// Generated C++ file by Il2CppInspector - http://www.djkaty.com - https://github.com/djkaty // Target Unity version: 2021.2.0 - 2021.2.99 // ****************************************************************************** // * IL2CPP application-specific method definition addresses and signatures // ****************************************************************************** using namespace app; DO_APP_FUNC(0x019682C0, void, Interop_GetRandomBytes, (uint8_t * buffer, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5ED10, Interop_GetRandomBytes__MethodInfo); DO_APP_FUNC(0x01968420, int32_t, Interop_Kernel32_CopyFileUWP, (String * src, String * dst, bool failIfExists, MethodInfo * method)); DO_APP_FUNC(0x01968610, int32_t, Interop_Kernel32_CopyFile, (String * src, String * dst, bool failIfExists, MethodInfo * method)); DO_APP_FUNC(0x01968820, bool, Interop_Kernel32_FreeLibrary, (void * hModule, MethodInfo * method)); DO_APP_FUNC(0x019688B0, SafeLibraryHandle *, Interop_Kernel32_LoadLibraryEx, (String * libFilename, void * reserved, int32_t flags, MethodInfo * method)); DO_APP_FUNC(0x019689F0, bool, Interop_Kernel32_GetFileMUIPath, (uint32_t flags, String * filePath, StringBuilder * language, int32_t * languageLength, StringBuilder * fileMuiPath, int32_t * fileMuiPathLength, int64_t * enumerator, MethodInfo * method)); DO_APP_FUNC(0x01968B90, uint32_t, Interop_Kernel32_GetDynamicTimeZoneInformation, (Interop_Kernel32_TIME_DYNAMIC_ZONE_INFORMATION * pTimeZoneInformation, MethodInfo * method)); DO_APP_FUNC(0x01968C20, uint32_t, Interop_Kernel32_GetTimeZoneInformation, (Interop_Kernel32_TIME_ZONE_INFORMATION * lpTimeZoneInformation, MethodInfo * method)); DO_APP_FUNC(0x01968CB0, bool, Interop_Kernel32_CloseHandle, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x01968D40, int32_t, Interop_Kernel32_CopyFile2, (String * pwszExistingFileName, String * pwszNewFileName, Interop_Kernel32_COPYFILE2_EXTENDED_PARAMETERS * pExtendedParameters, MethodInfo * method)); DO_APP_FUNC(0x01968DF0, bool, Interop_Kernel32_CopyFileExPrivate, (String * src, String * dst, void * progressRoutine, void * progressData, int32_t * cancel, int32_t flags, MethodInfo * method)); DO_APP_FUNC(0x01968EE0, bool, Interop_Kernel32_CopyFileEx, (String * src, String * dst, void * progressRoutine, void * progressData, int32_t * cancel, int32_t flags, MethodInfo * method)); DO_APP_FUNC(0x01969020, bool, Interop_Kernel32_CreateDirectoryPrivate, (String * path, Interop_Kernel32_SECURITY_ATTRIBUTES * lpSecurityAttributes, MethodInfo * method)); DO_APP_FUNC(0x019690C0, bool, Interop_Kernel32_CreateDirectory, (String * path, Interop_Kernel32_SECURITY_ATTRIBUTES * lpSecurityAttributes, MethodInfo * method)); DO_APP_FUNC(0x019691B0, void *, Interop_Kernel32_CreateFilePrivate, (String * lpFileName, int32_t dwDesiredAccess, FileShare__Enum dwShareMode, Interop_Kernel32_SECURITY_ATTRIBUTES * securityAttrs, FileMode__Enum dwCreationDisposition, int32_t dwFlagsAndAttributes, void * hTemplateFile, MethodInfo * method)); DO_APP_FUNC(0x01969290, SafeFileHandle *, Interop_Kernel32_CreateFile, (String * lpFileName, int32_t dwDesiredAccess, FileShare__Enum dwShareMode, FileMode__Enum dwCreationDisposition, int32_t dwFlagsAndAttributes, MethodInfo * method)); DO_APP_FUNC(0x019693B0, void *, Interop_Kernel32_CreateFile_IntPtr, (String * lpFileName, int32_t dwDesiredAccess, FileShare__Enum dwShareMode, FileMode__Enum dwCreationDisposition, int32_t dwFlagsAndAttributes, MethodInfo * method)); DO_APP_FUNC(0x019694F0, bool, Interop_Kernel32_DeleteFilePrivate, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01969590, bool, Interop_Kernel32_DeleteFile, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01969670, SafeFindHandle *, Interop_Kernel32_FindFirstFileExPrivate, (String * lpFileName, Interop_Kernel32_FINDEX_INFO_LEVELS__Enum fInfoLevelId, Interop_Kernel32_WIN32_FIND_DATA * lpFindFileData, Interop_Kernel32_FINDEX_SEARCH_OPS__Enum fSearchOp, void * lpSearchFilter, int32_t dwAdditionalFlags, MethodInfo * method)); DO_APP_FUNC(0x01969790, SafeFindHandle *, Interop_Kernel32_FindFirstFile, (String * fileName, Interop_Kernel32_WIN32_FIND_DATA * data, MethodInfo * method)); DO_APP_FUNC(0x01969900, int32_t, Interop_Kernel32_FormatMessage, (int32_t dwFlags, void * lpSource, uint32_t dwMessageId, int32_t dwLanguageId, uint16_t * lpBuffer, int32_t nSize, IntPtr__Array * arguments, MethodInfo * method)); DO_APP_FUNC(0x019699F0, String *, Interop_Kernel32_GetMessage, (int32_t errorCode, MethodInfo * method)); DO_APP_FUNC(0x01969A40, String *, Interop_Kernel32_GetMessage_1, (void * moduleHandle, int32_t errorCode, MethodInfo * method)); DO_APP_FUNC(0x01969C80, bool, Interop_Kernel32_TryGetErrorMessage, (void * moduleHandle, int32_t errorCode, Span_1_Char_ buffer, String * * errorMsg, MethodInfo * method)); DO_APP_FUNC(0x0196A080, bool, Interop_Kernel32_GetFileAttributesExPrivate, (String * name, Interop_Kernel32_GET_FILEEX_INFO_LEVELS__Enum fileInfoLevel, Interop_Kernel32_WIN32_FILE_ATTRIBUTE_DATA * lpFileInformation, MethodInfo * method)); DO_APP_FUNC(0x0196A130, bool, Interop_Kernel32_GetFileAttributesEx, (String * name, Interop_Kernel32_GET_FILEEX_INFO_LEVELS__Enum fileInfoLevel, Interop_Kernel32_WIN32_FILE_ATTRIBUTE_DATA * lpFileInformation, MethodInfo * method)); DO_APP_FUNC(0x0196A230, bool, Interop_Kernel32_GetFileInformationByHandleEx, (void * hFile, Interop_Kernel32_FILE_INFO_BY_HANDLE_CLASS__Enum FileInformationClass, void * lpFileInformation, uint32_t dwBufferSize, MethodInfo * method)); DO_APP_FUNC(0x0196A2E0, int32_t, Interop_Kernel32_GetLogicalDrives, (MethodInfo * method)); DO_APP_FUNC(0x0196A360, bool, Interop_Kernel32_MoveFileExPrivate, (String * src, String * dst, uint32_t flags, MethodInfo * method)); DO_APP_FUNC(0x0196A420, bool, Interop_Kernel32_MoveFile, (String * src, String * dst, MethodInfo * method)); DO_APP_FUNC(0x0196A530, bool, Interop_Kernel32_SetFileAttributesPrivate, (String * name, int32_t attr, MethodInfo * method)); DO_APP_FUNC(0x0196A5D0, bool, Interop_Kernel32_SetFileAttributes, (String * name, int32_t attr, MethodInfo * method)); DO_APP_FUNC(0x0196A6C0, bool, Interop_Kernel32_SetThreadErrorMode, (uint32_t dwNewMode, uint32_t * lpOldMode, MethodInfo * method)); DO_APP_FUNC(0x0196A760, void, Interop_Kernel32_WIN32_FIND_DATA_SetFileName, (Interop_Kernel32_WIN32_FIND_DATA * __this, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x0196A820, void, Interop_Kernel32_REG_TZI_FORMAT__ctor, (Interop_Kernel32_REG_TZI_FORMAT * __this, Interop_Kernel32_TIME_ZONE_INFORMATION * tzi, MethodInfo * method)); DO_APP_FUNC(0x0196A850, bool, Interop_Kernel32_SYSTEMTIME_Equals, (Interop_Kernel32_SYSTEMTIME * __this, Interop_Kernel32_SYSTEMTIME * other, MethodInfo * method)); DO_APP_FUNC(0x0196A8B0, String *, Interop_Kernel32_TIME_DYNAMIC_ZONE_INFORMATION_GetTimeZoneKeyName, (Interop_Kernel32_TIME_DYNAMIC_ZONE_INFORMATION * __this, MethodInfo * method)); DO_APP_FUNC(0x0196A8D0, void, Interop_Kernel32_TIME_ZONE_INFORMATION__ctor, (Interop_Kernel32_TIME_ZONE_INFORMATION * __this, Interop_Kernel32_TIME_DYNAMIC_ZONE_INFORMATION * dtzi, MethodInfo * method)); DO_APP_FUNC(0x0196A9F0, String *, Interop_Kernel32_TIME_ZONE_INFORMATION_GetStandardName, (Interop_Kernel32_TIME_ZONE_INFORMATION * __this, MethodInfo * method)); DO_APP_FUNC(0x0196AA00, String *, Interop_Kernel32_TIME_ZONE_INFORMATION_GetDaylightName, (Interop_Kernel32_TIME_ZONE_INFORMATION * __this, MethodInfo * method)); DO_APP_FUNC(0x0196AA10, int64_t, Interop_Kernel32_FILE_TIME_ToTicks, (Interop_Kernel32_FILE_TIME * __this, MethodInfo * method)); DO_APP_FUNC(0x0196AA20, DateTimeOffset, Interop_Kernel32_FILE_TIME_ToDateTimeOffset, (Interop_Kernel32_FILE_TIME * __this, MethodInfo * method)); DO_APP_FUNC(0x0196AAF0, void, Interop_Kernel32_WIN32_FILE_ATTRIBUTE_DATA_PopulateFrom, (Interop_Kernel32_WIN32_FILE_ATTRIBUTE_DATA * __this, Interop_Kernel32_WIN32_FIND_DATA * findData, MethodInfo * method)); DO_APP_FUNC(0x0196AB20, Interop_BCrypt_NTSTATUS__Enum, Interop_BCrypt_BCryptGenRandom, (void * hAlgorithm, uint8_t * pbBuffer, int32_t cbBuffer, int32_t dwFlags, MethodInfo * method)); DO_APP_FUNC(0x0196ABD0, int32_t, Interop_User32_LoadString, (SafeLibraryHandle * handle, int32_t id, StringBuilder * buffer, int32_t bufferLength, MethodInfo * method)); DO_APP_FUNC(0x0196AD20, int32_t, Interop_NtDll_NtCreateFile, (void * * FileHandle, Interop_NtDll_DesiredAccess__Enum DesiredAccess, Interop_NtDll_OBJECT_ATTRIBUTES * ObjectAttributes, Interop_NtDll_IO_STATUS_BLOCK * IoStatusBlock, int64_t * AllocationSize, FileAttributes__Enum FileAttributes, FileShare__Enum ShareAccess, Interop_NtDll_CreateDisposition__Enum CreateDisposition, Interop_NtDll_CreateOptions__Enum CreateOptions, Void * EaBuffer, uint32_t EaLength, MethodInfo * method)); DO_APP_FUNC(0x0196ADD0, ValueTuple_2_Int32_IntPtr_, Interop_NtDll_CreateFile, (ReadOnlySpan_1_Char_ path, void * rootDirectory, Interop_NtDll_CreateDisposition__Enum createDisposition, Interop_NtDll_DesiredAccess__Enum desiredAccess, FileShare__Enum shareAccess, FileAttributes__Enum fileAttributes, Interop_NtDll_CreateOptions__Enum createOptions, Interop_NtDll_ObjectAttributes__Enum objectAttributes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EC98, Interop_NtDll_CreateFile__MethodInfo); DO_APP_FUNC(0x0196B040, int32_t, Interop_NtDll_NtQueryDirectoryFile, (void * FileHandle, void * Event, void * ApcRoutine, void * ApcContext, Interop_NtDll_IO_STATUS_BLOCK * IoStatusBlock, void * FileInformation, uint32_t Length, Interop_NtDll_FILE_INFORMATION_CLASS__Enum FileInformationClass, Interop_BOOLEAN__Enum ReturnSingleEntry, Interop_UNICODE_STRING * FileName, Interop_BOOLEAN__Enum RestartScan, MethodInfo * method)); DO_APP_FUNC(0x0196B110, uint32_t, Interop_NtDll_RtlNtStatusToDosError, (int32_t Status, MethodInfo * method)); DO_APP_FUNC(0x0196B190, ReadOnlySpan_1_Char_, Interop_NtDll_FILE_FULL_DIR_INFORMATION_get_FileName, (Interop_NtDll_FILE_FULL_DIR_INFORMATION * __this, MethodInfo * method)); DO_APP_FUNC(0x0196B220, Interop_NtDll_FILE_FULL_DIR_INFORMATION *, Interop_NtDll_FILE_FULL_DIR_INFORMATION_GetNextInfo, (Interop_NtDll_FILE_FULL_DIR_INFORMATION * info, MethodInfo * method)); DO_APP_FUNC(0x0196B240, void, Interop_NtDll_OBJECT_ATTRIBUTES__ctor, (Interop_NtDll_OBJECT_ATTRIBUTES * __this, Interop_UNICODE_STRING * objectName, Interop_NtDll_ObjectAttributes__Enum attributes, void * rootDirectory, MethodInfo * method)); DO_APP_FUNC(0x0196B260, int32_t, Interop_Advapi32_RegCloseKey, (void * hKey, MethodInfo * method)); DO_APP_FUNC(0x0196B2E0, int32_t, Interop_Advapi32_RegEnumKeyEx, (SafeRegistryHandle * hKey, int32_t dwIndex, Char__Array * lpName, int32_t * lpcbName, Int32__Array * lpReserved, StringBuilder * lpClass, Int32__Array * lpcbClass, Int64__Array * lpftLastWriteTime, MethodInfo * method)); DO_APP_FUNC(0x0196B4D0, int32_t, Interop_Advapi32_RegOpenKeyEx, (SafeRegistryHandle * hKey, String * lpSubKey, int32_t ulOptions, int32_t samDesired, SafeRegistryHandle * * hkResult, MethodInfo * method)); DO_APP_FUNC(0x0196B6D0, int32_t, Interop_Advapi32_RegQueryInfoKey, (SafeRegistryHandle * hKey, StringBuilder * lpClass, Int32__Array * lpcbClass, void * lpReserved_MustBeZero, int32_t * lpcSubKeys, Int32__Array * lpcbMaxSubKeyLen, Int32__Array * lpcbMaxClassLen, int32_t * lpcValues, Int32__Array * lpcbMaxValueNameLen, Int32__Array * lpcbMaxValueLen, Int32__Array * lpcbSecurityDescriptor, Int32__Array * lpftLastWriteTime, MethodInfo * method)); DO_APP_FUNC(0x0196B910, int32_t, Interop_Advapi32_RegQueryValueEx, (SafeRegistryHandle * hKey, String * lpValueName, Int32__Array * lpReserved, int32_t * lpType, Byte__Array * lpData, int32_t * lpcbData, MethodInfo * method)); DO_APP_FUNC(0x0196BAB0, int32_t, Interop_Advapi32_RegQueryValueEx_1, (SafeRegistryHandle * hKey, String * lpValueName, Int32__Array * lpReserved, int32_t * lpType, int32_t * lpData, int32_t * lpcbData, MethodInfo * method)); DO_APP_FUNC(0x0196BBE0, int32_t, Interop_Advapi32_RegQueryValueEx_2, (SafeRegistryHandle * hKey, String * lpValueName, Int32__Array * lpReserved, int32_t * lpType, int64_t * lpData, int32_t * lpcbData, MethodInfo * method)); DO_APP_FUNC(0x0196BD10, int32_t, Interop_Advapi32_RegQueryValueEx_3, (SafeRegistryHandle * hKey, String * lpValueName, Int32__Array * lpReserved, int32_t * lpType, Char__Array * lpData, int32_t * lpcbData, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, String *, Locale_GetText, (String * msg, MethodInfo * method)); DO_APP_FUNC(0x0192BF00, String *, Locale_GetText_1, (String * fmt, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x0196BEC0, String *, SR_GetString, (String * name, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x0196C020, String *, SR_GetString_1, (CultureInfo * culture, String * name, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, String *, SR_GetString_2, (String * name, MethodInfo * method)); DO_APP_FUNC(0x0196C0F0, String *, SR_Format, (String * resourceFormat, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x0196C1B0, String *, SR_Format_1, (String * resourceFormat, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x0196C2A0, String *, SR_Format_2, (String * resourceFormat, Object * p1, Object * p2, MethodInfo * method)); DO_APP_FUNC(0x0196C3A0, String *, SR_Format_3, (String * resourceFormat, Object * p1, Object * p2, Object * p3, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, String *, SR_GetResourceString, (String * str, MethodInfo * method)); DO_APP_FUNC(0x0196C480, Byte__Array *, DataConverter_GetBytes, (DataConverter * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x0196C500, Byte__Array *, DataConverter_GetBytes_1, (DataConverter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0196C580, Byte__Array *, DataConverter_GetBytes_2, (DataConverter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0196C600, Byte__Array *, DataConverter_GetBytes_3, (DataConverter * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x0196C680, Byte__Array *, DataConverter_GetBytes_4, (DataConverter * __this, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x0196C700, Byte__Array *, DataConverter_GetBytes_5, (DataConverter * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x0196C780, Byte__Array *, DataConverter_GetBytes_6, (DataConverter * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x0196C800, Byte__Array *, DataConverter_GetBytes_7, (DataConverter * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x0196C880, DataConverter *, DataConverter_get_LittleEndian, (MethodInfo * method)); DO_APP_FUNC(0x0196C940, DataConverter *, DataConverter_get_BigEndian, (MethodInfo * method)); DO_APP_FUNC(0x0196CA00, DataConverter *, DataConverter_get_Native, (MethodInfo * method)); DO_APP_FUNC(0x0196CA60, int32_t, DataConverter_Align, (int32_t current, int32_t align, MethodInfo * method)); DO_APP_FUNC(0x0196CA80, Byte__Array *, DataConverter_Pack, (String * description, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x0196CC90, bool, DataConverter_PackOne, (DataConverter_PackContext * b, Object * oarg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EC88, DataConverter_PackOne__MethodInfo); DO_APP_FUNC(0x0196DB80, bool, DataConverter_Prepare, (Byte__Array * buffer, int32_t * idx, int32_t size, bool * align, MethodInfo * method)); DO_APP_FUNC(0x0196DC40, IList *, DataConverter_Unpack, (String * description, Byte__Array * buffer, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EC58, DataConverter_Unpack__MethodInfo); DO_APP_FUNC(0x0196EC40, void, DataConverter_Check, (DataConverter * __this, Byte__Array * dest, int32_t destIdx, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EC68, DataConverter_Check__MethodInfo); DO_APP_FUNC(0x003AC050, void, DataConverter__ctor, (DataConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x0196ED10, void, DataConverter__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0196EF40, void, DataConverter_PackContext_Add, (DataConverter_PackContext * __this, Byte__Array * group, MethodInfo * method)); DO_APP_FUNC(0x0196F290, Byte__Array *, DataConverter_PackContext_Get, (DataConverter_PackContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DataConverter_PackContext__ctor, (DataConverter_PackContext * __this, MethodInfo * method)); DO_APP_FUNC(0x0196F450, double, DataConverter_CopyConverter_GetDouble, (DataConverter_CopyConverter * __this, Byte__Array * data, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EBF8, DataConverter_CopyConverter_GetDouble__MethodInfo); DO_APP_FUNC(0x0196F5B0, uint64_t, DataConverter_CopyConverter_GetUInt64, (DataConverter_CopyConverter * __this, Byte__Array * data, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EC00, DataConverter_CopyConverter_GetUInt64__MethodInfo); DO_APP_FUNC(0x0196F710, int64_t, DataConverter_CopyConverter_GetInt64, (DataConverter_CopyConverter * __this, Byte__Array * data, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EC08, DataConverter_CopyConverter_GetInt64__MethodInfo); DO_APP_FUNC(0x0196F870, float, DataConverter_CopyConverter_GetFloat, (DataConverter_CopyConverter * __this, Byte__Array * data, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EC10, DataConverter_CopyConverter_GetFloat__MethodInfo); DO_APP_FUNC(0x0196F9D0, int32_t, DataConverter_CopyConverter_GetInt32, (DataConverter_CopyConverter * __this, Byte__Array * data, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EC18, DataConverter_CopyConverter_GetInt32__MethodInfo); DO_APP_FUNC(0x0196FB30, uint32_t, DataConverter_CopyConverter_GetUInt32, (DataConverter_CopyConverter * __this, Byte__Array * data, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EC20, DataConverter_CopyConverter_GetUInt32__MethodInfo); DO_APP_FUNC(0x0196FC90, int16_t, DataConverter_CopyConverter_GetInt16, (DataConverter_CopyConverter * __this, Byte__Array * data, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EC28, DataConverter_CopyConverter_GetInt16__MethodInfo); DO_APP_FUNC(0x0196FDF0, uint16_t, DataConverter_CopyConverter_GetUInt16, (DataConverter_CopyConverter * __this, Byte__Array * data, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EC30, DataConverter_CopyConverter_GetUInt16__MethodInfo); DO_APP_FUNC(0x0196FF50, void, DataConverter_CopyConverter_PutBytes, (DataConverter_CopyConverter * __this, Byte__Array * dest, int32_t destIdx, double value, MethodInfo * method)); DO_APP_FUNC(0x01970030, void, DataConverter_CopyConverter_PutBytes_1, (DataConverter_CopyConverter * __this, Byte__Array * dest, int32_t destIdx, float value, MethodInfo * method)); DO_APP_FUNC(0x01970110, void, DataConverter_CopyConverter_PutBytes_2, (DataConverter_CopyConverter * __this, Byte__Array * dest, int32_t destIdx, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01970110, void, DataConverter_CopyConverter_PutBytes_3, (DataConverter_CopyConverter * __this, Byte__Array * dest, int32_t destIdx, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x019701F0, void, DataConverter_CopyConverter_PutBytes_4, (DataConverter_CopyConverter * __this, Byte__Array * dest, int32_t destIdx, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x019701F0, void, DataConverter_CopyConverter_PutBytes_5, (DataConverter_CopyConverter * __this, Byte__Array * dest, int32_t destIdx, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x019702D0, void, DataConverter_CopyConverter_PutBytes_6, (DataConverter_CopyConverter * __this, Byte__Array * dest, int32_t destIdx, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x019702D0, void, DataConverter_CopyConverter_PutBytes_7, (DataConverter_CopyConverter * __this, Byte__Array * dest, int32_t destIdx, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x019703B0, void, DataConverter_CopyConverter__ctor, (DataConverter_CopyConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x01970400, double, DataConverter_SwapConverter_GetDouble, (DataConverter_SwapConverter * __this, Byte__Array * data, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EB90, DataConverter_SwapConverter_GetDouble__MethodInfo); DO_APP_FUNC(0x01970570, uint64_t, DataConverter_SwapConverter_GetUInt64, (DataConverter_SwapConverter * __this, Byte__Array * data, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EB98, DataConverter_SwapConverter_GetUInt64__MethodInfo); DO_APP_FUNC(0x019706D0, int64_t, DataConverter_SwapConverter_GetInt64, (DataConverter_SwapConverter * __this, Byte__Array * data, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EBA0, DataConverter_SwapConverter_GetInt64__MethodInfo); DO_APP_FUNC(0x01970830, float, DataConverter_SwapConverter_GetFloat, (DataConverter_SwapConverter * __this, Byte__Array * data, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EBA8, DataConverter_SwapConverter_GetFloat__MethodInfo); DO_APP_FUNC(0x019709A0, int32_t, DataConverter_SwapConverter_GetInt32, (DataConverter_SwapConverter * __this, Byte__Array * data, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EBB0, DataConverter_SwapConverter_GetInt32__MethodInfo); DO_APP_FUNC(0x01970B00, uint32_t, DataConverter_SwapConverter_GetUInt32, (DataConverter_SwapConverter * __this, Byte__Array * data, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EBB8, DataConverter_SwapConverter_GetUInt32__MethodInfo); DO_APP_FUNC(0x01970C60, int16_t, DataConverter_SwapConverter_GetInt16, (DataConverter_SwapConverter * __this, Byte__Array * data, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EBC0, DataConverter_SwapConverter_GetInt16__MethodInfo); DO_APP_FUNC(0x01970DC0, uint16_t, DataConverter_SwapConverter_GetUInt16, (DataConverter_SwapConverter * __this, Byte__Array * data, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EBC8, DataConverter_SwapConverter_GetUInt16__MethodInfo); DO_APP_FUNC(0x01970F20, void, DataConverter_SwapConverter_PutBytes, (DataConverter_SwapConverter * __this, Byte__Array * dest, int32_t destIdx, double value, MethodInfo * method)); DO_APP_FUNC(0x01971050, void, DataConverter_SwapConverter_PutBytes_1, (DataConverter_SwapConverter * __this, Byte__Array * dest, int32_t destIdx, float value, MethodInfo * method)); DO_APP_FUNC(0x01971160, void, DataConverter_SwapConverter_PutBytes_2, (DataConverter_SwapConverter * __this, Byte__Array * dest, int32_t destIdx, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01971160, void, DataConverter_SwapConverter_PutBytes_3, (DataConverter_SwapConverter * __this, Byte__Array * dest, int32_t destIdx, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01971270, void, DataConverter_SwapConverter_PutBytes_4, (DataConverter_SwapConverter * __this, Byte__Array * dest, int32_t destIdx, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01971270, void, DataConverter_SwapConverter_PutBytes_5, (DataConverter_SwapConverter * __this, Byte__Array * dest, int32_t destIdx, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x019713A0, void, DataConverter_SwapConverter_PutBytes_6, (DataConverter_SwapConverter * __this, Byte__Array * dest, int32_t destIdx, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x019713A0, void, DataConverter_SwapConverter_PutBytes_7, (DataConverter_SwapConverter * __this, Byte__Array * dest, int32_t destIdx, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01971490, void, DataConverter_SwapConverter__ctor, (DataConverter_SwapConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x019714E0, ISystemDependencyProvider *, DependencyInjector_get_SystemProvider, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EBE0, DependencyInjector_get_SystemProvider__MethodInfo); DO_APP_FUNC(0x01971850, void, DependencyInjector_Register, (ISystemDependencyProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EB68, DependencyInjector_Register__MethodInfo); DO_APP_FUNC(0x01971AE0, ISystemDependencyProvider *, DependencyInjector_ReflectionLoad, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EB70, DependencyInjector_ReflectionLoad__MethodInfo); DO_APP_FUNC(0x01971CB0, void, DependencyInjector__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01971D70, void, Runtime__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, RuntimeClassHandle__ctor, (RuntimeClassHandle * __this, RuntimeStructs_MonoClass * value, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, RuntimeClassHandle__ctor_1, (RuntimeClassHandle * __this, void * ptr, MethodInfo * method)); DO_APP_FUNC(0x00470F00, RuntimeStructs_MonoClass *, RuntimeClassHandle_get_Value, (RuntimeClassHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01971E30, bool, RuntimeClassHandle_Equals, (RuntimeClassHandle * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, RuntimeClassHandle_GetHashCode, (RuntimeClassHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01971F20, void *, RuntimeClassHandle_GetTypeFromClass, (RuntimeStructs_MonoClass * klass, MethodInfo * method)); DO_APP_FUNC(0x01971F30, RuntimeTypeHandle, RuntimeClassHandle_GetTypeHandle, (RuntimeClassHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01971F40, RuntimeClassHandle, RuntimeRemoteClassHandle_get_ProxyClass, (RuntimeRemoteClassHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, RuntimeGenericParamInfoHandle__ctor, (RuntimeGenericParamInfoHandle * __this, void * ptr, MethodInfo * method)); DO_APP_FUNC(0x01971F60, Type__Array *, RuntimeGenericParamInfoHandle_get_Constraints, (RuntimeGenericParamInfoHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01971F70, GenericParameterAttributes__Enum, RuntimeGenericParamInfoHandle_get_Attributes, (RuntimeGenericParamInfoHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01971F90, Type__Array *, RuntimeGenericParamInfoHandle_GetConstraints, (RuntimeGenericParamInfoHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x019721B0, int32_t, RuntimeGenericParamInfoHandle_GetConstraintsCount, (RuntimeGenericParamInfoHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, RuntimeEventHandle__ctor, (RuntimeEventHandle * __this, void * v, MethodInfo * method)); DO_APP_FUNC(0x00470F00, void *, RuntimeEventHandle_get_Value, (RuntimeEventHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x019721E0, bool, RuntimeEventHandle_Equals, (RuntimeEventHandle * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, RuntimeEventHandle_GetHashCode, (RuntimeEventHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, RuntimePropertyHandle__ctor, (RuntimePropertyHandle * __this, void * v, MethodInfo * method)); DO_APP_FUNC(0x00470F00, void *, RuntimePropertyHandle_get_Value, (RuntimePropertyHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x019722D0, bool, RuntimePropertyHandle_Equals, (RuntimePropertyHandle * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, RuntimePropertyHandle_GetHashCode, (RuntimePropertyHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, RuntimeGPtrArrayHandle__ctor, (RuntimeGPtrArrayHandle * __this, void * ptr, MethodInfo * method)); DO_APP_FUNC(0x019723C0, int32_t, RuntimeGPtrArrayHandle_get_Length, (RuntimeGPtrArrayHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x019723E0, void *, RuntimeGPtrArrayHandle_get_Item, (RuntimeGPtrArrayHandle * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x019723F0, void *, RuntimeGPtrArrayHandle_Lookup, (RuntimeGPtrArrayHandle * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EB50, RuntimeGPtrArrayHandle_Lookup__MethodInfo); DO_APP_FUNC(0x01972470, void, RuntimeGPtrArrayHandle_GPtrArrayFree, (RuntimeStructs_GPtrArray * value, MethodInfo * method)); DO_APP_FUNC(0x019724B0, void, RuntimeGPtrArrayHandle_DestroyAndFree, (RuntimeGPtrArrayHandle * h, MethodInfo * method)); DO_APP_FUNC(0x01972510, String *, RuntimeMarshal_PtrToUtf8String, (void * ptr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EB28, RuntimeMarshal_PtrToUtf8String__MethodInfo); DO_APP_FUNC(0x01972640, SafeStringMarshal, RuntimeMarshal_MarshalString, (String * str, MethodInfo * method)); DO_APP_FUNC(0x01972660, int32_t, RuntimeMarshal_DecodeBlobSize, (void * in_ptr, void * * out_ptr, MethodInfo * method)); DO_APP_FUNC(0x019726C0, Byte__Array *, RuntimeMarshal_DecodeBlobArray, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x019727B0, int32_t, RuntimeMarshal_AsciHexDigitValue, (int32_t c, MethodInfo * method)); DO_APP_FUNC(0x019727E0, void, RuntimeMarshal_FreeAssemblyName, (MonoAssemblyName * name, bool freeStruct, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, SafeGPtrArrayHandle__ctor, (SafeGPtrArrayHandle * __this, void * ptr, MethodInfo * method)); DO_APP_FUNC(0x019724B0, void, SafeGPtrArrayHandle_Dispose, (SafeGPtrArrayHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x019723C0, int32_t, SafeGPtrArrayHandle_get_Length, (SafeGPtrArrayHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x019723E0, void *, SafeGPtrArrayHandle_get_Item, (SafeGPtrArrayHandle * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x01972820, void *, SafeStringMarshal_StringToUtf8_icall, (String * * str, MethodInfo * method)); DO_APP_FUNC(0x01972900, void *, SafeStringMarshal_StringToUtf8, (String * str, MethodInfo * method)); DO_APP_FUNC(0x019729E0, void, SafeStringMarshal_GFree, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x019729F0, void, SafeStringMarshal__ctor, (SafeStringMarshal * __this, String * str, MethodInfo * method)); DO_APP_FUNC(0x01972AA0, void *, SafeStringMarshal_get_Value, (SafeStringMarshal * __this, MethodInfo * method)); DO_APP_FUNC(0x01972BD0, void, SafeStringMarshal_Dispose, (SafeStringMarshal * __this, MethodInfo * method)); DO_APP_FUNC(0x01972C40, void, SecurityParser__ctor, (SecurityParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01972D00, void, SecurityParser_LoadXml, (SecurityParser * __this, String * xml, MethodInfo * method)); DO_APP_FUNC(0x003C7000, SecurityElement *, SecurityParser_ToXml, (SecurityParser * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SecurityParser_OnStartParsing, (SecurityParser * __this, SmallXmlParser * parser, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SecurityParser_OnProcessingInstruction, (SecurityParser * __this, String * name, String * text, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SecurityParser_OnIgnorableWhitespace, (SecurityParser * __this, String * s, MethodInfo * method)); DO_APP_FUNC(0x01972DF0, void, SecurityParser_OnStartElement, (SecurityParser * __this, String * name, SmallXmlParser_IAttrList * attrs, MethodInfo * method)); DO_APP_FUNC(0x01973190, void, SecurityParser_OnEndElement, (SecurityParser * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01973290, void, SecurityParser_OnChars, (SecurityParser * __this, String * ch, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SecurityParser_OnEndParsing, (SecurityParser * __this, SmallXmlParser * parser, MethodInfo * method)); DO_APP_FUNC(0x01973310, void, SmallXmlParser__ctor, (SmallXmlParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01973780, Exception *, SmallXmlParser_Error, (SmallXmlParser * __this, String * msg, MethodInfo * method)); DO_APP_FUNC(0x019738F0, Exception *, SmallXmlParser_UnexpectedEndError, (SmallXmlParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01973AF0, bool, SmallXmlParser_IsNameChar, (SmallXmlParser * __this, uint16_t c, bool start, MethodInfo * method)); DO_APP_FUNC(0x01973C00, bool, SmallXmlParser_IsWhitespace, (SmallXmlParser * __this, int32_t c, MethodInfo * method)); DO_APP_FUNC(0x01973C20, void, SmallXmlParser_SkipWhitespaces, (SmallXmlParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01973C30, void, SmallXmlParser_HandleWhitespaces, (SmallXmlParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01973D80, void, SmallXmlParser_SkipWhitespaces_1, (SmallXmlParser * __this, bool expected, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EB00, SmallXmlParser_SkipWhitespaces_1__MethodInfo); DO_APP_FUNC(0x01973E60, int32_t, SmallXmlParser_Peek, (SmallXmlParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01973E90, int32_t, SmallXmlParser_Read, (SmallXmlParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01973EF0, void, SmallXmlParser_Expect, (SmallXmlParser * __this, int32_t c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EB08, SmallXmlParser_Expect__MethodInfo); DO_APP_FUNC(0x01974020, String *, SmallXmlParser_ReadUntil, (SmallXmlParser * __this, uint16_t until, bool handleReferences, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EA98, SmallXmlParser_ReadUntil__MethodInfo); DO_APP_FUNC(0x019741A0, String *, SmallXmlParser_ReadName, (SmallXmlParser * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EAA8, SmallXmlParser_ReadName__MethodInfo); DO_APP_FUNC(0x019743C0, void, SmallXmlParser_Parse, (SmallXmlParser * __this, TextReader * input, SmallXmlParser_IContentHandler * handler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EAC8, SmallXmlParser_Parse__MethodInfo); DO_APP_FUNC(0x01974720, void, SmallXmlParser_Cleanup, (SmallXmlParser * __this, MethodInfo * method)); DO_APP_FUNC(0x019748C0, void, SmallXmlParser_ReadContent, (SmallXmlParser * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EA38, SmallXmlParser_ReadContent__MethodInfo); DO_APP_FUNC(0x01975430, void, SmallXmlParser_HandleBufferedContent, (SmallXmlParser * __this, MethodInfo * method)); DO_APP_FUNC(0x019754E0, void, SmallXmlParser_ReadCharacters, (SmallXmlParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01975640, void, SmallXmlParser_ReadReference, (SmallXmlParser * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EA90, SmallXmlParser_ReadReference__MethodInfo); DO_APP_FUNC(0x01975990, int32_t, SmallXmlParser_ReadCharacterReference, (SmallXmlParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01975B80, void, SmallXmlParser_ReadAttribute, (SmallXmlParser * __this, SmallXmlParser_AttrListImpl * a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EA00, SmallXmlParser_ReadAttribute__MethodInfo); DO_APP_FUNC(0x01975DF0, void, SmallXmlParser_ReadCDATASection, (SmallXmlParser * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EA08, SmallXmlParser_ReadCDATASection__MethodInfo); DO_APP_FUNC(0x01976030, void, SmallXmlParser_ReadComment, (SmallXmlParser * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EA18, SmallXmlParser_ReadComment__MethodInfo); DO_APP_FUNC(0x01976180, int32_t, SmallXmlParser_AttrListImpl_get_Length, (SmallXmlParser_AttrListImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x019761D0, String *, SmallXmlParser_AttrListImpl_GetName, (SmallXmlParser_AttrListImpl * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x01976250, String *, SmallXmlParser_AttrListImpl_GetValue, (SmallXmlParser_AttrListImpl * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x019762D0, String *, SmallXmlParser_AttrListImpl_GetValue_1, (SmallXmlParser_AttrListImpl * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01976400, String__Array *, SmallXmlParser_AttrListImpl_get_Names, (SmallXmlParser_AttrListImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x01976450, String__Array *, SmallXmlParser_AttrListImpl_get_Values, (SmallXmlParser_AttrListImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x019764A0, void, SmallXmlParser_AttrListImpl_Clear, (SmallXmlParser_AttrListImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x01976530, void, SmallXmlParser_AttrListImpl_Add, (SmallXmlParser_AttrListImpl * __this, String * name, String * value, MethodInfo * method)); DO_APP_FUNC(0x01976640, void, SmallXmlParser_AttrListImpl__ctor, (SmallXmlParser_AttrListImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x01976790, void, SmallXmlParserException__ctor, (SmallXmlParserException * __this, String * msg, int32_t line, int32_t column, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MonoPInvokeCallbackAttribute__ctor, (MonoPInvokeCallbackAttribute * __this, Type * t, MethodInfo * method)); DO_APP_FUNC(0x019768B0, void, CodePointIndexer__ctor, (CodePointIndexer * __this, Int32__Array * starts, Int32__Array * ends, int32_t defaultIndex, int32_t defaultCP, MethodInfo * method)); DO_APP_FUNC(0x01976AA0, int32_t, CodePointIndexer_ToIndex, (CodePointIndexer * __this, int32_t cp, MethodInfo * method)); DO_APP_FUNC(0x01976B30, void, CodePointIndexer_TableRange__ctor, (CodePointIndexer_TableRange * __this, int32_t start, int32_t end, int32_t indexStart, MethodInfo * method)); DO_APP_FUNC(0x0115FF70, void, TailoringInfo__ctor, (TailoringInfo * __this, int32_t lcid, int32_t tailoringIndex, int32_t tailoringCount, bool frenchSort, MethodInfo * method)); DO_APP_FUNC(0x01976B50, void, Contraction__ctor, (Contraction * __this, int32_t index, Char__Array * source, String * replacement, Byte__Array * sortkey, MethodInfo * method)); DO_APP_FUNC(0x01976C50, int32_t, ContractionComparer_Compare, (ContractionComparer * __this, Contraction * c1, Contraction * c2, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ContractionComparer__ctor, (ContractionComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x01976D50, void, ContractionComparer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01976E00, void, Level2Map__ctor, (Level2Map * __this, uint8_t source, uint8_t replace, MethodInfo * method)); DO_APP_FUNC(0x01976E10, TailoringInfo *, MSCompatUnicodeTable_GetTailoringInfo, (int32_t lcid, MethodInfo * method)); DO_APP_FUNC(0x01976F20, void, MSCompatUnicodeTable_BuildTailoringTables, (CultureInfo * culture, TailoringInfo * t, Contraction__Array * * contractions, Level2Map__Array * * diacriticals, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E898, MSCompatUnicodeTable_BuildTailoringTables__MethodInfo); DO_APP_FUNC(0x01977720, void, MSCompatUnicodeTable_SetCJKReferences, (String * name, CodePointIndexer * * cjkIndexer, uint8_t * * catTable, uint8_t * * lv1Table, CodePointIndexer * * lv2Indexer, uint8_t * * lv2Table, MethodInfo * method)); DO_APP_FUNC(0x01977B90, uint8_t, MSCompatUnicodeTable_Category, (int32_t cp, MethodInfo * method)); DO_APP_FUNC(0x01977C50, uint8_t, MSCompatUnicodeTable_Level1, (int32_t cp, MethodInfo * method)); DO_APP_FUNC(0x01977D10, uint8_t, MSCompatUnicodeTable_Level2, (int32_t cp, MethodInfo * method)); DO_APP_FUNC(0x01977DD0, uint8_t, MSCompatUnicodeTable_Level3, (int32_t cp, MethodInfo * method)); DO_APP_FUNC(0x01977E90, bool, MSCompatUnicodeTable_IsSortable, (String * s, MethodInfo * method)); DO_APP_FUNC(0x01978030, bool, MSCompatUnicodeTable_IsSortable_1, (int32_t cp, MethodInfo * method)); DO_APP_FUNC(0x01978130, bool, MSCompatUnicodeTable_IsIgnorable, (int32_t cp, MethodInfo * method)); DO_APP_FUNC(0x01978180, bool, MSCompatUnicodeTable_IsIgnorable_1, (int32_t cp, uint8_t flag, MethodInfo * method)); DO_APP_FUNC(0x019782C0, bool, MSCompatUnicodeTable_IsIgnorableNonSpacing, (int32_t cp, MethodInfo * method)); DO_APP_FUNC(0x01978310, int32_t, MSCompatUnicodeTable_ToKanaTypeInsensitive, (int32_t i, MethodInfo * method)); DO_APP_FUNC(0x01978330, int32_t, MSCompatUnicodeTable_ToWidthCompat, (int32_t i, MethodInfo * method)); DO_APP_FUNC(0x019784B0, bool, MSCompatUnicodeTable_HasSpecialWeight, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01978520, bool, MSCompatUnicodeTable_IsHalfWidthKana, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01978540, bool, MSCompatUnicodeTable_IsHiragana, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01978560, bool, MSCompatUnicodeTable_IsJapaneseSmallLetter, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x019786C0, bool, MSCompatUnicodeTable_get_IsReady, (MethodInfo * method)); DO_APP_FUNC(0x01978720, void *, MSCompatUnicodeTable_GetResource, (String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E790, MSCompatUnicodeTable_GetResource__MethodInfo); DO_APP_FUNC(0x019787D0, uint32_t, MSCompatUnicodeTable_UInt32FromBytePtr, (uint8_t * raw, uint32_t idx, MethodInfo * method)); DO_APP_FUNC(0x01978810, void, MSCompatUnicodeTable__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01978F00, void, MSCompatUnicodeTable_FillCJK, (String * culture, CodePointIndexer * * cjkIndexer, uint8_t * * catTable, uint8_t * * lv1Table, CodePointIndexer * * lv2Indexer, uint8_t * * lv2Table, MethodInfo * method)); DO_APP_FUNC(0x01979130, void, MSCompatUnicodeTable_FillCJKCore, (String * culture, CodePointIndexer * * cjkIndexer, uint8_t * * catTable, uint8_t * * lv1Table, CodePointIndexer * * cjkLv2Indexer, uint8_t * * lv2Table, MethodInfo * method)); DO_APP_FUNC(0x01979840, void, MSCompatUnicodeTable_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MSCompatUnicodeTable_c__ctor, (MSCompatUnicodeTable_c * __this, MethodInfo * method)); DO_APP_FUNC(0x019798F0, int32_t, MSCompatUnicodeTable_c__BuildTailoringTables_b__17_0, (MSCompatUnicodeTable_c * __this, Level2Map * a, Level2Map * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E878, MSCompatUnicodeTable_c__BuildTailoringTables_b__17_0__MethodInfo); DO_APP_FUNC(0x01979920, void, MSCompatUnicodeTableUtil__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0197A140, void, NormalizationTableUtil__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0197A710, int32_t, NormalizationTableUtil_PropIdx, (int32_t cp, MethodInfo * method)); DO_APP_FUNC(0x0197A780, int32_t, NormalizationTableUtil_MapIdx, (int32_t cp, MethodInfo * method)); DO_APP_FUNC(0x0197A7F0, void, SimpleCollator__ctor, (SimpleCollator * __this, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC(0x0197AD30, void, SimpleCollator_SetCJKTable, (SimpleCollator * __this, CultureInfo * culture, CodePointIndexer * * cjkIndexer, uint8_t * * catTable, uint8_t * * lv1Table, CodePointIndexer * * lv2Indexer, uint8_t * * lv2Table, MethodInfo * method)); DO_APP_FUNC(0x0197AEA0, CultureInfo *, SimpleCollator_GetNeutralCulture, (CultureInfo * info, MethodInfo * method)); DO_APP_FUNC(0x0197AF40, uint8_t, SimpleCollator_Category, (SimpleCollator * __this, int32_t cp, MethodInfo * method)); DO_APP_FUNC(0x0197AFE0, uint8_t, SimpleCollator_Level1, (SimpleCollator * __this, int32_t cp, MethodInfo * method)); DO_APP_FUNC(0x0197B080, uint8_t, SimpleCollator_Level2, (SimpleCollator * __this, int32_t cp, SimpleCollator_ExtenderType__Enum ext, MethodInfo * method)); DO_APP_FUNC(0x0197B220, bool, SimpleCollator_IsHalfKana, (int32_t cp, CompareOptions__Enum opt, MethodInfo * method)); DO_APP_FUNC(0x0197B2B0, Contraction *, SimpleCollator_GetContraction, (SimpleCollator * __this, String * s, int32_t start, int32_t end, MethodInfo * method)); DO_APP_FUNC(0x0197B390, Contraction *, SimpleCollator_GetContraction_1, (SimpleCollator * __this, String * s, int32_t start, int32_t end, Contraction__Array * clist, MethodInfo * method)); DO_APP_FUNC(0x0197B4D0, Contraction *, SimpleCollator_GetTailContraction, (SimpleCollator * __this, String * s, int32_t start, int32_t end, MethodInfo * method)); DO_APP_FUNC(0x0197B5B0, Contraction *, SimpleCollator_GetTailContraction_1, (SimpleCollator * __this, String * s, int32_t start, int32_t end, Contraction__Array * clist, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E518, SimpleCollator_GetTailContraction_1__MethodInfo); DO_APP_FUNC(0x0197B7F0, Contraction *, SimpleCollator_GetContraction_2, (SimpleCollator * __this, uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x0197B930, Contraction *, SimpleCollator_GetContraction_3, (SimpleCollator * __this, uint16_t c, Contraction__Array * clist, MethodInfo * method)); DO_APP_FUNC(0x0197B9A0, int32_t, SimpleCollator_FilterOptions, (SimpleCollator * __this, int32_t i, CompareOptions__Enum opt, MethodInfo * method)); DO_APP_FUNC(0x0197BC40, SimpleCollator_ExtenderType__Enum, SimpleCollator_GetExtenderType, (SimpleCollator * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x0197BD00, uint8_t, SimpleCollator_ToDashTypeValue, (SimpleCollator_ExtenderType__Enum ext, CompareOptions__Enum opt, MethodInfo * method)); DO_APP_FUNC(0x0197BD20, int32_t, SimpleCollator_FilterExtender, (SimpleCollator * __this, int32_t i, SimpleCollator_ExtenderType__Enum ext, CompareOptions__Enum opt, MethodInfo * method)); DO_APP_FUNC(0x0197BED0, bool, SimpleCollator_IsIgnorable, (int32_t i, CompareOptions__Enum opt, MethodInfo * method)); DO_APP_FUNC(0x0197BF60, bool, SimpleCollator_IsSafe, (SimpleCollator * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x0197BFE0, SortKey *, SimpleCollator_GetSortKey, (SimpleCollator * __this, String * s, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0197C0D0, SortKey *, SimpleCollator_GetSortKey_1, (SimpleCollator * __this, String * s, int32_t start, int32_t length, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0197C1C0, void, SimpleCollator_GetSortKey_2, (SimpleCollator * __this, String * s, int32_t start, int32_t end, SortKeyBuffer * buf, CompareOptions__Enum opt, MethodInfo * method)); DO_APP_FUNC(0x0197C540, void, SimpleCollator_FillSortKeyRaw, (SimpleCollator * __this, int32_t i, SimpleCollator_ExtenderType__Enum ext, SortKeyBuffer * buf, CompareOptions__Enum opt, MethodInfo * method)); DO_APP_FUNC(0x0197CAA0, void, SimpleCollator_FillSurrogateSortKeyRaw, (SimpleCollator * __this, int32_t i, SortKeyBuffer * buf, MethodInfo * method)); DO_APP_FUNC(0x0197CB70, int32_t, SimpleCollator_Compare, (SimpleCollator * __this, String * s1, String * s2, MethodInfo * method)); DO_APP_FUNC(0x0197CBC0, int32_t, SimpleCollator_System_Globalization_ISimpleCollator_Compare, (SimpleCollator * __this, String * s1, int32_t idx1, int32_t len1, String * s2, int32_t idx2, int32_t len2, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0197CBD0, int32_t, SimpleCollator_Compare_1, (SimpleCollator * __this, String * s1, int32_t idx1, int32_t len1, String * s2, int32_t idx2, int32_t len2, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0197CCD0, void, SimpleCollator_ClearBuffer, (SimpleCollator * __this, uint8_t * buffer, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0197CCF0, int32_t, SimpleCollator_CompareInternal, (SimpleCollator * __this, String * s1, int32_t idx1, int32_t len1, String * s2, int32_t idx2, int32_t len2, bool * targetConsumed, bool * sourceConsumed, bool skipHeadingExtenders, bool immediateBreakup, SimpleCollator_Context * ctx, MethodInfo * method)); DO_APP_FUNC(0x0197E210, int32_t, SimpleCollator_CompareFlagPair, (SimpleCollator * __this, bool b1, bool b2, MethodInfo * method)); DO_APP_FUNC(0x0197E230, bool, SimpleCollator_IsPrefix, (SimpleCollator * __this, String * src, String * target, CompareOptions__Enum opt, MethodInfo * method)); DO_APP_FUNC(0x0197E270, bool, SimpleCollator_IsPrefix_1, (SimpleCollator * __this, String * s, String * target, int32_t start, int32_t length, CompareOptions__Enum opt, MethodInfo * method)); DO_APP_FUNC(0x0197E370, bool, SimpleCollator_IsPrefix_2, (SimpleCollator * __this, String * s, String * target, int32_t start, int32_t length, bool skipHeadingExtenders, SimpleCollator_Context * ctx, MethodInfo * method)); DO_APP_FUNC(0x0197E3F0, bool, SimpleCollator_IsSuffix, (SimpleCollator * __this, String * src, String * target, CompareOptions__Enum opt, MethodInfo * method)); DO_APP_FUNC(0x0197E4B0, bool, SimpleCollator_IsSuffix_1, (SimpleCollator * __this, String * s, String * target, int32_t start, int32_t length, CompareOptions__Enum opt, MethodInfo * method)); DO_APP_FUNC(0x0197E570, int32_t, SimpleCollator_QuickIndexOf, (SimpleCollator * __this, String * s, String * target, int32_t start, int32_t length, bool * testWasUnable, MethodInfo * method)); DO_APP_FUNC(0x0197E700, int32_t, SimpleCollator_IndexOf, (SimpleCollator * __this, String * s, String * target, int32_t start, int32_t length, CompareOptions__Enum opt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E468, SimpleCollator_IndexOf__MethodInfo); DO_APP_FUNC(0x0197EA30, int32_t, SimpleCollator_IndexOfOrdinal, (SimpleCollator * __this, String * s, String * target, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0197EB20, int32_t, SimpleCollator_IndexOf_1, (SimpleCollator * __this, String * s, uint16_t target, int32_t start, int32_t length, CompareOptions__Enum opt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E470, SimpleCollator_IndexOf_1__MethodInfo); DO_APP_FUNC(0x0197EEB0, int32_t, SimpleCollator_IndexOfOrdinal_1, (SimpleCollator * __this, String * s, uint16_t target, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0197EF30, int32_t, SimpleCollator_IndexOfSortKey, (SimpleCollator * __this, String * s, int32_t start, int32_t length, uint8_t * sortkey, uint16_t target, int32_t ti, bool noLv4, SimpleCollator_Context * ctx, MethodInfo * method)); DO_APP_FUNC(0x0197EFF0, int32_t, SimpleCollator_IndexOf_2, (SimpleCollator * __this, String * s, String * target, int32_t start, int32_t length, uint8_t * targetSortKey, SimpleCollator_Context * ctx, MethodInfo * method)); DO_APP_FUNC(0x0197F590, int32_t, SimpleCollator_LastIndexOf, (SimpleCollator * __this, String * s, String * target, CompareOptions__Enum opt, MethodInfo * method)); DO_APP_FUNC(0x0197F5D0, int32_t, SimpleCollator_LastIndexOf_1, (SimpleCollator * __this, String * s, String * target, int32_t start, int32_t length, CompareOptions__Enum opt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E478, SimpleCollator_LastIndexOf_1__MethodInfo); DO_APP_FUNC(0x0197F790, int32_t, SimpleCollator_LastIndexOfOrdinal, (SimpleCollator * __this, String * s, String * target, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0197F940, int32_t, SimpleCollator_LastIndexOf_2, (SimpleCollator * __this, String * s, uint16_t target, CompareOptions__Enum opt, MethodInfo * method)); DO_APP_FUNC(0x0197F980, int32_t, SimpleCollator_LastIndexOf_3, (SimpleCollator * __this, String * s, uint16_t target, int32_t start, int32_t length, CompareOptions__Enum opt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E480, SimpleCollator_LastIndexOf_3__MethodInfo); DO_APP_FUNC(0x0197FCE0, int32_t, SimpleCollator_LastIndexOfSortKey, (SimpleCollator * __this, String * s, int32_t start, int32_t orgStart, int32_t length, uint8_t * sortkey, int32_t ti, bool noLv4, SimpleCollator_Context * ctx, MethodInfo * method)); DO_APP_FUNC(0x0197FDB0, int32_t, SimpleCollator_LastIndexOf_4, (SimpleCollator * __this, String * s, String * target, int32_t start, int32_t length, uint8_t * targetSortKey, SimpleCollator_Context * ctx, MethodInfo * method)); DO_APP_FUNC(0x01980380, bool, SimpleCollator_MatchesForward, (SimpleCollator * __this, String * s, int32_t * idx, int32_t end, int32_t ti, uint8_t * sortkey, bool noLv4, SimpleCollator_Context * ctx, MethodInfo * method)); DO_APP_FUNC(0x01980560, bool, SimpleCollator_MatchesForwardCore, (SimpleCollator * __this, String * s, int32_t * idx, int32_t end, int32_t ti, uint8_t * sortkey, bool noLv4, SimpleCollator_ExtenderType__Enum ext, Contraction * * ct, SimpleCollator_Context * ctx, MethodInfo * method)); DO_APP_FUNC(0x019809B0, bool, SimpleCollator_MatchesPrimitive, (SimpleCollator * __this, CompareOptions__Enum opt, uint8_t * source, int32_t si, SimpleCollator_ExtenderType__Enum ext, uint8_t * target, int32_t ti, bool noLv4, MethodInfo * method)); DO_APP_FUNC(0x01980B90, bool, SimpleCollator_MatchesBackward, (SimpleCollator * __this, String * s, int32_t * idx, int32_t end, int32_t orgStart, int32_t ti, uint8_t * sortkey, bool noLv4, SimpleCollator_Context * ctx, MethodInfo * method)); DO_APP_FUNC(0x01980D80, bool, SimpleCollator_MatchesBackwardCore, (SimpleCollator * __this, String * s, int32_t * idx, int32_t end, int32_t orgStart, int32_t ti, uint8_t * sortkey, bool noLv4, SimpleCollator_ExtenderType__Enum ext, Contraction * * ct, SimpleCollator_Context * ctx, MethodInfo * method)); DO_APP_FUNC(0x019813B0, void, SimpleCollator__cctor, (MethodInfo * method)); DO_APP_FUNC(0x019814F0, void, SimpleCollator_Context__ctor, (SimpleCollator_Context * __this, CompareOptions__Enum opt, uint8_t * alwaysMatchFlags, uint8_t * neverMatchFlags, uint8_t * buffer1, uint8_t * buffer2, uint8_t * prev1, MethodInfo * method)); DO_APP_FUNC(0x01981520, void, SimpleCollator_PreviousInfo__ctor, (SimpleCollator_PreviousInfo * __this, bool dummy, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortKeyBuffer__ctor, (SortKeyBuffer * __this, int32_t lcid, MethodInfo * method)); DO_APP_FUNC(0x01981530, void, SortKeyBuffer_Reset, (SortKeyBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x01981550, void, SortKeyBuffer_Initialize, (SortKeyBuffer * __this, CompareOptions__Enum options, int32_t lcid, String * s, bool frenchSort, MethodInfo * method)); DO_APP_FUNC(0x019819C0, void, SortKeyBuffer_AppendCJKExtension, (SortKeyBuffer * __this, uint8_t lv1msb, uint8_t lv1lsb, MethodInfo * method)); DO_APP_FUNC(0x01981A90, void, SortKeyBuffer_AppendKana, (SortKeyBuffer * __this, uint8_t category, uint8_t lv1, uint8_t lv2, uint8_t lv3, bool isSmallKana, uint8_t markType, bool isKatakana, bool isHalfWidth, MethodInfo * method)); DO_APP_FUNC(0x01981B60, void, SortKeyBuffer_AppendNormal, (SortKeyBuffer * __this, uint8_t category, uint8_t lv1, uint8_t lv2, uint8_t lv3, MethodInfo * method)); DO_APP_FUNC(0x01981D50, void, SortKeyBuffer_AppendLevel5, (SortKeyBuffer * __this, uint8_t category, uint8_t lv1, MethodInfo * method)); DO_APP_FUNC(0x01981E30, void, SortKeyBuffer_AppendBufferPrimitive, (SortKeyBuffer * __this, uint8_t value, Byte__Array * * buf, int32_t * bidx, MethodInfo * method)); DO_APP_FUNC(0x01982000, SortKey *, SortKeyBuffer_GetResultAndReset, (SortKeyBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x01982030, int32_t, SortKeyBuffer_GetOptimizedLength, (SortKeyBuffer * __this, Byte__Array * data, int32_t len, uint8_t defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01982080, SortKey *, SortKeyBuffer_GetResult, (SortKeyBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x0192BFC0, void, ASN1__ctor, (ASN1 * __this, uint8_t tag, MethodInfo * method)); DO_APP_FUNC(0x0192C020, void, ASN1__ctor_1, (ASN1 * __this, uint8_t tag, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x019829A0, void, ASN1__ctor_2, (ASN1 * __this, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60BE0, ASN1__ctor_2__MethodInfo); DO_APP_FUNC(0x0192C260, int32_t, ASN1_get_Count, (ASN1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01982B80, Byte__Array *, ASN1_get_Value, (ASN1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01982C20, ASN1 *, ASN1_Add, (ASN1 * __this, ASN1 * asn1, MethodInfo * method)); DO_APP_FUNC(0x01982D10, Byte__Array *, ASN1_GetBytes, (ASN1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01983380, void, ASN1_Decode, (ASN1 * __this, Byte__Array * asn1, int32_t * anPos, int32_t anLength, MethodInfo * method)); DO_APP_FUNC(0x019837E0, void, ASN1_DecodeTLV, (ASN1 * __this, Byte__Array * asn1, int32_t * pos, uint8_t * tag, int32_t * length, Byte__Array * * content, MethodInfo * method)); DO_APP_FUNC(0x01983930, String *, ASN1_ToString, (ASN1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01983D50, Byte__Array *, BitConverterLE_GetUIntBytes, (uint8_t * bytes, MethodInfo * method)); DO_APP_FUNC(0x01983E50, Byte__Array *, BitConverterLE_GetULongBytes, (uint8_t * bytes, MethodInfo * method)); DO_APP_FUNC(0x01983FE0, Byte__Array *, BitConverterLE_GetBytes, (float value, MethodInfo * method)); DO_APP_FUNC(0x01984110, Byte__Array *, BitConverterLE_GetBytes_1, (double value, MethodInfo * method)); DO_APP_FUNC(0x01984130, void, BitConverterLE_UIntFromBytes, (uint8_t * dst, Byte__Array * src, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x01984250, void, BitConverterLE_ULongFromBytes, (uint8_t * dst, Byte__Array * src, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x01984330, float, BitConverterLE_ToSingle, (Byte__Array * value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x01984460, double, BitConverterLE_ToDouble, (Byte__Array * value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x01984540, RandomNumberGenerator *, KeyBuilder_get_Rng, (MethodInfo * method)); DO_APP_FUNC(0x01984650, Byte__Array *, KeyBuilder_Key, (int32_t size, MethodInfo * method)); DO_APP_FUNC(0x019846C0, Byte__Array *, KeyBuilder_IV, (int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01984730, void, KeyPairPersistence__ctor, (KeyPairPersistence * __this, CspParameters * parameters, MethodInfo * method)); DO_APP_FUNC(0x019848F0, void, KeyPairPersistence__ctor_1, (KeyPairPersistence * __this, CspParameters * parameters, String * keyPair, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60BC0, KeyPairPersistence__ctor_1__MethodInfo); DO_APP_FUNC(0x01984AB0, String *, KeyPairPersistence_get_Filename, (KeyPairPersistence * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, KeyPairPersistence_get_KeyValue, (KeyPairPersistence * __this, MethodInfo * method)); DO_APP_FUNC(0x01984DB0, void, KeyPairPersistence_set_KeyValue, (KeyPairPersistence * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01984E10, bool, KeyPairPersistence_Load, (KeyPairPersistence * __this, MethodInfo * method)); DO_APP_FUNC(0x01984FF0, void, KeyPairPersistence_Save, (KeyPairPersistence * __this, MethodInfo * method)); DO_APP_FUNC(0x019851F0, void, KeyPairPersistence_Remove, (KeyPairPersistence * __this, MethodInfo * method)); DO_APP_FUNC(0x01985210, String *, KeyPairPersistence_get_UserPath, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60B78, KeyPairPersistence_get_UserPath__MethodInfo); DO_APP_FUNC(0x019858D0, String *, KeyPairPersistence_get_MachinePath, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60B98, KeyPairPersistence_get_MachinePath__MethodInfo); DO_APP_FUNC(0x00418D40, bool, KeyPairPersistence__CanSecure, (uint16_t * root, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, KeyPairPersistence__ProtectUser, (uint16_t * path, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, KeyPairPersistence__ProtectMachine, (uint16_t * path, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, KeyPairPersistence__IsUserProtected, (uint16_t * path, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, KeyPairPersistence__IsMachineProtected, (uint16_t * path, MethodInfo * method)); DO_APP_FUNC(0x01985FA0, bool, KeyPairPersistence_CanSecure, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01986010, bool, KeyPairPersistence_ProtectUser, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01986090, bool, KeyPairPersistence_ProtectMachine, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01986110, bool, KeyPairPersistence_IsUserProtected, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01986190, bool, KeyPairPersistence_IsMachineProtected, (String * path, MethodInfo * method)); DO_APP_FUNC(0x0148B280, bool, KeyPairPersistence_get_CanChange, (KeyPairPersistence * __this, MethodInfo * method)); DO_APP_FUNC(0x01986210, bool, KeyPairPersistence_get_UseDefaultKeyContainer, (KeyPairPersistence * __this, MethodInfo * method)); DO_APP_FUNC(0x01986230, bool, KeyPairPersistence_get_UseMachineKeyStore, (KeyPairPersistence * __this, MethodInfo * method)); DO_APP_FUNC(0x01986250, String *, KeyPairPersistence_get_ContainerName, (KeyPairPersistence * __this, MethodInfo * method)); DO_APP_FUNC(0x019865B0, CspParameters *, KeyPairPersistence_Copy, (KeyPairPersistence * __this, CspParameters * p, MethodInfo * method)); DO_APP_FUNC(0x01986670, void, KeyPairPersistence_FromXml, (KeyPairPersistence * __this, String * xml, MethodInfo * method)); DO_APP_FUNC(0x019869A0, String *, KeyPairPersistence_ToXml, (KeyPairPersistence * __this, MethodInfo * method)); DO_APP_FUNC(0x01986C30, void, KeyPairPersistence__cctor, (MethodInfo * method)); DO_APP_FUNC(0x019551E0, void, MD2__ctor, (MD2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01986CF0, MD2 *, MD2_Create, (MethodInfo * method)); DO_APP_FUNC(0x01986D50, Byte__Array *, MD2Managed_Padding, (MD2Managed * __this, int32_t nLength, MethodInfo * method)); DO_APP_FUNC(0x01986DD0, void, MD2Managed__ctor, (MD2Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x019554B0, void, MD2Managed_Initialize, (MD2Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x01986FB0, void, MD2Managed_HashCore, (MD2Managed * __this, Byte__Array * array, int32_t ibStart, int32_t cbSize, MethodInfo * method)); DO_APP_FUNC(0x019870B0, Byte__Array *, MD2Managed_HashFinal, (MD2Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x01987200, void, MD2Managed_MD2Transform, (MD2Managed * __this, Byte__Array * state, Byte__Array * checksum, Byte__Array * block, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x019876E0, void, MD2Managed__cctor, (MethodInfo * method)); DO_APP_FUNC(0x019551E0, void, MD4__ctor, (MD4 * __this, MethodInfo * method)); DO_APP_FUNC(0x019877C0, MD4 *, MD4_Create, (MethodInfo * method)); DO_APP_FUNC(0x01987820, void, MD4Managed__ctor, (MD4Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x01955FD0, void, MD4Managed_Initialize, (MD4Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x019560A0, void, MD4Managed_HashCore, (MD4Managed * __this, Byte__Array * array, int32_t ibStart, int32_t cbSize, MethodInfo * method)); DO_APP_FUNC(0x01987A70, Byte__Array *, MD4Managed_HashFinal, (MD4Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x01987D60, Byte__Array *, MD4Managed_Padding, (MD4Managed * __this, int32_t nLength, MethodInfo * method)); DO_APP_FUNC(0x01956590, uint32_t, MD4Managed_F, (MD4Managed * __this, uint32_t x, uint32_t y, uint32_t z, MethodInfo * method)); DO_APP_FUNC(0x019565A0, uint32_t, MD4Managed_G, (MD4Managed * __this, uint32_t x, uint32_t y, uint32_t z, MethodInfo * method)); DO_APP_FUNC(0x019565B0, uint32_t, MD4Managed_H, (MD4Managed * __this, uint32_t x, uint32_t y, uint32_t z, MethodInfo * method)); DO_APP_FUNC(0x019565C0, uint32_t, MD4Managed_ROL, (MD4Managed * __this, uint32_t x, uint8_t n, MethodInfo * method)); DO_APP_FUNC(0x019565E0, void, MD4Managed_FF, (MD4Managed * __this, uint32_t * a, uint32_t b, uint32_t c, uint32_t d, uint32_t x, uint8_t s, MethodInfo * method)); DO_APP_FUNC(0x01956620, void, MD4Managed_GG, (MD4Managed * __this, uint32_t * a, uint32_t b, uint32_t c, uint32_t d, uint32_t x, uint8_t s, MethodInfo * method)); DO_APP_FUNC(0x01956670, void, MD4Managed_HH, (MD4Managed * __this, uint32_t * a, uint32_t b, uint32_t c, uint32_t d, uint32_t x, uint8_t s, MethodInfo * method)); DO_APP_FUNC(0x019566B0, void, MD4Managed_Encode, (MD4Managed * __this, Byte__Array * output, UInt32__Array * input, MethodInfo * method)); DO_APP_FUNC(0x01956780, void, MD4Managed_Decode, (MD4Managed * __this, UInt32__Array * output, Byte__Array * input, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01956830, void, MD4Managed_MD4Transform, (MD4Managed * __this, UInt32__Array * state, Byte__Array * block, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01957270, bool, PKCS1_Compare, (Byte__Array * array1, Byte__Array * array2, MethodInfo * method)); DO_APP_FUNC(0x01987DD0, Byte__Array *, PKCS1_I2OSP, (Byte__Array * x, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01987E60, Byte__Array *, PKCS1_OS2IP, (Byte__Array * x, MethodInfo * method)); DO_APP_FUNC(0x01957480, Byte__Array *, PKCS1_RSAVP1, (RSA * rsa, Byte__Array * s, MethodInfo * method)); DO_APP_FUNC(0x01987F50, bool, PKCS1_Verify_v15, (RSA * rsa, HashAlgorithm * hash, Byte__Array * hashValue, Byte__Array * signature, MethodInfo * method)); DO_APP_FUNC(0x01987FE0, bool, PKCS1_Verify_v15_1, (RSA * rsa, String * hashName, Byte__Array * hashValue, Byte__Array * signature, MethodInfo * method)); DO_APP_FUNC(0x01988110, bool, PKCS1_Verify_v15_2, (RSA * rsa, HashAlgorithm * hash, Byte__Array * hashValue, Byte__Array * signature, bool tryNonStandardEncoding, MethodInfo * method)); DO_APP_FUNC(0x01988490, Byte__Array *, PKCS1_Encode_v15, (HashAlgorithm * hash, Byte__Array * hashValue, int32_t emLength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60AF0, PKCS1_Encode_v15__MethodInfo); DO_APP_FUNC(0x01988940, HashAlgorithm *, PKCS1_CreateFromName, (String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60AF8, PKCS1_CreateFromName__MethodInfo); DO_APP_FUNC(0x01988EE0, void, PKCS1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x019891C0, void, RSAManaged__ctor, (RSAManaged * __this, int32_t keySize, MethodInfo * method)); DO_APP_FUNC(0x0195B920, void, RSAManaged_Finalize, (RSAManaged * __this, MethodInfo * method)); DO_APP_FUNC(0x01989370, void, RSAManaged_GenerateKeyPair, (RSAManaged * __this, MethodInfo * method)); DO_APP_FUNC(0x01989B70, int32_t, RSAManaged_get_KeySize, (RSAManaged * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60AD0, RSAManaged_get_KeySize__MethodInfo); DO_APP_FUNC(0x01989C30, bool, RSAManaged_get_PublicOnly, (RSAManaged * __this, MethodInfo * method)); DO_APP_FUNC(0x01989CD0, Byte__Array *, RSAManaged_EncryptValue, (RSAManaged * __this, Byte__Array * rgb, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60AE0, RSAManaged_EncryptValue__MethodInfo); DO_APP_FUNC(0x01989E80, RSAParameters, RSAManaged_ExportParameters, (RSAManaged * __this, bool includePrivateParameters, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60A88, RSAManaged_ExportParameters__MethodInfo); DO_APP_FUNC(0x0198A350, void, RSAManaged_ImportParameters, (RSAManaged * __this, RSAParameters parameters, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60A90, RSAManaged_ImportParameters__MethodInfo); DO_APP_FUNC(0x0198AB80, void, RSAManaged_Dispose, (RSAManaged * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x0198B120, void, RSAManaged_add_KeyGenerated, (RSAManaged * __this, RSAManaged_KeyGeneratedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0198B210, void, RSAManaged_remove_KeyGenerated, (RSAManaged * __this, RSAManaged_KeyGeneratedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0198B300, String *, RSAManaged_ToXmlString, (RSAManaged * __this, bool includePrivateParameters, MethodInfo * method)); DO_APP_FUNC(0x0198BB70, Byte__Array *, RSAManaged_GetPaddedValue, (RSAManaged * __this, BigInteger * value, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01015CE0, void, RSAManaged_KeyGeneratedEventHandler__ctor, (RSAManaged_KeyGeneratedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, RSAManaged_KeyGeneratedEventHandler_Invoke, (RSAManaged_KeyGeneratedEventHandler * __this, Object * sender, EventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0198BC30, void, SymmetricTransform__ctor, (SymmetricTransform * __this, SymmetricAlgorithm * symmAlgo, bool encryption, Byte__Array * rgbIV, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60A00, SymmetricTransform__ctor__MethodInfo); DO_APP_FUNC(0x0198C090, void, SymmetricTransform_Finalize, (SymmetricTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x0198C0E0, void, SymmetricTransform_System_IDisposable_Dispose, (SymmetricTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x0198C150, void, SymmetricTransform_Dispose, (SymmetricTransform * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, SymmetricTransform_get_CanTransformMultipleBlocks, (SymmetricTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SymmetricTransform_get_CanReuseTransform, (SymmetricTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, SymmetricTransform_get_InputBlockSize, (SymmetricTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, SymmetricTransform_get_OutputBlockSize, (SymmetricTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x0198C250, void, SymmetricTransform_Transform, (SymmetricTransform * __this, Byte__Array * input, Byte__Array * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60A38, SymmetricTransform_Transform__MethodInfo); DO_APP_FUNC(0x0198C430, void, SymmetricTransform_CBC, (SymmetricTransform * __this, Byte__Array * input, Byte__Array * output, MethodInfo * method)); DO_APP_FUNC(0x0198C570, void, SymmetricTransform_CFB, (SymmetricTransform * __this, Byte__Array * input, Byte__Array * output, MethodInfo * method)); DO_APP_FUNC(0x0198CA20, void, SymmetricTransform_OFB, (SymmetricTransform * __this, Byte__Array * input, Byte__Array * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60A58, SymmetricTransform_OFB__MethodInfo); DO_APP_FUNC(0x0198CA80, void, SymmetricTransform_CTS, (SymmetricTransform * __this, Byte__Array * input, Byte__Array * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60A68, SymmetricTransform_CTS__MethodInfo); DO_APP_FUNC(0x0198CAE0, void, SymmetricTransform_CheckInput, (SymmetricTransform * __this, Byte__Array * inputBuffer, int32_t inputOffset, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60A70, SymmetricTransform_CheckInput__MethodInfo); DO_APP_FUNC(0x0198CCA0, int32_t, SymmetricTransform_TransformBlock, (SymmetricTransform * __this, Byte__Array * inputBuffer, int32_t inputOffset, int32_t inputCount, Byte__Array * outputBuffer, int32_t outputOffset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60950, SymmetricTransform_TransformBlock__MethodInfo); DO_APP_FUNC(0x0198CFF0, bool, SymmetricTransform_get_KeepLastBlock, (SymmetricTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x0198D010, int32_t, SymmetricTransform_InternalTransformBlock, (SymmetricTransform * __this, Byte__Array * inputBuffer, int32_t inputOffset, int32_t inputCount, Byte__Array * outputBuffer, int32_t outputOffset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60968, SymmetricTransform_InternalTransformBlock__MethodInfo); DO_APP_FUNC(0x0198D200, void, SymmetricTransform_Random, (SymmetricTransform * __this, Byte__Array * buffer, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0198D350, void, SymmetricTransform_ThrowBadPaddingException, (SymmetricTransform * __this, PaddingMode__Enum padding, int32_t length, int32_t position, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C609A8, SymmetricTransform_ThrowBadPaddingException__MethodInfo); DO_APP_FUNC(0x0198D4B0, Byte__Array *, SymmetricTransform_FinalEncrypt, (SymmetricTransform * __this, Byte__Array * inputBuffer, int32_t inputOffset, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C609C0, SymmetricTransform_FinalEncrypt__MethodInfo); DO_APP_FUNC(0x0198D890, Byte__Array *, SymmetricTransform_FinalDecrypt, (SymmetricTransform * __this, Byte__Array * inputBuffer, int32_t inputOffset, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC(0x0198DBB0, Byte__Array *, SymmetricTransform_TransformFinalBlock, (SymmetricTransform * __this, Byte__Array * inputBuffer, int32_t inputOffset, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60900, SymmetricTransform_TransformFinalBlock__MethodInfo); DO_APP_FUNC(0x0198DC90, void, DSAManaged__ctor, (DSAManaged * __this, int32_t dwKeySize, MethodInfo * method)); DO_APP_FUNC(0x0195B920, void, DSAManaged_Finalize, (DSAManaged * __this, MethodInfo * method)); DO_APP_FUNC(0x0198DE20, void, DSAManaged_Generate, (DSAManaged * __this, MethodInfo * method)); DO_APP_FUNC(0x0198DE70, void, DSAManaged_GenerateKeyPair, (DSAManaged * __this, MethodInfo * method)); DO_APP_FUNC(0x0198E160, void, DSAManaged_add, (DSAManaged * __this, Byte__Array * a, Byte__Array * b, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0198E1E0, void, DSAManaged_GenerateParams, (DSAManaged * __this, int32_t keyLength, MethodInfo * method)); DO_APP_FUNC(0x0198EE30, RandomNumberGenerator *, DSAManaged_get_Random, (DSAManaged * __this, MethodInfo * method)); DO_APP_FUNC(0x0198EEF0, int32_t, DSAManaged_get_KeySize, (DSAManaged * __this, MethodInfo * method)); DO_APP_FUNC(0x0198EF20, bool, DSAManaged_get_PublicOnly, (DSAManaged * __this, MethodInfo * method)); DO_APP_FUNC(0x0198EF90, Byte__Array *, DSAManaged_NormalizeArray, (DSAManaged * __this, Byte__Array * array, MethodInfo * method)); DO_APP_FUNC(0x0198F050, DSAParameters, DSAManaged_ExportParameters, (DSAManaged * __this, bool includePrivateParameters, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60940, DSAManaged_ExportParameters__MethodInfo); DO_APP_FUNC(0x0198F5A0, void, DSAManaged_ImportParameters, (DSAManaged * __this, DSAParameters parameters, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60858, DSAManaged_ImportParameters__MethodInfo); DO_APP_FUNC(0x0198FA30, bool, DSAManaged_VerifySignature, (DSAManaged * __this, Byte__Array * rgbHash, Byte__Array * rgbSignature, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60880, DSAManaged_VerifySignature__MethodInfo); DO_APP_FUNC(0x01990070, void, DSAManaged_Dispose, (DSAManaged * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01990360, void, DSAManaged_add_KeyGenerated, (DSAManaged * __this, DSAManaged_KeyGeneratedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x01990450, void, DSAManaged_remove_KeyGenerated, (DSAManaged * __this, DSAManaged_KeyGeneratedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x01015CE0, void, DSAManaged_KeyGeneratedEventHandler__ctor, (DSAManaged_KeyGeneratedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, DSAManaged_KeyGeneratedEventHandler_Invoke, (DSAManaged_KeyGeneratedEventHandler * __this, Object * sender, EventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x01990540, void, BigInteger__ctor, (BigInteger * __this, BigInteger_Sign__Enum sign, uint32_t len, MethodInfo * method)); DO_APP_FUNC(0x019905E0, void, BigInteger__ctor_1, (BigInteger * __this, BigInteger * bi, MethodInfo * method)); DO_APP_FUNC(0x01990710, void, BigInteger__ctor_2, (BigInteger * __this, BigInteger * bi, uint32_t len, MethodInfo * method)); DO_APP_FUNC(0x01990820, void, BigInteger__ctor_3, (BigInteger * __this, Byte__Array * inData, MethodInfo * method)); DO_APP_FUNC(0x01990AF0, void, BigInteger__ctor_4, (BigInteger * __this, uint32_t ui, MethodInfo * method)); DO_APP_FUNC(0x01990BB0, BigInteger *, BigInteger_op_Implicit, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01990C20, BigInteger *, BigInteger_op_Implicit_1, (int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60730, BigInteger_op_Implicit_1__MethodInfo); DO_APP_FUNC(0x01990CE0, BigInteger *, BigInteger_op_Subtraction, (BigInteger * bi1, BigInteger * bi2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60748, BigInteger_op_Subtraction__MethodInfo); DO_APP_FUNC(0x01962A10, uint32_t, BigInteger_op_Modulus, (BigInteger * bi, uint32_t ui, MethodInfo * method)); DO_APP_FUNC(0x01990FF0, BigInteger *, BigInteger_op_Modulus_1, (BigInteger * bi1, BigInteger * bi2, MethodInfo * method)); DO_APP_FUNC(0x01991020, BigInteger *, BigInteger_op_Division, (BigInteger * bi1, BigInteger * bi2, MethodInfo * method)); DO_APP_FUNC(0x01991050, BigInteger *, BigInteger_op_Multiply, (BigInteger * bi1, BigInteger * bi2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60768, BigInteger_op_Multiply__MethodInfo); DO_APP_FUNC(0x01991380, BigInteger *, BigInteger_op_Multiply_1, (BigInteger * bi, int32_t i, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60790, BigInteger_op_Multiply_1__MethodInfo); DO_APP_FUNC(0x019915D0, BigInteger *, BigInteger_op_LeftShift, (BigInteger * bi1, int32_t shiftVal, MethodInfo * method)); DO_APP_FUNC(0x019915E0, BigInteger *, BigInteger_op_RightShift, (BigInteger * bi1, int32_t shiftVal, MethodInfo * method)); DO_APP_FUNC(0x019915F0, RandomNumberGenerator *, BigInteger_get_Rng, (MethodInfo * method)); DO_APP_FUNC(0x01991750, BigInteger *, BigInteger_GenerateRandom, (int32_t bits, RandomNumberGenerator * rng, MethodInfo * method)); DO_APP_FUNC(0x01991920, BigInteger *, BigInteger_GenerateRandom_1, (int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x01991980, void, BigInteger_Randomize, (BigInteger * __this, RandomNumberGenerator * rng, MethodInfo * method)); DO_APP_FUNC(0x01991BC0, void, BigInteger_Randomize_1, (BigInteger * __this, MethodInfo * method)); DO_APP_FUNC(0x019632F0, int32_t, BigInteger_BitCount, (BigInteger * __this, MethodInfo * method)); DO_APP_FUNC(0x01991C20, bool, BigInteger_TestBit, (BigInteger * __this, uint32_t bitNum, MethodInfo * method)); DO_APP_FUNC(0x01991C60, bool, BigInteger_TestBit_1, (BigInteger * __this, int32_t bitNum, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C606D0, BigInteger_TestBit_1__MethodInfo); DO_APP_FUNC(0x01963450, void, BigInteger_SetBit, (BigInteger * __this, uint32_t bitNum, MethodInfo * method)); DO_APP_FUNC(0x019634A0, void, BigInteger_SetBit_1, (BigInteger * __this, uint32_t bitNum, bool value, MethodInfo * method)); DO_APP_FUNC(0x01991D10, int32_t, BigInteger_LowestSetBit, (BigInteger * __this, MethodInfo * method)); DO_APP_FUNC(0x01991E20, Byte__Array *, BigInteger_GetBytes, (BigInteger * __this, MethodInfo * method)); DO_APP_FUNC(0x019637B0, bool, BigInteger_op_Equality, (BigInteger * bi1, uint32_t ui, MethodInfo * method)); DO_APP_FUNC(0x01963830, bool, BigInteger_op_Inequality, (BigInteger * bi1, uint32_t ui, MethodInfo * method)); DO_APP_FUNC(0x01991FC0, bool, BigInteger_op_Equality_1, (BigInteger * bi1, BigInteger * bi2, MethodInfo * method)); DO_APP_FUNC(0x01992080, bool, BigInteger_op_Inequality_1, (BigInteger * bi1, BigInteger * bi2, MethodInfo * method)); DO_APP_FUNC(0x01963A30, bool, BigInteger_op_GreaterThan, (BigInteger * bi1, BigInteger * bi2, MethodInfo * method)); DO_APP_FUNC(0x01963A50, bool, BigInteger_op_LessThan, (BigInteger * bi1, BigInteger * bi2, MethodInfo * method)); DO_APP_FUNC(0x01963A70, bool, BigInteger_op_GreaterThanOrEqual, (BigInteger * bi1, BigInteger * bi2, MethodInfo * method)); DO_APP_FUNC(0x01963A90, bool, BigInteger_op_LessThanOrEqual, (BigInteger * bi1, BigInteger * bi2, MethodInfo * method)); DO_APP_FUNC(0x01992140, String *, BigInteger_ToString, (BigInteger * __this, uint32_t radix, MethodInfo * method)); DO_APP_FUNC(0x01992190, String *, BigInteger_ToString_1, (BigInteger * __this, uint32_t radix, String * characterSet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60658, BigInteger_ToString_1__MethodInfo); DO_APP_FUNC(0x01963F30, void, BigInteger_Normalize, (BigInteger * __this, MethodInfo * method)); DO_APP_FUNC(0x01963F80, void, BigInteger_Clear, (BigInteger * __this, MethodInfo * method)); DO_APP_FUNC(0x01963FD0, int32_t, BigInteger_GetHashCode, (BigInteger * __this, MethodInfo * method)); DO_APP_FUNC(0x019925C0, String *, BigInteger_ToString_2, (BigInteger * __this, MethodInfo * method)); DO_APP_FUNC(0x01992610, bool, BigInteger_Equals, (BigInteger * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x01992930, BigInteger *, BigInteger_ModInverse, (BigInteger * __this, BigInteger * modulus, MethodInfo * method)); DO_APP_FUNC(0x01992940, BigInteger *, BigInteger_ModPow, (BigInteger * __this, BigInteger * exp, BigInteger * n, MethodInfo * method)); DO_APP_FUNC(0x019929D0, bool, BigInteger_IsProbablePrime, (BigInteger * __this, MethodInfo * method)); DO_APP_FUNC(0x01992CF0, BigInteger *, BigInteger_GeneratePseudoPrime, (int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x01964480, void, BigInteger_Incr2, (BigInteger * __this, MethodInfo * method)); DO_APP_FUNC(0x01992D50, void, BigInteger__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01992E30, void, BigInteger_ModulusRing__ctor, (BigInteger_ModulusRing * __this, BigInteger * modulus, MethodInfo * method)); DO_APP_FUNC(0x01993050, void, BigInteger_ModulusRing_BarrettReduction, (BigInteger_ModulusRing * __this, BigInteger * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C605F0, BigInteger_ModulusRing_BarrettReduction__MethodInfo); DO_APP_FUNC(0x01993470, BigInteger *, BigInteger_ModulusRing_Multiply, (BigInteger_ModulusRing * __this, BigInteger * a, BigInteger * b, MethodInfo * method)); DO_APP_FUNC(0x01993750, BigInteger *, BigInteger_ModulusRing_Difference, (BigInteger_ModulusRing * __this, BigInteger * a, BigInteger * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60618, BigInteger_ModulusRing_Difference__MethodInfo); DO_APP_FUNC(0x01993980, BigInteger *, BigInteger_ModulusRing_Pow, (BigInteger_ModulusRing * __this, BigInteger * a, BigInteger * k, MethodInfo * method)); DO_APP_FUNC(0x01993B10, BigInteger *, BigInteger_ModulusRing_Pow_1, (BigInteger_ModulusRing * __this, uint32_t b, BigInteger * exp, MethodInfo * method)); DO_APP_FUNC(0x01993BA0, BigInteger *, BigInteger_Kernel_Subtract, (BigInteger * big, BigInteger * small, MethodInfo * method)); DO_APP_FUNC(0x01965580, void, BigInteger_Kernel_MinusEq, (BigInteger * big, BigInteger * small, MethodInfo * method)); DO_APP_FUNC(0x019656B0, void, BigInteger_Kernel_PlusEq, (BigInteger * bi1, BigInteger * bi2, MethodInfo * method)); DO_APP_FUNC(0x01965890, BigInteger_Sign__Enum, BigInteger_Kernel_Compare, (BigInteger * bi1, BigInteger * bi2, MethodInfo * method)); DO_APP_FUNC(0x019659E0, uint32_t, BigInteger_Kernel_SingleByteDivideInPlace, (BigInteger * n, uint32_t d, MethodInfo * method)); DO_APP_FUNC(0x01962A10, uint32_t, BigInteger_Kernel_DwordMod, (BigInteger * n, uint32_t d, MethodInfo * method)); DO_APP_FUNC(0x01993DA0, BigInteger__Array *, BigInteger_Kernel_DwordDivMod, (BigInteger * n, uint32_t d, MethodInfo * method)); DO_APP_FUNC(0x01993FD0, BigInteger__Array *, BigInteger_Kernel_multiByteDivide, (BigInteger * bi1, BigInteger * bi2, MethodInfo * method)); DO_APP_FUNC(0x01994710, BigInteger *, BigInteger_Kernel_LeftShift, (BigInteger * bi, int32_t n, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60570, BigInteger_Kernel_LeftShift__MethodInfo); DO_APP_FUNC(0x01994A00, BigInteger *, BigInteger_Kernel_RightShift, (BigInteger * bi, int32_t n, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60590, BigInteger_Kernel_RightShift__MethodInfo); DO_APP_FUNC(0x01994C00, BigInteger *, BigInteger_Kernel_MultiplyByDword, (BigInteger * n, uint32_t f, MethodInfo * method)); DO_APP_FUNC(0x019668F0, void, BigInteger_Kernel_Multiply, (UInt32__Array * x, uint32_t xOffset, uint32_t xLen, UInt32__Array * y, uint32_t yOffset, uint32_t yLen, UInt32__Array * d, uint32_t dOffset, MethodInfo * method)); DO_APP_FUNC(0x01966A10, void, BigInteger_Kernel_MultiplyMod2p32pmod, (UInt32__Array * x, int32_t xOffset, int32_t xLen, UInt32__Array * y, int32_t yOffest, int32_t yLen, UInt32__Array * d, int32_t dOffset, int32_t mod, MethodInfo * method)); DO_APP_FUNC(0x01994D50, uint32_t, BigInteger_Kernel_modInverse, (BigInteger * bi, uint32_t modulus, MethodInfo * method)); DO_APP_FUNC(0x01994E80, BigInteger *, BigInteger_Kernel_modInverse_1, (BigInteger * bi, BigInteger * modulus, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C604D8, BigInteger_Kernel_modInverse_1__MethodInfo); DO_APP_FUNC(0x01967560, void, PrimalityTest__ctor, (PrimalityTest * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, bool, PrimalityTest_Invoke, (PrimalityTest * __this, BigInteger * bi, ConfidenceFactor__Enum confidence, MethodInfo * method)); DO_APP_FUNC(0x01995760, int32_t, PrimalityTests_GetSPPRounds, (BigInteger * bi, ConfidenceFactor__Enum confidence, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C604E8, PrimalityTests_GetSPPRounds__MethodInfo); DO_APP_FUNC(0x01995930, bool, PrimalityTests_Test, (BigInteger * n, ConfidenceFactor__Enum confidence, MethodInfo * method)); DO_APP_FUNC(0x01995980, bool, PrimalityTests_RabinMillerTest, (BigInteger * n, ConfidenceFactor__Enum confidence, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60520, PrimalityTests_RabinMillerTest__MethodInfo); DO_APP_FUNC(0x01995D50, bool, PrimalityTests_SmallPrimeSppTest, (BigInteger * bi, ConfidenceFactor__Enum confidence, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, ConfidenceFactor__Enum, PrimeGeneratorBase_get_Confidence, (PrimeGeneratorBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01996030, PrimalityTest *, PrimeGeneratorBase_get_PrimalityTest, (PrimeGeneratorBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01967E60, int32_t, PrimeGeneratorBase_get_TrialDivisionBounds, (PrimeGeneratorBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PrimeGeneratorBase__ctor, (PrimeGeneratorBase * __this, MethodInfo * method)); DO_APP_FUNC(0x019960A0, BigInteger *, SequentialSearchPrimeGeneratorBase_GenerateSearchBase, (SequentialSearchPrimeGeneratorBase * __this, int32_t bits, Object * context, MethodInfo * method)); DO_APP_FUNC(0x01967EF0, BigInteger *, SequentialSearchPrimeGeneratorBase_GenerateNewPrime, (SequentialSearchPrimeGeneratorBase * __this, int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x01996160, BigInteger *, SequentialSearchPrimeGeneratorBase_GenerateNewPrime_1, (SequentialSearchPrimeGeneratorBase * __this, int32_t bits, Object * context, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, SequentialSearchPrimeGeneratorBase_IsPrimeAcceptable, (SequentialSearchPrimeGeneratorBase * __this, BigInteger * bi, Object * context, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SequentialSearchPrimeGeneratorBase__ctor, (SequentialSearchPrimeGeneratorBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01996510, void, Registry__cctor, (MethodInfo * method)); DO_APP_FUNC(0x019968E0, void, RegistryKey_ClosePerfDataKey, (RegistryKey * __this, MethodInfo * method)); DO_APP_FUNC(0x01996940, RegistryKey *, RegistryKey_OpenBaseKeyCore, (RegistryHive__Enum hKeyHive, RegistryView__Enum view, MethodInfo * method)); DO_APP_FUNC(0x01996B10, RegistryKey *, RegistryKey_InternalOpenSubKeyCore, (RegistryKey * __this, String * name, bool writable, bool throwOnPermissionFailure, MethodInfo * method)); DO_APP_FUNC(0x01996F10, int32_t, RegistryKey_InternalSubKeyCountCore, (RegistryKey * __this, MethodInfo * method)); DO_APP_FUNC(0x019970B0, String__Array *, RegistryKey_InternalGetSubKeyNamesCore, (RegistryKey * __this, int32_t subkeys, MethodInfo * method)); DO_APP_FUNC(0x01997440, Object *, RegistryKey_InternalGetValueCore, (RegistryKey * __this, String * name, Object * defaultValue, bool doNotExpand, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60400, RegistryKey_InternalGetValueCore__MethodInfo); DO_APP_FUNC(0x01998540, void, RegistryKey_Win32Error, (RegistryKey * __this, int32_t errorCode, String * str, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60430, RegistryKey_Win32Error__MethodInfo); DO_APP_FUNC(0x01998700, int32_t, RegistryKey_GetRegistryKeyAccess, (bool isWritable, MethodInfo * method)); DO_APP_FUNC(0x01998720, void, RegistryKey__ctor, (RegistryKey * __this, SafeRegistryHandle * hkey, bool writable, bool systemkey, bool remoteKey, bool isPerfData, RegistryView__Enum view, MethodInfo * method)); DO_APP_FUNC(0x019988E0, void, RegistryKey_Dispose, (RegistryKey * __this, MethodInfo * method)); DO_APP_FUNC(0x01998A90, RegistryKey *, RegistryKey_OpenBaseKey, (RegistryHive__Enum hKey, RegistryView__Enum view, MethodInfo * method)); DO_APP_FUNC(0x01998CB0, RegistryKey *, RegistryKey_OpenSubKey, (RegistryKey * __this, String * name, bool writable, MethodInfo * method)); DO_APP_FUNC(0x01998D90, int32_t, RegistryKey_InternalSubKeyCount, (RegistryKey * __this, MethodInfo * method)); DO_APP_FUNC(0x01998F90, String__Array *, RegistryKey_GetSubKeyNames, (RegistryKey * __this, MethodInfo * method)); DO_APP_FUNC(0x01998FA0, String__Array *, RegistryKey_InternalGetSubKeyNames, (RegistryKey * __this, MethodInfo * method)); DO_APP_FUNC(0x01999230, Object *, RegistryKey_GetValue, (RegistryKey * __this, String * name, Object * defaultValue, RegistryValueOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C603C8, RegistryKey_GetValue__MethodInfo); DO_APP_FUNC(0x01999370, Object *, RegistryKey_InternalGetValue, (RegistryKey * __this, String * name, Object * defaultValue, bool doNotExpand, bool checkSecurity, MethodInfo * method)); DO_APP_FUNC(0x01999410, String *, RegistryKey_ToString, (RegistryKey * __this, MethodInfo * method)); DO_APP_FUNC(0x01999470, String *, RegistryKey_FixupName, (String * name, MethodInfo * method)); DO_APP_FUNC(0x01999690, void, RegistryKey_FixupPath, (StringBuilder * path, MethodInfo * method)); DO_APP_FUNC(0x019997C0, void, RegistryKey_EnsureNotDisposed, (RegistryKey * __this, MethodInfo * method)); DO_APP_FUNC(0x01999820, RegistryKeyPermissionCheck__Enum, RegistryKey_GetSubKeyPermissionCheck, (RegistryKey * __this, bool subkeyWritable, MethodInfo * method)); DO_APP_FUNC(0x01999840, void, RegistryKey_ValidateKeyName, (String * name, MethodInfo * method)); DO_APP_FUNC(0x01999CE0, void, RegistryKey_ValidateKeyView, (RegistryView__Enum view, MethodInfo * method)); DO_APP_FUNC(0x01999D50, bool, RegistryKey_IsSystemKey, (RegistryKey * __this, MethodInfo * method)); DO_APP_FUNC(0x01999D60, bool, RegistryKey_IsPerfDataKey, (RegistryKey * __this, MethodInfo * method)); DO_APP_FUNC(0x01999D70, void, RegistryKey__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0199A140, void, ThrowHelper_ThrowArgumentException, (String * msg, String * argument, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60308, ThrowHelper_ThrowArgumentException__MethodInfo); DO_APP_FUNC(0x0199A1A0, void, ThrowHelper_ThrowArgumentNullException, (String * argument, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60310, ThrowHelper_ThrowArgumentNullException__MethodInfo); DO_APP_FUNC(0x0199A200, void, ThrowHelper_ThrowSecurityException, (String * msg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60320, ThrowHelper_ThrowSecurityException__MethodInfo); DO_APP_FUNC(0x0199A260, void, ThrowHelper_ThrowObjectDisposedException, (String * objectName, String * msg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60328, ThrowHelper_ThrowObjectDisposedException__MethodInfo); DO_APP_FUNC(0x0199A2C0, String *, Win32Native_GetMessage, (int32_t hr, MethodInfo * method)); DO_APP_FUNC(0x0199A310, int32_t, Win32Native_MakeHRFromErrorCode, (int32_t errorCode, MethodInfo * method)); DO_APP_FUNC(0x0199A320, void, SafeLibraryHandle__ctor, (SafeLibraryHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0199A3A0, bool, SafeLibraryHandle_ReleaseHandle, (SafeLibraryHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0199A430, bool, SafeRegistryHandle_ReleaseHandle, (SafeRegistryHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0199A320, void, SafeRegistryHandle__ctor, (SafeRegistryHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0199A450, void, SafeRegistryHandle__ctor_1, (SafeRegistryHandle * __this, void * preexistingHandle, bool ownsHandle, MethodInfo * method)); DO_APP_FUNC(0x0199A4C0, void *, SafePasswordHandle_CreateHandle, (SafePasswordHandle * __this, String * password, MethodInfo * method)); DO_APP_FUNC(0x0199A5A0, void *, SafePasswordHandle_CreateHandle_1, (SafePasswordHandle * __this, SecureString * password, MethodInfo * method)); DO_APP_FUNC(0x0199A5F0, void, SafePasswordHandle_FreeHandle, (SafePasswordHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0199A650, void, SafePasswordHandle__ctor, (SafePasswordHandle * __this, String * password, MethodInfo * method)); DO_APP_FUNC(0x0199A7A0, void, SafePasswordHandle__ctor_1, (SafePasswordHandle * __this, SecureString * password, MethodInfo * method)); DO_APP_FUNC(0x0199A880, bool, SafePasswordHandle_ReleaseHandle, (SafePasswordHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0199A920, void, SafePasswordHandle_Dispose, (SafePasswordHandle * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x0199AA70, bool, SafePasswordHandle_get_IsInvalid, (SafePasswordHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0199AA80, String *, SafePasswordHandle_Mono_DangerousGetString, (SafePasswordHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0199A450, void, SafeFileHandle__ctor, (SafeFileHandle * __this, void * preexistingHandle, bool ownsHandle, MethodInfo * method)); DO_APP_FUNC(0x0199AAE0, bool, SafeFileHandle_ReleaseHandle, (SafeFileHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0199A320, void, SafeFindHandle__ctor, (SafeFindHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0199AB50, bool, SafeFindHandle_ReleaseHandle, (SafeFindHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0199A450, void, SafeWaitHandle__ctor, (SafeWaitHandle * __this, void * existingHandle, bool ownsHandle, MethodInfo * method)); DO_APP_FUNC(0x0199ACF0, bool, SafeWaitHandle_ReleaseHandle, (SafeWaitHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0199AD10, void, SafeHandleZeroOrMinusOneIsInvalid__ctor, (SafeHandleZeroOrMinusOneIsInvalid * __this, bool ownsHandle, MethodInfo * method)); DO_APP_FUNC(0x0199AD70, bool, SafeHandleZeroOrMinusOneIsInvalid_get_IsInvalid, (SafeHandleZeroOrMinusOneIsInvalid * __this, MethodInfo * method)); DO_APP_FUNC(0x0199AD90, void, SafeHandleMinusOneIsInvalid__ctor, (SafeHandleMinusOneIsInvalid * __this, bool ownsHandle, MethodInfo * method)); DO_APP_FUNC(0x0199AA70, bool, SafeHandleMinusOneIsInvalid_get_IsInvalid, (SafeHandleMinusOneIsInvalid * __this, MethodInfo * method)); DO_APP_FUNC(0x0199ADA0, void, CriticalHandleZeroOrMinusOneIsInvalid__ctor, (CriticalHandleZeroOrMinusOneIsInvalid * __this, MethodInfo * method)); DO_APP_FUNC(0x0199AD70, bool, CriticalHandleZeroOrMinusOneIsInvalid_get_IsInvalid, (CriticalHandleZeroOrMinusOneIsInvalid * __this, MethodInfo * method)); DO_APP_FUNC(0x0199ADF0, void, CriticalHandleMinusOneIsInvalid__ctor, (CriticalHandleMinusOneIsInvalid * __this, MethodInfo * method)); DO_APP_FUNC(0x0199AA70, bool, CriticalHandleMinusOneIsInvalid_get_IsInvalid, (CriticalHandleMinusOneIsInvalid * __this, MethodInfo * method)); DO_APP_FUNC(0x0199AE00, bool, TaskTrace_get_Enabled, (MethodInfo * method)); DO_APP_FUNC(0x0199AE60, void, TaskTrace_TaskWaitBegin_Asynchronous, (int32_t OriginatingTaskSchedulerID, int32_t OriginatingTaskID, int32_t TaskID, MethodInfo * method)); DO_APP_FUNC(0x0199AEE0, void, TaskTrace_TaskWaitBegin_Synchronous, (int32_t OriginatingTaskSchedulerID, int32_t OriginatingTaskID, int32_t TaskID, MethodInfo * method)); DO_APP_FUNC(0x0199AF60, void, TaskTrace_TaskWaitEnd, (int32_t OriginatingTaskSchedulerID, int32_t OriginatingTaskID, int32_t TaskID, MethodInfo * method)); DO_APP_FUNC(0x0199AFE0, void, TaskTrace_TaskScheduled, (int32_t OriginatingTaskSchedulerID, int32_t OriginatingTaskID, int32_t TaskID, int32_t CreatingTaskID, int32_t TaskCreationOptions, MethodInfo * method)); DO_APP_FUNC(0x0199B080, void, RuntimeAugments_ReportUnhandledException, (Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x0199B0B0, ReflectionExecutionDomainCallbacks *, RuntimeAugments_get_Callbacks, (MethodInfo * method)); DO_APP_FUNC(0x0199B110, void, RuntimeAugments__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0199B1D0, Exception *, ReflectionExecutionDomainCallbacks_CreateMissingMetadataException, (ReflectionExecutionDomainCallbacks * __this, Type * attributeType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReflectionExecutionDomainCallbacks__ctor, (ReflectionExecutionDomainCallbacks * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, RuntimeThread__ctor, (RuntimeThread * __this, Thread * t, MethodInfo * method)); DO_APP_FUNC(0x0199B260, RuntimeThread *, RuntimeThread_Create, (ParameterizedThreadStart * start, int32_t maxStackSize, MethodInfo * method)); DO_APP_FUNC(0x0199B420, void, RuntimeThread_set_IsBackground, (RuntimeThread * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0199B440, void, RuntimeThread_Start, (RuntimeThread * __this, Object * state, MethodInfo * method)); DO_APP_FUNC(0x0199B460, void, RuntimeThread_Sleep, (int32_t millisecondsTimeout, MethodInfo * method)); DO_APP_FUNC(0x0199B470, bool, RuntimeThread_Yield, (MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, RuntimeThread_SpinWait, (int32_t iterations, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, RuntimeThread_GetCurrentProcessorId, (MethodInfo * method)); DO_APP_FUNC(0x0199B490, void, RuntimeThread__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0199B4D0, Byte__Array *, Helpers_CloneByteArray, (Byte__Array * src, MethodInfo * method)); DO_APP_FUNC(0x0199B550, Char__Array *, Helpers_ToHexArrayUpper, (Byte__Array * bytes, MethodInfo * method)); DO_APP_FUNC(0x0199B670, String *, Helpers_ToHexStringUpper, (Byte__Array * bytes, MethodInfo * method)); DO_APP_FUNC(0x0199B690, uint16_t, Helpers_NibbleToHex, (uint8_t b, MethodInfo * method)); DO_APP_FUNC(0x0199B6B0, bool, String_EqualsHelper, (String * strA, String * strB, MethodInfo * method)); DO_APP_FUNC(0x0199B6E0, int32_t, String_CompareOrdinalHelper, (String * strA, int32_t indexA, int32_t countA, String * strB, int32_t indexB, int32_t countB, MethodInfo * method)); DO_APP_FUNC(0x0199B730, int32_t, String_CompareOrdinalHelper_1, (String * strA, String * strB, MethodInfo * method)); DO_APP_FUNC(0x0199B870, int32_t, String_Compare, (String * strA, String * strB, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x0199B880, int32_t, String_Compare_1, (String * strA, String * strB, StringComparison__Enum comparisonType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60150, String_Compare_1__MethodInfo); DO_APP_FUNC(0x0199BC00, int32_t, String_Compare_2, (String * strA, String * strB, CultureInfo * culture, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60170, String_Compare_2__MethodInfo); DO_APP_FUNC(0x0199BCD0, int32_t, String_Compare_3, (String * strA, String * strB, bool ignoreCase, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC(0x0199BDA0, int32_t, String_Compare_4, (String * strA, int32_t indexA, String * strB, int32_t indexB, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0199BF30, int32_t, String_Compare_5, (String * strA, int32_t indexA, String * strB, int32_t indexB, int32_t length, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x0199C0C0, int32_t, String_Compare_6, (String * strA, int32_t indexA, String * strB, int32_t indexB, int32_t length, bool ignoreCase, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC(0x0199C260, int32_t, String_Compare_7, (String * strA, int32_t indexA, String * strB, int32_t indexB, int32_t length, CultureInfo * culture, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60060, String_Compare_7__MethodInfo); DO_APP_FUNC(0x0199C400, int32_t, String_Compare_8, (String * strA, int32_t indexA, String * strB, int32_t indexB, int32_t length, StringComparison__Enum comparisonType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60098, String_Compare_8__MethodInfo); DO_APP_FUNC(0x0199C920, int32_t, String_CompareOrdinal, (String * strA, String * strB, MethodInfo * method)); DO_APP_FUNC(0x0199C960, int32_t, String_CompareOrdinal_1, (ReadOnlySpan_1_Char_ strA, ReadOnlySpan_1_Char_ strB, MethodInfo * method)); DO_APP_FUNC(0x0199C9D0, int32_t, String_CompareOrdinal_2, (String * strA, int32_t indexA, String * strB, int32_t indexB, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C600B8, String_CompareOrdinal_2__MethodInfo); DO_APP_FUNC(0x0199CC20, int32_t, String_CompareTo, (String * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FFF8, String_CompareTo__MethodInfo); DO_APP_FUNC(0x0199CDA0, int32_t, String_CompareTo_1, (String * __this, String * strB, MethodInfo * method)); DO_APP_FUNC(0x0199CEA0, bool, String_EndsWith, (String * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0199CFD0, bool, String_EndsWith_1, (String * __this, String * value, StringComparison__Enum comparisonType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60000, String_EndsWith_1__MethodInfo); DO_APP_FUNC(0x0199D340, bool, String_Equals, (String * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0199D3E0, bool, String_Equals_1, (String * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0199D410, bool, String_Equals_2, (String * __this, String * value, StringComparison__Enum comparisonType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60018, String_Equals_2__MethodInfo); DO_APP_FUNC(0x0199D750, bool, String_Equals_3, (String * a, String * b, MethodInfo * method)); DO_APP_FUNC(0x0199D790, bool, String_Equals_4, (String * a, String * b, StringComparison__Enum comparisonType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60040, String_Equals_4__MethodInfo); DO_APP_FUNC(0x0199D750, bool, String_op_Equality, (String * a, String * b, MethodInfo * method)); DO_APP_FUNC(0x0199DAE0, bool, String_op_Inequality, (String * a, String * b, MethodInfo * method)); DO_APP_FUNC(0x0199DB30, int32_t, String_GetHashCode, (String * __this, MethodInfo * method)); DO_APP_FUNC(0x0199DB30, int32_t, String_GetLegacyNonRandomizedHashCode, (String * __this, MethodInfo * method)); DO_APP_FUNC(0x0199DB80, bool, String_StartsWith, (String * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60048, String_StartsWith__MethodInfo); DO_APP_FUNC(0x0199DCB0, bool, String_StartsWith_1, (String * __this, String * value, StringComparison__Enum comparisonType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FF60, String_StartsWith_1__MethodInfo); DO_APP_FUNC(0x0199E040, void, String_CheckStringComparison, (StringComparison__Enum comparisonType, MethodInfo * method)); DO_APP_FUNC(0x0199E060, void, String__ctor, (String * __this, Char__Array * value, MethodInfo * method)); DO_APP_FUNC(0x0199E070, String *, String_Ctor, (Char__Array * value, MethodInfo * method)); DO_APP_FUNC(0x0199E060, void, String__ctor_1, (String * __this, Char__Array * value, int32_t startIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0199E160, String *, String_Ctor_1, (Char__Array * value, int32_t startIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FFB8, String_Ctor_1__MethodInfo); DO_APP_FUNC(0x0199E060, void, String__ctor_2, (String * __this, uint16_t * value, MethodInfo * method)); DO_APP_FUNC(0x0199E3D0, String *, String_Ctor_2, (uint16_t * ptr, MethodInfo * method)); DO_APP_FUNC(0x0199E060, void, String__ctor_3, (String * __this, uint16_t * value, int32_t startIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0199E4C0, String *, String_Ctor_3, (uint16_t * ptr, int32_t startIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FFE8, String_Ctor_3__MethodInfo); DO_APP_FUNC(0x0199E060, void, String__ctor_4, (String * __this, int8_t * value, int32_t startIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0199E710, String *, String_Ctor_4, (int8_t * value, int32_t startIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FF08, String_Ctor_4__MethodInfo); DO_APP_FUNC(0x0199E990, String *, String_CreateStringForSByteConstructor, (uint8_t * pb, int32_t numBytes, MethodInfo * method)); DO_APP_FUNC(0x0199EA10, void, String__ctor_5, (String * __this, int8_t * value, int32_t startIndex, int32_t length, Encoding * enc, MethodInfo * method)); DO_APP_FUNC(0x0199EA30, String *, String_Ctor_5, (int8_t * value, int32_t startIndex, int32_t length, Encoding * enc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FF28, String_Ctor_5__MethodInfo); DO_APP_FUNC(0x0199E060, void, String__ctor_6, (String * __this, uint16_t c, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0199ECE0, String *, String_Ctor_6, (uint16_t c, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FF30, String_Ctor_6__MethodInfo); DO_APP_FUNC(0x0199EE00, void, String__ctor_7, (String * __this, ReadOnlySpan_1_Char_ value, MethodInfo * method)); DO_APP_FUNC(0x0199EE20, String *, String_Ctor_7, (ReadOnlySpan_1_Char_ value, MethodInfo * method)); DO_APP_FUNC(0x0199EF00, ReadOnlySpan_1_Char_, String_op_Implicit, (String * value, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Object *, String_Clone, (String * __this, MethodInfo * method)); DO_APP_FUNC(0x0199EF80, String *, String_Copy, (String * str, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FEA0, String_Copy__MethodInfo); DO_APP_FUNC(0x0199F060, void, String_CopyTo, (String * __this, int32_t sourceIndex, Char__Array * destination, int32_t destinationIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FEB0, String_CopyTo__MethodInfo); DO_APP_FUNC(0x0199F2D0, Char__Array *, String_ToCharArray, (String * __this, MethodInfo * method)); DO_APP_FUNC(0x0199F400, bool, String_IsNullOrEmpty, (String * value, MethodInfo * method)); DO_APP_FUNC(0x0199F410, bool, String_IsNullOrWhiteSpace, (String * value, MethodInfo * method)); DO_APP_FUNC(0x0199F4C0, uint16_t *, String_GetRawStringData, (String * __this, MethodInfo * method)); DO_APP_FUNC(0x0199F4D0, String *, String_CreateStringFromEncoding, (uint8_t * bytes, int32_t byteLength, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x0199F5C0, String *, String_CreateFromChar, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x0199F5F0, void, String_wstrcpy, (uint16_t * dmem, uint16_t * smem, int32_t charCount, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, String *, String_ToString, (String * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, String *, String_ToString_1, (String * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x0199F640, IEnumerator_1_System_Char_ *, String_System_Collections_Generic_IEnumerable_System_Char__GetEnumerator, (String * __this, MethodInfo * method)); DO_APP_FUNC(0x0199F6F0, IEnumerator *, String_System_Collections_IEnumerable_GetEnumerator, (String * __this, MethodInfo * method)); DO_APP_FUNC(0x0199F7A0, int32_t, String_wcslen, (uint16_t * ptr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FE50, String_wcslen__MethodInfo); DO_APP_FUNC(0x0199F890, TypeCode__Enum, String_GetTypeCode, (String * __this, MethodInfo * method)); DO_APP_FUNC(0x0199F8A0, bool, String_System_IConvertible_ToBoolean, (String * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x0199F940, uint16_t, String_System_IConvertible_ToChar, (String * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x0199FA40, int8_t, String_System_IConvertible_ToSByte, (String * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x0199FB10, uint8_t, String_System_IConvertible_ToByte, (String * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x0199FBE0, int16_t, String_System_IConvertible_ToInt16, (String * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x0199FCB0, uint16_t, String_System_IConvertible_ToUInt16, (String * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x0199FD80, int32_t, String_System_IConvertible_ToInt32, (String * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x0199FE00, uint32_t, String_System_IConvertible_ToUInt32, (String * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x0199FE80, int64_t, String_System_IConvertible_ToInt64, (String * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x0199FF00, uint64_t, String_System_IConvertible_ToUInt64, (String * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x0199FF80, float, String_System_IConvertible_ToSingle, (String * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x019A0000, double, String_System_IConvertible_ToDouble, (String * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x019A0080, Decimal, String_System_IConvertible_ToDecimal, (String * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x019A0170, DateTime, String_System_IConvertible_ToDateTime, (String * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x019A0220, Object *, String_System_IConvertible_ToType, (String * __this, Type * type, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x019A0290, bool, String_IsNormalized, (String * __this, NormalizationForm__Enum normalizationForm, MethodInfo * method)); DO_APP_FUNC(0x019A0390, String *, String_Normalize, (String * __this, NormalizationForm__Enum normalizationForm, MethodInfo * method)); DO_APP_FUNC(0x019A0490, void, String_FillStringChecked, (String * dest, int32_t destPos, String * src, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FD68, String_FillStringChecked__MethodInfo); DO_APP_FUNC(0x019A0550, String *, String_Concat, (Object * arg0, Object * arg1, MethodInfo * method)); DO_APP_FUNC(0x019A0600, String *, String_Concat_1, (Object * arg0, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x019A0700, String *, String_Concat_2, (Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FCC8, String_Concat_2__MethodInfo); DO_APP_FUNC(0x019A0A50, String *, String_Concat_3, (String * str0, String * str1, MethodInfo * method)); DO_APP_FUNC(0x019A0BD0, String *, String_Concat_4, (String * str0, String * str1, String * str2, MethodInfo * method)); DO_APP_FUNC(0x019A0D70, String *, String_Concat_5, (String * str0, String * str1, String * str2, String * str3, MethodInfo * method)); DO_APP_FUNC(0x019A0F40, String *, String_Concat_6, (String__Array * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FCE0, String_Concat_6__MethodInfo); DO_APP_FUNC(0x019A1220, String *, String_Format, (String * format, Object * arg0, MethodInfo * method)); DO_APP_FUNC(0x019A1270, String *, String_Format_1, (String * format, Object * arg0, Object * arg1, MethodInfo * method)); DO_APP_FUNC(0x019A12C0, String *, String_Format_2, (String * format, Object * arg0, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x0192BF00, String *, String_Format_3, (String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FCF0, String_Format_3__MethodInfo); DO_APP_FUNC(0x019A1320, String *, String_Format_4, (IFormatProvider * provider, String * format, Object * arg0, MethodInfo * method)); DO_APP_FUNC(0x019A1390, String *, String_Format_5, (IFormatProvider * provider, String * format, Object * arg0, Object * arg1, MethodInfo * method)); DO_APP_FUNC(0x019A1400, String *, String_Format_6, (IFormatProvider * provider, String * format, Object * arg0, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x0196C020, String *, String_Format_7, (IFormatProvider * provider, String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FD08, String_Format_7__MethodInfo); DO_APP_FUNC(0x019A1480, String *, String_FormatHelper, (IFormatProvider * provider, String * format, ParamsArray args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FC08, String_FormatHelper__MethodInfo); DO_APP_FUNC(0x019A15D0, String *, String_Insert, (String * __this, int32_t startIndex, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FC18, String_Insert__MethodInfo); DO_APP_FUNC(0x019A1760, String *, String_Join, (String * separator, String__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FC30, String_Join__MethodInfo); DO_APP_FUNC(0x019A1850, String *, String_Join_1, (String * separator, IEnumerable_1_System_String_ * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FC48, String_Join_1__MethodInfo); DO_APP_FUNC(0x019A1C30, String *, String_Join_2, (String * separator, String__Array * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x019A1CD0, String *, String_JoinCore, (uint16_t * separator, int32_t separatorLength, String__Array * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FC88, String_JoinCore__MethodInfo); DO_APP_FUNC(0x019A21D0, String *, String_PadLeft, (String * __this, int32_t totalWidth, MethodInfo * method)); DO_APP_FUNC(0x019A21E0, String *, String_PadLeft_1, (String * __this, int32_t totalWidth, uint16_t paddingChar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FB60, String_PadLeft_1__MethodInfo); DO_APP_FUNC(0x019A2310, String *, String_PadRight, (String * __this, int32_t totalWidth, MethodInfo * method)); DO_APP_FUNC(0x019A2320, String *, String_PadRight_1, (String * __this, int32_t totalWidth, uint16_t paddingChar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FB70, String_PadRight_1__MethodInfo); DO_APP_FUNC(0x019A2460, String *, String_Remove, (String * __this, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FB80, String_Remove__MethodInfo); DO_APP_FUNC(0x019A2690, String *, String_Remove_1, (String * __this, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FB90, String_Remove_1__MethodInfo); DO_APP_FUNC(0x019A2780, String *, String_Replace, (String * __this, uint16_t oldChar, uint16_t newChar, MethodInfo * method)); DO_APP_FUNC(0x019A2860, String *, String_Replace_1, (String * __this, String * oldValue, String * newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FAB0, String_Replace_1__MethodInfo); DO_APP_FUNC(0x019A2C00, String *, String_ReplaceHelper, (String * __this, int32_t oldValueLength, String * newValue, ReadOnlySpan_1_Int32_ indices, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FB00, String_ReplaceHelper__MethodInfo); DO_APP_FUNC(0x019A3010, String__Array *, String_Split, (String * __this, uint16_t separator, StringSplitOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x019A3090, String__Array *, String_Split_1, (String * __this, Char__Array * separator, MethodInfo * method)); DO_APP_FUNC(0x019A3140, String__Array *, String_Split_2, (String * __this, Char__Array * separator, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x019A31F0, String__Array *, String_Split_3, (String * __this, Char__Array * separator, StringSplitOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x019A32A0, String__Array *, String_SplitInternal, (String * __this, ReadOnlySpan_1_Char_ separators, int32_t count, StringSplitOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FA60, String_SplitInternal__MethodInfo); DO_APP_FUNC(0x019A3710, String__Array *, String_Split_4, (String * __this, String__Array * separator, StringSplitOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x019A3740, String__Array *, String_SplitInternal_1, (String * __this, String * separator, String__Array * separators, int32_t count, StringSplitOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FA70, String_SplitInternal_1__MethodInfo); DO_APP_FUNC(0x019A3DB0, String__Array *, String_SplitInternal_2, (String * __this, String * separator, int32_t count, StringSplitOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x019A4220, String__Array *, String_SplitKeepEmptyEntries, (String * __this, ReadOnlySpan_1_Int32_ sepList, ReadOnlySpan_1_Int32_ lengthList, int32_t defaultLength, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x019A44E0, String__Array *, String_SplitOmitEmptyEntries, (String * __this, ReadOnlySpan_1_Int32_ sepList, ReadOnlySpan_1_Int32_ lengthList, int32_t defaultLength, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x019A4840, void, String_MakeSeparatorList, (String * __this, ReadOnlySpan_1_Char_ separators, ValueListBuilder_1_System_Int32_ * sepListBuilder, MethodInfo * method)); DO_APP_FUNC(0x019A4B70, void, String_MakeSeparatorList_1, (String * __this, String * separator, ValueListBuilder_1_System_Int32_ * sepListBuilder, MethodInfo * method)); DO_APP_FUNC(0x019A4D60, void, String_MakeSeparatorList_2, (String * __this, String__Array * separators, ValueListBuilder_1_System_Int32_ * sepListBuilder, ValueListBuilder_1_System_Int32_ * lengthListBuilder, MethodInfo * method)); DO_APP_FUNC(0x019A4F90, String *, String_Substring, (String * __this, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x019A4FA0, String *, String_Substring_1, (String * __this, int32_t startIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FA30, String_Substring_1__MethodInfo); DO_APP_FUNC(0x019A51F0, String *, String_InternalSubString, (String * __this, int32_t startIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x019A5290, String *, String_ToLower, (String * __this, MethodInfo * method)); DO_APP_FUNC(0x019A5360, String *, String_ToLower_1, (String * __this, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FA50, String_ToLower_1__MethodInfo); DO_APP_FUNC(0x019A5410, String *, String_ToLowerInvariant, (String * __this, MethodInfo * method)); DO_APP_FUNC(0x019A54E0, String *, String_ToUpper, (String * __this, MethodInfo * method)); DO_APP_FUNC(0x019A55B0, String *, String_ToUpper_1, (String * __this, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F960, String_ToUpper_1__MethodInfo); DO_APP_FUNC(0x019A5660, String *, String_ToUpperInvariant, (String * __this, MethodInfo * method)); DO_APP_FUNC(0x019A5730, String *, String_Trim, (String * __this, MethodInfo * method)); DO_APP_FUNC(0x019A5740, String *, String_Trim_1, (String * __this, uint16_t trimChar, MethodInfo * method)); DO_APP_FUNC(0x019A5770, String *, String_Trim_2, (String * __this, Char__Array * trimChars, MethodInfo * method)); DO_APP_FUNC(0x019A57C0, String *, String_TrimStart, (String * __this, MethodInfo * method)); DO_APP_FUNC(0x019A57D0, String *, String_TrimStart_1, (String * __this, uint16_t trimChar, MethodInfo * method)); DO_APP_FUNC(0x019A5800, String *, String_TrimStart_2, (String * __this, Char__Array * trimChars, MethodInfo * method)); DO_APP_FUNC(0x019A5850, String *, String_TrimEnd, (String * __this, MethodInfo * method)); DO_APP_FUNC(0x019A5860, String *, String_TrimEnd_1, (String * __this, uint16_t trimChar, MethodInfo * method)); DO_APP_FUNC(0x019A5890, String *, String_TrimEnd_2, (String * __this, Char__Array * trimChars, MethodInfo * method)); DO_APP_FUNC(0x019A58E0, String *, String_TrimWhiteSpaceHelper, (String * __this, String_TrimType__Enum trimType, MethodInfo * method)); DO_APP_FUNC(0x019A5A70, String *, String_TrimHelper, (String * __this, uint16_t * trimChars, int32_t trimCharsLength, String_TrimType__Enum trimType, MethodInfo * method)); DO_APP_FUNC(0x019A5BD0, String *, String_CreateTrimmedString, (String * __this, int32_t start, int32_t end, MethodInfo * method)); DO_APP_FUNC(0x019A5C70, bool, String_Contains, (String * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x019A5E70, bool, String_Contains_1, (String * __this, String * value, StringComparison__Enum comparisonType, MethodInfo * method)); DO_APP_FUNC(0x019A5EA0, bool, String_Contains_2, (String * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x019A5EC0, int32_t, String_IndexOf, (String * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x019A5ED0, int32_t, String_IndexOf_1, (String * __this, uint16_t value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x019A5EF0, int32_t, String_IndexOf_2, (String * __this, uint16_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F988, String_IndexOf_2__MethodInfo); DO_APP_FUNC(0x019A6010, int32_t, String_IndexOfAny, (String * __this, Char__Array * anyOf, MethodInfo * method)); DO_APP_FUNC(0x019A6030, int32_t, String_IndexOfAny_1, (String * __this, Char__Array * anyOf, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x019A6050, int32_t, String_IndexOfAny_2, (String * __this, Char__Array * anyOf, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F9A8, String_IndexOfAny_2__MethodInfo); DO_APP_FUNC(0x019A6410, int32_t, String_IndexOfAny_3, (String * __this, uint16_t value1, uint16_t value2, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x019A6490, int32_t, String_IndexOfAny_4, (String * __this, uint16_t value1, uint16_t value2, uint16_t value3, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x019A64E0, int32_t, String_IndexOfCharArray, (String * __this, Char__Array * anyOf, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x019A6640, void, String_InitializeProbabilisticMap, (uint32_t * charMap, ReadOnlySpan_1_Char_ anyOf, MethodInfo * method)); DO_APP_FUNC(0x019A6710, bool, String_ArrayContains, (uint16_t searchChar, Char__Array * anyOf, MethodInfo * method)); DO_APP_FUNC(0x019A6760, bool, String_IsCharBitSet, (uint32_t * charMap, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x019A6780, void, String_SetCharBit, (uint32_t * charMap, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x019A67A0, int32_t, String_IndexOf_3, (String * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x019A67C0, int32_t, String_IndexOf_4, (String * __this, String * value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x019A67E0, int32_t, String_IndexOf_5, (String * __this, String * value, StringComparison__Enum comparisonType, MethodInfo * method)); DO_APP_FUNC(0x019A6810, int32_t, String_IndexOf_6, (String * __this, String * value, int32_t startIndex, StringComparison__Enum comparisonType, MethodInfo * method)); DO_APP_FUNC(0x019A6840, int32_t, String_IndexOf_7, (String * __this, String * value, int32_t startIndex, int32_t count, StringComparison__Enum comparisonType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F928, String_IndexOf_7__MethodInfo); DO_APP_FUNC(0x019A6C60, int32_t, String_LastIndexOf, (String * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x019A6C70, int32_t, String_LastIndexOf_1, (String * __this, uint16_t value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x019A6C90, int32_t, String_LastIndexOf_2, (String * __this, uint16_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F930, String_LastIndexOf_2__MethodInfo); DO_APP_FUNC(0x019A6DC0, int32_t, String_LastIndexOfAny, (String * __this, Char__Array * anyOf, MethodInfo * method)); DO_APP_FUNC(0x019A6DF0, int32_t, String_LastIndexOfAny_1, (String * __this, Char__Array * anyOf, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x019A6E10, int32_t, String_LastIndexOfAny_2, (String * __this, Char__Array * anyOf, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F940, String_LastIndexOfAny_2__MethodInfo); DO_APP_FUNC(0x019A70D0, int32_t, String_LastIndexOfCharArray, (String * __this, Char__Array * anyOf, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x019A7230, int32_t, String_LastIndexOf_3, (String * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x019A7260, int32_t, String_LastIndexOf_4, (String * __this, String * value, StringComparison__Enum comparisonType, MethodInfo * method)); DO_APP_FUNC(0x019A7290, int32_t, String_LastIndexOf_5, (String * __this, String * value, int32_t startIndex, int32_t count, StringComparison__Enum comparisonType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F948, String_LastIndexOf_5__MethodInfo); DO_APP_FUNC(0x003BAD50, int32_t, String_get_Length, (String * __this, MethodInfo * method)); DO_APP_FUNC(0x019A76E0, int32_t, String_IndexOfUnchecked, (String * __this, String * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x019A77D0, int32_t, String_IndexOfUncheckedIgnoreCase, (String * __this, String * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x019A79E0, int32_t, String_LastIndexOfUnchecked, (String * __this, String * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x019A7AB0, int32_t, String_LastIndexOfUncheckedIgnoreCase, (String * __this, String * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x019A7C70, bool, String_StartsWithOrdinalUnchecked, (String * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x019A7CC0, String *, String_FastAllocateString, (int32_t length, MethodInfo * method)); DO_APP_FUNC(0x019A7CD0, String *, String_InternalIntern, (String * str, MethodInfo * method)); DO_APP_FUNC(0x019A7CE0, void, String_memset, (uint8_t * dest, int32_t val, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x019A7DD0, void, String_memcpy, (uint8_t * dest, uint8_t * src, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x019A7DF0, void, String_bzero, (uint8_t * dest, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x019A7EE0, void, String_bzero_aligned_1, (uint8_t * dest, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x019A7EF0, void, String_bzero_aligned_2, (uint8_t * dest, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x00C84790, void, String_bzero_aligned_4, (uint8_t * dest, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x00C50E70, void, String_bzero_aligned_8, (uint8_t * dest, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x019A7F00, void, String_memcpy_aligned_1, (uint8_t * dest, uint8_t * src, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x019A7F10, void, String_memcpy_aligned_2, (uint8_t * dest, uint8_t * src, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x019A7F20, void, String_memcpy_aligned_4, (uint8_t * dest, uint8_t * src, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x019A7F30, void, String_memcpy_aligned_8, (uint8_t * dest, uint8_t * src, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x019A7F40, String *, String_CreateString, (String * __this, int8_t * value, int32_t startIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x019A7F60, String *, String_CreateString_1, (String * __this, uint16_t * value, MethodInfo * method)); DO_APP_FUNC(0x019A8060, String *, String_CreateString_2, (String * __this, uint16_t * value, int32_t startIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x019A8080, String *, String_CreateString_3, (String * __this, Char__Array * val, int32_t startIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x019A80A0, String *, String_CreateString_4, (String * __this, Char__Array * val, MethodInfo * method)); DO_APP_FUNC(0x019A8190, String *, String_CreateString_5, (String * __this, uint16_t c, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x019A82B0, String *, String_CreateString_6, (String * __this, int8_t * value, int32_t startIndex, int32_t length, Encoding * enc, MethodInfo * method)); DO_APP_FUNC(0x019A82E0, String *, String_CreateString_7, (String * __this, ReadOnlySpan_1_Char_ value, MethodInfo * method)); DO_APP_FUNC(0x019A83F0, uint16_t, String_get_Chars, (String * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x019A8420, String *, String_Intern, (String * str, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F8B8, String_Intern__MethodInfo); DO_APP_FUNC(0x01AD9C40, void, TimeZoneInfo_PopulateAllSystemTimeZones, (TimeZoneInfo_CachedData * cachedData, MethodInfo * method)); DO_APP_FUNC(0x01AD9CD0, void, TimeZoneInfo_PopulateAllSystemTimeZonesFromRegistry, (TimeZoneInfo_CachedData * cachedData, MethodInfo * method)); DO_APP_FUNC(0x01AD9E90, void, TimeZoneInfo__ctor, (TimeZoneInfo * __this, Interop_Kernel32_TIME_ZONE_INFORMATION * zone, bool dstDisabled, MethodInfo * method)); DO_APP_FUNC(0x01ADA4A0, bool, TimeZoneInfo_CheckDaylightSavingTimeNotSupported, (Interop_Kernel32_TIME_ZONE_INFORMATION * timeZone, MethodInfo * method)); DO_APP_FUNC(0x01ADA510, TimeZoneInfo_AdjustmentRule *, TimeZoneInfo_CreateAdjustmentRuleFromTimeZoneInformation, (Interop_Kernel32_REG_TZI_FORMAT * timeZoneInformation, DateTime startDate, DateTime endDate, int32_t defaultBaseUtcOffset, MethodInfo * method)); DO_APP_FUNC(0x01ADA900, String *, TimeZoneInfo_FindIdFromTimeZoneInformation, (Interop_Kernel32_TIME_ZONE_INFORMATION * timeZone, bool * dstDisabled, MethodInfo * method)); DO_APP_FUNC(0x01ADAAD0, TimeZoneInfo *, TimeZoneInfo_GetLocalTimeZone, (TimeZoneInfo_CachedData * cachedData, MethodInfo * method)); DO_APP_FUNC(0x01ADAE50, TimeZoneInfo *, TimeZoneInfo_GetLocalTimeZoneFromWin32Data, (Interop_Kernel32_TIME_ZONE_INFORMATION * timeZoneInformation, bool dstDisabled, MethodInfo * method)); DO_APP_FUNC(0x01ADAFA0, TimeSpan, TimeZoneInfo_GetDateTimeNowUtcOffsetFromUtc, (DateTime time, bool * isAmbiguousLocalDst, MethodInfo * method)); DO_APP_FUNC(0x01ADB1F0, bool, TimeZoneInfo_TransitionTimeFromTimeZoneInformation, (Interop_Kernel32_REG_TZI_FORMAT * timeZoneInformation, TimeZoneInfo_TransitionTime * transitionTime, bool readStartDate, MethodInfo * method)); DO_APP_FUNC(0x01ADB3D0, bool, TimeZoneInfo_TryCreateAdjustmentRules, (String * id, Interop_Kernel32_REG_TZI_FORMAT * defaultTimeZoneInformation, TimeZoneInfo_AdjustmentRule__Array * * rules, Exception * * e, int32_t defaultBaseUtcOffset, MethodInfo * method)); DO_APP_FUNC(0x01ADC100, bool, TimeZoneInfo_TryGetTimeZoneEntryFromRegistry, (RegistryKey * key, String * name, Interop_Kernel32_REG_TZI_FORMAT * dtzi, MethodInfo * method)); DO_APP_FUNC(0x01ADC230, bool, TimeZoneInfo_TryCompareStandardDate, (Interop_Kernel32_TIME_ZONE_INFORMATION * timeZone, Interop_Kernel32_REG_TZI_FORMAT * registryTimeZoneInfo, MethodInfo * method)); DO_APP_FUNC(0x01ADC2B0, bool, TimeZoneInfo_TryCompareTimeZoneInformationToRegistry, (Interop_Kernel32_TIME_ZONE_INFORMATION * timeZone, String * id, bool * dstDisabled, MethodInfo * method)); DO_APP_FUNC(0x01ADC8C0, String *, TimeZoneInfo_TryGetLocalizedNameByMuiNativeResource, (String * resource, MethodInfo * method)); DO_APP_FUNC(0x01ADCC30, String *, TimeZoneInfo_TryGetLocalizedNameByNativeResource, (String * filePath, int32_t resource, MethodInfo * method)); DO_APP_FUNC(0x01ADD080, void, TimeZoneInfo_GetLocalizedNamesByRegistryKey, (RegistryKey * key, String * * displayName, String * * standardName, String * * daylightName, MethodInfo * method)); DO_APP_FUNC(0x01ADD890, TimeZoneInfo_TimeZoneInfoResult__Enum, TimeZoneInfo_TryGetTimeZoneFromLocalMachine, (String * id, TimeZoneInfo * * value, Exception * * e, MethodInfo * method)); DO_APP_FUNC(0x01ADDA10, TimeZoneInfo_TimeZoneInfoResult__Enum, TimeZoneInfo_TryGetTimeZoneFromLocalRegistry, (String * id, TimeZoneInfo * * value, Exception * * e, MethodInfo * method)); DO_APP_FUNC(0x01ADDF50, bool, TimeZoneInfo_get_HaveRegistry, (MethodInfo * method)); DO_APP_FUNC(0x01ADE010, uint32_t, TimeZoneInfo_EnumDynamicTimeZoneInformation, (uint32_t dwIndex, TimeZoneInfo_DYNAMIC_TIME_ZONE_INFORMATION * lpTimeZoneInformation, MethodInfo * method)); DO_APP_FUNC(0x01ADE1B0, uint32_t, TimeZoneInfo_GetDynamicTimeZoneInformation, (TimeZoneInfo_DYNAMIC_TIME_ZONE_INFORMATION * pTimeZoneInformation, MethodInfo * method)); DO_APP_FUNC(0x01ADE340, uint32_t, TimeZoneInfo_GetDynamicTimeZoneInformationEffectiveYears, (TimeZoneInfo_DYNAMIC_TIME_ZONE_INFORMATION * lpTimeZoneInformation, uint32_t * FirstYear, uint32_t * LastYear, MethodInfo * method)); DO_APP_FUNC(0x01ADE500, bool, TimeZoneInfo_GetTimeZoneInformationForYear, (uint16_t wYear, TimeZoneInfo_DYNAMIC_TIME_ZONE_INFORMATION * pdtzi, Interop_Kernel32_TIME_ZONE_INFORMATION * ptzi, MethodInfo * method)); DO_APP_FUNC(0x01ADE6C0, TimeZoneInfo_AdjustmentRule *, TimeZoneInfo_CreateAdjustmentRuleFromTimeZoneInformation_1, (TimeZoneInfo_DYNAMIC_TIME_ZONE_INFORMATION * timeZoneInformation, DateTime startDate, DateTime endDate, int32_t defaultBaseUtcOffset, MethodInfo * method)); DO_APP_FUNC(0x01ADECF0, bool, TimeZoneInfo_TransitionTimeFromTimeZoneInformation_1, (TimeZoneInfo_DYNAMIC_TIME_ZONE_INFORMATION timeZoneInformation, TimeZoneInfo_TransitionTime * transitionTime, bool readStartDate, MethodInfo * method)); DO_APP_FUNC(0x01ADFB90, TimeZoneInfo *, TimeZoneInfo_TryCreateTimeZone, (TimeZoneInfo_DYNAMIC_TIME_ZONE_INFORMATION timeZoneInformation, MethodInfo * method)); DO_APP_FUNC(0x01AE0610, TimeZoneInfo *, TimeZoneInfo_GetLocalTimeZoneInfoWinRTFallback, (MethodInfo * method)); DO_APP_FUNC(0x01AE0980, TimeZoneInfo *, TimeZoneInfo_FindSystemTimeZoneByIdWinRTFallback, (String * id, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78D18, TimeZoneInfo_FindSystemTimeZoneByIdWinRTFallback__MethodInfo); DO_APP_FUNC(0x01AE0C80, void, TimeZoneInfo_GetSystemTimeZonesWinRTFallback, (TimeZoneInfo_CachedData * cachedData, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, TimeZoneInfo_get_Id, (TimeZoneInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AE14F0, String *, TimeZoneInfo_get_DisplayName, (TimeZoneInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, TimeSpan, TimeZoneInfo_get_BaseUtcOffset, (TimeZoneInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AE1540, TimeZoneInfo_AdjustmentRule *, TimeZoneInfo_GetPreviousAdjustmentRule, (TimeZoneInfo * __this, TimeZoneInfo_AdjustmentRule * rule, Nullable_1_Int32_ ruleIndex, MethodInfo * method)); DO_APP_FUNC(0x01AE1630, TimeSpan, TimeZoneInfo_GetUtcOffset, (TimeZoneInfo * __this, DateTime dateTime, MethodInfo * method)); DO_APP_FUNC(0x01AE16B0, TimeSpan, TimeZoneInfo_GetLocalUtcOffset, (DateTime dateTime, TimeZoneInfoOptions__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x01AE1770, TimeSpan, TimeZoneInfo_GetUtcOffset_1, (TimeZoneInfo * __this, DateTime dateTime, TimeZoneInfoOptions__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x01AE1800, TimeSpan, TimeZoneInfo_GetUtcOffset_2, (TimeZoneInfo * __this, DateTime dateTime, TimeZoneInfoOptions__Enum flags, TimeZoneInfo_CachedData * cachedData, MethodInfo * method)); DO_APP_FUNC(0x01AE1A90, bool, TimeZoneInfo_IsDaylightSavingTime, (TimeZoneInfo * __this, DateTime dateTime, TimeZoneInfoOptions__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x01AE1B20, bool, TimeZoneInfo_IsDaylightSavingTime_1, (TimeZoneInfo * __this, DateTime dateTime, TimeZoneInfoOptions__Enum flags, TimeZoneInfo_CachedData * cachedData, MethodInfo * method)); DO_APP_FUNC(0x01AE1DF0, void, TimeZoneInfo_ClearCachedData, (MethodInfo * method)); DO_APP_FUNC(0x01AE1ED0, DateTime, TimeZoneInfo_ConvertTime, (DateTime dateTime, TimeZoneInfo * sourceTimeZone, TimeZoneInfo * destinationTimeZone, TimeZoneInfoOptions__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x01AE1F70, DateTime, TimeZoneInfo_ConvertTime_1, (DateTime dateTime, TimeZoneInfo * sourceTimeZone, TimeZoneInfo * destinationTimeZone, TimeZoneInfoOptions__Enum flags, TimeZoneInfo_CachedData * cachedData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78C88, TimeZoneInfo_ConvertTime_1__MethodInfo); DO_APP_FUNC(0x01AE25E0, DateTime, TimeZoneInfo_ConvertTimeToUtc, (DateTime dateTime, TimeZoneInfoOptions__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x01AE2730, bool, TimeZoneInfo_Equals, (TimeZoneInfo * __this, TimeZoneInfo * other, MethodInfo * method)); DO_APP_FUNC(0x01AE2820, bool, TimeZoneInfo_Equals_1, (TimeZoneInfo * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01AE2960, int32_t, TimeZoneInfo_GetHashCode, (TimeZoneInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AE2A10, ReadOnlyCollection_1_System_TimeZoneInfo_ *, TimeZoneInfo_GetSystemTimeZones, (MethodInfo * method)); DO_APP_FUNC(0x01AE2F90, bool, TimeZoneInfo_HasSameRules, (TimeZoneInfo * __this, TimeZoneInfo * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78C80, TimeZoneInfo_HasSameRules__MethodInfo); DO_APP_FUNC(0x01AE3290, TimeZoneInfo *, TimeZoneInfo_get_Local, (MethodInfo * method)); DO_APP_FUNC(0x01AE14F0, String *, TimeZoneInfo_ToString, (TimeZoneInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AE3310, TimeZoneInfo *, TimeZoneInfo_get_Utc, (MethodInfo * method)); DO_APP_FUNC(0x01AE3370, void, TimeZoneInfo__ctor_1, (TimeZoneInfo * __this, String * id, TimeSpan baseUtcOffset, String * displayName, String * standardDisplayName, String * daylightDisplayName, TimeZoneInfo_AdjustmentRule__Array * adjustmentRules, bool disableDaylightSavingTime, MethodInfo * method)); DO_APP_FUNC(0x01AE35D0, TimeZoneInfo *, TimeZoneInfo_CreateCustomTimeZone, (String * id, TimeSpan baseUtcOffset, String * displayName, String * standardDisplayName, MethodInfo * method)); DO_APP_FUNC(0x01AE3680, void, TimeZoneInfo_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization, (TimeZoneInfo * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78C18, TimeZoneInfo_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization__MethodInfo); DO_APP_FUNC(0x01AE3860, void, TimeZoneInfo_System_Runtime_Serialization_ISerializable_GetObjectData, (TimeZoneInfo * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78C58, TimeZoneInfo_System_Runtime_Serialization_ISerializable_GetObjectData__MethodInfo); DO_APP_FUNC(0x01AE3A30, void, TimeZoneInfo__ctor_2, (TimeZoneInfo * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78C00, TimeZoneInfo__ctor_2__MethodInfo); DO_APP_FUNC(0x01AE4080, TimeZoneInfo_AdjustmentRule *, TimeZoneInfo_GetAdjustmentRuleForTime, (TimeZoneInfo * __this, DateTime dateTime, Nullable_1_Int32_ * ruleIndex, MethodInfo * method)); DO_APP_FUNC(0x01AE40A0, TimeZoneInfo_AdjustmentRule *, TimeZoneInfo_GetAdjustmentRuleForTime_1, (TimeZoneInfo * __this, DateTime dateTime, bool dateTimeisUtc, Nullable_1_Int32_ * ruleIndex, MethodInfo * method)); DO_APP_FUNC(0x01AE4320, int32_t, TimeZoneInfo_CompareAdjustmentRuleToDateTime, (TimeZoneInfo * __this, TimeZoneInfo_AdjustmentRule * rule, TimeZoneInfo_AdjustmentRule * previousRule, DateTime dateTime, DateTime dateOnly, bool dateTimeisUtc, MethodInfo * method)); DO_APP_FUNC(0x01AE4570, DateTime, TimeZoneInfo_ConvertToUtc, (TimeZoneInfo * __this, DateTime dateTime, TimeSpan daylightDelta, TimeSpan baseUtcOffsetDelta, MethodInfo * method)); DO_APP_FUNC(0x01AE4590, DateTime, TimeZoneInfo_ConvertFromUtc, (TimeZoneInfo * __this, DateTime dateTime, TimeSpan daylightDelta, TimeSpan baseUtcOffsetDelta, MethodInfo * method)); DO_APP_FUNC(0x01AE45B0, DateTime, TimeZoneInfo_ConvertToFromUtc, (TimeZoneInfo * __this, DateTime dateTime, TimeSpan daylightDelta, TimeSpan baseUtcOffsetDelta, bool convertToUtc, MethodInfo * method)); DO_APP_FUNC(0x01AE4880, DateTime, TimeZoneInfo_ConvertUtcToTimeZone, (int64_t ticks, TimeZoneInfo * destinationTimeZone, bool * isAmbiguousLocalDst, MethodInfo * method)); DO_APP_FUNC(0x01AE4C80, DaylightTimeStruct, TimeZoneInfo_GetDaylightTime, (TimeZoneInfo * __this, int32_t year, TimeZoneInfo_AdjustmentRule * rule, Nullable_1_Int32_ ruleIndex, MethodInfo * method)); DO_APP_FUNC(0x01AE4DF0, bool, TimeZoneInfo_GetIsDaylightSavings, (DateTime time, TimeZoneInfo_AdjustmentRule * rule, DaylightTimeStruct daylightTime, TimeZoneInfoOptions__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x01AE53D0, TimeSpan, TimeZoneInfo_GetDaylightSavingsStartOffsetFromUtc, (TimeZoneInfo * __this, TimeSpan baseUtcOffset, TimeZoneInfo_AdjustmentRule * rule, Nullable_1_Int32_ ruleIndex, MethodInfo * method)); DO_APP_FUNC(0x01AE54B0, TimeSpan, TimeZoneInfo_GetDaylightSavingsEndOffsetFromUtc, (TimeZoneInfo * __this, TimeSpan baseUtcOffset, TimeZoneInfo_AdjustmentRule * rule, MethodInfo * method)); DO_APP_FUNC(0x01AE5540, bool, TimeZoneInfo_GetIsDaylightSavingsFromUtc, (DateTime time, int32_t year, TimeSpan utc, TimeZoneInfo_AdjustmentRule * rule, Nullable_1_Int32_ ruleIndex, bool * isAmbiguousLocalDst, TimeZoneInfo * zone, MethodInfo * method)); DO_APP_FUNC(0x01AE6030, bool, TimeZoneInfo_CheckIsDst, (DateTime startTime, DateTime time, DateTime endTime, bool ignoreYearAdjustment, TimeZoneInfo_AdjustmentRule * rule, MethodInfo * method)); DO_APP_FUNC(0x01AE63A0, bool, TimeZoneInfo_GetIsAmbiguousTime, (DateTime time, TimeZoneInfo_AdjustmentRule * rule, DaylightTimeStruct daylightTime, MethodInfo * method)); DO_APP_FUNC(0x01AE6760, bool, TimeZoneInfo_GetIsInvalidTime, (DateTime time, TimeZoneInfo_AdjustmentRule * rule, DaylightTimeStruct daylightTime, MethodInfo * method)); DO_APP_FUNC(0x01AE6B20, TimeSpan, TimeZoneInfo_GetUtcOffset_3, (DateTime time, TimeZoneInfo * zone, TimeZoneInfoOptions__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x01AE6D80, TimeSpan, TimeZoneInfo_GetUtcOffsetFromUtc, (DateTime time, TimeZoneInfo * zone, MethodInfo * method)); DO_APP_FUNC(0x01AE6E30, TimeSpan, TimeZoneInfo_GetUtcOffsetFromUtc_1, (DateTime time, TimeZoneInfo * zone, bool * isDaylightSavings, MethodInfo * method)); DO_APP_FUNC(0x01AE6EB0, TimeSpan, TimeZoneInfo_GetUtcOffsetFromUtc_2, (DateTime time, TimeZoneInfo * zone, bool * isDaylightSavings, bool * isAmbiguousLocalDst, MethodInfo * method)); DO_APP_FUNC(0x01AE7220, DateTime, TimeZoneInfo_TransitionTimeToDateTime, (int32_t year, TimeZoneInfo_TransitionTime transitionTime, MethodInfo * method)); DO_APP_FUNC(0x01AE7B70, TimeZoneInfo_TimeZoneInfoResult__Enum, TimeZoneInfo_TryGetTimeZone, (String * id, bool dstDisabled, TimeZoneInfo * * value, Exception * * e, TimeZoneInfo_CachedData * cachedData, bool alwaysFallbackToLocalMachine, MethodInfo * method)); DO_APP_FUNC(0x01AE7E70, TimeZoneInfo_TimeZoneInfoResult__Enum, TimeZoneInfo_TryGetTimeZoneFromLocalMachine_1, (String * id, bool dstDisabled, TimeZoneInfo * * value, Exception * * e, TimeZoneInfo_CachedData * cachedData, MethodInfo * method)); DO_APP_FUNC(0x01AE8370, void, TimeZoneInfo_ValidateTimeZoneInfo, (String * id, TimeSpan baseUtcOffset, TimeZoneInfo_AdjustmentRule__Array * adjustmentRules, bool * adjustmentRulesSupportDst, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78BB8, TimeZoneInfo_ValidateTimeZoneInfo__MethodInfo); DO_APP_FUNC(0x01AE87A0, bool, TimeZoneInfo_UtcOffsetOutOfRange, (TimeSpan offset, MethodInfo * method)); DO_APP_FUNC(0x01AE8880, TimeSpan, TimeZoneInfo_GetUtcOffset_4, (TimeSpan baseUtcOffset, TimeZoneInfo_AdjustmentRule * adjustmentRule, MethodInfo * method)); DO_APP_FUNC(0x01AE8960, bool, TimeZoneInfo_IsValidAdjustmentRuleOffest, (TimeSpan baseUtcOffset, TimeZoneInfo_AdjustmentRule * adjustmentRule, MethodInfo * method)); DO_APP_FUNC(0x01AE8A80, void, TimeZoneInfo__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01AE8EC0, void, TimeZoneInfo__ctor_3, (TimeZoneInfo * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78BA0, TimeZoneInfo__ctor_3__MethodInfo); DO_APP_FUNC(0x01AE8EF0, TimeZoneInfo *, TimeZoneInfo_CachedData_GetCurrentOneYearLocal, (MethodInfo * method)); DO_APP_FUNC(0x01AE9060, TimeZoneInfo_OffsetAndRule *, TimeZoneInfo_CachedData_GetOneYearLocalFromUtc, (TimeZoneInfo_CachedData * __this, int32_t year, MethodInfo * method)); DO_APP_FUNC(0x01AE9320, TimeZoneInfo *, TimeZoneInfo_CachedData_CreateLocal, (TimeZoneInfo_CachedData * __this, MethodInfo * method)); DO_APP_FUNC(0x01AE95C0, TimeZoneInfo *, TimeZoneInfo_CachedData_get_Local, (TimeZoneInfo_CachedData * __this, MethodInfo * method)); DO_APP_FUNC(0x01AE95F0, DateTimeKind__Enum, TimeZoneInfo_CachedData_GetCorrespondingKind, (TimeZoneInfo_CachedData * __this, TimeZoneInfo * timeZone, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TimeZoneInfo_CachedData__ctor, (TimeZoneInfo_CachedData * __this, MethodInfo * method)); DO_APP_FUNC(0x01AE9680, void, TimeZoneInfo_OffsetAndRule__ctor, (TimeZoneInfo_OffsetAndRule * __this, int32_t year, TimeSpan offset, TimeZoneInfo_AdjustmentRule * rule, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, DateTime, TimeZoneInfo_AdjustmentRule_get_DateStart, (TimeZoneInfo_AdjustmentRule * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, DateTime, TimeZoneInfo_AdjustmentRule_get_DateEnd, (TimeZoneInfo_AdjustmentRule * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, TimeSpan, TimeZoneInfo_AdjustmentRule_get_DaylightDelta, (TimeZoneInfo_AdjustmentRule * __this, MethodInfo * method)); DO_APP_FUNC(0x017784D0, TimeZoneInfo_TransitionTime, TimeZoneInfo_AdjustmentRule_get_DaylightTransitionStart, (TimeZoneInfo_AdjustmentRule * __this, MethodInfo * method)); DO_APP_FUNC(0x01AE96E0, TimeZoneInfo_TransitionTime, TimeZoneInfo_AdjustmentRule_get_DaylightTransitionEnd, (TimeZoneInfo_AdjustmentRule * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, TimeSpan, TimeZoneInfo_AdjustmentRule_get_BaseUtcOffsetDelta, (TimeZoneInfo_AdjustmentRule * __this, MethodInfo * method)); DO_APP_FUNC(0x0068A9A0, bool, TimeZoneInfo_AdjustmentRule_get_NoDaylightTransitions, (TimeZoneInfo_AdjustmentRule * __this, MethodInfo * method)); DO_APP_FUNC(0x01AE9700, bool, TimeZoneInfo_AdjustmentRule_get_HasDaylightSaving, (TimeZoneInfo_AdjustmentRule * __this, MethodInfo * method)); DO_APP_FUNC(0x01AE98E0, bool, TimeZoneInfo_AdjustmentRule_Equals, (TimeZoneInfo_AdjustmentRule * __this, TimeZoneInfo_AdjustmentRule * other, MethodInfo * method)); DO_APP_FUNC(0x01AE9A50, int32_t, TimeZoneInfo_AdjustmentRule_GetHashCode, (TimeZoneInfo_AdjustmentRule * __this, MethodInfo * method)); DO_APP_FUNC(0x01AE9AF0, void, TimeZoneInfo_AdjustmentRule__ctor, (TimeZoneInfo_AdjustmentRule * __this, DateTime dateStart, DateTime dateEnd, TimeSpan daylightDelta, TimeZoneInfo_TransitionTime daylightTransitionStart, TimeZoneInfo_TransitionTime daylightTransitionEnd, TimeSpan baseUtcOffsetDelta, bool noDaylightTransitions, MethodInfo * method)); DO_APP_FUNC(0x01AE9BF0, TimeZoneInfo_AdjustmentRule *, TimeZoneInfo_AdjustmentRule_CreateAdjustmentRule, (DateTime dateStart, DateTime dateEnd, TimeSpan daylightDelta, TimeZoneInfo_TransitionTime daylightTransitionStart, TimeZoneInfo_TransitionTime daylightTransitionEnd, TimeSpan baseUtcOffsetDelta, bool noDaylightTransitions, MethodInfo * method)); DO_APP_FUNC(0x01AE9D40, bool, TimeZoneInfo_AdjustmentRule_IsStartDateMarkerForBeginningOfYear, (TimeZoneInfo_AdjustmentRule * __this, MethodInfo * method)); DO_APP_FUNC(0x01AE9E90, bool, TimeZoneInfo_AdjustmentRule_IsEndDateMarkerForEndOfYear, (TimeZoneInfo_AdjustmentRule * __this, MethodInfo * method)); DO_APP_FUNC(0x01AE9FE0, void, TimeZoneInfo_AdjustmentRule_ValidateAdjustmentRule, (DateTime dateStart, DateTime dateEnd, TimeSpan daylightDelta, TimeZoneInfo_TransitionTime daylightTransitionStart, TimeZoneInfo_TransitionTime daylightTransitionEnd, bool noDaylightTransitions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78B50, TimeZoneInfo_AdjustmentRule_ValidateAdjustmentRule__MethodInfo); DO_APP_FUNC(0x01AEA7A0, void, TimeZoneInfo_AdjustmentRule_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization, (TimeZoneInfo_AdjustmentRule * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78AE8, TimeZoneInfo_AdjustmentRule_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization__MethodInfo); DO_APP_FUNC(0x01AEA880, void, TimeZoneInfo_AdjustmentRule_System_Runtime_Serialization_ISerializable_GetObjectData, (TimeZoneInfo_AdjustmentRule * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78B30, TimeZoneInfo_AdjustmentRule_System_Runtime_Serialization_ISerializable_GetObjectData__MethodInfo); DO_APP_FUNC(0x01AEAAC0, void, TimeZoneInfo_AdjustmentRule__ctor_1, (TimeZoneInfo_AdjustmentRule * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78AB0, TimeZoneInfo_AdjustmentRule__ctor_1__MethodInfo); DO_APP_FUNC(0x01AEAF10, void, TimeZoneInfo_AdjustmentRule__ctor_2, (TimeZoneInfo_AdjustmentRule * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78AB8, TimeZoneInfo_AdjustmentRule__ctor_2__MethodInfo); DO_APP_FUNC(0x00470F00, DateTime, TimeZoneInfo_TransitionTime_get_TimeOfDay, (TimeZoneInfo_TransitionTime * __this, MethodInfo * method)); DO_APP_FUNC(0x00C65280, int32_t, TimeZoneInfo_TransitionTime_get_Month, (TimeZoneInfo_TransitionTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01AEAF40, int32_t, TimeZoneInfo_TransitionTime_get_Week, (TimeZoneInfo_TransitionTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01AEAF50, int32_t, TimeZoneInfo_TransitionTime_get_Day, (TimeZoneInfo_TransitionTime * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, DayOfWeek__Enum, TimeZoneInfo_TransitionTime_get_DayOfWeek, (TimeZoneInfo_TransitionTime * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, TimeZoneInfo_TransitionTime_get_IsFixedDateRule, (TimeZoneInfo_TransitionTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01AEAF60, bool, TimeZoneInfo_TransitionTime_Equals, (TimeZoneInfo_TransitionTime * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01AEB000, bool, TimeZoneInfo_TransitionTime_op_Inequality, (TimeZoneInfo_TransitionTime t1, TimeZoneInfo_TransitionTime t2, MethodInfo * method)); DO_APP_FUNC(0x01AEB030, bool, TimeZoneInfo_TransitionTime_Equals_1, (TimeZoneInfo_TransitionTime * __this, TimeZoneInfo_TransitionTime other, MethodInfo * method)); DO_APP_FUNC(0x01AEB130, int32_t, TimeZoneInfo_TransitionTime_GetHashCode, (TimeZoneInfo_TransitionTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01AEB140, void, TimeZoneInfo_TransitionTime__ctor, (TimeZoneInfo_TransitionTime * __this, DateTime timeOfDay, int32_t month, int32_t week, int32_t day, DayOfWeek__Enum dayOfWeek, bool isFixedDateRule, MethodInfo * method)); DO_APP_FUNC(0x01AEB1D0, TimeZoneInfo_TransitionTime, TimeZoneInfo_TransitionTime_CreateFixedDateRule, (DateTime timeOfDay, int32_t month, int32_t day, MethodInfo * method)); DO_APP_FUNC(0x01AEB250, TimeZoneInfo_TransitionTime, TimeZoneInfo_TransitionTime_CreateFloatingDateRule, (DateTime timeOfDay, int32_t month, int32_t week, DayOfWeek__Enum dayOfWeek, MethodInfo * method)); DO_APP_FUNC(0x01AEB2E0, void, TimeZoneInfo_TransitionTime_ValidateTransitionTime, (DateTime timeOfDay, int32_t month, int32_t week, int32_t day, DayOfWeek__Enum dayOfWeek, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78AD0, TimeZoneInfo_TransitionTime_ValidateTransitionTime__MethodInfo); DO_APP_FUNC(0x01AEB6F0, void, TimeZoneInfo_TransitionTime_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization, (TimeZoneInfo_TransitionTime * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78A88, TimeZoneInfo_TransitionTime_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization__MethodInfo); DO_APP_FUNC(0x01AEB7A0, void, TimeZoneInfo_TransitionTime_System_Runtime_Serialization_ISerializable_GetObjectData, (TimeZoneInfo_TransitionTime * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78A28, TimeZoneInfo_TransitionTime_System_Runtime_Serialization_ISerializable_GetObjectData__MethodInfo); DO_APP_FUNC(0x01AEB940, void, TimeZoneInfo_TransitionTime__ctor_1, (TimeZoneInfo_TransitionTime * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78A38, TimeZoneInfo_TransitionTime__ctor_1__MethodInfo); DO_APP_FUNC(0x01AEBD00, void, TimeZoneInfo_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TimeZoneInfo_c__ctor, (TimeZoneInfo_c * __this, MethodInfo * method)); DO_APP_FUNC(0x01AEBDB0, int32_t, TimeZoneInfo_c__GetSystemTimeZonesWinRTFallback_b__49_0, (TimeZoneInfo_c * __this, TimeZoneInfo * x, TimeZoneInfo * y, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78CF0, TimeZoneInfo_c__GetSystemTimeZonesWinRTFallback_b__49_0__MethodInfo); DO_APP_FUNC(0x01AEBF10, int32_t, TimeZoneInfo_c__GetSystemTimeZones_b__110_0, (TimeZoneInfo_c * __this, TimeZoneInfo * x, TimeZoneInfo * y, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78C78, TimeZoneInfo_c__GetSystemTimeZones_b__110_0__MethodInfo); DO_APP_FUNC(0x01AEC070, bool, TimeZoneInfo_c___cctor_b__157_0, (TimeZoneInfo_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78B90, TimeZoneInfo_c___cctor_b__157_0__MethodInfo); DO_APP_FUNC(0x003F5920, void, Action__ctor, (Action * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, Action_Invoke, (Action * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56E38, Action_Invoke__MethodInfo); DO_APP_FUNC(0x003F5A50, IAsyncResult *, Action_BeginInvoke, (Action * __this, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, Action_EndInvoke, (Action * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01AEC150, void, AggregateException__ctor, (AggregateException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AEC2F0, void, AggregateException__ctor_1, (AggregateException * __this, IEnumerable_1_System_Exception_ * innerExceptions, MethodInfo * method)); DO_APP_FUNC(0x01AEC3F0, void, AggregateException__ctor_2, (AggregateException * __this, Exception__Array * innerExceptions, MethodInfo * method)); DO_APP_FUNC(0x01AEC440, void, AggregateException__ctor_3, (AggregateException * __this, String * message, IEnumerable_1_System_Exception_ * innerExceptions, MethodInfo * method)); DO_APP_FUNC(0x01AEC510, void, AggregateException__ctor_4, (AggregateException * __this, String * message, Exception__Array * innerExceptions, MethodInfo * method)); DO_APP_FUNC(0x01AEC520, void, AggregateException__ctor_5, (AggregateException * __this, String * message, IList_1_System_Exception_ * innerExceptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C789A8, AggregateException__ctor_5__MethodInfo); DO_APP_FUNC(0x01AEC850, void, AggregateException__ctor_6, (AggregateException * __this, IEnumerable_1_System_Runtime_ExceptionServices_ExceptionDispatchInfo_ * innerExceptionInfos, MethodInfo * method)); DO_APP_FUNC(0x01AEC8A0, void, AggregateException__ctor_7, (AggregateException * __this, String * message, IEnumerable_1_System_Runtime_ExceptionServices_ExceptionDispatchInfo_ * innerExceptionInfos, MethodInfo * method)); DO_APP_FUNC(0x01AEC970, void, AggregateException__ctor_8, (AggregateException * __this, String * message, IList_1_System_Runtime_ExceptionServices_ExceptionDispatchInfo_ * innerExceptionInfos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78960, AggregateException__ctor_8__MethodInfo); DO_APP_FUNC(0x01AECCC0, void, AggregateException__ctor_9, (AggregateException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78970, AggregateException__ctor_9__MethodInfo); DO_APP_FUNC(0x01AECF70, void, AggregateException_GetObjectData, (AggregateException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01AED1F0, Exception *, AggregateException_GetBaseException, (AggregateException * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90540, ReadOnlyCollection_1_System_Exception_ *, AggregateException_get_InnerExceptions, (AggregateException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AED2F0, AggregateException *, AggregateException_Flatten, (AggregateException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AED580, String *, AggregateException_get_Message, (AggregateException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AED8A0, String *, AggregateException_ToString, (AggregateException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AEDC00, void, ApplicationException__ctor, (ApplicationException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AEDC70, void, ApplicationException__ctor_1, (ApplicationException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01AEDCE0, void, ApplicationException__ctor_2, (ApplicationException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x01AB2880, void, ApplicationException__ctor_3, (ApplicationException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01AEDD60, void, ArgumentException__ctor, (ArgumentException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AEDDB0, void, ArgumentException__ctor_1, (ArgumentException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01AEDDD0, void, ArgumentException__ctor_2, (ArgumentException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x01AEDDF0, void, ArgumentException__ctor_3, (ArgumentException * __this, String * message, String * paramName, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x01AEDE80, void, ArgumentException__ctor_4, (ArgumentException * __this, String * message, String * paramName, MethodInfo * method)); DO_APP_FUNC(0x01AEDF10, void, ArgumentException__ctor_5, (ArgumentException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01AEE020, void, ArgumentException_GetObjectData, (ArgumentException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01AEE1B0, String *, ArgumentException_get_Message, (ArgumentException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AEE240, void, ArgumentNullException__ctor, (ArgumentNullException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AEE290, void, ArgumentNullException__ctor_1, (ArgumentNullException * __this, String * paramName, MethodInfo * method)); DO_APP_FUNC(0x01AEE2F0, void, ArgumentNullException__ctor_2, (ArgumentNullException * __this, String * paramName, String * message, MethodInfo * method)); DO_APP_FUNC(0x019AA960, void, ArgumentNullException__ctor_3, (ArgumentNullException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01AEE320, void, ArgumentOutOfRangeException__ctor, (ArgumentOutOfRangeException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AEE370, void, ArgumentOutOfRangeException__ctor_1, (ArgumentOutOfRangeException * __this, String * paramName, MethodInfo * method)); DO_APP_FUNC(0x01AEE3D0, void, ArgumentOutOfRangeException__ctor_2, (ArgumentOutOfRangeException * __this, String * paramName, String * message, MethodInfo * method)); DO_APP_FUNC(0x01AEE400, void, ArgumentOutOfRangeException__ctor_3, (ArgumentOutOfRangeException * __this, String * paramName, Object * actualValue, String * message, MethodInfo * method)); DO_APP_FUNC(0x01AEE490, void, ArgumentOutOfRangeException__ctor_4, (ArgumentOutOfRangeException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01AEE5B0, void, ArgumentOutOfRangeException_GetObjectData, (ArgumentOutOfRangeException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01AEE740, String *, ArgumentOutOfRangeException_get_Message, (ArgumentOutOfRangeException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AEE7E0, void, ArithmeticException__ctor, (ArithmeticException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AEE830, void, ArithmeticException__ctor_1, (ArithmeticException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01AEE850, void, ArithmeticException__ctor_2, (ArithmeticException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, ArithmeticException__ctor_3, (ArithmeticException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01AEE870, void, ArrayTypeMismatchException__ctor, (ArrayTypeMismatchException * __this, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, ArrayTypeMismatchException__ctor_1, (ArrayTypeMismatchException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01AEE8C0, void, AssemblyLoadEventArgs__ctor, (AssemblyLoadEventArgs * __this, Assembly * loadedAssembly, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Assembly *, AssemblyLoadEventArgs_get_LoadedAssembly, (AssemblyLoadEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, AssemblyLoadEventHandler__ctor, (AssemblyLoadEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, AssemblyLoadEventHandler_Invoke, (AssemblyLoadEventHandler * __this, Object * sender, AssemblyLoadEventArgs * args, MethodInfo * method)); DO_APP_FUNC(0x008AC8F0, void, AsyncCallback__ctor, (AsyncCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, AsyncCallback_Invoke, (AsyncCallback * __this, IAsyncResult * ar, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, AsyncCallback_BeginInvoke, (AsyncCallback * __this, IAsyncResult * ar, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, AsyncCallback_EndInvoke, (AsyncCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01AEE960, void, AttributeUsageAttribute__ctor, (AttributeUsageAttribute * __this, AttributeTargets__Enum validOn, MethodInfo * method)); DO_APP_FUNC(0x003CB250, bool, AttributeUsageAttribute_get_AllowMultiple, (AttributeUsageAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0D520, void, AttributeUsageAttribute_set_AllowMultiple, (AttributeUsageAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01AEE970, bool, AttributeUsageAttribute_get_Inherited, (AttributeUsageAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01AEE980, void, AttributeUsageAttribute_set_Inherited, (AttributeUsageAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01AEE990, void, AttributeUsageAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01AEEA40, void, BadImageFormatException__ctor, (BadImageFormatException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AEEA90, void, BadImageFormatException__ctor_1, (BadImageFormatException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01AEEAB0, void, BadImageFormatException__ctor_2, (BadImageFormatException * __this, String * message, Exception * inner, MethodInfo * method)); DO_APP_FUNC(0x01AEEAD0, void, BadImageFormatException__ctor_3, (BadImageFormatException * __this, String * message, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x01AEEB50, void, BadImageFormatException__ctor_4, (BadImageFormatException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01AEECF0, void, BadImageFormatException_GetObjectData, (BadImageFormatException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01AEEF90, String *, BadImageFormatException_get_Message, (BadImageFormatException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AEF0B0, void, BadImageFormatException_SetMessageField, (BadImageFormatException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AEF1D0, String *, BadImageFormatException_ToString, (BadImageFormatException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AEF3E0, Byte__Array *, BitConverter_GetBytes, (bool value, MethodInfo * method)); DO_APP_FUNC(0x01AEF440, Byte__Array *, BitConverter_GetBytes_1, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01AEF4A0, Byte__Array *, BitConverter_GetBytes_2, (int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01AEF500, Byte__Array *, BitConverter_GetBytes_3, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AEF560, Byte__Array *, BitConverter_GetBytes_4, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01AEF5C0, bool, BitConverter_TryWriteBytes, (Span_1_Byte_ destination, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01AEF630, Byte__Array *, BitConverter_GetBytes_5, (uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01AEF690, Byte__Array *, BitConverter_GetBytes_6, (float value, MethodInfo * method)); DO_APP_FUNC(0x01AEF700, Byte__Array *, BitConverter_GetBytes_7, (double value, MethodInfo * method)); DO_APP_FUNC(0x01AEF770, int16_t, BitConverter_ToInt16, (Byte__Array * value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x01AEF7C0, int32_t, BitConverter_ToInt32, (Byte__Array * value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x01AEF810, int32_t, BitConverter_ToInt32_1, (ReadOnlySpan_1_Byte_ value, MethodInfo * method)); DO_APP_FUNC(0x01AEF870, int64_t, BitConverter_ToInt64, (Byte__Array * value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x01AEF8C0, uint16_t, BitConverter_ToUInt16, (Byte__Array * value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x01AEF960, uint32_t, BitConverter_ToUInt32, (Byte__Array * value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x01AEFA00, uint64_t, BitConverter_ToUInt64, (Byte__Array * value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x01AEFAA0, float, BitConverter_ToSingle, (Byte__Array * value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x01AEFB40, double, BitConverter_ToDouble, (Byte__Array * value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x01AEFBE0, String *, BitConverter_ToString, (Byte__Array * value, int32_t startIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78860, BitConverter_ToString__MethodInfo); DO_APP_FUNC(0x01AF0220, String *, BitConverter_ToString_1, (Byte__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01AF0290, bool, BitConverter_ToBoolean, (Byte__Array * value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x01AF02E0, int64_t, BitConverter_DoubleToInt64Bits, (double value, MethodInfo * method)); DO_APP_FUNC(0x01AF02F0, double, BitConverter_Int64BitsToDouble, (int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF0300, int32_t, BitConverter_SingleToInt32Bits, (float value, MethodInfo * method)); DO_APP_FUNC(0x01AF0310, float, BitConverter_Int32BitsToSingle, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF0320, void, BitConverter__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01AF0360, void, BitConverter_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BitConverter_c__ctor, (BitConverter_c * __this, MethodInfo * method)); DO_APP_FUNC(0x01AF0410, void, BitConverter_c__ToString_b__38_0, (BitConverter_c * __this, Span_1_Char_ dst, ValueTuple_3_Byte_Int32_Int32_ state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78848, BitConverter_c__ToString_b__38_0__MethodInfo); DO_APP_FUNC(0x01AF0650, int32_t, Boolean_GetHashCode, (Boolean * __this, MethodInfo * method)); DO_APP_FUNC(0x01AF0660, String *, Boolean_ToString, (Boolean * __this, MethodInfo * method)); DO_APP_FUNC(0x01AF06C0, String *, Boolean_ToString_1, (Boolean * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF0750, bool, Boolean_Equals, (Boolean * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01AF07E0, bool, Boolean_Equals_1, (Boolean * __this, bool obj, MethodInfo * method)); DO_APP_FUNC(0x01AF07F0, int32_t, Boolean_CompareTo, (Boolean * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78830, Boolean_CompareTo__MethodInfo); DO_APP_FUNC(0x01AF08F0, int32_t, Boolean_CompareTo_1, (Boolean * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01AF0910, bool, Boolean_Parse, (String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78838, Boolean_Parse__MethodInfo); DO_APP_FUNC(0x01AF0AA0, bool, Boolean_Parse_1, (ReadOnlySpan_1_Char_ value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C787F8, Boolean_Parse_1__MethodInfo); DO_APP_FUNC(0x01AF0B60, bool, Boolean_TryParse, (String * value, bool * result, MethodInfo * method)); DO_APP_FUNC(0x01AF0C20, bool, Boolean_TryParse_1, (ReadOnlySpan_1_Char_ value, bool * result, MethodInfo * method)); DO_APP_FUNC(0x01AF0FF0, ReadOnlySpan_1_Char_, Boolean_TrimWhiteSpaceAndNull, (ReadOnlySpan_1_Char_ value, MethodInfo * method)); DO_APP_FUNC(0x0075F690, TypeCode__Enum, Boolean_GetTypeCode, (Boolean * __this, MethodInfo * method)); DO_APP_FUNC(0x01AF1190, bool, Boolean_System_IConvertible_ToBoolean, (Boolean * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF11A0, uint16_t, Boolean_System_IConvertible_ToChar, (Boolean * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78810, Boolean_System_IConvertible_ToChar__MethodInfo); DO_APP_FUNC(0x01AF1230, int8_t, Boolean_System_IConvertible_ToSByte, (Boolean * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF1280, uint8_t, Boolean_System_IConvertible_ToByte, (Boolean * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF12D0, int16_t, Boolean_System_IConvertible_ToInt16, (Boolean * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF1320, uint16_t, Boolean_System_IConvertible_ToUInt16, (Boolean * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF1370, int32_t, Boolean_System_IConvertible_ToInt32, (Boolean * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF13C0, uint32_t, Boolean_System_IConvertible_ToUInt32, (Boolean * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF1410, int64_t, Boolean_System_IConvertible_ToInt64, (Boolean * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF1460, uint64_t, Boolean_System_IConvertible_ToUInt64, (Boolean * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF14B0, float, Boolean_System_IConvertible_ToSingle, (Boolean * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF1510, double, Boolean_System_IConvertible_ToDouble, (Boolean * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF1570, Decimal, Boolean_System_IConvertible_ToDecimal, (Boolean * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF1630, DateTime, Boolean_System_IConvertible_ToDateTime, (Boolean * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C787D8, Boolean_System_IConvertible_ToDateTime__MethodInfo); DO_APP_FUNC(0x01AF16C0, Object *, Boolean_System_IConvertible_ToType, (Boolean * __this, Type * type, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF1760, void, Boolean__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01AF1890, int32_t, Byte_CompareTo, (Byte * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C787E8, Byte_CompareTo__MethodInfo); DO_APP_FUNC(0x01AF1970, int32_t, Byte_CompareTo_1, (Byte * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF1980, bool, Byte_Equals, (Byte * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01AF07E0, bool, Byte_Equals_1, (Byte * __this, uint8_t obj, MethodInfo * method)); DO_APP_FUNC(0x00C59310, int32_t, Byte_GetHashCode, (Byte * __this, MethodInfo * method)); DO_APP_FUNC(0x01AF1A10, uint8_t, Byte_Parse, (String * s, MethodInfo * method)); DO_APP_FUNC(0x01AF1A90, uint8_t, Byte_Parse_1, (String * s, NumberStyles__Enum style, MethodInfo * method)); DO_APP_FUNC(0x01AF1B20, uint8_t, Byte_Parse_2, (String * s, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF1BB0, uint8_t, Byte_Parse_3, (String * s, NumberStyles__Enum style, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF1C50, uint8_t, Byte_Parse_4, (ReadOnlySpan_1_Char_ s, NumberStyles__Enum style, NumberFormatInfo * info, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C787D0, Byte_Parse_4__MethodInfo); DO_APP_FUNC(0x01AF1D90, bool, Byte_TryParse, (String * s, uint8_t * result, MethodInfo * method)); DO_APP_FUNC(0x01AF1E30, bool, Byte_TryParse_1, (String * s, NumberStyles__Enum style, IFormatProvider * provider, uint8_t * result, MethodInfo * method)); DO_APP_FUNC(0x01AF1EF0, bool, Byte_TryParse_2, (ReadOnlySpan_1_Char_ s, NumberStyles__Enum style, NumberFormatInfo * info, uint8_t * result, MethodInfo * method)); DO_APP_FUNC(0x01AF1FB0, String *, Byte_ToString, (Byte * __this, MethodInfo * method)); DO_APP_FUNC(0x01AF2050, String *, Byte_ToString_1, (Byte * __this, String * format, MethodInfo * method)); DO_APP_FUNC(0x01AF2110, String *, Byte_ToString_2, (Byte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF21C0, String *, Byte_ToString_3, (Byte * __this, String * format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF2290, bool, Byte_TryFormat, (Byte * __this, Span_1_Char_ destination, int32_t * charsWritten, ReadOnlySpan_1_Char_ format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF2340, TypeCode__Enum, Byte_GetTypeCode, (Byte * __this, MethodInfo * method)); DO_APP_FUNC(0x01AF2350, bool, Byte_System_IConvertible_ToBoolean, (Byte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF23A0, uint16_t, Byte_System_IConvertible_ToChar, (Byte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF23F0, int8_t, Byte_System_IConvertible_ToSByte, (Byte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x00C59310, uint8_t, Byte_System_IConvertible_ToByte, (Byte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF2480, int16_t, Byte_System_IConvertible_ToInt16, (Byte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF24D0, uint16_t, Byte_System_IConvertible_ToUInt16, (Byte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF2520, int32_t, Byte_System_IConvertible_ToInt32, (Byte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF2570, uint32_t, Byte_System_IConvertible_ToUInt32, (Byte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF25C0, int64_t, Byte_System_IConvertible_ToInt64, (Byte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF2610, uint64_t, Byte_System_IConvertible_ToUInt64, (Byte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF2660, float, Byte_System_IConvertible_ToSingle, (Byte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF26B0, double, Byte_System_IConvertible_ToDouble, (Byte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF2700, Decimal, Byte_System_IConvertible_ToDecimal, (Byte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF27B0, DateTime, Byte_System_IConvertible_ToDateTime, (Byte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C787C0, Byte_System_IConvertible_ToDateTime__MethodInfo); DO_APP_FUNC(0x01AF2840, Object *, Byte_System_IConvertible_ToType, (Byte * __this, Type * type, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, CLSCompliantAttribute__ctor, (CLSCompliantAttribute * __this, bool isCompliant, MethodInfo * method)); DO_APP_FUNC(0x01AF28E0, bool, Char_IsLatin1, (uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x01AF28F0, bool, Char_IsAscii, (uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x01AF2900, UnicodeCategory__Enum, Char_GetLatin1UnicodeCategory, (uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x01AF2980, int32_t, Char_GetHashCode, (Char * __this, MethodInfo * method)); DO_APP_FUNC(0x01AF2990, bool, Char_Equals, (Char * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01AF2A20, bool, Char_Equals_1, (Char * __this, uint16_t obj, MethodInfo * method)); DO_APP_FUNC(0x01AF2A30, int32_t, Char_CompareTo, (Char * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C787A8, Char_CompareTo__MethodInfo); DO_APP_FUNC(0x01AF2B10, int32_t, Char_CompareTo_1, (Char * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF2B20, String *, Char_ToString, (Char * __this, MethodInfo * method)); DO_APP_FUNC(0x01AF2B90, String *, Char_ToString_1, (Char * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x0199F5C0, String *, Char_ToString_2, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01AF2C00, uint16_t, Char_Parse, (String * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C787B0, Char_Parse__MethodInfo); DO_APP_FUNC(0x01AF2CC0, bool, Char_TryParse, (String * s, uint16_t * result, MethodInfo * method)); DO_APP_FUNC(0x01AF2CE0, bool, Char_IsDigit, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01AF2D60, bool, Char_CheckLetter, (UnicodeCategory__Enum uc, MethodInfo * method)); DO_APP_FUNC(0x01AF2D70, bool, Char_IsLetter, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01AF2E50, bool, Char_IsWhiteSpaceLatin1, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01AF2E80, bool, Char_IsWhiteSpace, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01AF2F30, bool, Char_IsUpper, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01AF2FF0, bool, Char_IsLower, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01AF30B0, bool, Char_CheckPunctuation, (UnicodeCategory__Enum uc, MethodInfo * method)); DO_APP_FUNC(0x01AF30C0, bool, Char_IsPunctuation, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01AF3170, bool, Char_CheckLetterOrDigit, (UnicodeCategory__Enum uc, MethodInfo * method)); DO_APP_FUNC(0x01AF3180, bool, Char_IsLetterOrDigit, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01AF3230, uint16_t, Char_ToUpper, (uint16_t c, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78790, Char_ToUpper__MethodInfo); DO_APP_FUNC(0x01AF32E0, uint16_t, Char_ToUpper_1, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01AF33B0, uint16_t, Char_ToUpperInvariant, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01AF3480, uint16_t, Char_ToLower, (uint16_t c, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78798, Char_ToLower__MethodInfo); DO_APP_FUNC(0x01AF3530, uint16_t, Char_ToLower_1, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01AF3600, uint16_t, Char_ToLowerInvariant, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x00EEC8E0, TypeCode__Enum, Char_GetTypeCode, (Char * __this, MethodInfo * method)); DO_APP_FUNC(0x01AF36D0, bool, Char_System_IConvertible_ToBoolean, (Char * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78788, Char_System_IConvertible_ToBoolean__MethodInfo); DO_APP_FUNC(0x00C57D60, uint16_t, Char_System_IConvertible_ToChar, (Char * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF3760, int8_t, Char_System_IConvertible_ToSByte, (Char * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF37F0, uint8_t, Char_System_IConvertible_ToByte, (Char * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF3880, int16_t, Char_System_IConvertible_ToInt16, (Char * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF3910, uint16_t, Char_System_IConvertible_ToUInt16, (Char * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF3960, int32_t, Char_System_IConvertible_ToInt32, (Char * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF39B0, uint32_t, Char_System_IConvertible_ToUInt32, (Char * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF3A00, int64_t, Char_System_IConvertible_ToInt64, (Char * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF3A50, uint64_t, Char_System_IConvertible_ToUInt64, (Char * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF3AA0, float, Char_System_IConvertible_ToSingle, (Char * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78760, Char_System_IConvertible_ToSingle__MethodInfo); DO_APP_FUNC(0x01AF3B30, double, Char_System_IConvertible_ToDouble, (Char * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78768, Char_System_IConvertible_ToDouble__MethodInfo); DO_APP_FUNC(0x01AF3BC0, Decimal, Char_System_IConvertible_ToDecimal, (Char * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78770, Char_System_IConvertible_ToDecimal__MethodInfo); DO_APP_FUNC(0x01AF3C50, DateTime, Char_System_IConvertible_ToDateTime, (Char * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78778, Char_System_IConvertible_ToDateTime__MethodInfo); DO_APP_FUNC(0x01AF3CE0, Object *, Char_System_IConvertible_ToType, (Char * __this, Type * type, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF3D80, bool, Char_IsControl, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01AF3E10, bool, Char_IsLetter_1, (String * s, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78780, Char_IsLetter_1__MethodInfo); DO_APP_FUNC(0x01AF4050, bool, Char_IsLetterOrDigit_1, (String * s, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78748, Char_IsLetterOrDigit_1__MethodInfo); DO_APP_FUNC(0x01AF4250, bool, Char_CheckNumber, (UnicodeCategory__Enum uc, MethodInfo * method)); DO_APP_FUNC(0x01AF4260, bool, Char_IsNumber, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01AF4340, bool, Char_IsNumber_1, (String * s, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78750, Char_IsNumber_1__MethodInfo); DO_APP_FUNC(0x01AF4570, bool, Char_CheckSeparator, (UnicodeCategory__Enum uc, MethodInfo * method)); DO_APP_FUNC(0x01AF4580, bool, Char_IsSeparatorLatin1, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01AF45A0, bool, Char_IsSeparator, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01AF4650, bool, Char_IsSurrogate, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01AF4670, bool, Char_IsSurrogate_1, (String * s, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78758, Char_IsSurrogate_1__MethodInfo); DO_APP_FUNC(0x01AF47B0, bool, Char_CheckSymbol, (UnicodeCategory__Enum uc, MethodInfo * method)); DO_APP_FUNC(0x01AF47C0, bool, Char_IsSymbol, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01AF4870, bool, Char_IsWhiteSpace_1, (String * s, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78718, Char_IsWhiteSpace_1__MethodInfo); DO_APP_FUNC(0x01AF4A80, UnicodeCategory__Enum, Char_GetUnicodeCategory, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01AF4B10, UnicodeCategory__Enum, Char_GetUnicodeCategory_1, (String * s, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78720, Char_GetUnicodeCategory_1__MethodInfo); DO_APP_FUNC(0x01AF4C90, bool, Char_IsHighSurrogate, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01AF4CB0, bool, Char_IsHighSurrogate_1, (String * s, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78728, Char_IsHighSurrogate_1__MethodInfo); DO_APP_FUNC(0x01AF4E00, bool, Char_IsLowSurrogate, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01AF4E20, bool, Char_IsSurrogatePair, (uint16_t highSurrogate, uint16_t lowSurrogate, MethodInfo * method)); DO_APP_FUNC(0x01AF4E50, String *, Char_ConvertFromUtf32, (int32_t utf32, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78740, Char_ConvertFromUtf32__MethodInfo); DO_APP_FUNC(0x01AF4FD0, int32_t, Char_ConvertToUtf32, (uint16_t highSurrogate, uint16_t lowSurrogate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C786E0, Char_ConvertToUtf32__MethodInfo); DO_APP_FUNC(0x01AF5140, void, Char__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01AF5220, void, CharEnumerator__ctor, (CharEnumerator * __this, String * str, MethodInfo * method)); DO_APP_FUNC(0x01AF5290, Object *, CharEnumerator_Clone, (CharEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AF52A0, bool, CharEnumerator_MoveNext, (CharEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AF5300, void, CharEnumerator_Dispose, (CharEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AF5370, Object *, CharEnumerator_System_Collections_IEnumerator_get_Current, (CharEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AF5480, uint16_t, CharEnumerator_get_Current, (CharEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78708, CharEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x01AF5560, void, CharEnumerator_Reset, (CharEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AF5570, void, CharEnumerator__ctor_1, (CharEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78710, CharEnumerator__ctor_1__MethodInfo); DO_APP_FUNC(0x01AF55A0, bool, Convert_TryDecodeFromUtf16, (ReadOnlySpan_1_Char_ utf16, Span_1_Byte_ bytes, int32_t * consumed, int32_t * written, MethodInfo * method)); DO_APP_FUNC(0x01AF5910, int32_t, Convert_Decode, (uint16_t * encodedChars, int8_t * decodingMap, MethodInfo * method)); DO_APP_FUNC(0x01AF5970, void, Convert_WriteThreeLowOrderBytes, (uint8_t * destination, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF5990, TypeCode__Enum, Convert_GetTypeCode, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01AF5A00, Object *, Convert_ChangeType, (Object * value, TypeCode__Enum typeCode, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C786A8, Convert_ChangeType__MethodInfo); DO_APP_FUNC(0x01AF5F70, Object *, Convert_DefaultToType, (IConvertible * value, Type * targetType, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C786C8, Convert_DefaultToType__MethodInfo); DO_APP_FUNC(0x01AF6A20, Object *, Convert_ChangeType_1, (Object * value, Type * conversionType, MethodInfo * method)); DO_APP_FUNC(0x01AF6B00, Object *, Convert_ChangeType_2, (Object * value, Type * conversionType, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78630, Convert_ChangeType_2__MethodInfo); DO_APP_FUNC(0x01AF7440, void, Convert_ThrowCharOverflowException, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78648, Convert_ThrowCharOverflowException__MethodInfo); DO_APP_FUNC(0x01AF74A0, void, Convert_ThrowByteOverflowException, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78650, Convert_ThrowByteOverflowException__MethodInfo); DO_APP_FUNC(0x01AF7500, void, Convert_ThrowSByteOverflowException, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78660, Convert_ThrowSByteOverflowException__MethodInfo); DO_APP_FUNC(0x01AF7560, void, Convert_ThrowInt16OverflowException, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78670, Convert_ThrowInt16OverflowException__MethodInfo); DO_APP_FUNC(0x01AF75C0, void, Convert_ThrowUInt16OverflowException, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78680, Convert_ThrowUInt16OverflowException__MethodInfo); DO_APP_FUNC(0x01AF7620, void, Convert_ThrowInt32OverflowException, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78690, Convert_ThrowInt32OverflowException__MethodInfo); DO_APP_FUNC(0x01AF7680, void, Convert_ThrowUInt32OverflowException, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78600, Convert_ThrowUInt32OverflowException__MethodInfo); DO_APP_FUNC(0x01AF76E0, void, Convert_ThrowInt64OverflowException, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78610, Convert_ThrowInt64OverflowException__MethodInfo); DO_APP_FUNC(0x01AF7740, void, Convert_ThrowUInt64OverflowException, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78620, Convert_ThrowUInt64OverflowException__MethodInfo); DO_APP_FUNC(0x01AF77A0, bool, Convert_ToBoolean, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01AF7840, bool, Convert_ToBoolean_1, (Object * value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF7900, bool, Convert_ToBoolean_2, (int8_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF7900, bool, Convert_ToBoolean_3, (uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF7910, bool, Convert_ToBoolean_4, (int16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF7910, bool, Convert_ToBoolean_5, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x00AE0660, bool, Convert_ToBoolean_6, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00AE0660, bool, Convert_ToBoolean_7, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x00AC8DA0, bool, Convert_ToBoolean_8, (int64_t value, MethodInfo * method)); DO_APP_FUNC(0x00AC8DA0, bool, Convert_ToBoolean_9, (uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF7920, bool, Convert_ToBoolean_10, (String * value, MethodInfo * method)); DO_APP_FUNC(0x01AF7980, bool, Convert_ToBoolean_11, (String * value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF79E0, bool, Convert_ToBoolean_12, (float value, MethodInfo * method)); DO_APP_FUNC(0x01AF79F0, bool, Convert_ToBoolean_13, (double value, MethodInfo * method)); DO_APP_FUNC(0x01AF7A10, bool, Convert_ToBoolean_14, (Decimal value, MethodInfo * method)); DO_APP_FUNC(0x01AF7AD0, uint16_t, Convert_ToChar, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01AF7B70, uint16_t, Convert_ToChar_1, (Object * value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF7C20, uint16_t, Convert_ToChar_2, (int8_t value, MethodInfo * method)); DO_APP_FUNC(0x00C7E150, uint16_t, Convert_ToChar_3, (uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF7C70, uint16_t, Convert_ToChar_4, (int16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF7CC0, uint16_t, Convert_ToChar_5, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF7CD0, uint16_t, Convert_ToChar_6, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF7D20, uint16_t, Convert_ToChar_7, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF7D70, uint16_t, Convert_ToChar_8, (int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF7DC0, uint16_t, Convert_ToChar_9, (uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF7E10, uint16_t, Convert_ToChar_10, (String * value, MethodInfo * method)); DO_APP_FUNC(0x01AF7F10, uint16_t, Convert_ToChar_11, (String * value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C785F8, Convert_ToChar_11__MethodInfo); DO_APP_FUNC(0x01AF7FD0, int8_t, Convert_ToSByte, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01AF8070, int8_t, Convert_ToSByte_1, (Object * value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF7900, int8_t, Convert_ToSByte_2, (bool value, MethodInfo * method)); DO_APP_FUNC(0x01AF8120, int8_t, Convert_ToSByte_3, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF8170, int8_t, Convert_ToSByte_4, (uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF81C0, int8_t, Convert_ToSByte_5, (int16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF8220, int8_t, Convert_ToSByte_6, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF8270, int8_t, Convert_ToSByte_7, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF82D0, int8_t, Convert_ToSByte_8, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF8320, int8_t, Convert_ToSByte_9, (int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF8380, int8_t, Convert_ToSByte_10, (uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF83D0, int8_t, Convert_ToSByte_11, (float value, MethodInfo * method)); DO_APP_FUNC(0x01AF8430, int8_t, Convert_ToSByte_12, (double value, MethodInfo * method)); DO_APP_FUNC(0x01AF84E0, int8_t, Convert_ToSByte_13, (Decimal value, MethodInfo * method)); DO_APP_FUNC(0x01AF8610, int8_t, Convert_ToSByte_14, (String * value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF86A0, uint8_t, Convert_ToByte, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01AF8740, uint8_t, Convert_ToByte_1, (Object * value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF7900, uint8_t, Convert_ToByte_2, (bool value, MethodInfo * method)); DO_APP_FUNC(0x01AF87F0, uint8_t, Convert_ToByte_3, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF8850, uint8_t, Convert_ToByte_4, (int8_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF88A0, uint8_t, Convert_ToByte_5, (int16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF8900, uint8_t, Convert_ToByte_6, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF8960, uint8_t, Convert_ToByte_7, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF89B0, uint8_t, Convert_ToByte_8, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF8A00, uint8_t, Convert_ToByte_9, (int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF8A50, uint8_t, Convert_ToByte_10, (uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF8AA0, uint8_t, Convert_ToByte_11, (float value, MethodInfo * method)); DO_APP_FUNC(0x01AF8B00, uint8_t, Convert_ToByte_12, (double value, MethodInfo * method)); DO_APP_FUNC(0x01AF8BA0, uint8_t, Convert_ToByte_13, (Decimal value, MethodInfo * method)); DO_APP_FUNC(0x01AF8CD0, uint8_t, Convert_ToByte_14, (String * value, MethodInfo * method)); DO_APP_FUNC(0x01AF8DE0, uint8_t, Convert_ToByte_15, (String * value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF8E70, int16_t, Convert_ToInt16, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01AF8F10, int16_t, Convert_ToInt16_1, (Object * value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF8FD0, int16_t, Convert_ToInt16_2, (bool value, MethodInfo * method)); DO_APP_FUNC(0x01AF8FE0, int16_t, Convert_ToInt16_3, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF9040, int16_t, Convert_ToInt16_4, (int8_t value, MethodInfo * method)); DO_APP_FUNC(0x00C7E150, int16_t, Convert_ToInt16_5, (uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF9050, int16_t, Convert_ToInt16_6, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF90B0, int16_t, Convert_ToInt16_7, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF9110, int16_t, Convert_ToInt16_8, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF9160, int16_t, Convert_ToInt16_9, (int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF91C0, int16_t, Convert_ToInt16_10, (uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF9210, int16_t, Convert_ToInt16_11, (float value, MethodInfo * method)); DO_APP_FUNC(0x01AF9270, int16_t, Convert_ToInt16_12, (double value, MethodInfo * method)); DO_APP_FUNC(0x01AF9320, int16_t, Convert_ToInt16_13, (Decimal value, MethodInfo * method)); DO_APP_FUNC(0x01AF9450, int16_t, Convert_ToInt16_14, (String * value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF94E0, uint16_t, Convert_ToUInt16, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01AF9580, uint16_t, Convert_ToUInt16_1, (Object * value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF8FD0, uint16_t, Convert_ToUInt16_2, (bool value, MethodInfo * method)); DO_APP_FUNC(0x01AF7CC0, uint16_t, Convert_ToUInt16_3, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF9630, uint16_t, Convert_ToUInt16_4, (int8_t value, MethodInfo * method)); DO_APP_FUNC(0x00C7E150, uint16_t, Convert_ToUInt16_5, (uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF9680, uint16_t, Convert_ToUInt16_6, (int16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF96D0, uint16_t, Convert_ToUInt16_7, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF9720, uint16_t, Convert_ToUInt16_8, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF9770, uint16_t, Convert_ToUInt16_9, (int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF97C0, uint16_t, Convert_ToUInt16_10, (uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF9810, uint16_t, Convert_ToUInt16_11, (float value, MethodInfo * method)); DO_APP_FUNC(0x01AF9870, uint16_t, Convert_ToUInt16_12, (double value, MethodInfo * method)); DO_APP_FUNC(0x01AF9910, uint16_t, Convert_ToUInt16_13, (Decimal value, MethodInfo * method)); DO_APP_FUNC(0x01AF9A40, uint16_t, Convert_ToUInt16_14, (String * value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF9AD0, int32_t, Convert_ToInt32, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01AF9B70, int32_t, Convert_ToInt32_1, (Object * value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF8FD0, int32_t, Convert_ToInt32_2, (bool value, MethodInfo * method)); DO_APP_FUNC(0x01AF7CC0, int32_t, Convert_ToInt32_3, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x00C7E150, int32_t, Convert_ToInt32_4, (uint8_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9AC8, Convert_ToInt32_4__MethodInfo); DO_APP_FUNC(0x01AF9C30, int32_t, Convert_ToInt32_5, (int16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF7CC0, int32_t, Convert_ToInt32_6, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF9C40, int32_t, Convert_ToInt32_7, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF9C90, int32_t, Convert_ToInt32_8, (int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF9CF0, int32_t, Convert_ToInt32_9, (uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF9D40, int32_t, Convert_ToInt32_10, (float value, MethodInfo * method)); DO_APP_FUNC(0x01AF9DA0, int32_t, Convert_ToInt32_11, (double value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C785A0, Convert_ToInt32_11__MethodInfo); DO_APP_FUNC(0x01AF9E90, int32_t, Convert_ToInt32_12, (Decimal value, MethodInfo * method)); DO_APP_FUNC(0x01AF9FC0, int32_t, Convert_ToInt32_13, (String * value, MethodInfo * method)); DO_APP_FUNC(0x01AFA070, int32_t, Convert_ToInt32_14, (String * value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AFA090, uint32_t, Convert_ToUInt32, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01AFA130, uint32_t, Convert_ToUInt32_1, (Object * value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF8FD0, uint32_t, Convert_ToUInt32_2, (bool value, MethodInfo * method)); DO_APP_FUNC(0x01AF7CC0, uint32_t, Convert_ToUInt32_3, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFA1E0, uint32_t, Convert_ToUInt32_4, (int8_t value, MethodInfo * method)); DO_APP_FUNC(0x00C7E150, uint32_t, Convert_ToUInt32_5, (uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFA230, uint32_t, Convert_ToUInt32_6, (int16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF7CC0, uint32_t, Convert_ToUInt32_7, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFA280, uint32_t, Convert_ToUInt32_8, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFA2D0, uint32_t, Convert_ToUInt32_9, (int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFA320, uint32_t, Convert_ToUInt32_10, (uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFA370, uint32_t, Convert_ToUInt32_11, (float value, MethodInfo * method)); DO_APP_FUNC(0x01AFA3D0, uint32_t, Convert_ToUInt32_12, (double value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78520, Convert_ToUInt32_12__MethodInfo); DO_APP_FUNC(0x01AFA490, uint32_t, Convert_ToUInt32_13, (Decimal value, MethodInfo * method)); DO_APP_FUNC(0x01AFA5C0, uint32_t, Convert_ToUInt32_14, (String * value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AFA5E0, int64_t, Convert_ToInt64, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01AFA680, int64_t, Convert_ToInt64_1, (Object * value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AFA740, int64_t, Convert_ToInt64_2, (bool value, MethodInfo * method)); DO_APP_FUNC(0x01AF7CC0, int64_t, Convert_ToInt64_3, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFA750, int64_t, Convert_ToInt64_4, (int8_t value, MethodInfo * method)); DO_APP_FUNC(0x00C7E150, int64_t, Convert_ToInt64_5, (uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFA760, int64_t, Convert_ToInt64_6, (int16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF7CC0, int64_t, Convert_ToInt64_7, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFA770, int64_t, Convert_ToInt64_8, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, int64_t, Convert_ToInt64_9, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFA780, int64_t, Convert_ToInt64_10, (uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFA7E0, int64_t, Convert_ToInt64_11, (float value, MethodInfo * method)); DO_APP_FUNC(0x01AFA840, int64_t, Convert_ToInt64_12, (double value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78558, Convert_ToInt64_12__MethodInfo); DO_APP_FUNC(0x01AFA8E0, int64_t, Convert_ToInt64_13, (Decimal value, MethodInfo * method)); DO_APP_FUNC(0x01AFAA10, int64_t, Convert_ToInt64_14, (String * value, MethodInfo * method)); DO_APP_FUNC(0x01AFAAC0, int64_t, Convert_ToInt64_15, (String * value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AFAAE0, uint64_t, Convert_ToUInt64, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01AFAB80, uint64_t, Convert_ToUInt64_1, (Object * value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF8FD0, uint64_t, Convert_ToUInt64_2, (bool value, MethodInfo * method)); DO_APP_FUNC(0x01AF7CC0, uint64_t, Convert_ToUInt64_3, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFAC30, uint64_t, Convert_ToUInt64_4, (int8_t value, MethodInfo * method)); DO_APP_FUNC(0x00C7E150, uint64_t, Convert_ToUInt64_5, (uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFAC80, uint64_t, Convert_ToUInt64_6, (int16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AF7CC0, uint64_t, Convert_ToUInt64_7, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFACD0, uint64_t, Convert_ToUInt64_8, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, uint64_t, Convert_ToUInt64_9, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFAD20, uint64_t, Convert_ToUInt64_10, (int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFAD70, uint64_t, Convert_ToUInt64_11, (float value, MethodInfo * method)); DO_APP_FUNC(0x01AFADD0, uint64_t, Convert_ToUInt64_12, (double value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78508, Convert_ToUInt64_12__MethodInfo); DO_APP_FUNC(0x01AFAE90, uint64_t, Convert_ToUInt64_13, (Decimal value, MethodInfo * method)); DO_APP_FUNC(0x01AFAFC0, uint64_t, Convert_ToUInt64_14, (String * value, MethodInfo * method)); DO_APP_FUNC(0x01AFB070, uint64_t, Convert_ToUInt64_15, (String * value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AFB090, float, Convert_ToSingle, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01AFB140, float, Convert_ToSingle_1, (Object * value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AFB200, float, Convert_ToSingle_2, (int8_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFB210, float, Convert_ToSingle_3, (uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFB220, float, Convert_ToSingle_4, (int16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFB230, float, Convert_ToSingle_5, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFB240, float, Convert_ToSingle_6, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFB250, float, Convert_ToSingle_7, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFB260, float, Convert_ToSingle_8, (int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFB270, float, Convert_ToSingle_9, (uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFB2A0, float, Convert_ToSingle_10, (double value, MethodInfo * method)); DO_APP_FUNC(0x01AFB2B0, float, Convert_ToSingle_11, (Decimal value, MethodInfo * method)); DO_APP_FUNC(0x01AFB310, float, Convert_ToSingle_12, (String * value, MethodInfo * method)); DO_APP_FUNC(0x01AFB3C0, float, Convert_ToSingle_13, (String * value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AFB3E0, float, Convert_ToSingle_14, (bool value, MethodInfo * method)); DO_APP_FUNC(0x01AFB3F0, double, Convert_ToDouble, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01AFB490, double, Convert_ToDouble_1, (Object * value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AFB540, double, Convert_ToDouble_2, (int8_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFB550, double, Convert_ToDouble_3, (uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFB560, double, Convert_ToDouble_4, (int16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFB570, double, Convert_ToDouble_5, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFB580, double, Convert_ToDouble_6, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFB590, double, Convert_ToDouble_7, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFB5A0, double, Convert_ToDouble_8, (int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFB5B0, double, Convert_ToDouble_9, (uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFB5E0, double, Convert_ToDouble_10, (float value, MethodInfo * method)); DO_APP_FUNC(0x01AFB5F0, double, Convert_ToDouble_11, (Decimal value, MethodInfo * method)); DO_APP_FUNC(0x01AFB6C0, double, Convert_ToDouble_12, (String * value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AFB6E0, double, Convert_ToDouble_13, (bool value, MethodInfo * method)); DO_APP_FUNC(0x01AFB6F0, Decimal, Convert_ToDecimal, (Object * value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AFB800, Decimal, Convert_ToDecimal_1, (int8_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFB890, Decimal, Convert_ToDecimal_2, (uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFB900, Decimal, Convert_ToDecimal_3, (int16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFB990, Decimal, Convert_ToDecimal_4, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFBA00, Decimal, Convert_ToDecimal_5, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFBA90, Decimal, Convert_ToDecimal_6, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFBB00, Decimal, Convert_ToDecimal_7, (int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFBB90, Decimal, Convert_ToDecimal_8, (uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01AFBC00, Decimal, Convert_ToDecimal_9, (float value, MethodInfo * method)); DO_APP_FUNC(0x01AFBCE0, Decimal, Convert_ToDecimal_10, (double value, MethodInfo * method)); DO_APP_FUNC(0x01AFBDC0, Decimal, Convert_ToDecimal_11, (String * value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AFBE80, Decimal, Convert_ToDecimal_12, (bool value, MethodInfo * method)); DO_APP_FUNC(0x01AFBEF0, DateTime, Convert_ToDateTime, (String * value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AFBF60, String *, Convert_ToString, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01AFBFC0, String *, Convert_ToString_1, (Object * value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AFC0C0, String *, Convert_ToString_2, (uint16_t value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AFC160, String *, Convert_ToString_3, (int32_t value, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AFC180, uint8_t, Convert_ToByte_16, (String * value, int32_t fromBase, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78310, Convert_ToByte_16__MethodInfo); DO_APP_FUNC(0x01AFC2B0, int8_t, Convert_ToSByte_15, (String * value, int32_t fromBase, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78338, Convert_ToSByte_15__MethodInfo); DO_APP_FUNC(0x01AFC400, int16_t, Convert_ToInt16_15, (String * value, int32_t fromBase, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78348, Convert_ToInt16_15__MethodInfo); DO_APP_FUNC(0x01AFC540, uint16_t, Convert_ToUInt16_15, (String * value, int32_t fromBase, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78370, Convert_ToUInt16_15__MethodInfo); DO_APP_FUNC(0x01AFC670, int32_t, Convert_ToInt32_15, (String * value, int32_t fromBase, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78378, Convert_ToInt32_15__MethodInfo); DO_APP_FUNC(0x01AFC770, uint32_t, Convert_ToUInt32_15, (String * value, int32_t fromBase, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78388, Convert_ToUInt32_15__MethodInfo); DO_APP_FUNC(0x01AFC870, int64_t, Convert_ToInt64_16, (String * value, int32_t fromBase, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78260, Convert_ToInt64_16__MethodInfo); DO_APP_FUNC(0x01AFC970, uint64_t, Convert_ToUInt64_16, (String * value, int32_t fromBase, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78268, Convert_ToUInt64_16__MethodInfo); DO_APP_FUNC(0x01AFCA70, String *, Convert_ToString_4, (uint8_t value, int32_t toBase, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78278, Convert_ToString_4__MethodInfo); DO_APP_FUNC(0x01AFCB10, String *, Convert_ToString_5, (int16_t value, int32_t toBase, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78288, Convert_ToString_5__MethodInfo); DO_APP_FUNC(0x01AFCBB0, String *, Convert_ToString_6, (int32_t value, int32_t toBase, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78298, Convert_ToString_6__MethodInfo); DO_APP_FUNC(0x01AFCC40, String *, Convert_ToString_7, (int64_t value, int32_t toBase, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C782A0, Convert_ToString_7__MethodInfo); DO_APP_FUNC(0x01AFCCD0, String *, Convert_ToBase64String, (Byte__Array * inArray, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C782E8, Convert_ToBase64String__MethodInfo); DO_APP_FUNC(0x01AFCDB0, String *, Convert_ToBase64String_1, (Byte__Array * inArray, Base64FormattingOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78210, Convert_ToBase64String_1__MethodInfo); DO_APP_FUNC(0x01AFCEA0, String *, Convert_ToBase64String_2, (Byte__Array * inArray, int32_t offset, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01AFCF20, String *, Convert_ToBase64String_3, (Byte__Array * inArray, int32_t offset, int32_t length, Base64FormattingOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78220, Convert_ToBase64String_3__MethodInfo); DO_APP_FUNC(0x01AFD190, String *, Convert_ToBase64String_4, (ReadOnlySpan_1_Byte_ bytes, Base64FormattingOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78238, Convert_ToBase64String_4__MethodInfo); DO_APP_FUNC(0x01AFD350, int32_t, Convert_ToBase64CharArray, (Byte__Array * inArray, int32_t offsetIn, int32_t length, Char__Array * outArray, int32_t offsetOut, MethodInfo * method)); DO_APP_FUNC(0x01AFD3E0, int32_t, Convert_ToBase64CharArray_1, (Byte__Array * inArray, int32_t offsetIn, int32_t length, Char__Array * outArray, int32_t offsetOut, Base64FormattingOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78248, Convert_ToBase64CharArray_1__MethodInfo); DO_APP_FUNC(0x01AFD870, int32_t, Convert_ConvertToBase64Array, (uint16_t * outChars, uint8_t * inData, int32_t offset, int32_t length, bool insertLineBreaks, MethodInfo * method)); DO_APP_FUNC(0x01AFDBD0, int32_t, Convert_ToBase64_CalculateAndValidateOutputLength, (int32_t inputLength, bool insertLineBreaks, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C781C8, Convert_ToBase64_CalculateAndValidateOutputLength__MethodInfo); DO_APP_FUNC(0x01AFDCD0, Byte__Array *, Convert_FromBase64String, (String * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C781E0, Convert_FromBase64String__MethodInfo); DO_APP_FUNC(0x01AFDD90, bool, Convert_TryFromBase64Chars, (ReadOnlySpan_1_Char_ chars, Span_1_Byte_ bytes, int32_t * bytesWritten, MethodInfo * method)); DO_APP_FUNC(0x01AFE430, void, Convert_CopyToTempBufferWithoutWhiteSpace, (ReadOnlySpan_1_Char_ chars, Span_1_Char_ tempBuffer, int32_t * consumed, int32_t * charsWritten, MethodInfo * method)); DO_APP_FUNC(0x01AFE560, bool, Convert_IsSpace, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01AFE590, Byte__Array *, Convert_FromBase64CharPtr, (uint16_t * inputPtr, int32_t inputLength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78120, Convert_FromBase64CharPtr__MethodInfo); DO_APP_FUNC(0x01AFE850, int32_t, Convert_FromBase64_ComputeResultLength, (uint16_t * inputPtr, int32_t inputLength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78130, Convert_FromBase64_ComputeResultLength__MethodInfo); DO_APP_FUNC(0x01AFE920, void, Convert__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DBNull__ctor, (DBNull * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB3360, void, DBNull__ctor_1, (DBNull * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA580, DBNull__ctor_1__MethodInfo); DO_APP_FUNC(0x01BB33C0, void, DBNull_GetObjectData, (DBNull * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BB33D0, String *, DBNull_ToString, (DBNull * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB3410, String *, DBNull_ToString_1, (DBNull * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, TypeCode__Enum, DBNull_GetTypeCode, (DBNull * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB3450, bool, DBNull_System_IConvertible_ToBoolean, (DBNull * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA570, DBNull_System_IConvertible_ToBoolean__MethodInfo); DO_APP_FUNC(0x01BB34B0, uint16_t, DBNull_System_IConvertible_ToChar, (DBNull * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA568, DBNull_System_IConvertible_ToChar__MethodInfo); DO_APP_FUNC(0x01BB3510, int8_t, DBNull_System_IConvertible_ToSByte, (DBNull * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA560, DBNull_System_IConvertible_ToSByte__MethodInfo); DO_APP_FUNC(0x01BB3570, uint8_t, DBNull_System_IConvertible_ToByte, (DBNull * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA558, DBNull_System_IConvertible_ToByte__MethodInfo); DO_APP_FUNC(0x01BB35D0, int16_t, DBNull_System_IConvertible_ToInt16, (DBNull * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA550, DBNull_System_IConvertible_ToInt16__MethodInfo); DO_APP_FUNC(0x01BB3630, uint16_t, DBNull_System_IConvertible_ToUInt16, (DBNull * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA548, DBNull_System_IConvertible_ToUInt16__MethodInfo); DO_APP_FUNC(0x01BB3690, int32_t, DBNull_System_IConvertible_ToInt32, (DBNull * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA540, DBNull_System_IConvertible_ToInt32__MethodInfo); DO_APP_FUNC(0x01BB36F0, uint32_t, DBNull_System_IConvertible_ToUInt32, (DBNull * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA538, DBNull_System_IConvertible_ToUInt32__MethodInfo); DO_APP_FUNC(0x01BB3750, int64_t, DBNull_System_IConvertible_ToInt64, (DBNull * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA5E8, DBNull_System_IConvertible_ToInt64__MethodInfo); DO_APP_FUNC(0x01BB37B0, uint64_t, DBNull_System_IConvertible_ToUInt64, (DBNull * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA5E0, DBNull_System_IConvertible_ToUInt64__MethodInfo); DO_APP_FUNC(0x01BB3810, float, DBNull_System_IConvertible_ToSingle, (DBNull * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA5D8, DBNull_System_IConvertible_ToSingle__MethodInfo); DO_APP_FUNC(0x01BB3870, double, DBNull_System_IConvertible_ToDouble, (DBNull * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA5D0, DBNull_System_IConvertible_ToDouble__MethodInfo); DO_APP_FUNC(0x01BB38D0, Decimal, DBNull_System_IConvertible_ToDecimal, (DBNull * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA5C8, DBNull_System_IConvertible_ToDecimal__MethodInfo); DO_APP_FUNC(0x01BB3930, DateTime, DBNull_System_IConvertible_ToDateTime, (DBNull * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA5C0, DBNull_System_IConvertible_ToDateTime__MethodInfo); DO_APP_FUNC(0x01BB3990, Object *, DBNull_System_IConvertible_ToType, (DBNull * __this, Type * type, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BB3A00, void, DBNull__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01BB3AB0, void, DateTime__ctor, (DateTime * __this, int64_t ticks, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA5A8, DateTime__ctor__MethodInfo); DO_APP_FUNC(0x00ADB720, void, DateTime__ctor_1, (DateTime * __this, uint64_t dateData, MethodInfo * method)); DO_APP_FUNC(0x01BB3B50, void, DateTime__ctor_2, (DateTime * __this, int64_t ticks, DateTimeKind__Enum kind, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA5A0, DateTime__ctor_2__MethodInfo); DO_APP_FUNC(0x01BB3C50, void, DateTime__ctor_3, (DateTime * __this, int64_t ticks, DateTimeKind__Enum kind, bool isAmbiguousDst, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA4F8, DateTime__ctor_3__MethodInfo); DO_APP_FUNC(0x01BB3CF0, void, DateTime__ctor_4, (DateTime * __this, int32_t year, int32_t month, int32_t day, MethodInfo * method)); DO_APP_FUNC(0x01BB3D70, void, DateTime__ctor_5, (DateTime * __this, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second, MethodInfo * method)); DO_APP_FUNC(0x01BB3E10, void, DateTime__ctor_6, (DateTime * __this, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second, DateTimeKind__Enum kind, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA4F0, DateTime__ctor_6__MethodInfo); DO_APP_FUNC(0x01BB3F30, void, DateTime__ctor_7, (DateTime * __this, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second, int32_t millisecond, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA4E8, DateTime__ctor_7__MethodInfo); DO_APP_FUNC(0x01BB4110, void, DateTime__ctor_8, (DateTime * __this, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second, int32_t millisecond, Calendar * calendar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA4D8, DateTime__ctor_8__MethodInfo); DO_APP_FUNC(0x01BB43B0, void, DateTime__ctor_9, (DateTime * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA528, DateTime__ctor_9__MethodInfo); DO_APP_FUNC(0x01BB4840, int64_t, DateTime_get_InternalTicks, (DateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB4860, uint64_t, DateTime_get_InternalKind, (DateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB4880, DateTime, DateTime_Add, (DateTime * __this, TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x01BB48E0, DateTime, DateTime_Add_1, (DateTime * __this, double value, int32_t scale, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA500, DateTime_Add_1__MethodInfo); DO_APP_FUNC(0x01BB4A00, DateTime, DateTime_AddDays, (DateTime * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x01BB4A70, DateTime, DateTime_AddHours, (DateTime * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x01BB4AE0, DateTime, DateTime_AddMilliseconds, (DateTime * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x01BB4B50, DateTime, DateTime_AddMonths, (DateTime * __this, int32_t months, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA490, DateTime_AddMonths__MethodInfo); DO_APP_FUNC(0x01BB4DB0, DateTime, DateTime_AddSeconds, (DateTime * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x01BB4E20, DateTime, DateTime_AddTicks, (DateTime * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA480, DateTime_AddTicks__MethodInfo); DO_APP_FUNC(0x01BB4F40, DateTime, DateTime_AddYears, (DateTime * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA460, DateTime_AddYears__MethodInfo); DO_APP_FUNC(0x01BB5010, int32_t, DateTime_Compare, (DateTime t1, DateTime t2, MethodInfo * method)); DO_APP_FUNC(0x01BB5090, int32_t, DateTime_CompareTo, (DateTime * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA4C8, DateTime_CompareTo__MethodInfo); DO_APP_FUNC(0x01BB5190, int32_t, DateTime_CompareTo_1, (DateTime * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x01BB5200, int64_t, DateTime_DateToTicks, (int32_t year, int32_t month, int32_t day, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA4C0, DateTime_DateToTicks__MethodInfo); DO_APP_FUNC(0x01BB53E0, int64_t, DateTime_TimeToTicks, (int32_t hour, int32_t minute, int32_t second, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA4B8, DateTime_TimeToTicks__MethodInfo); DO_APP_FUNC(0x01BB54B0, int32_t, DateTime_DaysInMonth, (int32_t year, int32_t month, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA4A0, DateTime_DaysInMonth__MethodInfo); DO_APP_FUNC(0x01BB5600, bool, DateTime_Equals, (DateTime * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01BB56B0, bool, DateTime_Equals_1, (DateTime * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x01BB5720, DateTime, DateTime_FromBinary, (int64_t dateData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA428, DateTime_FromBinary__MethodInfo); DO_APP_FUNC(0x01BB5990, DateTime, DateTime_FromBinaryRaw, (int64_t dateData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA420, DateTime_FromBinaryRaw__MethodInfo); DO_APP_FUNC(0x01BB5A40, DateTime, DateTime_FromFileTime, (int64_t fileTime, MethodInfo * method)); DO_APP_FUNC(0x01BB5AE0, DateTime, DateTime_FromFileTimeUtc, (int64_t fileTime, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA408, DateTime_FromFileTimeUtc__MethodInfo); DO_APP_FUNC(0x01BB5BA0, void, DateTime_System_Runtime_Serialization_ISerializable_GetObjectData, (DateTime * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA3F8, DateTime_System_Runtime_Serialization_ISerializable_GetObjectData__MethodInfo); DO_APP_FUNC(0x01BB5CA0, bool, DateTime_IsDaylightSavingTime, (DateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB5DB0, DateTime, DateTime_SpecifyKind, (DateTime value, DateTimeKind__Enum kind, MethodInfo * method)); DO_APP_FUNC(0x01BB5E30, DateTime, DateTime_get_Date, (DateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB5EB0, int32_t, DateTime_GetDatePart, (DateTime * __this, int32_t part, MethodInfo * method)); DO_APP_FUNC(0x01BB60A0, void, DateTime_GetDatePart_1, (DateTime * __this, int32_t * year, int32_t * month, int32_t * day, MethodInfo * method)); DO_APP_FUNC(0x01BB6280, int32_t, DateTime_get_Day, (DateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB62E0, DayOfWeek__Enum, DateTime_get_DayOfWeek, (DateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB6370, int32_t, DateTime_get_DayOfYear, (DateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB63D0, int32_t, DateTime_GetHashCode, (DateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB6430, int32_t, DateTime_get_Hour, (DateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB64C0, bool, DateTime_IsAmbiguousDaylightSavingTime, (DateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB6520, DateTimeKind__Enum, DateTime_get_Kind, (DateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB65A0, int32_t, DateTime_get_Millisecond, (DateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB6640, int32_t, DateTime_get_Minute, (DateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB66E0, int32_t, DateTime_get_Month, (DateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB6740, DateTime, DateTime_get_Now, (MethodInfo * method)); DO_APP_FUNC(0x01BB6910, int32_t, DateTime_get_Second, (DateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB69B0, int64_t, DateTime_get_Ticks, (DateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB6A10, TimeSpan, DateTime_get_TimeOfDay, (DateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB6A80, int32_t, DateTime_get_Year, (DateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB6AE0, bool, DateTime_IsLeapYear, (int32_t year, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA3E8, DateTime_IsLeapYear__MethodInfo); DO_APP_FUNC(0x01BB6BD0, DateTime, DateTime_Parse, (String * s, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BB6DD0, DateTime, DateTime_ParseExact, (String * s, String * format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BB6F30, DateTime, DateTime_ParseExact_1, (String * s, String * format, IFormatProvider * provider, DateTimeStyles__Enum style, MethodInfo * method)); DO_APP_FUNC(0x01BB70E0, DateTime, DateTime_ParseExact_2, (String * s, String__Array * formats, IFormatProvider * provider, DateTimeStyles__Enum style, MethodInfo * method)); DO_APP_FUNC(0x01BB7330, TimeSpan, DateTime_Subtract, (DateTime * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x01BB73A0, int64_t, DateTime_ToFileTime, (DateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB7400, int64_t, DateTime_ToFileTimeUtc, (DateTime * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA3B0, DateTime_ToFileTimeUtc__MethodInfo); DO_APP_FUNC(0x01BB74F0, DateTime, DateTime_ToLocalTime, (DateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB7550, DateTime, DateTime_ToLocalTime_1, (DateTime * __this, bool throwOnOverflow, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA3A0, DateTime_ToLocalTime_1__MethodInfo); DO_APP_FUNC(0x01BB77E0, String *, DateTime_ToString, (DateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB7840, String *, DateTime_ToString_1, (DateTime * __this, String * format, MethodInfo * method)); DO_APP_FUNC(0x01BB78B0, String *, DateTime_ToString_2, (DateTime * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BB7920, String *, DateTime_ToString_3, (DateTime * __this, String * format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BB79A0, bool, DateTime_TryFormat, (DateTime * __this, Span_1_Char_ destination, int32_t * charsWritten, ReadOnlySpan_1_Char_ format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BB7AA0, DateTime, DateTime_ToUniversalTime, (DateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB7C10, bool, DateTime_TryParse, (String * s, DateTime * result, MethodInfo * method)); DO_APP_FUNC(0x01BB7D10, bool, DateTime_TryParse_1, (String * s, IFormatProvider * provider, DateTimeStyles__Enum styles, DateTime * result, MethodInfo * method)); DO_APP_FUNC(0x01BB7E60, bool, DateTime_TryParseExact, (String * s, String * format, IFormatProvider * provider, DateTimeStyles__Enum style, DateTime * result, MethodInfo * method)); DO_APP_FUNC(0x01BB8170, bool, DateTime_TryParseExact_1, (String * s, String__Array * formats, IFormatProvider * provider, DateTimeStyles__Enum style, DateTime * result, MethodInfo * method)); DO_APP_FUNC(0x01BB83D0, DateTime, DateTime_op_Addition, (DateTime d, TimeSpan t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA330, DateTime_op_Addition__MethodInfo); DO_APP_FUNC(0x01BB84F0, DateTime, DateTime_op_Subtraction, (DateTime d, TimeSpan t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA328, DateTime_op_Subtraction__MethodInfo); DO_APP_FUNC(0x01BB8600, TimeSpan, DateTime_op_Subtraction_1, (DateTime d1, DateTime d2, MethodInfo * method)); DO_APP_FUNC(0x01BB8670, bool, DateTime_op_Equality, (DateTime d1, DateTime d2, MethodInfo * method)); DO_APP_FUNC(0x01BB86E0, bool, DateTime_op_Inequality, (DateTime d1, DateTime d2, MethodInfo * method)); DO_APP_FUNC(0x01BB8750, bool, DateTime_op_LessThan, (DateTime t1, DateTime t2, MethodInfo * method)); DO_APP_FUNC(0x01BB87C0, bool, DateTime_op_LessThanOrEqual, (DateTime t1, DateTime t2, MethodInfo * method)); DO_APP_FUNC(0x01BB8830, bool, DateTime_op_GreaterThan, (DateTime t1, DateTime t2, MethodInfo * method)); DO_APP_FUNC(0x01BB88A0, bool, DateTime_op_GreaterThanOrEqual, (DateTime t1, DateTime t2, MethodInfo * method)); DO_APP_FUNC(0x003D0D70, TypeCode__Enum, DateTime_GetTypeCode, (DateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB8910, bool, DateTime_System_IConvertible_ToBoolean, (DateTime * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA388, DateTime_System_IConvertible_ToBoolean__MethodInfo); DO_APP_FUNC(0x01BB89A0, uint16_t, DateTime_System_IConvertible_ToChar, (DateTime * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA380, DateTime_System_IConvertible_ToChar__MethodInfo); DO_APP_FUNC(0x01BB8A30, int8_t, DateTime_System_IConvertible_ToSByte, (DateTime * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA370, DateTime_System_IConvertible_ToSByte__MethodInfo); DO_APP_FUNC(0x01BB8AC0, uint8_t, DateTime_System_IConvertible_ToByte, (DateTime * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA368, DateTime_System_IConvertible_ToByte__MethodInfo); DO_APP_FUNC(0x01BB8B50, int16_t, DateTime_System_IConvertible_ToInt16, (DateTime * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA360, DateTime_System_IConvertible_ToInt16__MethodInfo); DO_APP_FUNC(0x01BB8BE0, uint16_t, DateTime_System_IConvertible_ToUInt16, (DateTime * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA358, DateTime_System_IConvertible_ToUInt16__MethodInfo); DO_APP_FUNC(0x01BB8C70, int32_t, DateTime_System_IConvertible_ToInt32, (DateTime * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA350, DateTime_System_IConvertible_ToInt32__MethodInfo); DO_APP_FUNC(0x01BB8D00, uint32_t, DateTime_System_IConvertible_ToUInt32, (DateTime * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA348, DateTime_System_IConvertible_ToUInt32__MethodInfo); DO_APP_FUNC(0x01BB8D90, int64_t, DateTime_System_IConvertible_ToInt64, (DateTime * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA340, DateTime_System_IConvertible_ToInt64__MethodInfo); DO_APP_FUNC(0x01BB8E20, uint64_t, DateTime_System_IConvertible_ToUInt64, (DateTime * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA338, DateTime_System_IConvertible_ToUInt64__MethodInfo); DO_APP_FUNC(0x01BB8EB0, float, DateTime_System_IConvertible_ToSingle, (DateTime * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA2D8, DateTime_System_IConvertible_ToSingle__MethodInfo); DO_APP_FUNC(0x01BB8F40, double, DateTime_System_IConvertible_ToDouble, (DateTime * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA2D0, DateTime_System_IConvertible_ToDouble__MethodInfo); DO_APP_FUNC(0x01BB8FD0, Decimal, DateTime_System_IConvertible_ToDecimal, (DateTime * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA2C8, DateTime_System_IConvertible_ToDecimal__MethodInfo); DO_APP_FUNC(0x00470F00, DateTime, DateTime_System_IConvertible_ToDateTime, (DateTime * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BB9060, Object *, DateTime_System_IConvertible_ToType, (DateTime * __this, Type * type, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BB9100, bool, DateTime_TryCreate, (int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second, int32_t millisecond, DateTime * result, MethodInfo * method)); DO_APP_FUNC(0x01BB9310, DateTime, DateTime_get_UtcNow, (MethodInfo * method)); DO_APP_FUNC(0x01BB9380, int64_t, DateTime_GetSystemTimeAsFileTime, (MethodInfo * method)); DO_APP_FUNC(0x00470F00, int64_t, DateTime_ToBinaryRaw, (DateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB93A0, void, DateTime__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01BB9590, void, DateTimeOffset__ctor, (DateTimeOffset * __this, int64_t ticks, TimeSpan offset, MethodInfo * method)); DO_APP_FUNC(0x01BB96B0, void, DateTimeOffset__ctor_1, (DateTimeOffset * __this, DateTime dateTime, MethodInfo * method)); DO_APP_FUNC(0x01BB9810, void, DateTimeOffset__ctor_2, (DateTimeOffset * __this, DateTime dateTime, TimeSpan offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA308, DateTimeOffset__ctor_2__MethodInfo); DO_APP_FUNC(0x01BB9AE0, void, DateTimeOffset__ctor_3, (DateTimeOffset * __this, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second, TimeSpan offset, MethodInfo * method)); DO_APP_FUNC(0x01BB9BD0, void, DateTimeOffset__ctor_4, (DateTimeOffset * __this, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second, int32_t millisecond, TimeSpan offset, MethodInfo * method)); DO_APP_FUNC(0x01BB9CC0, void, DateTimeOffset__ctor_5, (DateTimeOffset * __this, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second, int32_t millisecond, Calendar * calendar, TimeSpan offset, MethodInfo * method)); DO_APP_FUNC(0x01BB9DB0, DateTime, DateTimeOffset_get_DateTime, (DateTimeOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB9E00, DateTime, DateTimeOffset_get_UtcDateTime, (DateTimeOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB9E60, DateTime, DateTimeOffset_get_LocalDateTime, (DateTimeOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB9F60, DateTime, DateTimeOffset_get_ClockDateTime, (DateTimeOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x01BBA0A0, int32_t, DateTimeOffset_get_Day, (DateTimeOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x01BBA170, int32_t, DateTimeOffset_get_Hour, (DateTimeOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x01BBA270, int32_t, DateTimeOffset_get_Millisecond, (DateTimeOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x01BBA370, int32_t, DateTimeOffset_get_Minute, (DateTimeOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x01BBA470, int32_t, DateTimeOffset_get_Month, (DateTimeOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x01BBA540, TimeSpan, DateTimeOffset_get_Offset, (DateTimeOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x01BBA5A0, int32_t, DateTimeOffset_get_Second, (DateTimeOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x01BBA6A0, int64_t, DateTimeOffset_get_Ticks, (DateTimeOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x01BBA760, TimeSpan, DateTimeOffset_get_TimeOfDay, (DateTimeOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x01BBA830, int32_t, DateTimeOffset_get_Year, (DateTimeOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x01BBA8F0, int32_t, DateTimeOffset_System_IComparable_CompareTo, (DateTimeOffset * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA288, DateTimeOffset_System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x01BBAAA0, int32_t, DateTimeOffset_CompareTo, (DateTimeOffset * __this, DateTimeOffset other, MethodInfo * method)); DO_APP_FUNC(0x01BBAC10, bool, DateTimeOffset_Equals, (DateTimeOffset * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01BBADD0, bool, DateTimeOffset_Equals_1, (DateTimeOffset * __this, DateTimeOffset other, MethodInfo * method)); DO_APP_FUNC(0x01BBAF30, DateTimeOffset, DateTimeOffset_FromFileTime, (int64_t fileTime, MethodInfo * method)); DO_APP_FUNC(0x01BBAFB0, DateTimeOffset, DateTimeOffset_FromUnixTimeSeconds, (int64_t seconds, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA208, DateTimeOffset_FromUnixTimeSeconds__MethodInfo); DO_APP_FUNC(0x01BBB130, void, DateTimeOffset_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization, (DateTimeOffset * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA200, DateTimeOffset_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization__MethodInfo); DO_APP_FUNC(0x01BBB2A0, void, DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData, (DateTimeOffset * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA1F0, DateTimeOffset_System_Runtime_Serialization_ISerializable_GetObjectData__MethodInfo); DO_APP_FUNC(0x01BBB4D0, void, DateTimeOffset__ctor_6, (DateTimeOffset * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA1E8, DateTimeOffset__ctor_6__MethodInfo); DO_APP_FUNC(0x01BBB6A0, int32_t, DateTimeOffset_GetHashCode, (DateTimeOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x01BBB7B0, DateTimeOffset, DateTimeOffset_Parse, (String * input, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x01BBB850, DateTimeOffset, DateTimeOffset_Parse_1, (String * input, IFormatProvider * formatProvider, DateTimeStyles__Enum styles, MethodInfo * method)); DO_APP_FUNC(0x01BBBC30, String *, DateTimeOffset_ToString, (DateTimeOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x01BBBD20, String *, DateTimeOffset_ToString_1, (DateTimeOffset * __this, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x01BBBE20, String *, DateTimeOffset_ToString_2, (DateTimeOffset * __this, String * format, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x01BBBF30, bool, DateTimeOffset_TryFormat, (DateTimeOffset * __this, Span_1_Char_ destination, int32_t * charsWritten, ReadOnlySpan_1_Char_ format, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x01BBC070, int16_t, DateTimeOffset_ValidateOffset, (TimeSpan offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA1D8, DateTimeOffset_ValidateOffset__MethodInfo); DO_APP_FUNC(0x01BBC200, DateTime, DateTimeOffset_ValidateDate, (DateTime dateTime, TimeSpan offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA1C0, DateTimeOffset_ValidateDate__MethodInfo); DO_APP_FUNC(0x01BBC350, DateTimeStyles__Enum, DateTimeOffset_ValidateStyles, (DateTimeStyles__Enum style, String * parameterName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA1B8, DateTimeOffset_ValidateStyles__MethodInfo); DO_APP_FUNC(0x01BBC490, DateTimeOffset, DateTimeOffset_op_Implicit, (DateTime dateTime, MethodInfo * method)); DO_APP_FUNC(0x01BBC4B0, bool, DateTimeOffset_op_Equality, (DateTimeOffset left, DateTimeOffset right, MethodInfo * method)); DO_APP_FUNC(0x01BBC610, void, DateTimeOffset__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01BBC730, void, DivideByZeroException__ctor, (DivideByZeroException * __this, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, DivideByZeroException__ctor_1, (DivideByZeroException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BBC780, void, DllNotFoundException__ctor, (DllNotFoundException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BBC7D0, void, DllNotFoundException__ctor_1, (DllNotFoundException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01BBC7F0, void, DllNotFoundException__ctor_2, (DllNotFoundException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BBC810, bool, Double_IsFinite, (double d, MethodInfo * method)); DO_APP_FUNC(0x01BBC880, bool, Double_IsInfinity, (double d, MethodInfo * method)); DO_APP_FUNC(0x01BBC8F0, bool, Double_IsNaN, (double d, MethodInfo * method)); DO_APP_FUNC(0x01BBC960, bool, Double_IsNegative, (double d, MethodInfo * method)); DO_APP_FUNC(0x01BBC9C0, bool, Double_IsNegativeInfinity, (double d, MethodInfo * method)); DO_APP_FUNC(0x01BBC9E0, bool, Double_IsPositiveInfinity, (double d, MethodInfo * method)); DO_APP_FUNC(0x01BBCA00, int32_t, Double_CompareTo, (Double * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA198, Double_CompareTo__MethodInfo); DO_APP_FUNC(0x01BBCB30, int32_t, Double_CompareTo_1, (Double * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x01BBCBA0, bool, Double_Equals, (Double * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01BBCC50, bool, Double_Equals_1, (Double * __this, double obj, MethodInfo * method)); DO_APP_FUNC(0x01BBCC90, int32_t, Double_GetHashCode, (Double * __this, MethodInfo * method)); DO_APP_FUNC(0x01BBCD20, String *, Double_ToString, (Double * __this, MethodInfo * method)); DO_APP_FUNC(0x01BBCD90, String *, Double_ToString_1, (Double * __this, String * format, MethodInfo * method)); DO_APP_FUNC(0x01BBCE10, String *, Double_ToString_2, (Double * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BBCE90, String *, Double_ToString_3, (Double * __this, String * format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BBCF20, bool, Double_TryFormat, (Double * __this, Span_1_Char_ destination, int32_t * charsWritten, ReadOnlySpan_1_Char_ format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BBCFF0, double, Double_Parse, (String * s, MethodInfo * method)); DO_APP_FUNC(0x01BBD0B0, double, Double_Parse_1, (String * s, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BBD180, double, Double_Parse_2, (String * s, NumberStyles__Enum style, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BBD260, bool, Double_TryParse, (String * s, double * result, MethodInfo * method)); DO_APP_FUNC(0x01BBD300, bool, Double_TryParse_1, (String * s, NumberStyles__Enum style, IFormatProvider * provider, double * result, MethodInfo * method)); DO_APP_FUNC(0x01BBD3C0, bool, Double_TryParse_2, (ReadOnlySpan_1_Char_ s, NumberStyles__Enum style, NumberFormatInfo * info, double * result, MethodInfo * method)); DO_APP_FUNC(0x01B37CA0, TypeCode__Enum, Double_GetTypeCode, (Double * __this, MethodInfo * method)); DO_APP_FUNC(0x01BBD820, bool, Double_System_IConvertible_ToBoolean, (Double * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BBD890, uint16_t, Double_System_IConvertible_ToChar, (Double * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA170, Double_System_IConvertible_ToChar__MethodInfo); DO_APP_FUNC(0x01BBD920, int8_t, Double_System_IConvertible_ToSByte, (Double * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BBD980, uint8_t, Double_System_IConvertible_ToByte, (Double * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BBD9E0, int16_t, Double_System_IConvertible_ToInt16, (Double * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BBDA40, uint16_t, Double_System_IConvertible_ToUInt16, (Double * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BBDAA0, int32_t, Double_System_IConvertible_ToInt32, (Double * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BBDB00, uint32_t, Double_System_IConvertible_ToUInt32, (Double * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BBDB60, int64_t, Double_System_IConvertible_ToInt64, (Double * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BBDBC0, uint64_t, Double_System_IConvertible_ToUInt64, (Double * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BBDC20, float, Double_System_IConvertible_ToSingle, (Double * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x00EEC8D0, double, Double_System_IConvertible_ToDouble, (Double * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BBDC80, Decimal, Double_System_IConvertible_ToDecimal, (Double * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BBDDA0, DateTime, Double_System_IConvertible_ToDateTime, (Double * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA190, Double_System_IConvertible_ToDateTime__MethodInfo); DO_APP_FUNC(0x01BBDE30, Object *, Double_System_IConvertible_ToType, (Double * __this, Type * type, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BBDED0, void, EntryPointNotFoundException__ctor, (EntryPointNotFoundException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BBDF20, void, EntryPointNotFoundException__ctor_1, (EntryPointNotFoundException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01BBC7F0, void, EntryPointNotFoundException__ctor_2, (EntryPointNotFoundException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EventArgs__ctor, (EventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01BBDF40, void, EventArgs__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01015CE0, void, EventHandler__ctor, (EventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, EventHandler_Invoke, (EventHandler * __this, Object * sender, EventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x01BBDFF0, void, ExecutionEngineException__ctor, (ExecutionEngineException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BBE040, void, ExecutionEngineException__ctor_1, (ExecutionEngineException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, ExecutionEngineException__ctor_2, (ExecutionEngineException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BBE060, void, FieldAccessException__ctor, (FieldAccessException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BBE0B0, void, FieldAccessException__ctor_1, (FieldAccessException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, FieldAccessException__ctor_2, (FieldAccessException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FlagsAttribute__ctor, (FlagsAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01BBE0D0, void, FormatException__ctor, (FormatException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BBE120, void, FormatException__ctor_1, (FormatException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01BBE140, void, FormatException__ctor_2, (FormatException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, FormatException__ctor_3, (FormatException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BBE160, String *, FormattableString_System_IFormattable_ToString, (FormattableString * __this, String * ignored, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x01BBE180, String *, FormattableString_ToString, (FormattableString * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FormattableString__ctor, (FormattableString * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Gen2GcCallback__ctor, (Gen2GcCallback * __this, MethodInfo * method)); DO_APP_FUNC(0x01BBE230, void, Gen2GcCallback_Register, (Func_2_Object_Boolean_ * callback, Object * targetObj, MethodInfo * method)); DO_APP_FUNC(0x01BBE2F0, void, Gen2GcCallback_Setup, (Gen2GcCallback * __this, Func_2_Object_Boolean_ * callback, Object * targetObj, MethodInfo * method)); DO_APP_FUNC(0x01BBE360, void, Gen2GcCallback_Finalize, (Gen2GcCallback * __this, MethodInfo * method)); DO_APP_FUNC(0x01BBE470, void, DateTimeFormat_FormatDigits, (StringBuilder * outputBuffer, int32_t value, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x01BBE4F0, void, DateTimeFormat_FormatDigits_1, (StringBuilder * outputBuffer, int32_t value, int32_t len, bool overrideLengthLimit, MethodInfo * method)); DO_APP_FUNC(0x01BBE5F0, void, DateTimeFormat_HebrewFormatDigits, (StringBuilder * outputBuffer, int32_t digits, MethodInfo * method)); DO_APP_FUNC(0x01BBE670, int32_t, DateTimeFormat_ParseRepeatPattern, (ReadOnlySpan_1_Char_ format, int32_t pos, uint16_t patternChar, MethodInfo * method)); DO_APP_FUNC(0x01BBE6F0, String *, DateTimeFormat_FormatDayOfWeek, (int32_t dayOfWeek, int32_t repeat, DateTimeFormatInfo * dtfi, MethodInfo * method)); DO_APP_FUNC(0x01BBE730, String *, DateTimeFormat_FormatMonth, (int32_t month, int32_t repeatCount, DateTimeFormatInfo * dtfi, MethodInfo * method)); DO_APP_FUNC(0x01BBE770, String *, DateTimeFormat_FormatHebrewMonthName, (DateTime time, int32_t month, int32_t repeatCount, DateTimeFormatInfo * dtfi, MethodInfo * method)); DO_APP_FUNC(0x01BBE840, int32_t, DateTimeFormat_ParseQuoteString, (ReadOnlySpan_1_Char_ format, int32_t pos, StringBuilder * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA160, DateTimeFormat_ParseQuoteString__MethodInfo); DO_APP_FUNC(0x01BBEA40, int32_t, DateTimeFormat_ParseNextChar, (ReadOnlySpan_1_Char_ format, int32_t pos, MethodInfo * method)); DO_APP_FUNC(0x01BBEAB0, bool, DateTimeFormat_IsUseGenitiveForm, (ReadOnlySpan_1_Char_ format, int32_t index, int32_t tokenLen, uint16_t patternToMatch, MethodInfo * method)); DO_APP_FUNC(0x01BBEBF0, StringBuilder *, DateTimeFormat_FormatCustomized, (DateTime dateTime, ReadOnlySpan_1_Char_ format, DateTimeFormatInfo * dtfi, TimeSpan offset, StringBuilder * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA100, DateTimeFormat_FormatCustomized__MethodInfo); DO_APP_FUNC(0x01BC0160, void, DateTimeFormat_FormatCustomizedTimeZone, (DateTime dateTime, TimeSpan offset, ReadOnlySpan_1_Char_ format, int32_t tokenLen, bool timeOnly, StringBuilder * result, MethodInfo * method)); DO_APP_FUNC(0x01BC0700, void, DateTimeFormat_FormatCustomizedRoundripTimeZone, (DateTime dateTime, TimeSpan offset, StringBuilder * result, MethodInfo * method)); DO_APP_FUNC(0x01BC0A30, void, DateTimeFormat_Append2DigitNumber, (StringBuilder * result, int32_t val, MethodInfo * method)); DO_APP_FUNC(0x01BC0B30, String *, DateTimeFormat_GetRealFormat, (ReadOnlySpan_1_Char_ format, DateTimeFormatInfo * dtfi, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA0E0, DateTimeFormat_GetRealFormat__MethodInfo); DO_APP_FUNC(0x01BC1020, String *, DateTimeFormat_ExpandPredefinedFormat, (ReadOnlySpan_1_Char_ format, DateTime * dateTime, DateTimeFormatInfo * * dtfi, TimeSpan * offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA118, DateTimeFormat_ExpandPredefinedFormat__MethodInfo); DO_APP_FUNC(0x01BC1490, String *, DateTimeFormat_Format, (DateTime dateTime, String * format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BC1520, String *, DateTimeFormat_Format_1, (DateTime dateTime, String * format, IFormatProvider * provider, TimeSpan offset, MethodInfo * method)); DO_APP_FUNC(0x01BC1860, bool, DateTimeFormat_TryFormat, (DateTime dateTime, Span_1_Char_ destination, int32_t * charsWritten, ReadOnlySpan_1_Char_ format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BC1930, bool, DateTimeFormat_TryFormat_1, (DateTime dateTime, Span_1_Char_ destination, int32_t * charsWritten, ReadOnlySpan_1_Char_ format, IFormatProvider * provider, TimeSpan offset, MethodInfo * method)); DO_APP_FUNC(0x01BC1B70, StringBuilder *, DateTimeFormat_FormatStringBuilder, (DateTime dateTime, ReadOnlySpan_1_Char_ format, DateTimeFormatInfo * dtfi, TimeSpan offset, MethodInfo * method)); DO_APP_FUNC(0x01BC1F50, bool, DateTimeFormat_TryFormatO, (DateTime dateTime, TimeSpan offset, Span_1_Char_ destination, int32_t * charsWritten, MethodInfo * method)); DO_APP_FUNC(0x01BC27C0, bool, DateTimeFormat_TryFormatR, (DateTime dateTime, TimeSpan offset, Span_1_Char_ destination, int32_t * charsWritten, MethodInfo * method)); DO_APP_FUNC(0x01BC2CD0, void, DateTimeFormat_WriteTwoDecimalDigits, (uint32_t value, Span_1_Char_ destination, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x01BC2D30, void, DateTimeFormat_WriteFourDecimalDigits, (uint32_t value, Span_1_Char_ buffer, int32_t startingIndex, MethodInfo * method)); DO_APP_FUNC(0x01BC2E00, void, DateTimeFormat_WriteDigits, (uint64_t value, Span_1_Char_ buffer, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DateTimeFormat_InvalidFormatForLocal, (ReadOnlySpan_1_Char_ format, DateTime dateTime, MethodInfo * method)); DO_APP_FUNC(0x01BC2ED0, void, DateTimeFormat__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01BC3540, DateTime, DateTimeParse_ParseExact, (ReadOnlySpan_1_Char_ s, ReadOnlySpan_1_Char_ format, DateTimeFormatInfo * dtfi, DateTimeStyles__Enum style, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA0D8, DateTimeParse_ParseExact__MethodInfo); DO_APP_FUNC(0x01BC3730, bool, DateTimeParse_TryParseExact, (ReadOnlySpan_1_Char_ s, ReadOnlySpan_1_Char_ format, DateTimeFormatInfo * dtfi, DateTimeStyles__Enum style, DateTime * result, MethodInfo * method)); DO_APP_FUNC(0x01BC3910, bool, DateTimeParse_TryParseExact_1, (ReadOnlySpan_1_Char_ s, ReadOnlySpan_1_Char_ format, DateTimeFormatInfo * dtfi, DateTimeStyles__Enum style, DateTimeResult * result, MethodInfo * method)); DO_APP_FUNC(0x01BC3A20, DateTime, DateTimeParse_ParseExactMultiple, (ReadOnlySpan_1_Char_ s, String__Array * formats, DateTimeFormatInfo * dtfi, DateTimeStyles__Enum style, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA0C0, DateTimeParse_ParseExactMultiple__MethodInfo); DO_APP_FUNC(0x01BC3B80, bool, DateTimeParse_TryParseExactMultiple, (ReadOnlySpan_1_Char_ s, String__Array * formats, DateTimeFormatInfo * dtfi, DateTimeStyles__Enum style, DateTime * result, MethodInfo * method)); DO_APP_FUNC(0x01BC3D00, bool, DateTimeParse_TryParseExactMultiple_1, (ReadOnlySpan_1_Char_ s, String__Array * formats, DateTimeFormatInfo * dtfi, DateTimeStyles__Enum style, DateTimeResult * result, MethodInfo * method)); DO_APP_FUNC(0x01BC4030, bool, DateTimeParse_MatchWord, (_DTString * str, String * target, MethodInfo * method)); DO_APP_FUNC(0x01BC4230, bool, DateTimeParse_GetTimeZoneName, (_DTString * str, MethodInfo * method)); DO_APP_FUNC(0x01BC42E0, bool, DateTimeParse_IsDigit, (uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x01BC42F0, bool, DateTimeParse_ParseFraction, (_DTString * str, double * result, MethodInfo * method)); DO_APP_FUNC(0x01BC43F0, bool, DateTimeParse_ParseTimeZone, (_DTString * str, TimeSpan * result, MethodInfo * method)); DO_APP_FUNC(0x01BC4810, bool, DateTimeParse_HandleTimeZone, (_DTString * str, DateTimeResult * result, MethodInfo * method)); DO_APP_FUNC(0x01BC4A10, bool, DateTimeParse_Lex, (DateTimeParse_DS__Enum dps, _DTString * str, DateTimeToken * dtok, DateTimeRawInfo * raw, DateTimeResult * result, DateTimeFormatInfo * * dtfi, DateTimeStyles__Enum styles, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA070, DateTimeParse_Lex__MethodInfo); DO_APP_FUNC(0x01BC5B40, Calendar *, DateTimeParse_GetJapaneseCalendarDefaultInstance, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA068, DateTimeParse_GetJapaneseCalendarDefaultInstance__MethodInfo); DO_APP_FUNC(0x01BC5C40, Calendar *, DateTimeParse_GetTaiwanCalendarDefaultInstance, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA060, DateTimeParse_GetTaiwanCalendarDefaultInstance__MethodInfo); DO_APP_FUNC(0x01BC5D40, bool, DateTimeParse_VerifyValidPunctuation, (_DTString * str, MethodInfo * method)); DO_APP_FUNC(0x01BC5FA0, bool, DateTimeParse_GetYearMonthDayOrder, (String * datePattern, DateTimeFormatInfo * dtfi, int32_t * order, MethodInfo * method)); DO_APP_FUNC(0x01BC61C0, bool, DateTimeParse_GetYearMonthOrder, (String * pattern, DateTimeFormatInfo * dtfi, int32_t * order, MethodInfo * method)); DO_APP_FUNC(0x01BC6360, bool, DateTimeParse_GetMonthDayOrder, (String * pattern, DateTimeFormatInfo * dtfi, int32_t * order, MethodInfo * method)); DO_APP_FUNC(0x01BC6520, bool, DateTimeParse_TryAdjustYear, (DateTimeResult * result, int32_t year, int32_t * adjustedYear, MethodInfo * method)); DO_APP_FUNC(0x01BC6580, bool, DateTimeParse_SetDateYMD, (DateTimeResult * result, int32_t year, int32_t month, int32_t day, MethodInfo * method)); DO_APP_FUNC(0x01BC6600, bool, DateTimeParse_SetDateMDY, (DateTimeResult * result, int32_t month, int32_t day, int32_t year, MethodInfo * method)); DO_APP_FUNC(0x01BC6690, bool, DateTimeParse_SetDateDMY, (DateTimeResult * result, int32_t day, int32_t month, int32_t year, MethodInfo * method)); DO_APP_FUNC(0x01BC6720, bool, DateTimeParse_SetDateYDM, (DateTimeResult * result, int32_t year, int32_t day, int32_t month, MethodInfo * method)); DO_APP_FUNC(0x01BC67B0, void, DateTimeParse_GetDefaultYear, (DateTimeResult * result, DateTimeStyles__Enum * styles, MethodInfo * method)); DO_APP_FUNC(0x01BC6850, bool, DateTimeParse_GetDayOfNN, (DateTimeResult * result, DateTimeStyles__Enum * styles, DateTimeRawInfo * raw, DateTimeFormatInfo * dtfi, MethodInfo * method)); DO_APP_FUNC(0x01BC6A10, bool, DateTimeParse_GetDayOfNNN, (DateTimeResult * result, DateTimeRawInfo * raw, DateTimeFormatInfo * dtfi, MethodInfo * method)); DO_APP_FUNC(0x01BC6E60, bool, DateTimeParse_GetDayOfMN, (DateTimeResult * result, DateTimeStyles__Enum * styles, DateTimeRawInfo * raw, DateTimeFormatInfo * dtfi, MethodInfo * method)); DO_APP_FUNC(0x01BC70A0, bool, DateTimeParse_GetHebrewDayOfNM, (DateTimeResult * result, DateTimeRawInfo * raw, DateTimeFormatInfo * dtfi, MethodInfo * method)); DO_APP_FUNC(0x01BC7230, bool, DateTimeParse_GetDayOfNM, (DateTimeResult * result, DateTimeStyles__Enum * styles, DateTimeRawInfo * raw, DateTimeFormatInfo * dtfi, MethodInfo * method)); DO_APP_FUNC(0x01BC7470, bool, DateTimeParse_GetDayOfMNN, (DateTimeResult * result, DateTimeRawInfo * raw, DateTimeFormatInfo * dtfi, MethodInfo * method)); DO_APP_FUNC(0x01BC7830, bool, DateTimeParse_GetDayOfYNN, (DateTimeResult * result, DateTimeRawInfo * raw, DateTimeFormatInfo * dtfi, MethodInfo * method)); DO_APP_FUNC(0x01BC7990, bool, DateTimeParse_GetDayOfNNY, (DateTimeResult * result, DateTimeRawInfo * raw, DateTimeFormatInfo * dtfi, MethodInfo * method)); DO_APP_FUNC(0x01BC7B40, bool, DateTimeParse_GetDayOfYMN, (DateTimeResult * result, DateTimeRawInfo * raw, MethodInfo * method)); DO_APP_FUNC(0x01BC7C30, bool, DateTimeParse_GetDayOfYN, (DateTimeResult * result, DateTimeRawInfo * raw, MethodInfo * method)); DO_APP_FUNC(0x01BC7D10, bool, DateTimeParse_GetDayOfYM, (DateTimeResult * result, DateTimeRawInfo * raw, MethodInfo * method)); DO_APP_FUNC(0x01BC7DF0, void, DateTimeParse_AdjustTimeMark, (DateTimeFormatInfo * dtfi, DateTimeRawInfo * raw, MethodInfo * method)); DO_APP_FUNC(0x01BC7EB0, bool, DateTimeParse_AdjustHour, (int32_t * hour, DateTimeParse_TM__Enum timeMark, MethodInfo * method)); DO_APP_FUNC(0x01BC7EF0, bool, DateTimeParse_GetTimeOfN, (DateTimeResult * result, DateTimeRawInfo * raw, MethodInfo * method)); DO_APP_FUNC(0x01BC7F60, bool, DateTimeParse_GetTimeOfNN, (DateTimeResult * result, DateTimeRawInfo * raw, MethodInfo * method)); DO_APP_FUNC(0x01BC7FE0, bool, DateTimeParse_GetTimeOfNNN, (DateTimeResult * result, DateTimeRawInfo * raw, MethodInfo * method)); DO_APP_FUNC(0x01BC8060, bool, DateTimeParse_GetDateOfDSN, (DateTimeResult * result, DateTimeRawInfo * raw, MethodInfo * method)); DO_APP_FUNC(0x01BC80D0, bool, DateTimeParse_GetDateOfNDS, (DateTimeResult * result, DateTimeRawInfo * raw, MethodInfo * method)); DO_APP_FUNC(0x01BC81B0, bool, DateTimeParse_GetDateOfNNDS, (DateTimeResult * result, DateTimeRawInfo * raw, DateTimeFormatInfo * dtfi, MethodInfo * method)); DO_APP_FUNC(0x01BC8410, bool, DateTimeParse_ProcessDateTimeSuffix, (DateTimeResult * result, DateTimeRawInfo * raw, DateTimeToken * dtok, MethodInfo * method)); DO_APP_FUNC(0x01BC84D0, bool, DateTimeParse_ProcessHebrewTerminalState, (DateTimeParse_DS__Enum dps, _DTString * str, DateTimeResult * result, DateTimeStyles__Enum * styles, DateTimeRawInfo * raw, DateTimeFormatInfo * dtfi, MethodInfo * method)); DO_APP_FUNC(0x01BC8A50, bool, DateTimeParse_ProcessTerminalState, (DateTimeParse_DS__Enum dps, _DTString * str, DateTimeResult * result, DateTimeStyles__Enum * styles, DateTimeRawInfo * raw, DateTimeFormatInfo * dtfi, MethodInfo * method)); DO_APP_FUNC(0x01BC8FE0, DateTime, DateTimeParse_Parse, (ReadOnlySpan_1_Char_ s, DateTimeFormatInfo * dtfi, DateTimeStyles__Enum styles, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA000, DateTimeParse_Parse__MethodInfo); DO_APP_FUNC(0x01BC9130, DateTime, DateTimeParse_Parse_1, (ReadOnlySpan_1_Char_ s, DateTimeFormatInfo * dtfi, DateTimeStyles__Enum styles, TimeSpan * offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9FF0, DateTimeParse_Parse_1__MethodInfo); DO_APP_FUNC(0x01BC92A0, bool, DateTimeParse_TryParse, (ReadOnlySpan_1_Char_ s, DateTimeFormatInfo * dtfi, DateTimeStyles__Enum styles, DateTime * result, MethodInfo * method)); DO_APP_FUNC(0x01BC9400, bool, DateTimeParse_TryParse_1, (ReadOnlySpan_1_Char_ s, DateTimeFormatInfo * dtfi, DateTimeStyles__Enum styles, DateTimeResult * result, MethodInfo * method)); DO_APP_FUNC(0x01BC9E70, bool, DateTimeParse_DetermineTimeZoneAdjustments, (_DTString * str, DateTimeResult * result, DateTimeStyles__Enum styles, bool bTimeOnly, MethodInfo * method)); DO_APP_FUNC(0x01BCA0F0, bool, DateTimeParse_DateTimeOffsetTimeZonePostProcessing, (_DTString * str, DateTimeResult * result, DateTimeStyles__Enum styles, MethodInfo * method)); DO_APP_FUNC(0x01BCA3A0, bool, DateTimeParse_AdjustTimeZoneToUniversal, (DateTimeResult * result, MethodInfo * method)); DO_APP_FUNC(0x01BCA4E0, bool, DateTimeParse_AdjustTimeZoneToLocal, (DateTimeResult * result, bool bTimeOnly, MethodInfo * method)); DO_APP_FUNC(0x01BCA7E0, bool, DateTimeParse_ParseISO8601, (DateTimeRawInfo * raw, _DTString * str, DateTimeStyles__Enum styles, DateTimeResult * result, MethodInfo * method)); DO_APP_FUNC(0x01BCAEE0, bool, DateTimeParse_MatchHebrewDigits, (_DTString * str, int32_t digitLen, int32_t * number, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAA00, DateTimeParse_MatchHebrewDigits__MethodInfo); DO_APP_FUNC(0x01BCAFF0, bool, DateTimeParse_ParseDigits, (_DTString * str, int32_t digitLen, int32_t * result, MethodInfo * method)); DO_APP_FUNC(0x01BCB090, bool, DateTimeParse_ParseDigits_1, (_DTString * str, int32_t minDigitLen, int32_t maxDigitLen, int32_t * result, MethodInfo * method)); DO_APP_FUNC(0x01BCB190, bool, DateTimeParse_ParseFractionExact, (_DTString * str, int32_t maxDigitLen, double * result, MethodInfo * method)); DO_APP_FUNC(0x01BCB320, bool, DateTimeParse_ParseSign, (_DTString * str, bool * result, MethodInfo * method)); DO_APP_FUNC(0x01BCB3E0, bool, DateTimeParse_ParseTimeZoneOffset, (_DTString * str, int32_t len, TimeSpan * result, MethodInfo * method)); DO_APP_FUNC(0x01BCB6E0, bool, DateTimeParse_MatchAbbreviatedMonthName, (_DTString * str, DateTimeFormatInfo * dtfi, int32_t * result, MethodInfo * method)); DO_APP_FUNC(0x01BCB9A0, bool, DateTimeParse_MatchMonthName, (_DTString * str, DateTimeFormatInfo * dtfi, int32_t * result, MethodInfo * method)); DO_APP_FUNC(0x01BCBDC0, bool, DateTimeParse_MatchAbbreviatedDayName, (_DTString * str, DateTimeFormatInfo * dtfi, int32_t * result, MethodInfo * method)); DO_APP_FUNC(0x01BCBF30, bool, DateTimeParse_MatchDayName, (_DTString * str, DateTimeFormatInfo * dtfi, int32_t * result, MethodInfo * method)); DO_APP_FUNC(0x01BCC0A0, bool, DateTimeParse_MatchEraName, (_DTString * str, DateTimeFormatInfo * dtfi, int32_t * result, MethodInfo * method)); DO_APP_FUNC(0x01BCC220, bool, DateTimeParse_MatchTimeMark, (_DTString * str, DateTimeFormatInfo * dtfi, DateTimeParse_TM__Enum * result, MethodInfo * method)); DO_APP_FUNC(0x01BCC3A0, bool, DateTimeParse_MatchAbbreviatedTimeMark, (_DTString * str, DateTimeFormatInfo * dtfi, DateTimeParse_TM__Enum * result, MethodInfo * method)); DO_APP_FUNC(0x01BCC500, bool, DateTimeParse_CheckNewValue, (int32_t * currentValue, int32_t newValue, uint16_t patternChar, DateTimeResult * result, MethodInfo * method)); DO_APP_FUNC(0x01BCC5B0, DateTime, DateTimeParse_GetDateTimeNow, (DateTimeResult * result, DateTimeStyles__Enum * styles, MethodInfo * method)); DO_APP_FUNC(0x01BCC710, bool, DateTimeParse_CheckDefaultDateTime, (DateTimeResult * result, Calendar * * cal, DateTimeStyles__Enum styles, MethodInfo * method)); DO_APP_FUNC(0x01BCC950, String *, DateTimeParse_ExpandPredefinedFormat, (ReadOnlySpan_1_Char_ format, DateTimeFormatInfo * * dtfi, ParsingInfo * parseInfo, DateTimeResult * result, MethodInfo * method)); DO_APP_FUNC(0x01BCCE10, bool, DateTimeParse_ParseJapaneseEraStart, (_DTString * str, DateTimeFormatInfo * dtfi, MethodInfo * method)); DO_APP_FUNC(0x01BCCF10, bool, DateTimeParse_ParseByFormat, (_DTString * str, _DTString * format, ParsingInfo * parseInfo, DateTimeFormatInfo * dtfi, DateTimeResult * result, MethodInfo * method)); DO_APP_FUNC(0x01BCEAB0, bool, DateTimeParse_TryParseQuoteString, (ReadOnlySpan_1_Char_ format, int32_t pos, StringBuilder * result, int32_t * returnValue, MethodInfo * method)); DO_APP_FUNC(0x01BCEBD0, bool, DateTimeParse_DoStrictParse, (ReadOnlySpan_1_Char_ s, ReadOnlySpan_1_Char_ formatParam, DateTimeStyles__Enum styles, DateTimeFormatInfo * dtfi, DateTimeResult * result, MethodInfo * method)); DO_APP_FUNC(0x01BCF740, Exception *, DateTimeParse_GetDateTimeParseException, (DateTimeResult * result, MethodInfo * method)); DO_APP_FUNC(0x01BCF930, void, DateTimeParse__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01BD0550, void, DateTimeParse_MatchNumberDelegate__ctor, (DateTimeParse_MatchNumberDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, bool, DateTimeParse_MatchNumberDelegate_Invoke, (DateTimeParse_MatchNumberDelegate * __this, _DTString * str, int32_t digitLen, int32_t * result, MethodInfo * method)); DO_APP_FUNC(0x01BD0690, void, DateTimeParse_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DateTimeParse_c__ctor, (DateTimeParse_c * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD0740, DateTimeParse_MatchNumberDelegate *, DateTimeParse_c__DoStrictParse_b__98_0, (DateTimeParse_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9F98, DateTimeParse_c__DoStrictParse_b__98_0__MethodInfo); DO_APP_FUNC(0x01BD08C0, int32_t, _DTString_get_Length, (_DTString * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD0900, void, _DTString__ctor, (_DTString * __this, ReadOnlySpan_1_Char_ str, DateTimeFormatInfo * dtfi, bool checkDigitToken, MethodInfo * method)); DO_APP_FUNC(0x01BD0990, void, _DTString__ctor_1, (_DTString * __this, ReadOnlySpan_1_Char_ str, DateTimeFormatInfo * dtfi, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, CompareInfo *, _DTString_get_CompareInfo, (_DTString * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD0C30, bool, _DTString_GetNext, (_DTString * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD0CE0, bool, _DTString_AtEnd, (_DTString * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD0D60, bool, _DTString_Advance, (_DTString * __this, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01BD0E10, void, _DTString_GetRegularToken, (_DTString * __this, TokenType__Enum * tokenType, int32_t * tokenValue, DateTimeFormatInfo * dtfi, MethodInfo * method)); DO_APP_FUNC(0x01BD1140, TokenType__Enum, _DTString_GetSeparatorToken, (_DTString * __this, DateTimeFormatInfo * dtfi, int32_t * indexBeforeSeparator, uint16_t * charBeforeSeparator, MethodInfo * method)); DO_APP_FUNC(0x01BD1380, bool, _DTString_MatchSpecifiedWord, (_DTString * __this, String * target, MethodInfo * method)); DO_APP_FUNC(0x01BD14D0, bool, _DTString_MatchSpecifiedWords, (_DTString * __this, String * target, bool checkWordBoundary, int32_t * matchLength, MethodInfo * method)); DO_APP_FUNC(0x01BD19C0, bool, _DTString_Match, (_DTString * __this, String * str, MethodInfo * method)); DO_APP_FUNC(0x01BD1B40, bool, _DTString_Match_1, (_DTString * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x01BD1C00, int32_t, _DTString_MatchLongestWords, (_DTString * __this, String__Array * words, int32_t * maxMatchStrLen, MethodInfo * method)); DO_APP_FUNC(0x01BD1CE0, int32_t, _DTString_GetRepeatCount, (_DTString * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD1DC0, bool, _DTString_GetNextDigit, (_DTString * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD1E90, uint16_t, _DTString_GetChar, (_DTString * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD1EB0, int32_t, _DTString_GetDigit, (_DTString * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD1EE0, void, _DTString_SkipWhiteSpaces, (_DTString * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD1FB0, bool, _DTString_SkipWhiteSpaceCurrent, (_DTString * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD2100, void, _DTString_TrimTail, (_DTString * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD2240, void, _DTString_RemoveTrailingInQuoteSpaces, (_DTString * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD2570, void, _DTString_RemoveLeadingInQuoteSpaces, (_DTString * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD2900, DTSubString, _DTString_GetSubString, (_DTString * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD2A60, void, _DTString_ConsumeSubString, (_DTString * __this, DTSubString sub, MethodInfo * method)); DO_APP_FUNC(0x01BD2B10, void, _DTString__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01BD2BA0, uint16_t, DTSubString_get_Item, (DTSubString * __this, int32_t relativeIndex, MethodInfo * method)); DO_APP_FUNC(0x01BD2BD0, void, DateTimeRawInfo_Init, (DateTimeRawInfo * __this, int32_t * numberBuffer, MethodInfo * method)); DO_APP_FUNC(0x01BD2C00, void, DateTimeRawInfo_AddNumber, (DateTimeRawInfo * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01BD2C20, int32_t, DateTimeRawInfo_GetNumber, (DateTimeRawInfo * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01BD2C30, void, DateTimeResult_Init, (DateTimeResult * __this, ReadOnlySpan_1_Char_ originalDateTimeString, MethodInfo * method)); DO_APP_FUNC(0x009B8450, void, DateTimeResult_SetDate, (DateTimeResult * __this, int32_t year, int32_t month, int32_t day, MethodInfo * method)); DO_APP_FUNC(0x01BD2C60, void, DateTimeResult_SetBadFormatSpecifierFailure, (DateTimeResult * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD2CE0, void, DateTimeResult_SetBadFormatSpecifierFailure_1, (DateTimeResult * __this, ReadOnlySpan_1_Char_ failedFormatSpecifier, MethodInfo * method)); DO_APP_FUNC(0x01BD2D40, void, DateTimeResult_SetBadDateTimeFailure, (DateTimeResult * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD2D90, void, DateTimeResult_SetFailure, (DateTimeResult * __this, ParseFailureKind__Enum failure, String * failureMessageID, MethodInfo * method)); DO_APP_FUNC(0x01BD2DA0, void, DateTimeResult_SetFailure_1, (DateTimeResult * __this, ParseFailureKind__Enum failure, String * failureMessageID, Object * failureMessageFormatArgument, MethodInfo * method)); DO_APP_FUNC(0x01BD2DB0, void, DateTimeResult_SetFailure_2, (DateTimeResult * __this, ParseFailureKind__Enum failure, String * failureMessageID, Object * failureMessageFormatArgument, String * failureArgumentName, MethodInfo * method)); DO_APP_FUNC(0x01BD2DD0, void, ParsingInfo_Init, (ParsingInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD2DE0, Guid, Guid_NewGuid, (MethodInfo * method)); DO_APP_FUNC(0x01BD2E30, void, Guid__ctor, (Guid * __this, Byte__Array * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA9E8, Guid__ctor__MethodInfo); DO_APP_FUNC(0x01BD2F00, void, Guid__ctor_1, (Guid * __this, ReadOnlySpan_1_Byte_ b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA988, Guid__ctor_1__MethodInfo); DO_APP_FUNC(0x01BD30D0, void, Guid__ctor_2, (Guid * __this, uint32_t a, uint16_t b, uint16_t c, uint8_t d, uint8_t e, uint8_t f, uint8_t g, uint8_t h, uint8_t i, uint8_t j, uint8_t k, MethodInfo * method)); DO_APP_FUNC(0x01BD3120, void, Guid__ctor_3, (Guid * __this, int32_t a, int16_t b, int16_t c, Byte__Array * d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA980, Guid__ctor_3__MethodInfo); DO_APP_FUNC(0x01BD30D0, void, Guid__ctor_4, (Guid * __this, int32_t a, int16_t b, int16_t c, uint8_t d, uint8_t e, uint8_t f, uint8_t g, uint8_t h, uint8_t i, uint8_t j, uint8_t k, MethodInfo * method)); DO_APP_FUNC(0x01BD32C0, void, Guid__ctor_5, (Guid * __this, String * g, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA978, Guid__ctor_5__MethodInfo); DO_APP_FUNC(0x01BD33F0, Guid, Guid_Parse, (String * input, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA970, Guid_Parse__MethodInfo); DO_APP_FUNC(0x01BD3520, Guid, Guid_Parse_1, (ReadOnlySpan_1_Char_ input, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA968, Guid_Parse_1__MethodInfo); DO_APP_FUNC(0x01BD35B0, bool, Guid_TryParse, (String * input, Guid * result, MethodInfo * method)); DO_APP_FUNC(0x01BD3690, bool, Guid_TryParse_1, (ReadOnlySpan_1_Char_ input, Guid * result, MethodInfo * method)); DO_APP_FUNC(0x01BD36F0, bool, Guid_TryParseGuid, (ReadOnlySpan_1_Char_ guidString, Guid_GuidStyles__Enum flags, Guid_GuidResult * result, MethodInfo * method)); DO_APP_FUNC(0x01BD38E0, bool, Guid_TryParseGuidWithHexPrefix, (ReadOnlySpan_1_Char_ guidString, Guid_GuidResult * result, MethodInfo * method)); DO_APP_FUNC(0x01BD42C0, bool, Guid_TryParseGuidWithNoStyle, (ReadOnlySpan_1_Char_ guidString, Guid_GuidResult * result, MethodInfo * method)); DO_APP_FUNC(0x01BD4740, bool, Guid_TryParseGuidWithDashes, (ReadOnlySpan_1_Char_ guidString, Guid_GuidResult * result, MethodInfo * method)); DO_APP_FUNC(0x01BD4AD0, bool, Guid_StringToShort, (ReadOnlySpan_1_Char_ str, int32_t requiredLength, int32_t flags, int16_t * result, Guid_GuidResult * parseResult, MethodInfo * method)); DO_APP_FUNC(0x01BD4B30, bool, Guid_StringToShort_1, (ReadOnlySpan_1_Char_ str, int32_t * parsePos, int32_t requiredLength, int32_t flags, int16_t * result, Guid_GuidResult * parseResult, MethodInfo * method)); DO_APP_FUNC(0x01BD4B90, bool, Guid_StringToInt, (ReadOnlySpan_1_Char_ str, int32_t requiredLength, int32_t flags, int32_t * result, Guid_GuidResult * parseResult, MethodInfo * method)); DO_APP_FUNC(0x01BD4BE0, bool, Guid_StringToInt_1, (ReadOnlySpan_1_Char_ str, int32_t * parsePos, int32_t requiredLength, int32_t flags, int32_t * result, Guid_GuidResult * parseResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA990, Guid_StringToInt_1__MethodInfo); DO_APP_FUNC(0x01BD4D80, bool, Guid_StringToLong, (ReadOnlySpan_1_Char_ str, int32_t * parsePos, int32_t flags, int64_t * result, Guid_GuidResult * parseResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA8F8, Guid_StringToLong__MethodInfo); DO_APP_FUNC(0x01BD4E80, ReadOnlySpan_1_Char_, Guid_EatAllWhitespace, (ReadOnlySpan_1_Char_ str, MethodInfo * method)); DO_APP_FUNC(0x01BD5180, bool, Guid_IsHexPrefix, (ReadOnlySpan_1_Char_ str, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x01BD5250, void, Guid_WriteByteHelper, (Guid * __this, Span_1_Byte_ destination, MethodInfo * method)); DO_APP_FUNC(0x01BD5370, Byte__Array *, Guid_ToByteArray, (Guid * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD5450, String *, Guid_ToString, (Guid * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADC060, int32_t, Guid_GetHashCode, (Guid * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD54A0, bool, Guid_Equals, (Guid * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x01BD5540, bool, Guid_Equals_1, (Guid * __this, Guid g, MethodInfo * method)); DO_APP_FUNC(0x01BD5570, int32_t, Guid_GetResult, (Guid * __this, uint32_t me, uint32_t them, MethodInfo * method)); DO_APP_FUNC(0x01BD5590, int32_t, Guid_CompareTo, (Guid * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA928, Guid_CompareTo__MethodInfo); DO_APP_FUNC(0x01BD5850, int32_t, Guid_CompareTo_1, (Guid * __this, Guid value, MethodInfo * method)); DO_APP_FUNC(0x01BD59F0, bool, Guid_op_Equality, (Guid a, Guid b, MethodInfo * method)); DO_APP_FUNC(0x01BD5A20, bool, Guid_op_Inequality, (Guid a, Guid b, MethodInfo * method)); DO_APP_FUNC(0x01BD5A50, String *, Guid_ToString_1, (Guid * __this, String * format, MethodInfo * method)); DO_APP_FUNC(0x01BD5A60, uint16_t, Guid_HexToChar, (int32_t a, MethodInfo * method)); DO_APP_FUNC(0x01BD5A80, int32_t, Guid_HexsToChars, (uint16_t * guidChars, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x01BD5B00, int32_t, Guid_HexsToCharsHexOutput, (uint16_t * guidChars, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x01BD5BA0, String *, Guid_ToString_2, (Guid * __this, String * format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA918, Guid_ToString_2__MethodInfo); DO_APP_FUNC(0x01BD5E40, bool, Guid_TryFormat, (Guid * __this, Span_1_Char_ destination, int32_t * charsWritten, ReadOnlySpan_1_Char_ format, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA910, Guid_TryFormat__MethodInfo); DO_APP_FUNC(0x01BD6850, bool, Guid_System_ISpanFormattable_TryFormat, (Guid * __this, Span_1_Char_ destination, int32_t * charsWritten, ReadOnlySpan_1_Char_ format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Guid_GuidResult_Init, (Guid_GuidResult * __this, Guid_GuidParseThrowStyle__Enum canThrow, MethodInfo * method)); DO_APP_FUNC(0x01BD6890, void, Guid_GuidResult_SetFailure, (Guid_GuidResult * __this, Exception * nativeException, MethodInfo * method)); DO_APP_FUNC(0x01BD68F0, void, Guid_GuidResult_SetFailure_1, (Guid_GuidResult * __this, Guid_ParseFailureKind__Enum failure, String * failureMessageID, MethodInfo * method)); DO_APP_FUNC(0x01BD6920, void, Guid_GuidResult_SetFailure_2, (Guid_GuidResult * __this, Guid_ParseFailureKind__Enum failure, String * failureMessageID, Object * failureMessageFormatArgument, MethodInfo * method)); DO_APP_FUNC(0x01BD6940, void, Guid_GuidResult_SetFailure_3, (Guid_GuidResult * __this, Guid_ParseFailureKind__Enum failure, String * failureMessageID, Object * failureMessageFormatArgument, String * failureArgumentName, Exception * innerException, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA908, Guid_GuidResult_SetFailure_3__MethodInfo); DO_APP_FUNC(0x01BD6AE0, Exception *, Guid_GuidResult_GetGuidParseException, (Guid_GuidResult * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD6C70, void, IndexOutOfRangeException__ctor, (IndexOutOfRangeException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD6CC0, void, IndexOutOfRangeException__ctor_1, (IndexOutOfRangeException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, IndexOutOfRangeException__ctor_2, (IndexOutOfRangeException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BD6CE0, void, InsufficientExecutionStackException__ctor, (InsufficientExecutionStackException * __this, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, InsufficientExecutionStackException__ctor_1, (InsufficientExecutionStackException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BD6D30, int32_t, Int16_CompareTo, (Int16 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA8C8, Int16_CompareTo__MethodInfo); DO_APP_FUNC(0x01BD6E10, int32_t, Int16_CompareTo_1, (Int16 * __this, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x01BD6E20, bool, Int16_Equals, (Int16 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01AF2A20, bool, Int16_Equals_1, (Int16 * __this, int16_t obj, MethodInfo * method)); DO_APP_FUNC(0x01BD6EB0, int32_t, Int16_GetHashCode, (Int16 * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD6EC0, String *, Int16_ToString, (Int16 * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD6F60, String *, Int16_ToString_1, (Int16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD7010, String *, Int16_ToString_2, (Int16 * __this, String * format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD7190, bool, Int16_TryFormat, (Int16 * __this, Span_1_Char_ destination, int32_t * charsWritten, ReadOnlySpan_1_Char_ format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD72D0, int16_t, Int16_Parse, (String * s, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD7360, int16_t, Int16_Parse_1, (String * s, NumberStyles__Enum style, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD7400, int16_t, Int16_Parse_2, (ReadOnlySpan_1_Char_ s, NumberStyles__Enum style, NumberFormatInfo * info, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA8E0, Int16_Parse_2__MethodInfo); DO_APP_FUNC(0x01BD75B0, bool, Int16_TryParse, (String * s, int16_t * result, MethodInfo * method)); DO_APP_FUNC(0x01BD76C0, bool, Int16_TryParse_1, (String * s, NumberStyles__Enum style, IFormatProvider * provider, int16_t * result, MethodInfo * method)); DO_APP_FUNC(0x01BD7780, bool, Int16_TryParse_2, (ReadOnlySpan_1_Char_ s, NumberStyles__Enum style, NumberFormatInfo * info, int16_t * result, MethodInfo * method)); DO_APP_FUNC(0x00EECFF0, TypeCode__Enum, Int16_GetTypeCode, (Int16 * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD7850, bool, Int16_System_IConvertible_ToBoolean, (Int16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD78A0, uint16_t, Int16_System_IConvertible_ToChar, (Int16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD7930, int8_t, Int16_System_IConvertible_ToSByte, (Int16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD79D0, uint8_t, Int16_System_IConvertible_ToByte, (Int16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x00C57D60, int16_t, Int16_System_IConvertible_ToInt16, (Int16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD7A60, uint16_t, Int16_System_IConvertible_ToUInt16, (Int16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD7AF0, int32_t, Int16_System_IConvertible_ToInt32, (Int16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD7B40, uint32_t, Int16_System_IConvertible_ToUInt32, (Int16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD7BD0, int64_t, Int16_System_IConvertible_ToInt64, (Int16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD7C20, uint64_t, Int16_System_IConvertible_ToUInt64, (Int16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD7CB0, float, Int16_System_IConvertible_ToSingle, (Int16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD7D00, double, Int16_System_IConvertible_ToDouble, (Int16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD7D50, Decimal, Int16_System_IConvertible_ToDecimal, (Int16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD7E20, DateTime, Int16_System_IConvertible_ToDateTime, (Int16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA8B0, Int16_System_IConvertible_ToDateTime__MethodInfo); DO_APP_FUNC(0x01BD7EB0, Object *, Int16_System_IConvertible_ToType, (Int16 * __this, Type * type, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD7F50, int32_t, Int32_CompareTo, (Int32 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA8B8, Int32_CompareTo__MethodInfo); DO_APP_FUNC(0x00C51640, int32_t, Int32_CompareTo_1, (Int32 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01BD8040, bool, Int32_Equals, (Int32 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00C514D0, bool, Int32_Equals_1, (Int32 * __this, int32_t obj, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, Int32_GetHashCode, (Int32 * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD80D0, String *, Int32_ToString, (Int32 * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD8170, String *, Int32_ToString_1, (Int32 * __this, String * format, MethodInfo * method)); DO_APP_FUNC(0x01BD8230, String *, Int32_ToString_2, (Int32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD82E0, String *, Int32_ToString_3, (Int32 * __this, String * format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD83B0, bool, Int32_TryFormat, (Int32 * __this, Span_1_Char_ destination, int32_t * charsWritten, ReadOnlySpan_1_Char_ format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD8460, int32_t, Int32_Parse, (String * s, MethodInfo * method)); DO_APP_FUNC(0x01BD8520, int32_t, Int32_Parse_1, (String * s, NumberStyles__Enum style, MethodInfo * method)); DO_APP_FUNC(0x01BD85F0, int32_t, Int32_Parse_2, (String * s, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD86C0, int32_t, Int32_Parse_3, (String * s, NumberStyles__Enum style, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD87A0, int32_t, Int32_Parse_4, (ReadOnlySpan_1_Char_ s, NumberStyles__Enum style, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD8830, bool, Int32_TryParse, (String * s, int32_t * result, MethodInfo * method)); DO_APP_FUNC(0x01BD8910, bool, Int32_TryParse_1, (String * s, NumberStyles__Enum style, IFormatProvider * provider, int32_t * result, MethodInfo * method)); DO_APP_FUNC(0x01BD8A10, bool, Int32_TryParse_2, (ReadOnlySpan_1_Char_ s, NumberStyles__Enum style, IFormatProvider * provider, int32_t * result, MethodInfo * method)); DO_APP_FUNC(0x01BD8AC0, TypeCode__Enum, Int32_GetTypeCode, (Int32 * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD8AD0, bool, Int32_System_IConvertible_ToBoolean, (Int32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD8B20, uint16_t, Int32_System_IConvertible_ToChar, (Int32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD8BB0, int8_t, Int32_System_IConvertible_ToSByte, (Int32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD8C40, uint8_t, Int32_System_IConvertible_ToByte, (Int32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD8CD0, int16_t, Int32_System_IConvertible_ToInt16, (Int32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD8D60, uint16_t, Int32_System_IConvertible_ToUInt16, (Int32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, Int32_System_IConvertible_ToInt32, (Int32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD8DF0, uint32_t, Int32_System_IConvertible_ToUInt32, (Int32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD8E80, int64_t, Int32_System_IConvertible_ToInt64, (Int32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD8ED0, uint64_t, Int32_System_IConvertible_ToUInt64, (Int32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD8F60, float, Int32_System_IConvertible_ToSingle, (Int32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD8FB0, double, Int32_System_IConvertible_ToDouble, (Int32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD9000, Decimal, Int32_System_IConvertible_ToDecimal, (Int32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD90C0, DateTime, Int32_System_IConvertible_ToDateTime, (Int32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA8A8, Int32_System_IConvertible_ToDateTime__MethodInfo); DO_APP_FUNC(0x01BD9150, Object *, Int32_System_IConvertible_ToType, (Int32 * __this, Type * type, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD91F0, int32_t, Int64_CompareTo, (Int64 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA898, Int64_CompareTo__MethodInfo); DO_APP_FUNC(0x01BD92E0, int32_t, Int64_CompareTo_1, (Int64 * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01BD9300, bool, Int64_Equals, (Int64 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00ADBBA0, bool, Int64_Equals_1, (Int64 * __this, int64_t obj, MethodInfo * method)); DO_APP_FUNC(0x01BD9390, int32_t, Int64_GetHashCode, (Int64 * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD93A0, String *, Int64_ToString, (Int64 * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD9440, String *, Int64_ToString_1, (Int64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD94F0, String *, Int64_ToString_2, (Int64 * __this, String * format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD95C0, bool, Int64_TryFormat, (Int64 * __this, Span_1_Char_ destination, int32_t * charsWritten, ReadOnlySpan_1_Char_ format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD9670, int64_t, Int64_Parse, (String * s, MethodInfo * method)); DO_APP_FUNC(0x01BD9730, int64_t, Int64_Parse_1, (String * s, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD9800, int64_t, Int64_Parse_2, (String * s, NumberStyles__Enum style, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD98E0, bool, Int64_TryParse, (String * s, int64_t * result, MethodInfo * method)); DO_APP_FUNC(0x01BD99C0, bool, Int64_TryParse_1, (String * s, NumberStyles__Enum style, IFormatProvider * provider, int64_t * result, MethodInfo * method)); DO_APP_FUNC(0x01BD9AC0, TypeCode__Enum, Int64_GetTypeCode, (Int64 * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD9AD0, bool, Int64_System_IConvertible_ToBoolean, (Int64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD9B20, uint16_t, Int64_System_IConvertible_ToChar, (Int64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD9BB0, int8_t, Int64_System_IConvertible_ToSByte, (Int64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD9C40, uint8_t, Int64_System_IConvertible_ToByte, (Int64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD9CD0, int16_t, Int64_System_IConvertible_ToInt16, (Int64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD9D60, uint16_t, Int64_System_IConvertible_ToUInt16, (Int64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD9DF0, int32_t, Int64_System_IConvertible_ToInt32, (Int64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD9E90, uint32_t, Int64_System_IConvertible_ToUInt32, (Int64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x00470F00, int64_t, Int64_System_IConvertible_ToInt64, (Int64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD9F20, uint64_t, Int64_System_IConvertible_ToUInt64, (Int64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BD9FB0, float, Int64_System_IConvertible_ToSingle, (Int64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BDA000, double, Int64_System_IConvertible_ToDouble, (Int64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BDA050, Decimal, Int64_System_IConvertible_ToDecimal, (Int64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BDA120, DateTime, Int64_System_IConvertible_ToDateTime, (Int64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA890, Int64_System_IConvertible_ToDateTime__MethodInfo); DO_APP_FUNC(0x01BDA1B0, Object *, Int64_System_IConvertible_ToType, (Int64 * __this, Type * type, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BDA250, void, InvalidCastException__ctor, (InvalidCastException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BDA2A0, void, InvalidCastException__ctor_1, (InvalidCastException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01BDA2C0, void, InvalidCastException__ctor_2, (InvalidCastException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, InvalidCastException__ctor_3, (InvalidCastException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BDA2E0, void, InvalidOperationException__ctor, (InvalidOperationException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BDA330, void, InvalidOperationException__ctor_1, (InvalidOperationException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01BDA350, void, InvalidOperationException__ctor_2, (InvalidOperationException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, InvalidOperationException__ctor_3, (InvalidOperationException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BDA370, void, InvalidProgramException__ctor, (InvalidProgramException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BDA3C0, void, InvalidProgramException__ctor_1, (InvalidProgramException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, InvalidProgramException__ctor_2, (InvalidProgramException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BDA3E0, void, InvalidTimeZoneException__ctor, (InvalidTimeZoneException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BDA430, void, InvalidTimeZoneException__ctor_1, (InvalidTimeZoneException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01BDA490, void, InvalidTimeZoneException__ctor_2, (InvalidTimeZoneException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, LazyState__Enum, LazyHelper_get_State, (LazyHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, LazyHelper__ctor, (LazyHelper * __this, LazyState__Enum state, MethodInfo * method)); DO_APP_FUNC(0x01BDA510, void, LazyHelper__ctor_1, (LazyHelper * __this, LazyThreadSafetyMode__Enum mode, Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x01BDA670, void, LazyHelper_ThrowException, (LazyHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x01BDA690, LazyHelper *, LazyHelper_Create, (LazyThreadSafetyMode__Enum mode, bool useDefaultConstructor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA860, LazyHelper_Create__MethodInfo); DO_APP_FUNC(0x01BDA840, Object *, LazyHelper_CreateViaDefaultConstructor, (Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA880, LazyHelper_CreateViaDefaultConstructor__MethodInfo); DO_APP_FUNC(0x01BDA8C0, void, LazyHelper__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01BDABC0, int32_t, Marvin_ComputeHash32, (ReadOnlySpan_1_Byte_ data, uint64_t seed, MethodInfo * method)); DO_APP_FUNC(0x01BDAC50, int32_t, Marvin_ComputeHash32_1, (uint8_t * data, int32_t count, uint64_t seed, MethodInfo * method)); DO_APP_FUNC(0x01BDB140, void, Marvin_Block, (uint32_t * rp0, uint32_t * rp1, MethodInfo * method)); DO_APP_FUNC(0x01BDB1F0, uint32_t, Marvin__rotl, (uint32_t value, int32_t shift, MethodInfo * method)); DO_APP_FUNC(0x01BDB210, uint64_t, Marvin_get_DefaultSeed, (MethodInfo * method)); DO_APP_FUNC(0x01BDB270, uint64_t, Marvin_GenerateSeed, (MethodInfo * method)); DO_APP_FUNC(0x01BDB280, void, Marvin__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01BDB2C0, int32_t, Math_Abs, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01BDB310, int64_t, Math_Abs_1, (int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01BDB370, void, Math_ThrowAbsOverflow, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA800, Math_ThrowAbsOverflow__MethodInfo); DO_APP_FUNC(0x01BDB3D0, int32_t, Math_DivRem, (int32_t a, int32_t b, int32_t * result, MethodInfo * method)); DO_APP_FUNC(0x01BDB3F0, int32_t, Math_Clamp, (int32_t value, int32_t min, int32_t max, MethodInfo * method)); DO_APP_FUNC(0x01BDB480, double, Math_Log, (double a, double newBase, MethodInfo * method)); DO_APP_FUNC(0x01BDB570, uint8_t, Math_Max, (uint8_t val1, uint8_t val2, MethodInfo * method)); DO_APP_FUNC(0x01BDB580, double, Math_Max_1, (double val1, double val2, MethodInfo * method)); DO_APP_FUNC(0x01BDB5D0, int32_t, Math_Max_2, (int32_t val1, int32_t val2, MethodInfo * method)); DO_APP_FUNC(0x01BDB5E0, int64_t, Math_Max_3, (int64_t val1, int64_t val2, MethodInfo * method)); DO_APP_FUNC(0x01BDB5F0, float, Math_Max_4, (float val1, float val2, MethodInfo * method)); DO_APP_FUNC(0x01BDB640, uint16_t, Math_Max_5, (uint16_t val1, uint16_t val2, MethodInfo * method)); DO_APP_FUNC(0x01BDB650, uint32_t, Math_Max_6, (uint32_t val1, uint32_t val2, MethodInfo * method)); DO_APP_FUNC(0x01BDB660, double, Math_Min, (double val1, double val2, MethodInfo * method)); DO_APP_FUNC(0x01BDB6B0, int32_t, Math_Min_1, (int32_t val1, int32_t val2, MethodInfo * method)); DO_APP_FUNC(0x01BDB6C0, int64_t, Math_Min_2, (int64_t val1, int64_t val2, MethodInfo * method)); DO_APP_FUNC(0x01BDB6D0, float, Math_Min_3, (float val1, float val2, MethodInfo * method)); DO_APP_FUNC(0x01BDB720, uint32_t, Math_Min_4, (uint32_t val1, uint32_t val2, MethodInfo * method)); DO_APP_FUNC(0x01BDB730, Decimal, Math_Round, (Decimal d, int32_t decimals, MidpointRounding__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x01BDB800, double, Math_Round_1, (double a, MethodInfo * method)); DO_APP_FUNC(0x01BDB810, double, Math_Round_2, (double value, int32_t digits, MethodInfo * method)); DO_APP_FUNC(0x01BDB870, double, Math_Round_3, (double value, MidpointRounding__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x01BDB8D0, double, Math_Round_4, (double value, int32_t digits, MidpointRounding__Enum mode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA850, Math_Round_4__MethodInfo); DO_APP_FUNC(0x01BDBB80, int32_t, Math_Sign, (double value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA828, Math_Sign__MethodInfo); DO_APP_FUNC(0x01BDBC10, int32_t, Math_Sign_1, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01BDBC20, int32_t, Math_Sign_2, (int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01BDBC40, int32_t, Math_Sign_3, (float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA820, Math_Sign_3__MethodInfo); DO_APP_FUNC(0x01BDBCD0, double, Math_Abs_2, (double value, MethodInfo * method)); DO_APP_FUNC(0x01BDBCE0, float, Math_Abs_3, (float value, MethodInfo * method)); DO_APP_FUNC(0x01BDBCF0, double, Math_Acos, (double d, MethodInfo * method)); DO_APP_FUNC(0x01BDBD00, double, Math_Asin, (double d, MethodInfo * method)); DO_APP_FUNC(0x01BDBD10, double, Math_Atan, (double d, MethodInfo * method)); DO_APP_FUNC(0x01BDBD20, double, Math_Atan2, (double y, double x, MethodInfo * method)); DO_APP_FUNC(0x01BDBD30, double, Math_Ceiling, (double a, MethodInfo * method)); DO_APP_FUNC(0x01BDBD40, double, Math_Cos, (double d, MethodInfo * method)); DO_APP_FUNC(0x01BDBD50, double, Math_Cosh, (double value, MethodInfo * method)); DO_APP_FUNC(0x01BDBD60, double, Math_Exp, (double d, MethodInfo * method)); DO_APP_FUNC(0x01BDBD70, double, Math_Floor, (double d, MethodInfo * method)); DO_APP_FUNC(0x01BDBD80, double, Math_Log_1, (double d, MethodInfo * method)); DO_APP_FUNC(0x01BDBD90, double, Math_Log10, (double d, MethodInfo * method)); DO_APP_FUNC(0x01BDBDA0, double, Math_Pow, (double x, double y, MethodInfo * method)); DO_APP_FUNC(0x01BDBF70, double, Math_Sin, (double a, MethodInfo * method)); DO_APP_FUNC(0x01BDBF80, double, Math_Sinh, (double value, MethodInfo * method)); DO_APP_FUNC(0x01BDBF90, double, Math_Sqrt, (double d, MethodInfo * method)); DO_APP_FUNC(0x01BDBFB0, double, Math_Tan, (double a, MethodInfo * method)); DO_APP_FUNC(0x01BDBFC0, double, Math_ModF, (double x, double * intptr, MethodInfo * method)); DO_APP_FUNC(0x01BDBFD0, void, Math__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01BDC0D0, void, MemberAccessException__ctor, (MemberAccessException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BDC120, void, MemberAccessException__ctor_1, (MemberAccessException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, MemberAccessException__ctor_2, (MemberAccessException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BDC140, bool, MemoryExtensions_EqualsOrdinal, (ReadOnlySpan_1_Char_ span, ReadOnlySpan_1_Char_ value, MethodInfo * method)); DO_APP_FUNC(0x01BDC1E0, bool, MemoryExtensions_EqualsOrdinalIgnoreCase, (ReadOnlySpan_1_Char_ span, ReadOnlySpan_1_Char_ value, MethodInfo * method)); DO_APP_FUNC(0x01BDC290, bool, MemoryExtensions_Contains, (ReadOnlySpan_1_Char_ source, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01BDC310, int32_t, MemoryExtensions_ToUpperInvariant, (ReadOnlySpan_1_Char_ source, Span_1_Char_ destination, MethodInfo * method)); DO_APP_FUNC(0x01BDC5B0, bool, MemoryExtensions_EndsWith, (ReadOnlySpan_1_Char_ span, ReadOnlySpan_1_Char_ value, StringComparison__Enum comparisonType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA7E0, MemoryExtensions_EndsWith__MethodInfo); DO_APP_FUNC(0x01BDC8A0, ReadOnlySpan_1_Char_, MemoryExtensions_AsSpan, (String * text, MethodInfo * method)); DO_APP_FUNC(0x01BDC920, ReadOnlySpan_1_Char_, MemoryExtensions_AsSpan_1, (String * text, int32_t start, MethodInfo * method)); DO_APP_FUNC(0x01BDC9B0, ReadOnlySpan_1_Char_, MemoryExtensions_AsSpan_2, (String * text, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01BDCA60, ReadOnlySpan_1_Char_, MemoryExtensions_Trim, (ReadOnlySpan_1_Char_ span, MethodInfo * method)); DO_APP_FUNC(0x01BDCC30, ReadOnlySpan_1_Char_, MemoryExtensions_TrimStart, (ReadOnlySpan_1_Char_ span, MethodInfo * method)); DO_APP_FUNC(0x01BDCD60, ReadOnlySpan_1_Char_, MemoryExtensions_TrimEnd, (ReadOnlySpan_1_Char_ span, MethodInfo * method)); DO_APP_FUNC(0x01BDCE80, bool, MemoryExtensions_IsWhiteSpace, (ReadOnlySpan_1_Char_ span, MethodInfo * method)); DO_APP_FUNC(0x01BDCF40, void, MethodAccessException__ctor, (MethodAccessException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BDCF90, void, MethodAccessException__ctor_1, (MethodAccessException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, MethodAccessException__ctor_2, (MethodAccessException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BDCFB0, void, MissingMethodException__ctor, (MissingMethodException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BDD000, void, MissingMethodException__ctor_1, (MissingMethodException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01BDD020, void, MissingMethodException__ctor_2, (MissingMethodException * __this, String * className, String * methodName, MethodInfo * method)); DO_APP_FUNC(0x01BDD140, void, MissingMethodException__ctor_3, (MissingMethodException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BDD160, String *, MissingMethodException_get_Message, (MissingMethodException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BDD2B0, void, MulticastNotSupportedException__ctor, (MulticastNotSupportedException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BDD300, void, MulticastNotSupportedException__ctor_1, (MulticastNotSupportedException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, MulticastNotSupportedException__ctor_2, (MulticastNotSupportedException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NonSerializedAttribute__ctor, (NonSerializedAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01BDD320, void, NotImplementedException__ctor, (NotImplementedException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BDD370, void, NotImplementedException__ctor_1, (NotImplementedException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, NotImplementedException__ctor_2, (NotImplementedException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BDD390, void, NotSupportedException__ctor, (NotSupportedException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BDD3E0, void, NotSupportedException__ctor_1, (NotSupportedException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01BDD400, void, NotSupportedException__ctor_2, (NotSupportedException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, NotSupportedException__ctor_3, (NotSupportedException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BDD420, void, NullReferenceException__ctor, (NullReferenceException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BDD470, void, NullReferenceException__ctor_1, (NullReferenceException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, NullReferenceException__ctor_2, (NullReferenceException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BDD490, Type *, Nullable_GetUnderlyingType, (Type * nullableType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA7C8, Nullable_GetUnderlyingType__MethodInfo); DO_APP_FUNC(0x01BDD600, String *, Number_FormatDecimal, (Decimal value, ReadOnlySpan_1_Char_ format, NumberFormatInfo * info, MethodInfo * method)); DO_APP_FUNC(0x01BDD810, bool, Number_TryFormatDecimal, (Decimal value, ReadOnlySpan_1_Char_ format, NumberFormatInfo * info, Span_1_Char_ destination, int32_t * charsWritten, MethodInfo * method)); DO_APP_FUNC(0x01BDDA20, void, Number_DecimalToNumber, (Decimal value, Number_NumberBuffer * number, MethodInfo * method)); DO_APP_FUNC(0x01BDDD20, String *, Number_FormatDouble, (double value, String * format, NumberFormatInfo * info, MethodInfo * method)); DO_APP_FUNC(0x01BDDEB0, bool, Number_TryFormatDouble, (double value, ReadOnlySpan_1_Char_ format, NumberFormatInfo * info, Span_1_Char_ destination, int32_t * charsWritten, MethodInfo * method)); DO_APP_FUNC(0x01BDE030, String *, Number_FormatDouble_1, (ValueStringBuilder * sb, double value, ReadOnlySpan_1_Char_ format, NumberFormatInfo * info, MethodInfo * method)); DO_APP_FUNC(0x01BDE310, String *, Number_FormatSingle, (float value, String * format, NumberFormatInfo * info, MethodInfo * method)); DO_APP_FUNC(0x01BDE4A0, bool, Number_TryFormatSingle, (float value, ReadOnlySpan_1_Char_ format, NumberFormatInfo * info, Span_1_Char_ destination, int32_t * charsWritten, MethodInfo * method)); DO_APP_FUNC(0x01BDE620, String *, Number_FormatSingle_1, (ValueStringBuilder * sb, float value, ReadOnlySpan_1_Char_ format, NumberFormatInfo * info, MethodInfo * method)); DO_APP_FUNC(0x01BDE910, bool, Number_TryCopyTo, (String * source, Span_1_Char_ destination, int32_t * charsWritten, MethodInfo * method)); DO_APP_FUNC(0x01BDEA80, String *, Number_FormatInt32, (int32_t value, ReadOnlySpan_1_Char_ format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BDEDA0, bool, Number_TryFormatInt32, (int32_t value, ReadOnlySpan_1_Char_ format, IFormatProvider * provider, Span_1_Char_ destination, int32_t * charsWritten, MethodInfo * method)); DO_APP_FUNC(0x01BDF140, String *, Number_FormatUInt32, (uint32_t value, ReadOnlySpan_1_Char_ format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BDF410, bool, Number_TryFormatUInt32, (uint32_t value, ReadOnlySpan_1_Char_ format, IFormatProvider * provider, Span_1_Char_ destination, int32_t * charsWritten, MethodInfo * method)); DO_APP_FUNC(0x01BDF720, String *, Number_FormatInt64, (int64_t value, ReadOnlySpan_1_Char_ format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BDFA40, bool, Number_TryFormatInt64, (int64_t value, ReadOnlySpan_1_Char_ format, IFormatProvider * provider, Span_1_Char_ destination, int32_t * charsWritten, MethodInfo * method)); DO_APP_FUNC(0x01BDFDE0, String *, Number_FormatUInt64, (uint64_t value, ReadOnlySpan_1_Char_ format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BE00B0, bool, Number_TryFormatUInt64, (uint64_t value, ReadOnlySpan_1_Char_ format, IFormatProvider * provider, Span_1_Char_ destination, int32_t * charsWritten, MethodInfo * method)); DO_APP_FUNC(0x01BE03D0, void, Number_Int32ToNumber, (int32_t value, Number_NumberBuffer * number, MethodInfo * method)); DO_APP_FUNC(0x01BE04D0, String *, Number_NegativeInt32ToDecStr, (int32_t value, int32_t digits, String * sNegative, MethodInfo * method)); DO_APP_FUNC(0x01BE0640, bool, Number_TryNegativeInt32ToDecStr, (int32_t value, int32_t digits, String * sNegative, Span_1_Char_ destination, int32_t * charsWritten, MethodInfo * method)); DO_APP_FUNC(0x01BE07E0, String *, Number_Int32ToHexStr, (int32_t value, uint16_t hexBase, int32_t digits, MethodInfo * method)); DO_APP_FUNC(0x01BE08E0, bool, Number_TryInt32ToHexStr, (int32_t value, uint16_t hexBase, int32_t digits, Span_1_Char_ destination, int32_t * charsWritten, MethodInfo * method)); DO_APP_FUNC(0x01BE0A10, uint16_t *, Number_Int32ToHexChars, (uint16_t * buffer, uint32_t value, int32_t hexBase, int32_t digits, MethodInfo * method)); DO_APP_FUNC(0x01BE0A50, void, Number_UInt32ToNumber, (uint32_t value, Number_NumberBuffer * number, MethodInfo * method)); DO_APP_FUNC(0x01BE0B40, uint16_t *, Number_UInt32ToDecChars, (uint16_t * bufferEnd, uint32_t value, int32_t digits, MethodInfo * method)); DO_APP_FUNC(0x01BE0BA0, String *, Number_UInt32ToDecStr, (uint32_t value, int32_t digits, MethodInfo * method)); DO_APP_FUNC(0x01BE0CD0, bool, Number_TryUInt32ToDecStr, (uint32_t value, int32_t digits, Span_1_Char_ destination, int32_t * charsWritten, MethodInfo * method)); DO_APP_FUNC(0x01BE0E40, void, Number_Int64ToNumber, (int64_t input, Number_NumberBuffer * number, MethodInfo * method)); DO_APP_FUNC(0x01BE1020, String *, Number_NegativeInt64ToDecStr, (int64_t input, int32_t digits, String * sNegative, MethodInfo * method)); DO_APP_FUNC(0x01BE1250, bool, Number_TryNegativeInt64ToDecStr, (int64_t input, int32_t digits, String * sNegative, Span_1_Char_ destination, int32_t * charsWritten, MethodInfo * method)); DO_APP_FUNC(0x01BE14C0, String *, Number_Int64ToHexStr, (int64_t value, uint16_t hexBase, int32_t digits, MethodInfo * method)); DO_APP_FUNC(0x01BE1690, bool, Number_TryInt64ToHexStr, (int64_t value, uint16_t hexBase, int32_t digits, Span_1_Char_ destination, int32_t * charsWritten, MethodInfo * method)); DO_APP_FUNC(0x01BE1890, void, Number_UInt64ToNumber, (uint64_t value, Number_NumberBuffer * number, MethodInfo * method)); DO_APP_FUNC(0x01BE1A50, String *, Number_UInt64ToDecStr, (uint64_t value, int32_t digits, MethodInfo * method)); DO_APP_FUNC(0x01BE1C30, bool, Number_TryUInt64ToDecStr, (uint64_t value, int32_t digits, Span_1_Char_ destination, int32_t * charsWritten, MethodInfo * method)); DO_APP_FUNC(0x01BE1E30, uint16_t, Number_ParseFormatSpecifier, (ReadOnlySpan_1_Char_ format, int32_t * digits, MethodInfo * method)); DO_APP_FUNC(0x01BE1FD0, void, Number_NumberToString, (ValueStringBuilder * sb, Number_NumberBuffer * number, uint16_t format, int32_t nMaxDigits, NumberFormatInfo * info, bool isDecimal, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA790, Number_NumberToString__MethodInfo); DO_APP_FUNC(0x01BE2660, void, Number_NumberToStringFormat, (ValueStringBuilder * sb, Number_NumberBuffer * number, ReadOnlySpan_1_Char_ format, NumberFormatInfo * info, MethodInfo * method)); DO_APP_FUNC(0x01BE34A0, void, Number_FormatCurrency, (ValueStringBuilder * sb, Number_NumberBuffer * number, int32_t nMinDigits, int32_t nMaxDigits, NumberFormatInfo * info, MethodInfo * method)); DO_APP_FUNC(0x01BE3700, void, Number_FormatFixed, (ValueStringBuilder * sb, Number_NumberBuffer * number, int32_t nMinDigits, int32_t nMaxDigits, NumberFormatInfo * info, Int32__Array * groupDigits, String * sDecimal, String * sGroup, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA788, Number_FormatFixed__MethodInfo); DO_APP_FUNC(0x01BE3BF0, void, Number_FormatNumber, (ValueStringBuilder * sb, Number_NumberBuffer * number, int32_t nMinDigits, int32_t nMaxDigits, NumberFormatInfo * info, MethodInfo * method)); DO_APP_FUNC(0x01BE3DE0, void, Number_FormatScientific, (ValueStringBuilder * sb, Number_NumberBuffer * number, int32_t nMinDigits, int32_t nMaxDigits, NumberFormatInfo * info, uint16_t expChar, MethodInfo * method)); DO_APP_FUNC(0x01BE3F10, void, Number_FormatExponent, (ValueStringBuilder * sb, NumberFormatInfo * info, int32_t value, uint16_t expChar, int32_t minDigits, bool positiveSign, MethodInfo * method)); DO_APP_FUNC(0x01BE40F0, void, Number_FormatGeneral, (ValueStringBuilder * sb, Number_NumberBuffer * number, int32_t nMinDigits, int32_t nMaxDigits, NumberFormatInfo * info, uint16_t expChar, bool bSuppressScientific, MethodInfo * method)); DO_APP_FUNC(0x01BE4360, void, Number_FormatPercent, (ValueStringBuilder * sb, Number_NumberBuffer * number, int32_t nMinDigits, int32_t nMaxDigits, NumberFormatInfo * info, MethodInfo * method)); DO_APP_FUNC(0x01BE45D0, void, Number_RoundNumber, (Number_NumberBuffer * number, int32_t pos, MethodInfo * method)); DO_APP_FUNC(0x01BE46A0, int32_t, Number_FindSection, (ReadOnlySpan_1_Char_ format, int32_t section, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, uint32_t, Number_Low32, (uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01BE47D0, uint32_t, Number_High32, (uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01BE47E0, uint32_t, Number_Int64DivMod1E9, (uint64_t * value, MethodInfo * method)); DO_APP_FUNC(0x01BE4830, bool, Number_NumberToInt32, (Number_NumberBuffer * number, int32_t * value, MethodInfo * method)); DO_APP_FUNC(0x01BE4890, bool, Number_NumberToInt64, (Number_NumberBuffer * number, int64_t * value, MethodInfo * method)); DO_APP_FUNC(0x01BE4900, bool, Number_NumberToUInt32, (Number_NumberBuffer * number, uint32_t * value, MethodInfo * method)); DO_APP_FUNC(0x01BE4960, bool, Number_NumberToUInt64, (Number_NumberBuffer * number, uint64_t * value, MethodInfo * method)); DO_APP_FUNC(0x01BE49D0, int32_t, Number_ParseInt32, (ReadOnlySpan_1_Char_ value, NumberStyles__Enum styles, NumberFormatInfo * info, MethodInfo * method)); DO_APP_FUNC(0x01BE4C10, int64_t, Number_ParseInt64, (ReadOnlySpan_1_Char_ value, NumberStyles__Enum styles, NumberFormatInfo * info, MethodInfo * method)); DO_APP_FUNC(0x01BE4E60, uint32_t, Number_ParseUInt32, (ReadOnlySpan_1_Char_ value, NumberStyles__Enum styles, NumberFormatInfo * info, MethodInfo * method)); DO_APP_FUNC(0x01BE50A0, uint64_t, Number_ParseUInt64, (ReadOnlySpan_1_Char_ value, NumberStyles__Enum styles, NumberFormatInfo * info, MethodInfo * method)); DO_APP_FUNC(0x01BE52E0, bool, Number_ParseNumber, (uint16_t * * str, uint16_t * strEnd, NumberStyles__Enum styles, Number_NumberBuffer * number, NumberFormatInfo * info, bool parseDecimal, MethodInfo * method)); DO_APP_FUNC(0x01BE5DE0, bool, Number_TryParseInt32, (ReadOnlySpan_1_Char_ value, NumberStyles__Enum styles, NumberFormatInfo * info, int32_t * result, MethodInfo * method)); DO_APP_FUNC(0x01BE5FC0, bool, Number_TryParseInt32IntegerStyle, (ReadOnlySpan_1_Char_ value, NumberStyles__Enum styles, NumberFormatInfo * info, int32_t * result, bool * failureIsOverflow, MethodInfo * method)); DO_APP_FUNC(0x01BE6610, bool, Number_TryParseInt64IntegerStyle, (ReadOnlySpan_1_Char_ value, NumberStyles__Enum styles, NumberFormatInfo * info, int64_t * result, bool * failureIsOverflow, MethodInfo * method)); DO_APP_FUNC(0x01BE6C70, bool, Number_TryParseInt64, (ReadOnlySpan_1_Char_ value, NumberStyles__Enum styles, NumberFormatInfo * info, int64_t * result, MethodInfo * method)); DO_APP_FUNC(0x01BE6E60, bool, Number_TryParseUInt32, (ReadOnlySpan_1_Char_ value, NumberStyles__Enum styles, NumberFormatInfo * info, uint32_t * result, MethodInfo * method)); DO_APP_FUNC(0x01BE7050, bool, Number_TryParseUInt32IntegerStyle, (ReadOnlySpan_1_Char_ value, NumberStyles__Enum styles, NumberFormatInfo * info, uint32_t * result, bool * failureIsOverflow, MethodInfo * method)); DO_APP_FUNC(0x01BE7670, bool, Number_TryParseUInt32HexNumberStyle, (ReadOnlySpan_1_Char_ value, NumberStyles__Enum styles, NumberFormatInfo * info, uint32_t * result, bool * failureIsOverflow, MethodInfo * method)); DO_APP_FUNC(0x01BE79C0, bool, Number_TryParseUInt64, (ReadOnlySpan_1_Char_ value, NumberStyles__Enum styles, NumberFormatInfo * info, uint64_t * result, MethodInfo * method)); DO_APP_FUNC(0x01BE7BC0, bool, Number_TryParseUInt64IntegerStyle, (ReadOnlySpan_1_Char_ value, NumberStyles__Enum styles, NumberFormatInfo * info, uint64_t * result, bool * failureIsOverflow, MethodInfo * method)); DO_APP_FUNC(0x01BE81F0, bool, Number_TryParseUInt64HexNumberStyle, (ReadOnlySpan_1_Char_ value, NumberStyles__Enum styles, NumberFormatInfo * info, uint64_t * result, bool * failureIsOverflow, MethodInfo * method)); DO_APP_FUNC(0x01BE8540, Decimal, Number_ParseDecimal, (ReadOnlySpan_1_Char_ value, NumberStyles__Enum styles, NumberFormatInfo * info, MethodInfo * method)); DO_APP_FUNC(0x01BE8670, bool, Number_NumberBufferToDecimal, (Number_NumberBuffer * number, Decimal * value, MethodInfo * method)); DO_APP_FUNC(0x01BE8A20, double, Number_ParseDouble, (ReadOnlySpan_1_Char_ value, NumberStyles__Enum styles, NumberFormatInfo * info, MethodInfo * method)); DO_APP_FUNC(0x01BE8E70, float, Number_ParseSingle, (ReadOnlySpan_1_Char_ value, NumberStyles__Enum styles, NumberFormatInfo * info, MethodInfo * method)); DO_APP_FUNC(0x01BE9300, bool, Number_TryParseDecimal, (ReadOnlySpan_1_Char_ value, NumberStyles__Enum styles, NumberFormatInfo * info, Decimal * result, MethodInfo * method)); DO_APP_FUNC(0x01BE9420, bool, Number_TryParseDouble, (ReadOnlySpan_1_Char_ value, NumberStyles__Enum styles, NumberFormatInfo * info, double * result, MethodInfo * method)); DO_APP_FUNC(0x01BE95B0, bool, Number_TryParseSingle, (ReadOnlySpan_1_Char_ value, NumberStyles__Enum styles, NumberFormatInfo * info, float * result, MethodInfo * method)); DO_APP_FUNC(0x01BE9750, void, Number_StringToNumber, (ReadOnlySpan_1_Char_ value, NumberStyles__Enum styles, Number_NumberBuffer * number, NumberFormatInfo * info, bool parseDecimal, MethodInfo * method)); DO_APP_FUNC(0x01BE98D0, bool, Number_TryStringToNumber, (ReadOnlySpan_1_Char_ value, NumberStyles__Enum styles, Number_NumberBuffer * number, NumberFormatInfo * info, bool parseDecimal, MethodInfo * method)); DO_APP_FUNC(0x01BE9A40, bool, Number_TrailingZeros, (ReadOnlySpan_1_Char_ value, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01BE9AC0, uint16_t *, Number_MatchChars, (uint16_t * p, uint16_t * pEnd, String * value, MethodInfo * method)); DO_APP_FUNC(0x01BE9B20, bool, Number_IsWhite, (int32_t ch, MethodInfo * method)); DO_APP_FUNC(0x01BE9B40, bool, Number_IsDigit, (int32_t ch, MethodInfo * method)); DO_APP_FUNC(0x01BE9B50, void, Number_ThrowOverflowOrFormatException, (bool overflow, String * overflowResourceKey, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA770, Number_ThrowOverflowOrFormatException__MethodInfo); DO_APP_FUNC(0x01BE9BF0, bool, Number_NumberBufferToDouble, (Number_NumberBuffer * number, double * value, MethodInfo * method)); DO_APP_FUNC(0x01BE9C90, uint32_t, Number_DigitsToInt, (uint16_t * p, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01BE9CD0, uint64_t, Number_Mul32x32To64, (uint32_t a, uint32_t b, MethodInfo * method)); DO_APP_FUNC(0x01BE9CE0, uint64_t, Number_Mul64Lossy, (uint64_t a, uint64_t b, int32_t * pexp, MethodInfo * method)); DO_APP_FUNC(0x01BE9D80, int32_t, Number_abs, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01BE9D90, double, Number_NumberToDouble, (Number_NumberBuffer * number, MethodInfo * method)); DO_APP_FUNC(0x01BEA410, void, Number_DoubleToNumber, (double value, int32_t precision, Number_NumberBuffer * number, MethodInfo * method)); DO_APP_FUNC(0x01BEA550, void, Number__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01BEBE70, bool, Number_NumberBuffer_get_sign, (Number_NumberBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x01BEBE80, void, Number_NumberBuffer_set_sign, (Number_NumberBuffer * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01BEBE90, uint16_t *, Number_NumberBuffer_get_digits, (Number_NumberBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x01BEBEA0, void, ObjectDisposedException__ctor, (ObjectDisposedException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BEBEF0, void, ObjectDisposedException__ctor_1, (ObjectDisposedException * __this, String * objectName, MethodInfo * method)); DO_APP_FUNC(0x01BEBF40, void, ObjectDisposedException__ctor_2, (ObjectDisposedException * __this, String * objectName, String * message, MethodInfo * method)); DO_APP_FUNC(0x01BEBFC0, void, ObjectDisposedException__ctor_3, (ObjectDisposedException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BEC0D0, void, ObjectDisposedException_GetObjectData, (ObjectDisposedException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BEC2A0, String *, ObjectDisposedException_get_Message, (ObjectDisposedException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BEC370, String *, ObjectDisposedException_get_ObjectName, (ObjectDisposedException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BEC3D0, void, ObsoleteAttribute__ctor, (ObsoleteAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC60, void, ObsoleteAttribute__ctor_1, (ObsoleteAttribute * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x003BACC0, void, ObsoleteAttribute__ctor_2, (ObsoleteAttribute * __this, String * message, bool error, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, ObsoleteAttribute_get_Message, (ObsoleteAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90540, CancellationToken, OperationCanceledException_get_CancellationToken, (OperationCanceledException * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90550, void, OperationCanceledException_set_CancellationToken, (OperationCanceledException * __this, CancellationToken value, MethodInfo * method)); DO_APP_FUNC(0x01BEC430, void, OperationCanceledException__ctor, (OperationCanceledException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BEC480, void, OperationCanceledException__ctor_1, (OperationCanceledException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01BEC4A0, void, OperationCanceledException__ctor_2, (OperationCanceledException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x01BEC4C0, void, OperationCanceledException__ctor_3, (OperationCanceledException * __this, String * message, CancellationToken token, MethodInfo * method)); DO_APP_FUNC(0x01BEC540, void, OperationCanceledException__ctor_4, (OperationCanceledException * __this, String * message, Exception * innerException, CancellationToken token, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, OperationCanceledException__ctor_5, (OperationCanceledException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BEC5C0, void, OverflowException__ctor, (OverflowException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BEC610, void, OverflowException__ctor_1, (OverflowException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01BEC630, void, OverflowException__ctor_2, (OverflowException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, OverflowException__ctor_3, (OverflowException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ParamArrayAttribute__ctor, (ParamArrayAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01BEC650, void, ParamsArray__ctor, (ParamsArray * __this, Object * arg0, MethodInfo * method)); DO_APP_FUNC(0x01BEC810, void, ParamsArray__ctor_1, (ParamsArray * __this, Object * arg0, Object * arg1, MethodInfo * method)); DO_APP_FUNC(0x01BEC9D0, void, ParamsArray__ctor_2, (ParamsArray * __this, Object * arg0, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x01BECBA0, void, ParamsArray__ctor_3, (ParamsArray * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x01616B80, int32_t, ParamsArray_get_Length, (ParamsArray * __this, MethodInfo * method)); DO_APP_FUNC(0x01BECD70, Object *, ParamsArray_get_Item, (ParamsArray * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01BECE20, Object *, ParamsArray_GetAtSlow, (ParamsArray * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01BECE70, void, ParamsArray__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01BED030, int64_t, ParseNumbers_StringToLong, (ReadOnlySpan_1_Char_ s, int32_t radix, int32_t flags, MethodInfo * method)); DO_APP_FUNC(0x01BED060, int64_t, ParseNumbers_StringToLong_1, (ReadOnlySpan_1_Char_ s, int32_t radix, int32_t flags, int32_t * currPos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCC68, ParseNumbers_StringToLong_1__MethodInfo); DO_APP_FUNC(0x01BED5B0, int32_t, ParseNumbers_StringToInt, (ReadOnlySpan_1_Char_ s, int32_t radix, int32_t flags, MethodInfo * method)); DO_APP_FUNC(0x01BED5E0, int32_t, ParseNumbers_StringToInt_1, (ReadOnlySpan_1_Char_ s, int32_t radix, int32_t flags, int32_t * currPos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCCA0, ParseNumbers_StringToInt_1__MethodInfo); DO_APP_FUNC(0x01BEDBE0, String *, ParseNumbers_IntToString, (int32_t n, int32_t radix, int32_t width, uint16_t paddingChar, int32_t flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCC98, ParseNumbers_IntToString__MethodInfo); DO_APP_FUNC(0x01BEDFB0, String *, ParseNumbers_LongToString, (int64_t n, int32_t radix, int32_t width, uint16_t paddingChar, int32_t flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCC90, ParseNumbers_LongToString__MethodInfo); DO_APP_FUNC(0x01BEE430, void, ParseNumbers_EatWhiteSpace, (ReadOnlySpan_1_Char_ s, int32_t * i, MethodInfo * method)); DO_APP_FUNC(0x01BEE500, int64_t, ParseNumbers_GrabLongs, (int32_t radix, ReadOnlySpan_1_Char_ s, int32_t * i, bool isUnsigned, MethodInfo * method)); DO_APP_FUNC(0x01BEE6D0, int32_t, ParseNumbers_GrabInts, (int32_t radix, ReadOnlySpan_1_Char_ s, int32_t * i, bool isUnsigned, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCC20, ParseNumbers_GrabInts__MethodInfo); DO_APP_FUNC(0x01BEE8C0, void, ParseNumbers_ThrowOverflowInt32Exception, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCC10, ParseNumbers_ThrowOverflowInt32Exception__MethodInfo); DO_APP_FUNC(0x01BEE920, void, ParseNumbers_ThrowOverflowInt64Exception, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCC08, ParseNumbers_ThrowOverflowInt64Exception__MethodInfo); DO_APP_FUNC(0x01BEE980, void, ParseNumbers_ThrowOverflowUInt32Exception, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCC00, ParseNumbers_ThrowOverflowUInt32Exception__MethodInfo); DO_APP_FUNC(0x01BEE9E0, void, ParseNumbers_ThrowOverflowUInt64Exception, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCBF8, ParseNumbers_ThrowOverflowUInt64Exception__MethodInfo); DO_APP_FUNC(0x01BEEA40, bool, ParseNumbers_IsDigit, (uint16_t c, int32_t radix, int32_t * result, MethodInfo * method)); DO_APP_FUNC(0x01BEEAA0, void, PlatformNotSupportedException__ctor, (PlatformNotSupportedException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BEEAF0, void, PlatformNotSupportedException__ctor_1, (PlatformNotSupportedException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, PlatformNotSupportedException__ctor_2, (PlatformNotSupportedException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BEEB10, void, Random__ctor, (Random * __this, MethodInfo * method)); DO_APP_FUNC(0x01BEEB70, void, Random__ctor_1, (Random * __this, int32_t Seed, MethodInfo * method)); DO_APP_FUNC(0x01BEEDA0, double, Random_Sample, (Random * __this, MethodInfo * method)); DO_APP_FUNC(0x01BEEDC0, int32_t, Random_InternalSample, (Random * __this, MethodInfo * method)); DO_APP_FUNC(0x01BEEE50, int32_t, Random_GenerateSeed, (MethodInfo * method)); DO_APP_FUNC(0x01BEF1B0, int32_t, Random_GenerateGlobalSeed, (MethodInfo * method)); DO_APP_FUNC(0x01BEF1E0, int32_t, Random_Next, (Random * __this, MethodInfo * method)); DO_APP_FUNC(0x01BEF1F0, double, Random_GetSampleForLargeRange, (Random * __this, MethodInfo * method)); DO_APP_FUNC(0x01BEF240, int32_t, Random_Next_1, (Random * __this, int32_t minValue, int32_t maxValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCC48, Random_Next_1__MethodInfo); DO_APP_FUNC(0x01BEF390, int32_t, Random_Next_2, (Random * __this, int32_t maxValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCC40, Random_Next_2__MethodInfo); DO_APP_FUNC(0x01A0B4C0, double, Random_NextDouble, (Random * __this, MethodInfo * method)); DO_APP_FUNC(0x01BEF450, void, Random_NextBytes, (Random * __this, Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCC38, Random_NextBytes__MethodInfo); DO_APP_FUNC(0x01BEF570, void, Random__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01BEF640, void, RankException__ctor, (RankException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BEF690, void, RankException__ctor_1, (RankException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, RankException__ctor_2, (RankException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BEF6B0, void, ResolveEventArgs__ctor, (ResolveEventArgs * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01BEF750, void, ResolveEventArgs__ctor_1, (ResolveEventArgs * __this, String * name, Assembly * requestingAssembly, MethodInfo * method)); DO_APP_FUNC(0x01612C20, void, ResolveEventHandler__ctor, (ResolveEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Assembly *, ResolveEventHandler_Invoke, (ResolveEventHandler * __this, Object * sender, ResolveEventArgs * args, MethodInfo * method)); DO_APP_FUNC(0x01BEF860, int32_t, SByte_CompareTo, (SByte * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCB98, SByte_CompareTo__MethodInfo); DO_APP_FUNC(0x01BEF940, int32_t, SByte_CompareTo_1, (SByte * __this, int8_t value, MethodInfo * method)); DO_APP_FUNC(0x01BEF950, bool, SByte_Equals, (SByte * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01AF07E0, bool, SByte_Equals_1, (SByte * __this, int8_t obj, MethodInfo * method)); DO_APP_FUNC(0x01BEF9E0, int32_t, SByte_GetHashCode, (SByte * __this, MethodInfo * method)); DO_APP_FUNC(0x01BEF9F0, String *, SByte_ToString, (SByte * __this, MethodInfo * method)); DO_APP_FUNC(0x01BEFA90, String *, SByte_ToString_1, (SByte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BEFB40, String *, SByte_ToString_2, (SByte * __this, String * format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BEFCC0, bool, SByte_TryFormat, (SByte * __this, Span_1_Char_ destination, int32_t * charsWritten, ReadOnlySpan_1_Char_ format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01AF8610, int8_t, SByte_Parse, (String * s, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BEFE00, int8_t, SByte_Parse_1, (String * s, NumberStyles__Enum style, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BEFEA0, int8_t, SByte_Parse_2, (ReadOnlySpan_1_Char_ s, NumberStyles__Enum style, NumberFormatInfo * info, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCB88, SByte_Parse_2__MethodInfo); DO_APP_FUNC(0x01BF0050, bool, SByte_TryParse, (String * s, int8_t * result, MethodInfo * method)); DO_APP_FUNC(0x01BF0150, bool, SByte_TryParse_1, (String * s, NumberStyles__Enum style, IFormatProvider * provider, int8_t * result, MethodInfo * method)); DO_APP_FUNC(0x01BF0210, bool, SByte_TryParse_2, (ReadOnlySpan_1_Char_ s, NumberStyles__Enum style, NumberFormatInfo * info, int8_t * result, MethodInfo * method)); DO_APP_FUNC(0x011B8EF0, TypeCode__Enum, SByte_GetTypeCode, (SByte * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF02E0, bool, SByte_System_IConvertible_ToBoolean, (SByte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BF0330, uint16_t, SByte_System_IConvertible_ToChar, (SByte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x00C59310, int8_t, SByte_System_IConvertible_ToSByte, (SByte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BF03C0, uint8_t, SByte_System_IConvertible_ToByte, (SByte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BF0450, int16_t, SByte_System_IConvertible_ToInt16, (SByte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BF04A0, uint16_t, SByte_System_IConvertible_ToUInt16, (SByte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BF0530, int32_t, SByte_System_IConvertible_ToInt32, (SByte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BF0540, uint32_t, SByte_System_IConvertible_ToUInt32, (SByte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BF05D0, int64_t, SByte_System_IConvertible_ToInt64, (SByte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BF0620, uint64_t, SByte_System_IConvertible_ToUInt64, (SByte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BF06B0, float, SByte_System_IConvertible_ToSingle, (SByte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BF0700, double, SByte_System_IConvertible_ToDouble, (SByte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BF0750, Decimal, SByte_System_IConvertible_ToDecimal, (SByte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BF0810, DateTime, SByte_System_IConvertible_ToDateTime, (SByte * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCB38, SByte_System_IConvertible_ToDateTime__MethodInfo); DO_APP_FUNC(0x01BF08A0, Object *, SByte_System_IConvertible_ToType, (SByte * __this, Type * type, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SerializableAttribute__ctor, (SerializableAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF0940, bool, Single_IsInfinity, (float f, MethodInfo * method)); DO_APP_FUNC(0x01BF09A0, bool, Single_IsNaN, (float f, MethodInfo * method)); DO_APP_FUNC(0x01BF0A00, bool, Single_IsNegativeInfinity, (float f, MethodInfo * method)); DO_APP_FUNC(0x01BF0A20, bool, Single_IsPositiveInfinity, (float f, MethodInfo * method)); DO_APP_FUNC(0x01BF0A40, int32_t, Single_CompareTo, (Single * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCB80, Single_CompareTo__MethodInfo); DO_APP_FUNC(0x01BF0B70, int32_t, Single_CompareTo_1, (Single * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01BF0BD0, bool, Single_Equals, (Single * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01BF0C80, bool, Single_Equals_1, (Single * __this, float obj, MethodInfo * method)); DO_APP_FUNC(0x01BF0CC0, int32_t, Single_GetHashCode, (Single * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF0D30, String *, Single_ToString, (Single * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF0DA0, String *, Single_ToString_1, (Single * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BF0E20, String *, Single_ToString_2, (Single * __this, String * format, MethodInfo * method)); DO_APP_FUNC(0x01BF0EA0, String *, Single_ToString_3, (Single * __this, String * format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BF0F30, bool, Single_TryFormat, (Single * __this, Span_1_Char_ destination, int32_t * charsWritten, ReadOnlySpan_1_Char_ format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BF1000, float, Single_Parse, (String * s, MethodInfo * method)); DO_APP_FUNC(0x01BF10C0, float, Single_Parse_1, (String * s, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BF1190, float, Single_Parse_2, (String * s, NumberStyles__Enum style, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BF1270, bool, Single_TryParse, (String * s, float * result, MethodInfo * method)); DO_APP_FUNC(0x01BF1310, bool, Single_TryParse_1, (String * s, NumberStyles__Enum style, IFormatProvider * provider, float * result, MethodInfo * method)); DO_APP_FUNC(0x01BF13D0, bool, Single_TryParse_2, (ReadOnlySpan_1_Char_ s, NumberStyles__Enum style, NumberFormatInfo * info, float * result, MethodInfo * method)); DO_APP_FUNC(0x01B38030, TypeCode__Enum, Single_GetTypeCode, (Single * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF1830, bool, Single_System_IConvertible_ToBoolean, (Single * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BF18A0, uint16_t, Single_System_IConvertible_ToChar, (Single * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCAE0, Single_System_IConvertible_ToChar__MethodInfo); DO_APP_FUNC(0x01BF1930, int8_t, Single_System_IConvertible_ToSByte, (Single * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BF19D0, uint8_t, Single_System_IConvertible_ToByte, (Single * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BF1A70, int16_t, Single_System_IConvertible_ToInt16, (Single * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BF1B10, uint16_t, Single_System_IConvertible_ToUInt16, (Single * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BF1BB0, int32_t, Single_System_IConvertible_ToInt32, (Single * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BF1C50, uint32_t, Single_System_IConvertible_ToUInt32, (Single * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BF1CF0, int64_t, Single_System_IConvertible_ToInt64, (Single * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BF1D90, uint64_t, Single_System_IConvertible_ToUInt64, (Single * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x00C0D910, float, Single_System_IConvertible_ToSingle, (Single * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BF1E30, double, Single_System_IConvertible_ToDouble, (Single * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BF1E90, Decimal, Single_System_IConvertible_ToDecimal, (Single * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BF1FB0, DateTime, Single_System_IConvertible_ToDateTime, (Single * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCAE8, Single_System_IConvertible_ToDateTime__MethodInfo); DO_APP_FUNC(0x01BF2040, Object *, Single_System_IConvertible_ToType, (Single * __this, Type * type, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BF20E0, int32_t, SpanHelpers_IndexOfAny, (uint8_t * searchSpace, int32_t searchSpaceLength, uint8_t * value, int32_t valueLength, MethodInfo * method)); DO_APP_FUNC(0x01BF2160, int32_t, SpanHelpers_IndexOf, (uint8_t * searchSpace, uint8_t value, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01BF2220, bool, SpanHelpers_SequenceEqual, (uint8_t * first, uint8_t * second, uint64_t length, MethodInfo * method)); DO_APP_FUNC(0x01BF2330, int32_t, SpanHelpers_SequenceCompareTo, (uint16_t * first, int32_t firstLength, uint16_t * second, int32_t secondLength, MethodInfo * method)); DO_APP_FUNC(0x01BF24B0, int32_t, SpanHelpers_IndexOf_1, (uint16_t * searchSpace, uint16_t value, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01BF25D0, int32_t, SpanHelpers_LastIndexOf, (uint16_t * searchSpace, uint16_t value, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01BF2740, int32_t, SpanHelpers_LocateFirstFoundChar, (Vector_1_System_UInt16_ match, MethodInfo * method)); DO_APP_FUNC(0x01BF2890, int32_t, SpanHelpers_LocateFirstFoundChar_1, (uint64_t match, MethodInfo * method)); DO_APP_FUNC(0x01BF28B0, int32_t, SpanHelpers_LocateLastFoundChar, (Vector_1_System_UInt16_ match, MethodInfo * method)); DO_APP_FUNC(0x01BF2A00, int32_t, SpanHelpers_LocateLastFoundChar_1, (uint64_t match, MethodInfo * method)); DO_APP_FUNC(0x01BF2A20, bool, SpanHelpers_EndsWithCultureHelper, (ReadOnlySpan_1_Char_ span, ReadOnlySpan_1_Char_ value, CompareInfo * compareInfo, MethodInfo * method)); DO_APP_FUNC(0x01BF2BA0, bool, SpanHelpers_EndsWithCultureIgnoreCaseHelper, (ReadOnlySpan_1_Char_ span, ReadOnlySpan_1_Char_ value, CompareInfo * compareInfo, MethodInfo * method)); DO_APP_FUNC(0x01BF2D00, bool, SpanHelpers_EndsWithOrdinalIgnoreCaseHelper, (ReadOnlySpan_1_Char_ span, ReadOnlySpan_1_Char_ value, MethodInfo * method)); DO_APP_FUNC(0x01BF2E10, void, SpanHelpers_ClearWithoutReferences, (uint8_t * b, uint64_t byteLength, MethodInfo * method)); DO_APP_FUNC(0x01BF3060, void, SpanHelpers_ClearWithReferences, (void * * ip, uint64_t pointerSizeLength, MethodInfo * method)); DO_APP_FUNC(0x01BF3100, void, StackOverflowException__ctor, (StackOverflowException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF3150, void, StackOverflowException__ctor_1, (StackOverflowException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, StackOverflowException__ctor_2, (StackOverflowException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BF3170, StringComparer *, StringComparer_get_InvariantCultureIgnoreCase, (MethodInfo * method)); DO_APP_FUNC(0x01BF31D0, StringComparer *, StringComparer_get_CurrentCultureIgnoreCase, (MethodInfo * method)); DO_APP_FUNC(0x01BF32C0, StringComparer *, StringComparer_get_Ordinal, (MethodInfo * method)); DO_APP_FUNC(0x01BF3320, StringComparer *, StringComparer_get_OrdinalIgnoreCase, (MethodInfo * method)); DO_APP_FUNC(0x01BF3380, int32_t, StringComparer_Compare, (StringComparer * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC9F0, StringComparer_Compare__MethodInfo); DO_APP_FUNC(0x01BF3500, bool, StringComparer_Equals, (StringComparer * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01BF35F0, int32_t, StringComparer_GetHashCode, (StringComparer * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCA50, StringComparer_GetHashCode__MethodInfo); DO_APP_FUNC(0x003AC050, void, StringComparer__ctor, (StringComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF36D0, void, StringComparer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01BF3AF0, void, CultureAwareComparer__ctor, (CultureAwareComparer * __this, CultureInfo * culture, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01BF3B40, void, CultureAwareComparer__ctor_1, (CultureAwareComparer * __this, CompareInfo * compareInfo, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCA38, CultureAwareComparer__ctor_1__MethodInfo); DO_APP_FUNC(0x01BF3C60, void, CultureAwareComparer__ctor_2, (CultureAwareComparer * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BF3ED0, int32_t, CultureAwareComparer_Compare, (CultureAwareComparer * __this, String * x, String * y, MethodInfo * method)); DO_APP_FUNC(0x01BF3F40, bool, CultureAwareComparer_Equals, (CultureAwareComparer * __this, String * x, String * y, MethodInfo * method)); DO_APP_FUNC(0x01BF3FA0, int32_t, CultureAwareComparer_GetHashCode, (CultureAwareComparer * __this, String * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCA10, CultureAwareComparer_GetHashCode__MethodInfo); DO_APP_FUNC(0x01BF4030, bool, CultureAwareComparer_Equals_1, (CultureAwareComparer * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01BF40D0, int32_t, CultureAwareComparer_GetHashCode_1, (CultureAwareComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF4110, void, CultureAwareComparer_GetObjectData, (CultureAwareComparer * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BF41F0, void, OrdinalComparer__ctor, (OrdinalComparer * __this, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x01BF4250, int32_t, OrdinalComparer_Compare, (OrdinalComparer * __this, String * x, String * y, MethodInfo * method)); DO_APP_FUNC(0x01BF4380, bool, OrdinalComparer_Equals, (OrdinalComparer * __this, String * x, String * y, MethodInfo * method)); DO_APP_FUNC(0x01BF44A0, int32_t, OrdinalComparer_GetHashCode, (OrdinalComparer * __this, String * obj, MethodInfo * method)); DO_APP_FUNC(0x01BF4530, bool, OrdinalComparer_Equals_1, (OrdinalComparer * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01BF45C0, int32_t, OrdinalComparer_GetHashCode_1, (OrdinalComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF4620, void, OrdinalCaseSensitiveComparer__ctor, (OrdinalCaseSensitiveComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x01AA3EB0, int32_t, OrdinalCaseSensitiveComparer_Compare, (OrdinalCaseSensitiveComparer * __this, String * x, String * y, MethodInfo * method)); DO_APP_FUNC(0x01AA3F00, bool, OrdinalCaseSensitiveComparer_Equals, (OrdinalCaseSensitiveComparer * __this, String * x, String * y, MethodInfo * method)); DO_APP_FUNC(0x01BF4670, int32_t, OrdinalCaseSensitiveComparer_GetHashCode, (OrdinalCaseSensitiveComparer * __this, String * obj, MethodInfo * method)); DO_APP_FUNC(0x01BF46A0, void, OrdinalCaseSensitiveComparer_GetObjectData, (OrdinalCaseSensitiveComparer * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BF4750, void, OrdinalIgnoreCaseComparer__ctor, (OrdinalIgnoreCaseComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF47A0, int32_t, OrdinalIgnoreCaseComparer_Compare, (OrdinalIgnoreCaseComparer * __this, String * x, String * y, MethodInfo * method)); DO_APP_FUNC(0x01BF4890, bool, OrdinalIgnoreCaseComparer_Equals, (OrdinalIgnoreCaseComparer * __this, String * x, String * y, MethodInfo * method)); DO_APP_FUNC(0x01BF4960, int32_t, OrdinalIgnoreCaseComparer_GetHashCode, (OrdinalIgnoreCaseComparer * __this, String * obj, MethodInfo * method)); DO_APP_FUNC(0x01BF49C0, void, OrdinalIgnoreCaseComparer_GetObjectData, (OrdinalIgnoreCaseComparer * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BF4A70, void, SystemException__ctor, (SystemException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF4AE0, void, SystemException__ctor_1, (SystemException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01BF4B50, void, SystemException__ctor_2, (SystemException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, SystemException__ctor_3, (SystemException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, STAThreadAttribute__ctor, (STAThreadAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ThreadStaticAttribute__ctor, (ThreadStaticAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, TimeSpan__ctor, (TimeSpan * __this, int64_t ticks, MethodInfo * method)); DO_APP_FUNC(0x01BF4BD0, void, TimeSpan__ctor_1, (TimeSpan * __this, int32_t hours, int32_t minutes, int32_t seconds, MethodInfo * method)); DO_APP_FUNC(0x01BF4C50, void, TimeSpan__ctor_2, (TimeSpan * __this, int32_t days, int32_t hours, int32_t minutes, int32_t seconds, int32_t milliseconds, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC950, TimeSpan__ctor_2__MethodInfo); DO_APP_FUNC(0x00470F00, int64_t, TimeSpan_get_Ticks, (TimeSpan * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF4D10, int32_t, TimeSpan_get_Days, (TimeSpan * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF4D30, int32_t, TimeSpan_get_Hours, (TimeSpan * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF4D70, int32_t, TimeSpan_get_Milliseconds, (TimeSpan * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF4DC0, int32_t, TimeSpan_get_Minutes, (TimeSpan * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF4E10, int32_t, TimeSpan_get_Seconds, (TimeSpan * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF4E60, double, TimeSpan_get_TotalDays, (TimeSpan * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF4E80, double, TimeSpan_get_TotalHours, (TimeSpan * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF4EA0, double, TimeSpan_get_TotalMilliseconds, (TimeSpan * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF4ED0, double, TimeSpan_get_TotalMinutes, (TimeSpan * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF4EF0, double, TimeSpan_get_TotalSeconds, (TimeSpan * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF4F10, TimeSpan, TimeSpan_Add, (TimeSpan * __this, TimeSpan ts, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC948, TimeSpan_Add__MethodInfo); DO_APP_FUNC(0x01BF4FA0, int32_t, TimeSpan_Compare, (TimeSpan t1, TimeSpan t2, MethodInfo * method)); DO_APP_FUNC(0x01BF4FC0, int32_t, TimeSpan_CompareTo, (TimeSpan * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC930, TimeSpan_CompareTo__MethodInfo); DO_APP_FUNC(0x01BF50B0, int32_t, TimeSpan_CompareTo_1, (TimeSpan * __this, TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x01BF50D0, TimeSpan, TimeSpan_FromDays, (double value, MethodInfo * method)); DO_APP_FUNC(0x01BF5130, bool, TimeSpan_Equals, (TimeSpan * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00ADBBA0, bool, TimeSpan_Equals_1, (TimeSpan * __this, TimeSpan obj, MethodInfo * method)); DO_APP_FUNC(0x01BD9390, int32_t, TimeSpan_GetHashCode, (TimeSpan * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF51C0, TimeSpan, TimeSpan_FromHours, (double value, MethodInfo * method)); DO_APP_FUNC(0x01BF5220, TimeSpan, TimeSpan_Interval, (double value, int32_t scale, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC908, TimeSpan_Interval__MethodInfo); DO_APP_FUNC(0x01BF5340, TimeSpan, TimeSpan_FromMilliseconds, (double value, MethodInfo * method)); DO_APP_FUNC(0x01BF53A0, TimeSpan, TimeSpan_FromMinutes, (double value, MethodInfo * method)); DO_APP_FUNC(0x01BF5400, TimeSpan, TimeSpan_Negate, (TimeSpan * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC980, TimeSpan_Negate__MethodInfo); DO_APP_FUNC(0x01BF54C0, TimeSpan, TimeSpan_FromSeconds, (double value, MethodInfo * method)); DO_APP_FUNC(0x01BF5520, TimeSpan, TimeSpan_Subtract, (TimeSpan * __this, TimeSpan ts, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC970, TimeSpan_Subtract__MethodInfo); DO_APP_FUNC(0x00A5CD60, TimeSpan, TimeSpan_FromTicks, (int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01BF55B0, int64_t, TimeSpan_TimeToTicks, (int32_t hour, int32_t minute, int32_t second, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC968, TimeSpan_TimeToTicks__MethodInfo); DO_APP_FUNC(0x01BF5650, TimeSpan, TimeSpan_Parse, (String * s, MethodInfo * method)); DO_APP_FUNC(0x01BF56E0, TimeSpan, TimeSpan_Parse_1, (String * input, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x01BF5780, String *, TimeSpan_ToString, (TimeSpan * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF57E0, String *, TimeSpan_ToString_1, (TimeSpan * __this, String * format, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x01BF5860, bool, TimeSpan_TryFormat, (TimeSpan * __this, Span_1_Char_ destination, int32_t * charsWritten, ReadOnlySpan_1_Char_ format, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x01BF59B0, TimeSpan, TimeSpan_op_UnaryNegation, (TimeSpan t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC898, TimeSpan_op_UnaryNegation__MethodInfo); DO_APP_FUNC(0x01BF5A70, TimeSpan, TimeSpan_op_Subtraction, (TimeSpan t1, TimeSpan t2, MethodInfo * method)); DO_APP_FUNC(0x01BF5B40, TimeSpan, TimeSpan_op_Addition, (TimeSpan t1, TimeSpan t2, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, TimeSpan_op_Equality, (TimeSpan t1, TimeSpan t2, MethodInfo * method)); DO_APP_FUNC(0x00AD34D0, bool, TimeSpan_op_Inequality, (TimeSpan t1, TimeSpan t2, MethodInfo * method)); DO_APP_FUNC(0x01BF5C10, bool, TimeSpan_op_LessThan, (TimeSpan t1, TimeSpan t2, MethodInfo * method)); DO_APP_FUNC(0x01BF5C20, bool, TimeSpan_op_LessThanOrEqual, (TimeSpan t1, TimeSpan t2, MethodInfo * method)); DO_APP_FUNC(0x01BF5C30, bool, TimeSpan_op_GreaterThan, (TimeSpan t1, TimeSpan t2, MethodInfo * method)); DO_APP_FUNC(0x01BF5C40, bool, TimeSpan_op_GreaterThanOrEqual, (TimeSpan t1, TimeSpan t2, MethodInfo * method)); DO_APP_FUNC(0x01BF5C50, void, TimeSpan__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TimeZone__ctor, (TimeZone * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF5CD0, void, TimeZone_ClearCachedData, (MethodInfo * method)); DO_APP_FUNC(0x01BF5D70, void, TimeZoneNotFoundException__ctor, (TimeZoneNotFoundException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF5DC0, void, TimeZoneNotFoundException__ctor_1, (TimeZoneNotFoundException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BF5E40, void, TimeoutException__ctor, (TimeoutException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF5E90, void, TimeoutException__ctor_1, (TimeoutException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01BF5EB0, void, TimeoutException__ctor_2, (TimeoutException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, TimeoutException__ctor_3, (TimeoutException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0108EFF0, int32_t, Tuple_CombineHashCodes, (int32_t h1, int32_t h2, MethodInfo * method)); DO_APP_FUNC(0x01BF5ED0, int32_t, Tuple_CombineHashCodes_1, (int32_t h1, int32_t h2, int32_t h3, MethodInfo * method)); DO_APP_FUNC(0x01BF5EE0, int32_t, Tuple_CombineHashCodes_2, (int32_t h1, int32_t h2, int32_t h3, int32_t h4, MethodInfo * method)); DO_APP_FUNC(0x01BF5F00, bool, Type_IsEnumDefined, (Type * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC8F8, Type_IsEnumDefined__MethodInfo); DO_APP_FUNC(0x01BF6570, String *, Type_GetEnumName, (Type * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC8B8, Type_GetEnumName__MethodInfo); DO_APP_FUNC(0x01BF6970, String__Array *, Type_GetEnumNames, (Type * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC8A8, Type_GetEnumNames__MethodInfo); DO_APP_FUNC(0x01BF6A30, Array *, Type_GetEnumRawConstantValues, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF6A60, void, Type_GetEnumData, (Type * __this, String__Array * * enumNames, Array * * enumValues, MethodInfo * method)); DO_APP_FUNC(0x01BF6F80, int32_t, Type_BinarySearch, (Array * array, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01BF7140, bool, Type_IsIntegerType, (Type * t, MethodInfo * method)); DO_APP_FUNC(0x01BF7400, bool, Type_get_IsSerializable, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF7570, bool, Type_get_ContainsGenericParameters, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF76D0, Type *, Type_GetRootElementType, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF7730, bool, Type_get_IsVisible, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF7920, bool, Type_IsSubclassOf, (Type * __this, Type * c, MethodInfo * method)); DO_APP_FUNC(0x01BF79E0, bool, Type_IsAssignableFrom, (Type * __this, Type * c, MethodInfo * method)); DO_APP_FUNC(0x01BF7BC0, bool, Type_ImplementInterface, (Type * __this, Type * ifaceType, MethodInfo * method)); DO_APP_FUNC(0x01BF7D20, bool, Type_FilterAttributeImpl, (MemberInfo_1 * m, Object * filterCriteria, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC868, Type_FilterAttributeImpl__MethodInfo); DO_APP_FUNC(0x01BF80D0, bool, Type_FilterNameImpl, (MemberInfo_1 * m, Object * filterCriteria, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC860, Type_FilterNameImpl__MethodInfo); DO_APP_FUNC(0x01BF8390, bool, Type_FilterNameIgnoreCaseImpl, (MemberInfo_1 * m, Object * filterCriteria, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC850, Type_FilterNameIgnoreCaseImpl__MethodInfo); DO_APP_FUNC(0x003AC050, void, Type__ctor, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x00B31160, MemberTypes__Enum, Type_get_MemberType, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF87A0, Type *, Type_GetType, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF87B0, bool, Type_get_IsNested, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Type *, Type_get_DeclaringType, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, MethodBase *, Type_get_DeclaringMethod, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Type *, Type_get_ReflectedType, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF8820, bool, Type_get_IsArray, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF8840, bool, Type_get_IsByRef, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF8860, bool, Type_get_IsPointer, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF8880, bool, Type_get_IsConstructedGenericType, (Type * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC848, Type_get_IsConstructedGenericType__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Type_get_IsGenericParameter, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF88B0, bool, Type_get_IsGenericMethodParameter, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Type_get_IsGenericType, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Type_get_IsGenericTypeDefinition, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF8930, bool, Type_get_IsSZArray, (Type * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC840, Type_get_IsSZArray__MethodInfo); DO_APP_FUNC(0x01BF8960, bool, Type_get_IsVariableBoundArray, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF89B0, bool, Type_get_HasElementType, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF89D0, int32_t, Type_GetArrayRank, (Type * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC838, Type_GetArrayRank__MethodInfo); DO_APP_FUNC(0x01BF8A30, Type *, Type_GetGenericTypeDefinition, (Type * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC830, Type_GetGenericTypeDefinition__MethodInfo); DO_APP_FUNC(0x01BF8A90, Type__Array *, Type_get_GenericTypeArguments, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF8B20, Type__Array *, Type_GetGenericArguments, (Type * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC828, Type_GetGenericArguments__MethodInfo); DO_APP_FUNC(0x01BF8B80, int32_t, Type_get_GenericParameterPosition, (Type * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC7B8, Type_get_GenericParameterPosition__MethodInfo); DO_APP_FUNC(0x01BF8BE0, GenericParameterAttributes__Enum, Type_get_GenericParameterAttributes, (Type * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC7B0, Type_get_GenericParameterAttributes__MethodInfo); DO_APP_FUNC(0x01BF8C30, Type__Array *, Type_GetGenericParameterConstraints, (Type * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC7A8, Type_GetGenericParameterConstraints__MethodInfo); DO_APP_FUNC(0x01BF8CE0, TypeAttributes__Enum, Type_get_Attributes, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF8D00, bool, Type_get_IsAbstract, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF8D30, bool, Type_get_IsSealed, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF8D60, bool, Type_get_IsClass, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF8DB0, bool, Type_get_IsNestedAssembly, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF8DE0, bool, Type_get_IsNestedPublic, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF8E10, bool, Type_get_IsNotPublic, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF8E40, bool, Type_get_IsPublic, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF8E70, bool, Type_get_IsExplicitLayout, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x012AE240, bool, Type_get_IsCOMObject, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x012AE280, bool, Type_get_IsContextful, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF8EA0, bool, Type_IsContextfulImpl, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Type_get_IsCollectible, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF8F40, bool, Type_get_IsEnum, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF8FD0, bool, Type_get_IsMarshalByRef, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF8FF0, bool, Type_IsMarshalByRefImpl, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF9090, bool, Type_get_IsPrimitive, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF90B0, bool, Type_get_IsValueType, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF90D0, bool, Type_IsValueTypeImpl, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Type_get_IsSignatureType, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF9160, ConstructorInfo *, Type_GetConstructor, (Type * __this, Type__Array * types, MethodInfo * method)); DO_APP_FUNC(0x01BF9190, ConstructorInfo *, Type_GetConstructor_1, (Type * __this, BindingFlags__Enum bindingAttr, Binder * binder, Type__Array * types, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC(0x01BF91C0, ConstructorInfo *, Type_GetConstructor_2, (Type * __this, BindingFlags__Enum bindingAttr, Binder * binder, CallingConventions__Enum callConvention, Type__Array * types, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC808, Type_GetConstructor_2__MethodInfo); DO_APP_FUNC(0x01BF9350, EventInfo_1 *, Type_GetEvent, (Type * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01BF9370, FieldInfo_1 *, Type_GetField, (Type * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01BF9390, FieldInfo_1__Array *, Type_GetFields, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF93B0, MemberInfo_1__Array *, Type_GetMember, (Type * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01BF93D0, MemberInfo_1__Array *, Type_GetMember_1, (Type * __this, String * name, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC(0x01BF9400, MemberInfo_1__Array *, Type_GetMember_2, (Type * __this, String * name, MemberTypes__Enum type, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC800, Type_GetMember_2__MethodInfo); DO_APP_FUNC(0x01BF9460, MethodInfo_1 *, Type_GetMethod, (Type * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01BF9500, MethodInfo_1 *, Type_GetMethod_1, (Type * __this, String * name, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC7F8, Type_GetMethod_1__MethodInfo); DO_APP_FUNC(0x01BF95A0, MethodInfo_1 *, Type_GetMethod_2, (Type * __this, String * name, Type__Array * types, MethodInfo * method)); DO_APP_FUNC(0x01BF95D0, MethodInfo_1 *, Type_GetMethod_3, (Type * __this, String * name, Type__Array * types, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC(0x01BF9600, MethodInfo_1 *, Type_GetMethod_4, (Type * __this, String * name, BindingFlags__Enum bindingAttr, Binder * binder, Type__Array * types, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC(0x01BF9640, MethodInfo_1 *, Type_GetMethod_5, (Type * __this, String * name, BindingFlags__Enum bindingAttr, Binder * binder, CallingConventions__Enum callConvention, Type__Array * types, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC7F0, Type_GetMethod_5__MethodInfo); DO_APP_FUNC(0x01BF9840, MethodInfo_1__Array *, Type_GetMethods, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF9860, PropertyInfo_1 *, Type_GetProperty, (Type * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01BF9900, PropertyInfo_1 *, Type_GetProperty_1, (Type * __this, String * name, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC7E8, Type_GetProperty_1__MethodInfo); DO_APP_FUNC(0x01BF99A0, PropertyInfo_1 *, Type_GetProperty_2, (Type * __this, String * name, Type * returnType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC7E0, Type_GetProperty_2__MethodInfo); DO_APP_FUNC(0x01BF9AF0, PropertyInfo_1 *, Type_GetProperty_3, (Type * __this, String * name, Type * returnType, Type__Array * types, MethodInfo * method)); DO_APP_FUNC(0x01BF9BD0, PropertyInfo_1 *, Type_GetProperty_4, (Type * __this, String * name, Type * returnType, Type__Array * types, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC(0x01BF9CC0, PropertyInfo_1 *, Type_GetProperty_5, (Type * __this, String * name, BindingFlags__Enum bindingAttr, Binder * binder, Type * returnType, Type__Array * types, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC7D0, Type_GetProperty_5__MethodInfo); DO_APP_FUNC(0x01BF9DC0, PropertyInfo_1__Array *, Type_GetProperties, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF9DE0, RuntimeTypeHandle, Type_get_TypeHandle, (Type * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC7C8, Type_get_TypeHandle__MethodInfo); DO_APP_FUNC(0x01BF9E30, RuntimeTypeHandle, Type_GetTypeHandle, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC7C0, Type_GetTypeHandle__MethodInfo); DO_APP_FUNC(0x01BF9ED0, TypeCode__Enum, Type_GetTypeCode, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01BF9F40, TypeCode__Enum, Type_GetTypeCodeImpl, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFA090, Type *, Type_GetTypeFromCLSID, (Guid clsid, MethodInfo * method)); DO_APP_FUNC(0x01BFA0E0, Object *, Type_InvokeMember, (Type * __this, String * name, BindingFlags__Enum invokeAttr, Binder * binder, Object * target, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x01BFA130, bool, Type_IsInstanceOfType, (Type * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x01BFA180, bool, Type_IsEquivalentTo, (Type * __this, Type * other, MethodInfo * method)); DO_APP_FUNC(0x01BFA1E0, Type *, Type_GetEnumUnderlyingType, (Type * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC768, Type_GetEnumUnderlyingType__MethodInfo); DO_APP_FUNC(0x01BFA340, Array *, Type_GetEnumValues, (Type * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC758, Type_GetEnumValues__MethodInfo); DO_APP_FUNC(0x01BFA3F0, Type *, Type_MakeArrayType, (Type * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC750, Type_MakeArrayType__MethodInfo); DO_APP_FUNC(0x01BFA440, Type *, Type_MakeArrayType_1, (Type * __this, int32_t rank, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC748, Type_MakeArrayType_1__MethodInfo); DO_APP_FUNC(0x01BFA490, Type *, Type_MakeByRefType, (Type * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC740, Type_MakeByRefType__MethodInfo); DO_APP_FUNC(0x01BFA4E0, Type *, Type_MakeGenericType, (Type * __this, Type__Array * typeArguments, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC738, Type_MakeGenericType__MethodInfo); DO_APP_FUNC(0x01BFA540, Type *, Type_MakePointerType, (Type * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC730, Type_MakePointerType__MethodInfo); DO_APP_FUNC(0x01BFA590, Type *, Type_MakeGenericSignatureType, (Type * genericTypeDefinition, Type__Array * typeArguments, MethodInfo * method)); DO_APP_FUNC(0x01BFA610, String *, Type_ToString, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFA670, bool, Type_Equals, (Type * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x01BFA710, int32_t, Type_GetHashCode, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFA770, bool, Type_Equals_1, (Type * __this, Type * o, MethodInfo * method)); DO_APP_FUNC(0x01BFA810, Binder *, Type_get_DefaultBinder, (MethodInfo * method)); DO_APP_FUNC(0x01BFA950, Type *, Type_GetTypeFromHandle, (RuntimeTypeHandle handle, MethodInfo * method)); DO_APP_FUNC(0x01BFA9E0, Type *, Type_internal_from_handle, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Type_get_IsSzArray, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFAA00, String *, Type_FormatTypeName, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFAA20, String *, Type_FormatTypeName_1, (Type * __this, bool serialization, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC770, Type_FormatTypeName_1__MethodInfo); DO_APP_FUNC(0x01BFAA70, bool, Type_get_IsInterface, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFAB30, Type *, Type_GetType_1, (String * typeName, bool throwOnError, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C726F0, Type_GetType_1__MethodInfo); DO_APP_FUNC(0x01BFAC20, Type *, Type_GetType_2, (String * typeName, bool throwOnError, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6E188, Type_GetType_2__MethodInfo); DO_APP_FUNC(0x01BFAD00, Type *, Type_GetType_3, (String * typeName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C850C8, Type_GetType_3__MethodInfo); DO_APP_FUNC(0x01BFADD0, Type *, Type_GetType_4, (String * typeName, Func_2_System_Reflection_AssemblyName_System_Reflection_Assembly_ * assemblyResolver, Func_4_System_Reflection_Assembly_String_Boolean_Type_ * typeResolver, bool throwOnError, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, Type_op_Equality, (Type * left, Type * right, MethodInfo * method)); DO_APP_FUNC(0x00AD34D0, bool, Type_op_Inequality, (Type * left, Type * right, MethodInfo * method)); DO_APP_FUNC(0x01BFAF20, Type *, Type_GetTypeFromCLSID_1, (Guid clsid, String * server, bool throwOnError, MethodInfo * method)); DO_APP_FUNC(0x01BFAF80, String *, Type_get_FullNameOrDefault, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFB010, bool, Type_IsRuntimeImplemented, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFB0B0, String *, Type_InternalGetNameIfAvailable, (Type * __this, Type * * rootCauseForFailure, MethodInfo * method)); DO_APP_FUNC(0x01BFB0D0, String *, Type_get_InternalNameIfAvailable, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFB100, String *, Type_get_NameOrDefault, (Type * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFB170, void, Type__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01ABB6B0, void, TypeAccessException__ctor, (TypeAccessException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BBC7F0, void, TypeAccessException__ctor_1, (TypeAccessException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BFB520, void, TypeInitializationException__ctor, (TypeInitializationException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFB570, void, TypeInitializationException__ctor_1, (TypeInitializationException * __this, String * fullTypeName, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x01BFB640, void, TypeInitializationException__ctor_2, (TypeInitializationException * __this, String * fullTypeName, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x01BFB6D0, void, TypeInitializationException__ctor_3, (TypeInitializationException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BFB7E0, void, TypeInitializationException_GetObjectData, (TypeInitializationException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BFB9B0, String *, TypeInitializationException_get_TypeName, (TypeInitializationException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFBA10, int32_t, UInt16_CompareTo, (UInt16 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC6E8, UInt16_CompareTo__MethodInfo); DO_APP_FUNC(0x01AF2B10, int32_t, UInt16_CompareTo_1, (UInt16 * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01BFBAF0, bool, UInt16_Equals, (UInt16 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01AF2A20, bool, UInt16_Equals_1, (UInt16 * __this, uint16_t obj, MethodInfo * method)); DO_APP_FUNC(0x00C57D60, int32_t, UInt16_GetHashCode, (UInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFBB80, String *, UInt16_ToString, (UInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFBC20, String *, UInt16_ToString_1, (UInt16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFBCD0, String *, UInt16_ToString_2, (UInt16 * __this, String * format, MethodInfo * method)); DO_APP_FUNC(0x01BFBD90, String *, UInt16_ToString_3, (UInt16 * __this, String * format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFBE60, bool, UInt16_TryFormat, (UInt16 * __this, Span_1_Char_ destination, int32_t * charsWritten, ReadOnlySpan_1_Char_ format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFBF10, uint16_t, UInt16_Parse, (String * s, MethodInfo * method)); DO_APP_FUNC(0x01BFBF90, uint16_t, UInt16_Parse_1, (String * s, NumberStyles__Enum style, MethodInfo * method)); DO_APP_FUNC(0x01BFC020, uint16_t, UInt16_Parse_2, (String * s, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFC0B0, uint16_t, UInt16_Parse_3, (String * s, NumberStyles__Enum style, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFC150, uint16_t, UInt16_Parse_4, (ReadOnlySpan_1_Char_ s, NumberStyles__Enum style, NumberFormatInfo * info, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC708, UInt16_Parse_4__MethodInfo); DO_APP_FUNC(0x01BFC290, bool, UInt16_TryParse, (String * s, uint16_t * result, MethodInfo * method)); DO_APP_FUNC(0x01BFC390, bool, UInt16_TryParse_1, (String * s, NumberStyles__Enum style, IFormatProvider * provider, uint16_t * result, MethodInfo * method)); DO_APP_FUNC(0x01BFC450, bool, UInt16_TryParse_2, (ReadOnlySpan_1_Char_ s, NumberStyles__Enum style, NumberFormatInfo * info, uint16_t * result, MethodInfo * method)); DO_APP_FUNC(0x00EEC8F0, TypeCode__Enum, UInt16_GetTypeCode, (UInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFC500, bool, UInt16_System_IConvertible_ToBoolean, (UInt16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFC550, uint16_t, UInt16_System_IConvertible_ToChar, (UInt16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFC5A0, int8_t, UInt16_System_IConvertible_ToSByte, (UInt16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFC630, uint8_t, UInt16_System_IConvertible_ToByte, (UInt16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFC6C0, int16_t, UInt16_System_IConvertible_ToInt16, (UInt16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x00C57D60, uint16_t, UInt16_System_IConvertible_ToUInt16, (UInt16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFC750, int32_t, UInt16_System_IConvertible_ToInt32, (UInt16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFC7A0, uint32_t, UInt16_System_IConvertible_ToUInt32, (UInt16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFC7F0, int64_t, UInt16_System_IConvertible_ToInt64, (UInt16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFC840, uint64_t, UInt16_System_IConvertible_ToUInt64, (UInt16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFC890, float, UInt16_System_IConvertible_ToSingle, (UInt16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFC8E0, double, UInt16_System_IConvertible_ToDouble, (UInt16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFC930, Decimal, UInt16_System_IConvertible_ToDecimal, (UInt16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFC9E0, DateTime, UInt16_System_IConvertible_ToDateTime, (UInt16 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC6E0, UInt16_System_IConvertible_ToDateTime__MethodInfo); DO_APP_FUNC(0x01BFCA70, Object *, UInt16_System_IConvertible_ToType, (UInt16 * __this, Type * type, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFCB10, int32_t, UInt32_CompareTo, (UInt32 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC6D0, UInt32_CompareTo__MethodInfo); DO_APP_FUNC(0x00C514E0, int32_t, UInt32_CompareTo_1, (UInt32 * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01BFCC00, bool, UInt32_Equals, (UInt32 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00C514D0, bool, UInt32_Equals_1, (UInt32 * __this, uint32_t obj, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, UInt32_GetHashCode, (UInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFCC90, String *, UInt32_ToString, (UInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFCD30, String *, UInt32_ToString_1, (UInt32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFCDE0, String *, UInt32_ToString_2, (UInt32 * __this, String * format, MethodInfo * method)); DO_APP_FUNC(0x01BFCEA0, String *, UInt32_ToString_3, (UInt32 * __this, String * format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFCF70, bool, UInt32_TryFormat, (UInt32 * __this, Span_1_Char_ destination, int32_t * charsWritten, ReadOnlySpan_1_Char_ format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFD020, uint32_t, UInt32_Parse, (String * s, MethodInfo * method)); DO_APP_FUNC(0x01BFD0E0, uint32_t, UInt32_Parse_1, (String * s, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFD1B0, uint32_t, UInt32_Parse_2, (String * s, NumberStyles__Enum style, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFD290, bool, UInt32_TryParse, (String * s, uint32_t * result, MethodInfo * method)); DO_APP_FUNC(0x01BFD370, bool, UInt32_TryParse_1, (String * s, NumberStyles__Enum style, IFormatProvider * provider, uint32_t * result, MethodInfo * method)); DO_APP_FUNC(0x00A14060, TypeCode__Enum, UInt32_GetTypeCode, (UInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFD470, bool, UInt32_System_IConvertible_ToBoolean, (UInt32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFD4C0, uint16_t, UInt32_System_IConvertible_ToChar, (UInt32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFD550, int8_t, UInt32_System_IConvertible_ToSByte, (UInt32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFD5E0, uint8_t, UInt32_System_IConvertible_ToByte, (UInt32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFD670, int16_t, UInt32_System_IConvertible_ToInt16, (UInt32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFD700, uint16_t, UInt32_System_IConvertible_ToUInt16, (UInt32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFD790, int32_t, UInt32_System_IConvertible_ToInt32, (UInt32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, uint32_t, UInt32_System_IConvertible_ToUInt32, (UInt32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFD820, int64_t, UInt32_System_IConvertible_ToInt64, (UInt32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFD870, uint64_t, UInt32_System_IConvertible_ToUInt64, (UInt32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFD8C0, float, UInt32_System_IConvertible_ToSingle, (UInt32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFD920, double, UInt32_System_IConvertible_ToDouble, (UInt32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFD970, Decimal, UInt32_System_IConvertible_ToDecimal, (UInt32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFDA20, DateTime, UInt32_System_IConvertible_ToDateTime, (UInt32 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC6C0, UInt32_System_IConvertible_ToDateTime__MethodInfo); DO_APP_FUNC(0x01BFDAB0, Object *, UInt32_System_IConvertible_ToType, (UInt32 * __this, Type * type, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFDB50, int32_t, UInt64_CompareTo, (UInt64 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC6C8, UInt64_CompareTo__MethodInfo); DO_APP_FUNC(0x00C50D00, int32_t, UInt64_CompareTo_1, (UInt64 * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01BFDC40, bool, UInt64_Equals, (UInt64 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00ADBBA0, bool, UInt64_Equals_1, (UInt64 * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x00ADBB00, int32_t, UInt64_GetHashCode, (UInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFDCD0, String *, UInt64_ToString, (UInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFDD70, String *, UInt64_ToString_1, (UInt64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFDE20, String *, UInt64_ToString_2, (UInt64 * __this, String * format, MethodInfo * method)); DO_APP_FUNC(0x01BFDEE0, String *, UInt64_ToString_3, (UInt64 * __this, String * format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFDFB0, bool, UInt64_TryFormat, (UInt64 * __this, Span_1_Char_ destination, int32_t * charsWritten, ReadOnlySpan_1_Char_ format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFE060, uint64_t, UInt64_Parse, (String * s, MethodInfo * method)); DO_APP_FUNC(0x01BFE120, uint64_t, UInt64_Parse_1, (String * s, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFE1F0, uint64_t, UInt64_Parse_2, (String * s, NumberStyles__Enum style, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFE2D0, bool, UInt64_TryParse, (String * s, uint64_t * result, MethodInfo * method)); DO_APP_FUNC(0x01BFE3B0, bool, UInt64_TryParse_1, (String * s, NumberStyles__Enum style, IFormatProvider * provider, uint64_t * result, MethodInfo * method)); DO_APP_FUNC(0x00EECEB0, TypeCode__Enum, UInt64_GetTypeCode, (UInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFE4B0, bool, UInt64_System_IConvertible_ToBoolean, (UInt64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFE500, uint16_t, UInt64_System_IConvertible_ToChar, (UInt64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFE590, int8_t, UInt64_System_IConvertible_ToSByte, (UInt64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFE620, uint8_t, UInt64_System_IConvertible_ToByte, (UInt64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFE6B0, int16_t, UInt64_System_IConvertible_ToInt16, (UInt64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFE740, uint16_t, UInt64_System_IConvertible_ToUInt16, (UInt64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFE7D0, int32_t, UInt64_System_IConvertible_ToInt32, (UInt64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFE860, uint32_t, UInt64_System_IConvertible_ToUInt32, (UInt64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFE8F0, int64_t, UInt64_System_IConvertible_ToInt64, (UInt64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x00470F00, uint64_t, UInt64_System_IConvertible_ToUInt64, (UInt64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFE980, float, UInt64_System_IConvertible_ToSingle, (UInt64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFEA00, double, UInt64_System_IConvertible_ToDouble, (UInt64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFEA70, Decimal, UInt64_System_IConvertible_ToDecimal, (UInt64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFEB20, DateTime, UInt64_System_IConvertible_ToDateTime, (UInt64 * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC6B0, UInt64_System_IConvertible_ToDateTime__MethodInfo); DO_APP_FUNC(0x01BFEBB0, Object *, UInt64_System_IConvertible_ToType, (UInt64 * __this, Type * type, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01BFEC50, void, UnauthorizedAccessException__ctor, (UnauthorizedAccessException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFECA0, void, UnauthorizedAccessException__ctor_1, (UnauthorizedAccessException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, UnauthorizedAccessException__ctor_2, (UnauthorizedAccessException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01BFECC0, void, UnhandledExceptionEventArgs__ctor, (UnhandledExceptionEventArgs * __this, Object * exception, bool isTerminating, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, UnhandledExceptionEventArgs_get_ExceptionObject, (UnhandledExceptionEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, UnhandledExceptionEventArgs_get_IsTerminating, (UnhandledExceptionEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, UnhandledExceptionEventHandler__ctor, (UnhandledExceptionEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, UnhandledExceptionEventHandler_Invoke, (UnhandledExceptionEventHandler * __this, Object * sender, UnhandledExceptionEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x01BFED80, bool, ValueTuple_Equals, (ValueTuple * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ValueTuple_Equals_1, (ValueTuple * __this, ValueTuple other, MethodInfo * method)); DO_APP_FUNC(0x01BFEDD0, bool, ValueTuple_System_Collections_IStructuralEquatable_Equals, (ValueTuple * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x01BFEE20, int32_t, ValueTuple_System_IComparable_CompareTo, (ValueTuple * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC690, ValueTuple_System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x003C94D0, int32_t, ValueTuple_CompareTo, (ValueTuple * __this, ValueTuple other, MethodInfo * method)); DO_APP_FUNC(0x01BFEF40, int32_t, ValueTuple_System_Collections_IStructuralComparable_CompareTo, (ValueTuple * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC6A8, ValueTuple_System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x003C94D0, int32_t, ValueTuple_GetHashCode, (ValueTuple * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, ValueTuple_System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, ValueTuple_System_IValueTupleInternal_GetHashCode, (ValueTuple * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x01BFF060, String *, ValueTuple_ToString, (ValueTuple * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFF0A0, String *, ValueTuple_System_IValueTupleInternal_ToStringEnd, (ValueTuple * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, ValueTuple_System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFF0E0, int32_t, ValueTuple_CombineHashCodes, (int32_t h1, int32_t h2, MethodInfo * method)); DO_APP_FUNC(0x01BFF170, int32_t, ValueTuple_CombineHashCodes_1, (int32_t h1, int32_t h2, int32_t h3, MethodInfo * method)); DO_APP_FUNC(0x01BFF1F0, int32_t, ValueTuple_CombineHashCodes_2, (int32_t h1, int32_t h2, int32_t h3, int32_t h4, MethodInfo * method)); DO_APP_FUNC(0x01BFF280, int32_t, ValueTuple_CombineHashCodes_3, (int32_t h1, int32_t h2, int32_t h3, int32_t h4, int32_t h5, MethodInfo * method)); DO_APP_FUNC(0x01BFF320, int32_t, ValueTuple_CombineHashCodes_4, (int32_t h1, int32_t h2, int32_t h3, int32_t h4, int32_t h5, int32_t h6, MethodInfo * method)); DO_APP_FUNC(0x01BFF3C0, int32_t, ValueTuple_CombineHashCodes_5, (int32_t h1, int32_t h2, int32_t h3, int32_t h4, int32_t h5, int32_t h6, int32_t h7, MethodInfo * method)); DO_APP_FUNC(0x01BFF470, int32_t, ValueTuple_CombineHashCodes_6, (int32_t h1, int32_t h2, int32_t h3, int32_t h4, int32_t h5, int32_t h6, int32_t h7, int32_t h8, MethodInfo * method)); DO_APP_FUNC(0x01BFF530, void, Version__ctor, (Version * __this, int32_t major, int32_t minor, int32_t build, int32_t revision, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC640, Version__ctor__MethodInfo); DO_APP_FUNC(0x01BFF710, void, Version__ctor_1, (Version * __this, int32_t major, int32_t minor, int32_t build, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC620, Version__ctor_1__MethodInfo); DO_APP_FUNC(0x01BFF880, void, Version__ctor_2, (Version * __this, int32_t major, int32_t minor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC618, Version__ctor_2__MethodInfo); DO_APP_FUNC(0x01BFF980, void, Version__ctor_3, (Version * __this, String * version, MethodInfo * method)); DO_APP_FUNC(0x01BFFA70, void, Version__ctor_4, (Version * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFFA80, void, Version__ctor_5, (Version * __this, Version * version, MethodInfo * method)); DO_APP_FUNC(0x01BFFAC0, Object *, Version_Clone, (Version * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Version_get_Major, (Version * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, Version_get_Minor, (Version * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, Version_get_Build, (Version * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, Version_get_Revision, (Version * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFFB40, int32_t, Version_CompareTo, (Version * __this, Object * version, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC680, Version_CompareTo__MethodInfo); DO_APP_FUNC(0x01BFFC30, int32_t, Version_CompareTo_1, (Version * __this, Version * value, MethodInfo * method)); DO_APP_FUNC(0x01BFFC90, bool, Version_Equals, (Version * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01BFFD30, bool, Version_Equals_1, (Version * __this, Version * obj, MethodInfo * method)); DO_APP_FUNC(0x01BFFD70, int32_t, Version_GetHashCode, (Version * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFFDA0, String *, Version_ToString, (Version * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFFDD0, String *, Version_ToString_1, (Version * __this, int32_t fieldCount, MethodInfo * method)); DO_APP_FUNC(0x01BFFE90, bool, Version_TryFormat, (Version * __this, Span_1_Char_ destination, int32_t * charsWritten, MethodInfo * method)); DO_APP_FUNC(0x01BFFF80, bool, Version_TryFormat_1, (Version * __this, Span_1_Char_ destination, int32_t fieldCount, int32_t * charsWritten, MethodInfo * method)); DO_APP_FUNC(0x01BFFE90, bool, Version_System_ISpanFormattable_TryFormat, (Version * __this, Span_1_Char_ destination, int32_t * charsWritten, ReadOnlySpan_1_Char_ format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C000F0, int32_t, Version_get_DefaultFormatFieldCount, (Version * __this, MethodInfo * method)); DO_APP_FUNC(0x01C00110, StringBuilder *, Version_ToCachedStringBuilder, (Version * __this, int32_t fieldCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC670, Version_ToCachedStringBuilder__MethodInfo); DO_APP_FUNC(0x01C00480, Version *, Version_Parse, (String * input, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC668, Version_Parse__MethodInfo); DO_APP_FUNC(0x01C00540, Version *, Version_ParseVersion, (ReadOnlySpan_1_Char_ input, bool throwOnFailure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC658, Version_ParseVersion__MethodInfo); DO_APP_FUNC(0x01C00FD0, bool, Version_TryParseComponent, (ReadOnlySpan_1_Char_ component, String * componentName, bool throwOnFailure, int32_t * parsedComponent, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC5D0, Version_TryParseComponent__MethodInfo); DO_APP_FUNC(0x01C011A0, bool, Version_op_Equality, (Version * v1, Version * v2, MethodInfo * method)); DO_APP_FUNC(0x01C011E0, bool, Version_op_Inequality, (Version * v1, Version * v2, MethodInfo * method)); DO_APP_FUNC(0x01C01220, bool, Version_op_LessThan, (Version * v1, Version * v2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC5C0, Version_op_LessThan__MethodInfo); DO_APP_FUNC(0x01C012C0, bool, Version_op_LessThanOrEqual, (Version * v1, Version * v2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC5B8, Version_op_LessThanOrEqual__MethodInfo); DO_APP_FUNC(0x01C013E0, bool, Version_op_GreaterThan, (Version * v1, Version * v2, MethodInfo * method)); DO_APP_FUNC(0x01C01480, bool, Version_op_GreaterThanOrEqual, (Version * v1, Version * v2, MethodInfo * method)); DO_APP_FUNC(0x01C015A0, Exception *, NotImplemented_get_ByDesign, (MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, ConsoleCancelEventHandler__ctor, (ConsoleCancelEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ConsoleCancelEventHandler_Invoke, (ConsoleCancelEventHandler * __this, Object * sender, ConsoleCancelEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x01C01630, void, ConsoleCancelEventArgs__ctor, (ConsoleCancelEventArgs * __this, ConsoleSpecialKey__Enum type, MethodInfo * method)); DO_APP_FUNC(0x003CB250, bool, ConsoleCancelEventArgs_get_Cancel, (ConsoleCancelEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01C01690, void, ConsoleCancelEventArgs__ctor_1, (ConsoleCancelEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC5B0, ConsoleCancelEventArgs__ctor_1__MethodInfo); DO_APP_FUNC(0x01C016C0, void, ConsoleKeyInfo__ctor, (ConsoleKeyInfo * __this, uint16_t keyChar, ConsoleKey__Enum key, bool shift, bool alt, bool control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC5A0, ConsoleKeyInfo__ctor__MethodInfo); DO_APP_FUNC(0x00C57D60, uint16_t, ConsoleKeyInfo_get_KeyChar, (ConsoleKeyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59320, ConsoleKey__Enum, ConsoleKeyInfo_get_Key, (ConsoleKeyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01C01780, bool, ConsoleKeyInfo_Equals, (ConsoleKeyInfo * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01C01830, bool, ConsoleKeyInfo_Equals_1, (ConsoleKeyInfo * __this, ConsoleKeyInfo obj, MethodInfo * method)); DO_APP_FUNC(0x01C01850, int32_t, ConsoleKeyInfo_GetHashCode, (ConsoleKeyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01C01870, void, ThrowHelper_1_ThrowArgumentNullException, (ExceptionArgument__Enum argument, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC608, ThrowHelper_1_ThrowArgumentNullException__MethodInfo); DO_APP_FUNC(0x01C018A0, Exception *, ThrowHelper_1_CreateArgumentNullException, (ExceptionArgument__Enum argument, MethodInfo * method)); DO_APP_FUNC(0x01C01970, void, ThrowHelper_1_ThrowArrayTypeMismatchException, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC5F8, ThrowHelper_1_ThrowArrayTypeMismatchException__MethodInfo); DO_APP_FUNC(0x01C019A0, Exception *, ThrowHelper_1_CreateArrayTypeMismatchException, (MethodInfo * method)); DO_APP_FUNC(0x01C01A30, void, ThrowHelper_1_ThrowArgumentException_DestinationTooShort, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC5F0, ThrowHelper_1_ThrowArgumentException_DestinationTooShort__MethodInfo); DO_APP_FUNC(0x01C01A60, Exception *, ThrowHelper_1_CreateArgumentException_DestinationTooShort, (MethodInfo * method)); DO_APP_FUNC(0x01C01AE0, void, ThrowHelper_1_ThrowIndexOutOfRangeException, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC5E0, ThrowHelper_1_ThrowIndexOutOfRangeException__MethodInfo); DO_APP_FUNC(0x01C01B10, Exception *, ThrowHelper_1_CreateIndexOutOfRangeException, (MethodInfo * method)); DO_APP_FUNC(0x01C01BA0, void, ThrowHelper_1_ThrowArgumentOutOfRangeException, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC5D8, ThrowHelper_1_ThrowArgumentOutOfRangeException__MethodInfo); DO_APP_FUNC(0x01C01BD0, Exception *, ThrowHelper_1_CreateArgumentOutOfRangeException, (MethodInfo * method)); DO_APP_FUNC(0x01C01C60, void, ThrowHelper_1_ThrowArgumentOutOfRangeException_1, (ExceptionArgument__Enum argument, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC538, ThrowHelper_1_ThrowArgumentOutOfRangeException_1__MethodInfo); DO_APP_FUNC(0x01C01C90, Exception *, ThrowHelper_1_CreateArgumentOutOfRangeException_1, (ExceptionArgument__Enum argument, MethodInfo * method)); DO_APP_FUNC(0x01C01D60, void, ThrowHelper_1_ThrowNotSupportedException, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC530, ThrowHelper_1_ThrowNotSupportedException__MethodInfo); DO_APP_FUNC(0x01C01D90, Exception *, ThrowHelper_1_CreateThrowNotSupportedException, (MethodInfo * method)); DO_APP_FUNC(0x01C01E20, void, ThrowHelper_1_ThrowWrongKeyTypeArgumentException, (Object * key, Type * targetType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC520, ThrowHelper_1_ThrowWrongKeyTypeArgumentException__MethodInfo); DO_APP_FUNC(0x01C01F10, void, ThrowHelper_1_ThrowWrongValueTypeArgumentException, (Object * value, Type * targetType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC518, ThrowHelper_1_ThrowWrongValueTypeArgumentException__MethodInfo); DO_APP_FUNC(0x01C02000, void, ThrowHelper_1_ThrowArgumentException, (ExceptionResource__Enum resource, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC510, ThrowHelper_1_ThrowArgumentException__MethodInfo); DO_APP_FUNC(0x01C02070, void, ThrowHelper_1_ThrowArgumentException_1, (ExceptionResource__Enum resource, ExceptionArgument__Enum argument, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC508, ThrowHelper_1_ThrowArgumentException_1__MethodInfo); DO_APP_FUNC(0x01C020F0, void, ThrowHelper_1_ThrowArgumentOutOfRangeException_2, (ExceptionArgument__Enum argument, ExceptionResource__Enum resource, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC4F8, ThrowHelper_1_ThrowArgumentOutOfRangeException_2__MethodInfo); DO_APP_FUNC(0x01C021F0, void, ThrowHelper_1_ThrowInvalidOperationException, (ExceptionResource__Enum resource, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC4F0, ThrowHelper_1_ThrowInvalidOperationException__MethodInfo); DO_APP_FUNC(0x01C02260, void, ThrowHelper_1_ThrowSerializationException, (ExceptionResource__Enum resource, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC598, ThrowHelper_1_ThrowSerializationException__MethodInfo); DO_APP_FUNC(0x01C022D0, void, ThrowHelper_1_ThrowNotSupportedException_1, (ExceptionResource__Enum resource, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC590, ThrowHelper_1_ThrowNotSupportedException_1__MethodInfo); DO_APP_FUNC(0x01C02340, void, ThrowHelper_1_ThrowInvalidOperationException_InvalidOperation_EnumFailedVersion, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC588, ThrowHelper_1_ThrowInvalidOperationException_InvalidOperation_EnumFailedVersion__MethodInfo); DO_APP_FUNC(0x01C023A0, void, ThrowHelper_1_ThrowInvalidOperationException_InvalidOperation_EnumOpCantHappen, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC580, ThrowHelper_1_ThrowInvalidOperationException_InvalidOperation_EnumOpCantHappen__MethodInfo); DO_APP_FUNC(0x01C02400, void, ThrowHelper_1_ThrowInvalidOperationException_InvalidOperation_EnumNotStarted, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC578, ThrowHelper_1_ThrowInvalidOperationException_InvalidOperation_EnumNotStarted__MethodInfo); DO_APP_FUNC(0x01C02460, void, ThrowHelper_1_ThrowInvalidOperationException_InvalidOperation_EnumEnded, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC570, ThrowHelper_1_ThrowInvalidOperationException_InvalidOperation_EnumEnded__MethodInfo); DO_APP_FUNC(0x01C024C0, void, ThrowHelper_1_ThrowInvalidOperationException_InvalidOperation_NoValue, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC560, ThrowHelper_1_ThrowInvalidOperationException_InvalidOperation_NoValue__MethodInfo); DO_APP_FUNC(0x01C02520, ArgumentOutOfRangeException *, ThrowHelper_1_GetArgumentOutOfRangeException, (ExceptionArgument__Enum argument, String * resource, MethodInfo * method)); DO_APP_FUNC(0x01C025B0, void, ThrowHelper_1_ThrowArgumentOutOfRange_IndexException, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC558, ThrowHelper_1_ThrowArgumentOutOfRange_IndexException__MethodInfo); DO_APP_FUNC(0x01C025F0, void, ThrowHelper_1_ThrowIndexArgumentOutOfRange_NeedNonNegNumException, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC550, ThrowHelper_1_ThrowIndexArgumentOutOfRange_NeedNonNegNumException__MethodInfo); DO_APP_FUNC(0x01C02630, void, ThrowHelper_1_ThrowArgumentException_Argument_InvalidArrayType, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC548, ThrowHelper_1_ThrowArgumentException_Argument_InvalidArrayType__MethodInfo); DO_APP_FUNC(0x01C02690, ArgumentException *, ThrowHelper_1_GetAddingDuplicateWithKeyArgumentException, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x01C02730, void, ThrowHelper_1_ThrowAddingDuplicateWithKeyArgumentException, (Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC540, ThrowHelper_1_ThrowAddingDuplicateWithKeyArgumentException__MethodInfo); DO_APP_FUNC(0x01C02760, KeyNotFoundException *, ThrowHelper_1_GetKeyNotFoundException, (Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC488, ThrowHelper_1_GetKeyNotFoundException__MethodInfo); DO_APP_FUNC(0x01C027F0, void, ThrowHelper_1_ThrowKeyNotFoundException, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x01C02800, void, ThrowHelper_1_ThrowInvalidTypeWithPointersNotSupported, (Type * targetType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC478, ThrowHelper_1_ThrowInvalidTypeWithPointersNotSupported__MethodInfo); DO_APP_FUNC(0x01C02870, void, ThrowHelper_1_ThrowInvalidOperationException_ConcurrentOperationsNotSupported, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC470, ThrowHelper_1_ThrowInvalidOperationException_ConcurrentOperationsNotSupported__MethodInfo); DO_APP_FUNC(0x01C028B0, InvalidOperationException *, ThrowHelper_1_GetInvalidOperationException, (String * str, MethodInfo * method)); DO_APP_FUNC(0x01C02920, void, ThrowHelper_1_ThrowArraySegmentCtorValidationFailedExceptions, (Array * array, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC468, ThrowHelper_1_ThrowArraySegmentCtorValidationFailedExceptions__MethodInfo); DO_APP_FUNC(0x01C02950, Exception *, ThrowHelper_1_GetArraySegmentCtorValidationFailedException, (Array * array, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01C02AE0, ArgumentException *, ThrowHelper_1_GetArgumentException, (ExceptionResource__Enum resource, MethodInfo * method)); DO_APP_FUNC(0x01C02B90, ArgumentNullException *, ThrowHelper_1_GetArgumentNullException, (ExceptionArgument__Enum argument, MethodInfo * method)); DO_APP_FUNC(0x01C02C30, String *, ThrowHelper_1_GetArgumentName, (ExceptionArgument__Enum argument, MethodInfo * method)); DO_APP_FUNC(0x01C02FD0, ArgumentOutOfRangeException *, ThrowHelper_1_GetArgumentOutOfRangeException_1, (ExceptionArgument__Enum argument, ExceptionResource__Enum resource, MethodInfo * method)); DO_APP_FUNC(0x01C03090, void, ThrowHelper_1_ThrowStartIndexArgumentOutOfRange_ArgumentOutOfRange_Index, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC4D8, ThrowHelper_1_ThrowStartIndexArgumentOutOfRange_ArgumentOutOfRange_Index__MethodInfo); DO_APP_FUNC(0x01C030C0, void, ThrowHelper_1_ThrowCountArgumentOutOfRange_ArgumentOutOfRange_Count, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC4D0, ThrowHelper_1_ThrowCountArgumentOutOfRange_ArgumentOutOfRange_Count__MethodInfo); DO_APP_FUNC(0x01C030F0, String *, ThrowHelper_1_GetResourceName, (ExceptionResource__Enum resource, MethodInfo * method)); DO_APP_FUNC(0x01C03770, void, AppDomainUnloadedException__ctor, (AppDomainUnloadedException * __this, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, AppDomainUnloadedException__ctor_1, (AppDomainUnloadedException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01C037C0, void, CannotUnloadAppDomainException__ctor, (CannotUnloadAppDomainException * __this, MethodInfo * method)); DO_APP_FUNC(0x01C03810, void, CannotUnloadAppDomainException__ctor_1, (CannotUnloadAppDomainException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, CannotUnloadAppDomainException__ctor_2, (CannotUnloadAppDomainException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01C03830, void, OperatingSystem__ctor, (OperatingSystem * __this, PlatformID__Enum platform, Version * version, MethodInfo * method)); DO_APP_FUNC(0x01C03850, void, OperatingSystem__ctor_1, (OperatingSystem * __this, PlatformID__Enum platform, Version * version, String * servicePack, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC438, OperatingSystem__ctor_1__MethodInfo); DO_APP_FUNC(0x01C039B0, void, OperatingSystem_GetObjectData, (OperatingSystem * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC430, OperatingSystem_GetObjectData__MethodInfo); DO_APP_FUNC(0x003BA2E0, PlatformID__Enum, OperatingSystem_get_Platform, (OperatingSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Version *, OperatingSystem_get_Version, (OperatingSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x01C03A00, Object *, OperatingSystem_Clone, (OperatingSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x01C03A90, String *, OperatingSystem_ToString, (OperatingSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x01C03AA0, String *, OperatingSystem_get_VersionString, (OperatingSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x01C03D80, void, MissingFieldException__ctor, (MissingFieldException * __this, MethodInfo * method)); DO_APP_FUNC(0x01C03DD0, void, MissingFieldException__ctor_1, (MissingFieldException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01BDD020, void, MissingFieldException__ctor_2, (MissingFieldException * __this, String * className, String * fieldName, MethodInfo * method)); DO_APP_FUNC(0x01BDD140, void, MissingFieldException__ctor_3, (MissingFieldException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01C03DF0, String *, MissingFieldException_get_Message, (MissingFieldException * __this, MethodInfo * method)); DO_APP_FUNC(0x01C03F10, void, MissingMemberException__ctor, (MissingMemberException * __this, MethodInfo * method)); DO_APP_FUNC(0x01C03F60, void, MissingMemberException__ctor_1, (MissingMemberException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01C03F80, void, MissingMemberException__ctor_2, (MissingMemberException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01C04270, void, MissingMemberException_GetObjectData, (MissingMemberException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01C04610, String *, MissingMemberException_get_Message, (MissingMemberException * __this, MethodInfo * method)); DO_APP_FUNC(0x01C04760, String *, MissingMemberException_FormatSignature, (Byte__Array * signature, MethodInfo * method)); DO_APP_FUNC(0x01C047A0, void, OutOfMemoryException__ctor, (OutOfMemoryException * __this, MethodInfo * method)); DO_APP_FUNC(0x01C047F0, void, OutOfMemoryException__ctor_1, (OutOfMemoryException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, OutOfMemoryException__ctor_2, (OutOfMemoryException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01C04810, Array *, Array_CreateInstance, (Type * elementType, Int64__Array * lengths, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC370, Array_CreateInstance__MethodInfo); DO_APP_FUNC(0x01C049F0, int32_t, Array_System_Collections_ICollection_get_Count, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_System_Collections_IList_get_IsReadOnly, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x01C04A00, Object *, Array_System_Collections_IList_get_Item, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01C04A10, void, Array_System_Collections_IList_set_Item, (Array * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01C04A30, int32_t, Array_System_Collections_IList_Add, (Array * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC2B0, Array_System_Collections_IList_Add__MethodInfo); DO_APP_FUNC(0x01C04A90, bool, Array_System_Collections_IList_Contains, (Array * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01C04B70, void, Array_System_Collections_IList_Clear, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x01C04BD0, int32_t, Array_System_Collections_IList_IndexOf, (Array * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01C04CA0, void, Array_System_Collections_IList_Insert, (Array * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC2A8, Array_System_Collections_IList_Insert__MethodInfo); DO_APP_FUNC(0x01C04D00, void, Array_System_Collections_IList_Remove, (Array * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC2A0, Array_System_Collections_IList_Remove__MethodInfo); DO_APP_FUNC(0x01C04D60, void, Array_System_Collections_IList_RemoveAt, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC298, Array_System_Collections_IList_RemoveAt__MethodInfo); DO_APP_FUNC(0x01C04DC0, void, Array_CopyTo, (Array * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC290, Array_CopyTo__MethodInfo); DO_APP_FUNC(0x01AF5290, Object *, Array_Clone, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x01C04EB0, int32_t, Array_System_Collections_IStructuralComparable_CompareTo, (Array * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC280, Array_System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x01C050E0, bool, Array_System_Collections_IStructuralEquatable_Equals, (Array * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x0108EFF0, int32_t, Array_CombineHashCodes, (int32_t h1, int32_t h2, MethodInfo * method)); DO_APP_FUNC(0x01C05210, int32_t, Array_System_Collections_IStructuralEquatable_GetHashCode, (Array * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC278, Array_System_Collections_IStructuralEquatable_GetHashCode__MethodInfo); DO_APP_FUNC(0x01C05450, int32_t, Array_BinarySearch, (Array * array, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC320, Array_BinarySearch__MethodInfo); DO_APP_FUNC(0x01C05530, void, Array_Copy, (Array * sourceArray, Array * destinationArray, int64_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC318, Array_Copy__MethodInfo); DO_APP_FUNC(0x01C056F0, void, Array_Copy_1, (Array * sourceArray, int64_t sourceIndex, Array * destinationArray, int64_t destinationIndex, int64_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC310, Array_Copy_1__MethodInfo); DO_APP_FUNC(0x01C05880, void, Array_CopyTo_1, (Array * __this, Array * array, int64_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC308, Array_CopyTo_1__MethodInfo); DO_APP_FUNC(0x01C05920, int64_t, Array_get_LongLength, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x01C059E0, int64_t, Array_GetLongLength, (Array * __this, int32_t dimension, MethodInfo * method)); DO_APP_FUNC(0x01C05A40, Object *, Array_GetValue, (Array * __this, int64_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC300, Array_GetValue__MethodInfo); DO_APP_FUNC(0x01C05AE0, Object *, Array_GetValue_1, (Array * __this, int64_t index1, int64_t index2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC2F8, Array_GetValue_1__MethodInfo); DO_APP_FUNC(0x01C05C60, Object *, Array_GetValue_2, (Array * __this, int64_t index1, int64_t index2, int64_t index3, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC2F0, Array_GetValue_2__MethodInfo); DO_APP_FUNC(0x01C05E70, Object *, Array_GetValue_3, (Array * __this, Int64__Array * indices, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC2E0, Array_GetValue_3__MethodInfo); DO_APP_FUNC(0x00418D30, bool, Array_get_IsFixedSize, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_get_IsReadOnly, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_get_IsSynchronized, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Object *, Array_get_SyncRoot, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x01C06050, int32_t, Array_BinarySearch_1, (Array * array, int32_t index, int32_t length, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01C06070, int32_t, Array_BinarySearch_2, (Array * array, Object * value, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC2D0, Array_BinarySearch_2__MethodInfo); DO_APP_FUNC(0x01C06150, int32_t, Array_BinarySearch_3, (Array * array, int32_t index, int32_t length, Object * value, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC2C8, Array_BinarySearch_3__MethodInfo); DO_APP_FUNC(0x01C06550, int32_t, Array_GetMedian, (int32_t low, int32_t hi, MethodInfo * method)); DO_APP_FUNC(0x01C04BD0, int32_t, Array_IndexOf, (Array * array, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC208, Array_IndexOf__MethodInfo); DO_APP_FUNC(0x01C06560, int32_t, Array_IndexOf_1, (Array * array, Object * value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC200, Array_IndexOf_1__MethodInfo); DO_APP_FUNC(0x01C06640, int32_t, Array_IndexOf_2, (Array * array, Object * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC1F8, Array_IndexOf_2__MethodInfo); DO_APP_FUNC(0x01C06950, int32_t, Array_LastIndexOf, (Array * array, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC1F0, Array_LastIndexOf__MethodInfo); DO_APP_FUNC(0x01C06A00, int32_t, Array_LastIndexOf_1, (Array * array, Object * value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC1E8, Array_LastIndexOf_1__MethodInfo); DO_APP_FUNC(0x01C06A80, int32_t, Array_LastIndexOf_2, (Array * array, Object * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC1E0, Array_LastIndexOf_2__MethodInfo); DO_APP_FUNC(0x01C06E00, void, Array_Reverse, (Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC1C8, Array_Reverse__MethodInfo); DO_APP_FUNC(0x01C06EC0, void, Array_Reverse_1, (Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC270, Array_Reverse_1__MethodInfo); DO_APP_FUNC(0x01C07180, void, Array_SetValue, (Array * __this, Object * value, int64_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC268, Array_SetValue__MethodInfo); DO_APP_FUNC(0x01C07220, void, Array_SetValue_1, (Array * __this, Object * value, int64_t index1, int64_t index2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC260, Array_SetValue_1__MethodInfo); DO_APP_FUNC(0x01C07330, void, Array_SetValue_2, (Array * __this, Object * value, int64_t index1, int64_t index2, int64_t index3, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC258, Array_SetValue_2__MethodInfo); DO_APP_FUNC(0x01C074C0, void, Array_SetValue_3, (Array * __this, Object * value, Int64__Array * indices, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC250, Array_SetValue_3__MethodInfo); DO_APP_FUNC(0x01C076B0, void, Array_Sort, (Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC248, Array_Sort__MethodInfo); DO_APP_FUNC(0x01C07780, void, Array_Sort_1, (Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01C077B0, void, Array_Sort_2, (Array * array, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC240, Array_Sort_2__MethodInfo); DO_APP_FUNC(0x01C07890, void, Array_Sort_3, (Array * array, int32_t index, int32_t length, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x01C078C0, void, Array_Sort_4, (Array * keys, Array * items, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC238, Array_Sort_4__MethodInfo); DO_APP_FUNC(0x01C079A0, void, Array_Sort_5, (Array * keys, Array * items, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC230, Array_Sort_5__MethodInfo); DO_APP_FUNC(0x01C07A80, void, Array_Sort_6, (Array * keys, Array * items, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01C07AA0, void, Array_Sort_7, (Array * keys, Array * items, int32_t index, int32_t length, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC228, Array_Sort_7__MethodInfo); DO_APP_FUNC(0x01C07E40, IEnumerator *, Array_GetEnumerator, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array__ctor, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x01C049F0, int32_t, Array_InternalArray__ICollection_get_Count, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Array_InternalArray__ICollection_get_IsReadOnly, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x01C07F00, uint8_t *, Array_GetRawSzArrayData, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x01C07F20, void, Array_InternalArray__ICollection_Clear, (Array * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC1A8, Array_InternalArray__ICollection_Clear__MethodInfo); DO_APP_FUNC(0x01C049F0, int32_t, Array_InternalArray__IReadOnlyCollection_get_Count, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x01C07F80, void, Array_InternalArray__RemoveAt, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC1A0, Array_InternalArray__RemoveAt__MethodInfo); DO_APP_FUNC(0x01C07FE0, int32_t, Array_get_Length, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x01C080A0, int32_t, Array_get_Rank, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x01C080A0, int32_t, Array_GetRank, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x01C080B0, int32_t, Array_GetLength, (Array * __this, int32_t dimension, MethodInfo * method)); DO_APP_FUNC(0x01C08100, int32_t, Array_GetLowerBound, (Array * __this, int32_t dimension, MethodInfo * method)); DO_APP_FUNC(0x01C08150, Object *, Array_GetValue_4, (Array * __this, Int32__Array * indices, MethodInfo * method)); DO_APP_FUNC(0x01C08160, void, Array_SetValue_4, (Array * __this, Object * value, Int32__Array * indices, MethodInfo * method)); DO_APP_FUNC(0x01C082D0, Object *, Array_GetValueImpl, (Array * __this, int32_t pos, MethodInfo * method)); DO_APP_FUNC(0x01C08300, void, Array_SetValueImpl, (Array * __this, Object * value, int32_t pos, MethodInfo * method)); DO_APP_FUNC(0x01C08310, bool, Array_FastCopy, (Array * source, int32_t source_idx, Array * dest, int32_t dest_idx, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01C08320, Array *, Array_CreateInstanceImpl, (Type * elementType, Int32__Array * lengths, Int32__Array * bounds, MethodInfo * method)); DO_APP_FUNC(0x01C08330, int32_t, Array_GetUpperBound, (Array * __this, int32_t dimension, MethodInfo * method)); DO_APP_FUNC(0x01C083A0, Object *, Array_GetValue_5, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC198, Array_GetValue_5__MethodInfo); DO_APP_FUNC(0x01C085A0, Object *, Array_GetValue_6, (Array * __this, int32_t index1, int32_t index2, MethodInfo * method)); DO_APP_FUNC(0x01C08630, Object *, Array_GetValue_7, (Array * __this, int32_t index1, int32_t index2, int32_t index3, MethodInfo * method)); DO_APP_FUNC(0x01C086D0, void, Array_SetValue_5, (Array * __this, Object * value, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC1C0, Array_SetValue_5__MethodInfo); DO_APP_FUNC(0x01C088B0, void, Array_SetValue_6, (Array * __this, Object * value, int32_t index1, int32_t index2, MethodInfo * method)); DO_APP_FUNC(0x01C08950, void, Array_SetValue_7, (Array * __this, Object * value, int32_t index1, int32_t index2, int32_t index3, MethodInfo * method)); DO_APP_FUNC(0x01C08A00, Array *, Array_UnsafeCreateInstance, (Type * elementType, Int32__Array * lengths, Int32__Array * lowerBounds, MethodInfo * method)); DO_APP_FUNC(0x01C08A10, Array *, Array_UnsafeCreateInstance_1, (Type * elementType, int32_t length1, int32_t length2, MethodInfo * method)); DO_APP_FUNC(0x01C08AA0, Array *, Array_UnsafeCreateInstance_2, (Type * elementType, Int32__Array * lengths, MethodInfo * method)); DO_APP_FUNC(0x01C08AB0, Array *, Array_CreateInstance_1, (Type * elementType, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01C08A10, Array *, Array_CreateInstance_2, (Type * elementType, int32_t length1, int32_t length2, MethodInfo * method)); DO_APP_FUNC(0x01C08B30, Array *, Array_CreateInstance_3, (Type * elementType, int32_t length1, int32_t length2, int32_t length3, MethodInfo * method)); DO_APP_FUNC(0x01C08BD0, Array *, Array_CreateInstance_4, (Type * elementType, Int32__Array * lengths, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC128, Array_CreateInstance_4__MethodInfo); DO_APP_FUNC(0x01C08F40, Array *, Array_CreateInstance_5, (Type * elementType, Int32__Array * lengths, Int32__Array * lowerBounds, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC110, Array_CreateInstance_5__MethodInfo); DO_APP_FUNC(0x01C09500, void, Array_Clear, (Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC0E0, Array_Clear__MethodInfo); DO_APP_FUNC(0x01C096F0, void, Array_ClearInternal, (Array * a, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01C09720, void, Array_Copy_2, (Array * sourceArray, Array * destinationArray, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC160, Array_Copy_2__MethodInfo); DO_APP_FUNC(0x01C09860, void, Array_Copy_3, (Array * sourceArray, int32_t sourceIndex, Array * destinationArray, int32_t destinationIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC150, Array_Copy_3__MethodInfo); DO_APP_FUNC(0x01C09F60, ArrayTypeMismatchException *, Array_CreateArrayTypeMismatchException, (MethodInfo * method)); DO_APP_FUNC(0x01C09FF0, bool, Array_CanAssignArrayElement, (Type * source, Type * target, MethodInfo * method)); DO_APP_FUNC(0x01C0A0F0, void, Array_ConstrainedCopy, (Array * sourceArray, int32_t sourceIndex, Array * destinationArray, int32_t destinationIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_Initialize, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x01C0A100, void, Array_SortImpl, (Array * keys, Array * items, int32_t index, int32_t length, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x01C0A220, void, Array_ArrayEnumerator__ctor, (Array_ArrayEnumerator * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x01C0A2A0, bool, Array_ArrayEnumerator_MoveNext, (Array_ArrayEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x00727E20, void, Array_ArrayEnumerator_Reset, (Array_ArrayEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AF5290, Object *, Array_ArrayEnumerator_Clone, (Array_ArrayEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01C0A2C0, Object *, Array_ArrayEnumerator_get_Current, (Array_ArrayEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFAA8, Array_ArrayEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x01C0A490, void, Array_SorterObjectArray__ctor, (Array_SorterObjectArray * __this, Object__Array * keys, Object__Array * items, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x01C0A610, void, Array_SorterObjectArray_SwapIfGreaterWithItems, (Array_SorterObjectArray * __this, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x01C0A820, void, Array_SorterObjectArray_Swap, (Array_SorterObjectArray * __this, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01C0A9C0, void, Array_SorterObjectArray_Sort, (Array_SorterObjectArray * __this, int32_t left, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01C0A9D0, void, Array_SorterObjectArray_IntrospectiveSort, (Array_SorterObjectArray * __this, int32_t left, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFA30, Array_SorterObjectArray_IntrospectiveSort__MethodInfo); DO_APP_FUNC(0x01C0AAB0, void, Array_SorterObjectArray_IntroSort, (Array_SorterObjectArray * __this, int32_t lo, int32_t hi, int32_t depthLimit, MethodInfo * method)); DO_APP_FUNC(0x01C0AB90, int32_t, Array_SorterObjectArray_PickPivotAndPartition, (Array_SorterObjectArray * __this, int32_t lo, int32_t hi, MethodInfo * method)); DO_APP_FUNC(0x01C0AD20, void, Array_SorterObjectArray_Heapsort, (Array_SorterObjectArray * __this, int32_t lo, int32_t hi, MethodInfo * method)); DO_APP_FUNC(0x01C0ADE0, void, Array_SorterObjectArray_DownHeap, (Array_SorterObjectArray * __this, int32_t i, int32_t n, int32_t lo, MethodInfo * method)); DO_APP_FUNC(0x01C0B100, void, Array_SorterObjectArray_InsertionSort, (Array_SorterObjectArray * __this, int32_t lo, int32_t hi, MethodInfo * method)); DO_APP_FUNC(0x01C0B390, void, Array_SorterGenericArray__ctor, (Array_SorterGenericArray * __this, Array * keys, Array * items, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x01C0B510, void, Array_SorterGenericArray_SwapIfGreaterWithItems, (Array_SorterGenericArray * __this, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x01C0B690, void, Array_SorterGenericArray_Swap, (Array_SorterGenericArray * __this, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01C0B780, void, Array_SorterGenericArray_Sort, (Array_SorterGenericArray * __this, int32_t left, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01C0B790, void, Array_SorterGenericArray_IntrospectiveSort, (Array_SorterGenericArray * __this, int32_t left, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFA28, Array_SorterGenericArray_IntrospectiveSort__MethodInfo); DO_APP_FUNC(0x01C0B890, void, Array_SorterGenericArray_IntroSort, (Array_SorterGenericArray * __this, int32_t lo, int32_t hi, int32_t depthLimit, MethodInfo * method)); DO_APP_FUNC(0x01C0B970, int32_t, Array_SorterGenericArray_PickPivotAndPartition, (Array_SorterGenericArray * __this, int32_t lo, int32_t hi, MethodInfo * method)); DO_APP_FUNC(0x01C0BB10, void, Array_SorterGenericArray_Heapsort, (Array_SorterGenericArray * __this, int32_t lo, int32_t hi, MethodInfo * method)); DO_APP_FUNC(0x01C0BBD0, void, Array_SorterGenericArray_DownHeap, (Array_SorterGenericArray * __this, int32_t i, int32_t n, int32_t lo, MethodInfo * method)); DO_APP_FUNC(0x01C0BE00, void, Array_SorterGenericArray_InsertionSort, (Array_SorterGenericArray * __this, int32_t lo, int32_t hi, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MonoTODOAttribute__ctor, (MonoTODOAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, MonoTODOAttribute__ctor_1, (MonoTODOAttribute * __this, String * comment, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, MonoLimitationAttribute__ctor, (MonoLimitationAttribute * __this, String * comment, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, MonoNotSupportedAttribute__ctor, (MonoNotSupportedAttribute * __this, String * comment, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LocalDataStoreHolder__ctor, (LocalDataStoreHolder * __this, LocalDataStore * store, MethodInfo * method)); DO_APP_FUNC(0x01C0BFB0, void, LocalDataStoreHolder_Finalize, (LocalDataStoreHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, LocalDataStore *, LocalDataStoreHolder_get_Store, (LocalDataStoreHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB110, void, LocalDataStoreElement__ctor, (LocalDataStoreElement * __this, int64_t cookie, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, LocalDataStoreElement_get_Value, (LocalDataStoreElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LocalDataStoreElement_set_Value, (LocalDataStoreElement * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, int64_t, LocalDataStoreElement_get_Cookie, (LocalDataStoreElement * __this, MethodInfo * method)); DO_APP_FUNC(0x01C0C010, void, LocalDataStore__ctor, (LocalDataStore * __this, LocalDataStoreMgr * mgr, int32_t InitialCapacity, MethodInfo * method)); DO_APP_FUNC(0x01C0C110, void, LocalDataStore_Dispose, (LocalDataStore * __this, MethodInfo * method)); DO_APP_FUNC(0x01C0C140, Object *, LocalDataStore_GetData, (LocalDataStore * __this, LocalDataStoreSlot * slot, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFA60, LocalDataStore_GetData__MethodInfo); DO_APP_FUNC(0x01C0C280, void, LocalDataStore_SetData, (LocalDataStore * __this, LocalDataStoreSlot * slot, Object * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFA58, LocalDataStore_SetData__MethodInfo); DO_APP_FUNC(0x01C0C420, void, LocalDataStore_FreeData, (LocalDataStore * __this, int32_t slot, int64_t cookie, MethodInfo * method)); DO_APP_FUNC(0x01C0C480, LocalDataStoreElement *, LocalDataStore_PopulateElement, (LocalDataStore * __this, LocalDataStoreSlot * slot, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFA38, LocalDataStore_PopulateElement__MethodInfo); DO_APP_FUNC(0x01C0C960, void, LocalDataStoreSlot__ctor, (LocalDataStoreSlot * __this, LocalDataStoreMgr * mgr, int32_t slot, int64_t cookie, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, LocalDataStoreMgr *, LocalDataStoreSlot_get_Manager, (LocalDataStoreSlot * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, LocalDataStoreSlot_get_Slot, (LocalDataStoreSlot * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, int64_t, LocalDataStoreSlot_get_Cookie, (LocalDataStoreSlot * __this, MethodInfo * method)); DO_APP_FUNC(0x01C0C9D0, void, LocalDataStoreSlot_Finalize, (LocalDataStoreSlot * __this, MethodInfo * method)); DO_APP_FUNC(0x01C0CA30, LocalDataStoreHolder *, LocalDataStoreMgr_CreateLocalDataStore, (LocalDataStoreMgr * __this, MethodInfo * method)); DO_APP_FUNC(0x01C0CDC0, void, LocalDataStoreMgr_DeleteLocalDataStore, (LocalDataStoreMgr * __this, LocalDataStore * store, MethodInfo * method)); DO_APP_FUNC(0x01C0CF40, LocalDataStoreSlot *, LocalDataStoreMgr_AllocateDataSlot, (LocalDataStoreMgr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF9A0, LocalDataStoreMgr_AllocateDataSlot__MethodInfo); DO_APP_FUNC(0x01C0D440, LocalDataStoreSlot *, LocalDataStoreMgr_AllocateNamedDataSlot, (LocalDataStoreMgr * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01C0D640, LocalDataStoreSlot *, LocalDataStoreMgr_GetNamedDataSlot, (LocalDataStoreMgr * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01C0D840, void, LocalDataStoreMgr_FreeNamedDataSlot, (LocalDataStoreMgr * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01C0D9C0, void, LocalDataStoreMgr_FreeDataSlot, (LocalDataStoreMgr * __this, int32_t slot, int64_t cookie, MethodInfo * method)); DO_APP_FUNC(0x01C0DC40, void, LocalDataStoreMgr_ValidateSlot, (LocalDataStoreMgr * __this, LocalDataStoreSlot * slot, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF9F0, LocalDataStoreMgr_ValidateSlot__MethodInfo); DO_APP_FUNC(0x00C3BB90, int32_t, LocalDataStoreMgr_GetSlotTableLength, (LocalDataStoreMgr * __this, MethodInfo * method)); DO_APP_FUNC(0x01C0DCD0, void, LocalDataStoreMgr__ctor, (LocalDataStoreMgr * __this, MethodInfo * method)); DO_APP_FUNC(0x01C0DED0, Object *, Activator_CreateInstance, (Type * type, BindingFlags__Enum bindingAttr, Binder * binder, Object__Array * args, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC(0x01C0DF00, Object *, Activator_CreateInstance_1, (Type * type, BindingFlags__Enum bindingAttr, Binder * binder, Object__Array * args, CultureInfo * culture, Object__Array * activationAttributes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF918, Activator_CreateInstance_1__MethodInfo); DO_APP_FUNC(0x01C0E150, Object *, Activator_CreateInstance_2, (Type * type, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x01C0E180, Object *, Activator_CreateInstance_3, (Type * type, Object__Array * args, Object__Array * activationAttributes, MethodInfo * method)); DO_APP_FUNC(0x01C0E1B0, Object *, Activator_CreateInstance_4, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01C0E1C0, Object *, Activator_CreateInstance_5, (Type * type, bool nonPublic, MethodInfo * method)); DO_APP_FUNC(0x01C0E1D0, Object *, Activator_CreateInstance_6, (Type * type, bool nonPublic, bool wrapExceptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF908, Activator_CreateInstance_6__MethodInfo); DO_APP_FUNC(0x01C0E390, Attribute__Array *, Attribute_InternalGetCustomAttributes, (PropertyInfo_1 * element, Type * type, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01C0E440, Attribute__Array *, Attribute_InternalGetCustomAttributes_1, (EventInfo_1 * element, Type * type, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01C0E4F0, bool, Attribute_InternalIsDefined, (PropertyInfo_1 * element, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01C0E560, bool, Attribute_InternalIsDefined_1, (EventInfo_1 * element, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01ABB7E0, Attribute__Array *, Attribute_GetCustomAttributes, (MemberInfo_1 * element, Type * type, MethodInfo * method)); DO_APP_FUNC(0x01C0E5D0, Attribute__Array *, Attribute_GetCustomAttributes_1, (MemberInfo_1 * element, Type * type, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF960, Attribute_GetCustomAttributes_1__MethodInfo); DO_APP_FUNC(0x01ABB800, bool, Attribute_IsDefined, (MemberInfo_1 * element, Type * attributeType, MethodInfo * method)); DO_APP_FUNC(0x01C0EA00, bool, Attribute_IsDefined_1, (MemberInfo_1 * element, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF940, Attribute_IsDefined_1__MethodInfo); DO_APP_FUNC(0x01ABB7C0, Attribute *, Attribute_GetCustomAttribute, (MemberInfo_1 * element, Type * attributeType, MethodInfo * method)); DO_APP_FUNC(0x01C0ED50, Attribute *, Attribute_GetCustomAttribute_1, (MemberInfo_1 * element, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF930, Attribute_GetCustomAttribute_1__MethodInfo); DO_APP_FUNC(0x01C0EE00, Attribute__Array *, Attribute_GetCustomAttributes_2, (Assembly * element, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF928, Attribute_GetCustomAttributes_2__MethodInfo); DO_APP_FUNC(0x01ABB700, Attribute *, Attribute_GetCustomAttribute_2, (Assembly * element, Type * attributeType, MethodInfo * method)); DO_APP_FUNC(0x01C0F060, Attribute *, Attribute_GetCustomAttribute_3, (Assembly * element, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF920, Attribute_GetCustomAttribute_3__MethodInfo); DO_APP_FUNC(0x003AC050, void, Attribute__ctor, (Attribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01C0F110, bool, Attribute_Equals, (Attribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01C0F390, bool, Attribute_AreFieldValuesEqual, (Object * thisValue, Object * thatValue, MethodInfo * method)); DO_APP_FUNC(0x01C0F580, int32_t, Attribute_GetHashCode, (Attribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF87A0, Object *, Attribute_get_TypeId, (Attribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01C0F710, bool, Attribute_Match, (Attribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Attribute_IsDefaultAttribute, (Attribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01C0F730, bool, Buffer_InternalBlockCopy, (Array * src, int32_t srcOffsetBytes, Array * dst, int32_t dstOffsetBytes, int32_t byteCount, MethodInfo * method)); DO_APP_FUNC(0x01C0F7F0, int32_t, Buffer_IndexOfByte, (uint8_t * src, uint8_t value, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01C0F8B0, int32_t, Buffer__ByteLength, (Array * array, MethodInfo * method)); DO_APP_FUNC(0x01C0F8C0, void, Buffer_ZeroMemory, (uint8_t * src, int64_t len, MethodInfo * method)); DO_APP_FUNC(0x01C0F8E0, void, Buffer_Memcpy, (uint8_t * pDest, int32_t destIndex, Byte__Array * src, int32_t srcIndex, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x01C0F940, void, Buffer_InternalMemcpy, (uint8_t * dest, uint8_t * src, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01C0F950, int32_t, Buffer_ByteLength, (Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF880, Buffer_ByteLength__MethodInfo); DO_APP_FUNC(0x01C0FA10, void, Buffer_BlockCopy, (Array * src, int32_t srcOffset, Array * dst, int32_t dstOffset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF868, Buffer_BlockCopy__MethodInfo); DO_APP_FUNC(0x01C0FCF0, void, Buffer_MemoryCopy, (Void * source, Void * destination, int64_t destinationSizeInBytes, int64_t sourceBytesToCopy, MethodInfo * method)); DO_APP_FUNC(0x01C0FE10, void, Buffer_memcpy4, (uint8_t * dest, uint8_t * src, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01C0FEB0, void, Buffer_memcpy2, (uint8_t * dest, uint8_t * src, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01C0FF30, void, Buffer_memcpy1, (uint8_t * dest, uint8_t * src, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01C0FFE0, void, Buffer_Memcpy_1, (uint8_t * dest, uint8_t * src, int32_t len, bool useICall, MethodInfo * method)); DO_APP_FUNC(0x01C102B0, void, Buffer_Memmove, (uint8_t * dest, uint8_t * src, uint32_t len, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ContextBoundObject__ctor, (ContextBoundObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ContextStaticAttribute__ctor, (ContextStaticAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01C10300, MethodBase *, DefaultBinder_BindToMethod, (DefaultBinder * __this, BindingFlags__Enum bindingAttr, MethodBase__Array * match, Object__Array * * args, ParameterModifier__Array * modifiers, CultureInfo * cultureInfo, String__Array * names, Object * * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF8C8, DefaultBinder_BindToMethod__MethodInfo); DO_APP_FUNC(0x01C129D0, FieldInfo_1 *, DefaultBinder_BindToField, (DefaultBinder * __this, BindingFlags__Enum bindingAttr, FieldInfo_1__Array * match, Object * value, CultureInfo * cultureInfo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF8B0, DefaultBinder_BindToField__MethodInfo); DO_APP_FUNC(0x01C130E0, PropertyInfo_1 *, DefaultBinder_SelectProperty, (DefaultBinder * __this, BindingFlags__Enum bindingAttr, PropertyInfo_1__Array * match, Type * returnType, Type__Array * indexes, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF800, DefaultBinder_SelectProperty__MethodInfo); DO_APP_FUNC(0x01C13E90, Object *, DefaultBinder_ChangeType, (DefaultBinder * __this, Object * value, Type * type, CultureInfo * cultureInfo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF7F0, DefaultBinder_ChangeType__MethodInfo); DO_APP_FUNC(0x01C13F00, void, DefaultBinder_ReorderArgumentArray, (DefaultBinder * __this, Object__Array * * args, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01C14370, MethodBase *, DefaultBinder_ExactBinding, (MethodBase__Array * match, Type__Array * types, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF7E8, DefaultBinder_ExactBinding__MethodInfo); DO_APP_FUNC(0x01C145F0, PropertyInfo_1 *, DefaultBinder_ExactPropertyBinding, (PropertyInfo_1__Array * match, Type * returnType, Type__Array * types, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF7E0, DefaultBinder_ExactPropertyBinding__MethodInfo); DO_APP_FUNC(0x01C148D0, int32_t, DefaultBinder_FindMostSpecific, (ParameterInfo__Array * p1, Int32__Array * paramOrder1, Type * paramArrayType1, ParameterInfo__Array * p2, Int32__Array * paramOrder2, Type * paramArrayType2, Type__Array * types, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x01C14C80, int32_t, DefaultBinder_FindMostSpecificType, (Type * c1, Type * c2, Type * t, MethodInfo * method)); DO_APP_FUNC(0x01C150B0, int32_t, DefaultBinder_FindMostSpecificMethod, (MethodBase * m1, Int32__Array * paramOrder1, Type * paramArrayType1, MethodBase * m2, Int32__Array * paramOrder2, Type * paramArrayType2, Type__Array * types, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x01C156B0, int32_t, DefaultBinder_FindMostSpecificField, (FieldInfo_1 * cur1, FieldInfo_1 * cur2, MethodInfo * method)); DO_APP_FUNC(0x01C15800, int32_t, DefaultBinder_FindMostSpecificProperty, (PropertyInfo_1 * cur1, PropertyInfo_1 * cur2, MethodInfo * method)); DO_APP_FUNC(0x01C15950, bool, DefaultBinder_CompareMethodSigAndName, (MethodBase * m1, MethodBase * m2, MethodInfo * method)); DO_APP_FUNC(0x01C15AB0, int32_t, DefaultBinder_GetHierarchyDepth, (Type * t, MethodInfo * method)); DO_APP_FUNC(0x01C15B30, MethodBase *, DefaultBinder_FindMostDerivedNewSlotMeth, (MethodBase__Array * match, int32_t cMatches, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF828, DefaultBinder_FindMostDerivedNewSlotMeth__MethodInfo); DO_APP_FUNC(0x01C15C80, void, DefaultBinder_ReorderParams, (Int32__Array * paramOrder, Object__Array * vars, MethodInfo * method)); DO_APP_FUNC(0x01C15EB0, bool, DefaultBinder_CreateParamOrder, (Int32__Array * paramOrder, ParameterInfo__Array * pars, String__Array * names, MethodInfo * method)); DO_APP_FUNC(0x01C160D0, bool, DefaultBinder_CanConvertPrimitive, (RuntimeType * source, RuntimeType * target, MethodInfo * method)); DO_APP_FUNC(0x01C163C0, bool, DefaultBinder_CanConvertPrimitiveObjectToType, (Object * source, RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x01C164E0, bool, DefaultBinder_CompareMethodSig, (MethodBase * m1, MethodBase * m2, MethodInfo * method)); DO_APP_FUNC(0x01C16640, MethodBase *, DefaultBinder_SelectMethod, (DefaultBinder * __this, BindingFlags__Enum bindingAttr, MethodBase__Array * match, Type__Array * types, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF7B8, DefaultBinder_SelectMethod__MethodInfo); DO_APP_FUNC(0x01C16E80, bool, DefaultBinder_CanChangePrimitive, (Type * source, Type * target, MethodInfo * method)); DO_APP_FUNC(0x01C17040, bool, DefaultBinder_CanPrimitiveWiden, (Type * source, Type * target, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DefaultBinder__ctor, (DefaultBinder * __this, MethodInfo * method)); DO_APP_FUNC(0x01C171C0, void, DefaultBinder__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C172A0, void, DefaultBinder_BinderState__ctor, (DefaultBinder_BinderState * __this, Int32__Array * argsMap, int32_t originalSize, bool isParamArray, MethodInfo * method)); DO_APP_FUNC(0x01C17310, void, DefaultBinder_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DefaultBinder_c__ctor, (DefaultBinder_c * __this, MethodInfo * method)); DO_APP_FUNC(0x01C173C0, bool, DefaultBinder_c__SelectProperty_b__2_0, (DefaultBinder_c * __this, Type * t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF818, DefaultBinder_c__SelectProperty_b__2_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, Empty__ctor, (Empty * __this, MethodInfo * method)); DO_APP_FUNC(0x01C17410, String *, Empty_ToString, (Empty * __this, MethodInfo * method)); DO_APP_FUNC(0x01C17450, void, Empty_GetObjectData, (Empty * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF7C0, Empty_GetObjectData__MethodInfo); DO_APP_FUNC(0x01C174E0, void, Empty__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C17590, Enum_ValuesAndNames *, Enum_GetCachedValuesAndNames, (RuntimeType * enumType, bool getNames, MethodInfo * method)); DO_APP_FUNC(0x01C17870, String *, Enum_InternalFormattedHexString, (Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF768, Enum_InternalFormattedHexString__MethodInfo); DO_APP_FUNC(0x01C18170, String *, Enum_InternalFormat, (RuntimeType * eT, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01C182E0, String *, Enum_InternalFlagsFormat, (RuntimeType * eT, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01C184E0, uint64_t, Enum_ToUInt64, (Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF758, Enum_ToUInt64__MethodInfo); DO_APP_FUNC(0x01C186D0, int32_t, Enum_InternalCompareTo, (Object * o1, Object * o2, MethodInfo * method)); DO_APP_FUNC(0x01C187D0, RuntimeType *, Enum_InternalGetUnderlyingType, (RuntimeType * enumType, MethodInfo * method)); DO_APP_FUNC(0x01C18820, bool, Enum_GetEnumValuesAndNames, (RuntimeType * enumType, UInt64__Array * * values, String__Array * * names, MethodInfo * method)); DO_APP_FUNC(0x01C18860, Object *, Enum_InternalBoxEnum, (RuntimeType * enumType, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01C18890, Object *, Enum_Parse, (Type * enumType, String * value, MethodInfo * method)); DO_APP_FUNC(0x01C18900, Object *, Enum_Parse_1, (Type * enumType, String * value, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF7B0, Enum_Parse_1__MethodInfo); DO_APP_FUNC(0x01C18A60, bool, Enum_TryParseEnum, (Type * enumType, String * value, bool ignoreCase, Enum_EnumResult * parseResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF798, Enum_TryParseEnum__MethodInfo); DO_APP_FUNC(0x01C194A0, Type *, Enum_GetUnderlyingType, (Type * enumType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF790, Enum_GetUnderlyingType__MethodInfo); DO_APP_FUNC(0x01C19560, Array *, Enum_GetValues, (Type * enumType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF730, Enum_GetValues__MethodInfo); DO_APP_FUNC(0x01C19620, UInt64__Array *, Enum_InternalGetValues, (RuntimeType * enumType, MethodInfo * method)); DO_APP_FUNC(0x01C19690, String *, Enum_GetName, (Type * enumType, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF728, Enum_GetName__MethodInfo); DO_APP_FUNC(0x01C19750, String__Array *, Enum_GetNames, (Type * enumType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF720, Enum_GetNames__MethodInfo); DO_APP_FUNC(0x01C19810, String__Array *, Enum_InternalGetNames, (RuntimeType * enumType, MethodInfo * method)); DO_APP_FUNC(0x01C19880, Object *, Enum_ToObject, (Type * enumType, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF718, Enum_ToObject__MethodInfo); DO_APP_FUNC(0x01C19E00, bool, Enum_IsDefined, (Type * enumType, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF750, Enum_IsDefined__MethodInfo); DO_APP_FUNC(0x01C19EC0, String *, Enum_Format, (Type * enumType, Object * value, String * format, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF748, Enum_Format__MethodInfo); DO_APP_FUNC(0x01C1A6A0, Object *, Enum_get_value, (Enum * __this, MethodInfo * method)); DO_APP_FUNC(0x01C1A6A0, Object *, Enum_GetValue, (Enum * __this, MethodInfo * method)); DO_APP_FUNC(0x01C1A720, bool, Enum_InternalHasFlag, (Enum * __this, Enum flags, MethodInfo * method)); DO_APP_FUNC(0x01C1A7B0, int32_t, Enum_get_hashcode, (Enum * __this, MethodInfo * method)); DO_APP_FUNC(0x01C1A830, bool, Enum_Equals, (Enum * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01C1A7B0, int32_t, Enum_GetHashCode, (Enum * __this, MethodInfo * method)); DO_APP_FUNC(0x01C1A840, String *, Enum_ToString, (Enum * __this, MethodInfo * method)); DO_APP_FUNC(0x01C1A960, String *, Enum_ToString_1, (Enum * __this, String * format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C1A970, int32_t, Enum_CompareTo, (Enum * __this, Object * target, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF710, Enum_CompareTo__MethodInfo); DO_APP_FUNC(0x01C1ABA0, String *, Enum_ToString_2, (Enum * __this, String * format, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF708, Enum_ToString_2__MethodInfo); DO_APP_FUNC(0x01B647C0, String *, Enum_ToString_3, (Enum * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C1B070, bool, Enum_HasFlag, (Enum * __this, Enum flag, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF700, Enum_HasFlag__MethodInfo); DO_APP_FUNC(0x01C1B290, TypeCode__Enum, Enum_GetTypeCode, (Enum * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF6F0, Enum_GetTypeCode__MethodInfo); DO_APP_FUNC(0x01C1B720, bool, Enum_System_IConvertible_ToBoolean, (Enum * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C1B840, uint16_t, Enum_System_IConvertible_ToChar, (Enum * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C1B960, int8_t, Enum_System_IConvertible_ToSByte, (Enum * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C1BA80, uint8_t, Enum_System_IConvertible_ToByte, (Enum * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C1BBA0, int16_t, Enum_System_IConvertible_ToInt16, (Enum * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C1BCC0, uint16_t, Enum_System_IConvertible_ToUInt16, (Enum * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C1BDE0, int32_t, Enum_System_IConvertible_ToInt32, (Enum * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C1BF00, uint32_t, Enum_System_IConvertible_ToUInt32, (Enum * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C1C020, int64_t, Enum_System_IConvertible_ToInt64, (Enum * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C1C140, uint64_t, Enum_System_IConvertible_ToUInt64, (Enum * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C1C260, float, Enum_System_IConvertible_ToSingle, (Enum * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C1C380, double, Enum_System_IConvertible_ToDouble, (Enum * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C1C4A0, Decimal, Enum_System_IConvertible_ToDecimal, (Enum * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C1C5E0, DateTime, Enum_System_IConvertible_ToDateTime, (Enum * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF6B8, Enum_System_IConvertible_ToDateTime__MethodInfo); DO_APP_FUNC(0x01C1C6E0, Object *, Enum_System_IConvertible_ToType, (Enum * __this, Type * type, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C1C750, Object *, Enum_ToObject_1, (Type * enumType, int8_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF6B0, Enum_ToObject_1__MethodInfo); DO_APP_FUNC(0x01C1C9B0, Object *, Enum_ToObject_2, (Type * enumType, int16_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF6A8, Enum_ToObject_2__MethodInfo); DO_APP_FUNC(0x01C1CC10, Object *, Enum_ToObject_3, (Type * enumType, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF6A0, Enum_ToObject_3__MethodInfo); DO_APP_FUNC(0x01C1CE70, Object *, Enum_ToObject_4, (Type * enumType, uint8_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF6E8, Enum_ToObject_4__MethodInfo); DO_APP_FUNC(0x01C1D0D0, Object *, Enum_ToObject_5, (Type * enumType, uint16_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF6E0, Enum_ToObject_5__MethodInfo); DO_APP_FUNC(0x01C1D330, Object *, Enum_ToObject_6, (Type * enumType, uint32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF6D8, Enum_ToObject_6__MethodInfo); DO_APP_FUNC(0x01C1D590, Object *, Enum_ToObject_7, (Type * enumType, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF6D0, Enum_ToObject_7__MethodInfo); DO_APP_FUNC(0x01C1D7F0, Object *, Enum_ToObject_8, (Type * enumType, uint64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF6C8, Enum_ToObject_8__MethodInfo); DO_APP_FUNC(0x01C1DA50, Object *, Enum_ToObject_9, (Type * enumType, uint16_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF648, Enum_ToObject_9__MethodInfo); DO_APP_FUNC(0x01C1DCB0, Object *, Enum_ToObject_10, (Type * enumType, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF640, Enum_ToObject_10__MethodInfo); DO_APP_FUNC(0x01C1DF10, bool, Enum_TryParse, (Type * enumType, String * value, bool ignoreCase, Object * * result, MethodInfo * method)); DO_APP_FUNC(0x01C1E080, bool, Enum_TryParse_1, (Type * enumType, String * value, Object * * result, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enum__ctor, (Enum * __this, MethodInfo * method)); DO_APP_FUNC(0x01C1E210, void, Enum__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C1E2F0, void, Enum_EnumResult_Init, (Enum_EnumResult * __this, bool canMethodThrow, MethodInfo * method)); DO_APP_FUNC(0x01C1E390, void, Enum_EnumResult_SetFailure, (Enum_EnumResult * __this, Exception * unhandledException, MethodInfo * method)); DO_APP_FUNC(0x01C1E3F0, void, Enum_EnumResult_SetFailure_1, (Enum_EnumResult * __this, Enum_ParseFailureKind__Enum failure, String * failureParameter, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF638, Enum_EnumResult_SetFailure_1__MethodInfo); DO_APP_FUNC(0x01C1E480, void, Enum_EnumResult_SetFailure_2, (Enum_EnumResult * __this, Enum_ParseFailureKind__Enum failure, String * failureMessageID, Object * failureMessageFormatArgument, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF630, Enum_EnumResult_SetFailure_2__MethodInfo); DO_APP_FUNC(0x01C1E580, Exception *, Enum_EnumResult_GetEnumParseException, (Enum_EnumResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, Enum_ValuesAndNames__ctor, (Enum_ValuesAndNames * __this, UInt64__Array * values, String__Array * names, MethodInfo * method)); DO_APP_FUNC(0x01C1E720, void, Exception_Init, (Exception * __this, MethodInfo * method)); DO_APP_FUNC(0x01C1E8D0, void, Exception__ctor, (Exception * __this, MethodInfo * method)); DO_APP_FUNC(0x01C1E8E0, void, Exception__ctor_1, (Exception * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01C1E950, void, Exception__ctor_2, (Exception * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x01C1EA30, void, Exception__ctor_3, (Exception * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF5F0, Exception__ctor_3__MethodInfo); DO_APP_FUNC(0x01C1F1A0, String *, Exception_get_Message, (Exception * __this, MethodInfo * method)); DO_APP_FUNC(0x01C1F2D0, IDictionary *, Exception_get_Data, (Exception * __this, MethodInfo * method)); DO_APP_FUNC(0x01C1F380, String *, Exception_GetClassName, (Exception * __this, MethodInfo * method)); DO_APP_FUNC(0x01C1F420, Exception *, Exception_GetBaseException, (Exception * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Exception *, Exception_get_InnerException, (Exception * __this, MethodInfo * method)); DO_APP_FUNC(0x01C1F440, String *, Exception_get_StackTrace, (Exception * __this, MethodInfo * method)); DO_APP_FUNC(0x01C1F450, String *, Exception_GetStackTrace, (Exception * __this, bool needFileInfo, MethodInfo * method)); DO_APP_FUNC(0x01C1F550, void, Exception_SetErrorCode, (Exception * __this, int32_t hr, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, Exception_get_HelpLink, (Exception * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, Exception_set_HelpLink, (Exception * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01C1F560, String *, Exception_get_Source, (Exception * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, Exception_set_Source, (Exception * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x019D3470, String *, Exception_ToString, (Exception * __this, MethodInfo * method)); DO_APP_FUNC(0x01C1F6E0, String *, Exception_ToString_1, (Exception * __this, bool needFileLineInfo, bool needMessage, MethodInfo * method)); DO_APP_FUNC(0x01C1FA00, void, Exception_GetObjectData, (Exception * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF620, Exception_GetObjectData__MethodInfo); DO_APP_FUNC(0x01C20610, void, Exception_OnDeserialized, (Exception * __this, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0041E8A0, String *, Exception_StripFileInfo, (Exception * __this, String * stackTrace, bool isRemoteStackTrace, MethodInfo * method)); DO_APP_FUNC(0x01C20730, void, Exception_RestoreExceptionDispatchInfo, (Exception * __this, ExceptionDispatchInfo * exceptionDispatchInfo, MethodInfo * method)); DO_APP_FUNC(0x00764A50, int32_t, Exception_get_HResult, (Exception * __this, MethodInfo * method)); DO_APP_FUNC(0x01C1F550, void, Exception_set_HResult, (Exception * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01BF87A0, Type *, Exception_GetType, (Exception * __this, MethodInfo * method)); DO_APP_FUNC(0x01C208E0, String *, Exception_GetMessageFromNativeResources, (Exception_ExceptionMessageKind__Enum kind, MethodInfo * method)); DO_APP_FUNC(0x01C20990, Exception *, Exception_FixRemotingException, (Exception * __this, MethodInfo * method)); DO_APP_FUNC(0x01C20B70, void, Exception_ReportUnhandledException, (Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x01C20B80, void, Exception__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C20C40, int32_t, GC_1_GetCollectionCount, (int32_t generation, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, GC_1_GetMaxGeneration, (MethodInfo * method)); DO_APP_FUNC(0x01C20C50, void, GC_1_InternalCollect, (int32_t generation, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GC_1_RecordPressure, (int64_t bytesAllocated, MethodInfo * method)); DO_APP_FUNC(0x01C20C70, void, GC_1_register_ephemeron_array, (Ephemeron__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01C20D60, Object *, GC_1_get_ephemeron_tombstone, (MethodInfo * method)); DO_APP_FUNC(0x01C20D80, void, GC_1_GetMemoryInfo, (uint32_t * highMemLoadThreshold, uint64_t * totalPhysicalMem, uint32_t * lastRecordedMemLoad, void * * lastRecordedHeapSize, void * * lastRecordedFragmentation, MethodInfo * method)); DO_APP_FUNC(0x01C20E30, void, GC_1_AddMemoryPressure, (int64_t bytesAllocated, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF5B0, GC_1_AddMemoryPressure__MethodInfo); DO_APP_FUNC(0x01C20F00, void, GC_1_RemoveMemoryPressure, (int64_t bytesAllocated, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF5D0, GC_1_RemoveMemoryPressure__MethodInfo); DO_APP_FUNC(0x01C20FD0, void, GC_1_Collect, (int32_t generation, MethodInfo * method)); DO_APP_FUNC(0x01C21150, void, GC_1_Collect_1, (MethodInfo * method)); DO_APP_FUNC(0x01C211E0, void, GC_1_Collect_2, (int32_t generation, GCCollectionMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x01C213A0, void, GC_1_Collect_3, (int32_t generation, GCCollectionMode__Enum mode, bool blocking, MethodInfo * method)); DO_APP_FUNC(0x01C21520, void, GC_1_Collect_4, (int32_t generation, GCCollectionMode__Enum mode, bool blocking, bool compacting, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF5C0, GC_1_Collect_4__MethodInfo); DO_APP_FUNC(0x01C21670, int32_t, GC_1_CollectionCount, (int32_t generation, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF580, GC_1_CollectionCount__MethodInfo); DO_APP_FUNC(0x003AC050, void, GC_1_KeepAlive, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01C21740, int32_t, GC_1_get_MaxGeneration, (MethodInfo * method)); DO_APP_FUNC(0x01C21790, void, GC_1__SuppressFinalize, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01C21900, void, GC_1_SuppressFinalize, (Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF578, GC_1_SuppressFinalize__MethodInfo); DO_APP_FUNC(0x01C21AE0, void, GC_1__ReRegisterForFinalize, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01C21C60, void, GC_1_ReRegisterForFinalize, (Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF570, GC_1_ReRegisterForFinalize__MethodInfo); DO_APP_FUNC(0x01C21E40, int64_t, GC_1_GetTotalMemory, (bool forceFullCollection, MethodInfo * method)); DO_APP_FUNC(0x01C21E70, void, GC_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C21F10, RuntimeType *, RuntimeType_GetType, (String * typeName, bool throwOnError, bool ignoreCase, bool reflectionOnly, StackCrawlMark__Enum * stackMark, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF568, RuntimeType_GetType__MethodInfo); DO_APP_FUNC(0x01C21FA0, void, RuntimeType_ThrowIfTypeNeverValidGenericArgument, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF598, RuntimeType_ThrowIfTypeNeverValidGenericArgument__MethodInfo); DO_APP_FUNC(0x01C22120, void, RuntimeType_SanityCheckGenericArguments, (RuntimeType__Array * genericArguments, RuntimeType__Array * genericParamters, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF590, RuntimeType_SanityCheckGenericArguments__MethodInfo); DO_APP_FUNC(0x01C223A0, void, RuntimeType_SplitName, (String * fullname, String * * name, String * * ns, MethodInfo * method)); DO_APP_FUNC(0x01C227F0, BindingFlags__Enum, RuntimeType_FilterPreCalculate, (bool isPublic, bool isInherited, bool isStatic, MethodInfo * method)); DO_APP_FUNC(0x01C22830, void, RuntimeType_FilterHelper, (BindingFlags__Enum bindingFlags, String * * name, bool allowPrefixLookup, bool * prefixLookup, bool * ignoreCase, RuntimeType_MemberListType__Enum * listType, MethodInfo * method)); DO_APP_FUNC(0x01C22B10, void, RuntimeType_FilterHelper_1, (BindingFlags__Enum bindingFlags, String * * name, bool * ignoreCase, RuntimeType_MemberListType__Enum * listType, MethodInfo * method)); DO_APP_FUNC(0x01C22BB0, bool, RuntimeType_FilterApplyPrefixLookup, (MemberInfo_1 * memberInfo, String * name, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x01C22DF0, bool, RuntimeType_FilterApplyBase, (MemberInfo_1 * memberInfo, BindingFlags__Enum bindingFlags, bool isPublic, bool isNonProtectedInternal, bool isStatic, String * name, bool prefixLookup, MethodInfo * method)); DO_APP_FUNC(0x01C23000, bool, RuntimeType_FilterApplyType, (Type * type, BindingFlags__Enum bindingFlags, String * name, bool prefixLookup, String * ns, MethodInfo * method)); DO_APP_FUNC(0x01C23170, bool, RuntimeType_FilterApplyMethodInfo, (RuntimeMethodInfo * method_1, BindingFlags__Enum bindingFlags, CallingConventions__Enum callConv, Type__Array * argumentTypes, MethodInfo * method)); DO_APP_FUNC(0x01C23210, bool, RuntimeType_FilterApplyConstructorInfo, (RuntimeConstructorInfo * constructor, BindingFlags__Enum bindingFlags, CallingConventions__Enum callConv, Type__Array * argumentTypes, MethodInfo * method)); DO_APP_FUNC(0x01C232B0, bool, RuntimeType_FilterApplyMethodBase, (MethodBase * methodBase, BindingFlags__Enum methodFlags, BindingFlags__Enum bindingFlags, CallingConventions__Enum callConv, Type__Array * argumentTypes, MethodInfo * method)); DO_APP_FUNC(0x01C23550, void, RuntimeType__ctor, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF520, RuntimeType__ctor__MethodInfo); DO_APP_FUNC(0x01C235A0, RuntimeType_ListBuilder_1_System_Reflection_MethodInfo_, RuntimeType_GetMethodCandidates, (RuntimeType * __this, String * name, BindingFlags__Enum bindingAttr, CallingConventions__Enum callConv, Type__Array * types, int32_t genericParamCount, bool allowPrefixLookup, MethodInfo * method)); DO_APP_FUNC(0x01C23820, RuntimeType_ListBuilder_1_System_Reflection_ConstructorInfo_, RuntimeType_GetConstructorCandidates, (RuntimeType * __this, String * name, BindingFlags__Enum bindingAttr, CallingConventions__Enum callConv, Type__Array * types, bool allowPrefixLookup, MethodInfo * method)); DO_APP_FUNC(0x01C23D90, RuntimeType_ListBuilder_1_System_Reflection_PropertyInfo_, RuntimeType_GetPropertyCandidates, (RuntimeType * __this, String * name, BindingFlags__Enum bindingAttr, Type__Array * types, bool allowPrefixLookup, MethodInfo * method)); DO_APP_FUNC(0x01C23FA0, RuntimeType_ListBuilder_1_System_Reflection_EventInfo_, RuntimeType_GetEventCandidates, (RuntimeType * __this, String * name, BindingFlags__Enum bindingAttr, bool allowPrefixLookup, MethodInfo * method)); DO_APP_FUNC(0x01C241A0, RuntimeType_ListBuilder_1_System_Reflection_FieldInfo_, RuntimeType_GetFieldCandidates, (RuntimeType * __this, String * name, BindingFlags__Enum bindingAttr, bool allowPrefixLookup, MethodInfo * method)); DO_APP_FUNC(0x01C24360, RuntimeType_ListBuilder_1_Type_, RuntimeType_GetNestedTypeCandidates, (RuntimeType * __this, String * fullname, BindingFlags__Enum bindingAttr, bool allowPrefixLookup, MethodInfo * method)); DO_APP_FUNC(0x01C248F0, MethodInfo_1__Array *, RuntimeType_GetMethods, (RuntimeType * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC(0x01C249A0, ConstructorInfo__Array *, RuntimeType_GetConstructors, (RuntimeType * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC(0x01C24A40, PropertyInfo_1__Array *, RuntimeType_GetProperties, (RuntimeType * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC(0x01C24AE0, EventInfo_1__Array *, RuntimeType_GetEvents, (RuntimeType * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC(0x01C24B70, FieldInfo_1__Array *, RuntimeType_GetFields, (RuntimeType * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC(0x01C24C00, MemberInfo_1__Array *, RuntimeType_GetMembers, (RuntimeType * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC(0x01C251F0, ConstructorInfo *, RuntimeType_GetConstructorImpl, (RuntimeType * __this, BindingFlags__Enum bindingAttr, Binder * binder, CallingConventions__Enum callConvention, Type__Array * types, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC(0x01C254E0, PropertyInfo_1 *, RuntimeType_GetPropertyImpl, (RuntimeType * __this, String * name, BindingFlags__Enum bindingAttr, Binder * binder, Type * returnType, Type__Array * types, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF450, RuntimeType_GetPropertyImpl__MethodInfo); DO_APP_FUNC(0x01C25800, EventInfo_1 *, RuntimeType_GetEvent, (RuntimeType * __this, String * name, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF448, RuntimeType_GetEvent__MethodInfo); DO_APP_FUNC(0x01C25A30, FieldInfo_1 *, RuntimeType_GetField, (RuntimeType * __this, String * name, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF440, RuntimeType_GetField__MethodInfo); DO_APP_FUNC(0x01C25E20, Type *, RuntimeType_GetNestedType, (RuntimeType * __this, String * fullname, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF438, RuntimeType_GetNestedType__MethodInfo); DO_APP_FUNC(0x01C261D0, MemberInfo_1__Array *, RuntimeType_GetMember, (RuntimeType * __this, String * name, MemberTypes__Enum type, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF468, RuntimeType_GetMember__MethodInfo); DO_APP_FUNC(0x01C26910, Module *, RuntimeType_get_Module, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C26910, RuntimeModule *, RuntimeType_GetRuntimeModule, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C26930, Assembly *, RuntimeType_get_Assembly, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C26930, RuntimeAssembly *, RuntimeType_GetRuntimeAssembly, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01467310, RuntimeTypeHandle, RuntimeType_get_TypeHandle, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C26950, bool, RuntimeType_IsInstanceOfType, (RuntimeType * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x01C26980, bool, RuntimeType_IsAssignableFrom, (RuntimeType * __this, Type * c, MethodInfo * method)); DO_APP_FUNC(0x01C26AC0, bool, RuntimeType_IsEquivalentTo, (RuntimeType * __this, Type * other, MethodInfo * method)); DO_APP_FUNC(0x01C26B50, Type *, RuntimeType_get_BaseType, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C26B60, RuntimeType *, RuntimeType_GetBaseType, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Type *, RuntimeType_get_UnderlyingSystemType, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C26E50, TypeAttributes__Enum, RuntimeType_GetAttributeFlagsImpl, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C26E80, bool, RuntimeType_IsContextfulImpl, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C26F20, bool, RuntimeType_IsByRefImpl, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C26F40, bool, RuntimeType_IsPrimitiveImpl, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C26F70, bool, RuntimeType_IsPointerImpl, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C26F90, bool, RuntimeType_IsCOMObjectImpl, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C26FA0, bool, RuntimeType_IsValueTypeImpl, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C270A0, bool, RuntimeType_get_IsEnum, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C27110, bool, RuntimeType_HasElementTypeImpl, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C27140, GenericParameterAttributes__Enum, RuntimeType_get_GenericParameterAttributes, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF408, RuntimeType_get_GenericParameterAttributes__MethodInfo); DO_APP_FUNC(0x01C27200, bool, RuntimeType_get_IsSzArray, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C27220, bool, RuntimeType_IsArrayImpl, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C27240, int32_t, RuntimeType_GetArrayRank, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF400, RuntimeType_GetArrayRank__MethodInfo); DO_APP_FUNC(0x01C272E0, Type *, RuntimeType_GetElementType, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C27350, String__Array *, RuntimeType_GetEnumNames, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF430, RuntimeType_GetEnumNames__MethodInfo); DO_APP_FUNC(0x01C27550, Array *, RuntimeType_GetEnumValues, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF428, RuntimeType_GetEnumValues__MethodInfo); DO_APP_FUNC(0x01C276E0, Type *, RuntimeType_GetEnumUnderlyingType, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF420, RuntimeType_GetEnumUnderlyingType__MethodInfo); DO_APP_FUNC(0x01C27800, bool, RuntimeType_IsEnumDefined, (RuntimeType * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF418, RuntimeType_IsEnumDefined__MethodInfo); DO_APP_FUNC(0x01C27F20, String *, RuntimeType_GetEnumName, (RuntimeType * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF410, RuntimeType_GetEnumName__MethodInfo); DO_APP_FUNC(0x01C281C0, RuntimeType__Array *, RuntimeType_GetGenericArgumentsInternal, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C28230, Type__Array *, RuntimeType_GetGenericArguments, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C28280, Type *, RuntimeType_MakeGenericType, (RuntimeType * __this, Type__Array * instantiation, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF370, RuntimeType_MakeGenericType__MethodInfo); DO_APP_FUNC(0x01C28800, bool, RuntimeType_get_IsGenericTypeDefinition, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C28840, bool, RuntimeType_get_IsGenericParameter, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C28860, int32_t, RuntimeType_get_GenericParameterPosition, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF358, RuntimeType_get_GenericParameterPosition__MethodInfo); DO_APP_FUNC(0x01C28920, Type *, RuntimeType_GetGenericTypeDefinition, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF350, RuntimeType_GetGenericTypeDefinition__MethodInfo); DO_APP_FUNC(0x01C289F0, bool, RuntimeType_get_IsGenericType, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C28A30, bool, RuntimeType_get_IsConstructedGenericType, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C28A80, Object *, RuntimeType_InvokeMember, (RuntimeType * __this, String * name, BindingFlags__Enum bindingFlags, Binder * binder, Object * target, Object__Array * providedArgs, ParameterModifier__Array * modifiers, CultureInfo * culture, String__Array * namedParams, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF3C8, RuntimeType_InvokeMember__MethodInfo); DO_APP_FUNC(0x01C2A290, bool, RuntimeType_Equals, (RuntimeType * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, RuntimeType_op_Equality, (RuntimeType * left, RuntimeType * right, MethodInfo * method)); DO_APP_FUNC(0x00AD34D0, bool, RuntimeType_op_Inequality, (RuntimeType * left, RuntimeType * right, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Object *, RuntimeType_Clone, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C2A2A0, void, RuntimeType_GetObjectData, (RuntimeType * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF2C0, RuntimeType_GetObjectData__MethodInfo); DO_APP_FUNC(0x01C2A320, Object__Array *, RuntimeType_GetCustomAttributes, (RuntimeType * __this, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01C2A3D0, Object__Array *, RuntimeType_GetCustomAttributes_1, (RuntimeType * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF2B8, RuntimeType_GetCustomAttributes_1__MethodInfo); DO_APP_FUNC(0x01C2A590, bool, RuntimeType_IsDefined, (RuntimeType * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF348, RuntimeType_IsDefined__MethodInfo); DO_APP_FUNC(0x01C2A750, String *, RuntimeType_FormatTypeName, (RuntimeType * __this, bool serialization, MethodInfo * method)); DO_APP_FUNC(0x01C2A940, MemberTypes__Enum, RuntimeType_get_MemberType, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C2A9A0, Type *, RuntimeType_get_ReflectedType, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C2A9C0, int32_t, RuntimeType_get_MetadataToken, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C2A9F0, void, RuntimeType_CreateInstanceCheckThis, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF318, RuntimeType_CreateInstanceCheckThis__MethodInfo); DO_APP_FUNC(0x01C2AD20, Object *, RuntimeType_CreateInstanceImpl, (RuntimeType * __this, BindingFlags__Enum bindingAttr, Binder * binder, Object__Array * args, CultureInfo * culture, Object__Array * activationAttributes, StackCrawlMark__Enum * stackMark, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF238, RuntimeType_CreateInstanceImpl__MethodInfo); DO_APP_FUNC(0x01C2B600, Object *, RuntimeType_CreateInstanceDefaultCtor, (RuntimeType * __this, bool publicOnly, bool skipCheckThis, bool fillCache, bool wrapExceptions, StackCrawlMark__Enum * stackMark, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF218, RuntimeType_CreateInstanceDefaultCtor__MethodInfo); DO_APP_FUNC(0x01C2B730, RuntimeConstructorInfo *, RuntimeType_GetDefaultConstructor, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C2B910, String *, RuntimeType_GetDefaultMemberName, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C2BA10, RuntimeConstructorInfo *, RuntimeType_GetSerializationCtor, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C2BC50, Object *, RuntimeType_CreateInstanceSlow, (RuntimeType * __this, bool publicOnly, bool wrapExceptions, bool skipCheckThis, bool fillCache, MethodInfo * method)); DO_APP_FUNC(0x01C2BCA0, Object *, RuntimeType_CreateInstanceMono, (RuntimeType * __this, bool nonPublic, bool wrapExceptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF278, RuntimeType_CreateInstanceMono__MethodInfo); DO_APP_FUNC(0x01C2C070, Object *, RuntimeType_CheckValue, (RuntimeType * __this, Object * value, Binder * binder, CultureInfo * culture, BindingFlags__Enum invokeAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF1D8, RuntimeType_CheckValue__MethodInfo); DO_APP_FUNC(0x01C2C2A0, Object *, RuntimeType_TryConvertToType, (RuntimeType * __this, Object * value, bool * failed, MethodInfo * method)); DO_APP_FUNC(0x01C2C5A0, Object *, RuntimeType_IsConvertibleToPrimitiveType, (Object * value, Type * targetType, MethodInfo * method)); DO_APP_FUNC(0x01C2D260, String *, RuntimeType_GetCachedName, (RuntimeType * __this, TypeNameKind__Enum kind, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF1D0, RuntimeType_GetCachedName__MethodInfo); DO_APP_FUNC(0x01C2D2D0, Type *, RuntimeType_make_array_type, (RuntimeType * __this, int32_t rank, MethodInfo * method)); DO_APP_FUNC(0x01C2D330, Type *, RuntimeType_MakeArrayType, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C2D380, Type *, RuntimeType_MakeArrayType_1, (RuntimeType * __this, int32_t rank, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF1C8, RuntimeType_MakeArrayType_1__MethodInfo); DO_APP_FUNC(0x01C2D3F0, Type *, RuntimeType_make_byref_type, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C2D410, Type *, RuntimeType_MakeByRefType, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF1B8, RuntimeType_MakeByRefType__MethodInfo); DO_APP_FUNC(0x01C2D4A0, Type *, RuntimeType_MakePointerType, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01C2D4D0, Type *, RuntimeType_MakePointerType_1, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF208, RuntimeType_MakePointerType_1__MethodInfo); DO_APP_FUNC(0x01C2D5E0, bool, RuntimeType_get_ContainsGenericParameters, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C2D720, Type__Array *, RuntimeType_GetGenericParameterConstraints, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF1F8, RuntimeType_GetGenericParameterConstraints__MethodInfo); DO_APP_FUNC(0x01C2D840, Object *, RuntimeType_CreateInstanceForAnotherGenericParameter, (Type * genericType, RuntimeType * genericArgument, MethodInfo * method)); DO_APP_FUNC(0x01C2D980, Type *, RuntimeType_MakeGenericType_1, (Type * gt, Type__Array * types, MethodInfo * method)); DO_APP_FUNC(0x01C2D990, void *, RuntimeType_GetMethodsByName_native, (RuntimeType * __this, void * namePtr, BindingFlags__Enum bindingAttr, RuntimeType_MemberListType__Enum listType, MethodInfo * method)); DO_APP_FUNC(0x01C2D9A0, RuntimeMethodInfo__Array *, RuntimeType_GetMethodsByName, (RuntimeType * __this, String * name, BindingFlags__Enum bindingAttr, RuntimeType_MemberListType__Enum listType, RuntimeType * reflectedType, MethodInfo * method)); DO_APP_FUNC(0x01C2DD90, void *, RuntimeType_GetPropertiesByName_native, (RuntimeType * __this, void * name, BindingFlags__Enum bindingAttr, RuntimeType_MemberListType__Enum listType, MethodInfo * method)); DO_APP_FUNC(0x01C2DDA0, void *, RuntimeType_GetConstructors_native, (RuntimeType * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC(0x01C2DDB0, RuntimeConstructorInfo__Array *, RuntimeType_GetConstructors_internal, (RuntimeType * __this, BindingFlags__Enum bindingAttr, RuntimeType * reflectedType, MethodInfo * method)); DO_APP_FUNC(0x01C2E040, RuntimePropertyInfo__Array *, RuntimeType_GetPropertiesByName, (RuntimeType * __this, String * name, BindingFlags__Enum bindingAttr, RuntimeType_MemberListType__Enum listType, RuntimeType * reflectedType, MethodInfo * method)); DO_APP_FUNC(0x01C2E4E0, void, RuntimeType_GetGUID, (Type * type, Byte__Array * guid, MethodInfo * method)); DO_APP_FUNC(0x01C2E520, Guid, RuntimeType_get_GUID, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C2E680, Type *, RuntimeType_GetTypeFromCLSIDImpl, (Guid clsid, String * server, bool throwOnError, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF180, RuntimeType_GetTypeFromCLSIDImpl__MethodInfo); DO_APP_FUNC(0x01C2E6E0, TypeCode__Enum, RuntimeType_GetTypeCodeImpl, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C2E730, TypeCode__Enum, RuntimeType_GetTypeCodeImplInternal, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01C2E740, String *, RuntimeType_ToString, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, RuntimeType_IsGenericCOMObjectImpl, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C2E750, Object *, RuntimeType_CreateInstanceInternal, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01C2E7A0, MethodBase *, RuntimeType_get_DeclaringMethod, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C2E810, String *, RuntimeType_getFullName, (RuntimeType * __this, bool full_name, bool assembly_qualified, MethodInfo * method)); DO_APP_FUNC(0x01C2E9A0, Type__Array *, RuntimeType_GetGenericArgumentsInternal_1, (RuntimeType * __this, bool runtimeArray, MethodInfo * method)); DO_APP_FUNC(0x01C2E9B0, GenericParameterAttributes__Enum, RuntimeType_GetGenericParameterAttributes, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C2E9F0, int32_t, RuntimeType_GetGenericParameterPosition, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C2EA20, void *, RuntimeType_GetEvents_native, (RuntimeType * __this, void * name, RuntimeType_MemberListType__Enum listType, MethodInfo * method)); DO_APP_FUNC(0x01C2EA30, void *, RuntimeType_GetFields_native, (RuntimeType * __this, void * name, BindingFlags__Enum bindingAttr, RuntimeType_MemberListType__Enum listType, MethodInfo * method)); DO_APP_FUNC(0x01C2EA40, RuntimeFieldInfo__Array *, RuntimeType_GetFields_internal, (RuntimeType * __this, String * name, BindingFlags__Enum bindingAttr, RuntimeType_MemberListType__Enum listType, RuntimeType * reflectedType, MethodInfo * method)); DO_APP_FUNC(0x01C2EED0, RuntimeEventInfo__Array *, RuntimeType_GetEvents_internal, (RuntimeType * __this, String * name, BindingFlags__Enum bindingAttr, RuntimeType_MemberListType__Enum listType, RuntimeType * reflectedType, MethodInfo * method)); DO_APP_FUNC(0x01C2F340, Type__Array *, RuntimeType_GetInterfaces, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C2F350, void *, RuntimeType_GetNestedTypes_native, (RuntimeType * __this, void * name, BindingFlags__Enum bindingAttr, RuntimeType_MemberListType__Enum listType, MethodInfo * method)); DO_APP_FUNC(0x01C2F360, RuntimeType__Array *, RuntimeType_GetNestedTypes_internal, (RuntimeType * __this, String * displayName, BindingFlags__Enum bindingAttr, RuntimeType_MemberListType__Enum listType, MethodInfo * method)); DO_APP_FUNC(0x01C2F7A0, String *, RuntimeType_get_AssemblyQualifiedName, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C2F7B0, Type *, RuntimeType_get_DeclaringType, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C2F840, String *, RuntimeType_get_Name, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C2F920, String *, RuntimeType_get_Namespace, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C2F980, int32_t, RuntimeType_GetHashCode, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C2FA30, String *, RuntimeType_get_FullName, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C2FC10, bool, RuntimeType_get_IsSZArray, (RuntimeType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C2FC80, bool, RuntimeType_IsSubclassOf, (RuntimeType * __this, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF160, RuntimeType_IsSubclassOf__MethodInfo); DO_APP_FUNC(0x01C2FDA0, MethodInfo_1 *, RuntimeType_GetMethodImpl, (RuntimeType * __this, String * name, BindingFlags__Enum bindingAttr, Binder * binder, CallingConventions__Enum callConv, Type__Array * types, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC(0x01C2FDF0, MethodInfo_1 *, RuntimeType_GetMethodImplCommon, (RuntimeType * __this, String * name, int32_t genericParameterCount, BindingFlags__Enum bindingAttr, Binder * binder, CallingConventions__Enum callConv, Type__Array * types, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF170, RuntimeType_GetMethodImplCommon__MethodInfo); DO_APP_FUNC(0x01C302B0, RuntimeType_ListBuilder_1_System_Reflection_MethodInfo_, RuntimeType_GetMethodCandidates_1, (RuntimeType * __this, String * name, int32_t genericParameterCount, BindingFlags__Enum bindingAttr, CallingConventions__Enum callConv, Type__Array * types, bool allowPrefixLookup, MethodInfo * method)); DO_APP_FUNC(0x01C304F0, void, RuntimeType__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C30BB0, void, ReflectionOnlyType__ctor, (ReflectionOnlyType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C30BF0, RuntimeTypeHandle, ReflectionOnlyType_get_TypeHandle, (ReflectionOnlyType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3690, ReflectionOnlyType_get_TypeHandle__MethodInfo); DO_APP_FUNC(0x003AC050, void, SharedStatics__ctor, (SharedStatics * __this, MethodInfo * method)); DO_APP_FUNC(0x01C30C60, Tokenizer_StringMaker *, SharedStatics_GetSharedStringMaker, (MethodInfo * method)); DO_APP_FUNC(0x01C31020, void, SharedStatics_ReleaseSharedStringMaker, (Tokenizer_StringMaker * * maker, MethodInfo * method)); DO_APP_FUNC(0x01C31240, void, SharedStatics__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C312F0, TypedReference, TypedReference_MakeTypedReference, (Object * target, FieldInfo_1__Array * flds, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD36C8, TypedReference_MakeTypedReference__MethodInfo); DO_APP_FUNC(0x01C31970, void, TypedReference_InternalMakeTypedReference, (Void * result, Object * target, IntPtr__Array * flds, RuntimeType * lastFieldType, MethodInfo * method)); DO_APP_FUNC(0x01C31A40, int32_t, TypedReference_GetHashCode, (TypedReference * __this, MethodInfo * method)); DO_APP_FUNC(0x01C31AF0, bool, TypedReference_Equals, (TypedReference * __this, Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3640, TypedReference_Equals__MethodInfo); DO_APP_FUNC(0x01C31B60, bool, TypedReference_get_IsNull, (TypedReference * __this, MethodInfo * method)); DO_APP_FUNC(0x01C31BC0, void, TypedReference_SetTypedReference, (TypedReference target, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3630, TypedReference_SetTypedReference__MethodInfo); DO_APP_FUNC(0x01C31C20, void, TypeLoadException__ctor, (TypeLoadException * __this, MethodInfo * method)); DO_APP_FUNC(0x01C31C70, void, TypeLoadException__ctor_1, (TypeLoadException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01C31C90, String *, TypeLoadException_get_Message, (TypeLoadException * __this, MethodInfo * method)); DO_APP_FUNC(0x01C31CB0, void, TypeLoadException_SetMessageField, (TypeLoadException * __this, MethodInfo * method)); DO_APP_FUNC(0x01C31F40, void, TypeLoadException__ctor_2, (TypeLoadException * __this, String * className, String * assemblyName, MethodInfo * method)); DO_APP_FUNC(0x01C320E0, void, TypeLoadException__ctor_3, (TypeLoadException * __this, String * className, String * assemblyName, String * messageArg, int32_t resourceId, MethodInfo * method)); DO_APP_FUNC(0x01C32290, void, TypeLoadException__ctor_4, (TypeLoadException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3670, TypeLoadException__ctor_4__MethodInfo); DO_APP_FUNC(0x01C32530, void, TypeLoadException_GetObjectData, (TypeLoadException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3668, TypeLoadException_GetObjectData__MethodInfo); DO_APP_FUNC(0x01C32940, RuntimeType *, UnitySerializationHolder_AddElementTypes, (SerializationInfo * info, RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x01C32CE0, Type *, UnitySerializationHolder_MakeElementTypes, (UnitySerializationHolder * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x01C32DF0, void, UnitySerializationHolder_GetUnitySerializationInfo, (SerializationInfo * info, int32_t unityType, MethodInfo * method)); DO_APP_FUNC(0x01C33000, void, UnitySerializationHolder_GetUnitySerializationInfo_1, (SerializationInfo * info, RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x01C33640, void, UnitySerializationHolder_GetUnitySerializationInfo_2, (SerializationInfo * info, int32_t unityType, String * data, RuntimeAssembly * assembly, MethodInfo * method)); DO_APP_FUNC(0x01C33890, void, UnitySerializationHolder__ctor, (UnitySerializationHolder * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD35A0, UnitySerializationHolder__ctor__MethodInfo); DO_APP_FUNC(0x01C33CD0, void, UnitySerializationHolder_ThrowInsufficientInformation, (UnitySerializationHolder * __this, String * field, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3590, UnitySerializationHolder_ThrowInsufficientInformation__MethodInfo); DO_APP_FUNC(0x01C33D80, void, UnitySerializationHolder_GetObjectData, (UnitySerializationHolder * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3580, UnitySerializationHolder_GetObjectData__MethodInfo); DO_APP_FUNC(0x01C33DF0, Object *, UnitySerializationHolder_GetRealObject, (UnitySerializationHolder * __this, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3578, UnitySerializationHolder_GetRealObject__MethodInfo); DO_APP_FUNC(0x00418D40, bool, AppDomain_IsAppXModel, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AppDomain__ctor, (AppDomain * __this, MethodInfo * method)); DO_APP_FUNC(0x01C34500, String *, AppDomain_getFriendlyName, (AppDomain * __this, MethodInfo * method)); DO_APP_FUNC(0x01C34520, AppDomain *, AppDomain_getCurDomain, (MethodInfo * method)); DO_APP_FUNC(0x01C34520, AppDomain *, AppDomain_get_CurrentDomain, (MethodInfo * method)); DO_APP_FUNC(0x01C34560, Assembly__Array *, AppDomain_GetAssemblies, (AppDomain * __this, bool refOnly, MethodInfo * method)); DO_APP_FUNC(0x01C346A0, Assembly__Array *, AppDomain_GetAssemblies_1, (AppDomain * __this, MethodInfo * method)); DO_APP_FUNC(0x01C347E0, Object *, AppDomain_GetData, (AppDomain * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Object *, AppDomain_InitializeLifetimeService, (AppDomain * __this, MethodInfo * method)); DO_APP_FUNC(0x01C34940, Assembly *, AppDomain_LoadAssembly, (AppDomain * __this, String * assemblyRef, Evidence * securityEvidence, bool refOnly, StackCrawlMark__Enum * stackMark, MethodInfo * method)); DO_APP_FUNC(0x01C34950, Assembly *, AppDomain_LoadSatellite, (AppDomain * __this, AssemblyName * assemblyRef, bool throwOnError, StackCrawlMark__Enum * stackMark, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD35F0, AppDomain_LoadSatellite__MethodInfo); DO_APP_FUNC(0x01C34A70, Assembly *, AppDomain_Load, (AppDomain * __this, String * assemblyString, MethodInfo * method)); DO_APP_FUNC(0x01C34BA0, Assembly *, AppDomain_Load_1, (AppDomain * __this, String * assemblyString, Evidence * assemblySecurity, bool refonly, StackCrawlMark__Enum * stackMark, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD35E0, AppDomain_Load_1__MethodInfo); DO_APP_FUNC(0x01C34CD0, Assembly *, AppDomain_Load_2, (AppDomain * __this, Byte__Array * rawAssembly, MethodInfo * method)); DO_APP_FUNC(0x01C34CF0, Assembly *, AppDomain_LoadAssemblyRaw, (AppDomain * __this, Byte__Array * rawAssembly, Byte__Array * rawSymbolStore, Evidence * securityEvidence, bool refonly, MethodInfo * method)); DO_APP_FUNC(0x01C34D10, Assembly *, AppDomain_Load_3, (AppDomain * __this, Byte__Array * rawAssembly, Byte__Array * rawSymbolStore, Evidence * securityEvidence, MethodInfo * method)); DO_APP_FUNC(0x01C34D30, Assembly *, AppDomain_Load_4, (AppDomain * __this, Byte__Array * rawAssembly, Byte__Array * rawSymbolStore, Evidence * securityEvidence, bool refonly, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD35C8, AppDomain_Load_4__MethodInfo); DO_APP_FUNC(0x01C34DB0, AppDomain *, AppDomain_InternalSetDomainByID, (int32_t domain_id, MethodInfo * method)); DO_APP_FUNC(0x01C34DC0, AppDomain *, AppDomain_InternalSetDomain, (AppDomain * context, MethodInfo * method)); DO_APP_FUNC(0x01C34DD0, void, AppDomain_InternalPushDomainRefByID, (int32_t domain_id, MethodInfo * method)); DO_APP_FUNC(0x01C34DE0, void, AppDomain_InternalPopDomainRef, (MethodInfo * method)); DO_APP_FUNC(0x01C34DF0, Context *, AppDomain_InternalSetContext, (Context * context, MethodInfo * method)); DO_APP_FUNC(0x01A3FEC0, Context *, AppDomain_InternalGetContext, (MethodInfo * method)); DO_APP_FUNC(0x01A3FEC0, Context *, AppDomain_InternalGetDefaultContext, (MethodInfo * method)); DO_APP_FUNC(0x01C34E00, String *, AppDomain_InternalGetProcessGuid, (String * newguid, MethodInfo * method)); DO_APP_FUNC(0x01C34E10, Object *, AppDomain_InvokeInDomainByID, (int32_t domain_id, MethodInfo_1 * method_1, Object * obj, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x01C34EB0, String *, AppDomain_GetProcessGuid, (MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, AppDomain_InternalIsFinalizingForUnload, (int32_t domain_id, MethodInfo * method)); DO_APP_FUNC(0x01C34F30, bool, AppDomain_IsFinalizingForUnload, (AppDomain * __this, MethodInfo * method)); DO_APP_FUNC(0x01C34F40, int32_t, AppDomain_getDomainID, (AppDomain * __this, MethodInfo * method)); DO_APP_FUNC(0x01C34F60, int32_t, AppDomain_GetCurrentThreadId, (MethodInfo * method)); DO_APP_FUNC(0x01C34500, String *, AppDomain_ToString, (AppDomain * __this, MethodInfo * method)); DO_APP_FUNC(0x01C34F90, void, AppDomain_DoAssemblyLoad, (AppDomain * __this, Assembly * assembly, MethodInfo * method)); DO_APP_FUNC(0x01C350A0, Assembly *, AppDomain_DoAssemblyResolve, (AppDomain * __this, String * name, Assembly * requestingAssembly, bool refonly, MethodInfo * method)); DO_APP_FUNC(0x01C35520, Assembly *, AppDomain_DoTypeResolve, (AppDomain * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01C35A00, Assembly *, AppDomain_DoResourceResolve, (AppDomain * __this, String * name, Assembly * requesting, MethodInfo * method)); DO_APP_FUNC(0x01C35B40, void, AppDomain_DoDomainUnload, (AppDomain * __this, MethodInfo * method)); DO_APP_FUNC(0x01C35B60, Byte__Array *, AppDomain_GetMarshalledDomainObjRef, (AppDomain * __this, MethodInfo * method)); DO_APP_FUNC(0x01C35BF0, void, AppDomain_ProcessMessageInDomain, (AppDomain * __this, Byte__Array * arrRequest, CADMethodCallMessage * cadMsg, Byte__Array * * arrResponse, CADMethodReturnMessage * * cadMrm, MethodInfo * method)); DO_APP_FUNC(0x01C35F30, void, AppDomain_add_AssemblyLoad, (AppDomain * __this, AssemblyLoadEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x01C36020, void, AppDomain_remove_AssemblyLoad, (AppDomain * __this, AssemblyLoadEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x01C36110, void, AppDomain_add_DomainUnload, (AppDomain * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x01C36200, void, AppDomain_remove_DomainUnload, (AppDomain * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x01C362F0, void, AppDomain_add_ProcessExit, (AppDomain * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x01C363E0, void, AppDomain_remove_ProcessExit, (AppDomain * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x01C364D0, void, AppDomain_add_UnhandledException, (AppDomain * __this, UnhandledExceptionEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x01C365C0, void, AppDomain_remove_UnhandledException, (AppDomain * __this, UnhandledExceptionEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, String *, Environment_GetResourceString, (String * key, MethodInfo * method)); DO_APP_FUNC(0x01C366B0, String *, Environment_GetResourceString_1, (String * key, Object__Array * values, MethodInfo * method)); DO_APP_FUNC(0x01C36810, String *, Environment_GetResourceStringEncodingName, (int32_t codePage, MethodInfo * method)); DO_APP_FUNC(0x01B91500, String *, Environment_get_CurrentDirectory, (MethodInfo * method)); DO_APP_FUNC(0x01C36990, int32_t, Environment_get_CurrentManagedThreadId, (MethodInfo * method)); DO_APP_FUNC(0x01C36A00, bool, Environment_get_HasShutdownStarted, (MethodInfo * method)); DO_APP_FUNC(0x01C36A10, String *, Environment_get_MachineName, (MethodInfo * method)); DO_APP_FUNC(0x01C36A90, String *, Environment_GetNewLine, (MethodInfo * method)); DO_APP_FUNC(0x01C36AB0, String *, Environment_get_NewLine, (MethodInfo * method)); DO_APP_FUNC(0x00776DD0, PlatformID__Enum, Environment_get_Platform, (MethodInfo * method)); DO_APP_FUNC(0x01C36B80, String *, Environment_GetOSVersionString, (MethodInfo * method)); DO_APP_FUNC(0x01C36B90, OperatingSystem *, Environment_get_OSVersion, (MethodInfo * method)); DO_APP_FUNC(0x01C36CC0, Version *, Environment_CreateVersionFromString, (String * info, MethodInfo * method)); DO_APP_FUNC(0x01C36EA0, String *, Environment_get_StackTrace, (MethodInfo * method)); DO_APP_FUNC(0x01C36F10, String *, Environment_get_SystemDirectory, (MethodInfo * method)); DO_APP_FUNC(0x01C36F20, int32_t, Environment_get_TickCount, (MethodInfo * method)); DO_APP_FUNC(0x01C36F60, String *, Environment_get_UserDomainName, (MethodInfo * method)); DO_APP_FUNC(0x01C36F70, String *, Environment_get_UserName, (MethodInfo * method)); DO_APP_FUNC(0x01C36FF0, void, Environment_Exit, (int32_t exitCode, MethodInfo * method)); DO_APP_FUNC(0x01C37000, String *, Environment_ExpandEnvironmentVariables, (String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD34F8, Environment_ExpandEnvironmentVariables__MethodInfo); DO_APP_FUNC(0x01C37390, String__Array *, Environment_GetCommandLineArgs, (MethodInfo * method)); DO_APP_FUNC(0x01C374A0, String *, Environment_internalGetEnvironmentVariable_native, (void * variable, MethodInfo * method)); DO_APP_FUNC(0x01C375E0, String *, Environment_internalGetEnvironmentVariable, (String * variable, MethodInfo * method)); DO_APP_FUNC(0x01C37850, String *, Environment_GetEnvironmentVariable, (String * variable, MethodInfo * method)); DO_APP_FUNC(0x01C37860, Hashtable *, Environment_GetEnvironmentVariablesNoCase, (MethodInfo * method)); DO_APP_FUNC(0x01C37B10, IDictionary *, Environment_GetEnvironmentVariables, (MethodInfo * method)); DO_APP_FUNC(0x01C37BF0, String *, Environment_GetFolderPath, (Environment_SpecialFolder__Enum folder, MethodInfo * method)); DO_APP_FUNC(0x01C37BF0, String *, Environment_GetWindowsFolderPath, (int32_t folder, MethodInfo * method)); DO_APP_FUNC(0x01C37BF0, String *, Environment_GetFolderPath_1, (Environment_SpecialFolder__Enum folder, Environment_SpecialFolderOption__Enum option, MethodInfo * method)); DO_APP_FUNC(0x01C37C90, String *, Environment_ReadXdgUserDir, (String * config_dir, String * home_dir, String * key, String * fallback, MethodInfo * method)); DO_APP_FUNC(0x01C38120, String *, Environment_UnixGetFolderPath, (Environment_SpecialFolder__Enum folder, Environment_SpecialFolderOption__Enum option, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD34A8, Environment_UnixGetFolderPath__MethodInfo); DO_APP_FUNC(0x01C38680, void, Environment_FailFast, (String * message, MethodInfo * method)); DO_APP_FUNC(0x01C386A0, void, Environment_FailFast_1, (String * message, Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x01C386B0, void, Environment_FailFast_2, (String * message, Exception * exception, String * errorSource, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Environment_GetIs64BitOperatingSystem, (MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Environment_get_Is64BitOperatingSystem, (MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Environment_get_Is64BitProcess, (MethodInfo * method)); DO_APP_FUNC(0x01C386C0, int32_t, Environment_get_ProcessorCount, (MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Environment_get_IsRunningOnWindows, (MethodInfo * method)); DO_APP_FUNC(0x01C386E0, String__Array *, Environment_GetEnvironmentVariableNames, (MethodInfo * method)); DO_APP_FUNC(0x01C38790, String *, Environment_GetMachineConfigPath, (MethodInfo * method)); DO_APP_FUNC(0x01C387A0, String *, Environment_internalGetHome, (MethodInfo * method)); DO_APP_FUNC(0x00EECFD0, int32_t, Environment_GetPageSize, (MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Environment_get_IsUnix, (MethodInfo * method)); DO_APP_FUNC(0x01C38820, String *, Environment_GetStackTrace, (Exception * e, bool needFileInfo, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MonoTypeInfo__ctor, (MonoTypeInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01C388D0, Type *, TypeNameParser_GetType, (String * typeName, Func_2_System_Reflection_AssemblyName_System_Reflection_Assembly_ * assemblyResolver, Func_4_System_Reflection_Assembly_String_Boolean_Type_ * typeResolver, bool throwOnError, bool ignoreCase, StackCrawlMark__Enum * stackMark, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AppDomainSetup__ctor, (AppDomainSetup * __this, MethodInfo * method)); DO_APP_FUNC(0x01C38A30, bool, ArgIterator_Equals, (ArgIterator * __this, Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3408, ArgIterator_Equals__MethodInfo); DO_APP_FUNC(0x00AE0430, int32_t, ArgIterator_GetHashCode, (ArgIterator * __this, MethodInfo * method)); DO_APP_FUNC(0x01C38A90, void, Console__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C38CF0, void, Console_SetupStreams, (Encoding * inputEncoding, Encoding * outputEncoding, MethodInfo * method)); DO_APP_FUNC(0x01C391E0, TextWriter *, Console_get_Error, (MethodInfo * method)); DO_APP_FUNC(0x01C39240, TextWriter *, Console_get_Out, (MethodInfo * method)); DO_APP_FUNC(0x01C392A0, Stream *, Console_Open, (void * handle, FileAccess__Enum access, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC(0x01C393B0, Stream *, Console_OpenStandardError, (int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC(0x01C39450, Stream *, Console_OpenStandardInput, (int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC(0x01C394F0, Stream *, Console_OpenStandardOutput, (int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC(0x01C39590, void, Console_SetOut, (TextWriter * newOut, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3418, Console_SetOut__MethodInfo); DO_APP_FUNC(0x01C396D0, void, Console_Write, (String * value, MethodInfo * method)); DO_APP_FUNC(0x01C39750, void, Console_WriteLine, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01C397D0, void, Console_WriteLine_1, (String * value, MethodInfo * method)); DO_APP_FUNC(0x01C39850, void, Console_WriteLine_2, (String * format, Object * arg0, MethodInfo * method)); DO_APP_FUNC(0x01C398E0, Encoding *, Console_get_InputEncoding, (MethodInfo * method)); DO_APP_FUNC(0x01C39940, Encoding *, Console_get_OutputEncoding, (MethodInfo * method)); DO_APP_FUNC(0x01C399A0, ConsoleKeyInfo, Console_ReadKey, (MethodInfo * method)); DO_APP_FUNC(0x01C39B20, ConsoleKeyInfo, Console_ReadKey_1, (bool intercept, MethodInfo * method)); DO_APP_FUNC(0x01C39C70, void, Console_DoConsoleCancelEvent, (MethodInfo * method)); DO_APP_FUNC(0x01C39E40, int32_t, Console_WindowsConsole_GetConsoleCP, (MethodInfo * method)); DO_APP_FUNC(0x01C39EB0, int32_t, Console_WindowsConsole_GetConsoleOutputCP, (MethodInfo * method)); DO_APP_FUNC(0x01C39F20, bool, Console_WindowsConsole_DoWindowsConsoleCancelEvent, (int32_t keyCode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD33C0, Console_WindowsConsole_DoWindowsConsoleCancelEvent__MethodInfo); DO_APP_FUNC(0x01C39F80, int32_t, Console_WindowsConsole_GetInputCodePage, (MethodInfo * method)); DO_APP_FUNC(0x01C3A020, int32_t, Console_WindowsConsole_GetOutputCodePage, (MethodInfo * method)); DO_APP_FUNC(0x01C3A0C0, void, Console_WindowsConsole__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01023870, void, Console_WindowsConsole_WindowsCancelHandler__ctor, (Console_WindowsConsole_WindowsCancelHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Console_WindowsConsole_WindowsCancelHandler_Invoke, (Console_WindowsConsole_WindowsCancelHandler * __this, int32_t keyCode, MethodInfo * method)); DO_APP_FUNC(0x01C3A2B0, void, ConsoleDriver__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C3A400, IConsoleDriver *, ConsoleDriver_CreateNullConsoleDriver, (MethodInfo * method)); DO_APP_FUNC(0x01C3A450, IConsoleDriver *, ConsoleDriver_CreateWindowsConsoleDriver, (MethodInfo * method)); DO_APP_FUNC(0x01C3A5B0, IConsoleDriver *, ConsoleDriver_CreateTermInfoDriver, (String * term, MethodInfo * method)); DO_APP_FUNC(0x01C3A620, ConsoleKeyInfo, ConsoleDriver_ReadKey, (bool intercept, MethodInfo * method)); DO_APP_FUNC(0x01C3A740, bool, ConsoleDriver_get_IsConsole, (MethodInfo * method)); DO_APP_FUNC(0x01C3A8B0, bool, ConsoleDriver_Isatty, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, ConsoleDriver_InternalKeyAvailable, (int32_t ms_timeout, MethodInfo * method)); DO_APP_FUNC(0x01C3A980, bool, ConsoleDriver_TtySetup, (String * keypadXmit, String * teardown, Byte__Array * * control_characters, int32_t * * address, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ConsoleDriver_SetEcho, (bool wantEcho, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DelegateData__ctor, (DelegateData * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFB0B0, MethodInfo_1 *, Delegate_get_Method, (Delegate * __this, MethodInfo * method)); DO_APP_FUNC(0x01C3A990, MethodInfo_1 *, Delegate_GetVirtualMethod_internal, (Delegate * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Object *, Delegate_get_Target, (Delegate * __this, MethodInfo * method)); DO_APP_FUNC(0x01C3A9C0, Delegate *, Delegate_CreateDelegate_internal, (Type * type, Object * target, MethodInfo_1 * info, bool throwOnBindFailure, MethodInfo * method)); DO_APP_FUNC(0x01C3AA80, bool, Delegate_arg_type_match, (Type * delArgType, Type * argType, MethodInfo * method)); DO_APP_FUNC(0x01C3ACA0, bool, Delegate_arg_type_match_this, (Type * delArgType, Type * argType, bool boxedThis, MethodInfo * method)); DO_APP_FUNC(0x01C3AE10, bool, Delegate_return_type_match, (Type * delReturnType, Type * returnType, MethodInfo * method)); DO_APP_FUNC(0x01C3B140, Delegate *, Delegate_CreateDelegate, (Type * type, Object * firstArgument, MethodInfo_1 * method_1, bool throwOnBindFailure, bool allowClosed, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3358, Delegate_CreateDelegate__MethodInfo); DO_APP_FUNC(0x01C3BCC0, Delegate *, Delegate_CreateDelegate_1, (Type * type, Object * firstArgument, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x01C3BCE0, Delegate *, Delegate_CreateDelegate_2, (Type * type, MethodInfo_1 * method_1, bool throwOnBindFailure, MethodInfo * method)); DO_APP_FUNC(0x01C3BD10, Delegate *, Delegate_CreateDelegate_3, (Type * type, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x01C3BD40, Delegate *, Delegate_CreateDelegate_4, (Type * type, Object * target, String * method_1, MethodInfo * method)); DO_APP_FUNC(0x01C3BE60, MethodInfo_1 *, Delegate_GetCandidateMethod, (Type * type, Type * target, String * method_1, BindingFlags__Enum bflags, bool ignoreCase, bool throwOnBindFailure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3320, Delegate_GetCandidateMethod__MethodInfo); DO_APP_FUNC(0x01C3C3E0, Delegate *, Delegate_CreateDelegate_5, (Type * type, Type * target, String * method_1, bool ignoreCase, bool throwOnBindFailure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3380, Delegate_CreateDelegate_5__MethodInfo); DO_APP_FUNC(0x01C3C550, Delegate *, Delegate_CreateDelegate_6, (Type * type, Type * target, String * method_1, MethodInfo * method)); DO_APP_FUNC(0x01C3C570, Delegate *, Delegate_CreateDelegate_7, (Type * type, Type * target, String * method_1, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x01C3C590, Delegate *, Delegate_CreateDelegate_8, (Type * type, Object * target, String * method_1, bool ignoreCase, bool throwOnBindFailure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3378, Delegate_CreateDelegate_8__MethodInfo); DO_APP_FUNC(0x01C3C6C0, Delegate *, Delegate_CreateDelegate_9, (Type * type, Object * target, String * method_1, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x01C3C7F0, Object *, Delegate_DynamicInvoke, (Delegate * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x01C3C810, void, Delegate_InitializeDelegateData, (Delegate * __this, MethodInfo * method)); DO_APP_FUNC(0x01C3CA00, Object *, Delegate_DynamicInvokeImpl, (Delegate * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x01AF5290, Object *, Delegate_Clone, (Delegate * __this, MethodInfo * method)); DO_APP_FUNC(0x01C3CE90, bool, Delegate_Equals, (Delegate * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01C3D0B0, int32_t, Delegate_GetHashCode, (Delegate * __this, MethodInfo * method)); DO_APP_FUNC(0x01C3D120, MethodInfo_1 *, Delegate_GetMethodImpl, (Delegate * __this, MethodInfo * method)); DO_APP_FUNC(0x01C3D2A0, void, Delegate_GetObjectData, (Delegate * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01C3D2C0, Delegate__Array *, Delegate_GetInvocationList, (Delegate * __this, MethodInfo * method)); DO_APP_FUNC(0x01C3D360, Delegate *, Delegate_Combine, (Delegate * a, Delegate * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD32E0, Delegate_Combine__MethodInfo); DO_APP_FUNC(0x01C3D4F0, Delegate *, Delegate_Combine_1, (Delegate__Array * delegates, MethodInfo * method)); DO_APP_FUNC(0x01C3D6C0, Delegate *, Delegate_CombineImpl, (Delegate * __this, Delegate * d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD32D0, Delegate_CombineImpl__MethodInfo); DO_APP_FUNC(0x01C3D730, Delegate *, Delegate_Remove, (Delegate * source, Delegate * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD32C8, Delegate_Remove__MethodInfo); DO_APP_FUNC(0x01C3D8C0, Delegate *, Delegate_RemoveImpl, (Delegate * __this, Delegate * d, MethodInfo * method)); DO_APP_FUNC(0x01C3D8F0, Delegate *, Delegate_RemoveAll, (Delegate * source, Delegate * value, MethodInfo * method)); DO_APP_FUNC(0x01C3D970, bool, Delegate_op_Equality, (Delegate * d1, Delegate * d2, MethodInfo * method)); DO_APP_FUNC(0x01C3D9A0, bool, Delegate_op_Inequality, (Delegate * d1, Delegate * d2, MethodInfo * method)); DO_APP_FUNC(0x01C3D9F0, MulticastDelegate *, Delegate_AllocDelegateLike_internal, (Delegate * d, MethodInfo * method)); DO_APP_FUNC(0x01C3DA70, void, DelegateSerializationHolder__ctor, (DelegateSerializationHolder * __this, SerializationInfo * info, StreamingContext ctx, MethodInfo * method)); DO_APP_FUNC(0x01C3DDB0, void, DelegateSerializationHolder_GetDelegateData, (Delegate * instance, SerializationInfo * info, StreamingContext ctx, MethodInfo * method)); DO_APP_FUNC(0x01C3E090, void, DelegateSerializationHolder_GetObjectData, (DelegateSerializationHolder * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD32A8, DelegateSerializationHolder_GetObjectData__MethodInfo); DO_APP_FUNC(0x003B93C0, Object *, DelegateSerializationHolder_GetRealObject, (DelegateSerializationHolder * __this, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01C3E0E0, void, DelegateSerializationHolder_DelegateEntry__ctor, (DelegateSerializationHolder_DelegateEntry * __this, Delegate * del, String * targetLabel, MethodInfo * method)); DO_APP_FUNC(0x01C3E4C0, Delegate *, DelegateSerializationHolder_DelegateEntry_DeserializeDelegate, (DelegateSerializationHolder_DelegateEntry * __this, SerializationInfo * info, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01C3E840, void, IntPtr__ctor, (IntPtr * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, IntPtr__ctor_1, (IntPtr * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, IntPtr__ctor_2, (IntPtr * __this, Void * value, MethodInfo * method)); DO_APP_FUNC(0x01C3E850, void, IntPtr__ctor_3, (IntPtr * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x00EEC8F0, int32_t, IntPtr_get_Size, (MethodInfo * method)); DO_APP_FUNC(0x01C3E8B0, void, IntPtr_System_Runtime_Serialization_ISerializable_GetObjectData, (IntPtr * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD32F8, IntPtr_System_Runtime_Serialization_ISerializable_GetObjectData__MethodInfo); DO_APP_FUNC(0x01C3E960, bool, IntPtr_Equals, (IntPtr * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, IntPtr_GetHashCode, (IntPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, IntPtr_ToInt32, (IntPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9D9A0, int64_t, IntPtr_ToInt64, (IntPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Void *, IntPtr_ToPointer, (IntPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x01C3E9F0, String *, IntPtr_ToString, (IntPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x01C3EA80, String *, IntPtr_ToString_1, (IntPtr * __this, String * format, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, IntPtr_op_Equality, (void * value1, void * value2, MethodInfo * method)); DO_APP_FUNC(0x00AD34D0, bool, IntPtr_op_Inequality, (void * value1, void * value2, MethodInfo * method)); DO_APP_FUNC(0x01AFA770, void *, IntPtr_op_Explicit, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, void *, IntPtr_op_Explicit_1, (int64_t value, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, void *, IntPtr_op_Explicit_2, (Void * value, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, int32_t, IntPtr_op_Explicit_3, (void * value, MethodInfo * method)); DO_APP_FUNC(0x01C3EB40, int64_t, IntPtr_op_Explicit_4, (void * value, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, IntPtr_op_Explicit_5, (void * value, MethodInfo * method)); DO_APP_FUNC(0x00EEC760, void *, IntPtr_Add, (void * pointer, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x00EEC760, void *, IntPtr_op_Addition, (void * pointer, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x01C3EB50, void *, IntPtr_op_Subtraction, (void * pointer, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x00ADB710, bool, IntPtr_IsNull, (IntPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBA0, bool, IntPtr_System_IEquatable_System_IntPtr__Equals, (IntPtr * __this, void * other, MethodInfo * method)); DO_APP_FUNC(0x01C3EB60, Byte__Array *, KnownTerminals_get_linux, (MethodInfo * method)); DO_APP_FUNC(0x01C3EBD0, Byte__Array *, KnownTerminals_get_xterm, (MethodInfo * method)); DO_APP_FUNC(0x01C3EC40, Byte__Array *, KnownTerminals_get_ansi, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MarshalByRefObject__ctor, (MarshalByRefObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01C3ECB0, ServerIdentity *, MarshalByRefObject_get_ObjectIdentity, (MarshalByRefObject * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3270, MarshalByRefObject_get_ObjectIdentity__MethodInfo); DO_APP_FUNC(0x01C3ED00, void, MarshalByRefObject_set_ObjectIdentity, (MarshalByRefObject * __this, ServerIdentity * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3268, MarshalByRefObject_set_ObjectIdentity__MethodInfo); DO_APP_FUNC(0x01C3ED50, ObjRef *, MarshalByRefObject_CreateObjRef, (MarshalByRefObject * __this, Type * requestedType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3260, MarshalByRefObject_CreateObjRef__MethodInfo); DO_APP_FUNC(0x01C3EDA0, Object *, MarshalByRefObject_InitializeLifetimeService, (MarshalByRefObject * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3258, MarshalByRefObject_InitializeLifetimeService__MethodInfo); DO_APP_FUNC(0x003AC050, void, MonoAsyncCall__ctor, (MonoAsyncCall * __this, MethodInfo * method)); DO_APP_FUNC(0x01C3EDF0, bool, MonoCustomAttrs_IsUserCattrProvider, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01C3F060, Attribute__Array *, MonoCustomAttrs_GetCustomAttributesInternal, (ICustomAttributeProvider * obj, Type * attributeType, bool pseudoAttrs, MethodInfo * method)); DO_APP_FUNC(0x01C3F070, Object__Array *, MonoCustomAttrs_GetPseudoCustomAttributes, (ICustomAttributeProvider * obj, Type * attributeType, MethodInfo * method)); DO_APP_FUNC(0x01C3F320, Object__Array *, MonoCustomAttrs_GetPseudoCustomAttributes_1, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01C3F4A0, Object__Array *, MonoCustomAttrs_GetCustomAttributesBase, (ICustomAttributeProvider * obj, Type * attributeType, bool inheritedOnly, MethodInfo * method)); DO_APP_FUNC(0x01C3F6E0, Object__Array *, MonoCustomAttrs_GetCustomAttributes, (ICustomAttributeProvider * obj, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD31E0, MonoCustomAttrs_GetCustomAttributes__MethodInfo); DO_APP_FUNC(0x01C402E0, Object__Array *, MonoCustomAttrs_GetCustomAttributes_1, (ICustomAttributeProvider * obj, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD31C8, MonoCustomAttrs_GetCustomAttributes_1__MethodInfo); DO_APP_FUNC(0x01C40490, CustomAttributeData__Array *, MonoCustomAttrs_GetCustomAttributesDataInternal, (ICustomAttributeProvider * obj, MethodInfo * method)); DO_APP_FUNC(0x01C404A0, IList_1_System_Reflection_CustomAttributeData_ *, MonoCustomAttrs_GetCustomAttributesData, (ICustomAttributeProvider * obj, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD31C0, MonoCustomAttrs_GetCustomAttributesData__MethodInfo); DO_APP_FUNC(0x01C405F0, IList_1_System_Reflection_CustomAttributeData_ *, MonoCustomAttrs_GetCustomAttributesData_1, (ICustomAttributeProvider * obj, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3218, MonoCustomAttrs_GetCustomAttributesData_1__MethodInfo); DO_APP_FUNC(0x01C41310, IList_1_System_Reflection_CustomAttributeData_ *, MonoCustomAttrs_GetCustomAttributesDataBase, (ICustomAttributeProvider * obj, Type * attributeType, bool inheritedOnly, MethodInfo * method)); DO_APP_FUNC(0x01C41600, CustomAttributeData__Array *, MonoCustomAttrs_GetPseudoCustomAttributesData, (ICustomAttributeProvider * obj, Type * attributeType, MethodInfo * method)); DO_APP_FUNC(0x01C418D0, CustomAttributeData__Array *, MonoCustomAttrs_GetPseudoCustomAttributesData_1, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01C41B70, bool, MonoCustomAttrs_IsDefined, (ICustomAttributeProvider * obj, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3178, MonoCustomAttrs_IsDefined__MethodInfo); DO_APP_FUNC(0x01C41E40, bool, MonoCustomAttrs_IsDefinedInternal, (ICustomAttributeProvider * obj, Type * AttributeType, MethodInfo * method)); DO_APP_FUNC(0x01C41E70, PropertyInfo_1 *, MonoCustomAttrs_GetBasePropertyDefinition, (RuntimePropertyInfo * property, MethodInfo * method)); DO_APP_FUNC(0x01C42340, EventInfo_1 *, MonoCustomAttrs_GetBaseEventDefinition, (RuntimeEventInfo * evt, MethodInfo * method)); DO_APP_FUNC(0x01C425A0, ICustomAttributeProvider *, MonoCustomAttrs_GetBase, (ICustomAttributeProvider * obj, MethodInfo * method)); DO_APP_FUNC(0x01C42A90, AttributeUsageAttribute *, MonoCustomAttrs_RetrieveAttributeUsageNoCache, (Type * attributeType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD31B8, MonoCustomAttrs_RetrieveAttributeUsageNoCache__MethodInfo); DO_APP_FUNC(0x01C42D00, AttributeUsageAttribute *, MonoCustomAttrs_RetrieveAttributeUsage, (Type * attributeType, MethodInfo * method)); DO_APP_FUNC(0x01C43020, void, MonoCustomAttrs__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00A9FD50, void, MonoCustomAttrs_AttributeInfo__ctor, (MonoCustomAttrs_AttributeInfo * __this, AttributeUsageAttribute * usage, int32_t inheritanceLevel, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, AttributeUsageAttribute *, MonoCustomAttrs_AttributeInfo_get_Usage, (MonoCustomAttrs_AttributeInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, MonoCustomAttrs_AttributeInfo_get_InheritanceLevel, (MonoCustomAttrs_AttributeInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MonoListItem__ctor, (MonoListItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01C3D2A0, void, MulticastDelegate_GetObjectData, (MulticastDelegate * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01C430F0, Object *, MulticastDelegate_DynamicInvokeImpl, (MulticastDelegate * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x01C43190, bool, MulticastDelegate_Equals, (MulticastDelegate * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01C3D0B0, int32_t, MulticastDelegate_GetHashCode, (MulticastDelegate * __this, MethodInfo * method)); DO_APP_FUNC(0x01C43300, MethodInfo_1 *, MulticastDelegate_GetMethodImpl, (MulticastDelegate * __this, MethodInfo * method)); DO_APP_FUNC(0x01C43360, Delegate__Array *, MulticastDelegate_GetInvocationList, (MulticastDelegate * __this, MethodInfo * method)); DO_APP_FUNC(0x01C43440, Delegate *, MulticastDelegate_CombineImpl, (MulticastDelegate * __this, Delegate * follow, MethodInfo * method)); DO_APP_FUNC(0x01C438C0, int32_t, MulticastDelegate_LastIndexOf, (MulticastDelegate * __this, Delegate__Array * haystack, Delegate__Array * needle, MethodInfo * method)); DO_APP_FUNC(0x01C43A00, Delegate *, MulticastDelegate_RemoveImpl, (MulticastDelegate * __this, Delegate * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3120, MulticastDelegate_RemoveImpl__MethodInfo); DO_APP_FUNC(0x01C43EA0, ConsoleKeyInfo, NullConsoleDriver_ReadKey, (NullConsoleDriver * __this, bool intercept, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NullConsoleDriver__ctor, (NullConsoleDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01C43F10, void, NullConsoleDriver__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, Object_Equals, (Object * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01AB12C0, bool, Object_Equals_1, (Object * objA, Object * objB, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Object__ctor, (Object * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Object_Finalize, (Object * __this, MethodInfo * method)); DO_APP_FUNC(0x019CFBC0, int32_t, Object_GetHashCode, (Object * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF87A0, Type *, Object_GetType, (Object * __this, MethodInfo * method)); DO_APP_FUNC(0x01AF5290, Object *, Object_MemberwiseClone, (Object * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABD8C0, String *, Object_ToString, (Object * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, Object_ReferenceEquals, (Object * objA, Object * objB, MethodInfo * method)); DO_APP_FUNC(0x019CFBC0, int32_t, Object_InternalGetHashCode, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Object_FieldGetter, (Object * __this, String * typeName, String * fieldName, Object * * val, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Object_FieldSetter, (Object * __this, String * typeName, String * fieldName, Object * val, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, RuntimeFieldHandle__ctor, (RuntimeFieldHandle * __this, void * v, MethodInfo * method)); DO_APP_FUNC(0x01C43F60, void, RuntimeFieldHandle__ctor_1, (RuntimeFieldHandle * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3108, RuntimeFieldHandle__ctor_1__MethodInfo); DO_APP_FUNC(0x00470F00, void *, RuntimeFieldHandle_get_Value, (RuntimeFieldHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01C44150, void, RuntimeFieldHandle_GetObjectData, (RuntimeFieldHandle * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3158, RuntimeFieldHandle_GetObjectData__MethodInfo); DO_APP_FUNC(0x01C443F0, bool, RuntimeFieldHandle_Equals, (RuntimeFieldHandle * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, RuntimeFieldHandle_GetHashCode, (RuntimeFieldHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC5EE0, void, RuntimeFieldHandle_SetValueInternal, (FieldInfo_1 * fi, Object * obj, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01AC5EE0, void, RuntimeFieldHandle_SetValue, (RuntimeFieldInfo * field, Object * obj, Object * value, RuntimeType * fieldType, FieldAttributes__Enum fieldAttr, RuntimeType * declaringType, bool * domainInitialized, MethodInfo * method)); DO_APP_FUNC(0x01C444E0, void, RuntimeFieldHandle_SetValueDirect, (RuntimeFieldInfo * field, RuntimeType * fieldType, Void * pTypedRef, Object * value, RuntimeType * contextType, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, RuntimeMethodHandle__ctor, (RuntimeMethodHandle * __this, void * v, MethodInfo * method)); DO_APP_FUNC(0x01C444F0, void, RuntimeMethodHandle__ctor_1, (RuntimeMethodHandle * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3130, RuntimeMethodHandle__ctor_1__MethodInfo); DO_APP_FUNC(0x00470F00, void *, RuntimeMethodHandle_get_Value, (RuntimeMethodHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01C446E0, void, RuntimeMethodHandle_GetObjectData, (RuntimeMethodHandle * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD30F8, RuntimeMethodHandle_GetObjectData__MethodInfo); DO_APP_FUNC(0x01C44980, bool, RuntimeMethodHandle_Equals, (RuntimeMethodHandle * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, RuntimeMethodHandle_GetHashCode, (RuntimeMethodHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01C44A70, String *, RuntimeMethodHandle_ConstructInstantiation, (RuntimeMethodInfo * method_1, TypeNameFormatFlags__Enum format, MethodInfo * method)); DO_APP_FUNC(0x01C44BD0, bool, RuntimeMethodHandle_IsNullHandle, (RuntimeMethodHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, RuntimeTypeHandle__ctor, (RuntimeTypeHandle * __this, void * val, MethodInfo * method)); DO_APP_FUNC(0x01C44C20, void, RuntimeTypeHandle__ctor_1, (RuntimeTypeHandle * __this, RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x01C44C40, void, RuntimeTypeHandle__ctor_2, (RuntimeTypeHandle * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD30E0, RuntimeTypeHandle__ctor_2__MethodInfo); DO_APP_FUNC(0x00470F00, void *, RuntimeTypeHandle_get_Value, (RuntimeTypeHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01C44E30, void, RuntimeTypeHandle_GetObjectData, (RuntimeTypeHandle * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3100, RuntimeTypeHandle_GetObjectData__MethodInfo); DO_APP_FUNC(0x01C45130, bool, RuntimeTypeHandle_Equals, (RuntimeTypeHandle * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, RuntimeTypeHandle_GetHashCode, (RuntimeTypeHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01C26E50, TypeAttributes__Enum, RuntimeTypeHandle_GetAttributes, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x01C2A9C0, int32_t, RuntimeTypeHandle_GetMetadataToken, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x01C2A9C0, int32_t, RuntimeTypeHandle_GetToken, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x01C45220, Type *, RuntimeTypeHandle_GetGenericTypeDefinition_impl, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x01C45220, Type *, RuntimeTypeHandle_GetGenericTypeDefinition, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x01C26F40, bool, RuntimeTypeHandle_IsPrimitive, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x01C26F20, bool, RuntimeTypeHandle_IsByRef, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x01C26F70, bool, RuntimeTypeHandle_IsPointer, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x01C27220, bool, RuntimeTypeHandle_IsArray, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x01C27200, bool, RuntimeTypeHandle_IsSzArray, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x01C27110, bool, RuntimeTypeHandle_HasElementType, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x01C45280, CorElementType__Enum, RuntimeTypeHandle_GetCorElementType, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x01C289F0, bool, RuntimeTypeHandle_HasInstantiation, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, RuntimeTypeHandle_IsComObject, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x01C26950, bool, RuntimeTypeHandle_IsInstanceOfType, (RuntimeType * type, Object * o, MethodInfo * method)); DO_APP_FUNC(0x01C452A0, bool, RuntimeTypeHandle_HasReferences, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, RuntimeTypeHandle_IsComObject_1, (RuntimeType * type, bool isGenericCOM, MethodInfo * method)); DO_APP_FUNC(0x01C26E80, bool, RuntimeTypeHandle_IsContextful, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, RuntimeTypeHandle_IsEquivalentTo, (RuntimeType * rtType1, RuntimeType * rtType2, MethodInfo * method)); DO_APP_FUNC(0x01C452C0, bool, RuntimeTypeHandle_IsInterface, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x01C452F0, int32_t, RuntimeTypeHandle_GetArrayRank, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x01C26930, RuntimeAssembly *, RuntimeTypeHandle_GetAssembly, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x01C272E0, RuntimeType *, RuntimeTypeHandle_GetElementType, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x01C26910, RuntimeModule *, RuntimeTypeHandle_GetModule, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x01C28840, bool, RuntimeTypeHandle_IsGenericVariable, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x01C45310, RuntimeType *, RuntimeTypeHandle_GetBaseType, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x01C45340, bool, RuntimeTypeHandle_CanCastTo, (RuntimeType * type, RuntimeType * target, MethodInfo * method)); DO_APP_FUNC(0x01C453C0, bool, RuntimeTypeHandle_type_is_assignable_from, (Type * a, Type * b, MethodInfo * method)); DO_APP_FUNC(0x01C28800, bool, RuntimeTypeHandle_IsGenericTypeDefinition, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x01C45440, void *, RuntimeTypeHandle_GetGenericParameterInfo, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x01C45460, bool, RuntimeTypeHandle_IsSubclassOf, (RuntimeType * childType, RuntimeType * baseType, MethodInfo * method)); DO_APP_FUNC(0x01C45490, bool, RuntimeTypeHandle_is_subclass_of, (void * childType, void * baseType, MethodInfo * method)); DO_APP_FUNC(0x01C454A0, RuntimeType *, RuntimeTypeHandle_internal_from_name, (String * name, StackCrawlMark__Enum * stackMark, Assembly * callerAssembly, bool throwOnError, bool ignoreCase, bool reflectionOnly, MethodInfo * method)); DO_APP_FUNC(0x01C454C0, RuntimeType *, RuntimeTypeHandle_GetTypeByName, (String * typeName, bool throwOnError, bool ignoreCase, bool reflectionOnly, StackCrawlMark__Enum * stackMark, bool loadTypeFromPartialName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3080, RuntimeTypeHandle_GetTypeByName__MethodInfo); DO_APP_FUNC(0x01C45860, String *, TermInfoDriver_TryTermInfoDir, (String * dir, String * term, MethodInfo * method)); DO_APP_FUNC(0x01C459E0, String *, TermInfoDriver_SearchTerminfo, (String * term, MethodInfo * method)); DO_APP_FUNC(0x01C45B90, void, TermInfoDriver_WriteConsole, (TermInfoDriver * __this, String * str, MethodInfo * method)); DO_APP_FUNC(0x01C45BC0, void, TermInfoDriver__ctor, (TermInfoDriver * __this, String * term, MethodInfo * method)); DO_APP_FUNC(0x0070E270, bool, TermInfoDriver_get_Initialized, (TermInfoDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01C46490, void, TermInfoDriver_Init, (TermInfoDriver * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3018, TermInfoDriver_Init__MethodInfo); DO_APP_FUNC(0x01C47150, void, TermInfoDriver_IncrementX, (TermInfoDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01C471E0, void, TermInfoDriver_WriteSpecialKey, (TermInfoDriver * __this, ConsoleKeyInfo key, MethodInfo * method)); DO_APP_FUNC(0x01C473E0, void, TermInfoDriver_WriteSpecialKey_1, (TermInfoDriver * __this, uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01C47430, bool, TermInfoDriver_IsSpecialKey, (TermInfoDriver * __this, ConsoleKeyInfo key, MethodInfo * method)); DO_APP_FUNC(0x01C47550, bool, TermInfoDriver_IsSpecialKey_1, (TermInfoDriver * __this, uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01C475A0, void, TermInfoDriver_GetCursorPosition, (TermInfoDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01C47640, void, TermInfoDriver_CheckWindowDimensions, (TermInfoDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01C477A0, int32_t, TermInfoDriver_get_WindowHeight, (TermInfoDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01C477D0, int32_t, TermInfoDriver_get_WindowWidth, (TermInfoDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01C47800, void, TermInfoDriver_AddToBuffer, (TermInfoDriver * __this, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x01C479B0, void, TermInfoDriver_AdjustBuffer, (TermInfoDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01C479D0, ConsoleKeyInfo, TermInfoDriver_CreateKeyInfoFromInt, (TermInfoDriver * __this, int32_t n, bool alt, MethodInfo * method)); DO_APP_FUNC(0x01C47B10, Object *, TermInfoDriver_GetKeyFromBuffer, (TermInfoDriver * __this, bool cooked, MethodInfo * method)); DO_APP_FUNC(0x01C47EF0, ConsoleKeyInfo, TermInfoDriver_ReadKeyInternal, (TermInfoDriver * __this, bool * fresh, MethodInfo * method)); DO_APP_FUNC(0x01C480A0, bool, TermInfoDriver_InputPending, (TermInfoDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01C480E0, void, TermInfoDriver_QueueEcho, (TermInfoDriver * __this, uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01C48220, void, TermInfoDriver_Echo, (TermInfoDriver * __this, ConsoleKeyInfo key, MethodInfo * method)); DO_APP_FUNC(0x01C483F0, void, TermInfoDriver_EchoFlush, (TermInfoDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01C48440, int32_t, TermInfoDriver_Read, (TermInfoDriver * __this, Char__Array * dest, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01C487D0, ConsoleKeyInfo, TermInfoDriver_ReadKey, (TermInfoDriver * __this, bool intercept, MethodInfo * method)); DO_APP_FUNC(0x01C48890, String *, TermInfoDriver_ReadLine, (TermInfoDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01C488A0, String *, TermInfoDriver_ReadToEnd, (TermInfoDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01C488B0, String *, TermInfoDriver_ReadUntilConditionInternal, (TermInfoDriver * __this, bool haltOnNewLine, MethodInfo * method)); DO_APP_FUNC(0x01C48BC0, void, TermInfoDriver_SetCursorPosition, (TermInfoDriver * __this, int32_t left, int32_t top, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3040, TermInfoDriver_SetCursorPosition__MethodInfo); DO_APP_FUNC(0x01C48F70, void, TermInfoDriver_CreateKeyMap, (TermInfoDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01C4AF60, void, TermInfoDriver_InitKeys, (TermInfoDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01C4B280, void, TermInfoDriver_AddStringMapping, (TermInfoDriver * __this, TermInfoStrings__Enum s, MethodInfo * method)); DO_APP_FUNC(0x01C4B2D0, void, TermInfoDriver__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C4B5D0, String *, ParameterizedStrings_Evaluate, (String * format, ParameterizedStrings_FormatParam__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2FF0, ParameterizedStrings_Evaluate__MethodInfo); DO_APP_FUNC(0x01C4B810, String *, ParameterizedStrings_EvaluateInternal, (String * format, int32_t * pos, ParameterizedStrings_FormatParam__Array * args, ParameterizedStrings_LowLevelStack * stack, ParameterizedStrings_FormatParam__Array * * dynamicVars, ParameterizedStrings_FormatParam__Array * * staticVars, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2FE0, ParameterizedStrings_EvaluateInternal__MethodInfo); DO_APP_FUNC(0x00AE0660, bool, ParameterizedStrings_AsBool, (int32_t i, MethodInfo * method)); DO_APP_FUNC(0x01AF8FD0, int32_t, ParameterizedStrings_AsInt, (bool b, MethodInfo * method)); DO_APP_FUNC(0x01C4C580, String *, ParameterizedStrings_StringFromAsciiBytes, (Byte__Array * buffer, int32_t offset, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01C4C670, int32_t, ParameterizedStrings_snprintf, (uint8_t * str, void * size, String * format, String * arg1, MethodInfo * method)); DO_APP_FUNC(0x01C4C760, int32_t, ParameterizedStrings_snprintf_1, (uint8_t * str, void * size, String * format, int32_t arg1, MethodInfo * method)); DO_APP_FUNC(0x01C4C830, String *, ParameterizedStrings_FormatPrintF, (String * format, Object * arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2F58, ParameterizedStrings_FormatPrintF__MethodInfo); DO_APP_FUNC(0x01C4CB20, ParameterizedStrings_FormatParam__Array *, ParameterizedStrings_GetDynamicOrStaticVariables, (uint16_t c, ParameterizedStrings_FormatParam__Array * * dynamicVars, ParameterizedStrings_FormatParam__Array * * staticVars, int32_t * index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2F48, ParameterizedStrings_GetDynamicOrStaticVariables__MethodInfo); DO_APP_FUNC(0x01C4CC30, void, ParameterizedStrings_FormatParam__ctor, (ParameterizedStrings_FormatParam * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x011A23D0, void, ParameterizedStrings_FormatParam__ctor_1, (ParameterizedStrings_FormatParam * __this, int32_t intValue, String * stringValue, MethodInfo * method)); DO_APP_FUNC(0x01C4CC90, ParameterizedStrings_FormatParam, ParameterizedStrings_FormatParam_op_Implicit, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, ParameterizedStrings_FormatParam_get_Int32, (ParameterizedStrings_FormatParam * __this, MethodInfo * method)); DO_APP_FUNC(0x01C4CCF0, String *, ParameterizedStrings_FormatParam_get_String, (ParameterizedStrings_FormatParam * __this, MethodInfo * method)); DO_APP_FUNC(0x01C4CD40, Object *, ParameterizedStrings_FormatParam_get_Object, (ParameterizedStrings_FormatParam * __this, MethodInfo * method)); DO_APP_FUNC(0x01C4CD90, void, ParameterizedStrings_LowLevelStack__ctor, (ParameterizedStrings_LowLevelStack * __this, MethodInfo * method)); DO_APP_FUNC(0x01C4CE20, ParameterizedStrings_FormatParam, ParameterizedStrings_LowLevelStack_Pop, (ParameterizedStrings_LowLevelStack * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2F38, ParameterizedStrings_LowLevelStack_Pop__MethodInfo); DO_APP_FUNC(0x01C4CEF0, void, ParameterizedStrings_LowLevelStack_Push, (ParameterizedStrings_LowLevelStack * __this, ParameterizedStrings_FormatParam item, MethodInfo * method)); DO_APP_FUNC(0x01C4D0A0, void, ParameterizedStrings_LowLevelStack_Clear, (ParameterizedStrings_LowLevelStack * __this, MethodInfo * method)); DO_APP_FUNC(0x01C4D0D0, void, ByteMatcher_AddMapping, (ByteMatcher * __this, TermInfoStrings__Enum key, Byte__Array * val, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ByteMatcher_Sort, (ByteMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x01C4D200, bool, ByteMatcher_StartsWith, (ByteMatcher * __this, int32_t c, MethodInfo * method)); DO_APP_FUNC(0x01C4D280, TermInfoStrings__Enum, ByteMatcher_Match, (ByteMatcher * __this, Char__Array * buffer, int32_t offset, int32_t length, int32_t * used, MethodInfo * method)); DO_APP_FUNC(0x01C4D5A0, void, ByteMatcher__ctor, (ByteMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x01C4D700, void, TermInfoReader__ctor, (TermInfoReader * __this, String * term, String * filename, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2F80, TermInfoReader__ctor__MethodInfo); DO_APP_FUNC(0x01C4D970, void, TermInfoReader__ctor_1, (TermInfoReader * __this, String * term, Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2F70, TermInfoReader__ctor_1__MethodInfo); DO_APP_FUNC(0x01C4DA50, void, TermInfoReader_DetermineVersion, (TermInfoReader * __this, int16_t magic, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2F30, TermInfoReader_DetermineVersion__MethodInfo); DO_APP_FUNC(0x01C4DB20, void, TermInfoReader_ReadHeader, (TermInfoReader * __this, Byte__Array * buffer, int32_t * position, MethodInfo * method)); DO_APP_FUNC(0x01C4DD90, void, TermInfoReader_ReadNames, (TermInfoReader * __this, Byte__Array * buffer, int32_t * position, MethodInfo * method)); DO_APP_FUNC(0x01C4DE40, int32_t, TermInfoReader_Get, (TermInfoReader * __this, TermInfoNumbers__Enum number, MethodInfo * method)); DO_APP_FUNC(0x01C4DF00, String *, TermInfoReader_Get_1, (TermInfoReader * __this, TermInfoStrings__Enum tstr, MethodInfo * method)); DO_APP_FUNC(0x01C4E050, Byte__Array *, TermInfoReader_GetStringBytes, (TermInfoReader * __this, TermInfoStrings__Enum tstr, MethodInfo * method)); DO_APP_FUNC(0x01C4E200, int16_t, TermInfoReader_GetInt16, (TermInfoReader * __this, Byte__Array * buffer, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x01C4E270, String *, TermInfoReader_GetString, (TermInfoReader * __this, Byte__Array * buffer, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x01C4E300, Byte__Array *, TermInfoReader_GetStringBytes_1, (TermInfoReader * __this, Byte__Array * buffer, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x01C4E450, bool, TypeNames_ATypeName_Equals, (TypeNames_ATypeName * __this, TypeName * other, MethodInfo * method)); DO_APP_FUNC(0x01C4E510, int32_t, TypeNames_ATypeName_GetHashCode, (TypeNames_ATypeName * __this, MethodInfo * method)); DO_APP_FUNC(0x01C4E550, bool, TypeNames_ATypeName_Equals_1, (TypeNames_ATypeName * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TypeNames_ATypeName__ctor, (TypeNames_ATypeName * __this, MethodInfo * method)); DO_APP_FUNC(0x01C4E650, TypeIdentifier *, TypeIdentifiers_FromDisplay, (String * displayName, MethodInfo * method)); DO_APP_FUNC(0x01C4E750, void, TypeIdentifiers_Display__ctor, (TypeIdentifiers_Display * __this, String * displayName, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, TypeIdentifiers_Display_get_DisplayName, (TypeIdentifiers_Display * __this, MethodInfo * method)); DO_APP_FUNC(0x01C4E800, String *, TypeIdentifiers_Display_get_InternalName, (TypeIdentifiers_Display * __this, MethodInfo * method)); DO_APP_FUNC(0x01C4E970, String *, TypeIdentifiers_Display_GetInternalName, (TypeIdentifiers_Display * __this, MethodInfo * method)); DO_APP_FUNC(0x0068D320, void, ArraySpec__ctor, (ArraySpec * __this, int32_t dimensions, bool bound, MethodInfo * method)); DO_APP_FUNC(0x01C4EA70, Type *, ArraySpec_Resolve, (ArraySpec * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x01C4EB00, StringBuilder *, ArraySpec_Append, (ArraySpec * __this, StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x01C4EC40, String *, ArraySpec_ToString, (ArraySpec * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PointerSpec__ctor, (PointerSpec * __this, int32_t pointer_level, MethodInfo * method)); DO_APP_FUNC(0x01C4EDC0, Type *, PointerSpec_Resolve, (PointerSpec * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x01C4EE10, StringBuilder *, PointerSpec_Append, (PointerSpec * __this, StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x01C4EE40, String *, PointerSpec_ToString, (PointerSpec * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6B320, bool, TypeSpec_get_HasModifiers, (TypeSpec * __this, MethodInfo * method)); DO_APP_FUNC(0x01C4EED0, String *, TypeSpec_GetDisplayFullName, (TypeSpec * __this, TypeSpec_DisplayNameFormat__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x01C4F470, StringBuilder *, TypeSpec_GetModifierString, (TypeSpec * __this, StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x01C4F6F0, String *, TypeSpec_get_DisplayFullName, (TypeSpec * __this, MethodInfo * method)); DO_APP_FUNC(0x01C4F770, TypeSpec *, TypeSpec_Parse, (String * typeName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD72E8, TypeSpec_Parse__MethodInfo); DO_APP_FUNC(0x01C4F870, String *, TypeSpec_UnescapeInternalName, (String * displayName, MethodInfo * method)); DO_APP_FUNC(0x01C4F970, Type *, TypeSpec_Resolve, (TypeSpec * __this, Func_2_System_Reflection_AssemblyName_System_Reflection_Assembly_ * assemblyResolver, Func_4_System_Reflection_Assembly_String_Boolean_Type_ * typeResolver, bool throwOnError, bool ignoreCase, StackCrawlMark__Enum * stackMark, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7250, TypeSpec_Resolve__MethodInfo); DO_APP_FUNC(0x01C50430, void, TypeSpec_AddName, (TypeSpec * __this, String * type_name, MethodInfo * method)); DO_APP_FUNC(0x01C50610, void, TypeSpec_AddModifier, (TypeSpec * __this, ModifierSpec * md, MethodInfo * method)); DO_APP_FUNC(0x01C50760, void, TypeSpec_SkipSpace, (String * name, int32_t * pos, MethodInfo * method)); DO_APP_FUNC(0x01C50820, void, TypeSpec_BoundCheck, (int32_t idx, String * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD72B8, TypeSpec_BoundCheck__MethodInfo); DO_APP_FUNC(0x01C508C0, TypeIdentifier *, TypeSpec_ParsedTypeIdentifier, (String * displayName, MethodInfo * method)); DO_APP_FUNC(0x01C508D0, TypeSpec *, TypeSpec_Parse_1, (String * name, int32_t * p, bool is_recurse, bool allow_aqn, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7278, TypeSpec_Parse_1__MethodInfo); DO_APP_FUNC(0x003AC050, void, TypeSpec__ctor, (TypeSpec * __this, MethodInfo * method)); DO_APP_FUNC(0x01C518E0, void, UIntPtr__ctor, (UIntPtr * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01C51940, void, UIntPtr__ctor_1, (UIntPtr * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, UIntPtr__ctor_2, (UIntPtr * __this, Void * value, MethodInfo * method)); DO_APP_FUNC(0x01C51950, bool, UIntPtr_Equals, (UIntPtr * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, UIntPtr_GetHashCode, (UIntPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x01C519E0, String *, UIntPtr_ToString, (UIntPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x01C51AB0, void, UIntPtr_System_Runtime_Serialization_ISerializable_GetObjectData, (UIntPtr * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7210, UIntPtr_System_Runtime_Serialization_ISerializable_GetObjectData__MethodInfo); DO_APP_FUNC(0x00ACA560, bool, UIntPtr_op_Equality, (void * value1, void * value2, MethodInfo * method)); DO_APP_FUNC(0x00AD34D0, bool, UIntPtr_op_Inequality, (void * value1, void * value2, MethodInfo * method)); DO_APP_FUNC(0x01C51B60, void *, UIntPtr_op_Explicit, (uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, void *, UIntPtr_op_Explicit_1, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x00EEC8F0, int32_t, UIntPtr_get_Size, (MethodInfo * method)); DO_APP_FUNC(0x00ADBBA0, bool, UIntPtr_System_IEquatable_System_UIntPtr__Equals, (UIntPtr * __this, void * other, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIntPtr__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ValueType__ctor, (ValueType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C51BC0, bool, ValueType_InternalEquals, (Object * o1, Object * o2, Object__Array * * fields, MethodInfo * method)); DO_APP_FUNC(0x01C51BD0, bool, ValueType_DefaultEquals, (Object * o1, Object * o2, MethodInfo * method)); DO_APP_FUNC(0x01C1A830, bool, ValueType_Equals, (ValueType * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01C51DA0, int32_t, ValueType_InternalGetHashCode, (Object * o, Object__Array * * fields, MethodInfo * method)); DO_APP_FUNC(0x01C51DB0, int32_t, ValueType_GetHashCode, (ValueType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C51E40, String *, ValueType_ToString, (ValueType * __this, MethodInfo * method)); DO_APP_FUNC(0x01C51E80, void, Variant_Clear, (Variant * __this, MethodInfo * method)); DO_APP_FUNC(0x01C51F40, void, WeakReference_AllocateHandle, (WeakReference * __this, Object * target, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WeakReference__ctor, (WeakReference * __this, MethodInfo * method)); DO_APP_FUNC(0x01C51F70, void, WeakReference__ctor_1, (WeakReference * __this, Object * target, MethodInfo * method)); DO_APP_FUNC(0x01C51FA0, void, WeakReference__ctor_2, (WeakReference * __this, Object * target, bool trackResurrection, MethodInfo * method)); DO_APP_FUNC(0x01C51FD0, void, WeakReference__ctor_3, (WeakReference * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7168, WeakReference__ctor_3__MethodInfo); DO_APP_FUNC(0x01C52110, bool, WeakReference_get_IsAlive, (WeakReference * __this, MethodInfo * method)); DO_APP_FUNC(0x01C52140, Object *, WeakReference_get_Target, (WeakReference * __this, MethodInfo * method)); DO_APP_FUNC(0x01C521A0, void, WeakReference_set_Target, (WeakReference * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, WeakReference_get_TrackResurrection, (WeakReference * __this, MethodInfo * method)); DO_APP_FUNC(0x01C521B0, void, WeakReference_Finalize, (WeakReference * __this, MethodInfo * method)); DO_APP_FUNC(0x01C52200, void, WeakReference_GetObjectData, (WeakReference * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7160, WeakReference_GetObjectData__MethodInfo); DO_APP_FUNC(0x01C52330, void, WindowsConsoleDriver__ctor, (WindowsConsoleDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01C52440, ConsoleKeyInfo, WindowsConsoleDriver_ReadKey, (WindowsConsoleDriver * __this, bool intercept, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7150, WindowsConsoleDriver_ReadKey__MethodInfo); DO_APP_FUNC(0x01C52690, bool, WindowsConsoleDriver_IsModifierKey, (int16_t virtualKeyCode, MethodInfo * method)); DO_APP_FUNC(0x01C526C0, void *, WindowsConsoleDriver_GetStdHandle, (Handles__Enum handle, MethodInfo * method)); DO_APP_FUNC(0x01C52700, bool, WindowsConsoleDriver_GetConsoleScreenBufferInfo, (void * handle, ConsoleScreenBufferInfo * info, MethodInfo * method)); DO_APP_FUNC(0x01C527A0, bool, WindowsConsoleDriver_ReadConsoleInput, (void * handle, InputRecord * record, int32_t length, int32_t * nread, MethodInfo * method)); DO_APP_FUNC(0x01C528D0, void, _ComObject__ctor, (_ComObject * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7148, _ComObject__ctor__MethodInfo); DO_APP_FUNC(0x00C59320, uint32_t, Decimal_get_High, (Decimal * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F10, uint32_t, Decimal_get_Low, (Decimal * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, uint32_t, Decimal_get_Mid, (Decimal * __this, MethodInfo * method)); DO_APP_FUNC(0x01C52920, bool, Decimal_get_IsNegative, (Decimal * __this, MethodInfo * method)); DO_APP_FUNC(0x01C52930, int32_t, Decimal_get_Scale, (Decimal * __this, MethodInfo * method)); DO_APP_FUNC(0x01C52940, uint64_t, Decimal_get_Low64, (Decimal * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Decimal_DecCalc *, Decimal_AsMutable, (Decimal * d, MethodInfo * method)); DO_APP_FUNC(0x01C529E0, uint32_t, Decimal_DecDivMod1E9, (Decimal * value, MethodInfo * method)); DO_APP_FUNC(0x01C52AC0, void, Decimal__ctor, (Decimal * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01C52AF0, void, Decimal__ctor_1, (Decimal * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01C52B00, void, Decimal__ctor_2, (Decimal * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01C52B30, void, Decimal__ctor_3, (Decimal * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01C52B40, void, Decimal__ctor_4, (Decimal * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01C52BD0, void, Decimal__ctor_5, (Decimal * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x01C52C60, bool, Decimal_IsValid, (int32_t flags, MethodInfo * method)); DO_APP_FUNC(0x01C52C80, void, Decimal__ctor_6, (Decimal * __this, Int32__Array * bits, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7188, Decimal__ctor_6__MethodInfo); DO_APP_FUNC(0x01C52DE0, void, Decimal__ctor_7, (Decimal * __this, int32_t lo, int32_t mid, int32_t hi, bool isNegative, uint8_t scale, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7178, Decimal__ctor_7__MethodInfo); DO_APP_FUNC(0x01C52E90, void, Decimal_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization, (Decimal * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7170, Decimal_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization__MethodInfo); DO_APP_FUNC(0x01C52F40, void, Decimal__ctor_8, (Decimal * __this, Decimal * d, int32_t flags, MethodInfo * method)); DO_APP_FUNC(0x01C52F50, Decimal, Decimal_Add, (Decimal d1, Decimal d2, MethodInfo * method)); DO_APP_FUNC(0x01C52FF0, int32_t, Decimal_CompareTo, (Decimal * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD70E8, Decimal_CompareTo__MethodInfo); DO_APP_FUNC(0x01C53100, int32_t, Decimal_CompareTo_1, (Decimal * __this, Decimal value, MethodInfo * method)); DO_APP_FUNC(0x01C53160, bool, Decimal_Equals, (Decimal * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01C53220, bool, Decimal_Equals_1, (Decimal * __this, Decimal value, MethodInfo * method)); DO_APP_FUNC(0x01C53290, int32_t, Decimal_GetHashCode, (Decimal * __this, MethodInfo * method)); DO_APP_FUNC(0x01C53420, String *, Decimal_ToString, (Decimal * __this, MethodInfo * method)); DO_APP_FUNC(0x01C534E0, String *, Decimal_ToString_1, (Decimal * __this, String * format, MethodInfo * method)); DO_APP_FUNC(0x01C535C0, String *, Decimal_ToString_2, (Decimal * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C53690, String *, Decimal_ToString_3, (Decimal * __this, String * format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C53780, bool, Decimal_TryFormat, (Decimal * __this, Span_1_Char_ destination, int32_t * charsWritten, ReadOnlySpan_1_Char_ format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C53850, Decimal, Decimal_Parse, (String * s, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C53940, Decimal, Decimal_Parse_1, (String * s, NumberStyles__Enum style, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C53A50, bool, Decimal_TryParse, (String * s, Decimal * result, MethodInfo * method)); DO_APP_FUNC(0x01C53B30, bool, Decimal_TryParse_1, (String * s, NumberStyles__Enum style, IFormatProvider * provider, Decimal * result, MethodInfo * method)); DO_APP_FUNC(0x01C53C30, Int32__Array *, Decimal_GetBits, (Decimal d, MethodInfo * method)); DO_APP_FUNC(0x01C53CC0, Decimal, Decimal_Negate, (Decimal d, MethodInfo * method)); DO_APP_FUNC(0x01C53CE0, Decimal, Decimal_Round, (Decimal d, int32_t decimals, MethodInfo * method)); DO_APP_FUNC(0x01C53D70, Decimal, Decimal_Round_1, (Decimal d, int32_t decimals, MidpointRounding__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x01C53E00, Decimal, Decimal_Round_2, (Decimal * d, int32_t decimals, MidpointRounding__Enum mode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7030, Decimal_Round_2__MethodInfo); DO_APP_FUNC(0x01C53FE0, uint8_t, Decimal_ToByte, (Decimal value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7020, Decimal_ToByte__MethodInfo); DO_APP_FUNC(0x01C54110, int8_t, Decimal_ToSByte, (Decimal value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7000, Decimal_ToSByte__MethodInfo); DO_APP_FUNC(0x01C54240, int16_t, Decimal_ToInt16, (Decimal value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD70B8, Decimal_ToInt16__MethodInfo); DO_APP_FUNC(0x01C54370, double, Decimal_ToDouble, (Decimal d, MethodInfo * method)); DO_APP_FUNC(0x01C543C0, int32_t, Decimal_ToInt32, (Decimal d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD70B0, Decimal_ToInt32__MethodInfo); DO_APP_FUNC(0x01C544A0, int64_t, Decimal_ToInt64, (Decimal d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7098, Decimal_ToInt64__MethodInfo); DO_APP_FUNC(0x01C54580, uint16_t, Decimal_ToUInt16, (Decimal value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7080, Decimal_ToUInt16__MethodInfo); DO_APP_FUNC(0x01C546B0, uint32_t, Decimal_ToUInt32, (Decimal d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7068, Decimal_ToUInt32__MethodInfo); DO_APP_FUNC(0x01C54780, uint64_t, Decimal_ToUInt64, (Decimal d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6FF8, Decimal_ToUInt64__MethodInfo); DO_APP_FUNC(0x01C54850, float, Decimal_ToSingle, (Decimal d, MethodInfo * method)); DO_APP_FUNC(0x01C548E0, Decimal, Decimal_Truncate, (Decimal d, MethodInfo * method)); DO_APP_FUNC(0x01C54950, void, Decimal_Truncate_1, (Decimal * d, MethodInfo * method)); DO_APP_FUNC(0x01C549F0, Decimal, Decimal_op_Implicit, (uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01C54A10, Decimal, Decimal_op_Implicit_1, (int8_t value, MethodInfo * method)); DO_APP_FUNC(0x01C54A40, Decimal, Decimal_op_Implicit_2, (int16_t value, MethodInfo * method)); DO_APP_FUNC(0x01C54A70, Decimal, Decimal_op_Implicit_3, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01C54A90, Decimal, Decimal_op_Implicit_4, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01C54AC0, Decimal, Decimal_op_Implicit_5, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01C54AD0, Decimal, Decimal_op_Implicit_6, (int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01C54B10, Decimal, Decimal_op_Implicit_7, (uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01C54B30, Decimal, Decimal_op_Explicit, (float value, MethodInfo * method)); DO_APP_FUNC(0x01C54B50, Decimal, Decimal_op_Explicit_1, (double value, MethodInfo * method)); DO_APP_FUNC(0x01C54B70, uint8_t, Decimal_op_Explicit_2, (Decimal value, MethodInfo * method)); DO_APP_FUNC(0x01C54BD0, int8_t, Decimal_op_Explicit_3, (Decimal value, MethodInfo * method)); DO_APP_FUNC(0x01C54C30, int16_t, Decimal_op_Explicit_4, (Decimal value, MethodInfo * method)); DO_APP_FUNC(0x01C54C90, uint16_t, Decimal_op_Explicit_5, (Decimal value, MethodInfo * method)); DO_APP_FUNC(0x01C54CF0, int32_t, Decimal_op_Explicit_6, (Decimal value, MethodInfo * method)); DO_APP_FUNC(0x01C54D50, uint32_t, Decimal_op_Explicit_7, (Decimal value, MethodInfo * method)); DO_APP_FUNC(0x01C54DB0, int64_t, Decimal_op_Explicit_8, (Decimal value, MethodInfo * method)); DO_APP_FUNC(0x01C54E10, uint64_t, Decimal_op_Explicit_9, (Decimal value, MethodInfo * method)); DO_APP_FUNC(0x01C54E70, float, Decimal_op_Explicit_10, (Decimal value, MethodInfo * method)); DO_APP_FUNC(0x01C54F40, double, Decimal_op_Explicit_11, (Decimal value, MethodInfo * method)); DO_APP_FUNC(0x01C54FD0, Decimal, Decimal_op_Increment, (Decimal d, MethodInfo * method)); DO_APP_FUNC(0x01C550C0, Decimal, Decimal_op_Addition, (Decimal d1, Decimal d2, MethodInfo * method)); DO_APP_FUNC(0x01C55160, Decimal, Decimal_op_Subtraction, (Decimal d1, Decimal d2, MethodInfo * method)); DO_APP_FUNC(0x01C55200, Decimal, Decimal_op_Multiply, (Decimal d1, Decimal d2, MethodInfo * method)); DO_APP_FUNC(0x01C552A0, Decimal, Decimal_op_Division, (Decimal d1, Decimal d2, MethodInfo * method)); DO_APP_FUNC(0x01C55340, bool, Decimal_op_Equality, (Decimal d1, Decimal d2, MethodInfo * method)); DO_APP_FUNC(0x01C553B0, bool, Decimal_op_Inequality, (Decimal d1, Decimal d2, MethodInfo * method)); DO_APP_FUNC(0x01C55420, bool, Decimal_op_LessThan, (Decimal d1, Decimal d2, MethodInfo * method)); DO_APP_FUNC(0x01C55490, bool, Decimal_op_LessThanOrEqual, (Decimal d1, Decimal d2, MethodInfo * method)); DO_APP_FUNC(0x01C55500, bool, Decimal_op_GreaterThan, (Decimal d1, Decimal d2, MethodInfo * method)); DO_APP_FUNC(0x01C55570, bool, Decimal_op_GreaterThanOrEqual, (Decimal d1, Decimal d2, MethodInfo * method)); DO_APP_FUNC(0x01B27620, TypeCode__Enum, Decimal_GetTypeCode, (Decimal * __this, MethodInfo * method)); DO_APP_FUNC(0x01C555E0, bool, Decimal_System_IConvertible_ToBoolean, (Decimal * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C556E0, uint16_t, Decimal_System_IConvertible_ToChar, (Decimal * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6FE0, Decimal_System_IConvertible_ToChar__MethodInfo); DO_APP_FUNC(0x01C55770, int8_t, Decimal_System_IConvertible_ToSByte, (Decimal * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C558E0, uint8_t, Decimal_System_IConvertible_ToByte, (Decimal * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C55A50, int16_t, Decimal_System_IConvertible_ToInt16, (Decimal * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C55BC0, uint16_t, Decimal_System_IConvertible_ToUInt16, (Decimal * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C55D30, int32_t, Decimal_System_IConvertible_ToInt32, (Decimal * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C55EA0, uint32_t, Decimal_System_IConvertible_ToUInt32, (Decimal * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C56010, int64_t, Decimal_System_IConvertible_ToInt64, (Decimal * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C56180, uint64_t, Decimal_System_IConvertible_ToUInt64, (Decimal * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C562F0, float, Decimal_System_IConvertible_ToSingle, (Decimal * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C56390, double, Decimal_System_IConvertible_ToDouble, (Decimal * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, Decimal, Decimal_System_IConvertible_ToDecimal, (Decimal * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C564A0, DateTime, Decimal_System_IConvertible_ToDateTime, (Decimal * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6FA0, Decimal_System_IConvertible_ToDateTime__MethodInfo); DO_APP_FUNC(0x01C56530, Object *, Decimal_System_IConvertible_ToType, (Decimal * __this, Type * type, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01C565D0, void, Decimal__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C59320, uint32_t, Decimal_DecCalc_get_High, (Decimal_DecCalc * __this, MethodInfo * method)); DO_APP_FUNC(0x01914E90, void, Decimal_DecCalc_set_High, (Decimal_DecCalc * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x00470F10, uint32_t, Decimal_DecCalc_get_Low, (Decimal_DecCalc * __this, MethodInfo * method)); DO_APP_FUNC(0x01914EB0, void, Decimal_DecCalc_set_Low, (Decimal_DecCalc * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, uint32_t, Decimal_DecCalc_get_Mid, (Decimal_DecCalc * __this, MethodInfo * method)); DO_APP_FUNC(0x01B64E90, void, Decimal_DecCalc_set_Mid, (Decimal_DecCalc * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01C52920, bool, Decimal_DecCalc_get_IsNegative, (Decimal_DecCalc * __this, MethodInfo * method)); DO_APP_FUNC(0x01C566C0, uint64_t, Decimal_DecCalc_get_Low64, (Decimal_DecCalc * __this, MethodInfo * method)); DO_APP_FUNC(0x01C56740, void, Decimal_DecCalc_set_Low64, (Decimal_DecCalc * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01C567D0, uint32_t, Decimal_DecCalc_GetExponent, (float f, MethodInfo * method)); DO_APP_FUNC(0x01C567E0, uint32_t, Decimal_DecCalc_GetExponent_1, (double d, MethodInfo * method)); DO_APP_FUNC(0x01BE9CD0, uint64_t, Decimal_DecCalc_UInt32x32To64, (uint32_t a, uint32_t b, MethodInfo * method)); DO_APP_FUNC(0x01C567F0, void, Decimal_DecCalc_UInt64x64To128, (uint64_t a, uint64_t b, Decimal_DecCalc * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6FA8, Decimal_DecCalc_UInt64x64To128__MethodInfo); DO_APP_FUNC(0x01C56970, uint32_t, Decimal_DecCalc_Div96By32, (Decimal_DecCalc_Buf12 * bufNum, uint32_t den, MethodInfo * method)); DO_APP_FUNC(0x01C56A20, bool, Decimal_DecCalc_Div96ByConst, (uint64_t * high64, uint32_t * low, uint32_t pow, MethodInfo * method)); DO_APP_FUNC(0x01C56A90, void, Decimal_DecCalc_Unscale, (uint32_t * low, uint64_t * high64, int32_t * scale, MethodInfo * method)); DO_APP_FUNC(0x01C56C10, uint32_t, Decimal_DecCalc_Div96By64, (Decimal_DecCalc_Buf12 * bufNum, uint64_t den, MethodInfo * method)); DO_APP_FUNC(0x01C56D60, uint32_t, Decimal_DecCalc_Div128By96, (Decimal_DecCalc_Buf16 * bufNum, Decimal_DecCalc_Buf12 * bufDen, MethodInfo * method)); DO_APP_FUNC(0x01C56EB0, uint32_t, Decimal_DecCalc_IncreaseScale, (Decimal_DecCalc_Buf12 * bufNum, uint32_t power, MethodInfo * method)); DO_APP_FUNC(0x01C56F40, void, Decimal_DecCalc_IncreaseScale64, (Decimal_DecCalc_Buf12 * bufNum, uint32_t power, MethodInfo * method)); DO_APP_FUNC(0x01C56FC0, int32_t, Decimal_DecCalc_ScaleResult, (Decimal_DecCalc_Buf24 * bufRes, uint32_t hiRes, int32_t scale, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6F38, Decimal_DecCalc_ScaleResult__MethodInfo); DO_APP_FUNC(0x01C576F0, uint32_t, Decimal_DecCalc_DivByConst, (uint32_t * result, uint32_t hiRes, uint32_t * quotient, uint32_t * remainder, uint32_t power, MethodInfo * method)); DO_APP_FUNC(0x01C57770, int32_t, Decimal_DecCalc_LeadingZeroCount, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01C577D0, int32_t, Decimal_DecCalc_OverflowUnscale, (Decimal_DecCalc_Buf12 * bufQuo, int32_t scale, bool sticky, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6F28, Decimal_DecCalc_OverflowUnscale__MethodInfo); DO_APP_FUNC(0x01C57920, int32_t, Decimal_DecCalc_SearchScale, (Decimal_DecCalc_Buf12 * bufQuo, int32_t scale, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6F18, Decimal_DecCalc_SearchScale__MethodInfo); DO_APP_FUNC(0x01C57B10, bool, Decimal_DecCalc_Add32To96, (Decimal_DecCalc_Buf12 * bufNum, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01C57B70, void, Decimal_DecCalc_DecAddSub, (Decimal_DecCalc * d1, Decimal_DecCalc * d2, bool sign, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6F10, Decimal_DecCalc_DecAddSub__MethodInfo); DO_APP_FUNC(0x01C584E0, int32_t, Decimal_DecCalc_VarDecCmp, (Decimal * d1, Decimal * d2, MethodInfo * method)); DO_APP_FUNC(0x01C58600, int32_t, Decimal_DecCalc_VarDecCmpSub, (Decimal * d1, Decimal * d2, MethodInfo * method)); DO_APP_FUNC(0x01C587D0, void, Decimal_DecCalc_VarDecMul, (Decimal_DecCalc * d1, Decimal_DecCalc * d2, MethodInfo * method)); DO_APP_FUNC(0x01C58DC0, void, Decimal_DecCalc_VarDecFromR4, (float input, Decimal_DecCalc * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6F78, Decimal_DecCalc_VarDecFromR4__MethodInfo); DO_APP_FUNC(0x01C591D0, void, Decimal_DecCalc_VarDecFromR8, (double input, Decimal_DecCalc * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6F58, Decimal_DecCalc_VarDecFromR8__MethodInfo); DO_APP_FUNC(0x01C595D0, float, Decimal_DecCalc_VarR4FromDec, (Decimal * value, MethodInfo * method)); DO_APP_FUNC(0x01C59630, double, Decimal_DecCalc_VarR8FromDec, (Decimal * value, MethodInfo * method)); DO_APP_FUNC(0x01C59740, int32_t, Decimal_DecCalc_GetHashCode, (Decimal * d, MethodInfo * method)); DO_APP_FUNC(0x01C59890, void, Decimal_DecCalc_VarDecDiv, (Decimal_DecCalc * d1, Decimal_DecCalc * d2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6EE0, Decimal_DecCalc_VarDecDiv__MethodInfo); DO_APP_FUNC(0x01C5AAF0, void, Decimal_DecCalc_InternalRound, (Decimal_DecCalc * d, uint32_t scale, Decimal_DecCalc_RoundingMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x01C5AE30, uint32_t, Decimal_DecCalc_DecDivMod1E9, (Decimal_DecCalc * value, MethodInfo * method)); DO_APP_FUNC(0x01C5AEB0, void, Decimal_DecCalc__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C5B310, void, Decimal_DecCalc_PowerOvfl__ctor, (Decimal_DecCalc_PowerOvfl * __this, uint32_t hi, uint32_t mid, uint32_t lo, MethodInfo * method)); DO_APP_FUNC(0x01C5B330, uint64_t, Decimal_DecCalc_Buf12_get_Low64, (Decimal_DecCalc_Buf12 * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5B3A0, void, Decimal_DecCalc_Buf12_set_Low64, (Decimal_DecCalc_Buf12 * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01C5B430, uint64_t, Decimal_DecCalc_Buf12_get_High64, (Decimal_DecCalc_Buf12 * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5B4B0, void, Decimal_DecCalc_Buf12_set_High64, (Decimal_DecCalc_Buf12 * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01C5B540, uint64_t, Decimal_DecCalc_Buf16_get_Low64, (Decimal_DecCalc_Buf16 * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5B5B0, void, Decimal_DecCalc_Buf16_set_Low64, (Decimal_DecCalc_Buf16 * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01C5B640, uint64_t, Decimal_DecCalc_Buf16_get_High64, (Decimal_DecCalc_Buf16 * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5B6C0, void, Decimal_DecCalc_Buf16_set_High64, (Decimal_DecCalc_Buf16 * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01C5B750, uint64_t, Decimal_DecCalc_Buf24_get_Low64, (Decimal_DecCalc_Buf24 * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5B7C0, void, Decimal_DecCalc_Buf24_set_Low64, (Decimal_DecCalc_Buf24 * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01C5B850, void, Decimal_DecCalc_Buf24_set_Mid64, (Decimal_DecCalc_Buf24 * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01C5B8E0, void, Decimal_DecCalc_Buf24_set_High64, (Decimal_DecCalc_Buf24 * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01C5B970, void, AbandonedMutexException__ctor, (AbandonedMutexException * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5B9D0, void, AbandonedMutexException__ctor_1, (AbandonedMutexException * __this, int32_t location, WaitHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x01C5BAE0, void, AbandonedMutexException__ctor_2, (AbandonedMutexException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01C5BB70, void, AbandonedMutexException_SetupException, (AbandonedMutexException * __this, int32_t location, WaitHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x01C5BC30, void, AutoResetEvent__ctor, (AutoResetEvent * __this, bool initialState, MethodInfo * method)); DO_APP_FUNC(0x01C5BC50, Object *, LazyInitializer_EnsureLockInitialized, (Object * * syncLock, MethodInfo * method)); DO_APP_FUNC(0x01C5BD10, void, LockRecursionException__ctor, (LockRecursionException * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5BD60, void, LockRecursionException__ctor_1, (LockRecursionException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01C5BDC0, void, LockRecursionException__ctor_2, (LockRecursionException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01C5BE40, void, ManualResetEvent__ctor, (ManualResetEvent * __this, bool initialState, MethodInfo * method)); DO_APP_FUNC(0x008AC8F0, void, ParameterizedThreadStart__ctor, (ParameterizedThreadStart * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, ParameterizedThreadStart_Invoke, (ParameterizedThreadStart * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01C5BE60, void, SemaphoreFullException__ctor, (SemaphoreFullException * __this, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, SemaphoreFullException__ctor_1, (SemaphoreFullException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x008AC8F0, void, SendOrPostCallback__ctor, (SendOrPostCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, SendOrPostCallback_Invoke, (SendOrPostCallback * __this, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD62E8, SendOrPostCallback_Invoke__MethodInfo); DO_APP_FUNC(0x01C5BEB0, void, SynchronizationLockException__ctor, (SynchronizationLockException * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5BF00, void, SynchronizationLockException__ctor_1, (SynchronizationLockException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, SynchronizationLockException__ctor_2, (SynchronizationLockException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, ThreadStart__ctor, (ThreadStart * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, ThreadStart_Invoke, (ThreadStart * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5BF20, void, ThreadStateException__ctor, (ThreadStateException * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5BF70, void, ThreadStateException__ctor_1, (ThreadStateException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, ThreadStateException__ctor_2, (ThreadStateException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01C5BF90, void, Timeout__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C5BFD0, void, WaitHandleCannotBeOpenedException__ctor, (WaitHandleCannotBeOpenedException * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5C020, void, WaitHandleCannotBeOpenedException__ctor_1, (WaitHandleCannotBeOpenedException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01AB2880, void, WaitHandleCannotBeOpenedException__ctor_2, (WaitHandleCannotBeOpenedException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, CancellationToken, CancellationToken_get_None, (MethodInfo * method)); DO_APP_FUNC(0x01C5C040, bool, CancellationToken_get_IsCancellationRequested, (CancellationToken * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5C060, bool, CancellationToken_get_CanBeCanceled, (CancellationToken * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5C070, WaitHandle *, CancellationToken_get_WaitHandle, (CancellationToken * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, CancellationToken__ctor, (CancellationToken * __this, CancellationTokenSource * source, MethodInfo * method)); DO_APP_FUNC(0x01C5C1D0, void, CancellationToken__ctor_1, (CancellationToken * __this, bool canceled, MethodInfo * method)); DO_APP_FUNC(0x01C5C2B0, CancellationTokenRegistration, CancellationToken_Register, (CancellationToken * __this, Action * callback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6D58, CancellationToken_Register__MethodInfo); DO_APP_FUNC(0x01C5C3D0, CancellationTokenRegistration, CancellationToken_Register_1, (CancellationToken * __this, Action_1_Object_ * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01C5C480, CancellationTokenRegistration, CancellationToken_InternalRegisterWithoutEC, (CancellationToken * __this, Action_1_Object_ * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01C5C530, CancellationTokenRegistration, CancellationToken_Register_2, (CancellationToken * __this, Action_1_Object_ * callback, Object * state, bool useSynchronizationContext, bool useExecutionContext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6D48, CancellationToken_Register_2__MethodInfo); DO_APP_FUNC(0x00ADBBA0, bool, CancellationToken_Equals, (CancellationToken * __this, CancellationToken other, MethodInfo * method)); DO_APP_FUNC(0x01C5C6A0, bool, CancellationToken_Equals_1, (CancellationToken * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x01C5C740, int32_t, CancellationToken_GetHashCode, (CancellationToken * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5C7C0, bool, CancellationToken_op_Equality, (CancellationToken left, CancellationToken right, MethodInfo * method)); DO_APP_FUNC(0x01C5C820, bool, CancellationToken_op_Inequality, (CancellationToken left, CancellationToken right, MethodInfo * method)); DO_APP_FUNC(0x01C5C880, void, CancellationToken_ThrowIfCancellationRequested, (CancellationToken * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5C900, void, CancellationToken_ThrowOperationCanceledException, (CancellationToken * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6D80, CancellationToken_ThrowOperationCanceledException__MethodInfo); DO_APP_FUNC(0x01C5C970, void, CancellationToken__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C5CAA0, void, CancellationToken_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CancellationToken_c__ctor, (CancellationToken_c * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5CB50, void, CancellationToken_c___cctor_b__26_0, (CancellationToken_c * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6D78, CancellationToken_c___cctor_b__26_0__MethodInfo); DO_APP_FUNC(0x01C5CBC0, WaitHandle *, ManualResetEventSlim_get_WaitHandle, (ManualResetEventSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5CC00, bool, ManualResetEventSlim_get_IsSet, (ManualResetEventSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5CC60, void, ManualResetEventSlim_set_IsSet, (ManualResetEventSlim * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01C5CC90, int32_t, ManualResetEventSlim_get_SpinCount, (ManualResetEventSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5CCF0, void, ManualResetEventSlim_set_SpinCount, (ManualResetEventSlim * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01C5CD10, int32_t, ManualResetEventSlim_get_Waiters, (ManualResetEventSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5CD70, void, ManualResetEventSlim_set_Waiters, (ManualResetEventSlim * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6CD8, ManualResetEventSlim_set_Waiters__MethodInfo); DO_APP_FUNC(0x01C5CE30, void, ManualResetEventSlim__ctor, (ManualResetEventSlim * __this, bool initialState, MethodInfo * method)); DO_APP_FUNC(0x01C5CF30, void, ManualResetEventSlim__ctor_1, (ManualResetEventSlim * __this, bool initialState, int32_t spinCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6CB8, ManualResetEventSlim__ctor_1__MethodInfo); DO_APP_FUNC(0x01C5D040, void, ManualResetEventSlim_Initialize, (ManualResetEventSlim * __this, bool initialState, int32_t spinCount, MethodInfo * method)); DO_APP_FUNC(0x01C5D100, void, ManualResetEventSlim_EnsureLockObjectCreated, (ManualResetEventSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5D1B0, bool, ManualResetEventSlim_LazyInitializeEvent, (ManualResetEventSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5D4B0, void, ManualResetEventSlim_Set, (ManualResetEventSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5D4C0, void, ManualResetEventSlim_Set_1, (ManualResetEventSlim * __this, bool duringCancellation, MethodInfo * method)); DO_APP_FUNC(0x01C5D840, void, ManualResetEventSlim_Reset, (ManualResetEventSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5D8A0, void, ManualResetEventSlim_Wait, (ManualResetEventSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5D8B0, bool, ManualResetEventSlim_Wait_1, (ManualResetEventSlim * __this, int32_t millisecondsTimeout, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6D28, ManualResetEventSlim_Wait_1__MethodInfo); DO_APP_FUNC(0x01C5E260, void, ManualResetEventSlim_Dispose, (ManualResetEventSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5E2D0, void, ManualResetEventSlim_Dispose_1, (ManualResetEventSlim * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01C5E470, void, ManualResetEventSlim_ThrowIfDisposed, (ManualResetEventSlim * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6D08, ManualResetEventSlim_ThrowIfDisposed__MethodInfo); DO_APP_FUNC(0x01C5E4F0, void, ManualResetEventSlim_CancellationTokenCallback, (Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6C58, ManualResetEventSlim_CancellationTokenCallback__MethodInfo); DO_APP_FUNC(0x01C5E6C0, void, ManualResetEventSlim_UpdateStateAtomically, (ManualResetEventSlim * __this, int32_t newBits, int32_t updateBitsMask, MethodInfo * method)); DO_APP_FUNC(0x01C5E7A0, int32_t, ManualResetEventSlim_ExtractStatePortionAndShiftRight, (int32_t state, int32_t mask, int32_t rightBitShiftCount, MethodInfo * method)); DO_APP_FUNC(0x0099AFA0, int32_t, ManualResetEventSlim_ExtractStatePortion, (int32_t state, int32_t mask, MethodInfo * method)); DO_APP_FUNC(0x01C5E7B0, void, ManualResetEventSlim__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, SpinWait_get_Count, (SpinWait * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5E890, bool, SpinWait_get_NextSpinWillYield, (SpinWait * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5E900, void, SpinWait_SpinOnce, (SpinWait * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5E960, void, SpinWait_SpinOnce_1, (SpinWait * __this, int32_t sleep1Threshold, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6C18, SpinWait_SpinOnce_1__MethodInfo); DO_APP_FUNC(0x01C5EA70, void, SpinWait_SpinOnceCore, (SpinWait * __this, int32_t sleep1Threshold, MethodInfo * method)); DO_APP_FUNC(0x00C84790, void, SpinWait_Reset, (SpinWait * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5ECA0, void, SpinWait__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C5ED30, int32_t, PlatformHelper_get_ProcessorCount, (MethodInfo * method)); DO_APP_FUNC(0x01C5EE60, void, PlatformHelper__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C36F20, uint32_t, TimeoutHelper_GetTime, (MethodInfo * method)); DO_APP_FUNC(0x01C5EEB0, int32_t, TimeoutHelper_UpdateTimeOut, (uint32_t startTime, int32_t originalWaitMillisecondsTimeout, MethodInfo * method)); DO_APP_FUNC(0x011A4DD0, void, CancellationTokenRegistration__ctor, (CancellationTokenRegistration * __this, CancellationCallbackInfo * callbackInfo, SparselyPopulatedArrayAddInfo_1_CancellationCallbackInfo_ registrationInfo, MethodInfo * method)); DO_APP_FUNC(0x01C5EF20, bool, CancellationTokenRegistration_Unregister, (CancellationTokenRegistration * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5EFB0, void, CancellationTokenRegistration_Dispose, (CancellationTokenRegistration * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5F0E0, bool, CancellationTokenRegistration_Equals, (CancellationTokenRegistration * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01C5F1E0, bool, CancellationTokenRegistration_Equals_1, (CancellationTokenRegistration * __this, CancellationTokenRegistration other, MethodInfo * method)); DO_APP_FUNC(0x01C5F270, int32_t, CancellationTokenRegistration_GetHashCode, (CancellationTokenRegistration * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5F2F0, bool, CancellationTokenSource_get_IsCancellationRequested, (CancellationTokenSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5F300, bool, CancellationTokenSource_get_IsCancellationCompleted, (CancellationTokenSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, CancellationTokenSource_get_IsDisposed, (CancellationTokenSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5F310, int32_t, CancellationTokenSource_get_ThreadIDExecutingCallbacks, (CancellationTokenSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5F320, void, CancellationTokenSource_set_ThreadIDExecutingCallbacks, (CancellationTokenSource * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01C5F330, CancellationToken, CancellationTokenSource_get_Token, (CancellationTokenSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5F3E0, WaitHandle *, CancellationTokenSource_get_WaitHandle, (CancellationTokenSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01B489A0, CancellationCallbackInfo *, CancellationTokenSource_get_ExecutingCallback, (CancellationTokenSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5F500, void, CancellationTokenSource__ctor, (CancellationTokenSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5F520, void, CancellationTokenSource__ctor_1, (CancellationTokenSource * __this, int32_t millisecondsDelay, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6B80, CancellationTokenSource__ctor_1__MethodInfo); DO_APP_FUNC(0x01C5F6B0, void, CancellationTokenSource_InitializeWithTimer, (CancellationTokenSource * __this, int32_t millisecondsDelay, MethodInfo * method)); DO_APP_FUNC(0x01C5F7E0, void, CancellationTokenSource_Cancel, (CancellationTokenSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5F840, void, CancellationTokenSource_Cancel_1, (CancellationTokenSource * __this, bool throwOnFirstException, MethodInfo * method)); DO_APP_FUNC(0x01C5F8B0, void, CancellationTokenSource_CancelAfter, (CancellationTokenSource * __this, int32_t millisecondsDelay, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6B58, CancellationTokenSource_CancelAfter__MethodInfo); DO_APP_FUNC(0x01C5FAF0, void, CancellationTokenSource_TimerCallbackLogic, (Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6A80, CancellationTokenSource_TimerCallbackLogic__MethodInfo); DO_APP_FUNC(0x01C5FBF0, void, CancellationTokenSource_Dispose, (CancellationTokenSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5FC60, void, CancellationTokenSource_Dispose_1, (CancellationTokenSource * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01C5FDB0, void, CancellationTokenSource_ThrowIfDisposed, (CancellationTokenSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5FE00, void, CancellationTokenSource_ThrowObjectDisposedException, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6BF0, CancellationTokenSource_ThrowObjectDisposedException__MethodInfo); DO_APP_FUNC(0x01C5FE60, CancellationTokenRegistration, CancellationTokenSource_InternalRegister, (CancellationTokenSource * __this, Action_1_Object_ * callback, Object * stateForCallback, SynchronizationContext * targetSyncContext, ExecutionContext * executionContext, MethodInfo * method)); DO_APP_FUNC(0x01C60490, void, CancellationTokenSource_NotifyCancellation, (CancellationTokenSource * __this, bool throwOnFirstException, MethodInfo * method)); DO_APP_FUNC(0x01C60550, void, CancellationTokenSource_ExecuteCallbackHandlers, (CancellationTokenSource * __this, bool throwOnFirstException, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD69E0, CancellationTokenSource_ExecuteCallbackHandlers__MethodInfo); DO_APP_FUNC(0x01C60A30, void, CancellationTokenSource_CancellationCallbackCoreWork_OnSyncContext, (CancellationTokenSource * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6BA0, CancellationTokenSource_CancellationCallbackCoreWork_OnSyncContext__MethodInfo); DO_APP_FUNC(0x01C60AB0, void, CancellationTokenSource_CancellationCallbackCoreWork, (CancellationTokenSource * __this, CancellationCallbackCoreWorkArguments args, MethodInfo * method)); DO_APP_FUNC(0x01C60D00, CancellationTokenSource *, CancellationTokenSource_CreateLinkedTokenSource, (CancellationToken token1, CancellationToken token2, MethodInfo * method)); DO_APP_FUNC(0x01C60E40, CancellationTokenSource *, CancellationTokenSource_CreateLinkedTokenSource_1, (CancellationToken token, MethodInfo * method)); DO_APP_FUNC(0x01C60F20, CancellationTokenSource *, CancellationTokenSource_CreateLinkedTokenSource_2, (CancellationToken__Array * tokens, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6AD8, CancellationTokenSource_CreateLinkedTokenSource_2__MethodInfo); DO_APP_FUNC(0x01C610F0, void, CancellationTokenSource_WaitForCallbackToComplete, (CancellationTokenSource * __this, CancellationCallbackInfo * callbackInfo, MethodInfo * method)); DO_APP_FUNC(0x01C611C0, void, CancellationTokenSource__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C61470, void, CancellationTokenSource_Linked1CancellationTokenSource__ctor, (CancellationTokenSource_Linked1CancellationTokenSource * __this, CancellationToken token1, MethodInfo * method)); DO_APP_FUNC(0x01C615F0, void, CancellationTokenSource_Linked1CancellationTokenSource_Dispose, (CancellationTokenSource_Linked1CancellationTokenSource * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01C61630, void, CancellationTokenSource_Linked2CancellationTokenSource__ctor, (CancellationTokenSource_Linked2CancellationTokenSource * __this, CancellationToken token1, CancellationToken token2, MethodInfo * method)); DO_APP_FUNC(0x01C618A0, void, CancellationTokenSource_Linked2CancellationTokenSource_Dispose, (CancellationTokenSource_Linked2CancellationTokenSource * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01C618F0, void, CancellationTokenSource_LinkedNCancellationTokenSource__ctor, (CancellationTokenSource_LinkedNCancellationTokenSource * __this, CancellationToken__Array * tokens, MethodInfo * method)); DO_APP_FUNC(0x01C61B20, void, CancellationTokenSource_LinkedNCancellationTokenSource_Dispose, (CancellationTokenSource_LinkedNCancellationTokenSource * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01C61BB0, void, CancellationTokenSource_LinkedNCancellationTokenSource__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C61CE0, void, CancellationTokenSource_LinkedNCancellationTokenSource_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CancellationTokenSource_LinkedNCancellationTokenSource_c__ctor, (CancellationTokenSource_LinkedNCancellationTokenSource_c * __this, MethodInfo * method)); DO_APP_FUNC(0x01C61D90, void, CancellationTokenSource_LinkedNCancellationTokenSource_c___cctor_b__4_0, (CancellationTokenSource_LinkedNCancellationTokenSource_c * __this, Object * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD68B0, CancellationTokenSource_LinkedNCancellationTokenSource_c___cctor_b__4_0__MethodInfo); DO_APP_FUNC(0x0050EF20, void, CancellationCallbackCoreWorkArguments__ctor, (CancellationCallbackCoreWorkArguments * __this, SparselyPopulatedArrayFragment_1_CancellationCallbackInfo_ * currArrayFragment, int32_t currArrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01160C70, void, CancellationCallbackInfo__ctor, (CancellationCallbackInfo * __this, Action_1_Object_ * callback, Object * stateForCallback, ExecutionContext * targetExecutionContext, CancellationTokenSource * cancellationTokenSource, MethodInfo * method)); DO_APP_FUNC(0x01C61E10, void, CancellationCallbackInfo_ExecuteCallback, (CancellationCallbackInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01C61FF0, void, CancellationCallbackInfo_ExecutionContextCallback, (Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6860, CancellationCallbackInfo_ExecutionContextCallback__MethodInfo); DO_APP_FUNC(0x01C62090, void, CancellationCallbackInfo_WithSyncContext__ctor, (CancellationCallbackInfo_WithSyncContext * __this, Action_1_Object_ * callback, Object * stateForCallback, ExecutionContext * targetExecutionContext, CancellationTokenSource * cancellationTokenSource, SynchronizationContext * targetSyncContext, MethodInfo * method)); DO_APP_FUNC(0x01C62110, LockHolder, LockHolder_Hold, (Lock * l, MethodInfo * method)); DO_APP_FUNC(0x01C621B0, void, LockHolder_Dispose, (LockHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x01C621F0, void, Lock_Acquire, (Lock * __this, MethodInfo * method)); DO_APP_FUNC(0x01C62230, void, Lock_Release, (Lock * __this, MethodInfo * method)); DO_APP_FUNC(0x01C62260, void, Lock__ctor, (Lock * __this, MethodInfo * method)); DO_APP_FUNC(0x01C622F0, int32_t, SemaphoreSlim_get_CurrentCount, (SemaphoreSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x01C62300, WaitHandle *, SemaphoreSlim_get_AvailableWaitHandle, (SemaphoreSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x01C62550, void, SemaphoreSlim__ctor, (SemaphoreSlim * __this, int32_t initialCount, MethodInfo * method)); DO_APP_FUNC(0x01C62560, void, SemaphoreSlim__ctor_1, (SemaphoreSlim * __this, int32_t initialCount, int32_t maxCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6948, SemaphoreSlim__ctor_1__MethodInfo); DO_APP_FUNC(0x01C62740, void, SemaphoreSlim_Wait, (SemaphoreSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x01C62750, bool, SemaphoreSlim_Wait_1, (SemaphoreSlim * __this, int32_t millisecondsTimeout, MethodInfo * method)); DO_APP_FUNC(0x01C62760, bool, SemaphoreSlim_Wait_2, (SemaphoreSlim * __this, int32_t millisecondsTimeout, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD67B0, SemaphoreSlim_Wait_2__MethodInfo); DO_APP_FUNC(0x01C630B0, bool, SemaphoreSlim_WaitUntilCountOrTimeout, (SemaphoreSlim * __this, int32_t millisecondsTimeout, uint32_t startTime, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01C631E0, Task *, SemaphoreSlim_WaitAsync, (SemaphoreSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x01C631F0, Task_1_System_Boolean_ *, SemaphoreSlim_WaitAsync_1, (SemaphoreSlim * __this, int32_t millisecondsTimeout, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD67A8, SemaphoreSlim_WaitAsync_1__MethodInfo); DO_APP_FUNC(0x01C63740, SemaphoreSlim_TaskNode *, SemaphoreSlim_CreateAndAddAsyncWaiter, (SemaphoreSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x01C639C0, bool, SemaphoreSlim_RemoveAsyncWaiter, (SemaphoreSlim * __this, SemaphoreSlim_TaskNode * task, MethodInfo * method)); DO_APP_FUNC(0x01C63C30, Task_1_System_Boolean_ *, SemaphoreSlim_WaitUntilCountOrTimeoutAsync, (SemaphoreSlim * __this, SemaphoreSlim_TaskNode * asyncWaiter, int32_t millisecondsTimeout, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01C63EA0, int32_t, SemaphoreSlim_Release, (SemaphoreSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x01C63EB0, int32_t, SemaphoreSlim_Release_1, (SemaphoreSlim * __this, int32_t releaseCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6820, SemaphoreSlim_Release_1__MethodInfo); DO_APP_FUNC(0x01C64230, void, SemaphoreSlim_QueueWaiterTask, (SemaphoreSlim_TaskNode * waiterTask, MethodInfo * method)); DO_APP_FUNC(0x01C64240, void, SemaphoreSlim_Dispose, (SemaphoreSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x01C642B0, void, SemaphoreSlim_Dispose_1, (SemaphoreSlim * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01C64460, void, SemaphoreSlim_CancellationTokenCanceledEventHandler, (Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD67C8, SemaphoreSlim_CancellationTokenCanceledEventHandler__MethodInfo); DO_APP_FUNC(0x01C64620, void, SemaphoreSlim_CheckDispose, (SemaphoreSlim * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD67D0, SemaphoreSlim_CheckDispose__MethodInfo); DO_APP_FUNC(0x00A5CD60, String *, SemaphoreSlim_GetResourceString, (String * str, MethodInfo * method)); DO_APP_FUNC(0x01C646C0, void, SemaphoreSlim__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C64910, void, SemaphoreSlim_TaskNode__ctor, (SemaphoreSlim_TaskNode * __this, MethodInfo * method)); DO_APP_FUNC(0x01C64990, void, SemaphoreSlim_TaskNode_System_Threading_IThreadPoolWorkItem_ExecuteWorkItem, (SemaphoreSlim_TaskNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SemaphoreSlim_TaskNode_System_Threading_IThreadPoolWorkItem_MarkAborted, (SemaphoreSlim_TaskNode * __this, ThreadAbortException * tae, MethodInfo * method)); DO_APP_FUNC(0x01C64A90, void, SemaphoreSlim_WaitUntilCountOrTimeoutAsync_d_32_MoveNext, (SemaphoreSlim_WaitUntilCountOrTimeoutAsync_d_32 * __this, MethodInfo * method)); DO_APP_FUNC(0x01C656A0, void, SemaphoreSlim_WaitUntilCountOrTimeoutAsync_d_32_SetStateMachine, (SemaphoreSlim_WaitUntilCountOrTimeoutAsync_d_32 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x01C65710, void, SpinLock__ctor, (SpinLock * __this, bool enableThreadOwnerTracking, MethodInfo * method)); DO_APP_FUNC(0x01C65730, void, SpinLock_Enter, (SpinLock * __this, bool * lockTaken, MethodInfo * method)); DO_APP_FUNC(0x01C657E0, void, SpinLock_TryEnter, (SpinLock * __this, int32_t millisecondsTimeout, bool * lockTaken, MethodInfo * method)); DO_APP_FUNC(0x01C658A0, void, SpinLock_ContinueTryEnter, (SpinLock * __this, int32_t millisecondsTimeout, bool * lockTaken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6598, SpinLock_ContinueTryEnter__MethodInfo); DO_APP_FUNC(0x01C65DC0, void, SpinLock_DecrementWaiters, (SpinLock * __this, MethodInfo * method)); DO_APP_FUNC(0x01C65E80, void, SpinLock_ContinueTryEnterWithThreadTracking, (SpinLock * __this, int32_t millisecondsTimeout, uint32_t startTime, bool * lockTaken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6550, SpinLock_ContinueTryEnterWithThreadTracking__MethodInfo); DO_APP_FUNC(0x01C660F0, void, SpinLock_Exit, (SpinLock * __this, bool useMemoryBarrier, MethodInfo * method)); DO_APP_FUNC(0x01C66190, void, SpinLock_ExitSlowPath, (SpinLock * __this, bool useMemoryBarrier, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6520, SpinLock_ExitSlowPath__MethodInfo); DO_APP_FUNC(0x01C662D0, bool, SpinLock_get_IsHeldByCurrentThread, (SpinLock * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD65F0, SpinLock_get_IsHeldByCurrentThread__MethodInfo); DO_APP_FUNC(0x01C66400, bool, SpinLock_get_IsThreadOwnerTrackingEnabled, (SpinLock * __this, MethodInfo * method)); DO_APP_FUNC(0x01C66410, void, SpinLock__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C66450, void, EventWaitHandle__ctor, (EventWaitHandle * __this, bool initialState, EventResetMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x01C66470, void, EventWaitHandle__ctor_1, (EventWaitHandle * __this, bool initialState, EventResetMode__Enum mode, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD65B0, EventWaitHandle__ctor_1__MethodInfo); DO_APP_FUNC(0x01C667D0, bool, EventWaitHandle_Reset, (EventWaitHandle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD64A0, EventWaitHandle_Reset__MethodInfo); DO_APP_FUNC(0x01C66840, bool, EventWaitHandle_Set, (EventWaitHandle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6490, EventWaitHandle_Set__MethodInfo); DO_APP_FUNC(0x008AC8F0, void, ContextCallback__ctor, (ContextCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, ContextCallback_Invoke, (ContextCallback * __this, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01C668B0, bool, ExecutionContextSwitcher_UndoNoThrow, (ExecutionContextSwitcher * __this, MethodInfo * method)); DO_APP_FUNC(0x01C668D0, void, ExecutionContextSwitcher_Undo, (ExecutionContextSwitcher * __this, MethodInfo * method)); DO_APP_FUNC(0x01C66A60, bool, ExecutionContext_get_isNewCapture, (ExecutionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01C66A70, void, ExecutionContext_set_isNewCapture, (ExecutionContext * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01C66A90, bool, ExecutionContext_get_isFlowSuppressed, (ExecutionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01C66AA0, void, ExecutionContext_set_isFlowSuppressed, (ExecutionContext * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01C66AC0, bool, ExecutionContext_get_IsPreAllocatedDefault, (ExecutionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExecutionContext__ctor, (ExecutionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01C66AD0, void, ExecutionContext__ctor_1, (ExecutionContext * __this, bool isPreAllocatedDefault, MethodInfo * method)); DO_APP_FUNC(0x01C66AE0, void, ExecutionContext_SetLocalValue, (IAsyncLocal * local, Object * newValue, bool needChangeNotifications, MethodInfo * method)); DO_APP_FUNC(0x01C66EA0, void, ExecutionContext_OnAsyncLocalContextChanged, (ExecutionContext * previous, ExecutionContext * current, MethodInfo * method)); DO_APP_FUNC(0x01C67310, LogicalCallContext *, ExecutionContext_get_LogicalCallContext, (ExecutionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ExecutionContext_set_LogicalCallContext, (ExecutionContext * __this, LogicalCallContext * value, MethodInfo * method)); DO_APP_FUNC(0x01C673C0, IllogicalCallContext *, ExecutionContext_get_IllogicalCallContext, (ExecutionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, ExecutionContext_set_IllogicalCallContext, (ExecutionContext * __this, IllogicalCallContext * value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, SynchronizationContext *, ExecutionContext_get_SynchronizationContext, (ExecutionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ExecutionContext_set_SynchronizationContext, (ExecutionContext * __this, SynchronizationContext * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, SynchronizationContext *, ExecutionContext_get_SynchronizationContextNoFlow, (ExecutionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ExecutionContext_set_SynchronizationContextNoFlow, (ExecutionContext * __this, SynchronizationContext * value, MethodInfo * method)); DO_APP_FUNC(0x00ACD900, void, ExecutionContext_Dispose, (ExecutionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01C67470, void, ExecutionContext_Run, (ExecutionContext * executionContext, ContextCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6380, ExecutionContext_Run__MethodInfo); DO_APP_FUNC(0x01C675C0, void, ExecutionContext_Run_1, (ExecutionContext * executionContext, ContextCallback * callback, Object * state, bool preserveSyncCtx, MethodInfo * method)); DO_APP_FUNC(0x01C67650, void, ExecutionContext_RunInternal, (ExecutionContext * executionContext, ContextCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01C676D0, void, ExecutionContext_RunInternal_1, (ExecutionContext * executionContext, ContextCallback * callback, Object * state, bool preserveSyncCtx, MethodInfo * method)); DO_APP_FUNC(0x01C678F0, void, ExecutionContext_EstablishCopyOnWriteScope, (ExecutionContextSwitcher * ecsw, MethodInfo * method)); DO_APP_FUNC(0x01C67960, void, ExecutionContext_EstablishCopyOnWriteScope_1, (Thread * currentThread, bool knownNullWindowsIdentity, ExecutionContextSwitcher * ecsw, MethodInfo * method)); DO_APP_FUNC(0x01C67AA0, ExecutionContextSwitcher, ExecutionContext_SetExecutionContext, (ExecutionContext * executionContext, bool preserveSyncCtx, MethodInfo * method)); DO_APP_FUNC(0x01C67DC0, ExecutionContext *, ExecutionContext_CreateCopy, (ExecutionContext * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD63E0, ExecutionContext_CreateCopy__MethodInfo); DO_APP_FUNC(0x01C68010, ExecutionContext *, ExecutionContext_CreateMutableCopy, (ExecutionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01C68300, bool, ExecutionContext_IsFlowSuppressed, (MethodInfo * method)); DO_APP_FUNC(0x01C68390, ExecutionContext *, ExecutionContext_Capture, (MethodInfo * method)); DO_APP_FUNC(0x01C683E0, ExecutionContext *, ExecutionContext_FastCapture, (MethodInfo * method)); DO_APP_FUNC(0x01C68430, ExecutionContext *, ExecutionContext_Capture_1, (StackCrawlMark__Enum * stackMark, ExecutionContext_CaptureOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01C68870, void, ExecutionContext_GetObjectData, (ExecutionContext * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD63A0, ExecutionContext_GetObjectData__MethodInfo); DO_APP_FUNC(0x01C68A30, void, ExecutionContext__ctor_2, (ExecutionContext * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01C68C10, bool, ExecutionContext_IsDefaultFTContext, (ExecutionContext * __this, bool ignoreSyncCtx, MethodInfo * method)); DO_APP_FUNC(0x01C68C80, void, ExecutionContext__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ExecutionContext_Reader__ctor, (ExecutionContext_Reader * __this, ExecutionContext * ec, MethodInfo * method)); DO_APP_FUNC(0x00470F00, ExecutionContext *, ExecutionContext_Reader_DangerousGetRawExecutionContext, (ExecutionContext_Reader * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADB710, bool, ExecutionContext_Reader_get_IsNull, (ExecutionContext_Reader * __this, MethodInfo * method)); DO_APP_FUNC(0x01C68DD0, bool, ExecutionContext_Reader_IsDefaultFTContext, (ExecutionContext_Reader * __this, bool ignoreSyncCtx, MethodInfo * method)); DO_APP_FUNC(0x01C68DF0, bool, ExecutionContext_Reader_get_IsFlowSuppressed, (ExecutionContext_Reader * __this, MethodInfo * method)); DO_APP_FUNC(0x01C68E10, SynchronizationContext *, ExecutionContext_Reader_get_SynchronizationContext, (ExecutionContext_Reader * __this, MethodInfo * method)); DO_APP_FUNC(0x01C68E30, SynchronizationContext *, ExecutionContext_Reader_get_SynchronizationContextNoFlow, (ExecutionContext_Reader * __this, MethodInfo * method)); DO_APP_FUNC(0x01C68E50, LogicalCallContext_Reader, ExecutionContext_Reader_get_LogicalCallContext, (ExecutionContext_Reader * __this, MethodInfo * method)); DO_APP_FUNC(0x01C68EC0, bool, ExecutionContext_Reader_HasSameLocalValues, (ExecutionContext_Reader * __this, ExecutionContext * other, MethodInfo * method)); DO_APP_FUNC(0x01C68EF0, void, Monitor_Enter, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01C68F20, void, Monitor_Enter_1, (Object * obj, bool * lockTaken, MethodInfo * method)); DO_APP_FUNC(0x01C68FA0, void, Monitor_ThrowLockTakenException, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6260, Monitor_ThrowLockTakenException__MethodInfo); DO_APP_FUNC(0x01C69020, void, Monitor_Exit, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01C69050, void, Monitor_TryEnter, (Object * obj, bool * lockTaken, MethodInfo * method)); DO_APP_FUNC(0x01C690D0, bool, Monitor_TryEnter_1, (Object * obj, int32_t millisecondsTimeout, MethodInfo * method)); DO_APP_FUNC(0x01C690F0, void, Monitor_TryEnter_2, (Object * obj, int32_t millisecondsTimeout, bool * lockTaken, MethodInfo * method)); DO_APP_FUNC(0x01C69110, bool, Monitor_Wait, (Object * obj, int32_t millisecondsTimeout, bool exitContext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6258, Monitor_Wait__MethodInfo); DO_APP_FUNC(0x01C69110, bool, Monitor_Wait_1, (Object * obj, int32_t millisecondsTimeout, MethodInfo * method)); DO_APP_FUNC(0x01C69240, void, Monitor_Pulse, (Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6248, Monitor_Pulse__MethodInfo); DO_APP_FUNC(0x01C69320, void, Monitor_PulseAll, (Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6240, Monitor_PulseAll__MethodInfo); DO_APP_FUNC(0x01C69440, bool, Monitor_Monitor_test_synchronised, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01C69490, void, Monitor_Monitor_pulse, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01C694C0, void, Monitor_ObjPulse, (Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6228, Monitor_ObjPulse__MethodInfo); DO_APP_FUNC(0x01C69570, void, Monitor_Monitor_pulse_all, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01C695F0, void, Monitor_ObjPulseAll, (Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6328, Monitor_ObjPulseAll__MethodInfo); DO_APP_FUNC(0x01C696E0, bool, Monitor_Monitor_wait, (Object * obj, int32_t ms, MethodInfo * method)); DO_APP_FUNC(0x01C69710, bool, Monitor_ObjWait, (bool exitContext, int32_t millisecondsTimeout, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6320, Monitor_ObjWait__MethodInfo); DO_APP_FUNC(0x01C69810, void, Monitor_try_enter_with_atomic_var, (Object * obj, int32_t millisecondsTimeout, bool * lockTaken, MethodInfo * method)); DO_APP_FUNC(0x01C69850, void, Monitor_ReliableEnterTimeout, (Object * obj, int32_t timeout, bool * lockTaken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6300, Monitor_ReliableEnterTimeout__MethodInfo); DO_APP_FUNC(0x01C69940, void, Monitor_ReliableEnter, (Object * obj, bool * lockTaken, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SynchronizationContext__ctor, (SynchronizationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01C699E0, bool, SynchronizationContext_IsWaitNotificationRequired, (SynchronizationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01C699F0, void, SynchronizationContext_Send, (SynchronizationContext * __this, SendOrPostCallback * d, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01C69A20, void, SynchronizationContext_Post, (SynchronizationContext * __this, SendOrPostCallback * d, Object * state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SynchronizationContext_OperationStarted, (SynchronizationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SynchronizationContext_OperationCompleted, (SynchronizationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01C69AC0, int32_t, SynchronizationContext_Wait, (SynchronizationContext * __this, IntPtr__Array * waitHandles, bool waitAll, int32_t millisecondsTimeout, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD62C0, SynchronizationContext_Wait__MethodInfo); DO_APP_FUNC(0x01C69BB0, int32_t, SynchronizationContext_WaitHelper, (IntPtr__Array * waitHandles, bool waitAll, int32_t millisecondsTimeout, MethodInfo * method)); DO_APP_FUNC(0x01C69C50, void, SynchronizationContext_SetSynchronizationContext, (SynchronizationContext * syncContext, MethodInfo * method)); DO_APP_FUNC(0x01C69D40, SynchronizationContext *, SynchronizationContext_get_Current, (MethodInfo * method)); DO_APP_FUNC(0x01C69E00, SynchronizationContext *, SynchronizationContext_get_CurrentNoFlow, (MethodInfo * method)); DO_APP_FUNC(0x01C69EC0, SynchronizationContext *, SynchronizationContext_GetThreadLocalContext, (MethodInfo * method)); DO_APP_FUNC(0x01C69F10, SynchronizationContext *, SynchronizationContext_CreateCopy, (SynchronizationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01C69F60, SynchronizationContext *, SynchronizationContext_get_CurrentExplicit, (MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, OSSpecificSynchronizationContext__ctor, (OSSpecificSynchronizationContext * __this, Object * osContext, MethodInfo * method)); DO_APP_FUNC(0x01C69F70, OSSpecificSynchronizationContext *, OSSpecificSynchronizationContext_Get, (MethodInfo * method)); DO_APP_FUNC(0x01C6A1C0, SynchronizationContext *, OSSpecificSynchronizationContext_CreateCopy, (OSSpecificSynchronizationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01C6A260, void, OSSpecificSynchronizationContext_Send, (OSSpecificSynchronizationContext * __this, SendOrPostCallback * d, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6158, OSSpecificSynchronizationContext_Send__MethodInfo); DO_APP_FUNC(0x01C6A2B0, void, OSSpecificSynchronizationContext_Post, (OSSpecificSynchronizationContext * __this, SendOrPostCallback * d, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01C6A6B0, void, OSSpecificSynchronizationContext_InvocationEntry, (void * arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6208, OSSpecificSynchronizationContext_InvocationEntry__MethodInfo); DO_APP_FUNC(0x01C6A830, Object *, OSSpecificSynchronizationContext_GetOSContext, (MethodInfo * method)); DO_APP_FUNC(0x01C6A8C0, void, OSSpecificSynchronizationContext_PostInternal, (Object * osSynchronizationContext, void * callback, void * arg, MethodInfo * method)); DO_APP_FUNC(0x01C6A9F0, void, OSSpecificSynchronizationContext__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003F1E30, void, OSSpecificSynchronizationContext_InvocationEntryDelegate__ctor, (OSSpecificSynchronizationContext_InvocationEntryDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, OSSpecificSynchronizationContext_InvocationEntryDelegate_Invoke, (OSSpecificSynchronizationContext_InvocationEntryDelegate * __this, void * arg, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, OSSpecificSynchronizationContext_InvocationContext__ctor, (OSSpecificSynchronizationContext_InvocationContext * __this, SendOrPostCallback * d, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01C6ACF0, void, OSSpecificSynchronizationContext_InvocationContext_Invoke, (OSSpecificSynchronizationContext_InvocationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01C6AD20, void, OSSpecificSynchronizationContext_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OSSpecificSynchronizationContext_c__ctor, (OSSpecificSynchronizationContext_c * __this, MethodInfo * method)); DO_APP_FUNC(0x01C6ADD0, OSSpecificSynchronizationContext *, OSSpecificSynchronizationContext_c__Get_b__3_0, (OSSpecificSynchronizationContext_c * __this, Object * _osContext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6180, OSSpecificSynchronizationContext_c__Get_b__3_0__MethodInfo); DO_APP_FUNC(0x003BABE0, void, ThreadHelper__ctor, (ThreadHelper * __this, Delegate * start, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ThreadHelper_SetExecutionContextHelper, (ThreadHelper * __this, ExecutionContext * ec, MethodInfo * method)); DO_APP_FUNC(0x01C6AE70, void, ThreadHelper_ThreadStart_Context, (Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAFF8, ThreadHelper_ThreadStart_Context__MethodInfo); DO_APP_FUNC(0x01C6AFA0, void, ThreadHelper_ThreadStart, (ThreadHelper * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAF58, ThreadHelper_ThreadStart__MethodInfo); DO_APP_FUNC(0x01C6B110, void, ThreadHelper_ThreadStart_1, (ThreadHelper * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAF50, ThreadHelper_ThreadStart_1__MethodInfo); DO_APP_FUNC(0x01C6B220, void, ThreadHelper__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C6B300, void, Thread_AsyncLocalSetCurrentCulture, (AsyncLocalValueChangedArgs_1_System_Globalization_CultureInfo_ args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAF78, Thread_AsyncLocalSetCurrentCulture__MethodInfo); DO_APP_FUNC(0x01C6B420, void, Thread_AsyncLocalSetCurrentUICulture, (AsyncLocalValueChangedArgs_1_System_Globalization_CultureInfo_ args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAF88, Thread_AsyncLocalSetCurrentUICulture__MethodInfo); DO_APP_FUNC(0x01C6B540, void, Thread__ctor, (Thread * __this, ThreadStart * start, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAFE8, Thread__ctor__MethodInfo); DO_APP_FUNC(0x01C6B5C0, void, Thread__ctor_1, (Thread * __this, ParameterizedThreadStart * start, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAFE0, Thread__ctor_1__MethodInfo); DO_APP_FUNC(0x01C6B640, void, Thread__ctor_2, (Thread * __this, ParameterizedThreadStart * start, int32_t maxStackSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAFD8, Thread__ctor_2__MethodInfo); DO_APP_FUNC(0x01C6B730, void, Thread_Start, (Thread * __this, MethodInfo * method)); DO_APP_FUNC(0x01C6B750, void, Thread_Start_1, (Thread * __this, Object * parameter, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAFC0, Thread_Start_1__MethodInfo); DO_APP_FUNC(0x01C6B880, void, Thread_Start_2, (Thread * __this, StackCrawlMark__Enum * stackMark, MethodInfo * method)); DO_APP_FUNC(0x01C6BA90, ExecutionContext_Reader, Thread_GetExecutionContextReader, (Thread * __this, MethodInfo * method)); DO_APP_FUNC(0x01C6BAF0, bool, Thread_get_ExecutionContextBelongsToCurrentScope, (Thread * __this, MethodInfo * method)); DO_APP_FUNC(0x01C6BB00, void, Thread_set_ExecutionContextBelongsToCurrentScope, (Thread * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01C6BB10, ExecutionContext *, Thread_GetMutableExecutionContext, (Thread * __this, MethodInfo * method)); DO_APP_FUNC(0x01C6BC40, void, Thread_SetExecutionContext, (Thread * __this, ExecutionContext * value, bool belongsToCurrentScope, MethodInfo * method)); DO_APP_FUNC(0x01C6BC40, void, Thread_SetExecutionContext_1, (Thread * __this, ExecutionContext_Reader value, bool belongsToCurrentScope, MethodInfo * method)); DO_APP_FUNC(0x01C6BCA0, void, Thread_set_Priority, (Thread * __this, ThreadPriority__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01C6BCA0, void, Thread_SetPriorityNative, (Thread * __this, int32_t priority, MethodInfo * method)); DO_APP_FUNC(0x01C6BD20, bool, Thread_JoinInternal, (Thread * __this, int32_t millisecondsTimeout, MethodInfo * method)); DO_APP_FUNC(0x01C6BDF0, void, Thread_Join, (Thread * __this, MethodInfo * method)); DO_APP_FUNC(0x01C6BE00, bool, Thread_Join_1, (Thread * __this, int32_t millisecondsTimeout, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAF68, Thread_Join_1__MethodInfo); DO_APP_FUNC(0x01C6BEA0, void, Thread_SleepInternal, (int32_t millisecondsTimeout, MethodInfo * method)); DO_APP_FUNC(0x01C6BF30, void, Thread_Sleep, (int32_t millisecondsTimeout, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAF60, Thread_Sleep__MethodInfo); DO_APP_FUNC(0x0199B470, bool, Thread_YieldInternal, (MethodInfo * method)); DO_APP_FUNC(0x0199B470, bool, Thread_Yield, (MethodInfo * method)); DO_APP_FUNC(0x01C6C030, void, Thread_SetStartHelper, (Thread * __this, Delegate * start, int32_t maxStackSize, MethodInfo * method)); DO_APP_FUNC(0x01C6C220, CultureInfo *, Thread_get_CurrentUICulture, (Thread * __this, MethodInfo * method)); DO_APP_FUNC(0x01C6C260, void, Thread_set_CurrentUICulture, (Thread * __this, CultureInfo * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAF80, Thread_set_CurrentUICulture__MethodInfo); DO_APP_FUNC(0x01C6C4F0, CultureInfo *, Thread_GetCurrentUICultureNoAppX, (Thread * __this, MethodInfo * method)); DO_APP_FUNC(0x01C6C6B0, CultureInfo *, Thread_get_CurrentCulture, (Thread * __this, MethodInfo * method)); DO_APP_FUNC(0x01C6C6F0, void, Thread_set_CurrentCulture, (Thread * __this, CultureInfo * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAF70, Thread_set_CurrentCulture__MethodInfo); DO_APP_FUNC(0x01C6C900, CultureInfo *, Thread_GetCurrentCultureNoAppX, (Thread * __this, MethodInfo * method)); DO_APP_FUNC(0x01C6CA90, void, Thread_nativeInitCultureAccessors, (MethodInfo * method)); DO_APP_FUNC(0x01C6CCE0, void, Thread_MemoryBarrier, (MethodInfo * method)); DO_APP_FUNC(0x01C6CCF0, void, Thread_ConstructInternalThread, (Thread * __this, MethodInfo * method)); DO_APP_FUNC(0x01C6CD30, InternalThread *, Thread_get_Internal, (Thread * __this, MethodInfo * method)); DO_APP_FUNC(0x01A3FEC0, Context *, Thread_get_CurrentContext, (MethodInfo * method)); DO_APP_FUNC(0x01C6CD90, void, Thread_GetCurrentThread_icall, (Thread * * thread, MethodInfo * method)); DO_APP_FUNC(0x01C6CE10, Thread *, Thread_GetCurrentThread, (MethodInfo * method)); DO_APP_FUNC(0x01C6CEA0, Thread *, Thread_get_CurrentThread, (MethodInfo * method)); DO_APP_FUNC(0x01C34F60, int32_t, Thread_get_CurrentThreadId, (MethodInfo * method)); DO_APP_FUNC(0x01C34F40, int32_t, Thread_GetDomainID, (MethodInfo * method)); DO_APP_FUNC(0x01C6CF90, bool, Thread_Thread_internal, (Thread * __this, MulticastDelegate * start, MethodInfo * method)); DO_APP_FUNC(0x01C6CFA0, void, Thread_Finalize, (Thread * __this, MethodInfo * method)); DO_APP_FUNC(0x01C6CFE0, bool, Thread_get_IsThreadPoolThread, (Thread * __this, MethodInfo * method)); DO_APP_FUNC(0x01C6CFE0, bool, Thread_get_IsThreadPoolThreadInternal, (Thread * __this, MethodInfo * method)); DO_APP_FUNC(0x01C6D040, bool, Thread_get_IsAlive, (Thread * __this, MethodInfo * method)); DO_APP_FUNC(0x01C6D0A0, void, Thread_set_IsBackground, (Thread * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01C6D220, void, Thread_SetName_icall, (InternalThread * thread, uint16_t * name, int32_t nameLength, MethodInfo * method)); DO_APP_FUNC(0x01C6D230, void, Thread_SetName_internal, (InternalThread * thread, String * name, MethodInfo * method)); DO_APP_FUNC(0x01C6D260, void, Thread_set_Name, (Thread * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01C6D2E0, ThreadState__Enum, Thread_get_ThreadState, (Thread * __this, MethodInfo * method)); DO_APP_FUNC(0x01C6D330, void, Thread_Abort_internal, (InternalThread * thread, Object * stateInfo, MethodInfo * method)); DO_APP_FUNC(0x01C6D340, void, Thread_Abort, (Thread * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Thread_SpinWait_nop, (MethodInfo * method)); DO_APP_FUNC(0x01C6D390, void, Thread_SpinWait, (int32_t iterations, MethodInfo * method)); DO_APP_FUNC(0x01C6D3A0, void, Thread_StartInternal, (Thread * __this, Object * principal, StackCrawlMark__Enum * stackMark, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAF18, Thread_StartInternal__MethodInfo); DO_APP_FUNC(0x01C6D460, void, Thread_SetState, (InternalThread * thread, ThreadState__Enum set, MethodInfo * method)); DO_APP_FUNC(0x01C6D470, void, Thread_ClrState, (InternalThread * thread, ThreadState__Enum clr, MethodInfo * method)); DO_APP_FUNC(0x01C6D480, ThreadState__Enum, Thread_GetState, (InternalThread * thread, MethodInfo * method)); DO_APP_FUNC(0x00ABC0E0, int32_t, Thread_SystemMaxStackStize, (MethodInfo * method)); DO_APP_FUNC(0x01C6D4F0, int32_t, Thread_GetProcessDefaultStackSize, (int32_t maxStackSize, MethodInfo * method)); DO_APP_FUNC(0x01C6D570, void, Thread_SetStart, (Thread * __this, MulticastDelegate * start, int32_t maxStackSize, MethodInfo * method)); DO_APP_FUNC(0x01C6D630, int32_t, Thread_get_ManagedThreadId, (Thread * __this, MethodInfo * method)); DO_APP_FUNC(0x01C6D690, void, Thread_BeginCriticalRegion, (MethodInfo * method)); DO_APP_FUNC(0x01C6D710, void, Thread_EndCriticalRegion, (MethodInfo * method)); DO_APP_FUNC(0x01C6D630, int32_t, Thread_GetHashCode, (Thread * __this, MethodInfo * method)); DO_APP_FUNC(0x01C6D790, ThreadState__Enum, Thread_ValidateThreadState, (Thread * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAF38, Thread_ValidateThreadState__MethodInfo); DO_APP_FUNC(0x01C6D840, void, ThreadAbortException__ctor, (ThreadAbortException * __this, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, ThreadAbortException__ctor_1, (ThreadAbortException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01C6D8B0, void, ThreadInterruptedException__ctor, (ThreadInterruptedException * __this, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, ThreadInterruptedException__ctor_1, (ThreadInterruptedException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x008AC8F0, void, WaitCallback__ctor, (WaitCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, WaitCallback_Invoke, (WaitCallback * __this, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01168390, void, WaitOrTimerCallback__ctor, (WaitOrTimerCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, WaitOrTimerCallback_Invoke, (WaitOrTimerCallback * __this, Object * state, bool timedOut, MethodInfo * method)); DO_APP_FUNC(0x01C6D920, void, ThreadPoolGlobals__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C6DB10, void, ThreadPoolWorkQueue__ctor, (ThreadPoolWorkQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x01C6DC20, ThreadPoolWorkQueueThreadLocals *, ThreadPoolWorkQueue_EnsureCurrentThreadHasQueue, (ThreadPoolWorkQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x01C6DDD0, void, ThreadPoolWorkQueue_EnsureThreadRequested, (ThreadPoolWorkQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x01C6DE70, void, ThreadPoolWorkQueue_MarkThreadRequestSatisfied, (ThreadPoolWorkQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x01C6DEA0, void, ThreadPoolWorkQueue_Enqueue, (ThreadPoolWorkQueue * __this, IThreadPoolWorkItem * callback, bool forceGlobal, MethodInfo * method)); DO_APP_FUNC(0x01C6E150, bool, ThreadPoolWorkQueue_LocalFindAndPop, (ThreadPoolWorkQueue * __this, IThreadPoolWorkItem * callback, MethodInfo * method)); DO_APP_FUNC(0x01C6E200, void, ThreadPoolWorkQueue_Dequeue, (ThreadPoolWorkQueue * __this, ThreadPoolWorkQueueThreadLocals * tl, IThreadPoolWorkItem * * callback, bool * missedSteal, MethodInfo * method)); DO_APP_FUNC(0x01C6E4C0, bool, ThreadPoolWorkQueue_Dispatch, (MethodInfo * method)); DO_APP_FUNC(0x01C6EAF0, void, ThreadPoolWorkQueue__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C6EC60, void, ThreadPoolWorkQueue_WorkStealingQueue_LocalPush, (ThreadPoolWorkQueue_WorkStealingQueue * __this, IThreadPoolWorkItem * obj, MethodInfo * method)); DO_APP_FUNC(0x01C6F3B0, bool, ThreadPoolWorkQueue_WorkStealingQueue_LocalFindAndPop, (ThreadPoolWorkQueue_WorkStealingQueue * __this, IThreadPoolWorkItem * obj, MethodInfo * method)); DO_APP_FUNC(0x01C6F6C0, bool, ThreadPoolWorkQueue_WorkStealingQueue_LocalPop, (ThreadPoolWorkQueue_WorkStealingQueue * __this, IThreadPoolWorkItem * * obj, MethodInfo * method)); DO_APP_FUNC(0x01C6FBC0, bool, ThreadPoolWorkQueue_WorkStealingQueue_TrySteal, (ThreadPoolWorkQueue_WorkStealingQueue * __this, IThreadPoolWorkItem * * obj, bool * missedSteal, MethodInfo * method)); DO_APP_FUNC(0x01C6FBE0, bool, ThreadPoolWorkQueue_WorkStealingQueue_TrySteal_1, (ThreadPoolWorkQueue_WorkStealingQueue * __this, IThreadPoolWorkItem * * obj, bool * missedSteal, int32_t millisecondsTimeout, MethodInfo * method)); DO_APP_FUNC(0x01C70000, void, ThreadPoolWorkQueue_WorkStealingQueue__ctor, (ThreadPoolWorkQueue_WorkStealingQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x01C700C0, void, ThreadPoolWorkQueue_QueueSegment_GetIndexes, (ThreadPoolWorkQueue_QueueSegment * __this, int32_t * upper, int32_t * lower, MethodInfo * method)); DO_APP_FUNC(0x01C700E0, bool, ThreadPoolWorkQueue_QueueSegment_CompareExchangeIndexes, (ThreadPoolWorkQueue_QueueSegment * __this, int32_t * prevUpper, int32_t newUpper, int32_t * prevLower, int32_t newLower, MethodInfo * method)); DO_APP_FUNC(0x01C70130, void, ThreadPoolWorkQueue_QueueSegment__ctor, (ThreadPoolWorkQueue_QueueSegment * __this, MethodInfo * method)); DO_APP_FUNC(0x01C701C0, bool, ThreadPoolWorkQueue_QueueSegment_IsUsedUp, (ThreadPoolWorkQueue_QueueSegment * __this, MethodInfo * method)); DO_APP_FUNC(0x01C70210, bool, ThreadPoolWorkQueue_QueueSegment_TryEnqueue, (ThreadPoolWorkQueue_QueueSegment * __this, IThreadPoolWorkItem * node, MethodInfo * method)); DO_APP_FUNC(0x01C70300, bool, ThreadPoolWorkQueue_QueueSegment_TryDequeue, (ThreadPoolWorkQueue_QueueSegment * __this, IThreadPoolWorkItem * * node, MethodInfo * method)); DO_APP_FUNC(0x01C70590, void, ThreadPoolWorkQueueThreadLocals__ctor, (ThreadPoolWorkQueueThreadLocals * __this, ThreadPoolWorkQueue * tpq, MethodInfo * method)); DO_APP_FUNC(0x01C708A0, void, ThreadPoolWorkQueueThreadLocals_CleanUp, (ThreadPoolWorkQueueThreadLocals * __this, MethodInfo * method)); DO_APP_FUNC(0x01C70A50, void, ThreadPoolWorkQueueThreadLocals_Finalize, (ThreadPoolWorkQueueThreadLocals * __this, MethodInfo * method)); DO_APP_FUNC(0x01C70AD0, bool, _ThreadPoolWaitCallback_PerformWaitCallback, (MethodInfo * method)); DO_APP_FUNC(0x01C70B20, void, QueueUserWorkItemCallback__ctor, (QueueUserWorkItemCallback * __this, WaitCallback * waitCallback, Object * stateObj, bool compressStack, StackCrawlMark__Enum * stackMark, MethodInfo * method)); DO_APP_FUNC(0x01C70CC0, void, QueueUserWorkItemCallback_System_Threading_IThreadPoolWorkItem_ExecuteWorkItem, (QueueUserWorkItemCallback * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, QueueUserWorkItemCallback_System_Threading_IThreadPoolWorkItem_MarkAborted, (QueueUserWorkItemCallback * __this, ThreadAbortException * tae, MethodInfo * method)); DO_APP_FUNC(0x01C70E00, void, QueueUserWorkItemCallback_WaitCallback_Context, (Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAED0, QueueUserWorkItemCallback_WaitCallback_Context__MethodInfo); DO_APP_FUNC(0x01C70E80, void, QueueUserWorkItemCallback__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C70F60, void, ThreadPool_GetAvailableThreads, (int32_t * workerThreads, int32_t * completionPortThreads, MethodInfo * method)); DO_APP_FUNC(0x01C70FD0, RegisteredWaitHandle *, ThreadPool_RegisterWaitForSingleObject, (WaitHandle * waitObject, WaitOrTimerCallback * callBack, Object * state, uint32_t millisecondsTimeOutInterval, bool executeOnlyOnce, StackCrawlMark__Enum * stackMark, bool compressStack, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAEB8, ThreadPool_RegisterWaitForSingleObject__MethodInfo); DO_APP_FUNC(0x01C71230, RegisteredWaitHandle *, ThreadPool_RegisterWaitForSingleObject_1, (WaitHandle * waitObject, WaitOrTimerCallback * callBack, Object * state, int32_t millisecondsTimeOutInterval, bool executeOnlyOnce, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAEA0, ThreadPool_RegisterWaitForSingleObject_1__MethodInfo); DO_APP_FUNC(0x01C71300, RegisteredWaitHandle *, ThreadPool_RegisterWaitForSingleObject_2, (WaitHandle * waitObject, WaitOrTimerCallback * callBack, Object * state, TimeSpan timeout, bool executeOnlyOnce, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAE80, ThreadPool_RegisterWaitForSingleObject_2__MethodInfo); DO_APP_FUNC(0x01C714D0, bool, ThreadPool_QueueUserWorkItem, (WaitCallback * callBack, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01C71500, bool, ThreadPool_QueueUserWorkItem_1, (WaitCallback * callBack, MethodInfo * method)); DO_APP_FUNC(0x01C71530, bool, ThreadPool_UnsafeQueueUserWorkItem, (WaitCallback * callBack, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01C71560, bool, ThreadPool_QueueUserWorkItemHelper, (WaitCallback * callBack, Object * state, StackCrawlMark__Enum * stackMark, bool compressStack, bool forceGlobal, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAE68, ThreadPool_QueueUserWorkItemHelper__MethodInfo); DO_APP_FUNC(0x01C71920, void, ThreadPool_UnsafeQueueCustomWorkItem, (IThreadPoolWorkItem * workItem, bool forceGlobal, MethodInfo * method)); DO_APP_FUNC(0x01C71A20, bool, ThreadPool_TryPopCustomWorkItem, (IThreadPoolWorkItem * workItem, MethodInfo * method)); DO_APP_FUNC(0x01C71B50, bool, ThreadPool_RequestWorkerThread, (MethodInfo * method)); DO_APP_FUNC(0x01C71B70, void, ThreadPool_EnsureVMInitialized, (MethodInfo * method)); DO_APP_FUNC(0x01C70F60, void, ThreadPool_GetAvailableThreadsNative, (int32_t * workerThreads, int32_t * completionPortThreads, MethodInfo * method)); DO_APP_FUNC(0x01C71C20, bool, ThreadPool_NotifyWorkItemComplete, (MethodInfo * method)); DO_APP_FUNC(0x01AC5A10, void, ThreadPool_ReportThreadStatus, (bool isWorking, MethodInfo * method)); DO_APP_FUNC(0x01C71CA0, void, ThreadPool_NotifyWorkItemProgress, (MethodInfo * method)); DO_APP_FUNC(0x01C71CF0, void, ThreadPool_NotifyWorkItemProgressNative, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ThreadPool_NotifyWorkItemQueued, (MethodInfo * method)); DO_APP_FUNC(0x01C71D40, void, ThreadPool_InitializeVMTp, (bool * enableWorkerTracking, MethodInfo * method)); DO_APP_FUNC(0x01C71D50, bool, ThreadPool_get_IsThreadPoolThread, (MethodInfo * method)); DO_APP_FUNC(0x01C71DC0, void, WaitHandle__ctor, (WaitHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01C71DC0, void, WaitHandle_Init, (WaitHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01C71E80, void *, WaitHandle_get_Handle, (WaitHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01C71F10, void, WaitHandle_set_Handle, (WaitHandle * __this, void * value, MethodInfo * method)); DO_APP_FUNC(0x01C720F0, SafeWaitHandle *, WaitHandle_get_SafeWaitHandle, (WaitHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01C72290, void, WaitHandle_set_SafeWaitHandle, (WaitHandle * __this, SafeWaitHandle * value, MethodInfo * method)); DO_APP_FUNC(0x01C72470, void, WaitHandle_SetHandleInternal, (WaitHandle * __this, SafeWaitHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x01C724F0, bool, WaitHandle_WaitOne, (WaitHandle * __this, int32_t millisecondsTimeout, bool exitContext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAE20, WaitHandle_WaitOne__MethodInfo); DO_APP_FUNC(0x01C72590, bool, WaitHandle_WaitOne_1, (WaitHandle * __this, TimeSpan timeout, bool exitContext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAE18, WaitHandle_WaitOne_1__MethodInfo); DO_APP_FUNC(0x01C726B0, bool, WaitHandle_WaitOne_2, (WaitHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01967EF0, bool, WaitHandle_WaitOne_3, (WaitHandle * __this, int32_t millisecondsTimeout, MethodInfo * method)); DO_APP_FUNC(0x01C726D0, bool, WaitHandle_WaitOne_4, (WaitHandle * __this, TimeSpan timeout, MethodInfo * method)); DO_APP_FUNC(0x01C726F0, bool, WaitHandle_WaitOne_5, (WaitHandle * __this, int64_t timeout, bool exitContext, MethodInfo * method)); DO_APP_FUNC(0x01C72850, bool, WaitHandle_InternalWaitOne, (SafeHandle * waitableSafeHandle, int64_t millisecondsTimeout, bool hasThreadAffinity, bool exitContext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAE10, WaitHandle_InternalWaitOne__MethodInfo); DO_APP_FUNC(0x01C72970, bool, WaitHandle_WaitAll, (WaitHandle__Array * waitHandles, int32_t millisecondsTimeout, bool exitContext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAE50, WaitHandle_WaitAll__MethodInfo); DO_APP_FUNC(0x01C72D10, bool, WaitHandle_WaitAll_1, (WaitHandle__Array * waitHandles, int32_t millisecondsTimeout, MethodInfo * method)); DO_APP_FUNC(0x01C72D70, int32_t, WaitHandle_WaitAny, (WaitHandle__Array * waitHandles, int32_t millisecondsTimeout, bool exitContext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAE30, WaitHandle_WaitAny__MethodInfo); DO_APP_FUNC(0x01C73140, int32_t, WaitHandle_WaitAny_1, (WaitHandle__Array * waitHandles, TimeSpan timeout, bool exitContext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAE28, WaitHandle_WaitAny_1__MethodInfo); DO_APP_FUNC(0x01C73280, int32_t, WaitHandle_WaitAny_2, (WaitHandle__Array * waitHandles, MethodInfo * method)); DO_APP_FUNC(0x01C732E0, int32_t, WaitHandle_WaitAny_3, (WaitHandle__Array * waitHandles, int32_t millisecondsTimeout, MethodInfo * method)); DO_APP_FUNC(0x01C73340, void, WaitHandle_ThrowAbandonedMutexException, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAE00, WaitHandle_ThrowAbandonedMutexException__MethodInfo); DO_APP_FUNC(0x01C73390, void, WaitHandle_ThrowAbandonedMutexException_1, (int32_t location, WaitHandle * handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDADF8, WaitHandle_ThrowAbandonedMutexException_1__MethodInfo); DO_APP_FUNC(0x01C733F0, void, WaitHandle_Close, (WaitHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01C73460, void, WaitHandle_Dispose, (WaitHandle * __this, bool explicitDisposing, MethodInfo * method)); DO_APP_FUNC(0x01C734B0, void, WaitHandle_Dispose_1, (WaitHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01C73520, int32_t, WaitHandle_WaitOneNative, (SafeHandle * waitableSafeHandle, uint32_t millisecondsTimeout, bool hasThreadAffinity, bool exitContext, MethodInfo * method)); DO_APP_FUNC(0x01C73780, int32_t, WaitHandle_WaitMultiple, (WaitHandle__Array * waitHandles, int32_t millisecondsTimeout, bool exitContext, bool WaitAll, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDADF0, WaitHandle_WaitMultiple__MethodInfo); DO_APP_FUNC(0x01C73DE0, int32_t, WaitHandle_Wait_internal, (void * * handles, int32_t numHandles, bool waitAll, int32_t ms, MethodInfo * method)); DO_APP_FUNC(0x01C73DF0, void, WaitHandle__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C73E30, int32_t, Interlocked_CompareExchange, (int32_t * location1, int32_t value, int32_t comparand, MethodInfo * method)); DO_APP_FUNC(0x01C73E40, int32_t, Interlocked_CompareExchange_1, (int32_t * location1, int32_t value, int32_t comparand, bool * succeeded, MethodInfo * method)); DO_APP_FUNC(0x01C73E60, void, Interlocked_CompareExchange_2, (Object * * location1, Object * * value, Object * * comparand, Object * * result, MethodInfo * method)); DO_APP_FUNC(0x01C73EC0, Object *, Interlocked_CompareExchange_3, (Object * * location1, Object * value, Object * comparand, MethodInfo * method)); DO_APP_FUNC(0x01C73F20, float, Interlocked_CompareExchange_4, (float * location1, float value, float comparand, MethodInfo * method)); DO_APP_FUNC(0x01C73F50, int32_t, Interlocked_Decrement, (int32_t * location, MethodInfo * method)); DO_APP_FUNC(0x01C73F60, int32_t, Interlocked_Increment, (int32_t * location, MethodInfo * method)); DO_APP_FUNC(0x01C73F70, int64_t, Interlocked_Increment_1, (int64_t * location, MethodInfo * method)); DO_APP_FUNC(0x01C73F80, int32_t, Interlocked_Exchange, (int32_t * location1, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01C73F90, void, Interlocked_Exchange_1, (Object * * location1, Object * * value, Object * * result, MethodInfo * method)); DO_APP_FUNC(0x01C73FF0, Object *, Interlocked_Exchange_2, (Object * * location1, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01C74050, float, Interlocked_Exchange_3, (float * location1, float value, MethodInfo * method)); DO_APP_FUNC(0x01C74070, int64_t, Interlocked_CompareExchange_5, (int64_t * location1, int64_t value, int64_t comparand, MethodInfo * method)); DO_APP_FUNC(0x01C74070, void *, Interlocked_CompareExchange_6, (void * * location1, void * value, void * comparand, MethodInfo * method)); DO_APP_FUNC(0x01C74080, double, Interlocked_CompareExchange_7, (double * location1, double value, double comparand, MethodInfo * method)); DO_APP_FUNC(0x01C740B0, int64_t, Interlocked_Exchange_4, (int64_t * location1, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01C740B0, void *, Interlocked_Exchange_5, (void * * location1, void * value, MethodInfo * method)); DO_APP_FUNC(0x01C740C0, double, Interlocked_Exchange_6, (double * location1, double value, MethodInfo * method)); DO_APP_FUNC(0x01C740E0, int64_t, Interlocked_Read, (int64_t * location, MethodInfo * method)); DO_APP_FUNC(0x01C740F0, int32_t, Interlocked_Add, (int32_t * location1, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01C6CCE0, void, Interlocked_MemoryBarrier, (MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LockQueue__ctor, (LockQueue * __this, ReaderWriterLock * rwlock, MethodInfo * method)); DO_APP_FUNC(0x01C74100, bool, LockQueue_Wait, (LockQueue * __this, int32_t timeout, MethodInfo * method)); DO_APP_FUNC(0x01C74370, bool, LockQueue_get_IsEmpty, (LockQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x01C744B0, void, LockQueue_Pulse, (LockQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x01C746B0, void *, Mutex_CreateMutex_icall, (bool initiallyOwned, uint16_t * name, int32_t name_length, bool * created, MethodInfo * method)); DO_APP_FUNC(0x01C74760, bool, Mutex_ReleaseMutex_internal, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x01C74780, void *, Mutex_CreateMutex_internal, (bool initiallyOwned, String * name, bool * created, MethodInfo * method)); DO_APP_FUNC(0x01C74830, void, Mutex__ctor, (Mutex * __this, MethodInfo * method)); DO_APP_FUNC(0x01C74900, void, Mutex_ReleaseMutex, (Mutex * __this, MethodInfo * method)); DO_APP_FUNC(0x01C74930, void *, NativeEventCalls_CreateEvent_internal, (bool manual, bool initial, String * name, int32_t * errorCode, MethodInfo * method)); DO_APP_FUNC(0x01C749C0, void *, NativeEventCalls_CreateEvent_icall, (bool manual, bool initial, uint16_t * name, int32_t name_length, int32_t * errorCode, MethodInfo * method)); DO_APP_FUNC(0x01C74A40, bool, NativeEventCalls_SetEvent, (SafeWaitHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x01C74B20, bool, NativeEventCalls_SetEvent_internal, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x01C74B40, bool, NativeEventCalls_ResetEvent, (SafeWaitHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x01C74C20, bool, NativeEventCalls_ResetEvent_internal, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x01C74C40, void, NativeEventCalls_CloseEvent_internal, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x01C74C60, void, ReaderWriterLock__ctor, (ReaderWriterLock * __this, MethodInfo * method)); DO_APP_FUNC(0x01C6CFA0, void, ReaderWriterLock_Finalize, (ReaderWriterLock * __this, MethodInfo * method)); DO_APP_FUNC(0x01C74E30, bool, ReaderWriterLock_get_IsReaderLockHeld, (ReaderWriterLock * __this, MethodInfo * method)); DO_APP_FUNC(0x01C75020, bool, ReaderWriterLock_get_IsWriterLockHeld, (ReaderWriterLock * __this, MethodInfo * method)); DO_APP_FUNC(0x01C751A0, void, ReaderWriterLock_AcquireReaderLock, (ReaderWriterLock * __this, int32_t millisecondsTimeout, MethodInfo * method)); DO_APP_FUNC(0x01C751B0, void, ReaderWriterLock_AcquireReaderLock_1, (ReaderWriterLock * __this, int32_t millisecondsTimeout, int32_t initialLockCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDADE0, ReaderWriterLock_AcquireReaderLock_1__MethodInfo); DO_APP_FUNC(0x01C756E0, void, ReaderWriterLock_AcquireWriterLock, (ReaderWriterLock * __this, int32_t millisecondsTimeout, MethodInfo * method)); DO_APP_FUNC(0x01C756F0, void, ReaderWriterLock_AcquireWriterLock_1, (ReaderWriterLock * __this, int32_t millisecondsTimeout, int32_t initialLockCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDADD8, ReaderWriterLock_AcquireWriterLock_1__MethodInfo); DO_APP_FUNC(0x01C759A0, void, ReaderWriterLock_ReleaseReaderLock, (ReaderWriterLock * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDADC8, ReaderWriterLock_ReleaseReaderLock__MethodInfo); DO_APP_FUNC(0x01C75E00, void, ReaderWriterLock_ReleaseReaderLock_1, (ReaderWriterLock * __this, int32_t currentCount, int32_t releaseCount, MethodInfo * method)); DO_APP_FUNC(0x01C75F40, void, ReaderWriterLock_ReleaseWriterLock, (ReaderWriterLock * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDADB8, ReaderWriterLock_ReleaseWriterLock__MethodInfo); DO_APP_FUNC(0x01C76150, void, ReaderWriterLock_ReleaseWriterLock_1, (ReaderWriterLock * __this, int32_t releaseCount, MethodInfo * method)); DO_APP_FUNC(0x01C761B0, bool, ReaderWriterLock_HasWriterLock, (ReaderWriterLock * __this, MethodInfo * method)); DO_APP_FUNC(0x01C76200, void, RegisteredWaitHandle__ctor, (RegisteredWaitHandle * __this, WaitHandle * waitObject, WaitOrTimerCallback * callback, Object * state, TimeSpan timeout, bool executeOnlyOnce, MethodInfo * method)); DO_APP_FUNC(0x01C76450, void, RegisteredWaitHandle_Wait, (RegisteredWaitHandle * __this, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAEC8, RegisteredWaitHandle_Wait__MethodInfo); DO_APP_FUNC(0x01C76C80, void, RegisteredWaitHandle_DoCallBack, (RegisteredWaitHandle * __this, Object * timedOut, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAD78, RegisteredWaitHandle_DoCallBack__MethodInfo); DO_APP_FUNC(0x01C76F10, bool, RegisteredWaitHandle_Unregister, (RegisteredWaitHandle * __this, WaitHandle * waitObject, MethodInfo * method)); DO_APP_FUNC(0x01C77120, void, InternalThread_Thread_free_internal, (InternalThread * __this, MethodInfo * method)); DO_APP_FUNC(0x01C771B0, void, InternalThread_Finalize, (InternalThread * __this, MethodInfo * method)); DO_APP_FUNC(0x01C77280, void, InternalThread__ctor, (InternalThread * __this, MethodInfo * method)); DO_APP_FUNC(0x01C77290, Timer_Scheduler *, Timer_get_scheduler, (MethodInfo * method)); DO_APP_FUNC(0x01C77330, void, Timer__ctor, (Timer * __this, TimerCallback * callback, Object * state, int32_t dueTime, int32_t period, MethodInfo * method)); DO_APP_FUNC(0x01C77350, void, Timer__ctor_1, (Timer * __this, TimerCallback * callback, Object * state, TimeSpan dueTime, TimeSpan period, MethodInfo * method)); DO_APP_FUNC(0x01C77440, void, Timer__ctor_2, (Timer * __this, TimerCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x01C77470, void, Timer_Init, (Timer * __this, TimerCallback * callback, Object * state, int64_t dueTime, int64_t period, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAD68, Timer_Init__MethodInfo); DO_APP_FUNC(0x01C775B0, bool, Timer_Change, (Timer * __this, int32_t dueTime, int32_t period, MethodInfo * method)); DO_APP_FUNC(0x01C775D0, bool, Timer_Change_1, (Timer * __this, TimeSpan dueTime, TimeSpan period, MethodInfo * method)); DO_APP_FUNC(0x01C776B0, void, Timer_Dispose, (Timer * __this, MethodInfo * method)); DO_APP_FUNC(0x01C776F0, bool, Timer_Change_2, (Timer * __this, int64_t dueTime, int64_t period, bool first, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDADA0, Timer_Change_2__MethodInfo); DO_APP_FUNC(0x003AC050, void, Timer_KeepRootedWhileScheduled, (Timer * __this, MethodInfo * method)); DO_APP_FUNC(0x01C77990, int64_t, Timer_GetTimeMonotonic, (MethodInfo * method)); DO_APP_FUNC(0x01C779A0, int32_t, Timer_TimerComparer_System_Collections_IComparer_Compare, (Timer_TimerComparer * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01C77AA0, int32_t, Timer_TimerComparer_Compare, (Timer_TimerComparer * __this, Timer * tx, Timer * ty, MethodInfo * method)); DO_APP_FUNC(0x01C77B20, void, Timer_Scheduler_InitScheduler, (Timer_Scheduler * __this, MethodInfo * method)); DO_APP_FUNC(0x01C77C80, void, Timer_Scheduler_WakeupScheduler, (Timer_Scheduler * __this, MethodInfo * method)); DO_APP_FUNC(0x01C77CA0, void, Timer_Scheduler_SchedulerThread, (Timer_Scheduler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAD88, Timer_Scheduler_SchedulerThread__MethodInfo); DO_APP_FUNC(0x01C77F30, Timer_Scheduler *, Timer_Scheduler_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x01C77F90, void, Timer_Scheduler__ctor, (Timer_Scheduler * __this, MethodInfo * method)); DO_APP_FUNC(0x01C78230, void, Timer_Scheduler_Remove, (Timer_Scheduler * __this, Timer * timer, MethodInfo * method)); DO_APP_FUNC(0x01C78380, void, Timer_Scheduler_Change, (Timer_Scheduler * __this, Timer * timer, int64_t new_next_run, MethodInfo * method)); DO_APP_FUNC(0x01C786E0, void, Timer_Scheduler_Add, (Timer_Scheduler * __this, Timer * timer, MethodInfo * method)); DO_APP_FUNC(0x01C787C0, void, Timer_Scheduler_InternalRemove, (Timer_Scheduler * __this, Timer * timer, MethodInfo * method)); DO_APP_FUNC(0x01C787F0, void, Timer_Scheduler_TimerCB, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAD00, Timer_Scheduler_TimerCB__MethodInfo); DO_APP_FUNC(0x01C78870, void, Timer_Scheduler_FireTimer, (Timer_Scheduler * __this, Timer * timer, MethodInfo * method)); DO_APP_FUNC(0x01C78940, int32_t, Timer_Scheduler_RunSchedulerLoop, (Timer_Scheduler * __this, MethodInfo * method)); DO_APP_FUNC(0x01C78CC0, void, Timer_Scheduler__cctor, (MethodInfo * method)); DO_APP_FUNC(0x008AC8F0, void, TimerCallback__ctor, (TimerCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, TimerCallback_Invoke, (TimerCallback * __this, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01C78D70, bool, Volatile_Read, (bool * location, MethodInfo * method)); DO_APP_FUNC(0x01C78D80, int32_t, Volatile_Read_1, (int32_t * location, MethodInfo * method)); DO_APP_FUNC(0x01C78D90, void, Volatile_Write, (int32_t * location, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00EEE340, int64_t, Volatile_Read_2, (int64_t * location, MethodInfo * method)); DO_APP_FUNC(0x01C78DA0, void, Volatile_Write_1, (int64_t * location, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01C78DB0, void, TaskCanceledException__ctor, (TaskCanceledException * __this, MethodInfo * method)); DO_APP_FUNC(0x01C78E00, void, TaskCanceledException__ctor_1, (TaskCanceledException * __this, Task * task, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, TaskCanceledException__ctor_2, (TaskCanceledException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01C78EC0, void, TaskSchedulerException__ctor, (TaskSchedulerException * __this, MethodInfo * method)); DO_APP_FUNC(0x01C78F30, void, TaskSchedulerException__ctor_1, (TaskSchedulerException * __this, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x01C78FB0, void, TaskSchedulerException__ctor_2, (TaskSchedulerException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01C79030, IAsyncResult *, TaskToApm_Begin, (Task * task, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01C79180, void, TaskToApm_End, (IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDACE0, TaskToApm_End__MethodInfo); DO_APP_FUNC(0x01C792F0, void, TaskToApm_InvokeCallbackWhenTaskCompletes, (Task * antecedent, AsyncCallback * callback, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x01A822F0, void, TaskToApm_TaskWrapperAsyncResult__ctor, (TaskToApm_TaskWrapperAsyncResult * __this, Task * task, Object * state, bool completedSynchronously, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TaskToApm_TaskWrapperAsyncResult_System_IAsyncResult_get_AsyncState, (TaskToApm_TaskWrapperAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, TaskToApm_TaskWrapperAsyncResult_System_IAsyncResult_get_CompletedSynchronously, (TaskToApm_TaskWrapperAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x01C794C0, bool, TaskToApm_TaskWrapperAsyncResult_System_IAsyncResult_get_IsCompleted, (TaskToApm_TaskWrapperAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x01C79530, WaitHandle *, TaskToApm_TaskWrapperAsyncResult_System_IAsyncResult_get_AsyncWaitHandle, (TaskToApm_TaskWrapperAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskToApm_c_DisplayClass3_0__ctor, (TaskToApm_c_DisplayClass3_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x01C6ACF0, void, TaskToApm_c_DisplayClass3_0__InvokeCallbackWhenTaskCompletes_b__0, (TaskToApm_c_DisplayClass3_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDACD8, TaskToApm_c_DisplayClass3_0__InvokeCallbackWhenTaskCompletes_b__0__MethodInfo); DO_APP_FUNC(0x01C79580, Task *, ValueTask_get_CompletedTask, (MethodInfo * method)); DO_APP_FUNC(0x01C79620, void, ValueTask__ctor, (ValueTask * __this, Task * task, MethodInfo * method)); DO_APP_FUNC(0x01C79690, void, ValueTask__ctor_1, (ValueTask * __this, IValueTaskSource * source, int16_t token, MethodInfo * method)); DO_APP_FUNC(0x01B9EF60, void, ValueTask__ctor_2, (ValueTask * __this, Object * obj, int16_t token, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x0119E170, int32_t, ValueTask_GetHashCode, (ValueTask * __this, MethodInfo * method)); DO_APP_FUNC(0x01C79700, bool, ValueTask_Equals, (ValueTask * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01C797B0, bool, ValueTask_Equals_1, (ValueTask * __this, ValueTask other, MethodInfo * method)); DO_APP_FUNC(0x01C797D0, Task *, ValueTask_AsTask, (ValueTask * __this, MethodInfo * method)); DO_APP_FUNC(0x01C798B0, Task *, ValueTask_GetTaskForValueTaskSource, (ValueTask * __this, IValueTaskSource * t, MethodInfo * method)); DO_APP_FUNC(0x01C79BC0, bool, ValueTask_get_IsCompleted, (ValueTask * __this, MethodInfo * method)); DO_APP_FUNC(0x01C79C70, bool, ValueTask_get_IsCompletedSuccessfully, (ValueTask * __this, MethodInfo * method)); DO_APP_FUNC(0x01C79D30, void, ValueTask_ThrowIfCompletedUnsuccessfully, (ValueTask * __this, MethodInfo * method)); DO_APP_FUNC(0x01A9D6F0, ValueTaskAwaiter, ValueTask_GetAwaiter, (ValueTask * __this, MethodInfo * method)); DO_APP_FUNC(0x01B9EE70, ConfiguredValueTaskAwaitable, ValueTask_ConfigureAwait, (ValueTask * __this, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x01C79FD0, void, ValueTask__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C7A1B0, void, ValueTask_ValueTaskSourceAsTask__ctor, (ValueTask_ValueTaskSourceAsTask * __this, IValueTaskSource * source, int16_t token, MethodInfo * method)); DO_APP_FUNC(0x01C7A310, void, ValueTask_ValueTaskSourceAsTask__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C7A440, void, ValueTask_ValueTaskSourceAsTask_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ValueTask_ValueTaskSourceAsTask_c__ctor, (ValueTask_ValueTaskSourceAsTask_c * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7A4F0, void, ValueTask_ValueTaskSourceAsTask_c___cctor_b__4_0, (ValueTask_ValueTaskSourceAsTask_c * __this, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAC98, ValueTask_ValueTaskSourceAsTask_c___cctor_b__4_0__MethodInfo); DO_APP_FUNC(0x01C7A750, void, BeginEndAwaitableAdapter__ctor, (BeginEndAwaitableAdapter * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7A7C0, void, BeginEndAwaitableAdapter__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C7A8F0, void, BeginEndAwaitableAdapter_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BeginEndAwaitableAdapter_c__ctor, (BeginEndAwaitableAdapter_c * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7A9A0, void, BeginEndAwaitableAdapter_c___cctor_b__2_0, (BeginEndAwaitableAdapter_c * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDACB8, BeginEndAwaitableAdapter_c___cctor_b__2_0__MethodInfo); DO_APP_FUNC(0x003B93F0, ForceAsyncAwaiter, TaskAwaiters_ForceAsync, (Task * task, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ForceAsyncAwaiter__ctor, (ForceAsyncAwaiter * __this, Task * task, MethodInfo * method)); DO_APP_FUNC(0x00470F00, ForceAsyncAwaiter, ForceAsyncAwaiter_GetAwaiter, (ForceAsyncAwaiter * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ForceAsyncAwaiter_get_IsCompleted, (ForceAsyncAwaiter * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7AAC0, void, ForceAsyncAwaiter_GetResult, (ForceAsyncAwaiter * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7AB60, void, ForceAsyncAwaiter_UnsafeOnCompleted, (ForceAsyncAwaiter * __this, Action * action, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, DebuggerSupport_get_LoggingOn, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebuggerSupport_TraceOperationCreation, (CausalityTraceLevel__Enum traceLevel, Task * task, String * operationName, uint64_t relatedContext, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebuggerSupport_TraceOperationCompletion, (CausalityTraceLevel__Enum traceLevel, Task * task, AsyncStatus__Enum status, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebuggerSupport_TraceOperationRelation, (CausalityTraceLevel__Enum traceLevel, Task * task, CausalityRelation__Enum relation, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebuggerSupport_TraceSynchronousWorkStart, (CausalityTraceLevel__Enum traceLevel, Task * task, CausalitySynchronousWork__Enum work, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebuggerSupport_TraceSynchronousWorkCompletion, (CausalityTraceLevel__Enum traceLevel, CausalitySynchronousWork__Enum work, MethodInfo * method)); DO_APP_FUNC(0x01C7AC30, void, DebuggerSupport_AddToActiveTasks, (Task * task, MethodInfo * method)); DO_APP_FUNC(0x01C7ACD0, void, DebuggerSupport_AddToActiveTasksNonInlined, (Task * task, MethodInfo * method)); DO_APP_FUNC(0x01C7AF80, void, DebuggerSupport_RemoveFromActiveTasks, (Task * task, MethodInfo * method)); DO_APP_FUNC(0x01C7B020, void, DebuggerSupport_RemoveFromActiveTasksNonInlined, (Task * task, MethodInfo * method)); DO_APP_FUNC(0x01C7B200, void, DebuggerSupport__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C7B3F0, void, Task__ctor, (Task * __this, bool canceled, TaskCreationOptions__Enum creationOptions, CancellationToken ct, MethodInfo * method)); DO_APP_FUNC(0x01C7B560, void, Task__ctor_1, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7B570, void, Task__ctor_2, (Task * __this, Object * state, TaskCreationOptions__Enum creationOptions, bool promiseStyle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAC10, Task__ctor_2__MethodInfo); DO_APP_FUNC(0x01C7B6B0, void, Task__ctor_3, (Task * __this, Delegate * action, Object * state, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAC70, Task__ctor_3__MethodInfo); DO_APP_FUNC(0x01C7B7C0, void, Task_TaskConstructorCore, (Task * __this, Delegate * action, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAC68, Task_TaskConstructorCore__MethodInfo); DO_APP_FUNC(0x01C7BB20, void, Task_AssignCancellationToken, (Task * __this, CancellationToken cancellationToken, Task * antecedent, TaskContinuation * continuation, MethodInfo * method)); DO_APP_FUNC(0x01C7C060, void, Task_TaskCancelCallback, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA9E0, Task_TaskCancelCallback__MethodInfo); DO_APP_FUNC(0x01C7C170, bool, Task_TrySetCanceled, (Task * __this, CancellationToken tokenToRecord, MethodInfo * method)); DO_APP_FUNC(0x01C7C180, bool, Task_TrySetCanceled_1, (Task * __this, CancellationToken tokenToRecord, Object * cancellationException, MethodInfo * method)); DO_APP_FUNC(0x01C7C300, bool, Task_TrySetException, (Task * __this, Object * exceptionObject, MethodInfo * method)); DO_APP_FUNC(0x01C7C370, TaskCreationOptions__Enum, Task_get_Options, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01AF7CC0, TaskCreationOptions__Enum, Task_OptionsMethod, (int32_t flags, MethodInfo * method)); DO_APP_FUNC(0x01C7C3C0, bool, Task_AtomicStateUpdate, (Task * __this, int32_t newBits, int32_t illegalBits, MethodInfo * method)); DO_APP_FUNC(0x01C7C4B0, bool, Task_AtomicStateUpdate_1, (Task * __this, int32_t newBits, int32_t illegalBits, int32_t * oldFlags, MethodInfo * method)); DO_APP_FUNC(0x01C7C5C0, void, Task_SetNotificationForWaitCompletion, (Task * __this, bool enabled, MethodInfo * method)); DO_APP_FUNC(0x01C7C6B0, bool, Task_NotifyDebuggerOfWaitCompletionIfNecessary, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7C700, bool, Task_get_IsWaitNotificationEnabledOrNotRanToCompletion, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7C720, bool, Task_get_ShouldNotifyDebuggerOfWaitCompletion, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7C720, bool, Task_get_IsWaitNotificationEnabled, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7C740, void, Task_NotifyDebuggerOfWaitCompletion, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7C770, bool, Task_MarkStarted, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7C790, void, Task_AddNewChild, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7C7E0, void, Task_DisregardChild, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7C810, Task *, Task_InternalStartNew, (Task * creatingTask, Delegate * action, Object * state, CancellationToken cancellationToken, TaskScheduler * scheduler, TaskCreationOptions__Enum options, InternalTaskOptions__Enum internalOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDABE8, Task_InternalStartNew__MethodInfo); DO_APP_FUNC(0x01C7C9F0, int32_t, Task_get_Id, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7CA80, Task *, Task_get_InternalCurrent, (MethodInfo * method)); DO_APP_FUNC(0x01C7CB10, Task *, Task_InternalCurrentIfAttached, (TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x01C7CB70, StackGuard *, Task_get_CurrentStackGuard, (MethodInfo * method)); DO_APP_FUNC(0x01C7CD10, AggregateException *, Task_get_Exception, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7CD40, TaskStatus__Enum, Task_get_Status, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7CDA0, bool, Task_get_IsCanceled, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7CDC0, bool, Task_get_IsCancellationRequested, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7CE50, Task_ContingentProperties *, Task_EnsureContingentPropertiesInitialized, (Task * __this, bool needsProtection, MethodInfo * method)); DO_APP_FUNC(0x01C7CFB0, Task_ContingentProperties *, Task_EnsureContingentPropertiesInitializedCore, (Task * __this, bool needsProtection, MethodInfo * method)); DO_APP_FUNC(0x01C7D100, CancellationToken, Task_get_CancellationToken, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7D120, bool, Task_get_IsCancellationAcknowledged, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7D140, bool, Task_get_IsCompleted, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7D1A0, bool, Task_IsCompletedMethod, (int32_t flags, MethodInfo * method)); DO_APP_FUNC(0x01C7D1B0, bool, Task_get_IsCompletedSuccessfully, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7D1D0, TaskCreationOptions__Enum, Task_get_CreationOptions, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7D220, WaitHandle *, Task_System_IAsyncResult_get_AsyncWaitHandle, (Task * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDABF0, Task_System_IAsyncResult_get_AsyncWaitHandle__MethodInfo); DO_APP_FUNC(0x003B93E0, Object *, Task_get_AsyncState, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Task_System_IAsyncResult_get_CompletedSynchronously, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, TaskScheduler *, Task_get_ExecutingTaskScheduler, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7D440, TaskFactory *, Task_get_Factory, (MethodInfo * method)); DO_APP_FUNC(0x01C7D4A0, Task *, Task_get_CompletedTask, (MethodInfo * method)); DO_APP_FUNC(0x01C7D500, ManualResetEventSlim *, Task_get_CompletedEvent, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7D690, bool, Task_get_ExceptionRecorded, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7D6E0, bool, Task_get_IsFaulted, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7D700, ExecutionContext *, Task_get_CapturedContext, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7D780, void, Task_set_CapturedContext, (Task * __this, ExecutionContext * value, MethodInfo * method)); DO_APP_FUNC(0x01C7D860, void, Task_Dispose, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7D8D0, void, Task_Dispose_1, (Task * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDABB0, Task_Dispose_1__MethodInfo); DO_APP_FUNC(0x01C7DA10, void, Task_ScheduleAndStart, (Task * __this, bool needsProtection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAB98, Task_ScheduleAndStart__MethodInfo); DO_APP_FUNC(0x01C7DBA0, void, Task_AddException, (Task * __this, Object * exceptionObject, MethodInfo * method)); DO_APP_FUNC(0x01C7DBB0, void, Task_AddException_1, (Task * __this, Object * exceptionObject, bool representsCancellation, MethodInfo * method)); DO_APP_FUNC(0x01C7DEB0, AggregateException *, Task_GetExceptions, (Task * __this, bool includeTaskCanceledExceptions, MethodInfo * method)); DO_APP_FUNC(0x01C7E090, ReadOnlyCollection_1_System_Runtime_ExceptionServices_ExceptionDispatchInfo_ *, Task_GetExceptionDispatchInfos, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7E320, ExceptionDispatchInfo *, Task_GetCancellationExceptionDispatchInfo, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7E350, void, Task_ThrowIfExceptional, (Task * __this, bool includeTaskCanceledExceptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDABC8, Task_ThrowIfExceptional__MethodInfo); DO_APP_FUNC(0x01C7E3A0, void, Task_UpdateExceptionObservedStatus, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7E4C0, bool, Task_get_IsExceptionObservedByParent, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7E4E0, bool, Task_get_IsDelegateInvoked, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7E500, void, Task_Finish, (Task * __this, bool bUserDelegateExecuted, MethodInfo * method)); DO_APP_FUNC(0x01C7E730, void, Task_FinishStageTwo, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7E870, void, Task_FinishStageThree, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7E960, void, Task_ProcessChildCompletion, (Task * __this, Task * childTask, MethodInfo * method)); DO_APP_FUNC(0x01C7EC50, void, Task_AddExceptionsFromChildren, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7F050, void, Task_Execute, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7F090, void, Task_System_Threading_IThreadPoolWorkItem_ExecuteWorkItem, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7F0A0, bool, Task_ExecuteEntry, (Task * __this, bool bPreventDoubleExecution, MethodInfo * method)); DO_APP_FUNC(0x01C7F270, void, Task_ExecutionContextCallback, (Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAA18, Task_ExecutionContextCallback__MethodInfo); DO_APP_FUNC(0x01C7F300, void, Task_InnerInvoke, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7F3A0, void, Task_HandleException, (Task * __this, Exception * unhandledException, MethodInfo * method)); DO_APP_FUNC(0x003B93F0, TaskAwaiter, Task_GetAwaiter, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7F4F0, ConfiguredTaskAwaitable, Task_ConfigureAwait, (Task * __this, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x01C7F510, void, Task_SetContinuationForAwait, (Task * __this, Action * continuationAction, bool continueOnCapturedContext, bool flowExecutionContext, MethodInfo * method)); DO_APP_FUNC(0x01C7F7C0, void, Task_Wait, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C7F7D0, bool, Task_Wait_1, (Task * __this, int32_t millisecondsTimeout, MethodInfo * method)); DO_APP_FUNC(0x01C7F7E0, bool, Task_Wait_2, (Task * __this, int32_t millisecondsTimeout, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAB70, Task_Wait_2__MethodInfo); DO_APP_FUNC(0x01C7F920, bool, Task_WrappedTryRunInline, (Task * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAB68, Task_WrappedTryRunInline__MethodInfo); DO_APP_FUNC(0x01C7F9D0, bool, Task_InternalWait, (Task * __this, int32_t millisecondsTimeout, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01C7FE90, bool, Task_SpinThenBlockingWait, (Task * __this, int32_t millisecondsTimeout, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01C80320, bool, Task_SpinWait, (Task * __this, int32_t millisecondsTimeout, MethodInfo * method)); DO_APP_FUNC(0x01C804D0, bool, Task_InternalCancel, (Task * __this, bool bCancelNonExecutingOnly, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAAB8, Task_InternalCancel__MethodInfo); DO_APP_FUNC(0x01C806E0, void, Task_RecordInternalCancellationRequest, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C80710, void, Task_RecordInternalCancellationRequest_1, (Task * __this, CancellationToken tokenToRecord, MethodInfo * method)); DO_APP_FUNC(0x01C80830, void, Task_RecordInternalCancellationRequest_2, (Task * __this, CancellationToken tokenToRecord, Object * cancellationException, MethodInfo * method)); DO_APP_FUNC(0x01C80960, void, Task_CancellationCleanupLogic, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C80A20, void, Task_SetCancellationAcknowledged, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C80A40, void, Task_FinishContinuations, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C81100, void, Task_LogFinishCompletionNotification, (Task * __this, MethodInfo * method)); DO_APP_FUNC(0x01C81140, Task *, Task_ContinueWith, (Task * __this, Action_1_System_Threading_Tasks_Task_ * continuationAction, MethodInfo * method)); DO_APP_FUNC(0x01C811C0, Task *, Task_ContinueWith_1, (Task * __this, Action_1_System_Threading_Tasks_Task_ * continuationAction, CancellationToken cancellationToken, TaskContinuationOptions__Enum continuationOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x01C811F0, Task *, Task_ContinueWith_2, (Task * __this, Action_1_System_Threading_Tasks_Task_ * continuationAction, TaskScheduler * scheduler, CancellationToken cancellationToken, TaskContinuationOptions__Enum continuationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAAE8, Task_ContinueWith_2__MethodInfo); DO_APP_FUNC(0x01C813D0, Task *, Task_ContinueWith_3, (Task * __this, Action_2_System_Threading_Tasks_Task_Object_ * continuationAction, Object * state, CancellationToken cancellationToken, TaskContinuationOptions__Enum continuationOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x01C815B0, Task *, Task_ContinueWith_4, (Task * __this, Action_2_System_Threading_Tasks_Task_Object_ * continuationAction, Object * state, TaskScheduler * scheduler, CancellationToken cancellationToken, TaskContinuationOptions__Enum continuationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAAE0, Task_ContinueWith_4__MethodInfo); DO_APP_FUNC(0x01C81790, void, Task_CreationOptionsFromContinuationOptions, (TaskContinuationOptions__Enum continuationOptions, TaskCreationOptions__Enum * creationOptions, InternalTaskOptions__Enum * internalOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAAC8, Task_CreationOptionsFromContinuationOptions__MethodInfo); DO_APP_FUNC(0x01C81910, void, Task_ContinueWithCore, (Task * __this, Task * continuationTask, TaskScheduler * scheduler, CancellationToken cancellationToken, TaskContinuationOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01C81C10, void, Task_AddCompletionAction, (Task * __this, ITaskCompletionAction * action, MethodInfo * method)); DO_APP_FUNC(0x01C81C80, void, Task_AddCompletionAction_1, (Task * __this, ITaskCompletionAction * action, bool addBeforeOthers, MethodInfo * method)); DO_APP_FUNC(0x01C81D00, bool, Task_AddTaskContinuationComplex, (Task * __this, Object * tc, bool addBeforeOthers, MethodInfo * method)); DO_APP_FUNC(0x01C82180, bool, Task_AddTaskContinuation, (Task * __this, Object * tc, bool addBeforeOthers, MethodInfo * method)); DO_APP_FUNC(0x01C82290, void, Task_RemoveContinuation, (Task * __this, Object * continuationObject, MethodInfo * method)); DO_APP_FUNC(0x01C82640, Task *, Task_FromException, (Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x01C82760, Task *, Task_FromCancellation, (CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAA28, Task_FromCancellation__MethodInfo); DO_APP_FUNC(0x01C82860, Task *, Task_FromCanceled, (CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01C828B0, Task *, Task_Run, (Action * action, MethodInfo * method)); DO_APP_FUNC(0x01C82AB0, Task *, Task_Run_1, (Func_1_System_Threading_Tasks_Task_ * function, MethodInfo * method)); DO_APP_FUNC(0x01C82B10, Task *, Task_Run_2, (Func_1_System_Threading_Tasks_Task_ * function, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAA68, Task_Run_2__MethodInfo); DO_APP_FUNC(0x01C82D70, Task *, Task_Delay, (int32_t millisecondsDelay, MethodInfo * method)); DO_APP_FUNC(0x01C82DC0, Task *, Task_Delay_1, (int32_t millisecondsDelay, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA9C0, Task_Delay_1__MethodInfo); DO_APP_FUNC(0x01C832D0, Task_1_Task_ *, Task_WhenAny, (Task__Array * tasks, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA9B0, Task_WhenAny__MethodInfo); DO_APP_FUNC(0x01C834F0, Task_1_Task_ *, Task_WhenAny_1, (IEnumerable_1_System_Threading_Tasks_Task_ * tasks, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA990, Task_WhenAny_1__MethodInfo); DO_APP_FUNC(0x01C837F0, bool, Task_AddToActiveTasks, (Task * task, MethodInfo * method)); DO_APP_FUNC(0x01C83A40, void, Task_RemoveFromActiveTasks, (int32_t taskId, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Task_MarkAborted, (Task * __this, ThreadAbortException * e, MethodInfo * method)); DO_APP_FUNC(0x01C83C20, void, Task_ExecuteWithThreadLocal, (Task * __this, Task * * currentTaskSlot, MethodInfo * method)); DO_APP_FUNC(0x01C83F70, void, Task__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C84700, void, Task_ContingentProperties_SetCompleted, (Task_ContingentProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x01C84730, void, Task_ContingentProperties_UnregisterCancellationCallback, (Task_ContingentProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x01C84820, void, Task_ContingentProperties__ctor, (Task_ContingentProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x01C84830, void, Task_SetOnInvokeMres__ctor, (Task_SetOnInvokeMres * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5D4B0, void, Task_SetOnInvokeMres_Invoke, (Task_SetOnInvokeMres * __this, Task * completingTask, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Task_SetOnInvokeMres_get_InvokeMayRunArbitraryCode, (Task_SetOnInvokeMres * __this, MethodInfo * method)); DO_APP_FUNC(0x01C84890, void, Task_DelayPromise__ctor, (Task_DelayPromise * __this, CancellationToken token, MethodInfo * method)); DO_APP_FUNC(0x01C849B0, void, Task_DelayPromise_Complete, (Task_DelayPromise * __this, MethodInfo * method)); DO_APP_FUNC(0x01C84AD0, void, Task_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Task_c__ctor, (Task_c * __this, MethodInfo * method)); DO_APP_FUNC(0x01C84B80, void, Task_c__Delay_b__247_0, (Task_c * __this, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAA58, Task_c__Delay_b__247_0__MethodInfo); DO_APP_FUNC(0x01C84BF0, void, Task_c__Delay_b__247_1, (Task_c * __this, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAA50, Task_c__Delay_b__247_1__MethodInfo); DO_APP_FUNC(0x01C84C60, Task_ContingentProperties *, Task_c___cctor_b__271_0, (Task_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA9D8, Task_c___cctor_b__271_0__MethodInfo); DO_APP_FUNC(0x01C84CB0, bool, Task_c___cctor_b__271_1, (Task_c * __this, Task * t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA970, Task_c___cctor_b__271_1__MethodInfo); DO_APP_FUNC(0x01C84CE0, bool, Task_c___cctor_b__271_2, (Task_c * __this, Object * tc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA968, Task_c___cctor_b__271_2__MethodInfo); DO_APP_FUNC(0x003BAE40, void, CompletionActionInvoker__ctor, (CompletionActionInvoker * __this, ITaskCompletionAction * action, Task * completingTask, MethodInfo * method)); DO_APP_FUNC(0x01C84CF0, void, CompletionActionInvoker_System_Threading_IThreadPoolWorkItem_ExecuteWorkItem, (CompletionActionInvoker * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CompletionActionInvoker_MarkAborted, (CompletionActionInvoker * __this, ThreadAbortException * e, MethodInfo * method)); DO_APP_FUNC(0x01C84D40, bool, StackGuard_TryBeginInliningScope, (StackGuard * __this, MethodInfo * method)); DO_APP_FUNC(0x01C84D50, void, StackGuard_EndInliningScope, (StackGuard * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StackGuard__ctor, (StackGuard * __this, MethodInfo * method)); DO_APP_FUNC(0x01C84D60, void, ContinuationTaskFromTask__ctor, (ContinuationTaskFromTask * __this, Task * antecedent, Delegate * action, Object * state, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, MethodInfo * method)); DO_APP_FUNC(0x01C84F70, void, ContinuationTaskFromTask_InnerInvoke, (ContinuationTaskFromTask * __this, MethodInfo * method)); DO_APP_FUNC(0x01C850B0, void, TaskContinuation_InlineIfPossibleOrElseQueue, (Task * task, bool needsProtection, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskContinuation__ctor, (TaskContinuation * __this, MethodInfo * method)); DO_APP_FUNC(0x01C851B0, void, StandardTaskContinuation__ctor, (StandardTaskContinuation * __this, Task * task, TaskContinuationOptions__Enum options, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x01C85300, void, StandardTaskContinuation_Run, (StandardTaskContinuation * __this, Task * completedTask, bool bCanInlineContinuationTask, MethodInfo * method)); DO_APP_FUNC(0x01C85470, void, SynchronizationContextAwaitTaskContinuation__ctor, (SynchronizationContextAwaitTaskContinuation * __this, SynchronizationContext * context, Action * action, bool flowExecutionContext, MethodInfo * method)); DO_APP_FUNC(0x01C854F0, void, SynchronizationContextAwaitTaskContinuation_Run, (SynchronizationContextAwaitTaskContinuation * __this, Task * ignored, bool canInlineContinuationTask, MethodInfo * method)); DO_APP_FUNC(0x01C85760, void, SynchronizationContextAwaitTaskContinuation_PostAction, (Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA948, SynchronizationContextAwaitTaskContinuation_PostAction__MethodInfo); DO_APP_FUNC(0x01C85810, ContextCallback *, SynchronizationContextAwaitTaskContinuation_GetPostActionCallback, (MethodInfo * method)); DO_APP_FUNC(0x01C85950, void, SynchronizationContextAwaitTaskContinuation__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C85A80, void, SynchronizationContextAwaitTaskContinuation_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SynchronizationContextAwaitTaskContinuation_c__ctor, (SynchronizationContextAwaitTaskContinuation_c * __this, MethodInfo * method)); DO_APP_FUNC(0x01C85B30, void, SynchronizationContextAwaitTaskContinuation_c___cctor_b__7_0, (SynchronizationContextAwaitTaskContinuation_c * __this, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA940, SynchronizationContextAwaitTaskContinuation_c___cctor_b__7_0__MethodInfo); DO_APP_FUNC(0x01C85470, void, TaskSchedulerAwaitTaskContinuation__ctor, (TaskSchedulerAwaitTaskContinuation * __this, TaskScheduler * scheduler, Action * action, bool flowExecutionContext, MethodInfo * method)); DO_APP_FUNC(0x01C85BA0, void, TaskSchedulerAwaitTaskContinuation_Run, (TaskSchedulerAwaitTaskContinuation * __this, Task * ignored, bool canInlineContinuationTask, MethodInfo * method)); DO_APP_FUNC(0x01C85F80, void, TaskSchedulerAwaitTaskContinuation_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskSchedulerAwaitTaskContinuation_c__ctor, (TaskSchedulerAwaitTaskContinuation_c * __this, MethodInfo * method)); DO_APP_FUNC(0x01C86030, void, TaskSchedulerAwaitTaskContinuation_c__Run_b__2_0, (TaskSchedulerAwaitTaskContinuation_c * __this, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA958, TaskSchedulerAwaitTaskContinuation_c__Run_b__2_0__MethodInfo); DO_APP_FUNC(0x01C860C0, void, AwaitTaskContinuation__ctor, (AwaitTaskContinuation * __this, Action * action, bool flowExecutionContext, MethodInfo * method)); DO_APP_FUNC(0x01C861E0, Task *, AwaitTaskContinuation_CreateTask, (AwaitTaskContinuation * __this, Action_1_Object_ * action, Object * state, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x01C862D0, void, AwaitTaskContinuation_Run, (AwaitTaskContinuation * __this, Task * ignored, bool canInlineContinuationTask, MethodInfo * method)); DO_APP_FUNC(0x01C86390, bool, AwaitTaskContinuation_get_IsValidLocationForInlining, (MethodInfo * method)); DO_APP_FUNC(0x01C864A0, void, AwaitTaskContinuation_System_Threading_IThreadPoolWorkItem_ExecuteWorkItem, (AwaitTaskContinuation * __this, MethodInfo * method)); DO_APP_FUNC(0x01C86540, void, AwaitTaskContinuation_InvokeAction, (Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA8D8, AwaitTaskContinuation_InvokeAction__MethodInfo); DO_APP_FUNC(0x01C865B0, ContextCallback *, AwaitTaskContinuation_GetInvokeActionCallback, (MethodInfo * method)); DO_APP_FUNC(0x01C866B0, void, AwaitTaskContinuation_RunCallback, (AwaitTaskContinuation * __this, ContextCallback * callback, Object * state, Task * * currentTask, MethodInfo * method)); DO_APP_FUNC(0x01C86880, void, AwaitTaskContinuation_RunOrScheduleAction, (Action * action, bool allowInlining, Task * * currentTask, MethodInfo * method)); DO_APP_FUNC(0x01C86A00, void, AwaitTaskContinuation_UnsafeScheduleAction, (Action * action, MethodInfo * method)); DO_APP_FUNC(0x01C86AD0, void, AwaitTaskContinuation_ThrowAsyncIfNecessary, (Exception * exc, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AwaitTaskContinuation_MarkAborted, (AwaitTaskContinuation * __this, ThreadAbortException * e, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, TaskExceptionHolder__ctor, (TaskExceptionHolder * __this, Task * task, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, TaskExceptionHolder_ShouldFailFastOnUnobservedException, (MethodInfo * method)); DO_APP_FUNC(0x01C86B10, void, TaskExceptionHolder_Finalize, (TaskExceptionHolder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA8B8, TaskExceptionHolder_Finalize__MethodInfo); DO_APP_FUNC(0x01C86D60, bool, TaskExceptionHolder_get_ContainsFaultList, (TaskExceptionHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x01C86D70, void, TaskExceptionHolder_Add, (TaskExceptionHolder * __this, Object * exceptionObject, bool representsCancellation, MethodInfo * method)); DO_APP_FUNC(0x01C86F40, void, TaskExceptionHolder_SetCancellationException, (TaskExceptionHolder * __this, Object * exceptionObject, MethodInfo * method)); DO_APP_FUNC(0x01C870F0, void, TaskExceptionHolder_AddFaultException, (TaskExceptionHolder * __this, Object * exceptionObject, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA8E0, TaskExceptionHolder_AddFaultException__MethodInfo); DO_APP_FUNC(0x01C876B0, void, TaskExceptionHolder_MarkAsUnhandled, (TaskExceptionHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x01C87720, void, TaskExceptionHolder_MarkAsHandled, (TaskExceptionHolder * __this, bool calledFromFinalizer, MethodInfo * method)); DO_APP_FUNC(0x01C877A0, AggregateException *, TaskExceptionHolder_CreateExceptionObject, (TaskExceptionHolder * __this, bool calledFromFinalizer, Exception * includeThisException, MethodInfo * method)); DO_APP_FUNC(0x01C87A30, ReadOnlyCollection_1_System_Runtime_ExceptionServices_ExceptionDispatchInfo_ *, TaskExceptionHolder_GetExceptionDispatchInfos, (TaskExceptionHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, ExceptionDispatchInfo *, TaskExceptionHolder_GetCancellationExceptionDispatchInfo, (TaskExceptionHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x01C87B50, void, TaskExceptionHolder__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C87B90, void, TaskFactory__ctor, (TaskFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x01122240, void, TaskFactory__ctor_1, (TaskFactory * __this, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, TaskContinuationOptions__Enum continuationOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x01C87C40, void, TaskFactory_CheckCreationOptions, (TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA858, TaskFactory_CheckCreationOptions__MethodInfo); DO_APP_FUNC(0x01C87CB0, Task *, TaskFactory_StartNew, (TaskFactory * __this, Action_1_Object_ * action, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x01C87DA0, Task *, TaskFactory_FromAsync, (TaskFactory * __this, Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Action_1_IAsyncResult_ * endMethod, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01C87E20, Task *, TaskFactory_FromAsync_1, (TaskFactory * __this, Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Action_1_IAsyncResult_ * endMethod, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x01C87E90, void, TaskFactory_CheckFromAsyncOptions, (TaskCreationOptions__Enum creationOptions, bool hasBeginMethod, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA848, TaskFactory_CheckFromAsyncOptions__MethodInfo); DO_APP_FUNC(0x01C87FE0, Task_1_Task_ *, TaskFactory_CommonCWAnyLogic, (IList_1_System_Threading_Tasks_Task_ * tasks, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA890, TaskFactory_CommonCWAnyLogic__MethodInfo); DO_APP_FUNC(0x01C882D0, void, TaskFactory_CheckMultiTaskContinuationOptions, (TaskContinuationOptions__Enum continuationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA888, TaskFactory_CheckMultiTaskContinuationOptions__MethodInfo); DO_APP_FUNC(0x01C88420, void, TaskFactory_CompleteOnInvokePromise__ctor, (TaskFactory_CompleteOnInvokePromise * __this, IList_1_System_Threading_Tasks_Task_ * tasks, MethodInfo * method)); DO_APP_FUNC(0x01C88540, void, TaskFactory_CompleteOnInvokePromise_Invoke, (TaskFactory_CompleteOnInvokePromise * __this, Task * completingTask, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, TaskFactory_CompleteOnInvokePromise_get_InvokeMayRunArbitraryCode, (TaskFactory_CompleteOnInvokePromise * __this, MethodInfo * method)); DO_APP_FUNC(0x01C88860, bool, TaskScheduler_TryRunInline, (TaskScheduler * __this, Task * task, bool taskWasPreviouslyQueued, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA7F0, TaskScheduler_TryRunInline__MethodInfo); DO_APP_FUNC(0x00418D40, bool, TaskScheduler_TryDequeue, (TaskScheduler * __this, Task * task, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskScheduler_NotifyWorkItemProgress, (TaskScheduler * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, TaskScheduler_get_RequiresAtomicStartTransition, (TaskScheduler * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskScheduler__ctor, (TaskScheduler * __this, MethodInfo * method)); DO_APP_FUNC(0x01C88A90, TaskScheduler *, TaskScheduler_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x01C88AF0, TaskScheduler *, TaskScheduler_get_Current, (MethodInfo * method)); DO_APP_FUNC(0x01C88BA0, TaskScheduler *, TaskScheduler_get_InternalCurrent, (MethodInfo * method)); DO_APP_FUNC(0x01C88C50, int32_t, TaskScheduler_get_Id, (TaskScheduler * __this, MethodInfo * method)); DO_APP_FUNC(0x01C88CF0, void, TaskScheduler_PublishUnobservedTaskException, (Object * sender, UnobservedTaskExceptionEventArgs * ueea, MethodInfo * method)); DO_APP_FUNC(0x01C88EE0, void, TaskScheduler__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C89120, void, UnobservedTaskExceptionEventArgs__ctor, (UnobservedTaskExceptionEventArgs * __this, AggregateException * exception, MethodInfo * method)); DO_APP_FUNC(0x01C891C0, void, ThreadPoolTaskScheduler__ctor, (ThreadPoolTaskScheduler * __this, MethodInfo * method)); DO_APP_FUNC(0x01C89210, void, ThreadPoolTaskScheduler_QueueTask, (ThreadPoolTaskScheduler * __this, Task * task, MethodInfo * method)); DO_APP_FUNC(0x01C894F0, bool, ThreadPoolTaskScheduler_TryExecuteTaskInline, (ThreadPoolTaskScheduler * __this, Task * task, bool taskWasPreviouslyQueued, MethodInfo * method)); DO_APP_FUNC(0x01C895C0, bool, ThreadPoolTaskScheduler_TryDequeue, (ThreadPoolTaskScheduler * __this, Task * task, MethodInfo * method)); DO_APP_FUNC(0x01C71CA0, void, ThreadPoolTaskScheduler_NotifyWorkItemProgress, (ThreadPoolTaskScheduler * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ThreadPoolTaskScheduler_get_RequiresAtomicStartTransition, (ThreadPoolTaskScheduler * __this, MethodInfo * method)); DO_APP_FUNC(0x01C895D0, void, ThreadPoolTaskScheduler__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C89700, void, ThreadPoolTaskScheduler_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ThreadPoolTaskScheduler_c__ctor, (ThreadPoolTaskScheduler_c * __this, MethodInfo * method)); DO_APP_FUNC(0x01C897B0, void, ThreadPoolTaskScheduler_c___cctor_b__10_0, (ThreadPoolTaskScheduler_c * __this, Object * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA820, ThreadPoolTaskScheduler_c___cctor_b__10_0__MethodInfo); DO_APP_FUNC(0x00418D40, bool, AsyncCausalityTracer_get_LoggingOn, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncCausalityTracer_TraceOperationCreation, (CausalityTraceLevel__Enum traceLevel, int32_t taskId, String * operationName, uint64_t relatedContext, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncCausalityTracer_TraceOperationCompletion, (CausalityTraceLevel__Enum traceLevel, int32_t taskId, AsyncCausalityStatus__Enum status, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncCausalityTracer_TraceSynchronousWorkStart, (CausalityTraceLevel__Enum traceLevel, int32_t taskId, CausalitySynchronousWork__Enum work, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncCausalityTracer_TraceSynchronousWorkCompletion, (CausalityTraceLevel__Enum traceLevel, CausalitySynchronousWork__Enum work, MethodInfo * method)); DO_APP_FUNC(0x01C89830, void, ASCIIEncoding__ctor, (ASCIIEncoding * __this, MethodInfo * method)); DO_APP_FUNC(0x01C89850, void, ASCIIEncoding_SetDefaultFallbacks, (ASCIIEncoding * __this, MethodInfo * method)); DO_APP_FUNC(0x01C89920, int32_t, ASCIIEncoding_GetByteCount, (ASCIIEncoding * __this, Char__Array * chars, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA7B8, ASCIIEncoding_GetByteCount__MethodInfo); DO_APP_FUNC(0x01C89AF0, int32_t, ASCIIEncoding_GetByteCount_1, (ASCIIEncoding * __this, String * chars, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA7A8, ASCIIEncoding_GetByteCount_1__MethodInfo); DO_APP_FUNC(0x01C89B80, int32_t, ASCIIEncoding_GetByteCount_2, (ASCIIEncoding * __this, uint16_t * chars, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA7A0, ASCIIEncoding_GetByteCount_2__MethodInfo); DO_APP_FUNC(0x01C89C90, int32_t, ASCIIEncoding_GetBytes, (ASCIIEncoding * __this, String * chars, int32_t charIndex, int32_t charCount, Byte__Array * bytes, int32_t byteIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA798, ASCIIEncoding_GetBytes__MethodInfo); DO_APP_FUNC(0x01C89F80, int32_t, ASCIIEncoding_GetBytes_1, (ASCIIEncoding * __this, Char__Array * chars, int32_t charIndex, int32_t charCount, Byte__Array * bytes, int32_t byteIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA790, ASCIIEncoding_GetBytes_1__MethodInfo); DO_APP_FUNC(0x01C8A290, int32_t, ASCIIEncoding_GetBytes_2, (ASCIIEncoding * __this, uint16_t * chars, int32_t charCount, uint8_t * bytes, int32_t byteCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA780, ASCIIEncoding_GetBytes_2__MethodInfo); DO_APP_FUNC(0x01C8A3D0, int32_t, ASCIIEncoding_GetCharCount, (ASCIIEncoding * __this, Byte__Array * bytes, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA770, ASCIIEncoding_GetCharCount__MethodInfo); DO_APP_FUNC(0x01C8A5A0, int32_t, ASCIIEncoding_GetCharCount_1, (ASCIIEncoding * __this, uint8_t * bytes, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA760, ASCIIEncoding_GetCharCount_1__MethodInfo); DO_APP_FUNC(0x01C8A6B0, int32_t, ASCIIEncoding_GetChars, (ASCIIEncoding * __this, Byte__Array * bytes, int32_t byteIndex, int32_t byteCount, Char__Array * chars, int32_t charIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA740, ASCIIEncoding_GetChars__MethodInfo); DO_APP_FUNC(0x01C8A9C0, int32_t, ASCIIEncoding_GetChars_1, (ASCIIEncoding * __this, uint8_t * bytes, int32_t byteCount, uint16_t * chars, int32_t charCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA738, ASCIIEncoding_GetChars_1__MethodInfo); DO_APP_FUNC(0x01C8AB00, String *, ASCIIEncoding_GetString, (ASCIIEncoding * __this, Byte__Array * bytes, int32_t byteIndex, int32_t byteCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA7E0, ASCIIEncoding_GetString__MethodInfo); DO_APP_FUNC(0x01C8ACF0, int32_t, ASCIIEncoding_GetByteCount_3, (ASCIIEncoding * __this, uint16_t * chars, int32_t charCount, EncoderNLS * encoder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA7D8, ASCIIEncoding_GetByteCount_3__MethodInfo); DO_APP_FUNC(0x01C8B090, int32_t, ASCIIEncoding_GetBytes_3, (ASCIIEncoding * __this, uint16_t * chars, int32_t charCount, uint8_t * bytes, int32_t byteCount, EncoderNLS * encoder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA7D0, ASCIIEncoding_GetBytes_3__MethodInfo); DO_APP_FUNC(0x01C8B650, int32_t, ASCIIEncoding_GetCharCount_2, (ASCIIEncoding * __this, uint8_t * bytes, int32_t count, DecoderNLS * decoder, MethodInfo * method)); DO_APP_FUNC(0x01C8B7F0, int32_t, ASCIIEncoding_GetChars_2, (ASCIIEncoding * __this, uint8_t * bytes, int32_t byteCount, uint16_t * chars, int32_t charCount, DecoderNLS * decoder, MethodInfo * method)); DO_APP_FUNC(0x01C8BB80, int32_t, ASCIIEncoding_GetMaxByteCount, (ASCIIEncoding * __this, int32_t charCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA7C8, ASCIIEncoding_GetMaxByteCount__MethodInfo); DO_APP_FUNC(0x01C8BCD0, int32_t, ASCIIEncoding_GetMaxCharCount, (ASCIIEncoding * __this, int32_t byteCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA7C0, ASCIIEncoding_GetMaxCharCount__MethodInfo); DO_APP_FUNC(0x01C8BE20, Decoder *, ASCIIEncoding_GetDecoder, (ASCIIEncoding * __this, MethodInfo * method)); DO_APP_FUNC(0x01C8BE90, Encoder *, ASCIIEncoding_GetEncoder, (ASCIIEncoding * __this, MethodInfo * method)); DO_APP_FUNC(0x01C8BF00, void, ASCIIEncoding__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C8C010, void, ASCIIEncoding_ASCIIEncodingSealed__ctor, (ASCIIEncoding_ASCIIEncodingSealed * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Decoder__ctor, (Decoder * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, DecoderFallback *, Decoder_get_Fallback, (Decoder * __this, MethodInfo * method)); DO_APP_FUNC(0x01C8C080, DecoderFallbackBuffer *, Decoder_get_FallbackBuffer, (Decoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C22950, bool, Decoder_get_InternalHasFallbackBuffer, (Decoder * __this, MethodInfo * method)); DO_APP_FUNC(0x01C8C1B0, void, Decoder_Reset, (Decoder * __this, MethodInfo * method)); DO_APP_FUNC(0x01C8C290, int32_t, Decoder_GetCharCount, (Decoder * __this, Byte__Array * bytes, int32_t index, int32_t count, bool flush, MethodInfo * method)); DO_APP_FUNC(0x01C8C2B0, int32_t, Decoder_GetCharCount_1, (Decoder * __this, uint8_t * bytes, int32_t count, bool flush, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA700, Decoder_GetCharCount_1__MethodInfo); DO_APP_FUNC(0x01C8C450, int32_t, Decoder_GetChars, (Decoder * __this, Byte__Array * bytes, int32_t byteIndex, int32_t byteCount, Char__Array * chars, int32_t charIndex, bool flush, MethodInfo * method)); DO_APP_FUNC(0x01C8C470, int32_t, Decoder_GetChars_1, (Decoder * __this, uint8_t * bytes, int32_t byteCount, uint16_t * chars, int32_t charCount, bool flush, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA6F8, Decoder_GetChars_1__MethodInfo); DO_APP_FUNC(0x01C8C6E0, int32_t, Decoder_GetChars_2, (Decoder * __this, ReadOnlySpan_1_Byte_ bytes, Span_1_Char_ chars, bool flush, MethodInfo * method)); DO_APP_FUNC(0x01C8C7D0, void, Decoder_Convert, (Decoder * __this, Byte__Array * bytes, int32_t byteIndex, int32_t byteCount, Char__Array * chars, int32_t charIndex, int32_t charCount, bool flush, int32_t * bytesUsed, int32_t * charsUsed, bool * completed, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA728, Decoder_Convert__MethodInfo); DO_APP_FUNC(0x01C8CBE0, void, Decoder_Convert_1, (Decoder * __this, uint8_t * bytes, int32_t byteCount, uint16_t * chars, int32_t charCount, bool flush, int32_t * bytesUsed, int32_t * charsUsed, bool * completed, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA720, Decoder_Convert_1__MethodInfo); DO_APP_FUNC(0x01C8CE60, void, InternalDecoderBestFitFallback__ctor, (InternalDecoderBestFitFallback * __this, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x01C8CEC0, DecoderFallbackBuffer *, InternalDecoderBestFitFallback_CreateFallbackBuffer, (InternalDecoderBestFitFallback * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, InternalDecoderBestFitFallback_get_MaxCharCount, (InternalDecoderBestFitFallback * __this, MethodInfo * method)); DO_APP_FUNC(0x01C8CF30, bool, InternalDecoderBestFitFallback_Equals, (InternalDecoderBestFitFallback * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x019A98D0, int32_t, InternalDecoderBestFitFallback_GetHashCode, (InternalDecoderBestFitFallback * __this, MethodInfo * method)); DO_APP_FUNC(0x01C8CFF0, Object *, InternalDecoderBestFitFallbackBuffer_get_InternalSyncObject, (MethodInfo * method)); DO_APP_FUNC(0x01C8D0C0, void, InternalDecoderBestFitFallbackBuffer__ctor, (InternalDecoderBestFitFallbackBuffer * __this, InternalDecoderBestFitFallback * fallback, MethodInfo * method)); DO_APP_FUNC(0x01C8D400, bool, InternalDecoderBestFitFallbackBuffer_Fallback, (InternalDecoderBestFitFallbackBuffer * __this, Byte__Array * bytesUnknown, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01C8D450, uint16_t, InternalDecoderBestFitFallbackBuffer_GetNextChar, (InternalDecoderBestFitFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x019BBAB0, int32_t, InternalDecoderBestFitFallbackBuffer_get_Remaining, (InternalDecoderBestFitFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x019BBAC0, void, InternalDecoderBestFitFallbackBuffer_Reset, (InternalDecoderBestFitFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, InternalDecoderBestFitFallbackBuffer_InternalFallback, (InternalDecoderBestFitFallbackBuffer * __this, Byte__Array * bytes, uint8_t * pBytes, MethodInfo * method)); DO_APP_FUNC(0x01C8D480, uint16_t, InternalDecoderBestFitFallbackBuffer_TryBestFit, (InternalDecoderBestFitFallbackBuffer * __this, Byte__Array * bytesCheck, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DecoderExceptionFallback__ctor, (DecoderExceptionFallback * __this, MethodInfo * method)); DO_APP_FUNC(0x01C8D640, DecoderFallbackBuffer *, DecoderExceptionFallback_CreateFallbackBuffer, (DecoderExceptionFallback * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, DecoderExceptionFallback_get_MaxCharCount, (DecoderExceptionFallback * __this, MethodInfo * method)); DO_APP_FUNC(0x01C8D690, bool, DecoderExceptionFallback_Equals, (DecoderExceptionFallback * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01C8D6F0, int32_t, DecoderExceptionFallback_GetHashCode, (DecoderExceptionFallback * __this, MethodInfo * method)); DO_APP_FUNC(0x01C8D700, bool, DecoderExceptionFallbackBuffer_Fallback, (DecoderExceptionFallbackBuffer * __this, Byte__Array * bytesUnknown, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, uint16_t, DecoderExceptionFallbackBuffer_GetNextChar, (DecoderExceptionFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, DecoderExceptionFallbackBuffer_get_Remaining, (DecoderExceptionFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x01C8D710, void, DecoderExceptionFallbackBuffer_Throw, (DecoderExceptionFallbackBuffer * __this, Byte__Array * bytesUnknown, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA690, DecoderExceptionFallbackBuffer_Throw__MethodInfo); DO_APP_FUNC(0x003AC050, void, DecoderExceptionFallbackBuffer__ctor, (DecoderExceptionFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x01C8D920, void, DecoderFallbackException__ctor, (DecoderFallbackException * __this, MethodInfo * method)); DO_APP_FUNC(0x01C8D970, void, DecoderFallbackException__ctor_1, (DecoderFallbackException * __this, String * message, Byte__Array * bytesUnknown, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x019AA960, void, DecoderFallbackException__ctor_2, (DecoderFallbackException * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x01C8DA10, DecoderFallback *, DecoderFallback_get_ReplacementFallback, (MethodInfo * method)); DO_APP_FUNC(0x01C8DAF0, DecoderFallback *, DecoderFallback_get_ExceptionFallback, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DecoderFallback__ctor, (DecoderFallback * __this, MethodInfo * method)); DO_APP_FUNC(0x01C8DB90, void, DecoderFallbackBuffer_Reset, (DecoderFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x01C8DBD0, void, DecoderFallbackBuffer_InternalReset, (DecoderFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x0115DE30, void, DecoderFallbackBuffer_InternalInitialize, (DecoderFallbackBuffer * __this, uint8_t * byteStart, uint16_t * charEnd, MethodInfo * method)); DO_APP_FUNC(0x01C8DBF0, bool, DecoderFallbackBuffer_InternalFallback, (DecoderFallbackBuffer * __this, Byte__Array * bytes, uint8_t * pBytes, uint16_t * * chars, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA6F0, DecoderFallbackBuffer_InternalFallback__MethodInfo); DO_APP_FUNC(0x01C8DE60, int32_t, DecoderFallbackBuffer_InternalFallback_1, (DecoderFallbackBuffer * __this, Byte__Array * bytes, uint8_t * pBytes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA6E8, DecoderFallbackBuffer_InternalFallback_1__MethodInfo); DO_APP_FUNC(0x01C8E0B0, void, DecoderFallbackBuffer_ThrowLastBytesRecursive, (DecoderFallbackBuffer * __this, Byte__Array * bytesUnknown, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA6C8, DecoderFallbackBuffer_ThrowLastBytesRecursive__MethodInfo); DO_APP_FUNC(0x003AC050, void, DecoderFallbackBuffer__ctor, (DecoderFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x01C8E2D0, void, DecoderNLS__ctor, (DecoderNLS * __this, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x01C8E3B0, void, DecoderNLS_Reset, (DecoderNLS * __this, MethodInfo * method)); DO_APP_FUNC(0x019CA880, int32_t, DecoderNLS_GetCharCount, (DecoderNLS * __this, Byte__Array * bytes, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01C8E3D0, int32_t, DecoderNLS_GetCharCount_1, (DecoderNLS * __this, Byte__Array * bytes, int32_t index, int32_t count, bool flush, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA6C0, DecoderNLS_GetCharCount_1__MethodInfo); DO_APP_FUNC(0x01C8E600, int32_t, DecoderNLS_GetCharCount_2, (DecoderNLS * __this, uint8_t * bytes, int32_t count, bool flush, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA6B8, DecoderNLS_GetCharCount_2__MethodInfo); DO_APP_FUNC(0x019CA910, int32_t, DecoderNLS_GetChars, (DecoderNLS * __this, Byte__Array * bytes, int32_t byteIndex, int32_t byteCount, Char__Array * chars, int32_t charIndex, MethodInfo * method)); DO_APP_FUNC(0x01C8E730, int32_t, DecoderNLS_GetChars_1, (DecoderNLS * __this, Byte__Array * bytes, int32_t byteIndex, int32_t byteCount, Char__Array * chars, int32_t charIndex, bool flush, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA688, DecoderNLS_GetChars_1__MethodInfo); DO_APP_FUNC(0x01C8EA80, int32_t, DecoderNLS_GetChars_2, (DecoderNLS * __this, uint8_t * bytes, int32_t byteCount, uint16_t * chars, int32_t charCount, bool flush, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA680, DecoderNLS_GetChars_2__MethodInfo); DO_APP_FUNC(0x01C8EBE0, void, DecoderNLS_Convert, (DecoderNLS * __this, Byte__Array * bytes, int32_t byteIndex, int32_t byteCount, Char__Array * chars, int32_t charIndex, int32_t charCount, bool flush, int32_t * bytesUsed, int32_t * charsUsed, bool * completed, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA678, DecoderNLS_Convert__MethodInfo); DO_APP_FUNC(0x01C8EFE0, void, DecoderNLS_Convert_1, (DecoderNLS * __this, uint8_t * bytes, int32_t byteCount, uint16_t * chars, int32_t charCount, bool flush, int32_t * bytesUsed, int32_t * charsUsed, bool * completed, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA670, DecoderNLS_Convert_1__MethodInfo); DO_APP_FUNC(0x00422A50, bool, DecoderNLS_get_MustFlush, (DecoderNLS * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, DecoderNLS_get_HasState, (DecoderNLS * __this, MethodInfo * method)); DO_APP_FUNC(0x009C8650, void, DecoderNLS_ClearMustFlush, (DecoderNLS * __this, MethodInfo * method)); DO_APP_FUNC(0x019A8490, void, DecoderReplacementFallback__ctor, (DecoderReplacementFallback * __this, MethodInfo * method)); DO_APP_FUNC(0x019A84E0, void, DecoderReplacementFallback__ctor_1, (DecoderReplacementFallback * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x019A85E0, void, DecoderReplacementFallback_System_Runtime_Serialization_ISerializable_GetObjectData, (DecoderReplacementFallback * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x019A8640, void, DecoderReplacementFallback__ctor_2, (DecoderReplacementFallback * __this, String * replacement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61748, DecoderReplacementFallback__ctor_2__MethodInfo); DO_APP_FUNC(0x003B93C0, String *, DecoderReplacementFallback_get_DefaultString, (DecoderReplacementFallback * __this, MethodInfo * method)); DO_APP_FUNC(0x019A87F0, DecoderFallbackBuffer *, DecoderReplacementFallback_CreateFallbackBuffer, (DecoderReplacementFallback * __this, MethodInfo * method)); DO_APP_FUNC(0x01171CE0, int32_t, DecoderReplacementFallback_get_MaxCharCount, (DecoderReplacementFallback * __this, MethodInfo * method)); DO_APP_FUNC(0x019A88A0, bool, DecoderReplacementFallback_Equals, (DecoderReplacementFallback * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00ACA570, int32_t, DecoderReplacementFallback_GetHashCode, (DecoderReplacementFallback * __this, MethodInfo * method)); DO_APP_FUNC(0x019A8950, void, DecoderReplacementFallbackBuffer__ctor, (DecoderReplacementFallbackBuffer * __this, DecoderReplacementFallback * fallback, MethodInfo * method)); DO_APP_FUNC(0x019A89C0, bool, DecoderReplacementFallbackBuffer_Fallback, (DecoderReplacementFallbackBuffer * __this, Byte__Array * bytesUnknown, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x019A8A10, uint16_t, DecoderReplacementFallbackBuffer_GetNextChar, (DecoderReplacementFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x019A8A70, int32_t, DecoderReplacementFallbackBuffer_get_Remaining, (DecoderReplacementFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x019A8A80, void, DecoderReplacementFallbackBuffer_Reset, (DecoderReplacementFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x019A8AA0, int32_t, DecoderReplacementFallbackBuffer_InternalFallback, (DecoderReplacementFallbackBuffer * __this, Byte__Array * bytes, uint8_t * pBytes, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Encoder__ctor, (Encoder * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, EncoderFallback *, Encoder_get_Fallback, (Encoder * __this, MethodInfo * method)); DO_APP_FUNC(0x019A8AC0, EncoderFallbackBuffer *, Encoder_get_FallbackBuffer, (Encoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C22950, bool, Encoder_get_InternalHasFallbackBuffer, (Encoder * __this, MethodInfo * method)); DO_APP_FUNC(0x019A8BF0, void, Encoder_Reset, (Encoder * __this, MethodInfo * method)); DO_APP_FUNC(0x019A8CE0, int32_t, Encoder_GetByteCount, (Encoder * __this, uint16_t * chars, int32_t count, bool flush, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C616D0, Encoder_GetByteCount__MethodInfo); DO_APP_FUNC(0x019A8EA0, int32_t, Encoder_GetBytes, (Encoder * __this, uint16_t * chars, int32_t charCount, uint8_t * bytes, int32_t byteCount, bool flush, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C616D8, Encoder_GetBytes__MethodInfo); DO_APP_FUNC(0x019A9110, void, Encoder_Convert, (Encoder * __this, Char__Array * chars, int32_t charIndex, int32_t charCount, Byte__Array * bytes, int32_t byteIndex, int32_t byteCount, bool flush, int32_t * charsUsed, int32_t * bytesUsed, bool * completed, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61700, Encoder_Convert__MethodInfo); DO_APP_FUNC(0x019A9520, void, Encoder_Convert_1, (Encoder * __this, uint16_t * chars, int32_t charCount, uint8_t * bytes, int32_t byteCount, bool flush, int32_t * charsUsed, int32_t * bytesUsed, bool * completed, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61730, Encoder_Convert_1__MethodInfo); DO_APP_FUNC(0x003BABE0, void, InternalEncoderBestFitFallback__ctor, (InternalEncoderBestFitFallback * __this, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x019A97A0, EncoderFallbackBuffer *, InternalEncoderBestFitFallback_CreateFallbackBuffer, (InternalEncoderBestFitFallback * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, InternalEncoderBestFitFallback_get_MaxCharCount, (InternalEncoderBestFitFallback * __this, MethodInfo * method)); DO_APP_FUNC(0x019A9810, bool, InternalEncoderBestFitFallback_Equals, (InternalEncoderBestFitFallback * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x019A98D0, int32_t, InternalEncoderBestFitFallback_GetHashCode, (InternalEncoderBestFitFallback * __this, MethodInfo * method)); DO_APP_FUNC(0x019A9900, Object *, InternalEncoderBestFitFallbackBuffer_get_InternalSyncObject, (MethodInfo * method)); DO_APP_FUNC(0x019A99D0, void, InternalEncoderBestFitFallbackBuffer__ctor, (InternalEncoderBestFitFallbackBuffer * __this, InternalEncoderBestFitFallback * fallback, MethodInfo * method)); DO_APP_FUNC(0x019A9D10, bool, InternalEncoderBestFitFallbackBuffer_Fallback, (InternalEncoderBestFitFallbackBuffer * __this, uint16_t charUnknown, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x019A9E30, bool, InternalEncoderBestFitFallbackBuffer_Fallback_1, (InternalEncoderBestFitFallbackBuffer * __this, uint16_t charUnknownHigh, uint16_t charUnknownLow, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61688, InternalEncoderBestFitFallbackBuffer_Fallback_1__MethodInfo); DO_APP_FUNC(0x019AA060, uint16_t, InternalEncoderBestFitFallbackBuffer_GetNextChar, (InternalEncoderBestFitFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x019AA090, bool, InternalEncoderBestFitFallbackBuffer_MovePrevious, (InternalEncoderBestFitFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x019AA0B0, int32_t, InternalEncoderBestFitFallbackBuffer_get_Remaining, (InternalEncoderBestFitFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x019AA0C0, void, InternalEncoderBestFitFallbackBuffer_Reset, (InternalEncoderBestFitFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x019AA0E0, uint16_t, InternalEncoderBestFitFallbackBuffer_TryBestFit, (InternalEncoderBestFitFallbackBuffer * __this, uint16_t cUnknown, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EncoderExceptionFallback__ctor, (EncoderExceptionFallback * __this, MethodInfo * method)); DO_APP_FUNC(0x019AA200, EncoderFallbackBuffer *, EncoderExceptionFallback_CreateFallbackBuffer, (EncoderExceptionFallback * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, EncoderExceptionFallback_get_MaxCharCount, (EncoderExceptionFallback * __this, MethodInfo * method)); DO_APP_FUNC(0x019AA250, bool, EncoderExceptionFallback_Equals, (EncoderExceptionFallback * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x019AA2B0, int32_t, EncoderExceptionFallback_GetHashCode, (EncoderExceptionFallback * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EncoderExceptionFallbackBuffer__ctor, (EncoderExceptionFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x019AA2C0, bool, EncoderExceptionFallbackBuffer_Fallback, (EncoderExceptionFallbackBuffer * __this, uint16_t charUnknown, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61630, EncoderExceptionFallbackBuffer_Fallback__MethodInfo); DO_APP_FUNC(0x019AA390, bool, EncoderExceptionFallbackBuffer_Fallback_1, (EncoderExceptionFallbackBuffer * __this, uint16_t charUnknownHigh, uint16_t charUnknownLow, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61638, EncoderExceptionFallbackBuffer_Fallback_1__MethodInfo); DO_APP_FUNC(0x003C94D0, uint16_t, EncoderExceptionFallbackBuffer_GetNextChar, (EncoderExceptionFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, EncoderExceptionFallbackBuffer_MovePrevious, (EncoderExceptionFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, EncoderExceptionFallbackBuffer_get_Remaining, (EncoderExceptionFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x019AA670, void, EncoderFallbackException__ctor, (EncoderFallbackException * __this, MethodInfo * method)); DO_APP_FUNC(0x019AA6C0, void, EncoderFallbackException__ctor_1, (EncoderFallbackException * __this, String * message, uint16_t charUnknown, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x019AA710, void, EncoderFallbackException__ctor_2, (EncoderFallbackException * __this, String * message, uint16_t charUnknownHigh, uint16_t charUnknownLow, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61650, EncoderFallbackException__ctor_2__MethodInfo); DO_APP_FUNC(0x019AA960, void, EncoderFallbackException__ctor_3, (EncoderFallbackException * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x019AA980, EncoderFallback *, EncoderFallback_get_ReplacementFallback, (MethodInfo * method)); DO_APP_FUNC(0x019AAA50, EncoderFallback *, EncoderFallback_get_ExceptionFallback, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EncoderFallback__ctor, (EncoderFallback * __this, MethodInfo * method)); DO_APP_FUNC(0x019AAAF0, void, EncoderFallbackBuffer_Reset, (EncoderFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x019AAB30, void, EncoderFallbackBuffer_InternalReset, (EncoderFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x019AAB50, void, EncoderFallbackBuffer_InternalInitialize, (EncoderFallbackBuffer * __this, uint16_t * charStart, uint16_t * charEnd, EncoderNLS * encoder, bool setEncoder, MethodInfo * method)); DO_APP_FUNC(0x019AABC0, uint16_t, EncoderFallbackBuffer_InternalGetNextChar, (EncoderFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x019AAC00, bool, EncoderFallbackBuffer_InternalFallback, (EncoderFallbackBuffer * __this, uint16_t ch, uint16_t * * chars, MethodInfo * method)); DO_APP_FUNC(0x019AADD0, void, EncoderFallbackBuffer_ThrowLastCharRecursive, (EncoderFallbackBuffer * __this, int32_t charRecursive, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C615D0, EncoderFallbackBuffer_ThrowLastCharRecursive__MethodInfo); DO_APP_FUNC(0x003AC050, void, EncoderFallbackBuffer__ctor, (EncoderFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x019AAE70, void, EncoderNLS__ctor, (EncoderNLS * __this, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x019AAF50, void, EncoderNLS_Reset, (EncoderNLS * __this, MethodInfo * method)); DO_APP_FUNC(0x019AAF80, int32_t, EncoderNLS_GetByteCount, (EncoderNLS * __this, Char__Array * chars, int32_t index, int32_t count, bool flush, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C615F0, EncoderNLS_GetByteCount__MethodInfo); DO_APP_FUNC(0x019AB1B0, int32_t, EncoderNLS_GetByteCount_1, (EncoderNLS * __this, uint16_t * chars, int32_t count, bool flush, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61600, EncoderNLS_GetByteCount_1__MethodInfo); DO_APP_FUNC(0x019AB2E0, int32_t, EncoderNLS_GetBytes, (EncoderNLS * __this, Char__Array * chars, int32_t charIndex, int32_t charCount, Byte__Array * bytes, int32_t byteIndex, bool flush, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61530, EncoderNLS_GetBytes__MethodInfo); DO_APP_FUNC(0x019AB630, int32_t, EncoderNLS_GetBytes_1, (EncoderNLS * __this, uint16_t * chars, int32_t charCount, uint8_t * bytes, int32_t byteCount, bool flush, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61540, EncoderNLS_GetBytes_1__MethodInfo); DO_APP_FUNC(0x019AB790, void, EncoderNLS_Convert, (EncoderNLS * __this, Char__Array * chars, int32_t charIndex, int32_t charCount, Byte__Array * bytes, int32_t byteIndex, int32_t byteCount, bool flush, int32_t * charsUsed, int32_t * bytesUsed, bool * completed, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61560, EncoderNLS_Convert__MethodInfo); DO_APP_FUNC(0x019ABB90, void, EncoderNLS_Convert_1, (EncoderNLS * __this, uint16_t * chars, int32_t charCount, uint8_t * bytes, int32_t byteCount, bool flush, int32_t * charsUsed, int32_t * bytesUsed, bool * completed, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61570, EncoderNLS_Convert_1__MethodInfo); DO_APP_FUNC(0x003B93B0, Encoding *, EncoderNLS_get_Encoding, (EncoderNLS * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, EncoderNLS_get_MustFlush, (EncoderNLS * __this, MethodInfo * method)); DO_APP_FUNC(0x019ABD80, bool, EncoderNLS_get_HasState, (EncoderNLS * __this, MethodInfo * method)); DO_APP_FUNC(0x00681CC0, void, EncoderNLS_ClearMustFlush, (EncoderNLS * __this, MethodInfo * method)); DO_APP_FUNC(0x019ABD90, void, EncoderReplacementFallback__ctor, (EncoderReplacementFallback * __this, MethodInfo * method)); DO_APP_FUNC(0x019ABDE0, void, EncoderReplacementFallback__ctor_1, (EncoderReplacementFallback * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x019ABEE0, void, EncoderReplacementFallback_System_Runtime_Serialization_ISerializable_GetObjectData, (EncoderReplacementFallback * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x019ABF40, void, EncoderReplacementFallback__ctor_2, (EncoderReplacementFallback * __this, String * replacement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C614C0, EncoderReplacementFallback__ctor_2__MethodInfo); DO_APP_FUNC(0x003B93C0, String *, EncoderReplacementFallback_get_DefaultString, (EncoderReplacementFallback * __this, MethodInfo * method)); DO_APP_FUNC(0x019AC0F0, EncoderFallbackBuffer *, EncoderReplacementFallback_CreateFallbackBuffer, (EncoderReplacementFallback * __this, MethodInfo * method)); DO_APP_FUNC(0x01171CE0, int32_t, EncoderReplacementFallback_get_MaxCharCount, (EncoderReplacementFallback * __this, MethodInfo * method)); DO_APP_FUNC(0x019AC1C0, bool, EncoderReplacementFallback_Equals, (EncoderReplacementFallback * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00ACA570, int32_t, EncoderReplacementFallback_GetHashCode, (EncoderReplacementFallback * __this, MethodInfo * method)); DO_APP_FUNC(0x019AC270, void, EncoderReplacementFallbackBuffer__ctor, (EncoderReplacementFallbackBuffer * __this, EncoderReplacementFallback * fallback, MethodInfo * method)); DO_APP_FUNC(0x019AC2F0, bool, EncoderReplacementFallbackBuffer_Fallback, (EncoderReplacementFallbackBuffer * __this, uint16_t charUnknown, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x019AC460, bool, EncoderReplacementFallbackBuffer_Fallback_1, (EncoderReplacementFallbackBuffer * __this, uint16_t charUnknownHigh, uint16_t charUnknownLow, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C614F0, EncoderReplacementFallbackBuffer_Fallback_1__MethodInfo); DO_APP_FUNC(0x019AC6D0, uint16_t, EncoderReplacementFallbackBuffer_GetNextChar, (EncoderReplacementFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x019AC730, bool, EncoderReplacementFallbackBuffer_MovePrevious, (EncoderReplacementFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x019AC750, int32_t, EncoderReplacementFallbackBuffer_get_Remaining, (EncoderReplacementFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x019AC760, void, EncoderReplacementFallbackBuffer_Reset, (EncoderReplacementFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCEFD0, void, EncodingInfo__ctor, (EncodingInfo * __this, int32_t codePage, String * name, String * displayName, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, EncodingInfo_get_CodePage, (EncodingInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x019AC780, bool, EncodingInfo_Equals, (EncodingInfo * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, EncodingInfo_GetHashCode, (EncodingInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x019AC7F0, void, EncodingInfo__ctor_1, (EncodingInfo * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61448, EncodingInfo__ctor_1__MethodInfo); DO_APP_FUNC(0x019AC820, void, EncodingNLS__ctor, (EncodingNLS * __this, int32_t codePage, MethodInfo * method)); DO_APP_FUNC(0x019AC830, int32_t, EncodingNLS_GetByteCount, (EncodingNLS * __this, Char__Array * chars, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61458, EncodingNLS_GetByteCount__MethodInfo); DO_APP_FUNC(0x019ACA00, int32_t, EncodingNLS_GetByteCount_1, (EncodingNLS * __this, String * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61460, EncodingNLS_GetByteCount_1__MethodInfo); DO_APP_FUNC(0x019ACA90, int32_t, EncodingNLS_GetByteCount_2, (EncodingNLS * __this, uint16_t * chars, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61468, EncodingNLS_GetByteCount_2__MethodInfo); DO_APP_FUNC(0x019ACBA0, int32_t, EncodingNLS_GetBytes, (EncodingNLS * __this, String * s, int32_t charIndex, int32_t charCount, Byte__Array * bytes, int32_t byteIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61480, EncodingNLS_GetBytes__MethodInfo); DO_APP_FUNC(0x019ACE90, int32_t, EncodingNLS_GetBytes_1, (EncodingNLS * __this, Char__Array * chars, int32_t charIndex, int32_t charCount, Byte__Array * bytes, int32_t byteIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61498, EncodingNLS_GetBytes_1__MethodInfo); DO_APP_FUNC(0x019AD1A0, int32_t, EncodingNLS_GetBytes_2, (EncodingNLS * __this, uint16_t * chars, int32_t charCount, uint8_t * bytes, int32_t byteCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C614A0, EncodingNLS_GetBytes_2__MethodInfo); DO_APP_FUNC(0x019AD2E0, int32_t, EncodingNLS_GetCharCount, (EncodingNLS * __this, Byte__Array * bytes, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C614A8, EncodingNLS_GetCharCount__MethodInfo); DO_APP_FUNC(0x019AD4B0, int32_t, EncodingNLS_GetCharCount_1, (EncodingNLS * __this, uint8_t * bytes, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C614B8, EncodingNLS_GetCharCount_1__MethodInfo); DO_APP_FUNC(0x019AD5C0, int32_t, EncodingNLS_GetChars, (EncodingNLS * __this, Byte__Array * bytes, int32_t byteIndex, int32_t byteCount, Char__Array * chars, int32_t charIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C613D0, EncodingNLS_GetChars__MethodInfo); DO_APP_FUNC(0x019AD8D0, int32_t, EncodingNLS_GetChars_1, (EncodingNLS * __this, uint8_t * bytes, int32_t byteCount, uint16_t * chars, int32_t charCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C613E0, EncodingNLS_GetChars_1__MethodInfo); DO_APP_FUNC(0x019ADA10, String *, EncodingNLS_GetString, (EncodingNLS * __this, Byte__Array * bytes, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C613F8, EncodingNLS_GetString__MethodInfo); DO_APP_FUNC(0x019ADC00, Decoder *, EncodingNLS_GetDecoder, (EncodingNLS * __this, MethodInfo * method)); DO_APP_FUNC(0x019ADC70, Encoder *, EncodingNLS_GetEncoder, (EncodingNLS * __this, MethodInfo * method)); DO_APP_FUNC(0x019ADCE0, Encoding *, EncodingProvider_GetEncoding, (EncodingProvider * __this, String * name, EncoderFallback * encoderFallback, DecoderFallback * decoderFallback, MethodInfo * method)); DO_APP_FUNC(0x019ADE10, Encoding *, EncodingProvider_GetEncoding_1, (EncodingProvider * __this, int32_t codepage, EncoderFallback * encoderFallback, DecoderFallback * decoderFallback, MethodInfo * method)); DO_APP_FUNC(0x019ADF30, Encoding *, EncodingProvider_GetEncodingFromProvider, (int32_t codepage, MethodInfo * method)); DO_APP_FUNC(0x019AE030, Encoding *, EncodingProvider_GetEncodingFromProvider_1, (String * encodingName, MethodInfo * method)); DO_APP_FUNC(0x019AE130, Encoding *, EncodingProvider_GetEncodingFromProvider_2, (int32_t codepage, EncoderFallback * enc, DecoderFallback * dec, MethodInfo * method)); DO_APP_FUNC(0x019AE250, Encoding *, EncodingProvider_GetEncodingFromProvider_3, (String * encodingName, EncoderFallback * enc, DecoderFallback * dec, MethodInfo * method)); DO_APP_FUNC(0x019AE370, void, EncodingProvider__cctor, (MethodInfo * method)); DO_APP_FUNC(0x019AE430, void, Latin1Encoding__ctor, (Latin1Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019AE450, void, Latin1Encoding__ctor_1, (Latin1Encoding * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x019AE4B0, void, Latin1Encoding_System_Runtime_Serialization_ISerializable_GetObjectData, (Latin1Encoding * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x019AE6E0, int32_t, Latin1Encoding_GetByteCount, (Latin1Encoding * __this, uint16_t * chars, int32_t charCount, EncoderNLS * encoder, MethodInfo * method)); DO_APP_FUNC(0x019AE990, int32_t, Latin1Encoding_GetBytes, (Latin1Encoding * __this, uint16_t * chars, int32_t charCount, uint8_t * bytes, int32_t byteCount, EncoderNLS * encoder, MethodInfo * method)); DO_APP_FUNC(0x019AEF30, int32_t, Latin1Encoding_GetCharCount, (Latin1Encoding * __this, uint8_t * bytes, int32_t count, DecoderNLS * decoder, MethodInfo * method)); DO_APP_FUNC(0x019AEF40, int32_t, Latin1Encoding_GetChars, (Latin1Encoding * __this, uint8_t * bytes, int32_t byteCount, uint16_t * chars, int32_t charCount, DecoderNLS * decoder, MethodInfo * method)); DO_APP_FUNC(0x019AF020, int32_t, Latin1Encoding_GetMaxByteCount, (Latin1Encoding * __this, int32_t charCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61378, Latin1Encoding_GetMaxByteCount__MethodInfo); DO_APP_FUNC(0x019AF170, int32_t, Latin1Encoding_GetMaxCharCount, (Latin1Encoding * __this, int32_t byteCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61398, Latin1Encoding_GetMaxCharCount__MethodInfo); DO_APP_FUNC(0x019AF2C0, Char__Array *, Latin1Encoding_GetBestFitUnicodeToBytesData, (Latin1Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019AF320, void, Latin1Encoding__cctor, (MethodInfo * method)); DO_APP_FUNC(0x019AF4C0, void, StringBuilder__ctor, (StringBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x019AF560, void, StringBuilder__ctor_1, (StringBuilder * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x019AF570, void, StringBuilder__ctor_2, (StringBuilder * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x019AF5A0, void, StringBuilder__ctor_3, (StringBuilder * __this, String * value, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x019AF5D0, void, StringBuilder__ctor_4, (StringBuilder * __this, String * value, int32_t startIndex, int32_t length, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61328, StringBuilder__ctor_4__MethodInfo); DO_APP_FUNC(0x019AF8E0, void, StringBuilder__ctor_5, (StringBuilder * __this, int32_t capacity, int32_t maxCapacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61280, StringBuilder__ctor_5__MethodInfo); DO_APP_FUNC(0x019AFAE0, void, StringBuilder__ctor_6, (StringBuilder * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C612A8, StringBuilder__ctor_6__MethodInfo); DO_APP_FUNC(0x019AFF70, void, StringBuilder_System_Runtime_Serialization_ISerializable_GetObjectData, (StringBuilder * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C611F0, StringBuilder_System_Runtime_Serialization_ISerializable_GetObjectData__MethodInfo); DO_APP_FUNC(0x019B00C0, int32_t, StringBuilder_get_Capacity, (StringBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x019B00E0, void, StringBuilder_set_Capacity, (StringBuilder * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61218, StringBuilder_set_Capacity__MethodInfo); DO_APP_FUNC(0x0041F4C0, int32_t, StringBuilder_get_MaxCapacity, (StringBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x019B02C0, int32_t, StringBuilder_EnsureCapacity, (StringBuilder * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61220, StringBuilder_EnsureCapacity__MethodInfo); DO_APP_FUNC(0x019B0380, String *, StringBuilder_ToString, (StringBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61240, StringBuilder_ToString__MethodInfo); DO_APP_FUNC(0x019B0530, String *, StringBuilder_ToString_1, (StringBuilder * __this, int32_t startIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61258, StringBuilder_ToString_1__MethodInfo); DO_APP_FUNC(0x019B07C0, StringBuilder *, StringBuilder_Clear, (StringBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x019B07E0, int32_t, StringBuilder_get_Length, (StringBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x019B07F0, void, StringBuilder_set_Length, (StringBuilder * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61278, StringBuilder_set_Length__MethodInfo); DO_APP_FUNC(0x019B0AB0, uint16_t, StringBuilder_get_Chars, (StringBuilder * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61188, StringBuilder_get_Chars__MethodInfo); DO_APP_FUNC(0x019B0B90, void, StringBuilder_set_Chars, (StringBuilder * __this, int32_t index, uint16_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61190, StringBuilder_set_Chars__MethodInfo); DO_APP_FUNC(0x019B0CC0, StringBuilder *, StringBuilder_Append, (StringBuilder * __this, uint16_t value, int32_t repeatCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C611A0, StringBuilder_Append__MethodInfo); DO_APP_FUNC(0x019B0E50, StringBuilder *, StringBuilder_Append_1, (StringBuilder * __this, Char__Array * value, int32_t startIndex, int32_t charCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C611B8, StringBuilder_Append_1__MethodInfo); DO_APP_FUNC(0x019B1050, StringBuilder *, StringBuilder_Append_2, (StringBuilder * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x019B1180, void, StringBuilder_AppendHelper, (StringBuilder * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x019B11B0, StringBuilder *, StringBuilder_Append_3, (StringBuilder * __this, String * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C611C0, StringBuilder_Append_3__MethodInfo); DO_APP_FUNC(0x019B13A0, StringBuilder *, StringBuilder_Append_4, (StringBuilder * __this, StringBuilder * value, MethodInfo * method)); DO_APP_FUNC(0x019B13E0, StringBuilder *, StringBuilder_AppendCore, (StringBuilder * __this, StringBuilder * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C611D0, StringBuilder_AppendCore__MethodInfo); DO_APP_FUNC(0x019B1650, StringBuilder *, StringBuilder_AppendLine, (StringBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x019B1680, StringBuilder *, StringBuilder_AppendLine_1, (StringBuilder * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x019B16B0, void, StringBuilder_CopyTo, (StringBuilder * __this, int32_t sourceIndex, Span_1_Char_ destination, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C611E0, StringBuilder_CopyTo__MethodInfo); DO_APP_FUNC(0x019B18F0, StringBuilder *, StringBuilder_Remove, (StringBuilder * __this, int32_t startIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61158, StringBuilder_Remove__MethodInfo); DO_APP_FUNC(0x019B1DE0, StringBuilder *, StringBuilder_Append_5, (StringBuilder * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x019B1E80, StringBuilder *, StringBuilder_Append_6, (StringBuilder * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x019B1EF0, StringBuilder *, StringBuilder_Append_7, (StringBuilder * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x019B2050, StringBuilder *, StringBuilder_Append_8, (StringBuilder * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x019B21A0, StringBuilder *, StringBuilder_Append_9, (StringBuilder * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x019B22F0, StringBuilder *, StringBuilder_Append_10, (StringBuilder * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x019B2420, StringBuilder *, StringBuilder_Append_11, (StringBuilder * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x019B2550, StringBuilder *, StringBuilder_Append_12, (StringBuilder * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x019B26B0, StringBuilder *, StringBuilder_Append_13, (StringBuilder * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x019B2800, StringBuilder *, StringBuilder_Append_14, (StringBuilder * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x019B2850, StringBuilder *, StringBuilder_Append_15, (StringBuilder * __this, Char__Array * value, MethodInfo * method)); DO_APP_FUNC(0x019B2890, StringBuilder *, StringBuilder_Append_16, (StringBuilder * __this, ReadOnlySpan_1_Char_ value, MethodInfo * method)); DO_APP_FUNC(0x019B2900, StringBuilder *, StringBuilder_Insert, (StringBuilder * __this, int32_t index, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61128, StringBuilder_Insert__MethodInfo); DO_APP_FUNC(0x019B29B0, StringBuilder *, StringBuilder_Insert_1, (StringBuilder * __this, int32_t index, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x019B29E0, StringBuilder *, StringBuilder_AppendFormat, (StringBuilder * __this, String * format, Object * arg0, MethodInfo * method)); DO_APP_FUNC(0x019B2A50, StringBuilder *, StringBuilder_AppendFormat_1, (StringBuilder * __this, String * format, Object * arg0, Object * arg1, MethodInfo * method)); DO_APP_FUNC(0x019B2AD0, StringBuilder *, StringBuilder_AppendFormat_2, (StringBuilder * __this, String * format, Object * arg0, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x019B2B60, StringBuilder *, StringBuilder_AppendFormat_3, (StringBuilder * __this, String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61130, StringBuilder_AppendFormat_3__MethodInfo); DO_APP_FUNC(0x019B2C40, StringBuilder *, StringBuilder_AppendFormat_4, (StringBuilder * __this, IFormatProvider * provider, String * format, Object * arg0, MethodInfo * method)); DO_APP_FUNC(0x019B2CC0, StringBuilder *, StringBuilder_AppendFormat_5, (StringBuilder * __this, IFormatProvider * provider, String * format, Object * arg0, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x019B2D50, StringBuilder *, StringBuilder_AppendFormat_6, (StringBuilder * __this, IFormatProvider * provider, String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61138, StringBuilder_AppendFormat_6__MethodInfo); DO_APP_FUNC(0x019B2E30, void, StringBuilder_FormatError, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61148, StringBuilder_FormatError__MethodInfo); DO_APP_FUNC(0x019B2E90, StringBuilder *, StringBuilder_AppendFormatHelper, (StringBuilder * __this, IFormatProvider * provider, String * format, ParamsArray args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C610D8, StringBuilder_AppendFormatHelper__MethodInfo); DO_APP_FUNC(0x019B3910, StringBuilder *, StringBuilder_Replace, (StringBuilder * __this, String * oldValue, String * newValue, MethodInfo * method)); DO_APP_FUNC(0x019B3940, StringBuilder *, StringBuilder_Replace_1, (StringBuilder * __this, String * oldValue, String * newValue, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C610E8, StringBuilder_Replace_1__MethodInfo); DO_APP_FUNC(0x019B3E20, StringBuilder *, StringBuilder_Append_17, (StringBuilder * __this, uint16_t * value, int32_t valueCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61100, StringBuilder_Append_17__MethodInfo); DO_APP_FUNC(0x019B3FE0, void, StringBuilder_Insert_2, (StringBuilder * __this, int32_t index, uint16_t * value, int32_t valueCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61108, StringBuilder_Insert_2__MethodInfo); DO_APP_FUNC(0x019B4690, void, StringBuilder_ReplaceAllInChunk, (StringBuilder * __this, Int32__Array * replacements, int32_t replacementsCount, StringBuilder * sourceChunk, int32_t removeCount, String * value, MethodInfo * method)); DO_APP_FUNC(0x019B4870, bool, StringBuilder_StartsWith, (StringBuilder * __this, StringBuilder * chunk, int32_t indexInChunk, int32_t count, String * value, MethodInfo * method)); DO_APP_FUNC(0x019B4960, void, StringBuilder_ReplaceInPlaceAtChunk, (StringBuilder * __this, StringBuilder * * chunk, int32_t * indexInChunk, uint16_t * value, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x019B4AE0, void, StringBuilder_ThreadSafeCopy, (uint16_t * sourcePtr, Char__Array * destination, int32_t destinationIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61090, StringBuilder_ThreadSafeCopy__MethodInfo); DO_APP_FUNC(0x019B4BE0, void, StringBuilder_ThreadSafeCopy_1, (Char__Array * source, int32_t sourceIndex, Span_1_Char_ destination, int32_t destinationIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61098, StringBuilder_ThreadSafeCopy_1__MethodInfo); DO_APP_FUNC(0x019B4D70, StringBuilder *, StringBuilder_FindChunkForIndex, (StringBuilder * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x019B4DB0, Span_1_Char_, StringBuilder_get_RemainingCurrentChunk, (StringBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x019B4E80, StringBuilder *, StringBuilder_Next, (StringBuilder * __this, StringBuilder * chunk, MethodInfo * method)); DO_APP_FUNC(0x019B4EE0, void, StringBuilder_ExpandByABlock, (StringBuilder * __this, int32_t minBlockCharCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C610A8, StringBuilder_ExpandByABlock__MethodInfo); DO_APP_FUNC(0x019B51C0, void, StringBuilder__ctor_7, (StringBuilder * __this, StringBuilder * from, MethodInfo * method)); DO_APP_FUNC(0x019B52A0, void, StringBuilder_MakeRoom, (StringBuilder * __this, int32_t index, int32_t count, StringBuilder * * chunk, int32_t * indexInChunk, bool doNotMoveFollowingChars, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C610B0, StringBuilder_MakeRoom__MethodInfo); DO_APP_FUNC(0x019B5800, void, StringBuilder__ctor_8, (StringBuilder * __this, int32_t size, int32_t maxCapacity, StringBuilder * previousBlock, MethodInfo * method)); DO_APP_FUNC(0x019B5920, void, StringBuilder_Remove_1, (StringBuilder * __this, int32_t startIndex, int32_t count, StringBuilder * * chunk, int32_t * indexInChunk, MethodInfo * method)); DO_APP_FUNC(0x019B5CB0, StringBuilder *, StringBuilderCache_Acquire, (int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x019B5DE0, void, StringBuilderCache_Release, (StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x019B5F10, String *, StringBuilderCache_GetStringAndRelease, (StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x019B5F60, void, UTF32Encoding__ctor, (UTF32Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019B5F90, void, UTF32Encoding__ctor_1, (UTF32Encoding * __this, bool bigEndian, bool byteOrderMark, MethodInfo * method)); DO_APP_FUNC(0x019B5FE0, void, UTF32Encoding__ctor_2, (UTF32Encoding * __this, bool bigEndian, bool byteOrderMark, bool throwOnInvalidCharacters, MethodInfo * method)); DO_APP_FUNC(0x019B6050, void, UTF32Encoding_SetDefaultFallbacks, (UTF32Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019B6280, int32_t, UTF32Encoding_GetByteCount, (UTF32Encoding * __this, Char__Array * chars, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61078, UTF32Encoding_GetByteCount__MethodInfo); DO_APP_FUNC(0x019B6450, int32_t, UTF32Encoding_GetByteCount_1, (UTF32Encoding * __this, String * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61080, UTF32Encoding_GetByteCount_1__MethodInfo); DO_APP_FUNC(0x019B64E0, int32_t, UTF32Encoding_GetByteCount_2, (UTF32Encoding * __this, uint16_t * chars, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61088, UTF32Encoding_GetByteCount_2__MethodInfo); DO_APP_FUNC(0x019B65F0, int32_t, UTF32Encoding_GetBytes, (UTF32Encoding * __this, String * s, int32_t charIndex, int32_t charCount, Byte__Array * bytes, int32_t byteIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61028, UTF32Encoding_GetBytes__MethodInfo); DO_APP_FUNC(0x019B68E0, int32_t, UTF32Encoding_GetBytes_1, (UTF32Encoding * __this, Char__Array * chars, int32_t charIndex, int32_t charCount, Byte__Array * bytes, int32_t byteIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61030, UTF32Encoding_GetBytes_1__MethodInfo); DO_APP_FUNC(0x019B6BF0, int32_t, UTF32Encoding_GetBytes_2, (UTF32Encoding * __this, uint16_t * chars, int32_t charCount, uint8_t * bytes, int32_t byteCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61038, UTF32Encoding_GetBytes_2__MethodInfo); DO_APP_FUNC(0x019B6D30, int32_t, UTF32Encoding_GetCharCount, (UTF32Encoding * __this, Byte__Array * bytes, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61040, UTF32Encoding_GetCharCount__MethodInfo); DO_APP_FUNC(0x019B6F00, int32_t, UTF32Encoding_GetCharCount_1, (UTF32Encoding * __this, uint8_t * bytes, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61048, UTF32Encoding_GetCharCount_1__MethodInfo); DO_APP_FUNC(0x019B7010, int32_t, UTF32Encoding_GetChars, (UTF32Encoding * __this, Byte__Array * bytes, int32_t byteIndex, int32_t byteCount, Char__Array * chars, int32_t charIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61050, UTF32Encoding_GetChars__MethodInfo); DO_APP_FUNC(0x019B7320, int32_t, UTF32Encoding_GetChars_1, (UTF32Encoding * __this, uint8_t * bytes, int32_t byteCount, uint16_t * chars, int32_t charCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61058, UTF32Encoding_GetChars_1__MethodInfo); DO_APP_FUNC(0x019B7460, String *, UTF32Encoding_GetString, (UTF32Encoding * __this, Byte__Array * bytes, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61060, UTF32Encoding_GetString__MethodInfo); DO_APP_FUNC(0x019B7650, int32_t, UTF32Encoding_GetByteCount_3, (UTF32Encoding * __this, uint16_t * chars, int32_t count, EncoderNLS * encoder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61008, UTF32Encoding_GetByteCount_3__MethodInfo); DO_APP_FUNC(0x019B7A20, int32_t, UTF32Encoding_GetBytes_3, (UTF32Encoding * __this, uint16_t * chars, int32_t charCount, uint8_t * bytes, int32_t byteCount, EncoderNLS * encoder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61010, UTF32Encoding_GetBytes_3__MethodInfo); DO_APP_FUNC(0x019B7FD0, int32_t, UTF32Encoding_GetCharCount_2, (UTF32Encoding * __this, uint8_t * bytes, int32_t count, DecoderNLS * baseDecoder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61020, UTF32Encoding_GetCharCount_2__MethodInfo); DO_APP_FUNC(0x019B8330, int32_t, UTF32Encoding_GetChars_2, (UTF32Encoding * __this, uint8_t * bytes, int32_t byteCount, uint16_t * chars, int32_t charCount, DecoderNLS * baseDecoder, MethodInfo * method)); DO_APP_FUNC(0x019B88B0, uint32_t, UTF32Encoding_GetSurrogate, (UTF32Encoding * __this, uint16_t cHigh, uint16_t cLow, MethodInfo * method)); DO_APP_FUNC(0x019B88D0, uint16_t, UTF32Encoding_GetHighSurrogate, (UTF32Encoding * __this, uint32_t iChar, MethodInfo * method)); DO_APP_FUNC(0x019B88F0, uint16_t, UTF32Encoding_GetLowSurrogate, (UTF32Encoding * __this, uint32_t iChar, MethodInfo * method)); DO_APP_FUNC(0x019B8910, Decoder *, UTF32Encoding_GetDecoder, (UTF32Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019B8980, Encoder *, UTF32Encoding_GetEncoder, (UTF32Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019B89F0, int32_t, UTF32Encoding_GetMaxByteCount, (UTF32Encoding * __this, int32_t charCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60FD0, UTF32Encoding_GetMaxByteCount__MethodInfo); DO_APP_FUNC(0x019B8B40, int32_t, UTF32Encoding_GetMaxCharCount, (UTF32Encoding * __this, int32_t byteCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60FD8, UTF32Encoding_GetMaxCharCount__MethodInfo); DO_APP_FUNC(0x019B8C20, Byte__Array *, UTF32Encoding_GetPreamble, (UTF32Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019B8CE0, ReadOnlySpan_1_Byte_, UTF32Encoding_get_Preamble, (UTF32Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019B8E80, bool, UTF32Encoding_Equals, (UTF32Encoding * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x019B8F50, int32_t, UTF32Encoding_GetHashCode, (UTF32Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019B9000, void, UTF32Encoding__cctor, (MethodInfo * method)); DO_APP_FUNC(0x019B92D0, void, UTF32Encoding_UTF32Decoder__ctor, (UTF32Encoding_UTF32Decoder * __this, UTF32Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x019B92E0, void, UTF32Encoding_UTF32Decoder_Reset, (UTF32Encoding_UTF32Decoder * __this, MethodInfo * method)); DO_APP_FUNC(0x019B9310, bool, UTF32Encoding_UTF32Decoder_get_HasState, (UTF32Encoding_UTF32Decoder * __this, MethodInfo * method)); DO_APP_FUNC(0x019B9320, void, UTF7Encoding__ctor, (UTF7Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019B9360, void, UTF7Encoding__ctor_1, (UTF7Encoding * __this, bool allowOptionals, MethodInfo * method)); DO_APP_FUNC(0x019B93B0, void, UTF7Encoding_MakeTables, (UTF7Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019B9760, void, UTF7Encoding_SetDefaultFallbacks, (UTF7Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019B98C0, bool, UTF7Encoding_Equals, (UTF7Encoding * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x019B9990, int32_t, UTF7Encoding_GetHashCode, (UTF7Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019B9A10, int32_t, UTF7Encoding_GetByteCount, (UTF7Encoding * __this, Char__Array * chars, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60FB8, UTF7Encoding_GetByteCount__MethodInfo); DO_APP_FUNC(0x019B9BE0, int32_t, UTF7Encoding_GetByteCount_1, (UTF7Encoding * __this, String * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60FC0, UTF7Encoding_GetByteCount_1__MethodInfo); DO_APP_FUNC(0x019B9C70, int32_t, UTF7Encoding_GetByteCount_2, (UTF7Encoding * __this, uint16_t * chars, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60FC8, UTF7Encoding_GetByteCount_2__MethodInfo); DO_APP_FUNC(0x019B9D80, int32_t, UTF7Encoding_GetBytes, (UTF7Encoding * __this, String * s, int32_t charIndex, int32_t charCount, Byte__Array * bytes, int32_t byteIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60F18, UTF7Encoding_GetBytes__MethodInfo); DO_APP_FUNC(0x019BA070, int32_t, UTF7Encoding_GetBytes_1, (UTF7Encoding * __this, Char__Array * chars, int32_t charIndex, int32_t charCount, Byte__Array * bytes, int32_t byteIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60F28, UTF7Encoding_GetBytes_1__MethodInfo); DO_APP_FUNC(0x019BA380, int32_t, UTF7Encoding_GetBytes_2, (UTF7Encoding * __this, uint16_t * chars, int32_t charCount, uint8_t * bytes, int32_t byteCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60F38, UTF7Encoding_GetBytes_2__MethodInfo); DO_APP_FUNC(0x019BA4C0, int32_t, UTF7Encoding_GetCharCount, (UTF7Encoding * __this, Byte__Array * bytes, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60F40, UTF7Encoding_GetCharCount__MethodInfo); DO_APP_FUNC(0x019BA690, int32_t, UTF7Encoding_GetCharCount_1, (UTF7Encoding * __this, uint8_t * bytes, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60F48, UTF7Encoding_GetCharCount_1__MethodInfo); DO_APP_FUNC(0x019BA7A0, int32_t, UTF7Encoding_GetChars, (UTF7Encoding * __this, Byte__Array * bytes, int32_t byteIndex, int32_t byteCount, Char__Array * chars, int32_t charIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60F50, UTF7Encoding_GetChars__MethodInfo); DO_APP_FUNC(0x019BAAB0, int32_t, UTF7Encoding_GetChars_1, (UTF7Encoding * __this, uint8_t * bytes, int32_t byteCount, uint16_t * chars, int32_t charCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60F60, UTF7Encoding_GetChars_1__MethodInfo); DO_APP_FUNC(0x019BABF0, String *, UTF7Encoding_GetString, (UTF7Encoding * __this, Byte__Array * bytes, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60F68, UTF7Encoding_GetString__MethodInfo); DO_APP_FUNC(0x019BADE0, int32_t, UTF7Encoding_GetByteCount_3, (UTF7Encoding * __this, uint16_t * chars, int32_t count, EncoderNLS * baseEncoder, MethodInfo * method)); DO_APP_FUNC(0x019BAE20, int32_t, UTF7Encoding_GetBytes_3, (UTF7Encoding * __this, uint16_t * chars, int32_t charCount, uint8_t * bytes, int32_t byteCount, EncoderNLS * baseEncoder, MethodInfo * method)); DO_APP_FUNC(0x019BB2C0, int32_t, UTF7Encoding_GetCharCount_2, (UTF7Encoding * __this, uint8_t * bytes, int32_t count, DecoderNLS * baseDecoder, MethodInfo * method)); DO_APP_FUNC(0x019BB300, int32_t, UTF7Encoding_GetChars_2, (UTF7Encoding * __this, uint8_t * bytes, int32_t byteCount, uint16_t * chars, int32_t charCount, DecoderNLS * baseDecoder, MethodInfo * method)); DO_APP_FUNC(0x019BB580, Decoder *, UTF7Encoding_GetDecoder, (UTF7Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019BB5F0, Encoder *, UTF7Encoding_GetEncoder, (UTF7Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019BB660, int32_t, UTF7Encoding_GetMaxByteCount, (UTF7Encoding * __this, int32_t charCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60EC8, UTF7Encoding_GetMaxByteCount__MethodInfo); DO_APP_FUNC(0x019BB760, int32_t, UTF7Encoding_GetMaxCharCount, (UTF7Encoding * __this, int32_t byteCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60ED0, UTF7Encoding_GetMaxCharCount__MethodInfo); DO_APP_FUNC(0x019BB7F0, void, UTF7Encoding__cctor, (MethodInfo * method)); DO_APP_FUNC(0x019B92D0, void, UTF7Encoding_Decoder__ctor, (UTF7Encoding_Decoder * __this, UTF7Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x019BB8D0, void, UTF7Encoding_Decoder_Reset, (UTF7Encoding_Decoder * __this, MethodInfo * method)); DO_APP_FUNC(0x019BB900, bool, UTF7Encoding_Decoder_get_HasState, (UTF7Encoding_Decoder * __this, MethodInfo * method)); DO_APP_FUNC(0x019BB910, void, UTF7Encoding_Encoder__ctor, (UTF7Encoding_Encoder * __this, UTF7Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x019BB920, void, UTF7Encoding_Encoder_Reset, (UTF7Encoding_Encoder * __this, MethodInfo * method)); DO_APP_FUNC(0x019BB950, bool, UTF7Encoding_Encoder_get_HasState, (UTF7Encoding_Encoder * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UTF7Encoding_DecoderUTF7Fallback__ctor, (UTF7Encoding_DecoderUTF7Fallback * __this, MethodInfo * method)); DO_APP_FUNC(0x019BB970, DecoderFallbackBuffer *, UTF7Encoding_DecoderUTF7Fallback_CreateFallbackBuffer, (UTF7Encoding_DecoderUTF7Fallback * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, UTF7Encoding_DecoderUTF7Fallback_get_MaxCharCount, (UTF7Encoding_DecoderUTF7Fallback * __this, MethodInfo * method)); DO_APP_FUNC(0x019BB9C0, bool, UTF7Encoding_DecoderUTF7Fallback_Equals, (UTF7Encoding_DecoderUTF7Fallback * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x019BBA20, int32_t, UTF7Encoding_DecoderUTF7Fallback_GetHashCode, (UTF7Encoding_DecoderUTF7Fallback * __this, MethodInfo * method)); DO_APP_FUNC(0x019BBA30, void, UTF7Encoding_DecoderUTF7FallbackBuffer__ctor, (UTF7Encoding_DecoderUTF7FallbackBuffer * __this, UTF7Encoding_DecoderUTF7Fallback * fallback, MethodInfo * method)); DO_APP_FUNC(0x019BBA40, bool, UTF7Encoding_DecoderUTF7FallbackBuffer_Fallback, (UTF7Encoding_DecoderUTF7FallbackBuffer * __this, Byte__Array * bytesUnknown, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x019BBA90, uint16_t, UTF7Encoding_DecoderUTF7FallbackBuffer_GetNextChar, (UTF7Encoding_DecoderUTF7FallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x019BBAB0, int32_t, UTF7Encoding_DecoderUTF7FallbackBuffer_get_Remaining, (UTF7Encoding_DecoderUTF7FallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x019BBAC0, void, UTF7Encoding_DecoderUTF7FallbackBuffer_Reset, (UTF7Encoding_DecoderUTF7FallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x019BBAD0, int32_t, UTF7Encoding_DecoderUTF7FallbackBuffer_InternalFallback, (UTF7Encoding_DecoderUTF7FallbackBuffer * __this, Byte__Array * bytes, uint8_t * pBytes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60E58, UTF7Encoding_DecoderUTF7FallbackBuffer_InternalFallback__MethodInfo); DO_APP_FUNC(0x019BBB60, void, UTF8Encoding__ctor, (UTF8Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019BBB90, void, UTF8Encoding__ctor_1, (UTF8Encoding * __this, bool encoderShouldEmitUTF8Identifier, MethodInfo * method)); DO_APP_FUNC(0x019BBBD0, void, UTF8Encoding__ctor_2, (UTF8Encoding * __this, bool encoderShouldEmitUTF8Identifier, bool throwOnInvalidBytes, MethodInfo * method)); DO_APP_FUNC(0x019BBC40, void, UTF8Encoding_SetDefaultFallbacks, (UTF8Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019BBE70, int32_t, UTF8Encoding_GetByteCount, (UTF8Encoding * __this, Char__Array * chars, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60E68, UTF8Encoding_GetByteCount__MethodInfo); DO_APP_FUNC(0x019BC040, int32_t, UTF8Encoding_GetByteCount_1, (UTF8Encoding * __this, String * chars, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60E70, UTF8Encoding_GetByteCount_1__MethodInfo); DO_APP_FUNC(0x019BC0D0, int32_t, UTF8Encoding_GetByteCount_2, (UTF8Encoding * __this, uint16_t * chars, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60E78, UTF8Encoding_GetByteCount_2__MethodInfo); DO_APP_FUNC(0x019BC1E0, int32_t, UTF8Encoding_GetBytes, (UTF8Encoding * __this, String * s, int32_t charIndex, int32_t charCount, Byte__Array * bytes, int32_t byteIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60E88, UTF8Encoding_GetBytes__MethodInfo); DO_APP_FUNC(0x019BC4D0, int32_t, UTF8Encoding_GetBytes_1, (UTF8Encoding * __this, Char__Array * chars, int32_t charIndex, int32_t charCount, Byte__Array * bytes, int32_t byteIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60E98, UTF8Encoding_GetBytes_1__MethodInfo); DO_APP_FUNC(0x019BC7E0, int32_t, UTF8Encoding_GetBytes_2, (UTF8Encoding * __this, uint16_t * chars, int32_t charCount, uint8_t * bytes, int32_t byteCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60EA0, UTF8Encoding_GetBytes_2__MethodInfo); DO_APP_FUNC(0x019BC920, int32_t, UTF8Encoding_GetCharCount, (UTF8Encoding * __this, Byte__Array * bytes, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60EA8, UTF8Encoding_GetCharCount__MethodInfo); DO_APP_FUNC(0x019BCAF0, int32_t, UTF8Encoding_GetCharCount_1, (UTF8Encoding * __this, uint8_t * bytes, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60E08, UTF8Encoding_GetCharCount_1__MethodInfo); DO_APP_FUNC(0x019BCC00, int32_t, UTF8Encoding_GetChars, (UTF8Encoding * __this, Byte__Array * bytes, int32_t byteIndex, int32_t byteCount, Char__Array * chars, int32_t charIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60E10, UTF8Encoding_GetChars__MethodInfo); DO_APP_FUNC(0x019BCF10, int32_t, UTF8Encoding_GetChars_1, (UTF8Encoding * __this, uint8_t * bytes, int32_t byteCount, uint16_t * chars, int32_t charCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60E20, UTF8Encoding_GetChars_1__MethodInfo); DO_APP_FUNC(0x019BD050, String *, UTF8Encoding_GetString, (UTF8Encoding * __this, Byte__Array * bytes, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60E28, UTF8Encoding_GetString__MethodInfo); DO_APP_FUNC(0x019BD240, int32_t, UTF8Encoding_GetByteCount_3, (UTF8Encoding * __this, uint16_t * chars, int32_t count, EncoderNLS * baseEncoder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60E40, UTF8Encoding_GetByteCount_3__MethodInfo); DO_APP_FUNC(0x019BD990, int32_t, UTF8Encoding_PtrDiff, (uint16_t * a, uint16_t * b, MethodInfo * method)); DO_APP_FUNC(0x019BD9A0, int32_t, UTF8Encoding_PtrDiff_1, (uint8_t * a, uint8_t * b, MethodInfo * method)); DO_APP_FUNC(0x019BD9B0, bool, UTF8Encoding_InRange, (int32_t ch, int32_t start, int32_t end, MethodInfo * method)); DO_APP_FUNC(0x019BD9C0, int32_t, UTF8Encoding_GetBytes_3, (UTF8Encoding * __this, uint16_t * chars, int32_t charCount, uint8_t * bytes, int32_t byteCount, EncoderNLS * baseEncoder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60E48, UTF8Encoding_GetBytes_3__MethodInfo); DO_APP_FUNC(0x019BE2C0, int32_t, UTF8Encoding_GetCharCount_2, (UTF8Encoding * __this, uint8_t * bytes, int32_t count, DecoderNLS * baseDecoder, MethodInfo * method)); DO_APP_FUNC(0x019BE810, int32_t, UTF8Encoding_GetChars_2, (UTF8Encoding * __this, uint8_t * bytes, int32_t byteCount, uint16_t * chars, int32_t charCount, DecoderNLS * baseDecoder, MethodInfo * method)); DO_APP_FUNC(0x019BF210, bool, UTF8Encoding_FallbackInvalidByteSequence, (UTF8Encoding * __this, uint8_t * * pSrc, int32_t ch, DecoderFallbackBuffer * fallback, uint16_t * * pTarget, MethodInfo * method)); DO_APP_FUNC(0x019BF290, int32_t, UTF8Encoding_FallbackInvalidByteSequence_1, (UTF8Encoding * __this, uint8_t * pSrc, int32_t ch, DecoderFallbackBuffer * fallback, MethodInfo * method)); DO_APP_FUNC(0x019BF2E0, Byte__Array *, UTF8Encoding_GetBytesUnknown, (UTF8Encoding * __this, uint8_t * * pSrc, int32_t ch, MethodInfo * method)); DO_APP_FUNC(0x019BF550, Decoder *, UTF8Encoding_GetDecoder, (UTF8Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019BF5C0, Encoder *, UTF8Encoding_GetEncoder, (UTF8Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019BF630, int32_t, UTF8Encoding_GetMaxByteCount, (UTF8Encoding * __this, int32_t charCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60DF8, UTF8Encoding_GetMaxByteCount__MethodInfo); DO_APP_FUNC(0x019BF780, int32_t, UTF8Encoding_GetMaxCharCount, (UTF8Encoding * __this, int32_t byteCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60E00, UTF8Encoding_GetMaxCharCount__MethodInfo); DO_APP_FUNC(0x019BF8D0, Byte__Array *, UTF8Encoding_GetPreamble, (UTF8Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019BF960, ReadOnlySpan_1_Byte_, UTF8Encoding_get_Preamble, (UTF8Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019BFAD0, bool, UTF8Encoding_Equals, (UTF8Encoding * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x019BFBA0, int32_t, UTF8Encoding_GetHashCode, (UTF8Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019BFC10, void, UTF8Encoding__cctor, (MethodInfo * method)); DO_APP_FUNC(0x019BFEC0, void, UTF8Encoding_UTF8EncodingSealed__ctor, (UTF8Encoding_UTF8EncodingSealed * __this, bool encoderShouldEmitUTF8Identifier, MethodInfo * method)); DO_APP_FUNC(0x019BFF40, ReadOnlySpan_1_Byte_, UTF8Encoding_UTF8EncodingSealed_get_Preamble, (UTF8Encoding_UTF8EncodingSealed * __this, MethodInfo * method)); DO_APP_FUNC(0x019BB910, void, UTF8Encoding_UTF8Encoder__ctor, (UTF8Encoding_UTF8Encoder * __this, UTF8Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x019C0030, void, UTF8Encoding_UTF8Encoder_Reset, (UTF8Encoding_UTF8Encoder * __this, MethodInfo * method)); DO_APP_FUNC(0x019C0060, bool, UTF8Encoding_UTF8Encoder_get_HasState, (UTF8Encoding_UTF8Encoder * __this, MethodInfo * method)); DO_APP_FUNC(0x019B92D0, void, UTF8Encoding_UTF8Decoder__ctor, (UTF8Encoding_UTF8Decoder * __this, UTF8Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x019C0070, void, UTF8Encoding_UTF8Decoder_Reset, (UTF8Encoding_UTF8Decoder * __this, MethodInfo * method)); DO_APP_FUNC(0x019C00A0, bool, UTF8Encoding_UTF8Decoder_get_HasState, (UTF8Encoding_UTF8Decoder * __this, MethodInfo * method)); DO_APP_FUNC(0x019C00B0, void, UnicodeEncoding__ctor, (UnicodeEncoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019C00E0, void, UnicodeEncoding__ctor_1, (UnicodeEncoding * __this, bool bigEndian, bool byteOrderMark, MethodInfo * method)); DO_APP_FUNC(0x019C0130, void, UnicodeEncoding__ctor_2, (UnicodeEncoding * __this, bool bigEndian, bool byteOrderMark, bool throwOnInvalidBytes, MethodInfo * method)); DO_APP_FUNC(0x019C01A0, void, UnicodeEncoding_SetDefaultFallbacks, (UnicodeEncoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019C03D0, int32_t, UnicodeEncoding_GetByteCount, (UnicodeEncoding * __this, Char__Array * chars, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62FF8, UnicodeEncoding_GetByteCount__MethodInfo); DO_APP_FUNC(0x019C05A0, int32_t, UnicodeEncoding_GetByteCount_1, (UnicodeEncoding * __this, String * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63000, UnicodeEncoding_GetByteCount_1__MethodInfo); DO_APP_FUNC(0x019C0630, int32_t, UnicodeEncoding_GetByteCount_2, (UnicodeEncoding * __this, uint16_t * chars, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63008, UnicodeEncoding_GetByteCount_2__MethodInfo); DO_APP_FUNC(0x019C0740, int32_t, UnicodeEncoding_GetBytes, (UnicodeEncoding * __this, String * s, int32_t charIndex, int32_t charCount, Byte__Array * bytes, int32_t byteIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63010, UnicodeEncoding_GetBytes__MethodInfo); DO_APP_FUNC(0x019C0A30, int32_t, UnicodeEncoding_GetBytes_1, (UnicodeEncoding * __this, Char__Array * chars, int32_t charIndex, int32_t charCount, Byte__Array * bytes, int32_t byteIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63018, UnicodeEncoding_GetBytes_1__MethodInfo); DO_APP_FUNC(0x019C0D40, int32_t, UnicodeEncoding_GetBytes_2, (UnicodeEncoding * __this, uint16_t * chars, int32_t charCount, uint8_t * bytes, int32_t byteCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63020, UnicodeEncoding_GetBytes_2__MethodInfo); DO_APP_FUNC(0x019C0E80, int32_t, UnicodeEncoding_GetCharCount, (UnicodeEncoding * __this, Byte__Array * bytes, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63028, UnicodeEncoding_GetCharCount__MethodInfo); DO_APP_FUNC(0x019C1050, int32_t, UnicodeEncoding_GetCharCount_1, (UnicodeEncoding * __this, uint8_t * bytes, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63030, UnicodeEncoding_GetCharCount_1__MethodInfo); DO_APP_FUNC(0x019C1160, int32_t, UnicodeEncoding_GetChars, (UnicodeEncoding * __this, Byte__Array * bytes, int32_t byteIndex, int32_t byteCount, Char__Array * chars, int32_t charIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62FC0, UnicodeEncoding_GetChars__MethodInfo); DO_APP_FUNC(0x019C1470, int32_t, UnicodeEncoding_GetChars_1, (UnicodeEncoding * __this, uint8_t * bytes, int32_t byteCount, uint16_t * chars, int32_t charCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62FC8, UnicodeEncoding_GetChars_1__MethodInfo); DO_APP_FUNC(0x019C15B0, String *, UnicodeEncoding_GetString, (UnicodeEncoding * __this, Byte__Array * bytes, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62FD0, UnicodeEncoding_GetString__MethodInfo); DO_APP_FUNC(0x019C17A0, int32_t, UnicodeEncoding_GetByteCount_3, (UnicodeEncoding * __this, uint16_t * chars, int32_t count, EncoderNLS * encoder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62FE0, UnicodeEncoding_GetByteCount_3__MethodInfo); DO_APP_FUNC(0x019C1F70, int32_t, UnicodeEncoding_GetBytes_3, (UnicodeEncoding * __this, uint16_t * chars, int32_t charCount, uint8_t * bytes, int32_t byteCount, EncoderNLS * encoder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62FE8, UnicodeEncoding_GetBytes_3__MethodInfo); DO_APP_FUNC(0x019C2970, int32_t, UnicodeEncoding_GetCharCount_2, (UnicodeEncoding * __this, uint8_t * bytes, int32_t count, DecoderNLS * baseDecoder, MethodInfo * method)); DO_APP_FUNC(0x019C3230, int32_t, UnicodeEncoding_GetChars_2, (UnicodeEncoding * __this, uint8_t * bytes, int32_t byteCount, uint16_t * chars, int32_t charCount, DecoderNLS * baseDecoder, MethodInfo * method)); DO_APP_FUNC(0x019C3D60, Encoder *, UnicodeEncoding_GetEncoder, (UnicodeEncoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019C3DD0, Decoder *, UnicodeEncoding_GetDecoder, (UnicodeEncoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019C3E40, Byte__Array *, UnicodeEncoding_GetPreamble, (UnicodeEncoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019C3F00, ReadOnlySpan_1_Byte_, UnicodeEncoding_get_Preamble, (UnicodeEncoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019C40A0, int32_t, UnicodeEncoding_GetMaxByteCount, (UnicodeEncoding * __this, int32_t charCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62FB0, UnicodeEncoding_GetMaxByteCount__MethodInfo); DO_APP_FUNC(0x019C41F0, int32_t, UnicodeEncoding_GetMaxCharCount, (UnicodeEncoding * __this, int32_t byteCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62FB8, UnicodeEncoding_GetMaxCharCount__MethodInfo); DO_APP_FUNC(0x019C4350, bool, UnicodeEncoding_Equals, (UnicodeEncoding * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x019C4470, int32_t, UnicodeEncoding_GetHashCode, (UnicodeEncoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019C4510, void, UnicodeEncoding__cctor, (MethodInfo * method)); DO_APP_FUNC(0x019C4860, void, UnicodeEncoding_Decoder__ctor, (UnicodeEncoding_Decoder * __this, UnicodeEncoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x019C4870, void, UnicodeEncoding_Decoder_Reset, (UnicodeEncoding_Decoder * __this, MethodInfo * method)); DO_APP_FUNC(0x019C48A0, bool, UnicodeEncoding_Decoder_get_HasState, (UnicodeEncoding_Decoder * __this, MethodInfo * method)); DO_APP_FUNC(0x019C48C0, void, ValueStringBuilder__ctor, (ValueStringBuilder * __this, Span_1_Char_ initialBuffer, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, ValueStringBuilder_get_Length, (ValueStringBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x019C48D0, uint16_t *, ValueStringBuilder_get_Item, (ValueStringBuilder * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x019C48F0, String *, ValueStringBuilder_ToString, (ValueStringBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x019C49D0, bool, ValueStringBuilder_TryCopyTo, (ValueStringBuilder * __this, Span_1_Char_ destination, int32_t * charsWritten, MethodInfo * method)); DO_APP_FUNC(0x019C4B30, void, ValueStringBuilder_Append, (ValueStringBuilder * __this, uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x019C4BB0, void, ValueStringBuilder_Append_1, (ValueStringBuilder * __this, String * s, MethodInfo * method)); DO_APP_FUNC(0x019C4C50, void, ValueStringBuilder_AppendSlow, (ValueStringBuilder * __this, String * s, MethodInfo * method)); DO_APP_FUNC(0x019C4DF0, void, ValueStringBuilder_Append_2, (ValueStringBuilder * __this, uint16_t c, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x019C4ED0, void, ValueStringBuilder_Append_3, (ValueStringBuilder * __this, uint16_t * value, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x019C4FB0, Span_1_Char_, ValueStringBuilder_AppendSpan, (ValueStringBuilder * __this, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x019C5090, void, ValueStringBuilder_GrowAndAppend, (ValueStringBuilder * __this, uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x019C50D0, void, ValueStringBuilder_Grow, (ValueStringBuilder * __this, int32_t requiredAdditionalCapacity, MethodInfo * method)); DO_APP_FUNC(0x019C5310, void, ValueStringBuilder_Dispose, (ValueStringBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x019C53B0, void, Encoding__ctor, (Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019C53D0, void, Encoding__ctor_1, (Encoding * __this, int32_t codePage, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62F90, Encoding__ctor_1__MethodInfo); DO_APP_FUNC(0x019C5450, void, Encoding_SetDefaultFallbacks, (Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019C5620, void, Encoding_OnDeserializing, (Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019C56D0, void, Encoding_OnDeserialized, (Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019C5620, void, Encoding_OnDeserializing_1, (Encoding * __this, StreamingContext ctx, MethodInfo * method)); DO_APP_FUNC(0x019C56D0, void, Encoding_OnDeserialized_1, (Encoding * __this, StreamingContext ctx, MethodInfo * method)); DO_APP_FUNC(0x019C5750, void, Encoding_OnSerializing, (Encoding * __this, StreamingContext ctx, MethodInfo * method)); DO_APP_FUNC(0x019C57B0, void, Encoding_DeserializeEncoding, (Encoding * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62F68, Encoding_DeserializeEncoding__MethodInfo); DO_APP_FUNC(0x019C5C80, void, Encoding_SerializeEncoding, (Encoding * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62ED8, Encoding_SerializeEncoding__MethodInfo); DO_APP_FUNC(0x019C5E20, Object *, Encoding_get_InternalSyncObject, (MethodInfo * method)); DO_APP_FUNC(0x019C5F00, Encoding *, Encoding_GetEncoding, (int32_t codepage, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62F20, Encoding_GetEncoding__MethodInfo); DO_APP_FUNC(0x019C6BF0, Encoding *, Encoding_GetEncoding_1, (int32_t codepage, EncoderFallback * encoderFallback, DecoderFallback * decoderFallback, MethodInfo * method)); DO_APP_FUNC(0x019C6DF0, Encoding *, Encoding_GetEncoding_2, (String * name, MethodInfo * method)); DO_APP_FUNC(0x019C6F50, Encoding *, Encoding_GetEncoding_3, (String * name, EncoderFallback * encoderFallback, DecoderFallback * decoderFallback, MethodInfo * method)); DO_APP_FUNC(0x019C70F0, Byte__Array *, Encoding_GetPreamble, (Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019C7150, ReadOnlySpan_1_Byte_, Encoding_get_Preamble, (Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019C7200, void, Encoding_GetDataItem, (Encoding * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62E88, Encoding_GetDataItem__MethodInfo); DO_APP_FUNC(0x019C7380, String *, Encoding_get_BodyName, (Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019C74C0, String *, Encoding_get_EncodingName, (Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019C7630, String *, Encoding_get_HeaderName, (Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019C7770, String *, Encoding_get_WebName, (Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, EncoderFallback *, Encoding_get_EncoderFallback, (Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019C78B0, void, Encoding_set_EncoderFallback, (Encoding * __this, EncoderFallback * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62E98, Encoding_set_EncoderFallback__MethodInfo); DO_APP_FUNC(0x003B9330, DecoderFallback *, Encoding_get_DecoderFallback, (Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019C79E0, void, Encoding_set_DecoderFallback, (Encoding * __this, DecoderFallback * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62EA0, Encoding_set_DecoderFallback__MethodInfo); DO_APP_FUNC(0x019C7B10, Object *, Encoding_Clone, (Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x00667070, bool, Encoding_get_IsReadOnly, (Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019C7BA0, Encoding *, Encoding_get_ASCII, (MethodInfo * method)); DO_APP_FUNC(0x019C7CD0, Encoding *, Encoding_get_Latin1, (MethodInfo * method)); DO_APP_FUNC(0x019C7E00, int32_t, Encoding_GetByteCount, (Encoding * __this, String * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62E58, Encoding_GetByteCount__MethodInfo); DO_APP_FUNC(0x019C7EB0, int32_t, Encoding_GetByteCount_1, (Encoding * __this, String * str, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x019C7F20, int32_t, Encoding_GetByteCount_2, (Encoding * __this, uint16_t * chars, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62E60, Encoding_GetByteCount_2__MethodInfo); DO_APP_FUNC(0x019C80D0, int32_t, Encoding_GetByteCount_3, (Encoding * __this, uint16_t * chars, int32_t count, EncoderNLS * encoder, MethodInfo * method)); DO_APP_FUNC(0x019C80F0, Byte__Array *, Encoding_GetBytes, (Encoding * __this, Char__Array * chars, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62E68, Encoding_GetBytes__MethodInfo); DO_APP_FUNC(0x019C81A0, Byte__Array *, Encoding_GetBytes_1, (Encoding * __this, Char__Array * chars, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x019C8270, Byte__Array *, Encoding_GetBytes_2, (Encoding * __this, String * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62E78, Encoding_GetBytes_2__MethodInfo); DO_APP_FUNC(0x019C8390, int32_t, Encoding_GetBytes_3, (Encoding * __this, String * s, int32_t charIndex, int32_t charCount, Byte__Array * bytes, int32_t byteIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62E80, Encoding_GetBytes_3__MethodInfo); DO_APP_FUNC(0x019C8450, int32_t, Encoding_GetBytes_4, (Encoding * __this, uint16_t * chars, int32_t charCount, uint8_t * bytes, int32_t byteCount, EncoderNLS * encoder, MethodInfo * method)); DO_APP_FUNC(0x019C8470, int32_t, Encoding_GetBytes_5, (Encoding * __this, uint16_t * chars, int32_t charCount, uint8_t * bytes, int32_t byteCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62E28, Encoding_GetBytes_5__MethodInfo); DO_APP_FUNC(0x019C86F0, int32_t, Encoding_GetCharCount, (Encoding * __this, uint8_t * bytes, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62E30, Encoding_GetCharCount__MethodInfo); DO_APP_FUNC(0x019C88A0, int32_t, Encoding_GetCharCount_1, (Encoding * __this, uint8_t * bytes, int32_t count, DecoderNLS * decoder, MethodInfo * method)); DO_APP_FUNC(0x019C88C0, Char__Array *, Encoding_GetChars, (Encoding * __this, Byte__Array * bytes, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x019C8990, int32_t, Encoding_GetChars_1, (Encoding * __this, uint8_t * bytes, int32_t byteCount, uint16_t * chars, int32_t charCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62E38, Encoding_GetChars_1__MethodInfo); DO_APP_FUNC(0x019C8C10, int32_t, Encoding_GetChars_2, (Encoding * __this, uint8_t * bytes, int32_t byteCount, uint16_t * chars, int32_t charCount, DecoderNLS * decoder, MethodInfo * method)); DO_APP_FUNC(0x019C8C30, String *, Encoding_GetString, (Encoding * __this, uint8_t * bytes, int32_t byteCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62E40, Encoding_GetString__MethodInfo); DO_APP_FUNC(0x019C8D50, String *, Encoding_GetString_1, (Encoding * __this, ReadOnlySpan_1_Byte_ bytes, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Encoding_get_CodePage, (Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019C8DD0, Decoder *, Encoding_GetDecoder, (Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019C8E80, Encoding *, Encoding_CreateDefaultEncoding, (MethodInfo * method)); DO_APP_FUNC(0x019C8EE0, void, Encoding_setReadOnly, (Encoding * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x019C8EF0, Encoding *, Encoding_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x019C9010, Encoder *, Encoding_GetEncoder, (Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019C90C0, String *, Encoding_GetString_2, (Encoding * __this, Byte__Array * bytes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62E20, Encoding_GetString_2__MethodInfo); DO_APP_FUNC(0x019C9170, String *, Encoding_GetString_3, (Encoding * __this, Byte__Array * bytes, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x019C91A0, Encoding *, Encoding_get_Unicode, (MethodInfo * method)); DO_APP_FUNC(0x019C92D0, Encoding *, Encoding_get_BigEndianUnicode, (MethodInfo * method)); DO_APP_FUNC(0x019C9400, Encoding *, Encoding_get_UTF7, (MethodInfo * method)); DO_APP_FUNC(0x019C9540, Encoding *, Encoding_get_UTF8, (MethodInfo * method)); DO_APP_FUNC(0x019C9670, Encoding *, Encoding_get_UTF32, (MethodInfo * method)); DO_APP_FUNC(0x019C97A0, bool, Encoding_Equals, (Encoding * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x019C9870, int32_t, Encoding_GetHashCode, (Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019C98E0, Char__Array *, Encoding_GetBestFitUnicodeToBytesData, (Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019C9940, Char__Array *, Encoding_GetBestFitBytesToUnicodeData, (Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x019C99A0, void, Encoding_ThrowBytesOverflow, (Encoding * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62DF8, Encoding_ThrowBytesOverflow__MethodInfo); DO_APP_FUNC(0x019C9AC0, void, Encoding_ThrowBytesOverflow_1, (Encoding * __this, EncoderNLS * encoder, bool nothingEncoded, MethodInfo * method)); DO_APP_FUNC(0x019C9B50, void, Encoding_ThrowCharsOverflow, (Encoding * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62E08, Encoding_ThrowCharsOverflow__MethodInfo); DO_APP_FUNC(0x019C9C70, void, Encoding_ThrowCharsOverflow_1, (Encoding * __this, DecoderNLS * decoder, bool nothingDecoded, MethodInfo * method)); DO_APP_FUNC(0x019C9D00, void, Encoding_DefaultEncoder__ctor, (Encoding_DefaultEncoder * __this, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x019C9D60, void, Encoding_DefaultEncoder__ctor_1, (Encoding_DefaultEncoder * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62DD0, Encoding_DefaultEncoder__ctor_1__MethodInfo); DO_APP_FUNC(0x019CA130, Object *, Encoding_DefaultEncoder_GetRealObject, (Encoding_DefaultEncoder * __this, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x019CA240, void, Encoding_DefaultEncoder_System_Runtime_Serialization_ISerializable_GetObjectData, (Encoding_DefaultEncoder * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62DD8, Encoding_DefaultEncoder_System_Runtime_Serialization_ISerializable_GetObjectData__MethodInfo); DO_APP_FUNC(0x019CA2F0, int32_t, Encoding_DefaultEncoder_GetByteCount, (Encoding_DefaultEncoder * __this, Char__Array * chars, int32_t index, int32_t count, bool flush, MethodInfo * method)); DO_APP_FUNC(0x019CA320, int32_t, Encoding_DefaultEncoder_GetByteCount_1, (Encoding_DefaultEncoder * __this, uint16_t * chars, int32_t count, bool flush, MethodInfo * method)); DO_APP_FUNC(0x019CA350, int32_t, Encoding_DefaultEncoder_GetBytes, (Encoding_DefaultEncoder * __this, Char__Array * chars, int32_t charIndex, int32_t charCount, Byte__Array * bytes, int32_t byteIndex, bool flush, MethodInfo * method)); DO_APP_FUNC(0x019CA390, int32_t, Encoding_DefaultEncoder_GetBytes_1, (Encoding_DefaultEncoder * __this, uint16_t * chars, int32_t charCount, uint8_t * bytes, int32_t byteCount, bool flush, MethodInfo * method)); DO_APP_FUNC(0x019C9D00, void, Encoding_DefaultDecoder__ctor, (Encoding_DefaultDecoder * __this, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x019CA3C0, void, Encoding_DefaultDecoder__ctor_1, (Encoding_DefaultDecoder * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62DE0, Encoding_DefaultDecoder__ctor_1__MethodInfo); DO_APP_FUNC(0x019CA720, Object *, Encoding_DefaultDecoder_GetRealObject, (Encoding_DefaultDecoder * __this, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x019CA7D0, void, Encoding_DefaultDecoder_System_Runtime_Serialization_ISerializable_GetObjectData, (Encoding_DefaultDecoder * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62DA0, Encoding_DefaultDecoder_System_Runtime_Serialization_ISerializable_GetObjectData__MethodInfo); DO_APP_FUNC(0x019CA880, int32_t, Encoding_DefaultDecoder_GetCharCount, (Encoding_DefaultDecoder * __this, Byte__Array * bytes, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x019CA8B0, int32_t, Encoding_DefaultDecoder_GetCharCount_1, (Encoding_DefaultDecoder * __this, Byte__Array * bytes, int32_t index, int32_t count, bool flush, MethodInfo * method)); DO_APP_FUNC(0x019CA8E0, int32_t, Encoding_DefaultDecoder_GetCharCount_2, (Encoding_DefaultDecoder * __this, uint8_t * bytes, int32_t count, bool flush, MethodInfo * method)); DO_APP_FUNC(0x019CA910, int32_t, Encoding_DefaultDecoder_GetChars, (Encoding_DefaultDecoder * __this, Byte__Array * bytes, int32_t byteIndex, int32_t byteCount, Char__Array * chars, int32_t charIndex, MethodInfo * method)); DO_APP_FUNC(0x019CA950, int32_t, Encoding_DefaultDecoder_GetChars_1, (Encoding_DefaultDecoder * __this, Byte__Array * bytes, int32_t byteIndex, int32_t byteCount, Char__Array * chars, int32_t charIndex, bool flush, MethodInfo * method)); DO_APP_FUNC(0x019CA990, int32_t, Encoding_DefaultDecoder_GetChars_2, (Encoding_DefaultDecoder * __this, uint8_t * bytes, int32_t byteCount, uint16_t * chars, int32_t charCount, bool flush, MethodInfo * method)); DO_APP_FUNC(0x019CA9C0, void, Encoding_EncodingCharBuffer__ctor, (Encoding_EncodingCharBuffer * __this, Encoding * enc, DecoderNLS * decoder, uint16_t * charStart, int32_t charCount, uint8_t * byteStart, int32_t byteCount, MethodInfo * method)); DO_APP_FUNC(0x019CABC0, bool, Encoding_EncodingCharBuffer_AddChar, (Encoding_EncodingCharBuffer * __this, uint16_t ch, int32_t numBytes, MethodInfo * method)); DO_APP_FUNC(0x019CACA0, bool, Encoding_EncodingCharBuffer_AddChar_1, (Encoding_EncodingCharBuffer * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x019CAD80, void, Encoding_EncodingCharBuffer_AdjustBytes, (Encoding_EncodingCharBuffer * __this, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x019CAD90, bool, Encoding_EncodingCharBuffer_get_MoreData, (Encoding_EncodingCharBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x019CADA0, uint8_t, Encoding_EncodingCharBuffer_GetNextByte, (Encoding_EncodingCharBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x019CADC0, int32_t, Encoding_EncodingCharBuffer_get_BytesUsed, (Encoding_EncodingCharBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x019CADD0, bool, Encoding_EncodingCharBuffer_Fallback, (Encoding_EncodingCharBuffer * __this, uint8_t fallbackByte, MethodInfo * method)); DO_APP_FUNC(0x019CAE50, bool, Encoding_EncodingCharBuffer_Fallback_1, (Encoding_EncodingCharBuffer * __this, Byte__Array * byteBuffer, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, Encoding_EncodingCharBuffer_get_Count, (Encoding_EncodingCharBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x019CAFB0, void, Encoding_EncodingByteBuffer__ctor, (Encoding_EncodingByteBuffer * __this, Encoding * inEncoding, EncoderNLS * inEncoder, uint8_t * inByteStart, int32_t inByteCount, uint16_t * inCharStart, int32_t inCharCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62DA8, Encoding_EncodingByteBuffer__ctor__MethodInfo); DO_APP_FUNC(0x019CB390, bool, Encoding_EncodingByteBuffer_AddByte, (Encoding_EncodingByteBuffer * __this, uint8_t b, int32_t moreBytesExpected, MethodInfo * method)); DO_APP_FUNC(0x019CB4B0, bool, Encoding_EncodingByteBuffer_AddByte_1, (Encoding_EncodingByteBuffer * __this, uint8_t b1, MethodInfo * method)); DO_APP_FUNC(0x019CB4C0, bool, Encoding_EncodingByteBuffer_AddByte_2, (Encoding_EncodingByteBuffer * __this, uint8_t b1, uint8_t b2, MethodInfo * method)); DO_APP_FUNC(0x019CB510, bool, Encoding_EncodingByteBuffer_AddByte_3, (Encoding_EncodingByteBuffer * __this, uint8_t b1, uint8_t b2, int32_t moreBytesExpected, MethodInfo * method)); DO_APP_FUNC(0x019CB570, void, Encoding_EncodingByteBuffer_MovePrevious, (Encoding_EncodingByteBuffer * __this, bool bThrow, MethodInfo * method)); DO_APP_FUNC(0x019CB660, bool, Encoding_EncodingByteBuffer_get_MoreData, (Encoding_EncodingByteBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x019CB6B0, uint16_t, Encoding_EncodingByteBuffer_GetNextChar, (Encoding_EncodingByteBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x019CB730, int32_t, Encoding_EncodingByteBuffer_get_CharsUsed, (Encoding_EncodingByteBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int32_t, Encoding_EncodingByteBuffer_get_Count, (Encoding_EncodingByteBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x019CB750, uint32_t, Normalization_PropValue, (int32_t cp, MethodInfo * method)); DO_APP_FUNC(0x019CB840, int32_t, Normalization_CharMapIdx, (int32_t cp, MethodInfo * method)); DO_APP_FUNC(0x019CB930, uint8_t, Normalization_GetCombiningClass, (int32_t c, MethodInfo * method)); DO_APP_FUNC(0x019CB9F0, int32_t, Normalization_GetPrimaryCompositeFromMapIndex, (int32_t src, MethodInfo * method)); DO_APP_FUNC(0x019CBAB0, int32_t, Normalization_GetPrimaryCompositeHelperIndex, (int32_t cp, MethodInfo * method)); DO_APP_FUNC(0x019CBB70, String *, Normalization_Compose, (String * source, int32_t checkType, MethodInfo * method)); DO_APP_FUNC(0x019CBD90, StringBuilder *, Normalization_Combine, (String * source, int32_t start, int32_t checkType, MethodInfo * method)); DO_APP_FUNC(0x019CBEE0, void, Normalization_Combine_1, (StringBuilder * sb, int32_t i, int32_t checkType, MethodInfo * method)); DO_APP_FUNC(0x019CC110, int32_t, Normalization_CombineHangul, (StringBuilder * sb, String * s, int32_t current, MethodInfo * method)); DO_APP_FUNC(0x019CC340, int32_t, Normalization_Fetch, (StringBuilder * sb, String * s, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x019CC390, int32_t, Normalization_TryComposeWithPreviousStarter, (StringBuilder * sb, String * s, int32_t current, MethodInfo * method)); DO_APP_FUNC(0x019CC790, int32_t, Normalization_TryCompose, (int32_t i, int32_t starter, int32_t candidate, MethodInfo * method)); DO_APP_FUNC(0x019CC8F0, String *, Normalization_Decompose, (String * source, int32_t checkType, MethodInfo * method)); DO_APP_FUNC(0x019CC990, void, Normalization_Decompose_1, (String * source, StringBuilder * * sb, int32_t checkType, MethodInfo * method)); DO_APP_FUNC(0x019CCB10, void, Normalization_ReorderCanonical, (String * src, StringBuilder * * sb, int32_t start, MethodInfo * method)); DO_APP_FUNC(0x019CCDD0, void, Normalization_DecomposeChar, (StringBuilder * * sb, Int32__Array * * buf, String * s, int32_t i, int32_t checkType, int32_t * start, MethodInfo * method)); DO_APP_FUNC(0x019CD0F0, NormalizationCheck__Enum, Normalization_QuickCheck, (uint16_t c, int32_t type, MethodInfo * method)); DO_APP_FUNC(0x019CD230, int32_t, Normalization_GetCanonicalHangul, (int32_t s, Int32__Array * buf, int32_t bufIdx, MethodInfo * method)); DO_APP_FUNC(0x019CD360, int32_t, Normalization_GetCanonical, (int32_t c, Int32__Array * buf, int32_t bufIdx, int32_t checkType, MethodInfo * method)); DO_APP_FUNC(0x019CD700, bool, Normalization_IsNormalized, (String * source, NormalizationForm__Enum normalizationForm, MethodInfo * method)); DO_APP_FUNC(0x019CD7D0, bool, Normalization_IsNormalized_1, (String * source, int32_t type, MethodInfo * method)); DO_APP_FUNC(0x019CDCC0, String *, Normalization_Normalize, (String * source, NormalizationForm__Enum normalizationForm, MethodInfo * method)); DO_APP_FUNC(0x019CDD90, String *, Normalization_Normalize_1, (String * source, int32_t type, MethodInfo * method)); DO_APP_FUNC(0x019CDEA0, void, Normalization_load_normalization_resource, (void * * props, void * * mappedChars, void * * charMapIndex, void * * helperIndex, void * * mapIdxToComposite, void * * combiningClass, MethodInfo * method)); DO_APP_FUNC(0x019CDEF0, void, Normalization__cctor, (MethodInfo * method)); DO_APP_FUNC(0x019CE190, Encoding *, EncodingHelper_get_UTF8Unmarked, (MethodInfo * method)); DO_APP_FUNC(0x019CE4B0, String *, EncodingHelper_InternalCodePage, (int32_t * code_page, MethodInfo * method)); DO_APP_FUNC(0x019CE4C0, Encoding *, EncodingHelper_GetDefaultEncoding, (MethodInfo * method)); DO_APP_FUNC(0x019CE5D0, Object *, EncodingHelper_InvokeI18N, (String * name, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x019CED10, void, EncodingHelper__cctor, (MethodInfo * method)); DO_APP_FUNC(0x019CEDD0, void, XmlSyntaxException__ctor, (XmlSyntaxException * __this, MethodInfo * method)); DO_APP_FUNC(0x019CEDD0, void, XmlSyntaxException__ctor_1, (XmlSyntaxException * __this, int32_t lineNumber, MethodInfo * method)); DO_APP_FUNC(0x019CEDD0, void, XmlSyntaxException__ctor_2, (XmlSyntaxException * __this, int32_t lineNumber, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, XmlSyntaxException__ctor_3, (XmlSyntaxException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x019CEE60, void, SecurityDocument__ctor, (SecurityDocument * __this, int32_t numData, MethodInfo * method)); DO_APP_FUNC(0x019CEF00, void, SecurityDocument_GuaranteeSize, (SecurityDocument * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x019CF000, void, SecurityDocument_AddString, (SecurityDocument * __this, String * str, int32_t * position, MethodInfo * method)); DO_APP_FUNC(0x019CF140, void, SecurityDocument_AppendString, (SecurityDocument * __this, String * str, int32_t * position, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62D78, SecurityDocument_AppendString__MethodInfo); DO_APP_FUNC(0x019CF1F0, int32_t, SecurityDocument_EncodedStringSize, (String * str, MethodInfo * method)); DO_APP_FUNC(0x019CF210, String *, SecurityDocument_GetString, (SecurityDocument * __this, int32_t * position, bool bCreate, MethodInfo * method)); DO_APP_FUNC(0x019CF6F0, void, SecurityDocument_AddToken, (SecurityDocument * __this, uint8_t b, int32_t * position, MethodInfo * method)); DO_APP_FUNC(0x019CF750, SecurityElement *, SecurityDocument_GetRootElement, (SecurityDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x019CF780, SecurityElement *, SecurityDocument_GetElement, (SecurityDocument * __this, int32_t position, bool bCreate, MethodInfo * method)); DO_APP_FUNC(0x019CF7A0, SecurityElement *, SecurityDocument_InternalGetElement, (SecurityDocument * __this, int32_t * position, bool bCreate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62D28, SecurityDocument_InternalGetElement__MethodInfo); DO_APP_FUNC(0x003AC050, void, CodeAccessPermission__ctor, (CodeAccessPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x019CFA80, bool, CodeAccessPermission_Equals, (CodeAccessPermission * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x019CFBC0, int32_t, CodeAccessPermission_GetHashCode, (CodeAccessPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x019CFBD0, String *, CodeAccessPermission_ToString, (CodeAccessPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x019CFC10, IPermission *, CodeAccessPermission_Union, (CodeAccessPermission * __this, IPermission * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62D38, CodeAccessPermission_Union__MethodInfo); DO_APP_FUNC(0x019CFC70, SecurityElement *, CodeAccessPermission_Element, (CodeAccessPermission * __this, int32_t version, MethodInfo * method)); DO_APP_FUNC(0x019CFE00, PermissionState__Enum, CodeAccessPermission_CheckPermissionState, (PermissionState__Enum state, bool allowUnrestricted, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62D68, CodeAccessPermission_CheckPermissionState__MethodInfo); DO_APP_FUNC(0x019CFEC0, int32_t, CodeAccessPermission_CheckSecurityElement, (SecurityElement * se, String * parameterName, int32_t minimumVersion, int32_t maximumVersion, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62CC8, CodeAccessPermission_CheckSecurityElement__MethodInfo); DO_APP_FUNC(0x019D0270, bool, CodeAccessPermission_IsUnrestricted, (SecurityElement * se, MethodInfo * method)); DO_APP_FUNC(0x019D0450, void, CodeAccessPermission_ThrowInvalidPermission, (IPermission * target, Type * expected, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62D00, CodeAccessPermission_ThrowInvalidPermission__MethodInfo); DO_APP_FUNC(0x019D0500, void, SecureString__ctor, (SecureString * __this, MethodInfo * method)); DO_APP_FUNC(0x019D0560, void, SecureString__ctor_1, (SecureString * __this, uint16_t * value, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62D08, SecureString__ctor_1__MethodInfo); DO_APP_FUNC(0x019D06E0, int32_t, SecureString_get_Length, (SecureString * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62D20, SecureString_get_Length__MethodInfo); DO_APP_FUNC(0x019D0750, SecureString *, SecureString_Copy, (SecureString * __this, MethodInfo * method)); DO_APP_FUNC(0x019D08E0, void, SecureString_Dispose, (SecureString * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACD900, void, SecureString_Encrypt, (SecureString * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACD900, void, SecureString_Decrypt, (SecureString * __this, MethodInfo * method)); DO_APP_FUNC(0x019D0980, void, SecureString_Alloc, (SecureString * __this, int32_t length, bool realloc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62C98, SecureString_Alloc__MethodInfo); DO_APP_FUNC(0x019D0B40, Byte__Array *, SecureString_GetBuffer, (SecureString * __this, MethodInfo * method)); DO_APP_FUNC(0x019D0BF0, void, SecurityElement__ctor, (SecurityElement * __this, String * tag, MethodInfo * method)); DO_APP_FUNC(0x019D0C00, void, SecurityElement__ctor_1, (SecurityElement * __this, String * tag, String * text, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62CA8, SecurityElement__ctor_1__MethodInfo); DO_APP_FUNC(0x019D0E00, Hashtable *, SecurityElement_get_Attributes, (SecurityElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, ArrayList *, SecurityElement_get_Children, (SecurityElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, SecurityElement_get_Tag, (SecurityElement * __this, MethodInfo * method)); DO_APP_FUNC(0x019D10D0, void, SecurityElement_set_Text, (SecurityElement * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62C58, SecurityElement_set_Text__MethodInfo); DO_APP_FUNC(0x019D1270, void, SecurityElement_AddAttribute, (SecurityElement * __this, String * name, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62C60, SecurityElement_AddAttribute__MethodInfo); DO_APP_FUNC(0x019D1490, void, SecurityElement_AddChild, (SecurityElement * __this, SecurityElement * child, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62C78, SecurityElement_AddChild__MethodInfo); DO_APP_FUNC(0x019D15D0, String *, SecurityElement_Attribute, (SecurityElement * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62C80, SecurityElement_Attribute__MethodInfo); DO_APP_FUNC(0x019D1650, String *, SecurityElement_Escape, (String * str, MethodInfo * method)); DO_APP_FUNC(0x019D18B0, String *, SecurityElement_Unescape, (String * str, MethodInfo * method)); DO_APP_FUNC(0x019D1AD0, bool, SecurityElement_IsValidAttributeName, (String * name, MethodInfo * method)); DO_APP_FUNC(0x019D1B60, bool, SecurityElement_IsValidAttributeValue, (String * value, MethodInfo * method)); DO_APP_FUNC(0x019D1BF0, bool, SecurityElement_IsValidTag, (String * tag, MethodInfo * method)); DO_APP_FUNC(0x019D1C80, bool, SecurityElement_IsValidText, (String * text, MethodInfo * method)); DO_APP_FUNC(0x019D1D10, SecurityElement *, SecurityElement_SearchForChildByTag, (SecurityElement * __this, String * tag, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62BA8, SecurityElement_SearchForChildByTag__MethodInfo); DO_APP_FUNC(0x019D1EB0, String *, SecurityElement_ToString, (SecurityElement * __this, MethodInfo * method)); DO_APP_FUNC(0x019D1F50, void, SecurityElement_ToXml, (SecurityElement * __this, StringBuilder * * s, int32_t level, MethodInfo * method)); DO_APP_FUNC(0x019D2590, SecurityElement_SecurityAttribute *, SecurityElement_GetAttribute, (SecurityElement * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, SecurityElement_set_m_strText, (SecurityElement * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x019D27B0, String *, SecurityElement_SearchForTextOfLocalName, (SecurityElement * __this, String * strLocalName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62BE8, SecurityElement_SearchForTextOfLocalName__MethodInfo); DO_APP_FUNC(0x019D2A90, void, SecurityElement__cctor, (MethodInfo * method)); DO_APP_FUNC(0x019D2E10, void, SecurityElement_SecurityAttribute__ctor, (SecurityElement_SecurityAttribute * __this, String * name, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62B78, SecurityElement_SecurityAttribute__ctor__MethodInfo); DO_APP_FUNC(0x003B93C0, String *, SecurityElement_SecurityAttribute_get_Name, (SecurityElement_SecurityAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, SecurityElement_SecurityAttribute_get_Value, (SecurityElement_SecurityAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x019D3130, void, SecurityException__ctor, (SecurityException * __this, MethodInfo * method)); DO_APP_FUNC(0x019D3180, void, SecurityException__ctor_1, (SecurityException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019D31A0, void, SecurityException__ctor_2, (SecurityException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x019D33E0, void, SecurityException_GetObjectData, (SecurityException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x019D3470, String *, SecurityException_ToString, (SecurityException * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SecurityManager_EnsureElevatedPermissions, (MethodInfo * method)); DO_APP_FUNC(0x019D3480, SecurityElement *, Parser_GetTopElement, (Parser * __this, MethodInfo * method)); DO_APP_FUNC(0x019D34B0, void, Parser_GetRequiredSizes, (Parser * __this, TokenizerStream * stream, int32_t * index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62B20, Parser_GetRequiredSizes__MethodInfo); DO_APP_FUNC(0x019D3CD0, int32_t, Parser_DetermineFormat, (Parser * __this, TokenizerStream * stream, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62B50, Parser_DetermineFormat__MethodInfo); DO_APP_FUNC(0x019D3F70, void, Parser_ParseContents, (Parser * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62AE8, Parser_ParseContents__MethodInfo); DO_APP_FUNC(0x019D45C0, void, Parser__ctor, (Parser * __this, Tokenizer * t, MethodInfo * method)); DO_APP_FUNC(0x019D4750, void, Parser__ctor_1, (Parser * __this, String * input, MethodInfo * method)); DO_APP_FUNC(0x019D48E0, void, Tokenizer_BasicInitialization, (Tokenizer * __this, MethodInfo * method)); DO_APP_FUNC(0x019D49A0, void, Tokenizer_Recycle, (Tokenizer * __this, MethodInfo * method)); DO_APP_FUNC(0x019D49F0, void, Tokenizer__ctor, (Tokenizer * __this, String * input, MethodInfo * method)); DO_APP_FUNC(0x019D4B30, void, Tokenizer_ChangeFormat, (Tokenizer * __this, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x019D4E30, void, Tokenizer_GetTokens, (Tokenizer * __this, TokenizerStream * stream, int32_t maxNum, bool endAfterKet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62A78, Tokenizer_GetTokens__MethodInfo); DO_APP_FUNC(0x019D59A0, String *, Tokenizer_GetStringToken, (Tokenizer * __this, MethodInfo * method)); DO_APP_FUNC(0x019D59C0, uint32_t, Tokenizer_StringMaker_HashString, (String * str, MethodInfo * method)); DO_APP_FUNC(0x019D5A20, uint32_t, Tokenizer_StringMaker_HashCharArray, (Char__Array * a, int32_t l, MethodInfo * method)); DO_APP_FUNC(0x019D5A80, void, Tokenizer_StringMaker__ctor, (Tokenizer_StringMaker * __this, MethodInfo * method)); DO_APP_FUNC(0x019D5BA0, bool, Tokenizer_StringMaker_CompareStringAndChars, (Tokenizer_StringMaker * __this, String * str, Char__Array * a, int32_t l, MethodInfo * method)); DO_APP_FUNC(0x019D5C10, String *, Tokenizer_StringMaker_MakeString, (Tokenizer_StringMaker * __this, MethodInfo * method)); DO_APP_FUNC(0x019D5F90, void, Tokenizer_StreamTokenReader__ctor, (Tokenizer_StreamTokenReader * __this, StreamReader * input, MethodInfo * method)); DO_APP_FUNC(0x019D6000, int32_t, Tokenizer_StreamTokenReader_Read, (Tokenizer_StreamTokenReader * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, Tokenizer_StreamTokenReader_get_NumCharEncountered, (Tokenizer_StreamTokenReader * __this, MethodInfo * method)); DO_APP_FUNC(0x019D6040, void, TokenizerShortBlock__ctor, (TokenizerShortBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x019D60D0, void, TokenizerStringBlock__ctor, (TokenizerStringBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x019D6160, void, TokenizerStream__ctor, (TokenizerStream * __this, MethodInfo * method)); DO_APP_FUNC(0x019D62C0, void, TokenizerStream_AddToken, (TokenizerStream * __this, int16_t token, MethodInfo * method)); DO_APP_FUNC(0x019D6450, void, TokenizerStream_AddString, (TokenizerStream * __this, String * str, MethodInfo * method)); DO_APP_FUNC(0x019D6600, void, TokenizerStream_Reset, (TokenizerStream * __this, MethodInfo * method)); DO_APP_FUNC(0x019D6720, int16_t, TokenizerStream_GetNextFullToken, (TokenizerStream * __this, MethodInfo * method)); DO_APP_FUNC(0x019D6850, int16_t, TokenizerStream_GetNextToken, (TokenizerStream * __this, MethodInfo * method)); DO_APP_FUNC(0x019D6870, String *, TokenizerStream_GetNextString, (TokenizerStream * __this, MethodInfo * method)); DO_APP_FUNC(0x019D6940, void, TokenizerStream_ThrowAwayNextString, (TokenizerStream * __this, MethodInfo * method)); DO_APP_FUNC(0x019D6950, void, TokenizerStream_TagLastToken, (TokenizerStream * __this, int16_t tag, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, TokenizerStream_GetTokenCount, (TokenizerStream * __this, MethodInfo * method)); DO_APP_FUNC(0x019D69E0, void, TokenizerStream_GoToPosition, (TokenizerStream * __this, int32_t position, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Evidence__ctor, (Evidence * __this, MethodInfo * method)); DO_APP_FUNC(0x019D6A30, int32_t, Evidence_get_Count, (Evidence * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Evidence_get_IsSynchronized, (Evidence * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Object *, Evidence_get_SyncRoot, (Evidence * __this, MethodInfo * method)); DO_APP_FUNC(0x019D6AA0, void, Evidence_CopyTo, (Evidence * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x019D6B60, IEnumerator *, Evidence_GetEnumerator, (Evidence * __this, MethodInfo * method)); DO_APP_FUNC(0x019D6D10, void, Evidence_EvidenceEnumerator__ctor, (Evidence_EvidenceEnumerator * __this, IEnumerator * hostenum, IEnumerator * assemblyenum, MethodInfo * method)); DO_APP_FUNC(0x019D6E10, bool, Evidence_EvidenceEnumerator_MoveNext, (Evidence_EvidenceEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x019D6EB0, void, Evidence_EvidenceEnumerator_Reset, (Evidence_EvidenceEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x019D6FF0, Object *, Evidence_EvidenceEnumerator_get_Current, (Evidence_EvidenceEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CodeAccessSecurityAttribute__ctor, (CodeAccessSecurityAttribute * __this, SecurityAction__Enum action, MethodInfo * method)); DO_APP_FUNC(0x019D7040, void, ReflectionPermission__ctor, (ReflectionPermission * __this, PermissionState__Enum state, MethodInfo * method)); DO_APP_FUNC(0x019D7110, void, ReflectionPermission__ctor_1, (ReflectionPermission * __this, ReflectionPermissionFlag__Enum flag, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, ReflectionPermissionFlag__Enum, ReflectionPermission_get_Flags, (ReflectionPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x019D7120, void, ReflectionPermission_set_Flags, (ReflectionPermission * __this, ReflectionPermissionFlag__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62A50, ReflectionPermission_set_Flags__MethodInfo); DO_APP_FUNC(0x019D71E0, IPermission *, ReflectionPermission_Copy, (ReflectionPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x019D7250, void, ReflectionPermission_FromXml, (ReflectionPermission * __this, SecurityElement * esd, MethodInfo * method)); DO_APP_FUNC(0x019D7410, IPermission *, ReflectionPermission_Intersect, (ReflectionPermission * __this, IPermission * target, MethodInfo * method)); DO_APP_FUNC(0x019D7540, bool, ReflectionPermission_IsSubsetOf, (ReflectionPermission * __this, IPermission * target, MethodInfo * method)); DO_APP_FUNC(0x019D75A0, bool, ReflectionPermission_IsUnrestricted, (ReflectionPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x019D75B0, SecurityElement *, ReflectionPermission_ToXml, (ReflectionPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x019D7900, IPermission *, ReflectionPermission_Union, (ReflectionPermission * __this, IPermission * other, MethodInfo * method)); DO_APP_FUNC(0x019D7A00, ReflectionPermission *, ReflectionPermission_Cast, (ReflectionPermission * __this, IPermission * target, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SecurityAttribute__ctor, (SecurityAttribute * __this, SecurityAction__Enum action, MethodInfo * method)); DO_APP_FUNC(0x003CB250, bool, SecurityAttribute_get_Unrestricted, (SecurityAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SecurityAttribute_set_Action, (SecurityAttribute * __this, SecurityAction__Enum value, MethodInfo * method)); DO_APP_FUNC(0x019D7AB0, void, CryptoStream__ctor, (CryptoStream * __this, Stream * stream, ICryptoTransform * transform, CryptoStreamMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x019D7AD0, void, CryptoStream__ctor_1, (CryptoStream * __this, Stream * stream, ICryptoTransform * transform, CryptoStreamMode__Enum mode, bool leaveOpen, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62968, CryptoStream__ctor_1__MethodInfo); DO_APP_FUNC(0x0068A9A0, bool, CryptoStream_get_CanRead, (CryptoStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, CryptoStream_get_CanSeek, (CryptoStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00610E90, bool, CryptoStream_get_CanWrite, (CryptoStream * __this, MethodInfo * method)); DO_APP_FUNC(0x019D7F00, int64_t, CryptoStream_get_Length, (CryptoStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62998, CryptoStream_get_Length__MethodInfo); DO_APP_FUNC(0x019D7F60, int64_t, CryptoStream_get_Position, (CryptoStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C629A0, CryptoStream_get_Position__MethodInfo); DO_APP_FUNC(0x019D7FC0, void, CryptoStream_set_Position, (CryptoStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C629A8, CryptoStream_set_Position__MethodInfo); DO_APP_FUNC(0x006100F0, bool, CryptoStream_get_HasFlushedFinalBlock, (CryptoStream * __this, MethodInfo * method)); DO_APP_FUNC(0x019D8020, void, CryptoStream_FlushFinalBlock, (CryptoStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62878, CryptoStream_FlushFinalBlock__MethodInfo); DO_APP_FUNC(0x003AC050, void, CryptoStream_Flush, (CryptoStream * __this, MethodInfo * method)); DO_APP_FUNC(0x019D8220, Task *, CryptoStream_FlushAsync, (CryptoStream * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x019D8390, int64_t, CryptoStream_Seek, (CryptoStream * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C628B0, CryptoStream_Seek__MethodInfo); DO_APP_FUNC(0x019D83F0, void, CryptoStream_SetLength, (CryptoStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C628C0, CryptoStream_SetLength__MethodInfo); DO_APP_FUNC(0x019D8450, Task_1_System_Int32_ *, CryptoStream_ReadAsync, (CryptoStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x019D84B0, IAsyncResult *, CryptoStream_BeginRead, (CryptoStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x019D8560, int32_t, CryptoStream_EndRead, (CryptoStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x019D85A0, Task_1_System_Int32_ *, CryptoStream_ReadAsyncInternal, (CryptoStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x019D8820, int32_t, CryptoStream_ReadByte, (CryptoStream * __this, MethodInfo * method)); DO_APP_FUNC(0x019D8920, void, CryptoStream_WriteByte, (CryptoStream * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x019D89E0, int32_t, CryptoStream_Read, (CryptoStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x019D8AC0, void, CryptoStream_CheckReadArguments, (CryptoStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62840, CryptoStream_CheckReadArguments__MethodInfo); DO_APP_FUNC(0x019D8C90, Task_1_System_Int32_ *, CryptoStream_ReadAsyncCore, (CryptoStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, bool useAsync, MethodInfo * method)); DO_APP_FUNC(0x019D8F10, Task *, CryptoStream_WriteAsync, (CryptoStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x019D8F70, IAsyncResult *, CryptoStream_BeginWrite, (CryptoStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x019D9020, void, CryptoStream_EndWrite, (CryptoStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x019D9030, Task *, CryptoStream_WriteAsyncInternal, (CryptoStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x019D92D0, void, CryptoStream_Write, (CryptoStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x019D93C0, void, CryptoStream_CheckWriteArguments, (CryptoStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62780, CryptoStream_CheckWriteArguments__MethodInfo); DO_APP_FUNC(0x019D9590, Task *, CryptoStream_WriteAsyncCore, (CryptoStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, bool useAsync, MethodInfo * method)); DO_APP_FUNC(0x019D9830, void, CryptoStream_Clear, (CryptoStream * __this, MethodInfo * method)); DO_APP_FUNC(0x019D9850, void, CryptoStream_Dispose, (CryptoStream * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x019D9A80, void, CryptoStream_InitializeBuffer, (CryptoStream * __this, MethodInfo * method)); DO_APP_FUNC(0x019D9BE0, SemaphoreSlim *, CryptoStream_get_AsyncActiveSemaphore, (CryptoStream * __this, MethodInfo * method)); DO_APP_FUNC(0x019D9D80, void, CryptoStream_ReadAsyncInternal_d_37_MoveNext, (CryptoStream_ReadAsyncInternal_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x019DA470, void, CryptoStream_ReadAsyncInternal_d_37_SetStateMachine, (CryptoStream_ReadAsyncInternal_d_37 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x019DA600, void, CryptoStream_ReadAsyncCore_d_42_MoveNext, (CryptoStream_ReadAsyncCore_d_42 * __this, MethodInfo * method)); DO_APP_FUNC(0x019DBEC0, void, CryptoStream_ReadAsyncCore_d_42_SetStateMachine, (CryptoStream_ReadAsyncCore_d_42 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x019DBF30, void, CryptoStream_WriteAsyncInternal_d_46_MoveNext, (CryptoStream_WriteAsyncInternal_d_46 * __this, MethodInfo * method)); DO_APP_FUNC(0x019DC650, void, CryptoStream_WriteAsyncInternal_d_46_SetStateMachine, (CryptoStream_WriteAsyncInternal_d_46 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x019DC6B0, void, CryptoStream_WriteAsyncCore_d_49_MoveNext, (CryptoStream_WriteAsyncCore_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x019DD9B0, void, CryptoStream_WriteAsyncCore_d_49_SetStateMachine, (CryptoStream_WriteAsyncCore_d_49 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x019DDA10, void, CryptoStream_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CryptoStream_c__ctor, (CryptoStream_c * __this, MethodInfo * method)); DO_APP_FUNC(0x019DDAC0, SemaphoreSlim *, CryptoStream_c__get_AsyncActiveSemaphore_b__54_0, (CryptoStream_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C626C8, CryptoStream_c__get_AsyncActiveSemaphore_b__54_0__MethodInfo); DO_APP_FUNC(0x019DDB20, void, CryptographicOperations_ZeroMemory, (Span_1_Byte_ buffer, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HashAlgorithm__ctor, (HashAlgorithm * __this, MethodInfo * method)); DO_APP_FUNC(0x019DDB70, HashAlgorithm *, HashAlgorithm_Create, (String * hashName, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, HashAlgorithm_get_HashSize, (HashAlgorithm * __this, MethodInfo * method)); DO_APP_FUNC(0x019DDC60, Byte__Array *, HashAlgorithm_get_Hash, (HashAlgorithm * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63398, HashAlgorithm_get_Hash__MethodInfo); DO_APP_FUNC(0x019DDD80, Byte__Array *, HashAlgorithm_ComputeHash, (HashAlgorithm * __this, Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C633B0, HashAlgorithm_ComputeHash__MethodInfo); DO_APP_FUNC(0x019DDE60, Byte__Array *, HashAlgorithm_ComputeHash_1, (HashAlgorithm * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C633B8, HashAlgorithm_ComputeHash_1__MethodInfo); DO_APP_FUNC(0x019DE070, Byte__Array *, HashAlgorithm_CaptureHashCodeAndReinitialize, (HashAlgorithm * __this, MethodInfo * method)); DO_APP_FUNC(0x019DE170, void, HashAlgorithm_Dispose, (HashAlgorithm * __this, MethodInfo * method)); DO_APP_FUNC(0x019DE1E0, void, HashAlgorithm_Clear, (HashAlgorithm * __this, MethodInfo * method)); DO_APP_FUNC(0x019DE220, void, HashAlgorithm_Dispose_1, (HashAlgorithm * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, HashAlgorithm_get_InputBlockSize, (HashAlgorithm * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, HashAlgorithm_get_OutputBlockSize, (HashAlgorithm * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, HashAlgorithm_get_CanTransformMultipleBlocks, (HashAlgorithm * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, HashAlgorithm_get_CanReuseTransform, (HashAlgorithm * __this, MethodInfo * method)); DO_APP_FUNC(0x019DE230, int32_t, HashAlgorithm_TransformBlock, (HashAlgorithm * __this, Byte__Array * inputBuffer, int32_t inputOffset, int32_t inputCount, Byte__Array * outputBuffer, int32_t outputOffset, MethodInfo * method)); DO_APP_FUNC(0x019DE2D0, Byte__Array *, HashAlgorithm_TransformFinalBlock, (HashAlgorithm * __this, Byte__Array * inputBuffer, int32_t inputOffset, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC(0x019DE410, void, HashAlgorithm_ValidateTransformBlock, (HashAlgorithm * __this, Byte__Array * inputBuffer, int32_t inputOffset, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63378, HashAlgorithm_ValidateTransformBlock__MethodInfo); DO_APP_FUNC(0x019DE600, String *, HashAlgorithmName_ToString, (HashAlgorithmName * __this, MethodInfo * method)); DO_APP_FUNC(0x019DE650, bool, HashAlgorithmName_Equals, (HashAlgorithmName * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x019DE710, bool, HashAlgorithmName_Equals_1, (HashAlgorithmName * __this, HashAlgorithmName other, MethodInfo * method)); DO_APP_FUNC(0x0114E450, int32_t, HashAlgorithmName_GetHashCode, (HashAlgorithmName * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, RSASignaturePadding__ctor, (RSASignaturePadding * __this, RSASignaturePaddingMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, RSASignaturePadding_GetHashCode, (RSASignaturePadding * __this, MethodInfo * method)); DO_APP_FUNC(0x019DE750, bool, RSASignaturePadding_Equals, (RSASignaturePadding * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x019DE7B0, bool, RSASignaturePadding_Equals_1, (RSASignaturePadding * __this, RSASignaturePadding * other, MethodInfo * method)); DO_APP_FUNC(0x019DE870, bool, RSASignaturePadding_op_Equality, (RSASignaturePadding * left, RSASignaturePadding * right, MethodInfo * method)); DO_APP_FUNC(0x019DE890, bool, RSASignaturePadding_op_Inequality, (RSASignaturePadding * left, RSASignaturePadding * right, MethodInfo * method)); DO_APP_FUNC(0x019DE910, String *, RSASignaturePadding_ToString, (RSASignaturePadding * __this, MethodInfo * method)); DO_APP_FUNC(0x019DE970, void, RSASignaturePadding__cctor, (MethodInfo * method)); DO_APP_FUNC(0x019DEAC0, void, Aes__ctor, (Aes * __this, MethodInfo * method)); DO_APP_FUNC(0x019DEC00, Aes *, Aes_Create, (MethodInfo * method)); DO_APP_FUNC(0x019DEDA0, Aes *, Aes_Create_1, (String * algorithmName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63330, Aes_Create_1__MethodInfo); DO_APP_FUNC(0x019DEEF0, void, Aes__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsymmetricAlgorithm__ctor, (AsymmetricAlgorithm * __this, MethodInfo * method)); DO_APP_FUNC(0x019DF1E0, void, AsymmetricAlgorithm_Dispose, (AsymmetricAlgorithm * __this, MethodInfo * method)); DO_APP_FUNC(0x019DF1E0, void, AsymmetricAlgorithm_Clear, (AsymmetricAlgorithm * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsymmetricAlgorithm_Dispose_1, (AsymmetricAlgorithm * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, AsymmetricAlgorithm_get_KeySize, (AsymmetricAlgorithm * __this, MethodInfo * method)); DO_APP_FUNC(0x019DF250, void, AsymmetricAlgorithm_set_KeySize, (AsymmetricAlgorithm * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63340, AsymmetricAlgorithm_set_KeySize__MethodInfo); DO_APP_FUNC(0x019DF3A0, void, AsymmetricAlgorithm_FromXmlString, (AsymmetricAlgorithm * __this, String * xmlString, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63348, AsymmetricAlgorithm_FromXmlString__MethodInfo); DO_APP_FUNC(0x019DF3F0, String *, AsymmetricAlgorithm_ToXmlString, (AsymmetricAlgorithm * __this, bool includePrivateParameters, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63350, AsymmetricAlgorithm_ToXmlString__MethodInfo); DO_APP_FUNC(0x003AC050, void, AsymmetricSignatureDeformatter__ctor, (AsymmetricSignatureDeformatter * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsymmetricSignatureFormatter__ctor, (AsymmetricSignatureFormatter * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, KeySizes_get_MinSize, (KeySizes * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, KeySizes_get_MaxSize, (KeySizes * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, KeySizes_get_SkipSize, (KeySizes * __this, MethodInfo * method)); DO_APP_FUNC(0x019DF440, void, KeySizes__ctor, (KeySizes * __this, int32_t minSize, int32_t maxSize, int32_t skipSize, MethodInfo * method)); DO_APP_FUNC(0x019DF450, bool, KeySizes_IsLegal, (KeySizes * __this, int32_t keySize, MethodInfo * method)); DO_APP_FUNC(0x019DF480, bool, KeySizes_IsLegalKeySize, (KeySizes__Array * legalKeys, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x019DF500, void, CryptographicException__ctor, (CryptographicException * __this, MethodInfo * method)); DO_APP_FUNC(0x019DF550, void, CryptographicException__ctor_1, (CryptographicException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019DF570, void, CryptographicException__ctor_2, (CryptographicException * __this, String * format, String * insert, MethodInfo * method)); DO_APP_FUNC(0x019DF680, void, CryptographicException__ctor_3, (CryptographicException * __this, String * message, Exception * inner, MethodInfo * method)); DO_APP_FUNC(0x019DF6A0, void, CryptographicException__ctor_4, (CryptographicException * __this, int32_t hr, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, CryptographicException__ctor_5, (CryptographicException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x019DF730, void, CryptographicUnexpectedOperationException__ctor, (CryptographicUnexpectedOperationException * __this, MethodInfo * method)); DO_APP_FUNC(0x019DF780, void, CryptographicUnexpectedOperationException__ctor_1, (CryptographicUnexpectedOperationException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, CryptographicUnexpectedOperationException__ctor_2, (CryptographicUnexpectedOperationException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, CspProviderFlags__Enum, CspParameters_get_Flags, (CspParameters * __this, MethodInfo * method)); DO_APP_FUNC(0x019DF7A0, void, CspParameters_set_Flags, (CspParameters * __this, CspProviderFlags__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63308, CspParameters_set_Flags__MethodInfo); DO_APP_FUNC(0x019DF890, void, CspParameters__ctor, (CspParameters * __this, MethodInfo * method)); DO_APP_FUNC(0x019DF8C0, void, CspParameters__ctor_1, (CspParameters * __this, int32_t dwTypeIn, MethodInfo * method)); DO_APP_FUNC(0x019DF8E0, void, CspParameters__ctor_2, (CspParameters * __this, int32_t dwTypeIn, String * strProviderNameIn, String * strContainerNameIn, MethodInfo * method)); DO_APP_FUNC(0x019DF9A0, void, CspParameters__ctor_3, (CspParameters * __this, int32_t providerType, String * providerName, String * keyContainerName, CspProviderFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x019DFA60, void, DES__ctor, (DES * __this, MethodInfo * method)); DO_APP_FUNC(0x019DFB90, Byte__Array *, DES_get_Key, (DES * __this, MethodInfo * method)); DO_APP_FUNC(0x019DFC90, void, DES_set_Key, (DES * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63310, DES_set_Key__MethodInfo); DO_APP_FUNC(0x019DFF60, DES *, DES_Create, (MethodInfo * method)); DO_APP_FUNC(0x019DFFC0, bool, DES_IsWeakKey, (Byte__Array * rgbKey, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C632F8, DES_IsWeakKey__MethodInfo); DO_APP_FUNC(0x019E00F0, bool, DES_IsSemiWeakKey, (Byte__Array * rgbKey, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63300, DES_IsSemiWeakKey__MethodInfo); DO_APP_FUNC(0x019E02B0, bool, DES_IsLegalKeySize, (Byte__Array * rgbKey, MethodInfo * method)); DO_APP_FUNC(0x019E02C0, uint64_t, DES_QuadWordFromBigEndian, (Byte__Array * block, MethodInfo * method)); DO_APP_FUNC(0x019E0370, void, DES__cctor, (MethodInfo * method)); DO_APP_FUNC(0x019E0670, void, DESCryptoServiceProvider__ctor, (DESCryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x019E07F0, ICryptoTransform *, DESCryptoServiceProvider_CreateEncryptor, (DESCryptoServiceProvider * __this, Byte__Array * rgbKey, Byte__Array * rgbIV, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C632E0, DESCryptoServiceProvider_CreateEncryptor__MethodInfo); DO_APP_FUNC(0x019E09C0, ICryptoTransform *, DESCryptoServiceProvider_CreateDecryptor, (DESCryptoServiceProvider * __this, Byte__Array * rgbKey, Byte__Array * rgbIV, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C632E8, DESCryptoServiceProvider_CreateDecryptor__MethodInfo); DO_APP_FUNC(0x019E0B90, void, DESCryptoServiceProvider_GenerateKey, (DESCryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x019E0CB0, void, DESCryptoServiceProvider_GenerateIV, (DESCryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DSA__ctor, (DSA * __this, MethodInfo * method)); DO_APP_FUNC(0x019E0D60, DSA *, DSA_Create, (MethodInfo * method)); DO_APP_FUNC(0x019E0DD0, void, DSA_FromXmlString, (DSA * __this, String * xmlString, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C632D0, DSA_FromXmlString__MethodInfo); DO_APP_FUNC(0x019E1F20, String *, DSA_ToXmlString, (DSA * __this, bool includePrivateParameters, MethodInfo * method)); DO_APP_FUNC(0x019E2A20, void, DSASignatureDeformatter__ctor, (DSASignatureDeformatter * __this, MethodInfo * method)); DO_APP_FUNC(0x019E2AE0, void, DSASignatureDeformatter__ctor_1, (DSASignatureDeformatter * __this, AsymmetricAlgorithm * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63210, DSASignatureDeformatter__ctor_1__MethodInfo); DO_APP_FUNC(0x019E2C40, void, DSASignatureDeformatter_SetKey, (DSASignatureDeformatter * __this, AsymmetricAlgorithm * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63218, DSASignatureDeformatter_SetKey__MethodInfo); DO_APP_FUNC(0x019E2DA0, void, DSASignatureDeformatter_SetHashAlgorithm, (DSASignatureDeformatter * __this, String * strName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C631C8, DSASignatureDeformatter_SetHashAlgorithm__MethodInfo); DO_APP_FUNC(0x019E2E90, bool, DSASignatureDeformatter_VerifySignature, (DSASignatureDeformatter * __this, Byte__Array * rgbHash, Byte__Array * rgbSignature, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C631D0, DSASignatureDeformatter_VerifySignature__MethodInfo); DO_APP_FUNC(0x019E2FE0, void, DSASignatureFormatter__ctor, (DSASignatureFormatter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, HMAC_get_BlockSizeValue, (HMAC * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5310, void, HMAC_set_BlockSizeValue, (HMAC * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x019E30A0, void, HMAC_UpdateIOPadBuffers, (HMAC * __this, MethodInfo * method)); DO_APP_FUNC(0x019E3280, void, HMAC_InitializeKey, (HMAC * __this, Byte__Array * key, MethodInfo * method)); DO_APP_FUNC(0x019E3550, Byte__Array *, HMAC_get_Key, (HMAC * __this, MethodInfo * method)); DO_APP_FUNC(0x019E35D0, void, HMAC_set_Key, (HMAC * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C631E8, HMAC_set_Key__MethodInfo); DO_APP_FUNC(0x019E3660, HMAC *, HMAC_Create, (MethodInfo * method)); DO_APP_FUNC(0x019E36C0, void, HMAC_Initialize, (HMAC * __this, MethodInfo * method)); DO_APP_FUNC(0x019E3710, void, HMAC_HashCore, (HMAC * __this, Byte__Array * rgb, int32_t ib, int32_t cb, MethodInfo * method)); DO_APP_FUNC(0x019E3820, Byte__Array *, HMAC_HashFinal, (HMAC * __this, MethodInfo * method)); DO_APP_FUNC(0x019E3A40, void, HMAC_Dispose, (HMAC * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x019E3B00, void, HMAC__ctor, (HMAC * __this, MethodInfo * method)); DO_APP_FUNC(0x019E3B10, void, HMACMD5__ctor, (HMACMD5 * __this, MethodInfo * method)); DO_APP_FUNC(0x019E3BA0, void, HMACMD5__ctor_1, (HMACMD5 * __this, Byte__Array * key, MethodInfo * method)); DO_APP_FUNC(0x019E3D90, void, HMACRIPEMD160__ctor, (HMACRIPEMD160 * __this, MethodInfo * method)); DO_APP_FUNC(0x019E3E20, void, HMACRIPEMD160__ctor_1, (HMACRIPEMD160 * __this, Byte__Array * key, MethodInfo * method)); DO_APP_FUNC(0x019E4010, void, HMACSHA1__ctor, (HMACSHA1 * __this, MethodInfo * method)); DO_APP_FUNC(0x019E40A0, void, HMACSHA1__ctor_1, (HMACSHA1 * __this, Byte__Array * key, MethodInfo * method)); DO_APP_FUNC(0x019E40B0, void, HMACSHA1__ctor_2, (HMACSHA1 * __this, Byte__Array * key, bool useManagedSha1, MethodInfo * method)); DO_APP_FUNC(0x019E42A0, void, HMACSHA256__ctor, (HMACSHA256 * __this, MethodInfo * method)); DO_APP_FUNC(0x019E4330, void, HMACSHA256__ctor_1, (HMACSHA256 * __this, Byte__Array * key, MethodInfo * method)); DO_APP_FUNC(0x019E4520, void, HMACSHA384__ctor, (HMACSHA384 * __this, MethodInfo * method)); DO_APP_FUNC(0x019E45B0, void, HMACSHA384__ctor_1, (HMACSHA384 * __this, Byte__Array * key, MethodInfo * method)); DO_APP_FUNC(0x019E4790, int32_t, HMACSHA384_get_BlockSize, (HMACSHA384 * __this, MethodInfo * method)); DO_APP_FUNC(0x019E47B0, void, HMACSHA512__ctor, (HMACSHA512 * __this, MethodInfo * method)); DO_APP_FUNC(0x019E4840, void, HMACSHA512__ctor_1, (HMACSHA512 * __this, Byte__Array * key, MethodInfo * method)); DO_APP_FUNC(0x019E4790, int32_t, HMACSHA512_get_BlockSize, (HMACSHA512 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, KeyedHashAlgorithm__ctor, (KeyedHashAlgorithm * __this, MethodInfo * method)); DO_APP_FUNC(0x019E4A20, void, KeyedHashAlgorithm_Dispose, (KeyedHashAlgorithm * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x019E4AB0, Byte__Array *, KeyedHashAlgorithm_get_Key, (KeyedHashAlgorithm * __this, MethodInfo * method)); DO_APP_FUNC(0x019E4B30, void, KeyedHashAlgorithm_set_Key, (KeyedHashAlgorithm * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C631A8, KeyedHashAlgorithm_set_Key__MethodInfo); DO_APP_FUNC(0x019E4CA0, void, MACTripleDES__ctor, (MACTripleDES * __this, MethodInfo * method)); DO_APP_FUNC(0x00C14660, void, MACTripleDES_Initialize, (MACTripleDES * __this, MethodInfo * method)); DO_APP_FUNC(0x019E4F20, void, MACTripleDES_HashCore, (MACTripleDES * __this, Byte__Array * rgbData, int32_t ibStart, int32_t cbSize, MethodInfo * method)); DO_APP_FUNC(0x019E51E0, Byte__Array *, MACTripleDES_HashFinal, (MACTripleDES * __this, MethodInfo * method)); DO_APP_FUNC(0x019E54C0, void, MACTripleDES_Dispose, (MACTripleDES * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x019E55B0, void, TailStream__ctor, (TailStream * __this, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC(0x019D9830, void, TailStream_Clear, (TailStream * __this, MethodInfo * method)); DO_APP_FUNC(0x019E5670, void, TailStream_Dispose, (TailStream * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x019E5740, Byte__Array *, TailStream_get_Buffer, (TailStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, TailStream_get_CanRead, (TailStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, TailStream_get_CanSeek, (TailStream * __this, MethodInfo * method)); DO_APP_FUNC(0x019E57C0, bool, TailStream_get_CanWrite, (TailStream * __this, MethodInfo * method)); DO_APP_FUNC(0x019E57D0, int64_t, TailStream_get_Length, (TailStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63188, TailStream_get_Length__MethodInfo); DO_APP_FUNC(0x019E5840, int64_t, TailStream_get_Position, (TailStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63190, TailStream_get_Position__MethodInfo); DO_APP_FUNC(0x019E58B0, void, TailStream_set_Position, (TailStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63140, TailStream_set_Position__MethodInfo); DO_APP_FUNC(0x003AC050, void, TailStream_Flush, (TailStream * __this, MethodInfo * method)); DO_APP_FUNC(0x019E5920, int64_t, TailStream_Seek, (TailStream * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63148, TailStream_Seek__MethodInfo); DO_APP_FUNC(0x019E5990, void, TailStream_SetLength, (TailStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63150, TailStream_SetLength__MethodInfo); DO_APP_FUNC(0x019E5A00, int32_t, TailStream_Read, (TailStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63158, TailStream_Read__MethodInfo); DO_APP_FUNC(0x019E5A70, void, TailStream_Write, (TailStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63168, TailStream_Write__MethodInfo); DO_APP_FUNC(0x019551E0, void, MD5__ctor, (MD5 * __this, MethodInfo * method)); DO_APP_FUNC(0x019E5E80, MD5 *, MD5_Create, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RandomNumberGenerator__ctor, (RandomNumberGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x019E5EE0, RandomNumberGenerator *, RandomNumberGenerator_Create, (MethodInfo * method)); DO_APP_FUNC(0x019E5F40, void, RandomNumberGenerator_Dispose, (RandomNumberGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RandomNumberGenerator_Dispose_1, (RandomNumberGenerator * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x019E5FB0, void, RandomNumberGenerator_GetBytes, (RandomNumberGenerator * __this, Byte__Array * data, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63118, RandomNumberGenerator_GetBytes__MethodInfo); DO_APP_FUNC(0x019E6210, void, RC2__ctor, (RC2 * __this, MethodInfo * method)); DO_APP_FUNC(0x019E6340, int32_t, RC2_get_EffectiveKeySize, (RC2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, RC2_get_KeySize, (RC2 * __this, MethodInfo * method)); DO_APP_FUNC(0x019E6350, void, RC2_set_KeySize, (RC2 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63130, RC2_set_KeySize__MethodInfo); DO_APP_FUNC(0x019E63E0, void, RC2__cctor, (MethodInfo * method)); DO_APP_FUNC(0x019E66D0, void, RC2CryptoServiceProvider__ctor, (RC2CryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, RC2CryptoServiceProvider_get_EffectiveKeySize, (RC2CryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x019E6900, ICryptoTransform *, RC2CryptoServiceProvider_CreateEncryptor, (RC2CryptoServiceProvider * __this, Byte__Array * rgbKey, Byte__Array * rgbIV, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63108, RC2CryptoServiceProvider_CreateEncryptor__MethodInfo); DO_APP_FUNC(0x019E69F0, ICryptoTransform *, RC2CryptoServiceProvider_CreateDecryptor, (RC2CryptoServiceProvider * __this, Byte__Array * rgbKey, Byte__Array * rgbIV, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63110, RC2CryptoServiceProvider_CreateDecryptor__MethodInfo); DO_APP_FUNC(0x019E6AE0, void, RC2CryptoServiceProvider_GenerateKey, (RC2CryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x019E6BA0, void, RC2CryptoServiceProvider_GenerateIV, (RC2CryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x019E6C50, void, RC2CryptoServiceProvider__cctor, (MethodInfo * method)); DO_APP_FUNC(0x019E6DF0, void, Rijndael__ctor, (Rijndael * __this, MethodInfo * method)); DO_APP_FUNC(0x019E6F20, void, Rijndael__cctor, (MethodInfo * method)); DO_APP_FUNC(0x019E7220, void, RijndaelManaged__ctor, (RijndaelManaged * __this, MethodInfo * method)); DO_APP_FUNC(0x019E73C0, ICryptoTransform *, RijndaelManaged_CreateEncryptor, (RijndaelManaged * __this, Byte__Array * rgbKey, Byte__Array * rgbIV, MethodInfo * method)); DO_APP_FUNC(0x019E74C0, ICryptoTransform *, RijndaelManaged_CreateDecryptor, (RijndaelManaged * __this, Byte__Array * rgbKey, Byte__Array * rgbIV, MethodInfo * method)); DO_APP_FUNC(0x019E75C0, void, RijndaelManaged_GenerateKey, (RijndaelManaged * __this, MethodInfo * method)); DO_APP_FUNC(0x019E7640, void, RijndaelManaged_GenerateIV, (RijndaelManaged * __this, MethodInfo * method)); DO_APP_FUNC(0x019E76C0, ICryptoTransform *, RijndaelManaged_NewEncryptor, (RijndaelManaged * __this, Byte__Array * rgbKey, CipherMode__Enum mode, Byte__Array * rgbIV, int32_t feedbackSize, RijndaelManagedTransformMode__Enum encryptMode, MethodInfo * method)); DO_APP_FUNC(0x019E77C0, void, RijndaelManagedTransform__ctor, (RijndaelManagedTransform * __this, Byte__Array * rgbKey, CipherMode__Enum mode, Byte__Array * rgbIV, int32_t blockSize, int32_t feedbackSize, PaddingMode__Enum PaddingValue, RijndaelManagedTransformMode__Enum transformMode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C630E0, RijndaelManagedTransform__ctor__MethodInfo); DO_APP_FUNC(0x019E80B0, void, RijndaelManagedTransform_Dispose, (RijndaelManagedTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x019E80C0, void, RijndaelManagedTransform_Dispose_1, (RijndaelManagedTransform * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, RijndaelManagedTransform_get_InputBlockSize, (RijndaelManagedTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, RijndaelManagedTransform_get_OutputBlockSize, (RijndaelManagedTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, RijndaelManagedTransform_get_CanTransformMultipleBlocks, (RijndaelManagedTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, RijndaelManagedTransform_get_CanReuseTransform, (RijndaelManagedTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x019E8390, int32_t, RijndaelManagedTransform_TransformBlock, (RijndaelManagedTransform * __this, Byte__Array * inputBuffer, int32_t inputOffset, int32_t inputCount, Byte__Array * outputBuffer, int32_t outputOffset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63090, RijndaelManagedTransform_TransformBlock__MethodInfo); DO_APP_FUNC(0x019E8880, Byte__Array *, RijndaelManagedTransform_TransformFinalBlock, (RijndaelManagedTransform * __this, Byte__Array * inputBuffer, int32_t inputOffset, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C630A0, RijndaelManagedTransform_TransformFinalBlock__MethodInfo); DO_APP_FUNC(0x019E8CE0, void, RijndaelManagedTransform_Reset, (RijndaelManagedTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x019E8E60, int32_t, RijndaelManagedTransform_EncryptData, (RijndaelManagedTransform * __this, Byte__Array * inputBuffer, int32_t inputOffset, int32_t inputCount, Byte__Array * * outputBuffer, int32_t outputOffset, PaddingMode__Enum paddingMode, bool fLast, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C630B0, RijndaelManagedTransform_EncryptData__MethodInfo); DO_APP_FUNC(0x019E9C20, int32_t, RijndaelManagedTransform_DecryptData, (RijndaelManagedTransform * __this, Byte__Array * inputBuffer, int32_t inputOffset, int32_t inputCount, Byte__Array * * outputBuffer, int32_t outputOffset, PaddingMode__Enum paddingMode, bool fLast, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63040, RijndaelManagedTransform_DecryptData__MethodInfo); DO_APP_FUNC(0x019EABB0, void, RijndaelManagedTransform_Enc, (RijndaelManagedTransform * __this, int32_t * encryptindex, int32_t * encryptKeyExpansion, int32_t * T, int32_t * TF, int32_t * work, int32_t * temp, MethodInfo * method)); DO_APP_FUNC(0x019EADC0, void, RijndaelManagedTransform_Dec, (RijndaelManagedTransform * __this, int32_t * decryptindex, int32_t * decryptKeyExpansion, int32_t * iT, int32_t * iTF, int32_t * work, int32_t * temp, MethodInfo * method)); DO_APP_FUNC(0x019EAFF0, void, RijndaelManagedTransform_GenerateKeyExpansion, (RijndaelManagedTransform * __this, Byte__Array * rgbKey, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63050, RijndaelManagedTransform_GenerateKeyExpansion__MethodInfo); DO_APP_FUNC(0x019EB660, int32_t, RijndaelManagedTransform_rot1, (int32_t val, MethodInfo * method)); DO_APP_FUNC(0x019EB670, int32_t, RijndaelManagedTransform_rot2, (int32_t val, MethodInfo * method)); DO_APP_FUNC(0x019EB680, int32_t, RijndaelManagedTransform_rot3, (int32_t val, MethodInfo * method)); DO_APP_FUNC(0x019EB690, int32_t, RijndaelManagedTransform_SubWord, (int32_t a, MethodInfo * method)); DO_APP_FUNC(0x019EB770, int32_t, RijndaelManagedTransform_MulX, (int32_t x, MethodInfo * method)); DO_APP_FUNC(0x019EB7A0, void, RijndaelManagedTransform__cctor, (MethodInfo * method)); DO_APP_FUNC(0x019EBBD0, void, RIPEMD160__ctor, (RIPEMD160 * __this, MethodInfo * method)); DO_APP_FUNC(0x019EBBE0, RIPEMD160 *, RIPEMD160_Create, (MethodInfo * method)); DO_APP_FUNC(0x019EBC40, void, RIPEMD160Managed__ctor, (RIPEMD160Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x019EBDF0, void, RIPEMD160Managed_Initialize, (RIPEMD160Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x019EBE50, void, RIPEMD160Managed_HashCore, (RIPEMD160Managed * __this, Byte__Array * rgb, int32_t ibStart, int32_t cbSize, MethodInfo * method)); DO_APP_FUNC(0x019EBE60, Byte__Array *, RIPEMD160Managed_HashFinal, (RIPEMD160Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x019EBE70, void, RIPEMD160Managed_InitializeState, (RIPEMD160Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x019EBF00, void, RIPEMD160Managed__HashData, (RIPEMD160Managed * __this, Byte__Array * partIn, int32_t ibStart, int32_t cbSize, MethodInfo * method)); DO_APP_FUNC(0x019EC1F0, Byte__Array *, RIPEMD160Managed__EndHash, (RIPEMD160Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x019EC4B0, void, RIPEMD160Managed_MDTransform, (uint32_t * blockDWords, uint32_t * state, uint8_t * block, MethodInfo * method)); DO_APP_FUNC(0x019EE910, uint32_t, RIPEMD160Managed_F, (uint32_t x, uint32_t y, uint32_t z, MethodInfo * method)); DO_APP_FUNC(0x019EE920, uint32_t, RIPEMD160Managed_G, (uint32_t x, uint32_t y, uint32_t z, MethodInfo * method)); DO_APP_FUNC(0x019EE930, uint32_t, RIPEMD160Managed_H, (uint32_t x, uint32_t y, uint32_t z, MethodInfo * method)); DO_APP_FUNC(0x019EE940, uint32_t, RIPEMD160Managed_I, (uint32_t x, uint32_t y, uint32_t z, MethodInfo * method)); DO_APP_FUNC(0x019EE950, uint32_t, RIPEMD160Managed_J, (uint32_t x, uint32_t y, uint32_t z, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RSA__ctor, (RSA * __this, MethodInfo * method)); DO_APP_FUNC(0x019EECB0, RSA *, RSA_Create, (MethodInfo * method)); DO_APP_FUNC(0x019EED20, Byte__Array *, RSA_EncryptValue, (RSA * __this, Byte__Array * rgb, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64D90, RSA_EncryptValue__MethodInfo); DO_APP_FUNC(0x019EED90, void, RSA_FromXmlString, (RSA * __this, String * xmlString, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64DC8, RSA_FromXmlString__MethodInfo); DO_APP_FUNC(0x019EFB50, String *, RSA_ToXmlString, (RSA * __this, bool includePrivateParameters, MethodInfo * method)); DO_APP_FUNC(0x019F0580, bool, RSACryptoServiceProvider_get_UseMachineKeyStore, (MethodInfo * method)); DO_APP_FUNC(0x019F05D0, void, RSACryptoServiceProvider__ctor, (RSACryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x019F05F0, void, RSACryptoServiceProvider__ctor_1, (RSACryptoServiceProvider * __this, CspParameters * parameters, MethodInfo * method)); DO_APP_FUNC(0x019F0790, void, RSACryptoServiceProvider__ctor_2, (RSACryptoServiceProvider * __this, int32_t dwKeySize, MethodInfo * method)); DO_APP_FUNC(0x019F07A0, void, RSACryptoServiceProvider__ctor_3, (RSACryptoServiceProvider * __this, int32_t dwKeySize, CspParameters * parameters, MethodInfo * method)); DO_APP_FUNC(0x019F0930, void, RSACryptoServiceProvider_Common, (RSACryptoServiceProvider * __this, int32_t dwKeySize, bool parameters, MethodInfo * method)); DO_APP_FUNC(0x019F0F20, void, RSACryptoServiceProvider_Common_1, (RSACryptoServiceProvider * __this, CspParameters * p, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64D60, RSACryptoServiceProvider_Common_1__MethodInfo); DO_APP_FUNC(0x0195B920, void, RSACryptoServiceProvider_Finalize, (RSACryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x019F1090, int32_t, RSACryptoServiceProvider_get_KeySize, (RSACryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x019F10C0, bool, RSACryptoServiceProvider_get_PublicOnly, (RSACryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x019F10E0, Byte__Array *, RSACryptoServiceProvider_EncryptValue, (RSACryptoServiceProvider * __this, Byte__Array * rgb, MethodInfo * method)); DO_APP_FUNC(0x019F1110, RSAParameters, RSACryptoServiceProvider_ExportParameters, (RSACryptoServiceProvider * __this, bool includePrivateParameters, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64D70, RSACryptoServiceProvider_ExportParameters__MethodInfo); DO_APP_FUNC(0x019F12D0, void, RSACryptoServiceProvider_ImportParameters, (RSACryptoServiceProvider * __this, RSAParameters parameters, MethodInfo * method)); DO_APP_FUNC(0x019F1320, String *, RSACryptoServiceProvider_GetHashNameFromOID, (RSACryptoServiceProvider * __this, String * oid, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64D30, RSACryptoServiceProvider_GetHashNameFromOID__MethodInfo); DO_APP_FUNC(0x019F15D0, bool, RSACryptoServiceProvider_VerifyHash, (RSACryptoServiceProvider * __this, Byte__Array * rgbHash, String * str, Byte__Array * rgbSignature, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64D38, RSACryptoServiceProvider_VerifyHash__MethodInfo); DO_APP_FUNC(0x019F1780, void, RSACryptoServiceProvider_Dispose, (RSACryptoServiceProvider * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x019F17E0, void, RSACryptoServiceProvider_OnKeyGenerated, (RSACryptoServiceProvider * __this, Object * sender, EventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64D48, RSACryptoServiceProvider_OnKeyGenerated__MethodInfo); DO_APP_FUNC(0x019EBBD0, void, SHA1__ctor, (SHA1 * __this, MethodInfo * method)); DO_APP_FUNC(0x019F1870, SHA1 *, SHA1_Create, (MethodInfo * method)); DO_APP_FUNC(0x019F18D0, void, SHA1Managed__ctor, (SHA1Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x019F1A80, void, SHA1Managed_Initialize, (SHA1Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x019F1AE0, void, SHA1Managed_HashCore, (SHA1Managed * __this, Byte__Array * rgb, int32_t ibStart, int32_t cbSize, MethodInfo * method)); DO_APP_FUNC(0x019F1AF0, Byte__Array *, SHA1Managed_HashFinal, (SHA1Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x019EBE70, void, SHA1Managed_InitializeState, (SHA1Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x019F1B00, void, SHA1Managed__HashData, (SHA1Managed * __this, Byte__Array * partIn, int32_t ibStart, int32_t cbSize, MethodInfo * method)); DO_APP_FUNC(0x019F1DF0, Byte__Array *, SHA1Managed__EndHash, (SHA1Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x019F20B0, void, SHA1Managed_SHATransform, (uint32_t * expandedBuffer, uint32_t * state, uint8_t * block, MethodInfo * method)); DO_APP_FUNC(0x019F2650, void, SHA1Managed_SHAExpand, (uint32_t * x, MethodInfo * method)); DO_APP_FUNC(0x019F2690, void, SHA256__ctor, (SHA256 * __this, MethodInfo * method)); DO_APP_FUNC(0x019F26A0, SHA256 *, SHA256_Create, (MethodInfo * method)); DO_APP_FUNC(0x019F2700, void, SHA256Managed__ctor, (SHA256Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x019F28B0, void, SHA256Managed_Initialize, (SHA256Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x019F2910, void, SHA256Managed_HashCore, (SHA256Managed * __this, Byte__Array * rgb, int32_t ibStart, int32_t cbSize, MethodInfo * method)); DO_APP_FUNC(0x019F2920, Byte__Array *, SHA256Managed_HashFinal, (SHA256Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x019F2930, void, SHA256Managed_InitializeState, (SHA256Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x019F2A20, void, SHA256Managed__HashData, (SHA256Managed * __this, Byte__Array * partIn, int32_t ibStart, int32_t cbSize, MethodInfo * method)); DO_APP_FUNC(0x019F2D50, Byte__Array *, SHA256Managed__EndHash, (SHA256Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x019F3010, void, SHA256Managed_SHATransform, (uint32_t * expandedBuffer, uint32_t * state, uint8_t * block, MethodInfo * method)); DO_APP_FUNC(0x019F3C40, uint32_t, SHA256Managed_RotateRight, (uint32_t x, int32_t n, MethodInfo * method)); DO_APP_FUNC(0x019F3C60, uint32_t, SHA256Managed_Ch, (uint32_t x, uint32_t y, uint32_t z, MethodInfo * method)); DO_APP_FUNC(0x019F3C70, uint32_t, SHA256Managed_Maj, (uint32_t x, uint32_t y, uint32_t z, MethodInfo * method)); DO_APP_FUNC(0x019F3C80, uint32_t, SHA256Managed_sigma_0, (uint32_t x, MethodInfo * method)); DO_APP_FUNC(0x019F3CF0, uint32_t, SHA256Managed_sigma_1, (uint32_t x, MethodInfo * method)); DO_APP_FUNC(0x019F3D60, uint32_t, SHA256Managed_Sigma_0, (uint32_t x, MethodInfo * method)); DO_APP_FUNC(0x019F3DD0, uint32_t, SHA256Managed_Sigma_1, (uint32_t x, MethodInfo * method)); DO_APP_FUNC(0x019F3E40, void, SHA256Managed_SHA256Expand, (uint32_t * x, MethodInfo * method)); DO_APP_FUNC(0x019F3F90, void, SHA256Managed__cctor, (MethodInfo * method)); DO_APP_FUNC(0x019F4070, void, SHA384__ctor, (SHA384 * __this, MethodInfo * method)); DO_APP_FUNC(0x019F4080, SHA384 *, SHA384_Create, (MethodInfo * method)); DO_APP_FUNC(0x019F40E0, void, SHA384Managed__ctor, (SHA384Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x019F4290, void, SHA384Managed_Initialize, (SHA384Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x019F42F0, void, SHA384Managed_HashCore, (SHA384Managed * __this, Byte__Array * rgb, int32_t ibStart, int32_t cbSize, MethodInfo * method)); DO_APP_FUNC(0x019F4300, Byte__Array *, SHA384Managed_HashFinal, (SHA384Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x019F4310, void, SHA384Managed_InitializeState, (SHA384Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x019F4440, void, SHA384Managed__HashData, (SHA384Managed * __this, Byte__Array * partIn, int32_t ibStart, int32_t cbSize, MethodInfo * method)); DO_APP_FUNC(0x019F4790, Byte__Array *, SHA384Managed__EndHash, (SHA384Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x019F4990, void, SHA384Managed_SHATransform, (uint64_t * expandedBuffer, uint64_t * state, uint8_t * block, MethodInfo * method)); DO_APP_FUNC(0x019F5760, uint64_t, SHA384Managed_RotateRight, (uint64_t x, int32_t n, MethodInfo * method)); DO_APP_FUNC(0x019F5780, uint64_t, SHA384Managed_Ch, (uint64_t x, uint64_t y, uint64_t z, MethodInfo * method)); DO_APP_FUNC(0x019F5790, uint64_t, SHA384Managed_Maj, (uint64_t x, uint64_t y, uint64_t z, MethodInfo * method)); DO_APP_FUNC(0x019F57A0, uint64_t, SHA384Managed_Sigma_0, (uint64_t x, MethodInfo * method)); DO_APP_FUNC(0x019F5820, uint64_t, SHA384Managed_Sigma_1, (uint64_t x, MethodInfo * method)); DO_APP_FUNC(0x019F58A0, uint64_t, SHA384Managed_sigma_0, (uint64_t x, MethodInfo * method)); DO_APP_FUNC(0x019F5910, uint64_t, SHA384Managed_sigma_1, (uint64_t x, MethodInfo * method)); DO_APP_FUNC(0x019F5990, void, SHA384Managed_SHA384Expand, (uint64_t * x, MethodInfo * method)); DO_APP_FUNC(0x019F5B00, void, SHA384Managed__cctor, (MethodInfo * method)); DO_APP_FUNC(0x019F5BE0, void, SHA512__ctor, (SHA512 * __this, MethodInfo * method)); DO_APP_FUNC(0x019F5BF0, SHA512 *, SHA512_Create, (MethodInfo * method)); DO_APP_FUNC(0x019F5C50, void, SHA512Managed__ctor, (SHA512Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x019F5E00, void, SHA512Managed_Initialize, (SHA512Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x019F5E60, void, SHA512Managed_HashCore, (SHA512Managed * __this, Byte__Array * rgb, int32_t ibStart, int32_t cbSize, MethodInfo * method)); DO_APP_FUNC(0x019F5E70, Byte__Array *, SHA512Managed_HashFinal, (SHA512Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x019F5E80, void, SHA512Managed_InitializeState, (SHA512Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x019F5FB0, void, SHA512Managed__HashData, (SHA512Managed * __this, Byte__Array * partIn, int32_t ibStart, int32_t cbSize, MethodInfo * method)); DO_APP_FUNC(0x019F6300, Byte__Array *, SHA512Managed__EndHash, (SHA512Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x019F6500, void, SHA512Managed_SHATransform, (uint64_t * expandedBuffer, uint64_t * state, uint8_t * block, MethodInfo * method)); DO_APP_FUNC(0x019F5760, uint64_t, SHA512Managed_RotateRight, (uint64_t x, int32_t n, MethodInfo * method)); DO_APP_FUNC(0x019F5780, uint64_t, SHA512Managed_Ch, (uint64_t x, uint64_t y, uint64_t z, MethodInfo * method)); DO_APP_FUNC(0x019F5790, uint64_t, SHA512Managed_Maj, (uint64_t x, uint64_t y, uint64_t z, MethodInfo * method)); DO_APP_FUNC(0x019F72D0, uint64_t, SHA512Managed_Sigma_0, (uint64_t x, MethodInfo * method)); DO_APP_FUNC(0x019F7350, uint64_t, SHA512Managed_Sigma_1, (uint64_t x, MethodInfo * method)); DO_APP_FUNC(0x019F73D0, uint64_t, SHA512Managed_sigma_0, (uint64_t x, MethodInfo * method)); DO_APP_FUNC(0x019F7440, uint64_t, SHA512Managed_sigma_1, (uint64_t x, MethodInfo * method)); DO_APP_FUNC(0x019F74C0, void, SHA512Managed_SHA512Expand, (uint64_t * x, MethodInfo * method)); DO_APP_FUNC(0x019F7630, void, SHA512Managed__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SignatureDescription__ctor, (SignatureDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, SignatureDescription_set_KeyAlgorithm, (SignatureDescription * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, SignatureDescription_set_DigestAlgorithm, (SignatureDescription * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, SignatureDescription_set_FormatterAlgorithm, (SignatureDescription * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, SignatureDescription_set_DeformatterAlgorithm, (SignatureDescription * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x019F7710, void, RSAPKCS1SignatureDescription__ctor, (RSAPKCS1SignatureDescription * __this, String * hashAlgorithm, String * digestAlgorithm, MethodInfo * method)); DO_APP_FUNC(0x019F7940, void, RSAPKCS1SHA1SignatureDescription__ctor, (RSAPKCS1SHA1SignatureDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x019F79A0, void, RSAPKCS1SHA256SignatureDescription__ctor, (RSAPKCS1SHA256SignatureDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x019F7A00, void, RSAPKCS1SHA384SignatureDescription__ctor, (RSAPKCS1SHA384SignatureDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x019F7A60, void, RSAPKCS1SHA512SignatureDescription__ctor, (RSAPKCS1SHA512SignatureDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x019F7AC0, void, DSASignatureDescription__ctor, (DSASignatureDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x019F7CA0, void, SymmetricAlgorithm__ctor, (SymmetricAlgorithm * __this, MethodInfo * method)); DO_APP_FUNC(0x019F7CB0, void, SymmetricAlgorithm_Dispose, (SymmetricAlgorithm * __this, MethodInfo * method)); DO_APP_FUNC(0x019F7D20, void, SymmetricAlgorithm_Clear, (SymmetricAlgorithm * __this, MethodInfo * method)); DO_APP_FUNC(0x019F7D60, void, SymmetricAlgorithm_Dispose_1, (SymmetricAlgorithm * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, SymmetricAlgorithm_get_BlockSize, (SymmetricAlgorithm * __this, MethodInfo * method)); DO_APP_FUNC(0x019F7E70, void, SymmetricAlgorithm_set_BlockSize, (SymmetricAlgorithm * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64C10, SymmetricAlgorithm_set_BlockSize__MethodInfo); DO_APP_FUNC(0x003BAD70, int32_t, SymmetricAlgorithm_get_FeedbackSize, (SymmetricAlgorithm * __this, MethodInfo * method)); DO_APP_FUNC(0x019F7FE0, Byte__Array *, SymmetricAlgorithm_get_IV, (SymmetricAlgorithm * __this, MethodInfo * method)); DO_APP_FUNC(0x019F8080, void, SymmetricAlgorithm_set_IV, (SymmetricAlgorithm * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64C38, SymmetricAlgorithm_set_IV__MethodInfo); DO_APP_FUNC(0x019F8250, Byte__Array *, SymmetricAlgorithm_get_Key, (SymmetricAlgorithm * __this, MethodInfo * method)); DO_APP_FUNC(0x019F82F0, void, SymmetricAlgorithm_set_Key, (SymmetricAlgorithm * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64B58, SymmetricAlgorithm_set_Key__MethodInfo); DO_APP_FUNC(0x019F84D0, KeySizes__Array *, SymmetricAlgorithm_get_LegalKeySizes, (SymmetricAlgorithm * __this, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, SymmetricAlgorithm_get_KeySize, (SymmetricAlgorithm * __this, MethodInfo * method)); DO_APP_FUNC(0x019F8550, void, SymmetricAlgorithm_set_KeySize, (SymmetricAlgorithm * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64B78, SymmetricAlgorithm_set_KeySize__MethodInfo); DO_APP_FUNC(0x01365740, CipherMode__Enum, SymmetricAlgorithm_get_Mode, (SymmetricAlgorithm * __this, MethodInfo * method)); DO_APP_FUNC(0x019F8630, void, SymmetricAlgorithm_set_Mode, (SymmetricAlgorithm * __this, CipherMode__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64B88, SymmetricAlgorithm_set_Mode__MethodInfo); DO_APP_FUNC(0x00436FB0, PaddingMode__Enum, SymmetricAlgorithm_get_Padding, (SymmetricAlgorithm * __this, MethodInfo * method)); DO_APP_FUNC(0x019F86C0, void, SymmetricAlgorithm_set_Padding, (SymmetricAlgorithm * __this, PaddingMode__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64BA8, SymmetricAlgorithm_set_Padding__MethodInfo); DO_APP_FUNC(0x019F8750, bool, SymmetricAlgorithm_ValidKeySize, (SymmetricAlgorithm * __this, int32_t bitLength, MethodInfo * method)); DO_APP_FUNC(0x019F87F0, SymmetricAlgorithm *, SymmetricAlgorithm_Create, (String * algName, MethodInfo * method)); DO_APP_FUNC(0x019F88D0, ICryptoTransform *, SymmetricAlgorithm_CreateEncryptor, (SymmetricAlgorithm * __this, MethodInfo * method)); DO_APP_FUNC(0x019F8940, ICryptoTransform *, SymmetricAlgorithm_CreateDecryptor, (SymmetricAlgorithm * __this, MethodInfo * method)); DO_APP_FUNC(0x019F89B0, void, TripleDES__ctor, (TripleDES * __this, MethodInfo * method)); DO_APP_FUNC(0x019F8AE0, Byte__Array *, TripleDES_get_Key, (TripleDES * __this, MethodInfo * method)); DO_APP_FUNC(0x019F8BC0, void, TripleDES_set_Key, (TripleDES * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64B20, TripleDES_set_Key__MethodInfo); DO_APP_FUNC(0x019F8E00, TripleDES *, TripleDES_Create, (MethodInfo * method)); DO_APP_FUNC(0x019F8E60, bool, TripleDES_IsWeakKey, (Byte__Array * rgbKey, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64B30, TripleDES_IsWeakKey__MethodInfo); DO_APP_FUNC(0x019F8FC0, bool, TripleDES_EqualBytes, (Byte__Array * rgbKey, int32_t start1, int32_t start2, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64B40, TripleDES_EqualBytes__MethodInfo); DO_APP_FUNC(0x019F9220, bool, TripleDES_IsLegalKeySize, (Byte__Array * rgbKey, MethodInfo * method)); DO_APP_FUNC(0x019F9240, void, TripleDES__cctor, (MethodInfo * method)); DO_APP_FUNC(0x019F9530, void, TripleDESCryptoServiceProvider__ctor, (TripleDESCryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x019F96B0, ICryptoTransform *, TripleDESCryptoServiceProvider_CreateEncryptor, (TripleDESCryptoServiceProvider * __this, Byte__Array * rgbKey, Byte__Array * rgbIV, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64B08, TripleDESCryptoServiceProvider_CreateEncryptor__MethodInfo); DO_APP_FUNC(0x019F97F0, ICryptoTransform *, TripleDESCryptoServiceProvider_CreateDecryptor, (TripleDESCryptoServiceProvider * __this, Byte__Array * rgbKey, Byte__Array * rgbIV, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64B10, TripleDESCryptoServiceProvider_CreateDecryptor__MethodInfo); DO_APP_FUNC(0x019F9930, void, TripleDESCryptoServiceProvider_GenerateKey, (TripleDESCryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x019F9A40, void, TripleDESCryptoServiceProvider_GenerateIV, (TripleDESCryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x019F9AF0, RNGCryptoServiceProvider *, Utils_get_StaticRandomNumberGenerator, (MethodInfo * method)); DO_APP_FUNC(0x019F9C00, Byte__Array *, Utils_GenerateRandom, (int32_t keySize, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Utils_HasAlgorithm, (int32_t dwCalg, int32_t dwKeySize, MethodInfo * method)); DO_APP_FUNC(0x019F9C70, String *, Utils_DiscardWhiteSpaces, (String * inputBuffer, MethodInfo * method)); DO_APP_FUNC(0x019F9CA0, String *, Utils_DiscardWhiteSpaces_1, (String * inputBuffer, int32_t inputOffset, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC(0x019F9E90, int32_t, Utils_ConvertByteArrayToInt, (Byte__Array * input, MethodInfo * method)); DO_APP_FUNC(0x019F9EF0, Byte__Array *, Utils_ConvertIntToByteArray, (int32_t dwInput, MethodInfo * method)); DO_APP_FUNC(0x019FA010, Byte__Array *, Utils_FixupKeyParity, (Byte__Array * key, MethodInfo * method)); DO_APP_FUNC(0x019FA0D0, void, Utils_DWORDFromLittleEndian, (uint32_t * x, int32_t digits, uint8_t * block, MethodInfo * method)); DO_APP_FUNC(0x019FA130, void, Utils_DWORDToLittleEndian, (Byte__Array * block, UInt32__Array * x, int32_t digits, MethodInfo * method)); DO_APP_FUNC(0x019FA220, void, Utils_DWORDFromBigEndian, (uint32_t * x, int32_t digits, uint8_t * block, MethodInfo * method)); DO_APP_FUNC(0x019FA280, void, Utils_DWORDToBigEndian, (Byte__Array * block, UInt32__Array * x, int32_t digits, MethodInfo * method)); DO_APP_FUNC(0x019FA370, void, Utils_QuadWordFromBigEndian, (uint64_t * x, int32_t digits, uint8_t * block, MethodInfo * method)); DO_APP_FUNC(0x019FA400, void, Utils_QuadWordToBigEndian, (Byte__Array * block, UInt64__Array * x, int32_t digits, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Utils__ProduceLegacyHmacValues, (MethodInfo * method)); DO_APP_FUNC(0x019FA5A0, Object *, CryptoConfig_CreateFromName, (String * name, MethodInfo * method)); DO_APP_FUNC(0x019FA600, Object *, CryptoConfig_CreateFromName_1, (String * name, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64AD0, CryptoConfig_CreateFromName_1__MethodInfo); DO_APP_FUNC(0x019FD160, String *, CryptoConfig_MapNameToOID, (String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64738, CryptoConfig_MapNameToOID__MethodInfo); DO_APP_FUNC(0x019FDC00, Byte__Array *, CryptoConfig_EncodeOID, (String * str, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64740, CryptoConfig_EncodeOID__MethodInfo); DO_APP_FUNC(0x019FE140, Byte__Array *, CryptoConfig_EncodeLongNumber, (int64_t x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C646F0, CryptoConfig_EncodeLongNumber__MethodInfo); DO_APP_FUNC(0x00418D40, bool, CryptoConfig_get_AllowOnlyFipsAlgorithms, (MethodInfo * method)); DO_APP_FUNC(0x019FE2F0, void, CryptoConfig__cctor, (MethodInfo * method)); DO_APP_FUNC(0x019FE3B0, void, DESTransform__ctor, (DESTransform * __this, SymmetricAlgorithm * symmAlgo, bool encryption, Byte__Array * key, Byte__Array * iv, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64690, DESTransform__ctor__MethodInfo); DO_APP_FUNC(0x019FE830, uint32_t, DESTransform_CipherFunct, (DESTransform * __this, uint32_t r, int32_t n, MethodInfo * method)); DO_APP_FUNC(0x019FEB10, void, DESTransform_Permutation, (Byte__Array * input, Byte__Array * output, UInt32__Array * permTab, bool preSwap, MethodInfo * method)); DO_APP_FUNC(0x019FEF00, void, DESTransform_BSwap, (Byte__Array * byteBuff, MethodInfo * method)); DO_APP_FUNC(0x019FEF90, void, DESTransform_SetKey, (DESTransform * __this, Byte__Array * key, MethodInfo * method)); DO_APP_FUNC(0x019FF370, void, DESTransform_ProcessBlock, (DESTransform * __this, Byte__Array * input, Byte__Array * output, MethodInfo * method)); DO_APP_FUNC(0x019FF750, void, DESTransform_ECB, (DESTransform * __this, Byte__Array * input, Byte__Array * output, MethodInfo * method)); DO_APP_FUNC(0x019FF820, Byte__Array *, DESTransform_GetStrongKey, (MethodInfo * method)); DO_APP_FUNC(0x019FF970, void, DESTransform__cctor, (MethodInfo * method)); DO_APP_FUNC(0x019FFE10, void, DSACryptoServiceProvider__ctor, (DSACryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x019FFE30, void, DSACryptoServiceProvider__ctor_1, (DSACryptoServiceProvider * __this, int32_t dwKeySize, MethodInfo * method)); DO_APP_FUNC(0x019FFE40, void, DSACryptoServiceProvider_Common, (DSACryptoServiceProvider * __this, int32_t dwKeySize, bool parameters, MethodInfo * method)); DO_APP_FUNC(0x0195B920, void, DSACryptoServiceProvider_Finalize, (DSACryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x01A00400, int32_t, DSACryptoServiceProvider_get_KeySize, (DSACryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x01A00430, bool, DSACryptoServiceProvider_get_PublicOnly, (DSACryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x01A004A0, DSAParameters, DSACryptoServiceProvider_ExportParameters, (DSACryptoServiceProvider * __this, bool includePrivateParameters, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64670, DSACryptoServiceProvider_ExportParameters__MethodInfo); DO_APP_FUNC(0x019F12D0, void, DSACryptoServiceProvider_ImportParameters, (DSACryptoServiceProvider * __this, DSAParameters parameters, MethodInfo * method)); DO_APP_FUNC(0x01A00570, bool, DSACryptoServiceProvider_VerifySignature, (DSACryptoServiceProvider * __this, Byte__Array * rgbHash, Byte__Array * rgbSignature, MethodInfo * method)); DO_APP_FUNC(0x019F1780, void, DSACryptoServiceProvider_Dispose, (DSACryptoServiceProvider * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01A005A0, void, DSACryptoServiceProvider_OnKeyGenerated, (DSACryptoServiceProvider * __this, Object * sender, EventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64658, DSACryptoServiceProvider_OnKeyGenerated__MethodInfo); DO_APP_FUNC(0x01A00630, void, MD5CryptoServiceProvider__ctor, (MD5CryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x01A007C0, void, MD5CryptoServiceProvider_Finalize, (MD5CryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x01A00810, void, MD5CryptoServiceProvider_Dispose, (MD5CryptoServiceProvider * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01A00890, void, MD5CryptoServiceProvider_HashCore, (MD5CryptoServiceProvider * __this, Byte__Array * rgb, int32_t ibStart, int32_t cbSize, MethodInfo * method)); DO_APP_FUNC(0x01A009E0, Byte__Array *, MD5CryptoServiceProvider_HashFinal, (MD5CryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x01A00AD0, void, MD5CryptoServiceProvider_Initialize, (MD5CryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x01A00B50, void, MD5CryptoServiceProvider_ProcessBlock, (MD5CryptoServiceProvider * __this, Byte__Array * inputBuffer, int32_t inputOffset, MethodInfo * method)); DO_APP_FUNC(0x01A02260, void, MD5CryptoServiceProvider_ProcessFinalBlock, (MD5CryptoServiceProvider * __this, Byte__Array * inputBuffer, int32_t inputOffset, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC(0x01A02490, void, MD5CryptoServiceProvider_AddLength, (MD5CryptoServiceProvider * __this, uint64_t length, Byte__Array * buffer, int32_t position, MethodInfo * method)); DO_APP_FUNC(0x01A02570, void, MD5CryptoServiceProvider__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A02650, void, RC2Transform__ctor, (RC2Transform * __this, RC2 * rc2Algo, bool encryption, Byte__Array * key, Byte__Array * iv, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C645E8, RC2Transform__ctor__MethodInfo); DO_APP_FUNC(0x01A02C70, void, RC2Transform_ECB, (RC2Transform * __this, Byte__Array * input, Byte__Array * output, MethodInfo * method)); DO_APP_FUNC(0x01A037C0, void, RC2Transform__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A038A0, void, RNGCryptoServiceProvider__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A038E0, void, RNGCryptoServiceProvider__ctor, (RNGCryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x01A03950, void, RNGCryptoServiceProvider_Check, (RNGCryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C676F8, RNGCryptoServiceProvider_Check__MethodInfo); DO_APP_FUNC(0x00418D40, bool, RNGCryptoServiceProvider_RngOpen, (MethodInfo * method)); DO_APP_FUNC(0x01A03A00, void *, RNGCryptoServiceProvider_RngInitialize, (uint8_t * seed, void * seed_length, MethodInfo * method)); DO_APP_FUNC(0x01A03A10, void *, RNGCryptoServiceProvider_RngGetBytes, (void * handle, uint8_t * data, void * data_length, MethodInfo * method)); DO_APP_FUNC(0x01A03AA0, void, RNGCryptoServiceProvider_RngClose, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x01A03AB0, void, RNGCryptoServiceProvider_GetBytes, (RNGCryptoServiceProvider * __this, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C676B8, RNGCryptoServiceProvider_GetBytes__MethodInfo); DO_APP_FUNC(0x01A03D70, void, RNGCryptoServiceProvider_Finalize, (RNGCryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RNGCryptoServiceProvider_Dispose, (RNGCryptoServiceProvider * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RSAPKCS1SignatureDeformatter__ctor, (RSAPKCS1SignatureDeformatter * __this, MethodInfo * method)); DO_APP_FUNC(0x01A03E40, void, RSAPKCS1SignatureDeformatter__ctor_1, (RSAPKCS1SignatureDeformatter * __this, AsymmetricAlgorithm * key, MethodInfo * method)); DO_APP_FUNC(0x01A03E60, void, RSAPKCS1SignatureDeformatter_SetHashAlgorithm, (RSAPKCS1SignatureDeformatter * __this, String * strName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C676C8, RSAPKCS1SignatureDeformatter_SetHashAlgorithm__MethodInfo); DO_APP_FUNC(0x01A03F20, void, RSAPKCS1SignatureDeformatter_SetKey, (RSAPKCS1SignatureDeformatter * __this, AsymmetricAlgorithm * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C676D0, RSAPKCS1SignatureDeformatter_SetKey__MethodInfo); DO_APP_FUNC(0x01A04080, bool, RSAPKCS1SignatureDeformatter_VerifySignature, (RSAPKCS1SignatureDeformatter * __this, Byte__Array * rgbHash, Byte__Array * rgbSignature, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C676E0, RSAPKCS1SignatureDeformatter_VerifySignature__MethodInfo); DO_APP_FUNC(0x003AC050, void, RSAPKCS1SignatureFormatter__ctor, (RSAPKCS1SignatureFormatter * __this, MethodInfo * method)); DO_APP_FUNC(0x01A04290, void, SHA1Internal__ctor, (SHA1Internal * __this, MethodInfo * method)); DO_APP_FUNC(0x01A04410, void, SHA1Internal_HashCore, (SHA1Internal * __this, Byte__Array * rgb, int32_t ibStart, int32_t cbSize, MethodInfo * method)); DO_APP_FUNC(0x01A04560, Byte__Array *, SHA1Internal_HashFinal, (SHA1Internal * __this, MethodInfo * method)); DO_APP_FUNC(0x01A04650, void, SHA1Internal_Initialize, (SHA1Internal * __this, MethodInfo * method)); DO_APP_FUNC(0x01A046E0, void, SHA1Internal_ProcessBlock, (SHA1Internal * __this, Byte__Array * inputBuffer, uint32_t inputOffset, MethodInfo * method)); DO_APP_FUNC(0x01A04DD0, void, SHA1Internal_InitialiseBuff, (UInt32__Array * buff, Byte__Array * input, uint32_t inputOffset, MethodInfo * method)); DO_APP_FUNC(0x01A05550, void, SHA1Internal_FillBuff, (UInt32__Array * buff, MethodInfo * method)); DO_APP_FUNC(0x01A05930, void, SHA1Internal_ProcessFinalBlock, (SHA1Internal * __this, Byte__Array * inputBuffer, int32_t inputOffset, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC(0x01A05B60, void, SHA1Internal_AddLength, (SHA1Internal * __this, uint64_t length, Byte__Array * buffer, int32_t position, MethodInfo * method)); DO_APP_FUNC(0x01A05C40, void, SHA1CryptoServiceProvider__ctor, (SHA1CryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x01A007C0, void, SHA1CryptoServiceProvider_Finalize, (SHA1CryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x019DE220, void, SHA1CryptoServiceProvider_Dispose, (SHA1CryptoServiceProvider * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01A05E60, void, SHA1CryptoServiceProvider_HashCore, (SHA1CryptoServiceProvider * __this, Byte__Array * rgb, int32_t ibStart, int32_t cbSize, MethodInfo * method)); DO_APP_FUNC(0x01A05FC0, Byte__Array *, SHA1CryptoServiceProvider_HashFinal, (SHA1CryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x01A060C0, void, SHA1CryptoServiceProvider_Initialize, (SHA1CryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x01A060E0, void, TripleDESTransform__ctor, (TripleDESTransform * __this, TripleDES * algo, bool encryption, Byte__Array * key, Byte__Array * iv, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C676B0, TripleDESTransform__ctor__MethodInfo); DO_APP_FUNC(0x01A06A90, void, TripleDESTransform_ECB, (TripleDESTransform * __this, Byte__Array * input, Byte__Array * output, MethodInfo * method)); DO_APP_FUNC(0x01A06C00, Byte__Array *, TripleDESTransform_GetStrongKey, (MethodInfo * method)); DO_APP_FUNC(0x01A06D10, Object *, CryptoConfigForwarder_CreateFromName, (String * name, MethodInfo * method)); DO_APP_FUNC(0x01A06DA0, void, X509Certificate_Reset, (X509Certificate * __this, MethodInfo * method)); DO_APP_FUNC(0x01A070C0, void, X509Certificate__ctor, (X509Certificate * __this, MethodInfo * method)); DO_APP_FUNC(0x01A07140, void, X509Certificate__ctor_1, (X509Certificate * __this, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x01A072F0, void, X509Certificate__ctor_2, (X509Certificate * __this, Byte__Array * rawData, String * password, MethodInfo * method)); DO_APP_FUNC(0x01A07310, void, X509Certificate__ctor_3, (X509Certificate * __this, Byte__Array * rawData, SecureString * password, MethodInfo * method)); DO_APP_FUNC(0x01A07330, void, X509Certificate__ctor_4, (X509Certificate * __this, Byte__Array * rawData, String * password, X509KeyStorageFlags__Enum keyStorageFlags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67698, X509Certificate__ctor_4__MethodInfo); DO_APP_FUNC(0x01A07550, void, X509Certificate__ctor_5, (X509Certificate * __this, Byte__Array * rawData, SecureString * password, X509KeyStorageFlags__Enum keyStorageFlags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67648, X509Certificate__ctor_5__MethodInfo); DO_APP_FUNC(0x01A07770, void, X509Certificate__ctor_6, (X509Certificate * __this, void * handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67658, X509Certificate__ctor_6__MethodInfo); DO_APP_FUNC(0x01A07820, void, X509Certificate__ctor_7, (X509Certificate * __this, X509CertificateImpl * impl, MethodInfo * method)); DO_APP_FUNC(0x01A07910, void, X509Certificate__ctor_8, (X509Certificate * __this, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x01A07930, void, X509Certificate__ctor_9, (X509Certificate * __this, String * fileName, String * password, MethodInfo * method)); DO_APP_FUNC(0x01A07950, void, X509Certificate__ctor_10, (X509Certificate * __this, String * fileName, SecureString * password, MethodInfo * method)); DO_APP_FUNC(0x01A07970, void, X509Certificate__ctor_11, (X509Certificate * __this, String * fileName, String * password, X509KeyStorageFlags__Enum keyStorageFlags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67668, X509Certificate__ctor_11__MethodInfo); DO_APP_FUNC(0x01A07B80, void, X509Certificate__ctor_12, (X509Certificate * __this, String * fileName, SecureString * password, X509KeyStorageFlags__Enum keyStorageFlags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67670, X509Certificate__ctor_12__MethodInfo); DO_APP_FUNC(0x01A07D40, void, X509Certificate__ctor_13, (X509Certificate * __this, X509Certificate * cert, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67608, X509Certificate__ctor_13__MethodInfo); DO_APP_FUNC(0x01A07F30, void, X509Certificate__ctor_14, (X509Certificate * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67610, X509Certificate__ctor_14__MethodInfo); DO_APP_FUNC(0x01A07F80, void, X509Certificate_System_Runtime_Serialization_ISerializable_GetObjectData, (X509Certificate * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67618, X509Certificate_System_Runtime_Serialization_ISerializable_GetObjectData__MethodInfo); DO_APP_FUNC(0x01A07FD0, void, X509Certificate_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization, (X509Certificate * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67620, X509Certificate_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization__MethodInfo); DO_APP_FUNC(0x01A08020, String *, X509Certificate_get_Issuer, (X509Certificate * __this, MethodInfo * method)); DO_APP_FUNC(0x01A08110, String *, X509Certificate_get_Subject, (X509Certificate * __this, MethodInfo * method)); DO_APP_FUNC(0x01A08200, void, X509Certificate_Dispose, (X509Certificate * __this, MethodInfo * method)); DO_APP_FUNC(0x01A08220, void, X509Certificate_Dispose_1, (X509Certificate * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01A08240, bool, X509Certificate_Equals, (X509Certificate * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01A082E0, bool, X509Certificate_Equals_1, (X509Certificate * __this, X509Certificate * other, MethodInfo * method)); DO_APP_FUNC(0x01A08410, Byte__Array *, X509Certificate_Export, (X509Certificate * __this, X509ContentType__Enum contentType, String * password, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67628, X509Certificate_Export__MethodInfo); DO_APP_FUNC(0x01A085F0, Byte__Array *, X509Certificate_GetCertHash, (X509Certificate * __this, MethodInfo * method)); DO_APP_FUNC(0x01A086C0, String *, X509Certificate_GetCertHashString, (X509Certificate * __this, MethodInfo * method)); DO_APP_FUNC(0x01A08740, Byte__Array *, X509Certificate_GetRawCertHash, (X509Certificate * __this, MethodInfo * method)); DO_APP_FUNC(0x01A087D0, Byte__Array *, X509Certificate_GetRawCertData, (X509Certificate * __this, MethodInfo * method)); DO_APP_FUNC(0x01A088C0, int32_t, X509Certificate_GetHashCode, (X509Certificate * __this, MethodInfo * method)); DO_APP_FUNC(0x01A089C0, String *, X509Certificate_GetKeyAlgorithm, (X509Certificate * __this, MethodInfo * method)); DO_APP_FUNC(0x01A08AB0, Byte__Array *, X509Certificate_GetKeyAlgorithmParameters, (X509Certificate * __this, MethodInfo * method)); DO_APP_FUNC(0x01A08C00, Byte__Array *, X509Certificate_GetPublicKey, (X509Certificate * __this, MethodInfo * method)); DO_APP_FUNC(0x01A08D50, Byte__Array *, X509Certificate_GetSerialNumber, (X509Certificate * __this, MethodInfo * method)); DO_APP_FUNC(0x01A08ED0, String *, X509Certificate_GetSerialNumberString, (X509Certificate * __this, MethodInfo * method)); DO_APP_FUNC(0x01A08F50, Byte__Array *, X509Certificate_GetRawSerialNumber, (X509Certificate * __this, MethodInfo * method)); DO_APP_FUNC(0x01A08FE0, String *, X509Certificate_ToString, (X509Certificate * __this, MethodInfo * method)); DO_APP_FUNC(0x01A09000, String *, X509Certificate_ToString_1, (X509Certificate * __this, bool fVerbose, MethodInfo * method)); DO_APP_FUNC(0x01A09530, void, X509Certificate_Import, (X509Certificate * __this, Byte__Array * rawData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C675D8, X509Certificate_Import__MethodInfo); DO_APP_FUNC(0x01A09590, void, X509Certificate_Import_1, (X509Certificate * __this, Byte__Array * rawData, String * password, X509KeyStorageFlags__Enum keyStorageFlags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C675E0, X509Certificate_Import_1__MethodInfo); DO_APP_FUNC(0x01A095F0, void, X509Certificate_Import_2, (X509Certificate * __this, Byte__Array * rawData, SecureString * password, X509KeyStorageFlags__Enum keyStorageFlags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C675E8, X509Certificate_Import_2__MethodInfo); DO_APP_FUNC(0x01A09650, void, X509Certificate_Import_3, (X509Certificate * __this, String * fileName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C675F0, X509Certificate_Import_3__MethodInfo); DO_APP_FUNC(0x01A096B0, void, X509Certificate_Import_4, (X509Certificate * __this, String * fileName, String * password, X509KeyStorageFlags__Enum keyStorageFlags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C675F8, X509Certificate_Import_4__MethodInfo); DO_APP_FUNC(0x01A09710, void, X509Certificate_Import_5, (X509Certificate * __this, String * fileName, SecureString * password, X509KeyStorageFlags__Enum keyStorageFlags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67600, X509Certificate_Import_5__MethodInfo); DO_APP_FUNC(0x01A09770, DateTime, X509Certificate_GetNotAfter, (X509Certificate * __this, MethodInfo * method)); DO_APP_FUNC(0x01A098A0, DateTime, X509Certificate_GetNotBefore, (X509Certificate * __this, MethodInfo * method)); DO_APP_FUNC(0x01A099D0, String *, X509Certificate_FormatDate, (DateTime date, MethodInfo * method)); DO_APP_FUNC(0x01A09C60, void, X509Certificate_ValidateKeyStorageFlags, (X509KeyStorageFlags__Enum keyStorageFlags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67580, X509Certificate_ValidateKeyStorageFlags__MethodInfo); DO_APP_FUNC(0x01A09D90, void, X509Certificate_VerifyContentType, (X509Certificate * __this, X509ContentType__Enum contentType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C675A0, X509Certificate_VerifyContentType__MethodInfo); DO_APP_FUNC(0x01A09E00, void, X509Certificate_ImportHandle, (X509Certificate * __this, X509CertificateImpl * impl, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, X509CertificateImpl *, X509Certificate_get_Impl, (X509Certificate * __this, MethodInfo * method)); DO_APP_FUNC(0x01A09E80, bool, X509Certificate_get_IsValid, (X509Certificate * __this, MethodInfo * method)); DO_APP_FUNC(0x01A09EA0, void, X509Certificate_ThrowIfInvalid, (X509Certificate * __this, MethodInfo * method)); DO_APP_FUNC(0x01A09F00, void, X509CertificateImpl_ThrowIfContextInvalid, (X509CertificateImpl * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C675A8, X509CertificateImpl_ThrowIfContextInvalid__MethodInfo); DO_APP_FUNC(0x01A09F50, int32_t, X509CertificateImpl_GetHashCode, (X509CertificateImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x01A09FE0, bool, X509CertificateImpl_Equals, (X509CertificateImpl * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01A0A1B0, void, X509CertificateImpl_Dispose, (X509CertificateImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, X509CertificateImpl_Dispose_1, (X509CertificateImpl * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01A0A220, void, X509CertificateImpl_Finalize, (X509CertificateImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, X509CertificateImpl__ctor, (X509CertificateImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0A270, ISystemCertificateProvider *, X509Helper_get_CertificateProvider, (MethodInfo * method)); DO_APP_FUNC(0x01A0A2F0, X509CertificateImpl *, X509Helper_InitFromCertificate, (X509Certificate * cert, MethodInfo * method)); DO_APP_FUNC(0x01A0A3C0, X509CertificateImpl *, X509Helper_InitFromCertificate_1, (X509CertificateImpl * impl, MethodInfo * method)); DO_APP_FUNC(0x01A0A3E0, bool, X509Helper_IsValid, (X509CertificateImpl * impl, MethodInfo * method)); DO_APP_FUNC(0x01A0A400, void, X509Helper_ThrowIfContextInvalid, (X509CertificateImpl * impl, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67550, X509Helper_ThrowIfContextInvalid__MethodInfo); DO_APP_FUNC(0x01A0A450, Exception *, X509Helper_GetInvalidContextException, (MethodInfo * method)); DO_APP_FUNC(0x01A0A4D0, X509CertificateImpl *, X509Helper_Import, (Byte__Array * rawData, MethodInfo * method)); DO_APP_FUNC(0x01A0A590, X509CertificateImpl *, X509Helper_Import_1, (Byte__Array * rawData, SafePasswordHandle * password, X509KeyStorageFlags__Enum keyStorageFlags, MethodInfo * method)); DO_APP_FUNC(0x01A0A6A0, void, GenericIdentity__ctor, (GenericIdentity * __this, String * name, String * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67560, GenericIdentity__ctor__MethodInfo); DO_APP_FUNC(0x01A0A970, void, GenericIdentity__ctor_1, (GenericIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0A9A0, void, GenericIdentity__ctor_2, (GenericIdentity * __this, GenericIdentity * identity, MethodInfo * method)); DO_APP_FUNC(0x01A0AA90, ClaimsIdentity *, GenericIdentity_Clone, (GenericIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0ABC0, IEnumerable_1_System_Security_Claims_Claim_ *, GenericIdentity_get_Claims, (GenericIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, String *, GenericIdentity_get_Name, (GenericIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, String *, GenericIdentity_get_AuthenticationType, (GenericIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0AC80, void, GenericIdentity_AddNameClaim, (GenericIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0ADC0, void, GenericPrincipal__ctor, (GenericPrincipal * __this, IIdentity * identity, String__Array * roles, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67528, GenericPrincipal__ctor__MethodInfo); DO_APP_FUNC(0x003B93B0, IIdentity *, GenericPrincipal_get_Identity, (GenericPrincipal * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0B160, void, IdentityNotMappedException__ctor, (IdentityNotMappedException * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0B1B0, void, IdentityNotMappedException__ctor_1, (IdentityNotMappedException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IdentityNotMappedException_GetObjectData, (IdentityNotMappedException * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IdentityReference__ctor, (IdentityReference * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0B1C0, bool, IdentityReference_op_Equality, (IdentityReference * left, IdentityReference * right, MethodInfo * method)); DO_APP_FUNC(0x01A0B280, void, NTAccount__ctor, (NTAccount * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67538, NTAccount__ctor__MethodInfo); DO_APP_FUNC(0x003B93C0, String *, NTAccount_get_Value, (NTAccount * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0B3B0, bool, NTAccount_Equals, (NTAccount * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x01A0B480, int32_t, NTAccount_GetHashCode, (NTAccount * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0B4C0, String *, NTAccount_ToString, (NTAccount * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0B4E0, IdentityReference *, NTAccount_Translate, (NTAccount * __this, Type * targetType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C674E0, NTAccount_Translate__MethodInfo); DO_APP_FUNC(0x01A0B1C0, bool, NTAccount_op_Equality, (NTAccount * left, NTAccount * right, MethodInfo * method)); DO_APP_FUNC(0x01A0B7F0, void, SecurityIdentifier__ctor, (SecurityIdentifier * __this, String * sddlForm, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67468, SecurityIdentifier__ctor__MethodInfo); DO_APP_FUNC(0x01A0B8F0, void, SecurityIdentifier__ctor_1, (SecurityIdentifier * __this, Byte__Array * binaryForm, int32_t offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67478, SecurityIdentifier__ctor_1__MethodInfo); DO_APP_FUNC(0x01A0BB80, void, SecurityIdentifier_CreateFromBinaryForm, (SecurityIdentifier * __this, void * binaryForm, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67480, SecurityIdentifier_CreateFromBinaryForm__MethodInfo); DO_APP_FUNC(0x00C3BB90, int32_t, SecurityIdentifier_get_BinaryLength, (SecurityIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0BD20, String *, SecurityIdentifier_get_Value, (SecurityIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0C060, uint64_t, SecurityIdentifier_GetSidAuthority, (SecurityIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0C110, uint8_t, SecurityIdentifier_GetSidSubAuthorityCount, (SecurityIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0C140, uint32_t, SecurityIdentifier_GetSidSubAuthority, (SecurityIdentifier * __this, uint8_t index, MethodInfo * method)); DO_APP_FUNC(0x01A0C1C0, int32_t, SecurityIdentifier_CompareTo, (SecurityIdentifier * __this, SecurityIdentifier * sid, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C674A0, SecurityIdentifier_CompareTo__MethodInfo); DO_APP_FUNC(0x01A0C380, bool, SecurityIdentifier_Equals, (SecurityIdentifier * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x01A0C4A0, bool, SecurityIdentifier_Equals_1, (SecurityIdentifier * __this, SecurityIdentifier * sid, MethodInfo * method)); DO_APP_FUNC(0x01A0C570, void, SecurityIdentifier_GetBinaryForm, (SecurityIdentifier * __this, Byte__Array * binaryForm, int32_t offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67420, SecurityIdentifier_GetBinaryForm__MethodInfo); DO_APP_FUNC(0x01A0B480, int32_t, SecurityIdentifier_GetHashCode, (SecurityIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0B4C0, String *, SecurityIdentifier_ToString, (SecurityIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0C670, IdentityReference *, SecurityIdentifier_Translate, (SecurityIdentifier * __this, Type * targetType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67430, SecurityIdentifier_Translate__MethodInfo); DO_APP_FUNC(0x01A0B1C0, bool, SecurityIdentifier_op_Equality, (SecurityIdentifier * left, SecurityIdentifier * right, MethodInfo * method)); DO_APP_FUNC(0x01A0C980, bool, SecurityIdentifier_op_Inequality, (SecurityIdentifier * left, SecurityIdentifier * right, MethodInfo * method)); DO_APP_FUNC(0x01A0CA40, Byte__Array *, SecurityIdentifier_ParseSddlForm, (String * sddlForm, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67448, SecurityIdentifier_ParseSddlForm__MethodInfo); DO_APP_FUNC(0x01A0D2A0, bool, SecurityIdentifier_TryParseAuthority, (String * s, uint64_t * result, MethodInfo * method)); DO_APP_FUNC(0x01A0D3B0, bool, SecurityIdentifier_TryParseSubAuthority, (String * s, uint32_t * result, MethodInfo * method)); DO_APP_FUNC(0x01A0D4C0, void, SecurityIdentifier__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, WellKnownAccount_set_WellKnownValue, (WellKnownAccount * __this, WellKnownSidType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB250, bool, WellKnownAccount_get_IsAbsolute, (WellKnownAccount * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0D520, void, WellKnownAccount_set_IsAbsolute, (WellKnownAccount * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, WellKnownAccount_get_Sid, (WellKnownAccount * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, WellKnownAccount_set_Sid, (WellKnownAccount * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, WellKnownAccount_set_Rid, (WellKnownAccount * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, WellKnownAccount_get_Name, (WellKnownAccount * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, WellKnownAccount_set_Name, (WellKnownAccount * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, WellKnownAccount_get_SddlForm, (WellKnownAccount * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, WellKnownAccount_set_SddlForm, (WellKnownAccount * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01A0D530, WellKnownAccount *, WellKnownAccount_LookupBySid, (String * s, MethodInfo * method)); DO_APP_FUNC(0x01A0D620, WellKnownAccount *, WellKnownAccount_LookupByName, (String * s, MethodInfo * method)); DO_APP_FUNC(0x01A0D710, WellKnownAccount *, WellKnownAccount_LookupBySddlForm, (String * s, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WellKnownAccount__ctor, (WellKnownAccount * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0D800, void, WellKnownAccount__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A10AF0, void, WindowsIdentity__ctor, (WindowsIdentity * __this, void * userToken, String * type, WindowsAccountType__Enum acctType, bool isAuthenticated, MethodInfo * method)); DO_APP_FUNC(0x01A10C40, void, WindowsIdentity__ctor_1, (WindowsIdentity * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A10CD0, void, WindowsIdentity__ctor_2, (WindowsIdentity * __this, ClaimsIdentity * claimsIdentity, void * userToken, MethodInfo * method)); DO_APP_FUNC(0x01A10D50, void, WindowsIdentity_Dispose, (WindowsIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A10DA0, WindowsIdentity *, WindowsIdentity_GetCurrent, (MethodInfo * method)); DO_APP_FUNC(0x01A10F10, WindowsImpersonationContext *, WindowsIdentity_Impersonate, (WindowsIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, String *, WindowsIdentity_get_AuthenticationType, (WindowsIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A10F70, String *, WindowsIdentity_get_Name, (WindowsIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A11020, void, WindowsIdentity_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization, (WindowsIdentity * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66F48, WindowsIdentity_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization__MethodInfo); DO_APP_FUNC(0x01A114C0, void, WindowsIdentity_System_Runtime_Serialization_ISerializable_GetObjectData, (WindowsIdentity * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A11620, ClaimsIdentity *, WindowsIdentity_CloneAsBase, (WindowsIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, void *, WindowsIdentity_GetTokenInternal, (WindowsIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A11630, void, WindowsIdentity_SetToken, (WindowsIdentity * __this, void * token, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66F70, WindowsIdentity_SetToken__MethodInfo); DO_APP_FUNC(0x003C94D0, void *, WindowsIdentity_GetCurrentToken, (MethodInfo * method)); DO_APP_FUNC(0x01A11790, String *, WindowsIdentity_GetTokenName, (void * token, MethodInfo * method)); DO_APP_FUNC(0x01A117A0, void, WindowsIdentity__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A11800, void, WindowsImpersonationContext__ctor, (WindowsImpersonationContext * __this, void * token, MethodInfo * method)); DO_APP_FUNC(0x01A11810, void, WindowsImpersonationContext_Dispose, (WindowsImpersonationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01A11830, void, WindowsImpersonationContext_Undo, (WindowsImpersonationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01A11860, bool, WindowsImpersonationContext_CloseToken, (void * token, MethodInfo * method)); DO_APP_FUNC(0x01A11870, void *, WindowsImpersonationContext_DuplicateToken, (void * token, MethodInfo * method)); DO_APP_FUNC(0x01A11880, bool, WindowsImpersonationContext_SetCurrentToken, (void * token, MethodInfo * method)); DO_APP_FUNC(0x01A11890, bool, WindowsImpersonationContext_RevertToSelf, (MethodInfo * method)); DO_APP_FUNC(0x01A118A0, void, Claim__ctor, (Claim * __this, String * type, String * value, String * valueType, String * issuer, String * originalIssuer, ClaimsIdentity * subject, MethodInfo * method)); DO_APP_FUNC(0x01A118F0, void, Claim__ctor_1, (Claim * __this, String * type, String * value, String * valueType, String * issuer, String * originalIssuer, ClaimsIdentity * subject, String * propertyKey, String * propertyValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66F20, Claim__ctor_1__MethodInfo); DO_APP_FUNC(0x01A11C50, void, Claim__ctor_2, (Claim * __this, Claim * other, ClaimsIdentity * subject, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66F08, Claim__ctor_2__MethodInfo); DO_APP_FUNC(0x01A12370, void, Claim_OnDeserializedMethod, (Claim * __this, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A12400, IDictionary_2_System_String_System_String_ *, Claim_get_Properties, (Claim * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, ClaimsIdentity *, Claim_get_Subject, (Claim * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, Claim_set_Subject, (Claim * __this, ClaimsIdentity * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, Claim_get_Type, (Claim * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, Claim_get_Value, (Claim * __this, MethodInfo * method)); DO_APP_FUNC(0x01A12630, Claim *, Claim_Clone, (Claim * __this, ClaimsIdentity * identity, MethodInfo * method)); DO_APP_FUNC(0x01A126B0, String *, Claim_ToString, (Claim * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0A970, void, ClaimsIdentity__ctor, (ClaimsIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A127C0, void, ClaimsIdentity__ctor_1, (ClaimsIdentity * __this, IEnumerable_1_System_Security_Claims_Claim_ * claims, MethodInfo * method)); DO_APP_FUNC(0x01A127F0, void, ClaimsIdentity__ctor_2, (ClaimsIdentity * __this, IIdentity * identity, IEnumerable_1_System_Security_Claims_Claim_ * claims, String * authenticationType, String * nameType, String * roleType, MethodInfo * method)); DO_APP_FUNC(0x01A12820, void, ClaimsIdentity__ctor_3, (ClaimsIdentity * __this, IIdentity * identity, IEnumerable_1_System_Security_Claims_Claim_ * claims, String * authenticationType, String * nameType, String * roleType, bool checkAuthType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66ED0, ClaimsIdentity__ctor_3__MethodInfo); DO_APP_FUNC(0x01A13290, void, ClaimsIdentity__ctor_4, (ClaimsIdentity * __this, ClaimsIdentity * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66E30, ClaimsIdentity__ctor_4__MethodInfo); DO_APP_FUNC(0x01A138E0, void, ClaimsIdentity__ctor_5, (ClaimsIdentity * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66E38, ClaimsIdentity__ctor_5__MethodInfo); DO_APP_FUNC(0x003CB370, String *, ClaimsIdentity_get_AuthenticationType, (ClaimsIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, ClaimsIdentity *, ClaimsIdentity_get_Actor, (ClaimsIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A13C50, void, ClaimsIdentity_set_Actor, (ClaimsIdentity * __this, ClaimsIdentity * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66E40, ClaimsIdentity_set_Actor__MethodInfo); DO_APP_FUNC(0x01A0ABC0, IEnumerable_1_System_Security_Claims_Claim_ *, ClaimsIdentity_get_Claims, (ClaimsIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A13D50, String *, ClaimsIdentity_get_Name, (ClaimsIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, ClaimsIdentity_get_NameClaimType, (ClaimsIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A13D80, ClaimsIdentity *, ClaimsIdentity_Clone, (ClaimsIdentity * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66E58, ClaimsIdentity_Clone__MethodInfo); DO_APP_FUNC(0x01A140B0, void, ClaimsIdentity_AddClaim, (ClaimsIdentity * __this, Claim * claim, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66E70, ClaimsIdentity_AddClaim__MethodInfo); DO_APP_FUNC(0x01A14190, void, ClaimsIdentity_SafeAddClaims, (ClaimsIdentity * __this, IEnumerable_1_System_Security_Claims_Claim_ * claims, MethodInfo * method)); DO_APP_FUNC(0x01A143D0, void, ClaimsIdentity_SafeAddClaim, (ClaimsIdentity * __this, Claim * claim, MethodInfo * method)); DO_APP_FUNC(0x01A14460, Claim *, ClaimsIdentity_FindFirst, (ClaimsIdentity * __this, String * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66E18, ClaimsIdentity_FindFirst__MethodInfo); DO_APP_FUNC(0x01A146F0, void, ClaimsIdentity_OnSerializingMethod, (ClaimsIdentity * __this, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A14840, void, ClaimsIdentity_OnDeserializedMethod, (ClaimsIdentity * __this, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A14A00, void, ClaimsIdentity_OnDeserializingMethod, (ClaimsIdentity * __this, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A14B90, void, ClaimsIdentity_GetObjectData, (ClaimsIdentity * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66DF8, ClaimsIdentity_GetObjectData__MethodInfo); DO_APP_FUNC(0x01A15060, void, ClaimsIdentity_DeserializeClaims, (ClaimsIdentity * __this, String * serializedClaims, MethodInfo * method)); DO_APP_FUNC(0x01A15480, String *, ClaimsIdentity_SerializeClaims, (ClaimsIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A15650, bool, ClaimsIdentity_IsCircular, (ClaimsIdentity * __this, ClaimsIdentity * subject, MethodInfo * method)); DO_APP_FUNC(0x01A156A0, void, ClaimsIdentity_Deserialize, (ClaimsIdentity * __this, SerializationInfo * info, StreamingContext context, bool useContext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66D88, ClaimsIdentity_Deserialize__MethodInfo); DO_APP_FUNC(0x0099F020, void, ClaimsIdentity_get_Claims_d_51__ctor, (ClaimsIdentity_get_Claims_d_51 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x01A16080, void, ClaimsIdentity_get_Claims_d_51_System_IDisposable_Dispose, (ClaimsIdentity_get_Claims_d_51 * __this, MethodInfo * method)); DO_APP_FUNC(0x01A16150, bool, ClaimsIdentity_get_Claims_d_51_MoveNext, (ClaimsIdentity_get_Claims_d_51 * __this, MethodInfo * method)); DO_APP_FUNC(0x01A16660, void, ClaimsIdentity_get_Claims_d_51___m__Finally1, (ClaimsIdentity_get_Claims_d_51 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Claim *, ClaimsIdentity_get_Claims_d_51_System_Collections_Generic_IEnumerator_System_Security_Claims_Claim__get_Current, (ClaimsIdentity_get_Claims_d_51 * __this, MethodInfo * method)); DO_APP_FUNC(0x01A166C0, void, ClaimsIdentity_get_Claims_d_51_System_Collections_IEnumerator_Reset, (ClaimsIdentity_get_Claims_d_51 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66D00, ClaimsIdentity_get_Claims_d_51_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ClaimsIdentity_get_Claims_d_51_System_Collections_IEnumerator_get_Current, (ClaimsIdentity_get_Claims_d_51 * __this, MethodInfo * method)); DO_APP_FUNC(0x01A16710, IEnumerator_1_System_Security_Claims_Claim_ *, ClaimsIdentity_get_Claims_d_51_System_Collections_Generic_IEnumerable_System_Security_Claims_Claim__GetEnumerator, (ClaimsIdentity_get_Claims_d_51 * __this, MethodInfo * method)); DO_APP_FUNC(0x01A16710, IEnumerator *, ClaimsIdentity_get_Claims_d_51_System_Collections_IEnumerable_GetEnumerator, (ClaimsIdentity_get_Claims_d_51 * __this, MethodInfo * method)); DO_APP_FUNC(0x01A16800, ClaimsIdentity *, ClaimsPrincipal_SelectPrimaryIdentity, (IEnumerable_1_System_Security_Claims_ClaimsIdentity_ * identities, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66D40, ClaimsPrincipal_SelectPrimaryIdentity__MethodInfo); DO_APP_FUNC(0x01A16A90, Func_1_System_Security_Claims_ClaimsPrincipal_ *, ClaimsPrincipal_get_ClaimsPrincipalSelector, (MethodInfo * method)); DO_APP_FUNC(0x01A16AF0, void, ClaimsPrincipal__ctor, (ClaimsPrincipal * __this, MethodInfo * method)); DO_APP_FUNC(0x01A16C30, void, ClaimsPrincipal__ctor_1, (ClaimsPrincipal * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66CC0, ClaimsPrincipal__ctor_1__MethodInfo); DO_APP_FUNC(0x01A16E00, void, ClaimsPrincipal_OnSerializingMethod, (ClaimsPrincipal * __this, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A16EA0, void, ClaimsPrincipal_OnDeserializedMethod, (ClaimsPrincipal * __this, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A16F50, void, ClaimsPrincipal_Deserialize, (ClaimsPrincipal * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66CD8, ClaimsPrincipal_Deserialize__MethodInfo); DO_APP_FUNC(0x01A17140, void, ClaimsPrincipal_DeserializeIdentities, (ClaimsPrincipal * __this, String * identities, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66CF0, ClaimsPrincipal_DeserializeIdentities__MethodInfo); DO_APP_FUNC(0x01A177D0, String *, ClaimsPrincipal_SerializeIdentities, (ClaimsPrincipal * __this, MethodInfo * method)); DO_APP_FUNC(0x01A18000, IIdentity *, ClaimsPrincipal_get_Identity, (ClaimsPrincipal * __this, MethodInfo * method)); DO_APP_FUNC(0x01A180C0, void, ClaimsPrincipal__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A18250, void, PrivilegeNotHeldException__ctor, (PrivilegeNotHeldException * __this, MethodInfo * method)); DO_APP_FUNC(0x01A182A0, void, PrivilegeNotHeldException__ctor_1, (PrivilegeNotHeldException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A183B0, void, PrivilegeNotHeldException_GetObjectData, (PrivilegeNotHeldException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A18540, void, AccessRule__ctor, (AccessRule * __this, IdentityReference * identity, int32_t accessMask, bool isInherited, InheritanceFlags__Enum inheritanceFlags, PropagationFlags__Enum propagationFlags, AccessControlType__Enum type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66C20, AccessRule__ctor__MethodInfo); DO_APP_FUNC(0x0041F4C0, AccessControlType__Enum, AccessRule_get_AccessControlType, (AccessRule * __this, MethodInfo * method)); DO_APP_FUNC(0x01A185F0, void, AceEnumerator__ctor, (AceEnumerator * __this, GenericAcl * owner, MethodInfo * method)); DO_APP_FUNC(0x01A18650, GenericAce *, AceEnumerator_get_Current, (AceEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01A18650, Object *, AceEnumerator_System_Collections_IEnumerator_get_Current, (AceEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01A18690, bool, AceEnumerator_MoveNext, (AceEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x00727E20, void, AceEnumerator_Reset, (AceEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01A186F0, void, AuditRule__ctor, (AuditRule * __this, IdentityReference * identity, int32_t accessMask, bool isInherited, InheritanceFlags__Enum inheritanceFlags, PropagationFlags__Enum propagationFlags, AuditFlags__Enum auditFlags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66C40, AuditRule__ctor__MethodInfo); DO_APP_FUNC(0x0041F4C0, AuditFlags__Enum, AuditRule_get_AuditFlags, (AuditRule * __this, MethodInfo * method)); DO_APP_FUNC(0x01A187A0, void, AuthorizationRule__ctor, (AuthorizationRule * __this, IdentityReference * identity, int32_t accessMask, bool isInherited, InheritanceFlags__Enum inheritanceFlags, PropagationFlags__Enum propagationFlags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66C60, AuthorizationRule__ctor__MethodInfo); DO_APP_FUNC(0x003B93C0, IdentityReference *, AuthorizationRule_get_IdentityReference, (AuthorizationRule * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, InheritanceFlags__Enum, AuthorizationRule_get_InheritanceFlags, (AuthorizationRule * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, PropagationFlags__Enum, AuthorizationRule_get_PropagationFlags, (AuthorizationRule * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, AuthorizationRule_get_AccessMask, (AuthorizationRule * __this, MethodInfo * method)); DO_APP_FUNC(0x01A18A00, void, CommonAce__ctor, (CommonAce * __this, AceFlags__Enum flags, AceQualifier__Enum qualifier, int32_t accessMask, SecurityIdentifier * sid, bool isCallback, Byte__Array * opaque, MethodInfo * method)); DO_APP_FUNC(0x01A18BB0, void, CommonAce__ctor_1, (CommonAce * __this, Byte__Array * binaryForm, int32_t offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66BB0, CommonAce__ctor_1__MethodInfo); DO_APP_FUNC(0x01A18E80, int32_t, CommonAce_get_BinaryLength, (CommonAce * __this, MethodInfo * method)); DO_APP_FUNC(0x01A18ED0, void, CommonAce_GetBinaryForm, (CommonAce * __this, Byte__Array * binaryForm, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x01A19030, AceType__Enum, CommonAce_ConvertType, (AceQualifier__Enum qualifier, bool isCallback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66BE8, CommonAce_ConvertType__MethodInfo); DO_APP_FUNC(0x01A19150, void, CommonAcl__ctor, (CommonAcl * __this, bool isContainer, bool isDS, RawAcl * rawAcl, MethodInfo * method)); DO_APP_FUNC(0x01A19350, void, CommonAcl__ctor_1, (CommonAcl * __this, bool isContainer, bool isDS, uint8_t revision, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01A19470, void, CommonAcl__ctor_2, (CommonAcl * __this, bool isContainer, bool isDS, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01A195F0, void, CommonAcl_Init, (CommonAcl * __this, bool isContainer, bool isDS, RawAcl * rawAcl, MethodInfo * method)); DO_APP_FUNC(0x01973E60, int32_t, CommonAcl_get_BinaryLength, (CommonAcl * __this, MethodInfo * method)); DO_APP_FUNC(0x01A19650, int32_t, CommonAcl_get_Count, (CommonAcl * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A30, bool, CommonAcl_get_IsCanonical, (CommonAcl * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC1170, bool, CommonAcl_get_IsContainer, (CommonAcl * __this, MethodInfo * method)); DO_APP_FUNC(0x01A19680, bool, CommonAcl_get_IsDS, (CommonAcl * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, CommonAcl_set_IsAefa, (CommonAcl * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01A19690, uint8_t, CommonAcl_get_Revision, (CommonAcl * __this, MethodInfo * method)); DO_APP_FUNC(0x01A196C0, GenericAce *, CommonAcl_get_Item, (CommonAcl * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01A19780, void, CommonAcl_set_Item, (CommonAcl * __this, int32_t index, GenericAce * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66B40, CommonAcl_set_Item__MethodInfo); DO_APP_FUNC(0x01A197D0, void, CommonAcl_GetBinaryForm, (CommonAcl * __this, Byte__Array * binaryForm, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x01A19800, void, CommonAcl_Purge, (CommonAcl * __this, SecurityIdentifier * sid, MethodInfo * method)); DO_APP_FUNC(0x01A19930, void, CommonAcl_RequireCanonicity, (CommonAcl * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66B78, CommonAcl_RequireCanonicity__MethodInfo); DO_APP_FUNC(0x01A199A0, void, CommonAcl_CanonicalizeAndClearAefa, (CommonAcl * __this, MethodInfo * method)); DO_APP_FUNC(0x01A19B70, bool, CommonAcl_IsAceMeaningless, (CommonAcl * __this, GenericAce * ace, MethodInfo * method)); DO_APP_FUNC(0x01A19C80, bool, CommonAcl_TestCanonicity, (CommonAcl * __this, MethodInfo * method)); DO_APP_FUNC(0x01A19F80, int32_t, CommonAcl_GetCanonicalExplicitDenyAceCount, (CommonAcl * __this, MethodInfo * method)); DO_APP_FUNC(0x01A1A0E0, int32_t, CommonAcl_GetCanonicalExplicitAceCount, (CommonAcl * __this, MethodInfo * method)); DO_APP_FUNC(0x01A1A160, void, CommonAcl_MergeExplicitAces, (CommonAcl * __this, MethodInfo * method)); DO_APP_FUNC(0x01A1A270, GenericAce *, CommonAcl_MergeExplicitAcePair, (CommonAcl * __this, GenericAce * ace1, GenericAce * ace2, MethodInfo * method)); DO_APP_FUNC(0x01A1A990, void, CommonAcl_GetObjectAceTypeGuids, (ObjectAce * ace, Guid * type, Guid * inheritedType, MethodInfo * method)); DO_APP_FUNC(0x01A1AA30, void, CommonAcl_ApplyCanonicalSortToExplicitAces, (CommonAcl * __this, int32_t start, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01A1AC20, void, CommonAcl_AddAce, (CommonAcl * __this, AceQualifier__Enum aceQualifier, SecurityIdentifier * sid, int32_t accessMask, InheritanceFlags__Enum inheritanceFlags, PropagationFlags__Enum propagationFlags, AuditFlags__Enum auditFlags, MethodInfo * method)); DO_APP_FUNC(0x01A1AC70, QualifiedAce *, CommonAcl_AddAceGetQualifiedAce, (CommonAcl * __this, AceQualifier__Enum aceQualifier, SecurityIdentifier * sid, int32_t accessMask, InheritanceFlags__Enum inheritanceFlags, PropagationFlags__Enum propagationFlags, AuditFlags__Enum auditFlags, MethodInfo * method)); DO_APP_FUNC(0x01A1AE80, void, CommonAcl_AddAce_1, (CommonAcl * __this, QualifiedAce * newAce, MethodInfo * method)); DO_APP_FUNC(0x01A1B040, GenericAce *, CommonAcl_CopyAce, (GenericAce * ace, MethodInfo * method)); DO_APP_FUNC(0x01A1B0E0, AceFlags__Enum, CommonAcl_GetAceFlags, (CommonAcl * __this, InheritanceFlags__Enum inheritanceFlags, PropagationFlags__Enum propagationFlags, AuditFlags__Enum auditFlags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66A98, CommonAcl_GetAceFlags__MethodInfo); DO_APP_FUNC(0x01A1B240, void, CommonAcl_RemoveAceSpecific, (CommonAcl * __this, AceQualifier__Enum aceQualifier, SecurityIdentifier * sid, int32_t accessMask, InheritanceFlags__Enum inheritanceFlags, PropagationFlags__Enum propagationFlags, AuditFlags__Enum auditFlags, MethodInfo * method)); DO_APP_FUNC(0x01A1B3B0, void, CommonAcl_SetAce, (CommonAcl * __this, AceQualifier__Enum aceQualifier, SecurityIdentifier * sid, int32_t accessMask, InheritanceFlags__Enum inheritanceFlags, PropagationFlags__Enum propagationFlags, AuditFlags__Enum auditFlags, MethodInfo * method)); DO_APP_FUNC(0x01A1B520, void, CommonAcl_SetAce_1, (CommonAcl * __this, QualifiedAce * newAce, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CommonAcl_c_DisplayClass30_0__ctor, (CommonAcl_c_DisplayClass30_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x01A1B670, bool, CommonAcl_c_DisplayClass30_0__Purge_b__0, (CommonAcl_c_DisplayClass30_0 * __this, KnownAce * ace, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66B58, CommonAcl_c_DisplayClass30_0__Purge_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, CommonAcl_c_DisplayClass53_0__ctor, (CommonAcl_c_DisplayClass53_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x01A1B770, bool, CommonAcl_c_DisplayClass53_0__RemoveAceSpecific_b__0, (CommonAcl_c_DisplayClass53_0 * __this, CommonAce * ace, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66AE8, CommonAcl_c_DisplayClass53_0__RemoveAceSpecific_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, CommonAcl_c_DisplayClass57_0__ctor, (CommonAcl_c_DisplayClass57_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x01A1B8F0, bool, CommonAcl_c_DisplayClass57_0__SetAce_b__0, (CommonAcl_c_DisplayClass57_0 * __this, QualifiedAce * oldAce, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66A28, CommonAcl_c_DisplayClass57_0__SetAce_b__0__MethodInfo); DO_APP_FUNC(0x01A1BA50, void, CommonObjectSecurity__ctor, (CommonObjectSecurity * __this, bool isContainer, MethodInfo * method)); DO_APP_FUNC(0x01A1BA60, void, CommonObjectSecurity_AddAccessRule, (CommonObjectSecurity * __this, AccessRule * rule, MethodInfo * method)); DO_APP_FUNC(0x01A1BA90, bool, CommonObjectSecurity_RemoveAccessRule, (CommonObjectSecurity * __this, AccessRule * rule, MethodInfo * method)); DO_APP_FUNC(0x01A1BAD0, void, CommonObjectSecurity_RemoveAccessRuleAll, (CommonObjectSecurity * __this, AccessRule * rule, MethodInfo * method)); DO_APP_FUNC(0x01A1BB10, void, CommonObjectSecurity_RemoveAccessRuleSpecific, (CommonObjectSecurity * __this, AccessRule * rule, MethodInfo * method)); DO_APP_FUNC(0x01A1BB50, void, CommonObjectSecurity_ResetAccessRule, (CommonObjectSecurity * __this, AccessRule * rule, MethodInfo * method)); DO_APP_FUNC(0x01A1BB90, void, CommonObjectSecurity_SetAccessRule, (CommonObjectSecurity * __this, AccessRule * rule, MethodInfo * method)); DO_APP_FUNC(0x01A1BBD0, bool, CommonObjectSecurity_ModifyAccess, (CommonObjectSecurity * __this, AccessControlModification__Enum modification, AccessRule * rule, bool * modified, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66A58, CommonObjectSecurity_ModifyAccess__MethodInfo); DO_APP_FUNC(0x01A1C000, void, CommonObjectSecurity_AddAuditRule, (CommonObjectSecurity * __this, AuditRule * rule, MethodInfo * method)); DO_APP_FUNC(0x01A1C030, bool, CommonObjectSecurity_RemoveAuditRule, (CommonObjectSecurity * __this, AuditRule * rule, MethodInfo * method)); DO_APP_FUNC(0x01A1C070, void, CommonObjectSecurity_RemoveAuditRuleAll, (CommonObjectSecurity * __this, AuditRule * rule, MethodInfo * method)); DO_APP_FUNC(0x01A1C0B0, void, CommonObjectSecurity_RemoveAuditRuleSpecific, (CommonObjectSecurity * __this, AuditRule * rule, MethodInfo * method)); DO_APP_FUNC(0x01A1C0F0, void, CommonObjectSecurity_SetAuditRule, (CommonObjectSecurity * __this, AuditRule * rule, MethodInfo * method)); DO_APP_FUNC(0x01A1C130, bool, CommonObjectSecurity_ModifyAudit, (CommonObjectSecurity * __this, AccessControlModification__Enum modification, AuditRule * rule, bool * modified, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66A80, CommonObjectSecurity_ModifyAudit__MethodInfo); DO_APP_FUNC(0x01A1C670, void, CommonSecurityDescriptor__ctor, (CommonSecurityDescriptor * __this, bool isContainer, bool isDS, Byte__Array * binaryForm, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x01A1C720, void, CommonSecurityDescriptor__ctor_1, (CommonSecurityDescriptor * __this, bool isContainer, bool isDS, ControlFlags__Enum flags, SecurityIdentifier * owner, SecurityIdentifier * group, SystemAcl * systemAcl, DiscretionaryAcl * discretionaryAcl, MethodInfo * method)); DO_APP_FUNC(0x01A1C730, void, CommonSecurityDescriptor_Init, (CommonSecurityDescriptor * __this, bool isContainer, bool isDS, RawSecurityDescriptor * rawSecurityDescriptor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66A18, CommonSecurityDescriptor_Init__MethodInfo); DO_APP_FUNC(0x01A1C920, void, CommonSecurityDescriptor_Init_1, (CommonSecurityDescriptor * __this, bool isContainer, bool isDS, ControlFlags__Enum flags, SecurityIdentifier * owner, SecurityIdentifier * group, SystemAcl * systemAcl, DiscretionaryAcl * discretionaryAcl, MethodInfo * method)); DO_APP_FUNC(0x01A1C9F0, ControlFlags__Enum, CommonSecurityDescriptor_get_ControlFlags, (CommonSecurityDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, DiscretionaryAcl *, CommonSecurityDescriptor_get_DiscretionaryAcl, (CommonSecurityDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x01A1CA10, void, CommonSecurityDescriptor_set_DiscretionaryAcl, (CommonSecurityDescriptor * __this, DiscretionaryAcl * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, SecurityIdentifier *, CommonSecurityDescriptor_get_Group, (CommonSecurityDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, CommonSecurityDescriptor_set_Group, (CommonSecurityDescriptor * __this, SecurityIdentifier * value, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, CommonSecurityDescriptor_get_IsContainer, (CommonSecurityDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A30, bool, CommonSecurityDescriptor_get_IsDS, (CommonSecurityDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, SecurityIdentifier *, CommonSecurityDescriptor_get_Owner, (CommonSecurityDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, CommonSecurityDescriptor_set_Owner, (CommonSecurityDescriptor * __this, SecurityIdentifier * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, SystemAcl *, CommonSecurityDescriptor_get_SystemAcl, (CommonSecurityDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x01A1CC90, void, CommonSecurityDescriptor_set_SystemAcl, (CommonSecurityDescriptor * __this, SystemAcl * value, MethodInfo * method)); DO_APP_FUNC(0x01A1CD10, void, CommonSecurityDescriptor_PurgeAccessControl, (CommonSecurityDescriptor * __this, SecurityIdentifier * sid, MethodInfo * method)); DO_APP_FUNC(0x01A1CD30, void, CommonSecurityDescriptor_PurgeAudit, (CommonSecurityDescriptor * __this, SecurityIdentifier * sid, MethodInfo * method)); DO_APP_FUNC(0x01A1CD50, void, CommonSecurityDescriptor_CheckAclConsistency, (CommonSecurityDescriptor * __this, CommonAcl * acl, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66988, CommonSecurityDescriptor_CheckAclConsistency__MethodInfo); DO_APP_FUNC(0x01A1CE30, void, DiscretionaryAcl__ctor, (DiscretionaryAcl * __this, bool isContainer, bool isDS, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01A1CE40, void, DiscretionaryAcl__ctor_1, (DiscretionaryAcl * __this, bool isContainer, bool isDS, RawAcl * rawAcl, MethodInfo * method)); DO_APP_FUNC(0x01A1CE50, void, DiscretionaryAcl_AddAccess, (DiscretionaryAcl * __this, AccessControlType__Enum accessType, SecurityIdentifier * sid, int32_t accessMask, InheritanceFlags__Enum inheritanceFlags, PropagationFlags__Enum propagationFlags, MethodInfo * method)); DO_APP_FUNC(0x01A1CEC0, bool, DiscretionaryAcl_RemoveAccess, (DiscretionaryAcl * __this, AccessControlType__Enum accessType, SecurityIdentifier * sid, int32_t accessMask, InheritanceFlags__Enum inheritanceFlags, PropagationFlags__Enum propagationFlags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66998, DiscretionaryAcl_RemoveAccess__MethodInfo); DO_APP_FUNC(0x01A1CF10, void, DiscretionaryAcl_RemoveAccessSpecific, (DiscretionaryAcl * __this, AccessControlType__Enum accessType, SecurityIdentifier * sid, int32_t accessMask, InheritanceFlags__Enum inheritanceFlags, PropagationFlags__Enum propagationFlags, MethodInfo * method)); DO_APP_FUNC(0x01A1CF70, void, DiscretionaryAcl_SetAccess, (DiscretionaryAcl * __this, AccessControlType__Enum accessType, SecurityIdentifier * sid, int32_t accessMask, InheritanceFlags__Enum inheritanceFlags, PropagationFlags__Enum propagationFlags, MethodInfo * method)); DO_APP_FUNC(0x01A1CFD0, void, DiscretionaryAcl_ApplyCanonicalSortToExplicitAces, (DiscretionaryAcl * __this, MethodInfo * method)); DO_APP_FUNC(0x01A1D030, int32_t, DiscretionaryAcl_GetAceInsertPosition, (DiscretionaryAcl * __this, AceQualifier__Enum aceQualifier, MethodInfo * method)); DO_APP_FUNC(0x01A1D040, AceQualifier__Enum, DiscretionaryAcl_GetAceQualifier, (AccessControlType__Enum accessType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C669A8, DiscretionaryAcl_GetAceQualifier__MethodInfo); DO_APP_FUNC(0x01A1D0C0, bool, DiscretionaryAcl_IsAceMeaningless, (DiscretionaryAcl * __this, GenericAce * ace, MethodInfo * method)); DO_APP_FUNC(0x01A1D1D0, void, GenericAce__ctor, (GenericAce * __this, AceType__Enum type, AceFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C669C0, GenericAce__ctor__MethodInfo); DO_APP_FUNC(0x01A1D240, void, GenericAce__ctor_1, (GenericAce * __this, Byte__Array * binaryForm, int32_t offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C669C8, GenericAce__ctor_1__MethodInfo); DO_APP_FUNC(0x003BAD20, AceFlags__Enum, GenericAce_get_AceFlags, (GenericAce * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A30, AceType__Enum, GenericAce_get_AceType, (GenericAce * __this, MethodInfo * method)); DO_APP_FUNC(0x01A1D390, AuditFlags__Enum, GenericAce_get_AuditFlags, (GenericAce * __this, MethodInfo * method)); DO_APP_FUNC(0x01A1D3B0, InheritanceFlags__Enum, GenericAce_get_InheritanceFlags, (GenericAce * __this, MethodInfo * method)); DO_APP_FUNC(0x01A1D3D0, bool, GenericAce_get_IsInherited, (GenericAce * __this, MethodInfo * method)); DO_APP_FUNC(0x01A1D3E0, PropagationFlags__Enum, GenericAce_get_PropagationFlags, (GenericAce * __this, MethodInfo * method)); DO_APP_FUNC(0x01A1D400, GenericAce *, GenericAce_CreateFromBinaryForm, (Byte__Array * binaryForm, int32_t offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C669E0, GenericAce_CreateFromBinaryForm__MethodInfo); DO_APP_FUNC(0x01A1D5F0, bool, GenericAce_Equals, (GenericAce * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x01A1D680, int32_t, GenericAce_GetHashCode, (GenericAce * __this, MethodInfo * method)); DO_APP_FUNC(0x01A1D750, bool, GenericAce_op_Equality, (GenericAce * left, GenericAce * right, MethodInfo * method)); DO_APP_FUNC(0x01A1D8B0, bool, GenericAce_op_Inequality, (GenericAce * left, GenericAce * right, MethodInfo * method)); DO_APP_FUNC(0x01A1DA10, bool, GenericAce_IsObjectType, (AceType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x01A1DA30, uint16_t, GenericAce_ReadUShort, (Byte__Array * buffer, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x01A1DA70, int32_t, GenericAce_ReadInt, (Byte__Array * buffer, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x01A1DAE0, void, GenericAce_WriteInt, (int32_t val, Byte__Array * buffer, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x01A1DB50, void, GenericAce_WriteUShort, (uint16_t val, Byte__Array * buffer, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x01A1DB90, void, GenericAcl__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GenericAcl__ctor, (GenericAcl * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, GenericAcl_get_IsSynchronized, (GenericAcl * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Object *, GenericAcl_get_SyncRoot, (GenericAcl * __this, MethodInfo * method)); DO_APP_FUNC(0x01A1DC00, void, GenericAcl_CopyTo, (GenericAcl * __this, GenericAce__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66948, GenericAcl_CopyTo__MethodInfo); DO_APP_FUNC(0x01A1DE20, void, GenericAcl_System_Collections_ICollection_CopyTo, (GenericAcl * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01A1DEB0, AceEnumerator *, GenericAcl_GetEnumerator, (GenericAcl * __this, MethodInfo * method)); DO_APP_FUNC(0x01A1DF50, IEnumerator *, GenericAcl_System_Collections_IEnumerable_GetEnumerator, (GenericAcl * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GenericSecurityDescriptor__ctor, (GenericSecurityDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x01A1D1D0, void, KnownAce__ctor, (KnownAce * __this, AceType__Enum type, AceFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x01A1DF60, void, KnownAce__ctor_1, (KnownAce * __this, Byte__Array * binaryForm, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, KnownAce_get_AccessMask, (KnownAce * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, KnownAce_set_AccessMask, (KnownAce * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, SecurityIdentifier *, KnownAce_get_SecurityIdentifier, (KnownAce * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, KnownAce_set_SecurityIdentifier, (KnownAce * __this, SecurityIdentifier * value, MethodInfo * method)); DO_APP_FUNC(0x01A1E0B0, void, NativeObjectSecurity__ctor, (NativeObjectSecurity * __this, bool isContainer, ResourceType__Enum resourceType, MethodInfo * method)); DO_APP_FUNC(0x01A1E130, void, NativeObjectSecurity__ctor_1, (NativeObjectSecurity * __this, bool isContainer, ResourceType__Enum resourceType, NativeObjectSecurity_ExceptionFromErrorCode * exceptionFromErrorCode, Object * exceptionContext, MethodInfo * method)); DO_APP_FUNC(0x01A1E1C0, void, NativeObjectSecurity__ctor_2, (NativeObjectSecurity * __this, bool isContainer, ResourceType__Enum resourceType, SafeHandle * handle, AccessControlSections__Enum includeSections, MethodInfo * method)); DO_APP_FUNC(0x01A1E240, void, NativeObjectSecurity__ctor_3, (NativeObjectSecurity * __this, bool isContainer, ResourceType__Enum resourceType, String * name, AccessControlSections__Enum includeSections, MethodInfo * method)); DO_APP_FUNC(0x01A1E2C0, void, NativeObjectSecurity__ctor_4, (NativeObjectSecurity * __this, bool isContainer, ResourceType__Enum resourceType, SafeHandle * handle, AccessControlSections__Enum includeSections, NativeObjectSecurity_ExceptionFromErrorCode * exceptionFromErrorCode, Object * exceptionContext, MethodInfo * method)); DO_APP_FUNC(0x01A1E350, void, NativeObjectSecurity__ctor_5, (NativeObjectSecurity * __this, bool isContainer, ResourceType__Enum resourceType, String * name, AccessControlSections__Enum includeSections, NativeObjectSecurity_ExceptionFromErrorCode * exceptionFromErrorCode, Object * exceptionContext, MethodInfo * method)); DO_APP_FUNC(0x01A1E3E0, void, NativeObjectSecurity_ClearAccessControlSectionsModified, (NativeObjectSecurity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A1E480, void, NativeObjectSecurity_Persist, (NativeObjectSecurity * __this, SafeHandle * handle, AccessControlSections__Enum includeSections, Object * exceptionContext, MethodInfo * method)); DO_APP_FUNC(0x01A1E590, Exception *, NativeObjectSecurity_DefaultExceptionFromErrorCode, (int32_t errorCode, String * name, SafeHandle * handle, Object * context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C668C8, NativeObjectSecurity_DefaultExceptionFromErrorCode__MethodInfo); DO_APP_FUNC(0x01A1E820, void, NativeObjectSecurity_RaiseExceptionOnFailure, (NativeObjectSecurity * __this, int32_t errorCode, String * name, SafeHandle * handle, Object * context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C668D8, NativeObjectSecurity_RaiseExceptionOnFailure__MethodInfo); DO_APP_FUNC(0x01A1E8D0, int32_t, NativeObjectSecurity_InternalGet, (NativeObjectSecurity * __this, SafeHandle * handle, AccessControlSections__Enum includeSections, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C667A8, NativeObjectSecurity_InternalGet__MethodInfo); DO_APP_FUNC(0x01A1EA90, int32_t, NativeObjectSecurity_InternalGet_1, (NativeObjectSecurity * __this, String * name, AccessControlSections__Enum includeSections, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C667E8, NativeObjectSecurity_InternalGet_1__MethodInfo); DO_APP_FUNC(0x01A1EC50, int32_t, NativeObjectSecurity_InternalSet, (NativeObjectSecurity * __this, SafeHandle * handle, AccessControlSections__Enum includeSections, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66838, NativeObjectSecurity_InternalSet__MethodInfo); DO_APP_FUNC(0x003C5300, ResourceType__Enum, NativeObjectSecurity_get_ResourceType, (NativeObjectSecurity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A1EEE0, int32_t, NativeObjectSecurity_Win32GetHelper, (NativeObjectSecurity * __this, NativeObjectSecurity_GetSecurityInfoNativeCall * nativeCall, AccessControlSections__Enum includeSections, MethodInfo * method)); DO_APP_FUNC(0x01A1F2F0, int32_t, NativeObjectSecurity_Win32SetHelper, (NativeObjectSecurity * __this, NativeObjectSecurity_SetSecurityInfoNativeCall * nativeCall, AccessControlSections__Enum includeSections, MethodInfo * method)); DO_APP_FUNC(0x01A1F840, String *, NativeObjectSecurity_Win32FixName, (NativeObjectSecurity * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66788, NativeObjectSecurity_Win32FixName__MethodInfo); DO_APP_FUNC(0x01A1F910, int32_t, NativeObjectSecurity_GetSecurityInfo, (SafeHandle * handle, ResourceType__Enum resourceType, SecurityInfos__Enum securityInfos, void * * owner, void * * group, void * * dacl, void * * sacl, void * * descriptor, MethodInfo * method)); DO_APP_FUNC(0x01A1FA40, int32_t, NativeObjectSecurity_GetNamedSecurityInfo, (String * name, ResourceType__Enum resourceType, SecurityInfos__Enum securityInfos, void * * owner, void * * group, void * * dacl, void * * sacl, void * * descriptor, MethodInfo * method)); DO_APP_FUNC(0x01A1FB00, void *, NativeObjectSecurity_LocalFree, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x01A1FB80, int32_t, NativeObjectSecurity_SetSecurityInfo, (SafeHandle * handle, ResourceType__Enum resourceType, SecurityInfos__Enum securityInfos, Byte__Array * owner, Byte__Array * group, Byte__Array * dacl, Byte__Array * sacl, MethodInfo * method)); DO_APP_FUNC(0x01A1FCE0, int32_t, NativeObjectSecurity_GetSecurityDescriptorLength, (void * descriptor, MethodInfo * method)); DO_APP_FUNC(0x01A1FD60, bool, NativeObjectSecurity_IsValidSecurityDescriptor, (void * descriptor, MethodInfo * method)); DO_APP_FUNC(0x01A1FDE0, void, NativeObjectSecurity_ExceptionFromErrorCode__ctor, (NativeObjectSecurity_ExceptionFromErrorCode * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE800, Exception *, NativeObjectSecurity_ExceptionFromErrorCode_Invoke, (NativeObjectSecurity_ExceptionFromErrorCode * __this, int32_t errorCode, String * name, SafeHandle * handle, Object * context, MethodInfo * method)); DO_APP_FUNC(0x01A1FF10, void, NativeObjectSecurity_GetSecurityInfoNativeCall__ctor, (NativeObjectSecurity_GetSecurityInfoNativeCall * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01616320, int32_t, NativeObjectSecurity_GetSecurityInfoNativeCall_Invoke, (NativeObjectSecurity_GetSecurityInfoNativeCall * __this, SecurityInfos__Enum securityInfos, void * * owner, void * * group, void * * dacl, void * * sacl, void * * descriptor, MethodInfo * method)); DO_APP_FUNC(0x01A20040, void, NativeObjectSecurity_SetSecurityInfoNativeCall__ctor, (NativeObjectSecurity_SetSecurityInfoNativeCall * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE5C0, int32_t, NativeObjectSecurity_SetSecurityInfoNativeCall_Invoke, (NativeObjectSecurity_SetSecurityInfoNativeCall * __this, SecurityInfos__Enum securityInfos, Byte__Array * owner, Byte__Array * group, Byte__Array * dacl, Byte__Array * sacl, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeObjectSecurity_c_DisplayClass19_0__ctor, (NativeObjectSecurity_c_DisplayClass19_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x01A20170, int32_t, NativeObjectSecurity_c_DisplayClass19_0__InternalGet_b__0, (NativeObjectSecurity_c_DisplayClass19_0 * __this, SecurityInfos__Enum securityInfos, void * * owner, void * * group, void * * dacl, void * * sacl, void * * descriptor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66908, NativeObjectSecurity_c_DisplayClass19_0__InternalGet_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, NativeObjectSecurity_c_DisplayClass20_0__ctor, (NativeObjectSecurity_c_DisplayClass20_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x01A202B0, int32_t, NativeObjectSecurity_c_DisplayClass20_0__InternalGet_b__0, (NativeObjectSecurity_c_DisplayClass20_0 * __this, SecurityInfos__Enum securityInfos, void * * owner, void * * group, void * * dacl, void * * sacl, void * * descriptor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C667C8, NativeObjectSecurity_c_DisplayClass20_0__InternalGet_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, NativeObjectSecurity_c_DisplayClass21_0__ctor, (NativeObjectSecurity_c_DisplayClass21_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x01A20480, int32_t, NativeObjectSecurity_c_DisplayClass21_0__InternalSet_b__0, (NativeObjectSecurity_c_DisplayClass21_0 * __this, SecurityInfos__Enum securityInfos, Byte__Array * owner, Byte__Array * group, Byte__Array * dacl, Byte__Array * sacl, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66818, NativeObjectSecurity_c_DisplayClass21_0__InternalSet_b__0__MethodInfo); DO_APP_FUNC(0x01A20600, void, ObjectAce__ctor, (ObjectAce * __this, AceFlags__Enum aceFlags, AceQualifier__Enum qualifier, int32_t accessMask, SecurityIdentifier * sid, ObjectAceFlags__Enum flags, Guid type, Guid inheritedType, bool isCallback, Byte__Array * opaque, MethodInfo * method)); DO_APP_FUNC(0x01A207B0, void, ObjectAce__ctor_1, (ObjectAce * __this, Byte__Array * binaryForm, int32_t offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66750, ObjectAce__ctor_1__MethodInfo); DO_APP_FUNC(0x01A20BC0, int32_t, ObjectAce_get_BinaryLength, (ObjectAce * __this, MethodInfo * method)); DO_APP_FUNC(0x01A20C20, Guid, ObjectAce_get_InheritedObjectAceType, (ObjectAce * __this, MethodInfo * method)); DO_APP_FUNC(0x01A20C30, void, ObjectAce_set_InheritedObjectAceType, (ObjectAce * __this, Guid value, MethodInfo * method)); DO_APP_FUNC(0x01A20C40, bool, ObjectAce_get_InheritedObjectAceTypePresent, (ObjectAce * __this, MethodInfo * method)); DO_APP_FUNC(0x0111DD10, ObjectAceFlags__Enum, ObjectAce_get_ObjectAceFlags, (ObjectAce * __this, MethodInfo * method)); DO_APP_FUNC(0x01A20C50, void, ObjectAce_set_ObjectAceFlags, (ObjectAce * __this, ObjectAceFlags__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01A20C60, Guid, ObjectAce_get_ObjectAceType, (ObjectAce * __this, MethodInfo * method)); DO_APP_FUNC(0x01A20C70, void, ObjectAce_set_ObjectAceType, (ObjectAce * __this, Guid value, MethodInfo * method)); DO_APP_FUNC(0x01A20C80, bool, ObjectAce_get_ObjectAceTypePresent, (ObjectAce * __this, MethodInfo * method)); DO_APP_FUNC(0x01A20C90, void, ObjectAce_GetBinaryForm, (ObjectAce * __this, Byte__Array * binaryForm, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x01A20EE0, AceType__Enum, ObjectAce_ConvertType, (AceQualifier__Enum qualifier, bool isCallback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66758, ObjectAce_ConvertType__MethodInfo); DO_APP_FUNC(0x01A21000, void, ObjectAce_WriteGuid, (ObjectAce * __this, Guid val, Byte__Array * buffer, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x01A21050, Guid, ObjectAce_ReadGuid, (ObjectAce * __this, Byte__Array * buffer, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x01A21190, void, ObjectSecurity__ctor, (ObjectSecurity * __this, CommonSecurityDescriptor * securityDescriptor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66770, ObjectSecurity__ctor__MethodInfo); DO_APP_FUNC(0x01A21300, void, ObjectSecurity__ctor_1, (ObjectSecurity * __this, bool isContainer, bool isDS, MethodInfo * method)); DO_APP_FUNC(0x01A21560, bool, ObjectSecurity_get_AreAccessRulesProtected, (ObjectSecurity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A21630, bool, ObjectSecurity_get_AreAuditRulesProtected, (ObjectSecurity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A21700, AccessControlSections__Enum, ObjectSecurity_get_AccessControlSectionsModified, (ObjectSecurity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A217A0, void, ObjectSecurity_set_AccessControlSectionsModified, (ObjectSecurity * __this, AccessControlSections__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01A21830, bool, ObjectSecurity_get_AccessRulesModified, (ObjectSecurity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A21850, void, ObjectSecurity_set_AccessRulesModified, (ObjectSecurity * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01A218A0, bool, ObjectSecurity_get_AuditRulesModified, (ObjectSecurity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A218C0, void, ObjectSecurity_set_AuditRulesModified, (ObjectSecurity * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01A21910, bool, ObjectSecurity_get_GroupModified, (ObjectSecurity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A21930, bool, ObjectSecurity_get_IsContainer, (ObjectSecurity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A21950, bool, ObjectSecurity_get_IsDS, (ObjectSecurity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A21970, bool, ObjectSecurity_get_OwnerModified, (ObjectSecurity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A21990, IdentityReference *, ObjectSecurity_GetGroup, (ObjectSecurity * __this, Type * targetType, MethodInfo * method)); DO_APP_FUNC(0x01A21B30, IdentityReference *, ObjectSecurity_GetOwner, (ObjectSecurity * __this, Type * targetType, MethodInfo * method)); DO_APP_FUNC(0x01A21CD0, void, ObjectSecurity_PurgeAccessRules, (ObjectSecurity * __this, IdentityReference * identity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C666E8, ObjectSecurity_PurgeAccessRules__MethodInfo); DO_APP_FUNC(0x01A21E00, void, ObjectSecurity_PurgeAuditRules, (ObjectSecurity * __this, IdentityReference * identity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C666F0, ObjectSecurity_PurgeAuditRules__MethodInfo); DO_APP_FUNC(0x01A21F30, void, ObjectSecurity_SetSecurityDescriptorBinaryForm, (ObjectSecurity * __this, Byte__Array * binaryForm, AccessControlSections__Enum includeSections, MethodInfo * method)); DO_APP_FUNC(0x01A22040, void, ObjectSecurity_CopySddlForm, (ObjectSecurity * __this, CommonSecurityDescriptor * sourceDescriptor, AccessControlSections__Enum includeSections, MethodInfo * method)); DO_APP_FUNC(0x01A22290, void, ObjectSecurity_Reading, (ObjectSecurity * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66720, ObjectSecurity_Reading__MethodInfo); DO_APP_FUNC(0x01A22320, void, ObjectSecurity_ReadLock, (ObjectSecurity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A22350, void, ObjectSecurity_ReadUnlock, (ObjectSecurity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A22370, void, ObjectSecurity_Writing, (ObjectSecurity * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66748, ObjectSecurity_Writing__MethodInfo); DO_APP_FUNC(0x01A223F0, void, ObjectSecurity_WriteLock, (ObjectSecurity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A22420, void, ObjectSecurity_WriteUnlock, (ObjectSecurity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A22440, SecurityIdentifier *, ObjectSecurity_SidFromIR, (IdentityReference * identity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66678, ObjectSecurity_SidFromIR__MethodInfo); DO_APP_FUNC(0x01A22570, bool, ObjectSecurity_AreAccessControlSectionsModified, (ObjectSecurity * __this, AccessControlSections__Enum mask, MethodInfo * method)); DO_APP_FUNC(0x01A22590, void, ObjectSecurity_SetAccessControlSectionsModified, (ObjectSecurity * __this, AccessControlSections__Enum mask, bool modified, MethodInfo * method)); DO_APP_FUNC(0x01A225D0, void, QualifiedAce__ctor, (QualifiedAce * __this, AceType__Enum type, AceFlags__Enum flags, Byte__Array * opaque, MethodInfo * method)); DO_APP_FUNC(0x01A1DF60, void, QualifiedAce__ctor_1, (QualifiedAce * __this, Byte__Array * binaryForm, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x01A22650, AceQualifier__Enum, QualifiedAce_get_AceQualifier, (QualifiedAce * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C666A8, QualifiedAce_get_AceQualifier__MethodInfo); DO_APP_FUNC(0x01A22790, bool, QualifiedAce_get_IsCallback, (QualifiedAce * __this, MethodInfo * method)); DO_APP_FUNC(0x01A227D0, int32_t, QualifiedAce_get_OpaqueLength, (QualifiedAce * __this, MethodInfo * method)); DO_APP_FUNC(0x01A227F0, Byte__Array *, QualifiedAce_GetOpaque, (QualifiedAce * __this, MethodInfo * method)); DO_APP_FUNC(0x01A22870, void, QualifiedAce_SetOpaque, (QualifiedAce * __this, Byte__Array * opaque, MethodInfo * method)); DO_APP_FUNC(0x01A229F0, void, RawAcl__ctor, (RawAcl * __this, uint8_t revision, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01A22AF0, void, RawAcl__ctor_1, (RawAcl * __this, Byte__Array * binaryForm, int32_t offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66610, RawAcl__ctor_1__MethodInfo); DO_APP_FUNC(0x01A22F10, int32_t, RawAcl_get_BinaryLength, (RawAcl * __this, MethodInfo * method)); DO_APP_FUNC(0x01A230A0, int32_t, RawAcl_get_Count, (RawAcl * __this, MethodInfo * method)); DO_APP_FUNC(0x01A230F0, GenericAce *, RawAcl_get_Item, (RawAcl * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01A23170, void, RawAcl_set_Item, (RawAcl * __this, int32_t index, GenericAce * value, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, uint8_t, RawAcl_get_Revision, (RawAcl * __this, MethodInfo * method)); DO_APP_FUNC(0x01A231F0, void, RawAcl_GetBinaryForm, (RawAcl * __this, Byte__Array * binaryForm, int32_t offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C665B8, RawAcl_GetBinaryForm__MethodInfo); DO_APP_FUNC(0x01A23570, void, RawAcl_InsertAce, (RawAcl * __this, int32_t index, GenericAce * ace, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C665E8, RawAcl_InsertAce__MethodInfo); DO_APP_FUNC(0x01A23650, void, RawAcl_RemoveAce, (RawAcl * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01A236B0, void, RawAcl_WriteUShort, (RawAcl * __this, uint16_t val, Byte__Array * buffer, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x01A236F0, uint16_t, RawAcl_ReadUShort, (RawAcl * __this, Byte__Array * buffer, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x01A23730, void, RawSecurityDescriptor__ctor, (RawSecurityDescriptor * __this, Byte__Array * binaryForm, int32_t offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B6C8, RawSecurityDescriptor__ctor__MethodInfo); DO_APP_FUNC(0x003BAD50, ControlFlags__Enum, RawSecurityDescriptor_get_ControlFlags, (RawSecurityDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, RawAcl *, RawSecurityDescriptor_get_DiscretionaryAcl, (RawSecurityDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, SecurityIdentifier *, RawSecurityDescriptor_get_Group, (RawSecurityDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, RawSecurityDescriptor_set_Group, (RawSecurityDescriptor * __this, SecurityIdentifier * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, SecurityIdentifier *, RawSecurityDescriptor_get_Owner, (RawSecurityDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, RawSecurityDescriptor_set_Owner, (RawSecurityDescriptor * __this, SecurityIdentifier * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, RawAcl *, RawSecurityDescriptor_get_SystemAcl, (RawSecurityDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x01A236F0, uint16_t, RawSecurityDescriptor_ReadUShort, (RawSecurityDescriptor * __this, Byte__Array * buffer, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x01A23BD0, int32_t, RawSecurityDescriptor_ReadInt, (RawSecurityDescriptor * __this, Byte__Array * buffer, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x01A1CE30, void, SystemAcl__ctor, (SystemAcl * __this, bool isContainer, bool isDS, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01A1CE40, void, SystemAcl__ctor_1, (SystemAcl * __this, bool isContainer, bool isDS, RawAcl * rawAcl, MethodInfo * method)); DO_APP_FUNC(0x01A23C40, void, SystemAcl_AddAudit, (SystemAcl * __this, AuditFlags__Enum auditFlags, SecurityIdentifier * sid, int32_t accessMask, InheritanceFlags__Enum inheritanceFlags, PropagationFlags__Enum propagationFlags, MethodInfo * method)); DO_APP_FUNC(0x01A23C90, bool, SystemAcl_RemoveAudit, (SystemAcl * __this, AuditFlags__Enum auditFlags, SecurityIdentifier * sid, int32_t accessMask, InheritanceFlags__Enum inheritanceFlags, PropagationFlags__Enum propagationFlags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B6D8, SystemAcl_RemoveAudit__MethodInfo); DO_APP_FUNC(0x01A23CE0, void, SystemAcl_RemoveAuditSpecific, (SystemAcl * __this, AuditFlags__Enum auditFlags, SecurityIdentifier * sid, int32_t accessMask, InheritanceFlags__Enum inheritanceFlags, PropagationFlags__Enum propagationFlags, MethodInfo * method)); DO_APP_FUNC(0x01A23D10, void, SystemAcl_SetAudit, (SystemAcl * __this, AuditFlags__Enum auditFlags, SecurityIdentifier * sid, int32_t accessMask, InheritanceFlags__Enum inheritanceFlags, PropagationFlags__Enum propagationFlags, MethodInfo * method)); DO_APP_FUNC(0x01A23D40, void, SystemAcl_ApplyCanonicalSortToExplicitAces, (SystemAcl * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, SystemAcl_GetAceInsertPosition, (SystemAcl * __this, AceQualifier__Enum aceQualifier, MethodInfo * method)); DO_APP_FUNC(0x01A23D70, bool, SystemAcl_IsAceMeaningless, (SystemAcl * __this, GenericAce * ace, MethodInfo * method)); DO_APP_FUNC(0x01A23E80, bool, SystemAcl_IsValidAuditFlags, (AuditFlags__Enum auditFlags, MethodInfo * method)); DO_APP_FUNC(0x01A23EA0, void, AmbiguousImplementationException__ctor, (AmbiguousImplementationException * __this, MethodInfo * method)); DO_APP_FUNC(0x01A23F10, void, AmbiguousImplementationException__ctor_1, (AmbiguousImplementationException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01A23F80, void, AmbiguousImplementationException__ctor_2, (AmbiguousImplementationException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A24000, void, RuntimeImports_RhZeroMemory, (uint8_t * b, uint64_t byteLength, MethodInfo * method)); DO_APP_FUNC(0x01A24000, void, RuntimeImports_ZeroMemory, (Void * p, uint32_t byteLength, MethodInfo * method)); DO_APP_FUNC(0x01A24010, void, RuntimeImports_Memmove, (uint8_t * dest, uint8_t * src, uint32_t len, MethodInfo * method)); DO_APP_FUNC(0x01A24020, void, RuntimeImports_Memmove_wbarrier, (uint8_t * dest, uint8_t * src, uint32_t len, void * type_handle, MethodInfo * method)); DO_APP_FUNC(0x01A24110, void, RuntimeImports__ecvt_s, (uint8_t * buffer, int32_t sizeInBytes, double value, int32_t count, int32_t * dec, int32_t * sign, MethodInfo * method)); DO_APP_FUNC(0x01A24120, void, ChannelInfo__ctor, (ChannelInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A241C0, void, ChannelInfo__ctor_1, (ChannelInfo * __this, Object * remoteChannelData, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object__Array *, ChannelInfo_get_ChannelData, (ChannelInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A242B0, void, ActivatedClientTypeEntry__ctor, (ActivatedClientTypeEntry * __this, String * typeName, String * assemblyName, String * appUrl, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B698, ActivatedClientTypeEntry__ctor__MethodInfo); DO_APP_FUNC(0x003B93E0, String *, ActivatedClientTypeEntry_get_ApplicationUrl, (ActivatedClientTypeEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IContextAttribute__Array *, ActivatedClientTypeEntry_get_ContextAttributes, (ActivatedClientTypeEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Type *, ActivatedClientTypeEntry_get_ObjectType, (ActivatedClientTypeEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01A24550, String *, ActivatedClientTypeEntry_ToString, (ActivatedClientTypeEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01A24570, void, ActivatedServiceTypeEntry__ctor, (ActivatedServiceTypeEntry * __this, String * typeName, String * assemblyName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B6A0, ActivatedServiceTypeEntry__ctor__MethodInfo); DO_APP_FUNC(0x003B93E0, Type *, ActivatedServiceTypeEntry_get_ObjectType, (ActivatedServiceTypeEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01A247C0, String *, ActivatedServiceTypeEntry_ToString, (ActivatedServiceTypeEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, EnvoyInfo__ctor, (EnvoyInfo * __this, IMessageSink * sinks, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IMessageSink *, EnvoyInfo_get_EnvoySinks, (EnvoyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, Identity__ctor, (Identity * __this, String * objectUri, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IMessageSink *, Identity_get_ChannelSink, (Identity * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, Identity_set_ChannelSink, (Identity * __this, IMessageSink * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, IMessageSink *, Identity_get_EnvoySink, (Identity * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, Identity_get_ObjectUri, (Identity * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, Identity_set_ObjectUri, (Identity * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00A5F760, bool, Identity_get_IsConnected, (Identity * __this, MethodInfo * method)); DO_APP_FUNC(0x008FC900, bool, Identity_get_Disposed, (Identity * __this, MethodInfo * method)); DO_APP_FUNC(0x00985F10, void, Identity_set_Disposed, (Identity * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01A247D0, DynamicPropertyCollection *, Identity_get_ClientDynamicProperties, (Identity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A24890, bool, Identity_get_HasServerDynamicSinks, (Identity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A248E0, void, Identity_NotifyClientDynamicSinks, (Identity * __this, bool start, IMessage * req_msg, bool client_site, bool async, MethodInfo * method)); DO_APP_FUNC(0x01A24980, void, Identity_NotifyServerDynamicSinks, (Identity * __this, bool start, IMessage * req_msg, bool client_site, bool async, MethodInfo * method)); DO_APP_FUNC(0x01A24A20, void, ClientIdentity__ctor, (ClientIdentity * __this, String * objectUri, ObjRef * objRef, MethodInfo * method)); DO_APP_FUNC(0x01A24BD0, MarshalByRefObject *, ClientIdentity_get_ClientProxy, (ClientIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A24C60, void, ClientIdentity_set_ClientProxy, (ClientIdentity * __this, MarshalByRefObject * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, ObjRef *, ClientIdentity_CreateObjRef, (ClientIdentity * __this, Type * requestedType, MethodInfo * method)); DO_APP_FUNC(0x01A24D30, String *, ClientIdentity_get_TargetUri, (ClientIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A24D60, SoapAttribute *, InternalRemotingServices_GetCachedSoapAttribute, (Object * reflectionObject, MethodInfo * method)); DO_APP_FUNC(0x01A25360, void, InternalRemotingServices__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A25430, void, ObjRef__ctor, (ObjRef * __this, MethodInfo * method)); DO_APP_FUNC(0x01A25440, void, ObjRef__ctor_1, (ObjRef * __this, String * uri, IChannelInfo * cinfo, MethodInfo * method)); DO_APP_FUNC(0x01A254F0, ObjRef *, ObjRef_DeserializeInTheCurrentDomain, (ObjRef * __this, int32_t domainId, Byte__Array * tInfo, MethodInfo * method)); DO_APP_FUNC(0x01A25730, Byte__Array *, ObjRef_SerializeType, (ObjRef * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B628, ObjRef_SerializeType__MethodInfo); DO_APP_FUNC(0x01A257D0, void, ObjRef__ctor_2, (ObjRef * __this, Type * type, String * url, Object * remoteChannelData, MethodInfo * method)); DO_APP_FUNC(0x01A259E0, void, ObjRef__ctor_3, (ObjRef * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B5D8, ObjRef__ctor_3__MethodInfo); DO_APP_FUNC(0x01A26310, bool, ObjRef_get_IsReferenceToWellKnow, (ObjRef * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IChannelInfo *, ObjRef_get_ChannelInfo, (ObjRef * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, IEnvoyInfo *, ObjRef_get_EnvoyInfo, (ObjRef * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, ObjRef_set_EnvoyInfo, (ObjRef * __this, IEnvoyInfo * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, IRemotingTypeInfo *, ObjRef_get_TypeInfo, (ObjRef * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ObjRef_set_TypeInfo, (ObjRef * __this, IRemotingTypeInfo * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, ObjRef_get_URI, (ObjRef * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ObjRef_set_URI, (ObjRef * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01A26370, void, ObjRef_GetObjectData, (ObjRef * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A26760, Object *, ObjRef_GetRealObject, (ObjRef * __this, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A26840, void, ObjRef_UpdateChannelInfo, (ObjRef * __this, MethodInfo * method)); DO_APP_FUNC(0x01A26980, Type *, ObjRef_get_ServerType, (ObjRef * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B590, ObjRef_get_ServerType__MethodInfo); DO_APP_FUNC(0x01A26AB0, void, ObjRef__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A26B10, String *, RemotingConfiguration_get_ApplicationName, (MethodInfo * method)); DO_APP_FUNC(0x01A26B70, void, RemotingConfiguration_set_ApplicationName, (String * value, MethodInfo * method)); DO_APP_FUNC(0x01A26C30, String *, RemotingConfiguration_get_ProcessId, (MethodInfo * method)); DO_APP_FUNC(0x01A26DB0, void, RemotingConfiguration_LoadDefaultDelayedChannels, (MethodInfo * method)); DO_APP_FUNC(0x01A27300, bool, RemotingConfiguration_IsActivationAllowed, (Type * svrType, MethodInfo * method)); DO_APP_FUNC(0x01A27500, ActivatedClientTypeEntry *, RemotingConfiguration_IsRemotelyActivatedClientType, (Type * svrType, MethodInfo * method)); DO_APP_FUNC(0x01A27750, WellKnownClientTypeEntry *, RemotingConfiguration_IsWellKnownClientType, (Type * svrType, MethodInfo * method)); DO_APP_FUNC(0x01A279A0, void, RemotingConfiguration_RegisterActivatedClientType, (ActivatedClientTypeEntry * entry, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B550, RemotingConfiguration_RegisterActivatedClientType__MethodInfo); DO_APP_FUNC(0x01A27CD0, void, RemotingConfiguration_RegisterActivatedServiceType, (ActivatedServiceTypeEntry * entry, MethodInfo * method)); DO_APP_FUNC(0x01A27EB0, void, RemotingConfiguration_RegisterWellKnownClientType, (WellKnownClientTypeEntry * entry, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B558, RemotingConfiguration_RegisterWellKnownClientType__MethodInfo); DO_APP_FUNC(0x01A281E0, void, RemotingConfiguration_RegisterWellKnownServiceType, (WellKnownServiceTypeEntry * entry, MethodInfo * method)); DO_APP_FUNC(0x01A28420, void, RemotingConfiguration_RegisterChannelTemplate, (ChannelData * channel, MethodInfo * method)); DO_APP_FUNC(0x01A284B0, void, RemotingConfiguration_RegisterClientProviderTemplate, (ProviderData * prov, MethodInfo * method)); DO_APP_FUNC(0x01A28540, void, RemotingConfiguration_RegisterServerProviderTemplate, (ProviderData * prov, MethodInfo * method)); DO_APP_FUNC(0x01A285D0, void, RemotingConfiguration_RegisterChannels, (ArrayList * channels, bool onlyDelayed, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B518, RemotingConfiguration_RegisterChannels__MethodInfo); DO_APP_FUNC(0x01A28F00, void, RemotingConfiguration_RegisterTypes, (ArrayList * types, MethodInfo * method)); DO_APP_FUNC(0x01A293B0, bool, RemotingConfiguration_CustomErrorsEnabled, (bool isLocalRequest, MethodInfo * method)); DO_APP_FUNC(0x01A29440, void, RemotingConfiguration_SetCustomErrorsMode, (String * mode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B4E0, RemotingConfiguration_SetCustomErrorsMode__MethodInfo); DO_APP_FUNC(0x01A29740, void, RemotingConfiguration__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A29D30, void, ConfigHandler__ctor, (ConfigHandler * __this, bool onlyDelayedChannels, MethodInfo * method)); DO_APP_FUNC(0x01A29F00, void, ConfigHandler_ValidatePath, (ConfigHandler * __this, String * element, String__Array * paths, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B460, ConfigHandler_ValidatePath__MethodInfo); DO_APP_FUNC(0x01A29FF0, bool, ConfigHandler_CheckPath, (ConfigHandler * __this, String * path, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ConfigHandler_OnStartParsing, (ConfigHandler * __this, SmallXmlParser * parser, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ConfigHandler_OnProcessingInstruction, (ConfigHandler * __this, String * name, String * text, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ConfigHandler_OnIgnorableWhitespace, (ConfigHandler * __this, String * s, MethodInfo * method)); DO_APP_FUNC(0x01A2A190, void, ConfigHandler_OnStartElement, (ConfigHandler * __this, String * name, SmallXmlParser_IAttrList * attrs, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B478, ConfigHandler_OnStartElement__MethodInfo); DO_APP_FUNC(0x01A2A340, void, ConfigHandler_ParseElement, (ConfigHandler * __this, String * name, SmallXmlParser_IAttrList * attrs, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B3A0, ConfigHandler_ParseElement__MethodInfo); DO_APP_FUNC(0x01A2BC70, void, ConfigHandler_OnEndElement, (ConfigHandler * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01A2BDC0, void, ConfigHandler_ReadCustomProviderData, (ConfigHandler * __this, String * name, SmallXmlParser_IAttrList * attrs, MethodInfo * method)); DO_APP_FUNC(0x01A2C1B0, void, ConfigHandler_ReadLifetine, (ConfigHandler * __this, SmallXmlParser_IAttrList * attrs, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B338, ConfigHandler_ReadLifetine__MethodInfo); DO_APP_FUNC(0x01A2C670, TimeSpan, ConfigHandler_ParseTime, (ConfigHandler * __this, String * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B368, ConfigHandler_ParseTime__MethodInfo); DO_APP_FUNC(0x01A2CB40, void, ConfigHandler_ReadChannel, (ConfigHandler * __this, SmallXmlParser_IAttrList * attrs, bool isTemplate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B310, ConfigHandler_ReadChannel__MethodInfo); DO_APP_FUNC(0x01A2D180, ProviderData *, ConfigHandler_ReadProvider, (ConfigHandler * __this, String * name, SmallXmlParser_IAttrList * attrs, bool isTemplate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B320, ConfigHandler_ReadProvider__MethodInfo); DO_APP_FUNC(0x01A2D7A0, void, ConfigHandler_ReadClientActivated, (ConfigHandler * __this, SmallXmlParser_IAttrList * attrs, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B330, ConfigHandler_ReadClientActivated__MethodInfo); DO_APP_FUNC(0x01A2D940, void, ConfigHandler_ReadServiceActivated, (ConfigHandler * __this, SmallXmlParser_IAttrList * attrs, MethodInfo * method)); DO_APP_FUNC(0x01A2DA20, void, ConfigHandler_ReadClientWellKnown, (ConfigHandler * __this, SmallXmlParser_IAttrList * attrs, MethodInfo * method)); DO_APP_FUNC(0x01A2DB30, void, ConfigHandler_ReadServiceWellKnown, (ConfigHandler * __this, SmallXmlParser_IAttrList * attrs, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B2D0, ConfigHandler_ReadServiceWellKnown__MethodInfo); DO_APP_FUNC(0x01A2DDA0, void, ConfigHandler_ReadInteropXml, (ConfigHandler * __this, SmallXmlParser_IAttrList * attrs, bool isElement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B2D8, ConfigHandler_ReadInteropXml__MethodInfo); DO_APP_FUNC(0x01A2DFC0, void, ConfigHandler_ReadPreload, (ConfigHandler * __this, SmallXmlParser_IAttrList * attrs, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B278, ConfigHandler_ReadPreload__MethodInfo); DO_APP_FUNC(0x01A2E270, String *, ConfigHandler_GetNotNull, (ConfigHandler * __this, SmallXmlParser_IAttrList * attrs, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B2A0, ConfigHandler_GetNotNull__MethodInfo); DO_APP_FUNC(0x01A2E380, String *, ConfigHandler_ExtractAssembly, (ConfigHandler * __this, String * * type, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ConfigHandler_OnChars, (ConfigHandler * __this, String * ch, MethodInfo * method)); DO_APP_FUNC(0x01A2E4D0, void, ConfigHandler_OnEndParsing, (ConfigHandler * __this, SmallXmlParser * parser, MethodInfo * method)); DO_APP_FUNC(0x01A2E630, ArrayList *, ChannelData_get_ServerProviders, (ChannelData * __this, MethodInfo * method)); DO_APP_FUNC(0x01A2E6F0, ArrayList *, ChannelData_get_ClientProviders, (ChannelData * __this, MethodInfo * method)); DO_APP_FUNC(0x01A2E7B0, Hashtable *, ChannelData_get_CustomProperties, (ChannelData * __this, MethodInfo * method)); DO_APP_FUNC(0x01A2E870, void, ChannelData_CopyFrom, (ChannelData * __this, ChannelData * other, MethodInfo * method)); DO_APP_FUNC(0x01A2F1E0, void, ChannelData__ctor, (ChannelData * __this, MethodInfo * method)); DO_APP_FUNC(0x01A2F3B0, void, ProviderData_CopyFrom, (ProviderData * __this, ProviderData * other, MethodInfo * method)); DO_APP_FUNC(0x01A2FB30, void, ProviderData__ctor, (ProviderData * __this, MethodInfo * method)); DO_APP_FUNC(0x01A2FBF0, void, FormatterData__ctor, (FormatterData * __this, MethodInfo * method)); DO_APP_FUNC(0x019CEDD0, void, RemotingException__ctor, (RemotingException * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0B1B0, void, RemotingException__ctor_1, (RemotingException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, RemotingException__ctor_2, (RemotingException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A2FC00, void, RemotingException__ctor_3, (RemotingException * __this, String * message, Exception * InnerException, MethodInfo * method)); DO_APP_FUNC(0x01A2FC10, void, RemotingServices__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A302F0, Object *, RemotingServices_InternalExecute, (MethodBase * method_1, Object * obj, Object__Array * parameters, Object__Array * * out_args, MethodInfo * method)); DO_APP_FUNC(0x01A30300, MethodBase *, RemotingServices_GetVirtualMethod, (Type * type, MethodBase * method_1, MethodInfo * method)); DO_APP_FUNC(0x01A30310, bool, RemotingServices_IsTransparentProxy, (Object * proxy, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B240, RemotingServices_IsTransparentProxy__MethodInfo); DO_APP_FUNC(0x01A30360, IMethodReturnMessage *, RemotingServices_InternalExecuteMessage, (MarshalByRefObject * target, IMethodCallMessage * reqMsg, MethodInfo * method)); DO_APP_FUNC(0x01A30690, Object *, RemotingServices_Connect, (Type * classToProxy, String * url, MethodInfo * method)); DO_APP_FUNC(0x01A30740, Object *, RemotingServices_Connect_1, (Type * classToProxy, String * url, Object * data, MethodInfo * method)); DO_APP_FUNC(0x01A30800, Type *, RemotingServices_GetServerTypeForUri, (String * URI, MethodInfo * method)); DO_APP_FUNC(0x01A308A0, Object *, RemotingServices_Unmarshal, (ObjRef * objectRef, MethodInfo * method)); DO_APP_FUNC(0x01A30900, Object *, RemotingServices_Unmarshal_1, (ObjRef * objectRef, bool fRefine, MethodInfo * method)); DO_APP_FUNC(0x01A30CF0, ObjRef *, RemotingServices_Marshal, (MarshalByRefObject * Obj, MethodInfo * method)); DO_APP_FUNC(0x01A30D40, ObjRef *, RemotingServices_Marshal_1, (MarshalByRefObject * Obj, String * ObjURI, Type * RequestedType, MethodInfo * method)); DO_APP_FUNC(0x01A30DC0, String *, RemotingServices_NewUri, (MethodInfo * method)); DO_APP_FUNC(0x01A31490, RealProxy *, RemotingServices_GetRealProxy, (Object * proxy, MethodInfo * method)); DO_APP_FUNC(0x01A314E0, MethodBase *, RemotingServices_GetMethodBaseFromMethodMessage, (IMethodMessage * msg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B1E8, RemotingServices_GetMethodBaseFromMethodMessage__MethodInfo); DO_APP_FUNC(0x01A31700, MethodBase *, RemotingServices_GetMethodBaseFromName, (Type * type, String * methodName, Type__Array * signature, MethodInfo * method)); DO_APP_FUNC(0x01A31A30, MethodBase *, RemotingServices_FindInterfaceMethod, (Type * type, String * methodName, Type__Array * signature, MethodInfo * method)); DO_APP_FUNC(0x01A31C50, void, RemotingServices_GetObjectData, (Object * obj, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B1B8, RemotingServices_GetObjectData__MethodInfo); DO_APP_FUNC(0x01A31D10, bool, RemotingServices_IsOneWay, (MethodBase * method_1, MethodInfo * method)); DO_APP_FUNC(0x01A31DB0, Object *, RemotingServices_CreateClientProxy, (ActivatedClientTypeEntry * entry, Object__Array * activationAttributes, MethodInfo * method)); DO_APP_FUNC(0x01A31ED0, Object *, RemotingServices_CreateClientProxy_1, (Type * objectType, String * url, Object__Array * activationAttributes, MethodInfo * method)); DO_APP_FUNC(0x01A32120, Object *, RemotingServices_CreateClientProxy_2, (WellKnownClientTypeEntry * entry, MethodInfo * method)); DO_APP_FUNC(0x01A32220, Object *, RemotingServices_CreateClientProxyForContextBound, (Type * type, Object__Array * activationAttributes, MethodInfo * method)); DO_APP_FUNC(0x01A323F0, Identity *, RemotingServices_GetIdentityForUri, (String * uri, MethodInfo * method)); DO_APP_FUNC(0x01A32840, String *, RemotingServices_RemoveAppNameFromUri, (String * uri, MethodInfo * method)); DO_APP_FUNC(0x01A32950, ClientIdentity *, RemotingServices_GetOrCreateClientIdentity, (ObjRef * objRef, Type * proxyType, Object * * clientProxy, MethodInfo * method)); DO_APP_FUNC(0x01A333B0, IMessageSink *, RemotingServices_GetClientChannelSinkChain, (String * url, Object * channelData, String * * objectUri, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B1A8, RemotingServices_GetClientChannelSinkChain__MethodInfo); DO_APP_FUNC(0x01A334F0, ClientActivatedIdentity *, RemotingServices_CreateContextBoundObjectIdentity, (Type * objectType, MethodInfo * method)); DO_APP_FUNC(0x01A33630, ClientActivatedIdentity *, RemotingServices_CreateClientActivatedServerIdentity, (MarshalByRefObject * realObject, Type * objectType, String * objectUri, MethodInfo * method)); DO_APP_FUNC(0x01A336F0, ServerIdentity *, RemotingServices_CreateWellKnownServerIdentity, (Type * objectType, String * objectUri, WellKnownObjectMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x01A33840, void, RemotingServices_RegisterServerIdentity, (ServerIdentity * identity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B180, RemotingServices_RegisterServerIdentity__MethodInfo); DO_APP_FUNC(0x01A33B10, Object *, RemotingServices_GetProxyForRemoteObject, (ObjRef * objref, Type * classToProxy, MethodInfo * method)); DO_APP_FUNC(0x01A33C10, Object *, RemotingServices_GetRemoteObject, (ObjRef * objRef, Type * proxyType, MethodInfo * method)); DO_APP_FUNC(0x01A33C90, Byte__Array *, RemotingServices_SerializeCallData, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01A34120, Object *, RemotingServices_DeserializeCallData, (Byte__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01A34730, Byte__Array *, RemotingServices_SerializeExceptionData, (Exception * ex, MethodInfo * method)); DO_APP_FUNC(0x01A34A50, void, RemotingServices_RegisterInternalChannels, (MethodInfo * method)); DO_APP_FUNC(0x01A34AA0, void, RemotingServices_DisposeIdentity, (Identity * ident, MethodInfo * method)); DO_APP_FUNC(0x01A34DC0, Identity *, RemotingServices_GetMessageTargetIdentity, (IMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x01A351F0, void, RemotingServices_SetMessageTargetIdentity, (IMessage * msg, Identity * ident, MethodInfo * method)); DO_APP_FUNC(0x01A352B0, bool, RemotingServices_UpdateOutArgObject, (ParameterInfo * pi, Object * local, Object * remote, MethodInfo * method)); DO_APP_FUNC(0x01A354D0, String *, RemotingServices_GetNormalizedUri, (String * uri, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RemotingServices_CACD__ctor, (RemotingServices_CACD * __this, MethodInfo * method)); DO_APP_FUNC(0x01A35540, void, ServerIdentity__ctor, (ServerIdentity * __this, String * objectUri, Context * context, Type * objectType, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Type *, ServerIdentity_get_ObjectType, (ServerIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A35660, void, ServerIdentity_StartTrackingLifetime, (ServerIdentity * __this, ILease * lease, MethodInfo * method)); DO_APP_FUNC(0x01A359D0, void, ServerIdentity_OnLifetimeExpired, (ServerIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A35A30, ObjRef *, ServerIdentity_CreateObjRef, (ServerIdentity * __this, Type * requestedType, MethodInfo * method)); DO_APP_FUNC(0x01A35CD0, void, ServerIdentity_AttachServerObject, (ServerIdentity * __this, MarshalByRefObject * serverObject, Context * context, MethodInfo * method)); DO_APP_FUNC(0x003C7000, Lease *, ServerIdentity_get_Lease, (ServerIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, Context *, ServerIdentity_get_Context, (ServerIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, ServerIdentity_set_Context, (ServerIdentity * __this, Context * value, MethodInfo * method)); DO_APP_FUNC(0x01A359D0, void, ServerIdentity_DisposeServerObject, (ServerIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A35D40, void, ClientActivatedIdentity__ctor, (ClientActivatedIdentity * __this, String * objectUri, Type * objectType, MethodInfo * method)); DO_APP_FUNC(0x003C5420, MarshalByRefObject *, ClientActivatedIdentity_GetServerObject, (ClientActivatedIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, ClientActivatedIdentity_SetClientProxy, (ClientActivatedIdentity * __this, MarshalByRefObject * obj, MethodInfo * method)); DO_APP_FUNC(0x01A35D60, void, ClientActivatedIdentity_OnLifetimeExpired, (ClientActivatedIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A35DF0, IMessage *, ClientActivatedIdentity_SyncObjectProcessMessage, (ClientActivatedIdentity * __this, IMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x01A35ED0, IMessageCtrl *, ClientActivatedIdentity_AsyncObjectProcessMessage, (ClientActivatedIdentity * __this, IMessage * msg, IMessageSink * replySink, MethodInfo * method)); DO_APP_FUNC(0x01A35FC0, void, SingletonIdentity__ctor, (SingletonIdentity * __this, String * objectUri, Context * context, Type * objectType, MethodInfo * method)); DO_APP_FUNC(0x01A35FD0, MarshalByRefObject *, SingletonIdentity_GetServerObject, (SingletonIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A361B0, IMessage *, SingletonIdentity_SyncObjectProcessMessage, (SingletonIdentity * __this, IMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x01A36280, IMessageCtrl *, SingletonIdentity_AsyncObjectProcessMessage, (SingletonIdentity * __this, IMessage * msg, IMessageSink * replySink, MethodInfo * method)); DO_APP_FUNC(0x01A35FC0, void, SingleCallIdentity__ctor, (SingleCallIdentity * __this, String * objectUri, Context * context, Type * objectType, MethodInfo * method)); DO_APP_FUNC(0x01A36370, IMessage *, SingleCallIdentity_SyncObjectProcessMessage, (SingleCallIdentity * __this, IMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x01A363E0, IMessageCtrl *, SingleCallIdentity_AsyncObjectProcessMessage, (SingleCallIdentity * __this, IMessage * msg, IMessageSink * replySink, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, DisposerReplySink__ctor, (DisposerReplySink * __this, IMessageSink * next, IDisposable * disposable, MethodInfo * method)); DO_APP_FUNC(0x01A366E0, IMessage *, DisposerReplySink_SyncProcessMessage, (DisposerReplySink * __this, IMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x01A36770, IMessageCtrl *, DisposerReplySink_AsyncProcessMessage, (DisposerReplySink * __this, IMessage * msg, IMessageSink * replySink, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B110, DisposerReplySink_AsyncProcessMessage__MethodInfo); DO_APP_FUNC(0x01A367C0, String *, SoapServices_get_XmlNsForClrTypeWithAssembly, (MethodInfo * method)); DO_APP_FUNC(0x01A36800, String *, SoapServices_get_XmlNsForClrTypeWithNs, (MethodInfo * method)); DO_APP_FUNC(0x01A36840, String *, SoapServices_get_XmlNsForClrTypeWithNsAndAssembly, (MethodInfo * method)); DO_APP_FUNC(0x01A36880, String *, SoapServices_CodeXmlNamespaceForClrTypeNamespace, (String * typeNamespace, String * assemblyName, MethodInfo * method)); DO_APP_FUNC(0x01A36A80, String *, SoapServices_GetNameKey, (String * name, String * namspace, MethodInfo * method)); DO_APP_FUNC(0x01A36AF0, String *, SoapServices_GetAssemblyName, (MethodBase * mb, MethodInfo * method)); DO_APP_FUNC(0x01A36CA0, bool, SoapServices_GetXmlElementForInteropType, (Type * type, String * * xmlElement, String * * xmlNamespace, MethodInfo * method)); DO_APP_FUNC(0x01A36EC0, String *, SoapServices_GetXmlNamespaceForMethodCall, (MethodBase * mb, MethodInfo * method)); DO_APP_FUNC(0x01A36F70, String *, SoapServices_GetXmlNamespaceForMethodResponse, (MethodBase * mb, MethodInfo * method)); DO_APP_FUNC(0x01A37020, bool, SoapServices_GetXmlTypeForInteropType, (Type * type, String * * xmlType, String * * xmlTypeNamespace, MethodInfo * method)); DO_APP_FUNC(0x01A37230, void, SoapServices_PreLoad, (Assembly * assembly, MethodInfo * method)); DO_APP_FUNC(0x01A372E0, void, SoapServices_PreLoad_1, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01A37900, void, SoapServices_RegisterInteropXmlElement, (String * xmlElement, String * xmlNamespace, Type * type, MethodInfo * method)); DO_APP_FUNC(0x01A37B50, void, SoapServices_RegisterInteropXmlType, (String * xmlType, String * xmlTypeNamespace, Type * type, MethodInfo * method)); DO_APP_FUNC(0x01A37DA0, String *, SoapServices_EncodeNs, (String * ns, MethodInfo * method)); DO_APP_FUNC(0x01A37E90, void, SoapServices__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SoapServices_TypeInfo__ctor, (SoapServices_TypeInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TypeEntry__ctor, (TypeEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, TypeEntry_get_AssemblyName, (TypeEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, TypeEntry_set_AssemblyName, (TypeEntry * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, TypeEntry_get_TypeName, (TypeEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, TypeEntry_set_TypeName, (TypeEntry * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01A381D0, void, TypeInfo_1__ctor, (TypeInfo_1 * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, TypeInfo_1_get_TypeName, (TypeInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01A38990, bool, TypeInfo_1_CanCastTo, (TypeInfo_1 * __this, Type * fromType, Object * o, MethodInfo * method)); DO_APP_FUNC(0x01A38BF0, void, WellKnownClientTypeEntry__ctor, (WellKnownClientTypeEntry * __this, String * typeName, String * assemblyName, String * objectUrl, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B0D0, WellKnownClientTypeEntry__ctor__MethodInfo); DO_APP_FUNC(0x003B9330, String *, WellKnownClientTypeEntry_get_ApplicationUrl, (WellKnownClientTypeEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Type *, WellKnownClientTypeEntry_get_ObjectType, (WellKnownClientTypeEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, WellKnownClientTypeEntry_get_ObjectUrl, (WellKnownClientTypeEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01A38E90, String *, WellKnownClientTypeEntry_ToString, (WellKnownClientTypeEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01A38ED0, void, WellKnownServiceTypeEntry__ctor, (WellKnownServiceTypeEntry * __this, String * typeName, String * assemblyName, String * objectUri, WellKnownObjectMode__Enum mode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B0D8, WellKnownServiceTypeEntry__ctor__MethodInfo); DO_APP_FUNC(0x003C5300, WellKnownObjectMode__Enum, WellKnownServiceTypeEntry_get_Mode, (WellKnownServiceTypeEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Type *, WellKnownServiceTypeEntry_get_ObjectType, (WellKnownServiceTypeEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, WellKnownServiceTypeEntry_get_ObjectUri, (WellKnownServiceTypeEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01A39180, String *, WellKnownServiceTypeEntry_ToString, (WellKnownServiceTypeEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01A39360, void, TrackingServices_NotifyMarshaledObject, (Object * obj, ObjRef * or_1, MethodInfo * method)); DO_APP_FUNC(0x01A397A0, void, TrackingServices_NotifyUnmarshaledObject, (Object * obj, ObjRef * or_1, MethodInfo * method)); DO_APP_FUNC(0x01A39BE0, void, TrackingServices_NotifyDisconnectedObject, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01A3A000, void, TrackingServices__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A3A0D0, MarshalByRefObject *, ProxyAttribute_CreateInstance, (ProxyAttribute * __this, Type * serverType, MethodInfo * method)); DO_APP_FUNC(0x01A3A200, RealProxy *, ProxyAttribute_CreateProxy, (ProxyAttribute * __this, ObjRef * objRef, Type * serverType, Object * serverObject, Context * serverContext, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ProxyAttribute_GetPropertiesForNewContext, (ProxyAttribute * __this, IConstructionCallMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ProxyAttribute_IsContextOK, (ProxyAttribute * __this, Context * ctx, IConstructionCallMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x01A3A260, RuntimeType *, TransparentProxy_GetProxyType, (TransparentProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x01A3A320, bool, TransparentProxy_get_IsContextBoundObject, (TransparentProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x011736F0, Context *, TransparentProxy_get_TargetContext, (TransparentProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x01A3A3F0, bool, TransparentProxy_InCurrentContext, (TransparentProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x01A3A510, Object *, TransparentProxy_LoadRemoteFieldNew, (TransparentProxy * __this, void * classPtr, void * fieldPtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B0A8, TransparentProxy_LoadRemoteFieldNew__MethodInfo); DO_APP_FUNC(0x01A3A8C0, void, TransparentProxy_StoreRemoteField, (TransparentProxy * __this, void * classPtr, void * fieldPtr, Object * arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B0B0, TransparentProxy_StoreRemoteField__MethodInfo); DO_APP_FUNC(0x003AC050, void, TransparentProxy__ctor, (TransparentProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x01A3AC70, void, RealProxy__ctor, (RealProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x01A3AC80, void, RealProxy__ctor_1, (RealProxy * __this, Type * classToProxy, MethodInfo * method)); DO_APP_FUNC(0x01A3ACF0, void, RealProxy__ctor_2, (RealProxy * __this, Type * classToProxy, ClientIdentity * identity, MethodInfo * method)); DO_APP_FUNC(0x01A3ADC0, void, RealProxy__ctor_3, (RealProxy * __this, Type * classToProxy, void * stub, Object * stubData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B068, RealProxy__ctor_3__MethodInfo); DO_APP_FUNC(0x01A3AF50, Type *, RealProxy_InternalGetProxyType, (Object * transparentProxy, MethodInfo * method)); DO_APP_FUNC(0x01A3AF60, Type *, RealProxy_GetProxiedType, (RealProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x01A3B000, void, RealProxy_GetObjectData, (RealProxy * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Identity *, RealProxy_get_ObjectIdentity, (RealProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, RealProxy_set_ObjectIdentity, (RealProxy * __this, Identity * value, MethodInfo * method)); DO_APP_FUNC(0x01A3B070, Object *, RealProxy_PrivateInvoke, (RealProxy * rp, IMessage * msg, Exception * * exc, Object__Array * * out_args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B038, RealProxy_PrivateInvoke__MethodInfo); DO_APP_FUNC(0x01A3B9F0, Object *, RealProxy_InternalGetTransparentProxy, (RealProxy * __this, String * className, MethodInfo * method)); DO_APP_FUNC(0x01A3BA00, Object *, RealProxy_GetTransparentProxy, (RealProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, RealProxy_AttachServer, (RealProxy * __this, MarshalByRefObject * s, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, RealProxy_SetTargetDomain, (RealProxy * __this, int32_t domainId, MethodInfo * method)); DO_APP_FUNC(0x01A3BBB0, Object *, RealProxy_GetAppDomainTarget, (RealProxy * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B048, RealProxy_GetAppDomainTarget__MethodInfo); DO_APP_FUNC(0x01A3BD30, Object__Array *, RealProxy_ProcessResponse, (IMethodReturnMessage * mrm, MonoMethodMessage * call, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B058, RealProxy_ProcessResponse__MethodInfo); DO_APP_FUNC(0x01A3C3A0, void, RemotingProxy__ctor, (RemotingProxy * __this, Type * type, ClientIdentity * identity, MethodInfo * method)); DO_APP_FUNC(0x01A3C540, void, RemotingProxy__ctor_1, (RemotingProxy * __this, Type * type, String * activationUrl, Object__Array * activationAttributes, MethodInfo * method)); DO_APP_FUNC(0x01A3C620, IMessage *, RemotingProxy_Invoke, (RemotingProxy * __this, IMessage * request, MethodInfo * method)); DO_APP_FUNC(0x01A3CA50, void, RemotingProxy_AttachIdentity, (RemotingProxy * __this, Identity * identity, MethodInfo * method)); DO_APP_FUNC(0x01A3D040, IMessage *, RemotingProxy_ActivateRemoteObject, (RemotingProxy * __this, IMethodMessage * request, MethodInfo * method)); DO_APP_FUNC(0x01A3D140, String *, RemotingProxy_get_TypeName, (RemotingProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x01A3D270, bool, RemotingProxy_CanCastTo, (RemotingProxy * __this, Type * fromType, Object * o, MethodInfo * method)); DO_APP_FUNC(0x01A3D460, void, RemotingProxy_Finalize, (RemotingProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x01A3D530, void, RemotingProxy__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A3D800, void, Lease__ctor, (Lease * __this, MethodInfo * method)); DO_APP_FUNC(0x01A3D980, TimeSpan, Lease_get_CurrentLeaseTime, (Lease * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, LeaseState__Enum, Lease_get_CurrentState, (Lease * __this, MethodInfo * method)); DO_APP_FUNC(0x01A3D9E0, void, Lease_Activate, (Lease * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, TimeSpan, Lease_get_RenewOnCallTime, (Lease * __this, MethodInfo * method)); DO_APP_FUNC(0x01A3D9F0, TimeSpan, Lease_Renew, (Lease * __this, TimeSpan renewalTime, MethodInfo * method)); DO_APP_FUNC(0x01A3DAC0, void, Lease_Unregister, (Lease * __this, ISponsor * obj, MethodInfo * method)); DO_APP_FUNC(0x01A3DD00, void, Lease_UpdateState, (Lease * __this, MethodInfo * method)); DO_APP_FUNC(0x01A3DF80, void, Lease_CheckNextSponsor, (Lease * __this, MethodInfo * method)); DO_APP_FUNC(0x01A3E280, void, Lease_ProcessSponsorResponse, (Lease * __this, Object * state, bool timedOut, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AFB0, Lease_ProcessSponsorResponse__MethodInfo); DO_APP_FUNC(0x0160E9C0, void, Lease_RenewalDelegate__ctor, (Lease_RenewalDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, TimeSpan, Lease_RenewalDelegate_Invoke, (Lease_RenewalDelegate * __this, ILease * lease, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, Lease_RenewalDelegate_BeginInvoke, (Lease_RenewalDelegate * __this, ILease * lease, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F2730, TimeSpan, Lease_RenewalDelegate_EndInvoke, (Lease_RenewalDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01A3E7F0, void, LeaseManager_SetPollTime, (LeaseManager * __this, TimeSpan timeSpan, MethodInfo * method)); DO_APP_FUNC(0x01A3EA20, void, LeaseManager_TrackLifetime, (LeaseManager * __this, ServerIdentity * identity, MethodInfo * method)); DO_APP_FUNC(0x01A3EDD0, void, LeaseManager_StartManager, (LeaseManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01A3EFD0, void, LeaseManager_StopManager, (LeaseManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01A3F070, void, LeaseManager_ManageLeases, (LeaseManager * __this, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AFE8, LeaseManager_ManageLeases__MethodInfo); DO_APP_FUNC(0x01A3F3D0, void, LeaseManager__ctor, (LeaseManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LeaseSink__ctor, (LeaseSink * __this, IMessageSink * nextSink, MethodInfo * method)); DO_APP_FUNC(0x01A3F480, IMessage *, LeaseSink_SyncProcessMessage, (LeaseSink * __this, IMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x01A3F4F0, IMessageCtrl *, LeaseSink_AsyncProcessMessage, (LeaseSink * __this, IMessage * msg, IMessageSink * replySink, MethodInfo * method)); DO_APP_FUNC(0x01A3F570, void, LeaseSink_RenewLease, (LeaseSink * __this, IMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x01A3F730, void, LifetimeServices__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A3FA40, TimeSpan, LifetimeServices_get_LeaseManagerPollTime, (MethodInfo * method)); DO_APP_FUNC(0x01A3FAA0, void, LifetimeServices_set_LeaseManagerPollTime, (TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x01A3FB20, TimeSpan, LifetimeServices_get_LeaseTime, (MethodInfo * method)); DO_APP_FUNC(0x01A3FB80, void, LifetimeServices_set_LeaseTime, (TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x01A3FBE0, TimeSpan, LifetimeServices_get_RenewOnCallTime, (MethodInfo * method)); DO_APP_FUNC(0x01A3FC40, void, LifetimeServices_set_RenewOnCallTime, (TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x01A3FCA0, TimeSpan, LifetimeServices_get_SponsorshipTimeout, (MethodInfo * method)); DO_APP_FUNC(0x01A3FD00, void, LifetimeServices_set_SponsorshipTimeout, (TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x01A3FD60, void, LifetimeServices_TrackLifetime, (ServerIdentity * identity, MethodInfo * method)); DO_APP_FUNC(0x01A3FDD0, void, Context_RegisterContext, (Context * ctx, MethodInfo * method)); DO_APP_FUNC(0x01A3FDE0, void, Context_ReleaseContext, (Context * ctx, MethodInfo * method)); DO_APP_FUNC(0x01A3FDF0, void, Context__ctor, (Context * __this, MethodInfo * method)); DO_APP_FUNC(0x01A3FE50, void, Context_Finalize, (Context * __this, MethodInfo * method)); DO_APP_FUNC(0x01A3FEC0, Context *, Context_get_DefaultContext, (MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, Context_get_ContextID, (Context * __this, MethodInfo * method)); DO_APP_FUNC(0x01A3FF00, IContextProperty__Array *, Context_get_ContextProperties, (Context * __this, MethodInfo * method)); DO_APP_FUNC(0x01A3FF70, bool, Context_get_IsDefaultContext, (Context * __this, MethodInfo * method)); DO_APP_FUNC(0x01A3FF80, bool, Context_get_NeedsContextSink, (Context * __this, MethodInfo * method)); DO_APP_FUNC(0x01A40070, bool, Context_RegisterDynamicProperty, (IDynamicProperty * prop, ContextBoundObject * obj, Context * ctx, MethodInfo * method)); DO_APP_FUNC(0x01A40290, bool, Context_UnregisterDynamicProperty, (String * name, ContextBoundObject * obj, Context * ctx, MethodInfo * method)); DO_APP_FUNC(0x01A404B0, DynamicPropertyCollection *, Context_GetDynamicPropertyCollection, (ContextBoundObject * obj, Context * ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AEC0, Context_GetDynamicPropertyCollection__MethodInfo); DO_APP_FUNC(0x01A40690, void, Context_NotifyGlobalDynamicSinks, (bool start, IMessage * req_msg, bool client_site, bool async, MethodInfo * method)); DO_APP_FUNC(0x01A407C0, bool, Context_get_HasGlobalDynamicSinks, (MethodInfo * method)); DO_APP_FUNC(0x01A40870, void, Context_NotifyDynamicSinks, (Context * __this, bool start, IMessage * req_msg, bool client_site, bool async, MethodInfo * method)); DO_APP_FUNC(0x01A40910, bool, Context_get_HasDynamicSinks, (Context * __this, MethodInfo * method)); DO_APP_FUNC(0x01A40960, bool, Context_get_HasExitSinks, (Context * __this, MethodInfo * method)); DO_APP_FUNC(0x01A40A30, IContextProperty *, Context_GetProperty, (Context * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01A40BF0, void, Context_SetProperty, (Context * __this, IContextProperty * prop, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AE80, Context_SetProperty__MethodInfo); DO_APP_FUNC(0x01A40E00, void, Context_Freeze, (Context * __this, MethodInfo * method)); DO_APP_FUNC(0x01A41000, String *, Context_ToString, (Context * __this, MethodInfo * method)); DO_APP_FUNC(0x01A41050, IMessageSink *, Context_GetServerContextSinkChain, (Context * __this, MethodInfo * method)); DO_APP_FUNC(0x01A412C0, IMessageSink *, Context_GetClientContextSinkChain, (Context * __this, MethodInfo * method)); DO_APP_FUNC(0x01A41530, IMessageSink *, Context_CreateServerObjectSinkChain, (Context * __this, MarshalByRefObject * obj, bool forceInternalExecute, MethodInfo * method)); DO_APP_FUNC(0x01A417F0, IMessageSink *, Context_CreateEnvoySink, (Context * __this, MarshalByRefObject * serverObject, MethodInfo * method)); DO_APP_FUNC(0x01A419E0, Context *, Context_SwitchToContext, (Context * newContext, MethodInfo * method)); DO_APP_FUNC(0x01A419F0, Context *, Context_CreateNewContext, (IConstructionCallMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x01A41A70, void, Context_DoCallBack, (Context * __this, CrossContextDelegate * deleg, MethodInfo * method)); DO_APP_FUNC(0x01A41C20, LocalDataStore *, Context_get_MyLocalStore, (Context * __this, MethodInfo * method)); DO_APP_FUNC(0x01A41E80, LocalDataStoreSlot *, Context_AllocateDataSlot, (MethodInfo * method)); DO_APP_FUNC(0x01A41EF0, LocalDataStoreSlot *, Context_AllocateNamedDataSlot, (String * name, MethodInfo * method)); DO_APP_FUNC(0x01A41F60, void, Context_FreeNamedDataSlot, (String * name, MethodInfo * method)); DO_APP_FUNC(0x01A41FD0, LocalDataStoreSlot *, Context_GetNamedDataSlot, (String * name, MethodInfo * method)); DO_APP_FUNC(0x01A42040, Object *, Context_GetData, (LocalDataStoreSlot * slot, MethodInfo * method)); DO_APP_FUNC(0x01A421C0, void, Context_SetData, (LocalDataStoreSlot * slot, Object * data, MethodInfo * method)); DO_APP_FUNC(0x01A42240, void, Context__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A42310, bool, DynamicPropertyCollection_get_HasProperties, (DynamicPropertyCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x01A42340, bool, DynamicPropertyCollection_RegisterDynamicProperty, (DynamicPropertyCollection * __this, IDynamicProperty * prop, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AC18, DynamicPropertyCollection_RegisterDynamicProperty__MethodInfo); DO_APP_FUNC(0x01A42720, bool, DynamicPropertyCollection_UnregisterDynamicProperty, (DynamicPropertyCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AC48, DynamicPropertyCollection_UnregisterDynamicProperty__MethodInfo); DO_APP_FUNC(0x01A42930, void, DynamicPropertyCollection_NotifyMessage, (DynamicPropertyCollection * __this, bool start, IMessage * msg, bool client_site, bool async, MethodInfo * method)); DO_APP_FUNC(0x01A42DD0, int32_t, DynamicPropertyCollection_FindProperty, (DynamicPropertyCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01A42F30, void, DynamicPropertyCollection__ctor, (DynamicPropertyCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DynamicPropertyCollection_DynamicPropertyReg__ctor, (DynamicPropertyCollection_DynamicPropertyReg * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ContextCallbackObject_DoCallBack, (ContextCallbackObject * __this, CrossContextDelegate * deleg, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ContextCallbackObject__ctor, (ContextCallbackObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01A42FE0, IMessage *, CrossContextChannel_SyncProcessMessage, (CrossContextChannel * __this, IMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x01A433A0, IMessageCtrl *, CrossContextChannel_AsyncProcessMessage, (CrossContextChannel * __this, IMessage * msg, IMessageSink * replySink, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CrossContextChannel__ctor, (CrossContextChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCEA30, void, CrossContextChannel_ContextRestoreSink__ctor, (CrossContextChannel_ContextRestoreSink * __this, IMessageSink * next, Context * context, IMessage * call, MethodInfo * method)); DO_APP_FUNC(0x01A43880, IMessage *, CrossContextChannel_ContextRestoreSink_SyncProcessMessage, (CrossContextChannel_ContextRestoreSink * __this, IMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x01A43AE0, IMessageCtrl *, CrossContextChannel_ContextRestoreSink_AsyncProcessMessage, (CrossContextChannel_ContextRestoreSink * __this, IMessage * msg, IMessageSink * replySink, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6ABE8, CrossContextChannel_ContextRestoreSink_AsyncProcessMessage__MethodInfo); DO_APP_FUNC(0x003F5920, void, CrossContextDelegate__ctor, (CrossContextDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, CrossContextDelegate_Invoke, (CrossContextDelegate * __this, MethodInfo * method)); DO_APP_FUNC(0x01A43B30, CrossContextChannel *, ChannelServices_get_CrossContextChannel, (MethodInfo * method)); DO_APP_FUNC(0x01A43B90, IMessageSink *, ChannelServices_CreateClientChannelSinkChain, (String * url, Object * remoteChannelData, String * * objectUri, MethodInfo * method)); DO_APP_FUNC(0x01A44420, IMessageSink *, ChannelServices_CreateClientChannelSinkChain_1, (IChannelSender * sender, String * url, Object__Array * channelDataArray, String * * objectUri, MethodInfo * method)); DO_APP_FUNC(0x01A44570, void, ChannelServices_RegisterChannel, (IChannel * chnl, MethodInfo * method)); DO_APP_FUNC(0x01A445D0, void, ChannelServices_RegisterChannel_1, (IChannel * chnl, bool ensureSecurity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AB68, ChannelServices_RegisterChannel_1__MethodInfo); DO_APP_FUNC(0x01A44CE0, void, ChannelServices_RegisterChannelConfig, (ChannelData * channel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AB98, ChannelServices_RegisterChannelConfig__MethodInfo); DO_APP_FUNC(0x01A45E50, Object *, ChannelServices_CreateProvider, (ProviderData * prov, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AB30, ChannelServices_CreateProvider__MethodInfo); DO_APP_FUNC(0x01A46190, IMessage *, ChannelServices_SyncDispatchMessage, (IMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x01A46260, ReturnMessage *, ChannelServices_CheckIncomingMessage, (IMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x01A46480, IMessage *, ChannelServices_CheckReturnMessage, (IMessage * callMsg, IMessage * retMsg, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ChannelServices_IsLocalCall, (IMessage * callMsg, MethodInfo * method)); DO_APP_FUNC(0x01A46690, Object__Array *, ChannelServices_GetCurrentChannelInfo, (MethodInfo * method)); DO_APP_FUNC(0x01A46B00, void, ChannelServices__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A46ED0, void, CrossAppDomainData__ctor, (CrossAppDomainData * __this, int32_t domainId, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, CrossAppDomainData_get_DomainID, (CrossAppDomainData * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, CrossAppDomainData_get_ProcessID, (CrossAppDomainData * __this, MethodInfo * method)); DO_APP_FUNC(0x01A47010, void, CrossAppDomainChannel_RegisterCrossAppDomainChannel, (MethodInfo * method)); DO_APP_FUNC(0x01A47220, String *, CrossAppDomainChannel_get_ChannelName, (CrossAppDomainChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00EECEF0, int32_t, CrossAppDomainChannel_get_ChannelPriority, (CrossAppDomainChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x01A47260, Object *, CrossAppDomainChannel_get_ChannelData, (CrossAppDomainChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CrossAppDomainChannel_StartListening, (CrossAppDomainChannel * __this, Object * data, MethodInfo * method)); DO_APP_FUNC(0x01A472D0, IMessageSink *, CrossAppDomainChannel_CreateMessageSink, (CrossAppDomainChannel * __this, String * url, Object * data, String * * uri, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AA78, CrossAppDomainChannel_CreateMessageSink__MethodInfo); DO_APP_FUNC(0x003AC050, void, CrossAppDomainChannel__ctor, (CrossAppDomainChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x01A474C0, void, CrossAppDomainChannel__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CrossAppDomainSink__ctor, (CrossAppDomainSink * __this, int32_t domainID, MethodInfo * method)); DO_APP_FUNC(0x01A47580, CrossAppDomainSink *, CrossAppDomainSink_GetSink, (int32_t domainID, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, CrossAppDomainSink_get_TargetDomainId, (CrossAppDomainSink * __this, MethodInfo * method)); DO_APP_FUNC(0x01A47960, CrossAppDomainSink_ProcessMessageRes, CrossAppDomainSink_ProcessMessageInDomain, (Byte__Array * arrRequest, CADMethodCallMessage * cadMsg, MethodInfo * method)); DO_APP_FUNC(0x01A47DA0, IMessage *, CrossAppDomainSink_SyncProcessMessage, (CrossAppDomainSink * __this, IMessage * msgRequest, MethodInfo * method)); DO_APP_FUNC(0x01A47FF0, IMessageCtrl *, CrossAppDomainSink_AsyncProcessMessage, (CrossAppDomainSink * __this, IMessage * reqMsg, IMessageSink * replySink, MethodInfo * method)); DO_APP_FUNC(0x01A48160, void, CrossAppDomainSink_SendAsyncMessage, (CrossAppDomainSink * __this, Object * data, MethodInfo * method)); DO_APP_FUNC(0x01A48220, void, CrossAppDomainSink__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A48470, void, CrossAppDomainSink__AsyncProcessMessage_b__10_0, (CrossAppDomainSink * __this, Object * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AA38, CrossAppDomainSink__AsyncProcessMessage_b__10_0__MethodInfo); DO_APP_FUNC(0x01A48540, IMessage *, CADSerializer_DeserializeMessage, (MemoryStream * mem, IMethodCallMessage * msg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A9E0, CADSerializer_DeserializeMessage__MethodInfo); DO_APP_FUNC(0x01A48590, MemoryStream *, CADSerializer_SerializeMessage, (IMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x01A486E0, Object *, CADSerializer_DeserializeObjectSafe, (Byte__Array * mem, MethodInfo * method)); DO_APP_FUNC(0x01A48860, MemoryStream *, CADSerializer_SerializeObject, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01A489B0, Object *, CADSerializer_DeserializeObject, (MemoryStream * mem, MethodInfo * method)); DO_APP_FUNC(0x01A48AA0, void, AsyncRequest__ctor, (AsyncRequest * __this, IMessage * msgRequest, IMessageSink * replySink, MethodInfo * method)); DO_APP_FUNC(0x01A48B50, void, SinkProviderData__ctor, (SinkProviderData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IList *, SinkProviderData_get_Children, (SinkProviderData * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, IDictionary *, SinkProviderData_get_Properties, (SinkProviderData * __this, MethodInfo * method)); DO_APP_FUNC(0x01A48D00, IActivator *, ActivationServices_get_ConstructionActivator, (MethodInfo * method)); DO_APP_FUNC(0x01A48DE0, IMessage *, ActivationServices_Activate, (RemotingProxy * proxy, ConstructionCall * ctorCall, MethodInfo * method)); DO_APP_FUNC(0x01A49030, IMessage *, ActivationServices_RemoteActivate, (IConstructionCallMessage * ctorCall, MethodInfo * method)); DO_APP_FUNC(0x01A49100, ConstructionCall *, ActivationServices_CreateConstructionCall, (Type * type, String * activationUrl, Object__Array * activationAttributes, MethodInfo * method)); DO_APP_FUNC(0x01A49B00, IMessage *, ActivationServices_CreateInstanceFromMessage, (IConstructionCallMessage * ctorCall, MethodInfo * method)); DO_APP_FUNC(0x01A49C00, Object *, ActivationServices_CreateProxyForType, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01A49E70, Object *, ActivationServices_AllocateUninitializedClassInstance, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01A49EB0, void, ActivationServices_EnableProxyActivation, (Type * type, bool enable, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, AppDomainLevelActivator__ctor, (AppDomainLevelActivator * __this, String * activationUrl, IActivator * next, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IActivator *, AppDomainLevelActivator_get_NextActivator, (AppDomainLevelActivator * __this, MethodInfo * method)); DO_APP_FUNC(0x01A49EC0, IConstructionReturnMessage *, AppDomainLevelActivator_Activate, (AppDomainLevelActivator * __this, IConstructionCallMessage * ctorCall, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A990, AppDomainLevelActivator_Activate__MethodInfo); DO_APP_FUNC(0x003C94D0, IActivator *, ConstructionLevelActivator_get_NextActivator, (ConstructionLevelActivator * __this, MethodInfo * method)); DO_APP_FUNC(0x01A4A250, IConstructionReturnMessage *, ConstructionLevelActivator_Activate, (ConstructionLevelActivator * __this, IConstructionCallMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ConstructionLevelActivator__ctor, (ConstructionLevelActivator * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ContextLevelActivator__ctor, (ContextLevelActivator * __this, IActivator * next, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IActivator *, ContextLevelActivator_get_NextActivator, (ContextLevelActivator * __this, MethodInfo * method)); DO_APP_FUNC(0x01A4A320, IConstructionReturnMessage *, ContextLevelActivator_Activate, (ContextLevelActivator * __this, IConstructionCallMessage * ctorCall, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, RemoteActivationAttribute__ctor, (RemoteActivationAttribute * __this, IList * contextProperties, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, RemoteActivationAttribute_IsContextOK, (RemoteActivationAttribute * __this, Context * ctx, IConstructionCallMessage * ctor, MethodInfo * method)); DO_APP_FUNC(0x01A4A580, void, RemoteActivationAttribute_GetPropertiesForNewContext, (RemoteActivationAttribute * __this, IConstructionCallMessage * ctor, MethodInfo * method)); DO_APP_FUNC(0x01A4A8B0, IConstructionReturnMessage *, RemoteActivator_Activate, (RemoteActivator * __this, IConstructionCallMessage * msg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A960, RemoteActivator_Activate__MethodInfo); DO_APP_FUNC(0x01A4AB70, IActivator *, RemoteActivator_get_NextActivator, (RemoteActivator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A968, RemoteActivator_get_NextActivator__MethodInfo); DO_APP_FUNC(0x003AC050, void, SoapAttribute__ctor, (SoapAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, SoapAttribute_get_UseAttribute, (SoapAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, SoapAttribute_get_XmlNamespace, (SoapAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, SoapAttribute_SetReflectionObject, (SoapAttribute * __this, Object * reflectionObject, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SoapFieldAttribute__ctor, (SoapFieldAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, SoapFieldAttribute_get_XmlElementName, (SoapFieldAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, SoapFieldAttribute_IsInteropXmlElement, (SoapFieldAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01A4ABC0, void, SoapFieldAttribute_SetReflectionObject, (SoapFieldAttribute * __this, Object * reflectionObject, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SoapMethodAttribute__ctor, (SoapMethodAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00434A10, bool, SoapMethodAttribute_get_UseAttribute, (SoapMethodAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, SoapMethodAttribute_get_XmlNamespace, (SoapMethodAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01A4ACB0, void, SoapMethodAttribute_SetReflectionObject, (SoapMethodAttribute * __this, Object * reflectionObject, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SoapParameterAttribute__ctor, (SoapParameterAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SoapTypeAttribute__ctor, (SoapTypeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, SoapTypeAttribute_get_UseAttribute, (SoapTypeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, SoapTypeAttribute_get_XmlElementName, (SoapTypeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, SoapTypeAttribute_get_XmlNamespace, (SoapTypeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, String *, SoapTypeAttribute_get_XmlTypeName, (SoapTypeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, String *, SoapTypeAttribute_get_XmlTypeNamespace, (SoapTypeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0060FCB0, bool, SoapTypeAttribute_get_IsInteropXmlElement, (SoapTypeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F5E0, bool, SoapTypeAttribute_get_IsInteropXmlType, (SoapTypeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01A4B620, void, SoapTypeAttribute_SetReflectionObject, (SoapTypeAttribute * __this, Object * reflectionObject, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CallContext__ctor, (CallContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Object *, CallContext_SetCurrentCallContext, (LogicalCallContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x01A4B9D0, LogicalCallContext *, CallContext_SetLogicalCallContext, (LogicalCallContext * callCtx, MethodInfo * method)); DO_APP_FUNC(0x01A4BA70, Object *, CallContext_LogicalGetData, (String * name, MethodInfo * method)); DO_APP_FUNC(0x01A4BBB0, void, CallContext_LogicalSetData, (String * name, Object * data, MethodInfo * method)); DO_APP_FUNC(0x01A4BCE0, Hashtable *, IllogicalCallContext_get_Datastore, (IllogicalCallContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, IllogicalCallContext_get_HostContext, (IllogicalCallContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, IllogicalCallContext_set_HostContext, (IllogicalCallContext * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01A4BDA0, bool, IllogicalCallContext_get_HasUserData, (IllogicalCallContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01A4BDE0, void, IllogicalCallContext_FreeNamedDataSlot, (IllogicalCallContext * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01A4BE20, IllogicalCallContext *, IllogicalCallContext_CreateCopy, (IllogicalCallContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IllogicalCallContext__ctor, (IllogicalCallContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LogicalCallContext__ctor, (LogicalCallContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01A4C160, void, LogicalCallContext__ctor_1, (LogicalCallContext * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A4C950, void, LogicalCallContext_GetObjectData, (LogicalCallContext * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A940, LogicalCallContext_GetObjectData__MethodInfo); DO_APP_FUNC(0x01A4CF30, Object *, LogicalCallContext_Clone, (LogicalCallContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01A4D800, void, LogicalCallContext_Merge, (LogicalCallContext * __this, LogicalCallContext * lc, MethodInfo * method)); DO_APP_FUNC(0x01A4DAF0, bool, LogicalCallContext_get_HasInfo, (LogicalCallContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01A4BDA0, bool, LogicalCallContext_get_HasUserData, (LogicalCallContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01A4DB50, Hashtable *, LogicalCallContext_get_Datastore, (LogicalCallContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01A4DC10, Object *, LogicalCallContext_GetData, (LogicalCallContext * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01A4DC50, void, LogicalCallContext_SetData, (LogicalCallContext * __this, String * name, Object * data, MethodInfo * method)); DO_APP_FUNC(0x01A4DD10, void, LogicalCallContext__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, LogicalCallContext_Reader__ctor, (LogicalCallContext_Reader * __this, LogicalCallContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x00ADB710, bool, LogicalCallContext_Reader_get_IsNull, (LogicalCallContext_Reader * __this, MethodInfo * method)); DO_APP_FUNC(0x01A4DDF0, bool, LogicalCallContext_Reader_get_HasInfo, (LogicalCallContext_Reader * __this, MethodInfo * method)); DO_APP_FUNC(0x01A4DE10, LogicalCallContext *, LogicalCallContext_Reader_Clone, (LogicalCallContext_Reader * __this, MethodInfo * method)); DO_APP_FUNC(0x01A4DE80, Object *, LogicalCallContext_Reader_GetData, (LogicalCallContext_Reader * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00A5F760, bool, CallContextSecurityData_get_HasInfo, (CallContextSecurityData * __this, MethodInfo * method)); DO_APP_FUNC(0x01A4DED0, Object *, CallContextSecurityData_Clone, (CallContextSecurityData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CallContextSecurityData__ctor, (CallContextSecurityData * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, CallContextRemotingData_get_LogicalCallID, (CallContextRemotingData * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, CallContextRemotingData_set_LogicalCallID, (CallContextRemotingData * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00A5F760, bool, CallContextRemotingData_get_HasInfo, (CallContextRemotingData * __this, MethodInfo * method)); DO_APP_FUNC(0x01A4DF70, Object *, CallContextRemotingData_Clone, (CallContextRemotingData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CallContextRemotingData__ctor, (CallContextRemotingData * __this, MethodInfo * method)); DO_APP_FUNC(0x01A4E010, void, ArgInfo__ctor, (ArgInfo * __this, MethodBase * method_1, ArgInfoType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x01A4E2A0, Object__Array *, ArgInfo_GetInOutArgs, (ArgInfo * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncResult__ctor, (AsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, AsyncResult_get_AsyncState, (AsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x01A4E400, WaitHandle *, AsyncResult_get_AsyncWaitHandle, (AsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, AsyncResult_get_CompletedSynchronously, (AsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AF0, bool, AsyncResult_get_IsCompleted, (AsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x008D2680, bool, AsyncResult_get_EndInvokeCalled, (AsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x01A4E630, void, AsyncResult_set_EndInvokeCalled, (AsyncResult * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Object *, AsyncResult_get_AsyncDelegate, (AsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IMessageSink *, AsyncResult_get_NextSink, (AsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x01A4E640, IMessageCtrl *, AsyncResult_AsyncProcessMessage, (AsyncResult * __this, IMessage * msg, IMessageSink * replySink, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A8F0, AsyncResult_AsyncProcessMessage__MethodInfo); DO_APP_FUNC(0x003C7010, IMessage *, AsyncResult_GetReplyMessage, (AsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, AsyncResult_SetMessageCtrl, (AsyncResult * __this, IMessageCtrl * mc, MethodInfo * method)); DO_APP_FUNC(0x00422AE0, void, AsyncResult_SetCompletedSynchronously, (AsyncResult * __this, bool completed, MethodInfo * method)); DO_APP_FUNC(0x01A4E690, IMessage *, AsyncResult_EndInvoke, (AsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x01A4E850, IMessage *, AsyncResult_SyncProcessMessage, (AsyncResult * __this, IMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, MonoMethodMessage *, AsyncResult_get_CallMessage, (AsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, AsyncResult_set_CallMessage, (AsyncResult * __this, MonoMethodMessage * value, MethodInfo * method)); DO_APP_FUNC(0x01A4EAC0, void, AsyncResult_System_Threading_IThreadPoolWorkItem_ExecuteWorkItem, (AsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncResult_System_Threading_IThreadPoolWorkItem_MarkAborted, (AsyncResult * __this, ThreadAbortException * tae, MethodInfo * method)); DO_APP_FUNC(0x01A4EC20, Object *, AsyncResult_Invoke, (AsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CADArgHolder__ctor, (CADArgHolder * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x01A4ED80, void, CADObjRef__ctor, (CADObjRef * __this, ObjRef * o, int32_t sourceDomain, MethodInfo * method)); DO_APP_FUNC(0x01A4EEF0, Type__Array *, CADMethodRef_GetTypes, (CADMethodRef * __this, String__Array * typeArray, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6E180, CADMethodRef_GetTypes__MethodInfo); DO_APP_FUNC(0x01A4F090, MethodBase *, CADMethodRef_Resolve, (CADMethodRef * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6E190, CADMethodRef_Resolve__MethodInfo); DO_APP_FUNC(0x01A4F710, void, CADMethodRef__ctor, (CADMethodRef * __this, IMethodMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x01A4FBE0, void, CADMessageBase__ctor, (CADMessageBase * __this, IMethodMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x01A4FCD0, MethodBase *, CADMessageBase_GetMethod, (CADMessageBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01A4FD60, Type__Array *, CADMessageBase_GetSignature, (MethodBase * methodBase, bool load, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6E170, CADMessageBase_GetSignature__MethodInfo); DO_APP_FUNC(0x01A4FF70, int32_t, CADMessageBase_MarshalProperties, (IDictionary * dict, ArrayList * * args, MethodInfo * method)); DO_APP_FUNC(0x01A504B0, void, CADMessageBase_UnmarshalProperties, (IDictionary * dict, int32_t count, ArrayList * args, MethodInfo * method)); DO_APP_FUNC(0x01A50630, bool, CADMessageBase_IsPossibleToIgnoreMarshal, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01A50820, Object *, CADMessageBase_MarshalArgument, (CADMessageBase * __this, Object * arg, ArrayList * * args, MethodInfo * method)); DO_APP_FUNC(0x01A509C0, Object *, CADMessageBase_UnmarshalArgument, (CADMessageBase * __this, Object * arg, ArrayList * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6E150, CADMessageBase_UnmarshalArgument__MethodInfo); DO_APP_FUNC(0x01A51580, Object__Array *, CADMessageBase_MarshalArguments, (CADMessageBase * __this, Object__Array * arguments, ArrayList * * args, MethodInfo * method)); DO_APP_FUNC(0x01A51700, Object__Array *, CADMessageBase_UnmarshalArguments, (CADMessageBase * __this, Object__Array * arguments, ArrayList * args, MethodInfo * method)); DO_APP_FUNC(0x01A51880, void, CADMessageBase_SaveLogicalCallContext, (CADMessageBase * __this, IMethodMessage * msg, ArrayList * * serializeList, MethodInfo * method)); DO_APP_FUNC(0x01A51A20, LogicalCallContext *, CADMessageBase_GetLogicalCallContext, (CADMessageBase * __this, ArrayList * args, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, CADMethodCallMessage_get_Uri, (CADMethodCallMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x01A51AC0, CADMethodCallMessage *, CADMethodCallMessage_Create, (IMessage * callMsg, MethodInfo * method)); DO_APP_FUNC(0x01A51B60, void, CADMethodCallMessage__ctor, (CADMethodCallMessage * __this, IMethodCallMessage * callMsg, MethodInfo * method)); DO_APP_FUNC(0x01A51F20, ArrayList *, CADMethodCallMessage_GetArguments, (CADMethodCallMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x01A52190, Object__Array *, CADMethodCallMessage_GetArgs, (CADMethodCallMessage * __this, ArrayList * args, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, CADMethodCallMessage_get_PropertiesCount, (CADMethodCallMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x01A521A0, CADMethodReturnMessage *, CADMethodReturnMessage_Create, (IMessage * callMsg, MethodInfo * method)); DO_APP_FUNC(0x01A52240, void, CADMethodReturnMessage__ctor, (CADMethodReturnMessage * __this, IMethodReturnMessage * retMsg, MethodInfo * method)); DO_APP_FUNC(0x01A52780, ArrayList *, CADMethodReturnMessage_GetArguments, (CADMethodReturnMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x01A52190, Object__Array *, CADMethodReturnMessage_GetArgs, (CADMethodReturnMessage * __this, ArrayList * args, MethodInfo * method)); DO_APP_FUNC(0x01A529F0, Object *, CADMethodReturnMessage_GetReturnValue, (CADMethodReturnMessage * __this, ArrayList * args, MethodInfo * method)); DO_APP_FUNC(0x01A52A00, Exception *, CADMethodReturnMessage_GetException, (CADMethodReturnMessage * __this, ArrayList * args, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, CADMethodReturnMessage_get_PropertiesCount, (CADMethodReturnMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ClientContextTerminatorSink__ctor, (ClientContextTerminatorSink * __this, Context * ctx, MethodInfo * method)); DO_APP_FUNC(0x01A52AB0, IMessage *, ClientContextTerminatorSink_SyncProcessMessage, (ClientContextTerminatorSink * __this, IMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x01A52C70, IMessageCtrl *, ClientContextTerminatorSink_AsyncProcessMessage, (ClientContextTerminatorSink * __this, IMessage * msg, IMessageSink * replySink, MethodInfo * method)); DO_APP_FUNC(0x01A48AA0, void, ClientContextReplySink__ctor, (ClientContextReplySink * __this, Context * ctx, IMessageSink * replySink, MethodInfo * method)); DO_APP_FUNC(0x01A52F90, IMessage *, ClientContextReplySink_SyncProcessMessage, (ClientContextReplySink * __this, IMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x01A53050, IMessageCtrl *, ClientContextReplySink_AsyncProcessMessage, (ClientContextReplySink * __this, IMessage * msg, IMessageSink * replySink, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6E108, ClientContextReplySink_AsyncProcessMessage__MethodInfo); DO_APP_FUNC(0x01A530A0, void, ConstructionCall__ctor, (ConstructionCall * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x01A531A0, void, ConstructionCall__ctor_1, (ConstructionCall * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A53250, void, ConstructionCall_InitDictionary, (ConstructionCall * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E040, bool, ConstructionCall_get_IsContextOk, (ConstructionCall * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E050, void, ConstructionCall_set_IsContextOk, (ConstructionCall * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01A53460, Type *, ConstructionCall_get_ActivationType, (ConstructionCall * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6E0D0, ConstructionCall_get_ActivationType__MethodInfo); DO_APP_FUNC(0x003C7040, String *, ConstructionCall_get_ActivationTypeName, (ConstructionCall * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, IActivator *, ConstructionCall_get_Activator, (ConstructionCall * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, ConstructionCall_set_Activator, (ConstructionCall * __this, IActivator * value, MethodInfo * method)); DO_APP_FUNC(0x003C7010, Object__Array *, ConstructionCall_get_CallSiteActivationAttributes, (ConstructionCall * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, ConstructionCall_SetActivationAttributes, (ConstructionCall * __this, Object__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x01A53570, IList *, ConstructionCall_get_ContextProperties, (ConstructionCall * __this, MethodInfo * method)); DO_APP_FUNC(0x01A53630, void, ConstructionCall_InitMethodProperty, (ConstructionCall * __this, String * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01A53B60, void, ConstructionCall_GetObjectData, (ConstructionCall * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A53CC0, IDictionary *, ConstructionCall_get_Properties, (ConstructionCall * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, RemotingProxy *, ConstructionCall_get_SourceProxy, (ConstructionCall * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F50, void, ConstructionCall_set_SourceProxy, (ConstructionCall * __this, RemotingProxy * value, MethodInfo * method)); DO_APP_FUNC(0x01A53D00, void, ConstructionCallDictionary__ctor, (ConstructionCallDictionary * __this, IConstructionCallMessage * message, MethodInfo * method)); DO_APP_FUNC(0x01A53E20, Object *, ConstructionCallDictionary_GetMethodProperty, (ConstructionCallDictionary * __this, String * key, MethodInfo * method)); DO_APP_FUNC(0x01A54230, void, ConstructionCallDictionary_SetMethodProperty, (ConstructionCallDictionary * __this, String * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6E098, ConstructionCallDictionary_SetMethodProperty__MethodInfo); DO_APP_FUNC(0x01A54550, void, ConstructionCallDictionary__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A549F0, void, ConstructionResponse__ctor, (ConstructionResponse * __this, Object * resultObject, LogicalCallContext * callCtx, IMethodCallMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x01A54A20, void, ConstructionResponse__ctor_1, (ConstructionResponse * __this, Exception * e, IMethodCallMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x01A54A30, void, ConstructionResponse__ctor_2, (ConstructionResponse * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A54AC0, IDictionary *, ConstructionResponse_get_Properties, (ConstructionResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x01A54C00, IMessage *, EnvoyTerminatorSink_SyncProcessMessage, (EnvoyTerminatorSink * __this, IMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x01A54C90, IMessageCtrl *, EnvoyTerminatorSink_AsyncProcessMessage, (EnvoyTerminatorSink * __this, IMessage * msg, IMessageSink * replySink, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EnvoyTerminatorSink__ctor, (EnvoyTerminatorSink * __this, MethodInfo * method)); DO_APP_FUNC(0x01A54D30, void, EnvoyTerminatorSink__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A54DE0, void, ErrorMessage__ctor, (ErrorMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, ErrorMessage_get_ArgCount, (ErrorMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Object__Array *, ErrorMessage_get_Args, (ErrorMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, MethodBase *, ErrorMessage_get_MethodBase, (ErrorMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x01A54E70, String *, ErrorMessage_get_MethodName, (ErrorMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Object *, ErrorMessage_get_MethodSignature, (ErrorMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IDictionary *, ErrorMessage_get_Properties, (ErrorMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x01A54EB0, String *, ErrorMessage_get_TypeName, (ErrorMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, ErrorMessage_get_Uri, (ErrorMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Object *, ErrorMessage_GetArg, (ErrorMessage * __this, int32_t arg_num, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, LogicalCallContext *, ErrorMessage_get_LogicalCallContext, (ErrorMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x01095920, void, HeaderHandler__ctor, (HeaderHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, Object *, HeaderHandler_Invoke, (HeaderHandler * __this, Header__Array * headers, MethodInfo * method)); DO_APP_FUNC(0x01A531A0, void, MethodCall__ctor, (MethodCall * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A54EF0, void, MethodCall__ctor_1, (MethodCall * __this, CADMethodCallMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MethodCall__ctor_2, (MethodCall * __this, MethodInfo * method)); DO_APP_FUNC(0x01A55210, void, MethodCall_CopyFrom, (MethodCall * __this, IMethodMessage * call, MethodInfo * method)); DO_APP_FUNC(0x01A555C0, void, MethodCall_InitMethodProperty, (MethodCall * __this, String * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01A55C40, void, MethodCall_GetObjectData, (MethodCall * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A561C0, int32_t, MethodCall_get_ArgCount, (MethodCall * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Object__Array *, MethodCall_get_Args, (MethodCall * __this, MethodInfo * method)); DO_APP_FUNC(0x01A561E0, LogicalCallContext *, MethodCall_get_LogicalCallContext, (MethodCall * __this, MethodInfo * method)); DO_APP_FUNC(0x01A56290, MethodBase *, MethodCall_get_MethodBase, (MethodCall * __this, MethodInfo * method)); DO_APP_FUNC(0x01A56300, String *, MethodCall_get_MethodName, (MethodCall * __this, MethodInfo * method)); DO_APP_FUNC(0x01A56390, Object *, MethodCall_get_MethodSignature, (MethodCall * __this, MethodInfo * method)); DO_APP_FUNC(0x01A53CC0, IDictionary *, MethodCall_get_Properties, (MethodCall * __this, MethodInfo * method)); DO_APP_FUNC(0x01A565C0, void, MethodCall_InitDictionary, (MethodCall * __this, MethodInfo * method)); DO_APP_FUNC(0x01A566E0, String *, MethodCall_get_TypeName, (MethodCall * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, MethodCall_get_Uri, (MethodCall * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, MethodCall_set_Uri, (MethodCall * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, MethodCall_System_Runtime_Remoting_Messaging_IInternalMessage_get_Uri, (MethodCall * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, MethodCall_System_Runtime_Remoting_Messaging_IInternalMessage_set_Uri, (MethodCall * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x009CE480, Object *, MethodCall_GetArg, (MethodCall * __this, int32_t argNum, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MethodCall_Init, (MethodCall * __this, MethodInfo * method)); DO_APP_FUNC(0x01A567A0, void, MethodCall_ResolveMethod, (MethodCall * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6E028, MethodCall_ResolveMethod__MethodInfo); DO_APP_FUNC(0x01A56F60, Type *, MethodCall_CastTo, (MethodCall * __this, String * clientType, Type * serverType, MethodInfo * method)); DO_APP_FUNC(0x01A57200, String *, MethodCall_GetTypeNameFromAssemblyQualifiedName, (String * aqname, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Identity *, MethodCall_System_Runtime_Remoting_Messaging_IInternalMessage_get_TargetIdentity, (MethodCall * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, MethodCall_System_Runtime_Remoting_Messaging_IInternalMessage_set_TargetIdentity, (MethodCall * __this, Identity * value, MethodInfo * method)); DO_APP_FUNC(0x01A572C0, Type__Array *, MethodCall_get_GenericArguments, (MethodCall * __this, MethodInfo * method)); DO_APP_FUNC(0x01A57360, void, MCMDictionary__ctor, (MCMDictionary * __this, IMethodMessage * message, MethodInfo * method)); DO_APP_FUNC(0x01A57480, void, MCMDictionary__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, MessageDictionary__ctor, (MessageDictionary * __this, IMethodMessage * message, MethodInfo * method)); DO_APP_FUNC(0x01A57760, bool, MessageDictionary_HasUserData, (MessageDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x01A57850, IDictionary *, MessageDictionary_get_InternalDictionary, (MessageDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, MessageDictionary_set_MethodKeys, (MessageDictionary * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01A57900, IDictionary *, MessageDictionary_AllocInternalProperties, (MessageDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x01A57970, IDictionary *, MessageDictionary_GetInternalProperties, (MessageDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x01A57A00, bool, MessageDictionary_IsOverridenKey, (MessageDictionary * __this, String * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, MessageDictionary_get_IsFixedSize, (MessageDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, MessageDictionary_get_IsReadOnly, (MessageDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x01A57AA0, Object *, MessageDictionary_get_Item, (MessageDictionary * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01A57BF0, void, MessageDictionary_set_Item, (MessageDictionary * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01A57C00, Object *, MessageDictionary_GetMethodProperty, (MessageDictionary * __this, String * key, MethodInfo * method)); DO_APP_FUNC(0x01A58160, void, MessageDictionary_SetMethodProperty, (MessageDictionary * __this, String * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01A58460, ICollection *, MessageDictionary_get_Keys, (MessageDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x01A58890, ICollection *, MessageDictionary_get_Values, (MessageDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x01A58CF0, void, MessageDictionary_Add, (MessageDictionary * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01A58EC0, void, MessageDictionary_Clear, (MessageDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x01A58F20, bool, MessageDictionary_Contains, (MessageDictionary * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01A59060, void, MessageDictionary_Remove, (MessageDictionary * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6E010, MessageDictionary_Remove__MethodInfo); DO_APP_FUNC(0x01A591E0, int32_t, MessageDictionary_get_Count, (MessageDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, MessageDictionary_get_IsSynchronized, (MessageDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Object *, MessageDictionary_get_SyncRoot, (MessageDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x01A59250, void, MessageDictionary_CopyTo, (MessageDictionary * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01A592C0, IEnumerator *, MessageDictionary_System_Collections_IEnumerable_GetEnumerator, (MessageDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x01A59330, IDictionaryEnumerator *, MessageDictionary_GetEnumerator, (MessageDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x01A593A0, void, MessageDictionary_DictionaryEnumerator__ctor, (MessageDictionary_DictionaryEnumerator * __this, MessageDictionary * methodDictionary, MethodInfo * method)); DO_APP_FUNC(0x01A594D0, Object *, MessageDictionary_DictionaryEnumerator_get_Current, (MessageDictionary_DictionaryEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01A59530, bool, MessageDictionary_DictionaryEnumerator_MoveNext, (MessageDictionary_DictionaryEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01A596D0, void, MessageDictionary_DictionaryEnumerator_Reset, (MessageDictionary_DictionaryEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01A59730, DictionaryEntry, MessageDictionary_DictionaryEnumerator_get_Entry, (MessageDictionary_DictionaryEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6E008, MessageDictionary_DictionaryEnumerator_get_Entry__MethodInfo); DO_APP_FUNC(0x01A59880, Object *, MessageDictionary_DictionaryEnumerator_get_Key, (MessageDictionary_DictionaryEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01A598A0, Object *, MessageDictionary_DictionaryEnumerator_get_Value, (MessageDictionary_DictionaryEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01A598C0, void, MethodResponse__ctor, (MethodResponse * __this, Exception * e, IMethodCallMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x01A59B80, void, MethodResponse__ctor_1, (MethodResponse * __this, Object * returnValue, Object__Array * outArgs, LogicalCallContext * callCtx, IMethodCallMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x01A59DE0, void, MethodResponse__ctor_2, (MethodResponse * __this, IMethodCallMessage * msg, CADMethodReturnMessage * retmsg, MethodInfo * method)); DO_APP_FUNC(0x01A54A30, void, MethodResponse__ctor_3, (MethodResponse * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A5A350, void, MethodResponse_InitMethodProperty, (MethodResponse * __this, String * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01A5AA80, int32_t, MethodResponse_get_ArgCount, (MethodResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, Object__Array *, MethodResponse_get_Args, (MethodResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Exception *, MethodResponse_get_Exception, (MethodResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5AAA0, LogicalCallContext *, MethodResponse_get_LogicalCallContext, (MethodResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5AB50, MethodBase *, MethodResponse_get_MethodBase, (MethodResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5ADD0, String *, MethodResponse_get_MethodName, (MethodResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5AE80, Object *, MethodResponse_get_MethodSignature, (MethodResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5AFA0, Object__Array *, MethodResponse_get_OutArgs, (MethodResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x01A54AC0, IDictionary *, MethodResponse_get_Properties, (MethodResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Object *, MethodResponse_get_ReturnValue, (MethodResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5B0B0, String *, MethodResponse_get_TypeName, (MethodResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5B160, String *, MethodResponse_get_Uri, (MethodResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, MethodResponse_set_Uri, (MethodResponse * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01A5B160, String *, MethodResponse_System_Runtime_Remoting_Messaging_IInternalMessage_get_Uri, (MethodResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, MethodResponse_System_Runtime_Remoting_Messaging_IInternalMessage_set_Uri, (MethodResponse * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01A5B210, Object *, MethodResponse_GetArg, (MethodResponse * __this, int32_t argNum, MethodInfo * method)); DO_APP_FUNC(0x01A5B240, void, MethodResponse_GetObjectData, (MethodResponse * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x003C7010, Identity *, MethodResponse_System_Runtime_Remoting_Messaging_IInternalMessage_get_TargetIdentity, (MethodResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, MethodResponse_System_Runtime_Remoting_Messaging_IInternalMessage_set_TargetIdentity, (MethodResponse * __this, Identity * value, MethodInfo * method)); DO_APP_FUNC(0x01A5B820, void, MethodReturnDictionary__ctor, (MethodReturnDictionary * __this, IMethodReturnMessage * message, MethodInfo * method)); DO_APP_FUNC(0x01A5B9F0, void, MethodReturnDictionary__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A5BE10, void, MonoMethodMessage_InitMessage, (MonoMethodMessage * __this, RuntimeMethodInfo * method_1, Object__Array * out_args, MethodInfo * method)); DO_APP_FUNC(0x01A5C300, void, MonoMethodMessage__ctor, (MonoMethodMessage * __this, MethodBase * method_1, Object__Array * out_args, MethodInfo * method)); DO_APP_FUNC(0x01A5C430, void, MonoMethodMessage__ctor_1, (MonoMethodMessage * __this, MethodInfo_1 * minfo, Object__Array * in_args, Object__Array * out_args, MethodInfo * method)); DO_APP_FUNC(0x01A5C5D0, MethodInfo_1 *, MonoMethodMessage_GetMethodInfo, (Type * type, String * methodName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DFD8, MonoMethodMessage_GetMethodInfo__MethodInfo); DO_APP_FUNC(0x01A5C710, void, MonoMethodMessage__ctor_2, (MonoMethodMessage * __this, Type * type, String * methodName, Object__Array * in_args, MethodInfo * method)); DO_APP_FUNC(0x01A5C880, IDictionary *, MonoMethodMessage_get_Properties, (MonoMethodMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5C940, int32_t, MonoMethodMessage_get_ArgCount, (MonoMethodMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object__Array *, MonoMethodMessage_get_Args, (MonoMethodMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, LogicalCallContext *, MonoMethodMessage_get_LogicalCallContext, (MonoMethodMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, MonoMethodMessage_set_LogicalCallContext, (MonoMethodMessage * __this, LogicalCallContext * value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, MethodBase *, MonoMethodMessage_get_MethodBase, (MonoMethodMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5C980, String *, MonoMethodMessage_get_MethodName, (MonoMethodMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5C9F0, Object *, MonoMethodMessage_get_MethodSignature, (MonoMethodMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5CBE0, String *, MonoMethodMessage_get_TypeName, (MonoMethodMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, String *, MonoMethodMessage_get_Uri, (MonoMethodMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, MonoMethodMessage_set_Uri, (MonoMethodMessage * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01A5CC70, Object *, MonoMethodMessage_GetArg, (MonoMethodMessage * __this, int32_t arg_num, MethodInfo * method)); DO_APP_FUNC(0x003C5390, Exception *, MonoMethodMessage_get_Exception, (MonoMethodMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5CCA0, int32_t, MonoMethodMessage_get_OutArgCount, (MonoMethodMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5CD00, Object__Array *, MonoMethodMessage_get_OutArgs, (MonoMethodMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Object *, MonoMethodMessage_get_ReturnValue, (MonoMethodMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, Identity *, MonoMethodMessage_System_Runtime_Remoting_Messaging_IInternalMessage_get_TargetIdentity, (MonoMethodMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, MonoMethodMessage_System_Runtime_Remoting_Messaging_IInternalMessage_set_TargetIdentity, (MonoMethodMessage * __this, Identity * value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, AsyncResult *, MonoMethodMessage_get_AsyncResult, (MonoMethodMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5CE80, CallType__Enum, MonoMethodMessage_get_CallType, (MonoMethodMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5CF80, bool, MonoMethodMessage_NeedsOutProcessing, (MonoMethodMessage * __this, int32_t * outCount, MethodInfo * method)); DO_APP_FUNC(0x01A5D000, void, RemotingSurrogate_GetObjectData, (RemotingSurrogate * __this, Object * obj, SerializationInfo * si, StreamingContext sc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DF98, RemotingSurrogate_GetObjectData__MethodInfo); DO_APP_FUNC(0x01A5D0A0, Object *, RemotingSurrogate_SetObjectData, (RemotingSurrogate * __this, Object * obj, SerializationInfo * si, StreamingContext sc, ISurrogateSelector * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DFA0, RemotingSurrogate_SetObjectData__MethodInfo); DO_APP_FUNC(0x003AC050, void, RemotingSurrogate__ctor, (RemotingSurrogate * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5D0F0, void, ObjRefSurrogate_GetObjectData, (ObjRefSurrogate * __this, Object * obj, SerializationInfo * si, StreamingContext sc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DFA8, ObjRefSurrogate_GetObjectData__MethodInfo); DO_APP_FUNC(0x01A5D210, Object *, ObjRefSurrogate_SetObjectData, (ObjRefSurrogate * __this, Object * obj, SerializationInfo * si, StreamingContext sc, ISurrogateSelector * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DFB8, ObjRefSurrogate_SetObjectData__MethodInfo); DO_APP_FUNC(0x003AC050, void, ObjRefSurrogate__ctor, (ObjRefSurrogate * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RemotingSurrogateSelector__ctor, (RemotingSurrogateSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5D270, ISerializationSurrogate *, RemotingSurrogateSelector_GetSurrogate, (RemotingSurrogateSelector * __this, Type * type, StreamingContext context, ISurrogateSelector * * ssout, MethodInfo * method)); DO_APP_FUNC(0x01A5D490, void, RemotingSurrogateSelector__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A5D6A0, void, ReturnMessage__ctor, (ReturnMessage * __this, Object * ret, Object__Array * outArgs, int32_t outArgsCount, LogicalCallContext * callCtx, IMethodCallMessage * mcm, MethodInfo * method)); DO_APP_FUNC(0x01A5D940, void, ReturnMessage__ctor_1, (ReturnMessage * __this, Exception * e, IMethodCallMessage * mcm, MethodInfo * method)); DO_APP_FUNC(0x01616B80, int32_t, ReturnMessage_get_ArgCount, (ReturnMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object__Array *, ReturnMessage_get_Args, (ReturnMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5DB20, LogicalCallContext *, ReturnMessage_get_LogicalCallContext, (ReturnMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, MethodBase *, ReturnMessage_get_MethodBase, (ReturnMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5DBD0, String *, ReturnMessage_get_MethodName, (ReturnMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5DCA0, Object *, ReturnMessage_get_MethodSignature, (ReturnMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5DED0, IDictionary *, ReturnMessage_get_Properties, (ReturnMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5DF90, String *, ReturnMessage_get_TypeName, (ReturnMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, ReturnMessage_get_Uri, (ReturnMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, ReturnMessage_set_Uri, (ReturnMessage * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, ReturnMessage_System_Runtime_Remoting_Messaging_IInternalMessage_get_Uri, (ReturnMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, ReturnMessage_System_Runtime_Remoting_Messaging_IInternalMessage_set_Uri, (ReturnMessage * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01A5E090, Object *, ReturnMessage_GetArg, (ReturnMessage * __this, int32_t argNum, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Exception *, ReturnMessage_get_Exception, (ReturnMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5E0C0, Object__Array *, ReturnMessage_get_OutArgs, (ReturnMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Object *, ReturnMessage_get_ReturnValue, (ReturnMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, Identity *, ReturnMessage_System_Runtime_Remoting_Messaging_IInternalMessage_get_TargetIdentity, (ReturnMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, ReturnMessage_System_Runtime_Remoting_Messaging_IInternalMessage_set_TargetIdentity, (ReturnMessage * __this, Identity * value, MethodInfo * method)); DO_APP_FUNC(0x01A5E1D0, IMessage *, ServerContextTerminatorSink_SyncProcessMessage, (ServerContextTerminatorSink * __this, IMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x01A5E2D0, IMessageCtrl *, ServerContextTerminatorSink_AsyncProcessMessage, (ServerContextTerminatorSink * __this, IMessage * msg, IMessageSink * replySink, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ServerContextTerminatorSink__ctor, (ServerContextTerminatorSink * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ServerObjectTerminatorSink__ctor, (ServerObjectTerminatorSink * __this, IMessageSink * nextSink, MethodInfo * method)); DO_APP_FUNC(0x01A5E3A0, IMessage *, ServerObjectTerminatorSink_SyncProcessMessage, (ServerObjectTerminatorSink * __this, IMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x01A5E540, IMessageCtrl *, ServerObjectTerminatorSink_AsyncProcessMessage, (ServerObjectTerminatorSink * __this, IMessage * msg, IMessageSink * replySink, MethodInfo * method)); DO_APP_FUNC(0x01A48AA0, void, ServerObjectReplySink__ctor, (ServerObjectReplySink * __this, ServerIdentity * identity, IMessageSink * replySink, MethodInfo * method)); DO_APP_FUNC(0x01A5E7B0, IMessage *, ServerObjectReplySink_SyncProcessMessage, (ServerObjectReplySink * __this, IMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x01A5E830, IMessageCtrl *, ServerObjectReplySink_AsyncProcessMessage, (ServerObjectReplySink * __this, IMessage * msg, IMessageSink * replySink, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DF70, ServerObjectReplySink_AsyncProcessMessage__MethodInfo); DO_APP_FUNC(0x01A5E880, void, StackBuilderSink__ctor, (StackBuilderSink * __this, MarshalByRefObject * obj, bool forceInternalExecute, MethodInfo * method)); DO_APP_FUNC(0x01A5E930, IMessage *, StackBuilderSink_SyncProcessMessage, (StackBuilderSink * __this, IMessage * msg, MethodInfo * method)); DO_APP_FUNC(0x01A5EA20, IMessageCtrl *, StackBuilderSink_AsyncProcessMessage, (StackBuilderSink * __this, IMessage * msg, IMessageSink * replySink, MethodInfo * method)); DO_APP_FUNC(0x01A5EB70, void, StackBuilderSink_ExecuteAsyncMessage, (StackBuilderSink * __this, Object * ob, MethodInfo * method)); DO_APP_FUNC(0x01A5F190, void, StackBuilderSink_CheckParameters, (StackBuilderSink * __this, IMessage * msg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DF50, StackBuilderSink_CheckParameters__MethodInfo); DO_APP_FUNC(0x01A5F580, void, StackBuilderSink__AsyncProcessMessage_b__4_0, (StackBuilderSink * __this, Object * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DF30, StackBuilderSink__AsyncProcessMessage_b__4_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, NonVersionableAttribute__ctor, (NonVersionableAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5F5A0, void, TargetFrameworkAttribute__ctor, (TargetFrameworkAttribute * __this, String * frameworkName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DF60, TargetFrameworkAttribute__ctor__MethodInfo); DO_APP_FUNC(0x003AC960, void, TargetFrameworkAttribute_set_FrameworkDisplayName, (TargetFrameworkAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01A5F660, void, BinaryCompatibility__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A5F6C0, void, SerializationException__ctor, (SerializationException * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5F730, void, SerializationException__ctor_1, (SerializationException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01A5F750, void, SerializationException__ctor_2, (SerializationException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, SerializationException__ctor_3, (SerializationException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A5F770, void, SerializationException__cctor, (MethodInfo * method)); DO_APP_FUNC(0x009AF110, void, SerializationEntry__ctor, (SerializationEntry * __this, String * entryName, Object * entryValue, Type * entryType, MethodInfo * method)); DO_APP_FUNC(0x005DE470, Object *, SerializationEntry_get_Value, (SerializationEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, SerializationEntry_get_Name, (SerializationEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5F820, void, SerializationInfoEnumerator__ctor, (SerializationInfoEnumerator * __this, String__Array * members, Object__Array * info, Type__Array * types, int32_t numItems, MethodInfo * method)); DO_APP_FUNC(0x01A5F940, bool, SerializationInfoEnumerator_MoveNext, (SerializationInfoEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5F960, Object *, SerializationInfoEnumerator_System_Collections_IEnumerator_get_Current, (SerializationInfoEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5F9D0, SerializationEntry, SerializationInfoEnumerator_get_Current, (SerializationInfoEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DF10, SerializationInfoEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x01A5FAC0, void, SerializationInfoEnumerator_Reset, (SerializationInfoEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5FAD0, String *, SerializationInfoEnumerator_get_Name, (SerializationInfoEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DF18, SerializationInfoEnumerator_get_Name__MethodInfo); DO_APP_FUNC(0x01A5FB60, Object *, SerializationInfoEnumerator_get_Value, (SerializationInfoEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DF20, SerializationInfoEnumerator_get_Value__MethodInfo); DO_APP_FUNC(0x01A5FBF0, Type *, SerializationInfoEnumerator_get_ObjectType, (SerializationInfoEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DF28, SerializationInfoEnumerator_get_ObjectType__MethodInfo); DO_APP_FUNC(0x008AC8F0, void, DeserializationEventHandler__ctor, (DeserializationEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, DeserializationEventHandler_Invoke, (DeserializationEventHandler * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, SerializationEventHandler__ctor, (SerializationEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, SerializationEventHandler_Invoke, (SerializationEventHandler * __this, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A5FC80, Object *, FormatterConverter_Convert, (FormatterConverter * __this, Object * value, Type * type, MethodInfo * method)); DO_APP_FUNC(0x01A5FD30, bool, FormatterConverter_ToBoolean, (FormatterConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01A5FDD0, int32_t, FormatterConverter_ToInt32, (FormatterConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01A5FE70, int64_t, FormatterConverter_ToInt64, (FormatterConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01A5FF10, float, FormatterConverter_ToSingle, (FormatterConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01A5FFB0, String *, FormatterConverter_ToString, (FormatterConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01A60050, void, FormatterConverter_ThrowValueNullException, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DEF0, FormatterConverter_ThrowValueNullException__MethodInfo); DO_APP_FUNC(0x003AC050, void, FormatterConverter__ctor, (FormatterConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x01A600B0, void, MemberHolder__ctor, (MemberHolder * __this, Type * type, StreamingContext ctx, MethodInfo * method)); DO_APP_FUNC(0x00ACA570, int32_t, MemberHolder_GetHashCode, (MemberHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x01A60160, bool, MemberHolder_Equals, (MemberHolder * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01A601E0, void, SerializationBinder_BindToName, (SerializationBinder * __this, Type * serializedType, String * * assemblyName, String * * typeName, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SerializationBinder__ctor, (SerializationBinder * __this, MethodInfo * method)); DO_APP_FUNC(0x01A60290, void, SerializationEvents__ctor, (SerializationEvents * __this, Type * t, MethodInfo * method)); DO_APP_FUNC(0x01A60500, List_1_System_Reflection_MethodInfo_ *, SerializationEvents_GetMethodsWithAttribute, (SerializationEvents * __this, Type * attribute, Type * t, MethodInfo * method)); DO_APP_FUNC(0x01A606F0, bool, SerializationEvents_get_HasOnSerializingEvents, (SerializationEvents * __this, MethodInfo * method)); DO_APP_FUNC(0x01A60710, void, SerializationEvents_InvokeOnSerializing, (SerializationEvents * __this, Object * obj, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A60750, void, SerializationEvents_InvokeOnDeserializing, (SerializationEvents * __this, Object * obj, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A60790, void, SerializationEvents_InvokeOnDeserialized, (SerializationEvents * __this, Object * obj, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A607D0, SerializationEventHandler *, SerializationEvents_AddOnSerialized, (SerializationEvents * __this, Object * obj, SerializationEventHandler * handler, MethodInfo * method)); DO_APP_FUNC(0x01A607F0, SerializationEventHandler *, SerializationEvents_AddOnDeserialized, (SerializationEvents * __this, Object * obj, SerializationEventHandler * handler, MethodInfo * method)); DO_APP_FUNC(0x01A60810, void, SerializationEvents_InvokeOnDelegate, (Object * obj, StreamingContext context, List_1_System_Reflection_MethodInfo_ * methods, MethodInfo * method)); DO_APP_FUNC(0x01A60850, SerializationEventHandler *, SerializationEvents_AddOnDelegate, (Object * obj, SerializationEventHandler * handler, List_1_System_Reflection_MethodInfo_ * methods, MethodInfo * method)); DO_APP_FUNC(0x01A60BF0, SerializationEvents *, SerializationEventsCache_GetSerializationEventsForType, (Type * t, MethodInfo * method)); DO_APP_FUNC(0x01A60DB0, void, SerializationEventsCache__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A60E90, void, SerializationEventsCache_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SerializationEventsCache_c__ctor, (SerializationEventsCache_c * __this, MethodInfo * method)); DO_APP_FUNC(0x01A60F40, SerializationEvents *, SerializationEventsCache_c__GetSerializationEventsForType_b__1_0, (SerializationEventsCache_c * __this, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DE88, SerializationEventsCache_c__GetSerializationEventsForType_b__1_0__MethodInfo); DO_APP_FUNC(0x01A60FB0, void, SerializationObjectManager__ctor, (SerializationObjectManager * __this, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A61100, void, SerializationObjectManager_RegisterObject, (SerializationObjectManager * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01A61330, void, SerializationObjectManager_RaiseOnSerializedEvent, (SerializationObjectManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01A61360, void, SerializationObjectManager_AddOnSerialized, (SerializationObjectManager * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01A61450, void, ValueTypeFixupInfo__ctor, (ValueTypeFixupInfo * __this, int64_t containerID, FieldInfo_1 * member, Int32__Array * parentIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DE38, ValueTypeFixupInfo__ctor__MethodInfo); DO_APP_FUNC(0x003B93C0, int64_t, ValueTypeFixupInfo_get_ContainerID, (ValueTypeFixupInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, FieldInfo_1 *, ValueTypeFixupInfo_get_ParentField, (ValueTypeFixupInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Int32__Array *, ValueTypeFixupInfo_get_ParentIndex, (ValueTypeFixupInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A61750, void, FormatterServices__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A61A00, MemberInfo_1__Array *, FormatterServices_GetSerializableMembers, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x01A61B90, bool, FormatterServices_CheckSerializable, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x01A61BC0, MemberInfo_1__Array *, FormatterServices_InternalGetSerializableMembers, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DDB0, FormatterServices_InternalGetSerializableMembers__MethodInfo); DO_APP_FUNC(0x01A62330, bool, FormatterServices_GetParentTypes, (RuntimeType * parentType, RuntimeType__Array * * parentTypes, int32_t * parentTypeCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DDC8, FormatterServices_GetParentTypes__MethodInfo); DO_APP_FUNC(0x01A62770, MemberInfo_1__Array *, FormatterServices_GetSerializableMembers_1, (Type * type, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DD60, FormatterServices_GetSerializableMembers_1__MethodInfo); DO_APP_FUNC(0x01A62B30, Object *, FormatterServices_GetUninitializedObject, (Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DD70, FormatterServices_GetUninitializedObject__MethodInfo); DO_APP_FUNC(0x01A49E70, Object *, FormatterServices_nativeGetUninitializedObject, (RuntimeType * type, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, FormatterServices_GetEnableUnsafeTypeForwarders, (MethodInfo * method)); DO_APP_FUNC(0x01A62D40, bool, FormatterServices_UnsafeTypeForwardersIsEnabled, (MethodInfo * method)); DO_APP_FUNC(0x01A62E10, void, FormatterServices_SerializationSetValue, (MemberInfo_1 * fi, Object * target, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DD88, FormatterServices_SerializationSetValue__MethodInfo); DO_APP_FUNC(0x01A63060, Object *, FormatterServices_PopulateObjectMembers, (Object * obj, MemberInfo_1__Array * members, Object__Array * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DD00, FormatterServices_PopulateObjectMembers__MethodInfo); DO_APP_FUNC(0x01A63470, Object__Array *, FormatterServices_GetObjectData, (Object * obj, MemberInfo_1__Array * members, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DD28, FormatterServices_GetObjectData__MethodInfo); DO_APP_FUNC(0x01A638B0, Type *, FormatterServices_GetTypeFromAssembly, (Assembly * assem, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DD38, FormatterServices_GetTypeFromAssembly__MethodInfo); DO_APP_FUNC(0x01A63940, Assembly *, FormatterServices_LoadAssemblyFromString, (String * assemblyName, MethodInfo * method)); DO_APP_FUNC(0x01A63990, Assembly *, FormatterServices_LoadAssemblyFromStringNoThrow, (String * assemblyName, MethodInfo * method)); DO_APP_FUNC(0x01A63A30, String *, FormatterServices_GetClrAssemblyName, (Type * type, bool * hasTypeForwardedFrom, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DCE8, FormatterServices_GetClrAssemblyName__MethodInfo); DO_APP_FUNC(0x01A63BE0, String *, FormatterServices_GetClrTypeFullName, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01A63C70, String *, FormatterServices_GetClrTypeFullNameForArray, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01A63EF0, String *, FormatterServices_GetClrTypeFullNameForNonArrayTypes, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FormatterServices_c_DisplayClass9_0__ctor, (FormatterServices_c_DisplayClass9_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x01A641C0, MemberInfo_1__Array *, FormatterServices_c_DisplayClass9_0__GetSerializableMembers_b__0, (FormatterServices_c_DisplayClass9_0 * __this, MemberHolder * _, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DD50, FormatterServices_c_DisplayClass9_0__GetSerializableMembers_b__0__MethodInfo); DO_APP_FUNC(0x01A64270, void, SurrogateForCyclicalReference_GetObjectData, (SurrogateForCyclicalReference * __this, Object * obj, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A64360, Object *, SurrogateForCyclicalReference_SetObjectData, (SurrogateForCyclicalReference * __this, Object * obj, SerializationInfo * info, StreamingContext context, ISurrogateSelector * selector, MethodInfo * method)); DO_APP_FUNC(0x01A64400, void, ObjectIDGenerator__ctor, (ObjectIDGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01A64580, int32_t, ObjectIDGenerator_FindElement, (ObjectIDGenerator * __this, Object * obj, bool * found, MethodInfo * method)); DO_APP_FUNC(0x01A64640, int64_t, ObjectIDGenerator_GetId, (ObjectIDGenerator * __this, Object * obj, bool * firstTime, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DCB0, ObjectIDGenerator_GetId__MethodInfo); DO_APP_FUNC(0x01A647E0, int64_t, ObjectIDGenerator_HasId, (ObjectIDGenerator * __this, Object * obj, bool * firstTime, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DCB8, ObjectIDGenerator_HasId__MethodInfo); DO_APP_FUNC(0x01A648C0, void, ObjectIDGenerator_Rehash, (ObjectIDGenerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DCC8, ObjectIDGenerator_Rehash__MethodInfo); DO_APP_FUNC(0x01A64C40, void, ObjectIDGenerator__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A64D20, void, ObjectManager__ctor, (ObjectManager * __this, ISurrogateSelector * selector, StreamingContext context, bool checkSecurity, bool isCrossAppDomain, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ObjectManager_CanCallGetType, (ObjectManager * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, ObjectManager_set_TopObject, (ObjectManager * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Object *, ObjectManager_get_TopObject, (ObjectManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01A64E80, ObjectHolderList *, ObjectManager_get_SpecialFixupObjects, (ObjectManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01A64FD0, ObjectHolder *, ObjectManager_FindObjectHolder, (ObjectManager * __this, int64_t objectID, MethodInfo * method)); DO_APP_FUNC(0x01A65020, ObjectHolder *, ObjectManager_FindOrCreateObjectHolder, (ObjectManager * __this, int64_t objectID, MethodInfo * method)); DO_APP_FUNC(0x01A65100, void, ObjectManager_AddObjectHolder, (ObjectManager * __this, ObjectHolder * holder, MethodInfo * method)); DO_APP_FUNC(0x01A653E0, bool, ObjectManager_GetCompletionInfo, (ObjectManager * __this, FixupHolder * fixup, ObjectHolder * * holder, Object * * member, bool bThrowIfMissing, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DC90, ObjectManager_GetCompletionInfo__MethodInfo); DO_APP_FUNC(0x01A65860, void, ObjectManager_FixupSpecialObject, (ObjectManager * __this, ObjectHolder * holder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DC48, ObjectManager_FixupSpecialObject__MethodInfo); DO_APP_FUNC(0x01A65BC0, bool, ObjectManager_ResolveObjectReference, (ObjectManager * __this, ObjectHolder * holder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DC60, ObjectManager_ResolveObjectReference__MethodInfo); DO_APP_FUNC(0x01A65E10, bool, ObjectManager_DoValueTypeFixup, (ObjectManager * __this, FieldInfo_1 * memberToFix, ObjectHolder * holder, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01A66380, void, ObjectManager_CompleteObject, (ObjectManager * __this, ObjectHolder * holder, bool bObjectFullyComplete, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DBF0, ObjectManager_CompleteObject__MethodInfo); DO_APP_FUNC(0x01A66E70, void, ObjectManager_DoNewlyRegisteredObjectFixups, (ObjectManager * __this, ObjectHolder * holder, MethodInfo * method)); DO_APP_FUNC(0x01A67000, Object *, ObjectManager_GetObject, (ObjectManager * __this, int64_t objectID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DC30, ObjectManager_GetObject__MethodInfo); DO_APP_FUNC(0x01A67100, void, ObjectManager_RegisterString, (ObjectManager * __this, String * obj, int64_t objectID, SerializationInfo * info, int64_t idOfContainingObj, MemberInfo_1 * member, MethodInfo * method)); DO_APP_FUNC(0x01A67220, void, ObjectManager_RegisterObject, (ObjectManager * __this, Object * obj, int64_t objectID, SerializationInfo * info, int64_t idOfContainingObj, MemberInfo_1 * member, Int32__Array * arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DBB0, ObjectManager_RegisterObject__MethodInfo); DO_APP_FUNC(0x01A67860, void, ObjectManager_CompleteISerializableObject, (ObjectManager * __this, Object * obj, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DBC0, ObjectManager_CompleteISerializableObject__MethodInfo); DO_APP_FUNC(0x01A67BF0, RuntimeConstructorInfo *, ObjectManager_GetConstructor, (RuntimeType * t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DBD8, ObjectManager_GetConstructor__MethodInfo); DO_APP_FUNC(0x01A67D20, void, ObjectManager_DoFixups, (ObjectManager * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DB50, ObjectManager_DoFixups__MethodInfo); DO_APP_FUNC(0x01A681D0, void, ObjectManager_RegisterFixup, (ObjectManager * __this, FixupHolder * fixup, int64_t objectToBeFixed, int64_t objectRequired, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DB68, ObjectManager_RegisterFixup__MethodInfo); DO_APP_FUNC(0x01A682D0, void, ObjectManager_RecordFixup, (ObjectManager * __this, int64_t objectToBeFixed, MemberInfo_1 * member, int64_t objectRequired, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DB90, ObjectManager_RecordFixup__MethodInfo); DO_APP_FUNC(0x01A68610, void, ObjectManager_RecordDelayedFixup, (ObjectManager * __this, int64_t objectToBeFixed, String * memberName, int64_t objectRequired, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DB28, ObjectManager_RecordDelayedFixup__MethodInfo); DO_APP_FUNC(0x01A687B0, void, ObjectManager_RecordArrayElementFixup, (ObjectManager * __this, int64_t arrayToBeFixed, Int32__Array * indices, int64_t objectRequired, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DB38, ObjectManager_RecordArrayElementFixup__MethodInfo); DO_APP_FUNC(0x01A68950, void, ObjectManager_RaiseDeserializationEvent, (ObjectManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01A689B0, void, ObjectManager_AddOnDeserialization, (ObjectManager * __this, DeserializationEventHandler * handler, MethodInfo * method)); DO_APP_FUNC(0x01A68AA0, void, ObjectManager_AddOnDeserialized, (ObjectManager * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01A68B90, void, ObjectManager_RaiseOnDeserializedEvent, (ObjectManager * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01A68C60, void, ObjectManager_RaiseOnDeserializingEvent, (ObjectManager * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01A68D30, void, ObjectHolder__ctor, (ObjectHolder * __this, int64_t objID, MethodInfo * method)); DO_APP_FUNC(0x01A68D70, void, ObjectHolder__ctor_1, (ObjectHolder * __this, Object * obj, int64_t objID, SerializationInfo * info, ISerializationSurrogate * surrogate, int64_t idOfContainingObj, FieldInfo_1 * field, Int32__Array * arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DB08, ObjectHolder__ctor_1__MethodInfo); DO_APP_FUNC(0x01A691A0, void, ObjectHolder__ctor_2, (ObjectHolder * __this, String * obj, int64_t objID, SerializationInfo * info, ISerializationSurrogate * surrogate, int64_t idOfContainingObj, FieldInfo_1 * field, Int32__Array * arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01A69460, void, ObjectHolder_IncrementDescendentFixups, (ObjectHolder * __this, int32_t amount, MethodInfo * method)); DO_APP_FUNC(0x01A69470, void, ObjectHolder_DecrementFixupsRemaining, (ObjectHolder * __this, ObjectManager * manager, MethodInfo * method)); DO_APP_FUNC(0x01A694D0, void, ObjectHolder_RemoveDependency, (ObjectHolder * __this, int64_t id, MethodInfo * method)); DO_APP_FUNC(0x01A69540, void, ObjectHolder_AddFixup, (ObjectHolder * __this, FixupHolder * fixup, ObjectManager * manager, MethodInfo * method)); DO_APP_FUNC(0x01A69710, void, ObjectHolder_UpdateDescendentDependencyChain, (ObjectHolder * __this, int32_t amount, ObjectManager * manager, MethodInfo * method)); DO_APP_FUNC(0x01A69770, void, ObjectHolder_AddDependency, (ObjectHolder * __this, int64_t dependentObject, MethodInfo * method)); DO_APP_FUNC(0x01A69910, void, ObjectHolder_UpdateData, (ObjectHolder * __this, Object * obj, SerializationInfo * info, ISerializationSurrogate * surrogate, int64_t idOfContainer, FieldInfo_1 * field, Int32__Array * arrayIndex, ObjectManager * manager, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DB20, ObjectHolder_UpdateData__MethodInfo); DO_APP_FUNC(0x01A69B90, void, ObjectHolder_MarkForCompletionWhenAvailable, (ObjectHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x01A69BA0, void, ObjectHolder_SetFlags, (ObjectHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x01A20C80, bool, ObjectHolder_get_IsIncompleteObjectReference, (ObjectHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x01A69C40, void, ObjectHolder_set_IsIncompleteObjectReference, (ObjectHolder * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01A69C60, bool, ObjectHolder_get_RequiresDelayedFixup, (ObjectHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x01A69C70, bool, ObjectHolder_get_RequiresValueTypeFixup, (ObjectHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x01A69C80, bool, ObjectHolder_get_ValueTypeFixupPerformed, (ObjectHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x01A69CB0, void, ObjectHolder_set_ValueTypeFixupPerformed, (ObjectHolder * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01A20C40, bool, ObjectHolder_get_HasISerializable, (ObjectHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x01A69CC0, bool, ObjectHolder_get_HasSurrogate, (ObjectHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x01A69CD0, bool, ObjectHolder_get_CanSurrogatedObjectValueChange, (ObjectHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x01A69D70, bool, ObjectHolder_get_CanObjectValueChange, (ObjectHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, ObjectHolder_get_DirectlyDependentObjects, (ObjectHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x019B07E0, int32_t, ObjectHolder_get_TotalDependentObjects, (ObjectHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7C380, bool, ObjectHolder_get_Reachable, (ObjectHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7C390, void, ObjectHolder_set_Reachable, (ObjectHolder * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00BF78F0, bool, ObjectHolder_get_TypeLoadExceptionReachable, (ObjectHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, TypeLoadExceptionHolder *, ObjectHolder_get_TypeLoadException, (ObjectHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, ObjectHolder_set_TypeLoadException, (ObjectHolder * __this, TypeLoadExceptionHolder * value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, ObjectHolder_get_ObjectValue, (ObjectHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x01A69D90, void, ObjectHolder_SetObjectValue, (ObjectHolder * __this, Object * obj, ObjectManager * manager, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, SerializationInfo *, ObjectHolder_get_SerializationInfo, (ObjectHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, ObjectHolder_set_SerializationInfo, (ObjectHolder * __this, SerializationInfo * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, ISerializationSurrogate *, ObjectHolder_get_Surrogate, (ObjectHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, LongList *, ObjectHolder_get_DependentObjects, (ObjectHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, ObjectHolder_set_DependentObjects, (ObjectHolder * __this, LongList * value, MethodInfo * method)); DO_APP_FUNC(0x01A69F70, bool, ObjectHolder_get_RequiresSerInfoFixup, (ObjectHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x01A69F90, void, ObjectHolder_set_RequiresSerInfoFixup, (ObjectHolder * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, ValueTypeFixupInfo *, ObjectHolder_get_ValueFixup, (ObjectHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x01A69FB0, bool, ObjectHolder_get_CompletelyFixed, (ObjectHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x01A69FD0, int64_t, ObjectHolder_get_ContainerID, (ObjectHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x01A69FF0, void, FixupHolder__ctor, (FixupHolder * __this, int64_t id, Object * fixupInfo, int32_t fixupType, MethodInfo * method)); DO_APP_FUNC(0x01A6A050, void, FixupHolderList__ctor, (FixupHolderList * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6A0F0, void, FixupHolderList__ctor_1, (FixupHolderList * __this, int32_t startingSize, MethodInfo * method)); DO_APP_FUNC(0x01A6A190, void, FixupHolderList_Add, (FixupHolderList * __this, FixupHolder * fixup, MethodInfo * method)); DO_APP_FUNC(0x01A6A230, void, FixupHolderList_EnlargeArray, (FixupHolderList * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6A430, void, LongList__ctor, (LongList * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6A4D0, void, LongList__ctor_1, (LongList * __this, int32_t startingSize, MethodInfo * method)); DO_APP_FUNC(0x01A6A570, void, LongList_Add, (LongList * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, LongList_get_Count, (LongList * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE10, void, LongList_StartEnumeration, (LongList * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6A5D0, bool, LongList_MoveNext, (LongList * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6A620, int64_t, LongList_get_Current, (LongList * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6A650, bool, LongList_RemoveElement, (LongList * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01A6A6D0, void, LongList_EnlargeArray, (LongList * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6A8D0, void, ObjectHolderList__ctor, (ObjectHolderList * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6A970, void, ObjectHolderList__ctor_1, (ObjectHolderList * __this, int32_t startingSize, MethodInfo * method)); DO_APP_FUNC(0x01A6AA10, void, ObjectHolderList_Add, (ObjectHolderList * __this, ObjectHolder * value, MethodInfo * method)); DO_APP_FUNC(0x01A6AAB0, ObjectHolderListEnumerator *, ObjectHolderList_GetFixupEnumerator, (ObjectHolderList * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6AB70, void, ObjectHolderList_EnlargeArray, (ObjectHolderList * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, ObjectHolderList_get_Version, (ObjectHolderList * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, ObjectHolderList_get_Count, (ObjectHolderList * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6AD70, void, ObjectHolderListEnumerator__ctor, (ObjectHolderListEnumerator * __this, ObjectHolderList * list, bool isFixupEnumerator, MethodInfo * method)); DO_APP_FUNC(0x01A6ADF0, bool, ObjectHolderListEnumerator_MoveNext, (ObjectHolderListEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6AE90, ObjectHolder *, ObjectHolderListEnumerator_get_Current, (ObjectHolderListEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, TypeLoadExceptionHolder__ctor, (TypeLoadExceptionHolder * __this, String * typeName, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, TypeLoadExceptionHolder_get_TypeName, (TypeLoadExceptionHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6AED0, void, SafeSerializationEventArgs__ctor, (SafeSerializationEventArgs * __this, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, IList_1_System_Object_ *, SafeSerializationEventArgs_get_SerializedStates, (SafeSerializationEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SafeSerializationManager__ctor, (SafeSerializationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6B030, void, SafeSerializationManager__ctor_1, (SafeSerializationManager * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A6B320, bool, SafeSerializationManager_get_IsActive, (SafeSerializationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6B330, void, SafeSerializationManager_CompleteSerialization, (SafeSerializationManager * __this, Object * serializedObject, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A6B740, void, SafeSerializationManager_CompleteDeserialization, (SafeSerializationManager * __this, Object * deserializedObject, MethodInfo * method)); DO_APP_FUNC(0x01A6BA00, void, SafeSerializationManager_System_Runtime_Serialization_ISerializable_GetObjectData, (SafeSerializationManager * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A6BB70, Object *, SafeSerializationManager_System_Runtime_Serialization_IObjectReference_GetRealObject, (SafeSerializationManager * __this, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A6BFA0, void, SafeSerializationManager_OnDeserialized, (SafeSerializationManager * __this, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A6C0C0, void, OptionalFieldAttribute__ctor, (OptionalFieldAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6C0D0, void, OptionalFieldAttribute_set_VersionAdded, (OptionalFieldAttribute * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D978, OptionalFieldAttribute_set_VersionAdded__MethodInfo); DO_APP_FUNC(0x003AC050, void, OnSerializingAttribute__ctor, (OnSerializingAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OnSerializedAttribute__ctor, (OnSerializedAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OnDeserializingAttribute__ctor, (OnDeserializingAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OnDeserializedAttribute__ctor, (OnDeserializedAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6C160, Module *, SerializationFieldInfo_get_Module, (SerializationFieldInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6C190, int32_t, SerializationFieldInfo_get_MetadataToken, (SerializationFieldInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6C1C0, void, SerializationFieldInfo__ctor, (SerializationFieldInfo * __this, RuntimeFieldInfo * field, String * namePrefix, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, SerializationFieldInfo_get_Name, (SerializationFieldInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6C2F0, Type *, SerializationFieldInfo_get_DeclaringType, (SerializationFieldInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6C320, Type *, SerializationFieldInfo_get_ReflectedType, (SerializationFieldInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6C350, Object__Array *, SerializationFieldInfo_GetCustomAttributes, (SerializationFieldInfo * __this, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01A6C380, Object__Array *, SerializationFieldInfo_GetCustomAttributes_1, (SerializationFieldInfo * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01A6C3B0, bool, SerializationFieldInfo_IsDefined, (SerializationFieldInfo * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01A6C3E0, Type *, SerializationFieldInfo_get_FieldType, (SerializationFieldInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6C410, Object *, SerializationFieldInfo_GetValue, (SerializationFieldInfo * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01A6C440, Object *, SerializationFieldInfo_InternalGetValue, (SerializationFieldInfo * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01A6C4A0, void, SerializationFieldInfo_SetValue, (SerializationFieldInfo * __this, Object * obj, Object * value, BindingFlags__Enum invokeAttr, Binder * binder, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC(0x01A6C4D0, void, SerializationFieldInfo_InternalSetValue, (SerializationFieldInfo * __this, Object * obj, Object * value, BindingFlags__Enum invokeAttr, Binder * binder, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, RuntimeFieldInfo *, SerializationFieldInfo_get_FieldInfo, (SerializationFieldInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6C550, RuntimeFieldHandle, SerializationFieldInfo_get_FieldHandle, (SerializationFieldInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6C580, FieldAttributes__Enum, SerializationFieldInfo_get_Attributes, (SerializationFieldInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6C5B0, void, SerializationInfo__ctor, (SerializationInfo * __this, Type * type, IFormatterConverter * converter, MethodInfo * method)); DO_APP_FUNC(0x01A6C5D0, void, SerializationInfo__ctor_1, (SerializationInfo * __this, Type * type, IFormatterConverter * converter, bool requireSameTokenInPartialTrust, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D9B0, SerializationInfo__ctor_1__MethodInfo); DO_APP_FUNC(0x003C5390, String *, SerializationInfo_get_FullTypeName, (SerializationInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, String *, SerializationInfo_get_AssemblyName, (SerializationInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6CA90, void, SerializationInfo_SetType, (SerializationInfo * __this, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D9C0, SerializationInfo_SetType__MethodInfo); DO_APP_FUNC(0x01A6CD20, bool, SerializationInfo_Compare, (Byte__Array * a, Byte__Array * b, MethodInfo * method)); DO_APP_FUNC(0x01A6CDA0, void, SerializationInfo_DemandForUnsafeAssemblyNameAssignments, (String * originalAssemblyName, String * newAssemblyName, MethodInfo * method)); DO_APP_FUNC(0x01A6CDB0, bool, SerializationInfo_IsAssemblyNameAssignmentSafe, (String * originalAssemblyName, String * newAssemblyName, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, SerializationInfo_get_MemberCount, (SerializationInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, Type *, SerializationInfo_get_ObjectType, (SerializationInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00531160, bool, SerializationInfo_get_IsFullTypeNameSetExplicit, (SerializationInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00610C20, bool, SerializationInfo_get_IsAssemblyNameSetExplicit, (SerializationInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6D080, SerializationInfoEnumerator *, SerializationInfo_GetEnumerator, (SerializationInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6D210, void, SerializationInfo_ExpandArrays, (SerializationInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6D770, void, SerializationInfo_AddValue, (SerializationInfo * __this, String * name, Object * value, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D908, SerializationInfo_AddValue__MethodInfo); DO_APP_FUNC(0x01A6D840, void, SerializationInfo_AddValue_1, (SerializationInfo * __this, String * name, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01A6DA60, void, SerializationInfo_AddValue_2, (SerializationInfo * __this, String * name, bool value, MethodInfo * method)); DO_APP_FUNC(0x01A6DBE0, void, SerializationInfo_AddValue_3, (SerializationInfo * __this, String * name, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01A6DD60, void, SerializationInfo_AddValue_4, (SerializationInfo * __this, String * name, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x01A6DEE0, void, SerializationInfo_AddValue_5, (SerializationInfo * __this, String * name, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01A6E060, void, SerializationInfo_AddValue_6, (SerializationInfo * __this, String * name, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01A6E1E0, void, SerializationInfo_AddValue_7, (SerializationInfo * __this, String * name, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01A6E360, void, SerializationInfo_AddValue_8, (SerializationInfo * __this, String * name, float value, MethodInfo * method)); DO_APP_FUNC(0x01A6E4F0, void, SerializationInfo_AddValue_9, (SerializationInfo * __this, String * name, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x01A6E670, void, SerializationInfo_AddValueInternal, (SerializationInfo * __this, String * name, Object * value, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D8A8, SerializationInfo_AddValueInternal__MethodInfo); DO_APP_FUNC(0x01A6E8C0, void, SerializationInfo_UpdateValue, (SerializationInfo * __this, String * name, Object * value, Type * type, MethodInfo * method)); DO_APP_FUNC(0x01A6E9C0, int32_t, SerializationInfo_FindElement, (SerializationInfo * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D8C8, SerializationInfo_FindElement__MethodInfo); DO_APP_FUNC(0x01A6EAD0, Object *, SerializationInfo_GetElement, (SerializationInfo * __this, String * name, Type * * foundType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D7A0, SerializationInfo_GetElement__MethodInfo); DO_APP_FUNC(0x01A6EC30, Object *, SerializationInfo_GetElementNoThrow, (SerializationInfo * __this, String * name, Type * * foundType, MethodInfo * method)); DO_APP_FUNC(0x01A6ED60, Object *, SerializationInfo_GetValue, (SerializationInfo * __this, String * name, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D7D0, SerializationInfo_GetValue__MethodInfo); DO_APP_FUNC(0x01A6EF50, Object *, SerializationInfo_GetValueNoThrow, (SerializationInfo * __this, String * name, Type * type, MethodInfo * method)); DO_APP_FUNC(0x01A6F130, bool, SerializationInfo_GetBoolean, (SerializationInfo * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01A6F250, int32_t, SerializationInfo_GetInt32, (SerializationInfo * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01A6F370, int64_t, SerializationInfo_GetInt64, (SerializationInfo * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01A6F490, float, SerializationInfo_GetSingle, (SerializationInfo * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01A6F5B0, String *, SerializationInfo_GetString, (SerializationInfo * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01A6F6D0, void, StreamingContext__ctor, (StreamingContext * __this, StreamingContextStates__Enum state, MethodInfo * method)); DO_APP_FUNC(0x009B0D30, void, StreamingContext__ctor_1, (StreamingContext * __this, StreamingContextStates__Enum state, Object * additional, MethodInfo * method)); DO_APP_FUNC(0x01A6F730, bool, StreamingContext_Equals, (StreamingContext * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, StreamingContext_GetHashCode, (StreamingContext * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F10, StreamingContextStates__Enum, StreamingContext_get_State, (StreamingContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6F7C0, BinaryTypeEnum__Enum, BinaryConverter_GetBinaryTypeInfo, (Type * type, WriteObjectInfo * objectInfo, String * typeName, ObjectWriter * objectWriter, Object * * typeInformation, int32_t * assemId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D690, BinaryConverter_GetBinaryTypeInfo__MethodInfo); DO_APP_FUNC(0x01A6FBA0, BinaryTypeEnum__Enum, BinaryConverter_GetParserBinaryTypeInfo, (Type * type, Object * * typeInformation, MethodInfo * method)); DO_APP_FUNC(0x01A6FEC0, void, BinaryConverter_WriteTypeInfo, (BinaryTypeEnum__Enum binaryTypeEnum, Object * typeInformation, int32_t assemId, _BinaryWriter * sout, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D5C8, BinaryConverter_WriteTypeInfo__MethodInfo); DO_APP_FUNC(0x01A70130, Object *, BinaryConverter_ReadTypeInfo, (BinaryTypeEnum__Enum binaryTypeEnum, _BinaryParser * input, int32_t * assemId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D610, BinaryConverter_ReadTypeInfo__MethodInfo); DO_APP_FUNC(0x01A70360, void, BinaryConverter_TypeFromInfo, (BinaryTypeEnum__Enum binaryTypeEnum, Object * typeInformation, ObjectReader * objectReader, BinaryAssemblyInfo * assemblyInfo, InternalPrimitiveTypeE__Enum * primitiveTypeEnum, String * * typeString, Type * * type, bool * isVariant, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D650, BinaryConverter_TypeFromInfo__MethodInfo); DO_APP_FUNC(0x01A70860, bool, IOUtil_FlagTest, (MessageEnum__Enum flag, MessageEnum__Enum target, MethodInfo * method)); DO_APP_FUNC(0x01A70870, void, IOUtil_WriteStringWithCode, (String * value, _BinaryWriter * sout, MethodInfo * method)); DO_APP_FUNC(0x01A70900, void, IOUtil_WriteWithCode, (Type * type, Object * value, _BinaryWriter * sout, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, BinaryAssemblyInfo__ctor, (BinaryAssemblyInfo * __this, String * assemblyString, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, BinaryAssemblyInfo__ctor_1, (BinaryAssemblyInfo * __this, String * assemblyString, Assembly * assembly, MethodInfo * method)); DO_APP_FUNC(0x01A70A60, Assembly *, BinaryAssemblyInfo_GetAssembly, (BinaryAssemblyInfo * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D550, BinaryAssemblyInfo_GetAssembly__MethodInfo); DO_APP_FUNC(0x01A6C0C0, void, SerializationHeaderRecord__ctor, (SerializationHeaderRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x01A70BC0, void, SerializationHeaderRecord__ctor_1, (SerializationHeaderRecord * __this, BinaryHeaderEnum__Enum binaryHeaderEnum, int32_t topId, int32_t headerId, int32_t majorVersion, int32_t minorVersion, MethodInfo * method)); DO_APP_FUNC(0x01A70BF0, void, SerializationHeaderRecord_Write, (SerializationHeaderRecord * __this, _BinaryWriter * sout, MethodInfo * method)); DO_APP_FUNC(0x01A1DA70, int32_t, SerializationHeaderRecord_GetInt32, (Byte__Array * buffer, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01A70CC0, void, SerializationHeaderRecord_Read, (SerializationHeaderRecord * __this, _BinaryParser * input, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D588, SerializationHeaderRecord_Read__MethodInfo); DO_APP_FUNC(0x003AC050, void, SerializationHeaderRecord_Dump, (SerializationHeaderRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BinaryAssembly__ctor, (BinaryAssembly * __this, MethodInfo * method)); DO_APP_FUNC(0x0073A5C0, void, BinaryAssembly_Set, (BinaryAssembly * __this, int32_t assemId, String * assemblyString, MethodInfo * method)); DO_APP_FUNC(0x01A70F30, void, BinaryAssembly_Write, (BinaryAssembly * __this, _BinaryWriter * sout, MethodInfo * method)); DO_APP_FUNC(0x01A70FB0, void, BinaryAssembly_Read, (BinaryAssembly * __this, _BinaryParser * input, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BinaryAssembly_Dump, (BinaryAssembly * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BinaryCrossAppDomainAssembly__ctor, (BinaryCrossAppDomainAssembly * __this, MethodInfo * method)); DO_APP_FUNC(0x01A71070, void, BinaryCrossAppDomainAssembly_Read, (BinaryCrossAppDomainAssembly * __this, _BinaryParser * input, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BinaryCrossAppDomainAssembly_Dump, (BinaryCrossAppDomainAssembly * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BinaryObject__ctor, (BinaryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADC0, void, BinaryObject_Set, (BinaryObject * __this, int32_t objectId, int32_t mapId, MethodInfo * method)); DO_APP_FUNC(0x01A710E0, void, BinaryObject_Write, (BinaryObject * __this, _BinaryWriter * sout, MethodInfo * method)); DO_APP_FUNC(0x01A71070, void, BinaryObject_Read, (BinaryObject * __this, _BinaryParser * input, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BinaryObject_Dump, (BinaryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01A71160, void, BinaryMethodCall_Write, (BinaryMethodCall * __this, _BinaryWriter * sout, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BinaryMethodCall_Dump, (BinaryMethodCall * __this, MethodInfo * method)); DO_APP_FUNC(0x01A71520, void, BinaryMethodCall__ctor, (BinaryMethodCall * __this, MethodInfo * method)); DO_APP_FUNC(0x01A71530, void, BinaryMethodReturn__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00681CB0, void, BinaryMethodReturn__ctor, (BinaryMethodReturn * __this, MethodInfo * method)); DO_APP_FUNC(0x01A71630, void, BinaryMethodReturn_Write, (BinaryMethodReturn * __this, _BinaryWriter * sout, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BinaryMethodReturn_Dump, (BinaryMethodReturn * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BinaryObjectString__ctor, (BinaryObjectString * __this, MethodInfo * method)); DO_APP_FUNC(0x0073A5C0, void, BinaryObjectString_Set, (BinaryObjectString * __this, int32_t objectId, String * value, MethodInfo * method)); DO_APP_FUNC(0x01A71940, void, BinaryObjectString_Write, (BinaryObjectString * __this, _BinaryWriter * sout, MethodInfo * method)); DO_APP_FUNC(0x01A70FB0, void, BinaryObjectString_Read, (BinaryObjectString * __this, _BinaryParser * input, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BinaryObjectString_Dump, (BinaryObjectString * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BinaryCrossAppDomainString__ctor, (BinaryCrossAppDomainString * __this, MethodInfo * method)); DO_APP_FUNC(0x01A71070, void, BinaryCrossAppDomainString_Read, (BinaryCrossAppDomainString * __this, _BinaryParser * input, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BinaryCrossAppDomainString_Dump, (BinaryCrossAppDomainString * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BinaryCrossAppDomainMap__ctor, (BinaryCrossAppDomainMap * __this, MethodInfo * method)); DO_APP_FUNC(0x01A719C0, void, BinaryCrossAppDomainMap_Read, (BinaryCrossAppDomainMap * __this, _BinaryParser * input, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BinaryCrossAppDomainMap_Dump, (BinaryCrossAppDomainMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MemberPrimitiveTyped__ctor, (MemberPrimitiveTyped * __this, MethodInfo * method)); DO_APP_FUNC(0x0073A5C0, void, MemberPrimitiveTyped_Set, (MemberPrimitiveTyped * __this, InternalPrimitiveTypeE__Enum primitiveTypeEnum, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01A71A00, void, MemberPrimitiveTyped_Write, (MemberPrimitiveTyped * __this, _BinaryWriter * sout, MethodInfo * method)); DO_APP_FUNC(0x01A71A70, void, MemberPrimitiveTyped_Read, (MemberPrimitiveTyped * __this, _BinaryParser * input, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MemberPrimitiveTyped_Dump, (MemberPrimitiveTyped * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BinaryObjectWithMap__ctor, (BinaryObjectWithMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, BinaryObjectWithMap__ctor_1, (BinaryObjectWithMap * __this, BinaryHeaderEnum__Enum binaryHeaderEnum, MethodInfo * method)); DO_APP_FUNC(0x01A71B10, void, BinaryObjectWithMap_Set, (BinaryObjectWithMap * __this, int32_t objectId, String * name, int32_t numMembers, String__Array * memberNames, int32_t assemId, MethodInfo * method)); DO_APP_FUNC(0x01A71BE0, void, BinaryObjectWithMap_Write, (BinaryObjectWithMap * __this, _BinaryWriter * sout, MethodInfo * method)); DO_APP_FUNC(0x01A71D00, void, BinaryObjectWithMap_Read, (BinaryObjectWithMap * __this, _BinaryParser * input, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BinaryObjectWithMap_Dump, (BinaryObjectWithMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BinaryObjectWithMapTyped__ctor, (BinaryObjectWithMapTyped * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, BinaryObjectWithMapTyped__ctor_1, (BinaryObjectWithMapTyped * __this, BinaryHeaderEnum__Enum binaryHeaderEnum, MethodInfo * method)); DO_APP_FUNC(0x01A71FA0, void, BinaryObjectWithMapTyped_Set, (BinaryObjectWithMapTyped * __this, int32_t objectId, String * name, int32_t numMembers, String__Array * memberNames, BinaryTypeEnum__Enum__Array * binaryTypeEnumA, Object__Array * typeInformationA, Int32__Array * memberAssemIds, int32_t assemId, MethodInfo * method)); DO_APP_FUNC(0x01A72190, void, BinaryObjectWithMapTyped_Write, (BinaryObjectWithMapTyped * __this, _BinaryWriter * sout, MethodInfo * method)); DO_APP_FUNC(0x01A72390, void, BinaryObjectWithMapTyped_Read, (BinaryObjectWithMapTyped * __this, _BinaryParser * input, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BinaryArray__ctor, (BinaryArray * __this, MethodInfo * method)); DO_APP_FUNC(0x01A728E0, void, BinaryArray__ctor_1, (BinaryArray * __this, BinaryHeaderEnum__Enum binaryHeaderEnum, MethodInfo * method)); DO_APP_FUNC(0x01A728F0, void, BinaryArray_Set, (BinaryArray * __this, int32_t objectId, int32_t rank, Int32__Array * lengthA, Int32__Array * lowerBoundA, BinaryTypeEnum__Enum binaryTypeEnum, Object * typeInformation, BinaryArrayTypeEnum__Enum binaryArrayTypeEnum, int32_t assemId, MethodInfo * method)); DO_APP_FUNC(0x01A72A70, void, BinaryArray_Write, (BinaryArray * __this, _BinaryWriter * sout, MethodInfo * method)); DO_APP_FUNC(0x01A72DC0, void, BinaryArray_Read, (BinaryArray * __this, _BinaryParser * input, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MemberPrimitiveUnTyped__ctor, (MemberPrimitiveUnTyped * __this, MethodInfo * method)); DO_APP_FUNC(0x0073A5C0, void, MemberPrimitiveUnTyped_Set, (MemberPrimitiveUnTyped * __this, InternalPrimitiveTypeE__Enum typeInformation, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, MemberPrimitiveUnTyped_Set_1, (MemberPrimitiveUnTyped * __this, InternalPrimitiveTypeE__Enum typeInformation, MethodInfo * method)); DO_APP_FUNC(0x01A73740, void, MemberPrimitiveUnTyped_Write, (MemberPrimitiveUnTyped * __this, _BinaryWriter * sout, MethodInfo * method)); DO_APP_FUNC(0x01A73770, void, MemberPrimitiveUnTyped_Read, (MemberPrimitiveUnTyped * __this, _BinaryParser * input, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MemberPrimitiveUnTyped_Dump, (MemberPrimitiveUnTyped * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MemberReference__ctor, (MemberReference * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, MemberReference_Set, (MemberReference * __this, int32_t idRef, MethodInfo * method)); DO_APP_FUNC(0x01A737F0, void, MemberReference_Write, (MemberReference * __this, _BinaryWriter * sout, MethodInfo * method)); DO_APP_FUNC(0x01A719C0, void, MemberReference_Read, (MemberReference * __this, _BinaryParser * input, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MemberReference_Dump, (MemberReference * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ObjectNull__ctor, (ObjectNull * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ObjectNull_SetNullCount, (ObjectNull * __this, int32_t nullCount, MethodInfo * method)); DO_APP_FUNC(0x01A73850, void, ObjectNull_Write, (ObjectNull * __this, _BinaryWriter * sout, MethodInfo * method)); DO_APP_FUNC(0x01A73940, void, ObjectNull_Read, (ObjectNull * __this, _BinaryParser * input, BinaryHeaderEnum__Enum binaryHeaderEnum, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ObjectNull_Dump, (ObjectNull * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MessageEnd__ctor, (MessageEnd * __this, MethodInfo * method)); DO_APP_FUNC(0x01A739E0, void, MessageEnd_Write, (MessageEnd * __this, _BinaryWriter * sout, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MessageEnd_Read, (MessageEnd * __this, _BinaryParser * input, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MessageEnd_Dump, (MessageEnd * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MessageEnd_Dump_1, (MessageEnd * __this, Stream * sout, MethodInfo * method)); DO_APP_FUNC(0x01A73A10, void, ObjectMap__ctor, (ObjectMap * __this, String * objectName, Type * objectType, String__Array * memberNames, ObjectReader * objectReader, int32_t objectId, BinaryAssemblyInfo * assemblyInfo, MethodInfo * method)); DO_APP_FUNC(0x01A74020, void, ObjectMap__ctor_1, (ObjectMap * __this, String * objectName, String__Array * memberNames, BinaryTypeEnum__Enum__Array * binaryTypeEnumA, Object__Array * typeInformationA, Int32__Array * memberAssemIds, ObjectReader * objectReader, int32_t objectId, BinaryAssemblyInfo * assemblyInfo, SizedArray * assemIdToAssemblyTable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F488, ObjectMap__ctor_1__MethodInfo); DO_APP_FUNC(0x01A74860, ReadObjectInfo *, ObjectMap_CreateObjectInfo, (ObjectMap * __this, SerializationInfo * * si, Object__Array * * memberData, MethodInfo * method)); DO_APP_FUNC(0x01A748B0, ObjectMap *, ObjectMap_Create, (String * name, Type * objectType, String__Array * memberNames, ObjectReader * objectReader, int32_t objectId, BinaryAssemblyInfo * assemblyInfo, MethodInfo * method)); DO_APP_FUNC(0x01A74960, ObjectMap *, ObjectMap_Create_1, (String * name, String__Array * memberNames, BinaryTypeEnum__Enum__Array * binaryTypeEnumA, Object__Array * typeInformationA, Int32__Array * memberAssemIds, ObjectReader * objectReader, int32_t objectId, BinaryAssemblyInfo * assemblyInfo, SizedArray * assemIdToAssemblyTable, MethodInfo * method)); DO_APP_FUNC(0x01A74A40, void, ObjectProgress__ctor, (ObjectProgress * __this, MethodInfo * method)); DO_APP_FUNC(0x01A74AE0, void, ObjectProgress_Init, (ObjectProgress * __this, MethodInfo * method)); DO_APP_FUNC(0x01A74DD0, void, ObjectProgress_ArrayCountIncrement, (ObjectProgress * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01A74DE0, bool, ObjectProgress_GetNext, (ObjectProgress * __this, BinaryTypeEnum__Enum * outBinaryTypeEnum, Object * * outTypeInformation, MethodInfo * method)); DO_APP_FUNC(0x01A75080, void, ObjectProgress__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A750C0, InternalPrimitiveTypeE__Enum, Converter_ToCode, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01A75320, bool, Converter_IsWriteAsByteArray, (InternalPrimitiveTypeE__Enum code, MethodInfo * method)); DO_APP_FUNC(0x01A75390, int32_t, Converter_TypeLength, (InternalPrimitiveTypeE__Enum code, MethodInfo * method)); DO_APP_FUNC(0x01A75410, Type *, Converter_ToArrayType, (InternalPrimitiveTypeE__Enum code, MethodInfo * method)); DO_APP_FUNC(0x01A754E0, void, Converter_InitTypeA, (MethodInfo * method)); DO_APP_FUNC(0x01A75B20, void, Converter_InitArrayTypeA, (MethodInfo * method)); DO_APP_FUNC(0x01A76170, Type *, Converter_ToType, (InternalPrimitiveTypeE__Enum code, MethodInfo * method)); DO_APP_FUNC(0x01A76240, Array *, Converter_CreatePrimitiveArray, (InternalPrimitiveTypeE__Enum code, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01A76470, bool, Converter_IsPrimitiveArray, (Type * type, Object * * typeInformation, MethodInfo * method)); DO_APP_FUNC(0x01A76870, void, Converter_InitValueA, (MethodInfo * method)); DO_APP_FUNC(0x01A76F20, String *, Converter_ToComType, (InternalPrimitiveTypeE__Enum code, MethodInfo * method)); DO_APP_FUNC(0x01A76FF0, void, Converter_InitTypeCodeA, (MethodInfo * method)); DO_APP_FUNC(0x01A77200, TypeCode__Enum, Converter_ToTypeCode, (InternalPrimitiveTypeE__Enum code, MethodInfo * method)); DO_APP_FUNC(0x01A772D0, void, Converter_InitCodeA, (MethodInfo * method)); DO_APP_FUNC(0x01A774F0, InternalPrimitiveTypeE__Enum, Converter_ToPrimitiveTypeEnum, (TypeCode__Enum typeCode, MethodInfo * method)); DO_APP_FUNC(0x01A775C0, Object *, Converter_FromString, (String * value, InternalPrimitiveTypeE__Enum code, MethodInfo * method)); DO_APP_FUNC(0x01A77750, void, Converter__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C083A0, void, BinaryFormatter_set_AssemblyFormat, (BinaryFormatter * __this, FormatterAssemblyStyle__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, BinaryFormatter_set_SurrogateSelector, (BinaryFormatter * __this, ISurrogateSelector * value, MethodInfo * method)); DO_APP_FUNC(0x01A78FC0, void, BinaryFormatter__ctor, (BinaryFormatter * __this, MethodInfo * method)); DO_APP_FUNC(0x01A790E0, void, BinaryFormatter__ctor_1, (BinaryFormatter * __this, ISurrogateSelector * selector, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A791A0, Object *, BinaryFormatter_Deserialize, (BinaryFormatter * __this, Stream * serializationStream, MethodInfo * method)); DO_APP_FUNC(0x01A791C0, Object *, BinaryFormatter_Deserialize_1, (BinaryFormatter * __this, Stream * serializationStream, HeaderHandler * handler, bool fCheck, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F1E0, BinaryFormatter_Deserialize_1__MethodInfo); DO_APP_FUNC(0x01A794E0, Object *, BinaryFormatter_Deserialize_2, (BinaryFormatter * __this, Stream * serializationStream, HeaderHandler * handler, MethodInfo * method)); DO_APP_FUNC(0x01A79500, void, BinaryFormatter_Serialize, (BinaryFormatter * __this, Stream * serializationStream, Object * graph, MethodInfo * method)); DO_APP_FUNC(0x01A79520, void, BinaryFormatter_Serialize_1, (BinaryFormatter * __this, Stream * serializationStream, Object * graph, Header__Array * headers, MethodInfo * method)); DO_APP_FUNC(0x01A79540, void, BinaryFormatter_Serialize_2, (BinaryFormatter * __this, Stream * serializationStream, Object * graph, Header__Array * headers, bool fCheck, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F210, BinaryFormatter_Serialize_2__MethodInfo); DO_APP_FUNC(0x01A79940, TypeInformation *, BinaryFormatter_GetTypeInformation, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01A79DA0, void, BinaryFormatter__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A79E90, void, _BinaryWriter__ctor, (_BinaryWriter * __this, Stream * sout, ObjectWriter * objectWriter, FormatterTypeStyle__Enum formatterTypeStyle, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, _BinaryWriter_WriteBegin, (_BinaryWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x00C54F60, void, _BinaryWriter_WriteEnd, (_BinaryWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01A7A040, void, _BinaryWriter_WriteBoolean, (_BinaryWriter * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01A7A070, void, _BinaryWriter_WriteByte, (_BinaryWriter * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01A7A0A0, void, _BinaryWriter_WriteBytes, (_BinaryWriter * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01A7A0D0, void, _BinaryWriter_WriteBytes_1, (_BinaryWriter * __this, Byte__Array * byteA, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01A7A100, void, _BinaryWriter_WriteChar, (_BinaryWriter * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01A7A130, void, _BinaryWriter_WriteChars, (_BinaryWriter * __this, Char__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01A7A160, void, _BinaryWriter_WriteDecimal, (_BinaryWriter * __this, Decimal value, MethodInfo * method)); DO_APP_FUNC(0x01A7A260, void, _BinaryWriter_WriteSingle, (_BinaryWriter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01A7A290, void, _BinaryWriter_WriteDouble, (_BinaryWriter * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x01A7A2C0, void, _BinaryWriter_WriteInt16, (_BinaryWriter * __this, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x01A7A2F0, void, _BinaryWriter_WriteInt32, (_BinaryWriter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01A7A320, void, _BinaryWriter_WriteInt64, (_BinaryWriter * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01A7A070, void, _BinaryWriter_WriteSByte, (_BinaryWriter * __this, int8_t value, MethodInfo * method)); DO_APP_FUNC(0x01A7A350, void, _BinaryWriter_WriteString, (_BinaryWriter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01A7A380, void, _BinaryWriter_WriteTimeSpan, (_BinaryWriter * __this, TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x01A7A400, void, _BinaryWriter_WriteDateTime, (_BinaryWriter * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x01A7A480, void, _BinaryWriter_WriteUInt16, (_BinaryWriter * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01A7A4B0, void, _BinaryWriter_WriteUInt32, (_BinaryWriter * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01A7A4E0, void, _BinaryWriter_WriteUInt64, (_BinaryWriter * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, _BinaryWriter_WriteObjectEnd, (_BinaryWriter * __this, NameInfo * memberNameInfo, NameInfo * typeNameInfo, MethodInfo * method)); DO_APP_FUNC(0x01A7A510, void, _BinaryWriter_WriteSerializationHeaderEnd, (_BinaryWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01A7A580, void, _BinaryWriter_WriteSerializationHeader, (_BinaryWriter * __this, int32_t topId, int32_t headerId, int32_t minorVersion, int32_t majorVersion, MethodInfo * method)); DO_APP_FUNC(0x01A7A6B0, void, _BinaryWriter_WriteMethodCall, (_BinaryWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01A7A770, void, _BinaryWriter_WriteMethodReturn, (_BinaryWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01A7A830, void, _BinaryWriter_WriteObject, (_BinaryWriter * __this, NameInfo * nameInfo, NameInfo * typeNameInfo, int32_t numMembers, String__Array * memberNames, Type__Array * memberTypes, WriteObjectInfo__Array * memberObjectInfos, MethodInfo * method)); DO_APP_FUNC(0x01A7B2B0, void, _BinaryWriter_WriteObjectString, (_BinaryWriter * __this, int32_t objectId, String * value, MethodInfo * method)); DO_APP_FUNC(0x01A7B470, void, _BinaryWriter_WriteSingleArray, (_BinaryWriter * __this, NameInfo * memberNameInfo, NameInfo * arrayNameInfo, WriteObjectInfo * objectInfo, NameInfo * arrayElemTypeNameInfo, int32_t length, int32_t lowerBound, Array * array, MethodInfo * method)); DO_APP_FUNC(0x01A7B800, void, _BinaryWriter_WriteArrayAsBytes, (_BinaryWriter * __this, Array * array, int32_t typeLength, MethodInfo * method)); DO_APP_FUNC(0x01A7BAE0, void, _BinaryWriter_WriteJaggedArray, (_BinaryWriter * __this, NameInfo * memberNameInfo, NameInfo * arrayNameInfo, WriteObjectInfo * objectInfo, NameInfo * arrayElemTypeNameInfo, int32_t length, int32_t lowerBound, MethodInfo * method)); DO_APP_FUNC(0x01A7BD20, void, _BinaryWriter_WriteRectangleArray, (_BinaryWriter * __this, NameInfo * memberNameInfo, NameInfo * arrayNameInfo, WriteObjectInfo * objectInfo, NameInfo * arrayElemTypeNameInfo, int32_t rank, Int32__Array * lengthA, Int32__Array * lowerBoundA, MethodInfo * method)); DO_APP_FUNC(0x01A7BF10, void, _BinaryWriter_WriteObjectByteArray, (_BinaryWriter * __this, NameInfo * memberNameInfo, NameInfo * arrayNameInfo, WriteObjectInfo * objectInfo, NameInfo * arrayElemTypeNameInfo, int32_t length, int32_t lowerBound, Byte__Array * byteA, MethodInfo * method)); DO_APP_FUNC(0x01A7BF70, void, _BinaryWriter_WriteMember, (_BinaryWriter * __this, NameInfo * memberNameInfo, NameInfo * typeNameInfo, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01A7C240, void, _BinaryWriter_WriteNullMember, (_BinaryWriter * __this, NameInfo * memberNameInfo, NameInfo * typeNameInfo, MethodInfo * method)); DO_APP_FUNC(0x01A7C350, void, _BinaryWriter_WriteMemberObjectRef, (_BinaryWriter * __this, NameInfo * memberNameInfo, int32_t idRef, MethodInfo * method)); DO_APP_FUNC(0x01A7C480, void, _BinaryWriter_WriteMemberNested, (_BinaryWriter * __this, NameInfo * memberNameInfo, MethodInfo * method)); DO_APP_FUNC(0x01A7C4B0, void, _BinaryWriter_WriteMemberString, (_BinaryWriter * __this, NameInfo * memberNameInfo, NameInfo * typeNameInfo, String * value, MethodInfo * method)); DO_APP_FUNC(0x01A7C510, void, _BinaryWriter_WriteItem, (_BinaryWriter * __this, NameInfo * itemNameInfo, NameInfo * typeNameInfo, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01A7C570, void, _BinaryWriter_WriteNullItem, (_BinaryWriter * __this, NameInfo * itemNameInfo, NameInfo * typeNameInfo, MethodInfo * method)); DO_APP_FUNC(0x01A7C580, void, _BinaryWriter_WriteDelayedNullItem, (_BinaryWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01A7C590, void, _BinaryWriter_WriteItemEnd, (_BinaryWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01A7C5A0, void, _BinaryWriter_InternalWriteItemNull, (_BinaryWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01A7C690, void, _BinaryWriter_WriteItemObjectRef, (_BinaryWriter * __this, NameInfo * nameInfo, int32_t idRef, MethodInfo * method)); DO_APP_FUNC(0x01A7C6D0, void, _BinaryWriter_WriteAssembly, (_BinaryWriter * __this, Type * type, String * assemblyString, int32_t assemId, bool isNew, MethodInfo * method)); DO_APP_FUNC(0x01A7C8C0, void, _BinaryWriter_WriteValue, (_BinaryWriter * __this, InternalPrimitiveTypeE__Enum code, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F050, _BinaryWriter_WriteValue__MethodInfo); DO_APP_FUNC(0x01A7D1C0, void, ObjectMapInfo__ctor, (ObjectMapInfo * __this, int32_t objectId, int32_t numMembers, String__Array * memberNames, Type__Array * memberTypes, MethodInfo * method)); DO_APP_FUNC(0x01A7D280, bool, ObjectMapInfo_isCompatible, (ObjectMapInfo * __this, int32_t numMembers, String__Array * memberNames, Type__Array * memberTypes, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WriteObjectInfo__ctor, (WriteObjectInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A7D3E0, void, WriteObjectInfo_ObjectEnd, (WriteObjectInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A7D410, void, WriteObjectInfo_InternalInit, (WriteObjectInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A7D660, WriteObjectInfo *, WriteObjectInfo_Serialize, (Object * obj, ISurrogateSelector * surrogateSelector, StreamingContext context, SerObjectInfoInit * serObjectInfoInit, IFormatterConverter * converter, ObjectWriter * objectWriter, SerializationBinder * binder, MethodInfo * method)); DO_APP_FUNC(0x01A7D710, void, WriteObjectInfo_InitSerialize, (WriteObjectInfo * __this, Object * obj, ISurrogateSelector * surrogateSelector, StreamingContext context, SerObjectInfoInit * serObjectInfoInit, IFormatterConverter * converter, ObjectWriter * objectWriter, SerializationBinder * binder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F070, WriteObjectInfo_InitSerialize__MethodInfo); DO_APP_FUNC(0x01A7DF90, WriteObjectInfo *, WriteObjectInfo_Serialize_1, (Type * objectType, ISurrogateSelector * surrogateSelector, StreamingContext context, SerObjectInfoInit * serObjectInfoInit, IFormatterConverter * converter, SerializationBinder * binder, MethodInfo * method)); DO_APP_FUNC(0x01A7E030, void, WriteObjectInfo_InitSerialize_1, (WriteObjectInfo * __this, Type * objectType, ISurrogateSelector * surrogateSelector, StreamingContext context, SerObjectInfoInit * serObjectInfoInit, IFormatterConverter * converter, SerializationBinder * binder, MethodInfo * method)); DO_APP_FUNC(0x01A7E6B0, void, WriteObjectInfo_InitSiWrite, (WriteObjectInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A7EDE0, void, WriteObjectInfo_CheckTypeForwardedFrom, (SerObjectInfoCache * cache, Type * objectType, String * binderAssemblyString, MethodInfo * method)); DO_APP_FUNC(0x01A7EEB0, void, WriteObjectInfo_InitNoMembers, (WriteObjectInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A7F0B0, void, WriteObjectInfo_InitMemberInfo, (WriteObjectInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A7F6F0, String *, WriteObjectInfo_GetTypeFullName, (WriteObjectInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A7F720, String *, WriteObjectInfo_GetAssemblyString, (WriteObjectInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A7F750, void, WriteObjectInfo_InvokeSerializationBinder, (WriteObjectInfo * __this, SerializationBinder * binder, MethodInfo * method)); DO_APP_FUNC(0x01A7F790, Type *, WriteObjectInfo_GetMemberType, (WriteObjectInfo * __this, MemberInfo_1 * objMember, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EFA0, WriteObjectInfo_GetMemberType__MethodInfo); DO_APP_FUNC(0x01A7F980, void, WriteObjectInfo_GetMemberInfo, (WriteObjectInfo * __this, String__Array * * outMemberNames, Type__Array * * outMemberTypes, Object__Array * * outMemberData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EFB8, WriteObjectInfo_GetMemberInfo__MethodInfo); DO_APP_FUNC(0x01A7FB20, WriteObjectInfo *, WriteObjectInfo_GetObjectInfo, (SerObjectInfoInit * serObjectInfoInit, MethodInfo * method)); DO_APP_FUNC(0x01A7FBF0, void, WriteObjectInfo_PutObjectInfo, (SerObjectInfoInit * serObjectInfoInit, WriteObjectInfo * objectInfo, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReadObjectInfo__ctor, (ReadObjectInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReadObjectInfo_ObjectEnd, (ReadObjectInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A7FC20, void, ReadObjectInfo_PrepareForReuse, (ReadObjectInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A7FC30, ReadObjectInfo *, ReadObjectInfo_Create, (Type * objectType, ISurrogateSelector * surrogateSelector, StreamingContext context, ObjectManager * objectManager, SerObjectInfoInit * serObjectInfoInit, IFormatterConverter * converter, bool bSimpleAssembly, MethodInfo * method)); DO_APP_FUNC(0x01A7FD20, void, ReadObjectInfo_Init, (ReadObjectInfo * __this, Type * objectType, ISurrogateSelector * surrogateSelector, StreamingContext context, ObjectManager * objectManager, SerObjectInfoInit * serObjectInfoInit, IFormatterConverter * converter, bool bSimpleAssembly, MethodInfo * method)); DO_APP_FUNC(0x01A7FF60, ReadObjectInfo *, ReadObjectInfo_Create_1, (Type * objectType, String__Array * memberNames, Type__Array * memberTypes, ISurrogateSelector * surrogateSelector, StreamingContext context, ObjectManager * objectManager, SerObjectInfoInit * serObjectInfoInit, IFormatterConverter * converter, bool bSimpleAssembly, MethodInfo * method)); DO_APP_FUNC(0x01A80070, void, ReadObjectInfo_Init_1, (ReadObjectInfo * __this, Type * objectType, String__Array * memberNames, Type__Array * memberTypes, ISurrogateSelector * surrogateSelector, StreamingContext context, ObjectManager * objectManager, SerObjectInfoInit * serObjectInfoInit, IFormatterConverter * converter, bool bSimpleAssembly, MethodInfo * method)); DO_APP_FUNC(0x01A803A0, void, ReadObjectInfo_InitReadConstructor, (ReadObjectInfo * __this, Type * objectType, ISurrogateSelector * surrogateSelector, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A807B0, void, ReadObjectInfo_InitSiRead, (ReadObjectInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A80900, void, ReadObjectInfo_InitNoMembers, (ReadObjectInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A809C0, void, ReadObjectInfo_InitMemberInfo, (ReadObjectInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A80E60, MemberInfo_1 *, ReadObjectInfo_GetMemberInfo, (ReadObjectInfo * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EF58, ReadObjectInfo_GetMemberInfo__MethodInfo); DO_APP_FUNC(0x01A810F0, Type *, ReadObjectInfo_GetType, (ReadObjectInfo * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EF88, ReadObjectInfo_GetType__MethodInfo); DO_APP_FUNC(0x01A812C0, void, ReadObjectInfo_AddValue, (ReadObjectInfo * __this, String * name, Object * value, SerializationInfo * * si, Object__Array * * memberData, MethodInfo * method)); DO_APP_FUNC(0x01A81370, void, ReadObjectInfo_InitDataStore, (ReadObjectInfo * __this, SerializationInfo * * si, Object__Array * * memberData, MethodInfo * method)); DO_APP_FUNC(0x01A814A0, void, ReadObjectInfo_RecordFixup, (ReadObjectInfo * __this, int64_t objectId, String * name, int64_t idRef, MethodInfo * method)); DO_APP_FUNC(0x01A81570, void, ReadObjectInfo_PopulateObjectMembers, (ReadObjectInfo * __this, Object * obj, Object__Array * memberData, MethodInfo * method)); DO_APP_FUNC(0x01A81600, int32_t, ReadObjectInfo_Position, (ReadObjectInfo * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01A81800, Type__Array *, ReadObjectInfo_GetMemberTypes, (ReadObjectInfo * __this, String__Array * inMemberNames, Type * objectType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EEF0, ReadObjectInfo_GetMemberTypes__MethodInfo); DO_APP_FUNC(0x01A81F20, Type *, ReadObjectInfo_GetMemberType, (ReadObjectInfo * __this, MemberInfo_1 * objMember, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EF08, ReadObjectInfo_GetMemberType__MethodInfo); DO_APP_FUNC(0x01A82110, ReadObjectInfo *, ReadObjectInfo_GetObjectInfo, (SerObjectInfoInit * serObjectInfoInit, MethodInfo * method)); DO_APP_FUNC(0x01A82170, void, SerObjectInfoInit__ctor, (SerObjectInfoInit * __this, MethodInfo * method)); DO_APP_FUNC(0x01A822F0, void, SerObjectInfoCache__ctor, (SerObjectInfoCache * __this, String * typeName, String * assemblyName, bool hasTypeForwardedFrom, MethodInfo * method)); DO_APP_FUNC(0x01A823B0, void, SerObjectInfoCache__ctor_1, (SerObjectInfoCache * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, TypeInformation_get_FullTypeName, (TypeInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, TypeInformation_get_AssemblyString, (TypeInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, TypeInformation_get_HasTypeForwardedFrom, (TypeInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x01A822F0, void, TypeInformation__ctor, (TypeInformation * __this, String * fullTypeName, String * assemblyString, bool hasTypeForwardedFrom, MethodInfo * method)); DO_APP_FUNC(0x01A824E0, SerStack *, ObjectReader_get_ValueFixupStack, (ObjectReader * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, Object *, ObjectReader_get_TopObject, (ObjectReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01A825C0, void, ObjectReader_set_TopObject, (ObjectReader * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01A82680, void, ObjectReader__ctor, (ObjectReader * __this, Stream * stream, ISurrogateSelector * selector, StreamingContext context, InternalFE * formatterEnums, SerializationBinder * binder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EEA0, ObjectReader__ctor__MethodInfo); DO_APP_FUNC(0x01A82970, Object *, ObjectReader_Deserialize, (ObjectReader * __this, HeaderHandler * handler, _BinaryParser * serParser, bool fCheck, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EED0, ObjectReader_Deserialize__MethodInfo); DO_APP_FUNC(0x01A82E40, bool, ObjectReader_HasSurrogate, (ObjectReader * __this, Type * t, MethodInfo * method)); DO_APP_FUNC(0x01A82F30, void, ObjectReader_CheckSerializable, (ObjectReader * __this, Type * t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EE00, ObjectReader_CheckSerializable__MethodInfo); DO_APP_FUNC(0x01A83080, void, ObjectReader_InitFullDeserialization, (ObjectReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01A832C0, Object *, ObjectReader_CrossAppDomainArray, (ObjectReader * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01A832F0, ReadObjectInfo *, ObjectReader_CreateReadObjectInfo, (ObjectReader * __this, Type * objectType, MethodInfo * method)); DO_APP_FUNC(0x01A83340, ReadObjectInfo *, ObjectReader_CreateReadObjectInfo_1, (ObjectReader * __this, Type * objectType, String__Array * memberNames, Type__Array * memberTypes, MethodInfo * method)); DO_APP_FUNC(0x01A83460, void, ObjectReader_Parse, (ObjectReader * __this, ParseRecord * pr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EE38, ObjectReader_Parse__MethodInfo); DO_APP_FUNC(0x01A836A0, void, ObjectReader_ParseError, (ObjectReader * __this, ParseRecord * processing, ParseRecord * onStack, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EE58, ObjectReader_ParseError__MethodInfo); DO_APP_FUNC(0x01A83980, void, ObjectReader_ParseSerializedStreamHeader, (ObjectReader * __this, ParseRecord * pr, MethodInfo * method)); DO_APP_FUNC(0x01A839B0, void, ObjectReader_ParseSerializedStreamHeaderEnd, (ObjectReader * __this, ParseRecord * pr, MethodInfo * method)); DO_APP_FUNC(0x01A839E0, void, ObjectReader_ParseObject, (ObjectReader * __this, ParseRecord * pr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EDA0, ObjectReader_ParseObject__MethodInfo); DO_APP_FUNC(0x01A83EE0, void, ObjectReader_ParseObjectEnd, (ObjectReader * __this, ParseRecord * pr, MethodInfo * method)); DO_APP_FUNC(0x01A843C0, void, ObjectReader_ParseArray, (ObjectReader * __this, ParseRecord * pr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EDF8, ObjectReader_ParseArray__MethodInfo); DO_APP_FUNC(0x01A84F70, void, ObjectReader_NextRectangleMap, (ObjectReader * __this, ParseRecord * pr, MethodInfo * method)); DO_APP_FUNC(0x01A85060, void, ObjectReader_ParseArrayMember, (ObjectReader * __this, ParseRecord * pr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6ED60, ObjectReader_ParseArrayMember__MethodInfo); DO_APP_FUNC(0x01A85D30, void, ObjectReader_ParseArrayMemberEnd, (ObjectReader * __this, ParseRecord * pr, MethodInfo * method)); DO_APP_FUNC(0x01A85D60, void, ObjectReader_ParseMember, (ObjectReader * __this, ParseRecord * pr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6ED80, ObjectReader_ParseMember__MethodInfo); DO_APP_FUNC(0x01A86730, void, ObjectReader_ParseMemberEnd, (ObjectReader * __this, ParseRecord * pr, MethodInfo * method)); DO_APP_FUNC(0x01A867E0, void, ObjectReader_ParseString, (ObjectReader * __this, ParseRecord * pr, ParseRecord * parentPr, MethodInfo * method)); DO_APP_FUNC(0x01A86830, void, ObjectReader_RegisterObject, (ObjectReader * __this, Object * obj, ParseRecord * pr, ParseRecord * objectPr, MethodInfo * method)); DO_APP_FUNC(0x01A86920, void, ObjectReader_RegisterObject_1, (ObjectReader * __this, Object * obj, ParseRecord * pr, ParseRecord * objectPr, bool bIsString, MethodInfo * method)); DO_APP_FUNC(0x01A86B50, int64_t, ObjectReader_GetId, (ObjectReader * __this, int64_t objectId, MethodInfo * method)); DO_APP_FUNC(0x01A86E80, Type *, ObjectReader_Bind, (ObjectReader * __this, String * assemblyString, String * typeString, MethodInfo * method)); DO_APP_FUNC(0x01A86EE0, Type *, ObjectReader_FastBindToType, (ObjectReader * __this, String * assemblyName, String * typeName, MethodInfo * method)); DO_APP_FUNC(0x01A873A0, Assembly *, ObjectReader_ResolveSimpleAssemblyName, (AssemblyName * assemblyName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6ED48, ObjectReader_ResolveSimpleAssemblyName__MethodInfo); DO_APP_FUNC(0x01A87460, void, ObjectReader_GetSimplyNamedTypeFromAssembly, (Assembly * assm, String * typeName, Type * * type, MethodInfo * method)); DO_APP_FUNC(0x01A87770, Type *, ObjectReader_GetType, (ObjectReader * __this, BinaryAssemblyInfo * assemblyInfo, String * name, MethodInfo * method)); DO_APP_FUNC(0x01A87C80, void, ObjectReader_CheckTypeForwardedTo, (Assembly * sourceAssembly, Assembly * destAssembly, Type * resolvedType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ObjectReader_TypeNAssembly__ctor, (ObjectReader_TypeNAssembly * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ObjectReader_TopLevelAssemblyTypeResolver__ctor, (ObjectReader_TopLevelAssemblyTypeResolver * __this, Assembly * topLevelAssembly, MethodInfo * method)); DO_APP_FUNC(0x01A87D80, Type *, ObjectReader_TopLevelAssemblyTypeResolver_ResolveType, (ObjectReader_TopLevelAssemblyTypeResolver * __this, Assembly * assembly, String * simpleTypeName, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6ECA0, ObjectReader_TopLevelAssemblyTypeResolver_ResolveType__MethodInfo); DO_APP_FUNC(0x01A87DD0, void, ObjectWriter__ctor, (ObjectWriter * __this, ISurrogateSelector * selector, StreamingContext context, InternalFE * formatterEnums, SerializationBinder * binder, MethodInfo * method)); DO_APP_FUNC(0x01A881B0, void, ObjectWriter_Serialize, (ObjectWriter * __this, Object * graph, Header__Array * inHeaders, _BinaryWriter * serWriter, bool fCheck, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EC50, ObjectWriter_Serialize__MethodInfo); DO_APP_FUNC(0x003CB370, SerializationObjectManager *, ObjectWriter_get_ObjectManager, (ObjectWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01A887D0, void, ObjectWriter_Write, (ObjectWriter * __this, WriteObjectInfo * objectInfo, NameInfo * memberNameInfo, NameInfo * typeNameInfo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EC80, ObjectWriter_Write__MethodInfo); DO_APP_FUNC(0x01A891B0, void, ObjectWriter_Write_1, (ObjectWriter * __this, WriteObjectInfo * objectInfo, NameInfo * memberNameInfo, NameInfo * typeNameInfo, String__Array * memberNames, Type__Array * memberTypes, Object__Array * memberData, WriteObjectInfo__Array * memberObjectInfos, MethodInfo * method)); DO_APP_FUNC(0x01A895B0, void, ObjectWriter_WriteMemberSetup, (ObjectWriter * __this, WriteObjectInfo * objectInfo, NameInfo * memberNameInfo, NameInfo * typeNameInfo, String * memberName, Type * memberType, Object * memberData, WriteObjectInfo * memberObjectInfo, MethodInfo * method)); DO_APP_FUNC(0x01A89750, void, ObjectWriter_WriteMembers, (ObjectWriter * __this, NameInfo * memberNameInfo, NameInfo * memberTypeNameInfo, Object * memberData, WriteObjectInfo * objectInfo, NameInfo * typeNameInfo, WriteObjectInfo * memberObjectInfo, MethodInfo * method)); DO_APP_FUNC(0x01A89E50, void, ObjectWriter_WriteArray, (ObjectWriter * __this, WriteObjectInfo * objectInfo, NameInfo * memberNameInfo, WriteObjectInfo * memberObjectInfo, MethodInfo * method)); DO_APP_FUNC(0x01A8A9E0, void, ObjectWriter_WriteArrayMember, (ObjectWriter * __this, WriteObjectInfo * objectInfo, NameInfo * arrayElemTypeNameInfo, Object * data, MethodInfo * method)); DO_APP_FUNC(0x01A8AEB0, void, ObjectWriter_WriteRectangle, (ObjectWriter * __this, WriteObjectInfo * objectInfo, int32_t rank, Int32__Array * maxA, Array * array, NameInfo * arrayElemNameTypeInfo, Int32__Array * lowerBoundA, MethodInfo * method)); DO_APP_FUNC(0x01A8B0C0, Object *, ObjectWriter_GetNext, (ObjectWriter * __this, int64_t * objID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EC30, ObjectWriter_GetNext__MethodInfo); DO_APP_FUNC(0x01A8B290, int64_t, ObjectWriter_InternalGetId, (ObjectWriter * __this, Object * obj, bool assignUniqueIdToValueType, Type * type, bool * isNew, MethodInfo * method)); DO_APP_FUNC(0x01A8B3D0, int64_t, ObjectWriter_Schedule, (ObjectWriter * __this, Object * obj, bool assignUniqueIdToValueType, Type * type, MethodInfo * method)); DO_APP_FUNC(0x01A8B450, int64_t, ObjectWriter_Schedule_1, (ObjectWriter * __this, Object * obj, bool assignUniqueIdToValueType, Type * type, WriteObjectInfo * objectInfo, MethodInfo * method)); DO_APP_FUNC(0x01A8B500, bool, ObjectWriter_WriteKnownValueClass, (ObjectWriter * __this, NameInfo * memberNameInfo, NameInfo * typeNameInfo, Object * data, MethodInfo * method)); DO_APP_FUNC(0x01A8B610, void, ObjectWriter_WriteObjectRef, (ObjectWriter * __this, NameInfo * nameInfo, int64_t objectId, MethodInfo * method)); DO_APP_FUNC(0x01A8B630, void, ObjectWriter_WriteString, (ObjectWriter * __this, NameInfo * memberNameInfo, NameInfo * typeNameInfo, Object * stringObject, MethodInfo * method)); DO_APP_FUNC(0x01A8B7E0, bool, ObjectWriter_CheckForNull, (ObjectWriter * __this, WriteObjectInfo * objectInfo, NameInfo * memberNameInfo, NameInfo * typeNameInfo, Object * data, MethodInfo * method)); DO_APP_FUNC(0x01A8B9C0, void, ObjectWriter_WriteSerializedStreamHeader, (ObjectWriter * __this, int64_t topId, int64_t headerId, MethodInfo * method)); DO_APP_FUNC(0x01A8BAF0, NameInfo *, ObjectWriter_TypeToNameInfo, (ObjectWriter * __this, Type * type, WriteObjectInfo * objectInfo, InternalPrimitiveTypeE__Enum code, NameInfo * nameInfo, MethodInfo * method)); DO_APP_FUNC(0x01A8BBE0, NameInfo *, ObjectWriter_TypeToNameInfo_1, (ObjectWriter * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x01A8BC80, NameInfo *, ObjectWriter_TypeToNameInfo_2, (ObjectWriter * __this, WriteObjectInfo * objectInfo, MethodInfo * method)); DO_APP_FUNC(0x01A8BCE0, NameInfo *, ObjectWriter_TypeToNameInfo_3, (ObjectWriter * __this, WriteObjectInfo * objectInfo, NameInfo * nameInfo, MethodInfo * method)); DO_APP_FUNC(0x01A8BD50, void, ObjectWriter_TypeToNameInfo_4, (ObjectWriter * __this, Type * type, NameInfo * nameInfo, MethodInfo * method)); DO_APP_FUNC(0x01A8BE00, NameInfo *, ObjectWriter_MemberToNameInfo, (ObjectWriter * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01A8BE70, InternalPrimitiveTypeE__Enum, ObjectWriter_ToCode, (ObjectWriter * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x01A8BF50, int64_t, ObjectWriter_GetAssemblyId, (ObjectWriter * __this, WriteObjectInfo * objectInfo, MethodInfo * method)); DO_APP_FUNC(0x01A8C230, Type *, ObjectWriter_GetType, (ObjectWriter * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01A8C250, NameInfo *, ObjectWriter_GetNameInfo, (ObjectWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01A8C2F0, bool, ObjectWriter_CheckTypeFormat, (ObjectWriter * __this, FormatterTypeStyle__Enum test, FormatterTypeStyle__Enum want, MethodInfo * method)); DO_APP_FUNC(0x01A8C300, void, ObjectWriter_PutNameInfo, (ObjectWriter * __this, NameInfo * nameInfo, MethodInfo * method)); DO_APP_FUNC(0x01A8C330, void, _BinaryParser__ctor, (_BinaryParser * __this, Stream * stream, ObjectReader * objectReader, MethodInfo * method)); DO_APP_FUNC(0x01A8C5B0, BinaryAssemblyInfo *, _BinaryParser_get_SystemAssemblyInfo, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01A8C770, SizedArray *, _BinaryParser_get_ObjectMapIdTable, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01A8C920, SizedArray *, _BinaryParser_get_AssemIdToAssemblyTable, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01A8CAE0, ParseRecord *, _BinaryParser_get_prs, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01A8CB90, void, _BinaryParser_Run, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EB98, _BinaryParser_Run__MethodInfo); DO_APP_FUNC(0x003AC050, void, _BinaryParser_ReadBegin, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, _BinaryParser_ReadEnd, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01A8D190, bool, _BinaryParser_ReadBoolean, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01A8D1C0, uint8_t, _BinaryParser_ReadByte, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01A8D1F0, Byte__Array *, _BinaryParser_ReadBytes, (_BinaryParser * __this, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01A8D220, void, _BinaryParser_ReadBytes_1, (_BinaryParser * __this, Byte__Array * byteA, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01A8D2A0, uint16_t, _BinaryParser_ReadChar, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01A8D2D0, Char__Array *, _BinaryParser_ReadChars, (_BinaryParser * __this, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01A8D300, Decimal, _BinaryParser_ReadDecimal, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01A8D4C0, float, _BinaryParser_ReadSingle, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01A8D4F0, double, _BinaryParser_ReadDouble, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01A8D520, int16_t, _BinaryParser_ReadInt16, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01A8D550, int32_t, _BinaryParser_ReadInt32, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01A8D580, int64_t, _BinaryParser_ReadInt64, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01A8D1C0, int8_t, _BinaryParser_ReadSByte, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01A8D5B0, String *, _BinaryParser_ReadString, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01A8D580, TimeSpan, _BinaryParser_ReadTimeSpan, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01A8D5E0, DateTime, _BinaryParser_ReadDateTime, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01A8D660, uint16_t, _BinaryParser_ReadUInt16, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01A8D690, uint32_t, _BinaryParser_ReadUInt32, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01A8D6C0, uint64_t, _BinaryParser_ReadUInt64, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01A8D6F0, void, _BinaryParser_ReadSerializationHeaderRecord, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01A8D7A0, void, _BinaryParser_ReadAssembly, (_BinaryParser * __this, BinaryHeaderEnum__Enum binaryHeaderEnum, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EB58, _BinaryParser_ReadAssembly__MethodInfo); DO_APP_FUNC(0x01A8DBC0, void, _BinaryParser_ReadObject, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EB00, _BinaryParser_ReadObject__MethodInfo); DO_APP_FUNC(0x01A8E390, void, _BinaryParser_ReadCrossAppDomainMap, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EB20, _BinaryParser_ReadCrossAppDomainMap__MethodInfo); DO_APP_FUNC(0x01A8E590, void, _BinaryParser_ReadObjectWithMap, (_BinaryParser * __this, BinaryHeaderEnum__Enum binaryHeaderEnum, MethodInfo * method)); DO_APP_FUNC(0x01A8E690, void, _BinaryParser_ReadObjectWithMap_1, (_BinaryParser * __this, BinaryObjectWithMap * record, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EB28, _BinaryParser_ReadObjectWithMap_1__MethodInfo); DO_APP_FUNC(0x01A8EF40, void, _BinaryParser_ReadObjectWithMapTyped, (_BinaryParser * __this, BinaryHeaderEnum__Enum binaryHeaderEnum, MethodInfo * method)); DO_APP_FUNC(0x01A8F030, void, _BinaryParser_ReadObjectWithMapTyped_1, (_BinaryParser * __this, BinaryObjectWithMapTyped * record, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EAC0, _BinaryParser_ReadObjectWithMapTyped_1__MethodInfo); DO_APP_FUNC(0x01A8F920, void, _BinaryParser_ReadObjectString, (_BinaryParser * __this, BinaryHeaderEnum__Enum binaryHeaderEnum, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EAD8, _BinaryParser_ReadObjectString__MethodInfo); DO_APP_FUNC(0x01A903A0, void, _BinaryParser_ReadMemberPrimitiveTyped, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EAE8, _BinaryParser_ReadMemberPrimitiveTyped__MethodInfo); DO_APP_FUNC(0x01A90A00, void, _BinaryParser_ReadArray, (_BinaryParser * __this, BinaryHeaderEnum__Enum binaryHeaderEnum, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EAA0, _BinaryParser_ReadArray__MethodInfo); DO_APP_FUNC(0x01A91250, void, _BinaryParser_ReadArrayAsBytes, (_BinaryParser * __this, ParseRecord * pr, MethodInfo * method)); DO_APP_FUNC(0x01A917B0, void, _BinaryParser_ReadMemberPrimitiveUnTyped, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01A91C60, void, _BinaryParser_ReadMemberReference, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01A91FC0, void, _BinaryParser_ReadObjectNull, (_BinaryParser * __this, BinaryHeaderEnum__Enum binaryHeaderEnum, MethodInfo * method)); DO_APP_FUNC(0x01A92360, void, _BinaryParser_ReadMessageEnd, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EAB0, _BinaryParser_ReadMessageEnd__MethodInfo); DO_APP_FUNC(0x01A92550, Object *, _BinaryParser_ReadValue, (_BinaryParser * __this, InternalPrimitiveTypeE__Enum code, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EAB8, _BinaryParser_ReadValue__MethodInfo); DO_APP_FUNC(0x01A92C40, ObjectProgress *, _BinaryParser_GetOp, (_BinaryParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01A92D80, void, _BinaryParser_PutOp, (_BinaryParser * __this, ObjectProgress * op, MethodInfo * method)); DO_APP_FUNC(0x01A92E70, void, _BinaryParser__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ParseRecord__ctor, (ParseRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x01A92F70, void, ParseRecord_Init, (ParseRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x01A93620, void, ParseRecord__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A93660, void, SerStack__ctor, (SerStack * __this, String * stackId, MethodInfo * method)); DO_APP_FUNC(0x01A93770, void, SerStack_Push, (SerStack * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01A938D0, Object *, SerStack_Pop, (SerStack * __this, MethodInfo * method)); DO_APP_FUNC(0x01A93940, void, SerStack_IncreaseCapacity, (SerStack * __this, MethodInfo * method)); DO_APP_FUNC(0x01A93A20, Object *, SerStack_Peek, (SerStack * __this, MethodInfo * method)); DO_APP_FUNC(0x01A93A60, Object *, SerStack_PeekPeek, (SerStack * __this, MethodInfo * method)); DO_APP_FUNC(0x01A93AA0, bool, SerStack_IsEmpty, (SerStack * __this, MethodInfo * method)); DO_APP_FUNC(0x01A93AB0, void, SizedArray__ctor, (SizedArray * __this, MethodInfo * method)); DO_APP_FUNC(0x01A93BC0, void, SizedArray__ctor_1, (SizedArray * __this, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01A93CD0, void, SizedArray__ctor_2, (SizedArray * __this, SizedArray * sizedArray, MethodInfo * method)); DO_APP_FUNC(0x01A93E50, Object *, SizedArray_Clone, (SizedArray * __this, MethodInfo * method)); DO_APP_FUNC(0x01A94000, Object *, SizedArray_get_Item, (SizedArray * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01A94070, void, SizedArray_set_Item, (SizedArray * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01A94180, void, SizedArray_IncreaseCapacity, (SizedArray * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72CE0, SizedArray_IncreaseCapacity__MethodInfo); DO_APP_FUNC(0x01A943F0, void, IntSizedArray__ctor, (IntSizedArray * __this, MethodInfo * method)); DO_APP_FUNC(0x01A94500, void, IntSizedArray__ctor_1, (IntSizedArray * __this, IntSizedArray * sizedArray, MethodInfo * method)); DO_APP_FUNC(0x01A94730, Object *, IntSizedArray_Clone, (IntSizedArray * __this, MethodInfo * method)); DO_APP_FUNC(0x01A947A0, int32_t, IntSizedArray_get_Item, (IntSizedArray * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01A94810, void, IntSizedArray_set_Item, (IntSizedArray * __this, int32_t index, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01A948C0, void, IntSizedArray_IncreaseCapacity, (IntSizedArray * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72CB8, IntSizedArray_IncreaseCapacity__MethodInfo); DO_APP_FUNC(0x01A94B30, Object *, NameCache_GetCachedValue, (NameCache * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01A94D00, void, NameCache_SetCachedValue, (NameCache * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NameCache__ctor, (NameCache * __this, MethodInfo * method)); DO_APP_FUNC(0x01A94E80, void, NameCache__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A94F60, void, ValueFixup__ctor, (ValueFixup * __this, Array * arrayObj, Int32__Array * indexMap, MethodInfo * method)); DO_APP_FUNC(0x01A95020, void, ValueFixup__ctor_1, (ValueFixup * __this, Object * memberObject, String * memberName, ReadObjectInfo * objectInfo, MethodInfo * method)); DO_APP_FUNC(0x01A95130, void, ValueFixup_Fixup, (ValueFixup * __this, ParseRecord * record, ParseRecord * parent, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72CA8, ValueFixup_Fixup__MethodInfo); DO_APP_FUNC(0x003AC050, void, InternalFE__ctor, (InternalFE * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NameInfo__ctor, (NameInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A954F0, void, NameInfo_Init, (NameInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A955D0, bool, NameInfo_get_IsSealed, (NameInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A95620, String *, NameInfo_get_NIname, (NameInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, NameInfo_set_NIname, (NameInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01A956B0, void, PrimitiveArray__ctor, (PrimitiveArray * __this, InternalPrimitiveTypeE__Enum code, Array * array, MethodInfo * method)); DO_APP_FUNC(0x01A956C0, void, PrimitiveArray_Init, (PrimitiveArray * __this, InternalPrimitiveTypeE__Enum code, Array * array, MethodInfo * method)); DO_APP_FUNC(0x01A95C90, void, PrimitiveArray_SetValue, (PrimitiveArray * __this, String * value, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01A962C0, void, ExternalException__ctor, (ExternalException * __this, MethodInfo * method)); DO_APP_FUNC(0x01A96310, void, ExternalException__ctor_1, (ExternalException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01A96330, void, ExternalException__ctor_2, (ExternalException * __this, String * message, Exception * inner, MethodInfo * method)); DO_APP_FUNC(0x01A96350, void, ExternalException__ctor_3, (ExternalException * __this, String * message, int32_t errorCode, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, ExternalException__ctor_4, (ExternalException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x00764A50, int32_t, ExternalException_get_ErrorCode, (ExternalException * __this, MethodInfo * method)); DO_APP_FUNC(0x01A96380, String *, ExternalException_ToString, (ExternalException * __this, MethodInfo * method)); DO_APP_FUNC(0x01772940, void, HandleRef__ctor, (HandleRef * __this, Object * wrapper, void * handle, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, HandleRef_get_Wrapper, (HandleRef * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, void *, HandleRef_get_Handle, (HandleRef * __this, MethodInfo * method)); DO_APP_FUNC(0x01A96660, void, MarshalDirectiveException__ctor, (MarshalDirectiveException * __this, MethodInfo * method)); DO_APP_FUNC(0x01A966B0, void, MarshalDirectiveException__ctor_1, (MarshalDirectiveException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, MarshalDirectiveException__ctor_2, (MarshalDirectiveException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A966D0, OSPlatform, OSPlatform_get_Linux, (MethodInfo * method)); DO_APP_FUNC(0x01A96730, OSPlatform, OSPlatform_get_OSX, (MethodInfo * method)); DO_APP_FUNC(0x01A96790, OSPlatform, OSPlatform_get_Windows, (MethodInfo * method)); DO_APP_FUNC(0x01A967F0, void, OSPlatform__ctor, (OSPlatform * __this, String * osPlatform, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72C60, OSPlatform__ctor__MethodInfo); DO_APP_FUNC(0x01A96920, OSPlatform, OSPlatform_Create, (String * osPlatform, MethodInfo * method)); DO_APP_FUNC(0x01A96950, bool, OSPlatform_Equals, (OSPlatform * __this, OSPlatform other, MethodInfo * method)); DO_APP_FUNC(0x01A96A20, bool, OSPlatform_Equals_1, (OSPlatform * __this, String * other, MethodInfo * method)); DO_APP_FUNC(0x01A96AC0, bool, OSPlatform_Equals_2, (OSPlatform * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0114E450, int32_t, OSPlatform_GetHashCode, (OSPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x01A96B60, String *, OSPlatform_ToString, (OSPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x01A96BB0, bool, OSPlatform_op_Equality, (OSPlatform left, OSPlatform right, MethodInfo * method)); DO_APP_FUNC(0x01A96C10, void, OSPlatform__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A96E20, void, SafeBuffer_AcquirePointer, (SafeBuffer * __this, uint8_t * * pointer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72C38, SafeBuffer_AcquirePointer__MethodInfo); DO_APP_FUNC(0x01A96F30, void, SafeBuffer_ReleasePointer, (SafeBuffer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72C40, SafeBuffer_ReleasePointer__MethodInfo); DO_APP_FUNC(0x01A97010, InvalidOperationException *, SafeBuffer_NotInitialized, (MethodInfo * method)); DO_APP_FUNC(0x01A97090, void, SafeBuffer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A962C0, void, COMException__ctor, (COMException * __this, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, COMException__ctor_1, (COMException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A97140, String *, COMException_ToString, (COMException * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, UnmanagedFunctionPointerAttribute__ctor, (UnmanagedFunctionPointerAttribute * __this, CallingConvention__Enum callingConvention, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, InterfaceTypeAttribute__ctor, (InterfaceTypeAttribute * __this, ComInterfaceType__Enum interfaceType, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ComDefaultInterfaceAttribute__ctor, (ComDefaultInterfaceAttribute * __this, Type * defaultInterface, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ClassInterfaceAttribute__ctor, (ClassInterfaceAttribute * __this, ClassInterfaceType__Enum classInterfaceType, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, ComVisibleAttribute__ctor, (ComVisibleAttribute * __this, bool visibility, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ComImportAttribute__ctor, (ComImportAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, GuidAttribute__ctor, (GuidAttribute * __this, String * guid, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PreserveSigAttribute__ctor, (PreserveSigAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InAttribute__ctor, (InAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OutAttribute__ctor, (OutAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OptionalAttribute__ctor, (OptionalAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DefaultDllImportSearchPathsAttribute__ctor, (DefaultDllImportSearchPathsAttribute * __this, DllImportSearchPath__Enum paths, MethodInfo * method)); DO_APP_FUNC(0x01A97420, Attribute *, DllImportAttribute_GetCustomAttribute, (RuntimeMethodInfo * method_1, MethodInfo * method)); DO_APP_FUNC(0x01A976A0, bool, DllImportAttribute_IsDefined, (RuntimeMethodInfo * method_1, MethodInfo * method)); DO_APP_FUNC(0x01A976D0, void, DllImportAttribute__ctor, (DllImportAttribute * __this, String * dllName, String * entryPoint, CharSet__Enum charSet, bool exactSpelling, bool setLastError, bool preserveSig, CallingConvention__Enum callingConvention, bool bestFitMapping, bool throwOnUnmappableChar, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, DllImportAttribute__ctor_1, (DllImportAttribute * __this, String * dllName, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, DllImportAttribute_get_Value, (DllImportAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, FieldOffsetAttribute__ctor, (FieldOffsetAttribute * __this, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x01A977C0, void, ComCompatibleVersionAttribute__ctor, (ComCompatibleVersionAttribute * __this, int32_t major, int32_t minor, int32_t build, int32_t revision, MethodInfo * method)); DO_APP_FUNC(0x01A977E0, void, CriticalHandle__ctor, (CriticalHandle * __this, void * invalidHandleValue, MethodInfo * method)); DO_APP_FUNC(0x01A977F0, void, CriticalHandle_Finalize, (CriticalHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01A97860, void, CriticalHandle_Cleanup, (CriticalHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CriticalHandle_FireCustomerDebugProbe, (MethodInfo * method)); DO_APP_FUNC(0x01262980, void, CriticalHandle_SetHandle, (CriticalHandle * __this, void * handle, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, CriticalHandle_get_IsClosed, (CriticalHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01A97990, void, CriticalHandle_Dispose, (CriticalHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01A97860, void, CriticalHandle_Dispose_1, (CriticalHandle * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01A979B0, void, SafeHandle__ctor, (SafeHandle * __this, void * invalidHandleValue, bool ownsHandle, MethodInfo * method)); DO_APP_FUNC(0x01A977F0, void, SafeHandle_Finalize, (SafeHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01262980, void, SafeHandle_SetHandle, (SafeHandle * __this, void * handle, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, void *, SafeHandle_DangerousGetHandle, (SafeHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01A97A40, bool, SafeHandle_get_IsClosed, (SafeHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01A97990, void, SafeHandle_Close, (SafeHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01A97990, void, SafeHandle_Dispose, (SafeHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01A97A50, void, SafeHandle_Dispose_1, (SafeHandle * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01A97B10, void, SafeHandle_SetHandleAsInvalid, (SafeHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01A97C40, void, SafeHandle_DangerousAddRef, (SafeHandle * __this, bool * success, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72BB0, SafeHandle_DangerousAddRef__MethodInfo); DO_APP_FUNC(0x01A97DE0, void, SafeHandle_DangerousRelease, (SafeHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01A97DF0, void, SafeHandle_InternalDispose, (SafeHandle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72BC0, SafeHandle_InternalDispose__MethodInfo); DO_APP_FUNC(0x01A97EA0, void, SafeHandle_InternalFinalize, (SafeHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01A97EC0, void, SafeHandle_DangerousReleaseInternal, (SafeHandle * __this, bool dispose, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72BC8, SafeHandle_DangerousReleaseInternal__MethodInfo); DO_APP_FUNC(0x01A98140, void, RuntimeInformation__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A98BD0, String *, RuntimeInformation_GetRuntimeArchitecture, (MethodInfo * method)); DO_APP_FUNC(0x01A98BF0, String *, RuntimeInformation_GetOSName, (MethodInfo * method)); DO_APP_FUNC(0x01A98C10, bool, RuntimeInformation_IsOSPlatform, (OSPlatform osPlatform, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, GCHandle__ctor, (GCHandle * __this, void * h, MethodInfo * method)); DO_APP_FUNC(0x01A98CF0, void, GCHandle__ctor_1, (GCHandle * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01A98E10, void, GCHandle__ctor_2, (GCHandle * __this, Object * value, GCHandleType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x01A98E90, bool, GCHandle_get_IsAllocated, (GCHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01A98EE0, Object *, GCHandle_get_Target, (GCHandle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72B10, GCHandle_get_Target__MethodInfo); DO_APP_FUNC(0x01A98F80, void, GCHandle_set_Target, (GCHandle * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01A99020, void *, GCHandle_AddrOfPinnedObject, (GCHandle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72B20, GCHandle_AddrOfPinnedObject__MethodInfo); DO_APP_FUNC(0x01A99130, GCHandle, GCHandle_Alloc, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01A99160, GCHandle, GCHandle_Alloc_1, (Object * value, GCHandleType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x01A99320, void, GCHandle_Free, (GCHandle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72AE8, GCHandle_Free__MethodInfo); DO_APP_FUNC(0x00A5CD60, void *, GCHandle_op_Explicit, (GCHandle value, MethodInfo * method)); DO_APP_FUNC(0x01A993D0, GCHandle, GCHandle_op_Explicit_1, (void * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72AF8, GCHandle_op_Explicit_1__MethodInfo); DO_APP_FUNC(0x00418D30, bool, GCHandle_CheckCurrentDomain, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x01A99470, Object *, GCHandle_GetTarget, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x01A99480, void *, GCHandle_GetTargetHandle, (Object * obj, void * handle, GCHandleType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x01A99580, void, GCHandle_FreeHandle, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x01A99590, void *, GCHandle_GetAddrOfPinnedObject, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, GCHandle_op_Equality, (GCHandle a, GCHandle b, MethodInfo * method)); DO_APP_FUNC(0x01A995F0, bool, GCHandle_Equals, (GCHandle * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, GCHandle_GetHashCode, (GCHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01A99680, GCHandle, GCHandle_FromIntPtr, (void * value, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, void *, GCHandle_ToIntPtr, (GCHandle value, MethodInfo * method)); DO_APP_FUNC(0x01A99690, void *, Marshal_AllocCoTaskMem, (int32_t cb, MethodInfo * method)); DO_APP_FUNC(0x01A996A0, void *, Marshal_AllocHGlobal, (void * cb, MethodInfo * method)); DO_APP_FUNC(0x01A996B0, void *, Marshal_AllocHGlobal_1, (int32_t cb, MethodInfo * method)); DO_APP_FUNC(0x01A99700, void, Marshal_copy_to_unmanaged, (Array * source, int32_t startIndex, void * destination, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01A99790, void, Marshal_copy_to_unmanaged_fixed, (Array * source, int32_t startIndex, void * destination, int32_t length, Void * fixed_source_element, MethodInfo * method)); DO_APP_FUNC(0x01A997C0, bool, Marshal_skip_fixed, (Array * array, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x01A99800, void, Marshal_copy_to_unmanaged_1, (Byte__Array * source, int32_t startIndex, void * destination, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01A998D0, void, Marshal_Copy, (Byte__Array * source, int32_t startIndex, void * destination, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01A999D0, void, Marshal_Copy_1, (Int16__Array * source, int32_t startIndex, void * destination, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01A99AD0, void, Marshal_Copy_2, (Int32__Array * source, int32_t startIndex, void * destination, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01A99BD0, void, Marshal_Copy_3, (IntPtr__Array * source, int32_t startIndex, void * destination, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01A99CD0, void, Marshal_copy_from_unmanaged, (void * source, int32_t startIndex, Array * destination, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01A99D60, void, Marshal_copy_from_unmanaged_fixed, (void * source, int32_t startIndex, Array * destination, int32_t length, Void * fixed_destination_element, MethodInfo * method)); DO_APP_FUNC(0x01A99D90, void, Marshal_Copy_4, (void * source, Byte__Array * destination, int32_t startIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01A99EA0, void, Marshal_Copy_5, (void * source, Char__Array * destination, int32_t startIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01A99FB0, void, Marshal_Copy_6, (void * source, Int16__Array * destination, int32_t startIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01A9A0C0, void, Marshal_Copy_7, (void * source, Int32__Array * destination, int32_t startIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01A9A1D0, void, Marshal_Copy_8, (void * source, IntPtr__Array * destination, int32_t startIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01A9A2E0, void, Marshal_FreeBSTR, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x01A9A2F0, void, Marshal_FreeHGlobal, (void * hglobal, MethodInfo * method)); DO_APP_FUNC(0x01A9A300, void, Marshal_ClearBSTR, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x01A9A3C0, void, Marshal_ZeroFreeBSTR, (void * s, MethodInfo * method)); DO_APP_FUNC(0x01A9A4C0, void, Marshal_ClearUnicode, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x01A9A5B0, void, Marshal_ZeroFreeGlobalAllocUnicode, (void * s, MethodInfo * method)); DO_APP_FUNC(0x01A9A6E0, int32_t, Marshal_GetHRForException, (Exception * e, MethodInfo * method)); DO_APP_FUNC(0x01A9A6F0, Object *, Marshal_GetObjectForCCW, (void * pUnk, MethodInfo * method)); DO_APP_FUNC(0x01A9A710, Object *, Marshal_GetObjectForIUnknown, (void * pUnk, MethodInfo * method)); DO_APP_FUNC(0x01A9A770, bool, Marshal_IsComObject, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01A9A7B0, int32_t, Marshal_GetLastWin32Error, (MethodInfo * method)); DO_APP_FUNC(0x01A9A810, void *, Marshal_OffsetOf, (Type * t, String * fieldName, MethodInfo * method)); DO_APP_FUNC(0x01A9A820, String *, Marshal_PtrToStringAnsi, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x01A9A840, String *, Marshal_PtrToStringAnsi_1, (void * ptr, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x01A9A870, String *, Marshal_PtrToStringUni, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x01A9A8E0, String *, Marshal_PtrToStringUni_1, (void * ptr, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x01A9A940, void, Marshal_PtrToStructure, (void * ptr, Object * structure, MethodInfo * method)); DO_APP_FUNC(0x01A9AA00, Object *, Marshal_PtrToStructure_1, (void * ptr, Type * structureType, MethodInfo * method)); DO_APP_FUNC(0x00C59310, uint8_t, Marshal_ReadByte, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x00EECB80, uint8_t, Marshal_ReadByte_1, (void * ptr, int32_t ofs, MethodInfo * method)); DO_APP_FUNC(0x01A9AA10, int16_t, Marshal_ReadInt16, (void * ptr, int32_t ofs, MethodInfo * method)); DO_APP_FUNC(0x01A9AA60, int32_t, Marshal_ReadInt32, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x01A9AAA0, int32_t, Marshal_ReadInt32_1, (void * ptr, int32_t ofs, MethodInfo * method)); DO_APP_FUNC(0x01A9AAF0, int64_t, Marshal_ReadInt64, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x01A9AB30, int64_t, Marshal_ReadInt64_1, (void * ptr, int32_t ofs, MethodInfo * method)); DO_APP_FUNC(0x01A9AB80, void *, Marshal_ReadIntPtr, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x01A9AC00, int32_t, Marshal_ReleaseInternal, (void * pUnk, MethodInfo * method)); DO_APP_FUNC(0x01A9AC10, int32_t, Marshal_Release, (void * pUnk, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72AD0, Marshal_Release__MethodInfo); DO_APP_FUNC(0x01A9ACE0, int32_t, Marshal_SizeOf, (Object * structure, MethodInfo * method)); DO_APP_FUNC(0x01A9AD50, int32_t, Marshal_SizeOf_1, (Type * t, MethodInfo * method)); DO_APP_FUNC(0x01A9AE40, void *, Marshal_StringToHGlobalAnsi, (uint16_t * s, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01A9AF60, void *, Marshal_StringToHGlobalAnsi_1, (String * s, MethodInfo * method)); DO_APP_FUNC(0x01A9B0C0, void *, Marshal_StringToHGlobalUni, (uint16_t * s, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01A9B120, void *, Marshal_StringToHGlobalUni_1, (String * s, MethodInfo * method)); DO_APP_FUNC(0x01A9B1D0, void *, Marshal_SecureStringToBSTR, (SecureString * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72AB8, Marshal_SecureStringToBSTR__MethodInfo); DO_APP_FUNC(0x01A9B360, void *, Marshal_SecureStringCoTaskMemAllocator, (int32_t len, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72A90, Marshal_SecureStringCoTaskMemAllocator__MethodInfo); DO_APP_FUNC(0x01A9B3B0, void *, Marshal_SecureStringGlobalAllocator, (int32_t len, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72AA0, Marshal_SecureStringGlobalAllocator__MethodInfo); DO_APP_FUNC(0x01A9B440, void *, Marshal_SecureStringToAnsi, (SecureString * s, Marshal_SecureStringAllocator * allocator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72AC0, Marshal_SecureStringToAnsi__MethodInfo); DO_APP_FUNC(0x01A9B7F0, void *, Marshal_SecureStringToUnicode, (SecureString * s, Marshal_SecureStringAllocator * allocator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72A88, Marshal_SecureStringToUnicode__MethodInfo); DO_APP_FUNC(0x01A9BAE0, void *, Marshal_SecureStringToCoTaskMemAnsi, (SecureString * s, MethodInfo * method)); DO_APP_FUNC(0x01A9BB90, void *, Marshal_SecureStringToCoTaskMemUnicode, (SecureString * s, MethodInfo * method)); DO_APP_FUNC(0x01A9BC40, void *, Marshal_SecureStringToGlobalAllocAnsi, (SecureString * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72AA8, Marshal_SecureStringToGlobalAllocAnsi__MethodInfo); DO_APP_FUNC(0x01A9BD50, void *, Marshal_SecureStringToGlobalAllocUnicode, (SecureString * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72AB0, Marshal_SecureStringToGlobalAllocUnicode__MethodInfo); DO_APP_FUNC(0x01A9BE60, void, Marshal_StructureToPtr, (Object * structure, void * ptr, bool fDeleteOld, MethodInfo * method)); DO_APP_FUNC(0x01A9BF80, void *, Marshal_BufferToBSTR, (uint16_t * ptr, int32_t slen, MethodInfo * method)); DO_APP_FUNC(0x01A9BF90, void *, Marshal_UnsafeAddrOfPinnedArrayElement, (Array * arr, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00C7E140, void, Marshal_WriteByte, (void * ptr, uint8_t val, MethodInfo * method)); DO_APP_FUNC(0x00EED090, void, Marshal_WriteByte_1, (void * ptr, int32_t ofs, uint8_t val, MethodInfo * method)); DO_APP_FUNC(0x01A9BFB0, void, Marshal_WriteInt16, (void * ptr, int32_t ofs, int16_t val, MethodInfo * method)); DO_APP_FUNC(0x01A9C000, void, Marshal_WriteInt32, (void * ptr, int32_t ofs, int32_t val, MethodInfo * method)); DO_APP_FUNC(0x01A9C040, void, Marshal_WriteInt64, (void * ptr, int32_t ofs, int64_t val, MethodInfo * method)); DO_APP_FUNC(0x01A9C080, Delegate *, Marshal_GetDelegateForFunctionPointerInternal, (void * ptr, Type * t, MethodInfo * method)); DO_APP_FUNC(0x01A9C0B0, Delegate *, Marshal_GetDelegateForFunctionPointer, (void * ptr, Type * t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72A68, Marshal_GetDelegateForFunctionPointer__MethodInfo); DO_APP_FUNC(0x01A9C380, void *, Marshal_GetFunctionPointerForDelegateInternal, (Delegate * d, MethodInfo * method)); DO_APP_FUNC(0x01A9C390, void *, Marshal_GetFunctionPointerForDelegate, (Delegate * d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72A80, Marshal_GetFunctionPointerForDelegate__MethodInfo); DO_APP_FUNC(0x01A9C440, void, Marshal_SetLastWin32Error, (int32_t error, MethodInfo * method)); DO_APP_FUNC(0x01A9C4A0, ICustomMarshaler *, Marshal_GetCustomMarshalerInstance, (Type * type, String * cookie, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C729C0, Marshal_GetCustomMarshalerInstance__MethodInfo); DO_APP_FUNC(0x01A9D020, void, Marshal__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0160D720, void, Marshal_SecureStringAllocator__ctor, (Marshal_SecureStringAllocator * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, void *, Marshal_SecureStringAllocator_Invoke, (Marshal_SecureStringAllocator * __this, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x01A9D100, bool, Marshal_MarshalerInstanceKeyComparer_Equals, (Marshal_MarshalerInstanceKeyComparer * __this, ValueTuple_2_Type_String_ lhs, ValueTuple_2_Type_String_ rhs, MethodInfo * method)); DO_APP_FUNC(0x01A9D160, int32_t, Marshal_MarshalerInstanceKeyComparer_GetHashCode, (Marshal_MarshalerInstanceKeyComparer * __this, ValueTuple_2_Type_String_ key, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Marshal_MarshalerInstanceKeyComparer__ctor, (Marshal_MarshalerInstanceKeyComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x01A9D1A0, void, Marshal_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Marshal_c__ctor, (Marshal_c * __this, MethodInfo * method)); DO_APP_FUNC(0x01A9D250, Dictionary_2_System_ValueTuple_2_System_Runtime_InteropServices_ICustomMarshaler_ *, Marshal_c__GetCustomMarshalerInstance_b__201_0, (Marshal_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72A20, Marshal_c__GetCustomMarshalerInstance_b__201_0__MethodInfo); DO_APP_FUNC(0x003C5310, void, MarshalAsAttribute__ctor, (MarshalAsAttribute * __this, UnmanagedType__Enum unmanagedType, MethodInfo * method)); DO_APP_FUNC(0x003C5300, UnmanagedType__Enum, MarshalAsAttribute_get_Value, (MarshalAsAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01A9D300, MarshalAsAttribute *, MarshalAsAttribute_Copy, (MarshalAsAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HandleProcessCorruptedStateExceptionsAttribute__ctor, (HandleProcessCorruptedStateExceptionsAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01A9D360, void, ExceptionDispatchInfo__ctor, (ExceptionDispatchInfo * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ExceptionDispatchInfo_get_BinaryStackTraceArray, (ExceptionDispatchInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A9D5A0, ExceptionDispatchInfo *, ExceptionDispatchInfo_Capture, (Exception * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72978, ExceptionDispatchInfo_Capture__MethodInfo); DO_APP_FUNC(0x003B93C0, Exception *, ExceptionDispatchInfo_get_SourceException, (ExceptionDispatchInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A9D680, void, ExceptionDispatchInfo_Throw, (ExceptionDispatchInfo * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72980, ExceptionDispatchInfo_Throw__MethodInfo); DO_APP_FUNC(0x0199B080, void, ExceptionDispatchInfo_Throw_1, (Exception * source, MethodInfo * method)); DO_APP_FUNC(0x003BADC0, void, ReliabilityContractAttribute__ctor, (ReliabilityContractAttribute * __this, Consistency__Enum consistencyGuarantee, Cer__Enum cer, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PrePrepareMethodAttribute__ctor, (PrePrepareMethodAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CriticalFinalizerObject__ctor, (CriticalFinalizerObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01A9D6D0, void, CriticalFinalizerObject_Finalize, (CriticalFinalizerObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AsyncMethodBuilderAttribute__ctor, (AsyncMethodBuilderAttribute * __this, Type * builderType, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AsyncStateMachineAttribute__ctor, (AsyncStateMachineAttribute * __this, Type * stateMachineType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CallerFilePathAttribute__ctor, (CallerFilePathAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CallerMemberNameAttribute__ctor, (CallerMemberNameAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CompilerGeneratedAttribute__ctor, (CompilerGeneratedAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01198710, void, ConfiguredValueTaskAwaitable__ctor, (ConfiguredValueTaskAwaitable * __this, ValueTask value, MethodInfo * method)); DO_APP_FUNC(0x01A9D6F0, ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter, ConfiguredValueTaskAwaitable_GetAwaiter, (ConfiguredValueTaskAwaitable * __this, MethodInfo * method)); DO_APP_FUNC(0x01198710, void, ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter__ctor, (ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter * __this, ValueTask value, MethodInfo * method)); DO_APP_FUNC(0x01A9D750, bool, ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter_get_IsCompleted, (ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter * __this, MethodInfo * method)); DO_APP_FUNC(0x01A9D7A0, void, ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter_GetResult, (ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter * __this, MethodInfo * method)); DO_APP_FUNC(0x01A9D7F0, void, ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter_UnsafeOnCompleted, (ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CustomConstantAttribute__ctor, (CustomConstantAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01A9DA70, Object *, DateTimeConstantAttribute_get_Value, (DateTimeConstantAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01A9DAC0, void, DecimalConstantAttribute__ctor, (DecimalConstantAttribute * __this, uint8_t scale, uint8_t sign, uint32_t hi, uint32_t mid, uint32_t low, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, Decimal, DecimalConstantAttribute_get_Value, (DecimalConstantAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExtensionAttribute__ctor, (ExtensionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00A9FD50, void, FixedBufferAttribute__ctor, (FixedBufferAttribute * __this, Type * elementType, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Type *, FixedBufferAttribute_get_ElementType, (FixedBufferAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, FixedBufferAttribute_get_Length, (FixedBufferAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01A9DB90, FormattableString *, FormattableStringFactory_Create, (String * format, Object__Array * arguments, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72938, FormattableStringFactory_Create__MethodInfo); DO_APP_FUNC(0x003BAE40, void, FormattableStringFactory_ConcreteFormattableString__ctor, (FormattableStringFactory_ConcreteFormattableString * __this, String * format, Object__Array * arguments, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, FormattableStringFactory_ConcreteFormattableString_get_Format, (FormattableStringFactory_ConcreteFormattableString * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object__Array *, FormattableStringFactory_ConcreteFormattableString_GetArguments, (FormattableStringFactory_ConcreteFormattableString * __this, MethodInfo * method)); DO_APP_FUNC(0x01616B80, int32_t, FormattableStringFactory_ConcreteFormattableString_get_ArgumentCount, (FormattableStringFactory_ConcreteFormattableString * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5E090, Object *, FormattableStringFactory_ConcreteFormattableString_GetArgument, (FormattableStringFactory_ConcreteFormattableString * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01A9DD50, String *, FormattableStringFactory_ConcreteFormattableString_ToString, (FormattableStringFactory_ConcreteFormattableString * __this, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IntrinsicAttribute__ctor, (IntrinsicAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IsByRefLikeAttribute__ctor, (IsByRefLikeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IsReadOnlyAttribute__ctor, (IsReadOnlyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, IteratorStateMachineAttribute__ctor, (IteratorStateMachineAttribute * __this, Type * stateMachineType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RuntimeCompatibilityAttribute__ctor, (RuntimeCompatibilityAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, RuntimeCompatibilityAttribute_set_WrapNonExceptionThrows, (RuntimeCompatibilityAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, RuntimeFeature_get_IsDynamicCodeSupported, (MethodInfo * method)); DO_APP_FUNC(0x01A9DE20, void, RuntimeWrappedException__ctor, (RuntimeWrappedException * __this, Object * thrownObject, MethodInfo * method)); DO_APP_FUNC(0x01A9DEF0, void, RuntimeWrappedException__ctor_1, (RuntimeWrappedException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A9E040, void, RuntimeWrappedException_GetObjectData, (RuntimeWrappedException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x00A90540, Object *, RuntimeWrappedException_get_WrappedException, (RuntimeWrappedException * __this, MethodInfo * method)); DO_APP_FUNC(0x01A9E1D0, void, RuntimeWrappedException__ctor_2, (RuntimeWrappedException * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72958, RuntimeWrappedException__ctor_2__MethodInfo); DO_APP_FUNC(0x003BABE0, void, StateMachineAttribute__ctor, (StateMachineAttribute * __this, Type * stateMachineType, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Type *, StateMachineAttribute_get_StateMachineType, (StateMachineAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StringFreezingAttribute__ctor, (StringFreezingAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SuppressIldasmAttribute__ctor, (SuppressIldasmAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01A9E200, void, TupleElementNamesAttribute__ctor, (TupleElementNamesAttribute * __this, String__Array * transformNames, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72968, TupleElementNamesAttribute__ctor__MethodInfo); DO_APP_FUNC(0x01A9E2C0, void, TypeForwardedFromAttribute__ctor, (TypeForwardedFromAttribute * __this, String * assemblyFullName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72920, TypeForwardedFromAttribute__ctor__MethodInfo); DO_APP_FUNC(0x003B93C0, String *, TypeForwardedFromAttribute_get_AssemblyFullName, (TypeForwardedFromAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UnsafeValueTypeAttribute__ctor, (UnsafeValueTypeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01198710, void, ValueTaskAwaiter__ctor, (ValueTaskAwaiter * __this, ValueTask value, MethodInfo * method)); DO_APP_FUNC(0x01A9E380, bool, ValueTaskAwaiter_get_IsCompleted, (ValueTaskAwaiter * __this, MethodInfo * method)); DO_APP_FUNC(0x01A9E3D0, void, ValueTaskAwaiter_GetResult, (ValueTaskAwaiter * __this, MethodInfo * method)); DO_APP_FUNC(0x01A9E420, void, ValueTaskAwaiter_UnsafeOnCompleted, (ValueTaskAwaiter * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01A9E6B0, void, ValueTaskAwaiter__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A9E7E0, void, ValueTaskAwaiter_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ValueTaskAwaiter_c__ctor, (ValueTaskAwaiter_c * __this, MethodInfo * method)); DO_APP_FUNC(0x01A9E890, void, ValueTaskAwaiter_c___cctor_b__9_0, (ValueTaskAwaiter_c * __this, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72928, ValueTaskAwaiter_c___cctor_b__9_0__MethodInfo); DO_APP_FUNC(0x003BA280, void, TaskAwaiter__ctor, (TaskAwaiter * __this, Task * task, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, TaskAwaiter_get_IsCompleted, (TaskAwaiter * __this, MethodInfo * method)); DO_APP_FUNC(0x01120E60, void, TaskAwaiter_UnsafeOnCompleted, (TaskAwaiter * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01A9E900, void, TaskAwaiter_GetResult, (TaskAwaiter * __this, MethodInfo * method)); DO_APP_FUNC(0x01A9E940, void, TaskAwaiter_ValidateEnd, (Task * task, MethodInfo * method)); DO_APP_FUNC(0x01A9E980, void, TaskAwaiter_HandleNonSuccessAndDebuggerNotification, (Task * task, MethodInfo * method)); DO_APP_FUNC(0x01A9EB90, void, TaskAwaiter_ThrowForNonSuccess, (Task * task, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C728F0, TaskAwaiter_ThrowForNonSuccess__MethodInfo); DO_APP_FUNC(0x01A9ED00, void, TaskAwaiter_OnCompletedInternal, (Task * task, Action * continuation, bool continueOnCapturedContext, bool flowExecutionContext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72900, TaskAwaiter_OnCompletedInternal__MethodInfo); DO_APP_FUNC(0x01A9EDE0, Action *, TaskAwaiter_OutputWaitEtwEvents, (Task * task, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskAwaiter_c_DisplayClass11_0__ctor, (TaskAwaiter_c_DisplayClass11_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x01A9F090, void, TaskAwaiter_c_DisplayClass11_0__OutputWaitEtwEvents_b__0, (TaskAwaiter_c_DisplayClass11_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72908, TaskAwaiter_c_DisplayClass11_0__OutputWaitEtwEvents_b__0__MethodInfo); DO_APP_FUNC(0x01A9F1A0, void, ConfiguredTaskAwaitable__ctor, (ConfiguredTaskAwaitable * __this, Task * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter, ConfiguredTaskAwaitable_GetAwaiter, (ConfiguredTaskAwaitable * __this, MethodInfo * method)); DO_APP_FUNC(0x011A5E20, void, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter__ctor, (ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * __this, Task * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter_get_IsCompleted, (ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * __this, MethodInfo * method)); DO_APP_FUNC(0x01A9F260, void, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter_OnCompleted, (ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01364BF0, void, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter_UnsafeOnCompleted, (ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01A9E900, void, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter_GetResult, (ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReflectionBlockedAttribute__ctor, (ReflectionBlockedAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01A9F330, AsyncVoidMethodBuilder, AsyncVoidMethodBuilder_Create, (MethodInfo * method)); DO_APP_FUNC(0x01A9F4A0, void, AsyncVoidMethodBuilder_SetStateMachine, (AsyncVoidMethodBuilder * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x01A9F4B0, void, AsyncVoidMethodBuilder_SetResult, (AsyncVoidMethodBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x01A9F4C0, void, AsyncVoidMethodBuilder_SetException, (AsyncVoidMethodBuilder * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C728C8, AsyncVoidMethodBuilder_SetException__MethodInfo); DO_APP_FUNC(0x01A9F5A0, void, AsyncVoidMethodBuilder_NotifySynchronizationContextOfCompletion, (AsyncVoidMethodBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x01A9F5F0, Task *, AsyncVoidMethodBuilder_get_Task, (AsyncVoidMethodBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x0126EDF0, AsyncTaskMethodBuilder, AsyncTaskMethodBuilder_Create, (MethodInfo * method)); DO_APP_FUNC(0x01A9F6B0, void, AsyncTaskMethodBuilder_SetStateMachine, (AsyncTaskMethodBuilder * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x01A9F720, Task *, AsyncTaskMethodBuilder_get_Task, (AsyncTaskMethodBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x01A9F790, void, AsyncTaskMethodBuilder_SetResult, (AsyncTaskMethodBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x01A9F840, void, AsyncTaskMethodBuilder_SetException, (AsyncTaskMethodBuilder * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x01A9F8C0, void, AsyncTaskMethodBuilder__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A9F990, Task_1_System_Int32___Array *, AsyncTaskCache_CreateInt32Tasks, (MethodInfo * method)); DO_APP_FUNC(0x01A9FB30, void, AsyncTaskCache__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A9FCC0, void, AsyncMethodBuilderCore_SetStateMachine, (AsyncMethodBuilderCore * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C728A8, AsyncMethodBuilderCore_SetStateMachine__MethodInfo); DO_APP_FUNC(0x01A9FDE0, Action *, AsyncMethodBuilderCore_GetCompletionAction, (AsyncMethodBuilderCore * __this, Task * taskForTracing, AsyncMethodBuilderCore_MoveNextRunner * * runnerToInitialize, MethodInfo * method)); DO_APP_FUNC(0x01AA0030, Action *, AsyncMethodBuilderCore_OutputAsyncCausalityEvents, (AsyncMethodBuilderCore * __this, Task * innerTask, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01AA01A0, void, AsyncMethodBuilderCore_PostBoxInitialization, (AsyncMethodBuilderCore * __this, IAsyncStateMachine * stateMachine, AsyncMethodBuilderCore_MoveNextRunner * runner, Task * builtTask, MethodInfo * method)); DO_APP_FUNC(0x01AA0330, void, AsyncMethodBuilderCore_ThrowAsync, (Exception * exception, SynchronizationContext * targetContext, MethodInfo * method)); DO_APP_FUNC(0x01AA07B0, Action *, AsyncMethodBuilderCore_CreateContinuationWrapper, (Action * continuation, Action * invokeAction, Task * innerTask, MethodInfo * method)); DO_APP_FUNC(0x01AA09D0, Task *, AsyncMethodBuilderCore_TryGetContinuationTask, (Action * action, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, AsyncMethodBuilderCore_MoveNextRunner__ctor, (AsyncMethodBuilderCore_MoveNextRunner * __this, ExecutionContext * context, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x01AA0A50, void, AsyncMethodBuilderCore_MoveNextRunner_Run, (AsyncMethodBuilderCore_MoveNextRunner * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C728B8, AsyncMethodBuilderCore_MoveNextRunner_Run__MethodInfo); DO_APP_FUNC(0x01AA0C40, void, AsyncMethodBuilderCore_MoveNextRunner_InvokeMoveNext, (Object * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72848, AsyncMethodBuilderCore_MoveNextRunner_InvokeMoveNext__MethodInfo); DO_APP_FUNC(0x01AA0CE0, void, AsyncMethodBuilderCore_ContinuationWrapper__ctor, (AsyncMethodBuilderCore_ContinuationWrapper * __this, Action * continuation, Action * invokeAction, Task * innerTask, MethodInfo * method)); DO_APP_FUNC(0x01AA0E70, void, AsyncMethodBuilderCore_ContinuationWrapper_Invoke, (AsyncMethodBuilderCore_ContinuationWrapper * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72830, AsyncMethodBuilderCore_ContinuationWrapper_Invoke__MethodInfo); DO_APP_FUNC(0x003AC050, void, AsyncMethodBuilderCore_c_DisplayClass5_0__ctor, (AsyncMethodBuilderCore_c_DisplayClass5_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x01AA0EA0, void, AsyncMethodBuilderCore_c_DisplayClass5_0__OutputAsyncCausalityEvents_b__0, (AsyncMethodBuilderCore_c_DisplayClass5_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72850, AsyncMethodBuilderCore_c_DisplayClass5_0__OutputAsyncCausalityEvents_b__0__MethodInfo); DO_APP_FUNC(0x01AA0EE0, void, AsyncMethodBuilderCore_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncMethodBuilderCore_c__ctor, (AsyncMethodBuilderCore_c * __this, MethodInfo * method)); DO_APP_FUNC(0x01AA0F90, void, AsyncMethodBuilderCore_c__ThrowAsync_b__7_0, (AsyncMethodBuilderCore_c * __this, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72868, AsyncMethodBuilderCore_c__ThrowAsync_b__7_0__MethodInfo); DO_APP_FUNC(0x01AA0FF0, void, AsyncMethodBuilderCore_c__ThrowAsync_b__7_1, (AsyncMethodBuilderCore_c * __this, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72870, AsyncMethodBuilderCore_c__ThrowAsync_b__7_1__MethodInfo); DO_APP_FUNC(0x003BAD60, void, DefaultDependencyAttribute__ctor, (DefaultDependencyAttribute * __this, LoadHint__Enum loadHintArgument, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CompilationRelaxationsAttribute__ctor, (CompilationRelaxationsAttribute * __this, int32_t relaxations, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CompilationRelaxationsAttribute__ctor_1, (CompilationRelaxationsAttribute * __this, CompilationRelaxations__Enum relaxations, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, CompilationRelaxationsAttribute_get_CompilationRelaxations, (CompilationRelaxationsAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01AA1050, void, InternalsVisibleToAttribute__ctor, (InternalsVisibleToAttribute * __this, String * assemblyName, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, InternalsVisibleToAttribute_set_AllInternalsVisible, (InternalsVisibleToAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FriendAccessAllowedAttribute__ctor, (FriendAccessAllowedAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01AA10B0, void, TypeDependencyAttribute__ctor, (TypeDependencyAttribute * __this, String * typeName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72828, TypeDependencyAttribute__ctor__MethodInfo); DO_APP_FUNC(0x01AA1170, void, RuntimeHelpers_InitializeArray, (Array * array, void * fldHandle, MethodInfo * method)); DO_APP_FUNC(0x01AA12B0, void, RuntimeHelpers_InitializeArray_1, (Array * array, RuntimeFieldHandle fldHandle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72810, RuntimeHelpers_InitializeArray_1__MethodInfo); DO_APP_FUNC(0x00EECED0, int32_t, RuntimeHelpers_get_OffsetToStringData, (MethodInfo * method)); DO_APP_FUNC(0x019CFBC0, int32_t, RuntimeHelpers_GetHashCode, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01AA1480, Object *, RuntimeHelpers_GetObjectValue, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01AA14B0, void, RuntimeHelpers_RunClassConstructor, (void * type, MethodInfo * method)); DO_APP_FUNC(0x01AA14F0, void, RuntimeHelpers_RunClassConstructor_1, (RuntimeTypeHandle type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72818, RuntimeHelpers_RunClassConstructor_1__MethodInfo); DO_APP_FUNC(0x00418D30, bool, RuntimeHelpers_SufficientExecutionStack, (MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, RuntimeHelpers_TryEnsureSufficientExecutionStack, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RuntimeHelpers_PrepareConstrainedRegions, (MethodInfo * method)); DO_APP_FUNC(0x01AA15D0, void, Unsafe_InitBlockUnaligned, (uint8_t * startAddress, uint8_t value, uint32_t byteCount, MethodInfo * method)); DO_APP_FUNC(0x01AA15E0, void, MissingManifestResourceException__ctor, (MissingManifestResourceException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AA1630, void, MissingManifestResourceException__ctor_1, (MissingManifestResourceException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, MissingManifestResourceException__ctor_2, (MissingManifestResourceException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01AA1650, void, MissingSatelliteAssemblyException__ctor, (MissingSatelliteAssemblyException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AA16A0, void, MissingSatelliteAssemblyException__ctor_1, (MissingSatelliteAssemblyException * __this, String * message, String * cultureName, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, MissingSatelliteAssemblyException__ctor_2, (MissingSatelliteAssemblyException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01AA1720, void, NeutralResourcesLanguageAttribute__ctor, (NeutralResourcesLanguageAttribute * __this, String * cultureName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72800, NeutralResourcesLanguageAttribute__ctor__MethodInfo); DO_APP_FUNC(0x003B93C0, String *, NeutralResourcesLanguageAttribute_get_CultureName, (NeutralResourcesLanguageAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, UltimateResourceFallbackLocation__Enum, NeutralResourcesLanguageAttribute_get_Location, (NeutralResourcesLanguageAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01AA17E0, void, ResourceFallbackManager__ctor, (ResourceFallbackManager * __this, CultureInfo * startingCulture, CultureInfo * neutralResourcesCulture, bool useParents, MethodInfo * method)); DO_APP_FUNC(0x01AA19A0, IEnumerator *, ResourceFallbackManager_System_Collections_IEnumerable_GetEnumerator, (ResourceFallbackManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01AA19B0, IEnumerator_1_System_Globalization_CultureInfo_ *, ResourceFallbackManager_GetEnumerator, (ResourceFallbackManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ResourceFallbackManager_GetEnumerator_d_5__ctor, (ResourceFallbackManager_GetEnumerator_d_5 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ResourceFallbackManager_GetEnumerator_d_5_System_IDisposable_Dispose, (ResourceFallbackManager_GetEnumerator_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01AA1A50, bool, ResourceFallbackManager_GetEnumerator_d_5_MoveNext, (ResourceFallbackManager_GetEnumerator_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, CultureInfo *, ResourceFallbackManager_GetEnumerator_d_5_System_Collections_Generic_IEnumerator_System_Globalization_CultureInfo__get_Current, (ResourceFallbackManager_GetEnumerator_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01AA1D90, void, ResourceFallbackManager_GetEnumerator_d_5_System_Collections_IEnumerator_Reset, (ResourceFallbackManager_GetEnumerator_d_5 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C727A8, ResourceFallbackManager_GetEnumerator_d_5_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ResourceFallbackManager_GetEnumerator_d_5_System_Collections_IEnumerator_get_Current, (ResourceFallbackManager_GetEnumerator_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01AA1DE0, void, RuntimeResourceSet__ctor, (RuntimeResourceSet * __this, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x01AA2060, void, RuntimeResourceSet__ctor_1, (RuntimeResourceSet * __this, Stream * stream, MethodInfo * method)); DO_APP_FUNC(0x01AA2280, void, RuntimeResourceSet_Dispose, (RuntimeResourceSet * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01AA25E0, IDictionaryEnumerator *, RuntimeResourceSet_GetEnumerator, (RuntimeResourceSet * __this, MethodInfo * method)); DO_APP_FUNC(0x01AA25E0, IEnumerator *, RuntimeResourceSet_System_Collections_IEnumerable_GetEnumerator, (RuntimeResourceSet * __this, MethodInfo * method)); DO_APP_FUNC(0x01AA25F0, IDictionaryEnumerator *, RuntimeResourceSet_GetEnumeratorHelper, (RuntimeResourceSet * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C727E0, RuntimeResourceSet_GetEnumeratorHelper__MethodInfo); DO_APP_FUNC(0x01AA26A0, String *, RuntimeResourceSet_GetString, (RuntimeResourceSet * __this, String * key, MethodInfo * method)); DO_APP_FUNC(0x01AA2730, String *, RuntimeResourceSet_GetString_1, (RuntimeResourceSet * __this, String * key, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x01AA27D0, Object *, RuntimeResourceSet_GetObject, (RuntimeResourceSet * __this, String * key, MethodInfo * method)); DO_APP_FUNC(0x01AA27F0, Object *, RuntimeResourceSet_GetObject_1, (RuntimeResourceSet * __this, String * key, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x01AA2810, Object *, RuntimeResourceSet_GetObject_2, (RuntimeResourceSet * __this, String * key, bool ignoreCase, bool isString, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72798, RuntimeResourceSet_GetObject_2__MethodInfo); DO_APP_FUNC(0x01AA3710, Object *, RuntimeResourceSet_ResolveResourceLocator, (RuntimeResourceSet * __this, ResourceLocator resLocation, String * key, Dictionary_2_System_String_System_Resources_ResourceLocator_ * copyOfCache, bool keyInWrongCase, MethodInfo * method)); DO_APP_FUNC(0x01AA39D0, void, SatelliteContractVersionAttribute__ctor, (SatelliteContractVersionAttribute * __this, String * version, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C727A0, SatelliteContractVersionAttribute__ctor__MethodInfo); DO_APP_FUNC(0x003B93C0, String *, SatelliteContractVersionAttribute_get_Version, (SatelliteContractVersionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01AA3A90, int32_t, FastResourceComparer_GetHashCode, (FastResourceComparer * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01AA3B60, int32_t, FastResourceComparer_GetHashCode_1, (FastResourceComparer * __this, String * key, MethodInfo * method)); DO_APP_FUNC(0x01AA3C00, int32_t, FastResourceComparer_HashFunction, (String * key, MethodInfo * method)); DO_APP_FUNC(0x01AA3C60, int32_t, FastResourceComparer_Compare, (FastResourceComparer * __this, Object * a, Object * b, MethodInfo * method)); DO_APP_FUNC(0x01AA3EB0, int32_t, FastResourceComparer_Compare_1, (FastResourceComparer * __this, String * a, String * b, MethodInfo * method)); DO_APP_FUNC(0x01AA3F00, bool, FastResourceComparer_Equals, (FastResourceComparer * __this, String * a, String * b, MethodInfo * method)); DO_APP_FUNC(0x01AA3F40, bool, FastResourceComparer_Equals_1, (FastResourceComparer * __this, Object * a, Object * b, MethodInfo * method)); DO_APP_FUNC(0x01AA4010, int32_t, FastResourceComparer_CompareOrdinal, (String * a, Byte__Array * bytes, int32_t bCharLength, MethodInfo * method)); DO_APP_FUNC(0x01AA40E0, int32_t, FastResourceComparer_CompareOrdinal_1, (Byte__Array * bytes, int32_t aCharLength, String * b, MethodInfo * method)); DO_APP_FUNC(0x01AA41F0, int32_t, FastResourceComparer_CompareOrdinal_2, (uint8_t * a, int32_t byteLen, String * b, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FastResourceComparer__ctor, (FastResourceComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x01AA42C0, void, FastResourceComparer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, FileBasedResourceGroveler__ctor, (FileBasedResourceGroveler * __this, ResourceManager_ResourceManagerMediator * mediator, MethodInfo * method)); DO_APP_FUNC(0x01AA4370, ResourceSet *, FileBasedResourceGroveler_GrovelForResourceSet, (FileBasedResourceGroveler * __this, CultureInfo * culture, Dictionary_2_System_String_System_Resources_ResourceSet_ * localResourceSets, bool tryParents, bool createIfNotExists, StackCrawlMark__Enum * stackMark, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72778, FileBasedResourceGroveler_GrovelForResourceSet__MethodInfo); DO_APP_FUNC(0x01AA4750, String *, FileBasedResourceGroveler_FindResourceFile, (FileBasedResourceGroveler * __this, CultureInfo * culture, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x01AA4810, ResourceSet *, FileBasedResourceGroveler_CreateResourceSet, (FileBasedResourceGroveler * __this, String * file, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72728, FileBasedResourceGroveler_CreateResourceSet__MethodInfo); DO_APP_FUNC(0x003BABE0, void, ManifestBasedResourceGroveler__ctor, (ManifestBasedResourceGroveler * __this, ResourceManager_ResourceManagerMediator * mediator, MethodInfo * method)); DO_APP_FUNC(0x01AA4AD0, ResourceSet *, ManifestBasedResourceGroveler_GrovelForResourceSet, (ManifestBasedResourceGroveler * __this, CultureInfo * culture, Dictionary_2_System_String_System_Resources_ResourceSet_ * localResourceSets, bool tryParents, bool createIfNotExists, StackCrawlMark__Enum * stackMark, MethodInfo * method)); DO_APP_FUNC(0x01AA5080, CultureInfo *, ManifestBasedResourceGroveler_UltimateFallbackFixup, (ManifestBasedResourceGroveler * __this, CultureInfo * lookForCulture, MethodInfo * method)); DO_APP_FUNC(0x01AA51E0, CultureInfo *, ManifestBasedResourceGroveler_GetNeutralResourcesLanguage, (Assembly * a, UltimateResourceFallbackLocation__Enum * fallbackLocation, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72740, ManifestBasedResourceGroveler_GetNeutralResourcesLanguage__MethodInfo); DO_APP_FUNC(0x01AA5510, ResourceSet *, ManifestBasedResourceGroveler_CreateResourceSet, (ManifestBasedResourceGroveler * __this, Stream * store, Assembly * assembly, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C726E0, ManifestBasedResourceGroveler_CreateResourceSet__MethodInfo); DO_APP_FUNC(0x01AA6030, Stream *, ManifestBasedResourceGroveler_GetManifestResourceStream, (ManifestBasedResourceGroveler * __this, RuntimeAssembly * satellite, String * fileName, StackCrawlMark__Enum * stackMark, MethodInfo * method)); DO_APP_FUNC(0x01AA61A0, Stream *, ManifestBasedResourceGroveler_CaseInsensitiveManifestResourceStreamLookup, (ManifestBasedResourceGroveler * __this, RuntimeAssembly * satellite, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72708, ManifestBasedResourceGroveler_CaseInsensitiveManifestResourceStreamLookup__MethodInfo); DO_APP_FUNC(0x01AA6620, RuntimeAssembly *, ManifestBasedResourceGroveler_GetSatelliteAssembly, (ManifestBasedResourceGroveler * __this, CultureInfo * lookForCulture, StackCrawlMark__Enum * stackMark, MethodInfo * method)); DO_APP_FUNC(0x01AA6840, bool, ManifestBasedResourceGroveler_CanUseDefaultResourceClasses, (ManifestBasedResourceGroveler * __this, String * readerTypeName, String * resSetTypeName, MethodInfo * method)); DO_APP_FUNC(0x01AA69D0, String *, ManifestBasedResourceGroveler_GetSatelliteAssemblyName, (ManifestBasedResourceGroveler * __this, MethodInfo * method)); DO_APP_FUNC(0x01AA6A50, void, ManifestBasedResourceGroveler_HandleSatelliteMissing, (ManifestBasedResourceGroveler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72690, ManifestBasedResourceGroveler_HandleSatelliteMissing__MethodInfo); DO_APP_FUNC(0x01AA6E30, void, ManifestBasedResourceGroveler_HandleResourceStreamMissing, (ManifestBasedResourceGroveler * __this, String * fileName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C726A8, ManifestBasedResourceGroveler_HandleResourceStreamMissing__MethodInfo); DO_APP_FUNC(0x01AA71D0, bool, ManifestBasedResourceGroveler_GetNeutralResourcesLanguageAttribute, (Assembly * assembly, String * * cultureName, int16_t * fallbackLocation, MethodInfo * method)); DO_APP_FUNC(0x01AA73C0, void, ResourceManager_Init, (ResourceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01AA74D0, void, ResourceManager__ctor, (ResourceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01AA76F0, void, ResourceManager__ctor_1, (ResourceManager * __this, Type * resourceSource, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72658, ResourceManager__ctor_1__MethodInfo); DO_APP_FUNC(0x01AA7B80, void, ResourceManager_OnDeserializing, (ResourceManager * __this, StreamingContext ctx, MethodInfo * method)); DO_APP_FUNC(0x01AA7C80, void, ResourceManager_OnDeserialized, (ResourceManager * __this, StreamingContext ctx, MethodInfo * method)); DO_APP_FUNC(0x01AA8180, void, ResourceManager_OnSerializing, (ResourceManager * __this, StreamingContext ctx, MethodInfo * method)); DO_APP_FUNC(0x01AA82B0, void, ResourceManager_CommonAssemblyInit, (ResourceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, ResourceManager_get_BaseName, (ResourceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00531160, bool, ResourceManager_get_IgnoreCase, (ResourceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADDA40, UltimateResourceFallbackLocation__Enum, ResourceManager_get_FallbackLocation, (ResourceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01AA8650, String *, ResourceManager_GetResourceFileName, (ResourceManager * __this, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC(0x01AA8830, ResourceSet *, ResourceManager_GetResourceSet, (ResourceManager * __this, CultureInfo * culture, bool createIfNotExists, bool tryParents, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72610, ResourceManager_GetResourceSet__MethodInfo); DO_APP_FUNC(0x01AA8D20, ResourceSet *, ResourceManager_InternalGetResourceSet, (ResourceManager * __this, CultureInfo * culture, bool createIfNotExists, bool tryParents, MethodInfo * method)); DO_APP_FUNC(0x01AA8D50, ResourceSet *, ResourceManager_InternalGetResourceSet_1, (ResourceManager * __this, CultureInfo * requestedCulture, bool createIfNotExists, bool tryParents, StackCrawlMark__Enum * stackMark, MethodInfo * method)); DO_APP_FUNC(0x01AA9640, void, ResourceManager_AddResourceSet, (Dictionary_2_System_String_System_Resources_ResourceSet_ * localResourceSets, String * cultureName, ResourceSet * * rs, MethodInfo * method)); DO_APP_FUNC(0x01AA9A40, Version *, ResourceManager_GetSatelliteContractVersion, (Assembly * a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72600, ResourceManager_GetSatelliteContractVersion__MethodInfo); DO_APP_FUNC(0x01AAA0C0, CultureInfo *, ResourceManager_GetNeutralResourcesLanguage, (Assembly * a, MethodInfo * method)); DO_APP_FUNC(0x01AAA0E0, bool, ResourceManager_CompareNames, (String * asmTypeName1, String * typeName2, AssemblyName * asmName2, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ResourceManager_SetAppXConfiguration, (ResourceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01AAA5D0, void, ResourceManager__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ResourceManager_CultureNameResourceSetPair__ctor, (ResourceManager_CultureNameResourceSetPair * __this, MethodInfo * method)); DO_APP_FUNC(0x01AAA920, void, ResourceManager_ResourceManagerMediator__ctor, (ResourceManager_ResourceManagerMediator * __this, ResourceManager * rm, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C725B8, ResourceManager_ResourceManagerMediator__ctor__MethodInfo); DO_APP_FUNC(0x01AAA9E0, String *, ResourceManager_ResourceManagerMediator_get_ModuleDir, (ResourceManager_ResourceManagerMediator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AAAA00, Type *, ResourceManager_ResourceManagerMediator_get_LocationInfo, (ResourceManager_ResourceManagerMediator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AAAA20, Type *, ResourceManager_ResourceManagerMediator_get_UserResourceSet, (ResourceManager_ResourceManagerMediator * __this, MethodInfo * method)); DO_APP_FUNC(0x01171D30, String *, ResourceManager_ResourceManagerMediator_get_BaseNameField, (ResourceManager_ResourceManagerMediator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AAAA40, CultureInfo *, ResourceManager_ResourceManagerMediator_get_NeutralResourcesCulture, (ResourceManager_ResourceManagerMediator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AAAA60, String *, ResourceManager_ResourceManagerMediator_GetResourceFileName, (ResourceManager_ResourceManagerMediator * __this, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC(0x01AAAA90, bool, ResourceManager_ResourceManagerMediator_get_LookedForSatelliteContractVersion, (ResourceManager_ResourceManagerMediator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AAAAB0, void, ResourceManager_ResourceManagerMediator_set_LookedForSatelliteContractVersion, (ResourceManager_ResourceManagerMediator * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01AAAAD0, Version *, ResourceManager_ResourceManagerMediator_get_SatelliteContractVersion, (ResourceManager_ResourceManagerMediator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AAAAF0, void, ResourceManager_ResourceManagerMediator_set_SatelliteContractVersion, (ResourceManager_ResourceManagerMediator * __this, Version * value, MethodInfo * method)); DO_APP_FUNC(0x01AAAB60, Version *, ResourceManager_ResourceManagerMediator_ObtainSatelliteContractVersion, (ResourceManager_ResourceManagerMediator * __this, Assembly * a, MethodInfo * method)); DO_APP_FUNC(0x01AAABB0, UltimateResourceFallbackLocation__Enum, ResourceManager_ResourceManagerMediator_get_FallbackLoc, (ResourceManager_ResourceManagerMediator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AAABD0, RuntimeAssembly *, ResourceManager_ResourceManagerMediator_get_CallingAssembly, (ResourceManager_ResourceManagerMediator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AAABF0, RuntimeAssembly *, ResourceManager_ResourceManagerMediator_get_MainAssembly, (ResourceManager_ResourceManagerMediator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AAAC80, String *, ResourceManager_ResourceManagerMediator_get_BaseName, (ResourceManager_ResourceManagerMediator * __this, MethodInfo * method)); DO_APP_FUNC(0x009B0D30, void, ResourceLocator__ctor, (ResourceLocator * __this, int32_t dataPos, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, ResourceLocator_get_DataPosition, (ResourceLocator * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, ResourceLocator_get_Value, (ResourceLocator * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ResourceLocator_set_Value, (ResourceLocator * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01AAACB0, bool, ResourceLocator_CanCache, (ResourceTypeCode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01AAACC0, void, ResourceReader__ctor, (ResourceReader * __this, Stream * stream, Dictionary_2_System_String_System_Resources_ResourceLocator_ * resCache, MethodInfo * method)); DO_APP_FUNC(0x01AAAEC0, void, ResourceReader_Close, (ResourceReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01AAAEC0, void, ResourceReader_Dispose, (ResourceReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01AAAED0, void, ResourceReader_Dispose_1, (ResourceReader * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01AAB120, int32_t, ResourceReader_ReadUnalignedI4, (int32_t * p, MethodInfo * method)); DO_APP_FUNC(0x01AAB140, void, ResourceReader_SkipString, (ResourceReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72560, ResourceReader_SkipString__MethodInfo); DO_APP_FUNC(0x01AAB220, int32_t, ResourceReader_GetNameHash, (ResourceReader * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01AAB290, int32_t, ResourceReader_GetNamePosition, (ResourceReader * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72570, ResourceReader_GetNamePosition__MethodInfo); DO_APP_FUNC(0x01AAB3D0, IEnumerator *, ResourceReader_System_Collections_IEnumerable_GetEnumerator, (ResourceReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01AAB3D0, IDictionaryEnumerator *, ResourceReader_GetEnumerator, (ResourceReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72588, ResourceReader_GetEnumerator__MethodInfo); DO_APP_FUNC(0x01AAB4A0, ResourceReader_ResourceEnumerator *, ResourceReader_GetEnumeratorInternal, (ResourceReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01AAB550, int32_t, ResourceReader_FindPosForResource, (ResourceReader * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72518, ResourceReader_FindPosForResource__MethodInfo); DO_APP_FUNC(0x01AABA90, bool, ResourceReader_CompareStringEqualsName, (ResourceReader * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72520, ResourceReader_CompareStringEqualsName__MethodInfo); DO_APP_FUNC(0x01AABEC0, String *, ResourceReader_AllocateStringForNameIndex, (ResourceReader * __this, int32_t index, int32_t * dataOffset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72538, ResourceReader_AllocateStringForNameIndex__MethodInfo); DO_APP_FUNC(0x01AAC820, Object *, ResourceReader_GetValueForNameIndex, (ResourceReader * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72550, ResourceReader_GetValueForNameIndex__MethodInfo); DO_APP_FUNC(0x01AACB90, String *, ResourceReader_LoadString, (ResourceReader * __this, int32_t pos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C724E8, ResourceReader_LoadString__MethodInfo); DO_APP_FUNC(0x01AACEB0, Object *, ResourceReader_LoadObject, (ResourceReader * __this, int32_t pos, MethodInfo * method)); DO_APP_FUNC(0x01AACEF0, Object *, ResourceReader_LoadObject_1, (ResourceReader * __this, int32_t pos, ResourceTypeCode__Enum * typeCode, MethodInfo * method)); DO_APP_FUNC(0x01AACFA0, Object *, ResourceReader_LoadObjectV1, (ResourceReader * __this, int32_t pos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72500, ResourceReader_LoadObjectV1__MethodInfo); DO_APP_FUNC(0x01AAD0B0, Object *, ResourceReader__LoadObjectV1, (ResourceReader * __this, int32_t pos, MethodInfo * method)); DO_APP_FUNC(0x01AAD940, Object *, ResourceReader_LoadObjectV2, (ResourceReader * __this, int32_t pos, ResourceTypeCode__Enum * typeCode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72508, ResourceReader_LoadObjectV2__MethodInfo); DO_APP_FUNC(0x01AADA50, Object *, ResourceReader__LoadObjectV2, (ResourceReader * __this, int32_t pos, ResourceTypeCode__Enum * typeCode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C724A8, ResourceReader__LoadObjectV2__MethodInfo); DO_APP_FUNC(0x01AAE800, Object *, ResourceReader_DeserializeObject, (ResourceReader * __this, int32_t typeIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C724B8, ResourceReader_DeserializeObject__MethodInfo); DO_APP_FUNC(0x01AAE9E0, void, ResourceReader_ReadResources, (ResourceReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C724C8, ResourceReader_ReadResources__MethodInfo); DO_APP_FUNC(0x01AAEC00, void, ResourceReader__ReadResources, (ResourceReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C724D8, ResourceReader__ReadResources__MethodInfo); DO_APP_FUNC(0x01AAF790, RuntimeType *, ResourceReader_FindType, (ResourceReader * __this, int32_t typeIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72470, ResourceReader_FindType__MethodInfo); DO_APP_FUNC(0x01AAFBA0, void, ResourceReader_ResourceEnumerator__ctor, (ResourceReader_ResourceEnumerator * __this, ResourceReader * reader, MethodInfo * method)); DO_APP_FUNC(0x01AAFC10, bool, ResourceReader_ResourceEnumerator_MoveNext, (ResourceReader_ResourceEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AAFC60, Object *, ResourceReader_ResourceEnumerator_get_Key, (ResourceReader_ResourceEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72480, ResourceReader_ResourceEnumerator_get_Key__MethodInfo); DO_APP_FUNC(0x01AAFDD0, Object *, ResourceReader_ResourceEnumerator_get_Current, (ResourceReader_ResourceEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, ResourceReader_ResourceEnumerator_get_DataPosition, (ResourceReader_ResourceEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AAFE30, DictionaryEntry, ResourceReader_ResourceEnumerator_get_Entry, (ResourceReader_ResourceEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72488, ResourceReader_ResourceEnumerator_get_Entry__MethodInfo); DO_APP_FUNC(0x01AB03E0, Object *, ResourceReader_ResourceEnumerator_get_Value, (ResourceReader_ResourceEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72490, ResourceReader_ResourceEnumerator_get_Value__MethodInfo); DO_APP_FUNC(0x01AB0550, void, ResourceReader_ResourceEnumerator_Reset, (ResourceReader_ResourceEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72498, ResourceReader_ResourceEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01AB05F0, void, ResourceSet__ctor, (ResourceSet * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ResourceSet__ctor_1, (ResourceSet * __this, bool junk, MethodInfo * method)); DO_APP_FUNC(0x01AB05F0, void, ResourceSet_CommonInit, (ResourceSet * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB06B0, void, ResourceSet_Dispose, (ResourceSet * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01A97990, void, ResourceSet_Dispose_1, (ResourceSet * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB0880, IDictionaryEnumerator *, ResourceSet_GetEnumerator, (ResourceSet * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB0880, IEnumerator *, ResourceSet_System_Collections_IEnumerable_GetEnumerator, (ResourceSet * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB0890, IDictionaryEnumerator *, ResourceSet_GetEnumeratorHelper, (ResourceSet * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72430, ResourceSet_GetEnumeratorHelper__MethodInfo); DO_APP_FUNC(0x01AB0930, String *, ResourceSet_GetString, (ResourceSet * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72440, ResourceSet_GetString__MethodInfo); DO_APP_FUNC(0x01AB0A60, String *, ResourceSet_GetString_1, (ResourceSet * __this, String * name, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72448, ResourceSet_GetString_1__MethodInfo); DO_APP_FUNC(0x01AB0C80, Object *, ResourceSet_GetObject, (ResourceSet * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01AB0C90, Object *, ResourceSet_GetObject_1, (ResourceSet * __this, String * name, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x01AB0CE0, Object *, ResourceSet_GetObjectInternal, (ResourceSet * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72450, ResourceSet_GetObjectInternal__MethodInfo); DO_APP_FUNC(0x01AB0DD0, Object *, ResourceSet_GetCaseInsensitiveObjectInternal, (ResourceSet * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72458, ResourceSet_GetCaseInsensitiveObjectInternal__MethodInfo); DO_APP_FUNC(0x01AB1150, void, AmbiguousMatchException__ctor, (AmbiguousMatchException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB11A0, void, AmbiguousMatchException__ctor_1, (AmbiguousMatchException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, AmbiguousMatchException__ctor_2, (AmbiguousMatchException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AssemblyCompanyAttribute__ctor, (AssemblyCompanyAttribute * __this, String * company, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AssemblyConfigurationAttribute__ctor, (AssemblyConfigurationAttribute * __this, String * configuration, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, AssemblyConfigurationAttribute_get_Configuration, (AssemblyConfigurationAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AssemblyCopyrightAttribute__ctor, (AssemblyCopyrightAttribute * __this, String * copyright, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AssemblyDefaultAliasAttribute__ctor, (AssemblyDefaultAliasAttribute * __this, String * defaultAlias, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, AssemblyDelaySignAttribute__ctor, (AssemblyDelaySignAttribute * __this, bool delaySign, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AssemblyDescriptionAttribute__ctor, (AssemblyDescriptionAttribute * __this, String * description, MethodInfo * method)); DO_APP_FUNC(0x01AB11C0, void, AssemblyFileVersionAttribute__ctor, (AssemblyFileVersionAttribute * __this, String * version, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72410, AssemblyFileVersionAttribute__ctor__MethodInfo); DO_APP_FUNC(0x003BABE0, void, AssemblyInformationalVersionAttribute__ctor, (AssemblyInformationalVersionAttribute * __this, String * informationalVersion, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, AssemblyInformationalVersionAttribute_get_InformationalVersion, (AssemblyInformationalVersionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AssemblyKeyFileAttribute__ctor, (AssemblyKeyFileAttribute * __this, String * keyFile, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AssemblyProductAttribute__ctor, (AssemblyProductAttribute * __this, String * product, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AssemblyTitleAttribute__ctor, (AssemblyTitleAttribute * __this, String * title, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AssemblyTrademarkAttribute__ctor, (AssemblyTrademarkAttribute * __this, String * trademark, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Binder__ctor, (Binder * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ConstructorInfo__ctor, (ConstructorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, MemberTypes__Enum, ConstructorInfo_get_MemberType, (ConstructorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB1280, Object *, ConstructorInfo_Invoke, (ConstructorInfo * __this, Object__Array * parameters, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, ConstructorInfo_Equals, (ConstructorInfo * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x019CFBC0, int32_t, ConstructorInfo_GetHashCode, (ConstructorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB12C0, bool, ConstructorInfo_op_Equality, (ConstructorInfo * left, ConstructorInfo * right, MethodInfo * method)); DO_APP_FUNC(0x01AB12F0, bool, ConstructorInfo_op_Inequality, (ConstructorInfo * left, ConstructorInfo * right, MethodInfo * method)); DO_APP_FUNC(0x01AB1390, void, ConstructorInfo__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01AB14C0, void, CustomAttributeFormatException__ctor, (CustomAttributeFormatException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB1510, void, CustomAttributeFormatException__ctor_1, (CustomAttributeFormatException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01AB1540, void, CustomAttributeFormatException__ctor_2, (CustomAttributeFormatException * __this, String * message, Exception * inner, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, CustomAttributeFormatException__ctor_3, (CustomAttributeFormatException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, DefaultMemberAttribute__ctor, (DefaultMemberAttribute * __this, String * memberName, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, DefaultMemberAttribute_get_MemberName, (DefaultMemberAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EventInfo_1__ctor, (EventInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, MemberTypes__Enum, EventInfo_1_get_MemberType, (EventInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB1560, MethodInfo_1 *, EventInfo_1_GetAddMethod, (EventInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01A08FE0, MethodInfo_1 *, EventInfo_1_GetRemoveMethod, (EventInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB1580, Type *, EventInfo_1_get_EventHandlerType, (EventInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, EventInfo_1_Equals, (EventInfo_1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x019CFBC0, int32_t, EventInfo_1_GetHashCode, (EventInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB12C0, bool, EventInfo_1_op_Equality, (EventInfo_1 * left, EventInfo_1 * right, MethodInfo * method)); DO_APP_FUNC(0x01AB16C0, bool, EventInfo_1_op_Inequality, (EventInfo_1 * left, EventInfo_1 * right, MethodInfo * method)); DO_APP_FUNC(0x01AB1700, EventInfo_1 *, EventInfo_1_internal_from_handle_type, (void * event_handle, void * type_handle, MethodInfo * method)); DO_APP_FUNC(0x01AB1760, EventInfo_1 *, EventInfo_1_GetEventFromHandle, (RuntimeEventHandle handle, RuntimeTypeHandle reflectedType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C723D8, EventInfo_1_GetEventFromHandle__MethodInfo); DO_APP_FUNC(0x01093AD0, void, EventInfo_AddEventAdapter__ctor, (EventInfo_AddEventAdapter * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, EventInfo_AddEventAdapter_Invoke, (EventInfo_AddEventAdapter * __this, Object * _this, Delegate * dele, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FieldInfo_1__ctor, (FieldInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEC8E0, MemberTypes__Enum, FieldInfo_1_get_MemberType, (FieldInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB18A0, bool, FieldInfo_1_get_IsInitOnly, (FieldInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB18D0, bool, FieldInfo_1_get_IsLiteral, (FieldInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB1900, bool, FieldInfo_1_get_IsNotSerialized, (FieldInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB1930, bool, FieldInfo_1_get_IsStatic, (FieldInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB1960, bool, FieldInfo_1_get_IsFamily, (FieldInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB1990, bool, FieldInfo_1_get_IsPrivate, (FieldInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB19C0, bool, FieldInfo_1_get_IsPublic, (FieldInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, FieldInfo_1_Equals, (FieldInfo_1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x019CFBC0, int32_t, FieldInfo_1_GetHashCode, (FieldInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB12C0, bool, FieldInfo_1_op_Equality, (FieldInfo_1 * left, FieldInfo_1 * right, MethodInfo * method)); DO_APP_FUNC(0x01AB16C0, bool, FieldInfo_1_op_Inequality, (FieldInfo_1 * left, FieldInfo_1 * right, MethodInfo * method)); DO_APP_FUNC(0x01AB19F0, void, FieldInfo_1_SetValue, (FieldInfo_1 * __this, Object * obj, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01AB1A90, void, FieldInfo_1_SetValueDirect, (FieldInfo_1 * __this, TypedReference obj, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C723F0, FieldInfo_1_SetValueDirect__MethodInfo); DO_APP_FUNC(0x01AB1AF0, Object *, FieldInfo_1_GetRawConstantValue, (FieldInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C723F8, FieldInfo_1_GetRawConstantValue__MethodInfo); DO_APP_FUNC(0x01AB1B50, FieldInfo_1 *, FieldInfo_1_internal_from_handle_type, (void * field_handle, void * type_handle, MethodInfo * method)); DO_APP_FUNC(0x01AB1BB0, FieldInfo_1 *, FieldInfo_1_GetFieldFromHandle, (RuntimeFieldHandle handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72400, FieldInfo_1_GetFieldFromHandle__MethodInfo); DO_APP_FUNC(0x01AB1CA0, FieldInfo_1 *, FieldInfo_1_GetFieldFromHandle_1, (RuntimeFieldHandle handle, RuntimeTypeHandle declaringType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72390, FieldInfo_1_GetFieldFromHandle_1__MethodInfo); DO_APP_FUNC(0x01AB1DE0, int32_t, FieldInfo_1_GetFieldOffset, (FieldInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C723A8, FieldInfo_1_GetFieldOffset__MethodInfo); DO_APP_FUNC(0x003C94D0, MarshalAsAttribute *, FieldInfo_1_get_marshal_info, (FieldInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB1E40, Object__Array *, FieldInfo_1_GetPseudoCustomAttributes, (FieldInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB2060, CustomAttributeData__Array *, FieldInfo_1_GetPseudoCustomAttributesData, (FieldInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB25A0, TypeInfo *, IntrospectionExtensions_GetTypeInfo, (Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72388, IntrospectionExtensions_GetTypeInfo__MethodInfo); DO_APP_FUNC(0x01AB27E0, void, InvalidFilterCriteriaException__ctor, (InvalidFilterCriteriaException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB2830, void, InvalidFilterCriteriaException__ctor_1, (InvalidFilterCriteriaException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01AB2860, void, InvalidFilterCriteriaException__ctor_2, (InvalidFilterCriteriaException * __this, String * message, Exception * inner, MethodInfo * method)); DO_APP_FUNC(0x01AB2880, void, InvalidFilterCriteriaException__ctor_3, (InvalidFilterCriteriaException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01AB2900, void, ManifestResourceInfo__ctor, (ManifestResourceInfo * __this, Assembly * containingAssembly, String * containingFileName, ResourceLocation__Enum resourceLocation, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Assembly *, ManifestResourceInfo_get_ReferencedAssembly, (ManifestResourceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, ManifestResourceInfo_get_FileName, (ManifestResourceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, ResourceLocation__Enum, ManifestResourceInfo_get_ResourceLocation, (ManifestResourceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01612DE0, void, MemberFilter__ctor, (MemberFilter * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, bool, MemberFilter_Invoke, (MemberFilter * __this, MemberInfo_1 * m, Object * filterCriteria, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MemberInfo_1__ctor, (MemberInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB29C0, Module *, MemberInfo_1_get_Module, (MemberInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72328, MemberInfo_1_get_Module__MethodInfo); DO_APP_FUNC(0x01AB2A90, int32_t, MemberInfo_1_get_MetadataToken, (MemberInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72330, MemberInfo_1_get_MetadataToken__MethodInfo); DO_APP_FUNC(0x00ACA560, bool, MemberInfo_1_Equals, (MemberInfo_1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x019CFBC0, int32_t, MemberInfo_1_GetHashCode, (MemberInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB2AE0, bool, MemberInfo_1_op_Equality, (MemberInfo_1 * left, MemberInfo_1 * right, MethodInfo * method)); DO_APP_FUNC(0x01AB2E90, bool, MemberInfo_1_op_Inequality, (MemberInfo_1 * left, MemberInfo_1 * right, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MethodBase__ctor, (MethodBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, CallingConventions__Enum, MethodBase_get_CallingConvention, (MethodBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB2EB0, bool, MethodBase_get_IsAbstract, (MethodBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB2EE0, bool, MethodBase_get_IsConstructor, (MethodBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB2F80, bool, MethodBase_get_IsSpecialName, (MethodBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB2FB0, bool, MethodBase_get_IsStatic, (MethodBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB2FE0, bool, MethodBase_get_IsVirtual, (MethodBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB3010, bool, MethodBase_get_IsPublic, (MethodBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, MethodBase_get_IsGenericMethod, (MethodBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, MethodBase_get_IsGenericMethodDefinition, (MethodBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB3040, Type__Array *, MethodBase_GetGenericArguments, (MethodBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72300, MethodBase_GetGenericArguments__MethodInfo); DO_APP_FUNC(0x00418D40, bool, MethodBase_get_ContainsGenericParameters, (MethodBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB30A0, Object *, MethodBase_Invoke, (MethodBase * __this, Object * obj, Object__Array * parameters, MethodInfo * method)); DO_APP_FUNC(0x01AB30E0, bool, MethodBase_get_IsSecurityCritical, (MethodBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72308, MethodBase_get_IsSecurityCritical__MethodInfo); DO_APP_FUNC(0x00ACA560, bool, MethodBase_Equals, (MethodBase * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x019CFBC0, int32_t, MethodBase_GetHashCode, (MethodBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB3110, bool, MethodBase_op_Equality, (MethodBase * left, MethodBase * right, MethodInfo * method)); DO_APP_FUNC(0x01AB3380, bool, MethodBase_op_Inequality, (MethodBase * left, MethodBase * right, MethodInfo * method)); DO_APP_FUNC(0x01AB33A0, ParameterInfo__Array *, MethodBase_GetParametersInternal, (MethodBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB33C0, int32_t, MethodBase_GetParametersCount, (MethodBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB33F0, String *, MethodBase_FormatNameAndSig, (MethodBase * __this, bool serialization, MethodInfo * method)); DO_APP_FUNC(0x01AB3550, Type__Array *, MethodBase_GetParameterTypes, (MethodBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB33A0, ParameterInfo__Array *, MethodBase_GetParametersNoCopy, (MethodBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB36D0, MethodBase *, MethodBase_GetMethodFromHandle, (RuntimeMethodHandle handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72310, MethodBase_GetMethodFromHandle__MethodInfo); DO_APP_FUNC(0x01AB3960, String *, MethodBase_ConstructParameters, (Type__Array * parameterTypes, CallingConventions__Enum callingConvention, bool serialization, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MethodInfo_1__ctor, (MethodInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEC8F0, MemberTypes__Enum, MethodInfo_1_get_MemberType, (MethodInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB3BC0, ParameterInfo *, MethodInfo_1_get_ReturnParameter, (MethodInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C722C8, MethodInfo_1_get_ReturnParameter__MethodInfo); DO_APP_FUNC(0x01AB3BF0, Type *, MethodInfo_1_get_ReturnType, (MethodInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C722D0, MethodInfo_1_get_ReturnType__MethodInfo); DO_APP_FUNC(0x01AB3C20, Type__Array *, MethodInfo_1_GetGenericArguments, (MethodInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C722D8, MethodInfo_1_GetGenericArguments__MethodInfo); DO_APP_FUNC(0x01AB3C80, MethodInfo_1 *, MethodInfo_1_GetGenericMethodDefinition, (MethodInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C722E0, MethodInfo_1_GetGenericMethodDefinition__MethodInfo); DO_APP_FUNC(0x01AB3CE0, MethodInfo_1 *, MethodInfo_1_MakeGenericMethod, (MethodInfo_1 * __this, Type__Array * typeArguments, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C722E8, MethodInfo_1_MakeGenericMethod__MethodInfo); DO_APP_FUNC(0x01AB3D40, Delegate *, MethodInfo_1_CreateDelegate, (MethodInfo_1 * __this, Type * delegateType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C722F0, MethodInfo_1_CreateDelegate__MethodInfo); DO_APP_FUNC(0x01AB3DA0, Delegate *, MethodInfo_1_CreateDelegate_1, (MethodInfo_1 * __this, Type * delegateType, Object * target, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C722F8, MethodInfo_1_CreateDelegate_1__MethodInfo); DO_APP_FUNC(0x00ACA560, bool, MethodInfo_1_Equals, (MethodInfo_1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x019CFBC0, int32_t, MethodInfo_1_GetHashCode, (MethodInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB12C0, bool, MethodInfo_1_op_Equality, (MethodInfo_1 * left, MethodInfo_1 * right, MethodInfo * method)); DO_APP_FUNC(0x01AB16C0, bool, MethodInfo_1_op_Inequality, (MethodInfo_1 * left, MethodInfo_1 * right, MethodInfo * method)); DO_APP_FUNC(0x01AB3E00, int32_t, MethodInfo_1_get_GenericParameterCount, (MethodInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Missing__ctor, (Missing * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB3EF0, void, Missing_System_Runtime_Serialization_ISerializable_GetObjectData, (Missing * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75F80, Missing_System_Runtime_Serialization_ISerializable_GetObjectData__MethodInfo); DO_APP_FUNC(0x01AB3F40, void, Missing__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Module__ctor, (Module * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB3FF0, Assembly *, Module_get_Assembly, (Module * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75F28, Module_get_Assembly__MethodInfo); DO_APP_FUNC(0x01AB4020, String *, Module_get_FullyQualifiedName, (Module * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75F30, Module_get_FullyQualifiedName__MethodInfo); DO_APP_FUNC(0x01AB4050, Guid, Module_get_ModuleVersionId, (Module * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75F38, Module_get_ModuleVersionId__MethodInfo); DO_APP_FUNC(0x01AB4080, String *, Module_get_ScopeName, (Module * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75F40, Module_get_ScopeName__MethodInfo); DO_APP_FUNC(0x01AB40B0, bool, Module_IsResource, (Module * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75F48, Module_IsResource__MethodInfo); DO_APP_FUNC(0x01AB40E0, bool, Module_IsDefined, (Module * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75F50, Module_IsDefined__MethodInfo); DO_APP_FUNC(0x01AB4110, Object__Array *, Module_GetCustomAttributes, (Module * __this, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75F58, Module_GetCustomAttributes__MethodInfo); DO_APP_FUNC(0x01AB4140, Object__Array *, Module_GetCustomAttributes_1, (Module * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75F60, Module_GetCustomAttributes_1__MethodInfo); DO_APP_FUNC(0x01AB4170, void, Module_GetObjectData, (Module * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75F68, Module_GetObjectData__MethodInfo); DO_APP_FUNC(0x00ACA560, bool, Module_Equals, (Module * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x019CFBC0, int32_t, Module_GetHashCode, (Module * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB12C0, bool, Module_op_Equality, (Module * left, Module * right, MethodInfo * method)); DO_APP_FUNC(0x01AB41A0, String *, Module_ToString, (Module * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB41C0, bool, Module_FilterTypeNameImpl, (Type * cls, Object * filterCriteria, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75EE0, Module_FilterTypeNameImpl__MethodInfo); DO_APP_FUNC(0x01AB4440, bool, Module_FilterTypeNameIgnoreCaseImpl, (Type * cls, Object * filterCriteria, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75EE8, Module_FilterTypeNameIgnoreCaseImpl__MethodInfo); DO_APP_FUNC(0x01AB4810, Guid, Module_GetModuleVersionId, (Module * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75EF0, Module_GetModuleVersionId__MethodInfo); DO_APP_FUNC(0x01AB4860, void, Module__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01AB4A10, void, ObfuscationAttribute__ctor, (ObfuscationAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A40, void, ObfuscationAttribute_set_Exclude, (ObfuscationAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AC1180, void, ObfuscationAttribute_set_ApplyToMembers, (ObfuscationAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ObfuscationAttribute_set_Feature, (ObfuscationAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ParameterInfo__ctor, (ParameterInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, ParameterAttributes__Enum, ParameterInfo_get_Attributes, (ParameterInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, MemberInfo_1 *, ParameterInfo_get_Member, (ParameterInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, ParameterInfo_get_Name, (ParameterInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Type *, ParameterInfo_get_ParameterType, (ParameterInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, ParameterInfo_get_Position, (ParameterInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB4AA0, bool, ParameterInfo_get_IsIn, (ParameterInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB4AC0, bool, ParameterInfo_get_IsOptional, (ParameterInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB4AF0, bool, ParameterInfo_get_IsOut, (ParameterInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB4B20, Object *, ParameterInfo_get_DefaultValue, (ParameterInfo * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75F10, ParameterInfo_get_DefaultValue__MethodInfo); DO_APP_FUNC(0x01AB4B50, bool, ParameterInfo_IsDefined, (ParameterInfo * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75EB0, ParameterInfo_IsDefined__MethodInfo); DO_APP_FUNC(0x01AB4BF0, Object__Array *, ParameterInfo_GetCustomAttributes, (ParameterInfo * __this, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01AB4C30, Object__Array *, ParameterInfo_GetCustomAttributes_1, (ParameterInfo * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75EB8, ParameterInfo_GetCustomAttributes_1__MethodInfo); DO_APP_FUNC(0x01AB4CF0, Object *, ParameterInfo_GetRealObject, (ParameterInfo * __this, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75EC8, ParameterInfo_GetRealObject__MethodInfo); DO_APP_FUNC(0x01AB5100, String *, ParameterInfo_ToString, (ParameterInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB51B0, void, Pointer_1__ctor, (Pointer_1 * __this, Void * ptr, Type * ptrType, MethodInfo * method)); DO_APP_FUNC(0x01AB5210, Object *, Pointer_1_Box, (Void * ptr, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75E80, Pointer_1_Box__MethodInfo); DO_APP_FUNC(0x01AB5430, void, Pointer_1_System_Runtime_Serialization_ISerializable_GetObjectData, (Pointer_1 * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75E98, Pointer_1_System_Runtime_Serialization_ISerializable_GetObjectData__MethodInfo); DO_APP_FUNC(0x003AC050, void, PropertyInfo_1__ctor, (PropertyInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003D0D70, MemberTypes__Enum, PropertyInfo_1_get_MemberType, (PropertyInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB5480, MethodInfo_1 *, PropertyInfo_1_GetGetMethod, (PropertyInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB54A0, MethodInfo_1 *, PropertyInfo_1_GetSetMethod, (PropertyInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB54C0, Object *, PropertyInfo_1_GetValue, (PropertyInfo_1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01AB54E0, Object *, PropertyInfo_1_GetValue_1, (PropertyInfo_1 * __this, Object * obj, Object__Array * index, MethodInfo * method)); DO_APP_FUNC(0x01AB5520, void, PropertyInfo_1_SetValue, (PropertyInfo_1 * __this, Object * obj, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01AB5550, void, PropertyInfo_1_SetValue_1, (PropertyInfo_1 * __this, Object * obj, Object * value, Object__Array * index, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, PropertyInfo_1_Equals, (PropertyInfo_1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x019CFBC0, int32_t, PropertyInfo_1_GetHashCode, (PropertyInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB12C0, bool, PropertyInfo_1_op_Equality, (PropertyInfo_1 * left, PropertyInfo_1 * right, MethodInfo * method)); DO_APP_FUNC(0x01AB16C0, bool, PropertyInfo_1_op_Inequality, (PropertyInfo_1 * left, PropertyInfo_1 * right, MethodInfo * method)); DO_APP_FUNC(0x01AB5590, void, ReflectionTypeLoadException__ctor, (ReflectionTypeLoadException * __this, Type__Array * classes, Exception__Array * exceptions, MethodInfo * method)); DO_APP_FUNC(0x01AB56C0, void, ReflectionTypeLoadException__ctor_1, (ReflectionTypeLoadException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01AB5880, void, ReflectionTypeLoadException_GetObjectData, (ReflectionTypeLoadException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, Exception__Array *, ReflectionTypeLoadException_get_LoaderExceptions, (ReflectionTypeLoadException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB5B20, String *, ReflectionTypeLoadException_get_Message, (ReflectionTypeLoadException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB5B30, String *, ReflectionTypeLoadException_ToString, (ReflectionTypeLoadException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB5B40, String *, ReflectionTypeLoadException_CreateString, (ReflectionTypeLoadException * __this, bool isMessage, MethodInfo * method)); DO_APP_FUNC(0x01AB5CC0, void, SignatureArrayType__ctor, (SignatureArrayType * __this, SignatureType * elementType, int32_t rank, bool isMultiDim, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, SignatureArrayType_IsArrayImpl, (SignatureArrayType * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SignatureArrayType_IsByRefImpl, (SignatureArrayType * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SignatureArrayType_IsPointerImpl, (SignatureArrayType * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB5D00, bool, SignatureArrayType_get_IsSZArray, (SignatureArrayType * __this, MethodInfo * method)); DO_APP_FUNC(0x009866A0, bool, SignatureArrayType_get_IsVariableBoundArray, (SignatureArrayType * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, SignatureArrayType_GetArrayRank, (SignatureArrayType * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB5D10, String *, SignatureArrayType_get_Suffix, (SignatureArrayType * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB5DD0, void, SignatureByRefType__ctor, (SignatureByRefType * __this, SignatureType * elementType, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SignatureByRefType_IsArrayImpl, (SignatureByRefType * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, SignatureByRefType_IsByRefImpl, (SignatureByRefType * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SignatureByRefType_IsPointerImpl, (SignatureByRefType * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SignatureByRefType_get_IsSZArray, (SignatureByRefType * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SignatureByRefType_get_IsVariableBoundArray, (SignatureByRefType * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB5DE0, int32_t, SignatureByRefType_GetArrayRank, (SignatureByRefType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75E60, SignatureByRefType_GetArrayRank__MethodInfo); DO_APP_FUNC(0x01AB5E40, String *, SignatureByRefType_get_Suffix, (SignatureByRefType * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB5E80, void, SignatureConstructedGenericType__ctor, (SignatureConstructedGenericType * __this, Type * genericTypeDefinition, Type__Array * typeArguments, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75E70, SignatureConstructedGenericType__ctor__MethodInfo); DO_APP_FUNC(0x00418D40, bool, SignatureConstructedGenericType_get_IsGenericTypeDefinition, (SignatureConstructedGenericType * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SignatureConstructedGenericType_HasElementTypeImpl, (SignatureConstructedGenericType * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SignatureConstructedGenericType_IsArrayImpl, (SignatureConstructedGenericType * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SignatureConstructedGenericType_IsByRefImpl, (SignatureConstructedGenericType * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SignatureConstructedGenericType_IsPointerImpl, (SignatureConstructedGenericType * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SignatureConstructedGenericType_get_IsSZArray, (SignatureConstructedGenericType * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SignatureConstructedGenericType_get_IsVariableBoundArray, (SignatureConstructedGenericType * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, SignatureConstructedGenericType_get_IsConstructedGenericType, (SignatureConstructedGenericType * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SignatureConstructedGenericType_get_IsGenericParameter, (SignatureConstructedGenericType * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SignatureConstructedGenericType_get_IsGenericMethodParameter, (SignatureConstructedGenericType * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB60E0, bool, SignatureConstructedGenericType_get_ContainsGenericParameters, (SignatureConstructedGenericType * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, SignatureType *, SignatureConstructedGenericType_get_ElementType, (SignatureConstructedGenericType * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB6170, int32_t, SignatureConstructedGenericType_GetArrayRank, (SignatureConstructedGenericType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75E10, SignatureConstructedGenericType_GetArrayRank__MethodInfo); DO_APP_FUNC(0x003B93D0, Type *, SignatureConstructedGenericType_GetGenericTypeDefinition, (SignatureConstructedGenericType * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB61D0, Type__Array *, SignatureConstructedGenericType_GetGenericArguments, (SignatureConstructedGenericType * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB61F0, Type__Array *, SignatureConstructedGenericType_get_GenericTypeArguments, (SignatureConstructedGenericType * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB6270, int32_t, SignatureConstructedGenericType_get_GenericParameterPosition, (SignatureConstructedGenericType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75E20, SignatureConstructedGenericType_get_GenericParameterPosition__MethodInfo); DO_APP_FUNC(0x01AB62D0, String *, SignatureConstructedGenericType_get_Name, (SignatureConstructedGenericType * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB6300, String *, SignatureConstructedGenericType_get_Namespace, (SignatureConstructedGenericType * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB6330, String *, SignatureConstructedGenericType_ToString, (SignatureConstructedGenericType * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB6500, void, SignatureHasElementType__ctor, (SignatureHasElementType * __this, SignatureType * elementType, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SignatureHasElementType_get_IsGenericTypeDefinition, (SignatureHasElementType * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, SignatureHasElementType_HasElementTypeImpl, (SignatureHasElementType * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SignatureHasElementType_get_IsConstructedGenericType, (SignatureHasElementType * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SignatureHasElementType_get_IsGenericParameter, (SignatureHasElementType * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SignatureHasElementType_get_IsGenericMethodParameter, (SignatureHasElementType * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB65A0, bool, SignatureHasElementType_get_ContainsGenericParameters, (SignatureHasElementType * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, SignatureType *, SignatureHasElementType_get_ElementType, (SignatureHasElementType * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB65D0, Type *, SignatureHasElementType_GetGenericTypeDefinition, (SignatureHasElementType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75E30, SignatureHasElementType_GetGenericTypeDefinition__MethodInfo); DO_APP_FUNC(0x01AB6630, Type__Array *, SignatureHasElementType_GetGenericArguments, (SignatureHasElementType * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB6670, Type__Array *, SignatureHasElementType_get_GenericTypeArguments, (SignatureHasElementType * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB66B0, int32_t, SignatureHasElementType_get_GenericParameterPosition, (SignatureHasElementType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75E38, SignatureHasElementType_get_GenericParameterPosition__MethodInfo); DO_APP_FUNC(0x01AB6710, String *, SignatureHasElementType_get_Name, (SignatureHasElementType * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB6300, String *, SignatureHasElementType_get_Namespace, (SignatureHasElementType * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB6780, String *, SignatureHasElementType_ToString, (SignatureHasElementType * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB5DD0, void, SignaturePointerType__ctor, (SignaturePointerType * __this, SignatureType * elementType, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SignaturePointerType_IsArrayImpl, (SignaturePointerType * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SignaturePointerType_IsByRefImpl, (SignaturePointerType * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, SignaturePointerType_IsPointerImpl, (SignaturePointerType * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SignaturePointerType_get_IsSZArray, (SignaturePointerType * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SignaturePointerType_get_IsVariableBoundArray, (SignaturePointerType * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB67F0, int32_t, SignaturePointerType_GetArrayRank, (SignaturePointerType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75E40, SignaturePointerType_GetArrayRank__MethodInfo); DO_APP_FUNC(0x01AB6850, String *, SignaturePointerType_get_Suffix, (SignaturePointerType * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, SignatureType_get_IsSignatureType, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB6890, bool, SignatureType_get_IsGenericType, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC(0x00B31160, MemberTypes__Enum, SignatureType_get_MemberType, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB68E0, Type *, SignatureType_MakeArrayType, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB6950, Type *, SignatureType_MakeArrayType_1, (SignatureType * __this, int32_t rank, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75DE0, SignatureType_MakeArrayType_1__MethodInfo); DO_APP_FUNC(0x01AB6A10, Type *, SignatureType_MakeByRefType, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB6A80, Type *, SignatureType_MakePointerType, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB6AF0, Type *, SignatureType_MakeGenericType, (SignatureType * __this, Type__Array * typeArguments, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75E00, SignatureType_MakeGenericType__MethodInfo); DO_APP_FUNC(0x01AB6B50, Type *, SignatureType_GetElementType, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Type *, SignatureType_get_UnderlyingSystemType, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, String *, SignatureType_get_FullName, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, String *, SignatureType_get_AssemblyQualifiedName, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB6B70, Assembly *, SignatureType_get_Assembly, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75D58, SignatureType_get_Assembly__MethodInfo); DO_APP_FUNC(0x01AB6BD0, Module *, SignatureType_get_Module, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75D60, SignatureType_get_Module__MethodInfo); DO_APP_FUNC(0x01AB6C30, Type *, SignatureType_get_ReflectedType, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75D68, SignatureType_get_ReflectedType__MethodInfo); DO_APP_FUNC(0x01AB6C90, Type *, SignatureType_get_BaseType, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75D70, SignatureType_get_BaseType__MethodInfo); DO_APP_FUNC(0x01AB6CF0, Type__Array *, SignatureType_GetInterfaces, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75D78, SignatureType_GetInterfaces__MethodInfo); DO_APP_FUNC(0x01AB6D50, bool, SignatureType_IsAssignableFrom, (SignatureType * __this, Type * c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75D80, SignatureType_IsAssignableFrom__MethodInfo); DO_APP_FUNC(0x01AB6DB0, int32_t, SignatureType_get_MetadataToken, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75D88, SignatureType_get_MetadataToken__MethodInfo); DO_APP_FUNC(0x01AB6E10, Type *, SignatureType_get_DeclaringType, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75D90, SignatureType_get_DeclaringType__MethodInfo); DO_APP_FUNC(0x01AB6E70, MethodBase *, SignatureType_get_DeclaringMethod, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75D98, SignatureType_get_DeclaringMethod__MethodInfo); DO_APP_FUNC(0x01AB6ED0, Type__Array *, SignatureType_GetGenericParameterConstraints, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75DA0, SignatureType_GetGenericParameterConstraints__MethodInfo); DO_APP_FUNC(0x01AB6F30, GenericParameterAttributes__Enum, SignatureType_get_GenericParameterAttributes, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75DA8, SignatureType_get_GenericParameterAttributes__MethodInfo); DO_APP_FUNC(0x01AB6F90, bool, SignatureType_IsEnumDefined, (SignatureType * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75DB0, SignatureType_IsEnumDefined__MethodInfo); DO_APP_FUNC(0x01AB6FF0, String *, SignatureType_GetEnumName, (SignatureType * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75DB8, SignatureType_GetEnumName__MethodInfo); DO_APP_FUNC(0x01AB7050, String__Array *, SignatureType_GetEnumNames, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75DC0, SignatureType_GetEnumNames__MethodInfo); DO_APP_FUNC(0x01AB70B0, Type *, SignatureType_GetEnumUnderlyingType, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75DC8, SignatureType_GetEnumUnderlyingType__MethodInfo); DO_APP_FUNC(0x01AB7110, Array *, SignatureType_GetEnumValues, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75DD0, SignatureType_GetEnumValues__MethodInfo); DO_APP_FUNC(0x01AB7170, Guid, SignatureType_get_GUID, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75CD8, SignatureType_get_GUID__MethodInfo); DO_APP_FUNC(0x01AB71D0, TypeCode__Enum, SignatureType_GetTypeCodeImpl, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75CE0, SignatureType_GetTypeCodeImpl__MethodInfo); DO_APP_FUNC(0x01AB7230, TypeAttributes__Enum, SignatureType_GetAttributeFlagsImpl, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75CE8, SignatureType_GetAttributeFlagsImpl__MethodInfo); DO_APP_FUNC(0x01AB7290, ConstructorInfo__Array *, SignatureType_GetConstructors, (SignatureType * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75CF0, SignatureType_GetConstructors__MethodInfo); DO_APP_FUNC(0x01AB72F0, EventInfo_1 *, SignatureType_GetEvent, (SignatureType * __this, String * name, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75CF8, SignatureType_GetEvent__MethodInfo); DO_APP_FUNC(0x01AB7350, EventInfo_1__Array *, SignatureType_GetEvents, (SignatureType * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75D00, SignatureType_GetEvents__MethodInfo); DO_APP_FUNC(0x01AB73B0, FieldInfo_1 *, SignatureType_GetField, (SignatureType * __this, String * name, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75D08, SignatureType_GetField__MethodInfo); DO_APP_FUNC(0x01AB7410, FieldInfo_1__Array *, SignatureType_GetFields, (SignatureType * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75D10, SignatureType_GetFields__MethodInfo); DO_APP_FUNC(0x01AB7470, MemberInfo_1__Array *, SignatureType_GetMembers, (SignatureType * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75D18, SignatureType_GetMembers__MethodInfo); DO_APP_FUNC(0x01AB74D0, MethodInfo_1__Array *, SignatureType_GetMethods, (SignatureType * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75D20, SignatureType_GetMethods__MethodInfo); DO_APP_FUNC(0x01AB7530, Type *, SignatureType_GetNestedType, (SignatureType * __this, String * name, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75D28, SignatureType_GetNestedType__MethodInfo); DO_APP_FUNC(0x01AB7590, PropertyInfo_1__Array *, SignatureType_GetProperties, (SignatureType * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75D30, SignatureType_GetProperties__MethodInfo); DO_APP_FUNC(0x01AB75F0, Object *, SignatureType_InvokeMember, (SignatureType * __this, String * name, BindingFlags__Enum invokeAttr, Binder * binder, Object * target, Object__Array * args, ParameterModifier__Array * modifiers, CultureInfo * culture, String__Array * namedParameters, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75D38, SignatureType_InvokeMember__MethodInfo); DO_APP_FUNC(0x01AB7650, MethodInfo_1 *, SignatureType_GetMethodImpl, (SignatureType * __this, String * name, BindingFlags__Enum bindingAttr, Binder * binder, CallingConventions__Enum callConvention, Type__Array * types, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75D40, SignatureType_GetMethodImpl__MethodInfo); DO_APP_FUNC(0x01AB76B0, PropertyInfo_1 *, SignatureType_GetPropertyImpl, (SignatureType * __this, String * name, BindingFlags__Enum bindingAttr, Binder * binder, Type * returnType, Type__Array * types, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75D48, SignatureType_GetPropertyImpl__MethodInfo); DO_APP_FUNC(0x01AB7710, MemberInfo_1__Array *, SignatureType_GetMember, (SignatureType * __this, String * name, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75D50, SignatureType_GetMember__MethodInfo); DO_APP_FUNC(0x01AB7770, MemberInfo_1__Array *, SignatureType_GetMember_1, (SignatureType * __this, String * name, MemberTypes__Enum type, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75C58, SignatureType_GetMember_1__MethodInfo); DO_APP_FUNC(0x01AB77D0, Object__Array *, SignatureType_GetCustomAttributes, (SignatureType * __this, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75C60, SignatureType_GetCustomAttributes__MethodInfo); DO_APP_FUNC(0x01AB7830, Object__Array *, SignatureType_GetCustomAttributes_1, (SignatureType * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75C68, SignatureType_GetCustomAttributes_1__MethodInfo); DO_APP_FUNC(0x01AB7890, bool, SignatureType_IsDefined, (SignatureType * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75C70, SignatureType_IsDefined__MethodInfo); DO_APP_FUNC(0x01AB78F0, ConstructorInfo *, SignatureType_GetConstructorImpl, (SignatureType * __this, BindingFlags__Enum bindingAttr, Binder * binder, CallingConventions__Enum callConvention, Type__Array * types, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75C78, SignatureType_GetConstructorImpl__MethodInfo); DO_APP_FUNC(0x01AB7950, bool, SignatureType_IsCOMObjectImpl, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75C80, SignatureType_IsCOMObjectImpl__MethodInfo); DO_APP_FUNC(0x01AB79B0, bool, SignatureType_IsPrimitiveImpl, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75C88, SignatureType_IsPrimitiveImpl__MethodInfo); DO_APP_FUNC(0x01AB7A10, bool, SignatureType_IsContextfulImpl, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75C90, SignatureType_IsContextfulImpl__MethodInfo); DO_APP_FUNC(0x01AB7A70, bool, SignatureType_get_IsEnum, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75C98, SignatureType_get_IsEnum__MethodInfo); DO_APP_FUNC(0x01AB7AD0, bool, SignatureType_IsEquivalentTo, (SignatureType * __this, Type * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75CA0, SignatureType_IsEquivalentTo__MethodInfo); DO_APP_FUNC(0x01AB7B30, bool, SignatureType_IsInstanceOfType, (SignatureType * __this, Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75CA8, SignatureType_IsInstanceOfType__MethodInfo); DO_APP_FUNC(0x01AB7B90, bool, SignatureType_IsMarshalByRefImpl, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75CB0, SignatureType_IsMarshalByRefImpl__MethodInfo); DO_APP_FUNC(0x01AB7BF0, bool, SignatureType_get_IsSerializable, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75CB8, SignatureType_get_IsSerializable__MethodInfo); DO_APP_FUNC(0x01AB7C50, bool, SignatureType_IsSubclassOf, (SignatureType * __this, Type * c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75CC0, SignatureType_IsSubclassOf__MethodInfo); DO_APP_FUNC(0x01AB7CB0, bool, SignatureType_IsValueTypeImpl, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75CC8, SignatureType_IsValueTypeImpl__MethodInfo); DO_APP_FUNC(0x01AB7D10, RuntimeTypeHandle, SignatureType_get_TypeHandle, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75CD0, SignatureType_get_TypeHandle__MethodInfo); DO_APP_FUNC(0x01AB7D70, void, SignatureType__ctor, (SignatureType * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB7DC0, bool, SignatureTypeExtensions_MatchesParameterTypeExactly, (Type * pattern, ParameterInfo * parameter, MethodInfo * method)); DO_APP_FUNC(0x01AB8280, bool, SignatureTypeExtensions_MatchesExactly, (SignatureType * pattern, Type * actual, MethodInfo * method)); DO_APP_FUNC(0x01AB86A0, Type *, SignatureTypeExtensions_TryResolveAgainstGenericMethod, (SignatureType * signatureType, MethodInfo_1 * genericMethod, MethodInfo * method)); DO_APP_FUNC(0x01AB86E0, Type *, SignatureTypeExtensions_TryResolve, (SignatureType * signatureType, Type__Array * genericMethodParameters, MethodInfo * method)); DO_APP_FUNC(0x01AB8AE0, Type *, SignatureTypeExtensions_TryMakeArrayType, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01AB8B10, Type *, SignatureTypeExtensions_TryMakeArrayType_1, (Type * type, int32_t rank, MethodInfo * method)); DO_APP_FUNC(0x01AB8B40, Type *, SignatureTypeExtensions_TryMakeByRefType, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01AB8B70, Type *, SignatureTypeExtensions_TryMakePointerType, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01AB8BA0, Type *, SignatureTypeExtensions_TryMakeGenericType, (Type * type, Type__Array * instantiation, MethodInfo * method)); DO_APP_FUNC(0x01AB8BD0, void, TargetException__ctor, (TargetException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB8C00, void, TargetException__ctor_1, (TargetException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01AB8C30, void, TargetException__ctor_2, (TargetException * __this, String * message, Exception * inner, MethodInfo * method)); DO_APP_FUNC(0x01AB2880, void, TargetException__ctor_3, (TargetException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01AB8C50, void, TargetInvocationException__ctor, (TargetInvocationException * __this, Exception * inner, MethodInfo * method)); DO_APP_FUNC(0x01AB8CB0, void, TargetInvocationException__ctor_1, (TargetInvocationException * __this, String * message, Exception * inner, MethodInfo * method)); DO_APP_FUNC(0x01AB2880, void, TargetInvocationException__ctor_2, (TargetInvocationException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01AB8CD0, void, TargetParameterCountException__ctor, (TargetParameterCountException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB8D20, void, TargetParameterCountException__ctor_1, (TargetParameterCountException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01AB2880, void, TargetParameterCountException__ctor_2, (TargetParameterCountException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01AB8D40, void, TypeDelegator__ctor, (TypeDelegator * __this, Type * delegatingType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75C30, TypeDelegator__ctor__MethodInfo); DO_APP_FUNC(0x01AB8E70, Guid, TypeDelegator_get_GUID, (TypeDelegator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB8EB0, int32_t, TypeDelegator_get_MetadataToken, (TypeDelegator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB8EE0, Object *, TypeDelegator_InvokeMember, (TypeDelegator * __this, String * name, BindingFlags__Enum invokeAttr, Binder * binder, Object * target, Object__Array * args, ParameterModifier__Array * modifiers, CultureInfo * culture, String__Array * namedParameters, MethodInfo * method)); DO_APP_FUNC(0x01AB8F60, Module *, TypeDelegator_get_Module, (TypeDelegator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB8F90, Assembly *, TypeDelegator_get_Assembly, (TypeDelegator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB8FC0, RuntimeTypeHandle, TypeDelegator_get_TypeHandle, (TypeDelegator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB62D0, String *, TypeDelegator_get_Name, (TypeDelegator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB8FF0, String *, TypeDelegator_get_FullName, (TypeDelegator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB6300, String *, TypeDelegator_get_Namespace, (TypeDelegator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB9020, String *, TypeDelegator_get_AssemblyQualifiedName, (TypeDelegator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB9050, Type *, TypeDelegator_get_BaseType, (TypeDelegator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB9080, ConstructorInfo *, TypeDelegator_GetConstructorImpl, (TypeDelegator * __this, BindingFlags__Enum bindingAttr, Binder * binder, CallingConventions__Enum callConvention, Type__Array * types, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC(0x01AB90B0, ConstructorInfo__Array *, TypeDelegator_GetConstructors, (TypeDelegator * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC(0x01AB90E0, MethodInfo_1 *, TypeDelegator_GetMethodImpl, (TypeDelegator * __this, String * name, BindingFlags__Enum bindingAttr, Binder * binder, CallingConventions__Enum callConvention, Type__Array * types, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC(0x01AB91B0, MethodInfo_1__Array *, TypeDelegator_GetMethods, (TypeDelegator * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC(0x01AB91E0, FieldInfo_1 *, TypeDelegator_GetField, (TypeDelegator * __this, String * name, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC(0x01AB9210, FieldInfo_1__Array *, TypeDelegator_GetFields, (TypeDelegator * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC(0x01AB9240, Type__Array *, TypeDelegator_GetInterfaces, (TypeDelegator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB9270, EventInfo_1 *, TypeDelegator_GetEvent, (TypeDelegator * __this, String * name, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC(0x01AB92A0, PropertyInfo_1 *, TypeDelegator_GetPropertyImpl, (TypeDelegator * __this, String * name, BindingFlags__Enum bindingAttr, Binder * binder, Type * returnType, Type__Array * types, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC(0x01AB94B0, PropertyInfo_1__Array *, TypeDelegator_GetProperties, (TypeDelegator * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC(0x01AB94E0, EventInfo_1__Array *, TypeDelegator_GetEvents, (TypeDelegator * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC(0x01AB9510, Type *, TypeDelegator_GetNestedType, (TypeDelegator * __this, String * name, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC(0x01AB9540, MemberInfo_1__Array *, TypeDelegator_GetMember, (TypeDelegator * __this, String * name, MemberTypes__Enum type, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC(0x01AB9570, MemberInfo_1__Array *, TypeDelegator_GetMembers, (TypeDelegator * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC(0x01AB95A0, TypeAttributes__Enum, TypeDelegator_GetAttributeFlagsImpl, (TypeDelegator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB95D0, bool, TypeDelegator_get_IsSZArray, (TypeDelegator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB9600, bool, TypeDelegator_IsArrayImpl, (TypeDelegator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB9630, bool, TypeDelegator_IsPrimitiveImpl, (TypeDelegator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB9660, bool, TypeDelegator_IsByRefImpl, (TypeDelegator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB9690, bool, TypeDelegator_get_IsGenericMethodParameter, (TypeDelegator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB96C0, bool, TypeDelegator_IsPointerImpl, (TypeDelegator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB96F0, bool, TypeDelegator_IsValueTypeImpl, (TypeDelegator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB9720, bool, TypeDelegator_IsCOMObjectImpl, (TypeDelegator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB9750, bool, TypeDelegator_get_IsConstructedGenericType, (TypeDelegator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB9780, bool, TypeDelegator_get_IsCollectible, (TypeDelegator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB97B0, Type *, TypeDelegator_GetElementType, (TypeDelegator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB97E0, bool, TypeDelegator_HasElementTypeImpl, (TypeDelegator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB9810, Type *, TypeDelegator_get_UnderlyingSystemType, (TypeDelegator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB9840, Object__Array *, TypeDelegator_GetCustomAttributes, (TypeDelegator * __this, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01AB9870, Object__Array *, TypeDelegator_GetCustomAttributes_1, (TypeDelegator * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01AB98A0, bool, TypeDelegator_IsDefined, (TypeDelegator * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01612DE0, void, TypeFilter__ctor, (TypeFilter * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, bool, TypeFilter_Invoke, (TypeFilter * __this, Type * m, Object * filterCriteria, MethodInfo * method)); DO_APP_FUNC(0x01AB98D0, void, TypeInfo__ctor, (TypeInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, TypeInfo *, TypeInfo_System_Reflection_IReflectableType_GetTypeInfo, (TypeInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB9920, IEnumerable_1_System_Type_ *, TypeInfo_get_ImplementedInterfaces, (TypeInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB9940, void, CustomAttributeNamedArgument__ctor, (CustomAttributeNamedArgument * __this, Type * attributeType, String * memberName, bool isField, CustomAttributeTypedArgument typedValue, MethodInfo * method)); DO_APP_FUNC(0x01AB9AC0, void, CustomAttributeNamedArgument__ctor_1, (CustomAttributeNamedArgument * __this, MemberInfo_1 * memberInfo, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75C00, CustomAttributeNamedArgument__ctor_1__MethodInfo); DO_APP_FUNC(0x01AB9DC0, void, CustomAttributeNamedArgument__ctor_2, (CustomAttributeNamedArgument * __this, MemberInfo_1 * memberInfo, CustomAttributeTypedArgument typedArgument, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75C10, CustomAttributeNamedArgument__ctor_2__MethodInfo); DO_APP_FUNC(0x00C71F10, CustomAttributeTypedArgument, CustomAttributeNamedArgument_get_TypedValue, (CustomAttributeNamedArgument * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, CustomAttributeNamedArgument_get_IsField, (CustomAttributeNamedArgument * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, CustomAttributeNamedArgument_get_MemberName, (CustomAttributeNamedArgument * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB9F70, MemberInfo_1 *, CustomAttributeNamedArgument_get_MemberInfo, (CustomAttributeNamedArgument * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75C18, CustomAttributeNamedArgument_get_MemberInfo__MethodInfo); DO_APP_FUNC(0x01ABA0C0, bool, CustomAttributeNamedArgument_Equals, (CustomAttributeNamedArgument * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01ABA130, int32_t, CustomAttributeNamedArgument_GetHashCode, (CustomAttributeNamedArgument * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABA1A0, bool, CustomAttributeNamedArgument_op_Equality, (CustomAttributeNamedArgument left, CustomAttributeNamedArgument right, MethodInfo * method)); DO_APP_FUNC(0x01ABA220, bool, CustomAttributeNamedArgument_op_Inequality, (CustomAttributeNamedArgument left, CustomAttributeNamedArgument right, MethodInfo * method)); DO_APP_FUNC(0x01ABA2A0, String *, CustomAttributeNamedArgument_ToString, (CustomAttributeNamedArgument * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABA610, void, CustomAttributeTypedArgument__ctor, (CustomAttributeTypedArgument * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75BD0, CustomAttributeTypedArgument__ctor__MethodInfo); DO_APP_FUNC(0x01ABA740, void, CustomAttributeTypedArgument__ctor_1, (CustomAttributeTypedArgument * __this, Type * argumentType, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75BF0, CustomAttributeTypedArgument__ctor_1__MethodInfo); DO_APP_FUNC(0x00470F00, Type *, CustomAttributeTypedArgument_get_ArgumentType, (CustomAttributeTypedArgument * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, Object *, CustomAttributeTypedArgument_get_Value, (CustomAttributeTypedArgument * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABABF0, bool, CustomAttributeTypedArgument_Equals, (CustomAttributeTypedArgument * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01ABAC50, int32_t, CustomAttributeTypedArgument_GetHashCode, (CustomAttributeTypedArgument * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABACB0, bool, CustomAttributeTypedArgument_op_Equality, (CustomAttributeTypedArgument left, CustomAttributeTypedArgument right, MethodInfo * method)); DO_APP_FUNC(0x01ABAD50, bool, CustomAttributeTypedArgument_op_Inequality, (CustomAttributeTypedArgument left, CustomAttributeTypedArgument right, MethodInfo * method)); DO_APP_FUNC(0x01ABADF0, String *, CustomAttributeTypedArgument_ToString, (CustomAttributeTypedArgument * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABAE00, String *, CustomAttributeTypedArgument_ToString_1, (CustomAttributeTypedArgument * __this, bool typed, MethodInfo * method)); DO_APP_FUNC(0x01ABB5A0, Object *, CustomAttributeTypedArgument_CanonicalizeValue, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01ABB6B0, void, MissingMetadataException__ctor, (MissingMetadataException * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABB700, Attribute *, CustomAttributeExtensions_GetCustomAttribute, (Assembly * element, Type * attributeType, MethodInfo * method)); DO_APP_FUNC(0x01ABB7C0, Attribute *, CustomAttributeExtensions_GetCustomAttribute_1, (MemberInfo_1 * element, Type * attributeType, MethodInfo * method)); DO_APP_FUNC(0x01ABB7D0, Attribute *, CustomAttributeExtensions_GetCustomAttribute_2, (MemberInfo_1 * element, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01ABB7E0, IEnumerable_1_System_Attribute_ *, CustomAttributeExtensions_GetCustomAttributes, (MemberInfo_1 * element, Type * attributeType, MethodInfo * method)); DO_APP_FUNC(0x01ABB7F0, IEnumerable_1_System_Attribute_ *, CustomAttributeExtensions_GetCustomAttributes_1, (MemberInfo_1 * element, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01ABB800, bool, CustomAttributeExtensions_IsDefined, (MemberInfo_1 * element, Type * attributeType, MethodInfo * method)); DO_APP_FUNC(0x01ABB810, void, MemberInfoSerializationHolder_GetSerializationInfo, (SerializationInfo * info, String * name, RuntimeType * reflectedClass, String * signature, MemberTypes__Enum type, MethodInfo * method)); DO_APP_FUNC(0x01ABB840, void, MemberInfoSerializationHolder_GetSerializationInfo_1, (SerializationInfo * info, String * name, RuntimeType * reflectedClass, String * signature, String * signature2, MemberTypes__Enum type, Type__Array * genericArguments, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75AF0, MemberInfoSerializationHolder_GetSerializationInfo_1__MethodInfo); DO_APP_FUNC(0x01ABBFA0, void, MemberInfoSerializationHolder__ctor, (MemberInfoSerializationHolder * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75AF8, MemberInfoSerializationHolder__ctor__MethodInfo); DO_APP_FUNC(0x01ABC330, void, MemberInfoSerializationHolder_GetObjectData, (MemberInfoSerializationHolder * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75B00, MemberInfoSerializationHolder_GetObjectData__MethodInfo); DO_APP_FUNC(0x01ABC3A0, Object *, MemberInfoSerializationHolder_GetRealObject, (MemberInfoSerializationHolder * __this, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75B38, MemberInfoSerializationHolder_GetRealObject__MethodInfo); DO_APP_FUNC(0x01ABD1E0, String *, Assembly_get_CodeBase, (Assembly * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75A90, Assembly_get_CodeBase__MethodInfo); DO_APP_FUNC(0x01ABD230, String *, Assembly_get_EscapedCodeBase, (Assembly * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75A98, Assembly_get_EscapedCodeBase__MethodInfo); DO_APP_FUNC(0x01ABD280, String *, Assembly_get_FullName, (Assembly * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75AA0, Assembly_get_FullName__MethodInfo); DO_APP_FUNC(0x01ABD2D0, void *, Assembly_get_MonoAssembly, (Assembly * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75AA8, Assembly_get_MonoAssembly__MethodInfo); DO_APP_FUNC(0x01ABD320, void, Assembly_set_FromByteArray, (Assembly * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75AB0, Assembly_set_FromByteArray__MethodInfo); DO_APP_FUNC(0x01ABD370, String *, Assembly_get_Location, (Assembly * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75AB8, Assembly_get_Location__MethodInfo); DO_APP_FUNC(0x01ABD3C0, void, Assembly_GetObjectData, (Assembly * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75AC0, Assembly_GetObjectData__MethodInfo); DO_APP_FUNC(0x01ABD410, bool, Assembly_IsDefined, (Assembly * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75AC8, Assembly_IsDefined__MethodInfo); DO_APP_FUNC(0x01ABD460, Object__Array *, Assembly_GetCustomAttributes, (Assembly * __this, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75AD0, Assembly_GetCustomAttributes__MethodInfo); DO_APP_FUNC(0x01ABD4B0, Object__Array *, Assembly_GetCustomAttributes_1, (Assembly * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75AD8, Assembly_GetCustomAttributes_1__MethodInfo); DO_APP_FUNC(0x01ABD500, Stream *, Assembly_GetManifestResourceStream, (Assembly * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75AE0, Assembly_GetManifestResourceStream__MethodInfo); DO_APP_FUNC(0x01ABD550, Stream *, Assembly_GetManifestResourceStream_1, (Assembly * __this, Type * type, String * name, bool skipSecurityCheck, StackCrawlMark__Enum * stackMark, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75AE8, Assembly_GetManifestResourceStream_1__MethodInfo); DO_APP_FUNC(0x01ABD700, Stream *, Assembly_GetManifestResourceStream_2, (Assembly * __this, String * name, StackCrawlMark__Enum * stackMark, bool skipSecurityCheck, MethodInfo * method)); DO_APP_FUNC(0x01ABD730, String *, Assembly_GetSimpleName, (Assembly * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABD760, Byte__Array *, Assembly_GetPublicKey, (Assembly * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABD790, Version *, Assembly_GetVersion, (Assembly * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABD7C0, AssemblyNameFlags__Enum, Assembly_GetFlags, (Assembly * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABD7F0, Type__Array *, Assembly_GetTypes, (Assembly * __this, bool exportedOnly, MethodInfo * method)); DO_APP_FUNC(0x01A08FE0, Type__Array *, Assembly_GetTypes_1, (Assembly * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABD800, Type *, Assembly_GetType, (Assembly * __this, String * name, bool throwOnError, MethodInfo * method)); DO_APP_FUNC(0x01ABD830, Type *, Assembly_GetType_1, (Assembly * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01ABD860, Type *, Assembly_InternalGetType, (Assembly * __this, Module * module, String * name, bool throwOnError, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x01ABD870, AssemblyName *, Assembly_GetName, (Assembly * __this, bool copiedName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75A70, Assembly_GetName__MethodInfo); DO_APP_FUNC(0x01AB54A0, AssemblyName *, Assembly_GetName_1, (Assembly * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABD8C0, String *, Assembly_ToString, (Assembly * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABD900, Assembly *, Assembly_GetAssembly, (Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75A78, Assembly_GetAssembly__MethodInfo); DO_APP_FUNC(0x003C94D0, Assembly *, Assembly_GetEntryAssembly, (MethodInfo * method)); DO_APP_FUNC(0x01ABD9C0, RuntimeAssembly *, Assembly_InternalGetSatelliteAssembly, (Assembly * __this, String * name, CultureInfo * culture, Version * version, bool throwOnFileNotFound, StackCrawlMark__Enum * stackMark, MethodInfo * method)); DO_APP_FUNC(0x01ABDF10, Assembly *, Assembly_LoadFrom, (String * assemblyFile, bool refOnly, StackCrawlMark__Enum * stackMark, MethodInfo * method)); DO_APP_FUNC(0x01A63940, Assembly *, Assembly_Load, (String * assemblyString, MethodInfo * method)); DO_APP_FUNC(0x01ABDF20, Assembly *, Assembly_Load_1, (Byte__Array * rawAssembly, MethodInfo * method)); DO_APP_FUNC(0x01ABDF50, Assembly *, Assembly_ReflectionOnlyLoad, (String * assemblyString, MethodInfo * method)); DO_APP_FUNC(0x01ABE0B0, Assembly *, Assembly_load_with_partial_name, (String * name, Evidence * e, MethodInfo * method)); DO_APP_FUNC(0x01ABE1B0, Assembly *, Assembly_LoadWithPartialName, (String * partialName, Evidence * securityEvidence, MethodInfo * method)); DO_APP_FUNC(0x01ABE1C0, Assembly *, Assembly_LoadWithPartialName_1, (String * partialName, Evidence * securityEvidence, bool oldBehavior, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75A20, Assembly_LoadWithPartialName_1__MethodInfo); DO_APP_FUNC(0x01ABE370, Module__Array *, Assembly_GetModules, (Assembly * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABE390, Module__Array *, Assembly_GetModulesInternal, (Assembly * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75A28, Assembly_GetModulesInternal__MethodInfo); DO_APP_FUNC(0x01ABE3E0, Assembly *, Assembly_GetExecutingAssembly, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75A30, Assembly_GetExecutingAssembly__MethodInfo); DO_APP_FUNC(0x01ABE420, Assembly *, Assembly_GetCallingAssembly, (MethodInfo * method)); DO_APP_FUNC(0x01ABE4A0, String__Array *, Assembly_GetManifestResourceNames, (Assembly * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75A38, Assembly_GetManifestResourceNames__MethodInfo); DO_APP_FUNC(0x01ABE4F0, ManifestResourceInfo *, Assembly_GetManifestResourceInfo, (Assembly * __this, String * resourceName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75A40, Assembly_GetManifestResourceInfo__MethodInfo); DO_APP_FUNC(0x01ABE540, bool, Assembly_get_ReflectionOnly, (Assembly * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75A48, Assembly_get_ReflectionOnly__MethodInfo); DO_APP_FUNC(0x019CFBC0, int32_t, Assembly_GetHashCode, (Assembly * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, Assembly_Equals, (Assembly * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x01ABE590, Exception *, Assembly_CreateNIE, (MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Assembly_get_IsFullyTrusted, (Assembly * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABE610, Type *, Assembly_GetType_2, (Assembly * __this, String * name, bool throwOnError, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75A58, Assembly_GetType_2__MethodInfo); DO_APP_FUNC(0x01ABE640, Module *, Assembly_GetModule, (Assembly * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75A60, Assembly_GetModule__MethodInfo); DO_APP_FUNC(0x01ABE670, Module__Array *, Assembly_GetModules_1, (Assembly * __this, bool getResourceModules, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75A68, Assembly_GetModules_1__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Assembly_get_IsDynamic, (Assembly * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABE6A0, bool, Assembly_op_Equality, (Assembly * left, Assembly * right, MethodInfo * method)); DO_APP_FUNC(0x01ABE700, bool, Assembly_op_Inequality, (Assembly * left, Assembly * right, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Assembly__ctor, (Assembly * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Assembly_ResolveEventHolder__ctor, (Assembly_ResolveEventHolder * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABE760, void, AssemblyName__ctor, (AssemblyName * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABE770, bool, AssemblyName_ParseAssemblyName, (void * name, MonoAssemblyName * aname, bool * is_version_definited, bool * is_token_defined, MethodInfo * method)); DO_APP_FUNC(0x01ABE780, void, AssemblyName__ctor_1, (AssemblyName * __this, String * assemblyName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C759C8, AssemblyName__ctor_1__MethodInfo); DO_APP_FUNC(0x01ABEA70, void, AssemblyName__ctor_2, (AssemblyName * __this, SerializationInfo * si, StreamingContext sc, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, AssemblyName_get_Name, (AssemblyName * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AssemblyName_set_Name, (AssemblyName * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, CultureInfo *, AssemblyName_get_CultureInfo, (AssemblyName * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, AssemblyName_set_CultureInfo, (AssemblyName * __this, CultureInfo * value, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, AssemblyNameFlags__Enum, AssemblyName_get_Flags, (AssemblyName * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF230, void, AssemblyName_set_Flags, (AssemblyName * __this, AssemblyNameFlags__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01ABF240, String *, AssemblyName_get_FullName, (AssemblyName * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, Version *, AssemblyName_get_Version, (AssemblyName * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF760, void, AssemblyName_set_Version, (AssemblyName * __this, Version * value, MethodInfo * method)); DO_APP_FUNC(0x01ABF7F0, String *, AssemblyName_ToString, (AssemblyName * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Byte__Array *, AssemblyName_GetPublicKey, (AssemblyName * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF840, Byte__Array *, AssemblyName_GetPublicKeyToken, (AssemblyName * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75938, AssemblyName_GetPublicKeyToken__MethodInfo); DO_APP_FUNC(0x01ABF940, bool, AssemblyName_get_IsPublicKeyValid, (AssemblyName * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF9F0, Byte__Array *, AssemblyName_InternalGetPublicKeyToken, (AssemblyName * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75940, AssemblyName_InternalGetPublicKeyToken__MethodInfo); DO_APP_FUNC(0x01ABFAF0, void, AssemblyName_get_public_token, (uint8_t * token, uint8_t * pubkey, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x01ABFB60, Byte__Array *, AssemblyName_ComputePublicKeyToken, (AssemblyName * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABFC50, void, AssemblyName_SetPublicKey, (AssemblyName * __this, Byte__Array * publicKey, MethodInfo * method)); DO_APP_FUNC(0x01ABFCC0, void, AssemblyName_GetObjectData, (AssemblyName * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75900, AssemblyName_GetObjectData__MethodInfo); DO_APP_FUNC(0x01ABFFE0, Object *, AssemblyName_Clone, (AssemblyName * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC02C0, void, AssemblyName_OnDeserialization, (AssemblyName * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01AC0350, MonoAssemblyName *, AssemblyName_GetNativeName, (void * assembly_ptr, MethodInfo * method)); DO_APP_FUNC(0x01AC0490, void, AssemblyName_FillName, (AssemblyName * __this, MonoAssemblyName * native, String * codeBase, bool addVersion, bool addPublickey, bool defaultToken, bool assemblyRef, MethodInfo * method)); DO_APP_FUNC(0x01AC0B30, AssemblyName *, AssemblyName_Create, (Assembly * assembly, bool fillCodebase, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CustomAttributeData__ctor, (CustomAttributeData * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC0D30, void, CustomAttributeData__ctor_1, (CustomAttributeData * __this, ConstructorInfo * ctorInfo, Assembly * assembly, void * data, uint32_t data_length, MethodInfo * method)); DO_APP_FUNC(0x01AC0ED0, void, CustomAttributeData__ctor_2, (CustomAttributeData * __this, ConstructorInfo * ctorInfo, MethodInfo * method)); DO_APP_FUNC(0x00FCEA30, void, CustomAttributeData__ctor_3, (CustomAttributeData * __this, ConstructorInfo * ctorInfo, IList_1_System_Reflection_CustomAttributeTypedArgument_ * ctorArgs, IList_1_System_Reflection_CustomAttributeNamedArgument_ * namedArgs, MethodInfo * method)); DO_APP_FUNC(0x01AC0F50, void, CustomAttributeData_ResolveArgumentsInternal, (ConstructorInfo * ctor, Assembly * assembly, void * data, uint32_t data_length, Object__Array * * ctorArgs, Object__Array * * namedArgs, MethodInfo * method)); DO_APP_FUNC(0x01AC1020, void, CustomAttributeData_ResolveArguments, (CustomAttributeData * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, ConstructorInfo *, CustomAttributeData_get_Constructor, (CustomAttributeData * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC16E0, IList_1_System_Reflection_CustomAttributeTypedArgument_ *, CustomAttributeData_get_ConstructorArguments, (CustomAttributeData * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC1700, IList_1_System_Reflection_CustomAttributeNamedArgument_ *, CustomAttributeData_get_NamedArguments, (CustomAttributeData * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC1720, IList_1_System_Reflection_CustomAttributeData_ *, CustomAttributeData_GetCustomAttributes, (Assembly * target, MethodInfo * method)); DO_APP_FUNC(0x01AC1830, IList_1_System_Reflection_CustomAttributeData_ *, CustomAttributeData_GetCustomAttributes_1, (MemberInfo_1 * target, MethodInfo * method)); DO_APP_FUNC(0x01AC1940, IList_1_System_Reflection_CustomAttributeData_ *, CustomAttributeData_GetCustomAttributesInternal, (RuntimeType * target, MethodInfo * method)); DO_APP_FUNC(0x01AC1A50, IList_1_System_Reflection_CustomAttributeData_ *, CustomAttributeData_GetCustomAttributes_2, (Module * target, MethodInfo * method)); DO_APP_FUNC(0x01AC1B60, IList_1_System_Reflection_CustomAttributeData_ *, CustomAttributeData_GetCustomAttributes_3, (ParameterInfo * target, MethodInfo * method)); DO_APP_FUNC(0x01A6C2F0, Type *, CustomAttributeData_get_AttributeType, (CustomAttributeData * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC1C70, String *, CustomAttributeData_ToString, (CustomAttributeData * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC2360, bool, CustomAttributeData_Equals, (CustomAttributeData * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01AC2910, int32_t, CustomAttributeData_GetHashCode, (CustomAttributeData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CustomAttributeData_LazyCAttrData__ctor, (CustomAttributeData_LazyCAttrData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExceptionHandlingClause__ctor, (ExceptionHandlingClause * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC2DB0, String *, ExceptionHandlingClause_ToString, (ExceptionHandlingClause * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LocalVariableInfo__ctor, (LocalVariableInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC3150, String *, LocalVariableInfo_ToString, (LocalVariableInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC3230, void, RuntimeAssembly__ctor, (RuntimeAssembly * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC32C0, void, RuntimeAssembly_GetObjectData, (RuntimeAssembly * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75888, RuntimeAssembly_GetObjectData__MethodInfo); DO_APP_FUNC(0x01AC3360, RuntimeAssembly *, RuntimeAssembly_LoadWithPartialNameInternal, (String * partialName, Evidence * securityEvidence, StackCrawlMark__Enum * stackMark, MethodInfo * method)); DO_APP_FUNC(0x01AC33F0, RuntimeAssembly *, RuntimeAssembly_LoadWithPartialNameInternal_1, (AssemblyName * an, Evidence * securityEvidence, StackCrawlMark__Enum * stackMark, MethodInfo * method)); DO_APP_FUNC(0x01AC3440, AssemblyName *, RuntimeAssembly_GetName, (RuntimeAssembly * __this, bool copiedName, MethodInfo * method)); DO_APP_FUNC(0x01AC3450, Type *, RuntimeAssembly_GetType, (RuntimeAssembly * __this, String * name, bool throwOnError, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75890, RuntimeAssembly_GetType__MethodInfo); DO_APP_FUNC(0x01AC3530, Module *, RuntimeAssembly_GetModule, (RuntimeAssembly * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C758A0, RuntimeAssembly_GetModule__MethodInfo); DO_APP_FUNC(0x01AC36C0, Module__Array *, RuntimeAssembly_GetModules, (RuntimeAssembly * __this, bool getResourceModules, MethodInfo * method)); DO_APP_FUNC(0x01AC3800, Byte__Array *, RuntimeAssembly_GetAotId, (MethodInfo * method)); DO_APP_FUNC(0x01AC3840, String *, RuntimeAssembly_get_code_base, (Assembly * a, bool escaped, MethodInfo * method)); DO_APP_FUNC(0x01AC3940, String *, RuntimeAssembly_get_location, (RuntimeAssembly * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC39D0, String *, RuntimeAssembly_get_fullname, (Assembly * a, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, RuntimeAssembly_GetAotIdInternal, (Byte__Array * aotid, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, RuntimeAssembly_get_ReflectionOnly, (RuntimeAssembly * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC3840, String *, RuntimeAssembly_GetCodeBase, (Assembly * a, bool escaped, MethodInfo * method)); DO_APP_FUNC(0x01AC3A60, String *, RuntimeAssembly_get_CodeBase, (RuntimeAssembly * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC3A70, String *, RuntimeAssembly_get_EscapedCodeBase, (RuntimeAssembly * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC39D0, String *, RuntimeAssembly_get_FullName, (RuntimeAssembly * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, void *, RuntimeAssembly_get_MonoAssembly, (RuntimeAssembly * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F5F0, void, RuntimeAssembly_set_FromByteArray, (RuntimeAssembly * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01AC3A80, String *, RuntimeAssembly_get_Location, (RuntimeAssembly * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC3B50, bool, RuntimeAssembly_GetManifestResourceInfoInternal, (RuntimeAssembly * __this, String * name, ManifestResourceInfo * info, MethodInfo * method)); DO_APP_FUNC(0x01AC3B60, ManifestResourceInfo *, RuntimeAssembly_GetManifestResourceInfo, (RuntimeAssembly * __this, String * resourceName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75838, RuntimeAssembly_GetManifestResourceInfo__MethodInfo); DO_APP_FUNC(0x01AC3D40, String__Array *, RuntimeAssembly_GetManifestResourceNames, (RuntimeAssembly * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC3E90, void *, RuntimeAssembly_GetManifestResourceInternal, (RuntimeAssembly * __this, String * name, int32_t * size, Module * * module, MethodInfo * method)); DO_APP_FUNC(0x01AC3EA0, Stream *, RuntimeAssembly_GetManifestResourceStream, (RuntimeAssembly * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75850, RuntimeAssembly_GetManifestResourceStream__MethodInfo); DO_APP_FUNC(0x01AC4460, bool, RuntimeAssembly_IsDefined, (RuntimeAssembly * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01AC44D0, Object__Array *, RuntimeAssembly_GetCustomAttributes, (RuntimeAssembly * __this, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01AC4530, Object__Array *, RuntimeAssembly_GetCustomAttributes_1, (RuntimeAssembly * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01AC45A0, Module__Array *, RuntimeAssembly_GetModulesInternal, (RuntimeAssembly * __this, MethodInfo * method)); DO_APP_FUNC(0x019CFBC0, int32_t, RuntimeAssembly_GetHashCode, (RuntimeAssembly * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC4640, bool, RuntimeAssembly_Equals, (RuntimeAssembly * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x01AC4700, String *, RuntimeAssembly_ToString, (RuntimeAssembly * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC4790, void, RuntimeAssembly_UnmanagedMemoryStreamForModule__ctor, (RuntimeAssembly_UnmanagedMemoryStreamForModule * __this, uint8_t * pointer, int64_t length, Module * module, MethodInfo * method)); DO_APP_FUNC(0x01AC4870, void, RuntimeAssembly_UnmanagedMemoryStreamForModule_Dispose, (RuntimeAssembly_UnmanagedMemoryStreamForModule * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01AC48F0, void, RuntimeEventInfo_get_event_info, (RuntimeEventInfo * ev, MonoEventInfo * info, MethodInfo * method)); DO_APP_FUNC(0x01AC4A00, MonoEventInfo, RuntimeEventInfo_GetEventInfo, (RuntimeEventInfo * ev, MethodInfo * method)); DO_APP_FUNC(0x01AC4B20, Module *, RuntimeEventInfo_get_Module, (RuntimeEventInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC4B50, BindingFlags__Enum, RuntimeEventInfo_get_BindingFlags, (RuntimeEventInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC4B60, RuntimeType *, RuntimeEventInfo_GetDeclaringTypeInternal, (RuntimeEventInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC4BF0, RuntimeType *, RuntimeEventInfo_get_ReflectedTypeInternal, (RuntimeEventInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC4B20, RuntimeModule *, RuntimeEventInfo_GetRuntimeModule, (RuntimeEventInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC4C80, void, RuntimeEventInfo_GetObjectData, (RuntimeEventInfo * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75828, RuntimeEventInfo_GetObjectData__MethodInfo); DO_APP_FUNC(0x01AC4DC0, BindingFlags__Enum, RuntimeEventInfo_GetBindingFlags, (RuntimeEventInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC4F50, MethodInfo_1 *, RuntimeEventInfo_GetAddMethod, (RuntimeEventInfo * __this, bool nonPublic, MethodInfo * method)); DO_APP_FUNC(0x01AC4FD0, MethodInfo_1 *, RuntimeEventInfo_GetRaiseMethod, (RuntimeEventInfo * __this, bool nonPublic, MethodInfo * method)); DO_APP_FUNC(0x01AC5050, MethodInfo_1 *, RuntimeEventInfo_GetRemoveMethod, (RuntimeEventInfo * __this, bool nonPublic, MethodInfo * method)); DO_APP_FUNC(0x01AC50D0, Type *, RuntimeEventInfo_get_DeclaringType, (RuntimeEventInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC50F0, Type *, RuntimeEventInfo_get_ReflectedType, (RuntimeEventInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC5110, String *, RuntimeEventInfo_get_Name, (RuntimeEventInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC5130, String *, RuntimeEventInfo_ToString, (RuntimeEventInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC51D0, bool, RuntimeEventInfo_IsDefined, (RuntimeEventInfo * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01AC5240, Object__Array *, RuntimeEventInfo_GetCustomAttributes, (RuntimeEventInfo * __this, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01AC52A0, Object__Array *, RuntimeEventInfo_GetCustomAttributes_1, (RuntimeEventInfo * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01AC5310, int32_t, RuntimeEventInfo_get_MetadataToken, (RuntimeEventInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC5310, int32_t, RuntimeEventInfo_get_metadata_token, (RuntimeEventInfo * monoEvent, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RuntimeEventInfo__ctor, (RuntimeEventInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RtFieldInfo__ctor, (RtFieldInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, BindingFlags__Enum, RuntimeFieldInfo_get_BindingFlags, (RuntimeFieldInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC5320, Module *, RuntimeFieldInfo_get_Module, (RuntimeFieldInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC5350, RuntimeType *, RuntimeFieldInfo_GetDeclaringTypeInternal, (RuntimeFieldInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC53E0, RuntimeType *, RuntimeFieldInfo_get_ReflectedTypeInternal, (RuntimeFieldInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC5320, RuntimeModule *, RuntimeFieldInfo_GetRuntimeModule, (RuntimeFieldInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC5470, void, RuntimeFieldInfo_GetObjectData, (RuntimeFieldInfo * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C757F0, RuntimeFieldInfo_GetObjectData__MethodInfo); DO_APP_FUNC(0x01AC55E0, Object *, RuntimeFieldInfo_UnsafeGetValue, (RuntimeFieldInfo * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01AC5630, void, RuntimeFieldInfo_CheckConsistency, (RuntimeFieldInfo * __this, Object * target, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75808, RuntimeFieldInfo_CheckConsistency__MethodInfo); DO_APP_FUNC(0x01AC5800, void, RuntimeFieldInfo_UnsafeSetValue, (RuntimeFieldInfo * __this, Object * obj, Object * value, BindingFlags__Enum invokeAttr, Binder * binder, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC(0x01AC5850, void, RuntimeFieldInfo_SetValueDirect, (RuntimeFieldInfo * __this, TypedReference obj, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75820, RuntimeFieldInfo_SetValueDirect__MethodInfo); DO_APP_FUNC(0x003C5300, FieldAttributes__Enum, RuntimeFieldInfo_get_Attributes, (RuntimeFieldInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, RuntimeFieldHandle, RuntimeFieldInfo_get_FieldHandle, (RuntimeFieldInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC5A10, Type *, RuntimeFieldInfo_ResolveType, (RuntimeFieldInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC5A20, Type *, RuntimeFieldInfo_get_FieldType, (RuntimeFieldInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC5A90, Type *, RuntimeFieldInfo_GetParentType, (RuntimeFieldInfo * __this, bool declaring, MethodInfo * method)); DO_APP_FUNC(0x01AC5AC0, Type *, RuntimeFieldInfo_get_ReflectedType, (RuntimeFieldInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC5AD0, Type *, RuntimeFieldInfo_get_DeclaringType, (RuntimeFieldInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, RuntimeFieldInfo_get_Name, (RuntimeFieldInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC5AF0, bool, RuntimeFieldInfo_IsDefined, (RuntimeFieldInfo * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01AC5B60, Object__Array *, RuntimeFieldInfo_GetCustomAttributes, (RuntimeFieldInfo * __this, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01AC5BC0, Object__Array *, RuntimeFieldInfo_GetCustomAttributes_1, (RuntimeFieldInfo * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01AC5C30, int32_t, RuntimeFieldInfo_GetFieldOffset, (RuntimeFieldInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC55E0, Object *, RuntimeFieldInfo_GetValueInternal, (RuntimeFieldInfo * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01AC5C40, Object *, RuntimeFieldInfo_GetValue, (RuntimeFieldInfo * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C757D8, RuntimeFieldInfo_GetValue__MethodInfo); DO_APP_FUNC(0x01AC5E40, String *, RuntimeFieldInfo_ToString, (RuntimeFieldInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC5EE0, void, RuntimeFieldInfo_SetValueInternal, (FieldInfo_1 * fi, Object * obj, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01AC5EF0, void, RuntimeFieldInfo_SetValue, (RuntimeFieldInfo * __this, Object * obj, Object * val, BindingFlags__Enum invokeAttr, Binder * binder, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C757A8, RuntimeFieldInfo_SetValue__MethodInfo); DO_APP_FUNC(0x01AC6220, Object *, RuntimeFieldInfo_GetRawConstantValue, (RuntimeFieldInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC6390, void, RuntimeFieldInfo_CheckGeneric, (RuntimeFieldInfo * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C757C8, RuntimeFieldInfo_CheckGeneric__MethodInfo); DO_APP_FUNC(0x01AC5310, int32_t, RuntimeFieldInfo_get_MetadataToken, (RuntimeFieldInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC5310, int32_t, RuntimeFieldInfo_get_metadata_token, (RuntimeFieldInfo * monoField, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RuntimeFieldInfo__ctor, (RuntimeFieldInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC6430, void, MonoMethodInfo_get_method_info, (void * handle, MonoMethodInfo * info, MethodInfo * method)); DO_APP_FUNC(0x01AC65C0, int32_t, MonoMethodInfo_get_method_attributes, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x01AC65D0, MonoMethodInfo, MonoMethodInfo_GetMethodInfo, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x01AC6770, Type *, MonoMethodInfo_GetDeclaringType, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x01AC6790, Type *, MonoMethodInfo_GetReturnType, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x01AC65C0, MethodAttributes__Enum, MonoMethodInfo_GetAttributes, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x01AC67C0, CallingConventions__Enum, MonoMethodInfo_GetCallingConvention, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x01AC67E0, MethodImplAttributes__Enum, MonoMethodInfo_GetMethodImplementationFlags, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x01AC6810, ParameterInfo__Array *, MonoMethodInfo_get_parameter_info, (void * handle, MemberInfo_1 * member, MethodInfo * method)); DO_APP_FUNC(0x01AC6810, ParameterInfo__Array *, MonoMethodInfo_GetParametersInfo, (void * handle, MemberInfo_1 * member, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, MarshalAsAttribute *, MonoMethodInfo_get_retval_marshal, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x01AC6850, ParameterInfo *, MonoMethodInfo_GetReturnParameterInfo, (RuntimeMethodInfo * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, BindingFlags__Enum, RuntimeMethodInfo_get_BindingFlags, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC6890, Module *, RuntimeMethodInfo_get_Module, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC6930, RuntimeType *, RuntimeMethodInfo_get_ReflectedTypeInternal, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC69C0, String *, RuntimeMethodInfo_FormatNameAndSig, (RuntimeMethodInfo * __this, bool serialization, MethodInfo * method)); DO_APP_FUNC(0x01AC6C90, Delegate *, RuntimeMethodInfo_CreateDelegate, (RuntimeMethodInfo * __this, Type * delegateType, MethodInfo * method)); DO_APP_FUNC(0x01AC6CC0, Delegate *, RuntimeMethodInfo_CreateDelegate_1, (RuntimeMethodInfo * __this, Type * delegateType, Object * target, MethodInfo * method)); DO_APP_FUNC(0x01AC6CF0, String *, RuntimeMethodInfo_ToString, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC6890, RuntimeModule *, RuntimeMethodInfo_GetRuntimeModule, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC6DA0, void, RuntimeMethodInfo_GetObjectData, (RuntimeMethodInfo * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C757A0, RuntimeMethodInfo_GetObjectData__MethodInfo); DO_APP_FUNC(0x01AC6F70, String *, RuntimeMethodInfo_SerializationToString, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC7020, MethodBase *, RuntimeMethodInfo_GetMethodFromHandleNoGenericCheck, (RuntimeMethodHandle handle, MethodInfo * method)); DO_APP_FUNC(0x01AC7090, MethodBase *, RuntimeMethodInfo_GetMethodFromHandleNoGenericCheck_1, (RuntimeMethodHandle handle, RuntimeTypeHandle reflectedType, MethodInfo * method)); DO_APP_FUNC(0x01AC70E0, MethodBase *, RuntimeMethodInfo_GetMethodFromHandleInternalType, (void * method_handle, void * type_handle, MethodInfo * method)); DO_APP_FUNC(0x01AC70F0, MethodBase *, RuntimeMethodInfo_GetMethodFromHandleInternalType_native, (void * method_handle, void * type_handle, bool genericCheck, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RuntimeMethodInfo__ctor, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC7100, String *, RuntimeMethodInfo_get_name, (MethodBase * method_1, MethodInfo * method)); DO_APP_FUNC(0x01AC7120, RuntimeMethodInfo *, RuntimeMethodInfo_get_base_method, (RuntimeMethodInfo * method_1, bool definition, MethodInfo * method)); DO_APP_FUNC(0x01AC5310, int32_t, RuntimeMethodInfo_get_metadata_token, (RuntimeMethodInfo * method_1, MethodInfo * method)); DO_APP_FUNC(0x01AC7130, MethodInfo_1 *, RuntimeMethodInfo_GetBaseMethod, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC6850, ParameterInfo *, RuntimeMethodInfo_get_ReturnParameter, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC7140, Type *, RuntimeMethodInfo_get_ReturnType, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC5310, int32_t, RuntimeMethodInfo_get_MetadataToken, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC7170, MethodImplAttributes__Enum, RuntimeMethodInfo_GetMethodImplementationFlags, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC71A0, ParameterInfo__Array *, RuntimeMethodInfo_GetParameters, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC7250, ParameterInfo__Array *, RuntimeMethodInfo_GetParametersInternal, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC72A0, int32_t, RuntimeMethodInfo_GetParametersCount, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC72F0, Object *, RuntimeMethodInfo_InternalInvoke, (RuntimeMethodInfo * __this, Object * obj, Object__Array * parameters, Exception * * exc, MethodInfo * method)); DO_APP_FUNC(0x01AC7300, Object *, RuntimeMethodInfo_Invoke, (RuntimeMethodInfo * __this, Object * obj, BindingFlags__Enum invokeAttr, Binder * binder, Object__Array * parameters, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75778, RuntimeMethodInfo_Invoke__MethodInfo); DO_APP_FUNC(0x01AC7610, void, RuntimeMethodInfo_ConvertValues, (Binder * binder, Object__Array * args, ParameterInfo__Array * pinfo, CultureInfo * culture, BindingFlags__Enum invokeAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75748, RuntimeMethodInfo_ConvertValues__MethodInfo); DO_APP_FUNC(0x003B93C0, RuntimeMethodHandle, RuntimeMethodInfo_get_MethodHandle, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC7990, MethodAttributes__Enum, RuntimeMethodInfo_get_Attributes, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC79A0, CallingConventions__Enum, RuntimeMethodInfo_get_CallingConvention, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Type *, RuntimeMethodInfo_get_ReflectedType, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC79C0, Type *, RuntimeMethodInfo_get_DeclaringType, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC79E0, String *, RuntimeMethodInfo_get_Name, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC7A10, bool, RuntimeMethodInfo_IsDefined, (RuntimeMethodInfo * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01AC7A80, Object__Array *, RuntimeMethodInfo_GetCustomAttributes, (RuntimeMethodInfo * __this, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01AC7AE0, Object__Array *, RuntimeMethodInfo_GetCustomAttributes_1, (RuntimeMethodInfo * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01AC7B50, void, RuntimeMethodInfo_GetPInvoke, (RuntimeMethodInfo * __this, PInvokeAttributes__Enum * flags, String * * entryPoint, String * * dllName, MethodInfo * method)); DO_APP_FUNC(0x01AC7C00, Object__Array *, RuntimeMethodInfo_GetPseudoCustomAttributes, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC7DC0, CustomAttributeData__Array *, RuntimeMethodInfo_GetPseudoCustomAttributesData, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC8010, CustomAttributeData *, RuntimeMethodInfo_GetDllImportAttributeData, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC8B90, MethodInfo_1 *, RuntimeMethodInfo_MakeGenericMethod, (RuntimeMethodInfo * __this, Type__Array * methodInstantiation, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C756B0, RuntimeMethodInfo_MakeGenericMethod__MethodInfo); DO_APP_FUNC(0x01AC8F30, MethodInfo_1 *, RuntimeMethodInfo_MakeGenericMethod_impl, (RuntimeMethodInfo * __this, Type__Array * types, MethodInfo * method)); DO_APP_FUNC(0x01AC8F40, Type__Array *, RuntimeMethodInfo_GetGenericArguments, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC8F50, MethodInfo_1 *, RuntimeMethodInfo_GetGenericMethodDefinition_impl, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC8F80, MethodInfo_1 *, RuntimeMethodInfo_GetGenericMethodDefinition, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C756D8, RuntimeMethodInfo_GetGenericMethodDefinition__MethodInfo); DO_APP_FUNC(0x01AC9010, bool, RuntimeMethodInfo_get_IsGenericMethodDefinition, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC9020, bool, RuntimeMethodInfo_get_IsGenericMethod, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC9050, bool, RuntimeMethodInfo_get_ContainsGenericParameters, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, RuntimeMethodInfo_get_core_clr_security_level, (MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, RuntimeMethodInfo_get_IsSecurityCritical, (RuntimeMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC9140, Module *, RuntimeConstructorInfo_get_Module, (RuntimeConstructorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC9140, RuntimeModule *, RuntimeConstructorInfo_GetRuntimeModule, (RuntimeConstructorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, BindingFlags__Enum, RuntimeConstructorInfo_get_BindingFlags, (RuntimeConstructorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC91E0, RuntimeType *, RuntimeConstructorInfo_get_ReflectedTypeInternal, (RuntimeConstructorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC9270, void, RuntimeConstructorInfo_GetObjectData, (RuntimeConstructorInfo * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75660, RuntimeConstructorInfo_GetObjectData__MethodInfo); DO_APP_FUNC(0x01AC9400, String *, RuntimeConstructorInfo_SerializationToString, (RuntimeConstructorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC9420, void, RuntimeConstructorInfo_SerializationInvoke, (RuntimeConstructorInfo * __this, Object * target, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01AC7170, MethodImplAttributes__Enum, RuntimeConstructorInfo_GetMethodImplementationFlags, (RuntimeConstructorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC7250, ParameterInfo__Array *, RuntimeConstructorInfo_GetParameters, (RuntimeConstructorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC7250, ParameterInfo__Array *, RuntimeConstructorInfo_GetParametersInternal, (RuntimeConstructorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC9580, int32_t, RuntimeConstructorInfo_GetParametersCount, (RuntimeConstructorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC72F0, Object *, RuntimeConstructorInfo_InternalInvoke, (RuntimeConstructorInfo * __this, Object * obj, Object__Array * parameters, Exception * * exc, MethodInfo * method)); DO_APP_FUNC(0x01AC95D0, Object *, RuntimeConstructorInfo_Invoke, (RuntimeConstructorInfo * __this, Object * obj, BindingFlags__Enum invokeAttr, Binder * binder, Object__Array * parameters, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75670, RuntimeConstructorInfo_Invoke__MethodInfo); DO_APP_FUNC(0x01AC9730, Object *, RuntimeConstructorInfo_DoInvoke, (RuntimeConstructorInfo * __this, Object * obj, BindingFlags__Enum invokeAttr, Binder * binder, Object__Array * parameters, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75698, RuntimeConstructorInfo_DoInvoke__MethodInfo); DO_APP_FUNC(0x01AC99D0, Object *, RuntimeConstructorInfo_InternalInvoke_1, (RuntimeConstructorInfo * __this, Object * obj, Object__Array * parameters, bool wrapExceptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75648, RuntimeConstructorInfo_InternalInvoke_1__MethodInfo); DO_APP_FUNC(0x01AC9AC0, Object *, RuntimeConstructorInfo_Invoke_1, (RuntimeConstructorInfo * __this, BindingFlags__Enum invokeAttr, Binder * binder, Object__Array * parameters, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, RuntimeMethodHandle, RuntimeConstructorInfo_get_MethodHandle, (RuntimeConstructorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC7990, MethodAttributes__Enum, RuntimeConstructorInfo_get_Attributes, (RuntimeConstructorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC79A0, CallingConventions__Enum, RuntimeConstructorInfo_get_CallingConvention, (RuntimeConstructorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC9AF0, bool, RuntimeConstructorInfo_get_ContainsGenericParameters, (RuntimeConstructorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Type *, RuntimeConstructorInfo_get_ReflectedType, (RuntimeConstructorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC79C0, Type *, RuntimeConstructorInfo_get_DeclaringType, (RuntimeConstructorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC79E0, String *, RuntimeConstructorInfo_get_Name, (RuntimeConstructorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC9B30, bool, RuntimeConstructorInfo_IsDefined, (RuntimeConstructorInfo * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01AC9BA0, Object__Array *, RuntimeConstructorInfo_GetCustomAttributes, (RuntimeConstructorInfo * __this, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01AC9C00, Object__Array *, RuntimeConstructorInfo_GetCustomAttributes_1, (RuntimeConstructorInfo * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01AC9C70, String *, RuntimeConstructorInfo_ToString, (RuntimeConstructorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, RuntimeConstructorInfo_get_core_clr_security_level, (MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, RuntimeConstructorInfo_get_IsSecurityCritical, (RuntimeConstructorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC5310, int32_t, RuntimeConstructorInfo_get_MetadataToken, (RuntimeConstructorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC5310, int32_t, RuntimeConstructorInfo_get_metadata_token, (RuntimeConstructorInfo * method_1, MethodInfo * method)); DO_APP_FUNC(0x01AC9CD0, void, RuntimeConstructorInfo__ctor, (RuntimeConstructorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Assembly *, RuntimeModule_get_Assembly, (RuntimeModule * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, RuntimeModule_get_ScopeName, (RuntimeModule * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC9D20, Guid, RuntimeModule_get_ModuleVersionId, (RuntimeModule * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, RuntimeModule_get_FullyQualifiedName, (RuntimeModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, RuntimeModule_IsResource, (RuntimeModule * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC9D50, Object__Array *, RuntimeModule_GetCustomAttributes, (RuntimeModule * __this, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01AC9DB0, Object__Array *, RuntimeModule_GetCustomAttributes_1, (RuntimeModule * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01AC9E20, bool, RuntimeModule_IsDefined, (RuntimeModule * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01AC9E90, void, RuntimeModule_GetObjectData, (RuntimeModule * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75640, RuntimeModule_GetObjectData__MethodInfo); DO_APP_FUNC(0x01AC9FB0, RuntimeAssembly *, RuntimeModule_GetRuntimeAssembly, (RuntimeModule * __this, MethodInfo * method)); DO_APP_FUNC(0x01ACA030, Guid, RuntimeModule_GetModuleVersionId, (RuntimeModule * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RuntimeModule_GetGuidInternal, (void * module, Byte__Array * guid, MethodInfo * method)); DO_APP_FUNC(0x01ACA130, void, RuntimeModule__ctor, (RuntimeModule * __this, MethodInfo * method)); DO_APP_FUNC(0x01ACA180, void, RuntimeParameterInfo__ctor, (RuntimeParameterInfo * __this, String * name, Type * type, int32_t position, int32_t attrs, Object * defaultValue, MemberInfo_1 * member, MarshalAsAttribute * marshalAs, MethodInfo * method)); DO_APP_FUNC(0x01ACA350, void, RuntimeParameterInfo_FormatParameters, (StringBuilder * sb, ParameterInfo__Array * p, CallingConventions__Enum callingConvention, bool serialization, MethodInfo * method)); DO_APP_FUNC(0x01ACA5B0, void, RuntimeParameterInfo__ctor_1, (RuntimeParameterInfo * __this, ParameterInfo * pinfo, MemberInfo_1 * member, MethodInfo * method)); DO_APP_FUNC(0x01ACA880, void, RuntimeParameterInfo__ctor_2, (RuntimeParameterInfo * __this, Type * type, MemberInfo_1 * member, MarshalAsAttribute * marshalAs, MethodInfo * method)); DO_APP_FUNC(0x01ACAA00, Object *, RuntimeParameterInfo_get_DefaultValue, (RuntimeParameterInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01ACAD30, Object__Array *, RuntimeParameterInfo_GetCustomAttributes, (RuntimeParameterInfo * __this, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01ACAD90, Object__Array *, RuntimeParameterInfo_GetCustomAttributes_1, (RuntimeParameterInfo * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01ACAE00, Object *, RuntimeParameterInfo_GetDefaultValueImpl, (RuntimeParameterInfo * __this, ParameterInfo * pinfo, MethodInfo * method)); DO_APP_FUNC(0x01ACAED0, bool, RuntimeParameterInfo_IsDefined, (RuntimeParameterInfo * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01ACAF40, Object__Array *, RuntimeParameterInfo_GetPseudoCustomAttributes, (RuntimeParameterInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01ACB260, CustomAttributeData__Array *, RuntimeParameterInfo_GetPseudoCustomAttributesData, (RuntimeParameterInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01ACB930, ParameterInfo *, RuntimeParameterInfo_New, (ParameterInfo * pinfo, MemberInfo_1 * member, MethodInfo * method)); DO_APP_FUNC(0x01ACB9B0, ParameterInfo *, RuntimeParameterInfo_New_1, (Type * type, MemberInfo_1 * member, MarshalAsAttribute * marshalAs, MethodInfo * method)); DO_APP_FUNC(0x01ACBB80, void, RuntimePropertyInfo_get_property_info, (RuntimePropertyInfo * prop, MonoPropertyInfo * info, PInfo__Enum req_info, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, BindingFlags__Enum, RuntimePropertyInfo_get_BindingFlags, (RuntimePropertyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01ACBB90, Module *, RuntimePropertyInfo_get_Module, (RuntimePropertyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01ACBC30, RuntimeType *, RuntimePropertyInfo_GetDeclaringTypeInternal, (RuntimePropertyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01ACBCC0, RuntimeType *, RuntimePropertyInfo_get_ReflectedTypeInternal, (RuntimePropertyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01ACBB90, RuntimeModule *, RuntimePropertyInfo_GetRuntimeModule, (RuntimePropertyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01ACBD50, String *, RuntimePropertyInfo_ToString, (RuntimePropertyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01ACBD60, String *, RuntimePropertyInfo_FormatNameAndSig, (RuntimePropertyInfo * __this, bool serialization, MethodInfo * method)); DO_APP_FUNC(0x01ACBF20, void, RuntimePropertyInfo_GetObjectData, (RuntimePropertyInfo * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C755B8, RuntimePropertyInfo_GetObjectData__MethodInfo); DO_APP_FUNC(0x01ACC0A0, String *, RuntimePropertyInfo_SerializationToString, (RuntimePropertyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01ACC0B0, void, RuntimePropertyInfo_CachePropertyInfo, (RuntimePropertyInfo * __this, PInfo__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x01ACC0F0, bool, RuntimePropertyInfo_get_CanRead, (RuntimePropertyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01ACC120, bool, RuntimePropertyInfo_get_CanWrite, (RuntimePropertyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01ACC150, Type *, RuntimePropertyInfo_get_PropertyType, (RuntimePropertyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01ACC200, Type *, RuntimePropertyInfo_get_ReflectedType, (RuntimePropertyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01ACC240, Type *, RuntimePropertyInfo_get_DeclaringType, (RuntimePropertyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01ACC280, String *, RuntimePropertyInfo_get_Name, (RuntimePropertyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01ACC2C0, MethodInfo_1 *, RuntimePropertyInfo_GetGetMethod, (RuntimePropertyInfo * __this, bool nonPublic, MethodInfo * method)); DO_APP_FUNC(0x01ACC330, ParameterInfo__Array *, RuntimePropertyInfo_GetIndexParameters, (RuntimePropertyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01ACC5B0, MethodInfo_1 *, RuntimePropertyInfo_GetSetMethod, (RuntimePropertyInfo * __this, bool nonPublic, MethodInfo * method)); DO_APP_FUNC(0x01ACC620, bool, RuntimePropertyInfo_IsDefined, (RuntimePropertyInfo * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01ACC690, Object__Array *, RuntimePropertyInfo_GetCustomAttributes, (RuntimePropertyInfo * __this, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01ACC6F0, Object__Array *, RuntimePropertyInfo_GetCustomAttributes_1, (RuntimePropertyInfo * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01AB54E0, Object *, RuntimePropertyInfo_GetValue, (RuntimePropertyInfo * __this, Object * obj, Object__Array * index, MethodInfo * method)); DO_APP_FUNC(0x01ACC760, Object *, RuntimePropertyInfo_GetValue_1, (RuntimePropertyInfo * __this, Object * obj, BindingFlags__Enum invokeAttr, Binder * binder, Object__Array * index, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75590, RuntimePropertyInfo_GetValue_1__MethodInfo); DO_APP_FUNC(0x01ACC920, void, RuntimePropertyInfo_SetValue, (RuntimePropertyInfo * __this, Object * obj, Object * value, BindingFlags__Enum invokeAttr, Binder * binder, Object__Array * index, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C755A0, RuntimePropertyInfo_SetValue__MethodInfo); DO_APP_FUNC(0x01AC5310, int32_t, RuntimePropertyInfo_get_MetadataToken, (RuntimePropertyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AC5310, int32_t, RuntimePropertyInfo_get_metadata_token, (RuntimePropertyInfo * monoProperty, MethodInfo * method)); DO_APP_FUNC(0x01ACCB40, PropertyInfo_1 *, RuntimePropertyInfo_internal_from_handle_type, (void * event_handle, void * type_handle, MethodInfo * method)); DO_APP_FUNC(0x01ACCBA0, PropertyInfo_1 *, RuntimePropertyInfo_GetPropertyFromHandle, (RuntimePropertyHandle handle, RuntimeTypeHandle reflectedType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C755A8, RuntimePropertyInfo_GetPropertyFromHandle__MethodInfo); DO_APP_FUNC(0x003AC050, void, RuntimePropertyInfo__ctor, (RuntimePropertyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01095920, void, RuntimePropertyInfo_GetterAdapter__ctor, (RuntimePropertyInfo_GetterAdapter * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, Object *, RuntimePropertyInfo_GetterAdapter_Invoke, (RuntimePropertyInfo_GetterAdapter * __this, Object * _this, MethodInfo * method)); DO_APP_FUNC(0x01ACCCD0, void, StrongNameKeyPair__ctor, (StrongNameKeyPair * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01ACCFE0, void, StrongNameKeyPair_System_Runtime_Serialization_ISerializable_GetObjectData, (StrongNameKeyPair * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StrongNameKeyPair_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization, (StrongNameKeyPair * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01ACD2A0, MethodAttributes__Enum, ConstructorBuilder_get_Attributes, (ConstructorBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75538, ConstructorBuilder_get_Attributes__MethodInfo); DO_APP_FUNC(0x01ACD2F0, Type *, ConstructorBuilder_get_DeclaringType, (ConstructorBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75540, ConstructorBuilder_get_DeclaringType__MethodInfo); DO_APP_FUNC(0x01ACD340, String *, ConstructorBuilder_get_Name, (ConstructorBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75548, ConstructorBuilder_get_Name__MethodInfo); DO_APP_FUNC(0x01ACD390, ParameterInfo__Array *, ConstructorBuilder_GetParameters, (ConstructorBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75550, ConstructorBuilder_GetParameters__MethodInfo); DO_APP_FUNC(0x01ACD3E0, MethodImplAttributes__Enum, ConstructorBuilder_GetMethodImplementationFlags, (ConstructorBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75558, ConstructorBuilder_GetMethodImplementationFlags__MethodInfo); DO_APP_FUNC(0x01ACD430, RuntimeMethodHandle, ConstructorBuilder_get_MethodHandle, (ConstructorBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75560, ConstructorBuilder_get_MethodHandle__MethodInfo); DO_APP_FUNC(0x01ACD480, Object *, ConstructorBuilder_Invoke, (ConstructorBuilder * __this, BindingFlags__Enum invokeAttr, Binder * binder, Object__Array * parameters, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75568, ConstructorBuilder_Invoke__MethodInfo); DO_APP_FUNC(0x01ACD4D0, bool, ConstructorBuilder_IsDefined, (ConstructorBuilder * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75570, ConstructorBuilder_IsDefined__MethodInfo); DO_APP_FUNC(0x01ACD520, Object__Array *, ConstructorBuilder_GetCustomAttributes, (ConstructorBuilder * __this, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75578, ConstructorBuilder_GetCustomAttributes__MethodInfo); DO_APP_FUNC(0x01ACD570, Object__Array *, ConstructorBuilder_GetCustomAttributes_1, (ConstructorBuilder * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75580, ConstructorBuilder_GetCustomAttributes_1__MethodInfo); DO_APP_FUNC(0x01ACD5C0, Type *, ConstructorBuilder_get_ReflectedType, (ConstructorBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75498, ConstructorBuilder_get_ReflectedType__MethodInfo); DO_APP_FUNC(0x01ACD610, Object *, ConstructorBuilder_Invoke_1, (ConstructorBuilder * __this, Object * obj, BindingFlags__Enum invokeAttr, Binder * binder, Object__Array * parameters, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C754A0, ConstructorBuilder_Invoke_1__MethodInfo); DO_APP_FUNC(0x01ACD660, MethodAttributes__Enum, DynamicMethod_get_Attributes, (DynamicMethod * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C754A8, DynamicMethod_get_Attributes__MethodInfo); DO_APP_FUNC(0x01ACD6B0, Type *, DynamicMethod_get_DeclaringType, (DynamicMethod * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C754B0, DynamicMethod_get_DeclaringType__MethodInfo); DO_APP_FUNC(0x01ACD700, String *, DynamicMethod_get_Name, (DynamicMethod * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C754B8, DynamicMethod_get_Name__MethodInfo); DO_APP_FUNC(0x01ACD750, ParameterInfo__Array *, DynamicMethod_GetParameters, (DynamicMethod * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C754C0, DynamicMethod_GetParameters__MethodInfo); DO_APP_FUNC(0x01ACD7A0, RuntimeMethodHandle, DynamicMethod_get_MethodHandle, (DynamicMethod * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C754C8, DynamicMethod_get_MethodHandle__MethodInfo); DO_APP_FUNC(0x01ACD7F0, Type *, DynamicMethod_get_ReflectedType, (DynamicMethod * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C754D0, DynamicMethod_get_ReflectedType__MethodInfo); DO_APP_FUNC(0x01ACD840, Object__Array *, DynamicMethod_GetCustomAttributes, (DynamicMethod * __this, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C754D8, DynamicMethod_GetCustomAttributes__MethodInfo); DO_APP_FUNC(0x01ACD890, Object__Array *, DynamicMethod_GetCustomAttributes_1, (DynamicMethod * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C754E0, DynamicMethod_GetCustomAttributes_1__MethodInfo); DO_APP_FUNC(0x01ACD8E0, MethodImplAttributes__Enum, DynamicMethod_GetMethodImplementationFlags, (DynamicMethod * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C754E8, DynamicMethod_GetMethodImplementationFlags__MethodInfo); DO_APP_FUNC(0x01ACD930, Object *, DynamicMethod_Invoke, (DynamicMethod * __this, Object * obj, BindingFlags__Enum invokeAttr, Binder * binder, Object__Array * parameters, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C754F0, DynamicMethod_Invoke__MethodInfo); DO_APP_FUNC(0x01ACD980, bool, DynamicMethod_IsDefined, (DynamicMethod * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C754F8, DynamicMethod_IsDefined__MethodInfo); DO_APP_FUNC(0x01ACD9D0, Assembly *, EnumBuilder_get_Assembly, (EnumBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75500, EnumBuilder_get_Assembly__MethodInfo); DO_APP_FUNC(0x01ACDA20, String *, EnumBuilder_get_AssemblyQualifiedName, (EnumBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75508, EnumBuilder_get_AssemblyQualifiedName__MethodInfo); DO_APP_FUNC(0x01ACDA70, Type *, EnumBuilder_get_BaseType, (EnumBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75510, EnumBuilder_get_BaseType__MethodInfo); DO_APP_FUNC(0x01ACDAC0, String *, EnumBuilder_get_FullName, (EnumBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75418, EnumBuilder_get_FullName__MethodInfo); DO_APP_FUNC(0x01ACDB10, Guid, EnumBuilder_get_GUID, (EnumBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75420, EnumBuilder_get_GUID__MethodInfo); DO_APP_FUNC(0x01ACDB60, Module *, EnumBuilder_get_Module, (EnumBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75428, EnumBuilder_get_Module__MethodInfo); DO_APP_FUNC(0x01ACDBB0, String *, EnumBuilder_get_Name, (EnumBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75430, EnumBuilder_get_Name__MethodInfo); DO_APP_FUNC(0x01ACDC00, String *, EnumBuilder_get_Namespace, (EnumBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75438, EnumBuilder_get_Namespace__MethodInfo); DO_APP_FUNC(0x01ACDC50, Type *, EnumBuilder_get_UnderlyingSystemType, (EnumBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75440, EnumBuilder_get_UnderlyingSystemType__MethodInfo); DO_APP_FUNC(0x01ACDCA0, TypeAttributes__Enum, EnumBuilder_GetAttributeFlagsImpl, (EnumBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75448, EnumBuilder_GetAttributeFlagsImpl__MethodInfo); DO_APP_FUNC(0x01ACDCF0, ConstructorInfo *, EnumBuilder_GetConstructorImpl, (EnumBuilder * __this, BindingFlags__Enum bindingAttr, Binder * binder, CallingConventions__Enum callConvention, Type__Array * types, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75450, EnumBuilder_GetConstructorImpl__MethodInfo); DO_APP_FUNC(0x01ACDD40, ConstructorInfo__Array *, EnumBuilder_GetConstructors, (EnumBuilder * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75458, EnumBuilder_GetConstructors__MethodInfo); DO_APP_FUNC(0x01ACDD90, Object__Array *, EnumBuilder_GetCustomAttributes, (EnumBuilder * __this, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75460, EnumBuilder_GetCustomAttributes__MethodInfo); DO_APP_FUNC(0x01ACDDE0, Object__Array *, EnumBuilder_GetCustomAttributes_1, (EnumBuilder * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75468, EnumBuilder_GetCustomAttributes_1__MethodInfo); DO_APP_FUNC(0x01ACDE30, Type *, EnumBuilder_GetElementType, (EnumBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75470, EnumBuilder_GetElementType__MethodInfo); DO_APP_FUNC(0x01ACDE80, EventInfo_1 *, EnumBuilder_GetEvent, (EnumBuilder * __this, String * name, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75478, EnumBuilder_GetEvent__MethodInfo); DO_APP_FUNC(0x01ACDED0, EventInfo_1__Array *, EnumBuilder_GetEvents, (EnumBuilder * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75480, EnumBuilder_GetEvents__MethodInfo); DO_APP_FUNC(0x01ACDF20, FieldInfo_1 *, EnumBuilder_GetField, (EnumBuilder * __this, String * name, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75488, EnumBuilder_GetField__MethodInfo); DO_APP_FUNC(0x01ACDF70, FieldInfo_1__Array *, EnumBuilder_GetFields, (EnumBuilder * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75490, EnumBuilder_GetFields__MethodInfo); DO_APP_FUNC(0x01ACDFC0, Type__Array *, EnumBuilder_GetInterfaces, (EnumBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75398, EnumBuilder_GetInterfaces__MethodInfo); DO_APP_FUNC(0x01ACE010, MemberInfo_1__Array *, EnumBuilder_GetMembers, (EnumBuilder * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C753A0, EnumBuilder_GetMembers__MethodInfo); DO_APP_FUNC(0x01ACE060, MethodInfo_1 *, EnumBuilder_GetMethodImpl, (EnumBuilder * __this, String * name, BindingFlags__Enum bindingAttr, Binder * binder, CallingConventions__Enum callConvention, Type__Array * types, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C753A8, EnumBuilder_GetMethodImpl__MethodInfo); DO_APP_FUNC(0x01ACE0B0, MethodInfo_1__Array *, EnumBuilder_GetMethods, (EnumBuilder * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C753B0, EnumBuilder_GetMethods__MethodInfo); DO_APP_FUNC(0x01ACE100, Type *, EnumBuilder_GetNestedType, (EnumBuilder * __this, String * name, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C753B8, EnumBuilder_GetNestedType__MethodInfo); DO_APP_FUNC(0x01ACE150, PropertyInfo_1__Array *, EnumBuilder_GetProperties, (EnumBuilder * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C753C0, EnumBuilder_GetProperties__MethodInfo); DO_APP_FUNC(0x01ACE1A0, PropertyInfo_1 *, EnumBuilder_GetPropertyImpl, (EnumBuilder * __this, String * name, BindingFlags__Enum bindingAttr, Binder * binder, Type * returnType, Type__Array * types, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C753C8, EnumBuilder_GetPropertyImpl__MethodInfo); DO_APP_FUNC(0x01ACE1F0, bool, EnumBuilder_HasElementTypeImpl, (EnumBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C753D0, EnumBuilder_HasElementTypeImpl__MethodInfo); DO_APP_FUNC(0x01ACE240, Object *, EnumBuilder_InvokeMember, (EnumBuilder * __this, String * name, BindingFlags__Enum invokeAttr, Binder * binder, Object * target, Object__Array * args, ParameterModifier__Array * modifiers, CultureInfo * culture, String__Array * namedParameters, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C753D8, EnumBuilder_InvokeMember__MethodInfo); DO_APP_FUNC(0x01ACE290, bool, EnumBuilder_IsArrayImpl, (EnumBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C753E0, EnumBuilder_IsArrayImpl__MethodInfo); DO_APP_FUNC(0x01ACE2E0, bool, EnumBuilder_IsByRefImpl, (EnumBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C753E8, EnumBuilder_IsByRefImpl__MethodInfo); DO_APP_FUNC(0x01ACE330, bool, EnumBuilder_IsCOMObjectImpl, (EnumBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C753F0, EnumBuilder_IsCOMObjectImpl__MethodInfo); DO_APP_FUNC(0x01ACE380, bool, EnumBuilder_IsDefined, (EnumBuilder * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C753F8, EnumBuilder_IsDefined__MethodInfo); DO_APP_FUNC(0x01ACE3D0, bool, EnumBuilder_IsPointerImpl, (EnumBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75400, EnumBuilder_IsPointerImpl__MethodInfo); DO_APP_FUNC(0x01ACE420, bool, EnumBuilder_IsPrimitiveImpl, (EnumBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75408, EnumBuilder_IsPrimitiveImpl__MethodInfo); DO_APP_FUNC(0x01ACE470, FieldAttributes__Enum, FieldBuilder_get_Attributes, (FieldBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x01ACE470, Type *, FieldBuilder_get_DeclaringType, (FieldBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x01ACE470, RuntimeFieldHandle, FieldBuilder_get_FieldHandle, (FieldBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x01ACE470, Type *, FieldBuilder_get_FieldType, (FieldBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x01ACE470, String *, FieldBuilder_get_Name, (FieldBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x01ACE470, Type *, FieldBuilder_get_ReflectedType, (FieldBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x01ACE470, Object__Array *, FieldBuilder_GetCustomAttributes, (FieldBuilder * __this, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01ACE470, Object__Array *, FieldBuilder_GetCustomAttributes_1, (FieldBuilder * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01ACE470, Object *, FieldBuilder_GetValue, (FieldBuilder * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01ACE470, bool, FieldBuilder_IsDefined, (FieldBuilder * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x01ACE480, void, FieldBuilder_SetValue, (FieldBuilder * __this, Object * obj, Object * val, BindingFlags__Enum invokeAttr, Binder * binder, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75410, FieldBuilder_SetValue__MethodInfo); DO_APP_FUNC(0x01ACE4D0, Assembly *, GenericTypeParameterBuilder_get_Assembly, (GenericTypeParameterBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75318, GenericTypeParameterBuilder_get_Assembly__MethodInfo); DO_APP_FUNC(0x01ACE520, String *, GenericTypeParameterBuilder_get_AssemblyQualifiedName, (GenericTypeParameterBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75320, GenericTypeParameterBuilder_get_AssemblyQualifiedName__MethodInfo); DO_APP_FUNC(0x01ACE570, Type *, GenericTypeParameterBuilder_get_BaseType, (GenericTypeParameterBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75328, GenericTypeParameterBuilder_get_BaseType__MethodInfo); DO_APP_FUNC(0x01ACE5C0, String *, GenericTypeParameterBuilder_get_FullName, (GenericTypeParameterBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75330, GenericTypeParameterBuilder_get_FullName__MethodInfo); DO_APP_FUNC(0x01ACE610, Guid, GenericTypeParameterBuilder_get_GUID, (GenericTypeParameterBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75338, GenericTypeParameterBuilder_get_GUID__MethodInfo); DO_APP_FUNC(0x01ACE660, Module *, GenericTypeParameterBuilder_get_Module, (GenericTypeParameterBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75340, GenericTypeParameterBuilder_get_Module__MethodInfo); DO_APP_FUNC(0x01ACE6B0, String *, GenericTypeParameterBuilder_get_Name, (GenericTypeParameterBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75348, GenericTypeParameterBuilder_get_Name__MethodInfo); DO_APP_FUNC(0x01ACE700, String *, GenericTypeParameterBuilder_get_Namespace, (GenericTypeParameterBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75350, GenericTypeParameterBuilder_get_Namespace__MethodInfo); DO_APP_FUNC(0x01ACE750, Type *, GenericTypeParameterBuilder_get_UnderlyingSystemType, (GenericTypeParameterBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75358, GenericTypeParameterBuilder_get_UnderlyingSystemType__MethodInfo); DO_APP_FUNC(0x01ACE7A0, TypeAttributes__Enum, GenericTypeParameterBuilder_GetAttributeFlagsImpl, (GenericTypeParameterBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75360, GenericTypeParameterBuilder_GetAttributeFlagsImpl__MethodInfo); DO_APP_FUNC(0x01ACE7F0, ConstructorInfo *, GenericTypeParameterBuilder_GetConstructorImpl, (GenericTypeParameterBuilder * __this, BindingFlags__Enum bindingAttr, Binder * binder, CallingConventions__Enum callConvention, Type__Array * types, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75368, GenericTypeParameterBuilder_GetConstructorImpl__MethodInfo); DO_APP_FUNC(0x01ACE840, ConstructorInfo__Array *, GenericTypeParameterBuilder_GetConstructors, (GenericTypeParameterBuilder * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75370, GenericTypeParameterBuilder_GetConstructors__MethodInfo); DO_APP_FUNC(0x01ACE890, Object__Array *, GenericTypeParameterBuilder_GetCustomAttributes, (GenericTypeParameterBuilder * __this, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75378, GenericTypeParameterBuilder_GetCustomAttributes__MethodInfo); DO_APP_FUNC(0x01ACE8E0, Object__Array *, GenericTypeParameterBuilder_GetCustomAttributes_1, (GenericTypeParameterBuilder * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75380, GenericTypeParameterBuilder_GetCustomAttributes_1__MethodInfo); DO_APP_FUNC(0x01ACE930, Type *, GenericTypeParameterBuilder_GetElementType, (GenericTypeParameterBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75388, GenericTypeParameterBuilder_GetElementType__MethodInfo); DO_APP_FUNC(0x01ACE980, EventInfo_1 *, GenericTypeParameterBuilder_GetEvent, (GenericTypeParameterBuilder * __this, String * name, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75390, GenericTypeParameterBuilder_GetEvent__MethodInfo); DO_APP_FUNC(0x01ACE9D0, EventInfo_1__Array *, GenericTypeParameterBuilder_GetEvents, (GenericTypeParameterBuilder * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75298, GenericTypeParameterBuilder_GetEvents__MethodInfo); DO_APP_FUNC(0x01ACEA20, FieldInfo_1 *, GenericTypeParameterBuilder_GetField, (GenericTypeParameterBuilder * __this, String * name, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C752A0, GenericTypeParameterBuilder_GetField__MethodInfo); DO_APP_FUNC(0x01ACEA70, FieldInfo_1__Array *, GenericTypeParameterBuilder_GetFields, (GenericTypeParameterBuilder * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C752A8, GenericTypeParameterBuilder_GetFields__MethodInfo); DO_APP_FUNC(0x01ACEAC0, Type__Array *, GenericTypeParameterBuilder_GetInterfaces, (GenericTypeParameterBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C752B0, GenericTypeParameterBuilder_GetInterfaces__MethodInfo); DO_APP_FUNC(0x01ACEB10, MemberInfo_1__Array *, GenericTypeParameterBuilder_GetMembers, (GenericTypeParameterBuilder * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C752B8, GenericTypeParameterBuilder_GetMembers__MethodInfo); DO_APP_FUNC(0x01ACEB60, MethodInfo_1 *, GenericTypeParameterBuilder_GetMethodImpl, (GenericTypeParameterBuilder * __this, String * name, BindingFlags__Enum bindingAttr, Binder * binder, CallingConventions__Enum callConvention, Type__Array * types, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C752C0, GenericTypeParameterBuilder_GetMethodImpl__MethodInfo); DO_APP_FUNC(0x01ACEBB0, MethodInfo_1__Array *, GenericTypeParameterBuilder_GetMethods, (GenericTypeParameterBuilder * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C752C8, GenericTypeParameterBuilder_GetMethods__MethodInfo); DO_APP_FUNC(0x01ACEC00, Type *, GenericTypeParameterBuilder_GetNestedType, (GenericTypeParameterBuilder * __this, String * name, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C752D0, GenericTypeParameterBuilder_GetNestedType__MethodInfo); DO_APP_FUNC(0x01ACEC50, PropertyInfo_1__Array *, GenericTypeParameterBuilder_GetProperties, (GenericTypeParameterBuilder * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C752D8, GenericTypeParameterBuilder_GetProperties__MethodInfo); DO_APP_FUNC(0x01ACECA0, PropertyInfo_1 *, GenericTypeParameterBuilder_GetPropertyImpl, (GenericTypeParameterBuilder * __this, String * name, BindingFlags__Enum bindingAttr, Binder * binder, Type * returnType, Type__Array * types, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C752E0, GenericTypeParameterBuilder_GetPropertyImpl__MethodInfo); DO_APP_FUNC(0x01ACECF0, bool, GenericTypeParameterBuilder_HasElementTypeImpl, (GenericTypeParameterBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C752E8, GenericTypeParameterBuilder_HasElementTypeImpl__MethodInfo); DO_APP_FUNC(0x01ACED40, Object *, GenericTypeParameterBuilder_InvokeMember, (GenericTypeParameterBuilder * __this, String * name, BindingFlags__Enum invokeAttr, Binder * binder, Object * target, Object__Array * args, ParameterModifier__Array * modifiers, CultureInfo * culture, String__Array * namedParameters, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C752F0, GenericTypeParameterBuilder_InvokeMember__MethodInfo); DO_APP_FUNC(0x01ACED90, bool, GenericTypeParameterBuilder_IsArrayImpl, (GenericTypeParameterBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C752F8, GenericTypeParameterBuilder_IsArrayImpl__MethodInfo); DO_APP_FUNC(0x01ACEDE0, bool, GenericTypeParameterBuilder_IsByRefImpl, (GenericTypeParameterBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75300, GenericTypeParameterBuilder_IsByRefImpl__MethodInfo); DO_APP_FUNC(0x01ACEE30, bool, GenericTypeParameterBuilder_IsCOMObjectImpl, (GenericTypeParameterBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75308, GenericTypeParameterBuilder_IsCOMObjectImpl__MethodInfo); DO_APP_FUNC(0x01ACEE80, bool, GenericTypeParameterBuilder_IsDefined, (GenericTypeParameterBuilder * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75310, GenericTypeParameterBuilder_IsDefined__MethodInfo); DO_APP_FUNC(0x01ACEED0, bool, GenericTypeParameterBuilder_IsPointerImpl, (GenericTypeParameterBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75218, GenericTypeParameterBuilder_IsPointerImpl__MethodInfo); DO_APP_FUNC(0x01ACEF20, bool, GenericTypeParameterBuilder_IsPrimitiveImpl, (GenericTypeParameterBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75220, GenericTypeParameterBuilder_IsPrimitiveImpl__MethodInfo); DO_APP_FUNC(0x01ACEF70, MethodAttributes__Enum, MethodBuilder_get_Attributes, (MethodBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75228, MethodBuilder_get_Attributes__MethodInfo); DO_APP_FUNC(0x01ACEFC0, Type *, MethodBuilder_get_DeclaringType, (MethodBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75230, MethodBuilder_get_DeclaringType__MethodInfo); DO_APP_FUNC(0x01ACF010, RuntimeMethodHandle, MethodBuilder_get_MethodHandle, (MethodBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75238, MethodBuilder_get_MethodHandle__MethodInfo); DO_APP_FUNC(0x01ACF060, String *, MethodBuilder_get_Name, (MethodBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75240, MethodBuilder_get_Name__MethodInfo); DO_APP_FUNC(0x01ACF0B0, Type *, MethodBuilder_get_ReflectedType, (MethodBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75248, MethodBuilder_get_ReflectedType__MethodInfo); DO_APP_FUNC(0x01ACF100, Object__Array *, MethodBuilder_GetCustomAttributes, (MethodBuilder * __this, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75250, MethodBuilder_GetCustomAttributes__MethodInfo); DO_APP_FUNC(0x01ACF150, Object__Array *, MethodBuilder_GetCustomAttributes_1, (MethodBuilder * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75258, MethodBuilder_GetCustomAttributes_1__MethodInfo); DO_APP_FUNC(0x01ACF1A0, MethodImplAttributes__Enum, MethodBuilder_GetMethodImplementationFlags, (MethodBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75260, MethodBuilder_GetMethodImplementationFlags__MethodInfo); DO_APP_FUNC(0x01ACF1F0, ParameterInfo__Array *, MethodBuilder_GetParameters, (MethodBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75268, MethodBuilder_GetParameters__MethodInfo); DO_APP_FUNC(0x01ACF240, Object *, MethodBuilder_Invoke, (MethodBuilder * __this, Object * obj, BindingFlags__Enum invokeAttr, Binder * binder, Object__Array * parameters, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75270, MethodBuilder_Invoke__MethodInfo); DO_APP_FUNC(0x01ACF290, bool, MethodBuilder_IsDefined, (MethodBuilder * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75278, MethodBuilder_IsDefined__MethodInfo); DO_APP_FUNC(0x01ACF2E0, bool, PropertyBuilder_get_CanRead, (PropertyBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75280, PropertyBuilder_get_CanRead__MethodInfo); DO_APP_FUNC(0x01ACF330, bool, PropertyBuilder_get_CanWrite, (PropertyBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75288, PropertyBuilder_get_CanWrite__MethodInfo); DO_APP_FUNC(0x01ACF380, Type *, PropertyBuilder_get_DeclaringType, (PropertyBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75290, PropertyBuilder_get_DeclaringType__MethodInfo); DO_APP_FUNC(0x01ACF3D0, String *, PropertyBuilder_get_Name, (PropertyBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75198, PropertyBuilder_get_Name__MethodInfo); DO_APP_FUNC(0x01ACF420, Type *, PropertyBuilder_get_PropertyType, (PropertyBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C751A0, PropertyBuilder_get_PropertyType__MethodInfo); DO_APP_FUNC(0x01ACF470, Type *, PropertyBuilder_get_ReflectedType, (PropertyBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C751A8, PropertyBuilder_get_ReflectedType__MethodInfo); DO_APP_FUNC(0x01ACF4C0, Object__Array *, PropertyBuilder_GetCustomAttributes, (PropertyBuilder * __this, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C751B0, PropertyBuilder_GetCustomAttributes__MethodInfo); DO_APP_FUNC(0x01ACF510, Object__Array *, PropertyBuilder_GetCustomAttributes_1, (PropertyBuilder * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C751B8, PropertyBuilder_GetCustomAttributes_1__MethodInfo); DO_APP_FUNC(0x01ACF560, MethodInfo_1 *, PropertyBuilder_GetGetMethod, (PropertyBuilder * __this, bool nonPublic, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C751C0, PropertyBuilder_GetGetMethod__MethodInfo); DO_APP_FUNC(0x01ACF5B0, ParameterInfo__Array *, PropertyBuilder_GetIndexParameters, (PropertyBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C751C8, PropertyBuilder_GetIndexParameters__MethodInfo); DO_APP_FUNC(0x01ACF600, MethodInfo_1 *, PropertyBuilder_GetSetMethod, (PropertyBuilder * __this, bool nonPublic, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C751D0, PropertyBuilder_GetSetMethod__MethodInfo); DO_APP_FUNC(0x01ACF650, Object *, PropertyBuilder_GetValue, (PropertyBuilder * __this, Object * obj, BindingFlags__Enum invokeAttr, Binder * binder, Object__Array * index, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C751D8, PropertyBuilder_GetValue__MethodInfo); DO_APP_FUNC(0x01ACF6A0, bool, PropertyBuilder_IsDefined, (PropertyBuilder * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C751E0, PropertyBuilder_IsDefined__MethodInfo); DO_APP_FUNC(0x01ACF6F0, void, PropertyBuilder_SetValue, (PropertyBuilder * __this, Object * obj, Object * value, BindingFlags__Enum invokeAttr, Binder * binder, Object__Array * index, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C751E8, PropertyBuilder_SetValue__MethodInfo); DO_APP_FUNC(0x01ACF740, Assembly *, TypeBuilder_get_Assembly, (TypeBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C751F0, TypeBuilder_get_Assembly__MethodInfo); DO_APP_FUNC(0x01ACF790, String *, TypeBuilder_get_AssemblyQualifiedName, (TypeBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C751F8, TypeBuilder_get_AssemblyQualifiedName__MethodInfo); DO_APP_FUNC(0x01ACF7E0, Type *, TypeBuilder_get_BaseType, (TypeBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75200, TypeBuilder_get_BaseType__MethodInfo); DO_APP_FUNC(0x01ACF830, String *, TypeBuilder_get_FullName, (TypeBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75208, TypeBuilder_get_FullName__MethodInfo); DO_APP_FUNC(0x01ACF880, Guid, TypeBuilder_get_GUID, (TypeBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75210, TypeBuilder_get_GUID__MethodInfo); DO_APP_FUNC(0x01ACF8D0, Module *, TypeBuilder_get_Module, (TypeBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75118, TypeBuilder_get_Module__MethodInfo); DO_APP_FUNC(0x01ACF920, String *, TypeBuilder_get_Name, (TypeBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75120, TypeBuilder_get_Name__MethodInfo); DO_APP_FUNC(0x01ACF970, String *, TypeBuilder_get_Namespace, (TypeBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75128, TypeBuilder_get_Namespace__MethodInfo); DO_APP_FUNC(0x01ACF9C0, Type *, TypeBuilder_get_UnderlyingSystemType, (TypeBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75130, TypeBuilder_get_UnderlyingSystemType__MethodInfo); DO_APP_FUNC(0x01ACFA10, TypeAttributes__Enum, TypeBuilder_GetAttributeFlagsImpl, (TypeBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75138, TypeBuilder_GetAttributeFlagsImpl__MethodInfo); DO_APP_FUNC(0x01ACFA60, ConstructorInfo *, TypeBuilder_GetConstructorImpl, (TypeBuilder * __this, BindingFlags__Enum bindingAttr, Binder * binder, CallingConventions__Enum callConvention, Type__Array * types, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75140, TypeBuilder_GetConstructorImpl__MethodInfo); DO_APP_FUNC(0x01ACFAB0, ConstructorInfo__Array *, TypeBuilder_GetConstructors, (TypeBuilder * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75148, TypeBuilder_GetConstructors__MethodInfo); DO_APP_FUNC(0x01ACFB00, Object__Array *, TypeBuilder_GetCustomAttributes, (TypeBuilder * __this, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75150, TypeBuilder_GetCustomAttributes__MethodInfo); DO_APP_FUNC(0x01ACFB50, Object__Array *, TypeBuilder_GetCustomAttributes_1, (TypeBuilder * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75158, TypeBuilder_GetCustomAttributes_1__MethodInfo); DO_APP_FUNC(0x01ACFBA0, Type *, TypeBuilder_GetElementType, (TypeBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75160, TypeBuilder_GetElementType__MethodInfo); DO_APP_FUNC(0x01ACFBF0, EventInfo_1 *, TypeBuilder_GetEvent, (TypeBuilder * __this, String * name, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75168, TypeBuilder_GetEvent__MethodInfo); DO_APP_FUNC(0x01ACFC40, EventInfo_1__Array *, TypeBuilder_GetEvents, (TypeBuilder * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75170, TypeBuilder_GetEvents__MethodInfo); DO_APP_FUNC(0x01ACFC90, FieldInfo_1 *, TypeBuilder_GetField, (TypeBuilder * __this, String * name, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75178, TypeBuilder_GetField__MethodInfo); DO_APP_FUNC(0x01ACFCE0, FieldInfo_1__Array *, TypeBuilder_GetFields, (TypeBuilder * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75180, TypeBuilder_GetFields__MethodInfo); DO_APP_FUNC(0x01ACFD30, Type__Array *, TypeBuilder_GetInterfaces, (TypeBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75188, TypeBuilder_GetInterfaces__MethodInfo); DO_APP_FUNC(0x01ACFD80, MemberInfo_1__Array *, TypeBuilder_GetMembers, (TypeBuilder * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75190, TypeBuilder_GetMembers__MethodInfo); DO_APP_FUNC(0x01ACFDD0, MethodInfo_1 *, TypeBuilder_GetMethodImpl, (TypeBuilder * __this, String * name, BindingFlags__Enum bindingAttr, Binder * binder, CallingConventions__Enum callConvention, Type__Array * types, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C750B0, TypeBuilder_GetMethodImpl__MethodInfo); DO_APP_FUNC(0x01ACFE20, MethodInfo_1__Array *, TypeBuilder_GetMethods, (TypeBuilder * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C750B8, TypeBuilder_GetMethods__MethodInfo); DO_APP_FUNC(0x01ACFE70, Type *, TypeBuilder_GetNestedType, (TypeBuilder * __this, String * name, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C750C0, TypeBuilder_GetNestedType__MethodInfo); DO_APP_FUNC(0x01ACFEC0, PropertyInfo_1__Array *, TypeBuilder_GetProperties, (TypeBuilder * __this, BindingFlags__Enum bindingAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C750C8, TypeBuilder_GetProperties__MethodInfo); DO_APP_FUNC(0x01ACFF10, PropertyInfo_1 *, TypeBuilder_GetPropertyImpl, (TypeBuilder * __this, String * name, BindingFlags__Enum bindingAttr, Binder * binder, Type * returnType, Type__Array * types, ParameterModifier__Array * modifiers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C750D0, TypeBuilder_GetPropertyImpl__MethodInfo); DO_APP_FUNC(0x01ACFF60, bool, TypeBuilder_HasElementTypeImpl, (TypeBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C750D8, TypeBuilder_HasElementTypeImpl__MethodInfo); DO_APP_FUNC(0x01ACFFB0, Object *, TypeBuilder_InvokeMember, (TypeBuilder * __this, String * name, BindingFlags__Enum invokeAttr, Binder * binder, Object * target, Object__Array * args, ParameterModifier__Array * modifiers, CultureInfo * culture, String__Array * namedParameters, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C750E0, TypeBuilder_InvokeMember__MethodInfo); DO_APP_FUNC(0x01AD0000, bool, TypeBuilder_IsArrayImpl, (TypeBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C750E8, TypeBuilder_IsArrayImpl__MethodInfo); DO_APP_FUNC(0x01AD0050, bool, TypeBuilder_IsByRefImpl, (TypeBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C750F0, TypeBuilder_IsByRefImpl__MethodInfo); DO_APP_FUNC(0x01AD00A0, bool, TypeBuilder_IsCOMObjectImpl, (TypeBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C750F8, TypeBuilder_IsCOMObjectImpl__MethodInfo); DO_APP_FUNC(0x01AD00F0, bool, TypeBuilder_IsDefined, (TypeBuilder * __this, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75100, TypeBuilder_IsDefined__MethodInfo); DO_APP_FUNC(0x01AD0140, bool, TypeBuilder_IsPointerImpl, (TypeBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75108, TypeBuilder_IsPointerImpl__MethodInfo); DO_APP_FUNC(0x01AD0190, bool, TypeBuilder_IsPrimitiveImpl, (TypeBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75110, TypeBuilder_IsPrimitiveImpl__MethodInfo); DO_APP_FUNC(0x003AC050, void, UnmanagedMarshal__ctor, (UnmanagedMarshal * __this, MethodInfo * method)); DO_APP_FUNC(0x01AD01E0, uint8_t, ConstantHelper_GetByteWithAllBitsSet, (MethodInfo * method)); DO_APP_FUNC(0x01AD01E0, int8_t, ConstantHelper_GetSByteWithAllBitsSet, (MethodInfo * method)); DO_APP_FUNC(0x01AD01F0, uint16_t, ConstantHelper_GetUInt16WithAllBitsSet, (MethodInfo * method)); DO_APP_FUNC(0x006FEBF0, int16_t, ConstantHelper_GetInt16WithAllBitsSet, (MethodInfo * method)); DO_APP_FUNC(0x006FEBF0, uint32_t, ConstantHelper_GetUInt32WithAllBitsSet, (MethodInfo * method)); DO_APP_FUNC(0x006FEBF0, int32_t, ConstantHelper_GetInt32WithAllBitsSet, (MethodInfo * method)); DO_APP_FUNC(0x0120BF80, uint64_t, ConstantHelper_GetUInt64WithAllBitsSet, (MethodInfo * method)); DO_APP_FUNC(0x0120BF80, int64_t, ConstantHelper_GetInt64WithAllBitsSet, (MethodInfo * method)); DO_APP_FUNC(0x0120BF90, float, ConstantHelper_GetSingleWithAllBitsSet, (MethodInfo * method)); DO_APP_FUNC(0x0120BFA0, double, ConstantHelper_GetDoubleWithAllBitsSet, (MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Vector_get_IsHardwareAccelerated, (MethodInfo * method)); DO_APP_FUNC(0x01AD0200, int32_t, HashHelpers_Combine, (int32_t h1, int32_t h2, MethodInfo * method)); DO_APP_FUNC(0x01AD0220, void, HashHelpers__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01AD0300, int32_t, CharUnicodeInfo_InternalConvertToUtf32, (String * s, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01AD0390, int32_t, CharUnicodeInfo_InternalConvertToUtf32_1, (StringBuilder * s, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01AD0420, int32_t, CharUnicodeInfo_InternalConvertToUtf32_2, (String * s, int32_t index, int32_t * charLength, MethodInfo * method)); DO_APP_FUNC(0x01AD04D0, double, CharUnicodeInfo_InternalGetNumericValue, (int32_t ch, MethodInfo * method)); DO_APP_FUNC(0x01AD07F0, uint8_t, CharUnicodeInfo_InternalGetDigitValues, (int32_t ch, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x01AD0A90, double, CharUnicodeInfo_GetNumericValue, (uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x01AD0AA0, double, CharUnicodeInfo_GetNumericValue_1, (String * s, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75080, CharUnicodeInfo_GetNumericValue_1__MethodInfo); DO_APP_FUNC(0x01AD0C20, int32_t, CharUnicodeInfo_GetDecimalDigitValue, (uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x01AD0C40, int32_t, CharUnicodeInfo_GetDecimalDigitValue_1, (String * s, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75088, CharUnicodeInfo_GetDecimalDigitValue_1__MethodInfo); DO_APP_FUNC(0x01AD0DC0, int32_t, CharUnicodeInfo_GetDigitValue, (uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x01AD0DE0, int32_t, CharUnicodeInfo_GetDigitValue_1, (String * s, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75090, CharUnicodeInfo_GetDigitValue_1__MethodInfo); DO_APP_FUNC(0x01AD0F60, UnicodeCategory__Enum, CharUnicodeInfo_GetUnicodeCategory, (uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x01AD0F80, UnicodeCategory__Enum, CharUnicodeInfo_GetUnicodeCategory_1, (String * s, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75098, CharUnicodeInfo_GetUnicodeCategory_1__MethodInfo); DO_APP_FUNC(0x01AD1040, UnicodeCategory__Enum, CharUnicodeInfo_GetUnicodeCategory_2, (int32_t codePoint, MethodInfo * method)); DO_APP_FUNC(0x01AD1060, uint8_t, CharUnicodeInfo_InternalGetCategoryValue, (int32_t ch, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x01AD12C0, UnicodeCategory__Enum, CharUnicodeInfo_InternalGetUnicodeCategory, (String * value, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01AD1370, BidiCategory__Enum, CharUnicodeInfo_GetBidiCategory, (String * s, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C750A0, CharUnicodeInfo_GetBidiCategory__MethodInfo); DO_APP_FUNC(0x01AD14C0, BidiCategory__Enum, CharUnicodeInfo_GetBidiCategory_1, (StringBuilder * s, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01AD1560, UnicodeCategory__Enum, CharUnicodeInfo_InternalGetUnicodeCategory_1, (String * str, int32_t index, int32_t * charLength, MethodInfo * method)); DO_APP_FUNC(0x01AD1630, bool, CharUnicodeInfo_IsCombiningCategory, (UnicodeCategory__Enum uc, MethodInfo * method)); DO_APP_FUNC(0x01AD1650, bool, CharUnicodeInfo_IsWhiteSpace, (String * s, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01AD1720, bool, CharUnicodeInfo_IsWhiteSpace_1, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01AD1750, ReadOnlySpan_1_Byte_, CharUnicodeInfo_get_CategoryLevel1Index, (MethodInfo * method)); DO_APP_FUNC(0x01AD17E0, ReadOnlySpan_1_Byte_, CharUnicodeInfo_get_CategoryLevel2Index, (MethodInfo * method)); DO_APP_FUNC(0x01AD1870, ReadOnlySpan_1_Byte_, CharUnicodeInfo_get_CategoryLevel3Index, (MethodInfo * method)); DO_APP_FUNC(0x01AD1900, ReadOnlySpan_1_Byte_, CharUnicodeInfo_get_CategoriesValue, (MethodInfo * method)); DO_APP_FUNC(0x01AD1990, ReadOnlySpan_1_Byte_, CharUnicodeInfo_get_NumericLevel1Index, (MethodInfo * method)); DO_APP_FUNC(0x01AD1A20, ReadOnlySpan_1_Byte_, CharUnicodeInfo_get_NumericLevel2Index, (MethodInfo * method)); DO_APP_FUNC(0x01AD1AB0, ReadOnlySpan_1_Byte_, CharUnicodeInfo_get_NumericLevel3Index, (MethodInfo * method)); DO_APP_FUNC(0x01AD1B40, ReadOnlySpan_1_Byte_, CharUnicodeInfo_get_NumericValues, (MethodInfo * method)); DO_APP_FUNC(0x01AD1BD0, ReadOnlySpan_1_Byte_, CharUnicodeInfo_get_DigitValues, (MethodInfo * method)); DO_APP_FUNC(0x01AD1C60, int32_t, CompareInfo_InvariantIndexOf, (String * source, String * value, int32_t startIndex, int32_t count, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x01AD1D30, int32_t, CompareInfo_InvariantIndexOf_1, (ReadOnlySpan_1_Char_ source, ReadOnlySpan_1_Char_ value, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x01AD1DE0, int32_t, CompareInfo_InvariantLastIndexOf, (String * source, String * value, int32_t startIndex, int32_t count, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x01AD1EC0, int32_t, CompareInfo_InvariantFindString, (uint16_t * source, int32_t sourceCount, uint16_t * value, int32_t valueCount, bool ignoreCase, bool start, MethodInfo * method)); DO_APP_FUNC(0x01AD22A0, uint16_t, CompareInfo_InvariantToUpper, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01AD22C0, SortKey *, CompareInfo_InvariantCreateSortKey, (CompareInfo * __this, String * source, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75018, CompareInfo_InvariantCreateSortKey__MethodInfo); DO_APP_FUNC(0x01AD25B0, void, CompareInfo__ctor, (CompareInfo * __this, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC(0x01AD2690, CompareInfo *, CompareInfo_GetCompareInfo, (int32_t culture, Assembly * assembly, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75020, CompareInfo_GetCompareInfo__MethodInfo); DO_APP_FUNC(0x01AD28B0, CompareInfo *, CompareInfo_GetCompareInfo_1, (String * name, Assembly * assembly, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75030, CompareInfo_GetCompareInfo_1__MethodInfo); DO_APP_FUNC(0x01AD2AA0, CompareInfo *, CompareInfo_GetCompareInfo_2, (int32_t culture, MethodInfo * method)); DO_APP_FUNC(0x01AD2B10, CompareInfo *, CompareInfo_GetCompareInfo_3, (String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75000, CompareInfo_GetCompareInfo_3__MethodInfo); DO_APP_FUNC(0x01AD2BE0, bool, CompareInfo_IsSortable, (uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x01AD2CB0, bool, CompareInfo_IsSortable_1, (String * text, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75010, CompareInfo_IsSortable_1__MethodInfo); DO_APP_FUNC(0x00996350, void, CompareInfo_OnDeserializing, (CompareInfo * __this, StreamingContext ctx, MethodInfo * method)); DO_APP_FUNC(0x01AD2DB0, void, CompareInfo_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization, (CompareInfo * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01AD2DB0, void, CompareInfo_OnDeserialized, (CompareInfo * __this, StreamingContext ctx, MethodInfo * method)); DO_APP_FUNC(0x01AD2DC0, void, CompareInfo_OnDeserialized_1, (CompareInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AD2F10, void, CompareInfo_OnSerializing, (CompareInfo * __this, StreamingContext ctx, MethodInfo * method)); DO_APP_FUNC(0x01AD2FB0, String *, CompareInfo_get_Name, (CompareInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AD3080, int32_t, CompareInfo_Compare, (CompareInfo * __this, String * string1, String * string2, MethodInfo * method)); DO_APP_FUNC(0x01AD30B0, int32_t, CompareInfo_Compare_1, (CompareInfo * __this, String * string1, String * string2, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74FD0, CompareInfo_Compare_1__MethodInfo); DO_APP_FUNC(0x01AD3460, int32_t, CompareInfo_Compare_2, (CompareInfo * __this, ReadOnlySpan_1_Char_ string1, String * string2, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74FD8, CompareInfo_Compare_2__MethodInfo); DO_APP_FUNC(0x01AD3880, int32_t, CompareInfo_CompareOptionNone, (CompareInfo * __this, ReadOnlySpan_1_Char_ string1, ReadOnlySpan_1_Char_ string2, MethodInfo * method)); DO_APP_FUNC(0x01AD39C0, int32_t, CompareInfo_CompareOptionIgnoreCase, (CompareInfo * __this, ReadOnlySpan_1_Char_ string1, ReadOnlySpan_1_Char_ string2, MethodInfo * method)); DO_APP_FUNC(0x01AD3AF0, int32_t, CompareInfo_Compare_3, (CompareInfo * __this, String * string1, int32_t offset1, int32_t length1, String * string2, int32_t offset2, int32_t length2, MethodInfo * method)); DO_APP_FUNC(0x01AD3B40, int32_t, CompareInfo_Compare_4, (CompareInfo * __this, String * string1, int32_t offset1, String * string2, int32_t offset2, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01AD3BD0, int32_t, CompareInfo_Compare_5, (CompareInfo * __this, String * string1, int32_t offset1, String * string2, int32_t offset2, MethodInfo * method)); DO_APP_FUNC(0x01AD3C10, int32_t, CompareInfo_Compare_6, (CompareInfo * __this, String * string1, int32_t offset1, int32_t length1, String * string2, int32_t offset2, int32_t length2, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74FF8, CompareInfo_Compare_6__MethodInfo); DO_APP_FUNC(0x01AD41E0, int32_t, CompareInfo_CompareOrdinalIgnoreCase, (String * strA, int32_t indexA, int32_t lengthA, String * strB, int32_t indexB, int32_t lengthB, MethodInfo * method)); DO_APP_FUNC(0x01AD4390, int32_t, CompareInfo_CompareOrdinalIgnoreCase_1, (ReadOnlySpan_1_Char_ strA, ReadOnlySpan_1_Char_ strB, MethodInfo * method)); DO_APP_FUNC(0x01AD4570, bool, CompareInfo_IsPrefix, (CompareInfo * __this, String * source, String * prefix, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74FB8, CompareInfo_IsPrefix__MethodInfo); DO_APP_FUNC(0x01AD4850, bool, CompareInfo_IsPrefix_1, (CompareInfo * __this, ReadOnlySpan_1_Char_ source, ReadOnlySpan_1_Char_ prefix, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01AD48D0, bool, CompareInfo_IsPrefix_2, (CompareInfo * __this, String * source, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x01AD4900, bool, CompareInfo_IsSuffix, (CompareInfo * __this, String * source, String * suffix, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74F30, CompareInfo_IsSuffix__MethodInfo); DO_APP_FUNC(0x01AD4C10, bool, CompareInfo_IsSuffix_1, (CompareInfo * __this, ReadOnlySpan_1_Char_ source, ReadOnlySpan_1_Char_ suffix, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01AD4C90, bool, CompareInfo_IsSuffix_2, (CompareInfo * __this, String * source, String * suffix, MethodInfo * method)); DO_APP_FUNC(0x01AD4CC0, int32_t, CompareInfo_IndexOf, (CompareInfo * __this, String * source, uint16_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74F38, CompareInfo_IndexOf__MethodInfo); DO_APP_FUNC(0x01AD4D60, int32_t, CompareInfo_IndexOf_1, (CompareInfo * __this, String * source, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74F40, CompareInfo_IndexOf_1__MethodInfo); DO_APP_FUNC(0x01AD4E00, int32_t, CompareInfo_IndexOf_2, (CompareInfo * __this, String * source, uint16_t value, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74F48, CompareInfo_IndexOf_2__MethodInfo); DO_APP_FUNC(0x01AD4EA0, int32_t, CompareInfo_IndexOf_3, (CompareInfo * __this, String * source, String * value, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74F50, CompareInfo_IndexOf_3__MethodInfo); DO_APP_FUNC(0x01AD4F40, int32_t, CompareInfo_IndexOf_4, (CompareInfo * __this, String * source, uint16_t value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74F58, CompareInfo_IndexOf_4__MethodInfo); DO_APP_FUNC(0x01AD4FE0, int32_t, CompareInfo_IndexOf_5, (CompareInfo * __this, String * source, String * value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74F60, CompareInfo_IndexOf_5__MethodInfo); DO_APP_FUNC(0x01AD5080, int32_t, CompareInfo_IndexOf_6, (CompareInfo * __this, String * source, uint16_t value, int32_t startIndex, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74F68, CompareInfo_IndexOf_6__MethodInfo); DO_APP_FUNC(0x01AD5120, int32_t, CompareInfo_IndexOf_7, (CompareInfo * __this, String * source, String * value, int32_t startIndex, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74F70, CompareInfo_IndexOf_7__MethodInfo); DO_APP_FUNC(0x01AD51C0, int32_t, CompareInfo_IndexOf_8, (CompareInfo * __this, String * source, uint16_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01AD5200, int32_t, CompareInfo_IndexOf_9, (CompareInfo * __this, String * source, String * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01AD5240, int32_t, CompareInfo_IndexOf_10, (CompareInfo * __this, String * source, uint16_t value, int32_t startIndex, int32_t count, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74F78, CompareInfo_IndexOf_10__MethodInfo); DO_APP_FUNC(0x01AD5770, int32_t, CompareInfo_IndexOf_11, (CompareInfo * __this, String * source, String * value, int32_t startIndex, int32_t count, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74F80, CompareInfo_IndexOf_11__MethodInfo); DO_APP_FUNC(0x01AD5B10, int32_t, CompareInfo_IndexOfOrdinal, (CompareInfo * __this, ReadOnlySpan_1_Char_ source, ReadOnlySpan_1_Char_ value, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x01AD5BB0, int32_t, CompareInfo_IndexOf_12, (CompareInfo * __this, ReadOnlySpan_1_Char_ source, ReadOnlySpan_1_Char_ value, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01AD5C50, int32_t, CompareInfo_IndexOf_13, (CompareInfo * __this, String * source, String * value, int32_t startIndex, int32_t count, CompareOptions__Enum options, int32_t * matchLengthPtr, MethodInfo * method)); DO_APP_FUNC(0x01AD5DC0, int32_t, CompareInfo_IndexOfOrdinal_1, (CompareInfo * __this, String * source, String * value, int32_t startIndex, int32_t count, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x01AD5F80, int32_t, CompareInfo_LastIndexOf, (CompareInfo * __this, String * source, uint16_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74F00, CompareInfo_LastIndexOf__MethodInfo); DO_APP_FUNC(0x01AD6020, int32_t, CompareInfo_LastIndexOf_1, (CompareInfo * __this, String * source, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74F08, CompareInfo_LastIndexOf_1__MethodInfo); DO_APP_FUNC(0x01AD60C0, int32_t, CompareInfo_LastIndexOf_2, (CompareInfo * __this, String * source, uint16_t value, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74F10, CompareInfo_LastIndexOf_2__MethodInfo); DO_APP_FUNC(0x01AD6160, int32_t, CompareInfo_LastIndexOf_3, (CompareInfo * __this, String * source, String * value, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74F18, CompareInfo_LastIndexOf_3__MethodInfo); DO_APP_FUNC(0x01AD6200, int32_t, CompareInfo_LastIndexOf_4, (CompareInfo * __this, String * source, uint16_t value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x01AD6240, int32_t, CompareInfo_LastIndexOf_5, (CompareInfo * __this, String * source, String * value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x01AD6280, int32_t, CompareInfo_LastIndexOf_6, (CompareInfo * __this, String * source, uint16_t value, int32_t startIndex, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01AD62C0, int32_t, CompareInfo_LastIndexOf_7, (CompareInfo * __this, String * source, String * value, int32_t startIndex, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01AD6300, int32_t, CompareInfo_LastIndexOf_8, (CompareInfo * __this, String * source, uint16_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01AD6340, int32_t, CompareInfo_LastIndexOf_9, (CompareInfo * __this, String * source, String * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01AD6380, int32_t, CompareInfo_LastIndexOf_10, (CompareInfo * __this, String * source, uint16_t value, int32_t startIndex, int32_t count, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74F20, CompareInfo_LastIndexOf_10__MethodInfo); DO_APP_FUNC(0x01AD67A0, int32_t, CompareInfo_LastIndexOf_11, (CompareInfo * __this, String * source, String * value, int32_t startIndex, int32_t count, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74F28, CompareInfo_LastIndexOf_11__MethodInfo); DO_APP_FUNC(0x01AD6BB0, int32_t, CompareInfo_LastIndexOfOrdinal, (CompareInfo * __this, String * source, String * value, int32_t startIndex, int32_t count, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x01AD6D80, SortKey *, CompareInfo_GetSortKey, (CompareInfo * __this, String * source, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01AD6F10, SortKey *, CompareInfo_GetSortKey_1, (CompareInfo * __this, String * source, MethodInfo * method)); DO_APP_FUNC(0x01AD7030, bool, CompareInfo_Equals, (CompareInfo * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01AD7120, int32_t, CompareInfo_GetHashCode, (CompareInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AD7160, int32_t, CompareInfo_GetIgnoreCaseHash, (String * source, MethodInfo * method)); DO_APP_FUNC(0x01AD75C0, int32_t, CompareInfo_GetHashCodeOfString, (CompareInfo * __this, String * source, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74EF0, CompareInfo_GetHashCodeOfString__MethodInfo); DO_APP_FUNC(0x01AD77A0, int32_t, CompareInfo_GetHashCode_1, (CompareInfo * __this, String * source, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74EF8, CompareInfo_GetHashCode_1__MethodInfo); DO_APP_FUNC(0x01AD78C0, String *, CompareInfo_ToString, (CompareInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AD7920, SortVersion *, CompareInfo_get_Version, (CompareInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AD7B10, int32_t, CompareInfo_get_LCID, (CompareInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AD7BA0, bool, CompareInfo_get_UseManagedCollation, (MethodInfo * method)); DO_APP_FUNC(0x01AD7D10, ISimpleCollator *, CompareInfo_GetCollator, (CompareInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01AD81E0, SortKey *, CompareInfo_CreateSortKeyCore, (CompareInfo * __this, String * source, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01AD8480, int32_t, CompareInfo_internal_index_switch, (CompareInfo * __this, String * s1, int32_t sindex, int32_t count, String * s2, CompareOptions__Enum opt, bool first, MethodInfo * method)); DO_APP_FUNC(0x01AD86F0, int32_t, CompareInfo_internal_compare_switch, (CompareInfo * __this, String * str1, int32_t offset1, int32_t length1, String * str2, int32_t offset2, int32_t length2, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01AD8900, int32_t, CompareInfo_internal_compare_managed, (CompareInfo * __this, String * str1, int32_t offset1, int32_t length1, String * str2, int32_t offset2, int32_t length2, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01AD8A00, int32_t, CompareInfo_internal_index_managed, (CompareInfo * __this, String * s, int32_t sindex, int32_t count, uint16_t c, CompareOptions__Enum opt, bool first, MethodInfo * method)); DO_APP_FUNC(0x01AD8AB0, int32_t, CompareInfo_internal_index_managed_1, (CompareInfo * __this, String * s1, int32_t sindex, int32_t count, String * s2, CompareOptions__Enum opt, bool first, MethodInfo * method)); DO_APP_FUNC(0x01AD8B60, int32_t, CompareInfo_internal_compare_icall, (uint16_t * str1, int32_t length1, uint16_t * str2, int32_t length2, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01AD8B70, int32_t, CompareInfo_internal_compare, (String * str1, int32_t offset1, int32_t length1, String * str2, int32_t offset2, int32_t length2, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01AD8C20, int32_t, CompareInfo_internal_index_icall, (uint16_t * source, int32_t sindex, int32_t count, uint16_t * value, int32_t value_length, bool first, MethodInfo * method)); DO_APP_FUNC(0x01AD8D10, int32_t, CompareInfo_internal_index, (String * source, int32_t sindex, int32_t count, String * value, bool first, MethodInfo * method)); DO_APP_FUNC(0x01AD8E50, void, CompareInfo_InitSort, (CompareInfo * __this, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC(0x01AD8EC0, int32_t, CompareInfo_CompareStringOrdinalIgnoreCase, (uint16_t * pString1, int32_t length1, uint16_t * pString2, int32_t length2, MethodInfo * method)); DO_APP_FUNC(0x01AD9080, int32_t, CompareInfo_IndexOfOrdinalCore, (String * source, String * value, int32_t startIndex, int32_t count, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x01AD90C0, int32_t, CompareInfo_LastIndexOfOrdinalCore, (String * source, String * value, int32_t startIndex, int32_t count, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x01AD9100, int32_t, CompareInfo_LastIndexOfCore, (CompareInfo * __this, String * source, String * target, int32_t startIndex, int32_t count, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01AD9140, int32_t, CompareInfo_IndexOfCore, (CompareInfo * __this, String * source, String * target, int32_t startIndex, int32_t count, CompareOptions__Enum options, int32_t * matchLengthPtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74E88, CompareInfo_IndexOfCore__MethodInfo); DO_APP_FUNC(0x01AD91D0, int32_t, CompareInfo_IndexOfCore_1, (CompareInfo * __this, ReadOnlySpan_1_Char_ source, ReadOnlySpan_1_Char_ target, CompareOptions__Enum options, int32_t * matchLengthPtr, MethodInfo * method)); DO_APP_FUNC(0x01AD5B10, int32_t, CompareInfo_IndexOfOrdinalCore_1, (CompareInfo * __this, ReadOnlySpan_1_Char_ source, ReadOnlySpan_1_Char_ value, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x01AD92C0, int32_t, CompareInfo_CompareString, (CompareInfo * __this, ReadOnlySpan_1_Char_ string1, String * string2, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01AD9340, int32_t, CompareInfo_CompareString_1, (CompareInfo * __this, ReadOnlySpan_1_Char_ string1, ReadOnlySpan_1_Char_ string2, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01AD9450, bool, CompareInfo_IsSortable_2, (uint16_t * text, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01AD9630, SortKey *, CompareInfo_CreateSortKey, (CompareInfo * __this, String * source, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74E90, CompareInfo_CreateSortKey__MethodInfo); DO_APP_FUNC(0x01AD9710, bool, CompareInfo_StartsWith, (CompareInfo * __this, String * source, String * prefix, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01AD4850, bool, CompareInfo_StartsWith_1, (CompareInfo * __this, ReadOnlySpan_1_Char_ source, ReadOnlySpan_1_Char_ prefix, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01AD9830, bool, CompareInfo_EndsWith, (CompareInfo * __this, String * source, String * suffix, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01AD4C10, bool, CompareInfo_EndsWith_1, (CompareInfo * __this, ReadOnlySpan_1_Char_ source, ReadOnlySpan_1_Char_ suffix, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01AD9940, int32_t, CompareInfo_GetHashCodeOfStringCore, (CompareInfo * __this, String * source, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01AD9980, SortVersion *, CompareInfo_GetSortVersion, (CompareInfo * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74E78, CompareInfo_GetSortVersion__MethodInfo); DO_APP_FUNC(0x01AD99D0, void, CompareInfo__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01AD9AF0, void, CompareInfo__ctor_1, (CompareInfo * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74E80, CompareInfo__ctor_1__MethodInfo); DO_APP_FUNC(0x01AFF430, void, CultureNotFoundException__ctor, (CultureNotFoundException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AEDDB0, void, CultureNotFoundException__ctor_1, (CultureNotFoundException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01AFF480, void, CultureNotFoundException__ctor_2, (CultureNotFoundException * __this, String * paramName, String * message, MethodInfo * method)); DO_APP_FUNC(0x01AEDDD0, void, CultureNotFoundException__ctor_3, (CultureNotFoundException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x01AFF4A0, void, CultureNotFoundException__ctor_4, (CultureNotFoundException * __this, String * paramName, String * invalidCultureName, String * message, MethodInfo * method)); DO_APP_FUNC(0x01AFF520, void, CultureNotFoundException__ctor_5, (CultureNotFoundException * __this, String * message, String * invalidCultureName, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x01AFF5A0, void, CultureNotFoundException__ctor_6, (CultureNotFoundException * __this, String * message, int32_t invalidCultureId, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x01AFF630, void, CultureNotFoundException__ctor_7, (CultureNotFoundException * __this, String * paramName, int32_t invalidCultureId, String * message, MethodInfo * method)); DO_APP_FUNC(0x01AFF6C0, void, CultureNotFoundException__ctor_8, (CultureNotFoundException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01AFF940, void, CultureNotFoundException_GetObjectData, (CultureNotFoundException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x00605860, Nullable_1_Int32_, CultureNotFoundException_get_InvalidCultureId, (CultureNotFoundException * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, String *, CultureNotFoundException_get_InvalidCultureName, (CultureNotFoundException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AFFC10, String *, CultureNotFoundException_get_DefaultMessage, (MethodInfo * method)); DO_APP_FUNC(0x01AFFC50, String *, CultureNotFoundException_get_FormatedInvalidCultureId, (CultureNotFoundException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AFFDC0, String *, CultureNotFoundException_get_Message, (CultureNotFoundException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AFFFC0, String *, DateTimeFormatInfo_get_CultureName, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B00030, CultureInfo *, DateTimeFormatInfo_get_Culture, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B000F0, String *, DateTimeFormatInfo_get_LanguageName, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B00160, String__Array *, DateTimeFormatInfo_internalGetAbbreviatedDayOfWeekNames, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B00180, String__Array *, DateTimeFormatInfo_internalGetAbbreviatedDayOfWeekNamesCore, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B00240, String__Array *, DateTimeFormatInfo_internalGetSuperShortDayNames, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B00260, String__Array *, DateTimeFormatInfo_internalGetSuperShortDayNamesCore, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B00320, String__Array *, DateTimeFormatInfo_internalGetDayOfWeekNames, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B00340, String__Array *, DateTimeFormatInfo_internalGetDayOfWeekNamesCore, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B00400, String__Array *, DateTimeFormatInfo_internalGetAbbreviatedMonthNames, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B00420, String__Array *, DateTimeFormatInfo_internalGetAbbreviatedMonthNamesCore, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B004E0, String__Array *, DateTimeFormatInfo_internalGetMonthNames, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B00500, String__Array *, DateTimeFormatInfo_internalGetMonthNamesCore, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B005C0, void, DateTimeFormatInfo__ctor, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B00790, void, DateTimeFormatInfo__ctor_1, (DateTimeFormatInfo * __this, CultureData * cultureData, Calendar * cal, MethodInfo * method)); DO_APP_FUNC(0x01B00800, void, DateTimeFormatInfo_InitializeOverridableProperties, (DateTimeFormatInfo * __this, CultureData * cultureData, int32_t calendarId, MethodInfo * method)); DO_APP_FUNC(0x01B00C80, DateTimeFormatInfo *, DateTimeFormatInfo_get_InvariantInfo, (MethodInfo * method)); DO_APP_FUNC(0x01B00DD0, DateTimeFormatInfo *, DateTimeFormatInfo_get_CurrentInfo, (MethodInfo * method)); DO_APP_FUNC(0x01B00F20, DateTimeFormatInfo *, DateTimeFormatInfo_GetInstance, (IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x01B010B0, Object *, DateTimeFormatInfo_GetFormat, (DateTimeFormatInfo * __this, Type * formatType, MethodInfo * method)); DO_APP_FUNC(0x01B01140, Object *, DateTimeFormatInfo_Clone, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B012C0, String *, DateTimeFormatInfo_get_AMDesignator, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B01330, void, DateTimeFormatInfo_set_AMDesignator, (DateTimeFormatInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C795B8, DateTimeFormatInfo_set_AMDesignator__MethodInfo); DO_APP_FUNC(0x003C7020, Calendar *, DateTimeFormatInfo_get_Calendar, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B01470, void, DateTimeFormatInfo_set_Calendar, (DateTimeFormatInfo * __this, Calendar * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C795C8, DateTimeFormatInfo_set_Calendar__MethodInfo); DO_APP_FUNC(0x01B01930, CalendarId__Enum__Array *, DateTimeFormatInfo_get_OptionalCalendars, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B01AA0, int32_t, DateTimeFormatInfo_GetEra, (DateTimeFormatInfo * __this, String * eraName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79510, DateTimeFormatInfo_GetEra__MethodInfo); DO_APP_FUNC(0x01B01E20, String__Array *, DateTimeFormatInfo_get_EraNames, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B01EF0, String *, DateTimeFormatInfo_GetEraName, (DateTimeFormatInfo * __this, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79538, DateTimeFormatInfo_GetEraName__MethodInfo); DO_APP_FUNC(0x01B01FE0, String__Array *, DateTimeFormatInfo_get_AbbreviatedEraNames, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B020B0, String *, DateTimeFormatInfo_GetAbbreviatedEraName, (DateTimeFormatInfo * __this, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79548, DateTimeFormatInfo_GetAbbreviatedEraName__MethodInfo); DO_APP_FUNC(0x01B021C0, String__Array *, DateTimeFormatInfo_get_AbbreviatedEnglishEraNames, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B02290, String *, DateTimeFormatInfo_get_DateSeparator, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B02340, void, DateTimeFormatInfo_set_DateSeparator, (DateTimeFormatInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79560, DateTimeFormatInfo_set_DateSeparator__MethodInfo); DO_APP_FUNC(0x01B02480, DayOfWeek__Enum, DateTimeFormatInfo_get_FirstDayOfWeek, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B024B0, void, DateTimeFormatInfo_set_FirstDayOfWeek, (DateTimeFormatInfo * __this, DayOfWeek__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79570, DateTimeFormatInfo_set_FirstDayOfWeek__MethodInfo); DO_APP_FUNC(0x01B025F0, CalendarWeekRule__Enum, DateTimeFormatInfo_get_CalendarWeekRule, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B02620, void, DateTimeFormatInfo_set_CalendarWeekRule, (DateTimeFormatInfo * __this, CalendarWeekRule__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79580, DateTimeFormatInfo_set_CalendarWeekRule__MethodInfo); DO_APP_FUNC(0x01B02760, String *, DateTimeFormatInfo_get_FullDateTimePattern, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B02830, void, DateTimeFormatInfo_set_FullDateTimePattern, (DateTimeFormatInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79488, DateTimeFormatInfo_set_FullDateTimePattern__MethodInfo); DO_APP_FUNC(0x01B02970, String *, DateTimeFormatInfo_get_LongDatePattern, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B02A10, void, DateTimeFormatInfo_set_LongDatePattern, (DateTimeFormatInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79498, DateTimeFormatInfo_set_LongDatePattern__MethodInfo); DO_APP_FUNC(0x01B02BC0, String *, DateTimeFormatInfo_get_LongTimePattern, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B02C60, void, DateTimeFormatInfo_set_LongTimePattern, (DateTimeFormatInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C794A0, DateTimeFormatInfo_set_LongTimePattern__MethodInfo); DO_APP_FUNC(0x01B02EB0, String *, DateTimeFormatInfo_get_MonthDayPattern, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B02F70, void, DateTimeFormatInfo_set_MonthDayPattern, (DateTimeFormatInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C794B0, DateTimeFormatInfo_set_MonthDayPattern__MethodInfo); DO_APP_FUNC(0x01B030B0, String *, DateTimeFormatInfo_get_PMDesignator, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B03120, void, DateTimeFormatInfo_set_PMDesignator, (DateTimeFormatInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C794B8, DateTimeFormatInfo_set_PMDesignator__MethodInfo); DO_APP_FUNC(0x01B03260, String *, DateTimeFormatInfo_get_RFC1123Pattern, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B032A0, String *, DateTimeFormatInfo_get_ShortDatePattern, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B03340, void, DateTimeFormatInfo_set_ShortDatePattern, (DateTimeFormatInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C794D0, DateTimeFormatInfo_set_ShortDatePattern__MethodInfo); DO_APP_FUNC(0x01B03590, String *, DateTimeFormatInfo_get_ShortTimePattern, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B03630, void, DateTimeFormatInfo_set_ShortTimePattern, (DateTimeFormatInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C794D8, DateTimeFormatInfo_set_ShortTimePattern__MethodInfo); DO_APP_FUNC(0x01B037E0, String *, DateTimeFormatInfo_get_SortableDateTimePattern, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B03820, String *, DateTimeFormatInfo_get_GeneralShortTimePattern, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B038E0, String *, DateTimeFormatInfo_get_GeneralLongTimePattern, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B039A0, String *, DateTimeFormatInfo_get_DateTimeOffsetPattern, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B03BC0, String *, DateTimeFormatInfo_get_TimeSeparator, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B03C30, void, DateTimeFormatInfo_set_TimeSeparator, (DateTimeFormatInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79448, DateTimeFormatInfo_set_TimeSeparator__MethodInfo); DO_APP_FUNC(0x01B03D70, String *, DateTimeFormatInfo_get_UniversalSortableDateTimePattern, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B03DB0, String *, DateTimeFormatInfo_get_YearMonthPattern, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B03E50, void, DateTimeFormatInfo_set_YearMonthPattern, (DateTimeFormatInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79460, DateTimeFormatInfo_set_YearMonthPattern__MethodInfo); DO_APP_FUNC(0x01B03F90, void, DateTimeFormatInfo_CheckNullValue, (String__Array * values, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79478, DateTimeFormatInfo_CheckNullValue__MethodInfo); DO_APP_FUNC(0x01B04060, String__Array *, DateTimeFormatInfo_get_AbbreviatedDayNames, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B040F0, void, DateTimeFormatInfo_set_AbbreviatedDayNames, (DateTimeFormatInfo * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C793E8, DateTimeFormatInfo_set_AbbreviatedDayNames__MethodInfo); DO_APP_FUNC(0x01B042E0, String__Array *, DateTimeFormatInfo_get_ShortestDayNames, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B04370, void, DateTimeFormatInfo_set_ShortestDayNames, (DateTimeFormatInfo * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79400, DateTimeFormatInfo_set_ShortestDayNames__MethodInfo); DO_APP_FUNC(0x01B04550, String__Array *, DateTimeFormatInfo_get_DayNames, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B045E0, void, DateTimeFormatInfo_set_DayNames, (DateTimeFormatInfo * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79418, DateTimeFormatInfo_set_DayNames__MethodInfo); DO_APP_FUNC(0x01B047D0, String__Array *, DateTimeFormatInfo_get_AbbreviatedMonthNames, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B04860, void, DateTimeFormatInfo_set_AbbreviatedMonthNames, (DateTimeFormatInfo * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79388, DateTimeFormatInfo_set_AbbreviatedMonthNames__MethodInfo); DO_APP_FUNC(0x01B04A50, String__Array *, DateTimeFormatInfo_get_MonthNames, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B04AE0, void, DateTimeFormatInfo_set_MonthNames, (DateTimeFormatInfo * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79398, DateTimeFormatInfo_set_MonthNames__MethodInfo); DO_APP_FUNC(0x01B04CD0, bool, DateTimeFormatInfo_get_HasSpacesInMonthNames, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B04D00, bool, DateTimeFormatInfo_get_HasSpacesInDayNames, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B04D30, String *, DateTimeFormatInfo_internalGetMonthName, (DateTimeFormatInfo * __this, int32_t month, MonthNameStyles__Enum style, bool abbreviated, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C793A0, DateTimeFormatInfo_internalGetMonthName__MethodInfo); DO_APP_FUNC(0x01B04E90, String__Array *, DateTimeFormatInfo_internalGetGenitiveMonthNames, (DateTimeFormatInfo * __this, bool abbreviated, MethodInfo * method)); DO_APP_FUNC(0x01B05040, String__Array *, DateTimeFormatInfo_internalGetLeapYearMonthNames, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B05110, String *, DateTimeFormatInfo_GetAbbreviatedDayName, (DateTimeFormatInfo * __this, DayOfWeek__Enum dayofweek, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C793C0, DateTimeFormatInfo_GetAbbreviatedDayName__MethodInfo); DO_APP_FUNC(0x01B05230, String *, DateTimeFormatInfo_GetShortestDayName, (DateTimeFormatInfo * __this, DayOfWeek__Enum dayOfWeek, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C793D0, DateTimeFormatInfo_GetShortestDayName__MethodInfo); DO_APP_FUNC(0x01B05350, String__Array *, DateTimeFormatInfo_GetCombinedPatterns, (String__Array * patterns1, String__Array * patterns2, String * connectString, MethodInfo * method)); DO_APP_FUNC(0x01B054A0, String__Array *, DateTimeFormatInfo_GetAllDateTimePatterns, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B056B0, String__Array *, DateTimeFormatInfo_GetAllDateTimePatterns_1, (DateTimeFormatInfo * __this, uint16_t format, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79350, DateTimeFormatInfo_GetAllDateTimePatterns_1__MethodInfo); DO_APP_FUNC(0x01B05C50, String *, DateTimeFormatInfo_GetDayName, (DateTimeFormatInfo * __this, DayOfWeek__Enum dayofweek, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79358, DateTimeFormatInfo_GetDayName__MethodInfo); DO_APP_FUNC(0x01B05D70, String *, DateTimeFormatInfo_GetAbbreviatedMonthName, (DateTimeFormatInfo * __this, int32_t month, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79368, DateTimeFormatInfo_GetAbbreviatedMonthName__MethodInfo); DO_APP_FUNC(0x01B05E90, String *, DateTimeFormatInfo_GetMonthName, (DateTimeFormatInfo * __this, int32_t month, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79370, DateTimeFormatInfo_GetMonthName__MethodInfo); DO_APP_FUNC(0x01B05FB0, String__Array *, DateTimeFormatInfo_GetMergedPatterns, (String__Array * patterns, String * defaultPattern, MethodInfo * method)); DO_APP_FUNC(0x01B06200, String__Array *, DateTimeFormatInfo_get_AllYearMonthPatterns, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B06280, String__Array *, DateTimeFormatInfo_get_AllShortDatePatterns, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B06300, String__Array *, DateTimeFormatInfo_get_AllShortTimePatterns, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B06380, String__Array *, DateTimeFormatInfo_get_AllLongDatePatterns, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B06400, String__Array *, DateTimeFormatInfo_get_AllLongTimePatterns, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B06480, String__Array *, DateTimeFormatInfo_get_UnclonedYearMonthPatterns, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B06550, String__Array *, DateTimeFormatInfo_get_UnclonedShortDatePatterns, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B06620, String__Array *, DateTimeFormatInfo_get_UnclonedLongDatePatterns, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B066F0, String__Array *, DateTimeFormatInfo_get_UnclonedShortTimePatterns, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B06780, String__Array *, DateTimeFormatInfo_get_UnclonedLongTimePatterns, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B06810, DateTimeFormatInfo *, DateTimeFormatInfo_ReadOnly, (DateTimeFormatInfo * dtfi, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79310, DateTimeFormatInfo_ReadOnly__MethodInfo); DO_APP_FUNC(0x01B06A40, bool, DateTimeFormatInfo_get_IsReadOnly, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B06AE0, String *, DateTimeFormatInfo_get_NativeCalendarName, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B06B30, void, DateTimeFormatInfo_SetAllDateTimePatterns, (DateTimeFormatInfo * __this, String__Array * patterns, uint16_t format, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79320, DateTimeFormatInfo_SetAllDateTimePatterns__MethodInfo); DO_APP_FUNC(0x01B06F90, String__Array *, DateTimeFormatInfo_get_AbbreviatedMonthGenitiveNames, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B07020, void, DateTimeFormatInfo_set_AbbreviatedMonthGenitiveNames, (DateTimeFormatInfo * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C792B0, DateTimeFormatInfo_set_AbbreviatedMonthGenitiveNames__MethodInfo); DO_APP_FUNC(0x01B07210, String__Array *, DateTimeFormatInfo_get_MonthGenitiveNames, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B072A0, void, DateTimeFormatInfo_set_MonthGenitiveNames, (DateTimeFormatInfo * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C792C8, DateTimeFormatInfo_set_MonthGenitiveNames__MethodInfo); DO_APP_FUNC(0x01B07490, String *, DateTimeFormatInfo_get_FullTimeSpanPositivePattern, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B075D0, String *, DateTimeFormatInfo_get_FullTimeSpanNegativePattern, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B07680, CompareInfo *, DateTimeFormatInfo_get_CompareInfo, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B07820, void, DateTimeFormatInfo_ValidateStyles, (DateTimeStyles__Enum style, String * parameterName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79258, DateTimeFormatInfo_ValidateStyles__MethodInfo); DO_APP_FUNC(0x01B07960, DateTimeFormatFlags__Enum, DateTimeFormatInfo_get_FormatFlags, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B07980, DateTimeFormatFlags__Enum, DateTimeFormatInfo_InitializeFormatFlags, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B07BD0, bool, DateTimeFormatInfo_get_HasForceTwoDigitYears, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B07C10, bool, DateTimeFormatInfo_get_HasYearMonthAdjustment, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B07C40, bool, DateTimeFormatInfo_YearMonthAdjustment, (DateTimeFormatInfo * __this, int32_t * year, int32_t * month, bool parsedMonthName, MethodInfo * method)); DO_APP_FUNC(0x01B07D80, DateTimeFormatInfo *, DateTimeFormatInfo_GetJapaneseCalendarDTFI, (MethodInfo * method)); DO_APP_FUNC(0x01B07F60, DateTimeFormatInfo *, DateTimeFormatInfo_GetTaiwanCalendarDTFI, (MethodInfo * method)); DO_APP_FUNC(0x01B08140, void, DateTimeFormatInfo_ClearTokenHashTable, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B081C0, DateTimeFormatInfo_TokenHashValue__Array *, DateTimeFormatInfo_CreateTokenHashTable, (DateTimeFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B08E30, void, DateTimeFormatInfo_PopulateSpecialTokenHashTable, (DateTimeFormatInfo * __this, DateTimeFormatInfo_TokenHashValue__Array * temp, bool * useDateSepAsIgnorableSymbol, MethodInfo * method)); DO_APP_FUNC(0x01B09C10, bool, DateTimeFormatInfo_IsJapaneseCalendar, (Calendar * calendar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79018, DateTimeFormatInfo_IsJapaneseCalendar__MethodInfo); DO_APP_FUNC(0x01B09D60, void, DateTimeFormatInfo_AddMonthNames, (DateTimeFormatInfo * __this, DateTimeFormatInfo_TokenHashValue__Array * temp, String * monthPostfix, MethodInfo * method)); DO_APP_FUNC(0x01B09E30, bool, DateTimeFormatInfo_TryParseHebrewNumber, (_DTString * str, bool * badFormat, int32_t * number, MethodInfo * method)); DO_APP_FUNC(0x01B0A030, bool, DateTimeFormatInfo_IsHebrewChar, (uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x01B0A050, bool, DateTimeFormatInfo_IsAllowedJapaneseTokenFollowedByNonSpaceLetter, (DateTimeFormatInfo * __this, String * tokenString, uint16_t nextCh, MethodInfo * method)); DO_APP_FUNC(0x01B0A1A0, bool, DateTimeFormatInfo_Tokenize, (DateTimeFormatInfo * __this, TokenType__Enum TokenMask, TokenType__Enum * tokenType, int32_t * tokenValue, _DTString * str, MethodInfo * method)); DO_APP_FUNC(0x01B0A8B0, void, DateTimeFormatInfo_InsertAtCurrentHashNode, (DateTimeFormatInfo * __this, DateTimeFormatInfo_TokenHashValue__Array * hashTable, String * str, uint16_t ch, TokenType__Enum tokenType, int32_t tokenValue, int32_t pos, int32_t hashcode, int32_t hashProbe, MethodInfo * method)); DO_APP_FUNC(0x01B0AB10, void, DateTimeFormatInfo_InsertHash, (DateTimeFormatInfo * __this, DateTimeFormatInfo_TokenHashValue__Array * hashTable, String * str, TokenType__Enum tokenType, int32_t tokenValue, MethodInfo * method)); DO_APP_FUNC(0x01B0AF10, bool, DateTimeFormatInfo_CompareStringIgnoreCaseOptimized, (DateTimeFormatInfo * __this, String * string1, int32_t offset1, int32_t length1, String * string2, int32_t offset2, int32_t length2, MethodInfo * method)); DO_APP_FUNC(0x01B0B040, void, DateTimeFormatInfo__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B0B130, void, DateTimeFormatInfo_TokenHashValue__ctor, (DateTimeFormatInfo_TokenHashValue * __this, String * tokenString, TokenType__Enum tokenType, int32_t tokenValue, MethodInfo * method)); DO_APP_FUNC(0x01B0B1A0, Dictionary_2_System_String_System_String_ *, DateTimeFormatInfoScanner_get_KnownWords, (MethodInfo * method)); DO_APP_FUNC(0x01B0B810, int32_t, DateTimeFormatInfoScanner_SkipWhiteSpacesAndNonLetter, (String * pattern, int32_t currentIndex, MethodInfo * method)); DO_APP_FUNC(0x01B0B900, void, DateTimeFormatInfoScanner_AddDateWordOrPostfix, (DateTimeFormatInfoScanner * __this, String * formatPostfix, String * str, MethodInfo * method)); DO_APP_FUNC(0x01B0BB90, int32_t, DateTimeFormatInfoScanner_AddDateWords, (DateTimeFormatInfoScanner * __this, String * pattern, int32_t index, String * formatPostfix, MethodInfo * method)); DO_APP_FUNC(0x01B0BE00, int32_t, DateTimeFormatInfoScanner_ScanRepeatChar, (String * pattern, uint16_t ch, int32_t index, int32_t * count, MethodInfo * method)); DO_APP_FUNC(0x01B0BE60, void, DateTimeFormatInfoScanner_AddIgnorableSymbols, (DateTimeFormatInfoScanner * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x01B0BFE0, void, DateTimeFormatInfoScanner_ScanDateWord, (DateTimeFormatInfoScanner * __this, String * pattern, MethodInfo * method)); DO_APP_FUNC(0x01B0C2A0, String__Array *, DateTimeFormatInfoScanner_GetDateWordsOfDTFI, (DateTimeFormatInfoScanner * __this, DateTimeFormatInfo * dtfi, MethodInfo * method)); DO_APP_FUNC(0x01B0C5F0, FORMATFLAGS__Enum, DateTimeFormatInfoScanner_GetFormatFlagGenitiveMonth, (String__Array * monthNames, String__Array * genitveMonthNames, String__Array * abbrevMonthNames, String__Array * genetiveAbbrevMonthNames, MethodInfo * method)); DO_APP_FUNC(0x01B0C640, FORMATFLAGS__Enum, DateTimeFormatInfoScanner_GetFormatFlagUseSpaceInMonthNames, (String__Array * monthNames, String__Array * genitveMonthNames, String__Array * abbrevMonthNames, String__Array * genetiveAbbrevMonthNames, MethodInfo * method)); DO_APP_FUNC(0x01B0C700, FORMATFLAGS__Enum, DateTimeFormatInfoScanner_GetFormatFlagUseSpaceInDayNames, (String__Array * dayNames, String__Array * abbrevDayNames, MethodInfo * method)); DO_APP_FUNC(0x01B0C740, FORMATFLAGS__Enum, DateTimeFormatInfoScanner_GetFormatFlagUseHebrewCalendar, (int32_t calID, MethodInfo * method)); DO_APP_FUNC(0x01B0C750, bool, DateTimeFormatInfoScanner_EqualStringArrays, (String__Array * array1, String__Array * array2, MethodInfo * method)); DO_APP_FUNC(0x01B0C820, bool, DateTimeFormatInfoScanner_ArrayElementsHaveSpace, (String__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01B0C920, bool, DateTimeFormatInfoScanner_ArrayElementsBeginWithDigit, (String__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01B0CB40, void, DateTimeFormatInfoScanner__ctor, (DateTimeFormatInfoScanner * __this, MethodInfo * method)); DO_APP_FUNC(0x01B0CC10, void, DaylightTime__ctor, (DaylightTime * __this, DateTime start, DateTime end, TimeSpan delta, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, DateTime, DaylightTime_get_Start, (DaylightTime * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, DateTime, DaylightTime_get_End, (DaylightTime * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, TimeSpan, DaylightTime_get_Delta, (DaylightTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01B0CC20, void, DaylightTimeStruct__ctor, (DaylightTimeStruct * __this, DateTime start, DateTime end, TimeSpan delta, MethodInfo * method)); DO_APP_FUNC(0x01B0CC30, StringComparer *, GlobalizationExtensions_GetStringComparer, (CompareInfo * compareInfo, CompareOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78F10, GlobalizationExtensions_GetStringComparer__MethodInfo); DO_APP_FUNC(0x01B0CD70, void, HebrewNumberParsingContext__ctor, (HebrewNumberParsingContext * __this, int32_t result, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HebrewNumber__ctor, (HebrewNumber * __this, MethodInfo * method)); DO_APP_FUNC(0x01B0CD80, String *, HebrewNumber_ToString, (int32_t Number, MethodInfo * method)); DO_APP_FUNC(0x01B0D170, HebrewNumberParsingState__Enum, HebrewNumber_ParseByChar, (uint16_t ch, HebrewNumberParsingContext * context, MethodInfo * method)); DO_APP_FUNC(0x01B0D330, bool, HebrewNumber_IsDigit, (uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x01B0D410, void, HebrewNumber__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B0D880, void, HebrewNumber_HebrewValue__ctor, (HebrewNumber_HebrewValue * __this, HebrewNumber_HebrewToken__Enum token, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x01B0D890, int64_t, InternalGlobalizationHelper_TimeToTicks, (int32_t hour, int32_t minute, int32_t second, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78F38, InternalGlobalizationHelper_TimeToTicks__MethodInfo); DO_APP_FUNC(0x003AC050, void, InternalGlobalizationHelper__ctor, (InternalGlobalizationHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, SortVersion_get_FullVersion, (SortVersion * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8AF0, Guid, SortVersion_get_SortId, (SortVersion * __this, MethodInfo * method)); DO_APP_FUNC(0x01B0D930, void, SortVersion__ctor, (SortVersion * __this, int32_t fullVersion, Guid sortId, MethodInfo * method)); DO_APP_FUNC(0x01B0D940, void, SortVersion__ctor_1, (SortVersion * __this, int32_t nlsVersion, int32_t effectiveId, Guid customVersion, MethodInfo * method)); DO_APP_FUNC(0x01B0DA10, bool, SortVersion_Equals, (SortVersion * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01B0DB00, bool, SortVersion_Equals_1, (SortVersion * __this, SortVersion * other, MethodInfo * method)); DO_APP_FUNC(0x01B0DB90, int32_t, SortVersion_GetHashCode, (SortVersion * __this, MethodInfo * method)); DO_APP_FUNC(0x01B0DBB0, bool, SortVersion_op_Equality, (SortVersion * left, SortVersion * right, MethodInfo * method)); DO_APP_FUNC(0x01B0DC70, bool, SortVersion_op_Inequality, (SortVersion * left, SortVersion * right, MethodInfo * method)); DO_APP_FUNC(0x01B0DD40, void, TimeSpanFormat_AppendNonNegativeInt32, (StringBuilder * sb, int32_t n, int32_t digits, MethodInfo * method)); DO_APP_FUNC(0x01B0DEC0, String *, TimeSpanFormat_Format, (TimeSpan value, String * format, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x01B0DFC0, bool, TimeSpanFormat_TryFormat, (TimeSpan value, Span_1_Char_ destination, int32_t * charsWritten, ReadOnlySpan_1_Char_ format, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x01B0E0C0, StringBuilder *, TimeSpanFormat_FormatToBuilder, (TimeSpan value, ReadOnlySpan_1_Char_ format, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78F00, TimeSpanFormat_FormatToBuilder__MethodInfo); DO_APP_FUNC(0x01B0E400, StringBuilder *, TimeSpanFormat_FormatStandard, (TimeSpan value, bool isInvariant, ReadOnlySpan_1_Char_ format, TimeSpanFormat_Pattern__Enum pattern, MethodInfo * method)); DO_APP_FUNC(0x01B0EA00, StringBuilder *, TimeSpanFormat_FormatCustomized, (TimeSpan value, ReadOnlySpan_1_Char_ format, DateTimeFormatInfo * dtfi, StringBuilder * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78EE8, TimeSpanFormat_FormatCustomized__MethodInfo); DO_APP_FUNC(0x01B0F270, void, TimeSpanFormat__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B0F3C0, String *, TimeSpanFormat_FormatLiterals_get_Start, (TimeSpanFormat_FormatLiterals * __this, MethodInfo * method)); DO_APP_FUNC(0x01B0F3F0, String *, TimeSpanFormat_FormatLiterals_get_DayHourSep, (TimeSpanFormat_FormatLiterals * __this, MethodInfo * method)); DO_APP_FUNC(0x01B0F420, String *, TimeSpanFormat_FormatLiterals_get_HourMinuteSep, (TimeSpanFormat_FormatLiterals * __this, MethodInfo * method)); DO_APP_FUNC(0x01B0F450, String *, TimeSpanFormat_FormatLiterals_get_MinuteSecondSep, (TimeSpanFormat_FormatLiterals * __this, MethodInfo * method)); DO_APP_FUNC(0x01B0F480, String *, TimeSpanFormat_FormatLiterals_get_SecondFractionSep, (TimeSpanFormat_FormatLiterals * __this, MethodInfo * method)); DO_APP_FUNC(0x01B0F4B0, String *, TimeSpanFormat_FormatLiterals_get_End, (TimeSpanFormat_FormatLiterals * __this, MethodInfo * method)); DO_APP_FUNC(0x01B0F4E0, TimeSpanFormat_FormatLiterals, TimeSpanFormat_FormatLiterals_InitInvariant, (bool isNegative, MethodInfo * method)); DO_APP_FUNC(0x01B0F8D0, void, TimeSpanFormat_FormatLiterals_Init, (TimeSpanFormat_FormatLiterals * __this, ReadOnlySpan_1_Char_ format, bool useInvariantFieldLengths, MethodInfo * method)); DO_APP_FUNC(0x01B0FDE0, int64_t, TimeSpanParse_Pow10, (int32_t pow, MethodInfo * method)); DO_APP_FUNC(0x01B0FEE0, bool, TimeSpanParse_TryTimeToTicks, (bool positive, TimeSpanParse_TimeSpanToken days, TimeSpanParse_TimeSpanToken hours, TimeSpanParse_TimeSpanToken minutes, TimeSpanParse_TimeSpanToken seconds, TimeSpanParse_TimeSpanToken fraction, int64_t * result, MethodInfo * method)); DO_APP_FUNC(0x01B10090, TimeSpan, TimeSpanParse_Parse, (ReadOnlySpan_1_Char_ input, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x01B100D0, bool, TimeSpanParse_TryParse, (ReadOnlySpan_1_Char_ input, IFormatProvider * formatProvider, TimeSpan * result, MethodInfo * method)); DO_APP_FUNC(0x01B10130, TimeSpan, TimeSpanParse_ParseExact, (ReadOnlySpan_1_Char_ input, ReadOnlySpan_1_Char_ format, IFormatProvider * formatProvider, TimeSpanStyles__Enum styles, MethodInfo * method)); DO_APP_FUNC(0x01B10180, bool, TimeSpanParse_TryParseExact, (ReadOnlySpan_1_Char_ input, ReadOnlySpan_1_Char_ format, IFormatProvider * formatProvider, TimeSpanStyles__Enum styles, TimeSpan * result, MethodInfo * method)); DO_APP_FUNC(0x01B101F0, TimeSpan, TimeSpanParse_ParseExactMultiple, (ReadOnlySpan_1_Char_ input, String__Array * formats, IFormatProvider * formatProvider, TimeSpanStyles__Enum styles, MethodInfo * method)); DO_APP_FUNC(0x01B10230, bool, TimeSpanParse_TryParseExactMultiple, (ReadOnlySpan_1_Char_ input, String__Array * formats, IFormatProvider * formatProvider, TimeSpanStyles__Enum styles, TimeSpan * result, MethodInfo * method)); DO_APP_FUNC(0x01B10290, bool, TimeSpanParse_TryParseTimeSpan, (ReadOnlySpan_1_Char_ input, TimeSpanParse_TimeSpanStandardStyles__Enum style, IFormatProvider * formatProvider, TimeSpanParse_TimeSpanResult * result, MethodInfo * method)); DO_APP_FUNC(0x01B11490, bool, TimeSpanParse_ProcessTerminalState, (TimeSpanParse_TimeSpanRawInfo * raw, TimeSpanParse_TimeSpanStandardStyles__Enum style, TimeSpanParse_TimeSpanResult * result, MethodInfo * method)); DO_APP_FUNC(0x01B11600, bool, TimeSpanParse_ProcessTerminal_DHMSF, (TimeSpanParse_TimeSpanRawInfo * raw, TimeSpanParse_TimeSpanStandardStyles__Enum style, TimeSpanParse_TimeSpanResult * result, MethodInfo * method)); DO_APP_FUNC(0x01B11A60, bool, TimeSpanParse_ProcessTerminal_HMS_F_D, (TimeSpanParse_TimeSpanRawInfo * raw, TimeSpanParse_TimeSpanStandardStyles__Enum style, TimeSpanParse_TimeSpanResult * result, MethodInfo * method)); DO_APP_FUNC(0x01B13590, bool, TimeSpanParse_ProcessTerminal_HM_S_D, (TimeSpanParse_TimeSpanRawInfo * raw, TimeSpanParse_TimeSpanStandardStyles__Enum style, TimeSpanParse_TimeSpanResult * result, MethodInfo * method)); DO_APP_FUNC(0x01B14BF0, bool, TimeSpanParse_ProcessTerminal_HM, (TimeSpanParse_TimeSpanRawInfo * raw, TimeSpanParse_TimeSpanStandardStyles__Enum style, TimeSpanParse_TimeSpanResult * result, MethodInfo * method)); DO_APP_FUNC(0x01B14F40, bool, TimeSpanParse_ProcessTerminal_D, (TimeSpanParse_TimeSpanRawInfo * raw, TimeSpanParse_TimeSpanStandardStyles__Enum style, TimeSpanParse_TimeSpanResult * result, MethodInfo * method)); DO_APP_FUNC(0x01B15250, bool, TimeSpanParse_TryParseExactTimeSpan, (ReadOnlySpan_1_Char_ input, ReadOnlySpan_1_Char_ format, IFormatProvider * formatProvider, TimeSpanStyles__Enum styles, TimeSpanParse_TimeSpanResult * result, MethodInfo * method)); DO_APP_FUNC(0x01B153F0, bool, TimeSpanParse_TryParseByFormat, (ReadOnlySpan_1_Char_ input, ReadOnlySpan_1_Char_ format, TimeSpanStyles__Enum styles, TimeSpanParse_TimeSpanResult * result, MethodInfo * method)); DO_APP_FUNC(0x01B16000, bool, TimeSpanParse_ParseExactDigits, (TimeSpanParse_TimeSpanTokenizer * tokenizer, int32_t minDigitLength, int32_t * result, MethodInfo * method)); DO_APP_FUNC(0x01B16040, bool, TimeSpanParse_ParseExactDigits_1, (TimeSpanParse_TimeSpanTokenizer * tokenizer, int32_t minDigitLength, int32_t maxDigitLength, int32_t * zeroes, int32_t * result, MethodInfo * method)); DO_APP_FUNC(0x01B16120, bool, TimeSpanParse_ParseExactLiteral, (TimeSpanParse_TimeSpanTokenizer * tokenizer, StringBuilder * enquotedString, MethodInfo * method)); DO_APP_FUNC(0x01B161E0, bool, TimeSpanParse_TryParseTimeSpanConstant, (ReadOnlySpan_1_Char_ input, TimeSpanParse_TimeSpanResult * result, MethodInfo * method)); DO_APP_FUNC(0x01B16220, bool, TimeSpanParse_TryParseExactMultipleTimeSpan, (ReadOnlySpan_1_Char_ input, String__Array * formats, IFormatProvider * formatProvider, TimeSpanStyles__Enum styles, TimeSpanParse_TimeSpanResult * result, MethodInfo * method)); DO_APP_FUNC(0x01B164C0, void, TimeSpanParse_ValidateStyles, (TimeSpanStyles__Enum style, String * parameterName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78EC8, TimeSpanParse_ValidateStyles__MethodInfo); DO_APP_FUNC(0x01B16550, void, TimeSpanParse_TimeSpanToken__ctor, (TimeSpanParse_TimeSpanToken * __this, TimeSpanParse_TTT__Enum type, MethodInfo * method)); DO_APP_FUNC(0x01B16560, void, TimeSpanParse_TimeSpanToken__ctor_1, (TimeSpanParse_TimeSpanToken * __this, int32_t number, MethodInfo * method)); DO_APP_FUNC(0x01B16580, void, TimeSpanParse_TimeSpanToken__ctor_2, (TimeSpanParse_TimeSpanToken * __this, int32_t number, int32_t leadingZeroes, MethodInfo * method)); DO_APP_FUNC(0x01B165A0, void, TimeSpanParse_TimeSpanToken__ctor_3, (TimeSpanParse_TimeSpanToken * __this, TimeSpanParse_TTT__Enum type, int32_t number, int32_t leadingZeroes, ReadOnlySpan_1_Char_ separator, MethodInfo * method)); DO_APP_FUNC(0x01B165C0, bool, TimeSpanParse_TimeSpanToken_IsInvalidFraction, (TimeSpanParse_TimeSpanToken * __this, MethodInfo * method)); DO_APP_FUNC(0x01B16620, void, TimeSpanParse_TimeSpanTokenizer__ctor, (TimeSpanParse_TimeSpanTokenizer * __this, ReadOnlySpan_1_Char_ input, MethodInfo * method)); DO_APP_FUNC(0x01770A50, void, TimeSpanParse_TimeSpanTokenizer__ctor_1, (TimeSpanParse_TimeSpanTokenizer * __this, ReadOnlySpan_1_Char_ input, int32_t startPosition, MethodInfo * method)); DO_APP_FUNC(0x01B16630, TimeSpanParse_TimeSpanToken, TimeSpanParse_TimeSpanTokenizer_GetNextToken, (TimeSpanParse_TimeSpanTokenizer * __this, MethodInfo * method)); DO_APP_FUNC(0x01B16860, bool, TimeSpanParse_TimeSpanTokenizer_get_EOL, (TimeSpanParse_TimeSpanTokenizer * __this, MethodInfo * method)); DO_APP_FUNC(0x01B168A0, void, TimeSpanParse_TimeSpanTokenizer_BackOne, (TimeSpanParse_TimeSpanTokenizer * __this, MethodInfo * method)); DO_APP_FUNC(0x01B168B0, uint16_t, TimeSpanParse_TimeSpanTokenizer_get_NextChar, (TimeSpanParse_TimeSpanTokenizer * __this, MethodInfo * method)); DO_APP_FUNC(0x01B16900, TimeSpanFormat_FormatLiterals, TimeSpanParse_TimeSpanRawInfo_get_PositiveInvariant, (TimeSpanParse_TimeSpanRawInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B16980, TimeSpanFormat_FormatLiterals, TimeSpanParse_TimeSpanRawInfo_get_NegativeInvariant, (TimeSpanParse_TimeSpanRawInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B16A00, TimeSpanFormat_FormatLiterals, TimeSpanParse_TimeSpanRawInfo_get_PositiveLocalized, (TimeSpanParse_TimeSpanRawInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B16AD0, TimeSpanFormat_FormatLiterals, TimeSpanParse_TimeSpanRawInfo_get_NegativeLocalized, (TimeSpanParse_TimeSpanRawInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B16BA0, bool, TimeSpanParse_TimeSpanRawInfo_FullAppCompatMatch, (TimeSpanParse_TimeSpanRawInfo * __this, TimeSpanFormat_FormatLiterals pattern, MethodInfo * method)); DO_APP_FUNC(0x01B17070, bool, TimeSpanParse_TimeSpanRawInfo_PartialAppCompatMatch, (TimeSpanParse_TimeSpanRawInfo * __this, TimeSpanFormat_FormatLiterals pattern, MethodInfo * method)); DO_APP_FUNC(0x01B17460, bool, TimeSpanParse_TimeSpanRawInfo_FullMatch, (TimeSpanParse_TimeSpanRawInfo * __this, TimeSpanFormat_FormatLiterals pattern, MethodInfo * method)); DO_APP_FUNC(0x01B17A30, bool, TimeSpanParse_TimeSpanRawInfo_FullDMatch, (TimeSpanParse_TimeSpanRawInfo * __this, TimeSpanFormat_FormatLiterals pattern, MethodInfo * method)); DO_APP_FUNC(0x01B17C70, bool, TimeSpanParse_TimeSpanRawInfo_FullHMMatch, (TimeSpanParse_TimeSpanRawInfo * __this, TimeSpanFormat_FormatLiterals pattern, MethodInfo * method)); DO_APP_FUNC(0x01B17F80, bool, TimeSpanParse_TimeSpanRawInfo_FullDHMMatch, (TimeSpanParse_TimeSpanRawInfo * __this, TimeSpanFormat_FormatLiterals pattern, MethodInfo * method)); DO_APP_FUNC(0x01B18380, bool, TimeSpanParse_TimeSpanRawInfo_FullHMSMatch, (TimeSpanParse_TimeSpanRawInfo * __this, TimeSpanFormat_FormatLiterals pattern, MethodInfo * method)); DO_APP_FUNC(0x01B18780, bool, TimeSpanParse_TimeSpanRawInfo_FullDHMSMatch, (TimeSpanParse_TimeSpanRawInfo * __this, TimeSpanFormat_FormatLiterals pattern, MethodInfo * method)); DO_APP_FUNC(0x01B18C60, bool, TimeSpanParse_TimeSpanRawInfo_FullHMSFMatch, (TimeSpanParse_TimeSpanRawInfo * __this, TimeSpanFormat_FormatLiterals pattern, MethodInfo * method)); DO_APP_FUNC(0x01B19140, void, TimeSpanParse_TimeSpanRawInfo_Init, (TimeSpanParse_TimeSpanRawInfo * __this, DateTimeFormatInfo * dtfi, MethodInfo * method)); DO_APP_FUNC(0x01B191A0, bool, TimeSpanParse_TimeSpanRawInfo_ProcessToken, (TimeSpanParse_TimeSpanRawInfo * __this, TimeSpanParse_TimeSpanToken * tok, TimeSpanParse_TimeSpanResult * result, MethodInfo * method)); DO_APP_FUNC(0x01B193C0, bool, TimeSpanParse_TimeSpanRawInfo_AddSep, (TimeSpanParse_TimeSpanRawInfo * __this, ReadOnlySpan_1_Char_ sep, TimeSpanParse_TimeSpanResult * result, MethodInfo * method)); DO_APP_FUNC(0x01B19510, bool, TimeSpanParse_TimeSpanRawInfo_AddNum, (TimeSpanParse_TimeSpanRawInfo * __this, TimeSpanParse_TimeSpanToken num, TimeSpanParse_TimeSpanResult * result, MethodInfo * method)); DO_APP_FUNC(0x01B19660, void, TimeSpanParse_TimeSpanResult__ctor, (TimeSpanParse_TimeSpanResult * __this, bool throwOnFailure, MethodInfo * method)); DO_APP_FUNC(0x01B19670, bool, TimeSpanParse_TimeSpanResult_SetFailure, (TimeSpanParse_TimeSpanResult * __this, TimeSpanParse_ParseFailureKind__Enum kind, String * resourceKey, Object * messageArgument, String * argumentName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78E98, TimeSpanParse_TimeSpanResult_SetFailure__MethodInfo); DO_APP_FUNC(0x01B197E0, void, TimeSpanParse_StringParser_NextChar, (TimeSpanParse_StringParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01B19820, uint16_t, TimeSpanParse_StringParser_NextNonDigit, (TimeSpanParse_StringParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01B19880, bool, TimeSpanParse_StringParser_TryParse, (TimeSpanParse_StringParser * __this, ReadOnlySpan_1_Char_ input, TimeSpanParse_TimeSpanResult * result, MethodInfo * method)); DO_APP_FUNC(0x01B19BB0, bool, TimeSpanParse_StringParser_ParseInt, (TimeSpanParse_StringParser * __this, int32_t max, int32_t * i, TimeSpanParse_TimeSpanResult * result, MethodInfo * method)); DO_APP_FUNC(0x01B19CA0, bool, TimeSpanParse_StringParser_ParseTime, (TimeSpanParse_StringParser * __this, int64_t * time, TimeSpanParse_TimeSpanResult * result, MethodInfo * method)); DO_APP_FUNC(0x01B1A030, void, TimeSpanParse_StringParser_SkipBlanks, (TimeSpanParse_StringParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01B1A090, int32_t, ISOWeek_GetWeekOfYear, (DateTime date, MethodInfo * method)); DO_APP_FUNC(0x01B1A1B0, int32_t, ISOWeek_GetYear, (DateTime date, MethodInfo * method)); DO_APP_FUNC(0x01B1A370, DateTime, ISOWeek_GetYearStart, (int32_t year, MethodInfo * method)); DO_APP_FUNC(0x01B1A380, DateTime, ISOWeek_GetYearEnd, (int32_t year, MethodInfo * method)); DO_APP_FUNC(0x01B1A3B0, int32_t, ISOWeek_GetWeeksInYear, (int32_t year, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78E80, ISOWeek_GetWeeksInYear__MethodInfo); DO_APP_FUNC(0x01B1A510, DateTime, ISOWeek_ToDateTime, (int32_t year, int32_t week, DayOfWeek__Enum dayOfWeek, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78E88, ISOWeek_ToDateTime__MethodInfo); DO_APP_FUNC(0x01B1A7E0, int32_t, ISOWeek_GetWeekNumber, (DateTime date, MethodInfo * method)); DO_APP_FUNC(0x01B1A8A0, int32_t, ISOWeek_GetWeekday, (DayOfWeek__Enum dayOfWeek, MethodInfo * method)); DO_APP_FUNC(0x01B1A8B0, int32_t, ISOWeek__GetWeeksInYear_g__P_8_0, (int32_t y, MethodInfo * method)); DO_APP_FUNC(0x01B1A910, bool, GlobalizationMode_get_Invariant, (MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, GlobalizationMode_GetGlobalizationInvariantMode, (MethodInfo * method)); DO_APP_FUNC(0x01B1A970, void, GlobalizationMode__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B1A9B0, double, CalendricalCalculationsHelper_RadiansFromDegrees, (double degree, MethodInfo * method)); DO_APP_FUNC(0x01B1A9D0, double, CalendricalCalculationsHelper_SinOfDegree, (double degree, MethodInfo * method)); DO_APP_FUNC(0x01B1AA60, double, CalendricalCalculationsHelper_CosOfDegree, (double degree, MethodInfo * method)); DO_APP_FUNC(0x01B1AAF0, double, CalendricalCalculationsHelper_TanOfDegree, (double degree, MethodInfo * method)); DO_APP_FUNC(0x01B1AB80, double, CalendricalCalculationsHelper_Angle, (int32_t degrees, int32_t minutes, double seconds, MethodInfo * method)); DO_APP_FUNC(0x01B1ABB0, double, CalendricalCalculationsHelper_Obliquity, (double julianCenturies, MethodInfo * method)); DO_APP_FUNC(0x01B1AC70, int64_t, CalendricalCalculationsHelper_GetNumberOfDays, (DateTime date, MethodInfo * method)); DO_APP_FUNC(0x01B1AD10, int32_t, CalendricalCalculationsHelper_GetGregorianYear, (double numberOfDays, MethodInfo * method)); DO_APP_FUNC(0x01B1AEC0, double, CalendricalCalculationsHelper_Reminder, (double divisor, double dividend, MethodInfo * method)); DO_APP_FUNC(0x01B1AF30, double, CalendricalCalculationsHelper_NormalizeLongitude, (double longitude, MethodInfo * method)); DO_APP_FUNC(0x01B1AFF0, double, CalendricalCalculationsHelper_AsDayFraction, (double longitude, MethodInfo * method)); DO_APP_FUNC(0x01B1B000, double, CalendricalCalculationsHelper_PolynomialSum, (Double__Array * coefficients, double indeterminate, MethodInfo * method)); DO_APP_FUNC(0x01B1B060, double, CalendricalCalculationsHelper_CenturiesFrom1900, (int32_t gregorianYear, MethodInfo * method)); DO_APP_FUNC(0x01B1B120, double, CalendricalCalculationsHelper_DefaultEphemerisCorrection, (int32_t gregorianYear, MethodInfo * method)); DO_APP_FUNC(0x01B1B240, double, CalendricalCalculationsHelper_EphemerisCorrection1988to2019, (int32_t gregorianYear, MethodInfo * method)); DO_APP_FUNC(0x01B1B260, double, CalendricalCalculationsHelper_EphemerisCorrection1900to1987, (int32_t gregorianYear, MethodInfo * method)); DO_APP_FUNC(0x01B1B320, double, CalendricalCalculationsHelper_EphemerisCorrection1800to1899, (int32_t gregorianYear, MethodInfo * method)); DO_APP_FUNC(0x01B1B3E0, double, CalendricalCalculationsHelper_EphemerisCorrection1700to1799, (int32_t gregorianYear, MethodInfo * method)); DO_APP_FUNC(0x01B1B4C0, double, CalendricalCalculationsHelper_EphemerisCorrection1620to1699, (int32_t gregorianYear, MethodInfo * method)); DO_APP_FUNC(0x01B1B5A0, double, CalendricalCalculationsHelper_EphemerisCorrection, (double time, MethodInfo * method)); DO_APP_FUNC(0x01B1B8E0, double, CalendricalCalculationsHelper_JulianCenturies, (double moment, MethodInfo * method)); DO_APP_FUNC(0x01B1B950, bool, CalendricalCalculationsHelper_IsNegative, (double value, MethodInfo * method)); DO_APP_FUNC(0x01B1B9B0, double, CalendricalCalculationsHelper_CopySign, (double value, double sign, MethodInfo * method)); DO_APP_FUNC(0x01B1BAB0, double, CalendricalCalculationsHelper_EquationOfTime, (double time, MethodInfo * method)); DO_APP_FUNC(0x01B1C030, double, CalendricalCalculationsHelper_AsLocalTime, (double apparentMidday, double longitude, MethodInfo * method)); DO_APP_FUNC(0x01B1C0B0, double, CalendricalCalculationsHelper_Midday, (double date, double longitude, MethodInfo * method)); DO_APP_FUNC(0x01B1C180, double, CalendricalCalculationsHelper_InitLongitude, (double longitude, MethodInfo * method)); DO_APP_FUNC(0x01B1C280, double, CalendricalCalculationsHelper_MiddayAtPersianObservationSite, (double date, MethodInfo * method)); DO_APP_FUNC(0x01B1C390, double, CalendricalCalculationsHelper_PeriodicTerm, (double julianCenturies, int32_t x, double y, double z, MethodInfo * method)); DO_APP_FUNC(0x01B1C420, double, CalendricalCalculationsHelper_SumLongSequenceOfPeriodicTerms, (double julianCenturies, MethodInfo * method)); DO_APP_FUNC(0x01B1D380, double, CalendricalCalculationsHelper_Aberration, (double julianCenturies, MethodInfo * method)); DO_APP_FUNC(0x01B1D400, double, CalendricalCalculationsHelper_Nutation, (double julianCenturies, MethodInfo * method)); DO_APP_FUNC(0x01B1D550, double, CalendricalCalculationsHelper_Compute, (double time, MethodInfo * method)); DO_APP_FUNC(0x01B1D7B0, double, CalendricalCalculationsHelper_AsSeason, (double longitude, MethodInfo * method)); DO_APP_FUNC(0x01B1D7D0, double, CalendricalCalculationsHelper_EstimatePrior, (double longitude, double time, MethodInfo * method)); DO_APP_FUNC(0x01B1D8E0, int64_t, CalendricalCalculationsHelper_PersianNewYearOnOrBefore, (int64_t numberOfDays, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CalendricalCalculationsHelper__ctor, (CalendricalCalculationsHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x01B1DAE0, void, CalendricalCalculationsHelper__cctor, (MethodInfo * method)); DO_APP_FUNC(0x009B8F70, void, CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap__ctor, (CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap * __this, int32_t year, CalendricalCalculationsHelper_CorrectionAlgorithm__Enum algorithm, MethodInfo * method)); DO_APP_FUNC(0x01B1E530, DateTime, PersianCalendar_get_MinSupportedDateTime, (PersianCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B1E590, DateTime, PersianCalendar_get_MaxSupportedDateTime, (PersianCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, CalendarAlgorithmType__Enum, PersianCalendar_get_AlgorithmType, (PersianCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B1E5F0, void, PersianCalendar__ctor, (PersianCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, PersianCalendar_get_BaseCalendarID, (PersianCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B1E600, int32_t, PersianCalendar_get_ID, (PersianCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B1E610, int64_t, PersianCalendar_GetAbsoluteDatePersian, (PersianCalendar * __this, int32_t year, int32_t month, int32_t day, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2198, PersianCalendar_GetAbsoluteDatePersian__MethodInfo); DO_APP_FUNC(0x01B1E760, void, PersianCalendar_CheckTicksRange, (int64_t ticks, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC21D0, PersianCalendar_CheckTicksRange__MethodInfo); DO_APP_FUNC(0x01B1E9F0, void, PersianCalendar_CheckEraRange, (int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC21C8, PersianCalendar_CheckEraRange__MethodInfo); DO_APP_FUNC(0x01B1EAD0, void, PersianCalendar_CheckYearRange, (int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC21C0, PersianCalendar_CheckYearRange__MethodInfo); DO_APP_FUNC(0x01B1ECE0, void, PersianCalendar_CheckYearMonthRange, (int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC21B8, PersianCalendar_CheckYearMonthRange__MethodInfo); DO_APP_FUNC(0x01B1EEC0, int32_t, PersianCalendar_MonthFromOrdinalDay, (int32_t ordinalDay, MethodInfo * method)); DO_APP_FUNC(0x01B1EF50, int32_t, PersianCalendar_DaysInPreviousMonths, (int32_t month, MethodInfo * method)); DO_APP_FUNC(0x01B1EFD0, int32_t, PersianCalendar_GetDatePart, (PersianCalendar * __this, int64_t ticks, int32_t part, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2168, PersianCalendar_GetDatePart__MethodInfo); DO_APP_FUNC(0x01B1F290, DateTime, PersianCalendar_AddMonths, (PersianCalendar * __this, DateTime time, int32_t months, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2158, PersianCalendar_AddMonths__MethodInfo); DO_APP_FUNC(0x01B1F6C0, DateTime, PersianCalendar_AddYears, (PersianCalendar * __this, DateTime time, int32_t years, MethodInfo * method)); DO_APP_FUNC(0x01B1F6E0, int32_t, PersianCalendar_GetDayOfMonth, (PersianCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B1F790, DayOfWeek__Enum, PersianCalendar_GetDayOfWeek, (PersianCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B1F850, int32_t, PersianCalendar_GetDayOfYear, (PersianCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B1F900, int32_t, PersianCalendar_GetDaysInMonth, (PersianCalendar * __this, int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B1FA10, int32_t, PersianCalendar_GetDaysInYear, (PersianCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B1FB00, int32_t, PersianCalendar_GetEra, (PersianCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B1FBD0, Int32__Array *, PersianCalendar_get_Eras, (PersianCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B1FC70, int32_t, PersianCalendar_GetMonth, (PersianCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B1FD20, int32_t, PersianCalendar_GetMonthsInYear, (PersianCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B1FD90, int32_t, PersianCalendar_GetYear, (PersianCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B1FE40, bool, PersianCalendar_IsLeapDay, (PersianCalendar * __this, int32_t year, int32_t month, int32_t day, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2178, PersianCalendar_IsLeapDay__MethodInfo); DO_APP_FUNC(0x01B1FFC0, int32_t, PersianCalendar_GetLeapMonth, (PersianCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B20020, bool, PersianCalendar_IsLeapMonth, (PersianCalendar * __this, int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B20090, bool, PersianCalendar_IsLeapYear, (PersianCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B20160, DateTime, PersianCalendar_ToDateTime, (PersianCalendar * __this, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second, int32_t millisecond, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2110, PersianCalendar_ToDateTime__MethodInfo); DO_APP_FUNC(0x01B20390, int32_t, PersianCalendar_get_TwoDigitYearMax, (PersianCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B20400, void, PersianCalendar_set_TwoDigitYearMax, (PersianCalendar * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2108, PersianCalendar_set_TwoDigitYearMax__MethodInfo); DO_APP_FUNC(0x01B20530, int32_t, PersianCalendar_ToFourDigitYear, (PersianCalendar * __this, int32_t year, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2100, PersianCalendar_ToFourDigitYear__MethodInfo); DO_APP_FUNC(0x01B206E0, void, PersianCalendar__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B20930, DateTime, Calendar_get_MinSupportedDateTime, (Calendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B20990, DateTime, Calendar_get_MaxSupportedDateTime, (Calendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B1E5F0, void, Calendar__ctor, (Calendar * __this, MethodInfo * method)); DO_APP_FUNC(0x006FEBF0, int32_t, Calendar_get_ID, (Calendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B209F0, int32_t, Calendar_get_BaseCalendarID, (Calendar * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, CalendarAlgorithmType__Enum, Calendar_get_AlgorithmType, (Calendar * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB250, bool, Calendar_get_IsReadOnly, (Calendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B20A10, Object *, Calendar_Clone, (Calendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B20A90, Calendar *, Calendar_ReadOnly, (Calendar * calendar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2148, Calendar_ReadOnly__MethodInfo); DO_APP_FUNC(0x01B20B80, void, Calendar_VerifyWritable, (Calendar * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2140, Calendar_VerifyWritable__MethodInfo); DO_APP_FUNC(0x01A0D520, void, Calendar_SetReadOnlyState, (Calendar * __this, bool readOnly, MethodInfo * method)); DO_APP_FUNC(0x01B20C00, int32_t, Calendar_get_CurrentEraValue, (Calendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B20C90, void, Calendar_CheckAddResult, (int64_t ticks, DateTime minValue, DateTime maxValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2128, Calendar_CheckAddResult__MethodInfo); DO_APP_FUNC(0x01B20E80, DateTime, Calendar_Add, (Calendar * __this, DateTime time, double value, int32_t scale, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2118, Calendar_Add__MethodInfo); DO_APP_FUNC(0x01B210B0, DateTime, Calendar_AddMilliseconds, (Calendar * __this, DateTime time, double milliseconds, MethodInfo * method)); DO_APP_FUNC(0x01B210D0, DateTime, Calendar_AddDays, (Calendar * __this, DateTime time, int32_t days, MethodInfo * method)); DO_APP_FUNC(0x01B21100, DateTime, Calendar_AddHours, (Calendar * __this, DateTime time, int32_t hours, MethodInfo * method)); DO_APP_FUNC(0x01B21130, DateTime, Calendar_AddMinutes, (Calendar * __this, DateTime time, int32_t minutes, MethodInfo * method)); DO_APP_FUNC(0x01B21160, DateTime, Calendar_AddSeconds, (Calendar * __this, DateTime time, int32_t seconds, MethodInfo * method)); DO_APP_FUNC(0x01B21190, DateTime, Calendar_AddWeeks, (Calendar * __this, DateTime time, int32_t weeks, MethodInfo * method)); DO_APP_FUNC(0x01B211B0, int32_t, Calendar_GetDaysInMonth, (Calendar * __this, int32_t year, int32_t month, MethodInfo * method)); DO_APP_FUNC(0x01B211E0, int32_t, Calendar_GetDaysInYear, (Calendar * __this, int32_t year, MethodInfo * method)); DO_APP_FUNC(0x01B21200, int32_t, Calendar_GetHour, (Calendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B212D0, double, Calendar_GetMilliseconds, (Calendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B213A0, int32_t, Calendar_GetMinute, (Calendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B21470, int32_t, Calendar_GetMonthsInYear, (Calendar * __this, int32_t year, MethodInfo * method)); DO_APP_FUNC(0x01B21490, int32_t, Calendar_GetSecond, (Calendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B21560, int32_t, Calendar_GetFirstDayWeekOfYear, (Calendar * __this, DateTime time, int32_t firstDayOfWeek, MethodInfo * method)); DO_APP_FUNC(0x01B21620, int32_t, Calendar_GetWeekOfYearFullDays, (Calendar * __this, DateTime time, int32_t firstDayOfWeek, int32_t fullDays, MethodInfo * method)); DO_APP_FUNC(0x01B21880, int32_t, Calendar_GetWeekOfYearOfMinSupportedDateTime, (Calendar * __this, int32_t firstDayOfWeek, int32_t minimumDaysInFirstWeek, MethodInfo * method)); DO_APP_FUNC(0x01B219F0, int32_t, Calendar_get_DaysInYearBeforeMinSupportedYear, (Calendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B21A00, int32_t, Calendar_GetWeekOfYear, (Calendar * __this, DateTime time, CalendarWeekRule__Enum rule, DayOfWeek__Enum firstDayOfWeek, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2080, Calendar_GetWeekOfYear__MethodInfo); DO_APP_FUNC(0x01B21D40, bool, Calendar_IsLeapDay, (Calendar * __this, int32_t year, int32_t month, int32_t day, MethodInfo * method)); DO_APP_FUNC(0x01B21D70, bool, Calendar_IsLeapMonth, (Calendar * __this, int32_t year, int32_t month, MethodInfo * method)); DO_APP_FUNC(0x01B21DA0, int32_t, Calendar_GetLeapMonth, (Calendar * __this, int32_t year, MethodInfo * method)); DO_APP_FUNC(0x01B21DC0, int32_t, Calendar_GetLeapMonth_1, (Calendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B21E80, bool, Calendar_IsLeapYear, (Calendar * __this, int32_t year, MethodInfo * method)); DO_APP_FUNC(0x01B21EA0, DateTime, Calendar_ToDateTime, (Calendar * __this, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second, int32_t millisecond, MethodInfo * method)); DO_APP_FUNC(0x01B21F00, bool, Calendar_TryToDateTime, (Calendar * __this, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second, int32_t millisecond, int32_t era, DateTime * result, MethodInfo * method)); DO_APP_FUNC(0x01B22000, bool, Calendar_IsValidYear, (Calendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B22090, bool, Calendar_IsValidMonth, (Calendar * __this, int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B22110, bool, Calendar_IsValidDay, (Calendar * __this, int32_t year, int32_t month, int32_t day, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, Calendar_get_TwoDigitYearMax, (Calendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B221A0, void, Calendar_set_TwoDigitYearMax, (Calendar * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01B221D0, int32_t, Calendar_ToFourDigitYear, (Calendar * __this, int32_t year, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2068, Calendar_ToFourDigitYear__MethodInfo); DO_APP_FUNC(0x01B222F0, int64_t, Calendar_TimeToTicks, (int32_t hour, int32_t minute, int32_t second, int32_t millisecond, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC20E8, Calendar_TimeToTicks__MethodInfo); DO_APP_FUNC(0x01B224E0, int32_t, Calendar_GetSystemTwoDigitYearSetting, (int32_t CalID, int32_t defaultYearValue, MethodInfo * method)); DO_APP_FUNC(0x01B22530, void, CalendarData__ctor, (CalendarData * __this, MethodInfo * method)); DO_APP_FUNC(0x01B22540, void, CalendarData__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B24960, void, CalendarData__ctor_1, (CalendarData * __this, String * localeName, int32_t calendarId, bool bUseUserOverrides, MethodInfo * method)); DO_APP_FUNC(0x01B25830, void, CalendarData_InitializeEraNames, (CalendarData * __this, String * localeName, int32_t calendarId, MethodInfo * method)); DO_APP_FUNC(0x01B26000, String__Array *, CalendarData_GetJapaneseEraNames, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1CE0, CalendarData_GetJapaneseEraNames__MethodInfo); DO_APP_FUNC(0x01B26280, String__Array *, CalendarData_GetJapaneseEnglishEraNames, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1CD8, CalendarData_GetJapaneseEnglishEraNames__MethodInfo); DO_APP_FUNC(0x01B26500, void, CalendarData_InitializeAbbreviatedEraNames, (CalendarData * __this, String * localeName, int32_t calendarId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1D90, CalendarData_InitializeAbbreviatedEraNames__MethodInfo); DO_APP_FUNC(0x01B26A70, CalendarData *, CalendarData_GetCalendarData, (int32_t calendarId, MethodInfo * method)); DO_APP_FUNC(0x01B26CA0, String *, CalendarData_CalendarIdToCultureName, (int32_t calendarId, MethodInfo * method)); DO_APP_FUNC(0x006FEBF0, int32_t, CalendarData_nativeGetTwoDigitYearMax, (int32_t calID, MethodInfo * method)); DO_APP_FUNC(0x01B26E70, bool, CalendarData_nativeGetCalendarData, (CalendarData * data, String * localeName, int32_t calendarId, MethodInfo * method)); DO_APP_FUNC(0x01B27010, bool, CalendarData_fill_calendar_data, (CalendarData * __this, String * localeName, int32_t datetimeIndex, MethodInfo * method)); DO_APP_FUNC(0x01B27020, DateTime, ChineseLunisolarCalendar_get_MinSupportedDateTime, (ChineseLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B27080, DateTime, ChineseLunisolarCalendar_get_MaxSupportedDateTime, (ChineseLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B270E0, int32_t, ChineseLunisolarCalendar_get_DaysInYearBeforeMinSupportedYear, (ChineseLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B270F0, int32_t, ChineseLunisolarCalendar_get_MinCalendarYear, (ChineseLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B27100, int32_t, ChineseLunisolarCalendar_get_MaxCalendarYear, (ChineseLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B27110, DateTime, ChineseLunisolarCalendar_get_MinDate, (ChineseLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B27170, DateTime, ChineseLunisolarCalendar_get_MaxDate, (ChineseLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, EraInfo__Array *, ChineseLunisolarCalendar_get_CalEraInfo, (ChineseLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B271D0, int32_t, ChineseLunisolarCalendar_GetYearInfo, (ChineseLunisolarCalendar * __this, int32_t LunarYear, int32_t Index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1C80, ChineseLunisolarCalendar_GetYearInfo__MethodInfo); DO_APP_FUNC(0x003D7F50, int32_t, ChineseLunisolarCalendar_GetYear, (ChineseLunisolarCalendar * __this, int32_t year, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B27380, int32_t, ChineseLunisolarCalendar_GetGregorianYear, (ChineseLunisolarCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1CD0, ChineseLunisolarCalendar_GetGregorianYear__MethodInfo); DO_APP_FUNC(0x01B27510, void, ChineseLunisolarCalendar__ctor, (ChineseLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B27570, int32_t, ChineseLunisolarCalendar_GetEra, (ChineseLunisolarCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B27620, int32_t, ChineseLunisolarCalendar_get_ID, (ChineseLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, ChineseLunisolarCalendar_get_BaseCalendarID, (ChineseLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B27630, Int32__Array *, ChineseLunisolarCalendar_get_Eras, (ChineseLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B27690, void, ChineseLunisolarCalendar__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0075F690, CalendarAlgorithmType__Enum, EastAsianLunisolarCalendar_get_AlgorithmType, (EastAsianLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B27930, int32_t, EastAsianLunisolarCalendar_GetSexagenaryYear, (EastAsianLunisolarCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B27B10, int32_t, EastAsianLunisolarCalendar_GetCelestialStem, (EastAsianLunisolarCalendar * __this, int32_t sexagenaryYear, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1CA8, EastAsianLunisolarCalendar_GetCelestialStem__MethodInfo); DO_APP_FUNC(0x01B27C70, int32_t, EastAsianLunisolarCalendar_GetTerrestrialBranch, (EastAsianLunisolarCalendar * __this, int32_t sexagenaryYear, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1C40, EastAsianLunisolarCalendar_GetTerrestrialBranch__MethodInfo); DO_APP_FUNC(0x01B27DD0, int32_t, EastAsianLunisolarCalendar_MinEraCalendarYear, (EastAsianLunisolarCalendar * __this, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1C38, EastAsianLunisolarCalendar_MinEraCalendarYear__MethodInfo); DO_APP_FUNC(0x01B27FB0, int32_t, EastAsianLunisolarCalendar_MaxEraCalendarYear, (EastAsianLunisolarCalendar * __this, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1C30, EastAsianLunisolarCalendar_MaxEraCalendarYear__MethodInfo); DO_APP_FUNC(0x01B1E5F0, void, EastAsianLunisolarCalendar__ctor, (EastAsianLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B28190, void, EastAsianLunisolarCalendar_CheckTicksRange, (EastAsianLunisolarCalendar * __this, int64_t ticks, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1C28, EastAsianLunisolarCalendar_CheckTicksRange__MethodInfo); DO_APP_FUNC(0x01B283D0, void, EastAsianLunisolarCalendar_CheckEraRange, (EastAsianLunisolarCalendar * __this, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1C20, EastAsianLunisolarCalendar_CheckEraRange__MethodInfo); DO_APP_FUNC(0x01B284E0, int32_t, EastAsianLunisolarCalendar_CheckYearRange, (EastAsianLunisolarCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1C18, EastAsianLunisolarCalendar_CheckYearRange__MethodInfo); DO_APP_FUNC(0x01B28790, int32_t, EastAsianLunisolarCalendar_CheckYearMonthRange, (EastAsianLunisolarCalendar * __this, int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1C10, EastAsianLunisolarCalendar_CheckYearMonthRange__MethodInfo); DO_APP_FUNC(0x01B288E0, int32_t, EastAsianLunisolarCalendar_InternalGetDaysInMonth, (EastAsianLunisolarCalendar * __this, int32_t year, int32_t month, MethodInfo * method)); DO_APP_FUNC(0x01B28930, int32_t, EastAsianLunisolarCalendar_GetDaysInMonth, (EastAsianLunisolarCalendar * __this, int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B289A0, int32_t, EastAsianLunisolarCalendar_GregorianIsLeapYear, (int32_t y, MethodInfo * method)); DO_APP_FUNC(0x01B28A00, DateTime, EastAsianLunisolarCalendar_ToDateTime, (EastAsianLunisolarCalendar * __this, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second, int32_t millisecond, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1C00, EastAsianLunisolarCalendar_ToDateTime__MethodInfo); DO_APP_FUNC(0x01B28CD0, void, EastAsianLunisolarCalendar_GregorianToLunar, (EastAsianLunisolarCalendar * __this, int32_t nSYear, int32_t nSMonth, int32_t nSDate, int32_t * nLYear, int32_t * nLMonth, int32_t * nLDate, MethodInfo * method)); DO_APP_FUNC(0x01B29030, bool, EastAsianLunisolarCalendar_LunarToGregorian, (EastAsianLunisolarCalendar * __this, int32_t nLYear, int32_t nLMonth, int32_t nLDate, int32_t * nSolarYear, int32_t * nSolarMonth, int32_t * nSolarDay, MethodInfo * method)); DO_APP_FUNC(0x01B292A0, DateTime, EastAsianLunisolarCalendar_LunarToTime, (EastAsianLunisolarCalendar * __this, DateTime time, int32_t year, int32_t month, int32_t day, MethodInfo * method)); DO_APP_FUNC(0x01B29410, void, EastAsianLunisolarCalendar_TimeToLunar, (EastAsianLunisolarCalendar * __this, DateTime time, int32_t * year, int32_t * month, int32_t * day, MethodInfo * method)); DO_APP_FUNC(0x01B29530, DateTime, EastAsianLunisolarCalendar_AddMonths, (EastAsianLunisolarCalendar * __this, DateTime time, int32_t months, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1C58, EastAsianLunisolarCalendar_AddMonths__MethodInfo); DO_APP_FUNC(0x01B299D0, DateTime, EastAsianLunisolarCalendar_AddYears, (EastAsianLunisolarCalendar * __this, DateTime time, int32_t years, MethodInfo * method)); DO_APP_FUNC(0x01B29CF0, int32_t, EastAsianLunisolarCalendar_GetDayOfYear, (EastAsianLunisolarCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B29F10, int32_t, EastAsianLunisolarCalendar_GetDayOfMonth, (EastAsianLunisolarCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B2A0D0, int32_t, EastAsianLunisolarCalendar_GetDaysInYear, (EastAsianLunisolarCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B2A180, int32_t, EastAsianLunisolarCalendar_GetMonth, (EastAsianLunisolarCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B2A340, int32_t, EastAsianLunisolarCalendar_GetYear, (EastAsianLunisolarCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B2A510, DayOfWeek__Enum, EastAsianLunisolarCalendar_GetDayOfWeek, (EastAsianLunisolarCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B2A630, int32_t, EastAsianLunisolarCalendar_GetMonthsInYear, (EastAsianLunisolarCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B2A670, bool, EastAsianLunisolarCalendar_IsLeapDay, (EastAsianLunisolarCalendar * __this, int32_t year, int32_t month, int32_t day, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1B78, EastAsianLunisolarCalendar_IsLeapDay__MethodInfo); DO_APP_FUNC(0x01B2A840, bool, EastAsianLunisolarCalendar_IsLeapMonth, (EastAsianLunisolarCalendar * __this, int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B2A8A0, int32_t, EastAsianLunisolarCalendar_GetLeapMonth, (EastAsianLunisolarCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B2A8E0, bool, EastAsianLunisolarCalendar_InternalIsLeapYear, (EastAsianLunisolarCalendar * __this, int32_t year, MethodInfo * method)); DO_APP_FUNC(0x01B2A910, bool, EastAsianLunisolarCalendar_IsLeapYear, (EastAsianLunisolarCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B2A950, int32_t, EastAsianLunisolarCalendar_get_TwoDigitYearMax, (EastAsianLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B2AA30, void, EastAsianLunisolarCalendar_set_TwoDigitYearMax, (EastAsianLunisolarCalendar * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1B70, EastAsianLunisolarCalendar_set_TwoDigitYearMax__MethodInfo); DO_APP_FUNC(0x01B2ABA0, int32_t, EastAsianLunisolarCalendar_ToFourDigitYear, (EastAsianLunisolarCalendar * __this, int32_t year, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1B68, EastAsianLunisolarCalendar_ToFourDigitYear__MethodInfo); DO_APP_FUNC(0x01B2AC50, void, EastAsianLunisolarCalendar__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B2ADF0, uint8_t *, GlobalizationAssembly_GetGlobalizationResourceBytePtr, (Assembly * assembly, String * tableName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1B38, GlobalizationAssembly_GetGlobalizationResourceBytePtr__MethodInfo); DO_APP_FUNC(0x003AC050, void, GlobalizationAssembly__ctor, (GlobalizationAssembly * __this, MethodInfo * method)); DO_APP_FUNC(0x01B2AEE0, void, GregorianCalendar_OnDeserialized, (GregorianCalendar * __this, StreamingContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1B20, GregorianCalendar_OnDeserialized__MethodInfo); DO_APP_FUNC(0x01B2AFE0, DateTime, GregorianCalendar_get_MinSupportedDateTime, (GregorianCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B2B040, DateTime, GregorianCalendar_get_MaxSupportedDateTime, (GregorianCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, CalendarAlgorithmType__Enum, GregorianCalendar_get_AlgorithmType, (GregorianCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B2B0A0, Calendar *, GregorianCalendar_GetDefaultInstance, (MethodInfo * method)); DO_APP_FUNC(0x01B2B1F0, void, GregorianCalendar__ctor, (GregorianCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B2B200, void, GregorianCalendar__ctor_1, (GregorianCalendar * __this, GregorianCalendarTypes__Enum type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1BB8, GregorianCalendar__ctor_1__MethodInfo); DO_APP_FUNC(0x003CA7C0, GregorianCalendarTypes__Enum, GregorianCalendar_get_CalendarType, (GregorianCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B2B350, void, GregorianCalendar_set_CalendarType, (GregorianCalendar * __this, GregorianCalendarTypes__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1BA0, GregorianCalendar_set_CalendarType__MethodInfo); DO_APP_FUNC(0x003CA7C0, int32_t, GregorianCalendar_get_ID, (GregorianCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B2B400, int32_t, GregorianCalendar_GetDatePart, (GregorianCalendar * __this, int64_t ticks, int32_t part, MethodInfo * method)); DO_APP_FUNC(0x01B2B5D0, int64_t, GregorianCalendar_GetAbsoluteDate, (int32_t year, int32_t month, int32_t day, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1B88, GregorianCalendar_GetAbsoluteDate__MethodInfo); DO_APP_FUNC(0x01B2B7D0, int64_t, GregorianCalendar_DateToTicks, (GregorianCalendar * __this, int32_t year, int32_t month, int32_t day, MethodInfo * method)); DO_APP_FUNC(0x01B2B850, DateTime, GregorianCalendar_AddMonths, (GregorianCalendar * __this, DateTime time, int32_t months, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1AA8, GregorianCalendar_AddMonths__MethodInfo); DO_APP_FUNC(0x01B1F6C0, DateTime, GregorianCalendar_AddYears, (GregorianCalendar * __this, DateTime time, int32_t years, MethodInfo * method)); DO_APP_FUNC(0x01B2BD70, int32_t, GregorianCalendar_GetDayOfMonth, (GregorianCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B2BE20, DayOfWeek__Enum, GregorianCalendar_GetDayOfWeek, (GregorianCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B2BEE0, int32_t, GregorianCalendar_GetDayOfYear, (GregorianCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B2BF90, int32_t, GregorianCalendar_GetDaysInMonth, (GregorianCalendar * __this, int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1A88, GregorianCalendar_GetDaysInMonth__MethodInfo); DO_APP_FUNC(0x01B2C2C0, int32_t, GregorianCalendar_GetDaysInYear, (GregorianCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1A78, GregorianCalendar_GetDaysInYear__MethodInfo); DO_APP_FUNC(0x0076A2B0, int32_t, GregorianCalendar_GetEra, (GregorianCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B2C4B0, Int32__Array *, GregorianCalendar_get_Eras, (GregorianCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B2C510, int32_t, GregorianCalendar_GetMonth, (GregorianCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B2C5C0, int32_t, GregorianCalendar_GetMonthsInYear, (GregorianCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1B00, GregorianCalendar_GetMonthsInYear__MethodInfo); DO_APP_FUNC(0x01B2C760, int32_t, GregorianCalendar_GetYear, (GregorianCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B2C810, bool, GregorianCalendar_IsLeapDay, (GregorianCalendar * __this, int32_t year, int32_t month, int32_t day, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1AF0, GregorianCalendar_IsLeapDay__MethodInfo); DO_APP_FUNC(0x01B2CC80, int32_t, GregorianCalendar_GetLeapMonth, (GregorianCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1AE8, GregorianCalendar_GetLeapMonth__MethodInfo); DO_APP_FUNC(0x01B2CE10, bool, GregorianCalendar_IsLeapMonth, (GregorianCalendar * __this, int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1AE0, GregorianCalendar_IsLeapMonth__MethodInfo); DO_APP_FUNC(0x01B2D0C0, bool, GregorianCalendar_IsLeapYear, (GregorianCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1AD8, GregorianCalendar_IsLeapYear__MethodInfo); DO_APP_FUNC(0x01B2D2A0, DateTime, GregorianCalendar_ToDateTime, (GregorianCalendar * __this, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second, int32_t millisecond, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1AC8, GregorianCalendar_ToDateTime__MethodInfo); DO_APP_FUNC(0x01B2D380, bool, GregorianCalendar_TryToDateTime, (GregorianCalendar * __this, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second, int32_t millisecond, int32_t era, DateTime * result, MethodInfo * method)); DO_APP_FUNC(0x01B2D480, int32_t, GregorianCalendar_get_TwoDigitYearMax, (GregorianCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B2D4F0, void, GregorianCalendar_set_TwoDigitYearMax, (GregorianCalendar * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1AC0, GregorianCalendar_set_TwoDigitYearMax__MethodInfo); DO_APP_FUNC(0x01B2D620, int32_t, GregorianCalendar_ToFourDigitYear, (GregorianCalendar * __this, int32_t year, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1AB8, GregorianCalendar_ToFourDigitYear__MethodInfo); DO_APP_FUNC(0x01B2D7B0, void, GregorianCalendar__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B2D950, void, EraInfo__ctor, (EraInfo * __this, int32_t era, int32_t startYear, int32_t startMonth, int32_t startDay, int32_t yearOffset, int32_t minEraYear, int32_t maxEraYear, MethodInfo * method)); DO_APP_FUNC(0x01B2DA70, void, EraInfo__ctor_1, (EraInfo * __this, int32_t era, int32_t startYear, int32_t startMonth, int32_t startDay, int32_t yearOffset, int32_t minEraYear, int32_t maxEraYear, String * eraName, String * abbrevEraName, String * englishEraName, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, GregorianCalendarHelper_get_MaxYear, (GregorianCalendarHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x01B2DC80, void, GregorianCalendarHelper__ctor, (GregorianCalendarHelper * __this, Calendar * cal, EraInfo__Array * eraInfo, MethodInfo * method)); DO_APP_FUNC(0x01B2DDB0, int32_t, GregorianCalendarHelper_GetYearOffset, (GregorianCalendarHelper * __this, int32_t year, int32_t era, bool throwOnError, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC19E8, GregorianCalendarHelper_GetYearOffset__MethodInfo); DO_APP_FUNC(0x01B2E170, int32_t, GregorianCalendarHelper_GetGregorianYear, (GregorianCalendarHelper * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B2E1A0, bool, GregorianCalendarHelper_IsValidYear, (GregorianCalendarHelper * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B2E1C0, int32_t, GregorianCalendarHelper_GetDatePart, (GregorianCalendarHelper * __this, int64_t ticks, int32_t part, MethodInfo * method)); DO_APP_FUNC(0x01B2E3B0, int64_t, GregorianCalendarHelper_GetAbsoluteDate, (int32_t year, int32_t month, int32_t day, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC19C8, GregorianCalendarHelper_GetAbsoluteDate__MethodInfo); DO_APP_FUNC(0x01B2E5B0, int64_t, GregorianCalendarHelper_DateToTicks, (int32_t year, int32_t month, int32_t day, MethodInfo * method)); DO_APP_FUNC(0x01B2E630, int64_t, GregorianCalendarHelper_TimeToTicks, (int32_t hour, int32_t minute, int32_t second, int32_t millisecond, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1A48, GregorianCalendarHelper_TimeToTicks__MethodInfo); DO_APP_FUNC(0x01B2E820, void, GregorianCalendarHelper_CheckTicksRange, (GregorianCalendarHelper * __this, int64_t ticks, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1A30, GregorianCalendarHelper_CheckTicksRange__MethodInfo); DO_APP_FUNC(0x01B2EA90, DateTime, GregorianCalendarHelper_AddMonths, (GregorianCalendarHelper * __this, DateTime time, int32_t months, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1A18, GregorianCalendarHelper_AddMonths__MethodInfo); DO_APP_FUNC(0x01B2F010, DateTime, GregorianCalendarHelper_AddYears, (GregorianCalendarHelper * __this, DateTime time, int32_t years, MethodInfo * method)); DO_APP_FUNC(0x01B2F020, int32_t, GregorianCalendarHelper_GetDayOfMonth, (GregorianCalendarHelper * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B2F0D0, DayOfWeek__Enum, GregorianCalendarHelper_GetDayOfWeek, (GregorianCalendarHelper * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B2F1F0, int32_t, GregorianCalendarHelper_GetDayOfYear, (GregorianCalendarHelper * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B2F2A0, int32_t, GregorianCalendarHelper_GetDaysInMonth, (GregorianCalendarHelper * __this, int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1948, GregorianCalendarHelper_GetDaysInMonth__MethodInfo); DO_APP_FUNC(0x01B2F460, int32_t, GregorianCalendarHelper_GetDaysInYear, (GregorianCalendarHelper * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B2F4F0, int32_t, GregorianCalendarHelper_GetEra, (GregorianCalendarHelper * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1928, GregorianCalendarHelper_GetEra__MethodInfo); DO_APP_FUNC(0x01B2F640, Int32__Array *, GregorianCalendarHelper_get_Eras, (GregorianCalendarHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x01B2F7B0, int32_t, GregorianCalendarHelper_GetMonth, (GregorianCalendarHelper * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B2F860, int32_t, GregorianCalendarHelper_GetMonthsInYear, (GregorianCalendarHelper * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B2F880, int32_t, GregorianCalendarHelper_GetYear, (GregorianCalendarHelper * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC18E8, GregorianCalendarHelper_GetYear__MethodInfo); DO_APP_FUNC(0x01B2F9F0, int32_t, GregorianCalendarHelper_GetYear_1, (GregorianCalendarHelper * __this, int32_t year, DateTime time, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC19B0, GregorianCalendarHelper_GetYear_1__MethodInfo); DO_APP_FUNC(0x01B2FB50, bool, GregorianCalendarHelper_IsLeapDay, (GregorianCalendarHelper * __this, int32_t year, int32_t month, int32_t day, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC19A8, GregorianCalendarHelper_IsLeapDay__MethodInfo); DO_APP_FUNC(0x01B2FCF0, int32_t, GregorianCalendarHelper_GetLeapMonth, (GregorianCalendarHelper * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B2FD10, bool, GregorianCalendarHelper_IsLeapMonth, (GregorianCalendarHelper * __this, int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC19A0, GregorianCalendarHelper_IsLeapMonth__MethodInfo); DO_APP_FUNC(0x01B2FE40, bool, GregorianCalendarHelper_IsLeapYear, (GregorianCalendarHelper * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B2FEC0, DateTime, GregorianCalendarHelper_ToDateTime, (GregorianCalendarHelper * __this, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second, int32_t millisecond, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B30010, int32_t, GregorianCalendarHelper_GetWeekOfYear, (GregorianCalendarHelper * __this, DateTime time, CalendarWeekRule__Enum rule, DayOfWeek__Enum firstDayOfWeek, MethodInfo * method)); DO_APP_FUNC(0x01B30130, int32_t, GregorianCalendarHelper_ToFourDigitYear, (GregorianCalendarHelper * __this, int32_t year, int32_t twoDigitYearMax, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1988, GregorianCalendarHelper_ToFourDigitYear__MethodInfo); DO_APP_FUNC(0x01B30340, void, GregorianCalendarHelper__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B304E0, DateTime, HebrewCalendar_get_MinSupportedDateTime, (HebrewCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B30540, DateTime, HebrewCalendar_get_MaxSupportedDateTime, (HebrewCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F690, CalendarAlgorithmType__Enum, HebrewCalendar_get_AlgorithmType, (HebrewCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B1E5F0, void, HebrewCalendar__ctor, (HebrewCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEC8F0, int32_t, HebrewCalendar_get_ID, (HebrewCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B305A0, void, HebrewCalendar_CheckHebrewYearValue, (int32_t y, int32_t era, String * varName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1860, HebrewCalendar_CheckHebrewYearValue__MethodInfo); DO_APP_FUNC(0x01B30700, void, HebrewCalendar_CheckHebrewMonthValue, (HebrewCalendar * __this, int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1858, HebrewCalendar_CheckHebrewMonthValue__MethodInfo); DO_APP_FUNC(0x01B30840, void, HebrewCalendar_CheckHebrewDayValue, (HebrewCalendar * __this, int32_t year, int32_t month, int32_t day, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1848, HebrewCalendar_CheckHebrewDayValue__MethodInfo); DO_APP_FUNC(0x01B30980, void, HebrewCalendar_CheckEraRange, (int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1830, HebrewCalendar_CheckEraRange__MethodInfo); DO_APP_FUNC(0x01B30A60, void, HebrewCalendar_CheckTicksRange, (int64_t ticks, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1810, HebrewCalendar_CheckTicksRange__MethodInfo); DO_APP_FUNC(0x01B30CF0, int32_t, HebrewCalendar_GetResult, (HebrewCalendar_DateBuffer * result, int32_t part, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1800, HebrewCalendar_GetResult__MethodInfo); DO_APP_FUNC(0x01B30DB0, int32_t, HebrewCalendar_GetLunarMonthDay, (int32_t gregorianYear, HebrewCalendar_DateBuffer * lunarDate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC17D8, HebrewCalendar_GetLunarMonthDay__MethodInfo); DO_APP_FUNC(0x01B30F80, int32_t, HebrewCalendar_GetDatePart, (HebrewCalendar * __this, int64_t ticks, int32_t part, MethodInfo * method)); DO_APP_FUNC(0x01B316E0, DateTime, HebrewCalendar_AddMonths, (HebrewCalendar * __this, DateTime time, int32_t months, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC18A8, HebrewCalendar_AddMonths__MethodInfo); DO_APP_FUNC(0x01B31B50, DateTime, HebrewCalendar_AddYears, (HebrewCalendar * __this, DateTime time, int32_t years, MethodInfo * method)); DO_APP_FUNC(0x01B31F10, int32_t, HebrewCalendar_GetDayOfMonth, (HebrewCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B31FC0, DayOfWeek__Enum, HebrewCalendar_GetDayOfWeek, (HebrewCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B32080, int32_t, HebrewCalendar_GetHebrewYearType, (int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B32130, int32_t, HebrewCalendar_GetDayOfYear, (HebrewCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B322F0, int32_t, HebrewCalendar_GetDaysInMonth, (HebrewCalendar * __this, int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1768, HebrewCalendar_GetDaysInMonth__MethodInfo); DO_APP_FUNC(0x01B32460, int32_t, HebrewCalendar_GetDaysInYear, (HebrewCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B324E0, int32_t, HebrewCalendar_GetEra, (HebrewCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B32540, Int32__Array *, HebrewCalendar_get_Eras, (HebrewCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B325E0, int32_t, HebrewCalendar_GetMonth, (HebrewCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B32690, int32_t, HebrewCalendar_GetMonthsInYear, (HebrewCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B326C0, int32_t, HebrewCalendar_GetYear, (HebrewCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B32770, bool, HebrewCalendar_IsLeapDay, (HebrewCalendar * __this, int32_t year, int32_t month, int32_t day, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B32840, int32_t, HebrewCalendar_GetLeapMonth, (HebrewCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B32870, bool, HebrewCalendar_IsLeapMonth, (HebrewCalendar * __this, int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B328F0, bool, HebrewCalendar_IsLeapYear, (HebrewCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B329A0, int32_t, HebrewCalendar_GetDayDifference, (int32_t lunarYearType, int32_t month1, int32_t day1, int32_t month2, int32_t day2, MethodInfo * method)); DO_APP_FUNC(0x01B32B20, DateTime, HebrewCalendar_HebrewToGregorian, (int32_t hebrewYear, int32_t hebrewMonth, int32_t hebrewDay, int32_t hour, int32_t minute, int32_t second, int32_t millisecond, MethodInfo * method)); DO_APP_FUNC(0x01B32F10, DateTime, HebrewCalendar_ToDateTime, (HebrewCalendar * __this, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second, int32_t millisecond, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B330A0, int32_t, HebrewCalendar_get_TwoDigitYearMax, (HebrewCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B33110, void, HebrewCalendar_set_TwoDigitYearMax, (HebrewCalendar * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01B331B0, int32_t, HebrewCalendar_ToFourDigitYear, (HebrewCalendar * __this, int32_t year, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC17A8, HebrewCalendar_ToFourDigitYear__MethodInfo); DO_APP_FUNC(0x01B33360, void, HebrewCalendar__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HebrewCalendar_DateBuffer__ctor, (HebrewCalendar_DateBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x01B336C0, DateTime, HijriCalendar_get_MinSupportedDateTime, (HijriCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B33720, DateTime, HijriCalendar_get_MaxSupportedDateTime, (HijriCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, CalendarAlgorithmType__Enum, HijriCalendar_get_AlgorithmType, (HijriCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B33780, void, HijriCalendar__ctor, (HijriCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01AF2340, int32_t, HijriCalendar_get_ID, (HijriCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B337A0, int32_t, HijriCalendar_get_DaysInYearBeforeMinSupportedYear, (HijriCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B337B0, int64_t, HijriCalendar_GetAbsoluteDateHijri, (HijriCalendar * __this, int32_t y, int32_t m, int32_t d, MethodInfo * method)); DO_APP_FUNC(0x01B338D0, int64_t, HijriCalendar_DaysUpToHijriYear, (HijriCalendar * __this, int32_t HijriYear, MethodInfo * method)); DO_APP_FUNC(0x01B33990, int32_t, HijriCalendar_get_HijriAdjustment, (HijriCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B339F0, void, HijriCalendar_set_HijriAdjustment, (HijriCalendar * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1670, HijriCalendar_set_HijriAdjustment__MethodInfo); DO_APP_FUNC(0x003C94D0, int32_t, HijriCalendar_GetAdvanceHijriDate, (MethodInfo * method)); DO_APP_FUNC(0x01B33B20, void, HijriCalendar_CheckTicksRange, (int64_t ticks, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1660, HijriCalendar_CheckTicksRange__MethodInfo); DO_APP_FUNC(0x01B33DB0, void, HijriCalendar_CheckEraRange, (int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1640, HijriCalendar_CheckEraRange__MethodInfo); DO_APP_FUNC(0x01B33E90, void, HijriCalendar_CheckYearRange, (int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1728, HijriCalendar_CheckYearRange__MethodInfo); DO_APP_FUNC(0x01B340A0, void, HijriCalendar_CheckYearMonthRange, (int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1710, HijriCalendar_CheckYearMonthRange__MethodInfo); DO_APP_FUNC(0x01B34280, int32_t, HijriCalendar_GetDatePart, (HijriCalendar * __this, int64_t ticks, int32_t part, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC16E8, HijriCalendar_GetDatePart__MethodInfo); DO_APP_FUNC(0x01B34530, DateTime, HijriCalendar_AddMonths, (HijriCalendar * __this, DateTime time, int32_t months, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC16D8, HijriCalendar_AddMonths__MethodInfo); DO_APP_FUNC(0x01B1F6C0, DateTime, HijriCalendar_AddYears, (HijriCalendar * __this, DateTime time, int32_t years, MethodInfo * method)); DO_APP_FUNC(0x01B34990, int32_t, HijriCalendar_GetDayOfMonth, (HijriCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B34A40, DayOfWeek__Enum, HijriCalendar_GetDayOfWeek, (HijriCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B34B00, int32_t, HijriCalendar_GetDayOfYear, (HijriCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B34BB0, int32_t, HijriCalendar_GetDaysInMonth, (HijriCalendar * __this, int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B34C80, int32_t, HijriCalendar_GetDaysInYear, (HijriCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B34D20, int32_t, HijriCalendar_GetEra, (HijriCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B34DF0, Int32__Array *, HijriCalendar_get_Eras, (HijriCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B34E90, int32_t, HijriCalendar_GetMonth, (HijriCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B34F40, int32_t, HijriCalendar_GetMonthsInYear, (HijriCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B34FB0, int32_t, HijriCalendar_GetYear, (HijriCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B35060, bool, HijriCalendar_IsLeapDay, (HijriCalendar * __this, int32_t year, int32_t month, int32_t day, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC15C0, HijriCalendar_IsLeapDay__MethodInfo); DO_APP_FUNC(0x01B351E0, int32_t, HijriCalendar_GetLeapMonth, (HijriCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B35240, bool, HijriCalendar_IsLeapMonth, (HijriCalendar * __this, int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B352B0, bool, HijriCalendar_IsLeapYear, (HijriCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B35330, DateTime, HijriCalendar_ToDateTime, (HijriCalendar * __this, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second, int32_t millisecond, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1628, HijriCalendar_ToDateTime__MethodInfo); DO_APP_FUNC(0x01B35560, int32_t, HijriCalendar_get_TwoDigitYearMax, (HijriCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B355D0, void, HijriCalendar_set_TwoDigitYearMax, (HijriCalendar * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1620, HijriCalendar_set_TwoDigitYearMax__MethodInfo); DO_APP_FUNC(0x01B35700, int32_t, HijriCalendar_ToFourDigitYear, (HijriCalendar * __this, int32_t year, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1618, HijriCalendar_ToFourDigitYear__MethodInfo); DO_APP_FUNC(0x01B358B0, void, HijriCalendar__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B35A50, DateTime, JapaneseCalendar_get_MinSupportedDateTime, (JapaneseCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B35AB0, DateTime, JapaneseCalendar_get_MaxSupportedDateTime, (JapaneseCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, CalendarAlgorithmType__Enum, JapaneseCalendar_get_AlgorithmType, (JapaneseCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B35B10, EraInfo__Array *, JapaneseCalendar_GetEraInfo, (MethodInfo * method)); DO_APP_FUNC(0x003C94D0, EraInfo__Array *, JapaneseCalendar_GetErasFromRegistry, (MethodInfo * method)); DO_APP_FUNC(0x01B361C0, int32_t, JapaneseCalendar_CompareEraRanges, (EraInfo * a, EraInfo * b, MethodInfo * method)); DO_APP_FUNC(0x01B36200, EraInfo *, JapaneseCalendar_GetEraFromValue, (String * value, String * data, MethodInfo * method)); DO_APP_FUNC(0x01B36610, Calendar *, JapaneseCalendar_GetDefaultInstance, (MethodInfo * method)); DO_APP_FUNC(0x01B36750, void, JapaneseCalendar__ctor, (JapaneseCalendar * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1580, JapaneseCalendar__ctor__MethodInfo); DO_APP_FUNC(0x0075F690, int32_t, JapaneseCalendar_get_ID, (JapaneseCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B36930, DateTime, JapaneseCalendar_AddMonths, (JapaneseCalendar * __this, DateTime time, int32_t months, MethodInfo * method)); DO_APP_FUNC(0x01B36950, DateTime, JapaneseCalendar_AddYears, (JapaneseCalendar * __this, DateTime time, int32_t years, MethodInfo * method)); DO_APP_FUNC(0x01B36980, int32_t, JapaneseCalendar_GetDaysInMonth, (JapaneseCalendar * __this, int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B369B0, int32_t, JapaneseCalendar_GetDaysInYear, (JapaneseCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B369D0, int32_t, JapaneseCalendar_GetDayOfMonth, (JapaneseCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B369F0, DayOfWeek__Enum, JapaneseCalendar_GetDayOfWeek, (JapaneseCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B36A10, int32_t, JapaneseCalendar_GetDayOfYear, (JapaneseCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B36A30, int32_t, JapaneseCalendar_GetMonthsInYear, (JapaneseCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B36A60, int32_t, JapaneseCalendar_GetWeekOfYear, (JapaneseCalendar * __this, DateTime time, CalendarWeekRule__Enum rule, DayOfWeek__Enum firstDayOfWeek, MethodInfo * method)); DO_APP_FUNC(0x01B36A90, int32_t, JapaneseCalendar_GetEra, (JapaneseCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B36AB0, int32_t, JapaneseCalendar_GetMonth, (JapaneseCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B36AD0, int32_t, JapaneseCalendar_GetYear, (JapaneseCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B36AF0, bool, JapaneseCalendar_IsLeapDay, (JapaneseCalendar * __this, int32_t year, int32_t month, int32_t day, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B36B20, bool, JapaneseCalendar_IsLeapYear, (JapaneseCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B36B40, int32_t, JapaneseCalendar_GetLeapMonth, (JapaneseCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B36B70, bool, JapaneseCalendar_IsLeapMonth, (JapaneseCalendar * __this, int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B36BA0, DateTime, JapaneseCalendar_ToDateTime, (JapaneseCalendar * __this, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second, int32_t millisecond, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B36BD0, int32_t, JapaneseCalendar_ToFourDigitYear, (JapaneseCalendar * __this, int32_t year, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1578, JapaneseCalendar_ToFourDigitYear__MethodInfo); DO_APP_FUNC(0x01B36D90, Int32__Array *, JapaneseCalendar_get_Eras, (JapaneseCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B36DB0, String__Array *, JapaneseCalendar_EraNames, (MethodInfo * method)); DO_APP_FUNC(0x01B36F30, String__Array *, JapaneseCalendar_AbbrevEraNames, (MethodInfo * method)); DO_APP_FUNC(0x01B370B0, String__Array *, JapaneseCalendar_EnglishEraNames, (MethodInfo * method)); DO_APP_FUNC(0x01B37230, bool, JapaneseCalendar_IsValidYear, (JapaneseCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B37260, int32_t, JapaneseCalendar_get_TwoDigitYearMax, (JapaneseCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B372D0, void, JapaneseCalendar_set_TwoDigitYearMax, (JapaneseCalendar * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1560, JapaneseCalendar_set_TwoDigitYearMax__MethodInfo); DO_APP_FUNC(0x01B37430, void, JapaneseCalendar__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B374C0, DateTime, JapaneseLunisolarCalendar_get_MinSupportedDateTime, (JapaneseLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B37520, DateTime, JapaneseLunisolarCalendar_get_MaxSupportedDateTime, (JapaneseLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B337A0, int32_t, JapaneseLunisolarCalendar_get_DaysInYearBeforeMinSupportedYear, (JapaneseLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B37580, int32_t, JapaneseLunisolarCalendar_get_MinCalendarYear, (JapaneseLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B37590, int32_t, JapaneseLunisolarCalendar_get_MaxCalendarYear, (JapaneseLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B375A0, DateTime, JapaneseLunisolarCalendar_get_MinDate, (JapaneseLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B37600, DateTime, JapaneseLunisolarCalendar_get_MaxDate, (JapaneseLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B37660, EraInfo__Array *, JapaneseLunisolarCalendar_get_CalEraInfo, (JapaneseLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B376B0, int32_t, JapaneseLunisolarCalendar_GetYearInfo, (JapaneseLunisolarCalendar * __this, int32_t LunarYear, int32_t Index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1458, JapaneseLunisolarCalendar_GetYearInfo__MethodInfo); DO_APP_FUNC(0x01B37860, int32_t, JapaneseLunisolarCalendar_GetYear, (JapaneseLunisolarCalendar * __this, int32_t year, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B37880, int32_t, JapaneseLunisolarCalendar_GetGregorianYear, (JapaneseLunisolarCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B378B0, EraInfo__Array *, JapaneseLunisolarCalendar_TrimEras, (EraInfo__Array * baseEras, MethodInfo * method)); DO_APP_FUNC(0x01B37A10, void, JapaneseLunisolarCalendar__ctor, (JapaneseLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B36A90, int32_t, JapaneseLunisolarCalendar_GetEra, (JapaneseLunisolarCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x0075F690, int32_t, JapaneseLunisolarCalendar_get_BaseCalendarID, (JapaneseLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B37CA0, int32_t, JapaneseLunisolarCalendar_get_ID, (JapaneseLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B36D90, Int32__Array *, JapaneseLunisolarCalendar_get_Eras, (JapaneseLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B37CB0, void, JapaneseLunisolarCalendar__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B37F50, DateTime, JulianCalendar_get_MinSupportedDateTime, (JulianCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B37FB0, DateTime, JulianCalendar_get_MaxSupportedDateTime, (JulianCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, CalendarAlgorithmType__Enum, JulianCalendar_get_AlgorithmType, (JulianCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B38010, void, JulianCalendar__ctor, (JulianCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B38030, int32_t, JulianCalendar_get_ID, (JulianCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B38040, void, JulianCalendar_CheckEraRange, (int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1480, JulianCalendar_CheckEraRange__MethodInfo); DO_APP_FUNC(0x01B38120, void, JulianCalendar_CheckYearEraRange, (JulianCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1418, JulianCalendar_CheckYearEraRange__MethodInfo); DO_APP_FUNC(0x01B38340, void, JulianCalendar_CheckMonthRange, (int32_t month, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1410, JulianCalendar_CheckMonthRange__MethodInfo); DO_APP_FUNC(0x01B383E0, void, JulianCalendar_CheckDayRange, (int32_t year, int32_t month, int32_t day, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1400, JulianCalendar_CheckDayRange__MethodInfo); DO_APP_FUNC(0x01B38640, int32_t, JulianCalendar_GetDatePart, (int64_t ticks, int32_t part, MethodInfo * method)); DO_APP_FUNC(0x01B387B0, int64_t, JulianCalendar_DateToTicks, (int32_t year, int32_t month, int32_t day, MethodInfo * method)); DO_APP_FUNC(0x01B388B0, DateTime, JulianCalendar_AddMonths, (JulianCalendar * __this, DateTime time, int32_t months, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC13D8, JulianCalendar_AddMonths__MethodInfo); DO_APP_FUNC(0x01B1F6C0, DateTime, JulianCalendar_AddYears, (JulianCalendar * __this, DateTime time, int32_t years, MethodInfo * method)); DO_APP_FUNC(0x01B38DC0, int32_t, JulianCalendar_GetDayOfMonth, (JulianCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B38E80, DayOfWeek__Enum, JulianCalendar_GetDayOfWeek, (JulianCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B38F40, int32_t, JulianCalendar_GetDayOfYear, (JulianCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B39080, int32_t, JulianCalendar_GetDaysInMonth, (JulianCalendar * __this, int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B39190, int32_t, JulianCalendar_GetDaysInYear, (JulianCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B391C0, int32_t, JulianCalendar_GetEra, (JulianCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B39220, int32_t, JulianCalendar_GetMonth, (JulianCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B392E0, Int32__Array *, JulianCalendar_get_Eras, (JulianCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B39380, int32_t, JulianCalendar_GetMonthsInYear, (JulianCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B393A0, int32_t, JulianCalendar_GetYear, (JulianCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B394E0, bool, JulianCalendar_IsLeapDay, (JulianCalendar * __this, int32_t year, int32_t month, int32_t day, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B395D0, int32_t, JulianCalendar_GetLeapMonth, (JulianCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B395F0, bool, JulianCalendar_IsLeapMonth, (JulianCalendar * __this, int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B39680, bool, JulianCalendar_IsLeapYear, (JulianCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B396B0, DateTime, JulianCalendar_ToDateTime, (JulianCalendar * __this, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second, int32_t millisecond, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1350, JulianCalendar_ToDateTime__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, JulianCalendar_get_TwoDigitYearMax, (JulianCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B39990, void, JulianCalendar_set_TwoDigitYearMax, (JulianCalendar * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1340, JulianCalendar_set_TwoDigitYearMax__MethodInfo); DO_APP_FUNC(0x01B39AC0, int32_t, JulianCalendar_ToFourDigitYear, (JulianCalendar * __this, int32_t year, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1330, JulianCalendar_ToFourDigitYear__MethodInfo); DO_APP_FUNC(0x01B39C60, void, JulianCalendar__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B39E10, DateTime, KoreanCalendar_get_MinSupportedDateTime, (KoreanCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B39E70, DateTime, KoreanCalendar_get_MaxSupportedDateTime, (KoreanCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, CalendarAlgorithmType__Enum, KoreanCalendar_get_AlgorithmType, (KoreanCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B39ED0, void, KoreanCalendar__ctor, (KoreanCalendar * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC12F8, KoreanCalendar__ctor__MethodInfo); DO_APP_FUNC(0x011B8EF0, int32_t, KoreanCalendar_get_ID, (KoreanCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B36930, DateTime, KoreanCalendar_AddMonths, (KoreanCalendar * __this, DateTime time, int32_t months, MethodInfo * method)); DO_APP_FUNC(0x01B36950, DateTime, KoreanCalendar_AddYears, (KoreanCalendar * __this, DateTime time, int32_t years, MethodInfo * method)); DO_APP_FUNC(0x01B36980, int32_t, KoreanCalendar_GetDaysInMonth, (KoreanCalendar * __this, int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B369B0, int32_t, KoreanCalendar_GetDaysInYear, (KoreanCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B369D0, int32_t, KoreanCalendar_GetDayOfMonth, (KoreanCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B369F0, DayOfWeek__Enum, KoreanCalendar_GetDayOfWeek, (KoreanCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B36A10, int32_t, KoreanCalendar_GetDayOfYear, (KoreanCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B36A30, int32_t, KoreanCalendar_GetMonthsInYear, (KoreanCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B36A60, int32_t, KoreanCalendar_GetWeekOfYear, (KoreanCalendar * __this, DateTime time, CalendarWeekRule__Enum rule, DayOfWeek__Enum firstDayOfWeek, MethodInfo * method)); DO_APP_FUNC(0x01B36A90, int32_t, KoreanCalendar_GetEra, (KoreanCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B36AB0, int32_t, KoreanCalendar_GetMonth, (KoreanCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B36AD0, int32_t, KoreanCalendar_GetYear, (KoreanCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B36AF0, bool, KoreanCalendar_IsLeapDay, (KoreanCalendar * __this, int32_t year, int32_t month, int32_t day, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B36B20, bool, KoreanCalendar_IsLeapYear, (KoreanCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B36B40, int32_t, KoreanCalendar_GetLeapMonth, (KoreanCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B36B70, bool, KoreanCalendar_IsLeapMonth, (KoreanCalendar * __this, int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B36BA0, DateTime, KoreanCalendar_ToDateTime, (KoreanCalendar * __this, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second, int32_t millisecond, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B36D90, Int32__Array *, KoreanCalendar_get_Eras, (KoreanCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3A0C0, int32_t, KoreanCalendar_get_TwoDigitYearMax, (KoreanCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3A130, void, KoreanCalendar_set_TwoDigitYearMax, (KoreanCalendar * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC13B8, KoreanCalendar_set_TwoDigitYearMax__MethodInfo); DO_APP_FUNC(0x01B3A290, int32_t, KoreanCalendar_ToFourDigitYear, (KoreanCalendar * __this, int32_t year, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC13A8, KoreanCalendar_ToFourDigitYear__MethodInfo); DO_APP_FUNC(0x01B3A350, void, KoreanCalendar__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B3A4C0, DateTime, KoreanLunisolarCalendar_get_MinSupportedDateTime, (KoreanLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3A520, DateTime, KoreanLunisolarCalendar_get_MaxSupportedDateTime, (KoreanLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B270E0, int32_t, KoreanLunisolarCalendar_get_DaysInYearBeforeMinSupportedYear, (KoreanLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3A580, int32_t, KoreanLunisolarCalendar_get_MinCalendarYear, (KoreanLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3A590, int32_t, KoreanLunisolarCalendar_get_MaxCalendarYear, (KoreanLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3A5A0, DateTime, KoreanLunisolarCalendar_get_MinDate, (KoreanLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3A600, DateTime, KoreanLunisolarCalendar_get_MaxDate, (KoreanLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, EraInfo__Array *, KoreanLunisolarCalendar_get_CalEraInfo, (KoreanLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3A660, int32_t, KoreanLunisolarCalendar_GetYearInfo, (KoreanLunisolarCalendar * __this, int32_t LunarYear, int32_t Index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1360, KoreanLunisolarCalendar_GetYearInfo__MethodInfo); DO_APP_FUNC(0x003D7F50, int32_t, KoreanLunisolarCalendar_GetYear, (KoreanLunisolarCalendar * __this, int32_t year, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B3A810, int32_t, KoreanLunisolarCalendar_GetGregorianYear, (KoreanLunisolarCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1298, KoreanLunisolarCalendar_GetGregorianYear__MethodInfo); DO_APP_FUNC(0x01B3A9A0, void, KoreanLunisolarCalendar__ctor, (KoreanLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3AA00, int32_t, KoreanLunisolarCalendar_GetEra, (KoreanLunisolarCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x011B8EF0, int32_t, KoreanLunisolarCalendar_get_BaseCalendarID, (KoreanLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x00EECED0, int32_t, KoreanLunisolarCalendar_get_ID, (KoreanLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3AAB0, Int32__Array *, KoreanLunisolarCalendar_get_Eras, (KoreanLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3AB10, void, KoreanLunisolarCalendar__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B3ADB0, void, NumberFormatInfo__ctor, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3ADC0, void, NumberFormatInfo_OnSerializing, (NumberFormatInfo * __this, StreamingContext ctx, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NumberFormatInfo_OnDeserializing, (NumberFormatInfo * __this, StreamingContext ctx, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NumberFormatInfo_OnDeserialized, (NumberFormatInfo * __this, StreamingContext ctx, MethodInfo * method)); DO_APP_FUNC(0x01B3AF30, void, NumberFormatInfo_VerifyDecimalSeparator, (String * decSep, String * propertyName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1258, NumberFormatInfo_VerifyDecimalSeparator__MethodInfo); DO_APP_FUNC(0x01B3B020, void, NumberFormatInfo_VerifyGroupSeparator, (String * groupSep, String * propertyName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1248, NumberFormatInfo_VerifyGroupSeparator__MethodInfo); DO_APP_FUNC(0x01B3B0B0, void, NumberFormatInfo_VerifyNativeDigits, (String__Array * nativeDig, String * propertyName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1238, NumberFormatInfo_VerifyNativeDigits__MethodInfo); DO_APP_FUNC(0x01B3B470, void, NumberFormatInfo_VerifyDigitSubstitution, (DigitShapes__Enum digitSub, String * propertyName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC12D0, NumberFormatInfo_VerifyDigitSubstitution__MethodInfo); DO_APP_FUNC(0x01B3B500, void, NumberFormatInfo__ctor_1, (NumberFormatInfo * __this, CultureData * cultureData, MethodInfo * method)); DO_APP_FUNC(0x01B3C1A0, void, NumberFormatInfo_VerifyWritable, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC12A0, NumberFormatInfo_VerifyWritable__MethodInfo); DO_APP_FUNC(0x01B3C230, NumberFormatInfo *, NumberFormatInfo_get_InvariantInfo, (MethodInfo * method)); DO_APP_FUNC(0x01B3C3A0, NumberFormatInfo *, NumberFormatInfo_GetInstance, (IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x01B3C530, Object *, NumberFormatInfo_Clone, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E7E0, int32_t, NumberFormatInfo_get_CurrencyDecimalDigits, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3C5A0, void, NumberFormatInfo_set_CurrencyDecimalDigits, (NumberFormatInfo * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC11D8, NumberFormatInfo_set_CurrencyDecimalDigits__MethodInfo); DO_APP_FUNC(0x003C5420, String *, NumberFormatInfo_get_CurrencyDecimalSeparator, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3C6D0, void, NumberFormatInfo_set_CurrencyDecimalSeparator, (NumberFormatInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01B3C850, bool, NumberFormatInfo_get_IsReadOnly, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3C860, void, NumberFormatInfo_CheckGroupSize, (String * propName, Int32__Array * groupSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC11B0, NumberFormatInfo_CheckGroupSize__MethodInfo); DO_APP_FUNC(0x01B3C9B0, Int32__Array *, NumberFormatInfo_get_CurrencyGroupSizes, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3CA30, void, NumberFormatInfo_set_CurrencyGroupSizes, (NumberFormatInfo * __this, Int32__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1230, NumberFormatInfo_set_CurrencyGroupSizes__MethodInfo); DO_APP_FUNC(0x01B3CCD0, Int32__Array *, NumberFormatInfo_get_NumberGroupSizes, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3CD50, void, NumberFormatInfo_set_NumberGroupSizes, (NumberFormatInfo * __this, Int32__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1218, NumberFormatInfo_set_NumberGroupSizes__MethodInfo); DO_APP_FUNC(0x01B3CFF0, Int32__Array *, NumberFormatInfo_get_PercentGroupSizes, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3D070, void, NumberFormatInfo_set_PercentGroupSizes, (NumberFormatInfo * __this, Int32__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1208, NumberFormatInfo_set_PercentGroupSizes__MethodInfo); DO_APP_FUNC(0x003CB370, String *, NumberFormatInfo_get_CurrencyGroupSeparator, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3D310, void, NumberFormatInfo_set_CurrencyGroupSeparator, (NumberFormatInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, String *, NumberFormatInfo_get_CurrencySymbol, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3D420, void, NumberFormatInfo_set_CurrencySymbol, (NumberFormatInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1120, NumberFormatInfo_set_CurrencySymbol__MethodInfo); DO_APP_FUNC(0x01B3D500, NumberFormatInfo *, NumberFormatInfo_get_CurrentInfo, (MethodInfo * method)); DO_APP_FUNC(0x003C7000, String *, NumberFormatInfo_get_NaNSymbol, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3D630, void, NumberFormatInfo_set_NaNSymbol, (NumberFormatInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1100, NumberFormatInfo_set_NaNSymbol__MethodInfo); DO_APP_FUNC(0x01B3D710, int32_t, NumberFormatInfo_get_CurrencyNegativePattern, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3D720, void, NumberFormatInfo_set_CurrencyNegativePattern, (NumberFormatInfo * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC10F0, NumberFormatInfo_set_CurrencyNegativePattern__MethodInfo); DO_APP_FUNC(0x01B3D850, int32_t, NumberFormatInfo_get_NumberNegativePattern, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3D860, void, NumberFormatInfo_set_NumberNegativePattern, (NumberFormatInfo * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC10E0, NumberFormatInfo_set_NumberNegativePattern__MethodInfo); DO_APP_FUNC(0x01B3D990, int32_t, NumberFormatInfo_get_PercentPositivePattern, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3D9A0, void, NumberFormatInfo_set_PercentPositivePattern, (NumberFormatInfo * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC10D0, NumberFormatInfo_set_PercentPositivePattern__MethodInfo); DO_APP_FUNC(0x0101D7C0, int32_t, NumberFormatInfo_get_PercentNegativePattern, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3DAD0, void, NumberFormatInfo_set_PercentNegativePattern, (NumberFormatInfo * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC10C0, NumberFormatInfo_set_PercentNegativePattern__MethodInfo); DO_APP_FUNC(0x003C7020, String *, NumberFormatInfo_get_NegativeInfinitySymbol, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3DC00, void, NumberFormatInfo_set_NegativeInfinitySymbol, (NumberFormatInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1198, NumberFormatInfo_set_NegativeInfinitySymbol__MethodInfo); DO_APP_FUNC(0x003B9330, String *, NumberFormatInfo_get_NegativeSign, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3DCE0, void, NumberFormatInfo_set_NegativeSign, (NumberFormatInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1180, NumberFormatInfo_set_NegativeSign__MethodInfo); DO_APP_FUNC(0x0070E660, int32_t, NumberFormatInfo_get_NumberDecimalDigits, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3DDC0, void, NumberFormatInfo_set_NumberDecimalDigits, (NumberFormatInfo * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1170, NumberFormatInfo_set_NumberDecimalDigits__MethodInfo); DO_APP_FUNC(0x003C5320, String *, NumberFormatInfo_get_NumberDecimalSeparator, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3DEF0, void, NumberFormatInfo_set_NumberDecimalSeparator, (NumberFormatInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, String *, NumberFormatInfo_get_NumberGroupSeparator, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3E070, void, NumberFormatInfo_set_NumberGroupSeparator, (NumberFormatInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01B3E180, int32_t, NumberFormatInfo_get_CurrencyPositivePattern, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3E190, void, NumberFormatInfo_set_CurrencyPositivePattern, (NumberFormatInfo * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1148, NumberFormatInfo_set_CurrencyPositivePattern__MethodInfo); DO_APP_FUNC(0x003C7010, String *, NumberFormatInfo_get_PositiveInfinitySymbol, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3E2C0, void, NumberFormatInfo_set_PositiveInfinitySymbol, (NumberFormatInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1138, NumberFormatInfo_set_PositiveInfinitySymbol__MethodInfo); DO_APP_FUNC(0x003B93B0, String *, NumberFormatInfo_get_PositiveSign, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3E3A0, void, NumberFormatInfo_set_PositiveSign, (NumberFormatInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1060, NumberFormatInfo_set_PositiveSign__MethodInfo); DO_APP_FUNC(0x018BD840, int32_t, NumberFormatInfo_get_PercentDecimalDigits, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3E480, void, NumberFormatInfo_set_PercentDecimalDigits, (NumberFormatInfo * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1050, NumberFormatInfo_set_PercentDecimalDigits__MethodInfo); DO_APP_FUNC(0x003C7030, String *, NumberFormatInfo_get_PercentDecimalSeparator, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3E5B0, void, NumberFormatInfo_set_PercentDecimalSeparator, (NumberFormatInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C7040, String *, NumberFormatInfo_get_PercentGroupSeparator, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3E730, void, NumberFormatInfo_set_PercentGroupSeparator, (NumberFormatInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00A90540, String *, NumberFormatInfo_get_PercentSymbol, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3E840, void, NumberFormatInfo_set_PercentSymbol, (NumberFormatInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1030, NumberFormatInfo_set_PercentSymbol__MethodInfo); DO_APP_FUNC(0x004C5F40, String *, NumberFormatInfo_get_PerMilleSymbol, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3E920, void, NumberFormatInfo_set_PerMilleSymbol, (NumberFormatInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1020, NumberFormatInfo_set_PerMilleSymbol__MethodInfo); DO_APP_FUNC(0x01B3EA00, String__Array *, NumberFormatInfo_get_NativeDigits, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3EA80, void, NumberFormatInfo_set_NativeDigits, (NumberFormatInfo * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01B3EB30, DigitShapes__Enum, NumberFormatInfo_get_DigitSubstitution, (NumberFormatInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3EB40, void, NumberFormatInfo_set_DigitSubstitution, (NumberFormatInfo * __this, DigitShapes__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01B3EC10, Object *, NumberFormatInfo_GetFormat, (NumberFormatInfo * __this, Type * formatType, MethodInfo * method)); DO_APP_FUNC(0x01B3ECA0, NumberFormatInfo *, NumberFormatInfo_ReadOnly, (NumberFormatInfo * nfi, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1090, NumberFormatInfo_ReadOnly__MethodInfo); DO_APP_FUNC(0x01B3ED70, void, NumberFormatInfo_ValidateParseStyleInteger, (NumberStyles__Enum style, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1078, NumberFormatInfo_ValidateParseStyleInteger__MethodInfo); DO_APP_FUNC(0x01B3EE70, void, NumberFormatInfo_ValidateParseStyleFloatingPoint, (NumberStyles__Enum style, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1068, NumberFormatInfo_ValidateParseStyleFloatingPoint__MethodInfo); DO_APP_FUNC(0x01B3EF60, void, StringInfo__ctor, (StringInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3F0D0, void, StringInfo__ctor_1, (StringInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01B3F210, void, StringInfo_OnDeserializing, (StringInfo * __this, StreamingContext ctx, MethodInfo * method)); DO_APP_FUNC(0x01B3F2A0, void, StringInfo_OnDeserialized, (StringInfo * __this, StreamingContext ctx, MethodInfo * method)); DO_APP_FUNC(0x01B3F310, bool, StringInfo_Equals, (StringInfo * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00ACA570, int32_t, StringInfo_GetHashCode, (StringInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3F3E0, Int32__Array *, StringInfo_get_Indexes, (StringInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, StringInfo_get_String, (StringInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3F0D0, void, StringInfo_set_String, (StringInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0FE0, StringInfo_set_String__MethodInfo); DO_APP_FUNC(0x01B3F470, int32_t, StringInfo_get_LengthInTextElements, (StringInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3F4B0, String *, StringInfo_SubstringByTextElements, (StringInfo * __this, int32_t startingTextElement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0FD0, StringInfo_SubstringByTextElements__MethodInfo); DO_APP_FUNC(0x01B3F5E0, String *, StringInfo_SubstringByTextElements_1, (StringInfo * __this, int32_t startingTextElement, int32_t lengthInTextElements, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0FC8, StringInfo_SubstringByTextElements_1__MethodInfo); DO_APP_FUNC(0x01B3F930, String *, StringInfo_GetNextTextElement, (String * str, MethodInfo * method)); DO_APP_FUNC(0x01B3FB10, int32_t, StringInfo_GetCurrentTextElementLen, (String * str, int32_t index, int32_t len, UnicodeCategory__Enum * ucCurrent, int32_t * currentCharCount, MethodInfo * method)); DO_APP_FUNC(0x01B3FD40, String *, StringInfo_GetNextTextElement_1, (String * str, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0FB8, StringInfo_GetNextTextElement_1__MethodInfo); DO_APP_FUNC(0x01B3FED0, TextElementEnumerator *, StringInfo_GetTextElementEnumerator, (String * str, MethodInfo * method)); DO_APP_FUNC(0x01B3FEE0, TextElementEnumerator *, StringInfo_GetTextElementEnumerator_1, (String * str, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1008, StringInfo_GetTextElementEnumerator_1__MethodInfo); DO_APP_FUNC(0x01B400A0, Int32__Array *, StringInfo_ParseCombiningCharacters, (String * str, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0FF8, StringInfo_ParseCombiningCharacters__MethodInfo); DO_APP_FUNC(0x01B40360, Calendar *, TaiwanCalendar_GetDefaultInstance, (MethodInfo * method)); DO_APP_FUNC(0x01B404A0, DateTime, TaiwanCalendar_get_MinSupportedDateTime, (TaiwanCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B40500, DateTime, TaiwanCalendar_get_MaxSupportedDateTime, (TaiwanCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, CalendarAlgorithmType__Enum, TaiwanCalendar_get_AlgorithmType, (TaiwanCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B40560, void, TaiwanCalendar__ctor, (TaiwanCalendar * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0FA0, TaiwanCalendar__ctor__MethodInfo); DO_APP_FUNC(0x00EEC8E0, int32_t, TaiwanCalendar_get_ID, (TaiwanCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B36930, DateTime, TaiwanCalendar_AddMonths, (TaiwanCalendar * __this, DateTime time, int32_t months, MethodInfo * method)); DO_APP_FUNC(0x01B36950, DateTime, TaiwanCalendar_AddYears, (TaiwanCalendar * __this, DateTime time, int32_t years, MethodInfo * method)); DO_APP_FUNC(0x01B36980, int32_t, TaiwanCalendar_GetDaysInMonth, (TaiwanCalendar * __this, int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B369B0, int32_t, TaiwanCalendar_GetDaysInYear, (TaiwanCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B369D0, int32_t, TaiwanCalendar_GetDayOfMonth, (TaiwanCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B369F0, DayOfWeek__Enum, TaiwanCalendar_GetDayOfWeek, (TaiwanCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B36A10, int32_t, TaiwanCalendar_GetDayOfYear, (TaiwanCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B36A30, int32_t, TaiwanCalendar_GetMonthsInYear, (TaiwanCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B36A60, int32_t, TaiwanCalendar_GetWeekOfYear, (TaiwanCalendar * __this, DateTime time, CalendarWeekRule__Enum rule, DayOfWeek__Enum firstDayOfWeek, MethodInfo * method)); DO_APP_FUNC(0x01B36A90, int32_t, TaiwanCalendar_GetEra, (TaiwanCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B36AB0, int32_t, TaiwanCalendar_GetMonth, (TaiwanCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B36AD0, int32_t, TaiwanCalendar_GetYear, (TaiwanCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B36AF0, bool, TaiwanCalendar_IsLeapDay, (TaiwanCalendar * __this, int32_t year, int32_t month, int32_t day, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B36B20, bool, TaiwanCalendar_IsLeapYear, (TaiwanCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B36B40, int32_t, TaiwanCalendar_GetLeapMonth, (TaiwanCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B36B70, bool, TaiwanCalendar_IsLeapMonth, (TaiwanCalendar * __this, int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B36BA0, DateTime, TaiwanCalendar_ToDateTime, (TaiwanCalendar * __this, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second, int32_t millisecond, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B36D90, Int32__Array *, TaiwanCalendar_get_Eras, (TaiwanCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B37260, int32_t, TaiwanCalendar_get_TwoDigitYearMax, (TaiwanCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B40750, void, TaiwanCalendar_set_TwoDigitYearMax, (TaiwanCalendar * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0F98, TaiwanCalendar_set_TwoDigitYearMax__MethodInfo); DO_APP_FUNC(0x01B408B0, int32_t, TaiwanCalendar_ToFourDigitYear, (TaiwanCalendar * __this, int32_t year, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0F90, TaiwanCalendar_ToFourDigitYear__MethodInfo); DO_APP_FUNC(0x01B40A70, void, TaiwanCalendar__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B40C40, DateTime, TaiwanLunisolarCalendar_get_MinSupportedDateTime, (TaiwanLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B40CA0, DateTime, TaiwanLunisolarCalendar_get_MaxSupportedDateTime, (TaiwanLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B270E0, int32_t, TaiwanLunisolarCalendar_get_DaysInYearBeforeMinSupportedYear, (TaiwanLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B40D00, int32_t, TaiwanLunisolarCalendar_get_MinCalendarYear, (TaiwanLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3A590, int32_t, TaiwanLunisolarCalendar_get_MaxCalendarYear, (TaiwanLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B40D10, DateTime, TaiwanLunisolarCalendar_get_MinDate, (TaiwanLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B40D70, DateTime, TaiwanLunisolarCalendar_get_MaxDate, (TaiwanLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B40DD0, EraInfo__Array *, TaiwanLunisolarCalendar_get_CalEraInfo, (TaiwanLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B40E30, int32_t, TaiwanLunisolarCalendar_GetYearInfo, (TaiwanLunisolarCalendar * __this, int32_t LunarYear, int32_t Index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0FB0, TaiwanLunisolarCalendar_GetYearInfo__MethodInfo); DO_APP_FUNC(0x01B37860, int32_t, TaiwanLunisolarCalendar_GetYear, (TaiwanLunisolarCalendar * __this, int32_t year, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B37880, int32_t, TaiwanLunisolarCalendar_GetGregorianYear, (TaiwanLunisolarCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B40FE0, void, TaiwanLunisolarCalendar__ctor, (TaiwanLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B36A90, int32_t, TaiwanLunisolarCalendar_GetEra, (TaiwanLunisolarCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x00EEC8E0, int32_t, TaiwanLunisolarCalendar_get_BaseCalendarID, (TaiwanLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B41110, int32_t, TaiwanLunisolarCalendar_get_ID, (TaiwanLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B36D90, Int32__Array *, TaiwanLunisolarCalendar_get_Eras, (TaiwanLunisolarCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B41120, void, TaiwanLunisolarCalendar__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B41510, void, TextElementEnumerator__ctor, (TextElementEnumerator * __this, String * str, int32_t startIndex, int32_t strLen, MethodInfo * method)); DO_APP_FUNC(0x01B41590, void, TextElementEnumerator_OnDeserializing, (TextElementEnumerator * __this, StreamingContext ctx, MethodInfo * method)); DO_APP_FUNC(0x01B415A0, void, TextElementEnumerator_OnDeserialized, (TextElementEnumerator * __this, StreamingContext ctx, MethodInfo * method)); DO_APP_FUNC(0x01B415E0, void, TextElementEnumerator_OnSerializing, (TextElementEnumerator * __this, StreamingContext ctx, MethodInfo * method)); DO_APP_FUNC(0x01B415F0, bool, TextElementEnumerator_MoveNext, (TextElementEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01B41650, Object *, TextElementEnumerator_get_Current, (TextElementEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01B41650, String *, TextElementEnumerator_GetTextElement, (TextElementEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC49F0, TextElementEnumerator_GetTextElement__MethodInfo); DO_APP_FUNC(0x01B41760, int32_t, TextElementEnumerator_get_ElementIndex, (TextElementEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC49E8, TextElementEnumerator_get_ElementIndex__MethodInfo); DO_APP_FUNC(0x01B417F0, void, TextElementEnumerator_Reset, (TextElementEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01B41820, void, TextElementEnumerator__ctor_1, (TextElementEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC49E0, TextElementEnumerator__ctor_1__MethodInfo); DO_APP_FUNC(0x01B41850, TextInfo *, TextInfo_get_Invariant, (MethodInfo * method)); DO_APP_FUNC(0x01B41960, void, TextInfo__ctor, (TextInfo * __this, CultureData * cultureData, MethodInfo * method)); DO_APP_FUNC(0x01B41A90, void, TextInfo_OnDeserializing, (TextInfo * __this, StreamingContext ctx, MethodInfo * method)); DO_APP_FUNC(0x01B41B40, void, TextInfo_OnDeserialized, (TextInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B41D00, void, TextInfo_OnDeserialized_1, (TextInfo * __this, StreamingContext ctx, MethodInfo * method)); DO_APP_FUNC(0x01B41D10, void, TextInfo_OnSerializing, (TextInfo * __this, StreamingContext ctx, MethodInfo * method)); DO_APP_FUNC(0x01B41DF0, int32_t, TextInfo_GetHashCodeOrdinalIgnoreCase, (String * s, MethodInfo * method)); DO_APP_FUNC(0x01B41E30, int32_t, TextInfo_GetHashCodeOrdinalIgnoreCase_1, (String * s, bool forceRandomizedHashing, int64_t additionalEntropy, MethodInfo * method)); DO_APP_FUNC(0x01B41E90, int32_t, TextInfo_CompareOrdinalIgnoreCaseEx, (String * strA, int32_t indexA, String * strB, int32_t indexB, int32_t lengthA, int32_t lengthB, MethodInfo * method)); DO_APP_FUNC(0x01B42030, int32_t, TextInfo_IndexOfStringOrdinalIgnoreCase, (String * source, String * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01B42100, int32_t, TextInfo_LastIndexOfStringOrdinalIgnoreCase, (String * source, String * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01B421C0, int32_t, TextInfo_get_ANSICodePage, (TextInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B421E0, int32_t, TextInfo_get_OEMCodePage, (TextInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B42200, int32_t, TextInfo_get_MacCodePage, (TextInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B42220, int32_t, TextInfo_get_EBCDICCodePage, (TextInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B42240, int32_t, TextInfo_get_LCID, (TextInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, TextInfo_get_CultureName, (TextInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, TextInfo_get_IsReadOnly, (TextInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B422C0, Object *, TextInfo_Clone, (TextInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B42340, TextInfo *, TextInfo_ReadOnly, (TextInfo * textInfo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4A50, TextInfo_ReadOnly__MethodInfo); DO_APP_FUNC(0x01B42430, void, TextInfo_VerifyWritable, (TextInfo * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4A48, TextInfo_VerifyWritable__MethodInfo); DO_APP_FUNC(0x003BAC50, void, TextInfo_SetReadOnlyState, (TextInfo * __this, bool readOnly, MethodInfo * method)); DO_APP_FUNC(0x01B424B0, String *, TextInfo_get_ListSeparator, (TextInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B42530, void, TextInfo_set_ListSeparator, (TextInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4A40, TextInfo_set_ListSeparator__MethodInfo); DO_APP_FUNC(0x01B42670, uint16_t, TextInfo_ToLower, (TextInfo * __this, uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01B426D0, String *, TextInfo_ToLower_1, (TextInfo * __this, String * str, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4A38, TextInfo_ToLower_1__MethodInfo); DO_APP_FUNC(0x01B42800, uint16_t, TextInfo_ToLowerAsciiInvariant, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01B42820, uint16_t, TextInfo_ToUpper, (TextInfo * __this, uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01B42880, String *, TextInfo_ToUpper_1, (TextInfo * __this, String * str, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4A30, TextInfo_ToUpper_1__MethodInfo); DO_APP_FUNC(0x01B429B0, uint16_t, TextInfo_ToUpperAsciiInvariant, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01B429D0, bool, TextInfo_IsAscii, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01B429E0, bool, TextInfo_get_IsAsciiCasingSameAsInvariant, (TextInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B42B30, bool, TextInfo_Equals, (TextInfo * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01B42C00, int32_t, TextInfo_GetHashCode, (TextInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B42C30, String *, TextInfo_ToString, (TextInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B42C90, String *, TextInfo_ToTitleCase, (TextInfo * __this, String * str, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4930, TextInfo_ToTitleCase__MethodInfo); DO_APP_FUNC(0x01B43180, int32_t, TextInfo_AddNonLetter, (StringBuilder * * result, String * * input, int32_t inputIndex, int32_t charLen, MethodInfo * method)); DO_APP_FUNC(0x01B43240, int32_t, TextInfo_AddTitlecaseLetter, (TextInfo * __this, StringBuilder * * result, String * * input, int32_t inputIndex, int32_t charLen, MethodInfo * method)); DO_APP_FUNC(0x01B43460, bool, TextInfo_IsWordSeparator, (UnicodeCategory__Enum category, MethodInfo * method)); DO_APP_FUNC(0x01B43480, bool, TextInfo_IsLetterCategory, (UnicodeCategory__Enum uc, MethodInfo * method)); DO_APP_FUNC(0x01B43490, bool, TextInfo_get_IsRightToLeft, (TextInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B41D00, void, TextInfo_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization, (TextInfo * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01B434B0, int32_t, TextInfo_GetCaseInsensitiveHashCode, (TextInfo * __this, String * str, MethodInfo * method)); DO_APP_FUNC(0x01B434D0, int32_t, TextInfo_GetCaseInsensitiveHashCode_1, (TextInfo * __this, String * str, bool forceRandomizedHashing, int64_t additionalEntropy, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4928, TextInfo_GetCaseInsensitiveHashCode_1__MethodInfo); DO_APP_FUNC(0x01B436B0, int32_t, TextInfo_GetInvariantCaseInsensitiveHashCode, (TextInfo * __this, String * str, MethodInfo * method)); DO_APP_FUNC(0x01B437B0, String *, TextInfo_ToUpperInternal, (TextInfo * __this, String * str, MethodInfo * method)); DO_APP_FUNC(0x01B43890, String *, TextInfo_ToLowerInternal, (TextInfo * __this, String * str, MethodInfo * method)); DO_APP_FUNC(0x01B43970, uint16_t, TextInfo_ToUpperInternal_1, (TextInfo * __this, uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01B43F40, uint16_t, TextInfo_ToLowerInternal_1, (TextInfo * __this, uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01B44420, int32_t, TextInfo_InternalCompareStringOrdinalIgnoreCase, (String * strA, int32_t indexA, String * strB, int32_t indexB, int32_t lenA, int32_t lenB, MethodInfo * method)); DO_APP_FUNC(0x01B445C0, void, TextInfo_ToLowerAsciiInvariant_1, (TextInfo * __this, ReadOnlySpan_1_Char_ source, Span_1_Char_ destination, MethodInfo * method)); DO_APP_FUNC(0x01B44670, void, TextInfo_ToUpperAsciiInvariant_1, (TextInfo * __this, ReadOnlySpan_1_Char_ source, Span_1_Char_ destination, MethodInfo * method)); DO_APP_FUNC(0x01B44720, void, TextInfo_ChangeCase, (TextInfo * __this, ReadOnlySpan_1_Char_ source, Span_1_Char_ destination, bool toUpper, MethodInfo * method)); DO_APP_FUNC(0x01B44850, void, TextInfo__ctor_1, (TextInfo * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4950, TextInfo__ctor_1__MethodInfo); DO_APP_FUNC(0x01B44880, DateTime, ThaiBuddhistCalendar_get_MinSupportedDateTime, (ThaiBuddhistCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B448E0, DateTime, ThaiBuddhistCalendar_get_MaxSupportedDateTime, (ThaiBuddhistCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, CalendarAlgorithmType__Enum, ThaiBuddhistCalendar_get_AlgorithmType, (ThaiBuddhistCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B44940, void, ThaiBuddhistCalendar__ctor, (ThaiBuddhistCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x00EECFF0, int32_t, ThaiBuddhistCalendar_get_ID, (ThaiBuddhistCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B36930, DateTime, ThaiBuddhistCalendar_AddMonths, (ThaiBuddhistCalendar * __this, DateTime time, int32_t months, MethodInfo * method)); DO_APP_FUNC(0x01B36950, DateTime, ThaiBuddhistCalendar_AddYears, (ThaiBuddhistCalendar * __this, DateTime time, int32_t years, MethodInfo * method)); DO_APP_FUNC(0x01B36980, int32_t, ThaiBuddhistCalendar_GetDaysInMonth, (ThaiBuddhistCalendar * __this, int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B369B0, int32_t, ThaiBuddhistCalendar_GetDaysInYear, (ThaiBuddhistCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B369D0, int32_t, ThaiBuddhistCalendar_GetDayOfMonth, (ThaiBuddhistCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B369F0, DayOfWeek__Enum, ThaiBuddhistCalendar_GetDayOfWeek, (ThaiBuddhistCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B36A10, int32_t, ThaiBuddhistCalendar_GetDayOfYear, (ThaiBuddhistCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B36A30, int32_t, ThaiBuddhistCalendar_GetMonthsInYear, (ThaiBuddhistCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B36A60, int32_t, ThaiBuddhistCalendar_GetWeekOfYear, (ThaiBuddhistCalendar * __this, DateTime time, CalendarWeekRule__Enum rule, DayOfWeek__Enum firstDayOfWeek, MethodInfo * method)); DO_APP_FUNC(0x01B36A90, int32_t, ThaiBuddhistCalendar_GetEra, (ThaiBuddhistCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B36AB0, int32_t, ThaiBuddhistCalendar_GetMonth, (ThaiBuddhistCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B36AD0, int32_t, ThaiBuddhistCalendar_GetYear, (ThaiBuddhistCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B36AF0, bool, ThaiBuddhistCalendar_IsLeapDay, (ThaiBuddhistCalendar * __this, int32_t year, int32_t month, int32_t day, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B36B20, bool, ThaiBuddhistCalendar_IsLeapYear, (ThaiBuddhistCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B36B40, int32_t, ThaiBuddhistCalendar_GetLeapMonth, (ThaiBuddhistCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B36B70, bool, ThaiBuddhistCalendar_IsLeapMonth, (ThaiBuddhistCalendar * __this, int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B36BA0, DateTime, ThaiBuddhistCalendar_ToDateTime, (ThaiBuddhistCalendar * __this, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second, int32_t millisecond, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B36D90, Int32__Array *, ThaiBuddhistCalendar_get_Eras, (ThaiBuddhistCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B44A50, int32_t, ThaiBuddhistCalendar_get_TwoDigitYearMax, (ThaiBuddhistCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B44AC0, void, ThaiBuddhistCalendar_set_TwoDigitYearMax, (ThaiBuddhistCalendar * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC48B8, ThaiBuddhistCalendar_set_TwoDigitYearMax__MethodInfo); DO_APP_FUNC(0x01B44C20, int32_t, ThaiBuddhistCalendar_ToFourDigitYear, (ThaiBuddhistCalendar * __this, int32_t year, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC48B0, ThaiBuddhistCalendar_ToFourDigitYear__MethodInfo); DO_APP_FUNC(0x01B44CE0, void, ThaiBuddhistCalendar__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B44E50, UmAlQuraCalendar_DateMapping__Array *, UmAlQuraCalendar_InitDateMapping, (MethodInfo * method)); DO_APP_FUNC(0x01B45030, DateTime, UmAlQuraCalendar_get_MinSupportedDateTime, (UmAlQuraCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B45090, DateTime, UmAlQuraCalendar_get_MaxSupportedDateTime, (UmAlQuraCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, CalendarAlgorithmType__Enum, UmAlQuraCalendar_get_AlgorithmType, (UmAlQuraCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B1E5F0, void, UmAlQuraCalendar__ctor, (UmAlQuraCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01AF2340, int32_t, UmAlQuraCalendar_get_BaseCalendarID, (UmAlQuraCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B450F0, int32_t, UmAlQuraCalendar_get_ID, (UmAlQuraCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B45100, int32_t, UmAlQuraCalendar_get_DaysInYearBeforeMinSupportedYear, (UmAlQuraCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B45110, void, UmAlQuraCalendar_ConvertHijriToGregorian, (int32_t HijriYear, int32_t HijriMonth, int32_t HijriDay, int32_t * yg, int32_t * mg, int32_t * dg, MethodInfo * method)); DO_APP_FUNC(0x01B45380, int64_t, UmAlQuraCalendar_GetAbsoluteDateUmAlQura, (int32_t year, int32_t month, int32_t day, MethodInfo * method)); DO_APP_FUNC(0x01B45450, void, UmAlQuraCalendar_CheckTicksRange, (int64_t ticks, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC48F0, UmAlQuraCalendar_CheckTicksRange__MethodInfo); DO_APP_FUNC(0x01B456E0, void, UmAlQuraCalendar_CheckEraRange, (int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC48E0, UmAlQuraCalendar_CheckEraRange__MethodInfo); DO_APP_FUNC(0x01B45770, void, UmAlQuraCalendar_CheckYearRange, (int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC48D8, UmAlQuraCalendar_CheckYearRange__MethodInfo); DO_APP_FUNC(0x01B45940, void, UmAlQuraCalendar_CheckYearMonthRange, (int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4860, UmAlQuraCalendar_CheckYearMonthRange__MethodInfo); DO_APP_FUNC(0x01B45A20, void, UmAlQuraCalendar_ConvertGregorianToHijri, (DateTime time, int32_t * HijriYear, int32_t * HijriMonth, int32_t * HijriDay, MethodInfo * method)); DO_APP_FUNC(0x01B45E40, int32_t, UmAlQuraCalendar_GetDatePart, (UmAlQuraCalendar * __this, DateTime time, int32_t part, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4858, UmAlQuraCalendar_GetDatePart__MethodInfo); DO_APP_FUNC(0x01B46030, DateTime, UmAlQuraCalendar_AddMonths, (UmAlQuraCalendar * __this, DateTime time, int32_t months, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4840, UmAlQuraCalendar_AddMonths__MethodInfo); DO_APP_FUNC(0x01B1F6C0, DateTime, UmAlQuraCalendar_AddYears, (UmAlQuraCalendar * __this, DateTime time, int32_t years, MethodInfo * method)); DO_APP_FUNC(0x01B46430, int32_t, UmAlQuraCalendar_GetDayOfMonth, (UmAlQuraCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B46450, DayOfWeek__Enum, UmAlQuraCalendar_GetDayOfWeek, (UmAlQuraCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B46510, int32_t, UmAlQuraCalendar_GetDayOfYear, (UmAlQuraCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B46530, int32_t, UmAlQuraCalendar_GetDaysInMonth, (UmAlQuraCalendar * __this, int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B465F0, int32_t, UmAlQuraCalendar_RealGetDaysInYear, (int32_t year, MethodInfo * method)); DO_APP_FUNC(0x01B466A0, int32_t, UmAlQuraCalendar_GetDaysInYear, (UmAlQuraCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B46710, int32_t, UmAlQuraCalendar_GetEra, (UmAlQuraCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B467D0, Int32__Array *, UmAlQuraCalendar_get_Eras, (UmAlQuraCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B46830, int32_t, UmAlQuraCalendar_GetMonth, (UmAlQuraCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B46850, int32_t, UmAlQuraCalendar_GetMonthsInYear, (UmAlQuraCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B468C0, int32_t, UmAlQuraCalendar_GetYear, (UmAlQuraCalendar * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01B468E0, bool, UmAlQuraCalendar_IsLeapDay, (UmAlQuraCalendar * __this, int32_t year, int32_t month, int32_t day, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4870, UmAlQuraCalendar_IsLeapDay__MethodInfo); DO_APP_FUNC(0x01B46A90, int32_t, UmAlQuraCalendar_GetLeapMonth, (UmAlQuraCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B46AF0, bool, UmAlQuraCalendar_IsLeapMonth, (UmAlQuraCalendar * __this, int32_t year, int32_t month, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B46B60, bool, UmAlQuraCalendar_IsLeapYear, (UmAlQuraCalendar * __this, int32_t year, int32_t era, MethodInfo * method)); DO_APP_FUNC(0x01B46BD0, DateTime, UmAlQuraCalendar_ToDateTime, (UmAlQuraCalendar * __this, int32_t year, int32_t month, int32_t day, int32_t hour, int32_t minute, int32_t second, int32_t millisecond, int32_t era, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC47D0, UmAlQuraCalendar_ToDateTime__MethodInfo); DO_APP_FUNC(0x01B35560, int32_t, UmAlQuraCalendar_get_TwoDigitYearMax, (UmAlQuraCalendar * __this, MethodInfo * method)); DO_APP_FUNC(0x01B46E60, void, UmAlQuraCalendar_set_TwoDigitYearMax, (UmAlQuraCalendar * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC47C8, UmAlQuraCalendar_set_TwoDigitYearMax__MethodInfo); DO_APP_FUNC(0x01B46F90, int32_t, UmAlQuraCalendar_ToFourDigitYear, (UmAlQuraCalendar * __this, int32_t year, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC47B8, UmAlQuraCalendar_ToFourDigitYear__MethodInfo); DO_APP_FUNC(0x01B47140, void, UmAlQuraCalendar__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B47390, void, UmAlQuraCalendar_DateMapping__ctor, (UmAlQuraCalendar_DateMapping * __this, int32_t MonthsLengthFlags, int32_t GYear, int32_t GMonth, int32_t GDay, MethodInfo * method)); DO_APP_FUNC(0x01B47410, int32_t, SortKey_Compare, (SortKey * sortkey1, SortKey * sortkey2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4780, SortKey_Compare__MethodInfo); DO_APP_FUNC(0x01B47630, void, SortKey__ctor, (SortKey * __this, int32_t lcid, String * source, CompareOptions__Enum opt, MethodInfo * method)); DO_APP_FUNC(0x01B477C0, void, SortKey__ctor_1, (SortKey * __this, int32_t lcid, String * source, Byte__Array * buffer, CompareOptions__Enum opt, int32_t lv1Length, int32_t lv2Length, int32_t lv3Length, int32_t kanaSmallLength, int32_t markTypeLength, int32_t katakanaLength, int32_t kanaWidthLength, int32_t identLength, MethodInfo * method)); DO_APP_FUNC(0x01B47880, void, SortKey__ctor_2, (SortKey * __this, String * localeName, String * str, CompareOptions__Enum options, Byte__Array * keyData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4818, SortKey__ctor_2__MethodInfo); DO_APP_FUNC(0x003B93C0, String *, SortKey_get_OriginalString, (SortKey * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Byte__Array *, SortKey_get_KeyData, (SortKey * __this, MethodInfo * method)); DO_APP_FUNC(0x01B478D0, bool, SortKey_Equals, (SortKey * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B47A60, int32_t, SortKey_GetHashCode, (SortKey * __this, MethodInfo * method)); DO_APP_FUNC(0x01B47AD0, String *, SortKey_ToString, (SortKey * __this, MethodInfo * method)); DO_APP_FUNC(0x01B47D40, void, SortKey__ctor_3, (SortKey * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4800, SortKey__ctor_3__MethodInfo); DO_APP_FUNC(0x003C54A0, void, CultureData__ctor, (CultureData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01B47D70, CultureData *, CultureData_get_Invariant, (MethodInfo * method)); DO_APP_FUNC(0x01B48590, CultureData *, CultureData_GetCultureData, (String * cultureName, bool useUserOverride, MethodInfo * method)); DO_APP_FUNC(0x01B48620, CultureData *, CultureData_GetCultureData_1, (String * cultureName, bool useUserOverride, int32_t datetimeIndex, int32_t calendarId, int32_t numberIndex, String * iso2lang, int32_t ansiCodePage, int32_t oemCodePage, int32_t macCodePage, int32_t ebcdicCodePage, bool rightToLeft, String * listSeparator, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, CultureData *, CultureData_GetCultureData_2, (int32_t culture, bool bUseUserOverride, MethodInfo * method)); DO_APP_FUNC(0x01B48810, void, CultureData_fill_culture_data, (CultureData * __this, int32_t datetimeIndex, MethodInfo * method)); DO_APP_FUNC(0x01B48820, CalendarData *, CultureData_GetCalendar, (CultureData * __this, int32_t calendarId, MethodInfo * method)); DO_APP_FUNC(0x0110B0F0, String__Array *, CultureData_get_LongTimes, (CultureData * __this, MethodInfo * method)); DO_APP_FUNC(0x01B489A0, String__Array *, CultureData_get_ShortTimes, (CultureData * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, CultureData_get_SISO639LANGNAME, (CultureData * __this, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, CultureData_get_IFIRSTDAYOFWEEK, (CultureData * __this, MethodInfo * method)); DO_APP_FUNC(0x01365740, int32_t, CultureData_get_IFIRSTWEEKOFYEAR, (CultureData * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, CultureData_get_SAM1159, (CultureData * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, CultureData_get_SPM2359, (CultureData * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, CultureData_get_TimeSeparator, (CultureData * __this, MethodInfo * method)); DO_APP_FUNC(0x01B489B0, Int32__Array *, CultureData_get_CalendarIds, (CultureData * __this, MethodInfo * method)); DO_APP_FUNC(0x01B48C50, CalendarId__Enum__Array *, CultureData_GetCalendarIds, (CultureData * __this, MethodInfo * method)); DO_APP_FUNC(0x01B48D30, bool, CultureData_get_IsInvariantCulture, (CultureData * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, String *, CultureData_get_CultureName, (CultureData * __this, MethodInfo * method)); DO_APP_FUNC(0x01B48D50, String *, CultureData_get_SCOMPAREINFO, (CultureData * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, String *, CultureData_get_STEXTINFO, (CultureData * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, CultureData_get_ILANGUAGE, (CultureData * __this, MethodInfo * method)); DO_APP_FUNC(0x015FAEF0, int32_t, CultureData_get_IDEFAULTANSICODEPAGE, (CultureData * __this, MethodInfo * method)); DO_APP_FUNC(0x01B48D90, int32_t, CultureData_get_IDEFAULTOEMCODEPAGE, (CultureData * __this, MethodInfo * method)); DO_APP_FUNC(0x01015EC0, int32_t, CultureData_get_IDEFAULTMACCODEPAGE, (CultureData * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC7870, int32_t, CultureData_get_IDEFAULTEBCDICCODEPAGE, (CultureData * __this, MethodInfo * method)); DO_APP_FUNC(0x01B48DA0, bool, CultureData_get_IsRightToLeft, (CultureData * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, String *, CultureData_get_SLIST, (CultureData * __this, MethodInfo * method)); DO_APP_FUNC(0x0068A9A0, bool, CultureData_get_UseUserOverride, (CultureData * __this, MethodInfo * method)); DO_APP_FUNC(0x01B48DB0, String *, CultureData_CalendarName, (CultureData * __this, int32_t calendarId, MethodInfo * method)); DO_APP_FUNC(0x01B48DD0, String__Array *, CultureData_EraNames, (CultureData * __this, int32_t calendarId, MethodInfo * method)); DO_APP_FUNC(0x01B48DF0, String__Array *, CultureData_AbbrevEraNames, (CultureData * __this, int32_t calendarId, MethodInfo * method)); DO_APP_FUNC(0x01B48E10, String__Array *, CultureData_AbbreviatedEnglishEraNames, (CultureData * __this, int32_t calendarId, MethodInfo * method)); DO_APP_FUNC(0x01B48E30, String__Array *, CultureData_ShortDates, (CultureData * __this, int32_t calendarId, MethodInfo * method)); DO_APP_FUNC(0x01B48E50, String__Array *, CultureData_LongDates, (CultureData * __this, int32_t calendarId, MethodInfo * method)); DO_APP_FUNC(0x01B48E70, String__Array *, CultureData_YearMonths, (CultureData * __this, int32_t calendarId, MethodInfo * method)); DO_APP_FUNC(0x01B48E90, String__Array *, CultureData_DayNames, (CultureData * __this, int32_t calendarId, MethodInfo * method)); DO_APP_FUNC(0x01B48EB0, String__Array *, CultureData_AbbreviatedDayNames, (CultureData * __this, int32_t calendarId, MethodInfo * method)); DO_APP_FUNC(0x01B48ED0, String__Array *, CultureData_SuperShortDayNames, (CultureData * __this, int32_t calendarId, MethodInfo * method)); DO_APP_FUNC(0x01B48EF0, String__Array *, CultureData_MonthNames, (CultureData * __this, int32_t calendarId, MethodInfo * method)); DO_APP_FUNC(0x01B48F10, String__Array *, CultureData_GenitiveMonthNames, (CultureData * __this, int32_t calendarId, MethodInfo * method)); DO_APP_FUNC(0x01B48F30, String__Array *, CultureData_AbbreviatedMonthNames, (CultureData * __this, int32_t calendarId, MethodInfo * method)); DO_APP_FUNC(0x01B48F50, String__Array *, CultureData_AbbreviatedGenitiveMonthNames, (CultureData * __this, int32_t calendarId, MethodInfo * method)); DO_APP_FUNC(0x01B48F80, String__Array *, CultureData_LeapYearMonthNames, (CultureData * __this, int32_t calendarId, MethodInfo * method)); DO_APP_FUNC(0x01B48FB0, String *, CultureData_MonthDay, (CultureData * __this, int32_t calendarId, MethodInfo * method)); DO_APP_FUNC(0x01B48FD0, String *, CultureData_DateSeparator, (CultureData * __this, int32_t calendarId, MethodInfo * method)); DO_APP_FUNC(0x01B490B0, String *, CultureData_GetDateSeparator, (String * format, MethodInfo * method)); DO_APP_FUNC(0x01B49100, String *, CultureData_GetSeparator, (String * format, String * timeParts, MethodInfo * method)); DO_APP_FUNC(0x01B492E0, int32_t, CultureData_IndexOfTimePart, (String * format, int32_t startIndex, String * timeParts, MethodInfo * method)); DO_APP_FUNC(0x01B49400, String *, CultureData_UnescapeNlsString, (String * str, int32_t start, int32_t end, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, String__Array *, CultureData_ReescapeWin32Strings, (String__Array * array, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, String *, CultureData_ReescapeWin32String, (String * str, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, CultureData_IsCustomCultureId, (int32_t cultureId, MethodInfo * method)); DO_APP_FUNC(0x01B495D0, int32_t, CultureData_strlen, (uint8_t * s, MethodInfo * method)); DO_APP_FUNC(0x01B495F0, String *, CultureData_idx2string, (uint8_t * data, int32_t idx, MethodInfo * method)); DO_APP_FUNC(0x01B49660, Int32__Array *, CultureData_create_group_sizes_array, (CultureData * __this, int32_t gs0, int32_t gs1, MethodInfo * method)); DO_APP_FUNC(0x01B49710, void, CultureData_GetNFIValues, (CultureData * __this, NumberFormatInfo * nfi, MethodInfo * method)); DO_APP_FUNC(0x01B49FB0, uint8_t *, CultureData_fill_number_data, (int32_t index, CultureData_NumberFormatEntryManaged * nfe, MethodInfo * method)); DO_APP_FUNC(0x01B4A070, void, CodePageDataItem__ctor, (CodePageDataItem * __this, int32_t dataIndex, MethodInfo * method)); DO_APP_FUNC(0x01B4A130, String *, CodePageDataItem_CreateString, (String * pStrings, uint32_t index, MethodInfo * method)); DO_APP_FUNC(0x01B4A280, String *, CodePageDataItem_get_WebName, (CodePageDataItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, CodePageDataItem_get_UIFamilyCodePage, (CodePageDataItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01B4A3A0, String *, CodePageDataItem_get_HeaderName, (CodePageDataItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01B4A4C0, String *, CodePageDataItem_get_BodyName, (CodePageDataItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5300, uint32_t, CodePageDataItem_get_Flags, (CodePageDataItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01B4A5E0, void, CodePageDataItem__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B4A6C0, int32_t, EncodingTable_GetNumEncodingItems, (MethodInfo * method)); DO_APP_FUNC(0x01B4A730, InternalEncodingDataItem, EncodingTable_ENC, (String * name, uint16_t cp, MethodInfo * method)); DO_APP_FUNC(0x01B4A7A0, InternalCodePageDataItem, EncodingTable_MapCodePageDataItem, (uint16_t cp, uint16_t fcp, String * names, uint32_t flags, MethodInfo * method)); DO_APP_FUNC(0x01B4A810, void, EncodingTable__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B53E30, int32_t, EncodingTable_internalGetCodePageFromName, (String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2E00, EncodingTable_internalGetCodePageFromName__MethodInfo); DO_APP_FUNC(0x01B541E0, EncodingInfo__Array *, EncodingTable_GetEncodings, (MethodInfo * method)); DO_APP_FUNC(0x01B545F0, int32_t, EncodingTable_GetCodePageFromName, (String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2DC8, EncodingTable_GetCodePageFromName__MethodInfo); DO_APP_FUNC(0x01B549B0, CodePageDataItem *, EncodingTable_GetCodePageDataItem, (int32_t codepage, MethodInfo * method)); DO_APP_FUNC(0x01B54DC0, void, TextInfoToUpperData__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B55320, void, TextInfoToLowerData__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0070EC40, CultureData *, CultureInfo_get__cultureData, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B55920, bool, CultureInfo_get__isInherited, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B55930, CultureInfo *, CultureInfo_get_InvariantCulture, (MethodInfo * method)); DO_APP_FUNC(0x01B55990, CultureInfo *, CultureInfo_get_CurrentCulture, (MethodInfo * method)); DO_APP_FUNC(0x01B559E0, void, CultureInfo_set_CurrentCulture, (CultureInfo * value, MethodInfo * method)); DO_APP_FUNC(0x01B55A10, CultureInfo *, CultureInfo_get_CurrentUICulture, (MethodInfo * method)); DO_APP_FUNC(0x01B55A60, void, CultureInfo_set_CurrentUICulture, (CultureInfo * value, MethodInfo * method)); DO_APP_FUNC(0x01B55A90, CultureInfo *, CultureInfo_ConstructCurrentCulture, (MethodInfo * method)); DO_APP_FUNC(0x01B55CF0, CultureInfo *, CultureInfo_ConstructCurrentUICulture, (MethodInfo * method)); DO_APP_FUNC(0x003C7020, String *, CultureInfo_get_Territory, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, String *, CultureInfo_get__name, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B55D40, CultureTypes__Enum, CultureInfo_get_CultureTypes, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B56150, CultureInfo *, CultureInfo_GetConsoleFallbackUICulture, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B56B60, String *, CultureInfo_get_IetfLanguageTag, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B56CA0, int32_t, CultureInfo_get_KeyboardLayoutId, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, CultureInfo_get_LCID, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, String *, CultureInfo_get_Name, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B56D50, String *, CultureInfo_get_NativeName, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B56DC0, String *, CultureInfo_get_NativeCalendarName, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B56E50, Calendar *, CultureInfo_get_Calendar, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B56F20, Calendar__Array *, CultureInfo_get_OptionalCalendars, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B57020, CultureInfo *, CultureInfo_get_Parent, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B572F0, TextInfo *, CultureInfo_get_TextInfo, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B57540, String *, CultureInfo_get_ThreeLetterISOLanguageName, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B575B0, String *, CultureInfo_get_ThreeLetterWindowsLanguageName, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B57620, String *, CultureInfo_get_TwoLetterISOLanguageName, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, CultureInfo_get_UseUserOverride, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B57690, void, CultureInfo_ClearCachedData, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B57BB0, Object *, CultureInfo_Clone, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B57E00, bool, CultureInfo_Equals, (CultureInfo * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B57ED0, CultureInfo__Array *, CultureInfo_GetCultures, (CultureTypes__Enum types, MethodInfo * method)); DO_APP_FUNC(0x01B582D0, CultureInfo_Data, CultureInfo_GetTextInfoData, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, CultureInfo_GetHashCode, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B582F0, CultureInfo *, CultureInfo_ReadOnly, (CultureInfo * ci, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2B28, CultureInfo_ReadOnly__MethodInfo); DO_APP_FUNC(0x003CB370, String *, CultureInfo_ToString, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B58590, CompareInfo *, CultureInfo_get_CompareInfo, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B58870, bool, CultureInfo_get_IsNeutralCulture, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CultureInfo_CheckNeutral, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B588B0, NumberFormatInfo *, CultureInfo_get_NumberFormat, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B58990, void, CultureInfo_set_NumberFormat, (CultureInfo * __this, NumberFormatInfo * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2B08, CultureInfo_set_NumberFormat__MethodInfo); DO_APP_FUNC(0x01B58B10, DateTimeFormatInfo *, CultureInfo_get_DateTimeFormat, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B58D20, void, CultureInfo_set_DateTimeFormat, (CultureInfo * __this, DateTimeFormatInfo * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC29E0, CultureInfo_set_DateTimeFormat__MethodInfo); DO_APP_FUNC(0x01B58EA0, String *, CultureInfo_get_DisplayName, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B58EC0, String *, CultureInfo_get_EnglishName, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B58F30, CultureInfo *, CultureInfo_get_InstalledUICulture, (MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, CultureInfo_get_IsReadOnly, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B58F80, Object *, CultureInfo_GetFormat, (CultureInfo * __this, Type * formatType, MethodInfo * method)); DO_APP_FUNC(0x01B59080, void, CultureInfo_Construct, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B590E0, bool, CultureInfo_construct_internal_locale_from_lcid, (CultureInfo * __this, int32_t lcid, MethodInfo * method)); DO_APP_FUNC(0x01B59140, bool, CultureInfo_construct_internal_locale_from_name, (CultureInfo * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01B592D0, String *, CultureInfo_get_current_locale_name, (MethodInfo * method)); DO_APP_FUNC(0x01B59350, CultureInfo__Array *, CultureInfo_internal_get_cultures, (bool neutral, bool specific, bool installed, MethodInfo * method)); DO_APP_FUNC(0x01B59360, void, CultureInfo_ConstructInvariant, (CultureInfo * __this, bool read_only, MethodInfo * method)); DO_APP_FUNC(0x01B597C0, TextInfo *, CultureInfo_CreateTextInfo, (CultureInfo * __this, bool readOnly, MethodInfo * method)); DO_APP_FUNC(0x01B59840, void, CultureInfo__ctor, (CultureInfo * __this, int32_t culture, MethodInfo * method)); DO_APP_FUNC(0x01B59860, void, CultureInfo__ctor_1, (CultureInfo * __this, int32_t culture, bool useUserOverride, MethodInfo * method)); DO_APP_FUNC(0x01B59880, void, CultureInfo__ctor_2, (CultureInfo * __this, int32_t culture, bool useUserOverride, bool read_only, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2A58, CultureInfo__ctor_2__MethodInfo); DO_APP_FUNC(0x01B59C60, void, CultureInfo__ctor_3, (CultureInfo * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01B59C80, void, CultureInfo__ctor_4, (CultureInfo * __this, String * name, bool useUserOverride, MethodInfo * method)); DO_APP_FUNC(0x01B59CA0, void, CultureInfo__ctor_5, (CultureInfo * __this, String * name, bool useUserOverride, bool read_only, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2A10, CultureInfo__ctor_5__MethodInfo); DO_APP_FUNC(0x01B5A020, void, CultureInfo__ctor_6, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B5A030, void, CultureInfo_insert_into_shared_tables, (CultureInfo * c, MethodInfo * method)); DO_APP_FUNC(0x01B5A330, CultureInfo *, CultureInfo_GetCultureInfo, (int32_t culture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC28D0, CultureInfo_GetCultureInfo__MethodInfo); DO_APP_FUNC(0x01B5A680, CultureInfo *, CultureInfo_GetCultureInfo_1, (String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC28B0, CultureInfo_GetCultureInfo_1__MethodInfo); DO_APP_FUNC(0x01B5A9D0, CultureInfo *, CultureInfo_GetCultureInfo_2, (String * name, String * altName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC28A8, CultureInfo_GetCultureInfo_2__MethodInfo); DO_APP_FUNC(0x01B5AAE0, CultureInfo *, CultureInfo_GetCultureInfoByIetfLanguageTag, (String * name, MethodInfo * method)); DO_APP_FUNC(0x01B5AC40, CultureInfo *, CultureInfo_CreateCulture, (String * name, bool reference, MethodInfo * method)); DO_APP_FUNC(0x01B5ACD0, CultureInfo *, CultureInfo_CreateSpecificCulture, (String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2998, CultureInfo_CreateSpecificCulture__MethodInfo); DO_APP_FUNC(0x01B5B030, bool, CultureInfo_ConstructLocaleFromName, (CultureInfo * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01B5B0E0, CultureInfo *, CultureInfo_CreateSpecificCultureFromNeutral, (String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC24A8, CultureInfo_CreateSpecificCultureFromNeutral__MethodInfo); DO_APP_FUNC(0x01B5E310, int32_t, CultureInfo_get_CalendarType, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2498, CultureInfo_get_CalendarType__MethodInfo); DO_APP_FUNC(0x01B5E3B0, Calendar *, CultureInfo_CreateCalendar, (int32_t calendarType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2490, CultureInfo_CreateCalendar__MethodInfo); DO_APP_FUNC(0x01B5E600, Exception *, CultureInfo_CreateNotFoundException, (String * name, MethodInfo * method)); DO_APP_FUNC(0x01B5E6C0, CultureInfo *, CultureInfo_get_DefaultThreadCurrentCulture, (MethodInfo * method)); DO_APP_FUNC(0x01B5E720, void, CultureInfo_set_DefaultThreadCurrentCulture, (CultureInfo * value, MethodInfo * method)); DO_APP_FUNC(0x01B5E7E0, CultureInfo *, CultureInfo_get_DefaultThreadCurrentUICulture, (MethodInfo * method)); DO_APP_FUNC(0x01B5E840, void, CultureInfo_set_DefaultThreadCurrentUICulture, (CultureInfo * value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, String *, CultureInfo_get_SortName, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B5E900, CultureInfo *, CultureInfo_get_UserDefaultUICulture, (MethodInfo * method)); DO_APP_FUNC(0x01B5E980, CultureInfo *, CultureInfo_get_UserDefaultCulture, (MethodInfo * method)); DO_APP_FUNC(0x01A9C380, void, CultureInfo_InitializeUserPreferredCultureInfoInAppX, (CultureInfo_OnCultureInfoChangedDelegate * onCultureInfoChangedInAppX, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CultureInfo_SetUserPreferredCultureInfoInAppX, (String * name, MethodInfo * method)); DO_APP_FUNC(0x01B5E9D0, void, CultureInfo_OnCultureInfoChangedInAppX, (String * language, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2460, CultureInfo_OnCultureInfoChangedInAppX__MethodInfo); DO_APP_FUNC(0x01B5EB80, CultureInfo *, CultureInfo_GetCultureInfoForUserPreferredLanguageInAppX, (MethodInfo * method)); DO_APP_FUNC(0x01B5EC80, void, CultureInfo_SetCultureInfoForUserPreferredLanguageInAppX, (CultureInfo * cultureInfo, MethodInfo * method)); DO_APP_FUNC(0x01B5EE00, void, CultureInfo_CheckDomainSafetyObject, (Object * obj, Object * container, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2478, CultureInfo_CheckDomainSafetyObject__MethodInfo); DO_APP_FUNC(0x01B5F000, bool, CultureInfo_get_HasInvariantCultureName, (CultureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B5F110, bool, CultureInfo_VerifyCultureName, (String * cultureName, bool throwException, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2468, CultureInfo_VerifyCultureName__MethodInfo); DO_APP_FUNC(0x01B5F290, bool, CultureInfo_VerifyCultureName_1, (CultureInfo * culture, bool throwException, MethodInfo * method)); DO_APP_FUNC(0x01B5F330, void, CultureInfo__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003EC720, void, CultureInfo_OnCultureInfoChangedDelegate__ctor, (CultureInfo_OnCultureInfoChangedDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, CultureInfo_OnCultureInfoChangedDelegate_Invoke, (CultureInfo_OnCultureInfoChangedDelegate * __this, String * language, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, CultureInfo_OnCultureInfoChangedDelegate_BeginInvoke, (CultureInfo_OnCultureInfoChangedDelegate * __this, String * language, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, CultureInfo_OnCultureInfoChangedDelegate_EndInvoke, (CultureInfo_OnCultureInfoChangedDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01B5F530, void, IdnMapping__ctor, (IdnMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, IdnMapping_get_AllowUnassigned, (IdnMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, IdnMapping_set_AllowUnassigned, (IdnMapping * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00422A30, bool, IdnMapping_get_UseStd3AsciiRules, (IdnMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A40, void, IdnMapping_set_UseStd3AsciiRules, (IdnMapping * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01B5F600, bool, IdnMapping_Equals, (IdnMapping * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01B5F680, int32_t, IdnMapping_GetHashCode, (IdnMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x01B5F6A0, String *, IdnMapping_GetAscii, (IdnMapping * __this, String * unicode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5E68, IdnMapping_GetAscii__MethodInfo); DO_APP_FUNC(0x01B5F780, String *, IdnMapping_GetAscii_1, (IdnMapping * __this, String * unicode, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5E60, IdnMapping_GetAscii_1__MethodInfo); DO_APP_FUNC(0x01B5F800, String *, IdnMapping_GetAscii_2, (IdnMapping * __this, String * unicode, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5ED0, IdnMapping_GetAscii_2__MethodInfo); DO_APP_FUNC(0x01B5F930, String *, IdnMapping_Convert, (IdnMapping * __this, String * input, int32_t index, int32_t count, bool toAscii, MethodInfo * method)); DO_APP_FUNC(0x01B5FD30, String *, IdnMapping_ToAscii, (IdnMapping * __this, String * s, int32_t offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5EA0, IdnMapping_ToAscii__MethodInfo); DO_APP_FUNC(0x01B601D0, void, IdnMapping_VerifyLength, (IdnMapping * __this, String * s, int32_t offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5E88, IdnMapping_VerifyLength__MethodInfo); DO_APP_FUNC(0x01B60320, String *, IdnMapping_NamePrep, (IdnMapping * __this, String * s, int32_t offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5E18, IdnMapping_NamePrep__MethodInfo); DO_APP_FUNC(0x01B60470, void, IdnMapping_VerifyProhibitedCharacters, (IdnMapping * __this, String * s, int32_t offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5E08, IdnMapping_VerifyProhibitedCharacters__MethodInfo); DO_APP_FUNC(0x01B606D0, void, IdnMapping_VerifyStd3AsciiRules, (IdnMapping * __this, String * s, int32_t offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5DF8, IdnMapping_VerifyStd3AsciiRules__MethodInfo); DO_APP_FUNC(0x01B60960, String *, IdnMapping_GetUnicode, (IdnMapping * __this, String * ascii, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5DE0, IdnMapping_GetUnicode__MethodInfo); DO_APP_FUNC(0x01B60A40, String *, IdnMapping_GetUnicode_1, (IdnMapping * __this, String * ascii, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5DD8, IdnMapping_GetUnicode_1__MethodInfo); DO_APP_FUNC(0x01B60AC0, String *, IdnMapping_GetUnicode_2, (IdnMapping * __this, String * ascii, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5DD0, IdnMapping_GetUnicode_2__MethodInfo); DO_APP_FUNC(0x01B60BF0, String *, IdnMapping_ToUnicode, (IdnMapping * __this, String * s, int32_t offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5E50, IdnMapping_ToUnicode__MethodInfo); DO_APP_FUNC(0x01B60FD0, void, Bootstring__ctor, (Bootstring * __this, uint16_t delimiter, int32_t baseNum, int32_t tmin, int32_t tmax, int32_t skew, int32_t damp, int32_t initialBias, int32_t initialN, MethodInfo * method)); DO_APP_FUNC(0x01B61000, String *, Bootstring_Encode, (Bootstring * __this, String * s, int32_t offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5E48, Bootstring_Encode__MethodInfo); DO_APP_FUNC(0x01B614B0, uint16_t, Bootstring_EncodeDigit, (Bootstring * __this, int32_t d, MethodInfo * method)); DO_APP_FUNC(0x01B614D0, int32_t, Bootstring_DecodeDigit, (Bootstring * __this, uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01B61500, int32_t, Bootstring_Adapt, (Bootstring * __this, int32_t delta, int32_t numPoints, bool firstTime, MethodInfo * method)); DO_APP_FUNC(0x01B61580, String *, Bootstring_Decode, (Bootstring * __this, String * s, int32_t offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5E38, Bootstring_Decode__MethodInfo); DO_APP_FUNC(0x01B61840, void, Punycode__ctor, (Punycode * __this, MethodInfo * method)); DO_APP_FUNC(0x01B61880, RegionInfo *, RegionInfo_get_CurrentRegion, (MethodInfo * method)); DO_APP_FUNC(0x01B619E0, void, RegionInfo__ctor, (RegionInfo * __this, int32_t culture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5E28, RegionInfo__ctor__MethodInfo); DO_APP_FUNC(0x01B61B70, void, RegionInfo__ctor_1, (RegionInfo * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5DA0, RegionInfo__ctor_1__MethodInfo); DO_APP_FUNC(0x01B61D50, void, RegionInfo__ctor_2, (RegionInfo * __this, CultureInfo * ci, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5D58, RegionInfo__ctor_2__MethodInfo); DO_APP_FUNC(0x01B621E0, bool, RegionInfo_GetByTerritory, (RegionInfo * __this, CultureInfo * ci, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5D48, RegionInfo_GetByTerritory__MethodInfo); DO_APP_FUNC(0x01B622A0, bool, RegionInfo_construct_internal_region_from_name, (RegionInfo * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, RegionInfo_get_CurrencyEnglishName, (RegionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, String *, RegionInfo_get_CurrencySymbol, (RegionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, RegionInfo_get_DisplayName, (RegionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, RegionInfo_get_EnglishName, (RegionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, RegionInfo_get_GeoId, (RegionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B62430, bool, RegionInfo_get_IsMetric, (RegionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, String *, RegionInfo_get_ISOCurrencySymbol, (RegionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, RegionInfo_get_NativeName, (RegionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, String *, RegionInfo_get_CurrencyNativeName, (RegionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, RegionInfo_get_Name, (RegionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, RegionInfo_get_ThreeLetterISORegionName, (RegionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, RegionInfo_get_ThreeLetterWindowsRegionName, (RegionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, RegionInfo_get_TwoLetterISORegionName, (RegionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B62500, bool, RegionInfo_Equals, (RegionInfo * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B625F0, int32_t, RegionInfo_GetHashCode, (RegionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00C69240, String *, RegionInfo_ToString, (RegionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B62630, void, RegionInfo_ClearCachedData, (MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ConditionalAttribute__ctor, (ConditionalAttribute * __this, String * conditionString, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StackTraceHiddenAttribute__ctor, (StackTraceHiddenAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebuggerStepThroughAttribute__ctor, (DebuggerStepThroughAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebuggerHiddenAttribute__ctor, (DebuggerHiddenAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebuggerNonUserCodeAttribute__ctor, (DebuggerNonUserCodeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DebuggableAttribute__ctor, (DebuggableAttribute * __this, DebuggableAttribute_DebuggingModes__Enum modes, MethodInfo * method)); DO_APP_FUNC(0x01B626D0, void, DebuggerBrowsableAttribute__ctor, (DebuggerBrowsableAttribute * __this, DebuggerBrowsableState__Enum state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5DB0, DebuggerBrowsableAttribute__ctor__MethodInfo); DO_APP_FUNC(0x01B62740, void, DebuggerTypeProxyAttribute__ctor, (DebuggerTypeProxyAttribute * __this, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5DA8, DebuggerTypeProxyAttribute__ctor__MethodInfo); DO_APP_FUNC(0x01B62850, void, DebuggerDisplayAttribute__ctor, (DebuggerDisplayAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, DebuggerDisplayAttribute_set_Name, (DebuggerDisplayAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, DebuggerDisplayAttribute_set_Type, (DebuggerDisplayAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Debugger_Break, (MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Debugger_IsLogging, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Debugger_Log_icall, (int32_t level, String * * category, String * * message, MethodInfo * method)); DO_APP_FUNC(0x01B62A10, void, Debugger_Log, (int32_t level, String * category, String * message, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Debugger_NotifyOfCrossThreadDependency, (MethodInfo * method)); DO_APP_FUNC(0x01B62A60, void, Debugger__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B62B10, bool, StackFrame_get_frame_info, (int32_t skip, bool needFileInfo, MethodBase * * method_1, int32_t * iloffset, int32_t * native_offset, String * * file, int32_t * line, int32_t * column, MethodInfo * method)); DO_APP_FUNC(0x01B62B20, void, StackFrame__ctor, (StackFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x01B62B70, void, StackFrame__ctor_1, (StackFrame * __this, int32_t skipFrames, MethodInfo * method)); DO_APP_FUNC(0x01B62BC0, void, StackFrame__ctor_2, (StackFrame * __this, int32_t skipFrames, bool fNeedFileInfo, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, StackFrame_GetFileLineNumber, (StackFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x01365740, int32_t, StackFrame_GetFileColumnNumber, (StackFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, StackFrame_GetFileName, (StackFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x01B62C20, String *, StackFrame_GetSecureFileName, (StackFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, StackFrame_GetILOffset, (StackFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, MethodBase *, StackFrame_GetMethod, (StackFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, StackFrame_GetNativeOffset, (StackFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, int64_t, StackFrame_GetMethodAddress, (StackFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, uint32_t, StackFrame_GetMethodIndex, (StackFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, String *, StackFrame_GetInternalMethodName, (StackFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x01B62C90, String *, StackFrame_ToString, (StackFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x01B62EC0, void, StackTrace__ctor, (StackTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x01B62ED0, void, StackTrace__ctor_1, (StackTrace * __this, bool fNeedFileInfo, MethodInfo * method)); DO_APP_FUNC(0x01B62EE0, void, StackTrace__ctor_2, (StackTrace * __this, int32_t skipFrames, bool fNeedFileInfo, MethodInfo * method)); DO_APP_FUNC(0x01B62EF0, void, StackTrace_init_frames, (StackTrace * __this, int32_t skipFrames, bool fNeedFileInfo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5D08, StackTrace_init_frames__MethodInfo); DO_APP_FUNC(0x01B63170, StackFrame__Array *, StackTrace_get_trace, (Exception * e, int32_t skipFrames, bool fNeedFileInfo, MethodInfo * method)); DO_APP_FUNC(0x01B63180, void, StackTrace__ctor_3, (StackTrace * __this, Exception * e, bool fNeedFileInfo, MethodInfo * method)); DO_APP_FUNC(0x01B631A0, void, StackTrace__ctor_4, (StackTrace * __this, Exception * e, int32_t skipFrames, bool fNeedFileInfo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5D00, StackTrace__ctor_4__MethodInfo); DO_APP_FUNC(0x01B63340, int32_t, StackTrace_get_FrameCount, (StackTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x01B63360, StackFrame *, StackTrace_GetFrame, (StackTrace * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01B633D0, StackFrame__Array *, StackTrace_GetFrames, (StackTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x01B63590, String *, StackTrace_GetAotId, (MethodInfo * method)); DO_APP_FUNC(0x01B63640, bool, StackTrace_AddFrames, (StackTrace * __this, StringBuilder * sb, bool separator, bool * isAsync, MethodInfo * method)); DO_APP_FUNC(0x01B63BD0, void, StackTrace_GetFullNameForStackTrace, (StackTrace * __this, StringBuilder * sb, MethodBase * mi, bool needsNewLine, bool * skipped, bool * isAsync, MethodInfo * method)); DO_APP_FUNC(0x01B642E0, void, StackTrace_ConvertAsyncStateMachineMethod, (MethodBase * * method_1, Type * * declaringType, MethodInfo * method)); DO_APP_FUNC(0x01B64640, String *, StackTrace_ToString, (StackTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x01B647C0, String *, StackTrace_ToString_1, (StackTrace * __this, StackTrace_TraceFormat__Enum traceFormat, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, EventAttribute__ctor, (EventAttribute * __this, int32_t eventId, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, EventAttribute_set_EventId, (EventAttribute * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, EventAttribute_set_Level, (EventAttribute * __this, EventLevel__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00ABB110, void, EventAttribute_set_Keywords, (EventAttribute * __this, EventKeywords__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, EventAttribute_set_Message, (EventAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01B647E0, void, EventSource__ctor, (EventSource * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, EventSource__ctor_1, (EventSource * __this, String * eventSourceName, MethodInfo * method)); DO_APP_FUNC(0x01B64870, void, EventSource__ctor_2, (EventSource * __this, Guid eventSourceGuid, String * eventSourceName, MethodInfo * method)); DO_APP_FUNC(0x0195B920, void, EventSource_Finalize, (EventSource * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, EventSource_set_Name, (EventSource * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, EventSource_IsEnabled, (EventSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, EventSource_IsEnabled_1, (EventSource * __this, EventLevel__Enum level, EventKeywords__Enum keywords, MethodInfo * method)); DO_APP_FUNC(0x01B648D0, void, EventSource_Dispose, (EventSource * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EventSource_Dispose_1, (EventSource * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01B64940, void, EventSource_WriteEvent, (EventSource * __this, int32_t eventId, MethodInfo * method)); DO_APP_FUNC(0x01B64980, void, EventSource_WriteEvent_1, (EventSource * __this, int32_t eventId, int32_t arg1, MethodInfo * method)); DO_APP_FUNC(0x01B64A40, void, EventSource_WriteEvent_2, (EventSource * __this, int32_t eventId, String * arg1, MethodInfo * method)); DO_APP_FUNC(0x01B64AD0, void, EventSource_WriteEvent_3, (EventSource * __this, int32_t eventId, int32_t arg1, int32_t arg2, MethodInfo * method)); DO_APP_FUNC(0x01B64BF0, void, EventSource_WriteEvent_4, (EventSource * __this, int32_t eventId, int32_t arg1, int32_t arg2, int32_t arg3, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EventSource_WriteEvent_5, (EventSource * __this, int32_t eventId, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x01B64D70, void, EventSource_WriteEvent_6, (EventSource * __this, int32_t eventId, String * arg1, String * arg2, String * arg3, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EventSource_WriteEventCore, (EventSource * __this, int32_t eventId, int32_t eventDataCount, EventSource_EventData * data, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, EventSource_EventData_set_DataPointer, (EventSource_EventData * __this, void * value, MethodInfo * method)); DO_APP_FUNC(0x01914EB0, void, EventSource_EventData_set_Size, (EventSource_EventData * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01B64E90, void, EventSource_EventData_set_Reserved, (EventSource_EventData * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, EventSourceAttribute_set_Guid, (EventSourceAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, EventSourceAttribute_set_Name, (EventSourceAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EventSourceAttribute__ctor, (EventSourceAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NonEventAttribute__ctor, (NonEventAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01B64EA0, void, Comparer__ctor, (Comparer * __this, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5C30, Comparer__ctor__MethodInfo); DO_APP_FUNC(0x01B64F70, void, Comparer__ctor_1, (Comparer * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5C18, Comparer__ctor_1__MethodInfo); DO_APP_FUNC(0x01B65160, void, Comparer_GetObjectData, (Comparer * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5C10, Comparer_GetObjectData__MethodInfo); DO_APP_FUNC(0x01B65210, int32_t, Comparer_Compare, (Comparer * __this, Object * a, Object * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5C38, Comparer_Compare__MethodInfo); DO_APP_FUNC(0x01B653D0, void, Comparer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AB78E0, void, DictionaryEntry__ctor, (DictionaryEntry * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, DictionaryEntry_get_Key, (DictionaryEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, Object *, DictionaryEntry_get_Value, (DictionaryEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01B65770, bool, HashHelpers_1_IsPrime, (int32_t candidate, MethodInfo * method)); DO_APP_FUNC(0x01B65820, int32_t, HashHelpers_1_GetPrime, (int32_t min, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5BD0, HashHelpers_1_GetPrime__MethodInfo); DO_APP_FUNC(0x01B65A50, int32_t, HashHelpers_1_ExpandPrime, (int32_t oldSize, MethodInfo * method)); DO_APP_FUNC(0x01B65AD0, ConditionalWeakTable_2_System_Object_System_Runtime_Serialization_SerializationInfo_ *, HashHelpers_1_get_SerializationInfoTable, (MethodInfo * method)); DO_APP_FUNC(0x01B65C20, void, HashHelpers_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ListDictionaryInternal__ctor, (ListDictionaryInternal * __this, MethodInfo * method)); DO_APP_FUNC(0x01B65D00, Object *, ListDictionaryInternal_get_Item, (ListDictionaryInternal * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5BA8, ListDictionaryInternal_get_Item__MethodInfo); DO_APP_FUNC(0x01B65DE0, void, ListDictionaryInternal_set_Item, (ListDictionaryInternal * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5C00, ListDictionaryInternal_set_Item__MethodInfo); DO_APP_FUNC(0x003CB280, int32_t, ListDictionaryInternal_get_Count, (ListDictionaryInternal * __this, MethodInfo * method)); DO_APP_FUNC(0x01B65F60, ICollection *, ListDictionaryInternal_get_Keys, (ListDictionaryInternal * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ListDictionaryInternal_get_IsReadOnly, (ListDictionaryInternal * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ListDictionaryInternal_get_IsFixedSize, (ListDictionaryInternal * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ListDictionaryInternal_get_IsSynchronized, (ListDictionaryInternal * __this, MethodInfo * method)); DO_APP_FUNC(0x01B66010, Object *, ListDictionaryInternal_get_SyncRoot, (ListDictionaryInternal * __this, MethodInfo * method)); DO_APP_FUNC(0x01B660C0, ICollection *, ListDictionaryInternal_get_Values, (ListDictionaryInternal * __this, MethodInfo * method)); DO_APP_FUNC(0x01B66170, void, ListDictionaryInternal_Add, (ListDictionaryInternal * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5BF0, ListDictionaryInternal_Add__MethodInfo); DO_APP_FUNC(0x01B66350, void, ListDictionaryInternal_Clear, (ListDictionaryInternal * __this, MethodInfo * method)); DO_APP_FUNC(0x01B663B0, bool, ListDictionaryInternal_Contains, (ListDictionaryInternal * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5BE0, ListDictionaryInternal_Contains__MethodInfo); DO_APP_FUNC(0x01B66490, void, ListDictionaryInternal_CopyTo, (ListDictionaryInternal * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5B60, ListDictionaryInternal_CopyTo__MethodInfo); DO_APP_FUNC(0x01B667A0, IDictionaryEnumerator *, ListDictionaryInternal_GetEnumerator, (ListDictionaryInternal * __this, MethodInfo * method)); DO_APP_FUNC(0x01B66810, IEnumerator *, ListDictionaryInternal_System_Collections_IEnumerable_GetEnumerator, (ListDictionaryInternal * __this, MethodInfo * method)); DO_APP_FUNC(0x01B66880, void, ListDictionaryInternal_Remove, (ListDictionaryInternal * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5B50, ListDictionaryInternal_Remove__MethodInfo); DO_APP_FUNC(0x01B669A0, void, ListDictionaryInternal_NodeEnumerator__ctor, (ListDictionaryInternal_NodeEnumerator * __this, ListDictionaryInternal * list, MethodInfo * method)); DO_APP_FUNC(0x01B66A80, Object *, ListDictionaryInternal_NodeEnumerator_get_Current, (ListDictionaryInternal_NodeEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01B66B50, DictionaryEntry, ListDictionaryInternal_NodeEnumerator_get_Entry, (ListDictionaryInternal_NodeEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5B48, ListDictionaryInternal_NodeEnumerator_get_Entry__MethodInfo); DO_APP_FUNC(0x01B66BE0, Object *, ListDictionaryInternal_NodeEnumerator_get_Key, (ListDictionaryInternal_NodeEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5B40, ListDictionaryInternal_NodeEnumerator_get_Key__MethodInfo); DO_APP_FUNC(0x01B66C60, Object *, ListDictionaryInternal_NodeEnumerator_get_Value, (ListDictionaryInternal_NodeEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5B38, ListDictionaryInternal_NodeEnumerator_get_Value__MethodInfo); DO_APP_FUNC(0x01B66CE0, bool, ListDictionaryInternal_NodeEnumerator_MoveNext, (ListDictionaryInternal_NodeEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5B30, ListDictionaryInternal_NodeEnumerator_MoveNext__MethodInfo); DO_APP_FUNC(0x01B66E10, void, ListDictionaryInternal_NodeEnumerator_Reset, (ListDictionaryInternal_NodeEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5B28, ListDictionaryInternal_NodeEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003BACC0, void, ListDictionaryInternal_NodeKeyValueCollection__ctor, (ListDictionaryInternal_NodeKeyValueCollection * __this, ListDictionaryInternal * list, bool isKeys, MethodInfo * method)); DO_APP_FUNC(0x01B66EF0, void, ListDictionaryInternal_NodeKeyValueCollection_System_Collections_ICollection_CopyTo, (ListDictionaryInternal_NodeKeyValueCollection * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5B20, ListDictionaryInternal_NodeKeyValueCollection_System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x01B67120, int32_t, ListDictionaryInternal_NodeKeyValueCollection_System_Collections_ICollection_get_Count, (ListDictionaryInternal_NodeKeyValueCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ListDictionaryInternal_NodeKeyValueCollection_System_Collections_ICollection_get_IsSynchronized, (ListDictionaryInternal_NodeKeyValueCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x01B67160, Object *, ListDictionaryInternal_NodeKeyValueCollection_System_Collections_ICollection_get_SyncRoot, (ListDictionaryInternal_NodeKeyValueCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x01B67220, IEnumerator *, ListDictionaryInternal_NodeKeyValueCollection_System_Collections_IEnumerable_GetEnumerator, (ListDictionaryInternal_NodeKeyValueCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x01B67350, void, ListDictionaryInternal_NodeKeyValueCollection_NodeKeyValueEnumerator__ctor, (ListDictionaryInternal_NodeKeyValueCollection_NodeKeyValueEnumerator * __this, ListDictionaryInternal * list, bool isKeys, MethodInfo * method)); DO_APP_FUNC(0x01B67440, Object *, ListDictionaryInternal_NodeKeyValueCollection_NodeKeyValueEnumerator_get_Current, (ListDictionaryInternal_NodeKeyValueCollection_NodeKeyValueEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5B98, ListDictionaryInternal_NodeKeyValueCollection_NodeKeyValueEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x01B674D0, bool, ListDictionaryInternal_NodeKeyValueCollection_NodeKeyValueEnumerator_MoveNext, (ListDictionaryInternal_NodeKeyValueCollection_NodeKeyValueEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5B90, ListDictionaryInternal_NodeKeyValueCollection_NodeKeyValueEnumerator_MoveNext__MethodInfo); DO_APP_FUNC(0x01B67600, void, ListDictionaryInternal_NodeKeyValueCollection_NodeKeyValueEnumerator_Reset, (ListDictionaryInternal_NodeKeyValueCollection_NodeKeyValueEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5B88, ListDictionaryInternal_NodeKeyValueCollection_NodeKeyValueEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003AC050, void, ListDictionaryInternal_DictionaryNode__ctor, (ListDictionaryInternal_DictionaryNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, CompatibleComparer__ctor, (CompatibleComparer * __this, IHashCodeProvider * hashCodeProvider, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IHashCodeProvider *, CompatibleComparer_get_HashCodeProvider, (CompatibleComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IComparer *, CompatibleComparer_get_Comparer, (CompatibleComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x01B676E0, bool, CompatibleComparer_Equals, (CompatibleComparer * __this, Object * a, Object * b, MethodInfo * method)); DO_APP_FUNC(0x01B67810, int32_t, CompatibleComparer_Compare, (CompatibleComparer * __this, Object * a, Object * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5B80, CompatibleComparer_Compare__MethodInfo); DO_APP_FUNC(0x01B67980, int32_t, CompatibleComparer_GetHashCode, (CompatibleComparer * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5B70, CompatibleComparer_GetHashCode__MethodInfo); DO_APP_FUNC(0x01B67A50, void, CaseInsensitiveComparer__ctor, (CaseInsensitiveComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x01B67B60, void, CaseInsensitiveComparer__ctor_1, (CaseInsensitiveComparer * __this, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5B68, CaseInsensitiveComparer__ctor_1__MethodInfo); DO_APP_FUNC(0x01B67C30, CaseInsensitiveComparer *, CaseInsensitiveComparer_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x01B67DB0, int32_t, CaseInsensitiveComparer_Compare, (CaseInsensitiveComparer * __this, Object * a, Object * b, MethodInfo * method)); DO_APP_FUNC(0x01B67EC0, void, CaseInsensitiveHashCodeProvider__ctor, (CaseInsensitiveHashCodeProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x01B67FD0, void, CaseInsensitiveHashCodeProvider__ctor_1, (CaseInsensitiveHashCodeProvider * __this, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5AC0, CaseInsensitiveHashCodeProvider__ctor_1__MethodInfo); DO_APP_FUNC(0x01B680A0, CaseInsensitiveHashCodeProvider *, CaseInsensitiveHashCodeProvider_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x01B681E0, int32_t, CaseInsensitiveHashCodeProvider_GetHashCode, (CaseInsensitiveHashCodeProvider * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5AB0, CaseInsensitiveHashCodeProvider_GetHashCode__MethodInfo); DO_APP_FUNC(0x01B682E0, void, CollectionBase__ctor, (CollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, ArrayList *, CollectionBase_get_InnerList, (CollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, IList *, CollectionBase_get_List, (CollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01B68390, int32_t, CollectionBase_get_Count, (CollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01B683C0, void, CollectionBase_Clear, (CollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01B68420, void, CollectionBase_RemoveAt, (CollectionBase * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5AA8, CollectionBase_RemoveAt__MethodInfo); DO_APP_FUNC(0x01B685C0, bool, CollectionBase_System_Collections_IList_get_IsReadOnly, (CollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01B685F0, bool, CollectionBase_System_Collections_IList_get_IsFixedSize, (CollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6C550, bool, CollectionBase_System_Collections_ICollection_get_IsSynchronized, (CollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01B68620, Object *, CollectionBase_System_Collections_ICollection_get_SyncRoot, (CollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01B68650, void, CollectionBase_System_Collections_ICollection_CopyTo, (CollectionBase * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01B68680, Object *, CollectionBase_System_Collections_IList_get_Item, (CollectionBase * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5B18, CollectionBase_System_Collections_IList_get_Item__MethodInfo); DO_APP_FUNC(0x01B68750, void, CollectionBase_System_Collections_IList_set_Item, (CollectionBase * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5B10, CollectionBase_System_Collections_IList_set_Item__MethodInfo); DO_APP_FUNC(0x01B68920, bool, CollectionBase_System_Collections_IList_Contains, (CollectionBase * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B68950, int32_t, CollectionBase_System_Collections_IList_Add, (CollectionBase * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B68A60, void, CollectionBase_System_Collections_IList_Remove, (CollectionBase * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5B00, CollectionBase_System_Collections_IList_Remove__MethodInfo); DO_APP_FUNC(0x01B68BC0, int32_t, CollectionBase_System_Collections_IList_IndexOf, (CollectionBase * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B68BF0, void, CollectionBase_System_Collections_IList_Insert, (CollectionBase * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5AF8, CollectionBase_System_Collections_IList_Insert__MethodInfo); DO_APP_FUNC(0x019429C0, IEnumerator *, CollectionBase_GetEnumerator, (CollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CollectionBase_OnSet, (CollectionBase * __this, int32_t index, Object * oldValue, Object * newValue, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CollectionBase_OnInsert, (CollectionBase * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CollectionBase_OnClear, (CollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CollectionBase_OnRemove, (CollectionBase * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B68D70, void, CollectionBase_OnValidate, (CollectionBase * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5AF0, CollectionBase_OnValidate__MethodInfo); DO_APP_FUNC(0x003AC050, void, CollectionBase_OnSetComplete, (CollectionBase * __this, int32_t index, Object * oldValue, Object * newValue, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CollectionBase_OnInsertComplete, (CollectionBase * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CollectionBase_OnClearComplete, (CollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CollectionBase_OnRemoveComplete, (CollectionBase * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B68DE0, Hashtable *, DictionaryBase_get_InnerHashtable, (DictionaryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01B68EA0, int32_t, DictionaryBase_get_Count, (DictionaryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01B68ED0, bool, DictionaryBase_System_Collections_IDictionary_get_IsReadOnly, (DictionaryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01B68F10, bool, DictionaryBase_System_Collections_IDictionary_get_IsFixedSize, (DictionaryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01B68F50, bool, DictionaryBase_System_Collections_ICollection_get_IsSynchronized, (DictionaryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01B68F90, ICollection *, DictionaryBase_System_Collections_IDictionary_get_Keys, (DictionaryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01B68FD0, Object *, DictionaryBase_System_Collections_ICollection_get_SyncRoot, (DictionaryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01B69010, ICollection *, DictionaryBase_System_Collections_IDictionary_get_Values, (DictionaryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01B69050, void, DictionaryBase_CopyTo, (DictionaryBase * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01B690A0, Object *, DictionaryBase_System_Collections_IDictionary_get_Item, (DictionaryBase * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01B69120, void, DictionaryBase_System_Collections_IDictionary_set_Item, (DictionaryBase * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B692D0, bool, DictionaryBase_System_Collections_IDictionary_Contains, (DictionaryBase * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01B69310, void, DictionaryBase_System_Collections_IDictionary_Add, (DictionaryBase * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B69410, void, DictionaryBase_Clear, (DictionaryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01B69470, void, DictionaryBase_System_Collections_IDictionary_Remove, (DictionaryBase * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01B695D0, IDictionaryEnumerator *, DictionaryBase_GetEnumerator, (DictionaryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01B695D0, IEnumerator *, DictionaryBase_System_Collections_IEnumerable_GetEnumerator, (DictionaryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00446C30, Object *, DictionaryBase_OnGet, (DictionaryBase * __this, Object * key, Object * currentValue, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DictionaryBase_OnSet, (DictionaryBase * __this, Object * key, Object * oldValue, Object * newValue, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DictionaryBase_OnInsert, (DictionaryBase * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DictionaryBase_OnClear, (DictionaryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DictionaryBase_OnRemove, (DictionaryBase * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DictionaryBase_OnValidate, (DictionaryBase * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DictionaryBase_OnSetComplete, (DictionaryBase * __this, Object * key, Object * oldValue, Object * newValue, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DictionaryBase_OnInsertComplete, (DictionaryBase * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DictionaryBase_OnClearComplete, (DictionaryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DictionaryBase_OnRemoveComplete, (DictionaryBase * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DictionaryBase__ctor, (DictionaryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01B69610, void, Queue__ctor, (Queue * __this, MethodInfo * method)); DO_APP_FUNC(0x01B69630, void, Queue__ctor_1, (Queue * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01B69640, void, Queue__ctor_2, (Queue * __this, int32_t capacity, float growFactor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5AE8, Queue__ctor_2__MethodInfo); DO_APP_FUNC(0x01B69800, void, Queue__ctor_3, (Queue * __this, ICollection * col, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5A80, Queue__ctor_3__MethodInfo); DO_APP_FUNC(0x003CA7C0, int32_t, Queue_get_Count, (Queue * __this, MethodInfo * method)); DO_APP_FUNC(0x01B69A50, Object *, Queue_Clone, (Queue * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Queue_get_IsSynchronized, (Queue * __this, MethodInfo * method)); DO_APP_FUNC(0x01B69B60, Object *, Queue_get_SyncRoot, (Queue * __this, MethodInfo * method)); DO_APP_FUNC(0x01B69C10, void, Queue_CopyTo, (Queue * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5A78, Queue_CopyTo__MethodInfo); DO_APP_FUNC(0x01B69E80, void, Queue_Enqueue, (Queue * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01B6A090, IEnumerator *, Queue_GetEnumerator, (Queue * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6A1D0, Object *, Queue_Dequeue, (Queue * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5A68, Queue_Dequeue__MethodInfo); DO_APP_FUNC(0x01B6A2B0, Object *, Queue_Peek, (Queue * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5A60, Queue_Peek__MethodInfo); DO_APP_FUNC(0x01B6A350, Object *, Queue_GetElement, (Queue * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x01B6A390, void, Queue_SetCapacity, (Queue * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01B6A4D0, void, Queue_QueueEnumerator__ctor, (Queue_QueueEnumerator * __this, Queue * q, MethodInfo * method)); DO_APP_FUNC(0x01AF5290, Object *, Queue_QueueEnumerator_Clone, (Queue_QueueEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6A5C0, bool, Queue_QueueEnumerator_MoveNext, (Queue_QueueEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5A58, Queue_QueueEnumerator_MoveNext__MethodInfo); DO_APP_FUNC(0x01B6A760, Object *, Queue_QueueEnumerator_get_Current, (Queue_QueueEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5A50, Queue_QueueEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x01B6A830, void, Queue_QueueEnumerator_Reset, (Queue_QueueEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5A48, Queue_QueueEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01B6A920, ArrayList *, ReadOnlyCollectionBase_get_InnerList, (ReadOnlyCollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6A9E0, int32_t, ReadOnlyCollectionBase_get_Count, (ReadOnlyCollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6AA20, bool, ReadOnlyCollectionBase_System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6AA60, Object *, ReadOnlyCollectionBase_System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6AAA0, void, ReadOnlyCollectionBase_System_Collections_ICollection_CopyTo, (ReadOnlyCollectionBase * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01B6AAF0, IEnumerator *, ReadOnlyCollectionBase_GetEnumerator, (ReadOnlyCollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReadOnlyCollectionBase__ctor, (ReadOnlyCollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6AB30, void, SortedList__ctor, (SortedList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6AB40, void, SortedList_Init, (SortedList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6AE20, void, SortedList__ctor_1, (SortedList * __this, int32_t initialCapacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5A98, SortedList__ctor_1__MethodInfo); DO_APP_FUNC(0x01B6B170, void, SortedList__ctor_2, (SortedList * __this, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x01B6B1E0, void, SortedList_Add, (SortedList * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5A90, SortedList_Add__MethodInfo); DO_APP_FUNC(0x01B6B330, void, SortedList_set_Capacity, (SortedList * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5A88, SortedList_set_Capacity__MethodInfo); DO_APP_FUNC(0x003CA7C0, int32_t, SortedList_get_Count, (SortedList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6B4F0, ICollection *, SortedList_get_Keys, (SortedList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6B510, ICollection *, SortedList_get_Values, (SortedList * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SortedList_get_IsReadOnly, (SortedList * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SortedList_get_IsFixedSize, (SortedList * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SortedList_get_IsSynchronized, (SortedList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6B530, Object *, SortedList_get_SyncRoot, (SortedList * __this, MethodInfo * method)); DO_APP_FUNC(0x010CBDD0, void, SortedList_Clear, (SortedList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6B5E0, Object *, SortedList_Clone, (SortedList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6B6F0, bool, SortedList_Contains, (SortedList * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01B6B6F0, bool, SortedList_ContainsKey, (SortedList * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01B6B720, bool, SortedList_ContainsValue, (SortedList * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B6B750, void, SortedList_CopyTo, (SortedList * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC59E8, SortedList_CopyTo__MethodInfo); DO_APP_FUNC(0x01B6BAE0, void, SortedList_EnsureCapacity, (SortedList * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01B6BB30, Object *, SortedList_GetByIndex, (SortedList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC59E0, SortedList_GetByIndex__MethodInfo); DO_APP_FUNC(0x01B6BBF0, IEnumerator *, SortedList_System_Collections_IEnumerable_GetEnumerator, (SortedList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6BCB0, IDictionaryEnumerator *, SortedList_GetEnumerator, (SortedList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6BD70, Object *, SortedList_GetKey, (SortedList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC59D0, SortedList_GetKey__MethodInfo); DO_APP_FUNC(0x01B6BE30, IList *, SortedList_GetKeyList, (SortedList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6BF40, IList *, SortedList_GetValueList, (SortedList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6C050, Object *, SortedList_get_Item, (SortedList * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01B6C0A0, void, SortedList_set_Item, (SortedList * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5A38, SortedList_set_Item__MethodInfo); DO_APP_FUNC(0x01B6C1E0, int32_t, SortedList_IndexOfKey, (SortedList * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5A30, SortedList_IndexOfKey__MethodInfo); DO_APP_FUNC(0x01B6C2A0, int32_t, SortedList_IndexOfValue, (SortedList * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B6C300, void, SortedList_Insert, (SortedList * __this, int32_t index, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B6C470, void, SortedList_RemoveAt, (SortedList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5A28, SortedList_RemoveAt__MethodInfo); DO_APP_FUNC(0x01B6C5A0, void, SortedList_Remove, (SortedList * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01B6C5F0, SortedList *, SortedList_Synchronized, (SortedList * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5A18, SortedList_Synchronized__MethodInfo); DO_APP_FUNC(0x01B6C780, void, SortedList_SyncSortedList__ctor, (SortedList_SyncSortedList * __this, SortedList * list, MethodInfo * method)); DO_APP_FUNC(0x01B6C880, int32_t, SortedList_SyncSortedList_get_Count, (SortedList_SyncSortedList * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, Object *, SortedList_SyncSortedList_get_SyncRoot, (SortedList_SyncSortedList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6C9F0, bool, SortedList_SyncSortedList_get_IsReadOnly, (SortedList_SyncSortedList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6CA20, bool, SortedList_SyncSortedList_get_IsFixedSize, (SortedList_SyncSortedList * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, SortedList_SyncSortedList_get_IsSynchronized, (SortedList_SyncSortedList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6CA50, Object *, SortedList_SyncSortedList_get_Item, (SortedList_SyncSortedList * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01B6CBD0, void, SortedList_SyncSortedList_set_Item, (SortedList_SyncSortedList * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B6CD50, void, SortedList_SyncSortedList_Add, (SortedList_SyncSortedList * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B6CED0, void, SortedList_SyncSortedList_Clear, (SortedList_SyncSortedList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6D030, Object *, SortedList_SyncSortedList_Clone, (SortedList_SyncSortedList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6D1A0, bool, SortedList_SyncSortedList_Contains, (SortedList_SyncSortedList * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01B6D330, bool, SortedList_SyncSortedList_ContainsKey, (SortedList_SyncSortedList * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01B6D4C0, bool, SortedList_SyncSortedList_ContainsValue, (SortedList_SyncSortedList * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01B6D650, void, SortedList_SyncSortedList_CopyTo, (SortedList_SyncSortedList * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01B6D7D0, Object *, SortedList_SyncSortedList_GetByIndex, (SortedList_SyncSortedList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01B6D950, IDictionaryEnumerator *, SortedList_SyncSortedList_GetEnumerator, (SortedList_SyncSortedList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6DAC0, Object *, SortedList_SyncSortedList_GetKey, (SortedList_SyncSortedList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01B6DC40, IList *, SortedList_SyncSortedList_GetKeyList, (SortedList_SyncSortedList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6DDB0, IList *, SortedList_SyncSortedList_GetValueList, (SortedList_SyncSortedList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6DF20, int32_t, SortedList_SyncSortedList_IndexOfKey, (SortedList_SyncSortedList * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5A10, SortedList_SyncSortedList_IndexOfKey__MethodInfo); DO_APP_FUNC(0x01B6E110, int32_t, SortedList_SyncSortedList_IndexOfValue, (SortedList_SyncSortedList * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B6E290, void, SortedList_SyncSortedList_RemoveAt, (SortedList_SyncSortedList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01B6E400, void, SortedList_SyncSortedList_Remove, (SortedList_SyncSortedList * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01B6E570, void, SortedList_SortedListEnumerator__ctor, (SortedList_SortedListEnumerator * __this, SortedList * sortedList, int32_t index, int32_t count, int32_t getObjRetType, MethodInfo * method)); DO_APP_FUNC(0x01AF5290, Object *, SortedList_SortedListEnumerator_Clone, (SortedList_SortedListEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6E600, Object *, SortedList_SortedListEnumerator_get_Key, (SortedList_SortedListEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5A08, SortedList_SortedListEnumerator_get_Key__MethodInfo); DO_APP_FUNC(0x01B6E6E0, bool, SortedList_SortedListEnumerator_MoveNext, (SortedList_SortedListEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5A00, SortedList_SortedListEnumerator_MoveNext__MethodInfo); DO_APP_FUNC(0x01B6E930, DictionaryEntry, SortedList_SortedListEnumerator_get_Entry, (SortedList_SortedListEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC59F8, SortedList_SortedListEnumerator_get_Entry__MethodInfo); DO_APP_FUNC(0x01B6EA20, Object *, SortedList_SortedListEnumerator_get_Current, (SortedList_SortedListEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5990, SortedList_SortedListEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x01B6EB00, Object *, SortedList_SortedListEnumerator_get_Value, (SortedList_SortedListEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5988, SortedList_SortedListEnumerator_get_Value__MethodInfo); DO_APP_FUNC(0x01B6EBE0, void, SortedList_SortedListEnumerator_Reset, (SortedList_SortedListEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5980, SortedList_SortedListEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003BABE0, void, SortedList_KeyList__ctor, (SortedList_KeyList * __this, SortedList * sortedList, MethodInfo * method)); DO_APP_FUNC(0x011974C0, int32_t, SortedList_KeyList_get_Count, (SortedList_KeyList * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, SortedList_KeyList_get_IsReadOnly, (SortedList_KeyList * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, SortedList_KeyList_get_IsFixedSize, (SortedList_KeyList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6ED20, bool, SortedList_KeyList_get_IsSynchronized, (SortedList_KeyList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6ED50, Object *, SortedList_KeyList_get_SyncRoot, (SortedList_KeyList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6ED80, int32_t, SortedList_KeyList_Add, (SortedList_KeyList * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5978, SortedList_KeyList_Add__MethodInfo); DO_APP_FUNC(0x01B6EDE0, void, SortedList_KeyList_Clear, (SortedList_KeyList * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5970, SortedList_KeyList_Clear__MethodInfo); DO_APP_FUNC(0x01B6EE40, bool, SortedList_KeyList_Contains, (SortedList_KeyList * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01B6EE70, void, SortedList_KeyList_CopyTo, (SortedList_KeyList * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5968, SortedList_KeyList_CopyTo__MethodInfo); DO_APP_FUNC(0x01B6EF50, void, SortedList_KeyList_Insert, (SortedList_KeyList * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5960, SortedList_KeyList_Insert__MethodInfo); DO_APP_FUNC(0x01B68BC0, Object *, SortedList_KeyList_get_Item, (SortedList_KeyList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01B6EFB0, void, SortedList_KeyList_set_Item, (SortedList_KeyList * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5958, SortedList_KeyList_set_Item__MethodInfo); DO_APP_FUNC(0x01B6F010, IEnumerator *, SortedList_KeyList_GetEnumerator, (SortedList_KeyList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6F100, int32_t, SortedList_KeyList_IndexOf, (SortedList_KeyList * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5950, SortedList_KeyList_IndexOf__MethodInfo); DO_APP_FUNC(0x01B6F200, void, SortedList_KeyList_Remove, (SortedList_KeyList * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5948, SortedList_KeyList_Remove__MethodInfo); DO_APP_FUNC(0x01B6F260, void, SortedList_KeyList_RemoveAt, (SortedList_KeyList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5940, SortedList_KeyList_RemoveAt__MethodInfo); DO_APP_FUNC(0x003BABE0, void, SortedList_ValueList__ctor, (SortedList_ValueList * __this, SortedList * sortedList, MethodInfo * method)); DO_APP_FUNC(0x011974C0, int32_t, SortedList_ValueList_get_Count, (SortedList_ValueList * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, SortedList_ValueList_get_IsReadOnly, (SortedList_ValueList * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, SortedList_ValueList_get_IsFixedSize, (SortedList_ValueList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6ED20, bool, SortedList_ValueList_get_IsSynchronized, (SortedList_ValueList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6ED50, Object *, SortedList_ValueList_get_SyncRoot, (SortedList_ValueList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6F2C0, int32_t, SortedList_ValueList_Add, (SortedList_ValueList * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5938, SortedList_ValueList_Add__MethodInfo); DO_APP_FUNC(0x01B6F320, void, SortedList_ValueList_Clear, (SortedList_ValueList * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5930, SortedList_ValueList_Clear__MethodInfo); DO_APP_FUNC(0x01B6F380, bool, SortedList_ValueList_Contains, (SortedList_ValueList * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B6F3B0, void, SortedList_ValueList_CopyTo, (SortedList_ValueList * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC59C0, SortedList_ValueList_CopyTo__MethodInfo); DO_APP_FUNC(0x01B6F490, void, SortedList_ValueList_Insert, (SortedList_ValueList * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC59B8, SortedList_ValueList_Insert__MethodInfo); DO_APP_FUNC(0x01B6F4F0, Object *, SortedList_ValueList_get_Item, (SortedList_ValueList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01B6F520, void, SortedList_ValueList_set_Item, (SortedList_ValueList * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC59B0, SortedList_ValueList_set_Item__MethodInfo); DO_APP_FUNC(0x01B6F580, IEnumerator *, SortedList_ValueList_GetEnumerator, (SortedList_ValueList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6F670, int32_t, SortedList_ValueList_IndexOf, (SortedList_ValueList * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B6F700, void, SortedList_ValueList_Remove, (SortedList_ValueList * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC59A8, SortedList_ValueList_Remove__MethodInfo); DO_APP_FUNC(0x01B6F760, void, SortedList_ValueList_RemoveAt, (SortedList_ValueList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC59A0, SortedList_ValueList_RemoveAt__MethodInfo); DO_APP_FUNC(0x01B6F7C0, void, Stack__ctor, (Stack * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6F850, void, Stack__ctor_1, (Stack * __this, int32_t initialCapacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5998, Stack__ctor_1__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, Stack_get_Count, (Stack * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Stack_get_IsSynchronized, (Stack * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6F960, Object *, Stack_get_SyncRoot, (Stack * __this, MethodInfo * method)); DO_APP_FUNC(0x0110C9E0, void, Stack_Clear, (Stack * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6FA10, Object *, Stack_Clone, (Stack * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6FBA0, void, Stack_CopyTo, (Stack * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC58F0, Stack_CopyTo__MethodInfo); DO_APP_FUNC(0x01B6FEE0, IEnumerator *, Stack_GetEnumerator, (Stack * __this, MethodInfo * method)); DO_APP_FUNC(0x01B70000, Object *, Stack_Peek, (Stack * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC58E0, Stack_Peek__MethodInfo); DO_APP_FUNC(0x01B70090, Object *, Stack_Pop, (Stack * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC58D8, Stack_Pop__MethodInfo); DO_APP_FUNC(0x01B70140, void, Stack_Push, (Stack * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01B70290, void, Stack_StackEnumerator__ctor, (Stack_StackEnumerator * __this, Stack * stack, MethodInfo * method)); DO_APP_FUNC(0x01AF5290, Object *, Stack_StackEnumerator_Clone, (Stack_StackEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01B70370, bool, Stack_StackEnumerator_MoveNext, (Stack_StackEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC58D0, Stack_StackEnumerator_MoveNext__MethodInfo); DO_APP_FUNC(0x01B704D0, Object *, Stack_StackEnumerator_get_Current, (Stack_StackEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC58C8, Stack_StackEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x01B70590, void, Stack_StackEnumerator_Reset, (Stack_StackEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC58C0, Stack_StackEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01B70670, void, BitArray__ctor, (BitArray * __this, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01B70680, void, BitArray__ctor_1, (BitArray * __this, int32_t length, bool defaultValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5928, BitArray__ctor_1__MethodInfo); DO_APP_FUNC(0x01B70840, void, BitArray__ctor_2, (BitArray * __this, BitArray * bits, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5918, BitArray__ctor_2__MethodInfo); DO_APP_FUNC(0x01B70980, bool, BitArray_get_Item, (BitArray * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01B70990, void, BitArray_set_Item, (BitArray * __this, int32_t index, bool value, MethodInfo * method)); DO_APP_FUNC(0x01B70AC0, bool, BitArray_Get, (BitArray * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5910, BitArray_Get__MethodInfo); DO_APP_FUNC(0x01B70BC0, void, BitArray_Set, (BitArray * __this, int32_t index, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5908, BitArray_Set__MethodInfo); DO_APP_FUNC(0x01B70CF0, void, BitArray_SetAll, (BitArray * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, BitArray_get_Length, (BitArray * __this, MethodInfo * method)); DO_APP_FUNC(0x01B70D60, void, BitArray_CopyTo, (BitArray * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5900, BitArray_CopyTo__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, BitArray_get_Count, (BitArray * __this, MethodInfo * method)); DO_APP_FUNC(0x01B71380, Object *, BitArray_get_SyncRoot, (BitArray * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, BitArray_get_IsSynchronized, (BitArray * __this, MethodInfo * method)); DO_APP_FUNC(0x01B71430, Object *, BitArray_Clone, (BitArray * __this, MethodInfo * method)); DO_APP_FUNC(0x01B715B0, IEnumerator *, BitArray_GetEnumerator, (BitArray * __this, MethodInfo * method)); DO_APP_FUNC(0x01B71670, int32_t, BitArray_GetArrayLength, (int32_t n, int32_t div, MethodInfo * method)); DO_APP_FUNC(0x01B71690, void, BitArray_BitArrayEnumeratorSimple__ctor, (BitArray_BitArrayEnumeratorSimple * __this, BitArray * bitarray, MethodInfo * method)); DO_APP_FUNC(0x01AF5290, Object *, BitArray_BitArrayEnumeratorSimple_Clone, (BitArray_BitArrayEnumeratorSimple * __this, MethodInfo * method)); DO_APP_FUNC(0x01B71710, bool, BitArray_BitArrayEnumeratorSimple_MoveNext, (BitArray_BitArrayEnumeratorSimple * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5870, BitArray_BitArrayEnumeratorSimple_MoveNext__MethodInfo); DO_APP_FUNC(0x01B71830, Object *, BitArray_BitArrayEnumeratorSimple_get_Current, (BitArray_BitArrayEnumeratorSimple * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5868, BitArray_BitArrayEnumeratorSimple_get_Current__MethodInfo); DO_APP_FUNC(0x01B71970, void, BitArray_BitArrayEnumeratorSimple_Reset, (BitArray_BitArrayEnumeratorSimple * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5860, BitArray_BitArrayEnumeratorSimple_Reset__MethodInfo); DO_APP_FUNC(0x01B71A00, void, ArrayList__ctor, (ArrayList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B71A90, void, ArrayList__ctor_1, (ArrayList * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5858, ArrayList__ctor_1__MethodInfo); DO_APP_FUNC(0x01B71C50, void, ArrayList__ctor_2, (ArrayList * __this, ICollection * c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC58B0, ArrayList__ctor_2__MethodInfo); DO_APP_FUNC(0x01B71E20, void, ArrayList_set_Capacity, (ArrayList * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC58A8, ArrayList_set_Capacity__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, ArrayList_get_Count, (ArrayList * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ArrayList_get_IsFixedSize, (ArrayList * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ArrayList_get_IsReadOnly, (ArrayList * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ArrayList_get_IsSynchronized, (ArrayList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B71F40, Object *, ArrayList_get_SyncRoot, (ArrayList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B71FF0, Object *, ArrayList_get_Item, (ArrayList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC58A0, ArrayList_get_Item__MethodInfo); DO_APP_FUNC(0x01B720B0, void, ArrayList_set_Item, (ArrayList * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5898, ArrayList_set_Item__MethodInfo); DO_APP_FUNC(0x01B721A0, ArrayList *, ArrayList_Adapter, (IList * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5888, ArrayList_Adapter__MethodInfo); DO_APP_FUNC(0x01B72260, int32_t, ArrayList_Add, (ArrayList * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B72340, void, ArrayList_AddRange, (ArrayList * __this, ICollection * c, MethodInfo * method)); DO_APP_FUNC(0x01033240, void, ArrayList_Clear, (ArrayList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B72360, Object *, ArrayList_Clone, (ArrayList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B72400, bool, ArrayList_Contains, (ArrayList * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01B724F0, void, ArrayList_CopyTo, (ArrayList * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x01B72510, void, ArrayList_CopyTo_1, (ArrayList * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5828, ArrayList_CopyTo_1__MethodInfo); DO_APP_FUNC(0x01B725D0, void, ArrayList_CopyTo_2, (ArrayList * __this, int32_t index, Array * array, int32_t arrayIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5820, ArrayList_CopyTo_2__MethodInfo); DO_APP_FUNC(0x01B726D0, void, ArrayList_EnsureCapacity, (ArrayList * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01B72730, IEnumerator *, ArrayList_GetEnumerator, (ArrayList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B72920, int32_t, ArrayList_IndexOf, (ArrayList * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B72950, void, ArrayList_Insert, (ArrayList * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5808, ArrayList_Insert__MethodInfo); DO_APP_FUNC(0x01B72AA0, void, ArrayList_InsertRange, (ArrayList * __this, int32_t index, ICollection * c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5800, ArrayList_InsertRange__MethodInfo); DO_APP_FUNC(0x01B72C90, ArrayList *, ArrayList_ReadOnly, (ArrayList * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC57F0, ArrayList_ReadOnly__MethodInfo); DO_APP_FUNC(0x01B72D50, void, ArrayList_Remove, (ArrayList * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01B72DA0, void, ArrayList_RemoveAt, (ArrayList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5850, ArrayList_RemoveAt__MethodInfo); DO_APP_FUNC(0x01B72E80, void, ArrayList_RemoveRange, (ArrayList * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5848, ArrayList_RemoveRange__MethodInfo); DO_APP_FUNC(0x01B730A0, void, ArrayList_Sort, (ArrayList * __this, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x01B730F0, void, ArrayList_Sort_1, (ArrayList * __this, int32_t index, int32_t count, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5840, ArrayList_Sort_1__MethodInfo); DO_APP_FUNC(0x01B73260, Object__Array *, ArrayList_ToArray, (ArrayList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B73300, Array *, ArrayList_ToArray_1, (ArrayList * __this, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5838, ArrayList_ToArray_1__MethodInfo); DO_APP_FUNC(0x01B733E0, void, ArrayList_IListWrapper__ctor, (ArrayList_IListWrapper * __this, IList * list, MethodInfo * method)); DO_APP_FUNC(0x01B73460, void, ArrayList_IListWrapper_set_Capacity, (ArrayList_IListWrapper * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5830, ArrayList_IListWrapper_set_Capacity__MethodInfo); DO_APP_FUNC(0x01B73500, int32_t, ArrayList_IListWrapper_get_Count, (ArrayList_IListWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x01B73550, bool, ArrayList_IListWrapper_get_IsReadOnly, (ArrayList_IListWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x01B735A0, bool, ArrayList_IListWrapper_get_IsFixedSize, (ArrayList_IListWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x01B735F0, bool, ArrayList_IListWrapper_get_IsSynchronized, (ArrayList_IListWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x01B73640, Object *, ArrayList_IListWrapper_get_Item, (ArrayList_IListWrapper * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01B736A0, void, ArrayList_IListWrapper_set_Item, (ArrayList_IListWrapper * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B73720, Object *, ArrayList_IListWrapper_get_SyncRoot, (ArrayList_IListWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x01B73770, int32_t, ArrayList_IListWrapper_Add, (ArrayList_IListWrapper * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01B737E0, void, ArrayList_IListWrapper_AddRange, (ArrayList_IListWrapper * __this, ICollection * c, MethodInfo * method)); DO_APP_FUNC(0x01B73830, void, ArrayList_IListWrapper_Clear, (ArrayList_IListWrapper * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC57D0, ArrayList_IListWrapper_Clear__MethodInfo); DO_APP_FUNC(0x01B73900, Object *, ArrayList_IListWrapper_Clone, (ArrayList_IListWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x01B73970, bool, ArrayList_IListWrapper_Contains, (ArrayList_IListWrapper * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01B739D0, void, ArrayList_IListWrapper_CopyTo, (ArrayList_IListWrapper * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01B73A40, void, ArrayList_IListWrapper_CopyTo_1, (ArrayList_IListWrapper * __this, int32_t index, Array * array, int32_t arrayIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC57E8, ArrayList_IListWrapper_CopyTo_1__MethodInfo); DO_APP_FUNC(0x01B73DA0, IEnumerator *, ArrayList_IListWrapper_GetEnumerator, (ArrayList_IListWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x01B73DF0, int32_t, ArrayList_IListWrapper_IndexOf, (ArrayList_IListWrapper * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B73E50, void, ArrayList_IListWrapper_Insert, (ArrayList_IListWrapper * __this, int32_t index, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01B73ED0, void, ArrayList_IListWrapper_InsertRange, (ArrayList_IListWrapper * __this, int32_t index, ICollection * c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC57E0, ArrayList_IListWrapper_InsertRange__MethodInfo); DO_APP_FUNC(0x01B72D50, void, ArrayList_IListWrapper_Remove, (ArrayList_IListWrapper * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B74250, void, ArrayList_IListWrapper_RemoveAt, (ArrayList_IListWrapper * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01B742C0, void, ArrayList_IListWrapper_RemoveRange, (ArrayList_IListWrapper * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5778, ArrayList_IListWrapper_RemoveRange__MethodInfo); DO_APP_FUNC(0x01B744D0, void, ArrayList_IListWrapper_Sort, (ArrayList_IListWrapper * __this, int32_t index, int32_t count, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5770, ArrayList_IListWrapper_Sort__MethodInfo); DO_APP_FUNC(0x01B74780, Object__Array *, ArrayList_IListWrapper_ToArray, (ArrayList_IListWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x01B74850, Array *, ArrayList_IListWrapper_ToArray_1, (ArrayList_IListWrapper * __this, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5768, ArrayList_IListWrapper_ToArray_1__MethodInfo); DO_APP_FUNC(0x01B74960, void, ArrayList_ReadOnlyArrayList__ctor, (ArrayList_ReadOnlyArrayList * __this, ArrayList * l, MethodInfo * method)); DO_APP_FUNC(0x01B749D0, int32_t, ArrayList_ReadOnlyArrayList_get_Count, (ArrayList_ReadOnlyArrayList * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ArrayList_ReadOnlyArrayList_get_IsReadOnly, (ArrayList_ReadOnlyArrayList * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ArrayList_ReadOnlyArrayList_get_IsFixedSize, (ArrayList_ReadOnlyArrayList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B74A00, bool, ArrayList_ReadOnlyArrayList_get_IsSynchronized, (ArrayList_ReadOnlyArrayList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B74A30, Object *, ArrayList_ReadOnlyArrayList_get_Item, (ArrayList_ReadOnlyArrayList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01B74A60, void, ArrayList_ReadOnlyArrayList_set_Item, (ArrayList_ReadOnlyArrayList * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5758, ArrayList_ReadOnlyArrayList_set_Item__MethodInfo); DO_APP_FUNC(0x01B74AC0, Object *, ArrayList_ReadOnlyArrayList_get_SyncRoot, (ArrayList_ReadOnlyArrayList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B74AF0, int32_t, ArrayList_ReadOnlyArrayList_Add, (ArrayList_ReadOnlyArrayList * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5750, ArrayList_ReadOnlyArrayList_Add__MethodInfo); DO_APP_FUNC(0x01B74B50, void, ArrayList_ReadOnlyArrayList_AddRange, (ArrayList_ReadOnlyArrayList * __this, ICollection * c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC57C8, ArrayList_ReadOnlyArrayList_AddRange__MethodInfo); DO_APP_FUNC(0x01B74BB0, void, ArrayList_ReadOnlyArrayList_set_Capacity, (ArrayList_ReadOnlyArrayList * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC57C0, ArrayList_ReadOnlyArrayList_set_Capacity__MethodInfo); DO_APP_FUNC(0x01B74C10, void, ArrayList_ReadOnlyArrayList_Clear, (ArrayList_ReadOnlyArrayList * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC57B8, ArrayList_ReadOnlyArrayList_Clear__MethodInfo); DO_APP_FUNC(0x01B74C70, Object *, ArrayList_ReadOnlyArrayList_Clone, (ArrayList_ReadOnlyArrayList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B74DE0, bool, ArrayList_ReadOnlyArrayList_Contains, (ArrayList_ReadOnlyArrayList * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01B74E10, void, ArrayList_ReadOnlyArrayList_CopyTo, (ArrayList_ReadOnlyArrayList * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01B74E40, void, ArrayList_ReadOnlyArrayList_CopyTo_1, (ArrayList_ReadOnlyArrayList * __this, int32_t index, Array * array, int32_t arrayIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01B74E70, IEnumerator *, ArrayList_ReadOnlyArrayList_GetEnumerator, (ArrayList_ReadOnlyArrayList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B74EA0, int32_t, ArrayList_ReadOnlyArrayList_IndexOf, (ArrayList_ReadOnlyArrayList * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B74ED0, void, ArrayList_ReadOnlyArrayList_Insert, (ArrayList_ReadOnlyArrayList * __this, int32_t index, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC57B0, ArrayList_ReadOnlyArrayList_Insert__MethodInfo); DO_APP_FUNC(0x01B74F30, void, ArrayList_ReadOnlyArrayList_InsertRange, (ArrayList_ReadOnlyArrayList * __this, int32_t index, ICollection * c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC57A8, ArrayList_ReadOnlyArrayList_InsertRange__MethodInfo); DO_APP_FUNC(0x01B74F90, void, ArrayList_ReadOnlyArrayList_Remove, (ArrayList_ReadOnlyArrayList * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC57A0, ArrayList_ReadOnlyArrayList_Remove__MethodInfo); DO_APP_FUNC(0x01B74FF0, void, ArrayList_ReadOnlyArrayList_RemoveAt, (ArrayList_ReadOnlyArrayList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5798, ArrayList_ReadOnlyArrayList_RemoveAt__MethodInfo); DO_APP_FUNC(0x01B75050, void, ArrayList_ReadOnlyArrayList_RemoveRange, (ArrayList_ReadOnlyArrayList * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5790, ArrayList_ReadOnlyArrayList_RemoveRange__MethodInfo); DO_APP_FUNC(0x01B750B0, void, ArrayList_ReadOnlyArrayList_Sort, (ArrayList_ReadOnlyArrayList * __this, int32_t index, int32_t count, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5788, ArrayList_ReadOnlyArrayList_Sort__MethodInfo); DO_APP_FUNC(0x01B75110, Object__Array *, ArrayList_ReadOnlyArrayList_ToArray, (ArrayList_ReadOnlyArrayList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B75140, Array *, ArrayList_ReadOnlyArrayList_ToArray_1, (ArrayList_ReadOnlyArrayList * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x01B75170, void, ArrayList_ArrayListEnumeratorSimple__ctor, (ArrayList_ArrayListEnumeratorSimple * __this, ArrayList * list, MethodInfo * method)); DO_APP_FUNC(0x01AF5290, Object *, ArrayList_ArrayListEnumeratorSimple_Clone, (ArrayList_ArrayListEnumeratorSimple * __this, MethodInfo * method)); DO_APP_FUNC(0x01B75320, bool, ArrayList_ArrayListEnumeratorSimple_MoveNext, (ArrayList_ArrayListEnumeratorSimple * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5718, ArrayList_ArrayListEnumeratorSimple_MoveNext__MethodInfo); DO_APP_FUNC(0x01B75520, Object *, ArrayList_ArrayListEnumeratorSimple_get_Current, (ArrayList_ArrayListEnumeratorSimple * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5710, ArrayList_ArrayListEnumeratorSimple_get_Current__MethodInfo); DO_APP_FUNC(0x01B75630, void, ArrayList_ArrayListEnumeratorSimple_Reset, (ArrayList_ArrayListEnumeratorSimple * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5708, ArrayList_ArrayListEnumeratorSimple_Reset__MethodInfo); DO_APP_FUNC(0x01B75750, void, ArrayList_ArrayListEnumeratorSimple__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B75810, ConditionalWeakTable_2_System_Object_System_Runtime_Serialization_SerializationInfo_ *, Hashtable_get_SerializationInfoTable, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Hashtable__ctor, (Hashtable * __this, bool trash, MethodInfo * method)); DO_APP_FUNC(0x01B75880, void, Hashtable__ctor_1, (Hashtable * __this, MethodInfo * method)); DO_APP_FUNC(0x01B758A0, void, Hashtable__ctor_2, (Hashtable * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01B758B0, void, Hashtable__ctor_3, (Hashtable * __this, int32_t capacity, float loadFactor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC56F0, Hashtable__ctor_3__MethodInfo); DO_APP_FUNC(0x01B75B50, void, Hashtable__ctor_4, (Hashtable * __this, int32_t capacity, float loadFactor, IEqualityComparer * equalityComparer, MethodInfo * method)); DO_APP_FUNC(0x01B75BC0, void, Hashtable__ctor_5, (Hashtable * __this, IHashCodeProvider * hcp, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x01B75CB0, void, Hashtable__ctor_6, (Hashtable * __this, IEqualityComparer * equalityComparer, MethodInfo * method)); DO_APP_FUNC(0x01B75D30, void, Hashtable__ctor_7, (Hashtable * __this, int32_t capacity, IEqualityComparer * equalityComparer, MethodInfo * method)); DO_APP_FUNC(0x01B75DB0, void, Hashtable__ctor_8, (Hashtable * __this, IDictionary * d, MethodInfo * method)); DO_APP_FUNC(0x01B75DE0, void, Hashtable__ctor_9, (Hashtable * __this, IDictionary * d, float loadFactor, MethodInfo * method)); DO_APP_FUNC(0x01B75E00, void, Hashtable__ctor_10, (Hashtable * __this, IDictionary * d, IEqualityComparer * equalityComparer, MethodInfo * method)); DO_APP_FUNC(0x01B75E30, void, Hashtable__ctor_11, (Hashtable * __this, int32_t capacity, float loadFactor, IHashCodeProvider * hcp, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x01B75F20, void, Hashtable__ctor_12, (Hashtable * __this, IDictionary * d, float loadFactor, IEqualityComparer * equalityComparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5728, Hashtable__ctor_12__MethodInfo); DO_APP_FUNC(0x01B76230, void, Hashtable__ctor_13, (Hashtable * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01B762A0, uint32_t, Hashtable_InitHash, (Hashtable * __this, Object * key, int32_t hashsize, uint32_t * seed, uint32_t * incr, MethodInfo * method)); DO_APP_FUNC(0x01B762F0, void, Hashtable_Add, (Hashtable * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B76310, void, Hashtable_Clear, (Hashtable * __this, MethodInfo * method)); DO_APP_FUNC(0x01B764F0, Object *, Hashtable_Clone, (Hashtable * __this, MethodInfo * method)); DO_APP_FUNC(0x01B76600, bool, Hashtable_Contains, (Hashtable * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01B76620, bool, Hashtable_ContainsKey, (Hashtable * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5720, Hashtable_ContainsKey__MethodInfo); DO_APP_FUNC(0x01B767C0, bool, Hashtable_ContainsValue, (Hashtable * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B768C0, void, Hashtable_CopyKeys, (Hashtable * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01B76960, void, Hashtable_CopyEntries, (Hashtable * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01B76A60, void, Hashtable_CopyTo, (Hashtable * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC56B0, Hashtable_CopyTo__MethodInfo); DO_APP_FUNC(0x01B76D20, void, Hashtable_CopyValues, (Hashtable * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01B76DC0, Object *, Hashtable_get_Item, (Hashtable * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC56A8, Hashtable_get_Item__MethodInfo); DO_APP_FUNC(0x01B77030, void, Hashtable_set_Item, (Hashtable * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B77050, void, Hashtable_expand, (Hashtable * __this, MethodInfo * method)); DO_APP_FUNC(0x01B770D0, void, Hashtable_rehash, (Hashtable * __this, MethodInfo * method)); DO_APP_FUNC(0x01B77100, void, Hashtable_UpdateVersion, (Hashtable * __this, MethodInfo * method)); DO_APP_FUNC(0x01B77120, void, Hashtable_rehash_1, (Hashtable * __this, int32_t newsize, MethodInfo * method)); DO_APP_FUNC(0x01B772D0, IEnumerator *, Hashtable_System_Collections_IEnumerable_GetEnumerator, (Hashtable * __this, MethodInfo * method)); DO_APP_FUNC(0x01B773A0, IDictionaryEnumerator *, Hashtable_GetEnumerator, (Hashtable * __this, MethodInfo * method)); DO_APP_FUNC(0x01B77470, int32_t, Hashtable_GetHash, (Hashtable * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Hashtable_get_IsReadOnly, (Hashtable * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Hashtable_get_IsFixedSize, (Hashtable * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Hashtable_get_IsSynchronized, (Hashtable * __this, MethodInfo * method)); DO_APP_FUNC(0x01B77500, bool, Hashtable_KeyEquals, (Hashtable * __this, Object * item, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01B775E0, ICollection *, Hashtable_get_Keys, (Hashtable * __this, MethodInfo * method)); DO_APP_FUNC(0x01B776F0, ICollection *, Hashtable_get_Values, (Hashtable * __this, MethodInfo * method)); DO_APP_FUNC(0x01B77800, void, Hashtable_Insert, (Hashtable * __this, Object * key, Object * nvalue, bool add, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC56D8, Hashtable_Insert__MethodInfo); DO_APP_FUNC(0x01B77E70, void, Hashtable_putEntry, (Hashtable * __this, Hashtable_bucket__Array * newBuckets, Object * key, Object * nvalue, int32_t hashcode, MethodInfo * method)); DO_APP_FUNC(0x01B78040, void, Hashtable_Remove, (Hashtable * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC56C8, Hashtable_Remove__MethodInfo); DO_APP_FUNC(0x01B78350, Object *, Hashtable_get_SyncRoot, (Hashtable * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, Hashtable_get_Count, (Hashtable * __this, MethodInfo * method)); DO_APP_FUNC(0x01B78400, Hashtable *, Hashtable_Synchronized, (Hashtable * table, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5668, Hashtable_Synchronized__MethodInfo); DO_APP_FUNC(0x01B78500, void, Hashtable_GetObjectData, (Hashtable * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5628, Hashtable_GetObjectData__MethodInfo); DO_APP_FUNC(0x01B791C0, void, Hashtable_OnDeserialization, (Hashtable * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5620, Hashtable_OnDeserialization__MethodInfo); DO_APP_FUNC(0x003BABE0, void, Hashtable_KeyCollection__ctor, (Hashtable_KeyCollection * __this, Hashtable * hashtable, MethodInfo * method)); DO_APP_FUNC(0x01B79D40, void, Hashtable_KeyCollection_CopyTo, (Hashtable_KeyCollection * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5698, Hashtable_KeyCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x01B79F90, IEnumerator *, Hashtable_KeyCollection_GetEnumerator, (Hashtable_KeyCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7A060, bool, Hashtable_KeyCollection_get_IsSynchronized, (Hashtable_KeyCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7A090, Object *, Hashtable_KeyCollection_get_SyncRoot, (Hashtable_KeyCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, Hashtable_KeyCollection_get_Count, (Hashtable_KeyCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, Hashtable_ValueCollection__ctor, (Hashtable_ValueCollection * __this, Hashtable * hashtable, MethodInfo * method)); DO_APP_FUNC(0x01B7A0C0, void, Hashtable_ValueCollection_CopyTo, (Hashtable_ValueCollection * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5690, Hashtable_ValueCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x01B7A310, IEnumerator *, Hashtable_ValueCollection_GetEnumerator, (Hashtable_ValueCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7A060, bool, Hashtable_ValueCollection_get_IsSynchronized, (Hashtable_ValueCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7A090, Object *, Hashtable_ValueCollection_get_SyncRoot, (Hashtable_ValueCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, Hashtable_ValueCollection_get_Count, (Hashtable_ValueCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, Hashtable_SyncHashtable__ctor, (Hashtable_SyncHashtable * __this, Hashtable * table, MethodInfo * method)); DO_APP_FUNC(0x01B7A3E0, void, Hashtable_SyncHashtable__ctor_1, (Hashtable_SyncHashtable * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5688, Hashtable_SyncHashtable__ctor_1__MethodInfo); DO_APP_FUNC(0x01B7A440, void, Hashtable_SyncHashtable_GetObjectData, (Hashtable_SyncHashtable * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5680, Hashtable_SyncHashtable_GetObjectData__MethodInfo); DO_APP_FUNC(0x01B7A490, int32_t, Hashtable_SyncHashtable_get_Count, (Hashtable_SyncHashtable * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7A4C0, bool, Hashtable_SyncHashtable_get_IsReadOnly, (Hashtable_SyncHashtable * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7A4F0, bool, Hashtable_SyncHashtable_get_IsFixedSize, (Hashtable_SyncHashtable * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Hashtable_SyncHashtable_get_IsSynchronized, (Hashtable_SyncHashtable * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7A520, Object *, Hashtable_SyncHashtable_get_Item, (Hashtable_SyncHashtable * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01B7A550, void, Hashtable_SyncHashtable_set_Item, (Hashtable_SyncHashtable * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B7A6F0, Object *, Hashtable_SyncHashtable_get_SyncRoot, (Hashtable_SyncHashtable * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7A720, void, Hashtable_SyncHashtable_Add, (Hashtable_SyncHashtable * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B7A8C0, void, Hashtable_SyncHashtable_Clear, (Hashtable_SyncHashtable * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7AA40, bool, Hashtable_SyncHashtable_Contains, (Hashtable_SyncHashtable * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01B7AA70, bool, Hashtable_SyncHashtable_ContainsKey, (Hashtable_SyncHashtable * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5678, Hashtable_SyncHashtable_ContainsKey__MethodInfo); DO_APP_FUNC(0x01B7AB20, bool, Hashtable_SyncHashtable_ContainsValue, (Hashtable_SyncHashtable * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01B7ACD0, void, Hashtable_SyncHashtable_CopyTo, (Hashtable_SyncHashtable * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01B7AE70, Object *, Hashtable_SyncHashtable_Clone, (Hashtable_SyncHashtable * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7B080, IEnumerator *, Hashtable_SyncHashtable_System_Collections_IEnumerable_GetEnumerator, (Hashtable_SyncHashtable * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7B080, IDictionaryEnumerator *, Hashtable_SyncHashtable_GetEnumerator, (Hashtable_SyncHashtable * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7B0B0, ICollection *, Hashtable_SyncHashtable_get_Keys, (Hashtable_SyncHashtable * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7B250, ICollection *, Hashtable_SyncHashtable_get_Values, (Hashtable_SyncHashtable * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7B3F0, void, Hashtable_SyncHashtable_Remove, (Hashtable_SyncHashtable * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Hashtable_SyncHashtable_OnDeserialization, (Hashtable_SyncHashtable * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01B7B580, void, Hashtable_HashtableEnumerator__ctor, (Hashtable_HashtableEnumerator * __this, Hashtable * hashtable, int32_t getObjRetType, MethodInfo * method)); DO_APP_FUNC(0x01AF5290, Object *, Hashtable_HashtableEnumerator_Clone, (Hashtable_HashtableEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7B610, Object *, Hashtable_HashtableEnumerator_get_Key, (Hashtable_HashtableEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5670, Hashtable_HashtableEnumerator_get_Key__MethodInfo); DO_APP_FUNC(0x01B7B680, bool, Hashtable_HashtableEnumerator_MoveNext, (Hashtable_HashtableEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5608, Hashtable_HashtableEnumerator_MoveNext__MethodInfo); DO_APP_FUNC(0x01B7B7C0, DictionaryEntry, Hashtable_HashtableEnumerator_get_Entry, (Hashtable_HashtableEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5600, Hashtable_HashtableEnumerator_get_Entry__MethodInfo); DO_APP_FUNC(0x01B7B850, Object *, Hashtable_HashtableEnumerator_get_Current, (Hashtable_HashtableEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC55F8, Hashtable_HashtableEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x01B7B930, Object *, Hashtable_HashtableEnumerator_get_Value, (Hashtable_HashtableEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC55F0, Hashtable_HashtableEnumerator_get_Value__MethodInfo); DO_APP_FUNC(0x01B7B9A0, void, Hashtable_HashtableEnumerator_Reset, (Hashtable_HashtableEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC55E8, Hashtable_HashtableEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01B7BB00, void, CDSCollectionETWBCLProvider__ctor, (CDSCollectionETWBCLProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACD900, void, CDSCollectionETWBCLProvider_ConcurrentDictionary_AcquiringAllLocks, (CDSCollectionETWBCLProvider * __this, int32_t numOfBuckets, MethodInfo * method)); DO_APP_FUNC(0x01B7BB10, void, CDSCollectionETWBCLProvider__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B7BBC0, void, KeyNotFoundException__ctor, (KeyNotFoundException * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7BC10, void, KeyNotFoundException__ctor_1, (KeyNotFoundException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, KeyNotFoundException__ctor_2, (KeyNotFoundException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01B7BC30, String *, KeyValuePair_PairToString, (Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B7BDC0, int32_t, IntrospectiveSortUtilities_FloorLog2PlusOne, (int32_t n, MethodInfo * method)); DO_APP_FUNC(0x01B7BDE0, void, IntrospectiveSortUtilities_ThrowOrIgnoreBadComparer, (Object * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC55D0, IntrospectiveSortUtilities_ThrowOrIgnoreBadComparer__MethodInfo); DO_APP_FUNC(0x01096010, bool, ByteEqualityComparer_Equals, (ByteEqualityComparer * __this, uint8_t x, uint8_t y, MethodInfo * method)); DO_APP_FUNC(0x01248A20, int32_t, ByteEqualityComparer_GetHashCode, (ByteEqualityComparer * __this, uint8_t b, MethodInfo * method)); DO_APP_FUNC(0x01B7BE50, int32_t, ByteEqualityComparer_IndexOf, (ByteEqualityComparer * __this, Byte__Array * array, uint8_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC88C8, ByteEqualityComparer_IndexOf__MethodInfo); DO_APP_FUNC(0x0163BB50, int32_t, ByteEqualityComparer_LastIndexOf, (ByteEqualityComparer * __this, Byte__Array * array, uint8_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01B7C130, bool, ByteEqualityComparer_Equals_1, (ByteEqualityComparer * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01B7C1C0, int32_t, ByteEqualityComparer_GetHashCode_1, (ByteEqualityComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7C220, void, ByteEqualityComparer__ctor, (ByteEqualityComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F3A0, int32_t, InternalStringComparer_GetHashCode, (InternalStringComparer * __this, String * obj, MethodInfo * method)); DO_APP_FUNC(0x01B7C250, bool, InternalStringComparer_Equals, (InternalStringComparer * __this, String * x, String * y, MethodInfo * method)); DO_APP_FUNC(0x01B7C2A0, int32_t, InternalStringComparer_IndexOf, (InternalStringComparer * __this, String__Array * array, String * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01B7C350, void, InternalStringComparer__ctor, (InternalStringComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7C380, void, ArrayPoolEventSource__ctor, (ArrayPoolEventSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7C410, void, ArrayPoolEventSource_BufferRented, (ArrayPoolEventSource * __this, int32_t bufferId, int32_t bufferSize, int32_t poolId, int32_t bucketId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC88D0, ArrayPoolEventSource_BufferRented__MethodInfo); DO_APP_FUNC(0x01B7C4A0, void, ArrayPoolEventSource_BufferAllocated, (ArrayPoolEventSource * __this, int32_t bufferId, int32_t bufferSize, int32_t poolId, int32_t bucketId, ArrayPoolEventSource_BufferAllocatedReason__Enum reason, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8878, ArrayPoolEventSource_BufferAllocated__MethodInfo); DO_APP_FUNC(0x01B7C540, void, ArrayPoolEventSource_BufferReturned, (ArrayPoolEventSource * __this, int32_t bufferId, int32_t bufferSize, int32_t poolId, MethodInfo * method)); DO_APP_FUNC(0x01B7C570, void, ArrayPoolEventSource_BufferTrimmed, (ArrayPoolEventSource * __this, int32_t bufferId, int32_t bufferSize, int32_t poolId, MethodInfo * method)); DO_APP_FUNC(0x01B7C5A0, void, ArrayPoolEventSource_BufferTrimPoll, (ArrayPoolEventSource * __this, int32_t milliseconds, int32_t pressure, MethodInfo * method)); DO_APP_FUNC(0x01B7C6C0, void, ArrayPoolEventSource__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B7C7F0, void, MemoryHandle__ctor, (MemoryHandle * __this, Void * pointer, GCHandle handle, IPinnable * pinnable, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Void *, MemoryHandle_get_Pointer, (MemoryHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7C850, void, MemoryHandle_Dispose, (MemoryHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0115F7C0, int32_t, Utilities_SelectBucketIndex, (int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC(0x01B7C940, int32_t, Utilities_GetMaxSizeForBucket, (int32_t binIndex, MethodInfo * method)); DO_APP_FUNC(0x01B7C950, int16_t, BinaryPrimitives_ReverseEndianness, (int16_t value, MethodInfo * method)); DO_APP_FUNC(0x01B7C960, int32_t, BinaryPrimitives_ReverseEndianness_1, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01B7C970, int64_t, BinaryPrimitives_ReverseEndianness_2, (int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01B7C950, uint16_t, BinaryPrimitives_ReverseEndianness_3, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01B7C960, uint32_t, BinaryPrimitives_ReverseEndianness_4, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01B7C970, uint64_t, BinaryPrimitives_ReverseEndianness_5, (uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01B7C990, int32_t, FormattingHelpers_CountDigits, (uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01B7CA30, int32_t, FormattingHelpers_CountDigits_1, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01B7CA90, int32_t, FormattingHelpers_CountHexDigits, (uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01B7CAF0, String__Array *, DriveInfoInternal_GetLogicalDrives, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8858, DriveInfoInternal_GetLogicalDrives__MethodInfo); DO_APP_FUNC(0x01B7CD40, DisableMediaInsertionPrompt, DisableMediaInsertionPrompt_Create, (MethodInfo * method)); DO_APP_FUNC(0x01B7CDC0, void, DisableMediaInsertionPrompt_Dispose, (DisableMediaInsertionPrompt * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7CE50, void, FileSystem_CopyFile, (String * sourceFullPath, String * destFullPath, bool overwrite, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC88B8, FileSystem_CopyFile__MethodInfo); DO_APP_FUNC(0x01B7D050, void, FileSystem_CreateDirectory, (String * fullPath, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC88B0, FileSystem_CreateDirectory__MethodInfo); DO_APP_FUNC(0x01B7D640, void, FileSystem_DeleteFile, (String * fullPath, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC88A8, FileSystem_DeleteFile__MethodInfo); DO_APP_FUNC(0x01B7D710, bool, FileSystem_DirectoryExists, (String * fullPath, MethodInfo * method)); DO_APP_FUNC(0x01B7D760, bool, FileSystem_DirectoryExists_1, (String * path, int32_t * lastError, MethodInfo * method)); DO_APP_FUNC(0x01B7D7B0, int32_t, FileSystem_FillAttributeInfo, (String * path, Interop_Kernel32_WIN32_FILE_ATTRIBUTE_DATA * data, bool returnErrorOnNotFound, MethodInfo * method)); DO_APP_FUNC(0x01B7DB40, bool, FileSystem_FileExists, (String * fullPath, MethodInfo * method)); DO_APP_FUNC(0x01B7DB90, FileAttributes__Enum, FileSystem_GetAttributes, (String * fullPath, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC88A0, FileSystem_GetAttributes__MethodInfo); DO_APP_FUNC(0x01B7DC00, DateTimeOffset, FileSystem_GetCreationTime, (String * fullPath, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8898, FileSystem_GetCreationTime__MethodInfo); DO_APP_FUNC(0x01B7DC90, DateTimeOffset, FileSystem_GetLastWriteTime, (String * fullPath, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8890, FileSystem_GetLastWriteTime__MethodInfo); DO_APP_FUNC(0x01B7DD20, void, FileSystem_MoveFile, (String * sourceFullPath, String * destFullPath, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8888, FileSystem_MoveFile__MethodInfo); DO_APP_FUNC(0x01B7DEF0, void, FileSystem_SetAttributes, (String * fullPath, FileAttributes__Enum attributes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8838, FileSystem_SetAttributes__MethodInfo); DO_APP_FUNC(0x01B7E000, String__Array *, FileSystem_GetLogicalDrives, (MethodInfo * method)); DO_APP_FUNC(0x01B7E010, bool, FileSystem_UnityCreateDirectory, (String * name, MethodInfo * method)); DO_APP_FUNC(0x01B7E250, bool, FileSystem_UnityGetFileAttributesEx, (String * path, Interop_Kernel32_WIN32_FILE_ATTRIBUTE_DATA * data, MethodInfo * method)); DO_APP_FUNC(0x01B7E4F0, bool, FileSystem_UnitySetFileAttributes, (String * fullPath, FileAttributes__Enum attributes, MethodInfo * method)); DO_APP_FUNC(0x01B7E720, void *, FileSystem_UnityCreateFile_IntPtr, (String * lpFileName, int32_t dwDesiredAccess, FileShare__Enum dwShareMode, FileMode__Enum dwCreationDisposition, int32_t dwFlagsAndAttributes, MethodInfo * method)); DO_APP_FUNC(0x01B7E960, int32_t, FileSystem_UnityCopyFile, (String * sourceFullPath, String * destFullPath, bool failIfExists, MethodInfo * method)); DO_APP_FUNC(0x01B7EAA0, bool, FileSystem_UnityDeleteFile, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01B7ED30, bool, FileSystem_UnityMoveFile, (String * sourceFullPath, String * destFullPath, MethodInfo * method)); DO_APP_FUNC(0x01B7EED0, SafeFindHandle *, FileSystem_UnityFindFirstFile, (String * path, Interop_Kernel32_WIN32_FIND_DATA * findData, MethodInfo * method)); DO_APP_FUNC(0x01B7F270, bool, FileSystem_BrokeredCreateDirectory, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01B7F340, bool, FileSystem_BrokeredGetFileAttributes, (String * path, Interop_Kernel32_WIN32_FILE_ATTRIBUTE_DATA * data, MethodInfo * method)); DO_APP_FUNC(0x01B7F350, bool, FileSystem_BrokeredSetAttributes, (String * path, FileAttributes__Enum attributes, MethodInfo * method)); DO_APP_FUNC(0x01B7F420, void *, FileSystem_BrokeredOpenFile, (String * lpFileName, int32_t dwDesiredAccess, int32_t dwShareMode, int32_t dwCreationDisposition, int32_t dwFlagsAndAttributes, MethodInfo * method)); DO_APP_FUNC(0x01B7F580, void, FileSystem_BrokeredCopyFile, (String * sourcePath, String * destPath, bool overwrite, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x01B7F6B0, bool, FileSystem_BrokeredMoveFile, (String * sourceFullPath, String * destFullPath, MethodInfo * method)); DO_APP_FUNC(0x01B7F270, bool, FileSystem_BrokeredDeleteFile, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01B7F6C0, void *, FileSystem_BrokeredFindFirstFile, (String * searchPath, String * * resultFilePath, uint32_t * attributes, MethodInfo * method)); DO_APP_FUNC(0x01B7F6D0, int32_t, FileSystem_BrokeredSafeFindHandleDispose, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x01B7F6E0, String *, FileSystem_RemoveExtendedPathPrefix, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01B7F760, void, FileSystem_UnitySafeFindHandle__ctor, (FileSystem_UnitySafeFindHandle * __this, void * handle, MethodInfo * method)); DO_APP_FUNC(0x01B7F790, bool, FileSystem_UnitySafeFindHandle_get_IsInvalid, (FileSystem_UnitySafeFindHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7F7E0, void, FileSystem_UnitySafeFindHandle_Dispose, (FileSystem_UnitySafeFindHandle * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01B7F850, void, DirectoryNotFoundException__ctor, (DirectoryNotFoundException * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7F8A0, void, DirectoryNotFoundException__ctor_1, (DirectoryNotFoundException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, DirectoryNotFoundException__ctor_2, (DirectoryNotFoundException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01B7F8C0, void, EndOfStreamException__ctor, (EndOfStreamException * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7F910, void, EndOfStreamException__ctor_1, (EndOfStreamException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, EndOfStreamException__ctor_2, (EndOfStreamException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01B7F930, Exception *, Error_GetStreamIsClosed, (MethodInfo * method)); DO_APP_FUNC(0x01B7F9A0, Exception *, Error_GetEndOfFile, (MethodInfo * method)); DO_APP_FUNC(0x01B7FA20, Exception *, Error_GetReadNotSupported, (MethodInfo * method)); DO_APP_FUNC(0x01B7FAA0, Exception *, Error_GetWriteNotSupported, (MethodInfo * method)); DO_APP_FUNC(0x01B7FB20, void, FileLoadException__ctor, (FileLoadException * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7FB70, void, FileLoadException__ctor_1, (FileLoadException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01B7FB90, String *, FileLoadException_get_Message, (FileLoadException * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90540, String *, FileLoadException_get_FileName, (FileLoadException * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, String *, FileLoadException_get_FusionLog, (FileLoadException * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7FC70, String *, FileLoadException_ToString, (FileLoadException * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7FE80, void, FileLoadException__ctor_2, (FileLoadException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01B80020, void, FileLoadException_GetObjectData, (FileLoadException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01B802C0, String *, FileLoadException_FormatFileLoadExceptionMessage, (String * fileName, int32_t hResult, MethodInfo * method)); DO_APP_FUNC(0x01B80330, void, FileNotFoundException__ctor, (FileNotFoundException * __this, MethodInfo * method)); DO_APP_FUNC(0x01B80380, void, FileNotFoundException__ctor_1, (FileNotFoundException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01B803A0, void, FileNotFoundException__ctor_2, (FileNotFoundException * __this, String * message, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x01B80420, String *, FileNotFoundException_get_Message, (FileNotFoundException * __this, MethodInfo * method)); DO_APP_FUNC(0x01B80540, void, FileNotFoundException_SetMessageField, (FileNotFoundException * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90540, String *, FileNotFoundException_get_FileName, (FileNotFoundException * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, String *, FileNotFoundException_get_FusionLog, (FileNotFoundException * __this, MethodInfo * method)); DO_APP_FUNC(0x01B80660, String *, FileNotFoundException_ToString, (FileNotFoundException * __this, MethodInfo * method)); DO_APP_FUNC(0x01B80870, void, FileNotFoundException__ctor_3, (FileNotFoundException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01B80A10, void, FileNotFoundException_GetObjectData, (FileNotFoundException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01B80CB0, void, IOException__ctor, (IOException * __this, MethodInfo * method)); DO_APP_FUNC(0x01B80D00, void, IOException__ctor_1, (IOException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01A96350, void, IOException__ctor_2, (IOException * __this, String * message, int32_t hresult, MethodInfo * method)); DO_APP_FUNC(0x01B80D20, void, IOException__ctor_3, (IOException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, IOException__ctor_4, (IOException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01B80D40, void, MemoryStream__ctor, (MemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01B80E10, void, MemoryStream__ctor_1, (MemoryStream * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC87F0, MemoryStream__ctor_1__MethodInfo); DO_APP_FUNC(0x01B80F80, void, MemoryStream__ctor_2, (MemoryStream * __this, Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC(0x01B80F90, void, MemoryStream__ctor_3, (MemoryStream * __this, Byte__Array * buffer, bool writable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC87E8, MemoryStream__ctor_3__MethodInfo); DO_APP_FUNC(0x01B810C0, void, MemoryStream__ctor_4, (MemoryStream * __this, Byte__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01B810F0, void, MemoryStream__ctor_5, (MemoryStream * __this, Byte__Array * buffer, int32_t index, int32_t count, bool writable, bool publiclyVisible, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC87E0, MemoryStream__ctor_5__MethodInfo); DO_APP_FUNC(0x0060F990, bool, MemoryStream_get_CanRead, (MemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x0060F990, bool, MemoryStream_get_CanSeek, (MemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00610410, bool, MemoryStream_get_CanWrite, (MemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01B81330, void, MemoryStream_EnsureNotClosed, (MemoryStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC87D8, MemoryStream_EnsureNotClosed__MethodInfo); DO_APP_FUNC(0x01B81370, void, MemoryStream_EnsureWriteable, (MemoryStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC87D0, MemoryStream_EnsureWriteable__MethodInfo); DO_APP_FUNC(0x01B813C0, void, MemoryStream_Dispose, (MemoryStream * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01B81440, bool, MemoryStream_EnsureCapacity, (MemoryStream * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC87C0, MemoryStream_EnsureCapacity__MethodInfo); DO_APP_FUNC(0x003AC050, void, MemoryStream_Flush, (MemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01B81500, Task *, MemoryStream_FlushAsync, (MemoryStream * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01B81630, Byte__Array *, MemoryStream_GetBuffer, (MemoryStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC87B0, MemoryStream_GetBuffer__MethodInfo); DO_APP_FUNC(0x003B93B0, Byte__Array *, MemoryStream_InternalGetBuffer, (MemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, int32_t, MemoryStream_InternalGetPosition, (MemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01B816A0, int32_t, MemoryStream_InternalReadInt32, (MemoryStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8748, MemoryStream_InternalReadInt32__MethodInfo); DO_APP_FUNC(0x01B81780, int32_t, MemoryStream_InternalEmulateRead, (MemoryStream * __this, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01B817E0, int32_t, MemoryStream_get_Capacity, (MemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01B81820, void, MemoryStream_set_Capacity, (MemoryStream * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8740, MemoryStream_set_Capacity__MethodInfo); DO_APP_FUNC(0x01B81A10, int64_t, MemoryStream_get_Length, (MemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01B81A60, int64_t, MemoryStream_get_Position, (MemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01B81AB0, void, MemoryStream_set_Position, (MemoryStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8730, MemoryStream_set_Position__MethodInfo); DO_APP_FUNC(0x01B81BE0, int32_t, MemoryStream_Read, (MemoryStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8720, MemoryStream_Read__MethodInfo); DO_APP_FUNC(0x01B81E70, int32_t, MemoryStream_Read_1, (MemoryStream * __this, Span_1_Byte_ buffer, MethodInfo * method)); DO_APP_FUNC(0x01B82070, Task_1_System_Int32_ *, MemoryStream_ReadAsync, (MemoryStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8788, MemoryStream_ReadAsync__MethodInfo); DO_APP_FUNC(0x01B823E0, ValueTask_1_System_Int32_, MemoryStream_ReadAsync_1, (MemoryStream * __this, Memory_1_Byte_ buffer, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01B827F0, int32_t, MemoryStream_ReadByte, (MemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01B82870, void, MemoryStream_CopyTo, (MemoryStream * __this, Stream * destination, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC(0x01B829B0, Task *, MemoryStream_CopyToAsync, (MemoryStream * __this, Stream * destination, int32_t bufferSize, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01B82C70, int64_t, MemoryStream_Seek, (MemoryStream * __this, int64_t offset, SeekOrigin__Enum loc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8760, MemoryStream_Seek__MethodInfo); DO_APP_FUNC(0x01B82EF0, void, MemoryStream_SetLength, (MemoryStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8758, MemoryStream_SetLength__MethodInfo); DO_APP_FUNC(0x01B83070, Byte__Array *, MemoryStream_ToArray, (MemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01B83110, void, MemoryStream_Write, (MemoryStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8750, MemoryStream_Write__MethodInfo); DO_APP_FUNC(0x01B83430, void, MemoryStream_Write_1, (MemoryStream * __this, ReadOnlySpan_1_Byte_ buffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC86F0, MemoryStream_Write_1__MethodInfo); DO_APP_FUNC(0x01B836E0, Task *, MemoryStream_WriteAsync, (MemoryStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC86E8, MemoryStream_WriteAsync__MethodInfo); DO_APP_FUNC(0x01B839D0, ValueTask, MemoryStream_WriteAsync_1, (MemoryStream * __this, ReadOnlyMemory_1_Byte_ buffer, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01B83D20, void, MemoryStream_WriteByte, (MemoryStream * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01B83E40, bool, PathInternal_IsValidDriveChar, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01B83E60, bool, PathInternal_EndsWithPeriodOrSpace, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01B83EB0, String *, PathInternal_EnsureExtendedPrefixIfNeeded, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01B83F60, String *, PathInternal_EnsureExtendedPrefix, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01B841E0, bool, PathInternal_IsDevice, (ReadOnlySpan_1_Char_ path, MethodInfo * method)); DO_APP_FUNC(0x01B843A0, bool, PathInternal_IsDeviceUNC, (ReadOnlySpan_1_Char_ path, MethodInfo * method)); DO_APP_FUNC(0x01B84490, bool, PathInternal_IsExtended, (ReadOnlySpan_1_Char_ path, MethodInfo * method)); DO_APP_FUNC(0x01B84520, int32_t, PathInternal_GetRootLength, (ReadOnlySpan_1_Char_ path, MethodInfo * method)); DO_APP_FUNC(0x01B84920, bool, PathInternal_IsDirectorySeparator, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01B84940, bool, PathInternal_IsEffectivelyEmpty, (ReadOnlySpan_1_Char_ path, MethodInfo * method)); DO_APP_FUNC(0x01B849C0, bool, PathInternal_EndsInDirectorySeparator, (ReadOnlySpan_1_Char_ path, MethodInfo * method)); DO_APP_FUNC(0x01B84A60, bool, PathInternal_StartsWithDirectorySeparator, (ReadOnlySpan_1_Char_ path, MethodInfo * method)); DO_APP_FUNC(0x01B84AF0, String *, PathInternal_TrimEndingDirectorySeparator, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01B84D20, ReadOnlySpan_1_Char_, PathInternal_TrimEndingDirectorySeparator_1, (ReadOnlySpan_1_Char_ path, MethodInfo * method)); DO_APP_FUNC(0x01B84F00, bool, PathInternal_IsRoot, (ReadOnlySpan_1_Char_ path, MethodInfo * method)); DO_APP_FUNC(0x01B84F70, int32_t, PathInternal_GetCommonPathLength, (String * first, String * second, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x01B851B0, int32_t, PathInternal_EqualStartingCharacterCount, (String * first, String * second, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x01B852D0, bool, PathInternal_AreRootsEqual, (String * first, String * second, StringComparison__Enum comparisonType, MethodInfo * method)); DO_APP_FUNC(0x01B85440, bool, PathInternal_get_IsCaseSensitive, (MethodInfo * method)); DO_APP_FUNC(0x01B854A0, bool, PathInternal_GetIsCaseSensitive, (MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, PathInternal_IsPartiallyQualified, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01B856E0, void, PathInternal__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B85730, void, PathTooLongException__ctor, (PathTooLongException * __this, MethodInfo * method)); DO_APP_FUNC(0x01B85780, void, PathTooLongException__ctor_1, (PathTooLongException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, PathTooLongException__ctor_2, (PathTooLongException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01B857A0, void, PinnedBufferMemoryStream__ctor, (PinnedBufferMemoryStream * __this, Byte__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01B85910, int32_t, PinnedBufferMemoryStream_Read, (PinnedBufferMemoryStream * __this, Span_1_Byte_ buffer, MethodInfo * method)); DO_APP_FUNC(0x01B85930, void, PinnedBufferMemoryStream_Write, (PinnedBufferMemoryStream * __this, ReadOnlySpan_1_Byte_ buffer, MethodInfo * method)); DO_APP_FUNC(0x00C55320, void, PinnedBufferMemoryStream_Finalize, (PinnedBufferMemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01B85950, void, PinnedBufferMemoryStream_Dispose, (PinnedBufferMemoryStream * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01B859B0, void, StreamHelpers_ValidateCopyToArgs, (Stream * source, Stream * destination, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC86C8, StreamHelpers_ValidateCopyToArgs__MethodInfo); DO_APP_FUNC(0x01B85CB0, void, StreamReader_CheckAsyncTaskInProgress, (StreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B85D50, void, StreamReader_ThrowAsyncIOInProgress, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC86B8, StreamReader_ThrowAsyncIOInProgress__MethodInfo); DO_APP_FUNC(0x01B85DB0, void, StreamReader__ctor, (StreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B85EC0, void, StreamReader__ctor_1, (StreamReader * __this, Stream * stream, MethodInfo * method)); DO_APP_FUNC(0x01B85F10, void, StreamReader__ctor_2, (StreamReader * __this, Stream * stream, bool detectEncodingFromByteOrderMarks, MethodInfo * method)); DO_APP_FUNC(0x01B85F70, void, StreamReader__ctor_3, (StreamReader * __this, Stream * stream, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x01B85FA0, void, StreamReader__ctor_4, (StreamReader * __this, Stream * stream, Encoding * encoding, bool detectEncodingFromByteOrderMarks, MethodInfo * method)); DO_APP_FUNC(0x01B85FD0, void, StreamReader__ctor_5, (StreamReader * __this, Stream * stream, Encoding * encoding, bool detectEncodingFromByteOrderMarks, int32_t bufferSize, bool leaveOpen, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8688, StreamReader__ctor_5__MethodInfo); DO_APP_FUNC(0x01B86270, void, StreamReader__ctor_6, (StreamReader * __this, String * path, MethodInfo * method)); DO_APP_FUNC(0x01B862C0, void, StreamReader__ctor_7, (StreamReader * __this, String * path, bool detectEncodingFromByteOrderMarks, MethodInfo * method)); DO_APP_FUNC(0x01B86320, void, StreamReader__ctor_8, (StreamReader * __this, String * path, Encoding * encoding, bool detectEncodingFromByteOrderMarks, MethodInfo * method)); DO_APP_FUNC(0x01B86340, void, StreamReader__ctor_9, (StreamReader * __this, String * path, Encoding * encoding, bool detectEncodingFromByteOrderMarks, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8680, StreamReader__ctor_9__MethodInfo); DO_APP_FUNC(0x01B86680, void, StreamReader_Init, (StreamReader * __this, Stream * stream, Encoding * encoding, bool detectEncodingFromByteOrderMarks, int32_t bufferSize, bool leaveOpen, MethodInfo * method)); DO_APP_FUNC(0x01B86960, void, StreamReader_Init_1, (StreamReader * __this, Stream * stream, MethodInfo * method)); DO_APP_FUNC(0x01A08200, void, StreamReader_Close, (StreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B869C0, void, StreamReader_Dispose, (StreamReader * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Encoding *, StreamReader_get_CurrentEncoding, (StreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Stream *, StreamReader_get_BaseStream, (StreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B86C40, bool, StreamReader_get_LeaveOpen, (StreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B86C50, bool, StreamReader_get_EndOfStream, (StreamReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8668, StreamReader_get_EndOfStream__MethodInfo); DO_APP_FUNC(0x01B86CF0, int32_t, StreamReader_Peek, (StreamReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8660, StreamReader_Peek__MethodInfo); DO_APP_FUNC(0x01B86DC0, int32_t, StreamReader_Read, (StreamReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8658, StreamReader_Read__MethodInfo); DO_APP_FUNC(0x01B86E90, int32_t, StreamReader_Read_1, (StreamReader * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8650, StreamReader_Read_1__MethodInfo); DO_APP_FUNC(0x01B870B0, int32_t, StreamReader_ReadSpan, (StreamReader * __this, Span_1_Char_ buffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC86A0, StreamReader_ReadSpan__MethodInfo); DO_APP_FUNC(0x01B873A0, String *, StreamReader_ReadToEnd, (StreamReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8698, StreamReader_ReadToEnd__MethodInfo); DO_APP_FUNC(0x01B874F0, void, StreamReader_CompressBuffer, (StreamReader * __this, int32_t n, MethodInfo * method)); DO_APP_FUNC(0x01B87530, void, StreamReader_DetectEncoding, (StreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B87830, bool, StreamReader_IsPreamble, (StreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B87960, int32_t, StreamReader_ReadBuffer, (StreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B880F0, int32_t, StreamReader_ReadBuffer_1, (StreamReader * __this, Span_1_Char_ userBuffer, bool * readToUserBuffer, MethodInfo * method)); DO_APP_FUNC(0x01B88A90, String *, StreamReader_ReadLine, (StreamReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8690, StreamReader_ReadLine__MethodInfo); DO_APP_FUNC(0x01B88D00, bool, StreamReader_DataAvailable, (StreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B88D10, void, StreamReader__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B88FB0, void, StreamReader_NullStreamReader__ctor, (StreamReader_NullStreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B89190, Stream *, StreamReader_NullStreamReader_get_BaseStream, (StreamReader_NullStreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B891F0, Encoding *, StreamReader_NullStreamReader_get_CurrentEncoding, (StreamReader_NullStreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StreamReader_NullStreamReader_Dispose, (StreamReader_NullStreamReader * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x006FEBF0, int32_t, StreamReader_NullStreamReader_Peek, (StreamReader_NullStreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x006FEBF0, int32_t, StreamReader_NullStreamReader_Read, (StreamReader_NullStreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, StreamReader_NullStreamReader_Read_1, (StreamReader_NullStreamReader * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, String *, StreamReader_NullStreamReader_ReadLine, (StreamReader_NullStreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B89200, String *, StreamReader_NullStreamReader_ReadToEnd, (StreamReader_NullStreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, StreamReader_NullStreamReader_ReadBuffer, (StreamReader_NullStreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B89240, void, StreamWriter_CheckAsyncTaskInProgress, (StreamWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01B892E0, void, StreamWriter_ThrowAsyncIOInProgress, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8630, StreamWriter_ThrowAsyncIOInProgress__MethodInfo); DO_APP_FUNC(0x01B89340, Encoding *, StreamWriter_get_UTF8NoBOM, (MethodInfo * method)); DO_APP_FUNC(0x01B89390, void, StreamWriter__ctor, (StreamWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01B894A0, void, StreamWriter__ctor_1, (StreamWriter * __this, Stream * stream, MethodInfo * method)); DO_APP_FUNC(0x01B89550, void, StreamWriter__ctor_2, (StreamWriter * __this, Stream * stream, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x01B89580, void, StreamWriter__ctor_3, (StreamWriter * __this, Stream * stream, Encoding * encoding, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC(0x01B895A0, void, StreamWriter__ctor_4, (StreamWriter * __this, Stream * stream, Encoding * encoding, int32_t bufferSize, bool leaveOpen, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8648, StreamWriter__ctor_4__MethodInfo); DO_APP_FUNC(0x01B89840, void, StreamWriter__ctor_5, (StreamWriter * __this, String * path, MethodInfo * method)); DO_APP_FUNC(0x01B898F0, void, StreamWriter__ctor_6, (StreamWriter * __this, String * path, bool append, MethodInfo * method)); DO_APP_FUNC(0x01B899B0, void, StreamWriter__ctor_7, (StreamWriter * __this, String * path, bool append, Encoding * encoding, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8640, StreamWriter__ctor_7__MethodInfo); DO_APP_FUNC(0x01B89D00, void, StreamWriter_Init, (StreamWriter * __this, Stream * streamArg, Encoding * encodingArg, int32_t bufferSize, bool shouldLeaveOpen, MethodInfo * method)); DO_APP_FUNC(0x01B89FD0, void, StreamWriter_Close, (StreamWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8A040, void, StreamWriter_Dispose, (StreamWriter * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01B8A380, void, StreamWriter_Flush, (StreamWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8A3B0, void, StreamWriter_Flush_1, (StreamWriter * __this, bool flushStream, bool flushEncoder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC85F0, StreamWriter_Flush_1__MethodInfo); DO_APP_FUNC(0x01B8A5A0, void, StreamWriter_set_AutoFlush, (StreamWriter * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Stream *, StreamWriter_get_BaseStream, (StreamWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8A5E0, bool, StreamWriter_get_LeaveOpen, (StreamWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Encoding *, StreamWriter_get_Encoding, (StreamWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8A5F0, void, StreamWriter_Write, (StreamWriter * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01B8A670, void, StreamWriter_Write_1, (StreamWriter * __this, Char__Array * buffer, MethodInfo * method)); DO_APP_FUNC(0x01B8A710, void, StreamWriter_Write_2, (StreamWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC85E0, StreamWriter_Write_2__MethodInfo); DO_APP_FUNC(0x01B8A9B0, void, StreamWriter_WriteSpan, (StreamWriter * __this, ReadOnlySpan_1_Char_ buffer, bool appendNewLine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC85D8, StreamWriter_WriteSpan__MethodInfo); DO_APP_FUNC(0x01B8AC30, void, StreamWriter_Write_3, (StreamWriter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01B8ACB0, void, StreamWriter_WriteLine, (StreamWriter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01B8AD30, void, StreamWriter__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextReader__ctor, (TextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8AE90, void, TextReader_Close, (TextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8AF00, void, TextReader_Dispose, (TextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextReader_Dispose_1, (TextReader * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x006FEBF0, int32_t, TextReader_Peek, (TextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x006FEBF0, int32_t, TextReader_Read, (TextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8AF70, int32_t, TextReader_Read_1, (TextReader * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8620, TextReader_Read_1__MethodInfo); DO_APP_FUNC(0x01B8B1A0, String *, TextReader_ReadToEnd, (TextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8B2F0, String *, TextReader_ReadLine, (TextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8B460, TextReader *, TextReader_Synchronized, (TextReader * reader, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8608, TextReader_Synchronized__MethodInfo); DO_APP_FUNC(0x01B8B5C0, void, TextReader__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B8B6C0, void, TextReader_NullTextReader__ctor, (TextReader_NullTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, TextReader_NullTextReader_Read, (TextReader_NullTextReader * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, String *, TextReader_NullTextReader_ReadLine, (TextReader_NullTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8B710, void, TextReader_SyncTextReader__ctor, (TextReader_SyncTextReader * __this, TextReader * t, MethodInfo * method)); DO_APP_FUNC(0x01B8B7B0, void, TextReader_SyncTextReader_Close, (TextReader_SyncTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8B7E0, void, TextReader_SyncTextReader_Dispose, (TextReader_SyncTextReader * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01973E60, int32_t, TextReader_SyncTextReader_Peek, (TextReader_SyncTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01A19650, int32_t, TextReader_SyncTextReader_Read, (TextReader_SyncTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8B840, int32_t, TextReader_SyncTextReader_Read_1, (TextReader_SyncTextReader * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01A19690, String *, TextReader_SyncTextReader_ReadLine, (TextReader_SyncTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8B870, String *, TextReader_SyncTextReader_ReadToEnd, (TextReader_SyncTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8B8A0, void, TextWriter__ctor, (TextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8BA10, void, TextWriter__ctor_1, (TextWriter * __this, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x01B8BB90, IFormatProvider *, TextWriter_get_FormatProvider, (TextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8BC30, void, TextWriter_Close, (TextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextWriter_Dispose, (TextWriter * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01B8BCA0, void, TextWriter_Dispose_1, (TextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextWriter_Flush, (TextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, TextWriter_get_NewLine, (TextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8BD10, void, TextWriter_set_NewLine, (TextWriter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextWriter_Write, (TextWriter * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01B8BE00, void, TextWriter_Write_1, (TextWriter * __this, Char__Array * buffer, MethodInfo * method)); DO_APP_FUNC(0x01B8BE30, void, TextWriter_Write_2, (TextWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC85B8, TextWriter_Write_2__MethodInfo); DO_APP_FUNC(0x01B8C050, void, TextWriter_Write_3, (TextWriter * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01B8C0D0, void, TextWriter_Write_4, (TextWriter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01B8C120, void, TextWriter_Write_5, (TextWriter * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01B8C170, void, TextWriter_Write_6, (TextWriter * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01B8C1C0, void, TextWriter_Write_7, (TextWriter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01B8C270, void, TextWriter_Write_8, (TextWriter * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x01B8C320, void, TextWriter_Write_9, (TextWriter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01B8C360, void, TextWriter_Write_10, (TextWriter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B8C420, void, TextWriter_Write_11, (TextWriter * __this, String * format, Object * arg0, MethodInfo * method)); DO_APP_FUNC(0x01B8C4D0, void, TextWriter_Write_12, (TextWriter * __this, String * format, Object * arg0, Object * arg1, MethodInfo * method)); DO_APP_FUNC(0x01B8C590, void, TextWriter_Write_13, (TextWriter * __this, String * format, Object * arg0, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x01B8C620, void, TextWriter_Write_14, (TextWriter * __this, String * format, Object__Array * arg, MethodInfo * method)); DO_APP_FUNC(0x01B8C730, void, TextWriter_WriteLine, (TextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8C750, void, TextWriter_WriteLine_1, (TextWriter * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01B8C790, void, TextWriter_WriteLine_2, (TextWriter * __this, Char__Array * buffer, MethodInfo * method)); DO_APP_FUNC(0x01B8C7D0, void, TextWriter_WriteLine_3, (TextWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01B8C810, void, TextWriter_WriteLine_4, (TextWriter * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01B8C850, void, TextWriter_WriteLine_5, (TextWriter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01B8C890, void, TextWriter_WriteLine_6, (TextWriter * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01B8C8D0, void, TextWriter_WriteLine_7, (TextWriter * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01B8C910, void, TextWriter_WriteLine_8, (TextWriter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01B8C950, void, TextWriter_WriteLine_9, (TextWriter * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x01B8C990, void, TextWriter_WriteLine_10, (TextWriter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01B8C9D0, void, TextWriter_WriteLine_11, (TextWriter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B8CAB0, void, TextWriter_WriteLine_12, (TextWriter * __this, String * format, Object * arg0, MethodInfo * method)); DO_APP_FUNC(0x01B8CB60, void, TextWriter_WriteLine_13, (TextWriter * __this, String * format, Object * arg0, Object * arg1, MethodInfo * method)); DO_APP_FUNC(0x01B8CC20, void, TextWriter_WriteLine_14, (TextWriter * __this, String * format, Object__Array * arg, MethodInfo * method)); DO_APP_FUNC(0x01B8CD30, TextWriter *, TextWriter_Synchronized, (TextWriter * writer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC85C0, TextWriter_Synchronized__MethodInfo); DO_APP_FUNC(0x01B8CEB0, void, TextWriter__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B8D0C0, void, TextWriter_NullTextWriter__ctor, (TextWriter_NullTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01B891F0, Encoding *, TextWriter_NullTextWriter_get_Encoding, (TextWriter_NullTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextWriter_NullTextWriter_Write, (TextWriter_NullTextWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextWriter_NullTextWriter_Write_1, (TextWriter_NullTextWriter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextWriter_NullTextWriter_WriteLine, (TextWriter_NullTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextWriter_NullTextWriter_WriteLine_1, (TextWriter_NullTextWriter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextWriter_NullTextWriter_WriteLine_2, (TextWriter_NullTextWriter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextWriter_NullTextWriter_Write_2, (TextWriter_NullTextWriter * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01B8D190, void, TextWriter_SyncTextWriter__ctor, (TextWriter_SyncTextWriter * __this, TextWriter * t, MethodInfo * method)); DO_APP_FUNC(0x01B8D270, Encoding *, TextWriter_SyncTextWriter_get_Encoding, (TextWriter_SyncTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8D2A0, IFormatProvider *, TextWriter_SyncTextWriter_get_FormatProvider, (TextWriter_SyncTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8D2D0, String *, TextWriter_SyncTextWriter_get_NewLine, (TextWriter_SyncTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01A7A100, void, TextWriter_SyncTextWriter_set_NewLine, (TextWriter_SyncTextWriter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01B8D300, void, TextWriter_SyncTextWriter_Close, (TextWriter_SyncTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8D330, void, TextWriter_SyncTextWriter_Dispose, (TextWriter_SyncTextWriter * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01B8D390, void, TextWriter_SyncTextWriter_Flush, (TextWriter_SyncTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01A7A130, void, TextWriter_SyncTextWriter_Write, (TextWriter_SyncTextWriter * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01A7A290, void, TextWriter_SyncTextWriter_Write_1, (TextWriter_SyncTextWriter * __this, Char__Array * buffer, MethodInfo * method)); DO_APP_FUNC(0x01B8D3C0, void, TextWriter_SyncTextWriter_Write_2, (TextWriter_SyncTextWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01A7A480, void, TextWriter_SyncTextWriter_Write_3, (TextWriter_SyncTextWriter * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01A7A2F0, void, TextWriter_SyncTextWriter_Write_4, (TextWriter_SyncTextWriter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01A7A4B0, void, TextWriter_SyncTextWriter_Write_5, (TextWriter_SyncTextWriter * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01A7A320, void, TextWriter_SyncTextWriter_Write_6, (TextWriter_SyncTextWriter * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01A7A4E0, void, TextWriter_SyncTextWriter_Write_7, (TextWriter_SyncTextWriter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01A7A260, void, TextWriter_SyncTextWriter_Write_8, (TextWriter_SyncTextWriter * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x01A7A350, void, TextWriter_SyncTextWriter_Write_9, (TextWriter_SyncTextWriter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01B8D3F0, void, TextWriter_SyncTextWriter_Write_10, (TextWriter_SyncTextWriter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B8D420, void, TextWriter_SyncTextWriter_Write_11, (TextWriter_SyncTextWriter * __this, String * format, Object * arg0, MethodInfo * method)); DO_APP_FUNC(0x01B8D450, void, TextWriter_SyncTextWriter_Write_12, (TextWriter_SyncTextWriter * __this, String * format, Object * arg0, Object * arg1, MethodInfo * method)); DO_APP_FUNC(0x01B8D480, void, TextWriter_SyncTextWriter_Write_13, (TextWriter_SyncTextWriter * __this, String * format, Object * arg0, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x01B8D4B0, void, TextWriter_SyncTextWriter_Write_14, (TextWriter_SyncTextWriter * __this, String * format, Object__Array * arg, MethodInfo * method)); DO_APP_FUNC(0x01B8D4E0, void, TextWriter_SyncTextWriter_WriteLine, (TextWriter_SyncTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8D510, void, TextWriter_SyncTextWriter_WriteLine_1, (TextWriter_SyncTextWriter * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01B8D540, void, TextWriter_SyncTextWriter_WriteLine_2, (TextWriter_SyncTextWriter * __this, Char__Array * buffer, MethodInfo * method)); DO_APP_FUNC(0x01B8D570, void, TextWriter_SyncTextWriter_WriteLine_3, (TextWriter_SyncTextWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01B8D5A0, void, TextWriter_SyncTextWriter_WriteLine_4, (TextWriter_SyncTextWriter * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01B8D5D0, void, TextWriter_SyncTextWriter_WriteLine_5, (TextWriter_SyncTextWriter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01B8D600, void, TextWriter_SyncTextWriter_WriteLine_6, (TextWriter_SyncTextWriter * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01B8D630, void, TextWriter_SyncTextWriter_WriteLine_7, (TextWriter_SyncTextWriter * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01B8D660, void, TextWriter_SyncTextWriter_WriteLine_8, (TextWriter_SyncTextWriter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01B8D690, void, TextWriter_SyncTextWriter_WriteLine_9, (TextWriter_SyncTextWriter * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x01B8D6C0, void, TextWriter_SyncTextWriter_WriteLine_10, (TextWriter_SyncTextWriter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01B8D6F0, void, TextWriter_SyncTextWriter_WriteLine_11, (TextWriter_SyncTextWriter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B8D720, void, TextWriter_SyncTextWriter_WriteLine_12, (TextWriter_SyncTextWriter * __this, String * format, Object * arg0, MethodInfo * method)); DO_APP_FUNC(0x01B8D750, void, TextWriter_SyncTextWriter_WriteLine_13, (TextWriter_SyncTextWriter * __this, String * format, Object * arg0, Object * arg1, MethodInfo * method)); DO_APP_FUNC(0x01B8D780, void, TextWriter_SyncTextWriter_WriteLine_14, (TextWriter_SyncTextWriter * __this, String * format, Object__Array * arg, MethodInfo * method)); DO_APP_FUNC(0x01B8D7B0, void, UnmanagedMemoryStream__ctor, (UnmanagedMemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8D810, void, UnmanagedMemoryStream__ctor_1, (UnmanagedMemoryStream * __this, uint8_t * pointer, int64_t length, MethodInfo * method)); DO_APP_FUNC(0x01B8D890, void, UnmanagedMemoryStream__ctor_2, (UnmanagedMemoryStream * __this, uint8_t * pointer, int64_t length, int64_t capacity, FileAccess__Enum access, MethodInfo * method)); DO_APP_FUNC(0x01B8D920, void, UnmanagedMemoryStream_Initialize, (UnmanagedMemoryStream * __this, uint8_t * pointer, int64_t length, int64_t capacity, FileAccess__Enum access, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8558, UnmanagedMemoryStream_Initialize__MethodInfo); DO_APP_FUNC(0x01B8DBE0, bool, UnmanagedMemoryStream_get_CanRead, (UnmanagedMemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00610C10, bool, UnmanagedMemoryStream_get_CanSeek, (UnmanagedMemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8DBF0, bool, UnmanagedMemoryStream_get_CanWrite, (UnmanagedMemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8DC10, void, UnmanagedMemoryStream_Dispose, (UnmanagedMemoryStream * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01B8DC20, void, UnmanagedMemoryStream_EnsureNotClosed, (UnmanagedMemoryStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC85A8, UnmanagedMemoryStream_EnsureNotClosed__MethodInfo); DO_APP_FUNC(0x01B8DC60, void, UnmanagedMemoryStream_EnsureReadable, (UnmanagedMemoryStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC85A0, UnmanagedMemoryStream_EnsureReadable__MethodInfo); DO_APP_FUNC(0x01B8DCB0, void, UnmanagedMemoryStream_EnsureWriteable, (UnmanagedMemoryStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8598, UnmanagedMemoryStream_EnsureWriteable__MethodInfo); DO_APP_FUNC(0x01B8DC20, void, UnmanagedMemoryStream_Flush, (UnmanagedMemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8DD00, Task *, UnmanagedMemoryStream_FlushAsync, (UnmanagedMemoryStream * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01B8DE30, int64_t, UnmanagedMemoryStream_get_Length, (UnmanagedMemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8DE80, int64_t, UnmanagedMemoryStream_get_Position, (UnmanagedMemoryStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8590, UnmanagedMemoryStream_get_Position__MethodInfo); DO_APP_FUNC(0x01B8DED0, void, UnmanagedMemoryStream_set_Position, (UnmanagedMemoryStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8588, UnmanagedMemoryStream_set_Position__MethodInfo); DO_APP_FUNC(0x01B8DF90, uint8_t *, UnmanagedMemoryStream_get_PositionPointer, (UnmanagedMemoryStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8578, UnmanagedMemoryStream_get_PositionPointer__MethodInfo); DO_APP_FUNC(0x01B8E090, int32_t, UnmanagedMemoryStream_Read, (UnmanagedMemoryStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8568, UnmanagedMemoryStream_Read__MethodInfo); DO_APP_FUNC(0x01B8E300, int32_t, UnmanagedMemoryStream_Read_1, (UnmanagedMemoryStream * __this, Span_1_Byte_ buffer, MethodInfo * method)); DO_APP_FUNC(0x01B8E3C0, int32_t, UnmanagedMemoryStream_ReadCore, (UnmanagedMemoryStream * __this, Span_1_Byte_ buffer, MethodInfo * method)); DO_APP_FUNC(0x01B8E690, Task_1_System_Int32_ *, UnmanagedMemoryStream_ReadAsync, (UnmanagedMemoryStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8518, UnmanagedMemoryStream_ReadAsync__MethodInfo); DO_APP_FUNC(0x01B8E9C0, ValueTask_1_System_Int32_, UnmanagedMemoryStream_ReadAsync_1, (UnmanagedMemoryStream * __this, Memory_1_Byte_ buffer, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01B8ED70, int32_t, UnmanagedMemoryStream_ReadByte, (UnmanagedMemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8EEF0, int64_t, UnmanagedMemoryStream_Seek, (UnmanagedMemoryStream * __this, int64_t offset, SeekOrigin__Enum loc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8510, UnmanagedMemoryStream_Seek__MethodInfo); DO_APP_FUNC(0x01B8F0E0, void, UnmanagedMemoryStream_SetLength, (UnmanagedMemoryStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8508, UnmanagedMemoryStream_SetLength__MethodInfo); DO_APP_FUNC(0x01B8F2E0, void, UnmanagedMemoryStream_Write, (UnmanagedMemoryStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC84F8, UnmanagedMemoryStream_Write__MethodInfo); DO_APP_FUNC(0x01B8F580, void, UnmanagedMemoryStream_Write_1, (UnmanagedMemoryStream * __this, ReadOnlySpan_1_Byte_ buffer, MethodInfo * method)); DO_APP_FUNC(0x01B8F640, void, UnmanagedMemoryStream_WriteCore, (UnmanagedMemoryStream * __this, ReadOnlySpan_1_Byte_ buffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8540, UnmanagedMemoryStream_WriteCore__MethodInfo); DO_APP_FUNC(0x01B8FA00, Task *, UnmanagedMemoryStream_WriteAsync, (UnmanagedMemoryStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8530, UnmanagedMemoryStream_WriteAsync__MethodInfo); DO_APP_FUNC(0x01B8FCC0, ValueTask, UnmanagedMemoryStream_WriteAsync_1, (UnmanagedMemoryStream * __this, ReadOnlyMemory_1_Byte_ buffer, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01B8FFC0, void, UnmanagedMemoryStream_WriteByte, (UnmanagedMemoryStream * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8528, UnmanagedMemoryStream_WriteByte__MethodInfo); DO_APP_FUNC(0x01B90290, Exception *, Win32Marshal_GetExceptionForLastWin32Error, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01B90330, Exception *, Win32Marshal_GetExceptionForWin32Error, (int32_t errorCode, String * path, MethodInfo * method)); DO_APP_FUNC(0x01B908B0, int32_t, Win32Marshal_MakeHRFromErrorCode, (int32_t errorCode, MethodInfo * method)); DO_APP_FUNC(0x01B908D0, int32_t, Win32Marshal_TryMakeWin32ErrorCodeFromHR, (int32_t hr, MethodInfo * method)); DO_APP_FUNC(0x019699F0, String *, Win32Marshal_GetMessage, (int32_t errorCode, MethodInfo * method)); DO_APP_FUNC(0x01B908F0, void, DriveNotFoundException__ctor, (DriveNotFoundException * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7F8A0, void, DriveNotFoundException__ctor_1, (DriveNotFoundException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, DriveNotFoundException__ctor_2, (DriveNotFoundException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01B90940, DirectoryInfo *, Directory_CreateDirectory, (String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC84E8, Directory_CreateDirectory__MethodInfo); DO_APP_FUNC(0x01B90B00, bool, Directory_Exists, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01B90BF0, String__Array *, Directory_GetFiles, (String * path, String * searchPattern, MethodInfo * method)); DO_APP_FUNC(0x01B90CF0, String__Array *, Directory_GetFiles_1, (String * path, String * searchPattern, EnumerationOptions * enumerationOptions, MethodInfo * method)); DO_APP_FUNC(0x01B90D70, String__Array *, Directory_GetDirectories, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01B90E80, String__Array *, Directory_GetDirectories_1, (String * path, String * searchPattern, EnumerationOptions * enumerationOptions, MethodInfo * method)); DO_APP_FUNC(0x01B90F00, String__Array *, Directory_GetFileSystemEntries, (String * path, String * searchPattern, MethodInfo * method)); DO_APP_FUNC(0x01B91000, String__Array *, Directory_GetFileSystemEntries_1, (String * path, String * searchPattern, EnumerationOptions * enumerationOptions, MethodInfo * method)); DO_APP_FUNC(0x01B91080, IEnumerable_1_System_String_ *, Directory_InternalEnumeratePaths, (String * path, String * searchPattern, SearchTarget__Enum searchTarget, EnumerationOptions * options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8448, Directory_InternalEnumeratePaths__MethodInfo); DO_APP_FUNC(0x01B912E0, IEnumerable_1_System_String_ *, Directory_EnumerateDirectories, (String * path, String * searchPattern, SearchOption__Enum searchOption, MethodInfo * method)); DO_APP_FUNC(0x01B91370, IEnumerable_1_System_String_ *, Directory_EnumerateDirectories_1, (String * path, String * searchPattern, EnumerationOptions * enumerationOptions, MethodInfo * method)); DO_APP_FUNC(0x01B91390, IEnumerable_1_System_String_ *, Directory_EnumerateFiles, (String * path, String * searchPattern, SearchOption__Enum searchOption, MethodInfo * method)); DO_APP_FUNC(0x01B91420, IEnumerable_1_System_String_ *, Directory_EnumerateFiles_1, (String * path, String * searchPattern, EnumerationOptions * enumerationOptions, MethodInfo * method)); DO_APP_FUNC(0x01B91440, String *, Directory_InternalGetDirectoryRoot, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01B91500, String *, Directory_GetCurrentDirectory, (MethodInfo * method)); DO_APP_FUNC(0x01B7E000, String__Array *, Directory_GetLogicalDrives, (MethodInfo * method)); DO_APP_FUNC(0x01B91510, String *, Directory_InsecureGetCurrentDirectory, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8468, Directory_InsecureGetCurrentDirectory__MethodInfo); DO_APP_FUNC(0x01B91630, void, DirectoryInfo__ctor, (DirectoryInfo * __this, String * originalPath, String * fullPath, String * fileName, bool isNormalized, MethodInfo * method)); DO_APP_FUNC(0x01B91650, void, DirectoryInfo_Init, (DirectoryInfo * __this, String * originalPath, String * fullPath, String * fileName, bool isNormalized, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8458, DirectoryInfo_Init__MethodInfo); DO_APP_FUNC(0x01B91A80, void, DirectoryInfo__ctor_1, (DirectoryInfo * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01B91AA0, EnumerationOptions *, EnumerationOptions_get_Compatible, (MethodInfo * method)); DO_APP_FUNC(0x01B91B00, EnumerationOptions *, EnumerationOptions_get_CompatibleRecursive, (MethodInfo * method)); DO_APP_FUNC(0x01B91B60, EnumerationOptions *, EnumerationOptions_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x01B91BC0, void, EnumerationOptions__ctor, (EnumerationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x01B91BD0, EnumerationOptions *, EnumerationOptions_FromSearchOption, (SearchOption__Enum searchOption, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8400, EnumerationOptions_FromSearchOption__MethodInfo); DO_APP_FUNC(0x003BAD20, bool, EnumerationOptions_get_RecurseSubdirectories, (EnumerationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, EnumerationOptions_set_RecurseSubdirectories, (EnumerationOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00422A30, bool, EnumerationOptions_get_IgnoreInaccessible, (EnumerationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A40, void, EnumerationOptions_set_IgnoreInaccessible, (EnumerationOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, EnumerationOptions_get_BufferSize, (EnumerationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, FileAttributes__Enum, EnumerationOptions_get_AttributesToSkip, (EnumerationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, EnumerationOptions_set_AttributesToSkip, (EnumerationOptions * __this, FileAttributes__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, MatchType__Enum, EnumerationOptions_get_MatchType, (EnumerationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, EnumerationOptions_set_MatchType, (EnumerationOptions * __this, MatchType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, MatchCasing__Enum, EnumerationOptions_get_MatchCasing, (EnumerationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x009866A0, bool, EnumerationOptions_get_ReturnSpecialDirectories, (EnumerationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x01B91D00, void, EnumerationOptions__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B91EF0, StreamReader *, File_OpenText, (String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC83F8, File_OpenText__MethodInfo); DO_APP_FUNC(0x01B91FD0, void, File_Copy, (String * sourceFileName, String * destFileName, MethodInfo * method)); DO_APP_FUNC(0x01B91FE0, void, File_Copy_1, (String * sourceFileName, String * destFileName, bool overwrite, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8428, File_Copy_1__MethodInfo); DO_APP_FUNC(0x01B92220, FileStream *, File_Create, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01B922B0, FileStream *, File_Create_1, (String * path, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC(0x01B92340, void, File_Delete, (String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8410, File_Delete__MethodInfo); DO_APP_FUNC(0x01B924E0, bool, File_Exists, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01B92640, FileStream *, File_Open, (String * path, FileMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x01B92670, FileStream *, File_Open_1, (String * path, FileMode__Enum mode, FileAccess__Enum access, FileShare__Enum share, MethodInfo * method)); DO_APP_FUNC(0x01B92720, DateTime, File_GetCreationTime, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01B92850, DateTime, File_GetLastWriteTime, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01B92980, FileAttributes__Enum, File_GetAttributes, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01B92A60, void, File_SetAttributes, (String * path, FileAttributes__Enum fileAttributes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC83B8, File_SetAttributes__MethodInfo); DO_APP_FUNC(0x01B92DF0, FileStream *, File_OpenRead, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01B92E80, FileStream *, File_OpenWrite, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01B92F10, String *, File_ReadAllText, (String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC83B0, File_ReadAllText__MethodInfo); DO_APP_FUNC(0x01B93000, String *, File_InternalReadAllText, (String * path, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x01B93130, void, File_WriteAllText, (String * path, String * contents, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC83E8, File_WriteAllText__MethodInfo); DO_APP_FUNC(0x01B93300, Byte__Array *, File_ReadAllBytes, (String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC83D8, File_ReadAllBytes__MethodInfo); DO_APP_FUNC(0x01B93580, Byte__Array *, File_ReadAllBytesUnknownLength, (FileStream * fs, MethodInfo * method)); DO_APP_FUNC(0x01B93BA0, void, File_Move, (String * sourceFileName, String * destFileName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC83C0, File_Move__MethodInfo); DO_APP_FUNC(0x01B93FF0, void, FileInfo__ctor, (FileInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B94000, void, FileInfo__ctor_1, (FileInfo * __this, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x01B94030, void, FileInfo__ctor_2, (FileInfo * __this, String * originalPath, String * fullPath, String * fileName, bool isNormalized, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8368, FileInfo__ctor_2__MethodInfo); DO_APP_FUNC(0x01B94280, StreamWriter *, FileInfo_CreateText, (FileInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B94300, StreamWriter *, FileInfo_AppendText, (FileInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B91A80, void, FileInfo__ctor_3, (FileInfo * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, FileInfo_get_Name, (FileInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B93FF0, void, FileSystemInfo__ctor, (FileSystemInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B94380, bool, FileSystemInfo_get_ExistsCore, (FileSystemInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B94400, void, FileSystemInfo_Refresh, (FileSystemInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B94430, String *, FileSystemInfo_get_NormalizedPath, (FileSystemInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B94500, void, FileSystemInfo__ctor_1, (FileSystemInfo * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC83A8, FileSystemInfo__ctor_1__MethodInfo); DO_APP_FUNC(0x01B94760, void, FileSystemInfo_GetObjectData, (FileSystemInfo * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, FileSystemInfo_get_Name, (FileSystemInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B94AE0, bool, FileSystemInfo_get_Exists, (FileSystemInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B94B70, String *, FileSystemInfo_ToString, (FileSystemInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B94BC0, SemaphoreSlim *, Stream_EnsureAsyncActiveSemaphoreInitialized, (Stream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Stream_get_CanTimeout, (Stream * __this, MethodInfo * method)); DO_APP_FUNC(0x01B94D60, int32_t, Stream_get_ReadTimeout, (Stream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8388, Stream_get_ReadTimeout__MethodInfo); DO_APP_FUNC(0x01B94DC0, void, Stream_set_ReadTimeout, (Stream * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8380, Stream_set_ReadTimeout__MethodInfo); DO_APP_FUNC(0x01B94E20, int32_t, Stream_get_WriteTimeout, (Stream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8378, Stream_get_WriteTimeout__MethodInfo); DO_APP_FUNC(0x01B94E80, void, Stream_set_WriteTimeout, (Stream * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8370, Stream_set_WriteTimeout__MethodInfo); DO_APP_FUNC(0x01B94EE0, Task *, Stream_CopyToAsync, (Stream * __this, Stream * destination, int32_t bufferSize, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01B94F40, Task *, Stream_CopyToAsyncInternal, (Stream * __this, Stream * destination, int32_t bufferSize, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01B951D0, void, Stream_CopyTo, (Stream * __this, Stream * destination, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC(0x01B95390, void, Stream_Close, (Stream * __this, MethodInfo * method)); DO_APP_FUNC(0x019D9830, void, Stream_Dispose, (Stream * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Stream_Dispose_1, (Stream * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01B95400, Task *, Stream_FlushAsync, (Stream * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01B95670, IAsyncResult *, Stream_BeginRead, (Stream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01B956B0, IAsyncResult *, Stream_BeginReadInternal, (Stream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * state, bool serializeAsynchronously, bool apm, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8300, Stream_BeginReadInternal__MethodInfo); DO_APP_FUNC(0x01B95950, int32_t, Stream_EndRead, (Stream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8350, Stream_EndRead__MethodInfo); DO_APP_FUNC(0x01B95B70, Task_1_System_Int32_ *, Stream_ReadAsync, (Stream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01B95C10, Task_1_System_Int32_ *, Stream_ReadAsync_1, (Stream * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01B95D00, ValueTask_1_System_Int32_, Stream_ReadAsync_2, (Stream * __this, Memory_1_Byte_ buffer, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01B95FC0, Task_1_System_Int32_ *, Stream_BeginEndReadAsync, (Stream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01B96450, IAsyncResult *, Stream_BeginWrite, (Stream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01B96490, IAsyncResult *, Stream_BeginWriteInternal, (Stream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * state, bool serializeAsynchronously, bool apm, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC82B0, Stream_BeginWriteInternal__MethodInfo); DO_APP_FUNC(0x01B96730, void, Stream_RunReadWriteTaskWhenReady, (Stream * __this, Task * asyncWaiter, Stream_ReadWriteTask * readWriteTask, MethodInfo * method)); DO_APP_FUNC(0x01B96AC0, void, Stream_RunReadWriteTask, (Stream * __this, Stream_ReadWriteTask * readWriteTask, MethodInfo * method)); DO_APP_FUNC(0x01B96C20, void, Stream_FinishTrackingAsyncOperation, (Stream * __this, MethodInfo * method)); DO_APP_FUNC(0x01B96C90, void, Stream_EndWrite, (Stream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8298, Stream_EndWrite__MethodInfo); DO_APP_FUNC(0x01B96EA0, Task *, Stream_WriteAsync, (Stream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01B96F40, Task *, Stream_WriteAsync_1, (Stream * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01B97050, ValueTask, Stream_WriteAsync_2, (Stream * __this, ReadOnlyMemory_1_Byte_ buffer, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01B97460, Task *, Stream_FinishWriteAsync, (Stream * __this, Task * writeTask, Byte__Array * localBuffer, MethodInfo * method)); DO_APP_FUNC(0x01B97670, Task *, Stream_BeginEndWriteAsync, (Stream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01B97B00, int32_t, Stream_Read, (Stream * __this, Span_1_Byte_ buffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8268, Stream_Read__MethodInfo); DO_APP_FUNC(0x01B97DE0, int32_t, Stream_ReadByte, (Stream * __this, MethodInfo * method)); DO_APP_FUNC(0x01B97E90, void, Stream_Write, (Stream * __this, ReadOnlySpan_1_Byte_ buffer, MethodInfo * method)); DO_APP_FUNC(0x01B98060, void, Stream_WriteByte, (Stream * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01B980F0, IAsyncResult *, Stream_BlockingBeginRead, (Stream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01B98240, int32_t, Stream_BlockingEndRead, (IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x01B98370, IAsyncResult *, Stream_BlockingBeginWrite, (Stream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01B984C0, void, Stream_BlockingEndWrite, (IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Stream_HasOverriddenBeginEndRead, (Stream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Stream_HasOverriddenBeginEndWrite, (Stream * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Stream__ctor, (Stream * __this, MethodInfo * method)); DO_APP_FUNC(0x01B985F0, void, Stream__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B986F0, ValueTask_1_System_Int32_, Stream__ReadAsync_g__FinishReadAsync_44_0, (Task_1_System_Int32_ * readTask, Byte__Array * localBuffer, Memory_1_Byte_ localDestination, MethodInfo * method)); DO_APP_FUNC(0x01B98990, void, Stream_ReadWriteTask_ClearBeginState, (Stream_ReadWriteTask * __this, MethodInfo * method)); DO_APP_FUNC(0x01B98A40, void, Stream_ReadWriteTask__ctor, (Stream_ReadWriteTask * __this, bool isRead, bool apm, Func_2_Object_Int32_ * function, Object * state, Stream * stream, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x01B98D70, void, Stream_ReadWriteTask_InvokeAsyncCallback, (Object * completedTask, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8240, Stream_ReadWriteTask_InvokeAsyncCallback__MethodInfo); DO_APP_FUNC(0x01B98E40, void, Stream_ReadWriteTask_System_Threading_Tasks_ITaskCompletionAction_Invoke, (Stream_ReadWriteTask * __this, Task * completingTask, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Stream_ReadWriteTask_System_Threading_Tasks_ITaskCompletionAction_get_InvokeMayRunArbitraryCode, (Stream_ReadWriteTask * __this, MethodInfo * method)); DO_APP_FUNC(0x01B990E0, void, Stream_NullStream__ctor, (Stream_NullStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Stream_NullStream_get_CanRead, (Stream_NullStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Stream_NullStream_get_CanWrite, (Stream_NullStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Stream_NullStream_get_CanSeek, (Stream_NullStream * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int64_t, Stream_NullStream_get_Length, (Stream_NullStream * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int64_t, Stream_NullStream_get_Position, (Stream_NullStream * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Stream_NullStream_set_Position, (Stream_NullStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01B99130, void, Stream_NullStream_CopyTo, (Stream_NullStream * __this, Stream * destination, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC(0x01B99140, Task *, Stream_NullStream_CopyToAsync, (Stream_NullStream * __this, Stream * destination, int32_t bufferSize, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Stream_NullStream_Dispose, (Stream_NullStream * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Stream_NullStream_Flush, (Stream_NullStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01B99250, Task *, Stream_NullStream_FlushAsync, (Stream_NullStream * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01B99330, IAsyncResult *, Stream_NullStream_BeginRead, (Stream_NullStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8238, Stream_NullStream_BeginRead__MethodInfo); DO_APP_FUNC(0x01B993C0, int32_t, Stream_NullStream_EndRead, (Stream_NullStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8230, Stream_NullStream_EndRead__MethodInfo); DO_APP_FUNC(0x01B99580, IAsyncResult *, Stream_NullStream_BeginWrite, (Stream_NullStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8228, Stream_NullStream_BeginWrite__MethodInfo); DO_APP_FUNC(0x01B99610, void, Stream_NullStream_EndWrite, (Stream_NullStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8258, Stream_NullStream_EndWrite__MethodInfo); DO_APP_FUNC(0x003C94D0, int32_t, Stream_NullStream_Read, (Stream_NullStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, Stream_NullStream_Read_1, (Stream_NullStream * __this, Span_1_Byte_ buffer, MethodInfo * method)); DO_APP_FUNC(0x01B997D0, Task_1_System_Int32_ *, Stream_NullStream_ReadAsync, (Stream_NullStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01B99830, ValueTask_1_System_Int32_, Stream_NullStream_ReadAsync_1, (Stream_NullStream * __this, Memory_1_Byte_ buffer, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x006FEBF0, int32_t, Stream_NullStream_ReadByte, (Stream_NullStream * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Stream_NullStream_Write, (Stream_NullStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Stream_NullStream_Write_1, (Stream_NullStream * __this, ReadOnlySpan_1_Byte_ buffer, MethodInfo * method)); DO_APP_FUNC(0x01B998D0, Task *, Stream_NullStream_WriteAsync, (Stream_NullStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01B999B0, ValueTask, Stream_NullStream_WriteAsync_1, (Stream_NullStream * __this, ReadOnlyMemory_1_Byte_ buffer, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Stream_NullStream_WriteByte, (Stream_NullStream * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int64_t, Stream_NullStream_Seek, (Stream_NullStream * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Stream_NullStream_SetLength, (Stream_NullStream * __this, int64_t length, MethodInfo * method)); DO_APP_FUNC(0x01B99B20, void, Stream_NullStream__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B99BF0, void, Stream_SynchronousAsyncResult__ctor, (Stream_SynchronousAsyncResult * __this, int32_t bytesRead, Object * asyncStateObject, MethodInfo * method)); DO_APP_FUNC(0x01B99C50, void, Stream_SynchronousAsyncResult__ctor_1, (Stream_SynchronousAsyncResult * __this, Object * asyncStateObject, MethodInfo * method)); DO_APP_FUNC(0x01B99CB0, void, Stream_SynchronousAsyncResult__ctor_2, (Stream_SynchronousAsyncResult * __this, Exception * ex, Object * asyncStateObject, bool isWrite, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Stream_SynchronousAsyncResult_get_IsCompleted, (Stream_SynchronousAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x01B99E60, WaitHandle *, Stream_SynchronousAsyncResult_get_AsyncWaitHandle, (Stream_SynchronousAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Stream_SynchronousAsyncResult_get_AsyncState, (Stream_SynchronousAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Stream_SynchronousAsyncResult_get_CompletedSynchronously, (Stream_SynchronousAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x01B9A000, void, Stream_SynchronousAsyncResult_ThrowIfError, (Stream_SynchronousAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x01B98240, int32_t, Stream_SynchronousAsyncResult_EndRead, (IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC81F0, Stream_SynchronousAsyncResult_EndRead__MethodInfo); DO_APP_FUNC(0x01B984C0, void, Stream_SynchronousAsyncResult_EndWrite, (IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC81E0, Stream_SynchronousAsyncResult_EndWrite__MethodInfo); DO_APP_FUNC(0x01B9A030, void, Stream_SynchronousAsyncResult_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Stream_SynchronousAsyncResult_c__ctor, (Stream_SynchronousAsyncResult_c * __this, MethodInfo * method)); DO_APP_FUNC(0x01B9A0E0, ManualResetEvent *, Stream_SynchronousAsyncResult_c__get_AsyncWaitHandle_b__12_0, (Stream_SynchronousAsyncResult_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8208, Stream_SynchronousAsyncResult_c__get_AsyncWaitHandle_b__12_0__MethodInfo); DO_APP_FUNC(0x01B9A150, void, Stream_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Stream_c__ctor, (Stream_c * __this, MethodInfo * method)); DO_APP_FUNC(0x01B9A200, SemaphoreSlim *, Stream_c__EnsureAsyncActiveSemaphoreInitialized_b__4_0, (Stream_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC83A0, Stream_c__EnsureAsyncActiveSemaphoreInitialized_b__4_0__MethodInfo); DO_APP_FUNC(0x01B9A260, void, Stream_c__FlushAsync_b__37_0, (Stream_c * __this, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8320, Stream_c__FlushAsync_b__37_0__MethodInfo); DO_APP_FUNC(0x01B9A2E0, int32_t, Stream_c__BeginReadInternal_b__40_0, (Stream_c * __this, Object * _p0_, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8308, Stream_c__BeginReadInternal_b__40_0__MethodInfo); DO_APP_FUNC(0x01B9A470, IAsyncResult *, Stream_c__BeginEndReadAsync_b__45_0, (Stream_c * __this, Stream * stream, Stream_ReadWriteParameters args, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC82C8, Stream_c__BeginEndReadAsync_b__45_0__MethodInfo); DO_APP_FUNC(0x01B9A4D0, int32_t, Stream_c__BeginEndReadAsync_b__45_1, (Stream_c * __this, Stream * stream, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC82C0, Stream_c__BeginEndReadAsync_b__45_1__MethodInfo); DO_APP_FUNC(0x01B9A510, int32_t, Stream_c__BeginWriteInternal_b__48_0, (Stream_c * __this, Object * _p0_, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC82B8, Stream_c__BeginWriteInternal_b__48_0__MethodInfo); DO_APP_FUNC(0x01B9A640, void, Stream_c__RunReadWriteTaskWhenReady_b__49_0, (Stream_c * __this, Task * t, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC82A0, Stream_c__RunReadWriteTaskWhenReady_b__49_0__MethodInfo); DO_APP_FUNC(0x01B9A6B0, IAsyncResult *, Stream_c__BeginEndWriteAsync_b__58_0, (Stream_c * __this, Stream * stream, Stream_ReadWriteParameters args, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC82D8, Stream_c__BeginEndWriteAsync_b__58_0__MethodInfo); DO_APP_FUNC(0x01B9A710, VoidTaskResult, Stream_c__BeginEndWriteAsync_b__58_1, (Stream_c * __this, Stream * stream, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC82D0, Stream_c__BeginEndWriteAsync_b__58_1__MethodInfo); DO_APP_FUNC(0x01B9A750, void, Stream_CopyToAsyncInternal_d_28_MoveNext, (Stream_CopyToAsyncInternal_d_28 * __this, MethodInfo * method)); DO_APP_FUNC(0x01B9B2E0, void, Stream_CopyToAsyncInternal_d_28_SetStateMachine, (Stream_CopyToAsyncInternal_d_28 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x01B9B340, void, Stream_FinishWriteAsync_d_57_MoveNext, (Stream_FinishWriteAsync_d_57 * __this, MethodInfo * method)); DO_APP_FUNC(0x01B9B740, void, Stream_FinishWriteAsync_d_57_SetStateMachine, (Stream_FinishWriteAsync_d_57 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x01B9B7A0, void, Stream_ReadAsync_g_FinishReadAsync_44_0_d_MoveNext, (Stream_ReadAsync_g_FinishReadAsync_44_0_d * __this, MethodInfo * method)); DO_APP_FUNC(0x01B9BD20, void, Stream_ReadAsync_g_FinishReadAsync_44_0_d_SetStateMachine, (Stream_ReadAsync_g_FinishReadAsync_44_0_d * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x01B9BD70, void, _Error_EndOfFile, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC81B8, _Error_EndOfFile__MethodInfo); DO_APP_FUNC(0x01B9BDE0, void, _Error_FileNotOpen, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8198, _Error_FileNotOpen__MethodInfo); DO_APP_FUNC(0x01B9BE50, void, _Error_ReaderClosed, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8190, _Error_ReaderClosed__MethodInfo); DO_APP_FUNC(0x01B9BEC0, String *, _Error_GetDisplayablePath, (String * path, bool isInvalidPath, MethodInfo * method)); DO_APP_FUNC(0x01B9C020, void, _Error_WinIOError, (int32_t errorCode, String * maybeFullPath, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8180, _Error_WinIOError__MethodInfo); DO_APP_FUNC(0x01B9C8B0, void, _Error_WriterClosed, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8098, _Error_WriterClosed__MethodInfo); DO_APP_FUNC(0x01B9C920, void, BinaryReader__ctor, (BinaryReader * __this, Stream * input, MethodInfo * method)); DO_APP_FUNC(0x01B9C9C0, void, BinaryReader__ctor_1, (BinaryReader * __this, Stream * input, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x01B9C9E0, void, BinaryReader__ctor_2, (BinaryReader * __this, Stream * input, Encoding * encoding, bool leaveOpen, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8088, BinaryReader__ctor_2__MethodInfo); DO_APP_FUNC(0x003B93C0, Stream *, BinaryReader_get_BaseStream, (BinaryReader * __this, MethodInfo * method)); DO_APP_FUNC(0x00C05710, void, BinaryReader_Close, (BinaryReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B9CCC0, void, BinaryReader_Dispose, (BinaryReader * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x00C05710, void, BinaryReader_Dispose_1, (BinaryReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B9CF50, int32_t, BinaryReader_Read, (BinaryReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B9CF70, bool, BinaryReader_ReadBoolean, (BinaryReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B9CFC0, uint8_t, BinaryReader_ReadByte, (BinaryReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B9D000, int8_t, BinaryReader_ReadSByte, (BinaryReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B9D050, uint16_t, BinaryReader_ReadChar, (BinaryReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B9D080, int16_t, BinaryReader_ReadInt16, (BinaryReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B9D080, uint16_t, BinaryReader_ReadUInt16, (BinaryReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B9D0E0, int32_t, BinaryReader_ReadInt32, (BinaryReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B9D2C0, uint32_t, BinaryReader_ReadUInt32, (BinaryReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B9D340, int64_t, BinaryReader_ReadInt64, (BinaryReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B9D340, uint64_t, BinaryReader_ReadUInt64, (BinaryReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B9D430, float, BinaryReader_ReadSingle, (BinaryReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B9D540, double, BinaryReader_ReadDouble, (BinaryReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B9D630, Decimal, BinaryReader_ReadDecimal, (BinaryReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8078, BinaryReader_ReadDecimal__MethodInfo); DO_APP_FUNC(0x01B9D930, String *, BinaryReader_ReadString, (BinaryReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC80F0, BinaryReader_ReadString__MethodInfo); DO_APP_FUNC(0x01B9DC40, int32_t, BinaryReader_InternalReadChars, (BinaryReader * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC80E8, BinaryReader_InternalReadChars__MethodInfo); DO_APP_FUNC(0x01B9E020, int32_t, BinaryReader_InternalReadOneChar, (BinaryReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B9E360, Char__Array *, BinaryReader_ReadChars, (BinaryReader * __this, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC80C8, BinaryReader_ReadChars__MethodInfo); DO_APP_FUNC(0x01B9E550, int32_t, BinaryReader_Read_1, (BinaryReader * __this, Byte__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC80C0, BinaryReader_Read_1__MethodInfo); DO_APP_FUNC(0x01B9E760, Byte__Array *, BinaryReader_ReadBytes, (BinaryReader * __this, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC80B8, BinaryReader_ReadBytes__MethodInfo); DO_APP_FUNC(0x01B9E960, void, BinaryReader_FillBuffer, (BinaryReader * __this, int32_t numBytes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8010, BinaryReader_FillBuffer__MethodInfo); DO_APP_FUNC(0x01B9EAD0, int32_t, BinaryReader_Read7BitEncodedInt, (BinaryReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8000, BinaryReader_Read7BitEncodedInt__MethodInfo); DO_APP_FUNC(0x01B9EFD0, void, BinaryWriter__ctor, (BinaryWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01B9F230, void, BinaryWriter__ctor_1, (BinaryWriter * __this, Stream * output, MethodInfo * method)); DO_APP_FUNC(0x01B9F2F0, void, BinaryWriter__ctor_2, (BinaryWriter * __this, Stream * output, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x01B9F310, void, BinaryWriter__ctor_3, (BinaryWriter * __this, Stream * output, Encoding * encoding, bool leaveOpen, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9238, BinaryWriter__ctor_3__MethodInfo); DO_APP_FUNC(0x01A97990, void, BinaryWriter_Close, (BinaryWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01B9F510, void, BinaryWriter_Dispose, (BinaryWriter * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01A97990, void, BinaryWriter_Dispose_1, (BinaryWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01B9F570, void, BinaryWriter_Flush, (BinaryWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01B9F5A0, int64_t, BinaryWriter_Seek, (BinaryWriter * __this, int32_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC(0x01B9F5D0, void, BinaryWriter_Write, (BinaryWriter * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01B9F630, void, BinaryWriter_Write_1, (BinaryWriter * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01B9F660, void, BinaryWriter_Write_2, (BinaryWriter * __this, Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9230, BinaryWriter_Write_2__MethodInfo); DO_APP_FUNC(0x01B9F700, void, BinaryWriter_Write_3, (BinaryWriter * __this, Byte__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01B9F730, void, BinaryWriter_Write_4, (BinaryWriter * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC92C0, BinaryWriter_Write_4__MethodInfo); DO_APP_FUNC(0x01B9F8A0, void, BinaryWriter_Write_5, (BinaryWriter * __this, Char__Array * chars, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC92B8, BinaryWriter_Write_5__MethodInfo); DO_APP_FUNC(0x01B9F970, void, BinaryWriter_Write_6, (BinaryWriter * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x01B9F9D0, void, BinaryWriter_Write_7, (BinaryWriter * __this, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x01B9FA40, void, BinaryWriter_Write_8, (BinaryWriter * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01B9FAB0, void, BinaryWriter_Write_9, (BinaryWriter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01B9FB60, void, BinaryWriter_Write_10, (BinaryWriter * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01B9FC10, void, BinaryWriter_Write_11, (BinaryWriter * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01B9FD50, void, BinaryWriter_Write_12, (BinaryWriter * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01B9FE90, void, BinaryWriter_Write_13, (BinaryWriter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01B9FFE0, void, BinaryWriter_Write_14, (BinaryWriter * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9298, BinaryWriter_Write_14__MethodInfo); DO_APP_FUNC(0x01BA03B0, void, BinaryWriter_Write7BitEncodedInt, (BinaryWriter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01BA0420, void, BinaryWriter__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01BA04D0, void, StringReader__ctor, (StringReader * __this, String * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9280, StringReader__ctor__MethodInfo); DO_APP_FUNC(0x01A08200, void, StringReader_Close, (StringReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01BA05D0, void, StringReader_Dispose, (StringReader * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01BA0630, int32_t, StringReader_Peek, (StringReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01BA0680, int32_t, StringReader_Read, (StringReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01BA06E0, int32_t, StringReader_Read_1, (StringReader * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9270, StringReader_Read_1__MethodInfo); DO_APP_FUNC(0x01BA0910, String *, StringReader_ReadToEnd, (StringReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01BA0970, String *, StringReader_ReadLine, (StringReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01BA0AA0, void, StringWriter__ctor, (StringWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01BA0B80, void, StringWriter__ctor_1, (StringWriter * __this, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x01BA0C00, void, StringWriter__ctor_2, (StringWriter * __this, StringBuilder * sb, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9150, StringWriter__ctor_2__MethodInfo); DO_APP_FUNC(0x01BA0D30, void, StringWriter_Close, (StringWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01BA0D50, void, StringWriter_Dispose, (StringWriter * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01BA0D60, Encoding *, StringWriter_get_Encoding, (StringWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01BA0E80, void, StringWriter_Write, (StringWriter * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01BA0EB0, void, StringWriter_Write_1, (StringWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9140, StringWriter_Write_1__MethodInfo); DO_APP_FUNC(0x01BA10D0, void, StringWriter_Write_2, (StringWriter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01BA1110, String *, StringWriter_ToString, (StringWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01BA1140, void, FileStream__ctor, (FileStream * __this, void * handle, FileAccess__Enum access, MethodInfo * method)); DO_APP_FUNC(0x01BA1170, void, FileStream__ctor_1, (FileStream * __this, void * handle, FileAccess__Enum access, bool ownsHandle, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC(0x01BA11A0, void, FileStream__ctor_2, (FileStream * __this, void * handle, FileAccess__Enum access, bool ownsHandle, int32_t bufferSize, bool isAsync, bool isConsoleWrapper, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9100, FileStream__ctor_2__MethodInfo); DO_APP_FUNC(0x01BA1420, void, FileStream__ctor_3, (FileStream * __this, String * path, FileMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x01BA1460, void, FileStream__ctor_4, (FileStream * __this, String * path, FileMode__Enum mode, FileAccess__Enum access, MethodInfo * method)); DO_APP_FUNC(0x01BA14A0, void, FileStream__ctor_5, (FileStream * __this, String * path, FileMode__Enum mode, FileAccess__Enum access, FileShare__Enum share, MethodInfo * method)); DO_APP_FUNC(0x01BA14D0, void, FileStream__ctor_6, (FileStream * __this, String * path, FileMode__Enum mode, FileAccess__Enum access, FileShare__Enum share, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC(0x01BA1510, void, FileStream__ctor_7, (FileStream * __this, String * path, FileMode__Enum mode, FileAccess__Enum access, FileShare__Enum share, int32_t bufferSize, bool useAsync, MethodInfo * method)); DO_APP_FUNC(0x01BA1560, void, FileStream__ctor_8, (FileStream * __this, String * path, FileMode__Enum mode, FileAccess__Enum access, FileShare__Enum share, int32_t bufferSize, FileOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01BA15A0, void, FileStream__ctor_9, (FileStream * __this, String * path, FileMode__Enum mode, FileAccess__Enum access, FileShare__Enum share, int32_t bufferSize, bool isAsync, bool anonymous, MethodInfo * method)); DO_APP_FUNC(0x01BA15F0, void, FileStream__ctor_10, (FileStream * __this, String * path, FileMode__Enum mode, FileAccess__Enum access, FileShare__Enum share, int32_t bufferSize, bool anonymous, FileOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9218, FileStream__ctor_10__MethodInfo); DO_APP_FUNC(0x01BA2070, void, FileStream_Init, (FileStream * __this, SafeFileHandle * safeHandle, FileAccess__Enum access, bool ownsHandle, int32_t bufferSize, bool isAsync, bool isConsoleWrapper, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9190, FileStream_Init__MethodInfo); DO_APP_FUNC(0x01BA2400, bool, FileStream_get_CanRead, (FileStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01BA2420, bool, FileStream_get_CanWrite, (FileStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01BA2440, bool, FileStream_get_CanSeek, (FileStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01BA2450, int64_t, FileStream_get_Length, (FileStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9088, FileStream_get_Length__MethodInfo); DO_APP_FUNC(0x01BA2600, int64_t, FileStream_get_Position, (FileStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9068, FileStream_get_Position__MethodInfo); DO_APP_FUNC(0x01BA27C0, void, FileStream_set_Position, (FileStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9058, FileStream_set_Position__MethodInfo); DO_APP_FUNC(0x01BA2870, SafeFileHandle *, FileStream_get_SafeFileHandle, (FileStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01BA28B0, void, FileStream_ExposeHandle, (FileStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01BA28E0, int32_t, FileStream_ReadByte, (FileStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9048, FileStream_ReadByte__MethodInfo); DO_APP_FUNC(0x01BA2A60, void, FileStream_WriteByte, (FileStream * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9038, FileStream_WriteByte__MethodInfo); DO_APP_FUNC(0x01BA2BD0, int32_t, FileStream_Read, (FileStream * __this, Byte__Array * array, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9028, FileStream_Read__MethodInfo); DO_APP_FUNC(0x01BA2FB0, int32_t, FileStream_ReadInternal, (FileStream * __this, Byte__Array * dest, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8FF8, FileStream_ReadInternal__MethodInfo); DO_APP_FUNC(0x01BA3080, IAsyncResult *, FileStream_BeginRead, (FileStream * __this, Byte__Array * array, int32_t offset, int32_t numBytes, AsyncCallback * userCallback, Object * stateObject, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC90D0, FileStream_BeginRead__MethodInfo); DO_APP_FUNC(0x01BA3530, int32_t, FileStream_EndRead, (FileStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC90A8, FileStream_EndRead__MethodInfo); DO_APP_FUNC(0x01BA3760, void, FileStream_Write, (FileStream * __this, Byte__Array * array, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9098, FileStream_Write__MethodInfo); DO_APP_FUNC(0x01BA3A60, void, FileStream_WriteInternal, (FileStream * __this, Byte__Array * src, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9090, FileStream_WriteInternal__MethodInfo); DO_APP_FUNC(0x01BA3CA0, IAsyncResult *, FileStream_BeginWrite, (FileStream * __this, Byte__Array * array, int32_t offset, int32_t numBytes, AsyncCallback * userCallback, Object * stateObject, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8FA0, FileStream_BeginWrite__MethodInfo); DO_APP_FUNC(0x01BA41B0, void, FileStream_EndWrite, (FileStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8F88, FileStream_EndWrite__MethodInfo); DO_APP_FUNC(0x01BA43D0, int64_t, FileStream_Seek, (FileStream * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8F80, FileStream_Seek__MethodInfo); DO_APP_FUNC(0x01BA4700, void, FileStream_SetLength, (FileStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8FE8, FileStream_SetLength__MethodInfo); DO_APP_FUNC(0x01BA49B0, void, FileStream_Flush, (FileStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8FD0, FileStream_Flush__MethodInfo); DO_APP_FUNC(0x00C55320, void, FileStream_Finalize, (FileStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01BA4A30, void, FileStream_Dispose, (FileStream * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8FC8, FileStream_Dispose__MethodInfo); DO_APP_FUNC(0x01BA4E50, Task *, FileStream_FlushAsync, (FileStream * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8FC0, FileStream_FlushAsync__MethodInfo); DO_APP_FUNC(0x01B95C10, Task_1_System_Int32_ *, FileStream_ReadAsync, (FileStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01B96F40, Task *, FileStream_WriteAsync, (FileStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01BA4ED0, int32_t, FileStream_ReadSegment, (FileStream * __this, Byte__Array * dest, int32_t dest_offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01BA4FE0, int32_t, FileStream_WriteSegment, (FileStream * __this, Byte__Array * src, int32_t src_offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01BA5050, void, FileStream_FlushBuffer, (FileStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8FB8, FileStream_FlushBuffer__MethodInfo); DO_APP_FUNC(0x01BA5240, void, FileStream_FlushBufferIfDirty, (FileStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01BA5250, void, FileStream_RefillBuffer, (FileStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01BA5290, int32_t, FileStream_ReadData, (FileStream * __this, SafeHandle * safeHandle, Byte__Array * buf, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8F08, FileStream_ReadData__MethodInfo); DO_APP_FUNC(0x01BA53D0, void, FileStream_InitBuffer, (FileStream * __this, int32_t size, bool isZeroSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8F00, FileStream_InitBuffer__MethodInfo); DO_APP_FUNC(0x01BA57A0, String *, FileStream_GetSecureFileName, (FileStream * __this, String * filename, MethodInfo * method)); DO_APP_FUNC(0x01BA5860, String *, FileStream_GetSecureFileName_1, (FileStream * __this, String * filename, bool full, MethodInfo * method)); DO_APP_FUNC(0x01BA5950, void, FileStream__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01BA5A10, void, FileStream_ReadDelegate__ctor, (FileStream_ReadDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, int32_t, FileStream_ReadDelegate_Invoke, (FileStream_ReadDelegate * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01BA5B50, IAsyncResult *, FileStream_ReadDelegate_BeginInvoke, (FileStream_ReadDelegate * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, int32_t, FileStream_ReadDelegate_EndInvoke, (FileStream_ReadDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01BA5BF0, void, FileStream_WriteDelegate__ctor, (FileStream_WriteDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, FileStream_WriteDelegate_Invoke, (FileStream_WriteDelegate * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01BA5D30, IAsyncResult *, FileStream_WriteDelegate_BeginInvoke, (FileStream_WriteDelegate * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, FileStream_WriteDelegate_EndInvoke, (FileStream_WriteDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01BA5DD0, void, FileStreamAsyncResult__ctor, (FileStreamAsyncResult * __this, AsyncCallback * cb, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01BA6030, void, FileStreamAsyncResult_CBWrapper, (IAsyncResult * ares, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8F58, FileStreamAsyncResult_CBWrapper__MethodInfo); DO_APP_FUNC(0x003B93C0, Object *, FileStreamAsyncResult_get_AsyncState, (FileStreamAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, FileStreamAsyncResult_get_CompletedSynchronously, (FileStreamAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, WaitHandle *, FileStreamAsyncResult_get_AsyncWaitHandle, (FileStreamAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, FileStreamAsyncResult_get_IsCompleted, (FileStreamAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x01BA60D0, Exception *, MonoIO_GetException, (MonoIOError__Enum error, MethodInfo * method)); DO_APP_FUNC(0x01BA6210, Exception *, MonoIO_GetException_1, (String * path, MonoIOError__Enum error, MethodInfo * method)); DO_APP_FUNC(0x01BA6AA0, String *, MonoIO_GetCurrentDirectory, (MonoIOError__Enum * error, MethodInfo * method)); DO_APP_FUNC(0x01BA6B30, bool, MonoIO_SetFileAttributes, (uint16_t * path, FileAttributes__Enum attrs, MonoIOError__Enum * error, MethodInfo * method)); DO_APP_FUNC(0x01BA6C20, bool, MonoIO_SetFileAttributes_1, (String * path, FileAttributes__Enum attrs, MonoIOError__Enum * error, MethodInfo * method)); DO_APP_FUNC(0x01BA6D50, MonoFileType__Enum, MonoIO_GetFileType, (void * handle, MonoIOError__Enum * error, MethodInfo * method)); DO_APP_FUNC(0x01BA6D60, MonoFileType__Enum, MonoIO_GetFileType_1, (SafeHandle * safeHandle, MonoIOError__Enum * error, MethodInfo * method)); DO_APP_FUNC(0x01BA6E70, bool, MonoIO_FindCloseFile, (void * hnd, MethodInfo * method)); DO_APP_FUNC(0x01BA6FD0, void *, MonoIO_Open, (uint16_t * filename, FileMode__Enum mode, FileAccess__Enum access, FileShare__Enum share, FileOptions__Enum options, MonoIOError__Enum * error, MethodInfo * method)); DO_APP_FUNC(0x01BA70E0, void *, MonoIO_Open_1, (String * filename, FileMode__Enum mode, FileAccess__Enum access, FileShare__Enum share, FileOptions__Enum options, MonoIOError__Enum * error, MethodInfo * method)); DO_APP_FUNC(0x01BA7230, bool, MonoIO_Cancel_internal, (void * handle, MonoIOError__Enum * error, MethodInfo * method)); DO_APP_FUNC(0x01BA7250, bool, MonoIO_Cancel, (SafeHandle * safeHandle, MonoIOError__Enum * error, MethodInfo * method)); DO_APP_FUNC(0x01BA7370, bool, MonoIO_Close, (void * handle, MonoIOError__Enum * error, MethodInfo * method)); DO_APP_FUNC(0x01BA73B0, int32_t, MonoIO_Read, (void * handle, Byte__Array * dest, int32_t dest_offset, int32_t count, MonoIOError__Enum * error, MethodInfo * method)); DO_APP_FUNC(0x01BA7440, int32_t, MonoIO_Read_1, (SafeHandle * safeHandle, Byte__Array * dest, int32_t dest_offset, int32_t count, MonoIOError__Enum * error, MethodInfo * method)); DO_APP_FUNC(0x01BA7600, int32_t, MonoIO_Write, (void * handle, Byte__Array * src, int32_t src_offset, int32_t count, MonoIOError__Enum * error, MethodInfo * method)); DO_APP_FUNC(0x01BA7660, int32_t, MonoIO_Write_1, (SafeHandle * safeHandle, Byte__Array * src, int32_t src_offset, int32_t count, MonoIOError__Enum * error, MethodInfo * method)); DO_APP_FUNC(0x01BA77D0, int64_t, MonoIO_Seek, (void * handle, int64_t offset, SeekOrigin__Enum origin, MonoIOError__Enum * error, MethodInfo * method)); DO_APP_FUNC(0x01BA7810, int64_t, MonoIO_Seek_1, (SafeHandle * safeHandle, int64_t offset, SeekOrigin__Enum origin, MonoIOError__Enum * error, MethodInfo * method)); DO_APP_FUNC(0x01BA7980, int64_t, MonoIO_GetLength, (void * handle, MonoIOError__Enum * error, MethodInfo * method)); DO_APP_FUNC(0x01BA79C0, int64_t, MonoIO_GetLength_1, (SafeHandle * safeHandle, MonoIOError__Enum * error, MethodInfo * method)); DO_APP_FUNC(0x01BA7B00, bool, MonoIO_SetLength, (void * handle, int64_t length, MonoIOError__Enum * error, MethodInfo * method)); DO_APP_FUNC(0x01BA7B10, bool, MonoIO_SetLength_1, (SafeHandle * safeHandle, int64_t length, MonoIOError__Enum * error, MethodInfo * method)); DO_APP_FUNC(0x01BA7C50, void *, MonoIO_get_ConsoleOutput, (MethodInfo * method)); DO_APP_FUNC(0x01BA7C60, void *, MonoIO_get_ConsoleInput, (MethodInfo * method)); DO_APP_FUNC(0x01BA7C70, void *, MonoIO_get_ConsoleError, (MethodInfo * method)); DO_APP_FUNC(0x01BA7C80, bool, MonoIO_CreatePipe, (void * * read_handle, void * * write_handle, MonoIOError__Enum * error, MethodInfo * method)); DO_APP_FUNC(0x01BA7D80, bool, MonoIO_DuplicateHandle, (void * source_process_handle, void * source_handle, void * target_process_handle, void * * target_handle, int32_t access, int32_t inherit, int32_t options, MonoIOError__Enum * error, MethodInfo * method)); DO_APP_FUNC(0x01BA7E90, uint16_t, MonoIO_get_VolumeSeparatorChar, (MethodInfo * method)); DO_APP_FUNC(0x01BA7EA0, uint16_t, MonoIO_get_DirectorySeparatorChar, (MethodInfo * method)); DO_APP_FUNC(0x01BA7EB0, uint16_t, MonoIO_get_AltDirectorySeparatorChar, (MethodInfo * method)); DO_APP_FUNC(0x01BA7EC0, uint16_t, MonoIO_get_PathSeparator, (MethodInfo * method)); DO_APP_FUNC(0x01AC5A10, void, MonoIO_DumpHandles, (MethodInfo * method)); DO_APP_FUNC(0x01BA7ED0, bool, MonoIO_RemapPath, (String * path, String * * newPath, MethodInfo * method)); DO_APP_FUNC(0x01BA7EE0, void, MonoIO__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01BA7F60, String *, Path_ChangeExtension, (String * path, String * extension, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8E88, Path_ChangeExtension__MethodInfo); DO_APP_FUNC(0x01BA81B0, String *, Path_Combine, (String * path1, String * path2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8E80, Path_Combine__MethodInfo); DO_APP_FUNC(0x01BA8520, String *, Path_CleanPath, (String * s, MethodInfo * method)); DO_APP_FUNC(0x01BA8A10, String *, Path_GetDirectoryName, (String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8E50, Path_GetDirectoryName__MethodInfo); DO_APP_FUNC(0x01BA8EE0, ReadOnlySpan_1_Char_, Path_GetDirectoryName_1, (ReadOnlySpan_1_Char_ path, MethodInfo * method)); DO_APP_FUNC(0x01BA8FC0, String *, Path_GetExtension, (String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8E38, Path_GetExtension__MethodInfo); DO_APP_FUNC(0x01BA9100, String *, Path_GetFileName, (String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8E78, Path_GetFileName__MethodInfo); DO_APP_FUNC(0x01BA9250, String *, Path_GetFileNameWithoutExtension, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01BA92B0, String *, Path_GetFullPath, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01BA9300, String *, Path_GetFullPathInternal, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01BA9350, int32_t, Path_GetFullPathName, (String * path, int32_t numBufferChars, StringBuilder * buffer, void * * lpFilePartOrNull, MethodInfo * method)); DO_APP_FUNC(0x01BA94D0, String *, Path_GetFullPathName_1, (String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8E68, Path_GetFullPathName_1__MethodInfo); DO_APP_FUNC(0x01BA9710, String *, Path_WindowsDriveAdjustment, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01BA9950, String *, Path_InsecureGetFullPath, (String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8E18, Path_InsecureGetFullPath__MethodInfo); DO_APP_FUNC(0x01BA9F90, bool, Path_IsDirectorySeparator, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01BAA020, String *, Path_GetPathRoot, (String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8DF8, Path_GetPathRoot__MethodInfo); DO_APP_FUNC(0x01BAA4D0, String *, Path_GetTempFileName, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8DE0, Path_GetTempFileName__MethodInfo); DO_APP_FUNC(0x01BAA930, String *, Path_GetTempPath, (MethodInfo * method)); DO_APP_FUNC(0x01BAAB00, String *, Path_get_temp_path, (MethodInfo * method)); DO_APP_FUNC(0x01BAABA0, bool, Path_IsPathRooted, (ReadOnlySpan_1_Char_ path, MethodInfo * method)); DO_APP_FUNC(0x01BAACD0, bool, Path_IsPathRooted_1, (String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8E30, Path_IsPathRooted_1__MethodInfo); DO_APP_FUNC(0x01BAAF20, Char__Array *, Path_GetInvalidFileNameChars, (MethodInfo * method)); DO_APP_FUNC(0x01BAAF90, Char__Array *, Path_GetInvalidPathChars, (MethodInfo * method)); DO_APP_FUNC(0x01BAB000, int32_t, Path_findExtension, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01BAB0B0, void, Path__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01BAB520, String *, Path_GetServerAndShare, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01BAB780, bool, Path_SameRoot, (String * root, String * path, MethodInfo * method)); DO_APP_FUNC(0x01BABAE0, String *, Path_CanonicalizePath, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01BAC2A0, String *, Path_Combine_1, (String__Array * paths, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8DB0, Path_Combine_1__MethodInfo); DO_APP_FUNC(0x01BAC640, String *, Path_Combine_2, (String * path1, String * path2, String * path3, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8DA0, Path_Combine_2__MethodInfo); DO_APP_FUNC(0x01BAC8A0, void, Path_Validate, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01BAC910, void, Path_Validate_1, (String * path, String * parameterName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8DD0, Path_Validate_1__MethodInfo); DO_APP_FUNC(0x01BACB10, ReadOnlySpan_1_Char_, Path_GetFileName_1, (ReadOnlySpan_1_Char_ path, MethodInfo * method)); DO_APP_FUNC(0x01BACCC0, String *, Path_Join, (ReadOnlySpan_1_Char_ path1, ReadOnlySpan_1_Char_ path2, MethodInfo * method)); DO_APP_FUNC(0x01BACD80, String *, Path_Join_1, (ReadOnlySpan_1_Char_ path1, ReadOnlySpan_1_Char_ path2, ReadOnlySpan_1_Char_ path3, MethodInfo * method)); DO_APP_FUNC(0x01BAD020, String *, Path_JoinInternal, (ReadOnlySpan_1_Char_ first, ReadOnlySpan_1_Char_ second, MethodInfo * method)); DO_APP_FUNC(0x01BAD580, String *, Path_JoinInternal_1, (ReadOnlySpan_1_Char_ first, ReadOnlySpan_1_Char_ second, ReadOnlySpan_1_Char_ third, MethodInfo * method)); DO_APP_FUNC(0x01BADBF0, String *, Path_GetRelativePath, (String * relativeTo, String * path, MethodInfo * method)); DO_APP_FUNC(0x01BADCF0, String *, Path_GetRelativePath_1, (String * relativeTo, String * path, StringComparison__Enum comparisonType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8D50, Path_GetRelativePath_1__MethodInfo); DO_APP_FUNC(0x01BAE480, StringComparison__Enum, Path_get_StringComparison, (MethodInfo * method)); DO_APP_FUNC(0x01BAE530, bool, Path_get_IsCaseSensitive, (MethodInfo * method)); DO_APP_FUNC(0x01BAE5A0, bool, Path_get_IsWindows, (MethodInfo * method)); DO_APP_FUNC(0x01BAE5D0, void, Path_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Path_c__ctor, (Path_c * __this, MethodInfo * method)); DO_APP_FUNC(0x01BAE680, void, Path_c__JoinInternal_b__59_0, (Path_c * __this, Span_1_Char_ destination, ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean_ state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8D88, Path_c__JoinInternal_b__59_0__MethodInfo); DO_APP_FUNC(0x01BAE8E0, void, Path_c__JoinInternal_b__60_0, (Path_c * __this, Span_1_Char_ destination, ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean_ state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8D68, Path_c__JoinInternal_b__60_0__MethodInfo); DO_APP_FUNC(0x01BAECA0, void, UnexceptionalStreamReader__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01BAED90, void, UnexceptionalStreamReader__ctor, (UnexceptionalStreamReader * __this, Stream * stream, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x01BAEE20, int32_t, UnexceptionalStreamReader_Peek, (UnexceptionalStreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01BAEE40, int32_t, UnexceptionalStreamReader_Read, (UnexceptionalStreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01BAEE60, int32_t, UnexceptionalStreamReader_Read_1, (UnexceptionalStreamReader * __this, Char__Array * dest_buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8D18, UnexceptionalStreamReader_Read_1__MethodInfo); DO_APP_FUNC(0x01BAF0F0, bool, UnexceptionalStreamReader_CheckEOL, (UnexceptionalStreamReader * __this, uint16_t current, MethodInfo * method)); DO_APP_FUNC(0x01BAF2D0, String *, UnexceptionalStreamReader_ReadLine, (UnexceptionalStreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01BAF2F0, String *, UnexceptionalStreamReader_ReadToEnd, (UnexceptionalStreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01BAF450, void, UnexceptionalStreamWriter__ctor, (UnexceptionalStreamWriter * __this, Stream * stream, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x01BAF4D0, void, UnexceptionalStreamWriter_Flush, (UnexceptionalStreamWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01BAF500, void, UnexceptionalStreamWriter_Write, (UnexceptionalStreamWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01BAF520, void, UnexceptionalStreamWriter_Write_1, (UnexceptionalStreamWriter * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01BAF540, void, UnexceptionalStreamWriter_Write_2, (UnexceptionalStreamWriter * __this, Char__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01BAF560, void, UnexceptionalStreamWriter_Write_3, (UnexceptionalStreamWriter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01BAF580, void, CStreamReader__ctor, (CStreamReader * __this, Stream * stream, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x01BAEE20, int32_t, CStreamReader_Peek, (CStreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01BAF720, int32_t, CStreamReader_Read, (CStreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01BAF8D0, int32_t, CStreamReader_Read_1, (CStreamReader * __this, Char__Array * dest, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8CF8, CStreamReader_Read_1__MethodInfo); DO_APP_FUNC(0x01BAFAA0, String *, CStreamReader_ReadLine, (CStreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01BAFAD0, String *, CStreamReader_ReadToEnd, (CStreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01BAFB00, void, CStreamWriter__ctor, (CStreamWriter * __this, Stream * stream, Encoding * encoding, bool leaveOpen, MethodInfo * method)); DO_APP_FUNC(0x01BAFCB0, void, CStreamWriter_Write, (CStreamWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01BB0030, void, CStreamWriter_Write_1, (CStreamWriter * __this, uint16_t val, MethodInfo * method)); DO_APP_FUNC(0x01BB0260, void, CStreamWriter_InternalWriteString, (CStreamWriter * __this, String * val, MethodInfo * method)); DO_APP_FUNC(0x01BB0280, void, CStreamWriter_InternalWriteChar, (CStreamWriter * __this, uint16_t val, MethodInfo * method)); DO_APP_FUNC(0x01BB02A0, void, CStreamWriter_InternalWriteChars, (CStreamWriter * __this, Char__Array * buffer, int32_t n, MethodInfo * method)); DO_APP_FUNC(0x01BB02C0, void, CStreamWriter_Write_2, (CStreamWriter * __this, Char__Array * val, MethodInfo * method)); DO_APP_FUNC(0x01BB0300, void, CStreamWriter_Write_3, (CStreamWriter * __this, String * val, MethodInfo * method)); DO_APP_FUNC(0x01BB0360, void, CStreamWriter_WriteLine, (CStreamWriter * __this, String * val, MethodInfo * method)); DO_APP_FUNC(0x01BB03B0, void, FileSystemEntry_Initialize, (FileSystemEntry * entry, Interop_NtDll_FILE_FULL_DIR_INFORMATION * info, ReadOnlySpan_1_Char_ directory, ReadOnlySpan_1_Char_ rootDirectory, ReadOnlySpan_1_Char_ originalRootDirectory, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, ReadOnlySpan_1_Char_, FileSystemEntry_get_Directory, (FileSystemEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB03D0, void, FileSystemEntry_set_Directory, (FileSystemEntry * __this, ReadOnlySpan_1_Char_ value, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, ReadOnlySpan_1_Char_, FileSystemEntry_get_RootDirectory, (FileSystemEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01215B90, void, FileSystemEntry_set_RootDirectory, (FileSystemEntry * __this, ReadOnlySpan_1_Char_ value, MethodInfo * method)); DO_APP_FUNC(0x0114D740, ReadOnlySpan_1_Char_, FileSystemEntry_get_OriginalRootDirectory, (FileSystemEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB03E0, void, FileSystemEntry_set_OriginalRootDirectory, (FileSystemEntry * __this, ReadOnlySpan_1_Char_ value, MethodInfo * method)); DO_APP_FUNC(0x01BB03F0, ReadOnlySpan_1_Char_, FileSystemEntry_get_FileName, (FileSystemEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB0490, FileAttributes__Enum, FileSystemEntry_get_Attributes, (FileSystemEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB04B0, bool, FileSystemEntry_get_IsDirectory, (FileSystemEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB04D0, String *, FileSystemEntry_ToSpecifiedFullPath, (FileSystemEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB07F0, void, FileSystemEnumerableFactory_NormalizeInputs, (String * * directory, String * * expression, EnumerationOptions * options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8D20, FileSystemEnumerableFactory_NormalizeInputs__MethodInfo); DO_APP_FUNC(0x01BB0F80, bool, FileSystemEnumerableFactory_MatchesPattern, (String * expression, ReadOnlySpan_1_Char_ name, EnumerationOptions * options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8CB0, FileSystemEnumerableFactory_MatchesPattern__MethodInfo); DO_APP_FUNC(0x01BB1280, IEnumerable_1_System_String_ *, FileSystemEnumerableFactory_UserFiles, (String * directory, String * expression, EnumerationOptions * options, MethodInfo * method)); DO_APP_FUNC(0x01BB15C0, IEnumerable_1_System_String_ *, FileSystemEnumerableFactory_UserDirectories, (String * directory, String * expression, EnumerationOptions * options, MethodInfo * method)); DO_APP_FUNC(0x01BB1900, IEnumerable_1_System_String_ *, FileSystemEnumerableFactory_UserEntries, (String * directory, String * expression, EnumerationOptions * options, MethodInfo * method)); DO_APP_FUNC(0x01BB1C40, void, FileSystemEnumerableFactory__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FileSystemEnumerableFactory_c_DisplayClass3_0__ctor, (FileSystemEnumerableFactory_c_DisplayClass3_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB1D20, bool, FileSystemEnumerableFactory_c_DisplayClass3_0__UserFiles_b__1, (FileSystemEnumerableFactory_c_DisplayClass3_0 * __this, FileSystemEntry * entry, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8C78, FileSystemEnumerableFactory_c_DisplayClass3_0__UserFiles_b__1__MethodInfo); DO_APP_FUNC(0x01BB1E40, void, FileSystemEnumerableFactory_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FileSystemEnumerableFactory_c__ctor, (FileSystemEnumerableFactory_c * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB1EF0, String *, FileSystemEnumerableFactory_c__UserFiles_b__3_0, (FileSystemEnumerableFactory_c * __this, FileSystemEntry * entry, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8C80, FileSystemEnumerableFactory_c__UserFiles_b__3_0__MethodInfo); DO_APP_FUNC(0x01BB1EF0, String *, FileSystemEnumerableFactory_c__UserDirectories_b__4_0, (FileSystemEnumerableFactory_c * __this, FileSystemEntry * entry, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8CE8, FileSystemEnumerableFactory_c__UserDirectories_b__4_0__MethodInfo); DO_APP_FUNC(0x01BB1EF0, String *, FileSystemEnumerableFactory_c__UserEntries_b__5_0, (FileSystemEnumerableFactory_c * __this, FileSystemEntry * entry, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8CD0, FileSystemEnumerableFactory_c__UserEntries_b__5_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, FileSystemEnumerableFactory_c_DisplayClass4_0__ctor, (FileSystemEnumerableFactory_c_DisplayClass4_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB1F00, bool, FileSystemEnumerableFactory_c_DisplayClass4_0__UserDirectories_b__1, (FileSystemEnumerableFactory_c_DisplayClass4_0 * __this, FileSystemEntry * entry, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8CE0, FileSystemEnumerableFactory_c_DisplayClass4_0__UserDirectories_b__1__MethodInfo); DO_APP_FUNC(0x003AC050, void, FileSystemEnumerableFactory_c_DisplayClass5_0__ctor, (FileSystemEnumerableFactory_c_DisplayClass5_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB2020, bool, FileSystemEnumerableFactory_c_DisplayClass5_0__UserEntries_b__1, (FileSystemEnumerableFactory_c_DisplayClass5_0 * __this, FileSystemEntry * entry, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8CC8, FileSystemEnumerableFactory_c_DisplayClass5_0__UserEntries_b__1__MethodInfo); DO_APP_FUNC(0x01BB2120, String *, FileSystemName_TranslateWin32Expression, (String * expression, MethodInfo * method)); DO_APP_FUNC(0x01BB2530, bool, FileSystemName_MatchesWin32Expression, (ReadOnlySpan_1_Char_ expression, ReadOnlySpan_1_Char_ name, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x01BB25C0, bool, FileSystemName_MatchesSimpleExpression, (ReadOnlySpan_1_Char_ expression, ReadOnlySpan_1_Char_ name, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x01BB2650, bool, FileSystemName_MatchPattern, (ReadOnlySpan_1_Char_ expression, ReadOnlySpan_1_Char_ name, bool ignoreCase, bool useExtendedWildcards, MethodInfo * method)); DO_APP_FUNC(0x01BB3170, void, FileSystemName__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00895E30, uint32_t, _PrivateImplementationDetails__ComputeStringHash, (String * s, MethodInfo * method)); DO_APP_FUNC(0x01BB3310, void, ThrowStub_ThrowNotSupportedException, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8C58, ThrowStub_ThrowNotSupportedException__MethodInfo); DO_APP_FUNC(0x00453330, bool, AmplifyOcclusionEffect_get_UsingTemporalFilter, (AmplifyOcclusionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x004533C0, bool, AmplifyOcclusionEffect_get_UsingMotionVectors, (AmplifyOcclusionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x004533F0, bool, AmplifyOcclusionEffect_get_UsingFilterDownsample, (AmplifyOcclusionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x00453410, void, AmplifyOcclusionEffect_createCommandBuffer, (AmplifyOcclusionEffect * __this, AmplifyOcclusionEffect_CmdBuffer * aCmdBuffer, String * aCmdBufferName, CameraEvent__Enum aCameraEvent, MethodInfo * method)); DO_APP_FUNC(0x004535F0, void, AmplifyOcclusionEffect_cleanupCommandBuffer, (AmplifyOcclusionEffect * __this, AmplifyOcclusionEffect_CmdBuffer * aCmdBuffer, MethodInfo * method)); DO_APP_FUNC(0x00453820, void, AmplifyOcclusionEffect_createQuadMesh, (AmplifyOcclusionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x00453F10, void, AmplifyOcclusionEffect_PerformBlit, (AmplifyOcclusionEffect * __this, CommandBuffer * cb, Material * mat, int32_t pass, MethodInfo * method)); DO_APP_FUNC(0x00454010, void, AmplifyOcclusionEffect_checkMaterials, (AmplifyOcclusionEffect * __this, bool aThroughErrorMsg, MethodInfo * method)); DO_APP_FUNC(0x004546A0, bool, AmplifyOcclusionEffect_checkRenderTextureFormats, (AmplifyOcclusionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x00454710, void, AmplifyOcclusionEffect_OnEnable, (AmplifyOcclusionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x00454B30, void, AmplifyOcclusionEffect_Reset, (AmplifyOcclusionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x00454B30, void, AmplifyOcclusionEffect_OnDisable, (AmplifyOcclusionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x00454C50, void, AmplifyOcclusionEffect_releaseTemporalRT, (AmplifyOcclusionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x00454D70, void, AmplifyOcclusionEffect_ClearHistory, (AmplifyOcclusionEffect * __this, CommandBuffer * cb, MethodInfo * method)); DO_APP_FUNC(0x00455080, void, AmplifyOcclusionEffect_checkParamsChanged, (AmplifyOcclusionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x00456040, void, AmplifyOcclusionEffect_updateParams, (AmplifyOcclusionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x004560E0, void, AmplifyOcclusionEffect_Update, (AmplifyOcclusionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x004565F0, void, AmplifyOcclusionEffect_OnPreRender, (AmplifyOcclusionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x00456BE0, void, AmplifyOcclusionEffect_OnPostRender, (AmplifyOcclusionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x00456DC0, void, AmplifyOcclusionEffect_commandBuffer_FillComputeOcclusion, (AmplifyOcclusionEffect * __this, CommandBuffer * cb, MethodInfo * method)); DO_APP_FUNC(0x00458330, int32_t, AmplifyOcclusionEffect_commandBuffer_NeighborMotionIntensity, (AmplifyOcclusionEffect * __this, CommandBuffer * cb, int32_t aSourceWidth, int32_t aSourceHeight, MethodInfo * method)); DO_APP_FUNC(0x00458A40, void, AmplifyOcclusionEffect_commandBuffer_Blur, (AmplifyOcclusionEffect * __this, CommandBuffer * cb, RenderTargetIdentifier aSourceRT, int32_t aSourceWidth, int32_t aSourceHeight, MethodInfo * method)); DO_APP_FUNC(0x00458F70, int32_t, AmplifyOcclusionEffect_getTemporalPass, (AmplifyOcclusionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x00458FB0, void, AmplifyOcclusionEffect_commandBuffer_TemporalFilter, (AmplifyOcclusionEffect * __this, CommandBuffer * cb, MethodInfo * method)); DO_APP_FUNC(0x004592E0, void, AmplifyOcclusionEffect_commandBuffer_FillApplyDeferred, (AmplifyOcclusionEffect * __this, CommandBuffer * cb, bool logTarget, MethodInfo * method)); DO_APP_FUNC(0x0045A700, void, AmplifyOcclusionEffect_commandBuffer_FillApplyPostEffect, (AmplifyOcclusionEffect * __this, CommandBuffer * cb, MethodInfo * method)); DO_APP_FUNC(0x0045AF50, void, AmplifyOcclusionEffect_commandBuffer_FillApplyDebug, (AmplifyOcclusionEffect * __this, CommandBuffer * cb, MethodInfo * method)); DO_APP_FUNC(0x0045B600, void, AmplifyOcclusionEffect_UpdateGlobalShaderConstants, (AmplifyOcclusionEffect * __this, CommandBuffer * cb, MethodInfo * method)); DO_APP_FUNC(0x0045B6D0, void, AmplifyOcclusionEffect_UpdateGlobalShaderConstants_AmbientOcclusion, (AmplifyOcclusionEffect * __this, CommandBuffer * cb, MethodInfo * method)); DO_APP_FUNC(0x0045BE40, void, AmplifyOcclusionEffect_UpdateGlobalShaderConstants_Matrices, (AmplifyOcclusionEffect * __this, CommandBuffer * cb, MethodInfo * method)); DO_APP_FUNC(0x0045BEA0, void, AmplifyOcclusionEffect__ctor, (AmplifyOcclusionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x0045C5D0, void, AstarBehaviorSelection_Start, (AstarBehaviorSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x0045DD30, void, AstarBehaviorSelection_OnGUI, (AstarBehaviorSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x0045E210, String *, AstarBehaviorSelection_Description, (AstarBehaviorSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x0045E430, String *, AstarBehaviorSelection_SplitCamelCase, (String * s, MethodInfo * method)); DO_APP_FUNC(0x0045E6C0, void, AstarBehaviorSelection_SelectionChanged, (AstarBehaviorSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x00460320, void, AstarBehaviorSelection_DisableAll, (AstarBehaviorSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x00461700, IEnumerator *, AstarBehaviorSelection_EnableBehavior, (AstarBehaviorSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x004617A0, void, AstarBehaviorSelection__ctor, (AstarBehaviorSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AstarBehaviorSelection_EnableBehavior_d_24__ctor, (AstarBehaviorSelection_EnableBehavior_d_24 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AstarBehaviorSelection_EnableBehavior_d_24_System_IDisposable_Dispose, (AstarBehaviorSelection_EnableBehavior_d_24 * __this, MethodInfo * method)); DO_APP_FUNC(0x004618C0, bool, AstarBehaviorSelection_EnableBehavior_d_24_MoveNext, (AstarBehaviorSelection_EnableBehavior_d_24 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AstarBehaviorSelection_EnableBehavior_d_24_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AstarBehaviorSelection_EnableBehavior_d_24 * __this, MethodInfo * method)); DO_APP_FUNC(0x00461A10, void, AstarBehaviorSelection_EnableBehavior_d_24_System_Collections_IEnumerator_Reset, (AstarBehaviorSelection_EnableBehavior_d_24 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD78D0, AstarBehaviorSelection_EnableBehavior_d_24_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AstarBehaviorSelection_EnableBehavior_d_24_System_Collections_IEnumerator_get_Current, (AstarBehaviorSelection_EnableBehavior_d_24 * __this, MethodInfo * method)); DO_APP_FUNC(0x00461A60, void, BehaviorSelection_Start, (BehaviorSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x00463250, void, BehaviorSelection_OnGUI, (BehaviorSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x00463650, String *, BehaviorSelection_Description, (BehaviorSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x00463920, String *, BehaviorSelection_SplitCamelCase, (String * s, MethodInfo * method)); DO_APP_FUNC(0x00463BB0, void, BehaviorSelection_SelectionChanged, (BehaviorSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x00466010, void, BehaviorSelection_DisableAll, (BehaviorSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x004673D0, IEnumerator *, BehaviorSelection_EnableBehavior, (BehaviorSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x00467470, void, BehaviorSelection__ctor, (BehaviorSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, BehaviorSelection_EnableBehavior_d_25__ctor, (BehaviorSelection_EnableBehavior_d_25 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BehaviorSelection_EnableBehavior_d_25_System_IDisposable_Dispose, (BehaviorSelection_EnableBehavior_d_25 * __this, MethodInfo * method)); DO_APP_FUNC(0x00467590, bool, BehaviorSelection_EnableBehavior_d_25_MoveNext, (BehaviorSelection_EnableBehavior_d_25 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, BehaviorSelection_EnableBehavior_d_25_System_Collections_Generic_IEnumerator_System_Object__get_Current, (BehaviorSelection_EnableBehavior_d_25 * __this, MethodInfo * method)); DO_APP_FUNC(0x004676E0, void, BehaviorSelection_EnableBehavior_d_25_System_Collections_IEnumerator_Reset, (BehaviorSelection_EnableBehavior_d_25 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7868, BehaviorSelection_EnableBehavior_d_25_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, BehaviorSelection_EnableBehavior_d_25_System_Collections_IEnumerator_get_Current, (BehaviorSelection_EnableBehavior_d_25 * __this, MethodInfo * method)); DO_APP_FUNC(0x00467730, void, BlurController_OnEnable, (BlurController * __this, MethodInfo * method)); DO_APP_FUNC(0x004677B0, void, BlurController_OnBlurOut, (BlurController * __this, MethodInfo * method)); DO_APP_FUNC(0x004679B0, IEnumerator *, BlurController_BlurOut, (BlurController * __this, MethodInfo * method)); DO_APP_FUNC(0x00467730, void, BlurController_OnDisable, (BlurController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, BlurController__ctor, (BlurController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, BlurController_BlurOut_d_4__ctor, (BlurController_BlurOut_d_4 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BlurController_BlurOut_d_4_System_IDisposable_Dispose, (BlurController_BlurOut_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00467A50, bool, BlurController_BlurOut_d_4_MoveNext, (BlurController_BlurOut_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, BlurController_BlurOut_d_4_System_Collections_Generic_IEnumerator_System_Object__get_Current, (BlurController_BlurOut_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00467DE0, void, BlurController_BlurOut_d_4_System_Collections_IEnumerator_Reset, (BlurController_BlurOut_d_4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7858, BlurController_BlurOut_d_4_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, BlurController_BlurOut_d_4_System_Collections_IEnumerator_get_Current, (BlurController_BlurOut_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00467E30, void, CameraFadeController_Awake, (CameraFadeController * __this, MethodInfo * method)); DO_APP_FUNC(0x00467EB0, IEnumerator *, CameraFadeController_FadeIn, (CameraFadeController * __this, MethodInfo * method)); DO_APP_FUNC(0x00467F50, IEnumerator *, CameraFadeController_FadeOut, (CameraFadeController * __this, MethodInfo * method)); DO_APP_FUNC(0x00467FF0, void, CameraFadeController_OnFadeIn, (CameraFadeController * __this, MethodInfo * method)); DO_APP_FUNC(0x004680A0, void, CameraFadeController_OnFadeOut, (CameraFadeController * __this, MethodInfo * method)); DO_APP_FUNC(0x00468150, void, CameraFadeController_FadeInImmediately, (CameraFadeController * __this, MethodInfo * method)); DO_APP_FUNC(0x004682D0, void, CameraFadeController_ForceWhite, (CameraFadeController * __this, MethodInfo * method)); DO_APP_FUNC(0x00468450, void, CameraFadeController_ForceBlack, (CameraFadeController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, CameraFadeController__ctor, (CameraFadeController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CameraFadeController_FadeIn_d_6__ctor, (CameraFadeController_FadeIn_d_6 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CameraFadeController_FadeIn_d_6_System_IDisposable_Dispose, (CameraFadeController_FadeIn_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x004685D0, bool, CameraFadeController_FadeIn_d_6_MoveNext, (CameraFadeController_FadeIn_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CameraFadeController_FadeIn_d_6_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CameraFadeController_FadeIn_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x00468890, void, CameraFadeController_FadeIn_d_6_System_Collections_IEnumerator_Reset, (CameraFadeController_FadeIn_d_6 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7830, CameraFadeController_FadeIn_d_6_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CameraFadeController_FadeIn_d_6_System_Collections_IEnumerator_get_Current, (CameraFadeController_FadeIn_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CameraFadeController_FadeOut_d_7__ctor, (CameraFadeController_FadeOut_d_7 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CameraFadeController_FadeOut_d_7_System_IDisposable_Dispose, (CameraFadeController_FadeOut_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x004688E0, bool, CameraFadeController_FadeOut_d_7_MoveNext, (CameraFadeController_FadeOut_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CameraFadeController_FadeOut_d_7_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CameraFadeController_FadeOut_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x00468BB0, void, CameraFadeController_FadeOut_d_7_System_Collections_IEnumerator_Reset, (CameraFadeController_FadeOut_d_7 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7828, CameraFadeController_FadeOut_d_7_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CameraFadeController_FadeOut_d_7_System_Collections_IEnumerator_get_Current, (CameraFadeController_FadeOut_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, HairDesignerMeshInstance__ctor, (HairDesignerMeshInstance * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, MLPForceSaveProbes__ctor, (MLPForceSaveProbes * __this, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, MLPSettings__ctor, (MLPSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00468C00, void, MouseOrbit_Start, (MouseOrbit * __this, MethodInfo * method)); DO_APP_FUNC(0x00468DB0, void, MouseOrbit_LateUpdate, (MouseOrbit * __this, MethodInfo * method)); DO_APP_FUNC(0x00469980, float, MouseOrbit_ClampAngle, (float angle, float min, float max, MethodInfo * method)); DO_APP_FUNC(0x004699C0, void, MouseOrbit__ctor, (MouseOrbit * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, KeyScript_Start, (KeyScript * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, KeyScript_Update, (KeyScript * __this, MethodInfo * method)); DO_APP_FUNC(0x00469A50, void, KeyScript_OnTriggerEnter, (KeyScript * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x00469C40, void, KeyScript_GetKey, (KeyScript * __this, MethodInfo * method)); DO_APP_FUNC(0x00469D10, void, KeyScript__ctor, (KeyScript * __this, MethodInfo * method)); DO_APP_FUNC(0x00469DE0, void, LightAnimationAdvanced_Awake, (LightAnimationAdvanced * __this, MethodInfo * method)); DO_APP_FUNC(0x00469F30, void, LightAnimationAdvanced_Start, (LightAnimationAdvanced * __this, MethodInfo * method)); DO_APP_FUNC(0x00469FE0, IEnumerator *, LightAnimationAdvanced_LightAnim, (LightAnimationAdvanced * __this, MethodInfo * method)); DO_APP_FUNC(0x0046A080, void, LightAnimationAdvanced__ctor, (LightAnimationAdvanced * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, LightAnimationAdvanced_LightAnim_d_10__ctor, (LightAnimationAdvanced_LightAnim_d_10 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LightAnimationAdvanced_LightAnim_d_10_System_IDisposable_Dispose, (LightAnimationAdvanced_LightAnim_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x0046A0E0, bool, LightAnimationAdvanced_LightAnim_d_10_MoveNext, (LightAnimationAdvanced_LightAnim_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, LightAnimationAdvanced_LightAnim_d_10_System_Collections_Generic_IEnumerator_System_Object__get_Current, (LightAnimationAdvanced_LightAnim_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x0046A550, void, LightAnimationAdvanced_LightAnim_d_10_System_Collections_IEnumerator_Reset, (LightAnimationAdvanced_LightAnim_d_10 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD77E8, LightAnimationAdvanced_LightAnim_d_10_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, LightAnimationAdvanced_LightAnim_d_10_System_Collections_IEnumerator_get_Current, (LightAnimationAdvanced_LightAnim_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x0046A5A0, void, LightAnimationSimple_Awake, (LightAnimationSimple * __this, MethodInfo * method)); DO_APP_FUNC(0x0046A6E0, void, LightAnimationSimple_OnEnable, (LightAnimationSimple * __this, MethodInfo * method)); DO_APP_FUNC(0x0046A790, IEnumerator *, LightAnimationSimple_FlameAnimation, (LightAnimationSimple * __this, MethodInfo * method)); DO_APP_FUNC(0x0046A830, void, LightAnimationSimple_OnDisable, (LightAnimationSimple * __this, MethodInfo * method)); DO_APP_FUNC(0x0046A880, void, LightAnimationSimple__ctor, (LightAnimationSimple * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, LightAnimationSimple_FlameAnimation_d_8__ctor, (LightAnimationSimple_FlameAnimation_d_8 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LightAnimationSimple_FlameAnimation_d_8_System_IDisposable_Dispose, (LightAnimationSimple_FlameAnimation_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x0046A8E0, bool, LightAnimationSimple_FlameAnimation_d_8_MoveNext, (LightAnimationSimple_FlameAnimation_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, LightAnimationSimple_FlameAnimation_d_8_System_Collections_Generic_IEnumerator_System_Object__get_Current, (LightAnimationSimple_FlameAnimation_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x0046AF30, void, LightAnimationSimple_FlameAnimation_d_8_System_Collections_IEnumerator_Reset, (LightAnimationSimple_FlameAnimation_d_8 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD77D8, LightAnimationSimple_FlameAnimation_d_8_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, LightAnimationSimple_FlameAnimation_d_8_System_Collections_IEnumerator_get_Current, (LightAnimationSimple_FlameAnimation_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, NL_MCS_IgnoreShadowCastingSwitch__ctor, (NL_MCS_IgnoreShadowCastingSwitch * __this, MethodInfo * method)); DO_APP_FUNC(0x0046AF80, void, RockingChairRocker_Awake, (RockingChairRocker * __this, MethodInfo * method)); DO_APP_FUNC(0x0046B020, void, RockingChairRocker_Start, (RockingChairRocker * __this, MethodInfo * method)); DO_APP_FUNC(0x0046B340, void, RockingChairRocker_Update, (RockingChairRocker * __this, MethodInfo * method)); DO_APP_FUNC(0x0046B7E0, void, RockingChairRocker__ctor, (RockingChairRocker * __this, MethodInfo * method)); DO_APP_FUNC(0x0046B8E0, void, CoatingRandomizer_Awake, (CoatingRandomizer * __this, MethodInfo * method)); DO_APP_FUNC(0x0046BEF0, void, CoatingRandomizer__ctor, (CoatingRandomizer * __this, MethodInfo * method)); DO_APP_FUNC(0x0046C130, void, AddressableLoader_Start, (AddressableLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x0046C240, void, AddressableLoader__ctor, (AddressableLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x0046C310, void, AddressableMaterialLoader_Awake, (AddressableMaterialLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x0046C640, void, AddressableMaterialLoader_OnEnable, (AddressableMaterialLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x0046C6C0, IEnumerator *, AddressableMaterialLoader_LoadMappings, (AddressableMaterialLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x0046C760, void, AddressableMaterialLoader_OnDestroy, (AddressableMaterialLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AddressableMaterialLoader__ctor, (AddressableMaterialLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AddressableMaterialLoader_Mapping__ctor, (AddressableMaterialLoader_Mapping * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AddressableMaterialLoader_LoadMappings_d_7__ctor, (AddressableMaterialLoader_LoadMappings_d_7 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x0046C950, void, AddressableMaterialLoader_LoadMappings_d_7_System_IDisposable_Dispose, (AddressableMaterialLoader_LoadMappings_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x0046CA10, bool, AddressableMaterialLoader_LoadMappings_d_7_MoveNext, (AddressableMaterialLoader_LoadMappings_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x0046D5A0, void, AddressableMaterialLoader_LoadMappings_d_7___m__Finally1, (AddressableMaterialLoader_LoadMappings_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AddressableMaterialLoader_LoadMappings_d_7_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AddressableMaterialLoader_LoadMappings_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x0046D5F0, void, AddressableMaterialLoader_LoadMappings_d_7_System_Collections_IEnumerator_Reset, (AddressableMaterialLoader_LoadMappings_d_7 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD76F0, AddressableMaterialLoader_LoadMappings_d_7_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AddressableMaterialLoader_LoadMappings_d_7_System_Collections_IEnumerator_get_Current, (AddressableMaterialLoader_LoadMappings_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x0046D640, void, AIGroundRaycastLayerTrigger_OnTriggerEnter, (AIGroundRaycastLayerTrigger * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x0046D7E0, void, AIGroundRaycastLayerTrigger_OnTriggerExit, (AIGroundRaycastLayerTrigger * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x0046D980, void, AIGroundRaycastLayerTrigger__ctor, (AIGroundRaycastLayerTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x0046DA50, void, AIKillBox_OnTriggerEnter, (AIKillBox * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AIKillBox__ctor, (AIKillBox * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F540, bool, AINearbyPerks_get_repellentNearby, (AINearbyPerks * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F550, void, AINearbyPerks_set_repellentNearby, (AINearbyPerks * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0046DDA0, bool, AINearbyPerks_get_stayBackNearby, (AINearbyPerks * __this, MethodInfo * method)); DO_APP_FUNC(0x0046DDB0, void, AINearbyPerks_set_stayBackNearby, (AINearbyPerks * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0046DDC0, void, AINearbyPerks_FixedUpdate, (AINearbyPerks * __this, MethodInfo * method)); DO_APP_FUNC(0x0046E1E0, void, AINearbyPerks_OnSlowedByPerk, (AINearbyPerks * __this, bool active, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AINearbyPerks__ctor, (AINearbyPerks * __this, MethodInfo * method)); DO_APP_FUNC(0x0046E880, void, AINearbyPerks__OnSlowedByPerk_b__12_0, (AINearbyPerks * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7698, AINearbyPerks__OnSlowedByPerk_b__12_0__MethodInfo); DO_APP_FUNC(0x0046EA00, void, AINearbyPerks__OnSlowedByPerk_b__12_1, (AINearbyPerks * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7690, AINearbyPerks__OnSlowedByPerk_b__12_1__MethodInfo); DO_APP_FUNC(0x003AC050, void, AINearbyPerks_c_DisplayClass12_0__ctor, (AINearbyPerks_c_DisplayClass12_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0046EA60, void, AINearbyPerks_c_DisplayClass12_0__OnSlowedByPerk_b__2, (AINearbyPerks_c_DisplayClass12_0 * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7678, AINearbyPerks_c_DisplayClass12_0__OnSlowedByPerk_b__2__MethodInfo); DO_APP_FUNC(0x0046EAC0, AIObjectPool *, AIObjectPool_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x003B93D0, AIObjectPool_PreloadedPrefab__Array *, AIObjectPool_get_PreloadedPrefabs, (AIObjectPool * __this, MethodInfo * method)); DO_APP_FUNC(0x0046EC10, void, AIObjectPool_OnEnable, (AIObjectPool * __this, MethodInfo * method)); DO_APP_FUNC(0x0046EE20, void, AIObjectPool_Start, (AIObjectPool * __this, MethodInfo * method)); DO_APP_FUNC(0x0046F120, GameObject *, AIObjectPool_Instantiate, (GameObject * original, MethodInfo * method)); DO_APP_FUNC(0x0046F280, GameObject *, AIObjectPool_Instantiate_1, (GameObject * original, Vector3 position, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x0046F300, GameObject *, AIObjectPool_Instantiate_2, (GameObject * original, Vector3 position, Quaternion rotation, Transform * parent, MethodInfo * method)); DO_APP_FUNC(0x0046F390, GameObject *, AIObjectPool_InstantiateInternal, (AIObjectPool * __this, GameObject * original, Vector3 position, Quaternion rotation, Transform * parent, MethodInfo * method)); DO_APP_FUNC(0x0046F7A0, GameObject *, AIObjectPool_ObjectFromPool, (AIObjectPool * __this, int32_t originalInstanceID, Vector3 position, Quaternion rotation, Transform * parent, MethodInfo * method)); DO_APP_FUNC(0x0046FAD0, bool, AIObjectPool_InstantiatedWithPool, (GameObject * instantiatedObject, MethodInfo * method)); DO_APP_FUNC(0x0046FB60, bool, AIObjectPool_InstantiatedWithPoolInternal, (AIObjectPool * __this, GameObject * instantiatedObject, MethodInfo * method)); DO_APP_FUNC(0x0046FBF0, int32_t, AIObjectPool_OriginalInstanceID, (GameObject * instantiatedObject, MethodInfo * method)); DO_APP_FUNC(0x0046FD40, int32_t, AIObjectPool_OriginalInstanceIDInternal, (AIObjectPool * __this, GameObject * instantiatedObject, MethodInfo * method)); DO_APP_FUNC(0x0046FE80, void, AIObjectPool_Destroy, (GameObject * instantiatedObject, MethodInfo * method)); DO_APP_FUNC(0x0046FFB0, void, AIObjectPool_DestroyInternal, (AIObjectPool * __this, GameObject * instantiatedObject, MethodInfo * method)); DO_APP_FUNC(0x00470420, void, AIObjectPool_DestroyLocal, (AIObjectPool * __this, GameObject * instantiatedObject, int32_t originalInstanceID, MethodInfo * method)); DO_APP_FUNC(0x004709B0, void, AIObjectPool_SceneUnloaded, (AIObjectPool * __this, Scene scene, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7648, AIObjectPool_SceneUnloaded__MethodInfo); DO_APP_FUNC(0x00470AF0, void, AIObjectPool_OnDisable, (AIObjectPool * __this, MethodInfo * method)); DO_APP_FUNC(0x00470BA0, void, AIObjectPool_OnResetGame, (AIObjectPool * __this, MethodInfo * method)); DO_APP_FUNC(0x00470C70, void, AIObjectPool__ctor, (AIObjectPool * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, GameObject *, AIObjectPool_PreloadedPrefab_get_Prefab, (AIObjectPool_PreloadedPrefab * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, AIObjectPool_PreloadedPrefab_get_Count, (AIObjectPool_PreloadedPrefab * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F20, void, AIPatrolDeathTrigger_Start, (AIPatrolDeathTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x004710F0, void, AIPatrolDeathTrigger_OnTriggerEnter, (AIPatrolDeathTrigger * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x00471260, void, AIPatrolDeathTrigger__ctor, (AIPatrolDeathTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00471360, bool, GoatBehaviour_get_isInspiredPerkActive, (GoatBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00471370, void, GoatBehaviour_set_isInspiredPerkActive, (GoatBehaviour * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00471380, void, GoatBehaviour_Awake, (GoatBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004717F0, void, GoatBehaviour_Start, (GoatBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004718C0, void, GoatBehaviour_Attached, (GoatBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00472140, IEnumerator *, GoatBehaviour_DelayBah, (GoatBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004721E0, IEnumerator *, GoatBehaviour_FleeBah, (GoatBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00472280, void, GoatBehaviour_OnAbilityIndex, (GoatBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD74D0, GoatBehaviour_OnAbilityIndex__MethodInfo); DO_APP_FUNC(0x00472DF0, void, GoatBehaviour_OnMoving, (GoatBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD74C0, GoatBehaviour_OnMoving__MethodInfo); DO_APP_FUNC(0x004730A0, bool, GoatBehaviour_IsEating, (GoatBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00473150, BoltEntity *, GoatBehaviour_GetHayBeingEaten, (GoatBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00473200, void, GoatBehaviour_SetHayBeingEaten, (GoatBehaviour * __this, BoltEntity * hay, MethodInfo * method)); DO_APP_FUNC(0x00473330, void, GoatBehaviour_ForceEatingHay, (GoatBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00473410, IEnumerator *, GoatBehaviour_WaitUntilEndOfFrameToEatHay, (GoatBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004734B0, void, GoatBehaviour_Spawn, (GoatBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00473530, void, GoatBehaviour_Detached, (GoatBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00473730, void, GoatBehaviour_OnHayEaten, (GoatBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD74C8, GoatBehaviour_OnHayEaten__MethodInfo); DO_APP_FUNC(0x00473A50, void, GoatBehaviour_SetInitialGoatSpawn, (GoatBehaviour * __this, InitialGoatSpawn * spawn, MethodInfo * method)); DO_APP_FUNC(0x00473AB0, bool, GoatBehaviour_IsInLockedRoom, (GoatBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF710, void, GoatBehaviour_SetLockedDoor, (GoatBehaviour * __this, DoorBehaviour * doorBehaviour, MethodInfo * method)); DO_APP_FUNC(0x00473D30, Behavior *, GoatBehaviour_GetMainBehaviour, (GoatBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00473D40, void, GoatBehaviour_StopMainBehaviour, (GoatBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00473E60, void, GoatBehaviour_OnGlobalGoatBurnEvent, (GoatBehaviour * __this, int32_t numObjectsBurned, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD74E8, GoatBehaviour_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x00473FD0, void, GoatBehaviour_SetInsideAntiWanderCollider, (GoatBehaviour * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00473FE0, bool, GoatBehaviour_IsInsideAntiWanderCollider, (GoatBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00473FF0, void, GoatBehaviour_FixedUpdate, (GoatBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00474330, void, GoatBehaviour_OnStartEating, (GoatBehaviour * __this, GameObject * hay, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7518, GoatBehaviour_OnStartEating__MethodInfo); DO_APP_FUNC(0x004746C0, void, GoatBehaviour_Footstep, (GoatBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004748D0, void, GoatBehaviour_OnSpeedUp, (GoatBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7520, GoatBehaviour_OnSpeedUp__MethodInfo); DO_APP_FUNC(0x00474B70, void, GoatBehaviour_OnSlowDown, (GoatBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7528, GoatBehaviour_OnSlowDown__MethodInfo); DO_APP_FUNC(0x00474E10, void, GoatBehaviour_OnDestroy, (GoatBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00475130, void, GoatBehaviour__ctor, (GoatBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GoatBehaviour_DelayBah_d_36__ctor, (GoatBehaviour_DelayBah_d_36 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GoatBehaviour_DelayBah_d_36_System_IDisposable_Dispose, (GoatBehaviour_DelayBah_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x00475320, bool, GoatBehaviour_DelayBah_d_36_MoveNext, (GoatBehaviour_DelayBah_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GoatBehaviour_DelayBah_d_36_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GoatBehaviour_DelayBah_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x004755F0, void, GoatBehaviour_DelayBah_d_36_System_Collections_IEnumerator_Reset, (GoatBehaviour_DelayBah_d_36 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA200, GoatBehaviour_DelayBah_d_36_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GoatBehaviour_DelayBah_d_36_System_Collections_IEnumerator_get_Current, (GoatBehaviour_DelayBah_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GoatBehaviour_FleeBah_d_37__ctor, (GoatBehaviour_FleeBah_d_37 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GoatBehaviour_FleeBah_d_37_System_IDisposable_Dispose, (GoatBehaviour_FleeBah_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x00475640, bool, GoatBehaviour_FleeBah_d_37_MoveNext, (GoatBehaviour_FleeBah_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GoatBehaviour_FleeBah_d_37_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GoatBehaviour_FleeBah_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x00475830, void, GoatBehaviour_FleeBah_d_37_System_Collections_IEnumerator_Reset, (GoatBehaviour_FleeBah_d_37 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA1F8, GoatBehaviour_FleeBah_d_37_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GoatBehaviour_FleeBah_d_37_System_Collections_IEnumerator_get_Current, (GoatBehaviour_FleeBah_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GoatBehaviour_WaitUntilEndOfFrameToEatHay_d_44__ctor, (GoatBehaviour_WaitUntilEndOfFrameToEatHay_d_44 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GoatBehaviour_WaitUntilEndOfFrameToEatHay_d_44_System_IDisposable_Dispose, (GoatBehaviour_WaitUntilEndOfFrameToEatHay_d_44 * __this, MethodInfo * method)); DO_APP_FUNC(0x00475880, bool, GoatBehaviour_WaitUntilEndOfFrameToEatHay_d_44_MoveNext, (GoatBehaviour_WaitUntilEndOfFrameToEatHay_d_44 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GoatBehaviour_WaitUntilEndOfFrameToEatHay_d_44_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GoatBehaviour_WaitUntilEndOfFrameToEatHay_d_44 * __this, MethodInfo * method)); DO_APP_FUNC(0x00475B20, void, GoatBehaviour_WaitUntilEndOfFrameToEatHay_d_44_System_Collections_IEnumerator_Reset, (GoatBehaviour_WaitUntilEndOfFrameToEatHay_d_44 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA1E8, GoatBehaviour_WaitUntilEndOfFrameToEatHay_d_44_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GoatBehaviour_WaitUntilEndOfFrameToEatHay_d_44_System_Collections_IEnumerator_get_Current, (GoatBehaviour_WaitUntilEndOfFrameToEatHay_d_44 * __this, MethodInfo * method)); DO_APP_FUNC(0x00475B70, void, GoatEscapeDoorOpen_Awake, (GoatEscapeDoorOpen * __this, MethodInfo * method)); DO_APP_FUNC(0x00475C90, void, GoatEscapeDoorOpen_Start, (GoatEscapeDoorOpen * __this, MethodInfo * method)); DO_APP_FUNC(0x00475DB0, void, GoatEscapeDoorOpen_Attached, (GoatEscapeDoorOpen * __this, MethodInfo * method)); DO_APP_FUNC(0x00475F40, void, GoatEscapeDoorOpen_OnTriggerEnter, (GoatEscapeDoorOpen * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x00476150, void, GoatEscapeDoorOpen_OnEscapeGoatDetached, (GoatEscapeDoorOpen * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA1C8, GoatEscapeDoorOpen_OnEscapeGoatDetached__MethodInfo); DO_APP_FUNC(0x00476210, IEnumerator *, GoatEscapeDoorOpen_TurnOffAnnaOpeningDoor, (GoatEscapeDoorOpen * __this, MethodInfo * method)); DO_APP_FUNC(0x004762B0, void, GoatEscapeDoorOpen_OnDestroy, (GoatEscapeDoorOpen * __this, MethodInfo * method)); DO_APP_FUNC(0x004763D0, void, GoatEscapeDoorOpen__ctor, (GoatEscapeDoorOpen * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GoatEscapeDoorOpen_TurnOffAnnaOpeningDoor_d_11__ctor, (GoatEscapeDoorOpen_TurnOffAnnaOpeningDoor_d_11 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GoatEscapeDoorOpen_TurnOffAnnaOpeningDoor_d_11_System_IDisposable_Dispose, (GoatEscapeDoorOpen_TurnOffAnnaOpeningDoor_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x00476420, bool, GoatEscapeDoorOpen_TurnOffAnnaOpeningDoor_d_11_MoveNext, (GoatEscapeDoorOpen_TurnOffAnnaOpeningDoor_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GoatEscapeDoorOpen_TurnOffAnnaOpeningDoor_d_11_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GoatEscapeDoorOpen_TurnOffAnnaOpeningDoor_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x00476510, void, GoatEscapeDoorOpen_TurnOffAnnaOpeningDoor_d_11_System_Collections_IEnumerator_Reset, (GoatEscapeDoorOpen_TurnOffAnnaOpeningDoor_d_11 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA188, GoatEscapeDoorOpen_TurnOffAnnaOpeningDoor_d_11_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GoatEscapeDoorOpen_TurnOffAnnaOpeningDoor_d_11_System_Collections_IEnumerator_get_Current, (GoatEscapeDoorOpen_TurnOffAnnaOpeningDoor_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x00476560, void, PigBehaviour_Attached, (PigBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00476690, void, PigBehaviour_OnAbilityIndex, (PigBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA180, PigBehaviour_OnAbilityIndex__MethodInfo); DO_APP_FUNC(0x00477630, IEnumerator *, PigBehaviour_WanderGrunt, (PigBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00475130, void, PigBehaviour__ctor, (PigBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PigBehaviour_WanderGrunt_d_4__ctor, (PigBehaviour_WanderGrunt_d_4 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PigBehaviour_WanderGrunt_d_4_System_IDisposable_Dispose, (PigBehaviour_WanderGrunt_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x004776D0, bool, PigBehaviour_WanderGrunt_d_4_MoveNext, (PigBehaviour_WanderGrunt_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PigBehaviour_WanderGrunt_d_4_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PigBehaviour_WanderGrunt_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x004778C0, void, PigBehaviour_WanderGrunt_d_4_System_Collections_IEnumerator_Reset, (PigBehaviour_WanderGrunt_d_4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA170, PigBehaviour_WanderGrunt_d_4_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PigBehaviour_WanderGrunt_d_4_System_Collections_IEnumerator_get_Current, (PigBehaviour_WanderGrunt_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00477910, void, AntiWanderBox_OnTriggerEnter, (AntiWanderBox * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x00477B60, void, AntiWanderBox_OnTriggerExit, (AntiWanderBox * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AntiWanderBox__ctor, (AntiWanderBox * __this, MethodInfo * method)); DO_APP_FUNC(0x00477DB0, bool, AzazelAprilBehaviour_get_IsInDeadRealm, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00477DC0, void, AzazelAprilBehaviour_set_IsInDeadRealm, (AzazelAprilBehaviour * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00477DD0, float, AzazelAprilBehaviour_get_LastRealmTraverseTime, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00477DE0, void, AzazelAprilBehaviour_set_LastRealmTraverseTime, (AzazelAprilBehaviour * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00477DF0, void, AzazelAprilBehaviour_Awake, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00478650, void, AzazelAprilBehaviour_Start, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004788B0, void, AzazelAprilBehaviour_Attached, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00478F10, void, AzazelAprilBehaviour_Detached, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00479280, void, AzazelAprilBehaviour_Update, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00479940, void, AzazelAprilBehaviour_LateUpdate, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0047A510, void, AzazelAprilBehaviour_OnAbilityIntData, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA0B0, AzazelAprilBehaviour_OnAbilityIntData__MethodInfo); DO_APP_FUNC(0x0047B550, void, AzazelAprilBehaviour_OnHeadbangStare, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA098, AzazelAprilBehaviour_OnHeadbangStare__MethodInfo); DO_APP_FUNC(0x0047B7C0, void, AzazelAprilBehaviour_PlayHeadbangingClip, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0047BBB0, void, AzazelAprilBehaviour_PlayWanderClip, (AzazelAprilBehaviour * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x0047BE20, void, AzazelAprilBehaviour_OnAbilityIndex, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA0B8, AzazelAprilBehaviour_OnAbilityIndex__MethodInfo); DO_APP_FUNC(0x0047CAE0, void, AzazelAprilBehaviour_OnMainBehaviorRestart, (AzazelAprilBehaviour * __this, Behavior * mainBehavior, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA150, AzazelAprilBehaviour_OnMainBehaviorRestart__MethodInfo); DO_APP_FUNC(0x0047CB90, IEnumerator *, AzazelAprilBehaviour_OnTraverseOffMeshLink, (AzazelAprilBehaviour * __this, RichSpecial * link, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA130, AzazelAprilBehaviour_OnTraverseOffMeshLink__MethodInfo); DO_APP_FUNC(0x0047CCA0, void, AzazelAprilBehaviour_OnRagdollsLoaded, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA140, AzazelAprilBehaviour_OnRagdollsLoaded__MethodInfo); DO_APP_FUNC(0x0047CE10, void, AzazelAprilBehaviour_OnRagdollLoaded, (AzazelAprilBehaviour * __this, KnockoutRagdoll * knockoutRagdoll, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA148, AzazelAprilBehaviour_OnRagdollLoaded__MethodInfo); DO_APP_FUNC(0x0047D080, bool, AzazelAprilBehaviour_CanFinalGoatBurnt, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0047D090, void, AzazelAprilBehaviour_OnLookAtEntity, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0047D530, void, AzazelAprilBehaviour_OnPlayerPickedUpEvent, (AzazelAprilBehaviour * __this, BoltEntity * killedBy, BoltEntity * player, bool inHidingSpot, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA080, AzazelAprilBehaviour_OnPlayerPickedUpEvent__MethodInfo); DO_APP_FUNC(0x0047D990, IEnumerator *, AzazelAprilBehaviour_KnockoutScream, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0047DA30, void, AzazelAprilBehaviour_OnKnockoutEvent, (AzazelAprilBehaviour * __this, BoltEntity * killedBy, BoltEntity * player, bool usingPoison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA088, AzazelAprilBehaviour_OnKnockoutEvent__MethodInfo); DO_APP_FUNC(0x0047E640, void, AzazelAprilBehaviour_OnKnockoutDropPlayer, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA090, AzazelAprilBehaviour_OnKnockoutDropPlayer__MethodInfo); DO_APP_FUNC(0x0047E760, void, AzazelAprilBehaviour_OnGlobalGoatBurnEvent, (AzazelAprilBehaviour * __this, int32_t numObjectsBurnt, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA0A0, AzazelAprilBehaviour_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x0047E910, void, AzazelAprilBehaviour_SetLegsLayerWeight, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0047EAE0, IEnumerator *, AzazelAprilBehaviour_EnragedEyes, (AzazelAprilBehaviour * __this, float delay, float duration, MethodInfo * method)); DO_APP_FUNC(0x0047EBB0, IEnumerator *, AzazelAprilBehaviour_Glitch, (AzazelAprilBehaviour * __this, float delay, float duration, float intensity, bool enrageGlitching, MethodInfo * method)); DO_APP_FUNC(0x0047ECA0, float, AzazelAprilBehaviour_GetEnrageGlitchIntensity, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0047ECE0, float, AzazelAprilBehaviour_GetEnrageGlitchDelay, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0047ED80, float, AzazelAprilBehaviour_GetEnrageGlitchDuration, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0047EDE0, IEnumerator *, AzazelAprilBehaviour_PlayEnrageEffect, (AzazelAprilBehaviour * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x0047EE90, void, AzazelAprilBehaviour_Swipe, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0047EEC0, void, AzazelAprilBehaviour_OnPlayObjectBurnScream, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0047EF50, void, AzazelAprilBehaviour_OnAttachLookSource, (AzazelAprilBehaviour * __this, ILookSource * lookSource, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA0A8, AzazelAprilBehaviour_OnAttachLookSource__MethodInfo); DO_APP_FUNC(0x0047F000, IEnumerator *, AzazelAprilBehaviour_DelayAttachLookSource, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0047F0A0, void, AzazelAprilBehaviour_FadeInScreamAudioAfterMirrorTeleport, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0047F220, IEnumerator *, AzazelAprilBehaviour_FadeInScreamAudioAfterMirrorTeleportInternal, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0047F2C0, void, AzazelAprilBehaviour_OnAddressableMaterialLoaderComplete, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0047F4B0, void, AzazelAprilBehaviour_OnHeadbangFloor, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0047F690, void, AzazelAprilBehaviour_OnDestroy, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0047FA90, void, AzazelAprilBehaviour__ctor, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0047FC70, void, AzazelAprilBehaviour__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0047FCD0, void, AzazelAprilBehaviour__OnAbilityIntData_b__67_0, (AzazelAprilBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA008, AzazelAprilBehaviour__OnAbilityIntData_b__67_0__MethodInfo); DO_APP_FUNC(0x0047FDB0, void, AzazelAprilBehaviour__OnAbilityIntData_b__67_2, (AzazelAprilBehaviour * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9E40, AzazelAprilBehaviour__OnAbilityIntData_b__67_2__MethodInfo); DO_APP_FUNC(0x004800E0, void, AzazelAprilBehaviour__OnAbilityIntData_b__67_1, (AzazelAprilBehaviour * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA000, AzazelAprilBehaviour__OnAbilityIntData_b__67_1__MethodInfo); DO_APP_FUNC(0x004800E0, void, AzazelAprilBehaviour__OnHeadbangFloor_b__97_0, (AzazelAprilBehaviour * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9E98, AzazelAprilBehaviour__OnHeadbangFloor_b__97_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, AzazelAprilBehaviour_OnTraverseOffMeshLink_d_73__ctor, (AzazelAprilBehaviour_OnTraverseOffMeshLink_d_73 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelAprilBehaviour_OnTraverseOffMeshLink_d_73_System_IDisposable_Dispose, (AzazelAprilBehaviour_OnTraverseOffMeshLink_d_73 * __this, MethodInfo * method)); DO_APP_FUNC(0x00480100, bool, AzazelAprilBehaviour_OnTraverseOffMeshLink_d_73_MoveNext, (AzazelAprilBehaviour_OnTraverseOffMeshLink_d_73 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AzazelAprilBehaviour_OnTraverseOffMeshLink_d_73_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AzazelAprilBehaviour_OnTraverseOffMeshLink_d_73 * __this, MethodInfo * method)); DO_APP_FUNC(0x00480630, void, AzazelAprilBehaviour_OnTraverseOffMeshLink_d_73_System_Collections_IEnumerator_Reset, (AzazelAprilBehaviour_OnTraverseOffMeshLink_d_73 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9E30, AzazelAprilBehaviour_OnTraverseOffMeshLink_d_73_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AzazelAprilBehaviour_OnTraverseOffMeshLink_d_73_System_Collections_IEnumerator_get_Current, (AzazelAprilBehaviour_OnTraverseOffMeshLink_d_73 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AzazelAprilBehaviour_KnockoutScream_d_79__ctor, (AzazelAprilBehaviour_KnockoutScream_d_79 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelAprilBehaviour_KnockoutScream_d_79_System_IDisposable_Dispose, (AzazelAprilBehaviour_KnockoutScream_d_79 * __this, MethodInfo * method)); DO_APP_FUNC(0x00480680, bool, AzazelAprilBehaviour_KnockoutScream_d_79_MoveNext, (AzazelAprilBehaviour_KnockoutScream_d_79 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AzazelAprilBehaviour_KnockoutScream_d_79_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AzazelAprilBehaviour_KnockoutScream_d_79 * __this, MethodInfo * method)); DO_APP_FUNC(0x00480AA0, void, AzazelAprilBehaviour_KnockoutScream_d_79_System_Collections_IEnumerator_Reset, (AzazelAprilBehaviour_KnockoutScream_d_79 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9E18, AzazelAprilBehaviour_KnockoutScream_d_79_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AzazelAprilBehaviour_KnockoutScream_d_79_System_Collections_IEnumerator_get_Current, (AzazelAprilBehaviour_KnockoutScream_d_79 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelAprilBehaviour_c_DisplayClass80_0__ctor, (AzazelAprilBehaviour_c_DisplayClass80_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00480AF0, void, AzazelAprilBehaviour_c_DisplayClass80_0__OnKnockoutEvent_b__0, (AzazelAprilBehaviour_c_DisplayClass80_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9F48, AzazelAprilBehaviour_c_DisplayClass80_0__OnKnockoutEvent_b__0__MethodInfo); DO_APP_FUNC(0x00480C90, void, AzazelAprilBehaviour_c_DisplayClass80_0__OnKnockoutEvent_b__1, (AzazelAprilBehaviour_c_DisplayClass80_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9F40, AzazelAprilBehaviour_c_DisplayClass80_0__OnKnockoutEvent_b__1__MethodInfo); DO_APP_FUNC(0x00480F20, void, AzazelAprilBehaviour_c_DisplayClass80_0__OnKnockoutEvent_b__2, (AzazelAprilBehaviour_c_DisplayClass80_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9F38, AzazelAprilBehaviour_c_DisplayClass80_0__OnKnockoutEvent_b__2__MethodInfo); DO_APP_FUNC(0x003AC050, void, AzazelAprilBehaviour_c_DisplayClass84_0__ctor, (AzazelAprilBehaviour_c_DisplayClass84_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00480FB0, void, AzazelAprilBehaviour_c_DisplayClass84_0__EnragedEyes_b__0, (AzazelAprilBehaviour_c_DisplayClass84_0 * __this, Color val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9DE0, AzazelAprilBehaviour_c_DisplayClass84_0__EnragedEyes_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AzazelAprilBehaviour_c_DisplayClass84_1__ctor, (AzazelAprilBehaviour_c_DisplayClass84_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00481020, void, AzazelAprilBehaviour_c_DisplayClass84_1__EnragedEyes_b__1, (AzazelAprilBehaviour_c_DisplayClass84_1 * __this, Color val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9DC8, AzazelAprilBehaviour_c_DisplayClass84_1__EnragedEyes_b__1__MethodInfo); DO_APP_FUNC(0x003BAD60, void, AzazelAprilBehaviour_EnragedEyes_d_84__ctor, (AzazelAprilBehaviour_EnragedEyes_d_84 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelAprilBehaviour_EnragedEyes_d_84_System_IDisposable_Dispose, (AzazelAprilBehaviour_EnragedEyes_d_84 * __this, MethodInfo * method)); DO_APP_FUNC(0x00481090, bool, AzazelAprilBehaviour_EnragedEyes_d_84_MoveNext, (AzazelAprilBehaviour_EnragedEyes_d_84 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AzazelAprilBehaviour_EnragedEyes_d_84_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AzazelAprilBehaviour_EnragedEyes_d_84 * __this, MethodInfo * method)); DO_APP_FUNC(0x00481B50, void, AzazelAprilBehaviour_EnragedEyes_d_84_System_Collections_IEnumerator_Reset, (AzazelAprilBehaviour_EnragedEyes_d_84 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9DB0, AzazelAprilBehaviour_EnragedEyes_d_84_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AzazelAprilBehaviour_EnragedEyes_d_84_System_Collections_IEnumerator_get_Current, (AzazelAprilBehaviour_EnragedEyes_d_84 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AzazelAprilBehaviour_Glitch_d_85__ctor, (AzazelAprilBehaviour_Glitch_d_85 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelAprilBehaviour_Glitch_d_85_System_IDisposable_Dispose, (AzazelAprilBehaviour_Glitch_d_85 * __this, MethodInfo * method)); DO_APP_FUNC(0x00481BA0, bool, AzazelAprilBehaviour_Glitch_d_85_MoveNext, (AzazelAprilBehaviour_Glitch_d_85 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AzazelAprilBehaviour_Glitch_d_85_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AzazelAprilBehaviour_Glitch_d_85 * __this, MethodInfo * method)); DO_APP_FUNC(0x004822F0, void, AzazelAprilBehaviour_Glitch_d_85_System_Collections_IEnumerator_Reset, (AzazelAprilBehaviour_Glitch_d_85 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9D90, AzazelAprilBehaviour_Glitch_d_85_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AzazelAprilBehaviour_Glitch_d_85_System_Collections_IEnumerator_get_Current, (AzazelAprilBehaviour_Glitch_d_85 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AzazelAprilBehaviour_PlayEnrageEffect_d_89__ctor, (AzazelAprilBehaviour_PlayEnrageEffect_d_89 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelAprilBehaviour_PlayEnrageEffect_d_89_System_IDisposable_Dispose, (AzazelAprilBehaviour_PlayEnrageEffect_d_89 * __this, MethodInfo * method)); DO_APP_FUNC(0x00482340, bool, AzazelAprilBehaviour_PlayEnrageEffect_d_89_MoveNext, (AzazelAprilBehaviour_PlayEnrageEffect_d_89 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AzazelAprilBehaviour_PlayEnrageEffect_d_89_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AzazelAprilBehaviour_PlayEnrageEffect_d_89 * __this, MethodInfo * method)); DO_APP_FUNC(0x00482530, void, AzazelAprilBehaviour_PlayEnrageEffect_d_89_System_Collections_IEnumerator_Reset, (AzazelAprilBehaviour_PlayEnrageEffect_d_89 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9D58, AzazelAprilBehaviour_PlayEnrageEffect_d_89_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AzazelAprilBehaviour_PlayEnrageEffect_d_89_System_Collections_IEnumerator_get_Current, (AzazelAprilBehaviour_PlayEnrageEffect_d_89 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AzazelAprilBehaviour_DelayAttachLookSource_d_93__ctor, (AzazelAprilBehaviour_DelayAttachLookSource_d_93 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelAprilBehaviour_DelayAttachLookSource_d_93_System_IDisposable_Dispose, (AzazelAprilBehaviour_DelayAttachLookSource_d_93 * __this, MethodInfo * method)); DO_APP_FUNC(0x00482580, bool, AzazelAprilBehaviour_DelayAttachLookSource_d_93_MoveNext, (AzazelAprilBehaviour_DelayAttachLookSource_d_93 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AzazelAprilBehaviour_DelayAttachLookSource_d_93_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AzazelAprilBehaviour_DelayAttachLookSource_d_93 * __this, MethodInfo * method)); DO_APP_FUNC(0x004827E0, void, AzazelAprilBehaviour_DelayAttachLookSource_d_93_System_Collections_IEnumerator_Reset, (AzazelAprilBehaviour_DelayAttachLookSource_d_93 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9D48, AzazelAprilBehaviour_DelayAttachLookSource_d_93_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AzazelAprilBehaviour_DelayAttachLookSource_d_93_System_Collections_IEnumerator_get_Current, (AzazelAprilBehaviour_DelayAttachLookSource_d_93 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AzazelAprilBehaviour_FadeInScreamAudioAfterMirrorTeleportInternal_d_95__ctor, (AzazelAprilBehaviour_FadeInScreamAudioAfterMirrorTeleportInternal_d_95 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelAprilBehaviour_FadeInScreamAudioAfterMirrorTeleportInternal_d_95_System_IDisposable_Dispose, (AzazelAprilBehaviour_FadeInScreamAudioAfterMirrorTeleportInternal_d_95 * __this, MethodInfo * method)); DO_APP_FUNC(0x00482830, bool, AzazelAprilBehaviour_FadeInScreamAudioAfterMirrorTeleportInternal_d_95_MoveNext, (AzazelAprilBehaviour_FadeInScreamAudioAfterMirrorTeleportInternal_d_95 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AzazelAprilBehaviour_FadeInScreamAudioAfterMirrorTeleportInternal_d_95_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AzazelAprilBehaviour_FadeInScreamAudioAfterMirrorTeleportInternal_d_95 * __this, MethodInfo * method)); DO_APP_FUNC(0x00482910, void, AzazelAprilBehaviour_FadeInScreamAudioAfterMirrorTeleportInternal_d_95_System_Collections_IEnumerator_Reset, (AzazelAprilBehaviour_FadeInScreamAudioAfterMirrorTeleportInternal_d_95 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9D40, AzazelAprilBehaviour_FadeInScreamAudioAfterMirrorTeleportInternal_d_95_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AzazelAprilBehaviour_FadeInScreamAudioAfterMirrorTeleportInternal_d_95_System_Collections_IEnumerator_get_Current, (AzazelAprilBehaviour_FadeInScreamAudioAfterMirrorTeleportInternal_d_95 * __this, MethodInfo * method)); DO_APP_FUNC(0x00482960, void, AzazelFlickerController_Awake, (AzazelFlickerController * __this, MethodInfo * method)); DO_APP_FUNC(0x00482F90, void, AzazelFlickerController_Attached, (AzazelFlickerController * __this, MethodInfo * method)); DO_APP_FUNC(0x00483160, void, AzazelFlickerController_Update, (AzazelFlickerController * __this, MethodInfo * method)); DO_APP_FUNC(0x00483620, void, AzazelFlickerController_OnAbilityIndex, (AzazelFlickerController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9CD8, AzazelFlickerController_OnAbilityIndex__MethodInfo); DO_APP_FUNC(0x00483A40, void, AzazelFlickerController_FlickerOut, (AzazelFlickerController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9CC8, AzazelFlickerController_FlickerOut__MethodInfo); DO_APP_FUNC(0x00483B80, void, AzazelFlickerController_FlickerIn, (AzazelFlickerController * __this, MethodInfo * method)); DO_APP_FUNC(0x00483CC0, void, AzazelFlickerController_SetIsVisible, (AzazelFlickerController * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00484000, bool, AzazelFlickerController_IsVisible, (AzazelFlickerController * __this, MethodInfo * method)); DO_APP_FUNC(0x004840B0, void, AzazelFlickerController_RandomFlicker, (AzazelFlickerController * __this, float minOffTime, float maxOffTime, float minOnTime, float maxOnTime, MethodInfo * method)); DO_APP_FUNC(0x004841A0, void, AzazelFlickerController_OnGlobalGoatBurnEvent, (AzazelFlickerController * __this, int32_t numObjectsBurnt, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9CD0, AzazelFlickerController_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x004841B0, void, AzazelFlickerController_SetEnragedEyesActive, (AzazelFlickerController * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x004841C0, void, AzazelFlickerController_Detached, (AzazelFlickerController * __this, MethodInfo * method)); DO_APP_FUNC(0x004842A0, void, AzazelFlickerController__ctor, (AzazelFlickerController * __this, MethodInfo * method)); DO_APP_FUNC(0x004842F0, void, AzazelFlickerController__FlickerOut_b__24_0, (AzazelFlickerController * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9CC0, AzazelFlickerController__FlickerOut_b__24_0__MethodInfo); DO_APP_FUNC(0x00484330, void, AzazelFlickerController__FlickerOut_b__24_1, (AzazelFlickerController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9CB0, AzazelFlickerController__FlickerOut_b__24_1__MethodInfo); DO_APP_FUNC(0x004842F0, void, AzazelFlickerController__FlickerIn_b__25_0, (AzazelFlickerController * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9C90, AzazelFlickerController__FlickerIn_b__25_0__MethodInfo); DO_APP_FUNC(0x00484340, void, AzazelFlickerController__FlickerIn_b__25_1, (AzazelFlickerController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9C88, AzazelFlickerController__FlickerIn_b__25_1__MethodInfo); DO_APP_FUNC(0x00484370, void, AzazelFlickerController_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelFlickerController_c__ctor, (AzazelFlickerController_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00484420, bool, AzazelFlickerController_c__Awake_b__20_0, (AzazelFlickerController_c * __this, SkinnedMeshRenderer * renderer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9CF0, AzazelFlickerController_c__Awake_b__20_0__MethodInfo); DO_APP_FUNC(0x004844B0, bool, AzazelFlickerController_c__Awake_b__20_1, (AzazelFlickerController_c * __this, SkinnedMeshRenderer * renderer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9CE8, AzazelFlickerController_c__Awake_b__20_1__MethodInfo); DO_APP_FUNC(0x00484540, void, AzazelIndoorsOutdoors_OnTriggerEnter, (AzazelIndoorsOutdoors * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x004846D0, void, AzazelIndoorsOutdoors_OnTriggerExit, (AzazelIndoorsOutdoors * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x00484830, void, AzazelIndoorsOutdoors_SetIndoors, (AzazelIndoorsOutdoors * __this, Collider * other, bool indoors, MethodInfo * method)); DO_APP_FUNC(0x00484970, void, AzazelIndoorsOutdoors__ctor, (AzazelIndoorsOutdoors * __this, MethodInfo * method)); DO_APP_FUNC(0x00484A80, bool, AzazelNathanBehaviour_get_isVentStateActive, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00484A90, void, AzazelNathanBehaviour_set_isVentStateActive, (AzazelNathanBehaviour * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00484AA0, bool, AzazelNathanBehaviour_get_isInsideActiveFreezerRoom, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00484AB0, void, AzazelNathanBehaviour_set_isInsideActiveFreezerRoom, (AzazelNathanBehaviour * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00484AC0, void, AzazelNathanBehaviour_Awake, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00485190, void, AzazelNathanBehaviour_Start, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004857C0, void, AzazelNathanBehaviour_Attached, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00485C00, void, AzazelNathanBehaviour_Detached, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00485ED0, void, AzazelNathanBehaviour_OnAbilityIntData, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9AC8, AzazelNathanBehaviour_OnAbilityIntData__MethodInfo); DO_APP_FUNC(0x00486440, void, AzazelNathanBehaviour_PlayWanderClip, (AzazelNathanBehaviour * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x00486720, void, AzazelNathanBehaviour_OnAbilityIndex, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9AD0, AzazelNathanBehaviour_OnAbilityIndex__MethodInfo); DO_APP_FUNC(0x00487500, void, AzazelNathanBehaviour_FixedUpdate, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00487B30, IEnumerator *, AzazelNathanBehaviour_WaitForScreamEnd, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00487BD0, void, AzazelNathanBehaviour_OnStateChange, (AzazelNathanBehaviour * __this, GameObject * obj, String * stateName, bool active, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9AA8, AzazelNathanBehaviour_OnStateChange__MethodInfo); DO_APP_FUNC(0x00488080, IEnumerator *, AzazelNathanBehaviour_WaitToSetCurrentVentState, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00488120, void, AzazelNathanBehaviour_SetCurrentVentState, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00488480, void, AzazelNathanBehaviour_OnMainBehaviorRestart, (AzazelNathanBehaviour * __this, Behavior * mainBehavior, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9B60, AzazelNathanBehaviour_OnMainBehaviorRestart__MethodInfo); DO_APP_FUNC(0x00488530, IEnumerator *, AzazelNathanBehaviour_OnTraverseOffMeshLink, (AzazelNathanBehaviour * __this, RichSpecial * link, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9B48, AzazelNathanBehaviour_OnTraverseOffMeshLink__MethodInfo); DO_APP_FUNC(0x00488640, IEnumerator *, AzazelNathanBehaviour_CheckLanded, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004886E0, void, AzazelNathanBehaviour_Landed, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00488BF0, IEnumerator *, AzazelNathanBehaviour_DelayUpdateDynamicBones, (AzazelNathanBehaviour * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x00488CA0, void, AzazelNathanBehaviour_OnRagdollsLoaded, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9B50, AzazelNathanBehaviour_OnRagdollsLoaded__MethodInfo); DO_APP_FUNC(0x00488E00, void, AzazelNathanBehaviour_OnRagdollLoaded, (AzazelNathanBehaviour * __this, KnockoutRagdoll * ragdoll, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9B58, AzazelNathanBehaviour_OnRagdollLoaded__MethodInfo); DO_APP_FUNC(0x00488F00, bool, AzazelNathanBehaviour_CanFinalGoatBurnt, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00488F10, IEnumerator *, AzazelNathanBehaviour_ContinueKnockout, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00488FB0, void, AzazelNathanBehaviour_OnPlayerPickedUpEvent, (AzazelNathanBehaviour * __this, BoltEntity * killedBy, BoltEntity * player, bool inHidingSpot, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9AB0, AzazelNathanBehaviour_OnPlayerPickedUpEvent__MethodInfo); DO_APP_FUNC(0x0048A9F0, void, AzazelNathanBehaviour_OnKnockoutEvent, (AzazelNathanBehaviour * __this, BoltEntity * killedBy, BoltEntity * player, bool usingPoison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9AB8, AzazelNathanBehaviour_OnKnockoutEvent__MethodInfo); DO_APP_FUNC(0x0048B750, IEnumerator *, AzazelNathanBehaviour_WaitToLerpAlignToGroundToZero, (AzazelNathanBehaviour * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x0048B800, IEnumerator *, AzazelNathanBehaviour_WaitForPurgatoryToSwitchRenderersBack, (AzazelNathanBehaviour * __this, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC(0x0048B910, void, AzazelNathanBehaviour_PlayerEnteredPurgatory, (AzazelNathanBehaviour * __this, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC(0x0048BB80, void, AzazelNathanBehaviour_ResetPlayerPickedUpAnimator, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0048BCB0, void, AzazelNathanBehaviour_MaskOn, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0048BE60, void, AzazelNathanBehaviour_MaskOff, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0048BFC0, void, AzazelNathanBehaviour_OnGlobalGoatBurnEvent, (AzazelNathanBehaviour * __this, int32_t numObjectsBurnt, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9AC0, AzazelNathanBehaviour_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x0048C1F0, IEnumerator *, AzazelNathanBehaviour_EnragedEyes, (AzazelNathanBehaviour * __this, float delay, float duration, MethodInfo * method)); DO_APP_FUNC(0x0048C2C0, void, AzazelNathanBehaviour_PlayBoneSnap, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0048C340, void, AzazelNathanBehaviour_PlayClaws, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0048C370, void, AzazelNathanBehaviour_BloodSpurt, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0048C8A0, void, AzazelNathanBehaviour_UpdateDynamicBones, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0048CD20, void, AzazelNathanBehaviour_StoodUp, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0048CEB0, IEnumerator *, AzazelNathanBehaviour_DelayDisableDynamicBoneCollider, (AzazelNathanBehaviour * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x0048CF60, IEnumerator *, AzazelNathanBehaviour_StoodUpDynamicBoneColliderCenterLerp, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0048D000, void, AzazelNathanBehaviour_SpawnBloodPool, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00484A80, bool, AzazelNathanBehaviour_IsInsideVent, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0048D840, void, AzazelNathanBehaviour_StopPursueIfNecessary, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0048DC10, void, AzazelNathanBehaviour_OnDestroy, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0048E010, void, AzazelNathanBehaviour__ctor, (AzazelNathanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0048E020, void, AzazelNathanBehaviour__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0048E100, void, AzazelNathanBehaviour_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelNathanBehaviour_c__ctor, (AzazelNathanBehaviour_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0048E1B0, bool, AzazelNathanBehaviour_c__Start_b__46_0, (AzazelNathanBehaviour_c * __this, GenericIntData * ability, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9B08, AzazelNathanBehaviour_c__Start_b__46_0__MethodInfo); DO_APP_FUNC(0x0048E1E0, bool, AzazelNathanBehaviour_c__Start_b__46_1, (AzazelNathanBehaviour_c * __this, GenericIntData * ability, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9B00, AzazelNathanBehaviour_c__Start_b__46_1__MethodInfo); DO_APP_FUNC(0x003BAD60, void, AzazelNathanBehaviour_WaitForScreamEnd_d_53__ctor, (AzazelNathanBehaviour_WaitForScreamEnd_d_53 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelNathanBehaviour_WaitForScreamEnd_d_53_System_IDisposable_Dispose, (AzazelNathanBehaviour_WaitForScreamEnd_d_53 * __this, MethodInfo * method)); DO_APP_FUNC(0x0048E210, bool, AzazelNathanBehaviour_WaitForScreamEnd_d_53_MoveNext, (AzazelNathanBehaviour_WaitForScreamEnd_d_53 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AzazelNathanBehaviour_WaitForScreamEnd_d_53_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AzazelNathanBehaviour_WaitForScreamEnd_d_53 * __this, MethodInfo * method)); DO_APP_FUNC(0x0048E340, void, AzazelNathanBehaviour_WaitForScreamEnd_d_53_System_Collections_IEnumerator_Reset, (AzazelNathanBehaviour_WaitForScreamEnd_d_53 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9950, AzazelNathanBehaviour_WaitForScreamEnd_d_53_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AzazelNathanBehaviour_WaitForScreamEnd_d_53_System_Collections_IEnumerator_get_Current, (AzazelNathanBehaviour_WaitForScreamEnd_d_53 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AzazelNathanBehaviour_WaitToSetCurrentVentState_d_55__ctor, (AzazelNathanBehaviour_WaitToSetCurrentVentState_d_55 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelNathanBehaviour_WaitToSetCurrentVentState_d_55_System_IDisposable_Dispose, (AzazelNathanBehaviour_WaitToSetCurrentVentState_d_55 * __this, MethodInfo * method)); DO_APP_FUNC(0x0048E390, bool, AzazelNathanBehaviour_WaitToSetCurrentVentState_d_55_MoveNext, (AzazelNathanBehaviour_WaitToSetCurrentVentState_d_55 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AzazelNathanBehaviour_WaitToSetCurrentVentState_d_55_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AzazelNathanBehaviour_WaitToSetCurrentVentState_d_55 * __this, MethodInfo * method)); DO_APP_FUNC(0x0048E4D0, void, AzazelNathanBehaviour_WaitToSetCurrentVentState_d_55_System_Collections_IEnumerator_Reset, (AzazelNathanBehaviour_WaitToSetCurrentVentState_d_55 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9948, AzazelNathanBehaviour_WaitToSetCurrentVentState_d_55_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AzazelNathanBehaviour_WaitToSetCurrentVentState_d_55_System_Collections_IEnumerator_get_Current, (AzazelNathanBehaviour_WaitToSetCurrentVentState_d_55 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AzazelNathanBehaviour_OnTraverseOffMeshLink_d_58__ctor, (AzazelNathanBehaviour_OnTraverseOffMeshLink_d_58 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelNathanBehaviour_OnTraverseOffMeshLink_d_58_System_IDisposable_Dispose, (AzazelNathanBehaviour_OnTraverseOffMeshLink_d_58 * __this, MethodInfo * method)); DO_APP_FUNC(0x0048E520, bool, AzazelNathanBehaviour_OnTraverseOffMeshLink_d_58_MoveNext, (AzazelNathanBehaviour_OnTraverseOffMeshLink_d_58 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AzazelNathanBehaviour_OnTraverseOffMeshLink_d_58_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AzazelNathanBehaviour_OnTraverseOffMeshLink_d_58 * __this, MethodInfo * method)); DO_APP_FUNC(0x0048F680, void, AzazelNathanBehaviour_OnTraverseOffMeshLink_d_58_System_Collections_IEnumerator_Reset, (AzazelNathanBehaviour_OnTraverseOffMeshLink_d_58 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9918, AzazelNathanBehaviour_OnTraverseOffMeshLink_d_58_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AzazelNathanBehaviour_OnTraverseOffMeshLink_d_58_System_Collections_IEnumerator_get_Current, (AzazelNathanBehaviour_OnTraverseOffMeshLink_d_58 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AzazelNathanBehaviour_CheckLanded_d_59__ctor, (AzazelNathanBehaviour_CheckLanded_d_59 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelNathanBehaviour_CheckLanded_d_59_System_IDisposable_Dispose, (AzazelNathanBehaviour_CheckLanded_d_59 * __this, MethodInfo * method)); DO_APP_FUNC(0x0048F6D0, bool, AzazelNathanBehaviour_CheckLanded_d_59_MoveNext, (AzazelNathanBehaviour_CheckLanded_d_59 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AzazelNathanBehaviour_CheckLanded_d_59_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AzazelNathanBehaviour_CheckLanded_d_59 * __this, MethodInfo * method)); DO_APP_FUNC(0x0048FA40, void, AzazelNathanBehaviour_CheckLanded_d_59_System_Collections_IEnumerator_Reset, (AzazelNathanBehaviour_CheckLanded_d_59 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9908, AzazelNathanBehaviour_CheckLanded_d_59_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AzazelNathanBehaviour_CheckLanded_d_59_System_Collections_IEnumerator_get_Current, (AzazelNathanBehaviour_CheckLanded_d_59 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AzazelNathanBehaviour_DelayUpdateDynamicBones_d_61__ctor, (AzazelNathanBehaviour_DelayUpdateDynamicBones_d_61 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelNathanBehaviour_DelayUpdateDynamicBones_d_61_System_IDisposable_Dispose, (AzazelNathanBehaviour_DelayUpdateDynamicBones_d_61 * __this, MethodInfo * method)); DO_APP_FUNC(0x0048FA90, bool, AzazelNathanBehaviour_DelayUpdateDynamicBones_d_61_MoveNext, (AzazelNathanBehaviour_DelayUpdateDynamicBones_d_61 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AzazelNathanBehaviour_DelayUpdateDynamicBones_d_61_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AzazelNathanBehaviour_DelayUpdateDynamicBones_d_61 * __this, MethodInfo * method)); DO_APP_FUNC(0x0048FB90, void, AzazelNathanBehaviour_DelayUpdateDynamicBones_d_61_System_Collections_IEnumerator_Reset, (AzazelNathanBehaviour_DelayUpdateDynamicBones_d_61 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9900, AzazelNathanBehaviour_DelayUpdateDynamicBones_d_61_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AzazelNathanBehaviour_DelayUpdateDynamicBones_d_61_System_Collections_IEnumerator_get_Current, (AzazelNathanBehaviour_DelayUpdateDynamicBones_d_61 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AzazelNathanBehaviour_ContinueKnockout_d_65__ctor, (AzazelNathanBehaviour_ContinueKnockout_d_65 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelNathanBehaviour_ContinueKnockout_d_65_System_IDisposable_Dispose, (AzazelNathanBehaviour_ContinueKnockout_d_65 * __this, MethodInfo * method)); DO_APP_FUNC(0x0048FBE0, bool, AzazelNathanBehaviour_ContinueKnockout_d_65_MoveNext, (AzazelNathanBehaviour_ContinueKnockout_d_65 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AzazelNathanBehaviour_ContinueKnockout_d_65_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AzazelNathanBehaviour_ContinueKnockout_d_65 * __this, MethodInfo * method)); DO_APP_FUNC(0x0048FE20, void, AzazelNathanBehaviour_ContinueKnockout_d_65_System_Collections_IEnumerator_Reset, (AzazelNathanBehaviour_ContinueKnockout_d_65 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD98F8, AzazelNathanBehaviour_ContinueKnockout_d_65_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AzazelNathanBehaviour_ContinueKnockout_d_65_System_Collections_IEnumerator_get_Current, (AzazelNathanBehaviour_ContinueKnockout_d_65 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelNathanBehaviour_c_DisplayClass66_0__ctor, (AzazelNathanBehaviour_c_DisplayClass66_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0048FE70, void, AzazelNathanBehaviour_c_DisplayClass66_0__OnPlayerPickedUpEvent_b__0, (AzazelNathanBehaviour_c_DisplayClass66_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9A18, AzazelNathanBehaviour_c_DisplayClass66_0__OnPlayerPickedUpEvent_b__0__MethodInfo); DO_APP_FUNC(0x004902E0, void, AzazelNathanBehaviour_c_DisplayClass66_0__OnPlayerPickedUpEvent_b__2, (AzazelNathanBehaviour_c_DisplayClass66_0 * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD98F0, AzazelNathanBehaviour_c_DisplayClass66_0__OnPlayerPickedUpEvent_b__2__MethodInfo); DO_APP_FUNC(0x00490310, void, AzazelNathanBehaviour_c_DisplayClass66_0__OnPlayerPickedUpEvent_b__3, (AzazelNathanBehaviour_c_DisplayClass66_0 * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD98E8, AzazelNathanBehaviour_c_DisplayClass66_0__OnPlayerPickedUpEvent_b__3__MethodInfo); DO_APP_FUNC(0x00490340, void, AzazelNathanBehaviour_c_DisplayClass66_0__OnPlayerPickedUpEvent_b__4, (AzazelNathanBehaviour_c_DisplayClass66_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD98D8, AzazelNathanBehaviour_c_DisplayClass66_0__OnPlayerPickedUpEvent_b__4__MethodInfo); DO_APP_FUNC(0x004903C0, void, AzazelNathanBehaviour_c_DisplayClass66_0__OnPlayerPickedUpEvent_b__5, (AzazelNathanBehaviour_c_DisplayClass66_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9A00, AzazelNathanBehaviour_c_DisplayClass66_0__OnPlayerPickedUpEvent_b__5__MethodInfo); DO_APP_FUNC(0x004904A0, void, AzazelNathanBehaviour_c_DisplayClass66_0__OnPlayerPickedUpEvent_b__1, (AzazelNathanBehaviour_c_DisplayClass66_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9A08, AzazelNathanBehaviour_c_DisplayClass66_0__OnPlayerPickedUpEvent_b__1__MethodInfo); DO_APP_FUNC(0x003AC050, void, AzazelNathanBehaviour_c_DisplayClass67_0__ctor, (AzazelNathanBehaviour_c_DisplayClass67_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00490660, void, AzazelNathanBehaviour_c_DisplayClass67_0__OnKnockoutEvent_b__0, (AzazelNathanBehaviour_c_DisplayClass67_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD99D0, AzazelNathanBehaviour_c_DisplayClass67_0__OnKnockoutEvent_b__0__MethodInfo); DO_APP_FUNC(0x00490800, void, AzazelNathanBehaviour_c_DisplayClass67_0__OnKnockoutEvent_b__1, (AzazelNathanBehaviour_c_DisplayClass67_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD99C8, AzazelNathanBehaviour_c_DisplayClass67_0__OnKnockoutEvent_b__1__MethodInfo); DO_APP_FUNC(0x00490A90, void, AzazelNathanBehaviour_c_DisplayClass67_0__OnKnockoutEvent_b__2, (AzazelNathanBehaviour_c_DisplayClass67_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD99C0, AzazelNathanBehaviour_c_DisplayClass67_0__OnKnockoutEvent_b__2__MethodInfo); DO_APP_FUNC(0x003BAD60, void, AzazelNathanBehaviour_WaitToLerpAlignToGroundToZero_d_68__ctor, (AzazelNathanBehaviour_WaitToLerpAlignToGroundToZero_d_68 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelNathanBehaviour_WaitToLerpAlignToGroundToZero_d_68_System_IDisposable_Dispose, (AzazelNathanBehaviour_WaitToLerpAlignToGroundToZero_d_68 * __this, MethodInfo * method)); DO_APP_FUNC(0x00490B20, bool, AzazelNathanBehaviour_WaitToLerpAlignToGroundToZero_d_68_MoveNext, (AzazelNathanBehaviour_WaitToLerpAlignToGroundToZero_d_68 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AzazelNathanBehaviour_WaitToLerpAlignToGroundToZero_d_68_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AzazelNathanBehaviour_WaitToLerpAlignToGroundToZero_d_68 * __this, MethodInfo * method)); DO_APP_FUNC(0x00490C30, void, AzazelNathanBehaviour_WaitToLerpAlignToGroundToZero_d_68_System_Collections_IEnumerator_Reset, (AzazelNathanBehaviour_WaitToLerpAlignToGroundToZero_d_68 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD98C8, AzazelNathanBehaviour_WaitToLerpAlignToGroundToZero_d_68_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AzazelNathanBehaviour_WaitToLerpAlignToGroundToZero_d_68_System_Collections_IEnumerator_get_Current, (AzazelNathanBehaviour_WaitToLerpAlignToGroundToZero_d_68 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AzazelNathanBehaviour_WaitForPurgatoryToSwitchRenderersBack_d_69__ctor, (AzazelNathanBehaviour_WaitForPurgatoryToSwitchRenderersBack_d_69 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelNathanBehaviour_WaitForPurgatoryToSwitchRenderersBack_d_69_System_IDisposable_Dispose, (AzazelNathanBehaviour_WaitForPurgatoryToSwitchRenderersBack_d_69 * __this, MethodInfo * method)); DO_APP_FUNC(0x00490C80, bool, AzazelNathanBehaviour_WaitForPurgatoryToSwitchRenderersBack_d_69_MoveNext, (AzazelNathanBehaviour_WaitForPurgatoryToSwitchRenderersBack_d_69 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AzazelNathanBehaviour_WaitForPurgatoryToSwitchRenderersBack_d_69_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AzazelNathanBehaviour_WaitForPurgatoryToSwitchRenderersBack_d_69 * __this, MethodInfo * method)); DO_APP_FUNC(0x00490FB0, void, AzazelNathanBehaviour_WaitForPurgatoryToSwitchRenderersBack_d_69_System_Collections_IEnumerator_Reset, (AzazelNathanBehaviour_WaitForPurgatoryToSwitchRenderersBack_d_69 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD98C0, AzazelNathanBehaviour_WaitForPurgatoryToSwitchRenderersBack_d_69_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AzazelNathanBehaviour_WaitForPurgatoryToSwitchRenderersBack_d_69_System_Collections_IEnumerator_get_Current, (AzazelNathanBehaviour_WaitForPurgatoryToSwitchRenderersBack_d_69 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AzazelNathanBehaviour_EnragedEyes_d_75__ctor, (AzazelNathanBehaviour_EnragedEyes_d_75 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelNathanBehaviour_EnragedEyes_d_75_System_IDisposable_Dispose, (AzazelNathanBehaviour_EnragedEyes_d_75 * __this, MethodInfo * method)); DO_APP_FUNC(0x00491000, bool, AzazelNathanBehaviour_EnragedEyes_d_75_MoveNext, (AzazelNathanBehaviour_EnragedEyes_d_75 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AzazelNathanBehaviour_EnragedEyes_d_75_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AzazelNathanBehaviour_EnragedEyes_d_75 * __this, MethodInfo * method)); DO_APP_FUNC(0x00491370, void, AzazelNathanBehaviour_EnragedEyes_d_75_System_Collections_IEnumerator_Reset, (AzazelNathanBehaviour_EnragedEyes_d_75 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD98B0, AzazelNathanBehaviour_EnragedEyes_d_75_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AzazelNathanBehaviour_EnragedEyes_d_75_System_Collections_IEnumerator_get_Current, (AzazelNathanBehaviour_EnragedEyes_d_75 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AzazelNathanBehaviour_DelayDisableDynamicBoneCollider_d_81__ctor, (AzazelNathanBehaviour_DelayDisableDynamicBoneCollider_d_81 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelNathanBehaviour_DelayDisableDynamicBoneCollider_d_81_System_IDisposable_Dispose, (AzazelNathanBehaviour_DelayDisableDynamicBoneCollider_d_81 * __this, MethodInfo * method)); DO_APP_FUNC(0x004913C0, bool, AzazelNathanBehaviour_DelayDisableDynamicBoneCollider_d_81_MoveNext, (AzazelNathanBehaviour_DelayDisableDynamicBoneCollider_d_81 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AzazelNathanBehaviour_DelayDisableDynamicBoneCollider_d_81_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AzazelNathanBehaviour_DelayDisableDynamicBoneCollider_d_81 * __this, MethodInfo * method)); DO_APP_FUNC(0x004914D0, void, AzazelNathanBehaviour_DelayDisableDynamicBoneCollider_d_81_System_Collections_IEnumerator_Reset, (AzazelNathanBehaviour_DelayDisableDynamicBoneCollider_d_81 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD98A8, AzazelNathanBehaviour_DelayDisableDynamicBoneCollider_d_81_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AzazelNathanBehaviour_DelayDisableDynamicBoneCollider_d_81_System_Collections_IEnumerator_get_Current, (AzazelNathanBehaviour_DelayDisableDynamicBoneCollider_d_81 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AzazelNathanBehaviour_StoodUpDynamicBoneColliderCenterLerp_d_82__ctor, (AzazelNathanBehaviour_StoodUpDynamicBoneColliderCenterLerp_d_82 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelNathanBehaviour_StoodUpDynamicBoneColliderCenterLerp_d_82_System_IDisposable_Dispose, (AzazelNathanBehaviour_StoodUpDynamicBoneColliderCenterLerp_d_82 * __this, MethodInfo * method)); DO_APP_FUNC(0x00491520, bool, AzazelNathanBehaviour_StoodUpDynamicBoneColliderCenterLerp_d_82_MoveNext, (AzazelNathanBehaviour_StoodUpDynamicBoneColliderCenterLerp_d_82 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AzazelNathanBehaviour_StoodUpDynamicBoneColliderCenterLerp_d_82_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AzazelNathanBehaviour_StoodUpDynamicBoneColliderCenterLerp_d_82 * __this, MethodInfo * method)); DO_APP_FUNC(0x004916C0, void, AzazelNathanBehaviour_StoodUpDynamicBoneColliderCenterLerp_d_82_System_Collections_IEnumerator_Reset, (AzazelNathanBehaviour_StoodUpDynamicBoneColliderCenterLerp_d_82 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD98A0, AzazelNathanBehaviour_StoodUpDynamicBoneColliderCenterLerp_d_82_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AzazelNathanBehaviour_StoodUpDynamicBoneColliderCenterLerp_d_82_System_Collections_IEnumerator_get_Current, (AzazelNathanBehaviour_StoodUpDynamicBoneColliderCenterLerp_d_82 * __this, MethodInfo * method)); DO_APP_FUNC(0x00491710, void, AzazelSamBehaviour_Awake, (AzazelSamBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00491EB0, void, AzazelSamBehaviour_Start, (AzazelSamBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00492020, void, AzazelSamBehaviour_Attached, (AzazelSamBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004928A0, void, AzazelSamBehaviour_FixedUpdate, (AzazelSamBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00492AA0, void, AzazelSamBehaviour_OnShootPlayer, (AzazelSamBehaviour * __this, GameObject * player, bool hit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD97E0, AzazelSamBehaviour_OnShootPlayer__MethodInfo); DO_APP_FUNC(0x00492F30, void, AzazelSamBehaviour_OnRangedAttackEvent, (AzazelSamBehaviour * __this, BoltEntity * ai, BoltEntity * player, float amount, bool hit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD97E8, AzazelSamBehaviour_OnRangedAttackEvent__MethodInfo); DO_APP_FUNC(0x004931E0, void, AzazelSamBehaviour_OnPlayerPickedUpEvent, (AzazelSamBehaviour * __this, BoltEntity * killedBy, BoltEntity * player, bool inHidingSpot, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD97F0, AzazelSamBehaviour_OnPlayerPickedUpEvent__MethodInfo); DO_APP_FUNC(0x00493260, void, AzazelSamBehaviour_OnKnockoutEvent, (AzazelSamBehaviour * __this, BoltEntity * killedBy, BoltEntity * player, bool usingPoison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9800, AzazelSamBehaviour_OnKnockoutEvent__MethodInfo); DO_APP_FUNC(0x00494180, IEnumerator *, AzazelSamBehaviour_WaitForPurgatoryToSwitchRenderersBack, (AzazelSamBehaviour * __this, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC(0x00494290, void, AzazelSamBehaviour_OnAbilityIndex, (AzazelSamBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9830, AzazelSamBehaviour_OnAbilityIndex__MethodInfo); DO_APP_FUNC(0x00494840, void, AzazelSamBehaviour_OnAbilityIntData, (AzazelSamBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9820, AzazelSamBehaviour_OnAbilityIntData__MethodInfo); DO_APP_FUNC(0x004961A0, IEnumerator *, AzazelSamBehaviour_DelayShowMuzzleFlash, (AzazelSamBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00496240, void, AzazelSamBehaviour_OnMainBehaviorRestart, (AzazelSamBehaviour * __this, Behavior * mainBehavior, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9890, AzazelSamBehaviour_OnMainBehaviorRestart__MethodInfo); DO_APP_FUNC(0x004962F0, void, AzazelSamBehaviour_Detached, (AzazelSamBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004967F0, void, AzazelSamBehaviour_OnKnockoutGrabRagdoll, (AzazelSamBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD97F8, AzazelSamBehaviour_OnKnockoutGrabRagdoll__MethodInfo); DO_APP_FUNC(0x00496910, void, AzazelSamBehaviour_OnKnockoutBreakNeck, (AzazelSamBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9808, AzazelSamBehaviour_OnKnockoutBreakNeck__MethodInfo); DO_APP_FUNC(0x00496E80, IEnumerator *, AzazelSamBehaviour_OnTraverseOffMeshLink, (AzazelSamBehaviour * __this, RichSpecial * link, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9878, AzazelSamBehaviour_OnTraverseOffMeshLink__MethodInfo); DO_APP_FUNC(0x00496F90, IEnumerator *, AzazelSamBehaviour_CheckLanded, (AzazelSamBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00497030, void, AzazelSamBehaviour_Landed, (AzazelSamBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00497270, void, AzazelSamBehaviour_OnGlobalGoatBurnEvent, (AzazelSamBehaviour * __this, int32_t numObjectsBurnt, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9810, AzazelSamBehaviour_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x00497480, void, AzazelSamBehaviour_PlayWanderClip, (AzazelSamBehaviour * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x00497750, void, AzazelSamBehaviour_OnRagdollsLoaded, (AzazelSamBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9880, AzazelSamBehaviour_OnRagdollsLoaded__MethodInfo); DO_APP_FUNC(0x004978B0, void, AzazelSamBehaviour_OnRagdollLoaded, (AzazelSamBehaviour * __this, KnockoutRagdoll * ragdoll, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9888, AzazelSamBehaviour_OnRagdollLoaded__MethodInfo); DO_APP_FUNC(0x004979B0, bool, AzazelSamBehaviour_CanFinalGoatBurnt, (AzazelSamBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004979C0, void, AzazelSamBehaviour_OnDestroy, (AzazelSamBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0048E010, void, AzazelSamBehaviour__ctor, (AzazelSamBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00627280, void, AzazelSamBehaviour_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelSamBehaviour_c__ctor, (AzazelSamBehaviour_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00627330, bool, AzazelSamBehaviour_c__Awake_b__23_0, (AzazelSamBehaviour_c * __this, State * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9868, AzazelSamBehaviour_c__Awake_b__23_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AzazelSamBehaviour_c_DisplayClass30_0__ctor, (AzazelSamBehaviour_c_DisplayClass30_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006273C0, void, AzazelSamBehaviour_c_DisplayClass30_0__OnKnockoutEvent_b__0, (AzazelSamBehaviour_c_DisplayClass30_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD97A0, AzazelSamBehaviour_c_DisplayClass30_0__OnKnockoutEvent_b__0__MethodInfo); DO_APP_FUNC(0x00627560, void, AzazelSamBehaviour_c_DisplayClass30_0__OnKnockoutEvent_b__1, (AzazelSamBehaviour_c_DisplayClass30_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9798, AzazelSamBehaviour_c_DisplayClass30_0__OnKnockoutEvent_b__1__MethodInfo); DO_APP_FUNC(0x00480F20, void, AzazelSamBehaviour_c_DisplayClass30_0__OnKnockoutEvent_b__2, (AzazelSamBehaviour_c_DisplayClass30_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9790, AzazelSamBehaviour_c_DisplayClass30_0__OnKnockoutEvent_b__2__MethodInfo); DO_APP_FUNC(0x003BAD60, void, AzazelSamBehaviour_WaitForPurgatoryToSwitchRenderersBack_d_31__ctor, (AzazelSamBehaviour_WaitForPurgatoryToSwitchRenderersBack_d_31 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelSamBehaviour_WaitForPurgatoryToSwitchRenderersBack_d_31_System_IDisposable_Dispose, (AzazelSamBehaviour_WaitForPurgatoryToSwitchRenderersBack_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x006277F0, bool, AzazelSamBehaviour_WaitForPurgatoryToSwitchRenderersBack_d_31_MoveNext, (AzazelSamBehaviour_WaitForPurgatoryToSwitchRenderersBack_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AzazelSamBehaviour_WaitForPurgatoryToSwitchRenderersBack_d_31_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AzazelSamBehaviour_WaitForPurgatoryToSwitchRenderersBack_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x00627B20, void, AzazelSamBehaviour_WaitForPurgatoryToSwitchRenderersBack_d_31_System_Collections_IEnumerator_Reset, (AzazelSamBehaviour_WaitForPurgatoryToSwitchRenderersBack_d_31 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EC88, AzazelSamBehaviour_WaitForPurgatoryToSwitchRenderersBack_d_31_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AzazelSamBehaviour_WaitForPurgatoryToSwitchRenderersBack_d_31_System_Collections_IEnumerator_get_Current, (AzazelSamBehaviour_WaitForPurgatoryToSwitchRenderersBack_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AzazelSamBehaviour_DelayShowMuzzleFlash_d_34__ctor, (AzazelSamBehaviour_DelayShowMuzzleFlash_d_34 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelSamBehaviour_DelayShowMuzzleFlash_d_34_System_IDisposable_Dispose, (AzazelSamBehaviour_DelayShowMuzzleFlash_d_34 * __this, MethodInfo * method)); DO_APP_FUNC(0x00627B70, bool, AzazelSamBehaviour_DelayShowMuzzleFlash_d_34_MoveNext, (AzazelSamBehaviour_DelayShowMuzzleFlash_d_34 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AzazelSamBehaviour_DelayShowMuzzleFlash_d_34_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AzazelSamBehaviour_DelayShowMuzzleFlash_d_34 * __this, MethodInfo * method)); DO_APP_FUNC(0x00627D40, void, AzazelSamBehaviour_DelayShowMuzzleFlash_d_34_System_Collections_IEnumerator_Reset, (AzazelSamBehaviour_DelayShowMuzzleFlash_d_34 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EC80, AzazelSamBehaviour_DelayShowMuzzleFlash_d_34_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AzazelSamBehaviour_DelayShowMuzzleFlash_d_34_System_Collections_IEnumerator_get_Current, (AzazelSamBehaviour_DelayShowMuzzleFlash_d_34 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AzazelSamBehaviour_OnTraverseOffMeshLink_d_39__ctor, (AzazelSamBehaviour_OnTraverseOffMeshLink_d_39 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelSamBehaviour_OnTraverseOffMeshLink_d_39_System_IDisposable_Dispose, (AzazelSamBehaviour_OnTraverseOffMeshLink_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x00627D90, bool, AzazelSamBehaviour_OnTraverseOffMeshLink_d_39_MoveNext, (AzazelSamBehaviour_OnTraverseOffMeshLink_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AzazelSamBehaviour_OnTraverseOffMeshLink_d_39_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AzazelSamBehaviour_OnTraverseOffMeshLink_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x006282A0, void, AzazelSamBehaviour_OnTraverseOffMeshLink_d_39_System_Collections_IEnumerator_Reset, (AzazelSamBehaviour_OnTraverseOffMeshLink_d_39 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EC70, AzazelSamBehaviour_OnTraverseOffMeshLink_d_39_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AzazelSamBehaviour_OnTraverseOffMeshLink_d_39_System_Collections_IEnumerator_get_Current, (AzazelSamBehaviour_OnTraverseOffMeshLink_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AzazelSamBehaviour_CheckLanded_d_40__ctor, (AzazelSamBehaviour_CheckLanded_d_40 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelSamBehaviour_CheckLanded_d_40_System_IDisposable_Dispose, (AzazelSamBehaviour_CheckLanded_d_40 * __this, MethodInfo * method)); DO_APP_FUNC(0x006282F0, bool, AzazelSamBehaviour_CheckLanded_d_40_MoveNext, (AzazelSamBehaviour_CheckLanded_d_40 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AzazelSamBehaviour_CheckLanded_d_40_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AzazelSamBehaviour_CheckLanded_d_40 * __this, MethodInfo * method)); DO_APP_FUNC(0x00628590, void, AzazelSamBehaviour_CheckLanded_d_40_System_Collections_IEnumerator_Reset, (AzazelSamBehaviour_CheckLanded_d_40 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EC58, AzazelSamBehaviour_CheckLanded_d_40_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AzazelSamBehaviour_CheckLanded_d_40_System_Collections_IEnumerator_get_Current, (AzazelSamBehaviour_CheckLanded_d_40 * __this, MethodInfo * method)); DO_APP_FUNC(0x006285E0, void, AzazelZaraBehaviour_Awake, (AzazelZaraBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00628D30, void, AzazelZaraBehaviour_OnAddressableMaterialLoaderComplete, (AzazelZaraBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00628EA0, void, AzazelZaraBehaviour_Start, (AzazelZaraBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00628FF0, void, AzazelZaraBehaviour_LateUpdate, (AzazelZaraBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00629670, void, AzazelZaraBehaviour_Attached, (AzazelZaraBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0062A180, void, AzazelZaraBehaviour_Detached, (AzazelZaraBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0062A3D0, void, AzazelZaraBehaviour_OnLookAtEntity, (AzazelZaraBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0062A810, void, AzazelZaraBehaviour_OnAbilityIndex, (AzazelZaraBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EC20, AzazelZaraBehaviour_OnAbilityIndex__MethodInfo); DO_APP_FUNC(0x0062BC50, void, AzazelZaraBehaviour_EnableCollisionsWithPlayers, (AzazelZaraBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0062BD40, void, AzazelZaraBehaviour_DisableCollisionsWithPlayers, (AzazelZaraBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0062BE30, void, AzazelZaraBehaviour_OnAbilityIntData, (AzazelZaraBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EC28, AzazelZaraBehaviour_OnAbilityIntData__MethodInfo); DO_APP_FUNC(0x0062D3C0, void, AzazelZaraBehaviour_OnIsHidden, (AzazelZaraBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EC18, AzazelZaraBehaviour_OnIsHidden__MethodInfo); DO_APP_FUNC(0x0062D490, void, AzazelZaraBehaviour_SetVisibility, (AzazelZaraBehaviour * __this, bool show, MethodInfo * method)); DO_APP_FUNC(0x0062D6C0, IEnumerator *, AzazelZaraBehaviour_IntroCoroutine, (AzazelZaraBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0062D760, void, AzazelZaraBehaviour_OnPlayerPickedUpEvent, (AzazelZaraBehaviour * __this, BoltEntity * killedBy, BoltEntity * player, bool inHidingSpot, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EC08, AzazelZaraBehaviour_OnPlayerPickedUpEvent__MethodInfo); DO_APP_FUNC(0x0062D830, void, AzazelZaraBehaviour_OnKnockoutEvent, (AzazelZaraBehaviour * __this, BoltEntity * killedBy, BoltEntity * player, bool usingPoison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EC00, AzazelZaraBehaviour_OnKnockoutEvent__MethodInfo); DO_APP_FUNC(0x0062DE20, IEnumerator *, AzazelZaraBehaviour_WaitForCrawlingToSwitchRenderersBack, (AzazelZaraBehaviour * __this, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC(0x0062DF30, void, AzazelZaraBehaviour_OnMainBehaviorRestart, (AzazelZaraBehaviour * __this, Behavior * mainBehavior, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EC48, AzazelZaraBehaviour_OnMainBehaviorRestart__MethodInfo); DO_APP_FUNC(0x0062DFE0, bool, AzazelZaraBehaviour_IsZaraInjectable, (AzazelZaraBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0062E1B0, void, AzazelZaraBehaviour_Injected, (AzazelZaraBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0062E280, void, AzazelZaraBehaviour_Spawn, (AzazelZaraBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0062E570, void, AzazelZaraBehaviour_StartIntro, (AzazelZaraBehaviour * __this, Transform * eggSpawnPoint, MethodInfo * method)); DO_APP_FUNC(0x0062E5E0, void, AzazelZaraBehaviour_OnIntroComplete, (AzazelZaraBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EC10, AzazelZaraBehaviour_OnIntroComplete__MethodInfo); DO_APP_FUNC(0x0062E710, IEnumerator *, AzazelZaraBehaviour_OnIntroCompleteInternal, (AzazelZaraBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0062E7B0, void, AzazelZaraBehaviour_SetForm, (AzazelZaraBehaviour * __this, bool spider, MethodInfo * method)); DO_APP_FUNC(0x0062F260, IEnumerator *, AzazelZaraBehaviour_Vomit, (AzazelZaraBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0062F300, void, AzazelZaraBehaviour_OnDestroy, (AzazelZaraBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0062F3A0, void, AzazelZaraBehaviour_SetArachnophobiaMode, (AzazelZaraBehaviour * __this, bool on, MethodInfo * method)); DO_APP_FUNC(0x0062F6E0, void, AzazelZaraBehaviour_SetRecentHole, (AzazelZaraBehaviour * __this, InnHoleController * innHoleController, MethodInfo * method)); DO_APP_FUNC(0x0062F740, void, AzazelZaraBehaviour_ClearRecentHole, (AzazelZaraBehaviour * __this, InnHoleController * innHoleController, MethodInfo * method)); DO_APP_FUNC(0x0062F9F0, bool, AzazelZaraBehaviour_CanDelayScream, (AzazelZaraBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0062FAB0, void, AzazelZaraBehaviour__ctor, (AzazelZaraBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0062FB50, void, AzazelZaraBehaviour__OnKnockoutEvent_b__59_0, (AzazelZaraBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EBA8, AzazelZaraBehaviour__OnKnockoutEvent_b__59_0__MethodInfo); DO_APP_FUNC(0x0062FCD0, void, AzazelZaraBehaviour_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelZaraBehaviour_c__ctor, (AzazelZaraBehaviour_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0062FD80, bool, AzazelZaraBehaviour_c__Attached_b__48_0, (AzazelZaraBehaviour_c * __this, Generic * a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EBF0, AzazelZaraBehaviour_c__Attached_b__48_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, AzazelZaraBehaviour_IntroCoroutine_d_57__ctor, (AzazelZaraBehaviour_IntroCoroutine_d_57 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelZaraBehaviour_IntroCoroutine_d_57_System_IDisposable_Dispose, (AzazelZaraBehaviour_IntroCoroutine_d_57 * __this, MethodInfo * method)); DO_APP_FUNC(0x0062FDC0, bool, AzazelZaraBehaviour_IntroCoroutine_d_57_MoveNext, (AzazelZaraBehaviour_IntroCoroutine_d_57 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AzazelZaraBehaviour_IntroCoroutine_d_57_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AzazelZaraBehaviour_IntroCoroutine_d_57 * __this, MethodInfo * method)); DO_APP_FUNC(0x00630E00, void, AzazelZaraBehaviour_IntroCoroutine_d_57_System_Collections_IEnumerator_Reset, (AzazelZaraBehaviour_IntroCoroutine_d_57 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EB28, AzazelZaraBehaviour_IntroCoroutine_d_57_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AzazelZaraBehaviour_IntroCoroutine_d_57_System_Collections_IEnumerator_get_Current, (AzazelZaraBehaviour_IntroCoroutine_d_57 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AzazelZaraBehaviour_WaitForCrawlingToSwitchRenderersBack_d_60__ctor, (AzazelZaraBehaviour_WaitForCrawlingToSwitchRenderersBack_d_60 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelZaraBehaviour_WaitForCrawlingToSwitchRenderersBack_d_60_System_IDisposable_Dispose, (AzazelZaraBehaviour_WaitForCrawlingToSwitchRenderersBack_d_60 * __this, MethodInfo * method)); DO_APP_FUNC(0x00630E50, bool, AzazelZaraBehaviour_WaitForCrawlingToSwitchRenderersBack_d_60_MoveNext, (AzazelZaraBehaviour_WaitForCrawlingToSwitchRenderersBack_d_60 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AzazelZaraBehaviour_WaitForCrawlingToSwitchRenderersBack_d_60_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AzazelZaraBehaviour_WaitForCrawlingToSwitchRenderersBack_d_60 * __this, MethodInfo * method)); DO_APP_FUNC(0x00631300, void, AzazelZaraBehaviour_WaitForCrawlingToSwitchRenderersBack_d_60_System_Collections_IEnumerator_Reset, (AzazelZaraBehaviour_WaitForCrawlingToSwitchRenderersBack_d_60 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EB10, AzazelZaraBehaviour_WaitForCrawlingToSwitchRenderersBack_d_60_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AzazelZaraBehaviour_WaitForCrawlingToSwitchRenderersBack_d_60_System_Collections_IEnumerator_get_Current, (AzazelZaraBehaviour_WaitForCrawlingToSwitchRenderersBack_d_60 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AzazelZaraBehaviour_OnIntroCompleteInternal_d_67__ctor, (AzazelZaraBehaviour_OnIntroCompleteInternal_d_67 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelZaraBehaviour_OnIntroCompleteInternal_d_67_System_IDisposable_Dispose, (AzazelZaraBehaviour_OnIntroCompleteInternal_d_67 * __this, MethodInfo * method)); DO_APP_FUNC(0x00631350, bool, AzazelZaraBehaviour_OnIntroCompleteInternal_d_67_MoveNext, (AzazelZaraBehaviour_OnIntroCompleteInternal_d_67 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AzazelZaraBehaviour_OnIntroCompleteInternal_d_67_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AzazelZaraBehaviour_OnIntroCompleteInternal_d_67 * __this, MethodInfo * method)); DO_APP_FUNC(0x006318A0, void, AzazelZaraBehaviour_OnIntroCompleteInternal_d_67_System_Collections_IEnumerator_Reset, (AzazelZaraBehaviour_OnIntroCompleteInternal_d_67 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EB08, AzazelZaraBehaviour_OnIntroCompleteInternal_d_67_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AzazelZaraBehaviour_OnIntroCompleteInternal_d_67_System_Collections_IEnumerator_get_Current, (AzazelZaraBehaviour_OnIntroCompleteInternal_d_67 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AzazelZaraBehaviour_Vomit_d_69__ctor, (AzazelZaraBehaviour_Vomit_d_69 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AzazelZaraBehaviour_Vomit_d_69_System_IDisposable_Dispose, (AzazelZaraBehaviour_Vomit_d_69 * __this, MethodInfo * method)); DO_APP_FUNC(0x006318F0, bool, AzazelZaraBehaviour_Vomit_d_69_MoveNext, (AzazelZaraBehaviour_Vomit_d_69 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AzazelZaraBehaviour_Vomit_d_69_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AzazelZaraBehaviour_Vomit_d_69 * __this, MethodInfo * method)); DO_APP_FUNC(0x00631A30, void, AzazelZaraBehaviour_Vomit_d_69_System_Collections_IEnumerator_Reset, (AzazelZaraBehaviour_Vomit_d_69 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EAF8, AzazelZaraBehaviour_Vomit_d_69_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AzazelZaraBehaviour_Vomit_d_69_System_Collections_IEnumerator_get_Current, (AzazelZaraBehaviour_Vomit_d_69 * __this, MethodInfo * method)); DO_APP_FUNC(0x00631A80, void, SurvivalAzazelBehaviour_Awake, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00633100, void, SurvivalAzazelBehaviour_Start, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00633300, void, SurvivalAzazelBehaviour_OnAddressableMaterialLoaderComplete, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00633710, IEnumerator *, SurvivalAzazelBehaviour_SetMollyHairRendererFlag, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x006337B0, void, SurvivalAzazelBehaviour_Attached, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x006352B0, IEnumerator *, SurvivalAzazelBehaviour_WaitToResetRecentlyAttached, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00635350, void, SurvivalAzazelBehaviour_Detached, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00635FB0, void, SurvivalAzazelBehaviour_Update, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00636320, void, SurvivalAzazelBehaviour_SetRendererMaterial, (SurvivalAzazelBehaviour * __this, SkinnedMeshRenderer * renderer, Material * mat, MethodInfo * method)); DO_APP_FUNC(0x00636420, void, SurvivalAzazelBehaviour_OnAbilityIndex, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EA80, SurvivalAzazelBehaviour_OnAbilityIndex__MethodInfo); DO_APP_FUNC(0x00637D30, void, SurvivalAzazelBehaviour_OnAbilityIntData, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EA68, SurvivalAzazelBehaviour_OnAbilityIntData__MethodInfo); DO_APP_FUNC(0x006396E0, void, SurvivalAzazelBehaviour_CheckWhichPlayersStaggered, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00639C70, IEnumerator *, SurvivalAzazelBehaviour_PlayEnrageEffect, (SurvivalAzazelBehaviour * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x00639D20, IEnumerator *, SurvivalAzazelBehaviour_EnragedEyes, (SurvivalAzazelBehaviour * __this, float delay, float duration, MethodInfo * method)); DO_APP_FUNC(0x00639DF0, bool, SurvivalAzazelBehaviour_HasEnragedEyes, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00639E00, void, SurvivalAzazelBehaviour_SetMaxEnragedState, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00639EA0, void, SurvivalAzazelBehaviour_IKPointAtPlayer, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00639FC0, void, SurvivalAzazelBehaviour_StartBreathing, (SurvivalAzazelBehaviour * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x0063A110, IEnumerator *, SurvivalAzazelBehaviour_DelayBreathing, (SurvivalAzazelBehaviour * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x0063A1C0, void, SurvivalAzazelBehaviour_PlayEnrageBreathing, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0063A240, IEnumerator *, SurvivalAzazelBehaviour_DelayBreathingVolume, (SurvivalAzazelBehaviour * __this, float delay, float toVolume, MethodInfo * method)); DO_APP_FUNC(0x0063A310, void, SurvivalAzazelBehaviour_PlayStartWatchingClip, (SurvivalAzazelBehaviour * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x0063A460, IEnumerator *, SurvivalAzazelBehaviour_DelayStartWatchingClip, (SurvivalAzazelBehaviour * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x0063A510, void, SurvivalAzazelBehaviour_Spawn, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0063A610, void, SurvivalAzazelBehaviour_OnPickedUpPlayer, (SurvivalAzazelBehaviour * __this, GameObject * ai, GameObject * player, bool inHidingSpot, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EA00, SurvivalAzazelBehaviour_OnPickedUpPlayer__MethodInfo); DO_APP_FUNC(0x0063A940, void, SurvivalAzazelBehaviour_OnKnockout, (SurvivalAzazelBehaviour * __this, GameObject * ai, GameObject * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EA28, SurvivalAzazelBehaviour_OnKnockout__MethodInfo); DO_APP_FUNC(0x0063AC50, void, SurvivalAzazelBehaviour_SetLookAtEntity, (SurvivalAzazelBehaviour * __this, BoltEntity * lookAtEntity, MethodInfo * method)); DO_APP_FUNC(0x0063ADD0, void, SurvivalAzazelBehaviour_OnLookAtEntity, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0063B1D0, void, SurvivalAzazelBehaviour_OnPlayerPickedUpEvent, (SurvivalAzazelBehaviour * __this, BoltEntity * killedBy, BoltEntity * player, bool inHidingSpot, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EA08, SurvivalAzazelBehaviour_OnPlayerPickedUpEvent__MethodInfo); DO_APP_FUNC(0x0063CF20, void, SurvivalAzazelBehaviour_OnKnockoutGrabRagdollEvent, (SurvivalAzazelBehaviour * __this, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EA48, SurvivalAzazelBehaviour_OnKnockoutGrabRagdollEvent__MethodInfo); DO_APP_FUNC(0x0063EB40, void, SurvivalAzazelBehaviour_OnKnockoutEvent, (SurvivalAzazelBehaviour * __this, BoltEntity * killedBy, BoltEntity * player, bool usingPoison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EA40, SurvivalAzazelBehaviour_OnKnockoutEvent__MethodInfo); DO_APP_FUNC(0x0063F6C0, void, SurvivalAzazelBehaviour_KnockoutSpawnOnRagdoll, (SurvivalAzazelBehaviour * __this, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC(0x00640A00, void, SurvivalAzazelBehaviour_KnockoutSwitchRenderersBack, (SurvivalAzazelBehaviour * __this, BoltEntity * player, bool resetMaterials, MethodInfo * method)); DO_APP_FUNC(0x00641D40, IEnumerator *, SurvivalAzazelBehaviour_DeactivateKnockoutRagdoll, (SurvivalAzazelBehaviour * __this, bool resetMaterials, MethodInfo * method)); DO_APP_FUNC(0x00641E00, void, SurvivalAzazelBehaviour_PlayWanderClip, (SurvivalAzazelBehaviour * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x00642330, void, SurvivalAzazelBehaviour_OnGlobalGoatBurnEvent, (SurvivalAzazelBehaviour * __this, int32_t numObjectsBurnt, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EA58, SurvivalAzazelBehaviour_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x00418D30, bool, SurvivalAzazelBehaviour_CanFinalGoatBurnt, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00642740, IEnumerator *, SurvivalAzazelBehaviour_FinalGoatBurnt, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x006427E0, IEnumerator *, SurvivalAzazelBehaviour_DelayScream, (SurvivalAzazelBehaviour * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, SurvivalAzazelBehaviour_CanDelayScream, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00642890, IEnumerator *, SurvivalAzazelBehaviour_DelayEnableMainAudioSource, (SurvivalAzazelBehaviour * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x00642940, void, SurvivalAzazelBehaviour_OnPathComplete, (SurvivalAzazelBehaviour * __this, Path_1 * newPath, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EA18, SurvivalAzazelBehaviour_OnPathComplete__MethodInfo); DO_APP_FUNC(0x00642E70, void, SurvivalAzazelBehaviour_OnAnnaPursueStart, (SurvivalAzazelBehaviour * __this, GameObject * target, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EA50, SurvivalAzazelBehaviour_OnAnnaPursueStart__MethodInfo); DO_APP_FUNC(0x00642F20, void, SurvivalAzazelBehaviour_OnAnnaPursueEnd, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EA70, SurvivalAzazelBehaviour_OnAnnaPursueEnd__MethodInfo); DO_APP_FUNC(0x00642FD0, void, SurvivalAzazelBehaviour_SetInsideAnnaAntiWanderCollider, (SurvivalAzazelBehaviour * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00642FE0, bool, SurvivalAzazelBehaviour_IsInsideAnnaAntiWanderCollider, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00642FF0, void, SurvivalAzazelBehaviour_ClearLastDestination, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00643050, void, SurvivalAzazelBehaviour_OnDestroy, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00643230, void, SurvivalAzazelBehaviour_AnnaFrying, (SurvivalAzazelBehaviour * __this, int32_t fryCount, MethodInfo * method)); DO_APP_FUNC(0x00643470, void, SurvivalAzazelBehaviour_OnMultipleFocus, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EA10, SurvivalAzazelBehaviour_OnMultipleFocus__MethodInfo); DO_APP_FUNC(0x006438B0, void, SurvivalAzazelBehaviour_OnMoving, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EA38, SurvivalAzazelBehaviour_OnMoving__MethodInfo); DO_APP_FUNC(0x00643A70, void, SurvivalAzazelBehaviour_DebugMarkStuckSpot, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00643EA0, bool, SurvivalAzazelBehaviour_IsCalmingDown, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00643F90, bool, SurvivalAzazelBehaviour_IsEnraged, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00644080, bool, SurvivalAzazelBehaviour_IsOverlappingObstacle, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00644580, void, SurvivalAzazelBehaviour_SetIndoors, (SurvivalAzazelBehaviour * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00644590, void, SurvivalAzazelBehaviour_PlayFootStep, (SurvivalAzazelBehaviour * __this, int32_t footIndex, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalAzazelBehaviour_Landed, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7040, Behavior *, SurvivalAzazelBehaviour_GetMainBehavior, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalAzazelBehaviour_StopPursueIfNecessary, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x006447E0, void, SurvivalAzazelBehaviour__ctor, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00644A00, void, SurvivalAzazelBehaviour__OnPlayerPickedUpEvent_b__160_1, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9E818, SurvivalAzazelBehaviour__OnPlayerPickedUpEvent_b__160_1__MethodInfo); DO_APP_FUNC(0x00644AE0, void, SurvivalAzazelBehaviour__OnPlayerPickedUpEvent_b__160_0, (SurvivalAzazelBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9E808, SurvivalAzazelBehaviour__OnPlayerPickedUpEvent_b__160_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, SurvivalAzazelBehaviour_SetMollyHairRendererFlag_d_135__ctor, (SurvivalAzazelBehaviour_SetMollyHairRendererFlag_d_135 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalAzazelBehaviour_SetMollyHairRendererFlag_d_135_System_IDisposable_Dispose, (SurvivalAzazelBehaviour_SetMollyHairRendererFlag_d_135 * __this, MethodInfo * method)); DO_APP_FUNC(0x00644C80, bool, SurvivalAzazelBehaviour_SetMollyHairRendererFlag_d_135_MoveNext, (SurvivalAzazelBehaviour_SetMollyHairRendererFlag_d_135 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalAzazelBehaviour_SetMollyHairRendererFlag_d_135_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalAzazelBehaviour_SetMollyHairRendererFlag_d_135 * __this, MethodInfo * method)); DO_APP_FUNC(0x00645080, void, SurvivalAzazelBehaviour_SetMollyHairRendererFlag_d_135_System_Collections_IEnumerator_Reset, (SurvivalAzazelBehaviour_SetMollyHairRendererFlag_d_135 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9E4A8, SurvivalAzazelBehaviour_SetMollyHairRendererFlag_d_135_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalAzazelBehaviour_SetMollyHairRendererFlag_d_135_System_Collections_IEnumerator_get_Current, (SurvivalAzazelBehaviour_SetMollyHairRendererFlag_d_135 * __this, MethodInfo * method)); DO_APP_FUNC(0x006450D0, void, SurvivalAzazelBehaviour_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalAzazelBehaviour_c__ctor, (SurvivalAzazelBehaviour_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00645180, bool, SurvivalAzazelBehaviour_c__Attached_b__136_0, (SurvivalAzazelBehaviour_c * __this, Generic * ability, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9E9F0, SurvivalAzazelBehaviour_c__Attached_b__136_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, SurvivalAzazelBehaviour_WaitToResetRecentlyAttached_d_137__ctor, (SurvivalAzazelBehaviour_WaitToResetRecentlyAttached_d_137 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalAzazelBehaviour_WaitToResetRecentlyAttached_d_137_System_IDisposable_Dispose, (SurvivalAzazelBehaviour_WaitToResetRecentlyAttached_d_137 * __this, MethodInfo * method)); DO_APP_FUNC(0x006451C0, bool, SurvivalAzazelBehaviour_WaitToResetRecentlyAttached_d_137_MoveNext, (SurvivalAzazelBehaviour_WaitToResetRecentlyAttached_d_137 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalAzazelBehaviour_WaitToResetRecentlyAttached_d_137_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalAzazelBehaviour_WaitToResetRecentlyAttached_d_137 * __this, MethodInfo * method)); DO_APP_FUNC(0x006452A0, void, SurvivalAzazelBehaviour_WaitToResetRecentlyAttached_d_137_System_Collections_IEnumerator_Reset, (SurvivalAzazelBehaviour_WaitToResetRecentlyAttached_d_137 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9E488, SurvivalAzazelBehaviour_WaitToResetRecentlyAttached_d_137_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalAzazelBehaviour_WaitToResetRecentlyAttached_d_137_System_Collections_IEnumerator_get_Current, (SurvivalAzazelBehaviour_WaitToResetRecentlyAttached_d_137 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SurvivalAzazelBehaviour_PlayEnrageEffect_d_144__ctor, (SurvivalAzazelBehaviour_PlayEnrageEffect_d_144 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalAzazelBehaviour_PlayEnrageEffect_d_144_System_IDisposable_Dispose, (SurvivalAzazelBehaviour_PlayEnrageEffect_d_144 * __this, MethodInfo * method)); DO_APP_FUNC(0x006452F0, bool, SurvivalAzazelBehaviour_PlayEnrageEffect_d_144_MoveNext, (SurvivalAzazelBehaviour_PlayEnrageEffect_d_144 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalAzazelBehaviour_PlayEnrageEffect_d_144_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalAzazelBehaviour_PlayEnrageEffect_d_144 * __this, MethodInfo * method)); DO_APP_FUNC(0x006454E0, void, SurvivalAzazelBehaviour_PlayEnrageEffect_d_144_System_Collections_IEnumerator_Reset, (SurvivalAzazelBehaviour_PlayEnrageEffect_d_144 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9E458, SurvivalAzazelBehaviour_PlayEnrageEffect_d_144_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalAzazelBehaviour_PlayEnrageEffect_d_144_System_Collections_IEnumerator_get_Current, (SurvivalAzazelBehaviour_PlayEnrageEffect_d_144 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SurvivalAzazelBehaviour_EnragedEyes_d_145__ctor, (SurvivalAzazelBehaviour_EnragedEyes_d_145 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalAzazelBehaviour_EnragedEyes_d_145_System_IDisposable_Dispose, (SurvivalAzazelBehaviour_EnragedEyes_d_145 * __this, MethodInfo * method)); DO_APP_FUNC(0x00645530, bool, SurvivalAzazelBehaviour_EnragedEyes_d_145_MoveNext, (SurvivalAzazelBehaviour_EnragedEyes_d_145 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalAzazelBehaviour_EnragedEyes_d_145_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalAzazelBehaviour_EnragedEyes_d_145 * __this, MethodInfo * method)); DO_APP_FUNC(0x006457F0, void, SurvivalAzazelBehaviour_EnragedEyes_d_145_System_Collections_IEnumerator_Reset, (SurvivalAzazelBehaviour_EnragedEyes_d_145 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9E448, SurvivalAzazelBehaviour_EnragedEyes_d_145_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalAzazelBehaviour_EnragedEyes_d_145_System_Collections_IEnumerator_get_Current, (SurvivalAzazelBehaviour_EnragedEyes_d_145 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SurvivalAzazelBehaviour_DelayBreathing_d_150__ctor, (SurvivalAzazelBehaviour_DelayBreathing_d_150 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalAzazelBehaviour_DelayBreathing_d_150_System_IDisposable_Dispose, (SurvivalAzazelBehaviour_DelayBreathing_d_150 * __this, MethodInfo * method)); DO_APP_FUNC(0x00645840, bool, SurvivalAzazelBehaviour_DelayBreathing_d_150_MoveNext, (SurvivalAzazelBehaviour_DelayBreathing_d_150 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalAzazelBehaviour_DelayBreathing_d_150_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalAzazelBehaviour_DelayBreathing_d_150 * __this, MethodInfo * method)); DO_APP_FUNC(0x00645AC0, void, SurvivalAzazelBehaviour_DelayBreathing_d_150_System_Collections_IEnumerator_Reset, (SurvivalAzazelBehaviour_DelayBreathing_d_150 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9E418, SurvivalAzazelBehaviour_DelayBreathing_d_150_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalAzazelBehaviour_DelayBreathing_d_150_System_Collections_IEnumerator_get_Current, (SurvivalAzazelBehaviour_DelayBreathing_d_150 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SurvivalAzazelBehaviour_DelayBreathingVolume_d_152__ctor, (SurvivalAzazelBehaviour_DelayBreathingVolume_d_152 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalAzazelBehaviour_DelayBreathingVolume_d_152_System_IDisposable_Dispose, (SurvivalAzazelBehaviour_DelayBreathingVolume_d_152 * __this, MethodInfo * method)); DO_APP_FUNC(0x00645B10, bool, SurvivalAzazelBehaviour_DelayBreathingVolume_d_152_MoveNext, (SurvivalAzazelBehaviour_DelayBreathingVolume_d_152 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalAzazelBehaviour_DelayBreathingVolume_d_152_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalAzazelBehaviour_DelayBreathingVolume_d_152 * __this, MethodInfo * method)); DO_APP_FUNC(0x00645D30, void, SurvivalAzazelBehaviour_DelayBreathingVolume_d_152_System_Collections_IEnumerator_Reset, (SurvivalAzazelBehaviour_DelayBreathingVolume_d_152 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9E408, SurvivalAzazelBehaviour_DelayBreathingVolume_d_152_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalAzazelBehaviour_DelayBreathingVolume_d_152_System_Collections_IEnumerator_get_Current, (SurvivalAzazelBehaviour_DelayBreathingVolume_d_152 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SurvivalAzazelBehaviour_DelayStartWatchingClip_d_154__ctor, (SurvivalAzazelBehaviour_DelayStartWatchingClip_d_154 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalAzazelBehaviour_DelayStartWatchingClip_d_154_System_IDisposable_Dispose, (SurvivalAzazelBehaviour_DelayStartWatchingClip_d_154 * __this, MethodInfo * method)); DO_APP_FUNC(0x00645D80, bool, SurvivalAzazelBehaviour_DelayStartWatchingClip_d_154_MoveNext, (SurvivalAzazelBehaviour_DelayStartWatchingClip_d_154 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalAzazelBehaviour_DelayStartWatchingClip_d_154_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalAzazelBehaviour_DelayStartWatchingClip_d_154 * __this, MethodInfo * method)); DO_APP_FUNC(0x00646020, void, SurvivalAzazelBehaviour_DelayStartWatchingClip_d_154_System_Collections_IEnumerator_Reset, (SurvivalAzazelBehaviour_DelayStartWatchingClip_d_154 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9E3D8, SurvivalAzazelBehaviour_DelayStartWatchingClip_d_154_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalAzazelBehaviour_DelayStartWatchingClip_d_154_System_Collections_IEnumerator_get_Current, (SurvivalAzazelBehaviour_DelayStartWatchingClip_d_154 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalAzazelBehaviour_c_DisplayClass162_0__ctor, (SurvivalAzazelBehaviour_c_DisplayClass162_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00646070, void, SurvivalAzazelBehaviour_c_DisplayClass162_0__OnKnockoutEvent_b__0, (SurvivalAzazelBehaviour_c_DisplayClass162_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9E788, SurvivalAzazelBehaviour_c_DisplayClass162_0__OnKnockoutEvent_b__0__MethodInfo); DO_APP_FUNC(0x00646210, void, SurvivalAzazelBehaviour_c_DisplayClass162_0__OnKnockoutEvent_b__1, (SurvivalAzazelBehaviour_c_DisplayClass162_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9E798, SurvivalAzazelBehaviour_c_DisplayClass162_0__OnKnockoutEvent_b__1__MethodInfo); DO_APP_FUNC(0x006462A0, void, SurvivalAzazelBehaviour_c_DisplayClass162_0__OnKnockoutEvent_b__2, (SurvivalAzazelBehaviour_c_DisplayClass162_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9E768, SurvivalAzazelBehaviour_c_DisplayClass162_0__OnKnockoutEvent_b__2__MethodInfo); DO_APP_FUNC(0x003BAD60, void, SurvivalAzazelBehaviour_DeactivateKnockoutRagdoll_d_165__ctor, (SurvivalAzazelBehaviour_DeactivateKnockoutRagdoll_d_165 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalAzazelBehaviour_DeactivateKnockoutRagdoll_d_165_System_IDisposable_Dispose, (SurvivalAzazelBehaviour_DeactivateKnockoutRagdoll_d_165 * __this, MethodInfo * method)); DO_APP_FUNC(0x00646330, bool, SurvivalAzazelBehaviour_DeactivateKnockoutRagdoll_d_165_MoveNext, (SurvivalAzazelBehaviour_DeactivateKnockoutRagdoll_d_165 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalAzazelBehaviour_DeactivateKnockoutRagdoll_d_165_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalAzazelBehaviour_DeactivateKnockoutRagdoll_d_165 * __this, MethodInfo * method)); DO_APP_FUNC(0x00646890, void, SurvivalAzazelBehaviour_DeactivateKnockoutRagdoll_d_165_System_Collections_IEnumerator_Reset, (SurvivalAzazelBehaviour_DeactivateKnockoutRagdoll_d_165 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9E3B8, SurvivalAzazelBehaviour_DeactivateKnockoutRagdoll_d_165_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalAzazelBehaviour_DeactivateKnockoutRagdoll_d_165_System_Collections_IEnumerator_get_Current, (SurvivalAzazelBehaviour_DeactivateKnockoutRagdoll_d_165 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SurvivalAzazelBehaviour_FinalGoatBurnt_d_169__ctor, (SurvivalAzazelBehaviour_FinalGoatBurnt_d_169 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalAzazelBehaviour_FinalGoatBurnt_d_169_System_IDisposable_Dispose, (SurvivalAzazelBehaviour_FinalGoatBurnt_d_169 * __this, MethodInfo * method)); DO_APP_FUNC(0x006468E0, bool, SurvivalAzazelBehaviour_FinalGoatBurnt_d_169_MoveNext, (SurvivalAzazelBehaviour_FinalGoatBurnt_d_169 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalAzazelBehaviour_FinalGoatBurnt_d_169_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalAzazelBehaviour_FinalGoatBurnt_d_169 * __this, MethodInfo * method)); DO_APP_FUNC(0x006472D0, void, SurvivalAzazelBehaviour_FinalGoatBurnt_d_169_System_Collections_IEnumerator_Reset, (SurvivalAzazelBehaviour_FinalGoatBurnt_d_169 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9E368, SurvivalAzazelBehaviour_FinalGoatBurnt_d_169_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalAzazelBehaviour_FinalGoatBurnt_d_169_System_Collections_IEnumerator_get_Current, (SurvivalAzazelBehaviour_FinalGoatBurnt_d_169 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SurvivalAzazelBehaviour_DelayScream_d_170__ctor, (SurvivalAzazelBehaviour_DelayScream_d_170 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalAzazelBehaviour_DelayScream_d_170_System_IDisposable_Dispose, (SurvivalAzazelBehaviour_DelayScream_d_170 * __this, MethodInfo * method)); DO_APP_FUNC(0x00647320, bool, SurvivalAzazelBehaviour_DelayScream_d_170_MoveNext, (SurvivalAzazelBehaviour_DelayScream_d_170 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalAzazelBehaviour_DelayScream_d_170_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalAzazelBehaviour_DelayScream_d_170 * __this, MethodInfo * method)); DO_APP_FUNC(0x00647DC0, void, SurvivalAzazelBehaviour_DelayScream_d_170_System_Collections_IEnumerator_Reset, (SurvivalAzazelBehaviour_DelayScream_d_170 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9E358, SurvivalAzazelBehaviour_DelayScream_d_170_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalAzazelBehaviour_DelayScream_d_170_System_Collections_IEnumerator_get_Current, (SurvivalAzazelBehaviour_DelayScream_d_170 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SurvivalAzazelBehaviour_DelayEnableMainAudioSource_d_172__ctor, (SurvivalAzazelBehaviour_DelayEnableMainAudioSource_d_172 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalAzazelBehaviour_DelayEnableMainAudioSource_d_172_System_IDisposable_Dispose, (SurvivalAzazelBehaviour_DelayEnableMainAudioSource_d_172 * __this, MethodInfo * method)); DO_APP_FUNC(0x00647E10, bool, SurvivalAzazelBehaviour_DelayEnableMainAudioSource_d_172_MoveNext, (SurvivalAzazelBehaviour_DelayEnableMainAudioSource_d_172 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalAzazelBehaviour_DelayEnableMainAudioSource_d_172_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalAzazelBehaviour_DelayEnableMainAudioSource_d_172 * __this, MethodInfo * method)); DO_APP_FUNC(0x00648040, void, SurvivalAzazelBehaviour_DelayEnableMainAudioSource_d_172_System_Collections_IEnumerator_Reset, (SurvivalAzazelBehaviour_DelayEnableMainAudioSource_d_172 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9E328, SurvivalAzazelBehaviour_DelayEnableMainAudioSource_d_172_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalAzazelBehaviour_DelayEnableMainAudioSource_d_172_System_Collections_IEnumerator_get_Current, (SurvivalAzazelBehaviour_DelayEnableMainAudioSource_d_172 * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC900, AnimationEventTrigger *, UseHole_get_StopEvent, (UseHole * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC910, void, UseHole_set_StopEvent, (UseHole * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x005E89C0, int32_t, UseHole_get_AbilityIntDataValue, (UseHole * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89D0, void, UseHole_set_AbilityIntDataValue, (UseHole * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, UseHole_get_IsConcurrent, (UseHole * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89C0, int32_t, UseHole_get_AbilityIntData, (UseHole * __this, MethodInfo * method)); DO_APP_FUNC(0x005EFF90, bool, UseHole_get_Exit, (UseHole * __this, MethodInfo * method)); DO_APP_FUNC(0x005EFFA0, void, UseHole_set_Exit, (UseHole * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00648090, void, UseHole_Awake, (UseHole * __this, MethodInfo * method)); DO_APP_FUNC(0x006481F0, void, UseHole_AbilityStarted, (UseHole * __this, MethodInfo * method)); DO_APP_FUNC(0x005E8B90, void, UseHole_OnComplete, (UseHole * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9E2F8, UseHole_OnComplete__MethodInfo); DO_APP_FUNC(0x005E8BC0, void, UseHole_AbilityStopped, (UseHole * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x00648450, void, UseHole_OnDestroy, (UseHole * __this, MethodInfo * method)); DO_APP_FUNC(0x00648550, void, UseHole__ctor, (UseHole * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IntDataAnimation__ctor, (IntDataAnimation * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RageSpeedChange__ctor, (RageSpeedChange * __this, MethodInfo * method)); DO_APP_FUNC(0x007F0480, void, BoarBehaviour_Awake, (BoarBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007F0FE0, void, BoarBehaviour_Attached, (BoarBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007F17A0, void, BoarBehaviour_Spawn, (BoarBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007F1AE0, IEnumerator *, BoarBehaviour_FinishSpawn, (BoarBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007F1B80, void, BoarBehaviour_FixedUpdate, (BoarBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007F1F70, void, BoarBehaviour_OnPursuing, (BoarBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6740, BoarBehaviour_OnPursuing__MethodInfo); DO_APP_FUNC(0x007F2440, void, BoarBehaviour_OnAbilityIndex, (BoarBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB67E8, BoarBehaviour_OnAbilityIndex__MethodInfo); DO_APP_FUNC(0x007F29B0, void, BoarBehaviour_SetRandomAttackTypeFloat, (BoarBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007F2A50, void, BoarBehaviour_OnAbilityIntData, (BoarBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB67A0, BoarBehaviour_OnAbilityIntData__MethodInfo); DO_APP_FUNC(0x007F2F00, void, BoarBehaviour_CheckWhichPlayersStaggered, (BoarBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007F3490, IEnumerator *, BoarBehaviour_Die, (BoarBehaviour * __this, bool despawn, MethodInfo * method)); DO_APP_FUNC(0x007F3550, IEnumerator *, BoarBehaviour_Dissolve, (BoarBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007F35F0, void, BoarBehaviour_OnPursue, (BoarBehaviour * __this, GameObject * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6788, BoarBehaviour_OnPursue__MethodInfo); DO_APP_FUNC(0x007F3940, IEnumerator *, BoarBehaviour_AttackPlayer, (BoarBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007F39E0, void, BoarBehaviour_OnChargeHit, (BoarBehaviour * __this, GameObject * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB67B8, BoarBehaviour_OnChargeHit__MethodInfo); DO_APP_FUNC(0x007F3CE0, void, BoarBehaviour_Despawn, (BoarBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007F3EB0, void, BoarBehaviour_Respawn, (BoarBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007F4440, IEnumerator *, BoarBehaviour_ReverseDissolve, (BoarBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007F44E0, void, BoarBehaviour_Detached, (BoarBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007F4830, Behavior *, BoarBehaviour_GetMainBehavior, (BoarBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007F4840, void, BoarBehaviour_Footstep, (BoarBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007F4900, void, BoarBehaviour_NostrilSmoke, (BoarBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007F49C0, void, BoarBehaviour_OnGlobalGoatBurnEvent, (BoarBehaviour * __this, int32_t numObjectsBurnt, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6770, BoarBehaviour_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x007F4A90, IEnumerator *, BoarBehaviour_WanderGrunt, (BoarBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007F4B30, IEnumerator *, BoarBehaviour_ChaseGrunt, (BoarBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007F4BD0, void, BoarBehaviour__ctor, (BoarBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007F4C40, void, BoarBehaviour__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, BoarBehaviour_FinishSpawn_d_57__ctor, (BoarBehaviour_FinishSpawn_d_57 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoarBehaviour_FinishSpawn_d_57_System_IDisposable_Dispose, (BoarBehaviour_FinishSpawn_d_57 * __this, MethodInfo * method)); DO_APP_FUNC(0x007F4CA0, bool, BoarBehaviour_FinishSpawn_d_57_MoveNext, (BoarBehaviour_FinishSpawn_d_57 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, BoarBehaviour_FinishSpawn_d_57_System_Collections_Generic_IEnumerator_System_Object__get_Current, (BoarBehaviour_FinishSpawn_d_57 * __this, MethodInfo * method)); DO_APP_FUNC(0x007F4FB0, void, BoarBehaviour_FinishSpawn_d_57_System_Collections_IEnumerator_Reset, (BoarBehaviour_FinishSpawn_d_57 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6560, BoarBehaviour_FinishSpawn_d_57_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, BoarBehaviour_FinishSpawn_d_57_System_Collections_IEnumerator_get_Current, (BoarBehaviour_FinishSpawn_d_57 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, BoarBehaviour_Die_d_64__ctor, (BoarBehaviour_Die_d_64 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoarBehaviour_Die_d_64_System_IDisposable_Dispose, (BoarBehaviour_Die_d_64 * __this, MethodInfo * method)); DO_APP_FUNC(0x007F5000, bool, BoarBehaviour_Die_d_64_MoveNext, (BoarBehaviour_Die_d_64 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, BoarBehaviour_Die_d_64_System_Collections_Generic_IEnumerator_System_Object__get_Current, (BoarBehaviour_Die_d_64 * __this, MethodInfo * method)); DO_APP_FUNC(0x007F5220, void, BoarBehaviour_Die_d_64_System_Collections_IEnumerator_Reset, (BoarBehaviour_Die_d_64 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6540, BoarBehaviour_Die_d_64_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, BoarBehaviour_Die_d_64_System_Collections_IEnumerator_get_Current, (BoarBehaviour_Die_d_64 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, BoarBehaviour_Dissolve_d_65__ctor, (BoarBehaviour_Dissolve_d_65 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoarBehaviour_Dissolve_d_65_System_IDisposable_Dispose, (BoarBehaviour_Dissolve_d_65 * __this, MethodInfo * method)); DO_APP_FUNC(0x007F5270, bool, BoarBehaviour_Dissolve_d_65_MoveNext, (BoarBehaviour_Dissolve_d_65 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, BoarBehaviour_Dissolve_d_65_System_Collections_Generic_IEnumerator_System_Object__get_Current, (BoarBehaviour_Dissolve_d_65 * __this, MethodInfo * method)); DO_APP_FUNC(0x007F5C80, void, BoarBehaviour_Dissolve_d_65_System_Collections_IEnumerator_Reset, (BoarBehaviour_Dissolve_d_65 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6530, BoarBehaviour_Dissolve_d_65_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, BoarBehaviour_Dissolve_d_65_System_Collections_IEnumerator_get_Current, (BoarBehaviour_Dissolve_d_65 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, BoarBehaviour_AttackPlayer_d_67__ctor, (BoarBehaviour_AttackPlayer_d_67 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoarBehaviour_AttackPlayer_d_67_System_IDisposable_Dispose, (BoarBehaviour_AttackPlayer_d_67 * __this, MethodInfo * method)); DO_APP_FUNC(0x007F5CD0, bool, BoarBehaviour_AttackPlayer_d_67_MoveNext, (BoarBehaviour_AttackPlayer_d_67 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, BoarBehaviour_AttackPlayer_d_67_System_Collections_Generic_IEnumerator_System_Object__get_Current, (BoarBehaviour_AttackPlayer_d_67 * __this, MethodInfo * method)); DO_APP_FUNC(0x007F64D0, void, BoarBehaviour_AttackPlayer_d_67_System_Collections_IEnumerator_Reset, (BoarBehaviour_AttackPlayer_d_67 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6510, BoarBehaviour_AttackPlayer_d_67_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, BoarBehaviour_AttackPlayer_d_67_System_Collections_IEnumerator_get_Current, (BoarBehaviour_AttackPlayer_d_67 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, BoarBehaviour_ReverseDissolve_d_71__ctor, (BoarBehaviour_ReverseDissolve_d_71 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoarBehaviour_ReverseDissolve_d_71_System_IDisposable_Dispose, (BoarBehaviour_ReverseDissolve_d_71 * __this, MethodInfo * method)); DO_APP_FUNC(0x007F6520, bool, BoarBehaviour_ReverseDissolve_d_71_MoveNext, (BoarBehaviour_ReverseDissolve_d_71 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, BoarBehaviour_ReverseDissolve_d_71_System_Collections_Generic_IEnumerator_System_Object__get_Current, (BoarBehaviour_ReverseDissolve_d_71 * __this, MethodInfo * method)); DO_APP_FUNC(0x007F6E20, void, BoarBehaviour_ReverseDissolve_d_71_System_Collections_IEnumerator_Reset, (BoarBehaviour_ReverseDissolve_d_71 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB64D8, BoarBehaviour_ReverseDissolve_d_71_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, BoarBehaviour_ReverseDissolve_d_71_System_Collections_IEnumerator_get_Current, (BoarBehaviour_ReverseDissolve_d_71 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, BoarBehaviour_WanderGrunt_d_77__ctor, (BoarBehaviour_WanderGrunt_d_77 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoarBehaviour_WanderGrunt_d_77_System_IDisposable_Dispose, (BoarBehaviour_WanderGrunt_d_77 * __this, MethodInfo * method)); DO_APP_FUNC(0x007F6E70, bool, BoarBehaviour_WanderGrunt_d_77_MoveNext, (BoarBehaviour_WanderGrunt_d_77 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, BoarBehaviour_WanderGrunt_d_77_System_Collections_Generic_IEnumerator_System_Object__get_Current, (BoarBehaviour_WanderGrunt_d_77 * __this, MethodInfo * method)); DO_APP_FUNC(0x007F7310, void, BoarBehaviour_WanderGrunt_d_77_System_Collections_IEnumerator_Reset, (BoarBehaviour_WanderGrunt_d_77 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB64A8, BoarBehaviour_WanderGrunt_d_77_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, BoarBehaviour_WanderGrunt_d_77_System_Collections_IEnumerator_get_Current, (BoarBehaviour_WanderGrunt_d_77 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, BoarBehaviour_ChaseGrunt_d_78__ctor, (BoarBehaviour_ChaseGrunt_d_78 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoarBehaviour_ChaseGrunt_d_78_System_IDisposable_Dispose, (BoarBehaviour_ChaseGrunt_d_78 * __this, MethodInfo * method)); DO_APP_FUNC(0x007F7360, bool, BoarBehaviour_ChaseGrunt_d_78_MoveNext, (BoarBehaviour_ChaseGrunt_d_78 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, BoarBehaviour_ChaseGrunt_d_78_System_Collections_Generic_IEnumerator_System_Object__get_Current, (BoarBehaviour_ChaseGrunt_d_78 * __this, MethodInfo * method)); DO_APP_FUNC(0x007F78C0, void, BoarBehaviour_ChaseGrunt_d_78_System_Collections_IEnumerator_Reset, (BoarBehaviour_ChaseGrunt_d_78 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6498, BoarBehaviour_ChaseGrunt_d_78_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, BoarBehaviour_ChaseGrunt_d_78_System_Collections_IEnumerator_get_Current, (BoarBehaviour_ChaseGrunt_d_78 * __this, MethodInfo * method)); DO_APP_FUNC(0x007F7910, void, CrowBehaviour_Awake, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007F8410, void, CrowBehaviour_Attached, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007F95D0, void, CrowBehaviour_FixedUpdate, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007F98D0, void, CrowBehaviour_Update, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007F9B40, void, CrowBehaviour_OnPursuing, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB63A8, CrowBehaviour_OnPursuing__MethodInfo); DO_APP_FUNC(0x007F9D80, void, CrowBehaviour_OnMoving, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB63C8, CrowBehaviour_OnMoving__MethodInfo); DO_APP_FUNC(0x007FA060, void, CrowBehaviour_OnAbilityIndex, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6438, CrowBehaviour_OnAbilityIndex__MethodInfo); DO_APP_FUNC(0x007FA630, void, CrowBehaviour_OnAbilityIntData, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6440, CrowBehaviour_OnAbilityIntData__MethodInfo); DO_APP_FUNC(0x007FA8C0, void, CrowBehaviour_CheckWhichPlayersStaggered, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007FAE50, IEnumerator *, CrowBehaviour_Die, (CrowBehaviour * __this, bool despawn, MethodInfo * method)); DO_APP_FUNC(0x007FAF10, IEnumerator *, CrowBehaviour_Dissolve, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007FAFB0, void, CrowBehaviour_StartAI, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007FB010, void, CrowBehaviour_Despawn, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007FB1E0, void, CrowBehaviour_Respawn, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007FB9A0, IEnumerator *, CrowBehaviour_FadeIn, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007FBA40, void, CrowBehaviour_Detached, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC900, Behavior *, CrowBehaviour_GetMainBehavior, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC970, Behavior *, CrowBehaviour_GetInitBehaviour, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7780, Behavior *, CrowBehaviour_GetIntroBehaviour, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007FC200, void, CrowBehaviour_OnGlobalGoatBurnEvent, (CrowBehaviour * __this, int32_t numObjectsBurnt, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6408, CrowBehaviour_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x007FC2D0, IEnumerator *, CrowBehaviour_PlayFleeClips, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007FC370, void, CrowBehaviour_OnCrowPursue, (CrowBehaviour * __this, GameObject * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB63F8, CrowBehaviour_OnCrowPursue__MethodInfo); DO_APP_FUNC(0x007FC6C0, void, CrowBehaviour_OnSpawnHead, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB63A0, CrowBehaviour_OnSpawnHead__MethodInfo); DO_APP_FUNC(0x007FCAC0, void, CrowBehaviour_OnStartFlying, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6380, CrowBehaviour_OnStartFlying__MethodInfo); DO_APP_FUNC(0x007FCBE0, void, CrowBehaviour_OnReturnToPerch, (CrowBehaviour * __this, GameObject * perch, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB63B8, CrowBehaviour_OnReturnToPerch__MethodInfo); DO_APP_FUNC(0x007FCC50, void, CrowBehaviour_OnClearReturnToPerch, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6428, CrowBehaviour_OnClearReturnToPerch__MethodInfo); DO_APP_FUNC(0x007FCCC0, void, CrowBehaviour_OnSeekingHead, (CrowBehaviour * __this, GameObject * head, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6398, CrowBehaviour_OnSeekingHead__MethodInfo); DO_APP_FUNC(0x007FCD40, void, CrowBehaviour_OnStopSeekingHead, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6388, CrowBehaviour_OnStopSeekingHead__MethodInfo); DO_APP_FUNC(0x007FCED0, bool, CrowBehaviour_IsBeingFried, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007FD0A0, bool, CrowBehaviour_IsDead, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007FD2E0, void, CrowBehaviour_Landed, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007FD2F0, IEnumerator *, CrowBehaviour_AttackPlayer, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007FD390, GameObject *, CrowBehaviour_GetCurrentPerch, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007FD430, bool, CrowBehaviour_IsFlying, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007FD440, void, CrowBehaviour_Flap, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007FD470, IEnumerator *, CrowBehaviour_TriggerRandomIdles, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007FD510, void, CrowBehaviour_IdleLookAround, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007FD720, void, CrowBehaviour_OnCarryObjectName, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6418, CrowBehaviour_OnCarryObjectName__MethodInfo); DO_APP_FUNC(0x007FDD70, void, CrowBehaviour_SetLookAtEntity, (CrowBehaviour * __this, GameObject * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6370, CrowBehaviour_SetLookAtEntity__MethodInfo); DO_APP_FUNC(0x007FE0C0, void, CrowBehaviour_OnLookAtEntity, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB63C0, CrowBehaviour_OnLookAtEntity__MethodInfo); DO_APP_FUNC(0x007FE510, void, CrowBehaviour_LateUpdate, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007FF150, void, CrowBehaviour_PlayIntroVocal, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x007FF280, void, CrowBehaviour_OnIntro, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB63F0, CrowBehaviour_OnIntro__MethodInfo); DO_APP_FUNC(0x007FF390, void, CrowBehaviour_OnHeadCarried, (CrowBehaviour * __this, GameObject * head, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB63D8, CrowBehaviour_OnHeadCarried__MethodInfo); DO_APP_FUNC(0x007FF470, void, CrowBehaviour__ctor, (CrowBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CrowBehaviour_Die_d_72__ctor, (CrowBehaviour_Die_d_72 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CrowBehaviour_Die_d_72_System_IDisposable_Dispose, (CrowBehaviour_Die_d_72 * __this, MethodInfo * method)); DO_APP_FUNC(0x007FF5B0, bool, CrowBehaviour_Die_d_72_MoveNext, (CrowBehaviour_Die_d_72 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CrowBehaviour_Die_d_72_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CrowBehaviour_Die_d_72 * __this, MethodInfo * method)); DO_APP_FUNC(0x007FF9A0, void, CrowBehaviour_Die_d_72_System_Collections_IEnumerator_Reset, (CrowBehaviour_Die_d_72 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6000, CrowBehaviour_Die_d_72_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CrowBehaviour_Die_d_72_System_Collections_IEnumerator_get_Current, (CrowBehaviour_Die_d_72 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CrowBehaviour_Dissolve_d_73__ctor, (CrowBehaviour_Dissolve_d_73 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CrowBehaviour_Dissolve_d_73_System_IDisposable_Dispose, (CrowBehaviour_Dissolve_d_73 * __this, MethodInfo * method)); DO_APP_FUNC(0x007FF9F0, bool, CrowBehaviour_Dissolve_d_73_MoveNext, (CrowBehaviour_Dissolve_d_73 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CrowBehaviour_Dissolve_d_73_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CrowBehaviour_Dissolve_d_73 * __this, MethodInfo * method)); DO_APP_FUNC(0x00800410, void, CrowBehaviour_Dissolve_d_73_System_Collections_IEnumerator_Reset, (CrowBehaviour_Dissolve_d_73 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5FE8, CrowBehaviour_Dissolve_d_73_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CrowBehaviour_Dissolve_d_73_System_Collections_IEnumerator_get_Current, (CrowBehaviour_Dissolve_d_73 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CrowBehaviour_FadeIn_d_77__ctor, (CrowBehaviour_FadeIn_d_77 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CrowBehaviour_FadeIn_d_77_System_IDisposable_Dispose, (CrowBehaviour_FadeIn_d_77 * __this, MethodInfo * method)); DO_APP_FUNC(0x00800460, bool, CrowBehaviour_FadeIn_d_77_MoveNext, (CrowBehaviour_FadeIn_d_77 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CrowBehaviour_FadeIn_d_77_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CrowBehaviour_FadeIn_d_77 * __this, MethodInfo * method)); DO_APP_FUNC(0x00800F30, void, CrowBehaviour_FadeIn_d_77_System_Collections_IEnumerator_Reset, (CrowBehaviour_FadeIn_d_77 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5FB8, CrowBehaviour_FadeIn_d_77_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CrowBehaviour_FadeIn_d_77_System_Collections_IEnumerator_get_Current, (CrowBehaviour_FadeIn_d_77 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CrowBehaviour_PlayFleeClips_d_83__ctor, (CrowBehaviour_PlayFleeClips_d_83 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CrowBehaviour_PlayFleeClips_d_83_System_IDisposable_Dispose, (CrowBehaviour_PlayFleeClips_d_83 * __this, MethodInfo * method)); DO_APP_FUNC(0x00800F80, bool, CrowBehaviour_PlayFleeClips_d_83_MoveNext, (CrowBehaviour_PlayFleeClips_d_83 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CrowBehaviour_PlayFleeClips_d_83_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CrowBehaviour_PlayFleeClips_d_83 * __this, MethodInfo * method)); DO_APP_FUNC(0x00801470, void, CrowBehaviour_PlayFleeClips_d_83_System_Collections_IEnumerator_Reset, (CrowBehaviour_PlayFleeClips_d_83 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5F70, CrowBehaviour_PlayFleeClips_d_83_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CrowBehaviour_PlayFleeClips_d_83_System_Collections_IEnumerator_get_Current, (CrowBehaviour_PlayFleeClips_d_83 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CrowBehaviour_AttackPlayer_d_94__ctor, (CrowBehaviour_AttackPlayer_d_94 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CrowBehaviour_AttackPlayer_d_94_System_IDisposable_Dispose, (CrowBehaviour_AttackPlayer_d_94 * __this, MethodInfo * method)); DO_APP_FUNC(0x008014C0, bool, CrowBehaviour_AttackPlayer_d_94_MoveNext, (CrowBehaviour_AttackPlayer_d_94 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CrowBehaviour_AttackPlayer_d_94_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CrowBehaviour_AttackPlayer_d_94 * __this, MethodInfo * method)); DO_APP_FUNC(0x00801BC0, void, CrowBehaviour_AttackPlayer_d_94_System_Collections_IEnumerator_Reset, (CrowBehaviour_AttackPlayer_d_94 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5F60, CrowBehaviour_AttackPlayer_d_94_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CrowBehaviour_AttackPlayer_d_94_System_Collections_IEnumerator_get_Current, (CrowBehaviour_AttackPlayer_d_94 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CrowBehaviour_TriggerRandomIdles_d_98__ctor, (CrowBehaviour_TriggerRandomIdles_d_98 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CrowBehaviour_TriggerRandomIdles_d_98_System_IDisposable_Dispose, (CrowBehaviour_TriggerRandomIdles_d_98 * __this, MethodInfo * method)); DO_APP_FUNC(0x00801C10, bool, CrowBehaviour_TriggerRandomIdles_d_98_MoveNext, (CrowBehaviour_TriggerRandomIdles_d_98 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CrowBehaviour_TriggerRandomIdles_d_98_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CrowBehaviour_TriggerRandomIdles_d_98 * __this, MethodInfo * method)); DO_APP_FUNC(0x00802540, void, CrowBehaviour_TriggerRandomIdles_d_98_System_Collections_IEnumerator_Reset, (CrowBehaviour_TriggerRandomIdles_d_98 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5F00, CrowBehaviour_TriggerRandomIdles_d_98_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CrowBehaviour_TriggerRandomIdles_d_98_System_Collections_IEnumerator_get_Current, (CrowBehaviour_TriggerRandomIdles_d_98 * __this, MethodInfo * method)); DO_APP_FUNC(0x00802590, void, CrowFlightController_Awake, (CrowFlightController * __this, MethodInfo * method)); DO_APP_FUNC(0x008026B0, void, CrowFlightController_Start, (CrowFlightController * __this, MethodInfo * method)); DO_APP_FUNC(0x008027E0, void, CrowFlightController_FixedUpdate, (CrowFlightController * __this, MethodInfo * method)); DO_APP_FUNC(0x00803610, void, CrowFlightController_Update, (CrowFlightController * __this, MethodInfo * method)); DO_APP_FUNC(0x00803710, void, CrowFlightController_LateUpdate, (CrowFlightController * __this, MethodInfo * method)); DO_APP_FUNC(0x00804150, void, CrowFlightController_Perching, (CrowFlightController * __this, MethodInfo * method)); DO_APP_FUNC(0x008042C0, void, CrowFlightController_StartFlying, (CrowFlightController * __this, MethodInfo * method)); DO_APP_FUNC(0x008043D0, void, CrowFlightController_ReturnToPerch, (CrowFlightController * __this, GameObject * perch, MethodInfo * method)); DO_APP_FUNC(0x00804430, void, CrowFlightController_ClearReturnToPerch, (CrowFlightController * __this, MethodInfo * method)); DO_APP_FUNC(0x00804490, void, CrowFlightController_Die, (CrowFlightController * __this, MethodInfo * method)); DO_APP_FUNC(0x008046B0, void, CrowFlightController_SeekingHead, (CrowFlightController * __this, GameObject * head, MethodInfo * method)); DO_APP_FUNC(0x00804710, void, CrowFlightController_StopSeekingHead, (CrowFlightController * __this, MethodInfo * method)); DO_APP_FUNC(0x00804890, void, CrowFlightController_SwoopForHead, (CrowFlightController * __this, MethodInfo * method)); DO_APP_FUNC(0x00804A10, IEnumerator *, CrowFlightController_TakeOff, (CrowFlightController * __this, MethodInfo * method)); DO_APP_FUNC(0x00804AB0, IEnumerator *, CrowFlightController_Land, (CrowFlightController * __this, bool death, MethodInfo * method)); DO_APP_FUNC(0x00804B70, IEnumerator *, CrowFlightController_Flying, (CrowFlightController * __this, MethodInfo * method)); DO_APP_FUNC(0x00804C10, bool, CrowFlightController_HasLandedOnHead, (CrowFlightController * __this, MethodInfo * method)); DO_APP_FUNC(0x00804C20, void, CrowFlightController__ctor, (CrowFlightController * __this, MethodInfo * method)); DO_APP_FUNC(0x00804C80, void, CrowFlightController__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CrowFlightController_TakeOff_d_47__ctor, (CrowFlightController_TakeOff_d_47 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CrowFlightController_TakeOff_d_47_System_IDisposable_Dispose, (CrowFlightController_TakeOff_d_47 * __this, MethodInfo * method)); DO_APP_FUNC(0x00804CE0, bool, CrowFlightController_TakeOff_d_47_MoveNext, (CrowFlightController_TakeOff_d_47 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CrowFlightController_TakeOff_d_47_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CrowFlightController_TakeOff_d_47 * __this, MethodInfo * method)); DO_APP_FUNC(0x008055B0, void, CrowFlightController_TakeOff_d_47_System_Collections_IEnumerator_Reset, (CrowFlightController_TakeOff_d_47 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5E10, CrowFlightController_TakeOff_d_47_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CrowFlightController_TakeOff_d_47_System_Collections_IEnumerator_get_Current, (CrowFlightController_TakeOff_d_47 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CrowFlightController_Land_d_48__ctor, (CrowFlightController_Land_d_48 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CrowFlightController_Land_d_48_System_IDisposable_Dispose, (CrowFlightController_Land_d_48 * __this, MethodInfo * method)); DO_APP_FUNC(0x00805600, bool, CrowFlightController_Land_d_48_MoveNext, (CrowFlightController_Land_d_48 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CrowFlightController_Land_d_48_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CrowFlightController_Land_d_48 * __this, MethodInfo * method)); DO_APP_FUNC(0x00806100, void, CrowFlightController_Land_d_48_System_Collections_IEnumerator_Reset, (CrowFlightController_Land_d_48 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5DE8, CrowFlightController_Land_d_48_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CrowFlightController_Land_d_48_System_Collections_IEnumerator_get_Current, (CrowFlightController_Land_d_48 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CrowFlightController_Flying_d_49__ctor, (CrowFlightController_Flying_d_49 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CrowFlightController_Flying_d_49_System_IDisposable_Dispose, (CrowFlightController_Flying_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x00806150, bool, CrowFlightController_Flying_d_49_MoveNext, (CrowFlightController_Flying_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CrowFlightController_Flying_d_49_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CrowFlightController_Flying_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x00806380, void, CrowFlightController_Flying_d_49_System_Collections_IEnumerator_Reset, (CrowFlightController_Flying_d_49 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5DD0, CrowFlightController_Flying_d_49_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CrowFlightController_Flying_d_49_System_Collections_IEnumerator_get_Current, (CrowFlightController_Flying_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x008063D0, void, CrowPerchController_Awake, (CrowPerchController * __this, MethodInfo * method)); DO_APP_FUNC(0x00806400, void, CrowPerchController_Start, (CrowPerchController * __this, MethodInfo * method)); DO_APP_FUNC(0x00806970, bool, CrowPerchController_IsInLockedRoom, (CrowPerchController * __this, MethodInfo * method)); DO_APP_FUNC(0x008069F0, void, CrowPerchController_OnDrawGizmosSelected, (CrowPerchController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, CrowPerchController__ctor, (CrowPerchController * __this, MethodInfo * method)); DO_APP_FUNC(0x00807140, void, GhostBehaviour_Awake, (GhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00807E70, void, GhostBehaviour_Attached, (GhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00808970, void, GhostBehaviour_Update, (GhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00808B90, void, GhostBehaviour_LateUpdate, (GhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00809240, void, GhostBehaviour_OnSpeed, (GhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5CF0, GhostBehaviour_OnSpeed__MethodInfo); DO_APP_FUNC(0x00809490, void, GhostBehaviour_OnPursuing, (GhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5D08, GhostBehaviour_OnPursuing__MethodInfo); DO_APP_FUNC(0x008096B0, void, GhostBehaviour_OnAbilityIndex, (GhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5D68, GhostBehaviour_OnAbilityIndex__MethodInfo); DO_APP_FUNC(0x00809D40, void, GhostBehaviour_SetRandomAttackTypeFloat, (GhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00809DE0, void, GhostBehaviour_SetRandomDeathTypeFloat, (GhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00809E80, void, GhostBehaviour_OnAbilityIntData, (GhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5D80, GhostBehaviour_OnAbilityIntData__MethodInfo); DO_APP_FUNC(0x0080A1A0, void, GhostBehaviour_OnAbilityFloatData, (GhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5D90, GhostBehaviour_OnAbilityFloatData__MethodInfo); DO_APP_FUNC(0x0080A270, void, GhostBehaviour_OnLookAtEntity, (GhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5D38, GhostBehaviour_OnLookAtEntity__MethodInfo); DO_APP_FUNC(0x0080A6C0, void, GhostBehaviour_OnAnimatorIK, (GhostBehaviour * __this, int32_t layerIndex, MethodInfo * method)); DO_APP_FUNC(0x0080B5A0, void, GhostBehaviour_CheckWhichPlayersStaggered, (GhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0080BB30, void, GhostBehaviour_OnCarryObjectName, (GhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5D50, GhostBehaviour_OnCarryObjectName__MethodInfo); DO_APP_FUNC(0x0080BD50, IEnumerator *, GhostBehaviour_Die, (GhostBehaviour * __this, bool despawn, MethodInfo * method)); DO_APP_FUNC(0x0080BE10, IEnumerator *, GhostBehaviour_Dissolve, (GhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0080BEB0, void, GhostBehaviour_OnGhostPursue, (GhostBehaviour * __this, GameObject * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5D58, GhostBehaviour_OnGhostPursue__MethodInfo); DO_APP_FUNC(0x0080C200, void, GhostBehaviour_SetLookAtEntity, (GhostBehaviour * __this, GameObject * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5CB8, GhostBehaviour_SetLookAtEntity__MethodInfo); DO_APP_FUNC(0x0080C550, void, GhostBehaviour_OnSpawnRitualBook, (GhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5CE0, GhostBehaviour_OnSpawnRitualBook__MethodInfo); DO_APP_FUNC(0x0080CC30, IEnumerator *, GhostBehaviour_AttackPlayer, (GhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0080CCD0, void, GhostBehaviour_Despawn, (GhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0080CEA0, void, GhostBehaviour_Respawn, (GhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0080D420, IEnumerator *, GhostBehaviour_FadeIn, (GhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0080D4C0, void, GhostBehaviour_OnRitualBookCarried, (GhostBehaviour * __this, GameObject * ritualBook, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5D20, GhostBehaviour_OnRitualBookCarried__MethodInfo); DO_APP_FUNC(0x0080D870, void, GhostBehaviour_Detached, (GhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC900, Behavior *, GhostBehaviour_GetMainBehavior, (GhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0080DCD0, void, GhostBehaviour_OnGlobalGoatBurnEvent, (GhostBehaviour * __this, int32_t numObjectsBurnt, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5D28, GhostBehaviour_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x0080DDB0, void, GhostBehaviour__ctor, (GhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GhostBehaviour_Die_d_84__ctor, (GhostBehaviour_Die_d_84 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GhostBehaviour_Die_d_84_System_IDisposable_Dispose, (GhostBehaviour_Die_d_84 * __this, MethodInfo * method)); DO_APP_FUNC(0x0080DF20, bool, GhostBehaviour_Die_d_84_MoveNext, (GhostBehaviour_Die_d_84 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GhostBehaviour_Die_d_84_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GhostBehaviour_Die_d_84 * __this, MethodInfo * method)); DO_APP_FUNC(0x0080E2C0, void, GhostBehaviour_Die_d_84_System_Collections_IEnumerator_Reset, (GhostBehaviour_Die_d_84 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB59B8, GhostBehaviour_Die_d_84_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GhostBehaviour_Die_d_84_System_Collections_IEnumerator_get_Current, (GhostBehaviour_Die_d_84 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GhostBehaviour_Dissolve_d_85__ctor, (GhostBehaviour_Dissolve_d_85 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GhostBehaviour_Dissolve_d_85_System_IDisposable_Dispose, (GhostBehaviour_Dissolve_d_85 * __this, MethodInfo * method)); DO_APP_FUNC(0x0080E310, bool, GhostBehaviour_Dissolve_d_85_MoveNext, (GhostBehaviour_Dissolve_d_85 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GhostBehaviour_Dissolve_d_85_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GhostBehaviour_Dissolve_d_85 * __this, MethodInfo * method)); DO_APP_FUNC(0x0080EF00, void, GhostBehaviour_Dissolve_d_85_System_Collections_IEnumerator_Reset, (GhostBehaviour_Dissolve_d_85 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB59A8, GhostBehaviour_Dissolve_d_85_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GhostBehaviour_Dissolve_d_85_System_Collections_IEnumerator_get_Current, (GhostBehaviour_Dissolve_d_85 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GhostBehaviour_AttackPlayer_d_89__ctor, (GhostBehaviour_AttackPlayer_d_89 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GhostBehaviour_AttackPlayer_d_89_System_IDisposable_Dispose, (GhostBehaviour_AttackPlayer_d_89 * __this, MethodInfo * method)); DO_APP_FUNC(0x0080EF50, bool, GhostBehaviour_AttackPlayer_d_89_MoveNext, (GhostBehaviour_AttackPlayer_d_89 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GhostBehaviour_AttackPlayer_d_89_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GhostBehaviour_AttackPlayer_d_89 * __this, MethodInfo * method)); DO_APP_FUNC(0x0080F6C0, void, GhostBehaviour_AttackPlayer_d_89_System_Collections_IEnumerator_Reset, (GhostBehaviour_AttackPlayer_d_89 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5970, GhostBehaviour_AttackPlayer_d_89_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GhostBehaviour_AttackPlayer_d_89_System_Collections_IEnumerator_get_Current, (GhostBehaviour_AttackPlayer_d_89 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GhostBehaviour_FadeIn_d_92__ctor, (GhostBehaviour_FadeIn_d_92 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GhostBehaviour_FadeIn_d_92_System_IDisposable_Dispose, (GhostBehaviour_FadeIn_d_92 * __this, MethodInfo * method)); DO_APP_FUNC(0x0080F710, bool, GhostBehaviour_FadeIn_d_92_MoveNext, (GhostBehaviour_FadeIn_d_92 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GhostBehaviour_FadeIn_d_92_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GhostBehaviour_FadeIn_d_92 * __this, MethodInfo * method)); DO_APP_FUNC(0x00810C20, void, GhostBehaviour_FadeIn_d_92_System_Collections_IEnumerator_Reset, (GhostBehaviour_FadeIn_d_92 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5960, GhostBehaviour_FadeIn_d_92_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GhostBehaviour_FadeIn_d_92_System_Collections_IEnumerator_get_Current, (GhostBehaviour_FadeIn_d_92 * __this, MethodInfo * method)); DO_APP_FUNC(0x00810C70, void, SpiderBehaviour_Awake, (SpiderBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00811A00, void, SpiderBehaviour_Attached, (SpiderBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00812390, void, SpiderBehaviour_FixedUpdate, (SpiderBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00812580, void, SpiderBehaviour_OnSpeed, (SpiderBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5900, SpiderBehaviour_OnSpeed__MethodInfo); DO_APP_FUNC(0x008127D0, void, SpiderBehaviour_OnPursuing, (SpiderBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5910, SpiderBehaviour_OnPursuing__MethodInfo); DO_APP_FUNC(0x00812A10, void, SpiderBehaviour_OnAbilityIndex, (SpiderBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5928, SpiderBehaviour_OnAbilityIndex__MethodInfo); DO_APP_FUNC(0x00812E10, void, SpiderBehaviour_SetRandomAttackTypeFloat, (SpiderBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00812EB0, void, SpiderBehaviour_OnAbilityIntData, (SpiderBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5938, SpiderBehaviour_OnAbilityIntData__MethodInfo); DO_APP_FUNC(0x00813140, void, SpiderBehaviour_CheckWhichPlayersStaggered, (SpiderBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008136D0, void, SpiderBehaviour_OnCarryObjectName, (SpiderBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5918, SpiderBehaviour_OnCarryObjectName__MethodInfo); DO_APP_FUNC(0x008138D0, IEnumerator *, SpiderBehaviour_Die, (SpiderBehaviour * __this, bool despawn, MethodInfo * method)); DO_APP_FUNC(0x00813990, IEnumerator *, SpiderBehaviour_Dissolve, (SpiderBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00813A30, void, SpiderBehaviour_OnSpiderPursue, (SpiderBehaviour * __this, GameObject * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB58D0, SpiderBehaviour_OnSpiderPursue__MethodInfo); DO_APP_FUNC(0x00813D80, void, SpiderBehaviour_OnSpawnEgg, (SpiderBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB58F8, SpiderBehaviour_OnSpawnEgg__MethodInfo); DO_APP_FUNC(0x00814360, IEnumerator *, SpiderBehaviour_AttackPlayer, (SpiderBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00814400, void, SpiderBehaviour_Despawn, (SpiderBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008145D0, void, SpiderBehaviour_Respawn, (SpiderBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00814B10, IEnumerator *, SpiderBehaviour_FadeIn, (SpiderBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00814BB0, void, SpiderBehaviour_OnEggCarried, (SpiderBehaviour * __this, GameObject * egg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5920, SpiderBehaviour_OnEggCarried__MethodInfo); DO_APP_FUNC(0x00814C90, void, SpiderBehaviour_Detached, (SpiderBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008150A0, void, SpiderBehaviour_SetArachnophobiaMode, (SpiderBehaviour * __this, bool on, MethodInfo * method)); DO_APP_FUNC(0x006EB170, Behavior *, SpiderBehaviour_GetMainBehavior, (SpiderBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00815120, void, SpiderBehaviour_OnGlobalGoatBurnEvent, (SpiderBehaviour * __this, int32_t numObjectsBurnt, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5908, SpiderBehaviour_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x00815260, void, SpiderBehaviour__ctor, (SpiderBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SpiderBehaviour_Die_d_60__ctor, (SpiderBehaviour_Die_d_60 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SpiderBehaviour_Die_d_60_System_IDisposable_Dispose, (SpiderBehaviour_Die_d_60 * __this, MethodInfo * method)); DO_APP_FUNC(0x00815390, bool, SpiderBehaviour_Die_d_60_MoveNext, (SpiderBehaviour_Die_d_60 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SpiderBehaviour_Die_d_60_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SpiderBehaviour_Die_d_60 * __this, MethodInfo * method)); DO_APP_FUNC(0x00815720, void, SpiderBehaviour_Die_d_60_System_Collections_IEnumerator_Reset, (SpiderBehaviour_Die_d_60 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB57F0, SpiderBehaviour_Die_d_60_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SpiderBehaviour_Die_d_60_System_Collections_IEnumerator_get_Current, (SpiderBehaviour_Die_d_60 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SpiderBehaviour_Dissolve_d_61__ctor, (SpiderBehaviour_Dissolve_d_61 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SpiderBehaviour_Dissolve_d_61_System_IDisposable_Dispose, (SpiderBehaviour_Dissolve_d_61 * __this, MethodInfo * method)); DO_APP_FUNC(0x00815770, bool, SpiderBehaviour_Dissolve_d_61_MoveNext, (SpiderBehaviour_Dissolve_d_61 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SpiderBehaviour_Dissolve_d_61_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SpiderBehaviour_Dissolve_d_61 * __this, MethodInfo * method)); DO_APP_FUNC(0x008162F0, void, SpiderBehaviour_Dissolve_d_61_System_Collections_IEnumerator_Reset, (SpiderBehaviour_Dissolve_d_61 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB57D8, SpiderBehaviour_Dissolve_d_61_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SpiderBehaviour_Dissolve_d_61_System_Collections_IEnumerator_get_Current, (SpiderBehaviour_Dissolve_d_61 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SpiderBehaviour_AttackPlayer_d_64__ctor, (SpiderBehaviour_AttackPlayer_d_64 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SpiderBehaviour_AttackPlayer_d_64_System_IDisposable_Dispose, (SpiderBehaviour_AttackPlayer_d_64 * __this, MethodInfo * method)); DO_APP_FUNC(0x00895E90, bool, SpiderBehaviour_AttackPlayer_d_64_MoveNext, (SpiderBehaviour_AttackPlayer_d_64 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SpiderBehaviour_AttackPlayer_d_64_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SpiderBehaviour_AttackPlayer_d_64 * __this, MethodInfo * method)); DO_APP_FUNC(0x00896570, void, SpiderBehaviour_AttackPlayer_d_64_System_Collections_IEnumerator_Reset, (SpiderBehaviour_AttackPlayer_d_64 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB97F8, SpiderBehaviour_AttackPlayer_d_64_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SpiderBehaviour_AttackPlayer_d_64_System_Collections_IEnumerator_get_Current, (SpiderBehaviour_AttackPlayer_d_64 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SpiderBehaviour_FadeIn_d_67__ctor, (SpiderBehaviour_FadeIn_d_67 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SpiderBehaviour_FadeIn_d_67_System_IDisposable_Dispose, (SpiderBehaviour_FadeIn_d_67 * __this, MethodInfo * method)); DO_APP_FUNC(0x008965C0, bool, SpiderBehaviour_FadeIn_d_67_MoveNext, (SpiderBehaviour_FadeIn_d_67 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SpiderBehaviour_FadeIn_d_67_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SpiderBehaviour_FadeIn_d_67 * __this, MethodInfo * method)); DO_APP_FUNC(0x008977B0, void, SpiderBehaviour_FadeIn_d_67_System_Collections_IEnumerator_Reset, (SpiderBehaviour_FadeIn_d_67 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB97F0, SpiderBehaviour_FadeIn_d_67_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SpiderBehaviour_FadeIn_d_67_System_Collections_IEnumerator_get_Current, (SpiderBehaviour_FadeIn_d_67 * __this, MethodInfo * method)); DO_APP_FUNC(0x00897800, void, SpiderEndingBehaviour_Awake, (SpiderEndingBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00897920, void, SpiderEndingBehaviour_Update, (SpiderEndingBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008979D0, void, SpiderEndingBehaviour_SetRandomAttackTypeFloat, (SpiderEndingBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SpiderEndingBehaviour__ctor, (SpiderEndingBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00897A70, void, SurvivalDemonBehaviour_Awake, (SurvivalDemonBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00898FE0, void, SurvivalDemonBehaviour_Attached, (SurvivalDemonBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0089A980, void, SurvivalDemonBehaviour_Detached, (SurvivalDemonBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0089B2C0, void, SurvivalDemonBehaviour_Update, (SurvivalDemonBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0089BA00, void, SurvivalDemonBehaviour_FixedUpdate, (SurvivalDemonBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0089BD20, void, SurvivalDemonBehaviour_OnAbilityIndex, (SurvivalDemonBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB97D8, SurvivalDemonBehaviour_OnAbilityIndex__MethodInfo); DO_APP_FUNC(0x0089CF60, void, SurvivalDemonBehaviour_OnAbilityIntData, (SurvivalDemonBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB97C0, SurvivalDemonBehaviour_OnAbilityIntData__MethodInfo); DO_APP_FUNC(0x0089D580, void, SurvivalDemonBehaviour_CheckWhichPlayersStaggered, (SurvivalDemonBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0089DB10, void, SurvivalDemonBehaviour_Spawn, (SurvivalDemonBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0089DF90, IEnumerator *, SurvivalDemonBehaviour_WaitForSpawn, (SurvivalDemonBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0089E030, IEnumerator *, SurvivalDemonBehaviour_Dissolve, (SurvivalDemonBehaviour * __this, bool despawn, MethodInfo * method)); DO_APP_FUNC(0x0089E0F0, IEnumerator *, SurvivalDemonBehaviour_ReverseDissolve, (SurvivalDemonBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0089E190, IEnumerator *, SurvivalDemonBehaviour_Spawned, (SurvivalDemonBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0089E230, void, SurvivalDemonBehaviour_Despawn, (SurvivalDemonBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0089E4C0, void, SurvivalDemonBehaviour_OnDemonKnockoutAbility, (SurvivalDemonBehaviour * __this, GameObject * demon, GameObject * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB97B8, SurvivalDemonBehaviour_OnDemonKnockoutAbility__MethodInfo); DO_APP_FUNC(0x0089E7E0, void, SurvivalDemonBehaviour_SetLookAtEntity, (SurvivalDemonBehaviour * __this, BoltEntity * lookAtEntity, MethodInfo * method)); DO_APP_FUNC(0x0089E960, void, SurvivalDemonBehaviour_OnLookAtEntity, (SurvivalDemonBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9790, SurvivalDemonBehaviour_OnLookAtEntity__MethodInfo); DO_APP_FUNC(0x0089EA70, void, SurvivalDemonBehaviour_OnPathComplete, (SurvivalDemonBehaviour * __this, Path_1 * newPath, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9780, SurvivalDemonBehaviour_OnPathComplete__MethodInfo); DO_APP_FUNC(0x0089EFA0, void, SurvivalDemonBehaviour_ClearLastDestination, (SurvivalDemonBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0089F000, void, SurvivalDemonBehaviour_OnPursueStart, (SurvivalDemonBehaviour * __this, GameObject * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9778, SurvivalDemonBehaviour_OnPursueStart__MethodInfo); DO_APP_FUNC(0x0089F170, void, SurvivalDemonBehaviour_OnPursueTargetChanged, (SurvivalDemonBehaviour * __this, GameObject * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9760, SurvivalDemonBehaviour_OnPursueTargetChanged__MethodInfo); DO_APP_FUNC(0x0089EFA0, void, SurvivalDemonBehaviour_OnPursueEnd, (SurvivalDemonBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9770, SurvivalDemonBehaviour_OnPursueEnd__MethodInfo); DO_APP_FUNC(0x0089F2A0, void, SurvivalDemonBehaviour_OnGlobalGoatBurnEvent, (SurvivalDemonBehaviour * __this, int32_t numObjectsBurnt, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB97A0, SurvivalDemonBehaviour_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x0089F590, void, SurvivalDemonBehaviour_HoldPlayer, (SurvivalDemonBehaviour * __this, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC(0x0089F910, IEnumerator *, SurvivalDemonBehaviour_LetGoFallback, (SurvivalDemonBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0089F9B0, BoltEntity *, SurvivalDemonBehaviour_GetHeldPlayer, (SurvivalDemonBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0089FA60, void, SurvivalDemonBehaviour_LetGoOfPlayer, (SurvivalDemonBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0089FCF0, void, SurvivalDemonBehaviour_OnDemonHoldingPlayer, (SurvivalDemonBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB97C8, SurvivalDemonBehaviour_OnDemonHoldingPlayer__MethodInfo); DO_APP_FUNC(0x008A0510, void, SurvivalDemonBehaviour_OnMoving, (SurvivalDemonBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9798, SurvivalDemonBehaviour_OnMoving__MethodInfo); DO_APP_FUNC(0x008A0520, void, SurvivalDemonBehaviour_SetWheelchairMoving, (SurvivalDemonBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008A0510, void, SurvivalDemonBehaviour_OnAbilityFloatData, (SurvivalDemonBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB97D0, SurvivalDemonBehaviour_OnAbilityFloatData__MethodInfo); DO_APP_FUNC(0x008A0940, bool, SurvivalDemonBehaviour_IsSpawning, (SurvivalDemonBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008A0A00, void, SurvivalDemonBehaviour_OnPlayerPickedUpEvent, (SurvivalDemonBehaviour * __this, BoltEntity * killedBy, BoltEntity * player, bool inHidingSpot, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9788, SurvivalDemonBehaviour_OnPlayerPickedUpEvent__MethodInfo); DO_APP_FUNC(0x008A0C70, void, SurvivalDemonBehaviour_OnKnockoutEvent, (SurvivalDemonBehaviour * __this, BoltEntity * killedBy, BoltEntity * player, bool usingPoison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB97A8, SurvivalDemonBehaviour_OnKnockoutEvent__MethodInfo); DO_APP_FUNC(0x008A0EE0, void, SurvivalDemonBehaviour_OnStateChange, (SurvivalDemonBehaviour * __this, GameObject * obj, String * stateName, bool active, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9768, SurvivalDemonBehaviour_OnStateChange__MethodInfo); DO_APP_FUNC(0x008A12A0, void, SurvivalDemonBehaviour_OnDemonKill, (SurvivalDemonBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB97B0, SurvivalDemonBehaviour_OnDemonKill__MethodInfo); DO_APP_FUNC(0x004B2C80, Behavior *, SurvivalDemonBehaviour_GetMainBehavior, (SurvivalDemonBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008A1340, void, SurvivalDemonBehaviour_OnDestroy, (SurvivalDemonBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008A15E0, void, SurvivalDemonBehaviour__ctor, (SurvivalDemonBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008A1660, void, SurvivalDemonBehaviour_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDemonBehaviour_c__ctor, (SurvivalDemonBehaviour_c * __this, MethodInfo * method)); DO_APP_FUNC(0x008A1710, bool, SurvivalDemonBehaviour_c__Attached_b__85_0, (SurvivalDemonBehaviour_c * __this, Generic * a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9750, SurvivalDemonBehaviour_c__Attached_b__85_0__MethodInfo); DO_APP_FUNC(0x008A1750, bool, SurvivalDemonBehaviour_c__Attached_b__85_1, (SurvivalDemonBehaviour_c * __this, Generic * a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9758, SurvivalDemonBehaviour_c__Attached_b__85_1__MethodInfo); DO_APP_FUNC(0x003BAD60, void, SurvivalDemonBehaviour_WaitForSpawn_d_93__ctor, (SurvivalDemonBehaviour_WaitForSpawn_d_93 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDemonBehaviour_WaitForSpawn_d_93_System_IDisposable_Dispose, (SurvivalDemonBehaviour_WaitForSpawn_d_93 * __this, MethodInfo * method)); DO_APP_FUNC(0x008A1790, bool, SurvivalDemonBehaviour_WaitForSpawn_d_93_MoveNext, (SurvivalDemonBehaviour_WaitForSpawn_d_93 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalDemonBehaviour_WaitForSpawn_d_93_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalDemonBehaviour_WaitForSpawn_d_93 * __this, MethodInfo * method)); DO_APP_FUNC(0x008A1900, void, SurvivalDemonBehaviour_WaitForSpawn_d_93_System_Collections_IEnumerator_Reset, (SurvivalDemonBehaviour_WaitForSpawn_d_93 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB96F0, SurvivalDemonBehaviour_WaitForSpawn_d_93_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalDemonBehaviour_WaitForSpawn_d_93_System_Collections_IEnumerator_get_Current, (SurvivalDemonBehaviour_WaitForSpawn_d_93 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SurvivalDemonBehaviour_Dissolve_d_94__ctor, (SurvivalDemonBehaviour_Dissolve_d_94 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDemonBehaviour_Dissolve_d_94_System_IDisposable_Dispose, (SurvivalDemonBehaviour_Dissolve_d_94 * __this, MethodInfo * method)); DO_APP_FUNC(0x008A1950, bool, SurvivalDemonBehaviour_Dissolve_d_94_MoveNext, (SurvivalDemonBehaviour_Dissolve_d_94 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalDemonBehaviour_Dissolve_d_94_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalDemonBehaviour_Dissolve_d_94 * __this, MethodInfo * method)); DO_APP_FUNC(0x008A2B50, void, SurvivalDemonBehaviour_Dissolve_d_94_System_Collections_IEnumerator_Reset, (SurvivalDemonBehaviour_Dissolve_d_94 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB96E8, SurvivalDemonBehaviour_Dissolve_d_94_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalDemonBehaviour_Dissolve_d_94_System_Collections_IEnumerator_get_Current, (SurvivalDemonBehaviour_Dissolve_d_94 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SurvivalDemonBehaviour_ReverseDissolve_d_95__ctor, (SurvivalDemonBehaviour_ReverseDissolve_d_95 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDemonBehaviour_ReverseDissolve_d_95_System_IDisposable_Dispose, (SurvivalDemonBehaviour_ReverseDissolve_d_95 * __this, MethodInfo * method)); DO_APP_FUNC(0x008A2BA0, bool, SurvivalDemonBehaviour_ReverseDissolve_d_95_MoveNext, (SurvivalDemonBehaviour_ReverseDissolve_d_95 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalDemonBehaviour_ReverseDissolve_d_95_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalDemonBehaviour_ReverseDissolve_d_95 * __this, MethodInfo * method)); DO_APP_FUNC(0x008A4440, void, SurvivalDemonBehaviour_ReverseDissolve_d_95_System_Collections_IEnumerator_Reset, (SurvivalDemonBehaviour_ReverseDissolve_d_95 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB96E0, SurvivalDemonBehaviour_ReverseDissolve_d_95_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalDemonBehaviour_ReverseDissolve_d_95_System_Collections_IEnumerator_get_Current, (SurvivalDemonBehaviour_ReverseDissolve_d_95 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SurvivalDemonBehaviour_Spawned_d_96__ctor, (SurvivalDemonBehaviour_Spawned_d_96 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDemonBehaviour_Spawned_d_96_System_IDisposable_Dispose, (SurvivalDemonBehaviour_Spawned_d_96 * __this, MethodInfo * method)); DO_APP_FUNC(0x008A4490, bool, SurvivalDemonBehaviour_Spawned_d_96_MoveNext, (SurvivalDemonBehaviour_Spawned_d_96 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalDemonBehaviour_Spawned_d_96_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalDemonBehaviour_Spawned_d_96 * __this, MethodInfo * method)); DO_APP_FUNC(0x008A4790, void, SurvivalDemonBehaviour_Spawned_d_96_System_Collections_IEnumerator_Reset, (SurvivalDemonBehaviour_Spawned_d_96 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB96D8, SurvivalDemonBehaviour_Spawned_d_96_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalDemonBehaviour_Spawned_d_96_System_Collections_IEnumerator_get_Current, (SurvivalDemonBehaviour_Spawned_d_96 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SurvivalDemonBehaviour_LetGoFallback_d_108__ctor, (SurvivalDemonBehaviour_LetGoFallback_d_108 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDemonBehaviour_LetGoFallback_d_108_System_IDisposable_Dispose, (SurvivalDemonBehaviour_LetGoFallback_d_108 * __this, MethodInfo * method)); DO_APP_FUNC(0x008A47E0, bool, SurvivalDemonBehaviour_LetGoFallback_d_108_MoveNext, (SurvivalDemonBehaviour_LetGoFallback_d_108 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalDemonBehaviour_LetGoFallback_d_108_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalDemonBehaviour_LetGoFallback_d_108 * __this, MethodInfo * method)); DO_APP_FUNC(0x008A4BA0, void, SurvivalDemonBehaviour_LetGoFallback_d_108_System_Collections_IEnumerator_Reset, (SurvivalDemonBehaviour_LetGoFallback_d_108 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB96D0, SurvivalDemonBehaviour_LetGoFallback_d_108_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalDemonBehaviour_LetGoFallback_d_108_System_Collections_IEnumerator_get_Current, (SurvivalDemonBehaviour_LetGoFallback_d_108 * __this, MethodInfo * method)); DO_APP_FUNC(0x008A4BF0, void, DynamicBoneWeather_Awake, (DynamicBoneWeather * __this, MethodInfo * method)); DO_APP_FUNC(0x008A5050, void, DynamicBoneWeather_FixedUpdate, (DynamicBoneWeather * __this, MethodInfo * method)); DO_APP_FUNC(0x008A58C0, void, DynamicBoneWeather_DynamicBoneLerp, (DynamicBoneWeather * __this, bool * lerpBackwards, float * lerpT, MethodInfo * method)); DO_APP_FUNC(0x008A59B0, void, DynamicBoneWeather_OnGlobalGoatBurnEvent, (DynamicBoneWeather * __this, int32_t numObjectsBurnt, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB96C8, DynamicBoneWeather_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x008A5A00, void, DynamicBoneWeather_SetIndoors, (DynamicBoneWeather * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x008A5A20, void, DynamicBoneWeather_OnGameMode, (DynamicBoneWeather * __this, DevourGameMode__Enum mode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB96C0, DynamicBoneWeather_OnGameMode__MethodInfo); DO_APP_FUNC(0x008A5C80, void, DynamicBoneWeather_OnDestroy, (DynamicBoneWeather * __this, MethodInfo * method)); DO_APP_FUNC(0x008A5DF0, void, DynamicBoneWeather__ctor, (DynamicBoneWeather * __this, MethodInfo * method)); DO_APP_FUNC(0x008A5E70, void, CorpseBehaviour_Awake, (CorpseBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008A6BB0, void, CorpseBehaviour_Attached, (CorpseBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008A7270, void, CorpseBehaviour_StartAI, (CorpseBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008A73C0, IEnumerator *, CorpseBehaviour_FinishSpawn, (CorpseBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008A7460, void, CorpseBehaviour_FixedUpdate, (CorpseBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008A7690, void, CorpseBehaviour_OnSpeed, (CorpseBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9688, CorpseBehaviour_OnSpeed__MethodInfo); DO_APP_FUNC(0x008A7A20, void, CorpseBehaviour_OnAbilityIndex, (CorpseBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB96B0, CorpseBehaviour_OnAbilityIndex__MethodInfo); DO_APP_FUNC(0x008A8110, void, CorpseBehaviour_OnAbilityIntData, (CorpseBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB96A0, CorpseBehaviour_OnAbilityIntData__MethodInfo); DO_APP_FUNC(0x008A8450, IEnumerator *, CorpseBehaviour_Die, (CorpseBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008A84F0, IEnumerator *, CorpseBehaviour_Dissolve, (CorpseBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008A8590, void, CorpseBehaviour_Despawn, (CorpseBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008A8760, IEnumerator *, CorpseBehaviour_FadeIn, (CorpseBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008A8800, void, CorpseBehaviour_Detached, (CorpseBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x005425B0, Behavior *, CorpseBehaviour_GetMainBehavior, (CorpseBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003C2850, Behavior *, CorpseBehaviour_GetInitBehaviour, (CorpseBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008A8B80, void, CorpseBehaviour_OnGlobalGoatBurnEvent, (CorpseBehaviour * __this, int32_t numObjectsBurnt, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9698, CorpseBehaviour_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x008A8C50, void, CorpseBehaviour_OnDeath, (CorpseBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9690, CorpseBehaviour_OnDeath__MethodInfo); DO_APP_FUNC(0x008A9080, IEnumerator *, CorpseBehaviour_PlayFleeClips, (CorpseBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008A9120, IEnumerator *, CorpseBehaviour_PlayIntroPainClips, (CorpseBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008A91C0, void, CorpseBehaviour_OnBloodEffectsChanged, (CorpseBehaviour * __this, bool enabled, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB96A8, CorpseBehaviour_OnBloodEffectsChanged__MethodInfo); DO_APP_FUNC(0x008A9280, void, CorpseBehaviour__ctor, (CorpseBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CorpseBehaviour_FinishSpawn_d_46__ctor, (CorpseBehaviour_FinishSpawn_d_46 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CorpseBehaviour_FinishSpawn_d_46_System_IDisposable_Dispose, (CorpseBehaviour_FinishSpawn_d_46 * __this, MethodInfo * method)); DO_APP_FUNC(0x008A93A0, bool, CorpseBehaviour_FinishSpawn_d_46_MoveNext, (CorpseBehaviour_FinishSpawn_d_46 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CorpseBehaviour_FinishSpawn_d_46_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CorpseBehaviour_FinishSpawn_d_46 * __this, MethodInfo * method)); DO_APP_FUNC(0x008A9920, void, CorpseBehaviour_FinishSpawn_d_46_System_Collections_IEnumerator_Reset, (CorpseBehaviour_FinishSpawn_d_46 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9640, CorpseBehaviour_FinishSpawn_d_46_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CorpseBehaviour_FinishSpawn_d_46_System_Collections_IEnumerator_get_Current, (CorpseBehaviour_FinishSpawn_d_46 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CorpseBehaviour_Die_d_51__ctor, (CorpseBehaviour_Die_d_51 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CorpseBehaviour_Die_d_51_System_IDisposable_Dispose, (CorpseBehaviour_Die_d_51 * __this, MethodInfo * method)); DO_APP_FUNC(0x008A9970, bool, CorpseBehaviour_Die_d_51_MoveNext, (CorpseBehaviour_Die_d_51 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CorpseBehaviour_Die_d_51_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CorpseBehaviour_Die_d_51 * __this, MethodInfo * method)); DO_APP_FUNC(0x008A9B80, void, CorpseBehaviour_Die_d_51_System_Collections_IEnumerator_Reset, (CorpseBehaviour_Die_d_51 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9648, CorpseBehaviour_Die_d_51_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CorpseBehaviour_Die_d_51_System_Collections_IEnumerator_get_Current, (CorpseBehaviour_Die_d_51 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CorpseBehaviour_Dissolve_d_52__ctor, (CorpseBehaviour_Dissolve_d_52 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CorpseBehaviour_Dissolve_d_52_System_IDisposable_Dispose, (CorpseBehaviour_Dissolve_d_52 * __this, MethodInfo * method)); DO_APP_FUNC(0x008A9BD0, bool, CorpseBehaviour_Dissolve_d_52_MoveNext, (CorpseBehaviour_Dissolve_d_52 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CorpseBehaviour_Dissolve_d_52_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CorpseBehaviour_Dissolve_d_52 * __this, MethodInfo * method)); DO_APP_FUNC(0x008AA7B0, void, CorpseBehaviour_Dissolve_d_52_System_Collections_IEnumerator_Reset, (CorpseBehaviour_Dissolve_d_52 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9638, CorpseBehaviour_Dissolve_d_52_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CorpseBehaviour_Dissolve_d_52_System_Collections_IEnumerator_get_Current, (CorpseBehaviour_Dissolve_d_52 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CorpseBehaviour_FadeIn_d_54__ctor, (CorpseBehaviour_FadeIn_d_54 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CorpseBehaviour_FadeIn_d_54_System_IDisposable_Dispose, (CorpseBehaviour_FadeIn_d_54 * __this, MethodInfo * method)); DO_APP_FUNC(0x008AA800, bool, CorpseBehaviour_FadeIn_d_54_MoveNext, (CorpseBehaviour_FadeIn_d_54 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CorpseBehaviour_FadeIn_d_54_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CorpseBehaviour_FadeIn_d_54 * __this, MethodInfo * method)); DO_APP_FUNC(0x008AB7D0, void, CorpseBehaviour_FadeIn_d_54_System_Collections_IEnumerator_Reset, (CorpseBehaviour_FadeIn_d_54 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9630, CorpseBehaviour_FadeIn_d_54_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CorpseBehaviour_FadeIn_d_54_System_Collections_IEnumerator_get_Current, (CorpseBehaviour_FadeIn_d_54 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CorpseBehaviour_PlayFleeClips_d_60__ctor, (CorpseBehaviour_PlayFleeClips_d_60 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CorpseBehaviour_PlayFleeClips_d_60_System_IDisposable_Dispose, (CorpseBehaviour_PlayFleeClips_d_60 * __this, MethodInfo * method)); DO_APP_FUNC(0x008AB820, bool, CorpseBehaviour_PlayFleeClips_d_60_MoveNext, (CorpseBehaviour_PlayFleeClips_d_60 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CorpseBehaviour_PlayFleeClips_d_60_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CorpseBehaviour_PlayFleeClips_d_60 * __this, MethodInfo * method)); DO_APP_FUNC(0x008ABB50, void, CorpseBehaviour_PlayFleeClips_d_60_System_Collections_IEnumerator_Reset, (CorpseBehaviour_PlayFleeClips_d_60 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9628, CorpseBehaviour_PlayFleeClips_d_60_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CorpseBehaviour_PlayFleeClips_d_60_System_Collections_IEnumerator_get_Current, (CorpseBehaviour_PlayFleeClips_d_60 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CorpseBehaviour_PlayIntroPainClips_d_61__ctor, (CorpseBehaviour_PlayIntroPainClips_d_61 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CorpseBehaviour_PlayIntroPainClips_d_61_System_IDisposable_Dispose, (CorpseBehaviour_PlayIntroPainClips_d_61 * __this, MethodInfo * method)); DO_APP_FUNC(0x008ABBA0, bool, CorpseBehaviour_PlayIntroPainClips_d_61_MoveNext, (CorpseBehaviour_PlayIntroPainClips_d_61 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CorpseBehaviour_PlayIntroPainClips_d_61_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CorpseBehaviour_PlayIntroPainClips_d_61 * __this, MethodInfo * method)); DO_APP_FUNC(0x008ABD90, void, CorpseBehaviour_PlayIntroPainClips_d_61_System_Collections_IEnumerator_Reset, (CorpseBehaviour_PlayIntroPainClips_d_61 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9620, CorpseBehaviour_PlayIntroPainClips_d_61_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CorpseBehaviour_PlayIntroPainClips_d_61_System_Collections_IEnumerator_get_Current, (CorpseBehaviour_PlayIntroPainClips_d_61 * __this, MethodInfo * method)); DO_APP_FUNC(0x008ABDE0, void, ForceLoadRagdoll_Start, (ForceLoadRagdoll * __this, MethodInfo * method)); DO_APP_FUNC(0x008ABF30, IEnumerator *, ForceLoadRagdoll_LoadRagdoll, (ForceLoadRagdoll * __this, MethodInfo * method)); DO_APP_FUNC(0x008ABFD0, IEnumerator *, ForceLoadRagdoll_LoadRobeTexture, (ForceLoadRagdoll * __this, String * robe, SkinnedMeshRenderer__Array * skinnedMeshRenderers, MethodInfo * method)); DO_APP_FUNC(0x008AC140, GameObject *, ForceLoadRagdoll_GetRagdollPrefab, (ForceLoadRagdoll * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x008AC1D0, void, ForceLoadRagdoll_OnDestroy, (ForceLoadRagdoll * __this, MethodInfo * method)); DO_APP_FUNC(0x008AC6D0, void, ForceLoadRagdoll__ctor, (ForceLoadRagdoll * __this, MethodInfo * method)); DO_APP_FUNC(0x008AC8F0, void, ForceLoadRagdoll_OnRagdollLoadedHandler__ctor, (ForceLoadRagdoll_OnRagdollLoadedHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, ForceLoadRagdoll_OnRagdollLoadedHandler_Invoke, (ForceLoadRagdoll_OnRagdollLoadedHandler * __this, KnockoutRagdoll * ragdoll, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, ForceLoadRagdoll_OnRagdollLoadedHandler_BeginInvoke, (ForceLoadRagdoll_OnRagdollLoadedHandler * __this, KnockoutRagdoll * ragdoll, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ForceLoadRagdoll_OnRagdollLoadedHandler_EndInvoke, (ForceLoadRagdoll_OnRagdollLoadedHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x008ACAB0, void, ForceLoadRagdoll_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ForceLoadRagdoll_c__ctor, (ForceLoadRagdoll_c * __this, MethodInfo * method)); DO_APP_FUNC(0x008ACB60, SkinnedMeshRenderer *, ForceLoadRagdoll_c__LoadRagdoll_b__14_0, (ForceLoadRagdoll_c * __this, Renderer * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9578, ForceLoadRagdoll_c__LoadRagdoll_b__14_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, ForceLoadRagdoll_LoadRagdoll_d_14__ctor, (ForceLoadRagdoll_LoadRagdoll_d_14 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ForceLoadRagdoll_LoadRagdoll_d_14_System_IDisposable_Dispose, (ForceLoadRagdoll_LoadRagdoll_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x008ACBF0, bool, ForceLoadRagdoll_LoadRagdoll_d_14_MoveNext, (ForceLoadRagdoll_LoadRagdoll_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ForceLoadRagdoll_LoadRagdoll_d_14_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ForceLoadRagdoll_LoadRagdoll_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x008ADDF0, void, ForceLoadRagdoll_LoadRagdoll_d_14_System_Collections_IEnumerator_Reset, (ForceLoadRagdoll_LoadRagdoll_d_14 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9558, ForceLoadRagdoll_LoadRagdoll_d_14_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ForceLoadRagdoll_LoadRagdoll_d_14_System_Collections_IEnumerator_get_Current, (ForceLoadRagdoll_LoadRagdoll_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ForceLoadRagdoll_LoadRobeTexture_d_15__ctor, (ForceLoadRagdoll_LoadRobeTexture_d_15 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ForceLoadRagdoll_LoadRobeTexture_d_15_System_IDisposable_Dispose, (ForceLoadRagdoll_LoadRobeTexture_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x008ADE40, bool, ForceLoadRagdoll_LoadRobeTexture_d_15_MoveNext, (ForceLoadRagdoll_LoadRobeTexture_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ForceLoadRagdoll_LoadRobeTexture_d_15_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ForceLoadRagdoll_LoadRobeTexture_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x008AE440, void, ForceLoadRagdoll_LoadRobeTexture_d_15_System_Collections_IEnumerator_Reset, (ForceLoadRagdoll_LoadRobeTexture_d_15 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9550, ForceLoadRagdoll_LoadRobeTexture_d_15_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ForceLoadRagdoll_LoadRobeTexture_d_15_System_Collections_IEnumerator_get_Current, (ForceLoadRagdoll_LoadRobeTexture_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x008AE490, void, HeadBehaviour_Awake, (HeadBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008AE630, void, HeadBehaviour_Attached, (HeadBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008AE8D0, void, HeadBehaviour_OnMetadata, (HeadBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9540, HeadBehaviour_OnMetadata__MethodInfo); DO_APP_FUNC(0x008AEA50, void, HeadBehaviour_OnMoving, (HeadBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9530, HeadBehaviour_OnMoving__MethodInfo); DO_APP_FUNC(0x008AEC30, void, HeadBehaviour_OnAbilityIndex, (HeadBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9538, HeadBehaviour_OnAbilityIndex__MethodInfo); DO_APP_FUNC(0x008AF7A0, IEnumerator *, HeadBehaviour_PlayFlee, (HeadBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00475130, void, HeadBehaviour__ctor, (HeadBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, HeadBehaviour_PlayFlee_d_10__ctor, (HeadBehaviour_PlayFlee_d_10 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HeadBehaviour_PlayFlee_d_10_System_IDisposable_Dispose, (HeadBehaviour_PlayFlee_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x008AF840, bool, HeadBehaviour_PlayFlee_d_10_MoveNext, (HeadBehaviour_PlayFlee_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, HeadBehaviour_PlayFlee_d_10_System_Collections_Generic_IEnumerator_System_Object__get_Current, (HeadBehaviour_PlayFlee_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x008AFA30, void, HeadBehaviour_PlayFlee_d_10_System_Collections_IEnumerator_Reset, (HeadBehaviour_PlayFlee_d_10 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9520, HeadBehaviour_PlayFlee_d_10_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HeadBehaviour_PlayFlee_d_10_System_Collections_IEnumerator_get_Current, (HeadBehaviour_PlayFlee_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x008AFA80, void, IntroMollyLookAt_Start, (IntroMollyLookAt * __this, MethodInfo * method)); DO_APP_FUNC(0x008AFDD0, void, IntroMollyLookAt_OnAnimatorIK, (IntroMollyLookAt * __this, int32_t layerIndex, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, IntroMollyLookAt__ctor, (IntroMollyLookAt * __this, MethodInfo * method)); DO_APP_FUNC(0x008B00B0, void, PetCrowFlightController_Attached, (PetCrowFlightController * __this, MethodInfo * method)); DO_APP_FUNC(0x008B01D0, void, PetCrowFlightController_OnSpeed, (PetCrowFlightController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9518, PetCrowFlightController_OnSpeed__MethodInfo); DO_APP_FUNC(0x008B0620, IEnumerator *, PetCrowFlightController_TakeOff, (PetCrowFlightController * __this, MethodInfo * method)); DO_APP_FUNC(0x008B06C0, IEnumerator *, PetCrowFlightController_Land, (PetCrowFlightController * __this, MethodInfo * method)); DO_APP_FUNC(0x008B0760, IEnumerator *, PetCrowFlightController_Flying, (PetCrowFlightController * __this, MethodInfo * method)); DO_APP_FUNC(0x008B0800, void, PetCrowFlightController__ctor, (PetCrowFlightController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PetCrowFlightController_TakeOff_d_9__ctor, (PetCrowFlightController_TakeOff_d_9 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PetCrowFlightController_TakeOff_d_9_System_IDisposable_Dispose, (PetCrowFlightController_TakeOff_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x008B0870, bool, PetCrowFlightController_TakeOff_d_9_MoveNext, (PetCrowFlightController_TakeOff_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PetCrowFlightController_TakeOff_d_9_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PetCrowFlightController_TakeOff_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x008B0CA0, void, PetCrowFlightController_TakeOff_d_9_System_Collections_IEnumerator_Reset, (PetCrowFlightController_TakeOff_d_9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB94F8, PetCrowFlightController_TakeOff_d_9_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PetCrowFlightController_TakeOff_d_9_System_Collections_IEnumerator_get_Current, (PetCrowFlightController_TakeOff_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PetCrowFlightController_Land_d_10__ctor, (PetCrowFlightController_Land_d_10 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PetCrowFlightController_Land_d_10_System_IDisposable_Dispose, (PetCrowFlightController_Land_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x008B0CF0, bool, PetCrowFlightController_Land_d_10_MoveNext, (PetCrowFlightController_Land_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PetCrowFlightController_Land_d_10_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PetCrowFlightController_Land_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x008B1020, void, PetCrowFlightController_Land_d_10_System_Collections_IEnumerator_Reset, (PetCrowFlightController_Land_d_10 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB94F0, PetCrowFlightController_Land_d_10_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PetCrowFlightController_Land_d_10_System_Collections_IEnumerator_get_Current, (PetCrowFlightController_Land_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PetCrowFlightController_Flying_d_11__ctor, (PetCrowFlightController_Flying_d_11 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PetCrowFlightController_Flying_d_11_System_IDisposable_Dispose, (PetCrowFlightController_Flying_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x008B1070, bool, PetCrowFlightController_Flying_d_11_MoveNext, (PetCrowFlightController_Flying_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PetCrowFlightController_Flying_d_11_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PetCrowFlightController_Flying_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x008B1430, void, PetCrowFlightController_Flying_d_11_System_Collections_IEnumerator_Reset, (PetCrowFlightController_Flying_d_11 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB94E8, PetCrowFlightController_Flying_d_11_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PetCrowFlightController_Flying_d_11_System_Collections_IEnumerator_get_Current, (PetCrowFlightController_Flying_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x008B1480, void, PurgatoryCorpseBehaviour_Awake, (PurgatoryCorpseBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008B2100, void, PurgatoryCorpseBehaviour_StartAI, (PurgatoryCorpseBehaviour * __this, GameObject * player, MethodInfo * method)); DO_APP_FUNC(0x008B21F0, void, PurgatoryCorpseBehaviour_FixedUpdate, (PurgatoryCorpseBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008B29F0, IEnumerator *, PurgatoryCorpseBehaviour_Die, (PurgatoryCorpseBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008B2A90, IEnumerator *, PurgatoryCorpseBehaviour_Dissolve, (PurgatoryCorpseBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008B2B30, void, PurgatoryCorpseBehaviour_Despawn, (PurgatoryCorpseBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008B2BD0, IEnumerator *, PurgatoryCorpseBehaviour_PlayFleeClips, (PurgatoryCorpseBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008B2C70, void, PurgatoryCorpseBehaviour__ctor, (PurgatoryCorpseBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PurgatoryCorpseBehaviour_Die_d_41__ctor, (PurgatoryCorpseBehaviour_Die_d_41 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PurgatoryCorpseBehaviour_Die_d_41_System_IDisposable_Dispose, (PurgatoryCorpseBehaviour_Die_d_41 * __this, MethodInfo * method)); DO_APP_FUNC(0x008B2D90, bool, PurgatoryCorpseBehaviour_Die_d_41_MoveNext, (PurgatoryCorpseBehaviour_Die_d_41 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PurgatoryCorpseBehaviour_Die_d_41_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PurgatoryCorpseBehaviour_Die_d_41 * __this, MethodInfo * method)); DO_APP_FUNC(0x008B3040, void, PurgatoryCorpseBehaviour_Die_d_41_System_Collections_IEnumerator_Reset, (PurgatoryCorpseBehaviour_Die_d_41 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB94C0, PurgatoryCorpseBehaviour_Die_d_41_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PurgatoryCorpseBehaviour_Die_d_41_System_Collections_IEnumerator_get_Current, (PurgatoryCorpseBehaviour_Die_d_41 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PurgatoryCorpseBehaviour_Dissolve_d_42__ctor, (PurgatoryCorpseBehaviour_Dissolve_d_42 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PurgatoryCorpseBehaviour_Dissolve_d_42_System_IDisposable_Dispose, (PurgatoryCorpseBehaviour_Dissolve_d_42 * __this, MethodInfo * method)); DO_APP_FUNC(0x008B3090, bool, PurgatoryCorpseBehaviour_Dissolve_d_42_MoveNext, (PurgatoryCorpseBehaviour_Dissolve_d_42 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PurgatoryCorpseBehaviour_Dissolve_d_42_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PurgatoryCorpseBehaviour_Dissolve_d_42 * __this, MethodInfo * method)); DO_APP_FUNC(0x008B36A0, void, PurgatoryCorpseBehaviour_Dissolve_d_42_System_Collections_IEnumerator_Reset, (PurgatoryCorpseBehaviour_Dissolve_d_42 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB94B8, PurgatoryCorpseBehaviour_Dissolve_d_42_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PurgatoryCorpseBehaviour_Dissolve_d_42_System_Collections_IEnumerator_get_Current, (PurgatoryCorpseBehaviour_Dissolve_d_42 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PurgatoryCorpseBehaviour_PlayFleeClips_d_44__ctor, (PurgatoryCorpseBehaviour_PlayFleeClips_d_44 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PurgatoryCorpseBehaviour_PlayFleeClips_d_44_System_IDisposable_Dispose, (PurgatoryCorpseBehaviour_PlayFleeClips_d_44 * __this, MethodInfo * method)); DO_APP_FUNC(0x008B36F0, bool, PurgatoryCorpseBehaviour_PlayFleeClips_d_44_MoveNext, (PurgatoryCorpseBehaviour_PlayFleeClips_d_44 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PurgatoryCorpseBehaviour_PlayFleeClips_d_44_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PurgatoryCorpseBehaviour_PlayFleeClips_d_44 * __this, MethodInfo * method)); DO_APP_FUNC(0x008B38E0, void, PurgatoryCorpseBehaviour_PlayFleeClips_d_44_System_Collections_IEnumerator_Reset, (PurgatoryCorpseBehaviour_PlayFleeClips_d_44 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB94B0, PurgatoryCorpseBehaviour_PlayFleeClips_d_44_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PurgatoryCorpseBehaviour_PlayFleeClips_d_44_System_Collections_IEnumerator_get_Current, (PurgatoryCorpseBehaviour_PlayFleeClips_d_44 * __this, MethodInfo * method)); DO_APP_FUNC(0x008B3930, void, PurgatoryGhostBehaviour_Awake, (PurgatoryGhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008B43C0, void, PurgatoryGhostBehaviour_StartAI, (PurgatoryGhostBehaviour * __this, GameObject * player, MethodInfo * method)); DO_APP_FUNC(0x008B45E0, void, PurgatoryGhostBehaviour_Update, (PurgatoryGhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008B46C0, void, PurgatoryGhostBehaviour_FixedUpdate, (PurgatoryGhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008B4C80, void, PurgatoryGhostBehaviour_LateUpdate, (PurgatoryGhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008B5270, void, PurgatoryGhostBehaviour_SetRandomAttackTypeFloat, (PurgatoryGhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008B5310, void, PurgatoryGhostBehaviour_SetRandomDeathTypeFloat, (PurgatoryGhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008B53B0, void, PurgatoryGhostBehaviour_OnAnimatorIK, (PurgatoryGhostBehaviour * __this, int32_t layerIndex, MethodInfo * method)); DO_APP_FUNC(0x008B61F0, IEnumerator *, PurgatoryGhostBehaviour_Die, (PurgatoryGhostBehaviour * __this, bool despawn, MethodInfo * method)); DO_APP_FUNC(0x008B6290, IEnumerator *, PurgatoryGhostBehaviour_Dissolve, (PurgatoryGhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008B6330, IEnumerator *, PurgatoryGhostBehaviour_AttackPlayer, (PurgatoryGhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008B63D0, void, PurgatoryGhostBehaviour_Despawn, (PurgatoryGhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008B6470, IEnumerator *, PurgatoryGhostBehaviour_FadeIn, (PurgatoryGhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008B6510, void, PurgatoryGhostBehaviour_OnGlobalGoatBurnEvent, (PurgatoryGhostBehaviour * __this, int32_t numObjectsBurnt, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC(0x008B6660, void, PurgatoryGhostBehaviour__ctor, (PurgatoryGhostBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PurgatoryGhostBehaviour_Die_d_69__ctor, (PurgatoryGhostBehaviour_Die_d_69 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PurgatoryGhostBehaviour_Die_d_69_System_IDisposable_Dispose, (PurgatoryGhostBehaviour_Die_d_69 * __this, MethodInfo * method)); DO_APP_FUNC(0x008B67C0, bool, PurgatoryGhostBehaviour_Die_d_69_MoveNext, (PurgatoryGhostBehaviour_Die_d_69 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PurgatoryGhostBehaviour_Die_d_69_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PurgatoryGhostBehaviour_Die_d_69 * __this, MethodInfo * method)); DO_APP_FUNC(0x008B6A70, void, PurgatoryGhostBehaviour_Die_d_69_System_Collections_IEnumerator_Reset, (PurgatoryGhostBehaviour_Die_d_69 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9480, PurgatoryGhostBehaviour_Die_d_69_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PurgatoryGhostBehaviour_Die_d_69_System_Collections_IEnumerator_get_Current, (PurgatoryGhostBehaviour_Die_d_69 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PurgatoryGhostBehaviour_Dissolve_d_70__ctor, (PurgatoryGhostBehaviour_Dissolve_d_70 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PurgatoryGhostBehaviour_Dissolve_d_70_System_IDisposable_Dispose, (PurgatoryGhostBehaviour_Dissolve_d_70 * __this, MethodInfo * method)); DO_APP_FUNC(0x008B6AC0, bool, PurgatoryGhostBehaviour_Dissolve_d_70_MoveNext, (PurgatoryGhostBehaviour_Dissolve_d_70 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PurgatoryGhostBehaviour_Dissolve_d_70_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PurgatoryGhostBehaviour_Dissolve_d_70 * __this, MethodInfo * method)); DO_APP_FUNC(0x008B7320, void, PurgatoryGhostBehaviour_Dissolve_d_70_System_Collections_IEnumerator_Reset, (PurgatoryGhostBehaviour_Dissolve_d_70 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9478, PurgatoryGhostBehaviour_Dissolve_d_70_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PurgatoryGhostBehaviour_Dissolve_d_70_System_Collections_IEnumerator_get_Current, (PurgatoryGhostBehaviour_Dissolve_d_70 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PurgatoryGhostBehaviour_AttackPlayer_d_71__ctor, (PurgatoryGhostBehaviour_AttackPlayer_d_71 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PurgatoryGhostBehaviour_AttackPlayer_d_71_System_IDisposable_Dispose, (PurgatoryGhostBehaviour_AttackPlayer_d_71 * __this, MethodInfo * method)); DO_APP_FUNC(0x008B7370, bool, PurgatoryGhostBehaviour_AttackPlayer_d_71_MoveNext, (PurgatoryGhostBehaviour_AttackPlayer_d_71 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PurgatoryGhostBehaviour_AttackPlayer_d_71_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PurgatoryGhostBehaviour_AttackPlayer_d_71 * __this, MethodInfo * method)); DO_APP_FUNC(0x008B76F0, void, PurgatoryGhostBehaviour_AttackPlayer_d_71_System_Collections_IEnumerator_Reset, (PurgatoryGhostBehaviour_AttackPlayer_d_71 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9470, PurgatoryGhostBehaviour_AttackPlayer_d_71_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PurgatoryGhostBehaviour_AttackPlayer_d_71_System_Collections_IEnumerator_get_Current, (PurgatoryGhostBehaviour_AttackPlayer_d_71 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PurgatoryGhostBehaviour_FadeIn_d_73__ctor, (PurgatoryGhostBehaviour_FadeIn_d_73 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PurgatoryGhostBehaviour_FadeIn_d_73_System_IDisposable_Dispose, (PurgatoryGhostBehaviour_FadeIn_d_73 * __this, MethodInfo * method)); DO_APP_FUNC(0x008B7740, bool, PurgatoryGhostBehaviour_FadeIn_d_73_MoveNext, (PurgatoryGhostBehaviour_FadeIn_d_73 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PurgatoryGhostBehaviour_FadeIn_d_73_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PurgatoryGhostBehaviour_FadeIn_d_73 * __this, MethodInfo * method)); DO_APP_FUNC(0x008B8910, void, PurgatoryGhostBehaviour_FadeIn_d_73_System_Collections_IEnumerator_Reset, (PurgatoryGhostBehaviour_FadeIn_d_73 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9460, PurgatoryGhostBehaviour_FadeIn_d_73_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PurgatoryGhostBehaviour_FadeIn_d_73_System_Collections_IEnumerator_get_Current, (PurgatoryGhostBehaviour_FadeIn_d_73 * __this, MethodInfo * method)); DO_APP_FUNC(0x008B8A50, void, RagdollLoader_Awake, (RagdollLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x008B8B30, void, RagdollLoader_Start, (RagdollLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x008B8BE0, IEnumerator *, RagdollLoader_LoadRagdolls, (RagdollLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x008B8C80, IEnumerator *, RagdollLoader_CreateRagdoll, (RagdollLoader * __this, BoltEntity * entity, String * outfitName, String * robe, bool fireEvent, MethodInfo * method)); DO_APP_FUNC(0x008B8E50, IEnumerator *, RagdollLoader_LoadRobeTexture, (RagdollLoader * __this, String * robe, SkinnedMeshRenderer__Array * skinnedMeshRenderers, MethodInfo * method)); DO_APP_FUNC(0x008AC140, GameObject *, RagdollLoader_GetRagdollPrefab, (RagdollLoader * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x008B8FC0, void, RagdollLoader_OnReconnectOutfitLoaded, (RagdollLoader * __this, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB938, RagdollLoader_OnReconnectOutfitLoaded__MethodInfo); DO_APP_FUNC(0x008B91E0, IEnumerator *, RagdollLoader_OnReconnectOutfitLoadedInternal, (RagdollLoader * __this, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC(0x008B92F0, void, RagdollLoader_OnDestroy, (RagdollLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x008B98A0, void, RagdollLoader__ctor, (RagdollLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, RagdollLoader_OnRagdollsLoadedHandler__ctor, (RagdollLoader_OnRagdollsLoadedHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, RagdollLoader_OnRagdollsLoadedHandler_Invoke, (RagdollLoader_OnRagdollsLoadedHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5A50, IAsyncResult *, RagdollLoader_OnRagdollsLoadedHandler_BeginInvoke, (RagdollLoader_OnRagdollsLoadedHandler * __this, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, RagdollLoader_OnRagdollsLoadedHandler_EndInvoke, (RagdollLoader_OnRagdollsLoadedHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x008AC8F0, void, RagdollLoader_OnRagdollLoadedHandler__ctor, (RagdollLoader_OnRagdollLoadedHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, RagdollLoader_OnRagdollLoadedHandler_Invoke, (RagdollLoader_OnRagdollLoadedHandler * __this, KnockoutRagdoll * ragdoll, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, RagdollLoader_OnRagdollLoadedHandler_BeginInvoke, (RagdollLoader_OnRagdollLoadedHandler * __this, KnockoutRagdoll * ragdoll, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, RagdollLoader_OnRagdollLoadedHandler_EndInvoke, (RagdollLoader_OnRagdollLoadedHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x008B9AC0, void, RagdollLoader_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RagdollLoader_c__ctor, (RagdollLoader_c * __this, MethodInfo * method)); DO_APP_FUNC(0x008B9B70, _f_AnonymousType1_3_Photon_Bolt_PrefabId_System_String_System_String_ *, RagdollLoader_c__LoadRagdolls_b__13_0, (RagdollLoader_c * __this, GameObject * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB898, RagdollLoader_c__LoadRagdolls_b__13_0__MethodInfo); DO_APP_FUNC(0x008B9E60, SkinnedMeshRenderer *, RagdollLoader_c__CreateRagdoll_b__14_0, (RagdollLoader_c * __this, Renderer * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB878, RagdollLoader_c__CreateRagdoll_b__14_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, RagdollLoader_LoadRagdolls_d_13__ctor, (RagdollLoader_LoadRagdolls_d_13 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x008B9EF0, void, RagdollLoader_LoadRagdolls_d_13_System_IDisposable_Dispose, (RagdollLoader_LoadRagdolls_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x008B9FC0, bool, RagdollLoader_LoadRagdolls_d_13_MoveNext, (RagdollLoader_LoadRagdolls_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x008BA850, void, RagdollLoader_LoadRagdolls_d_13___m__Finally1, (RagdollLoader_LoadRagdolls_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, RagdollLoader_LoadRagdolls_d_13_System_Collections_Generic_IEnumerator_System_Object__get_Current, (RagdollLoader_LoadRagdolls_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x008BA8B0, void, RagdollLoader_LoadRagdolls_d_13_System_Collections_IEnumerator_Reset, (RagdollLoader_LoadRagdolls_d_13 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB890, RagdollLoader_LoadRagdolls_d_13_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, RagdollLoader_LoadRagdolls_d_13_System_Collections_IEnumerator_get_Current, (RagdollLoader_LoadRagdolls_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, RagdollLoader_CreateRagdoll_d_14__ctor, (RagdollLoader_CreateRagdoll_d_14 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RagdollLoader_CreateRagdoll_d_14_System_IDisposable_Dispose, (RagdollLoader_CreateRagdoll_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x008BA900, bool, RagdollLoader_CreateRagdoll_d_14_MoveNext, (RagdollLoader_CreateRagdoll_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, RagdollLoader_CreateRagdoll_d_14_System_Collections_Generic_IEnumerator_System_Object__get_Current, (RagdollLoader_CreateRagdoll_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x008BB8D0, void, RagdollLoader_CreateRagdoll_d_14_System_Collections_IEnumerator_Reset, (RagdollLoader_CreateRagdoll_d_14 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB888, RagdollLoader_CreateRagdoll_d_14_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, RagdollLoader_CreateRagdoll_d_14_System_Collections_IEnumerator_get_Current, (RagdollLoader_CreateRagdoll_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, RagdollLoader_LoadRobeTexture_d_15__ctor, (RagdollLoader_LoadRobeTexture_d_15 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RagdollLoader_LoadRobeTexture_d_15_System_IDisposable_Dispose, (RagdollLoader_LoadRobeTexture_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x008BB920, bool, RagdollLoader_LoadRobeTexture_d_15_MoveNext, (RagdollLoader_LoadRobeTexture_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, RagdollLoader_LoadRobeTexture_d_15_System_Collections_Generic_IEnumerator_System_Object__get_Current, (RagdollLoader_LoadRobeTexture_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x008BBF20, void, RagdollLoader_LoadRobeTexture_d_15_System_Collections_IEnumerator_Reset, (RagdollLoader_LoadRobeTexture_d_15 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB870, RagdollLoader_LoadRobeTexture_d_15_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, RagdollLoader_LoadRobeTexture_d_15_System_Collections_IEnumerator_get_Current, (RagdollLoader_LoadRobeTexture_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, RagdollLoader_OnReconnectOutfitLoadedInternal_d_18__ctor, (RagdollLoader_OnReconnectOutfitLoadedInternal_d_18 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RagdollLoader_OnReconnectOutfitLoadedInternal_d_18_System_IDisposable_Dispose, (RagdollLoader_OnReconnectOutfitLoadedInternal_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x008BBF70, bool, RagdollLoader_OnReconnectOutfitLoadedInternal_d_18_MoveNext, (RagdollLoader_OnReconnectOutfitLoadedInternal_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, RagdollLoader_OnReconnectOutfitLoadedInternal_d_18_System_Collections_Generic_IEnumerator_System_Object__get_Current, (RagdollLoader_OnReconnectOutfitLoadedInternal_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x008BC6C0, void, RagdollLoader_OnReconnectOutfitLoadedInternal_d_18_System_Collections_IEnumerator_Reset, (RagdollLoader_OnReconnectOutfitLoadedInternal_d_18 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB868, RagdollLoader_OnReconnectOutfitLoadedInternal_d_18_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, RagdollLoader_OnReconnectOutfitLoadedInternal_d_18_System_Collections_IEnumerator_get_Current, (RagdollLoader_OnReconnectOutfitLoadedInternal_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x008BC710, void, AltarRatController_Awake, (AltarRatController * __this, MethodInfo * method)); DO_APP_FUNC(0x008BC7A0, void, AltarRatController_SetRandomAnimation, (AltarRatController * __this, MethodInfo * method)); DO_APP_FUNC(0x008BC840, void, AltarRatController_Death, (AltarRatController * __this, MethodInfo * method)); DO_APP_FUNC(0x008BC970, void, AltarRatController_OnDisable, (AltarRatController * __this, MethodInfo * method)); DO_APP_FUNC(0x008BCA10, void, AltarRatController_OnEnable, (AltarRatController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AltarRatController__ctor, (AltarRatController * __this, MethodInfo * method)); DO_APP_FUNC(0x008BCA70, void, SimpleMoveTowards_Awake, (SimpleMoveTowards * __this, MethodInfo * method)); DO_APP_FUNC(0x008BCB90, void, SimpleMoveTowards_FixedUpdate, (SimpleMoveTowards * __this, MethodInfo * method)); DO_APP_FUNC(0x008BD200, void, SimpleMoveTowards_Update, (SimpleMoveTowards * __this, MethodInfo * method)); DO_APP_FUNC(0x008BD890, void, SimpleMoveTowards__ctor, (SimpleMoveTowards * __this, MethodInfo * method)); DO_APP_FUNC(0x003EC720, void, SimpleMoveTowards_HasArrived__ctor, (SimpleMoveTowards_HasArrived * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, SimpleMoveTowards_HasArrived_Invoke, (SimpleMoveTowards_HasArrived * __this, GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, SimpleMoveTowards_HasArrived_BeginInvoke, (SimpleMoveTowards_HasArrived * __this, GameObject * gameObject, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, SimpleMoveTowards_HasArrived_EndInvoke, (SimpleMoveTowards_HasArrived * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x008BD8F0, void, SimulateKnockout_Awake, (SimulateKnockout * __this, MethodInfo * method)); DO_APP_FUNC(0x008BDE20, void, SimulateKnockout_OnRagdollLoaded, (SimulateKnockout * __this, KnockoutRagdoll * ragdoll, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB7E8, SimulateKnockout_OnRagdollLoaded__MethodInfo); DO_APP_FUNC(0x008BEBB0, void, SimulateKnockout_OnKnockoutGrabRagdoll, (SimulateKnockout * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB7E0, SimulateKnockout_OnKnockoutGrabRagdoll__MethodInfo); DO_APP_FUNC(0x008C08A0, IEnumerator *, SimulateKnockout_NathanKnockout, (SimulateKnockout * __this, MethodInfo * method)); DO_APP_FUNC(0x008C0940, IEnumerator *, SimulateKnockout_NathanVentKnockout, (SimulateKnockout * __this, MethodInfo * method)); DO_APP_FUNC(0x008C09E0, IEnumerator *, SimulateKnockout_DelaySetAnimatorBoolValue, (SimulateKnockout * __this, String * param, bool value, float delay, MethodInfo * method)); DO_APP_FUNC(0x008C0B20, void, SimulateKnockout_OnKnockoutDropPlayer, (SimulateKnockout * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB808, SimulateKnockout_OnKnockoutDropPlayer__MethodInfo); DO_APP_FUNC(0x008C0C20, IEnumerator *, SimulateKnockout_Dissolve, (SimulateKnockout * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x008C0CD0, void, SimulateKnockout_OnDestroy, (SimulateKnockout * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SimulateKnockout__ctor, (SimulateKnockout * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SimulateKnockout_NathanKnockout_d_15__ctor, (SimulateKnockout_NathanKnockout_d_15 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SimulateKnockout_NathanKnockout_d_15_System_IDisposable_Dispose, (SimulateKnockout_NathanKnockout_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x008C0FB0, bool, SimulateKnockout_NathanKnockout_d_15_MoveNext, (SimulateKnockout_NathanKnockout_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SimulateKnockout_NathanKnockout_d_15_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SimulateKnockout_NathanKnockout_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x008C11D0, void, SimulateKnockout_NathanKnockout_d_15_System_Collections_IEnumerator_Reset, (SimulateKnockout_NathanKnockout_d_15 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB728, SimulateKnockout_NathanKnockout_d_15_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SimulateKnockout_NathanKnockout_d_15_System_Collections_IEnumerator_get_Current, (SimulateKnockout_NathanKnockout_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SimulateKnockout_NathanVentKnockout_d_16__ctor, (SimulateKnockout_NathanVentKnockout_d_16 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SimulateKnockout_NathanVentKnockout_d_16_System_IDisposable_Dispose, (SimulateKnockout_NathanVentKnockout_d_16 * __this, MethodInfo * method)); DO_APP_FUNC(0x008C1220, bool, SimulateKnockout_NathanVentKnockout_d_16_MoveNext, (SimulateKnockout_NathanVentKnockout_d_16 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SimulateKnockout_NathanVentKnockout_d_16_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SimulateKnockout_NathanVentKnockout_d_16 * __this, MethodInfo * method)); DO_APP_FUNC(0x008C13D0, void, SimulateKnockout_NathanVentKnockout_d_16_System_Collections_IEnumerator_Reset, (SimulateKnockout_NathanVentKnockout_d_16 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB720, SimulateKnockout_NathanVentKnockout_d_16_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SimulateKnockout_NathanVentKnockout_d_16_System_Collections_IEnumerator_get_Current, (SimulateKnockout_NathanVentKnockout_d_16 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SimulateKnockout_DelaySetAnimatorBoolValue_d_17__ctor, (SimulateKnockout_DelaySetAnimatorBoolValue_d_17 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SimulateKnockout_DelaySetAnimatorBoolValue_d_17_System_IDisposable_Dispose, (SimulateKnockout_DelaySetAnimatorBoolValue_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x008C1420, bool, SimulateKnockout_DelaySetAnimatorBoolValue_d_17_MoveNext, (SimulateKnockout_DelaySetAnimatorBoolValue_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SimulateKnockout_DelaySetAnimatorBoolValue_d_17_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SimulateKnockout_DelaySetAnimatorBoolValue_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x008C1530, void, SimulateKnockout_DelaySetAnimatorBoolValue_d_17_System_Collections_IEnumerator_Reset, (SimulateKnockout_DelaySetAnimatorBoolValue_d_17 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB6F8, SimulateKnockout_DelaySetAnimatorBoolValue_d_17_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SimulateKnockout_DelaySetAnimatorBoolValue_d_17_System_Collections_IEnumerator_get_Current, (SimulateKnockout_DelaySetAnimatorBoolValue_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SimulateKnockout_Dissolve_d_19__ctor, (SimulateKnockout_Dissolve_d_19 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SimulateKnockout_Dissolve_d_19_System_IDisposable_Dispose, (SimulateKnockout_Dissolve_d_19 * __this, MethodInfo * method)); DO_APP_FUNC(0x008C1580, bool, SimulateKnockout_Dissolve_d_19_MoveNext, (SimulateKnockout_Dissolve_d_19 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SimulateKnockout_Dissolve_d_19_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SimulateKnockout_Dissolve_d_19 * __this, MethodInfo * method)); DO_APP_FUNC(0x008C16B0, void, SimulateKnockout_Dissolve_d_19_System_Collections_IEnumerator_Reset, (SimulateKnockout_Dissolve_d_19 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB6E8, SimulateKnockout_Dissolve_d_19_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SimulateKnockout_Dissolve_d_19_System_Collections_IEnumerator_get_Current, (SimulateKnockout_Dissolve_d_19 * __this, MethodInfo * method)); DO_APP_FUNC(0x008C1700, void, StrafeRichAI_MovementUpdateInternal, (StrafeRichAI * __this, float deltaTime, Vector3 * nextPosition, Quaternion * nextRotation, MethodInfo * method)); DO_APP_FUNC(0x008C1AF0, void, StrafeRichAI_TraverseFunnel, (StrafeRichAI * __this, RichFunnel * fn, float deltaTime, Vector3 * nextPosition, Quaternion * nextRotation, MethodInfo * method)); DO_APP_FUNC(0x008C2610, void, StrafeRichAI_FinalMovement, (StrafeRichAI * __this, Vector3 position3D, float deltaTime, float distanceToEndOfPath, float slowdownFactor, Vector3 * nextPosition, Quaternion * nextRotation, MethodInfo * method)); DO_APP_FUNC(0x008C3050, Vector2, StrafeRichAI_CalculateWallForce, (StrafeRichAI * __this, Vector2 position, float elevation, Vector2 directionToTarget, MethodInfo * method)); DO_APP_FUNC(0x008C3620, void, StrafeRichAI__ctor, (StrafeRichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x008C3670, void, AlignToGroundFloatSetter_Awake, (AlignToGroundFloatSetter * __this, MethodInfo * method)); DO_APP_FUNC(0x008C3780, void, AlignToGroundFloatSetter_FixedUpdate, (AlignToGroundFloatSetter * __this, MethodInfo * method)); DO_APP_FUNC(0x008C3D10, void, AlignToGroundFloatSetter__ctor, (AlignToGroundFloatSetter * __this, MethodInfo * method)); DO_APP_FUNC(0x008C3DB0, void, AlignToGroundRotation_Awake, (AlignToGroundRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x008C3FC0, void, AlignToGroundRotation_Update, (AlignToGroundRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x008C4570, void, AlignToGroundRotation_LateUpdate, (AlignToGroundRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x008C4A00, float, AlignToGroundRotation_GetAngle, (AlignToGroundRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x008C4BB0, float, AlignToGroundRotation_GetYPos, (AlignToGroundRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x008C4D60, float, AlignToGroundRotation_GetAlignToGroundValue, (AlignToGroundRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x008C4D70, void, AlignToGroundRotation_LerpToZero, (AlignToGroundRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x008C4D90, void, AlignToGroundRotation_OnDisable, (AlignToGroundRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x008C4DA0, void, AlignToGroundRotation__ctor, (AlignToGroundRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x008C4E70, void, AmplifyOutline_Awake, (AmplifyOutline * __this, MethodInfo * method)); DO_APP_FUNC(0x008C51D0, void, AmplifyOutline_OnCanStartInteract, (AmplifyOutline * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB650, AmplifyOutline_OnCanStartInteract__MethodInfo); DO_APP_FUNC(0x008C52A0, void, AmplifyOutline_OnCannotStartInteract, (AmplifyOutline * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB658, AmplifyOutline_OnCannotStartInteract__MethodInfo); DO_APP_FUNC(0x008C5370, void, AmplifyOutline_SetMaxDistance, (AmplifyOutline * __this, float maxDistance, MethodInfo * method)); DO_APP_FUNC(0x008C53D0, void, AmplifyOutline_OnDestroy, (AmplifyOutline * __this, MethodInfo * method)); DO_APP_FUNC(0x008C5590, void, AmplifyOutline__ctor, (AmplifyOutline * __this, MethodInfo * method)); DO_APP_FUNC(0x008C5670, void, AnimalGateBehaviour_Awake, (AnimalGateBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008C5720, void, AnimalGateBehaviour_Attached, (AnimalGateBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008C58E0, void, AnimalGateBehaviour_OnSpawnPointName, (AnimalGateBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB628, AnimalGateBehaviour_OnSpawnPointName__MethodInfo); DO_APP_FUNC(0x008C5C90, void, AnimalGateBehaviour__ctor, (AnimalGateBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008C5CE0, bool, AnimalGateBehaviour__OnSpawnPointName_b__3_0, (AnimalGateBehaviour * __this, AnimalGateSpawnPoint * spawnPoint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB610, AnimalGateBehaviour__OnSpawnPointName_b__3_0__MethodInfo); DO_APP_FUNC(0x008C5E10, void, AnnaBlendShapes_Awake, (AnnaBlendShapes * __this, MethodInfo * method)); DO_APP_FUNC(0x008C5EA0, void, AnnaBlendShapes_Update, (AnnaBlendShapes * __this, MethodInfo * method)); DO_APP_FUNC(0x008C5F60, void, AnnaBlendShapes_SetPreset, (AnnaBlendShapes * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x008C5FD0, void, AnnaBlendShapes_Clear, (AnnaBlendShapes * __this, MethodInfo * method)); DO_APP_FUNC(0x008C60A0, void, AnnaBlendShapes_SetForDuration, (AnnaBlendShapes * __this, float length, String * name, MethodInfo * method)); DO_APP_FUNC(0x008C61C0, IEnumerator *, AnnaBlendShapes_DelayClear, (AnnaBlendShapes * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x008C6270, void, AnnaBlendShapes__ctor, (AnnaBlendShapes * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AnnaBlendShapes_DelayClear_d_8__ctor, (AnnaBlendShapes_DelayClear_d_8 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AnnaBlendShapes_DelayClear_d_8_System_IDisposable_Dispose, (AnnaBlendShapes_DelayClear_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x008C62C0, bool, AnnaBlendShapes_DelayClear_d_8_MoveNext, (AnnaBlendShapes_DelayClear_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AnnaBlendShapes_DelayClear_d_8_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AnnaBlendShapes_DelayClear_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x008C6470, void, AnnaBlendShapes_DelayClear_d_8_System_Collections_IEnumerator_Reset, (AnnaBlendShapes_DelayClear_d_8 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB5B0, AnnaBlendShapes_DelayClear_d_8_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AnnaBlendShapes_DelayClear_d_8_System_Collections_IEnumerator_get_Current, (AnnaBlendShapes_DelayClear_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x008C64C0, void, AnnaIntro_Awake, (AnnaIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x008C6560, void, AnnaIntro_Start, (AnnaIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x008C6620, void, AnnaIntro_LockIntroDoors, (AnnaIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x008C66B0, void, AnnaIntro_EnableIntro, (AnnaIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x008C68A0, void, AnnaIntro_OnTriggerEntered, (AnnaIntro * __this, int32_t part, MethodInfo * method)); DO_APP_FUNC(0x008C6BD0, IEnumerator *, AnnaIntro_AnnaExit, (AnnaIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x008C6C70, void, AnnaIntro__ctor, (AnnaIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AnnaIntro_AnnaExit_d_22__ctor, (AnnaIntro_AnnaExit_d_22 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AnnaIntro_AnnaExit_d_22_System_IDisposable_Dispose, (AnnaIntro_AnnaExit_d_22 * __this, MethodInfo * method)); DO_APP_FUNC(0x008C6CC0, bool, AnnaIntro_AnnaExit_d_22_MoveNext, (AnnaIntro_AnnaExit_d_22 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AnnaIntro_AnnaExit_d_22_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AnnaIntro_AnnaExit_d_22 * __this, MethodInfo * method)); DO_APP_FUNC(0x008C7650, void, AnnaIntro_AnnaExit_d_22_System_Collections_IEnumerator_Reset, (AnnaIntro_AnnaExit_d_22 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB580, AnnaIntro_AnnaExit_d_22_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AnnaIntro_AnnaExit_d_22_System_Collections_IEnumerator_get_Current, (AnnaIntro_AnnaExit_d_22 * __this, MethodInfo * method)); DO_APP_FUNC(0x008C76A0, void, AnnaIntroTrigger_OnTriggerEnter, (AnnaIntroTrigger * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x005C5C50, void, AnnaIntroTrigger__ctor, (AnnaIntroTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x008C7770, void, AmbienceLoop_Awake, (AmbienceLoop * __this, MethodInfo * method)); DO_APP_FUNC(0x008C7C60, void, AmbienceLoop_OnGlobalGoatBurnEvent, (AmbienceLoop * __this, int32_t number, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB558, AmbienceLoop_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x008C7C70, void, AmbienceLoop_OnTriggerEnter, (AmbienceLoop * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x008C7E10, void, AmbienceLoop_OnTriggerExit, (AmbienceLoop * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x008C7FB0, void, AmbienceLoop_TryStartAmbience, (AmbienceLoop * __this, MethodInfo * method)); DO_APP_FUNC(0x008C81D0, void, AmbienceLoop_TryStopAmbience, (AmbienceLoop * __this, MethodInfo * method)); DO_APP_FUNC(0x008C8400, IEnumerator *, AmbienceLoop_FadeInAmbienceLoop, (AmbienceLoop * __this, AmbienceLoop_AmbienceLoopDefinition * def, MethodInfo * method)); DO_APP_FUNC(0x008C8510, IEnumerator *, AmbienceLoop_FadeOutAmbienceLoop, (AmbienceLoop * __this, AmbienceLoop_AmbienceLoopDefinition * def, MethodInfo * method)); DO_APP_FUNC(0x008C8620, void, AmbienceLoop_OnDestroy, (AmbienceLoop * __this, MethodInfo * method)); DO_APP_FUNC(0x008C8700, void, AmbienceLoop__ctor, (AmbienceLoop * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AmbienceLoop_AmbienceLoopDefinition__ctor, (AmbienceLoop_AmbienceLoopDefinition * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AmbienceLoop_FadeInAmbienceLoop_d_13__ctor, (AmbienceLoop_FadeInAmbienceLoop_d_13 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AmbienceLoop_FadeInAmbienceLoop_d_13_System_IDisposable_Dispose, (AmbienceLoop_FadeInAmbienceLoop_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x008C8750, bool, AmbienceLoop_FadeInAmbienceLoop_d_13_MoveNext, (AmbienceLoop_FadeInAmbienceLoop_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AmbienceLoop_FadeInAmbienceLoop_d_13_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AmbienceLoop_FadeInAmbienceLoop_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x008C8B00, void, AmbienceLoop_FadeInAmbienceLoop_d_13_System_Collections_IEnumerator_Reset, (AmbienceLoop_FadeInAmbienceLoop_d_13 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB520, AmbienceLoop_FadeInAmbienceLoop_d_13_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AmbienceLoop_FadeInAmbienceLoop_d_13_System_Collections_IEnumerator_get_Current, (AmbienceLoop_FadeInAmbienceLoop_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AmbienceLoop_FadeOutAmbienceLoop_d_14__ctor, (AmbienceLoop_FadeOutAmbienceLoop_d_14 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AmbienceLoop_FadeOutAmbienceLoop_d_14_System_IDisposable_Dispose, (AmbienceLoop_FadeOutAmbienceLoop_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x008C8B50, bool, AmbienceLoop_FadeOutAmbienceLoop_d_14_MoveNext, (AmbienceLoop_FadeOutAmbienceLoop_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AmbienceLoop_FadeOutAmbienceLoop_d_14_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AmbienceLoop_FadeOutAmbienceLoop_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x008C8E70, void, AmbienceLoop_FadeOutAmbienceLoop_d_14_System_Collections_IEnumerator_Reset, (AmbienceLoop_FadeOutAmbienceLoop_d_14 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB518, AmbienceLoop_FadeOutAmbienceLoop_d_14_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AmbienceLoop_FadeOutAmbienceLoop_d_14_System_Collections_IEnumerator_get_Current, (AmbienceLoop_FadeOutAmbienceLoop_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x008C8EC0, void, AmbienceLoopDistanceTrigger_Awake, (AmbienceLoopDistanceTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x008C92D0, void, AmbienceLoopDistanceTrigger_OnTriggerEnter, (AmbienceLoopDistanceTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x008C9550, void, AmbienceLoopDistanceTrigger_OnTriggerExit, (AmbienceLoopDistanceTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AmbienceLoopDistanceTrigger__ctor, (AmbienceLoopDistanceTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x008C97C0, void, AmbienceLoopParentTrigger_Awake, (AmbienceLoopParentTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x008C98B0, void, AmbienceLoopParentTrigger_OnTriggerEnter, (AmbienceLoopParentTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x008C9C20, void, AmbienceLoopParentTrigger_OnTriggerExit, (AmbienceLoopParentTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AmbienceLoopParentTrigger__ctor, (AmbienceLoopParentTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x008C9F80, void, AmbientRandomAudio_Awake, (AmbientRandomAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x008CA380, void, AmbientRandomAudio_Start, (AmbientRandomAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x008CA4E0, void, AmbientRandomAudio_Update, (AmbientRandomAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x008CACC0, void, AmbientRandomAudio_OnGlobalGoatBurnEvent, (AmbientRandomAudio * __this, int32_t number, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB4B8, AmbientRandomAudio_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x008CB070, void, AmbientRandomAudio_OnTriggerEnter, (AmbientRandomAudio * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x008CB340, void, AmbientRandomAudio_OnTriggerExit, (AmbientRandomAudio * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x008CB5E0, void, AmbientRandomAudio_Mute, (AmbientRandomAudio * __this, float time, MethodInfo * method)); DO_APP_FUNC(0x008CB710, void, AmbientRandomAudio_Unmute, (AmbientRandomAudio * __this, float time, MethodInfo * method)); DO_APP_FUNC(0x008CB860, IEnumerator *, AmbientRandomAudio_FadeOutRandomAudioSource, (AmbientRandomAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x008CB900, void, AmbientRandomAudio_OnDestroy, (AmbientRandomAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AmbientRandomAudio__ctor, (AmbientRandomAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x008CB9E0, void, AmbientRandomAudio_RandomAudio__ctor, (AmbientRandomAudio_RandomAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AmbientRandomAudio_FadeOutRandomAudioSource_d_31__ctor, (AmbientRandomAudio_FadeOutRandomAudioSource_d_31 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AmbientRandomAudio_FadeOutRandomAudioSource_d_31_System_IDisposable_Dispose, (AmbientRandomAudio_FadeOutRandomAudioSource_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x008CBAD0, bool, AmbientRandomAudio_FadeOutRandomAudioSource_d_31_MoveNext, (AmbientRandomAudio_FadeOutRandomAudioSource_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AmbientRandomAudio_FadeOutRandomAudioSource_d_31_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AmbientRandomAudio_FadeOutRandomAudioSource_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x008CBCF0, void, AmbientRandomAudio_FadeOutRandomAudioSource_d_31_System_Collections_IEnumerator_Reset, (AmbientRandomAudio_FadeOutRandomAudioSource_d_31 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB478, AmbientRandomAudio_FadeOutRandomAudioSource_d_31_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AmbientRandomAudio_FadeOutRandomAudioSource_d_31_System_Collections_IEnumerator_get_Current, (AmbientRandomAudio_FadeOutRandomAudioSource_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x008CBD40, void, AudioEffectsManager_SetInVent, (AudioEffectsManager * __this, bool isInVent, MethodInfo * method)); DO_APP_FUNC(0x008CBD70, void, AudioEffectsManager_SetInVent_1, (AudioEffectsManager * __this, bool isInVent, bool instantUpdate, MethodInfo * method)); DO_APP_FUNC(0x008CBDB0, void, AudioEffectsManager_Update, (AudioEffectsManager * __this, MethodInfo * method)); DO_APP_FUNC(0x008CBED0, void, AudioEffectsManager_UpdateEffectValues, (AudioEffectsManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AudioEffectsManager__ctor, (AudioEffectsManager * __this, MethodInfo * method)); DO_APP_FUNC(0x008CC030, float, AudioOcclusion_get_defaultCutoffFrequency, (AudioOcclusion * __this, MethodInfo * method)); DO_APP_FUNC(0x008CC040, void, AudioOcclusion_set_defaultCutoffFrequency, (AudioOcclusion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x008CC050, void, AudioOcclusion_Awake, (AudioOcclusion * __this, MethodInfo * method)); DO_APP_FUNC(0x008CC910, void, AudioOcclusion_Start, (AudioOcclusion * __this, MethodInfo * method)); DO_APP_FUNC(0x008CCE20, void, AudioOcclusion_FixedUpdate, (AudioOcclusion * __this, MethodInfo * method)); DO_APP_FUNC(0x008CE1F0, void, AudioOcclusion_LerpTo, (AudioOcclusion * __this, float targetValue, MethodInfo * method)); DO_APP_FUNC(0x008CE390, void, AudioOcclusion_Update, (AudioOcclusion * __this, MethodInfo * method)); DO_APP_FUNC(0x008CE5B0, bool, AudioOcclusion_LineIsClear, (AudioOcclusion * __this, Vector3 a, Vector3 b, MethodInfo * method)); DO_APP_FUNC(0x008CEB50, void, AudioOcclusion_OnEnable, (AudioOcclusion * __this, MethodInfo * method)); DO_APP_FUNC(0x008CEDD0, void, AudioOcclusion_OnDisable, (AudioOcclusion * __this, MethodInfo * method)); DO_APP_FUNC(0x008CEEF0, void, AudioOcclusion_PlayImmediately, (AudioOcclusion * __this, MethodInfo * method)); DO_APP_FUNC(0x008CEF70, void, AudioOcclusion__ctor, (AudioOcclusion * __this, MethodInfo * method)); DO_APP_FUNC(0x008CEFD0, void, AudioOcclusionManager_Awake, (AudioOcclusionManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AudioOcclusionManager__ctor, (AudioOcclusionManager * __this, MethodInfo * method)); DO_APP_FUNC(0x008CF2B0, void, AudioOcclusionProxy_Awake, (AudioOcclusionProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x008CF4A0, void, AudioOcclusionProxy_Update, (AudioOcclusionProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AudioOcclusionProxy__ctor, (AudioOcclusionProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x008CF590, void, AudioOutOfRangeDisabler_Awake, (AudioOutOfRangeDisabler * __this, MethodInfo * method)); DO_APP_FUNC(0x008CF6C0, void, AudioOutOfRangeDisabler_FixedUpdate, (AudioOutOfRangeDisabler * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AudioOutOfRangeDisabler__ctor, (AudioOutOfRangeDisabler * __this, MethodInfo * method)); DO_APP_FUNC(0x008CFD90, void, AudioTrigger_OnTriggerEnter, (AudioTrigger * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x008D0130, void, AudioTrigger_OnTriggerExit, (AudioTrigger * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x008D0330, void, AudioTrigger__ctor, (AudioTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x0049A660, void, BGMController_Awake, (BGMController * __this, MethodInfo * method)); DO_APP_FUNC(0x008D0390, void, BGMController_Start, (BGMController * __this, MethodInfo * method)); DO_APP_FUNC(0x008D0720, void, BGMController_OnGlobalGoatBurnEvent, (BGMController * __this, int32_t progress, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB388, BGMController_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x008D0730, void, BGMController_PlayBGM, (BGMController * __this, int32_t progress, bool enrage, MethodInfo * method)); DO_APP_FUNC(0x008D0D00, void, BGMController_PlayInitialBGM, (BGMController * __this, MethodInfo * method)); DO_APP_FUNC(0x008D0D20, void, BGMController_StopAllBGMs, (BGMController * __this, MethodInfo * method)); DO_APP_FUNC(0x008D0EF0, void, BGMController_MuteAllBGMs, (BGMController * __this, float time, MethodInfo * method)); DO_APP_FUNC(0x008D1070, void, BGMController_UnmuteAllBGMs, (BGMController * __this, float time, MethodInfo * method)); DO_APP_FUNC(0x008D1200, void, BGMController_Fade, (BGMController * __this, BGMController_BGM * bgm, float time, float volume, float fadeInDelay, MethodInfo * method)); DO_APP_FUNC(0x008D1430, void, BGMController_OnTriggerEnter, (BGMController * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x008D1610, void, BGMController_OnTriggerExit, (BGMController * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x008D1800, void, BGMController_SetPlayerInTrigger, (BGMController * __this, bool _playerInTrigger, MethodInfo * method)); DO_APP_FUNC(0x008D1B80, void, BGMController_OnAnnaEnrageStart, (BGMController * __this, GameObject * azazel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB380, BGMController_OnAnnaEnrageStart__MethodInfo); DO_APP_FUNC(0x008D1BB0, void, BGMController_OnAnnaEnrageEnd, (BGMController * __this, GameObject * azazel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB3A0, BGMController_OnAnnaEnrageEnd__MethodInfo); DO_APP_FUNC(0x008D1BE0, void, BGMController_OnDestroy, (BGMController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, BGMController__ctor, (BGMController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BGMController_BGM__ctor, (BGMController_BGM * __this, MethodInfo * method)); DO_APP_FUNC(0x008D1DB0, void, CameraAudioController_Awake, (CameraAudioController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CameraAudioController_OnAnnaEnrageStart, (CameraAudioController * __this, GameObject * anna, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB280, CameraAudioController_OnAnnaEnrageStart__MethodInfo); DO_APP_FUNC(0x008D1E90, void, CameraAudioController_OnDestroy, (CameraAudioController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, CameraAudioController__ctor, (CameraAudioController * __this, MethodInfo * method)); DO_APP_FUNC(0x008D1F70, void, ColliderAudio_Start, (ColliderAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x008D2000, void, ColliderAudio_OnCollisionEnter, (ColliderAudio * __this, Collision * collision, MethodInfo * method)); DO_APP_FUNC(0x008D2150, void, ColliderAudio__ctor, (ColliderAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, Dialogue__ctor, (Dialogue * __this, MethodInfo * method)); DO_APP_FUNC(0x008D21A0, void, DialogueHint_Start, (DialogueHint * __this, MethodInfo * method)); DO_APP_FUNC(0x008D22F0, void, DialogueHint_Update, (DialogueHint * __this, MethodInfo * method)); DO_APP_FUNC(0x008D2410, void, DialogueHint_StartTimer, (DialogueHint * __this, MethodInfo * method)); DO_APP_FUNC(0x008D24A0, void, DialogueHint_StopTimer, (DialogueHint * __this, MethodInfo * method)); DO_APP_FUNC(0x008D24B0, void, DialogueHint_OnTriggerEnter, (DialogueHint * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x008D2580, void, DialogueHint_OnTriggerExit, (DialogueHint * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x008D25E0, IEnumerator *, DialogueHint_PlayDialogue, (DialogueHint * __this, MethodInfo * method)); DO_APP_FUNC(0x0046A830, void, DialogueHint_OnResetGame, (DialogueHint * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB210, DialogueHint_OnResetGame__MethodInfo); DO_APP_FUNC(0x0046A830, void, DialogueHint_OnKillAbility, (DialogueHint * __this, GameObject * cultist, String * killedBy, String * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB240, DialogueHint_OnKillAbility__MethodInfo); DO_APP_FUNC(0x0046A830, void, DialogueHint_Reset, (DialogueHint * __this, MethodInfo * method)); DO_APP_FUNC(0x008D2680, bool, DialogueHint_HasPlayed, (DialogueHint * __this, MethodInfo * method)); DO_APP_FUNC(0x008D2690, void, DialogueHint_OnDestroy, (DialogueHint * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, DialogueHint__ctor, (DialogueHint * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DialogueHint_PlayDialogue_d_15__ctor, (DialogueHint_PlayDialogue_d_15 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DialogueHint_PlayDialogue_d_15_System_IDisposable_Dispose, (DialogueHint_PlayDialogue_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x008D27E0, bool, DialogueHint_PlayDialogue_d_15_MoveNext, (DialogueHint_PlayDialogue_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, DialogueHint_PlayDialogue_d_15_System_Collections_Generic_IEnumerator_System_Object__get_Current, (DialogueHint_PlayDialogue_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x008D2A50, void, DialogueHint_PlayDialogue_d_15_System_Collections_IEnumerator_Reset, (DialogueHint_PlayDialogue_d_15 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB1A0, DialogueHint_PlayDialogue_d_15_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, DialogueHint_PlayDialogue_d_15_System_Collections_IEnumerator_get_Current, (DialogueHint_PlayDialogue_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x008D2AA0, void, DialogueHintCanceller_OnTriggerEnter, (DialogueHintCanceller * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, DialogueHintCanceller__ctor, (DialogueHintCanceller * __this, MethodInfo * method)); DO_APP_FUNC(0x008D2B10, void, DialogueLine__ctor, (DialogueLine * __this, MethodInfo * method)); DO_APP_FUNC(0x008D2B20, void, DialogueManager_Start, (DialogueManager * __this, MethodInfo * method)); DO_APP_FUNC(0x008D2C60, AudioSource *, DialogueManager_GetAudioSource, (DialogueManager * __this, DialogueManager_DialogueSpeaker__Enum speaker, MethodInfo * method)); DO_APP_FUNC(0x008D2E80, bool, DialogueManager_TakeLock, (DialogueManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00681CC0, void, DialogueManager_ReleaseLock, (DialogueManager * __this, MethodInfo * method)); DO_APP_FUNC(0x008D2E90, IEnumerator *, DialogueManager_PlayDialogueLine, (DialogueManager * __this, DialogueLine * dialogueLine, MethodInfo * method)); DO_APP_FUNC(0x008D2FA0, void, DialogueManager_OnResetGame, (DialogueManager * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB178, DialogueManager_OnResetGame__MethodInfo); DO_APP_FUNC(0x008D2FA0, void, DialogueManager_OnKillAbility, (DialogueManager * __this, GameObject * cultist, String * killedBy, String * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB190, DialogueManager_OnKillAbility__MethodInfo); DO_APP_FUNC(0x008D2FB0, void, DialogueManager_Reset, (DialogueManager * __this, MethodInfo * method)); DO_APP_FUNC(0x008D3030, void, DialogueManager_OnDestroy, (DialogueManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, DialogueManager__ctor, (DialogueManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DialogueManager_PlayDialogueLine_d_9__ctor, (DialogueManager_PlayDialogueLine_d_9 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DialogueManager_PlayDialogueLine_d_9_System_IDisposable_Dispose, (DialogueManager_PlayDialogueLine_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x008D3180, bool, DialogueManager_PlayDialogueLine_d_9_MoveNext, (DialogueManager_PlayDialogueLine_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, DialogueManager_PlayDialogueLine_d_9_System_Collections_Generic_IEnumerator_System_Object__get_Current, (DialogueManager_PlayDialogueLine_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x008D37C0, void, DialogueManager_PlayDialogueLine_d_9_System_Collections_IEnumerator_Reset, (DialogueManager_PlayDialogueLine_d_9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB0F8, DialogueManager_PlayDialogueLine_d_9_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, DialogueManager_PlayDialogueLine_d_9_System_Collections_IEnumerator_get_Current, (DialogueManager_PlayDialogueLine_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x008D3810, void, DialogueManual_Start, (DialogueManual * __this, MethodInfo * method)); DO_APP_FUNC(0x008D3950, IEnumerator *, DialogueManual_PlayDialogue, (DialogueManual * __this, MethodInfo * method)); DO_APP_FUNC(0x008D39F0, void, DialogueManual_StartDialogue, (DialogueManual * __this, MethodInfo * method)); DO_APP_FUNC(0x0046A830, void, DialogueManual_OnResetGame, (DialogueManual * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB0C8, DialogueManual_OnResetGame__MethodInfo); DO_APP_FUNC(0x0046A830, void, DialogueManual_OnKillAbility, (DialogueManual * __this, GameObject * cultist, String * killedBy, String * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB0E8, DialogueManual_OnKillAbility__MethodInfo); DO_APP_FUNC(0x0046A830, void, DialogueManual_Reset, (DialogueManual * __this, MethodInfo * method)); DO_APP_FUNC(0x008D3C00, void, DialogueManual_OnDestroy, (DialogueManual * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, DialogueManual__ctor, (DialogueManual * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DialogueManual_PlayDialogue_d_2__ctor, (DialogueManual_PlayDialogue_d_2 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DialogueManual_PlayDialogue_d_2_System_IDisposable_Dispose, (DialogueManual_PlayDialogue_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x008D27E0, bool, DialogueManual_PlayDialogue_d_2_MoveNext, (DialogueManual_PlayDialogue_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, DialogueManual_PlayDialogue_d_2_System_Collections_Generic_IEnumerator_System_Object__get_Current, (DialogueManual_PlayDialogue_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x008D3D50, void, DialogueManual_PlayDialogue_d_2_System_Collections_IEnumerator_Reset, (DialogueManual_PlayDialogue_d_2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB078, DialogueManual_PlayDialogue_d_2_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, DialogueManual_PlayDialogue_d_2_System_Collections_IEnumerator_get_Current, (DialogueManual_PlayDialogue_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x008D3DA0, void, DialogueTrigger_Start, (DialogueTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x008D3EE0, void, DialogueTrigger_OnTriggerEnter, (DialogueTrigger * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x008D40F0, void, DialogueTrigger_OnTriggerExit, (DialogueTrigger * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x008D4150, IEnumerator *, DialogueTrigger_PlayDialogue, (DialogueTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x0046A830, void, DialogueTrigger_OnResetGame, (DialogueTrigger * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB048, DialogueTrigger_OnResetGame__MethodInfo); DO_APP_FUNC(0x0046A830, void, DialogueTrigger_OnKillAbility, (DialogueTrigger * __this, GameObject * cultist, String * killedBy, String * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB068, DialogueTrigger_OnKillAbility__MethodInfo); DO_APP_FUNC(0x0046A830, void, DialogueTrigger_Reset, (DialogueTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x008D41F0, void, DialogueTrigger_OnDestroy, (DialogueTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, DialogueTrigger__ctor, (DialogueTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DialogueTrigger_PlayDialogue_d_7__ctor, (DialogueTrigger_PlayDialogue_d_7 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DialogueTrigger_PlayDialogue_d_7_System_IDisposable_Dispose, (DialogueTrigger_PlayDialogue_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x008D27E0, bool, DialogueTrigger_PlayDialogue_d_7_MoveNext, (DialogueTrigger_PlayDialogue_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, DialogueTrigger_PlayDialogue_d_7_System_Collections_Generic_IEnumerator_System_Object__get_Current, (DialogueTrigger_PlayDialogue_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x008D4340, void, DialogueTrigger_PlayDialogue_d_7_System_Collections_IEnumerator_Reset, (DialogueTrigger_PlayDialogue_d_7 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAFB8, DialogueTrigger_PlayDialogue_d_7_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, DialogueTrigger_PlayDialogue_d_7_System_Collections_IEnumerator_get_Current, (DialogueTrigger_PlayDialogue_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x008D4390, void, EnragedAudioController_PlayEnragedAudio, (EnragedAudioController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, EnragedAudioController__ctor, (EnragedAudioController * __this, MethodInfo * method)); DO_APP_FUNC(0x008D4530, void, LocalPlayer2DAudioTrigger_Awake, (LocalPlayer2DAudioTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x008D4640, void, LocalPlayer2DAudioTrigger_OnTriggerEnter, (LocalPlayer2DAudioTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x008D4900, void, LocalPlayer2DAudioTrigger_OnTriggerExit, (LocalPlayer2DAudioTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x008D4BC0, void, LocalPlayer2DAudioTrigger_Update, (LocalPlayer2DAudioTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x008D4D40, void, LocalPlayer2DAudioTrigger__ctor, (LocalPlayer2DAudioTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x008D4DA0, void, NoForestAudio_OnTriggerEnter, (NoForestAudio * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x008D4F50, void, NoForestAudio_OnTriggerExit, (NoForestAudio * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, NoForestAudio__ctor, (NoForestAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x008D50E0, void, NolanClothSounds_OnEnable, (NolanClothSounds * __this, MethodInfo * method)); DO_APP_FUNC(0x008D5260, void, NolanClothSounds_OnCharacterAbilityActive, (NolanClothSounds * __this, Ability * ability, bool active, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAF30, NolanClothSounds_OnCharacterAbilityActive__MethodInfo); DO_APP_FUNC(0x008D55A0, void, NolanClothSounds_OnLocalPlayerFootstep, (NolanClothSounds * __this, MethodInfo * method)); DO_APP_FUNC(0x008D5760, void, NolanClothSounds_Play, (NolanClothSounds * __this, MethodInfo * method)); DO_APP_FUNC(0x008D58F0, void, NolanClothSounds_OnDestroy, (NolanClothSounds * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, NolanClothSounds__ctor, (NolanClothSounds * __this, MethodInfo * method)); DO_APP_FUNC(0x008D5A20, void, OffsetAudio_Awake, (OffsetAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x008D5B40, void, OffsetAudio_Offset, (OffsetAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x008D5C60, void, OffsetAudio__ctor, (OffsetAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x008D5CC0, void, OutdoorsAudio_Awake, (OutdoorsAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x008D60F0, void, OutdoorsAudio_Initialize, (OutdoorsAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x008D6F60, void, OutdoorsAudio_StopAndPlay, (OutdoorsAudio * __this, AudioSource * audioSource, MethodInfo * method)); DO_APP_FUNC(0x008D7320, void, OutdoorsAudio_OnGlobalGoatBurnEvent, (OutdoorsAudio * __this, int32_t numObjectsBurned, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAE60, OutdoorsAudio_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x008D7340, void, OutdoorsAudio_UpdateWeather, (OutdoorsAudio * __this, int32_t numObjectsBurned, MethodInfo * method)); DO_APP_FUNC(0x008D7470, void, OutdoorsAudio_StartNormalRain, (OutdoorsAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x008D7480, void, OutdoorsAudio_StartHeavierRain, (OutdoorsAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x008D7490, void, OutdoorsAudio_StartThunderRain, (OutdoorsAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x008D74A0, void, OutdoorsAudio_SwitchToAudioType, (OutdoorsAudio * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x008D78F0, void, OutdoorsAudio_LateUpdate, (OutdoorsAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x008D8EA0, void, OutdoorsAudio_OnTriggerEnter, (OutdoorsAudio * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x008D8ED0, void, OutdoorsAudio_DoOnTriggerEnter, (OutdoorsAudio * __this, Collider * collider, bool _overrideIndoorsVolume, float _overrideIndoorsVolumeTo, MethodInfo * method)); DO_APP_FUNC(0x008D98C0, void, OutdoorsAudio_OnTriggerExit, (OutdoorsAudio * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x008D98F0, void, OutdoorsAudio_DoOnTriggerExit, (OutdoorsAudio * __this, Collider * collider, bool _overrideIndoorsVolume, float _overrideIndoorsVolumeTo, MethodInfo * method)); DO_APP_FUNC(0x008DA300, void, OutdoorsAudio_ForceOutdoors, (OutdoorsAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x008DA800, void, OutdoorsAudio_OnDestroy, (OutdoorsAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x008DA8E0, void, OutdoorsAudio__ctor, (OutdoorsAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x008DA9E0, void, OutdoorsAudio_AudioType__ctor, (OutdoorsAudio_AudioType * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OutdoorsAudio_c_DisplayClass39_0__ctor, (OutdoorsAudio_c_DisplayClass39_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x008DA9F0, void, OutdoorsAudio_c_DisplayClass39_0__DoOnTriggerEnter_b__0, (OutdoorsAudio_c_DisplayClass39_0 * __this, float cutoff, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAD50, OutdoorsAudio_c_DisplayClass39_0__DoOnTriggerEnter_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, OutdoorsAudio_c_DisplayClass41_0__ctor, (OutdoorsAudio_c_DisplayClass41_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x008DAB20, void, OutdoorsAudio_c_DisplayClass41_0__DoOnTriggerExit_b__0, (OutdoorsAudio_c_DisplayClass41_0 * __this, float cutoff, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAD30, OutdoorsAudio_c_DisplayClass41_0__DoOnTriggerExit_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, OutdoorsAudio_c_DisplayClass42_0__ctor, (OutdoorsAudio_c_DisplayClass42_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x008DAC50, void, OutdoorsAudio_c_DisplayClass42_0__ForceOutdoors_b__0, (OutdoorsAudio_c_DisplayClass42_0 * __this, float cutoff, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBACB8, OutdoorsAudio_c_DisplayClass42_0__ForceOutdoors_b__0__MethodInfo); DO_APP_FUNC(0x008DAD80, void, OutdoorsAudioChildCollider_Awake, (OutdoorsAudioChildCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x008DAE60, void, OutdoorsAudioChildCollider_OnTriggerEnter, (OutdoorsAudioChildCollider * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x008DAEA0, void, OutdoorsAudioChildCollider_OnTriggerExit, (OutdoorsAudioChildCollider * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x005E2300, void, OutdoorsAudioChildCollider__ctor, (OutdoorsAudioChildCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x008DAEE0, void, OutdoorsAudioWindowPoint_Start, (OutdoorsAudioWindowPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x008DAFC0, void, OutdoorsAudioWindowPoint_Update, (OutdoorsAudioWindowPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x008DB680, void, OutdoorsAudioWindowPoint__ctor, (OutdoorsAudioWindowPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x008DB6D0, void, PeriodicShake_Start, (PeriodicShake * __this, MethodInfo * method)); DO_APP_FUNC(0x008DB7B0, void, PeriodicShake_OnGlobalGoatBurnEvent, (PeriodicShake * __this, int32_t number, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC548, PeriodicShake_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x008DB810, void, PeriodicShake_Update, (PeriodicShake * __this, MethodInfo * method)); DO_APP_FUNC(0x008DBE30, void, PeriodicShake_OnTriggerEnter, (PeriodicShake * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x008DC110, void, PeriodicShake_OnTriggerExit, (PeriodicShake * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x008DC300, void, PeriodicShake_OnDestroy, (PeriodicShake * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, PeriodicShake__ctor, (PeriodicShake * __this, MethodInfo * method)); DO_APP_FUNC(0x008DC3E0, void, PlayRandomAudioClip_Awake, (PlayRandomAudioClip * __this, MethodInfo * method)); DO_APP_FUNC(0x008DC550, void, PlayRandomAudioClip_Start, (PlayRandomAudioClip * __this, MethodInfo * method)); DO_APP_FUNC(0x008DC620, void, PlayRandomAudioClip_OnGlobalGoatBurnEvent, (PlayRandomAudioClip * __this, int32_t number, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC540, PlayRandomAudioClip_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x008DC640, void, PlayRandomAudioClip_OnDestroy, (PlayRandomAudioClip * __this, MethodInfo * method)); DO_APP_FUNC(0x008DC720, void, PlayRandomAudioClip_Play, (PlayRandomAudioClip * __this, MethodInfo * method)); DO_APP_FUNC(0x008DCD20, void, PlayRandomAudioClip_PlayClip, (PlayRandomAudioClip * __this, AudioSource * source, AudioClip * clip, MethodInfo * method)); DO_APP_FUNC(0x008DCF10, IEnumerator *, PlayRandomAudioClip_PlayAgain, (PlayRandomAudioClip * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x008DCFC0, IEnumerator *, PlayRandomAudioClip_DisableOnPlayed, (PlayRandomAudioClip * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x008DD070, void, PlayRandomAudioClip_StopContinuousCoroutine, (PlayRandomAudioClip * __this, MethodInfo * method)); DO_APP_FUNC(0x008DD0E0, void, PlayRandomAudioClip_Stop, (PlayRandomAudioClip * __this, MethodInfo * method)); DO_APP_FUNC(0x008DD200, void, PlayRandomAudioClip__ctor, (PlayRandomAudioClip * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PlayRandomAudioClip_PlayAgain_d_26__ctor, (PlayRandomAudioClip_PlayAgain_d_26 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlayRandomAudioClip_PlayAgain_d_26_System_IDisposable_Dispose, (PlayRandomAudioClip_PlayAgain_d_26 * __this, MethodInfo * method)); DO_APP_FUNC(0x008DD260, bool, PlayRandomAudioClip_PlayAgain_d_26_MoveNext, (PlayRandomAudioClip_PlayAgain_d_26 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PlayRandomAudioClip_PlayAgain_d_26_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PlayRandomAudioClip_PlayAgain_d_26 * __this, MethodInfo * method)); DO_APP_FUNC(0x008DD590, void, PlayRandomAudioClip_PlayAgain_d_26_System_Collections_IEnumerator_Reset, (PlayRandomAudioClip_PlayAgain_d_26 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC520, PlayRandomAudioClip_PlayAgain_d_26_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PlayRandomAudioClip_PlayAgain_d_26_System_Collections_IEnumerator_get_Current, (PlayRandomAudioClip_PlayAgain_d_26 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PlayRandomAudioClip_DisableOnPlayed_d_27__ctor, (PlayRandomAudioClip_DisableOnPlayed_d_27 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlayRandomAudioClip_DisableOnPlayed_d_27_System_IDisposable_Dispose, (PlayRandomAudioClip_DisableOnPlayed_d_27 * __this, MethodInfo * method)); DO_APP_FUNC(0x008DD5E0, bool, PlayRandomAudioClip_DisableOnPlayed_d_27_MoveNext, (PlayRandomAudioClip_DisableOnPlayed_d_27 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PlayRandomAudioClip_DisableOnPlayed_d_27_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PlayRandomAudioClip_DisableOnPlayed_d_27 * __this, MethodInfo * method)); DO_APP_FUNC(0x008DD730, void, PlayRandomAudioClip_DisableOnPlayed_d_27_System_Collections_IEnumerator_Reset, (PlayRandomAudioClip_DisableOnPlayed_d_27 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC518, PlayRandomAudioClip_DisableOnPlayed_d_27_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PlayRandomAudioClip_DisableOnPlayed_d_27_System_Collections_IEnumerator_get_Current, (PlayRandomAudioClip_DisableOnPlayed_d_27 * __this, MethodInfo * method)); DO_APP_FUNC(0x008DD780, void, RoomReverbEffect_OnTriggerEnter, (RoomReverbEffect * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x008DD940, void, RoomReverbEffect_OnTriggerExit, (RoomReverbEffect * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x008DDB00, IEnumerator *, RoomReverbEffect_FadeReverbIn, (RoomReverbEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x008DDBA0, IEnumerator *, RoomReverbEffect_FadeReverbOut, (RoomReverbEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x00530500, void, RoomReverbEffect__ctor, (RoomReverbEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, RoomReverbEffect_FadeReverbIn_d_5__ctor, (RoomReverbEffect_FadeReverbIn_d_5 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RoomReverbEffect_FadeReverbIn_d_5_System_IDisposable_Dispose, (RoomReverbEffect_FadeReverbIn_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x008DDC40, bool, RoomReverbEffect_FadeReverbIn_d_5_MoveNext, (RoomReverbEffect_FadeReverbIn_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, RoomReverbEffect_FadeReverbIn_d_5_System_Collections_Generic_IEnumerator_System_Object__get_Current, (RoomReverbEffect_FadeReverbIn_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x008DDEA0, void, RoomReverbEffect_FadeReverbIn_d_5_System_Collections_IEnumerator_Reset, (RoomReverbEffect_FadeReverbIn_d_5 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC4F8, RoomReverbEffect_FadeReverbIn_d_5_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, RoomReverbEffect_FadeReverbIn_d_5_System_Collections_IEnumerator_get_Current, (RoomReverbEffect_FadeReverbIn_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, RoomReverbEffect_FadeReverbOut_d_6__ctor, (RoomReverbEffect_FadeReverbOut_d_6 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RoomReverbEffect_FadeReverbOut_d_6_System_IDisposable_Dispose, (RoomReverbEffect_FadeReverbOut_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x008DDEF0, bool, RoomReverbEffect_FadeReverbOut_d_6_MoveNext, (RoomReverbEffect_FadeReverbOut_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, RoomReverbEffect_FadeReverbOut_d_6_System_Collections_Generic_IEnumerator_System_Object__get_Current, (RoomReverbEffect_FadeReverbOut_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x008DE140, void, RoomReverbEffect_FadeReverbOut_d_6_System_Collections_IEnumerator_Reset, (RoomReverbEffect_FadeReverbOut_d_6 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC4F0, RoomReverbEffect_FadeReverbOut_d_6_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, RoomReverbEffect_FadeReverbOut_d_6_System_Collections_IEnumerator_get_Current, (RoomReverbEffect_FadeReverbOut_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x008DE190, void, ThunderHouseShake_Awake, (ThunderHouseShake * __this, MethodInfo * method)); DO_APP_FUNC(0x008DE280, void, ThunderHouseShake_PlayShakeSoundAndEffect, (ThunderHouseShake * __this, MethodInfo * method)); DO_APP_FUNC(0x008DEA20, void, ThunderHouseShake_OnTriggerEnter, (ThunderHouseShake * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x008DED90, void, ThunderHouseShake_OnTriggerExit, (ThunderHouseShake * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ThunderHouseShake__ctor, (ThunderHouseShake * __this, MethodInfo * method)); DO_APP_FUNC(0x008DEF80, void, ThunderHouseShakeChildCollider_Awake, (ThunderHouseShakeChildCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x008DF060, void, ThunderHouseShakeChildCollider_OnTriggerEnter, (ThunderHouseShakeChildCollider * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x008DF080, void, ThunderHouseShakeChildCollider_OnTriggerExit, (ThunderHouseShakeChildCollider * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ThunderHouseShakeChildCollider__ctor, (ThunderHouseShakeChildCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x008DF0A0, void, VentAudioTrigger_OnTriggerEnter, (VentAudioTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x008DF240, void, VentAudioTrigger_OnTriggerExit, (VentAudioTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x008DF3E0, void, VentAudioTrigger_OnDestroy, (VentAudioTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, VentAudioTrigger__ctor, (VentAudioTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x008DF410, void, WindowAudioTrigger_Awake, (WindowAudioTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x008DF630, void, WindowAudioTrigger_Start, (WindowAudioTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x008DF7F0, void, WindowAudioTrigger_Update, (WindowAudioTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x008DFCA0, void, WindowAudioTrigger_OnTriggerEnter, (WindowAudioTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x008E00B0, void, WindowAudioTrigger_OnTriggerExit, (WindowAudioTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x005DFFF0, void, WindowAudioTrigger__ctor, (WindowAudioTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AzazelSpeedTestController__ctor, (AzazelSpeedTestController * __this, MethodInfo * method)); DO_APP_FUNC(0x008E0250, void, Brightness_Start, (Brightness * __this, MethodInfo * method)); DO_APP_FUNC(0x008E03C0, Material *, Brightness_get_material, (Brightness * __this, MethodInfo * method)); DO_APP_FUNC(0x008E05B0, void, Brightness_OnDisable, (Brightness * __this, MethodInfo * method)); DO_APP_FUNC(0x008E0640, void, Brightness_OnRenderImage, (Brightness * __this, RenderTexture * source, RenderTexture * destination, MethodInfo * method)); DO_APP_FUNC(0x008E0700, void, Brightness__ctor, (Brightness * __this, MethodInfo * method)); DO_APP_FUNC(0x008E0750, void, CameraShake_Awake, (CameraShake * __this, MethodInfo * method)); DO_APP_FUNC(0x008E0B20, void, CameraShake_OnEnable, (CameraShake * __this, MethodInfo * method)); DO_APP_FUNC(0x008E0BB0, void, CameraShake_OnDisable, (CameraShake * __this, MethodInfo * method)); DO_APP_FUNC(0x008E0C30, void, CameraShake_Update, (CameraShake * __this, MethodInfo * method)); DO_APP_FUNC(0x008E1430, void, CameraShake_StopCameraShake, (CameraShake * __this, MethodInfo * method)); DO_APP_FUNC(0x008E1600, void, CameraShake_StartCameraShake, (CameraShake * __this, MethodInfo * method)); DO_APP_FUNC(0x008E1760, void, CameraShake__ctor, (CameraShake * __this, MethodInfo * method)); DO_APP_FUNC(0x008E17C0, void, CameraShakeLookAt_OnEnable, (CameraShakeLookAt * __this, MethodInfo * method)); DO_APP_FUNC(0x008E1990, void, CameraShakeLookAt_OnDisable, (CameraShakeLookAt * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, CameraShakeLookAt__ctor, (CameraShakeLookAt * __this, MethodInfo * method)); DO_APP_FUNC(0x008E1BF0, void, CarryGoatController_Awake, (CarryGoatController * __this, MethodInfo * method)); DO_APP_FUNC(0x008E1C90, void, CarryGoatController_EnableCarryGoat, (CarryGoatController * __this, bool enabled, MethodInfo * method)); DO_APP_FUNC(0x008E1E70, IEnumerator *, CarryGoatController_Bah, (CarryGoatController * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, CarryGoatController__ctor, (CarryGoatController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CarryGoatController_Bah_d_5__ctor, (CarryGoatController_Bah_d_5 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CarryGoatController_Bah_d_5_System_IDisposable_Dispose, (CarryGoatController_Bah_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x008E1F20, bool, CarryGoatController_Bah_d_5_MoveNext, (CarryGoatController_Bah_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CarryGoatController_Bah_d_5_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CarryGoatController_Bah_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x008E2050, void, CarryGoatController_Bah_d_5_System_Collections_IEnumerator_Reset, (CarryGoatController_Bah_d_5 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC478, CarryGoatController_Bah_d_5_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CarryGoatController_Bah_d_5_System_Collections_IEnumerator_get_Current, (CarryGoatController_Bah_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x008E20A0, void, CarryObjectOcclusion_Awake, (CarryObjectOcclusion * __this, MethodInfo * method)); DO_APP_FUNC(0x008E21E0, void, CarryObjectOcclusion_Update, (CarryObjectOcclusion * __this, MethodInfo * method)); DO_APP_FUNC(0x008E28A0, void, CarryObjectOcclusion__ctor, (CarryObjectOcclusion * __this, MethodInfo * method)); DO_APP_FUNC(0x008E29A0, void, CeilingLampController_Awake, (CeilingLampController * __this, MethodInfo * method)); DO_APP_FUNC(0x008E2A30, void, CeilingLampController_Start, (CeilingLampController * __this, MethodInfo * method)); DO_APP_FUNC(0x008E2B50, void, CeilingLampController_OnGlobalGoatBurnEvent, (CeilingLampController * __this, int32_t number, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC470, CeilingLampController_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x008E2D10, void, CeilingLampController_OnDestroy, (CeilingLampController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, CeilingLampController__ctor, (CeilingLampController * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, ChangePlayerCollisions_get_Collisions, (ChangePlayerCollisions * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, ChangePlayerCollisions_set_Collisions, (ChangePlayerCollisions * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x008E2DF0, void, ChangePlayerCollisions_OnTriggerEnter, (ChangePlayerCollisions * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x008E2FB0, void, ChangePlayerCollisions_OnTriggerExit, (ChangePlayerCollisions * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ChangePlayerCollisions__ctor, (ChangePlayerCollisions * __this, MethodInfo * method)); DO_APP_FUNC(0x008E3290, void, CharacterBehaviour_Awake, (CharacterBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008E3680, void, CharacterBehaviour_OnRemoteLookAtPosition, (CharacterBehaviour * __this, Vector3 lookAtPosition, MethodInfo * method)); DO_APP_FUNC(0x008E36B0, void, CharacterBehaviour_OnAbilityIndex, (CharacterBehaviour * __this, int32_t abilityIndex, MethodInfo * method)); DO_APP_FUNC(0x008E41B0, void, CharacterBehaviour_Attached, (CharacterBehaviour * __this, BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x008E4600, void, CharacterBehaviour_Update, (CharacterBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CharacterBehaviour_OnToggleVelocity, (CharacterBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC468, CharacterBehaviour_OnToggleVelocity__MethodInfo); DO_APP_FUNC(0x008E4A90, void, CharacterBehaviour_OnDestroy, (CharacterBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, CharacterBehaviour__ctor, (CharacterBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x008E4B60, bool, CharacterLoader_get_hasLoadedOutfit, (CharacterLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x008E4B70, void, CharacterLoader_set_hasLoadedOutfit, (CharacterLoader * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00584BF0, String *, CharacterLoader_get_loadedOutfit, (CharacterLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x008E4B80, void, CharacterLoader_set_loadedOutfit, (CharacterLoader * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x007F4830, String *, CharacterLoader_get_loadedRobe, (CharacterLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x008E4BE0, void, CharacterLoader_set_loadedRobe, (CharacterLoader * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x008E4C40, void, CharacterLoader_Awake, (CharacterLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x008E5090, void, CharacterLoader_Attached, (CharacterLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x008E5A30, void, CharacterLoader_OnOutfit, (CharacterLoader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC428, CharacterLoader_OnOutfit__MethodInfo); DO_APP_FUNC(0x008E6040, IEnumerator *, CharacterLoader_WaitForValidation, (CharacterLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x008E60E0, IEnumerator *, CharacterLoader_LoadOutfit, (CharacterLoader * __this, String * outfitName, String * robeName, String * flashlightName, MethodInfo * method)); DO_APP_FUNC(0x008E62B0, IEnumerator *, CharacterLoader_LoadRobeTexture, (CharacterLoader * __this, String * robeName, MethodInfo * method)); DO_APP_FUNC(0x008E63C0, IEnumerator *, CharacterLoader_LoadFlashlight, (CharacterLoader * __this, String * flashlightName, MethodInfo * method)); DO_APP_FUNC(0x008E64D0, IEnumerator *, CharacterLoader_DisableUpdateWhenOffscreen, (CharacterLoader * __this, SkinnedMeshRenderer * renderer, MethodInfo * method)); DO_APP_FUNC(0x008E6570, void, CharacterLoader_ReleaseHandles, (CharacterLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x008E6750, void, CharacterLoader_OnDestroy, (CharacterLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x008E6760, void, CharacterLoader__ctor, (CharacterLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CharacterLoader_WaitForValidation_d_36__ctor, (CharacterLoader_WaitForValidation_d_36 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CharacterLoader_WaitForValidation_d_36_System_IDisposable_Dispose, (CharacterLoader_WaitForValidation_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x008E69B0, bool, CharacterLoader_WaitForValidation_d_36_MoveNext, (CharacterLoader_WaitForValidation_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CharacterLoader_WaitForValidation_d_36_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CharacterLoader_WaitForValidation_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x008E7820, void, CharacterLoader_WaitForValidation_d_36_System_Collections_IEnumerator_Reset, (CharacterLoader_WaitForValidation_d_36 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC3F0, CharacterLoader_WaitForValidation_d_36_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CharacterLoader_WaitForValidation_d_36_System_Collections_IEnumerator_get_Current, (CharacterLoader_WaitForValidation_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CharacterLoader_LoadOutfit_d_37__ctor, (CharacterLoader_LoadOutfit_d_37 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CharacterLoader_LoadOutfit_d_37_System_IDisposable_Dispose, (CharacterLoader_LoadOutfit_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x008E7870, bool, CharacterLoader_LoadOutfit_d_37_MoveNext, (CharacterLoader_LoadOutfit_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CharacterLoader_LoadOutfit_d_37_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CharacterLoader_LoadOutfit_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x008E9DF0, void, CharacterLoader_LoadOutfit_d_37_System_Collections_IEnumerator_Reset, (CharacterLoader_LoadOutfit_d_37 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC3D0, CharacterLoader_LoadOutfit_d_37_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CharacterLoader_LoadOutfit_d_37_System_Collections_IEnumerator_get_Current, (CharacterLoader_LoadOutfit_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CharacterLoader_LoadRobeTexture_d_38__ctor, (CharacterLoader_LoadRobeTexture_d_38 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CharacterLoader_LoadRobeTexture_d_38_System_IDisposable_Dispose, (CharacterLoader_LoadRobeTexture_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x008E9E40, bool, CharacterLoader_LoadRobeTexture_d_38_MoveNext, (CharacterLoader_LoadRobeTexture_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CharacterLoader_LoadRobeTexture_d_38_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CharacterLoader_LoadRobeTexture_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x008EA4D0, void, CharacterLoader_LoadRobeTexture_d_38_System_Collections_IEnumerator_Reset, (CharacterLoader_LoadRobeTexture_d_38 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC3C8, CharacterLoader_LoadRobeTexture_d_38_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CharacterLoader_LoadRobeTexture_d_38_System_Collections_IEnumerator_get_Current, (CharacterLoader_LoadRobeTexture_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CharacterLoader_LoadFlashlight_d_39__ctor, (CharacterLoader_LoadFlashlight_d_39 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CharacterLoader_LoadFlashlight_d_39_System_IDisposable_Dispose, (CharacterLoader_LoadFlashlight_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x008EA520, bool, CharacterLoader_LoadFlashlight_d_39_MoveNext, (CharacterLoader_LoadFlashlight_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CharacterLoader_LoadFlashlight_d_39_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CharacterLoader_LoadFlashlight_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x008EB1D0, void, CharacterLoader_LoadFlashlight_d_39_System_Collections_IEnumerator_Reset, (CharacterLoader_LoadFlashlight_d_39 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC3C0, CharacterLoader_LoadFlashlight_d_39_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CharacterLoader_LoadFlashlight_d_39_System_Collections_IEnumerator_get_Current, (CharacterLoader_LoadFlashlight_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CharacterLoader_DisableUpdateWhenOffscreen_d_40__ctor, (CharacterLoader_DisableUpdateWhenOffscreen_d_40 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CharacterLoader_DisableUpdateWhenOffscreen_d_40_System_IDisposable_Dispose, (CharacterLoader_DisableUpdateWhenOffscreen_d_40 * __this, MethodInfo * method)); DO_APP_FUNC(0x008EB220, bool, CharacterLoader_DisableUpdateWhenOffscreen_d_40_MoveNext, (CharacterLoader_DisableUpdateWhenOffscreen_d_40 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CharacterLoader_DisableUpdateWhenOffscreen_d_40_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CharacterLoader_DisableUpdateWhenOffscreen_d_40 * __this, MethodInfo * method)); DO_APP_FUNC(0x008EB3E0, void, CharacterLoader_DisableUpdateWhenOffscreen_d_40_System_Collections_IEnumerator_Reset, (CharacterLoader_DisableUpdateWhenOffscreen_d_40 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC3B8, CharacterLoader_DisableUpdateWhenOffscreen_d_40_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CharacterLoader_DisableUpdateWhenOffscreen_d_40_System_Collections_IEnumerator_get_Current, (CharacterLoader_DisableUpdateWhenOffscreen_d_40 * __this, MethodInfo * method)); DO_APP_FUNC(0x008EB430, void, ColliderEnabler_OnTriggerEnter, (ColliderEnabler * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x008EB6A0, void, ColliderEnabler_Reset, (ColliderEnabler * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ColliderEnabler__ctor, (ColliderEnabler * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, CutsceneCharacter__ctor, (CutsceneCharacter * __this, MethodInfo * method)); DO_APP_FUNC(0x008EB760, IEnumerator *, CutsceneCharacterLoader_LoadOutfit, (CutsceneCharacterLoader * __this, String * name, IPlayerState * state, Transform * parent, MethodInfo * method)); DO_APP_FUNC(0x008EB930, IEnumerator *, CutsceneCharacterLoader_LoadRobeTexture, (CutsceneCharacterLoader * __this, IPlayerState * state, Renderer__Array * skinnedMeshRenderers, MethodInfo * method)); DO_APP_FUNC(0x008EBAA0, IEnumerator *, CutsceneCharacterLoader_LoadFlashlight, (CutsceneCharacterLoader * __this, String * flashlightName, MethodInfo * method)); DO_APP_FUNC(0x008EBBB0, void, CutsceneCharacterLoader_ShowFlashlight, (CutsceneCharacterLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x008EC310, void, CutsceneCharacterLoader_OnDestroy, (CutsceneCharacterLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, CutsceneCharacterLoader__ctor, (CutsceneCharacterLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CutsceneCharacterLoader_LoadOutfit_d_4__ctor, (CutsceneCharacterLoader_LoadOutfit_d_4 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CutsceneCharacterLoader_LoadOutfit_d_4_System_IDisposable_Dispose, (CutsceneCharacterLoader_LoadOutfit_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x008EC4B0, bool, CutsceneCharacterLoader_LoadOutfit_d_4_MoveNext, (CutsceneCharacterLoader_LoadOutfit_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CutsceneCharacterLoader_LoadOutfit_d_4_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CutsceneCharacterLoader_LoadOutfit_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x008ED000, void, CutsceneCharacterLoader_LoadOutfit_d_4_System_Collections_IEnumerator_Reset, (CutsceneCharacterLoader_LoadOutfit_d_4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC390, CutsceneCharacterLoader_LoadOutfit_d_4_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CutsceneCharacterLoader_LoadOutfit_d_4_System_Collections_IEnumerator_get_Current, (CutsceneCharacterLoader_LoadOutfit_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CutsceneCharacterLoader_LoadRobeTexture_d_5__ctor, (CutsceneCharacterLoader_LoadRobeTexture_d_5 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CutsceneCharacterLoader_LoadRobeTexture_d_5_System_IDisposable_Dispose, (CutsceneCharacterLoader_LoadRobeTexture_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x008ED050, bool, CutsceneCharacterLoader_LoadRobeTexture_d_5_MoveNext, (CutsceneCharacterLoader_LoadRobeTexture_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CutsceneCharacterLoader_LoadRobeTexture_d_5_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CutsceneCharacterLoader_LoadRobeTexture_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x008ED5E0, void, CutsceneCharacterLoader_LoadRobeTexture_d_5_System_Collections_IEnumerator_Reset, (CutsceneCharacterLoader_LoadRobeTexture_d_5 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC388, CutsceneCharacterLoader_LoadRobeTexture_d_5_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CutsceneCharacterLoader_LoadRobeTexture_d_5_System_Collections_IEnumerator_get_Current, (CutsceneCharacterLoader_LoadRobeTexture_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CutsceneCharacterLoader_LoadFlashlight_d_6__ctor, (CutsceneCharacterLoader_LoadFlashlight_d_6 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CutsceneCharacterLoader_LoadFlashlight_d_6_System_IDisposable_Dispose, (CutsceneCharacterLoader_LoadFlashlight_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x008ED630, bool, CutsceneCharacterLoader_LoadFlashlight_d_6_MoveNext, (CutsceneCharacterLoader_LoadFlashlight_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CutsceneCharacterLoader_LoadFlashlight_d_6_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CutsceneCharacterLoader_LoadFlashlight_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x008EDE50, void, CutsceneCharacterLoader_LoadFlashlight_d_6_System_Collections_IEnumerator_Reset, (CutsceneCharacterLoader_LoadFlashlight_d_6 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC380, CutsceneCharacterLoader_LoadFlashlight_d_6_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CutsceneCharacterLoader_LoadFlashlight_d_6_System_Collections_IEnumerator_get_Current, (CutsceneCharacterLoader_LoadFlashlight_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AnimationEventStubber_PlayFootStep, (AnimationEventStubber * __this, int32_t footIndex, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AnimationEventStubber_PlayBoneSnap, (AnimationEventStubber * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AnimationEventStubber_PlayClaws, (AnimationEventStubber * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AnimationEventStubber_Footstep, (AnimationEventStubber * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AnimationEventStubber_BloodSpurt, (AnimationEventStubber * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AnimationEventStubber_MaskOff, (AnimationEventStubber * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AnimationEventStubber_StoodUp, (AnimationEventStubber * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AnimationEventStubber_Flap, (AnimationEventStubber * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AnimationEventStubber_IdleLookAround, (AnimationEventStubber * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AnimationEventStubber__ctor, (AnimationEventStubber * __this, MethodInfo * method)); DO_APP_FUNC(0x008EDEA0, void, AsylumAltarEndingController_Awake, (AsylumAltarEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008EEB50, void, AsylumAltarEndingController_Start, (AsylumAltarEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008EECA0, IEnumerator *, AsylumAltarEndingController_TriggerZap, (AsylumAltarEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008EED40, void, AsylumAltarEndingController_OnDestroy, (AsylumAltarEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AsylumAltarEndingController__ctor, (AsylumAltarEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsylumAltarEndingController_c_DisplayClass15_0__ctor, (AsylumAltarEndingController_c_DisplayClass15_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x008EF270, bool, AsylumAltarEndingController_c_DisplayClass15_0__Awake_b__0, (AsylumAltarEndingController_c_DisplayClass15_0 * __this, TrackAsset * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC370, AsylumAltarEndingController_c_DisplayClass15_0__Awake_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, AsylumAltarEndingController_TriggerZap_d_17__ctor, (AsylumAltarEndingController_TriggerZap_d_17 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsylumAltarEndingController_TriggerZap_d_17_System_IDisposable_Dispose, (AsylumAltarEndingController_TriggerZap_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x008EF3B0, bool, AsylumAltarEndingController_TriggerZap_d_17_MoveNext, (AsylumAltarEndingController_TriggerZap_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AsylumAltarEndingController_TriggerZap_d_17_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AsylumAltarEndingController_TriggerZap_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x008EF6E0, void, AsylumAltarEndingController_TriggerZap_d_17_System_Collections_IEnumerator_Reset, (AsylumAltarEndingController_TriggerZap_d_17 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC330, AsylumAltarEndingController_TriggerZap_d_17_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AsylumAltarEndingController_TriggerZap_d_17_System_Collections_IEnumerator_get_Current, (AsylumAltarEndingController_TriggerZap_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsylumAltarEndingController_c_DisplayClass18_0__ctor, (AsylumAltarEndingController_c_DisplayClass18_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x008EF730, bool, AsylumAltarEndingController_c_DisplayClass18_0__OnDestroy_b__0, (AsylumAltarEndingController_c_DisplayClass18_0 * __this, TrackAsset * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC340, AsylumAltarEndingController_c_DisplayClass18_0__OnDestroy_b__0__MethodInfo); DO_APP_FUNC(0x008EF870, void, AsylumCanteenEndingController_Awake, (AsylumCanteenEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008F0260, void, AsylumCanteenEndingController_OnDestroy, (AsylumCanteenEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AsylumCanteenEndingController__ctor, (AsylumCanteenEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsylumCanteenEndingController_c_DisplayClass11_0__ctor, (AsylumCanteenEndingController_c_DisplayClass11_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x008F0560, bool, AsylumCanteenEndingController_c_DisplayClass11_0__Awake_b__0, (AsylumCanteenEndingController_c_DisplayClass11_0 * __this, TrackAsset * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC320, AsylumCanteenEndingController_c_DisplayClass11_0__Awake_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AsylumCanteenEndingController_c_DisplayClass12_0__ctor, (AsylumCanteenEndingController_c_DisplayClass12_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x008F06A0, bool, AsylumCanteenEndingController_c_DisplayClass12_0__OnDestroy_b__0, (AsylumCanteenEndingController_c_DisplayClass12_0 * __this, TrackAsset * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC310, AsylumCanteenEndingController_c_DisplayClass12_0__OnDestroy_b__0__MethodInfo); DO_APP_FUNC(0x008F07E0, void, AsylumMorgueEndingController_Awake, (AsylumMorgueEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008F1070, void, AsylumMorgueEndingController_Start, (AsylumMorgueEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008F11E0, IEnumerator *, AsylumMorgueEndingController_CloseMorgueLockerDoors, (AsylumMorgueEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008F1280, void, AsylumMorgueEndingController_EnableBehaviorTree, (AsylumMorgueEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008F1410, void, AsylumMorgueEndingController_OnDisable, (AsylumMorgueEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AsylumMorgueEndingController__ctor, (AsylumMorgueEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AsylumMorgueEndingController_CloseMorgueLockerDoors_d_20__ctor, (AsylumMorgueEndingController_CloseMorgueLockerDoors_d_20 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsylumMorgueEndingController_CloseMorgueLockerDoors_d_20_System_IDisposable_Dispose, (AsylumMorgueEndingController_CloseMorgueLockerDoors_d_20 * __this, MethodInfo * method)); DO_APP_FUNC(0x008F15C0, bool, AsylumMorgueEndingController_CloseMorgueLockerDoors_d_20_MoveNext, (AsylumMorgueEndingController_CloseMorgueLockerDoors_d_20 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AsylumMorgueEndingController_CloseMorgueLockerDoors_d_20_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AsylumMorgueEndingController_CloseMorgueLockerDoors_d_20 * __this, MethodInfo * method)); DO_APP_FUNC(0x008F1C90, void, AsylumMorgueEndingController_CloseMorgueLockerDoors_d_20_System_Collections_IEnumerator_Reset, (AsylumMorgueEndingController_CloseMorgueLockerDoors_d_20 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC2E0, AsylumMorgueEndingController_CloseMorgueLockerDoors_d_20_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AsylumMorgueEndingController_CloseMorgueLockerDoors_d_20_System_Collections_IEnumerator_get_Current, (AsylumMorgueEndingController_CloseMorgueLockerDoors_d_20 * __this, MethodInfo * method)); DO_APP_FUNC(0x008F1CE0, void, AsylumWinEndingController_Awake, (AsylumWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008F2030, void, AsylumWinEndingController_Start, (AsylumWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008F20E0, IEnumerator *, AsylumWinEndingController_SetHairLayer, (AsylumWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008F2180, void, AsylumWinEndingController_SetupPlayerPrefabs, (AsylumWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008F25B0, void, AsylumWinEndingController_SpawnPlayers, (AsylumWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008F2680, IEnumerator *, AsylumWinEndingController_SpawnPlayersInternal, (AsylumWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008F2720, void, AsylumWinEndingController_BurnMolly, (AsylumWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008F28E0, IEnumerator *, AsylumWinEndingController_BurnMollyInternal, (AsylumWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008F2980, void, AsylumWinEndingController__ctor, (AsylumWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, AsylumWinEndingController_PlayerPrefab__ctor, (AsylumWinEndingController_PlayerPrefab * __this, String * name, IPlayerState * state, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AsylumWinEndingController_SetHairLayer_d_14__ctor, (AsylumWinEndingController_SetHairLayer_d_14 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsylumWinEndingController_SetHairLayer_d_14_System_IDisposable_Dispose, (AsylumWinEndingController_SetHairLayer_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x008F2A80, bool, AsylumWinEndingController_SetHairLayer_d_14_MoveNext, (AsylumWinEndingController_SetHairLayer_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AsylumWinEndingController_SetHairLayer_d_14_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AsylumWinEndingController_SetHairLayer_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x008F2CD0, void, AsylumWinEndingController_SetHairLayer_d_14_System_Collections_IEnumerator_Reset, (AsylumWinEndingController_SetHairLayer_d_14 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC288, AsylumWinEndingController_SetHairLayer_d_14_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AsylumWinEndingController_SetHairLayer_d_14_System_Collections_IEnumerator_get_Current, (AsylumWinEndingController_SetHairLayer_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsylumWinEndingController_c_DisplayClass17_0__ctor, (AsylumWinEndingController_c_DisplayClass17_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x008F2D20, bool, AsylumWinEndingController_c_DisplayClass17_0__SpawnPlayersInternal_b__0, (AsylumWinEndingController_c_DisplayClass17_0 * __this, PlayableBinding output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC278, AsylumWinEndingController_c_DisplayClass17_0__SpawnPlayersInternal_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, AsylumWinEndingController_SpawnPlayersInternal_d_17__ctor, (AsylumWinEndingController_SpawnPlayersInternal_d_17 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsylumWinEndingController_SpawnPlayersInternal_d_17_System_IDisposable_Dispose, (AsylumWinEndingController_SpawnPlayersInternal_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x008F2DC0, bool, AsylumWinEndingController_SpawnPlayersInternal_d_17_MoveNext, (AsylumWinEndingController_SpawnPlayersInternal_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AsylumWinEndingController_SpawnPlayersInternal_d_17_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AsylumWinEndingController_SpawnPlayersInternal_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x008F3480, void, AsylumWinEndingController_SpawnPlayersInternal_d_17_System_Collections_IEnumerator_Reset, (AsylumWinEndingController_SpawnPlayersInternal_d_17 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC268, AsylumWinEndingController_SpawnPlayersInternal_d_17_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AsylumWinEndingController_SpawnPlayersInternal_d_17_System_Collections_IEnumerator_get_Current, (AsylumWinEndingController_SpawnPlayersInternal_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AsylumWinEndingController_BurnMollyInternal_d_19__ctor, (AsylumWinEndingController_BurnMollyInternal_d_19 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsylumWinEndingController_BurnMollyInternal_d_19_System_IDisposable_Dispose, (AsylumWinEndingController_BurnMollyInternal_d_19 * __this, MethodInfo * method)); DO_APP_FUNC(0x008F34D0, bool, AsylumWinEndingController_BurnMollyInternal_d_19_MoveNext, (AsylumWinEndingController_BurnMollyInternal_d_19 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AsylumWinEndingController_BurnMollyInternal_d_19_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AsylumWinEndingController_BurnMollyInternal_d_19 * __this, MethodInfo * method)); DO_APP_FUNC(0x008F36C0, void, AsylumWinEndingController_BurnMollyInternal_d_19_System_Collections_IEnumerator_Reset, (AsylumWinEndingController_BurnMollyInternal_d_19 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC248, AsylumWinEndingController_BurnMollyInternal_d_19_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AsylumWinEndingController_BurnMollyInternal_d_19_System_Collections_IEnumerator_get_Current, (AsylumWinEndingController_BurnMollyInternal_d_19 * __this, MethodInfo * method)); DO_APP_FUNC(0x008F3710, void, AsylumWinMollyController_Awake, (AsylumWinMollyController * __this, MethodInfo * method)); DO_APP_FUNC(0x008F37A0, void, AsylumWinMollyController_OnAnimatorIK, (AsylumWinMollyController * __this, MethodInfo * method)); DO_APP_FUNC(0x00660380, void, AsylumWinMollyController_LookAtCamera, (AsylumWinMollyController * __this, MethodInfo * method)); DO_APP_FUNC(0x008F3980, void, AsylumWinMollyController_StopLookAtCamera, (AsylumWinMollyController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AsylumWinMollyController__ctor, (AsylumWinMollyController * __this, MethodInfo * method)); DO_APP_FUNC(0x008F3990, void, CutsceneCrowController_Bite, (CutsceneCrowController * __this, MethodInfo * method)); DO_APP_FUNC(0x008F4030, void, CutsceneCrowController_OnDestroy, (CutsceneCrowController * __this, MethodInfo * method)); DO_APP_FUNC(0x008F41A0, void, CutsceneCrowController__ctor, (CutsceneCrowController * __this, MethodInfo * method)); DO_APP_FUNC(0x008F42A0, void, CutscenePlayerLookAt_Awake, (CutscenePlayerLookAt * __this, MethodInfo * method)); DO_APP_FUNC(0x008F4330, void, CutscenePlayerLookAt_OnAnimatorIK, (CutscenePlayerLookAt * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, CutscenePlayerLookAt__ctor, (CutscenePlayerLookAt * __this, MethodInfo * method)); DO_APP_FUNC(0x008F4570, void, FailEnding1Controller_Awake, (FailEnding1Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x008F4850, void, FailEnding1Controller_ActivateMainFire, (FailEnding1Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x008F4960, void, FailEnding1Controller_OnDisable, (FailEnding1Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, FailEnding1Controller__ctor, (FailEnding1Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x008F4AC0, void, FailEnding2Controller_Awake, (FailEnding2Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x008F4EF0, void, FailEnding2Controller_Start, (FailEnding2Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x008F51E0, void, FailEnding2Controller_WalkToCage, (FailEnding2Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x008F5460, void, FailEnding2Controller_OnDisable, (FailEnding2Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x008F5580, IEnumerator *, FailEnding2Controller_DisableIKTarget, (FailEnding2Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x008F5620, void, FailEnding2Controller_Update, (FailEnding2Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, FailEnding2Controller__ctor, (FailEnding2Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, FailEnding2Controller_DisableIKTarget_d_18__ctor, (FailEnding2Controller_DisableIKTarget_d_18 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FailEnding2Controller_DisableIKTarget_d_18_System_IDisposable_Dispose, (FailEnding2Controller_DisableIKTarget_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x008F6080, bool, FailEnding2Controller_DisableIKTarget_d_18_MoveNext, (FailEnding2Controller_DisableIKTarget_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, FailEnding2Controller_DisableIKTarget_d_18_System_Collections_Generic_IEnumerator_System_Object__get_Current, (FailEnding2Controller_DisableIKTarget_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x008F61C0, void, FailEnding2Controller_DisableIKTarget_d_18_System_Collections_IEnumerator_Reset, (FailEnding2Controller_DisableIKTarget_d_18 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC220, FailEnding2Controller_DisableIKTarget_d_18_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, FailEnding2Controller_DisableIKTarget_d_18_System_Collections_IEnumerator_get_Current, (FailEnding2Controller_DisableIKTarget_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x008F6210, void, FailEnding3Controller_Awake, (FailEnding3Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x008F7390, void, FailEnding3Controller_OnEnable, (FailEnding3Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x008F7610, void, FailEnding3Controller_DemonsCrawlToPlayers, (FailEnding3Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x008F78F0, void, FailEnding3Controller_LookAtAnna, (FailEnding3Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x008F7A40, void, FailEnding3Controller_AnnaLookAtPlayer, (FailEnding3Controller * __this, Transform * target, MethodInfo * method)); DO_APP_FUNC(0x008F7AE0, void, FailEnding3Controller_OnDisable, (FailEnding3Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x008F7E40, void, FailEnding3Controller_OnDestroy, (FailEnding3Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, FailEnding3Controller__ctor, (FailEnding3Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FailEnding3Controller_c_DisplayClass17_0__ctor, (FailEnding3Controller_c_DisplayClass17_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x004982D0, int32_t, FailEnding3Controller_c_DisplayClass17_0__Awake_b__1, (FailEnding3Controller_c_DisplayClass17_0 * __this, AudioClip * scream, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC1E0, FailEnding3Controller_c_DisplayClass17_0__Awake_b__1__MethodInfo); DO_APP_FUNC(0x003AC050, void, FailEnding3Controller_c_DisplayClass17_1__ctor, (FailEnding3Controller_c_DisplayClass17_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x008F8140, bool, FailEnding3Controller_c_DisplayClass17_1__Awake_b__0, (FailEnding3Controller_c_DisplayClass17_1 * __this, TrackAsset * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC1D0, FailEnding3Controller_c_DisplayClass17_1__Awake_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, FailEnding3Controller_c_DisplayClass23_0__ctor, (FailEnding3Controller_c_DisplayClass23_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x008F8280, bool, FailEnding3Controller_c_DisplayClass23_0__OnDestroy_b__0, (FailEnding3Controller_c_DisplayClass23_0 * __this, TrackAsset * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC1B0, FailEnding3Controller_c_DisplayClass23_0__OnDestroy_b__0__MethodInfo); DO_APP_FUNC(0x008F83C0, void, InnCaveEndingController_Awake, (InnCaveEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008F9840, void, InnCaveEndingController_SpidersCrawlToPlayers, (InnCaveEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008F9A20, void, InnCaveEndingController_AdjustEndingLightForZara, (InnCaveEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008F9C30, void, InnCaveEndingController_OnDisable, (InnCaveEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008F9FA0, void, InnCaveEndingController_OnDestroy, (InnCaveEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, InnCaveEndingController__ctor, (InnCaveEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InnCaveEndingController_c_DisplayClass21_0__ctor, (InnCaveEndingController_c_DisplayClass21_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x004982D0, int32_t, InnCaveEndingController_c_DisplayClass21_0__Awake_b__1, (InnCaveEndingController_c_DisplayClass21_0 * __this, AudioClip * scream, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC1A0, InnCaveEndingController_c_DisplayClass21_0__Awake_b__1__MethodInfo); DO_APP_FUNC(0x003AC050, void, InnCaveEndingController_c_DisplayClass21_1__ctor, (InnCaveEndingController_c_DisplayClass21_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x008FA2A0, bool, InnCaveEndingController_c_DisplayClass21_1__Awake_b__0, (InnCaveEndingController_c_DisplayClass21_1 * __this, TrackAsset * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC190, InnCaveEndingController_c_DisplayClass21_1__Awake_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, InnCaveEndingController_c_DisplayClass25_0__ctor, (InnCaveEndingController_c_DisplayClass25_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x008FA3E0, bool, InnCaveEndingController_c_DisplayClass25_0__OnDestroy_b__0, (InnCaveEndingController_c_DisplayClass25_0 * __this, TrackAsset * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC180, InnCaveEndingController_c_DisplayClass25_0__OnDestroy_b__0__MethodInfo); DO_APP_FUNC(0x008FA520, void, InnHidingSpotEndingController_Awake, (InnHidingSpotEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008FA7C0, void, InnHidingSpotEndingController_OnEnable, (InnHidingSpotEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008FA9A0, void, InnHidingSpotEndingController_OnDisable, (InnHidingSpotEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, InnHidingSpotEndingController__ctor, (InnHidingSpotEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008FAAF0, void, InnOnsenEndingController_Awake, (InnOnsenEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008FADB0, void, InnOnsenEndingController_OnDisable, (InnOnsenEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, InnOnsenEndingController__ctor, (InnOnsenEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008FAF00, void, InnWinEndingController_Awake, (InnWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008FB6B0, IEnumerator *, InnWinEndingController_PlayHoleDust, (InnWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008FB750, void, InnWinEndingController_FirstSpiderAttackZara, (InnWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008FB880, void, InnWinEndingController_SpidersAttackZara, (InnWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008FBA50, void, InnWinEndingController_ForceZaraDustOnFeet, (InnWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008FBB50, void, InnWinEndingController_OnDisable, (InnWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, InnWinEndingController__ctor, (InnWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, InnWinEndingController_PlayHoleDust_d_14__ctor, (InnWinEndingController_PlayHoleDust_d_14 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InnWinEndingController_PlayHoleDust_d_14_System_IDisposable_Dispose, (InnWinEndingController_PlayHoleDust_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x008FBE00, bool, InnWinEndingController_PlayHoleDust_d_14_MoveNext, (InnWinEndingController_PlayHoleDust_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, InnWinEndingController_PlayHoleDust_d_14_System_Collections_Generic_IEnumerator_System_Object__get_Current, (InnWinEndingController_PlayHoleDust_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x008FBF30, void, InnWinEndingController_PlayHoleDust_d_14_System_Collections_IEnumerator_Reset, (InnWinEndingController_PlayHoleDust_d_14 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC158, InnWinEndingController_PlayHoleDust_d_14_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, InnWinEndingController_PlayHoleDust_d_14_System_Collections_IEnumerator_get_Current, (InnWinEndingController_PlayHoleDust_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x008FBF80, void, IntroDirectorController_Awake, (IntroDirectorController * __this, MethodInfo * method)); DO_APP_FUNC(0x008FC1F0, void, IntroDirectorController_Start, (IntroDirectorController * __this, MethodInfo * method)); DO_APP_FUNC(0x008FC330, void, IntroDirectorController_Update, (IntroDirectorController * __this, MethodInfo * method)); DO_APP_FUNC(0x008FC900, bool, IntroDirectorController_IsPlaying, (IntroDirectorController * __this, MethodInfo * method)); DO_APP_FUNC(0x008FC910, IEnumerator *, IntroDirectorController_Stopped, (IntroDirectorController * __this, MethodInfo * method)); DO_APP_FUNC(0x008FC9B0, void, IntroDirectorController_OnStopped, (IntroDirectorController * __this, PlayableDirector * d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC150, IntroDirectorController_OnStopped__MethodInfo); DO_APP_FUNC(0x003AC000, void, IntroDirectorController__ctor, (IntroDirectorController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, IntroDirectorController_Stopped_d_13__ctor, (IntroDirectorController_Stopped_d_13 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IntroDirectorController_Stopped_d_13_System_IDisposable_Dispose, (IntroDirectorController_Stopped_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x008FCB00, bool, IntroDirectorController_Stopped_d_13_MoveNext, (IntroDirectorController_Stopped_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, IntroDirectorController_Stopped_d_13_System_Collections_Generic_IEnumerator_System_Object__get_Current, (IntroDirectorController_Stopped_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x008FCE40, void, IntroDirectorController_Stopped_d_13_System_Collections_IEnumerator_Reset, (IntroDirectorController_Stopped_d_13 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC130, IntroDirectorController_Stopped_d_13_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, IntroDirectorController_Stopped_d_13_System_Collections_IEnumerator_get_Current, (IntroDirectorController_Stopped_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x008FCE90, void, ManorCrowEndingController_Awake, (ManorCrowEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008FD440, void, ManorCrowEndingController_OnDestroy, (ManorCrowEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ManorCrowEndingController__ctor, (ManorCrowEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ManorCrowEndingController_c_DisplayClass6_0__ctor, (ManorCrowEndingController_c_DisplayClass6_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x008FD5E0, bool, ManorCrowEndingController_c_DisplayClass6_0__Awake_b__0, (ManorCrowEndingController_c_DisplayClass6_0 * __this, TrackAsset * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC128, ManorCrowEndingController_c_DisplayClass6_0__Awake_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, ManorCrowEndingController_c_DisplayClass7_0__ctor, (ManorCrowEndingController_c_DisplayClass7_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x008FD720, bool, ManorCrowEndingController_c_DisplayClass7_0__OnDestroy_b__0, (ManorCrowEndingController_c_DisplayClass7_0 * __this, TrackAsset * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC110, ManorCrowEndingController_c_DisplayClass7_0__OnDestroy_b__0__MethodInfo); DO_APP_FUNC(0x008FD860, void, ManorGraveEndingController_Awake, (ManorGraveEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008FDE30, void, ManorGraveEndingController_OnEnable, (ManorGraveEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008FDEE0, IEnumerator *, ManorGraveEndingController_Ragdoll, (ManorGraveEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008FDF80, void, ManorGraveEndingController_OnDisable, (ManorGraveEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ManorGraveEndingController__ctor, (ManorGraveEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ManorGraveEndingController_Ragdoll_d_6__ctor, (ManorGraveEndingController_Ragdoll_d_6 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ManorGraveEndingController_Ragdoll_d_6_System_IDisposable_Dispose, (ManorGraveEndingController_Ragdoll_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x008FE0E0, bool, ManorGraveEndingController_Ragdoll_d_6_MoveNext, (ManorGraveEndingController_Ragdoll_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ManorGraveEndingController_Ragdoll_d_6_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ManorGraveEndingController_Ragdoll_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x008FE840, void, ManorGraveEndingController_Ragdoll_d_6_System_Collections_IEnumerator_Reset, (ManorGraveEndingController_Ragdoll_d_6 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE520, ManorGraveEndingController_Ragdoll_d_6_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ManorGraveEndingController_Ragdoll_d_6_System_Collections_IEnumerator_get_Current, (ManorGraveEndingController_Ragdoll_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x008FE890, void, ManorIntroController_Awake, (ManorIntroController * __this, MethodInfo * method)); DO_APP_FUNC(0x008FE910, void, ManorIntroController_OnOutsideStart, (ManorIntroController * __this, MethodInfo * method)); DO_APP_FUNC(0x008FE9F0, void, ManorIntroController_OnOutsideEnd, (ManorIntroController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ManorIntroController__ctor, (ManorIntroController * __this, MethodInfo * method)); DO_APP_FUNC(0x008FEA60, void, ManorMirrorEndingController_Awake, (ManorMirrorEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ManorMirrorEndingController__ctor, (ManorMirrorEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008FF3B0, void, ManorWinEndingController_Awake, (ManorWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008FF7A0, void, ManorWinEndingController_Decapitate, (ManorWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008FF950, void, ManorWinEndingController_OnDisable, (ManorWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ManorWinEndingController__ctor, (ManorWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x008FFAB0, void, ManorWinEndingController__Decapitate_b__7_0, (ManorWinEndingController * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE508, ManorWinEndingController__Decapitate_b__7_0__MethodInfo); DO_APP_FUNC(0x008FFAD0, void, SignalEmitterWithTransformOffsets__ctor, (SignalEmitterWithTransformOffsets * __this, MethodInfo * method)); DO_APP_FUNC(0x008FFB10, void, SignalEmitterWithTransformOffsetsFullRot__ctor, (SignalEmitterWithTransformOffsetsFullRot * __this, MethodInfo * method)); DO_APP_FUNC(0x008FFB50, void, SignalEmitterWithVector3__ctor, (SignalEmitterWithVector3 * __this, MethodInfo * method)); DO_APP_FUNC(0x008FFB90, void, SignalEmitterWithVector3Vector3Float__ctor, (SignalEmitterWithVector3Vector3Float * __this, MethodInfo * method)); DO_APP_FUNC(0x008FFBD0, void, SignalReceiverWithTransformOffsets_OnNotify, (SignalReceiverWithTransformOffsets * __this, Playable origin, INotification * notification, Object * context, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SignalReceiverWithTransformOffsets__ctor, (SignalReceiverWithTransformOffsets * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SignalReceiverWithTransformOffsets_SignalAssetEventPair__ctor, (SignalReceiverWithTransformOffsets_SignalAssetEventPair * __this, MethodInfo * method)); DO_APP_FUNC(0x008FFF50, void, SignalReceiverWithTransformOffsets_SignalAssetEventPair_ParameterizedEvent__ctor, (SignalReceiverWithTransformOffsets_SignalAssetEventPair_ParameterizedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SignalReceiverWithTransformOffsets_c_DisplayClass2_0__ctor, (SignalReceiverWithTransformOffsets_c_DisplayClass2_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x008FFFE0, bool, SignalReceiverWithTransformOffsets_c_DisplayClass2_0__OnNotify_b__0, (SignalReceiverWithTransformOffsets_c_DisplayClass2_0 * __this, SignalReceiverWithTransformOffsets_SignalAssetEventPair * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE4C0, SignalReceiverWithTransformOffsets_c_DisplayClass2_0__OnNotify_b__0__MethodInfo); DO_APP_FUNC(0x00900010, void, SignalReceiverWithTransformOffsetsFullRot_OnNotify, (SignalReceiverWithTransformOffsetsFullRot * __this, Playable origin, INotification * notification, Object * context, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SignalReceiverWithTransformOffsetsFullRot__ctor, (SignalReceiverWithTransformOffsetsFullRot * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SignalReceiverWithTransformOffsetsFullRot_SignalAssetEventPair__ctor, (SignalReceiverWithTransformOffsetsFullRot_SignalAssetEventPair * __this, MethodInfo * method)); DO_APP_FUNC(0x009003B0, void, SignalReceiverWithTransformOffsetsFullRot_SignalAssetEventPair_ParameterizedEvent__ctor, (SignalReceiverWithTransformOffsetsFullRot_SignalAssetEventPair_ParameterizedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SignalReceiverWithTransformOffsetsFullRot_c_DisplayClass2_0__ctor, (SignalReceiverWithTransformOffsetsFullRot_c_DisplayClass2_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x008FFFE0, bool, SignalReceiverWithTransformOffsetsFullRot_c_DisplayClass2_0__OnNotify_b__0, (SignalReceiverWithTransformOffsetsFullRot_c_DisplayClass2_0 * __this, SignalReceiverWithTransformOffsetsFullRot_SignalAssetEventPair * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE468, SignalReceiverWithTransformOffsetsFullRot_c_DisplayClass2_0__OnNotify_b__0__MethodInfo); DO_APP_FUNC(0x00900440, void, SignalReceiverWithVector3_OnNotify, (SignalReceiverWithVector3 * __this, Playable origin, INotification * notification, Object * context, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SignalReceiverWithVector3__ctor, (SignalReceiverWithVector3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SignalReceiverWithVector3_SignalAssetEventPair__ctor, (SignalReceiverWithVector3_SignalAssetEventPair * __this, MethodInfo * method)); DO_APP_FUNC(0x009007B0, void, SignalReceiverWithVector3_SignalAssetEventPair_ParameterizedEvent__ctor, (SignalReceiverWithVector3_SignalAssetEventPair_ParameterizedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SignalReceiverWithVector3_c_DisplayClass2_0__ctor, (SignalReceiverWithVector3_c_DisplayClass2_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x008FFFE0, bool, SignalReceiverWithVector3_c_DisplayClass2_0__OnNotify_b__0, (SignalReceiverWithVector3_c_DisplayClass2_0 * __this, SignalReceiverWithVector3_SignalAssetEventPair * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE430, SignalReceiverWithVector3_c_DisplayClass2_0__OnNotify_b__0__MethodInfo); DO_APP_FUNC(0x00900840, void, SignalReceiverWithVector3Vector3Float_OnNotify, (SignalReceiverWithVector3Vector3Float * __this, Playable origin, INotification * notification, Object * context, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SignalReceiverWithVector3Vector3Float__ctor, (SignalReceiverWithVector3Vector3Float * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SignalReceiverWithVector3Vector3Float_SignalAssetEventPair__ctor, (SignalReceiverWithVector3Vector3Float_SignalAssetEventPair * __this, MethodInfo * method)); DO_APP_FUNC(0x00900BF0, void, SignalReceiverWithVector3Vector3Float_SignalAssetEventPair_ParameterizedEvent__ctor, (SignalReceiverWithVector3Vector3Float_SignalAssetEventPair_ParameterizedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SignalReceiverWithVector3Vector3Float_c_DisplayClass2_0__ctor, (SignalReceiverWithVector3Vector3Float_c_DisplayClass2_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x008FFFE0, bool, SignalReceiverWithVector3Vector3Float_c_DisplayClass2_0__OnNotify_b__0, (SignalReceiverWithVector3Vector3Float_c_DisplayClass2_0 * __this, SignalReceiverWithVector3Vector3Float_SignalAssetEventPair * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE3D8, SignalReceiverWithVector3Vector3Float_c_DisplayClass2_0__OnNotify_b__0__MethodInfo); DO_APP_FUNC(0x00900C80, void, SlaughterhouseBoarEndingController_Awake, (SlaughterhouseBoarEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x00901A10, void, SlaughterhouseBoarEndingController_LookAtNathan, (SlaughterhouseBoarEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x00901B60, void, SlaughterhouseBoarEndingController_OnDisable, (SlaughterhouseBoarEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x00901D90, void, SlaughterhouseBoarEndingController_OnDestroy, (SlaughterhouseBoarEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SlaughterhouseBoarEndingController__ctor, (SlaughterhouseBoarEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SlaughterhouseBoarEndingController_c_DisplayClass7_0__ctor, (SlaughterhouseBoarEndingController_c_DisplayClass7_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00902090, bool, SlaughterhouseBoarEndingController_c_DisplayClass7_0__Awake_b__0, (SlaughterhouseBoarEndingController_c_DisplayClass7_0 * __this, PlayableBinding output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE3B8, SlaughterhouseBoarEndingController_c_DisplayClass7_0__Awake_b__0__MethodInfo); DO_APP_FUNC(0x009021C0, bool, SlaughterhouseBoarEndingController_c_DisplayClass7_0__Awake_b__1, (SlaughterhouseBoarEndingController_c_DisplayClass7_0 * __this, TrackAsset * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE3C0, SlaughterhouseBoarEndingController_c_DisplayClass7_0__Awake_b__1__MethodInfo); DO_APP_FUNC(0x003AC050, void, SlaughterhouseBoarEndingController_c_DisplayClass10_0__ctor, (SlaughterhouseBoarEndingController_c_DisplayClass10_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00902300, bool, SlaughterhouseBoarEndingController_c_DisplayClass10_0__OnDestroy_b__0, (SlaughterhouseBoarEndingController_c_DisplayClass10_0 * __this, TrackAsset * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE398, SlaughterhouseBoarEndingController_c_DisplayClass10_0__OnDestroy_b__0__MethodInfo); DO_APP_FUNC(0x00902440, void, SlaughterhouseDunkerEndingController_Awake, (SlaughterhouseDunkerEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x00902CC0, void, SlaughterhouseDunkerEndingController_OnDisable, (SlaughterhouseDunkerEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x00902EF0, void, SlaughterhouseDunkerEndingController_OnDestroy, (SlaughterhouseDunkerEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SlaughterhouseDunkerEndingController__ctor, (SlaughterhouseDunkerEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x00903130, void, SlaughterhouseDunkerEndingController_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SlaughterhouseDunkerEndingController_c__ctor, (SlaughterhouseDunkerEndingController_c * __this, MethodInfo * method)); DO_APP_FUNC(0x009031E0, bool, SlaughterhouseDunkerEndingController_c__Awake_b__4_0, (SlaughterhouseDunkerEndingController_c * __this, TrackAsset * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE378, SlaughterhouseDunkerEndingController_c__Awake_b__4_0__MethodInfo); DO_APP_FUNC(0x00903270, bool, SlaughterhouseDunkerEndingController_c__OnDestroy_b__6_0, (SlaughterhouseDunkerEndingController_c * __this, TrackAsset * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE360, SlaughterhouseDunkerEndingController_c__OnDestroy_b__6_0__MethodInfo); DO_APP_FUNC(0x00903300, void, SlaughterhouseDunkerEndingNathanController_Awake, (SlaughterhouseDunkerEndingNathanController * __this, MethodInfo * method)); DO_APP_FUNC(0x00903390, void, SlaughterhouseDunkerEndingNathanController_OnAnimatorIK, (SlaughterhouseDunkerEndingNathanController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SlaughterhouseDunkerEndingNathanController__ctor, (SlaughterhouseDunkerEndingNathanController * __this, MethodInfo * method)); DO_APP_FUNC(0x00903580, void, SlaughterhouseIntroController_Awake, (SlaughterhouseIntroController * __this, MethodInfo * method)); DO_APP_FUNC(0x00903650, void, SlaughterhouseIntroController_OnHookShotStart, (SlaughterhouseIntroController * __this, MethodInfo * method)); DO_APP_FUNC(0x00903790, void, SlaughterhouseIntroController_OnHookShotEnd, (SlaughterhouseIntroController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SlaughterhouseIntroController__ctor, (SlaughterhouseIntroController * __this, MethodInfo * method)); DO_APP_FUNC(0x00903870, void, SlaughterhouseKitchenEndingController_Awake, (SlaughterhouseKitchenEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x009046D0, void, SlaughterhouseKitchenEndingController_OnDisable, (SlaughterhouseKitchenEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x00904900, void, SlaughterhouseKitchenEndingController_OnDestroy, (SlaughterhouseKitchenEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SlaughterhouseKitchenEndingController__ctor, (SlaughterhouseKitchenEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x00904CC0, void, SlaughterhouseKitchenEndingController_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SlaughterhouseKitchenEndingController_c__ctor, (SlaughterhouseKitchenEndingController_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00904D70, bool, SlaughterhouseKitchenEndingController_c__Awake_b__3_0, (SlaughterhouseKitchenEndingController_c * __this, TrackAsset * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE338, SlaughterhouseKitchenEndingController_c__Awake_b__3_0__MethodInfo); DO_APP_FUNC(0x00904E00, bool, SlaughterhouseKitchenEndingController_c__OnDestroy_b__5_0, (SlaughterhouseKitchenEndingController_c * __this, TrackAsset * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE320, SlaughterhouseKitchenEndingController_c__OnDestroy_b__5_0__MethodInfo); DO_APP_FUNC(0x00904E90, void, SlaughterhouseWinEndingController_Awake, (SlaughterhouseWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x00905660, void, SlaughterhouseWinEndingController_FadeOutParticles, (SlaughterhouseWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x009058D0, IEnumerator *, SlaughterhouseWinEndingController_FadeOutParticlesInternal, (SlaughterhouseWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x00905970, void, SlaughterhouseWinEndingController_PlayHookSwing, (SlaughterhouseWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x00905AF0, void, SlaughterhouseWinEndingController_HideNathanRenderers, (SlaughterhouseWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x00905B90, void, SlaughterhouseWinEndingController_OnDisable, (SlaughterhouseWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x00905DC0, void, SlaughterhouseWinEndingController_OnDestroy, (SlaughterhouseWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x00906000, void, SlaughterhouseWinEndingController__ctor, (SlaughterhouseWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x00906110, void, SlaughterhouseWinEndingController__PlayHookSwing_b__15_0, (SlaughterhouseWinEndingController * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE2F8, SlaughterhouseWinEndingController__PlayHookSwing_b__15_0__MethodInfo); DO_APP_FUNC(0x00906130, void, SlaughterhouseWinEndingController_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SlaughterhouseWinEndingController_c__ctor, (SlaughterhouseWinEndingController_c * __this, MethodInfo * method)); DO_APP_FUNC(0x009061E0, bool, SlaughterhouseWinEndingController_c__Awake_b__12_0, (SlaughterhouseWinEndingController_c * __this, TrackAsset * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE308, SlaughterhouseWinEndingController_c__Awake_b__12_0__MethodInfo); DO_APP_FUNC(0x00906270, bool, SlaughterhouseWinEndingController_c__OnDestroy_b__18_0, (SlaughterhouseWinEndingController_c * __this, TrackAsset * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE2F0, SlaughterhouseWinEndingController_c__OnDestroy_b__18_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, SlaughterhouseWinEndingController_FadeOutParticlesInternal_d_14__ctor, (SlaughterhouseWinEndingController_FadeOutParticlesInternal_d_14 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SlaughterhouseWinEndingController_FadeOutParticlesInternal_d_14_System_IDisposable_Dispose, (SlaughterhouseWinEndingController_FadeOutParticlesInternal_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x00906300, bool, SlaughterhouseWinEndingController_FadeOutParticlesInternal_d_14_MoveNext, (SlaughterhouseWinEndingController_FadeOutParticlesInternal_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SlaughterhouseWinEndingController_FadeOutParticlesInternal_d_14_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SlaughterhouseWinEndingController_FadeOutParticlesInternal_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x00906650, void, SlaughterhouseWinEndingController_FadeOutParticlesInternal_d_14_System_Collections_IEnumerator_Reset, (SlaughterhouseWinEndingController_FadeOutParticlesInternal_d_14 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE2E8, SlaughterhouseWinEndingController_FadeOutParticlesInternal_d_14_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SlaughterhouseWinEndingController_FadeOutParticlesInternal_d_14_System_Collections_IEnumerator_get_Current, (SlaughterhouseWinEndingController_FadeOutParticlesInternal_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x009066A0, void, TownGhostEndingController_Awake, (TownGhostEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x009076A0, void, TownGhostEndingController_GhostArrived, (TownGhostEndingController * __this, GameObject * ghost, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE2C8, TownGhostEndingController_GhostArrived__MethodInfo); DO_APP_FUNC(0x009077D0, void, TownGhostEndingController_PlayPlayerBloodSplashes, (TownGhostEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x00907900, void, TownGhostEndingController_LookAtSam, (TownGhostEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x00907A50, void, TownGhostEndingController_Update, (TownGhostEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x00907B40, void, TownGhostEndingController_SamLookAtCamera, (TownGhostEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x00907B50, void, TownGhostEndingController_OnDestroy, (TownGhostEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, TownGhostEndingController__ctor, (TownGhostEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TownGhostEndingController_c_DisplayClass17_0__ctor, (TownGhostEndingController_c_DisplayClass17_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x004982D0, int32_t, TownGhostEndingController_c_DisplayClass17_0__Awake_b__1, (TownGhostEndingController_c_DisplayClass17_0 * __this, AudioClip * scream, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE2D0, TownGhostEndingController_c_DisplayClass17_0__Awake_b__1__MethodInfo); DO_APP_FUNC(0x003AC050, void, TownGhostEndingController_c_DisplayClass17_1__ctor, (TownGhostEndingController_c_DisplayClass17_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00907E50, bool, TownGhostEndingController_c_DisplayClass17_1__Awake_b__0, (TownGhostEndingController_c_DisplayClass17_1 * __this, TrackAsset * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE2C0, TownGhostEndingController_c_DisplayClass17_1__Awake_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, TownGhostEndingController_c_DisplayClass23_0__ctor, (TownGhostEndingController_c_DisplayClass23_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00907F90, bool, TownGhostEndingController_c_DisplayClass23_0__OnDestroy_b__0, (TownGhostEndingController_c_DisplayClass23_0 * __this, TrackAsset * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE2A8, TownGhostEndingController_c_DisplayClass23_0__OnDestroy_b__0__MethodInfo); DO_APP_FUNC(0x009080D0, void, TownGraveyardEndingController_Awake, (TownGraveyardEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, TownGraveyardEndingController__ctor, (TownGraveyardEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x00908370, void, TownGraveyardEndingSamController_Awake, (TownGraveyardEndingSamController * __this, MethodInfo * method)); DO_APP_FUNC(0x00908400, void, TownGraveyardEndingSamController_OnAnimatorIK, (TownGraveyardEndingSamController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, TownGraveyardEndingSamController__ctor, (TownGraveyardEndingSamController * __this, MethodInfo * method)); DO_APP_FUNC(0x00908560, void, TownSaloonEndingController_Awake, (TownSaloonEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x00908A00, void, TownSaloonEndingController_OnEnable, (TownSaloonEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x00908AB0, IEnumerator *, TownSaloonEndingController_Ragdoll, (TownSaloonEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x00908B50, void, TownSaloonEndingController_OnDisable, (TownSaloonEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, TownSaloonEndingController__ctor, (TownSaloonEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TownSaloonEndingController_Ragdoll_d_7__ctor, (TownSaloonEndingController_Ragdoll_d_7 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TownSaloonEndingController_Ragdoll_d_7_System_IDisposable_Dispose, (TownSaloonEndingController_Ragdoll_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x00908CB0, bool, TownSaloonEndingController_Ragdoll_d_7_MoveNext, (TownSaloonEndingController_Ragdoll_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TownSaloonEndingController_Ragdoll_d_7_System_Collections_Generic_IEnumerator_System_Object__get_Current, (TownSaloonEndingController_Ragdoll_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x009090A0, void, TownSaloonEndingController_Ragdoll_d_7_System_Collections_IEnumerator_Reset, (TownSaloonEndingController_Ragdoll_d_7 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE288, TownSaloonEndingController_Ragdoll_d_7_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, TownSaloonEndingController_Ragdoll_d_7_System_Collections_IEnumerator_get_Current, (TownSaloonEndingController_Ragdoll_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x009090F0, void, TownSaloonEndingSamController_Awake, (TownSaloonEndingSamController * __this, MethodInfo * method)); DO_APP_FUNC(0x009091E0, void, TownSaloonEndingSamController_OnAnimatorIK, (TownSaloonEndingSamController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, TownSaloonEndingSamController__ctor, (TownSaloonEndingSamController * __this, MethodInfo * method)); DO_APP_FUNC(0x009096C0, void, TownWinEndingController_Awake, (TownWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x00909F80, void, TownWinEndingController_BurnSam, (TownWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x0090A4D0, void, TownWinEndingController_BurnChurch, (TownWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x0090A9E0, void, TownWinEndingController_SetupNightmareBurningMaterials, (TownWinEndingController * __this, IList_1_UnityEngine_Material_ * materials, MethodInfo * method)); DO_APP_FUNC(0x0090ADD0, void, TownWinEndingController_SetupNightmareBurningMat, (TownWinEndingController * __this, Material * mat, MethodInfo * method)); DO_APP_FUNC(0x0090B080, void, TownWinEndingController_OnDisable, (TownWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, TownWinEndingController__ctor, (TownWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x0090B1E0, void, TownWinEndingController__BurnSam_b__21_0, (TownWinEndingController * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE248, TownWinEndingController__BurnSam_b__21_0__MethodInfo); DO_APP_FUNC(0x0090B3A0, void, TownWinEndingController__BurnSam_b__21_1, (TownWinEndingController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE250, TownWinEndingController__BurnSam_b__21_1__MethodInfo); DO_APP_FUNC(0x0090B4E0, void, TownWinEndingController__BurnSam_b__21_2, (TownWinEndingController * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE210, TownWinEndingController__BurnSam_b__21_2__MethodInfo); DO_APP_FUNC(0x0090B6A0, void, WinEndingController_Awake, (WinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x0090BED0, void, WinEndingController_ActivateMainFire, (WinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x0090C040, void, WinEndingController_DeactivateMainFire, (WinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x0090C260, void, WinEndingController_SetupPlayerPrefabs, (WinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x0090C690, void, WinEndingController_SpawnAltarPlayers, (WinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x0090C740, IEnumerator *, WinEndingController_SpawnAltarPlayersInternal, (WinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x0090C7E0, void, WinEndingController_BoostFlames, (WinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x0090C890, IEnumerator *, WinEndingController_BoostFlamesInternal, (WinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x0090C930, void, WinEndingController_AnnaCatchFire, (WinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x0090CA40, IEnumerator *, WinEndingController_SlowDissolve, (WinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x0090CAE0, void, WinEndingController_FadeOutLightning, (WinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x0090CCB0, void, WinEndingController_OnDisable, (WinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x0090CE10, void, WinEndingController__ctor, (WinEndingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, WinEndingController_PlayerPrefab__ctor, (WinEndingController_PlayerPrefab * __this, String * name, IPlayerState * state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WinEndingController_c_DisplayClass24_0__ctor, (WinEndingController_c_DisplayClass24_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0090CF10, bool, WinEndingController_c_DisplayClass24_0__SpawnAltarPlayersInternal_b__0, (WinEndingController_c_DisplayClass24_0 * __this, PlayableBinding output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE1B0, WinEndingController_c_DisplayClass24_0__SpawnAltarPlayersInternal_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, WinEndingController_SpawnAltarPlayersInternal_d_24__ctor, (WinEndingController_SpawnAltarPlayersInternal_d_24 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WinEndingController_SpawnAltarPlayersInternal_d_24_System_IDisposable_Dispose, (WinEndingController_SpawnAltarPlayersInternal_d_24 * __this, MethodInfo * method)); DO_APP_FUNC(0x0090CFB0, bool, WinEndingController_SpawnAltarPlayersInternal_d_24_MoveNext, (WinEndingController_SpawnAltarPlayersInternal_d_24 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, WinEndingController_SpawnAltarPlayersInternal_d_24_System_Collections_Generic_IEnumerator_System_Object__get_Current, (WinEndingController_SpawnAltarPlayersInternal_d_24 * __this, MethodInfo * method)); DO_APP_FUNC(0x0090D7E0, void, WinEndingController_SpawnAltarPlayersInternal_d_24_System_Collections_IEnumerator_Reset, (WinEndingController_SpawnAltarPlayersInternal_d_24 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE1A8, WinEndingController_SpawnAltarPlayersInternal_d_24_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, WinEndingController_SpawnAltarPlayersInternal_d_24_System_Collections_IEnumerator_get_Current, (WinEndingController_SpawnAltarPlayersInternal_d_24 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, WinEndingController_BoostFlamesInternal_d_26__ctor, (WinEndingController_BoostFlamesInternal_d_26 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WinEndingController_BoostFlamesInternal_d_26_System_IDisposable_Dispose, (WinEndingController_BoostFlamesInternal_d_26 * __this, MethodInfo * method)); DO_APP_FUNC(0x0090D830, bool, WinEndingController_BoostFlamesInternal_d_26_MoveNext, (WinEndingController_BoostFlamesInternal_d_26 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, WinEndingController_BoostFlamesInternal_d_26_System_Collections_Generic_IEnumerator_System_Object__get_Current, (WinEndingController_BoostFlamesInternal_d_26 * __this, MethodInfo * method)); DO_APP_FUNC(0x0090DD90, void, WinEndingController_BoostFlamesInternal_d_26_System_Collections_IEnumerator_Reset, (WinEndingController_BoostFlamesInternal_d_26 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE198, WinEndingController_BoostFlamesInternal_d_26_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, WinEndingController_BoostFlamesInternal_d_26_System_Collections_IEnumerator_get_Current, (WinEndingController_BoostFlamesInternal_d_26 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, WinEndingController_SlowDissolve_d_28__ctor, (WinEndingController_SlowDissolve_d_28 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WinEndingController_SlowDissolve_d_28_System_IDisposable_Dispose, (WinEndingController_SlowDissolve_d_28 * __this, MethodInfo * method)); DO_APP_FUNC(0x0090DDE0, bool, WinEndingController_SlowDissolve_d_28_MoveNext, (WinEndingController_SlowDissolve_d_28 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, WinEndingController_SlowDissolve_d_28_System_Collections_Generic_IEnumerator_System_Object__get_Current, (WinEndingController_SlowDissolve_d_28 * __this, MethodInfo * method)); DO_APP_FUNC(0x0090E360, void, WinEndingController_SlowDissolve_d_28_System_Collections_IEnumerator_Reset, (WinEndingController_SlowDissolve_d_28 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE188, WinEndingController_SlowDissolve_d_28_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, WinEndingController_SlowDissolve_d_28_System_Collections_IEnumerator_get_Current, (WinEndingController_SlowDissolve_d_28 * __this, MethodInfo * method)); DO_APP_FUNC(0x0090E3B0, void, WinLeadupMusic_Awake, (WinLeadupMusic * __this, MethodInfo * method)); DO_APP_FUNC(0x0090E5E0, void, WinLeadupMusic_OnTriggerEnter, (WinLeadupMusic * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x0090E680, void, WinLeadupMusic_OnTriggerExit, (WinLeadupMusic * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x0090E6F0, void, WinLeadupMusic_OnGlobalGoatBurnEvent, (WinLeadupMusic * __this, int32_t numObjectsBurned, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE180, WinLeadupMusic_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x0090E860, IEnumerator *, WinLeadupMusic_FadeOutOnAnnaApproach, (WinLeadupMusic * __this, MethodInfo * method)); DO_APP_FUNC(0x0090E900, void, WinLeadupMusic_OnDestroy, (WinLeadupMusic * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, WinLeadupMusic__ctor, (WinLeadupMusic * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, WinLeadupMusic_FadeOutOnAnnaApproach_d_10__ctor, (WinLeadupMusic_FadeOutOnAnnaApproach_d_10 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WinLeadupMusic_FadeOutOnAnnaApproach_d_10_System_IDisposable_Dispose, (WinLeadupMusic_FadeOutOnAnnaApproach_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x0090E9E0, bool, WinLeadupMusic_FadeOutOnAnnaApproach_d_10_MoveNext, (WinLeadupMusic_FadeOutOnAnnaApproach_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, WinLeadupMusic_FadeOutOnAnnaApproach_d_10_System_Collections_Generic_IEnumerator_System_Object__get_Current, (WinLeadupMusic_FadeOutOnAnnaApproach_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x0090F020, void, WinLeadupMusic_FadeOutOnAnnaApproach_d_10_System_Collections_IEnumerator_Reset, (WinLeadupMusic_FadeOutOnAnnaApproach_d_10 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE170, WinLeadupMusic_FadeOutOnAnnaApproach_d_10_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, WinLeadupMusic_FadeOutOnAnnaApproach_d_10_System_Collections_IEnumerator_get_Current, (WinLeadupMusic_FadeOutOnAnnaApproach_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x0090F070, void, AprilPlayerRagdollTestController_Awake, (AprilPlayerRagdollTestController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AprilPlayerRagdollTestController_Start, (AprilPlayerRagdollTestController * __this, MethodInfo * method)); DO_APP_FUNC(0x0090F0D0, void, AprilPlayerRagdollTestController_Update, (AprilPlayerRagdollTestController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AprilPlayerRagdollTestController__ctor, (AprilPlayerRagdollTestController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, DebugSpawnPoints__ctor, (DebugSpawnPoints * __this, MethodInfo * method)); DO_APP_FUNC(0x0090F260, PrefabId, ForceCarryController_PrefabNameToPrefabId, (ForceCarryController * __this, String * prefab, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ForceCarryController__ctor, (ForceCarryController * __this, MethodInfo * method)); DO_APP_FUNC(0x0090F7C0, void, SurvivalDebugScripts_Awake, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_Start, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_Update, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_CarryNext, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_CarryPrev, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnMenuDebugButtonClick, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnResumeButtonClick, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnToggleVelocityButtonClick, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnAzazelSpawned, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_Enrage, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnToggleAnnaMovementClicked, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnToggleAnnaFollowClick, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnToggleAnnaSpeedChange, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnToggleAzazelMoving, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnToggleUIButtonClick, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnFollowHereClick, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnDestroyAzazelButtonClick, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnDestroyDemonsButtonClick, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnDestroyGoatsButtonClick, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnToggleOutlinesButtonClick, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnToggleOutdoorsAudioClick, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnSpawnDemonClick, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnSpawnInmateClick, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnRenderOwnCharacterClick, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnIntenseWeatherClick, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnGoToGoatChanged, (SurvivalDebugScripts * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnPerkChanged, (SurvivalDebugScripts * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnPerk2Changed, (SurvivalDebugScripts * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0090F810, void, SurvivalDebugScripts_ChangePerk, (SurvivalDebugScripts * __this, String * perk, int32_t slot, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnInstantAggroChanged, (SurvivalDebugScripts * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SurvivalDebugScripts_IsSpeedChangeActive, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_Wander, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SurvivalDebugScripts_CanWander, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnUnlockDoorsButtonClick, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnUnlockLockboxesButtonClick, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnPlayFailEnding1, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnPlayFailEnding2, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnPlayFailEnding3, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnPlayWinEnding, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnForceFourPlayersInEndingsChanged, (SurvivalDebugScripts * __this, bool isOn, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnEnableEndingsInDebugChanged, (SurvivalDebugScripts * __this, bool isOn, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnForceEndGameButton, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnDestroy, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnResetAllStats, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_ResetAllStats, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnPickupCageKeys, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnPickupAnimalPenKeys, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnAnnaPointAtFirstPlayer, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnSpawnAllFinalTrashCansClick, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnTeleport, (SurvivalDebugScripts * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnJumpScare, (SurvivalDebugScripts * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnToggleFocusHits, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x0090FB30, void, SurvivalDebugScripts_OnAttachCharacter, (SurvivalDebugScripts * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnFocusHitsPlayerChanged, (SurvivalDebugScripts * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnPressTeleportToTunnel, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnPressPurgatory, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnPressToggleRealmsManor, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnRenderVRHandColliders, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnToggleInvisibilityToAI, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnForceAzazelBloodPool, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalDebugScripts_OnGiveEXP, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x0090FE20, void, SurvivalDebugScripts_OnResetChallenge, (SurvivalDebugScripts * __this, int32_t challengeIndex, MethodInfo * method)); DO_APP_FUNC(0x0090FF80, void, SurvivalDebugScripts_OnCompleteChallenge, (SurvivalDebugScripts * __this, int32_t challengeIndex, MethodInfo * method)); DO_APP_FUNC(0x0090FFC0, void, SurvivalDebugScripts_OnForceRenderAllOcclusionAreas, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x00910070, void, SurvivalDebugScripts__ctor, (SurvivalDebugScripts * __this, MethodInfo * method)); DO_APP_FUNC(0x009100C0, void, SurvivalDebugScripts__cctor, (MethodInfo * method)); DO_APP_FUNC(0x009108D0, void, DevourGraphUpdateObject__ctor, (DevourGraphUpdateObject * __this, Bounds bounds, BoltEntity * door, MethodInfo * method)); DO_APP_FUNC(0x009109D0, void, DevourGraphUpdateObject_Apply, (DevourGraphUpdateObject * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x00910BE0, DiscordManager *, DiscordManager_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x00910D80, void, DiscordManager_Awake, (DiscordManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00911120, void, DiscordManager_Start, (DiscordManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00911480, void, DiscordManager_Update, (DiscordManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00911580, void, DiscordManager_UpdateActivity, (DiscordManager * __this, Dictionary_2_System_String_System_Object_ * data, MethodInfo * method)); DO_APP_FUNC(0x009121C0, void, DiscordManager_DelayUpdateActivity, (DiscordManager * __this, Dictionary_2_System_String_System_Object_ * data, MethodInfo * method)); DO_APP_FUNC(0x009122F0, IEnumerator *, DiscordManager_DelayUpdateActivityInternal, (DiscordManager * __this, Dictionary_2_System_String_System_Object_ * data, MethodInfo * method)); DO_APP_FUNC(0x00912400, void, DiscordManager_OnApplicationQuit, (DiscordManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, DiscordManager__ctor, (DiscordManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00912420, void, DiscordManager_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DiscordManager_c__ctor, (DiscordManager_c * __this, MethodInfo * method)); DO_APP_FUNC(0x009124D0, void, DiscordManager_c__UpdateActivity_b__8_0, (DiscordManager_c * __this, Result__Enum res, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE0B8, DiscordManager_c__UpdateActivity_b__8_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, DiscordManager_DelayUpdateActivityInternal_d_10__ctor, (DiscordManager_DelayUpdateActivityInternal_d_10 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DiscordManager_DelayUpdateActivityInternal_d_10_System_IDisposable_Dispose, (DiscordManager_DelayUpdateActivityInternal_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x009125E0, bool, DiscordManager_DelayUpdateActivityInternal_d_10_MoveNext, (DiscordManager_DelayUpdateActivityInternal_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, DiscordManager_DelayUpdateActivityInternal_d_10_System_Collections_Generic_IEnumerator_System_Object__get_Current, (DiscordManager_DelayUpdateActivityInternal_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x009127A0, void, DiscordManager_DelayUpdateActivityInternal_d_10_System_Collections_IEnumerator_Reset, (DiscordManager_DelayUpdateActivityInternal_d_10 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE088, DiscordManager_DelayUpdateActivityInternal_d_10_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, DiscordManager_DelayUpdateActivityInternal_d_10_System_Collections_IEnumerator_get_Current, (DiscordManager_DelayUpdateActivityInternal_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x009127F0, void, DissonancePlayerTracking__ctor, (DissonancePlayerTracking * __this, MethodInfo * method)); DO_APP_FUNC(0x00912C00, void, DissonancePlayerTracking_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DissonancePlayerTracking_c__ctor, (DissonancePlayerTracking_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00912CB0, String *, DissonancePlayerTracking_c___ctor_b__0_0, (DissonancePlayerTracking_c * __this, IPlayerState * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE070, DissonancePlayerTracking_c___ctor_b__0_0__MethodInfo); DO_APP_FUNC(0x00912D00, void, DissonancePlayerTracking_c___ctor_b__0_1, (DissonancePlayerTracking_c * __this, IPlayerState * state, String * id, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE058, DissonancePlayerTracking_c___ctor_b__0_1__MethodInfo); DO_APP_FUNC(0x00912D60, void, VoiceReverbTrigger_Awake, (VoiceReverbTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00913F10, void, VoiceReverbTrigger_OnTriggerEnter, (VoiceReverbTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x00914460, AudioReverbFilter *, VoiceReverbTrigger_GetVoiceReverbFilter, (VoiceReverbTrigger * __this, BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x00914670, void, VoiceReverbTrigger_SetFilterParameters, (VoiceReverbTrigger * __this, AudioReverbFilter * filter, VoiceReverbTrigger_ReverbPreset * preset, MethodInfo * method)); DO_APP_FUNC(0x00914AE0, IEnumerator *, VoiceReverbTrigger_FadePreset, (VoiceReverbTrigger * __this, AudioReverbFilter * filter, VoiceReverbTrigger_ReverbPreset * preset, MethodInfo * method)); DO_APP_FUNC(0x00914C50, void, VoiceReverbTrigger_OnTriggerExit, (VoiceReverbTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x00915170, void, VoiceReverbTrigger_ForceOff, (VoiceReverbTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x009155D0, void, VoiceReverbTrigger__ctor, (VoiceReverbTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VoiceReverbTrigger_ReverbPreset__ctor, (VoiceReverbTrigger_ReverbPreset * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, VoiceReverbTrigger_FadePreset_d_13__ctor, (VoiceReverbTrigger_FadePreset_d_13 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VoiceReverbTrigger_FadePreset_d_13_System_IDisposable_Dispose, (VoiceReverbTrigger_FadePreset_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x009156E0, bool, VoiceReverbTrigger_FadePreset_d_13_MoveNext, (VoiceReverbTrigger_FadePreset_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, VoiceReverbTrigger_FadePreset_d_13_System_Collections_Generic_IEnumerator_System_Object__get_Current, (VoiceReverbTrigger_FadePreset_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x00916230, void, VoiceReverbTrigger_FadePreset_d_13_System_Collections_IEnumerator_Reset, (VoiceReverbTrigger_FadePreset_d_13 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDFC8, VoiceReverbTrigger_FadePreset_d_13_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, VoiceReverbTrigger_FadePreset_d_13_System_Collections_IEnumerator_get_Current, (VoiceReverbTrigger_FadePreset_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x00916280, void, DoorGraphUpdate_Awake, (DoorGraphUpdate * __this, MethodInfo * method)); DO_APP_FUNC(0x009165C0, void, DoorGraphUpdate_Start, (DoorGraphUpdate * __this, MethodInfo * method)); DO_APP_FUNC(0x00916BC0, void, DoorGraphUpdate_GetBoundsAndShape, (DoorGraphUpdate * __this, Collider * collider, Bounds * bounds, GraphUpdateShape * * shape, MethodInfo * method)); DO_APP_FUNC(0x00916DE0, void, DoorGraphUpdate_DoorClosed, (DoorGraphUpdate * __this, MethodInfo * method)); DO_APP_FUNC(0x00917570, void, DoorGraphUpdate_DoorOpening, (DoorGraphUpdate * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DoorGraphUpdate_DoorOpen, (DoorGraphUpdate * __this, MethodInfo * method)); DO_APP_FUNC(0x00917820, void, DoorGraphUpdate_UpdateTags, (DoorGraphUpdate * __this, MethodInfo * method)); DO_APP_FUNC(0x009181A0, void, DoorGraphUpdate_ClearTags, (DoorGraphUpdate * __this, MethodInfo * method)); DO_APP_FUNC(0x00918600, void, DoorGraphUpdate_UpdateGraph, (DoorGraphUpdate * __this, int32_t tag, Bounds bounds, GraphUpdateShape * shape, MethodInfo * method)); DO_APP_FUNC(0x00918E10, GraphUpdateShape *, DoorGraphUpdate_GetGraphUpdateShape, (DoorGraphUpdate * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x00919290, void, DoorGraphUpdate__ctor, (DoorGraphUpdate * __this, MethodInfo * method)); DO_APP_FUNC(0x009192F0, void, DoorNumberBehaviour_Attached, (DoorNumberBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x009194A0, void, DoorNumberBehaviour_OnDoorNumber, (DoorNumberBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDF90, DoorNumberBehaviour_OnDoorNumber__MethodInfo); DO_APP_FUNC(0x00919C90, void, DoorNumberBehaviour__ctor, (DoorNumberBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00919CE0, void, DoorRVOTriggerController_Awake, (DoorRVOTriggerController * __this, MethodInfo * method)); DO_APP_FUNC(0x00919D70, void, DoorRVOTriggerController_OnTriggerEnter, (DoorRVOTriggerController * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x0091A170, void, DoorRVOTriggerController_OnTriggerExit, (DoorRVOTriggerController * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x0091A540, RVOController *, DoorRVOTriggerController_GetRVOController, (DoorRVOTriggerController * __this, GameObject * target, MethodInfo * method)); DO_APP_FUNC(0x0091A7E0, void, DoorRVOTriggerController_DoorClosed, (DoorRVOTriggerController * __this, MethodInfo * method)); DO_APP_FUNC(0x0091A930, void, DoorRVOTriggerController_DoorOpened, (DoorRVOTriggerController * __this, MethodInfo * method)); DO_APP_FUNC(0x0091AA80, void, DoorRVOTriggerController__ctor, (DoorRVOTriggerController * __this, MethodInfo * method)); DO_APP_FUNC(0x0091ABC0, void, DoorRVOTriggerController__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003B9330, AudioClipSet *, DoorStateTrigger_get_ActivateAudioClipSet, (DoorStateTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, DoorStateTrigger_set_ActivateAudioClipSet, (DoorStateTrigger * __this, AudioClipSet * value, MethodInfo * method)); DO_APP_FUNC(0x0091ACB0, void, DoorStateTrigger_Awake, (DoorStateTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x0091B000, void, DoorStateTrigger_OnTriggerEnter, (DoorStateTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x0091B3F0, void, DoorStateTrigger_ChangeState, (DoorStateTrigger * __this, GameObject * gameObject, bool activate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDF30, DoorStateTrigger_ChangeState__MethodInfo); DO_APP_FUNC(0x0091B730, void, DoorStateTrigger_OnTriggerExit, (DoorStateTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x0091BD70, void, DoorStateTrigger_OnRespawn, (DoorStateTrigger * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDF20, DoorStateTrigger_OnRespawn__MethodInfo); DO_APP_FUNC(0x0091BF90, void, DoorStateTrigger_SetDoorOpen, (DoorStateTrigger * __this, bool open, MethodInfo * method)); DO_APP_FUNC(0x0091BFB0, void, DoorStateTrigger__ctor, (DoorStateTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x0091C0A0, void, DropObjectAnimation_Awake, (DropObjectAnimation * __this, MethodInfo * method)); DO_APP_FUNC(0x0091C3E0, void, DropObjectAnimation_DisableObjects, (DropObjectAnimation * __this, MethodInfo * method)); DO_APP_FUNC(0x0091C570, void, DropObjectAnimation__ctor, (DropObjectAnimation * __this, MethodInfo * method)); DO_APP_FUNC(0x0091C670, float, EasingFunctions_Quadratic_In, (float k, MethodInfo * method)); DO_APP_FUNC(0x0091C680, float, EasingFunctions_Quadratic_Out, (float k, MethodInfo * method)); DO_APP_FUNC(0x0091C6A0, float, EasingFunctions_Quadratic_InOut, (float k, MethodInfo * method)); DO_APP_FUNC(0x0091C6F0, float, EasingFunctions_Quadratic_Bezier, (float k, float c, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EasingFunctions_Quadratic__ctor, (EasingFunctions_Quadratic * __this, MethodInfo * method)); DO_APP_FUNC(0x0091C720, float, EasingFunctions_Cubic_In, (float k, MethodInfo * method)); DO_APP_FUNC(0x0091C730, float, EasingFunctions_Cubic_Out, (float k, MethodInfo * method)); DO_APP_FUNC(0x0091C750, float, EasingFunctions_Cubic_InOut, (float k, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EasingFunctions_Cubic__ctor, (EasingFunctions_Cubic * __this, MethodInfo * method)); DO_APP_FUNC(0x0091C7A0, float, EasingFunctions_Quartic_In, (float k, MethodInfo * method)); DO_APP_FUNC(0x0091C7B0, float, EasingFunctions_Quartic_Out, (float k, MethodInfo * method)); DO_APP_FUNC(0x0091C7E0, float, EasingFunctions_Quartic_InOut, (float k, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EasingFunctions_Quartic__ctor, (EasingFunctions_Quartic * __this, MethodInfo * method)); DO_APP_FUNC(0x0091C840, float, EasingFunctions_Quintic_In, (float k, MethodInfo * method)); DO_APP_FUNC(0x0091C860, float, EasingFunctions_Quintic_Out, (float k, MethodInfo * method)); DO_APP_FUNC(0x0091C890, float, EasingFunctions_Quintic_InOut, (float k, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EasingFunctions_Quintic__ctor, (EasingFunctions_Quintic * __this, MethodInfo * method)); DO_APP_FUNC(0x0091C8F0, float, EasingFunctions_Sinusoidal_In, (float k, MethodInfo * method)); DO_APP_FUNC(0x0091C920, float, EasingFunctions_Sinusoidal_Out, (float k, MethodInfo * method)); DO_APP_FUNC(0x0091C940, float, EasingFunctions_Sinusoidal_InOut, (float k, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EasingFunctions_Sinusoidal__ctor, (EasingFunctions_Sinusoidal * __this, MethodInfo * method)); DO_APP_FUNC(0x0091C970, float, EasingFunctions_Exponential_In, (float k, MethodInfo * method)); DO_APP_FUNC(0x0091C9A0, float, EasingFunctions_Exponential_Out, (float k, MethodInfo * method)); DO_APP_FUNC(0x0091C9F0, float, EasingFunctions_Exponential_InOut, (float k, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EasingFunctions_Exponential__ctor, (EasingFunctions_Exponential * __this, MethodInfo * method)); DO_APP_FUNC(0x0091CA80, float, EasingFunctions_Circular_In, (float k, MethodInfo * method)); DO_APP_FUNC(0x0091CAE0, float, EasingFunctions_Circular_Out, (float k, MethodInfo * method)); DO_APP_FUNC(0x0091CB10, float, EasingFunctions_Circular_InOut, (float k, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EasingFunctions_Circular__ctor, (EasingFunctions_Circular * __this, MethodInfo * method)); DO_APP_FUNC(0x0091CBC0, float, EasingFunctions_Elastic_In, (float k, MethodInfo * method)); DO_APP_FUNC(0x0091CC50, float, EasingFunctions_Elastic_Out, (float k, MethodInfo * method)); DO_APP_FUNC(0x0091CCF0, float, EasingFunctions_Elastic_InOut, (float k, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EasingFunctions_Elastic__ctor, (EasingFunctions_Elastic * __this, MethodInfo * method)); DO_APP_FUNC(0x0091CDC0, float, EasingFunctions_Back_In, (float k, MethodInfo * method)); DO_APP_FUNC(0x0091CE40, float, EasingFunctions_Back_Out, (float k, MethodInfo * method)); DO_APP_FUNC(0x0091CED0, float, EasingFunctions_Back_InOut, (float k, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EasingFunctions_Back__ctor, (EasingFunctions_Back * __this, MethodInfo * method)); DO_APP_FUNC(0x0091CFB0, void, EasingFunctions_Back__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0091D010, float, EasingFunctions_Bounce_In, (float k, MethodInfo * method)); DO_APP_FUNC(0x0091D0E0, float, EasingFunctions_Bounce_Out, (float k, MethodInfo * method)); DO_APP_FUNC(0x0091D180, float, EasingFunctions_Bounce_InOut, (float k, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EasingFunctions_Bounce__ctor, (EasingFunctions_Bounce * __this, MethodInfo * method)); DO_APP_FUNC(0x0091D330, void, ElevatorBehaviour_Awake, (ElevatorBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0091D450, void, ElevatorBehaviour_Attached, (ElevatorBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0091D870, IEnumerator *, ElevatorBehaviour_GetLocalCharacterLocomotion, (ElevatorBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0091D910, void, ElevatorBehaviour_OnOpen, (ElevatorBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDEF8, ElevatorBehaviour_OnOpen__MethodInfo); DO_APP_FUNC(0x0091DB70, void, ElevatorBehaviour__ctor, (ElevatorBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ElevatorBehaviour_GetLocalCharacterLocomotion_d_9__ctor, (ElevatorBehaviour_GetLocalCharacterLocomotion_d_9 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ElevatorBehaviour_GetLocalCharacterLocomotion_d_9_System_IDisposable_Dispose, (ElevatorBehaviour_GetLocalCharacterLocomotion_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x0091DBC0, bool, ElevatorBehaviour_GetLocalCharacterLocomotion_d_9_MoveNext, (ElevatorBehaviour_GetLocalCharacterLocomotion_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ElevatorBehaviour_GetLocalCharacterLocomotion_d_9_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ElevatorBehaviour_GetLocalCharacterLocomotion_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x0091E0D0, void, ElevatorBehaviour_GetLocalCharacterLocomotion_d_9_System_Collections_IEnumerator_Reset, (ElevatorBehaviour_GetLocalCharacterLocomotion_d_9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDEE8, ElevatorBehaviour_GetLocalCharacterLocomotion_d_9_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ElevatorBehaviour_GetLocalCharacterLocomotion_d_9_System_Collections_IEnumerator_get_Current, (ElevatorBehaviour_GetLocalCharacterLocomotion_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x0091E120, void, EnableAnnaIntro_Start, (EnableAnnaIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x0091E200, void, EnableAnnaIntro_OnDoorUnlocked, (EnableAnnaIntro * __this, GameObject * door, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDEE0, EnableAnnaIntro_OnDoorUnlocked__MethodInfo); DO_APP_FUNC(0x0091E4D0, void, EnableAnnaIntro_OnDestroy, (EnableAnnaIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, EnableAnnaIntro__ctor, (EnableAnnaIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x0091E5B0, void, EnableRandomChildGameObject_Start, (EnableRandomChildGameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0091E5C0, void, EnableRandomChildGameObject_Execute, (EnableRandomChildGameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, EnableRandomChildGameObject__ctor, (EnableRandomChildGameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0091E810, void, EnemyCharacterBehaviour_Awake, (EnemyCharacterBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0091EBF0, void, EnemyCharacterBehaviour_Attached, (EnemyCharacterBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0091F060, void, EnemyCharacterBehaviour_OnLookAtPosition, (EnemyCharacterBehaviour * __this, Vector3 lookPos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDED8, EnemyCharacterBehaviour_OnLookAtPosition__MethodInfo); DO_APP_FUNC(0x0091F190, void, EnemyCharacterBehaviour_OnAbilityIndex, (EnemyCharacterBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDED0, EnemyCharacterBehaviour_OnAbilityIndex__MethodInfo); DO_APP_FUNC(0x0091F260, void, EnemyCharacterBehaviour_OnAbilityIntData, (EnemyCharacterBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDEC8, EnemyCharacterBehaviour_OnAbilityIntData__MethodInfo); DO_APP_FUNC(0x0091F830, void, EnemyCharacterBehaviour_OnDestroy, (EnemyCharacterBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0091F960, void, EnemyCharacterBehaviour__ctor, (EnemyCharacterBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0091F9C0, void, BurnEventAnimationSpeed_Awake, (BurnEventAnimationSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x0091FB00, void, BurnEventAnimationSpeed_Start, (BurnEventAnimationSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x0091FB10, void, BurnEventAnimationSpeed_OnGlobalGoatBurnEvent, (BurnEventAnimationSpeed * __this, int32_t number, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDEC0, BurnEventAnimationSpeed_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x0091FB20, void, BurnEventAnimationSpeed_SetSpeed, (BurnEventAnimationSpeed * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0091FDE0, void, BurnEventAnimationSpeed_OnDestroy, (BurnEventAnimationSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, BurnEventAnimationSpeed__ctor, (BurnEventAnimationSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x0091FEC0, void, ClockController_Awake, (ClockController * __this, MethodInfo * method)); DO_APP_FUNC(0x00920580, void, ClockController_Start, (ClockController * __this, MethodInfo * method)); DO_APP_FUNC(0x00920730, void, ClockController_OnAnnaIntroEnd, (ClockController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDE78, ClockController_OnAnnaIntroEnd__MethodInfo); DO_APP_FUNC(0x00920890, void, ClockController_Chime, (ClockController * __this, MethodInfo * method)); DO_APP_FUNC(0x00920B00, IEnumerator *, ClockController_DelayedChime, (ClockController * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x00920BB0, IEnumerator *, ClockController_GoBackToTicking, (ClockController * __this, MethodInfo * method)); DO_APP_FUNC(0x00920C50, void, ClockController_OnAnnaEnrageStart, (ClockController * __this, GameObject * anna, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDE88, ClockController_OnAnnaEnrageStart__MethodInfo); DO_APP_FUNC(0x00920CD0, void, ClockController_OnAnnaEnrageEnd, (ClockController * __this, GameObject * anna, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDE80, ClockController_OnAnnaEnrageEnd__MethodInfo); DO_APP_FUNC(0x00920DF0, IEnumerator *, ClockController_EnrageEnd, (ClockController * __this, GameObject * anna, MethodInfo * method)); DO_APP_FUNC(0x00920F00, void, ClockController_OnDestroy, (ClockController * __this, MethodInfo * method)); DO_APP_FUNC(0x009210B0, void, ClockController__ctor, (ClockController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ClockController_DelayedChime_d_14__ctor, (ClockController_DelayedChime_d_14 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ClockController_DelayedChime_d_14_System_IDisposable_Dispose, (ClockController_DelayedChime_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x00921110, bool, ClockController_DelayedChime_d_14_MoveNext, (ClockController_DelayedChime_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ClockController_DelayedChime_d_14_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ClockController_DelayedChime_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x00921290, void, ClockController_DelayedChime_d_14_System_Collections_IEnumerator_Reset, (ClockController_DelayedChime_d_14 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDE58, ClockController_DelayedChime_d_14_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ClockController_DelayedChime_d_14_System_Collections_IEnumerator_get_Current, (ClockController_DelayedChime_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ClockController_GoBackToTicking_d_15__ctor, (ClockController_GoBackToTicking_d_15 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ClockController_GoBackToTicking_d_15_System_IDisposable_Dispose, (ClockController_GoBackToTicking_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x009212E0, bool, ClockController_GoBackToTicking_d_15_MoveNext, (ClockController_GoBackToTicking_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ClockController_GoBackToTicking_d_15_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ClockController_GoBackToTicking_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x009214C0, void, ClockController_GoBackToTicking_d_15_System_Collections_IEnumerator_Reset, (ClockController_GoBackToTicking_d_15 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDE50, ClockController_GoBackToTicking_d_15_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ClockController_GoBackToTicking_d_15_System_Collections_IEnumerator_get_Current, (ClockController_GoBackToTicking_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ClockController_EnrageEnd_d_18__ctor, (ClockController_EnrageEnd_d_18 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ClockController_EnrageEnd_d_18_System_IDisposable_Dispose, (ClockController_EnrageEnd_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x00921510, bool, ClockController_EnrageEnd_d_18_MoveNext, (ClockController_EnrageEnd_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ClockController_EnrageEnd_d_18_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ClockController_EnrageEnd_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x009219D0, void, ClockController_EnrageEnd_d_18_System_Collections_IEnumerator_Reset, (ClockController_EnrageEnd_d_18 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDE48, ClockController_EnrageEnd_d_18_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ClockController_EnrageEnd_d_18_System_Collections_IEnumerator_get_Current, (ClockController_EnrageEnd_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x00921A20, void, FirstPersonClothAudio_OnTriggerEnter, (FirstPersonClothAudio * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, FirstPersonClothAudio__ctor, (FirstPersonClothAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x00921B50, void, FirstPersonClothPhysics_Awake, (FirstPersonClothPhysics * __this, MethodInfo * method)); DO_APP_FUNC(0x00921C30, void, FirstPersonClothPhysics_FixedUpdate, (FirstPersonClothPhysics * __this, MethodInfo * method)); DO_APP_FUNC(0x00922000, void, FirstPersonClothPhysics_OnTriggerEnter, (FirstPersonClothPhysics * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x00922260, void, FirstPersonClothPhysics_OnTriggerExit, (FirstPersonClothPhysics * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, FirstPersonClothPhysics__ctor, (FirstPersonClothPhysics * __this, MethodInfo * method)); DO_APP_FUNC(0x00922500, void, FlashlightBeamWind_Awake, (FlashlightBeamWind * __this, MethodInfo * method)); DO_APP_FUNC(0x009225D0, void, FlashlightBeamWind_OnTriggerEnter, (FlashlightBeamWind * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x00922900, void, FlashlightBeamWind_OnTriggerExit, (FlashlightBeamWind * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x00922BA0, void, FlashlightBeamWind__ctor, (FlashlightBeamWind * __this, MethodInfo * method)); DO_APP_FUNC(0x00922CB0, void, HeightFogScaler_Awake, (HeightFogScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x00922D80, void, HeightFogScaler_Start, (HeightFogScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x00922DC0, void, HeightFogScaler_OnGlobalGoatBurnEvent, (HeightFogScaler * __this, int32_t number, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDE10, HeightFogScaler_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x009230F0, void, HeightFogScaler_OnDestroy, (HeightFogScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x009231D0, void, HeightFogScaler__ctor, (HeightFogScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HeightFogScaler_c_DisplayClass9_0__ctor, (HeightFogScaler_c_DisplayClass9_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00923240, void, HeightFogScaler_c_DisplayClass9_0__OnGlobalGoatBurnEvent_b__0, (HeightFogScaler_c_DisplayClass9_0 * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDE00, HeightFogScaler_c_DisplayClass9_0__OnGlobalGoatBurnEvent_b__0__MethodInfo); DO_APP_FUNC(0x009234F0, void, HeightFogTrigger_OnTriggerEnter, (HeightFogTrigger * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x00923690, void, HeightFogTrigger_OnTriggerExit, (HeightFogTrigger * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, HeightFogTrigger_IsInsideTrigger, (HeightFogTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, HeightFogTrigger__ctor, (HeightFogTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00923870, void, LowerFog_OnTriggerEnter, (LowerFog * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x00923B00, void, LowerFog_OnTriggerExit, (LowerFog * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x00923D90, IEnumerator *, LowerFog_FadeInFog, (LowerFog * __this, MethodInfo * method)); DO_APP_FUNC(0x00923E30, IEnumerator *, LowerFog_FadeOutFog, (LowerFog * __this, MethodInfo * method)); DO_APP_FUNC(0x00923ED0, void, LowerFog__ctor, (LowerFog * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, LowerFog_FadeInFog_d_6__ctor, (LowerFog_FadeInFog_d_6 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LowerFog_FadeInFog_d_6_System_IDisposable_Dispose, (LowerFog_FadeInFog_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x00923F30, bool, LowerFog_FadeInFog_d_6_MoveNext, (LowerFog_FadeInFog_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, LowerFog_FadeInFog_d_6_System_Collections_Generic_IEnumerator_System_Object__get_Current, (LowerFog_FadeInFog_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x00924170, void, LowerFog_FadeInFog_d_6_System_Collections_IEnumerator_Reset, (LowerFog_FadeInFog_d_6 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0A60, LowerFog_FadeInFog_d_6_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, LowerFog_FadeInFog_d_6_System_Collections_IEnumerator_get_Current, (LowerFog_FadeInFog_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, LowerFog_FadeOutFog_d_7__ctor, (LowerFog_FadeOutFog_d_7 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LowerFog_FadeOutFog_d_7_System_IDisposable_Dispose, (LowerFog_FadeOutFog_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x009241C0, bool, LowerFog_FadeOutFog_d_7_MoveNext, (LowerFog_FadeOutFog_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, LowerFog_FadeOutFog_d_7_System_Collections_Generic_IEnumerator_System_Object__get_Current, (LowerFog_FadeOutFog_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x00924410, void, LowerFog_FadeOutFog_d_7_System_Collections_IEnumerator_Reset, (LowerFog_FadeOutFog_d_7 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0A68, LowerFog_FadeOutFog_d_7_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, LowerFog_FadeOutFog_d_7_System_Collections_IEnumerator_get_Current, (LowerFog_FadeOutFog_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x00924460, void, ManorMenuCrowIdling_Awake, (ManorMenuCrowIdling * __this, MethodInfo * method)); DO_APP_FUNC(0x009244F0, void, ManorMenuCrowIdling_OnEnable, (ManorMenuCrowIdling * __this, MethodInfo * method)); DO_APP_FUNC(0x009245A0, IEnumerator *, ManorMenuCrowIdling_TriggerRandomIdles, (ManorMenuCrowIdling * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ManorMenuCrowIdling_IdleLookAround, (ManorMenuCrowIdling * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ManorMenuCrowIdling__ctor, (ManorMenuCrowIdling * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ManorMenuCrowIdling_TriggerRandomIdles_d_3__ctor, (ManorMenuCrowIdling_TriggerRandomIdles_d_3 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ManorMenuCrowIdling_TriggerRandomIdles_d_3_System_IDisposable_Dispose, (ManorMenuCrowIdling_TriggerRandomIdles_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00924640, bool, ManorMenuCrowIdling_TriggerRandomIdles_d_3_MoveNext, (ManorMenuCrowIdling_TriggerRandomIdles_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ManorMenuCrowIdling_TriggerRandomIdles_d_3_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ManorMenuCrowIdling_TriggerRandomIdles_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00924940, void, ManorMenuCrowIdling_TriggerRandomIdles_d_3_System_Collections_IEnumerator_Reset, (ManorMenuCrowIdling_TriggerRandomIdles_d_3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0A50, ManorMenuCrowIdling_TriggerRandomIdles_d_3_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ManorMenuCrowIdling_TriggerRandomIdles_d_3_System_Collections_IEnumerator_get_Current, (ManorMenuCrowIdling_TriggerRandomIdles_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00924990, void, MoveClothInWind_Awake, (MoveClothInWind * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MoveClothInWind_Start, (MoveClothInWind * __this, MethodInfo * method)); DO_APP_FUNC(0x00924CB0, void, MoveClothInWind_OnGlobalGoatBurnEvent, (MoveClothInWind * __this, int32_t number, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0A48, MoveClothInWind_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x00924E00, IEnumerator *, MoveClothInWind_SetClothExternalAcceleration, (MoveClothInWind * __this, MethodInfo * method)); DO_APP_FUNC(0x00924EA0, void, MoveClothInWind_OnDestroy, (MoveClothInWind * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, MoveClothInWind__ctor, (MoveClothInWind * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, MoveClothInWind_SetClothExternalAcceleration_d_11__ctor, (MoveClothInWind_SetClothExternalAcceleration_d_11 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MoveClothInWind_SetClothExternalAcceleration_d_11_System_IDisposable_Dispose, (MoveClothInWind_SetClothExternalAcceleration_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x00924F80, bool, MoveClothInWind_SetClothExternalAcceleration_d_11_MoveNext, (MoveClothInWind_SetClothExternalAcceleration_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, MoveClothInWind_SetClothExternalAcceleration_d_11_System_Collections_Generic_IEnumerator_System_Object__get_Current, (MoveClothInWind_SetClothExternalAcceleration_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x009251C0, void, MoveClothInWind_SetClothExternalAcceleration_d_11_System_Collections_IEnumerator_Reset, (MoveClothInWind_SetClothExternalAcceleration_d_11 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0A38, MoveClothInWind_SetClothExternalAcceleration_d_11_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, MoveClothInWind_SetClothExternalAcceleration_d_11_System_Collections_IEnumerator_get_Current, (MoveClothInWind_SetClothExternalAcceleration_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x00925210, void, NightmareLightData__ctor, (NightmareLightData * __this, MethodInfo * method)); DO_APP_FUNC(0x00925220, void, NightmareLight_Awake, (NightmareLight * __this, MethodInfo * method)); DO_APP_FUNC(0x009252F0, void, NightmareLight_OnGameMode, (NightmareLight * __this, DevourGameMode__Enum mode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0A30, NightmareLight_OnGameMode__MethodInfo); DO_APP_FUNC(0x00925300, void, NightmareLight_SetActive, (NightmareLight * __this, MethodInfo * method)); DO_APP_FUNC(0x00925990, void, NightmareLight_OnDestroy, (NightmareLight * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, NightmareLight__ctor, (NightmareLight * __this, MethodInfo * method)); DO_APP_FUNC(0x00925A70, void, NightmareStyling_Awake, (NightmareStyling * __this, MethodInfo * method)); DO_APP_FUNC(0x009263D0, IEnumerator *, NightmareStyling_StartBloodDrip, (NightmareStyling * __this, ParticleSystem * bloodDrip, float delay, MethodInfo * method)); DO_APP_FUNC(0x00926480, void, NightmareStyling_OnAnnaIntroEnd, (NightmareStyling * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0A00, NightmareStyling_OnAnnaIntroEnd__MethodInfo); DO_APP_FUNC(0x009264E0, void, NightmareStyling_OnDestroy, (NightmareStyling * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, NightmareStyling__ctor, (NightmareStyling * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NightmareStyling_StartBloodDrip_d_6__ctor, (NightmareStyling_StartBloodDrip_d_6 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NightmareStyling_StartBloodDrip_d_6_System_IDisposable_Dispose, (NightmareStyling_StartBloodDrip_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x00926720, bool, NightmareStyling_StartBloodDrip_d_6_MoveNext, (NightmareStyling_StartBloodDrip_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, NightmareStyling_StartBloodDrip_d_6_System_Collections_Generic_IEnumerator_System_Object__get_Current, (NightmareStyling_StartBloodDrip_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x00926850, void, NightmareStyling_StartBloodDrip_d_6_System_Collections_IEnumerator_Reset, (NightmareStyling_StartBloodDrip_d_6 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC09F0, NightmareStyling_StartBloodDrip_d_6_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, NightmareStyling_StartBloodDrip_d_6_System_Collections_IEnumerator_get_Current, (NightmareStyling_StartBloodDrip_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x009268A0, void, ObjectShaker_Awake, (ObjectShaker * __this, MethodInfo * method)); DO_APP_FUNC(0x00926A10, void, ObjectShaker_Update, (ObjectShaker * __this, MethodInfo * method)); DO_APP_FUNC(0x00926AD0, void, ObjectShaker_FixedUpdate, (ObjectShaker * __this, MethodInfo * method)); DO_APP_FUNC(0x00927270, void, ObjectShaker_OnGlobalGoatBurnEvent, (ObjectShaker * __this, int32_t number, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC09E0, ObjectShaker_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x009272C0, void, ObjectShaker_StartShake, (ObjectShaker * __this, MethodInfo * method)); DO_APP_FUNC(0x00927670, void, ObjectShaker_StartLevitate, (ObjectShaker * __this, MethodInfo * method)); DO_APP_FUNC(0x00928020, void, ObjectShaker_StopShake, (ObjectShaker * __this, MethodInfo * method)); DO_APP_FUNC(0x009282C0, void, ObjectShaker_StopLevitate, (ObjectShaker * __this, MethodInfo * method)); DO_APP_FUNC(0x00928380, IEnumerator *, ObjectShaker_SetPropRigidbodiesKinematicAfterSeconds, (ObjectShaker * __this, MethodInfo * method)); DO_APP_FUNC(0x00928420, void, ObjectShaker_StartBriefShake, (ObjectShaker * __this, MethodInfo * method)); DO_APP_FUNC(0x00928550, IEnumerator *, ObjectShaker_BriefShake, (ObjectShaker * __this, MethodInfo * method)); DO_APP_FUNC(0x009285F0, void, ObjectShaker_ImpulseLevitateProps, (ObjectShaker * __this, MethodInfo * method)); DO_APP_FUNC(0x00928A90, bool, ObjectShaker_IgnoreTransform, (ObjectShaker * __this, Transform * t, MethodInfo * method)); DO_APP_FUNC(0x00928B70, void, ObjectShaker_OnDestroy, (ObjectShaker * __this, MethodInfo * method)); DO_APP_FUNC(0x00928C50, void, ObjectShaker__ctor, (ObjectShaker * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ObjectShaker_SetPropRigidbodiesKinematicAfterSeconds_d_33__ctor, (ObjectShaker_SetPropRigidbodiesKinematicAfterSeconds_d_33 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ObjectShaker_SetPropRigidbodiesKinematicAfterSeconds_d_33_System_IDisposable_Dispose, (ObjectShaker_SetPropRigidbodiesKinematicAfterSeconds_d_33 * __this, MethodInfo * method)); DO_APP_FUNC(0x00928FC0, bool, ObjectShaker_SetPropRigidbodiesKinematicAfterSeconds_d_33_MoveNext, (ObjectShaker_SetPropRigidbodiesKinematicAfterSeconds_d_33 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ObjectShaker_SetPropRigidbodiesKinematicAfterSeconds_d_33_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ObjectShaker_SetPropRigidbodiesKinematicAfterSeconds_d_33 * __this, MethodInfo * method)); DO_APP_FUNC(0x009292C0, void, ObjectShaker_SetPropRigidbodiesKinematicAfterSeconds_d_33_System_Collections_IEnumerator_Reset, (ObjectShaker_SetPropRigidbodiesKinematicAfterSeconds_d_33 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0930, ObjectShaker_SetPropRigidbodiesKinematicAfterSeconds_d_33_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ObjectShaker_SetPropRigidbodiesKinematicAfterSeconds_d_33_System_Collections_IEnumerator_get_Current, (ObjectShaker_SetPropRigidbodiesKinematicAfterSeconds_d_33 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ObjectShaker_BriefShake_d_35__ctor, (ObjectShaker_BriefShake_d_35 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ObjectShaker_BriefShake_d_35_System_IDisposable_Dispose, (ObjectShaker_BriefShake_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x00929310, bool, ObjectShaker_BriefShake_d_35_MoveNext, (ObjectShaker_BriefShake_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ObjectShaker_BriefShake_d_35_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ObjectShaker_BriefShake_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x00929450, void, ObjectShaker_BriefShake_d_35_System_Collections_IEnumerator_Reset, (ObjectShaker_BriefShake_d_35 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0928, ObjectShaker_BriefShake_d_35_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ObjectShaker_BriefShake_d_35_System_Collections_IEnumerator_get_Current, (ObjectShaker_BriefShake_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x009294A0, void, PlayerOnTopOfObjectsTrigger_OnTriggerEnter, (PlayerOnTopOfObjectsTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x00929680, void, PlayerOnTopOfObjectsTrigger_OnTriggerExit, (PlayerOnTopOfObjectsTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x00929840, void, PlayerOnTopOfObjectsTrigger__ctor, (PlayerOnTopOfObjectsTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00929890, void, ShakeObject_Update, (ShakeObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00929BC0, void, ShakeObject_StartShake, (ShakeObject * __this, float posShakeSpeed, float posShakeIntensity, float rotShakeSpeed, float rotShakeIntensity, MethodInfo * method)); DO_APP_FUNC(0x0092A220, void, ShakeObject_StopShake, (ShakeObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0092A360, void, ShakeObject__ctor, (ShakeObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0092A3C0, void, Silhouette_Awake, (Silhouette * __this, MethodInfo * method)); DO_APP_FUNC(0x0092A450, void, Silhouette_OnTriggerEnter, (Silhouette * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x0092A5B0, IEnumerator *, Silhouette_FadeOutSprite, (Silhouette * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, Silhouette__ctor, (Silhouette * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Silhouette_FadeOutSprite_d_5__ctor, (Silhouette_FadeOutSprite_d_5 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Silhouette_FadeOutSprite_d_5_System_IDisposable_Dispose, (Silhouette_FadeOutSprite_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x0092A650, bool, Silhouette_FadeOutSprite_d_5_MoveNext, (Silhouette_FadeOutSprite_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Silhouette_FadeOutSprite_d_5_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Silhouette_FadeOutSprite_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x0092A910, void, Silhouette_FadeOutSprite_d_5_System_Collections_IEnumerator_Reset, (Silhouette_FadeOutSprite_d_5 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0918, Silhouette_FadeOutSprite_d_5_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Silhouette_FadeOutSprite_d_5_System_Collections_IEnumerator_get_Current, (Silhouette_FadeOutSprite_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x0092A960, void, ToggleDynamicBoneWeather_Awake, (ToggleDynamicBoneWeather * __this, MethodInfo * method)); DO_APP_FUNC(0x0092AB50, void, ToggleDynamicBoneWeather_OnTriggerEnter, (ToggleDynamicBoneWeather * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x0092ADC0, void, ToggleDynamicBoneWeather_OnTriggerExit, (ToggleDynamicBoneWeather * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x0092B000, void, ToggleDynamicBoneWeather_SetDynamicBoneIndoors, (ToggleDynamicBoneWeather * __this, Collider * other, bool indoors, MethodInfo * method)); DO_APP_FUNC(0x0092B340, void, ToggleDynamicBoneWeather__ctor, (ToggleDynamicBoneWeather * __this, MethodInfo * method)); DO_APP_FUNC(0x0092B450, void, ToggleLocalRainOnPlayer_Awake, (ToggleLocalRainOnPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x0092B8B0, void, ToggleLocalRainOnPlayer_OnTriggerEnter, (ToggleLocalRainOnPlayer * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x0092BA50, void, ToggleLocalRainOnPlayer_OnTriggerExit, (ToggleLocalRainOnPlayer * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x0092BC00, void, ToggleLocalRainOnPlayer_SetLocalRain, (ToggleLocalRainOnPlayer * __this, Collider * other, bool activate, MethodInfo * method)); DO_APP_FUNC(0x0092BF50, bool, ToggleLocalRainOnPlayer_InsideHouse, (ToggleLocalRainOnPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ToggleLocalRainOnPlayer__ctor, (ToggleLocalRainOnPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x0092BF60, void, ToggleLocalSplashesOnPlayer_OnTriggerEnter, (ToggleLocalSplashesOnPlayer * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x0092C010, void, ToggleLocalSplashesOnPlayer_OnTriggerExit, (ToggleLocalSplashesOnPlayer * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x0092C0D0, void, ToggleLocalSplashesOnPlayer_SetLocalSplashes, (ToggleLocalSplashesOnPlayer * __this, Collider * other, bool activate, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ToggleLocalSplashesOnPlayer__ctor, (ToggleLocalSplashesOnPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x0092C260, void, TogglePorchRain_Awake, (TogglePorchRain * __this, MethodInfo * method)); DO_APP_FUNC(0x0092C7F0, void, TogglePorchRain_OnGameMode, (TogglePorchRain * __this, DevourGameMode__Enum mode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC08F8, TogglePorchRain_OnGameMode__MethodInfo); DO_APP_FUNC(0x0092C800, void, TogglePorchRain_OnTriggerEnter, (TogglePorchRain * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x0092C9A0, void, TogglePorchRain_OnTriggerExit, (TogglePorchRain * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x0092CB50, void, TogglePorchRain_SetPorchRain, (TogglePorchRain * __this, Collider * other, bool activate, MethodInfo * method)); DO_APP_FUNC(0x0092D3D0, void, TogglePorchRain_OnGlobalGoatBurnEvent, (TogglePorchRain * __this, int32_t number, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0900, TogglePorchRain_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x0092D8E0, void, TogglePorchRain_IncreaseHeavyRain, (TogglePorchRain * __this, MethodInfo * method)); DO_APP_FUNC(0x0092DD90, void, TogglePorchRain_OnDestroy, (TogglePorchRain * __this, MethodInfo * method)); DO_APP_FUNC(0x0092DF10, void, TogglePorchRain__ctor, (TogglePorchRain * __this, MethodInfo * method)); DO_APP_FUNC(0x0092E0A0, void, TVEGlobalMotionController_Awake, (TVEGlobalMotionController * __this, MethodInfo * method)); DO_APP_FUNC(0x0092E130, void, TVEGlobalMotionController_Update, (TVEGlobalMotionController * __this, MethodInfo * method)); DO_APP_FUNC(0x0092E3C0, void, TVEGlobalMotionController__ctor, (TVEGlobalMotionController * __this, MethodInfo * method)); DO_APP_FUNC(0x0092E410, void, TVJumpScare_Awake, (TVJumpScare * __this, MethodInfo * method)); DO_APP_FUNC(0x0092E590, void, TVJumpScare_Attached, (TVJumpScare * __this, MethodInfo * method)); DO_APP_FUNC(0x0092E6B0, void, TVJumpScare_OnTriggerEnter, (TVJumpScare * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x0092E990, void, TVJumpScare_OnTriggered, (TVJumpScare * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC08E0, TVJumpScare_OnTriggered__MethodInfo); DO_APP_FUNC(0x0092EA40, IEnumerator *, TVJumpScare_JumpScare, (TVJumpScare * __this, MethodInfo * method)); DO_APP_FUNC(0x0092EAE0, void, TVJumpScare__ctor, (TVJumpScare * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TVJumpScare_JumpScare_d_6__ctor, (TVJumpScare_JumpScare_d_6 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TVJumpScare_JumpScare_d_6_System_IDisposable_Dispose, (TVJumpScare_JumpScare_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x0092EB30, bool, TVJumpScare_JumpScare_d_6_MoveNext, (TVJumpScare_JumpScare_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TVJumpScare_JumpScare_d_6_System_Collections_Generic_IEnumerator_System_Object__get_Current, (TVJumpScare_JumpScare_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x0092EF70, void, TVJumpScare_JumpScare_d_6_System_Collections_IEnumerator_Reset, (TVJumpScare_JumpScare_d_6 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC08D0, TVJumpScare_JumpScare_d_6_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, TVJumpScare_JumpScare_d_6_System_Collections_IEnumerator_get_Current, (TVJumpScare_JumpScare_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, Vent__ctor, (Vent * __this, MethodInfo * method)); DO_APP_FUNC(0x0092EFC0, void, WaterDrip_OnParticleCollision, (WaterDrip * __this, GameObject * other, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, WaterDrip__ctor, (WaterDrip * __this, MethodInfo * method)); DO_APP_FUNC(0x0092F020, void, WeatherParticlesController_Awake, (WeatherParticlesController * __this, MethodInfo * method)); DO_APP_FUNC(0x0092F450, void, WeatherParticlesController_OnEnable, (WeatherParticlesController * __this, MethodInfo * method)); DO_APP_FUNC(0x0092F8E0, void, WeatherParticlesController_OnGameMode, (WeatherParticlesController * __this, DevourGameMode__Enum mode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC08C0, WeatherParticlesController_OnGameMode__MethodInfo); DO_APP_FUNC(0x0092F920, void, WeatherParticlesController_OnGlobalGoatBurnEvent, (WeatherParticlesController * __this, int32_t number, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC08C8, WeatherParticlesController_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x0092F980, void, WeatherParticlesController_StartLightWeather, (WeatherParticlesController * __this, MethodInfo * method)); DO_APP_FUNC(0x0092FAC0, void, WeatherParticlesController_StartHeavyWeather, (WeatherParticlesController * __this, MethodInfo * method)); DO_APP_FUNC(0x0092FC00, void, WeatherParticlesController_StartThunderWeather, (WeatherParticlesController * __this, MethodInfo * method)); DO_APP_FUNC(0x0092FD50, void, WeatherParticlesController_OnDestroy, (WeatherParticlesController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, WeatherParticlesController__ctor, (WeatherParticlesController * __this, MethodInfo * method)); DO_APP_FUNC(0x0092FEC0, void, FireTrapBehaviour_Awake, (FireTrapBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0092FF50, void, FireTrapBehaviour_Start, (FireTrapBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00930020, void, FireTrapBehaviour_Attached, (FireTrapBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x009301A0, void, FireTrapBehaviour_OnOn, (FireTrapBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC08B0, FireTrapBehaviour_OnOn__MethodInfo); DO_APP_FUNC(0x00930490, void, FireTrapBehaviour_SetState, (FireTrapBehaviour * __this, String * boolName, bool boolState, MethodInfo * method)); DO_APP_FUNC(0x00930510, void, FireTrapBehaviour_FireTrapUsed, (FireTrapBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x009305C0, IEnumerator *, FireTrapBehaviour_CloseTrap, (FireTrapBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00930660, IEnumerator *, FireTrapBehaviour_FadeOutLight, (FireTrapBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00930700, void, FireTrapBehaviour_OnResetGame, (FireTrapBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC08B8, FireTrapBehaviour_OnResetGame__MethodInfo); DO_APP_FUNC(0x009307C0, void, FireTrapBehaviour_OnDestroy, (FireTrapBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00930890, void, FireTrapBehaviour__ctor, (FireTrapBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, FireTrapBehaviour_CloseTrap_d_13__ctor, (FireTrapBehaviour_CloseTrap_d_13 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FireTrapBehaviour_CloseTrap_d_13_System_IDisposable_Dispose, (FireTrapBehaviour_CloseTrap_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x009308E0, bool, FireTrapBehaviour_CloseTrap_d_13_MoveNext, (FireTrapBehaviour_CloseTrap_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, FireTrapBehaviour_CloseTrap_d_13_System_Collections_Generic_IEnumerator_System_Object__get_Current, (FireTrapBehaviour_CloseTrap_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x00930B30, void, FireTrapBehaviour_CloseTrap_d_13_System_Collections_IEnumerator_Reset, (FireTrapBehaviour_CloseTrap_d_13 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0890, FireTrapBehaviour_CloseTrap_d_13_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, FireTrapBehaviour_CloseTrap_d_13_System_Collections_IEnumerator_get_Current, (FireTrapBehaviour_CloseTrap_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, FireTrapBehaviour_FadeOutLight_d_14__ctor, (FireTrapBehaviour_FadeOutLight_d_14 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FireTrapBehaviour_FadeOutLight_d_14_System_IDisposable_Dispose, (FireTrapBehaviour_FadeOutLight_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x00930B80, bool, FireTrapBehaviour_FadeOutLight_d_14_MoveNext, (FireTrapBehaviour_FadeOutLight_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, FireTrapBehaviour_FadeOutLight_d_14_System_Collections_Generic_IEnumerator_System_Object__get_Current, (FireTrapBehaviour_FadeOutLight_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x00930D20, void, FireTrapBehaviour_FadeOutLight_d_14_System_Collections_IEnumerator_Reset, (FireTrapBehaviour_FadeOutLight_d_14 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0898, FireTrapBehaviour_FadeOutLight_d_14_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, FireTrapBehaviour_FadeOutLight_d_14_System_Collections_IEnumerator_get_Current, (FireTrapBehaviour_FadeOutLight_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x00930D70, void, FirstAidOutline_Awake, (FirstAidOutline * __this, MethodInfo * method)); DO_APP_FUNC(0x009310D0, void, FirstAidOutline_Start, (FirstAidOutline * __this, MethodInfo * method)); DO_APP_FUNC(0x00931340, void, FirstAidOutline_OnAttachCharacter, (FirstAidOutline * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0880, FirstAidOutline_OnAttachCharacter__MethodInfo); DO_APP_FUNC(0x00931450, void, FirstAidOutline_SetCrawlOutline, (FirstAidOutline * __this, MethodInfo * method)); DO_APP_FUNC(0x00931600, void, FirstAidOutline_SetNormalOutline, (FirstAidOutline * __this, MethodInfo * method)); DO_APP_FUNC(0x009317D0, void, FirstAidOutline_OnDestroy, (FirstAidOutline * __this, MethodInfo * method)); DO_APP_FUNC(0x00931AD0, void, FirstAidOutline__ctor, (FirstAidOutline * __this, MethodInfo * method)); DO_APP_FUNC(0x00931B20, void, FlashlightDelayRotate_LateUpdate, (FlashlightDelayRotate * __this, MethodInfo * method)); DO_APP_FUNC(0x009321A0, void, FlashlightDelayRotate__ctor, (FlashlightDelayRotate * __this, MethodInfo * method)); DO_APP_FUNC(0x009321F0, bool, FlickerLightController_get_lightWorking, (FlickerLightController * __this, MethodInfo * method)); DO_APP_FUNC(0x00932200, void, FlickerLightController_set_lightWorking, (FlickerLightController * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00932210, void, FlickerLightController_Awake, (FlickerLightController * __this, MethodInfo * method)); DO_APP_FUNC(0x00932A50, void, FlickerLightController_Start, (FlickerLightController * __this, MethodInfo * method)); DO_APP_FUNC(0x00932D30, void, FlickerLightController_OnTriggerEnter, (FlickerLightController * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x00932F10, void, FlickerLightController_OnTriggerExit, (FlickerLightController * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x009330F0, void, FlickerLightController_OnDisable, (FlickerLightController * __this, MethodInfo * method)); DO_APP_FUNC(0x00933310, void, FlickerLightController_Update, (FlickerLightController * __this, MethodInfo * method)); DO_APP_FUNC(0x00933CE0, float, FlickerLightController_EvalWave, (FlickerLightController * __this, MethodInfo * method)); DO_APP_FUNC(0x00933E30, void, FlickerLightController_UpdateEmissiveMaterials, (FlickerLightController * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, Material__Array *, FlickerLightController_GetEmissiveMaterials, (FlickerLightController * __this, MethodInfo * method)); DO_APP_FUNC(0x009341F0, Color, FlickerLightController_GetOriginalColor, (FlickerLightController * __this, MethodInfo * method)); DO_APP_FUNC(0x00934200, void, FlickerLightController__ctor, (FlickerLightController * __this, MethodInfo * method)); DO_APP_FUNC(0x00934280, void, GameObjectTrigger_OnTriggerEnter, (GameObjectTrigger * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x00934490, void, GameObjectTrigger_OnTriggerExit, (GameObjectTrigger * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, GameObjectTrigger__ctor, (GameObjectTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x009346A0, void, GameUI_Awake, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00934890, IEnumerator *, GameUI_Start, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00934930, void, GameUI_OnEnable, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00934A40, void, GameUI_OnDisable, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00934AA0, void, GameUI_Update, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00936E20, void, GameUI_PauseGame, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x009370C0, void, GameUI_UnpauseGame, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00937360, void, GameUI_ControllerReselect, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x009374A0, IEnumerator *, GameUI_ControllerReselectDelayed, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00937540, void, GameUI_ActivateDissonance, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00937A50, void, GameUI_OnPlayerJoinedSession, (GameUI * __this, VoicePlayerState * voicePlayerState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0830, GameUI_OnPlayerJoinedSession__MethodInfo); DO_APP_FUNC(0x00938010, void, GameUI_OnGlobalGoatBurnEvent, (GameUI * __this, int32_t numObjectsBurned, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC05D8, GameUI_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x009382D0, IEnumerator *, GameUI_ShowGoatCount, (GameUI * __this, float fadeInOutDuration, float delay, float duration, MethodInfo * method)); DO_APP_FUNC(0x009383B0, void, GameUI_CloseMenu, (GameUI * __this, bool enableGameplayInput, MethodInfo * method)); DO_APP_FUNC(0x00938D90, void, GameUI_ShowMouseCursor, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00938FF0, void, GameUI_HideMouseCursor, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00939010, void, GameUI_EnableGameplayInput, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00939360, void, GameUI_ShowCollectableModal, (GameUI * __this, bool isHalloweenPumpkin, bool isChristmasPresent, MethodInfo * method)); DO_APP_FUNC(0x009395F0, IEnumerator *, GameUI_ShowCollectableModalInternal, (GameUI * __this, bool isHalloweenPumpkin, bool isChristmasPresent, CanvasGroup * collectableCanvasGroup, Text * collectableText, float fadeInOutDuration, float duration, MethodInfo * method)); DO_APP_FUNC(0x009397A0, IEnumerator *, GameUI_ShowCurrentPerkCoroutine, (GameUI * __this, float fadeInOutDuration, float duration, String__Array * perks, MethodInfo * method)); DO_APP_FUNC(0x009398E0, void, GameUI_ShowKeyPickupModal, (GameUI * __this, String * keyLocalizedName, String * keyName, MethodInfo * method)); DO_APP_FUNC(0x00939BC0, void, GameUI_SetKeyUsed, (GameUI * __this, String * keyName, MethodInfo * method)); DO_APP_FUNC(0x00939FD0, void, GameUI_RemoveKey, (GameUI * __this, String * keyName, MethodInfo * method)); DO_APP_FUNC(0x0093A320, IEnumerator *, GameUI_ShowKeyPickupModalInternal, (GameUI * __this, String * keyName, MethodInfo * method)); DO_APP_FUNC(0x0093A430, bool, GameUI_TakeKeyModalLock, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0093A450, void, GameUI_ReleaseKeyModalLock, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0093A460, void, GameUI_ShowHeldItem, (GameUI * __this, String * item, MethodInfo * method)); DO_APP_FUNC(0x0093B4E0, void, GameUI_HideHeldItem, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0093B7F0, void, GameUI_SceneLoadLocalDone, (GameUI * __this, String * scene, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x0093B8B0, void, GameUI_OnMenuResumeButtonClick, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B610, GameUI_OnMenuResumeButtonClick__MethodInfo); DO_APP_FUNC(0x0093B9F0, void, GameUI_OnMenuQuitButtonClick, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B658, GameUI_OnMenuQuitButtonClick__MethodInfo); DO_APP_FUNC(0x0093BBC0, void, GameUI_OnMenuQuitToLobbyButtonClick, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B650, GameUI_OnMenuQuitToLobbyButtonClick__MethodInfo); DO_APP_FUNC(0x0093BD90, void, GameUI_OnMenuSkipEndingVoteButtonClick, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B608, GameUI_OnMenuSkipEndingVoteButtonClick__MethodInfo); DO_APP_FUNC(0x0093BE00, void, GameUI_OnExitConfirmationExitButtonClick, (GameUI * __this, bool exitToLobby, MethodInfo * method)); DO_APP_FUNC(0x0093C0B0, void, GameUI_ExitGame, (GameUI * __this, bool shouldReturnToMenu, bool exitToLobby, MethodInfo * method)); DO_APP_FUNC(0x0093C590, void, GameUI_OnExitConfirmationCancelButtonClick, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B698, GameUI_OnExitConfirmationCancelButtonClick__MethodInfo); DO_APP_FUNC(0x0093C760, void, GameUI_OnExitToLobbyConfirmationCancelButtonClick, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B690, GameUI_OnExitToLobbyConfirmationCancelButtonClick__MethodInfo); DO_APP_FUNC(0x0093C9F0, void, GameUI_BoltShutdownBegin, (GameUI * __this, AddCallback * registerDoneCallback, UdpConnectionDisconnectReason__Enum disconnectReason, MethodInfo * method)); DO_APP_FUNC(0x0093CBD0, void, GameUI_OnShutdownDone, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC07C0, GameUI_OnShutdownDone__MethodInfo); DO_APP_FUNC(0x0093D070, void, GameUI_Disconnected, (GameUI * __this, BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x0093D520, void, GameUI_ShowDisconnectedModal, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0093DC60, void, GameUI_OnEvent, (GameUI * __this, SystemChatMessageEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x0093DD90, void, GameUI_ProcessSystemMessage, (GameUI * __this, String * key, String * arguments, MethodInfo * method)); DO_APP_FUNC(0x0093E8C0, void, GameUI_OnDisconnectModalButtonClick, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B6C0, GameUI_OnDisconnectModalButtonClick__MethodInfo); DO_APP_FUNC(0x0093EA60, void, GameUI_LoadMenuScene, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0093EAC0, void, GameUI_OnMessageModalOK, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B628, GameUI_OnMessageModalOK__MethodInfo); DO_APP_FUNC(0x0093EBA0, void, GameUI_OnConfirmModalNoClick, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B6D0, GameUI_OnConfirmModalNoClick__MethodInfo); DO_APP_FUNC(0x0093EC60, void, GameUI_OnMenuOptionsClick, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B630, GameUI_OnMenuOptionsClick__MethodInfo); DO_APP_FUNC(0x0093EE40, void, GameUI_AddPlayerToMenu, (GameUI * __this, NolanBehaviour * behaviour, MethodInfo * method)); DO_APP_FUNC(0x0093FE10, void, GameUI_SetPerkForPlayerItem, (GameUI * __this, PlayerMenuItem * playerMenuItem, NolanBehaviour * behaviour, int32_t group, MethodInfo * method)); DO_APP_FUNC(0x009401F0, GameObject *, GameUI_GetPlayerFromMenu, (GameUI * __this, NolanBehaviour * behaviour, MethodInfo * method)); DO_APP_FUNC(0x00940280, void, GameUI_RemovePlayerFromMenu, (GameUI * __this, NolanBehaviour * behaviour, MethodInfo * method)); DO_APP_FUNC(0x009403E0, void, GameUI_UpdatePlayerListDividersAndTooltips, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00940750, IEnumerator *, GameUI_WaitForPlayerVote, (GameUI * __this, VoteRequestEvent * voteRequestEvent, MethodInfo * method)); DO_APP_FUNC(0x00940860, IEnumerator *, GameUI_WaitForGlobalVote, (GameUI * __this, VoteRequestEvent * voteRequestEvent, MethodInfo * method)); DO_APP_FUNC(0x00940970, void, GameUI_OnEvent_1, (GameUI * __this, VoteRequestEvent * voteRequestEvent, MethodInfo * method)); DO_APP_FUNC(0x00941140, void, GameUI_OnEvent_2, (GameUI * __this, VoteEvent * voteEvent, MethodInfo * method)); DO_APP_FUNC(0x009412A0, void, GameUI_OnEvent_3, (GameUI * __this, VoteCompletedEvent * voteCompletedEvent, MethodInfo * method)); DO_APP_FUNC(0x009412C0, void, GameUI_PlayersMenuToggleKickButtons, (GameUI * __this, bool interactable, MethodInfo * method)); DO_APP_FUNC(0x009414E0, void, GameUI_OnKeyBindingsButtonClick, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B680, GameUI_OnKeyBindingsButtonClick__MethodInfo); DO_APP_FUNC(0x00941720, void, GameUI_OnOptionsMenuBackClick, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B618, GameUI_OnOptionsMenuBackClick__MethodInfo); DO_APP_FUNC(0x009418F0, void, GameUI_OnGraphicsSettingsBackClick, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B670, GameUI_OnGraphicsSettingsBackClick__MethodInfo); DO_APP_FUNC(0x00941AD0, void, GameUI_OnOptionsMenuGraphicsSettingsClick, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B5E8, GameUI_OnOptionsMenuGraphicsSettingsClick__MethodInfo); DO_APP_FUNC(0x00941D50, void, GameUI_OnOptionsMenuLanguageClick, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B5E0, GameUI_OnOptionsMenuLanguageClick__MethodInfo); DO_APP_FUNC(0x00941F30, void, GameUI_OnLanguageSelected, (GameUI * __this, int32_t languageID, MethodInfo * method)); DO_APP_FUNC(0x00942010, void, GameUI_OnLanguageBackClick, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B640, GameUI_OnLanguageBackClick__MethodInfo); DO_APP_FUNC(0x009421F0, void, GameUI_OnKeyBindingsBackButtonClick, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B668, GameUI_OnKeyBindingsBackButtonClick__MethodInfo); DO_APP_FUNC(0x00942480, void, GameUI_OnKeyBindingsResetButtonClick, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B678, GameUI_OnKeyBindingsResetButtonClick__MethodInfo); DO_APP_FUNC(0x009425E0, void, GameUI_OnKeyBindingsResetYesClick, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC06E8, GameUI_OnKeyBindingsResetYesClick__MethodInfo); DO_APP_FUNC(0x00942700, void, GameUI_OnGameplayClick, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B6A0, GameUI_OnGameplayClick__MethodInfo); DO_APP_FUNC(0x009428E0, void, GameUI_OnGameplayBackClick, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B6A8, GameUI_OnGameplayBackClick__MethodInfo); DO_APP_FUNC(0x00942AC0, void, GameUI_OnAudioSettingsClick, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B6B0, GameUI_OnAudioSettingsClick__MethodInfo); DO_APP_FUNC(0x00942D20, void, GameUI_OnAudioSettingsBackClick, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B6B8, GameUI_OnAudioSettingsBackClick__MethodInfo); DO_APP_FUNC(0x00942F00, IEnumerator *, GameUI_OnApplicationFocus, (GameUI * __this, bool hasFocus, MethodInfo * method)); DO_APP_FUNC(0x00942FC0, void, GameUI_OnSensitivitySliderChanged, (GameUI * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B5F0, GameUI_OnSensitivitySliderChanged__MethodInfo); DO_APP_FUNC(0x00943110, void, GameUI_OnSensitivityInputEndEdit, (GameUI * __this, String * input, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B600, GameUI_OnSensitivityInputEndEdit__MethodInfo); DO_APP_FUNC(0x00943230, void, GameUI_DestroyDissonance, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00943360, void, GameUI_SetPurgatory, (GameUI * __this, bool active, MethodInfo * method)); DO_APP_FUNC(0x00943400, void, GameUI_ShowFlashlightBatteryGauge, (GameUI * __this, bool show, MethodInfo * method)); DO_APP_FUNC(0x009434E0, void, GameUI_UpdateFlashlightBatteryGauge, (GameUI * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00943700, void, GameUI_UpdateFlashlightBatteryBonusGauge, (GameUI * __this, float value, DevourGameMode__Enum gameMode, MethodInfo * method)); DO_APP_FUNC(0x009438F0, IEnumerator *, GameUI_FadeBatteryGauge, (GameUI * __this, float duration, float goal, float delay, MethodInfo * method)); DO_APP_FUNC(0x009439D0, IEnumerator *, GameUI_ShowFocusFlashlightTutorial, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00943A70, IEnumerator *, GameUI_ShowFocusInnWebTutorial, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00943B10, IEnumerator *, GameUI_ShowDropTutorial, (GameUI * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x00943BC0, void, GameUI_SetTutorialBindingText, (GameUI * __this, String * actionName, String * defaultBinding, String * localizationKey, MethodInfo * method)); DO_APP_FUNC(0x0093A430, bool, GameUI_TakeTutorialLock, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0093A450, void, GameUI_ReleaseTutorialLock, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00943DB0, void, GameUI_ShowFlashlightTutorial, (GameUI * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x00943EF0, void, GameUI_StopFlashlightTutorial, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x009440A0, IEnumerator *, GameUI_ShowFlashlightTutorialInternal, (GameUI * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x00944150, IEnumerator *, GameUI_HideFlashlightTutorial, (GameUI * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x00944200, void, GameUI_ShowLockedDoorHint, (GameUI * __this, String * key, MethodInfo * method)); DO_APP_FUNC(0x00944380, IEnumerator *, GameUI_ShowLockedDoorHintInternal, (GameUI * __this, String * key, MethodInfo * method)); DO_APP_FUNC(0x00944490, void, GameUI_ShowCalmDownTutorial, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x009445F0, IEnumerator *, GameUI_ShowCalmDownTutorialInternal, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00944690, void, GameUI_ShowStaggerToCalmDownTutorial, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00944760, IEnumerator *, GameUI_ShowStaggerToCalmDownTutorialInternal, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00944800, void, GameUI_ShowAzazelUVTutorial, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00944920, IEnumerator *, GameUI_ShowAzazelUVTutorialInternal, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x009449C0, void, GameUI_ShowBatteryTutorial, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00944B00, IEnumerator *, GameUI_ShowBatteryTutorialInternal, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00944BA0, IEnumerator *, GameUI_ShowViewKeysTutorial, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00944C40, IEnumerator *, GameUI_DisplayTutorial, (GameUI * __this, float fadeTime, bool overrideTutorialsDisabled, MethodInfo * method)); DO_APP_FUNC(0x00944D10, void, GameUI_ShowDirtyEggShrineTutorial, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00944E40, IEnumerator *, GameUI_ShowDirtyEggShrineTutorialInternal, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00944EE0, void, GameUI_ShowInnIncorrectShrineTutorial, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00945010, IEnumerator *, GameUI_ShowInnIncorrectShrineTutorialInternal, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x009450B0, void, GameUI_ShowDirtyEggFountainTutorial, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x009451E0, IEnumerator *, GameUI_ShowDirtyEggFountainTutorialInternal, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00945280, void, GameUI_ShowAltarRitualBookTutorial, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x009453B0, IEnumerator *, GameUI_ShowAltarRitualBookTutorialInternal, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00945450, void, GameUI_ShowPentagramCandleTutorial, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00945580, IEnumerator *, GameUI_ShowPentagramCandleTutorialInternal, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00945620, void, GameUI_ShowPentagramBookTutorial, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00945750, IEnumerator *, GameUI_ShowPentagramBookTutorialInternal, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x009457F0, void, GameUI_ShowPentagramInactiveTutorial, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00945920, IEnumerator *, GameUI_ShowPentagramInactiveTutorialInternal, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x009459C0, void, GameUI_ShowManorMirrorItemsTutorial, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00945AF0, IEnumerator *, GameUI_ShowManorMirrorItemsTutorialInternal, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00945B90, void, GameUI_ShowDirtyHeadFountainTutorial, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00945CC0, IEnumerator *, GameUI_ShowDirtyHeadFountainTutorialInternal, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00945D60, void, GameUI_ShowDirtyHeadShrineTutorial, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00945E90, IEnumerator *, GameUI_ShowDirtyHeadShrineTutorialInternal, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00945F30, void, GameUI_ShowManorIncorrectShrineTutorial, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00946060, IEnumerator *, GameUI_ShowManorIncorrectShrineTutorialInternal, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00946100, void, GameUI_ShowSpadeTutorial, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00946230, IEnumerator *, GameUI_ShowSpadeTutorialInternal, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x009462D0, void, GameUI_ShowHidingPlayerFoundTutorial, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00946420, IEnumerator *, GameUI_ShowHidingPlayerFoundTutorialInternal, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x009464C0, void, GameUI_ShowNote, (GameUI * __this, String * localizedKey, MethodInfo * method)); DO_APP_FUNC(0x009472F0, void, GameUI_ReadNote, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B5C8, GameUI_ReadNote__MethodInfo); DO_APP_FUNC(0x00947390, void, GameUI_CloseNote, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B6E8, GameUI_CloseNote__MethodInfo); DO_APP_FUNC(0x00947590, void, GameUI_ShowLoading, (GameUI * __this, bool showWaitingForHostText, MethodInfo * method)); DO_APP_FUNC(0x00947680, void, GameUI_HideLoading, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00947760, IEnumerator *, GameUI_ShowKeysList, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00947800, IEnumerator *, GameUI_HideKeysList, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x009478A0, IEnumerator *, GameUI_AutoHideKeysList, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00947940, void, GameUI_HideKeysListImmediate, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00947CA0, void, GameUI_OnDestroy, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x009480D0, void, GameUI_OpenTextChat, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x009487B0, void, GameUI_CloseTextChat, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00948C20, bool, GameUI_TextChatIsOpen, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00948C80, bool, GameUI_MenuIsOpen, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00948C90, bool, GameUI_NoteIsOpen, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00948D40, bool, GameUI_EmotesIsOpen, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00948DF0, bool, GameUI_UIOpen, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00948E90, void, GameUI_OnChatMessageSubmit, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00949400, void, GameUI_OnChatMessageReceived, (GameUI * __this, TextMessage message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0828, GameUI_OnChatMessageReceived__MethodInfo); DO_APP_FUNC(0x009497C0, void, GameUI_SubmitChallengeMessage, (GameUI * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x00949C80, void, GameUI_AutoHideMessageList, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0094A0C0, IEnumerator *, GameUI_ShowMessageList, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0094A160, IEnumerator *, GameUI_HideMessageList, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0094A200, GameObject *, GameUI_GetCharacter, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0094A330, CameraController *, GameUI_GetCameraController, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0094A340, void, GameUI_SetItemUseBinding, (GameUI * __this, String * binding, String * defaultBinding, MethodInfo * method)); DO_APP_FUNC(0x0094A4A0, void, GameUI_HideMessageMonitor, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0094A510, void, GameUI_ShowConfirmModal, (GameUI * __this, UnityAction * yesAction, MethodInfo * method)); DO_APP_FUNC(0x0094A780, void, GameUI_OnControllerConnected, (GameUI * __this, ControllerStatusChangedEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC05E0, GameUI_OnControllerConnected__MethodInfo); DO_APP_FUNC(0x0094AAF0, void, GameUI_OnControllerDisconnected, (GameUI * __this, ControllerStatusChangedEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC05E8, GameUI_OnControllerDisconnected__MethodInfo); DO_APP_FUNC(0x0094AFD0, void, GameUI_OnGamepadTextInputDismissed, (GameUI * __this, GamepadTextInputDismissed_t pCallback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0860, GameUI_OnGamepadTextInputDismissed__MethodInfo); DO_APP_FUNC(0x0094B070, void, GameUI_BindingChanged, (GameUI * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0094B1F0, void, GameUI_SetCanvasScaling, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0094B2A0, void, GameUI_ShowPurgatoryCounter, (GameUI * __this, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0094B330, void, GameUI_HidePurgatoryCounter, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0094B370, void, GameUI_SetVRUIPointersActive, (GameUI * __this, bool active, MethodInfo * method)); DO_APP_FUNC(0x0094B7D0, void, GameUI_PositionCanvasesInVR, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0094BE00, void, GameUI_DelayPositionCanvasesInVR, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0094BEB0, IEnumerator *, GameUI_DelayPositionCanvasesInVRInternal, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0094BF50, void, GameUI_RefreshVRUIPointers, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0094BF90, void, GameUI_OnVRSettingsClick, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0590, GameUI_OnVRSettingsClick__MethodInfo); DO_APP_FUNC(0x0094C170, void, GameUI_OnVRSettingsBackClick, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0588, GameUI_OnVRSettingsBackClick__MethodInfo); DO_APP_FUNC(0x0094C350, void, GameUI_SetupVR, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0094D7A0, void, GameUI_OnVRTurningSpeedSliderChanged, (GameUI * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0580, GameUI_OnVRTurningSpeedSliderChanged__MethodInfo); DO_APP_FUNC(0x0094D8F0, void, GameUI_OnVRTurningSpeedInputEndEdit, (GameUI * __this, String * input, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0578, GameUI_OnVRTurningSpeedInputEndEdit__MethodInfo); DO_APP_FUNC(0x0094DA10, void, GameUI_OnVRControlsClick, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC05A0, GameUI_OnVRControlsClick__MethodInfo); DO_APP_FUNC(0x0094DD30, void, GameUI_OnVRControlsBackClick, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0598, GameUI_OnVRControlsBackClick__MethodInfo); DO_APP_FUNC(0x0094DE90, void, GameUI_ShowVROutOfBounds, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0094E0C0, void, GameUI_HideVROutOfBounds, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0094E190, void, GameUI_CheckForManualVRRecenter, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0094E3B0, void, GameUI_ShowIntroSkip, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0094E5F0, void, GameUI_SkipEnding, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0094E650, void, GameUI_SetMainMenuBumperGlyphColors, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0094E7D0, void, GameUI_SetMainMenuButtonNavigation, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0094EA40, void, GameUI_ClosePlayerListTooltips, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0094EBC0, void, GameUI_ShowBoarChargeItemDropTutorial, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0094ED10, IEnumerator *, GameUI_ShowBoarChargeItemDropTutorialInternal, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0094EDB0, void, GameUI_UpdateNoteUI, (GameUI * __this, String * localizedKey, MethodInfo * method)); DO_APP_FUNC(0x0094F300, bool, GameUI_UsingTownNoteBackground, (GameUI * __this, String * localizedKey, MethodInfo * method)); DO_APP_FUNC(0x0094F440, void, GameUI_EndingStarted, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0094FA00, void, GameUI_SetEmotes, (GameUI * __this, List_1_CharacterEmote_ * emotes, MethodInfo * method)); DO_APP_FUNC(0x009507B0, void, GameUI_NextEmotes, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B6E0, GameUI_NextEmotes__MethodInfo); DO_APP_FUNC(0x00950C30, void, GameUI_PrevEmotes, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B5D0, GameUI_PrevEmotes__MethodInfo); DO_APP_FUNC(0x00951090, void, GameUI_UpdateEmoteNextPrevButtons, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00951250, void, GameUI_EmoteWheelSelection, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00951CF0, void, GameUI_ClearEmoteWheelSelection, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00952130, void, GameUI_CloseEmoteWheel, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00952380, void, GameUI_InvokeEmoteWheelSelection, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x009525D0, IEnumerator *, GameUI_DelayEnableKeyBindingsScrollToSelection, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00952670, void, GameUI_PopulateKeyBindings, (GameUI * __this, bool useGamepad, MethodInfo * method)); DO_APP_FUNC(0x00952860, void, GameUI_WarnClientSuspiciousHost, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00952D00, void, GameUI_OnStatsClick, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B5B8, GameUI_OnStatsClick__MethodInfo); DO_APP_FUNC(0x00952E80, void, GameUI_OnStatsBackClick, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B5C0, GameUI_OnStatsBackClick__MethodInfo); DO_APP_FUNC(0x00953060, void, GameUI__ctor, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC(0x009533A0, void, GameUI__Start_b__371_0, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B598, GameUI__Start_b__371_0__MethodInfo); DO_APP_FUNC(0x009533B0, void, GameUI__Start_b__371_1, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B540, GameUI__Start_b__371_1__MethodInfo); DO_APP_FUNC(0x009533C0, void, GameUI__Start_b__371_2, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B4D8, GameUI__Start_b__371_2__MethodInfo); DO_APP_FUNC(0x009533D0, void, GameUI__Start_b__371_3, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B450, GameUI__Start_b__371_3__MethodInfo); DO_APP_FUNC(0x009533E0, void, GameUI__Start_b__371_4, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B408, GameUI__Start_b__371_4__MethodInfo); DO_APP_FUNC(0x009533F0, void, GameUI__Start_b__371_5, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B400, GameUI__Start_b__371_5__MethodInfo); DO_APP_FUNC(0x00953400, void, GameUI__Start_b__371_6, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B3D0, GameUI__Start_b__371_6__MethodInfo); DO_APP_FUNC(0x00953410, void, GameUI__Start_b__371_7, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B3C8, GameUI__Start_b__371_7__MethodInfo); DO_APP_FUNC(0x00953420, void, GameUI__Start_b__371_8, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B3E8, GameUI__Start_b__371_8__MethodInfo); DO_APP_FUNC(0x00953430, void, GameUI__Start_b__371_9, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B3D8, GameUI__Start_b__371_9__MethodInfo); DO_APP_FUNC(0x00953440, void, GameUI__Start_b__371_10, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B588, GameUI__Start_b__371_10__MethodInfo); DO_APP_FUNC(0x00953450, void, GameUI__Start_b__371_11, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B5B0, GameUI__Start_b__371_11__MethodInfo); DO_APP_FUNC(0x00953460, void, GameUI__Start_b__371_12, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B5A8, GameUI__Start_b__371_12__MethodInfo); DO_APP_FUNC(0x00953470, void, GameUI__Start_b__371_13, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B568, GameUI__Start_b__371_13__MethodInfo); DO_APP_FUNC(0x00953480, void, GameUI__Start_b__371_14, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B558, GameUI__Start_b__371_14__MethodInfo); DO_APP_FUNC(0x00953490, void, GameUI__Start_b__371_15, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B580, GameUI__Start_b__371_15__MethodInfo); DO_APP_FUNC(0x009534A0, void, GameUI__Start_b__371_16, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B578, GameUI__Start_b__371_16__MethodInfo); DO_APP_FUNC(0x009534B0, void, GameUI__Start_b__371_17, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B538, GameUI__Start_b__371_17__MethodInfo); DO_APP_FUNC(0x009534C0, void, GameUI__Start_b__371_18, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B530, GameUI__Start_b__371_18__MethodInfo); DO_APP_FUNC(0x009534D0, void, GameUI__Start_b__371_19, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B550, GameUI__Start_b__371_19__MethodInfo); DO_APP_FUNC(0x009534E0, void, GameUI__Start_b__371_20, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B510, GameUI__Start_b__371_20__MethodInfo); DO_APP_FUNC(0x009534F0, void, GameUI__Start_b__371_21, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B500, GameUI__Start_b__371_21__MethodInfo); DO_APP_FUNC(0x00953500, void, GameUI__Start_b__371_22, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B528, GameUI__Start_b__371_22__MethodInfo); DO_APP_FUNC(0x00953510, void, GameUI__Start_b__371_23, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B520, GameUI__Start_b__371_23__MethodInfo); DO_APP_FUNC(0x00953520, void, GameUI__Start_b__371_24, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B4E8, GameUI__Start_b__371_24__MethodInfo); DO_APP_FUNC(0x00953530, void, GameUI__Start_b__371_25, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B4E0, GameUI__Start_b__371_25__MethodInfo); DO_APP_FUNC(0x00953540, void, GameUI__Start_b__371_26, (GameUI * __this, bool isOn, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B4F8, GameUI__Start_b__371_26__MethodInfo); DO_APP_FUNC(0x00953550, void, GameUI__Start_b__371_27, (GameUI * __this, bool isOn, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B4F0, GameUI__Start_b__371_27__MethodInfo); DO_APP_FUNC(0x00953560, void, GameUI__Start_b__371_28, (GameUI * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B4C0, GameUI__Start_b__371_28__MethodInfo); DO_APP_FUNC(0x00953620, void, GameUI__Start_b__371_29, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B4B8, GameUI__Start_b__371_29__MethodInfo); DO_APP_FUNC(0x00953780, void, GameUI__Start_b__371_30, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B4C8, GameUI__Start_b__371_30__MethodInfo); DO_APP_FUNC(0x009538D0, void, GameUI__Start_b__371_31, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B4A0, GameUI__Start_b__371_31__MethodInfo); DO_APP_FUNC(0x00953A20, void, GameUI__Start_b__371_32, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B498, GameUI__Start_b__371_32__MethodInfo); DO_APP_FUNC(0x00953AD0, void, GameUI__Start_b__371_33, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B4B0, GameUI__Start_b__371_33__MethodInfo); DO_APP_FUNC(0x00953C40, void, GameUI__Start_b__371_35, (GameUI * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B4A8, GameUI__Start_b__371_35__MethodInfo); DO_APP_FUNC(0x00953D00, void, GameUI__Start_b__371_36, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B480, GameUI__Start_b__371_36__MethodInfo); DO_APP_FUNC(0x00953DE0, void, GameUI__Start_b__371_37, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B478, GameUI__Start_b__371_37__MethodInfo); DO_APP_FUNC(0x00953E80, void, GameUI__Start_b__371_38, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B490, GameUI__Start_b__371_38__MethodInfo); DO_APP_FUNC(0x00953FA0, void, GameUI__Start_b__371_39, (GameUI * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B488, GameUI__Start_b__371_39__MethodInfo); DO_APP_FUNC(0x00954060, void, GameUI__Start_b__371_40, (GameUI * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B440, GameUI__Start_b__371_40__MethodInfo); DO_APP_FUNC(0x00954120, void, GameUI__Start_b__371_41, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B468, GameUI__Start_b__371_41__MethodInfo); DO_APP_FUNC(0x009541D0, void, GameUI__Start_b__371_42, (GameUI * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B458, GameUI__Start_b__371_42__MethodInfo); DO_APP_FUNC(0x009542A0, void, GameUI__Start_b__371_43, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B420, GameUI__Start_b__371_43__MethodInfo); DO_APP_FUNC(0x00954350, void, GameUI__Start_b__371_44, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B418, GameUI__Start_b__371_44__MethodInfo); DO_APP_FUNC(0x00954460, void, GameUI__Start_b__371_45, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B430, GameUI__Start_b__371_45__MethodInfo); DO_APP_FUNC(0x00954510, void, GameUI__Start_b__371_46, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B428, GameUI__Start_b__371_46__MethodInfo); DO_APP_FUNC(0x009545C0, void, GameUI__Start_b__371_47, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B3F8, GameUI__Start_b__371_47__MethodInfo); DO_APP_FUNC(0x00954670, void, GameUI__Start_b__371_48, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B3F0, GameUI__Start_b__371_48__MethodInfo); DO_APP_FUNC(0x00954720, void, GameUI__ActivateDissonance_b__379_0, (GameUI * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0818, GameUI__ActivateDissonance_b__379_0__MethodInfo); DO_APP_FUNC(0x00954830, void, GameUI__ActivateDissonance_b__379_1, (GameUI * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0820, GameUI__ActivateDissonance_b__379_1__MethodInfo); DO_APP_FUNC(0x009548F0, void, GameUI__SetupVR_b__542_0, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0568, GameUI__SetupVR_b__542_0__MethodInfo); DO_APP_FUNC(0x009549A0, void, GameUI__SetupVR_b__542_1, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0560, GameUI__SetupVR_b__542_1__MethodInfo); DO_APP_FUNC(0x00954A50, void, GameUI__SetupVR_b__542_2, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0548, GameUI__SetupVR_b__542_2__MethodInfo); DO_APP_FUNC(0x00954B00, void, GameUI__SetupVR_b__542_3, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0550, GameUI__SetupVR_b__542_3__MethodInfo); DO_APP_FUNC(0x00954BB0, void, GameUI__SetupVR_b__542_4, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0538, GameUI__SetupVR_b__542_4__MethodInfo); DO_APP_FUNC(0x00954C60, void, GameUI__SetupVR_b__542_5, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0540, GameUI__SetupVR_b__542_5__MethodInfo); DO_APP_FUNC(0x00954D10, void, GameUI__SetupVR_b__542_6, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0528, GameUI__SetupVR_b__542_6__MethodInfo); DO_APP_FUNC(0x00954DC0, void, GameUI__SetupVR_b__542_7, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0530, GameUI__SetupVR_b__542_7__MethodInfo); DO_APP_FUNC(0x00954E70, void, GameUI__SetupVR_b__542_8, (GameUI * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0518, GameUI__SetupVR_b__542_8__MethodInfo); DO_APP_FUNC(0x00954F40, void, GameUI__SetupVR_b__542_9, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0520, GameUI__SetupVR_b__542_9__MethodInfo); DO_APP_FUNC(0x00954FF0, void, GameUI__SetupVR_b__542_10, (GameUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0570, GameUI__SetupVR_b__542_10__MethodInfo); DO_APP_FUNC(0x009550A0, void, GameUI__SetupVR_b__542_11, (GameUI * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0558, GameUI__SetupVR_b__542_11__MethodInfo); DO_APP_FUNC(0x00955160, void, GameUI_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_c__ctor, (GameUI_c * __this, MethodInfo * method)); DO_APP_FUNC(0x006D5840, bool, GameUI_c__Start_b__371_34, (GameUI_c * __this, Dropdown_OptionData * option, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B3C0, GameUI_c__Start_b__371_34__MethodInfo); DO_APP_FUNC(0x003BAD60, void, GameUI_Start_d_371__ctor, (GameUI_Start_d_371 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_Start_d_371_System_IDisposable_Dispose, (GameUI_Start_d_371 * __this, MethodInfo * method)); DO_APP_FUNC(0x00955210, bool, GameUI_Start_d_371_MoveNext, (GameUI_Start_d_371 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_Start_d_371_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_Start_d_371 * __this, MethodInfo * method)); DO_APP_FUNC(0x00958E60, void, GameUI_Start_d_371_System_Collections_IEnumerator_Reset, (GameUI_Start_d_371 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B3B8, GameUI_Start_d_371_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_Start_d_371_System_Collections_IEnumerator_get_Current, (GameUI_Start_d_371 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ControllerReselectDelayed_d_378__ctor, (GameUI_ControllerReselectDelayed_d_378 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ControllerReselectDelayed_d_378_System_IDisposable_Dispose, (GameUI_ControllerReselectDelayed_d_378 * __this, MethodInfo * method)); DO_APP_FUNC(0x00958EB0, bool, GameUI_ControllerReselectDelayed_d_378_MoveNext, (GameUI_ControllerReselectDelayed_d_378 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ControllerReselectDelayed_d_378_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ControllerReselectDelayed_d_378 * __this, MethodInfo * method)); DO_APP_FUNC(0x00959530, void, GameUI_ControllerReselectDelayed_d_378_System_Collections_IEnumerator_Reset, (GameUI_ControllerReselectDelayed_d_378 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B398, GameUI_ControllerReselectDelayed_d_378_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ControllerReselectDelayed_d_378_System_Collections_IEnumerator_get_Current, (GameUI_ControllerReselectDelayed_d_378 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowGoatCount_d_382__ctor, (GameUI_ShowGoatCount_d_382 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowGoatCount_d_382_System_IDisposable_Dispose, (GameUI_ShowGoatCount_d_382 * __this, MethodInfo * method)); DO_APP_FUNC(0x00959580, bool, GameUI_ShowGoatCount_d_382_MoveNext, (GameUI_ShowGoatCount_d_382 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowGoatCount_d_382_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowGoatCount_d_382 * __this, MethodInfo * method)); DO_APP_FUNC(0x00959860, void, GameUI_ShowGoatCount_d_382_System_Collections_IEnumerator_Reset, (GameUI_ShowGoatCount_d_382 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B3A8, GameUI_ShowGoatCount_d_382_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowGoatCount_d_382_System_Collections_IEnumerator_get_Current, (GameUI_ShowGoatCount_d_382 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowCollectableModalInternal_d_388__ctor, (GameUI_ShowCollectableModalInternal_d_388 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowCollectableModalInternal_d_388_System_IDisposable_Dispose, (GameUI_ShowCollectableModalInternal_d_388 * __this, MethodInfo * method)); DO_APP_FUNC(0x009598B0, bool, GameUI_ShowCollectableModalInternal_d_388_MoveNext, (GameUI_ShowCollectableModalInternal_d_388 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowCollectableModalInternal_d_388_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowCollectableModalInternal_d_388 * __this, MethodInfo * method)); DO_APP_FUNC(0x00959CA0, void, GameUI_ShowCollectableModalInternal_d_388_System_Collections_IEnumerator_Reset, (GameUI_ShowCollectableModalInternal_d_388 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B358, GameUI_ShowCollectableModalInternal_d_388_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowCollectableModalInternal_d_388_System_Collections_IEnumerator_get_Current, (GameUI_ShowCollectableModalInternal_d_388 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowCurrentPerkCoroutine_d_389__ctor, (GameUI_ShowCurrentPerkCoroutine_d_389 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowCurrentPerkCoroutine_d_389_System_IDisposable_Dispose, (GameUI_ShowCurrentPerkCoroutine_d_389 * __this, MethodInfo * method)); DO_APP_FUNC(0x00959CF0, bool, GameUI_ShowCurrentPerkCoroutine_d_389_MoveNext, (GameUI_ShowCurrentPerkCoroutine_d_389 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowCurrentPerkCoroutine_d_389_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowCurrentPerkCoroutine_d_389 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095A200, void, GameUI_ShowCurrentPerkCoroutine_d_389_System_Collections_IEnumerator_Reset, (GameUI_ShowCurrentPerkCoroutine_d_389 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B360, GameUI_ShowCurrentPerkCoroutine_d_389_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowCurrentPerkCoroutine_d_389_System_Collections_IEnumerator_get_Current, (GameUI_ShowCurrentPerkCoroutine_d_389 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowKeyPickupModalInternal_d_393__ctor, (GameUI_ShowKeyPickupModalInternal_d_393 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowKeyPickupModalInternal_d_393_System_IDisposable_Dispose, (GameUI_ShowKeyPickupModalInternal_d_393 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095A250, bool, GameUI_ShowKeyPickupModalInternal_d_393_MoveNext, (GameUI_ShowKeyPickupModalInternal_d_393 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowKeyPickupModalInternal_d_393_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowKeyPickupModalInternal_d_393 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095A640, void, GameUI_ShowKeyPickupModalInternal_d_393_System_Collections_IEnumerator_Reset, (GameUI_ShowKeyPickupModalInternal_d_393 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B348, GameUI_ShowKeyPickupModalInternal_d_393_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowKeyPickupModalInternal_d_393_System_Collections_IEnumerator_get_Current, (GameUI_ShowKeyPickupModalInternal_d_393 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_c_DisplayClass418_0__ctor, (GameUI_c_DisplayClass418_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095A690, void, GameUI_c_DisplayClass418_0__AddPlayerToMenu_b__0, (GameUI_c_DisplayClass418_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0770, GameUI_c_DisplayClass418_0__AddPlayerToMenu_b__0__MethodInfo); DO_APP_FUNC(0x0095A910, void, GameUI_c_DisplayClass418_0__AddPlayerToMenu_b__1, (GameUI_c_DisplayClass418_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0778, GameUI_c_DisplayClass418_0__AddPlayerToMenu_b__1__MethodInfo); DO_APP_FUNC(0x0095AF90, void, GameUI_c_DisplayClass418_0__AddPlayerToMenu_b__2, (GameUI_c_DisplayClass418_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0760, GameUI_c_DisplayClass418_0__AddPlayerToMenu_b__2__MethodInfo); DO_APP_FUNC(0x0095B010, void, GameUI_c_DisplayClass418_0__AddPlayerToMenu_b__3, (GameUI_c_DisplayClass418_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0768, GameUI_c_DisplayClass418_0__AddPlayerToMenu_b__3__MethodInfo); DO_APP_FUNC(0x003BAD60, void, GameUI_WaitForPlayerVote_d_423__ctor, (GameUI_WaitForPlayerVote_d_423 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_WaitForPlayerVote_d_423_System_IDisposable_Dispose, (GameUI_WaitForPlayerVote_d_423 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095B430, bool, GameUI_WaitForPlayerVote_d_423_MoveNext, (GameUI_WaitForPlayerVote_d_423 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_WaitForPlayerVote_d_423_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_WaitForPlayerVote_d_423 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095BD60, void, GameUI_WaitForPlayerVote_d_423_System_Collections_IEnumerator_Reset, (GameUI_WaitForPlayerVote_d_423 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B300, GameUI_WaitForPlayerVote_d_423_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_WaitForPlayerVote_d_423_System_Collections_IEnumerator_get_Current, (GameUI_WaitForPlayerVote_d_423 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_WaitForGlobalVote_d_424__ctor, (GameUI_WaitForGlobalVote_d_424 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_WaitForGlobalVote_d_424_System_IDisposable_Dispose, (GameUI_WaitForGlobalVote_d_424 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095BDB0, bool, GameUI_WaitForGlobalVote_d_424_MoveNext, (GameUI_WaitForGlobalVote_d_424 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_WaitForGlobalVote_d_424_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_WaitForGlobalVote_d_424 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095C320, void, GameUI_WaitForGlobalVote_d_424_System_Collections_IEnumerator_Reset, (GameUI_WaitForGlobalVote_d_424 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B2E0, GameUI_WaitForGlobalVote_d_424_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_WaitForGlobalVote_d_424_System_Collections_IEnumerator_get_Current, (GameUI_WaitForGlobalVote_d_424 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_OnApplicationFocus_d_443__ctor, (GameUI_OnApplicationFocus_d_443 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_OnApplicationFocus_d_443_System_IDisposable_Dispose, (GameUI_OnApplicationFocus_d_443 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095C370, bool, GameUI_OnApplicationFocus_d_443_MoveNext, (GameUI_OnApplicationFocus_d_443 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_OnApplicationFocus_d_443_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_OnApplicationFocus_d_443 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095C630, void, GameUI_OnApplicationFocus_d_443_System_Collections_IEnumerator_Reset, (GameUI_OnApplicationFocus_d_443 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B2C8, GameUI_OnApplicationFocus_d_443_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_OnApplicationFocus_d_443_System_Collections_IEnumerator_get_Current, (GameUI_OnApplicationFocus_d_443 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_FadeBatteryGauge_d_451__ctor, (GameUI_FadeBatteryGauge_d_451 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_FadeBatteryGauge_d_451_System_IDisposable_Dispose, (GameUI_FadeBatteryGauge_d_451 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095C680, bool, GameUI_FadeBatteryGauge_d_451_MoveNext, (GameUI_FadeBatteryGauge_d_451 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_FadeBatteryGauge_d_451_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_FadeBatteryGauge_d_451 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095CB30, void, GameUI_FadeBatteryGauge_d_451_System_Collections_IEnumerator_Reset, (GameUI_FadeBatteryGauge_d_451 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B2B0, GameUI_FadeBatteryGauge_d_451_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_FadeBatteryGauge_d_451_System_Collections_IEnumerator_get_Current, (GameUI_FadeBatteryGauge_d_451 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowFocusFlashlightTutorial_d_452__ctor, (GameUI_ShowFocusFlashlightTutorial_d_452 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowFocusFlashlightTutorial_d_452_System_IDisposable_Dispose, (GameUI_ShowFocusFlashlightTutorial_d_452 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095CB80, bool, GameUI_ShowFocusFlashlightTutorial_d_452_MoveNext, (GameUI_ShowFocusFlashlightTutorial_d_452 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowFocusFlashlightTutorial_d_452_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowFocusFlashlightTutorial_d_452 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095CDC0, void, GameUI_ShowFocusFlashlightTutorial_d_452_System_Collections_IEnumerator_Reset, (GameUI_ShowFocusFlashlightTutorial_d_452 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B290, GameUI_ShowFocusFlashlightTutorial_d_452_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowFocusFlashlightTutorial_d_452_System_Collections_IEnumerator_get_Current, (GameUI_ShowFocusFlashlightTutorial_d_452 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowFocusInnWebTutorial_d_453__ctor, (GameUI_ShowFocusInnWebTutorial_d_453 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowFocusInnWebTutorial_d_453_System_IDisposable_Dispose, (GameUI_ShowFocusInnWebTutorial_d_453 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095CE10, bool, GameUI_ShowFocusInnWebTutorial_d_453_MoveNext, (GameUI_ShowFocusInnWebTutorial_d_453 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowFocusInnWebTutorial_d_453_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowFocusInnWebTutorial_d_453 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095D050, void, GameUI_ShowFocusInnWebTutorial_d_453_System_Collections_IEnumerator_Reset, (GameUI_ShowFocusInnWebTutorial_d_453 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B270, GameUI_ShowFocusInnWebTutorial_d_453_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowFocusInnWebTutorial_d_453_System_Collections_IEnumerator_get_Current, (GameUI_ShowFocusInnWebTutorial_d_453 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowDropTutorial_d_454__ctor, (GameUI_ShowDropTutorial_d_454 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowDropTutorial_d_454_System_IDisposable_Dispose, (GameUI_ShowDropTutorial_d_454 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095D0A0, bool, GameUI_ShowDropTutorial_d_454_MoveNext, (GameUI_ShowDropTutorial_d_454 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowDropTutorial_d_454_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowDropTutorial_d_454 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095D480, void, GameUI_ShowDropTutorial_d_454_System_Collections_IEnumerator_Reset, (GameUI_ShowDropTutorial_d_454 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B260, GameUI_ShowDropTutorial_d_454_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowDropTutorial_d_454_System_Collections_IEnumerator_get_Current, (GameUI_ShowDropTutorial_d_454 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowFlashlightTutorialInternal_d_460__ctor, (GameUI_ShowFlashlightTutorialInternal_d_460 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowFlashlightTutorialInternal_d_460_System_IDisposable_Dispose, (GameUI_ShowFlashlightTutorialInternal_d_460 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095D4D0, bool, GameUI_ShowFlashlightTutorialInternal_d_460_MoveNext, (GameUI_ShowFlashlightTutorialInternal_d_460 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowFlashlightTutorialInternal_d_460_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowFlashlightTutorialInternal_d_460 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095D890, void, GameUI_ShowFlashlightTutorialInternal_d_460_System_Collections_IEnumerator_Reset, (GameUI_ShowFlashlightTutorialInternal_d_460 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B240, GameUI_ShowFlashlightTutorialInternal_d_460_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowFlashlightTutorialInternal_d_460_System_Collections_IEnumerator_get_Current, (GameUI_ShowFlashlightTutorialInternal_d_460 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_HideFlashlightTutorial_d_461__ctor, (GameUI_HideFlashlightTutorial_d_461 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_HideFlashlightTutorial_d_461_System_IDisposable_Dispose, (GameUI_HideFlashlightTutorial_d_461 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095D8E0, bool, GameUI_HideFlashlightTutorial_d_461_MoveNext, (GameUI_HideFlashlightTutorial_d_461 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_HideFlashlightTutorial_d_461_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_HideFlashlightTutorial_d_461 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095DB30, void, GameUI_HideFlashlightTutorial_d_461_System_Collections_IEnumerator_Reset, (GameUI_HideFlashlightTutorial_d_461 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B230, GameUI_HideFlashlightTutorial_d_461_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_HideFlashlightTutorial_d_461_System_Collections_IEnumerator_get_Current, (GameUI_HideFlashlightTutorial_d_461 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowLockedDoorHintInternal_d_463__ctor, (GameUI_ShowLockedDoorHintInternal_d_463 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowLockedDoorHintInternal_d_463_System_IDisposable_Dispose, (GameUI_ShowLockedDoorHintInternal_d_463 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095DB80, bool, GameUI_ShowLockedDoorHintInternal_d_463_MoveNext, (GameUI_ShowLockedDoorHintInternal_d_463 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowLockedDoorHintInternal_d_463_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowLockedDoorHintInternal_d_463 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095DE20, void, GameUI_ShowLockedDoorHintInternal_d_463_System_Collections_IEnumerator_Reset, (GameUI_ShowLockedDoorHintInternal_d_463 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B218, GameUI_ShowLockedDoorHintInternal_d_463_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowLockedDoorHintInternal_d_463_System_Collections_IEnumerator_get_Current, (GameUI_ShowLockedDoorHintInternal_d_463 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowCalmDownTutorialInternal_d_465__ctor, (GameUI_ShowCalmDownTutorialInternal_d_465 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowCalmDownTutorialInternal_d_465_System_IDisposable_Dispose, (GameUI_ShowCalmDownTutorialInternal_d_465 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095DE70, bool, GameUI_ShowCalmDownTutorialInternal_d_465_MoveNext, (GameUI_ShowCalmDownTutorialInternal_d_465 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowCalmDownTutorialInternal_d_465_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowCalmDownTutorialInternal_d_465 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095E2F0, void, GameUI_ShowCalmDownTutorialInternal_d_465_System_Collections_IEnumerator_Reset, (GameUI_ShowCalmDownTutorialInternal_d_465 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B1F0, GameUI_ShowCalmDownTutorialInternal_d_465_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowCalmDownTutorialInternal_d_465_System_Collections_IEnumerator_get_Current, (GameUI_ShowCalmDownTutorialInternal_d_465 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowStaggerToCalmDownTutorialInternal_d_467__ctor, (GameUI_ShowStaggerToCalmDownTutorialInternal_d_467 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowStaggerToCalmDownTutorialInternal_d_467_System_IDisposable_Dispose, (GameUI_ShowStaggerToCalmDownTutorialInternal_d_467 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095E340, bool, GameUI_ShowStaggerToCalmDownTutorialInternal_d_467_MoveNext, (GameUI_ShowStaggerToCalmDownTutorialInternal_d_467 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowStaggerToCalmDownTutorialInternal_d_467_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowStaggerToCalmDownTutorialInternal_d_467 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095EFD0, void, GameUI_ShowStaggerToCalmDownTutorialInternal_d_467_System_Collections_IEnumerator_Reset, (GameUI_ShowStaggerToCalmDownTutorialInternal_d_467 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B1E0, GameUI_ShowStaggerToCalmDownTutorialInternal_d_467_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowStaggerToCalmDownTutorialInternal_d_467_System_Collections_IEnumerator_get_Current, (GameUI_ShowStaggerToCalmDownTutorialInternal_d_467 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowAzazelUVTutorialInternal_d_469__ctor, (GameUI_ShowAzazelUVTutorialInternal_d_469 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowAzazelUVTutorialInternal_d_469_System_IDisposable_Dispose, (GameUI_ShowAzazelUVTutorialInternal_d_469 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095F020, bool, GameUI_ShowAzazelUVTutorialInternal_d_469_MoveNext, (GameUI_ShowAzazelUVTutorialInternal_d_469 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowAzazelUVTutorialInternal_d_469_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowAzazelUVTutorialInternal_d_469 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095F460, void, GameUI_ShowAzazelUVTutorialInternal_d_469_System_Collections_IEnumerator_Reset, (GameUI_ShowAzazelUVTutorialInternal_d_469 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B1C8, GameUI_ShowAzazelUVTutorialInternal_d_469_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowAzazelUVTutorialInternal_d_469_System_Collections_IEnumerator_get_Current, (GameUI_ShowAzazelUVTutorialInternal_d_469 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowBatteryTutorialInternal_d_471__ctor, (GameUI_ShowBatteryTutorialInternal_d_471 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowBatteryTutorialInternal_d_471_System_IDisposable_Dispose, (GameUI_ShowBatteryTutorialInternal_d_471 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095F4B0, bool, GameUI_ShowBatteryTutorialInternal_d_471_MoveNext, (GameUI_ShowBatteryTutorialInternal_d_471 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowBatteryTutorialInternal_d_471_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowBatteryTutorialInternal_d_471 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095F880, void, GameUI_ShowBatteryTutorialInternal_d_471_System_Collections_IEnumerator_Reset, (GameUI_ShowBatteryTutorialInternal_d_471 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B1A0, GameUI_ShowBatteryTutorialInternal_d_471_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowBatteryTutorialInternal_d_471_System_Collections_IEnumerator_get_Current, (GameUI_ShowBatteryTutorialInternal_d_471 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowViewKeysTutorial_d_472__ctor, (GameUI_ShowViewKeysTutorial_d_472 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowViewKeysTutorial_d_472_System_IDisposable_Dispose, (GameUI_ShowViewKeysTutorial_d_472 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095F8D0, bool, GameUI_ShowViewKeysTutorial_d_472_MoveNext, (GameUI_ShowViewKeysTutorial_d_472 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowViewKeysTutorial_d_472_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowViewKeysTutorial_d_472 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095FCA0, void, GameUI_ShowViewKeysTutorial_d_472_System_Collections_IEnumerator_Reset, (GameUI_ShowViewKeysTutorial_d_472 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B190, GameUI_ShowViewKeysTutorial_d_472_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowViewKeysTutorial_d_472_System_Collections_IEnumerator_get_Current, (GameUI_ShowViewKeysTutorial_d_472 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_DisplayTutorial_d_473__ctor, (GameUI_DisplayTutorial_d_473 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_DisplayTutorial_d_473_System_IDisposable_Dispose, (GameUI_DisplayTutorial_d_473 * __this, MethodInfo * method)); DO_APP_FUNC(0x0095FCF0, bool, GameUI_DisplayTutorial_d_473_MoveNext, (GameUI_DisplayTutorial_d_473 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_DisplayTutorial_d_473_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_DisplayTutorial_d_473 * __this, MethodInfo * method)); DO_APP_FUNC(0x00960020, void, GameUI_DisplayTutorial_d_473_System_Collections_IEnumerator_Reset, (GameUI_DisplayTutorial_d_473 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B170, GameUI_DisplayTutorial_d_473_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_DisplayTutorial_d_473_System_Collections_IEnumerator_get_Current, (GameUI_DisplayTutorial_d_473 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowDirtyEggShrineTutorialInternal_d_475__ctor, (GameUI_ShowDirtyEggShrineTutorialInternal_d_475 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowDirtyEggShrineTutorialInternal_d_475_System_IDisposable_Dispose, (GameUI_ShowDirtyEggShrineTutorialInternal_d_475 * __this, MethodInfo * method)); DO_APP_FUNC(0x00960070, bool, GameUI_ShowDirtyEggShrineTutorialInternal_d_475_MoveNext, (GameUI_ShowDirtyEggShrineTutorialInternal_d_475 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowDirtyEggShrineTutorialInternal_d_475_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowDirtyEggShrineTutorialInternal_d_475 * __this, MethodInfo * method)); DO_APP_FUNC(0x009603C0, void, GameUI_ShowDirtyEggShrineTutorialInternal_d_475_System_Collections_IEnumerator_Reset, (GameUI_ShowDirtyEggShrineTutorialInternal_d_475 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B160, GameUI_ShowDirtyEggShrineTutorialInternal_d_475_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowDirtyEggShrineTutorialInternal_d_475_System_Collections_IEnumerator_get_Current, (GameUI_ShowDirtyEggShrineTutorialInternal_d_475 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowInnIncorrectShrineTutorialInternal_d_477__ctor, (GameUI_ShowInnIncorrectShrineTutorialInternal_d_477 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowInnIncorrectShrineTutorialInternal_d_477_System_IDisposable_Dispose, (GameUI_ShowInnIncorrectShrineTutorialInternal_d_477 * __this, MethodInfo * method)); DO_APP_FUNC(0x00960410, bool, GameUI_ShowInnIncorrectShrineTutorialInternal_d_477_MoveNext, (GameUI_ShowInnIncorrectShrineTutorialInternal_d_477 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowInnIncorrectShrineTutorialInternal_d_477_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowInnIncorrectShrineTutorialInternal_d_477 * __this, MethodInfo * method)); DO_APP_FUNC(0x00960760, void, GameUI_ShowInnIncorrectShrineTutorialInternal_d_477_System_Collections_IEnumerator_Reset, (GameUI_ShowInnIncorrectShrineTutorialInternal_d_477 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B140, GameUI_ShowInnIncorrectShrineTutorialInternal_d_477_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowInnIncorrectShrineTutorialInternal_d_477_System_Collections_IEnumerator_get_Current, (GameUI_ShowInnIncorrectShrineTutorialInternal_d_477 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowDirtyEggFountainTutorialInternal_d_479__ctor, (GameUI_ShowDirtyEggFountainTutorialInternal_d_479 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowDirtyEggFountainTutorialInternal_d_479_System_IDisposable_Dispose, (GameUI_ShowDirtyEggFountainTutorialInternal_d_479 * __this, MethodInfo * method)); DO_APP_FUNC(0x009607B0, bool, GameUI_ShowDirtyEggFountainTutorialInternal_d_479_MoveNext, (GameUI_ShowDirtyEggFountainTutorialInternal_d_479 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowDirtyEggFountainTutorialInternal_d_479_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowDirtyEggFountainTutorialInternal_d_479 * __this, MethodInfo * method)); DO_APP_FUNC(0x00960B00, void, GameUI_ShowDirtyEggFountainTutorialInternal_d_479_System_Collections_IEnumerator_Reset, (GameUI_ShowDirtyEggFountainTutorialInternal_d_479 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B128, GameUI_ShowDirtyEggFountainTutorialInternal_d_479_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowDirtyEggFountainTutorialInternal_d_479_System_Collections_IEnumerator_get_Current, (GameUI_ShowDirtyEggFountainTutorialInternal_d_479 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowAltarRitualBookTutorialInternal_d_481__ctor, (GameUI_ShowAltarRitualBookTutorialInternal_d_481 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowAltarRitualBookTutorialInternal_d_481_System_IDisposable_Dispose, (GameUI_ShowAltarRitualBookTutorialInternal_d_481 * __this, MethodInfo * method)); DO_APP_FUNC(0x00960B50, bool, GameUI_ShowAltarRitualBookTutorialInternal_d_481_MoveNext, (GameUI_ShowAltarRitualBookTutorialInternal_d_481 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowAltarRitualBookTutorialInternal_d_481_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowAltarRitualBookTutorialInternal_d_481 * __this, MethodInfo * method)); DO_APP_FUNC(0x00960EA0, void, GameUI_ShowAltarRitualBookTutorialInternal_d_481_System_Collections_IEnumerator_Reset, (GameUI_ShowAltarRitualBookTutorialInternal_d_481 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B110, GameUI_ShowAltarRitualBookTutorialInternal_d_481_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowAltarRitualBookTutorialInternal_d_481_System_Collections_IEnumerator_get_Current, (GameUI_ShowAltarRitualBookTutorialInternal_d_481 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowPentagramCandleTutorialInternal_d_483__ctor, (GameUI_ShowPentagramCandleTutorialInternal_d_483 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowPentagramCandleTutorialInternal_d_483_System_IDisposable_Dispose, (GameUI_ShowPentagramCandleTutorialInternal_d_483 * __this, MethodInfo * method)); DO_APP_FUNC(0x00960EF0, bool, GameUI_ShowPentagramCandleTutorialInternal_d_483_MoveNext, (GameUI_ShowPentagramCandleTutorialInternal_d_483 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowPentagramCandleTutorialInternal_d_483_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowPentagramCandleTutorialInternal_d_483 * __this, MethodInfo * method)); DO_APP_FUNC(0x00961240, void, GameUI_ShowPentagramCandleTutorialInternal_d_483_System_Collections_IEnumerator_Reset, (GameUI_ShowPentagramCandleTutorialInternal_d_483 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B100, GameUI_ShowPentagramCandleTutorialInternal_d_483_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowPentagramCandleTutorialInternal_d_483_System_Collections_IEnumerator_get_Current, (GameUI_ShowPentagramCandleTutorialInternal_d_483 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowPentagramBookTutorialInternal_d_485__ctor, (GameUI_ShowPentagramBookTutorialInternal_d_485 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowPentagramBookTutorialInternal_d_485_System_IDisposable_Dispose, (GameUI_ShowPentagramBookTutorialInternal_d_485 * __this, MethodInfo * method)); DO_APP_FUNC(0x00961290, bool, GameUI_ShowPentagramBookTutorialInternal_d_485_MoveNext, (GameUI_ShowPentagramBookTutorialInternal_d_485 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowPentagramBookTutorialInternal_d_485_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowPentagramBookTutorialInternal_d_485 * __this, MethodInfo * method)); DO_APP_FUNC(0x009615E0, void, GameUI_ShowPentagramBookTutorialInternal_d_485_System_Collections_IEnumerator_Reset, (GameUI_ShowPentagramBookTutorialInternal_d_485 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B0D8, GameUI_ShowPentagramBookTutorialInternal_d_485_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowPentagramBookTutorialInternal_d_485_System_Collections_IEnumerator_get_Current, (GameUI_ShowPentagramBookTutorialInternal_d_485 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowPentagramInactiveTutorialInternal_d_487__ctor, (GameUI_ShowPentagramInactiveTutorialInternal_d_487 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowPentagramInactiveTutorialInternal_d_487_System_IDisposable_Dispose, (GameUI_ShowPentagramInactiveTutorialInternal_d_487 * __this, MethodInfo * method)); DO_APP_FUNC(0x00961630, bool, GameUI_ShowPentagramInactiveTutorialInternal_d_487_MoveNext, (GameUI_ShowPentagramInactiveTutorialInternal_d_487 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowPentagramInactiveTutorialInternal_d_487_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowPentagramInactiveTutorialInternal_d_487 * __this, MethodInfo * method)); DO_APP_FUNC(0x00961980, void, GameUI_ShowPentagramInactiveTutorialInternal_d_487_System_Collections_IEnumerator_Reset, (GameUI_ShowPentagramInactiveTutorialInternal_d_487 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B0C0, GameUI_ShowPentagramInactiveTutorialInternal_d_487_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowPentagramInactiveTutorialInternal_d_487_System_Collections_IEnumerator_get_Current, (GameUI_ShowPentagramInactiveTutorialInternal_d_487 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowManorMirrorItemsTutorialInternal_d_489__ctor, (GameUI_ShowManorMirrorItemsTutorialInternal_d_489 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowManorMirrorItemsTutorialInternal_d_489_System_IDisposable_Dispose, (GameUI_ShowManorMirrorItemsTutorialInternal_d_489 * __this, MethodInfo * method)); DO_APP_FUNC(0x009619D0, bool, GameUI_ShowManorMirrorItemsTutorialInternal_d_489_MoveNext, (GameUI_ShowManorMirrorItemsTutorialInternal_d_489 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowManorMirrorItemsTutorialInternal_d_489_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowManorMirrorItemsTutorialInternal_d_489 * __this, MethodInfo * method)); DO_APP_FUNC(0x00961D20, void, GameUI_ShowManorMirrorItemsTutorialInternal_d_489_System_Collections_IEnumerator_Reset, (GameUI_ShowManorMirrorItemsTutorialInternal_d_489 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B098, GameUI_ShowManorMirrorItemsTutorialInternal_d_489_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowManorMirrorItemsTutorialInternal_d_489_System_Collections_IEnumerator_get_Current, (GameUI_ShowManorMirrorItemsTutorialInternal_d_489 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowDirtyHeadFountainTutorialInternal_d_491__ctor, (GameUI_ShowDirtyHeadFountainTutorialInternal_d_491 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowDirtyHeadFountainTutorialInternal_d_491_System_IDisposable_Dispose, (GameUI_ShowDirtyHeadFountainTutorialInternal_d_491 * __this, MethodInfo * method)); DO_APP_FUNC(0x00961D70, bool, GameUI_ShowDirtyHeadFountainTutorialInternal_d_491_MoveNext, (GameUI_ShowDirtyHeadFountainTutorialInternal_d_491 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowDirtyHeadFountainTutorialInternal_d_491_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowDirtyHeadFountainTutorialInternal_d_491 * __this, MethodInfo * method)); DO_APP_FUNC(0x009620C0, void, GameUI_ShowDirtyHeadFountainTutorialInternal_d_491_System_Collections_IEnumerator_Reset, (GameUI_ShowDirtyHeadFountainTutorialInternal_d_491 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B088, GameUI_ShowDirtyHeadFountainTutorialInternal_d_491_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowDirtyHeadFountainTutorialInternal_d_491_System_Collections_IEnumerator_get_Current, (GameUI_ShowDirtyHeadFountainTutorialInternal_d_491 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowDirtyHeadShrineTutorialInternal_d_493__ctor, (GameUI_ShowDirtyHeadShrineTutorialInternal_d_493 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowDirtyHeadShrineTutorialInternal_d_493_System_IDisposable_Dispose, (GameUI_ShowDirtyHeadShrineTutorialInternal_d_493 * __this, MethodInfo * method)); DO_APP_FUNC(0x00962110, bool, GameUI_ShowDirtyHeadShrineTutorialInternal_d_493_MoveNext, (GameUI_ShowDirtyHeadShrineTutorialInternal_d_493 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowDirtyHeadShrineTutorialInternal_d_493_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowDirtyHeadShrineTutorialInternal_d_493 * __this, MethodInfo * method)); DO_APP_FUNC(0x00962460, void, GameUI_ShowDirtyHeadShrineTutorialInternal_d_493_System_Collections_IEnumerator_Reset, (GameUI_ShowDirtyHeadShrineTutorialInternal_d_493 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B068, GameUI_ShowDirtyHeadShrineTutorialInternal_d_493_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowDirtyHeadShrineTutorialInternal_d_493_System_Collections_IEnumerator_get_Current, (GameUI_ShowDirtyHeadShrineTutorialInternal_d_493 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowManorIncorrectShrineTutorialInternal_d_495__ctor, (GameUI_ShowManorIncorrectShrineTutorialInternal_d_495 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowManorIncorrectShrineTutorialInternal_d_495_System_IDisposable_Dispose, (GameUI_ShowManorIncorrectShrineTutorialInternal_d_495 * __this, MethodInfo * method)); DO_APP_FUNC(0x009624B0, bool, GameUI_ShowManorIncorrectShrineTutorialInternal_d_495_MoveNext, (GameUI_ShowManorIncorrectShrineTutorialInternal_d_495 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowManorIncorrectShrineTutorialInternal_d_495_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowManorIncorrectShrineTutorialInternal_d_495 * __this, MethodInfo * method)); DO_APP_FUNC(0x00962800, void, GameUI_ShowManorIncorrectShrineTutorialInternal_d_495_System_Collections_IEnumerator_Reset, (GameUI_ShowManorIncorrectShrineTutorialInternal_d_495 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B058, GameUI_ShowManorIncorrectShrineTutorialInternal_d_495_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowManorIncorrectShrineTutorialInternal_d_495_System_Collections_IEnumerator_get_Current, (GameUI_ShowManorIncorrectShrineTutorialInternal_d_495 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowSpadeTutorialInternal_d_497__ctor, (GameUI_ShowSpadeTutorialInternal_d_497 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowSpadeTutorialInternal_d_497_System_IDisposable_Dispose, (GameUI_ShowSpadeTutorialInternal_d_497 * __this, MethodInfo * method)); DO_APP_FUNC(0x00962850, bool, GameUI_ShowSpadeTutorialInternal_d_497_MoveNext, (GameUI_ShowSpadeTutorialInternal_d_497 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowSpadeTutorialInternal_d_497_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowSpadeTutorialInternal_d_497 * __this, MethodInfo * method)); DO_APP_FUNC(0x00962BA0, void, GameUI_ShowSpadeTutorialInternal_d_497_System_Collections_IEnumerator_Reset, (GameUI_ShowSpadeTutorialInternal_d_497 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B040, GameUI_ShowSpadeTutorialInternal_d_497_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowSpadeTutorialInternal_d_497_System_Collections_IEnumerator_get_Current, (GameUI_ShowSpadeTutorialInternal_d_497 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowHidingPlayerFoundTutorialInternal_d_499__ctor, (GameUI_ShowHidingPlayerFoundTutorialInternal_d_499 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowHidingPlayerFoundTutorialInternal_d_499_System_IDisposable_Dispose, (GameUI_ShowHidingPlayerFoundTutorialInternal_d_499 * __this, MethodInfo * method)); DO_APP_FUNC(0x00962BF0, bool, GameUI_ShowHidingPlayerFoundTutorialInternal_d_499_MoveNext, (GameUI_ShowHidingPlayerFoundTutorialInternal_d_499 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowHidingPlayerFoundTutorialInternal_d_499_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowHidingPlayerFoundTutorialInternal_d_499 * __this, MethodInfo * method)); DO_APP_FUNC(0x00962FB0, void, GameUI_ShowHidingPlayerFoundTutorialInternal_d_499_System_Collections_IEnumerator_Reset, (GameUI_ShowHidingPlayerFoundTutorialInternal_d_499 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B030, GameUI_ShowHidingPlayerFoundTutorialInternal_d_499_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowHidingPlayerFoundTutorialInternal_d_499_System_Collections_IEnumerator_get_Current, (GameUI_ShowHidingPlayerFoundTutorialInternal_d_499 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowKeysList_d_505__ctor, (GameUI_ShowKeysList_d_505 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowKeysList_d_505_System_IDisposable_Dispose, (GameUI_ShowKeysList_d_505 * __this, MethodInfo * method)); DO_APP_FUNC(0x00963000, bool, GameUI_ShowKeysList_d_505_MoveNext, (GameUI_ShowKeysList_d_505 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowKeysList_d_505_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowKeysList_d_505 * __this, MethodInfo * method)); DO_APP_FUNC(0x00963BE0, void, GameUI_ShowKeysList_d_505_System_Collections_IEnumerator_Reset, (GameUI_ShowKeysList_d_505 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AFF8, GameUI_ShowKeysList_d_505_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowKeysList_d_505_System_Collections_IEnumerator_get_Current, (GameUI_ShowKeysList_d_505 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_HideKeysList_d_506__ctor, (GameUI_HideKeysList_d_506 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_HideKeysList_d_506_System_IDisposable_Dispose, (GameUI_HideKeysList_d_506 * __this, MethodInfo * method)); DO_APP_FUNC(0x00963C30, bool, GameUI_HideKeysList_d_506_MoveNext, (GameUI_HideKeysList_d_506 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_HideKeysList_d_506_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_HideKeysList_d_506 * __this, MethodInfo * method)); DO_APP_FUNC(0x00963F80, void, GameUI_HideKeysList_d_506_System_Collections_IEnumerator_Reset, (GameUI_HideKeysList_d_506 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B020, GameUI_HideKeysList_d_506_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_HideKeysList_d_506_System_Collections_IEnumerator_get_Current, (GameUI_HideKeysList_d_506 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_AutoHideKeysList_d_507__ctor, (GameUI_AutoHideKeysList_d_507 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_AutoHideKeysList_d_507_System_IDisposable_Dispose, (GameUI_AutoHideKeysList_d_507 * __this, MethodInfo * method)); DO_APP_FUNC(0x00963FD0, bool, GameUI_AutoHideKeysList_d_507_MoveNext, (GameUI_AutoHideKeysList_d_507 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_AutoHideKeysList_d_507_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_AutoHideKeysList_d_507 * __this, MethodInfo * method)); DO_APP_FUNC(0x009641D0, void, GameUI_AutoHideKeysList_d_507_System_Collections_IEnumerator_Reset, (GameUI_AutoHideKeysList_d_507 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AFE0, GameUI_AutoHideKeysList_d_507_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_AutoHideKeysList_d_507_System_Collections_IEnumerator_get_Current, (GameUI_AutoHideKeysList_d_507 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowMessageList_d_521__ctor, (GameUI_ShowMessageList_d_521 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowMessageList_d_521_System_IDisposable_Dispose, (GameUI_ShowMessageList_d_521 * __this, MethodInfo * method)); DO_APP_FUNC(0x00964220, bool, GameUI_ShowMessageList_d_521_MoveNext, (GameUI_ShowMessageList_d_521 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowMessageList_d_521_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowMessageList_d_521 * __this, MethodInfo * method)); DO_APP_FUNC(0x00964690, void, GameUI_ShowMessageList_d_521_System_Collections_IEnumerator_Reset, (GameUI_ShowMessageList_d_521 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AFC8, GameUI_ShowMessageList_d_521_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowMessageList_d_521_System_Collections_IEnumerator_get_Current, (GameUI_ShowMessageList_d_521 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_HideMessageList_d_522__ctor, (GameUI_HideMessageList_d_522 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_HideMessageList_d_522_System_IDisposable_Dispose, (GameUI_HideMessageList_d_522 * __this, MethodInfo * method)); DO_APP_FUNC(0x009646E0, bool, GameUI_HideMessageList_d_522_MoveNext, (GameUI_HideMessageList_d_522 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_HideMessageList_d_522_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_HideMessageList_d_522 * __this, MethodInfo * method)); DO_APP_FUNC(0x00964A60, void, GameUI_HideMessageList_d_522_System_Collections_IEnumerator_Reset, (GameUI_HideMessageList_d_522 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AFD0, GameUI_HideMessageList_d_522_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_HideMessageList_d_522_System_Collections_IEnumerator_get_Current, (GameUI_HideMessageList_d_522 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_c_DisplayClass527_0__ctor, (GameUI_c_DisplayClass527_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00964AB0, void, GameUI_c_DisplayClass527_0__ShowConfirmModal_b__0, (GameUI_c_DisplayClass527_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC05B8, GameUI_c_DisplayClass527_0__ShowConfirmModal_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, GameUI_DelayPositionCanvasesInVRInternal_d_538__ctor, (GameUI_DelayPositionCanvasesInVRInternal_d_538 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_DelayPositionCanvasesInVRInternal_d_538_System_IDisposable_Dispose, (GameUI_DelayPositionCanvasesInVRInternal_d_538 * __this, MethodInfo * method)); DO_APP_FUNC(0x00964AF0, bool, GameUI_DelayPositionCanvasesInVRInternal_d_538_MoveNext, (GameUI_DelayPositionCanvasesInVRInternal_d_538 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_DelayPositionCanvasesInVRInternal_d_538_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_DelayPositionCanvasesInVRInternal_d_538 * __this, MethodInfo * method)); DO_APP_FUNC(0x00964D70, void, GameUI_DelayPositionCanvasesInVRInternal_d_538_System_Collections_IEnumerator_Reset, (GameUI_DelayPositionCanvasesInVRInternal_d_538 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AFB8, GameUI_DelayPositionCanvasesInVRInternal_d_538_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_DelayPositionCanvasesInVRInternal_d_538_System_Collections_IEnumerator_get_Current, (GameUI_DelayPositionCanvasesInVRInternal_d_538 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GameUI_ShowBoarChargeItemDropTutorialInternal_d_556__ctor, (GameUI_ShowBoarChargeItemDropTutorialInternal_d_556 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_ShowBoarChargeItemDropTutorialInternal_d_556_System_IDisposable_Dispose, (GameUI_ShowBoarChargeItemDropTutorialInternal_d_556 * __this, MethodInfo * method)); DO_APP_FUNC(0x00964DC0, bool, GameUI_ShowBoarChargeItemDropTutorialInternal_d_556_MoveNext, (GameUI_ShowBoarChargeItemDropTutorialInternal_d_556 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowBoarChargeItemDropTutorialInternal_d_556_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_ShowBoarChargeItemDropTutorialInternal_d_556 * __this, MethodInfo * method)); DO_APP_FUNC(0x00965110, void, GameUI_ShowBoarChargeItemDropTutorialInternal_d_556_System_Collections_IEnumerator_Reset, (GameUI_ShowBoarChargeItemDropTutorialInternal_d_556 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AFA8, GameUI_ShowBoarChargeItemDropTutorialInternal_d_556_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_ShowBoarChargeItemDropTutorialInternal_d_556_System_Collections_IEnumerator_get_Current, (GameUI_ShowBoarChargeItemDropTutorialInternal_d_556 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_c_DisplayClass560_0__ctor, (GameUI_c_DisplayClass560_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_c_DisplayClass560_1__ctor, (GameUI_c_DisplayClass560_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00965160, void, GameUI_c_DisplayClass560_1__SetEmotes_b__0, (GameUI_c_DisplayClass560_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC04A0, GameUI_c_DisplayClass560_1__SetEmotes_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, GameUI_DelayEnableKeyBindingsScrollToSelection_d_568__ctor, (GameUI_DelayEnableKeyBindingsScrollToSelection_d_568 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameUI_DelayEnableKeyBindingsScrollToSelection_d_568_System_IDisposable_Dispose, (GameUI_DelayEnableKeyBindingsScrollToSelection_d_568 * __this, MethodInfo * method)); DO_APP_FUNC(0x00965550, bool, GameUI_DelayEnableKeyBindingsScrollToSelection_d_568_MoveNext, (GameUI_DelayEnableKeyBindingsScrollToSelection_d_568 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GameUI_DelayEnableKeyBindingsScrollToSelection_d_568_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GameUI_DelayEnableKeyBindingsScrollToSelection_d_568 * __this, MethodInfo * method)); DO_APP_FUNC(0x00965640, void, GameUI_DelayEnableKeyBindingsScrollToSelection_d_568_System_Collections_IEnumerator_Reset, (GameUI_DelayEnableKeyBindingsScrollToSelection_d_568 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AF80, GameUI_DelayEnableKeyBindingsScrollToSelection_d_568_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GameUI_DelayEnableKeyBindingsScrollToSelection_d_568_System_Collections_IEnumerator_get_Current, (GameUI_DelayEnableKeyBindingsScrollToSelection_d_568 * __this, MethodInfo * method)); DO_APP_FUNC(0x00965690, void, GenericEventTrigger_OnTriggerEnter, (GenericEventTrigger * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, GenericEventTrigger__ctor, (GenericEventTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00965860, void, GenericIKLookAtTarget_Awake, (GenericIKLookAtTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x009658F0, void, GenericIKLookAtTarget_OnAnimatorIK, (GenericIKLookAtTarget * __this, int32_t layerIndex, MethodInfo * method)); DO_APP_FUNC(0x00966030, void, GenericIKLookAtTarget__ctor, (GenericIKLookAtTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x00966080, void, GenericLookAt_Awake, (GenericLookAt * __this, MethodInfo * method)); DO_APP_FUNC(0x00966150, void, GenericLookAt_LateUpdate, (GenericLookAt * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, GenericLookAt__ctor, (GenericLookAt * __this, MethodInfo * method)); DO_APP_FUNC(0x009667C0, void, GradientPulse_Awake, (GradientPulse * __this, MethodInfo * method)); DO_APP_FUNC(0x00966850, void, GradientPulse_OnEnable, (GradientPulse * __this, MethodInfo * method)); DO_APP_FUNC(0x00966860, void, GradientPulse_Update, (GradientPulse * __this, MethodInfo * method)); DO_APP_FUNC(0x00966980, void, GradientPulse_OnDisable, (GradientPulse * __this, MethodInfo * method)); DO_APP_FUNC(0x008E0700, void, GradientPulse__ctor, (GradientPulse * __this, MethodInfo * method)); DO_APP_FUNC(0x00966990, void, GraphUpdateListener_Awake, (GraphUpdateListener * __this, MethodInfo * method)); DO_APP_FUNC(0x00966A60, void, GraphUpdateListener_OnGraphsPostUpdate, (GraphUpdateListener * __this, MethodInfo * method)); DO_APP_FUNC(0x00966FF0, void, GraphUpdateListener__ctor, (GraphUpdateListener * __this, MethodInfo * method)); DO_APP_FUNC(0x00967070, void, HairWindController_Awake, (HairWindController * __this, MethodInfo * method)); DO_APP_FUNC(0x00967140, void, HairWindController_Attached, (HairWindController * __this, MethodInfo * method)); DO_APP_FUNC(0x00967320, void, HairWindController_OnMoving, (HairWindController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AF20, HairWindController_OnMoving__MethodInfo); DO_APP_FUNC(0x009673E0, void, HairWindController_OnAbilityIndex, (HairWindController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AF08, HairWindController_OnAbilityIndex__MethodInfo); DO_APP_FUNC(0x00967520, void, HairWindController_OnGlobalGoatBurnEvent, (HairWindController * __this, int32_t number, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AF28, HairWindController_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x00967540, void, HairWindController_AdjustWindZoneParameters, (HairWindController * __this, MethodInfo * method)); DO_APP_FUNC(0x00967730, void, HairWindController_OnDestroy, (HairWindController * __this, MethodInfo * method)); DO_APP_FUNC(0x00967810, void, HairWindController__ctor, (HairWindController * __this, MethodInfo * method)); DO_APP_FUNC(0x00967860, void, HayBehaviour_Attached, (HayBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00967980, void, HayBehaviour_SetDisableInteract, (HayBehaviour * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00967B70, void, HayBehaviour_SetDroppedByPlayer, (HayBehaviour * __this, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC(0x00967C60, void, HayBehaviour_OnDisableInteract, (HayBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AEE8, HayBehaviour_OnDisableInteract__MethodInfo); DO_APP_FUNC(0x00967E40, void, HayBehaviour__ctor, (HayBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00967E90, void, HidingSpotController_Awake, (HidingSpotController * __this, MethodInfo * method)); DO_APP_FUNC(0x00968180, void, HidingSpotController_Attached, (HidingSpotController * __this, MethodInfo * method)); DO_APP_FUNC(0x009684E0, void, HidingSpotController_OnIsOccupied, (HidingSpotController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AE98, HidingSpotController_OnIsOccupied__MethodInfo); DO_APP_FUNC(0x009685D0, void, HidingSpotController_OnIsDestroyed, (HidingSpotController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AE88, HidingSpotController_OnIsDestroyed__MethodInfo); DO_APP_FUNC(0x009685F0, void, HidingSpotController_SetIsOccupied, (HidingSpotController * __this, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC(0x00968C20, void, HidingSpotController_SetIsDestroyed, (HidingSpotController * __this, MethodInfo * method)); DO_APP_FUNC(0x00968E30, bool, HidingSpotController_IsOccupied, (HidingSpotController * __this, MethodInfo * method)); DO_APP_FUNC(0x00969130, bool, HidingSpotController_IsDestroyed, (HidingSpotController * __this, MethodInfo * method)); DO_APP_FUNC(0x009692F0, BoltEntity *, HidingSpotController_GetPlayer, (HidingSpotController * __this, MethodInfo * method)); DO_APP_FUNC(0x009694B0, void, HidingSpotController_PlayDustParticle, (HidingSpotController * __this, MethodInfo * method)); DO_APP_FUNC(0x00969510, void, HidingSpotController_OnDisconnected, (HidingSpotController * __this, BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AEC0, HidingSpotController_OnDisconnected__MethodInfo); DO_APP_FUNC(0x00969B70, bool, HidingSpotController_IsInLockedRoom, (HidingSpotController * __this, MethodInfo * method)); DO_APP_FUNC(0x00969C00, void, HidingSpotController_OnDestroy, (HidingSpotController * __this, MethodInfo * method)); DO_APP_FUNC(0x00969CE0, void, HidingSpotController__ctor, (HidingSpotController * __this, MethodInfo * method)); DO_APP_FUNC(0x00969D30, void, HoldPlayerTrigger_Awake, (HoldPlayerTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x0096A190, void, HoldPlayerTrigger_OnTriggerEnter, (HoldPlayerTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x0096A590, void, HoldPlayerTrigger_OnTriggerExit, (HoldPlayerTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x0096A6A0, void, HoldPlayerTrigger_PursueStarted, (HoldPlayerTrigger * __this, GameObject * player, MethodInfo * method)); DO_APP_FUNC(0x0096A880, void, HoldPlayerTrigger_Spawned, (HoldPlayerTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x0096AB50, void, HoldPlayerTrigger_HoldPlayer, (HoldPlayerTrigger * __this, GameObject * player, MethodInfo * method)); DO_APP_FUNC(0x0096B2B0, void, HoldPlayerTrigger__ctor, (HoldPlayerTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x0096B3F0, IngameStatsTracker *, IngameStatsTracker_get_singleton, (MethodInfo * method)); DO_APP_FUNC(0x0096B590, void, IngameStatsTracker_Awake, (IngameStatsTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x0096BC40, void, IngameStatsTracker_StartTracking, (IngameStatsTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x0096BE30, void, IngameStatsTracker_StopTracking, (IngameStatsTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x0096BEB0, int32_t, IngameStatsTracker_TryAddPlayer, (IngameStatsTracker * __this, BoltEntity * _player, MethodInfo * method)); DO_APP_FUNC(0x0096C610, void, IngameStatsTracker_UpdatePlayerConnectionId, (IngameStatsTracker * __this, String * playerId, uint32_t connectionId, MethodInfo * method)); DO_APP_FUNC(0x0096C7E0, void, IngameStatsTracker_OnGlobalGoatBurnEvent, (IngameStatsTracker * __this, int32_t progress, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7ADE0, IngameStatsTracker_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x0096C890, void, IngameStatsTracker_OnPlayerFragEnemy, (IngameStatsTracker * __this, BoltEntity * _player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7ADD0, IngameStatsTracker_OnPlayerFragEnemy__MethodInfo); DO_APP_FUNC(0x0096CAA0, void, IngameStatsTracker_OnReviveEvent, (IngameStatsTracker * __this, BoltEntity * _player, BoltEntity * _reviver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AD90, IngameStatsTracker_OnReviveEvent__MethodInfo); DO_APP_FUNC(0x0096CD80, void, IngameStatsTracker_OnPlayerStaggerAnna, (IngameStatsTracker * __this, BoltEntity * _player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7ADC0, IngameStatsTracker_OnPlayerStaggerAnna__MethodInfo); DO_APP_FUNC(0x0096CF90, void, IngameStatsTracker_OnKnockoutEvent, (IngameStatsTracker * __this, BoltEntity * enemy, BoltEntity * _player, bool usingPoison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7ADB0, IngameStatsTracker_OnKnockoutEvent__MethodInfo); DO_APP_FUNC(0x0096D1A0, void, IngameStatsTracker_OnKnockoutBoxEvent, (IngameStatsTracker * __this, String * killedBy, BoltEntity * _player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7ADB8, IngameStatsTracker_OnKnockoutBoxEvent__MethodInfo); DO_APP_FUNC(0x0096D3B0, GameStatsToken *, IngameStatsTracker_CreateGameStatsToken, (IngameStatsTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x0096DBB0, void, IngameStatsTracker_OnDestroy, (IngameStatsTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, IngameStatsTracker__ctor, (IngameStatsTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x0096DF10, void, IngameStatsTracker_StatsPlayer__ctor, (IngameStatsTracker_StatsPlayer * __this, int32_t _connectionId, String * _prefabId, String * _steamName, String * _playerId, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IngameStatsTracker_StatsPlayer_PlayerInfo__ctor, (IngameStatsTracker_StatsPlayer_PlayerInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IngameStatsTracker_StatsPlayer_Stats__ctor, (IngameStatsTracker_StatsPlayer_Stats * __this, MethodInfo * method)); DO_APP_FUNC(0x0096E1C0, void, IngameStatsTracker_StatsGame__ctor, (IngameStatsTracker_StatsGame * __this, MethodInfo * method)); DO_APP_FUNC(0x0096E250, void, InitialGoatSpawn_LockDoors, (InitialGoatSpawn * __this, MethodInfo * method)); DO_APP_FUNC(0x0096E500, bool, InitialGoatSpawn_IsDoorLocked, (InitialGoatSpawn * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, InitialGoatSpawn__ctor, (InitialGoatSpawn * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, InitialItemSpawn__ctor, (InitialItemSpawn * __this, MethodInfo * method)); DO_APP_FUNC(0x0096E570, void, InmateWheelchairCollapse_Awake, (InmateWheelchairCollapse * __this, MethodInfo * method)); DO_APP_FUNC(0x0096EA20, void, InmateWheelchairCollapse_Collapse, (InmateWheelchairCollapse * __this, MethodInfo * method)); DO_APP_FUNC(0x0096EF60, void, InmateWheelchairCollapse_Reset, (InmateWheelchairCollapse * __this, MethodInfo * method)); DO_APP_FUNC(0x0096F3D0, void, InmateWheelchairCollapse_OnDestroy, (InmateWheelchairCollapse * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, InmateWheelchairCollapse__ctor, (InmateWheelchairCollapse * __this, MethodInfo * method)); DO_APP_FUNC(0x0096F720, void, InnEggRenderer_Awake, (InnEggRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x0096FA50, void, InnEggRenderer_SetupMaterialInstances, (InnEggRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x0096FEB0, void, InnEggRenderer_Hide, (InnEggRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x0096FF70, void, InnEggRenderer_SetEggType, (InnEggRenderer * __this, int32_t type, MethodInfo * method)); DO_APP_FUNC(0x00970170, void, InnEggRenderer_SetEggClean, (InnEggRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x00970350, void, InnEggRenderer_SetEggDirty, (InnEggRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x00970540, void, InnEggRenderer_SetEggMetadata, (InnEggRenderer * __this, String * metadata, MethodInfo * method)); DO_APP_FUNC(0x009706F0, void, InnEggRenderer_StartBurning, (InnEggRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x009708E0, void, InnEggRenderer_StopBurning, (InnEggRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x00970A40, bool, InnEggRenderer_IsBurning, (InnEggRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x00970DE0, void, InnEggRenderer_ForceBurning, (InnEggRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x00970E80, void, InnEggRenderer__ctor, (InnEggRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InnEggRenderer_c_DisplayClass16_0__ctor, (InnEggRenderer_c_DisplayClass16_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00970ED0, void, InnEggRenderer_c_DisplayClass16_0__StartBurning_b__0, (InnEggRenderer_c_DisplayClass16_0 * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AC88, InnEggRenderer_c_DisplayClass16_0__StartBurning_b__0__MethodInfo); DO_APP_FUNC(0x00970F30, void, InnFountainController_Awake, (InnFountainController * __this, MethodInfo * method)); DO_APP_FUNC(0x009710A0, void, InnFountainController_Attached, (InnFountainController * __this, MethodInfo * method)); DO_APP_FUNC(0x009711C0, bool, InnFountainController_IsClean, (InnFountainController * __this, MethodInfo * method)); DO_APP_FUNC(0x00971370, void, InnFountainController_Clean, (InnFountainController * __this, MethodInfo * method)); DO_APP_FUNC(0x00971560, void, InnFountainController_Pollute, (InnFountainController * __this, MethodInfo * method)); DO_APP_FUNC(0x00971610, void, InnFountainController_OnIsClean, (InnFountainController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AC58, InnFountainController_OnIsClean__MethodInfo); DO_APP_FUNC(0x009719F0, void, InnFountainController__ctor, (InnFountainController * __this, MethodInfo * method)); DO_APP_FUNC(0x00971A40, void, InnFountainController__OnIsClean_b__13_0, (InnFountainController * __this, Color val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AC48, InnFountainController__OnIsClean_b__13_0__MethodInfo); DO_APP_FUNC(0x00971AB0, void, InnHoleController_Awake, (InnHoleController * __this, MethodInfo * method)); DO_APP_FUNC(0x00971AE0, void, InnHoleController_Start, (InnHoleController * __this, MethodInfo * method)); DO_APP_FUNC(0x00971CB0, bool, InnHoleController_IsInLockedRoom, (InnHoleController * __this, MethodInfo * method)); DO_APP_FUNC(0x00971D30, bool, InnHoleController_IsSpawnPointAvailable, (InnHoleController * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, InnHoleController_SetSpawnedEgg, (InnHoleController * __this, BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x00971E50, void, InnHoleController_GetLocalCharacterEntity, (InnHoleController * __this, MethodInfo * method)); DO_APP_FUNC(0x009720A0, void, InnHoleController_OnPlayerPickedUpEvent, (InnHoleController * __this, BoltEntity * killedBy, BoltEntity * player, bool inHidingSpot, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AC08, InnHoleController_OnPlayerPickedUpEvent__MethodInfo); DO_APP_FUNC(0x00972310, void, InnHoleController_OnKnockoutEvent, (InnHoleController * __this, BoltEntity * killedBy, BoltEntity * player, bool usingPoison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AC20, InnHoleController_OnKnockoutEvent__MethodInfo); DO_APP_FUNC(0x00972580, void, InnHoleController_OnTriggerEnter, (InnHoleController * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x00972830, void, InnHoleController_OnTriggerExit, (InnHoleController * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x00972A90, void, InnHoleController_PlayDust, (InnHoleController * __this, MethodInfo * method)); DO_APP_FUNC(0x00972AF0, void, InnHoleController_OnDestroy, (InnHoleController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, InnHoleController__ctor, (InnHoleController * __this, MethodInfo * method)); DO_APP_FUNC(0x00972C30, void, InnIntro_StartIntro, (InnIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x00972F50, void, InnIntro_OnTriggerEnter, (InnIntro * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x00973200, void, InnIntro_LockIntroDoors, (InnIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x00973290, void, InnIntro_ZaraEnteredHoleTrigger, (InnIntro * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7ABD0, InnIntro_ZaraEnteredHoleTrigger__MethodInfo); DO_APP_FUNC(0x009733A0, void, InnIntro_EndIntro, (InnIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x0060FED0, bool, InnIntro_HasZaraEnteredHole, (InnIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x00973500, void, InnIntro_PlayerEnteredSpidersTrigger, (InnIntro * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7ABC0, InnIntro_PlayerEnteredSpidersTrigger__MethodInfo); DO_APP_FUNC(0x00973880, IEnumerator *, InnIntro_EndIntroDelayed, (InnIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, InnIntro__ctor, (InnIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, InnIntro_EndIntroDelayed_d_18__ctor, (InnIntro_EndIntroDelayed_d_18 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InnIntro_EndIntroDelayed_d_18_System_IDisposable_Dispose, (InnIntro_EndIntroDelayed_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x00973920, bool, InnIntro_EndIntroDelayed_d_18_MoveNext, (InnIntro_EndIntroDelayed_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, InnIntro_EndIntroDelayed_d_18_System_Collections_Generic_IEnumerator_System_Object__get_Current, (InnIntro_EndIntroDelayed_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x00973A00, void, InnIntro_EndIntroDelayed_d_18_System_Collections_IEnumerator_Reset, (InnIntro_EndIntroDelayed_d_18 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AB90, InnIntro_EndIntroDelayed_d_18_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, InnIntro_EndIntroDelayed_d_18_System_Collections_IEnumerator_get_Current, (InnIntro_EndIntroDelayed_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x00973A50, void, InnMapController_Awake, (InnMapController * __this, MethodInfo * method)); DO_APP_FUNC(0x009740C0, void, InnMapController_Attached, (InnMapController * __this, MethodInfo * method)); DO_APP_FUNC(0x009745B0, void, InnMapController_OnMapProgress, (InnMapController * __this, MethodInfo * method)); DO_APP_FUNC(0x009746A0, Texture *, InnMapController_GetWallSymbolTexture, (InnMapController * __this, int32_t type, MethodInfo * method)); DO_APP_FUNC(0x00974820, Texture *, InnMapController_GetEmissiveSymbolTexture, (InnMapController * __this, int32_t type, MethodInfo * method)); DO_APP_FUNC(0x009749A0, InnMazeController *, InnMapController_GetMaze, (InnMapController * __this, MethodInfo * method)); DO_APP_FUNC(0x00974B70, void, InnMapController_SpawnShrines, (InnMapController * __this, MethodInfo * method)); DO_APP_FUNC(0x00975F90, void, InnMapController_LockShrines, (InnMapController * __this, MethodInfo * method)); DO_APP_FUNC(0x009760E0, void, InnMapController_SpawnShrineKeys, (InnMapController * __this, MethodInfo * method)); DO_APP_FUNC(0x00976960, void, InnMapController_OnIsAzazelActive, (InnMapController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AB48, InnMapController_OnIsAzazelActive__MethodInfo); DO_APP_FUNC(0x00976C50, int32_t, InnMapController_AddEggToWorld, (InnMapController * __this, MethodInfo * method)); DO_APP_FUNC(0x00976FC0, int32_t, InnMapController_GetNumEggsInWorld, (InnMapController * __this, MethodInfo * method)); DO_APP_FUNC(0x00977010, void, InnMapController__ctor, (InnMapController * __this, MethodInfo * method)); DO_APP_FUNC(0x00498110, void, InnMapController_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InnMapController_c__ctor, (InnMapController_c * __this, MethodInfo * method)); DO_APP_FUNC(0x004981C0, InitialGoatSpawn *, InnMapController_c__SpawnShrines_b__27_0, (InnMapController_c * __this, GameObject * go, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A9E0, InnMapController_c__SpawnShrines_b__27_0__MethodInfo); DO_APP_FUNC(0x00498210, Transform *, InnMapController_c__SpawnShrines_b__27_1, (InnMapController_c * __this, GameObject * go, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A9D8, InnMapController_c__SpawnShrines_b__27_1__MethodInfo); DO_APP_FUNC(0x00498270, Transform *, InnMapController_c__SpawnShrines_b__27_2, (InnMapController_c * __this, InitialGoatSpawn * component, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A9F0, InnMapController_c__SpawnShrines_b__27_2__MethodInfo); DO_APP_FUNC(0x003AC050, void, InnMapController_c_DisplayClass29_0__ctor, (InnMapController_c_DisplayClass29_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x004982D0, int32_t, InnMapController_c_DisplayClass29_0__SpawnShrineKeys_b__0, (InnMapController_c_DisplayClass29_0 * __this, GameObject * spawnPoint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A9B0, InnMapController_c_DisplayClass29_0__SpawnShrineKeys_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, InnSymbol__ctor, (InnSymbol * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, InnMazeBlocker__ctor, (InnMazeBlocker * __this, MethodInfo * method)); DO_APP_FUNC(0x00498300, void, InnMazeController_Awake, (InnMazeController * __this, MethodInfo * method)); DO_APP_FUNC(0x004985A0, void, InnMazeController_Attached, (InnMazeController * __this, MethodInfo * method)); DO_APP_FUNC(0x00499260, void, InnMazeController_OnTriggerEnter, (InnMazeController * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x00499A00, void, InnMazeController_ResetSpiders, (InnMazeController * __this, MethodInfo * method)); DO_APP_FUNC(0x00499A50, void, InnMazeController__ctor, (InnMazeController * __this, MethodInfo * method)); DO_APP_FUNC(0x00499AA0, void, InnMazeController_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InnMazeController_c__ctor, (InnMazeController_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00499B50, int32_t, InnMazeController_c__Attached_b__11_0, (InnMazeController_c * __this, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDCA78, InnMazeController_c__Attached_b__11_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, InnMazeController_c_DisplayClass12_0__ctor, (InnMazeController_c_DisplayClass12_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00499B70, void, InnMazeController_c_DisplayClass12_0__OnTriggerEnter_b__0, (InnMazeController_c_DisplayClass12_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC9B8, InnMazeController_c_DisplayClass12_0__OnTriggerEnter_b__0__MethodInfo); DO_APP_FUNC(0x00499ED0, void, InnMazeController_c_DisplayClass12_0__OnTriggerEnter_b__1, (InnMazeController_c_DisplayClass12_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC990, InnMazeController_c_DisplayClass12_0__OnTriggerEnter_b__1__MethodInfo); DO_APP_FUNC(0x00499F90, void, InnMazeSpiderController_Awake, (InnMazeSpiderController * __this, MethodInfo * method)); DO_APP_FUNC(0x0049A230, void, InnMazeSpiderController_OnTriggerEnter, (InnMazeSpiderController * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x0049A3E0, void, InnMazeSpiderController_Play, (InnMazeSpiderController * __this, MethodInfo * method)); DO_APP_FUNC(0x0049A660, void, InnMazeSpiderController_Reset, (InnMazeSpiderController * __this, MethodInfo * method)); DO_APP_FUNC(0x0049A670, void, InnMazeSpiderController_SetArachnophobiaMode, (InnMazeSpiderController * __this, bool on, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, InnMazeSpiderController__ctor, (InnMazeSpiderController * __this, MethodInfo * method)); DO_APP_FUNC(0x0049A700, void, InnMazeSpiderController__Play_b__9_0, (InnMazeSpiderController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC950, InnMazeSpiderController__Play_b__9_0__MethodInfo); DO_APP_FUNC(0x0049A820, void, InnShojiDoorCrawlRendering_Start, (InnShojiDoorCrawlRendering * __this, MethodInfo * method)); DO_APP_FUNC(0x0049AA80, void, InnShojiDoorCrawlRendering_GetLocalCharacterEntity, (InnShojiDoorCrawlRendering * __this, MethodInfo * method)); DO_APP_FUNC(0x0049ACD0, void, InnShojiDoorCrawlRendering_OnPlayerPickedUpEvent, (InnShojiDoorCrawlRendering * __this, BoltEntity * killedBy, BoltEntity * player, bool inHidingSpot, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC900, InnShojiDoorCrawlRendering_OnPlayerPickedUpEvent__MethodInfo); DO_APP_FUNC(0x0049AF40, void, InnShojiDoorCrawlRendering_OnKnockoutEvent, (InnShojiDoorCrawlRendering * __this, BoltEntity * killedBy, BoltEntity * player, bool usingPoison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC908, InnShojiDoorCrawlRendering_OnKnockoutEvent__MethodInfo); DO_APP_FUNC(0x0049B2C0, void, InnShojiDoorCrawlRendering_OnReviveEvent, (InnShojiDoorCrawlRendering * __this, BoltEntity * player, BoltEntity * reviver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC8F8, InnShojiDoorCrawlRendering_OnReviveEvent__MethodInfo); DO_APP_FUNC(0x0049B5C0, void, InnShojiDoorCrawlRendering_SetTransparentCrawl, (InnShojiDoorCrawlRendering * __this, MethodInfo * method)); DO_APP_FUNC(0x0049B6F0, void, InnShojiDoorCrawlRendering_SetTransparent, (InnShojiDoorCrawlRendering * __this, MethodInfo * method)); DO_APP_FUNC(0x0049B7A0, IEnumerator *, InnShojiDoorCrawlRendering_SetTransparentInternal, (InnShojiDoorCrawlRendering * __this, MethodInfo * method)); DO_APP_FUNC(0x0049B840, void, InnShojiDoorCrawlRendering_OnDestroy, (InnShojiDoorCrawlRendering * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, InnShojiDoorCrawlRendering__ctor, (InnShojiDoorCrawlRendering * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, InnShojiDoorCrawlRendering_SetTransparentInternal_d_12__ctor, (InnShojiDoorCrawlRendering_SetTransparentInternal_d_12 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InnShojiDoorCrawlRendering_SetTransparentInternal_d_12_System_IDisposable_Dispose, (InnShojiDoorCrawlRendering_SetTransparentInternal_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x0049BA10, bool, InnShojiDoorCrawlRendering_SetTransparentInternal_d_12_MoveNext, (InnShojiDoorCrawlRendering_SetTransparentInternal_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, InnShojiDoorCrawlRendering_SetTransparentInternal_d_12_System_Collections_Generic_IEnumerator_System_Object__get_Current, (InnShojiDoorCrawlRendering_SetTransparentInternal_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x0049BCD0, void, InnShojiDoorCrawlRendering_SetTransparentInternal_d_12_System_Collections_IEnumerator_Reset, (InnShojiDoorCrawlRendering_SetTransparentInternal_d_12 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC878, InnShojiDoorCrawlRendering_SetTransparentInternal_d_12_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, InnShojiDoorCrawlRendering_SetTransparentInternal_d_12_System_Collections_IEnumerator_get_Current, (InnShojiDoorCrawlRendering_SetTransparentInternal_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x0049BD20, void, InnShrineController_Awake, (InnShrineController * __this, MethodInfo * method)); DO_APP_FUNC(0x0049C4C0, void, InnShrineController_Attached, (InnShrineController * __this, MethodInfo * method)); DO_APP_FUNC(0x0049C6A0, void, InnShrineController_OnType, (InnShrineController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC848, InnShrineController_OnType__MethodInfo); DO_APP_FUNC(0x0049C7F0, void, InnShrineController_OnEgg, (InnShrineController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC850, InnShrineController_OnEgg__MethodInfo); DO_APP_FUNC(0x0049CC00, void, InnShrineController_SetType, (InnShrineController * __this, int32_t type, MethodInfo * method)); DO_APP_FUNC(0x0049CDF0, void, InnShrineController_PlaceEgg, (InnShrineController * __this, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC(0x0049D070, bool, InnShrineController_HasEgg, (InnShrineController * __this, MethodInfo * method)); DO_APP_FUNC(0x0049D230, int32_t, InnShrineController_GetEggType, (InnShrineController * __this, MethodInfo * method)); DO_APP_FUNC(0x0049D3F0, IEnumerator *, InnShrineController_DestroyShrine, (InnShrineController * __this, MethodInfo * method)); DO_APP_FUNC(0x0049D490, void, InnShrineController__ctor, (InnShrineController * __this, MethodInfo * method)); DO_APP_FUNC(0x0049D4E0, void, InnShrineController__DestroyShrine_b__34_0, (InnShrineController * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC778, InnShrineController__DestroyShrine_b__34_0__MethodInfo); DO_APP_FUNC(0x0049D540, void, InnShrineController__DestroyShrine_b__34_1, (InnShrineController * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC770, InnShrineController__DestroyShrine_b__34_1__MethodInfo); DO_APP_FUNC(0x0049D5E0, void, InnShrineController__DestroyShrine_b__34_2, (InnShrineController * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC760, InnShrineController__DestroyShrine_b__34_2__MethodInfo); DO_APP_FUNC(0x0049D650, void, InnShrineController__DestroyShrine_b__34_3, (InnShrineController * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC758, InnShrineController__DestroyShrine_b__34_3__MethodInfo); DO_APP_FUNC(0x0049D5E0, void, InnShrineController__DestroyShrine_b__34_4, (InnShrineController * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC750, InnShrineController__DestroyShrine_b__34_4__MethodInfo); DO_APP_FUNC(0x0049D6F0, void, InnShrineController__DestroyShrine_b__34_5, (InnShrineController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC748, InnShrineController__DestroyShrine_b__34_5__MethodInfo); DO_APP_FUNC(0x003BAD60, void, InnShrineController_DestroyShrine_d_34__ctor, (InnShrineController_DestroyShrine_d_34 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InnShrineController_DestroyShrine_d_34_System_IDisposable_Dispose, (InnShrineController_DestroyShrine_d_34 * __this, MethodInfo * method)); DO_APP_FUNC(0x0049D750, bool, InnShrineController_DestroyShrine_d_34_MoveNext, (InnShrineController_DestroyShrine_d_34 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, InnShrineController_DestroyShrine_d_34_System_Collections_Generic_IEnumerator_System_Object__get_Current, (InnShrineController_DestroyShrine_d_34 * __this, MethodInfo * method)); DO_APP_FUNC(0x0049E230, void, InnShrineController_DestroyShrine_d_34_System_Collections_IEnumerator_Reset, (InnShrineController_DestroyShrine_d_34 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC740, InnShrineController_DestroyShrine_d_34_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, InnShrineController_DestroyShrine_d_34_System_Collections_IEnumerator_get_Current, (InnShrineController_DestroyShrine_d_34 * __this, MethodInfo * method)); DO_APP_FUNC(0x0049E280, void, InnWebController_Awake, (InnWebController * __this, MethodInfo * method)); DO_APP_FUNC(0x0049E7C0, void, InnWebController_Start, (InnWebController * __this, MethodInfo * method)); DO_APP_FUNC(0x0049EA20, void, InnWebController_Attached, (InnWebController * __this, MethodInfo * method)); DO_APP_FUNC(0x0049EBA0, void, InnWebController_Activate, (InnWebController * __this, MethodInfo * method)); DO_APP_FUNC(0x0049EC40, void, InnWebController_OnOn, (InnWebController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC6D0, InnWebController_OnOn__MethodInfo); DO_APP_FUNC(0x0049F710, void, InnWebController_SetupPlayers, (InnWebController * __this, bool resetCache, MethodInfo * method)); DO_APP_FUNC(0x0049F880, void, InnWebController_SetupPlayersInternal, (InnWebController * __this, MethodInfo * method)); DO_APP_FUNC(0x0049FF80, IEnumerator *, InnWebController_WaitToEnableCollider, (InnWebController * __this, MethodInfo * method)); DO_APP_FUNC(0x004A0020, void, InnWebController_FixedUpdate, (InnWebController * __this, MethodInfo * method)); DO_APP_FUNC(0x004A0D80, IEnumerator *, InnWebController_FadeIn, (InnWebController * __this, MethodInfo * method)); DO_APP_FUNC(0x004A0E20, IEnumerator *, InnWebController_Dissolve, (InnWebController * __this, MethodInfo * method)); DO_APP_FUNC(0x004A0EC0, void, InnWebController_GetLocalCharacterEntity, (InnWebController * __this, MethodInfo * method)); DO_APP_FUNC(0x004A1120, void, InnWebController_OnPlayerPickedUpEvent, (InnWebController * __this, BoltEntity * killedBy, BoltEntity * player, bool inHidingSpot, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC6F8, InnWebController_OnPlayerPickedUpEvent__MethodInfo); DO_APP_FUNC(0x004A1390, void, InnWebController_OnKnockoutEvent, (InnWebController * __this, BoltEntity * killedBy, BoltEntity * player, bool usingPoison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC708, InnWebController_OnKnockoutEvent__MethodInfo); DO_APP_FUNC(0x004A1720, void, InnWebController_OnReviveEvent, (InnWebController * __this, BoltEntity * player, BoltEntity * reviver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC6E8, InnWebController_OnReviveEvent__MethodInfo); DO_APP_FUNC(0x004A1AF0, void, InnWebController_SetUnlitMaterials, (InnWebController * __this, MethodInfo * method)); DO_APP_FUNC(0x004A1C90, void, InnWebController_SetNormalMaterials, (InnWebController * __this, MethodInfo * method)); DO_APP_FUNC(0x004A1E20, void, InnWebController_OnDestroy, (InnWebController * __this, MethodInfo * method)); DO_APP_FUNC(0x004A1FF0, void, InnWebController__ctor, (InnWebController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, InnWebController_WaitToEnableCollider_d_31__ctor, (InnWebController_WaitToEnableCollider_d_31 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InnWebController_WaitToEnableCollider_d_31_System_IDisposable_Dispose, (InnWebController_WaitToEnableCollider_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x004A2130, bool, InnWebController_WaitToEnableCollider_d_31_MoveNext, (InnWebController_WaitToEnableCollider_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, InnWebController_WaitToEnableCollider_d_31_System_Collections_Generic_IEnumerator_System_Object__get_Current, (InnWebController_WaitToEnableCollider_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x004A24A0, void, InnWebController_WaitToEnableCollider_d_31_System_Collections_IEnumerator_Reset, (InnWebController_WaitToEnableCollider_d_31 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC560, InnWebController_WaitToEnableCollider_d_31_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, InnWebController_WaitToEnableCollider_d_31_System_Collections_IEnumerator_get_Current, (InnWebController_WaitToEnableCollider_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, InnWebController_FadeIn_d_33__ctor, (InnWebController_FadeIn_d_33 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InnWebController_FadeIn_d_33_System_IDisposable_Dispose, (InnWebController_FadeIn_d_33 * __this, MethodInfo * method)); DO_APP_FUNC(0x004A24F0, bool, InnWebController_FadeIn_d_33_MoveNext, (InnWebController_FadeIn_d_33 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, InnWebController_FadeIn_d_33_System_Collections_Generic_IEnumerator_System_Object__get_Current, (InnWebController_FadeIn_d_33 * __this, MethodInfo * method)); DO_APP_FUNC(0x004A34A0, void, InnWebController_FadeIn_d_33_System_Collections_IEnumerator_Reset, (InnWebController_FadeIn_d_33 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC550, InnWebController_FadeIn_d_33_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, InnWebController_FadeIn_d_33_System_Collections_IEnumerator_get_Current, (InnWebController_FadeIn_d_33 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, InnWebController_Dissolve_d_34__ctor, (InnWebController_Dissolve_d_34 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InnWebController_Dissolve_d_34_System_IDisposable_Dispose, (InnWebController_Dissolve_d_34 * __this, MethodInfo * method)); DO_APP_FUNC(0x004A34F0, bool, InnWebController_Dissolve_d_34_MoveNext, (InnWebController_Dissolve_d_34 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, InnWebController_Dissolve_d_34_System_Collections_Generic_IEnumerator_System_Object__get_Current, (InnWebController_Dissolve_d_34 * __this, MethodInfo * method)); DO_APP_FUNC(0x004A3D70, void, InnWebController_Dissolve_d_34_System_Collections_IEnumerator_Reset, (InnWebController_Dissolve_d_34 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC540, InnWebController_Dissolve_d_34_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, InnWebController_Dissolve_d_34_System_Collections_IEnumerator_get_Current, (InnWebController_Dissolve_d_34 * __this, MethodInfo * method)); DO_APP_FUNC(0x004A3DC0, void, InnWebTrigger_OnTriggerExit, (InnWebTrigger * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x004A4700, IEnumerator *, InnWebTrigger_DisableShootRun, (InnWebTrigger * __this, Animator * animator, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, InnWebTrigger__ctor, (InnWebTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x004A4810, void, InnWebTrigger__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, InnWebTrigger_DisableShootRun_d_3__ctor, (InnWebTrigger_DisableShootRun_d_3 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InnWebTrigger_DisableShootRun_d_3_System_IDisposable_Dispose, (InnWebTrigger_DisableShootRun_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x004A4850, bool, InnWebTrigger_DisableShootRun_d_3_MoveNext, (InnWebTrigger_DisableShootRun_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, InnWebTrigger_DisableShootRun_d_3_System_Collections_Generic_IEnumerator_System_Object__get_Current, (InnWebTrigger_DisableShootRun_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x004A4B20, void, InnWebTrigger_DisableShootRun_d_3_System_Collections_IEnumerator_Reset, (InnWebTrigger_DisableShootRun_d_3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC4E8, InnWebTrigger_DisableShootRun_d_3_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, InnWebTrigger_DisableShootRun_d_3_System_Collections_IEnumerator_get_Current, (InnWebTrigger_DisableShootRun_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x004A4B70, void, SurvivalEggController_Awake, (SurvivalEggController * __this, MethodInfo * method)); DO_APP_FUNC(0x004A4CB0, void, SurvivalEggController_Attached, (SurvivalEggController * __this, MethodInfo * method)); DO_APP_FUNC(0x004A4E90, void, SurvivalEggController_OnMetadata, (SurvivalEggController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC4A8, SurvivalEggController_OnMetadata__MethodInfo); DO_APP_FUNC(0x004A4F60, void, SurvivalEggController_OnDisableInteract, (SurvivalEggController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC4B8, SurvivalEggController_OnDisableInteract__MethodInfo); DO_APP_FUNC(0x004A5280, IEnumerator *, SurvivalEggController_DelayEnableInteract, (SurvivalEggController * __this, MethodInfo * method)); DO_APP_FUNC(0x004A5320, void, SurvivalEggController_SetMetadata, (SurvivalEggController * __this, String * metadata, bool vomited, MethodInfo * method)); DO_APP_FUNC(0x004A54C0, void, SurvivalEggController_PlayShakeAudioClip, (SurvivalEggController * __this, MethodInfo * method)); DO_APP_FUNC(0x004A54E0, void, SurvivalEggController_OnGlobalGoatBurnEvent, (SurvivalEggController * __this, int32_t numObjectsBurned, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC4D8, SurvivalEggController_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x004A55B0, void, SurvivalEggController_OnDestroy, (SurvivalEggController * __this, MethodInfo * method)); DO_APP_FUNC(0x004A5690, void, SurvivalEggController__ctor, (SurvivalEggController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SurvivalEggController_DelayEnableInteract_d_9__ctor, (SurvivalEggController_DelayEnableInteract_d_9 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalEggController_DelayEnableInteract_d_9_System_IDisposable_Dispose, (SurvivalEggController_DelayEnableInteract_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x004A56E0, bool, SurvivalEggController_DelayEnableInteract_d_9_MoveNext, (SurvivalEggController_DelayEnableInteract_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalEggController_DelayEnableInteract_d_9_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalEggController_DelayEnableInteract_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x004A5970, void, SurvivalEggController_DelayEnableInteract_d_9_System_Collections_IEnumerator_Reset, (SurvivalEggController_DelayEnableInteract_d_9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC420, SurvivalEggController_DelayEnableInteract_d_9_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalEggController_DelayEnableInteract_d_9_System_Collections_IEnumerator_get_Current, (SurvivalEggController_DelayEnableInteract_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x004A59C0, void, IntroFlashlightController_Start, (IntroFlashlightController * __this, MethodInfo * method)); DO_APP_FUNC(0x004A5CC0, void, IntroFlashlightController_OnPlayerFlickerTriggerEnter, (IntroFlashlightController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC3F8, IntroFlashlightController_OnPlayerFlickerTriggerEnter__MethodInfo); DO_APP_FUNC(0x004A5D30, void, IntroFlashlightController_OnPlayerFlickerTriggerExit, (IntroFlashlightController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC3F0, IntroFlashlightController_OnPlayerFlickerTriggerExit__MethodInfo); DO_APP_FUNC(0x004A5DB0, void, IntroFlashlightController_OnPlayerFlashlightOffTriggerEnter, (IntroFlashlightController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC408, IntroFlashlightController_OnPlayerFlashlightOffTriggerEnter__MethodInfo); DO_APP_FUNC(0x004A5E10, void, IntroFlashlightController_OnPlayerFlashlightOffTriggerExit, (IntroFlashlightController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC400, IntroFlashlightController_OnPlayerFlashlightOffTriggerExit__MethodInfo); DO_APP_FUNC(0x004A5EC0, void, IntroFlashlightController_OnDestroy, (IntroFlashlightController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, IntroFlashlightController__ctor, (IntroFlashlightController * __this, MethodInfo * method)); DO_APP_FUNC(0x004A5F20, void, IntroTrigger_Awake, (IntroTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x004A6000, void, IntroTrigger_OnTriggerEnter, (IntroTrigger * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x004A62B0, void, IntroTrigger_OnTriggerExit, (IntroTrigger * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x004A65B0, int32_t, IntroTrigger_NumPlayersInsideTrigger, (IntroTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x004A6600, void, IntroTrigger_OnPlayerDetached, (IntroTrigger * __this, BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC358, IntroTrigger_OnPlayerDetached__MethodInfo); DO_APP_FUNC(0x004A6860, void, IntroTrigger_OnDestroy, (IntroTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x004A6940, void, IntroTrigger__ctor, (IntroTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, IntroTrigger_OnAllPlayersExitedDelegate__ctor, (IntroTrigger_OnAllPlayersExitedDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, IntroTrigger_OnAllPlayersExitedDelegate_Invoke, (IntroTrigger_OnAllPlayersExitedDelegate * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5A50, IAsyncResult *, IntroTrigger_OnAllPlayersExitedDelegate_BeginInvoke, (IntroTrigger_OnAllPlayersExitedDelegate * __this, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, IntroTrigger_OnAllPlayersExitedDelegate_EndInvoke, (IntroTrigger_OnAllPlayersExitedDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, IntroTrigger_OnPlayerEnteredDelegate__ctor, (IntroTrigger_OnPlayerEnteredDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, IntroTrigger_OnPlayerEnteredDelegate_Invoke, (IntroTrigger_OnPlayerEnteredDelegate * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5A50, IAsyncResult *, IntroTrigger_OnPlayerEnteredDelegate_BeginInvoke, (IntroTrigger_OnPlayerEnteredDelegate * __this, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, IntroTrigger_OnPlayerEnteredDelegate_EndInvoke, (IntroTrigger_OnPlayerEnteredDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, IntroTrigger_OnAllPlayersEnteredDelegate__ctor, (IntroTrigger_OnAllPlayersEnteredDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, IntroTrigger_OnAllPlayersEnteredDelegate_Invoke, (IntroTrigger_OnAllPlayersEnteredDelegate * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5A50, IAsyncResult *, IntroTrigger_OnAllPlayersEnteredDelegate_BeginInvoke, (IntroTrigger_OnAllPlayersEnteredDelegate * __this, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, IntroTrigger_OnAllPlayersEnteredDelegate_EndInvoke, (IntroTrigger_OnAllPlayersEnteredDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, IntroTrigger_OnPlayerExitedDelegate__ctor, (IntroTrigger_OnPlayerExitedDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, IntroTrigger_OnPlayerExitedDelegate_Invoke, (IntroTrigger_OnPlayerExitedDelegate * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5A50, IAsyncResult *, IntroTrigger_OnPlayerExitedDelegate_BeginInvoke, (IntroTrigger_OnPlayerExitedDelegate * __this, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, IntroTrigger_OnPlayerExitedDelegate_EndInvoke, (IntroTrigger_OnPlayerExitedDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x004A6A40, void, JoinDiscord_Start, (JoinDiscord * __this, MethodInfo * method)); DO_APP_FUNC(0x004A6B10, void, JoinDiscord_OnClick, (JoinDiscord * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC2D8, JoinDiscord_OnClick__MethodInfo); DO_APP_FUNC(0x003AC000, void, JoinDiscord__ctor, (JoinDiscord * __this, MethodInfo * method)); DO_APP_FUNC(0x004A6B90, void, JumpScare_Awake, (JumpScare * __this, MethodInfo * method)); DO_APP_FUNC(0x004A72B0, void, JumpScare_Start, (JumpScare * __this, MethodInfo * method)); DO_APP_FUNC(0x004A7710, void, JumpScare_Activate, (JumpScare * __this, BoltEntity * killedBy, MethodInfo * method)); DO_APP_FUNC(0x004A8B10, void, JumpScare_OnEnd, (JumpScare * __this, PlayableDirector * d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC250, JumpScare_OnEnd__MethodInfo); DO_APP_FUNC(0x004A9480, void, JumpScare_OnStart, (JumpScare * __this, PlayableDirector * d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC248, JumpScare_OnStart__MethodInfo); DO_APP_FUNC(0x004A9540, IEnumerator *, JumpScare_ShowCamera, (JumpScare * __this, MethodInfo * method)); DO_APP_FUNC(0x004A95E0, IEnumerator *, JumpScare_TransitionToNormalAudio, (JumpScare * __this, MethodInfo * method)); DO_APP_FUNC(0x004A9680, void, JumpScare_PurgeDynamicAudio, (JumpScare * __this, MethodInfo * method)); DO_APP_FUNC(0x004A9A90, void, JumpScare_SetArachnophobiaMode, (JumpScare * __this, bool on, MethodInfo * method)); DO_APP_FUNC(0x004A9D30, void, JumpScare_OnDestroy, (JumpScare * __this, MethodInfo * method)); DO_APP_FUNC(0x004A9DE0, void, JumpScare__ctor, (JumpScare * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, JumpScare_ShowCamera_d_43__ctor, (JumpScare_ShowCamera_d_43 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, JumpScare_ShowCamera_d_43_System_IDisposable_Dispose, (JumpScare_ShowCamera_d_43 * __this, MethodInfo * method)); DO_APP_FUNC(0x004A9EC0, bool, JumpScare_ShowCamera_d_43_MoveNext, (JumpScare_ShowCamera_d_43 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, JumpScare_ShowCamera_d_43_System_Collections_Generic_IEnumerator_System_Object__get_Current, (JumpScare_ShowCamera_d_43 * __this, MethodInfo * method)); DO_APP_FUNC(0x004AA0C0, void, JumpScare_ShowCamera_d_43_System_Collections_IEnumerator_Reset, (JumpScare_ShowCamera_d_43 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC078, JumpScare_ShowCamera_d_43_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, JumpScare_ShowCamera_d_43_System_Collections_IEnumerator_get_Current, (JumpScare_ShowCamera_d_43 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, JumpScare_TransitionToNormalAudio_d_44__ctor, (JumpScare_TransitionToNormalAudio_d_44 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, JumpScare_TransitionToNormalAudio_d_44_System_IDisposable_Dispose, (JumpScare_TransitionToNormalAudio_d_44 * __this, MethodInfo * method)); DO_APP_FUNC(0x004AA110, bool, JumpScare_TransitionToNormalAudio_d_44_MoveNext, (JumpScare_TransitionToNormalAudio_d_44 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, JumpScare_TransitionToNormalAudio_d_44_System_Collections_Generic_IEnumerator_System_Object__get_Current, (JumpScare_TransitionToNormalAudio_d_44 * __this, MethodInfo * method)); DO_APP_FUNC(0x004AA310, void, JumpScare_TransitionToNormalAudio_d_44_System_Collections_IEnumerator_Reset, (JumpScare_TransitionToNormalAudio_d_44 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC068, JumpScare_TransitionToNormalAudio_d_44_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, JumpScare_TransitionToNormalAudio_d_44_System_Collections_IEnumerator_get_Current, (JumpScare_TransitionToNormalAudio_d_44 * __this, MethodInfo * method)); DO_APP_FUNC(0x004AA360, void, JumpScare_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, JumpScare_c__ctor, (JumpScare_c * __this, MethodInfo * method)); DO_APP_FUNC(0x004AA410, bool, JumpScare_c__PurgeDynamicAudio_b__45_0, (JumpScare_c * __this, TrackAsset * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC0F8, JumpScare_c__PurgeDynamicAudio_b__45_0__MethodInfo); DO_APP_FUNC(0x004AA4A0, void, JumpScareVRCamera_Awake, (JumpScareVRCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x004AA570, void, JumpScareVRCamera_SyncWithCamera, (JumpScareVRCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, JumpScareVRCamera__ctor, (JumpScareVRCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x004AACA0, void, KeyBehaviour_Awake, (KeyBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004AAD50, void, KeyBehaviour_Attached, (KeyBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004AB3F0, void, KeyBehaviour_SetKeyName, (KeyBehaviour * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x004AB500, String *, KeyBehaviour_GetKeyName, (KeyBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004AB5B0, void, KeyBehaviour_OnMetadata, (KeyBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC030, KeyBehaviour_OnMetadata__MethodInfo); DO_APP_FUNC(0x004AB8A0, void, KeyBehaviour__ctor, (KeyBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, KeyListItem__ctor, (KeyListItem * __this, MethodInfo * method)); DO_APP_FUNC(0x004AB8F0, bool, KeySpawnPoint_CanSpawnKey, (KeySpawnPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, KeySpawnPoint__ctor, (KeySpawnPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x004AB990, void, KillBox_OnTriggerEnter, (KillBox * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, KillBox__ctor, (KillBox * __this, MethodInfo * method)); DO_APP_FUNC(0x004AD100, void, KnockoutBox_Awake, (KnockoutBox * __this, MethodInfo * method)); DO_APP_FUNC(0x004AD260, void, KnockoutBox_OnTriggerEnter, (KnockoutBox * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x004AD640, void, KnockoutBox_OnTriggerExit, (KnockoutBox * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x004AD770, void, KnockoutBox_AltarActivated, (KnockoutBox * __this, MethodInfo * method)); DO_APP_FUNC(0x004ADB30, void, KnockoutBox__ctor, (KnockoutBox * __this, MethodInfo * method)); DO_APP_FUNC(0x004ADC30, void, KnockoutRagdoll_Awake, (KnockoutRagdoll * __this, MethodInfo * method)); DO_APP_FUNC(0x004AEBF0, void, KnockoutRagdoll_PopulateOriginalMaterials, (KnockoutRagdoll * __this, MethodInfo * method)); DO_APP_FUNC(0x004AEDD0, void, KnockoutRagdoll_SetAnimatorMode, (KnockoutRagdoll * __this, bool active, MethodInfo * method)); DO_APP_FUNC(0x004AEEE0, void, KnockoutRagdoll_Dissolve, (KnockoutRagdoll * __this, MethodInfo * method)); DO_APP_FUNC(0x004AEF30, void, KnockoutRagdoll_ResetMaterials, (KnockoutRagdoll * __this, MethodInfo * method)); DO_APP_FUNC(0x004AF0D0, void, KnockoutRagdoll_ResetDropCamera, (KnockoutRagdoll * __this, MethodInfo * method)); DO_APP_FUNC(0x004AF260, void, KnockoutRagdoll__ctor, (KnockoutRagdoll * __this, MethodInfo * method)); DO_APP_FUNC(0x004AF380, void, EndingLightFade_Start, (EndingLightFade * __this, MethodInfo * method)); DO_APP_FUNC(0x004AF720, IEnumerator *, EndingLightFade_FadeLightsOut, (EndingLightFade * __this, MethodInfo * method)); DO_APP_FUNC(0x004AF7C0, void, EndingLightFade__ctor, (EndingLightFade * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, EndingLightFade_FadeLightsOut_d_5__ctor, (EndingLightFade_FadeLightsOut_d_5 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EndingLightFade_FadeLightsOut_d_5_System_IDisposable_Dispose, (EndingLightFade_FadeLightsOut_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x004AF8C0, bool, EndingLightFade_FadeLightsOut_d_5_MoveNext, (EndingLightFade_FadeLightsOut_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, EndingLightFade_FadeLightsOut_d_5_System_Collections_Generic_IEnumerator_System_Object__get_Current, (EndingLightFade_FadeLightsOut_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x004AFC20, void, EndingLightFade_FadeLightsOut_d_5_System_Collections_IEnumerator_Reset, (EndingLightFade_FadeLightsOut_d_5 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBCD0, EndingLightFade_FadeLightsOut_d_5_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, EndingLightFade_FadeLightsOut_d_5_System_Collections_IEnumerator_get_Current, (EndingLightFade_FadeLightsOut_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x004AFC70, void, LightShadowsTrigger_Awake, (LightShadowsTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x004AFDE0, void, LightShadowsTrigger_OnTriggerEnter, (LightShadowsTrigger * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x004B0070, void, LightShadowsTrigger_OnTriggerExit, (LightShadowsTrigger * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x004B02E0, void, LightShadowsTrigger_SetLightShadows, (LightShadowsTrigger * __this, bool on, MethodInfo * method)); DO_APP_FUNC(0x004B03B0, void, LightShadowsTrigger__ctor, (LightShadowsTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x004B04C0, void, LocalUVTrigger_FixedUpdate, (LocalUVTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, LocalUVTrigger__ctor, (LocalUVTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x004B0FA0, bool, LockboxSpawnPoint_CanUse, (LockboxSpawnPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, LockboxSpawnPoint__ctor, (LockboxSpawnPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x004B1000, void, LockedCharacter_Awake, (LockedCharacter * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LockedCharacter_Start, (LockedCharacter * __this, MethodInfo * method)); DO_APP_FUNC(0x004B1130, void, LockedCharacter_Attached, (LockedCharacter * __this, MethodInfo * method)); DO_APP_FUNC(0x004B12D0, void, LockedCharacter_OnLocked, (LockedCharacter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBC40, LockedCharacter_OnLocked__MethodInfo); DO_APP_FUNC(0x004B1410, void, LockedCharacter__ctor, (LockedCharacter * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Dictionary_2_UnityEngine_GameObject_UnityEngine_GameObject_ *, CrowPerchManager_get_perchOccupationList, (CrowPerchManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, CrowPerchManager_set_perchOccupationList, (CrowPerchManager * __this, Dictionary_2_UnityEngine_GameObject_UnityEngine_GameObject_ * value, MethodInfo * method)); DO_APP_FUNC(0x004B1460, void, CrowPerchManager_Awake, (CrowPerchManager * __this, MethodInfo * method)); DO_APP_FUNC(0x004B17B0, List_1_UnityEngine_GameObject_ *, CrowPerchManager_GetAvailablePerches, (CrowPerchManager * __this, MethodInfo * method)); DO_APP_FUNC(0x004B1B20, bool, CrowPerchManager_ClaimPerch, (CrowPerchManager * __this, GameObject * perch, GameObject * crow, MethodInfo * method)); DO_APP_FUNC(0x004B1D10, void, CrowPerchManager_ReleasePerch, (CrowPerchManager * __this, GameObject * perch, GameObject * crow, MethodInfo * method)); DO_APP_FUNC(0x004B1F70, bool, CrowPerchManager_ClaimRandomPerch, (CrowPerchManager * __this, GameObject * crow, GameObject * * perch, MethodInfo * method)); DO_APP_FUNC(0x004B22C0, void, CrowPerchManager__ctor, (CrowPerchManager * __this, MethodInfo * method)); DO_APP_FUNC(0x004B23D0, void, CrowPerchManager_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CrowPerchManager_c__ctor, (CrowPerchManager_c * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2480, GameObject *, CrowPerchManager_c__Awake_b__5_0, (CrowPerchManager_c * __this, GameObject * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBBE0, CrowPerchManager_c__Awake_b__5_0__MethodInfo); DO_APP_FUNC(0x004B2570, bool, CrowPerchManager_c__GetAvailablePerches_b__6_0, (CrowPerchManager_c * __this, KeyValuePair_2_UnityEngine_GameObject_UnityEngine_GameObject_ kvp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBB68, CrowPerchManager_c__GetAvailablePerches_b__6_0__MethodInfo); DO_APP_FUNC(0x004B2680, GameObject *, CrowPerchManager_c__GetAvailablePerches_b__6_1, (CrowPerchManager_c * __this, KeyValuePair_2_UnityEngine_GameObject_UnityEngine_GameObject_ kvp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBB60, CrowPerchManager_c__GetAvailablePerches_b__6_1__MethodInfo); DO_APP_FUNC(0x004B26C0, void, IntroApril_Awake, (IntroApril * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2750, void, IntroApril_OnAddressableMaterialLoaderComplete, (IntroApril * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IntroApril_PlayFootStep, (IntroApril * __this, int32_t footIndex, MethodInfo * method)); DO_APP_FUNC(0x004B2A90, void, IntroApril_LateUpdate, (IntroApril * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2B80, void, IntroApril__ctor, (IntroApril * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C60, bool, ManorDeadRealmTrigger_get_IsInDeadRealm, (ManorDeadRealmTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C70, void, ManorDeadRealmTrigger_set_IsInDeadRealm, (ManorDeadRealmTrigger * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x004B2C80, List_1_UnityEngine_GameObject_ *, ManorDeadRealmTrigger_get_PlayersInDeadRealm, (ManorDeadRealmTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C90, void, ManorDeadRealmTrigger_set_PlayersInDeadRealm, (ManorDeadRealmTrigger * __this, List_1_UnityEngine_GameObject_ * value, MethodInfo * method)); DO_APP_FUNC(0x004B2CF0, void, ManorDeadRealmTrigger_Awake, (ManorDeadRealmTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x004B3540, void, ManorDeadRealmTrigger_OnTriggerEnter, (ManorDeadRealmTrigger * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x004B4250, void, ManorDeadRealmTrigger_OnTriggerExit, (ManorDeadRealmTrigger * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x004B4FD0, void, ManorDeadRealmTrigger_UpdateVoicePositionOffsets, (ManorDeadRealmTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x004B5CE0, void, ManorDeadRealmTrigger_OnKnockoutEvent, (ManorDeadRealmTrigger * __this, BoltEntity * killedBy, BoltEntity * player, bool usingPoison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBA58, ManorDeadRealmTrigger_OnKnockoutEvent__MethodInfo); DO_APP_FUNC(0x004B5F00, void, ManorDeadRealmTrigger_OnKnockoutBoxEvent, (ManorDeadRealmTrigger * __this, String * killedBy, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBA60, ManorDeadRealmTrigger_OnKnockoutBoxEvent__MethodInfo); DO_APP_FUNC(0x004B6120, void, ManorDeadRealmTrigger_OnReviveEvent, (ManorDeadRealmTrigger * __this, BoltEntity * player, BoltEntity * reviver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBA50, ManorDeadRealmTrigger_OnReviveEvent__MethodInfo); DO_APP_FUNC(0x004B6450, void, ManorDeadRealmTrigger_OnEndingEvent, (ManorDeadRealmTrigger * __this, int32_t ending, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBA68, ManorDeadRealmTrigger_OnEndingEvent__MethodInfo); DO_APP_FUNC(0x004B6980, void, ManorDeadRealmTrigger_SetDefaultVoiceSettings, (ManorDeadRealmTrigger * __this, AudioSource * audioSource, AudioOcclusion * audioOcclusion, AudioChorusFilter * audioChorusFilter, AudioEchoFilter * audioEchoFilter, MethodInfo * method)); DO_APP_FUNC(0x004B6BC0, void, ManorDeadRealmTrigger_OnDestroy, (ManorDeadRealmTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x004B6E30, void, ManorDeadRealmTrigger__ctor, (ManorDeadRealmTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x004B6FF0, void, ManorDeadRealmTrigger__cctor, (MethodInfo * method)); DO_APP_FUNC(0x004B7030, void, ManorDiningTableController_Awake, (ManorDiningTableController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ManorDiningTableController__ctor, (ManorDiningTableController * __this, MethodInfo * method)); DO_APP_FUNC(0x004B7140, void, ManorFountainController_Awake, (ManorFountainController * __this, MethodInfo * method)); DO_APP_FUNC(0x004B7340, void, ManorFountainController_Attached, (ManorFountainController * __this, MethodInfo * method)); DO_APP_FUNC(0x004B76B0, bool, ManorFountainController_IsClean, (ManorFountainController * __this, MethodInfo * method)); DO_APP_FUNC(0x004B7860, void, ManorFountainController_Clean, (ManorFountainController * __this, MethodInfo * method)); DO_APP_FUNC(0x004B7A50, void, ManorFountainController_Consume, (ManorFountainController * __this, MethodInfo * method)); DO_APP_FUNC(0x004B7B00, void, ManorFountainController_OnIsClean, (ManorFountainController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB888, ManorFountainController_OnIsClean__MethodInfo); DO_APP_FUNC(0x004B80A0, void, ManorFountainController__ctor, (ManorFountainController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ManorFountainController_c_DisplayClass16_0__ctor, (ManorFountainController_c_DisplayClass16_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x004B8100, void, ManorFountainController_c_DisplayClass16_0__OnIsClean_b__0, (ManorFountainController_c_DisplayClass16_0 * __this, float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB850, ManorFountainController_c_DisplayClass16_0__OnIsClean_b__0__MethodInfo); DO_APP_FUNC(0x004B8270, void, ManorFountainController_c_DisplayClass16_0__OnIsClean_b__1, (ManorFountainController_c_DisplayClass16_0 * __this, float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB848, ManorFountainController_c_DisplayClass16_0__OnIsClean_b__1__MethodInfo); DO_APP_FUNC(0x004B84C0, void, ManorFountainController_c_DisplayClass16_0__OnIsClean_b__2, (ManorFountainController_c_DisplayClass16_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB840, ManorFountainController_c_DisplayClass16_0__OnIsClean_b__2__MethodInfo); DO_APP_FUNC(0x004B8720, void, ManorFountainController_c_DisplayClass16_0__OnIsClean_b__3, (ManorFountainController_c_DisplayClass16_0 * __this, float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB820, ManorFountainController_c_DisplayClass16_0__OnIsClean_b__3__MethodInfo); DO_APP_FUNC(0x004B8960, void, ManorFountainController_c_DisplayClass16_0__OnIsClean_b__4, (ManorFountainController_c_DisplayClass16_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB818, ManorFountainController_c_DisplayClass16_0__OnIsClean_b__4__MethodInfo); DO_APP_FUNC(0x004B8A10, bool, ManorHeadbangSpotController_IsInLockedRoom, (ManorHeadbangSpotController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ManorHeadbangSpotController__ctor, (ManorHeadbangSpotController * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, ManorShrineController *, ManorHeadController_get_ManorShrineController, (ManorHeadController * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, ManorHeadController_set_ManorShrineController, (ManorHeadController * __this, ManorShrineController * value, MethodInfo * method)); DO_APP_FUNC(0x004B8AA0, void, ManorHeadController_Awake, (ManorHeadController * __this, MethodInfo * method)); DO_APP_FUNC(0x004B8C30, void, ManorHeadController_Attached, (ManorHeadController * __this, MethodInfo * method)); DO_APP_FUNC(0x004B8E10, void, ManorHeadController_OnMetadata, (ManorHeadController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB7D0, ManorHeadController_OnMetadata__MethodInfo); DO_APP_FUNC(0x004B8FE0, void, ManorHeadController_OnDisableInteract, (ManorHeadController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB7E0, ManorHeadController_OnDisableInteract__MethodInfo); DO_APP_FUNC(0x004B9300, IEnumerator *, ManorHeadController_DelayEnableInteract, (ManorHeadController * __this, MethodInfo * method)); DO_APP_FUNC(0x004B93A0, void, ManorHeadController_SetMetadata, (ManorHeadController * __this, String * metadata, bool vomited, MethodInfo * method)); DO_APP_FUNC(0x004B9540, void, ManorHeadController_SetDroppedByPlayer, (ManorHeadController * __this, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC(0x004B9630, void, ManorHeadController_Detached, (ManorHeadController * __this, MethodInfo * method)); DO_APP_FUNC(0x004B98E0, void, ManorHeadController__ctor, (ManorHeadController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ManorHeadController_DelayEnableInteract_d_13__ctor, (ManorHeadController_DelayEnableInteract_d_13 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ManorHeadController_DelayEnableInteract_d_13_System_IDisposable_Dispose, (ManorHeadController_DelayEnableInteract_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x004B9930, bool, ManorHeadController_DelayEnableInteract_d_13_MoveNext, (ManorHeadController_DelayEnableInteract_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ManorHeadController_DelayEnableInteract_d_13_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ManorHeadController_DelayEnableInteract_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x004B9BC0, void, ManorHeadController_DelayEnableInteract_d_13_System_Collections_IEnumerator_Reset, (ManorHeadController_DelayEnableInteract_d_13 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB780, ManorHeadController_DelayEnableInteract_d_13_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ManorHeadController_DelayEnableInteract_d_13_System_Collections_IEnumerator_get_Current, (ManorHeadController_DelayEnableInteract_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x004B9C10, void, ManorHeadRenderer_SetName, (ManorHeadRenderer * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x004B9ED0, void, ManorHeadRenderer_SetMetadata, (ManorHeadRenderer * __this, String * metadata, MethodInfo * method)); DO_APP_FUNC(0x004BA330, void, ManorHeadRenderer_Hide, (ManorHeadRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x004BA610, void, ManorHeadRenderer_SetTarget, (ManorHeadRenderer * __this, SkinnedMeshRenderer * target, MethodInfo * method)); DO_APP_FUNC(0x004BA680, void, ManorHeadRenderer_UpdateTarget, (ManorHeadRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ManorHeadRenderer__ctor, (ManorHeadRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x004BA7C0, void, ManorIntro_Awake, (ManorIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x004BA860, void, ManorIntro_Attached, (ManorIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x004BB0C0, void, ManorIntro_Detached, (ManorIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x004BB310, IEnumerator *, ManorIntro_WaitForLocalCharacter, (ManorIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x004BB3B0, void, ManorIntro_SpawnIntroApril, (ManorIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x004BB7D0, void, ManorIntro_OnStep, (ManorIntro * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB6E0, ManorIntro_OnStep__MethodInfo); DO_APP_FUNC(0x004BB7E0, void, ManorIntro_OnStepInternal, (ManorIntro * __this, bool isFromAttached, MethodInfo * method)); DO_APP_FUNC(0x004BC170, void, ManorIntro_StartIntro, (ManorIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x004BD160, void, ManorIntro_EndIntro, (ManorIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x004BD370, IEnumerator *, ManorIntro_FinishIntro, (ManorIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x004BD410, void, ManorIntro_LockIntroDoors, (ManorIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x004BD4A0, void, ManorIntro_WolvesTriggerEntered, (ManorIntro * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB600, ManorIntro_WolvesTriggerEntered__MethodInfo); DO_APP_FUNC(0x004BD630, void, ManorIntro_CrowJumpScareTriggerEntered, (ManorIntro * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB610, ManorIntro_CrowJumpScareTriggerEntered__MethodInfo); DO_APP_FUNC(0x004BD880, IEnumerator *, ManorIntro_ActivateCrows, (ManorIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x004BD920, void, ManorIntro_OnLeftWingDoorOpened, (ManorIntro * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB6E8, ManorIntro_OnLeftWingDoorOpened__MethodInfo); DO_APP_FUNC(0x004BDAC0, void, ManorIntro_AprilActivateTriggerEntered, (ManorIntro * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB618, ManorIntro_AprilActivateTriggerEntered__MethodInfo); DO_APP_FUNC(0x004BDC60, IEnumerator *, ManorIntro_WaitForPlayersToSetupCrowAndLump, (ManorIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x004BDD00, void, ManorIntro_StartMusic, (ManorIntro * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB6D0, ManorIntro_StartMusic__MethodInfo); DO_APP_FUNC(0x004BDF20, void, ManorIntro_StopMusic, (ManorIntro * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB6C0, ManorIntro_StopMusic__MethodInfo); DO_APP_FUNC(0x004BE100, void, ManorIntro_Stage2LoopTriggerEntered, (ManorIntro * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB6D8, ManorIntro_Stage2LoopTriggerEntered__MethodInfo); DO_APP_FUNC(0x004BE1A0, void, ManorIntro__ctor, (ManorIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ManorIntro_WaitForLocalCharacter_d_49__ctor, (ManorIntro_WaitForLocalCharacter_d_49 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ManorIntro_WaitForLocalCharacter_d_49_System_IDisposable_Dispose, (ManorIntro_WaitForLocalCharacter_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x004BE440, bool, ManorIntro_WaitForLocalCharacter_d_49_MoveNext, (ManorIntro_WaitForLocalCharacter_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ManorIntro_WaitForLocalCharacter_d_49_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ManorIntro_WaitForLocalCharacter_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x004BEA80, void, ManorIntro_WaitForLocalCharacter_d_49_System_Collections_IEnumerator_Reset, (ManorIntro_WaitForLocalCharacter_d_49 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB4F0, ManorIntro_WaitForLocalCharacter_d_49_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ManorIntro_WaitForLocalCharacter_d_49_System_Collections_IEnumerator_get_Current, (ManorIntro_WaitForLocalCharacter_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ManorIntro_FinishIntro_d_55__ctor, (ManorIntro_FinishIntro_d_55 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ManorIntro_FinishIntro_d_55_System_IDisposable_Dispose, (ManorIntro_FinishIntro_d_55 * __this, MethodInfo * method)); DO_APP_FUNC(0x004BEAD0, bool, ManorIntro_FinishIntro_d_55_MoveNext, (ManorIntro_FinishIntro_d_55 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ManorIntro_FinishIntro_d_55_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ManorIntro_FinishIntro_d_55 * __this, MethodInfo * method)); DO_APP_FUNC(0x004BF450, void, ManorIntro_FinishIntro_d_55_System_Collections_IEnumerator_Reset, (ManorIntro_FinishIntro_d_55 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB4B0, ManorIntro_FinishIntro_d_55_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ManorIntro_FinishIntro_d_55_System_Collections_IEnumerator_get_Current, (ManorIntro_FinishIntro_d_55 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ManorIntro_ActivateCrows_d_59__ctor, (ManorIntro_ActivateCrows_d_59 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x004BF4A0, void, ManorIntro_ActivateCrows_d_59_System_IDisposable_Dispose, (ManorIntro_ActivateCrows_d_59 * __this, MethodInfo * method)); DO_APP_FUNC(0x004BF560, bool, ManorIntro_ActivateCrows_d_59_MoveNext, (ManorIntro_ActivateCrows_d_59 * __this, MethodInfo * method)); DO_APP_FUNC(0x004BF940, void, ManorIntro_ActivateCrows_d_59___m__Finally1, (ManorIntro_ActivateCrows_d_59 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ManorIntro_ActivateCrows_d_59_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ManorIntro_ActivateCrows_d_59 * __this, MethodInfo * method)); DO_APP_FUNC(0x004BF990, void, ManorIntro_ActivateCrows_d_59_System_Collections_IEnumerator_Reset, (ManorIntro_ActivateCrows_d_59 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB450, ManorIntro_ActivateCrows_d_59_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ManorIntro_ActivateCrows_d_59_System_Collections_IEnumerator_get_Current, (ManorIntro_ActivateCrows_d_59 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ManorIntro_WaitForPlayersToSetupCrowAndLump_d_62__ctor, (ManorIntro_WaitForPlayersToSetupCrowAndLump_d_62 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ManorIntro_WaitForPlayersToSetupCrowAndLump_d_62_System_IDisposable_Dispose, (ManorIntro_WaitForPlayersToSetupCrowAndLump_d_62 * __this, MethodInfo * method)); DO_APP_FUNC(0x004BF9E0, bool, ManorIntro_WaitForPlayersToSetupCrowAndLump_d_62_MoveNext, (ManorIntro_WaitForPlayersToSetupCrowAndLump_d_62 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ManorIntro_WaitForPlayersToSetupCrowAndLump_d_62_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ManorIntro_WaitForPlayersToSetupCrowAndLump_d_62 * __this, MethodInfo * method)); DO_APP_FUNC(0x004C0090, void, ManorIntro_WaitForPlayersToSetupCrowAndLump_d_62_System_Collections_IEnumerator_Reset, (ManorIntro_WaitForPlayersToSetupCrowAndLump_d_62 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB408, ManorIntro_WaitForPlayersToSetupCrowAndLump_d_62_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ManorIntro_WaitForPlayersToSetupCrowAndLump_d_62_System_Collections_IEnumerator_get_Current, (ManorIntro_WaitForPlayersToSetupCrowAndLump_d_62 * __this, MethodInfo * method)); DO_APP_FUNC(0x004C00E0, void, ManorLumpController_Awake, (ManorLumpController * __this, MethodInfo * method)); DO_APP_FUNC(0x004C1640, void, ManorLumpController_Attached, (ManorLumpController * __this, MethodInfo * method)); DO_APP_FUNC(0x004C1970, void, ManorLumpController_Detached, (ManorLumpController * __this, MethodInfo * method)); DO_APP_FUNC(0x004C1AE0, void, ManorLumpController_Activate, (ManorLumpController * __this, MethodInfo * method)); DO_APP_FUNC(0x004C1C00, void, ManorLumpController_OnTriggerEnter, (ManorLumpController * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x004C2020, void, ManorLumpController_OnOn, (ManorLumpController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB308, ManorLumpController_OnOn__MethodInfo); DO_APP_FUNC(0x004C2C50, void, ManorLumpController_OnHoldingPlayer, (ManorLumpController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB318, ManorLumpController_OnHoldingPlayer__MethodInfo); DO_APP_FUNC(0x004C3890, void, ManorLumpController_OnPlayerPickedUpEvent, (ManorLumpController * __this, BoltEntity * killedBy, BoltEntity * player, bool inHidingSpot, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB300, ManorLumpController_OnPlayerPickedUpEvent__MethodInfo); DO_APP_FUNC(0x004C3B90, void, ManorLumpController_OnKnockoutEvent, (ManorLumpController * __this, BoltEntity * killedBy, BoltEntity * player, bool usingPoison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB310, ManorLumpController_OnKnockoutEvent__MethodInfo); DO_APP_FUNC(0x004C3E90, void, ManorLumpController_SetupPlayers, (ManorLumpController * __this, bool resetCache, MethodInfo * method)); DO_APP_FUNC(0x004C4010, void, ManorLumpController_SetupPlayersInternal, (ManorLumpController * __this, MethodInfo * method)); DO_APP_FUNC(0x004C4560, void, ManorLumpController_FixedUpdate, (ManorLumpController * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5500, IEnumerator *, ManorLumpController_ReverseDissolve, (ManorLumpController * __this, MethodInfo * method)); DO_APP_FUNC(0x004C55A0, IEnumerator *, ManorLumpController_Dissolve, (ManorLumpController * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5640, IEnumerator *, ManorLumpController_WaitToKnockout, (ManorLumpController * __this, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC(0x004C5750, IEnumerator *, ManorLumpController_PlayIdleAfterMain, (ManorLumpController * __this, MethodInfo * method)); DO_APP_FUNC(0x004C57F0, void, ManorLumpController__ctor, (ManorLumpController * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5B20, void, ManorLumpController__ReverseDissolve_b__66_0, (ManorLumpController * __this, float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0170, ManorLumpController__ReverseDissolve_b__66_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, ManorLumpController_ReverseDissolve_d_66__ctor, (ManorLumpController_ReverseDissolve_d_66 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ManorLumpController_ReverseDissolve_d_66_System_IDisposable_Dispose, (ManorLumpController_ReverseDissolve_d_66 * __this, MethodInfo * method)); DO_APP_FUNC(0x004F3D50, bool, ManorLumpController_ReverseDissolve_d_66_MoveNext, (ManorLumpController_ReverseDissolve_d_66 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ManorLumpController_ReverseDissolve_d_66_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ManorLumpController_ReverseDissolve_d_66 * __this, MethodInfo * method)); DO_APP_FUNC(0x004F4E00, void, ManorLumpController_ReverseDissolve_d_66_System_Collections_IEnumerator_Reset, (ManorLumpController_ReverseDissolve_d_66 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0160, ManorLumpController_ReverseDissolve_d_66_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ManorLumpController_ReverseDissolve_d_66_System_Collections_IEnumerator_get_Current, (ManorLumpController_ReverseDissolve_d_66 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ManorLumpController_Dissolve_d_67__ctor, (ManorLumpController_Dissolve_d_67 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ManorLumpController_Dissolve_d_67_System_IDisposable_Dispose, (ManorLumpController_Dissolve_d_67 * __this, MethodInfo * method)); DO_APP_FUNC(0x004F4E50, bool, ManorLumpController_Dissolve_d_67_MoveNext, (ManorLumpController_Dissolve_d_67 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ManorLumpController_Dissolve_d_67_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ManorLumpController_Dissolve_d_67 * __this, MethodInfo * method)); DO_APP_FUNC(0x004F5AB0, void, ManorLumpController_Dissolve_d_67_System_Collections_IEnumerator_Reset, (ManorLumpController_Dissolve_d_67 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0158, ManorLumpController_Dissolve_d_67_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ManorLumpController_Dissolve_d_67_System_Collections_IEnumerator_get_Current, (ManorLumpController_Dissolve_d_67 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ManorLumpController_WaitToKnockout_d_68__ctor, (ManorLumpController_WaitToKnockout_d_68 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ManorLumpController_WaitToKnockout_d_68_System_IDisposable_Dispose, (ManorLumpController_WaitToKnockout_d_68 * __this, MethodInfo * method)); DO_APP_FUNC(0x004F5B00, bool, ManorLumpController_WaitToKnockout_d_68_MoveNext, (ManorLumpController_WaitToKnockout_d_68 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ManorLumpController_WaitToKnockout_d_68_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ManorLumpController_WaitToKnockout_d_68 * __this, MethodInfo * method)); DO_APP_FUNC(0x004F6490, void, ManorLumpController_WaitToKnockout_d_68_System_Collections_IEnumerator_Reset, (ManorLumpController_WaitToKnockout_d_68 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0150, ManorLumpController_WaitToKnockout_d_68_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ManorLumpController_WaitToKnockout_d_68_System_Collections_IEnumerator_get_Current, (ManorLumpController_WaitToKnockout_d_68 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ManorLumpController_PlayIdleAfterMain_d_69__ctor, (ManorLumpController_PlayIdleAfterMain_d_69 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ManorLumpController_PlayIdleAfterMain_d_69_System_IDisposable_Dispose, (ManorLumpController_PlayIdleAfterMain_d_69 * __this, MethodInfo * method)); DO_APP_FUNC(0x004F64E0, bool, ManorLumpController_PlayIdleAfterMain_d_69_MoveNext, (ManorLumpController_PlayIdleAfterMain_d_69 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ManorLumpController_PlayIdleAfterMain_d_69_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ManorLumpController_PlayIdleAfterMain_d_69 * __this, MethodInfo * method)); DO_APP_FUNC(0x004F66A0, void, ManorLumpController_PlayIdleAfterMain_d_69_System_Collections_IEnumerator_Reset, (ManorLumpController_PlayIdleAfterMain_d_69 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0148, ManorLumpController_PlayIdleAfterMain_d_69_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ManorLumpController_PlayIdleAfterMain_d_69_System_Collections_IEnumerator_get_Current, (ManorLumpController_PlayIdleAfterMain_d_69 * __this, MethodInfo * method)); DO_APP_FUNC(0x004F66F0, ManorMirrorController *, ManorMapController_get_DiningRoomMirror, (ManorMapController * __this, MethodInfo * method)); DO_APP_FUNC(0x004F6700, void, ManorMapController_set_DiningRoomMirror, (ManorMapController * __this, ManorMirrorController * value, MethodInfo * method)); DO_APP_FUNC(0x004F6760, void, ManorMapController_Awake, (ManorMapController * __this, MethodInfo * method)); DO_APP_FUNC(0x004F7020, void, ManorMapController_Attached, (ManorMapController * __this, MethodInfo * method)); DO_APP_FUNC(0x004F7580, IEnumerator *, ManorMapController_WaitForAllShrinesToAttach, (ManorMapController * __this, MethodInfo * method)); DO_APP_FUNC(0x004F7620, IEnumerator *, ManorMapController_WaitToUpdateGraph, (ManorMapController * __this, MethodInfo * method)); DO_APP_FUNC(0x004F76C0, void, ManorMapController_SpawnSpades, (ManorMapController * __this, MethodInfo * method)); DO_APP_FUNC(0x004F78E0, void, ManorMapController_OnMapProgress, (ManorMapController * __this, MethodInfo * method)); DO_APP_FUNC(0x004F7B50, Sprite *, ManorMapController_GetHeadSprite, (ManorMapController * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x004F7CF0, void, ManorMapController_SpawnHeads, (ManorMapController * __this, int32_t count, bool initial, MethodInfo * method)); DO_APP_FUNC(0x004F8870, void, ManorMapController_SpawnMirrors, (ManorMapController * __this, MethodInfo * method)); DO_APP_FUNC(0x004F99C0, void, ManorMapController_InitShrines, (ManorMapController * __this, MethodInfo * method)); DO_APP_FUNC(0x004F9AF0, void, ManorMapController_SpawnKeys, (ManorMapController * __this, MethodInfo * method)); DO_APP_FUNC(0x004FA370, void, ManorMapController_OnIsAzazelActive, (ManorMapController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE00D8, ManorMapController_OnIsAzazelActive__MethodInfo); DO_APP_FUNC(0x004FA660, void, ManorMapController_StartLumpActivation, (ManorMapController * __this, MethodInfo * method)); DO_APP_FUNC(0x004FA6D0, float, ManorMapController_GetLumpActivateDelay, (ManorMapController * __this, MethodInfo * method)); DO_APP_FUNC(0x004FA8C0, void, ManorMapController_ActivateRandomLump, (ManorMapController * __this, MethodInfo * method)); DO_APP_FUNC(0x004FA9A0, void, ManorMapController_Update, (ManorMapController * __this, MethodInfo * method)); DO_APP_FUNC(0x004FB010, ManorShrineController *, ManorMapController_GetNearestManorShrine, (ManorMapController * __this, Vector3 pos, MethodInfo * method)); DO_APP_FUNC(0x004FB120, void, ManorMapController__ctor, (ManorMapController * __this, MethodInfo * method)); DO_APP_FUNC(0x004FB550, void, ManorMapController__cctor, (MethodInfo * method)); DO_APP_FUNC(0x004FB5A0, void, ManorMapController_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ManorMapController_c__ctor, (ManorMapController_c * __this, MethodInfo * method)); DO_APP_FUNC(0x004FB650, bool, ManorMapController_c__Awake_b__28_0, (ManorMapController_c * __this, GameObject * spawnPoint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0128, ManorMapController_c__Awake_b__28_0__MethodInfo); DO_APP_FUNC(0x004FB6E0, bool, ManorMapController_c__Awake_b__28_1, (ManorMapController_c * __this, GameObject * spawnPoint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0120, ManorMapController_c__Awake_b__28_1__MethodInfo); DO_APP_FUNC(0x004FB770, InitialGoatSpawn *, ManorMapController_c__Attached_b__29_0, (ManorMapController_c * __this, GameObject * go, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE00D0, ManorMapController_c__Attached_b__29_0__MethodInfo); DO_APP_FUNC(0x004FB7C0, bool, ManorMapController_c__Update_b__43_0, (ManorMapController_c * __this, ManorLumpController * lump, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFF30, ManorMapController_c__Update_b__43_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, ManorMapController_WaitForAllShrinesToAttach_d_30__ctor, (ManorMapController_WaitForAllShrinesToAttach_d_30 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x004FB980, void, ManorMapController_WaitForAllShrinesToAttach_d_30_System_IDisposable_Dispose, (ManorMapController_WaitForAllShrinesToAttach_d_30 * __this, MethodInfo * method)); DO_APP_FUNC(0x004FBA40, bool, ManorMapController_WaitForAllShrinesToAttach_d_30_MoveNext, (ManorMapController_WaitForAllShrinesToAttach_d_30 * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC060, void, ManorMapController_WaitForAllShrinesToAttach_d_30___m__Finally1, (ManorMapController_WaitForAllShrinesToAttach_d_30 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ManorMapController_WaitForAllShrinesToAttach_d_30_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ManorMapController_WaitForAllShrinesToAttach_d_30 * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC0B0, void, ManorMapController_WaitForAllShrinesToAttach_d_30_System_Collections_IEnumerator_Reset, (ManorMapController_WaitForAllShrinesToAttach_d_30 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFEA8, ManorMapController_WaitForAllShrinesToAttach_d_30_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ManorMapController_WaitForAllShrinesToAttach_d_30_System_Collections_IEnumerator_get_Current, (ManorMapController_WaitForAllShrinesToAttach_d_30 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ManorMapController_WaitToUpdateGraph_d_31__ctor, (ManorMapController_WaitToUpdateGraph_d_31 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ManorMapController_WaitToUpdateGraph_d_31_System_IDisposable_Dispose, (ManorMapController_WaitToUpdateGraph_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC100, bool, ManorMapController_WaitToUpdateGraph_d_31_MoveNext, (ManorMapController_WaitToUpdateGraph_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ManorMapController_WaitToUpdateGraph_d_31_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ManorMapController_WaitToUpdateGraph_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC630, void, ManorMapController_WaitToUpdateGraph_d_31_System_Collections_IEnumerator_Reset, (ManorMapController_WaitToUpdateGraph_d_31 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFE98, ManorMapController_WaitToUpdateGraph_d_31_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ManorMapController_WaitToUpdateGraph_d_31_System_Collections_IEnumerator_get_Current, (ManorMapController_WaitToUpdateGraph_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ManorMapController_c_DisplayClass38_0__ctor, (ManorMapController_c_DisplayClass38_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x004982D0, int32_t, ManorMapController_c_DisplayClass38_0__SpawnKeys_b__0, (ManorMapController_c_DisplayClass38_0 * __this, GameObject * spawnPoint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFF98, ManorMapController_c_DisplayClass38_0__SpawnKeys_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, ManorMapController_c_DisplayClass44_0__ctor, (ManorMapController_c_DisplayClass44_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC680, float, ManorMapController_c_DisplayClass44_0__GetNearestManorShrine_b__0, (ManorMapController_c_DisplayClass44_0 * __this, ManorShrineController * shrine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFF10, ManorMapController_c_DisplayClass44_0__GetNearestManorShrine_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, ManorSpirit__ctor, (ManorSpirit * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC820, GameObject *, ManorMirrorController_get_ReflectionCameraGameObject, (ManorMirrorController * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC830, void, ManorMirrorController_set_ReflectionCameraGameObject, (ManorMirrorController * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x004FC890, Transform *, ManorMirrorController_get_ReflectionCameraTransform, (ManorMirrorController * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC8A0, void, ManorMirrorController_set_ReflectionCameraTransform, (ManorMirrorController * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x004FC900, NodeLink2 *, ManorMirrorController_get_GraphShortcut, (ManorMirrorController * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC910, void, ManorMirrorController_set_GraphShortcut, (ManorMirrorController * __this, NodeLink2 * value, MethodInfo * method)); DO_APP_FUNC(0x004FC970, DoorBehaviour__Array *, ManorMirrorController_get_DoorsToCheck, (ManorMirrorController * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC980, void, ManorMirrorController_set_DoorsToCheck, (ManorMirrorController * __this, DoorBehaviour__Array * value, MethodInfo * method)); DO_APP_FUNC(0x004FC9E0, bool, ManorMirrorController_get_IsInitialized, (ManorMirrorController * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC9F0, void, ManorMirrorController_set_IsInitialized, (ManorMirrorController * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x004FCA00, void, ManorMirrorController_Awake, (ManorMirrorController * __this, MethodInfo * method)); DO_APP_FUNC(0x004FD180, void, ManorMirrorController_Attached, (ManorMirrorController * __this, MethodInfo * method)); DO_APP_FUNC(0x004FD6F0, void, ManorMirrorController_Init, (ManorMirrorController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFE60, ManorMirrorController_Init__MethodInfo); DO_APP_FUNC(0x004FDC90, IEnumerator *, ManorMirrorController_WaitToRenderProbe, (ManorMirrorController * __this, MethodInfo * method)); DO_APP_FUNC(0x004FDD30, void, ManorMirrorController_OnBroken, (ManorMirrorController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFE58, ManorMirrorController_OnBroken__MethodInfo); DO_APP_FUNC(0x004FE280, IEnumerator *, ManorMirrorController_DelayFreezeRigidbodies, (ManorMirrorController * __this, MethodInfo * method)); DO_APP_FUNC(0x004FE320, bool, ManorMirrorController_IsBroken, (ManorMirrorController * __this, MethodInfo * method)); DO_APP_FUNC(0x004FE4D0, bool, ManorMirrorController_IsInLockedRoom, (ManorMirrorController * __this, MethodInfo * method)); DO_APP_FUNC(0x004FE520, void, ManorMirrorController_Teleport, (ManorMirrorController * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x004FEF20, void, ManorMirrorController_Break, (ManorMirrorController * __this, MethodInfo * method)); DO_APP_FUNC(0x004FF200, void, ManorMirrorController_OnDrawGizmos, (ManorMirrorController * __this, MethodInfo * method)); DO_APP_FUNC(0x004FF790, void, ManorMirrorController_Update, (ManorMirrorController * __this, MethodInfo * method)); DO_APP_FUNC(0x00500160, void, ManorMirrorController_FixedUpdate, (ManorMirrorController * __this, MethodInfo * method)); DO_APP_FUNC(0x005005B0, Vector3, ManorMirrorController_GetReflectionCameraPosition, (ManorMirrorController * __this, MethodInfo * method)); DO_APP_FUNC(0x00500870, Vector3, ManorMirrorController_GetReflectionCameraTarget, (ManorMirrorController * __this, MethodInfo * method)); DO_APP_FUNC(0x00500B90, void, ManorMirrorController_SetTarget, (ManorMirrorController * __this, ManorMirrorController * target, MethodInfo * method)); DO_APP_FUNC(0x00500DB0, void, ManorMirrorController_SetLiving, (ManorMirrorController * __this, MethodInfo * method)); DO_APP_FUNC(0x00500E70, void, ManorMirrorController_OnAttachCharacter, (ManorMirrorController * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFE80, ManorMirrorController_OnAttachCharacter__MethodInfo); DO_APP_FUNC(0x00501170, void, ManorMirrorController_OnDestroy, (ManorMirrorController * __this, MethodInfo * method)); DO_APP_FUNC(0x00501560, void, ManorMirrorController__ctor, (ManorMirrorController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ManorMirrorController_WaitToRenderProbe_d_76__ctor, (ManorMirrorController_WaitToRenderProbe_d_76 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ManorMirrorController_WaitToRenderProbe_d_76_System_IDisposable_Dispose, (ManorMirrorController_WaitToRenderProbe_d_76 * __this, MethodInfo * method)); DO_APP_FUNC(0x00501680, bool, ManorMirrorController_WaitToRenderProbe_d_76_MoveNext, (ManorMirrorController_WaitToRenderProbe_d_76 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ManorMirrorController_WaitToRenderProbe_d_76_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ManorMirrorController_WaitToRenderProbe_d_76 * __this, MethodInfo * method)); DO_APP_FUNC(0x00501900, void, ManorMirrorController_WaitToRenderProbe_d_76_System_Collections_IEnumerator_Reset, (ManorMirrorController_WaitToRenderProbe_d_76 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFE10, ManorMirrorController_WaitToRenderProbe_d_76_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ManorMirrorController_WaitToRenderProbe_d_76_System_Collections_IEnumerator_get_Current, (ManorMirrorController_WaitToRenderProbe_d_76 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ManorMirrorController_DelayFreezeRigidbodies_d_78__ctor, (ManorMirrorController_DelayFreezeRigidbodies_d_78 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ManorMirrorController_DelayFreezeRigidbodies_d_78_System_IDisposable_Dispose, (ManorMirrorController_DelayFreezeRigidbodies_d_78 * __this, MethodInfo * method)); DO_APP_FUNC(0x00501950, bool, ManorMirrorController_DelayFreezeRigidbodies_d_78_MoveNext, (ManorMirrorController_DelayFreezeRigidbodies_d_78 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ManorMirrorController_DelayFreezeRigidbodies_d_78_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ManorMirrorController_DelayFreezeRigidbodies_d_78 * __this, MethodInfo * method)); DO_APP_FUNC(0x00501BA0, void, ManorMirrorController_DelayFreezeRigidbodies_d_78_System_Collections_IEnumerator_Reset, (ManorMirrorController_DelayFreezeRigidbodies_d_78 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFE00, ManorMirrorController_DelayFreezeRigidbodies_d_78_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ManorMirrorController_DelayFreezeRigidbodies_d_78_System_Collections_IEnumerator_get_Current, (ManorMirrorController_DelayFreezeRigidbodies_d_78 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ManorMirrorSpawnPoint__ctor, (ManorMirrorSpawnPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x00501BF0, void, ManorShrineController_Awake, (ManorShrineController * __this, MethodInfo * method)); DO_APP_FUNC(0x00501F70, void, ManorShrineController_Attached, (ManorShrineController * __this, MethodInfo * method)); DO_APP_FUNC(0x005022B0, IEnumerator *, ManorShrineController_WaitToResetRecentlyAttached, (ManorShrineController * __this, MethodInfo * method)); DO_APP_FUNC(0x00502350, void, ManorShrineController_OnState, (ManorShrineController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFDD8, ManorShrineController_OnState__MethodInfo); DO_APP_FUNC(0x00503750, SkinnedMeshRenderer *, ManorShrineController_GetHeadSkinnedMeshRenderer, (ManorShrineController * __this, MethodInfo * method)); DO_APP_FUNC(0x00503AF0, void, ManorShrineController_OnHead, (ManorShrineController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFDE0, ManorShrineController_OnHead__MethodInfo); DO_APP_FUNC(0x005041F0, IEnumerator *, ManorShrineController_WaitForHeadAttach, (ManorShrineController * __this, MethodInfo * method)); DO_APP_FUNC(0x00504290, void, ManorShrineController_RemoveHead, (ManorShrineController * __this, MethodInfo * method)); DO_APP_FUNC(0x00504600, void, ManorShrineController_ShowBody, (ManorShrineController * __this, MethodInfo * method)); DO_APP_FUNC(0x00504BB0, void, ManorShrineController_ShowHead, (ManorShrineController * __this, MethodInfo * method)); DO_APP_FUNC(0x00504F60, void, ManorShrineController_SetName, (ManorShrineController * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00505150, void, ManorShrineController_PlaceHead, (ManorShrineController * __this, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC(0x00505340, void, ManorShrineController_PlaceSoil, (ManorShrineController * __this, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC(0x005057F0, bool, ManorShrineController_HasHead, (ManorShrineController * __this, MethodInfo * method)); DO_APP_FUNC(0x00505AA0, bool, ManorShrineController_HasSoil, (ManorShrineController * __this, MethodInfo * method)); DO_APP_FUNC(0x00505C60, String *, ManorShrineController_GetName, (ManorShrineController * __this, MethodInfo * method)); DO_APP_FUNC(0x00505E20, void, ManorShrineController__ctor, (ManorShrineController * __this, MethodInfo * method)); DO_APP_FUNC(0x00505E80, void, ManorShrineController__OnState_b__19_1, (ManorShrineController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFDB0, ManorShrineController__OnState_b__19_1__MethodInfo); DO_APP_FUNC(0x00506020, void, ManorShrineController__OnState_b__19_4, (ManorShrineController * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFD48, ManorShrineController__OnState_b__19_4__MethodInfo); DO_APP_FUNC(0x00506260, void, ManorShrineController__OnState_b__19_5, (ManorShrineController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFD40, ManorShrineController__OnState_b__19_5__MethodInfo); DO_APP_FUNC(0x00506310, void, ManorShrineController__OnState_b__19_3, (ManorShrineController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFDA8, ManorShrineController__OnState_b__19_3__MethodInfo); DO_APP_FUNC(0x003BAD60, void, ManorShrineController_WaitToResetRecentlyAttached_d_18__ctor, (ManorShrineController_WaitToResetRecentlyAttached_d_18 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ManorShrineController_WaitToResetRecentlyAttached_d_18_System_IDisposable_Dispose, (ManorShrineController_WaitToResetRecentlyAttached_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x00506500, bool, ManorShrineController_WaitToResetRecentlyAttached_d_18_MoveNext, (ManorShrineController_WaitToResetRecentlyAttached_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ManorShrineController_WaitToResetRecentlyAttached_d_18_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ManorShrineController_WaitToResetRecentlyAttached_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x005065E0, void, ManorShrineController_WaitToResetRecentlyAttached_d_18_System_Collections_IEnumerator_Reset, (ManorShrineController_WaitToResetRecentlyAttached_d_18 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFD38, ManorShrineController_WaitToResetRecentlyAttached_d_18_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ManorShrineController_WaitToResetRecentlyAttached_d_18_System_Collections_IEnumerator_get_Current, (ManorShrineController_WaitToResetRecentlyAttached_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ManorShrineController_c_DisplayClass19_0__ctor, (ManorShrineController_c_DisplayClass19_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00506630, void, ManorShrineController_c_DisplayClass19_0__OnState_b__0, (ManorShrineController_c_DisplayClass19_0 * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFDA0, ManorShrineController_c_DisplayClass19_0__OnState_b__0__MethodInfo); DO_APP_FUNC(0x005068E0, void, ManorShrineController_c_DisplayClass19_0__OnState_b__2, (ManorShrineController_c_DisplayClass19_0 * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFD98, ManorShrineController_c_DisplayClass19_0__OnState_b__2__MethodInfo); DO_APP_FUNC(0x003BAD60, void, ManorShrineController_WaitForHeadAttach_d_22__ctor, (ManorShrineController_WaitForHeadAttach_d_22 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ManorShrineController_WaitForHeadAttach_d_22_System_IDisposable_Dispose, (ManorShrineController_WaitForHeadAttach_d_22 * __this, MethodInfo * method)); DO_APP_FUNC(0x00506C10, bool, ManorShrineController_WaitForHeadAttach_d_22_MoveNext, (ManorShrineController_WaitForHeadAttach_d_22 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ManorShrineController_WaitForHeadAttach_d_22_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ManorShrineController_WaitForHeadAttach_d_22 * __this, MethodInfo * method)); DO_APP_FUNC(0x005072B0, void, ManorShrineController_WaitForHeadAttach_d_22_System_Collections_IEnumerator_Reset, (ManorShrineController_WaitForHeadAttach_d_22 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFD28, ManorShrineController_WaitForHeadAttach_d_22_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ManorShrineController_WaitForHeadAttach_d_22_System_Collections_IEnumerator_get_Current, (ManorShrineController_WaitForHeadAttach_d_22 * __this, MethodInfo * method)); DO_APP_FUNC(0x00507300, void, MapController_Attached, (MapController * __this, MethodInfo * method)); DO_APP_FUNC(0x00507420, void, MapController_OnMapProgress, (MapController * __this, MethodInfo * method)); DO_APP_FUNC(0x00507770, int32_t, MapController_GetMapProgress, (MapController * __this, MethodInfo * method)); DO_APP_FUNC(0x00507920, void, MapController_SetProgressTo, (MapController * __this, int32_t progress, MethodInfo * method)); DO_APP_FUNC(0x00507AF0, void, MapController_IncreaseProgress, (MapController * __this, MethodInfo * method)); DO_APP_FUNC(0x00507D20, bool, MapController_IsAzazelActive, (MapController * __this, MethodInfo * method)); DO_APP_FUNC(0x00507EE0, void, MapController__ctor, (MapController * __this, MethodInfo * method)); DO_APP_FUNC(0x00507F30, void, MapEnvironmentLoader_Awake, (MapEnvironmentLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x00508030, void, MapEnvironmentLoader_OnLoadComplete, (MapEnvironmentLoader * __this, AsyncOperationHandle_1_UnityEngine_GameObject_ handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFCF0, MapEnvironmentLoader_OnLoadComplete__MethodInfo); DO_APP_FUNC(0x00508950, IEnumerator *, MapEnvironmentLoader_FadeInLights, (MapEnvironmentLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x005089F0, void, MapEnvironmentLoader_OnDisable, (MapEnvironmentLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x00508AF0, void, MapEnvironmentLoader__ctor, (MapEnvironmentLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, MapEnvironmentLoader_FadeInLights_d_4__ctor, (MapEnvironmentLoader_FadeInLights_d_4 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MapEnvironmentLoader_FadeInLights_d_4_System_IDisposable_Dispose, (MapEnvironmentLoader_FadeInLights_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00508C00, bool, MapEnvironmentLoader_FadeInLights_d_4_MoveNext, (MapEnvironmentLoader_FadeInLights_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, MapEnvironmentLoader_FadeInLights_d_4_System_Collections_Generic_IEnumerator_System_Object__get_Current, (MapEnvironmentLoader_FadeInLights_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00508E40, void, MapEnvironmentLoader_FadeInLights_d_4_System_Collections_IEnumerator_Reset, (MapEnvironmentLoader_FadeInLights_d_4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFC88, MapEnvironmentLoader_FadeInLights_d_4_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, MapEnvironmentLoader_FadeInLights_d_4_System_Collections_IEnumerator_get_Current, (MapEnvironmentLoader_FadeInLights_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00508E90, void, MenuCredits_Awake, (MenuCredits * __this, MethodInfo * method)); DO_APP_FUNC(0x00508F40, void, MenuCredits_StartScrolling, (MenuCredits * __this, MethodInfo * method)); DO_APP_FUNC(0x005090E0, void, MenuCredits_Update, (MenuCredits * __this, MethodInfo * method)); DO_APP_FUNC(0x0049A660, void, MenuCredits_StopScrolling, (MenuCredits * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, MenuCredits__ctor, (MenuCredits * __this, MethodInfo * method)); DO_APP_FUNC(0x00509270, void, MollyIntro_Awake, (MollyIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x005092F0, void, MollyIntro_StartIntro, (MollyIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x0050A800, IEnumerator *, MollyIntro_WaitToDestroyDetachedInitialTrashCan, (MollyIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x0050A8A0, IEnumerator *, MollyIntro_DisableHairUpdateWhenOffscreen, (MollyIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x0050A940, IEnumerator *, MollyIntro_OpenElevator, (MollyIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x0050A9E0, void, MollyIntro_LockIntroDoors, (MollyIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x0050AA70, void, MollyIntro_AllPlayersExitedTreatmentRoom2, (MollyIntro * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFC70, MollyIntro_AllPlayersExitedTreatmentRoom2__MethodInfo); DO_APP_FUNC(0x0050AE20, IEnumerator *, MollyIntro_SlamDoor, (MollyIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x0050AEC0, IEnumerator *, MollyIntro_ResetTreatmentDoorVolume, (MollyIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x0050AF60, void, MollyIntro_AllPlayersExitedTreatmentArea, (MollyIntro * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFC78, MollyIntro_AllPlayersExitedTreatmentArea__MethodInfo); DO_APP_FUNC(0x0050B1F0, void, MollyIntro_EndIntro, (MollyIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x0050B490, void, MollyIntro_ActivateMolly, (MollyIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x0050B540, IEnumerator *, MollyIntro_ActivateMollyInternal, (MollyIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x0050B5E0, void, MollyIntro__ctor, (MollyIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, MollyIntro_WaitToDestroyDetachedInitialTrashCan_d_33__ctor, (MollyIntro_WaitToDestroyDetachedInitialTrashCan_d_33 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MollyIntro_WaitToDestroyDetachedInitialTrashCan_d_33_System_IDisposable_Dispose, (MollyIntro_WaitToDestroyDetachedInitialTrashCan_d_33 * __this, MethodInfo * method)); DO_APP_FUNC(0x0050B630, bool, MollyIntro_WaitToDestroyDetachedInitialTrashCan_d_33_MoveNext, (MollyIntro_WaitToDestroyDetachedInitialTrashCan_d_33 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, MollyIntro_WaitToDestroyDetachedInitialTrashCan_d_33_System_Collections_Generic_IEnumerator_System_Object__get_Current, (MollyIntro_WaitToDestroyDetachedInitialTrashCan_d_33 * __this, MethodInfo * method)); DO_APP_FUNC(0x0050BA10, void, MollyIntro_WaitToDestroyDetachedInitialTrashCan_d_33_System_Collections_IEnumerator_Reset, (MollyIntro_WaitToDestroyDetachedInitialTrashCan_d_33 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFB98, MollyIntro_WaitToDestroyDetachedInitialTrashCan_d_33_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, MollyIntro_WaitToDestroyDetachedInitialTrashCan_d_33_System_Collections_IEnumerator_get_Current, (MollyIntro_WaitToDestroyDetachedInitialTrashCan_d_33 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, MollyIntro_DisableHairUpdateWhenOffscreen_d_34__ctor, (MollyIntro_DisableHairUpdateWhenOffscreen_d_34 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MollyIntro_DisableHairUpdateWhenOffscreen_d_34_System_IDisposable_Dispose, (MollyIntro_DisableHairUpdateWhenOffscreen_d_34 * __this, MethodInfo * method)); DO_APP_FUNC(0x0050BA60, bool, MollyIntro_DisableHairUpdateWhenOffscreen_d_34_MoveNext, (MollyIntro_DisableHairUpdateWhenOffscreen_d_34 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, MollyIntro_DisableHairUpdateWhenOffscreen_d_34_System_Collections_Generic_IEnumerator_System_Object__get_Current, (MollyIntro_DisableHairUpdateWhenOffscreen_d_34 * __this, MethodInfo * method)); DO_APP_FUNC(0x0050BC90, void, MollyIntro_DisableHairUpdateWhenOffscreen_d_34_System_Collections_IEnumerator_Reset, (MollyIntro_DisableHairUpdateWhenOffscreen_d_34 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFB58, MollyIntro_DisableHairUpdateWhenOffscreen_d_34_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, MollyIntro_DisableHairUpdateWhenOffscreen_d_34_System_Collections_IEnumerator_get_Current, (MollyIntro_DisableHairUpdateWhenOffscreen_d_34 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, MollyIntro_OpenElevator_d_35__ctor, (MollyIntro_OpenElevator_d_35 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MollyIntro_OpenElevator_d_35_System_IDisposable_Dispose, (MollyIntro_OpenElevator_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x0050BCE0, bool, MollyIntro_OpenElevator_d_35_MoveNext, (MollyIntro_OpenElevator_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, MollyIntro_OpenElevator_d_35_System_Collections_Generic_IEnumerator_System_Object__get_Current, (MollyIntro_OpenElevator_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x0050BEF0, void, MollyIntro_OpenElevator_d_35_System_Collections_IEnumerator_Reset, (MollyIntro_OpenElevator_d_35 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFB48, MollyIntro_OpenElevator_d_35_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, MollyIntro_OpenElevator_d_35_System_Collections_IEnumerator_get_Current, (MollyIntro_OpenElevator_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, MollyIntro_SlamDoor_d_38__ctor, (MollyIntro_SlamDoor_d_38 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MollyIntro_SlamDoor_d_38_System_IDisposable_Dispose, (MollyIntro_SlamDoor_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x0050BF40, bool, MollyIntro_SlamDoor_d_38_MoveNext, (MollyIntro_SlamDoor_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, MollyIntro_SlamDoor_d_38_System_Collections_Generic_IEnumerator_System_Object__get_Current, (MollyIntro_SlamDoor_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x0050C1E0, void, MollyIntro_SlamDoor_d_38_System_Collections_IEnumerator_Reset, (MollyIntro_SlamDoor_d_38 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFB28, MollyIntro_SlamDoor_d_38_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, MollyIntro_SlamDoor_d_38_System_Collections_IEnumerator_get_Current, (MollyIntro_SlamDoor_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, MollyIntro_ResetTreatmentDoorVolume_d_39__ctor, (MollyIntro_ResetTreatmentDoorVolume_d_39 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MollyIntro_ResetTreatmentDoorVolume_d_39_System_IDisposable_Dispose, (MollyIntro_ResetTreatmentDoorVolume_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x0050C230, bool, MollyIntro_ResetTreatmentDoorVolume_d_39_MoveNext, (MollyIntro_ResetTreatmentDoorVolume_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, MollyIntro_ResetTreatmentDoorVolume_d_39_System_Collections_Generic_IEnumerator_System_Object__get_Current, (MollyIntro_ResetTreatmentDoorVolume_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x0050C410, void, MollyIntro_ResetTreatmentDoorVolume_d_39_System_Collections_IEnumerator_Reset, (MollyIntro_ResetTreatmentDoorVolume_d_39 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFB08, MollyIntro_ResetTreatmentDoorVolume_d_39_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, MollyIntro_ResetTreatmentDoorVolume_d_39_System_Collections_IEnumerator_get_Current, (MollyIntro_ResetTreatmentDoorVolume_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, MollyIntro_ActivateMollyInternal_d_43__ctor, (MollyIntro_ActivateMollyInternal_d_43 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MollyIntro_ActivateMollyInternal_d_43_System_IDisposable_Dispose, (MollyIntro_ActivateMollyInternal_d_43 * __this, MethodInfo * method)); DO_APP_FUNC(0x0050C460, bool, MollyIntro_ActivateMollyInternal_d_43_MoveNext, (MollyIntro_ActivateMollyInternal_d_43 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, MollyIntro_ActivateMollyInternal_d_43_System_Collections_Generic_IEnumerator_System_Object__get_Current, (MollyIntro_ActivateMollyInternal_d_43 * __this, MethodInfo * method)); DO_APP_FUNC(0x0050CE00, void, MollyIntro_ActivateMollyInternal_d_43_System_Collections_IEnumerator_Reset, (MollyIntro_ActivateMollyInternal_d_43 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFAF8, MollyIntro_ActivateMollyInternal_d_43_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, MollyIntro_ActivateMollyInternal_d_43_System_Collections_IEnumerator_get_Current, (MollyIntro_ActivateMollyInternal_d_43 * __this, MethodInfo * method)); DO_APP_FUNC(0x0050CE50, void, MollyRatScare_Awake, (MollyRatScare * __this, MethodInfo * method)); DO_APP_FUNC(0x0050CF20, void, MollyRatScare_OnTriggerEnter, (MollyRatScare * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x0050D260, void, MollyRatScare_OnIntroRatReachedDestination, (MollyRatScare * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFAF0, MollyRatScare_OnIntroRatReachedDestination__MethodInfo); DO_APP_FUNC(0x0050D3B0, void, MollyRatScare_OnDestroy, (MollyRatScare * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, MollyRatScare__ctor, (MollyRatScare * __this, MethodInfo * method)); DO_APP_FUNC(0x0050D480, void, NathanJumpScareMask_Awake, (NathanJumpScareMask * __this, MethodInfo * method)); DO_APP_FUNC(0x0050D600, void, NathanJumpScareMask_MaskOn, (NathanJumpScareMask * __this, MethodInfo * method)); DO_APP_FUNC(0x0050D7A0, void, NathanJumpScareMask_OnEnd, (NathanJumpScareMask * __this, PlayableDirector * d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFAC0, NathanJumpScareMask_OnEnd__MethodInfo); DO_APP_FUNC(0x0050D7B0, void, NathanJumpScareMask_MaskOff, (NathanJumpScareMask * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, NathanJumpScareMask__ctor, (NathanJumpScareMask * __this, MethodInfo * method)); DO_APP_FUNC(0x0050D8F0, void, NetworkPerformanceHelper_Start, (NetworkPerformanceHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0050DA20, void, NetworkPerformanceHelper_LateUpdate, (NetworkPerformanceHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0050DC20, void, NetworkPerformanceHelper__ctor, (NetworkPerformanceHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0050DC80, void, NightmareMaterialLoader_Start, (NightmareMaterialLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x0050DDB0, void, NightmareMaterialLoader_Load, (NightmareMaterialLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x0050E100, void, NightmareMaterialLoader_OnNightmareMaterialsLoaded, (NightmareMaterialLoader * __this, AsyncOperationHandle_1_System_Collections_Generic_IList_1__1 handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFA70, NightmareMaterialLoader_OnNightmareMaterialsLoaded__MethodInfo); DO_APP_FUNC(0x0050EE60, void, NightmareMaterialLoader_OnDestroy, (NightmareMaterialLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, NightmareMaterialLoader__ctor, (NightmareMaterialLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, ParticleSystem__Array *, NolanBehaviour_get_flashlightParticles, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F50, void, NolanBehaviour_set_flashlightParticles, (NolanBehaviour * __this, ParticleSystem__Array * value, MethodInfo * method)); DO_APP_FUNC(0x004C5FB0, BoltEntity *, NolanBehaviour_get_m_beingRevivedBy, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5FC0, void, NolanBehaviour_set_m_beingRevivedBy, (NolanBehaviour * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x004C6020, void, NolanBehaviour_Awake, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004C85D0, void, NolanBehaviour_Attached, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004CD6F0, IEnumerator *, NolanBehaviour_WaitForPlayerDetailsForMenu, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004CD790, void, NolanBehaviour_SetFOV, (NolanBehaviour * __this, float fov, MethodInfo * method)); DO_APP_FUNC(0x004CD870, void, NolanBehaviour_UpdateLookVectorMode, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004CD970, void, NolanBehaviour_UpdateLookAcceleration, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004CDA70, void, NolanBehaviour_Detached, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004D0040, bool, NolanBehaviour_CompareAITags, (NolanBehaviour * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x004D01E0, int32_t, NolanBehaviour_GetAIHits, (NolanBehaviour * __this, int32_t numResults, float * closestNonAIHit, MethodInfo * method)); DO_APP_FUNC(0x004D0340, void, NolanBehaviour_FixedUpdate, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004D3010, void, NolanBehaviour_Update, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004D4BD0, void, NolanBehaviour_OnDrawGizmos, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004D55A0, void, NolanBehaviour_FocusFlashlightTutorial, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004D56E0, void, NolanBehaviour_FocusInnWebBurnTutorial, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004D5820, void, NolanBehaviour_OnAbilityIndex, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDC90, NolanBehaviour_OnAbilityIndex__MethodInfo); DO_APP_FUNC(0x004D73A0, Vector3, NolanBehaviour_OnUpdateIKPositionSpade, (NolanBehaviour * __this, CharacterIKBase_IKGoal__Enum iKGoal, Vector3 pos, Quaternion rot, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD2D0, NolanBehaviour_OnUpdateIKPositionSpade__MethodInfo); DO_APP_FUNC(0x004D75B0, Quaternion, NolanBehaviour_OnUpdateIKRotationSpade, (NolanBehaviour * __this, CharacterIKBase_IKGoal__Enum iKGoal, Quaternion rot, Vector3 pos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD2C0, NolanBehaviour_OnUpdateIKRotationSpade__MethodInfo); DO_APP_FUNC(0x004D7650, void, NolanBehaviour_OnAbilityIntData, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDC88, NolanBehaviour_OnAbilityIntData__MethodInfo); DO_APP_FUNC(0x004D77F0, void, NolanBehaviour_OnMovementSetID, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDAF8, NolanBehaviour_OnMovementSetID__MethodInfo); DO_APP_FUNC(0x004D7800, void, NolanBehaviour_PlayNetworkedLongInteractableEffects, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004D7D70, void, NolanBehaviour_OnCharacterAbilityActive, (NolanBehaviour * __this, Ability * ability, bool active, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDBB8, NolanBehaviour_OnCharacterAbilityActive__MethodInfo); DO_APP_FUNC(0x004D80C0, void, NolanBehaviour_StartCarry, (NolanBehaviour * __this, String * objectName, MethodInfo * method)); DO_APP_FUNC(0x004D86F0, void, NolanBehaviour_PlopObject, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004D8B00, bool, NolanBehaviour_IsCarryingNetworkedLongInteractableObject, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004D8DC0, void, NolanBehaviour_EnableMazeLocalLight, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004D8E90, void, NolanBehaviour_EnableHidingLocalLight, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004D8F60, void, NolanBehaviour_DisableLocalLight, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004D8FC0, void, NolanBehaviour_ToggleHiding, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004D94D0, bool, NolanBehaviour_IsHiding, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004D94F0, bool, NolanBehaviour_IsInHidingSpot, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004D9C70, void, NolanBehaviour_OnCarryObjectName, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDBC0, NolanBehaviour_OnCarryObjectName__MethodInfo); DO_APP_FUNC(0x004DB560, void, NolanBehaviour_OnHeight, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDB38, NolanBehaviour_OnHeight__MethodInfo); DO_APP_FUNC(0x004DB710, IEnumerator *, NolanBehaviour_ActivateCarryObject, (NolanBehaviour * __this, GameObject * carryObject, Action * callback, MethodInfo * method)); DO_APP_FUNC(0x004DB880, void, NolanBehaviour_OnIsFlashlightActive, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDB30, NolanBehaviour_OnIsFlashlightActive__MethodInfo); DO_APP_FUNC(0x004DB940, void, NolanBehaviour_SetIsFlashlightActive, (NolanBehaviour * __this, bool isActive, bool isSilent, MethodInfo * method)); DO_APP_FUNC(0x004DBF50, void, NolanBehaviour_SetFlashlightFryMode, (NolanBehaviour * __this, bool isActive, MethodInfo * method)); DO_APP_FUNC(0x004DC410, IEnumerator *, NolanBehaviour_TransitionInToFrying, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004DC4B0, IEnumerator *, NolanBehaviour_TransitionOutOfFrying, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004DC550, IEnumerator *, NolanBehaviour_TransitionInToRitualBookPlace, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004DC5F0, IEnumerator *, NolanBehaviour_TransitionOutOfRitualBookPlace, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004DC690, void, NolanBehaviour_OnPlayerPickedUpEvent, (NolanBehaviour * __this, BoltEntity * killedBy, BoltEntity * player, bool inHidingSpot, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDAE8, NolanBehaviour_OnPlayerPickedUpEvent__MethodInfo); DO_APP_FUNC(0x004DD910, void, NolanBehaviour_StopHiding, (NolanBehaviour * __this, BoltEntity * killedBy, MethodInfo * method)); DO_APP_FUNC(0x004DDC70, void, NolanBehaviour_ResetHidingSpot, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004DE230, void, NolanBehaviour_DestroyHidingSpot, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004DE7E0, void, NolanBehaviour_ResetPoison, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004DE8E0, IEnumerator *, NolanBehaviour_DelayCreateDroppedObject, (NolanBehaviour * __this, PrefabId prefabId, Vector3 position, String * carryObjectName, MethodInfo * method)); DO_APP_FUNC(0x004DEA20, void, NolanBehaviour_EnableKnockedOutEffects, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004DF150, IEnumerator *, NolanBehaviour_DelayEnableKnockedOutEffects, (NolanBehaviour * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x004DF200, void, NolanBehaviour_OnKnockoutEvent, (NolanBehaviour * __this, BoltEntity * killedBy, BoltEntity * player, bool usingPoison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDB18, NolanBehaviour_OnKnockoutEvent__MethodInfo); DO_APP_FUNC(0x004E0E30, bool, NolanBehaviour_CheckFailImmediatelyInSinglePlayer, (NolanBehaviour * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x004E1040, void, NolanBehaviour_OnReviveEvent, (NolanBehaviour * __this, BoltEntity * player, BoltEntity * reviver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDAA8, NolanBehaviour_OnReviveEvent__MethodInfo); DO_APP_FUNC(0x004E15C0, void, NolanBehaviour_OnRangedAttackEvent, (NolanBehaviour * __this, BoltEntity * ai, BoltEntity * player, float amount, bool hit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDAB8, NolanBehaviour_OnRangedAttackEvent__MethodInfo); DO_APP_FUNC(0x004E2140, void, NolanBehaviour_EnableRevivedEffects, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004E2A70, void, NolanBehaviour_OnKillAbility, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDB28, NolanBehaviour_OnKillAbility__MethodInfo); DO_APP_FUNC(0x004E30E0, IEnumerator *, NolanBehaviour_DelayRespawn, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004E3180, void, NolanBehaviour_OnKnockoutBoxEvent, (NolanBehaviour * __this, String * killedBy, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDB20, NolanBehaviour_OnKnockoutBoxEvent__MethodInfo); DO_APP_FUNC(0x004E38C0, void, NolanBehaviour_KnockoutDropObject, (NolanBehaviour * __this, bool delayDroppedObject, MethodInfo * method)); DO_APP_FUNC(0x004E3D50, void, NolanBehaviour_OnRespawn, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDAB0, NolanBehaviour_OnRespawn__MethodInfo); DO_APP_FUNC(0x004E3ED0, void, NolanBehaviour_OnJumpScareStart, (NolanBehaviour * __this, Survival_AI__Enum ai, MethodInfo * method)); DO_APP_FUNC(0x004E4040, void, NolanBehaviour_OnJumpScareEnd, (NolanBehaviour * __this, Survival_AI__Enum ai, MethodInfo * method)); DO_APP_FUNC(0x004E42C0, void, NolanBehaviour_OnAnnaEnrageStart, (NolanBehaviour * __this, GameObject * anna, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDC68, NolanBehaviour_OnAnnaEnrageStart__MethodInfo); DO_APP_FUNC(0x004E47B0, void, NolanBehaviour_OnAnnaEnrageEnd, (NolanBehaviour * __this, GameObject * anna, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDC70, NolanBehaviour_OnAnnaEnrageEnd__MethodInfo); DO_APP_FUNC(0x004E47C0, void, NolanBehaviour_OnCameraZoom, (NolanBehaviour * __this, bool zoom, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDBD0, NolanBehaviour_OnCameraZoom__MethodInfo); DO_APP_FUNC(0x004E4B60, IEnumerator *, NolanBehaviour_Zoom, (NolanBehaviour * __this, float targetFOV, float originalFOV, MethodInfo * method)); DO_APP_FUNC(0x004E4C30, void, NolanBehaviour_OnAttributeUpdateValue, (NolanBehaviour * __this, Attribute_1 * attribute, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDC28, NolanBehaviour_OnAttributeUpdateValue__MethodInfo); DO_APP_FUNC(0x004E53D0, void, NolanBehaviour_OnAnnaIntro, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDC40, NolanBehaviour_OnAnnaIntro__MethodInfo); DO_APP_FUNC(0x004E5570, void, NolanBehaviour_OnAnnaIntroFlashlightOff, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDC50, NolanBehaviour_OnAnnaIntroFlashlightOff__MethodInfo); DO_APP_FUNC(0x004E5670, void, NolanBehaviour_OnAnnaIntroEnd, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDC60, NolanBehaviour_OnAnnaIntroEnd__MethodInfo); DO_APP_FUNC(0x004E5710, void, NolanBehaviour_OnTownIntroGhostFlicker, (NolanBehaviour * __this, Transform * origin, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDA48, NolanBehaviour_OnTownIntroGhostFlicker__MethodInfo); DO_APP_FUNC(0x004E5810, void, NolanBehaviour_OnTownIntroChurchFlicker, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDA58, NolanBehaviour_OnTownIntroChurchFlicker__MethodInfo); DO_APP_FUNC(0x004E5900, void, NolanBehaviour_OnManorIntroAprilFlicker, (NolanBehaviour * __this, GameObject * april, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDB08, NolanBehaviour_OnManorIntroAprilFlicker__MethodInfo); DO_APP_FUNC(0x004E5A50, IEnumerator *, NolanBehaviour_FlashlightFlicker, (NolanBehaviour * __this, Coroutine * coroutine, NolanBehaviour_FlashlightFlickerOptions * options, MethodInfo * method)); DO_APP_FUNC(0x004E5BC0, void, NolanBehaviour_OnFlickerEnd, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDB70, NolanBehaviour_OnFlickerEnd__MethodInfo); DO_APP_FUNC(0x004E5BD0, void, NolanBehaviour_SetIsBeingKnockedOut, (NolanBehaviour * __this, bool enable, MethodInfo * method)); DO_APP_FUNC(0x004E5BE0, IEnumerator *, NolanBehaviour_DelaySetIsBeingKnockedOut, (NolanBehaviour * __this, bool enable, float delay, MethodInfo * method)); DO_APP_FUNC(0x004E5CB0, bool, NolanBehaviour_IsBeingKnockedOut, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004E5CC0, void, NolanBehaviour_SetFlashlightIsVisible, (NolanBehaviour * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x004E6030, RaycastHit, NolanBehaviour_GetLastRaycastHit, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004E6060, List_1_UnityEngine_Transform_ *, NolanBehaviour_GetLastRaycastHits, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004E6070, CapsuleCollider *, NolanBehaviour_GetCapsuleCollider, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004E6080, void, NolanBehaviour_OnGlobalGoatBurnEvent, (NolanBehaviour * __this, int32_t number, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDB50, NolanBehaviour_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x004E6490, void, NolanBehaviour_OnGlobalGoatBurnWeather, (NolanBehaviour * __this, int32_t numObjectsBurned, MethodInfo * method)); DO_APP_FUNC(0x004E6800, void, NolanBehaviour_OnStateChange, (NolanBehaviour * __this, GameObject * obj, String * stateName, bool active, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDA68, NolanBehaviour_OnStateChange__MethodInfo); DO_APP_FUNC(0x004E7270, void, NolanBehaviour_SetHeadBobDisabled, (NolanBehaviour * __this, bool active, MethodInfo * method)); DO_APP_FUNC(0x004E77A0, bool, NolanBehaviour_FocusHitAI, (NolanBehaviour * __this, Transform * ai, MethodInfo * method)); DO_APP_FUNC(0x004E7A40, void, NolanBehaviour_OnDemonFried, (NolanBehaviour * __this, SurvivalDemonBehaviour * demon, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDB90, NolanBehaviour_OnDemonFried__MethodInfo); DO_APP_FUNC(0x004E7CF0, void, NolanBehaviour_OnSpiderFried, (NolanBehaviour * __this, SpiderBehaviour * spider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDA78, NolanBehaviour_OnSpiderFried__MethodInfo); DO_APP_FUNC(0x004E7ED0, void, NolanBehaviour_OnBoarFried, (NolanBehaviour * __this, BoarBehaviour * boar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDBE0, NolanBehaviour_OnBoarFried__MethodInfo); DO_APP_FUNC(0x004E80B0, void, NolanBehaviour_OnCrowFried, (NolanBehaviour * __this, CrowBehaviour * crow, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDBA0, NolanBehaviour_OnCrowFried__MethodInfo); DO_APP_FUNC(0x004E8290, void, NolanBehaviour_OnAnnaStaggered, (NolanBehaviour * __this, GameObject * anna, int32_t abilityIntData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDC30, NolanBehaviour_OnAnnaStaggered__MethodInfo); DO_APP_FUNC(0x004E8720, void, NolanBehaviour_OnAnnaCalmingDown, (NolanBehaviour * __this, GameObject * anna, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDC80, NolanBehaviour_OnAnnaCalmingDown__MethodInfo); DO_APP_FUNC(0x004E8A00, void, NolanBehaviour_OnAzazelCalmingDownRun, (NolanBehaviour * __this, GameObject * azazel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDC10, NolanBehaviour_OnAzazelCalmingDownRun__MethodInfo); DO_APP_FUNC(0x004E8C40, void, NolanBehaviour_StartBeingHeld, (NolanBehaviour * __this, GameObject * ai, MethodInfo * method)); DO_APP_FUNC(0x004E8F00, IEnumerator *, NolanBehaviour_BeingHeld, (NolanBehaviour * __this, GameObject * ai, MethodInfo * method)); DO_APP_FUNC(0x004E9010, void, NolanBehaviour_StopBeingHeld, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004E9150, bool, NolanBehaviour_IsBeingHeld, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004E9170, bool, NolanBehaviour_IsCrawling, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004E9190, bool, NolanBehaviour_IsInVent, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004E91A0, bool, NolanBehaviour_IsFrying, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004E91C0, void, NolanBehaviour_StopFrying, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004E9210, bool, NolanBehaviour_IsBeingCarried, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004E9220, bool, NolanBehaviour_IsPlacingObject, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004E9240, bool, NolanBehaviour_IsCarryingGasolineOnLocalCharacter, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004E9490, bool, NolanBehaviour_IsCarryingFirstAidOnLocalCharacter, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004E96E0, bool, NolanBehaviour_IsCarryingBatteryOnLocalCharacter, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004E9930, bool, NolanBehaviour_IsCarryingEggOnLocalCharacter, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004E9BC0, bool, NolanBehaviour_IsCarryingDirtyEggOnLocalCharacter, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004E9E50, bool, NolanBehaviour_IsCarryingBleachOnLocalCharacter, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004EA0A0, bool, NolanBehaviour_IsCarryingMatchboxOnLocalCharacter, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004EA330, bool, NolanBehaviour_IsCarryingRitualBookOnLocalCharacter, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004EA5C0, bool, NolanBehaviour_IsCarryingInactiveRitualBookOnLocalCharacter, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004EA850, bool, NolanBehaviour_IsCarryingHeadOnLocalCharacter, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004EAAE0, bool, NolanBehaviour_IsCarryingDirtyHeadOnLocalCharacter, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004EAD70, bool, NolanBehaviour_IsCarryingSpadeOnLocalCharacter, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004EAFC0, String *, NolanBehaviour_GetLocalCarryObjectName, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004EB1B0, void, NolanBehaviour_OnDemonHoldingPlayer, (NolanBehaviour * __this, GameObject * demon, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDB88, NolanBehaviour_OnDemonHoldingPlayer__MethodInfo); DO_APP_FUNC(0x004EB3F0, void, NolanBehaviour_OnDemonLetGoOfPlayer, (NolanBehaviour * __this, GameObject * demon, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDB80, NolanBehaviour_OnDemonLetGoOfPlayer__MethodInfo); DO_APP_FUNC(0x004EB630, void, NolanBehaviour_OnAnnaLookAtEntity, (NolanBehaviour * __this, BoltEntity * lookAtEntity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDC38, NolanBehaviour_OnAnnaLookAtEntity__MethodInfo); DO_APP_FUNC(0x004EB990, void, NolanBehaviour_StartHeartbeat, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004EBB70, void, NolanBehaviour_StopHeartbeat, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004EBDA0, void, NolanBehaviour_SetBeamIndoors, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004EBE40, void, NolanBehaviour_SetBeamOutdoors, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004EBEE0, void, NolanBehaviour_SetupFlashlightBeam, (NolanBehaviour * __this, bool isHD, MethodInfo * method)); DO_APP_FUNC(0x004EC160, void, NolanBehaviour_OnReviving, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDA98, NolanBehaviour_OnReviving__MethodInfo); DO_APP_FUNC(0x004EC780, void, NolanBehaviour_SetBeingRevivedBy, (NolanBehaviour * __this, BoltEntity * playerEntity, MethodInfo * method)); DO_APP_FUNC(0x004ECA40, void, NolanBehaviour_SetPlayerToPlayerCollisions, (NolanBehaviour * __this, bool on, MethodInfo * method)); DO_APP_FUNC(0x004ECAE0, void, NolanBehaviour_OnAzazelRunningAwayToCalmDown, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDBF0, NolanBehaviour_OnAzazelRunningAwayToCalmDown__MethodInfo); DO_APP_FUNC(0x004ECC10, void, NolanBehaviour_OnAzazelCalmDown, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDC20, NolanBehaviour_OnAzazelCalmDown__MethodInfo); DO_APP_FUNC(0x004ECD70, DevourGameMode__Enum, NolanBehaviour_GetGameMode, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004ECD80, void, NolanBehaviour_OnAzazelFallLand, (NolanBehaviour * __this, GameObject * azazel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDC00, NolanBehaviour_OnAzazelFallLand__MethodInfo); DO_APP_FUNC(0x004ED070, void, NolanBehaviour_TeleportTo, (NolanBehaviour * __this, Vector3 position, Quaternion rotation, bool snapAnimator, MethodInfo * method)); DO_APP_FUNC(0x004ED4E0, void, NolanBehaviour_SetPurgatory, (NolanBehaviour * __this, bool active, MethodInfo * method)); DO_APP_FUNC(0x004ED8D0, void, NolanBehaviour_OnPurgatoryAttack, (NolanBehaviour * __this, GameObject * ai, float damage, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDAC8, NolanBehaviour_OnPurgatoryAttack__MethodInfo); DO_APP_FUNC(0x004EDCA0, void, NolanBehaviour_OnPoisonDamage, (NolanBehaviour * __this, BoltEntity * ai, float damage, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDAD8, NolanBehaviour_OnPoisonDamage__MethodInfo); DO_APP_FUNC(0x004EE480, void, NolanBehaviour_OnPoison, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDAD0, NolanBehaviour_OnPoison__MethodInfo); DO_APP_FUNC(0x004EE760, int32_t, NolanBehaviour_GetCarryObjectInteger, (NolanBehaviour * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x004EF0C0, void, NolanBehaviour_SetLocalWeather, (NolanBehaviour * __this, bool active, MethodInfo * method)); DO_APP_FUNC(0x004EF2C0, void, NolanBehaviour_SetLocalWeatherTriggers, (NolanBehaviour * __this, Collider__Array * triggers, MethodInfo * method)); DO_APP_FUNC(0x004EF610, void, NolanBehaviour_SetHeavierLocalParticleSystems, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004EFC10, void, NolanBehaviour_ResetPurgatory, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004EFC40, IEnumerator *, NolanBehaviour_TeleportToPurgatory, (NolanBehaviour * __this, BoltEntity * killedBy, bool isReset, MethodInfo * method)); DO_APP_FUNC(0x004EFD70, void, NolanBehaviour_ActivateCrawlOnKnockoutEvent, (NolanBehaviour * __this, String * killedBy, MethodInfo * method)); DO_APP_FUNC(0x004EFF00, void, NolanBehaviour_ReturnFromPurgatory, (NolanBehaviour * __this, Transform * spawnPoint, bool useSpawnPointRotation, MethodInfo * method)); DO_APP_FUNC(0x004F0630, void, NolanBehaviour_OnGhostFried, (NolanBehaviour * __this, GhostBehaviour * ghost, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDB60, NolanBehaviour_OnGhostFried__MethodInfo); DO_APP_FUNC(0x004F0810, void, NolanBehaviour_OnAbilityCanStart, (NolanBehaviour * __this, Ability * ability, bool canStart, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDC98, NolanBehaviour_OnAbilityCanStart__MethodInfo); DO_APP_FUNC(0x004F0B10, void, NolanBehaviour_SetVRMovementDirection, (NolanBehaviour * __this, VRMovementDirection__Enum movementDirection, MethodInfo * method)); DO_APP_FUNC(0x004F0B80, void, NolanBehaviour_SetVRTurningMode, (NolanBehaviour * __this, VRTurningMode__Enum turningMode, MethodInfo * method)); DO_APP_FUNC(0x004F0B90, void, NolanBehaviour_SetVRTurningAngle, (NolanBehaviour * __this, int32_t turningAngle, MethodInfo * method)); DO_APP_FUNC(0x004F0BA0, void, NolanBehaviour_SetupVRInteractAbilities, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004F0E60, void, NolanBehaviour_VRReparentFlashlight, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004F0EF0, void, NolanBehaviour_SetVRAbilities, (NolanBehaviour * __this, bool enable, MethodInfo * method)); DO_APP_FUNC(0x004F0FA0, bool, NolanBehaviour_CanTurnInVR, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004F0FE0, bool, NolanBehaviour_IsVRPlayer, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004F1300, void, NolanBehaviour_VRHandTrackingChanged, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004F1670, void, NolanBehaviour_OnSpeed, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDA88, NolanBehaviour_OnSpeed__MethodInfo); DO_APP_FUNC(0x004F17D0, void, NolanBehaviour_SetVRGamepadMode, (NolanBehaviour * __this, bool gamepadMode, MethodInfo * method)); DO_APP_FUNC(0x004F2520, void, NolanBehaviour_OnCorpseFried, (NolanBehaviour * __this, CorpseBehaviour * corpse, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDBB0, NolanBehaviour_OnCorpseFried__MethodInfo); DO_APP_FUNC(0x004F2700, void, NolanBehaviour_OnGrounded, (NolanBehaviour * __this, bool grounded, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDB40, NolanBehaviour_OnGrounded__MethodInfo); DO_APP_FUNC(0x004F2D70, void, NolanBehaviour_Footstep, (NolanBehaviour * __this, int32_t footIndex, MethodInfo * method)); DO_APP_FUNC(0x004F2FF0, void, NolanBehaviour__ctor, (NolanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x004F3B60, void, NolanBehaviour__OnStateChange_b__345_0, (NolanBehaviour * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDCE38, NolanBehaviour__OnStateChange_b__345_0__MethodInfo); DO_APP_FUNC(0x0050EF20, void, NolanBehaviour_OverlappedCollider__ctor, (NolanBehaviour_OverlappedCollider * __this, Collider * collider, int32_t layer, MethodInfo * method)); DO_APP_FUNC(0x0050EF80, void, NolanBehaviour_FlashlightFlickerOptions__ctor, (NolanBehaviour_FlashlightFlickerOptions * __this, Transform * origin, MethodInfo * method)); DO_APP_FUNC(0x0050F000, void, NolanBehaviour_FlashlightFlickerOptions__ctor_1, (NolanBehaviour_FlashlightFlickerOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x0050F030, void, NolanBehaviour_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NolanBehaviour_c__ctor, (NolanBehaviour_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0050F0E0, int32_t, NolanBehaviour_c__Awake_b__263_0, (NolanBehaviour_c * __this, RaycastHit res1, RaycastHit res2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDFB0, NolanBehaviour_c__Awake_b__263_0__MethodInfo); DO_APP_FUNC(0x0050F160, bool, NolanBehaviour_c__Awake_b__263_1, (NolanBehaviour_c * __this, State * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDFA0, NolanBehaviour_c__Awake_b__263_1__MethodInfo); DO_APP_FUNC(0x0050F1F0, bool, NolanBehaviour_c__Awake_b__263_2, (NolanBehaviour_c * __this, State * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDF90, NolanBehaviour_c__Awake_b__263_2__MethodInfo); DO_APP_FUNC(0x0050F280, bool, NolanBehaviour_c__Attached_b__264_0, (NolanBehaviour_c * __this, State * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDA18, NolanBehaviour_c__Attached_b__264_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, NolanBehaviour_WaitForPlayerDetailsForMenu_d_265__ctor, (NolanBehaviour_WaitForPlayerDetailsForMenu_d_265 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NolanBehaviour_WaitForPlayerDetailsForMenu_d_265_System_IDisposable_Dispose, (NolanBehaviour_WaitForPlayerDetailsForMenu_d_265 * __this, MethodInfo * method)); DO_APP_FUNC(0x0050F310, bool, NolanBehaviour_WaitForPlayerDetailsForMenu_d_265_MoveNext, (NolanBehaviour_WaitForPlayerDetailsForMenu_d_265 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, NolanBehaviour_WaitForPlayerDetailsForMenu_d_265_System_Collections_Generic_IEnumerator_System_Object__get_Current, (NolanBehaviour_WaitForPlayerDetailsForMenu_d_265 * __this, MethodInfo * method)); DO_APP_FUNC(0x0050F7D0, void, NolanBehaviour_WaitForPlayerDetailsForMenu_d_265_System_Collections_IEnumerator_Reset, (NolanBehaviour_WaitForPlayerDetailsForMenu_d_265 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF9B0, NolanBehaviour_WaitForPlayerDetailsForMenu_d_265_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, NolanBehaviour_WaitForPlayerDetailsForMenu_d_265_System_Collections_IEnumerator_get_Current, (NolanBehaviour_WaitForPlayerDetailsForMenu_d_265 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NolanBehaviour_ActivateCarryObject_d_295__ctor, (NolanBehaviour_ActivateCarryObject_d_295 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NolanBehaviour_ActivateCarryObject_d_295_System_IDisposable_Dispose, (NolanBehaviour_ActivateCarryObject_d_295 * __this, MethodInfo * method)); DO_APP_FUNC(0x0050F820, bool, NolanBehaviour_ActivateCarryObject_d_295_MoveNext, (NolanBehaviour_ActivateCarryObject_d_295 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, NolanBehaviour_ActivateCarryObject_d_295_System_Collections_Generic_IEnumerator_System_Object__get_Current, (NolanBehaviour_ActivateCarryObject_d_295 * __this, MethodInfo * method)); DO_APP_FUNC(0x00510630, void, NolanBehaviour_ActivateCarryObject_d_295_System_Collections_IEnumerator_Reset, (NolanBehaviour_ActivateCarryObject_d_295 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF988, NolanBehaviour_ActivateCarryObject_d_295_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, NolanBehaviour_ActivateCarryObject_d_295_System_Collections_IEnumerator_get_Current, (NolanBehaviour_ActivateCarryObject_d_295 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NolanBehaviour_TransitionInToFrying_d_299__ctor, (NolanBehaviour_TransitionInToFrying_d_299 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NolanBehaviour_TransitionInToFrying_d_299_System_IDisposable_Dispose, (NolanBehaviour_TransitionInToFrying_d_299 * __this, MethodInfo * method)); DO_APP_FUNC(0x00510680, bool, NolanBehaviour_TransitionInToFrying_d_299_MoveNext, (NolanBehaviour_TransitionInToFrying_d_299 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, NolanBehaviour_TransitionInToFrying_d_299_System_Collections_Generic_IEnumerator_System_Object__get_Current, (NolanBehaviour_TransitionInToFrying_d_299 * __this, MethodInfo * method)); DO_APP_FUNC(0x005116C0, void, NolanBehaviour_TransitionInToFrying_d_299_System_Collections_IEnumerator_Reset, (NolanBehaviour_TransitionInToFrying_d_299 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF968, NolanBehaviour_TransitionInToFrying_d_299_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, NolanBehaviour_TransitionInToFrying_d_299_System_Collections_IEnumerator_get_Current, (NolanBehaviour_TransitionInToFrying_d_299 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NolanBehaviour_TransitionOutOfFrying_d_300__ctor, (NolanBehaviour_TransitionOutOfFrying_d_300 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NolanBehaviour_TransitionOutOfFrying_d_300_System_IDisposable_Dispose, (NolanBehaviour_TransitionOutOfFrying_d_300 * __this, MethodInfo * method)); DO_APP_FUNC(0x00511710, bool, NolanBehaviour_TransitionOutOfFrying_d_300_MoveNext, (NolanBehaviour_TransitionOutOfFrying_d_300 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, NolanBehaviour_TransitionOutOfFrying_d_300_System_Collections_Generic_IEnumerator_System_Object__get_Current, (NolanBehaviour_TransitionOutOfFrying_d_300 * __this, MethodInfo * method)); DO_APP_FUNC(0x00512820, void, NolanBehaviour_TransitionOutOfFrying_d_300_System_Collections_IEnumerator_Reset, (NolanBehaviour_TransitionOutOfFrying_d_300 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF950, NolanBehaviour_TransitionOutOfFrying_d_300_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, NolanBehaviour_TransitionOutOfFrying_d_300_System_Collections_IEnumerator_get_Current, (NolanBehaviour_TransitionOutOfFrying_d_300 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NolanBehaviour_TransitionInToRitualBookPlace_d_301__ctor, (NolanBehaviour_TransitionInToRitualBookPlace_d_301 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NolanBehaviour_TransitionInToRitualBookPlace_d_301_System_IDisposable_Dispose, (NolanBehaviour_TransitionInToRitualBookPlace_d_301 * __this, MethodInfo * method)); DO_APP_FUNC(0x00512870, bool, NolanBehaviour_TransitionInToRitualBookPlace_d_301_MoveNext, (NolanBehaviour_TransitionInToRitualBookPlace_d_301 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, NolanBehaviour_TransitionInToRitualBookPlace_d_301_System_Collections_Generic_IEnumerator_System_Object__get_Current, (NolanBehaviour_TransitionInToRitualBookPlace_d_301 * __this, MethodInfo * method)); DO_APP_FUNC(0x00513070, void, NolanBehaviour_TransitionInToRitualBookPlace_d_301_System_Collections_IEnumerator_Reset, (NolanBehaviour_TransitionInToRitualBookPlace_d_301 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF930, NolanBehaviour_TransitionInToRitualBookPlace_d_301_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, NolanBehaviour_TransitionInToRitualBookPlace_d_301_System_Collections_IEnumerator_get_Current, (NolanBehaviour_TransitionInToRitualBookPlace_d_301 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NolanBehaviour_TransitionOutOfRitualBookPlace_d_302__ctor, (NolanBehaviour_TransitionOutOfRitualBookPlace_d_302 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NolanBehaviour_TransitionOutOfRitualBookPlace_d_302_System_IDisposable_Dispose, (NolanBehaviour_TransitionOutOfRitualBookPlace_d_302 * __this, MethodInfo * method)); DO_APP_FUNC(0x005130C0, bool, NolanBehaviour_TransitionOutOfRitualBookPlace_d_302_MoveNext, (NolanBehaviour_TransitionOutOfRitualBookPlace_d_302 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, NolanBehaviour_TransitionOutOfRitualBookPlace_d_302_System_Collections_Generic_IEnumerator_System_Object__get_Current, (NolanBehaviour_TransitionOutOfRitualBookPlace_d_302 * __this, MethodInfo * method)); DO_APP_FUNC(0x005137C0, void, NolanBehaviour_TransitionOutOfRitualBookPlace_d_302_System_Collections_IEnumerator_Reset, (NolanBehaviour_TransitionOutOfRitualBookPlace_d_302 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF918, NolanBehaviour_TransitionOutOfRitualBookPlace_d_302_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, NolanBehaviour_TransitionOutOfRitualBookPlace_d_302_System_Collections_IEnumerator_get_Current, (NolanBehaviour_TransitionOutOfRitualBookPlace_d_302 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NolanBehaviour_DelayCreateDroppedObject_d_308__ctor, (NolanBehaviour_DelayCreateDroppedObject_d_308 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NolanBehaviour_DelayCreateDroppedObject_d_308_System_IDisposable_Dispose, (NolanBehaviour_DelayCreateDroppedObject_d_308 * __this, MethodInfo * method)); DO_APP_FUNC(0x00513810, bool, NolanBehaviour_DelayCreateDroppedObject_d_308_MoveNext, (NolanBehaviour_DelayCreateDroppedObject_d_308 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, NolanBehaviour_DelayCreateDroppedObject_d_308_System_Collections_Generic_IEnumerator_System_Object__get_Current, (NolanBehaviour_DelayCreateDroppedObject_d_308 * __this, MethodInfo * method)); DO_APP_FUNC(0x00513990, void, NolanBehaviour_DelayCreateDroppedObject_d_308_System_Collections_IEnumerator_Reset, (NolanBehaviour_DelayCreateDroppedObject_d_308 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF8F8, NolanBehaviour_DelayCreateDroppedObject_d_308_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, NolanBehaviour_DelayCreateDroppedObject_d_308_System_Collections_IEnumerator_get_Current, (NolanBehaviour_DelayCreateDroppedObject_d_308 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NolanBehaviour_DelayEnableKnockedOutEffects_d_310__ctor, (NolanBehaviour_DelayEnableKnockedOutEffects_d_310 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NolanBehaviour_DelayEnableKnockedOutEffects_d_310_System_IDisposable_Dispose, (NolanBehaviour_DelayEnableKnockedOutEffects_d_310 * __this, MethodInfo * method)); DO_APP_FUNC(0x005139E0, bool, NolanBehaviour_DelayEnableKnockedOutEffects_d_310_MoveNext, (NolanBehaviour_DelayEnableKnockedOutEffects_d_310 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, NolanBehaviour_DelayEnableKnockedOutEffects_d_310_System_Collections_Generic_IEnumerator_System_Object__get_Current, (NolanBehaviour_DelayEnableKnockedOutEffects_d_310 * __this, MethodInfo * method)); DO_APP_FUNC(0x00513AE0, void, NolanBehaviour_DelayEnableKnockedOutEffects_d_310_System_Collections_IEnumerator_Reset, (NolanBehaviour_DelayEnableKnockedOutEffects_d_310 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF8D8, NolanBehaviour_DelayEnableKnockedOutEffects_d_310_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, NolanBehaviour_DelayEnableKnockedOutEffects_d_310_System_Collections_IEnumerator_get_Current, (NolanBehaviour_DelayEnableKnockedOutEffects_d_310 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NolanBehaviour_DelayRespawn_d_317__ctor, (NolanBehaviour_DelayRespawn_d_317 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NolanBehaviour_DelayRespawn_d_317_System_IDisposable_Dispose, (NolanBehaviour_DelayRespawn_d_317 * __this, MethodInfo * method)); DO_APP_FUNC(0x00513B30, bool, NolanBehaviour_DelayRespawn_d_317_MoveNext, (NolanBehaviour_DelayRespawn_d_317 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, NolanBehaviour_DelayRespawn_d_317_System_Collections_Generic_IEnumerator_System_Object__get_Current, (NolanBehaviour_DelayRespawn_d_317 * __this, MethodInfo * method)); DO_APP_FUNC(0x00513EE0, void, NolanBehaviour_DelayRespawn_d_317_System_Collections_IEnumerator_Reset, (NolanBehaviour_DelayRespawn_d_317 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF888, NolanBehaviour_DelayRespawn_d_317_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, NolanBehaviour_DelayRespawn_d_317_System_Collections_IEnumerator_get_Current, (NolanBehaviour_DelayRespawn_d_317 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NolanBehaviour_Zoom_d_326__ctor, (NolanBehaviour_Zoom_d_326 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NolanBehaviour_Zoom_d_326_System_IDisposable_Dispose, (NolanBehaviour_Zoom_d_326 * __this, MethodInfo * method)); DO_APP_FUNC(0x00513F30, bool, NolanBehaviour_Zoom_d_326_MoveNext, (NolanBehaviour_Zoom_d_326 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, NolanBehaviour_Zoom_d_326_System_Collections_Generic_IEnumerator_System_Object__get_Current, (NolanBehaviour_Zoom_d_326 * __this, MethodInfo * method)); DO_APP_FUNC(0x00514220, void, NolanBehaviour_Zoom_d_326_System_Collections_IEnumerator_Reset, (NolanBehaviour_Zoom_d_326 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF878, NolanBehaviour_Zoom_d_326_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, NolanBehaviour_Zoom_d_326_System_Collections_IEnumerator_get_Current, (NolanBehaviour_Zoom_d_326 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NolanBehaviour_FlashlightFlicker_d_334__ctor, (NolanBehaviour_FlashlightFlicker_d_334 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NolanBehaviour_FlashlightFlicker_d_334_System_IDisposable_Dispose, (NolanBehaviour_FlashlightFlicker_d_334 * __this, MethodInfo * method)); DO_APP_FUNC(0x00514270, bool, NolanBehaviour_FlashlightFlicker_d_334_MoveNext, (NolanBehaviour_FlashlightFlicker_d_334 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, NolanBehaviour_FlashlightFlicker_d_334_System_Collections_Generic_IEnumerator_System_Object__get_Current, (NolanBehaviour_FlashlightFlicker_d_334 * __this, MethodInfo * method)); DO_APP_FUNC(0x00514C10, void, NolanBehaviour_FlashlightFlicker_d_334_System_Collections_IEnumerator_Reset, (NolanBehaviour_FlashlightFlicker_d_334 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF870, NolanBehaviour_FlashlightFlicker_d_334_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, NolanBehaviour_FlashlightFlicker_d_334_System_Collections_IEnumerator_get_Current, (NolanBehaviour_FlashlightFlicker_d_334 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NolanBehaviour_DelaySetIsBeingKnockedOut_d_337__ctor, (NolanBehaviour_DelaySetIsBeingKnockedOut_d_337 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NolanBehaviour_DelaySetIsBeingKnockedOut_d_337_System_IDisposable_Dispose, (NolanBehaviour_DelaySetIsBeingKnockedOut_d_337 * __this, MethodInfo * method)); DO_APP_FUNC(0x00514C60, bool, NolanBehaviour_DelaySetIsBeingKnockedOut_d_337_MoveNext, (NolanBehaviour_DelaySetIsBeingKnockedOut_d_337 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, NolanBehaviour_DelaySetIsBeingKnockedOut_d_337_System_Collections_Generic_IEnumerator_System_Object__get_Current, (NolanBehaviour_DelaySetIsBeingKnockedOut_d_337 * __this, MethodInfo * method)); DO_APP_FUNC(0x00514D60, void, NolanBehaviour_DelaySetIsBeingKnockedOut_d_337_System_Collections_IEnumerator_Reset, (NolanBehaviour_DelaySetIsBeingKnockedOut_d_337 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF860, NolanBehaviour_DelaySetIsBeingKnockedOut_d_337_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, NolanBehaviour_DelaySetIsBeingKnockedOut_d_337_System_Collections_IEnumerator_get_Current, (NolanBehaviour_DelaySetIsBeingKnockedOut_d_337 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NolanBehaviour_BeingHeld_d_356__ctor, (NolanBehaviour_BeingHeld_d_356 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NolanBehaviour_BeingHeld_d_356_System_IDisposable_Dispose, (NolanBehaviour_BeingHeld_d_356 * __this, MethodInfo * method)); DO_APP_FUNC(0x00514DB0, bool, NolanBehaviour_BeingHeld_d_356_MoveNext, (NolanBehaviour_BeingHeld_d_356 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, NolanBehaviour_BeingHeld_d_356_System_Collections_Generic_IEnumerator_System_Object__get_Current, (NolanBehaviour_BeingHeld_d_356 * __this, MethodInfo * method)); DO_APP_FUNC(0x00515470, void, NolanBehaviour_BeingHeld_d_356_System_Collections_IEnumerator_Reset, (NolanBehaviour_BeingHeld_d_356 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF848, NolanBehaviour_BeingHeld_d_356_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, NolanBehaviour_BeingHeld_d_356_System_Collections_IEnumerator_get_Current, (NolanBehaviour_BeingHeld_d_356 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NolanBehaviour_TeleportToPurgatory_d_403__ctor, (NolanBehaviour_TeleportToPurgatory_d_403 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NolanBehaviour_TeleportToPurgatory_d_403_System_IDisposable_Dispose, (NolanBehaviour_TeleportToPurgatory_d_403 * __this, MethodInfo * method)); DO_APP_FUNC(0x005154C0, bool, NolanBehaviour_TeleportToPurgatory_d_403_MoveNext, (NolanBehaviour_TeleportToPurgatory_d_403 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, NolanBehaviour_TeleportToPurgatory_d_403_System_Collections_Generic_IEnumerator_System_Object__get_Current, (NolanBehaviour_TeleportToPurgatory_d_403 * __this, MethodInfo * method)); DO_APP_FUNC(0x005161C0, void, NolanBehaviour_TeleportToPurgatory_d_403_System_Collections_IEnumerator_Reset, (NolanBehaviour_TeleportToPurgatory_d_403 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF830, NolanBehaviour_TeleportToPurgatory_d_403_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, NolanBehaviour_TeleportToPurgatory_d_403_System_Collections_IEnumerator_get_Current, (NolanBehaviour_TeleportToPurgatory_d_403 * __this, MethodInfo * method)); DO_APP_FUNC(0x00516210, void, NolanEmoteController_Awake, (NolanEmoteController * __this, MethodInfo * method)); DO_APP_FUNC(0x005164A0, void, NolanEmoteController_Attached, (NolanEmoteController * __this, MethodInfo * method)); DO_APP_FUNC(0x005169A0, void, NolanEmoteController_OnAbilityIndex, (NolanEmoteController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF820, NolanEmoteController_OnAbilityIndex__MethodInfo); DO_APP_FUNC(0x00516CF0, IEnumerator *, NolanEmoteController_WaitForValidation, (NolanEmoteController * __this, MethodInfo * method)); DO_APP_FUNC(0x00516D90, IEnumerator *, NolanEmoteController_StoreEmotesOwnedOnSteam, (NolanEmoteController * __this, int32_t connectionId, MethodInfo * method)); DO_APP_FUNC(0x00516E40, void, NolanEmoteController_SetEmoteClassicMode, (NolanEmoteController * __this, bool active, MethodInfo * method)); DO_APP_FUNC(0x00517080, void, NolanEmoteController_ForceEmoteAbility, (NolanEmoteController * __this, CharacterEmote * emote, MethodInfo * method)); DO_APP_FUNC(0x00517400, IEnumerator *, NolanEmoteController_DelayForceEmoteAbility, (NolanEmoteController * __this, CharacterEmote * emote, MethodInfo * method)); DO_APP_FUNC(0x00517510, void, NolanEmoteController_OnConnectionId, (NolanEmoteController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF810, NolanEmoteController_OnConnectionId__MethodInfo); DO_APP_FUNC(0x00517650, void, NolanEmoteController__ctor, (NolanEmoteController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NolanEmoteController_WaitForValidation_d_12__ctor, (NolanEmoteController_WaitForValidation_d_12 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NolanEmoteController_WaitForValidation_d_12_System_IDisposable_Dispose, (NolanEmoteController_WaitForValidation_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x00517740, bool, NolanEmoteController_WaitForValidation_d_12_MoveNext, (NolanEmoteController_WaitForValidation_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, NolanEmoteController_WaitForValidation_d_12_System_Collections_Generic_IEnumerator_System_Object__get_Current, (NolanEmoteController_WaitForValidation_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x00517D60, void, NolanEmoteController_WaitForValidation_d_12_System_Collections_IEnumerator_Reset, (NolanEmoteController_WaitForValidation_d_12 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF788, NolanEmoteController_WaitForValidation_d_12_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, NolanEmoteController_WaitForValidation_d_12_System_Collections_IEnumerator_get_Current, (NolanEmoteController_WaitForValidation_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NolanEmoteController_StoreEmotesOwnedOnSteam_d_13__ctor, (NolanEmoteController_StoreEmotesOwnedOnSteam_d_13 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NolanEmoteController_StoreEmotesOwnedOnSteam_d_13_System_IDisposable_Dispose, (NolanEmoteController_StoreEmotesOwnedOnSteam_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x00517DB0, bool, NolanEmoteController_StoreEmotesOwnedOnSteam_d_13_MoveNext, (NolanEmoteController_StoreEmotesOwnedOnSteam_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, NolanEmoteController_StoreEmotesOwnedOnSteam_d_13_System_Collections_Generic_IEnumerator_System_Object__get_Current, (NolanEmoteController_StoreEmotesOwnedOnSteam_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x00518660, void, NolanEmoteController_StoreEmotesOwnedOnSteam_d_13_System_Collections_IEnumerator_Reset, (NolanEmoteController_StoreEmotesOwnedOnSteam_d_13 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF738, NolanEmoteController_StoreEmotesOwnedOnSteam_d_13_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, NolanEmoteController_StoreEmotesOwnedOnSteam_d_13_System_Collections_IEnumerator_get_Current, (NolanEmoteController_StoreEmotesOwnedOnSteam_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NolanEmoteController_DelayForceEmoteAbility_d_16__ctor, (NolanEmoteController_DelayForceEmoteAbility_d_16 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NolanEmoteController_DelayForceEmoteAbility_d_16_System_IDisposable_Dispose, (NolanEmoteController_DelayForceEmoteAbility_d_16 * __this, MethodInfo * method)); DO_APP_FUNC(0x005186B0, bool, NolanEmoteController_DelayForceEmoteAbility_d_16_MoveNext, (NolanEmoteController_DelayForceEmoteAbility_d_16 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, NolanEmoteController_DelayForceEmoteAbility_d_16_System_Collections_Generic_IEnumerator_System_Object__get_Current, (NolanEmoteController_DelayForceEmoteAbility_d_16 * __this, MethodInfo * method)); DO_APP_FUNC(0x005187A0, void, NolanEmoteController_DelayForceEmoteAbility_d_16_System_Collections_IEnumerator_Reset, (NolanEmoteController_DelayForceEmoteAbility_d_16 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF728, NolanEmoteController_DelayForceEmoteAbility_d_16_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, NolanEmoteController_DelayForceEmoteAbility_d_16_System_Collections_IEnumerator_get_Current, (NolanEmoteController_DelayForceEmoteAbility_d_16 * __this, MethodInfo * method)); DO_APP_FUNC(0x005187F0, void, NolanNameplateController_Awake, (NolanNameplateController * __this, MethodInfo * method)); DO_APP_FUNC(0x00518990, void, NolanNameplateController_Attached, (NolanNameplateController * __this, MethodInfo * method)); DO_APP_FUNC(0x00519170, void, NolanNameplateController_Update, (NolanNameplateController * __this, MethodInfo * method)); DO_APP_FUNC(0x00519590, void, NolanNameplateController_OnPlayerPickedUpEvent, (NolanNameplateController * __this, BoltEntity * killedBy, BoltEntity * player, bool inHidingSpot, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF718, NolanNameplateController_OnPlayerPickedUpEvent__MethodInfo); DO_APP_FUNC(0x00519760, void, NolanNameplateController_OnReviveEvent, (NolanNameplateController * __this, BoltEntity * player, BoltEntity * reviver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF710, NolanNameplateController_OnReviveEvent__MethodInfo); DO_APP_FUNC(0x00519930, void, NolanNameplateController_SetNameplate, (NolanNameplateController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF708, NolanNameplateController_SetNameplate__MethodInfo); DO_APP_FUNC(0x00519AD0, void, NolanNameplateController_Detached, (NolanNameplateController * __this, MethodInfo * method)); DO_APP_FUNC(0x00519C80, void, NolanNameplateController_SetEnabled, (NolanNameplateController * __this, MethodInfo * method)); DO_APP_FUNC(0x00519E70, void, NolanNameplateController_SetCutscenePlaying, (NolanNameplateController * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00519E80, void, NolanNameplateController__ctor, (NolanNameplateController * __this, MethodInfo * method)); DO_APP_FUNC(0x00519EE0, void, NolanNameplateController__Attached_b__13_0, (NolanNameplateController * __this, PlayableDirector * d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF700, NolanNameplateController__Attached_b__13_0__MethodInfo); DO_APP_FUNC(0x00519F90, void, NolanPerkController_Awake, (NolanPerkController * __this, MethodInfo * method)); DO_APP_FUNC(0x0051A140, void, NolanPerkController_Attached, (NolanPerkController * __this, MethodInfo * method)); DO_APP_FUNC(0x0051ACE0, void, NolanPerkController_Update, (NolanPerkController * __this, MethodInfo * method)); DO_APP_FUNC(0x0051AE00, IEnumerator *, NolanPerkController_WaitForValidation, (NolanPerkController * __this, MethodInfo * method)); DO_APP_FUNC(0x0051AEA0, void, NolanPerkController_SetPerk, (NolanPerkController * __this, String * prefName, MethodInfo * method)); DO_APP_FUNC(0x0051B150, void, NolanPerkController_OnPerk, (NolanPerkController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE34D0, NolanPerkController_OnPerk__MethodInfo); DO_APP_FUNC(0x0051B210, void, NolanPerkController_OnPerk2, (NolanPerkController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE34D8, NolanPerkController_OnPerk2__MethodInfo); DO_APP_FUNC(0x0051B2D0, void, NolanPerkController_PerkChanged, (NolanPerkController * __this, String * perk, MethodInfo * method)); DO_APP_FUNC(0x0051B7B0, IEnumerator *, NolanPerkController_UpdateSurvivalLobbyController, (NolanPerkController * __this, MethodInfo * method)); DO_APP_FUNC(0x0051B850, void, NolanPerkController_OnCarryObjectName, (NolanPerkController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE34E8, NolanPerkController_OnCarryObjectName__MethodInfo); DO_APP_FUNC(0x0051BA10, void, NolanPerkController_OnReviveEvent, (NolanPerkController * __this, BoltEntity * player, BoltEntity * reviver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE34C8, NolanPerkController_OnReviveEvent__MethodInfo); DO_APP_FUNC(0x0051BD90, void, NolanPerkController_OnCharacterAbilityActive, (NolanPerkController * __this, Ability * ability, bool active, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE34E0, NolanPerkController_OnCharacterAbilityActive__MethodInfo); DO_APP_FUNC(0x0051C3C0, void, NolanPerkController_OnStateChange, (NolanPerkController * __this, GameObject * obj, String * stateName, bool active, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE34C0, NolanPerkController_OnStateChange__MethodInfo); DO_APP_FUNC(0x0051CA40, void, NolanPerkController_OnAzazelPursueStart, (NolanPerkController * __this, MethodInfo * method)); DO_APP_FUNC(0x0051CB20, void, NolanPerkController_OnAzazelPursueStop, (NolanPerkController * __this, MethodInfo * method)); DO_APP_FUNC(0x0051CC00, IEnumerator *, NolanPerkController_DelayDisableState, (NolanPerkController * __this, GameObject * obj, String * stateName, float delay, MethodInfo * method)); DO_APP_FUNC(0x0051CD80, IEnumerator *, NolanPerkController_DelayDisableAttributeState, (NolanPerkController * __this, Attribute_1 * attribute, String * stateName, float delay, MethodInfo * method)); DO_APP_FUNC(0x0051CF00, String__Array *, NolanPerkController_GetPerks, (NolanPerkController * __this, MethodInfo * method)); DO_APP_FUNC(0x0051D1F0, void, NolanPerkController_OnIsFlashlightActive, (NolanPerkController * __this, bool isActive, MethodInfo * method)); DO_APP_FUNC(0x0051D340, bool, NolanPerkController_HasPerk, (NolanPerkController * __this, String * perk, MethodInfo * method)); DO_APP_FUNC(0x0051D5F0, void, NolanPerkController_Detached, (NolanPerkController * __this, MethodInfo * method)); DO_APP_FUNC(0x0051D860, void, NolanPerkController__ctor, (NolanPerkController * __this, MethodInfo * method)); DO_APP_FUNC(0x0051D8C0, void, NolanPerkController_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NolanPerkController_c__ctor, (NolanPerkController_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0051D970, bool, NolanPerkController_c__Attached_b__14_0, (NolanPerkController_c * __this, State * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE34B8, NolanPerkController_c__Attached_b__14_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, NolanPerkController_WaitForValidation_d_16__ctor, (NolanPerkController_WaitForValidation_d_16 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NolanPerkController_WaitForValidation_d_16_System_IDisposable_Dispose, (NolanPerkController_WaitForValidation_d_16 * __this, MethodInfo * method)); DO_APP_FUNC(0x0051DA00, bool, NolanPerkController_WaitForValidation_d_16_MoveNext, (NolanPerkController_WaitForValidation_d_16 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, NolanPerkController_WaitForValidation_d_16_System_Collections_Generic_IEnumerator_System_Object__get_Current, (NolanPerkController_WaitForValidation_d_16 * __this, MethodInfo * method)); DO_APP_FUNC(0x0051DDD0, void, NolanPerkController_WaitForValidation_d_16_System_Collections_IEnumerator_Reset, (NolanPerkController_WaitForValidation_d_16 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3348, NolanPerkController_WaitForValidation_d_16_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, NolanPerkController_WaitForValidation_d_16_System_Collections_IEnumerator_get_Current, (NolanPerkController_WaitForValidation_d_16 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NolanPerkController_UpdateSurvivalLobbyController_d_21__ctor, (NolanPerkController_UpdateSurvivalLobbyController_d_21 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NolanPerkController_UpdateSurvivalLobbyController_d_21_System_IDisposable_Dispose, (NolanPerkController_UpdateSurvivalLobbyController_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x0051DE20, bool, NolanPerkController_UpdateSurvivalLobbyController_d_21_MoveNext, (NolanPerkController_UpdateSurvivalLobbyController_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, NolanPerkController_UpdateSurvivalLobbyController_d_21_System_Collections_Generic_IEnumerator_System_Object__get_Current, (NolanPerkController_UpdateSurvivalLobbyController_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x0051E5D0, void, NolanPerkController_UpdateSurvivalLobbyController_d_21_System_Collections_IEnumerator_Reset, (NolanPerkController_UpdateSurvivalLobbyController_d_21 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3328, NolanPerkController_UpdateSurvivalLobbyController_d_21_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, NolanPerkController_UpdateSurvivalLobbyController_d_21_System_Collections_IEnumerator_get_Current, (NolanPerkController_UpdateSurvivalLobbyController_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NolanPerkController_DelayDisableState_d_28__ctor, (NolanPerkController_DelayDisableState_d_28 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NolanPerkController_DelayDisableState_d_28_System_IDisposable_Dispose, (NolanPerkController_DelayDisableState_d_28 * __this, MethodInfo * method)); DO_APP_FUNC(0x0051E620, bool, NolanPerkController_DelayDisableState_d_28_MoveNext, (NolanPerkController_DelayDisableState_d_28 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, NolanPerkController_DelayDisableState_d_28_System_Collections_Generic_IEnumerator_System_Object__get_Current, (NolanPerkController_DelayDisableState_d_28 * __this, MethodInfo * method)); DO_APP_FUNC(0x0051E900, void, NolanPerkController_DelayDisableState_d_28_System_Collections_IEnumerator_Reset, (NolanPerkController_DelayDisableState_d_28 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3320, NolanPerkController_DelayDisableState_d_28_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, NolanPerkController_DelayDisableState_d_28_System_Collections_IEnumerator_get_Current, (NolanPerkController_DelayDisableState_d_28 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NolanPerkController_DelayDisableAttributeState_d_29__ctor, (NolanPerkController_DelayDisableAttributeState_d_29 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NolanPerkController_DelayDisableAttributeState_d_29_System_IDisposable_Dispose, (NolanPerkController_DelayDisableAttributeState_d_29 * __this, MethodInfo * method)); DO_APP_FUNC(0x0051E950, bool, NolanPerkController_DelayDisableAttributeState_d_29_MoveNext, (NolanPerkController_DelayDisableAttributeState_d_29 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, NolanPerkController_DelayDisableAttributeState_d_29_System_Collections_Generic_IEnumerator_System_Object__get_Current, (NolanPerkController_DelayDisableAttributeState_d_29 * __this, MethodInfo * method)); DO_APP_FUNC(0x0051EB60, void, NolanPerkController_DelayDisableAttributeState_d_29_System_Collections_IEnumerator_Reset, (NolanPerkController_DelayDisableAttributeState_d_29 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3318, NolanPerkController_DelayDisableAttributeState_d_29_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, NolanPerkController_DelayDisableAttributeState_d_29_System_Collections_IEnumerator_get_Current, (NolanPerkController_DelayDisableAttributeState_d_29 * __this, MethodInfo * method)); DO_APP_FUNC(0x0051EBB0, void, NolanRankController_Attached, (NolanRankController * __this, MethodInfo * method)); DO_APP_FUNC(0x0051EDD0, int32_t, NolanRankController_GetRank, (NolanRankController * __this, MethodInfo * method)); DO_APP_FUNC(0x0051EF90, void, NolanRankController_UpdateRank, (NolanRankController * __this, MethodInfo * method)); DO_APP_FUNC(0x0051F290, void, NolanRankController_SetRank, (NolanRankController * __this, int32_t rank, MethodInfo * method)); DO_APP_FUNC(0x0051F480, void, NolanRankController_OnRank, (NolanRankController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3310, NolanRankController_OnRank__MethodInfo); DO_APP_FUNC(0x0051F530, IEnumerator *, NolanRankController_UpdateSurvivalLobbyController, (NolanRankController * __this, MethodInfo * method)); DO_APP_FUNC(0x0051F5D0, void, NolanRankController__ctor, (NolanRankController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NolanRankController_UpdateSurvivalLobbyController_d_6__ctor, (NolanRankController_UpdateSurvivalLobbyController_d_6 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NolanRankController_UpdateSurvivalLobbyController_d_6_System_IDisposable_Dispose, (NolanRankController_UpdateSurvivalLobbyController_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x0051F620, bool, NolanRankController_UpdateSurvivalLobbyController_d_6_MoveNext, (NolanRankController_UpdateSurvivalLobbyController_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, NolanRankController_UpdateSurvivalLobbyController_d_6_System_Collections_Generic_IEnumerator_System_Object__get_Current, (NolanRankController_UpdateSurvivalLobbyController_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x0051FCA0, void, NolanRankController_UpdateSurvivalLobbyController_d_6_System_Collections_IEnumerator_Reset, (NolanRankController_UpdateSurvivalLobbyController_d_6 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE32F8, NolanRankController_UpdateSurvivalLobbyController_d_6_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, NolanRankController_UpdateSurvivalLobbyController_d_6_System_Collections_IEnumerator_get_Current, (NolanRankController_UpdateSurvivalLobbyController_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x0051FCF0, void, NolanVoiceOvers_Awake, (NolanVoiceOvers * __this, MethodInfo * method)); DO_APP_FUNC(0x0051FE10, void, NolanVoiceOvers_Attached, (NolanVoiceOvers * __this, MethodInfo * method)); DO_APP_FUNC(0x00520570, void, NolanVoiceOvers_OnAbilityIndex, (NolanVoiceOvers * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE32E8, NolanVoiceOvers_OnAbilityIndex__MethodInfo); DO_APP_FUNC(0x00520970, void, NolanVoiceOvers_OnGlobalGoatBurnEvent, (NolanVoiceOvers * __this, int32_t numObjectsBurnt, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE32E0, NolanVoiceOvers_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x00520BE0, IEnumerator *, NolanVoiceOvers_DelayLaugh, (NolanVoiceOvers * __this, MethodInfo * method)); DO_APP_FUNC(0x00520C80, void, NolanVoiceOvers_OnKeysChanged, (NolanVoiceOvers * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE32D8, NolanVoiceOvers_OnKeysChanged__MethodInfo); DO_APP_FUNC(0x00520CA0, void, NolanVoiceOvers_Update, (NolanVoiceOvers * __this, MethodInfo * method)); DO_APP_FUNC(0x00520EB0, void, NolanVoiceOvers_Scream, (NolanVoiceOvers * __this, MethodInfo * method)); DO_APP_FUNC(0x00520ED0, void, NolanVoiceOvers_Detached, (NolanVoiceOvers * __this, MethodInfo * method)); DO_APP_FUNC(0x00520FB0, void, NolanVoiceOvers_PlayMoan, (NolanVoiceOvers * __this, MethodInfo * method)); DO_APP_FUNC(0x00521040, void, NolanVoiceOvers_StartMoaning, (NolanVoiceOvers * __this, MethodInfo * method)); DO_APP_FUNC(0x005210C0, void, NolanVoiceOvers_StopMoaning, (NolanVoiceOvers * __this, bool endingPlaying, MethodInfo * method)); DO_APP_FUNC(0x005212B0, void, NolanVoiceOvers_StartScreaming, (NolanVoiceOvers * __this, MethodInfo * method)); DO_APP_FUNC(0x00521320, void, NolanVoiceOvers_StopScreaming, (NolanVoiceOvers * __this, bool endingPlaying, MethodInfo * method)); DO_APP_FUNC(0x00521530, void, NolanVoiceOvers__ctor, (NolanVoiceOvers * __this, MethodInfo * method)); DO_APP_FUNC(0x00521580, void, NolanVoiceOvers_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NolanVoiceOvers_c__ctor, (NolanVoiceOvers_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00521630, bool, NolanVoiceOvers_c__Attached_b__18_0, (NolanVoiceOvers_c * __this, Generic * a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE32C8, NolanVoiceOvers_c__Attached_b__18_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, NolanVoiceOvers_DelayLaugh_d_21__ctor, (NolanVoiceOvers_DelayLaugh_d_21 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NolanVoiceOvers_DelayLaugh_d_21_System_IDisposable_Dispose, (NolanVoiceOvers_DelayLaugh_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x00521670, bool, NolanVoiceOvers_DelayLaugh_d_21_MoveNext, (NolanVoiceOvers_DelayLaugh_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, NolanVoiceOvers_DelayLaugh_d_21_System_Collections_Generic_IEnumerator_System_Object__get_Current, (NolanVoiceOvers_DelayLaugh_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x00521880, void, NolanVoiceOvers_DelayLaugh_d_21_System_Collections_IEnumerator_Reset, (NolanVoiceOvers_DelayLaugh_d_21 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3298, NolanVoiceOvers_DelayLaugh_d_21_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, NolanVoiceOvers_DelayLaugh_d_21_System_Collections_IEnumerator_get_Current, (NolanVoiceOvers_DelayLaugh_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x005218D0, void, ObjectInteractableCarryToggle_Awake, (ObjectInteractableCarryToggle * __this, MethodInfo * method)); DO_APP_FUNC(0x005219B0, void, ObjectInteractableCarryToggle_OnCarryObjectName, (ObjectInteractableCarryToggle * __this, String * objectName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3280, ObjectInteractableCarryToggle_OnCarryObjectName__MethodInfo); DO_APP_FUNC(0x00521AB0, void, ObjectInteractableCarryToggle_OnDestroy, (ObjectInteractableCarryToggle * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ObjectInteractableCarryToggle__ctor, (ObjectInteractableCarryToggle * __this, MethodInfo * method)); DO_APP_FUNC(0x00521B90, void, OcclusionTrigger_Awake, (OcclusionTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00521DB0, void, OcclusionTrigger_OnTriggerEnter, (OcclusionTrigger * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x00521FA0, void, OcclusionTrigger_OnTriggerExit, (OcclusionTrigger * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x005221A0, void, OcclusionTrigger_SetRenderer, (OcclusionTrigger * __this, bool enabled, MethodInfo * method)); DO_APP_FUNC(0x00522810, void, OcclusionTrigger__ctor, (OcclusionTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00522A60, void, OpenURL_Start, (OpenURL * __this, MethodInfo * method)); DO_APP_FUNC(0x00522B30, void, OpenURL_OnClick, (OpenURL * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE31E8, OpenURL_OnClick__MethodInfo); DO_APP_FUNC(0x003AC000, void, OpenURL__ctor, (OpenURL * __this, MethodInfo * method)); DO_APP_FUNC(0x00522B80, void, DoorWeatherParticles_Awake, (DoorWeatherParticles * __this, MethodInfo * method)); DO_APP_FUNC(0x00522ED0, void, DoorWeatherParticles_FixedUpdate, (DoorWeatherParticles * __this, MethodInfo * method)); DO_APP_FUNC(0x00523180, void, DoorWeatherParticles_OnGlobalGoatBurnEvent, (DoorWeatherParticles * __this, int32_t number, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE31E0, DoorWeatherParticles_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x00523190, void, DoorWeatherParticles_OnDestroy, (DoorWeatherParticles * __this, MethodInfo * method)); DO_APP_FUNC(0x00523350, void, DoorWeatherParticles__ctor, (DoorWeatherParticles * __this, MethodInfo * method)); DO_APP_FUNC(0x005233A0, void, ElectricalWire_Awake, (ElectricalWire * __this, MethodInfo * method)); DO_APP_FUNC(0x00523430, void, ElectricalWire_Start, (ElectricalWire * __this, MethodInfo * method)); DO_APP_FUNC(0x00523570, void, ElectricalWire_Update, (ElectricalWire * __this, MethodInfo * method)); DO_APP_FUNC(0x005236F0, void, ElectricalWire__ctor, (ElectricalWire * __this, MethodInfo * method)); DO_APP_FUNC(0x00523750, void, ParticleTrigger_Awake, (ParticleTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x005237E0, void, ParticleTrigger_OnTriggerEnter, (ParticleTrigger * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x00523A10, void, ParticleTrigger_OnTriggerExit, (ParticleTrigger * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ParticleTrigger__ctor, (ParticleTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PatrolRoute_OnDrawGizmos, (PatrolRoute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PatrolRoute_OnDrawGizmosSelected, (PatrolRoute * __this, MethodInfo * method)); DO_APP_FUNC(0x00523BF0, void, PatrolRoute_OnTriggerEnter, (PatrolRoute * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x00523D60, void, PatrolRoute_OnTriggerExit, (PatrolRoute * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x00523EE0, GameObject__Array *, PatrolRoute_GetPlayersInMirror, (PatrolRoute * __this, MethodInfo * method)); DO_APP_FUNC(0x00523F30, void, PatrolRoute__ctor, (PatrolRoute * __this, MethodInfo * method)); DO_APP_FUNC(0x00524050, void, PerkInspiredOutline_Awake, (PerkInspiredOutline * __this, MethodInfo * method)); DO_APP_FUNC(0x00524340, void, PerkInspiredOutline_Start, (PerkInspiredOutline * __this, MethodInfo * method)); DO_APP_FUNC(0x00524540, void, PerkInspiredOutline_OnEnable, (PerkInspiredOutline * __this, MethodInfo * method)); DO_APP_FUNC(0x00524870, IEnumerator *, PerkInspiredOutline_SetOriginalOutlineMaxVisDistance, (PerkInspiredOutline * __this, MethodInfo * method)); DO_APP_FUNC(0x00524910, bool, PerkInspiredOutline_IsInspiredPerkActive, (PerkInspiredOutline * __this, MethodInfo * method)); DO_APP_FUNC(0x00524A10, void, PerkInspiredOutline_OnGlobalGoatBurnEvent, (PerkInspiredOutline * __this, int32_t numObjectsBurned, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE31A8, PerkInspiredOutline_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x00524C20, void, PerkInspiredOutline_EnableOutline, (PerkInspiredOutline * __this, MethodInfo * method)); DO_APP_FUNC(0x00524D50, IEnumerator *, PerkInspiredOutline_EnableOutlineInternal, (PerkInspiredOutline * __this, MethodInfo * method)); DO_APP_FUNC(0x00524DF0, void, PerkInspiredOutline_OnDisable, (PerkInspiredOutline * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, PerkInspiredOutline__ctor, (PerkInspiredOutline * __this, MethodInfo * method)); DO_APP_FUNC(0x00524ED0, void, PerkInspiredOutline__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PerkInspiredOutline_SetOriginalOutlineMaxVisDistance_d_13__ctor, (PerkInspiredOutline_SetOriginalOutlineMaxVisDistance_d_13 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PerkInspiredOutline_SetOriginalOutlineMaxVisDistance_d_13_System_IDisposable_Dispose, (PerkInspiredOutline_SetOriginalOutlineMaxVisDistance_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x00524F10, bool, PerkInspiredOutline_SetOriginalOutlineMaxVisDistance_d_13_MoveNext, (PerkInspiredOutline_SetOriginalOutlineMaxVisDistance_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PerkInspiredOutline_SetOriginalOutlineMaxVisDistance_d_13_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PerkInspiredOutline_SetOriginalOutlineMaxVisDistance_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x00525290, void, PerkInspiredOutline_SetOriginalOutlineMaxVisDistance_d_13_System_Collections_IEnumerator_Reset, (PerkInspiredOutline_SetOriginalOutlineMaxVisDistance_d_13 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3188, PerkInspiredOutline_SetOriginalOutlineMaxVisDistance_d_13_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PerkInspiredOutline_SetOriginalOutlineMaxVisDistance_d_13_System_Collections_IEnumerator_get_Current, (PerkInspiredOutline_SetOriginalOutlineMaxVisDistance_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PerkInspiredOutline_EnableOutlineInternal_d_17__ctor, (PerkInspiredOutline_EnableOutlineInternal_d_17 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PerkInspiredOutline_EnableOutlineInternal_d_17_System_IDisposable_Dispose, (PerkInspiredOutline_EnableOutlineInternal_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x005252E0, bool, PerkInspiredOutline_EnableOutlineInternal_d_17_MoveNext, (PerkInspiredOutline_EnableOutlineInternal_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PerkInspiredOutline_EnableOutlineInternal_d_17_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PerkInspiredOutline_EnableOutlineInternal_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x00526030, void, PerkInspiredOutline_EnableOutlineInternal_d_17_System_Collections_IEnumerator_Reset, (PerkInspiredOutline_EnableOutlineInternal_d_17 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3180, PerkInspiredOutline_EnableOutlineInternal_d_17_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PerkInspiredOutline_EnableOutlineInternal_d_17_System_Collections_IEnumerator_get_Current, (PerkInspiredOutline_EnableOutlineInternal_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x00526080, void, PerkTrapperOutline_Awake, (PerkTrapperOutline * __this, MethodInfo * method)); DO_APP_FUNC(0x00526170, void, PerkTrapperOutline_OnEnable, (PerkTrapperOutline * __this, MethodInfo * method)); DO_APP_FUNC(0x005263C0, void, PerkTrapperOutline_OnGlobalGoatBurnEvent, (PerkTrapperOutline * __this, int32_t number, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3178, PerkTrapperOutline_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x005265D0, IEnumerator *, PerkTrapperOutline_EnableOutline, (PerkTrapperOutline * __this, MethodInfo * method)); DO_APP_FUNC(0x00526670, void, PerkTrapperOutline_OnDisable, (PerkTrapperOutline * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, PerkTrapperOutline__ctor, (PerkTrapperOutline * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PerkTrapperOutline_EnableOutline_d_6__ctor, (PerkTrapperOutline_EnableOutline_d_6 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PerkTrapperOutline_EnableOutline_d_6_System_IDisposable_Dispose, (PerkTrapperOutline_EnableOutline_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x00526750, bool, PerkTrapperOutline_EnableOutline_d_6_MoveNext, (PerkTrapperOutline_EnableOutline_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PerkTrapperOutline_EnableOutline_d_6_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PerkTrapperOutline_EnableOutline_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x00526BC0, void, PerkTrapperOutline_EnableOutline_d_6_System_Collections_IEnumerator_Reset, (PerkTrapperOutline_EnableOutline_d_6 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3168, PerkTrapperOutline_EnableOutline_d_6_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PerkTrapperOutline_EnableOutline_d_6_System_Collections_IEnumerator_get_Current, (PerkTrapperOutline_EnableOutline_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x00526C10, void, PetController_Awake, (PetController * __this, MethodInfo * method)); DO_APP_FUNC(0x00527550, void, PetController_Attached, (PetController * __this, MethodInfo * method)); DO_APP_FUNC(0x00527E60, void, PetController_Detached, (PetController * __this, MethodInfo * method)); DO_APP_FUNC(0x00528130, IEnumerator *, PetController_WaitForValidation, (PetController * __this, MethodInfo * method)); DO_APP_FUNC(0x005281D0, void, PetController_SetIsVisible, (PetController * __this, bool visible, MethodInfo * method)); DO_APP_FUNC(0x00528730, IEnumerator *, PetController_WaitForCanEnablePetAI, (PetController * __this, MethodInfo * method)); DO_APP_FUNC(0x005287D0, void, PetController_FixedUpdate, (PetController * __this, MethodInfo * method)); DO_APP_FUNC(0x00528E20, int32_t, PetController_GetIdleMaxExclusive, (PetController * __this, MethodInfo * method)); DO_APP_FUNC(0x00528FB0, void, PetController_OnSpeed, (PetController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3100, PetController_OnSpeed__MethodInfo); DO_APP_FUNC(0x00529980, void, PetController_OnPlayer, (PetController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3110, PetController_OnPlayer__MethodInfo); DO_APP_FUNC(0x00529C10, void, PetController_SetRandomIdle, (PetController * __this, MethodInfo * method)); DO_APP_FUNC(0x00529CC0, void, PetController_OnGlobalGoatBurnEvent, (PetController * __this, int32_t number, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3130, PetController_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x00529F80, IEnumerator *, PetController_PlayBurnVocal, (PetController * __this, MethodInfo * method)); DO_APP_FUNC(0x0052A020, void, PetController_OnPlayerPickedUpEvent, (PetController * __this, BoltEntity * killedBy, BoltEntity * player, bool inHidingSpot, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3118, PetController_OnPlayerPickedUpEvent__MethodInfo); DO_APP_FUNC(0x0052A3D0, void, PetController_OnKnockoutEvent, (PetController * __this, BoltEntity * killedBy, BoltEntity * player, bool usingPoison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3120, PetController_OnKnockoutEvent__MethodInfo); DO_APP_FUNC(0x0052A780, void, PetController_OnKnockoutBoxEvent, (PetController * __this, String * killedBy, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3128, PetController_OnKnockoutBoxEvent__MethodInfo); DO_APP_FUNC(0x0052AB30, void, PetController_OnReviveEvent, (PetController * __this, BoltEntity * player, BoltEntity * reviver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3108, PetController_OnReviveEvent__MethodInfo); DO_APP_FUNC(0x0052B150, void, PetController_SetPlayer, (PetController * __this, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC(0x0052B4D0, void, PetController_PlayerRespawned, (PetController * __this, MethodInfo * method)); DO_APP_FUNC(0x0052B910, void, PetController_SetArachnophobiaMode, (PetController * __this, bool on, MethodInfo * method)); DO_APP_FUNC(0x0052B990, void, PetController_SetHiding, (PetController * __this, bool hiding, MethodInfo * method)); DO_APP_FUNC(0x0052BA50, IEnumerator *, PetController_SetHidingInternal, (PetController * __this, bool hiding, MethodInfo * method)); DO_APP_FUNC(0x0052BB10, IEnumerator *, PetController_LobbyIdling, (PetController * __this, MethodInfo * method)); DO_APP_FUNC(0x0052BBB0, void, PetController_PlayVocalClipImmediately, (PetController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PetController_Footstep, (PetController * __this, MethodInfo * method)); DO_APP_FUNC(0x0052BD40, int32_t, PetController_GetRandomIdleTriggerCount, (PetController * __this, MethodInfo * method)); DO_APP_FUNC(0x0052BDD0, IEnumerator *, PetController_TriggerRandomIdles, (PetController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PetController_Flap, (PetController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PetController_IdleLookAround, (PetController * __this, MethodInfo * method)); DO_APP_FUNC(0x0052BE70, void, PetController__ctor, (PetController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PetController_WaitForValidation_d_29__ctor, (PetController_WaitForValidation_d_29 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PetController_WaitForValidation_d_29_System_IDisposable_Dispose, (PetController_WaitForValidation_d_29 * __this, MethodInfo * method)); DO_APP_FUNC(0x0052BF90, bool, PetController_WaitForValidation_d_29_MoveNext, (PetController_WaitForValidation_d_29 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PetController_WaitForValidation_d_29_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PetController_WaitForValidation_d_29 * __this, MethodInfo * method)); DO_APP_FUNC(0x0052CAA0, void, PetController_WaitForValidation_d_29_System_Collections_IEnumerator_Reset, (PetController_WaitForValidation_d_29 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3018, PetController_WaitForValidation_d_29_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PetController_WaitForValidation_d_29_System_Collections_IEnumerator_get_Current, (PetController_WaitForValidation_d_29 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PetController_WaitForCanEnablePetAI_d_31__ctor, (PetController_WaitForCanEnablePetAI_d_31 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PetController_WaitForCanEnablePetAI_d_31_System_IDisposable_Dispose, (PetController_WaitForCanEnablePetAI_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x0052CAF0, bool, PetController_WaitForCanEnablePetAI_d_31_MoveNext, (PetController_WaitForCanEnablePetAI_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PetController_WaitForCanEnablePetAI_d_31_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PetController_WaitForCanEnablePetAI_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x0052CD60, void, PetController_WaitForCanEnablePetAI_d_31_System_Collections_IEnumerator_Reset, (PetController_WaitForCanEnablePetAI_d_31 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3008, PetController_WaitForCanEnablePetAI_d_31_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PetController_WaitForCanEnablePetAI_d_31_System_Collections_IEnumerator_get_Current, (PetController_WaitForCanEnablePetAI_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PetController_PlayBurnVocal_d_38__ctor, (PetController_PlayBurnVocal_d_38 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PetController_PlayBurnVocal_d_38_System_IDisposable_Dispose, (PetController_PlayBurnVocal_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x0052CDB0, bool, PetController_PlayBurnVocal_d_38_MoveNext, (PetController_PlayBurnVocal_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PetController_PlayBurnVocal_d_38_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PetController_PlayBurnVocal_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x0052D000, void, PetController_PlayBurnVocal_d_38_System_Collections_IEnumerator_Reset, (PetController_PlayBurnVocal_d_38 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3000, PetController_PlayBurnVocal_d_38_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PetController_PlayBurnVocal_d_38_System_Collections_IEnumerator_get_Current, (PetController_PlayBurnVocal_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PetController_SetHidingInternal_d_47__ctor, (PetController_SetHidingInternal_d_47 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PetController_SetHidingInternal_d_47_System_IDisposable_Dispose, (PetController_SetHidingInternal_d_47 * __this, MethodInfo * method)); DO_APP_FUNC(0x0052D050, bool, PetController_SetHidingInternal_d_47_MoveNext, (PetController_SetHidingInternal_d_47 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PetController_SetHidingInternal_d_47_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PetController_SetHidingInternal_d_47 * __this, MethodInfo * method)); DO_APP_FUNC(0x0052D740, void, PetController_SetHidingInternal_d_47_System_Collections_IEnumerator_Reset, (PetController_SetHidingInternal_d_47 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2FD8, PetController_SetHidingInternal_d_47_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PetController_SetHidingInternal_d_47_System_Collections_IEnumerator_get_Current, (PetController_SetHidingInternal_d_47 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PetController_LobbyIdling_d_48__ctor, (PetController_LobbyIdling_d_48 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PetController_LobbyIdling_d_48_System_IDisposable_Dispose, (PetController_LobbyIdling_d_48 * __this, MethodInfo * method)); DO_APP_FUNC(0x0052D790, bool, PetController_LobbyIdling_d_48_MoveNext, (PetController_LobbyIdling_d_48 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PetController_LobbyIdling_d_48_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PetController_LobbyIdling_d_48 * __this, MethodInfo * method)); DO_APP_FUNC(0x0052DD00, void, PetController_LobbyIdling_d_48_System_Collections_IEnumerator_Reset, (PetController_LobbyIdling_d_48 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2FB8, PetController_LobbyIdling_d_48_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PetController_LobbyIdling_d_48_System_Collections_IEnumerator_get_Current, (PetController_LobbyIdling_d_48 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PetController_TriggerRandomIdles_d_52__ctor, (PetController_TriggerRandomIdles_d_52 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PetController_TriggerRandomIdles_d_52_System_IDisposable_Dispose, (PetController_TriggerRandomIdles_d_52 * __this, MethodInfo * method)); DO_APP_FUNC(0x0052DD50, bool, PetController_TriggerRandomIdles_d_52_MoveNext, (PetController_TriggerRandomIdles_d_52 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PetController_TriggerRandomIdles_d_52_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PetController_TriggerRandomIdles_d_52 * __this, MethodInfo * method)); DO_APP_FUNC(0x0052E1E0, void, PetController_TriggerRandomIdles_d_52_System_Collections_IEnumerator_Reset, (PetController_TriggerRandomIdles_d_52 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2F98, PetController_TriggerRandomIdles_d_52_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PetController_TriggerRandomIdles_d_52_System_Collections_IEnumerator_get_Current, (PetController_TriggerRandomIdles_d_52 * __this, MethodInfo * method)); DO_APP_FUNC(0x0052E230, void, PetLoader_Attached, (PetLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x0052E2C0, IEnumerator *, PetLoader_LoadPet, (PetLoader * __this, String * forcePet, MethodInfo * method)); DO_APP_FUNC(0x0052E3D0, IEnumerator *, PetLoader_WaitForSteamInventoryItems, (PetLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x0052E420, void, PetLoader_ResetPet, (PetLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x0052E4C0, PetController *, PetLoader_GetPet, (PetLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x0052E650, void, PetLoader_ReleaseHandles, (PetLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x0052E710, void, PetLoader_OnDestroy, (PetLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x0052E720, void, PetLoader__ctor, (PetLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PetLoader_LoadPet_d_3__ctor, (PetLoader_LoadPet_d_3 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PetLoader_LoadPet_d_3_System_IDisposable_Dispose, (PetLoader_LoadPet_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0052E770, bool, PetLoader_LoadPet_d_3_MoveNext, (PetLoader_LoadPet_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PetLoader_LoadPet_d_3_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PetLoader_LoadPet_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0052F580, void, PetLoader_LoadPet_d_3_System_Collections_IEnumerator_Reset, (PetLoader_LoadPet_d_3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2F00, PetLoader_LoadPet_d_3_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PetLoader_LoadPet_d_3_System_Collections_IEnumerator_get_Current, (PetLoader_LoadPet_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PetLoader_WaitForSteamInventoryItems_d_4__ctor, (PetLoader_WaitForSteamInventoryItems_d_4 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PetLoader_WaitForSteamInventoryItems_d_4_System_IDisposable_Dispose, (PetLoader_WaitForSteamInventoryItems_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x0052F5D0, bool, PetLoader_WaitForSteamInventoryItems_d_4_MoveNext, (PetLoader_WaitForSteamInventoryItems_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PetLoader_WaitForSteamInventoryItems_d_4_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PetLoader_WaitForSteamInventoryItems_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x0052F740, void, PetLoader_WaitForSteamInventoryItems_d_4_System_Collections_IEnumerator_Reset, (PetLoader_WaitForSteamInventoryItems_d_4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2EF8, PetLoader_WaitForSteamInventoryItems_d_4_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PetLoader_WaitForSteamInventoryItems_d_4_System_Collections_IEnumerator_get_Current, (PetLoader_WaitForSteamInventoryItems_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x0052F790, void, ClothExternalAcceleration_Awake, (ClothExternalAcceleration * __this, MethodInfo * method)); DO_APP_FUNC(0x0052F820, void, ClothExternalAcceleration_Update, (ClothExternalAcceleration * __this, MethodInfo * method)); DO_APP_FUNC(0x0052FAA0, void, ClothExternalAcceleration__ctor, (ClothExternalAcceleration * __this, MethodInfo * method)); DO_APP_FUNC(0x0052FB00, void, DynamicBoneColliderSync_Awake, (DynamicBoneColliderSync * __this, MethodInfo * method)); DO_APP_FUNC(0x0052FC70, void, DynamicBoneColliderSync_Start, (DynamicBoneColliderSync * __this, MethodInfo * method)); DO_APP_FUNC(0x0052FD70, void, DynamicBoneColliderSync_FixedUpdate, (DynamicBoneColliderSync * __this, MethodInfo * method)); DO_APP_FUNC(0x0052FEE0, void, DynamicBoneColliderSync_OnDestroy, (DynamicBoneColliderSync * __this, MethodInfo * method)); DO_APP_FUNC(0x0052FFE0, void, DynamicBoneColliderSync__ctor, (DynamicBoneColliderSync * __this, MethodInfo * method)); DO_APP_FUNC(0x005300B0, void, DynamicBoneCollisionAudio_Awake, (DynamicBoneCollisionAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x005302A0, void, DynamicBoneCollisionAudio_FixedUpdate, (DynamicBoneCollisionAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x00530500, void, DynamicBoneCollisionAudio__ctor, (DynamicBoneCollisionAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x00530550, void, PhysicsProps_Awake, (PhysicsProps * __this, MethodInfo * method)); DO_APP_FUNC(0x00530730, void, PhysicsProps_OnChildCollision, (PhysicsProps * __this, Collision * collision, Rigidbody * childRigidbody, MethodInfo * method)); DO_APP_FUNC(0x00530D40, IEnumerator *, PhysicsProps_DelayDisableRigidbodies, (PhysicsProps * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, PhysicsProps__ctor, (PhysicsProps * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PhysicsProps_DelayDisableRigidbodies_d_5__ctor, (PhysicsProps_DelayDisableRigidbodies_d_5 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhysicsProps_DelayDisableRigidbodies_d_5_System_IDisposable_Dispose, (PhysicsProps_DelayDisableRigidbodies_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x00530DE0, bool, PhysicsProps_DelayDisableRigidbodies_d_5_MoveNext, (PhysicsProps_DelayDisableRigidbodies_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PhysicsProps_DelayDisableRigidbodies_d_5_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PhysicsProps_DelayDisableRigidbodies_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x00530FA0, void, PhysicsProps_DelayDisableRigidbodies_d_5_System_Collections_IEnumerator_Reset, (PhysicsProps_DelayDisableRigidbodies_d_5 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2E40, PhysicsProps_DelayDisableRigidbodies_d_5_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PhysicsProps_DelayDisableRigidbodies_d_5_System_Collections_IEnumerator_get_Current, (PhysicsProps_DelayDisableRigidbodies_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x00530FF0, void, PhysicsPropsChild_Awake, (PhysicsPropsChild * __this, MethodInfo * method)); DO_APP_FUNC(0x00531080, void, PhysicsPropsChild_OnCollisionEnter, (PhysicsPropsChild * __this, Collision * collision, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, PhysicsPropsChild__ctor, (PhysicsPropsChild * __this, MethodInfo * method)); DO_APP_FUNC(0x00531160, bool, PlaceObjectPivot_get_CanPlace, (PlaceObjectPivot * __this, MethodInfo * method)); DO_APP_FUNC(0x00531170, void, PlaceObjectPivot_set_CanPlace, (PlaceObjectPivot * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, CameraController *, PlaceObjectPivot_get_CameraController, (PlaceObjectPivot * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, PlaceObjectPivot_set_CameraController, (PlaceObjectPivot * __this, CameraController * value, MethodInfo * method)); DO_APP_FUNC(0x00531180, Vector3, PlaceObjectPivot_get_MeshBoundsSize, (PlaceObjectPivot * __this, MethodInfo * method)); DO_APP_FUNC(0x005311A0, void, PlaceObjectPivot_set_MeshBoundsSize, (PlaceObjectPivot * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00531210, void, PlaceObjectPivot_Awake, (PlaceObjectPivot * __this, MethodInfo * method)); DO_APP_FUNC(0x005312A0, void, PlaceObjectPivot_Update, (PlaceObjectPivot * __this, MethodInfo * method)); DO_APP_FUNC(0x00532370, void, PlaceObjectPivot_OnDrawGizmos, (PlaceObjectPivot * __this, MethodInfo * method)); DO_APP_FUNC(0x00532580, void, PlaceObjectPivot__ctor, (PlaceObjectPivot * __this, MethodInfo * method)); DO_APP_FUNC(0x005326D0, void, PigExcrementBehaviour_Awake, (PigExcrementBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00532C40, void, PigExcrementBehaviour_OnDestroy, (PigExcrementBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00532E00, void, PigExcrementBehaviour_OnSingleInteract, (PigExcrementBehaviour * __this, String * name, GameObject * character, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2DF0, PigExcrementBehaviour_OnSingleInteract__MethodInfo); DO_APP_FUNC(0x00533090, void, PigExcrementBehaviour_Attached, (PigExcrementBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x005331B0, void, PigExcrementBehaviour_OnSwitch, (PigExcrementBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2D90, PigExcrementBehaviour_OnSwitch__MethodInfo); DO_APP_FUNC(0x00533710, IEnumerator *, PigExcrementBehaviour_FadeOut, (PigExcrementBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x005337B0, void, PigExcrementBehaviour_OnDoorUnlocked, (PigExcrementBehaviour * __this, GameObject * door, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2DF8, PigExcrementBehaviour_OnDoorUnlocked__MethodInfo); DO_APP_FUNC(0x00533B00, void, PigExcrementBehaviour_SetAnimalGate, (PigExcrementBehaviour * __this, BoltEntity * animalGate, MethodInfo * method)); DO_APP_FUNC(0x00533C30, void, PigExcrementBehaviour__ctor, (PigExcrementBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PigExcrementBehaviour_FadeOut_d_15__ctor, (PigExcrementBehaviour_FadeOut_d_15 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PigExcrementBehaviour_FadeOut_d_15_System_IDisposable_Dispose, (PigExcrementBehaviour_FadeOut_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x00533C80, bool, PigExcrementBehaviour_FadeOut_d_15_MoveNext, (PigExcrementBehaviour_FadeOut_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PigExcrementBehaviour_FadeOut_d_15_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PigExcrementBehaviour_FadeOut_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x005341A0, void, PigExcrementBehaviour_FadeOut_d_15_System_Collections_IEnumerator_Reset, (PigExcrementBehaviour_FadeOut_d_15 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2D28, PigExcrementBehaviour_FadeOut_d_15_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PigExcrementBehaviour_FadeOut_d_15_System_Collections_IEnumerator_get_Current, (PigExcrementBehaviour_FadeOut_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, PlayerBumpCollider__ctor, (PlayerBumpCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x005341F0, void, PlayerCharacterBehaviour_Awake, (PlayerCharacterBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00534470, void, PlayerCharacterBehaviour_Attached, (PlayerCharacterBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00534960, void, PlayerCharacterBehaviour_OnLookAtPosition, (PlayerCharacterBehaviour * __this, Vector3 lookPos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2D00, PlayerCharacterBehaviour_OnLookAtPosition__MethodInfo); DO_APP_FUNC(0x00534A90, void, PlayerCharacterBehaviour_OnRemoteLookAtPosition, (PlayerCharacterBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2CC8, PlayerCharacterBehaviour_OnRemoteLookAtPosition__MethodInfo); DO_APP_FUNC(0x00534B70, void, PlayerCharacterBehaviour_OnAbilityIndex, (PlayerCharacterBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2CE0, PlayerCharacterBehaviour_OnAbilityIndex__MethodInfo); DO_APP_FUNC(0x00534C40, void, PlayerCharacterBehaviour_OnAbilityIntData, (PlayerCharacterBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2CD0, PlayerCharacterBehaviour_OnAbilityIntData__MethodInfo); DO_APP_FUNC(0x00534DA0, void, PlayerCharacterBehaviour_OnDestroy, (PlayerCharacterBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00534ED0, void, PlayerCharacterBehaviour__ctor, (PlayerCharacterBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00534F20, void, PlayerMeshSwapper_Start, (PlayerMeshSwapper * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, PlayerMeshSwapper__ctor, (PlayerMeshSwapper * __this, MethodInfo * method)); DO_APP_FUNC(0x00535010, void, PlayerNearbyMaxVerticalTrigger_OnTriggerEnter, (PlayerNearbyMaxVerticalTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x00535540, void, PlayerNearbyMaxVerticalTrigger_OnTriggerExit, (PlayerNearbyMaxVerticalTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x005358F0, void, PlayerNearbyMaxVerticalTrigger__ctor, (PlayerNearbyMaxVerticalTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00535940, void, PlayerPickedUpAnchor_LateUpdate, (PlayerPickedUpAnchor * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, PlayerPickedUpAnchor__ctor, (PlayerPickedUpAnchor * __this, MethodInfo * method)); DO_APP_FUNC(0x00535A70, void, PlayersCanInteract_Start, (PlayersCanInteract * __this, MethodInfo * method)); DO_APP_FUNC(0x00535BE0, void, PlayersCanInteract_Update, (PlayersCanInteract * __this, MethodInfo * method)); DO_APP_FUNC(0x00536010, void, PlayersCanInteract_OnDrawGizmos, (PlayersCanInteract * __this, MethodInfo * method)); DO_APP_FUNC(0x00536300, void, PlayersCanInteract__ctor, (PlayersCanInteract * __this, MethodInfo * method)); DO_APP_FUNC(0x005363D0, void, PlayersCanInteractBox_Start, (PlayersCanInteractBox * __this, MethodInfo * method)); DO_APP_FUNC(0x005364B0, void, PlayersCanInteractBox_OnTriggerEnter, (PlayersCanInteractBox * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x00536540, void, PlayersCanInteractBox_OnTriggerExit, (PlayersCanInteractBox * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, PlayersCanInteractBox_NumPlayersFound, (PlayersCanInteractBox * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, BoxCollider *, PlayersCanInteractBox_GetBoxCollider, (PlayersCanInteractBox * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, PlayersCanInteractBox__ctor, (PlayersCanInteractBox * __this, MethodInfo * method)); DO_APP_FUNC(0x005365D0, void, PoisonBox_Awake, (PoisonBox * __this, MethodInfo * method)); DO_APP_FUNC(0x00536660, void, PoisonBox_OnTriggerEnter, (PoisonBox * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x00536AE0, void, PoisonBox_OnTriggerExit, (PoisonBox * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x00536DE0, void, PoisonBox_AltarActivated, (PoisonBox * __this, MethodInfo * method)); DO_APP_FUNC(0x00537170, IEnumerator *, PoisonBox_PoisonPlayer, (PoisonBox * __this, GameObject * player, MethodInfo * method)); DO_APP_FUNC(0x00537280, void, PoisonBox_ColliderDisabled, (PoisonBox * __this, MethodInfo * method)); DO_APP_FUNC(0x005372F0, void, PoisonBox__ctor, (PoisonBox * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PoisonBox_PoisonPlayer_d_8__ctor, (PoisonBox_PoisonPlayer_d_8 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PoisonBox_PoisonPlayer_d_8_System_IDisposable_Dispose, (PoisonBox_PoisonPlayer_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x005373F0, bool, PoisonBox_PoisonPlayer_d_8_MoveNext, (PoisonBox_PoisonPlayer_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PoisonBox_PoisonPlayer_d_8_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PoisonBox_PoisonPlayer_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x00537BB0, void, PoisonBox_PoisonPlayer_d_8_System_Collections_IEnumerator_Reset, (PoisonBox_PoisonPlayer_d_8 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2C08, PoisonBox_PoisonPlayer_d_8_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PoisonBox_PoisonPlayer_d_8_System_Collections_IEnumerator_get_Current, (PoisonBox_PoisonPlayer_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x00537C00, void, AntiAliasingController_Start, (AntiAliasingController * __this, MethodInfo * method)); DO_APP_FUNC(0x00537C90, void, AntiAliasingController_SetAntialiasing, (AntiAliasingController * __this, int32_t antialiasingMode, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AntiAliasingController__ctor, (AntiAliasingController * __this, MethodInfo * method)); DO_APP_FUNC(0x00537D60, void, ColorGradingController_Awake, (ColorGradingController * __this, MethodInfo * method)); DO_APP_FUNC(0x00537E30, void, ColorGradingController_FadeIn, (ColorGradingController * __this, float duration, bool deactivateOnComplete, bool useDelay, MethodInfo * method)); DO_APP_FUNC(0x00537F30, IEnumerator *, ColorGradingController_FadeInInternal, (ColorGradingController * __this, float duration, bool deactivateOnComplete, bool useDelay, MethodInfo * method)); DO_APP_FUNC(0x00538000, Coroutine *, ColorGradingController_FadeToBlack, (ColorGradingController * __this, float duration, Action * callback, MethodInfo * method)); DO_APP_FUNC(0x00538150, IEnumerator *, ColorGradingController_FadeToBlackInternal, (ColorGradingController * __this, float duration, Action * callback, MethodInfo * method)); DO_APP_FUNC(0x00538280, void, ColorGradingController_SetBlack, (ColorGradingController * __this, MethodInfo * method)); DO_APP_FUNC(0x005382F0, void, ColorGradingController_SetWhite, (ColorGradingController * __this, MethodInfo * method)); DO_APP_FUNC(0x00538360, void, ColorGradingController_SetColor, (ColorGradingController * __this, Color color, MethodInfo * method)); DO_APP_FUNC(0x005383D0, void, ColorGradingController_FadeExposure, (ColorGradingController * __this, float from, float to, float duration, Action * callback, MethodInfo * method)); DO_APP_FUNC(0x005386C0, IEnumerator *, ColorGradingController_FadeExposureInternal, (ColorGradingController * __this, float to, float duration, Action * callback, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ColorGradingController__ctor, (ColorGradingController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ColorGradingController_FadeInInternal_d_7__ctor, (ColorGradingController_FadeInInternal_d_7 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ColorGradingController_FadeInInternal_d_7_System_IDisposable_Dispose, (ColorGradingController_FadeInInternal_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x00538800, bool, ColorGradingController_FadeInInternal_d_7_MoveNext, (ColorGradingController_FadeInInternal_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ColorGradingController_FadeInInternal_d_7_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ColorGradingController_FadeInInternal_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x00538B80, void, ColorGradingController_FadeInInternal_d_7_System_Collections_IEnumerator_Reset, (ColorGradingController_FadeInInternal_d_7 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2B58, ColorGradingController_FadeInInternal_d_7_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ColorGradingController_FadeInInternal_d_7_System_Collections_IEnumerator_get_Current, (ColorGradingController_FadeInInternal_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ColorGradingController_FadeToBlackInternal_d_9__ctor, (ColorGradingController_FadeToBlackInternal_d_9 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ColorGradingController_FadeToBlackInternal_d_9_System_IDisposable_Dispose, (ColorGradingController_FadeToBlackInternal_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x00538BD0, bool, ColorGradingController_FadeToBlackInternal_d_9_MoveNext, (ColorGradingController_FadeToBlackInternal_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ColorGradingController_FadeToBlackInternal_d_9_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ColorGradingController_FadeToBlackInternal_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x00538E90, void, ColorGradingController_FadeToBlackInternal_d_9_System_Collections_IEnumerator_Reset, (ColorGradingController_FadeToBlackInternal_d_9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2B48, ColorGradingController_FadeToBlackInternal_d_9_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ColorGradingController_FadeToBlackInternal_d_9_System_Collections_IEnumerator_get_Current, (ColorGradingController_FadeToBlackInternal_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ColorGradingController_FadeExposureInternal_d_14__ctor, (ColorGradingController_FadeExposureInternal_d_14 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ColorGradingController_FadeExposureInternal_d_14_System_IDisposable_Dispose, (ColorGradingController_FadeExposureInternal_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x00538EE0, bool, ColorGradingController_FadeExposureInternal_d_14_MoveNext, (ColorGradingController_FadeExposureInternal_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ColorGradingController_FadeExposureInternal_d_14_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ColorGradingController_FadeExposureInternal_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x00539150, void, ColorGradingController_FadeExposureInternal_d_14_System_Collections_IEnumerator_Reset, (ColorGradingController_FadeExposureInternal_d_14 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2B38, ColorGradingController_FadeExposureInternal_d_14_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ColorGradingController_FadeExposureInternal_d_14_System_Collections_IEnumerator_get_Current, (ColorGradingController_FadeExposureInternal_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x00434A10, bool, CustomPostProcessing_get_isAzazelVisible, (CustomPostProcessing * __this, MethodInfo * method)); DO_APP_FUNC(0x005391A0, void, CustomPostProcessing_set_isAzazelVisible, (CustomPostProcessing * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x004305B0, bool, CustomPostProcessing_get_isUsingRadialBlur, (CustomPostProcessing * __this, MethodInfo * method)); DO_APP_FUNC(0x004305C0, void, CustomPostProcessing_set_isUsingRadialBlur, (CustomPostProcessing * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x005391B0, void, CustomPostProcessing_Awake, (CustomPostProcessing * __this, MethodInfo * method)); DO_APP_FUNC(0x00539400, void, CustomPostProcessing_Start, (CustomPostProcessing * __this, MethodInfo * method)); DO_APP_FUNC(0x00539570, void, CustomPostProcessing_Update, (CustomPostProcessing * __this, MethodInfo * method)); DO_APP_FUNC(0x005398F0, void, CustomPostProcessing_OnEnrageStart, (CustomPostProcessing * __this, GameObject * ai, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2B18, CustomPostProcessing_OnEnrageStart__MethodInfo); DO_APP_FUNC(0x005399B0, void, CustomPostProcessing_OnAzazelRunningAwayToCalmDown, (CustomPostProcessing * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2B30, CustomPostProcessing_OnAzazelRunningAwayToCalmDown__MethodInfo); DO_APP_FUNC(0x00539A70, void, CustomPostProcessing_OnJumpScareStart, (CustomPostProcessing * __this, MethodInfo * method)); DO_APP_FUNC(0x005399B0, void, CustomPostProcessing_OnEnrageEnd, (CustomPostProcessing * __this, GameObject * ai, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2B20, CustomPostProcessing_OnEnrageEnd__MethodInfo); DO_APP_FUNC(0x00539A90, void, CustomPostProcessing_KnockedOut, (CustomPostProcessing * __this, MethodInfo * method)); DO_APP_FUNC(0x00539BC0, void, CustomPostProcessing_Revived, (CustomPostProcessing * __this, MethodInfo * method)); DO_APP_FUNC(0x00539CF0, void, CustomPostProcessing_ResetAll, (CustomPostProcessing * __this, MethodInfo * method)); DO_APP_FUNC(0x00539DD0, IEnumerator *, CustomPostProcessing_EnableChromaticAberration, (CustomPostProcessing * __this, MethodInfo * method)); DO_APP_FUNC(0x00539E70, IEnumerator *, CustomPostProcessing_DisableChromaticAberration, (CustomPostProcessing * __this, MethodInfo * method)); DO_APP_FUNC(0x00539F10, IEnumerator *, CustomPostProcessing_EnableCrawlColorGrading, (CustomPostProcessing * __this, MethodInfo * method)); DO_APP_FUNC(0x00539FB0, IEnumerator *, CustomPostProcessing_DisableCrawlColorGrading, (CustomPostProcessing * __this, MethodInfo * method)); DO_APP_FUNC(0x0053A050, void, CustomPostProcessing_SetBlur, (CustomPostProcessing * __this, bool active, MethodInfo * method)); DO_APP_FUNC(0x0053A1A0, void, CustomPostProcessing_EnableAnnaPickedUpDepthOfField, (CustomPostProcessing * __this, MethodInfo * method)); DO_APP_FUNC(0x0053A260, IEnumerator *, CustomPostProcessing_DisableAnnaPickedUpDepthOfField, (CustomPostProcessing * __this, MethodInfo * method)); DO_APP_FUNC(0x0053A300, void, CustomPostProcessing_ToggleCrawlVolumes, (CustomPostProcessing * __this, bool active, MethodInfo * method)); DO_APP_FUNC(0x0053A3F0, void, CustomPostProcessing_RadialBlurFadeOut, (CustomPostProcessing * __this, float duration, MethodInfo * method)); DO_APP_FUNC(0x0053A4B0, IEnumerator *, CustomPostProcessing_RadialBlurFadeOutInternal, (CustomPostProcessing * __this, float duration, MethodInfo * method)); DO_APP_FUNC(0x0053A560, void, CustomPostProcessing_OnDestroy, (CustomPostProcessing * __this, MethodInfo * method)); DO_APP_FUNC(0x0053A710, void, CustomPostProcessing__ctor, (CustomPostProcessing * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CustomPostProcessing_EnableChromaticAberration_d_36__ctor, (CustomPostProcessing_EnableChromaticAberration_d_36 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CustomPostProcessing_EnableChromaticAberration_d_36_System_IDisposable_Dispose, (CustomPostProcessing_EnableChromaticAberration_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x0053A770, bool, CustomPostProcessing_EnableChromaticAberration_d_36_MoveNext, (CustomPostProcessing_EnableChromaticAberration_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CustomPostProcessing_EnableChromaticAberration_d_36_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CustomPostProcessing_EnableChromaticAberration_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x0053A970, void, CustomPostProcessing_EnableChromaticAberration_d_36_System_Collections_IEnumerator_Reset, (CustomPostProcessing_EnableChromaticAberration_d_36 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2A60, CustomPostProcessing_EnableChromaticAberration_d_36_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CustomPostProcessing_EnableChromaticAberration_d_36_System_Collections_IEnumerator_get_Current, (CustomPostProcessing_EnableChromaticAberration_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CustomPostProcessing_DisableChromaticAberration_d_37__ctor, (CustomPostProcessing_DisableChromaticAberration_d_37 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CustomPostProcessing_DisableChromaticAberration_d_37_System_IDisposable_Dispose, (CustomPostProcessing_DisableChromaticAberration_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x0053A9C0, bool, CustomPostProcessing_DisableChromaticAberration_d_37_MoveNext, (CustomPostProcessing_DisableChromaticAberration_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CustomPostProcessing_DisableChromaticAberration_d_37_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CustomPostProcessing_DisableChromaticAberration_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x0053ABE0, void, CustomPostProcessing_DisableChromaticAberration_d_37_System_Collections_IEnumerator_Reset, (CustomPostProcessing_DisableChromaticAberration_d_37 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2A50, CustomPostProcessing_DisableChromaticAberration_d_37_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CustomPostProcessing_DisableChromaticAberration_d_37_System_Collections_IEnumerator_get_Current, (CustomPostProcessing_DisableChromaticAberration_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CustomPostProcessing_EnableCrawlColorGrading_d_38__ctor, (CustomPostProcessing_EnableCrawlColorGrading_d_38 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CustomPostProcessing_EnableCrawlColorGrading_d_38_System_IDisposable_Dispose, (CustomPostProcessing_EnableCrawlColorGrading_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x0053AC30, bool, CustomPostProcessing_EnableCrawlColorGrading_d_38_MoveNext, (CustomPostProcessing_EnableCrawlColorGrading_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CustomPostProcessing_EnableCrawlColorGrading_d_38_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CustomPostProcessing_EnableCrawlColorGrading_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x0053AED0, void, CustomPostProcessing_EnableCrawlColorGrading_d_38_System_Collections_IEnumerator_Reset, (CustomPostProcessing_EnableCrawlColorGrading_d_38 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2A40, CustomPostProcessing_EnableCrawlColorGrading_d_38_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CustomPostProcessing_EnableCrawlColorGrading_d_38_System_Collections_IEnumerator_get_Current, (CustomPostProcessing_EnableCrawlColorGrading_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CustomPostProcessing_DisableCrawlColorGrading_d_39__ctor, (CustomPostProcessing_DisableCrawlColorGrading_d_39 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CustomPostProcessing_DisableCrawlColorGrading_d_39_System_IDisposable_Dispose, (CustomPostProcessing_DisableCrawlColorGrading_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x0053AF20, bool, CustomPostProcessing_DisableCrawlColorGrading_d_39_MoveNext, (CustomPostProcessing_DisableCrawlColorGrading_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CustomPostProcessing_DisableCrawlColorGrading_d_39_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CustomPostProcessing_DisableCrawlColorGrading_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x0053B230, void, CustomPostProcessing_DisableCrawlColorGrading_d_39_System_Collections_IEnumerator_Reset, (CustomPostProcessing_DisableCrawlColorGrading_d_39 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2A28, CustomPostProcessing_DisableCrawlColorGrading_d_39_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CustomPostProcessing_DisableCrawlColorGrading_d_39_System_Collections_IEnumerator_get_Current, (CustomPostProcessing_DisableCrawlColorGrading_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CustomPostProcessing_DisableAnnaPickedUpDepthOfField_d_42__ctor, (CustomPostProcessing_DisableAnnaPickedUpDepthOfField_d_42 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CustomPostProcessing_DisableAnnaPickedUpDepthOfField_d_42_System_IDisposable_Dispose, (CustomPostProcessing_DisableAnnaPickedUpDepthOfField_d_42 * __this, MethodInfo * method)); DO_APP_FUNC(0x0053B280, bool, CustomPostProcessing_DisableAnnaPickedUpDepthOfField_d_42_MoveNext, (CustomPostProcessing_DisableAnnaPickedUpDepthOfField_d_42 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CustomPostProcessing_DisableAnnaPickedUpDepthOfField_d_42_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CustomPostProcessing_DisableAnnaPickedUpDepthOfField_d_42 * __this, MethodInfo * method)); DO_APP_FUNC(0x0053B4C0, void, CustomPostProcessing_DisableAnnaPickedUpDepthOfField_d_42_System_Collections_IEnumerator_Reset, (CustomPostProcessing_DisableAnnaPickedUpDepthOfField_d_42 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2A20, CustomPostProcessing_DisableAnnaPickedUpDepthOfField_d_42_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CustomPostProcessing_DisableAnnaPickedUpDepthOfField_d_42_System_Collections_IEnumerator_get_Current, (CustomPostProcessing_DisableAnnaPickedUpDepthOfField_d_42 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CustomPostProcessing_RadialBlurFadeOutInternal_d_45__ctor, (CustomPostProcessing_RadialBlurFadeOutInternal_d_45 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CustomPostProcessing_RadialBlurFadeOutInternal_d_45_System_IDisposable_Dispose, (CustomPostProcessing_RadialBlurFadeOutInternal_d_45 * __this, MethodInfo * method)); DO_APP_FUNC(0x0053B510, bool, CustomPostProcessing_RadialBlurFadeOutInternal_d_45_MoveNext, (CustomPostProcessing_RadialBlurFadeOutInternal_d_45 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CustomPostProcessing_RadialBlurFadeOutInternal_d_45_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CustomPostProcessing_RadialBlurFadeOutInternal_d_45 * __this, MethodInfo * method)); DO_APP_FUNC(0x0053B780, void, CustomPostProcessing_RadialBlurFadeOutInternal_d_45_System_Collections_IEnumerator_Reset, (CustomPostProcessing_RadialBlurFadeOutInternal_d_45 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2A18, CustomPostProcessing_RadialBlurFadeOutInternal_d_45_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CustomPostProcessing_RadialBlurFadeOutInternal_d_45_System_Collections_IEnumerator_get_Current, (CustomPostProcessing_RadialBlurFadeOutInternal_d_45 * __this, MethodInfo * method)); DO_APP_FUNC(0x0053B7D0, void, EndingColorGrading_Start, (EndingColorGrading * __this, MethodInfo * method)); DO_APP_FUNC(0x0053B880, IEnumerator *, EndingColorGrading_DoEvilColorGrading, (EndingColorGrading * __this, MethodInfo * method)); DO_APP_FUNC(0x0053B920, IEnumerator *, EndingColorGrading_FadeToBlack, (EndingColorGrading * __this, float duration, MethodInfo * method)); DO_APP_FUNC(0x0053B9D0, void, EndingColorGrading_GoBackToNormal, (EndingColorGrading * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, EndingColorGrading__ctor, (EndingColorGrading * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, EndingColorGrading_DoEvilColorGrading_d_2__ctor, (EndingColorGrading_DoEvilColorGrading_d_2 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EndingColorGrading_DoEvilColorGrading_d_2_System_IDisposable_Dispose, (EndingColorGrading_DoEvilColorGrading_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0053BAA0, bool, EndingColorGrading_DoEvilColorGrading_d_2_MoveNext, (EndingColorGrading_DoEvilColorGrading_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, EndingColorGrading_DoEvilColorGrading_d_2_System_Collections_Generic_IEnumerator_System_Object__get_Current, (EndingColorGrading_DoEvilColorGrading_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0053BCE0, void, EndingColorGrading_DoEvilColorGrading_d_2_System_Collections_IEnumerator_Reset, (EndingColorGrading_DoEvilColorGrading_d_2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE29F0, EndingColorGrading_DoEvilColorGrading_d_2_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, EndingColorGrading_DoEvilColorGrading_d_2_System_Collections_IEnumerator_get_Current, (EndingColorGrading_DoEvilColorGrading_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, EndingColorGrading_FadeToBlack_d_3__ctor, (EndingColorGrading_FadeToBlack_d_3 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EndingColorGrading_FadeToBlack_d_3_System_IDisposable_Dispose, (EndingColorGrading_FadeToBlack_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0053BD30, bool, EndingColorGrading_FadeToBlack_d_3_MoveNext, (EndingColorGrading_FadeToBlack_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, EndingColorGrading_FadeToBlack_d_3_System_Collections_Generic_IEnumerator_System_Object__get_Current, (EndingColorGrading_FadeToBlack_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0053BF50, void, EndingColorGrading_FadeToBlack_d_3_System_Collections_IEnumerator_Reset, (EndingColorGrading_FadeToBlack_d_3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE29E0, EndingColorGrading_FadeToBlack_d_3_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, EndingColorGrading_FadeToBlack_d_3_System_Collections_IEnumerator_get_Current, (EndingColorGrading_FadeToBlack_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0053BFA0, void, MotionBlurController_Start, (MotionBlurController * __this, MethodInfo * method)); DO_APP_FUNC(0x0053C0A0, void, MotionBlurController_SetMotionBlur, (MotionBlurController * __this, bool active, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, MotionBlurController__ctor, (MotionBlurController * __this, MethodInfo * method)); DO_APP_FUNC(0x0053C1C0, Material *, RadialBlur_GetMaterial, (RadialBlur * __this, MethodInfo * method)); DO_APP_FUNC(0x0053C3B0, void, RadialBlur_Start, (RadialBlur * __this, MethodInfo * method)); DO_APP_FUNC(0x0053C590, void, RadialBlur_OnRenderImage, (RadialBlur * __this, RenderTexture * source, RenderTexture * dest, MethodInfo * method)); DO_APP_FUNC(0x0053C760, void, RadialBlur__ctor, (RadialBlur * __this, MethodInfo * method)); DO_APP_FUNC(0x0053C7C0, void, PresentMesh_Awake, (PresentMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x0053C950, void, PresentMesh_StartOpen, (PresentMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x0053CAF0, void, PresentMesh_IsOpened, (PresentMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x0053CC00, IEnumerator *, PresentMesh_DisableSelfDelayed, (PresentMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, PresentMesh__ctor, (PresentMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PresentMesh_DisableSelfDelayed_d_7__ctor, (PresentMesh_DisableSelfDelayed_d_7 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PresentMesh_DisableSelfDelayed_d_7_System_IDisposable_Dispose, (PresentMesh_DisableSelfDelayed_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x0053CCA0, bool, PresentMesh_DisableSelfDelayed_d_7_MoveNext, (PresentMesh_DisableSelfDelayed_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PresentMesh_DisableSelfDelayed_d_7_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PresentMesh_DisableSelfDelayed_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x0053D010, void, PresentMesh_DisableSelfDelayed_d_7_System_Collections_IEnumerator_Reset, (PresentMesh_DisableSelfDelayed_d_7 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2940, PresentMesh_DisableSelfDelayed_d_7_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PresentMesh_DisableSelfDelayed_d_7_System_Collections_IEnumerator_get_Current, (PresentMesh_DisableSelfDelayed_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x0053D060, void, PulseImageColour_Awake, (PulseImageColour * __this, MethodInfo * method)); DO_APP_FUNC(0x0053D070, void, PulseImageColour_Start, (PulseImageColour * __this, MethodInfo * method)); DO_APP_FUNC(0x0053D090, void, PulseImageColour_StartPulsing, (PulseImageColour * __this, MethodInfo * method)); DO_APP_FUNC(0x0053D0B0, void, PulseImageColour_TweenA, (PulseImageColour * __this, MethodInfo * method)); DO_APP_FUNC(0x0053D270, void, PulseImageColour_TweenB, (PulseImageColour * __this, MethodInfo * method)); DO_APP_FUNC(0x0053D430, void, PulseImageColour__ctor, (PulseImageColour * __this, MethodInfo * method)); DO_APP_FUNC(0x0053D480, void, PulseImageColour__TweenA_b__9_0, (PulseImageColour * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2938, PulseImageColour__TweenA_b__9_0__MethodInfo); DO_APP_FUNC(0x0053D270, void, PulseImageColour__TweenA_b__9_1, (PulseImageColour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2930, PulseImageColour__TweenA_b__9_1__MethodInfo); DO_APP_FUNC(0x0053D560, void, PulseImageColour__TweenB_b__10_0, (PulseImageColour * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2920, PulseImageColour__TweenB_b__10_0__MethodInfo); DO_APP_FUNC(0x0053D640, void, PulseImageColour__TweenB_b__10_1, (PulseImageColour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2918, PulseImageColour__TweenB_b__10_1__MethodInfo); DO_APP_FUNC(0x003AC000, void, PumpkinMesh__ctor, (PumpkinMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x0053D650, void, ReconnectManager_SceneLoadLocalDone, (ReconnectManager * __this, String * scene, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x0053DBA0, IEnumerator *, ReconnectManager_ClientReconnectedTimeout, (ReconnectManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0053DC40, void, ReconnectManager_PlayBGM, (ReconnectManager * __this, GameObject * azazel, MethodInfo * method)); DO_APP_FUNC(0x0053DF50, void, ReconnectManager_StartWeather, (ReconnectManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0053E020, IEnumerator *, ReconnectManager_StartWeatherInternal, (ReconnectManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0053E0C0, int32_t, ReconnectManager_GetMapProgress, (ReconnectManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0053E4A0, void, ReconnectManager_Disconnected, (ReconnectManager * __this, BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x0053E8D0, void, ReconnectManager_ConnectRequest, (ReconnectManager * __this, UdpEndPoint endpoint, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x0053ED30, void, ReconnectManager_Connected, (ReconnectManager * __this, BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x0053EF50, void, ReconnectManager_BoltAccept, (ReconnectManager * __this, UdpEndPoint endpoint, MethodInfo * method)); DO_APP_FUNC(0x0053F030, void, ReconnectManager_BoltRefuse, (ReconnectManager * __this, UdpEndPoint endpoint, String * reason, MethodInfo * method)); DO_APP_FUNC(0x0053F170, void, ReconnectManager_EntityAttached, (ReconnectManager * __this, BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x0053F4B0, void, ReconnectManager_PlayerAttachedOnServer, (ReconnectManager * __this, BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x0053F940, void, ReconnectManager_EntityAttachedOnClient, (ReconnectManager * __this, BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x00540590, void, ReconnectManager_EntityDetached, (ReconnectManager * __this, BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x00540720, IEnumerator *, ReconnectManager_WaitToKnockoutPlayer, (ReconnectManager * __this, BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x005407C0, IEnumerator *, ReconnectManager_WaitForOutfitLoaded, (ReconnectManager * __this, BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x00540860, void, ReconnectManager_ReinsertPlayerIntoWebs, (ReconnectManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00540910, void, ReconnectManager_ReinsertPlayerIntoLumps, (ReconnectManager * __this, MethodInfo * method)); DO_APP_FUNC(0x005409C0, void, ReconnectManager_ReinsertPlayerIntoAITrees, (ReconnectManager * __this, BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x00541860, void, ReconnectManager_ReinsertPlayerIntoAITree, (ReconnectManager * __this, BoltEntity * entity, Behavior * behavior, MethodInfo * method)); DO_APP_FUNC(0x00541BB0, void, ReconnectManager_OnPlayerPickedUpEvent, (ReconnectManager * __this, BoltEntity * killedBy, BoltEntity * player, bool inHidingSpot, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE28F8, ReconnectManager_OnPlayerPickedUpEvent__MethodInfo); DO_APP_FUNC(0x00541D90, void, ReconnectManager_OnKnockoutEvent, (ReconnectManager * __this, BoltEntity * killedBy, BoltEntity * player, bool usingPoison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2900, ReconnectManager_OnKnockoutEvent__MethodInfo); DO_APP_FUNC(0x00541F70, void, ReconnectManager_OnReviveEvent, (ReconnectManager * __this, BoltEntity * player, BoltEntity * reviver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE28F0, ReconnectManager_OnReviveEvent__MethodInfo); DO_APP_FUNC(0x00542150, void, ReconnectManager_OnKnockoutBoxEvent, (ReconnectManager * __this, String * killedBy, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2908, ReconnectManager_OnKnockoutBoxEvent__MethodInfo); DO_APP_FUNC(0x00542330, void, ReconnectManager_OnDestroy, (ReconnectManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00542580, void, ReconnectManager__ctor, (ReconnectManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ReconnectManager_ClientReconnectedTimeout_d_6__ctor, (ReconnectManager_ClientReconnectedTimeout_d_6 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReconnectManager_ClientReconnectedTimeout_d_6_System_IDisposable_Dispose, (ReconnectManager_ClientReconnectedTimeout_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x005425C0, bool, ReconnectManager_ClientReconnectedTimeout_d_6_MoveNext, (ReconnectManager_ClientReconnectedTimeout_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ReconnectManager_ClientReconnectedTimeout_d_6_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ReconnectManager_ClientReconnectedTimeout_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x005426E0, void, ReconnectManager_ClientReconnectedTimeout_d_6_System_Collections_IEnumerator_Reset, (ReconnectManager_ClientReconnectedTimeout_d_6 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5630, ReconnectManager_ClientReconnectedTimeout_d_6_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ReconnectManager_ClientReconnectedTimeout_d_6_System_Collections_IEnumerator_get_Current, (ReconnectManager_ClientReconnectedTimeout_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ReconnectManager_StartWeatherInternal_d_9__ctor, (ReconnectManager_StartWeatherInternal_d_9 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReconnectManager_StartWeatherInternal_d_9_System_IDisposable_Dispose, (ReconnectManager_StartWeatherInternal_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x00542730, bool, ReconnectManager_StartWeatherInternal_d_9_MoveNext, (ReconnectManager_StartWeatherInternal_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ReconnectManager_StartWeatherInternal_d_9_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ReconnectManager_StartWeatherInternal_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x00542DB0, void, ReconnectManager_StartWeatherInternal_d_9_System_Collections_IEnumerator_Reset, (ReconnectManager_StartWeatherInternal_d_9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5628, ReconnectManager_StartWeatherInternal_d_9_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ReconnectManager_StartWeatherInternal_d_9_System_Collections_IEnumerator_get_Current, (ReconnectManager_StartWeatherInternal_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ReconnectManager_WaitToKnockoutPlayer_d_20__ctor, (ReconnectManager_WaitToKnockoutPlayer_d_20 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReconnectManager_WaitToKnockoutPlayer_d_20_System_IDisposable_Dispose, (ReconnectManager_WaitToKnockoutPlayer_d_20 * __this, MethodInfo * method)); DO_APP_FUNC(0x00542E00, bool, ReconnectManager_WaitToKnockoutPlayer_d_20_MoveNext, (ReconnectManager_WaitToKnockoutPlayer_d_20 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ReconnectManager_WaitToKnockoutPlayer_d_20_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ReconnectManager_WaitToKnockoutPlayer_d_20 * __this, MethodInfo * method)); DO_APP_FUNC(0x005430B0, void, ReconnectManager_WaitToKnockoutPlayer_d_20_System_Collections_IEnumerator_Reset, (ReconnectManager_WaitToKnockoutPlayer_d_20 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5620, ReconnectManager_WaitToKnockoutPlayer_d_20_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ReconnectManager_WaitToKnockoutPlayer_d_20_System_Collections_IEnumerator_get_Current, (ReconnectManager_WaitToKnockoutPlayer_d_20 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ReconnectManager_WaitForOutfitLoaded_d_21__ctor, (ReconnectManager_WaitForOutfitLoaded_d_21 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReconnectManager_WaitForOutfitLoaded_d_21_System_IDisposable_Dispose, (ReconnectManager_WaitForOutfitLoaded_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x00543100, bool, ReconnectManager_WaitForOutfitLoaded_d_21_MoveNext, (ReconnectManager_WaitForOutfitLoaded_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ReconnectManager_WaitForOutfitLoaded_d_21_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ReconnectManager_WaitForOutfitLoaded_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x005436B0, void, ReconnectManager_WaitForOutfitLoaded_d_21_System_Collections_IEnumerator_Reset, (ReconnectManager_WaitForOutfitLoaded_d_21 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5610, ReconnectManager_WaitForOutfitLoaded_d_21_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ReconnectManager_WaitForOutfitLoaded_d_21_System_Collections_IEnumerator_get_Current, (ReconnectManager_WaitForOutfitLoaded_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x00543700, void, RetargetBones_Start, (RetargetBones * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, RetargetBones__ctor, (RetargetBones * __this, MethodInfo * method)); DO_APP_FUNC(0x005437A0, bool, RewiredVoiceBroadcastTrigger_IsUserActivated, (RewiredVoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x005438A0, bool, RewiredVoiceBroadcastTrigger_IsUserSpeaking, (RewiredVoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x005438C0, void, RewiredVoiceBroadcastTrigger__ctor, (RewiredVoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x005438D0, void, RitualObjectChecker_Awake, (RitualObjectChecker * __this, MethodInfo * method)); DO_APP_FUNC(0x00543AD0, void, RitualObjectChecker_Start, (RitualObjectChecker * __this, MethodInfo * method)); DO_APP_FUNC(0x00543BA0, void, RitualObjectChecker_OnGlobalGoatBurnEvent, (RitualObjectChecker * __this, int32_t number, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE55E8, RitualObjectChecker_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x00543C50, IEnumerator *, RitualObjectChecker_CheckConstantly, (RitualObjectChecker * __this, MethodInfo * method)); DO_APP_FUNC(0x00543CF0, bool, RitualObjectChecker_IsValid, (RitualObjectChecker * __this, MethodInfo * method)); DO_APP_FUNC(0x00544860, int32_t, RitualObjectChecker_GetRitualAnimalCountInWorld, (RitualObjectChecker * __this, MethodInfo * method)); DO_APP_FUNC(0x00545090, List_1_System_Int32_ *, RitualObjectChecker_GetRitualEggsInWorld, (RitualObjectChecker * __this, MethodInfo * method)); DO_APP_FUNC(0x00546300, List_1_System_Int32_ *, RitualObjectChecker_GetRitualBooksInWorld, (RitualObjectChecker * __this, MethodInfo * method)); DO_APP_FUNC(0x00547160, List_1_System_String_ *, RitualObjectChecker_GetRitualHeadsInWorld, (RitualObjectChecker * __this, MethodInfo * method)); DO_APP_FUNC(0x005488E0, void, RitualObjectChecker_OnDestroy, (RitualObjectChecker * __this, MethodInfo * method)); DO_APP_FUNC(0x005489C0, void, RitualObjectChecker__ctor, (RitualObjectChecker * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, RitualObjectChecker_CheckConstantly_d_10__ctor, (RitualObjectChecker_CheckConstantly_d_10 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RitualObjectChecker_CheckConstantly_d_10_System_IDisposable_Dispose, (RitualObjectChecker_CheckConstantly_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x00548A20, bool, RitualObjectChecker_CheckConstantly_d_10_MoveNext, (RitualObjectChecker_CheckConstantly_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, RitualObjectChecker_CheckConstantly_d_10_System_Collections_Generic_IEnumerator_System_Object__get_Current, (RitualObjectChecker_CheckConstantly_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x005495D0, void, RitualObjectChecker_CheckConstantly_d_10_System_Collections_IEnumerator_Reset, (RitualObjectChecker_CheckConstantly_d_10 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE54D0, RitualObjectChecker_CheckConstantly_d_10_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, RitualObjectChecker_CheckConstantly_d_10_System_Collections_IEnumerator_get_Current, (RitualObjectChecker_CheckConstantly_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x00549620, void, SecretEndingFadeIn_OnEnable, (SecretEndingFadeIn * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SecretEndingFadeIn__ctor, (SecretEndingFadeIn * __this, MethodInfo * method)); DO_APP_FUNC(0x00549660, void, SecretEndingFadeOut_OnEnable, (SecretEndingFadeOut * __this, MethodInfo * method)); DO_APP_FUNC(0x00549730, IEnumerator *, SecretEndingFadeOut_ReturnToMainMenu, (SecretEndingFadeOut * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SecretEndingFadeOut__ctor, (SecretEndingFadeOut * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SecretEndingFadeOut_ReturnToMainMenu_d_2__ctor, (SecretEndingFadeOut_ReturnToMainMenu_d_2 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SecretEndingFadeOut_ReturnToMainMenu_d_2_System_IDisposable_Dispose, (SecretEndingFadeOut_ReturnToMainMenu_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x005497D0, bool, SecretEndingFadeOut_ReturnToMainMenu_d_2_MoveNext, (SecretEndingFadeOut_ReturnToMainMenu_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SecretEndingFadeOut_ReturnToMainMenu_d_2_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SecretEndingFadeOut_ReturnToMainMenu_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00549920, void, SecretEndingFadeOut_ReturnToMainMenu_d_2_System_Collections_IEnumerator_Reset, (SecretEndingFadeOut_ReturnToMainMenu_d_2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE54C0, SecretEndingFadeOut_ReturnToMainMenu_d_2_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SecretEndingFadeOut_ReturnToMainMenu_d_2_System_Collections_IEnumerator_get_Current, (SecretEndingFadeOut_ReturnToMainMenu_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00549970, void, SetVersion_Start, (SetVersion * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SetVersion__ctor, (SetVersion * __this, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, SimpleMarker__ctor, (SimpleMarker * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AnimalGateSpawnPoint__ctor, (AnimalGateSpawnPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x00549A80, void, BloodPool_Awake, (BloodPool * __this, MethodInfo * method)); DO_APP_FUNC(0x00549D60, void, BloodPool_Start, (BloodPool * __this, MethodInfo * method)); DO_APP_FUNC(0x00549DC0, void, BloodPool_Update, (BloodPool * __this, MethodInfo * method)); DO_APP_FUNC(0x00549F70, void, BloodPool_OnBloodEffectsChanged, (BloodPool * __this, bool enabled, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE54A8, BloodPool_OnBloodEffectsChanged__MethodInfo); DO_APP_FUNC(0x0054A010, void, BloodPool_OnDestroy, (BloodPool * __this, MethodInfo * method)); DO_APP_FUNC(0x0054A0F0, void, BloodPool__ctor, (BloodPool * __this, MethodInfo * method)); DO_APP_FUNC(0x0054A150, void, FootstepBloodSplashController_Awake, (FootstepBloodSplashController * __this, MethodInfo * method)); DO_APP_FUNC(0x0054A2B0, void, FootstepBloodSplashController_OnBloodEffectsChanged, (FootstepBloodSplashController * __this, bool enabled, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5478, FootstepBloodSplashController_OnBloodEffectsChanged__MethodInfo); DO_APP_FUNC(0x0054A6E0, void, FootstepBloodSplashController_OnDestroy, (FootstepBloodSplashController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, FootstepBloodSplashController__ctor, (FootstepBloodSplashController * __this, MethodInfo * method)); DO_APP_FUNC(0x0054A7C0, void, FreezerRoomController_Awake, (FreezerRoomController * __this, MethodInfo * method)); DO_APP_FUNC(0x0054AB60, void, FreezerRoomController_Attached, (FreezerRoomController * __this, MethodInfo * method)); DO_APP_FUNC(0x0054B150, IEnumerator *, FreezerRoomController_WaitToResetRecentlyAttached, (FreezerRoomController * __this, MethodInfo * method)); DO_APP_FUNC(0x0054B1F0, void, FreezerRoomController_OnSwitch, (FreezerRoomController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5440, FreezerRoomController_OnSwitch__MethodInfo); DO_APP_FUNC(0x0054BD00, IEnumerator *, FreezerRoomController_Activate, (FreezerRoomController * __this, MethodInfo * method)); DO_APP_FUNC(0x0054BDA0, void, FreezerRoomController_SetActivationState, (FreezerRoomController * __this, bool activate, MethodInfo * method)); DO_APP_FUNC(0x0054C030, void, FreezerRoomController_IntroJumpScare, (FreezerRoomController * __this, MethodInfo * method)); DO_APP_FUNC(0x0054C0E0, void, FreezerRoomController_IntroMuteFreezerOnAudio, (FreezerRoomController * __this, MethodInfo * method)); DO_APP_FUNC(0x0054C180, void, FreezerRoomController_IntroEnd, (FreezerRoomController * __this, MethodInfo * method)); DO_APP_FUNC(0x0054C220, void, FreezerRoomController_LockDoors, (FreezerRoomController * __this, MethodInfo * method)); DO_APP_FUNC(0x0054C960, void, FreezerRoomController_UnlockDoors, (FreezerRoomController * __this, MethodInfo * method)); DO_APP_FUNC(0x0054CD70, IEnumerator *, FreezerRoomController_CheckStopPursueOnAzazel, (FreezerRoomController * __this, MethodInfo * method)); DO_APP_FUNC(0x0054CE10, bool, FreezerRoomController_IsActive, (FreezerRoomController * __this, MethodInfo * method)); DO_APP_FUNC(0x0054CE20, bool, FreezerRoomController_HasActivated, (FreezerRoomController * __this, MethodInfo * method)); DO_APP_FUNC(0x0054D0A0, void, FreezerRoomController_OnGlobalGoatBurnEvent, (FreezerRoomController * __this, int32_t number, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5448, FreezerRoomController_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x0054D230, void, FreezerRoomController_GetLocalCharacter, (FreezerRoomController * __this, MethodInfo * method)); DO_APP_FUNC(0x0054D3A0, void, FreezerRoomController_OnTriggerEnter, (FreezerRoomController * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x0054D800, void, FreezerRoomController_OnTriggerExit, (FreezerRoomController * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x0054DB90, IEnumerator *, FreezerRoomController_UpdateParticleSystem, (FreezerRoomController * __this, bool active, MethodInfo * method)); DO_APP_FUNC(0x0054DC50, void, FreezerRoomController_OnAnnaEnrageStart, (FreezerRoomController * __this, GameObject * anna, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5450, FreezerRoomController_OnAnnaEnrageStart__MethodInfo); DO_APP_FUNC(0x0054DD80, void, FreezerRoomController_OnAnnaEnrageEnd, (FreezerRoomController * __this, GameObject * anna, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5458, FreezerRoomController_OnAnnaEnrageEnd__MethodInfo); DO_APP_FUNC(0x0054DE00, int32_t, FreezerRoomController_GetTimeTillActivation, (FreezerRoomController * __this, MethodInfo * method)); DO_APP_FUNC(0x0054DEB0, IEnumerator *, FreezerRoomController_PeriodicallyActivate, (FreezerRoomController * __this, MethodInfo * method)); DO_APP_FUNC(0x0054DF50, bool, FreezerRoomController_IsPlayerInside, (FreezerRoomController * __this, GameObject * player, MethodInfo * method)); DO_APP_FUNC(0x0054DFF0, void, FreezerRoomController_Detached, (FreezerRoomController * __this, MethodInfo * method)); DO_APP_FUNC(0x0054E200, void, FreezerRoomController__ctor, (FreezerRoomController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, FreezerRoomController_WaitToResetRecentlyAttached_d_35__ctor, (FreezerRoomController_WaitToResetRecentlyAttached_d_35 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FreezerRoomController_WaitToResetRecentlyAttached_d_35_System_IDisposable_Dispose, (FreezerRoomController_WaitToResetRecentlyAttached_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x0054E4A0, bool, FreezerRoomController_WaitToResetRecentlyAttached_d_35_MoveNext, (FreezerRoomController_WaitToResetRecentlyAttached_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, FreezerRoomController_WaitToResetRecentlyAttached_d_35_System_Collections_Generic_IEnumerator_System_Object__get_Current, (FreezerRoomController_WaitToResetRecentlyAttached_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x0054E580, void, FreezerRoomController_WaitToResetRecentlyAttached_d_35_System_Collections_IEnumerator_Reset, (FreezerRoomController_WaitToResetRecentlyAttached_d_35 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE53B0, FreezerRoomController_WaitToResetRecentlyAttached_d_35_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, FreezerRoomController_WaitToResetRecentlyAttached_d_35_System_Collections_IEnumerator_get_Current, (FreezerRoomController_WaitToResetRecentlyAttached_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, FreezerRoomController_Activate_d_37__ctor, (FreezerRoomController_Activate_d_37 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FreezerRoomController_Activate_d_37_System_IDisposable_Dispose, (FreezerRoomController_Activate_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x0054E5D0, bool, FreezerRoomController_Activate_d_37_MoveNext, (FreezerRoomController_Activate_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, FreezerRoomController_Activate_d_37_System_Collections_Generic_IEnumerator_System_Object__get_Current, (FreezerRoomController_Activate_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x0054EF70, void, FreezerRoomController_Activate_d_37_System_Collections_IEnumerator_Reset, (FreezerRoomController_Activate_d_37 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE53A0, FreezerRoomController_Activate_d_37_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, FreezerRoomController_Activate_d_37_System_Collections_IEnumerator_get_Current, (FreezerRoomController_Activate_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, FreezerRoomController_CheckStopPursueOnAzazel_d_44__ctor, (FreezerRoomController_CheckStopPursueOnAzazel_d_44 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FreezerRoomController_CheckStopPursueOnAzazel_d_44_System_IDisposable_Dispose, (FreezerRoomController_CheckStopPursueOnAzazel_d_44 * __this, MethodInfo * method)); DO_APP_FUNC(0x0054EFC0, bool, FreezerRoomController_CheckStopPursueOnAzazel_d_44_MoveNext, (FreezerRoomController_CheckStopPursueOnAzazel_d_44 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, FreezerRoomController_CheckStopPursueOnAzazel_d_44_System_Collections_Generic_IEnumerator_System_Object__get_Current, (FreezerRoomController_CheckStopPursueOnAzazel_d_44 * __this, MethodInfo * method)); DO_APP_FUNC(0x0054F4D0, void, FreezerRoomController_CheckStopPursueOnAzazel_d_44_System_Collections_IEnumerator_Reset, (FreezerRoomController_CheckStopPursueOnAzazel_d_44 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5398, FreezerRoomController_CheckStopPursueOnAzazel_d_44_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, FreezerRoomController_CheckStopPursueOnAzazel_d_44_System_Collections_IEnumerator_get_Current, (FreezerRoomController_CheckStopPursueOnAzazel_d_44 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, FreezerRoomController_UpdateParticleSystem_d_51__ctor, (FreezerRoomController_UpdateParticleSystem_d_51 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FreezerRoomController_UpdateParticleSystem_d_51_System_IDisposable_Dispose, (FreezerRoomController_UpdateParticleSystem_d_51 * __this, MethodInfo * method)); DO_APP_FUNC(0x0054F520, bool, FreezerRoomController_UpdateParticleSystem_d_51_MoveNext, (FreezerRoomController_UpdateParticleSystem_d_51 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, FreezerRoomController_UpdateParticleSystem_d_51_System_Collections_Generic_IEnumerator_System_Object__get_Current, (FreezerRoomController_UpdateParticleSystem_d_51 * __this, MethodInfo * method)); DO_APP_FUNC(0x0054FB60, void, FreezerRoomController_UpdateParticleSystem_d_51_System_Collections_IEnumerator_Reset, (FreezerRoomController_UpdateParticleSystem_d_51 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5390, FreezerRoomController_UpdateParticleSystem_d_51_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, FreezerRoomController_UpdateParticleSystem_d_51_System_Collections_IEnumerator_get_Current, (FreezerRoomController_UpdateParticleSystem_d_51 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, FreezerRoomController_PeriodicallyActivate_d_55__ctor, (FreezerRoomController_PeriodicallyActivate_d_55 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FreezerRoomController_PeriodicallyActivate_d_55_System_IDisposable_Dispose, (FreezerRoomController_PeriodicallyActivate_d_55 * __this, MethodInfo * method)); DO_APP_FUNC(0x0054FBB0, bool, FreezerRoomController_PeriodicallyActivate_d_55_MoveNext, (FreezerRoomController_PeriodicallyActivate_d_55 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, FreezerRoomController_PeriodicallyActivate_d_55_System_Collections_Generic_IEnumerator_System_Object__get_Current, (FreezerRoomController_PeriodicallyActivate_d_55 * __this, MethodInfo * method)); DO_APP_FUNC(0x005500A0, void, FreezerRoomController_PeriodicallyActivate_d_55_System_Collections_IEnumerator_Reset, (FreezerRoomController_PeriodicallyActivate_d_55 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5388, FreezerRoomController_PeriodicallyActivate_d_55_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, FreezerRoomController_PeriodicallyActivate_d_55_System_Collections_IEnumerator_get_Current, (FreezerRoomController_PeriodicallyActivate_d_55 * __this, MethodInfo * method)); DO_APP_FUNC(0x005500F0, void, FreezerRoomLightController_Awake, (FreezerRoomLightController * __this, MethodInfo * method)); DO_APP_FUNC(0x00550190, void, FreezerRoomLightController_SetActive, (FreezerRoomLightController * __this, bool active, bool isFromAttached, MethodInfo * method)); DO_APP_FUNC(0x005502B0, void, FreezerRoomLightController_Update, (FreezerRoomLightController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, FreezerRoomLightController__ctor, (FreezerRoomLightController * __this, MethodInfo * method)); DO_APP_FUNC(0x005503D0, void, IntroNathan_Start, (IntroNathan * __this, MethodInfo * method)); DO_APP_FUNC(0x005503F0, void, IntroNathan_PlayEscapeClip, (IntroNathan * __this, MethodInfo * method)); DO_APP_FUNC(0x005504C0, void, IntroNathan_PlayFootStep, (IntroNathan * __this, int32_t footIndex, MethodInfo * method)); DO_APP_FUNC(0x005504F0, void, IntroNathan_PlayBoneSnap, (IntroNathan * __this, MethodInfo * method)); DO_APP_FUNC(0x00550560, void, IntroNathan_PlayClaws, (IntroNathan * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, IntroNathan__ctor, (IntroNathan * __this, MethodInfo * method)); DO_APP_FUNC(0x00550580, BoltEntity *, SlaughterhouseAltarController_get_playerCranking, (SlaughterhouseAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x00550590, void, SlaughterhouseAltarController_set_playerCranking, (SlaughterhouseAltarController * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x005505F0, void, SlaughterhouseAltarController_Awake, (SlaughterhouseAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005513B0, void, SlaughterhouseAltarController_Attached, (SlaughterhouseAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005517B0, void, SlaughterhouseAltarController_StartCrank, (SlaughterhouseAltarController * __this, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC(0x00551C60, IEnumerator *, SlaughterhouseAltarController_Cranking, (SlaughterhouseAltarController * __this, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC(0x00551D70, void, SlaughterhouseAltarController_StopCrank, (SlaughterhouseAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005521D0, float, SlaughterhouseAltarController_GetHookDistance, (SlaughterhouseAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x00552280, void, SlaughterhouseAltarController_OnActive, (SlaughterhouseAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x00552A00, void, SlaughterhouseAltarController_OnGoat, (SlaughterhouseAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x00552E10, void, SlaughterhouseAltarController_PlayHookSwing, (SlaughterhouseAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x00553000, IEnumerator *, SlaughterhouseAltarController_GrindingPig, (SlaughterhouseAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005530A0, IEnumerator *, SlaughterhouseAltarController_DestroyGoat, (SlaughterhouseAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x00553140, void, SlaughterhouseAltarController_OnNumObjectsBurnt, (SlaughterhouseAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x00553370, void, SlaughterhouseAltarController_OnIsLeverDown, (SlaughterhouseAltarController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE52D8, SlaughterhouseAltarController_OnIsLeverDown__MethodInfo); DO_APP_FUNC(0x00553640, void, SlaughterhouseAltarController_Update, (SlaughterhouseAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x00554330, void, SlaughterhouseAltarController_SkipToGoat, (SlaughterhouseAltarController * __this, int32_t number, MethodInfo * method)); DO_APP_FUNC(0x005546D0, void, SlaughterhouseAltarController_PullLever, (SlaughterhouseAltarController * __this, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC(0x00554C30, IEnumerator *, SlaughterhouseAltarController_FailedLeverPull, (SlaughterhouseAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x00554CD0, bool, SlaughterhouseAltarController_IsLeverDown, (SlaughterhouseAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x00554F50, bool, SlaughterhouseAltarController_IsHookMoving, (SlaughterhouseAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SlaughterhouseAltarController_IntroDone, (SlaughterhouseAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005551E0, Transform *, SlaughterhouseAltarController_GetPurgatorySpawnPoint, (SlaughterhouseAltarController * __this, NolanBehaviour * nolanBehaviour, bool isReset, MethodInfo * method)); DO_APP_FUNC(0x005556D0, void, SlaughterhouseAltarController_SpawnPurgatoryCorpses, (SlaughterhouseAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x00555DA0, void, SlaughterhouseAltarController_PurgatoryCorpseDied, (SlaughterhouseAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x00555F90, IEnumerator *, SlaughterhouseAltarController_TeleportPlayerBack, (SlaughterhouseAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x00556030, void, SlaughterhouseAltarController_SpawnPigs, (SlaughterhouseAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x00556BA0, void, SlaughterhouseAltarController_SpawnAnimalGateKeys, (SlaughterhouseAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x00556FA0, void, SlaughterhouseAltarController_SpawnFinalPigs, (SlaughterhouseAltarController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5318, SlaughterhouseAltarController_SpawnFinalPigs__MethodInfo); DO_APP_FUNC(0x00557350, void, SlaughterhouseAltarController_InsertPlayersIntoInitialPigs, (SlaughterhouseAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005575C0, void, SlaughterhouseAltarController_OnAzazelSpawned, (SlaughterhouseAltarController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5328, SlaughterhouseAltarController_OnAzazelSpawned__MethodInfo); DO_APP_FUNC(0x005577B0, void, SlaughterhouseAltarController_OnIsAzazelActive, (SlaughterhouseAltarController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE52E0, SlaughterhouseAltarController_OnIsAzazelActive__MethodInfo); DO_APP_FUNC(0x005578C0, void, SlaughterhouseAltarController_OnBloodEffectsChanged, (SlaughterhouseAltarController * __this, bool enabled, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5320, SlaughterhouseAltarController_OnBloodEffectsChanged__MethodInfo); DO_APP_FUNC(0x00557930, void, SlaughterhouseAltarController_OnDestroy, (SlaughterhouseAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x00557AE0, void, SlaughterhouseAltarController__ctor, (SlaughterhouseAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x00557CB0, void, SlaughterhouseAltarController__StopCrank_b__76_0, (SlaughterhouseAltarController * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5290, SlaughterhouseAltarController__StopCrank_b__76_0__MethodInfo); DO_APP_FUNC(0x00557F30, void, SlaughterhouseAltarController__StopCrank_b__76_1, (SlaughterhouseAltarController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5288, SlaughterhouseAltarController__StopCrank_b__76_1__MethodInfo); DO_APP_FUNC(0x005581B0, void, SlaughterhouseAltarController__PlayHookSwing_b__80_0, (SlaughterhouseAltarController * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5270, SlaughterhouseAltarController__PlayHookSwing_b__80_0__MethodInfo); DO_APP_FUNC(0x005581E0, void, SlaughterhouseAltarController_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SlaughterhouseAltarController_c__ctor, (SlaughterhouseAltarController_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00558290, AnimalGateSpawnPoint *, SlaughterhouseAltarController_c__Awake_b__72_0, (SlaughterhouseAltarController_c * __this, GameObject * go, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5310, SlaughterhouseAltarController_c__Awake_b__72_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, SlaughterhouseAltarController_Cranking_d_75__ctor, (SlaughterhouseAltarController_Cranking_d_75 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SlaughterhouseAltarController_Cranking_d_75_System_IDisposable_Dispose, (SlaughterhouseAltarController_Cranking_d_75 * __this, MethodInfo * method)); DO_APP_FUNC(0x005582E0, bool, SlaughterhouseAltarController_Cranking_d_75_MoveNext, (SlaughterhouseAltarController_Cranking_d_75 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SlaughterhouseAltarController_Cranking_d_75_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SlaughterhouseAltarController_Cranking_d_75 * __this, MethodInfo * method)); DO_APP_FUNC(0x00558D30, void, SlaughterhouseAltarController_Cranking_d_75_System_Collections_IEnumerator_Reset, (SlaughterhouseAltarController_Cranking_d_75 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE50F0, SlaughterhouseAltarController_Cranking_d_75_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SlaughterhouseAltarController_Cranking_d_75_System_Collections_IEnumerator_get_Current, (SlaughterhouseAltarController_Cranking_d_75 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SlaughterhouseAltarController_c_DisplayClass81_0__ctor, (SlaughterhouseAltarController_c_DisplayClass81_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00558D80, void, SlaughterhouseAltarController_c_DisplayClass81_0__GrindingPig_b__0, (SlaughterhouseAltarController_c_DisplayClass81_0 * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE50C0, SlaughterhouseAltarController_c_DisplayClass81_0__GrindingPig_b__0__MethodInfo); DO_APP_FUNC(0x005590B0, void, SlaughterhouseAltarController_c_DisplayClass81_0__GrindingPig_b__1, (SlaughterhouseAltarController_c_DisplayClass81_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE50B8, SlaughterhouseAltarController_c_DisplayClass81_0__GrindingPig_b__1__MethodInfo); DO_APP_FUNC(0x005594A0, void, SlaughterhouseAltarController_c_DisplayClass81_0__GrindingPig_b__2, (SlaughterhouseAltarController_c_DisplayClass81_0 * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE50E0, SlaughterhouseAltarController_c_DisplayClass81_0__GrindingPig_b__2__MethodInfo); DO_APP_FUNC(0x003BAD60, void, SlaughterhouseAltarController_GrindingPig_d_81__ctor, (SlaughterhouseAltarController_GrindingPig_d_81 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SlaughterhouseAltarController_GrindingPig_d_81_System_IDisposable_Dispose, (SlaughterhouseAltarController_GrindingPig_d_81 * __this, MethodInfo * method)); DO_APP_FUNC(0x005597D0, bool, SlaughterhouseAltarController_GrindingPig_d_81_MoveNext, (SlaughterhouseAltarController_GrindingPig_d_81 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SlaughterhouseAltarController_GrindingPig_d_81_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SlaughterhouseAltarController_GrindingPig_d_81 * __this, MethodInfo * method)); DO_APP_FUNC(0x0055A570, void, SlaughterhouseAltarController_GrindingPig_d_81_System_Collections_IEnumerator_Reset, (SlaughterhouseAltarController_GrindingPig_d_81 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE50A8, SlaughterhouseAltarController_GrindingPig_d_81_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SlaughterhouseAltarController_GrindingPig_d_81_System_Collections_IEnumerator_get_Current, (SlaughterhouseAltarController_GrindingPig_d_81 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SlaughterhouseAltarController_DestroyGoat_d_82__ctor, (SlaughterhouseAltarController_DestroyGoat_d_82 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SlaughterhouseAltarController_DestroyGoat_d_82_System_IDisposable_Dispose, (SlaughterhouseAltarController_DestroyGoat_d_82 * __this, MethodInfo * method)); DO_APP_FUNC(0x0055A5C0, bool, SlaughterhouseAltarController_DestroyGoat_d_82_MoveNext, (SlaughterhouseAltarController_DestroyGoat_d_82 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SlaughterhouseAltarController_DestroyGoat_d_82_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SlaughterhouseAltarController_DestroyGoat_d_82 * __this, MethodInfo * method)); DO_APP_FUNC(0x0055AA30, void, SlaughterhouseAltarController_DestroyGoat_d_82_System_Collections_IEnumerator_Reset, (SlaughterhouseAltarController_DestroyGoat_d_82 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5098, SlaughterhouseAltarController_DestroyGoat_d_82_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SlaughterhouseAltarController_DestroyGoat_d_82_System_Collections_IEnumerator_get_Current, (SlaughterhouseAltarController_DestroyGoat_d_82 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SlaughterhouseAltarController_FailedLeverPull_d_88__ctor, (SlaughterhouseAltarController_FailedLeverPull_d_88 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SlaughterhouseAltarController_FailedLeverPull_d_88_System_IDisposable_Dispose, (SlaughterhouseAltarController_FailedLeverPull_d_88 * __this, MethodInfo * method)); DO_APP_FUNC(0x0055AA80, bool, SlaughterhouseAltarController_FailedLeverPull_d_88_MoveNext, (SlaughterhouseAltarController_FailedLeverPull_d_88 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SlaughterhouseAltarController_FailedLeverPull_d_88_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SlaughterhouseAltarController_FailedLeverPull_d_88 * __this, MethodInfo * method)); DO_APP_FUNC(0x0055AC30, void, SlaughterhouseAltarController_FailedLeverPull_d_88_System_Collections_IEnumerator_Reset, (SlaughterhouseAltarController_FailedLeverPull_d_88 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5080, SlaughterhouseAltarController_FailedLeverPull_d_88_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SlaughterhouseAltarController_FailedLeverPull_d_88_System_Collections_IEnumerator_get_Current, (SlaughterhouseAltarController_FailedLeverPull_d_88 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SlaughterhouseAltarController_TeleportPlayerBack_d_95__ctor, (SlaughterhouseAltarController_TeleportPlayerBack_d_95 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SlaughterhouseAltarController_TeleportPlayerBack_d_95_System_IDisposable_Dispose, (SlaughterhouseAltarController_TeleportPlayerBack_d_95 * __this, MethodInfo * method)); DO_APP_FUNC(0x0055AC80, bool, SlaughterhouseAltarController_TeleportPlayerBack_d_95_MoveNext, (SlaughterhouseAltarController_TeleportPlayerBack_d_95 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SlaughterhouseAltarController_TeleportPlayerBack_d_95_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SlaughterhouseAltarController_TeleportPlayerBack_d_95 * __this, MethodInfo * method)); DO_APP_FUNC(0x0055B700, void, SlaughterhouseAltarController_TeleportPlayerBack_d_95_System_Collections_IEnumerator_Reset, (SlaughterhouseAltarController_TeleportPlayerBack_d_95 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5070, SlaughterhouseAltarController_TeleportPlayerBack_d_95_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SlaughterhouseAltarController_TeleportPlayerBack_d_95_System_Collections_IEnumerator_get_Current, (SlaughterhouseAltarController_TeleportPlayerBack_d_95 * __this, MethodInfo * method)); DO_APP_FUNC(0x0055B750, void, SlaughterhouseIntro_Attached, (SlaughterhouseIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SlaughterhouseIntro_Detached, (SlaughterhouseIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x0055BA70, IEnumerator *, SlaughterhouseIntro_WaitForLocalCharacter, (SlaughterhouseIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x0055BB10, void, SlaughterhouseIntro_SpawnIntroNathan, (SlaughterhouseIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x0055BFB0, IEnumerator *, SlaughterhouseIntro_ResetRecentlyAttached, (SlaughterhouseIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x0055C050, void, SlaughterhouseIntro_OnStep, (SlaughterhouseIntro * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5060, SlaughterhouseIntro_OnStep__MethodInfo); DO_APP_FUNC(0x0055C060, void, SlaughterhouseIntro_OnStepInternal, (SlaughterhouseIntro * __this, bool isFromAttached, MethodInfo * method)); DO_APP_FUNC(0x0055CAE0, IEnumerator *, SlaughterhouseIntro_SpawnIntroPigs, (SlaughterhouseIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x0055CB80, void, SlaughterhouseIntro_LockIntroDoors, (SlaughterhouseIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x0055CC10, void, SlaughterhouseIntro_StartIntro, (SlaughterhouseIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x0055D360, void, SlaughterhouseIntro_EndIntro, (SlaughterhouseIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x0055D570, IEnumerator *, SlaughterhouseIntro_OpenTruckShutter, (SlaughterhouseIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x0055D610, IEnumerator *, SlaughterhouseIntro_PigsEscape, (SlaughterhouseIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x0055D6B0, void, SlaughterhouseIntro_PigsEscapeTriggerEntered, (SlaughterhouseIntro * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4FB0, SlaughterhouseIntro_PigsEscapeTriggerEntered__MethodInfo); DO_APP_FUNC(0x0055D7C0, void, SlaughterhouseIntro_VentExitTriggerEntered, (SlaughterhouseIntro * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4FA8, SlaughterhouseIntro_VentExitTriggerEntered__MethodInfo); DO_APP_FUNC(0x0055D8D0, void, SlaughterhouseIntro_FreezerRoomActivationTriggerEntered, (SlaughterhouseIntro * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4FC0, SlaughterhouseIntro_FreezerRoomActivationTriggerEntered__MethodInfo); DO_APP_FUNC(0x0055DB80, void, SlaughterhouseIntro_AzazelNathanAgitateTriggerEntered, (SlaughterhouseIntro * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4FD8, SlaughterhouseIntro_AzazelNathanAgitateTriggerEntered__MethodInfo); DO_APP_FUNC(0x0055DC90, void, SlaughterhouseIntro_AzazelNathanExitTriggerEntered, (SlaughterhouseIntro * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4FC8, SlaughterhouseIntro_AzazelNathanExitTriggerEntered__MethodInfo); DO_APP_FUNC(0x0055DDA0, IEnumerator *, SlaughterhouseIntro_FinishIntro, (SlaughterhouseIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x0055DE40, void, SlaughterhouseIntro_PigsEscapeImmediatelyTriggerEntered, (SlaughterhouseIntro * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4FB8, SlaughterhouseIntro_PigsEscapeImmediatelyTriggerEntered__MethodInfo); DO_APP_FUNC(0x0055DE50, void, SlaughterhouseIntro__ctor, (SlaughterhouseIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SlaughterhouseIntro_WaitForLocalCharacter_d_40__ctor, (SlaughterhouseIntro_WaitForLocalCharacter_d_40 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SlaughterhouseIntro_WaitForLocalCharacter_d_40_System_IDisposable_Dispose, (SlaughterhouseIntro_WaitForLocalCharacter_d_40 * __this, MethodInfo * method)); DO_APP_FUNC(0x0055DEB0, bool, SlaughterhouseIntro_WaitForLocalCharacter_d_40_MoveNext, (SlaughterhouseIntro_WaitForLocalCharacter_d_40 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SlaughterhouseIntro_WaitForLocalCharacter_d_40_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SlaughterhouseIntro_WaitForLocalCharacter_d_40 * __this, MethodInfo * method)); DO_APP_FUNC(0x0055E4F0, void, SlaughterhouseIntro_WaitForLocalCharacter_d_40_System_Collections_IEnumerator_Reset, (SlaughterhouseIntro_WaitForLocalCharacter_d_40 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4F48, SlaughterhouseIntro_WaitForLocalCharacter_d_40_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SlaughterhouseIntro_WaitForLocalCharacter_d_40_System_Collections_IEnumerator_get_Current, (SlaughterhouseIntro_WaitForLocalCharacter_d_40 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SlaughterhouseIntro_ResetRecentlyAttached_d_42__ctor, (SlaughterhouseIntro_ResetRecentlyAttached_d_42 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SlaughterhouseIntro_ResetRecentlyAttached_d_42_System_IDisposable_Dispose, (SlaughterhouseIntro_ResetRecentlyAttached_d_42 * __this, MethodInfo * method)); DO_APP_FUNC(0x0055E540, bool, SlaughterhouseIntro_ResetRecentlyAttached_d_42_MoveNext, (SlaughterhouseIntro_ResetRecentlyAttached_d_42 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SlaughterhouseIntro_ResetRecentlyAttached_d_42_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SlaughterhouseIntro_ResetRecentlyAttached_d_42 * __this, MethodInfo * method)); DO_APP_FUNC(0x0055E620, void, SlaughterhouseIntro_ResetRecentlyAttached_d_42_System_Collections_IEnumerator_Reset, (SlaughterhouseIntro_ResetRecentlyAttached_d_42 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4F38, SlaughterhouseIntro_ResetRecentlyAttached_d_42_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SlaughterhouseIntro_ResetRecentlyAttached_d_42_System_Collections_IEnumerator_get_Current, (SlaughterhouseIntro_ResetRecentlyAttached_d_42 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SlaughterhouseIntro_SpawnIntroPigs_d_45__ctor, (SlaughterhouseIntro_SpawnIntroPigs_d_45 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SlaughterhouseIntro_SpawnIntroPigs_d_45_System_IDisposable_Dispose, (SlaughterhouseIntro_SpawnIntroPigs_d_45 * __this, MethodInfo * method)); DO_APP_FUNC(0x0055E670, bool, SlaughterhouseIntro_SpawnIntroPigs_d_45_MoveNext, (SlaughterhouseIntro_SpawnIntroPigs_d_45 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SlaughterhouseIntro_SpawnIntroPigs_d_45_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SlaughterhouseIntro_SpawnIntroPigs_d_45 * __this, MethodInfo * method)); DO_APP_FUNC(0x0055EBC0, void, SlaughterhouseIntro_SpawnIntroPigs_d_45_System_Collections_IEnumerator_Reset, (SlaughterhouseIntro_SpawnIntroPigs_d_45 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4F20, SlaughterhouseIntro_SpawnIntroPigs_d_45_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SlaughterhouseIntro_SpawnIntroPigs_d_45_System_Collections_IEnumerator_get_Current, (SlaughterhouseIntro_SpawnIntroPigs_d_45 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SlaughterhouseIntro_OpenTruckShutter_d_49__ctor, (SlaughterhouseIntro_OpenTruckShutter_d_49 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SlaughterhouseIntro_OpenTruckShutter_d_49_System_IDisposable_Dispose, (SlaughterhouseIntro_OpenTruckShutter_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x0055EC10, bool, SlaughterhouseIntro_OpenTruckShutter_d_49_MoveNext, (SlaughterhouseIntro_OpenTruckShutter_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SlaughterhouseIntro_OpenTruckShutter_d_49_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SlaughterhouseIntro_OpenTruckShutter_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x0055EE20, void, SlaughterhouseIntro_OpenTruckShutter_d_49_System_Collections_IEnumerator_Reset, (SlaughterhouseIntro_OpenTruckShutter_d_49 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4F18, SlaughterhouseIntro_OpenTruckShutter_d_49_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SlaughterhouseIntro_OpenTruckShutter_d_49_System_Collections_IEnumerator_get_Current, (SlaughterhouseIntro_OpenTruckShutter_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SlaughterhouseIntro_PigsEscape_d_50__ctor, (SlaughterhouseIntro_PigsEscape_d_50 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SlaughterhouseIntro_PigsEscape_d_50_System_IDisposable_Dispose, (SlaughterhouseIntro_PigsEscape_d_50 * __this, MethodInfo * method)); DO_APP_FUNC(0x0055EE70, bool, SlaughterhouseIntro_PigsEscape_d_50_MoveNext, (SlaughterhouseIntro_PigsEscape_d_50 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SlaughterhouseIntro_PigsEscape_d_50_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SlaughterhouseIntro_PigsEscape_d_50 * __this, MethodInfo * method)); DO_APP_FUNC(0x0055F490, void, SlaughterhouseIntro_PigsEscape_d_50_System_Collections_IEnumerator_Reset, (SlaughterhouseIntro_PigsEscape_d_50 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4EE8, SlaughterhouseIntro_PigsEscape_d_50_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SlaughterhouseIntro_PigsEscape_d_50_System_Collections_IEnumerator_get_Current, (SlaughterhouseIntro_PigsEscape_d_50 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SlaughterhouseIntro_FinishIntro_d_56__ctor, (SlaughterhouseIntro_FinishIntro_d_56 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SlaughterhouseIntro_FinishIntro_d_56_System_IDisposable_Dispose, (SlaughterhouseIntro_FinishIntro_d_56 * __this, MethodInfo * method)); DO_APP_FUNC(0x0055F4E0, bool, SlaughterhouseIntro_FinishIntro_d_56_MoveNext, (SlaughterhouseIntro_FinishIntro_d_56 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SlaughterhouseIntro_FinishIntro_d_56_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SlaughterhouseIntro_FinishIntro_d_56 * __this, MethodInfo * method)); DO_APP_FUNC(0x0055FBB0, void, SlaughterhouseIntro_FinishIntro_d_56_System_Collections_IEnumerator_Reset, (SlaughterhouseIntro_FinishIntro_d_56 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4ED0, SlaughterhouseIntro_FinishIntro_d_56_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SlaughterhouseIntro_FinishIntro_d_56_System_Collections_IEnumerator_get_Current, (SlaughterhouseIntro_FinishIntro_d_56 * __this, MethodInfo * method)); DO_APP_FUNC(0x0055FC00, void, SlaughterhousePurgatory_Awake, (SlaughterhousePurgatory * __this, MethodInfo * method)); DO_APP_FUNC(0x005603A0, SlaughterhouseTrap__Array *, SlaughterhousePurgatory_GetTraps, (SlaughterhousePurgatory * __this, int32_t mazeIndex, MethodInfo * method)); DO_APP_FUNC(0x005603D0, Transform__Array *, SlaughterhousePurgatory_GetCorpseSpawnPoints, (SlaughterhousePurgatory * __this, int32_t mazeIndex, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SlaughterhousePurgatory__ctor, (SlaughterhousePurgatory * __this, MethodInfo * method)); DO_APP_FUNC(0x00560400, void, SlaughterhouseTrap_Start, (SlaughterhouseTrap * __this, MethodInfo * method)); DO_APP_FUNC(0x005605B0, void, SlaughterhouseTrap_Activate, (SlaughterhouseTrap * __this, MethodInfo * method)); DO_APP_FUNC(0x005607A0, void, SlaughterhouseTrap_Deactivate, (SlaughterhouseTrap * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SlaughterhouseTrap__ctor, (SlaughterhouseTrap * __this, MethodInfo * method)); DO_APP_FUNC(0x00560910, void, SlaughterhouseTrapBearTrap_Awake, (SlaughterhouseTrapBearTrap * __this, MethodInfo * method)); DO_APP_FUNC(0x00560A30, void, SlaughterhouseTrapBearTrap_OnTriggerEnter, (SlaughterhouseTrapBearTrap * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SlaughterhouseTrapBearTrap__ctor, (SlaughterhouseTrapBearTrap * __this, MethodInfo * method)); DO_APP_FUNC(0x00560E80, void, SlaughterhouseTrapCattleFlamethrower_OnEnable, (SlaughterhouseTrapCattleFlamethrower * __this, MethodInfo * method)); DO_APP_FUNC(0x00561680, IEnumerator *, SlaughterhouseTrapCattleFlamethrower_TimeFlamethrower, (SlaughterhouseTrapCattleFlamethrower * __this, MethodInfo * method)); DO_APP_FUNC(0x00561720, void, SlaughterhouseTrapCattleFlamethrower_OnDisable, (SlaughterhouseTrapCattleFlamethrower * __this, MethodInfo * method)); DO_APP_FUNC(0x00561990, void, SlaughterhouseTrapCattleFlamethrower__ctor, (SlaughterhouseTrapCattleFlamethrower * __this, MethodInfo * method)); DO_APP_FUNC(0x00561C70, void, SlaughterhouseTrapCattleFlamethrower__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SlaughterhouseTrapCattleFlamethrower_TimeFlamethrower_d_13__ctor, (SlaughterhouseTrapCattleFlamethrower_TimeFlamethrower_d_13 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SlaughterhouseTrapCattleFlamethrower_TimeFlamethrower_d_13_System_IDisposable_Dispose, (SlaughterhouseTrapCattleFlamethrower_TimeFlamethrower_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x00561CD0, bool, SlaughterhouseTrapCattleFlamethrower_TimeFlamethrower_d_13_MoveNext, (SlaughterhouseTrapCattleFlamethrower_TimeFlamethrower_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SlaughterhouseTrapCattleFlamethrower_TimeFlamethrower_d_13_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SlaughterhouseTrapCattleFlamethrower_TimeFlamethrower_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x005620F0, void, SlaughterhouseTrapCattleFlamethrower_TimeFlamethrower_d_13_System_Collections_IEnumerator_Reset, (SlaughterhouseTrapCattleFlamethrower_TimeFlamethrower_d_13 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4E00, SlaughterhouseTrapCattleFlamethrower_TimeFlamethrower_d_13_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SlaughterhouseTrapCattleFlamethrower_TimeFlamethrower_d_13_System_Collections_IEnumerator_get_Current, (SlaughterhouseTrapCattleFlamethrower_TimeFlamethrower_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x00562140, void, SpawnFirstDemon_OnTriggerEnter, (SpawnFirstDemon * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SpawnFirstDemon__ctor, (SpawnFirstDemon * __this, MethodInfo * method)); DO_APP_FUNC(0x005623F0, void, StartPetAITrigger_OnTriggerEnter, (StartPetAITrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, StartPetAITrigger__ctor, (StartPetAITrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x005625B0, SteamInventoryManager *, SteamInventoryManager_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x005625F0, bool, SteamInventoryManager_get_resendClientInventory, (SteamInventoryManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00562600, void, SteamInventoryManager_set_resendClientInventory, (SteamInventoryManager * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00562610, bool, SteamInventoryManager_get_noItems, (SteamInventoryManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00562620, void, SteamInventoryManager_set_noItems, (SteamInventoryManager * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00562630, void, SteamInventoryManager_Awake, (SteamInventoryManager * __this, MethodInfo * method)); DO_APP_FUNC(0x005629C0, void, SteamInventoryManager_OnEnable, (SteamInventoryManager * __this, MethodInfo * method)); DO_APP_FUNC(0x005634D0, void, SteamInventoryManager_OnDisable, (SteamInventoryManager * __this, MethodInfo * method)); DO_APP_FUNC(0x005634E0, void, SteamInventoryManager_RequestSteamCatalog, (SteamInventoryManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00563620, void, SteamInventoryManager_RequestUserInventoryItems, (SteamInventoryManager * __this, UnityAction * action, MethodInfo * method)); DO_APP_FUNC(0x003C5420, List_1_SteamInventoryItem_ *, SteamInventoryManager_GetSteamCatalogItems, (SteamInventoryManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, List_1_Steamworks_SteamItemDef_t_ *, SteamInventoryManager_GetUserInventoryItems, (SteamInventoryManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00563880, void, SteamInventoryManager_GetNumItemsWithPrices, (SteamInventoryManager * __this, String * localCurrency, EResult__Enum result, MethodInfo * method)); DO_APP_FUNC(0x00563BD0, void, SteamInventoryManager_GetResultItems, (SteamInventoryManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00564B30, bool, SteamInventoryManager_HasRetrievedSteamCatalog, (SteamInventoryManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00564B80, bool, SteamInventoryManager_HasRetrievedUserInventoryItems, (SteamInventoryManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00564B90, void, SteamInventoryManager_ClearRetrievedUserInventoryItems, (SteamInventoryManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00564BA0, void, SteamInventoryManager_SetServerValidationResult, (SteamInventoryManager * __this, SteamInventoryResult_t result, MethodInfo * method)); DO_APP_FUNC(0x00564BB0, void, SteamInventoryManager_OnSteamInventoryResultReady, (SteamInventoryManager * __this, SteamInventoryResultReady_t pCallback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4D18, SteamInventoryManager_OnSteamInventoryResultReady__MethodInfo); DO_APP_FUNC(0x00565170, void, SteamInventoryManager_OnSteamInventoryFullUpdate, (SteamInventoryManager * __this, SteamInventoryFullUpdate_t pCallback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4D28, SteamInventoryManager_OnSteamInventoryFullUpdate__MethodInfo); DO_APP_FUNC(0x005652D0, void, SteamInventoryManager_OnSteamInventoryDefinitionUpdate, (SteamInventoryManager * __this, SteamInventoryDefinitionUpdate_t pCallback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4D30, SteamInventoryManager_OnSteamInventoryDefinitionUpdate__MethodInfo); DO_APP_FUNC(0x005653F0, void, SteamInventoryManager_OnSteamInventoryStartPurchaseResult, (SteamInventoryManager * __this, SteamInventoryStartPurchaseResult_t pCallback, bool bIOFailure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4D10, SteamInventoryManager_OnSteamInventoryStartPurchaseResult__MethodInfo); DO_APP_FUNC(0x005657C0, void, SteamInventoryManager_OnSteamInventoryRequestPricesResult, (SteamInventoryManager * __this, SteamInventoryRequestPricesResult_t pCallback, bool bIOFailure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4D20, SteamInventoryManager_OnSteamInventoryRequestPricesResult__MethodInfo); DO_APP_FUNC(0x00565B20, String *, SteamInventoryManager_FormatCurrency, (Decimal amount, String * currencyCode, MethodInfo * method)); DO_APP_FUNC(0x00566010, void, SteamInventoryManager_OnApplicationQuit, (SteamInventoryManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00566020, bool, SteamInventoryManager_GetSerializedResult, (SteamInventoryManager * __this, Byte__Array * * res, MethodInfo * method)); DO_APP_FUNC(0x00566270, void, SteamInventoryManager_DestroyResult, (SteamInventoryManager * __this, MethodInfo * method)); DO_APP_FUNC(0x005663C0, void, SteamInventoryManager_StartPurchase, (SteamInventoryManager * __this, int32_t steamItemDefID, UnityAction * action, MethodInfo * method)); DO_APP_FUNC(0x005665F0, void, SteamInventoryManager_AddPromoItem, (SteamInventoryManager * __this, int32_t steamItemDefID, UnityAction * action, MethodInfo * method)); DO_APP_FUNC(0x00566710, IEnumerator *, SteamInventoryManager_AddPromoItemInternal, (SteamInventoryManager * __this, int32_t steamItemDefID, UnityAction * action, MethodInfo * method)); DO_APP_FUNC(0x00566830, IEnumerator *, SteamInventoryManager_AddPromoItemTimeout, (SteamInventoryManager * __this, MethodInfo * method)); DO_APP_FUNC(0x005668D0, bool, SteamInventoryManager_UserHasItem, (SteamInventoryManager * __this, int32_t steamItemDefID, MethodInfo * method)); DO_APP_FUNC(0x00566990, void, SteamInventoryManager_GrantPromoItems, (SteamInventoryManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00566AB0, void, SteamInventoryManager_SetResendInventory, (SteamInventoryManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00566BE0, void, SteamInventoryManager_ClearResendInventory, (SteamInventoryManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00566BF0, bool, SteamInventoryManager_TakeAddPromoItemLock, (SteamInventoryManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00566C00, void, SteamInventoryManager__ctor, (SteamInventoryManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00566E80, void, SteamInventoryManager_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SteamInventoryManager_c__ctor, (SteamInventoryManager_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00566F30, SteamItemDef_t, SteamInventoryManager_c__GetResultItems_b__34_0, (SteamInventoryManager_c * __this, SteamItemDetails_t x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4C10, SteamInventoryManager_c__GetResultItems_b__34_0__MethodInfo); DO_APP_FUNC(0x003D7F50, int32_t, SteamInventoryManager_c__GetResultItems_b__34_1, (SteamInventoryManager_c * __this, SteamItemDef_t x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4C08, SteamInventoryManager_c__GetResultItems_b__34_1__MethodInfo); DO_APP_FUNC(0x00566F40, _f_AnonymousType3_2_System_Globalization_CultureInfo_System_Globalization_RegionInfo_ *, SteamInventoryManager_c__FormatCurrency_b__44_0, (SteamInventoryManager_c * __this, CultureInfo * c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4A30, SteamInventoryManager_c__FormatCurrency_b__44_0__MethodInfo); DO_APP_FUNC(0x00567230, CultureInfo *, SteamInventoryManager_c__FormatCurrency_b__44_2, (SteamInventoryManager_c * __this, _f_AnonymousType3_2_System_Globalization_CultureInfo_System_Globalization_RegionInfo_ * __h__TransparentIdentifier0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4A20, SteamInventoryManager_c__FormatCurrency_b__44_2__MethodInfo); DO_APP_FUNC(0x003AC050, void, SteamInventoryManager_c_DisplayClass44_0__ctor, (SteamInventoryManager_c_DisplayClass44_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00567270, bool, SteamInventoryManager_c_DisplayClass44_0__FormatCurrency_b__1, (SteamInventoryManager_c_DisplayClass44_0 * __this, _f_AnonymousType3_2_System_Globalization_CultureInfo_System_Globalization_RegionInfo_ * __h__TransparentIdentifier0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4A10, SteamInventoryManager_c_DisplayClass44_0__FormatCurrency_b__1__MethodInfo); DO_APP_FUNC(0x003BAD60, void, SteamInventoryManager_AddPromoItemInternal_d_50__ctor, (SteamInventoryManager_AddPromoItemInternal_d_50 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SteamInventoryManager_AddPromoItemInternal_d_50_System_IDisposable_Dispose, (SteamInventoryManager_AddPromoItemInternal_d_50 * __this, MethodInfo * method)); DO_APP_FUNC(0x00567350, bool, SteamInventoryManager_AddPromoItemInternal_d_50_MoveNext, (SteamInventoryManager_AddPromoItemInternal_d_50 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SteamInventoryManager_AddPromoItemInternal_d_50_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SteamInventoryManager_AddPromoItemInternal_d_50 * __this, MethodInfo * method)); DO_APP_FUNC(0x00567660, void, SteamInventoryManager_AddPromoItemInternal_d_50_System_Collections_IEnumerator_Reset, (SteamInventoryManager_AddPromoItemInternal_d_50 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE48C0, SteamInventoryManager_AddPromoItemInternal_d_50_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SteamInventoryManager_AddPromoItemInternal_d_50_System_Collections_IEnumerator_get_Current, (SteamInventoryManager_AddPromoItemInternal_d_50 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SteamInventoryManager_AddPromoItemTimeout_d_51__ctor, (SteamInventoryManager_AddPromoItemTimeout_d_51 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SteamInventoryManager_AddPromoItemTimeout_d_51_System_IDisposable_Dispose, (SteamInventoryManager_AddPromoItemTimeout_d_51 * __this, MethodInfo * method)); DO_APP_FUNC(0x005676B0, bool, SteamInventoryManager_AddPromoItemTimeout_d_51_MoveNext, (SteamInventoryManager_AddPromoItemTimeout_d_51 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SteamInventoryManager_AddPromoItemTimeout_d_51_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SteamInventoryManager_AddPromoItemTimeout_d_51 * __this, MethodInfo * method)); DO_APP_FUNC(0x00567870, void, SteamInventoryManager_AddPromoItemTimeout_d_51_System_Collections_IEnumerator_Reset, (SteamInventoryManager_AddPromoItemTimeout_d_51 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE48B8, SteamInventoryManager_AddPromoItemTimeout_d_51_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SteamInventoryManager_AddPromoItemTimeout_d_51_System_Collections_IEnumerator_get_Current, (SteamInventoryManager_AddPromoItemTimeout_d_51 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SteamInventoryItem__ctor, (SteamInventoryItem * __this, MethodInfo * method)); DO_APP_FUNC(0x005678C0, void, SteamInventoryValidator_SetupPlayer, (SteamInventoryValidator * __this, uint32_t connectionId, String * steamID, MethodInfo * method)); DO_APP_FUNC(0x00567BB0, void, SteamInventoryValidator_Validate, (SteamInventoryValidator * __this, uint32_t connectionId, Byte__Array * serializedResult, MethodInfo * method)); DO_APP_FUNC(0x00568160, IEnumerator *, SteamInventoryValidator_WaitForValidateCompletion, (SteamInventoryValidator * __this, uint32_t connectionId, int32_t playerIndex, SteamInventoryResult_t resultHandle, MethodInfo * method)); DO_APP_FUNC(0x00568230, IEnumerator *, SteamInventoryValidator_ContinueValidate, (SteamInventoryValidator * __this, uint32_t connectionId, int32_t playerIndex, SteamInventoryResult_t resultHandle, MethodInfo * method)); DO_APP_FUNC(0x00568300, void, SteamInventoryValidator_Invalidate, (SteamInventoryValidator * __this, uint32_t connectionId, MethodInfo * method)); DO_APP_FUNC(0x00568650, void, SteamInventoryValidator_AttachCharacter, (SteamInventoryValidator * __this, uint32_t connectionId, BoltEntity * character, MethodInfo * method)); DO_APP_FUNC(0x005688C0, void, SteamInventoryValidator_Disconnected, (SteamInventoryValidator * __this, uint32_t connectionId, MethodInfo * method)); DO_APP_FUNC(0x00568B30, int32_t, SteamInventoryValidator_GetPlayerIndex, (SteamInventoryValidator * __this, uint32_t connectionId, MethodInfo * method)); DO_APP_FUNC(0x00568D30, bool, SteamInventoryValidator_IsPlayerPending, (SteamInventoryValidator * __this, uint32_t connectionId, MethodInfo * method)); DO_APP_FUNC(0x00569050, bool, SteamInventoryValidator_PlayerHasItem, (SteamInventoryValidator * __this, uint32_t connectionId, int32_t steamItemDefID, MethodInfo * method)); DO_APP_FUNC(0x00569310, void, SteamInventoryValidator_ResetInventoryPlayer, (SteamInventoryValidator * __this, int32_t playerIndex, MethodInfo * method)); DO_APP_FUNC(0x00569500, void, SteamInventoryValidator_UpdatePlayerConnectionId, (SteamInventoryValidator * __this, String * steamID, uint32_t connectionId, MethodInfo * method)); DO_APP_FUNC(0x005697E0, void, SteamInventoryValidator_RemoveDisconnectedPlayers, (SteamInventoryValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x00569C30, void, SteamInventoryValidator__ctor, (SteamInventoryValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SteamInventoryValidator_WaitForValidateCompletion_d_3__ctor, (SteamInventoryValidator_WaitForValidateCompletion_d_3 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SteamInventoryValidator_WaitForValidateCompletion_d_3_System_IDisposable_Dispose, (SteamInventoryValidator_WaitForValidateCompletion_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00569C80, bool, SteamInventoryValidator_WaitForValidateCompletion_d_3_MoveNext, (SteamInventoryValidator_WaitForValidateCompletion_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SteamInventoryValidator_WaitForValidateCompletion_d_3_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SteamInventoryValidator_WaitForValidateCompletion_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00569E70, void, SteamInventoryValidator_WaitForValidateCompletion_d_3_System_Collections_IEnumerator_Reset, (SteamInventoryValidator_WaitForValidateCompletion_d_3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4848, SteamInventoryValidator_WaitForValidateCompletion_d_3_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SteamInventoryValidator_WaitForValidateCompletion_d_3_System_Collections_IEnumerator_get_Current, (SteamInventoryValidator_WaitForValidateCompletion_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00569EC0, void, SteamInventoryValidator_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SteamInventoryValidator_c__ctor, (SteamInventoryValidator_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00566F30, int32_t, SteamInventoryValidator_c__ContinueValidate_b__4_0, (SteamInventoryValidator_c * __this, SteamItemDetails_t x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4810, SteamInventoryValidator_c__ContinueValidate_b__4_0__MethodInfo); DO_APP_FUNC(0x00569F70, uint32_t, SteamInventoryValidator_c__RemoveDisconnectedPlayers_b__13_0, (SteamInventoryValidator_c * __this, BoltConnection * client, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4860, SteamInventoryValidator_c__RemoveDisconnectedPlayers_b__13_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, SteamInventoryValidator_ContinueValidate_d_4__ctor, (SteamInventoryValidator_ContinueValidate_d_4 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SteamInventoryValidator_ContinueValidate_d_4_System_IDisposable_Dispose, (SteamInventoryValidator_ContinueValidate_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00569FA0, bool, SteamInventoryValidator_ContinueValidate_d_4_MoveNext, (SteamInventoryValidator_ContinueValidate_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SteamInventoryValidator_ContinueValidate_d_4_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SteamInventoryValidator_ContinueValidate_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x0056B3A0, void, SteamInventoryValidator_ContinueValidate_d_4_System_Collections_IEnumerator_Reset, (SteamInventoryValidator_ContinueValidate_d_4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE47D8, SteamInventoryValidator_ContinueValidate_d_4_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SteamInventoryValidator_ContinueValidate_d_4_System_Collections_IEnumerator_get_Current, (SteamInventoryValidator_ContinueValidate_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SteamNews__ctor, (SteamNews * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AppNews__ctor, (AppNews * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NewsItem__ctor, (NewsItem * __this, MethodInfo * method)); DO_APP_FUNC(0x0056B3F0, SteamManager *, SteamManager_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x0056B590, bool, SteamManager_get_Initialized, (MethodInfo * method)); DO_APP_FUNC(0x0056B730, void, SteamManager_SteamAPIDebugTextHook, (int32_t nSeverity, StringBuilder * pchDebugText, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7A30, SteamManager_SteamAPIDebugTextHook__MethodInfo); DO_APP_FUNC(0x0056B780, void, SteamManager_InitOnPlayMode, (MethodInfo * method)); DO_APP_FUNC(0x0056B830, void, SteamManager_Awake, (SteamManager * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7A50, SteamManager_Awake__MethodInfo); DO_APP_FUNC(0x0056BE80, void, SteamManager_OnEnable, (SteamManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0056C280, void, SteamManager_OnDestroy, (SteamManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0056C530, void, SteamManager_Update, (SteamManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0056C590, void, SteamManager__ctor, (SteamManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0056C5E0, void, SteamInventoryResultStreamable_Read, (Byte__Array * data, bool * containsResult, Byte__Array * * serializedResult, MethodInfo * method)); DO_APP_FUNC(0x0056C6E0, Byte__Array *, SteamInventoryResultStreamable_Write, (bool containsResult, Byte__Array * serializedResult, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, Survival_set_sceneName, (Survival * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, Survival_get_sceneName, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x0056C780, void, Survival_Awake, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x0056E9B0, void, Survival_Start, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x0056EE60, void, Survival_SceneLoadLocalDone, (Survival * __this, String * scene, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00570B90, void, Survival_Disconnected, (Survival * __this, BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00570D00, void, Survival_OnGlobalGoatBurnEvent, (Survival * __this, int32_t numObjectsBurned, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7908, Survival_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x00571200, void, Survival_OnGlobalGoatBurnWeather, (Survival * __this, int32_t numObjectsBurned, MethodInfo * method)); DO_APP_FUNC(0x00571770, IEnumerator *, Survival_DarkenSky, (Survival * __this, int32_t numObjectsBurned, MethodInfo * method)); DO_APP_FUNC(0x00571820, void, Survival_OnKnockoutEvent, (Survival * __this, BoltEntity * killedBy, BoltEntity * playerKilled, bool usingPoison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE78F0, Survival_OnKnockoutEvent__MethodInfo); DO_APP_FUNC(0x00571F90, void, Survival_OnKnockoutBoxEvent, (Survival * __this, String * killedBy, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE78F8, Survival_OnKnockoutBoxEvent__MethodInfo); DO_APP_FUNC(0x005722E0, IEnumerator *, Survival_GameOverCheck, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x00572380, void, Survival_OnEndingEvent, (Survival * __this, int32_t ending, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7918, Survival_OnEndingEvent__MethodInfo); DO_APP_FUNC(0x00572600, IEnumerator *, Survival_TriggerFailEnding, (Survival * __this, int32_t ending, MethodInfo * method)); DO_APP_FUNC(0x005726B0, IEnumerator *, Survival_TriggerWinEnding, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x00572750, void, Survival_SpawnCrawlers, (Survival * __this, int32_t amount, MethodInfo * method)); DO_APP_FUNC(0x00573C10, IEnumerator *, Survival_SpawnExtraDemons, (Survival * __this, int32_t demonsSpawned, int32_t numDemonsToSpawn, MethodInfo * method)); DO_APP_FUNC(0x00573CD0, IEnumerator *, Survival_SpawnExtraCrows, (Survival * __this, int32_t crowsSpawned, int32_t numCrowsToSpawn, MethodInfo * method)); DO_APP_FUNC(0x00573D90, CrowBehaviour *, Survival_SpawnCrow, (Survival * __this, GameObject * perch, MethodInfo * method)); DO_APP_FUNC(0x00574600, void, Survival_SpawnFoodSources, (Survival * __this, int32_t amount, MethodInfo * method)); DO_APP_FUNC(0x00575020, IEnumerator *, Survival_SpawnExtraFoodSources, (Survival * __this, int32_t foodSourcesSpawned, int32_t amount, MethodInfo * method)); DO_APP_FUNC(0x005750E0, void, Survival_StartFoodSourceAI, (Survival * __this, BoltEntity * foodSource, MethodInfo * method)); DO_APP_FUNC(0x00575390, bool, Survival_GetDemonSpawnPoint, (Survival * __this, GameObject * * spawnPoint, MethodInfo * method)); DO_APP_FUNC(0x00575B40, void, Survival_OnDestroy, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x00576040, IEnumerator *, Survival_StartGameDebug, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x005760E0, void, Survival_SpawnAzazel, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x00576210, IEnumerator *, Survival_SpawnAzazelInternal, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x005762B0, void, Survival_SpawnAzazelImmediately, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x00576580, GameObject *, Survival_GetAzazel, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x005767A0, void, Survival_SpawnCageGoats, (Survival * __this, Transform * cageTransform, MethodInfo * method)); DO_APP_FUNC(0x00576BC0, void, Survival_SpawnObjects, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x00578F30, int32_t, Survival_GetMaxBatteries, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x00578F60, void, Survival_OnHayDestroyed, (Survival * __this, GameObject * hay, MethodInfo * method)); DO_APP_FUNC(0x005793F0, void, Survival_OnBatteryDestroyed, (Survival * __this, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC(0x00579580, void, Survival_OnReviveEvent, (Survival * __this, BoltEntity * revivedPlayer, BoltEntity * reviver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE78E8, Survival_OnReviveEvent__MethodInfo); DO_APP_FUNC(0x005796A0, void, Survival_OnBleachUsed, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x005798A0, void, Survival_OnMatchboxUsed, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x005799F0, void, Survival_OnCreatePortalEvent, (Survival * __this, int32_t portalId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7920, Survival_OnCreatePortalEvent__MethodInfo); DO_APP_FUNC(0x00579A90, void, Survival_SpawnObjectsIfNecessary, (Survival * __this, String * tag, String * carryObjectName, int32_t minObjects, int32_t numToRespawn, GameObject__Array * spawnPoints, PrefabId prefabId, BoltEntity * causedBy, MethodInfo * method)); DO_APP_FUNC(0x0057A570, void, Survival_SpawnGoat, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x0057AB50, void, Survival_SpawnInitialGoats, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x0057C1B0, void, Survival_OnEscapeGoatDetached, (Survival * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7910, Survival_OnEscapeGoatDetached__MethodInfo); DO_APP_FUNC(0x0057C1C0, void, Survival_SpawnFinalGoats, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x0057C780, void, Survival_SpawnFirstDemon, (Survival * __this, GameObject * spawnPoint, MethodInfo * method)); DO_APP_FUNC(0x0057CB70, void, Survival_SpawnAtticCageGoats, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x0057CB80, void, Survival_CreatePortal, (Survival * __this, GameObject * spawnPoint, MethodInfo * method)); DO_APP_FUNC(0x0057CDD0, void, Survival_SetJumpScaresEnabled, (Survival * __this, bool enabled, MethodInfo * method)); DO_APP_FUNC(0x0057D170, IEnumerator *, Survival_PlayFailEnding, (Survival * __this, String * ending, bool debug, MethodInfo * method)); DO_APP_FUNC(0x0057D2A0, IEnumerator *, Survival_InstantiateCutscenePlayers, (Survival * __this, Transform__Array * positions, PlayableDirector * director, String * ending, MethodInfo * method)); DO_APP_FUNC(0x0057D470, GameObject *, Survival_InstantiateCutsceneCharacter, (Survival * __this, String * name, Transform * parent, MethodInfo * method)); DO_APP_FUNC(0x0057D570, GameObject *, Survival_GetCutscenePrefab, (Survival * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0057D600, IEnumerator *, Survival_DelayEndingDirector, (Survival * __this, PlayableDirector * director, bool debug, float duration, MethodInfo * method)); DO_APP_FUNC(0x0057D740, void, Survival_OnEndingComplete, (Survival * __this, PlayableDirector * d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7500, Survival_OnEndingComplete__MethodInfo); DO_APP_FUNC(0x0057D780, IEnumerator *, Survival_ForceEndGame, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x0057D820, void, Survival_OnDebugEndingComplete, (Survival * __this, PlayableDirector * d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE75B8, Survival_OnDebugEndingComplete__MethodInfo); DO_APP_FUNC(0x0057E870, bool, Survival_IsEndingPlaying, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x0057E880, bool, Survival_IsJumpScarePlaying, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x0057E9E0, bool, Survival_StartingToPlayFailEnding, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x0057E9F0, void, Survival_PlayWinEnding, (Survival * __this, String * ending, bool debug, MethodInfo * method)); DO_APP_FUNC(0x00580600, void, Survival_DisableOutlines, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x00580790, void, Survival_EnableOutlines, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x005809C0, void, Survival_PlayEnding, (Survival * __this, String * ending, MethodInfo * method)); DO_APP_FUNC(0x005828B0, void, Survival_onHayDropped, (Survival * __this, GameObject * hay, MethodInfo * method)); DO_APP_FUNC(0x00582970, void, Survival_onHayCarried, (Survival * __this, GameObject * hay, MethodInfo * method)); DO_APP_FUNC(0x00582AA0, void, Survival_OnEggDropped, (Survival * __this, GameObject * egg, MethodInfo * method)); DO_APP_FUNC(0x00582B60, void, Survival_onEggCarried, (Survival * __this, GameObject * egg, MethodInfo * method)); DO_APP_FUNC(0x00582C90, void, Survival_OnActiveRitualBookDropped, (Survival * __this, GameObject * ritualBook, MethodInfo * method)); DO_APP_FUNC(0x00582D50, void, Survival_OnActiveRitualBookCarried, (Survival * __this, GameObject * ritualBook, MethodInfo * method)); DO_APP_FUNC(0x00582E80, void, Survival_OnCleanHeadDropped, (Survival * __this, GameObject * head, MethodInfo * method)); DO_APP_FUNC(0x00582F40, void, Survival_OnCleanHeadCarried, (Survival * __this, GameObject * head, MethodInfo * method)); DO_APP_FUNC(0x00583070, DevourGameMode__Enum, Survival_GameMode, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x00583080, bool, Survival_Batteries, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x00583090, bool, Survival_Medkits, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x005830A0, bool, Survival_Perks, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x005830B0, bool, Survival_KnockoutOnThisPlayerOccurred, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x005830C0, void, Survival_UpdateGraph, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x00583350, void, Survival_CheckGraphHasTags, (Survival * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x00583470, IEnumerator *, Survival_CheckGraphHasTagsInternal, (Survival * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x00583520, bool, Survival_GraphTagCheck, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x00583850, bool, Survival_AllowPlayerToPlayerCollisions, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x00583890, bool, Survival_AllowProximityChat, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x005838D0, void, Survival_SetGoatHasBeenPickedUp, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x00583920, bool, Survival_HasGoatHasBeenPickedUp, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x00583930, void, Survival_OnAnnaIntroEnd, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x005839F0, IEnumerator *, Survival_ShowDropTutorialAgain, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x00583A90, void, Survival_OnGoatFlee, (Survival * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7900, Survival_OnGoatFlee__MethodInfo); DO_APP_FUNC(0x00583B30, JumpScare *, Survival_GetAzazelJumpScare, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x00583D40, JumpScare *, Survival_GetCrawlerJumpScare, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x00583F50, JumpScare *, Survival_GetHidingJumpScare, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x00584160, Quaternion, Survival_GetCrawlerSpawnRotation, (Survival * __this, GameObject * spawnPoint, MethodInfo * method)); DO_APP_FUNC(0x005845F0, Vector3, Survival_GetCrawlerSpawnPosition, (Survival * __this, GameObject * spawnPoint, MethodInfo * method)); DO_APP_FUNC(0x00584840, void, Survival_SpawnTrashCan, (Survival * __this, TrashCanSpawnPoint * spawnPoint, bool final_1, MethodInfo * method)); DO_APP_FUNC(0x00584BF0, TrashCanSpawnPoint__Array *, Survival_GetFinalTrashCanSpawnPoints, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x00584C00, void, Survival_PrepareToPlayEndingInVR, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x00584ED0, void, Survival_DebugEndingCompleteInVR, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x00585430, void, Survival_OnVentAutoCrouchChanged, (Survival * __this, bool enabled, MethodInfo * method)); DO_APP_FUNC(0x005857C0, void, Survival__ctor, (Survival * __this, MethodInfo * method)); DO_APP_FUNC(0x00585D00, void, Survival_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Survival_c__ctor, (Survival_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00585DB0, TrashCanSpawnPoint *, Survival_c__Awake_b__186_0, (Survival_c * __this, GameObject * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE79B8, Survival_c__Awake_b__186_0__MethodInfo); DO_APP_FUNC(0x00585E00, bool, Survival_c__PlayFailEnding_b__231_3, (Survival_c * __this, PlayableBinding output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7058, Survival_c__PlayFailEnding_b__231_3__MethodInfo); DO_APP_FUNC(0x00585EA0, bool, Survival_c__PlayFailEnding_b__231_4, (Survival_c * __this, PlayableBinding output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7050, Survival_c__PlayFailEnding_b__231_4__MethodInfo); DO_APP_FUNC(0x00585F40, bool, Survival_c__PlayFailEnding_b__231_5, (Survival_c * __this, PlayableBinding output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7040, Survival_c__PlayFailEnding_b__231_5__MethodInfo); DO_APP_FUNC(0x00585FE0, bool, Survival_c__PlayFailEnding_b__231_6, (Survival_c * __this, PlayableBinding output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7038, Survival_c__PlayFailEnding_b__231_6__MethodInfo); DO_APP_FUNC(0x00586080, bool, Survival_c__PlayFailEnding_b__231_0, (Survival_c * __this, PlayableBinding output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7078, Survival_c__PlayFailEnding_b__231_0__MethodInfo); DO_APP_FUNC(0x00586120, bool, Survival_c__PlayFailEnding_b__231_1, (Survival_c * __this, PlayableBinding output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7070, Survival_c__PlayFailEnding_b__231_1__MethodInfo); DO_APP_FUNC(0x005861C0, bool, Survival_c__PlayFailEnding_b__231_2, (Survival_c * __this, PlayableBinding output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7060, Survival_c__PlayFailEnding_b__231_2__MethodInfo); DO_APP_FUNC(0x00586260, bool, Survival_c__PlayFailEnding_b__231_7, (Survival_c * __this, PlayableBinding output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7030, Survival_c__PlayFailEnding_b__231_7__MethodInfo); DO_APP_FUNC(0x00586300, bool, Survival_c__InstantiateCutscenePlayers_b__232_0, (Survival_c * __this, GameObject * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6F20, Survival_c__InstantiateCutscenePlayers_b__232_0__MethodInfo); DO_APP_FUNC(0x00586510, bool, Survival_c__PlayWinEnding_b__242_0, (Survival_c * __this, PlayableBinding output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE74F8, Survival_c__PlayWinEnding_b__242_0__MethodInfo); DO_APP_FUNC(0x005865B0, bool, Survival_c__PlayWinEnding_b__242_1, (Survival_c * __this, PlayableBinding output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE74F0, Survival_c__PlayWinEnding_b__242_1__MethodInfo); DO_APP_FUNC(0x00586650, bool, Survival_c__PlayWinEnding_b__242_2, (Survival_c * __this, PlayableBinding output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE74E8, Survival_c__PlayWinEnding_b__242_2__MethodInfo); DO_APP_FUNC(0x005866F0, bool, Survival_c__PlayWinEnding_b__242_3, (Survival_c * __this, PlayableBinding output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE74E0, Survival_c__PlayWinEnding_b__242_3__MethodInfo); DO_APP_FUNC(0x00586790, bool, Survival_c__PlayWinEnding_b__242_4, (Survival_c * __this, PlayableBinding output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE74D8, Survival_c__PlayWinEnding_b__242_4__MethodInfo); DO_APP_FUNC(0x00586830, bool, Survival_c__PlayWinEnding_b__242_5, (Survival_c * __this, PlayableBinding output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE74D0, Survival_c__PlayWinEnding_b__242_5__MethodInfo); DO_APP_FUNC(0x005868D0, bool, Survival_c__PlayWinEnding_b__242_6, (Survival_c * __this, PlayableBinding output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE74C8, Survival_c__PlayWinEnding_b__242_6__MethodInfo); DO_APP_FUNC(0x00586970, bool, Survival_c__PlayWinEnding_b__242_7, (Survival_c * __this, PlayableBinding output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE74C0, Survival_c__PlayWinEnding_b__242_7__MethodInfo); DO_APP_FUNC(0x00586A10, void, Survival_c__PlayEnding_b__245_0, (Survival_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7430, Survival_c__PlayEnding_b__245_0__MethodInfo); DO_APP_FUNC(0x00586B50, void, Survival_c__PlayEnding_b__245_1, (Survival_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7428, Survival_c__PlayEnding_b__245_1__MethodInfo); DO_APP_FUNC(0x00586C90, void, Survival_c__PlayEnding_b__245_2, (Survival_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7420, Survival_c__PlayEnding_b__245_2__MethodInfo); DO_APP_FUNC(0x00586DD0, void, Survival_c__PlayEnding_b__245_3, (Survival_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7418, Survival_c__PlayEnding_b__245_3__MethodInfo); DO_APP_FUNC(0x00586F10, void, Survival_c__PlayEnding_b__245_4, (Survival_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7410, Survival_c__PlayEnding_b__245_4__MethodInfo); DO_APP_FUNC(0x00587050, void, Survival_c__PlayEnding_b__245_5, (Survival_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7408, Survival_c__PlayEnding_b__245_5__MethodInfo); DO_APP_FUNC(0x00587190, void, Survival_c__PlayEnding_b__245_6, (Survival_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7400, Survival_c__PlayEnding_b__245_6__MethodInfo); DO_APP_FUNC(0x005872D0, void, Survival_c__PlayEnding_b__245_7, (Survival_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE73F8, Survival_c__PlayEnding_b__245_7__MethodInfo); DO_APP_FUNC(0x00587410, void, Survival_c__PlayEnding_b__245_8, (Survival_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE73F0, Survival_c__PlayEnding_b__245_8__MethodInfo); DO_APP_FUNC(0x003BAD60, void, Survival_DarkenSky_d_192__ctor, (Survival_DarkenSky_d_192 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Survival_DarkenSky_d_192_System_IDisposable_Dispose, (Survival_DarkenSky_d_192 * __this, MethodInfo * method)); DO_APP_FUNC(0x00587550, bool, Survival_DarkenSky_d_192_MoveNext, (Survival_DarkenSky_d_192 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Survival_DarkenSky_d_192_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Survival_DarkenSky_d_192 * __this, MethodInfo * method)); DO_APP_FUNC(0x00587970, void, Survival_DarkenSky_d_192_System_Collections_IEnumerator_Reset, (Survival_DarkenSky_d_192 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7208, Survival_DarkenSky_d_192_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Survival_DarkenSky_d_192_System_Collections_IEnumerator_get_Current, (Survival_DarkenSky_d_192 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Survival_GameOverCheck_d_195__ctor, (Survival_GameOverCheck_d_195 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Survival_GameOverCheck_d_195_System_IDisposable_Dispose, (Survival_GameOverCheck_d_195 * __this, MethodInfo * method)); DO_APP_FUNC(0x005879C0, bool, Survival_GameOverCheck_d_195_MoveNext, (Survival_GameOverCheck_d_195 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Survival_GameOverCheck_d_195_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Survival_GameOverCheck_d_195 * __this, MethodInfo * method)); DO_APP_FUNC(0x00588030, void, Survival_GameOverCheck_d_195_System_Collections_IEnumerator_Reset, (Survival_GameOverCheck_d_195 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7200, Survival_GameOverCheck_d_195_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Survival_GameOverCheck_d_195_System_Collections_IEnumerator_get_Current, (Survival_GameOverCheck_d_195 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Survival_TriggerFailEnding_d_197__ctor, (Survival_TriggerFailEnding_d_197 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Survival_TriggerFailEnding_d_197_System_IDisposable_Dispose, (Survival_TriggerFailEnding_d_197 * __this, MethodInfo * method)); DO_APP_FUNC(0x00588080, bool, Survival_TriggerFailEnding_d_197_MoveNext, (Survival_TriggerFailEnding_d_197 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Survival_TriggerFailEnding_d_197_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Survival_TriggerFailEnding_d_197 * __this, MethodInfo * method)); DO_APP_FUNC(0x00588670, void, Survival_TriggerFailEnding_d_197_System_Collections_IEnumerator_Reset, (Survival_TriggerFailEnding_d_197 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE71D8, Survival_TriggerFailEnding_d_197_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Survival_TriggerFailEnding_d_197_System_Collections_IEnumerator_get_Current, (Survival_TriggerFailEnding_d_197 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Survival_TriggerWinEnding_d_198__ctor, (Survival_TriggerWinEnding_d_198 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Survival_TriggerWinEnding_d_198_System_IDisposable_Dispose, (Survival_TriggerWinEnding_d_198 * __this, MethodInfo * method)); DO_APP_FUNC(0x005886C0, bool, Survival_TriggerWinEnding_d_198_MoveNext, (Survival_TriggerWinEnding_d_198 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Survival_TriggerWinEnding_d_198_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Survival_TriggerWinEnding_d_198 * __this, MethodInfo * method)); DO_APP_FUNC(0x00589300, void, Survival_TriggerWinEnding_d_198_System_Collections_IEnumerator_Reset, (Survival_TriggerWinEnding_d_198 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE71C0, Survival_TriggerWinEnding_d_198_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Survival_TriggerWinEnding_d_198_System_Collections_IEnumerator_get_Current, (Survival_TriggerWinEnding_d_198 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Survival_c_DisplayClass199_0__ctor, (Survival_c_DisplayClass199_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x004982D0, int32_t, Survival_c_DisplayClass199_0__SpawnCrawlers_b__0, (Survival_c_DisplayClass199_0 * __this, GameObject * perch, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7780, Survival_c_DisplayClass199_0__SpawnCrawlers_b__0__MethodInfo); DO_APP_FUNC(0x004982D0, int32_t, Survival_c_DisplayClass199_0__SpawnCrawlers_b__1, (Survival_c_DisplayClass199_0 * __this, GameObject * spawnPoint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7778, Survival_c_DisplayClass199_0__SpawnCrawlers_b__1__MethodInfo); DO_APP_FUNC(0x003AC050, void, Survival_c_DisplayClass200_0__ctor, (Survival_c_DisplayClass200_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x004982D0, int32_t, Survival_c_DisplayClass200_0__SpawnExtraDemons_b__0, (Survival_c_DisplayClass200_0 * __this, GameObject * spawnPoint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE71B8, Survival_c_DisplayClass200_0__SpawnExtraDemons_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, Survival_SpawnExtraDemons_d_200__ctor, (Survival_SpawnExtraDemons_d_200 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Survival_SpawnExtraDemons_d_200_System_IDisposable_Dispose, (Survival_SpawnExtraDemons_d_200 * __this, MethodInfo * method)); DO_APP_FUNC(0x00589350, bool, Survival_SpawnExtraDemons_d_200_MoveNext, (Survival_SpawnExtraDemons_d_200 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Survival_SpawnExtraDemons_d_200_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Survival_SpawnExtraDemons_d_200 * __this, MethodInfo * method)); DO_APP_FUNC(0x005898F0, void, Survival_SpawnExtraDemons_d_200_System_Collections_IEnumerator_Reset, (Survival_SpawnExtraDemons_d_200 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE71A8, Survival_SpawnExtraDemons_d_200_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Survival_SpawnExtraDemons_d_200_System_Collections_IEnumerator_get_Current, (Survival_SpawnExtraDemons_d_200 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Survival_c_DisplayClass201_0__ctor, (Survival_c_DisplayClass201_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x004982D0, int32_t, Survival_c_DisplayClass201_0__SpawnExtraCrows_b__0, (Survival_c_DisplayClass201_0 * __this, GameObject * perch, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE71A0, Survival_c_DisplayClass201_0__SpawnExtraCrows_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, Survival_SpawnExtraCrows_d_201__ctor, (Survival_SpawnExtraCrows_d_201 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Survival_SpawnExtraCrows_d_201_System_IDisposable_Dispose, (Survival_SpawnExtraCrows_d_201 * __this, MethodInfo * method)); DO_APP_FUNC(0x00589940, bool, Survival_SpawnExtraCrows_d_201_MoveNext, (Survival_SpawnExtraCrows_d_201 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Survival_SpawnExtraCrows_d_201_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Survival_SpawnExtraCrows_d_201 * __this, MethodInfo * method)); DO_APP_FUNC(0x00589CC0, void, Survival_SpawnExtraCrows_d_201_System_Collections_IEnumerator_Reset, (Survival_SpawnExtraCrows_d_201 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7190, Survival_SpawnExtraCrows_d_201_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Survival_SpawnExtraCrows_d_201_System_Collections_IEnumerator_get_Current, (Survival_SpawnExtraCrows_d_201 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Survival_c_DisplayClass203_0__ctor, (Survival_c_DisplayClass203_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x004982D0, int32_t, Survival_c_DisplayClass203_0__SpawnFoodSources_b__0, (Survival_c_DisplayClass203_0 * __this, GameObject * spawnPoint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7738, Survival_c_DisplayClass203_0__SpawnFoodSources_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, Survival_c_DisplayClass204_0__ctor, (Survival_c_DisplayClass204_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x004982D0, int32_t, Survival_c_DisplayClass204_0__SpawnExtraFoodSources_b__0, (Survival_c_DisplayClass204_0 * __this, GameObject * spawnPoint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7188, Survival_c_DisplayClass204_0__SpawnExtraFoodSources_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, Survival_SpawnExtraFoodSources_d_204__ctor, (Survival_SpawnExtraFoodSources_d_204 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Survival_SpawnExtraFoodSources_d_204_System_IDisposable_Dispose, (Survival_SpawnExtraFoodSources_d_204 * __this, MethodInfo * method)); DO_APP_FUNC(0x00589D10, bool, Survival_SpawnExtraFoodSources_d_204_MoveNext, (Survival_SpawnExtraFoodSources_d_204 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Survival_SpawnExtraFoodSources_d_204_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Survival_SpawnExtraFoodSources_d_204 * __this, MethodInfo * method)); DO_APP_FUNC(0x0058A260, void, Survival_SpawnExtraFoodSources_d_204_System_Collections_IEnumerator_Reset, (Survival_SpawnExtraFoodSources_d_204 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7178, Survival_SpawnExtraFoodSources_d_204_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Survival_SpawnExtraFoodSources_d_204_System_Collections_IEnumerator_get_Current, (Survival_SpawnExtraFoodSources_d_204 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Survival_c_DisplayClass206_0__ctor, (Survival_c_DisplayClass206_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x004982D0, int32_t, Survival_c_DisplayClass206_0__GetDemonSpawnPoint_b__0, (Survival_c_DisplayClass206_0 * __this, GameObject * sp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7708, Survival_c_DisplayClass206_0__GetDemonSpawnPoint_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, Survival_StartGameDebug_d_208__ctor, (Survival_StartGameDebug_d_208 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Survival_StartGameDebug_d_208_System_IDisposable_Dispose, (Survival_StartGameDebug_d_208 * __this, MethodInfo * method)); DO_APP_FUNC(0x0058A2B0, bool, Survival_StartGameDebug_d_208_MoveNext, (Survival_StartGameDebug_d_208 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Survival_StartGameDebug_d_208_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Survival_StartGameDebug_d_208 * __this, MethodInfo * method)); DO_APP_FUNC(0x0058AB30, void, Survival_StartGameDebug_d_208_System_Collections_IEnumerator_Reset, (Survival_StartGameDebug_d_208 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7170, Survival_StartGameDebug_d_208_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Survival_StartGameDebug_d_208_System_Collections_IEnumerator_get_Current, (Survival_StartGameDebug_d_208 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Survival_SpawnAzazelInternal_d_210__ctor, (Survival_SpawnAzazelInternal_d_210 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Survival_SpawnAzazelInternal_d_210_System_IDisposable_Dispose, (Survival_SpawnAzazelInternal_d_210 * __this, MethodInfo * method)); DO_APP_FUNC(0x0058AB80, bool, Survival_SpawnAzazelInternal_d_210_MoveNext, (Survival_SpawnAzazelInternal_d_210 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Survival_SpawnAzazelInternal_d_210_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Survival_SpawnAzazelInternal_d_210 * __this, MethodInfo * method)); DO_APP_FUNC(0x0058B210, void, Survival_SpawnAzazelInternal_d_210_System_Collections_IEnumerator_Reset, (Survival_SpawnAzazelInternal_d_210 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7150, Survival_SpawnAzazelInternal_d_210_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Survival_SpawnAzazelInternal_d_210_System_Collections_IEnumerator_get_Current, (Survival_SpawnAzazelInternal_d_210 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Survival_c_DisplayClass214_0__ctor, (Survival_c_DisplayClass214_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x004982D0, int32_t, Survival_c_DisplayClass214_0__SpawnObjects_b__0, (Survival_c_DisplayClass214_0 * __this, GameObject * spawnPoint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE76C8, Survival_c_DisplayClass214_0__SpawnObjects_b__0__MethodInfo); DO_APP_FUNC(0x004982D0, int32_t, Survival_c_DisplayClass214_0__SpawnObjects_b__1, (Survival_c_DisplayClass214_0 * __this, GameObject * spawnPoint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE76C0, Survival_c_DisplayClass214_0__SpawnObjects_b__1__MethodInfo); DO_APP_FUNC(0x004982D0, int32_t, Survival_c_DisplayClass214_0__SpawnObjects_b__2, (Survival_c_DisplayClass214_0 * __this, GameObject * spawnPoint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE76B8, Survival_c_DisplayClass214_0__SpawnObjects_b__2__MethodInfo); DO_APP_FUNC(0x004982D0, int32_t, Survival_c_DisplayClass214_0__SpawnObjects_b__5, (Survival_c_DisplayClass214_0 * __this, GameObject * spawnPoint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE76A0, Survival_c_DisplayClass214_0__SpawnObjects_b__5__MethodInfo); DO_APP_FUNC(0x004982D0, int32_t, Survival_c_DisplayClass214_0__SpawnObjects_b__6, (Survival_c_DisplayClass214_0 * __this, GameObject * spawnPoint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7698, Survival_c_DisplayClass214_0__SpawnObjects_b__6__MethodInfo); DO_APP_FUNC(0x004982D0, int32_t, Survival_c_DisplayClass214_0__SpawnObjects_b__3, (Survival_c_DisplayClass214_0 * __this, GameObject * spawnPoint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE76B0, Survival_c_DisplayClass214_0__SpawnObjects_b__3__MethodInfo); DO_APP_FUNC(0x004982D0, int32_t, Survival_c_DisplayClass214_0__SpawnObjects_b__4, (Survival_c_DisplayClass214_0 * __this, GameObject * spawnPoint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE76A8, Survival_c_DisplayClass214_0__SpawnObjects_b__4__MethodInfo); DO_APP_FUNC(0x003AC050, void, Survival_c_DisplayClass224_0__ctor, (Survival_c_DisplayClass224_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x004982D0, int32_t, Survival_c_DisplayClass224_0__SpawnInitialGoats_b__0, (Survival_c_DisplayClass224_0 * __this, GameObject * spawnPoint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7658, Survival_c_DisplayClass224_0__SpawnInitialGoats_b__0__MethodInfo); DO_APP_FUNC(0x004982D0, int32_t, Survival_c_DisplayClass224_0__SpawnInitialGoats_b__1, (Survival_c_DisplayClass224_0 * __this, GameObject * spawnPoint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7650, Survival_c_DisplayClass224_0__SpawnInitialGoats_b__1__MethodInfo); DO_APP_FUNC(0x003AC050, void, Survival_c_DisplayClass226_0__ctor, (Survival_c_DisplayClass226_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x004982D0, int32_t, Survival_c_DisplayClass226_0__SpawnFinalGoats_b__0, (Survival_c_DisplayClass226_0 * __this, GameObject * spawnPoint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7600, Survival_c_DisplayClass226_0__SpawnFinalGoats_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, Survival_PlayFailEnding_d_231__ctor, (Survival_PlayFailEnding_d_231 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Survival_PlayFailEnding_d_231_System_IDisposable_Dispose, (Survival_PlayFailEnding_d_231 * __this, MethodInfo * method)); DO_APP_FUNC(0x0058B260, bool, Survival_PlayFailEnding_d_231_MoveNext, (Survival_PlayFailEnding_d_231 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Survival_PlayFailEnding_d_231_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Survival_PlayFailEnding_d_231 * __this, MethodInfo * method)); DO_APP_FUNC(0x0058DD00, void, Survival_PlayFailEnding_d_231_System_Collections_IEnumerator_Reset, (Survival_PlayFailEnding_d_231 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6F98, Survival_PlayFailEnding_d_231_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Survival_PlayFailEnding_d_231_System_Collections_IEnumerator_get_Current, (Survival_PlayFailEnding_d_231 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Survival_c_DisplayClass232_0__ctor, (Survival_c_DisplayClass232_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0058DD50, bool, Survival_c_DisplayClass232_0__InstantiateCutscenePlayers_b__2, (Survival_c_DisplayClass232_0 * __this, PlayableBinding output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6F18, Survival_c_DisplayClass232_0__InstantiateCutscenePlayers_b__2__MethodInfo); DO_APP_FUNC(0x003AC050, void, Survival_c_DisplayClass232_1__ctor, (Survival_c_DisplayClass232_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0058DE80, bool, Survival_c_DisplayClass232_1__InstantiateCutscenePlayers_b__1, (Survival_c_DisplayClass232_1 * __this, PlayableBinding output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6F00, Survival_c_DisplayClass232_1__InstantiateCutscenePlayers_b__1__MethodInfo); DO_APP_FUNC(0x003BAD60, void, Survival_InstantiateCutscenePlayers_d_232__ctor, (Survival_InstantiateCutscenePlayers_d_232 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Survival_InstantiateCutscenePlayers_d_232_System_IDisposable_Dispose, (Survival_InstantiateCutscenePlayers_d_232 * __this, MethodInfo * method)); DO_APP_FUNC(0x0058DF20, bool, Survival_InstantiateCutscenePlayers_d_232_MoveNext, (Survival_InstantiateCutscenePlayers_d_232 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Survival_InstantiateCutscenePlayers_d_232_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Survival_InstantiateCutscenePlayers_d_232 * __this, MethodInfo * method)); DO_APP_FUNC(0x00590520, void, Survival_InstantiateCutscenePlayers_d_232_System_Collections_IEnumerator_Reset, (Survival_InstantiateCutscenePlayers_d_232 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6E70, Survival_InstantiateCutscenePlayers_d_232_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Survival_InstantiateCutscenePlayers_d_232_System_Collections_IEnumerator_get_Current, (Survival_InstantiateCutscenePlayers_d_232 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Survival_DelayEndingDirector_d_235__ctor, (Survival_DelayEndingDirector_d_235 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Survival_DelayEndingDirector_d_235_System_IDisposable_Dispose, (Survival_DelayEndingDirector_d_235 * __this, MethodInfo * method)); DO_APP_FUNC(0x00590570, bool, Survival_DelayEndingDirector_d_235_MoveNext, (Survival_DelayEndingDirector_d_235 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Survival_DelayEndingDirector_d_235_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Survival_DelayEndingDirector_d_235 * __this, MethodInfo * method)); DO_APP_FUNC(0x00590770, void, Survival_DelayEndingDirector_d_235_System_Collections_IEnumerator_Reset, (Survival_DelayEndingDirector_d_235 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9868, Survival_DelayEndingDirector_d_235_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Survival_DelayEndingDirector_d_235_System_Collections_IEnumerator_get_Current, (Survival_DelayEndingDirector_d_235 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Survival_ForceEndGame_d_237__ctor, (Survival_ForceEndGame_d_237 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Survival_ForceEndGame_d_237_System_IDisposable_Dispose, (Survival_ForceEndGame_d_237 * __this, MethodInfo * method)); DO_APP_FUNC(0x005907C0, bool, Survival_ForceEndGame_d_237_MoveNext, (Survival_ForceEndGame_d_237 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Survival_ForceEndGame_d_237_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Survival_ForceEndGame_d_237 * __this, MethodInfo * method)); DO_APP_FUNC(0x005908B0, void, Survival_ForceEndGame_d_237_System_Collections_IEnumerator_Reset, (Survival_ForceEndGame_d_237 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9860, Survival_ForceEndGame_d_237_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Survival_ForceEndGame_d_237_System_Collections_IEnumerator_get_Current, (Survival_ForceEndGame_d_237 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Survival_CheckGraphHasTagsInternal_d_261__ctor, (Survival_CheckGraphHasTagsInternal_d_261 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Survival_CheckGraphHasTagsInternal_d_261_System_IDisposable_Dispose, (Survival_CheckGraphHasTagsInternal_d_261 * __this, MethodInfo * method)); DO_APP_FUNC(0x00590900, bool, Survival_CheckGraphHasTagsInternal_d_261_MoveNext, (Survival_CheckGraphHasTagsInternal_d_261 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Survival_CheckGraphHasTagsInternal_d_261_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Survival_CheckGraphHasTagsInternal_d_261 * __this, MethodInfo * method)); DO_APP_FUNC(0x00590C20, void, Survival_CheckGraphHasTagsInternal_d_261_System_Collections_IEnumerator_Reset, (Survival_CheckGraphHasTagsInternal_d_261 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9858, Survival_CheckGraphHasTagsInternal_d_261_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Survival_CheckGraphHasTagsInternal_d_261_System_Collections_IEnumerator_get_Current, (Survival_CheckGraphHasTagsInternal_d_261 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Survival_ShowDropTutorialAgain_d_268__ctor, (Survival_ShowDropTutorialAgain_d_268 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Survival_ShowDropTutorialAgain_d_268_System_IDisposable_Dispose, (Survival_ShowDropTutorialAgain_d_268 * __this, MethodInfo * method)); DO_APP_FUNC(0x00590C70, bool, Survival_ShowDropTutorialAgain_d_268_MoveNext, (Survival_ShowDropTutorialAgain_d_268 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Survival_ShowDropTutorialAgain_d_268_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Survival_ShowDropTutorialAgain_d_268 * __this, MethodInfo * method)); DO_APP_FUNC(0x00590D70, void, Survival_ShowDropTutorialAgain_d_268_System_Collections_IEnumerator_Reset, (Survival_ShowDropTutorialAgain_d_268 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9848, Survival_ShowDropTutorialAgain_d_268_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Survival_ShowDropTutorialAgain_d_268_System_Collections_IEnumerator_get_Current, (Survival_ShowDropTutorialAgain_d_268 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Survival_c_DisplayClass270_0__ctor, (Survival_c_DisplayClass270_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x004982D0, int32_t, Survival_c_DisplayClass270_0__GetAzazelJumpScare_b__0, (Survival_c_DisplayClass270_0 * __this, JumpScare * js, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7320, Survival_c_DisplayClass270_0__GetAzazelJumpScare_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, Survival_c_DisplayClass271_0__ctor, (Survival_c_DisplayClass271_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x004982D0, int32_t, Survival_c_DisplayClass271_0__GetCrawlerJumpScare_b__0, (Survival_c_DisplayClass271_0 * __this, JumpScare * js, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7310, Survival_c_DisplayClass271_0__GetCrawlerJumpScare_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, Survival_c_DisplayClass272_0__ctor, (Survival_c_DisplayClass272_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x004982D0, int32_t, Survival_c_DisplayClass272_0__GetHidingJumpScare_b__0, (Survival_c_DisplayClass272_0 * __this, JumpScare * js, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7300, Survival_c_DisplayClass272_0__GetHidingJumpScare_b__0__MethodInfo); DO_APP_FUNC(0x00590DC0, void, SurvivalDemonPortal_Awake, (SurvivalDemonPortal * __this, MethodInfo * method)); DO_APP_FUNC(0x00590F80, void, SurvivalDemonPortal_CreatePortal, (SurvivalDemonPortal * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, SurvivalDemonPortal_GetPortalId, (SurvivalDemonPortal * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SurvivalDemonPortal__ctor, (SurvivalDemonPortal * __this, MethodInfo * method)); DO_APP_FUNC(0x00591040, void, SurvivalLobbyController_set_m_SurvivalPlayer, (SurvivalLobbyController * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x003C7040, GameObject *, SurvivalLobbyController_get_m_SurvivalPlayer, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC(0x005910A0, void, SurvivalLobbyController_Awake, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC(0x00591F60, void, SurvivalLobbyController_Start, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC(0x005921B0, void, SurvivalLobbyController_Attached, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC(0x00594310, void, SurvivalLobbyController_AlignEXPBonus, (SurvivalLobbyController * __this, Image * expBonusImage, Text * expBonusTooltipText, bool hasAdditionalTooltip, MethodInfo * method)); DO_APP_FUNC(0x005946F0, void, SurvivalLobbyController_OnPlayersChanged, (SurvivalLobbyController * __this, IState * notUsed, String * path, ArrayIndices indices, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE96C8, SurvivalLobbyController_OnPlayersChanged__MethodInfo); DO_APP_FUNC(0x00596790, IEnumerator *, SurvivalLobbyController_ToggleRenderers, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC(0x00596830, void, SurvivalLobbyController_OnMapChanged, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9708, SurvivalLobbyController_OnMapChanged__MethodInfo); DO_APP_FUNC(0x00596A80, void, SurvivalLobbyController_OnDifficultyChanged, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9710, SurvivalLobbyController_OnDifficultyChanged__MethodInfo); DO_APP_FUNC(0x00596CB0, void, SurvivalLobbyController_OnPlayerCollisionsChanged, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE96E8, SurvivalLobbyController_OnPlayerCollisionsChanged__MethodInfo); DO_APP_FUNC(0x00596E00, void, SurvivalLobbyController_OnProximityVoiceChanged, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE96B8, SurvivalLobbyController_OnProximityVoiceChanged__MethodInfo); DO_APP_FUNC(0x00596F50, void, SurvivalLobbyController_OnBatteriesChanged, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9718, SurvivalLobbyController_OnBatteriesChanged__MethodInfo); DO_APP_FUNC(0x00597270, void, SurvivalLobbyController_OnMedkitsChanged, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9700, SurvivalLobbyController_OnMedkitsChanged__MethodInfo); DO_APP_FUNC(0x00597590, void, SurvivalLobbyController_OnPerksChanged, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE96F8, SurvivalLobbyController_OnPerksChanged__MethodInfo); DO_APP_FUNC(0x00597990, void, SurvivalLobbyController_ForceUnreadyOnIllegalCharacter, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC(0x005984D0, void, SurvivalLobbyController_SetupPlayer, (SurvivalLobbyController * __this, String * name, uint32_t connectionId, String * prefabIdPreference, bool isHost, String * dissonanceId, String * playerId, MethodInfo * method)); DO_APP_FUNC(0x00598BA0, void, SurvivalLobbyController_ChangeMap, (SurvivalLobbyController * __this, DevourMap__Enum map, MethodInfo * method)); DO_APP_FUNC(0x00598CE0, void, SurvivalLobbyController_OnDisconnected, (SurvivalLobbyController * __this, BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00599450, IEnumerator *, SurvivalLobbyController_EnableLocomotionOnSurvivalPlayer, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC(0x005994F0, bool, SurvivalLobbyController_CanReady, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC(0x00599800, bool, SurvivalLobbyController_PlayableCharacterSelected, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC(0x00599E30, bool, SurvivalLobbyController_UnlockedCharacterSelected, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC(0x0059A0D0, void, SurvivalLobbyController_OnChangePlayer, (SurvivalLobbyController * __this, bool next, MethodInfo * method)); DO_APP_FUNC(0x0059A4A0, void, SurvivalLobbyController_ChangeClientPlayer, (SurvivalLobbyController * __this, SurvivalChangePlayerEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x0059ADB0, void, SurvivalLobbyController_DestroyAllPlayers, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC(0x0059B010, int32_t, SurvivalLobbyController_PlayerPrefabsAttached, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC(0x0059B1A0, void, SurvivalLobbyController_Ready, (SurvivalLobbyController * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0059B290, void, SurvivalLobbyController_ToggleReady, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC(0x0059B380, void, SurvivalLobbyController_OnLobbyReadyEvent, (SurvivalLobbyController * __this, LobbyReadyEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x0059B580, bool, SurvivalLobbyController_AllPlayersReady, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC(0x0059B810, void, SurvivalLobbyController_KickPlayer, (SurvivalLobbyController * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0059BE70, void, SurvivalLobbyController_ToggleMutePlayer, (SurvivalLobbyController * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0059C3B0, void, SurvivalLobbyController_ToggleTextMutePlayer, (SurvivalLobbyController * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0059C780, void, SurvivalLobbyController_OpenPlayerProfile, (SurvivalLobbyController * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0059CA70, void, SurvivalLobbyController_OnSelectRobe, (SurvivalLobbyController * __this, Robe__Enum selected, MethodInfo * method)); DO_APP_FUNC(0x0059CF80, void, SurvivalLobbyController_OnSelectOutfit, (SurvivalLobbyController * __this, CharacterOutfit * outfit, MethodInfo * method)); DO_APP_FUNC(0x0059D210, void, SurvivalLobbyController_OnSelectPerk, (SurvivalLobbyController * __this, CharacterPerk * perk, int32_t group, MethodInfo * method)); DO_APP_FUNC(0x0059D600, void, SurvivalLobbyController_OnSelectFlashlight, (SurvivalLobbyController * __this, CharacterFlashlight * flashlight, MethodInfo * method)); DO_APP_FUNC(0x0059D8B0, void, SurvivalLobbyController_OnSelectPet, (SurvivalLobbyController * __this, CharacterPet * pet, MethodInfo * method)); DO_APP_FUNC(0x0059DAD0, void, SurvivalLobbyController_Detached, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC(0x0059DED0, void, SurvivalLobbyController_OnPlayerStartedSpeaking, (SurvivalLobbyController * __this, VoicePlayerState * voicePlayerState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE96D8, SurvivalLobbyController_OnPlayerStartedSpeaking__MethodInfo); DO_APP_FUNC(0x0059E320, void, SurvivalLobbyController_OnPlayerStoppedSpeaking, (SurvivalLobbyController * __this, VoicePlayerState * voicePlayerState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE96D0, SurvivalLobbyController_OnPlayerStoppedSpeaking__MethodInfo); DO_APP_FUNC(0x0059E780, void, SurvivalLobbyController_Update, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC(0x0059F5E0, IEnumerator *, SurvivalLobbyController_FadeSpeakingAlpha, (SurvivalLobbyController * __this, Image * image, float targetAlpha, float duration, MethodInfo * method)); DO_APP_FUNC(0x0059F6B0, float, SurvivalLobbyController_CalculateSpeakerAlpha, (SurvivalLobbyController * __this, float amplitude, MethodInfo * method)); DO_APP_FUNC(0x0059F6E0, void, SurvivalLobbyController_ShowPlayerCanvases, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC(0x0059F920, void, SurvivalLobbyController_HidePlayerCanvases, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC(0x0059FBC0, void, SurvivalLobbyController_SetPlayerRank, (SurvivalLobbyController * __this, int32_t connectionId, int32_t rank, int32_t exp, MethodInfo * method)); DO_APP_FUNC(0x005A01D0, void, SurvivalLobbyController_SetPlayerPerk, (SurvivalLobbyController * __this, int32_t connectionId, String * perk, int32_t slot, MethodInfo * method)); DO_APP_FUNC(0x005A07D0, void, SurvivalLobbyController_OnPlayerDropdownOpen, (SurvivalLobbyController * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x005A0CE0, void, SurvivalLobbyController_ClosePlayerDropdown, (SurvivalLobbyController * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x005A0EE0, bool, SurvivalLobbyController_IsPlayerDropdownOpen, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC(0x005A0EF0, void, SurvivalLobbyController_SelectFirstPlayerDropdown, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC(0x005A1170, void, SurvivalLobbyController_SetupPlayerDropdownNavigation, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC(0x005A20F0, void, SurvivalLobbyController_OnDestroy, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC(0x005A21B0, void, SurvivalLobbyController__ctor, (SurvivalLobbyController * __this, MethodInfo * method)); DO_APP_FUNC(0x005A22D0, bool, SurvivalLobbyController__OnChangePlayer_b__52_0, (SurvivalLobbyController * __this, GameObject * prefab, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE92E8, SurvivalLobbyController__OnChangePlayer_b__52_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, SurvivalLobbyController_c_DisplayClass31_0__ctor, (SurvivalLobbyController_c_DisplayClass31_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x005A2430, void, SurvivalLobbyController_c_DisplayClass31_0__Awake_b__0, (SurvivalLobbyController_c_DisplayClass31_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE97D8, SurvivalLobbyController_c_DisplayClass31_0__Awake_b__0__MethodInfo); DO_APP_FUNC(0x005A2460, void, SurvivalLobbyController_c_DisplayClass31_0__Awake_b__1, (SurvivalLobbyController_c_DisplayClass31_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE97C8, SurvivalLobbyController_c_DisplayClass31_0__Awake_b__1__MethodInfo); DO_APP_FUNC(0x005A2490, void, SurvivalLobbyController_c_DisplayClass31_0__Awake_b__2, (SurvivalLobbyController_c_DisplayClass31_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE97B8, SurvivalLobbyController_c_DisplayClass31_0__Awake_b__2__MethodInfo); DO_APP_FUNC(0x005A24C0, void, SurvivalLobbyController_c_DisplayClass31_0__Awake_b__3, (SurvivalLobbyController_c_DisplayClass31_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE97A8, SurvivalLobbyController_c_DisplayClass31_0__Awake_b__3__MethodInfo); DO_APP_FUNC(0x005A24F0, void, SurvivalLobbyController_c_DisplayClass31_0__Awake_b__4, (SurvivalLobbyController_c_DisplayClass31_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9798, SurvivalLobbyController_c_DisplayClass31_0__Awake_b__4__MethodInfo); DO_APP_FUNC(0x005A2520, void, SurvivalLobbyController_c_DisplayClass31_0__Awake_b__5, (SurvivalLobbyController_c_DisplayClass31_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9788, SurvivalLobbyController_c_DisplayClass31_0__Awake_b__5__MethodInfo); DO_APP_FUNC(0x003BAD60, void, SurvivalLobbyController_ToggleRenderers_d_36__ctor, (SurvivalLobbyController_ToggleRenderers_d_36 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalLobbyController_ToggleRenderers_d_36_System_IDisposable_Dispose, (SurvivalLobbyController_ToggleRenderers_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x005A2550, bool, SurvivalLobbyController_ToggleRenderers_d_36_MoveNext, (SurvivalLobbyController_ToggleRenderers_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalLobbyController_ToggleRenderers_d_36_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalLobbyController_ToggleRenderers_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x005A27E0, void, SurvivalLobbyController_ToggleRenderers_d_36_System_Collections_IEnumerator_Reset, (SurvivalLobbyController_ToggleRenderers_d_36 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8F40, SurvivalLobbyController_ToggleRenderers_d_36_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalLobbyController_ToggleRenderers_d_36_System_Collections_IEnumerator_get_Current, (SurvivalLobbyController_ToggleRenderers_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SurvivalLobbyController_EnableLocomotionOnSurvivalPlayer_d_48__ctor, (SurvivalLobbyController_EnableLocomotionOnSurvivalPlayer_d_48 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalLobbyController_EnableLocomotionOnSurvivalPlayer_d_48_System_IDisposable_Dispose, (SurvivalLobbyController_EnableLocomotionOnSurvivalPlayer_d_48 * __this, MethodInfo * method)); DO_APP_FUNC(0x005A2830, bool, SurvivalLobbyController_EnableLocomotionOnSurvivalPlayer_d_48_MoveNext, (SurvivalLobbyController_EnableLocomotionOnSurvivalPlayer_d_48 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalLobbyController_EnableLocomotionOnSurvivalPlayer_d_48_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalLobbyController_EnableLocomotionOnSurvivalPlayer_d_48 * __this, MethodInfo * method)); DO_APP_FUNC(0x005A2940, void, SurvivalLobbyController_EnableLocomotionOnSurvivalPlayer_d_48_System_Collections_IEnumerator_Reset, (SurvivalLobbyController_EnableLocomotionOnSurvivalPlayer_d_48 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8F38, SurvivalLobbyController_EnableLocomotionOnSurvivalPlayer_d_48_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalLobbyController_EnableLocomotionOnSurvivalPlayer_d_48_System_Collections_IEnumerator_get_Current, (SurvivalLobbyController_EnableLocomotionOnSurvivalPlayer_d_48 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalLobbyController_c_DisplayClass53_0__ctor, (SurvivalLobbyController_c_DisplayClass53_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x005A2990, bool, SurvivalLobbyController_c_DisplayClass53_0__ChangeClientPlayer_b__0, (SurvivalLobbyController_c_DisplayClass53_0 * __this, GameObject * prefab, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE92D0, SurvivalLobbyController_c_DisplayClass53_0__ChangeClientPlayer_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, SurvivalLobbyController_FadeSpeakingAlpha_d_73__ctor, (SurvivalLobbyController_FadeSpeakingAlpha_d_73 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalLobbyController_FadeSpeakingAlpha_d_73_System_IDisposable_Dispose, (SurvivalLobbyController_FadeSpeakingAlpha_d_73 * __this, MethodInfo * method)); DO_APP_FUNC(0x005A2B40, bool, SurvivalLobbyController_FadeSpeakingAlpha_d_73_MoveNext, (SurvivalLobbyController_FadeSpeakingAlpha_d_73 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalLobbyController_FadeSpeakingAlpha_d_73_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalLobbyController_FadeSpeakingAlpha_d_73 * __this, MethodInfo * method)); DO_APP_FUNC(0x005A2D70, void, SurvivalLobbyController_FadeSpeakingAlpha_d_73_System_Collections_IEnumerator_Reset, (SurvivalLobbyController_FadeSpeakingAlpha_d_73 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8F10, SurvivalLobbyController_FadeSpeakingAlpha_d_73_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalLobbyController_FadeSpeakingAlpha_d_73_System_Collections_IEnumerator_get_Current, (SurvivalLobbyController_FadeSpeakingAlpha_d_73 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalLobbyController_c_DisplayClass79_0__ctor, (SurvivalLobbyController_c_DisplayClass79_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x005A2DC0, void, SurvivalLobbyController_c_DisplayClass79_0__OnPlayerDropdownOpen_b__0, (SurvivalLobbyController_c_DisplayClass79_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8FF8, SurvivalLobbyController_c_DisplayClass79_0__OnPlayerDropdownOpen_b__0__MethodInfo); DO_APP_FUNC(0x005A2DF0, void, SurvivalMollyAltarLightbulb__ctor, (SurvivalMollyAltarLightbulb * __this, GameObject * _gameObject, ParticleSystem * _particles, AudioSource * _audioSource, Light * _light, Renderer * _lightbulbRenderer, MethodInfo * method)); DO_APP_FUNC(0x005A32D0, void, SurvivalMollyAltarController_Awake, (SurvivalMollyAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005A3D10, void, SurvivalMollyAltarController_Attached, (SurvivalMollyAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005A3FF0, void, SurvivalMollyAltarController_PlaceFuse, (SurvivalMollyAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005A40A0, void, SurvivalMollyAltarController_PullLever, (SurvivalMollyAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005A4840, void, SurvivalMollyAltarController_SkipToGoat, (SurvivalMollyAltarController * __this, int32_t number, MethodInfo * method)); DO_APP_FUNC(0x005A4BE0, void, SurvivalMollyAltarController_OnActive, (SurvivalMollyAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005A5020, void, SurvivalMollyAltarController_OnGoat, (SurvivalMollyAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005A5360, void, SurvivalMollyAltarController_OnNumObjectsBurnt, (SurvivalMollyAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005A5760, IEnumerator *, SurvivalMollyAltarController_PlayEnragedAudio, (SurvivalMollyAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005A5800, void, SurvivalMollyAltarController_OnIsLeverDown, (SurvivalMollyAltarController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8E90, SurvivalMollyAltarController_OnIsLeverDown__MethodInfo); DO_APP_FUNC(0x005A5A90, void, SurvivalMollyAltarController_OnIsAzazelActive, (SurvivalMollyAltarController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8E98, SurvivalMollyAltarController_OnIsAzazelActive__MethodInfo); DO_APP_FUNC(0x005A5D80, bool, SurvivalMollyAltarController_CanKnockoutPlayers, (SurvivalMollyAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005A5EA0, IEnumerator *, SurvivalMollyAltarController_DestroyGoat, (SurvivalMollyAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005A5F40, IEnumerator *, SurvivalMollyAltarController_FailedLeverPull, (SurvivalMollyAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005A5FE0, IEnumerator *, SurvivalMollyAltarController_PlayZap, (SurvivalMollyAltarController * __this, bool ending, MethodInfo * method)); DO_APP_FUNC(0x005A60A0, IEnumerator *, SurvivalMollyAltarController_PlayMollyZap, (SurvivalMollyAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005A6140, void, SurvivalMollyAltarController_MollyIntroDone, (SurvivalMollyAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005A6650, IEnumerator *, SurvivalMollyAltarController_FadeInLightbulbs, (SurvivalMollyAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005A66F0, void, SurvivalMollyAltarController__ctor, (SurvivalMollyAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SurvivalMollyAltarController_PlayEnragedAudio_d_45__ctor, (SurvivalMollyAltarController_PlayEnragedAudio_d_45 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalMollyAltarController_PlayEnragedAudio_d_45_System_IDisposable_Dispose, (SurvivalMollyAltarController_PlayEnragedAudio_d_45 * __this, MethodInfo * method)); DO_APP_FUNC(0x005A6700, bool, SurvivalMollyAltarController_PlayEnragedAudio_d_45_MoveNext, (SurvivalMollyAltarController_PlayEnragedAudio_d_45 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalMollyAltarController_PlayEnragedAudio_d_45_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalMollyAltarController_PlayEnragedAudio_d_45 * __this, MethodInfo * method)); DO_APP_FUNC(0x005A6820, void, SurvivalMollyAltarController_PlayEnragedAudio_d_45_System_Collections_IEnumerator_Reset, (SurvivalMollyAltarController_PlayEnragedAudio_d_45 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8E10, SurvivalMollyAltarController_PlayEnragedAudio_d_45_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalMollyAltarController_PlayEnragedAudio_d_45_System_Collections_IEnumerator_get_Current, (SurvivalMollyAltarController_PlayEnragedAudio_d_45 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SurvivalMollyAltarController_DestroyGoat_d_49__ctor, (SurvivalMollyAltarController_DestroyGoat_d_49 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalMollyAltarController_DestroyGoat_d_49_System_IDisposable_Dispose, (SurvivalMollyAltarController_DestroyGoat_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x005A6870, bool, SurvivalMollyAltarController_DestroyGoat_d_49_MoveNext, (SurvivalMollyAltarController_DestroyGoat_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalMollyAltarController_DestroyGoat_d_49_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalMollyAltarController_DestroyGoat_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x005A6AA0, void, SurvivalMollyAltarController_DestroyGoat_d_49_System_Collections_IEnumerator_Reset, (SurvivalMollyAltarController_DestroyGoat_d_49 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8E08, SurvivalMollyAltarController_DestroyGoat_d_49_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalMollyAltarController_DestroyGoat_d_49_System_Collections_IEnumerator_get_Current, (SurvivalMollyAltarController_DestroyGoat_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SurvivalMollyAltarController_FailedLeverPull_d_50__ctor, (SurvivalMollyAltarController_FailedLeverPull_d_50 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalMollyAltarController_FailedLeverPull_d_50_System_IDisposable_Dispose, (SurvivalMollyAltarController_FailedLeverPull_d_50 * __this, MethodInfo * method)); DO_APP_FUNC(0x005A6AF0, bool, SurvivalMollyAltarController_FailedLeverPull_d_50_MoveNext, (SurvivalMollyAltarController_FailedLeverPull_d_50 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalMollyAltarController_FailedLeverPull_d_50_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalMollyAltarController_FailedLeverPull_d_50 * __this, MethodInfo * method)); DO_APP_FUNC(0x005A6C40, void, SurvivalMollyAltarController_FailedLeverPull_d_50_System_Collections_IEnumerator_Reset, (SurvivalMollyAltarController_FailedLeverPull_d_50 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8E00, SurvivalMollyAltarController_FailedLeverPull_d_50_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalMollyAltarController_FailedLeverPull_d_50_System_Collections_IEnumerator_get_Current, (SurvivalMollyAltarController_FailedLeverPull_d_50 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SurvivalMollyAltarController_PlayZap_d_51__ctor, (SurvivalMollyAltarController_PlayZap_d_51 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalMollyAltarController_PlayZap_d_51_System_IDisposable_Dispose, (SurvivalMollyAltarController_PlayZap_d_51 * __this, MethodInfo * method)); DO_APP_FUNC(0x005A6C90, bool, SurvivalMollyAltarController_PlayZap_d_51_MoveNext, (SurvivalMollyAltarController_PlayZap_d_51 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalMollyAltarController_PlayZap_d_51_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalMollyAltarController_PlayZap_d_51 * __this, MethodInfo * method)); DO_APP_FUNC(0x005A7AF0, void, SurvivalMollyAltarController_PlayZap_d_51_System_Collections_IEnumerator_Reset, (SurvivalMollyAltarController_PlayZap_d_51 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8DF0, SurvivalMollyAltarController_PlayZap_d_51_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalMollyAltarController_PlayZap_d_51_System_Collections_IEnumerator_get_Current, (SurvivalMollyAltarController_PlayZap_d_51 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SurvivalMollyAltarController_PlayMollyZap_d_52__ctor, (SurvivalMollyAltarController_PlayMollyZap_d_52 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalMollyAltarController_PlayMollyZap_d_52_System_IDisposable_Dispose, (SurvivalMollyAltarController_PlayMollyZap_d_52 * __this, MethodInfo * method)); DO_APP_FUNC(0x005A7B40, bool, SurvivalMollyAltarController_PlayMollyZap_d_52_MoveNext, (SurvivalMollyAltarController_PlayMollyZap_d_52 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalMollyAltarController_PlayMollyZap_d_52_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalMollyAltarController_PlayMollyZap_d_52 * __this, MethodInfo * method)); DO_APP_FUNC(0x005A87D0, void, SurvivalMollyAltarController_PlayMollyZap_d_52_System_Collections_IEnumerator_Reset, (SurvivalMollyAltarController_PlayMollyZap_d_52 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8DE8, SurvivalMollyAltarController_PlayMollyZap_d_52_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalMollyAltarController_PlayMollyZap_d_52_System_Collections_IEnumerator_get_Current, (SurvivalMollyAltarController_PlayMollyZap_d_52 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SurvivalMollyAltarController_FadeInLightbulbs_d_54__ctor, (SurvivalMollyAltarController_FadeInLightbulbs_d_54 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalMollyAltarController_FadeInLightbulbs_d_54_System_IDisposable_Dispose, (SurvivalMollyAltarController_FadeInLightbulbs_d_54 * __this, MethodInfo * method)); DO_APP_FUNC(0x005A8820, bool, SurvivalMollyAltarController_FadeInLightbulbs_d_54_MoveNext, (SurvivalMollyAltarController_FadeInLightbulbs_d_54 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalMollyAltarController_FadeInLightbulbs_d_54_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalMollyAltarController_FadeInLightbulbs_d_54 * __this, MethodInfo * method)); DO_APP_FUNC(0x005A8E80, void, SurvivalMollyAltarController_FadeInLightbulbs_d_54_System_Collections_IEnumerator_Reset, (SurvivalMollyAltarController_FadeInLightbulbs_d_54 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8DE0, SurvivalMollyAltarController_FadeInLightbulbs_d_54_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalMollyAltarController_FadeInLightbulbs_d_54_System_Collections_IEnumerator_get_Current, (SurvivalMollyAltarController_FadeInLightbulbs_d_54 * __this, MethodInfo * method)); DO_APP_FUNC(0x005A8ED0, void, SurvivalObjectBurnController_Awake, (SurvivalObjectBurnController * __this, MethodInfo * method)); DO_APP_FUNC(0x005A9020, void, SurvivalObjectBurnController_Start, (SurvivalObjectBurnController * __this, MethodInfo * method)); DO_APP_FUNC(0x005A9160, void, SurvivalObjectBurnController_Attached, (SurvivalObjectBurnController * __this, MethodInfo * method)); DO_APP_FUNC(0x005A9420, void, SurvivalObjectBurnController_OnActive, (SurvivalObjectBurnController * __this, MethodInfo * method)); DO_APP_FUNC(0x005AA1C0, void, SurvivalObjectBurnController_OnGoat, (SurvivalObjectBurnController * __this, MethodInfo * method)); DO_APP_FUNC(0x005AA550, void, SurvivalObjectBurnController_OnNumObjectsBurnt, (SurvivalObjectBurnController * __this, MethodInfo * method)); DO_APP_FUNC(0x005AAA70, void, SurvivalObjectBurnController_BurnGoat, (SurvivalObjectBurnController * __this, MethodInfo * method)); DO_APP_FUNC(0x005AACE0, void, SurvivalObjectBurnController_SkipToGoat, (SurvivalObjectBurnController * __this, int32_t number, MethodInfo * method)); DO_APP_FUNC(0x005AAFB0, void, SurvivalObjectBurnController_PlayAudio, (SurvivalObjectBurnController * __this, AudioClip__Array * clips, Vector3 position, float volume, float pitch, float delay, MethodInfo * method)); DO_APP_FUNC(0x005AB1A0, void, SurvivalObjectBurnController_SetState, (SurvivalObjectBurnController * __this, String * boolName, bool boolState, MethodInfo * method)); DO_APP_FUNC(0x005AB210, IEnumerator *, SurvivalObjectBurnController_FadeOutLight, (SurvivalObjectBurnController * __this, MethodInfo * method)); DO_APP_FUNC(0x005AB2B0, IEnumerator *, SurvivalObjectBurnController_FadeInLight, (SurvivalObjectBurnController * __this, MethodInfo * method)); DO_APP_FUNC(0x005AB350, IEnumerator *, SurvivalObjectBurnController_DestroyGoat, (SurvivalObjectBurnController * __this, MethodInfo * method)); DO_APP_FUNC(0x005AB3F0, void, SurvivalObjectBurnController_PourGasoline, (SurvivalObjectBurnController * __this, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC(0x005AB510, void, SurvivalObjectBurnController_PlaceGoat, (SurvivalObjectBurnController * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x005AB640, int32_t, SurvivalObjectBurnController_NumBurntObjects, (SurvivalObjectBurnController * __this, MethodInfo * method)); DO_APP_FUNC(0x005AB8C0, bool, SurvivalObjectBurnController_IsActive, (SurvivalObjectBurnController * __this, MethodInfo * method)); DO_APP_FUNC(0x005AB9A0, bool, SurvivalObjectBurnController_HasGoat, (SurvivalObjectBurnController * __this, MethodInfo * method)); DO_APP_FUNC(0x005ABC20, bool, SurvivalObjectBurnController_IsAzazelActive, (SurvivalObjectBurnController * __this, MethodInfo * method)); DO_APP_FUNC(0x005ABD00, bool, SurvivalObjectBurnController_CanKnockoutPlayers, (SurvivalObjectBurnController * __this, MethodInfo * method)); DO_APP_FUNC(0x005ABDB0, void, SurvivalObjectBurnController__ctor, (SurvivalObjectBurnController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SurvivalObjectBurnController_FadeOutLight_d_41__ctor, (SurvivalObjectBurnController_FadeOutLight_d_41 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalObjectBurnController_FadeOutLight_d_41_System_IDisposable_Dispose, (SurvivalObjectBurnController_FadeOutLight_d_41 * __this, MethodInfo * method)); DO_APP_FUNC(0x005ABE90, bool, SurvivalObjectBurnController_FadeOutLight_d_41_MoveNext, (SurvivalObjectBurnController_FadeOutLight_d_41 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalObjectBurnController_FadeOutLight_d_41_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalObjectBurnController_FadeOutLight_d_41 * __this, MethodInfo * method)); DO_APP_FUNC(0x005AC070, void, SurvivalObjectBurnController_FadeOutLight_d_41_System_Collections_IEnumerator_Reset, (SurvivalObjectBurnController_FadeOutLight_d_41 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8DA0, SurvivalObjectBurnController_FadeOutLight_d_41_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalObjectBurnController_FadeOutLight_d_41_System_Collections_IEnumerator_get_Current, (SurvivalObjectBurnController_FadeOutLight_d_41 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SurvivalObjectBurnController_FadeInLight_d_42__ctor, (SurvivalObjectBurnController_FadeInLight_d_42 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalObjectBurnController_FadeInLight_d_42_System_IDisposable_Dispose, (SurvivalObjectBurnController_FadeInLight_d_42 * __this, MethodInfo * method)); DO_APP_FUNC(0x005AC0C0, bool, SurvivalObjectBurnController_FadeInLight_d_42_MoveNext, (SurvivalObjectBurnController_FadeInLight_d_42 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalObjectBurnController_FadeInLight_d_42_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalObjectBurnController_FadeInLight_d_42 * __this, MethodInfo * method)); DO_APP_FUNC(0x005AC260, void, SurvivalObjectBurnController_FadeInLight_d_42_System_Collections_IEnumerator_Reset, (SurvivalObjectBurnController_FadeInLight_d_42 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8D98, SurvivalObjectBurnController_FadeInLight_d_42_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalObjectBurnController_FadeInLight_d_42_System_Collections_IEnumerator_get_Current, (SurvivalObjectBurnController_FadeInLight_d_42 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SurvivalObjectBurnController_DestroyGoat_d_43__ctor, (SurvivalObjectBurnController_DestroyGoat_d_43 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalObjectBurnController_DestroyGoat_d_43_System_IDisposable_Dispose, (SurvivalObjectBurnController_DestroyGoat_d_43 * __this, MethodInfo * method)); DO_APP_FUNC(0x005AC2B0, bool, SurvivalObjectBurnController_DestroyGoat_d_43_MoveNext, (SurvivalObjectBurnController_DestroyGoat_d_43 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalObjectBurnController_DestroyGoat_d_43_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalObjectBurnController_DestroyGoat_d_43 * __this, MethodInfo * method)); DO_APP_FUNC(0x005AC4E0, void, SurvivalObjectBurnController_DestroyGoat_d_43_System_Collections_IEnumerator_Reset, (SurvivalObjectBurnController_DestroyGoat_d_43 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8D90, SurvivalObjectBurnController_DestroyGoat_d_43_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalObjectBurnController_DestroyGoat_d_43_System_Collections_IEnumerator_get_Current, (SurvivalObjectBurnController_DestroyGoat_d_43 * __this, MethodInfo * method)); DO_APP_FUNC(0x005AC530, void, SwitchBehaviour_Awake, (SwitchBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x005AC650, void, SwitchBehaviour_Attached, (SwitchBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x005AC8B0, void, SwitchBehaviour_OnInteractTrigger, (SwitchBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8D80, SwitchBehaviour_OnInteractTrigger__MethodInfo); DO_APP_FUNC(0x005AC9C0, void, SwitchBehaviour_OnSwitch, (SwitchBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8D78, SwitchBehaviour_OnSwitch__MethodInfo); DO_APP_FUNC(0x005ACBD0, void, SwitchBehaviour_OnDestroy, (SwitchBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x005ACCF0, void, SwitchBehaviour__ctor, (SwitchBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x005ACD40, void, TeleportBox_OnTriggerEnter, (TeleportBox * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, TeleportBox__ctor, (TeleportBox * __this, MethodInfo * method)); DO_APP_FUNC(0x005AD3C0, void, TiltRotation_Awake, (TiltRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x005AD5B0, void, TiltRotation_LateUpdate, (TiltRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x005ADA40, void, TiltRotation__ctor, (TiltRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x005ADA90, void, ObjectSwinger_Awake, (ObjectSwinger * __this, MethodInfo * method)); DO_APP_FUNC(0x005ADCD0, void, ObjectSwinger_Start, (ObjectSwinger * __this, MethodInfo * method)); DO_APP_FUNC(0x005ADEC0, void, ObjectSwinger_OnGlobalGoatBurnEvent, (ObjectSwinger * __this, int32_t progress, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8D68, ObjectSwinger_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x005ADF30, void, ObjectSwinger_StartSwinging, (ObjectSwinger * __this, MethodInfo * method)); DO_APP_FUNC(0x005ADF50, void, ObjectSwinger_StopSwinging, (ObjectSwinger * __this, MethodInfo * method)); DO_APP_FUNC(0x005ADF60, void, ObjectSwinger_StartAudioImmediately, (ObjectSwinger * __this, MethodInfo * method)); DO_APP_FUNC(0x005AE160, IEnumerator *, ObjectSwinger_StopSwingingToStationary, (ObjectSwinger * __this, MethodInfo * method)); DO_APP_FUNC(0x005AE200, void, ObjectSwinger_RotateObject, (ObjectSwinger * __this, float newRotation, MethodInfo * method)); DO_APP_FUNC(0x005AE460, IEnumerator *, ObjectSwinger_DecreaseCurrentMaxRotationM, (ObjectSwinger * __this, MethodInfo * method)); DO_APP_FUNC(0x005AE500, void, ObjectSwinger_Update, (ObjectSwinger * __this, MethodInfo * method)); DO_APP_FUNC(0x005AE970, void, ObjectSwinger_OnDestroy, (ObjectSwinger * __this, MethodInfo * method)); DO_APP_FUNC(0x005AEA50, void, ObjectSwinger__ctor, (ObjectSwinger * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ObjectSwinger_StopSwingingToStationary_d_31__ctor, (ObjectSwinger_StopSwingingToStationary_d_31 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ObjectSwinger_StopSwingingToStationary_d_31_System_IDisposable_Dispose, (ObjectSwinger_StopSwingingToStationary_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x005AEBB0, bool, ObjectSwinger_StopSwingingToStationary_d_31_MoveNext, (ObjectSwinger_StopSwingingToStationary_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ObjectSwinger_StopSwingingToStationary_d_31_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ObjectSwinger_StopSwingingToStationary_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x005AEE10, void, ObjectSwinger_StopSwingingToStationary_d_31_System_Collections_IEnumerator_Reset, (ObjectSwinger_StopSwingingToStationary_d_31 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8D50, ObjectSwinger_StopSwingingToStationary_d_31_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ObjectSwinger_StopSwingingToStationary_d_31_System_Collections_IEnumerator_get_Current, (ObjectSwinger_StopSwingingToStationary_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ObjectSwinger_DecreaseCurrentMaxRotationM_d_33__ctor, (ObjectSwinger_DecreaseCurrentMaxRotationM_d_33 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ObjectSwinger_DecreaseCurrentMaxRotationM_d_33_System_IDisposable_Dispose, (ObjectSwinger_DecreaseCurrentMaxRotationM_d_33 * __this, MethodInfo * method)); DO_APP_FUNC(0x005AEE60, bool, ObjectSwinger_DecreaseCurrentMaxRotationM_d_33_MoveNext, (ObjectSwinger_DecreaseCurrentMaxRotationM_d_33 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ObjectSwinger_DecreaseCurrentMaxRotationM_d_33_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ObjectSwinger_DecreaseCurrentMaxRotationM_d_33 * __this, MethodInfo * method)); DO_APP_FUNC(0x005AEFC0, void, ObjectSwinger_DecreaseCurrentMaxRotationM_d_33_System_Collections_IEnumerator_Reset, (ObjectSwinger_DecreaseCurrentMaxRotationM_d_33 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8D48, ObjectSwinger_DecreaseCurrentMaxRotationM_d_33_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ObjectSwinger_DecreaseCurrentMaxRotationM_d_33_System_Collections_IEnumerator_get_Current, (ObjectSwinger_DecreaseCurrentMaxRotationM_d_33 * __this, MethodInfo * method)); DO_APP_FUNC(0x005AF010, void, SurvivalMatchboxController_Attached, (SurvivalMatchboxController * __this, MethodInfo * method)); DO_APP_FUNC(0x005AF280, void, SurvivalMatchboxController_SetMetadata, (SurvivalMatchboxController * __this, String * metadata, MethodInfo * method)); DO_APP_FUNC(0x005AF3B0, void, SurvivalMatchboxController_OnMetadata, (SurvivalMatchboxController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8D40, SurvivalMatchboxController_OnMetadata__MethodInfo); DO_APP_FUNC(0x005AF480, void, SurvivalMatchboxController__ctor, (SurvivalMatchboxController * __this, MethodInfo * method)); DO_APP_FUNC(0x005AF4E0, void, SurvivalRitualBookController_Attached, (SurvivalRitualBookController * __this, MethodInfo * method)); DO_APP_FUNC(0x005AF6C0, void, SurvivalRitualBookController_OnMetadata, (SurvivalRitualBookController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8D28, SurvivalRitualBookController_OnMetadata__MethodInfo); DO_APP_FUNC(0x005AF860, void, SurvivalRitualBookController_OnDisableInteract, (SurvivalRitualBookController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8D30, SurvivalRitualBookController_OnDisableInteract__MethodInfo); DO_APP_FUNC(0x005AFB80, IEnumerator *, SurvivalRitualBookController_DelayEnableInteract, (SurvivalRitualBookController * __this, MethodInfo * method)); DO_APP_FUNC(0x005AFC20, void, SurvivalRitualBookController_SetMetadata, (SurvivalRitualBookController * __this, String * metadata, bool disableInteract, float enableInteractDelay, MethodInfo * method)); DO_APP_FUNC(0x005AFE30, void, SurvivalRitualBookController__ctor, (SurvivalRitualBookController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SurvivalRitualBookController_DelayEnableInteract_d_8__ctor, (SurvivalRitualBookController_DelayEnableInteract_d_8 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalRitualBookController_DelayEnableInteract_d_8_System_IDisposable_Dispose, (SurvivalRitualBookController_DelayEnableInteract_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x005AFE80, bool, SurvivalRitualBookController_DelayEnableInteract_d_8_MoveNext, (SurvivalRitualBookController_DelayEnableInteract_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalRitualBookController_DelayEnableInteract_d_8_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalRitualBookController_DelayEnableInteract_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x005B0140, void, SurvivalRitualBookController_DelayEnableInteract_d_8_System_Collections_IEnumerator_Reset, (SurvivalRitualBookController_DelayEnableInteract_d_8 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8D18, SurvivalRitualBookController_DelayEnableInteract_d_8_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalRitualBookController_DelayEnableInteract_d_8_System_Collections_IEnumerator_get_Current, (SurvivalRitualBookController_DelayEnableInteract_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x005B0190, void, SurvivalTownAltarController_Awake, (SurvivalTownAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005B1220, void, SurvivalTownAltarController_Attached, (SurvivalTownAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005B1520, void, SurvivalTownAltarController_OnAddressableMaterialLoaderComplete, (SurvivalTownAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005B1880, void, SurvivalTownAltarController_OnNumObjectsBurnt, (SurvivalTownAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005B1EB0, void, SurvivalTownAltarController_OnMetadata, (SurvivalTownAltarController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8C60, SurvivalTownAltarController_OnMetadata__MethodInfo); DO_APP_FUNC(0x005B1F80, IEnumerator *, SurvivalTownAltarController_SwingBell, (SurvivalTownAltarController * __this, bool bellWasAlreadySwinging, MethodInfo * method)); DO_APP_FUNC(0x005B2040, void, SurvivalTownAltarController_OnActive, (SurvivalTownAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005B2430, void, SurvivalTownAltarController_OnGoat, (SurvivalTownAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005B25A0, void, SurvivalTownAltarController_SetupPentagrams, (SurvivalTownAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005B2AF0, void, SurvivalTownAltarController_ActivateLocations, (SurvivalTownAltarController * __this, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x005B2D30, void, SurvivalTownAltarController_ActivateLights, (SurvivalTownAltarController * __this, int32_t id, bool active, MethodInfo * method)); DO_APP_FUNC(0x005B3690, TownLocation *, SurvivalTownAltarController_GetLocation, (SurvivalTownAltarController * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x005B3770, void, SurvivalTownAltarController_SpawnLockboxes, (SurvivalTownAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005B4490, void, SurvivalTownAltarController_SpawnLockboxKeys, (SurvivalTownAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005B4900, void, SurvivalTownAltarController_PlaceGoat, (SurvivalTownAltarController * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x005B4AE0, void, SurvivalTownAltarController_OnAzazelSpawned, (SurvivalTownAltarController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8C98, SurvivalTownAltarController_OnAzazelSpawned__MethodInfo); DO_APP_FUNC(0x005B4CD0, Transform *, SurvivalTownAltarController_GetPurgatorySpawnPoint, (SurvivalTownAltarController * __this, NolanBehaviour * nolanBehaviour, MethodInfo * method)); DO_APP_FUNC(0x005B5090, void, SurvivalTownAltarController_SpawnPurgatoryGhosts, (SurvivalTownAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005B53E0, IEnumerator *, SurvivalTownAltarController_SpawnPurgatoryGhostsInternal, (SurvivalTownAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005B5480, void, SurvivalTownAltarController_PurgatoryGhostDied, (SurvivalTownAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005B5670, IEnumerator *, SurvivalTownAltarController_TeleportPlayerBack, (SurvivalTownAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005B5710, void, SurvivalTownAltarController_SetPurgatoryMusic, (SurvivalTownAltarController * __this, bool active, MethodInfo * method)); DO_APP_FUNC(0x005B5770, void, SurvivalTownAltarController_ForceWindowLightsOn, (SurvivalTownAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005B59C0, void, SurvivalTownAltarController_OnDestroy, (SurvivalTownAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005B5A90, void, SurvivalTownAltarController__ctor, (SurvivalTownAltarController * __this, MethodInfo * method)); DO_APP_FUNC(0x005B5E00, void, SurvivalTownAltarController_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalTownAltarController_c__ctor, (SurvivalTownAltarController_c * __this, MethodInfo * method)); DO_APP_FUNC(0x005B5EB0, LockboxSpawnPoint *, SurvivalTownAltarController_c__Awake_b__23_0, (SurvivalTownAltarController_c * __this, GameObject * go, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8C90, SurvivalTownAltarController_c__Awake_b__23_0__MethodInfo); DO_APP_FUNC(0x005B5F00, KeySpawnPoint *, SurvivalTownAltarController_c__SpawnLockboxes_b__35_1, (SurvivalTownAltarController_c * __this, GameObject * go, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8B48, SurvivalTownAltarController_c__SpawnLockboxes_b__35_1__MethodInfo); DO_APP_FUNC(0x003AC050, void, SurvivalTownAltarController_c_DisplayClass26_0__ctor, (SurvivalTownAltarController_c_DisplayClass26_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x005B5F50, void, SurvivalTownAltarController_c_DisplayClass26_0__OnNumObjectsBurnt_b__0, (SurvivalTownAltarController_c_DisplayClass26_0 * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8C50, SurvivalTownAltarController_c_DisplayClass26_0__OnNumObjectsBurnt_b__0__MethodInfo); DO_APP_FUNC(0x005B6050, void, SurvivalTownAltarController_c_DisplayClass26_0__OnNumObjectsBurnt_b__1, (SurvivalTownAltarController_c_DisplayClass26_0 * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8C48, SurvivalTownAltarController_c_DisplayClass26_0__OnNumObjectsBurnt_b__1__MethodInfo); DO_APP_FUNC(0x003BAD60, void, SurvivalTownAltarController_SwingBell_d_28__ctor, (SurvivalTownAltarController_SwingBell_d_28 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalTownAltarController_SwingBell_d_28_System_IDisposable_Dispose, (SurvivalTownAltarController_SwingBell_d_28 * __this, MethodInfo * method)); DO_APP_FUNC(0x005B6120, bool, SurvivalTownAltarController_SwingBell_d_28_MoveNext, (SurvivalTownAltarController_SwingBell_d_28 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalTownAltarController_SwingBell_d_28_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalTownAltarController_SwingBell_d_28 * __this, MethodInfo * method)); DO_APP_FUNC(0x005B6440, void, SurvivalTownAltarController_SwingBell_d_28_System_Collections_IEnumerator_Reset, (SurvivalTownAltarController_SwingBell_d_28 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBC60, SurvivalTownAltarController_SwingBell_d_28_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalTownAltarController_SwingBell_d_28_System_Collections_IEnumerator_get_Current, (SurvivalTownAltarController_SwingBell_d_28 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalTownAltarController_c_DisplayClass33_0__ctor, (SurvivalTownAltarController_c_DisplayClass33_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x005B6490, void, SurvivalTownAltarController_c_DisplayClass33_0__ActivateLights_b__3, (SurvivalTownAltarController_c_DisplayClass33_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8C00, SurvivalTownAltarController_c_DisplayClass33_0__ActivateLights_b__3__MethodInfo); DO_APP_FUNC(0x003AC050, void, SurvivalTownAltarController_c_DisplayClass33_1__ctor, (SurvivalTownAltarController_c_DisplayClass33_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x005B65E0, void, SurvivalTownAltarController_c_DisplayClass33_1__ActivateLights_b__0, (SurvivalTownAltarController_c_DisplayClass33_1 * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8BF0, SurvivalTownAltarController_c_DisplayClass33_1__ActivateLights_b__0__MethodInfo); DO_APP_FUNC(0x005B6710, void, SurvivalTownAltarController_c_DisplayClass33_1__ActivateLights_b__1, (SurvivalTownAltarController_c_DisplayClass33_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8BE8, SurvivalTownAltarController_c_DisplayClass33_1__ActivateLights_b__1__MethodInfo); DO_APP_FUNC(0x005B6860, void, SurvivalTownAltarController_c_DisplayClass33_1__ActivateLights_b__2, (SurvivalTownAltarController_c_DisplayClass33_1 * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8BE0, SurvivalTownAltarController_c_DisplayClass33_1__ActivateLights_b__2__MethodInfo); DO_APP_FUNC(0x003AC050, void, SurvivalTownAltarController_c_DisplayClass34_0__ctor, (SurvivalTownAltarController_c_DisplayClass34_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x005B6990, bool, SurvivalTownAltarController_c_DisplayClass34_0__GetLocation_b__0, (SurvivalTownAltarController_c_DisplayClass34_0 * __this, TownLocation * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8B90, SurvivalTownAltarController_c_DisplayClass34_0__GetLocation_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, SurvivalTownAltarController_c_DisplayClass35_0__ctor, (SurvivalTownAltarController_c_DisplayClass35_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x004982D0, int32_t, SurvivalTownAltarController_c_DisplayClass35_0__SpawnLockboxes_b__0, (SurvivalTownAltarController_c_DisplayClass35_0 * __this, GameObject * spawnPoint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8B40, SurvivalTownAltarController_c_DisplayClass35_0__SpawnLockboxes_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, SurvivalTownAltarController_SpawnPurgatoryGhostsInternal_d_41__ctor, (SurvivalTownAltarController_SpawnPurgatoryGhostsInternal_d_41 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalTownAltarController_SpawnPurgatoryGhostsInternal_d_41_System_IDisposable_Dispose, (SurvivalTownAltarController_SpawnPurgatoryGhostsInternal_d_41 * __this, MethodInfo * method)); DO_APP_FUNC(0x005B69B0, bool, SurvivalTownAltarController_SpawnPurgatoryGhostsInternal_d_41_MoveNext, (SurvivalTownAltarController_SpawnPurgatoryGhostsInternal_d_41 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalTownAltarController_SpawnPurgatoryGhostsInternal_d_41_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalTownAltarController_SpawnPurgatoryGhostsInternal_d_41 * __this, MethodInfo * method)); DO_APP_FUNC(0x005B7150, void, SurvivalTownAltarController_SpawnPurgatoryGhostsInternal_d_41_System_Collections_IEnumerator_Reset, (SurvivalTownAltarController_SpawnPurgatoryGhostsInternal_d_41 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBC20, SurvivalTownAltarController_SpawnPurgatoryGhostsInternal_d_41_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalTownAltarController_SpawnPurgatoryGhostsInternal_d_41_System_Collections_IEnumerator_get_Current, (SurvivalTownAltarController_SpawnPurgatoryGhostsInternal_d_41 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SurvivalTownAltarController_TeleportPlayerBack_d_43__ctor, (SurvivalTownAltarController_TeleportPlayerBack_d_43 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalTownAltarController_TeleportPlayerBack_d_43_System_IDisposable_Dispose, (SurvivalTownAltarController_TeleportPlayerBack_d_43 * __this, MethodInfo * method)); DO_APP_FUNC(0x005B71A0, bool, SurvivalTownAltarController_TeleportPlayerBack_d_43_MoveNext, (SurvivalTownAltarController_TeleportPlayerBack_d_43 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalTownAltarController_TeleportPlayerBack_d_43_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalTownAltarController_TeleportPlayerBack_d_43 * __this, MethodInfo * method)); DO_APP_FUNC(0x005B7D10, void, SurvivalTownAltarController_TeleportPlayerBack_d_43_System_Collections_IEnumerator_Reset, (SurvivalTownAltarController_TeleportPlayerBack_d_43 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBC10, SurvivalTownAltarController_TeleportPlayerBack_d_43_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalTownAltarController_TeleportPlayerBack_d_43_System_Collections_IEnumerator_get_Current, (SurvivalTownAltarController_TeleportPlayerBack_d_43 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TownLocation__ctor, (TownLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x005B7D60, void, TownIntro_Attached, (TownIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x005B7F30, IEnumerator *, TownIntro_ResetRecentlyAttached, (TownIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x005B7FD0, void, TownIntro_OnStep, (TownIntro * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBC08, TownIntro_OnStep__MethodInfo); DO_APP_FUNC(0x005B7FE0, void, TownIntro_OnStepInternal, (TownIntro * __this, bool isFromAttached, MethodInfo * method)); DO_APP_FUNC(0x005B8AC0, void, TownIntro_StopPianoAudio, (TownIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x005B8B80, void, TownIntro_StopAllDrones, (TownIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x005B8E10, void, TownIntro_DestroyGhostJumpScareVolumetricLight, (TownIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x005B9060, void, TownIntro_StartIntro, (TownIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x005B96C0, void, TownIntro_EndIntro, (TownIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x005B98D0, void, TownIntro_LockChurch, (TownIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x005B9B40, void, TownIntro_SaloonPianoStopTriggerEntered, (TownIntro * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBB98, TownIntro_SaloonPianoStopTriggerEntered__MethodInfo); DO_APP_FUNC(0x005B9C50, IEnumerator *, TownIntro_StopPlayingPiano, (TownIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x005B9CF0, IEnumerator *, TownIntro_WaitToPlayThud, (TownIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x005B9D90, void, TownIntro_PlayThud, (TownIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x005B9E60, void, TownIntro_SaloonGhostMoanTriggerEntered, (TownIntro * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBBA0, TownIntro_SaloonGhostMoanTriggerEntered__MethodInfo); DO_APP_FUNC(0x005B9F70, void, TownIntro_SaloonFlickerTriggerEntered, (TownIntro * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBBB0, TownIntro_SaloonFlickerTriggerEntered__MethodInfo); DO_APP_FUNC(0x005BA080, void, TownIntro_SaloonDoorOpened, (TownIntro * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBBB8, TownIntro_SaloonDoorOpened__MethodInfo); DO_APP_FUNC(0x005BA1E0, void, TownIntro_GhostFlashlightsOffTriggerEntered, (TownIntro * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBBC0, TownIntro_GhostFlashlightsOffTriggerEntered__MethodInfo); DO_APP_FUNC(0x005BA2F0, void, TownIntro_SaloonGhostJumpScareTriggerEntered, (TownIntro * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBBA8, TownIntro_SaloonGhostJumpScareTriggerEntered__MethodInfo); DO_APP_FUNC(0x005BA400, IEnumerator *, TownIntro_SaloonGhostJumpScare, (TownIntro * __this, bool isFromAttached, MethodInfo * method)); DO_APP_FUNC(0x005BA4C0, void, TownIntro_ChurchFlickerTriggerEntered, (TownIntro * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBBD0, TownIntro_ChurchFlickerTriggerEntered__MethodInfo); DO_APP_FUNC(0x005BA5D0, void, TownIntro_ChurchTriggerEntered, (TownIntro * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBBC8, TownIntro_ChurchTriggerEntered__MethodInfo); DO_APP_FUNC(0x005BA6E0, IEnumerator *, TownIntro_ChurchIntro, (TownIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x005BA780, void, TownIntro_OnDestroy, (TownIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x005BA860, void, TownIntro__ctor, (TownIntro * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TownIntro_ResetRecentlyAttached_d_49__ctor, (TownIntro_ResetRecentlyAttached_d_49 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TownIntro_ResetRecentlyAttached_d_49_System_IDisposable_Dispose, (TownIntro_ResetRecentlyAttached_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x005BA8B0, bool, TownIntro_ResetRecentlyAttached_d_49_MoveNext, (TownIntro_ResetRecentlyAttached_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TownIntro_ResetRecentlyAttached_d_49_System_Collections_Generic_IEnumerator_System_Object__get_Current, (TownIntro_ResetRecentlyAttached_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x005BA990, void, TownIntro_ResetRecentlyAttached_d_49_System_Collections_IEnumerator_Reset, (TownIntro_ResetRecentlyAttached_d_49 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBB08, TownIntro_ResetRecentlyAttached_d_49_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, TownIntro_ResetRecentlyAttached_d_49_System_Collections_IEnumerator_get_Current, (TownIntro_ResetRecentlyAttached_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TownIntro_StopPlayingPiano_d_59__ctor, (TownIntro_StopPlayingPiano_d_59 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TownIntro_StopPlayingPiano_d_59_System_IDisposable_Dispose, (TownIntro_StopPlayingPiano_d_59 * __this, MethodInfo * method)); DO_APP_FUNC(0x005BA9E0, bool, TownIntro_StopPlayingPiano_d_59_MoveNext, (TownIntro_StopPlayingPiano_d_59 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TownIntro_StopPlayingPiano_d_59_System_Collections_Generic_IEnumerator_System_Object__get_Current, (TownIntro_StopPlayingPiano_d_59 * __this, MethodInfo * method)); DO_APP_FUNC(0x005BAAE0, void, TownIntro_StopPlayingPiano_d_59_System_Collections_IEnumerator_Reset, (TownIntro_StopPlayingPiano_d_59 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBAE8, TownIntro_StopPlayingPiano_d_59_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, TownIntro_StopPlayingPiano_d_59_System_Collections_IEnumerator_get_Current, (TownIntro_StopPlayingPiano_d_59 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TownIntro_WaitToPlayThud_d_60__ctor, (TownIntro_WaitToPlayThud_d_60 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TownIntro_WaitToPlayThud_d_60_System_IDisposable_Dispose, (TownIntro_WaitToPlayThud_d_60 * __this, MethodInfo * method)); DO_APP_FUNC(0x005BAB30, bool, TownIntro_WaitToPlayThud_d_60_MoveNext, (TownIntro_WaitToPlayThud_d_60 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TownIntro_WaitToPlayThud_d_60_System_Collections_Generic_IEnumerator_System_Object__get_Current, (TownIntro_WaitToPlayThud_d_60 * __this, MethodInfo * method)); DO_APP_FUNC(0x005BACF0, void, TownIntro_WaitToPlayThud_d_60_System_Collections_IEnumerator_Reset, (TownIntro_WaitToPlayThud_d_60 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBAE0, TownIntro_WaitToPlayThud_d_60_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, TownIntro_WaitToPlayThud_d_60_System_Collections_IEnumerator_get_Current, (TownIntro_WaitToPlayThud_d_60 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TownIntro_SaloonGhostJumpScare_d_67__ctor, (TownIntro_SaloonGhostJumpScare_d_67 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TownIntro_SaloonGhostJumpScare_d_67_System_IDisposable_Dispose, (TownIntro_SaloonGhostJumpScare_d_67 * __this, MethodInfo * method)); DO_APP_FUNC(0x005BAD40, bool, TownIntro_SaloonGhostJumpScare_d_67_MoveNext, (TownIntro_SaloonGhostJumpScare_d_67 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TownIntro_SaloonGhostJumpScare_d_67_System_Collections_Generic_IEnumerator_System_Object__get_Current, (TownIntro_SaloonGhostJumpScare_d_67 * __this, MethodInfo * method)); DO_APP_FUNC(0x005BB440, void, TownIntro_SaloonGhostJumpScare_d_67_System_Collections_IEnumerator_Reset, (TownIntro_SaloonGhostJumpScare_d_67 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBAD0, TownIntro_SaloonGhostJumpScare_d_67_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, TownIntro_SaloonGhostJumpScare_d_67_System_Collections_IEnumerator_get_Current, (TownIntro_SaloonGhostJumpScare_d_67 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TownIntro_ChurchIntro_d_70__ctor, (TownIntro_ChurchIntro_d_70 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TownIntro_ChurchIntro_d_70_System_IDisposable_Dispose, (TownIntro_ChurchIntro_d_70 * __this, MethodInfo * method)); DO_APP_FUNC(0x005BB490, bool, TownIntro_ChurchIntro_d_70_MoveNext, (TownIntro_ChurchIntro_d_70 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TownIntro_ChurchIntro_d_70_System_Collections_Generic_IEnumerator_System_Object__get_Current, (TownIntro_ChurchIntro_d_70 * __this, MethodInfo * method)); DO_APP_FUNC(0x005BB9B0, void, TownIntro_ChurchIntro_d_70_System_Collections_IEnumerator_Reset, (TownIntro_ChurchIntro_d_70 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBAC0, TownIntro_ChurchIntro_d_70_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, TownIntro_ChurchIntro_d_70_System_Collections_IEnumerator_get_Current, (TownIntro_ChurchIntro_d_70 * __this, MethodInfo * method)); DO_APP_FUNC(0x005BBA00, void, TownMatchboxRenderer_SetMetadata, (TownMatchboxRenderer * __this, String * item, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, TownMatchboxRenderer__ctor, (TownMatchboxRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x005BBB50, void, TownPentagramController_Awake, (TownPentagramController * __this, MethodInfo * method)); DO_APP_FUNC(0x005BBD00, void, TownPentagramController_Start, (TownPentagramController * __this, MethodInfo * method)); DO_APP_FUNC(0x005BBD80, void, TownPentagramController_Attached, (TownPentagramController * __this, MethodInfo * method)); DO_APP_FUNC(0x005BC130, void, TownPentagramController_OnState, (TownPentagramController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBA80, TownPentagramController_OnState__MethodInfo); DO_APP_FUNC(0x005BC970, IEnumerator *, TownPentagramController_PlayCompleteEffects, (TownPentagramController * __this, MethodInfo * method)); DO_APP_FUNC(0x005BCA10, void, TownPentagramController_OnCandles, (TownPentagramController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBA88, TownPentagramController_OnCandles__MethodInfo); DO_APP_FUNC(0x005BCDC0, void, TownPentagramController_OnType, (TownPentagramController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBA78, TownPentagramController_OnType__MethodInfo); DO_APP_FUNC(0x005BCFF0, void, TownPentagramController_Activate, (TownPentagramController * __this, MethodInfo * method)); DO_APP_FUNC(0x005BD000, void, TownPentagramController_SetState, (TownPentagramController * __this, TownPentagramController_PentagramState__Enum pentagramState, MethodInfo * method)); DO_APP_FUNC(0x005BD1F0, void, TownPentagramController_SetLocation, (TownPentagramController * __this, int32_t type, MethodInfo * method)); DO_APP_FUNC(0x005BD3E0, void, TownPentagramController_SetCandle, (TownPentagramController * __this, int32_t index, bool isLit, MethodInfo * method)); DO_APP_FUNC(0x005BD610, bool, TownPentagramController_IsCandleLit, (TownPentagramController * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x005BD850, bool, TownPentagramController_IsInactive, (TownPentagramController * __this, MethodInfo * method)); DO_APP_FUNC(0x005BDA10, bool, TownPentagramController_IsActive, (TownPentagramController * __this, MethodInfo * method)); DO_APP_FUNC(0x005BDBD0, bool, TownPentagramController_IsReady, (TownPentagramController * __this, String * carryObjectName, MethodInfo * method)); DO_APP_FUNC(0x005BDE70, bool, TownPentagramController_IsComplete, (TownPentagramController * __this, MethodInfo * method)); DO_APP_FUNC(0x005BE030, void, TownPentagramController_PlaceRitualBook, (TownPentagramController * __this, String * carryObjectName, MethodInfo * method)); DO_APP_FUNC(0x005BE390, IEnumerator *, TownPentagramController_ActivateBook, (TownPentagramController * __this, SurvivalRitualBookController * bookController, String * carryObjectName, MethodInfo * method)); DO_APP_FUNC(0x005BE500, void, TownPentagramController__ctor, (TownPentagramController * __this, MethodInfo * method)); DO_APP_FUNC(0x005BE570, void, TownPentagramController__OnState_b__24_0, (TownPentagramController * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBA58, TownPentagramController__OnState_b__24_0__MethodInfo); DO_APP_FUNC(0x005BE630, void, TownPentagramController__OnState_b__24_1, (TownPentagramController * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBA50, TownPentagramController__OnState_b__24_1__MethodInfo); DO_APP_FUNC(0x005BE6A0, void, TownPentagramController__PlayCompleteEffects_b__25_0, (TownPentagramController * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB9F0, TownPentagramController__PlayCompleteEffects_b__25_0__MethodInfo); DO_APP_FUNC(0x005BE630, void, TownPentagramController__PlayCompleteEffects_b__25_1, (TownPentagramController * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB9E8, TownPentagramController__PlayCompleteEffects_b__25_1__MethodInfo); DO_APP_FUNC(0x005BE630, void, TownPentagramController__PlayCompleteEffects_b__25_2, (TownPentagramController * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB9E0, TownPentagramController__PlayCompleteEffects_b__25_2__MethodInfo); DO_APP_FUNC(0x005BE830, void, TownPentagramController__PlayCompleteEffects_b__25_3, (TownPentagramController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB9D8, TownPentagramController__PlayCompleteEffects_b__25_3__MethodInfo); DO_APP_FUNC(0x003BAD60, void, TownPentagramController_PlayCompleteEffects_d_25__ctor, (TownPentagramController_PlayCompleteEffects_d_25 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TownPentagramController_PlayCompleteEffects_d_25_System_IDisposable_Dispose, (TownPentagramController_PlayCompleteEffects_d_25 * __this, MethodInfo * method)); DO_APP_FUNC(0x005BE8F0, bool, TownPentagramController_PlayCompleteEffects_d_25_MoveNext, (TownPentagramController_PlayCompleteEffects_d_25 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TownPentagramController_PlayCompleteEffects_d_25_System_Collections_Generic_IEnumerator_System_Object__get_Current, (TownPentagramController_PlayCompleteEffects_d_25 * __this, MethodInfo * method)); DO_APP_FUNC(0x005BEFD0, void, TownPentagramController_PlayCompleteEffects_d_25_System_Collections_IEnumerator_Reset, (TownPentagramController_PlayCompleteEffects_d_25 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB9D0, TownPentagramController_PlayCompleteEffects_d_25_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, TownPentagramController_PlayCompleteEffects_d_25_System_Collections_IEnumerator_get_Current, (TownPentagramController_PlayCompleteEffects_d_25 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TownPentagramController_ActivateBook_d_38__ctor, (TownPentagramController_ActivateBook_d_38 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TownPentagramController_ActivateBook_d_38_System_IDisposable_Dispose, (TownPentagramController_ActivateBook_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x005BF020, bool, TownPentagramController_ActivateBook_d_38_MoveNext, (TownPentagramController_ActivateBook_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TownPentagramController_ActivateBook_d_38_System_Collections_Generic_IEnumerator_System_Object__get_Current, (TownPentagramController_ActivateBook_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x005BF360, void, TownPentagramController_ActivateBook_d_38_System_Collections_IEnumerator_Reset, (TownPentagramController_ActivateBook_d_38 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB9C8, TownPentagramController_ActivateBook_d_38_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, TownPentagramController_ActivateBook_d_38_System_Collections_IEnumerator_get_Current, (TownPentagramController_ActivateBook_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TownPentagramCandle__ctor, (TownPentagramCandle * __this, MethodInfo * method)); DO_APP_FUNC(0x005BF3B0, void, TownRitualBookRenderer_Awake, (TownRitualBookRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x005BF670, void, TownRitualBookRenderer_SetupMaterialInstances, (TownRitualBookRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x005BFA30, void, TownRitualBookRenderer_Hide, (TownRitualBookRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x005BFCA0, void, TownRitualBookRenderer_SetMetadata, (TownRitualBookRenderer * __this, String * metadata, bool skipFade, MethodInfo * method)); DO_APP_FUNC(0x005C0250, void, TownRitualBookRenderer_SetState, (TownRitualBookRenderer * __this, bool active, bool fade, MethodInfo * method)); DO_APP_FUNC(0x005C0DF0, void, TownRitualBookRenderer_Dissolve, (TownRitualBookRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x005C0F90, IEnumerator *, TownRitualBookRenderer_DissolveInternal, (TownRitualBookRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x005C1030, void, TownRitualBookRenderer_ResetDissolve, (TownRitualBookRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, TownRitualBookRenderer__ctor, (TownRitualBookRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x005C1250, void, TownRitualBookRenderer__SetState_b__19_0, (TownRitualBookRenderer * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB9A8, TownRitualBookRenderer__SetState_b__19_0__MethodInfo); DO_APP_FUNC(0x005C12B0, void, TownRitualBookRenderer__SetState_b__19_1, (TownRitualBookRenderer * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB9A0, TownRitualBookRenderer__SetState_b__19_1__MethodInfo); DO_APP_FUNC(0x003BAD60, void, TownRitualBookRenderer_DissolveInternal_d_21__ctor, (TownRitualBookRenderer_DissolveInternal_d_21 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TownRitualBookRenderer_DissolveInternal_d_21_System_IDisposable_Dispose, (TownRitualBookRenderer_DissolveInternal_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x005C1320, bool, TownRitualBookRenderer_DissolveInternal_d_21_MoveNext, (TownRitualBookRenderer_DissolveInternal_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TownRitualBookRenderer_DissolveInternal_d_21_System_Collections_Generic_IEnumerator_System_Object__get_Current, (TownRitualBookRenderer_DissolveInternal_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x005C16A0, void, TownRitualBookRenderer_DissolveInternal_d_21_System_Collections_IEnumerator_Reset, (TownRitualBookRenderer_DissolveInternal_d_21 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB988, TownRitualBookRenderer_DissolveInternal_d_21_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, TownRitualBookRenderer_DissolveInternal_d_21_System_Collections_IEnumerator_get_Current, (TownRitualBookRenderer_DissolveInternal_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x005C16F0, void, TownSaloonDoorCollision_Awake, (TownSaloonDoorCollision * __this, MethodInfo * method)); DO_APP_FUNC(0x005C1920, void, TownSaloonDoorCollision_FixedUpdate, (TownSaloonDoorCollision * __this, MethodInfo * method)); DO_APP_FUNC(0x005C1E90, void, TownSaloonDoorCollision__ctor, (TownSaloonDoorCollision * __this, MethodInfo * method)); DO_APP_FUNC(0x005C1F60, void, TrashCanBehaviour_Awake, (TrashCanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x005C2760, void, TrashCanBehaviour_OnSingleInteract, (TrashCanBehaviour * __this, String * name, GameObject * character, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB948, TrashCanBehaviour_OnSingleInteract__MethodInfo); DO_APP_FUNC(0x005C2D00, void, TrashCanBehaviour_Attached, (TrashCanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x005C2E20, void, TrashCanBehaviour_OnSwitch, (TrashCanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB928, TrashCanBehaviour_OnSwitch__MethodInfo); DO_APP_FUNC(0x005C3530, void, TrashCanBehaviour_LidOff, (TrashCanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x005C36A0, IEnumerator *, TrashCanBehaviour_DisablePhysics, (TrashCanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x005C3740, IEnumerator *, TrashCanBehaviour_FadeAndDestroy, (TrashCanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x005C37E0, void, TrashCanBehaviour_OnDestroy, (TrashCanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x005C3A60, IEnumerator *, TrashCanBehaviour_SpawnEscapedRats, (TrashCanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x005C3B00, void, TrashCanBehaviour__ctor, (TrashCanBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TrashCanBehaviour_DisablePhysics_d_27__ctor, (TrashCanBehaviour_DisablePhysics_d_27 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TrashCanBehaviour_DisablePhysics_d_27_System_IDisposable_Dispose, (TrashCanBehaviour_DisablePhysics_d_27 * __this, MethodInfo * method)); DO_APP_FUNC(0x005C3B50, bool, TrashCanBehaviour_DisablePhysics_d_27_MoveNext, (TrashCanBehaviour_DisablePhysics_d_27 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TrashCanBehaviour_DisablePhysics_d_27_System_Collections_Generic_IEnumerator_System_Object__get_Current, (TrashCanBehaviour_DisablePhysics_d_27 * __this, MethodInfo * method)); DO_APP_FUNC(0x005C3D50, void, TrashCanBehaviour_DisablePhysics_d_27_System_Collections_IEnumerator_Reset, (TrashCanBehaviour_DisablePhysics_d_27 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB8E8, TrashCanBehaviour_DisablePhysics_d_27_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, TrashCanBehaviour_DisablePhysics_d_27_System_Collections_IEnumerator_get_Current, (TrashCanBehaviour_DisablePhysics_d_27 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TrashCanBehaviour_FadeAndDestroy_d_28__ctor, (TrashCanBehaviour_FadeAndDestroy_d_28 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TrashCanBehaviour_FadeAndDestroy_d_28_System_IDisposable_Dispose, (TrashCanBehaviour_FadeAndDestroy_d_28 * __this, MethodInfo * method)); DO_APP_FUNC(0x005C3DA0, bool, TrashCanBehaviour_FadeAndDestroy_d_28_MoveNext, (TrashCanBehaviour_FadeAndDestroy_d_28 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TrashCanBehaviour_FadeAndDestroy_d_28_System_Collections_Generic_IEnumerator_System_Object__get_Current, (TrashCanBehaviour_FadeAndDestroy_d_28 * __this, MethodInfo * method)); DO_APP_FUNC(0x005C47B0, void, TrashCanBehaviour_FadeAndDestroy_d_28_System_Collections_IEnumerator_Reset, (TrashCanBehaviour_FadeAndDestroy_d_28 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB8E0, TrashCanBehaviour_FadeAndDestroy_d_28_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, TrashCanBehaviour_FadeAndDestroy_d_28_System_Collections_IEnumerator_get_Current, (TrashCanBehaviour_FadeAndDestroy_d_28 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TrashCanBehaviour_SpawnEscapedRats_d_30__ctor, (TrashCanBehaviour_SpawnEscapedRats_d_30 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TrashCanBehaviour_SpawnEscapedRats_d_30_System_IDisposable_Dispose, (TrashCanBehaviour_SpawnEscapedRats_d_30 * __this, MethodInfo * method)); DO_APP_FUNC(0x005C4800, bool, TrashCanBehaviour_SpawnEscapedRats_d_30_MoveNext, (TrashCanBehaviour_SpawnEscapedRats_d_30 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TrashCanBehaviour_SpawnEscapedRats_d_30_System_Collections_Generic_IEnumerator_System_Object__get_Current, (TrashCanBehaviour_SpawnEscapedRats_d_30 * __this, MethodInfo * method)); DO_APP_FUNC(0x005C5390, void, TrashCanBehaviour_SpawnEscapedRats_d_30_System_Collections_IEnumerator_Reset, (TrashCanBehaviour_SpawnEscapedRats_d_30 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB8B0, TrashCanBehaviour_SpawnEscapedRats_d_30_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, TrashCanBehaviour_SpawnEscapedRats_d_30_System_Collections_IEnumerator_get_Current, (TrashCanBehaviour_SpawnEscapedRats_d_30 * __this, MethodInfo * method)); DO_APP_FUNC(0x005C53E0, void, TrashCanGraphUpdate_Awake, (TrashCanGraphUpdate * __this, MethodInfo * method)); DO_APP_FUNC(0x005C5630, void, TrashCanGraphUpdate_Start, (TrashCanGraphUpdate * __this, MethodInfo * method)); DO_APP_FUNC(0x005C56E0, void, TrashCanGraphUpdate_KickedOver, (TrashCanGraphUpdate * __this, MethodInfo * method)); DO_APP_FUNC(0x005C58C0, void, TrashCanGraphUpdate_UpdateGraph, (TrashCanGraphUpdate * __this, int32_t tag, Bounds bounds, MethodInfo * method)); DO_APP_FUNC(0x005C5C50, void, TrashCanGraphUpdate__ctor, (TrashCanGraphUpdate * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, TrashCanSpawnPoint__ctor, (TrashCanSpawnPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x005C5CA0, void, TriggerStairsCrawlState_Awake, (TriggerStairsCrawlState * __this, MethodInfo * method)); DO_APP_FUNC(0x005C5E10, void, TriggerStairsCrawlState_OnTriggerEnter, (TriggerStairsCrawlState * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x005C5FA0, void, TriggerStairsCrawlState_OnTriggerExit, (TriggerStairsCrawlState * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x005C6140, void, TriggerStairsCrawlState_OnKnockoutEvent, (TriggerStairsCrawlState * __this, BoltEntity * killedBy, BoltEntity * player, bool usingPoison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB890, TriggerStairsCrawlState_OnKnockoutEvent__MethodInfo); DO_APP_FUNC(0x005C6390, void, TriggerStairsCrawlState_OnReviveEvent, (TriggerStairsCrawlState * __this, BoltEntity * player, BoltEntity * reviver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB888, TriggerStairsCrawlState_OnReviveEvent__MethodInfo); DO_APP_FUNC(0x005C65E0, void, TriggerStairsCrawlState_OnDestroy, (TriggerStairsCrawlState * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, TriggerStairsCrawlState__ctor, (TriggerStairsCrawlState * __this, MethodInfo * method)); DO_APP_FUNC(0x005C6750, void, TruckShutterBehaviour_Awake, (TruckShutterBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x005C6870, void, TruckShutterBehaviour_Attached, (TruckShutterBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x005C6D10, IEnumerator *, TruckShutterBehaviour_GetLocalCharacterLocomotion, (TruckShutterBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x005C6DB0, void, TruckShutterBehaviour_OnOpen, (TruckShutterBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB868, TruckShutterBehaviour_OnOpen__MethodInfo); DO_APP_FUNC(0x005C6FF0, void, TruckShutterBehaviour__ctor, (TruckShutterBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TruckShutterBehaviour_GetLocalCharacterLocomotion_d_10__ctor, (TruckShutterBehaviour_GetLocalCharacterLocomotion_d_10 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TruckShutterBehaviour_GetLocalCharacterLocomotion_d_10_System_IDisposable_Dispose, (TruckShutterBehaviour_GetLocalCharacterLocomotion_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x005C7040, bool, TruckShutterBehaviour_GetLocalCharacterLocomotion_d_10_MoveNext, (TruckShutterBehaviour_GetLocalCharacterLocomotion_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TruckShutterBehaviour_GetLocalCharacterLocomotion_d_10_System_Collections_Generic_IEnumerator_System_Object__get_Current, (TruckShutterBehaviour_GetLocalCharacterLocomotion_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x005C7550, void, TruckShutterBehaviour_GetLocalCharacterLocomotion_d_10_System_Collections_IEnumerator_Reset, (TruckShutterBehaviour_GetLocalCharacterLocomotion_d_10 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB848, TruckShutterBehaviour_GetLocalCharacterLocomotion_d_10_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, TruckShutterBehaviour_GetLocalCharacterLocomotion_d_10_System_Collections_IEnumerator_get_Current, (TruckShutterBehaviour_GetLocalCharacterLocomotion_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x005C75A0, void, ControllerGlyphHeldItemBind_Initialize, (ControllerGlyphHeldItemBind * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x005C77F0, void, ControllerGlyphHeldItemBind_OnLastActiveControllerChanged, (ControllerGlyphHeldItemBind * __this, Controller * controller, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB838, ControllerGlyphHeldItemBind_OnLastActiveControllerChanged__MethodInfo); DO_APP_FUNC(0x005C7AD0, void, ControllerGlyphHeldItemBind_HideGlyph, (ControllerGlyphHeldItemBind * __this, MethodInfo * method)); DO_APP_FUNC(0x005C7BE0, void, ControllerGlyphHeldItemBind_Destroy, (ControllerGlyphHeldItemBind * __this, MethodInfo * method)); DO_APP_FUNC(0x005C7DB0, void, ControllerGlyphHeldItemBind_OnDestroy, (ControllerGlyphHeldItemBind * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ControllerGlyphHeldItemBind__ctor, (ControllerGlyphHeldItemBind * __this, MethodInfo * method)); DO_APP_FUNC(0x005C7EB0, void, ControllerGlyphKeyBinding_TrySetGlyph, (ControllerGlyphKeyBinding * __this, bool gamepad, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ControllerGlyphKeyBinding__ctor, (ControllerGlyphKeyBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x005C84A0, ControllerGlyphManager *, ControllerGlyphManager_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x005C84E0, void, ControllerGlyphManager_Awake, (ControllerGlyphManager * __this, MethodInfo * method)); DO_APP_FUNC(0x005C89E0, Sprite *, ControllerGlyphManager_GetGlyph, (Guid joystickGuid, int32_t elementIdentifierId, AxisRange__Enum axisRange, Color * tint, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ControllerGlyphManager__ctor, (ControllerGlyphManager * __this, MethodInfo * method)); DO_APP_FUNC(0x005C8E70, Sprite *, ControllerGlyphManager_ControllerEntry_GetGlyph, (ControllerGlyphManager_ControllerEntry * __this, int32_t elementIdentifierId, AxisRange__Enum axisRange, Color * tint, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ControllerGlyphManager_ControllerEntry__ctor, (ControllerGlyphManager_ControllerEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x005C8F20, Sprite *, ControllerGlyphManager_GlyphEntry_GetGlyph, (ControllerGlyphManager_GlyphEntry * __this, AxisRange__Enum axisRange, Color * tint, MethodInfo * method)); DO_APP_FUNC(0x005C9150, void, ControllerGlyphManager_GlyphEntry__ctor, (ControllerGlyphManager_GlyphEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x005C9160, void, ControllerGlyphTutorialText_Initialize, (ControllerGlyphTutorialText * __this, String * actionName, String * localizationKey, String * defaultBinding, MethodInfo * method)); DO_APP_FUNC(0x005C95B0, void, ControllerGlyphTutorialText_OnLastActiveControllerChanged, (ControllerGlyphTutorialText * __this, Controller * controller, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB6C0, ControllerGlyphTutorialText_OnLastActiveControllerChanged__MethodInfo); DO_APP_FUNC(0x005C9980, IEnumerator *, ControllerGlyphTutorialText_ActivateGlyph, (ControllerGlyphTutorialText * __this, Sprite * glyph, Color tint, MethodInfo * method)); DO_APP_FUNC(0x005C9AA0, void, ControllerGlyphTutorialText_HideGlyph, (ControllerGlyphTutorialText * __this, MethodInfo * method)); DO_APP_FUNC(0x005C9E00, void, ControllerGlyphTutorialText_OnDisable, (ControllerGlyphTutorialText * __this, MethodInfo * method)); DO_APP_FUNC(0x005C9E10, void, ControllerGlyphTutorialText_Destroy, (ControllerGlyphTutorialText * __this, MethodInfo * method)); DO_APP_FUNC(0x005C9FF0, void, ControllerGlyphTutorialText_OnDestroy, (ControllerGlyphTutorialText * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ControllerGlyphTutorialText__ctor, (ControllerGlyphTutorialText * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ControllerGlyphTutorialText_ActivateGlyph_d_15__ctor, (ControllerGlyphTutorialText_ActivateGlyph_d_15 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ControllerGlyphTutorialText_ActivateGlyph_d_15_System_IDisposable_Dispose, (ControllerGlyphTutorialText_ActivateGlyph_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x005CA0F0, bool, ControllerGlyphTutorialText_ActivateGlyph_d_15_MoveNext, (ControllerGlyphTutorialText_ActivateGlyph_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ControllerGlyphTutorialText_ActivateGlyph_d_15_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ControllerGlyphTutorialText_ActivateGlyph_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x005CA8B0, void, ControllerGlyphTutorialText_ActivateGlyph_d_15_System_Collections_IEnumerator_Reset, (ControllerGlyphTutorialText_ActivateGlyph_d_15 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB5F0, ControllerGlyphTutorialText_ActivateGlyph_d_15_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ControllerGlyphTutorialText_ActivateGlyph_d_15_System_Collections_IEnumerator_get_Current, (ControllerGlyphTutorialText_ActivateGlyph_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x005CA900, void, ControllerGlyphUI_Start, (ControllerGlyphUI * __this, MethodInfo * method)); DO_APP_FUNC(0x005CAD00, void, ControllerGlyphUI_OnLastActiveControllerChanged, (ControllerGlyphUI * __this, Controller * controller, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB5E8, ControllerGlyphUI_OnLastActiveControllerChanged__MethodInfo); DO_APP_FUNC(0x005CB650, void, ControllerGlyphUI_HideGlyph, (ControllerGlyphUI * __this, MethodInfo * method)); DO_APP_FUNC(0x005CBE90, void, ControllerGlyphUI_OnDestroy, (ControllerGlyphUI * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ControllerGlyphUI__ctor, (ControllerGlyphUI * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, EmotesWheelSlice__ctor, (EmotesWheelSlice * __this, MethodInfo * method)); DO_APP_FUNC(0x005CBF80, void, GamepadUISelectOnly_OnSelect, (GamepadUISelectOnly * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x005CBFE0, IEnumerator *, GamepadUISelectOnly_Deselect, (GamepadUISelectOnly * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, GamepadUISelectOnly__ctor, (GamepadUISelectOnly * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GamepadUISelectOnly_Deselect_d_1__ctor, (GamepadUISelectOnly_Deselect_d_1 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GamepadUISelectOnly_Deselect_d_1_System_IDisposable_Dispose, (GamepadUISelectOnly_Deselect_d_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x005CC030, bool, GamepadUISelectOnly_Deselect_d_1_MoveNext, (GamepadUISelectOnly_Deselect_d_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GamepadUISelectOnly_Deselect_d_1_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GamepadUISelectOnly_Deselect_d_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x005CC180, void, GamepadUISelectOnly_Deselect_d_1_System_Collections_IEnumerator_Reset, (GamepadUISelectOnly_Deselect_d_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB5B0, GamepadUISelectOnly_Deselect_d_1_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GamepadUISelectOnly_Deselect_d_1_System_Collections_IEnumerator_get_Current, (GamepadUISelectOnly_Deselect_d_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x005CC1D0, void, HorizontalSelectable_Awake, (HorizontalSelectable * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, HorizontalSelectable__ctor, (HorizontalSelectable * __this, MethodInfo * method)); DO_APP_FUNC(0x005CC2B0, void, KeepBehind_LateUpdate, (KeepBehind * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, KeepBehind__ctor, (KeepBehind * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, KeyBindingEntry__ctor, (KeyBindingEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x005CC3F0, void, LocalizationDropdown_Start, (LocalizationDropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x005CC4D0, void, LocalizationDropdown_SetOptionsText, (LocalizationDropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x005CCA60, void, LocalizationDropdown_OnValueChanged, (LocalizationDropdown * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB570, LocalizationDropdown_OnValueChanged__MethodInfo); DO_APP_FUNC(0x005CCC30, void, LocalizationDropdown_OnDestroy, (LocalizationDropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, LocalizationDropdown__ctor, (LocalizationDropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x005CCD30, LocalizationManager *, LocalizationManager_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x005CCD70, void, LocalizationManager_Awake, (LocalizationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x005CDB20, void, LocalizationManager_OnEnable, (LocalizationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x005CDBD0, void, LocalizationManager_OnDisable, (LocalizationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x005CDC80, void, LocalizationManager_OnSceneLoaded, (LocalizationManager * __this, Scene scene, LoadSceneMode__Enum mode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB4A0, LocalizationManager_OnSceneLoaded__MethodInfo); DO_APP_FUNC(0x005CDC90, void, LocalizationManager_TrySwitchingToLanguageUniqueFont, (LocalizationManager * __this, Text__Array * textComponents, MethodInfo * method)); DO_APP_FUNC(0x005CE1A0, void, LocalizationManager_SetAllTextsFontTo, (LocalizationManager * __this, Font * font, Text__Array * textComponents, MethodInfo * method)); DO_APP_FUNC(0x005CE360, String *, LocalizationManager_GetText, (LocalizationManager * __this, String * key, MethodInfo * method)); DO_APP_FUNC(0x005CE8D0, String *, LocalizationManager_GetTextForLanguage, (LocalizationManager * __this, String * key, String * languageString, MethodInfo * method)); DO_APP_FUNC(0x005CEEF0, void, LocalizationManager_RefreshText, (LocalizationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, Font *, LocalizationManager_GetCurrentFont, (LocalizationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x005CF630, TMP_FontAsset *, LocalizationManager_GetCurrentFontAsset, (LocalizationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x005CF720, void, LocalizationManager_SetText, (LocalizationManager * __this, Text * textComponent, String * text, MethodInfo * method)); DO_APP_FUNC(0x005CF770, void, LocalizationManager_SetText_1, (LocalizationManager * __this, TextMeshProUGUI * textComponent, String * text, MethodInfo * method)); DO_APP_FUNC(0x005CF8A0, void, LocalizationManager_SetText_2, (LocalizationManager * __this, TMP_Text * textComponent, String * text, MethodInfo * method)); DO_APP_FUNC(0x005CF9D0, void, LocalizationManager_LoadBadWordFilters, (LocalizationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x005CFCE0, bool, LocalizationManager_ShouldDisableBestFit, (LocalizationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x005CFD00, void, LocalizationManager__ctor, (LocalizationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x005CFF50, bool, LocalizationManager__TrySwitchingToLanguageUniqueFont_b__17_0, (LocalizationManager * __this, LanguageUniqueFont * it, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB478, LocalizationManager__TrySwitchingToLanguageUniqueFont_b__17_0__MethodInfo); DO_APP_FUNC(0x005CFF70, void, Language__ctor, (Language * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextKeyValue__ctor, (TextKeyValue * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LanguageUniqueFont__ctor, (LanguageUniqueFont * __this, MethodInfo * method)); DO_APP_FUNC(0x005D0040, void, LocalizationQuality_Start, (LocalizationQuality * __this, MethodInfo * method)); DO_APP_FUNC(0x005D0050, void, LocalizationQuality_SetText, (LocalizationQuality * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, LocalizationQuality__ctor, (LocalizationQuality * __this, MethodInfo * method)); DO_APP_FUNC(0x005D0320, void, LocalizationTextToggle_Start, (LocalizationTextToggle * __this, MethodInfo * method)); DO_APP_FUNC(0x005D0330, void, LocalizationTextToggle_SetText, (LocalizationTextToggle * __this, bool on, MethodInfo * method)); DO_APP_FUNC(0x005D0470, void, LocalizationTextToggle_RefreshText, (LocalizationTextToggle * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, LocalizationTextToggle__ctor, (LocalizationTextToggle * __this, MethodInfo * method)); DO_APP_FUNC(0x005D05B0, void, LocalizationTMPDropdown_Start, (LocalizationTMPDropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x005D0690, void, LocalizationTMPDropdown_SetOptionsText, (LocalizationTMPDropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x005D0C90, void, LocalizationTMPDropdown_OnValueChanged, (LocalizationTMPDropdown * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB290, LocalizationTMPDropdown_OnValueChanged__MethodInfo); DO_APP_FUNC(0x005D0DD0, void, LocalizationTMPDropdown_OnDestroy, (LocalizationTMPDropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, LocalizationTMPDropdown__ctor, (LocalizationTMPDropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x005D0ED0, void, LocalizationUIText_Start, (LocalizationUIText * __this, MethodInfo * method)); DO_APP_FUNC(0x005D0EE0, void, LocalizationUIText_SetText, (LocalizationUIText * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, LocalizationUIText__ctor, (LocalizationUIText * __this, MethodInfo * method)); DO_APP_FUNC(0x005D1110, void, LocalizationUITextFormat_Start, (LocalizationUITextFormat * __this, MethodInfo * method)); DO_APP_FUNC(0x005D1120, void, LocalizationUITextFormat_SetText, (LocalizationUITextFormat * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, LocalizationUITextFormat__ctor, (LocalizationUITextFormat * __this, MethodInfo * method)); DO_APP_FUNC(0x005D1540, void, MouseFollower_Update, (MouseFollower * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, MouseFollower__ctor, (MouseFollower * __this, MethodInfo * method)); DO_APP_FUNC(0x005D1980, MouseGlyphManager *, MouseGlyphManager_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x005D19C0, void, MouseGlyphManager_Awake, (MouseGlyphManager * __this, MethodInfo * method)); DO_APP_FUNC(0x005D1EC0, Sprite *, MouseGlyphManager_GetGlyph, (int32_t elementIdentifierId, AxisRange__Enum axisRange, Color * tint, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, MouseGlyphManager__ctor, (MouseGlyphManager * __this, MethodInfo * method)); DO_APP_FUNC(0x005D2080, Sprite *, MouseGlyphManager_GlyphEntry_GetGlyph, (MouseGlyphManager_GlyphEntry * __this, AxisRange__Enum axisRange, Color * tint, MethodInfo * method)); DO_APP_FUNC(0x005C9150, void, MouseGlyphManager_GlyphEntry__ctor, (MouseGlyphManager_GlyphEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x005D22B0, void, MouseObjectRotator_Awake, (MouseObjectRotator * __this, MethodInfo * method)); DO_APP_FUNC(0x005D23F0, void, MouseObjectRotator_OnEnable, (MouseObjectRotator * __this, MethodInfo * method)); DO_APP_FUNC(0x005D2840, void, MouseObjectRotator_Start, (MouseObjectRotator * __this, MethodInfo * method)); DO_APP_FUNC(0x005D28A0, void, MouseObjectRotator_Update, (MouseObjectRotator * __this, MethodInfo * method)); DO_APP_FUNC(0x005D2C60, void, MouseObjectRotator_OnVRTriggerPerformed, (MouseObjectRotator * __this, InputAction_CallbackContext ctx, bool right, MethodInfo * method)); DO_APP_FUNC(0x005D3230, void, MouseObjectRotator_OnMouseDown, (MouseObjectRotator * __this, MethodInfo * method)); DO_APP_FUNC(0x005D32B0, void, MouseObjectRotator_OnMouseUp, (MouseObjectRotator * __this, MethodInfo * method)); DO_APP_FUNC(0x005D32C0, void, MouseObjectRotator_OnDisable, (MouseObjectRotator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, MouseObjectRotator__ctor, (MouseObjectRotator * __this, MethodInfo * method)); DO_APP_FUNC(0x005D3360, void, MouseObjectRotator__OnEnable_b__17_0, (MouseObjectRotator * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB240, MouseObjectRotator__OnEnable_b__17_0__MethodInfo); DO_APP_FUNC(0x005D3390, void, MouseObjectRotator__OnEnable_b__17_1, (MouseObjectRotator * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB238, MouseObjectRotator__OnEnable_b__17_1__MethodInfo); DO_APP_FUNC(0x005D33C0, Graphic__Array *, MultiImageButton_get_Graphics, (MultiImageButton * __this, MethodInfo * method)); DO_APP_FUNC(0x005D36E0, void, MultiImageButton_DoStateTransition, (MultiImageButton * __this, Selectable_SelectionState__Enum state, bool instant, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB188, MultiImageButton_DoStateTransition__MethodInfo); DO_APP_FUNC(0x005D3B00, void, MultiImageButton_ColorTween, (MultiImageButton * __this, Color targetColor, bool instant, MethodInfo * method)); DO_APP_FUNC(0x005D3D10, void, MultiImageButton__ctor, (MultiImageButton * __this, MethodInfo * method)); DO_APP_FUNC(0x005D3E60, void, MultiImageButton_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MultiImageButton_c__ctor, (MultiImageButton_c * __this, MethodInfo * method)); DO_APP_FUNC(0x005D3F10, bool, MultiImageButton_c__get_Graphics_b__2_0, (MultiImageButton_c * __this, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB1B8, MultiImageButton_c__get_Graphics_b__2_0__MethodInfo); DO_APP_FUNC(0x005D3F60, void, OutfitPreviewLoader_Awake, (OutfitPreviewLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x005D4000, void, OutfitPreviewLoader_Preview, (OutfitPreviewLoader * __this, String * characterName, String * outfitName, String * robeName, MethodInfo * method)); DO_APP_FUNC(0x005D4350, void, OutfitPreviewLoader_PreviewFlashlight, (OutfitPreviewLoader * __this, String * flashlightName, MethodInfo * method)); DO_APP_FUNC(0x005D4750, void, OutfitPreviewLoader_PreviewPet, (OutfitPreviewLoader * __this, String * petName, MethodInfo * method)); DO_APP_FUNC(0x005D4AC0, void, OutfitPreviewLoader_PreviewEmote, (OutfitPreviewLoader * __this, int32_t emoteID, String * characterName, String * outfitName, String * robeName, MethodInfo * method)); DO_APP_FUNC(0x005D4E10, void, OutfitPreviewLoader_Hide, (OutfitPreviewLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x005D50F0, bool, OutfitPreviewLoader_IsVisible, (OutfitPreviewLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x005D5100, IEnumerator *, OutfitPreviewLoader_PreviewInternal, (OutfitPreviewLoader * __this, String * characterName, String * outfitName, String * robeName, int32_t emoteID, MethodInfo * method)); DO_APP_FUNC(0x005D52D0, IEnumerator *, OutfitPreviewLoader_LoadRobeTexture, (OutfitPreviewLoader * __this, String * robeName, Renderer__Array * skinnedMeshRenderers, MethodInfo * method)); DO_APP_FUNC(0x005D5440, Avatar *, OutfitPreviewLoader_GetAvatar, (OutfitPreviewLoader * __this, String * characterName, MethodInfo * method)); DO_APP_FUNC(0x005D5580, int32_t, OutfitPreviewLoader_GetPose, (OutfitPreviewLoader * __this, String * characterName, MethodInfo * method)); DO_APP_FUNC(0x005D56C0, IEnumerator *, OutfitPreviewLoader_PreviewFlashlightInternal, (OutfitPreviewLoader * __this, String * flashlightName, MethodInfo * method)); DO_APP_FUNC(0x005D57D0, IEnumerator *, OutfitPreviewLoader_PreviewPetInternal, (OutfitPreviewLoader * __this, String * petName, MethodInfo * method)); DO_APP_FUNC(0x005D58E0, void, OutfitPreviewLoader_Clear, (OutfitPreviewLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x005D6250, void, OutfitPreviewLoader_Release, (OutfitPreviewLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x005D64B0, void, OutfitPreviewLoader_OnDestroy, (OutfitPreviewLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x005D64C0, void, OutfitPreviewLoader__ctor, (OutfitPreviewLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OutfitPreviewLoader_OutfitPreviewAvatar__ctor, (OutfitPreviewLoader_OutfitPreviewAvatar * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, OutfitPreviewLoader_PreviewInternal_d_31__ctor, (OutfitPreviewLoader_PreviewInternal_d_31 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OutfitPreviewLoader_PreviewInternal_d_31_System_IDisposable_Dispose, (OutfitPreviewLoader_PreviewInternal_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x005D6710, bool, OutfitPreviewLoader_PreviewInternal_d_31_MoveNext, (OutfitPreviewLoader_PreviewInternal_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, OutfitPreviewLoader_PreviewInternal_d_31_System_Collections_Generic_IEnumerator_System_Object__get_Current, (OutfitPreviewLoader_PreviewInternal_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x005D7760, void, OutfitPreviewLoader_PreviewInternal_d_31_System_Collections_IEnumerator_Reset, (OutfitPreviewLoader_PreviewInternal_d_31 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB008, OutfitPreviewLoader_PreviewInternal_d_31_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, OutfitPreviewLoader_PreviewInternal_d_31_System_Collections_IEnumerator_get_Current, (OutfitPreviewLoader_PreviewInternal_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, OutfitPreviewLoader_LoadRobeTexture_d_32__ctor, (OutfitPreviewLoader_LoadRobeTexture_d_32 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OutfitPreviewLoader_LoadRobeTexture_d_32_System_IDisposable_Dispose, (OutfitPreviewLoader_LoadRobeTexture_d_32 * __this, MethodInfo * method)); DO_APP_FUNC(0x005D77B0, bool, OutfitPreviewLoader_LoadRobeTexture_d_32_MoveNext, (OutfitPreviewLoader_LoadRobeTexture_d_32 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, OutfitPreviewLoader_LoadRobeTexture_d_32_System_Collections_Generic_IEnumerator_System_Object__get_Current, (OutfitPreviewLoader_LoadRobeTexture_d_32 * __this, MethodInfo * method)); DO_APP_FUNC(0x005D7E40, void, OutfitPreviewLoader_LoadRobeTexture_d_32_System_Collections_IEnumerator_Reset, (OutfitPreviewLoader_LoadRobeTexture_d_32 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEAFC0, OutfitPreviewLoader_LoadRobeTexture_d_32_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, OutfitPreviewLoader_LoadRobeTexture_d_32_System_Collections_IEnumerator_get_Current, (OutfitPreviewLoader_LoadRobeTexture_d_32 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OutfitPreviewLoader_c_DisplayClass33_0__ctor, (OutfitPreviewLoader_c_DisplayClass33_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x005D7E90, bool, OutfitPreviewLoader_c_DisplayClass33_0__GetAvatar_b__0, (OutfitPreviewLoader_c_DisplayClass33_0 * __this, OutfitPreviewLoader_OutfitPreviewAvatar * a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB0C0, OutfitPreviewLoader_c_DisplayClass33_0__GetAvatar_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, OutfitPreviewLoader_c_DisplayClass34_0__ctor, (OutfitPreviewLoader_c_DisplayClass34_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x005D7E90, bool, OutfitPreviewLoader_c_DisplayClass34_0__GetPose_b__0, (OutfitPreviewLoader_c_DisplayClass34_0 * __this, OutfitPreviewLoader_OutfitPreviewAvatar * a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB090, OutfitPreviewLoader_c_DisplayClass34_0__GetPose_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, OutfitPreviewLoader_c_DisplayClass35_0__ctor, (OutfitPreviewLoader_c_DisplayClass35_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x005D7EF0, void, OutfitPreviewLoader_c_DisplayClass35_0__PreviewFlashlightInternal_b__0, (OutfitPreviewLoader_c_DisplayClass35_0 * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEAF78, OutfitPreviewLoader_c_DisplayClass35_0__PreviewFlashlightInternal_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, OutfitPreviewLoader_PreviewFlashlightInternal_d_35__ctor, (OutfitPreviewLoader_PreviewFlashlightInternal_d_35 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OutfitPreviewLoader_PreviewFlashlightInternal_d_35_System_IDisposable_Dispose, (OutfitPreviewLoader_PreviewFlashlightInternal_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x005D7F60, bool, OutfitPreviewLoader_PreviewFlashlightInternal_d_35_MoveNext, (OutfitPreviewLoader_PreviewFlashlightInternal_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, OutfitPreviewLoader_PreviewFlashlightInternal_d_35_System_Collections_Generic_IEnumerator_System_Object__get_Current, (OutfitPreviewLoader_PreviewFlashlightInternal_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x005D9660, void, OutfitPreviewLoader_PreviewFlashlightInternal_d_35_System_Collections_IEnumerator_Reset, (OutfitPreviewLoader_PreviewFlashlightInternal_d_35 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEAF48, OutfitPreviewLoader_PreviewFlashlightInternal_d_35_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, OutfitPreviewLoader_PreviewFlashlightInternal_d_35_System_Collections_IEnumerator_get_Current, (OutfitPreviewLoader_PreviewFlashlightInternal_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, OutfitPreviewLoader_PreviewPetInternal_d_36__ctor, (OutfitPreviewLoader_PreviewPetInternal_d_36 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OutfitPreviewLoader_PreviewPetInternal_d_36_System_IDisposable_Dispose, (OutfitPreviewLoader_PreviewPetInternal_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x005D96B0, bool, OutfitPreviewLoader_PreviewPetInternal_d_36_MoveNext, (OutfitPreviewLoader_PreviewPetInternal_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, OutfitPreviewLoader_PreviewPetInternal_d_36_System_Collections_Generic_IEnumerator_System_Object__get_Current, (OutfitPreviewLoader_PreviewPetInternal_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x005DA080, void, OutfitPreviewLoader_PreviewPetInternal_d_36_System_Collections_IEnumerator_Reset, (OutfitPreviewLoader_PreviewPetInternal_d_36 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEAF28, OutfitPreviewLoader_PreviewPetInternal_d_36_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, OutfitPreviewLoader_PreviewPetInternal_d_36_System_Collections_IEnumerator_get_Current, (OutfitPreviewLoader_PreviewPetInternal_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x005DA0D0, void, OutfitPreviewLoaderEventHandler_Awake, (OutfitPreviewLoaderEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x005DA160, void, OutfitPreviewLoaderEventHandler_ExecuteEvent, (OutfitPreviewLoaderEventHandler * __this, String * eventName, MethodInfo * method)); DO_APP_FUNC(0x005DA2D0, IEnumerator *, OutfitPreviewLoaderEventHandler_WaitToStartAgain, (OutfitPreviewLoaderEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, OutfitPreviewLoaderEventHandler__ctor, (OutfitPreviewLoaderEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, OutfitPreviewLoaderEventHandler_WaitToStartAgain_d_3__ctor, (OutfitPreviewLoaderEventHandler_WaitToStartAgain_d_3 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OutfitPreviewLoaderEventHandler_WaitToStartAgain_d_3_System_IDisposable_Dispose, (OutfitPreviewLoaderEventHandler_WaitToStartAgain_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x005DA370, bool, OutfitPreviewLoaderEventHandler_WaitToStartAgain_d_3_MoveNext, (OutfitPreviewLoaderEventHandler_WaitToStartAgain_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, OutfitPreviewLoaderEventHandler_WaitToStartAgain_d_3_System_Collections_Generic_IEnumerator_System_Object__get_Current, (OutfitPreviewLoaderEventHandler_WaitToStartAgain_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x005DA550, void, OutfitPreviewLoaderEventHandler_WaitToStartAgain_d_3_System_Collections_IEnumerator_Reset, (OutfitPreviewLoaderEventHandler_WaitToStartAgain_d_3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEAF00, OutfitPreviewLoaderEventHandler_WaitToStartAgain_d_3_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, OutfitPreviewLoaderEventHandler_WaitToStartAgain_d_3_System_Collections_IEnumerator_get_Current, (OutfitPreviewLoaderEventHandler_WaitToStartAgain_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, PlayerMenuItem__ctor, (PlayerMenuItem * __this, MethodInfo * method)); DO_APP_FUNC(0x005DA5A0, void, PlayerMenuItemGamepad_Awake, (PlayerMenuItemGamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x005DA630, void, PlayerMenuItemGamepad_OnSelect, (PlayerMenuItemGamepad * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x005DA640, void, PlayerMenuItemGamepad_OnDeselect, (PlayerMenuItemGamepad * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x005DA650, void, PlayerMenuItemGamepad_Update, (PlayerMenuItemGamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, PlayerMenuItemGamepad__ctor, (PlayerMenuItemGamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, PlayerStatsCategory__ctor, (PlayerStatsCategory * __this, MethodInfo * method)); DO_APP_FUNC(0x005DA8C0, void, PlayerStatsController_LoadStats, (PlayerStatsController * __this, MethodInfo * method)); DO_APP_FUNC(0x005DB5C0, void, PlayerStatsController_SelectFirstStat, (PlayerStatsController * __this, MethodInfo * method)); DO_APP_FUNC(0x005DB710, IEnumerator *, PlayerStatsController_SelectFirstStatInternal, (PlayerStatsController * __this, MethodInfo * method)); DO_APP_FUNC(0x005DB7B0, void, PlayerStatsController__ctor, (PlayerStatsController * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE3B0, void, PlayerStatsController_Category__ctor, (PlayerStatsController_Category * __this, String * localizedKey, PlayerStatsController_Stat__Array * stats, bool calculateTotal, MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, PlayerStatsController_Category_get_LocalizedKey, (PlayerStatsController_Category * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, PlayerStatsController_Stat__Array *, PlayerStatsController_Category_get_Stats, (PlayerStatsController_Category * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, PlayerStatsController_Category_get_CalculateTotal, (PlayerStatsController_Category * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE480, void, PlayerStatsController_Stat__ctor, (PlayerStatsController_Stat * __this, String * name, String * localizedKey, String * type, bool useLocalizedKeyAsLabel, MethodInfo * method)); DO_APP_FUNC(0x005DE590, void, PlayerStatsController_Stat__ctor_1, (PlayerStatsController_Stat * __this, String * name, String * localizedKey, String * type, String * valueFormat, bool calcPercentageOfTotal, bool useLocalizedKeyAsLabel, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, PlayerStatsController_Stat_get_Name, (PlayerStatsController_Stat * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, PlayerStatsController_Stat_get_LocalizedKey, (PlayerStatsController_Stat * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, PlayerStatsController_Stat_get_Type, (PlayerStatsController_Stat * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, PlayerStatsController_Stat_get_ValueFormat, (PlayerStatsController_Stat * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, PlayerStatsController_Stat_get_CalcPercentageOfTotal, (PlayerStatsController_Stat * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE710, bool, PlayerStatsController_Stat_get_UseLocalizedKeyAsLabel, (PlayerStatsController_Stat * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE720, float, PlayerStatsController_Stat_get_Value, (PlayerStatsController_Stat * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE730, void, PlayerStatsController_Stat_set_Value, (PlayerStatsController_Stat * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PlayerStatsController_SelectFirstStatInternal_d_9__ctor, (PlayerStatsController_SelectFirstStatInternal_d_9 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlayerStatsController_SelectFirstStatInternal_d_9_System_IDisposable_Dispose, (PlayerStatsController_SelectFirstStatInternal_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE740, bool, PlayerStatsController_SelectFirstStatInternal_d_9_MoveNext, (PlayerStatsController_SelectFirstStatInternal_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PlayerStatsController_SelectFirstStatInternal_d_9_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PlayerStatsController_SelectFirstStatInternal_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE9B0, void, PlayerStatsController_SelectFirstStatInternal_d_9_System_Collections_IEnumerator_Reset, (PlayerStatsController_SelectFirstStatInternal_d_9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B7A8, PlayerStatsController_SelectFirstStatInternal_d_9_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PlayerStatsController_SelectFirstStatInternal_d_9_System_Collections_IEnumerator_get_Current, (PlayerStatsController_SelectFirstStatInternal_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, PlayerStatsItem__ctor, (PlayerStatsItem * __this, MethodInfo * method)); DO_APP_FUNC(0x005DEA00, void, ScreenEffect_PulseScreenEffect, (ScreenEffect * __this, ScreenEffect_Type__Enum type, float fadeInDuration, float minAlpha, float maxAlpha, MethodInfo * method)); DO_APP_FUNC(0x005DECD0, IEnumerator *, ScreenEffect_PulseScreenEffectInternal, (ScreenEffect * __this, ScreenEffectType * screenEffect, float fadeInDuration, float minAlpha, float maxAlpha, MethodInfo * method)); DO_APP_FUNC(0x005DEE20, void, ScreenEffect_FadeOutScreenEffect, (ScreenEffect * __this, ScreenEffect_Type__Enum type, float fadeOutDuration, MethodInfo * method)); DO_APP_FUNC(0x005DF010, IEnumerator *, ScreenEffect_FadeInScreenEffectInternal, (ScreenEffect * __this, ScreenEffectType * screenEffect, float fadeInDuration, float targetAlpha, MethodInfo * method)); DO_APP_FUNC(0x005DF0E0, IEnumerator *, ScreenEffect_FadeOutScreenEffectInternal, (ScreenEffect * __this, ScreenEffectType * screenEffect, float fadeOutDuration, float targetAlpha, MethodInfo * method)); DO_APP_FUNC(0x005DF1B0, void, ScreenEffect_FadeToScreenEffectAlpha, (ScreenEffect * __this, ScreenEffect_Type__Enum type, float alpha, MethodInfo * method)); DO_APP_FUNC(0x005DF4E0, void, ScreenEffect_ShowScreenEffectDecal, (ScreenEffect * __this, ScreenEffect_Type__Enum type, float alpha, float duration, float fadeOutDuration, MethodInfo * method)); DO_APP_FUNC(0x005DF6F0, void, ScreenEffect_TrapDeath, (ScreenEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x005DFB50, IEnumerator *, ScreenEffect_TrapDeathInternal, (ScreenEffect * __this, ScreenEffectType * screenEffect, MethodInfo * method)); DO_APP_FUNC(0x005DFC60, void, ScreenEffect_HideAllEffects, (ScreenEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x005DFFF0, void, ScreenEffect__ctor, (ScreenEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScreenEffect_c_DisplayClass3_0__ctor, (ScreenEffect_c_DisplayClass3_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x005E0040, bool, ScreenEffect_c_DisplayClass3_0__PulseScreenEffect_b__0, (ScreenEffect_c_DisplayClass3_0 * __this, ScreenEffectType * t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B768, ScreenEffect_c_DisplayClass3_0__PulseScreenEffect_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, ScreenEffect_PulseScreenEffectInternal_d_4__ctor, (ScreenEffect_PulseScreenEffectInternal_d_4 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScreenEffect_PulseScreenEffectInternal_d_4_System_IDisposable_Dispose, (ScreenEffect_PulseScreenEffectInternal_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x005E0060, bool, ScreenEffect_PulseScreenEffectInternal_d_4_MoveNext, (ScreenEffect_PulseScreenEffectInternal_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ScreenEffect_PulseScreenEffectInternal_d_4_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ScreenEffect_PulseScreenEffectInternal_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x005E0500, void, ScreenEffect_PulseScreenEffectInternal_d_4_System_Collections_IEnumerator_Reset, (ScreenEffect_PulseScreenEffectInternal_d_4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B688, ScreenEffect_PulseScreenEffectInternal_d_4_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ScreenEffect_PulseScreenEffectInternal_d_4_System_Collections_IEnumerator_get_Current, (ScreenEffect_PulseScreenEffectInternal_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScreenEffect_c_DisplayClass5_0__ctor, (ScreenEffect_c_DisplayClass5_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x005E0040, bool, ScreenEffect_c_DisplayClass5_0__FadeOutScreenEffect_b__0, (ScreenEffect_c_DisplayClass5_0 * __this, ScreenEffectType * t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B748, ScreenEffect_c_DisplayClass5_0__FadeOutScreenEffect_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, ScreenEffect_FadeInScreenEffectInternal_d_6__ctor, (ScreenEffect_FadeInScreenEffectInternal_d_6 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScreenEffect_FadeInScreenEffectInternal_d_6_System_IDisposable_Dispose, (ScreenEffect_FadeInScreenEffectInternal_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x005E0550, bool, ScreenEffect_FadeInScreenEffectInternal_d_6_MoveNext, (ScreenEffect_FadeInScreenEffectInternal_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ScreenEffect_FadeInScreenEffectInternal_d_6_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ScreenEffect_FadeInScreenEffectInternal_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x005E07F0, void, ScreenEffect_FadeInScreenEffectInternal_d_6_System_Collections_IEnumerator_Reset, (ScreenEffect_FadeInScreenEffectInternal_d_6 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B670, ScreenEffect_FadeInScreenEffectInternal_d_6_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ScreenEffect_FadeInScreenEffectInternal_d_6_System_Collections_IEnumerator_get_Current, (ScreenEffect_FadeInScreenEffectInternal_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ScreenEffect_FadeOutScreenEffectInternal_d_7__ctor, (ScreenEffect_FadeOutScreenEffectInternal_d_7 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScreenEffect_FadeOutScreenEffectInternal_d_7_System_IDisposable_Dispose, (ScreenEffect_FadeOutScreenEffectInternal_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x005E0840, bool, ScreenEffect_FadeOutScreenEffectInternal_d_7_MoveNext, (ScreenEffect_FadeOutScreenEffectInternal_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ScreenEffect_FadeOutScreenEffectInternal_d_7_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ScreenEffect_FadeOutScreenEffectInternal_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x005E0AE0, void, ScreenEffect_FadeOutScreenEffectInternal_d_7_System_Collections_IEnumerator_Reset, (ScreenEffect_FadeOutScreenEffectInternal_d_7 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B678, ScreenEffect_FadeOutScreenEffectInternal_d_7_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ScreenEffect_FadeOutScreenEffectInternal_d_7_System_Collections_IEnumerator_get_Current, (ScreenEffect_FadeOutScreenEffectInternal_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScreenEffect_c_DisplayClass8_0__ctor, (ScreenEffect_c_DisplayClass8_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x005E0040, bool, ScreenEffect_c_DisplayClass8_0__FadeToScreenEffectAlpha_b__0, (ScreenEffect_c_DisplayClass8_0 * __this, ScreenEffectType * t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B720, ScreenEffect_c_DisplayClass8_0__FadeToScreenEffectAlpha_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, ScreenEffect_c_DisplayClass9_0__ctor, (ScreenEffect_c_DisplayClass9_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x005E0040, bool, ScreenEffect_c_DisplayClass9_0__ShowScreenEffectDecal_b__0, (ScreenEffect_c_DisplayClass9_0 * __this, ScreenEffectType * t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B6E0, ScreenEffect_c_DisplayClass9_0__ShowScreenEffectDecal_b__0__MethodInfo); DO_APP_FUNC(0x005E0B30, void, ScreenEffect_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScreenEffect_c__ctor, (ScreenEffect_c * __this, MethodInfo * method)); DO_APP_FUNC(0x005E0BE0, bool, ScreenEffect_c__TrapDeath_b__10_0, (ScreenEffect_c * __this, ScreenEffectType * t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B6D0, ScreenEffect_c__TrapDeath_b__10_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, ScreenEffect_TrapDeathInternal_d_11__ctor, (ScreenEffect_TrapDeathInternal_d_11 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScreenEffect_TrapDeathInternal_d_11_System_IDisposable_Dispose, (ScreenEffect_TrapDeathInternal_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x005E0C00, bool, ScreenEffect_TrapDeathInternal_d_11_MoveNext, (ScreenEffect_TrapDeathInternal_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ScreenEffect_TrapDeathInternal_d_11_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ScreenEffect_TrapDeathInternal_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x005E0DA0, void, ScreenEffect_TrapDeathInternal_d_11_System_Collections_IEnumerator_Reset, (ScreenEffect_TrapDeathInternal_d_11 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B658, ScreenEffect_TrapDeathInternal_d_11_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ScreenEffect_TrapDeathInternal_d_11_System_Collections_IEnumerator_get_Current, (ScreenEffect_TrapDeathInternal_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScreenEffectType__ctor, (ScreenEffectType * __this, MethodInfo * method)); DO_APP_FUNC(0x005E0DF0, void, ScreenEffectDecals_ShowDecal, (ScreenEffectDecals * __this, float alpha, float duration, float fadeOutDuration, MethodInfo * method)); DO_APP_FUNC(0x005E1350, IEnumerator *, ScreenEffectDecals_WaitToFadeOutDecal, (ScreenEffectDecals * __this, Image * image, float duration, float fadeOutDuration, MethodInfo * method)); DO_APP_FUNC(0x005E1420, void, ScreenEffectDecals_HideAll, (ScreenEffectDecals * __this, MethodInfo * method)); DO_APP_FUNC(0x005E1520, IEnumerator *, ScreenEffectDecals_DestroyDecals, (ScreenEffectDecals * __this, MethodInfo * method)); DO_APP_FUNC(0x005E15C0, void, ScreenEffectDecals__ctor, (ScreenEffectDecals * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ScreenEffectDecals_WaitToFadeOutDecal_d_9__ctor, (ScreenEffectDecals_WaitToFadeOutDecal_d_9 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScreenEffectDecals_WaitToFadeOutDecal_d_9_System_IDisposable_Dispose, (ScreenEffectDecals_WaitToFadeOutDecal_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x005E1640, bool, ScreenEffectDecals_WaitToFadeOutDecal_d_9_MoveNext, (ScreenEffectDecals_WaitToFadeOutDecal_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ScreenEffectDecals_WaitToFadeOutDecal_d_9_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ScreenEffectDecals_WaitToFadeOutDecal_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x005E1960, void, ScreenEffectDecals_WaitToFadeOutDecal_d_9_System_Collections_IEnumerator_Reset, (ScreenEffectDecals_WaitToFadeOutDecal_d_9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B5E0, ScreenEffectDecals_WaitToFadeOutDecal_d_9_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ScreenEffectDecals_WaitToFadeOutDecal_d_9_System_Collections_IEnumerator_get_Current, (ScreenEffectDecals_WaitToFadeOutDecal_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ScreenEffectDecals_DestroyDecals_d_11__ctor, (ScreenEffectDecals_DestroyDecals_d_11 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScreenEffectDecals_DestroyDecals_d_11_System_IDisposable_Dispose, (ScreenEffectDecals_DestroyDecals_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x005E19B0, bool, ScreenEffectDecals_DestroyDecals_d_11_MoveNext, (ScreenEffectDecals_DestroyDecals_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ScreenEffectDecals_DestroyDecals_d_11_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ScreenEffectDecals_DestroyDecals_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x005E1D40, void, ScreenEffectDecals_DestroyDecals_d_11_System_Collections_IEnumerator_Reset, (ScreenEffectDecals_DestroyDecals_d_11 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B5D0, ScreenEffectDecals_DestroyDecals_d_11_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ScreenEffectDecals_DestroyDecals_d_11_System_Collections_IEnumerator_get_Current, (ScreenEffectDecals_DestroyDecals_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x005E1D90, void, ScreenEffectTrigger_Awake, (ScreenEffectTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x005E1ED0, void, ScreenEffectTrigger_OnTriggerEnter, (ScreenEffectTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x005E20A0, void, ScreenEffectTrigger_OnTriggerExit, (ScreenEffectTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x005E2250, void, ScreenEffectTrigger_SetState, (ScreenEffectTrigger * __this, bool isEnabled, MethodInfo * method)); DO_APP_FUNC(0x005E2300, void, ScreenEffectTrigger__ctor, (ScreenEffectTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ServerSessionMetadata__ctor, (ServerSessionMetadata * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SurvivalLobbyControllerCanvas__ctor, (SurvivalLobbyControllerCanvas * __this, MethodInfo * method)); DO_APP_FUNC(0x005E2350, void, Tooltip_Show, (Tooltip * __this, MethodInfo * method)); DO_APP_FUNC(0x005E23F0, void, Tooltip_Hide, (Tooltip * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, Tooltip__ctor, (Tooltip * __this, MethodInfo * method)); DO_APP_FUNC(0x005E2490, void, UIDropdownOpenHandler_Awake, (UIDropdownOpenHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x005E2640, void, UIDropdownOpenHandler_Start, (UIDropdownOpenHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x005E2960, void, UIDropdownOpenHandler_UpdateRaycasters, (UIDropdownOpenHandler * __this, bool isOpen, MethodInfo * method)); DO_APP_FUNC(0x005E2C60, void, UIDropdownOpenHandler_UpdateVRUIPointers, (UIDropdownOpenHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x005E2EA0, void, UIDropdownOpenHandler_OnDestroy, (UIDropdownOpenHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, UIDropdownOpenHandler__ctor, (UIDropdownOpenHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x005E3190, void, UIEmoteSelectionType_Awake, (UIEmoteSelectionType * __this, MethodInfo * method)); DO_APP_FUNC(0x005E3220, void, UIEmoteSelectionType_SetLocked, (UIEmoteSelectionType * __this, bool locked, int32_t cost, MethodInfo * method)); DO_APP_FUNC(0x005E3380, void, UIEmoteSelectionType_OnSelect, (UIEmoteSelectionType * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, UIEmoteSelectionType__ctor, (UIEmoteSelectionType * __this, MethodInfo * method)); DO_APP_FUNC(0x005E3410, void, UIFlashlightSelectionType_Awake, (UIFlashlightSelectionType * __this, MethodInfo * method)); DO_APP_FUNC(0x005E34A0, void, UIFlashlightSelectionType_SetLocked, (UIFlashlightSelectionType * __this, bool locked, int32_t cost, MethodInfo * method)); DO_APP_FUNC(0x005E35F0, void, UIFlashlightSelectionType_OnSelect, (UIFlashlightSelectionType * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, UIFlashlightSelectionType__ctor, (UIFlashlightSelectionType * __this, MethodInfo * method)); DO_APP_FUNC(0x005E3680, void, UIMapSelectionType_OnSelect, (UIMapSelectionType * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, UIMapSelectionType__ctor, (UIMapSelectionType * __this, MethodInfo * method)); DO_APP_FUNC(0x005E3710, void, UIOutfitSelectionType_Awake, (UIOutfitSelectionType * __this, MethodInfo * method)); DO_APP_FUNC(0x005E3850, void, UIOutfitSelectionType_SetLocked, (UIOutfitSelectionType * __this, bool locked, MethodInfo * method)); DO_APP_FUNC(0x005E38E0, void, UIOutfitSelectionType_OnSelect, (UIOutfitSelectionType * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x005E3980, void, UIOutfitSelectionType__ctor, (UIOutfitSelectionType * __this, MethodInfo * method)); DO_APP_FUNC(0x005E39D0, void, UIPerkSelectionType_Awake, (UIPerkSelectionType * __this, MethodInfo * method)); DO_APP_FUNC(0x005E3A60, void, UIPerkSelectionType_SetLocked, (UIPerkSelectionType * __this, bool locked, int32_t cost, MethodInfo * method)); DO_APP_FUNC(0x005E3BA0, void, UIPerkSelectionType_SetDisabled, (UIPerkSelectionType * __this, bool disabled, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, UIPerkSelectionType__ctor, (UIPerkSelectionType * __this, MethodInfo * method)); DO_APP_FUNC(0x005E3C10, void, UIPetSelectionType_Awake, (UIPetSelectionType * __this, MethodInfo * method)); DO_APP_FUNC(0x005E3D50, void, UIPetSelectionType_SetLocked, (UIPetSelectionType * __this, bool locked, MethodInfo * method)); DO_APP_FUNC(0x005E3DE0, void, UIPetSelectionType_OnSelect, (UIPetSelectionType * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, UIPetSelectionType__ctor, (UIPetSelectionType * __this, MethodInfo * method)); DO_APP_FUNC(0x005E3E80, void, UISoundEvents_Awake, (UISoundEvents * __this, MethodInfo * method)); DO_APP_FUNC(0x005E4300, void, UISoundEvents_OnPointerEnter, (UISoundEvents * __this, PointerEventData * ped, MethodInfo * method)); DO_APP_FUNC(0x005E44D0, void, UISoundEvents_OnPointerClick, (UISoundEvents * __this, PointerEventData * ped, MethodInfo * method)); DO_APP_FUNC(0x005E4790, IEnumerator *, UISoundEvents_DisableHoverSound, (UISoundEvents * __this, MethodInfo * method)); DO_APP_FUNC(0x005E4830, bool, UISoundEvents_IsInteractable, (UISoundEvents * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, UISoundEvents__ctor, (UISoundEvents * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, UISoundEvents_DisableHoverSound_d_10__ctor, (UISoundEvents_DisableHoverSound_d_10 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UISoundEvents_DisableHoverSound_d_10_System_IDisposable_Dispose, (UISoundEvents_DisableHoverSound_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x005E4C00, bool, UISoundEvents_DisableHoverSound_d_10_MoveNext, (UISoundEvents_DisableHoverSound_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, UISoundEvents_DisableHoverSound_d_10_System_Collections_Generic_IEnumerator_System_Object__get_Current, (UISoundEvents_DisableHoverSound_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x005E4D60, void, UISoundEvents_DisableHoverSound_d_10_System_Collections_IEnumerator_Reset, (UISoundEvents_DisableHoverSound_d_10 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B4C0, UISoundEvents_DisableHoverSound_d_10_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, UISoundEvents_DisableHoverSound_d_10_System_Collections_IEnumerator_get_Current, (UISoundEvents_DisableHoverSound_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x005E4DB0, void, UITimeoutController_OnEnable, (UITimeoutController * __this, MethodInfo * method)); DO_APP_FUNC(0x005E4E10, void, UITimeoutController_Show, (UITimeoutController * __this, float time, MethodInfo * method)); DO_APP_FUNC(0x005E4F10, void, UITimeoutController_Show_1, (UITimeoutController * __this, Color imageColor, float time, bool fade, MethodInfo * method)); DO_APP_FUNC(0x005E5140, bool, UITimeoutController_ColorEqualityIgnoreAlpha, (UITimeoutController * __this, Color a, Color b, MethodInfo * method)); DO_APP_FUNC(0x005E5170, void, UITimeoutController_Update, (UITimeoutController * __this, MethodInfo * method)); DO_APP_FUNC(0x005E53A0, void, UITimeoutController__ctor, (UITimeoutController * __this, MethodInfo * method)); DO_APP_FUNC(0x005E5400, void, UITooltipController_AssignTooltip, (UITooltipController * __this, String * message, Text * text, MethodInfo * method)); DO_APP_FUNC(0x005E54B0, void, UITooltipController_OnPointerEnter, (UITooltipController * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x005E5540, void, UITooltipController_OnPointerExit, (UITooltipController * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x005E55F0, void, UITooltipController_OnSelect, (UITooltipController * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x005E5680, void, UITooltipController_OnDeselect, (UITooltipController * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, UITooltipController__ctor, (UITooltipController * __this, MethodInfo * method)); DO_APP_FUNC(0x005E5730, void, UINewsItem_SetNewsItem, (UINewsItem * __this, String * body, String * url, MethodInfo * method)); DO_APP_FUNC(0x005E58B0, void, UINewsItem_OpenUrl, (UINewsItem * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B488, UINewsItem_OpenUrl__MethodInfo); DO_APP_FUNC(0x003AC000, void, UINewsItem__ctor, (UINewsItem * __this, MethodInfo * method)); DO_APP_FUNC(0x005E5900, void, AnnaDoorColliderUpdate_Start, (AnnaDoorColliderUpdate * __this, MethodInfo * method)); DO_APP_FUNC(0x005E5A40, void, AnnaDoorColliderUpdate_OnEnrageStart, (AnnaDoorColliderUpdate * __this, GameObject * ai, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B460, AnnaDoorColliderUpdate_OnEnrageStart__MethodInfo); DO_APP_FUNC(0x005E5C80, void, AnnaDoorColliderUpdate_OnEnrageEnd, (AnnaDoorColliderUpdate * __this, GameObject * ai, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B480, AnnaDoorColliderUpdate_OnEnrageEnd__MethodInfo); DO_APP_FUNC(0x005E5EC0, void, AnnaDoorColliderUpdate_OnDestroy, (AnnaDoorColliderUpdate * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AnnaDoorColliderUpdate__ctor, (AnnaDoorColliderUpdate * __this, MethodInfo * method)); DO_APP_FUNC(0x005E6000, AnimatedInteractable *, AnnaDoorInteractable_GetAnimatedInteractable, (AnnaDoorInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005E60F0, void, AnnaDoorInteractable__ctor, (AnnaDoorInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, AnnaDoorOpen_get_IsConcurrent, (AnnaDoorOpen * __this, MethodInfo * method)); DO_APP_FUNC(0x005E6140, void, AnnaDoorOpen_Awake, (AnnaDoorOpen * __this, MethodInfo * method)); DO_APP_FUNC(0x005E6530, void, AnnaDoorOpen_AbilityStarted, (AnnaDoorOpen * __this, MethodInfo * method)); DO_APP_FUNC(0x005E6810, bool, AnnaDoorOpen_CanStartAbility, (AnnaDoorOpen * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, AnnaDoorOpen_ShouldBlockAbilityStart, (AnnaDoorOpen * __this, Ability * startingAbility, MethodInfo * method)); DO_APP_FUNC(0x005E6A30, void, AnnaDoorOpen_OnEnrageStart, (AnnaDoorOpen * __this, GameObject * ai, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B408, AnnaDoorOpen_OnEnrageStart__MethodInfo); DO_APP_FUNC(0x005E6B20, void, AnnaDoorOpen_OnEnrageEnd, (AnnaDoorOpen * __this, GameObject * ai, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B428, AnnaDoorOpen_OnEnrageEnd__MethodInfo); DO_APP_FUNC(0x005E6C10, void, AnnaDoorOpen_OnDestroy, (AnnaDoorOpen * __this, MethodInfo * method)); DO_APP_FUNC(0x005E6D60, void, AnnaDoorOpen__ctor, (AnnaDoorOpen * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, AnnaOpeningDoor_get_IsConcurrent, (AnnaOpeningDoor * __this, MethodInfo * method)); DO_APP_FUNC(0x005E6E00, int32_t, AnnaOpeningDoor_get_AbilityIntDataValue, (AnnaOpeningDoor * __this, MethodInfo * method)); DO_APP_FUNC(0x005E6E10, void, AnnaOpeningDoor_set_AbilityIntDataValue, (AnnaOpeningDoor * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x005E6E00, int32_t, AnnaOpeningDoor_get_AbilityIntData, (AnnaOpeningDoor * __this, MethodInfo * method)); DO_APP_FUNC(0x005E6E20, void, AnnaOpeningDoor_Awake, (AnnaOpeningDoor * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7070, void, AnnaOpeningDoor_AbilityStarted, (AnnaOpeningDoor * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7270, void, AnnaOpeningDoor_AbilityStopped, (AnnaOpeningDoor * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x005E7440, bool, AnnaOpeningDoor_CanStartAbility, (AnnaOpeningDoor * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7530, bool, AnnaOpeningDoor_CanStopAbility, (AnnaOpeningDoor * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7680, bool, AnnaOpeningDoor_TriggerExit, (AnnaOpeningDoor * __this, GameObject * other, MethodInfo * method)); DO_APP_FUNC(0x005E7690, void, AnnaOpeningDoor__ctor, (AnnaOpeningDoor * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7730, bool, AnnaOpeningDoorInteractable_CanInteract, (AnnaOpeningDoorInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AnnaOpeningDoorInteractable_Interact, (AnnaOpeningDoorInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AnnaOpeningDoorInteractable__ctor, (AnnaOpeningDoorInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7740, float, AzazelFall_get_MinFallHeight, (AzazelFall * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7750, void, AzazelFall_set_MinFallHeight, (AzazelFall * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x004FC900, SurfaceImpact *, AzazelFall_get_LandSurfaceImpact, (AzazelFall * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC910, void, AzazelFall_set_LandSurfaceImpact, (AzazelFall * __this, SurfaceImpact * value, MethodInfo * method)); DO_APP_FUNC(0x005E7760, float, AzazelFall_get_MinSurfaceImpactVelocity, (AzazelFall * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7770, void, AzazelFall_set_MinSurfaceImpactVelocity, (AzazelFall * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x005E7780, AnimationEventTrigger *, AzazelFall_get_LandEvent, (AzazelFall * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7790, void, AzazelFall_set_LandEvent, (AzazelFall * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, AzazelFall_get_IsConcurrent, (AzazelFall * __this, MethodInfo * method)); DO_APP_FUNC(0x00422B10, int32_t, AzazelFall_get_AbilityIntData, (AzazelFall * __this, MethodInfo * method)); DO_APP_FUNC(0x005E77F0, bool, AzazelFall_get_Landed, (AzazelFall * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7800, void, AzazelFall_set_Landed, (AzazelFall * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x005E7810, void, AzazelFall_Awake, (AzazelFall * __this, MethodInfo * method)); DO_APP_FUNC(0x005E78C0, bool, AzazelFall_CanStartAbility, (AzazelFall * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7B00, void, AzazelFall_AbilityStarted, (AzazelFall * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7CE0, bool, AzazelFall_ShouldBlockAbilityStart, (AzazelFall * __this, Ability * startingAbility, MethodInfo * method)); DO_APP_FUNC(0x005E7D70, void, AzazelFall_OnGrounded, (AzazelFall * __this, bool grounded, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B338, AzazelFall_OnGrounded__MethodInfo); DO_APP_FUNC(0x005E8150, void, AzazelFall_UpdateAnimator, (AzazelFall * __this, MethodInfo * method)); DO_APP_FUNC(0x005E8160, void, AzazelFall_Land, (AzazelFall * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B348, AzazelFall_Land__MethodInfo); DO_APP_FUNC(0x005E77F0, bool, AzazelFall_CanStopAbility, (AzazelFall * __this, MethodInfo * method)); DO_APP_FUNC(0x005E81A0, void, AzazelFall_OnImmediateTransformChange, (AzazelFall * __this, bool snapAnimator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B340, AzazelFall_OnImmediateTransformChange__MethodInfo); DO_APP_FUNC(0x005E81F0, void, AzazelFall_AbilityStopped, (AzazelFall * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x005E8400, void, AzazelFall__ctor, (AzazelFall * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, BeingHeld_get_IsConcurrent, (BeingHeld * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC900, GameObject *, BeingHeld_get_HeldBy, (BeingHeld * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC910, void, BeingHeld_set_HeldBy, (BeingHeld * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x005E84C0, bool, BeingHeld_get_CenterPlayerOnHeldBy, (BeingHeld * __this, MethodInfo * method)); DO_APP_FUNC(0x005E84D0, void, BeingHeld_set_CenterPlayerOnHeldBy, (BeingHeld * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x005E84E0, void, BeingHeld_Awake, (BeingHeld * __this, MethodInfo * method)); DO_APP_FUNC(0x005E8590, bool, BeingHeld_AbilityWillStart, (BeingHeld * __this, MethodInfo * method)); DO_APP_FUNC(0x005E85C0, void, BeingHeld_Update, (BeingHeld * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89B0, void, BeingHeld__ctor, (BeingHeld * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC900, AnimationEventTrigger *, CalmDown_get_StopEvent, (CalmDown * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC910, void, CalmDown_set_StopEvent, (CalmDown * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x005E89C0, int32_t, CalmDown_get_AbilityIntDataValue, (CalmDown * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89D0, void, CalmDown_set_AbilityIntDataValue, (CalmDown * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, CalmDown_get_IsConcurrent, (CalmDown * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89C0, int32_t, CalmDown_get_AbilityIntData, (CalmDown * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89E0, void, CalmDown_Awake, (CalmDown * __this, MethodInfo * method)); DO_APP_FUNC(0x005E8AD0, void, CalmDown_AbilityStarted, (CalmDown * __this, MethodInfo * method)); DO_APP_FUNC(0x005E8B90, void, CalmDown_OnComplete, (CalmDown * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B2F0, CalmDown_OnComplete__MethodInfo); DO_APP_FUNC(0x005E8BC0, void, CalmDown_AbilityStopped, (CalmDown * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x005E8BD0, void, CalmDown_OnDestroy, (CalmDown * __this, MethodInfo * method)); DO_APP_FUNC(0x005E8CE0, void, CalmDown_UpdateRotation, (CalmDown * __this, MethodInfo * method)); DO_APP_FUNC(0x005E8D50, void, CalmDown__ctor, (CalmDown * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89C0, int32_t, CalmDownRun_get_AbilityIntDataValue, (CalmDownRun * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89D0, void, CalmDownRun_set_AbilityIntDataValue, (CalmDownRun * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, CalmDownRun_get_IsConcurrent, (CalmDownRun * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89C0, int32_t, CalmDownRun_get_AbilityIntData, (CalmDownRun * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89B0, void, CalmDownRun__ctor, (CalmDownRun * __this, MethodInfo * method)); DO_APP_FUNC(0x005E8E00, void, CollectableInteractable_Start, (CollectableInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, CollectableInteractable_CanInteract, (CollectableInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005E9710, void, CollectableInteractable_Interact, (CollectableInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005E9DA0, String *, CollectableInteractable_AbilityMessage, (CollectableInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005E9E40, void, CollectableInteractable__ctor, (CollectableInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89C0, int32_t, Crawl_get_CrawlAbilityIntData, (Crawl * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89D0, void, Crawl_set_CrawlAbilityIntData, (Crawl * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Crawl_get_IsConcurrent, (Crawl * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89C0, int32_t, Crawl_get_AbilityIntData, (Crawl * __this, MethodInfo * method)); DO_APP_FUNC(0x005E9E90, void, Crawl_Awake, (Crawl * __this, MethodInfo * method)); DO_APP_FUNC(0x005E9F40, void, Crawl_AbilityStarted, (Crawl * __this, MethodInfo * method)); DO_APP_FUNC(0x005E9FE0, void, Crawl_AbilityStopped, (Crawl * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x005EA020, void, Crawl__ctor, (Crawl * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC890, AnimationEventTrigger *, DemonKnockout_get_StopEvent, (DemonKnockout * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC8A0, void, DemonKnockout_set_StopEvent, (DemonKnockout * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x005EA050, void, DemonKnockout_Awake, (DemonKnockout * __this, MethodInfo * method)); DO_APP_FUNC(0x005EA130, void, DemonKnockout_SetPlayerKnockedOut, (DemonKnockout * __this, GameObject * player, MethodInfo * method)); DO_APP_FUNC(0x005EA1F0, bool, DemonKnockout_AbilityWillStart, (DemonKnockout * __this, MethodInfo * method)); DO_APP_FUNC(0x005EA2D0, void, DemonKnockout_AbilityStarted, (DemonKnockout * __this, MethodInfo * method)); DO_APP_FUNC(0x005E8B90, void, DemonKnockout_OnComplete, (DemonKnockout * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B280, DemonKnockout_OnComplete__MethodInfo); DO_APP_FUNC(0x005EA400, void, DemonKnockout_AbilityStopped, (DemonKnockout * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x005EA670, void, DemonKnockout_EnableRootMotion, (DemonKnockout * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B260, DemonKnockout_EnableRootMotion__MethodInfo); DO_APP_FUNC(0x005EA740, void, DemonKnockout_OnDestroy, (DemonKnockout * __this, MethodInfo * method)); DO_APP_FUNC(0x005EA850, void, DemonKnockout__ctor, (DemonKnockout * __this, MethodInfo * method)); DO_APP_FUNC(0x005EA900, bool, DevourInput_get_UseLongPressProgress, (DevourInput * __this, MethodInfo * method)); DO_APP_FUNC(0x005EA910, void, DevourInput_set_UseLongPressProgress, (DevourInput * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x005EA920, float, DevourInput_get_LongPressProgressMultiplier, (DevourInput * __this, MethodInfo * method)); DO_APP_FUNC(0x005EA930, void, DevourInput_set_LongPressProgressMultiplier, (DevourInput * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x005EA940, void, DevourInput_Awake, (DevourInput * __this, MethodInfo * method)); DO_APP_FUNC(0x005EB030, void, DevourInput_OnLastActiveControllerChanged, (DevourInput * __this, Controller * controller, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B250, DevourInput_OnLastActiveControllerChanged__MethodInfo); DO_APP_FUNC(0x005EB0E0, float, DevourInput_GetButtonDownProgress, (DevourInput * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x005EB1D0, void, DevourInput_ClearButtonDownProgress, (DevourInput * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x005EB290, void, DevourInput_EnableGameplayInput, (DevourInput * __this, bool enable, MethodInfo * method)); DO_APP_FUNC(0x005EB3A0, bool, DevourInput_GetLongPress, (DevourInput * __this, String * name, float duration, bool waitForRelease, MethodInfo * method)); DO_APP_FUNC(0x005EB940, void, DevourInput_InvertMouseY, (DevourInput * __this, bool enable, MethodInfo * method)); DO_APP_FUNC(0x005EBA00, void, DevourInput_OnApplicationFocus, (DevourInput * __this, bool hasFocus, MethodInfo * method)); DO_APP_FUNC(0x005EBAA0, void, DevourInput_OnDestroy, (DevourInput * __this, MethodInfo * method)); DO_APP_FUNC(0x005EBC90, void, DevourInput__ctor, (DevourInput * __this, MethodInfo * method)); DO_APP_FUNC(0x005EBCC0, void, DevourInput_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DevourInput_c__ctor, (DevourInput_c * __this, MethodInfo * method)); DO_APP_FUNC(0x005EBD70, bool, DevourInput_c__Awake_b__15_0, (DevourInput_c * __this, State * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B220, DevourInput_c__Awake_b__15_0__MethodInfo); DO_APP_FUNC(0x005EBE00, bool, DevourInput_c__Awake_b__15_1, (DevourInput_c * __this, State * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B228, DevourInput_c__Awake_b__15_1__MethodInfo); DO_APP_FUNC(0x005EBE90, void, DropObject_Awake, (DropObject * __this, MethodInfo * method)); DO_APP_FUNC(0x005EC0D0, void, DropObject_Start, (DropObject * __this, MethodInfo * method)); DO_APP_FUNC(0x005ECCF0, bool, DropObject_CanStartAbility, (DropObject * __this, MethodInfo * method)); DO_APP_FUNC(0x005ECEB0, void, DropObject_AbilityStarted, (DropObject * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89B0, void, DropObject__ctor, (DropObject * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC890, AnimationEventTrigger *, DropPlayer_get_StopEvent, (DropPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC8A0, void, DropPlayer_set_StopEvent, (DropPlayer * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x005EE560, void, DropPlayer_Awake, (DropPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC910, void, DropPlayer_SetPlayerKnockedOut, (DropPlayer * __this, GameObject * player, MethodInfo * method)); DO_APP_FUNC(0x005EE640, void, DropPlayer_AbilityStarted, (DropPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x005E8BC0, void, DropPlayer_AbilityStopped, (DropPlayer * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x005E8B90, void, DropPlayer_OnComplete, (DropPlayer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B118, DropPlayer_OnComplete__MethodInfo); DO_APP_FUNC(0x005EE770, void, DropPlayer_OnDestroy, (DropPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x005EE870, void, DropPlayer__ctor, (DropPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89B0, void, EatingHay__ctor, (EatingHay * __this, MethodInfo * method)); DO_APP_FUNC(0x005EE920, int32_t, Emote_get_AbilityIndexParameter, (Emote * __this, MethodInfo * method)); DO_APP_FUNC(0x005EE930, void, Emote_set_AbilityIndexParameter, (Emote * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x005E7760, float, Emote_get_PreventMovementDuration, (Emote * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7770, void, Emote_set_PreventMovementDuration, (Emote * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x005EE940, void, Emote_Awake, (Emote * __this, MethodInfo * method)); DO_APP_FUNC(0x005EEBA0, void, Emote_Start, (Emote * __this, MethodInfo * method)); DO_APP_FUNC(0x005EEC30, void, Emote_SetClassicMode, (Emote * __this, bool active, MethodInfo * method)); DO_APP_FUNC(0x005E7790, void, Emote_SetEmotes, (Emote * __this, List_1_CharacterEmote_ * emotes, MethodInfo * method)); DO_APP_FUNC(0x005EEC40, void, Emote_PlayEmote, (Emote * __this, CharacterEmote * emote, MethodInfo * method)); DO_APP_FUNC(0x005EECD0, bool, Emote_IsClassicEmote, (Emote * __this, MethodInfo * method)); DO_APP_FUNC(0x005EED20, bool, Emote_AbilityWillStart, (Emote * __this, MethodInfo * method)); DO_APP_FUNC(0x005EEEB0, void, Emote_AbilityStarted, (Emote * __this, MethodInfo * method)); DO_APP_FUNC(0x005EF090, void, Emote_SetAllowPositionalInput, (Emote * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B0B8, Emote_SetAllowPositionalInput__MethodInfo); DO_APP_FUNC(0x005EF100, void, Emote_AbilityStopped, (Emote * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x005EF210, bool, Emote_CanStartAbility, (Emote * __this, MethodInfo * method)); DO_APP_FUNC(0x005EF3B0, bool, Emote_CanStopAbility, (Emote * __this, MethodInfo * method)); DO_APP_FUNC(0x005EF460, void, Emote_OnDestroy, (Emote * __this, MethodInfo * method)); DO_APP_FUNC(0x005EF570, void, Emote__ctor, (Emote * __this, MethodInfo * method)); DO_APP_FUNC(0x005EF700, void, Fry_Awake, (Fry * __this, MethodInfo * method)); DO_APP_FUNC(0x005EF7A0, bool, Fry_CanStartAbility, (Fry * __this, MethodInfo * method)); DO_APP_FUNC(0x005EF7E0, void, Fry_AbilityStarted, (Fry * __this, MethodInfo * method)); DO_APP_FUNC(0x005EF820, void, Fry_AbilityStopped, (Fry * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x005E89B0, void, Fry__ctor, (Fry * __this, MethodInfo * method)); DO_APP_FUNC(0x005EF870, void, FuseboxLeverInteractable_Awake, (FuseboxLeverInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005EF950, bool, FuseboxLeverInteractable_CanInteract, (FuseboxLeverInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005EFC10, void, FuseboxLeverInteractable_Interact, (FuseboxLeverInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005EFCF0, String *, FuseboxLeverInteractable_AbilityMessage, (FuseboxLeverInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, FuseboxLeverInteractable__ctor, (FuseboxLeverInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005EFD90, void, GeneratorInteractable_Awake, (GeneratorInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, GeneratorInteractable_CanInteract, (GeneratorInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005EFE40, void, GeneratorInteractable_Interact, (GeneratorInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005EFEF0, String *, GeneratorInteractable_AbilityMessage, (GeneratorInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, GeneratorInteractable__ctor, (GeneratorInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC900, AnimationEventTrigger *, GenericIntData_get_StopEvent, (GenericIntData * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC910, void, GenericIntData_set_StopEvent, (GenericIntData * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x005E89C0, int32_t, GenericIntData_get_AbilityIntDataValue, (GenericIntData * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89D0, void, GenericIntData_set_AbilityIntDataValue, (GenericIntData * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, GenericIntData_get_IsConcurrent, (GenericIntData * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89C0, int32_t, GenericIntData_get_AbilityIntData, (GenericIntData * __this, MethodInfo * method)); DO_APP_FUNC(0x005EFF90, bool, GenericIntData_get_UseStopDurationFallback, (GenericIntData * __this, MethodInfo * method)); DO_APP_FUNC(0x005EFFA0, void, GenericIntData_set_UseStopDurationFallback, (GenericIntData * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x005EFFB0, void, GenericIntData_Awake, (GenericIntData * __this, MethodInfo * method)); DO_APP_FUNC(0x005F0090, void, GenericIntData_AbilityStarted, (GenericIntData * __this, MethodInfo * method)); DO_APP_FUNC(0x005F0150, void, GenericIntData_OnComplete, (GenericIntData * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B038, GenericIntData_OnComplete__MethodInfo); DO_APP_FUNC(0x005E8BC0, void, GenericIntData_AbilityStopped, (GenericIntData * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x005F0190, void, GenericIntData_OnDestroy, (GenericIntData * __this, MethodInfo * method)); DO_APP_FUNC(0x005F0290, void, GenericIntData__ctor, (GenericIntData * __this, MethodInfo * method)); DO_APP_FUNC(0x005F0340, void, GoatEscapeBehaviour_Awake, (GoatEscapeBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x005F04D0, void, GoatEscapeBehaviour_Attached, (GoatEscapeBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x005F05F0, void, GoatEscapeBehaviour_OnCageOpen, (GoatEscapeBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B020, GoatEscapeBehaviour_OnCageOpen__MethodInfo); DO_APP_FUNC(0x005F0980, bool, GoatEscapeBehaviour_IsCagedGoat, (GoatEscapeBehaviour * __this, GameObject * goat, MethodInfo * method)); DO_APP_FUNC(0x005F0A60, void, GoatEscapeBehaviour_ReleaseGoats, (GoatEscapeBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B018, GoatEscapeBehaviour_ReleaseGoats__MethodInfo); DO_APP_FUNC(0x005F0EB0, IEnumerator *, GoatEscapeBehaviour_SpeedUp, (GoatEscapeBehaviour * __this, RichAI * richAI, MethodInfo * method)); DO_APP_FUNC(0x005F0F50, void, GoatEscapeBehaviour__ctor, (GoatEscapeBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GoatEscapeBehaviour_SpeedUp_d_13__ctor, (GoatEscapeBehaviour_SpeedUp_d_13 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GoatEscapeBehaviour_SpeedUp_d_13_System_IDisposable_Dispose, (GoatEscapeBehaviour_SpeedUp_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x005F0FA0, bool, GoatEscapeBehaviour_SpeedUp_d_13_MoveNext, (GoatEscapeBehaviour_SpeedUp_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GoatEscapeBehaviour_SpeedUp_d_13_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GoatEscapeBehaviour_SpeedUp_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x005F1150, void, GoatEscapeBehaviour_SpeedUp_d_13_System_Collections_IEnumerator_Reset, (GoatEscapeBehaviour_SpeedUp_d_13 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9AFD8, GoatEscapeBehaviour_SpeedUp_d_13_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GoatEscapeBehaviour_SpeedUp_d_13_System_Collections_IEnumerator_get_Current, (GoatEscapeBehaviour_SpeedUp_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x005F11A0, void, GoatInteractable_Awake, (GoatInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005F1240, bool, GoatInteractable_CanInteract, (GoatInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005F1380, void, GoatInteractable_Interact, (GoatInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005F1BA0, void, GoatInteractable_OnInteractRequestAllowed, (GoatInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x005F1DC0, bool, GoatInteractable_ShouldAllowInteractRequest, (GoatInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x003C7040, String *, GoatInteractable_GetPendingCarryObjectNameHost, (GoatInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x005F1F00, void, GoatInteractable__ctor, (GoatInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005F1FB0, bool, GoatMetadataInteractable_CanInteract, (GoatMetadataInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005F2160, bool, GoatMetadataInteractable_IsInteractable, (GoatMetadataInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005F22D0, void, GoatMetadataInteractable_Interact, (GoatMetadataInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005F2450, String *, GoatMetadataInteractable_GetPendingCarryObjectNameHost, (GoatMetadataInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x005F2500, bool, GoatMetadataInteractable_ShouldAllowInteractRequest, (GoatMetadataInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x005F1F00, void, GoatMetadataInteractable__ctor, (GoatMetadataInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Hiding_get_IsConcurrent, (Hiding * __this, MethodInfo * method)); DO_APP_FUNC(0x005F2650, void, Hiding_Awake, (Hiding * __this, MethodInfo * method)); DO_APP_FUNC(0x005F27A0, void, Hiding_AbilityStarted, (Hiding * __this, MethodInfo * method)); DO_APP_FUNC(0x005F2DD0, void, Hiding_AbilityStopped, (Hiding * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x005E89B0, void, Hiding__ctor, (Hiding * __this, MethodInfo * method)); DO_APP_FUNC(0x005F3450, void, HidingSpotInteractable_Awake, (HidingSpotInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005F34F0, bool, HidingSpotInteractable_IsInteractable, (HidingSpotInteractable * __this, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC(0x005F36F0, bool, HidingSpotInteractable_CanInteract, (HidingSpotInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005F3790, void, HidingSpotInteractable_Interact, (HidingSpotInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005F3860, bool, HidingSpotInteractable_ShouldAllowInteractRequest, (HidingSpotInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x005F38C0, void, HidingSpotInteractable_OnInteractRequestAllowed, (HidingSpotInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x005F3900, void, HidingSpotInteractable__ctor, (HidingSpotInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005F3920, Sprite *, IconInteractable_GetAbilityIcon, (IconInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005E60F0, void, IconInteractable__ctor, (IconInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C80, Sprite *, InControlAnimatedInteractable_AbilityIcon, (InControlAnimatedInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005F3BD0, void, InControlAnimatedInteractable__ctor, (InControlAnimatedInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005F3C30, void, InnFountainInteractable_Awake, (InnFountainInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005F3CD0, bool, InnFountainInteractable_CanInteract, (InnFountainInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005F3DC0, void, InnFountainInteractable_Interact, (InnFountainInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005F3FA0, bool, InnFountainInteractable_ShouldAllowInteractRequest, (InnFountainInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x005F40B0, void, InnFountainInteractable_OnInteractRequestAllowed, (InnFountainInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x005F4250, String *, InnFountainInteractable_GetPendingCarryObjectNameHost, (InnFountainInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x005F4340, void, InnFountainInteractable_LongInteractStarted, (InnFountainInteractable * __this, NolanBehaviour * behaviour, MethodInfo * method)); DO_APP_FUNC(0x005F43A0, void, InnFountainInteractable_LongInteractStopped, (InnFountainInteractable * __this, NolanBehaviour * behaviour, MethodInfo * method)); DO_APP_FUNC(0x005F3900, void, InnFountainInteractable__ctor, (InnFountainInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005F43E0, void, InnShrineInteractable_Awake, (InnShrineInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005F4500, bool, InnShrineInteractable_IsInteractable, (InnShrineInteractable * __this, String * carryObjectName, MethodInfo * method)); DO_APP_FUNC(0x005F4590, bool, InnShrineInteractable_CanInteract, (InnShrineInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005F4760, bool, InnShrineInteractable_ShouldAllowInteractRequest, (InnShrineInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x005F4820, void, InnShrineInteractable_OnInteractRequestAllowed, (InnShrineInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x005F4860, String *, InnShrineInteractable_GetPendingCarryObjectNameHost, (InnShrineInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x005F48A0, void, InnShrineInteractable_Interact, (InnShrineInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005F4940, void, InnShrineInteractable_LongInteractStarted, (InnShrineInteractable * __this, NolanBehaviour * behaviour, MethodInfo * method)); DO_APP_FUNC(0x005F4C50, void, InnShrineInteractable_LongInteractStopped, (InnShrineInteractable * __this, NolanBehaviour * behaviour, MethodInfo * method)); DO_APP_FUNC(0x005F3900, void, InnShrineInteractable__ctor, (InnShrineInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005F4EF0, void, KeyInteractable_Awake, (KeyInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005F51F0, bool, KeyInteractable_CanInteract, (KeyInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005F5340, void, KeyInteractable_Interact, (KeyInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005F5580, void, KeyInteractable__ctor, (KeyInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC890, AnimationEventTrigger *, Knockout_get_StopEvent, (Knockout * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC8A0, void, Knockout_set_StopEvent, (Knockout * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Knockout_get_IsConcurrent, (Knockout * __this, MethodInfo * method)); DO_APP_FUNC(0x005F55B0, void, Knockout_Awake, (Knockout * __this, MethodInfo * method)); DO_APP_FUNC(0x005F5870, void, Knockout_SetPlayerKnockedOut, (Knockout * __this, GameObject * player, bool isInHidingSpot, MethodInfo * method)); DO_APP_FUNC(0x005F5940, bool, Knockout_AbilityWillStart, (Knockout * __this, MethodInfo * method)); DO_APP_FUNC(0x005F5C30, void, Knockout_AbilityStarted, (Knockout * __this, MethodInfo * method)); DO_APP_FUNC(0x005E8B90, void, Knockout_OnComplete, (Knockout * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9AF50, Knockout_OnComplete__MethodInfo); DO_APP_FUNC(0x005F5D80, void, Knockout_AbilityStopped, (Knockout * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x005F5ED0, void, Knockout_OnThrowingPlayer, (Knockout * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9AF78, Knockout_OnThrowingPlayer__MethodInfo); DO_APP_FUNC(0x005F5FA0, void, Knockout_OnKnockoutGrabRagdoll, (Knockout * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9AF70, Knockout_OnKnockoutGrabRagdoll__MethodInfo); DO_APP_FUNC(0x005F6170, void, Knockout_OnDestroy, (Knockout * __this, MethodInfo * method)); DO_APP_FUNC(0x005F62E0, void, Knockout__ctor, (Knockout * __this, MethodInfo * method)); DO_APP_FUNC(0x005F6390, void, LockedFeedbackInteractable_Awake, (LockedFeedbackInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005F6620, bool, LockedFeedbackInteractable_CanInteract, (LockedFeedbackInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005F6B60, void, LockedFeedbackInteractable_Interact, (LockedFeedbackInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005F6F70, String *, LockedFeedbackInteractable_AbilityMessage, (LockedFeedbackInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005F7010, void, LockedFeedbackInteractable_PlayInteractSound, (LockedFeedbackInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Sprite *, LockedFeedbackInteractable_AbilityIcon, (LockedFeedbackInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, LockedFeedbackInteractable__ctor, (LockedFeedbackInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005F7030, void, LockedInteractable_Awake, (LockedInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005F7150, bool, LockedInteractable_CanInteract, (LockedInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LockedInteractable_Interact, (LockedInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005F7720, void, LockedInteractable__ctor, (LockedInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005F7770, void, LongInteract_Awake, (LongInteract * __this, MethodInfo * method)); DO_APP_FUNC(0x005F7E40, bool, LongInteract_CanInputStartAbility, (LongInteract * __this, PlayerInput * playerInput, MethodInfo * method)); DO_APP_FUNC(0x005F82C0, void, LongInteract_AbilityStarted, (LongInteract * __this, MethodInfo * method)); DO_APP_FUNC(0x005F82F0, void, LongInteract_AbilityStopped, (LongInteract * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x005F8300, bool, LongInteract_CanStartAbility, (LongInteract * __this, MethodInfo * method)); DO_APP_FUNC(0x005F97F0, void, LongInteract_StartGenericAbility, (LongInteract * __this, MethodInfo * method)); DO_APP_FUNC(0x005F9F90, void, LongInteract_StopGenericAbility, (LongInteract * __this, bool isFromStartAbility, MethodInfo * method)); DO_APP_FUNC(0x005FA520, void, LongInteract_OnCharacterAbilityActive, (LongInteract * __this, Ability * ability, bool active, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9AF28, LongInteract_OnCharacterAbilityActive__MethodInfo); DO_APP_FUNC(0x005FAAA0, void, LongInteract_OnDestroy, (LongInteract * __this, MethodInfo * method)); DO_APP_FUNC(0x005FABA0, void, LongInteract__ctor, (LongInteract * __this, MethodInfo * method)); DO_APP_FUNC(0x005FABC0, void, LongInteract_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LongInteract_c__ctor, (LongInteract_c * __this, MethodInfo * method)); DO_APP_FUNC(0x005FAC70, bool, LongInteract_c__Awake_b__10_0, (LongInteract_c * __this, Generic * a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9AF30, LongInteract_c__Awake_b__10_0__MethodInfo); DO_APP_FUNC(0x004FC900, AnimationEventTrigger *, LookAround_get_StopEvent, (LookAround * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC910, void, LookAround_set_StopEvent, (LookAround * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x005E89C0, int32_t, LookAround_get_AbilityIntDataValue, (LookAround * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89D0, void, LookAround_set_AbilityIntDataValue, (LookAround * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, LookAround_get_IsConcurrent, (LookAround * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89C0, int32_t, LookAround_get_AbilityIntData, (LookAround * __this, MethodInfo * method)); DO_APP_FUNC(0x005FAD00, void, LookAround_Awake, (LookAround * __this, MethodInfo * method)); DO_APP_FUNC(0x005FADE0, void, LookAround_AbilityStarted, (LookAround * __this, MethodInfo * method)); DO_APP_FUNC(0x005E8B90, void, LookAround_OnComplete, (LookAround * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9AE78, LookAround_OnComplete__MethodInfo); DO_APP_FUNC(0x005E8BC0, void, LookAround_AbilityStopped, (LookAround * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x005FAEA0, void, LookAround_OnDestroy, (LookAround * __this, MethodInfo * method)); DO_APP_FUNC(0x005E8CE0, void, LookAround_UpdateRotation, (LookAround * __this, MethodInfo * method)); DO_APP_FUNC(0x005FAFA0, void, LookAround__ctor, (LookAround * __this, MethodInfo * method)); DO_APP_FUNC(0x005FB050, void, ManorCleanHeadInteractable_Awake, (ManorCleanHeadInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005FB0F0, bool, ManorCleanHeadInteractable_CanInteract, (ManorCleanHeadInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005FB1A0, bool, ManorCleanHeadInteractable_ShouldAllowInteractRequest, (ManorCleanHeadInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x005FB200, bool, ManorCleanHeadInteractable_IsInteractable, (ManorCleanHeadInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005FB460, void, ManorCleanHeadInteractable_LateUpdate, (ManorCleanHeadInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005FB6E0, void, ManorCleanHeadInteractable__ctor, (ManorCleanHeadInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005FB710, void, ManorFountainInteractable_Awake, (ManorFountainInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005FB7B0, bool, ManorFountainInteractable_CanInteract, (ManorFountainInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005FB8A0, void, ManorFountainInteractable_Interact, (ManorFountainInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005FBAC0, bool, ManorFountainInteractable_ShouldAllowInteractRequest, (ManorFountainInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x005FBBD0, void, ManorFountainInteractable_OnInteractRequestAllowed, (ManorFountainInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x005FBD70, String *, ManorFountainInteractable_GetPendingCarryObjectNameHost, (ManorFountainInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x005FBE60, void, ManorFountainInteractable_LongInteractStarted, (ManorFountainInteractable * __this, NolanBehaviour * behaviour, MethodInfo * method)); DO_APP_FUNC(0x005FC060, void, ManorFountainInteractable_LongInteractStopped, (ManorFountainInteractable * __this, NolanBehaviour * behaviour, bool isFromStartAbility, MethodInfo * method)); DO_APP_FUNC(0x005FC1F0, bool, ManorFountainInteractable_IsInteracting, (ManorFountainInteractable * __this, NolanBehaviour * behaviour, MethodInfo * method)); DO_APP_FUNC(0x005F3900, void, ManorFountainInteractable__ctor, (ManorFountainInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005FC250, void, ManorMirrorInteractable_Awake, (ManorMirrorInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005FC2E0, bool, ManorMirrorInteractable_CanInteract, (ManorMirrorInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005FC500, void, ManorMirrorInteractable_Interact, (ManorMirrorInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005FC520, String *, ManorMirrorInteractable_AbilityMessage, (ManorMirrorInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005503D0, void, ManorMirrorInteractable_PlayInteractSound, (ManorMirrorInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Sprite *, ManorMirrorInteractable_AbilityIcon, (ManorMirrorInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ManorMirrorInteractable__ctor, (ManorMirrorInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005FC5C0, bool, ManorShrineSoilInteractable_get_IsLongInteracting, (ManorShrineSoilInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x004841B0, void, ManorShrineSoilInteractable_set_IsLongInteracting, (ManorShrineSoilInteractable * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x005FC5D0, void, ManorShrineSoilInteractable_Awake, (ManorShrineSoilInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005FC670, bool, ManorShrineSoilInteractable_CanInteract, (ManorShrineSoilInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005FC760, bool, ManorShrineSoilInteractable_ShouldAllowInteractRequest, (ManorShrineSoilInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x005FC840, void, ManorShrineSoilInteractable_OnInteractRequestAllowed, (ManorShrineSoilInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x005FC870, void, ManorShrineSoilInteractable_LongInteractStarted, (ManorShrineSoilInteractable * __this, NolanBehaviour * behaviour, MethodInfo * method)); DO_APP_FUNC(0x005FC980, void, ManorShrineSoilInteractable_LongInteractStopped, (ManorShrineSoilInteractable * __this, NolanBehaviour * behaviour, MethodInfo * method)); DO_APP_FUNC(0x005F3900, void, ManorShrineSoilInteractable__ctor, (ManorShrineSoilInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005FCA90, void, NetworkedLongInteractable_LongInteractStarted, (NetworkedLongInteractable * __this, NolanBehaviour * behaviour, MethodInfo * method)); DO_APP_FUNC(0x005FCC60, void, NetworkedLongInteractable_LongInteractStopped, (NetworkedLongInteractable * __this, NolanBehaviour * behaviour, bool isFromStartAbility, MethodInfo * method)); DO_APP_FUNC(0x005FCE40, bool, NetworkedLongInteractable_IsInteracting, (NetworkedLongInteractable * __this, NolanBehaviour * behaviour, MethodInfo * method)); DO_APP_FUNC(0x005FCEF0, void, NetworkedLongInteractable__ctor, (NetworkedLongInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005FCFF0, void, NoteInteractable_Awake, (NoteInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, NoteInteractable_CanInteract, (NoteInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005FD0A0, void, NoteInteractable_Interact, (NoteInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005FD120, String *, NoteInteractable_AbilityMessage, (NoteInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, NoteInteractable__ctor, (NoteInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005FD1C0, void, ObjectInteractable_Awake, (ObjectInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005FDB30, void, ObjectInteractable_Start, (ObjectInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005FDC80, bool, ObjectInteractable_CanInteract, (ObjectInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005FDEB0, void, ObjectInteractable_Interact, (ObjectInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005FE1F0, bool, ObjectInteractable_ShouldAllowInteractRequest, (ObjectInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ObjectInteractable_OnInteractRequestAllowed, (ObjectInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, String *, ObjectInteractable_GetPendingCarryObjectNameHost, (ObjectInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x005FE4B0, void, ObjectInteractable_OnEvent, (ObjectInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x005FF290, String *, ObjectInteractable_AbilityMessage, (ObjectInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, Sprite *, ObjectInteractable_AbilityIcon, (ObjectInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005FF330, bool, ObjectInteractable_IsPlayerAlive, (ObjectInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005F3900, void, ObjectInteractable__ctor, (ObjectInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005FF470, void, PickedUp_AbilityStarted, (PickedUp * __this, MethodInfo * method)); DO_APP_FUNC(0x005FF510, void, PickedUp_AbilityStopped, (PickedUp * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x005E89B0, void, PickedUp__ctor, (PickedUp * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, PlaceObject_get_IsConcurrent, (PlaceObject * __this, MethodInfo * method)); DO_APP_FUNC(0x005FF540, void, PlaceObject_Awake, (PlaceObject * __this, MethodInfo * method)); DO_APP_FUNC(0x005FF710, void, PlaceObject_AbilityStarted, (PlaceObject * __this, MethodInfo * method)); DO_APP_FUNC(0x005FF800, void, PlaceObject_Update, (PlaceObject * __this, MethodInfo * method)); DO_APP_FUNC(0x005FF9E0, bool, PlaceObject_CanStartAbility, (PlaceObject * __this, MethodInfo * method)); DO_APP_FUNC(0x005FFA10, void, PlaceObject_AbilityStopped, (PlaceObject * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x005FFAE0, bool, PlaceObject_IsManorBleach, (PlaceObject * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89B0, void, PlaceObject__ctor, (PlaceObject * __this, MethodInfo * method)); DO_APP_FUNC(0x005FFB80, void, PlaceObjectInteractable_Awake, (PlaceObjectInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005FFDA0, void, PlaceObjectInteractable_OnEnable, (PlaceObjectInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005FFEA0, bool, PlaceObjectInteractable_CanInteract, (PlaceObjectInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x005FFFB0, void, PlaceObjectInteractable_Interact, (PlaceObjectInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x006006C0, String *, PlaceObjectInteractable_AbilityMessage, (PlaceObjectInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x00600760, void, PlaceObjectInteractable_LongInteractStarted, (PlaceObjectInteractable * __this, NolanBehaviour * behaviour, MethodInfo * method)); DO_APP_FUNC(0x00600A00, void, PlaceObjectInteractable_LongInteractStopped, (PlaceObjectInteractable * __this, NolanBehaviour * behaviour, MethodInfo * method)); DO_APP_FUNC(0x00600B90, void, PlaceObjectInteractable_Update, (PlaceObjectInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x00600D40, void, PlaceObjectInteractable__ctor, (PlaceObjectInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x00600E10, void, RevivePlayer_Awake, (RevivePlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00601310, bool, RevivePlayer_CanInputStartAbility, (RevivePlayer * __this, PlayerInput * playerInput, MethodInfo * method)); DO_APP_FUNC(0x00601930, void, RevivePlayer_AbilityStarted, (RevivePlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00601BB0, void, RevivePlayer_AbilityStopped, (RevivePlayer * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x00601E10, bool, RevivePlayer_CanStartAbility, (RevivePlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00602CE0, void, RevivePlayer__ctor, (RevivePlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00602F70, void, RevivePlayer_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RevivePlayer_c__ctor, (RevivePlayer_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00603020, bool, RevivePlayer_c__Awake_b__9_0, (RevivePlayer_c * __this, Generic * a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9ADC0, RevivePlayer_c__Awake_b__9_0__MethodInfo); DO_APP_FUNC(0x006030B0, bool, SlaughterhouseCrankInteractable_IsInteractable, (SlaughterhouseCrankInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x00603120, bool, SlaughterhouseCrankInteractable_CanInteract, (SlaughterhouseCrankInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x006031A0, bool, SlaughterhouseCrankInteractable_ShouldAllowInteractRequest, (SlaughterhouseCrankInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x00603210, void, SlaughterhouseCrankInteractable_OnInteractRequestAllowed, (SlaughterhouseCrankInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, String *, SlaughterhouseCrankInteractable_GetPendingCarryObjectNameHost, (SlaughterhouseCrankInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x00603250, void, SlaughterhouseCrankInteractable_LongInteractStarted, (SlaughterhouseCrankInteractable * __this, NolanBehaviour * behaviour, MethodInfo * method)); DO_APP_FUNC(0x00603530, void, SlaughterhouseCrankInteractable_LongInteractStopped, (SlaughterhouseCrankInteractable * __this, NolanBehaviour * behaviour, MethodInfo * method)); DO_APP_FUNC(0x00603840, IEnumerator *, SlaughterhouseCrankInteractable_WaitToStopInteracting, (SlaughterhouseCrankInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005F3900, void, SlaughterhouseCrankInteractable__ctor, (SlaughterhouseCrankInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SlaughterhouseCrankInteractable_WaitToStopInteracting_d_9__ctor, (SlaughterhouseCrankInteractable_WaitToStopInteracting_d_9 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SlaughterhouseCrankInteractable_WaitToStopInteracting_d_9_System_IDisposable_Dispose, (SlaughterhouseCrankInteractable_WaitToStopInteracting_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x006038E0, bool, SlaughterhouseCrankInteractable_WaitToStopInteracting_d_9_MoveNext, (SlaughterhouseCrankInteractable_WaitToStopInteracting_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SlaughterhouseCrankInteractable_WaitToStopInteracting_d_9_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SlaughterhouseCrankInteractable_WaitToStopInteracting_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x006039C0, void, SlaughterhouseCrankInteractable_WaitToStopInteracting_d_9_System_Collections_IEnumerator_Reset, (SlaughterhouseCrankInteractable_WaitToStopInteracting_d_9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CCD8, SlaughterhouseCrankInteractable_WaitToStopInteracting_d_9_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SlaughterhouseCrankInteractable_WaitToStopInteracting_d_9_System_Collections_IEnumerator_get_Current, (SlaughterhouseCrankInteractable_WaitToStopInteracting_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC890, AnimationEventTrigger *, SpawnEgg_get_StopEvent, (SpawnEgg * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC8A0, void, SpawnEgg_set_StopEvent, (SpawnEgg * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x00603A10, void, SpawnEgg_Awake, (SpawnEgg * __this, MethodInfo * method)); DO_APP_FUNC(0x00603C40, void, SpawnEgg_AbilityStarted, (SpawnEgg * __this, MethodInfo * method)); DO_APP_FUNC(0x00603D50, void, SpawnEgg_DoSpawnEgg, (SpawnEgg * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CC90, SpawnEgg_DoSpawnEgg__MethodInfo); DO_APP_FUNC(0x00604620, void, SpawnEgg_SetEggMetadata, (SpawnEgg * __this, SurvivalEggController * eggController, MethodInfo * method)); DO_APP_FUNC(0x00604780, void, SpawnEgg_SetSpawnPoint, (SpawnEgg * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x006047A0, void, SpawnEgg_SetHole, (SpawnEgg * __this, GameObject * hole, MethodInfo * method)); DO_APP_FUNC(0x005E8B90, void, SpawnEgg_OnComplete, (SpawnEgg * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CCA0, SpawnEgg_OnComplete__MethodInfo); DO_APP_FUNC(0x00604850, void, SpawnEgg_OnDestroy, (SpawnEgg * __this, MethodInfo * method)); DO_APP_FUNC(0x00604950, void, SpawnEgg__ctor, (SpawnEgg * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC900, AnimationEventTrigger *, Stagger_get_StopEvent, (Stagger * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC910, void, Stagger_set_StopEvent, (Stagger * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x005E89C0, int32_t, Stagger_get_AbilityIntDataValue, (Stagger * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89D0, void, Stagger_set_AbilityIntDataValue, (Stagger * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Stagger_get_IsConcurrent, (Stagger * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89C0, int32_t, Stagger_get_AbilityIntData, (Stagger * __this, MethodInfo * method)); DO_APP_FUNC(0x00604A20, void, Stagger_Awake, (Stagger * __this, MethodInfo * method)); DO_APP_FUNC(0x00604B80, void, Stagger_AbilityStarted, (Stagger * __this, MethodInfo * method)); DO_APP_FUNC(0x005E8B90, void, Stagger_OnComplete, (Stagger * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CC20, Stagger_OnComplete__MethodInfo); DO_APP_FUNC(0x005E8BC0, void, Stagger_AbilityStopped, (Stagger * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x00604C40, void, Stagger_OnDestroy, (Stagger * __this, MethodInfo * method)); DO_APP_FUNC(0x005E8CE0, void, Stagger_UpdateRotation, (Stagger * __this, MethodInfo * method)); DO_APP_FUNC(0x00604D40, bool, Stagger_CanStartAbility, (Stagger * __this, MethodInfo * method)); DO_APP_FUNC(0x00604D90, void, Stagger__ctor, (Stagger * __this, MethodInfo * method)); DO_APP_FUNC(0x00604E40, bool, SurvivalInteractable_get_startingCarry, (SurvivalInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x00604E50, void, SurvivalInteractable_set_startingCarry, (SurvivalInteractable * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00604E60, void, SurvivalInteractable_Awake, (SurvivalInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x006050D0, void, SurvivalInteractable_Start, (SurvivalInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x00605330, bool, SurvivalInteractable_IsInteractable, (SurvivalInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x00605530, bool, SurvivalInteractable_CanInteract, (SurvivalInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x00605560, void, SurvivalInteractable_Interact, (SurvivalInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x00605810, bool, SurvivalInteractable_ShouldAllowInteractRequest, (SurvivalInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x00605860, String *, SurvivalInteractable_GetPendingCarryObjectNameHost, (SurvivalInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x00604E50, void, SurvivalInteractable_SetStartingCarry, (SurvivalInteractable * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x005FB6E0, void, SurvivalInteractable__ctor, (SurvivalInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x00605870, void, SurvivalInteractableMeshSwapper_Awake, (SurvivalInteractableMeshSwapper * __this, MethodInfo * method)); DO_APP_FUNC(0x00605B10, GameObject *, SurvivalInteractableMeshSwapper_GetActiveObject, (SurvivalInteractableMeshSwapper * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SurvivalInteractableMeshSwapper__ctor, (SurvivalInteractableMeshSwapper * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalInteractableMeshSwapper_SurvivalInteractableMesh__ctor, (SurvivalInteractableMeshSwapper_SurvivalInteractableMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x00605D50, bool, SurvivalMetadataInteractable_CanInteract, (SurvivalMetadataInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x00605DF0, void, SurvivalMetadataInteractable_Interact, (SurvivalMetadataInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x00605F70, String *, SurvivalMetadataInteractable_GetPendingCarryObjectNameHost, (SurvivalMetadataInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x005FB6E0, void, SurvivalMetadataInteractable__ctor, (SurvivalMetadataInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x00606020, bool, SurvivalPlopInteractable_IsInteractable, (SurvivalPlopInteractable * __this, String * carryObjectName, MethodInfo * method)); DO_APP_FUNC(0x00606600, bool, SurvivalPlopInteractable_CanInteract, (SurvivalPlopInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x00606700, bool, SurvivalPlopInteractable_ShouldAllowInteractRequest, (SurvivalPlopInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x00606770, void, SurvivalPlopInteractable_OnInteractRequestAllowed, (SurvivalPlopInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x00606B70, String *, SurvivalPlopInteractable_GetPendingCarryObjectNameHost, (SurvivalPlopInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x00606BB0, void, SurvivalPlopInteractable_Interact, (SurvivalPlopInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x00607920, void, SurvivalPlopInteractable_OnEvent, (SurvivalPlopInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x005F3900, void, SurvivalPlopInteractable__ctor, (SurvivalPlopInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x00607CB0, void, SurvivalPlopLongInteractable_Awake, (SurvivalPlopLongInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x00607F80, bool, SurvivalPlopLongInteractable_IsInteractable, (SurvivalPlopLongInteractable * __this, String * carryObjectName, MethodInfo * method)); DO_APP_FUNC(0x00608400, void, SurvivalPlopLongInteractable_OnInteractRequestAllowed, (SurvivalPlopLongInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x00608610, void, SurvivalPlopLongInteractable_ForceBurning, (SurvivalPlopLongInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x006087C0, void, SurvivalPlopLongInteractable_StartBurning, (SurvivalPlopLongInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x00608A60, void, SurvivalPlopLongInteractable_StopBurning, (SurvivalPlopLongInteractable * __this, float duration, MethodInfo * method)); DO_APP_FUNC(0x00608D10, void, SurvivalPlopLongInteractable_LongInteractStarted, (SurvivalPlopLongInteractable * __this, NolanBehaviour * behaviour, MethodInfo * method)); DO_APP_FUNC(0x00608E50, void, SurvivalPlopLongInteractable_LongInteractStopped, (SurvivalPlopLongInteractable * __this, NolanBehaviour * behaviour, bool isFromStartAbility, MethodInfo * method)); DO_APP_FUNC(0x006090A0, bool, SurvivalPlopLongInteractable_IsInteracting, (SurvivalPlopLongInteractable * __this, NolanBehaviour * behaviour, MethodInfo * method)); DO_APP_FUNC(0x006091E0, void, SurvivalPlopLongInteractable__ctor, (SurvivalPlopLongInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x00609210, void, SurvivalPlopLongInteractable__StartBurning_b__13_0, (SurvivalPlopLongInteractable * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CAD0, SurvivalPlopLongInteractable__StartBurning_b__13_0__MethodInfo); DO_APP_FUNC(0x00609270, void, SurvivalPlopLongInteractable__StopBurning_b__14_0, (SurvivalPlopLongInteractable * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CAC0, SurvivalPlopLongInteractable__StopBurning_b__14_0__MethodInfo); DO_APP_FUNC(0x006092D0, void, SurvivalReviveInteractable_Awake, (SurvivalReviveInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x006093F0, void, SurvivalReviveInteractable_Start, (SurvivalReviveInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x006094A0, bool, SurvivalReviveInteractable_CanInteract, (SurvivalReviveInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x00609620, void, SurvivalReviveInteractable_Interact, (SurvivalReviveInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x006098E0, String *, SurvivalReviveInteractable_AbilityMessage, (SurvivalReviveInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SurvivalReviveInteractable__ctor, (SurvivalReviveInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89B0, void, TakeRose__ctor, (TakeRose * __this, MethodInfo * method)); DO_APP_FUNC(0x00609980, void, TownPentagramCandleInteractable_Awake, (TownPentagramCandleInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x00609B20, void, TownPentagramCandleInteractable_SetIndex, (TownPentagramCandleInteractable * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x00609B30, bool, TownPentagramCandleInteractable_CanInteract, (TownPentagramCandleInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x00609C50, void, TownPentagramCandleInteractable_Interact, (TownPentagramCandleInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x00609F80, String *, TownPentagramCandleInteractable_GetNewCarryObjectName, (TownPentagramCandleInteractable * __this, String * currentCarryObjectName, MethodInfo * method)); DO_APP_FUNC(0x0060A0F0, bool, TownPentagramCandleInteractable_ShouldAllowInteractRequest, (TownPentagramCandleInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x0060A1B0, void, TownPentagramCandleInteractable_OnInteractRequestAllowed, (TownPentagramCandleInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x0060A3B0, String *, TownPentagramCandleInteractable_GetPendingCarryObjectNameHost, (TownPentagramCandleInteractable * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x0060A3F0, void, TownPentagramCandleInteractable_PlayAudio, (TownPentagramCandleInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005F3900, void, TownPentagramCandleInteractable__ctor, (TownPentagramCandleInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC890, AnimationEventTrigger *, UseBattery_get_StopEvent, (UseBattery * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC8A0, void, UseBattery_set_StopEvent, (UseBattery * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x0060A430, void, UseBattery_Awake, (UseBattery * __this, MethodInfo * method)); DO_APP_FUNC(0x0060A670, void, UseBattery_AbilityStarted, (UseBattery * __this, MethodInfo * method)); DO_APP_FUNC(0x0060A9F0, bool, UseBattery_CanStartAbility, (UseBattery * __this, MethodInfo * method)); DO_APP_FUNC(0x005E8B90, void, UseBattery_OnComplete, (UseBattery * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CA20, UseBattery_OnComplete__MethodInfo); DO_APP_FUNC(0x0060AAD0, void, UseBattery__ctor, (UseBattery * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, RotateWithController_get_IsConcurrent, (RotateWithController * __this, MethodInfo * method)); DO_APP_FUNC(0x0060AB80, void, RotateWithController_Awake, (RotateWithController * __this, MethodInfo * method)); DO_APP_FUNC(0x0060AC40, bool, RotateWithController_CanStartAbility, (RotateWithController * __this, MethodInfo * method)); DO_APP_FUNC(0x0060AD50, void, RotateWithController_UpdateRotation, (RotateWithController * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89B0, void, RotateWithController__ctor, (RotateWithController * __this, MethodInfo * method)); DO_APP_FUNC(0x0060B0E0, AchievementHelpers *, AchievementHelpers_get_singleton, (MethodInfo * method)); DO_APP_FUNC(0x0060B280, void, AchievementHelpers_Awake, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0060B730, void, AchievementHelpers_OnEnable, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0060BCA0, void, AchievementHelpers_OnUserStatsReceived, (AchievementHelpers * __this, UserStatsReceived_t pCallback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C968, AchievementHelpers_OnUserStatsReceived__MethodInfo); DO_APP_FUNC(0x0060D280, void, AchievementHelpers_OnAchievementStored, (AchievementHelpers * __this, UserAchievementStored_t pCallback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C988, AchievementHelpers_OnAchievementStored__MethodInfo); DO_APP_FUNC(0x0060D330, void, AchievementHelpers_Unlock, (AchievementHelpers * __this, String * achievementName, bool skipStoreStats, MethodInfo * method)); DO_APP_FUNC(0x0060EA90, void, AchievementHelpers_SetStat, (AchievementHelpers * __this, String * statName, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0060EC10, void, AchievementHelpers_SetStat_1, (AchievementHelpers * __this, String * statName, float value, MethodInfo * method)); DO_APP_FUNC(0x0060ED90, bool, AchievementHelpers_GetStat, (AchievementHelpers * __this, String * statName, int32_t * value, MethodInfo * method)); DO_APP_FUNC(0x0060EDC0, bool, AchievementHelpers_GetStat_1, (AchievementHelpers * __this, String * statName, float * value, MethodInfo * method)); DO_APP_FUNC(0x0060EDF0, bool, AchievementHelpers_IncrementStat, (AchievementHelpers * __this, String * statName, int32_t incrementBy, MethodInfo * method)); DO_APP_FUNC(0x0060EFB0, bool, AchievementHelpers_CompletedNormalGame, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F30, bool, AchievementHelpers_HasCompletedNormalGame, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0060F560, bool, AchievementHelpers_GetCompletedHardGame, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0060F660, bool, AchievementHelpers_HasCompletedHardGame, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0060F670, bool, AchievementHelpers_GetCompletedNightmareGame, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0060F770, bool, AchievementHelpers_HasCompletedNightmareGame, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0060F780, bool, AchievementHelpers_CompletedHardAsylumGame, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0060F880, bool, AchievementHelpers_HasCompletedHardAsylumGame, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0060F890, bool, AchievementHelpers_CompletedNightmareAsylumGame, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0060F990, bool, AchievementHelpers_HasCompletedNightmareAsylumGame, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0060F9A0, bool, AchievementHelpers_CompletedHardInnGame, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x004305B0, bool, AchievementHelpers_HasCompletedHardInnGame, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0060FAA0, bool, AchievementHelpers_CompletedNightmareInnGame, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0060FBA0, bool, AchievementHelpers_HasCompletedNightmareInnGame, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0060FBB0, bool, AchievementHelpers_CompletedHardTownGame, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0060FCB0, bool, AchievementHelpers_HasCompletedHardTownGame, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0060FCC0, bool, AchievementHelpers_CompletedNightmareTownGame, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0060FDC0, bool, AchievementHelpers_HasCompletedNightmareTownGame, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0060FDD0, bool, AchievementHelpers_CompletedHardSlaughterhouseGame, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0060FED0, bool, AchievementHelpers_HasCompletedHardSlaughterhouseGame, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0060FEE0, bool, AchievementHelpers_CompletedNightmareSlaughterhouseGame, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0060FFE0, bool, AchievementHelpers_HasCompletedNightmareSlaughterhouseGame, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0060FFF0, bool, AchievementHelpers_CompletedHardManorGame, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006100F0, bool, AchievementHelpers_HasCompletedHardManorGame, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00610100, bool, AchievementHelpers_CompletedNightmareManorGame, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00610200, bool, AchievementHelpers_HasCompletedNightmareManorGame, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00610210, bool, AchievementHelpers_GetNoKnockout, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006102B0, bool, AchievementHelpers_HasAchievedNoKnockout, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006102C0, bool, AchievementHelpers_GetGasolineUsed, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00610360, bool, AchievementHelpers_HasAchievedGasolineUsed, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00610370, bool, AchievementHelpers_GetFuseUsed, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00610410, bool, AchievementHelpers_HasAchievedFusesUsed, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00610420, bool, AchievementHelpers_CollectedAllRoses, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00610430, bool, AchievementHelpers_GetCollectedAllRoses, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006104D0, bool, AchievementHelpers_CollectedAllPatches, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006104E0, bool, AchievementHelpers_GetCollectedAllPatches, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00610580, void, AchievementHelpers_ClearPatchesAchievement, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00610690, bool, AchievementHelpers_CollectedAllCherryBlossom, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006106A0, bool, AchievementHelpers_GetCollectedAllCherryBlossom, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00610740, void, AchievementHelpers_ClearCherryBlossomAchievement, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00610850, bool, AchievementHelpers_GetEggsDestroyed, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006108F0, bool, AchievementHelpers_HasAchievedEggsDestroyed, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00610900, bool, AchievementHelpers_GetBooksDestroyed, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006109A0, bool, AchievementHelpers_HasAchievedBooksDestroyed, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006109B0, bool, AchievementHelpers_CollectedAllHorseshoes, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006109C0, bool, AchievementHelpers_GetCollectedAllHorseshoes, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00610A60, void, AchievementHelpers_ClearHorseshoesAchievement, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00610B70, bool, AchievementHelpers_GetPigsDestroyed, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00610C10, bool, AchievementHelpers_HasAchievedPigsDestroyed, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00610C20, bool, AchievementHelpers_CollectedAllBarbedWires, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00610C30, bool, AchievementHelpers_GetCollectedAllBarbedWires, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00610CD0, void, AchievementHelpers_ClearBarbedWiresAchievement, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00610DE0, bool, AchievementHelpers_GetHeadsBuried, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00610E80, bool, AchievementHelpers_HasAchievedHeadsBuried, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00610E90, bool, AchievementHelpers_CollectedAllFeathers, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00610EA0, bool, AchievementHelpers_GetCollectedAllFeathers, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00610F40, void, AchievementHelpers_ClearFeathersAchievement, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00611050, void, AchievementHelpers_StoreStats, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006110D0, bool, AchievementHelpers_ShowHardModeUnlocked, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006110E0, bool, AchievementHelpers_ShowHardRobeUnlocked, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006110F0, bool, AchievementHelpers_ShowNightmareModeUnlocked, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00611100, bool, AchievementHelpers_ShowAnnaUnlocked, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00611110, bool, AchievementHelpers_ShowNightmareRobeUnlocked, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00611120, bool, AchievementHelpers_ShowRoseRobeUnlocked, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00611130, bool, AchievementHelpers_ShowBlackWithGoldTrimRobeUnlocked, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00611140, bool, AchievementHelpers_ShowFireRobeUnlocked, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00611150, bool, AchievementHelpers_ShowElectricRobeUnlocked, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00611160, bool, AchievementHelpers_ShowInmateRobeUnlocked, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00611170, bool, AchievementHelpers_ShowStraightJacketRobeUnlocked, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00611180, bool, AchievementHelpers_ShowPatchworkRobeUnlocked, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00611190, bool, AchievementHelpers_ShowCherryBlossomRobeUnlocked, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006111A0, bool, AchievementHelpers_ShowEggsRobeUnlocked, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006111B0, bool, AchievementHelpers_ShowPoisonRobeUnlocked, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006111C0, bool, AchievementHelpers_ShowWebRobeUnlocked, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006111D0, bool, AchievementHelpers_ShowTownHardRobeUnlocked, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006111E0, bool, AchievementHelpers_ShowTownNightmareRobeUnlocked, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006111F0, bool, AchievementHelpers_ShowTownBooksRobeUnlocked, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00611200, bool, AchievementHelpers_ShowHorseshoesRobeUnlocked, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00611210, bool, AchievementHelpers_ShowSlaughterhouseHardRobeUnlocked, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00611220, bool, AchievementHelpers_ShowSlaughterhouseNightmareRobeUnlocked, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00611230, bool, AchievementHelpers_ShowSlaughterhousePigsRobeUnlocked, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00611240, bool, AchievementHelpers_ShowBarbedWiresRobeUnlocked, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00611250, bool, AchievementHelpers_ShowGoldenRobeUnlocked, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00611260, bool, AchievementHelpers_ShowManorHardRobeUnlocked, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00611270, bool, AchievementHelpers_ShowManorNightmareRobeUnlocked, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00611280, bool, AchievementHelpers_ShowManorHeadsBuriedRobeUnlocked, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00611290, bool, AchievementHelpers_ShowFeathersRobeUnlocked, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006112A0, void, AchievementHelpers_ResetAllStats, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006113E0, bool, AchievementHelpers_HasCompletedHardGameOnAnyMap, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, AchievementHelpers_GotUserStats, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006113F0, bool, AchievementHelpers_CompletedNightmareAnyMapAs, (AchievementHelpers * __this, String * character, MethodInfo * method)); DO_APP_FUNC(0x00611560, bool, AchievementHelpers_HasCompletedNightmareAnyMapAs, (AchievementHelpers * __this, String * character, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AchievementHelpers__ctor, (AchievementHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006119C0, IEnumerator *, AudioFadeController_FadeIn, (AudioSource * audioSource, float FadeTime, float toVolume, float delay, bool playIfStopped, MethodInfo * method)); DO_APP_FUNC(0x00611AB0, IEnumerator *, AudioFadeController_FadeOut, (AudioSource * audioSource, float FadeTime, float toVolume, MethodInfo * method)); DO_APP_FUNC(0x00611B80, IEnumerator *, AudioFadeController_FadeInDistance, (AudioSource * audioSource, float FadeTime, float toDistance, float delay, MethodInfo * method)); DO_APP_FUNC(0x00611C60, IEnumerator *, AudioFadeController_FadeOutDistance, (AudioSource * audioSource, float FadeTime, float toDistance, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AudioFadeController_FadeIn_d_0__ctor, (AudioFadeController_FadeIn_d_0 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AudioFadeController_FadeIn_d_0_System_IDisposable_Dispose, (AudioFadeController_FadeIn_d_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00611D30, bool, AudioFadeController_FadeIn_d_0_MoveNext, (AudioFadeController_FadeIn_d_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AudioFadeController_FadeIn_d_0_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AudioFadeController_FadeIn_d_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006120A0, void, AudioFadeController_FadeIn_d_0_System_Collections_IEnumerator_Reset, (AudioFadeController_FadeIn_d_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C480, AudioFadeController_FadeIn_d_0_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AudioFadeController_FadeIn_d_0_System_Collections_IEnumerator_get_Current, (AudioFadeController_FadeIn_d_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AudioFadeController_FadeOut_d_1__ctor, (AudioFadeController_FadeOut_d_1 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AudioFadeController_FadeOut_d_1_System_IDisposable_Dispose, (AudioFadeController_FadeOut_d_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x006120F0, bool, AudioFadeController_FadeOut_d_1_MoveNext, (AudioFadeController_FadeOut_d_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AudioFadeController_FadeOut_d_1_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AudioFadeController_FadeOut_d_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00612420, void, AudioFadeController_FadeOut_d_1_System_Collections_IEnumerator_Reset, (AudioFadeController_FadeOut_d_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C478, AudioFadeController_FadeOut_d_1_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AudioFadeController_FadeOut_d_1_System_Collections_IEnumerator_get_Current, (AudioFadeController_FadeOut_d_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AudioFadeController_FadeInDistance_d_2__ctor, (AudioFadeController_FadeInDistance_d_2 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AudioFadeController_FadeInDistance_d_2_System_IDisposable_Dispose, (AudioFadeController_FadeInDistance_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00612470, bool, AudioFadeController_FadeInDistance_d_2_MoveNext, (AudioFadeController_FadeInDistance_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AudioFadeController_FadeInDistance_d_2_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AudioFadeController_FadeInDistance_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x006127B0, void, AudioFadeController_FadeInDistance_d_2_System_Collections_IEnumerator_Reset, (AudioFadeController_FadeInDistance_d_2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C470, AudioFadeController_FadeInDistance_d_2_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AudioFadeController_FadeInDistance_d_2_System_Collections_IEnumerator_get_Current, (AudioFadeController_FadeInDistance_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AudioFadeController_FadeOutDistance_d_3__ctor, (AudioFadeController_FadeOutDistance_d_3 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AudioFadeController_FadeOutDistance_d_3_System_IDisposable_Dispose, (AudioFadeController_FadeOutDistance_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00612800, bool, AudioFadeController_FadeOutDistance_d_3_MoveNext, (AudioFadeController_FadeOutDistance_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AudioFadeController_FadeOutDistance_d_3_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AudioFadeController_FadeOutDistance_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00612B10, void, AudioFadeController_FadeOutDistance_d_3_System_Collections_IEnumerator_Reset, (AudioFadeController_FadeOutDistance_d_3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C468, AudioFadeController_FadeOutDistance_d_3_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AudioFadeController_FadeOutDistance_d_3_System_Collections_IEnumerator_get_Current, (AudioFadeController_FadeOutDistance_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltTokenHelpers__ctor, (BoltTokenHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00612B60, BoltTokenHelpers *, BoltTokenHelpers_get_singleton, (MethodInfo * method)); DO_APP_FUNC(0x00612C20, RoomProtocolToken *, BoltTokenHelpers_GetRoomProtocolToken, (BoltTokenHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00612F40, DevourGameMode__Enum, BoltTokenHelpers_GetGameMode, (BoltTokenHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00612F70, bool, BoltTokenHelpers_GetPlayerCollisions, (BoltTokenHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00612FA0, bool, BoltTokenHelpers_GetProximityChat, (BoltTokenHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00612FD0, bool, BoltTokenHelpers_IsSinglePlayer, (BoltTokenHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00613080, Vector3, BoxColliderExtensions_GetRandomPointInsideCollider, (BoxCollider * boxCollider, MethodInfo * method)); DO_APP_FUNC(0x00613270, bool, BoxColliderExtensions_ContainsPoint, (BoxCollider * boxCollider, Vector3 point, MethodInfo * method)); DO_APP_FUNC(0x006134B0, IEnumerator *, CanvasFadeController_FadeIn, (CanvasGroup * group, float duration, float delay, bool alphaOnly, MethodInfo * method)); DO_APP_FUNC(0x00613580, IEnumerator *, CanvasFadeController_FadeOut, (CanvasGroup * group, float duration, float delay, bool skipDeactivate, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CanvasFadeController_FadeIn_d_0__ctor, (CanvasFadeController_FadeIn_d_0 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CanvasFadeController_FadeIn_d_0_System_IDisposable_Dispose, (CanvasFadeController_FadeIn_d_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00613650, bool, CanvasFadeController_FadeIn_d_0_MoveNext, (CanvasFadeController_FadeIn_d_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CanvasFadeController_FadeIn_d_0_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CanvasFadeController_FadeIn_d_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006138F0, void, CanvasFadeController_FadeIn_d_0_System_Collections_IEnumerator_Reset, (CanvasFadeController_FadeIn_d_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C428, CanvasFadeController_FadeIn_d_0_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CanvasFadeController_FadeIn_d_0_System_Collections_IEnumerator_get_Current, (CanvasFadeController_FadeIn_d_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CanvasFadeController_FadeOut_d_1__ctor, (CanvasFadeController_FadeOut_d_1 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CanvasFadeController_FadeOut_d_1_System_IDisposable_Dispose, (CanvasFadeController_FadeOut_d_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00613940, bool, CanvasFadeController_FadeOut_d_1_MoveNext, (CanvasFadeController_FadeOut_d_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CanvasFadeController_FadeOut_d_1_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CanvasFadeController_FadeOut_d_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00613BC0, void, CanvasFadeController_FadeOut_d_1_System_Collections_IEnumerator_Reset, (CanvasFadeController_FadeOut_d_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C420, CanvasFadeController_FadeOut_d_1_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CanvasFadeController_FadeOut_d_1_System_Collections_IEnumerator_get_Current, (CanvasFadeController_FadeOut_d_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00613C10, void, CanvasGroupExtensions_Hide, (CanvasGroup * canvasGroup, MethodInfo * method)); DO_APP_FUNC(0x00613D90, void, CanvasGroupExtensions_Show, (CanvasGroup * canvasGroup, MethodInfo * method)); DO_APP_FUNC(0x00613F30, ChallengeHelpers *, ChallengeHelpers_get_singleton, (MethodInfo * method)); DO_APP_FUNC(0x006140D0, void, ChallengeHelpers_Awake, (ChallengeHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00614660, void, ChallengeHelpers_OnEnable, (ChallengeHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00614710, void, ChallengeHelpers_OnSceneLoaded, (ChallengeHelpers * __this, Scene scene, LoadSceneMode__Enum mode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C3C8, ChallengeHelpers_OnSceneLoaded__MethodInfo); DO_APP_FUNC(0x00614A00, void, ChallengeHelpers_OnDisable, (ChallengeHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00614AB0, void, ChallengeHelpers_OnDestroy, (ChallengeHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00614D60, void, ChallengeHelpers_PlayChallengeCompletedClip, (ChallengeHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00614F50, DateTime, ChallengeHelpers_GetCurrentDateTimeUtc, (ChallengeHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00615210, DateTime, ChallengeHelpers_MostRecentResetTime, (ChallengeHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00615530, DateTime, ChallengeHelpers_NextResetTime, (ChallengeHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006158C0, int32_t, ChallengeHelpers_GetTimestamp, (ChallengeHelpers * __this, DateTime dateTime, MethodInfo * method)); DO_APP_FUNC(0x00615A00, bool, ChallengeHelpers_ShouldChallengesReset, (ChallengeHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00615B10, bool, ChallengeHelpers_ShouldChallengesShowAlert, (ChallengeHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00615C20, Int32__Array *, ChallengeHelpers_GetChallengesProgressArray, (ChallengeHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00615E20, Int32__Array *, ChallengeHelpers_GetChallengesProgressThisGameArray, (ChallengeHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00616160, void, ChallengeHelpers_WriteChallengesProgressArray, (ChallengeHelpers * __this, Int32__Array * challengesProgress, MethodInfo * method)); DO_APP_FUNC(0x00616330, void, ChallengeHelpers_WriteChallengesProgressThisGameArray, (ChallengeHelpers * __this, Int32__Array * challengesProgressThisGame, MethodInfo * method)); DO_APP_FUNC(0x00616500, void, ChallengeHelpers_ResetAllChallengeProgress, (ChallengeHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00616720, void, ChallengeHelpers_IncrementChallengeProgress, (ChallengeHelpers * __this, int32_t i, int32_t incrementAmount, MethodInfo * method)); DO_APP_FUNC(0x00616B90, ChallengeHelpers_ChallengeInstance__Array *, ChallengeHelpers_GenerateWeeklyChallenges, (ChallengeHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00617570, int32_t, ChallengeHelpers_CalculateChallengeExpGain, (ChallengeHelpers * __this, int32_t challengeIndex, MethodInfo * method)); DO_APP_FUNC(0x006175F0, String *, ChallengeHelpers_GetDifficultyModifierString, (ChallengeHelpers * __this, DevourGameMode__Enum difficultyModifier, MethodInfo * method)); DO_APP_FUNC(0x00617730, void, ChallengeHelpers_StoreChallengesProgress, (ChallengeHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00617780, void, ChallengeHelpers_OnLocalPlayerUseBattery, (ChallengeHelpers * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C3E0, ChallengeHelpers_OnLocalPlayerUseBattery__MethodInfo); DO_APP_FUNC(0x00617790, void, ChallengeHelpers_OnLocalPlayerSearchPoop, (ChallengeHelpers * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C3F0, ChallengeHelpers_OnLocalPlayerSearchPoop__MethodInfo); DO_APP_FUNC(0x006177A0, void, ChallengeHelpers_OnLocalPlayerKickedTrashCan, (ChallengeHelpers * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C3E8, ChallengeHelpers_OnLocalPlayerKickedTrashCan__MethodInfo); DO_APP_FUNC(0x006177B0, void, ChallengeHelpers_OnLocalPlayerUnlockedLockbox, (ChallengeHelpers * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C3D8, ChallengeHelpers_OnLocalPlayerUnlockedLockbox__MethodInfo); DO_APP_FUNC(0x006177C0, void, ChallengeHelpers_OnLocalPlayerBurnWeb, (ChallengeHelpers * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C400, ChallengeHelpers_OnLocalPlayerBurnWeb__MethodInfo); DO_APP_FUNC(0x006177D0, void, ChallengeHelpers_OnLocalPlayerBurnManorTendrils, (ChallengeHelpers * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C3F8, ChallengeHelpers_OnLocalPlayerBurnManorTendrils__MethodInfo); DO_APP_FUNC(0x006177E0, void, ChallengeHelpers_TryIncrementChallengeProgress, (ChallengeHelpers * __this, ChallengeHelpers_BaseChallenge__Enum baseChallenge, MethodInfo * method)); DO_APP_FUNC(0x00617910, void, ChallengeHelpers_TryIncrementChallengeProgressPostGame, (ChallengeHelpers * __this, ChallengeHelpers_BaseChallenge__Enum baseChallenge, GameStatsPlayerToken * playerToken, GameConfigToken * gameConfigToken, GameStatsToken * gameStatsToken, MethodInfo * method)); DO_APP_FUNC(0x00617C50, bool, ChallengeHelpers_CheckChallengeDifficultyModifier, (ChallengeHelpers * __this, DevourGameMode__Enum difficultyModifier, MethodInfo * method)); DO_APP_FUNC(0x00617F00, bool, ChallengeHelpers_CheckChallengeMapModifier, (ChallengeHelpers * __this, String * mapKey, MethodInfo * method)); DO_APP_FUNC(0x00618200, String *, ChallengeHelpers_DevourMapToMapKey, (ChallengeHelpers * __this, DevourMap__Enum map, MethodInfo * method)); DO_APP_FUNC(0x00618300, void, ChallengeHelpers__ctor, (ChallengeHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00618640, String *, ChallengeHelpers__GenerateWeeklyChallenges_g__AssignChallengeMap_32_0, (ChallengeHelpers * __this, ChallengeHelpers_ChallengeDefinition * challengeDefinition, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ChallengeHelpers_ChallengeDefinition__ctor, (ChallengeHelpers_ChallengeDefinition * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ChallengeHelpers_ChallengeInstance__ctor, (ChallengeHelpers_ChallengeInstance * __this, MethodInfo * method)); DO_APP_FUNC(0x00618740, void, CharacterHelpers__ctor, (CharacterHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00618790, CharacterHelpers *, CharacterHelpers_get_singleton, (MethodInfo * method)); DO_APP_FUNC(0x00618930, void, CharacterHelpers_Awake, (CharacterHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00618BD0, void, CharacterHelpers_RetargetBones, (CharacterHelpers * __this, Renderer__Array * renderers, Transform * hipsTransform, Transform * newParent, MethodInfo * method)); DO_APP_FUNC(0x006193F0, void, CharacterHelpers_RecalculateBounds, (CharacterHelpers * __this, Renderer__Array * renderers, MethodInfo * method)); DO_APP_FUNC(0x00619710, void, CharacterHelpers_RetargetFlashlight, (CharacterHelpers * __this, NolanBehaviour * behaviour, CharacterFlashlight * flashlightDef, GameObject * flashlight, MethodInfo * method)); DO_APP_FUNC(0x0061A290, IEnumerator *, CharacterHelpers_Dissolve, (CharacterHelpers * __this, Renderer__Array * renderers, bool reverse, Dictionary_2_UnityEngine_Renderer_UnityEngine_Material_ * originalMaterials, bool isFlashlight, MethodInfo * method)); DO_APP_FUNC(0x0061A410, void, CharacterHelpers_SetDissolveMaterial, (CharacterHelpers * __this, Renderer * renderer, bool reverse, bool isFlashlight, MethodInfo * method)); DO_APP_FUNC(0x0061B170, IEnumerator *, CharacterHelpers_ExecuteReverseDissolve, (CharacterHelpers * __this, Renderer__Array * renderers, MethodInfo * method)); DO_APP_FUNC(0x0061B280, IEnumerator *, CharacterHelpers_ExecuteDissolve, (CharacterHelpers * __this, Renderer__Array * renderers, MethodInfo * method)); DO_APP_FUNC(0x0061B390, void, CharacterHelpers_SetDissolveAmount, (CharacterHelpers * __this, float i, float duration, Renderer__Array * renderers, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CharacterHelpers_Dissolve_d_12__ctor, (CharacterHelpers_Dissolve_d_12 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CharacterHelpers_Dissolve_d_12_System_IDisposable_Dispose, (CharacterHelpers_Dissolve_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x0061B550, bool, CharacterHelpers_Dissolve_d_12_MoveNext, (CharacterHelpers_Dissolve_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CharacterHelpers_Dissolve_d_12_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CharacterHelpers_Dissolve_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x0061BC00, void, CharacterHelpers_Dissolve_d_12_System_Collections_IEnumerator_Reset, (CharacterHelpers_Dissolve_d_12 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C228, CharacterHelpers_Dissolve_d_12_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CharacterHelpers_Dissolve_d_12_System_Collections_IEnumerator_get_Current, (CharacterHelpers_Dissolve_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CharacterHelpers_ExecuteReverseDissolve_d_14__ctor, (CharacterHelpers_ExecuteReverseDissolve_d_14 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CharacterHelpers_ExecuteReverseDissolve_d_14_System_IDisposable_Dispose, (CharacterHelpers_ExecuteReverseDissolve_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x0061BC50, bool, CharacterHelpers_ExecuteReverseDissolve_d_14_MoveNext, (CharacterHelpers_ExecuteReverseDissolve_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CharacterHelpers_ExecuteReverseDissolve_d_14_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CharacterHelpers_ExecuteReverseDissolve_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x0061BD90, void, CharacterHelpers_ExecuteReverseDissolve_d_14_System_Collections_IEnumerator_Reset, (CharacterHelpers_ExecuteReverseDissolve_d_14 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C218, CharacterHelpers_ExecuteReverseDissolve_d_14_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CharacterHelpers_ExecuteReverseDissolve_d_14_System_Collections_IEnumerator_get_Current, (CharacterHelpers_ExecuteReverseDissolve_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CharacterHelpers_ExecuteDissolve_d_15__ctor, (CharacterHelpers_ExecuteDissolve_d_15 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CharacterHelpers_ExecuteDissolve_d_15_System_IDisposable_Dispose, (CharacterHelpers_ExecuteDissolve_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x0061BDE0, bool, CharacterHelpers_ExecuteDissolve_d_15_MoveNext, (CharacterHelpers_ExecuteDissolve_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CharacterHelpers_ExecuteDissolve_d_15_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CharacterHelpers_ExecuteDissolve_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x0061BF20, void, CharacterHelpers_ExecuteDissolve_d_15_System_Collections_IEnumerator_Reset, (CharacterHelpers_ExecuteDissolve_d_15 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C220, CharacterHelpers_ExecuteDissolve_d_15_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CharacterHelpers_ExecuteDissolve_d_15_System_Collections_IEnumerator_get_Current, (CharacterHelpers_ExecuteDissolve_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x0061BF70, void, DebugDrawHelpers_DrawBounds, (Bounds b, Color color, float delay, MethodInfo * method)); DO_APP_FUNC(0x0061CFA0, void, DevourColors__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0061D060, void, EndingTextController_FadeInText, (EndingTextController * __this, MethodInfo * method)); DO_APP_FUNC(0x0061D0C0, void, EndingTextController_FadeOutText, (EndingTextController * __this, MethodInfo * method)); DO_APP_FUNC(0x0061D130, void, EndingTextController_Reset, (EndingTextController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, EndingTextController__ctor, (EndingTextController * __this, MethodInfo * method)); DO_APP_FUNC(0x0061D140, void, InGameHelpers__ctor, (InGameHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0061D280, InGameHelpers *, InGameHelpers_get_singleton, (MethodInfo * method)); DO_APP_FUNC(0x0061DA10, void, InGameHelpers_DespawnAI, (InGameHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InGameHelpers_InitialiseAnalytics, (InGameHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0061DBE0, void, InGameHelpers_GameStarted, (InGameHelpers * __this, GameMode__Enum gameMode, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InGameHelpers_CharacterPickedEvent, (InGameHelpers * __this, PrefabId prefabId, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InGameHelpers_PerkPickedEvent, (InGameHelpers * __this, String * perk, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InGameHelpers_MapStartedEvent, (InGameHelpers * __this, String * map, GameConfigToken * gameConfigToken, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, GameMode__Enum, InGameHelpers_GameMode, (InGameHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0061DFD0, float, InGameHelpers_GameTimeElapsed, (InGameHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0061E030, float, InGameHelpers_GetFieldOfView, (InGameHelpers * __this, float baseFov, float distanceToPlayer, MethodInfo * method)); DO_APP_FUNC(0x0061E060, PrefabId, InGameHelpers_GetPrefabId, (InGameHelpers * __this, String * prefabName, MethodInfo * method)); DO_APP_FUNC(0x0061E8F0, Vector3, InGameHelpers_GetObjectDropPosition, (InGameHelpers * __this, GameObject * obj, MethodInfo * method)); DO_APP_FUNC(0x0061E9D0, Vector3, InGameHelpers_GetNearestNode, (InGameHelpers * __this, Vector3 position, int32_t graphMask, MethodInfo * method)); DO_APP_FUNC(0x0061EB20, BoltEntity *, InGameHelpers_CreateDroppedObject, (InGameHelpers * __this, PrefabId prefabId, Vector3 position, String * carryObjectName, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC(0x00620740, bool, InGameHelpers_IsDroppableObject, (InGameHelpers * __this, String * objectName, MethodInfo * method)); DO_APP_FUNC(0x00620C10, bool, InGameHelpers_IsObjectGraphSnappable, (InGameHelpers * __this, String * objectName, MethodInfo * method)); DO_APP_FUNC(0x00620CC0, Survival_AI__Enum, InGameHelpers_GetAIForPrefabId, (InGameHelpers * __this, PrefabId prefabId, MethodInfo * method)); DO_APP_FUNC(0x00620FB0, bool, InGameHelpers_IsCrawler, (InGameHelpers * __this, PrefabId prefabId, MethodInfo * method)); DO_APP_FUNC(0x006210D0, bool, InGameHelpers_IsAzazel, (InGameHelpers * __this, PrefabId prefabId, MethodInfo * method)); DO_APP_FUNC(0x006211F0, bool, InGameHelpers_IsAzazel_1, (InGameHelpers * __this, Survival_AI__Enum ai, MethodInfo * method)); DO_APP_FUNC(0x00621210, bool, InGameHelpers_IsAsylumAI, (InGameHelpers * __this, Survival_AI__Enum ai, MethodInfo * method)); DO_APP_FUNC(0x00621230, bool, InGameHelpers_IsFarmhouseAI, (InGameHelpers * __this, Survival_AI__Enum ai, MethodInfo * method)); DO_APP_FUNC(0x00621240, bool, InGameHelpers_IsCarryingAnimal, (InGameHelpers * __this, String * carryObjectName, MethodInfo * method)); DO_APP_FUNC(0x00621350, bool, InGameHelpers_IsCarryingEgg, (InGameHelpers * __this, String * carryObjectName, MethodInfo * method)); DO_APP_FUNC(0x006213A0, bool, InGameHelpers_IsCarryingRitualObject, (InGameHelpers * __this, String * carryObjectName, MethodInfo * method)); DO_APP_FUNC(0x00621550, bool, InGameHelpers_IsFood, (InGameHelpers * __this, String * prefabName, MethodInfo * method)); DO_APP_FUNC(0x006216B0, String *, InGameHelpers_GetAzazelName, (InGameHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00621A90, String *, InGameHelpers_GetCrawlerName, (InGameHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00621E90, PrefabId, InGameHelpers_GetFoodPrefabID, (InGameHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00622160, String__Array *, InGameHelpers_ParseMetadata, (InGameHelpers * __this, String * metadata, MethodInfo * method)); DO_APP_FUNC(0x006221C0, int32_t, InGameHelpers_GetEggType, (InGameHelpers * __this, String * eggName, MethodInfo * method)); DO_APP_FUNC(0x006221C0, int32_t, InGameHelpers_GetRitualBookType, (InGameHelpers * __this, String * ritualBookName, MethodInfo * method)); DO_APP_FUNC(0x00622250, int32_t, InGameHelpers_ParseSlaughterhouseAltarMetadata, (InGameHelpers * __this, String * metadata, MethodInfo * method)); DO_APP_FUNC(0x00622270, bool, InGameHelpers_IsLastPlayerAlive, (InGameHelpers * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x00622780, bool, InGameHelpers_IsPlayerNearby, (InGameHelpers * __this, GameObject * localCharacter, GameObject * ignoreCharacter, MethodInfo * method)); DO_APP_FUNC(0x00622F90, InGameHelpers_NearbyPerks__Array *, InGameHelpers_GetNearbyPlayerPerks, (InGameHelpers * __this, Transform * origin, MethodInfo * method)); DO_APP_FUNC(0x00623940, bool, InGameHelpers_IsObjectNearby, (InGameHelpers * __this, Transform * t1, Transform * t2, float maxVertical, float maxHorizontal, MethodInfo * method)); DO_APP_FUNC(0x00623AA0, bool, InGameHelpers_IsPathPossible, (InGameHelpers * __this, GraphNode * node1, GraphNode * node2, Transform * ai, MethodInfo * method)); DO_APP_FUNC(0x00623C90, bool, InGameHelpers_IsRitualBookCarryObject, (InGameHelpers * __this, String * carryObjectName, MethodInfo * method)); DO_APP_FUNC(0x00623CF0, bool, InGameHelpers_IsActiveRitualBookCarryObject, (InGameHelpers * __this, String * carryObjectName, MethodInfo * method)); DO_APP_FUNC(0x00623D50, bool, InGameHelpers_IsInactiveRitualBookCarryObject, (InGameHelpers * __this, String * carryObjectName, MethodInfo * method)); DO_APP_FUNC(0x00623DB0, bool, InGameHelpers_IsHeadCarryObject, (InGameHelpers * __this, String * carryObjectName, MethodInfo * method)); DO_APP_FUNC(0x00623E10, bool, InGameHelpers_IsCleanHeadCarryObject, (InGameHelpers * __this, String * carryObjectName, MethodInfo * method)); DO_APP_FUNC(0x00623E70, bool, InGameHelpers_IsDirtyHeadCarryObject, (InGameHelpers * __this, String * carryObjectName, MethodInfo * method)); DO_APP_FUNC(0x00623ED0, bool, InGameHelpers_IsPurgatoryMap, (InGameHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006241D0, bool, InGameHelpers_HasPerk, (InGameHelpers * __this, String * perk, MethodInfo * method)); DO_APP_FUNC(0x006242A0, void, InGameHelpers__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InGameHelpers_NearbyPerks__ctor, (InGameHelpers_NearbyPerks * __this, MethodInfo * method)); DO_APP_FUNC(0x00624380, void, IntroTextController_FadeInText, (IntroTextController * __this, MethodInfo * method)); DO_APP_FUNC(0x00624420, void, IntroTextController_FadeOutText, (IntroTextController * __this, MethodInfo * method)); DO_APP_FUNC(0x006244C0, void, IntroTextController__ctor, (IntroTextController * __this, MethodInfo * method)); DO_APP_FUNC(0x00624510, void, KeyHelpers__ctor, (KeyHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00624610, KeyHelpers *, KeyHelpers_get_singleton, (MethodInfo * method)); DO_APP_FUNC(0x006247B0, void, KeyHelpers_Awake, (KeyHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00624A30, String__Array *, KeyHelpers_GetKeysArray, (KeyHelpers * __this, String * state, MethodInfo * method)); DO_APP_FUNC(0x00624A90, String *, KeyHelpers_AddKey, (KeyHelpers * __this, String * state, String * name, MethodInfo * method)); DO_APP_FUNC(0x00624BF0, bool, KeyHelpers_IsKeyInArray, (KeyHelpers * __this, String * state, String * name, MethodInfo * method)); DO_APP_FUNC(0x00624C20, void, KeyHelpers_SetKeyUsed, (KeyHelpers * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00624DE0, String *, KeyHelpers_RemoveKey, (KeyHelpers * __this, String * state, String * name, MethodInfo * method)); DO_APP_FUNC(0x00624F00, void, MaterialExtensions_ToOpaqueMode, (Material * material, MethodInfo * method)); DO_APP_FUNC(0x00625150, void, MaterialExtensions_ToFadeMode, (Material * material, MethodInfo * method)); DO_APP_FUNC(0x006253A0, float, MathHelpers_Round, (float value, int32_t digits, MethodInfo * method)); DO_APP_FUNC(0x006253F0, bool, MathHelpers_IsPointInsideCircle, (Vector2 point, Vector2 center, float radius, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DevourTextMessage__ctor, (DevourTextMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x00625480, void, MessageHelpers__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00625560, String *, MessageHelpers_CleanMessage, (String * message, MethodInfo * method)); DO_APP_FUNC(0x00625750, DevourTextMessage *, MessageHelpers_GetDevourTextMessage, (String * message, MethodInfo * method)); DO_APP_FUNC(0x00625E60, MessageHelpers_Message *, MessageHelpers_ProcessReceivedMessage, (TextMessage message, MethodInfo * method)); DO_APP_FUNC(0x00626030, String *, MessageHelpers_ProcessSystemMessage, (String * stringKey, String * _arguments, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, MessageHelpers_Message__ctor, (MessageHelpers_Message * __this, String * _sender, DevourTextMessage * _message, MethodInfo * method)); DO_APP_FUNC(0x00562610, bool, OptionsHelpers_get_isProfanityAllowed, (OptionsHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00562620, void, OptionsHelpers_set_isProfanityAllowed, (OptionsHelpers * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00648660, bool, OptionsHelpers_get_muteJumpScares, (OptionsHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00648670, void, OptionsHelpers_set_muteJumpScares, (OptionsHelpers * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00648680, bool, OptionsHelpers_get_gamepadRumble, (OptionsHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00648690, void, OptionsHelpers_set_gamepadRumble, (OptionsHelpers * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006486A0, bool, OptionsHelpers_get_htcViveTrackpadClickMode, (OptionsHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006486B0, void, OptionsHelpers_set_htcViveTrackpadClickMode, (OptionsHelpers * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006486C0, bool, OptionsHelpers_get_vrHandTracking, (OptionsHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006486D0, void, OptionsHelpers_set_vrHandTracking, (OptionsHelpers * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006486E0, bool, OptionsHelpers_get_inGame, (OptionsHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006486F0, void, OptionsHelpers_set_inGame, (OptionsHelpers * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00648700, bool, OptionsHelpers_get_tutorialsDisabled, (OptionsHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00648710, void, OptionsHelpers_set_tutorialsDisabled, (OptionsHelpers * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00648720, bool, OptionsHelpers_get_bloodEffects, (OptionsHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00648730, void, OptionsHelpers_set_bloodEffects, (OptionsHelpers * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x005FC5C0, bool, OptionsHelpers_get_ventAutoCrouch, (OptionsHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x004841B0, void, OptionsHelpers_set_ventAutoCrouch, (OptionsHelpers * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00648740, bool, OptionsHelpers_get_classicEmotes, (OptionsHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00648750, void, OptionsHelpers_set_classicEmotes, (OptionsHelpers * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00648760, OptionsHelpers *, OptionsHelpers_get_singleton, (MethodInfo * method)); DO_APP_FUNC(0x006487C0, void, OptionsHelpers_Awake, (OptionsHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006494C0, void, OptionsHelpers_OnAssemblyLoaded, (OptionsHelpers * __this, Object * sender, AssemblyLoadEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1728, OptionsHelpers_OnAssemblyLoaded__MethodInfo); DO_APP_FUNC(0x00649650, IEnumerator *, OptionsHelpers_DetectInjectedAssemblies, (OptionsHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006496A0, void, OptionsHelpers_Update, (OptionsHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00649760, void, OptionsHelpers_InGame, (OptionsHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00649C60, void, OptionsHelpers_LeaveGame, (OptionsHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00649C70, void, OptionsHelpers_OnSensitivityChanged, (OptionsHelpers * __this, float sensitivity, MethodInfo * method)); DO_APP_FUNC(0x00649F40, float, OptionsHelpers_ConvertInputValueToSensitivity, (OptionsHelpers * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00649FA0, void, OptionsHelpers_OnMasterVolumeChanged, (OptionsHelpers * __this, float volume, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6328, OptionsHelpers_OnMasterVolumeChanged__MethodInfo); DO_APP_FUNC(0x0064A030, void, OptionsHelpers_OnMusicVolumeChanged, (OptionsHelpers * __this, float volume, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6310, OptionsHelpers_OnMusicVolumeChanged__MethodInfo); DO_APP_FUNC(0x0064A0D0, void, OptionsHelpers_OnEffectsVolumeChanged, (OptionsHelpers * __this, float volume, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6348, OptionsHelpers_OnEffectsVolumeChanged__MethodInfo); DO_APP_FUNC(0x0064A170, void, OptionsHelpers_OnVoiceVolumeChanged, (OptionsHelpers * __this, float volume, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA62E8, OptionsHelpers_OnVoiceVolumeChanged__MethodInfo); DO_APP_FUNC(0x0064A210, void, OptionsHelpers_OnFOVChanged, (OptionsHelpers * __this, float fov, Text * fovText, MethodInfo * method)); DO_APP_FUNC(0x0064A410, void, OptionsHelpers_OnBrightnessChanged, (OptionsHelpers * __this, float brightness, MethodInfo * method)); DO_APP_FUNC(0x0064A480, void, OptionsHelpers_OnVsyncClick, (OptionsHelpers * __this, LocalizationTextToggle * stateText, MethodInfo * method)); DO_APP_FUNC(0x0064A600, void, OptionsHelpers_OnInvertMouseClick, (OptionsHelpers * __this, LocalizationTextToggle * stateText, MethodInfo * method)); DO_APP_FUNC(0x0064A920, void, OptionsHelpers_OnQualityIncreaseClick, (OptionsHelpers * __this, Text * currentQuality, Button * increaseBtn, Button * decreaseBtn, MethodInfo * method)); DO_APP_FUNC(0x0064AC90, void, OptionsHelpers_OnQualityDecreaseClick, (OptionsHelpers * __this, Text * currentQuality, Button * increaseBtn, Button * decreaseBtn, MethodInfo * method)); DO_APP_FUNC(0x0064AFB0, void, OptionsHelpers_SetVRLODBias, (OptionsHelpers * __this, int32_t currentQualityLevel, MethodInfo * method)); DO_APP_FUNC(0x0064B240, void, OptionsHelpers_OnAntialiasingChanged, (OptionsHelpers * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6378, OptionsHelpers_OnAntialiasingChanged__MethodInfo); DO_APP_FUNC(0x0064B540, void, OptionsHelpers_OnFPSLimitChanged, (OptionsHelpers * __this, int32_t value, Dropdown * dropdown, MethodInfo * method)); DO_APP_FUNC(0x0064B650, void, OptionsHelpers_OnCrouchModeChanged, (OptionsHelpers * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6360, OptionsHelpers_OnCrouchModeChanged__MethodInfo); DO_APP_FUNC(0x0064B910, void, OptionsHelpers_OnSprintModeChanged, (OptionsHelpers * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0064BC30, void, OptionsHelpers_OnInputModeChanged, (OptionsHelpers * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6320, OptionsHelpers_OnInputModeChanged__MethodInfo); DO_APP_FUNC(0x0064BE80, void, OptionsHelpers_OnInputAccelerationChanged, (OptionsHelpers * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6338, OptionsHelpers_OnInputAccelerationChanged__MethodInfo); DO_APP_FUNC(0x0064C0D0, void, OptionsHelpers_OnArachnophobiaModeChanged, (OptionsHelpers * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6358, OptionsHelpers_OnArachnophobiaModeChanged__MethodInfo); DO_APP_FUNC(0x0064C8D0, void, OptionsHelpers_OnHeadBobChanged, (OptionsHelpers * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6330, OptionsHelpers_OnHeadBobChanged__MethodInfo); DO_APP_FUNC(0x0064CC80, void, OptionsHelpers_OnGamepadRumbleChanged, (OptionsHelpers * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6350, OptionsHelpers_OnGamepadRumbleChanged__MethodInfo); DO_APP_FUNC(0x0064CCE0, void, OptionsHelpers_OnVoiceChatChanged, (OptionsHelpers * __this, int32_t value, Dropdown * inputMode, Slider * volume, MethodInfo * method)); DO_APP_FUNC(0x0064D010, void, OptionsHelpers_OnVoiceInputModeChanged, (OptionsHelpers * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6308, OptionsHelpers_OnVoiceInputModeChanged__MethodInfo); DO_APP_FUNC(0x0064D0B0, void, OptionsHelpers_OnVoiceInputDeviceChanged, (OptionsHelpers * __this, int32_t value, Dropdown * voiceInputDevices, MethodInfo * method)); DO_APP_FUNC(0x0064D2F0, void, OptionsHelpers_PopulateVoiceInputDevices, (OptionsHelpers * __this, Dropdown * voiceInputDevice, MethodInfo * method)); DO_APP_FUNC(0x0064D770, void, OptionsHelpers_OnMuteJumpScaresChanged, (OptionsHelpers * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6318, OptionsHelpers_OnMuteJumpScaresChanged__MethodInfo); DO_APP_FUNC(0x0064D7D0, void, OptionsHelpers_OnMotionBlurClick, (OptionsHelpers * __this, LocalizationTextToggle * stateText, MethodInfo * method)); DO_APP_FUNC(0x0064D9A0, void, OptionsHelpers_OnHDFlashlightClick, (OptionsHelpers * __this, LocalizationTextToggle * stateText, MethodInfo * method)); DO_APP_FUNC(0x0064DE10, void, OptionsHelpers_OnResolutionClick, (OptionsHelpers * __this, CanvasGroup * modal, GameObject * content, Button * applyBtn, Button * closeBtn, Dropdown * displayModeDropdown, AudioSource * hoverAudioSource, MethodInfo * method)); DO_APP_FUNC(0x0064E2A0, void, OptionsHelpers_PopulateResolutions, (OptionsHelpers * __this, GameObject * content, Button * applyBtn, Button * closeBtn, Dropdown * displayModeDropdown, AudioSource * hoverAudioSource, MethodInfo * method)); DO_APP_FUNC(0x0064F780, void, OptionsHelpers_OnResolutionApplyClick, (OptionsHelpers * __this, CanvasGroup * modal, Button * applyBtn, MethodInfo * method)); DO_APP_FUNC(0x0064F940, void, OptionsHelpers_OnResolutionSelected, (OptionsHelpers * __this, int32_t selectedIndex, bool isOn, Button * applyBtn, Button * closeBtn, MethodInfo * method)); DO_APP_FUNC(0x0064FA10, void, OptionsHelpers_OnDisplayModeChanged, (OptionsHelpers * __this, int32_t value, Button * applyBtn, GameObject * content, MethodInfo * method)); DO_APP_FUNC(0x0064FA30, void, OptionsHelpers_UpdateResolutionApplyState, (OptionsHelpers * __this, Button * applyBtn, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, OptionsHelpers_SetAltTabWarning, (OptionsHelpers * __this, GameObject * altTabWarning, MethodInfo * method)); DO_APP_FUNC(0x00650060, String *, OptionsHelpers_GetResolution, (OptionsHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00650320, void, OptionsHelpers_OnDisplayMonitorChanged, (OptionsHelpers * __this, int32_t value, CanvasGroup * messageModal, Text * messageText, MethodInfo * method)); DO_APP_FUNC(0x00650490, void, OptionsHelpers_PopulateDisplayMonitorDropdown, (OptionsHelpers * __this, Dropdown * dropdown, Button * button, MethodInfo * method)); DO_APP_FUNC(0x00650850, void, OptionsHelpers_PopulateKeyBindings, (OptionsHelpers * __this, Transform * content, AudioSource * hoverAudioSource, AudioSource * clickAudioSource, bool useGamepad, MethodInfo * method)); DO_APP_FUNC(0x00652D90, String *, OptionsHelpers_GetActionCategoryLocalizationKey, (OptionsHelpers * __this, InputCategory * category, MethodInfo * method)); DO_APP_FUNC(0x00652F80, IEnumerator *, OptionsHelpers_DelayListeningForBinding, (OptionsHelpers * __this, Action * action, float delay, MethodInfo * method)); DO_APP_FUNC(0x00653030, IEnumerator *, OptionsHelpers_ListeningForBinding, (OptionsHelpers * __this, Button * button, MethodInfo * method)); DO_APP_FUNC(0x00653140, void, OptionsHelpers_StopListeningForBinding, (OptionsHelpers * __this, int32_t actionId, bool useGamepad, Button * button, MethodInfo * method)); DO_APP_FUNC(0x00653290, IEnumerator *, OptionsHelpers_DelayClearListeningForBinding, (OptionsHelpers * __this, int32_t actionId, bool useGamepad, Button * button, MethodInfo * method)); DO_APP_FUNC(0x006533D0, void, OptionsHelpers_StopListeningForKeyBindings, (OptionsHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006534A0, bool, OptionsHelpers_IsListeningForBinding, (OptionsHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006534B0, String *, OptionsHelpers_SurvivalPrefabIdToString, (OptionsHelpers * __this, PrefabId prefabId, MethodInfo * method)); DO_APP_FUNC(0x00653760, PrefabId, OptionsHelpers_SurvivalStringToPrefabId, (OptionsHelpers * __this, String * prefab, MethodInfo * method)); DO_APP_FUNC(0x00653CC0, bool, OptionsHelpers_IsCharacterUnlocked, (OptionsHelpers * __this, String * prefab, MethodInfo * method)); DO_APP_FUNC(0x00653FD0, Sprite *, OptionsHelpers_GetCharacterAvatar, (OptionsHelpers * __this, String * prefab, MethodInfo * method)); DO_APP_FUNC(0x00654250, String *, OptionsHelpers_GetCharacterBio, (OptionsHelpers * __this, String * prefab, MethodInfo * method)); DO_APP_FUNC(0x00654520, CharacterData *, OptionsHelpers_GetCharacterData, (OptionsHelpers * __this, String * prefab, MethodInfo * method)); DO_APP_FUNC(0x00654670, String *, OptionsHelpers_GetRobeUnlockableDescriptionKey, (OptionsHelpers * __this, Robe__Enum robe, String * characterPrefabName, MethodInfo * method)); DO_APP_FUNC(0x00654890, Sprite *, OptionsHelpers_GetRobeSprite, (OptionsHelpers * __this, Robe__Enum robe, MethodInfo * method)); DO_APP_FUNC(0x006549C0, Sprite *, OptionsHelpers_GetPerkSprite, (OptionsHelpers * __this, String * perkName, MethodInfo * method)); DO_APP_FUNC(0x00654B60, CharacterPerk *, OptionsHelpers_GetPerkByName, (OptionsHelpers * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00654C90, CharacterFlashlight *, OptionsHelpers_GetFlashlightByName, (OptionsHelpers * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00654DC0, CharacterPet *, OptionsHelpers_GetPetByName, (OptionsHelpers * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00654EF0, CharacterEmote *, OptionsHelpers_GetEmoteByName, (OptionsHelpers * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00655020, CharacterEmote *, OptionsHelpers_GetEmoteByID, (OptionsHelpers * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x00655100, CharacterEmote *, OptionsHelpers_GetEmoteBySteamItemDefId, (OptionsHelpers * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x006551E0, void, OptionsHelpers_ShowLockedCharacter, (OptionsHelpers * __this, GameObject * survivalPlayer, MethodInfo * method)); DO_APP_FUNC(0x00655610, bool, OptionsHelpers_IsRobeUnlocked, (OptionsHelpers * __this, String * robe, String * character, MethodInfo * method)); DO_APP_FUNC(0x00656580, void, OptionsHelpers_OnProfanityFilteringChanged, (OptionsHelpers * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6300, OptionsHelpers_OnProfanityFilteringChanged__MethodInfo); DO_APP_FUNC(0x006565F0, void, OptionsHelpers_WarnPlayerDisconnected, (OptionsHelpers * __this, BoltConnection * connection, DissonanceComms * dissonanceComms, GameObject * messagePrefab, Transform * messageListContent, MethodInfo * method)); DO_APP_FUNC(0x00656A70, CharacterOutfit *, OptionsHelpers_GetOutfitByName, (OptionsHelpers * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00656BA0, bool, OptionsHelpers_HasOutfit, (OptionsHelpers * __this, String * outfitName, String * characterName, MethodInfo * method)); DO_APP_FUNC(0x00656DB0, void, OptionsHelpers_UpdateQualityButtons, (OptionsHelpers * __this, Text * currentQuality, Button * increaseBtn, Button * decreaseBtn, Button * resolutionButton, Dropdown * antialiasingDropdown, MethodInfo * method)); DO_APP_FUNC(0x00657080, void, OptionsHelpers_UpdateGraphicSettingsNavigation, (OptionsHelpers * __this, Dropdown * displayMonitorDropdown, Button * resolutionButton, Button * backButton, MethodInfo * method)); DO_APP_FUNC(0x00657180, void, OptionsHelpers_HookUpUISounds, (OptionsHelpers * __this, Transform * canvas, AudioSource * hoverAudioSource, AudioSource * clickAudioSource, MethodInfo * method)); DO_APP_FUNC(0x00657C40, void, OptionsHelpers_FindAllUIComponents, (OptionsHelpers * __this, Transform * obj, List_1_UnityEngine_UI_Button_ * uiButtons, List_1_UnityEngine_UI_Dropdown_ * uiDropdowns, List_1_UnityEngine_UI_Toggle_ * uiToggles, MethodInfo * method)); DO_APP_FUNC(0x006581E0, void, OptionsHelpers_KeyBindingsUpdate, (OptionsHelpers * __this, CanvasGroup * canvasGroup, Toggle * gamepadTab, Toggle * keyboardTab, MethodInfo * method)); DO_APP_FUNC(0x00658460, bool, OptionsHelpers_UsingUltraWideResolution, (OptionsHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00658620, float, OptionsHelpers_GetCanvasScalingMatch, (OptionsHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00658810, GameObject *, OptionsHelpers_GetLocalCharacter, (OptionsHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00658950, bool, OptionsHelpers_CheckForceGamepadTabOnKeyBindings, (OptionsHelpers * __this, Toggle * gamepadTab, Toggle * keyboardTab, MethodInfo * method)); DO_APP_FUNC(0x00658B90, void, OptionsHelpers_OnVRSeatedModeClick, (OptionsHelpers * __this, LocalizationTextToggle * stateText, MethodInfo * method)); DO_APP_FUNC(0x00659010, void, OptionsHelpers_OnVRLeftHandedClick, (OptionsHelpers * __this, LocalizationTextToggle * stateText, MethodInfo * method)); DO_APP_FUNC(0x00659A20, void, OptionsHelpers_OnVRTurningAnglePrev, (OptionsHelpers * __this, Text * turningAngleText, MethodInfo * method)); DO_APP_FUNC(0x00659FA0, void, OptionsHelpers_OnVRTurningAngleNext, (OptionsHelpers * __this, Text * turningAngleText, MethodInfo * method)); DO_APP_FUNC(0x0065A520, void, OptionsHelpers_OnVRMovementDirectionPrev, (OptionsHelpers * __this, Text * movementDirectionText, MethodInfo * method)); DO_APP_FUNC(0x0065A920, void, OptionsHelpers_OnVRMovementDirectionNext, (OptionsHelpers * __this, Text * movementDirectionText, MethodInfo * method)); DO_APP_FUNC(0x0065AD40, void, OptionsHelpers_SetVRMovementDirectionText, (OptionsHelpers * __this, Text * movementDirectionText, VRMovementDirection__Enum movementDirection, MethodInfo * method)); DO_APP_FUNC(0x0065AFC0, void, OptionsHelpers_OnVRTurningModePrev, (OptionsHelpers * __this, Text * turningModeText, MethodInfo * method)); DO_APP_FUNC(0x0065B3C0, void, OptionsHelpers_OnVRTurningModeNext, (OptionsHelpers * __this, Text * turningModeText, MethodInfo * method)); DO_APP_FUNC(0x0065B7E0, void, OptionsHelpers_SetVRTurningModeText, (OptionsHelpers * __this, Text * turningModeText, VRTurningMode__Enum turningMode, MethodInfo * method)); DO_APP_FUNC(0x0065B980, void, OptionsHelpers_OnVRTurningSpeedChanged, (OptionsHelpers * __this, float turningSpeed, MethodInfo * method)); DO_APP_FUNC(0x0065BBE0, void, OptionsHelpers_OnVRHTCViveTrackpadClickModeClick, (OptionsHelpers * __this, LocalizationTextToggle * stateText, MethodInfo * method)); DO_APP_FUNC(0x0065BCB0, void, OptionsHelpers_HandleTAAInVR, (OptionsHelpers * __this, Dropdown * dropdown, MethodInfo * method)); DO_APP_FUNC(0x0065BDA0, void, OptionsHelpers_OnVRHandTrackingClick, (OptionsHelpers * __this, LocalizationTextToggle * stateText, MethodInfo * method)); DO_APP_FUNC(0x0065C0C0, void, OptionsHelpers_OnVRGamepadModeClick, (OptionsHelpers * __this, LocalizationTextToggle * stateText, MethodInfo * method)); DO_APP_FUNC(0x0065C380, void, OptionsHelpers_OnVRWMRControllerTypeChanged, (OptionsHelpers * __this, int32_t value, CanvasGroup * messageModal, Text * messageText, MethodInfo * method)); DO_APP_FUNC(0x0065C4F0, void, OptionsHelpers_OnTutorialsClick, (OptionsHelpers * __this, LocalizationTextToggle * stateText, MethodInfo * method)); DO_APP_FUNC(0x0065C580, void, OptionsHelpers_OnBloodEffectsClick, (OptionsHelpers * __this, LocalizationTextToggle * stateText, MethodInfo * method)); DO_APP_FUNC(0x0065C670, void, OptionsHelpers_OnVentAutoCrouchClick, (OptionsHelpers * __this, LocalizationTextToggle * stateText, MethodInfo * method)); DO_APP_FUNC(0x0065C800, void, OptionsHelpers_OnClassicEmotesClick, (OptionsHelpers * __this, LocalizationTextToggle * stateText, MethodInfo * method)); DO_APP_FUNC(0x0065C8E0, void, OptionsHelpers_OnNameplatesClick, (OptionsHelpers * __this, LocalizationTextToggle * stateText, MethodInfo * method)); DO_APP_FUNC(0x0065CB60, int32_t, OptionsHelpers_ConvertNumberNameToNumber, (OptionsHelpers * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0065D0C0, void, OptionsHelpers__ctor, (OptionsHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0065D340, void, OptionsHelpers__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, OptionsHelpers_DetectInjectedAssemblies_d_77__ctor, (OptionsHelpers_DetectInjectedAssemblies_d_77 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OptionsHelpers_DetectInjectedAssemblies_d_77_System_IDisposable_Dispose, (OptionsHelpers_DetectInjectedAssemblies_d_77 * __this, MethodInfo * method)); DO_APP_FUNC(0x0065D4A0, bool, OptionsHelpers_DetectInjectedAssemblies_d_77_MoveNext, (OptionsHelpers_DetectInjectedAssemblies_d_77 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, OptionsHelpers_DetectInjectedAssemblies_d_77_System_Collections_Generic_IEnumerator_System_Object__get_Current, (OptionsHelpers_DetectInjectedAssemblies_d_77 * __this, MethodInfo * method)); DO_APP_FUNC(0x0065D9B0, void, OptionsHelpers_DetectInjectedAssemblies_d_77_System_Collections_IEnumerator_Reset, (OptionsHelpers_DetectInjectedAssemblies_d_77 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0BA8, OptionsHelpers_DetectInjectedAssemblies_d_77_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, OptionsHelpers_DetectInjectedAssemblies_d_77_System_Collections_IEnumerator_get_Current, (OptionsHelpers_DetectInjectedAssemblies_d_77 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OptionsHelpers_c_DisplayClass111_0__ctor, (OptionsHelpers_c_DisplayClass111_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OptionsHelpers_c_DisplayClass111_1__ctor, (OptionsHelpers_c_DisplayClass111_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0065DA00, void, OptionsHelpers_c_DisplayClass111_1__PopulateResolutions_b__1, (OptionsHelpers_c_DisplayClass111_1 * __this, bool isOn, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA14E8, OptionsHelpers_c_DisplayClass111_1__PopulateResolutions_b__1__MethodInfo); DO_APP_FUNC(0x0065DB00, void, OptionsHelpers_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OptionsHelpers_c__ctor, (OptionsHelpers_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0065DBB0, String *, OptionsHelpers_c__PopulateResolutions_b__111_0, (OptionsHelpers_c * __this, Resolution r, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA14F8, OptionsHelpers_c__PopulateResolutions_b__111_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, OptionsHelpers_c__PopulateKeyBindings_b__120_1, (OptionsHelpers_c * __this, InputMapper_StoppedEventData * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1420, OptionsHelpers_c__PopulateKeyBindings_b__120_1__MethodInfo); DO_APP_FUNC(0x003AC050, void, OptionsHelpers_c_DisplayClass120_0__ctor, (OptionsHelpers_c_DisplayClass120_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0065DC80, void, OptionsHelpers_c_DisplayClass120_0__PopulateKeyBindings_b__0, (OptionsHelpers_c_DisplayClass120_0 * __this, InputMapper_InputMappedEventData * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1408, OptionsHelpers_c_DisplayClass120_0__PopulateKeyBindings_b__0__MethodInfo); DO_APP_FUNC(0x0065E370, void, OptionsHelpers_c_DisplayClass120_0__PopulateKeyBindings_b__2, (OptionsHelpers_c_DisplayClass120_0 * __this, InputMapper_ConflictFoundEventData * conflictData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1410, OptionsHelpers_c_DisplayClass120_0__PopulateKeyBindings_b__2__MethodInfo); DO_APP_FUNC(0x003AC050, void, OptionsHelpers_c_DisplayClass120_1__ctor, (OptionsHelpers_c_DisplayClass120_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0065E550, void, OptionsHelpers_c_DisplayClass120_1__PopulateKeyBindings_b__3, (OptionsHelpers_c_DisplayClass120_1 * __this, InputMapper_ConflictFoundEventData * conflictData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1400, OptionsHelpers_c_DisplayClass120_1__PopulateKeyBindings_b__3__MethodInfo); DO_APP_FUNC(0x003AC050, void, OptionsHelpers_c_DisplayClass120_2__ctor, (OptionsHelpers_c_DisplayClass120_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0065E5F0, void, OptionsHelpers_c_DisplayClass120_2__PopulateKeyBindings_b__6, (OptionsHelpers_c_DisplayClass120_2 * __this, InputMapper_ConflictFoundEventData * conflictData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA13F0, OptionsHelpers_c_DisplayClass120_2__PopulateKeyBindings_b__6__MethodInfo); DO_APP_FUNC(0x003AC050, void, OptionsHelpers_c_DisplayClass120_3__ctor, (OptionsHelpers_c_DisplayClass120_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0065E690, void, OptionsHelpers_c_DisplayClass120_3__PopulateKeyBindings_b__4, (OptionsHelpers_c_DisplayClass120_3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA13E0, OptionsHelpers_c_DisplayClass120_3__PopulateKeyBindings_b__4__MethodInfo); DO_APP_FUNC(0x0065F120, void, OptionsHelpers_c_DisplayClass120_3__PopulateKeyBindings_b__5, (OptionsHelpers_c_DisplayClass120_3 * __this, InputMapper_ConflictFoundEventData * conflictData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA13C8, OptionsHelpers_c_DisplayClass120_3__PopulateKeyBindings_b__5__MethodInfo); DO_APP_FUNC(0x003BAD60, void, OptionsHelpers_DelayListeningForBinding_d_122__ctor, (OptionsHelpers_DelayListeningForBinding_d_122 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OptionsHelpers_DelayListeningForBinding_d_122_System_IDisposable_Dispose, (OptionsHelpers_DelayListeningForBinding_d_122 * __this, MethodInfo * method)); DO_APP_FUNC(0x0065F420, bool, OptionsHelpers_DelayListeningForBinding_d_122_MoveNext, (OptionsHelpers_DelayListeningForBinding_d_122 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, OptionsHelpers_DelayListeningForBinding_d_122_System_Collections_Generic_IEnumerator_System_Object__get_Current, (OptionsHelpers_DelayListeningForBinding_d_122 * __this, MethodInfo * method)); DO_APP_FUNC(0x0065F510, void, OptionsHelpers_DelayListeningForBinding_d_122_System_Collections_IEnumerator_Reset, (OptionsHelpers_DelayListeningForBinding_d_122 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0AC0, OptionsHelpers_DelayListeningForBinding_d_122_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, OptionsHelpers_DelayListeningForBinding_d_122_System_Collections_IEnumerator_get_Current, (OptionsHelpers_DelayListeningForBinding_d_122 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, OptionsHelpers_ListeningForBinding_d_123__ctor, (OptionsHelpers_ListeningForBinding_d_123 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OptionsHelpers_ListeningForBinding_d_123_System_IDisposable_Dispose, (OptionsHelpers_ListeningForBinding_d_123 * __this, MethodInfo * method)); DO_APP_FUNC(0x0065F560, bool, OptionsHelpers_ListeningForBinding_d_123_MoveNext, (OptionsHelpers_ListeningForBinding_d_123 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, OptionsHelpers_ListeningForBinding_d_123_System_Collections_Generic_IEnumerator_System_Object__get_Current, (OptionsHelpers_ListeningForBinding_d_123 * __this, MethodInfo * method)); DO_APP_FUNC(0x0065FA20, void, OptionsHelpers_ListeningForBinding_d_123_System_Collections_IEnumerator_Reset, (OptionsHelpers_ListeningForBinding_d_123 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0A98, OptionsHelpers_ListeningForBinding_d_123_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, OptionsHelpers_ListeningForBinding_d_123_System_Collections_IEnumerator_get_Current, (OptionsHelpers_ListeningForBinding_d_123 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, OptionsHelpers_DelayClearListeningForBinding_d_125__ctor, (OptionsHelpers_DelayClearListeningForBinding_d_125 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OptionsHelpers_DelayClearListeningForBinding_d_125_System_IDisposable_Dispose, (OptionsHelpers_DelayClearListeningForBinding_d_125 * __this, MethodInfo * method)); DO_APP_FUNC(0x0065FA70, bool, OptionsHelpers_DelayClearListeningForBinding_d_125_MoveNext, (OptionsHelpers_DelayClearListeningForBinding_d_125 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, OptionsHelpers_DelayClearListeningForBinding_d_125_System_Collections_Generic_IEnumerator_System_Object__get_Current, (OptionsHelpers_DelayClearListeningForBinding_d_125 * __this, MethodInfo * method)); DO_APP_FUNC(0x00660180, void, OptionsHelpers_DelayClearListeningForBinding_d_125_System_Collections_IEnumerator_Reset, (OptionsHelpers_DelayClearListeningForBinding_d_125 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0A88, OptionsHelpers_DelayClearListeningForBinding_d_125_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, OptionsHelpers_DelayClearListeningForBinding_d_125_System_Collections_IEnumerator_get_Current, (OptionsHelpers_DelayClearListeningForBinding_d_125 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OptionsHelpers_c_DisplayClass131_0__ctor, (OptionsHelpers_c_DisplayClass131_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006601D0, bool, OptionsHelpers_c_DisplayClass131_0__GetCharacterAvatar_b__0, (OptionsHelpers_c_DisplayClass131_0 * __this, CharacterData * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA11F8, OptionsHelpers_c_DisplayClass131_0__GetCharacterAvatar_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, OptionsHelpers_c_DisplayClass132_0__ctor, (OptionsHelpers_c_DisplayClass132_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006601D0, bool, OptionsHelpers_c_DisplayClass132_0__GetCharacterBio_b__0, (OptionsHelpers_c_DisplayClass132_0 * __this, CharacterData * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA11D0, OptionsHelpers_c_DisplayClass132_0__GetCharacterBio_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, OptionsHelpers_c_DisplayClass133_0__ctor, (OptionsHelpers_c_DisplayClass133_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006601D0, bool, OptionsHelpers_c_DisplayClass133_0__GetCharacterData_b__0, (OptionsHelpers_c_DisplayClass133_0 * __this, CharacterData * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA11C0, OptionsHelpers_c_DisplayClass133_0__GetCharacterData_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, OptionsHelpers_c_DisplayClass134_0__ctor, (OptionsHelpers_c_DisplayClass134_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x005B6990, bool, OptionsHelpers_c_DisplayClass134_0__GetRobeUnlockableDescriptionKey_b__0, (OptionsHelpers_c_DisplayClass134_0 * __this, CharacterRobe * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA11A8, OptionsHelpers_c_DisplayClass134_0__GetRobeUnlockableDescriptionKey_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, OptionsHelpers_c_DisplayClass135_0__ctor, (OptionsHelpers_c_DisplayClass135_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x005B6990, bool, OptionsHelpers_c_DisplayClass135_0__GetRobeSprite_b__0, (OptionsHelpers_c_DisplayClass135_0 * __this, CharacterRobe * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1190, OptionsHelpers_c_DisplayClass135_0__GetRobeSprite_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, OptionsHelpers_c_DisplayClass137_0__ctor, (OptionsHelpers_c_DisplayClass137_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00660230, bool, OptionsHelpers_c_DisplayClass137_0__GetPerkByName_b__0, (OptionsHelpers_c_DisplayClass137_0 * __this, CharacterPerk * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1158, OptionsHelpers_c_DisplayClass137_0__GetPerkByName_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, OptionsHelpers_c_DisplayClass138_0__ctor, (OptionsHelpers_c_DisplayClass138_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00660290, bool, OptionsHelpers_c_DisplayClass138_0__GetFlashlightByName_b__0, (OptionsHelpers_c_DisplayClass138_0 * __this, CharacterFlashlight * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1138, OptionsHelpers_c_DisplayClass138_0__GetFlashlightByName_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, OptionsHelpers_c_DisplayClass139_0__ctor, (OptionsHelpers_c_DisplayClass139_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00660290, bool, OptionsHelpers_c_DisplayClass139_0__GetPetByName_b__0, (OptionsHelpers_c_DisplayClass139_0 * __this, CharacterPet * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1118, OptionsHelpers_c_DisplayClass139_0__GetPetByName_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, OptionsHelpers_c_DisplayClass140_0__ctor, (OptionsHelpers_c_DisplayClass140_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00660230, bool, OptionsHelpers_c_DisplayClass140_0__GetEmoteByName_b__0, (OptionsHelpers_c_DisplayClass140_0 * __this, CharacterEmote * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA10F8, OptionsHelpers_c_DisplayClass140_0__GetEmoteByName_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, OptionsHelpers_c_DisplayClass141_0__ctor, (OptionsHelpers_c_DisplayClass141_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006602F0, bool, OptionsHelpers_c_DisplayClass141_0__GetEmoteByID_b__0, (OptionsHelpers_c_DisplayClass141_0 * __this, CharacterEmote * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA10E0, OptionsHelpers_c_DisplayClass141_0__GetEmoteByID_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, OptionsHelpers_c_DisplayClass142_0__ctor, (OptionsHelpers_c_DisplayClass142_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x005E0040, bool, OptionsHelpers_c_DisplayClass142_0__GetEmoteBySteamItemDefId_b__0, (OptionsHelpers_c_DisplayClass142_0 * __this, CharacterEmote * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA10D0, OptionsHelpers_c_DisplayClass142_0__GetEmoteBySteamItemDefId_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, OptionsHelpers_c_DisplayClass147_0__ctor, (OptionsHelpers_c_DisplayClass147_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00660310, bool, OptionsHelpers_c_DisplayClass147_0__GetOutfitByName_b__0, (OptionsHelpers_c_DisplayClass147_0 * __this, CharacterOutfit * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0FB0, OptionsHelpers_c_DisplayClass147_0__GetOutfitByName_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, OptionsHelpers_c_DisplayClass160_0__ctor, (OptionsHelpers_c_DisplayClass160_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00660370, bool, OptionsHelpers_c_DisplayClass160_0__OnVRTurningAnglePrev_b__0, (OptionsHelpers_c_DisplayClass160_0 * __this, int32_t angle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0E28, OptionsHelpers_c_DisplayClass160_0__OnVRTurningAnglePrev_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, OptionsHelpers_c_DisplayClass161_0__ctor, (OptionsHelpers_c_DisplayClass161_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00660370, bool, OptionsHelpers_c_DisplayClass161_0__OnVRTurningAngleNext_b__0, (OptionsHelpers_c_DisplayClass161_0 * __this, int32_t angle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0E18, OptionsHelpers_c_DisplayClass161_0__OnVRTurningAngleNext_b__0__MethodInfo); DO_APP_FUNC(0x00660380, void, CharacterData__ctor, (CharacterData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CharacterRobe__ctor, (CharacterRobe * __this, MethodInfo * method)); DO_APP_FUNC(0x00660390, void, CharacterOutfit__ctor, (CharacterOutfit * __this, MethodInfo * method)); DO_APP_FUNC(0x006603A0, void, CharacterPerk__ctor, (CharacterPerk * __this, MethodInfo * method)); DO_APP_FUNC(0x006603B0, void, CharacterFlashlight__ctor, (CharacterFlashlight * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CharacterPet__ctor, (CharacterPet * __this, MethodInfo * method)); DO_APP_FUNC(0x006603C0, void, CharacterEmote__ctor, (CharacterEmote * __this, MethodInfo * method)); DO_APP_FUNC(0x006603D0, void, PlayAdditive_Update, (PlayAdditive * __this, MethodInfo * method)); DO_APP_FUNC(0x00660F30, void, PlayAdditive__ctor, (PlayAdditive * __this, MethodInfo * method)); DO_APP_FUNC(0x00660F80, RankHelpers *, RankHelpers_get_singleton, (MethodInfo * method)); DO_APP_FUNC(0x00661140, void, RankHelpers_Awake, (RankHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006614C0, RankHelpers_ExpGainInfo *, RankHelpers_CalculateExpGain, (RankHelpers * __this, int32_t mapProgress, int32_t numAwards, GameConfigToken * gameConfigToken, MethodInfo * method)); DO_APP_FUNC(0x00661720, int32_t, RankHelpers_GetRank, (RankHelpers * __this, int32_t exp, MethodInfo * method)); DO_APP_FUNC(0x006617A0, int32_t, RankHelpers_GetTotalExpForRank, (RankHelpers * __this, int32_t rank, MethodInfo * method)); DO_APP_FUNC(0x00661850, String *, RankHelpers_GetRankName, (RankHelpers * __this, int32_t rank, MethodInfo * method)); DO_APP_FUNC(0x00661D40, int32_t, RankHelpers_GetMinRankByRank, (RankHelpers * __this, int32_t rank, MethodInfo * method)); DO_APP_FUNC(0x00661E20, Sprite *, RankHelpers_GetRankIcon, (RankHelpers * __this, int32_t rank, MethodInfo * method)); DO_APP_FUNC(0x00661FA0, void, RankHelpers__ctor, (RankHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006620A0, void, RankHelpers__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00662150, void, RankHelpers_ExpGainInfo__ctor, (RankHelpers_ExpGainInfo * __this, int32_t _baseExp, int32_t _winBonus, int32_t _awardsBonus, int32_t _totalExp, int32_t _gameModeBonus, int32_t _batteryBonus, int32_t _medkitsBonus, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RankHelpers_RankSprite__ctor, (RankHelpers_RankSprite * __this, MethodInfo * method)); DO_APP_FUNC(0x00662180, RewiredHelpers *, RewiredHelpers_get_singleton, (MethodInfo * method)); DO_APP_FUNC(0x00662340, void, RewiredHelpers_Awake, (RewiredHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00662970, void, RewiredHelpers_SetupListeners, (RewiredHelpers * __this, bool joystick, Action_1_Rewired_InputMapper_InputMappedEventData_ * OnInputMapped, Action_1_Rewired_InputMapper_StoppedEventData_ * OnStopped, Action_1_Rewired_InputMapper_ConflictFoundEventData_ * OnConflictFound, MethodInfo * method)); DO_APP_FUNC(0x00662A70, void, RewiredHelpers_SetupConflictFoundListener, (RewiredHelpers * __this, bool joystick, Action_1_Rewired_InputMapper_ConflictFoundEventData_ * OnConflictFoundEvent, MethodInfo * method)); DO_APP_FUNC(0x00662AD0, void, RewiredHelpers_SaveBindings, (RewiredHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00662B50, void, RewiredHelpers_ResetBindings, (RewiredHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00662E70, bool, RewiredHelpers_IsUsingController, (RewiredHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00662F60, ActionElementMap *, RewiredHelpers_GetActionElementMap, (RewiredHelpers * __this, String * action, Pole__Enum pole, bool joystick, MethodInfo * method)); DO_APP_FUNC(0x00663010, ActionElementMap *, RewiredHelpers_GetActionElementMap_1, (RewiredHelpers * __this, int32_t actionId, Pole__Enum pole, bool joystick, MethodInfo * method)); DO_APP_FUNC(0x00663280, ActionElementMap *, RewiredHelpers_GetActionElementMap_2, (RewiredHelpers * __this, int32_t actionId, Pole__Enum pole, ControllerType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x006634D0, String *, RewiredHelpers_GetCurrentBinding, (RewiredHelpers * __this, int32_t actionId, bool forceIsUsingController, bool isUsingControllerValue, MethodInfo * method)); DO_APP_FUNC(0x00663580, String *, RewiredHelpers_GetCurrentBinding_1, (RewiredHelpers * __this, String * action, bool forceIsUsingController, bool isUsingControllerValue, MethodInfo * method)); DO_APP_FUNC(0x00663960, String *, RewiredHelpers_GetInteractBinding, (RewiredHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006639B0, void, RewiredHelpers_StartListening, (RewiredHelpers * __this, InputAction * action, bool joystick, Pole__Enum pole, AxisRange__Enum range, MethodInfo * method)); DO_APP_FUNC(0x00663B00, IEnumerator *, RewiredHelpers_StartListeningDelayed, (RewiredHelpers * __this, InputAction * action, bool joystick, Pole__Enum pole, AxisRange__Enum range, MethodInfo * method)); DO_APP_FUNC(0x00663C40, void, RewiredHelpers_StopListening, (RewiredHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00663D50, void, RewiredHelpers_RemoveAllEventListeners, (RewiredHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00663DA0, void, RewiredHelpers_SetVibration, (RewiredHelpers * __this, float motorLevel, float duration, float delay, MethodInfo * method)); DO_APP_FUNC(0x00663EA0, void, RewiredHelpers_SetVibrationProximity, (RewiredHelpers * __this, float motorLevel, float duration, Transform * source, float maxDistance, float delay, MethodInfo * method)); DO_APP_FUNC(0x006643B0, void, RewiredHelpers_StartHeartbeatVibration, (RewiredHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00664570, void, RewiredHelpers_StopHeartbeatVibration, (RewiredHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006645F0, IEnumerator *, RewiredHelpers_HeartbeatVibration, (RewiredHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00664690, IEnumerator *, RewiredHelpers_SetVibrationInternal, (RewiredHelpers * __this, float motorLevel, float duration, float delay, MethodInfo * method)); DO_APP_FUNC(0x00664770, Joystick *, RewiredHelpers_GetFirstConnectedJoystick, (RewiredHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00664850, void, RewiredHelpers_EnableMouseUIMap, (RewiredHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00664870, void, RewiredHelpers_DisableMouseUIMap, (RewiredHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00664890, void, RewiredHelpers__ctor, (RewiredHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00664A70, void, RewiredHelpers__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, RewiredHelpers_StartListeningDelayed_d_25__ctor, (RewiredHelpers_StartListeningDelayed_d_25 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RewiredHelpers_StartListeningDelayed_d_25_System_IDisposable_Dispose, (RewiredHelpers_StartListeningDelayed_d_25 * __this, MethodInfo * method)); DO_APP_FUNC(0x00664F20, bool, RewiredHelpers_StartListeningDelayed_d_25_MoveNext, (RewiredHelpers_StartListeningDelayed_d_25 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, RewiredHelpers_StartListeningDelayed_d_25_System_Collections_Generic_IEnumerator_System_Object__get_Current, (RewiredHelpers_StartListeningDelayed_d_25 * __this, MethodInfo * method)); DO_APP_FUNC(0x006651F0, void, RewiredHelpers_StartListeningDelayed_d_25_System_Collections_IEnumerator_Reset, (RewiredHelpers_StartListeningDelayed_d_25 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0688, RewiredHelpers_StartListeningDelayed_d_25_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, RewiredHelpers_StartListeningDelayed_d_25_System_Collections_IEnumerator_get_Current, (RewiredHelpers_StartListeningDelayed_d_25 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, RewiredHelpers_HeartbeatVibration_d_32__ctor, (RewiredHelpers_HeartbeatVibration_d_32 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RewiredHelpers_HeartbeatVibration_d_32_System_IDisposable_Dispose, (RewiredHelpers_HeartbeatVibration_d_32 * __this, MethodInfo * method)); DO_APP_FUNC(0x00665240, bool, RewiredHelpers_HeartbeatVibration_d_32_MoveNext, (RewiredHelpers_HeartbeatVibration_d_32 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, RewiredHelpers_HeartbeatVibration_d_32_System_Collections_Generic_IEnumerator_System_Object__get_Current, (RewiredHelpers_HeartbeatVibration_d_32 * __this, MethodInfo * method)); DO_APP_FUNC(0x006655D0, void, RewiredHelpers_HeartbeatVibration_d_32_System_Collections_IEnumerator_Reset, (RewiredHelpers_HeartbeatVibration_d_32 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0650, RewiredHelpers_HeartbeatVibration_d_32_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, RewiredHelpers_HeartbeatVibration_d_32_System_Collections_IEnumerator_get_Current, (RewiredHelpers_HeartbeatVibration_d_32 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, RewiredHelpers_SetVibrationInternal_d_33__ctor, (RewiredHelpers_SetVibrationInternal_d_33 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RewiredHelpers_SetVibrationInternal_d_33_System_IDisposable_Dispose, (RewiredHelpers_SetVibrationInternal_d_33 * __this, MethodInfo * method)); DO_APP_FUNC(0x00665620, bool, RewiredHelpers_SetVibrationInternal_d_33_MoveNext, (RewiredHelpers_SetVibrationInternal_d_33 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, RewiredHelpers_SetVibrationInternal_d_33_System_Collections_Generic_IEnumerator_System_Object__get_Current, (RewiredHelpers_SetVibrationInternal_d_33 * __this, MethodInfo * method)); DO_APP_FUNC(0x00665820, void, RewiredHelpers_SetVibrationInternal_d_33_System_Collections_IEnumerator_Reset, (RewiredHelpers_SetVibrationInternal_d_33 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0620, RewiredHelpers_SetVibrationInternal_d_33_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, RewiredHelpers_SetVibrationInternal_d_33_System_Collections_IEnumerator_get_Current, (RewiredHelpers_SetVibrationInternal_d_33 * __this, MethodInfo * method)); DO_APP_FUNC(0x00665870, SaveHelpers *, SaveHelpers_get_singleton, (MethodInfo * method)); DO_APP_FUNC(0x00665A10, void, SaveHelpers_Awake, (SaveHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00665CB0, void, SaveHelpers_Start, (SaveHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00665DF0, void, SaveHelpers_OnEnable, (SaveHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006661F0, void, SaveHelpers_OnActiveSceneChanged, (SaveHelpers * __this, Scene current, Scene next, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA05A8, SaveHelpers_OnActiveSceneChanged__MethodInfo); DO_APP_FUNC(0x006662A0, String__Array *, SaveHelpers_GetCollectableArray, (SaveHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00666360, String__Array *, SaveHelpers_GetCollectableArray_1, (SaveHelpers * __this, String * prefKey, MethodInfo * method)); DO_APP_FUNC(0x00666410, void, SaveHelpers_AddCollectable, (SaveHelpers * __this, String * id, MethodInfo * method)); DO_APP_FUNC(0x00666A40, String *, SaveHelpers_GetCollectablePrefKey, (SaveHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00666D00, bool, SaveHelpers_IsCollectableInArray, (SaveHelpers * __this, String * id, String * prefKey, MethodInfo * method)); DO_APP_FUNC(0x00666E20, bool, SaveHelpers_AllRosesFound, (SaveHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00666E80, bool, SaveHelpers_AllPatchesFound, (SaveHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00666EE0, bool, SaveHelpers_AllCherryBlossomFound, (SaveHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00666F40, bool, SaveHelpers_AllHorseshoesFound, (SaveHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00666FA0, bool, SaveHelpers_AllBarbedWiresFound, (SaveHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00667000, bool, SaveHelpers_AllFeathersFound, (SaveHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, SaveHelpers_HalloweenEventCompleted, (SaveHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00667070, bool, SaveHelpers_ChristmasEventCompleted, (SaveHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00667080, String__Array *, SaveHelpers_GetNotesReadArray, (SaveHelpers * __this, String * prefKey, MethodInfo * method)); DO_APP_FUNC(0x00667130, void, SaveHelpers_NoteRead, (SaveHelpers * __this, String * localizedKey, MethodInfo * method)); DO_APP_FUNC(0x00667590, void, SaveHelpers_SyncCollectablesWithCloud, (SaveHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00667860, void, SaveHelpers_WriteCollectablesToCloud, (SaveHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00667CF0, void, SaveHelpers_OnCollectablesFileReadAsyncComplete, (SaveHelpers * __this, RemoteStorageFileReadAsyncComplete_t pCallback, bool bIOFailure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0530, SaveHelpers_OnCollectablesFileReadAsyncComplete__MethodInfo); DO_APP_FUNC(0x00668140, void, SaveHelpers_WriteCollectablesToPlayerPrefs, (SaveHelpers * __this, String__Array * collectables, String * key, MethodInfo * method)); DO_APP_FUNC(0x00668320, void, SaveHelpers_OnCollectablesFileWriteAsyncComplete, (SaveHelpers * __this, RemoteStorageFileWriteAsyncComplete_t pCallback, bool bIOFailure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0500, SaveHelpers_OnCollectablesFileWriteAsyncComplete__MethodInfo); DO_APP_FUNC(0x00668690, void, SaveHelpers_ClearLocalCollectables, (SaveHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006688E0, void, SaveHelpers_ClearCloudCollectables, (SaveHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00668B70, void, SaveHelpers_ClearCollectablesForMap, (SaveHelpers * __this, String * map, MethodInfo * method)); DO_APP_FUNC(0x00668ED0, void, SaveHelpers_SyncEventsWithCloud, (SaveHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006690E0, void, SaveHelpers_WriteEventsToCloud, (SaveHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x006691E0, void, SaveHelpers_OnEventsFileReadAsyncComplete, (SaveHelpers * __this, RemoteStorageFileReadAsyncComplete_t pCallback, bool bIOFailure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0510, SaveHelpers_OnEventsFileReadAsyncComplete__MethodInfo); DO_APP_FUNC(0x00669510, void, SaveHelpers_OnEventsFileWriteAsyncComplete, (SaveHelpers * __this, RemoteStorageFileWriteAsyncComplete_t pCallback, bool bIOFailure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA04E8, SaveHelpers_OnEventsFileWriteAsyncComplete__MethodInfo); DO_APP_FUNC(0x006696C0, void, SaveHelpers_OnChallengesFileWriteAsyncComplete, (SaveHelpers * __this, RemoteStorageFileWriteAsyncComplete_t pCallback, bool bIOFailure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0520, SaveHelpers_OnChallengesFileWriteAsyncComplete__MethodInfo); DO_APP_FUNC(0x006698E0, void, SaveHelpers_OnChallengesFileReadAsyncComplete, (SaveHelpers * __this, RemoteStorageFileReadAsyncComplete_t pCallback, bool bIOFailure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0550, SaveHelpers_OnChallengesFileReadAsyncComplete__MethodInfo); DO_APP_FUNC(0x0066A0B0, void, SaveHelpers_WriteChallengesToCloud, (SaveHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0066A0C0, void, SaveHelpers_WriteChallengesToCloud_1, (SaveHelpers * __this, Int32__Array * challengesProgressArray, MethodInfo * method)); DO_APP_FUNC(0x0066A2A0, void, SaveHelpers_SyncChallengesWithCloud, (SaveHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SaveHelpers__ctor, (SaveHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CollectablesJSON__ctor, (CollectablesJSON * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EventsJSON__ctor, (EventsJSON * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ChallengesJSON__ctor, (ChallengesJSON * __this, MethodInfo * method)); DO_APP_FUNC(0x0066A5E0, void, SessionHelpers__ctor, (SessionHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F30, bool, SessionHelpers_get_vrMode, (SessionHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0066A960, void, SessionHelpers_set_vrMode, (SessionHelpers * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00531160, bool, SessionHelpers_get_disableDiscordSdk, (SessionHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x00531170, void, SessionHelpers_set_disableDiscordSdk, (SessionHelpers * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0066A970, SessionHelpers *, SessionHelpers_get_singleton, (MethodInfo * method)); DO_APP_FUNC(0x0066AA60, void, SessionHelpers_ClearSession, (SessionHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0066AC70, void, SessionHelpers_AddClientToSession, (SessionHelpers * __this, uint32_t connectionId, String * username, String * survivalPrefabIdPreference, String * uniqueId, String * dissonanceId, String * playerId, MethodInfo * method)); DO_APP_FUNC(0x0066AF20, void, SessionHelpers_AddClientToSession_1, (SessionHelpers * __this, uint32_t connectionId, String * username, String * survivalPrefabIdPreference, String * uniqueId, String * dissonanceId, String * playerId, CSteamID steamId, MethodInfo * method)); DO_APP_FUNC(0x0066B1E0, SessionClient, SessionHelpers_GetClientSession, (SessionHelpers * __this, uint32_t connectionId, MethodInfo * method)); DO_APP_FUNC(0x0066B2E0, void, SessionHelpers_UpdateClientPrefabId, (SessionHelpers * __this, uint32_t connectionId, String * survivalPrefabIdPreference, MethodInfo * method)); DO_APP_FUNC(0x0066B4B0, void, SessionHelpers_UpdateClientCrawling, (SessionHelpers * __this, uint32_t connectionId, bool crawling, MethodInfo * method)); DO_APP_FUNC(0x0066B600, void, SessionHelpers_SetClientDisconnected, (SessionHelpers * __this, uint32_t connectionId, MethodInfo * method)); DO_APP_FUNC(0x0066B750, void, SessionHelpers_UpdateClientConnectionId, (SessionHelpers * __this, String * playerId, uint32_t connectionId, MethodInfo * method)); DO_APP_FUNC(0x0066B9F0, bool, SessionHelpers_SessionHasUser, (SessionHelpers * __this, String * playerId, MethodInfo * method)); DO_APP_FUNC(0x0066BBD0, void, SessionHelpers_ResetCrawling, (SessionHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0066BFB0, void, SessionHelpers_ClearReconnectPrefs, (SessionHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0066C140, void, SessionHelpers_EnableVR, (SessionHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0066C150, void, SessionHelpers_DisableVR, (SessionHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0066C160, void, SessionHelpers_DisableDiscordSDK, (SessionHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SessionHelpers_c_DisplayClass42_0__ctor, (SessionHelpers_c_DisplayClass42_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0066C170, bool, SessionHelpers_c_DisplayClass42_0__UpdateClientConnectionId_b__0, (SessionHelpers_c_DisplayClass42_0 * __this, KeyValuePair_2_System_UInt32_SessionClient_ x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2498, SessionHelpers_c_DisplayClass42_0__UpdateClientConnectionId_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, SessionHelpers_c_DisplayClass43_0__ctor, (SessionHelpers_c_DisplayClass43_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0066C200, bool, SessionHelpers_c_DisplayClass43_0__SessionHasUser_b__0, (SessionHelpers_c_DisplayClass43_0 * __this, KeyValuePair_2_System_UInt32_SessionClient_ x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2480, SessionHelpers_c_DisplayClass43_0__SessionHasUser_b__0__MethodInfo); DO_APP_FUNC(0x003AC000, void, SpiderTest__ctor, (SpiderTest * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SteamHelpers__ctor, (SteamHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0066C290, SteamHelpers *, SteamHelpers_get_singleton, (MethodInfo * method)); DO_APP_FUNC(0x0066C350, void, SteamHelpers_ShowFloatingKeyboard, (SteamHelpers * __this, InputField * inputField, bool passwordField, MethodInfo * method)); DO_APP_FUNC(0x0066C6C0, void, SteamHelpers_ShowGamepadKeyboard, (SteamHelpers * __this, EGamepadTextInputMode__Enum textInputMode, EGamepadTextInputLineMode__Enum lineMode, String * desc, int32_t maxLength, String * existingText, MethodInfo * method)); DO_APP_FUNC(0x0066C810, int32_t, TextHelpers_CalculateWidthOf, (Text * text, String * message, MethodInfo * method)); DO_APP_FUNC(0x0066CA20, String *, TextHelpers_GetTruncatedString, (Text * text, String * message, int32_t maxWidth, MethodInfo * method)); DO_APP_FUNC(0x0066CB00, String *, TextHelpers_CleanTags, (String * str, MethodInfo * method)); DO_APP_FUNC(0x0066CBF0, UIHelpers *, UIHelpers_get_singleton, (MethodInfo * method)); DO_APP_FUNC(0x0066CC30, void, UIHelpers_Awake, (UIHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x0066CF80, void, UIHelpers_SetNavigationMode, (Selectable * selectable, Navigation_Mode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x0066CFD0, void, UIHelpers_SetNavigationExplicit, (Selectable * selectable, UIHelpers_NavigationDirection__Enum direction, Selectable * target, MethodInfo * method)); DO_APP_FUNC(0x0066D200, void, UIHelpers_HideMouseCursor, (MethodInfo * method)); DO_APP_FUNC(0x0066D290, void, UIHelpers_ShowMouseCursor, (MethodInfo * method)); DO_APP_FUNC(0x0066D340, void, UIHelpers_SetSelectableColorTintFadeDuration, (Selectable * selectable, float fadeDuration, MethodInfo * method)); DO_APP_FUNC(0x0066D480, Sprite *, UIHelpers_GetCharacterIcon, (UIHelpers * __this, String * prefabId, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, UIHelpers__ctor, (UIHelpers * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ForceVRHandCarryController__ctor, (ForceVRHandCarryController * __this, MethodInfo * method)); DO_APP_FUNC(0x0066D8C0, VRCustomController *, SurvivalVR_get_m_CustomController, (SurvivalVR * __this, MethodInfo * method)); DO_APP_FUNC(0x0066D8D0, void, SurvivalVR_set_m_CustomController, (SurvivalVR * __this, VRCustomController * value, MethodInfo * method)); DO_APP_FUNC(0x0066D930, FollowVRCameraCanvas *, SurvivalVR_get_m_FollowVRCameraCanvas, (SurvivalVR * __this, MethodInfo * method)); DO_APP_FUNC(0x0066D940, void, SurvivalVR_set_m_FollowVRCameraCanvas, (SurvivalVR * __this, FollowVRCameraCanvas * value, MethodInfo * method)); DO_APP_FUNC(0x0066D9A0, GameUI *, SurvivalVR_get_m_GameUI, (SurvivalVR * __this, MethodInfo * method)); DO_APP_FUNC(0x0066D9B0, void, SurvivalVR_set_m_GameUI, (SurvivalVR * __this, GameUI * value, MethodInfo * method)); DO_APP_FUNC(0x0066DA10, bool, SurvivalVR_get_m_IsUsingViveControllers, (SurvivalVR * __this, MethodInfo * method)); DO_APP_FUNC(0x0066DA20, void, SurvivalVR_set_m_IsUsingViveControllers, (SurvivalVR * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0066DA30, void, SurvivalVR_Awake, (SurvivalVR * __this, MethodInfo * method)); DO_APP_FUNC(0x0066DAD0, IEnumerator *, SurvivalVR_Start, (SurvivalVR * __this, MethodInfo * method)); DO_APP_FUNC(0x0066DB70, void, SurvivalVR_StartVR, (SurvivalVR * __this, MethodInfo * method)); DO_APP_FUNC(0x0066EBC0, IEnumerator *, SurvivalVR_CreateFollowVRCameraCanvas, (SurvivalVR * __this, MethodInfo * method)); DO_APP_FUNC(0x0066EC60, void, SurvivalVR_IntroComplete, (SurvivalVR * __this, MethodInfo * method)); DO_APP_FUNC(0x0066EE10, void, SurvivalVR_SetupHands, (SurvivalVR * __this, MethodInfo * method)); DO_APP_FUNC(0x0066F5A0, void, SurvivalVR_DropObject, (SurvivalVR * __this, String * objectName, MethodInfo * method)); DO_APP_FUNC(0x00670080, void, SurvivalVR_SetCarryObjects, (SurvivalVR * __this, NolanBehaviour * behaviour, MethodInfo * method)); DO_APP_FUNC(0x006709B0, void, SurvivalVR_OnCarryObjectName, (SurvivalVR * __this, String * objectName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA21F0, SurvivalVR_OnCarryObjectName__MethodInfo); DO_APP_FUNC(0x00671670, void, SurvivalVR_SetInteractHandPose, (SurvivalVR * __this, int32_t pose, bool isAbility, MethodInfo * method)); DO_APP_FUNC(0x00671770, void, SurvivalVR_SwitchHands, (SurvivalVR * __this, MethodInfo * method)); DO_APP_FUNC(0x00672320, void, SurvivalVR_SetVRHandTriggerExtenders, (SurvivalVR * __this, MethodInfo * method)); DO_APP_FUNC(0x006724F0, void, SurvivalVR_SetVRHandCarryObjectTransforms, (SurvivalVR * __this, bool isFromSwitch, MethodInfo * method)); DO_APP_FUNC(0x00673150, void, SurvivalVR_OnDeviceConnected, (SurvivalVR * __this, InputDevice_1 device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2200, SurvivalVR_OnDeviceConnected__MethodInfo); DO_APP_FUNC(0x00673590, void, SurvivalVR_OnDeviceDisconnected, (SurvivalVR * __this, InputDevice_1 device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA21E0, SurvivalVR_OnDeviceDisconnected__MethodInfo); DO_APP_FUNC(0x006739A0, void, SurvivalVR_LoadCustomController, (SurvivalVR * __this, InputDevice_1 device, MethodInfo * method)); DO_APP_FUNC(0x00673DA0, void, SurvivalVR_SetHandsVisible, (SurvivalVR * __this, bool visible, MethodInfo * method)); DO_APP_FUNC(0x00673E70, Vector3, SurvivalVR_GetVRCameraForwardOnXZPlane, (SurvivalVR * __this, MethodInfo * method)); DO_APP_FUNC(0x00674030, void, SurvivalVR_SetGamepadMode, (SurvivalVR * __this, bool gamepadMode, MethodInfo * method)); DO_APP_FUNC(0x006741D0, IEnumerator *, SurvivalVR_StartXR, (SurvivalVR * __this, MethodInfo * method)); DO_APP_FUNC(0x00674220, void, SurvivalVR_OnApplicationQuit, (SurvivalVR * __this, MethodInfo * method)); DO_APP_FUNC(0x00674320, void, SurvivalVR_OnDestroy, (SurvivalVR * __this, MethodInfo * method)); DO_APP_FUNC(0x006745B0, void, SurvivalVR__ctor, (SurvivalVR * __this, MethodInfo * method)); DO_APP_FUNC(0x00674670, void, SurvivalVR__Start_b__97_0, (SurvivalVR * __this, PlayableDirector * d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2188, SurvivalVR__Start_b__97_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, SurvivalVR_Start_d_97__ctor, (SurvivalVR_Start_d_97 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalVR_Start_d_97_System_IDisposable_Dispose, (SurvivalVR_Start_d_97 * __this, MethodInfo * method)); DO_APP_FUNC(0x00674680, bool, SurvivalVR_Start_d_97_MoveNext, (SurvivalVR_Start_d_97 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalVR_Start_d_97_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalVR_Start_d_97 * __this, MethodInfo * method)); DO_APP_FUNC(0x00675060, void, SurvivalVR_Start_d_97_System_Collections_IEnumerator_Reset, (SurvivalVR_Start_d_97 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2178, SurvivalVR_Start_d_97_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalVR_Start_d_97_System_Collections_IEnumerator_get_Current, (SurvivalVR_Start_d_97 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SurvivalVR_CreateFollowVRCameraCanvas_d_99__ctor, (SurvivalVR_CreateFollowVRCameraCanvas_d_99 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalVR_CreateFollowVRCameraCanvas_d_99_System_IDisposable_Dispose, (SurvivalVR_CreateFollowVRCameraCanvas_d_99 * __this, MethodInfo * method)); DO_APP_FUNC(0x006750B0, bool, SurvivalVR_CreateFollowVRCameraCanvas_d_99_MoveNext, (SurvivalVR_CreateFollowVRCameraCanvas_d_99 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalVR_CreateFollowVRCameraCanvas_d_99_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalVR_CreateFollowVRCameraCanvas_d_99 * __this, MethodInfo * method)); DO_APP_FUNC(0x006754F0, void, SurvivalVR_CreateFollowVRCameraCanvas_d_99_System_Collections_IEnumerator_Reset, (SurvivalVR_CreateFollowVRCameraCanvas_d_99 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2160, SurvivalVR_CreateFollowVRCameraCanvas_d_99_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalVR_CreateFollowVRCameraCanvas_d_99_System_Collections_IEnumerator_get_Current, (SurvivalVR_CreateFollowVRCameraCanvas_d_99 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SurvivalVR_StartXR_d_115__ctor, (SurvivalVR_StartXR_d_115 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalVR_StartXR_d_115_System_IDisposable_Dispose, (SurvivalVR_StartXR_d_115 * __this, MethodInfo * method)); DO_APP_FUNC(0x00675540, bool, SurvivalVR_StartXR_d_115_MoveNext, (SurvivalVR_StartXR_d_115 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalVR_StartXR_d_115_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalVR_StartXR_d_115 * __this, MethodInfo * method)); DO_APP_FUNC(0x00675840, void, SurvivalVR_StartXR_d_115_System_Collections_IEnumerator_Reset, (SurvivalVR_StartXR_d_115 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2138, SurvivalVR_StartXR_d_115_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalVR_StartXR_d_115_System_Collections_IEnumerator_get_Current, (SurvivalVR_StartXR_d_115 * __this, MethodInfo * method)); DO_APP_FUNC(0x00675890, Vector3, VRCanvasFollow_get_Offset, (VRCanvasFollow * __this, MethodInfo * method)); DO_APP_FUNC(0x006758B0, void, VRCanvasFollow_set_Offset, (VRCanvasFollow * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, VRCanvasFollow_get_LerpSpeed, (VRCanvasFollow * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA750, void, VRCanvasFollow_set_LerpSpeed, (VRCanvasFollow * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x006758C0, void, VRCanvasFollow_Awake, (VRCanvasFollow * __this, MethodInfo * method)); DO_APP_FUNC(0x00675AA0, void, VRCanvasFollow_LateUpdate, (VRCanvasFollow * __this, MethodInfo * method)); DO_APP_FUNC(0x00675EF0, void, VRCanvasFollow_FixedUpdate, (VRCanvasFollow * __this, MethodInfo * method)); DO_APP_FUNC(0x00675F00, void, VRCanvasFollow__ctor, (VRCanvasFollow * __this, MethodInfo * method)); DO_APP_FUNC(0x00675F80, void, VRCustomController_set_controller, (VRCustomController * __this, CustomController * value, MethodInfo * method)); DO_APP_FUNC(0x00675FE0, CustomController *, VRCustomController_get_controller, (VRCustomController * __this, MethodInfo * method)); DO_APP_FUNC(0x00675FF0, void, VRCustomController_Awake, (VRCustomController * __this, MethodInfo * method)); DO_APP_FUNC(0x00677850, void, VRCustomController_OnEnable, (VRCustomController * __this, MethodInfo * method)); DO_APP_FUNC(0x00677A90, void, VRCustomController_OnDisable, (VRCustomController * __this, MethodInfo * method)); DO_APP_FUNC(0x00677C80, void, VRCustomController_OnInputUpdate, (VRCustomController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2118, VRCustomController_OnInputUpdate__MethodInfo); DO_APP_FUNC(0x00678780, void, VRCustomController_ReloadMap, (VRCustomController * __this, MethodInfo * method)); DO_APP_FUNC(0x00678940, void, VRCustomController__ctor, (VRCustomController * __this, MethodInfo * method)); DO_APP_FUNC(0x00678990, void, VRCustomController__Awake_b__46_0, (VRCustomController * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2120, VRCustomController__Awake_b__46_0__MethodInfo); DO_APP_FUNC(0x006789A0, void, VRCustomController__Awake_b__46_1, (VRCustomController * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA20B8, VRCustomController__Awake_b__46_1__MethodInfo); DO_APP_FUNC(0x006789B0, void, VRCustomController__Awake_b__46_2, (VRCustomController * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2068, VRCustomController__Awake_b__46_2__MethodInfo); DO_APP_FUNC(0x006789C0, void, VRCustomController__Awake_b__46_3, (VRCustomController * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2040, VRCustomController__Awake_b__46_3__MethodInfo); DO_APP_FUNC(0x006789D0, void, VRCustomController__Awake_b__46_4, (VRCustomController * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2048, VRCustomController__Awake_b__46_4__MethodInfo); DO_APP_FUNC(0x006789E0, void, VRCustomController__Awake_b__46_5, (VRCustomController * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2030, VRCustomController__Awake_b__46_5__MethodInfo); DO_APP_FUNC(0x006789F0, void, VRCustomController__Awake_b__46_6, (VRCustomController * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2038, VRCustomController__Awake_b__46_6__MethodInfo); DO_APP_FUNC(0x00678A00, void, VRCustomController__Awake_b__46_7, (VRCustomController * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2018, VRCustomController__Awake_b__46_7__MethodInfo); DO_APP_FUNC(0x00678A10, void, VRCustomController__Awake_b__46_8, (VRCustomController * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2028, VRCustomController__Awake_b__46_8__MethodInfo); DO_APP_FUNC(0x00678A20, void, VRCustomController__Awake_b__46_9, (VRCustomController * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2000, VRCustomController__Awake_b__46_9__MethodInfo); DO_APP_FUNC(0x00678A30, void, VRCustomController__Awake_b__46_10, (VRCustomController * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2108, VRCustomController__Awake_b__46_10__MethodInfo); DO_APP_FUNC(0x00678A40, void, VRCustomController__Awake_b__46_11, (VRCustomController * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2110, VRCustomController__Awake_b__46_11__MethodInfo); DO_APP_FUNC(0x00678A50, void, VRCustomController__Awake_b__46_12, (VRCustomController * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA20F8, VRCustomController__Awake_b__46_12__MethodInfo); DO_APP_FUNC(0x00678A60, void, VRCustomController__Awake_b__46_13, (VRCustomController * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2100, VRCustomController__Awake_b__46_13__MethodInfo); DO_APP_FUNC(0x00678A70, void, VRCustomController__Awake_b__46_14, (VRCustomController * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA20E8, VRCustomController__Awake_b__46_14__MethodInfo); DO_APP_FUNC(0x00678A80, void, VRCustomController__Awake_b__46_15, (VRCustomController * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA20F0, VRCustomController__Awake_b__46_15__MethodInfo); DO_APP_FUNC(0x00678A90, void, VRCustomController__Awake_b__46_16, (VRCustomController * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA20D8, VRCustomController__Awake_b__46_16__MethodInfo); DO_APP_FUNC(0x00678AA0, void, VRCustomController__Awake_b__46_17, (VRCustomController * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA20E0, VRCustomController__Awake_b__46_17__MethodInfo); DO_APP_FUNC(0x00678AB0, void, VRCustomController__Awake_b__46_18, (VRCustomController * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA20C8, VRCustomController__Awake_b__46_18__MethodInfo); DO_APP_FUNC(0x00678AC0, void, VRCustomController__Awake_b__46_19, (VRCustomController * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA20D0, VRCustomController__Awake_b__46_19__MethodInfo); DO_APP_FUNC(0x00678AD0, void, VRCustomController__Awake_b__46_20, (VRCustomController * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA20C0, VRCustomController__Awake_b__46_20__MethodInfo); DO_APP_FUNC(0x00678AE0, void, VRCustomController__Awake_b__46_21, (VRCustomController * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA20A8, VRCustomController__Awake_b__46_21__MethodInfo); DO_APP_FUNC(0x00678AF0, void, VRCustomController__Awake_b__46_22, (VRCustomController * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA20B0, VRCustomController__Awake_b__46_22__MethodInfo); DO_APP_FUNC(0x00678B00, void, VRCustomController__Awake_b__46_23, (VRCustomController * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2090, VRCustomController__Awake_b__46_23__MethodInfo); DO_APP_FUNC(0x00678B10, void, VRCustomController__Awake_b__46_24, (VRCustomController * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA20A0, VRCustomController__Awake_b__46_24__MethodInfo); DO_APP_FUNC(0x00678B20, void, VRCustomController__Awake_b__46_25, (VRCustomController * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2078, VRCustomController__Awake_b__46_25__MethodInfo); DO_APP_FUNC(0x00678B30, void, VRCustomController__Awake_b__46_26, (VRCustomController * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2088, VRCustomController__Awake_b__46_26__MethodInfo); DO_APP_FUNC(0x00678BF0, void, VRCustomController__Awake_b__46_27, (VRCustomController * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2058, VRCustomController__Awake_b__46_27__MethodInfo); DO_APP_FUNC(0x003C5330, void, VRHandAdjustment_set_deviceName, (VRHandAdjustment * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, VRHandAdjustment_get_deviceName, (VRHandAdjustment * __this, MethodInfo * method)); DO_APP_FUNC(0x00678C00, void, VRHandAdjustment_Awake, (VRHandAdjustment * __this, MethodInfo * method)); DO_APP_FUNC(0x00678D10, void, VRHandAdjustment_DetectController, (VRHandAdjustment * __this, MethodInfo * method)); DO_APP_FUNC(0x00678F50, void, VRHandAdjustment_OnDeviceConnected, (VRHandAdjustment * __this, InputDevice_1 device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1FA8, VRHandAdjustment_OnDeviceConnected__MethodInfo); DO_APP_FUNC(0x006790B0, void, VRHandAdjustment_LateUpdate, (VRHandAdjustment * __this, MethodInfo * method)); DO_APP_FUNC(0x006795B0, void, VRHandAdjustment_OnDestroy, (VRHandAdjustment * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, VRHandAdjustment__ctor, (VRHandAdjustment * __this, MethodInfo * method)); DO_APP_FUNC(0x00679630, void, VRHandColliderDebug_Awake, (VRHandColliderDebug * __this, MethodInfo * method)); DO_APP_FUNC(0x00679760, void, VRHandColliderDebug_Update, (VRHandColliderDebug * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, VRHandColliderDebug__ctor, (VRHandColliderDebug * __this, MethodInfo * method)); DO_APP_FUNC(0x00679AA0, void, VRHandIK_Awake, (VRHandIK * __this, MethodInfo * method)); DO_APP_FUNC(0x0067A0A0, void, VRHandIK_Attached, (VRHandIK * __this, MethodInfo * method)); DO_APP_FUNC(0x0067A890, void, VRHandIK_OnFlashlightOriginOffset, (VRHandIK * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1F78, VRHandIK_OnFlashlightOriginOffset__MethodInfo); DO_APP_FUNC(0x0067A9C0, void, VRHandIK_SetFlashlightSpotParent, (VRHandIK * __this, MethodInfo * method)); DO_APP_FUNC(0x0067AFD0, void, VRHandIK_Update, (VRHandIK * __this, MethodInfo * method)); DO_APP_FUNC(0x0067C110, void, VRHandIK_SetVRLeftHandedMode, (VRHandIK * __this, bool leftHandedMode, MethodInfo * method)); DO_APP_FUNC(0x0067C310, void, VRHandIK_OnVRHandDir, (VRHandIK * __this, bool rightHand, MethodInfo * method)); DO_APP_FUNC(0x0067C9A0, void, VRHandIK_OnVRHandRotation, (VRHandIK * __this, bool rightHand, MethodInfo * method)); DO_APP_FUNC(0x0067D330, bool, VRHandIK_CanDoHandIK, (VRHandIK * __this, MethodInfo * method)); DO_APP_FUNC(0x0067D5E0, void, VRHandIK_OnVRMirrorHands, (VRHandIK * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1F80, VRHandIK_OnVRMirrorHands__MethodInfo); DO_APP_FUNC(0x0067D800, void, VRHandIK_ReparentObjects, (VRHandIK * __this, bool mirrorHands, PrefabId prefabId, MethodInfo * method)); DO_APP_FUNC(0x0067DF30, void, VRHandIK_AdjustHandObjectsPositions, (VRHandIK * __this, bool mirrorHands, PrefabId prefabId, MethodInfo * method)); DO_APP_FUNC(0x0067F490, void, VRHandIK_SetAnimator, (VRHandIK * __this, bool mirror, MethodInfo * method)); DO_APP_FUNC(0x0067FB00, void, VRHandIK_ClearVRHandIK, (VRHandIK * __this, MethodInfo * method)); DO_APP_FUNC(0x00680100, void, VRHandIK__ctor, (VRHandIK * __this, MethodInfo * method)); DO_APP_FUNC(0x00680150, void, VRHandTriggerExtender_Awake, (VRHandTriggerExtender * __this, MethodInfo * method)); DO_APP_FUNC(0x00680310, void, VRHandTriggerExtender_Update, (VRHandTriggerExtender * __this, MethodInfo * method)); DO_APP_FUNC(0x00680830, void, VRHandTriggerExtender_SetSeatedMode, (VRHandTriggerExtender * __this, MethodInfo * method)); DO_APP_FUNC(0x006808C0, void, VRHandTriggerExtender_OnStateChange, (VRHandTriggerExtender * __this, GameObject * obj, String * stateName, bool active, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1EA0, VRHandTriggerExtender_OnStateChange__MethodInfo); DO_APP_FUNC(0x00680BA0, void, VRHandTriggerExtender_OnDestroy, (VRHandTriggerExtender * __this, MethodInfo * method)); DO_APP_FUNC(0x00530500, void, VRHandTriggerExtender__ctor, (VRHandTriggerExtender * __this, MethodInfo * method)); DO_APP_FUNC(0x00680C80, void, VRHandUI_LateUpdate, (VRHandUI * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, VRHandUI__ctor, (VRHandUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00680F90, void, VRLobbyLookTarget_Start, (VRLobbyLookTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x00681030, void, VRLobbyLookTarget_Update, (VRLobbyLookTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, VRLobbyLookTarget__ctor, (VRLobbyLookTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x006814C0, void, VRTrailer_OnEnable, (VRTrailer * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, VRTrailer__ctor, (VRTrailer * __this, MethodInfo * method)); DO_APP_FUNC(0x00681540, void, VRUIActions_Awake, (VRUIActions * __this, MethodInfo * method)); DO_APP_FUNC(0x00681880, void, VRUIActions_OnEnable, (VRUIActions * __this, MethodInfo * method)); DO_APP_FUNC(0x00681AB0, bool, VRUIActions_UICancelPressed, (VRUIActions * __this, MethodInfo * method)); DO_APP_FUNC(0x00681AC0, bool, VRUIActions_CancelPressed, (VRUIActions * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F30, bool, VRUIActions_CancelHeld, (VRUIActions * __this, MethodInfo * method)); DO_APP_FUNC(0x00681AD0, void, VRUIActions_OnDisable, (VRUIActions * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, VRUIActions__ctor, (VRUIActions * __this, MethodInfo * method)); DO_APP_FUNC(0x00681CB0, void, VRUIActions__Awake_b__6_0, (VRUIActions * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1E48, VRUIActions__Awake_b__6_0__MethodInfo); DO_APP_FUNC(0x00681CC0, void, VRUIActions__Awake_b__6_1, (VRUIActions * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1E38, VRUIActions__Awake_b__6_1__MethodInfo); DO_APP_FUNC(0x00681CD0, void, VRUIActions__Awake_b__6_2, (VRUIActions * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1E40, VRUIActions__Awake_b__6_2__MethodInfo); DO_APP_FUNC(0x00681CE0, void, VRUIActions__Awake_b__6_3, (VRUIActions * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1E30, VRUIActions__Awake_b__6_3__MethodInfo); DO_APP_FUNC(0x00681CF0, void, VRUIPointer_Awake, (VRUIPointer * __this, MethodInfo * method)); DO_APP_FUNC(0x00681E30, void, VRUIPointer_Update, (VRUIPointer * __this, MethodInfo * method)); DO_APP_FUNC(0x00682320, void, VRUIPointer_RefreshRaycasters, (VRUIPointer * __this, MethodInfo * method)); DO_APP_FUNC(0x006823E0, bool, VRUIPointer_GetWorldPositionHit, (VRUIPointer * __this, Vector3 * worldPos, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, VRUIPointer__ctor, (VRUIPointer * __this, MethodInfo * method)); DO_APP_FUNC(0x00682710, void, VRUserPresence_Awake, (VRUserPresence * __this, MethodInfo * method)); DO_APP_FUNC(0x00682AD0, void, VRUserPresence_OnEnable, (VRUserPresence * __this, MethodInfo * method)); DO_APP_FUNC(0x00682AF0, void, VRUserPresence_OnDisable, (VRUserPresence * __this, MethodInfo * method)); DO_APP_FUNC(0x00682B10, void, VRUserPresence_SetUserIsPresent, (VRUserPresence * __this, bool isPresent, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, VRUserPresence_IsUserPresent, (VRUserPresence * __this, MethodInfo * method)); DO_APP_FUNC(0x00682B80, void, VRUserPresence_OnVRPosition, (VRUserPresence * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1E20, VRUserPresence_OnVRPosition__MethodInfo); DO_APP_FUNC(0x00682C60, void, VRUserPresence_OnDestroy, (VRUserPresence * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, VRUserPresence__ctor, (VRUserPresence * __this, MethodInfo * method)); DO_APP_FUNC(0x00682D40, void, VRUserPresence__Awake_b__4_0, (VRUserPresence * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1E10, VRUserPresence__Awake_b__4_0__MethodInfo); DO_APP_FUNC(0x00682DB0, void, VRUserPresence__Awake_b__4_1, (VRUserPresence * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1E18, VRUserPresence__Awake_b__4_1__MethodInfo); DO_APP_FUNC(0x00682E20, void, VRFollowMainCamera_set_vrRotationReceived, (VRFollowMainCamera * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00682E30, bool, VRFollowMainCamera_get_vrRotationReceived, (VRFollowMainCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00682E40, float, VRFollowMainCamera_get_vrCameraCenterY, (VRFollowMainCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00682E50, void, VRFollowMainCamera_set_vrCameraCenterY, (VRFollowMainCamera * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00682E60, void, VRFollowMainCamera_Start, (VRFollowMainCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00683200, void, VRFollowMainCamera_OnEnable, (VRFollowMainCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x006833B0, void, VRFollowMainCamera_Update, (VRFollowMainCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00683660, void, VRFollowMainCamera_OnDisable, (VRFollowMainCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00683670, void, VRFollowMainCamera_OnDestroy, (VRFollowMainCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00683750, void, VRFollowMainCamera_UpdatePosition, (VRFollowMainCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00684250, void, VRFollowMainCamera_Recenter, (VRFollowMainCamera * __this, bool smoothTurning, MethodInfo * method)); DO_APP_FUNC(0x00684AF0, void, VRFollowMainCamera_SetLocalPlayer, (VRFollowMainCamera * __this, NolanBehaviour * nolanBehaviour, MethodInfo * method)); DO_APP_FUNC(0x00684EE0, void, VRFollowMainCamera_SyncWithMainCamera, (VRFollowMainCamera * __this, Vector3 positionOffset, MethodInfo * method)); DO_APP_FUNC(0x00684F10, void, VRFollowMainCamera_OnVRPosition, (VRFollowMainCamera * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1DF0, VRFollowMainCamera_OnVRPosition__MethodInfo); DO_APP_FUNC(0x00684FF0, void, VRFollowMainCamera_OnVRRotation, (VRFollowMainCamera * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1DE0, VRFollowMainCamera_OnVRRotation__MethodInfo); DO_APP_FUNC(0x006851A0, void, VRFollowMainCamera_SyncWithEndingCamera, (VRFollowMainCamera * __this, Vector3 positionOffset, MethodInfo * method)); DO_APP_FUNC(0x006851D0, void, VRFollowMainCamera_SyncWithCamera, (VRFollowMainCamera * __this, Transform * cam, Vector3 positionOffset, MethodInfo * method)); DO_APP_FUNC(0x00685B60, void, VRFollowMainCamera_SetTransform, (VRFollowMainCamera * __this, Vector3 worldPos, float yRot, MethodInfo * method)); DO_APP_FUNC(0x00685BB0, void, VRFollowMainCamera_PositionMainCanvas, (VRFollowMainCamera * __this, float yRot, MethodInfo * method)); DO_APP_FUNC(0x00685E90, void, VRFollowMainCamera_SetTransform_1, (VRFollowMainCamera * __this, Vector3 worldPos, Vector3 worldRot, MethodInfo * method)); DO_APP_FUNC(0x00685EE0, void, VRFollowMainCamera_SetTransformWithCanvasOffset, (VRFollowMainCamera * __this, Vector3 worldPos, Vector3 worldRot, float canvasYOffset, MethodInfo * method)); DO_APP_FUNC(0x00685F30, void, VRFollowMainCamera_SetTransformInternal, (VRFollowMainCamera * __this, Vector3 worldPos, Vector3 worldRot, float canvasYOffset, MethodInfo * method)); DO_APP_FUNC(0x00686610, void, VRFollowMainCamera_LookAt, (VRFollowMainCamera * __this, Transform * target, MethodInfo * method)); DO_APP_FUNC(0x00686E40, void, VRFollowMainCamera_OnStateChange, (VRFollowMainCamera * __this, GameObject * obj, String * stateName, bool active, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1DF8, VRFollowMainCamera_OnStateChange__MethodInfo); DO_APP_FUNC(0x006874C0, void, VRFollowMainCamera__ctor, (VRFollowMainCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, VRTimelineHeight__ctor, (VRTimelineHeight * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Waypoint__ctor, (Waypoint * __this, MethodInfo * method)); DO_APP_FUNC(0x00687550, void, WindowSmasher_Awake, (WindowSmasher * __this, MethodInfo * method)); DO_APP_FUNC(0x00687D90, void, WindowSmasher_Attached, (WindowSmasher * __this, MethodInfo * method)); DO_APP_FUNC(0x00687EB0, void, WindowSmasher_OnTriggerEnter, (WindowSmasher * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WindowSmasher_Update, (WindowSmasher * __this, MethodInfo * method)); DO_APP_FUNC(0x00688300, void, WindowSmasher_OnIsSmashed, (WindowSmasher * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1DA0, WindowSmasher_OnIsSmashed__MethodInfo); DO_APP_FUNC(0x006883C0, void, WindowSmasher_SmashWindow, (WindowSmasher * __this, MethodInfo * method)); DO_APP_FUNC(0x006891C0, void, WindowSmasher_OnGlobalGoatBurnEvent, (WindowSmasher * __this, int32_t _goatsBurned, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1DB8, WindowSmasher_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x006898D0, IEnumerator *, WindowSmasher_SmashWindowAfterSeconds, (WindowSmasher * __this, float seconds, MethodInfo * method)); DO_APP_FUNC(0x00689980, void, WindowSmasher_OnGameMode, (WindowSmasher * __this, DevourGameMode__Enum mode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1DC8, WindowSmasher_OnGameMode__MethodInfo); DO_APP_FUNC(0x00689B10, void, WindowSmasher_OnDestroy, (WindowSmasher * __this, MethodInfo * method)); DO_APP_FUNC(0x00689C80, void, WindowSmasher__ctor, (WindowSmasher * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, WindowSmasher_SmashWindowAfterSeconds_d_37__ctor, (WindowSmasher_SmashWindowAfterSeconds_d_37 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WindowSmasher_SmashWindowAfterSeconds_d_37_System_IDisposable_Dispose, (WindowSmasher_SmashWindowAfterSeconds_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x00689CE0, bool, WindowSmasher_SmashWindowAfterSeconds_d_37_MoveNext, (WindowSmasher_SmashWindowAfterSeconds_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, WindowSmasher_SmashWindowAfterSeconds_d_37_System_Collections_Generic_IEnumerator_System_Object__get_Current, (WindowSmasher_SmashWindowAfterSeconds_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x00689F10, void, WindowSmasher_SmashWindowAfterSeconds_d_37_System_Collections_IEnumerator_Reset, (WindowSmasher_SmashWindowAfterSeconds_d_37 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1D70, WindowSmasher_SmashWindowAfterSeconds_d_37_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, WindowSmasher_SmashWindowAfterSeconds_d_37_System_Collections_IEnumerator_get_Current, (WindowSmasher_SmashWindowAfterSeconds_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x00689F60, void, WindowSmasherIndividual_Awake, (WindowSmasherIndividual * __this, MethodInfo * method)); DO_APP_FUNC(0x0068A2C0, void, WindowSmasherIndividual_OnGlobalGoatBurnEvent, (WindowSmasherIndividual * __this, int32_t number, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1D68, WindowSmasherIndividual_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x0068A4F0, void, WindowSmasherIndividual_SmashWindow, (WindowSmasherIndividual * __this, MethodInfo * method)); DO_APP_FUNC(0x0068A9A0, bool, WindowSmasherIndividual_HasBeenSmashed, (WindowSmasherIndividual * __this, MethodInfo * method)); DO_APP_FUNC(0x0068A9B0, void, WindowSmasherIndividual_OnDestroy, (WindowSmasherIndividual * __this, MethodInfo * method)); DO_APP_FUNC(0x0068AB70, void, WindowSmasherIndividual__ctor, (WindowSmasherIndividual * __this, MethodInfo * method)); DO_APP_FUNC(0x0068ABD0, void, WindowSmasherMultipleParent_Awake, (WindowSmasherMultipleParent * __this, MethodInfo * method)); DO_APP_FUNC(0x0068AE60, void, WindowSmasherMultipleParent_Attached, (WindowSmasherMultipleParent * __this, MethodInfo * method)); DO_APP_FUNC(0x0068AF80, void, WindowSmasherMultipleParent_OnTriggerEnter, (WindowSmasherMultipleParent * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x0068B370, void, WindowSmasherMultipleParent_OnTriggerExit, (WindowSmasherMultipleParent * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x0068B760, void, WindowSmasherMultipleParent_AttemptSmash, (WindowSmasherMultipleParent * __this, MethodInfo * method)); DO_APP_FUNC(0x0068BA90, void, WindowSmasherMultipleParent_OnIsSmashed, (WindowSmasherMultipleParent * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1D50, WindowSmasherMultipleParent_OnIsSmashed__MethodInfo); DO_APP_FUNC(0x0068BB50, void, WindowSmasherMultipleParent_SmashWindows, (WindowSmasherMultipleParent * __this, MethodInfo * method)); DO_APP_FUNC(0x0068C100, void, WindowSmasherMultipleParent_OnGlobalGoatBurnEvent, (WindowSmasherMultipleParent * __this, int32_t _goatsBurned, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1D60, WindowSmasherMultipleParent_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x0068C700, IEnumerator *, WindowSmasherMultipleParent_SmashWindowsAfterSeconds, (WindowSmasherMultipleParent * __this, float seconds, MethodInfo * method)); DO_APP_FUNC(0x0068C7B0, void, WindowSmasherMultipleParent_OnDestroy, (WindowSmasherMultipleParent * __this, MethodInfo * method)); DO_APP_FUNC(0x0068C890, void, WindowSmasherMultipleParent__ctor, (WindowSmasherMultipleParent * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, WindowSmasherMultipleParent_SmashWindowsAfterSeconds_d_21__ctor, (WindowSmasherMultipleParent_SmashWindowsAfterSeconds_d_21 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WindowSmasherMultipleParent_SmashWindowsAfterSeconds_d_21_System_IDisposable_Dispose, (WindowSmasherMultipleParent_SmashWindowsAfterSeconds_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x0068C900, bool, WindowSmasherMultipleParent_SmashWindowsAfterSeconds_d_21_MoveNext, (WindowSmasherMultipleParent_SmashWindowsAfterSeconds_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, WindowSmasherMultipleParent_SmashWindowsAfterSeconds_d_21_System_Collections_Generic_IEnumerator_System_Object__get_Current, (WindowSmasherMultipleParent_SmashWindowsAfterSeconds_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x0068CB30, void, WindowSmasherMultipleParent_SmashWindowsAfterSeconds_d_21_System_Collections_IEnumerator_Reset, (WindowSmasherMultipleParent_SmashWindowsAfterSeconds_d_21 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1D40, WindowSmasherMultipleParent_SmashWindowsAfterSeconds_d_21_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, WindowSmasherMultipleParent_SmashWindowsAfterSeconds_d_21_System_Collections_IEnumerator_get_Current, (WindowSmasherMultipleParent_SmashWindowsAfterSeconds_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, XRManager__ctor, (XRManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0068CB80, void, VignetteController_Awake, (VignetteController * __this, MethodInfo * method)); DO_APP_FUNC(0x0068CC10, void, VignetteController_OnDisable, (VignetteController * __this, MethodInfo * method)); DO_APP_FUNC(0x0068CC30, void, VignetteController_OnVignetteOut, (VignetteController * __this, MethodInfo * method)); DO_APP_FUNC(0x0068CE20, IEnumerator *, VignetteController_VignetteOut, (VignetteController * __this, MethodInfo * method)); DO_APP_FUNC(0x0068CEC0, void, VignetteController_ResetVignette, (VignetteController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, VignetteController__ctor, (VignetteController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, VignetteController_VignetteOut_d_7__ctor, (VignetteController_VignetteOut_d_7 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VignetteController_VignetteOut_d_7_System_IDisposable_Dispose, (VignetteController_VignetteOut_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x0068D040, bool, VignetteController_VignetteOut_d_7_MoveNext, (VignetteController_VignetteOut_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, VignetteController_VignetteOut_d_7_System_Collections_Generic_IEnumerator_System_Object__get_Current, (VignetteController_VignetteOut_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x0068D2C0, void, VignetteController_VignetteOut_d_7_System_Collections_IEnumerator_Reset, (VignetteController_VignetteOut_d_7 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1D20, VignetteController_VignetteOut_d_7_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, VignetteController_VignetteOut_d_7_System_Collections_IEnumerator_get_Current, (VignetteController_VignetteOut_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x0068D310, void, GreaterThanFloatAttribute__ctor, (GreaterThanFloatAttribute * __this, float greaterThanFloat, bool inclusive, MethodInfo * method)); DO_APP_FUNC(0x0068D320, void, GreaterThanIntAttribute__ctor, (GreaterThanIntAttribute * __this, int32_t greaterThanInteger, bool inclusive, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvisibleInInspectorAttribute__ctor, (InvisibleInInspectorAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0068D310, void, LessThanFloatAttribute__ctor, (LessThanFloatAttribute * __this, float lessThanFloat, bool inclusive, MethodInfo * method)); DO_APP_FUNC(0x0068D320, void, LessThanIntAttribute__ctor, (LessThanIntAttribute * __this, int32_t lessThanInteger, bool inclusive, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReadOnlyInInspectorAttribute__ctor, (ReadOnlyInInspectorAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0068D330, Single__Array *, SerializeUnityThings_VectorConversion, (Vector2 vectorToConvert, MethodInfo * method)); DO_APP_FUNC(0x0068D3B0, Vector2, SerializeUnityThings_BackToVector2, (Single__Array * convertedVector2, MethodInfo * method)); DO_APP_FUNC(0x0068D3F0, Single__Array *, SerializeUnityThings_VectorConversion_1, (Vector3 vectorToConvert, MethodInfo * method)); DO_APP_FUNC(0x0068D470, Vector3, SerializeUnityThings_BackToVector3, (Single__Array * convertedVector3, MethodInfo * method)); DO_APP_FUNC(0x0068D4C0, Single__Array *, SerializeUnityThings_VectorConversion_2, (Vector4 vectorToConvert, MethodInfo * method)); DO_APP_FUNC(0x0068D550, Vector4, SerializeUnityThings_BackToVector4, (Single__Array * convertedVector4, MethodInfo * method)); DO_APP_FUNC(0x0068D5B0, Single__Array *, SerializeUnityThings_ScaleConversion, (Vector3 scaleToConvert, MethodInfo * method)); DO_APP_FUNC(0x0068D470, Vector3, SerializeUnityThings_BackToScale, (Single__Array * convertedScale, MethodInfo * method)); DO_APP_FUNC(0x0068D630, Single__Array *, SerializeUnityThings_QuaternionConversion, (Quaternion quaternionToConvert, MethodInfo * method)); DO_APP_FUNC(0x0068D550, Quaternion, SerializeUnityThings_BackToQuaternion, (Single__Array * convertedQuaternion, MethodInfo * method)); DO_APP_FUNC(0x0068D6C0, Single__Array *, SerializeUnityThings_TransformConversion, (Transform * transformToConvert, MethodInfo * method)); DO_APP_FUNC(0x0068DB30, Transform *, SerializeUnityThings_BackToTransform, (Single__Array * convertedTransform, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, Boundary__ctor, (Boundary * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, BoundaryBuilder__ctor, (BoundaryBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, BoundaryNode__ctor, (BoundaryNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SingleLayerAttribute__ctor, (SingleLayerAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x006CF560, void, DoorBehaviour_Awake, (DoorBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x006CF8C0, void, DoorBehaviour_Attached, (DoorBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x006CFF50, void, DoorBehaviour_Detached, (DoorBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x006D0080, void, DoorBehaviour_OnOpenRight, (DoorBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6B78, DoorBehaviour_OnOpenRight__MethodInfo); DO_APP_FUNC(0x006D0D20, void, DoorBehaviour_OnOpenLeft, (DoorBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6B90, DoorBehaviour_OnOpenLeft__MethodInfo); DO_APP_FUNC(0x006D19D0, void, DoorBehaviour_OnFall, (DoorBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6BA0, DoorBehaviour_OnFall__MethodInfo); DO_APP_FUNC(0x006D1D10, void, DoorBehaviour_SetState, (DoorBehaviour * __this, String * boolName, bool boolState, MethodInfo * method)); DO_APP_FUNC(0x006D2070, void, DoorBehaviour_OnLocked, (DoorBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6B88, DoorBehaviour_OnLocked__MethodInfo); DO_APP_FUNC(0x006D2340, void, DoorBehaviour_Unlock, (DoorBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x006D26D0, void, DoorBehaviour_Lock, (DoorBehaviour * __this, String * keyName, MethodInfo * method)); DO_APP_FUNC(0x006D2930, void, DoorBehaviour_OpenDoor, (DoorBehaviour * __this, bool openRight, MethodInfo * method)); DO_APP_FUNC(0x006D2CD0, void, DoorBehaviour_SetAnnaOpeningDoor, (DoorBehaviour * __this, bool isOpening, bool isEnraged, MethodInfo * method)); DO_APP_FUNC(0x006D2ED0, void, DoorBehaviour_OnAnnaOpeningDoor, (DoorBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6B98, DoorBehaviour_OnAnnaOpeningDoor__MethodInfo); DO_APP_FUNC(0x006D2F90, bool, DoorBehaviour_IsOpen, (DoorBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x006D3230, bool, DoorBehaviour_IsOpenLeft, (DoorBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x006D33F0, bool, DoorBehaviour_IsOpenRight, (DoorBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x006D35A0, bool, DoorBehaviour_IsLocked, (DoorBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x006D3770, String *, DoorBehaviour_KeyName, (DoorBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x006D3930, void, DoorBehaviour_OnSingleInteract, (DoorBehaviour * __this, String * name, GameObject * character, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6B80, DoorBehaviour_OnSingleInteract__MethodInfo); DO_APP_FUNC(0x006D3A60, void, DoorBehaviour__ctor, (DoorBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x006D3AB0, void, LockboxBehaviour_Awake, (LockboxBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x006D3D20, void, LockboxBehaviour_Attached, (LockboxBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x006D4160, void, LockboxBehaviour_Detached, (LockboxBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x006D4290, void, LockboxBehaviour_OnOpenLeft, (LockboxBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6A08, LockboxBehaviour_OnOpenLeft__MethodInfo); DO_APP_FUNC(0x006D47C0, void, LockboxBehaviour_LockAnimComplete, (LockboxBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x006D4820, void, LockboxBehaviour_SetState, (LockboxBehaviour * __this, String * boolName, bool boolState, MethodInfo * method)); DO_APP_FUNC(0x006D49A0, void, LockboxBehaviour_OnLocked, (LockboxBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA69F8, LockboxBehaviour_OnLocked__MethodInfo); DO_APP_FUNC(0x006D4A60, void, LockboxBehaviour_Unlock, (LockboxBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x006D4D00, void, LockboxBehaviour_Lock, (LockboxBehaviour * __this, String * keyName, MethodInfo * method)); DO_APP_FUNC(0x006D4F60, bool, LockboxBehaviour_IsOpen, (LockboxBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x006D5120, bool, LockboxBehaviour_IsLocked, (LockboxBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x006D52F0, String *, LockboxBehaviour_KeyName, (LockboxBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x006D54B0, void, LockboxBehaviour_OnSingleInteract, (LockboxBehaviour * __this, String * name, GameObject * character, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA69E8, LockboxBehaviour_OnSingleInteract__MethodInfo); DO_APP_FUNC(0x006D5740, void, LockboxBehaviour__ctor, (LockboxBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0068DF70, BoltConfig *, Menu_get_boltConfig, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x0068DFB0, float, Menu_get_vrCameraCenterY, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x0068DFC0, void, Menu_set_vrCameraCenterY, (Menu * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0068DFD0, bool, Menu_get_vrIsUsingViveControllers, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x0068DFE0, void, Menu_set_vrIsUsingViveControllers, (Menu * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0068DFF0, void, Menu_Awake, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x0068ED80, IEnumerator *, Menu_Start, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x0068EE20, String *, Menu_CombinePaths, (String * path1, String__Array * paths, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA54F8, Menu_CombinePaths__MethodInfo); DO_APP_FUNC(0x0068F020, void, Menu_OnEnable, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x0068FC50, IEnumerator *, Menu_WaitToWarnNoSteamworks, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x0068FCF0, void, Menu_Update, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x00692630, void, Menu_ControllerReselect, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006926E0, IEnumerator *, Menu_ControllerReselectDelayed, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x00692780, void, Menu_OnSensitivitySliderChanged, (Menu * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA66F8, Menu_OnSensitivitySliderChanged__MethodInfo); DO_APP_FUNC(0x006928D0, void, Menu_OnSensitivityInputEndEdit, (Menu * __this, String * input, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6710, Menu_OnSensitivityInputEndEdit__MethodInfo); DO_APP_FUNC(0x006929F0, void, Menu_OnSoloModeButtonClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA66F0, Menu_OnSoloModeButtonClick__MethodInfo); DO_APP_FUNC(0x00692A30, void, Menu_OnHostButtonClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6860, Menu_OnHostButtonClick__MethodInfo); DO_APP_FUNC(0x00692AF0, void, Menu_OnHostStartButtonClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6828, Menu_OnHostStartButtonClick__MethodInfo); DO_APP_FUNC(0x00692DF0, void, Menu_OnHostBackButtonClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6850, Menu_OnHostBackButtonClick__MethodInfo); DO_APP_FUNC(0x00692EB0, void, Menu_OnHostPasswordVisibilityChange, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6838, Menu_OnHostPasswordVisibilityChange__MethodInfo); DO_APP_FUNC(0x00692F00, void, Menu_OnHostPrivateServerChange, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x00693060, void, Menu_OnHostServerPasswordButtonClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6840, Menu_OnHostServerPasswordButtonClick__MethodInfo); DO_APP_FUNC(0x00693140, void, Menu_OnFloatingGamepadTextInputDismissed, (Menu * __this, FloatingGamepadTextInputDismissed_t pCallback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5470, Menu_OnFloatingGamepadTextInputDismissed__MethodInfo); DO_APP_FUNC(0x00693170, void, Menu_OnGamepadTextInputDismissed, (Menu * __this, GamepadTextInputDismissed_t pCallback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5450, Menu_OnGamepadTextInputDismissed__MethodInfo); DO_APP_FUNC(0x006932B0, IEnumerator *, Menu_GamepadKeyboardDismissed, (Menu * __this, bool submittedText, MethodInfo * method)); DO_APP_FUNC(0x00693370, void, Menu_OnHostServerPasswordEndEdit, (Menu * __this, String * input, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6820, Menu_OnHostServerPasswordEndEdit__MethodInfo); DO_APP_FUNC(0x006933A0, void, Menu_OnLobbyGameModeNextClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6790, Menu_OnLobbyGameModeNextClick__MethodInfo); DO_APP_FUNC(0x006933B0, void, Menu_OnLobbyGameModePrevClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6778, Menu_OnLobbyGameModePrevClick__MethodInfo); DO_APP_FUNC(0x006933C0, void, Menu_SetupMaps, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006939D0, void, Menu_OnLobbyMapButtonClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6768, Menu_OnLobbyMapButtonClick__MethodInfo); DO_APP_FUNC(0x00694010, void, Menu_HideLobbyMaps, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6930, Menu_HideLobbyMaps__MethodInfo); DO_APP_FUNC(0x00694540, void, Menu_SetupOutfitsAndPerks, (Menu * __this, Robe__Enum selected, MethodInfo * method)); DO_APP_FUNC(0x00695990, IEnumerator *, Menu_PopulateRobesWhenAvailable, (Menu * __this, Robe__Enum selected, MethodInfo * method)); DO_APP_FUNC(0x00695A40, IEnumerator *, Menu_PopulateInventoryWhenAvailable, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x00695AE0, UIOutfitSelectionType *, Menu_SetupOutfit, (Menu * __this, CharacterOutfit * outfit, MethodInfo * method)); DO_APP_FUNC(0x00696080, UIPerkSelectionType *, Menu_SetupPerk, (Menu * __this, CharacterPerk * perk, MethodInfo * method)); DO_APP_FUNC(0x00696810, UIFlashlightSelectionType *, Menu_SetupFlashlight, (Menu * __this, CharacterFlashlight * flashlight, MethodInfo * method)); DO_APP_FUNC(0x00696EE0, UIEmoteSelectionType *, Menu_SetupEmote, (Menu * __this, CharacterEmote * emote, MethodInfo * method)); DO_APP_FUNC(0x00697640, UIPetSelectionType *, Menu_SetupPet, (Menu * __this, CharacterPet * pet, MethodInfo * method)); DO_APP_FUNC(0x00697BD0, void, Menu_OnPromoOutfitAdded, (Menu * __this, int32_t steamItemDefId, MethodInfo * method)); DO_APP_FUNC(0x00698430, void, Menu_OnPromoPerkAdded, (Menu * __this, int32_t steamItemDefId, MethodInfo * method)); DO_APP_FUNC(0x00698A50, void, Menu_OnPromoFlashlightAdded, (Menu * __this, int32_t steamItemDefId, MethodInfo * method)); DO_APP_FUNC(0x00699000, void, Menu_OnPromoEmoteAdded, (Menu * __this, int32_t steamItemDefId, MethodInfo * method)); DO_APP_FUNC(0x00699610, void, Menu_ShowCharacterOutfits, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6678, Menu_ShowCharacterOutfits__MethodInfo); DO_APP_FUNC(0x0069BC60, void, Menu_ShowCurrentOutfitPreview, (Menu * __this, String * currentCharacter, String * currentOutfit, String * currentRobe, MethodInfo * method)); DO_APP_FUNC(0x0069BF60, void, Menu_HideCharacterOutfits, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6940, Menu_HideCharacterOutfits__MethodInfo); DO_APP_FUNC(0x0069C980, void, Menu_ShowCharacterPerks, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6680, Menu_ShowCharacterPerks__MethodInfo); DO_APP_FUNC(0x0069D8C0, void, Menu_SelectPerkFromPref, (Menu * __this, String * prefKey, bool * perkSelected, MethodInfo * method)); DO_APP_FUNC(0x0069D9C0, int32_t, Menu_GetCurrentTokens, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x0069E250, void, Menu_HideCharacterPerks, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6950, Menu_HideCharacterPerks__MethodInfo); DO_APP_FUNC(0x0069EA20, void, Menu_OnLobbyOutfitTabClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6758, Menu_OnLobbyOutfitTabClick__MethodInfo); DO_APP_FUNC(0x0069F130, void, Menu_OnLobbyFlashlightTabClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6788, Menu_OnLobbyFlashlightTabClick__MethodInfo); DO_APP_FUNC(0x0069F600, void, Menu_OnLobbyPetsTabClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6760, Menu_OnLobbyPetsTabClick__MethodInfo); DO_APP_FUNC(0x006A0000, void, Menu_OnLobbyEmotesTabClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA67B0, Menu_OnLobbyEmotesTabClick__MethodInfo); DO_APP_FUNC(0x006A03A0, void, Menu_SetupOutfitPreviewNavigation, (Menu * __this, OutfitsNavigation__Enum navigation, MethodInfo * method)); DO_APP_FUNC(0x006A0E70, void, Menu_SetActiveOutfitTab, (Menu * __this, Button * activeTab, MethodInfo * method)); DO_APP_FUNC(0x006A1920, void, Menu_ShowHeaderIcons, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006A1960, void, Menu_HideHeaderIcons, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006A19A0, void, Menu_OnChallengesButtonClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6908, Menu_OnChallengesButtonClick__MethodInfo); DO_APP_FUNC(0x006A23A0, void, Menu_OnChallengesBackClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA68F8, Menu_OnChallengesBackClick__MethodInfo); DO_APP_FUNC(0x006A2400, void, Menu_HideRightOptionsPanel, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006A2610, void, Menu_ShowRightOptionsPanel, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006A28E0, void, Menu_UpdateLockedOutfits, (Menu * __this, List_1_UIOutfitSelectionType_ * selectionViews, MethodInfo * method)); DO_APP_FUNC(0x006A2BF0, void, Menu_UpdateLockedPerks, (Menu * __this, List_1_UIPerkSelectionType_ * selectionViews, MethodInfo * method)); DO_APP_FUNC(0x006A2F10, void, Menu_UpdateLockedPets, (Menu * __this, List_1_UIPetSelectionType_ * selectionViews, MethodInfo * method)); DO_APP_FUNC(0x006A3220, void, Menu_UpdateLockedFlashlights, (Menu * __this, List_1_UIFlashlightSelectionType_ * selectionViews, MethodInfo * method)); DO_APP_FUNC(0x006A3530, void, Menu_UpdateLockedEmotes, (Menu * __this, List_1_UIEmoteSelectionType_ * selectionViews, MethodInfo * method)); DO_APP_FUNC(0x006A3840, void, Menu_UpdateLockedRobes, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006A3DD0, void, Menu_SelectPurchasedItem, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006A4F80, IEnumerator *, Menu_WaitForPurchasedOutfitValidation, (Menu * __this, CharacterOutfit * outfit, MethodInfo * method)); DO_APP_FUNC(0x006A5090, IEnumerator *, Menu_WaitForPurchasedFlashlightValidation, (Menu * __this, CharacterFlashlight * flashlight, MethodInfo * method)); DO_APP_FUNC(0x006A51A0, IEnumerator *, Menu_WaitForPurchasedPetValidation, (Menu * __this, CharacterPet * pet, MethodInfo * method)); DO_APP_FUNC(0x006A52B0, IEnumerator *, Menu_WaitForPurchasedEmoteValidation, (Menu * __this, CharacterEmote * emote, MethodInfo * method)); DO_APP_FUNC(0x006A53C0, void, Menu_SelectRobe, (Menu * __this, Robe__Enum selectedRobe, String * robeName, MethodInfo * method)); DO_APP_FUNC(0x006A5550, void, Menu_SelectOutfit, (Menu * __this, UIOutfitSelectionType * selection, SurvivalLobbyController * SLC, MethodInfo * method)); DO_APP_FUNC(0x006A55E0, void, Menu_SelectPerk, (Menu * __this, UIPerkSelectionType * uiElement, SurvivalLobbyController * SLC, MethodInfo * method)); DO_APP_FUNC(0x006A57B0, void, Menu_SelectFlashlight, (Menu * __this, UIFlashlightSelectionType * uiElement, SurvivalLobbyController * SLC, MethodInfo * method)); DO_APP_FUNC(0x006A5830, void, Menu_SelectEmote, (Menu * __this, UIEmoteSelectionType * uiElement, SurvivalLobbyController * SLC, MethodInfo * method)); DO_APP_FUNC(0x006A5880, void, Menu_SelectPet, (Menu * __this, UIPetSelectionType * selection, SurvivalLobbyController * SLC, MethodInfo * method)); DO_APP_FUNC(0x006A5990, void, Menu_SelectOutfitElement, (Menu * __this, bool isRobe, Robe__Enum robe, CharacterOutfit * outfit, MethodInfo * method)); DO_APP_FUNC(0x006A5E30, void, Menu_SelectPerkElement, (Menu * __this, CharacterPerk * perk, int32_t group, MethodInfo * method)); DO_APP_FUNC(0x006A6650, void, Menu_SelectFlashlightElement, (Menu * __this, CharacterFlashlight * flashlight, MethodInfo * method)); DO_APP_FUNC(0x006A6A00, void, Menu_SelectPetElement, (Menu * __this, CharacterPet * pet, MethodInfo * method)); DO_APP_FUNC(0x006A6DB0, void, Menu_SelectEmoteElement, (Menu * __this, CharacterEmote * emote, MethodInfo * method)); DO_APP_FUNC(0x006A7160, void, Menu_SelectMapElement, (Menu * __this, DevourMap__Enum map, MethodInfo * method)); DO_APP_FUNC(0x006A74C0, void, Menu_ShowOutfitPreview, (Menu * __this, CharacterOutfit * outfit, MethodInfo * method)); DO_APP_FUNC(0x006A7980, IEnumerator *, Menu_DelayEnableBuyButton, (Menu * __this, Button * button, MethodInfo * method)); DO_APP_FUNC(0x006A7A20, void, Menu_ShowRobePreview, (Menu * __this, String * robeName, MethodInfo * method)); DO_APP_FUNC(0x006A7DE0, void, Menu_ShowFlashlightPreview, (Menu * __this, String * flashlightName, MethodInfo * method)); DO_APP_FUNC(0x006A84B0, void, Menu_ShowEmotePreview, (Menu * __this, int32_t emoteID, MethodInfo * method)); DO_APP_FUNC(0x006A8F40, void, Menu_ShowPetPreview, (Menu * __this, CharacterPet * pet, MethodInfo * method)); DO_APP_FUNC(0x006A9470, void, Menu_OnApplicationFocus, (Menu * __this, bool hasFocus, MethodInfo * method)); DO_APP_FUNC(0x006A95B0, void, Menu_RefreshInventory, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3D70, Menu_RefreshInventory__MethodInfo); DO_APP_FUNC(0x006A9680, void, Menu_ProcessPurchasedItem, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006A9720, void, Menu_UpdateRoom, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006A97E0, void, Menu_OnLobbyGameModeChange, (Menu * __this, bool next, MethodInfo * method)); DO_APP_FUNC(0x006A9CD0, void, Menu_SetGameModeText, (Menu * __this, DevourGameMode__Enum mode, Text * textComponent, MethodInfo * method)); DO_APP_FUNC(0x006AA0A0, void, Menu_SetGameModeEXPBonus, (Menu * __this, DevourGameMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x006AAA30, void, Menu_SetMapText, (Menu * __this, DevourMap__Enum map, Text * textComponent, MethodInfo * method)); DO_APP_FUNC(0x006AABB0, void, Menu_HideLobbyEnvironments, (Menu * __this, bool showMainMenuEnvironment, MethodInfo * method)); DO_APP_FUNC(0x006AAE40, void, Menu_SetLobbyEnvironment, (Menu * __this, DevourMap__Enum map, bool playAudio, MethodInfo * method)); DO_APP_FUNC(0x006AB230, void, Menu_SetToggleStateText, (Menu * __this, bool state, Text * text, MethodInfo * method)); DO_APP_FUNC(0x006AB380, void, Menu_OnJoinButtonClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6800, Menu_OnJoinButtonClick__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_OnLoadSceneSyncClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA67B8, Menu_OnLoadSceneSyncClick__MethodInfo); DO_APP_FUNC(0x006AB450, void, Menu_OnLobbyStartButtonClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6750, Menu_OnLobbyStartButtonClick__MethodInfo); DO_APP_FUNC(0x006AB460, void, Menu_OnConfirmModalNoClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA68E0, Menu_OnConfirmModalNoClick__MethodInfo); DO_APP_FUNC(0x006AB490, void, Menu_LoadMain, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006ABE80, IEnumerator *, Menu_WaitForSurvivalLobbyPlayersDetached, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006ABF20, void, Menu_OnLobbyInviteButtonClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6780, Menu_OnLobbyInviteButtonClick__MethodInfo); DO_APP_FUNC(0x006ABFF0, void, Menu_OnLobbyChangeCharacterNextClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA67C0, Menu_OnLobbyChangeCharacterNextClick__MethodInfo); DO_APP_FUNC(0x006AC110, void, Menu_OnLobbyChangeCharacterPrevClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA67A0, Menu_OnLobbyChangeCharacterPrevClick__MethodInfo); DO_APP_FUNC(0x006AC230, void, Menu_OnLobbyExitButtonClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA53D8, Menu_OnLobbyExitButtonClick__MethodInfo); DO_APP_FUNC(0x006AC4E0, void, Menu_SceneLoadLocalBegin, (Menu * __this, String * scene, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x006AC9C0, void, Menu_SceneLoadLocalDone, (Menu * __this, String * scene, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x006ADF70, void, Menu_SetupSLCFromToken, (Menu * __this, GameConfigToken * gameConfigToken, MethodInfo * method)); DO_APP_FUNC(0x006AE180, void, Menu_ShowGameStats, (Menu * __this, MenuSceneToken * menuSceneToken, MethodInfo * method)); DO_APP_FUNC(0x006B2290, bool, Menu_GetAwardEntryByChildIndex, (Menu * __this, Menu_GameStatsAward * award, int32_t index, Menu_GameStatsAwardEntry * * outEntry, MethodInfo * method)); DO_APP_FUNC(0x006B25B0, IEnumerator *, Menu_UpdateNolanRank, (Menu * __this, int32_t connectionId, int32_t rank, MethodInfo * method)); DO_APP_FUNC(0x006B2610, GameStatsPlayerToken *, Menu_GetMyPlayerToken, (Menu * __this, GameStatsToken * gameStatsToken, MethodInfo * method)); DO_APP_FUNC(0x006B27C0, Sprite *, Menu_GetRitualIcon, (Menu * __this, String * mapName, MethodInfo * method)); DO_APP_FUNC(0x006B2A40, void, Menu_OnServerBrowserBackButtonClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6700, Menu_OnServerBrowserBackButtonClick__MethodInfo); DO_APP_FUNC(0x006B2B50, void, Menu_OnOptionsButtonClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6728, Menu_OnOptionsButtonClick__MethodInfo); DO_APP_FUNC(0x006B2DF0, void, Menu_OnOptionsBackButtonClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6740, Menu_OnOptionsBackButtonClick__MethodInfo); DO_APP_FUNC(0x006B3020, void, Menu_OnGraphicsSettingsButtonClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6870, Menu_OnGraphicsSettingsButtonClick__MethodInfo); DO_APP_FUNC(0x006B3170, void, Menu_OnGraphicsSettingsBack, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6868, Menu_OnGraphicsSettingsBack__MethodInfo); DO_APP_FUNC(0x006B31B0, void, Menu_OnLanguageButtonClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA67C8, Menu_OnLanguageButtonClick__MethodInfo); DO_APP_FUNC(0x006B3280, void, Menu_OnKeyBindingsButtonClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA67F8, Menu_OnKeyBindingsButtonClick__MethodInfo); DO_APP_FUNC(0x006B33F0, void, Menu_OnLanguageSelected, (Menu * __this, int32_t languageID, MethodInfo * method)); DO_APP_FUNC(0x006B34A0, void, Menu_OnLanguageBackButtonClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA67E0, Menu_OnLanguageBackButtonClick__MethodInfo); DO_APP_FUNC(0x006B34E0, void, Menu_OnLanguageOKButtonClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA67D0, Menu_OnLanguageOKButtonClick__MethodInfo); DO_APP_FUNC(0x006B38F0, void, Menu_PopulateRegionDropdown, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006B3CF0, void, Menu_OnKeyBindingsBackButtonClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA67F0, Menu_OnKeyBindingsBackButtonClick__MethodInfo); DO_APP_FUNC(0x006B3E90, void, Menu_OnKeyBindingsResetButtonClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA67D8, Menu_OnKeyBindingsResetButtonClick__MethodInfo); DO_APP_FUNC(0x006B3FF0, void, Menu_OnKeyBindingsResetYesClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4370, Menu_OnKeyBindingsResetYesClick__MethodInfo); DO_APP_FUNC(0x006B4070, void, Menu_OnGameplayClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6880, Menu_OnGameplayClick__MethodInfo); DO_APP_FUNC(0x006B4140, void, Menu_OnGameplayBackClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6878, Menu_OnGameplayBackClick__MethodInfo); DO_APP_FUNC(0x006B4200, void, Menu_OnAudioSettingsClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6910, Menu_OnAudioSettingsClick__MethodInfo); DO_APP_FUNC(0x006B4340, void, Menu_OnAudioSettingsBackClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6938, Menu_OnAudioSettingsBackClick__MethodInfo); DO_APP_FUNC(0x006B4380, void, Menu_OnQuitButtonClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6708, Menu_OnQuitButtonClick__MethodInfo); DO_APP_FUNC(0x006B43D0, void, Menu_OnCreditsButtonClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA68C8, Menu_OnCreditsButtonClick__MethodInfo); DO_APP_FUNC(0x006B4460, void, Menu_OnCreditsExitButtonClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA68D0, Menu_OnCreditsExitButtonClick__MethodInfo); DO_APP_FUNC(0x006B4550, void, Menu_OnMessageModalOK, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6738, Menu_OnMessageModalOK__MethodInfo); DO_APP_FUNC(0x006B4590, void, Menu_OnJoinDiscordMessageModalOK, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6810, Menu_OnJoinDiscordMessageModalOK__MethodInfo); DO_APP_FUNC(0x006B45C0, void, Menu_ShowJoinDiscordMessageModal, (Menu * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x006B46E0, void, Menu_OnShutdownDone, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4308, Menu_OnShutdownDone__MethodInfo); DO_APP_FUNC(0x006B5420, void, Menu_BoltShutdownBegin, (Menu * __this, AddCallback * registerDoneCallback, UdpConnectionDisconnectReason__Enum disconnectReason, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Menu_PersistBetweenStartupAndShutdown, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006B56C0, void, Menu_ShowLobby, (Menu * __this, bool soloMode, MethodInfo * method)); DO_APP_FUNC(0x006B59F0, String *, Menu_RandomServerName, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006B5B70, void, Menu_BoltStartBegin, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006B5CB0, void, Menu_BoltStartDone, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006B7FB0, void, Menu_BoltStartFailed, (Menu * __this, UdpConnectionDisconnectReason__Enum disconnectReason, MethodInfo * method)); DO_APP_FUNC(0x006B8190, void, Menu_StreamDataReceived, (Menu * __this, BoltConnection * connection, UdpStreamData * data, MethodInfo * method)); DO_APP_FUNC(0x006B8420, void, Menu_ValidateSerializedResult, (Menu * __this, uint32_t connectionId, bool containsResult, Byte__Array * serializedResult, MethodInfo * method)); DO_APP_FUNC(0x006B85F0, void, Menu_SendInventoryItems, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006B8880, void, Menu_StartServerJoin, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006B88B0, void, Menu_OnSteamLobbyCreated, (Menu * __this, LobbyCreated_t pCallback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5458, Menu_OnSteamLobbyCreated__MethodInfo); DO_APP_FUNC(0x006B8EA0, void, Menu_OnSteamLobbyEnter, (Menu * __this, LobbyEnter_t pCallback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5440, Menu_OnSteamLobbyEnter__MethodInfo); DO_APP_FUNC(0x006B9170, void, Menu_OnSteamLobbyJoinRequested, (Menu * __this, GameLobbyJoinRequested_t pCallback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5448, Menu_OnSteamLobbyJoinRequested__MethodInfo); DO_APP_FUNC(0x006B9660, void, Menu_SessionCreatedOrUpdated, (Menu * __this, UdpSession * session, MethodInfo * method)); DO_APP_FUNC(0x006B9840, void, Menu_SessionConnectFailed, (Menu * __this, UdpSession * session, IProtocolToken * token, UdpSessionError__Enum errorReason, MethodInfo * method)); DO_APP_FUNC(0x006B9B20, void, Menu_ConnectFailed, (Menu * __this, UdpEndPoint endpoint, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x006B9C30, void, Menu_ConnectRefused, (Menu * __this, UdpEndPoint endpoint, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x006B9E70, void, Menu_ConnectRequest, (Menu * __this, UdpEndPoint endpoint, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x006BA790, void, Menu_BoltAccept, (Menu * __this, UdpEndPoint endpoint, MethodInfo * method)); DO_APP_FUNC(0x006BA940, void, Menu_BoltRefuse, (Menu * __this, UdpEndPoint endpoint, String * reason, MethodInfo * method)); DO_APP_FUNC(0x006BAA80, void, Menu_Connected, (Menu * __this, BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x006BB400, IEnumerator *, Menu_SendInventoryItemsWhenAvailable, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006BB4A0, IEnumerator *, Menu_WaitForSteamCatalog, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006BB4F0, IEnumerator *, Menu_WaitForInventoryItems, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006BB540, IEnumerator *, Menu_WaitForSLC, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006BB5E0, IEnumerator *, Menu_WaitForUserStats, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006BB630, void, Menu_ShowLobbyCanvasGroup, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006BB8F0, void, Menu_SetLobbyWhiteSelectablesTintDuration, (Menu * __this, float duration, MethodInfo * method)); DO_APP_FUNC(0x006BB990, void, Menu_OnEvent, (Menu * __this, HostStartedGameEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x006BBE30, void, Menu_OnEvent_1, (Menu * __this, SurvivalChangePlayerEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x006BBFD0, void, Menu_OnEvent_2, (Menu * __this, LobbyReadyEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x006BC170, void, Menu_Disconnected, (Menu * __this, BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x006BCEA0, void, Menu_OnEvent_3, (Menu * __this, SystemChatMessageEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x006BD7E0, void, Menu_ShowCanvasGroup, (Menu * __this, CanvasGroup * canvasGroup, bool isVisible, MethodInfo * method)); DO_APP_FUNC(0x006BDB90, void, Menu_SetLoading, (Menu * __this, bool isLoading, MethodInfo * method)); DO_APP_FUNC(0x006BDC60, bool, Menu_CanPlayMode, (Menu * __this, DevourGameMode__Enum gameMode, DevourMap__Enum map, MethodInfo * method)); DO_APP_FUNC(0x006BDE10, void, Menu_ResetLobby, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006BEDF0, void, Menu_ResetOutfitButtonState, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006BEFF0, void, Menu_ToggleLobbyProximityVoice, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6638, Menu_ToggleLobbyProximityVoice__MethodInfo); DO_APP_FUNC(0x006BF010, void, Menu_ToggleLobbyPlayerCollisions, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6650, Menu_ToggleLobbyPlayerCollisions__MethodInfo); DO_APP_FUNC(0x006BF030, void, Menu_ToggleLobbyBatteries, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6660, Menu_ToggleLobbyBatteries__MethodInfo); DO_APP_FUNC(0x006BF050, void, Menu_ToggleLobbyMedkits, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6668, Menu_ToggleLobbyMedkits__MethodInfo); DO_APP_FUNC(0x006BF070, void, Menu_ToggleLobbyPerks, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6648, Menu_ToggleLobbyPerks__MethodInfo); DO_APP_FUNC(0x006BF090, void, Menu_OnLobbyProximityVoice, (Menu * __this, bool value, bool shouldUpdateSession, MethodInfo * method)); DO_APP_FUNC(0x006BF410, void, Menu_OnLobbyPlayerToPlayerCollisions, (Menu * __this, bool value, bool shouldUpdateSession, MethodInfo * method)); DO_APP_FUNC(0x006BF790, void, Menu_OnLobbyBatteries, (Menu * __this, bool value, bool shouldUpdateSession, MethodInfo * method)); DO_APP_FUNC(0x006BFB70, void, Menu_OnLobbyMedkits, (Menu * __this, bool value, bool shouldUpdateSession, MethodInfo * method)); DO_APP_FUNC(0x006BFF40, void, Menu_OnLobbyPerks, (Menu * __this, bool value, bool shouldUpdateSession, MethodInfo * method)); DO_APP_FUNC(0x006C02E0, void, Menu_OnDisable, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C0300, void, Menu_DisposeSteamworksCallbacks, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C05B0, void, Menu_DestroyDissonance, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C06E0, void, Menu_LeaveSteamLobby, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C0770, void, Menu_PopulateRegionPicker, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C0C40, void, Menu_OnServerBrowserRegionPickerChanged, (Menu * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA66E8, Menu_OnServerBrowserRegionPickerChanged__MethodInfo); DO_APP_FUNC(0x006C0FD0, GameMode__Enum, Menu_GetGameMode, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C0FE0, void, Menu_SetSurvivalLobbyController, (Menu * __this, SurvivalLobbyController * controller, MethodInfo * method)); DO_APP_FUNC(0x006C1040, void, Menu_OnLobbyReadyClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6748, Menu_OnLobbyReadyClick__MethodInfo); DO_APP_FUNC(0x006C1160, void, Menu_UpdateLobbyReadyButton, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C1280, bool, Menu_IsLobbyReady, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C1290, void, Menu_ForceLobbyReady, (Menu * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006C12A0, void, Menu_OnChatMessageSubmit, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C1840, void, Menu_OnChatMessageReceived, (Menu * __this, TextMessage message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA55B8, Menu_OnChatMessageReceived__MethodInfo); DO_APP_FUNC(0x006C1BE0, void, Menu_OnPlayerJoinedSession, (Menu * __this, VoicePlayerState * voicePlayerState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA55C8, Menu_OnPlayerJoinedSession__MethodInfo); DO_APP_FUNC(0x006C1C90, void, Menu_ShowMessage, (Menu * __this, String * localizedKey, MethodInfo * method)); DO_APP_FUNC(0x006C1D90, DevourGameMode__Enum, Menu_GetDevourGameMode, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C1DA0, DevourMap__Enum, Menu_GetMap, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C1DB0, bool, Menu_GetLobbyPlayerCollisions, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C1DC0, bool, Menu_GetLobbyProximityVoice, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C1DD0, bool, Menu_GetLobbyBatteries, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C1DE0, bool, Menu_GetLobbyMedkits, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C1DF0, bool, Menu_GetLobbyPerks, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C1E00, void, Menu_OnGameStatsButtonClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6890, Menu_OnGameStatsButtonClick__MethodInfo); DO_APP_FUNC(0x006C1F50, void, Menu_OnGameStatsCloseClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6898, Menu_OnGameStatsCloseClick__MethodInfo); DO_APP_FUNC(0x006C2010, void, Menu_OnUnlockedModalOKClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA66C8, Menu_OnUnlockedModalOKClick__MethodInfo); DO_APP_FUNC(0x006C20A0, void, Menu_OnPerkModalUnlockClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6718, Menu_OnPerkModalUnlockClick__MethodInfo); DO_APP_FUNC(0x006C21E0, void, Menu_OnPerkModalCancelClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6730, Menu_OnPerkModalCancelClick__MethodInfo); DO_APP_FUNC(0x006C2270, void, Menu_OnFlashlightModalUnlockClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA68B0, Menu_OnFlashlightModalUnlockClick__MethodInfo); DO_APP_FUNC(0x006C23B0, void, Menu_OnFlashlightModalCancelClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA68A0, Menu_OnFlashlightModalCancelClick__MethodInfo); DO_APP_FUNC(0x006C2440, void, Menu_OnEmoteModalUnlockClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA68C0, Menu_OnEmoteModalUnlockClick__MethodInfo); DO_APP_FUNC(0x006C2580, void, Menu_OnEmoteModalCancelClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA68B8, Menu_OnEmoteModalCancelClick__MethodInfo); DO_APP_FUNC(0x006C2610, void, Menu_OnLobbyOptionsClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6770, Menu_OnLobbyOptionsClick__MethodInfo); DO_APP_FUNC(0x006C2920, void, Menu_ShowPerkModal, (Menu * __this, CharacterPerk * perk, MethodInfo * method)); DO_APP_FUNC(0x006C2BE0, void, Menu_ShowFlashlightModal, (Menu * __this, CharacterFlashlight * flashlight, MethodInfo * method)); DO_APP_FUNC(0x006C2E30, void, Menu_ShowEmoteModal, (Menu * __this, CharacterEmote * emote, MethodInfo * method)); DO_APP_FUNC(0x006C3080, void, Menu_ShowUnlockedModal, (Menu * __this, String * text, bool upperInvariant, MethodInfo * method)); DO_APP_FUNC(0x006C31B0, void, Menu_ShowUnlockedRobeModal, (Menu * __this, Robe__Enum robe, MethodInfo * method)); DO_APP_FUNC(0x006C3260, void, Menu_ShowUnlockedSpriteTextModal, (Menu * __this, Sprite * sprite, String * text, MethodInfo * method)); DO_APP_FUNC(0x006C33D0, IEnumerator *, Menu_ShowUnlockedModalInternal, (Menu * __this, String * text, bool upperInvariant, MethodInfo * method)); DO_APP_FUNC(0x006C3500, IEnumerator *, Menu_ShowUnlockedRobeModalInternal, (Menu * __this, Robe__Enum robe, MethodInfo * method)); DO_APP_FUNC(0x006C35B0, IEnumerator *, Menu_ShowUnlockedSpriteTextModalInternal, (Menu * __this, Sprite * sprite, String * text, MethodInfo * method)); DO_APP_FUNC(0x006C3720, bool, Menu_TakeUnlockedModalLock, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C3740, void, Menu_CheckForUnlocks, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C3D40, SurvivalLobbyController *, Menu_GetLobbyController, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C3D50, void, Menu_HandleBestFitTextComponents, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C3E00, void, Menu_Splash, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C41B0, void, Menu_OnSplashComplete, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5DA0, Menu_OnSplashComplete__MethodInfo); DO_APP_FUNC(0x006C45A0, void, Menu_OnControllerConnected, (Menu * __this, ControllerStatusChangedEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3CB0, Menu_OnControllerConnected__MethodInfo); DO_APP_FUNC(0x006C4910, void, Menu_OnControllerDisconnected, (Menu * __this, ControllerStatusChangedEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3C98, Menu_OnControllerDisconnected__MethodInfo); DO_APP_FUNC(0x006C4DF0, void, Menu_ShowMessageModal, (Menu * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x006C4F10, IEnumerator *, Menu_ShowMessageModalInternal, (Menu * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x006C5020, bool, Menu_TakeMessageModalLock, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C5040, void, Menu_ShowConfirmModal, (Menu * __this, UnityAction * yesAction, MethodInfo * method)); DO_APP_FUNC(0x006C5220, String *, Menu_GetPlayerId, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C52F0, void, Menu_SetLobbyBumperGlyphColors, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C55A0, void, Menu_SetOutfitsBumperGlyphColors, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C56F0, void, Menu_SetCanvasScaling, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C57A0, void, Menu_CheckForReconnect, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C5B10, void, Menu_ShowReconnectModal, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C5B60, void, Menu_OnCancelReconnect, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6920, Menu_OnCancelReconnect__MethodInfo); DO_APP_FUNC(0x006C5BB0, void, Menu_OnConfirmReconnect, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA68E8, Menu_OnConfirmReconnect__MethodInfo); DO_APP_FUNC(0x006C5E30, void, Menu_SetupVR, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C63E0, void, Menu_OnVRPosition, (Menu * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3DD8, Menu_OnVRPosition__MethodInfo); DO_APP_FUNC(0x006C69D0, void, Menu_OnVRRotation, (Menu * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3DE8, Menu_OnVRRotation__MethodInfo); DO_APP_FUNC(0x006C71D0, void, Menu_SetupCanvasForVR, (Menu * __this, Canvas * canvas, MethodInfo * method)); DO_APP_FUNC(0x006C74E0, void, Menu_SetupOverlayCanvasForVR, (Menu * __this, Canvas * canvas, MethodInfo * method)); DO_APP_FUNC(0x006C75F0, void, Menu_PositionCanvasesForVR, (Menu * __this, Transform * cameraPos, float yPos, MethodInfo * method)); DO_APP_FUNC(0x006C7AF0, void, Menu_OnVRSettingsClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA66A8, Menu_OnVRSettingsClick__MethodInfo); DO_APP_FUNC(0x006C7BB0, void, Menu_OnVRSettingsBackClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA66A0, Menu_OnVRSettingsBackClick__MethodInfo); DO_APP_FUNC(0x006C7C70, void, Menu_SetMenuCameraPos, (Menu * __this, Transform * cameraPos, bool recenter, MethodInfo * method)); DO_APP_FUNC(0x006C8EA0, void, Menu_SetVRUIPointersActive, (Menu * __this, bool active, MethodInfo * method)); DO_APP_FUNC(0x006C9010, void, Menu_RefreshVRUIPointers, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C9050, void, Menu_OnVRTurningSpeedSliderChanged, (Menu * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6698, Menu_OnVRTurningSpeedSliderChanged__MethodInfo); DO_APP_FUNC(0x006C91A0, void, Menu_OnVRTurningSpeedInputEndEdit, (Menu * __this, String * input, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6688, Menu_OnVRTurningSpeedInputEndEdit__MethodInfo); DO_APP_FUNC(0x006C92C0, IEnumerator *, Menu_StartXR, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C9360, void, Menu_OnApplicationQuit, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C9460, void, Menu_CheckForVRRecenter, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C9660, void, Menu_OnVRControlsClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA66B8, Menu_OnVRControlsClick__MethodInfo); DO_APP_FUNC(0x006C9860, void, Menu_OnVRControlsBackClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA66B0, Menu_OnVRControlsBackClick__MethodInfo); DO_APP_FUNC(0x006C98A0, void, Menu_SetVRLobbyBlockRaycasts, (Menu * __this, bool enabled, MethodInfo * method)); DO_APP_FUNC(0x006C9980, void, Menu_ShowCurrentPetPreview, (Menu * __this, String * currentPet, MethodInfo * method)); DO_APP_FUNC(0x006C9B80, void, Menu_ShowBrowserOpenedForPurchaseConfirmModal, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006C9DC0, IEnumerator *, Menu_WaitToEnableConfirmModalButtons, (Menu * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x006C9E70, void, Menu_ShowPublicServerWarningModal, (Menu * __this, UnityAction * yesAction, MethodInfo * method)); DO_APP_FUNC(0x006CA0D0, void, Menu_OnPublicServerWarningNoClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6720, Menu_OnPublicServerWarningNoClick__MethodInfo); DO_APP_FUNC(0x006CA100, void, Menu_OnDeviceConnected, (Menu * __this, InputDevice_1 device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3CA0, Menu_OnDeviceConnected__MethodInfo); DO_APP_FUNC(0x006CA2A0, void, Menu_OnSeatedModeChanged, (Menu * __this, bool seatedMode, MethodInfo * method)); DO_APP_FUNC(0x006CA2C0, IEnumerator *, Menu_DelayEnableKeyBindingsScrollToSelection, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006CA360, void, Menu_PopulateKeyBindings, (Menu * __this, bool useGamepad, MethodInfo * method)); DO_APP_FUNC(0x006CA550, void, Menu_WarnClientSuspiciousHost, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006CA9D0, void, Menu_OnStatsClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA66E0, Menu_OnStatsClick__MethodInfo); DO_APP_FUNC(0x006CAA30, void, Menu_OnStatsBackClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA66D0, Menu_OnStatsBackClick__MethodInfo); DO_APP_FUNC(0x006CAB40, void, Menu_OnStatsLobbyClick, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA66C0, Menu_OnStatsLobbyClick__MethodInfo); DO_APP_FUNC(0x006CAC50, bool, Menu_PerksIsVisible, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006CAD20, void, Menu_SetActivePerksTab, (Menu * __this, Button * activeTab, MethodInfo * method)); DO_APP_FUNC(0x006CB7D0, void, Menu_OnPerksGroupTabClick, (Menu * __this, int32_t group, MethodInfo * method)); DO_APP_FUNC(0x006CBA50, void, Menu_SetupPerksNavigation, (Menu * __this, int32_t group, MethodInfo * method)); DO_APP_FUNC(0x006CBF10, void, Menu_RestoreLastPerks, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006CBF40, void, Menu_RestoreLastPerk, (Menu * __this, int32_t group, MethodInfo * method)); DO_APP_FUNC(0x006CC1D0, String *, Menu_GetSteamAuthTicket, (Menu * __this, HAuthTicket * ticket, MethodInfo * method)); DO_APP_FUNC(0x006CC550, void, Menu_CancelAuthTicket, (Menu * __this, HAuthTicket ticket, MethodInfo * method)); DO_APP_FUNC(0x006CC610, void, Menu_SetUDPPlatform, (Menu * __this, PhotonRegion * region, MethodInfo * method)); DO_APP_FUNC(0x006CC940, void, Menu_OnDestroy, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006CCB20, void, Menu__ctor, (Menu * __this, MethodInfo * method)); DO_APP_FUNC(0x006CCC90, void, Menu__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00692F00, void, Menu__Start_b__551_0, (Menu * __this, bool _p0_, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6640, Menu__Start_b__551_0__MethodInfo); DO_APP_FUNC(0x006CCEC0, void, Menu__Start_b__551_1, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA65B8, Menu__Start_b__551_1__MethodInfo); DO_APP_FUNC(0x006CCED0, void, Menu__Start_b__551_2, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6568, Menu__Start_b__551_2__MethodInfo); DO_APP_FUNC(0x006CCEE0, void, Menu__Start_b__551_3, (Menu * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA64E0, Menu__Start_b__551_3__MethodInfo); DO_APP_FUNC(0x006CCEF0, void, Menu__Start_b__551_4, (Menu * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6458, Menu__Start_b__551_4__MethodInfo); DO_APP_FUNC(0x006CCF00, void, Menu__Start_b__551_5, (Menu * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA63D8, Menu__Start_b__551_5__MethodInfo); DO_APP_FUNC(0x006CCF10, void, Menu__Start_b__551_6, (Menu * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA63A0, Menu__Start_b__551_6__MethodInfo); DO_APP_FUNC(0x006CCF20, void, Menu__Start_b__551_7, (Menu * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6388, Menu__Start_b__551_7__MethodInfo); DO_APP_FUNC(0x006CCF30, void, Menu__Start_b__551_8, (Menu * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6390, Menu__Start_b__551_8__MethodInfo); DO_APP_FUNC(0x006CCF40, void, Menu__Start_b__551_9, (Menu * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6368, Menu__Start_b__551_9__MethodInfo); DO_APP_FUNC(0x006CCF50, void, Menu__Start_b__551_10, (Menu * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6628, Menu__Start_b__551_10__MethodInfo); DO_APP_FUNC(0x006CCF60, void, Menu__Start_b__551_11, (Menu * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6630, Menu__Start_b__551_11__MethodInfo); DO_APP_FUNC(0x006CCF70, void, Menu__Start_b__551_12, (Menu * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6618, Menu__Start_b__551_12__MethodInfo); DO_APP_FUNC(0x006CCF80, void, Menu__Start_b__551_13, (Menu * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6620, Menu__Start_b__551_13__MethodInfo); DO_APP_FUNC(0x006CCF90, void, Menu__Start_b__551_14, (Menu * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6600, Menu__Start_b__551_14__MethodInfo); DO_APP_FUNC(0x006CCFA0, void, Menu__Start_b__551_15, (Menu * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6610, Menu__Start_b__551_15__MethodInfo); DO_APP_FUNC(0x006CCFB0, void, Menu__Start_b__551_16, (Menu * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA65E0, Menu__Start_b__551_16__MethodInfo); DO_APP_FUNC(0x006CCFC0, void, Menu__Start_b__551_17, (Menu * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA65F0, Menu__Start_b__551_17__MethodInfo); DO_APP_FUNC(0x006CCFD0, void, Menu__Start_b__551_18, (Menu * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA65C8, Menu__Start_b__551_18__MethodInfo); DO_APP_FUNC(0x006CCFE0, void, Menu__Start_b__551_19, (Menu * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA65D0, Menu__Start_b__551_19__MethodInfo); DO_APP_FUNC(0x006CCFF0, void, Menu__Start_b__551_20, (Menu * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA65C0, Menu__Start_b__551_20__MethodInfo); DO_APP_FUNC(0x006CD000, void, Menu__Start_b__551_21, (Menu * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA65A8, Menu__Start_b__551_21__MethodInfo); DO_APP_FUNC(0x006CD010, void, Menu__Start_b__551_22, (Menu * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA65B0, Menu__Start_b__551_22__MethodInfo); DO_APP_FUNC(0x006CD020, void, Menu__Start_b__551_23, (Menu * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6590, Menu__Start_b__551_23__MethodInfo); DO_APP_FUNC(0x006CD030, void, Menu__Start_b__551_24, (Menu * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA65A0, Menu__Start_b__551_24__MethodInfo); DO_APP_FUNC(0x006CD040, void, Menu__Start_b__551_25, (Menu * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6580, Menu__Start_b__551_25__MethodInfo); DO_APP_FUNC(0x006CD050, void, Menu__Start_b__551_26, (Menu * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6588, Menu__Start_b__551_26__MethodInfo); DO_APP_FUNC(0x006CD060, void, Menu__Start_b__551_27, (Menu * __this, bool isOn, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6570, Menu__Start_b__551_27__MethodInfo); DO_APP_FUNC(0x006CD070, void, Menu__Start_b__551_28, (Menu * __this, bool isOn, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6578, Menu__Start_b__551_28__MethodInfo); DO_APP_FUNC(0x006CD080, void, Menu__Start_b__551_29, (Menu * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6558, Menu__Start_b__551_29__MethodInfo); DO_APP_FUNC(0x006CD140, void, Menu__Start_b__551_30, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6540, Menu__Start_b__551_30__MethodInfo); DO_APP_FUNC(0x006CD2A0, void, Menu__Start_b__551_31, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6548, Menu__Start_b__551_31__MethodInfo); DO_APP_FUNC(0x006CD3F0, void, Menu__Start_b__551_32, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6528, Menu__Start_b__551_32__MethodInfo); DO_APP_FUNC(0x006CD540, void, Menu__Start_b__551_33, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6538, Menu__Start_b__551_33__MethodInfo); DO_APP_FUNC(0x006CD5F0, void, Menu__Start_b__551_34, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6510, Menu__Start_b__551_34__MethodInfo); DO_APP_FUNC(0x006CD760, void, Menu__Start_b__551_35, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6520, Menu__Start_b__551_35__MethodInfo); DO_APP_FUNC(0x006CD840, void, Menu__Start_b__551_37, (Menu * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA64F0, Menu__Start_b__551_37__MethodInfo); DO_APP_FUNC(0x006CD900, void, Menu__Start_b__551_38, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6500, Menu__Start_b__551_38__MethodInfo); DO_APP_FUNC(0x006CD940, void, Menu__Start_b__551_39, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA64D8, Menu__Start_b__551_39__MethodInfo); DO_APP_FUNC(0x006CDA00, void, Menu__Start_b__551_40, (Menu * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA64C8, Menu__Start_b__551_40__MethodInfo); DO_APP_FUNC(0x006CDAC0, void, Menu__Start_b__551_41, (Menu * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA64D0, Menu__Start_b__551_41__MethodInfo); DO_APP_FUNC(0x006CDB80, void, Menu__Start_b__551_42, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA64A8, Menu__Start_b__551_42__MethodInfo); DO_APP_FUNC(0x006CDC30, void, Menu__Start_b__551_43, (Menu * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA64B8, Menu__Start_b__551_43__MethodInfo); DO_APP_FUNC(0x006CDD00, void, Menu__Start_b__551_44, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6490, Menu__Start_b__551_44__MethodInfo); DO_APP_FUNC(0x006CDDB0, void, Menu__Start_b__551_45, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA64A0, Menu__Start_b__551_45__MethodInfo); DO_APP_FUNC(0x006CDEC0, void, Menu__Start_b__551_46, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6478, Menu__Start_b__551_46__MethodInfo); DO_APP_FUNC(0x006CDF70, void, Menu__Start_b__551_47, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6480, Menu__Start_b__551_47__MethodInfo); DO_APP_FUNC(0x006CE020, void, Menu__Start_b__551_48, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6468, Menu__Start_b__551_48__MethodInfo); DO_APP_FUNC(0x006CE0D0, void, Menu__Start_b__551_49, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6470, Menu__Start_b__551_49__MethodInfo); DO_APP_FUNC(0x006CE180, void, Menu__Start_b__551_50, (Menu * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6460, Menu__Start_b__551_50__MethodInfo); DO_APP_FUNC(0x006CE260, void, Menu__Start_b__551_51, (Menu * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6440, Menu__Start_b__551_51__MethodInfo); DO_APP_FUNC(0x006CE320, void, Menu__Start_b__551_52, (Menu * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6450, Menu__Start_b__551_52__MethodInfo); DO_APP_FUNC(0x006CE400, void, Menu__Start_b__551_53, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6420, Menu__Start_b__551_53__MethodInfo); DO_APP_FUNC(0x006CE4B0, void, Menu__Start_b__551_54, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6430, Menu__Start_b__551_54__MethodInfo); DO_APP_FUNC(0x006CE560, void, Menu__Start_b__551_55, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6400, Menu__Start_b__551_55__MethodInfo); DO_APP_FUNC(0x006CE610, void, Menu__Start_b__551_56, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6410, Menu__Start_b__551_56__MethodInfo); DO_APP_FUNC(0x006CE6C0, void, Menu__Start_b__551_57, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA63E8, Menu__Start_b__551_57__MethodInfo); DO_APP_FUNC(0x006CE770, void, Menu__Start_b__551_58, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA63F0, Menu__Start_b__551_58__MethodInfo); DO_APP_FUNC(0x006CE820, void, Menu__Start_b__551_59, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA63D0, Menu__Start_b__551_59__MethodInfo); DO_APP_FUNC(0x006CE8D0, void, Menu__Start_b__551_60, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA63B8, Menu__Start_b__551_60__MethodInfo); DO_APP_FUNC(0x006CE980, void, Menu__Start_b__551_61, (Menu * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA63C8, Menu__Start_b__551_61__MethodInfo); DO_APP_FUNC(0x006CEA50, void, Menu__Start_b__551_62, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA63A8, Menu__Start_b__551_62__MethodInfo); DO_APP_FUNC(0x006CEB00, void, Menu__Start_b__551_63, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA63B0, Menu__Start_b__551_63__MethodInfo); DO_APP_FUNC(0x006CEBB0, void, Menu__Start_b__551_64, (Menu * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6398, Menu__Start_b__551_64__MethodInfo); DO_APP_FUNC(0x006CEC70, bool, Menu__OnHostStartButtonClick_b__562_0, (Menu * __this, KeyValuePair_2_UdpKit_Platform_Photon_PhotonRegion_Regions_UdpKit_Platform_Photon_PhotonRegion_ region, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA52A0, Menu__OnHostStartButtonClick_b__562_0__MethodInfo); DO_APP_FUNC(0x006CED80, void, Menu__RefreshInventory_b__637_0, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4838, Menu__RefreshInventory_b__637_0__MethodInfo); DO_APP_FUNC(0x006CED90, void, Menu__OnPerkModalUnlockClick_b__765_0, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3F08, Menu__OnPerkModalUnlockClick_b__765_0__MethodInfo); DO_APP_FUNC(0x006CEFD0, void, Menu__OnFlashlightModalUnlockClick_b__767_0, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3F00, Menu__OnFlashlightModalUnlockClick_b__767_0__MethodInfo); DO_APP_FUNC(0x006CF210, void, Menu__OnEmoteModalUnlockClick_b__769_0, (Menu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3EF0, Menu__OnEmoteModalUnlockClick_b__769_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_MapListItem__ctor, (Menu_MapListItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_ChallengeContainer__ctor, (Menu_ChallengeContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_GameStatsAward__ctor, (Menu_GameStatsAward * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_GameStatsAwardEntry__ctor, (Menu_GameStatsAwardEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_AwardEntryData__ctor, (Menu_AwardEntryData * __this, MethodInfo * method)); DO_APP_FUNC(0x006D5790, void, Menu_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_c__ctor, (Menu_c * __this, MethodInfo * method)); DO_APP_FUNC(0x006D5840, bool, Menu_c__Start_b__551_36, (Menu_c * __this, Dropdown_OptionData * option, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA62E0, Menu_c__Start_b__551_36__MethodInfo); DO_APP_FUNC(0x006D5980, String *, Menu_c__CombinePaths_b__552_0, (Menu_c * __this, String * acc, String * p, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5508, Menu_c__CombinePaths_b__552_0__MethodInfo); DO_APP_FUNC(0x006D59E0, bool, Menu_c__PopulateRobesWhenAvailable_b__577_1, (Menu_c * __this, CharacterData * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA61D0, Menu_c__PopulateRobesWhenAvailable_b__577_1__MethodInfo); DO_APP_FUNC(0x006D5A70, bool, Menu_c__PopulateInventoryWhenAvailable_b__578_3, (Menu_c * __this, CharacterPerk * perk, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5F90, Menu_c__PopulateInventoryWhenAvailable_b__578_3__MethodInfo); DO_APP_FUNC(0x006D5A90, int32_t, Menu_c__PopulateInventoryWhenAvailable_b__578_4, (Menu_c * __this, CharacterPerk * perk, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5F70, Menu_c__PopulateInventoryWhenAvailable_b__578_4__MethodInfo); DO_APP_FUNC(0x006D5AB0, bool, Menu_c__PopulateInventoryWhenAvailable_b__578_5, (Menu_c * __this, CharacterFlashlight * flashlight, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5F78, Menu_c__PopulateInventoryWhenAvailable_b__578_5__MethodInfo); DO_APP_FUNC(0x006D5AD0, bool, Menu_c__PopulateInventoryWhenAvailable_b__578_6, (Menu_c * __this, CharacterFlashlight * flashlight, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5F60, Menu_c__PopulateInventoryWhenAvailable_b__578_6__MethodInfo); DO_APP_FUNC(0x006D5AF0, int32_t, Menu_c__PopulateInventoryWhenAvailable_b__578_7, (Menu_c * __this, CharacterFlashlight * flashlight, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5F68, Menu_c__PopulateInventoryWhenAvailable_b__578_7__MethodInfo); DO_APP_FUNC(0x006D5A70, bool, Menu_c__PopulateInventoryWhenAvailable_b__578_9, (Menu_c * __this, CharacterEmote * emote, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5F48, Menu_c__PopulateInventoryWhenAvailable_b__578_9__MethodInfo); DO_APP_FUNC(0x006D5B10, bool, Menu_c__PopulateInventoryWhenAvailable_b__578_10, (Menu_c * __this, CharacterEmote * emote, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5FB0, Menu_c__PopulateInventoryWhenAvailable_b__578_10__MethodInfo); DO_APP_FUNC(0x006D5B30, int32_t, Menu_c__PopulateInventoryWhenAvailable_b__578_11, (Menu_c * __this, CharacterEmote * emote, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5F98, Menu_c__PopulateInventoryWhenAvailable_b__578_11__MethodInfo); DO_APP_FUNC(0x006D5A90, int32_t, Menu_c__PopulateInventoryWhenAvailable_b__578_12, (Menu_c * __this, CharacterEmote * emote, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5FA0, Menu_c__PopulateInventoryWhenAvailable_b__578_12__MethodInfo); DO_APP_FUNC(0x006D5B10, bool, Menu_c__PopulateInventoryWhenAvailable_b__578_13, (Menu_c * __this, UIOutfitSelectionType * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5F88, Menu_c__PopulateInventoryWhenAvailable_b__578_13__MethodInfo); DO_APP_FUNC(0x006D5B10, bool, Menu_c__ShowCharacterOutfits_b__588_0, (Menu_c * __this, UIOutfitSelectionType * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4D98, Menu_c__ShowCharacterOutfits_b__588_0__MethodInfo); DO_APP_FUNC(0x006D5B50, bool, Menu_c__ShowCharacterOutfits_b__588_1, (Menu_c * __this, UIFlashlightSelectionType * selection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4D80, Menu_c__ShowCharacterOutfits_b__588_1__MethodInfo); DO_APP_FUNC(0x006D5B80, bool, Menu_c__ShowCharacterOutfits_b__588_2, (Menu_c * __this, UIFlashlightSelectionType * selection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4D88, Menu_c__ShowCharacterOutfits_b__588_2__MethodInfo); DO_APP_FUNC(0x006D5BB0, bool, Menu_c__ShowCharacterOutfits_b__588_3, (Menu_c * __this, UIFlashlightSelectionType * selection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4D60, Menu_c__ShowCharacterOutfits_b__588_3__MethodInfo); DO_APP_FUNC(0x006D5BE0, int32_t, Menu_c__ShowCharacterOutfits_b__588_4, (Menu_c * __this, UIFlashlightSelectionType * selection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4D70, Menu_c__ShowCharacterOutfits_b__588_4__MethodInfo); DO_APP_FUNC(0x006D5C00, bool, Menu_c__ShowCharacterOutfits_b__588_5, (Menu_c * __this, UIEmoteSelectionType * selection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4D48, Menu_c__ShowCharacterOutfits_b__588_5__MethodInfo); DO_APP_FUNC(0x006D5C30, bool, Menu_c__ShowCharacterOutfits_b__588_6, (Menu_c * __this, UIEmoteSelectionType * selection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4D58, Menu_c__ShowCharacterOutfits_b__588_6__MethodInfo); DO_APP_FUNC(0x006D5C60, bool, Menu_c__ShowCharacterOutfits_b__588_7, (Menu_c * __this, UIEmoteSelectionType * selection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4D28, Menu_c__ShowCharacterOutfits_b__588_7__MethodInfo); DO_APP_FUNC(0x006D5C90, int32_t, Menu_c__ShowCharacterOutfits_b__588_8, (Menu_c * __this, UIEmoteSelectionType * selection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4D38, Menu_c__ShowCharacterOutfits_b__588_8__MethodInfo); DO_APP_FUNC(0x006D5CB0, int32_t, Menu_c__ShowCharacterOutfits_b__588_9, (Menu_c * __this, UIEmoteSelectionType * selection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4D10, Menu_c__ShowCharacterOutfits_b__588_9__MethodInfo); DO_APP_FUNC(0x006D5C30, bool, Menu_c__ShowCharacterPerks_b__591_0, (Menu_c * __this, UIPerkSelectionType * selection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4C38, Menu_c__ShowCharacterPerks_b__591_0__MethodInfo); DO_APP_FUNC(0x006D5C30, bool, Menu_c__ShowCharacterPerks_b__591_1, (Menu_c * __this, UIPerkSelectionType * selection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4C40, Menu_c__ShowCharacterPerks_b__591_1__MethodInfo); DO_APP_FUNC(0x006D5CD0, bool, Menu_c__OnLobbyPetsTabClick_b__597_0, (Menu_c * __this, UIPetSelectionType * selectionView, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4B18, Menu_c__OnLobbyPetsTabClick_b__597_0__MethodInfo); DO_APP_FUNC(0x006D5D60, bool, Menu_c__UpdateLockedRobes_b__612_0, (Menu_c * __this, CharacterData * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA49D0, Menu_c__UpdateLockedRobes_b__612_0__MethodInfo); DO_APP_FUNC(0x006D5DF0, bool, Menu_c__SelectPurchasedItem_b__613_2, (Menu_c * __this, UIFlashlightSelectionType * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4978, Menu_c__SelectPurchasedItem_b__613_2__MethodInfo); DO_APP_FUNC(0x006D5DF0, bool, Menu_c__SelectPurchasedItem_b__613_3, (Menu_c * __this, UIPetSelectionType * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4960, Menu_c__SelectPurchasedItem_b__613_3__MethodInfo); DO_APP_FUNC(0x006D5DF0, bool, Menu_c__SelectPurchasedItem_b__613_4, (Menu_c * __this, UIEmoteSelectionType * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4968, Menu_c__SelectPurchasedItem_b__613_4__MethodInfo); DO_APP_FUNC(0x006D5B10, bool, Menu_c__SelectPurchasedItem_b__613_0, (Menu_c * __this, UIOutfitSelectionType * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4990, Menu_c__SelectPurchasedItem_b__613_0__MethodInfo); DO_APP_FUNC(0x006D5E50, bool, Menu_c__SelectPurchasedItem_b__613_1, (Menu_c * __this, UIOutfitSelectionType * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4970, Menu_c__SelectPurchasedItem_b__613_1__MethodInfo); DO_APP_FUNC(0x006D5EB0, bool, Menu_c__LoadMain_b__651_0, (Menu_c * __this, VoicePlayerState * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4790, Menu_c__LoadMain_b__651_0__MethodInfo); DO_APP_FUNC(0x006D5F10, String *, Menu_c__LoadMain_b__651_1, (Menu_c * __this, VoicePlayerState * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4778, Menu_c__LoadMain_b__651_1__MethodInfo); DO_APP_FUNC(0x006D5F30, int32_t, Menu_c__ShowGameStats_b__660_0, (Menu_c * __this, Menu_GameStatsAwardEntry * entry, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA45B8, Menu_c__ShowGameStats_b__660_0__MethodInfo); DO_APP_FUNC(0x006D5F30, int32_t, Menu_c__ShowGameStats_b__660_1, (Menu_c * __this, Menu_GameStatsAwardEntry * entry, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4588, Menu_c__ShowGameStats_b__660_1__MethodInfo); DO_APP_FUNC(0x006D5EB0, bool, Menu_c__OnEvent_b__719_0, (Menu_c * __this, VoicePlayerState * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4010, Menu_c__OnEvent_b__719_0__MethodInfo); DO_APP_FUNC(0x006D5F10, String *, Menu_c__OnEvent_b__719_1, (Menu_c * __this, VoicePlayerState * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4008, Menu_c__OnEvent_b__719_1__MethodInfo); DO_APP_FUNC(0x003BAD60, void, Menu_Start_d_551__ctor, (Menu_Start_d_551 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_Start_d_551_System_IDisposable_Dispose, (Menu_Start_d_551 * __this, MethodInfo * method)); DO_APP_FUNC(0x006D5F50, bool, Menu_Start_d_551_MoveNext, (Menu_Start_d_551 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Menu_Start_d_551_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Menu_Start_d_551 * __this, MethodInfo * method)); DO_APP_FUNC(0x006DD510, void, Menu_Start_d_551_System_Collections_IEnumerator_Reset, (Menu_Start_d_551 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6238, Menu_Start_d_551_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Menu_Start_d_551_System_Collections_IEnumerator_get_Current, (Menu_Start_d_551 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Menu_WaitToWarnNoSteamworks_d_554__ctor, (Menu_WaitToWarnNoSteamworks_d_554 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_WaitToWarnNoSteamworks_d_554_System_IDisposable_Dispose, (Menu_WaitToWarnNoSteamworks_d_554 * __this, MethodInfo * method)); DO_APP_FUNC(0x006DD560, bool, Menu_WaitToWarnNoSteamworks_d_554_MoveNext, (Menu_WaitToWarnNoSteamworks_d_554 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Menu_WaitToWarnNoSteamworks_d_554_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Menu_WaitToWarnNoSteamworks_d_554 * __this, MethodInfo * method)); DO_APP_FUNC(0x006DD6B0, void, Menu_WaitToWarnNoSteamworks_d_554_System_Collections_IEnumerator_Reset, (Menu_WaitToWarnNoSteamworks_d_554 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6218, Menu_WaitToWarnNoSteamworks_d_554_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Menu_WaitToWarnNoSteamworks_d_554_System_Collections_IEnumerator_get_Current, (Menu_WaitToWarnNoSteamworks_d_554 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Menu_ControllerReselectDelayed_d_557__ctor, (Menu_ControllerReselectDelayed_d_557 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_ControllerReselectDelayed_d_557_System_IDisposable_Dispose, (Menu_ControllerReselectDelayed_d_557 * __this, MethodInfo * method)); DO_APP_FUNC(0x006DD700, bool, Menu_ControllerReselectDelayed_d_557_MoveNext, (Menu_ControllerReselectDelayed_d_557 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Menu_ControllerReselectDelayed_d_557_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Menu_ControllerReselectDelayed_d_557 * __this, MethodInfo * method)); DO_APP_FUNC(0x006DF040, void, Menu_ControllerReselectDelayed_d_557_System_Collections_IEnumerator_Reset, (Menu_ControllerReselectDelayed_d_557 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6208, Menu_ControllerReselectDelayed_d_557_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Menu_ControllerReselectDelayed_d_557_System_Collections_IEnumerator_get_Current, (Menu_ControllerReselectDelayed_d_557 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Menu_GamepadKeyboardDismissed_d_569__ctor, (Menu_GamepadKeyboardDismissed_d_569 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_GamepadKeyboardDismissed_d_569_System_IDisposable_Dispose, (Menu_GamepadKeyboardDismissed_d_569 * __this, MethodInfo * method)); DO_APP_FUNC(0x006DF090, bool, Menu_GamepadKeyboardDismissed_d_569_MoveNext, (Menu_GamepadKeyboardDismissed_d_569 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Menu_GamepadKeyboardDismissed_d_569_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Menu_GamepadKeyboardDismissed_d_569 * __this, MethodInfo * method)); DO_APP_FUNC(0x006DF2A0, void, Menu_GamepadKeyboardDismissed_d_569_System_Collections_IEnumerator_Reset, (Menu_GamepadKeyboardDismissed_d_569 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA61F0, Menu_GamepadKeyboardDismissed_d_569_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Menu_GamepadKeyboardDismissed_d_569_System_Collections_IEnumerator_get_Current, (Menu_GamepadKeyboardDismissed_d_569 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass573_0__ctor, (Menu_c_DisplayClass573_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006DF2F0, void, Menu_c_DisplayClass573_0__SetupMaps_b__0, (Menu_c_DisplayClass573_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA51F8, Menu_c_DisplayClass573_0__SetupMaps_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass577_0__ctor, (Menu_c_DisplayClass577_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x005B6990, bool, Menu_c_DisplayClass577_0__PopulateRobesWhenAvailable_b__0, (Menu_c_DisplayClass577_0 * __this, CharacterRobe * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA61B0, Menu_c_DisplayClass577_0__PopulateRobesWhenAvailable_b__0__MethodInfo); DO_APP_FUNC(0x006DF6D0, void, Menu_c_DisplayClass577_0__PopulateRobesWhenAvailable_b__2, (Menu_c_DisplayClass577_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA61C0, Menu_c_DisplayClass577_0__PopulateRobesWhenAvailable_b__2__MethodInfo); DO_APP_FUNC(0x003BAD60, void, Menu_PopulateRobesWhenAvailable_d_577__ctor, (Menu_PopulateRobesWhenAvailable_d_577 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_PopulateRobesWhenAvailable_d_577_System_IDisposable_Dispose, (Menu_PopulateRobesWhenAvailable_d_577 * __this, MethodInfo * method)); DO_APP_FUNC(0x006DF810, bool, Menu_PopulateRobesWhenAvailable_d_577_MoveNext, (Menu_PopulateRobesWhenAvailable_d_577 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Menu_PopulateRobesWhenAvailable_d_577_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Menu_PopulateRobesWhenAvailable_d_577 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E0310, void, Menu_PopulateRobesWhenAvailable_d_577_System_Collections_IEnumerator_Reset, (Menu_PopulateRobesWhenAvailable_d_577 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6188, Menu_PopulateRobesWhenAvailable_d_577_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Menu_PopulateRobesWhenAvailable_d_577_System_Collections_IEnumerator_get_Current, (Menu_PopulateRobesWhenAvailable_d_577 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass578_0__ctor, (Menu_c_DisplayClass578_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E0360, bool, Menu_c_DisplayClass578_0__PopulateInventoryWhenAvailable_b__0, (Menu_c_DisplayClass578_0 * __this, CharacterOutfit * outfit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5F58, Menu_c_DisplayClass578_0__PopulateInventoryWhenAvailable_b__0__MethodInfo); DO_APP_FUNC(0x006E0490, bool, Menu_c_DisplayClass578_0__PopulateInventoryWhenAvailable_b__1, (Menu_c_DisplayClass578_0 * __this, CharacterOutfit * outfit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5F30, Menu_c_DisplayClass578_0__PopulateInventoryWhenAvailable_b__1__MethodInfo); DO_APP_FUNC(0x006E0610, bool, Menu_c_DisplayClass578_0__PopulateInventoryWhenAvailable_b__2, (Menu_c_DisplayClass578_0 * __this, CharacterOutfit * outfit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5F38, Menu_c_DisplayClass578_0__PopulateInventoryWhenAvailable_b__2__MethodInfo); DO_APP_FUNC(0x006E0690, bool, Menu_c_DisplayClass578_0__PopulateInventoryWhenAvailable_b__8, (Menu_c_DisplayClass578_0 * __this, CharacterPet * pet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5F20, Menu_c_DisplayClass578_0__PopulateInventoryWhenAvailable_b__8__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass578_1__ctor, (Menu_c_DisplayClass578_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E07C0, bool, Menu_c_DisplayClass578_1__PopulateInventoryWhenAvailable_b__14, (Menu_c_DisplayClass578_1 * __this, SteamInventoryItem * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6150, Menu_c_DisplayClass578_1__PopulateInventoryWhenAvailable_b__14__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass578_2__ctor, (Menu_c_DisplayClass578_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E0800, bool, Menu_c_DisplayClass578_2__PopulateInventoryWhenAvailable_b__15, (Menu_c_DisplayClass578_2 * __this, SteamItemDef_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6118, Menu_c_DisplayClass578_2__PopulateInventoryWhenAvailable_b__15__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass578_3__ctor, (Menu_c_DisplayClass578_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E08D0, bool, Menu_c_DisplayClass578_3__PopulateInventoryWhenAvailable_b__16, (Menu_c_DisplayClass578_3 * __this, SteamInventoryItem * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA60F0, Menu_c_DisplayClass578_3__PopulateInventoryWhenAvailable_b__16__MethodInfo); DO_APP_FUNC(0x003BAD60, void, Menu_PopulateInventoryWhenAvailable_d_578__ctor, (Menu_PopulateInventoryWhenAvailable_d_578 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_PopulateInventoryWhenAvailable_d_578_System_IDisposable_Dispose, (Menu_PopulateInventoryWhenAvailable_d_578 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E0910, bool, Menu_PopulateInventoryWhenAvailable_d_578_MoveNext, (Menu_PopulateInventoryWhenAvailable_d_578 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Menu_PopulateInventoryWhenAvailable_d_578_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Menu_PopulateInventoryWhenAvailable_d_578 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E28E0, void, Menu_PopulateInventoryWhenAvailable_d_578_System_Collections_IEnumerator_Reset, (Menu_PopulateInventoryWhenAvailable_d_578 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5F18, Menu_PopulateInventoryWhenAvailable_d_578_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Menu_PopulateInventoryWhenAvailable_d_578_System_Collections_IEnumerator_get_Current, (Menu_PopulateInventoryWhenAvailable_d_578 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass579_0__ctor, (Menu_c_DisplayClass579_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E2930, void, Menu_c_DisplayClass579_0__SetupOutfit_b__0, (Menu_c_DisplayClass579_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5110, Menu_c_DisplayClass579_0__SetupOutfit_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass580_0__ctor, (Menu_c_DisplayClass580_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E29D0, void, Menu_c_DisplayClass580_0__SetupPerk_b__0, (Menu_c_DisplayClass580_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA50F0, Menu_c_DisplayClass580_0__SetupPerk_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass581_0__ctor, (Menu_c_DisplayClass581_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E2A00, void, Menu_c_DisplayClass581_0__SetupFlashlight_b__0, (Menu_c_DisplayClass581_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA50C8, Menu_c_DisplayClass581_0__SetupFlashlight_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass582_0__ctor, (Menu_c_DisplayClass582_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E2A90, void, Menu_c_DisplayClass582_0__SetupEmote_b__0, (Menu_c_DisplayClass582_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5090, Menu_c_DisplayClass582_0__SetupEmote_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass583_0__ctor, (Menu_c_DisplayClass583_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E2AF0, void, Menu_c_DisplayClass583_0__SetupPet_b__0, (Menu_c_DisplayClass583_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5058, Menu_c_DisplayClass583_0__SetupPet_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass584_0__ctor, (Menu_c_DisplayClass584_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00660370, bool, Menu_c_DisplayClass584_0__OnPromoOutfitAdded_b__0, (Menu_c_DisplayClass584_0 * __this, SteamItemDef_t x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5000, Menu_c_DisplayClass584_0__OnPromoOutfitAdded_b__0__MethodInfo); DO_APP_FUNC(0x005E0040, bool, Menu_c_DisplayClass584_0__OnPromoOutfitAdded_b__1, (Menu_c_DisplayClass584_0 * __this, CharacterOutfit * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4FE8, Menu_c_DisplayClass584_0__OnPromoOutfitAdded_b__1__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass585_0__ctor, (Menu_c_DisplayClass585_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00660370, bool, Menu_c_DisplayClass585_0__OnPromoPerkAdded_b__0, (Menu_c_DisplayClass585_0 * __this, SteamItemDef_t x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4FC8, Menu_c_DisplayClass585_0__OnPromoPerkAdded_b__0__MethodInfo); DO_APP_FUNC(0x005E0040, bool, Menu_c_DisplayClass585_0__OnPromoPerkAdded_b__1, (Menu_c_DisplayClass585_0 * __this, CharacterPerk * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4FA0, Menu_c_DisplayClass585_0__OnPromoPerkAdded_b__1__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass586_0__ctor, (Menu_c_DisplayClass586_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00660370, bool, Menu_c_DisplayClass586_0__OnPromoFlashlightAdded_b__0, (Menu_c_DisplayClass586_0 * __this, SteamItemDef_t x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4F88, Menu_c_DisplayClass586_0__OnPromoFlashlightAdded_b__0__MethodInfo); DO_APP_FUNC(0x005E0040, bool, Menu_c_DisplayClass586_0__OnPromoFlashlightAdded_b__1, (Menu_c_DisplayClass586_0 * __this, CharacterFlashlight * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4F90, Menu_c_DisplayClass586_0__OnPromoFlashlightAdded_b__1__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass587_0__ctor, (Menu_c_DisplayClass587_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00660370, bool, Menu_c_DisplayClass587_0__OnPromoEmoteAdded_b__0, (Menu_c_DisplayClass587_0 * __this, SteamItemDef_t x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4F78, Menu_c_DisplayClass587_0__OnPromoEmoteAdded_b__0__MethodInfo); DO_APP_FUNC(0x005E0040, bool, Menu_c_DisplayClass587_0__OnPromoEmoteAdded_b__1, (Menu_c_DisplayClass587_0 * __this, CharacterEmote * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4F60, Menu_c_DisplayClass587_0__OnPromoEmoteAdded_b__1__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass593_0__ctor, (Menu_c_DisplayClass593_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E2C10, bool, Menu_c_DisplayClass593_0__GetCurrentTokens_b__0, (Menu_c_DisplayClass593_0 * __this, CharacterPerk * perk, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4B90, Menu_c_DisplayClass593_0__GetCurrentTokens_b__0__MethodInfo); DO_APP_FUNC(0x006E2D40, bool, Menu_c_DisplayClass593_0__GetCurrentTokens_b__1, (Menu_c_DisplayClass593_0 * __this, CharacterFlashlight * flashlight, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4B68, Menu_c_DisplayClass593_0__GetCurrentTokens_b__1__MethodInfo); DO_APP_FUNC(0x006E2E70, bool, Menu_c_DisplayClass593_0__GetCurrentTokens_b__2, (Menu_c_DisplayClass593_0 * __this, CharacterEmote * emote, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4B78, Menu_c_DisplayClass593_0__GetCurrentTokens_b__2__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass593_1__ctor, (Menu_c_DisplayClass593_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E2FA0, bool, Menu_c_DisplayClass593_1__GetCurrentTokens_b__3, (Menu_c_DisplayClass593_1 * __this, SteamItemDef_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5F08, Menu_c_DisplayClass593_1__GetCurrentTokens_b__3__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass593_2__ctor, (Menu_c_DisplayClass593_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E2FD0, bool, Menu_c_DisplayClass593_2__GetCurrentTokens_b__4, (Menu_c_DisplayClass593_2 * __this, SteamItemDef_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5EF8, Menu_c_DisplayClass593_2__GetCurrentTokens_b__4__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass593_3__ctor, (Menu_c_DisplayClass593_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E3010, bool, Menu_c_DisplayClass593_3__GetCurrentTokens_b__5, (Menu_c_DisplayClass593_3 * __this, SteamItemDef_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5EE8, Menu_c_DisplayClass593_3__GetCurrentTokens_b__5__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass607_0__ctor, (Menu_c_DisplayClass607_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E3050, bool, Menu_c_DisplayClass607_0__UpdateLockedOutfits_b__0, (Menu_c_DisplayClass607_0 * __this, UIOutfitSelectionType * view, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4AB8, Menu_c_DisplayClass607_0__UpdateLockedOutfits_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass607_1__ctor, (Menu_c_DisplayClass607_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E3180, bool, Menu_c_DisplayClass607_1__UpdateLockedOutfits_b__1, (Menu_c_DisplayClass607_1 * __this, SteamItemDef_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5ED8, Menu_c_DisplayClass607_1__UpdateLockedOutfits_b__1__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass608_0__ctor, (Menu_c_DisplayClass608_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E31B0, bool, Menu_c_DisplayClass608_0__UpdateLockedPerks_b__0, (Menu_c_DisplayClass608_0 * __this, UIPerkSelectionType * view, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4A98, Menu_c_DisplayClass608_0__UpdateLockedPerks_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass608_1__ctor, (Menu_c_DisplayClass608_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E3310, bool, Menu_c_DisplayClass608_1__UpdateLockedPerks_b__1, (Menu_c_DisplayClass608_1 * __this, SteamItemDef_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5EC8, Menu_c_DisplayClass608_1__UpdateLockedPerks_b__1__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass609_0__ctor, (Menu_c_DisplayClass609_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E3340, bool, Menu_c_DisplayClass609_0__UpdateLockedPets_b__0, (Menu_c_DisplayClass609_0 * __this, UIPetSelectionType * view, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4A70, Menu_c_DisplayClass609_0__UpdateLockedPets_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass609_1__ctor, (Menu_c_DisplayClass609_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E3310, bool, Menu_c_DisplayClass609_1__UpdateLockedPets_b__1, (Menu_c_DisplayClass609_1 * __this, SteamItemDef_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5EB0, Menu_c_DisplayClass609_1__UpdateLockedPets_b__1__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass610_0__ctor, (Menu_c_DisplayClass610_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E3470, bool, Menu_c_DisplayClass610_0__UpdateLockedFlashlights_b__0, (Menu_c_DisplayClass610_0 * __this, UIFlashlightSelectionType * view, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4A28, Menu_c_DisplayClass610_0__UpdateLockedFlashlights_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass610_1__ctor, (Menu_c_DisplayClass610_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E3310, bool, Menu_c_DisplayClass610_1__UpdateLockedFlashlights_b__1, (Menu_c_DisplayClass610_1 * __this, SteamItemDef_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5EA0, Menu_c_DisplayClass610_1__UpdateLockedFlashlights_b__1__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass611_0__ctor, (Menu_c_DisplayClass611_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E35E0, bool, Menu_c_DisplayClass611_0__UpdateLockedEmotes_b__0, (Menu_c_DisplayClass611_0 * __this, UIEmoteSelectionType * view, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4A10, Menu_c_DisplayClass611_0__UpdateLockedEmotes_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass611_1__ctor, (Menu_c_DisplayClass611_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E3310, bool, Menu_c_DisplayClass611_1__UpdateLockedEmotes_b__1, (Menu_c_DisplayClass611_1 * __this, SteamItemDef_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5E90, Menu_c_DisplayClass611_1__UpdateLockedEmotes_b__1__MethodInfo); DO_APP_FUNC(0x003BAD60, void, Menu_WaitForPurchasedOutfitValidation_d_614__ctor, (Menu_WaitForPurchasedOutfitValidation_d_614 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_WaitForPurchasedOutfitValidation_d_614_System_IDisposable_Dispose, (Menu_WaitForPurchasedOutfitValidation_d_614 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E3760, bool, Menu_WaitForPurchasedOutfitValidation_d_614_MoveNext, (Menu_WaitForPurchasedOutfitValidation_d_614 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Menu_WaitForPurchasedOutfitValidation_d_614_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Menu_WaitForPurchasedOutfitValidation_d_614 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E3E40, void, Menu_WaitForPurchasedOutfitValidation_d_614_System_Collections_IEnumerator_Reset, (Menu_WaitForPurchasedOutfitValidation_d_614 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5E80, Menu_WaitForPurchasedOutfitValidation_d_614_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Menu_WaitForPurchasedOutfitValidation_d_614_System_Collections_IEnumerator_get_Current, (Menu_WaitForPurchasedOutfitValidation_d_614 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Menu_WaitForPurchasedFlashlightValidation_d_615__ctor, (Menu_WaitForPurchasedFlashlightValidation_d_615 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_WaitForPurchasedFlashlightValidation_d_615_System_IDisposable_Dispose, (Menu_WaitForPurchasedFlashlightValidation_d_615 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E3E90, bool, Menu_WaitForPurchasedFlashlightValidation_d_615_MoveNext, (Menu_WaitForPurchasedFlashlightValidation_d_615 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Menu_WaitForPurchasedFlashlightValidation_d_615_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Menu_WaitForPurchasedFlashlightValidation_d_615 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E4570, void, Menu_WaitForPurchasedFlashlightValidation_d_615_System_Collections_IEnumerator_Reset, (Menu_WaitForPurchasedFlashlightValidation_d_615 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5E78, Menu_WaitForPurchasedFlashlightValidation_d_615_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Menu_WaitForPurchasedFlashlightValidation_d_615_System_Collections_IEnumerator_get_Current, (Menu_WaitForPurchasedFlashlightValidation_d_615 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Menu_WaitForPurchasedPetValidation_d_616__ctor, (Menu_WaitForPurchasedPetValidation_d_616 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_WaitForPurchasedPetValidation_d_616_System_IDisposable_Dispose, (Menu_WaitForPurchasedPetValidation_d_616 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E45C0, bool, Menu_WaitForPurchasedPetValidation_d_616_MoveNext, (Menu_WaitForPurchasedPetValidation_d_616 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Menu_WaitForPurchasedPetValidation_d_616_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Menu_WaitForPurchasedPetValidation_d_616 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E4CA0, void, Menu_WaitForPurchasedPetValidation_d_616_System_Collections_IEnumerator_Reset, (Menu_WaitForPurchasedPetValidation_d_616 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5E70, Menu_WaitForPurchasedPetValidation_d_616_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Menu_WaitForPurchasedPetValidation_d_616_System_Collections_IEnumerator_get_Current, (Menu_WaitForPurchasedPetValidation_d_616 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Menu_WaitForPurchasedEmoteValidation_d_617__ctor, (Menu_WaitForPurchasedEmoteValidation_d_617 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_WaitForPurchasedEmoteValidation_d_617_System_IDisposable_Dispose, (Menu_WaitForPurchasedEmoteValidation_d_617 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E4CF0, bool, Menu_WaitForPurchasedEmoteValidation_d_617_MoveNext, (Menu_WaitForPurchasedEmoteValidation_d_617 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Menu_WaitForPurchasedEmoteValidation_d_617_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Menu_WaitForPurchasedEmoteValidation_d_617 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E53A0, void, Menu_WaitForPurchasedEmoteValidation_d_617_System_Collections_IEnumerator_Reset, (Menu_WaitForPurchasedEmoteValidation_d_617 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5E68, Menu_WaitForPurchasedEmoteValidation_d_617_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Menu_WaitForPurchasedEmoteValidation_d_617_System_Collections_IEnumerator_get_Current, (Menu_WaitForPurchasedEmoteValidation_d_617 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass630_0__ctor, (Menu_c_DisplayClass630_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E53F0, void, Menu_c_DisplayClass630_0__ShowOutfitPreview_b__0, (Menu_c_DisplayClass630_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA48E8, Menu_c_DisplayClass630_0__ShowOutfitPreview_b__0__MethodInfo); DO_APP_FUNC(0x006E5700, void, Menu_c_DisplayClass630_0__ShowOutfitPreview_b__1, (Menu_c_DisplayClass630_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5E60, Menu_c_DisplayClass630_0__ShowOutfitPreview_b__1__MethodInfo); DO_APP_FUNC(0x003BAD60, void, Menu_DelayEnableBuyButton_d_631__ctor, (Menu_DelayEnableBuyButton_d_631 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_DelayEnableBuyButton_d_631_System_IDisposable_Dispose, (Menu_DelayEnableBuyButton_d_631 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E5720, bool, Menu_DelayEnableBuyButton_d_631_MoveNext, (Menu_DelayEnableBuyButton_d_631 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Menu_DelayEnableBuyButton_d_631_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Menu_DelayEnableBuyButton_d_631 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E5800, void, Menu_DelayEnableBuyButton_d_631_System_Collections_IEnumerator_Reset, (Menu_DelayEnableBuyButton_d_631 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5E48, Menu_DelayEnableBuyButton_d_631_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Menu_DelayEnableBuyButton_d_631_System_Collections_IEnumerator_get_Current, (Menu_DelayEnableBuyButton_d_631 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass633_0__ctor, (Menu_c_DisplayClass633_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E5850, void, Menu_c_DisplayClass633_0__ShowFlashlightPreview_b__0, (Menu_c_DisplayClass633_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA48D0, Menu_c_DisplayClass633_0__ShowFlashlightPreview_b__0__MethodInfo); DO_APP_FUNC(0x006E5700, void, Menu_c_DisplayClass633_0__ShowFlashlightPreview_b__2, (Menu_c_DisplayClass633_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5E40, Menu_c_DisplayClass633_0__ShowFlashlightPreview_b__2__MethodInfo); DO_APP_FUNC(0x006E5B20, void, Menu_c_DisplayClass633_0__ShowFlashlightPreview_b__1, (Menu_c_DisplayClass633_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA48C0, Menu_c_DisplayClass633_0__ShowFlashlightPreview_b__1__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass634_0__ctor, (Menu_c_DisplayClass634_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E5C00, void, Menu_c_DisplayClass634_0__ShowEmotePreview_b__0, (Menu_c_DisplayClass634_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4898, Menu_c_DisplayClass634_0__ShowEmotePreview_b__0__MethodInfo); DO_APP_FUNC(0x006E5700, void, Menu_c_DisplayClass634_0__ShowEmotePreview_b__2, (Menu_c_DisplayClass634_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5E38, Menu_c_DisplayClass634_0__ShowEmotePreview_b__2__MethodInfo); DO_APP_FUNC(0x006E5ED0, void, Menu_c_DisplayClass634_0__ShowEmotePreview_b__1, (Menu_c_DisplayClass634_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4880, Menu_c_DisplayClass634_0__ShowEmotePreview_b__1__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass635_0__ctor, (Menu_c_DisplayClass635_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E5FB0, void, Menu_c_DisplayClass635_0__ShowPetPreview_b__0, (Menu_c_DisplayClass635_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4858, Menu_c_DisplayClass635_0__ShowPetPreview_b__0__MethodInfo); DO_APP_FUNC(0x006E5700, void, Menu_c_DisplayClass635_0__ShowPetPreview_b__1, (Menu_c_DisplayClass635_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5E30, Menu_c_DisplayClass635_0__ShowPetPreview_b__1__MethodInfo); DO_APP_FUNC(0x003BAD60, void, Menu_WaitForSurvivalLobbyPlayersDetached_d_652__ctor, (Menu_WaitForSurvivalLobbyPlayersDetached_d_652 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_WaitForSurvivalLobbyPlayersDetached_d_652_System_IDisposable_Dispose, (Menu_WaitForSurvivalLobbyPlayersDetached_d_652 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E62C0, bool, Menu_WaitForSurvivalLobbyPlayersDetached_d_652_MoveNext, (Menu_WaitForSurvivalLobbyPlayersDetached_d_652 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Menu_WaitForSurvivalLobbyPlayersDetached_d_652_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Menu_WaitForSurvivalLobbyPlayersDetached_d_652 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E6390, void, Menu_WaitForSurvivalLobbyPlayersDetached_d_652_System_Collections_IEnumerator_Reset, (Menu_WaitForSurvivalLobbyPlayersDetached_d_652 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5E28, Menu_WaitForSurvivalLobbyPlayersDetached_d_652_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Menu_WaitForSurvivalLobbyPlayersDetached_d_652_System_Collections_IEnumerator_get_Current, (Menu_WaitForSurvivalLobbyPlayersDetached_d_652 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass660_0__ctor, (Menu_c_DisplayClass660_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E63E0, void, Menu_c_DisplayClass660_0__ShowGameStats_b__4, (Menu_c_DisplayClass660_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5E20, Menu_c_DisplayClass660_0__ShowGameStats_b__4__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass660_1__ctor, (Menu_c_DisplayClass660_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E64B0, void, Menu_c_DisplayClass660_1__ShowGameStats_b__2, (Menu_c_DisplayClass660_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4568, Menu_c_DisplayClass660_1__ShowGameStats_b__2__MethodInfo); DO_APP_FUNC(0x006E6900, void, Menu_c_DisplayClass660_1__ShowGameStats_b__3, (Menu_c_DisplayClass660_1 * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5E18, Menu_c_DisplayClass660_1__ShowGameStats_b__3__MethodInfo); DO_APP_FUNC(0x003BAD60, void, Menu_UpdateNolanRank_d_662__ctor, (Menu_UpdateNolanRank_d_662 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_UpdateNolanRank_d_662_System_IDisposable_Dispose, (Menu_UpdateNolanRank_d_662 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E70C0, bool, Menu_UpdateNolanRank_d_662_MoveNext, (Menu_UpdateNolanRank_d_662 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Menu_UpdateNolanRank_d_662_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Menu_UpdateNolanRank_d_662 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E7580, void, Menu_UpdateNolanRank_d_662_System_Collections_IEnumerator_Reset, (Menu_UpdateNolanRank_d_662 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5E00, Menu_UpdateNolanRank_d_662_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Menu_UpdateNolanRank_d_662_System_Collections_IEnumerator_get_Current, (Menu_UpdateNolanRank_d_662 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass695_0__ctor, (Menu_c_DisplayClass695_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E75D0, bool, Menu_c_DisplayClass695_0__BoltStartDone_b__0, (Menu_c_DisplayClass695_0 * __this, KeyValuePair_2_UdpKit_Platform_Photon_PhotonRegion_Regions_UdpKit_Platform_Photon_PhotonRegion_ r, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4278, Menu_c_DisplayClass695_0__BoltStartDone_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass695_1__ctor, (Menu_c_DisplayClass695_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E7670, bool, Menu_c_DisplayClass695_1__BoltStartDone_b__1, (Menu_c_DisplayClass695_1 * __this, KeyValuePair_2_UdpKit_Platform_Photon_PhotonRegion_Regions_UdpKit_Platform_Photon_PhotonRegion_ r, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4260, Menu_c_DisplayClass695_1__BoltStartDone_b__1__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass701_0__ctor, (Menu_c_DisplayClass701_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E7710, bool, Menu_c_DisplayClass701_0__OnSteamLobbyCreated_b__0, (Menu_c_DisplayClass701_0 * __this, KeyValuePair_2_UdpKit_Platform_Photon_PhotonRegion_Regions_UdpKit_Platform_Photon_PhotonRegion_ r, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA41D8, Menu_c_DisplayClass701_0__OnSteamLobbyCreated_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass708_0__ctor, (Menu_c_DisplayClass708_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E77B0, bool, Menu_c_DisplayClass708_0__ConnectRequest_b__0, (Menu_c_DisplayClass708_0 * __this, KickedPlayer player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA40F8, Menu_c_DisplayClass708_0__ConnectRequest_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, Menu_SendInventoryItemsWhenAvailable_d_712__ctor, (Menu_SendInventoryItemsWhenAvailable_d_712 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_SendInventoryItemsWhenAvailable_d_712_System_IDisposable_Dispose, (Menu_SendInventoryItemsWhenAvailable_d_712 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E7810, bool, Menu_SendInventoryItemsWhenAvailable_d_712_MoveNext, (Menu_SendInventoryItemsWhenAvailable_d_712 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Menu_SendInventoryItemsWhenAvailable_d_712_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Menu_SendInventoryItemsWhenAvailable_d_712 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E7910, void, Menu_SendInventoryItemsWhenAvailable_d_712_System_Collections_IEnumerator_Reset, (Menu_SendInventoryItemsWhenAvailable_d_712 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5DF8, Menu_SendInventoryItemsWhenAvailable_d_712_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Menu_SendInventoryItemsWhenAvailable_d_712_System_Collections_IEnumerator_get_Current, (Menu_SendInventoryItemsWhenAvailable_d_712 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Menu_WaitForSteamCatalog_d_713__ctor, (Menu_WaitForSteamCatalog_d_713 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_WaitForSteamCatalog_d_713_System_IDisposable_Dispose, (Menu_WaitForSteamCatalog_d_713 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E7960, bool, Menu_WaitForSteamCatalog_d_713_MoveNext, (Menu_WaitForSteamCatalog_d_713 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Menu_WaitForSteamCatalog_d_713_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Menu_WaitForSteamCatalog_d_713 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E7B10, void, Menu_WaitForSteamCatalog_d_713_System_Collections_IEnumerator_Reset, (Menu_WaitForSteamCatalog_d_713 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5DE8, Menu_WaitForSteamCatalog_d_713_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Menu_WaitForSteamCatalog_d_713_System_Collections_IEnumerator_get_Current, (Menu_WaitForSteamCatalog_d_713 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Menu_WaitForInventoryItems_d_714__ctor, (Menu_WaitForInventoryItems_d_714 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_WaitForInventoryItems_d_714_System_IDisposable_Dispose, (Menu_WaitForInventoryItems_d_714 * __this, MethodInfo * method)); DO_APP_FUNC(0x0052F5D0, bool, Menu_WaitForInventoryItems_d_714_MoveNext, (Menu_WaitForInventoryItems_d_714 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Menu_WaitForInventoryItems_d_714_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Menu_WaitForInventoryItems_d_714 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E7B60, void, Menu_WaitForInventoryItems_d_714_System_Collections_IEnumerator_Reset, (Menu_WaitForInventoryItems_d_714 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5DF0, Menu_WaitForInventoryItems_d_714_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Menu_WaitForInventoryItems_d_714_System_Collections_IEnumerator_get_Current, (Menu_WaitForInventoryItems_d_714 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Menu_WaitForSLC_d_715__ctor, (Menu_WaitForSLC_d_715 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_WaitForSLC_d_715_System_IDisposable_Dispose, (Menu_WaitForSLC_d_715 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E7BB0, bool, Menu_WaitForSLC_d_715_MoveNext, (Menu_WaitForSLC_d_715 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Menu_WaitForSLC_d_715_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Menu_WaitForSLC_d_715 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E7DE0, void, Menu_WaitForSLC_d_715_System_Collections_IEnumerator_Reset, (Menu_WaitForSLC_d_715 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5DD8, Menu_WaitForSLC_d_715_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Menu_WaitForSLC_d_715_System_Collections_IEnumerator_get_Current, (Menu_WaitForSLC_d_715 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Menu_WaitForUserStats_d_716__ctor, (Menu_WaitForUserStats_d_716 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_WaitForUserStats_d_716_System_IDisposable_Dispose, (Menu_WaitForUserStats_d_716 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E7E30, bool, Menu_WaitForUserStats_d_716_MoveNext, (Menu_WaitForUserStats_d_716 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Menu_WaitForUserStats_d_716_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Menu_WaitForUserStats_d_716 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E7F70, void, Menu_WaitForUserStats_d_716_System_Collections_IEnumerator_Reset, (Menu_WaitForUserStats_d_716 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5DE0, Menu_WaitForUserStats_d_716_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Menu_WaitForUserStats_d_716_System_Collections_IEnumerator_get_Current, (Menu_WaitForUserStats_d_716 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass744_0__ctor, (Menu_c_DisplayClass744_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E7FC0, bool, Menu_c_DisplayClass744_0__OnServerBrowserRegionPickerChanged_b__0, (Menu_c_DisplayClass744_0 * __this, KeyValuePair_2_UdpKit_Platform_Photon_PhotonRegion_Regions_UdpKit_Platform_Photon_PhotonRegion_ r, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3F50, Menu_c_DisplayClass744_0__OnServerBrowserRegionPickerChanged_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, Menu_ShowUnlockedModalInternal_d_778__ctor, (Menu_ShowUnlockedModalInternal_d_778 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_ShowUnlockedModalInternal_d_778_System_IDisposable_Dispose, (Menu_ShowUnlockedModalInternal_d_778 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E80E0, bool, Menu_ShowUnlockedModalInternal_d_778_MoveNext, (Menu_ShowUnlockedModalInternal_d_778 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Menu_ShowUnlockedModalInternal_d_778_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Menu_ShowUnlockedModalInternal_d_778 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E8430, void, Menu_ShowUnlockedModalInternal_d_778_System_Collections_IEnumerator_Reset, (Menu_ShowUnlockedModalInternal_d_778 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5DD0, Menu_ShowUnlockedModalInternal_d_778_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Menu_ShowUnlockedModalInternal_d_778_System_Collections_IEnumerator_get_Current, (Menu_ShowUnlockedModalInternal_d_778 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Menu_ShowUnlockedRobeModalInternal_d_779__ctor, (Menu_ShowUnlockedRobeModalInternal_d_779 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_ShowUnlockedRobeModalInternal_d_779_System_IDisposable_Dispose, (Menu_ShowUnlockedRobeModalInternal_d_779 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E8480, bool, Menu_ShowUnlockedRobeModalInternal_d_779_MoveNext, (Menu_ShowUnlockedRobeModalInternal_d_779 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Menu_ShowUnlockedRobeModalInternal_d_779_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Menu_ShowUnlockedRobeModalInternal_d_779 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E87B0, void, Menu_ShowUnlockedRobeModalInternal_d_779_System_Collections_IEnumerator_Reset, (Menu_ShowUnlockedRobeModalInternal_d_779 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5DC8, Menu_ShowUnlockedRobeModalInternal_d_779_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Menu_ShowUnlockedRobeModalInternal_d_779_System_Collections_IEnumerator_get_Current, (Menu_ShowUnlockedRobeModalInternal_d_779 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Menu_ShowUnlockedSpriteTextModalInternal_d_780__ctor, (Menu_ShowUnlockedSpriteTextModalInternal_d_780 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_ShowUnlockedSpriteTextModalInternal_d_780_System_IDisposable_Dispose, (Menu_ShowUnlockedSpriteTextModalInternal_d_780 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E8800, bool, Menu_ShowUnlockedSpriteTextModalInternal_d_780_MoveNext, (Menu_ShowUnlockedSpriteTextModalInternal_d_780 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Menu_ShowUnlockedSpriteTextModalInternal_d_780_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Menu_ShowUnlockedSpriteTextModalInternal_d_780 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E8B00, void, Menu_ShowUnlockedSpriteTextModalInternal_d_780_System_Collections_IEnumerator_Reset, (Menu_ShowUnlockedSpriteTextModalInternal_d_780 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5DC0, Menu_ShowUnlockedSpriteTextModalInternal_d_780_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Menu_ShowUnlockedSpriteTextModalInternal_d_780_System_Collections_IEnumerator_get_Current, (Menu_ShowUnlockedSpriteTextModalInternal_d_780 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass785_0__ctor, (Menu_c_DisplayClass785_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E8B50, void, Menu_c_DisplayClass785_0__Splash_b__0, (Menu_c_DisplayClass785_0 * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3EB0, Menu_c_DisplayClass785_0__Splash_b__0__MethodInfo); DO_APP_FUNC(0x006E8C00, void, Menu_c_DisplayClass785_0__Splash_b__1, (Menu_c_DisplayClass785_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3EB8, Menu_c_DisplayClass785_0__Splash_b__1__MethodInfo); DO_APP_FUNC(0x006E8D50, void, Menu_c_DisplayClass785_0__Splash_b__2, (Menu_c_DisplayClass785_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5DB8, Menu_c_DisplayClass785_0__Splash_b__2__MethodInfo); DO_APP_FUNC(0x006E8FF0, void, Menu_c_DisplayClass785_0__Splash_b__3, (Menu_c_DisplayClass785_0 * __this, float val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5DA8, Menu_c_DisplayClass785_0__Splash_b__3__MethodInfo); DO_APP_FUNC(0x006E90B0, void, Menu_c_DisplayClass785_0__Splash_b__4, (Menu_c_DisplayClass785_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5DB0, Menu_c_DisplayClass785_0__Splash_b__4__MethodInfo); DO_APP_FUNC(0x003BAD60, void, Menu_ShowMessageModalInternal_d_790__ctor, (Menu_ShowMessageModalInternal_d_790 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_ShowMessageModalInternal_d_790_System_IDisposable_Dispose, (Menu_ShowMessageModalInternal_d_790 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E91B0, bool, Menu_ShowMessageModalInternal_d_790_MoveNext, (Menu_ShowMessageModalInternal_d_790 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Menu_ShowMessageModalInternal_d_790_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Menu_ShowMessageModalInternal_d_790 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E9460, void, Menu_ShowMessageModalInternal_d_790_System_Collections_IEnumerator_Reset, (Menu_ShowMessageModalInternal_d_790 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5D98, Menu_ShowMessageModalInternal_d_790_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Menu_ShowMessageModalInternal_d_790_System_Collections_IEnumerator_get_Current, (Menu_ShowMessageModalInternal_d_790 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass792_0__ctor, (Menu_c_DisplayClass792_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E94B0, void, Menu_c_DisplayClass792_0__ShowConfirmModal_b__0, (Menu_c_DisplayClass792_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3E50, Menu_c_DisplayClass792_0__ShowConfirmModal_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, Menu_StartXR_d_814__ctor, (Menu_StartXR_d_814 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_StartXR_d_814_System_IDisposable_Dispose, (Menu_StartXR_d_814 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E9510, bool, Menu_StartXR_d_814_MoveNext, (Menu_StartXR_d_814 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Menu_StartXR_d_814_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Menu_StartXR_d_814 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E9800, void, Menu_StartXR_d_814_System_Collections_IEnumerator_Reset, (Menu_StartXR_d_814 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5D90, Menu_StartXR_d_814_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Menu_StartXR_d_814_System_Collections_IEnumerator_get_Current, (Menu_StartXR_d_814 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Menu_WaitToEnableConfirmModalButtons_d_822__ctor, (Menu_WaitToEnableConfirmModalButtons_d_822 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_WaitToEnableConfirmModalButtons_d_822_System_IDisposable_Dispose, (Menu_WaitToEnableConfirmModalButtons_d_822 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E9850, bool, Menu_WaitToEnableConfirmModalButtons_d_822_MoveNext, (Menu_WaitToEnableConfirmModalButtons_d_822 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Menu_WaitToEnableConfirmModalButtons_d_822_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Menu_WaitToEnableConfirmModalButtons_d_822 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E9980, void, Menu_WaitToEnableConfirmModalButtons_d_822_System_Collections_IEnumerator_Reset, (Menu_WaitToEnableConfirmModalButtons_d_822 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5D88, Menu_WaitToEnableConfirmModalButtons_d_822_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Menu_WaitToEnableConfirmModalButtons_d_822_System_Collections_IEnumerator_get_Current, (Menu_WaitToEnableConfirmModalButtons_d_822 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_c_DisplayClass823_0__ctor, (Menu_c_DisplayClass823_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E99D0, void, Menu_c_DisplayClass823_0__ShowPublicServerWarningModal_b__0, (Menu_c_DisplayClass823_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3D58, Menu_c_DisplayClass823_0__ShowPublicServerWarningModal_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, Menu_DelayEnableKeyBindingsScrollToSelection_d_827__ctor, (Menu_DelayEnableKeyBindingsScrollToSelection_d_827 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Menu_DelayEnableKeyBindingsScrollToSelection_d_827_System_IDisposable_Dispose, (Menu_DelayEnableKeyBindingsScrollToSelection_d_827 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E9A80, bool, Menu_DelayEnableKeyBindingsScrollToSelection_d_827_MoveNext, (Menu_DelayEnableKeyBindingsScrollToSelection_d_827 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Menu_DelayEnableKeyBindingsScrollToSelection_d_827_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Menu_DelayEnableKeyBindingsScrollToSelection_d_827 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E9B70, void, Menu_DelayEnableKeyBindingsScrollToSelection_d_827_System_Collections_IEnumerator_Reset, (Menu_DelayEnableKeyBindingsScrollToSelection_d_827 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5D80, Menu_DelayEnableKeyBindingsScrollToSelection_d_827_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Menu_DelayEnableKeyBindingsScrollToSelection_d_827_System_Collections_IEnumerator_get_Current, (Menu_DelayEnableKeyBindingsScrollToSelection_d_827 * __this, MethodInfo * method)); DO_APP_FUNC(0x006E9BC0, void, RoomProtocolToken_Read, (RoomProtocolToken * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x006E9EC0, void, RoomProtocolToken_Write, (RoomProtocolToken * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x006E9FB0, void, RoomProtocolToken__ctor, (RoomProtocolToken * __this, MethodInfo * method)); DO_APP_FUNC(0x006EA010, void, RoomProtocolToken__cctor, (MethodInfo * method)); DO_APP_FUNC(0x006EA050, void, GameConfigToken_Read, (GameConfigToken * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x006EA270, void, GameConfigToken_Write, (GameConfigToken * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameConfigToken__ctor, (GameConfigToken * __this, MethodInfo * method)); DO_APP_FUNC(0x006EA320, void, ServerConnectToken_Read, (ServerConnectToken * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x006EA6B0, void, ServerConnectToken_Write, (ServerConnectToken * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x006EA7A0, void, ServerConnectToken__ctor, (ServerConnectToken * __this, MethodInfo * method)); DO_APP_FUNC(0x006EA800, void, ServerAcceptToken_Read, (ServerAcceptToken * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x006EA900, void, ServerAcceptToken_Write, (ServerAcceptToken * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ServerAcceptToken__ctor, (ServerAcceptToken * __this, MethodInfo * method)); DO_APP_FUNC(0x006EA950, void, ServerRefuseToken_Read, (ServerRefuseToken * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x006EA9E0, void, ServerRefuseToken_Write, (ServerRefuseToken * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ServerRefuseToken__ctor, (ServerRefuseToken * __this, MethodInfo * method)); DO_APP_FUNC(0x006EA950, void, ServerDisconnectToken_Read, (ServerDisconnectToken * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x006EA9E0, void, ServerDisconnectToken_Write, (ServerDisconnectToken * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ServerDisconnectToken__ctor, (ServerDisconnectToken * __this, MethodInfo * method)); DO_APP_FUNC(0x006EAA10, void, MainSceneToken_Read, (MainSceneToken * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x006EAAE0, void, MainSceneToken_Write, (MainSceneToken * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MainSceneToken__ctor, (MainSceneToken * __this, MethodInfo * method)); DO_APP_FUNC(0x006EAB00, void, MenuSceneToken_Read, (MenuSceneToken * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x006EACB0, void, MenuSceneToken_Write, (MenuSceneToken * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MenuSceneToken__ctor, (MenuSceneToken * __this, MethodInfo * method)); DO_APP_FUNC(0x006EACF0, void, GameStatsToken_Read, (GameStatsToken * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x006EB0C0, void, GameStatsToken_Write, (GameStatsToken * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameStatsToken__ctor, (GameStatsToken * __this, MethodInfo * method)); DO_APP_FUNC(0x006EB180, void, GameStatsPlayerToken_Read, (GameStatsPlayerToken * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x006EB340, void, GameStatsPlayerToken_Write, (GameStatsPlayerToken * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GameStatsPlayerToken__ctor, (GameStatsPlayerToken * __this, MethodInfo * method)); DO_APP_FUNC(0x006EB3E0, void, SteamInventoryItemsToken_Read, (SteamInventoryItemsToken * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x006EB6D0, void, SteamInventoryItemsToken_Write, (SteamInventoryItemsToken * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SteamInventoryItemsToken__ctor, (SteamInventoryItemsToken * __this, MethodInfo * method)); DO_APP_FUNC(0x006EB780, void, ServerBrowser_Start, (ServerBrowser * __this, MethodInfo * method)); DO_APP_FUNC(0x006EBD10, void, ServerBrowser_Update, (ServerBrowser * __this, MethodInfo * method)); DO_APP_FUNC(0x006EC190, void, ServerBrowser_SetPreviousSelection, (ServerBrowser * __this, MethodInfo * method)); DO_APP_FUNC(0x006EC5C0, IEnumerator *, ServerBrowser_ShowEmptyMessage, (ServerBrowser * __this, MethodInfo * method)); DO_APP_FUNC(0x006EC660, void, ServerBrowser_Populate, (ServerBrowser * __this, Map_2_System_Guid_UdpSession_ * sessions, MethodInfo * method)); DO_APP_FUNC(0x006EE750, IEnumerator *, ServerBrowser_ReselectServerSessionByIndex, (ServerBrowser * __this, int32_t selectedIndex, MethodInfo * method)); DO_APP_FUNC(0x006EE800, void, ServerBrowser_JoinSession, (ServerBrowser * __this, PhotonSession * photonSession, RoomProtocolToken * token, String * password, MethodInfo * method)); DO_APP_FUNC(0x006EEB60, void, ServerBrowser_OnPasswordJoinButtonClick, (ServerBrowser * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9AA0, ServerBrowser_OnPasswordJoinButtonClick__MethodInfo); DO_APP_FUNC(0x006EEC10, void, ServerBrowser_OnPasswordCancelButtonClick, (ServerBrowser * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9AB0, ServerBrowser_OnPasswordCancelButtonClick__MethodInfo); DO_APP_FUNC(0x006EEC20, void, ServerBrowser_HidePasswordPanel, (ServerBrowser * __this, MethodInfo * method)); DO_APP_FUNC(0x006EED90, void, ServerBrowser_SessionListUpdated, (ServerBrowser * __this, Map_2_System_Guid_UdpSession_ * sessions, MethodInfo * method)); DO_APP_FUNC(0x006EEDC0, void, ServerBrowser_BoltStartDone, (ServerBrowser * __this, MethodInfo * method)); DO_APP_FUNC(0x006EF2E0, void, ServerBrowser_Connected, (ServerBrowser * __this, BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x006EF5C0, void, ServerBrowser_OnSearch, (ServerBrowser * __this, String * text, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9AA8, ServerBrowser_OnSearch__MethodInfo); DO_APP_FUNC(0x006EF660, void, ServerBrowser_BoltShutdownBegin, (ServerBrowser * __this, AddCallback * registerDoneCallback, UdpConnectionDisconnectReason__Enum disconnectReason, MethodInfo * method)); DO_APP_FUNC(0x006EFBF0, void, ServerBrowser_OnGameModeFilterChanged, (ServerBrowser * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x006EFCA0, void, ServerBrowser_OnHidePrivateToggleChanged, (ServerBrowser * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9AC0, ServerBrowser_OnHidePrivateToggleChanged__MethodInfo); DO_APP_FUNC(0x006EFD40, void, ServerBrowser_SetIsDropdownOpen, (ServerBrowser * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006EFE20, void, ServerBrowser_ControllerReselect, (ServerBrowser * __this, MethodInfo * method)); DO_APP_FUNC(0x006EFED0, IEnumerator *, ServerBrowser_ControllerReselectDelayed, (ServerBrowser * __this, MethodInfo * method)); DO_APP_FUNC(0x006EFF70, void, ServerBrowser_OnPasswordInputFieldButtonClick, (ServerBrowser * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9AB8, ServerBrowser_OnPasswordInputFieldButtonClick__MethodInfo); DO_APP_FUNC(0x00542580, void, ServerBrowser__ctor, (ServerBrowser * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ServerBrowser_ShowEmptyMessage_d_21__ctor, (ServerBrowser_ShowEmptyMessage_d_21 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ServerBrowser_ShowEmptyMessage_d_21_System_IDisposable_Dispose, (ServerBrowser_ShowEmptyMessage_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x006F0080, bool, ServerBrowser_ShowEmptyMessage_d_21_MoveNext, (ServerBrowser_ShowEmptyMessage_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ServerBrowser_ShowEmptyMessage_d_21_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ServerBrowser_ShowEmptyMessage_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x006F0300, void, ServerBrowser_ShowEmptyMessage_d_21_System_Collections_IEnumerator_Reset, (ServerBrowser_ShowEmptyMessage_d_21 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9968, ServerBrowser_ShowEmptyMessage_d_21_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ServerBrowser_ShowEmptyMessage_d_21_System_Collections_IEnumerator_get_Current, (ServerBrowser_ShowEmptyMessage_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ServerBrowser_c_DisplayClass22_0__ctor, (ServerBrowser_c_DisplayClass22_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006F0350, bool, ServerBrowser_c_DisplayClass22_0__Populate_b__1, (ServerBrowser_c_DisplayClass22_0 * __this, _f_AnonymousType2_3_UdpKit_Platform_Photon_PhotonSession_Horror_RoomProtocolToken_Horror_GameConfigToken_ * session, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA99E8, ServerBrowser_c_DisplayClass22_0__Populate_b__1__MethodInfo); DO_APP_FUNC(0x003AC050, void, ServerBrowser_c_DisplayClass22_1__ctor, (ServerBrowser_c_DisplayClass22_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x006F0620, void, ServerBrowser_c_DisplayClass22_1__Populate_b__3, (ServerBrowser_c_DisplayClass22_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA99D8, ServerBrowser_c_DisplayClass22_1__Populate_b__3__MethodInfo); DO_APP_FUNC(0x006F0A80, void, ServerBrowser_c_DisplayClass22_1__Populate_b__4, (ServerBrowser_c_DisplayClass22_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9928, ServerBrowser_c_DisplayClass22_1__Populate_b__4__MethodInfo); DO_APP_FUNC(0x006F0AF0, void, ServerBrowser_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ServerBrowser_c__ctor, (ServerBrowser_c * __this, MethodInfo * method)); DO_APP_FUNC(0x006F0BA0, _f_AnonymousType2_3_UdpKit_Platform_Photon_PhotonSession_Horror_RoomProtocolToken_Horror_GameConfigToken_ *, ServerBrowser_c__Populate_b__22_0, (ServerBrowser_c * __this, KeyValuePair_2_System_Guid_UdpKit_UdpSession_ session, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA99F8, ServerBrowser_c__Populate_b__22_0__MethodInfo); DO_APP_FUNC(0x006F1190, String *, ServerBrowser_c__Populate_b__22_2, (ServerBrowser_c * __this, _f_AnonymousType2_3_UdpKit_Platform_Photon_PhotonSession_Horror_RoomProtocolToken_Horror_GameConfigToken_ * session, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9A00, ServerBrowser_c__Populate_b__22_2__MethodInfo); DO_APP_FUNC(0x003BAD60, void, ServerBrowser_ReselectServerSessionByIndex_d_23__ctor, (ServerBrowser_ReselectServerSessionByIndex_d_23 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ServerBrowser_ReselectServerSessionByIndex_d_23_System_IDisposable_Dispose, (ServerBrowser_ReselectServerSessionByIndex_d_23 * __this, MethodInfo * method)); DO_APP_FUNC(0x006F11E0, bool, ServerBrowser_ReselectServerSessionByIndex_d_23_MoveNext, (ServerBrowser_ReselectServerSessionByIndex_d_23 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ServerBrowser_ReselectServerSessionByIndex_d_23_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ServerBrowser_ReselectServerSessionByIndex_d_23 * __this, MethodInfo * method)); DO_APP_FUNC(0x006F2110, void, ServerBrowser_ReselectServerSessionByIndex_d_23_System_Collections_IEnumerator_Reset, (ServerBrowser_ReselectServerSessionByIndex_d_23 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA98F0, ServerBrowser_ReselectServerSessionByIndex_d_23_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ServerBrowser_ReselectServerSessionByIndex_d_23_System_Collections_IEnumerator_get_Current, (ServerBrowser_ReselectServerSessionByIndex_d_23 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ServerBrowser_ControllerReselectDelayed_d_37__ctor, (ServerBrowser_ControllerReselectDelayed_d_37 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ServerBrowser_ControllerReselectDelayed_d_37_System_IDisposable_Dispose, (ServerBrowser_ControllerReselectDelayed_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x006F2160, bool, ServerBrowser_ControllerReselectDelayed_d_37_MoveNext, (ServerBrowser_ControllerReselectDelayed_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ServerBrowser_ControllerReselectDelayed_d_37_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ServerBrowser_ControllerReselectDelayed_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x006F23A0, void, ServerBrowser_ControllerReselectDelayed_d_37_System_Collections_IEnumerator_Reset, (ServerBrowser_ControllerReselectDelayed_d_37 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA98E8, ServerBrowser_ControllerReselectDelayed_d_37_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ServerBrowser_ControllerReselectDelayed_d_37_System_Collections_IEnumerator_get_Current, (ServerBrowser_ControllerReselectDelayed_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x006F23F0, void, ShuttersBehaviour_Awake, (ShuttersBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x006F2480, void, ShuttersBehaviour_Attached, (ShuttersBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x006F2600, void, ShuttersBehaviour_OnClose, (ShuttersBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA98D0, ShuttersBehaviour_OnClose__MethodInfo); DO_APP_FUNC(0x006F2740, void, ShuttersBehaviour_SetState, (ShuttersBehaviour * __this, String * boolName, bool boolState, MethodInfo * method)); DO_APP_FUNC(0x006F27B0, void, ShuttersBehaviour__ctor, (ShuttersBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x006F2800, void, SurvivalNetworkCallbacks_SceneLoadLocalDone, (SurvivalNetworkCallbacks * __this, String * scene, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x006F2F80, void, SurvivalNetworkCallbacks_SpawnCharacter, (SurvivalNetworkCallbacks * __this, MethodInfo * method)); DO_APP_FUNC(0x006F32E0, void, SurvivalNetworkCallbacks_OnIntroEnd, (SurvivalNetworkCallbacks * __this, PlayableDirector * director, MethodInfo * method)); DO_APP_FUNC(0x006F34E0, IEnumerator *, SurvivalNetworkCallbacks_WaitForHost, (SurvivalNetworkCallbacks * __this, MethodInfo * method)); DO_APP_FUNC(0x006F3580, void, SurvivalNetworkCallbacks_FadeInGame, (SurvivalNetworkCallbacks * __this, MethodInfo * method)); DO_APP_FUNC(0x006F4680, void, SurvivalNetworkCallbacks_StartInitialBGM, (SurvivalNetworkCallbacks * __this, MethodInfo * method)); DO_APP_FUNC(0x006F46C0, void, SurvivalNetworkCallbacks_StartIntro, (SurvivalNetworkCallbacks * __this, MethodInfo * method)); DO_APP_FUNC(0x006F4950, void, SurvivalNetworkCallbacks_OnEvent, (SurvivalNetworkCallbacks * __this, InteractEvent * interactEvent, MethodInfo * method)); DO_APP_FUNC(0x006F5300, void, SurvivalNetworkCallbacks_OnEvent_1, (SurvivalNetworkCallbacks * __this, InteractTriggerEvent * interactTriggerEvent, MethodInfo * method)); DO_APP_FUNC(0x006F5430, void, SurvivalNetworkCallbacks_OnEvent_2, (SurvivalNetworkCallbacks * __this, InteractObjectResponseEvent * responseEvent, MethodInfo * method)); DO_APP_FUNC(0x006F5A00, void, SurvivalNetworkCallbacks_OnEvent_3, (SurvivalNetworkCallbacks * __this, InteractObjectRequestEvent * requestEvent, MethodInfo * method)); DO_APP_FUNC(0x006F5BF0, void, SurvivalNetworkCallbacks_OnEvent_4, (SurvivalNetworkCallbacks * __this, KnockoutBoxEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x006F5CA0, void, SurvivalNetworkCallbacks_OnEvent_5, (SurvivalNetworkCallbacks * __this, PlayerPickedUpEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x006F5DB0, void, SurvivalNetworkCallbacks_OnEvent_6, (SurvivalNetworkCallbacks * __this, KnockoutEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x006F5EC0, void, SurvivalNetworkCallbacks_OnEvent_7, (SurvivalNetworkCallbacks * __this, KnockoutGrabRagdollEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x006F5F60, void, SurvivalNetworkCallbacks_OnEvent_8, (SurvivalNetworkCallbacks * __this, ReviveEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x006F6010, void, SurvivalNetworkCallbacks_OnEvent_9, (SurvivalNetworkCallbacks * __this, CreatePortalEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x006F60E0, void, SurvivalNetworkCallbacks_OnEvent_10, (SurvivalNetworkCallbacks * __this, UseBatteryEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x006F6380, void, SurvivalNetworkCallbacks_OnEvent_11, (SurvivalNetworkCallbacks * __this, DropObjectEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x006F6950, void, SurvivalNetworkCallbacks_OnEvent_12, (SurvivalNetworkCallbacks * __this, PlaceObjectEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x006F6E40, void, SurvivalNetworkCallbacks_OnEvent_13, (SurvivalNetworkCallbacks * __this, EndingEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x006F6F10, void, SurvivalNetworkCallbacks_OnEvent_14, (SurvivalNetworkCallbacks * __this, RangedAttackEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x006F7080, void, SurvivalNetworkCallbacks_Disconnected, (SurvivalNetworkCallbacks * __this, BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x006F7420, void, SurvivalNetworkCallbacks_EntityDetached, (SurvivalNetworkCallbacks * __this, BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x00542580, void, SurvivalNetworkCallbacks__ctor, (SurvivalNetworkCallbacks * __this, MethodInfo * method)); DO_APP_FUNC(0x006F74A0, void, SurvivalNetworkCallbacks__SpawnCharacter_b__7_0, (SurvivalNetworkCallbacks * __this, PlayableDirector * d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA98A0, SurvivalNetworkCallbacks__SpawnCharacter_b__7_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, SurvivalNetworkCallbacks_WaitForHost_d_9__ctor, (SurvivalNetworkCallbacks_WaitForHost_d_9 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalNetworkCallbacks_WaitForHost_d_9_System_IDisposable_Dispose, (SurvivalNetworkCallbacks_WaitForHost_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x006F74B0, bool, SurvivalNetworkCallbacks_WaitForHost_d_9_MoveNext, (SurvivalNetworkCallbacks_WaitForHost_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SurvivalNetworkCallbacks_WaitForHost_d_9_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SurvivalNetworkCallbacks_WaitForHost_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x006F7A10, void, SurvivalNetworkCallbacks_WaitForHost_d_9_System_Collections_IEnumerator_Reset, (SurvivalNetworkCallbacks_WaitForHost_d_9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9710, SurvivalNetworkCallbacks_WaitForHost_d_9_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SurvivalNetworkCallbacks_WaitForHost_d_9_System_Collections_IEnumerator_get_Current, (SurvivalNetworkCallbacks_WaitForHost_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x006F7A60, void, DACGlobalListener_BoltStartDone, (DACGlobalListener * __this, MethodInfo * method)); DO_APP_FUNC(0x00542580, void, DACGlobalListener__ctor, (DACGlobalListener * __this, MethodInfo * method)); DO_APP_FUNC(0x006F7CC0, void, DACPrefabPool__ctor, (DACPrefabPool * __this, MethodInfo * method)); DO_APP_FUNC(0x006F7E00, void, DACPrefabPool_Finalize, (DACPrefabPool * __this, MethodInfo * method)); DO_APP_FUNC(0x006F7ED0, GameObject *, DACPrefabPool_Instantiate, (DACPrefabPool * __this, PrefabId prefabId, Vector3 position, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x006F8720, void, DACPrefabPool_Destroy, (DACPrefabPool * __this, GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x006F8770, GameObject *, DACPrefabPool_LoadPrefab, (DACPrefabPool * __this, PrefabId prefabId, MethodInfo * method)); DO_APP_FUNC(0x006F8780, void, DACPrefabPool_OnActiveSceneChanged, (DACPrefabPool * __this, Scene current, Scene next, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA96F0, DACPrefabPool_OnActiveSceneChanged__MethodInfo); DO_APP_FUNC(0x006F8830, IControllerTemplateButton *, GamepadTemplate_Rewired_IGamepadTemplate_get_actionBottomRow1, (GamepadTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F8880, IControllerTemplateButton *, GamepadTemplate_Rewired_IGamepadTemplate_get_a, (GamepadTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F88D0, IControllerTemplateButton *, GamepadTemplate_Rewired_IGamepadTemplate_get_actionBottomRow2, (GamepadTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F8920, IControllerTemplateButton *, GamepadTemplate_Rewired_IGamepadTemplate_get_b, (GamepadTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F8970, IControllerTemplateButton *, GamepadTemplate_Rewired_IGamepadTemplate_get_actionBottomRow3, (GamepadTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F89C0, IControllerTemplateButton *, GamepadTemplate_Rewired_IGamepadTemplate_get_c, (GamepadTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F8A10, IControllerTemplateButton *, GamepadTemplate_Rewired_IGamepadTemplate_get_actionTopRow1, (GamepadTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F8A60, IControllerTemplateButton *, GamepadTemplate_Rewired_IGamepadTemplate_get_x, (GamepadTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F8AB0, IControllerTemplateButton *, GamepadTemplate_Rewired_IGamepadTemplate_get_actionTopRow2, (GamepadTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F8B00, IControllerTemplateButton *, GamepadTemplate_Rewired_IGamepadTemplate_get_y, (GamepadTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F8B50, IControllerTemplateButton *, GamepadTemplate_Rewired_IGamepadTemplate_get_actionTopRow3, (GamepadTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F8BA0, IControllerTemplateButton *, GamepadTemplate_Rewired_IGamepadTemplate_get_z, (GamepadTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F8BF0, IControllerTemplateButton *, GamepadTemplate_Rewired_IGamepadTemplate_get_leftShoulder1, (GamepadTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F8C40, IControllerTemplateButton *, GamepadTemplate_Rewired_IGamepadTemplate_get_leftBumper, (GamepadTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F8C90, IControllerTemplateAxis *, GamepadTemplate_Rewired_IGamepadTemplate_get_leftShoulder2, (GamepadTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F8CE0, IControllerTemplateAxis *, GamepadTemplate_Rewired_IGamepadTemplate_get_leftTrigger, (GamepadTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F8D30, IControllerTemplateButton *, GamepadTemplate_Rewired_IGamepadTemplate_get_rightShoulder1, (GamepadTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F8D80, IControllerTemplateButton *, GamepadTemplate_Rewired_IGamepadTemplate_get_rightBumper, (GamepadTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F8DD0, IControllerTemplateAxis *, GamepadTemplate_Rewired_IGamepadTemplate_get_rightShoulder2, (GamepadTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F8E20, IControllerTemplateAxis *, GamepadTemplate_Rewired_IGamepadTemplate_get_rightTrigger, (GamepadTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F8E70, IControllerTemplateButton *, GamepadTemplate_Rewired_IGamepadTemplate_get_center1, (GamepadTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F8EC0, IControllerTemplateButton *, GamepadTemplate_Rewired_IGamepadTemplate_get_back, (GamepadTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F8F10, IControllerTemplateButton *, GamepadTemplate_Rewired_IGamepadTemplate_get_center2, (GamepadTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F8F60, IControllerTemplateButton *, GamepadTemplate_Rewired_IGamepadTemplate_get_start, (GamepadTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F8FB0, IControllerTemplateButton *, GamepadTemplate_Rewired_IGamepadTemplate_get_center3, (GamepadTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9000, IControllerTemplateButton *, GamepadTemplate_Rewired_IGamepadTemplate_get_guide, (GamepadTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9050, IControllerTemplateThumbStick *, GamepadTemplate_Rewired_IGamepadTemplate_get_leftStick, (GamepadTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F90A0, IControllerTemplateThumbStick *, GamepadTemplate_Rewired_IGamepadTemplate_get_rightStick, (GamepadTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F90F0, IControllerTemplateDPad *, GamepadTemplate_Rewired_IGamepadTemplate_get_dPad, (GamepadTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9140, void, GamepadTemplate__ctor, (GamepadTemplate * __this, Object * payload, MethodInfo * method)); DO_APP_FUNC(0x006F91D0, void, GamepadTemplate__cctor, (MethodInfo * method)); DO_APP_FUNC(0x006F9330, IControllerTemplateAxis *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_wheel, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9370, IControllerTemplateAxis *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_accelerator, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F93C0, IControllerTemplateAxis *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_brake, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9410, IControllerTemplateAxis *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_clutch, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9460, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_shiftDown, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F94B0, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_shiftUp, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9500, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_wheelButton1, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9550, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_wheelButton2, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F95A0, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_wheelButton3, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F95F0, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_wheelButton4, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9640, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_wheelButton5, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9690, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_wheelButton6, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F96E0, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_wheelButton7, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9730, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_wheelButton8, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9780, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_wheelButton9, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F97D0, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_wheelButton10, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9820, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_consoleButton1, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9870, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_consoleButton2, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F98C0, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_consoleButton3, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9910, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_consoleButton4, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9960, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_consoleButton5, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F99B0, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_consoleButton6, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9A00, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_consoleButton7, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9A50, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_consoleButton8, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9AA0, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_consoleButton9, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9AF0, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_consoleButton10, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9B40, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_shifter1, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9B90, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_shifter2, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9BE0, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_shifter3, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9C30, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_shifter4, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9C80, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_shifter5, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9CD0, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_shifter6, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9D20, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_shifter7, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9D70, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_shifter8, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9DC0, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_shifter9, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9E10, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_shifter10, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9E60, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_reverseGear, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9EB0, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_select, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9F00, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_start, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9F50, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_systemButton, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9FA0, IControllerTemplateButton *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_horn, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9FF0, IControllerTemplateDPad *, RacingWheelTemplate_Rewired_IRacingWheelTemplate_get_dPad, (RacingWheelTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9140, void, RacingWheelTemplate__ctor, (RacingWheelTemplate * __this, Object * payload, MethodInfo * method)); DO_APP_FUNC(0x006FA040, void, RacingWheelTemplate__cctor, (MethodInfo * method)); DO_APP_FUNC(0x006FA1A0, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickTrigger, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FA1F0, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickTriggerStage2, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FA240, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickPinkyButton, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FA290, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickPinkyTrigger, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FA2E0, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickButton1, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FA330, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickButton2, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FA380, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickButton3, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FA3D0, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickButton4, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FA420, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickButton5, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FA470, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickButton6, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FA4C0, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickButton7, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FA510, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickButton8, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FA560, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickButton9, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FA5B0, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickButton10, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FA600, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickBaseButton1, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FA650, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickBaseButton2, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FA6A0, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickBaseButton3, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FA6F0, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickBaseButton4, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FA740, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickBaseButton5, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FA790, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickBaseButton6, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FA7E0, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickBaseButton7, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FA830, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickBaseButton8, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FA880, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickBaseButton9, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FA8D0, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickBaseButton10, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FA920, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickBaseButton11, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FA970, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickBaseButton12, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FA9C0, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_mode1, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FAA10, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_mode2, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FAA60, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_mode3, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FAAB0, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleButton1, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FAB00, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleButton2, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FAB50, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleButton3, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FABA0, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleButton4, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FABF0, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleButton5, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FAC40, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleButton6, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FAC90, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleButton7, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FACE0, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleButton8, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FAD30, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleButton9, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FAD80, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleButton10, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FADD0, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleBaseButton1, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FAE20, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleBaseButton2, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FAE70, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleBaseButton3, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FAEC0, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleBaseButton4, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FAF10, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleBaseButton5, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FAF60, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleBaseButton6, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FAFB0, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleBaseButton7, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB000, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleBaseButton8, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB050, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleBaseButton9, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB0A0, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleBaseButton10, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB0F0, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleBaseButton11, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB140, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleBaseButton12, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB190, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleBaseButton13, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB1E0, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleBaseButton14, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB230, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleBaseButton15, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB280, IControllerTemplateAxis *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleSlider1, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB2D0, IControllerTemplateAxis *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleSlider2, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB320, IControllerTemplateAxis *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleSlider3, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB370, IControllerTemplateAxis *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleSlider4, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB3C0, IControllerTemplateAxis *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleDial1, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB410, IControllerTemplateAxis *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleDial2, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB460, IControllerTemplateAxis *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleDial3, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB4B0, IControllerTemplateAxis *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleDial4, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB500, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleWheel1Forward, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB550, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleWheel1Back, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB5A0, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleWheel1Press, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB5F0, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleWheel2Forward, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB640, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleWheel2Back, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB690, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleWheel2Press, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB6E0, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleWheel3Forward, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB730, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleWheel3Back, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB780, IControllerTemplateButton *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleWheel3Press, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB7D0, IControllerTemplateAxis *, HOTASTemplate_Rewired_IHOTASTemplate_get_leftPedal, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB820, IControllerTemplateAxis *, HOTASTemplate_Rewired_IHOTASTemplate_get_rightPedal, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB870, IControllerTemplateAxis *, HOTASTemplate_Rewired_IHOTASTemplate_get_slidePedals, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB8C0, IControllerTemplateStick *, HOTASTemplate_Rewired_IHOTASTemplate_get_stick, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB910, IControllerTemplateThumbStick *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickMiniStick1, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB960, IControllerTemplateThumbStick *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickMiniStick2, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FB9B0, IControllerTemplateHat *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickHat1, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FBA00, IControllerTemplateHat *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickHat2, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FBA50, IControllerTemplateHat *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickHat3, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FBAA0, IControllerTemplateHat *, HOTASTemplate_Rewired_IHOTASTemplate_get_stickHat4, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FBAF0, IControllerTemplateThrottle *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttle1, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FBB40, IControllerTemplateThrottle *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttle2, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FBB90, IControllerTemplateThumbStick *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleMiniStick, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FBBE0, IControllerTemplateHat *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleHat1, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FBC30, IControllerTemplateHat *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleHat2, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FBC80, IControllerTemplateHat *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleHat3, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FBCD0, IControllerTemplateHat *, HOTASTemplate_Rewired_IHOTASTemplate_get_throttleHat4, (HOTASTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9140, void, HOTASTemplate__ctor, (HOTASTemplate * __this, Object * payload, MethodInfo * method)); DO_APP_FUNC(0x006FBD20, void, HOTASTemplate__cctor, (MethodInfo * method)); DO_APP_FUNC(0x006FBE80, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_leftPaddle, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FBED0, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_rightPaddle, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FBF20, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_leftGripButton1, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FBF70, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_leftGripButton2, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FBFC0, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_leftGripButton3, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC010, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_leftGripButton4, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC060, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_leftGripButton5, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC0B0, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_leftGripButton6, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC100, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_rightGripButton1, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC150, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_rightGripButton2, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC1A0, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_rightGripButton3, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC1F0, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_rightGripButton4, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC240, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_rightGripButton5, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC290, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_rightGripButton6, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC2E0, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_centerButton1, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC330, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_centerButton2, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC380, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_centerButton3, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC3D0, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_centerButton4, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC420, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_centerButton5, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC470, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_centerButton6, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC4C0, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_centerButton7, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC510, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_centerButton8, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC560, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_wheel1Up, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC5B0, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_wheel1Down, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC600, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_wheel1Press, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC650, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_wheel2Up, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC6A0, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_wheel2Down, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC6F0, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_wheel2Press, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC740, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_consoleButton1, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC790, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_consoleButton2, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC7E0, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_consoleButton3, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC830, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_consoleButton4, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC880, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_consoleButton5, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC8D0, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_consoleButton6, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC920, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_consoleButton7, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC970, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_consoleButton8, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FC9C0, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_consoleButton9, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FCA10, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_consoleButton10, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FCA60, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_mode1, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FCAB0, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_mode2, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FCB00, IControllerTemplateButton *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_mode3, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FCB50, IControllerTemplateYoke *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_yoke, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FCBA0, IControllerTemplateThrottle *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_lever1, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FCBF0, IControllerTemplateThrottle *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_lever2, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FCC40, IControllerTemplateThrottle *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_lever3, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FCC90, IControllerTemplateThrottle *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_lever4, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FCCE0, IControllerTemplateThrottle *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_lever5, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FCD30, IControllerTemplateHat *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_leftGripHat, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FCD80, IControllerTemplateHat *, FlightYokeTemplate_Rewired_IFlightYokeTemplate_get_rightGripHat, (FlightYokeTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9140, void, FlightYokeTemplate__ctor, (FlightYokeTemplate * __this, Object * payload, MethodInfo * method)); DO_APP_FUNC(0x006FCDD0, void, FlightYokeTemplate__cctor, (MethodInfo * method)); DO_APP_FUNC(0x006FCF30, IControllerTemplateAxis *, FlightPedalsTemplate_Rewired_IFlightPedalsTemplate_get_leftPedal, (FlightPedalsTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FCF70, IControllerTemplateAxis *, FlightPedalsTemplate_Rewired_IFlightPedalsTemplate_get_rightPedal, (FlightPedalsTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FCFC0, IControllerTemplateAxis *, FlightPedalsTemplate_Rewired_IFlightPedalsTemplate_get_slide, (FlightPedalsTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9140, void, FlightPedalsTemplate__ctor, (FlightPedalsTemplate * __this, Object * payload, MethodInfo * method)); DO_APP_FUNC(0x006FD010, void, FlightPedalsTemplate__cctor, (MethodInfo * method)); DO_APP_FUNC(0x006FD170, IControllerTemplateAxis *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_extraAxis1, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FD1C0, IControllerTemplateAxis *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_extraAxis2, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FD210, IControllerTemplateAxis *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_extraAxis3, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FD260, IControllerTemplateAxis *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_extraAxis4, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FD2B0, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button1, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FD300, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button2, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FD350, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button3, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FD3A0, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button4, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FD3F0, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button5, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FD440, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button6, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FD490, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button7, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FD4E0, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button8, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FD530, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button9, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FD580, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button10, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FD5D0, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button11, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FD620, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button12, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FD670, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button13, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FD6C0, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button14, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FD710, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button15, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FD760, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button16, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FD7B0, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button17, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FD800, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button18, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FD850, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button19, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FD8A0, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button20, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FD8F0, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button21, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FD940, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button22, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FD990, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button23, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FD9E0, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button24, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FDA30, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button25, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FDA80, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button26, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FDAD0, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button27, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FDB20, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button28, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FDB70, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button29, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FDBC0, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button30, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FDC10, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button31, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FDC60, IControllerTemplateButton *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_button32, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FDCB0, IControllerTemplateHat *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_hat1, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FDD00, IControllerTemplateHat *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_hat2, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FDD50, IControllerTemplateThrottle *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_throttle1, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FDDA0, IControllerTemplateThrottle *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_throttle2, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006FDDF0, IControllerTemplateStick6D *, SixDofControllerTemplate_Rewired_ISixDofControllerTemplate_get_stick, (SixDofControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9140, void, SixDofControllerTemplate__ctor, (SixDofControllerTemplate * __this, Object * payload, MethodInfo * method)); DO_APP_FUNC(0x006FDE40, void, SixDofControllerTemplate__cctor, (MethodInfo * method)); DO_APP_FUNC(0x006FDFA0, void, InputManager_OnInitialized, (InputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x006FE050, void, InputManager_OnDeinitialized, (InputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x006FE060, void, InputManager_DetectPlatform, (InputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputManager_CheckRecompile, (InputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x006FE130, IExternalTools *, InputManager_GetExternalTools, (InputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x006FE180, bool, InputManager_CheckDeviceName, (InputManager * __this, String * searchPattern, String * deviceName, String * deviceModel, MethodInfo * method)); DO_APP_FUNC(0x006FDFA0, void, InputManager_SubscribeEvents, (InputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x006FE230, void, InputManager_UnsubscribeEvents, (InputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x006FE2E0, void, InputManager_OnSceneLoaded, (InputManager * __this, Scene scene, LoadSceneMode__Enum mode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9168, InputManager_OnSceneLoaded__MethodInfo); DO_APP_FUNC(0x006FE390, void, InputManager__ctor, (InputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x006FE480, Func_1_Object_ *, ExternalTools_get_getPlatformInitializerDelegate, (MethodInfo * method)); DO_APP_FUNC(0x006FE4C0, void, ExternalTools_set_getPlatformInitializerDelegate, (Func_1_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExternalTools__ctor, (ExternalTools * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExternalTools_Destroy, (ExternalTools * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, ExternalTools_get_isEditorPaused, (ExternalTools * __this, MethodInfo * method)); DO_APP_FUNC(0x006FE560, void, ExternalTools_add_EditorPausedStateChangedEvent, (ExternalTools * __this, Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x006FE660, void, ExternalTools_remove_EditorPausedStateChangedEvent, (ExternalTools * __this, Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x006FE760, Object *, ExternalTools_GetPlatformInitializer, (ExternalTools * __this, MethodInfo * method)); DO_APP_FUNC(0x006FE820, String *, ExternalTools_GetFocusedEditorWindowTitle, (ExternalTools * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ExternalTools_IsEditorSceneViewFocused, (ExternalTools * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ExternalTools_LinuxInput_IsJoystickPreconfigured, (ExternalTools * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x006FE860, void, ExternalTools_add_XboxOneInput_OnGamepadStateChange, (ExternalTools * __this, Action_2_UInt32_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x006FE970, void, ExternalTools_remove_XboxOneInput_OnGamepadStateChange, (ExternalTools * __this, Action_2_UInt32_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, ExternalTools_XboxOneInput_GetUserIdForGamepad, (ExternalTools * __this, uint32_t id, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, uint64_t, ExternalTools_XboxOneInput_GetControllerId, (ExternalTools * __this, uint32_t unityJoystickId, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ExternalTools_XboxOneInput_IsGamepadActive, (ExternalTools * __this, uint32_t unityJoystickId, MethodInfo * method)); DO_APP_FUNC(0x006FEA80, String *, ExternalTools_XboxOneInput_GetControllerType, (ExternalTools * __this, uint64_t xboxControllerId, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, uint32_t, ExternalTools_XboxOneInput_GetJoystickId, (ExternalTools * __this, uint64_t xboxControllerId, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExternalTools_XboxOne_Gamepad_UpdatePlugin, (ExternalTools * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ExternalTools_XboxOne_Gamepad_SetGamepadVibration, (ExternalTools * __this, uint64_t xboxOneJoystickId, float leftMotor, float rightMotor, float leftTriggerLevel, float rightTriggerLevel, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExternalTools_XboxOne_Gamepad_PulseVibrateMotor, (ExternalTools * __this, uint64_t xboxOneJoystickId, int32_t motorInt, float startLevel, float endLevel, uint64_t durationMS, MethodInfo * method)); DO_APP_FUNC(0x006FEAC0, void, ExternalTools_GetDeviceVIDPIDs, (ExternalTools * __this, List_1_System_Int32_ * * vids, List_1_System_Int32_ * * pids, MethodInfo * method)); DO_APP_FUNC(0x006FEBF0, int32_t, ExternalTools_GetAndroidAPILevel, (ExternalTools * __this, MethodInfo * method)); DO_APP_FUNC(0x006FEC00, void, ExternalTools_WindowsStandalone_ForwardRawInput, (ExternalTools * __this, void * rawInputHeaderIndices, void * rawInputDataIndices, uint32_t indicesCount, void * rawInputData, uint32_t rawInputDataSize, MethodInfo * method)); DO_APP_FUNC(0x006FEDA0, bool, ExternalTools_UnityUI_Graphic_GetRaycastTarget, (ExternalTools * __this, Object * graphic, MethodInfo * method)); DO_APP_FUNC(0x006FEF90, void, ExternalTools_UnityUI_Graphic_SetRaycastTarget, (ExternalTools * __this, Object * graphic, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF180, bool, ExternalTools_get_UnityInput_IsTouchPressureSupported, (ExternalTools * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF1D0, float, ExternalTools_UnityInput_GetTouchPressure, (ExternalTools * __this, Touch * touch, MethodInfo * method)); DO_APP_FUNC(0x006FF1E0, float, ExternalTools_UnityInput_GetTouchMaximumPossiblePressure, (ExternalTools * __this, Touch * touch, MethodInfo * method)); DO_APP_FUNC(0x006FF1F0, IControllerTemplate *, ExternalTools_CreateControllerTemplate, (ExternalTools * __this, Guid typeGuid, Object * payload, MethodInfo * method)); DO_APP_FUNC(0x006FF260, Type__Array *, ExternalTools_GetControllerTemplateTypes, (ExternalTools * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF300, Type__Array *, ExternalTools_GetControllerTemplateInterfaceTypes, (ExternalTools * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, UserDataStore_PlayerPrefs_get_IsEnabled, (UserDataStore_PlayerPrefs * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, UserDataStore_PlayerPrefs_set_IsEnabled, (UserDataStore_PlayerPrefs * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF3A0, bool, UserDataStore_PlayerPrefs_get_LoadDataOnStart, (UserDataStore_PlayerPrefs * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3B0, void, UserDataStore_PlayerPrefs_set_LoadDataOnStart, (UserDataStore_PlayerPrefs * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF3C0, bool, UserDataStore_PlayerPrefs_get_LoadJoystickAssignments, (UserDataStore_PlayerPrefs * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3D0, void, UserDataStore_PlayerPrefs_set_LoadJoystickAssignments, (UserDataStore_PlayerPrefs * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF3E0, bool, UserDataStore_PlayerPrefs_get_LoadKeyboardAssignments, (UserDataStore_PlayerPrefs * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3F0, void, UserDataStore_PlayerPrefs_set_LoadKeyboardAssignments, (UserDataStore_PlayerPrefs * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF400, bool, UserDataStore_PlayerPrefs_get_LoadMouseAssignments, (UserDataStore_PlayerPrefs * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF410, void, UserDataStore_PlayerPrefs_set_LoadMouseAssignments, (UserDataStore_PlayerPrefs * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, UserDataStore_PlayerPrefs_get_PlayerPrefsKeyPrefix, (UserDataStore_PlayerPrefs * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, UserDataStore_PlayerPrefs_set_PlayerPrefsKeyPrefix, (UserDataStore_PlayerPrefs * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x006FF420, String *, UserDataStore_PlayerPrefs_get_playerPrefsKey_controllerAssignments, (UserDataStore_PlayerPrefs * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF4C0, bool, UserDataStore_PlayerPrefs_get_loadControllerAssignments, (UserDataStore_PlayerPrefs * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF4E0, List_1_System_Int32_ *, UserDataStore_PlayerPrefs_get_allActionIds, (UserDataStore_PlayerPrefs * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF7E0, String *, UserDataStore_PlayerPrefs_get_allActionIdsString, (UserDataStore_PlayerPrefs * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF960, void, UserDataStore_PlayerPrefs_Save, (UserDataStore_PlayerPrefs * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF9E0, void, UserDataStore_PlayerPrefs_SaveControllerData, (UserDataStore_PlayerPrefs * __this, int32_t playerId, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC(0x006FFB20, void, UserDataStore_PlayerPrefs_SaveControllerData_1, (UserDataStore_PlayerPrefs * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC(0x006FFC10, void, UserDataStore_PlayerPrefs_SavePlayerData, (UserDataStore_PlayerPrefs * __this, int32_t playerId, MethodInfo * method)); DO_APP_FUNC(0x006FFD40, void, UserDataStore_PlayerPrefs_SaveInputBehavior, (UserDataStore_PlayerPrefs * __this, int32_t playerId, int32_t behaviorId, MethodInfo * method)); DO_APP_FUNC(0x006FFEF0, void, UserDataStore_PlayerPrefs_Load, (UserDataStore_PlayerPrefs * __this, MethodInfo * method)); DO_APP_FUNC(0x006FFF70, void, UserDataStore_PlayerPrefs_LoadControllerData, (UserDataStore_PlayerPrefs * __this, int32_t playerId, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC(0x00700040, void, UserDataStore_PlayerPrefs_LoadControllerData_1, (UserDataStore_PlayerPrefs * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC(0x007000F0, void, UserDataStore_PlayerPrefs_LoadPlayerData, (UserDataStore_PlayerPrefs * __this, int32_t playerId, MethodInfo * method)); DO_APP_FUNC(0x007001E0, void, UserDataStore_PlayerPrefs_LoadInputBehavior, (UserDataStore_PlayerPrefs * __this, int32_t playerId, int32_t behaviorId, MethodInfo * method)); DO_APP_FUNC(0x00700330, void, UserDataStore_PlayerPrefs_OnInitialize, (UserDataStore_PlayerPrefs * __this, MethodInfo * method)); DO_APP_FUNC(0x007003E0, void, UserDataStore_PlayerPrefs_OnControllerConnected, (UserDataStore_PlayerPrefs * __this, ControllerStatusChangedEventArgs * args, MethodInfo * method)); DO_APP_FUNC(0x00700500, void, UserDataStore_PlayerPrefs_OnControllerPreDisconnect, (UserDataStore_PlayerPrefs * __this, ControllerStatusChangedEventArgs * args, MethodInfo * method)); DO_APP_FUNC(0x00700530, void, UserDataStore_PlayerPrefs_OnControllerDisconnected, (UserDataStore_PlayerPrefs * __this, ControllerStatusChangedEventArgs * args, MethodInfo * method)); DO_APP_FUNC(0x00700550, void, UserDataStore_PlayerPrefs_SaveControllerMap, (UserDataStore_PlayerPrefs * __this, int32_t playerId, ControllerMap * controllerMap, MethodInfo * method)); DO_APP_FUNC(0x007005F0, ControllerMap *, UserDataStore_PlayerPrefs_LoadControllerMap, (UserDataStore_PlayerPrefs * __this, int32_t playerId, ControllerIdentifier controllerIdentifier, int32_t categoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x007006D0, int32_t, UserDataStore_PlayerPrefs_LoadAll, (UserDataStore_PlayerPrefs * __this, MethodInfo * method)); DO_APP_FUNC(0x007008E0, int32_t, UserDataStore_PlayerPrefs_LoadPlayerDataNow, (UserDataStore_PlayerPrefs * __this, int32_t playerId, MethodInfo * method)); DO_APP_FUNC(0x00700960, int32_t, UserDataStore_PlayerPrefs_LoadPlayerDataNow_1, (UserDataStore_PlayerPrefs * __this, Player * player, MethodInfo * method)); DO_APP_FUNC(0x00700C20, int32_t, UserDataStore_PlayerPrefs_LoadAllJoystickCalibrationData, (UserDataStore_PlayerPrefs * __this, MethodInfo * method)); DO_APP_FUNC(0x00700E10, int32_t, UserDataStore_PlayerPrefs_LoadJoystickCalibrationData, (UserDataStore_PlayerPrefs * __this, Joystick * joystick, MethodInfo * method)); DO_APP_FUNC(0x00700F80, int32_t, UserDataStore_PlayerPrefs_LoadJoystickCalibrationData_1, (UserDataStore_PlayerPrefs * __this, int32_t joystickId, MethodInfo * method)); DO_APP_FUNC(0x00701000, int32_t, UserDataStore_PlayerPrefs_LoadJoystickData, (UserDataStore_PlayerPrefs * __this, int32_t joystickId, MethodInfo * method)); DO_APP_FUNC(0x00701370, int32_t, UserDataStore_PlayerPrefs_LoadControllerDataNow, (UserDataStore_PlayerPrefs * __this, int32_t playerId, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC(0x007013F0, int32_t, UserDataStore_PlayerPrefs_LoadControllerDataNow_1, (UserDataStore_PlayerPrefs * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC(0x00701410, int32_t, UserDataStore_PlayerPrefs_LoadControllerMaps, (UserDataStore_PlayerPrefs * __this, int32_t playerId, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC(0x00701770, ControllerMap *, UserDataStore_PlayerPrefs_LoadControllerMap_1, (UserDataStore_PlayerPrefs * __this, Player * player, ControllerIdentifier controllerIdentifier, int32_t categoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x00701910, int32_t, UserDataStore_PlayerPrefs_LoadInputBehaviors, (UserDataStore_PlayerPrefs * __this, int32_t playerId, MethodInfo * method)); DO_APP_FUNC(0x00701B50, int32_t, UserDataStore_PlayerPrefs_LoadInputBehaviorNow, (UserDataStore_PlayerPrefs * __this, int32_t playerId, int32_t behaviorId, MethodInfo * method)); DO_APP_FUNC(0x00701C30, int32_t, UserDataStore_PlayerPrefs_LoadInputBehaviorNow_1, (UserDataStore_PlayerPrefs * __this, Player * player, InputBehavior * inputBehavior, MethodInfo * method)); DO_APP_FUNC(0x00701DB0, bool, UserDataStore_PlayerPrefs_LoadControllerAssignmentsNow, (UserDataStore_PlayerPrefs * __this, MethodInfo * method)); DO_APP_FUNC(0x00701E20, bool, UserDataStore_PlayerPrefs_LoadKeyboardAndMouseAssignmentsNow, (UserDataStore_PlayerPrefs * __this, UserDataStore_PlayerPrefs_ControllerAssignmentSaveInfo * data, MethodInfo * method)); DO_APP_FUNC(0x007021C0, bool, UserDataStore_PlayerPrefs_LoadJoystickAssignmentsNow, (UserDataStore_PlayerPrefs * __this, UserDataStore_PlayerPrefs_ControllerAssignmentSaveInfo * data, MethodInfo * method)); DO_APP_FUNC(0x00703140, UserDataStore_PlayerPrefs_ControllerAssignmentSaveInfo *, UserDataStore_PlayerPrefs_LoadControllerAssignmentData, (UserDataStore_PlayerPrefs * __this, MethodInfo * method)); DO_APP_FUNC(0x007032B0, IEnumerator *, UserDataStore_PlayerPrefs_LoadJoystickAssignmentsDeferred, (UserDataStore_PlayerPrefs * __this, MethodInfo * method)); DO_APP_FUNC(0x00703350, void, UserDataStore_PlayerPrefs_SaveAll, (UserDataStore_PlayerPrefs * __this, MethodInfo * method)); DO_APP_FUNC(0x007035A0, void, UserDataStore_PlayerPrefs_SavePlayerDataNow, (UserDataStore_PlayerPrefs * __this, int32_t playerId, MethodInfo * method)); DO_APP_FUNC(0x00703660, void, UserDataStore_PlayerPrefs_SavePlayerDataNow_1, (UserDataStore_PlayerPrefs * __this, Player * player, MethodInfo * method)); DO_APP_FUNC(0x007037B0, void, UserDataStore_PlayerPrefs_SaveAllJoystickCalibrationData, (UserDataStore_PlayerPrefs * __this, MethodInfo * method)); DO_APP_FUNC(0x00703990, void, UserDataStore_PlayerPrefs_SaveJoystickCalibrationData, (UserDataStore_PlayerPrefs * __this, int32_t joystickId, MethodInfo * method)); DO_APP_FUNC(0x00703A10, void, UserDataStore_PlayerPrefs_SaveJoystickCalibrationData_1, (UserDataStore_PlayerPrefs * __this, Joystick * joystick, MethodInfo * method)); DO_APP_FUNC(0x00703C10, void, UserDataStore_PlayerPrefs_SaveJoystickData, (UserDataStore_PlayerPrefs * __this, int32_t joystickId, MethodInfo * method)); DO_APP_FUNC(0x00703F60, void, UserDataStore_PlayerPrefs_SaveControllerDataNow, (UserDataStore_PlayerPrefs * __this, int32_t playerId, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC(0x00704030, void, UserDataStore_PlayerPrefs_SaveControllerDataNow_1, (UserDataStore_PlayerPrefs * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC(0x00704090, void, UserDataStore_PlayerPrefs_SaveControllerMaps, (UserDataStore_PlayerPrefs * __this, Player * player, PlayerSaveData playerSaveData, MethodInfo * method)); DO_APP_FUNC(0x00704290, void, UserDataStore_PlayerPrefs_SaveControllerMaps_1, (UserDataStore_PlayerPrefs * __this, int32_t playerId, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC(0x00704450, void, UserDataStore_PlayerPrefs_SaveControllerMap_1, (UserDataStore_PlayerPrefs * __this, Player * player, ControllerMap * controllerMap, MethodInfo * method)); DO_APP_FUNC(0x00704740, void, UserDataStore_PlayerPrefs_SaveInputBehaviors, (UserDataStore_PlayerPrefs * __this, Player * player, PlayerSaveData playerSaveData, MethodInfo * method)); DO_APP_FUNC(0x007047F0, void, UserDataStore_PlayerPrefs_SaveInputBehaviorNow, (UserDataStore_PlayerPrefs * __this, int32_t playerId, int32_t behaviorId, MethodInfo * method)); DO_APP_FUNC(0x00704930, void, UserDataStore_PlayerPrefs_SaveInputBehaviorNow_1, (UserDataStore_PlayerPrefs * __this, Player * player, InputBehavior * inputBehavior, MethodInfo * method)); DO_APP_FUNC(0x00704980, bool, UserDataStore_PlayerPrefs_SaveControllerAssignments, (UserDataStore_PlayerPrefs * __this, MethodInfo * method)); DO_APP_FUNC(0x00704F80, bool, UserDataStore_PlayerPrefs_ControllerAssignmentSaveDataExists, (UserDataStore_PlayerPrefs * __this, MethodInfo * method)); DO_APP_FUNC(0x00705020, String *, UserDataStore_PlayerPrefs_GetBasePlayerPrefsKey, (UserDataStore_PlayerPrefs * __this, Player * player, MethodInfo * method)); DO_APP_FUNC(0x00705090, String *, UserDataStore_PlayerPrefs_GetControllerMapPlayerPrefsKey, (UserDataStore_PlayerPrefs * __this, Player * player, ControllerIdentifier controllerIdentifier, int32_t categoryId, int32_t layoutId, int32_t ppKeyVersion, MethodInfo * method)); DO_APP_FUNC(0x007051B0, String *, UserDataStore_PlayerPrefs_GetControllerMapKnownActionIdsPlayerPrefsKey, (UserDataStore_PlayerPrefs * __this, Player * player, ControllerIdentifier controllerIdentifier, int32_t categoryId, int32_t layoutId, int32_t ppKeyVersion, MethodInfo * method)); DO_APP_FUNC(0x007052D0, String *, UserDataStore_PlayerPrefs_GetControllerMapPlayerPrefsKeyCommonSuffix, (Player * player, ControllerIdentifier controllerIdentifier, int32_t categoryId, int32_t layoutId, int32_t ppKeyVersion, MethodInfo * method)); DO_APP_FUNC(0x007058C0, String *, UserDataStore_PlayerPrefs_GetJoystickCalibrationMapPlayerPrefsKey, (UserDataStore_PlayerPrefs * __this, Joystick * joystick, MethodInfo * method)); DO_APP_FUNC(0x00705A40, String *, UserDataStore_PlayerPrefs_GetInputBehaviorPlayerPrefsKey, (UserDataStore_PlayerPrefs * __this, Player * player, int32_t inputBehaviorId, MethodInfo * method)); DO_APP_FUNC(0x00705B20, String *, UserDataStore_PlayerPrefs_GetControllerMapXml, (UserDataStore_PlayerPrefs * __this, Player * player, ControllerIdentifier controllerIdentifier, int32_t categoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x00705C20, List_1_System_Int32_ *, UserDataStore_PlayerPrefs_GetControllerMapKnownActionIds, (UserDataStore_PlayerPrefs * __this, Player * player, ControllerIdentifier controllerIdentifier, int32_t categoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x00705E40, String *, UserDataStore_PlayerPrefs_GetJoystickCalibrationMapXml, (UserDataStore_PlayerPrefs * __this, Joystick * joystick, MethodInfo * method)); DO_APP_FUNC(0x00705F00, String *, UserDataStore_PlayerPrefs_GetInputBehaviorXml, (UserDataStore_PlayerPrefs * __this, Player * player, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x00705FD0, void, UserDataStore_PlayerPrefs_AddDefaultMappingsForNewActions, (UserDataStore_PlayerPrefs * __this, ControllerIdentifier controllerIdentifier, ControllerMap * controllerMap, List_1_System_Int32_ * knownActionIds, MethodInfo * method)); DO_APP_FUNC(0x00706640, Joystick *, UserDataStore_PlayerPrefs_FindJoystickPrecise, (UserDataStore_PlayerPrefs * __this, UserDataStore_PlayerPrefs_ControllerAssignmentSaveInfo_JoystickInfo * joystickInfo, MethodInfo * method)); DO_APP_FUNC(0x00706810, bool, UserDataStore_PlayerPrefs_TryFindJoysticksImprecise, (UserDataStore_PlayerPrefs * __this, UserDataStore_PlayerPrefs_ControllerAssignmentSaveInfo_JoystickInfo * joystickInfo, List_1_Rewired_Joystick_ * * matches, MethodInfo * method)); DO_APP_FUNC(0x00706BC0, int32_t, UserDataStore_PlayerPrefs_GetDuplicateIndex, (Player * player, ControllerIdentifier controllerIdentifier, MethodInfo * method)); DO_APP_FUNC(0x00707060, void, UserDataStore_PlayerPrefs_RefreshLayoutManager, (UserDataStore_PlayerPrefs * __this, int32_t playerId, MethodInfo * method)); DO_APP_FUNC(0x007070F0, Type *, UserDataStore_PlayerPrefs_GetControllerMapType, (ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC(0x00707260, void, UserDataStore_PlayerPrefs__ctor, (UserDataStore_PlayerPrefs * __this, MethodInfo * method)); DO_APP_FUNC(0x00707330, int32_t, UserDataStore_PlayerPrefs_ControllerAssignmentSaveInfo_get_playerCount, (UserDataStore_PlayerPrefs_ControllerAssignmentSaveInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UserDataStore_PlayerPrefs_ControllerAssignmentSaveInfo__ctor, (UserDataStore_PlayerPrefs_ControllerAssignmentSaveInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00707350, void, UserDataStore_PlayerPrefs_ControllerAssignmentSaveInfo__ctor_1, (UserDataStore_PlayerPrefs_ControllerAssignmentSaveInfo * __this, int32_t playerCount, MethodInfo * method)); DO_APP_FUNC(0x007074F0, int32_t, UserDataStore_PlayerPrefs_ControllerAssignmentSaveInfo_IndexOfPlayer, (UserDataStore_PlayerPrefs_ControllerAssignmentSaveInfo * __this, int32_t playerId, MethodInfo * method)); DO_APP_FUNC(0x00707550, bool, UserDataStore_PlayerPrefs_ControllerAssignmentSaveInfo_ContainsPlayer, (UserDataStore_PlayerPrefs_ControllerAssignmentSaveInfo * __this, int32_t playerId, MethodInfo * method)); DO_APP_FUNC(0x007075B0, int32_t, UserDataStore_PlayerPrefs_ControllerAssignmentSaveInfo_PlayerInfo_get_joystickCount, (UserDataStore_PlayerPrefs_ControllerAssignmentSaveInfo_PlayerInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x007075D0, int32_t, UserDataStore_PlayerPrefs_ControllerAssignmentSaveInfo_PlayerInfo_IndexOfJoystick, (UserDataStore_PlayerPrefs_ControllerAssignmentSaveInfo_PlayerInfo * __this, int32_t joystickId, MethodInfo * method)); DO_APP_FUNC(0x00707630, bool, UserDataStore_PlayerPrefs_ControllerAssignmentSaveInfo_PlayerInfo_ContainsJoystick, (UserDataStore_PlayerPrefs_ControllerAssignmentSaveInfo_PlayerInfo * __this, int32_t joystickId, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UserDataStore_PlayerPrefs_ControllerAssignmentSaveInfo_PlayerInfo__ctor, (UserDataStore_PlayerPrefs_ControllerAssignmentSaveInfo_PlayerInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UserDataStore_PlayerPrefs_ControllerAssignmentSaveInfo_JoystickInfo__ctor, (UserDataStore_PlayerPrefs_ControllerAssignmentSaveInfo_JoystickInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00707690, void, UserDataStore_PlayerPrefs_JoystickAssignmentHistoryInfo__ctor, (UserDataStore_PlayerPrefs_JoystickAssignmentHistoryInfo * __this, Joystick * joystick, int32_t oldJoystickId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8ED0, UserDataStore_PlayerPrefs_JoystickAssignmentHistoryInfo__ctor__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserDataStore_PlayerPrefs_c_DisplayClass78_0__ctor, (UserDataStore_PlayerPrefs_c_DisplayClass78_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00707750, bool, UserDataStore_PlayerPrefs_c_DisplayClass78_0__LoadJoystickAssignmentsNow_b__0, (UserDataStore_PlayerPrefs_c_DisplayClass78_0 * __this, UserDataStore_PlayerPrefs_JoystickAssignmentHistoryInfo * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9030, UserDataStore_PlayerPrefs_c_DisplayClass78_0__LoadJoystickAssignmentsNow_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserDataStore_PlayerPrefs_c_DisplayClass78_1__ctor, (UserDataStore_PlayerPrefs_c_DisplayClass78_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00707770, bool, UserDataStore_PlayerPrefs_c_DisplayClass78_1__LoadJoystickAssignmentsNow_b__1, (UserDataStore_PlayerPrefs_c_DisplayClass78_1 * __this, UserDataStore_PlayerPrefs_JoystickAssignmentHistoryInfo * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9020, UserDataStore_PlayerPrefs_c_DisplayClass78_1__LoadJoystickAssignmentsNow_b__1__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserDataStore_PlayerPrefs_c_DisplayClass78_2__ctor, (UserDataStore_PlayerPrefs_c_DisplayClass78_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00707750, bool, UserDataStore_PlayerPrefs_c_DisplayClass78_2__LoadJoystickAssignmentsNow_b__2, (UserDataStore_PlayerPrefs_c_DisplayClass78_2 * __this, UserDataStore_PlayerPrefs_JoystickAssignmentHistoryInfo * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9010, UserDataStore_PlayerPrefs_c_DisplayClass78_2__LoadJoystickAssignmentsNow_b__2__MethodInfo); DO_APP_FUNC(0x003BAD60, void, UserDataStore_PlayerPrefs_LoadJoystickAssignmentsDeferred_d_80__ctor, (UserDataStore_PlayerPrefs_LoadJoystickAssignmentsDeferred_d_80 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UserDataStore_PlayerPrefs_LoadJoystickAssignmentsDeferred_d_80_System_IDisposable_Dispose, (UserDataStore_PlayerPrefs_LoadJoystickAssignmentsDeferred_d_80 * __this, MethodInfo * method)); DO_APP_FUNC(0x007077A0, bool, UserDataStore_PlayerPrefs_LoadJoystickAssignmentsDeferred_d_80_MoveNext, (UserDataStore_PlayerPrefs_LoadJoystickAssignmentsDeferred_d_80 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, UserDataStore_PlayerPrefs_LoadJoystickAssignmentsDeferred_d_80_System_Collections_Generic_IEnumerator_System_Object__get_Current, (UserDataStore_PlayerPrefs_LoadJoystickAssignmentsDeferred_d_80 * __this, MethodInfo * method)); DO_APP_FUNC(0x007078E0, void, UserDataStore_PlayerPrefs_LoadJoystickAssignmentsDeferred_d_80_System_Collections_IEnumerator_Reset, (UserDataStore_PlayerPrefs_LoadJoystickAssignmentsDeferred_d_80 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8EC0, UserDataStore_PlayerPrefs_LoadJoystickAssignmentsDeferred_d_80_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, UserDataStore_PlayerPrefs_LoadJoystickAssignmentsDeferred_d_80_System_Collections_IEnumerator_get_Current, (UserDataStore_PlayerPrefs_LoadJoystickAssignmentsDeferred_d_80 * __this, MethodInfo * method)); DO_APP_FUNC(0x00707930, Type__Array *, ControllerTemplateFactory_get_templateTypes, (MethodInfo * method)); DO_APP_FUNC(0x00707990, Type__Array *, ControllerTemplateFactory_get_templateInterfaceTypes, (MethodInfo * method)); DO_APP_FUNC(0x007079F0, IControllerTemplate *, ControllerTemplateFactory_Create, (Guid typeGuid, Object * payload, MethodInfo * method)); DO_APP_FUNC(0x007080A0, void, ControllerTemplateFactory__cctor, (MethodInfo * method)); DO_APP_FUNC(0x007086B0, int32_t, PlayerPointerEventData_get_playerId, (PlayerPointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x007086C0, void, PlayerPointerEventData_set_playerId, (PlayerPointerEventData * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x007086D0, int32_t, PlayerPointerEventData_get_inputSourceIndex, (PlayerPointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x007086E0, void, PlayerPointerEventData_set_inputSourceIndex, (PlayerPointerEventData * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x007086F0, IMouseInputSource *, PlayerPointerEventData_get_mouseSource, (PlayerPointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x00708700, void, PlayerPointerEventData_set_mouseSource, (PlayerPointerEventData * __this, IMouseInputSource * value, MethodInfo * method)); DO_APP_FUNC(0x00708760, ITouchInputSource *, PlayerPointerEventData_get_touchSource, (PlayerPointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x00708770, void, PlayerPointerEventData_set_touchSource, (PlayerPointerEventData * __this, ITouchInputSource * value, MethodInfo * method)); DO_APP_FUNC(0x007087D0, PointerEventType__Enum, PlayerPointerEventData_get_sourceType, (PlayerPointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x007087E0, void, PlayerPointerEventData_set_sourceType, (PlayerPointerEventData * __this, PointerEventType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x007087F0, int32_t, PlayerPointerEventData_get_buttonIndex, (PlayerPointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x00708800, void, PlayerPointerEventData_set_buttonIndex, (PlayerPointerEventData * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00708810, void, PlayerPointerEventData__ctor, (PlayerPointerEventData * __this, EventSystem * eventSystem, MethodInfo * method)); DO_APP_FUNC(0x00708840, String *, PlayerPointerEventData_ToString, (PlayerPointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F5E0, bool, RewiredEventSystem_get_alwaysUpdate, (RewiredEventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F5F0, void, RewiredEventSystem_set_alwaysUpdate, (RewiredEventSystem * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00708CD0, void, RewiredEventSystem_Update, (RewiredEventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x007090D0, void, RewiredEventSystem__ctor, (RewiredEventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x00709120, RewiredPointerInputModule_UnityInputSource *, RewiredPointerInputModule_get_defaultInputSource, (RewiredPointerInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x007091D0, IMouseInputSource *, RewiredPointerInputModule_get_defaultMouseInputSource, (RewiredPointerInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x007091D0, ITouchInputSource *, RewiredPointerInputModule_get_defaultTouchInputSource, (RewiredPointerInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x007091E0, bool, RewiredPointerInputModule_IsDefaultMouse, (RewiredPointerInputModule * __this, IMouseInputSource * mouse, MethodInfo * method)); DO_APP_FUNC(0x00709200, IMouseInputSource *, RewiredPointerInputModule_GetMouseInputSource, (RewiredPointerInputModule * __this, int32_t playerId, int32_t mouseIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8DE8, RewiredPointerInputModule_GetMouseInputSource__MethodInfo); DO_APP_FUNC(0x00709410, void, RewiredPointerInputModule_RemoveMouseInputSource, (RewiredPointerInputModule * __this, IMouseInputSource * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8DC8, RewiredPointerInputModule_RemoveMouseInputSource__MethodInfo); DO_APP_FUNC(0x007094C0, void, RewiredPointerInputModule_AddMouseInputSource, (RewiredPointerInputModule * __this, IMouseInputSource * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8DB8, RewiredPointerInputModule_AddMouseInputSource__MethodInfo); DO_APP_FUNC(0x00709600, int32_t, RewiredPointerInputModule_GetMouseInputSourceCount, (RewiredPointerInputModule * __this, int32_t playerId, MethodInfo * method)); DO_APP_FUNC(0x00709780, ITouchInputSource *, RewiredPointerInputModule_GetTouchInputSource, (RewiredPointerInputModule * __this, int32_t playerId, int32_t sourceIndex, MethodInfo * method)); DO_APP_FUNC(0x00709810, void, RewiredPointerInputModule_RemoveTouchInputSource, (RewiredPointerInputModule * __this, ITouchInputSource * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8DA8, RewiredPointerInputModule_RemoveTouchInputSource__MethodInfo); DO_APP_FUNC(0x007098E0, void, RewiredPointerInputModule_AddTouchInputSource, (RewiredPointerInputModule * __this, ITouchInputSource * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8DA0, RewiredPointerInputModule_AddTouchInputSource__MethodInfo); DO_APP_FUNC(0x007099F0, int32_t, RewiredPointerInputModule_GetTouchInputSourceCount, (RewiredPointerInputModule * __this, int32_t playerId, MethodInfo * method)); DO_APP_FUNC(0x00709A20, void, RewiredPointerInputModule_ClearMouseInputSources, (RewiredPointerInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00709A90, bool, RewiredPointerInputModule_get_isMouseSupported, (RewiredPointerInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00709BC0, bool, RewiredPointerInputModule_GetPointerData, (RewiredPointerInputModule * __this, int32_t playerId, int32_t pointerIndex, int32_t pointerTypeId, PlayerPointerEventData * * data, bool create, PointerEventType__Enum pointerEventType, MethodInfo * method)); DO_APP_FUNC(0x0070A3D0, PlayerPointerEventData *, RewiredPointerInputModule_CreatePointerEventData, (RewiredPointerInputModule * __this, int32_t playerId, int32_t pointerIndex, int32_t pointerTypeId, PointerEventType__Enum pointerEventType, MethodInfo * method)); DO_APP_FUNC(0x0070A560, void, RewiredPointerInputModule_RemovePointerData, (RewiredPointerInputModule * __this, PlayerPointerEventData * data, MethodInfo * method)); DO_APP_FUNC(0x0070A620, PlayerPointerEventData *, RewiredPointerInputModule_GetTouchPointerEventData, (RewiredPointerInputModule * __this, int32_t playerId, int32_t touchDeviceIndex, Touch input, bool * pressed, bool * released, MethodInfo * method)); DO_APP_FUNC(0x0070A920, RewiredPointerInputModule_MouseState *, RewiredPointerInputModule_GetMousePointerEventData, (RewiredPointerInputModule * __this, int32_t playerId, int32_t mouseIndex, MethodInfo * method)); DO_APP_FUNC(0x0070B650, PlayerPointerEventData *, RewiredPointerInputModule_GetLastPointerEventData, (RewiredPointerInputModule * __this, int32_t playerId, int32_t pointerIndex, int32_t pointerTypeId, bool ignorePointerTypeId, PointerEventType__Enum pointerEventType, MethodInfo * method)); DO_APP_FUNC(0x0070B8A0, bool, RewiredPointerInputModule_ShouldStartDrag, (Vector2 pressPos, Vector2 currentPos, float threshold, bool useDragThreshold, MethodInfo * method)); DO_APP_FUNC(0x0070B8F0, void, RewiredPointerInputModule_ProcessMove, (RewiredPointerInputModule * __this, PlayerPointerEventData * pointerEvent, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8D08, RewiredPointerInputModule_ProcessMove__MethodInfo); DO_APP_FUNC(0x0070BA20, void, RewiredPointerInputModule_ProcessDrag, (RewiredPointerInputModule * __this, PlayerPointerEventData * pointerEvent, MethodInfo * method)); DO_APP_FUNC(0x0070BEA0, bool, RewiredPointerInputModule_IsPointerOverGameObject, (RewiredPointerInputModule * __this, int32_t pointerTypeId, MethodInfo * method)); DO_APP_FUNC(0x0070C1A0, void, RewiredPointerInputModule_ClearSelection, (RewiredPointerInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070C580, String *, RewiredPointerInputModule_ToString, (RewiredPointerInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070CC00, void, RewiredPointerInputModule_DeselectIfSelectionChanged, (RewiredPointerInputModule * __this, GameObject * currentOverGo, BaseEventData * pointerEvent, MethodInfo * method)); DO_APP_FUNC(0x0070CE00, void, RewiredPointerInputModule_CopyFromTo, (RewiredPointerInputModule * __this, PointerEventData * from, PointerEventData * to, MethodInfo * method)); DO_APP_FUNC(0x0070CF70, PointerEventData_FramePressState__Enum, RewiredPointerInputModule_StateForMouseButton, (RewiredPointerInputModule * __this, int32_t playerId, int32_t mouseIndex, int32_t buttonId, MethodInfo * method)); DO_APP_FUNC(0x0070D040, void, RewiredPointerInputModule__ctor, (RewiredPointerInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070D330, bool, RewiredPointerInputModule_MouseState_AnyPressesThisFrame, (RewiredPointerInputModule_MouseState * __this, MethodInfo * method)); DO_APP_FUNC(0x0070D3F0, bool, RewiredPointerInputModule_MouseState_AnyReleasesThisFrame, (RewiredPointerInputModule_MouseState * __this, MethodInfo * method)); DO_APP_FUNC(0x0070D4B0, RewiredPointerInputModule_ButtonState *, RewiredPointerInputModule_MouseState_GetButtonState, (RewiredPointerInputModule_MouseState * __this, int32_t button, MethodInfo * method)); DO_APP_FUNC(0x0070D6B0, void, RewiredPointerInputModule_MouseState_SetButtonState, (RewiredPointerInputModule_MouseState * __this, int32_t button, PointerEventData_FramePressState__Enum stateForMouseButton, PlayerPointerEventData * data, MethodInfo * method)); DO_APP_FUNC(0x0070D750, void, RewiredPointerInputModule_MouseState__ctor, (RewiredPointerInputModule_MouseState * __this, MethodInfo * method)); DO_APP_FUNC(0x0070D820, bool, RewiredPointerInputModule_MouseButtonEventData_PressedThisFrame, (RewiredPointerInputModule_MouseButtonEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x0070D840, bool, RewiredPointerInputModule_MouseButtonEventData_ReleasedThisFrame, (RewiredPointerInputModule_MouseButtonEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RewiredPointerInputModule_MouseButtonEventData__ctor, (RewiredPointerInputModule_MouseButtonEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, RewiredPointerInputModule_MouseButtonEventData *, RewiredPointerInputModule_ButtonState_get_eventData, (RewiredPointerInputModule_ButtonState * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, RewiredPointerInputModule_ButtonState_set_eventData, (RewiredPointerInputModule_ButtonState * __this, RewiredPointerInputModule_MouseButtonEventData * value, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, RewiredPointerInputModule_ButtonState_get_button, (RewiredPointerInputModule_ButtonState * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, RewiredPointerInputModule_ButtonState_set_button, (RewiredPointerInputModule_ButtonState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RewiredPointerInputModule_ButtonState__ctor, (RewiredPointerInputModule_ButtonState * __this, MethodInfo * method)); DO_APP_FUNC(0x0070D860, int32_t, RewiredPointerInputModule_UnityInputSource_Rewired_UI_IMouseInputSource_get_playerId, (RewiredPointerInputModule_UnityInputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x0070D860, int32_t, RewiredPointerInputModule_UnityInputSource_Rewired_UI_ITouchInputSource_get_playerId, (RewiredPointerInputModule_UnityInputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x0070D880, bool, RewiredPointerInputModule_UnityInputSource_Rewired_UI_IMouseInputSource_get_enabled, (RewiredPointerInputModule_UnityInputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x0070D8D0, bool, RewiredPointerInputModule_UnityInputSource_Rewired_UI_IMouseInputSource_get_locked, (RewiredPointerInputModule_UnityInputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x0070D930, int32_t, RewiredPointerInputModule_UnityInputSource_Rewired_UI_IMouseInputSource_get_buttonCount, (RewiredPointerInputModule_UnityInputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x0070D950, bool, RewiredPointerInputModule_UnityInputSource_Rewired_UI_IMouseInputSource_GetButtonDown, (RewiredPointerInputModule_UnityInputSource * __this, int32_t button, MethodInfo * method)); DO_APP_FUNC(0x0070D9B0, bool, RewiredPointerInputModule_UnityInputSource_Rewired_UI_IMouseInputSource_GetButtonUp, (RewiredPointerInputModule_UnityInputSource * __this, int32_t button, MethodInfo * method)); DO_APP_FUNC(0x0070DA10, bool, RewiredPointerInputModule_UnityInputSource_Rewired_UI_IMouseInputSource_GetButton, (RewiredPointerInputModule_UnityInputSource * __this, int32_t button, MethodInfo * method)); DO_APP_FUNC(0x0070DA70, Vector2, RewiredPointerInputModule_UnityInputSource_Rewired_UI_IMouseInputSource_get_screenPosition, (RewiredPointerInputModule_UnityInputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DAF0, Vector2, RewiredPointerInputModule_UnityInputSource_Rewired_UI_IMouseInputSource_get_screenPositionDelta, (RewiredPointerInputModule_UnityInputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DB30, Vector2, RewiredPointerInputModule_UnityInputSource_Rewired_UI_IMouseInputSource_get_wheelDelta, (RewiredPointerInputModule_UnityInputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DB90, bool, RewiredPointerInputModule_UnityInputSource_Rewired_UI_ITouchInputSource_get_touchSupported, (RewiredPointerInputModule_UnityInputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DBE0, int32_t, RewiredPointerInputModule_UnityInputSource_Rewired_UI_ITouchInputSource_get_touchCount, (RewiredPointerInputModule_UnityInputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DC30, Touch, RewiredPointerInputModule_UnityInputSource_Rewired_UI_ITouchInputSource_GetTouch, (RewiredPointerInputModule_UnityInputSource * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0070DCF0, void, RewiredPointerInputModule_UnityInputSource_TryUpdate, (RewiredPointerInputModule_UnityInputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE10, void, RewiredPointerInputModule_UnityInputSource__ctor, (RewiredPointerInputModule_UnityInputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, InputManager_Base *, RewiredStandaloneInputModule_get_RewiredInputManager, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE20, void, RewiredStandaloneInputModule_set_RewiredInputManager, (RewiredStandaloneInputModule * __this, InputManager_Base * value, MethodInfo * method)); DO_APP_FUNC(0x00562610, bool, RewiredStandaloneInputModule_get_UseAllRewiredGamePlayers, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE80, void, RewiredStandaloneInputModule_set_UseAllRewiredGamePlayers, (RewiredStandaloneInputModule * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00648660, bool, RewiredStandaloneInputModule_get_UseRewiredSystemPlayer, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DEA0, void, RewiredStandaloneInputModule_set_UseRewiredSystemPlayer, (RewiredStandaloneInputModule * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0070DEC0, Int32__Array *, RewiredStandaloneInputModule_get_RewiredPlayerIds, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DF40, void, RewiredStandaloneInputModule_set_RewiredPlayerIds, (RewiredStandaloneInputModule * __this, Int32__Array * value, MethodInfo * method)); DO_APP_FUNC(0x0070E040, bool, RewiredStandaloneInputModule_get_UsePlayingPlayersOnly, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E050, void, RewiredStandaloneInputModule_set_UsePlayingPlayersOnly, (RewiredStandaloneInputModule * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0070E060, List_1_Rewired_Components_PlayerMouse_ *, RewiredStandaloneInputModule_get_PlayerMice, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E0E0, void, RewiredStandaloneInputModule_set_PlayerMice, (RewiredStandaloneInputModule * __this, List_1_Rewired_Components_PlayerMouse_ * value, MethodInfo * method)); DO_APP_FUNC(0x0070E270, bool, RewiredStandaloneInputModule_get_MoveOneElementPerAxisPress, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E280, void, RewiredStandaloneInputModule_set_MoveOneElementPerAxisPress, (RewiredStandaloneInputModule * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0070E290, bool, RewiredStandaloneInputModule_get_allowMouseInput, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E2A0, void, RewiredStandaloneInputModule_set_allowMouseInput, (RewiredStandaloneInputModule * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0070E2B0, bool, RewiredStandaloneInputModule_get_allowMouseInputIfTouchSupported, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E2C0, void, RewiredStandaloneInputModule_set_allowMouseInputIfTouchSupported, (RewiredStandaloneInputModule * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0070E2D0, bool, RewiredStandaloneInputModule_get_allowTouchInput, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E2E0, void, RewiredStandaloneInputModule_set_allowTouchInput, (RewiredStandaloneInputModule * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0070E2F0, bool, RewiredStandaloneInputModule_get_deselectIfBackgroundClicked, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E300, void, RewiredStandaloneInputModule_set_deselectIfBackgroundClicked, (RewiredStandaloneInputModule * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0070E310, bool, RewiredStandaloneInputModule_get_deselectBeforeSelecting, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E320, void, RewiredStandaloneInputModule_set_deselectBeforeSelecting, (RewiredStandaloneInputModule * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0070E330, bool, RewiredStandaloneInputModule_get_SetActionsById, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E340, void, RewiredStandaloneInputModule_set_SetActionsById, (RewiredStandaloneInputModule * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0070E360, int32_t, RewiredStandaloneInputModule_get_HorizontalActionId, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E370, void, RewiredStandaloneInputModule_set_HorizontalActionId, (RewiredStandaloneInputModule * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0070E4E0, int32_t, RewiredStandaloneInputModule_get_VerticalActionId, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E4F0, void, RewiredStandaloneInputModule_set_VerticalActionId, (RewiredStandaloneInputModule * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0070E660, int32_t, RewiredStandaloneInputModule_get_SubmitActionId, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E670, void, RewiredStandaloneInputModule_set_SubmitActionId, (RewiredStandaloneInputModule * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0070E7E0, int32_t, RewiredStandaloneInputModule_get_CancelActionId, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E7F0, void, RewiredStandaloneInputModule_set_CancelActionId, (RewiredStandaloneInputModule * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0070E960, bool, RewiredStandaloneInputModule_get_isMouseSupported, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E2D0, bool, RewiredStandaloneInputModule_get_isTouchAllowed, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070EAB0, bool, RewiredStandaloneInputModule_get_allowActivationOnMobileDevice, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070EAC0, void, RewiredStandaloneInputModule_set_allowActivationOnMobileDevice, (RewiredStandaloneInputModule * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0070EAB0, bool, RewiredStandaloneInputModule_get_forceModuleActive, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070EAC0, void, RewiredStandaloneInputModule_set_forceModuleActive, (RewiredStandaloneInputModule * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0070EAD0, float, RewiredStandaloneInputModule_get_inputActionsPerSecond, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070EAE0, void, RewiredStandaloneInputModule_set_inputActionsPerSecond, (RewiredStandaloneInputModule * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0070EAF0, float, RewiredStandaloneInputModule_get_repeatDelay, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070EB00, void, RewiredStandaloneInputModule_set_repeatDelay, (RewiredStandaloneInputModule * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x004B2C80, String *, RewiredStandaloneInputModule_get_horizontalAxis, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070EB10, void, RewiredStandaloneInputModule_set_horizontalAxis, (RewiredStandaloneInputModule * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0070EC40, String *, RewiredStandaloneInputModule_get_verticalAxis, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070EC50, void, RewiredStandaloneInputModule_set_verticalAxis, (RewiredStandaloneInputModule * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0070ED80, String *, RewiredStandaloneInputModule_get_submitButton, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070ED90, void, RewiredStandaloneInputModule_set_submitButton, (RewiredStandaloneInputModule * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x004F66F0, String *, RewiredStandaloneInputModule_get_cancelButton, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070EEC0, void, RewiredStandaloneInputModule_set_cancelButton, (RewiredStandaloneInputModule * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0070EFF0, void, RewiredStandaloneInputModule__ctor, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070F350, void, RewiredStandaloneInputModule_Awake, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070F580, void, RewiredStandaloneInputModule_UpdateModule, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, RewiredStandaloneInputModule_IsModuleSupported, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070F650, bool, RewiredStandaloneInputModule_ShouldActivateModule, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070FDC0, void, RewiredStandaloneInputModule_ActivateModule, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070FFB0, void, RewiredStandaloneInputModule_DeactivateModule, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0070FFC0, void, RewiredStandaloneInputModule_Process, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00710430, bool, RewiredStandaloneInputModule_ProcessTouchEvents, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00710760, void, RewiredStandaloneInputModule_ProcessTouchPress, (RewiredStandaloneInputModule * __this, PointerEventData * pointerEvent, bool pressed, bool released, MethodInfo * method)); DO_APP_FUNC(0x00711670, bool, RewiredStandaloneInputModule_SendSubmitEventToSelectedObject, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00711980, Vector2, RewiredStandaloneInputModule_GetRawMoveVector, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00711D00, bool, RewiredStandaloneInputModule_SendMoveEventToSelectedObject, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00712060, void, RewiredStandaloneInputModule_CheckButtonOrKeyMovement, (RewiredStandaloneInputModule * __this, bool * downHorizontal, bool * downVertical, MethodInfo * method)); DO_APP_FUNC(0x00712200, void, RewiredStandaloneInputModule_ProcessMouseEvents, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00712370, void, RewiredStandaloneInputModule_ProcessMouseEvent, (RewiredStandaloneInputModule * __this, int32_t playerId, int32_t pointerIndex, MethodInfo * method)); DO_APP_FUNC(0x007127B0, bool, RewiredStandaloneInputModule_SendUpdateEventToSelectedObject, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00712970, void, RewiredStandaloneInputModule_ProcessMousePress, (RewiredStandaloneInputModule * __this, RewiredPointerInputModule_MouseButtonEventData * data, MethodInfo * method)); DO_APP_FUNC(0x007135B0, void, RewiredStandaloneInputModule_HandleMouseTouchDeselectionOnSelectionChanged, (RewiredStandaloneInputModule * __this, GameObject * currentOverGo, BaseEventData * pointerEvent, MethodInfo * method)); DO_APP_FUNC(0x00713A80, void, RewiredStandaloneInputModule_OnApplicationFocus, (RewiredStandaloneInputModule * __this, bool hasFocus, MethodInfo * method)); DO_APP_FUNC(0x00713A90, bool, RewiredStandaloneInputModule_ShouldIgnoreEventsOnNoFocus, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00713BE0, void, RewiredStandaloneInputModule_OnDestroy, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00713D20, bool, RewiredStandaloneInputModule_IsDefaultPlayer, (RewiredStandaloneInputModule * __this, int32_t playerId, MethodInfo * method)); DO_APP_FUNC(0x00713EA0, void, RewiredStandaloneInputModule_InitializeRewired, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00714210, void, RewiredStandaloneInputModule_SetupRewiredVars, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x007149B0, void, RewiredStandaloneInputModule_SetUpRewiredPlayerMice, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00714B50, void, RewiredStandaloneInputModule_SetUpRewiredActions, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00714FD0, bool, RewiredStandaloneInputModule_GetButton, (RewiredStandaloneInputModule * __this, Player * player, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x00715010, bool, RewiredStandaloneInputModule_GetButtonDown, (RewiredStandaloneInputModule * __this, Player * player, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x00715050, bool, RewiredStandaloneInputModule_GetNegativeButton, (RewiredStandaloneInputModule * __this, Player * player, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x00715090, bool, RewiredStandaloneInputModule_GetNegativeButtonDown, (RewiredStandaloneInputModule * __this, Player * player, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x007150D0, float, RewiredStandaloneInputModule_GetAxis, (RewiredStandaloneInputModule * __this, Player * player, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x00715110, void, RewiredStandaloneInputModule_CheckEditorRecompile, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00715180, void, RewiredStandaloneInputModule_OnEditorRecompile, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8B70, RewiredStandaloneInputModule_OnEditorRecompile__MethodInfo); DO_APP_FUNC(0x00715190, void, RewiredStandaloneInputModule_ClearRewiredVars, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00715220, bool, RewiredStandaloneInputModule_DidAnyMouseMove, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x007153D0, bool, RewiredStandaloneInputModule_GetMouseButtonDownOnAnyMouse, (RewiredStandaloneInputModule * __this, int32_t buttonIndex, MethodInfo * method)); DO_APP_FUNC(0x00715540, void, RewiredStandaloneInputModule_OnRewiredInitialized, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8BE8, RewiredStandaloneInputModule_OnRewiredInitialized__MethodInfo); DO_APP_FUNC(0x00715550, void, RewiredStandaloneInputModule_OnRewiredShutDown, (RewiredStandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8B68, RewiredStandaloneInputModule_OnRewiredShutDown__MethodInfo); DO_APP_FUNC(0x00715C20, void, RewiredStandaloneInputModule_PlayerSetting__ctor, (RewiredStandaloneInputModule_PlayerSetting * __this, MethodInfo * method)); DO_APP_FUNC(0x00715CF0, void, RewiredStandaloneInputModule_PlayerSetting__ctor_1, (RewiredStandaloneInputModule_PlayerSetting * __this, RewiredStandaloneInputModule_PlayerSetting * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAACE0, RewiredStandaloneInputModule_PlayerSetting__ctor_1__MethodInfo); DO_APP_FUNC(0x00716060, RewiredStandaloneInputModule_PlayerSetting *, RewiredStandaloneInputModule_PlayerSetting_Clone, (RewiredStandaloneInputModule_PlayerSetting * __this, MethodInfo * method)); DO_APP_FUNC(0x007160D0, void, ControlRemappingDemo1_Awake, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00716140, void, ControlRemappingDemo1_OnEnable, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00716250, void, ControlRemappingDemo1_OnDisable, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00716270, void, ControlRemappingDemo1_Initialize, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00716720, void, ControlRemappingDemo1_Setup, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00716140, void, ControlRemappingDemo1_Subscribe, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00716250, void, ControlRemappingDemo1_Unsubscribe, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00716990, void, ControlRemappingDemo1_OnGUI, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00716DF0, void, ControlRemappingDemo1_HandleMenuControl, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00716F90, void, ControlRemappingDemo1_Close, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0066C160, void, ControlRemappingDemo1_Open, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00716FB0, void, ControlRemappingDemo1_DrawInitialScreen, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00717260, void, ControlRemappingDemo1_DrawPage, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00717690, void, ControlRemappingDemo1_DrawPlayerSelector, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00717C30, void, ControlRemappingDemo1_DrawMouseAssignment, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00718220, void, ControlRemappingDemo1_DrawJoystickSelector, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00718A80, void, ControlRemappingDemo1_DrawControllerSelector, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00719320, void, ControlRemappingDemo1_DrawCalibrateButton, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00719900, void, ControlRemappingDemo1_DrawMapCategories, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0071A2C0, void, ControlRemappingDemo1_DrawCategoryActions, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0071B260, void, ControlRemappingDemo1_DrawActionAssignmentButton, (ControlRemappingDemo1 * __this, int32_t playerId, InputAction * action, AxisRange__Enum actionRange, ControlRemappingDemo1_ControllerSelection * controller, ControllerMap * controllerMap, ActionElementMap * elementMap, MethodInfo * method)); DO_APP_FUNC(0x0071B550, void, ControlRemappingDemo1_DrawInvertButton, (ControlRemappingDemo1 * __this, int32_t playerId, InputAction * action, Pole__Enum actionAxisContribution, ControlRemappingDemo1_ControllerSelection * controller, ControllerMap * controllerMap, ActionElementMap * elementMap, MethodInfo * method)); DO_APP_FUNC(0x0071B720, void, ControlRemappingDemo1_DrawAddActionMapButton, (ControlRemappingDemo1 * __this, int32_t playerId, InputAction * action, AxisRange__Enum actionRange, ControlRemappingDemo1_ControllerSelection * controller, ControllerMap * controllerMap, MethodInfo * method)); DO_APP_FUNC(0x0071B8E0, void, ControlRemappingDemo1_ShowDialog, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0071B970, void, ControlRemappingDemo1_DrawModalWindow, (ControlRemappingDemo1 * __this, String * title, String * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAA90, ControlRemappingDemo1_DrawModalWindow__MethodInfo); DO_APP_FUNC(0x0071BAE0, void, ControlRemappingDemo1_DrawModalWindow_OkayOnly, (ControlRemappingDemo1 * __this, String * title, String * message, MethodInfo * method)); DO_APP_FUNC(0x0071BC00, void, ControlRemappingDemo1_DrawElementAssignmentWindow, (ControlRemappingDemo1 * __this, String * title, String * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAA30, ControlRemappingDemo1_DrawElementAssignmentWindow__MethodInfo); DO_APP_FUNC(0x0071BEC0, void, ControlRemappingDemo1_DrawElementAssignmentProtectedConflictWindow, (ControlRemappingDemo1 * __this, String * title, String * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAA00, ControlRemappingDemo1_DrawElementAssignmentProtectedConflictWindow__MethodInfo); DO_APP_FUNC(0x0071C0E0, void, ControlRemappingDemo1_DrawElementAssignmentNormalConflictWindow, (ControlRemappingDemo1 * __this, String * title, String * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA9F8, ControlRemappingDemo1_DrawElementAssignmentNormalConflictWindow__MethodInfo); DO_APP_FUNC(0x0071C330, void, ControlRemappingDemo1_DrawReassignOrRemoveElementAssignmentWindow, (ControlRemappingDemo1 * __this, String * title, String * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAA60, ControlRemappingDemo1_DrawReassignOrRemoveElementAssignmentWindow__MethodInfo); DO_APP_FUNC(0x0071C480, void, ControlRemappingDemo1_DrawFallbackJoystickIdentificationWindow, (ControlRemappingDemo1 * __this, String * title, String * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA9D0, ControlRemappingDemo1_DrawFallbackJoystickIdentificationWindow__MethodInfo); DO_APP_FUNC(0x0071C6E0, void, ControlRemappingDemo1_DrawCalibrationWindow, (ControlRemappingDemo1 * __this, String * title, String * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA9B0, ControlRemappingDemo1_DrawCalibrationWindow__MethodInfo); DO_APP_FUNC(0x0071DF20, void, ControlRemappingDemo1_DialogResultCallback, (ControlRemappingDemo1 * __this, int32_t queueActionId, ControlRemappingDemo1_UserResponse__Enum response, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAA88, ControlRemappingDemo1_DialogResultCallback__MethodInfo); DO_APP_FUNC(0x0071E110, Rect, ControlRemappingDemo1_GetScreenCenteredRect, (ControlRemappingDemo1 * __this, float width, float height, MethodInfo * method)); DO_APP_FUNC(0x0071E230, void, ControlRemappingDemo1_EnqueueAction, (ControlRemappingDemo1 * __this, ControlRemappingDemo1_QueueEntry * entry, MethodInfo * method)); DO_APP_FUNC(0x0071E300, void, ControlRemappingDemo1_ProcessQueue, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0071E580, bool, ControlRemappingDemo1_ProcessJoystickAssignmentChange, (ControlRemappingDemo1 * __this, ControlRemappingDemo1_JoystickAssignmentChange * entry, MethodInfo * method)); DO_APP_FUNC(0x0071EA80, bool, ControlRemappingDemo1_ProcessElementAssignmentChange, (ControlRemappingDemo1 * __this, ControlRemappingDemo1_ElementAssignmentChange * entry, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAA68, ControlRemappingDemo1_ProcessElementAssignmentChange__MethodInfo); DO_APP_FUNC(0x0071EB30, bool, ControlRemappingDemo1_ProcessRemoveOrReassignElementAssignment, (ControlRemappingDemo1 * __this, ControlRemappingDemo1_ElementAssignmentChange * entry, MethodInfo * method)); DO_APP_FUNC(0x0071EF60, bool, ControlRemappingDemo1_ProcessRemoveElementAssignment, (ControlRemappingDemo1 * __this, ControlRemappingDemo1_ElementAssignmentChange * entry, MethodInfo * method)); DO_APP_FUNC(0x0071F2F0, bool, ControlRemappingDemo1_ProcessAddOrReplaceElementAssignment, (ControlRemappingDemo1 * __this, ControlRemappingDemo1_ElementAssignmentChange * entry, MethodInfo * method)); DO_APP_FUNC(0x0071F860, bool, ControlRemappingDemo1_ProcessElementAssignmentConflictCheck, (ControlRemappingDemo1 * __this, ControlRemappingDemo1_ElementAssignmentChange * entry, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA9E0, ControlRemappingDemo1_ProcessElementAssignmentConflictCheck__MethodInfo); DO_APP_FUNC(0x0071FE50, bool, ControlRemappingDemo1_ProcessFallbackJoystickIdentification, (ControlRemappingDemo1 * __this, ControlRemappingDemo1_FallbackJoystickIdentification * entry, MethodInfo * method)); DO_APP_FUNC(0x00720190, bool, ControlRemappingDemo1_ProcessCalibration, (ControlRemappingDemo1 * __this, ControlRemappingDemo1_Calibration * entry, MethodInfo * method)); DO_APP_FUNC(0x00720500, void, ControlRemappingDemo1_PlayerSelectionChanged, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00720510, void, ControlRemappingDemo1_ControllerSelectionChanged, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00720570, void, ControlRemappingDemo1_ClearControllerSelection, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00720510, void, ControlRemappingDemo1_ClearMapSelection, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00720600, void, ControlRemappingDemo1_ResetAll, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00720620, void, ControlRemappingDemo1_ClearWorkingVars, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00720870, void, ControlRemappingDemo1_SetGUIStateStart, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007209A0, void, ControlRemappingDemo1_SetGUIStateEnd, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00720A90, void, ControlRemappingDemo1_JoystickConnected, (ControlRemappingDemo1 * __this, ControllerStatusChangedEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAACC0, ControlRemappingDemo1_JoystickConnected__MethodInfo); DO_APP_FUNC(0x00720E20, void, ControlRemappingDemo1_JoystickPreDisconnect, (ControlRemappingDemo1 * __this, ControllerStatusChangedEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAACB0, ControlRemappingDemo1_JoystickPreDisconnect__MethodInfo); DO_APP_FUNC(0x007211B0, void, ControlRemappingDemo1_JoystickDisconnected, (ControlRemappingDemo1 * __this, ControllerStatusChangedEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAACC8, ControlRemappingDemo1_JoystickDisconnected__MethodInfo); DO_APP_FUNC(0x003C4500, void, ControlRemappingDemo1_OnConflictFound, (ControlRemappingDemo1 * __this, InputMapper_ConflictFoundEventData * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAC88, ControlRemappingDemo1_OnConflictFound__MethodInfo); DO_APP_FUNC(0x003BA7A0, void, ControlRemappingDemo1_OnStopped, (ControlRemappingDemo1 * __this, InputMapper_StoppedEventData * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAC80, ControlRemappingDemo1_OnStopped__MethodInfo); DO_APP_FUNC(0x00721220, void, ControlRemappingDemo1_IdentifyAllJoysticks, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ControlRemappingDemo1_CheckRecompile, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ControlRemappingDemo1_RecompileWindow, (ControlRemappingDemo1 * __this, int32_t windowId, MethodInfo * method)); DO_APP_FUNC(0x007215A0, void, ControlRemappingDemo1__ctor, (ControlRemappingDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00721690, void, ControlRemappingDemo1_ControllerSelection__ctor, (ControlRemappingDemo1_ControllerSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, ControlRemappingDemo1_ControllerSelection_get_id, (ControlRemappingDemo1_ControllerSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x007216B0, void, ControlRemappingDemo1_ControllerSelection_set_id, (ControlRemappingDemo1_ControllerSelection * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, ControllerType__Enum, ControlRemappingDemo1_ControllerSelection_get_type, (ControlRemappingDemo1_ControllerSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x007216C0, void, ControlRemappingDemo1_ControllerSelection_set_type, (ControlRemappingDemo1_ControllerSelection * __this, ControllerType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, ControlRemappingDemo1_ControllerSelection_get_idPrev, (ControlRemappingDemo1_ControllerSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, ControllerType__Enum, ControlRemappingDemo1_ControllerSelection_get_typePrev, (ControlRemappingDemo1_ControllerSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x007216D0, bool, ControlRemappingDemo1_ControllerSelection_get_hasSelection, (ControlRemappingDemo1_ControllerSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x007216E0, void, ControlRemappingDemo1_ControllerSelection_Set, (ControlRemappingDemo1_ControllerSelection * __this, int32_t id, ControllerType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x00721690, void, ControlRemappingDemo1_ControllerSelection_Clear, (ControlRemappingDemo1_ControllerSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x00721700, float, ControlRemappingDemo1_DialogHelper_get_busyTimer, (ControlRemappingDemo1_DialogHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB250, bool, ControlRemappingDemo1_DialogHelper_get_enabled, (ControlRemappingDemo1_DialogHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00721770, void, ControlRemappingDemo1_DialogHelper_set_enabled, (ControlRemappingDemo1_DialogHelper * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00721800, ControlRemappingDemo1_DialogHelper_DialogType__Enum, ControlRemappingDemo1_DialogHelper_get_type, (ControlRemappingDemo1_DialogHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00721810, void, ControlRemappingDemo1_DialogHelper_set_type, (ControlRemappingDemo1_DialogHelper * __this, ControlRemappingDemo1_DialogHelper_DialogType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x006FF400, bool, ControlRemappingDemo1_DialogHelper_get_busy, (ControlRemappingDemo1_DialogHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x007218D0, void, ControlRemappingDemo1_DialogHelper__ctor, (ControlRemappingDemo1_DialogHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00721A70, void, ControlRemappingDemo1_DialogHelper_StartModal, (ControlRemappingDemo1_DialogHelper * __this, int32_t queueActionId, ControlRemappingDemo1_DialogHelper_DialogType__Enum type, ControlRemappingDemo1_WindowProperties windowProperties, Action_2_Int32_Rewired_Demos_ControlRemappingDemo1_UserResponse_ * resultCallback, MethodInfo * method)); DO_APP_FUNC(0x00721AD0, void, ControlRemappingDemo1_DialogHelper_StartModal_1, (ControlRemappingDemo1_DialogHelper * __this, int32_t queueActionId, ControlRemappingDemo1_DialogHelper_DialogType__Enum type, ControlRemappingDemo1_WindowProperties windowProperties, Action_2_Int32_Rewired_Demos_ControlRemappingDemo1_UserResponse_ * resultCallback, float openBusyDelay, MethodInfo * method)); DO_APP_FUNC(0x00721C90, void, ControlRemappingDemo1_DialogHelper_Update, (ControlRemappingDemo1_DialogHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00721D10, void, ControlRemappingDemo1_DialogHelper_Draw, (ControlRemappingDemo1_DialogHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00721F70, void, ControlRemappingDemo1_DialogHelper_DrawConfirmButton, (ControlRemappingDemo1_DialogHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00721FC0, void, ControlRemappingDemo1_DialogHelper_DrawConfirmButton_1, (ControlRemappingDemo1_DialogHelper * __this, String * title, MethodInfo * method)); DO_APP_FUNC(0x007221D0, void, ControlRemappingDemo1_DialogHelper_DrawConfirmButton_2, (ControlRemappingDemo1_DialogHelper * __this, ControlRemappingDemo1_UserResponse__Enum response, MethodInfo * method)); DO_APP_FUNC(0x00722220, void, ControlRemappingDemo1_DialogHelper_DrawConfirmButton_3, (ControlRemappingDemo1_DialogHelper * __this, ControlRemappingDemo1_UserResponse__Enum response, String * title, MethodInfo * method)); DO_APP_FUNC(0x00722440, void, ControlRemappingDemo1_DialogHelper_DrawCancelButton, (ControlRemappingDemo1_DialogHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00722490, void, ControlRemappingDemo1_DialogHelper_DrawCancelButton_1, (ControlRemappingDemo1_DialogHelper * __this, String * title, MethodInfo * method)); DO_APP_FUNC(0x007226A0, void, ControlRemappingDemo1_DialogHelper_Confirm, (ControlRemappingDemo1_DialogHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x007226E0, void, ControlRemappingDemo1_DialogHelper_Confirm_1, (ControlRemappingDemo1_DialogHelper * __this, ControlRemappingDemo1_UserResponse__Enum response, MethodInfo * method)); DO_APP_FUNC(0x00722720, void, ControlRemappingDemo1_DialogHelper_Cancel, (ControlRemappingDemo1_DialogHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00722760, void, ControlRemappingDemo1_DialogHelper_DrawWindow, (ControlRemappingDemo1_DialogHelper * __this, int32_t windowId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA998, ControlRemappingDemo1_DialogHelper_DrawWindow__MethodInfo); DO_APP_FUNC(0x00722790, void, ControlRemappingDemo1_DialogHelper_UpdateTimers, (ControlRemappingDemo1_DialogHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00722810, void, ControlRemappingDemo1_DialogHelper_StartBusyTimer, (ControlRemappingDemo1_DialogHelper * __this, float time, MethodInfo * method)); DO_APP_FUNC(0x00722880, void, ControlRemappingDemo1_DialogHelper_Close, (ControlRemappingDemo1_DialogHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00722810, void, ControlRemappingDemo1_DialogHelper_StateChanged, (ControlRemappingDemo1_DialogHelper * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x00722940, void, ControlRemappingDemo1_DialogHelper_Reset, (ControlRemappingDemo1_DialogHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x007229B0, void, ControlRemappingDemo1_DialogHelper_ResetTimers, (ControlRemappingDemo1_DialogHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x007229C0, void, ControlRemappingDemo1_DialogHelper_FullReset, (ControlRemappingDemo1_DialogHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, ControlRemappingDemo1_QueueEntry_get_id, (ControlRemappingDemo1_QueueEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ControlRemappingDemo1_QueueEntry_set_id, (ControlRemappingDemo1_QueueEntry * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, ControlRemappingDemo1_QueueActionType__Enum, ControlRemappingDemo1_QueueEntry_get_queueActionType, (ControlRemappingDemo1_QueueEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, ControlRemappingDemo1_QueueEntry_set_queueActionType, (ControlRemappingDemo1_QueueEntry * __this, ControlRemappingDemo1_QueueActionType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, ControlRemappingDemo1_QueueEntry_State__Enum, ControlRemappingDemo1_QueueEntry_get_state, (ControlRemappingDemo1_QueueEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, ControlRemappingDemo1_QueueEntry_set_state, (ControlRemappingDemo1_QueueEntry * __this, ControlRemappingDemo1_QueueEntry_State__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, ControlRemappingDemo1_UserResponse__Enum, ControlRemappingDemo1_QueueEntry_get_response, (ControlRemappingDemo1_QueueEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, ControlRemappingDemo1_QueueEntry_set_response, (ControlRemappingDemo1_QueueEntry * __this, ControlRemappingDemo1_UserResponse__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00722A40, int32_t, ControlRemappingDemo1_QueueEntry_get_nextId, (MethodInfo * method)); DO_APP_FUNC(0x00722A90, void, ControlRemappingDemo1_QueueEntry__ctor, (ControlRemappingDemo1_QueueEntry * __this, ControlRemappingDemo1_QueueActionType__Enum queueActionType, MethodInfo * method)); DO_APP_FUNC(0x00722AF0, void, ControlRemappingDemo1_QueueEntry_Confirm, (ControlRemappingDemo1_QueueEntry * __this, ControlRemappingDemo1_UserResponse__Enum response, MethodInfo * method)); DO_APP_FUNC(0x00722B00, void, ControlRemappingDemo1_QueueEntry_Cancel, (ControlRemappingDemo1_QueueEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, ControlRemappingDemo1_JoystickAssignmentChange_get_playerId, (ControlRemappingDemo1_JoystickAssignmentChange * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, ControlRemappingDemo1_JoystickAssignmentChange_set_playerId, (ControlRemappingDemo1_JoystickAssignmentChange * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, ControlRemappingDemo1_JoystickAssignmentChange_get_joystickId, (ControlRemappingDemo1_JoystickAssignmentChange * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, ControlRemappingDemo1_JoystickAssignmentChange_set_joystickId, (ControlRemappingDemo1_JoystickAssignmentChange * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, ControlRemappingDemo1_JoystickAssignmentChange_get_assign, (ControlRemappingDemo1_JoystickAssignmentChange * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, ControlRemappingDemo1_JoystickAssignmentChange_set_assign, (ControlRemappingDemo1_JoystickAssignmentChange * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00722B20, void, ControlRemappingDemo1_JoystickAssignmentChange__ctor, (ControlRemappingDemo1_JoystickAssignmentChange * __this, int32_t newPlayerId, int32_t joystickId, bool assign, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, ControlRemappingDemo1_ElementAssignmentChangeType__Enum, ControlRemappingDemo1_ElementAssignmentChange_get_changeType, (ControlRemappingDemo1_ElementAssignmentChange * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, ControlRemappingDemo1_ElementAssignmentChange_set_changeType, (ControlRemappingDemo1_ElementAssignmentChange * __this, ControlRemappingDemo1_ElementAssignmentChangeType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, InputMapper_Context *, ControlRemappingDemo1_ElementAssignmentChange_get_context, (ControlRemappingDemo1_ElementAssignmentChange * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, ControlRemappingDemo1_ElementAssignmentChange_set_context, (ControlRemappingDemo1_ElementAssignmentChange * __this, InputMapper_Context * value, MethodInfo * method)); DO_APP_FUNC(0x00722BB0, void, ControlRemappingDemo1_ElementAssignmentChange__ctor, (ControlRemappingDemo1_ElementAssignmentChange * __this, ControlRemappingDemo1_ElementAssignmentChangeType__Enum changeType, InputMapper_Context * context, MethodInfo * method)); DO_APP_FUNC(0x00722C80, void, ControlRemappingDemo1_ElementAssignmentChange__ctor_1, (ControlRemappingDemo1_ElementAssignmentChange * __this, ControlRemappingDemo1_ElementAssignmentChange * other, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, ControlRemappingDemo1_FallbackJoystickIdentification_get_joystickId, (ControlRemappingDemo1_FallbackJoystickIdentification * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, ControlRemappingDemo1_FallbackJoystickIdentification_set_joystickId, (ControlRemappingDemo1_FallbackJoystickIdentification * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, ControlRemappingDemo1_FallbackJoystickIdentification_get_joystickName, (ControlRemappingDemo1_FallbackJoystickIdentification * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, ControlRemappingDemo1_FallbackJoystickIdentification_set_joystickName, (ControlRemappingDemo1_FallbackJoystickIdentification * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00722CD0, void, ControlRemappingDemo1_FallbackJoystickIdentification__ctor, (ControlRemappingDemo1_FallbackJoystickIdentification * __this, int32_t joystickId, String * joystickName, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Player *, ControlRemappingDemo1_Calibration_get_player, (ControlRemappingDemo1_Calibration * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ControlRemappingDemo1_Calibration_set_player, (ControlRemappingDemo1_Calibration * __this, Player * value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, ControllerType__Enum, ControlRemappingDemo1_Calibration_get_controllerType, (ControlRemappingDemo1_Calibration * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, ControlRemappingDemo1_Calibration_set_controllerType, (ControlRemappingDemo1_Calibration * __this, ControllerType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Joystick *, ControlRemappingDemo1_Calibration_get_joystick, (ControlRemappingDemo1_Calibration * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, ControlRemappingDemo1_Calibration_set_joystick, (ControlRemappingDemo1_Calibration * __this, Joystick * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, CalibrationMap *, ControlRemappingDemo1_Calibration_get_calibrationMap, (ControlRemappingDemo1_Calibration * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, ControlRemappingDemo1_Calibration_set_calibrationMap, (ControlRemappingDemo1_Calibration * __this, CalibrationMap * value, MethodInfo * method)); DO_APP_FUNC(0x00722DA0, void, ControlRemappingDemo1_Calibration__ctor, (ControlRemappingDemo1_Calibration * __this, Player * player, Joystick * joystick, CalibrationMap * calibrationMap, MethodInfo * method)); DO_APP_FUNC(0x00722F20, void, CustomControllersTiltDemo_Awake, (CustomControllersTiltDemo * __this, MethodInfo * method)); DO_APP_FUNC(0x00723270, void, CustomControllersTiltDemo_Update, (CustomControllersTiltDemo * __this, MethodInfo * method)); DO_APP_FUNC(0x00723540, void, CustomControllersTiltDemo_OnInputUpdate, (CustomControllersTiltDemo * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA960, CustomControllersTiltDemo_OnInputUpdate__MethodInfo); DO_APP_FUNC(0x007235F0, void, CustomControllersTiltDemo__ctor, (CustomControllersTiltDemo * __this, MethodInfo * method)); DO_APP_FUNC(0x00723640, void, CustomControllerDemo_Awake, (CustomControllerDemo * __this, MethodInfo * method)); DO_APP_FUNC(0x007236F0, void, CustomControllerDemo_Initialize, (CustomControllerDemo * __this, MethodInfo * method)); DO_APP_FUNC(0x00724030, void, CustomControllerDemo_Update, (CustomControllerDemo * __this, MethodInfo * method)); DO_APP_FUNC(0x007240E0, void, CustomControllerDemo_OnInputSourceUpdate, (CustomControllerDemo * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA928, CustomControllerDemo_OnInputSourceUpdate__MethodInfo); DO_APP_FUNC(0x00724300, void, CustomControllerDemo_GetSourceAxisValues, (CustomControllerDemo * __this, MethodInfo * method)); DO_APP_FUNC(0x007243B0, void, CustomControllerDemo_GetSourceButtonValues, (CustomControllerDemo * __this, MethodInfo * method)); DO_APP_FUNC(0x00724430, void, CustomControllerDemo_SetControllerAxisValues, (CustomControllerDemo * __this, MethodInfo * method)); DO_APP_FUNC(0x007245D0, void, CustomControllerDemo_SetControllerButtonValues, (CustomControllerDemo * __this, MethodInfo * method)); DO_APP_FUNC(0x00724780, float, CustomControllerDemo_GetAxisValueCallback, (CustomControllerDemo * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA938, CustomControllerDemo_GetAxisValueCallback__MethodInfo); DO_APP_FUNC(0x007247C0, bool, CustomControllerDemo_GetButtonValueCallback, (CustomControllerDemo * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA920, CustomControllerDemo_GetButtonValueCallback__MethodInfo); DO_APP_FUNC(0x003AC000, void, CustomControllerDemo__ctor, (CustomControllerDemo * __this, MethodInfo * method)); DO_APP_FUNC(0x00724800, Player *, CustomControllerDemo_Player_get_player, (CustomControllerDemo_Player * __this, MethodInfo * method)); DO_APP_FUNC(0x007248D0, void, CustomControllerDemo_Player_Awake, (CustomControllerDemo_Player * __this, MethodInfo * method)); DO_APP_FUNC(0x00724960, void, CustomControllerDemo_Player_Update, (CustomControllerDemo_Player * __this, MethodInfo * method)); DO_APP_FUNC(0x00724FF0, void, CustomControllerDemo_Player__ctor, (CustomControllerDemo_Player * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3A0, bool, TouchButtonExample_get_isPressed, (TouchButtonExample * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3B0, void, TouchButtonExample_set_isPressed, (TouchButtonExample * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00725050, void, TouchButtonExample_Awake, (TouchButtonExample * __this, MethodInfo * method)); DO_APP_FUNC(0x007250B0, void, TouchButtonExample_Restart, (TouchButtonExample * __this, MethodInfo * method)); DO_APP_FUNC(0x007250C0, void, TouchButtonExample_UnityEngine_EventSystems_IPointerDownHandler_OnPointerDown, (TouchButtonExample * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x00725100, void, TouchButtonExample_UnityEngine_EventSystems_IPointerUpHandler_OnPointerUp, (TouchButtonExample * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x00725140, bool, TouchButtonExample_IsMousePointerId, (int32_t id, MethodInfo * method)); DO_APP_FUNC(0x005F7720, void, TouchButtonExample__ctor, (TouchButtonExample * __this, MethodInfo * method)); DO_APP_FUNC(0x00725160, Vector2, TouchJoystickExample_get_position, (TouchJoystickExample * __this, MethodInfo * method)); DO_APP_FUNC(0x00725180, void, TouchJoystickExample_set_position, (TouchJoystickExample * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x00725190, void, TouchJoystickExample_Start, (TouchJoystickExample * __this, MethodInfo * method)); DO_APP_FUNC(0x007251F0, void, TouchJoystickExample_Update, (TouchJoystickExample * __this, MethodInfo * method)); DO_APP_FUNC(0x00725300, void, TouchJoystickExample_Restart, (TouchJoystickExample * __this, MethodInfo * method)); DO_APP_FUNC(0x00725450, void, TouchJoystickExample_StoreOrigValues, (TouchJoystickExample * __this, MethodInfo * method)); DO_APP_FUNC(0x00725700, void, TouchJoystickExample_UpdateValue, (TouchJoystickExample * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00725750, void, TouchJoystickExample_UnityEngine_EventSystems_IPointerDownHandler_OnPointerDown, (TouchJoystickExample * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x007257A0, void, TouchJoystickExample_UnityEngine_EventSystems_IPointerUpHandler_OnPointerUp, (TouchJoystickExample * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x007257F0, void, TouchJoystickExample_UnityEngine_EventSystems_IDragHandler_OnDrag, (TouchJoystickExample * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x00725140, bool, TouchJoystickExample_IsMousePointerId, (int32_t id, MethodInfo * method)); DO_APP_FUNC(0x007259C0, void, TouchJoystickExample__ctor, (TouchJoystickExample * __this, MethodInfo * method)); DO_APP_FUNC(0x00725A10, Player *, DualShock4SpecialFeaturesExample_get_player, (DualShock4SpecialFeaturesExample * __this, MethodInfo * method)); DO_APP_FUNC(0x00725A80, void, DualShock4SpecialFeaturesExample_Awake, (DualShock4SpecialFeaturesExample * __this, MethodInfo * method)); DO_APP_FUNC(0x00725A90, void, DualShock4SpecialFeaturesExample_Update, (DualShock4SpecialFeaturesExample * __this, MethodInfo * method)); DO_APP_FUNC(0x00726110, void, DualShock4SpecialFeaturesExample_OnGUI, (DualShock4SpecialFeaturesExample * __this, MethodInfo * method)); DO_APP_FUNC(0x007268C0, void, DualShock4SpecialFeaturesExample_ResetOrientation, (DualShock4SpecialFeaturesExample * __this, MethodInfo * method)); DO_APP_FUNC(0x00726980, void, DualShock4SpecialFeaturesExample_SetRandomLightColor, (DualShock4SpecialFeaturesExample * __this, MethodInfo * method)); DO_APP_FUNC(0x00726C90, void, DualShock4SpecialFeaturesExample_StartLightFlash, (DualShock4SpecialFeaturesExample * __this, MethodInfo * method)); DO_APP_FUNC(0x00726E50, void, DualShock4SpecialFeaturesExample_StopLightFlash, (DualShock4SpecialFeaturesExample * __this, MethodInfo * method)); DO_APP_FUNC(0x00726FE0, IDualShock4Extension *, DualShock4SpecialFeaturesExample_GetFirstDS4, (DualShock4SpecialFeaturesExample * __this, Player * player, MethodInfo * method)); DO_APP_FUNC(0x00727290, void, DualShock4SpecialFeaturesExample_InitializeTouchObjects, (DualShock4SpecialFeaturesExample * __this, MethodInfo * method)); DO_APP_FUNC(0x00727800, void, DualShock4SpecialFeaturesExample_HandleTouchpad, (DualShock4SpecialFeaturesExample * __this, IDualShock4Extension * ds4, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, DualShock4SpecialFeaturesExample__ctor, (DualShock4SpecialFeaturesExample * __this, MethodInfo * method)); DO_APP_FUNC(0x00727E20, void, DualShock4SpecialFeaturesExample_Touch__ctor, (DualShock4SpecialFeaturesExample_Touch * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DualShock4SpecialFeaturesExample_c_DisplayClass20_0__ctor, (DualShock4SpecialFeaturesExample_c_DisplayClass20_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x005B6990, bool, DualShock4SpecialFeaturesExample_c_DisplayClass20_0__HandleTouchpad_b__0, (DualShock4SpecialFeaturesExample_c_DisplayClass20_0 * __this, DualShock4SpecialFeaturesExample_Touch * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA7F0, DualShock4SpecialFeaturesExample_c_DisplayClass20_0__HandleTouchpad_b__0__MethodInfo); DO_APP_FUNC(0x00727E30, void, EightPlayersExample_Player_Awake, (EightPlayersExample_Player * __this, MethodInfo * method)); DO_APP_FUNC(0x00727EC0, void, EightPlayersExample_Player_Initialize, (EightPlayersExample_Player * __this, MethodInfo * method)); DO_APP_FUNC(0x00727F80, void, EightPlayersExample_Player_Update, (EightPlayersExample_Player * __this, MethodInfo * method)); DO_APP_FUNC(0x00728170, void, EightPlayersExample_Player_GetInput, (EightPlayersExample_Player * __this, MethodInfo * method)); DO_APP_FUNC(0x00728220, void, EightPlayersExample_Player_ProcessInput, (EightPlayersExample_Player * __this, MethodInfo * method)); DO_APP_FUNC(0x00728700, void, EightPlayersExample_Player__ctor, (EightPlayersExample_Player * __this, MethodInfo * method)); DO_APP_FUNC(0x00728760, void, FallbackJoystickIdentificationDemo_Awake, (FallbackJoystickIdentificationDemo * __this, MethodInfo * method)); DO_APP_FUNC(0x00728880, void, FallbackJoystickIdentificationDemo_JoystickConnected, (FallbackJoystickIdentificationDemo * __this, ControllerStatusChangedEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA7D0, FallbackJoystickIdentificationDemo_JoystickConnected__MethodInfo); DO_APP_FUNC(0x00728880, void, FallbackJoystickIdentificationDemo_JoystickDisconnected, (FallbackJoystickIdentificationDemo * __this, ControllerStatusChangedEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA7D8, FallbackJoystickIdentificationDemo_JoystickDisconnected__MethodInfo); DO_APP_FUNC(0x00728890, void, FallbackJoystickIdentificationDemo_IdentifyAllJoysticks, (FallbackJoystickIdentificationDemo * __this, MethodInfo * method)); DO_APP_FUNC(0x00728B00, void, FallbackJoystickIdentificationDemo_SetInputDelay, (FallbackJoystickIdentificationDemo * __this, MethodInfo * method)); DO_APP_FUNC(0x00728B60, void, FallbackJoystickIdentificationDemo_OnGUI, (FallbackJoystickIdentificationDemo * __this, MethodInfo * method)); DO_APP_FUNC(0x00728E00, void, FallbackJoystickIdentificationDemo_DrawDialogWindow, (FallbackJoystickIdentificationDemo * __this, int32_t windowId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA7B0, FallbackJoystickIdentificationDemo_DrawDialogWindow__MethodInfo); DO_APP_FUNC(0x00729080, void, FallbackJoystickIdentificationDemo_Reset, (FallbackJoystickIdentificationDemo * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, FallbackJoystickIdentificationDemo__ctor, (FallbackJoystickIdentificationDemo * __this, MethodInfo * method)); DO_APP_FUNC(0x007290E0, void, PlayerMouseSpriteExample_Awake, (PlayerMouseSpriteExample * __this, MethodInfo * method)); DO_APP_FUNC(0x00729810, void, PlayerMouseSpriteExample_Update, (PlayerMouseSpriteExample * __this, MethodInfo * method)); DO_APP_FUNC(0x00729BA0, void, PlayerMouseSpriteExample_OnDestroy, (PlayerMouseSpriteExample * __this, MethodInfo * method)); DO_APP_FUNC(0x00729CB0, void, PlayerMouseSpriteExample_CreateClickEffect, (PlayerMouseSpriteExample * __this, Color color, MethodInfo * method)); DO_APP_FUNC(0x0072A0A0, void, PlayerMouseSpriteExample_OnScreenPositionChanged, (PlayerMouseSpriteExample * __this, Vector2 position, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA788, PlayerMouseSpriteExample_OnScreenPositionChanged__MethodInfo); DO_APP_FUNC(0x0072A250, void, PlayerMouseSpriteExample__ctor, (PlayerMouseSpriteExample * __this, MethodInfo * method)); DO_APP_FUNC(0x0072A560, void, PlayerPointerEventHandlerExample_Log, (PlayerPointerEventHandlerExample * __this, String * o, MethodInfo * method)); DO_APP_FUNC(0x0072A640, void, PlayerPointerEventHandlerExample_Update, (PlayerPointerEventHandlerExample * __this, MethodInfo * method)); DO_APP_FUNC(0x0072A910, void, PlayerPointerEventHandlerExample_OnPointerEnter, (PlayerPointerEventHandlerExample * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0072AE20, void, PlayerPointerEventHandlerExample_OnPointerExit, (PlayerPointerEventHandlerExample * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0072B330, void, PlayerPointerEventHandlerExample_OnPointerUp, (PlayerPointerEventHandlerExample * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0072B960, void, PlayerPointerEventHandlerExample_OnPointerDown, (PlayerPointerEventHandlerExample * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0072BF90, void, PlayerPointerEventHandlerExample_OnPointerClick, (PlayerPointerEventHandlerExample * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0072C5C0, void, PlayerPointerEventHandlerExample_OnScroll, (PlayerPointerEventHandlerExample * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0072CAD0, void, PlayerPointerEventHandlerExample_OnBeginDrag, (PlayerPointerEventHandlerExample * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0072D100, void, PlayerPointerEventHandlerExample_OnDrag, (PlayerPointerEventHandlerExample * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0072D730, void, PlayerPointerEventHandlerExample_OnEndDrag, (PlayerPointerEventHandlerExample * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0072DD60, String *, PlayerPointerEventHandlerExample_GetSourceName, (PlayerPointerEventData * playerEventData, MethodInfo * method)); DO_APP_FUNC(0x0072DE90, void, PlayerPointerEventHandlerExample__ctor, (PlayerPointerEventHandlerExample * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3A0, bool, UIPointer_get_autoSort, (UIPointer * __this, MethodInfo * method)); DO_APP_FUNC(0x0072DF90, void, UIPointer_set_autoSort, (UIPointer * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0072E040, void, UIPointer_Awake, (UIPointer * __this, MethodInfo * method)); DO_APP_FUNC(0x0072E1E0, void, UIPointer_Update, (UIPointer * __this, MethodInfo * method)); DO_APP_FUNC(0x0072E430, void, UIPointer_OnTransformParentChanged, (UIPointer * __this, MethodInfo * method)); DO_APP_FUNC(0x0072E430, void, UIPointer_OnCanvasGroupChanged, (UIPointer * __this, MethodInfo * method)); DO_APP_FUNC(0x0072E440, void, UIPointer_OnScreenPositionChanged, (UIPointer * __this, Vector2 screenPosition, MethodInfo * method)); DO_APP_FUNC(0x0072E850, void, UIPointer_GetDependencies, (UIPointer * __this, MethodInfo * method)); DO_APP_FUNC(0x0072E980, void, UIPointer__ctor, (UIPointer * __this, MethodInfo * method)); DO_APP_FUNC(0x0072E9D0, void, PressAnyButtonToJoinExample_Assigner_Update, (PressAnyButtonToJoinExample_Assigner * __this, MethodInfo * method)); DO_APP_FUNC(0x0072EA70, void, PressAnyButtonToJoinExample_Assigner_AssignJoysticksToPlayers, (PressAnyButtonToJoinExample_Assigner * __this, MethodInfo * method)); DO_APP_FUNC(0x0072ED00, Player *, PressAnyButtonToJoinExample_Assigner_FindPlayerWithoutJoystick, (PressAnyButtonToJoinExample_Assigner * __this, MethodInfo * method)); DO_APP_FUNC(0x0072EE10, bool, PressAnyButtonToJoinExample_Assigner_DoAllPlayersHaveJoysticks, (PressAnyButtonToJoinExample_Assigner * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, PressAnyButtonToJoinExample_Assigner__ctor, (PressAnyButtonToJoinExample_Assigner * __this, MethodInfo * method)); DO_APP_FUNC(0x0072EE30, Player *, PressAnyButtonToJoinExample_GamePlayer_get_player, (PressAnyButtonToJoinExample_GamePlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x0072EF00, void, PressAnyButtonToJoinExample_GamePlayer_OnEnable, (PressAnyButtonToJoinExample_GamePlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x0072EF90, void, PressAnyButtonToJoinExample_GamePlayer_Update, (PressAnyButtonToJoinExample_GamePlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x0072F100, void, PressAnyButtonToJoinExample_GamePlayer_GetInput, (PressAnyButtonToJoinExample_GamePlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x0072F1D0, void, PressAnyButtonToJoinExample_GamePlayer_ProcessInput, (PressAnyButtonToJoinExample_GamePlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00728700, void, PressAnyButtonToJoinExample_GamePlayer__ctor, (PressAnyButtonToJoinExample_GamePlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x0072F6B0, Player *, PressStartToJoinExample_Assigner_GetRewiredPlayer, (int32_t gamePlayerId, MethodInfo * method)); DO_APP_FUNC(0x0072F9C0, void, PressStartToJoinExample_Assigner_Awake, (PressStartToJoinExample_Assigner * __this, MethodInfo * method)); DO_APP_FUNC(0x0072FB00, void, PressStartToJoinExample_Assigner_Update, (PressStartToJoinExample_Assigner * __this, MethodInfo * method)); DO_APP_FUNC(0x0072FC60, void, PressStartToJoinExample_Assigner_AssignNextPlayer, (PressStartToJoinExample_Assigner * __this, int32_t rewiredPlayerId, MethodInfo * method)); DO_APP_FUNC(0x0072FF90, int32_t, PressStartToJoinExample_Assigner_GetNextGamePlayerId, (PressStartToJoinExample_Assigner * __this, MethodInfo * method)); DO_APP_FUNC(0x0072FFA0, void, PressStartToJoinExample_Assigner__ctor, (PressStartToJoinExample_Assigner * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADC0, void, PressStartToJoinExample_Assigner_PlayerMap__ctor, (PressStartToJoinExample_Assigner_PlayerMap * __this, int32_t rewiredPlayerId, int32_t gamePlayerId, MethodInfo * method)); DO_APP_FUNC(0x0072FFF0, Player *, PressStartToJoinExample_GamePlayer_get_player, (PressStartToJoinExample_GamePlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00730000, void, PressStartToJoinExample_GamePlayer_OnEnable, (PressStartToJoinExample_GamePlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00730090, void, PressStartToJoinExample_GamePlayer_Update, (PressStartToJoinExample_GamePlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00730200, void, PressStartToJoinExample_GamePlayer_GetInput, (PressStartToJoinExample_GamePlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x007302D0, void, PressStartToJoinExample_GamePlayer_ProcessInput, (PressStartToJoinExample_GamePlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00728700, void, PressStartToJoinExample_GamePlayer__ctor, (PressStartToJoinExample_GamePlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x007307B0, void, Bullet_Start, (Bullet * __this, MethodInfo * method)); DO_APP_FUNC(0x00730820, void, Bullet_Update, (Bullet * __this, MethodInfo * method)); DO_APP_FUNC(0x00730900, void, Bullet__ctor, (Bullet * __this, MethodInfo * method)); DO_APP_FUNC(0x00730950, Player *, SimpleCombinedKeyboardMouseRemapping_get_player, (SimpleCombinedKeyboardMouseRemapping * __this, MethodInfo * method)); DO_APP_FUNC(0x007309B0, void, SimpleCombinedKeyboardMouseRemapping_OnEnable, (SimpleCombinedKeyboardMouseRemapping * __this, MethodInfo * method)); DO_APP_FUNC(0x00730C90, void, SimpleCombinedKeyboardMouseRemapping_OnDisable, (SimpleCombinedKeyboardMouseRemapping * __this, MethodInfo * method)); DO_APP_FUNC(0x00730D70, void, SimpleCombinedKeyboardMouseRemapping_RedrawUI, (SimpleCombinedKeyboardMouseRemapping * __this, MethodInfo * method)); DO_APP_FUNC(0x00731280, void, SimpleCombinedKeyboardMouseRemapping_ClearUI, (SimpleCombinedKeyboardMouseRemapping * __this, MethodInfo * method)); DO_APP_FUNC(0x007313A0, void, SimpleCombinedKeyboardMouseRemapping_InitializeUI, (SimpleCombinedKeyboardMouseRemapping * __this, MethodInfo * method)); DO_APP_FUNC(0x00731CC0, void, SimpleCombinedKeyboardMouseRemapping_CreateUIRow, (SimpleCombinedKeyboardMouseRemapping * __this, InputAction * action, AxisRange__Enum actionRange, String * label, MethodInfo * method)); DO_APP_FUNC(0x00732210, void, SimpleCombinedKeyboardMouseRemapping_OnInputFieldClicked, (SimpleCombinedKeyboardMouseRemapping * __this, int32_t index, int32_t actionElementMapToReplaceId, MethodInfo * method)); DO_APP_FUNC(0x00732580, IEnumerator *, SimpleCombinedKeyboardMouseRemapping_StartListeningDelayed, (SimpleCombinedKeyboardMouseRemapping * __this, int32_t index, ControllerMap * keyboardMap, ControllerMap * mouseMap, int32_t actionElementMapToReplaceId, MethodInfo * method)); DO_APP_FUNC(0x00732700, void, SimpleCombinedKeyboardMouseRemapping_OnInputMapped, (SimpleCombinedKeyboardMouseRemapping * __this, InputMapper_InputMappedEventData * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA660, SimpleCombinedKeyboardMouseRemapping_OnInputMapped__MethodInfo); DO_APP_FUNC(0x00732810, void, SimpleCombinedKeyboardMouseRemapping_OnStopped, (SimpleCombinedKeyboardMouseRemapping * __this, InputMapper_StoppedEventData * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA668, SimpleCombinedKeyboardMouseRemapping_OnStopped__MethodInfo); DO_APP_FUNC(0x00732900, void, SimpleCombinedKeyboardMouseRemapping__ctor, (SimpleCombinedKeyboardMouseRemapping * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SimpleCombinedKeyboardMouseRemapping_Row__ctor, (SimpleCombinedKeyboardMouseRemapping_Row * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SimpleCombinedKeyboardMouseRemapping_c_DisplayClass17_0__ctor, (SimpleCombinedKeyboardMouseRemapping_c_DisplayClass17_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00732B00, void, SimpleCombinedKeyboardMouseRemapping_c_DisplayClass17_0__RedrawUI_b__0, (SimpleCombinedKeyboardMouseRemapping_c_DisplayClass17_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA640, SimpleCombinedKeyboardMouseRemapping_c_DisplayClass17_0__RedrawUI_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, SimpleCombinedKeyboardMouseRemapping_StartListeningDelayed_d_22__ctor, (SimpleCombinedKeyboardMouseRemapping_StartListeningDelayed_d_22 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SimpleCombinedKeyboardMouseRemapping_StartListeningDelayed_d_22_System_IDisposable_Dispose, (SimpleCombinedKeyboardMouseRemapping_StartListeningDelayed_d_22 * __this, MethodInfo * method)); DO_APP_FUNC(0x00732B30, bool, SimpleCombinedKeyboardMouseRemapping_StartListeningDelayed_d_22_MoveNext, (SimpleCombinedKeyboardMouseRemapping_StartListeningDelayed_d_22 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SimpleCombinedKeyboardMouseRemapping_StartListeningDelayed_d_22_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SimpleCombinedKeyboardMouseRemapping_StartListeningDelayed_d_22 * __this, MethodInfo * method)); DO_APP_FUNC(0x00732F10, void, SimpleCombinedKeyboardMouseRemapping_StartListeningDelayed_d_22_System_Collections_IEnumerator_Reset, (SimpleCombinedKeyboardMouseRemapping_StartListeningDelayed_d_22 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA600, SimpleCombinedKeyboardMouseRemapping_StartListeningDelayed_d_22_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SimpleCombinedKeyboardMouseRemapping_StartListeningDelayed_d_22_System_Collections_IEnumerator_get_Current, (SimpleCombinedKeyboardMouseRemapping_StartListeningDelayed_d_22 * __this, MethodInfo * method)); DO_APP_FUNC(0x00732F60, Player *, SimpleControlRemapping_get_player, (SimpleControlRemapping * __this, MethodInfo * method)); DO_APP_FUNC(0x00732FC0, ControllerMap *, SimpleControlRemapping_get_controllerMap, (SimpleControlRemapping * __this, MethodInfo * method)); DO_APP_FUNC(0x007330E0, Controller *, SimpleControlRemapping_get_controller, (SimpleControlRemapping * __this, MethodInfo * method)); DO_APP_FUNC(0x00733160, void, SimpleControlRemapping_OnEnable, (SimpleControlRemapping * __this, MethodInfo * method)); DO_APP_FUNC(0x007333F0, void, SimpleControlRemapping_OnDisable, (SimpleControlRemapping * __this, MethodInfo * method)); DO_APP_FUNC(0x00733530, void, SimpleControlRemapping_RedrawUI, (SimpleControlRemapping * __this, MethodInfo * method)); DO_APP_FUNC(0x00733B00, void, SimpleControlRemapping_ClearUI, (SimpleControlRemapping * __this, MethodInfo * method)); DO_APP_FUNC(0x00733C60, void, SimpleControlRemapping_InitializeUI, (SimpleControlRemapping * __this, MethodInfo * method)); DO_APP_FUNC(0x00734580, void, SimpleControlRemapping_CreateUIRow, (SimpleControlRemapping * __this, InputAction * action, AxisRange__Enum actionRange, String * label, MethodInfo * method)); DO_APP_FUNC(0x00734AD0, void, SimpleControlRemapping_SetSelectedController, (SimpleControlRemapping * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC(0x00734C60, void, SimpleControlRemapping_OnControllerSelected, (SimpleControlRemapping * __this, int32_t controllerType, MethodInfo * method)); DO_APP_FUNC(0x00734C70, void, SimpleControlRemapping_OnInputFieldClicked, (SimpleControlRemapping * __this, int32_t index, int32_t actionElementMapToReplaceId, MethodInfo * method)); DO_APP_FUNC(0x00734D90, IEnumerator *, SimpleControlRemapping_StartListeningDelayed, (SimpleControlRemapping * __this, int32_t index, int32_t actionElementMapToReplaceId, MethodInfo * method)); DO_APP_FUNC(0x00734E50, void, SimpleControlRemapping_OnControllerChanged, (SimpleControlRemapping * __this, ControllerStatusChangedEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA5F8, SimpleControlRemapping_OnControllerChanged__MethodInfo); DO_APP_FUNC(0x00734E60, void, SimpleControlRemapping_OnInputMapped, (SimpleControlRemapping * __this, InputMapper_InputMappedEventData * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA5E8, SimpleControlRemapping_OnInputMapped__MethodInfo); DO_APP_FUNC(0x00734E70, void, SimpleControlRemapping_OnStopped, (SimpleControlRemapping * __this, InputMapper_StoppedEventData * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA5F0, SimpleControlRemapping_OnStopped__MethodInfo); DO_APP_FUNC(0x00734F60, void, SimpleControlRemapping__ctor, (SimpleControlRemapping * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SimpleControlRemapping_Row__ctor, (SimpleControlRemapping_Row * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SimpleControlRemapping_c_DisplayClass21_0__ctor, (SimpleControlRemapping_c_DisplayClass21_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x007350F0, void, SimpleControlRemapping_c_DisplayClass21_0__RedrawUI_b__0, (SimpleControlRemapping_c_DisplayClass21_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA5C8, SimpleControlRemapping_c_DisplayClass21_0__RedrawUI_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, SimpleControlRemapping_StartListeningDelayed_d_28__ctor, (SimpleControlRemapping_StartListeningDelayed_d_28 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SimpleControlRemapping_StartListeningDelayed_d_28_System_IDisposable_Dispose, (SimpleControlRemapping_StartListeningDelayed_d_28 * __this, MethodInfo * method)); DO_APP_FUNC(0x00735220, bool, SimpleControlRemapping_StartListeningDelayed_d_28_MoveNext, (SimpleControlRemapping_StartListeningDelayed_d_28 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SimpleControlRemapping_StartListeningDelayed_d_28_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SimpleControlRemapping_StartListeningDelayed_d_28 * __this, MethodInfo * method)); DO_APP_FUNC(0x007354F0, void, SimpleControlRemapping_StartListeningDelayed_d_28_System_Collections_IEnumerator_Reset, (SimpleControlRemapping_StartListeningDelayed_d_28 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA590, SimpleControlRemapping_StartListeningDelayed_d_28_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SimpleControlRemapping_StartListeningDelayed_d_28_System_Collections_IEnumerator_get_Current, (SimpleControlRemapping_StartListeningDelayed_d_28 * __this, MethodInfo * method)); DO_APP_FUNC(0x00735540, void, ControllerUIEffect_Awake, (ControllerUIEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x00735600, void, ControllerUIEffect_Activate, (ControllerUIEffect * __this, float amount, MethodInfo * method)); DO_APP_FUNC(0x007356F0, void, ControllerUIEffect_Deactivate, (ControllerUIEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x00735720, void, ControllerUIEffect_RedrawImage, (ControllerUIEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x007357C0, void, ControllerUIEffect__ctor, (ControllerUIEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x00735820, bool, ControllerUIElement_get_hasEffects, (ControllerUIElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00735A00, void, ControllerUIElement_Awake, (ControllerUIElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00735AD0, void, ControllerUIElement_Activate, (ControllerUIElement * __this, float amount, MethodInfo * method)); DO_APP_FUNC(0x00736130, void, ControllerUIElement_Deactivate, (ControllerUIElement * __this, MethodInfo * method)); DO_APP_FUNC(0x007364D0, void, ControllerUIElement_SetLabel, (ControllerUIElement * __this, String * text, AxisRange__Enum labelType, MethodInfo * method)); DO_APP_FUNC(0x00736770, void, ControllerUIElement_ClearLabels, (ControllerUIElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00736BE0, void, ControllerUIElement_RedrawImage, (ControllerUIElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00736C20, void, ControllerUIElement__ctor, (ControllerUIElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00736D00, Player *, GamepadTemplateUI_get_player, (GamepadTemplateUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00736D70, void, GamepadTemplateUI_Awake, (GamepadTemplateUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00738130, void, GamepadTemplateUI_Start, (GamepadTemplateUI * __this, MethodInfo * method)); DO_APP_FUNC(0x007381D0, void, GamepadTemplateUI_OnDestroy, (GamepadTemplateUI * __this, MethodInfo * method)); DO_APP_FUNC(0x007382C0, void, GamepadTemplateUI_Update, (GamepadTemplateUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00738360, void, GamepadTemplateUI_DrawActiveElements, (GamepadTemplateUI * __this, MethodInfo * method)); DO_APP_FUNC(0x007387C0, void, GamepadTemplateUI_ActivateElements, (GamepadTemplateUI * __this, Player * player, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x00738D10, void, GamepadTemplateUI_DrawLabels, (GamepadTemplateUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00738FD0, void, GamepadTemplateUI_DrawLabels_1, (GamepadTemplateUI * __this, Player * player, InputAction * action, MethodInfo * method)); DO_APP_FUNC(0x007392A0, void, GamepadTemplateUI_DrawLabel, (GamepadTemplateUI * __this, ControllerUIElement * uiElement, InputAction * action, ControllerMap * controllerMap, IControllerTemplate * template_1, IControllerTemplateElement * element, MethodInfo * method)); DO_APP_FUNC(0x00739640, GamepadTemplateUI_Stick *, GamepadTemplateUI_GetStick, (GamepadTemplateUI * __this, int32_t elementId, MethodInfo * method)); DO_APP_FUNC(0x00739800, void, GamepadTemplateUI_OnControllerConnected, (GamepadTemplateUI * __this, ControllerStatusChangedEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA580, GamepadTemplateUI_OnControllerConnected__MethodInfo); DO_APP_FUNC(0x00739800, void, GamepadTemplateUI_OnControllerDisconnected, (GamepadTemplateUI * __this, ControllerStatusChangedEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA568, GamepadTemplateUI_OnControllerDisconnected__MethodInfo); DO_APP_FUNC(0x00739810, void, GamepadTemplateUI__ctor, (GamepadTemplateUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00739A50, Vector2, GamepadTemplateUI_Stick_get_position, (GamepadTemplateUI_Stick * __this, MethodInfo * method)); DO_APP_FUNC(0x00739BE0, void, GamepadTemplateUI_Stick_set_position, (GamepadTemplateUI_Stick * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x00739D60, void, GamepadTemplateUI_Stick__ctor, (GamepadTemplateUI_Stick * __this, RectTransform * transform, int32_t xAxisElementId, int32_t yAxisElementId, MethodInfo * method)); DO_APP_FUNC(0x00739F00, void, GamepadTemplateUI_Stick_Reset, (GamepadTemplateUI_Stick * __this, MethodInfo * method)); DO_APP_FUNC(0x0073A070, bool, GamepadTemplateUI_Stick_ContainsElement, (GamepadTemplateUI_Stick * __this, int32_t elementId, MethodInfo * method)); DO_APP_FUNC(0x0073A1B0, void, GamepadTemplateUI_Stick_SetAxisPosition, (GamepadTemplateUI_Stick * __this, int32_t elementId, float value, MethodInfo * method)); DO_APP_FUNC(0x0073A5C0, void, GamepadTemplateUI_UIElement__ctor, (GamepadTemplateUI_UIElement * __this, int32_t id, ControllerUIElement * element, MethodInfo * method)); DO_APP_FUNC(0x0073A620, void, PauseTimeline_Start, (PauseTimeline * __this, MethodInfo * method)); DO_APP_FUNC(0x0073A740, void, PauseTimeline_Update, (PauseTimeline * __this, MethodInfo * method)); DO_APP_FUNC(0x0073A750, void, PauseTimeline_OnGUI, (PauseTimeline * __this, MethodInfo * method)); DO_APP_FUNC(0x0073A960, void, PauseTimeline_FreeLook, (PauseTimeline * __this, MethodInfo * method)); DO_APP_FUNC(0x0073BDE0, void, PauseTimeline__ctor, (PauseTimeline * __this, MethodInfo * method)); DO_APP_FUNC(0x0073BE60, void, VrCameraSwitcher_Start, (VrCameraSwitcher * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, VrCameraSwitcher__ctor, (VrCameraSwitcher * __this, MethodInfo * method)); DO_APP_FUNC(0x0073C100, void, Wipe_Start, (Wipe * __this, MethodInfo * method)); DO_APP_FUNC(0x0073C460, Mesh *, Wipe_CreateFullscreenQuad, (MethodInfo * method)); DO_APP_FUNC(0x0073C760, void, Wipe_OnDestroy, (Wipe * __this, MethodInfo * method)); DO_APP_FUNC(0x0073C9C0, void, Wipe_RecordCommandBuffer, (Wipe * __this, CommandBuffer * cmd, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC480, Wipe_RecordCommandBuffer__MethodInfo); DO_APP_FUNC(0x0073CC10, void, Wipe_OnGUI, (Wipe * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, Wipe__ctor, (Wipe * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, MoveWithVRCamera_get_IsConcurrent, (MoveWithVRCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x0073CF50, void, MoveWithVRCamera_Awake, (MoveWithVRCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x0073D260, void, MoveWithVRCamera_OnAttachLookSource, (MoveWithVRCamera * __this, ILookSource * lookSource, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC458, MoveWithVRCamera_OnAttachLookSource__MethodInfo); DO_APP_FUNC(0x0073D370, bool, MoveWithVRCamera_CanStartAbility, (MoveWithVRCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x0073D480, void, MoveWithVRCamera_Update, (MoveWithVRCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x0073DBD0, void, MoveWithVRCamera_OnDestroy, (MoveWithVRCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x0073DCE0, void, MoveWithVRCamera__ctor, (MoveWithVRCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x0073DD00, void, DevourMuzzleFlash_Awake, (DevourMuzzleFlash * __this, MethodInfo * method)); DO_APP_FUNC(0x0073E230, void, DevourMuzzleFlash_OnEnable, (DevourMuzzleFlash * __this, MethodInfo * method)); DO_APP_FUNC(0x0073E4C0, void, DevourMuzzleFlash_Show, (DevourMuzzleFlash * __this, bool pooled, MethodInfo * method)); DO_APP_FUNC(0x0073E910, void, DevourMuzzleFlash_Update, (DevourMuzzleFlash * __this, MethodInfo * method)); DO_APP_FUNC(0x0073EC30, void, DevourMuzzleFlash__ctor, (DevourMuzzleFlash * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7740, float, AlignToGroundAnimated_get_DeltaMultiplier, (AlignToGroundAnimated * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7750, void, AlignToGroundAnimated_set_DeltaMultiplier, (AlignToGroundAnimated * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0073ED00, void, AlignToGroundAnimated_Awake, (AlignToGroundAnimated * __this, MethodInfo * method)); DO_APP_FUNC(0x0073EE20, void, AlignToGroundAnimated_Update, (AlignToGroundAnimated * __this, MethodInfo * method)); DO_APP_FUNC(0x0073F310, void, AlignToGroundAnimated_AbilityStopped, (AlignToGroundAnimated * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x0073F3C0, void, AlignToGroundAnimated__ctor, (AlignToGroundAnimated * __this, MethodInfo * method)); DO_APP_FUNC(0x0073F3E0, void, AlignToGroundAnimated__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0073F460, void, SurvivalMessageMonitor_Awake, (SurvivalMessageMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x0073F570, void, SurvivalMessageMonitor_OnAttachCharacter, (SurvivalMessageMonitor * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x0073FCF0, void, SurvivalMessageMonitor_OnAbilityCanStart, (SurvivalMessageMonitor * __this, Ability * ability, bool canStart, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC418, SurvivalMessageMonitor_OnAbilityCanStart__MethodInfo); DO_APP_FUNC(0x00740300, bool, SurvivalMessageMonitor_IsLongInteractAbility, (SurvivalMessageMonitor * __this, Ability * ability, MethodInfo * method)); DO_APP_FUNC(0x007403B0, bool, SurvivalMessageMonitor_CheckForCustomIcon, (SurvivalMessageMonitor * __this, Ability * ability, MethodInfo * method)); DO_APP_FUNC(0x00740450, Sprite *, SurvivalMessageMonitor_GetCustomInteractableIcon, (SurvivalMessageMonitor * __this, Ability * ability, MethodInfo * method)); DO_APP_FUNC(0x00740630, void, SurvivalMessageMonitor_OnObjectPickedUp, (SurvivalMessageMonitor * __this, ObjectPickup * objectPickup, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC410, SurvivalMessageMonitor_OnObjectPickedUp__MethodInfo); DO_APP_FUNC(0x007409F0, void, SurvivalMessageMonitor_UpdateMessage, (SurvivalMessageMonitor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC3A8, SurvivalMessageMonitor_UpdateMessage__MethodInfo); DO_APP_FUNC(0x00741750, void, SurvivalMessageMonitor_FadeMessage, (SurvivalMessageMonitor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC398, SurvivalMessageMonitor_FadeMessage__MethodInfo); DO_APP_FUNC(0x00741BA0, bool, SurvivalMessageMonitor_CanShowUI, (SurvivalMessageMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x00741CD0, void, SurvivalMessageMonitor_Update, (SurvivalMessageMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x00742B60, void, SurvivalMessageMonitor_OnKnockoutEvent, (SurvivalMessageMonitor * __this, BoltEntity * killedBy, BoltEntity * player, bool usingPoison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC408, SurvivalMessageMonitor_OnKnockoutEvent__MethodInfo); DO_APP_FUNC(0x00742B60, void, SurvivalMessageMonitor_OnKnockoutBoxEvent, (SurvivalMessageMonitor * __this, String * killedBy, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC420, SurvivalMessageMonitor_OnKnockoutBoxEvent__MethodInfo); DO_APP_FUNC(0x00742B60, void, SurvivalMessageMonitor_OnPlayerPickedUpEvent, (SurvivalMessageMonitor * __this, BoltEntity * killedBy, BoltEntity * player, bool inHidingSpot, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC3F8, SurvivalMessageMonitor_OnPlayerPickedUpEvent__MethodInfo); DO_APP_FUNC(0x00742B70, void, SurvivalMessageMonitor_KnockedOut, (SurvivalMessageMonitor * __this, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC(0x00742ED0, void, SurvivalMessageMonitor__ctor, (SurvivalMessageMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x00742FC0, bool, RewiredInput_get_DisableCursor, (RewiredInput * __this, MethodInfo * method)); DO_APP_FUNC(0x00742FD0, void, RewiredInput_set_DisableCursor, (RewiredInput * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x007431A0, bool, RewiredInput_get_EnableCursorWithEscape, (RewiredInput * __this, MethodInfo * method)); DO_APP_FUNC(0x007431B0, void, RewiredInput_set_EnableCursorWithEscape, (RewiredInput * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x007431C0, bool, RewiredInput_get_PreventLookVectorChanges, (RewiredInput * __this, MethodInfo * method)); DO_APP_FUNC(0x007431D0, void, RewiredInput_set_PreventLookVectorChanges, (RewiredInput * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x007431E0, bool, RewiredInput_get_EnableTouchControls, (RewiredInput * __this, MethodInfo * method)); DO_APP_FUNC(0x007431F0, void, RewiredInput_set_EnableTouchControls, (RewiredInput * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00743200, void, RewiredInput_Awake, (RewiredInput * __this, MethodInfo * method)); DO_APP_FUNC(0x007432C0, void, RewiredInput_OnEnable, (RewiredInput * __this, MethodInfo * method)); DO_APP_FUNC(0x00743360, void, RewiredInput_OnDisable, (RewiredInput * __this, MethodInfo * method)); DO_APP_FUNC(0x00743400, bool, RewiredInput_IsPointerOverUI, (RewiredInput * __this, MethodInfo * method)); DO_APP_FUNC(0x00743420, void, RewiredInput_LateUpdate, (RewiredInput * __this, MethodInfo * method)); DO_APP_FUNC(0x007435E0, bool, RewiredInput_GetButtonInternal, (RewiredInput * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00743610, bool, RewiredInput_GetButtonDownInternal, (RewiredInput * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00743640, bool, RewiredInput_GetButtonUpInternal, (RewiredInput * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00743720, float, RewiredInput_GetAxisInternal, (RewiredInput * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00743750, float, RewiredInput_GetAxisRawInternal, (RewiredInput * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00743830, Vector2, RewiredInput_GetMousePosition, (RewiredInput * __this, MethodInfo * method)); DO_APP_FUNC(0x00743870, void, RewiredInput_EnableGameplayInput, (RewiredInput * __this, bool enable, MethodInfo * method)); DO_APP_FUNC(0x00743930, void, RewiredInput__ctor, (RewiredInput * __this, MethodInfo * method)); DO_APP_FUNC(0x00743950, Vector2, AStarAIAgentMovement_get_InputVector, (AStarAIAgentMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x00743970, Vector3, AStarAIAgentMovement_get_DeltaRotation, (AStarAIAgentMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x00743990, void, AStarAIAgentMovement_Awake, (AStarAIAgentMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x00743B00, void, AStarAIAgentMovement_Update, (AStarAIAgentMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x00744230, void, AStarAIAgentMovement_ApplyPosition, (AStarAIAgentMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x007444C0, void, AStarAIAgentMovement_LateUpdate, (AStarAIAgentMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x00744680, bool, AStarAIAgentMovement_SetDestination, (AStarAIAgentMovement * __this, Vector3 target, MethodInfo * method)); DO_APP_FUNC(0x00744870, void, AStarAIAgentMovement__ctor, (AStarAIAgentMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x00744890, void, NL_MCS_Start, (NL_MCS * __this, MethodInfo * method)); DO_APP_FUNC(0x00744E60, void, NL_MCS_CollectUniqueMtls, (NL_MCS * __this, MethodInfo * method)); DO_APP_FUNC(0x00745110, void, NL_MCS_CalculateTextureRotation, (NL_MCS * __this, MethodInfo * method)); DO_APP_FUNC(0x00745150, void, NL_MCS_RotateTexture, (NL_MCS * __this, MethodInfo * method)); DO_APP_FUNC(0x00745710, void, NL_MCS__ctor, (NL_MCS * __this, MethodInfo * method)); DO_APP_FUNC(0x007458C0, void, NL_MCS_Interior_Start, (NL_MCS_Interior * __this, MethodInfo * method)); DO_APP_FUNC(0x00745F70, void, NL_MCS_Interior_CalculateTextureRotation, (NL_MCS_Interior * __this, MethodInfo * method)); DO_APP_FUNC(0x00745FA0, void, NL_MCS_Interior_RotateTexture, (NL_MCS_Interior * __this, MethodInfo * method)); DO_APP_FUNC(0x00746550, void, NL_MCS_Interior__ctor, (NL_MCS_Interior * __this, MethodInfo * method)); DO_APP_FUNC(0x00746630, void, DoorScript_Start, (DoorScript * __this, MethodInfo * method)); DO_APP_FUNC(0x007474F0, void, DoorScript_AddText, (DoorScript * __this, MethodInfo * method)); DO_APP_FUNC(0x00747870, void, DoorScript_AddLock, (DoorScript * __this, MethodInfo * method)); DO_APP_FUNC(0x00747A20, void, DoorScript_AddAudioSource, (DoorScript * __this, MethodInfo * method)); DO_APP_FUNC(0x00748010, void, DoorScript_DetectDoorKnob, (DoorScript * __this, MethodInfo * method)); DO_APP_FUNC(0x00748260, void, DoorScript_Update, (DoorScript * __this, MethodInfo * method)); DO_APP_FUNC(0x007486C0, bool, DoorScript_PLayerIsLookingAtDoorKnob, (DoorScript * __this, MethodInfo * method)); DO_APP_FUNC(0x00748A40, void, DoorScript_OpenLockDoor, (DoorScript * __this, MethodInfo * method)); DO_APP_FUNC(0x00748BD0, void, DoorScript_Unlock, (DoorScript * __this, MethodInfo * method)); DO_APP_FUNC(0x00748BF0, void, DoorScript_OnTriggerEnter, (DoorScript * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x00748C60, void, DoorScript_OnTriggerExit, (DoorScript * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x00748CE0, void, DoorScript_ShowHint, (DoorScript * __this, MethodInfo * method)); DO_APP_FUNC(0x00748D70, void, DoorScript_HideHint, (DoorScript * __this, MethodInfo * method)); DO_APP_FUNC(0x00748DA0, void, DoorScript_PlaySFX, (DoorScript * __this, AudioClip * clip, MethodInfo * method)); DO_APP_FUNC(0x00748EC0, void, DoorScript_PlayClosedFXs, (DoorScript * __this, MethodInfo * method)); DO_APP_FUNC(0x007491F0, void, DoorScript_CloseSound, (DoorScript * __this, MethodInfo * method)); DO_APP_FUNC(0x007493F0, void, DoorScript_OpenText, (DoorScript * __this, MethodInfo * method)); DO_APP_FUNC(0x00749420, void, DoorScript_LockText, (DoorScript * __this, MethodInfo * method)); DO_APP_FUNC(0x00749450, void, DoorScript_CloseText, (DoorScript * __this, MethodInfo * method)); DO_APP_FUNC(0x00749480, void, DoorScript_ShowText, (DoorScript * __this, String * txt, MethodInfo * method)); DO_APP_FUNC(0x00749640, void, DoorScript_HideText, (DoorScript * __this, MethodInfo * method)); DO_APP_FUNC(0x00749790, void, DoorScript_OpenDoor, (DoorScript * __this, MethodInfo * method)); DO_APP_FUNC(0x00749BB0, void, DoorScript_CloseDoor, (DoorScript * __this, MethodInfo * method)); DO_APP_FUNC(0x0074A300, void, DoorScript__ctor, (DoorScript * __this, MethodInfo * method)); DO_APP_FUNC(0x0074A890, void, DoorScript_DoorControls__ctor, (DoorScript_DoorControls * __this, MethodInfo * method)); DO_APP_FUNC(0x0074A8B0, void, DoorScript_AnimNames__ctor, (DoorScript_AnimNames * __this, MethodInfo * method)); DO_APP_FUNC(0x0074A9B0, void, DoorScript_DoorSounds__ctor, (DoorScript_DoorSounds * __this, MethodInfo * method)); DO_APP_FUNC(0x0074A9D0, void, DoorScript_DoorTexts__ctor, (DoorScript_DoorTexts * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DoorScript_KeySystem__ctor, (DoorScript_KeySystem * __this, MethodInfo * method)); DO_APP_FUNC(0x0074AB40, void, MagicLightProbes_CheckForNearContrast, (MagicLightProbes * __this, MLPPointData * pointForCheck, MethodInfo * method)); DO_APP_FUNC(0x0074AF90, bool, MagicLightProbes_UpdateProgress, (MagicLightProbes * __this, int32_t count, int32_t period, MethodInfo * method)); DO_APP_FUNC(0x0074AFE0, bool, MagicLightProbes_UpdateTotalProgress, (MagicLightProbes * __this, int32_t count, int32_t period, MethodInfo * method)); DO_APP_FUNC(0x0074B030, void, MagicLightProbes__ctor, (MagicLightProbes * __this, MethodInfo * method)); DO_APP_FUNC(0x0074C540, void, MagicLightProbes__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0074C580, void, MagicLightProbes_VolumeParameters__ctor, (MagicLightProbes_VolumeParameters * __this, int32_t _volumeIndex, Vector3 _position, Vector3 _demensions, MethodInfo * method)); DO_APP_FUNC(0x0074C5B0, void, MagicLightProbes_TempPointData__ctor, (MagicLightProbes_TempPointData * __this, Vector3 _position, MethodInfo * method)); DO_APP_FUNC(0x0074C5D0, void, MagicLightProbes_WorkPathFoundEvent__ctor, (MagicLightProbes_WorkPathFoundEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, MLPCombinedVolume__ctor, (MLPCombinedVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x0074C610, void, MLPLight__ctor, (MLPLight * __this, MethodInfo * method)); DO_APP_FUNC(0x006758B0, void, MLPPointData_SetPosition, (MLPPointData * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x0074C7E0, void, MLPPointData_SetOutOfRange, (MLPPointData * __this, bool visibility, MethodInfo * method)); DO_APP_FUNC(0x003CA760, void, MLPPointData_SetLightIntensity, (MLPPointData * __this, float intensity, MethodInfo * method)); DO_APP_FUNC(0x0074C7F0, void, MLPPointData_SetInSaveRange, (MLPPointData * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0074C800, void, MLPPointData_SetInContrastArea, (MLPPointData * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0074C810, void, MLPPointData__ctor, (MLPPointData * __this, MethodInfo * method)); DO_APP_FUNC(0x0074CBB0, void, MLPPrefab_OnEnable, (MLPPrefab * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, MLPPrefab__ctor, (MLPPrefab * __this, MethodInfo * method)); DO_APP_FUNC(0x0074CDC0, void, MLPQuickEditing__ctor, (MLPQuickEditing * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MLPTracePoint__ctor, (MLPTracePoint * __this, MethodInfo * method)); DO_APP_FUNC(0x0074CE90, void, MLPVolume__ctor, (MLPVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x0074D720, IEnumerator *, DublicateVertical_ExecutePass, (DublicateVertical * __this, MagicLightProbes * parent, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DublicateVertical__ctor, (DublicateVertical * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DublicateVertical_ExecutePass_d_0__ctor, (DublicateVertical_ExecutePass_d_0 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x0074D7C0, void, DublicateVertical_ExecutePass_d_0_System_IDisposable_Dispose, (DublicateVertical_ExecutePass_d_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0074D880, bool, DublicateVertical_ExecutePass_d_0_MoveNext, (DublicateVertical_ExecutePass_d_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0074E860, void, DublicateVertical_ExecutePass_d_0___m__Finally1, (DublicateVertical_ExecutePass_d_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, DublicateVertical_ExecutePass_d_0_System_Collections_Generic_IEnumerator_System_Object__get_Current, (DublicateVertical_ExecutePass_d_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0074E8B0, void, DublicateVertical_ExecutePass_d_0_System_Collections_IEnumerator_Reset, (DublicateVertical_ExecutePass_d_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC118, DublicateVertical_ExecutePass_d_0_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, DublicateVertical_ExecutePass_d_0_System_Collections_IEnumerator_get_Current, (DublicateVertical_ExecutePass_d_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0074E900, int32_t, RandomGen_Next, (int32_t min, int32_t max, MethodInfo * method)); DO_APP_FUNC(0x0074ECA0, void, RandomGen__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0074EDB0, IEnumerator *, EquivalentProbesOptimization_ExecutePass, (EquivalentProbesOptimization * __this, MagicLightProbes * parent, MLPVolume * currentVolume, bool realtimeEditing, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EquivalentProbesOptimization__ctor, (EquivalentProbesOptimization * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, EquivalentProbesOptimization_ExecutePass_d_0__ctor, (EquivalentProbesOptimization_ExecutePass_d_0 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EquivalentProbesOptimization_ExecutePass_d_0_System_IDisposable_Dispose, (EquivalentProbesOptimization_ExecutePass_d_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0074EEE0, bool, EquivalentProbesOptimization_ExecutePass_d_0_MoveNext, (EquivalentProbesOptimization_ExecutePass_d_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, EquivalentProbesOptimization_ExecutePass_d_0_System_Collections_Generic_IEnumerator_System_Object__get_Current, (EquivalentProbesOptimization_ExecutePass_d_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0074F8F0, void, EquivalentProbesOptimization_ExecutePass_d_0_System_Collections_IEnumerator_Reset, (EquivalentProbesOptimization_ExecutePass_d_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC0C0, EquivalentProbesOptimization_ExecutePass_d_0_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, EquivalentProbesOptimization_ExecutePass_d_0_System_Collections_IEnumerator_get_Current, (EquivalentProbesOptimization_ExecutePass_d_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0074F940, IEnumerator *, PartialVolumeFilling_ExecutePass, (PartialVolumeFilling * __this, MagicLightProbes * parent, PartialVolumeFilling_TargetPoint__Enum targetPoint, MLPVolume * currentVolume, bool realtimeEditing, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PartialVolumeFilling__ctor, (PartialVolumeFilling * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PartialVolumeFilling_ExecutePass_d_1__ctor, (PartialVolumeFilling_ExecutePass_d_1 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PartialVolumeFilling_ExecutePass_d_1_System_IDisposable_Dispose, (PartialVolumeFilling_ExecutePass_d_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0074FA60, bool, PartialVolumeFilling_ExecutePass_d_1_MoveNext, (PartialVolumeFilling_ExecutePass_d_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PartialVolumeFilling_ExecutePass_d_1_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PartialVolumeFilling_ExecutePass_d_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00750DF0, void, PartialVolumeFilling_ExecutePass_d_1_System_Collections_IEnumerator_Reset, (PartialVolumeFilling_ExecutePass_d_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC080, PartialVolumeFilling_ExecutePass_d_1_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PartialVolumeFilling_ExecutePass_d_1_System_Collections_IEnumerator_get_Current, (PartialVolumeFilling_ExecutePass_d_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00750E40, IEnumerator *, RemoveUnusedPoints_ExecutePass, (RemoveUnusedPoints * __this, MagicLightProbes * parent, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RemoveUnusedPoints__ctor, (RemoveUnusedPoints * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, RemoveUnusedPoints_ExecutePass_d_0__ctor, (RemoveUnusedPoints_ExecutePass_d_0 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RemoveUnusedPoints_ExecutePass_d_0_System_IDisposable_Dispose, (RemoveUnusedPoints_ExecutePass_d_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00750EE0, bool, RemoveUnusedPoints_ExecutePass_d_0_MoveNext, (RemoveUnusedPoints_ExecutePass_d_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, RemoveUnusedPoints_ExecutePass_d_0_System_Collections_Generic_IEnumerator_System_Object__get_Current, (RemoveUnusedPoints_ExecutePass_d_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00751340, void, RemoveUnusedPoints_ExecutePass_d_0_System_Collections_IEnumerator_Reset, (RemoveUnusedPoints_ExecutePass_d_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC060, RemoveUnusedPoints_ExecutePass_d_0_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, RemoveUnusedPoints_ExecutePass_d_0_System_Collections_IEnumerator_get_Current, (RemoveUnusedPoints_ExecutePass_d_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00751390, IEnumerator *, SetDistanceFromGeometry_ExecutePass, (SetDistanceFromGeometry * __this, MagicLightProbes * parent, MLPVolume * currentVolume, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SetDistanceFromGeometry__ctor, (SetDistanceFromGeometry * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SetDistanceFromGeometry_ExecutePass_d_0__ctor, (SetDistanceFromGeometry_ExecutePass_d_0 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SetDistanceFromGeometry_ExecutePass_d_0_System_IDisposable_Dispose, (SetDistanceFromGeometry_ExecutePass_d_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x007514A0, bool, SetDistanceFromGeometry_ExecutePass_d_0_MoveNext, (SetDistanceFromGeometry_ExecutePass_d_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SetDistanceFromGeometry_ExecutePass_d_0_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SetDistanceFromGeometry_ExecutePass_d_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00751D40, void, SetDistanceFromGeometry_ExecutePass_d_0_System_Collections_IEnumerator_Reset, (SetDistanceFromGeometry_ExecutePass_d_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC040, SetDistanceFromGeometry_ExecutePass_d_0_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SetDistanceFromGeometry_ExecutePass_d_0_System_Collections_IEnumerator_get_Current, (SetDistanceFromGeometry_ExecutePass_d_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00751D90, void, BoltClient__ctor, (BoltClient * __this, BoltCommsNetwork * network, BoltDissonanceRelay * relay, MethodInfo * method)); DO_APP_FUNC(0x00751E50, void, BoltClient_PacketReceived, (BoltClient * __this, BoltPeer server, ArraySegment_1_Byte_ data, MethodInfo * method)); DO_APP_FUNC(0x00751F50, void, BoltClient_Connect, (BoltClient * __this, MethodInfo * method)); DO_APP_FUNC(0x00752000, void, BoltClient_Disconnect, (BoltClient * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltClient_ReadMessages, (BoltClient * __this, MethodInfo * method)); DO_APP_FUNC(0x007521B0, void, BoltClient_SendReliable, (BoltClient * __this, ArraySegment_1_Byte_ packet, MethodInfo * method)); DO_APP_FUNC(0x00752360, void, BoltClient_SendUnreliable, (BoltClient * __this, ArraySegment_1_Byte_ packet, MethodInfo * method)); DO_APP_FUNC(0x00752540, void, BoltDissonanceChannels_BoltStartBegin, (BoltDissonanceChannels * __this, MethodInfo * method)); DO_APP_FUNC(0x00542580, void, BoltDissonanceChannels__ctor, (BoltDissonanceChannels * __this, MethodInfo * method)); DO_APP_FUNC(0x007526E0, void, BoltDissonanceRelay_RegisterClientPacketListener, (BoltDissonanceRelay * __this, BoltDissonanceRelay_IBoltPacketListener * listener, MethodInfo * method)); DO_APP_FUNC(0x00752740, void, BoltDissonanceRelay_RegisterServerPacketListener, (BoltDissonanceRelay * __this, BoltDissonanceRelay_IBoltPacketListener * listener, MethodInfo * method)); DO_APP_FUNC(0x007527A0, void, BoltDissonanceRelay_RegisterDisconnectListener, (BoltDissonanceRelay * __this, BoltDissonanceRelay_IBoltDisconnectListener * listener, MethodInfo * method)); DO_APP_FUNC(0x00752840, bool, BoltDissonanceRelay_UnregisterClientPacketListener, (BoltDissonanceRelay * __this, BoltDissonanceRelay_IBoltPacketListener * listener, MethodInfo * method)); DO_APP_FUNC(0x007528A0, bool, BoltDissonanceRelay_UnregisterServerPacketListener, (BoltDissonanceRelay * __this, BoltDissonanceRelay_IBoltPacketListener * listener, MethodInfo * method)); DO_APP_FUNC(0x00752900, bool, BoltDissonanceRelay_UnregisterDisconnectListener, (BoltDissonanceRelay * __this, BoltDissonanceRelay_IBoltDisconnectListener * listener, MethodInfo * method)); DO_APP_FUNC(0x00752960, void, BoltDissonanceRelay_Disconnected, (BoltDissonanceRelay * __this, BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00752C10, void, BoltDissonanceRelay_StreamDataReceived, (BoltDissonanceRelay * __this, BoltConnection * connection, UdpStreamData * data, MethodInfo * method)); DO_APP_FUNC(0x007530F0, void, BoltDissonanceRelay_OnEvent, (BoltDissonanceRelay * __this, DissonanceToServer * evnt, MethodInfo * method)); DO_APP_FUNC(0x00753290, void, BoltDissonanceRelay_OnEvent_1, (BoltDissonanceRelay * __this, DissonanceToClient * evnt, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, BoltDissonanceRelay_PersistBetweenStartupAndShutdown, (BoltDissonanceRelay * __this, MethodInfo * method)); DO_APP_FUNC(0x00753430, void, BoltDissonanceRelay_SendPacketReceived, (BoltDissonanceRelay * __this, BoltPeer sender, ArraySegment_1_Byte_ data, List_1_Dissonance_Integrations_PhotonBolt_BoltDissonanceRelay_IBoltPacketListener_ * listeners, MethodInfo * method)); DO_APP_FUNC(0x00753640, void, BoltDissonanceRelay_SendReliableToServer, (BoltDissonanceRelay * __this, ArraySegment_1_Byte_ data, MethodInfo * method)); DO_APP_FUNC(0x007537E0, void, BoltDissonanceRelay_SendUnreliableToServer, (BoltDissonanceRelay * __this, ArraySegment_1_Byte_ data, MethodInfo * method)); DO_APP_FUNC(0x007539C0, void, BoltDissonanceRelay_SendReliable, (BoltDissonanceRelay * __this, BoltPeer destination, ArraySegment_1_Byte_ data, MethodInfo * method)); DO_APP_FUNC(0x00753B60, void, BoltDissonanceRelay_SendUnreliable, (BoltDissonanceRelay * __this, BoltPeer destination, ArraySegment_1_Byte_ data, MethodInfo * method)); DO_APP_FUNC(0x00753CE0, Byte__Array *, BoltDissonanceRelay_ToDirectArray, (BoltDissonanceRelay * __this, ArraySegment_1_Byte_ segment, MethodInfo * method)); DO_APP_FUNC(0x00753F00, void, BoltDissonanceRelay__ctor, (BoltDissonanceRelay * __this, MethodInfo * method)); DO_APP_FUNC(0x007540F0, void, BoltDissonanceRelay__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00470F00, BoltConnection *, BoltPeer_get_Connection, (BoltPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, BoltPeer_set_Connection, (BoltPeer * __this, BoltConnection * value, MethodInfo * method)); DO_APP_FUNC(0x007542E0, bool, BoltPeer_get_RepresentsLocalConnection, (BoltPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x00754330, void, BoltPeer__ctor, (BoltPeer * __this, BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x007543D0, bool, BoltPeer_Equals, (BoltPeer * __this, BoltPeer other, MethodInfo * method)); DO_APP_FUNC(0x007544F0, void, BoltPeer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00754620, void, BoltCommsNetwork_Awake, (BoltCommsNetwork * __this, MethodInfo * method)); DO_APP_FUNC(0x00754730, BoltServer *, BoltCommsNetwork_CreateServer, (BoltCommsNetwork * __this, Unit serverParameters, MethodInfo * method)); DO_APP_FUNC(0x00754820, BoltClient *, BoltCommsNetwork_CreateClient, (BoltCommsNetwork * __this, Unit clientParameters, MethodInfo * method)); DO_APP_FUNC(0x00754910, void, BoltCommsNetwork_Update, (BoltCommsNetwork * __this, MethodInfo * method)); DO_APP_FUNC(0x00754D40, void, BoltCommsNetwork__ctor, (BoltCommsNetwork * __this, MethodInfo * method)); DO_APP_FUNC(0x00754D80, void, BoltServer__ctor, (BoltServer * __this, BoltDissonanceRelay * relay, MethodInfo * method)); DO_APP_FUNC(0x00754E20, void, BoltServer_PeerDisconnected, (BoltServer * __this, BoltPeer peer, MethodInfo * method)); DO_APP_FUNC(0x00754ED0, void, BoltServer_PacketReceived, (BoltServer * __this, BoltPeer peer, ArraySegment_1_Byte_ data, MethodInfo * method)); DO_APP_FUNC(0x00754F40, void, BoltServer_Connect, (BoltServer * __this, MethodInfo * method)); DO_APP_FUNC(0x00755090, void, BoltServer_Disconnect, (BoltServer * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltServer_ReadMessages, (BoltServer * __this, MethodInfo * method)); DO_APP_FUNC(0x007551C0, void, BoltServer_SendReliable, (BoltServer * __this, BoltPeer peer, ArraySegment_1_Byte_ packet, MethodInfo * method)); DO_APP_FUNC(0x00755360, void, BoltServer_SendUnreliable, (BoltServer * __this, BoltPeer peer, ArraySegment_1_Byte_ packet, MethodInfo * method)); DO_APP_FUNC(0x007554D0, void, BOTDShaderID__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, WindController_get_WindSpeed, (WindController * __this, MethodInfo * method)); DO_APP_FUNC(0x00755660, void, WindController_set_WindSpeed, (WindController * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB1A0, float, WindController_get_WindScale, (WindController * __this, MethodInfo * method)); DO_APP_FUNC(0x00755680, void, WindController_set_WindScale, (WindController * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB0F0, float, WindController_get_WindTiling, (WindController * __this, MethodInfo * method)); DO_APP_FUNC(0x007556A0, void, WindController_set_WindTiling, (WindController * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, WindController_get_WindPower, (WindController * __this, MethodInfo * method)); DO_APP_FUNC(0x007556D0, void, WindController_set_WindPower, (WindController * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Texture2D *, WindController_get_WindNoiseTexture, (WindController * __this, MethodInfo * method)); DO_APP_FUNC(0x007556F0, void, WindController_set_WindNoiseTexture, (WindController * __this, Texture2D * value, MethodInfo * method)); DO_APP_FUNC(0x007558E0, void, WindController_OnEnable, (WindController * __this, MethodInfo * method)); DO_APP_FUNC(0x007558F0, void, WindController_Update, (WindController * __this, MethodInfo * method)); DO_APP_FUNC(0x00755C40, void, WindController_UpdateWindValues, (WindController * __this, MethodInfo * method)); DO_APP_FUNC(0x00755DB0, void, WindController_UpdateWindSettings, (WindController * __this, MethodInfo * method)); DO_APP_FUNC(0x00755E60, void, WindController_UpdateWindNoiseTexture, (WindController * __this, MethodInfo * method)); DO_APP_FUNC(0x00755F10, void, WindController_RevertToDefaults, (WindController * __this, MethodInfo * method)); DO_APP_FUNC(0x00756180, void, WindController__ctor, (WindController * __this, MethodInfo * method)); DO_APP_FUNC(0x007561F0, void, HairDesigner__ctor, (HairDesigner * __this, MethodInfo * method)); DO_APP_FUNC(0x00756240, void, HairDesignerBone__ctor, (HairDesignerBone * __this, MethodInfo * method)); DO_APP_FUNC(0x00756310, void, HairDesignerCollider__ctor, (HairDesignerCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x00756360, void, HairDesignerGeneratorAdvancedFur__ctor, (HairDesignerGeneratorAdvancedFur * __this, MethodInfo * method)); DO_APP_FUNC(0x00756370, void, HairDesignerGeneratorFurShell__ctor, (HairDesignerGeneratorFurShell * __this, MethodInfo * method)); DO_APP_FUNC(0x00756380, void, HairDesignerGeneratorLongHair__ctor, (HairDesignerGeneratorLongHair * __this, MethodInfo * method)); DO_APP_FUNC(0x00756390, void, HairDesignerGeneratorMesh__ctor, (HairDesignerGeneratorMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x007563A0, void, HairDesignerMotionConstraintArea__ctor, (HairDesignerMotionConstraintArea * __this, MethodInfo * method)); DO_APP_FUNC(0x00756550, void, HairDesignerRuntimeLayer__ctor, (HairDesignerRuntimeLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00756710, void, HairDesignerRuntimeLayerLoader_Awake, (HairDesignerRuntimeLayerLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x00756880, void, HairDesignerRuntimeLayerLoader_Start, (HairDesignerRuntimeLayerLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x00756890, void, HairDesignerRuntimeLayerLoader_Load, (HairDesignerRuntimeLayerLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x00756A60, void, HairDesignerRuntimeLayerLoader__ctor, (HairDesignerRuntimeLayerLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x00756C10, void, HairDesignerShaderAdvancedFur_SetTexture, (HairDesignerShaderAdvancedFur * __this, int32_t textureID, Texture2D * tex, MethodInfo * method)); DO_APP_FUNC(0x00756C80, Texture2D *, HairDesignerShaderAdvancedFur_GetTexture, (HairDesignerShaderAdvancedFur * __this, int32_t textureID, MethodInfo * method)); DO_APP_FUNC(0x00756CC0, void, HairDesignerShaderAdvancedFur_UpdatePropertyBlock, (HairDesignerShaderAdvancedFur * __this, MaterialPropertyBlock * * pb, HairDesignerBase_eLayerType__Enum lt, MethodInfo * method)); DO_APP_FUNC(0x00758160, void, HairDesignerShaderAdvancedFur_OnDisable, (HairDesignerShaderAdvancedFur * __this, MethodInfo * method)); DO_APP_FUNC(0x007582E0, void, HairDesignerShaderAdvancedFur_OnEnable, (HairDesignerShaderAdvancedFur * __this, MethodInfo * method)); DO_APP_FUNC(0x00758460, void, HairDesignerShaderAdvancedFur_CameraPreCull, (HairDesignerShaderAdvancedFur * __this, Camera * cam, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CABC88, HairDesignerShaderAdvancedFur_CameraPreCull__MethodInfo); DO_APP_FUNC(0x007589D0, void, HairDesignerShaderAdvancedFur__ctor, (HairDesignerShaderAdvancedFur * __this, MethodInfo * method)); DO_APP_FUNC(0x007590C0, void, HairDesignerShaderAdvancedFur_EditorSettings__ctor, (HairDesignerShaderAdvancedFur_EditorSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00759180, void, HairDesignerShaderAdvancedFur_LODData__ctor, (HairDesignerShaderAdvancedFur_LODData * __this, MethodInfo * method)); DO_APP_FUNC(0x007591C0, void, HairDesignerShaderAtlas_UpdatePropertyBlock, (HairDesignerShaderAtlas * __this, MaterialPropertyBlock * * pb, HairDesignerBase_eLayerType__Enum lt, MethodInfo * method)); DO_APP_FUNC(0x00759DB0, void, HairDesignerShaderAtlas_UpdateMaterialProperty, (HairDesignerShaderAtlas * __this, Material * * mat, HairDesignerBase_eLayerType__Enum lt, MethodInfo * method)); DO_APP_FUNC(0x00759E70, void, HairDesignerShaderAtlas__ctor, (HairDesignerShaderAtlas * __this, MethodInfo * method)); DO_APP_FUNC(0x00759FB0, void, HairDesignerShaderFire_UpdatePropertyBlock, (HairDesignerShaderFire * __this, MaterialPropertyBlock * * pb, HairDesignerBase_eLayerType__Enum lt, MethodInfo * method)); DO_APP_FUNC(0x0075A1A0, void, HairDesignerShaderFire__ctor, (HairDesignerShaderFire * __this, MethodInfo * method)); DO_APP_FUNC(0x0075A240, void, HairDesignerShaderFurShell_SetTexture, (HairDesignerShaderFurShell * __this, int32_t textureID, Texture2D * tex, MethodInfo * method)); DO_APP_FUNC(0x0075A2B0, Texture2D *, HairDesignerShaderFurShell_GetTexture, (HairDesignerShaderFurShell * __this, int32_t textureID, MethodInfo * method)); DO_APP_FUNC(0x0075A2F0, bool, HairDesignerShaderFurShell_InstancingModeCompatibility, (HairDesignerShaderFurShell * __this, eInstancingMode__Enum imode, MethodInfo * method)); DO_APP_FUNC(0x0075A300, void, HairDesignerShaderFurShell_GeneratorUpdate, (HairDesignerShaderFurShell * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HairDesignerShaderFurShell_UpdatePropertyBlock, (HairDesignerShaderFurShell * __this, MaterialPropertyBlock * * pb, HairDesignerBase_eLayerType__Enum lt, MethodInfo * method)); DO_APP_FUNC(0x0075A590, void, HairDesignerShaderFurShell_UpdateMaterialProperty, (HairDesignerShaderFurShell * __this, Material * * mat, HairDesignerBase_eLayerType__Enum lt, MethodInfo * method)); DO_APP_FUNC(0x0075B790, void, HairDesignerShaderFurShell__ctor, (HairDesignerShaderFurShell * __this, MethodInfo * method)); DO_APP_FUNC(0x0075BAD0, void, HairDesignerShaderProcedural_UpdatePropertyBlock, (HairDesignerShaderProcedural * __this, MaterialPropertyBlock * * pb, HairDesignerBase_eLayerType__Enum lt, MethodInfo * method)); DO_APP_FUNC(0x0075BEB0, void, HairDesignerShaderProcedural__ctor, (HairDesignerShaderProcedural * __this, MethodInfo * method)); DO_APP_FUNC(0x0075BF70, void, HairDesignerShaderProcedural_v2_UpdatePropertyBlock, (HairDesignerShaderProcedural_v2 * __this, MaterialPropertyBlock * * pb, HairDesignerBase_eLayerType__Enum lt, MethodInfo * method)); DO_APP_FUNC(0x0075C6B0, void, HairDesignerShaderProcedural_v2__ctor, (HairDesignerShaderProcedural_v2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075C7F0, void, HairDesignerStrandMeshCollection__ctor, (HairDesignerStrandMeshCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0075C8C0, void, BlendShapesPresetAnimator_Awake, (BlendShapesPresetAnimator * __this, MethodInfo * method)); DO_APP_FUNC(0x0075CA30, void, BlendShapesPresetAnimator_SetWeight, (BlendShapesPresetAnimator * __this, int32_t id, float weight, MethodInfo * method)); DO_APP_FUNC(0x0075CC20, void, BlendShapesPresetAnimator_Update, (BlendShapesPresetAnimator * __this, MethodInfo * method)); DO_APP_FUNC(0x0075CED0, void, BlendShapesPresetAnimator__ctor, (BlendShapesPresetAnimator * __this, MethodInfo * method)); DO_APP_FUNC(0x0075D020, void, BlendShapesPresetController__ctor, (BlendShapesPresetController * __this, MethodInfo * method)); DO_APP_FUNC(0x0075D070, void, BlendShapesPresetTemplate__ctor, (BlendShapesPresetTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x0075D140, void, BehaviorTree__ctor, (BehaviorTree * __this, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, ExternalBehaviorTree__ctor, (ExternalBehaviorTree * __this, MethodInfo * method)); DO_APP_FUNC(0x0075D150, SharedAnimationCurve *, SharedAnimationCurve_op_Implicit, (AnimationCurve * value, MethodInfo * method)); DO_APP_FUNC(0x0075D220, void, SharedAnimationCurve__ctor, (SharedAnimationCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x0075D250, SharedBehaviour *, SharedBehaviour_op_Explicit, (Behaviour * value, MethodInfo * method)); DO_APP_FUNC(0x0075D320, void, SharedBehaviour__ctor, (SharedBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0075D350, SharedBool *, SharedBool_op_Implicit, (bool value, MethodInfo * method)); DO_APP_FUNC(0x0075D3D0, void, SharedBool__ctor, (SharedBool * __this, MethodInfo * method)); DO_APP_FUNC(0x0075D400, SharedCollider *, SharedCollider_op_Implicit, (Collider * value, MethodInfo * method)); DO_APP_FUNC(0x0075D4D0, void, SharedCollider__ctor, (SharedCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x0075D500, SharedColor *, SharedColor_op_Implicit, (Color value, MethodInfo * method)); DO_APP_FUNC(0x0075D580, void, SharedColor__ctor, (SharedColor * __this, MethodInfo * method)); DO_APP_FUNC(0x0075D5B0, SharedFloat *, SharedFloat_op_Implicit, (float value, MethodInfo * method)); DO_APP_FUNC(0x0075D680, void, SharedFloat__ctor, (SharedFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x0075D6B0, SharedGameObject *, SharedGameObject_op_Implicit, (GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x0075D780, void, SharedGameObject__ctor, (SharedGameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0075D7B0, void, SharedGameObjectList__ctor, (SharedGameObjectList * __this, MethodInfo * method)); DO_APP_FUNC(0x0075D890, SharedGameObjectList *, SharedGameObjectList_op_Implicit, (List_1_UnityEngine_GameObject_ * value, MethodInfo * method)); DO_APP_FUNC(0x0075D940, SharedHumanBodyBones *, SharedHumanBodyBones_op_Implicit, (HumanBodyBones__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0075DA10, void, SharedHumanBodyBones__ctor, (SharedHumanBodyBones * __this, MethodInfo * method)); DO_APP_FUNC(0x0075DA40, SharedInt *, SharedInt_op_Implicit, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0075DAC0, void, SharedInt__ctor, (SharedInt * __this, MethodInfo * method)); DO_APP_FUNC(0x0075DAF0, SharedLayerMask *, SharedLayerMask_op_Implicit, (LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x0075DBC0, void, SharedLayerMask__ctor, (SharedLayerMask * __this, MethodInfo * method)); DO_APP_FUNC(0x0075DBF0, SharedMaterial *, SharedMaterial_op_Implicit, (Material * value, MethodInfo * method)); DO_APP_FUNC(0x0075DCC0, void, SharedMaterial__ctor, (SharedMaterial * __this, MethodInfo * method)); DO_APP_FUNC(0x0075DCF0, SharedObject *, SharedObject_op_Explicit, (Object_1 * value, MethodInfo * method)); DO_APP_FUNC(0x0075DDC0, void, SharedObject__ctor, (SharedObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0075DDF0, SharedObjectList *, SharedObjectList_op_Implicit, (List_1_UnityEngine_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x0075DEC0, void, SharedObjectList__ctor, (SharedObjectList * __this, MethodInfo * method)); DO_APP_FUNC(0x0075DEF0, SharedQuaternion *, SharedQuaternion_op_Implicit, (Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x0075DF70, void, SharedQuaternion__ctor, (SharedQuaternion * __this, MethodInfo * method)); DO_APP_FUNC(0x0075DFA0, SharedRect *, SharedRect_op_Implicit, (Rect value, MethodInfo * method)); DO_APP_FUNC(0x0075E020, void, SharedRect__ctor, (SharedRect * __this, MethodInfo * method)); DO_APP_FUNC(0x0075E050, SharedString *, SharedString_op_Implicit, (String * value, MethodInfo * method)); DO_APP_FUNC(0x0075E120, void, SharedString__ctor, (SharedString * __this, MethodInfo * method)); DO_APP_FUNC(0x0075E150, SharedTransform *, SharedTransform_op_Implicit, (Transform * value, MethodInfo * method)); DO_APP_FUNC(0x0075E220, void, SharedTransform__ctor, (SharedTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x0075E250, void, SharedTransformList__ctor, (SharedTransformList * __this, MethodInfo * method)); DO_APP_FUNC(0x0075E330, SharedTransformList *, SharedTransformList_op_Implicit, (List_1_UnityEngine_Transform_ * value, MethodInfo * method)); DO_APP_FUNC(0x0075E4B0, SharedUInt *, SharedUInt_op_Implicit, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x0075E530, void, SharedUInt__ctor, (SharedUInt * __this, MethodInfo * method)); DO_APP_FUNC(0x0075E560, SharedVector2 *, SharedVector2_op_Implicit, (Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x0075E5F0, void, SharedVector2__ctor, (SharedVector2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075E620, SharedVector2Int *, SharedVector2Int_op_Implicit, (Vector2Int value, MethodInfo * method)); DO_APP_FUNC(0x0075E6A0, void, SharedVector2Int__ctor, (SharedVector2Int * __this, MethodInfo * method)); DO_APP_FUNC(0x0075E6D0, SharedVector3 *, SharedVector3_op_Implicit, (Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x0075E760, void, SharedVector3__ctor, (SharedVector3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075E790, SharedVector3Int *, SharedVector3Int_op_Implicit, (Vector3Int value, MethodInfo * method)); DO_APP_FUNC(0x0075E820, void, SharedVector3Int__ctor, (SharedVector3Int * __this, MethodInfo * method)); DO_APP_FUNC(0x0075E850, SharedVector4 *, SharedVector4_op_Implicit, (Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x0075E8D0, void, SharedVector4__ctor, (SharedVector4 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075E900, SharedColliderList *, SharedColliderList_op_Implicit, (List_1_UnityEngine_Collider_ * value, MethodInfo * method)); DO_APP_FUNC(0x0075E9D0, void, SharedColliderList__ctor, (SharedColliderList * __this, MethodInfo * method)); DO_APP_FUNC(0x0075EA00, SharedFloatList *, SharedFloatList_op_Implicit, (List_1_System_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x0075EAD0, void, SharedFloatList__ctor, (SharedFloatList * __this, MethodInfo * method)); DO_APP_FUNC(0x0075EB00, SharedIntDataAnimationList *, SharedIntDataAnimationList_op_Implicit, (List_1_IntDataAnimation_ * value, MethodInfo * method)); DO_APP_FUNC(0x0075EBD0, void, SharedIntDataAnimationList__ctor, (SharedIntDataAnimationList * __this, MethodInfo * method)); DO_APP_FUNC(0x0075EC00, SharedIntList *, SharedIntList_op_Implicit, (List_1_System_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x0075ECD0, void, SharedIntList__ctor, (SharedIntList * __this, MethodInfo * method)); DO_APP_FUNC(0x0075ED00, SharedRageSpeedChangeList *, SharedRageSpeedChangeList_op_Implicit, (List_1_RageSpeedChange_ * value, MethodInfo * method)); DO_APP_FUNC(0x0075EDD0, void, SharedRageSpeedChangeList__ctor, (SharedRageSpeedChangeList * __this, MethodInfo * method)); DO_APP_FUNC(0x0075EE00, SharedPatrolRoute *, SharedPatrolRoute_op_Implicit, (PatrolRoute * value, MethodInfo * method)); DO_APP_FUNC(0x0075EED0, void, SharedPatrolRoute__ctor, (SharedPatrolRoute * __this, MethodInfo * method)); DO_APP_FUNC(0x0075EF00, SharedWaypointList *, SharedWaypointList_op_Implicit, (List_1_Waypoint_ * value, MethodInfo * method)); DO_APP_FUNC(0x0075EFD0, void, SharedWaypointList__ctor, (SharedWaypointList * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F000, void, FloatSliderAttribute__ctor, (FloatSliderAttribute * __this, float min, float max, MethodInfo * method)); DO_APP_FUNC(0x003BADC0, void, IntSliderAttribute__ctor, (IntSliderAttribute * __this, int32_t min, int32_t max, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, BehaviorTreeAgent_get_PauseOnDeath, (BehaviorTreeAgent * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, BehaviorTreeAgent_set_PauseOnDeath, (BehaviorTreeAgent * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0075F020, void, BehaviorTreeAgent_Awake, (BehaviorTreeAgent * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F350, void, BehaviorTreeAgent_OnDeath, (BehaviorTreeAgent * __this, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFCE8, BehaviorTreeAgent_OnDeath__MethodInfo); DO_APP_FUNC(0x0075F3F0, void, BehaviorTreeAgent_OnRespawn, (BehaviorTreeAgent * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFCF8, BehaviorTreeAgent_OnRespawn__MethodInfo); DO_APP_FUNC(0x0075F480, void, BehaviorTreeAgent_OnDestroy, (BehaviorTreeAgent * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F670, void, BehaviorTreeAgent__ctor, (BehaviorTreeAgent * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, BehaviorTreeReference__ctor, (BehaviorTreeReference * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F690, TaskStatus__Enum_1, Idle_OnUpdate, (Idle * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Idle__ctor, (Idle * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F6A0, TaskStatus__Enum_1, Log_2_OnUpdate, (Log_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F8B0, void, Log_2_OnReset, (Log_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Log_2__ctor, (Log_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FA20, TaskStatus__Enum_1, PerformInterruption_OnUpdate, (PerformInterruption * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FB20, void, PerformInterruption_OnReset, (PerformInterruption * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, PerformInterruption__ctor, (PerformInterruption * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FC00, TaskStatus__Enum_1, GetFieldValue_OnUpdate, (GetFieldValue * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FFB0, void, GetFieldValue_OnReset, (GetFieldValue * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetFieldValue__ctor, (GetFieldValue * __this, MethodInfo * method)); DO_APP_FUNC(0x00760100, TaskStatus__Enum_1, GetPropertyValue_OnUpdate, (GetPropertyValue * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FFB0, void, GetPropertyValue_OnReset, (GetPropertyValue * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetPropertyValue__ctor, (GetPropertyValue * __this, MethodInfo * method)); DO_APP_FUNC(0x00760530, TaskStatus__Enum_1, InvokeMethod_OnUpdate, (InvokeMethod * __this, MethodInfo * method)); DO_APP_FUNC(0x00760D40, void, InvokeMethod_OnReset, (InvokeMethod * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, InvokeMethod__ctor, (InvokeMethod * __this, MethodInfo * method)); DO_APP_FUNC(0x00760FE0, TaskStatus__Enum_1, SetFieldValue_OnUpdate, (SetFieldValue * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FFB0, void, SetFieldValue_OnReset, (SetFieldValue * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetFieldValue__ctor, (SetFieldValue * __this, MethodInfo * method)); DO_APP_FUNC(0x00761390, TaskStatus__Enum_1, SetPropertyValue_OnUpdate, (SetPropertyValue * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FFB0, void, SetPropertyValue_OnReset, (SetPropertyValue * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetPropertyValue__ctor, (SetPropertyValue * __this, MethodInfo * method)); DO_APP_FUNC(0x007617C0, void, RestartBehaviorTree_OnAwake, (RestartBehaviorTree * __this, MethodInfo * method)); DO_APP_FUNC(0x00761AB0, TaskStatus__Enum_1, RestartBehaviorTree_OnUpdate, (RestartBehaviorTree * __this, MethodInfo * method)); DO_APP_FUNC(0x00761BF0, void, RestartBehaviorTree_OnReset, (RestartBehaviorTree * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, RestartBehaviorTree__ctor, (RestartBehaviorTree * __this, MethodInfo * method)); DO_APP_FUNC(0x00761C50, void, SendEvent_OnStart, (SendEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00761F50, TaskStatus__Enum_1, SendEvent_OnUpdate, (SendEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x007624D0, void, SendEvent_OnReset, (SendEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SendEvent__ctor, (SendEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x007625D0, void, StackedAction_OnAwake, (StackedAction * __this, MethodInfo * method)); DO_APP_FUNC(0x007626E0, void, StackedAction_OnStart, (StackedAction * __this, MethodInfo * method)); DO_APP_FUNC(0x00762760, TaskStatus__Enum_1, StackedAction_OnUpdate, (StackedAction * __this, MethodInfo * method)); DO_APP_FUNC(0x00762820, void, StackedAction_OnFixedUpdate, (StackedAction * __this, MethodInfo * method)); DO_APP_FUNC(0x007628A0, void, StackedAction_OnLateUpdate, (StackedAction * __this, MethodInfo * method)); DO_APP_FUNC(0x00762920, void, StackedAction_OnEnd, (StackedAction * __this, MethodInfo * method)); DO_APP_FUNC(0x007629A0, void, StackedAction_OnTriggerEnter, (StackedAction * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x00762A30, void, StackedAction_OnTriggerEnter2D, (StackedAction * __this, Collider2D * other, MethodInfo * method)); DO_APP_FUNC(0x00762AC0, void, StackedAction_OnTriggerExit, (StackedAction * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x00762B50, void, StackedAction_OnTriggerExit2D, (StackedAction * __this, Collider2D * other, MethodInfo * method)); DO_APP_FUNC(0x00762BE0, void, StackedAction_OnCollisionEnter, (StackedAction * __this, Collision * collision, MethodInfo * method)); DO_APP_FUNC(0x00762C70, void, StackedAction_OnCollisionEnter2D, (StackedAction * __this, Collision2D * collision, MethodInfo * method)); DO_APP_FUNC(0x00762D00, void, StackedAction_OnCollisionExit, (StackedAction * __this, Collision * collision, MethodInfo * method)); DO_APP_FUNC(0x00762D90, void, StackedAction_OnCollisionExit2D, (StackedAction * __this, Collision2D * collision, MethodInfo * method)); DO_APP_FUNC(0x00762E20, String *, StackedAction_OnDrawNodeText, (StackedAction * __this, MethodInfo * method)); DO_APP_FUNC(0x00762F90, void, StackedAction_OnReset, (StackedAction * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, StackedAction__ctor, (StackedAction * __this, MethodInfo * method)); DO_APP_FUNC(0x00763010, void, StartBehaviorTree_OnStart, (StartBehaviorTree * __this, MethodInfo * method)); DO_APP_FUNC(0x007636A0, TaskStatus__Enum_1, StartBehaviorTree_OnUpdate, (StartBehaviorTree * __this, MethodInfo * method)); DO_APP_FUNC(0x00763830, void, StartBehaviorTree_BehaviorEnded, (StartBehaviorTree * __this, Behavior * behavior, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFA68, StartBehaviorTree_BehaviorEnded__MethodInfo); DO_APP_FUNC(0x00763840, void, StartBehaviorTree_OnEnd, (StartBehaviorTree * __this, MethodInfo * method)); DO_APP_FUNC(0x00763AE0, void, StartBehaviorTree_OnReset, (StartBehaviorTree * __this, MethodInfo * method)); DO_APP_FUNC(0x00763C80, void, StartBehaviorTree__ctor, (StartBehaviorTree * __this, MethodInfo * method)); DO_APP_FUNC(0x00763CF0, void, StopBehaviorTree_OnStart, (StopBehaviorTree * __this, MethodInfo * method)); DO_APP_FUNC(0x00763FE0, TaskStatus__Enum_1, StopBehaviorTree_OnUpdate, (StopBehaviorTree * __this, MethodInfo * method)); DO_APP_FUNC(0x00764170, void, StopBehaviorTree_OnReset, (StopBehaviorTree * __this, MethodInfo * method)); DO_APP_FUNC(0x00763C80, void, StopBehaviorTree__ctor, (StopBehaviorTree * __this, MethodInfo * method)); DO_APP_FUNC(0x007642B0, void, Wait_OnStart, (Wait * __this, MethodInfo * method)); DO_APP_FUNC(0x007644D0, TaskStatus__Enum_1, Wait_OnUpdate, (Wait * __this, MethodInfo * method)); DO_APP_FUNC(0x00764550, void, Wait_OnPause, (Wait * __this, bool paused, MethodInfo * method)); DO_APP_FUNC(0x00764600, void, Wait_OnReset, (Wait * __this, MethodInfo * method)); DO_APP_FUNC(0x007647B0, void, Wait__ctor, (Wait * __this, MethodInfo * method)); DO_APP_FUNC(0x00764960, void, Parallel_OnAwake, (Parallel * __this, MethodInfo * method)); DO_APP_FUNC(0x00764A10, void, Parallel_OnChildStarted, (Parallel * __this, int32_t childIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Parallel_CanRunParallelChildren, (Parallel * __this, MethodInfo * method)); DO_APP_FUNC(0x00764A50, int32_t, Parallel_CurrentChildIndex, (Parallel * __this, MethodInfo * method)); DO_APP_FUNC(0x00764A60, bool, Parallel_CanExecute, (Parallel * __this, MethodInfo * method)); DO_APP_FUNC(0x00764AB0, void, Parallel_OnChildExecuted, (Parallel * __this, int32_t childIndex, TaskStatus__Enum_1 childStatus, MethodInfo * method)); DO_APP_FUNC(0x00764AE0, TaskStatus__Enum_1, Parallel_OverrideStatus, (Parallel * __this, TaskStatus__Enum_1 status, MethodInfo * method)); DO_APP_FUNC(0x00764B60, void, Parallel_OnConditionalAbort, (Parallel * __this, int32_t childIndex, MethodInfo * method)); DO_APP_FUNC(0x00764BC0, void, Parallel_OnEnd, (Parallel * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Parallel__ctor, (Parallel * __this, MethodInfo * method)); DO_APP_FUNC(0x00764C20, void, ParallelComplete_OnAwake, (ParallelComplete * __this, MethodInfo * method)); DO_APP_FUNC(0x00764A10, void, ParallelComplete_OnChildStarted, (ParallelComplete * __this, int32_t childIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ParallelComplete_CanRunParallelChildren, (ParallelComplete * __this, MethodInfo * method)); DO_APP_FUNC(0x00764A50, int32_t, ParallelComplete_CurrentChildIndex, (ParallelComplete * __this, MethodInfo * method)); DO_APP_FUNC(0x00764CD0, bool, ParallelComplete_CanExecute, (ParallelComplete * __this, MethodInfo * method)); DO_APP_FUNC(0x00764AB0, void, ParallelComplete_OnChildExecuted, (ParallelComplete * __this, int32_t childIndex, TaskStatus__Enum_1 childStatus, MethodInfo * method)); DO_APP_FUNC(0x00764B60, void, ParallelComplete_OnConditionalAbort, (ParallelComplete * __this, int32_t childIndex, MethodInfo * method)); DO_APP_FUNC(0x00764D20, TaskStatus__Enum_1, ParallelComplete_OverrideStatus, (ParallelComplete * __this, TaskStatus__Enum_1 status, MethodInfo * method)); DO_APP_FUNC(0x00764BC0, void, ParallelComplete_OnEnd, (ParallelComplete * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, ParallelComplete__ctor, (ParallelComplete * __this, MethodInfo * method)); DO_APP_FUNC(0x00764DA0, void, ParallelSelector_OnAwake, (ParallelSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x00764A10, void, ParallelSelector_OnChildStarted, (ParallelSelector * __this, int32_t childIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ParallelSelector_CanRunParallelChildren, (ParallelSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x00764A50, int32_t, ParallelSelector_CurrentChildIndex, (ParallelSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x00764E50, bool, ParallelSelector_CanExecute, (ParallelSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x00764AB0, void, ParallelSelector_OnChildExecuted, (ParallelSelector * __this, int32_t childIndex, TaskStatus__Enum_1 childStatus, MethodInfo * method)); DO_APP_FUNC(0x00764B60, void, ParallelSelector_OnConditionalAbort, (ParallelSelector * __this, int32_t childIndex, MethodInfo * method)); DO_APP_FUNC(0x00764EA0, TaskStatus__Enum_1, ParallelSelector_OverrideStatus, (ParallelSelector * __this, TaskStatus__Enum_1 status, MethodInfo * method)); DO_APP_FUNC(0x00764BC0, void, ParallelSelector_OnEnd, (ParallelSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, ParallelSelector__ctor, (ParallelSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x00764F20, void, PrioritySelector_OnStart, (PrioritySelector * __this, MethodInfo * method)); DO_APP_FUNC(0x00765100, int32_t, PrioritySelector_CurrentChildIndex, (PrioritySelector * __this, MethodInfo * method)); DO_APP_FUNC(0x00765170, bool, PrioritySelector_CanExecute, (PrioritySelector * __this, MethodInfo * method)); DO_APP_FUNC(0x007651D0, void, PrioritySelector_OnChildExecuted, (PrioritySelector * __this, TaskStatus__Enum_1 childStatus, MethodInfo * method)); DO_APP_FUNC(0x007651E0, void, PrioritySelector_OnConditionalAbort, (PrioritySelector * __this, int32_t childIndex, MethodInfo * method)); DO_APP_FUNC(0x007651F0, void, PrioritySelector_OnEnd, (PrioritySelector * __this, MethodInfo * method)); DO_APP_FUNC(0x00765200, void, PrioritySelector__ctor, (PrioritySelector * __this, MethodInfo * method)); DO_APP_FUNC(0x007652C0, void, RandomSelector_OnAwake, (RandomSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x00765410, void, RandomSelector_OnStart, (RandomSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x00765420, int32_t, RandomSelector_CurrentChildIndex, (RandomSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x00765470, bool, RandomSelector_CanExecute, (RandomSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x007654D0, void, RandomSelector_OnChildExecuted, (RandomSelector * __this, TaskStatus__Enum_1 childStatus, MethodInfo * method)); DO_APP_FUNC(0x00765540, void, RandomSelector_OnConditionalAbort, (RandomSelector * __this, int32_t childIndex, MethodInfo * method)); DO_APP_FUNC(0x007655A0, void, RandomSelector_OnEnd, (RandomSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x007655F0, void, RandomSelector_OnReset, (RandomSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x00765600, void, RandomSelector_ShuffleChilden, (RandomSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x00765820, void, RandomSelector__ctor, (RandomSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x00765990, void, RandomSequence_OnAwake, (RandomSequence * __this, MethodInfo * method)); DO_APP_FUNC(0x00765AE0, void, RandomSequence_OnStart, (RandomSequence * __this, MethodInfo * method)); DO_APP_FUNC(0x00765AF0, int32_t, RandomSequence_CurrentChildIndex, (RandomSequence * __this, MethodInfo * method)); DO_APP_FUNC(0x00765B40, bool, RandomSequence_CanExecute, (RandomSequence * __this, MethodInfo * method)); DO_APP_FUNC(0x00765BA0, void, RandomSequence_OnChildExecuted, (RandomSequence * __this, TaskStatus__Enum_1 childStatus, MethodInfo * method)); DO_APP_FUNC(0x00765C10, void, RandomSequence_OnConditionalAbort, (RandomSequence * __this, int32_t childIndex, MethodInfo * method)); DO_APP_FUNC(0x00765C70, void, RandomSequence_OnEnd, (RandomSequence * __this, MethodInfo * method)); DO_APP_FUNC(0x007655F0, void, RandomSequence_OnReset, (RandomSequence * __this, MethodInfo * method)); DO_APP_FUNC(0x00765CC0, void, RandomSequence_ShuffleChilden, (RandomSequence * __this, MethodInfo * method)); DO_APP_FUNC(0x00765EE0, void, RandomSequence__ctor, (RandomSequence * __this, MethodInfo * method)); DO_APP_FUNC(0x00764A50, int32_t, Selector_CurrentChildIndex, (Selector * __this, MethodInfo * method)); DO_APP_FUNC(0x00766050, bool, Selector_CanExecute, (Selector * __this, MethodInfo * method)); DO_APP_FUNC(0x007651D0, void, Selector_OnChildExecuted, (Selector * __this, TaskStatus__Enum_1 childStatus, MethodInfo * method)); DO_APP_FUNC(0x007651E0, void, Selector_OnConditionalAbort, (Selector * __this, int32_t childIndex, MethodInfo * method)); DO_APP_FUNC(0x007651F0, void, Selector_OnEnd, (Selector * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Selector__ctor, (Selector * __this, MethodInfo * method)); DO_APP_FUNC(0x00764A50, int32_t, SelectorEvaluator_CurrentChildIndex, (SelectorEvaluator * __this, MethodInfo * method)); DO_APP_FUNC(0x007660B0, void, SelectorEvaluator_OnChildStarted, (SelectorEvaluator * __this, int32_t childIndex, MethodInfo * method)); DO_APP_FUNC(0x007660C0, bool, SelectorEvaluator_CanExecute, (SelectorEvaluator * __this, MethodInfo * method)); DO_APP_FUNC(0x00766140, void, SelectorEvaluator_OnChildExecuted, (SelectorEvaluator * __this, int32_t childIndex, TaskStatus__Enum_1 childStatus, MethodInfo * method)); DO_APP_FUNC(0x007651E0, void, SelectorEvaluator_OnConditionalAbort, (SelectorEvaluator * __this, int32_t childIndex, MethodInfo * method)); DO_APP_FUNC(0x007651F0, void, SelectorEvaluator_OnEnd, (SelectorEvaluator * __this, MethodInfo * method)); DO_APP_FUNC(0x007661F0, TaskStatus__Enum_1, SelectorEvaluator_OverrideStatus, (SelectorEvaluator * __this, TaskStatus__Enum_1 status, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, SelectorEvaluator_CanRunParallelChildren, (SelectorEvaluator * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, SelectorEvaluator_CanReevaluate, (SelectorEvaluator * __this, MethodInfo * method)); DO_APP_FUNC(0x00766200, bool, SelectorEvaluator_OnReevaluationStarted, (SelectorEvaluator * __this, MethodInfo * method)); DO_APP_FUNC(0x00766220, void, SelectorEvaluator_OnReevaluationEnded, (SelectorEvaluator * __this, TaskStatus__Enum_1 status, MethodInfo * method)); DO_APP_FUNC(0x00766320, void, SelectorEvaluator__ctor, (SelectorEvaluator * __this, MethodInfo * method)); DO_APP_FUNC(0x00764A50, int32_t, Sequence_CurrentChildIndex, (Sequence * __this, MethodInfo * method)); DO_APP_FUNC(0x00766330, bool, Sequence_CanExecute, (Sequence * __this, MethodInfo * method)); DO_APP_FUNC(0x007651D0, void, Sequence_OnChildExecuted, (Sequence * __this, TaskStatus__Enum_1 childStatus, MethodInfo * method)); DO_APP_FUNC(0x007651E0, void, Sequence_OnConditionalAbort, (Sequence * __this, int32_t childIndex, MethodInfo * method)); DO_APP_FUNC(0x007651F0, void, Sequence_OnEnd, (Sequence * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Sequence__ctor, (Sequence * __this, MethodInfo * method)); DO_APP_FUNC(0x00766390, void, UtilitySelector_OnStart, (UtilitySelector * __this, MethodInfo * method)); DO_APP_FUNC(0x00764A50, int32_t, UtilitySelector_CurrentChildIndex, (UtilitySelector * __this, MethodInfo * method)); DO_APP_FUNC(0x007664C0, void, UtilitySelector_OnChildStarted, (UtilitySelector * __this, int32_t childIndex, MethodInfo * method)); DO_APP_FUNC(0x007664D0, bool, UtilitySelector_CanExecute, (UtilitySelector * __this, MethodInfo * method)); DO_APP_FUNC(0x00766530, void, UtilitySelector_OnChildExecuted, (UtilitySelector * __this, int32_t childIndex, TaskStatus__Enum_1 childStatus, MethodInfo * method)); DO_APP_FUNC(0x007666B0, void, UtilitySelector_OnConditionalAbort, (UtilitySelector * __this, int32_t childIndex, MethodInfo * method)); DO_APP_FUNC(0x007666C0, void, UtilitySelector_OnEnd, (UtilitySelector * __this, MethodInfo * method)); DO_APP_FUNC(0x007666D0, TaskStatus__Enum_1, UtilitySelector_OverrideStatus, (UtilitySelector * __this, TaskStatus__Enum_1 status, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, UtilitySelector_CanRunParallelChildren, (UtilitySelector * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, UtilitySelector_CanReevaluate, (UtilitySelector * __this, MethodInfo * method)); DO_APP_FUNC(0x007666E0, bool, UtilitySelector_OnReevaluationStarted, (UtilitySelector * __this, MethodInfo * method)); DO_APP_FUNC(0x007666F0, void, UtilitySelector_OnReevaluationEnded, (UtilitySelector * __this, TaskStatus__Enum_1 status, MethodInfo * method)); DO_APP_FUNC(0x007668E0, void, UtilitySelector__ctor, (UtilitySelector * __this, MethodInfo * method)); DO_APP_FUNC(0x007669A0, void, HasReceivedEvent_OnStart, (HasReceivedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00766D20, TaskStatus__Enum_1, HasReceivedEvent_OnUpdate, (HasReceivedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00766D30, void, HasReceivedEvent_OnEnd, (HasReceivedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00763830, void, HasReceivedEvent_ReceivedEvent, (HasReceivedEvent * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF6F0, HasReceivedEvent_ReceivedEvent__MethodInfo); DO_APP_FUNC(0x007670B0, void, HasReceivedEvent_ReceivedEvent_1, (HasReceivedEvent * __this, Object * arg1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF6B8, HasReceivedEvent_ReceivedEvent_1__MethodInfo); DO_APP_FUNC(0x00767100, void, HasReceivedEvent_ReceivedEvent_2, (HasReceivedEvent * __this, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF6D8, HasReceivedEvent_ReceivedEvent_2__MethodInfo); DO_APP_FUNC(0x007671B0, void, HasReceivedEvent_ReceivedEvent_3, (HasReceivedEvent * __this, Object * arg1, Object * arg2, Object * arg3, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF718, HasReceivedEvent_ReceivedEvent_3__MethodInfo); DO_APP_FUNC(0x007672C0, void, HasReceivedEvent_OnBehaviorComplete, (HasReceivedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00767630, void, HasReceivedEvent_OnReset, (HasReceivedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x007676C0, void, HasReceivedEvent__ctor, (HasReceivedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00767750, TaskStatus__Enum_1, HasEnteredCollision_OnUpdate, (HasEnteredCollision * __this, MethodInfo * method)); DO_APP_FUNC(0x005D32B0, void, HasEnteredCollision_OnEnd, (HasEnteredCollision * __this, MethodInfo * method)); DO_APP_FUNC(0x00767760, void, HasEnteredCollision_OnCollisionEnter, (HasEnteredCollision * __this, Collision * collision, MethodInfo * method)); DO_APP_FUNC(0x00767910, void, HasEnteredCollision_OnReset, (HasEnteredCollision * __this, MethodInfo * method)); DO_APP_FUNC(0x00767A00, void, HasEnteredCollision__ctor, (HasEnteredCollision * __this, MethodInfo * method)); DO_APP_FUNC(0x00767750, TaskStatus__Enum_1, HasEnteredCollision2D_OnUpdate, (HasEnteredCollision2D * __this, MethodInfo * method)); DO_APP_FUNC(0x005D32B0, void, HasEnteredCollision2D_OnEnd, (HasEnteredCollision2D * __this, MethodInfo * method)); DO_APP_FUNC(0x00767A90, void, HasEnteredCollision2D_OnCollisionEnter2D, (HasEnteredCollision2D * __this, Collision2D * collision, MethodInfo * method)); DO_APP_FUNC(0x00767C40, void, HasEnteredCollision2D_OnReset, (HasEnteredCollision2D * __this, MethodInfo * method)); DO_APP_FUNC(0x00767D30, void, HasEnteredCollision2D__ctor, (HasEnteredCollision2D * __this, MethodInfo * method)); DO_APP_FUNC(0x00767750, TaskStatus__Enum_1, HasEnteredTrigger_OnUpdate, (HasEnteredTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x005D32B0, void, HasEnteredTrigger_OnEnd, (HasEnteredTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00767DC0, void, HasEnteredTrigger_OnTriggerEnter, (HasEnteredTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x00767FE0, void, HasEnteredTrigger_OnReset, (HasEnteredTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x007680D0, void, HasEnteredTrigger__ctor, (HasEnteredTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00767750, TaskStatus__Enum_1, HasEnteredTrigger2D_OnUpdate, (HasEnteredTrigger2D * __this, MethodInfo * method)); DO_APP_FUNC(0x005D32B0, void, HasEnteredTrigger2D_OnEnd, (HasEnteredTrigger2D * __this, MethodInfo * method)); DO_APP_FUNC(0x00768160, void, HasEnteredTrigger2D_OnTriggerEnter2D, (HasEnteredTrigger2D * __this, Collider2D * other, MethodInfo * method)); DO_APP_FUNC(0x00768380, void, HasEnteredTrigger2D_OnReset, (HasEnteredTrigger2D * __this, MethodInfo * method)); DO_APP_FUNC(0x00768470, void, HasEnteredTrigger2D__ctor, (HasEnteredTrigger2D * __this, MethodInfo * method)); DO_APP_FUNC(0x00767750, TaskStatus__Enum_1, HasExitedCollision_OnUpdate, (HasExitedCollision * __this, MethodInfo * method)); DO_APP_FUNC(0x005D32B0, void, HasExitedCollision_OnEnd, (HasExitedCollision * __this, MethodInfo * method)); DO_APP_FUNC(0x00768500, void, HasExitedCollision_OnCollisionExit, (HasExitedCollision * __this, Collision * collision, MethodInfo * method)); DO_APP_FUNC(0x007686B0, void, HasExitedCollision_OnReset, (HasExitedCollision * __this, MethodInfo * method)); DO_APP_FUNC(0x00768710, void, HasExitedCollision__ctor, (HasExitedCollision * __this, MethodInfo * method)); DO_APP_FUNC(0x00767750, TaskStatus__Enum_1, HasExitedCollision2D_OnUpdate, (HasExitedCollision2D * __this, MethodInfo * method)); DO_APP_FUNC(0x005D32B0, void, HasExitedCollision2D_OnEnd, (HasExitedCollision2D * __this, MethodInfo * method)); DO_APP_FUNC(0x007687A0, void, HasExitedCollision2D_OnCollisionExit2D, (HasExitedCollision2D * __this, Collision2D * collision, MethodInfo * method)); DO_APP_FUNC(0x00768950, void, HasExitedCollision2D_OnReset, (HasExitedCollision2D * __this, MethodInfo * method)); DO_APP_FUNC(0x00768A40, void, HasExitedCollision2D__ctor, (HasExitedCollision2D * __this, MethodInfo * method)); DO_APP_FUNC(0x00767750, TaskStatus__Enum_1, HasExitedTrigger_OnUpdate, (HasExitedTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x005D32B0, void, HasExitedTrigger_OnEnd, (HasExitedTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00768AD0, void, HasExitedTrigger_OnTriggerExit, (HasExitedTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x00768CF0, void, HasExitedTrigger_OnReset, (HasExitedTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00768DE0, void, HasExitedTrigger__ctor, (HasExitedTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00767750, TaskStatus__Enum_1, HasExitedTrigger2D_OnUpdate, (HasExitedTrigger2D * __this, MethodInfo * method)); DO_APP_FUNC(0x005D32B0, void, HasExitedTrigger2D_OnEnd, (HasExitedTrigger2D * __this, MethodInfo * method)); DO_APP_FUNC(0x00768E70, void, HasExitedTrigger2D_OnTriggerExit2D, (HasExitedTrigger2D * __this, Collider2D * other, MethodInfo * method)); DO_APP_FUNC(0x00769090, void, HasExitedTrigger2D_OnReset, (HasExitedTrigger2D * __this, MethodInfo * method)); DO_APP_FUNC(0x00769180, void, HasExitedTrigger2D__ctor, (HasExitedTrigger2D * __this, MethodInfo * method)); DO_APP_FUNC(0x00769210, void, RandomProbability_OnAwake, (RandomProbability * __this, MethodInfo * method)); DO_APP_FUNC(0x00769340, TaskStatus__Enum_1, RandomProbability_OnUpdate, (RandomProbability * __this, MethodInfo * method)); DO_APP_FUNC(0x00769420, void, RandomProbability_OnReset, (RandomProbability * __this, MethodInfo * method)); DO_APP_FUNC(0x00769570, void, RandomProbability__ctor, (RandomProbability * __this, MethodInfo * method)); DO_APP_FUNC(0x007695F0, TaskStatus__Enum_1, CompareFieldValue_OnUpdate, (CompareFieldValue * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FFB0, void, CompareFieldValue_OnReset, (CompareFieldValue * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, CompareFieldValue__ctor, (CompareFieldValue * __this, MethodInfo * method)); DO_APP_FUNC(0x00769A10, TaskStatus__Enum_1, ComparePropertyValue_OnUpdate, (ComparePropertyValue * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FFB0, void, ComparePropertyValue_OnReset, (ComparePropertyValue * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, ComparePropertyValue__ctor, (ComparePropertyValue * __this, MethodInfo * method)); DO_APP_FUNC(0x007625D0, void, StackedConditional_OnAwake, (StackedConditional * __this, MethodInfo * method)); DO_APP_FUNC(0x007626E0, void, StackedConditional_OnStart, (StackedConditional * __this, MethodInfo * method)); DO_APP_FUNC(0x00762760, TaskStatus__Enum_1, StackedConditional_OnUpdate, (StackedConditional * __this, MethodInfo * method)); DO_APP_FUNC(0x00762820, void, StackedConditional_OnFixedUpdate, (StackedConditional * __this, MethodInfo * method)); DO_APP_FUNC(0x007628A0, void, StackedConditional_OnLateUpdate, (StackedConditional * __this, MethodInfo * method)); DO_APP_FUNC(0x00762920, void, StackedConditional_OnEnd, (StackedConditional * __this, MethodInfo * method)); DO_APP_FUNC(0x007629A0, void, StackedConditional_OnTriggerEnter, (StackedConditional * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x00762A30, void, StackedConditional_OnTriggerEnter2D, (StackedConditional * __this, Collider2D * other, MethodInfo * method)); DO_APP_FUNC(0x00762AC0, void, StackedConditional_OnTriggerExit, (StackedConditional * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x00762B50, void, StackedConditional_OnTriggerExit2D, (StackedConditional * __this, Collider2D * other, MethodInfo * method)); DO_APP_FUNC(0x00762BE0, void, StackedConditional_OnCollisionEnter, (StackedConditional * __this, Collision * collision, MethodInfo * method)); DO_APP_FUNC(0x00762C70, void, StackedConditional_OnCollisionEnter2D, (StackedConditional * __this, Collision2D * collision, MethodInfo * method)); DO_APP_FUNC(0x00762D00, void, StackedConditional_OnCollisionExit, (StackedConditional * __this, Collision * collision, MethodInfo * method)); DO_APP_FUNC(0x00762D90, void, StackedConditional_OnCollisionExit2D, (StackedConditional * __this, Collision2D * collision, MethodInfo * method)); DO_APP_FUNC(0x00769E90, String *, StackedConditional_OnDrawNodeText, (StackedConditional * __this, MethodInfo * method)); DO_APP_FUNC(0x00762F90, void, StackedConditional_OnReset, (StackedConditional * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, StackedConditional__ctor, (StackedConditional * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A000, void, ConditionalEvaluator_OnAwake, (ConditionalEvaluator * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A170, void, ConditionalEvaluator_OnStart, (ConditionalEvaluator * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A190, bool, ConditionalEvaluator_CanExecute, (ConditionalEvaluator * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A1E0, bool, ConditionalEvaluator_CanReevaluate, (ConditionalEvaluator * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A260, TaskStatus__Enum_1, ConditionalEvaluator_OnUpdate, (ConditionalEvaluator * __this, MethodInfo * method)); DO_APP_FUNC(0x00564BA0, void, ConditionalEvaluator_OnChildExecuted, (ConditionalEvaluator * __this, TaskStatus__Enum_1 childStatus, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, TaskStatus__Enum_1, ConditionalEvaluator_OverrideStatus, (ConditionalEvaluator * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2C0, TaskStatus__Enum_1, ConditionalEvaluator_OverrideStatus_1, (ConditionalEvaluator * __this, TaskStatus__Enum_1 status, MethodInfo * method)); DO_APP_FUNC(0x0076A2D0, void, ConditionalEvaluator_OnEnd, (ConditionalEvaluator * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A300, String *, ConditionalEvaluator_OnDrawNodeText, (ConditionalEvaluator * __this, MethodInfo * method)); DO_APP_FUNC(0x00761BF0, void, ConditionalEvaluator_OnReset, (ConditionalEvaluator * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A390, void, ConditionalEvaluator__ctor, (ConditionalEvaluator * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A3A0, bool, Cooldown_CanExecute, (Cooldown * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A4A0, int32_t, Cooldown_CurrentChildIndex, (Cooldown * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A4C0, void, Cooldown_OnChildExecuted, (Cooldown * __this, TaskStatus__Enum_1 childStatus, MethodInfo * method)); DO_APP_FUNC(0x0076A520, TaskStatus__Enum_1, Cooldown_OverrideStatus, (Cooldown * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A560, TaskStatus__Enum_1, Cooldown_OverrideStatus_1, (Cooldown * __this, TaskStatus__Enum_1 status, MethodInfo * method)); DO_APP_FUNC(0x0076A570, void, Cooldown_OnEnd, (Cooldown * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A580, void, Cooldown__ctor, (Cooldown * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A600, bool, Interrupt_CanExecute, (Interrupt * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A620, void, Interrupt_OnChildExecuted, (Interrupt * __this, TaskStatus__Enum_1 childStatus, MethodInfo * method)); DO_APP_FUNC(0x0076A630, void, Interrupt_DoInterrupt, (Interrupt * __this, TaskStatus__Enum_1 status, MethodInfo * method)); DO_APP_FUNC(0x0076A6C0, TaskStatus__Enum_1, Interrupt_OverrideStatus, (Interrupt * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A6D0, void, Interrupt_OnEnd, (Interrupt * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A6E0, void, Interrupt__ctor, (Interrupt * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A6F0, bool, Inverter_CanExecute, (Inverter * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A710, void, Inverter_OnChildExecuted, (Inverter * __this, TaskStatus__Enum_1 childStatus, MethodInfo * method)); DO_APP_FUNC(0x0076A720, TaskStatus__Enum_1, Inverter_Decorate, (Inverter * __this, TaskStatus__Enum_1 status, MethodInfo * method)); DO_APP_FUNC(0x0076A740, void, Inverter_OnEnd, (Inverter * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Inverter__ctor, (Inverter * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A750, bool, Repeater_CanExecute, (Repeater * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A900, void, Repeater_OnChildExecuted, (Repeater * __this, TaskStatus__Enum_1 childStatus, MethodInfo * method)); DO_APP_FUNC(0x0076A910, void, Repeater_OnEnd, (Repeater * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A920, void, Repeater_OnReset, (Repeater * __this, MethodInfo * method)); DO_APP_FUNC(0x0076AA00, void, Repeater__ctor, (Repeater * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A6F0, bool, ReturnFailure_CanExecute, (ReturnFailure * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A710, void, ReturnFailure_OnChildExecuted, (ReturnFailure * __this, TaskStatus__Enum_1 childStatus, MethodInfo * method)); DO_APP_FUNC(0x0076AA70, TaskStatus__Enum_1, ReturnFailure_Decorate, (ReturnFailure * __this, TaskStatus__Enum_1 status, MethodInfo * method)); DO_APP_FUNC(0x0076A740, void, ReturnFailure_OnEnd, (ReturnFailure * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, ReturnFailure__ctor, (ReturnFailure * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A6F0, bool, ReturnSuccess_CanExecute, (ReturnSuccess * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A710, void, ReturnSuccess_OnChildExecuted, (ReturnSuccess * __this, TaskStatus__Enum_1 childStatus, MethodInfo * method)); DO_APP_FUNC(0x0076AA80, TaskStatus__Enum_1, ReturnSuccess_Decorate, (ReturnSuccess * __this, TaskStatus__Enum_1 status, MethodInfo * method)); DO_APP_FUNC(0x0076A740, void, ReturnSuccess_OnEnd, (ReturnSuccess * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, ReturnSuccess__ctor, (ReturnSuccess * __this, MethodInfo * method)); DO_APP_FUNC(0x0076AA90, bool, TaskGuard_CanExecute, (TaskGuard * __this, MethodInfo * method)); DO_APP_FUNC(0x0076AB30, void, TaskGuard_OnChildStarted, (TaskGuard * __this, MethodInfo * method)); DO_APP_FUNC(0x0076ABA0, TaskStatus__Enum_1, TaskGuard_OverrideStatus, (TaskGuard * __this, TaskStatus__Enum_1 status, MethodInfo * method)); DO_APP_FUNC(0x0076AC40, void, TaskGuard_taskExecuting, (TaskGuard * __this, bool increase, MethodInfo * method)); DO_APP_FUNC(0x0076AC70, void, TaskGuard_OnEnd, (TaskGuard * __this, MethodInfo * method)); DO_APP_FUNC(0x0076ACE0, void, TaskGuard_OnReset, (TaskGuard * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, TaskGuard__ctor, (TaskGuard * __this, MethodInfo * method)); DO_APP_FUNC(0x0076AE10, bool, UntilFailure_CanExecute, (UntilFailure * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A710, void, UntilFailure_OnChildExecuted, (UntilFailure * __this, TaskStatus__Enum_1 childStatus, MethodInfo * method)); DO_APP_FUNC(0x0076A740, void, UntilFailure_OnEnd, (UntilFailure * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, UntilFailure__ctor, (UntilFailure * __this, MethodInfo * method)); DO_APP_FUNC(0x0076AE30, bool, UntilSuccess_CanExecute, (UntilSuccess * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A710, void, UntilSuccess_OnChildExecuted, (UntilSuccess * __this, TaskStatus__Enum_1 childStatus, MethodInfo * method)); DO_APP_FUNC(0x0076A740, void, UntilSuccess_OnEnd, (UntilSuccess * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, UntilSuccess__ctor, (UntilSuccess * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, EntryTask_MaxChildren, (EntryTask * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, EntryTask__ctor, (EntryTask * __this, MethodInfo * method)); DO_APP_FUNC(0x0076AE50, void, GetIsInDeadRealm_OnAwake, (GetIsInDeadRealm * __this, MethodInfo * method)); DO_APP_FUNC(0x0076AEF0, TaskStatus__Enum_1, GetIsInDeadRealm_OnUpdate, (GetIsInDeadRealm * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetIsInDeadRealm__ctor, (GetIsInDeadRealm * __this, MethodInfo * method)); DO_APP_FUNC(0x0076B080, void, GetPlayerIsInDeadRealm_OnAwake, (GetPlayerIsInDeadRealm * __this, MethodInfo * method)); DO_APP_FUNC(0x0076B130, TaskStatus__Enum_1, GetPlayerIsInDeadRealm_OnUpdate, (GetPlayerIsInDeadRealm * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetPlayerIsInDeadRealm__ctor, (GetPlayerIsInDeadRealm * __this, MethodInfo * method)); DO_APP_FUNC(0x0076B3D0, void, IsInDeadRealm_OnAwake, (IsInDeadRealm * __this, MethodInfo * method)); DO_APP_FUNC(0x0076B470, TaskStatus__Enum_1, IsInDeadRealm_OnUpdate, (IsInDeadRealm * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsInDeadRealm__ctor, (IsInDeadRealm * __this, MethodInfo * method)); DO_APP_FUNC(0x0076B4A0, TaskStatus__Enum_1, DestroyHidingSpot_OnUpdate, (DestroyHidingSpot * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, DestroyHidingSpot__ctor, (DestroyHidingSpot * __this, MethodInfo * method)); DO_APP_FUNC(0x0076B6A0, void, IsPlayerCarryingFinalObject_OnAwake, (IsPlayerCarryingFinalObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0076B850, TaskStatus__Enum_1, IsPlayerCarryingFinalObject_OnUpdate, (IsPlayerCarryingFinalObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsPlayerCarryingFinalObject__ctor, (IsPlayerCarryingFinalObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0076C6A0, TaskStatus__Enum_1, IsPlayerHiding_OnUpdate, (IsPlayerHiding * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsPlayerHiding__ctor, (IsPlayerHiding * __this, MethodInfo * method)); DO_APP_FUNC(0x0076C8C0, TaskStatus__Enum_1, GetPlayerInHidingSpot_OnUpdate, (GetPlayerInHidingSpot * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetPlayerInHidingSpot__ctor, (GetPlayerInHidingSpot * __this, MethodInfo * method)); DO_APP_FUNC(0x0076CBF0, TaskStatus__Enum_1, CanCarryInteractable_OnUpdate, (CanCarryInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, CanCarryInteractable__ctor, (CanCarryInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x0076D040, void, HasLandedOnHead_OnAwake, (HasLandedOnHead * __this, MethodInfo * method)); DO_APP_FUNC(0x0076D0E0, TaskStatus__Enum_1, HasLandedOnHead_OnUpdate, (HasLandedOnHead * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, HasLandedOnHead__ctor, (HasLandedOnHead * __this, MethodInfo * method)); DO_APP_FUNC(0x0076D110, void, DemonFocusWait_OnStart, (DemonFocusWait * __this, MethodInfo * method)); DO_APP_FUNC(0x0076D380, TaskStatus__Enum_1, DemonFocusWait_OnUpdate, (DemonFocusWait * __this, MethodInfo * method)); DO_APP_FUNC(0x0076D400, void, DemonFocusWait_OnPause, (DemonFocusWait * __this, bool paused, MethodInfo * method)); DO_APP_FUNC(0x00764600, void, DemonFocusWait_OnReset, (DemonFocusWait * __this, MethodInfo * method)); DO_APP_FUNC(0x007647B0, void, DemonFocusWait__ctor, (DemonFocusWait * __this, MethodInfo * method)); DO_APP_FUNC(0x0076D4C0, void, EnrageWait_OnAwake, (EnrageWait * __this, MethodInfo * method)); DO_APP_FUNC(0x0076DB50, void, EnrageWait_OnStart, (EnrageWait * __this, MethodInfo * method)); DO_APP_FUNC(0x0076E5C0, TaskStatus__Enum_1, EnrageWait_OnUpdate, (EnrageWait * __this, MethodInfo * method)); DO_APP_FUNC(0x0076E7F0, void, EnrageWait_OnPause, (EnrageWait * __this, bool paused, MethodInfo * method)); DO_APP_FUNC(0x0076E8B0, void, EnrageWait_OnReset, (EnrageWait * __this, MethodInfo * method)); DO_APP_FUNC(0x0076E990, void, EnrageWait_OnEnd, (EnrageWait * __this, MethodInfo * method)); DO_APP_FUNC(0x0076EA20, void, EnrageWait_OnBurnGoat, (EnrageWait * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF218, EnrageWait_OnBurnGoat__MethodInfo); DO_APP_FUNC(0x0076EF00, void, EnrageWait_OnBehaviorComplete, (EnrageWait * __this, MethodInfo * method)); DO_APP_FUNC(0x0076F040, IEnumerator *, EnrageWait_DelayEnrage, (EnrageWait * __this, MethodInfo * method)); DO_APP_FUNC(0x0076F0E0, void, EnrageWait__ctor, (EnrageWait * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, EnrageWait_DelayEnrage_d_33__ctor, (EnrageWait_DelayEnrage_d_33 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EnrageWait_DelayEnrage_d_33_System_IDisposable_Dispose, (EnrageWait_DelayEnrage_d_33 * __this, MethodInfo * method)); DO_APP_FUNC(0x0076F460, bool, EnrageWait_DelayEnrage_d_33_MoveNext, (EnrageWait_DelayEnrage_d_33 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, EnrageWait_DelayEnrage_d_33_System_Collections_Generic_IEnumerator_System_Object__get_Current, (EnrageWait_DelayEnrage_d_33 * __this, MethodInfo * method)); DO_APP_FUNC(0x0076F5F0, void, EnrageWait_DelayEnrage_d_33_System_Collections_IEnumerator_Reset, (EnrageWait_DelayEnrage_d_33 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF168, EnrageWait_DelayEnrage_d_33_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, EnrageWait_DelayEnrage_d_33_System_Collections_IEnumerator_get_Current, (EnrageWait_DelayEnrage_d_33 * __this, MethodInfo * method)); DO_APP_FUNC(0x0076F640, TaskStatus__Enum_1, GetLocomotionVelocity_OnUpdate, (GetLocomotionVelocity * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetLocomotionVelocity__ctor, (GetLocomotionVelocity * __this, MethodInfo * method)); DO_APP_FUNC(0x0076FC70, void, GetMapProgress_OnAwake, (GetMapProgress * __this, MethodInfo * method)); DO_APP_FUNC(0x0076FDB0, TaskStatus__Enum_1, GetMapProgress_OnUpdate, (GetMapProgress * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetMapProgress__ctor, (GetMapProgress * __this, MethodInfo * method)); DO_APP_FUNC(0x007701F0, void, GoatBurnWait_OnStart, (GoatBurnWait * __this, MethodInfo * method)); DO_APP_FUNC(0x00770410, TaskStatus__Enum_1, GoatBurnWait_OnUpdate, (GoatBurnWait * __this, MethodInfo * method)); DO_APP_FUNC(0x00770490, void, GoatBurnWait_OnPause, (GoatBurnWait * __this, bool paused, MethodInfo * method)); DO_APP_FUNC(0x00770540, void, GoatBurnWait_OnReset, (GoatBurnWait * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GoatBurnWait__ctor, (GoatBurnWait * __this, MethodInfo * method)); DO_APP_FUNC(0x007705E0, void, HasAzazelSpawned_OnAwake, (HasAzazelSpawned * __this, MethodInfo * method)); DO_APP_FUNC(0x00770690, TaskStatus__Enum_1, HasAzazelSpawned_OnUpdate, (HasAzazelSpawned * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, HasAzazelSpawned__ctor, (HasAzazelSpawned * __this, MethodInfo * method)); DO_APP_FUNC(0x007707D0, void, HoldPlayer_OnAwake, (HoldPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00770870, TaskStatus__Enum_1, HoldPlayer_OnUpdate, (HoldPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, HoldPlayer__ctor, (HoldPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00770B40, void, IsDemonHoldingPlayer_OnAwake, (IsDemonHoldingPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00770BE0, TaskStatus__Enum_1, IsDemonHoldingPlayer_OnUpdate, (IsDemonHoldingPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsDemonHoldingPlayer__ctor, (IsDemonHoldingPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00770D00, void, IsGoatInLockedRoom_OnAwake, (IsGoatInLockedRoom * __this, MethodInfo * method)); DO_APP_FUNC(0x00770DA0, TaskStatus__Enum_1, IsGoatInLockedRoom_OnUpdate, (IsGoatInLockedRoom * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsGoatInLockedRoom__ctor, (IsGoatInLockedRoom * __this, MethodInfo * method)); DO_APP_FUNC(0x00770ED0, void, IsLocomotionEnabled_OnAwake, (IsLocomotionEnabled * __this, MethodInfo * method)); DO_APP_FUNC(0x00770F70, TaskStatus__Enum_1, IsLocomotionEnabled_OnUpdate, (IsLocomotionEnabled * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsLocomotionEnabled__ctor, (IsLocomotionEnabled * __this, MethodInfo * method)); DO_APP_FUNC(0x007710E0, void, IsPathPossible_OnAwake, (IsPathPossible * __this, MethodInfo * method)); DO_APP_FUNC(0x007714D0, TaskStatus__Enum_1, IsPathPossible_OnUpdate, (IsPathPossible * __this, MethodInfo * method)); DO_APP_FUNC(0x00771970, void, IsPathPossible__ctor, (IsPathPossible * __this, MethodInfo * method)); DO_APP_FUNC(0x007719E0, TaskStatus__Enum_1, IsPlayerBeingKnockedOut_OnUpdate, (IsPlayerBeingKnockedOut * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsPlayerBeingKnockedOut__ctor, (IsPlayerBeingKnockedOut * __this, MethodInfo * method)); DO_APP_FUNC(0x00771C00, void, IsStateActive_OnAwake, (IsStateActive * __this, MethodInfo * method)); DO_APP_FUNC(0x007720A0, TaskStatus__Enum_1, IsStateActive_OnUpdate, (IsStateActive * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsStateActive__ctor, (IsStateActive * __this, MethodInfo * method)); DO_APP_FUNC(0x007720C0, bool, IsStateActive__OnAwake_b__3_0, (IsStateActive * __this, State * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF018, IsStateActive__OnAwake_b__3_0__MethodInfo); DO_APP_FUNC(0x007721A0, void, LetGoOfPlayer_OnAwake, (LetGoOfPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00772240, TaskStatus__Enum_1, LetGoOfPlayer_OnUpdate, (LetGoOfPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, LetGoOfPlayer__ctor, (LetGoOfPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00772270, void, MapProgressRandomProbability_OnAwake, (MapProgressRandomProbability * __this, MethodInfo * method)); DO_APP_FUNC(0x007723B0, TaskStatus__Enum_1, MapProgressRandomProbability_OnUpdate, (MapProgressRandomProbability * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, MapProgressRandomProbability_OnReset, (MapProgressRandomProbability * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, MapProgressRandomProbability__ctor, (MapProgressRandomProbability * __this, MethodInfo * method)); DO_APP_FUNC(0x00772630, void, MapProgressResumableWait_OnAwake, (MapProgressResumableWait * __this, MethodInfo * method)); DO_APP_FUNC(0x00772820, void, MapProgressResumableWait_OnStart, (MapProgressResumableWait * __this, MethodInfo * method)); DO_APP_FUNC(0x00772AC0, TaskStatus__Enum_1, MapProgressResumableWait_OnUpdate, (MapProgressResumableWait * __this, MethodInfo * method)); DO_APP_FUNC(0x00772BD0, void, MapProgressResumableWait_OnEnd, (MapProgressResumableWait * __this, MethodInfo * method)); DO_APP_FUNC(0x00772C50, void, MapProgressResumableWait_OnReset, (MapProgressResumableWait * __this, MethodInfo * method)); DO_APP_FUNC(0x00772C60, void, MapProgressResumableWait_ResetWaitTime, (MapProgressResumableWait * __this, MethodInfo * method)); DO_APP_FUNC(0x00772EA0, void, MapProgressResumableWait_OnBehaviorComplete, (MapProgressResumableWait * __this, MethodInfo * method)); DO_APP_FUNC(0x00772F80, void, MapProgressResumableWait_OnGlobalGoatBurnEvent, (MapProgressResumableWait * __this, int32_t numObjectsBurned, BoltEntity * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEFC8, MapProgressResumableWait_OnGlobalGoatBurnEvent__MethodInfo); DO_APP_FUNC(0x007730C0, void, MapProgressResumableWait__ctor, (MapProgressResumableWait * __this, MethodInfo * method)); DO_APP_FUNC(0x007730D0, void, PlayersFocusingMeWait_OnStart, (PlayersFocusingMeWait * __this, MethodInfo * method)); DO_APP_FUNC(0x007731E0, TaskStatus__Enum_1, PlayersFocusingMeWait_OnUpdate, (PlayersFocusingMeWait * __this, MethodInfo * method)); DO_APP_FUNC(0x00773530, void, PlayersFocusingMeWait_OnReset, (PlayersFocusingMeWait * __this, MethodInfo * method)); DO_APP_FUNC(0x007735A0, void, PlayersFocusingMeWait__ctor, (PlayersFocusingMeWait * __this, MethodInfo * method)); DO_APP_FUNC(0x00773690, void, ShouldCalmDown_OnAwake, (ShouldCalmDown * __this, MethodInfo * method)); DO_APP_FUNC(0x00773A90, TaskStatus__Enum_1, ShouldCalmDown_OnUpdate, (ShouldCalmDown * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, ShouldCalmDown__ctor, (ShouldCalmDown * __this, MethodInfo * method)); DO_APP_FUNC(0x00773ED0, void, ShouldSpawnEgg_OnAwake, (ShouldSpawnEgg * __this, MethodInfo * method)); DO_APP_FUNC(0x00774250, TaskStatus__Enum_1, ShouldSpawnEgg_OnUpdate, (ShouldSpawnEgg * __this, MethodInfo * method)); DO_APP_FUNC(0x00774820, void, ShouldSpawnEgg__ctor, (ShouldSpawnEgg * __this, MethodInfo * method)); DO_APP_FUNC(0x00774890, void, ShouldSpawnEgg_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ShouldSpawnEgg_c__ctor, (ShouldSpawnEgg_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00774940, InnShrineController *, ShouldSpawnEgg_c__OnAwake_b__5_0, (ShouldSpawnEgg_c * __this, GameObject * shrine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEF70, ShouldSpawnEgg_c__OnAwake_b__5_0__MethodInfo); DO_APP_FUNC(0x00774990, void, WaitSinglePlayer_OnStart, (WaitSinglePlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00774C60, TaskStatus__Enum_1, WaitSinglePlayer_OnUpdate, (WaitSinglePlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00774CE0, void, WaitSinglePlayer_OnPause, (WaitSinglePlayer * __this, bool paused, MethodInfo * method)); DO_APP_FUNC(0x00764600, void, WaitSinglePlayer_OnReset, (WaitSinglePlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00774DA0, void, WaitSinglePlayer__ctor, (WaitSinglePlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00774FB0, void, IsHeadInDeadRealm_OnAwake, (IsHeadInDeadRealm * __this, MethodInfo * method)); DO_APP_FUNC(0x00775140, TaskStatus__Enum_1, IsHeadInDeadRealm_OnUpdate, (IsHeadInDeadRealm * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsHeadInDeadRealm__ctor, (IsHeadInDeadRealm * __this, MethodInfo * method)); DO_APP_FUNC(0x007751F0, TaskStatus__Enum_1, UntilEnteredTrigger_OnUpdate, (UntilEnteredTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00775200, void, UntilEnteredTrigger_OnEnd, (UntilEnteredTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00775210, void, UntilEnteredTrigger_OnTriggerEnter, (UntilEnteredTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x007753E0, void, UntilEnteredTrigger_OnReset, (UntilEnteredTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00775470, void, UntilEnteredTrigger__ctor, (UntilEnteredTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x007751F0, TaskStatus__Enum_1, UntilExitedTrigger_OnUpdate, (UntilExitedTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00775200, void, UntilExitedTrigger_OnEnd, (UntilExitedTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00775500, void, UntilExitedTrigger_OnTriggerExit, (UntilExitedTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x007756D0, void, UntilExitedTrigger_OnReset, (UntilExitedTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00775760, void, UntilExitedTrigger__ctor, (UntilExitedTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x007757F0, TaskStatus__Enum_1, AllowManualMove_OnUpdate, (AllowManualMove * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AllowManualMove_OnReset, (AllowManualMove * __this, MethodInfo * method)); DO_APP_FUNC(0x00775B50, void, AllowManualMove__ctor, (AllowManualMove * __this, MethodInfo * method)); DO_APP_FUNC(0x00775BC0, void, AllowRotation_OnAwake, (AllowRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x00775C60, TaskStatus__Enum_1, AllowRotation_OnUpdate, (AllowRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AllowRotation_OnReset, (AllowRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, AllowRotation__ctor, (AllowRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x00775DE0, TaskStatus__Enum_1, GetBoolStateValue_OnUpdate, (GetBoolStateValue * __this, MethodInfo * method)); DO_APP_FUNC(0x007761B0, void, GetBoolStateValue_OnReset, (GetBoolStateValue * __this, MethodInfo * method)); DO_APP_FUNC(0x00776240, void, GetBoolStateValue__ctor, (GetBoolStateValue * __this, MethodInfo * method)); DO_APP_FUNC(0x007762D0, TaskStatus__Enum_1, GetStringStateValue_OnUpdate, (GetStringStateValue * __this, MethodInfo * method)); DO_APP_FUNC(0x00776650, void, GetStringStateValue_OnReset, (GetStringStateValue * __this, MethodInfo * method)); DO_APP_FUNC(0x007766E0, void, GetStringStateValue__ctor, (GetStringStateValue * __this, MethodInfo * method)); DO_APP_FUNC(0x00776770, TaskStatus__Enum_1, SetStringStateValue_OnUpdate, (SetStringStateValue * __this, MethodInfo * method)); DO_APP_FUNC(0x00776A40, void, SetStringStateValue_OnReset, (SetStringStateValue * __this, MethodInfo * method)); DO_APP_FUNC(0x00776AD0, void, SetStringStateValue__ctor, (SetStringStateValue * __this, MethodInfo * method)); DO_APP_FUNC(0x00776B60, void, StartMoving_OnAwake, (StartMoving * __this, MethodInfo * method)); DO_APP_FUNC(0x00776CA0, void, StartMoving_OnStart, (StartMoving * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, TaskStatus__Enum_1, StartMoving_OnUpdate, (StartMoving * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, StartMoving__ctor, (StartMoving * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DE0, void, StopMoving_OnAwake, (StopMoving * __this, MethodInfo * method)); DO_APP_FUNC(0x00776FB0, void, StopMoving_OnStart, (StopMoving * __this, MethodInfo * method)); DO_APP_FUNC(0x00777090, TaskStatus__Enum_1, StopMoving_OnUpdate, (StopMoving * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StopMoving_OnReset, (StopMoving * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, StopMoving__ctor, (StopMoving * __this, MethodInfo * method)); DO_APP_FUNC(0x00777360, void, Teleport_OnStart, (Teleport * __this, MethodInfo * method)); DO_APP_FUNC(0x00777400, TaskStatus__Enum_1, Teleport_OnUpdate, (Teleport * __this, MethodInfo * method)); DO_APP_FUNC(0x00777850, void, Teleport_OnReset, (Teleport * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Teleport__ctor, (Teleport * __this, MethodInfo * method)); DO_APP_FUNC(0x00777900, TaskStatus__Enum_1, Angle_OnUpdate, (Angle * __this, MethodInfo * method)); DO_APP_FUNC(0x00777A90, void, Angle_OnReset, (Angle * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Angle__ctor, (Angle * __this, MethodInfo * method)); DO_APP_FUNC(0x00777D10, TaskStatus__Enum_1, ClampMagnitude_OnUpdate, (ClampMagnitude * __this, MethodInfo * method)); DO_APP_FUNC(0x00777EC0, void, ClampMagnitude_OnReset, (ClampMagnitude * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, ClampMagnitude__ctor, (ClampMagnitude * __this, MethodInfo * method)); DO_APP_FUNC(0x00778140, TaskStatus__Enum_1, Distance_OnUpdate, (Distance * __this, MethodInfo * method)); DO_APP_FUNC(0x00777A90, void, Distance_OnReset, (Distance * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Distance__ctor, (Distance * __this, MethodInfo * method)); DO_APP_FUNC(0x00778370, TaskStatus__Enum_1, Dot_OnUpdate, (Dot * __this, MethodInfo * method)); DO_APP_FUNC(0x00777A90, void, Dot_OnReset, (Dot * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Dot__ctor, (Dot * __this, MethodInfo * method)); DO_APP_FUNC(0x00778510, TaskStatus__Enum_1, GetForwardVector_OnUpdate, (GetForwardVector * __this, MethodInfo * method)); DO_APP_FUNC(0x007785F0, void, GetForwardVector_OnReset, (GetForwardVector * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetForwardVector__ctor, (GetForwardVector * __this, MethodInfo * method)); DO_APP_FUNC(0x00778710, TaskStatus__Enum_1, GetMagnitude_OnUpdate, (GetMagnitude * __this, MethodInfo * method)); DO_APP_FUNC(0x00778830, void, GetMagnitude_OnReset, (GetMagnitude * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetMagnitude__ctor, (GetMagnitude * __this, MethodInfo * method)); DO_APP_FUNC(0x007789C0, TaskStatus__Enum_1, GetRightVector_OnUpdate, (GetRightVector * __this, MethodInfo * method)); DO_APP_FUNC(0x007785F0, void, GetRightVector_OnReset, (GetRightVector * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetRightVector__ctor, (GetRightVector * __this, MethodInfo * method)); DO_APP_FUNC(0x00778AA0, TaskStatus__Enum_1, GetSqrMagnitude_OnUpdate, (GetSqrMagnitude * __this, MethodInfo * method)); DO_APP_FUNC(0x00778830, void, GetSqrMagnitude_OnReset, (GetSqrMagnitude * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetSqrMagnitude__ctor, (GetSqrMagnitude * __this, MethodInfo * method)); DO_APP_FUNC(0x00778BD0, TaskStatus__Enum_1, GetUpVector_OnUpdate, (GetUpVector * __this, MethodInfo * method)); DO_APP_FUNC(0x007785F0, void, GetUpVector_OnReset, (GetUpVector * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetUpVector__ctor, (GetUpVector * __this, MethodInfo * method)); DO_APP_FUNC(0x00778CB0, TaskStatus__Enum_1, GetVector2_OnUpdate, (GetVector2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00778DD0, void, GetVector2_OnReset, (GetVector2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetVector2__ctor, (GetVector2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00778F90, TaskStatus__Enum_1, GetXYZ_OnUpdate, (GetXYZ * __this, MethodInfo * method)); DO_APP_FUNC(0x00779200, void, GetXYZ_OnReset, (GetXYZ * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetXYZ__ctor, (GetXYZ * __this, MethodInfo * method)); DO_APP_FUNC(0x00779450, TaskStatus__Enum_1, Lerp_OnUpdate, (Lerp * __this, MethodInfo * method)); DO_APP_FUNC(0x007796C0, void, Lerp_OnReset, (Lerp * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Lerp__ctor, (Lerp * __this, MethodInfo * method)); DO_APP_FUNC(0x007798F0, TaskStatus__Enum_1, MoveTowards_1_OnUpdate, (MoveTowards_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00779B90, void, MoveTowards_1_OnReset, (MoveTowards_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, MoveTowards_1__ctor, (MoveTowards_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00779F00, TaskStatus__Enum_1, Multiply_OnUpdate, (Multiply * __this, MethodInfo * method)); DO_APP_FUNC(0x00777EC0, void, Multiply_OnReset, (Multiply * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Multiply__ctor, (Multiply * __this, MethodInfo * method)); DO_APP_FUNC(0x0077A0A0, TaskStatus__Enum_1, Normalize_OnUpdate, (Normalize * __this, MethodInfo * method)); DO_APP_FUNC(0x0077A260, void, Normalize_OnReset, (Normalize * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Normalize__ctor, (Normalize * __this, MethodInfo * method)); DO_APP_FUNC(0x0077A4A0, TaskStatus__Enum_1, Operator_OnUpdate, (Operator * __this, MethodInfo * method)); DO_APP_FUNC(0x0077A870, void, Operator_OnReset, (Operator * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Operator__ctor, (Operator * __this, MethodInfo * method)); DO_APP_FUNC(0x0077ABB0, TaskStatus__Enum_1, RotateTowards_OnUpdate, (RotateTowards * __this, MethodInfo * method)); DO_APP_FUNC(0x0077AF30, void, RotateTowards_OnReset, (RotateTowards * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, RotateTowards__ctor, (RotateTowards * __this, MethodInfo * method)); DO_APP_FUNC(0x0077B300, TaskStatus__Enum_1, SetValue_OnUpdate, (SetValue * __this, MethodInfo * method)); DO_APP_FUNC(0x0077A260, void, SetValue_OnReset, (SetValue * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetValue__ctor, (SetValue * __this, MethodInfo * method)); DO_APP_FUNC(0x0077B410, TaskStatus__Enum_1, SetXYZ_OnUpdate, (SetXYZ * __this, MethodInfo * method)); DO_APP_FUNC(0x0077B6D0, void, SetXYZ_OnReset, (SetXYZ * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetXYZ__ctor, (SetXYZ * __this, MethodInfo * method)); DO_APP_FUNC(0x0077B900, TaskStatus__Enum_1, DistanceToGameObject_OnUpdate, (DistanceToGameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0077BDB0, void, DistanceToGameObject_OnReset, (DistanceToGameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, DistanceToGameObject__ctor, (DistanceToGameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0077BF80, TaskStatus__Enum_1, ClampMagnitude_1_OnUpdate, (ClampMagnitude_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077C0C0, void, ClampMagnitude_1_OnReset, (ClampMagnitude_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, ClampMagnitude_1__ctor, (ClampMagnitude_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077C270, TaskStatus__Enum_1, Distance_1_OnUpdate, (Distance_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077C340, void, Distance_1_OnReset, (Distance_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Distance_1__ctor, (Distance_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077C4F0, TaskStatus__Enum_1, Dot_1_OnUpdate, (Dot_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077C340, void, Dot_1_OnReset, (Dot_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Dot_1__ctor, (Dot_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077C5E0, TaskStatus__Enum_1, GetMagnitude_1_OnUpdate, (GetMagnitude_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077C6A0, void, GetMagnitude_1_OnReset, (GetMagnitude_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetMagnitude_1__ctor, (GetMagnitude_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077C7C0, TaskStatus__Enum_1, GetRightVector_1_OnUpdate, (GetRightVector_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077C890, void, GetRightVector_1_OnReset, (GetRightVector_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetRightVector_1__ctor, (GetRightVector_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077C940, TaskStatus__Enum_1, GetSqrMagnitude_1_OnUpdate, (GetSqrMagnitude_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077C6A0, void, GetSqrMagnitude_1_OnReset, (GetSqrMagnitude_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetSqrMagnitude_1__ctor, (GetSqrMagnitude_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077CA10, TaskStatus__Enum_1, GetUpVector_1_OnUpdate, (GetUpVector_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077C890, void, GetUpVector_1_OnReset, (GetUpVector_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetUpVector_1__ctor, (GetUpVector_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077CAE0, TaskStatus__Enum_1, GetVector3_OnUpdate, (GetVector3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077CBD0, void, GetVector3_OnReset, (GetVector3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetVector3__ctor, (GetVector3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077CDB0, TaskStatus__Enum_1, GetXY_OnUpdate, (GetXY * __this, MethodInfo * method)); DO_APP_FUNC(0x0077CEE0, void, GetXY_OnReset, (GetXY * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetXY__ctor, (GetXY * __this, MethodInfo * method)); DO_APP_FUNC(0x0077D050, TaskStatus__Enum_1, Lerp_1_OnUpdate, (Lerp_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077D1C0, void, Lerp_1_OnReset, (Lerp_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Lerp_1__ctor, (Lerp_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077D410, TaskStatus__Enum_1, MoveTowards_2_OnUpdate, (MoveTowards_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077D1C0, void, MoveTowards_2_OnReset, (MoveTowards_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, MoveTowards_2__ctor, (MoveTowards_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077D6A0, TaskStatus__Enum_1, Multiply_1_OnUpdate, (Multiply_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077D7E0, void, Multiply_1_OnReset, (Multiply_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Multiply_1__ctor, (Multiply_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077D950, TaskStatus__Enum_1, Normalize_1_OnUpdate, (Normalize_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077DA40, void, Normalize_1_OnReset, (Normalize_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Normalize_1__ctor, (Normalize_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077DB90, TaskStatus__Enum_1, Operator_1_OnUpdate, (Operator_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077DD00, void, Operator_1_OnReset, (Operator_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Operator_1__ctor, (Operator_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077DF00, TaskStatus__Enum_1, SetValue_1_OnUpdate, (SetValue_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077DA40, void, SetValue_1_OnReset, (SetValue_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetValue_1__ctor, (SetValue_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077DFD0, TaskStatus__Enum_1, SetXY_OnUpdate, (SetXY * __this, MethodInfo * method)); DO_APP_FUNC(0x0077E1B0, void, SetXY_OnReset, (SetXY * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetXY__ctor, (SetXY * __this, MethodInfo * method)); DO_APP_FUNC(0x0077E330, void, Find_OnStart, (Find * __this, MethodInfo * method)); DO_APP_FUNC(0x0077E600, TaskStatus__Enum_1, Find_OnUpdate, (Find * __this, MethodInfo * method)); DO_APP_FUNC(0x0077E9E0, void, Find_OnReset, (Find * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Find__ctor, (Find * __this, MethodInfo * method)); DO_APP_FUNC(0x0077EAE0, void, GetAngleToTarget_OnStart, (GetAngleToTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x0077EDC0, TaskStatus__Enum_1, GetAngleToTarget_OnUpdate, (GetAngleToTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x0077F420, void, GetAngleToTarget_OnReset, (GetAngleToTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x0077F6C0, void, GetAngleToTarget__ctor, (GetAngleToTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x0077F730, void, GetChild_OnStart, (GetChild * __this, MethodInfo * method)); DO_APP_FUNC(0x0077FA00, TaskStatus__Enum_1, GetChild_OnUpdate, (GetChild * __this, MethodInfo * method)); DO_APP_FUNC(0x0077FC50, void, GetChild_OnReset, (GetChild * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetChild__ctor, (GetChild * __this, MethodInfo * method)); DO_APP_FUNC(0x0077FD80, void, GetChildCount_OnStart, (GetChildCount * __this, MethodInfo * method)); DO_APP_FUNC(0x00780050, TaskStatus__Enum_1, GetChildCount_OnUpdate, (GetChildCount * __this, MethodInfo * method)); DO_APP_FUNC(0x00780270, void, GetChildCount_OnReset, (GetChildCount * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetChildCount__ctor, (GetChildCount * __this, MethodInfo * method)); DO_APP_FUNC(0x00780350, void, GetEulerAngles_OnStart, (GetEulerAngles * __this, MethodInfo * method)); DO_APP_FUNC(0x00780620, TaskStatus__Enum_1, GetEulerAngles_OnUpdate, (GetEulerAngles * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, GetEulerAngles_OnReset, (GetEulerAngles * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetEulerAngles__ctor, (GetEulerAngles * __this, MethodInfo * method)); DO_APP_FUNC(0x00780A30, void, GetForwardVector_1_OnStart, (GetForwardVector_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00780D00, TaskStatus__Enum_1, GetForwardVector_1_OnUpdate, (GetForwardVector_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, GetForwardVector_1_OnReset, (GetForwardVector_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetForwardVector_1__ctor, (GetForwardVector_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00780F10, void, GetLocalEulerAngles_OnStart, (GetLocalEulerAngles * __this, MethodInfo * method)); DO_APP_FUNC(0x007811E0, TaskStatus__Enum_1, GetLocalEulerAngles_OnUpdate, (GetLocalEulerAngles * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, GetLocalEulerAngles_OnReset, (GetLocalEulerAngles * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetLocalEulerAngles__ctor, (GetLocalEulerAngles * __this, MethodInfo * method)); DO_APP_FUNC(0x00781450, void, GetLocalPosition_OnStart, (GetLocalPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00781720, TaskStatus__Enum_1, GetLocalPosition_OnUpdate, (GetLocalPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, GetLocalPosition_OnReset, (GetLocalPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetLocalPosition__ctor, (GetLocalPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00781970, void, GetLocalRotation_OnStart, (GetLocalRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x00781C40, TaskStatus__Enum_1, GetLocalRotation_OnUpdate, (GetLocalRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x00781E80, void, GetLocalRotation_OnReset, (GetLocalRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetLocalRotation__ctor, (GetLocalRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x00781FF0, void, GetLocalScale_OnStart, (GetLocalScale * __this, MethodInfo * method)); DO_APP_FUNC(0x007822C0, TaskStatus__Enum_1, GetLocalScale_OnUpdate, (GetLocalScale * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, GetLocalScale_OnReset, (GetLocalScale * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetLocalScale__ctor, (GetLocalScale * __this, MethodInfo * method)); DO_APP_FUNC(0x00782510, void, GetParent_OnStart, (GetParent * __this, MethodInfo * method)); DO_APP_FUNC(0x007827E0, TaskStatus__Enum_1, GetParent_OnUpdate, (GetParent * __this, MethodInfo * method)); DO_APP_FUNC(0x00777850, void, GetParent_OnReset, (GetParent * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetParent__ctor, (GetParent * __this, MethodInfo * method)); DO_APP_FUNC(0x007829C0, void, GetPosition_OnStart, (GetPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00782C90, TaskStatus__Enum_1, GetPosition_OnUpdate, (GetPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, GetPosition_OnReset, (GetPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetPosition__ctor, (GetPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00782EE0, void, GetRightVector_2_OnStart, (GetRightVector_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007831B0, TaskStatus__Enum_1, GetRightVector_2_OnUpdate, (GetRightVector_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, GetRightVector_2_OnReset, (GetRightVector_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetRightVector_2__ctor, (GetRightVector_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007833C0, void, GetRotation_OnStart, (GetRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x00783690, TaskStatus__Enum_1, GetRotation_OnUpdate, (GetRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x00781E80, void, GetRotation_OnReset, (GetRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetRotation__ctor, (GetRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x007838D0, void, GetUpVector_2_OnStart, (GetUpVector_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00783BA0, TaskStatus__Enum_1, GetUpVector_2_OnUpdate, (GetUpVector_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, GetUpVector_2_OnReset, (GetUpVector_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetUpVector_2__ctor, (GetUpVector_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00783DB0, void, IsChildOf_OnStart, (IsChildOf * __this, MethodInfo * method)); DO_APP_FUNC(0x00784080, TaskStatus__Enum_1, IsChildOf_OnUpdate, (IsChildOf * __this, MethodInfo * method)); DO_APP_FUNC(0x00777850, void, IsChildOf_OnReset, (IsChildOf * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsChildOf__ctor, (IsChildOf * __this, MethodInfo * method)); DO_APP_FUNC(0x007842A0, void, LookAt_OnStart, (LookAt * __this, MethodInfo * method)); DO_APP_FUNC(0x00784580, TaskStatus__Enum_1, LookAt_OnUpdate, (LookAt * __this, MethodInfo * method)); DO_APP_FUNC(0x00784970, void, LookAt_OnReset, (LookAt * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, LookAt__ctor, (LookAt * __this, MethodInfo * method)); DO_APP_FUNC(0x00784BB0, void, Rotate_OnStart, (Rotate * __this, MethodInfo * method)); DO_APP_FUNC(0x00784E80, TaskStatus__Enum_1, Rotate_OnUpdate, (Rotate * __this, MethodInfo * method)); DO_APP_FUNC(0x00785080, void, Rotate_OnReset, (Rotate * __this, MethodInfo * method)); DO_APP_FUNC(0x00785220, void, Rotate__ctor, (Rotate * __this, MethodInfo * method)); DO_APP_FUNC(0x00785230, void, RotateAround_OnStart, (RotateAround * __this, MethodInfo * method)); DO_APP_FUNC(0x00785500, TaskStatus__Enum_1, RotateAround_OnUpdate, (RotateAround * __this, MethodInfo * method)); DO_APP_FUNC(0x00785810, void, RotateAround_OnReset, (RotateAround * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, RotateAround__ctor, (RotateAround * __this, MethodInfo * method)); DO_APP_FUNC(0x00785AF0, void, SetEulerAngles_OnStart, (SetEulerAngles * __this, MethodInfo * method)); DO_APP_FUNC(0x00785DC0, TaskStatus__Enum_1, SetEulerAngles_OnUpdate, (SetEulerAngles * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, SetEulerAngles_OnReset, (SetEulerAngles * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetEulerAngles__ctor, (SetEulerAngles * __this, MethodInfo * method)); DO_APP_FUNC(0x00786200, void, SetForwardVector_OnStart, (SetForwardVector * __this, MethodInfo * method)); DO_APP_FUNC(0x007864D0, TaskStatus__Enum_1, SetForwardVector_OnUpdate, (SetForwardVector * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, SetForwardVector_OnReset, (SetForwardVector * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetForwardVector__ctor, (SetForwardVector * __this, MethodInfo * method)); DO_APP_FUNC(0x007866D0, void, SetLocalEulerAngles_OnStart, (SetLocalEulerAngles * __this, MethodInfo * method)); DO_APP_FUNC(0x007869A0, TaskStatus__Enum_1, SetLocalEulerAngles_OnUpdate, (SetLocalEulerAngles * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, SetLocalEulerAngles_OnReset, (SetLocalEulerAngles * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetLocalEulerAngles__ctor, (SetLocalEulerAngles * __this, MethodInfo * method)); DO_APP_FUNC(0x00786BA0, void, SetLocalPosition_OnStart, (SetLocalPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00786E70, TaskStatus__Enum_1, SetLocalPosition_OnUpdate, (SetLocalPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, SetLocalPosition_OnReset, (SetLocalPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetLocalPosition__ctor, (SetLocalPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x007870A0, void, SetLocalRotation_OnStart, (SetLocalRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x00787370, TaskStatus__Enum_1, SetLocalRotation_OnUpdate, (SetLocalRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x00781E80, void, SetLocalRotation_OnReset, (SetLocalRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetLocalRotation__ctor, (SetLocalRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x007875A0, void, SetLocalScale_OnStart, (SetLocalScale * __this, MethodInfo * method)); DO_APP_FUNC(0x00787870, TaskStatus__Enum_1, SetLocalScale_OnUpdate, (SetLocalScale * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, SetLocalScale_OnReset, (SetLocalScale * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetLocalScale__ctor, (SetLocalScale * __this, MethodInfo * method)); DO_APP_FUNC(0x00787AA0, void, SetParent_OnStart, (SetParent * __this, MethodInfo * method)); DO_APP_FUNC(0x00787D70, TaskStatus__Enum_1, SetParent_OnUpdate, (SetParent * __this, MethodInfo * method)); DO_APP_FUNC(0x00777850, void, SetParent_OnReset, (SetParent * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetParent__ctor, (SetParent * __this, MethodInfo * method)); DO_APP_FUNC(0x00787F50, void, SetPosition_OnStart, (SetPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00788220, TaskStatus__Enum_1, SetPosition_OnUpdate, (SetPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, SetPosition_OnReset, (SetPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetPosition__ctor, (SetPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00788450, void, SetRightVector_OnStart, (SetRightVector * __this, MethodInfo * method)); DO_APP_FUNC(0x00788720, TaskStatus__Enum_1, SetRightVector_OnUpdate, (SetRightVector * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, SetRightVector_OnReset, (SetRightVector * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetRightVector__ctor, (SetRightVector * __this, MethodInfo * method)); DO_APP_FUNC(0x00788A20, void, SetRotation_OnStart, (SetRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x00788CF0, TaskStatus__Enum_1, SetRotation_OnUpdate, (SetRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x00781E80, void, SetRotation_OnReset, (SetRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetRotation__ctor, (SetRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x00788F20, void, SetUpVector_OnStart, (SetUpVector * __this, MethodInfo * method)); DO_APP_FUNC(0x007891F0, TaskStatus__Enum_1, SetUpVector_OnUpdate, (SetUpVector * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, SetUpVector_OnReset, (SetUpVector * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetUpVector__ctor, (SetUpVector * __this, MethodInfo * method)); DO_APP_FUNC(0x007894F0, void, Translate_OnStart, (Translate * __this, MethodInfo * method)); DO_APP_FUNC(0x007897C0, TaskStatus__Enum_1, Translate_OnUpdate, (Translate * __this, MethodInfo * method)); DO_APP_FUNC(0x00785080, void, Translate_OnReset, (Translate * __this, MethodInfo * method)); DO_APP_FUNC(0x00785220, void, Translate__ctor, (Translate * __this, MethodInfo * method)); DO_APP_FUNC(0x007899C0, void, IsPaused_OnStart, (IsPaused * __this, MethodInfo * method)); DO_APP_FUNC(0x00789C90, TaskStatus__Enum_1, IsPaused_OnUpdate, (IsPaused * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, IsPaused_OnReset, (IsPaused * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsPaused__ctor, (IsPaused * __this, MethodInfo * method)); DO_APP_FUNC(0x00789E40, void, IsPlaying_OnStart, (IsPlaying * __this, MethodInfo * method)); DO_APP_FUNC(0x0078A110, TaskStatus__Enum_1, IsPlaying_OnUpdate, (IsPlaying * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, IsPlaying_OnReset, (IsPlaying * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsPlaying__ctor, (IsPlaying * __this, MethodInfo * method)); DO_APP_FUNC(0x0078A2D0, void, Pause_OnStart, (Pause * __this, MethodInfo * method)); DO_APP_FUNC(0x0078A5A0, TaskStatus__Enum_1, Pause_OnUpdate, (Pause * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, Pause_OnReset, (Pause * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Pause__ctor, (Pause * __this, MethodInfo * method)); DO_APP_FUNC(0x0078A750, void, Play_OnStart, (Play * __this, MethodInfo * method)); DO_APP_FUNC(0x0078AA30, TaskStatus__Enum_1, Play_OnUpdate, (Play * __this, MethodInfo * method)); DO_APP_FUNC(0x0078AEB0, void, Play_OnReset, (Play * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Play__ctor, (Play * __this, MethodInfo * method)); DO_APP_FUNC(0x0078AFE0, void, Resume_OnStart, (Resume * __this, MethodInfo * method)); DO_APP_FUNC(0x0078B2C0, TaskStatus__Enum_1, Resume_OnUpdate, (Resume * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FB20, void, Resume_OnReset, (Resume * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Resume__ctor, (Resume * __this, MethodInfo * method)); DO_APP_FUNC(0x0078B500, void, Stop_OnStart, (Stop * __this, MethodInfo * method)); DO_APP_FUNC(0x0078B7D0, TaskStatus__Enum_1, Stop_OnUpdate, (Stop * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, Stop_OnReset, (Stop * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Stop__ctor, (Stop * __this, MethodInfo * method)); DO_APP_FUNC(0x0078B980, TaskStatus__Enum_1, GetDeltaTime_OnUpdate, (GetDeltaTime * __this, MethodInfo * method)); DO_APP_FUNC(0x0078BA50, void, GetDeltaTime_OnReset, (GetDeltaTime * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetDeltaTime__ctor, (GetDeltaTime * __this, MethodInfo * method)); DO_APP_FUNC(0x0078BAC0, TaskStatus__Enum_1, GetRealtimeSinceStartup_OnUpdate, (GetRealtimeSinceStartup * __this, MethodInfo * method)); DO_APP_FUNC(0x0078BA50, void, GetRealtimeSinceStartup_OnReset, (GetRealtimeSinceStartup * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetRealtimeSinceStartup__ctor, (GetRealtimeSinceStartup * __this, MethodInfo * method)); DO_APP_FUNC(0x0078BB90, TaskStatus__Enum_1, GetTime_OnUpdate, (GetTime * __this, MethodInfo * method)); DO_APP_FUNC(0x0078BA50, void, GetTime_OnReset, (GetTime * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetTime__ctor, (GetTime * __this, MethodInfo * method)); DO_APP_FUNC(0x0078BC60, TaskStatus__Enum_1, GetTimeScale_OnUpdate, (GetTimeScale * __this, MethodInfo * method)); DO_APP_FUNC(0x0078BA50, void, GetTimeScale_OnReset, (GetTimeScale * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetTimeScale__ctor, (GetTimeScale * __this, MethodInfo * method)); DO_APP_FUNC(0x0078BD30, TaskStatus__Enum_1, SetTimeScale_OnUpdate, (SetTimeScale * __this, MethodInfo * method)); DO_APP_FUNC(0x0078BE10, void, SetTimeScale_OnReset, (SetTimeScale * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetTimeScale__ctor, (SetTimeScale * __this, MethodInfo * method)); DO_APP_FUNC(0x0078BE90, TaskStatus__Enum_1, BuildString_OnUpdate, (BuildString * __this, MethodInfo * method)); DO_APP_FUNC(0x00777850, void, BuildString_OnReset, (BuildString * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, BuildString__ctor, (BuildString * __this, MethodInfo * method)); DO_APP_FUNC(0x0078BFD0, TaskStatus__Enum_1, CompareTo_OnUpdate, (CompareTo * __this, MethodInfo * method)); DO_APP_FUNC(0x0078C120, void, CompareTo_OnReset, (CompareTo * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, CompareTo__ctor, (CompareTo * __this, MethodInfo * method)); DO_APP_FUNC(0x0078C290, void, Format_OnAwake, (Format * __this, MethodInfo * method)); DO_APP_FUNC(0x0078C330, TaskStatus__Enum_1, Format_OnUpdate, (Format * __this, MethodInfo * method)); DO_APP_FUNC(0x0078C690, void, Format_OnReset, (Format * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Format__ctor, (Format * __this, MethodInfo * method)); DO_APP_FUNC(0x0078C7C0, TaskStatus__Enum_1, GetLength_OnUpdate, (GetLength * __this, MethodInfo * method)); DO_APP_FUNC(0x0078C8B0, void, GetLength_OnReset, (GetLength * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetLength__ctor, (GetLength * __this, MethodInfo * method)); DO_APP_FUNC(0x0078C9C0, TaskStatus__Enum_1, GetRandomString_OnUpdate, (GetRandomString * __this, MethodInfo * method)); DO_APP_FUNC(0x00777850, void, GetRandomString_OnReset, (GetRandomString * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetRandomString__ctor, (GetRandomString * __this, MethodInfo * method)); DO_APP_FUNC(0x0078CAF0, TaskStatus__Enum_1, GetSubstring_OnUpdate, (GetSubstring * __this, MethodInfo * method)); DO_APP_FUNC(0x0078CD80, void, GetSubstring_OnReset, (GetSubstring * __this, MethodInfo * method)); DO_APP_FUNC(0x0078CF50, void, GetSubstring__ctor, (GetSubstring * __this, MethodInfo * method)); DO_APP_FUNC(0x0078D030, TaskStatus__Enum_1, IsNullOrEmpty_OnUpdate, (IsNullOrEmpty * __this, MethodInfo * method)); DO_APP_FUNC(0x0078D0D0, void, IsNullOrEmpty_OnReset, (IsNullOrEmpty * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsNullOrEmpty__ctor, (IsNullOrEmpty * __this, MethodInfo * method)); DO_APP_FUNC(0x0078D160, TaskStatus__Enum_1, Replace_OnUpdate, (Replace * __this, MethodInfo * method)); DO_APP_FUNC(0x0078D2E0, void, Replace_OnReset, (Replace * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Replace__ctor, (Replace * __this, MethodInfo * method)); DO_APP_FUNC(0x0078D4B0, TaskStatus__Enum_1, SetString_OnUpdate, (SetString * __this, MethodInfo * method)); DO_APP_FUNC(0x0078D570, void, SetString_OnReset, (SetString * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetString__ctor, (SetString * __this, MethodInfo * method)); DO_APP_FUNC(0x0078D680, void, GetCenter_OnStart, (GetCenter * __this, MethodInfo * method)); DO_APP_FUNC(0x0078D950, TaskStatus__Enum_1, GetCenter_OnUpdate, (GetCenter * __this, MethodInfo * method)); DO_APP_FUNC(0x0078DBA0, void, GetCenter_OnReset, (GetCenter * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetCenter__ctor, (GetCenter * __this, MethodInfo * method)); DO_APP_FUNC(0x0078DCC0, void, GetRadius_OnStart, (GetRadius * __this, MethodInfo * method)); DO_APP_FUNC(0x0078DF90, TaskStatus__Enum_1, GetRadius_OnUpdate, (GetRadius * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetRadius_OnReset, (GetRadius * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetRadius__ctor, (GetRadius * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E290, void, SetCenter_OnStart, (SetCenter * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E560, TaskStatus__Enum_1, SetCenter_OnUpdate, (SetCenter * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, SetCenter_OnReset, (SetCenter * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetCenter__ctor, (SetCenter * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E790, void, SetRadius_OnStart, (SetRadius * __this, MethodInfo * method)); DO_APP_FUNC(0x0078EA60, TaskStatus__Enum_1, SetRadius_OnUpdate, (SetRadius * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetRadius_OnReset, (SetRadius * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetRadius__ctor, (SetRadius * __this, MethodInfo * method)); DO_APP_FUNC(0x0078EC40, TaskStatus__Enum_1, CompareSharedBool_OnUpdate, (CompareSharedBool * __this, MethodInfo * method)); DO_APP_FUNC(0x0078ED50, void, CompareSharedBool_OnReset, (CompareSharedBool * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, CompareSharedBool__ctor, (CompareSharedBool * __this, MethodInfo * method)); DO_APP_FUNC(0x0078EE30, TaskStatus__Enum_1, CompareSharedColor_OnUpdate, (CompareSharedColor * __this, MethodInfo * method)); DO_APP_FUNC(0x0078F010, void, CompareSharedColor_OnReset, (CompareSharedColor * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, CompareSharedColor__ctor, (CompareSharedColor * __this, MethodInfo * method)); DO_APP_FUNC(0x0078F1C0, TaskStatus__Enum_1, CompareSharedFloat_OnUpdate, (CompareSharedFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x0078F2E0, void, CompareSharedFloat_OnReset, (CompareSharedFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, CompareSharedFloat__ctor, (CompareSharedFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x0078F3C0, TaskStatus__Enum_1, CompareSharedGameObject_OnUpdate, (CompareSharedGameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00777850, void, CompareSharedGameObject_OnReset, (CompareSharedGameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, CompareSharedGameObject__ctor, (CompareSharedGameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0078F920, TaskStatus__Enum_1, CompareSharedGameObjectList_OnUpdate, (CompareSharedGameObjectList * __this, MethodInfo * method)); DO_APP_FUNC(0x00777850, void, CompareSharedGameObjectList_OnReset, (CompareSharedGameObjectList * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, CompareSharedGameObjectList__ctor, (CompareSharedGameObjectList * __this, MethodInfo * method)); DO_APP_FUNC(0x0078FE60, TaskStatus__Enum_1, CompareSharedInt_OnUpdate, (CompareSharedInt * __this, MethodInfo * method)); DO_APP_FUNC(0x0078FF40, void, CompareSharedInt_OnReset, (CompareSharedInt * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, CompareSharedInt__ctor, (CompareSharedInt * __this, MethodInfo * method)); DO_APP_FUNC(0x00790020, TaskStatus__Enum_1, CompareSharedObject_OnUpdate, (CompareSharedObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00777850, void, CompareSharedObject_OnReset, (CompareSharedObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, CompareSharedObject__ctor, (CompareSharedObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00790580, TaskStatus__Enum_1, CompareSharedObjectList_OnUpdate, (CompareSharedObjectList * __this, MethodInfo * method)); DO_APP_FUNC(0x00777850, void, CompareSharedObjectList_OnReset, (CompareSharedObjectList * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, CompareSharedObjectList__ctor, (CompareSharedObjectList * __this, MethodInfo * method)); DO_APP_FUNC(0x00790AC0, TaskStatus__Enum_1, CompareSharedQuaternion_OnUpdate, (CompareSharedQuaternion * __this, MethodInfo * method)); DO_APP_FUNC(0x00790CA0, void, CompareSharedQuaternion_OnReset, (CompareSharedQuaternion * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, CompareSharedQuaternion__ctor, (CompareSharedQuaternion * __this, MethodInfo * method)); DO_APP_FUNC(0x00790EB0, TaskStatus__Enum_1, CompareSharedRect_OnUpdate, (CompareSharedRect * __this, MethodInfo * method)); DO_APP_FUNC(0x00791090, void, CompareSharedRect_OnReset, (CompareSharedRect * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, CompareSharedRect__ctor, (CompareSharedRect * __this, MethodInfo * method)); DO_APP_FUNC(0x00791230, TaskStatus__Enum_1, CompareSharedString_OnUpdate, (CompareSharedString * __this, MethodInfo * method)); DO_APP_FUNC(0x00791360, void, CompareSharedString_OnReset, (CompareSharedString * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, CompareSharedString__ctor, (CompareSharedString * __this, MethodInfo * method)); DO_APP_FUNC(0x00791470, TaskStatus__Enum_1, CompareSharedTransform_OnUpdate, (CompareSharedTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x00777850, void, CompareSharedTransform_OnReset, (CompareSharedTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, CompareSharedTransform__ctor, (CompareSharedTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x007919D0, TaskStatus__Enum_1, CompareSharedTransformList_OnUpdate, (CompareSharedTransformList * __this, MethodInfo * method)); DO_APP_FUNC(0x00777850, void, CompareSharedTransformList_OnReset, (CompareSharedTransformList * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, CompareSharedTransformList__ctor, (CompareSharedTransformList * __this, MethodInfo * method)); DO_APP_FUNC(0x00791F10, TaskStatus__Enum_1, CompareSharedVector2_OnUpdate, (CompareSharedVector2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077DA40, void, CompareSharedVector2_OnReset, (CompareSharedVector2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, CompareSharedVector2__ctor, (CompareSharedVector2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00791FA0, TaskStatus__Enum_1, CompareSharedVector3_OnUpdate, (CompareSharedVector3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077A260, void, CompareSharedVector3_OnReset, (CompareSharedVector3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, CompareSharedVector3__ctor, (CompareSharedVector3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00792100, TaskStatus__Enum_1, CompareSharedVector4_OnUpdate, (CompareSharedVector4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00792250, void, CompareSharedVector4_OnReset, (CompareSharedVector4 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, CompareSharedVector4__ctor, (CompareSharedVector4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00792460, TaskStatus__Enum_1, SetSharedBool_OnUpdate, (SetSharedBool * __this, MethodInfo * method)); DO_APP_FUNC(0x0078ED50, void, SetSharedBool_OnReset, (SetSharedBool * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetSharedBool__ctor, (SetSharedBool * __this, MethodInfo * method)); DO_APP_FUNC(0x00792560, TaskStatus__Enum_1, SetSharedColor_OnUpdate, (SetSharedColor * __this, MethodInfo * method)); DO_APP_FUNC(0x0078F010, void, SetSharedColor_OnReset, (SetSharedColor * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetSharedColor__ctor, (SetSharedColor * __this, MethodInfo * method)); DO_APP_FUNC(0x00792660, TaskStatus__Enum_1, SetSharedFloat_OnUpdate, (SetSharedFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x0078F2E0, void, SetSharedFloat_OnReset, (SetSharedFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetSharedFloat__ctor, (SetSharedFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x00792750, TaskStatus__Enum_1, SetSharedGameObject_OnUpdate, (SetSharedGameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x007929A0, void, SetSharedGameObject_OnReset, (SetSharedGameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetSharedGameObject__ctor, (SetSharedGameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00792AB0, TaskStatus__Enum_1, SetSharedGameObjectList_OnUpdate, (SetSharedGameObjectList * __this, MethodInfo * method)); DO_APP_FUNC(0x00777850, void, SetSharedGameObjectList_OnReset, (SetSharedGameObjectList * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetSharedGameObjectList__ctor, (SetSharedGameObjectList * __this, MethodInfo * method)); DO_APP_FUNC(0x00792B70, TaskStatus__Enum_1, SetSharedInt_OnUpdate, (SetSharedInt * __this, MethodInfo * method)); DO_APP_FUNC(0x0078FF40, void, SetSharedInt_OnReset, (SetSharedInt * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetSharedInt__ctor, (SetSharedInt * __this, MethodInfo * method)); DO_APP_FUNC(0x00792C60, TaskStatus__Enum_1, SetSharedObject_OnUpdate, (SetSharedObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00777850, void, SetSharedObject_OnReset, (SetSharedObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetSharedObject__ctor, (SetSharedObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00792D20, TaskStatus__Enum_1, SetSharedObjectList_OnUpdate, (SetSharedObjectList * __this, MethodInfo * method)); DO_APP_FUNC(0x00777850, void, SetSharedObjectList_OnReset, (SetSharedObjectList * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetSharedObjectList__ctor, (SetSharedObjectList * __this, MethodInfo * method)); DO_APP_FUNC(0x00792DE0, TaskStatus__Enum_1, SetSharedQuaternion_OnUpdate, (SetSharedQuaternion * __this, MethodInfo * method)); DO_APP_FUNC(0x00790CA0, void, SetSharedQuaternion_OnReset, (SetSharedQuaternion * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetSharedQuaternion__ctor, (SetSharedQuaternion * __this, MethodInfo * method)); DO_APP_FUNC(0x00792EE0, TaskStatus__Enum_1, SetSharedRect_OnUpdate, (SetSharedRect * __this, MethodInfo * method)); DO_APP_FUNC(0x00791090, void, SetSharedRect_OnReset, (SetSharedRect * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetSharedRect__ctor, (SetSharedRect * __this, MethodInfo * method)); DO_APP_FUNC(0x00792FE0, TaskStatus__Enum_1, SetSharedString_OnUpdate, (SetSharedString * __this, MethodInfo * method)); DO_APP_FUNC(0x007930A0, void, SetSharedString_OnReset, (SetSharedString * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetSharedString__ctor, (SetSharedString * __this, MethodInfo * method)); DO_APP_FUNC(0x007931B0, TaskStatus__Enum_1, SetSharedTransform_OnUpdate, (SetSharedTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x00777850, void, SetSharedTransform_OnReset, (SetSharedTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetSharedTransform__ctor, (SetSharedTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x007933A0, TaskStatus__Enum_1, SetSharedTransformList_OnUpdate, (SetSharedTransformList * __this, MethodInfo * method)); DO_APP_FUNC(0x00777850, void, SetSharedTransformList_OnReset, (SetSharedTransformList * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetSharedTransformList__ctor, (SetSharedTransformList * __this, MethodInfo * method)); DO_APP_FUNC(0x00793460, TaskStatus__Enum_1, SetSharedVector2_OnUpdate, (SetSharedVector2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077DA40, void, SetSharedVector2_OnReset, (SetSharedVector2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetSharedVector2__ctor, (SetSharedVector2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00793530, TaskStatus__Enum_1, SetSharedVector3_OnUpdate, (SetSharedVector3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0077A260, void, SetSharedVector3_OnReset, (SetSharedVector3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetSharedVector3__ctor, (SetSharedVector3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00793640, TaskStatus__Enum_1, SetSharedVector4_OnUpdate, (SetSharedVector4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00792250, void, SetSharedVector4_OnReset, (SetSharedVector4 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetSharedVector4__ctor, (SetSharedVector4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00793740, void, SharedGameObjectsToGameObjectList_OnAwake, (SharedGameObjectsToGameObjectList * __this, MethodInfo * method)); DO_APP_FUNC(0x007937E0, TaskStatus__Enum_1, SharedGameObjectsToGameObjectList_OnUpdate, (SharedGameObjectsToGameObjectList * __this, MethodInfo * method)); DO_APP_FUNC(0x00777850, void, SharedGameObjectsToGameObjectList_OnReset, (SharedGameObjectsToGameObjectList * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SharedGameObjectsToGameObjectList__ctor, (SharedGameObjectsToGameObjectList * __this, MethodInfo * method)); DO_APP_FUNC(0x00793A00, TaskStatus__Enum_1, SharedGameObjectToTransform_OnUpdate, (SharedGameObjectToTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x00777850, void, SharedGameObjectToTransform_OnReset, (SharedGameObjectToTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SharedGameObjectToTransform__ctor, (SharedGameObjectToTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x00793C20, void, SharedTransformsToTransformList_OnAwake, (SharedTransformsToTransformList * __this, MethodInfo * method)); DO_APP_FUNC(0x00793CC0, TaskStatus__Enum_1, SharedTransformsToTransformList_OnUpdate, (SharedTransformsToTransformList * __this, MethodInfo * method)); DO_APP_FUNC(0x00777850, void, SharedTransformsToTransformList_OnReset, (SharedTransformsToTransformList * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SharedTransformsToTransformList__ctor, (SharedTransformsToTransformList * __this, MethodInfo * method)); DO_APP_FUNC(0x00793EE0, TaskStatus__Enum_1, SharedTransformToGameObject_OnUpdate, (SharedTransformToGameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00777850, void, SharedTransformToGameObject_OnReset, (SharedTransformToGameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SharedTransformToGameObject__ctor, (SharedTransformToGameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00794120, void, CompareIntegerParameter_OnAwake, (CompareIntegerParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x007941C0, void, CompareIntegerParameter_OnStart, (CompareIntegerParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x00794660, TaskStatus__Enum_1, CompareIntegerParameter_OnUpdate, (CompareIntegerParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x007948A0, void, CompareIntegerParameter_OnReset, (CompareIntegerParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, CompareIntegerParameter__ctor, (CompareIntegerParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x007949B0, TaskStatus__Enum_1, SetGameObjectFromList_OnUpdate, (SetGameObjectFromList * __this, MethodInfo * method)); DO_APP_FUNC(0x00794BC0, void, SetGameObjectFromList_OnReset, (SetGameObjectFromList * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetGameObjectFromList__ctor, (SetGameObjectFromList * __this, MethodInfo * method)); DO_APP_FUNC(0x00794CF0, void, AddForce_OnStart, (AddForce * __this, MethodInfo * method)); DO_APP_FUNC(0x00794FC0, TaskStatus__Enum_1, AddForce_OnUpdate, (AddForce * __this, MethodInfo * method)); DO_APP_FUNC(0x007951A0, void, AddForce_OnReset, (AddForce * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, AddForce__ctor, (AddForce * __this, MethodInfo * method)); DO_APP_FUNC(0x007952B0, void, AddForceAtPosition_OnStart, (AddForceAtPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00795580, TaskStatus__Enum_1, AddForceAtPosition_OnUpdate, (AddForceAtPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00795790, void, AddForceAtPosition_OnReset, (AddForceAtPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, AddForceAtPosition__ctor, (AddForceAtPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00795940, void, AddTorque_OnStart, (AddTorque * __this, MethodInfo * method)); DO_APP_FUNC(0x00795C10, TaskStatus__Enum_1, AddTorque_OnUpdate, (AddTorque * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, AddTorque_OnReset, (AddTorque * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, AddTorque__ctor, (AddTorque * __this, MethodInfo * method)); DO_APP_FUNC(0x00795E30, void, GetAngularDrag_OnStart, (GetAngularDrag * __this, MethodInfo * method)); DO_APP_FUNC(0x00796100, TaskStatus__Enum_1, GetAngularDrag_OnUpdate, (GetAngularDrag * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetAngularDrag_OnReset, (GetAngularDrag * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetAngularDrag__ctor, (GetAngularDrag * __this, MethodInfo * method)); DO_APP_FUNC(0x00796320, void, GetAngularVelocity_OnStart, (GetAngularVelocity * __this, MethodInfo * method)); DO_APP_FUNC(0x007965F0, TaskStatus__Enum_1, GetAngularVelocity_OnUpdate, (GetAngularVelocity * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetAngularVelocity_OnReset, (GetAngularVelocity * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetAngularVelocity__ctor, (GetAngularVelocity * __this, MethodInfo * method)); DO_APP_FUNC(0x00796810, void, GetDrag_OnStart, (GetDrag * __this, MethodInfo * method)); DO_APP_FUNC(0x00796AE0, TaskStatus__Enum_1, GetDrag_OnUpdate, (GetDrag * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetDrag_OnReset, (GetDrag * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetDrag__ctor, (GetDrag * __this, MethodInfo * method)); DO_APP_FUNC(0x00796D00, void, GetGravityScale_OnStart, (GetGravityScale * __this, MethodInfo * method)); DO_APP_FUNC(0x00796FD0, TaskStatus__Enum_1, GetGravityScale_OnUpdate, (GetGravityScale * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetGravityScale_OnReset, (GetGravityScale * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetGravityScale__ctor, (GetGravityScale * __this, MethodInfo * method)); DO_APP_FUNC(0x007971F0, void, GetIsKinematic_OnStart, (GetIsKinematic * __this, MethodInfo * method)); DO_APP_FUNC(0x007974C0, TaskStatus__Enum_1, GetIsKinematic_OnUpdate, (GetIsKinematic * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FB20, void, GetIsKinematic_OnReset, (GetIsKinematic * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetIsKinematic__ctor, (GetIsKinematic * __this, MethodInfo * method)); DO_APP_FUNC(0x007976E0, void, GetMass_OnStart, (GetMass * __this, MethodInfo * method)); DO_APP_FUNC(0x007979B0, TaskStatus__Enum_1, GetMass_OnUpdate, (GetMass * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetMass_OnReset, (GetMass * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetMass__ctor, (GetMass * __this, MethodInfo * method)); DO_APP_FUNC(0x00797BD0, void, GetPosition_1_OnStart, (GetPosition_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00797EA0, TaskStatus__Enum_1, GetPosition_1_OnUpdate, (GetPosition_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007951A0, void, GetPosition_1_OnReset, (GetPosition_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetPosition_1__ctor, (GetPosition_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007980E0, void, GetRotation_1_OnStart, (GetRotation_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007983B0, TaskStatus__Enum_1, GetRotation_1_OnUpdate, (GetRotation_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetRotation_1_OnReset, (GetRotation_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetRotation_1__ctor, (GetRotation_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007985D0, void, GetVelocity_OnStart, (GetVelocity * __this, MethodInfo * method)); DO_APP_FUNC(0x007988A0, TaskStatus__Enum_1, GetVelocity_OnUpdate, (GetVelocity * __this, MethodInfo * method)); DO_APP_FUNC(0x007951A0, void, GetVelocity_OnReset, (GetVelocity * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetVelocity__ctor, (GetVelocity * __this, MethodInfo * method)); DO_APP_FUNC(0x00798AA0, void, IsKinematic_OnStart, (IsKinematic * __this, MethodInfo * method)); DO_APP_FUNC(0x00798D70, TaskStatus__Enum_1, IsKinematic_OnUpdate, (IsKinematic * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, IsKinematic_OnReset, (IsKinematic * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsKinematic__ctor, (IsKinematic * __this, MethodInfo * method)); DO_APP_FUNC(0x00798F30, void, IsSleeping_OnStart, (IsSleeping * __this, MethodInfo * method)); DO_APP_FUNC(0x00799200, TaskStatus__Enum_1, IsSleeping_OnUpdate, (IsSleeping * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, IsSleeping_OnReset, (IsSleeping * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsSleeping__ctor, (IsSleeping * __this, MethodInfo * method)); DO_APP_FUNC(0x007993C0, void, MovePosition_OnStart, (MovePosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00799690, TaskStatus__Enum_1, MovePosition_OnUpdate, (MovePosition * __this, MethodInfo * method)); DO_APP_FUNC(0x007951A0, void, MovePosition_OnReset, (MovePosition * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, MovePosition__ctor, (MovePosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00799870, void, MoveRotation_OnStart, (MoveRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x00799B40, TaskStatus__Enum_1, MoveRotation_OnUpdate, (MoveRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, MoveRotation_OnReset, (MoveRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, MoveRotation__ctor, (MoveRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x00799D20, void, SetAngularDrag_OnStart, (SetAngularDrag * __this, MethodInfo * method)); DO_APP_FUNC(0x00799FF0, TaskStatus__Enum_1, SetAngularDrag_OnUpdate, (SetAngularDrag * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetAngularDrag_OnReset, (SetAngularDrag * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetAngularDrag__ctor, (SetAngularDrag * __this, MethodInfo * method)); DO_APP_FUNC(0x0079A210, void, SetAngularVelocity_OnStart, (SetAngularVelocity * __this, MethodInfo * method)); DO_APP_FUNC(0x0079A4E0, TaskStatus__Enum_1, SetAngularVelocity_OnUpdate, (SetAngularVelocity * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetAngularVelocity_OnReset, (SetAngularVelocity * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetAngularVelocity__ctor, (SetAngularVelocity * __this, MethodInfo * method)); DO_APP_FUNC(0x0079A700, void, SetDrag_OnStart, (SetDrag * __this, MethodInfo * method)); DO_APP_FUNC(0x0079A9D0, TaskStatus__Enum_1, SetDrag_OnUpdate, (SetDrag * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetDrag_OnReset, (SetDrag * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetDrag__ctor, (SetDrag * __this, MethodInfo * method)); DO_APP_FUNC(0x0079ABF0, void, SetGravityScale_OnStart, (SetGravityScale * __this, MethodInfo * method)); DO_APP_FUNC(0x0079AEC0, TaskStatus__Enum_1, SetGravityScale_OnUpdate, (SetGravityScale * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetGravityScale_OnReset, (SetGravityScale * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetGravityScale__ctor, (SetGravityScale * __this, MethodInfo * method)); DO_APP_FUNC(0x0079B0E0, void, SetIsKinematic_OnStart, (SetIsKinematic * __this, MethodInfo * method)); DO_APP_FUNC(0x0079B3B0, TaskStatus__Enum_1, SetIsKinematic_OnUpdate, (SetIsKinematic * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FB20, void, SetIsKinematic_OnReset, (SetIsKinematic * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetIsKinematic__ctor, (SetIsKinematic * __this, MethodInfo * method)); DO_APP_FUNC(0x0079B5D0, void, SetMass_OnStart, (SetMass * __this, MethodInfo * method)); DO_APP_FUNC(0x0079B8A0, TaskStatus__Enum_1, SetMass_OnUpdate, (SetMass * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetMass_OnReset, (SetMass * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetMass__ctor, (SetMass * __this, MethodInfo * method)); DO_APP_FUNC(0x0079BAC0, void, SetVelocity_OnStart, (SetVelocity * __this, MethodInfo * method)); DO_APP_FUNC(0x0079BD90, TaskStatus__Enum_1, SetVelocity_OnUpdate, (SetVelocity * __this, MethodInfo * method)); DO_APP_FUNC(0x007951A0, void, SetVelocity_OnReset, (SetVelocity * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetVelocity__ctor, (SetVelocity * __this, MethodInfo * method)); DO_APP_FUNC(0x0079BF70, void, Sleep_OnStart, (Sleep * __this, MethodInfo * method)); DO_APP_FUNC(0x0079C240, TaskStatus__Enum_1, Sleep_OnUpdate, (Sleep * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, Sleep_OnReset, (Sleep * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Sleep__ctor, (Sleep * __this, MethodInfo * method)); DO_APP_FUNC(0x0079C3F0, void, WakeUp_OnStart, (WakeUp * __this, MethodInfo * method)); DO_APP_FUNC(0x0079C6C0, TaskStatus__Enum_1, WakeUp_OnUpdate, (WakeUp * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, WakeUp_OnReset, (WakeUp * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, WakeUp__ctor, (WakeUp * __this, MethodInfo * method)); DO_APP_FUNC(0x0079C870, void, AddExplosionForce_OnStart, (AddExplosionForce * __this, MethodInfo * method)); DO_APP_FUNC(0x0079CB50, TaskStatus__Enum_1, AddExplosionForce_OnUpdate, (AddExplosionForce * __this, MethodInfo * method)); DO_APP_FUNC(0x0079CE90, void, AddExplosionForce_OnReset, (AddExplosionForce * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, AddExplosionForce__ctor, (AddExplosionForce * __this, MethodInfo * method)); DO_APP_FUNC(0x0079D0F0, void, AddForce_1_OnStart, (AddForce_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0079D3C0, TaskStatus__Enum_1, AddForce_1_OnUpdate, (AddForce_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0079D600, void, AddForce_1_OnReset, (AddForce_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, AddForce_1__ctor, (AddForce_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0079D740, void, AddForceAtPosition_1_OnStart, (AddForceAtPosition_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0079DA10, TaskStatus__Enum_1, AddForceAtPosition_1_OnUpdate, (AddForceAtPosition_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0079DCD0, void, AddForceAtPosition_1_OnReset, (AddForceAtPosition_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, AddForceAtPosition_1__ctor, (AddForceAtPosition_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0079DF50, void, AddRelativeForce_OnStart, (AddRelativeForce * __this, MethodInfo * method)); DO_APP_FUNC(0x0079E220, TaskStatus__Enum_1, AddRelativeForce_OnUpdate, (AddRelativeForce * __this, MethodInfo * method)); DO_APP_FUNC(0x0079E460, void, AddRelativeForce_OnReset, (AddRelativeForce * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, AddRelativeForce__ctor, (AddRelativeForce * __this, MethodInfo * method)); DO_APP_FUNC(0x0079E5F0, void, AddRelativeTorque_OnStart, (AddRelativeTorque * __this, MethodInfo * method)); DO_APP_FUNC(0x0079E8C0, TaskStatus__Enum_1, AddRelativeTorque_OnUpdate, (AddRelativeTorque * __this, MethodInfo * method)); DO_APP_FUNC(0x0079E460, void, AddRelativeTorque_OnReset, (AddRelativeTorque * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, AddRelativeTorque__ctor, (AddRelativeTorque * __this, MethodInfo * method)); DO_APP_FUNC(0x0079E9D0, void, AddTorque_1_OnStart, (AddTorque_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0079ECA0, TaskStatus__Enum_1, AddTorque_1_OnUpdate, (AddTorque_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0079E460, void, AddTorque_1_OnReset, (AddTorque_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, AddTorque_1__ctor, (AddTorque_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0079EEE0, void, GetAngularDrag_1_OnStart, (GetAngularDrag_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0079F1B0, TaskStatus__Enum_1, GetAngularDrag_1_OnUpdate, (GetAngularDrag_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetAngularDrag_1_OnReset, (GetAngularDrag_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetAngularDrag_1__ctor, (GetAngularDrag_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0079F3D0, void, GetAngularVelocity_1_OnStart, (GetAngularVelocity_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0079F6A0, TaskStatus__Enum_1, GetAngularVelocity_1_OnUpdate, (GetAngularVelocity_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, GetAngularVelocity_1_OnReset, (GetAngularVelocity_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetAngularVelocity_1__ctor, (GetAngularVelocity_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0079F8F0, void, GetCenterOfMass_OnStart, (GetCenterOfMass * __this, MethodInfo * method)); DO_APP_FUNC(0x0079FBC0, TaskStatus__Enum_1, GetCenterOfMass_OnUpdate, (GetCenterOfMass * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, GetCenterOfMass_OnReset, (GetCenterOfMass * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetCenterOfMass__ctor, (GetCenterOfMass * __this, MethodInfo * method)); DO_APP_FUNC(0x0079FE10, void, GetDrag_1_OnStart, (GetDrag_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A00E0, TaskStatus__Enum_1, GetDrag_1_OnUpdate, (GetDrag_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetDrag_1_OnReset, (GetDrag_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetDrag_1__ctor, (GetDrag_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A0300, void, GetFreezeRotation_OnStart, (GetFreezeRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x007A05D0, TaskStatus__Enum_1, GetFreezeRotation_OnUpdate, (GetFreezeRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FB20, void, GetFreezeRotation_OnReset, (GetFreezeRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetFreezeRotation__ctor, (GetFreezeRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x007A07F0, void, GetIsKinematic_1_OnStart, (GetIsKinematic_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A0AC0, TaskStatus__Enum_1, GetIsKinematic_1_OnUpdate, (GetIsKinematic_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FB20, void, GetIsKinematic_1_OnReset, (GetIsKinematic_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetIsKinematic_1__ctor, (GetIsKinematic_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A0CE0, void, GetMass_1_OnStart, (GetMass_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A0FB0, TaskStatus__Enum_1, GetMass_1_OnUpdate, (GetMass_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetMass_1_OnReset, (GetMass_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetMass_1__ctor, (GetMass_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A11D0, void, GetPosition_2_OnStart, (GetPosition_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A14A0, TaskStatus__Enum_1, GetPosition_2_OnUpdate, (GetPosition_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, GetPosition_2_OnReset, (GetPosition_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetPosition_2__ctor, (GetPosition_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A16F0, void, GetRotation_2_OnStart, (GetRotation_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A19C0, TaskStatus__Enum_1, GetRotation_2_OnUpdate, (GetRotation_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00781E80, void, GetRotation_2_OnReset, (GetRotation_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetRotation_2__ctor, (GetRotation_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A1C00, void, GetUseGravity_OnStart, (GetUseGravity * __this, MethodInfo * method)); DO_APP_FUNC(0x007A1ED0, TaskStatus__Enum_1, GetUseGravity_OnUpdate, (GetUseGravity * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FB20, void, GetUseGravity_OnReset, (GetUseGravity * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetUseGravity__ctor, (GetUseGravity * __this, MethodInfo * method)); DO_APP_FUNC(0x007A20F0, void, GetVelocity_1_OnStart, (GetVelocity_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A23C0, TaskStatus__Enum_1, GetVelocity_1_OnUpdate, (GetVelocity_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, GetVelocity_1_OnReset, (GetVelocity_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetVelocity_1__ctor, (GetVelocity_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A2610, void, IsKinematic_1_OnStart, (IsKinematic_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A28E0, TaskStatus__Enum_1, IsKinematic_1_OnUpdate, (IsKinematic_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, IsKinematic_1_OnReset, (IsKinematic_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsKinematic_1__ctor, (IsKinematic_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A2AA0, void, IsSleeping_1_OnStart, (IsSleeping_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A2D70, TaskStatus__Enum_1, IsSleeping_1_OnUpdate, (IsSleeping_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, IsSleeping_1_OnReset, (IsSleeping_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsSleeping_1__ctor, (IsSleeping_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A2F30, void, MovePosition_1_OnStart, (MovePosition_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A3200, TaskStatus__Enum_1, MovePosition_1_OnUpdate, (MovePosition_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, MovePosition_1_OnReset, (MovePosition_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, MovePosition_1__ctor, (MovePosition_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A3430, void, MoveRotation_1_OnStart, (MoveRotation_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A3700, TaskStatus__Enum_1, MoveRotation_1_OnUpdate, (MoveRotation_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00781E80, void, MoveRotation_1_OnReset, (MoveRotation_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, MoveRotation_1__ctor, (MoveRotation_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A3930, void, SetAngularDrag_1_OnStart, (SetAngularDrag_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A3C00, TaskStatus__Enum_1, SetAngularDrag_1_OnUpdate, (SetAngularDrag_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetAngularDrag_1_OnReset, (SetAngularDrag_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetAngularDrag_1__ctor, (SetAngularDrag_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A3DE0, void, SetAngularVelocity_1_OnStart, (SetAngularVelocity_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A40B0, TaskStatus__Enum_1, SetAngularVelocity_1_OnUpdate, (SetAngularVelocity_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, SetAngularVelocity_1_OnReset, (SetAngularVelocity_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetAngularVelocity_1__ctor, (SetAngularVelocity_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A42E0, void, SetCenterOfMass_OnStart, (SetCenterOfMass * __this, MethodInfo * method)); DO_APP_FUNC(0x007A45B0, TaskStatus__Enum_1, SetCenterOfMass_OnUpdate, (SetCenterOfMass * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, SetCenterOfMass_OnReset, (SetCenterOfMass * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetCenterOfMass__ctor, (SetCenterOfMass * __this, MethodInfo * method)); DO_APP_FUNC(0x007A47E0, void, SetConstraints_OnStart, (SetConstraints * __this, MethodInfo * method)); DO_APP_FUNC(0x007A4AB0, TaskStatus__Enum_1, SetConstraints_OnUpdate, (SetConstraints * __this, MethodInfo * method)); DO_APP_FUNC(0x007A4C70, void, SetConstraints_OnReset, (SetConstraints * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetConstraints__ctor, (SetConstraints * __this, MethodInfo * method)); DO_APP_FUNC(0x007A4CD0, void, SetDrag_1_OnStart, (SetDrag_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A4FA0, TaskStatus__Enum_1, SetDrag_1_OnUpdate, (SetDrag_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetDrag_1_OnReset, (SetDrag_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetDrag_1__ctor, (SetDrag_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A5180, void, SetFreezeRotation_OnStart, (SetFreezeRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x007A5450, TaskStatus__Enum_1, SetFreezeRotation_OnUpdate, (SetFreezeRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FB20, void, SetFreezeRotation_OnReset, (SetFreezeRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetFreezeRotation__ctor, (SetFreezeRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x007A5670, void, SetIsKinematic_1_OnStart, (SetIsKinematic_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A5940, TaskStatus__Enum_1, SetIsKinematic_1_OnUpdate, (SetIsKinematic_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FB20, void, SetIsKinematic_1_OnReset, (SetIsKinematic_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetIsKinematic_1__ctor, (SetIsKinematic_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A5B60, void, SetMass_1_OnStart, (SetMass_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A5E30, TaskStatus__Enum_1, SetMass_1_OnUpdate, (SetMass_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetMass_1_OnReset, (SetMass_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetMass_1__ctor, (SetMass_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A6010, void, SetPosition_1_OnStart, (SetPosition_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A62E0, TaskStatus__Enum_1, SetPosition_1_OnUpdate, (SetPosition_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, SetPosition_1_OnReset, (SetPosition_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetPosition_1__ctor, (SetPosition_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A6510, void, SetRotation_1_OnStart, (SetRotation_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A67E0, TaskStatus__Enum_1, SetRotation_1_OnUpdate, (SetRotation_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00781E80, void, SetRotation_1_OnReset, (SetRotation_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetRotation_1__ctor, (SetRotation_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A6A10, void, SetUseGravity_OnStart, (SetUseGravity * __this, MethodInfo * method)); DO_APP_FUNC(0x007A6CE0, TaskStatus__Enum_1, SetUseGravity_OnUpdate, (SetUseGravity * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FB20, void, SetUseGravity_OnReset, (SetUseGravity * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetUseGravity__ctor, (SetUseGravity * __this, MethodInfo * method)); DO_APP_FUNC(0x007A6F00, void, SetVelocity_1_OnStart, (SetVelocity_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A71D0, TaskStatus__Enum_1, SetVelocity_1_OnUpdate, (SetVelocity_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, SetVelocity_1_OnReset, (SetVelocity_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetVelocity_1__ctor, (SetVelocity_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A7400, void, Sleep_1_OnStart, (Sleep_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A76D0, TaskStatus__Enum_1, Sleep_1_OnUpdate, (Sleep_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, Sleep_1_OnReset, (Sleep_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Sleep_1__ctor, (Sleep_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A7880, void, UseGravity_OnStart, (UseGravity * __this, MethodInfo * method)); DO_APP_FUNC(0x007A7B50, TaskStatus__Enum_1, UseGravity_OnUpdate, (UseGravity * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, UseGravity_OnReset, (UseGravity * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, UseGravity__ctor, (UseGravity * __this, MethodInfo * method)); DO_APP_FUNC(0x007A7D10, void, WakeUp_1_OnStart, (WakeUp_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A7FE0, TaskStatus__Enum_1, WakeUp_1_OnUpdate, (WakeUp_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, WakeUp_1_OnReset, (WakeUp_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, WakeUp_1__ctor, (WakeUp_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A8190, void, IsVisible_OnStart, (IsVisible * __this, MethodInfo * method)); DO_APP_FUNC(0x007A8460, TaskStatus__Enum_1, IsVisible_OnUpdate, (IsVisible * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, IsVisible_OnReset, (IsVisible * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsVisible__ctor, (IsVisible * __this, MethodInfo * method)); DO_APP_FUNC(0x007A8620, void, SetMaterial_OnStart, (SetMaterial * __this, MethodInfo * method)); DO_APP_FUNC(0x007A88F0, TaskStatus__Enum_1, SetMaterial_OnUpdate, (SetMaterial * __this, MethodInfo * method)); DO_APP_FUNC(0x00777850, void, SetMaterial_OnReset, (SetMaterial * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetMaterial__ctor, (SetMaterial * __this, MethodInfo * method)); DO_APP_FUNC(0x007A8B10, TaskStatus__Enum_1, Angle_1_OnUpdate, (Angle_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A8D00, void, Angle_1_OnReset, (Angle_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Angle_1__ctor, (Angle_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A8ED0, TaskStatus__Enum_1, AngleAxis_OnUpdate, (AngleAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x007A90A0, void, AngleAxis_OnReset, (AngleAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, AngleAxis__ctor, (AngleAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x007A9310, TaskStatus__Enum_1, Dot_2_OnUpdate, (Dot_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A8D00, void, Dot_2_OnReset, (Dot_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Dot_2__ctor, (Dot_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A94B0, TaskStatus__Enum_1, Euler_OnUpdate, (Euler * __this, MethodInfo * method)); DO_APP_FUNC(0x007A9660, void, Euler_OnReset, (Euler * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Euler__ctor, (Euler * __this, MethodInfo * method)); DO_APP_FUNC(0x007A9870, TaskStatus__Enum_1, FromToRotation_OnUpdate, (FromToRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x007A9A60, void, FromToRotation_OnReset, (FromToRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, FromToRotation__ctor, (FromToRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x007A9CC0, TaskStatus__Enum_1, Identity_1_OnUpdate, (Identity_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A9D80, void, Identity_1_OnReset, (Identity_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Identity_1__ctor, (Identity_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007A9E90, TaskStatus__Enum_1, Inverse_OnUpdate, (Inverse * __this, MethodInfo * method)); DO_APP_FUNC(0x007A9FF0, void, Inverse_OnReset, (Inverse * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Inverse__ctor, (Inverse * __this, MethodInfo * method)); DO_APP_FUNC(0x007AA150, TaskStatus__Enum_1, Lerp_2_OnUpdate, (Lerp_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007AA3A0, void, Lerp_2_OnReset, (Lerp_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Lerp_2__ctor, (Lerp_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007AA5C0, TaskStatus__Enum_1, LookRotation_OnUpdate, (LookRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x007AA7B0, void, LookRotation_OnReset, (LookRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x007AA9C0, void, LookRotation__ctor, (LookRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x007AAAE0, TaskStatus__Enum_1, RotateTowards_1_OnUpdate, (RotateTowards_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007AA3A0, void, RotateTowards_1_OnReset, (RotateTowards_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, RotateTowards_1__ctor, (RotateTowards_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007AACD0, TaskStatus__Enum_1, Slerp_OnUpdate, (Slerp * __this, MethodInfo * method)); DO_APP_FUNC(0x007AA3A0, void, Slerp_OnReset, (Slerp * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Slerp__ctor, (Slerp * __this, MethodInfo * method)); DO_APP_FUNC(0x007AAF20, TaskStatus__Enum_1, DeleteAll_OnUpdate, (DeleteAll * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, DeleteAll__ctor, (DeleteAll * __this, MethodInfo * method)); DO_APP_FUNC(0x007AAF70, TaskStatus__Enum_1, DeleteKey_OnUpdate, (DeleteKey * __this, MethodInfo * method)); DO_APP_FUNC(0x007AB040, void, DeleteKey_OnReset, (DeleteKey * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, DeleteKey__ctor, (DeleteKey * __this, MethodInfo * method)); DO_APP_FUNC(0x007AB0D0, TaskStatus__Enum_1, GetFloat_OnUpdate, (GetFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x007AB270, void, GetFloat_OnReset, (GetFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetFloat__ctor, (GetFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x007AB3E0, TaskStatus__Enum_1, GetInt_OnUpdate, (GetInt * __this, MethodInfo * method)); DO_APP_FUNC(0x007AB570, void, GetInt_OnReset, (GetInt * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetInt__ctor, (GetInt * __this, MethodInfo * method)); DO_APP_FUNC(0x007AB6E0, TaskStatus__Enum_1, GetString_OnUpdate, (GetString * __this, MethodInfo * method)); DO_APP_FUNC(0x007AB840, void, GetString_OnReset, (GetString * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetString__ctor, (GetString * __this, MethodInfo * method)); DO_APP_FUNC(0x007AB9B0, TaskStatus__Enum_1, HasKey_OnUpdate, (HasKey * __this, MethodInfo * method)); DO_APP_FUNC(0x007ABA80, void, HasKey_OnReset, (HasKey * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, HasKey__ctor, (HasKey * __this, MethodInfo * method)); DO_APP_FUNC(0x007ABB10, TaskStatus__Enum_1, Save_OnUpdate, (Save * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Save__ctor, (Save * __this, MethodInfo * method)); DO_APP_FUNC(0x007ABB60, TaskStatus__Enum_1, SetFloat_OnUpdate, (SetFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x007ABC60, void, SetFloat_OnReset, (SetFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetFloat__ctor, (SetFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x007ABD70, TaskStatus__Enum_1, SetInt_OnUpdate, (SetInt * __this, MethodInfo * method)); DO_APP_FUNC(0x007ABE70, void, SetInt_OnReset, (SetInt * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetInt__ctor, (SetInt * __this, MethodInfo * method)); DO_APP_FUNC(0x007ABF80, TaskStatus__Enum_1, SetString_1_OnUpdate, (SetString_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007AC070, void, SetString_1_OnReset, (SetString_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetString_1__ctor, (SetString_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007AC180, TaskStatus__Enum_1, Circlecast_OnUpdate, (Circlecast * __this, MethodInfo * method)); DO_APP_FUNC(0x007ACA10, void, Circlecast_OnReset, (Circlecast * __this, MethodInfo * method)); DO_APP_FUNC(0x007ACC90, void, Circlecast__ctor, (Circlecast * __this, MethodInfo * method)); DO_APP_FUNC(0x007ACD10, TaskStatus__Enum_1, Linecast_OnUpdate, (Linecast * __this, MethodInfo * method)); DO_APP_FUNC(0x007ACE20, void, Linecast_OnReset, (Linecast * __this, MethodInfo * method)); DO_APP_FUNC(0x007ACF70, void, Linecast__ctor, (Linecast * __this, MethodInfo * method)); DO_APP_FUNC(0x007ACF80, TaskStatus__Enum_1, Raycast_OnUpdate, (Raycast * __this, MethodInfo * method)); DO_APP_FUNC(0x007AD8B0, void, Raycast_OnReset, (Raycast * __this, MethodInfo * method)); DO_APP_FUNC(0x007ADAD0, void, Raycast__ctor, (Raycast * __this, MethodInfo * method)); DO_APP_FUNC(0x007ADB50, TaskStatus__Enum_1, Linecast_1_OnUpdate, (Linecast_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007ADCA0, void, Linecast_1_OnReset, (Linecast_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007ACF70, void, Linecast_1__ctor, (Linecast_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007ADEE0, TaskStatus__Enum_1, Raycast_1_OnUpdate, (Raycast_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007AE710, void, Raycast_1_OnReset, (Raycast_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007ADAD0, void, Raycast_1__ctor, (Raycast_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007AEA00, TaskStatus__Enum_1, SphereCast_OnUpdate, (SphereCast * __this, MethodInfo * method)); DO_APP_FUNC(0x007AF2B0, void, SphereCast_OnReset, (SphereCast * __this, MethodInfo * method)); DO_APP_FUNC(0x007ACC90, void, SphereCast__ctor, (SphereCast * __this, MethodInfo * method)); DO_APP_FUNC(0x007AF600, void, Clear_OnStart, (Clear * __this, MethodInfo * method)); DO_APP_FUNC(0x007AF8D0, TaskStatus__Enum_1, Clear_OnUpdate, (Clear * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, Clear_OnReset, (Clear * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Clear__ctor, (Clear * __this, MethodInfo * method)); DO_APP_FUNC(0x007AFA80, void, GetDuration_OnStart, (GetDuration * __this, MethodInfo * method)); DO_APP_FUNC(0x007AFD50, TaskStatus__Enum_1, GetDuration_OnUpdate, (GetDuration * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetDuration_OnReset, (GetDuration * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetDuration__ctor, (GetDuration * __this, MethodInfo * method)); DO_APP_FUNC(0x007AFFC0, void, GetEnableEmission_OnStart, (GetEnableEmission * __this, MethodInfo * method)); DO_APP_FUNC(0x007B0290, TaskStatus__Enum_1, GetEnableEmission_OnUpdate, (GetEnableEmission * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FB20, void, GetEnableEmission_OnReset, (GetEnableEmission * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetEnableEmission__ctor, (GetEnableEmission * __this, MethodInfo * method)); DO_APP_FUNC(0x007B0510, void, GetLoop_OnStart, (GetLoop * __this, MethodInfo * method)); DO_APP_FUNC(0x007B07E0, TaskStatus__Enum_1, GetLoop_OnUpdate, (GetLoop * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FB20, void, GetLoop_OnReset, (GetLoop * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetLoop__ctor, (GetLoop * __this, MethodInfo * method)); DO_APP_FUNC(0x007B0A60, void, GetMaxParticles_OnStart, (GetMaxParticles * __this, MethodInfo * method)); DO_APP_FUNC(0x007B0D30, TaskStatus__Enum_1, GetMaxParticles_OnUpdate, (GetMaxParticles * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetMaxParticles_OnReset, (GetMaxParticles * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetMaxParticles__ctor, (GetMaxParticles * __this, MethodInfo * method)); DO_APP_FUNC(0x007B0FA0, void, GetParticleCount_OnStart, (GetParticleCount * __this, MethodInfo * method)); DO_APP_FUNC(0x007B1270, TaskStatus__Enum_1, GetParticleCount_OnUpdate, (GetParticleCount * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetParticleCount_OnReset, (GetParticleCount * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetParticleCount__ctor, (GetParticleCount * __this, MethodInfo * method)); DO_APP_FUNC(0x007B1490, void, GetPlaybackSpeed_OnStart, (GetPlaybackSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x007B1760, TaskStatus__Enum_1, GetPlaybackSpeed_OnUpdate, (GetPlaybackSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetPlaybackSpeed_OnReset, (GetPlaybackSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetPlaybackSpeed__ctor, (GetPlaybackSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x007B19D0, void, GetTime_1_OnStart, (GetTime_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007B1CA0, TaskStatus__Enum_1, GetTime_1_OnUpdate, (GetTime_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetTime_1_OnReset, (GetTime_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetTime_1__ctor, (GetTime_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007B1EC0, void, IsAlive_OnStart, (IsAlive * __this, MethodInfo * method)); DO_APP_FUNC(0x007B2190, TaskStatus__Enum_1, IsAlive_OnUpdate, (IsAlive * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, IsAlive_OnReset, (IsAlive * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsAlive__ctor, (IsAlive * __this, MethodInfo * method)); DO_APP_FUNC(0x007B2350, void, IsPaused_1_OnStart, (IsPaused_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007B2620, TaskStatus__Enum_1, IsPaused_1_OnUpdate, (IsPaused_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, IsPaused_1_OnReset, (IsPaused_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsPaused_1__ctor, (IsPaused_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007B27E0, void, IsPlaying_1_OnStart, (IsPlaying_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007B2AB0, TaskStatus__Enum_1, IsPlaying_1_OnUpdate, (IsPlaying_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, IsPlaying_1_OnReset, (IsPlaying_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsPlaying_1__ctor, (IsPlaying_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007B2C70, void, IsStopped_OnStart, (IsStopped * __this, MethodInfo * method)); DO_APP_FUNC(0x007B2F40, TaskStatus__Enum_1, IsStopped_OnUpdate, (IsStopped * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, IsStopped_OnReset, (IsStopped * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsStopped__ctor, (IsStopped * __this, MethodInfo * method)); DO_APP_FUNC(0x007B3100, void, Pause_1_OnStart, (Pause_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007B33D0, TaskStatus__Enum_1, Pause_1_OnUpdate, (Pause_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, Pause_1_OnReset, (Pause_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Pause_1__ctor, (Pause_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007B3580, void, Play_1_OnStart, (Play_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007B3850, TaskStatus__Enum_1, Play_1_OnUpdate, (Play_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, Play_1_OnReset, (Play_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Play_1__ctor, (Play_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007B3A00, void, SetEnableEmission_OnStart, (SetEnableEmission * __this, MethodInfo * method)); DO_APP_FUNC(0x007B3CD0, TaskStatus__Enum_1, SetEnableEmission_OnUpdate, (SetEnableEmission * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FB20, void, SetEnableEmission_OnReset, (SetEnableEmission * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetEnableEmission__ctor, (SetEnableEmission * __this, MethodInfo * method)); DO_APP_FUNC(0x007B3F40, void, SetLoop_OnStart, (SetLoop * __this, MethodInfo * method)); DO_APP_FUNC(0x007B4210, TaskStatus__Enum_1, SetLoop_OnUpdate, (SetLoop * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FB20, void, SetLoop_OnReset, (SetLoop * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetLoop__ctor, (SetLoop * __this, MethodInfo * method)); DO_APP_FUNC(0x007B4480, void, SetMaxParticles_OnStart, (SetMaxParticles * __this, MethodInfo * method)); DO_APP_FUNC(0x007B4750, TaskStatus__Enum_1, SetMaxParticles_OnUpdate, (SetMaxParticles * __this, MethodInfo * method)); DO_APP_FUNC(0x00780270, void, SetMaxParticles_OnReset, (SetMaxParticles * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetMaxParticles__ctor, (SetMaxParticles * __this, MethodInfo * method)); DO_APP_FUNC(0x007B49C0, void, SetPlaybackSpeed_OnStart, (SetPlaybackSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x007B4C90, TaskStatus__Enum_1, SetPlaybackSpeed_OnUpdate, (SetPlaybackSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x007B4F10, void, SetPlaybackSpeed_OnReset, (SetPlaybackSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x007B4FF0, void, SetPlaybackSpeed__ctor, (SetPlaybackSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x007B5070, void, SetStartColor_OnStart, (SetStartColor * __this, MethodInfo * method)); DO_APP_FUNC(0x007B5340, TaskStatus__Enum_1, SetStartColor_OnUpdate, (SetStartColor * __this, MethodInfo * method)); DO_APP_FUNC(0x007B5610, void, SetStartColor_OnReset, (SetStartColor * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetStartColor__ctor, (SetStartColor * __this, MethodInfo * method)); DO_APP_FUNC(0x007B5750, void, SetStartDelay_OnStart, (SetStartDelay * __this, MethodInfo * method)); DO_APP_FUNC(0x007B5A20, TaskStatus__Enum_1, SetStartDelay_OnUpdate, (SetStartDelay * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetStartDelay_OnReset, (SetStartDelay * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetStartDelay__ctor, (SetStartDelay * __this, MethodInfo * method)); DO_APP_FUNC(0x007B5CC0, void, SetStartLifetime_OnStart, (SetStartLifetime * __this, MethodInfo * method)); DO_APP_FUNC(0x007B5F90, TaskStatus__Enum_1, SetStartLifetime_OnUpdate, (SetStartLifetime * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetStartLifetime_OnReset, (SetStartLifetime * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetStartLifetime__ctor, (SetStartLifetime * __this, MethodInfo * method)); DO_APP_FUNC(0x007B6230, void, SetStartRotation_OnStart, (SetStartRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x007B6500, TaskStatus__Enum_1, SetStartRotation_OnUpdate, (SetStartRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetStartRotation_OnReset, (SetStartRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetStartRotation__ctor, (SetStartRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x007B67A0, void, SetStartSize_OnStart, (SetStartSize * __this, MethodInfo * method)); DO_APP_FUNC(0x007B6A70, TaskStatus__Enum_1, SetStartSize_OnUpdate, (SetStartSize * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetStartSize_OnReset, (SetStartSize * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetStartSize__ctor, (SetStartSize * __this, MethodInfo * method)); DO_APP_FUNC(0x007B6D10, void, SetStartSpeed_OnStart, (SetStartSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x007B6FE0, TaskStatus__Enum_1, SetStartSpeed_OnUpdate, (SetStartSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetStartSpeed_OnReset, (SetStartSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetStartSpeed__ctor, (SetStartSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x007B7280, void, SetTime_OnStart, (SetTime * __this, MethodInfo * method)); DO_APP_FUNC(0x007B7550, TaskStatus__Enum_1, SetTime_OnUpdate, (SetTime * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetTime_OnReset, (SetTime * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetTime__ctor, (SetTime * __this, MethodInfo * method)); DO_APP_FUNC(0x007B7730, void, Simulate_OnStart, (Simulate * __this, MethodInfo * method)); DO_APP_FUNC(0x007B7A00, TaskStatus__Enum_1, Simulate_OnUpdate, (Simulate * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, Simulate_OnReset, (Simulate * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Simulate__ctor, (Simulate * __this, MethodInfo * method)); DO_APP_FUNC(0x007B7BF0, void, Stop_1_OnStart, (Stop_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007B7EC0, TaskStatus__Enum_1, Stop_1_OnUpdate, (Stop_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, Stop_1_OnReset, (Stop_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Stop_1__ctor, (Stop_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007B8080, void, GetAcceleration_OnStart, (GetAcceleration * __this, MethodInfo * method)); DO_APP_FUNC(0x007B8350, TaskStatus__Enum_1, GetAcceleration_OnUpdate, (GetAcceleration * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetAcceleration_OnReset, (GetAcceleration * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetAcceleration__ctor, (GetAcceleration * __this, MethodInfo * method)); DO_APP_FUNC(0x007B8570, void, GetAngularSpeed_OnStart, (GetAngularSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x007B8840, TaskStatus__Enum_1, GetAngularSpeed_OnUpdate, (GetAngularSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetAngularSpeed_OnReset, (GetAngularSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetAngularSpeed__ctor, (GetAngularSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x007B8A60, void, GetDestination_OnStart, (GetDestination * __this, MethodInfo * method)); DO_APP_FUNC(0x007B8D30, TaskStatus__Enum_1, GetDestination_OnUpdate, (GetDestination * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, GetDestination_OnReset, (GetDestination * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetDestination__ctor, (GetDestination * __this, MethodInfo * method)); DO_APP_FUNC(0x007B8F80, void, GetIsStopped_OnStart, (GetIsStopped * __this, MethodInfo * method)); DO_APP_FUNC(0x007B9250, TaskStatus__Enum_1, GetIsStopped_OnUpdate, (GetIsStopped * __this, MethodInfo * method)); DO_APP_FUNC(0x00777850, void, GetIsStopped_OnReset, (GetIsStopped * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetIsStopped__ctor, (GetIsStopped * __this, MethodInfo * method)); DO_APP_FUNC(0x007B9470, void, GetRemainingDistance_OnStart, (GetRemainingDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x007B9740, TaskStatus__Enum_1, GetRemainingDistance_OnUpdate, (GetRemainingDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetRemainingDistance_OnReset, (GetRemainingDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetRemainingDistance__ctor, (GetRemainingDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x007B9960, void, GetSpeed_OnStart, (GetSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x007B9C30, TaskStatus__Enum_1, GetSpeed_OnUpdate, (GetSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetSpeed_OnReset, (GetSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetSpeed__ctor, (GetSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x007B9E50, void, IsStopped_1_OnStart, (IsStopped_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007BA120, TaskStatus__Enum_1, IsStopped_1_OnUpdate, (IsStopped_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, IsStopped_1_OnReset, (IsStopped_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsStopped_1__ctor, (IsStopped_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007BA2E0, void, Move_OnStart, (Move * __this, MethodInfo * method)); DO_APP_FUNC(0x007BA5B0, TaskStatus__Enum_1, Move_OnUpdate, (Move * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, Move_OnReset, (Move * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Move__ctor, (Move * __this, MethodInfo * method)); DO_APP_FUNC(0x007BA7E0, void, ResetPath_OnStart, (ResetPath * __this, MethodInfo * method)); DO_APP_FUNC(0x007BAAB0, TaskStatus__Enum_1, ResetPath_OnUpdate, (ResetPath * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, ResetPath_OnReset, (ResetPath * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, ResetPath__ctor, (ResetPath * __this, MethodInfo * method)); DO_APP_FUNC(0x007BAC60, void, Resume_1_OnStart, (Resume_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007BAF30, TaskStatus__Enum_1, Resume_1_OnUpdate, (Resume_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, Resume_1_OnReset, (Resume_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Resume_1__ctor, (Resume_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007BB0E0, void, SetAcceleration_OnStart, (SetAcceleration * __this, MethodInfo * method)); DO_APP_FUNC(0x007BB3B0, TaskStatus__Enum_1, SetAcceleration_OnUpdate, (SetAcceleration * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetAcceleration_OnReset, (SetAcceleration * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetAcceleration__ctor, (SetAcceleration * __this, MethodInfo * method)); DO_APP_FUNC(0x007BB5D0, void, SetAngularSpeed_OnStart, (SetAngularSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x007BB8A0, TaskStatus__Enum_1, SetAngularSpeed_OnUpdate, (SetAngularSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetAngularSpeed_OnReset, (SetAngularSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetAngularSpeed__ctor, (SetAngularSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x007BBA80, void, SetDestination_OnStart, (SetDestination * __this, MethodInfo * method)); DO_APP_FUNC(0x007BBD50, TaskStatus__Enum_1, SetDestination_OnUpdate, (SetDestination * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, SetDestination_OnReset, (SetDestination * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetDestination__ctor, (SetDestination * __this, MethodInfo * method)); DO_APP_FUNC(0x007BBF90, void, SetIsStopped_OnStart, (SetIsStopped * __this, MethodInfo * method)); DO_APP_FUNC(0x007BC260, TaskStatus__Enum_1, SetIsStopped_OnUpdate, (SetIsStopped * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, SetIsStopped_OnReset, (SetIsStopped * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetIsStopped__ctor, (SetIsStopped * __this, MethodInfo * method)); DO_APP_FUNC(0x007BC480, void, SetSpeed_OnStart, (SetSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x007BC750, TaskStatus__Enum_1, SetSpeed_OnUpdate, (SetSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetSpeed_OnReset, (SetSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetSpeed__ctor, (SetSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x007BC930, void, Stop_2_OnStart, (Stop_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007BCC00, TaskStatus__Enum_1, Stop_2_OnUpdate, (Stop_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, Stop_2_OnReset, (Stop_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Stop_2__ctor, (Stop_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007BCDB0, void, Warp_OnStart, (Warp * __this, MethodInfo * method)); DO_APP_FUNC(0x007BD080, TaskStatus__Enum_1, Warp_OnUpdate, (Warp * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, Warp_OnReset, (Warp * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Warp__ctor, (Warp * __this, MethodInfo * method)); DO_APP_FUNC(0x007BD2B0, TaskStatus__Enum_1, BoolComparison_OnUpdate, (BoolComparison * __this, MethodInfo * method)); DO_APP_FUNC(0x0078ED50, void, BoolComparison_OnReset, (BoolComparison * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, BoolComparison__ctor, (BoolComparison * __this, MethodInfo * method)); DO_APP_FUNC(0x007BD390, TaskStatus__Enum_1, BoolFlip_OnUpdate, (BoolFlip * __this, MethodInfo * method)); DO_APP_FUNC(0x007BD480, void, BoolFlip_OnReset, (BoolFlip * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, BoolFlip__ctor, (BoolFlip * __this, MethodInfo * method)); DO_APP_FUNC(0x007BD500, TaskStatus__Enum_1, BoolOperator_OnUpdate, (BoolOperator * __this, MethodInfo * method)); DO_APP_FUNC(0x007BD640, void, BoolOperator_OnReset, (BoolOperator * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, BoolOperator__ctor, (BoolOperator * __this, MethodInfo * method)); DO_APP_FUNC(0x007BD730, TaskStatus__Enum_1, FloatAbs_OnUpdate, (FloatAbs * __this, MethodInfo * method)); DO_APP_FUNC(0x0078BA50, void, FloatAbs_OnReset, (FloatAbs * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, FloatAbs__ctor, (FloatAbs * __this, MethodInfo * method)); DO_APP_FUNC(0x007BD820, TaskStatus__Enum_1, FloatClamp_OnUpdate, (FloatClamp * __this, MethodInfo * method)); DO_APP_FUNC(0x007BD9C0, void, FloatClamp_OnReset, (FloatClamp * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, FloatClamp__ctor, (FloatClamp * __this, MethodInfo * method)); DO_APP_FUNC(0x007BDB00, TaskStatus__Enum_1, FloatComparison_OnUpdate, (FloatComparison * __this, MethodInfo * method)); DO_APP_FUNC(0x007BDD00, void, FloatComparison_OnReset, (FloatComparison * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, FloatComparison__ctor, (FloatComparison * __this, MethodInfo * method)); DO_APP_FUNC(0x007BDDD0, TaskStatus__Enum_1, FloatOperator_OnUpdate, (FloatOperator * __this, MethodInfo * method)); DO_APP_FUNC(0x007BE010, void, FloatOperator_OnReset, (FloatOperator * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, FloatOperator__ctor, (FloatOperator * __this, MethodInfo * method)); DO_APP_FUNC(0x007BE160, TaskStatus__Enum_1, IntAbs_OnUpdate, (IntAbs * __this, MethodInfo * method)); DO_APP_FUNC(0x007BE290, void, IntAbs_OnReset, (IntAbs * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IntAbs__ctor, (IntAbs * __this, MethodInfo * method)); DO_APP_FUNC(0x007BE300, TaskStatus__Enum_1, IntClamp_OnUpdate, (IntClamp * __this, MethodInfo * method)); DO_APP_FUNC(0x007BE490, void, IntClamp_OnReset, (IntClamp * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IntClamp__ctor, (IntClamp * __this, MethodInfo * method)); DO_APP_FUNC(0x007BE5D0, TaskStatus__Enum_1, IntComparison_OnUpdate, (IntComparison * __this, MethodInfo * method)); DO_APP_FUNC(0x007BE7B0, void, IntComparison_OnReset, (IntComparison * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IntComparison__ctor, (IntComparison * __this, MethodInfo * method)); DO_APP_FUNC(0x007BE9A0, TaskStatus__Enum_1, IntOperator_OnUpdate, (IntOperator * __this, MethodInfo * method)); DO_APP_FUNC(0x007BEBD0, void, IntOperator_OnReset, (IntOperator * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IntOperator__ctor, (IntOperator * __this, MethodInfo * method)); DO_APP_FUNC(0x007BED20, TaskStatus__Enum_1, IsFloatPositive_OnUpdate, (IsFloatPositive * __this, MethodInfo * method)); DO_APP_FUNC(0x0078BA50, void, IsFloatPositive_OnReset, (IsFloatPositive * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsFloatPositive__ctor, (IsFloatPositive * __this, MethodInfo * method)); DO_APP_FUNC(0x007BEDC0, TaskStatus__Enum_1, IsIntPositive_OnUpdate, (IsIntPositive * __this, MethodInfo * method)); DO_APP_FUNC(0x007BE290, void, IsIntPositive_OnReset, (IsIntPositive * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsIntPositive__ctor, (IsIntPositive * __this, MethodInfo * method)); DO_APP_FUNC(0x007BEE60, TaskStatus__Enum_1, Lerp_3_OnUpdate, (Lerp_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x007BF020, void, Lerp_3_OnReset, (Lerp_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Lerp_3__ctor, (Lerp_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x007BF1C0, TaskStatus__Enum_1, LerpAngle_OnUpdate, (LerpAngle * __this, MethodInfo * method)); DO_APP_FUNC(0x007BF020, void, LerpAngle_OnReset, (LerpAngle * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, LerpAngle__ctor, (LerpAngle * __this, MethodInfo * method)); DO_APP_FUNC(0x007BF360, TaskStatus__Enum_1, RandomBool_OnUpdate, (RandomBool * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, RandomBool__ctor, (RandomBool * __this, MethodInfo * method)); DO_APP_FUNC(0x007BF430, TaskStatus__Enum_1, RandomFloat_OnUpdate, (RandomFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x007BF630, void, RandomFloat_OnReset, (RandomFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, RandomFloat__ctor, (RandomFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x007BF750, TaskStatus__Enum_1, RandomInt_OnUpdate, (RandomInt * __this, MethodInfo * method)); DO_APP_FUNC(0x007BF9B0, void, RandomInt_OnReset, (RandomInt * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, RandomInt__ctor, (RandomInt * __this, MethodInfo * method)); DO_APP_FUNC(0x007BFAD0, TaskStatus__Enum_1, SetBool_OnUpdate, (SetBool * __this, MethodInfo * method)); DO_APP_FUNC(0x007BFBD0, void, SetBool_OnReset, (SetBool * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetBool__ctor, (SetBool * __this, MethodInfo * method)); DO_APP_FUNC(0x007BFC40, TaskStatus__Enum_1, SetFloat_1_OnUpdate, (SetFloat_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0078F2E0, void, SetFloat_1_OnReset, (SetFloat_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetFloat_1__ctor, (SetFloat_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007BFD30, TaskStatus__Enum_1, SetInt_1_OnUpdate, (SetInt_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0078FF40, void, SetInt_1_OnReset, (SetInt_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetInt_1__ctor, (SetInt_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007BFE20, void, GetColor_OnStart, (GetColor * __this, MethodInfo * method)); DO_APP_FUNC(0x007C00F0, TaskStatus__Enum_1, GetColor_OnUpdate, (GetColor * __this, MethodInfo * method)); DO_APP_FUNC(0x007B5610, void, GetColor_OnReset, (GetColor * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetColor__ctor, (GetColor * __this, MethodInfo * method)); DO_APP_FUNC(0x007C0370, void, GetCookieSize_OnStart, (GetCookieSize * __this, MethodInfo * method)); DO_APP_FUNC(0x007C0640, TaskStatus__Enum_1, GetCookieSize_OnUpdate, (GetCookieSize * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetCookieSize_OnReset, (GetCookieSize * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetCookieSize__ctor, (GetCookieSize * __this, MethodInfo * method)); DO_APP_FUNC(0x007C0850, void, GetIntensity_OnStart, (GetIntensity * __this, MethodInfo * method)); DO_APP_FUNC(0x007C0B20, TaskStatus__Enum_1, GetIntensity_OnUpdate, (GetIntensity * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetIntensity_OnReset, (GetIntensity * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetIntensity__ctor, (GetIntensity * __this, MethodInfo * method)); DO_APP_FUNC(0x007C0D40, void, GetRange_OnStart, (GetRange * __this, MethodInfo * method)); DO_APP_FUNC(0x007C1010, TaskStatus__Enum_1, GetRange_OnUpdate, (GetRange * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetRange_OnReset, (GetRange * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetRange__ctor, (GetRange * __this, MethodInfo * method)); DO_APP_FUNC(0x007C1220, void, GetShadowBias_OnStart, (GetShadowBias * __this, MethodInfo * method)); DO_APP_FUNC(0x007C14F0, TaskStatus__Enum_1, GetShadowBias_OnUpdate, (GetShadowBias * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetShadowBias_OnReset, (GetShadowBias * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetShadowBias__ctor, (GetShadowBias * __this, MethodInfo * method)); DO_APP_FUNC(0x007C1700, void, GetShadowStrength_OnStart, (GetShadowStrength * __this, MethodInfo * method)); DO_APP_FUNC(0x007C19D0, TaskStatus__Enum_1, GetShadowStrength_OnUpdate, (GetShadowStrength * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetShadowStrength_OnReset, (GetShadowStrength * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetShadowStrength__ctor, (GetShadowStrength * __this, MethodInfo * method)); DO_APP_FUNC(0x007C1BE0, void, GetSpotAngle_OnStart, (GetSpotAngle * __this, MethodInfo * method)); DO_APP_FUNC(0x007C1EB0, TaskStatus__Enum_1, GetSpotAngle_OnUpdate, (GetSpotAngle * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetSpotAngle_OnReset, (GetSpotAngle * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetSpotAngle__ctor, (GetSpotAngle * __this, MethodInfo * method)); DO_APP_FUNC(0x007C20C0, void, SetColor_OnStart, (SetColor * __this, MethodInfo * method)); DO_APP_FUNC(0x007C2390, TaskStatus__Enum_1, SetColor_OnUpdate, (SetColor * __this, MethodInfo * method)); DO_APP_FUNC(0x007B5610, void, SetColor_OnReset, (SetColor * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetColor__ctor, (SetColor * __this, MethodInfo * method)); DO_APP_FUNC(0x007C25C0, void, SetCookie_OnStart, (SetCookie * __this, MethodInfo * method)); DO_APP_FUNC(0x007C2890, TaskStatus__Enum_1, SetCookie_OnUpdate, (SetCookie * __this, MethodInfo * method)); DO_APP_FUNC(0x00777850, void, SetCookie_OnReset, (SetCookie * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetCookie__ctor, (SetCookie * __this, MethodInfo * method)); DO_APP_FUNC(0x007C2A50, void, SetCookieSize_OnStart, (SetCookieSize * __this, MethodInfo * method)); DO_APP_FUNC(0x007C2D20, TaskStatus__Enum_1, SetCookieSize_OnUpdate, (SetCookieSize * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetCookieSize_OnReset, (SetCookieSize * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetCookieSize__ctor, (SetCookieSize * __this, MethodInfo * method)); DO_APP_FUNC(0x007C2F40, void, SetCullingMask_OnStart, (SetCullingMask * __this, MethodInfo * method)); DO_APP_FUNC(0x007C3210, TaskStatus__Enum_1, SetCullingMask_OnUpdate, (SetCullingMask * __this, MethodInfo * method)); DO_APP_FUNC(0x007C33D0, void, SetCullingMask_OnReset, (SetCullingMask * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetCullingMask__ctor, (SetCullingMask * __this, MethodInfo * method)); DO_APP_FUNC(0x007C3440, void, SetIntensity_OnStart, (SetIntensity * __this, MethodInfo * method)); DO_APP_FUNC(0x007C3710, TaskStatus__Enum_1, SetIntensity_OnUpdate, (SetIntensity * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetIntensity_OnReset, (SetIntensity * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetIntensity__ctor, (SetIntensity * __this, MethodInfo * method)); DO_APP_FUNC(0x007C38F0, void, SetRange_OnStart, (SetRange * __this, MethodInfo * method)); DO_APP_FUNC(0x007C3BC0, TaskStatus__Enum_1, SetRange_OnUpdate, (SetRange * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetRange_OnReset, (SetRange * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetRange__ctor, (SetRange * __this, MethodInfo * method)); DO_APP_FUNC(0x007C3DA0, void, SetShadowBias_OnStart, (SetShadowBias * __this, MethodInfo * method)); DO_APP_FUNC(0x007C4070, TaskStatus__Enum_1, SetShadowBias_OnUpdate, (SetShadowBias * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetShadowBias_OnReset, (SetShadowBias * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetShadowBias__ctor, (SetShadowBias * __this, MethodInfo * method)); DO_APP_FUNC(0x007C4290, void, SetShadows_OnStart, (SetShadows * __this, MethodInfo * method)); DO_APP_FUNC(0x007C4560, TaskStatus__Enum_1, SetShadows_OnUpdate, (SetShadows * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, SetShadows_OnReset, (SetShadows * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetShadows__ctor, (SetShadows * __this, MethodInfo * method)); DO_APP_FUNC(0x007C4720, void, SetShadowSoftnessStrength_OnStart, (SetShadowSoftnessStrength * __this, MethodInfo * method)); DO_APP_FUNC(0x007C49F0, TaskStatus__Enum_1, SetShadowSoftnessStrength_OnUpdate, (SetShadowSoftnessStrength * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetShadowSoftnessStrength_OnReset, (SetShadowSoftnessStrength * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetShadowSoftnessStrength__ctor, (SetShadowSoftnessStrength * __this, MethodInfo * method)); DO_APP_FUNC(0x007C4C10, void, SetSpotAngle_OnStart, (SetSpotAngle * __this, MethodInfo * method)); DO_APP_FUNC(0x007C4EE0, TaskStatus__Enum_1, SetSpotAngle_OnUpdate, (SetSpotAngle * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetSpotAngle_OnReset, (SetSpotAngle * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetSpotAngle__ctor, (SetSpotAngle * __this, MethodInfo * method)); DO_APP_FUNC(0x007C50C0, void, SetType_OnStart, (SetType * __this, MethodInfo * method)); DO_APP_FUNC(0x007C5390, TaskStatus__Enum_1, SetType_OnUpdate, (SetType * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, SetType_OnReset, (SetType * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetType__ctor, (SetType * __this, MethodInfo * method)); DO_APP_FUNC(0x007C5550, TaskStatus__Enum_1, GetLayer_OnUpdate, (GetLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x007C56B0, void, GetLayer_OnReset, (GetLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetLayer__ctor, (GetLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x007C57B0, TaskStatus__Enum_1, SetLayer_OnUpdate, (SetLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x007C5940, void, SetLayer_OnReset, (SetLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x007C5A40, void, SetLayer__ctor, (SetLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x007C5AD0, TaskStatus__Enum_1, GetAcceleration_1_OnUpdate, (GetAcceleration_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007785F0, void, GetAcceleration_1_OnReset, (GetAcceleration_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetAcceleration_1__ctor, (GetAcceleration_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007C5BD0, TaskStatus__Enum_1, GetAxis_OnUpdate, (GetAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x007C5D90, void, GetAxis_OnReset, (GetAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetAxis__ctor, (GetAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x007C5F00, TaskStatus__Enum_1, GetAxisRaw_OnUpdate, (GetAxisRaw * __this, MethodInfo * method)); DO_APP_FUNC(0x007C60C0, void, GetAxisRaw_OnReset, (GetAxisRaw * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetAxisRaw__ctor, (GetAxisRaw * __this, MethodInfo * method)); DO_APP_FUNC(0x007C6230, TaskStatus__Enum_1, GetButton_OnUpdate, (GetButton * __this, MethodInfo * method)); DO_APP_FUNC(0x007C6370, void, GetButton_OnReset, (GetButton * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetButton__ctor, (GetButton * __this, MethodInfo * method)); DO_APP_FUNC(0x007C6480, TaskStatus__Enum_1, GetKey_OnUpdate, (GetKey * __this, MethodInfo * method)); DO_APP_FUNC(0x007C6560, void, GetKey_OnReset, (GetKey * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetKey__ctor, (GetKey * __this, MethodInfo * method)); DO_APP_FUNC(0x007C65D0, TaskStatus__Enum_1, GetMouseButton_OnUpdate, (GetMouseButton * __this, MethodInfo * method)); DO_APP_FUNC(0x007C6700, void, GetMouseButton_OnReset, (GetMouseButton * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetMouseButton__ctor, (GetMouseButton * __this, MethodInfo * method)); DO_APP_FUNC(0x007C67E0, TaskStatus__Enum_1, GetMousePosition_OnUpdate, (GetMousePosition * __this, MethodInfo * method)); DO_APP_FUNC(0x007785F0, void, GetMousePosition_OnReset, (GetMousePosition * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetMousePosition__ctor, (GetMousePosition * __this, MethodInfo * method)); DO_APP_FUNC(0x007C68E0, TaskStatus__Enum_1, IsButtonDown_OnUpdate, (IsButtonDown * __this, MethodInfo * method)); DO_APP_FUNC(0x007C69B0, void, IsButtonDown_OnReset, (IsButtonDown * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsButtonDown__ctor, (IsButtonDown * __this, MethodInfo * method)); DO_APP_FUNC(0x007C6A40, TaskStatus__Enum_1, IsButtonUp_OnUpdate, (IsButtonUp * __this, MethodInfo * method)); DO_APP_FUNC(0x007C6B10, void, IsButtonUp_OnReset, (IsButtonUp * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsButtonUp__ctor, (IsButtonUp * __this, MethodInfo * method)); DO_APP_FUNC(0x007C6BA0, TaskStatus__Enum_1, IsKeyDown_OnUpdate, (IsKeyDown * __this, MethodInfo * method)); DO_APP_FUNC(0x007C6C00, void, IsKeyDown_OnReset, (IsKeyDown * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsKeyDown__ctor, (IsKeyDown * __this, MethodInfo * method)); DO_APP_FUNC(0x007C6C10, TaskStatus__Enum_1, IsKeyUp_OnUpdate, (IsKeyUp * __this, MethodInfo * method)); DO_APP_FUNC(0x007C6C00, void, IsKeyUp_OnReset, (IsKeyUp * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsKeyUp__ctor, (IsKeyUp * __this, MethodInfo * method)); DO_APP_FUNC(0x007C6C70, TaskStatus__Enum_1, IsMouseDown_OnUpdate, (IsMouseDown * __this, MethodInfo * method)); DO_APP_FUNC(0x007BE290, void, IsMouseDown_OnReset, (IsMouseDown * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsMouseDown__ctor, (IsMouseDown * __this, MethodInfo * method)); DO_APP_FUNC(0x007C6D40, TaskStatus__Enum_1, IsMouseUp_OnUpdate, (IsMouseUp * __this, MethodInfo * method)); DO_APP_FUNC(0x007BE290, void, IsMouseUp_OnReset, (IsMouseUp * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsMouseUp__ctor, (IsMouseUp * __this, MethodInfo * method)); DO_APP_FUNC(0x007C6E10, TaskStatus__Enum_1, ActiveInHierarchy_OnUpdate, (ActiveInHierarchy * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, ActiveInHierarchy_OnReset, (ActiveInHierarchy * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, ActiveInHierarchy__ctor, (ActiveInHierarchy * __this, MethodInfo * method)); DO_APP_FUNC(0x007C6EF0, TaskStatus__Enum_1, ActiveSelf_OnUpdate, (ActiveSelf * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, ActiveSelf_OnReset, (ActiveSelf * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, ActiveSelf__ctor, (ActiveSelf * __this, MethodInfo * method)); DO_APP_FUNC(0x007C6FD0, TaskStatus__Enum_1, CompareLayerMask_OnUpdate, (CompareLayerMask * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, CompareLayerMask_OnReset, (CompareLayerMask * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, CompareLayerMask__ctor, (CompareLayerMask * __this, MethodInfo * method)); DO_APP_FUNC(0x007C70D0, TaskStatus__Enum_1, CompareTag_OnUpdate, (CompareTag * __this, MethodInfo * method)); DO_APP_FUNC(0x007C7220, void, CompareTag_OnReset, (CompareTag * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, CompareTag__ctor, (CompareTag * __this, MethodInfo * method)); DO_APP_FUNC(0x007C7320, TaskStatus__Enum_1, Destroy_OnUpdate, (Destroy * __this, MethodInfo * method)); DO_APP_FUNC(0x007C7440, void, Destroy_OnReset, (Destroy * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Destroy__ctor, (Destroy * __this, MethodInfo * method)); DO_APP_FUNC(0x007C74A0, TaskStatus__Enum_1, DestroyImmediate_OnUpdate, (DestroyImmediate * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, DestroyImmediate_OnReset, (DestroyImmediate * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, DestroyImmediate__ctor, (DestroyImmediate * __this, MethodInfo * method)); DO_APP_FUNC(0x007C7570, TaskStatus__Enum_1, Find_1_OnUpdate, (Find_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00777850, void, Find_1_OnReset, (Find_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Find_1__ctor, (Find_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007C77D0, TaskStatus__Enum_1, FindGameObjectsWithTag_OnUpdate, (FindGameObjectsWithTag * __this, MethodInfo * method)); DO_APP_FUNC(0x007C7A40, void, FindGameObjectsWithTag_OnReset, (FindGameObjectsWithTag * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, FindGameObjectsWithTag__ctor, (FindGameObjectsWithTag * __this, MethodInfo * method)); DO_APP_FUNC(0x007C7AC0, TaskStatus__Enum_1, FindWithTag_OnUpdate, (FindWithTag * __this, MethodInfo * method)); DO_APP_FUNC(0x007C7E60, void, FindWithTag_OnReset, (FindWithTag * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, FindWithTag__ctor, (FindWithTag * __this, MethodInfo * method)); DO_APP_FUNC(0x007C7EE0, TaskStatus__Enum_1, GetComponent_OnUpdate, (GetComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x007C8060, void, GetComponent_OnReset, (GetComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetComponent__ctor, (GetComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x007C8140, TaskStatus__Enum_1, GetTag_OnUpdate, (GetTag * __this, MethodInfo * method)); DO_APP_FUNC(0x007C8250, void, GetTag_OnReset, (GetTag * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetTag__ctor, (GetTag * __this, MethodInfo * method)); DO_APP_FUNC(0x007C8350, TaskStatus__Enum_1, Instantiate_OnUpdate, (Instantiate * __this, MethodInfo * method)); DO_APP_FUNC(0x007C8570, void, Instantiate_OnReset, (Instantiate * __this, MethodInfo * method)); DO_APP_FUNC(0x007C8800, void, Instantiate__ctor, (Instantiate * __this, MethodInfo * method)); DO_APP_FUNC(0x007C8910, TaskStatus__Enum_1, SendMessage_OnUpdate, (SendMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x007C8BC0, void, SendMessage_OnReset, (SendMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SendMessage__ctor, (SendMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x007C8CC0, TaskStatus__Enum_1, SetActive_OnUpdate, (SetActive * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FB20, void, SetActive_OnReset, (SetActive * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetActive__ctor, (SetActive * __this, MethodInfo * method)); DO_APP_FUNC(0x007C8E10, TaskStatus__Enum_1, SetTag_OnUpdate, (SetTag * __this, MethodInfo * method)); DO_APP_FUNC(0x007C8F60, void, SetTag_OnReset, (SetTag * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetTag__ctor, (SetTag * __this, MethodInfo * method)); DO_APP_FUNC(0x007C9060, void, GetNearestHeadbangSpot_OnAwake, (GetNearestHeadbangSpot * __this, MethodInfo * method)); DO_APP_FUNC(0x007C9290, void, GetNearestHeadbangSpot_OnStart, (GetNearestHeadbangSpot * __this, MethodInfo * method)); DO_APP_FUNC(0x007C98B0, IEnumerator *, GetNearestHeadbangSpot_ConstructPath, (GetNearestHeadbangSpot * __this, MethodInfo * method)); DO_APP_FUNC(0x00591040, void, GetNearestHeadbangSpot_OnPathComplete, (GetNearestHeadbangSpot * __this, Path_1 * p, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4DF0, GetNearestHeadbangSpot_OnPathComplete__MethodInfo); DO_APP_FUNC(0x007C9950, TaskStatus__Enum_1, GetNearestHeadbangSpot_OnUpdate, (GetNearestHeadbangSpot * __this, MethodInfo * method)); DO_APP_FUNC(0x007C9C80, void, GetNearestHeadbangSpot_OnEnd, (GetNearestHeadbangSpot * __this, MethodInfo * method)); DO_APP_FUNC(0x007C9CA0, void, GetNearestHeadbangSpot_OnReset, (GetNearestHeadbangSpot * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetNearestHeadbangSpot__ctor, (GetNearestHeadbangSpot * __this, MethodInfo * method)); DO_APP_FUNC(0x007C9E10, Vector3, GetNearestHeadbangSpot__OnStart_b__12_1, (GetNearestHeadbangSpot * __this, GameObject * go, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4E48, GetNearestHeadbangSpot__OnStart_b__12_1__MethodInfo); DO_APP_FUNC(0x007C9FD0, bool, GetNearestHeadbangSpot__OnStart_b__12_2, (GetNearestHeadbangSpot * __this, Vector3 spotPosition, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4E30, GetNearestHeadbangSpot__OnStart_b__12_2__MethodInfo); DO_APP_FUNC(0x007CA120, void, GetNearestHeadbangSpot_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GetNearestHeadbangSpot_c__ctor, (GetNearestHeadbangSpot_c * __this, MethodInfo * method)); DO_APP_FUNC(0x007CA1D0, bool, GetNearestHeadbangSpot_c__OnStart_b__12_0, (GetNearestHeadbangSpot_c * __this, GameObject * spot, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4E20, GetNearestHeadbangSpot_c__OnStart_b__12_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, GetNearestHeadbangSpot_ConstructPath_d_13__ctor, (GetNearestHeadbangSpot_ConstructPath_d_13 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GetNearestHeadbangSpot_ConstructPath_d_13_System_IDisposable_Dispose, (GetNearestHeadbangSpot_ConstructPath_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x007CA230, bool, GetNearestHeadbangSpot_ConstructPath_d_13_MoveNext, (GetNearestHeadbangSpot_ConstructPath_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GetNearestHeadbangSpot_ConstructPath_d_13_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GetNearestHeadbangSpot_ConstructPath_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x007CA4C0, void, GetNearestHeadbangSpot_ConstructPath_d_13_System_Collections_IEnumerator_Reset, (GetNearestHeadbangSpot_ConstructPath_d_13 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4DE8, GetNearestHeadbangSpot_ConstructPath_d_13_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GetNearestHeadbangSpot_ConstructPath_d_13_System_Collections_IEnumerator_get_Current, (GetNearestHeadbangSpot_ConstructPath_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x007CA510, void, GetRandomHeadbangSpot_OnAwake, (GetRandomHeadbangSpot * __this, MethodInfo * method)); DO_APP_FUNC(0x007CA750, void, GetRandomHeadbangSpot_OnStart, (GetRandomHeadbangSpot * __this, MethodInfo * method)); DO_APP_FUNC(0x007CAC30, IEnumerator *, GetRandomHeadbangSpot_ConstructPath, (GetRandomHeadbangSpot * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F50, void, GetRandomHeadbangSpot_OnPathComplete, (GetRandomHeadbangSpot * __this, Path_1 * p, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4D40, GetRandomHeadbangSpot_OnPathComplete__MethodInfo); DO_APP_FUNC(0x007CACD0, void, GetRandomHeadbangSpot_FilterByVectorDistance, (GetRandomHeadbangSpot * __this, MethodInfo * method)); DO_APP_FUNC(0x007CB330, TaskStatus__Enum_1, GetRandomHeadbangSpot_OnUpdate, (GetRandomHeadbangSpot * __this, MethodInfo * method)); DO_APP_FUNC(0x007CBDB0, void, GetRandomHeadbangSpot_OnEnd, (GetRandomHeadbangSpot * __this, MethodInfo * method)); DO_APP_FUNC(0x007CBDD0, void, GetRandomHeadbangSpot_OnReset, (GetRandomHeadbangSpot * __this, MethodInfo * method)); DO_APP_FUNC(0x007CBED0, void, GetRandomHeadbangSpot__ctor, (GetRandomHeadbangSpot * __this, MethodInfo * method)); DO_APP_FUNC(0x007CBFC0, Vector3, GetRandomHeadbangSpot__OnStart_b__16_1, (GetRandomHeadbangSpot * __this, GameObject * go, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4DE0, GetRandomHeadbangSpot__OnStart_b__16_1__MethodInfo); DO_APP_FUNC(0x007CC180, bool, GetRandomHeadbangSpot__FilterByVectorDistance_b__19_0, (GetRandomHeadbangSpot * __this, GameObject * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4DC0, GetRandomHeadbangSpot__FilterByVectorDistance_b__19_0__MethodInfo); DO_APP_FUNC(0x007CC510, bool, GetRandomHeadbangSpot__FilterByVectorDistance_b__19_1, (GetRandomHeadbangSpot * __this, GameObject * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4DB8, GetRandomHeadbangSpot__FilterByVectorDistance_b__19_1__MethodInfo); DO_APP_FUNC(0x007CC820, bool, GetRandomHeadbangSpot__OnUpdate_b__20_1, (GetRandomHeadbangSpot * __this, _f_AnonymousType0_2_System_Collections_Generic_List_1_System_Int32_ * entry, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4D80, GetRandomHeadbangSpot__OnUpdate_b__20_1__MethodInfo); DO_APP_FUNC(0x007CCBC0, void, GetRandomHeadbangSpot_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GetRandomHeadbangSpot_c__ctor, (GetRandomHeadbangSpot_c * __this, MethodInfo * method)); DO_APP_FUNC(0x007CCC70, bool, GetRandomHeadbangSpot_c__OnStart_b__16_0, (GetRandomHeadbangSpot_c * __this, GameObject * spot, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4DD0, GetRandomHeadbangSpot_c__OnStart_b__16_0__MethodInfo); DO_APP_FUNC(0x007CCCD0, _f_AnonymousType0_2_System_Collections_Generic_List_1_System_Int32_ *, GetRandomHeadbangSpot_c__OnUpdate_b__20_0, (GetRandomHeadbangSpot_c * __this, List_1_UnityEngine_Vector3_ * vectorPath, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4D88, GetRandomHeadbangSpot_c__OnUpdate_b__20_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, GetRandomHeadbangSpot_ConstructPath_d_17__ctor, (GetRandomHeadbangSpot_ConstructPath_d_17 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GetRandomHeadbangSpot_ConstructPath_d_17_System_IDisposable_Dispose, (GetRandomHeadbangSpot_ConstructPath_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x007CCD90, bool, GetRandomHeadbangSpot_ConstructPath_d_17_MoveNext, (GetRandomHeadbangSpot_ConstructPath_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GetRandomHeadbangSpot_ConstructPath_d_17_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GetRandomHeadbangSpot_ConstructPath_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x007CCFC0, void, GetRandomHeadbangSpot_ConstructPath_d_17_System_Collections_IEnumerator_Reset, (GetRandomHeadbangSpot_ConstructPath_d_17 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4D48, GetRandomHeadbangSpot_ConstructPath_d_17_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GetRandomHeadbangSpot_ConstructPath_d_17_System_Collections_IEnumerator_get_Current, (GetRandomHeadbangSpot_ConstructPath_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x007CD010, void, GetEggSpawnPoint_OnAwake, (GetEggSpawnPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x007CD3B0, TaskStatus__Enum_1, GetEggSpawnPoint_OnUpdate, (GetEggSpawnPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x007CD860, void, GetEggSpawnPoint_OnEnd, (GetEggSpawnPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x007CD870, void, GetEggSpawnPoint_OnReset, (GetEggSpawnPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetEggSpawnPoint__ctor, (GetEggSpawnPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x007CD970, void, GetEggSpawnPoint_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GetEggSpawnPoint_c__ctor, (GetEggSpawnPoint_c * __this, MethodInfo * method)); DO_APP_FUNC(0x007CDA20, InnHoleController *, GetEggSpawnPoint_c__OnAwake_b__8_0, (GetEggSpawnPoint_c * __this, GameObject * hole, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4D28, GetEggSpawnPoint_c__OnAwake_b__8_0__MethodInfo); DO_APP_FUNC(0x007CDA70, void, GetExitHole_OnStart, (GetExitHole * __this, MethodInfo * method)); DO_APP_FUNC(0x007CDCC0, TaskStatus__Enum_1, GetExitHole_OnUpdate, (GetExitHole * __this, MethodInfo * method)); DO_APP_FUNC(0x007CE020, void, GetExitHole_OnReset, (GetExitHole * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetExitHole__ctor, (GetExitHole * __this, MethodInfo * method)); DO_APP_FUNC(0x007CE0D0, void, GetExitHole_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GetExitHole_c__ctor, (GetExitHole_c * __this, MethodInfo * method)); DO_APP_FUNC(0x007CE180, bool, GetExitHole_c__OnStart_b__5_0, (GetExitHole_c * __this, GameObject * h, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4D08, GetExitHole_c__OnStart_b__5_0__MethodInfo); DO_APP_FUNC(0x007CE1E0, void, GetNearestHole_OnAwake, (GetNearestHole * __this, MethodInfo * method)); DO_APP_FUNC(0x007CE320, void, GetNearestHole_OnStart, (GetNearestHole * __this, MethodInfo * method)); DO_APP_FUNC(0x007CEA50, IEnumerator *, GetNearestHole_ConstructPath, (GetNearestHole * __this, MethodInfo * method)); DO_APP_FUNC(0x007CEAF0, bool, GetNearestHole_UseBackupMethod, (GetNearestHole * __this, MethodInfo * method)); DO_APP_FUNC(0x00591040, void, GetNearestHole_OnPathComplete, (GetNearestHole * __this, Path_1 * p, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4C90, GetNearestHole_OnPathComplete__MethodInfo); DO_APP_FUNC(0x007CF060, TaskStatus__Enum_1, GetNearestHole_OnUpdate, (GetNearestHole * __this, MethodInfo * method)); DO_APP_FUNC(0x007C9C80, void, GetNearestHole_OnEnd, (GetNearestHole * __this, MethodInfo * method)); DO_APP_FUNC(0x00761BF0, void, GetNearestHole_OnReset, (GetNearestHole * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetNearestHole__ctor, (GetNearestHole * __this, MethodInfo * method)); DO_APP_FUNC(0x007CF470, void, GetNearestHole_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GetNearestHole_c__ctor, (GetNearestHole_c * __this, MethodInfo * method)); DO_APP_FUNC(0x007CF520, InnHoleController *, GetNearestHole_c__OnStart_b__10_0, (GetNearestHole_c * __this, GameObject * h, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4CC8, GetNearestHole_c__OnStart_b__10_0__MethodInfo); DO_APP_FUNC(0x007CF570, bool, GetNearestHole_c__OnStart_b__10_1, (GetNearestHole_c * __this, InnHoleController * h, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4CD0, GetNearestHole_c__OnStart_b__10_1__MethodInfo); DO_APP_FUNC(0x007CF5A0, Vector3, GetNearestHole_c__OnStart_b__10_2, (GetNearestHole_c * __this, InnHoleController * h, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4CB8, GetNearestHole_c__OnStart_b__10_2__MethodInfo); DO_APP_FUNC(0x003BAD60, void, GetNearestHole_ConstructPath_d_11__ctor, (GetNearestHole_ConstructPath_d_11 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GetNearestHole_ConstructPath_d_11_System_IDisposable_Dispose, (GetNearestHole_ConstructPath_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x007CF630, bool, GetNearestHole_ConstructPath_d_11_MoveNext, (GetNearestHole_ConstructPath_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GetNearestHole_ConstructPath_d_11_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GetNearestHole_ConstructPath_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x007CF900, void, GetNearestHole_ConstructPath_d_11_System_Collections_IEnumerator_Reset, (GetNearestHole_ConstructPath_d_11 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4C88, GetNearestHole_ConstructPath_d_11_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GetNearestHole_ConstructPath_d_11_System_Collections_IEnumerator_get_Current, (GetNearestHole_ConstructPath_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x007CF950, void, GetRandomHidingSpot_OnAwake, (GetRandomHidingSpot * __this, MethodInfo * method)); DO_APP_FUNC(0x007CFA90, void, GetRandomHidingSpot_OnStart, (GetRandomHidingSpot * __this, MethodInfo * method)); DO_APP_FUNC(0x007CFEB0, IEnumerator *, GetRandomHidingSpot_ConstructPath, (GetRandomHidingSpot * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F50, void, GetRandomHidingSpot_OnPathComplete, (GetRandomHidingSpot * __this, Path_1 * p, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4C30, GetRandomHidingSpot_OnPathComplete__MethodInfo); DO_APP_FUNC(0x007CFF50, TaskStatus__Enum_1, GetRandomHidingSpot_OnUpdate, (GetRandomHidingSpot * __this, MethodInfo * method)); DO_APP_FUNC(0x007CBDB0, void, GetRandomHidingSpot_OnEnd, (GetRandomHidingSpot * __this, MethodInfo * method)); DO_APP_FUNC(0x007D0440, void, GetRandomHidingSpot_OnReset, (GetRandomHidingSpot * __this, MethodInfo * method)); DO_APP_FUNC(0x007D04F0, void, GetRandomHidingSpot__ctor, (GetRandomHidingSpot * __this, MethodInfo * method)); DO_APP_FUNC(0x007D05E0, bool, GetRandomHidingSpot__OnUpdate_b__15_0, (GetRandomHidingSpot * __this, List_1_UnityEngine_Vector3_ * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4C68, GetRandomHidingSpot__OnUpdate_b__15_0__MethodInfo); DO_APP_FUNC(0x007D0960, void, GetRandomHidingSpot_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GetRandomHidingSpot_c__ctor, (GetRandomHidingSpot_c * __this, MethodInfo * method)); DO_APP_FUNC(0x007D0A10, Vector3, GetRandomHidingSpot_c__OnStart_b__12_0, (GetRandomHidingSpot_c * __this, GameObject * h, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4C80, GetRandomHidingSpot_c__OnStart_b__12_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, GetRandomHidingSpot_ConstructPath_d_13__ctor, (GetRandomHidingSpot_ConstructPath_d_13 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GetRandomHidingSpot_ConstructPath_d_13_System_IDisposable_Dispose, (GetRandomHidingSpot_ConstructPath_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x007D0B30, bool, GetRandomHidingSpot_ConstructPath_d_13_MoveNext, (GetRandomHidingSpot_ConstructPath_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GetRandomHidingSpot_ConstructPath_d_13_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GetRandomHidingSpot_ConstructPath_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x007D0E10, void, GetRandomHidingSpot_ConstructPath_d_13_System_Collections_IEnumerator_Reset, (GetRandomHidingSpot_ConstructPath_d_13 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4C38, GetRandomHidingSpot_ConstructPath_d_13_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GetRandomHidingSpot_ConstructPath_d_13_System_Collections_IEnumerator_get_Current, (GetRandomHidingSpot_ConstructPath_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x007D0E60, void, GetValidHidingSpots_OnAwake, (GetValidHidingSpots * __this, MethodInfo * method)); DO_APP_FUNC(0x007D0F10, TaskStatus__Enum_1, GetValidHidingSpots_OnUpdate, (GetValidHidingSpots * __this, MethodInfo * method)); DO_APP_FUNC(0x00777850, void, GetValidHidingSpots_OnReset, (GetValidHidingSpots * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetValidHidingSpots__ctor, (GetValidHidingSpots * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GetValidHidingSpots_c_DisplayClass5_0__ctor, (GetValidHidingSpots_c_DisplayClass5_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x007D1210, bool, GetValidHidingSpots_c_DisplayClass5_0__OnUpdate_b__0, (GetValidHidingSpots_c_DisplayClass5_0 * __this, GameObject * h, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4C20, GetValidHidingSpots_c_DisplayClass5_0__OnUpdate_b__0__MethodInfo); DO_APP_FUNC(0x007D1310, void, UseHoleComplete_OnAwake, (UseHoleComplete * __this, MethodInfo * method)); DO_APP_FUNC(0x007D14D0, TaskStatus__Enum_1, UseHoleComplete_OnUpdate, (UseHoleComplete * __this, MethodInfo * method)); DO_APP_FUNC(0x007686B0, void, UseHoleComplete_OnReset, (UseHoleComplete * __this, MethodInfo * method)); DO_APP_FUNC(0x007D1720, void, UseHoleComplete__ctor, (UseHoleComplete * __this, MethodInfo * method)); DO_APP_FUNC(0x007D1820, void, BoltDetach_OnStart, (BoltDetach * __this, MethodInfo * method)); DO_APP_FUNC(0x007D1920, TaskStatus__Enum_1, BoltDetach_OnUpdate, (BoltDetach * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, BoltDetach_OnReset, (BoltDetach * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, BoltDetach__ctor, (BoltDetach * __this, MethodInfo * method)); DO_APP_FUNC(0x007D1AF0, void, ClaimPerch_OnAwake, (ClaimPerch * __this, MethodInfo * method)); DO_APP_FUNC(0x007D1BA0, TaskStatus__Enum_1, ClaimPerch_OnUpdate, (ClaimPerch * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, ClaimPerch_OnReset, (ClaimPerch * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, ClaimPerch__ctor, (ClaimPerch * __this, MethodInfo * method)); DO_APP_FUNC(0x007D1D80, void, GetNearestPerch_OnAwake, (GetNearestPerch * __this, MethodInfo * method)); DO_APP_FUNC(0x007D2010, void, GetNearestPerch_OnStart, (GetNearestPerch * __this, MethodInfo * method)); DO_APP_FUNC(0x007D2840, IEnumerator *, GetNearestPerch_ConstructPath, (GetNearestPerch * __this, MethodInfo * method)); DO_APP_FUNC(0x007D28E0, bool, GetNearestPerch_UseBackupMethod, (GetNearestPerch * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE20, void, GetNearestPerch_OnPathComplete, (GetNearestPerch * __this, Path_1 * p, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4B78, GetNearestPerch_OnPathComplete__MethodInfo); DO_APP_FUNC(0x007D2D80, TaskStatus__Enum_1, GetNearestPerch_OnUpdate, (GetNearestPerch * __this, MethodInfo * method)); DO_APP_FUNC(0x007D2FE0, void, GetNearestPerch_OnEnd, (GetNearestPerch * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, GetNearestPerch_OnReset, (GetNearestPerch * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetNearestPerch__ctor, (GetNearestPerch * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GetNearestPerch_c_DisplayClass9_0__ctor, (GetNearestPerch_c_DisplayClass9_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x007D3000, bool, GetNearestPerch_c_DisplayClass9_0__OnStart_b__1, (GetNearestPerch_c_DisplayClass9_0 * __this, CrowPerchController * p, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4BC0, GetNearestPerch_c_DisplayClass9_0__OnStart_b__1__MethodInfo); DO_APP_FUNC(0x007D3200, void, GetNearestPerch_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GetNearestPerch_c__ctor, (GetNearestPerch_c * __this, MethodInfo * method)); DO_APP_FUNC(0x007D32B0, CrowPerchController *, GetNearestPerch_c__OnStart_b__9_0, (GetNearestPerch_c * __this, GameObject * perch, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4BD0, GetNearestPerch_c__OnStart_b__9_0__MethodInfo); DO_APP_FUNC(0x007D3300, Vector3, GetNearestPerch_c__OnStart_b__9_2, (GetNearestPerch_c * __this, CrowPerchController * perch, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4BB8, GetNearestPerch_c__OnStart_b__9_2__MethodInfo); DO_APP_FUNC(0x003BAD60, void, GetNearestPerch_ConstructPath_d_10__ctor, (GetNearestPerch_ConstructPath_d_10 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GetNearestPerch_ConstructPath_d_10_System_IDisposable_Dispose, (GetNearestPerch_ConstructPath_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x007D33E0, bool, GetNearestPerch_ConstructPath_d_10_MoveNext, (GetNearestPerch_ConstructPath_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GetNearestPerch_ConstructPath_d_10_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GetNearestPerch_ConstructPath_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x007D36A0, void, GetNearestPerch_ConstructPath_d_10_System_Collections_IEnumerator_Reset, (GetNearestPerch_ConstructPath_d_10 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4B80, GetNearestPerch_ConstructPath_d_10_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GetNearestPerch_ConstructPath_d_10_System_Collections_IEnumerator_get_Current, (GetNearestPerch_ConstructPath_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x007D36F0, void, GetRandomAvailablePerch_OnAwake, (GetRandomAvailablePerch * __this, MethodInfo * method)); DO_APP_FUNC(0x007D3870, void, GetRandomAvailablePerch_OnStart, (GetRandomAvailablePerch * __this, MethodInfo * method)); DO_APP_FUNC(0x007D3940, TaskStatus__Enum_1, GetRandomAvailablePerch_OnUpdate, (GetRandomAvailablePerch * __this, MethodInfo * method)); DO_APP_FUNC(0x007D4200, void, GetRandomAvailablePerch_OnPathComplete, (GetRandomAvailablePerch * __this, Path_1 * p, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4B40, GetRandomAvailablePerch_OnPathComplete__MethodInfo); DO_APP_FUNC(0x007D4430, void, GetRandomAvailablePerch_CheckNextRandomPerch, (GetRandomAvailablePerch * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, GetRandomAvailablePerch_OnReset, (GetRandomAvailablePerch * __this, MethodInfo * method)); DO_APP_FUNC(0x007D4700, void, GetRandomAvailablePerch__ctor, (GetRandomAvailablePerch * __this, MethodInfo * method)); DO_APP_FUNC(0x007D4890, void, GetRandomAvailablePerch_RandomPerch__ctor, (GetRandomAvailablePerch_RandomPerch * __this, GameObject * perch, NNInfo nearestNode, MethodInfo * method)); DO_APP_FUNC(0x007D4950, void, ReleasePerch_OnAwake, (ReleasePerch * __this, MethodInfo * method)); DO_APP_FUNC(0x007D4A00, TaskStatus__Enum_1, ReleasePerch_OnUpdate, (ReleasePerch * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, ReleasePerch_OnReset, (ReleasePerch * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, ReleasePerch__ctor, (ReleasePerch * __this, MethodInfo * method)); DO_APP_FUNC(0x007D4BD0, TaskStatus__Enum_1, GetCrawlerType_OnUpdate, (GetCrawlerType * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, GetCrawlerType_OnReset, (GetCrawlerType * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetCrawlerType__ctor, (GetCrawlerType * __this, MethodInfo * method)); DO_APP_FUNC(0x007D4DF0, TaskStatus__Enum_1, GetGameMode_OnUpdate, (GetGameMode * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, GetGameMode_OnReset, (GetGameMode * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetGameMode__ctor, (GetGameMode * __this, MethodInfo * method)); DO_APP_FUNC(0x007D4F70, void, GetRandomGameObject_OnAwake, (GetRandomGameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x007D5120, void, GetRandomGameObject_OnStart, (GetRandomGameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x007D55A0, IEnumerator *, GetRandomGameObject_ConstructPath, (GetRandomGameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F50, void, GetRandomGameObject_OnPathComplete, (GetRandomGameObject * __this, Path_1 * p, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4AD8, GetRandomGameObject_OnPathComplete__MethodInfo); DO_APP_FUNC(0x007D5640, void, GetRandomGameObject_FilterByVectorDistance, (GetRandomGameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x007D59B0, TaskStatus__Enum_1, GetRandomGameObject_OnUpdate, (GetRandomGameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x007D60E0, void, GetRandomGameObject_OnReset, (GetRandomGameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x007D6270, void, GetRandomGameObject__ctor, (GetRandomGameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x007D63C0, bool, GetRandomGameObject__FilterByVectorDistance_b__16_0, (GetRandomGameObject * __this, GameObject * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4B08, GetRandomGameObject__FilterByVectorDistance_b__16_0__MethodInfo); DO_APP_FUNC(0x007D66B0, bool, GetRandomGameObject__FilterByVectorDistance_b__16_1, (GetRandomGameObject * __this, GameObject * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4B00, GetRandomGameObject__FilterByVectorDistance_b__16_1__MethodInfo); DO_APP_FUNC(0x007D6910, bool, GetRandomGameObject__OnUpdate_b__17_1, (GetRandomGameObject * __this, _f_AnonymousType0_2_System_Collections_Generic_List_1_System_Int32_ * entry, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4AF8, GetRandomGameObject__OnUpdate_b__17_1__MethodInfo); DO_APP_FUNC(0x007D6CB0, void, GetRandomGameObject_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GetRandomGameObject_c__ctor, (GetRandomGameObject_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0061E8F0, Vector3, GetRandomGameObject_c__OnStart_b__13_0, (GetRandomGameObject_c * __this, GameObject * go, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4B18, GetRandomGameObject_c__OnStart_b__13_0__MethodInfo); DO_APP_FUNC(0x007D6D60, _f_AnonymousType0_2_System_Collections_Generic_List_1_System_Int32_ *, GetRandomGameObject_c__OnUpdate_b__17_0, (GetRandomGameObject_c * __this, List_1_UnityEngine_Vector3_ * vectorPath, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4AE8, GetRandomGameObject_c__OnUpdate_b__17_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, GetRandomGameObject_ConstructPath_d_14__ctor, (GetRandomGameObject_ConstructPath_d_14 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GetRandomGameObject_ConstructPath_d_14_System_IDisposable_Dispose, (GetRandomGameObject_ConstructPath_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x007D6E20, bool, GetRandomGameObject_ConstructPath_d_14_MoveNext, (GetRandomGameObject_ConstructPath_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, GetRandomGameObject_ConstructPath_d_14_System_Collections_Generic_IEnumerator_System_Object__get_Current, (GetRandomGameObject_ConstructPath_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x007D70B0, void, GetRandomGameObject_ConstructPath_d_14_System_Collections_IEnumerator_Reset, (GetRandomGameObject_ConstructPath_d_14 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4AD0, GetRandomGameObject_ConstructPath_d_14_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GetRandomGameObject_ConstructPath_d_14_System_Collections_IEnumerator_get_Current, (GetRandomGameObject_ConstructPath_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x007D7100, TaskStatus__Enum_1, GetRandomIntDataAnimation_OnUpdate, (GetRandomIntDataAnimation * __this, MethodInfo * method)); DO_APP_FUNC(0x007D73A0, void, GetRandomIntDataAnimation_OnReset, (GetRandomIntDataAnimation * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetRandomIntDataAnimation__ctor, (GetRandomIntDataAnimation * __this, MethodInfo * method)); DO_APP_FUNC(0x007D7540, TaskStatus__Enum_1, FindBothPlayers_OnUpdate, (FindBothPlayers * __this, MethodInfo * method)); DO_APP_FUNC(0x007D78C0, void, FindBothPlayers_OnReset, (FindBothPlayers * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, FindBothPlayers__ctor, (FindBothPlayers * __this, MethodInfo * method)); DO_APP_FUNC(0x007D7930, void, OtherPlayerFlashlightOnMe_OnAwake, (OtherPlayerFlashlightOnMe * __this, MethodInfo * method)); DO_APP_FUNC(0x007D7B80, TaskStatus__Enum_1, OtherPlayerFlashlightOnMe_OnUpdate, (OtherPlayerFlashlightOnMe * __this, MethodInfo * method)); DO_APP_FUNC(0x007D8740, bool, OtherPlayerFlashlightOnMe_CheckRaycastHit, (OtherPlayerFlashlightOnMe * __this, Transform * hitTransform, MethodInfo * method)); DO_APP_FUNC(0x007D8D70, void, OtherPlayerFlashlightOnMe_OnReset, (OtherPlayerFlashlightOnMe * __this, MethodInfo * method)); DO_APP_FUNC(0x007D8E00, void, OtherPlayerFlashlightOnMe__ctor, (OtherPlayerFlashlightOnMe * __this, MethodInfo * method)); DO_APP_FUNC(0x007D9030, TaskStatus__Enum_1, OtherPlayerTouchingMe_OnUpdate, (OtherPlayerTouchingMe * __this, MethodInfo * method)); DO_APP_FUNC(0x007D9850, void, OtherPlayerTouchingMe_OnReset, (OtherPlayerTouchingMe * __this, MethodInfo * method)); DO_APP_FUNC(0x007D9940, void, OtherPlayerTouchingMe__ctor, (OtherPlayerTouchingMe * __this, MethodInfo * method)); DO_APP_FUNC(0x007D99C0, void, PlayerFlashlightOnMe_OnAwake, (PlayerFlashlightOnMe * __this, MethodInfo * method)); DO_APP_FUNC(0x007D9BA0, void, PlayerFlashlightOnMe_OnStart, (PlayerFlashlightOnMe * __this, MethodInfo * method)); DO_APP_FUNC(0x007D9C20, TaskStatus__Enum_1, PlayerFlashlightOnMe_OnUpdate, (PlayerFlashlightOnMe * __this, MethodInfo * method)); DO_APP_FUNC(0x007DAE50, bool, PlayerFlashlightOnMe_IsPlayerFrying, (PlayerFlashlightOnMe * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x007DB060, void, PlayerFlashlightOnMe_OnReset, (PlayerFlashlightOnMe * __this, MethodInfo * method)); DO_APP_FUNC(0x007DB0F0, void, PlayerFlashlightOnMe_OnPlayerDetached, (PlayerFlashlightOnMe * __this, BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4AA0, PlayerFlashlightOnMe_OnPlayerDetached__MethodInfo); DO_APP_FUNC(0x007DB590, void, PlayerFlashlightOnMe_ResetCaches, (PlayerFlashlightOnMe * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x007DB5C0, void, PlayerFlashlightOnMe_OnBehaviorComplete, (PlayerFlashlightOnMe * __this, MethodInfo * method)); DO_APP_FUNC(0x007DB750, void, PlayerFlashlightOnMe__ctor, (PlayerFlashlightOnMe * __this, MethodInfo * method)); DO_APP_FUNC(0x007DB8F0, void, PlayerTouchingMe_OnAwake, (PlayerTouchingMe * __this, MethodInfo * method)); DO_APP_FUNC(0x007DBA30, TaskStatus__Enum_1, PlayerTouchingMe_OnUpdate, (PlayerTouchingMe * __this, MethodInfo * method)); DO_APP_FUNC(0x007DC210, bool, PlayerTouchingMe_IsPlayerCrawling, (PlayerTouchingMe * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x007DC420, bool, PlayerTouchingMe_IsBeingKnockedOut, (PlayerTouchingMe * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x007DC6C0, void, PlayerTouchingMe_OnReset, (PlayerTouchingMe * __this, MethodInfo * method)); DO_APP_FUNC(0x007DC7B0, void, PlayerTouchingMe_OnPlayerDetached, (PlayerTouchingMe * __this, BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4A98, PlayerTouchingMe_OnPlayerDetached__MethodInfo); DO_APP_FUNC(0x007DCC50, void, PlayerTouchingMe_ResetCaches, (PlayerTouchingMe * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x007DCC80, void, PlayerTouchingMe_OnBehaviorComplete, (PlayerTouchingMe * __this, MethodInfo * method)); DO_APP_FUNC(0x007DCE10, void, PlayerTouchingMe__ctor, (PlayerTouchingMe * __this, MethodInfo * method)); DO_APP_FUNC(0x007DCF90, TaskStatus__Enum_1, DrawLine_OnUpdate, (DrawLine * __this, MethodInfo * method)); DO_APP_FUNC(0x007DD310, void, DrawLine_OnReset, (DrawLine * __this, MethodInfo * method)); DO_APP_FUNC(0x007DD6A0, void, DrawLine__ctor, (DrawLine * __this, MethodInfo * method)); DO_APP_FUNC(0x007DD7F0, TaskStatus__Enum_1, DrawRay_OnUpdate, (DrawRay * __this, MethodInfo * method)); DO_APP_FUNC(0x007DD9F0, void, DrawRay_OnReset, (DrawRay * __this, MethodInfo * method)); DO_APP_FUNC(0x007DDCC0, void, DrawRay__ctor, (DrawRay * __this, MethodInfo * method)); DO_APP_FUNC(0x007DDDB0, TaskStatus__Enum_1, LogFormat_OnUpdate, (LogFormat * __this, MethodInfo * method)); DO_APP_FUNC(0x007DDF40, Object__Array *, LogFormat_buildParamsArray, (LogFormat * __this, MethodInfo * method)); DO_APP_FUNC(0x007DE490, bool, LogFormat_isValid, (LogFormat * __this, SharedVariable * sv, MethodInfo * method)); DO_APP_FUNC(0x007DE4C0, void, LogFormat_OnReset, (LogFormat * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, LogFormat__ctor, (LogFormat * __this, MethodInfo * method)); DO_APP_FUNC(0x007DE710, TaskStatus__Enum_1, LogValue_OnUpdate, (LogValue * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, LogValue_OnReset, (LogValue * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, LogValue__ctor, (LogValue * __this, MethodInfo * method)); DO_APP_FUNC(0x007DE7F0, TaskStatus__Enum_1, GetEnabled_OnUpdate, (GetEnabled * __this, MethodInfo * method)); DO_APP_FUNC(0x007DE990, void, GetEnabled_OnReset, (GetEnabled * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetEnabled__ctor, (GetEnabled * __this, MethodInfo * method)); DO_APP_FUNC(0x007DEA30, TaskStatus__Enum_1, SetEnabled_OnUpdate, (SetEnabled * __this, MethodInfo * method)); DO_APP_FUNC(0x007DEBC0, void, SetEnabled_OnReset, (SetEnabled * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetEnabled__ctor, (SetEnabled * __this, MethodInfo * method)); DO_APP_FUNC(0x007DEC60, void, GetOffset_OnStart, (GetOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x007DEF30, TaskStatus__Enum_1, GetOffset_OnUpdate, (GetOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, GetOffset_OnReset, (GetOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetOffset__ctor, (GetOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x007DF140, void, GetRadius_1_OnStart, (GetRadius_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007DF410, TaskStatus__Enum_1, GetRadius_1_OnUpdate, (GetRadius_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetRadius_1_OnReset, (GetRadius_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetRadius_1__ctor, (GetRadius_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007DF630, void, SetOffset_OnStart, (SetOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x007DF900, TaskStatus__Enum_1, SetOffset_OnUpdate, (SetOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, SetOffset_OnReset, (SetOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetOffset__ctor, (SetOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x007DFB40, void, SetRadius_1_OnStart, (SetRadius_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007DFE10, TaskStatus__Enum_1, SetRadius_1_OnUpdate, (SetRadius_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetRadius_1_OnReset, (SetRadius_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetRadius_1__ctor, (SetRadius_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E0030, void, GetCenter_1_OnStart, (GetCenter_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E0300, TaskStatus__Enum_1, GetCenter_1_OnUpdate, (GetCenter_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, GetCenter_1_OnReset, (GetCenter_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetCenter_1__ctor, (GetCenter_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E0550, void, GetHeight_OnStart, (GetHeight * __this, MethodInfo * method)); DO_APP_FUNC(0x007E0820, TaskStatus__Enum_1, GetHeight_OnUpdate, (GetHeight * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetHeight_OnReset, (GetHeight * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetHeight__ctor, (GetHeight * __this, MethodInfo * method)); DO_APP_FUNC(0x007E0A40, void, GetRadius_2_OnStart, (GetRadius_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E0D10, TaskStatus__Enum_1, GetRadius_2_OnUpdate, (GetRadius_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetRadius_2_OnReset, (GetRadius_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetRadius_2__ctor, (GetRadius_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E0F30, void, GetSlopeLimit_OnStart, (GetSlopeLimit * __this, MethodInfo * method)); DO_APP_FUNC(0x007E1200, TaskStatus__Enum_1, GetSlopeLimit_OnUpdate, (GetSlopeLimit * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetSlopeLimit_OnReset, (GetSlopeLimit * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetSlopeLimit__ctor, (GetSlopeLimit * __this, MethodInfo * method)); DO_APP_FUNC(0x007E1420, void, GetStepOffset_OnStart, (GetStepOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x007E16F0, TaskStatus__Enum_1, GetStepOffset_OnUpdate, (GetStepOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetStepOffset_OnReset, (GetStepOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetStepOffset__ctor, (GetStepOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x007E1910, void, GetVelocity_2_OnStart, (GetVelocity_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E1BE0, TaskStatus__Enum_1, GetVelocity_2_OnUpdate, (GetVelocity_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, GetVelocity_2_OnReset, (GetVelocity_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetVelocity_2__ctor, (GetVelocity_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E1E30, TaskStatus__Enum_1, HasColliderHit_OnUpdate, (HasColliderHit * __this, MethodInfo * method)); DO_APP_FUNC(0x007E1E40, void, HasColliderHit_OnEnd, (HasColliderHit * __this, MethodInfo * method)); DO_APP_FUNC(0x007E1E50, void, HasColliderHit_OnControllerColliderHit, (HasColliderHit * __this, ControllerColliderHit * hit, MethodInfo * method)); DO_APP_FUNC(0x007E20C0, void, HasColliderHit_OnReset, (HasColliderHit * __this, MethodInfo * method)); DO_APP_FUNC(0x007E2210, void, HasColliderHit__ctor, (HasColliderHit * __this, MethodInfo * method)); DO_APP_FUNC(0x007E22A0, void, IsGrounded_OnStart, (IsGrounded * __this, MethodInfo * method)); DO_APP_FUNC(0x007E2570, TaskStatus__Enum_1, IsGrounded_OnUpdate, (IsGrounded * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, IsGrounded_OnReset, (IsGrounded * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsGrounded__ctor, (IsGrounded * __this, MethodInfo * method)); DO_APP_FUNC(0x007E2730, void, Move_1_OnStart, (Move_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E2A00, TaskStatus__Enum_1, Move_1_OnUpdate, (Move_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, Move_1_OnReset, (Move_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Move_1__ctor, (Move_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E2C30, void, SetCenter_1_OnStart, (SetCenter_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E2F00, TaskStatus__Enum_1, SetCenter_1_OnUpdate, (SetCenter_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, SetCenter_1_OnReset, (SetCenter_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetCenter_1__ctor, (SetCenter_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E3130, void, SetHeight_OnStart, (SetHeight * __this, MethodInfo * method)); DO_APP_FUNC(0x007E3400, TaskStatus__Enum_1, SetHeight_OnUpdate, (SetHeight * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetHeight_OnReset, (SetHeight * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetHeight__ctor, (SetHeight * __this, MethodInfo * method)); DO_APP_FUNC(0x007E3620, void, SetRadius_2_OnStart, (SetRadius_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E38F0, TaskStatus__Enum_1, SetRadius_2_OnUpdate, (SetRadius_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetRadius_2_OnReset, (SetRadius_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetRadius_2__ctor, (SetRadius_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E3B10, void, SetSlopeLimit_OnStart, (SetSlopeLimit * __this, MethodInfo * method)); DO_APP_FUNC(0x007E3DE0, TaskStatus__Enum_1, SetSlopeLimit_OnUpdate, (SetSlopeLimit * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetSlopeLimit_OnReset, (SetSlopeLimit * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetSlopeLimit__ctor, (SetSlopeLimit * __this, MethodInfo * method)); DO_APP_FUNC(0x007E4000, void, SetStepOffset_OnStart, (SetStepOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x007E42D0, TaskStatus__Enum_1, SetStepOffset_OnUpdate, (SetStepOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetStepOffset_OnReset, (SetStepOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetStepOffset__ctor, (SetStepOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x007E44F0, void, SimpleMove_OnStart, (SimpleMove * __this, MethodInfo * method)); DO_APP_FUNC(0x007E47C0, TaskStatus__Enum_1, SimpleMove_OnUpdate, (SimpleMove * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, SimpleMove_OnReset, (SimpleMove * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SimpleMove__ctor, (SimpleMove * __this, MethodInfo * method)); DO_APP_FUNC(0x007E49F0, void, GetCenter_2_OnStart, (GetCenter_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E4CC0, TaskStatus__Enum_1, GetCenter_2_OnUpdate, (GetCenter_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, GetCenter_2_OnReset, (GetCenter_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetCenter_2__ctor, (GetCenter_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E4F10, void, GetDirection_OnStart, (GetDirection * __this, MethodInfo * method)); DO_APP_FUNC(0x007E51E0, TaskStatus__Enum_1, GetDirection_OnUpdate, (GetDirection * __this, MethodInfo * method)); DO_APP_FUNC(0x00780270, void, GetDirection_OnReset, (GetDirection * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetDirection__ctor, (GetDirection * __this, MethodInfo * method)); DO_APP_FUNC(0x007E5400, void, GetHeight_1_OnStart, (GetHeight_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E56D0, TaskStatus__Enum_1, GetHeight_1_OnUpdate, (GetHeight_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetHeight_1_OnReset, (GetHeight_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetHeight_1__ctor, (GetHeight_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E58F0, void, GetRadius_3_OnStart, (GetRadius_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E5BC0, TaskStatus__Enum_1, GetRadius_3_OnUpdate, (GetRadius_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetRadius_3_OnReset, (GetRadius_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetRadius_3__ctor, (GetRadius_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E5DE0, void, SetCenter_2_OnStart, (SetCenter_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E60B0, TaskStatus__Enum_1, SetCenter_2_OnUpdate, (SetCenter_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, SetCenter_2_OnReset, (SetCenter_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetCenter_2__ctor, (SetCenter_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E62E0, void, SetDirection_OnStart, (SetDirection * __this, MethodInfo * method)); DO_APP_FUNC(0x007E65B0, TaskStatus__Enum_1, SetDirection_OnUpdate, (SetDirection * __this, MethodInfo * method)); DO_APP_FUNC(0x00780270, void, SetDirection_OnReset, (SetDirection * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetDirection__ctor, (SetDirection * __this, MethodInfo * method)); DO_APP_FUNC(0x007E67C0, void, SetHeight_1_OnStart, (SetHeight_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E6A90, TaskStatus__Enum_1, SetHeight_1_OnUpdate, (SetHeight_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetHeight_1_OnReset, (SetHeight_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetHeight_1__ctor, (SetHeight_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E6C70, void, SetRadius_3_OnStart, (SetRadius_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E6F40, TaskStatus__Enum_1, SetRadius_3_OnUpdate, (SetRadius_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetRadius_3_OnReset, (SetRadius_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetRadius_3__ctor, (SetRadius_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E7120, void, GetSize_OnStart, (GetSize * __this, MethodInfo * method)); DO_APP_FUNC(0x007E73F0, TaskStatus__Enum_1, GetSize_OnUpdate, (GetSize * __this, MethodInfo * method)); DO_APP_FUNC(0x007951A0, void, GetSize_OnReset, (GetSize * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetSize__ctor, (GetSize * __this, MethodInfo * method)); DO_APP_FUNC(0x007E7630, void, SetSize_OnStart, (SetSize * __this, MethodInfo * method)); DO_APP_FUNC(0x007E7900, TaskStatus__Enum_1, SetSize_OnUpdate, (SetSize * __this, MethodInfo * method)); DO_APP_FUNC(0x007951A0, void, SetSize_OnReset, (SetSize * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetSize__ctor, (SetSize * __this, MethodInfo * method)); DO_APP_FUNC(0x007E7AE0, void, GetCenter_3_OnStart, (GetCenter_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E7DB0, TaskStatus__Enum_1, GetCenter_3_OnUpdate, (GetCenter_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, GetCenter_3_OnReset, (GetCenter_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetCenter_3__ctor, (GetCenter_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E8000, void, GetSize_1_OnStart, (GetSize_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E82D0, TaskStatus__Enum_1, GetSize_1_OnUpdate, (GetSize_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, GetSize_1_OnReset, (GetSize_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetSize_1__ctor, (GetSize_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E8520, void, SetCenter_3_OnStart, (SetCenter_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E87F0, TaskStatus__Enum_1, SetCenter_3_OnUpdate, (SetCenter_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, SetCenter_3_OnReset, (SetCenter_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetCenter_3__ctor, (SetCenter_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E8A20, void, SetSize_1_OnStart, (SetSize_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E8CF0, TaskStatus__Enum_1, SetSize_1_OnUpdate, (SetSize_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, SetSize_1_OnReset, (SetSize_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetSize_1__ctor, (SetSize_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E8F20, TaskStatus__Enum_1, GetEnabled_1_OnUpdate, (GetEnabled_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E90C0, void, GetEnabled_1_OnReset, (GetEnabled_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetEnabled_1__ctor, (GetEnabled_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E9160, TaskStatus__Enum_1, IsEnabled_OnUpdate, (IsEnabled * __this, MethodInfo * method)); DO_APP_FUNC(0x007E92C0, void, IsEnabled_OnReset, (IsEnabled * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsEnabled__ctor, (IsEnabled * __this, MethodInfo * method)); DO_APP_FUNC(0x007E9310, TaskStatus__Enum_1, SetEnabled_1_OnUpdate, (SetEnabled_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E94A0, void, SetEnabled_1_OnReset, (SetEnabled_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetEnabled_1__ctor, (SetEnabled_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007E9540, void, GetIgnoreListenerPause_OnStart, (GetIgnoreListenerPause * __this, MethodInfo * method)); DO_APP_FUNC(0x007E9810, TaskStatus__Enum_1, GetIgnoreListenerPause_OnUpdate, (GetIgnoreListenerPause * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FB20, void, GetIgnoreListenerPause_OnReset, (GetIgnoreListenerPause * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetIgnoreListenerPause__ctor, (GetIgnoreListenerPause * __this, MethodInfo * method)); DO_APP_FUNC(0x007E9A30, void, GetIgnoreListenerVolume_OnStart, (GetIgnoreListenerVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x007E9D00, TaskStatus__Enum_1, GetIgnoreListenerVolume_OnUpdate, (GetIgnoreListenerVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FB20, void, GetIgnoreListenerVolume_OnReset, (GetIgnoreListenerVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetIgnoreListenerVolume__ctor, (GetIgnoreListenerVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x007E9F20, void, GetLoop_1_OnStart, (GetLoop_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007EA1F0, TaskStatus__Enum_1, GetLoop_1_OnUpdate, (GetLoop_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FB20, void, GetLoop_1_OnReset, (GetLoop_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetLoop_1__ctor, (GetLoop_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007EA410, void, GetMaxDistance_OnStart, (GetMaxDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x007EA6E0, TaskStatus__Enum_1, GetMaxDistance_OnUpdate, (GetMaxDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x007B4F10, void, GetMaxDistance_OnReset, (GetMaxDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetMaxDistance__ctor, (GetMaxDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x007EA900, void, GetMinDistance_OnStart, (GetMinDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x007EABD0, TaskStatus__Enum_1, GetMinDistance_OnUpdate, (GetMinDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x007B4F10, void, GetMinDistance_OnReset, (GetMinDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetMinDistance__ctor, (GetMinDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x007EADF0, void, GetMute_OnStart, (GetMute * __this, MethodInfo * method)); DO_APP_FUNC(0x007EB0C0, TaskStatus__Enum_1, GetMute_OnUpdate, (GetMute * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FB20, void, GetMute_OnReset, (GetMute * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetMute__ctor, (GetMute * __this, MethodInfo * method)); DO_APP_FUNC(0x007EB2E0, void, GetPitch_OnStart, (GetPitch * __this, MethodInfo * method)); DO_APP_FUNC(0x007EB5B0, TaskStatus__Enum_1, GetPitch_OnUpdate, (GetPitch * __this, MethodInfo * method)); DO_APP_FUNC(0x007B4F10, void, GetPitch_OnReset, (GetPitch * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetPitch__ctor, (GetPitch * __this, MethodInfo * method)); DO_APP_FUNC(0x007EB7D0, void, GetPriority_OnStart, (GetPriority * __this, MethodInfo * method)); DO_APP_FUNC(0x007EBAA0, TaskStatus__Enum_1, GetPriority_OnUpdate, (GetPriority * __this, MethodInfo * method)); DO_APP_FUNC(0x007EBCC0, void, GetPriority_OnReset, (GetPriority * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetPriority__ctor, (GetPriority * __this, MethodInfo * method)); DO_APP_FUNC(0x007EBDA0, void, GetSpread_OnStart, (GetSpread * __this, MethodInfo * method)); DO_APP_FUNC(0x007EC070, TaskStatus__Enum_1, GetSpread_OnUpdate, (GetSpread * __this, MethodInfo * method)); DO_APP_FUNC(0x007B4F10, void, GetSpread_OnReset, (GetSpread * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetSpread__ctor, (GetSpread * __this, MethodInfo * method)); DO_APP_FUNC(0x007EC290, void, GetTime_2_OnStart, (GetTime_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007EC560, TaskStatus__Enum_1, GetTime_2_OnUpdate, (GetTime_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007B4F10, void, GetTime_2_OnReset, (GetTime_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetTime_2__ctor, (GetTime_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007EC780, void, GetTimeSamples_OnStart, (GetTimeSamples * __this, MethodInfo * method)); DO_APP_FUNC(0x007ECA50, TaskStatus__Enum_1, GetTimeSamples_OnUpdate, (GetTimeSamples * __this, MethodInfo * method)); DO_APP_FUNC(0x007B4F10, void, GetTimeSamples_OnReset, (GetTimeSamples * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetTimeSamples__ctor, (GetTimeSamples * __this, MethodInfo * method)); DO_APP_FUNC(0x007ECC70, void, GetVolume_OnStart, (GetVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x007ECF40, TaskStatus__Enum_1, GetVolume_OnUpdate, (GetVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x007B4F10, void, GetVolume_OnReset, (GetVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetVolume__ctor, (GetVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x007ED160, void, IsPlaying_2_OnStart, (IsPlaying_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007ED430, TaskStatus__Enum_1, IsPlaying_2_OnUpdate, (IsPlaying_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, IsPlaying_2_OnReset, (IsPlaying_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsPlaying_2__ctor, (IsPlaying_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007ED5F0, void, Pause_2_OnStart, (Pause_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007ED8C0, TaskStatus__Enum_1, Pause_2_OnUpdate, (Pause_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, Pause_2_OnReset, (Pause_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Pause_2__ctor, (Pause_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007EDA70, void, Play_2_OnStart, (Play_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007EDD40, TaskStatus__Enum_1, Play_2_OnUpdate, (Play_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, Play_2_OnReset, (Play_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Play_2__ctor, (Play_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x007EDEF0, void, PlayDelayed_OnStart, (PlayDelayed * __this, MethodInfo * method)); DO_APP_FUNC(0x007EE1C0, TaskStatus__Enum_1, PlayDelayed_OnUpdate, (PlayDelayed * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, PlayDelayed_OnReset, (PlayDelayed * __this, MethodInfo * method)); DO_APP_FUNC(0x007EE3F0, void, PlayDelayed__ctor, (PlayDelayed * __this, MethodInfo * method)); DO_APP_FUNC(0x007EE470, void, PlayOneShot_OnStart, (PlayOneShot * __this, MethodInfo * method)); DO_APP_FUNC(0x007EE740, TaskStatus__Enum_1, PlayOneShot_OnUpdate, (PlayOneShot * __this, MethodInfo * method)); DO_APP_FUNC(0x007EE9C0, void, PlayOneShot_OnReset, (PlayOneShot * __this, MethodInfo * method)); DO_APP_FUNC(0x007EEAF0, void, PlayOneShot__ctor, (PlayOneShot * __this, MethodInfo * method)); DO_APP_FUNC(0x007EEB70, void, PlayScheduled_OnStart, (PlayScheduled * __this, MethodInfo * method)); DO_APP_FUNC(0x007EEE40, TaskStatus__Enum_1, PlayScheduled_OnUpdate, (PlayScheduled * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, PlayScheduled_OnReset, (PlayScheduled * __this, MethodInfo * method)); DO_APP_FUNC(0x007EE3F0, void, PlayScheduled__ctor, (PlayScheduled * __this, MethodInfo * method)); DO_APP_FUNC(0x007EF070, void, SetAudioClip_OnStart, (SetAudioClip * __this, MethodInfo * method)); DO_APP_FUNC(0x007EF340, TaskStatus__Enum_1, SetAudioClip_OnUpdate, (SetAudioClip * __this, MethodInfo * method)); DO_APP_FUNC(0x00777850, void, SetAudioClip_OnReset, (SetAudioClip * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetAudioClip__ctor, (SetAudioClip * __this, MethodInfo * method)); DO_APP_FUNC(0x007EF500, void, SetIgnoreListenerVolume_OnStart, (SetIgnoreListenerVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x007EF7D0, TaskStatus__Enum_1, SetIgnoreListenerVolume_OnUpdate, (SetIgnoreListenerVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FB20, void, SetIgnoreListenerVolume_OnReset, (SetIgnoreListenerVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetIgnoreListenerVolume__ctor, (SetIgnoreListenerVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x007EF9F0, void, SetIgnoreListenerPause_OnStart, (SetIgnoreListenerPause * __this, MethodInfo * method)); DO_APP_FUNC(0x007EFCC0, TaskStatus__Enum_1, SetIgnoreListenerPause_OnUpdate, (SetIgnoreListenerPause * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FB20, void, SetIgnoreListenerPause_OnReset, (SetIgnoreListenerPause * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetIgnoreListenerPause__ctor, (SetIgnoreListenerPause * __this, MethodInfo * method)); DO_APP_FUNC(0x007EFEE0, void, SetLoop_1_OnStart, (SetLoop_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007F01B0, TaskStatus__Enum_1, SetLoop_1_OnUpdate, (SetLoop_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FB20, void, SetLoop_1_OnReset, (SetLoop_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetLoop_1__ctor, (SetLoop_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00816340, void, SetMaxDistance_OnStart, (SetMaxDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x00816610, TaskStatus__Enum_1, SetMaxDistance_OnUpdate, (SetMaxDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x007B4F10, void, SetMaxDistance_OnReset, (SetMaxDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetMaxDistance__ctor, (SetMaxDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x008167F0, void, SetMinDistance_OnStart, (SetMinDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x00816AC0, TaskStatus__Enum_1, SetMinDistance_OnUpdate, (SetMinDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x007B4F10, void, SetMinDistance_OnReset, (SetMinDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetMinDistance__ctor, (SetMinDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x00816CA0, void, SetMute_OnStart, (SetMute * __this, MethodInfo * method)); DO_APP_FUNC(0x00816F70, TaskStatus__Enum_1, SetMute_OnUpdate, (SetMute * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FB20, void, SetMute_OnReset, (SetMute * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetMute__ctor, (SetMute * __this, MethodInfo * method)); DO_APP_FUNC(0x00817190, void, SetPitch_OnStart, (SetPitch * __this, MethodInfo * method)); DO_APP_FUNC(0x00817460, TaskStatus__Enum_1, SetPitch_OnUpdate, (SetPitch * __this, MethodInfo * method)); DO_APP_FUNC(0x007B4F10, void, SetPitch_OnReset, (SetPitch * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetPitch__ctor, (SetPitch * __this, MethodInfo * method)); DO_APP_FUNC(0x00817640, void, SetPriority_OnStart, (SetPriority * __this, MethodInfo * method)); DO_APP_FUNC(0x00817910, TaskStatus__Enum_1, SetPriority_OnUpdate, (SetPriority * __this, MethodInfo * method)); DO_APP_FUNC(0x007EBCC0, void, SetPriority_OnReset, (SetPriority * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetPriority__ctor, (SetPriority * __this, MethodInfo * method)); DO_APP_FUNC(0x00817B20, void, SetRolloffMode_OnStart, (SetRolloffMode * __this, MethodInfo * method)); DO_APP_FUNC(0x00817DF0, TaskStatus__Enum_1, SetRolloffMode_OnUpdate, (SetRolloffMode * __this, MethodInfo * method)); DO_APP_FUNC(0x007A4C70, void, SetRolloffMode_OnReset, (SetRolloffMode * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetRolloffMode__ctor, (SetRolloffMode * __this, MethodInfo * method)); DO_APP_FUNC(0x00817FB0, void, SetScheduledEndTime_OnStart, (SetScheduledEndTime * __this, MethodInfo * method)); DO_APP_FUNC(0x00818280, TaskStatus__Enum_1, SetScheduledEndTime_OnUpdate, (SetScheduledEndTime * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetScheduledEndTime_OnReset, (SetScheduledEndTime * __this, MethodInfo * method)); DO_APP_FUNC(0x007EE3F0, void, SetScheduledEndTime__ctor, (SetScheduledEndTime * __this, MethodInfo * method)); DO_APP_FUNC(0x008184A0, void, SetScheduledStartTime_OnStart, (SetScheduledStartTime * __this, MethodInfo * method)); DO_APP_FUNC(0x00818770, TaskStatus__Enum_1, SetScheduledStartTime_OnUpdate, (SetScheduledStartTime * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetScheduledStartTime_OnReset, (SetScheduledStartTime * __this, MethodInfo * method)); DO_APP_FUNC(0x007EE3F0, void, SetScheduledStartTime__ctor, (SetScheduledStartTime * __this, MethodInfo * method)); DO_APP_FUNC(0x00818990, void, SetSpread_OnStart, (SetSpread * __this, MethodInfo * method)); DO_APP_FUNC(0x00818C60, TaskStatus__Enum_1, SetSpread_OnUpdate, (SetSpread * __this, MethodInfo * method)); DO_APP_FUNC(0x007B4F10, void, SetSpread_OnReset, (SetSpread * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetSpread__ctor, (SetSpread * __this, MethodInfo * method)); DO_APP_FUNC(0x00818E40, void, SetTime_1_OnStart, (SetTime_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00819110, TaskStatus__Enum_1, SetTime_1_OnUpdate, (SetTime_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007B4F10, void, SetTime_1_OnReset, (SetTime_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetTime_1__ctor, (SetTime_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x008192F0, void, SetVelocityUpdateMode_OnStart, (SetVelocityUpdateMode * __this, MethodInfo * method)); DO_APP_FUNC(0x008195C0, TaskStatus__Enum_1, SetVelocityUpdateMode_OnUpdate, (SetVelocityUpdateMode * __this, MethodInfo * method)); DO_APP_FUNC(0x007A4C70, void, SetVelocityUpdateMode_OnReset, (SetVelocityUpdateMode * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetVelocityUpdateMode__ctor, (SetVelocityUpdateMode * __this, MethodInfo * method)); DO_APP_FUNC(0x00819780, void, SetVolume_OnStart, (SetVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x00819A50, TaskStatus__Enum_1, SetVolume_OnUpdate, (SetVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x007B4F10, void, SetVolume_OnReset, (SetVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetVolume__ctor, (SetVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x00819C30, void, Stop_3_OnStart, (Stop_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00819F00, TaskStatus__Enum_1, Stop_3_OnUpdate, (Stop_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, Stop_3_OnReset, (Stop_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Stop_3__ctor, (Stop_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0081A0B0, void, CrossFade_OnStart, (CrossFade * __this, MethodInfo * method)); DO_APP_FUNC(0x0081A380, TaskStatus__Enum_1, CrossFade_OnUpdate, (CrossFade * __this, MethodInfo * method)); DO_APP_FUNC(0x0081A5E0, void, CrossFade_OnReset, (CrossFade * __this, MethodInfo * method)); DO_APP_FUNC(0x0081A750, void, CrossFade__ctor, (CrossFade * __this, MethodInfo * method)); DO_APP_FUNC(0x0081A770, void, GetApplyRootMotion_OnStart, (GetApplyRootMotion * __this, MethodInfo * method)); DO_APP_FUNC(0x0081AA40, TaskStatus__Enum_1, GetApplyRootMotion_OnUpdate, (GetApplyRootMotion * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FB20, void, GetApplyRootMotion_OnReset, (GetApplyRootMotion * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetApplyRootMotion__ctor, (GetApplyRootMotion * __this, MethodInfo * method)); DO_APP_FUNC(0x0081AC60, void, GetBoolParameter_OnStart, (GetBoolParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x0081AF30, TaskStatus__Enum_1, GetBoolParameter_OnUpdate, (GetBoolParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x0081B1B0, void, GetBoolParameter_OnReset, (GetBoolParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetBoolParameter__ctor, (GetBoolParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x0081B310, void, GetDeltaPosition_OnStart, (GetDeltaPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x0081B5E0, TaskStatus__Enum_1, GetDeltaPosition_OnUpdate, (GetDeltaPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00780890, void, GetDeltaPosition_OnReset, (GetDeltaPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetDeltaPosition__ctor, (GetDeltaPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x0081B830, void, GetDeltaRotation_OnStart, (GetDeltaRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x0081BB00, TaskStatus__Enum_1, GetDeltaRotation_OnUpdate, (GetDeltaRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x0081BD40, void, GetDeltaRotation_OnReset, (GetDeltaRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetDeltaRotation__ctor, (GetDeltaRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x0081BE00, void, GetFloatParameter_OnStart, (GetFloatParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x0081C0D0, TaskStatus__Enum_1, GetFloatParameter_OnUpdate, (GetFloatParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x0081C350, void, GetFloatParameter_OnReset, (GetFloatParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetFloatParameter__ctor, (GetFloatParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x0081C4B0, void, GetGravityWeight_OnStart, (GetGravityWeight * __this, MethodInfo * method)); DO_APP_FUNC(0x0081C780, TaskStatus__Enum_1, GetGravityWeight_OnUpdate, (GetGravityWeight * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetGravityWeight_OnReset, (GetGravityWeight * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetGravityWeight__ctor, (GetGravityWeight * __this, MethodInfo * method)); DO_APP_FUNC(0x0081C9A0, void, GetIntegerParameter_OnStart, (GetIntegerParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x0081CC70, TaskStatus__Enum_1, GetIntegerParameter_OnUpdate, (GetIntegerParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x0081CEF0, void, GetIntegerParameter_OnReset, (GetIntegerParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetIntegerParameter__ctor, (GetIntegerParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x0081D050, void, GetLayerWeight_OnStart, (GetLayerWeight * __this, MethodInfo * method)); DO_APP_FUNC(0x0081D320, TaskStatus__Enum_1, GetLayerWeight_OnUpdate, (GetLayerWeight * __this, MethodInfo * method)); DO_APP_FUNC(0x0081D5A0, void, GetLayerWeight_OnReset, (GetLayerWeight * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetLayerWeight__ctor, (GetLayerWeight * __this, MethodInfo * method)); DO_APP_FUNC(0x0081D6E0, void, GetSpeed_1_OnStart, (GetSpeed_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0081D9B0, TaskStatus__Enum_1, GetSpeed_1_OnUpdate, (GetSpeed_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, GetSpeed_1_OnReset, (GetSpeed_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetSpeed_1__ctor, (GetSpeed_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0081DBD0, TaskStatus__Enum_1, GetStringToHash_OnUpdate, (GetStringToHash * __this, MethodInfo * method)); DO_APP_FUNC(0x0081DD10, void, GetStringToHash_OnReset, (GetStringToHash * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetStringToHash__ctor, (GetStringToHash * __this, MethodInfo * method)); DO_APP_FUNC(0x0081DE20, void, InterruptMatchTarget_OnStart, (InterruptMatchTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x0081E0F0, TaskStatus__Enum_1, InterruptMatchTarget_OnUpdate, (InterruptMatchTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x0081E2B0, void, InterruptMatchTarget_OnReset, (InterruptMatchTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x0081E310, void, InterruptMatchTarget__ctor, (InterruptMatchTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x0081E320, void, IsInTransition_OnStart, (IsInTransition * __this, MethodInfo * method)); DO_APP_FUNC(0x0081E5F0, TaskStatus__Enum_1, IsInTransition_OnUpdate, (IsInTransition * __this, MethodInfo * method)); DO_APP_FUNC(0x00780270, void, IsInTransition_OnReset, (IsInTransition * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsInTransition__ctor, (IsInTransition * __this, MethodInfo * method)); DO_APP_FUNC(0x0081E810, void, IsName_OnStart, (IsName * __this, MethodInfo * method)); DO_APP_FUNC(0x0081EAE0, TaskStatus__Enum_1, IsName_OnUpdate, (IsName * __this, MethodInfo * method)); DO_APP_FUNC(0x0081EDD0, void, IsName_OnReset, (IsName * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsName__ctor, (IsName * __this, MethodInfo * method)); DO_APP_FUNC(0x0081EF30, void, IsParameterControlledByCurve_OnStart, (IsParameterControlledByCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x0081F200, TaskStatus__Enum_1, IsParameterControlledByCurve_OnUpdate, (IsParameterControlledByCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x0081F420, void, IsParameterControlledByCurve_OnReset, (IsParameterControlledByCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsParameterControlledByCurve__ctor, (IsParameterControlledByCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x0081F520, void, MatchTarget_OnStart, (MatchTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x0081F800, TaskStatus__Enum_1, MatchTarget_OnUpdate, (MatchTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x0081FB60, void, MatchTarget_OnReset, (MatchTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x0081FE20, void, MatchTarget__ctor, (MatchTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x0081FE40, void, Play_3_OnStart, (Play_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00820110, TaskStatus__Enum_1, Play_3_OnUpdate, (Play_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00820300, void, Play_3_OnReset, (Play_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00820410, void, Play_3__ctor, (Play_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00820430, void, SetApplyRootMotion_OnStart, (SetApplyRootMotion * __this, MethodInfo * method)); DO_APP_FUNC(0x00820700, TaskStatus__Enum_1, SetApplyRootMotion_OnUpdate, (SetApplyRootMotion * __this, MethodInfo * method)); DO_APP_FUNC(0x0075FB20, void, SetApplyRootMotion_OnReset, (SetApplyRootMotion * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetApplyRootMotion__ctor, (SetApplyRootMotion * __this, MethodInfo * method)); DO_APP_FUNC(0x00820920, void, SetBoolParameter_OnStart, (SetBoolParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x00820BF0, TaskStatus__Enum_1, SetBoolParameter_OnUpdate, (SetBoolParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x00820F90, IEnumerator *, SetBoolParameter_ResetValue, (SetBoolParameter * __this, bool origVale, MethodInfo * method)); DO_APP_FUNC(0x00821050, void, SetBoolParameter_OnReset, (SetBoolParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetBoolParameter__ctor, (SetBoolParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SetBoolParameter_ResetValue_d_9__ctor, (SetBoolParameter_ResetValue_d_9 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SetBoolParameter_ResetValue_d_9_System_IDisposable_Dispose, (SetBoolParameter_ResetValue_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x008211B0, bool, SetBoolParameter_ResetValue_d_9_MoveNext, (SetBoolParameter_ResetValue_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SetBoolParameter_ResetValue_d_9_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SetBoolParameter_ResetValue_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x00821260, void, SetBoolParameter_ResetValue_d_9_System_Collections_IEnumerator_Reset, (SetBoolParameter_ResetValue_d_9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7C20, SetBoolParameter_ResetValue_d_9_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SetBoolParameter_ResetValue_d_9_System_Collections_IEnumerator_get_Current, (SetBoolParameter_ResetValue_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x008212B0, void, SetFloatParameter_OnStart, (SetFloatParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x00821580, TaskStatus__Enum_1, SetFloatParameter_OnUpdate, (SetFloatParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x00821930, IEnumerator *, SetFloatParameter_ResetValue, (SetFloatParameter * __this, float origVale, MethodInfo * method)); DO_APP_FUNC(0x008219E0, void, SetFloatParameter_OnReset, (SetFloatParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetFloatParameter__ctor, (SetFloatParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SetFloatParameter_ResetValue_d_9__ctor, (SetFloatParameter_ResetValue_d_9 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SetFloatParameter_ResetValue_d_9_System_IDisposable_Dispose, (SetFloatParameter_ResetValue_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x00821B40, bool, SetFloatParameter_ResetValue_d_9_MoveNext, (SetFloatParameter_ResetValue_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SetFloatParameter_ResetValue_d_9_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SetFloatParameter_ResetValue_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x00821BF0, void, SetFloatParameter_ResetValue_d_9_System_Collections_IEnumerator_Reset, (SetFloatParameter_ResetValue_d_9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7C10, SetFloatParameter_ResetValue_d_9_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SetFloatParameter_ResetValue_d_9_System_Collections_IEnumerator_get_Current, (SetFloatParameter_ResetValue_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x00821C40, void, SetIntegerParameter_OnStart, (SetIntegerParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x00821F10, TaskStatus__Enum_1, SetIntegerParameter_OnUpdate, (SetIntegerParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x008222B0, IEnumerator *, SetIntegerParameter_ResetValue, (SetIntegerParameter * __this, int32_t origVale, MethodInfo * method)); DO_APP_FUNC(0x00822360, void, SetIntegerParameter_OnReset, (SetIntegerParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetIntegerParameter__ctor, (SetIntegerParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SetIntegerParameter_ResetValue_d_9__ctor, (SetIntegerParameter_ResetValue_d_9 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SetIntegerParameter_ResetValue_d_9_System_IDisposable_Dispose, (SetIntegerParameter_ResetValue_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x008224C0, bool, SetIntegerParameter_ResetValue_d_9_MoveNext, (SetIntegerParameter_ResetValue_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SetIntegerParameter_ResetValue_d_9_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SetIntegerParameter_ResetValue_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x00822570, void, SetIntegerParameter_ResetValue_d_9_System_Collections_IEnumerator_Reset, (SetIntegerParameter_ResetValue_d_9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7C00, SetIntegerParameter_ResetValue_d_9_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SetIntegerParameter_ResetValue_d_9_System_Collections_IEnumerator_get_Current, (SetIntegerParameter_ResetValue_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x008225C0, void, SetLayerWeight_OnStart, (SetLayerWeight * __this, MethodInfo * method)); DO_APP_FUNC(0x00822890, TaskStatus__Enum_1, SetLayerWeight_OnUpdate, (SetLayerWeight * __this, MethodInfo * method)); DO_APP_FUNC(0x0081D5A0, void, SetLayerWeight_OnReset, (SetLayerWeight * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetLayerWeight__ctor, (SetLayerWeight * __this, MethodInfo * method)); DO_APP_FUNC(0x00822AD0, void, SetLookAtPosition_OnStart, (SetLookAtPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00822B80, TaskStatus__Enum_1, SetLookAtPosition_OnUpdate, (SetLookAtPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00822CE0, void, SetLookAtPosition_OnAnimatorIK, (SetLookAtPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x007785F0, void, SetLookAtPosition_OnReset, (SetLookAtPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetLookAtPosition__ctor, (SetLookAtPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00822ED0, void, SetLookAtWeight_OnStart, (SetLookAtWeight * __this, MethodInfo * method)); DO_APP_FUNC(0x00822F80, TaskStatus__Enum_1, SetLookAtWeight_OnUpdate, (SetLookAtWeight * __this, MethodInfo * method)); DO_APP_FUNC(0x008230E0, void, SetLookAtWeight_OnAnimatorIK, (SetLookAtWeight * __this, MethodInfo * method)); DO_APP_FUNC(0x008232F0, void, SetLookAtWeight_OnReset, (SetLookAtWeight * __this, MethodInfo * method)); DO_APP_FUNC(0x00823370, void, SetLookAtWeight__ctor, (SetLookAtWeight * __this, MethodInfo * method)); DO_APP_FUNC(0x00823390, void, SetSpeed_1_OnStart, (SetSpeed_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00823660, TaskStatus__Enum_1, SetSpeed_1_OnUpdate, (SetSpeed_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, SetSpeed_1_OnReset, (SetSpeed_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetSpeed_1__ctor, (SetSpeed_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00823840, void, SetTrigger_OnStart, (SetTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00823B10, TaskStatus__Enum_1, SetTrigger_OnUpdate, (SetTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00823D30, void, SetTrigger_OnReset, (SetTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetTrigger__ctor, (SetTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00823E30, void, StartPlayback_OnStart, (StartPlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00824100, TaskStatus__Enum_1, StartPlayback_OnUpdate, (StartPlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, StartPlayback_OnReset, (StartPlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, StartPlayback__ctor, (StartPlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x008242B0, void, StartRecording_OnStart, (StartRecording * __this, MethodInfo * method)); DO_APP_FUNC(0x00824580, TaskStatus__Enum_1, StartRecording_OnUpdate, (StartRecording * __this, MethodInfo * method)); DO_APP_FUNC(0x007A4C70, void, StartRecording_OnReset, (StartRecording * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, StartRecording__ctor, (StartRecording * __this, MethodInfo * method)); DO_APP_FUNC(0x00824740, void, StopPlayback_OnStart, (StopPlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00824A10, TaskStatus__Enum_1, StopPlayback_OnUpdate, (StopPlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, StopPlayback_OnReset, (StopPlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, StopPlayback__ctor, (StopPlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00824BC0, void, StopRecording_OnStart, (StopRecording * __this, MethodInfo * method)); DO_APP_FUNC(0x00824E90, TaskStatus__Enum_1, StopRecording_OnUpdate, (StopRecording * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, StopRecording_OnReset, (StopRecording * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, StopRecording__ctor, (StopRecording * __this, MethodInfo * method)); DO_APP_FUNC(0x00825040, void, WaitForState_OnAwake, (WaitForState * __this, MethodInfo * method)); DO_APP_FUNC(0x00825110, void, WaitForState_OnStart, (WaitForState * __this, MethodInfo * method)); DO_APP_FUNC(0x00825560, TaskStatus__Enum_1, WaitForState_OnUpdate, (WaitForState * __this, MethodInfo * method)); DO_APP_FUNC(0x00825750, void, WaitForState_OnReset, (WaitForState * __this, MethodInfo * method)); DO_APP_FUNC(0x008258B0, void, WaitForState__ctor, (WaitForState * __this, MethodInfo * method)); DO_APP_FUNC(0x00825920, void, Blend_OnStart, (Blend * __this, MethodInfo * method)); DO_APP_FUNC(0x00825BF0, TaskStatus__Enum_1, Blend_OnUpdate, (Blend * __this, MethodInfo * method)); DO_APP_FUNC(0x00825DE0, void, Blend_OnReset, (Blend * __this, MethodInfo * method)); DO_APP_FUNC(0x00825EF0, void, Blend__ctor, (Blend * __this, MethodInfo * method)); DO_APP_FUNC(0x00825F10, void, CrossFade_1_OnStart, (CrossFade_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x008261F0, TaskStatus__Enum_1, CrossFade_1_OnUpdate, (CrossFade_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00826710, void, CrossFade_1_OnReset, (CrossFade_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x008268B0, void, CrossFade_1__ctor, (CrossFade_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x008269A0, void, CrossFadeQueued_OnStart, (CrossFadeQueued * __this, MethodInfo * method)); DO_APP_FUNC(0x00826C70, TaskStatus__Enum_1, CrossFadeQueued_OnUpdate, (CrossFadeQueued * __this, MethodInfo * method)); DO_APP_FUNC(0x00826E60, void, CrossFadeQueued_OnReset, (CrossFadeQueued * __this, MethodInfo * method)); DO_APP_FUNC(0x00826F20, void, CrossFadeQueued__ctor, (CrossFadeQueued * __this, MethodInfo * method)); DO_APP_FUNC(0x00826F30, void, GetAnimatePhysics_OnStart, (GetAnimatePhysics * __this, MethodInfo * method)); DO_APP_FUNC(0x00827200, TaskStatus__Enum_1, GetAnimatePhysics_OnUpdate, (GetAnimatePhysics * __this, MethodInfo * method)); DO_APP_FUNC(0x00827420, void, GetAnimatePhysics_OnReset, (GetAnimatePhysics * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetAnimatePhysics__ctor, (GetAnimatePhysics * __this, MethodInfo * method)); DO_APP_FUNC(0x008274F0, void, IsPlaying_3_OnStart, (IsPlaying_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x008277C0, TaskStatus__Enum_1, IsPlaying_3_OnUpdate, (IsPlaying_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00827A60, void, IsPlaying_3_OnReset, (IsPlaying_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsPlaying_3__ctor, (IsPlaying_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00827B20, void, Play_4_OnStart, (Play_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00827DF0, TaskStatus__Enum_1, Play_4_OnUpdate, (Play_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00828050, void, Play_4_OnReset, (Play_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Play_4__ctor, (Play_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00828110, void, PlayQueued_OnStart, (PlayQueued * __this, MethodInfo * method)); DO_APP_FUNC(0x008283E0, TaskStatus__Enum_1, PlayQueued_OnUpdate, (PlayQueued * __this, MethodInfo * method)); DO_APP_FUNC(0x008285C0, void, PlayQueued_OnReset, (PlayQueued * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, PlayQueued__ctor, (PlayQueued * __this, MethodInfo * method)); DO_APP_FUNC(0x00828690, void, Rewind_OnStart, (Rewind * __this, MethodInfo * method)); DO_APP_FUNC(0x00828960, TaskStatus__Enum_1, Rewind_OnUpdate, (Rewind * __this, MethodInfo * method)); DO_APP_FUNC(0x00828BC0, void, Rewind_OnReset, (Rewind * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Rewind__ctor, (Rewind * __this, MethodInfo * method)); DO_APP_FUNC(0x00828C80, void, Sample_OnStart, (Sample * __this, MethodInfo * method)); DO_APP_FUNC(0x00828F50, TaskStatus__Enum_1, Sample_OnUpdate, (Sample * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, Sample_OnReset, (Sample * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Sample__ctor, (Sample * __this, MethodInfo * method)); DO_APP_FUNC(0x00829100, void, SetAnimatePhysics_OnStart, (SetAnimatePhysics * __this, MethodInfo * method)); DO_APP_FUNC(0x008293D0, TaskStatus__Enum_1, SetAnimatePhysics_OnUpdate, (SetAnimatePhysics * __this, MethodInfo * method)); DO_APP_FUNC(0x008295F0, void, SetAnimatePhysics_OnReset, (SetAnimatePhysics * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetAnimatePhysics__ctor, (SetAnimatePhysics * __this, MethodInfo * method)); DO_APP_FUNC(0x008296C0, void, SetWrapMode_OnStart, (SetWrapMode * __this, MethodInfo * method)); DO_APP_FUNC(0x00829990, TaskStatus__Enum_1, SetWrapMode_OnUpdate, (SetWrapMode * __this, MethodInfo * method)); DO_APP_FUNC(0x007A4C70, void, SetWrapMode_OnReset, (SetWrapMode * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetWrapMode__ctor, (SetWrapMode * __this, MethodInfo * method)); DO_APP_FUNC(0x00829B50, void, Stop_4_OnStart, (Stop_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00829E20, TaskStatus__Enum_1, Stop_4_OnUpdate, (Stop_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x0082A0B0, void, Stop_4_OnReset, (Stop_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Stop_4__ctor, (Stop_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AbilityDrawerAttribute__ctor, (AbilityDrawerAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ItemSetAbilityDrawerAttribute__ctor, (ItemSetAbilityDrawerAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EffectDrawerAttribute__ctor, (EffectDrawerAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ItemSetCategoryDrawerAttribute__ctor, (ItemSetCategoryDrawerAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0082A1B0, SharedItemDefinitionBase *, SharedItemDefinitionBase_op_Implicit, (ItemDefinitionBase * value, MethodInfo * method)); DO_APP_FUNC(0x0082A240, void, SharedItemDefinitionBase__ctor, (SharedItemDefinitionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0082A270, SharedItemType *, SharedItemType_op_Implicit, (ItemType * value, MethodInfo * method)); DO_APP_FUNC(0x0082A300, void, SharedItemType__ctor, (SharedItemType * __this, MethodInfo * method)); DO_APP_FUNC(0x0082A330, void, Damage_OnStart, (Damage * __this, MethodInfo * method)); DO_APP_FUNC(0x0082A610, TaskStatus__Enum_1, Damage_OnUpdate, (Damage * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, Damage_OnReset, (Damage * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Damage__ctor, (Damage * __this, MethodInfo * method)); DO_APP_FUNC(0x0082A7C0, TaskStatus__Enum_1, ExecuteEvent_OnUpdate, (ExecuteEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x0082A960, void, ExecuteEvent_OnReset, (ExecuteEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, ExecuteEvent__ctor, (ExecuteEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x0082AA70, void, GetAttributeValue_OnStart, (GetAttributeValue * __this, MethodInfo * method)); DO_APP_FUNC(0x0082AFD0, TaskStatus__Enum_1, GetAttributeValue_OnUpdate, (GetAttributeValue * __this, MethodInfo * method)); DO_APP_FUNC(0x0082B160, void, GetAttributeValue_OnReset, (GetAttributeValue * __this, MethodInfo * method)); DO_APP_FUNC(0x0082B2B0, void, GetAttributeValue__ctor, (GetAttributeValue * __this, MethodInfo * method)); DO_APP_FUNC(0x0082B340, void, GetItemIdentifierAmount_OnStart, (GetItemIdentifierAmount * __this, MethodInfo * method)); DO_APP_FUNC(0x0082B620, TaskStatus__Enum_1, GetItemIdentifierAmount_OnUpdate, (GetItemIdentifierAmount * __this, MethodInfo * method)); DO_APP_FUNC(0x0077E9E0, void, GetItemIdentifierAmount_OnReset, (GetItemIdentifierAmount * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetItemIdentifierAmount__ctor, (GetItemIdentifierAmount * __this, MethodInfo * method)); DO_APP_FUNC(0x0082B920, void, HasTakenDamage_OnStart, (HasTakenDamage * __this, MethodInfo * method)); DO_APP_FUNC(0x0082BEE0, TaskStatus__Enum_1, HasTakenDamage_OnUpdate, (HasTakenDamage * __this, MethodInfo * method)); DO_APP_FUNC(0x0082BFA0, void, HasTakenDamage_OnEnd, (HasTakenDamage * __this, MethodInfo * method)); DO_APP_FUNC(0x0082C010, void, HasTakenDamage_OnDamage, (HasTakenDamage * __this, float amount, Vector3 position, Vector3 force, GameObject * attacker, Collider * hitCollider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7B88, HasTakenDamage_OnDamage__MethodInfo); DO_APP_FUNC(0x0082C0B0, void, HasTakenDamage_OnDeath, (HasTakenDamage * __this, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7B78, HasTakenDamage_OnDeath__MethodInfo); DO_APP_FUNC(0x00777850, void, HasTakenDamage_OnReset, (HasTakenDamage * __this, MethodInfo * method)); DO_APP_FUNC(0x00766320, void, HasTakenDamage__ctor, (HasTakenDamage * __this, MethodInfo * method)); DO_APP_FUNC(0x0082C0C0, void, Heal_OnStart, (Heal * __this, MethodInfo * method)); DO_APP_FUNC(0x0082C3A0, TaskStatus__Enum_1, Heal_OnUpdate, (Heal * __this, MethodInfo * method)); DO_APP_FUNC(0x0078E1B0, void, Heal_OnReset, (Heal * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Heal__ctor, (Heal * __this, MethodInfo * method)); DO_APP_FUNC(0x0082C550, void, IsAbilityActive_OnStart, (IsAbilityActive * __this, MethodInfo * method)); DO_APP_FUNC(0x0082CA20, TaskStatus__Enum_1, IsAbilityActive_OnUpdate, (IsAbilityActive * __this, MethodInfo * method)); DO_APP_FUNC(0x0082CA40, void, IsAbilityActive_OnReset, (IsAbilityActive * __this, MethodInfo * method)); DO_APP_FUNC(0x008258B0, void, IsAbilityActive__ctor, (IsAbilityActive * __this, MethodInfo * method)); DO_APP_FUNC(0x0082CBB0, void, IsAlive_1_OnStart, (IsAlive_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0082CE90, TaskStatus__Enum_1, IsAlive_1_OnUpdate, (IsAlive_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, IsAlive_1_OnReset, (IsAlive_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsAlive_1__ctor, (IsAlive_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0082CFF0, void, IsEffectActive_OnStart, (IsEffectActive * __this, MethodInfo * method)); DO_APP_FUNC(0x0082D3F0, TaskStatus__Enum_1, IsEffectActive_OnUpdate, (IsEffectActive * __this, MethodInfo * method)); DO_APP_FUNC(0x0082D410, void, IsEffectActive_OnReset, (IsEffectActive * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, IsEffectActive__ctor, (IsEffectActive * __this, MethodInfo * method)); DO_APP_FUNC(0x0082D520, void, Reload_OnStart, (Reload * __this, MethodInfo * method)); DO_APP_FUNC(0x0082D9D0, TaskStatus__Enum_1, Reload_OnUpdate, (Reload * __this, MethodInfo * method)); DO_APP_FUNC(0x0082DA20, void, Reload_OnReset, (Reload * __this, MethodInfo * method)); DO_APP_FUNC(0x0082DB60, void, Reload__ctor, (Reload * __this, MethodInfo * method)); DO_APP_FUNC(0x0082DBD0, void, SetAimTarget_OnStart, (SetAimTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x0082DEB0, TaskStatus__Enum_1, SetAimTarget_OnUpdate, (SetAimTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x00777850, void, SetAimTarget_OnReset, (SetAimTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetAimTarget__ctor, (SetAimTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x0082E190, void, SetState_OnStart, (SetState * __this, MethodInfo * method)); DO_APP_FUNC(0x0082E3D0, TaskStatus__Enum_1, SetState_OnUpdate, (SetState * __this, MethodInfo * method)); DO_APP_FUNC(0x0082E5E0, void, SetState_OnReset, (SetState * __this, MethodInfo * method)); DO_APP_FUNC(0x0082E750, void, SetState__ctor, (SetState * __this, MethodInfo * method)); DO_APP_FUNC(0x0082E7C0, ItemSetManagerBase *, StartEquipUnequip_get_ItemSetManager, (StartEquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC(0x0082EB70, void, StartEquipUnequip_OnStart, (StartEquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, TaskStatus__Enum_1, StartEquipUnequip_OnUpdate, (StartEquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC(0x0082F030, void, StartEquipUnequip_OnReset, (StartEquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, StartEquipUnequip__ctor, (StartEquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC(0x0082F170, ItemSetManagerBase *, StartItemSetAbility_get_ItemSetManager, (StartItemSetAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x0082F520, void, StartItemSetAbility_OnStart, (StartItemSetAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x0082F960, TaskStatus__Enum_1, StartItemSetAbility_OnUpdate, (StartItemSetAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x0082F9B0, void, StartItemSetAbility_OnReset, (StartItemSetAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, StartItemSetAbility__ctor, (StartItemSetAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x0082FB20, void, StartStopAbility_OnStart, (StartStopAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x0082FFE0, TaskStatus__Enum_1, StartStopAbility_OnUpdate, (StartStopAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x008300E0, void, StartStopAbility_OnReset, (StartStopAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x00830310, void, StartStopAbility__ctor, (StartStopAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x008303F0, void, StartStopEffect_OnStart, (StartStopEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x00830800, TaskStatus__Enum_1, StartStopEffect_OnUpdate, (StartStopEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x008308F0, void, StartStopEffect_OnReset, (StartStopEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x0082E750, void, StartStopEffect__ctor, (StartStopEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x00830AC0, void, StartStopInteract_OnStart, (StartStopInteract * __this, MethodInfo * method)); DO_APP_FUNC(0x00830BD0, void, StartStopInteract_OnReset, (StartStopInteract * __this, MethodInfo * method)); DO_APP_FUNC(0x00830310, void, StartStopInteract__ctor, (StartStopInteract * __this, MethodInfo * method)); DO_APP_FUNC(0x00830C40, void, StartStopUse_OnStart, (StartStopUse * __this, MethodInfo * method)); DO_APP_FUNC(0x00831210, TaskStatus__Enum_1, StartStopUse_OnUpdate, (StartStopUse * __this, MethodInfo * method)); DO_APP_FUNC(0x00831610, void, StartStopUse_OnEnd, (StartStopUse * __this, MethodInfo * method)); DO_APP_FUNC(0x008316D0, void, StartStopUse_OnReset, (StartStopUse * __this, MethodInfo * method)); DO_APP_FUNC(0x00831930, void, StartStopUse__ctor, (StartStopUse * __this, MethodInfo * method)); DO_APP_FUNC(0x00831A70, void, StartStopSpawnEggAbility_OnStart, (StartStopSpawnEggAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x00831E70, TaskStatus__Enum_1, StartStopSpawnEggAbility_OnUpdate, (StartStopSpawnEggAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x00832250, void, StartStopSpawnEggAbility_OnReset, (StartStopSpawnEggAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x008323F0, void, StartStopSpawnEggAbility__ctor, (StartStopSpawnEggAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x008324D0, TaskStatus__Enum_1, ExecuteGlobalEvent_OnUpdate, (ExecuteGlobalEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x008325F0, void, ExecuteGlobalEvent_OnReset, (ExecuteGlobalEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, ExecuteGlobalEvent__ctor, (ExecuteGlobalEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00832690, TaskStatus__Enum_1, ExecuteLocalEventGameObject_OnUpdate, (ExecuteLocalEventGameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00832850, void, ExecuteLocalEventGameObject_OnReset, (ExecuteLocalEventGameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, ExecuteLocalEventGameObject__ctor, (ExecuteLocalEventGameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00832920, TaskStatus__Enum_1, ExecuteLocalEventGOBool_OnUpdate, (ExecuteLocalEventGOBool * __this, MethodInfo * method)); DO_APP_FUNC(0x00832B40, void, ExecuteLocalEventGOBool_OnReset, (ExecuteLocalEventGOBool * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, ExecuteLocalEventGOBool__ctor, (ExecuteLocalEventGOBool * __this, MethodInfo * method)); DO_APP_FUNC(0x00832C60, void, SetLocomotionState_OnAwake, (SetLocomotionState * __this, MethodInfo * method)); DO_APP_FUNC(0x00832D00, TaskStatus__Enum_1, SetLocomotionState_OnUpdate, (SetLocomotionState * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetLocomotionState__ctor, (SetLocomotionState * __this, MethodInfo * method)); DO_APP_FUNC(0x00832E40, void, SetSpeedChangeMultiplier_OnAwake, (SetSpeedChangeMultiplier * __this, MethodInfo * method)); DO_APP_FUNC(0x00833010, void, SetSpeedChangeMultiplier_OnStart, (SetSpeedChangeMultiplier * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, TaskStatus__Enum_1, SetSpeedChangeMultiplier_OnUpdate, (SetSpeedChangeMultiplier * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetSpeedChangeMultiplier__ctor, (SetSpeedChangeMultiplier * __this, MethodInfo * method)); DO_APP_FUNC(0x00833030, void, StartStopDemonKnockoutAbility_OnStart, (StartStopDemonKnockoutAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x00833430, TaskStatus__Enum_1, StartStopDemonKnockoutAbility_OnUpdate, (StartStopDemonKnockoutAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x00832250, void, StartStopDemonKnockoutAbility_OnReset, (StartStopDemonKnockoutAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x008323F0, void, StartStopDemonKnockoutAbility__ctor, (StartStopDemonKnockoutAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x00833810, void, StartStopDropPlayerAbility_OnStart, (StartStopDropPlayerAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x00833B90, TaskStatus__Enum_1, StartStopDropPlayerAbility_OnUpdate, (StartStopDropPlayerAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x00832250, void, StartStopDropPlayerAbility_OnReset, (StartStopDropPlayerAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x008323F0, void, StartStopDropPlayerAbility__ctor, (StartStopDropPlayerAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x00833E20, void, StartStopEatingHayAbility_OnStart, (StartStopEatingHayAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x008341A0, TaskStatus__Enum_1, StartStopEatingHayAbility_OnUpdate, (StartStopEatingHayAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x00832250, void, StartStopEatingHayAbility_OnReset, (StartStopEatingHayAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x008323F0, void, StartStopEatingHayAbility__ctor, (StartStopEatingHayAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x00834480, void, StartStopKnockoutAbility_OnAwake, (StartStopKnockoutAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x008345C0, void, StartStopKnockoutAbility_OnStart, (StartStopKnockoutAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x008349C0, TaskStatus__Enum_1, StartStopKnockoutAbility_OnUpdate, (StartStopKnockoutAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x00832250, void, StartStopKnockoutAbility_OnReset, (StartStopKnockoutAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x008323F0, void, StartStopKnockoutAbility__ctor, (StartStopKnockoutAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x00834F80, void, GetLookAtTarget_OnAwake, (GetLookAtTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x00835020, TaskStatus__Enum_1, GetLookAtTarget_OnUpdate, (GetLookAtTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GetLookAtTarget__ctor, (GetLookAtTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x008352B0, void, SetLookAtPosition_1_OnStart, (SetLookAtPosition_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00835D20, TaskStatus__Enum_1, SetLookAtPosition_1_OnUpdate, (SetLookAtPosition_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetLookAtPosition_1__ctor, (SetLookAtPosition_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, GroupMovement__ctor, (GroupMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Movement__ctor, (Movement * __this, MethodInfo * method)); DO_APP_FUNC(0x008360A0, GameObject *, MovementUtility_WithinSight, (Transform * transform, Vector3 positionOffset, float fieldOfViewAngle, float viewDistance, Collider__Array * overlapColliders, LayerMask objectLayerMask, Vector3 targetOffset, LayerMask ignoreLayerMask, bool useTargetBone, HumanBodyBones__Enum targetBone, bool drawDebugRay, MethodInfo * method)); DO_APP_FUNC(0x00836490, GameObject *, MovementUtility_WithinSight2D, (Transform * transform, Vector3 positionOffset, float fieldOfViewAngle, float viewDistance, Collider2D__Array * overlapColliders, LayerMask objectLayerMask, Vector3 targetOffset, float angleOffset2D, LayerMask ignoreLayerMask, bool drawDebugRay, MethodInfo * method)); DO_APP_FUNC(0x00836890, GameObject *, MovementUtility_WithinSight_1, (Transform * transform, Vector3 positionOffset, float fieldOfViewAngle, float viewDistance, GameObject * targetObject, Vector3 targetOffset, LayerMask ignoreLayerMask, bool useTargetBone, HumanBodyBones__Enum targetBone, bool drawDebugRay, MethodInfo * method)); DO_APP_FUNC(0x008369D0, GameObject *, MovementUtility_WithinSight2D_1, (Transform * transform, Vector3 positionOffset, float fieldOfViewAngle, float viewDistance, GameObject * targetObject, Vector3 targetOffset, float angleOffset2D, LayerMask ignoreLayerMask, bool useTargetBone, HumanBodyBones__Enum targetBone, bool drawDebugRay, MethodInfo * method)); DO_APP_FUNC(0x00836B10, GameObject *, MovementUtility_WithinSight_2, (Transform * transform, Vector3 positionOffset, float fieldOfViewAngle, float viewDistance, GameObject * targetObject, Vector3 targetOffset, bool usePhysics2D, float angleOffset2D, float * angle, int32_t ignoreLayerMask, bool useTargetBone, HumanBodyBones__Enum targetBone, bool drawDebugRay, MethodInfo * method)); DO_APP_FUNC(0x00837540, Transform *, MovementUtility_LineOfSight, (Transform * transform, Vector3 positionOffset, GameObject * targetObject, Vector3 targetOffset, bool usePhysics2D, int32_t ignoreLayerMask, bool drawDebugRay, MethodInfo * method)); DO_APP_FUNC(0x008379E0, bool, MovementUtility_IsAncestor, (Transform * target, Transform * hitTransform, MethodInfo * method)); DO_APP_FUNC(0x00837AB0, GameObject *, MovementUtility_WithinHearingRange, (Transform * transform, Vector3 positionOffset, float audibilityThreshold, float hearingRadius, Collider__Array * overlapColliders, LayerMask objectLayerMask, MethodInfo * method)); DO_APP_FUNC(0x00837DF0, GameObject *, MovementUtility_WithinHearingRange2D, (Transform * transform, Vector3 positionOffset, float audibilityThreshold, float hearingRadius, Collider2D__Array * overlapColliders, LayerMask objectLayerMask, MethodInfo * method)); DO_APP_FUNC(0x00838150, GameObject *, MovementUtility_WithinHearingRange_1, (Transform * transform, Vector3 positionOffset, float audibilityThreshold, GameObject * targetObject, MethodInfo * method)); DO_APP_FUNC(0x00838200, GameObject *, MovementUtility_WithinHearingRange_2, (Transform * transform, Vector3 positionOffset, float audibilityThreshold, GameObject * targetObject, float * audibility, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MovementUtility_DrawLineOfSight, (Transform * transform, Vector3 positionOffset, float fieldOfViewAngle, float angleOffset, float viewDistance, bool usePhysics2D, MethodInfo * method)); DO_APP_FUNC(0x00838630, void, MovementUtility_ClearCache, (MethodInfo * method)); DO_APP_FUNC(0x008386E0, void, MovementUtility__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00838970, SharedDetectionMode *, SharedDetectionMode_op_Implicit, (DetectionMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00838A40, void, SharedDetectionMode__ctor, (SharedDetectionMode * __this, MethodInfo * method)); DO_APP_FUNC(0x00838A70, TaskStatus__Enum_1, CanHearObject_OnUpdate, (CanHearObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0083A0A0, void, CanHearObject_OnReset, (CanHearObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CanHearObject_OnDrawGizmos, (CanHearObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0083A190, void, CanHearObject_OnBehaviorComplete, (CanHearObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0083A1E0, void, CanHearObject__ctor, (CanHearObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0083A330, TaskStatus__Enum_1, CanSeeObject_OnUpdate, (CanSeeObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0083C190, void, CanSeeObject_OnReset, (CanSeeObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0083C680, void, CanSeeObject_OnDrawGizmos, (CanSeeObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0083C830, void, CanSeeObject_OnBehaviorComplete, (CanSeeObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0083C880, void, CanSeeObject__ctor, (CanSeeObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0083CA40, void, Cover_OnStart, (Cover * __this, MethodInfo * method)); DO_APP_FUNC(0x0083D0A0, TaskStatus__Enum_1, Cover_OnUpdate, (Cover * __this, MethodInfo * method)); DO_APP_FUNC(0x0083D4C0, void, Cover_OnReset, (Cover * __this, MethodInfo * method)); DO_APP_FUNC(0x0083D730, void, Cover__ctor, (Cover * __this, MethodInfo * method)); DO_APP_FUNC(0x0083D9A0, void, Evade_OnStart, (Evade * __this, MethodInfo * method)); DO_APP_FUNC(0x0083DBA0, TaskStatus__Enum_1, Evade_OnUpdate, (Evade * __this, MethodInfo * method)); DO_APP_FUNC(0x0083DEA0, Vector3, Evade_Target, (Evade * __this, int32_t iteration, MethodInfo * method)); DO_APP_FUNC(0x0083E600, void, Evade_OnReset, (Evade * __this, MethodInfo * method)); DO_APP_FUNC(0x0083E810, void, Evade__ctor, (Evade * __this, MethodInfo * method)); DO_APP_FUNC(0x0083E9D0, void, Flee_OnStart, (Flee * __this, MethodInfo * method)); DO_APP_FUNC(0x0083EA30, TaskStatus__Enum_1, Flee_OnUpdate, (Flee * __this, MethodInfo * method)); DO_APP_FUNC(0x0083ED70, Vector3, Flee_Target, (Flee * __this, MethodInfo * method)); DO_APP_FUNC(0x0083F0F0, bool, Flee_SetDestination, (Flee * __this, Vector3 destination, MethodInfo * method)); DO_APP_FUNC(0x0083F1F0, void, Flee_OnReset, (Flee * __this, MethodInfo * method)); DO_APP_FUNC(0x0083F340, void, Flee__ctor, (Flee * __this, MethodInfo * method)); DO_APP_FUNC(0x0083F430, TaskStatus__Enum_1, Flock_OnUpdate, (Flock * __this, MethodInfo * method)); DO_APP_FUNC(0x0083F8F0, void, Flock_DetermineFlockParameters, (Flock * __this, int32_t index, Vector3 * alignment, Vector3 * cohesion, Vector3 * separation, MethodInfo * method)); DO_APP_FUNC(0x0083FF80, void, Flock_OnReset, (Flock * __this, MethodInfo * method)); DO_APP_FUNC(0x008401E0, void, Flock__ctor, (Flock * __this, MethodInfo * method)); DO_APP_FUNC(0x008403F0, void, Follow_OnStart, (Follow * __this, MethodInfo * method)); DO_APP_FUNC(0x00840760, TaskStatus__Enum_1, Follow_OnUpdate, (Follow * __this, MethodInfo * method)); DO_APP_FUNC(0x00840C10, void, Follow_OnReset, (Follow * __this, MethodInfo * method)); DO_APP_FUNC(0x00840D00, void, Follow__ctor, (Follow * __this, MethodInfo * method)); DO_APP_FUNC(0x00840D80, void, LeaderFollow_OnStart, (LeaderFollow * __this, MethodInfo * method)); DO_APP_FUNC(0x00840F90, TaskStatus__Enum_1, LeaderFollow_OnUpdate, (LeaderFollow * __this, MethodInfo * method)); DO_APP_FUNC(0x00841500, Vector3, LeaderFollow_LeaderBehindPosition, (LeaderFollow * __this, MethodInfo * method)); DO_APP_FUNC(0x00841780, Vector3, LeaderFollow_DetermineSeparation, (LeaderFollow * __this, int32_t agentIndex, MethodInfo * method)); DO_APP_FUNC(0x00841CA0, bool, LeaderFollow_LeaderLookingAtAgent, (LeaderFollow * __this, int32_t agentIndex, MethodInfo * method)); DO_APP_FUNC(0x00841D60, void, LeaderFollow_OnReset, (LeaderFollow * __this, MethodInfo * method)); DO_APP_FUNC(0x00841FC0, void, LeaderFollow__ctor, (LeaderFollow * __this, MethodInfo * method)); DO_APP_FUNC(0x00842170, TaskStatus__Enum_1, MoveTowards_3_OnUpdate, (MoveTowards_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00842760, Vector3, MoveTowards_3_Target, (MoveTowards_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00842A20, void, MoveTowards_3_OnReset, (MoveTowards_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00842B10, void, MoveTowards_3__ctor, (MoveTowards_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00842C00, void, NavMeshGroupMovement_OnStart, (NavMeshGroupMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x00843220, bool, NavMeshGroupMovement_SetDestination, (NavMeshGroupMovement * __this, int32_t index, Vector3 target, MethodInfo * method)); DO_APP_FUNC(0x008433C0, Vector3, NavMeshGroupMovement_Velocity, (NavMeshGroupMovement * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00843470, void, NavMeshGroupMovement_OnEnd, (NavMeshGroupMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, NavMeshGroupMovement_OnReset, (NavMeshGroupMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x008435F0, void, NavMeshGroupMovement__ctor, (NavMeshGroupMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x008436E0, void, NavMeshMovement_OnAwake, (NavMeshMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x00843780, void, NavMeshMovement_OnStart, (NavMeshMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x00843A30, bool, NavMeshMovement_SetDestination, (NavMeshMovement * __this, Vector3 destination, MethodInfo * method)); DO_APP_FUNC(0x00843B10, void, NavMeshMovement_UpdateRotation, (NavMeshMovement * __this, bool update, MethodInfo * method)); DO_APP_FUNC(0x00843BE0, bool, NavMeshMovement_HasPath, (NavMeshMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x00843D50, Vector3, NavMeshMovement_Velocity, (NavMeshMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x00843DE0, bool, NavMeshMovement_SamplePosition, (NavMeshMovement * __this, Vector3 * position, MethodInfo * method)); DO_APP_FUNC(0x00843F10, bool, NavMeshMovement_HasArrived, (NavMeshMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x00844060, void, NavMeshMovement_Stop, (NavMeshMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x00844130, void, NavMeshMovement_OnEnd, (NavMeshMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x008441E0, void, NavMeshMovement_OnBehaviorComplete, (NavMeshMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x00844200, void, NavMeshMovement_OnReset, (NavMeshMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x008443B0, void, NavMeshMovement__ctor, (NavMeshMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x008445C0, void, Patrol_OnStart, (Patrol * __this, MethodInfo * method)); DO_APP_FUNC(0x00844980, TaskStatus__Enum_1, Patrol_OnUpdate, (Patrol * __this, MethodInfo * method)); DO_APP_FUNC(0x00844CA0, Vector3, Patrol_Target, (Patrol * __this, MethodInfo * method)); DO_APP_FUNC(0x00844F10, void, Patrol_OnReset, (Patrol * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Patrol_OnDrawGizmos, (Patrol * __this, MethodInfo * method)); DO_APP_FUNC(0x00845060, void, Patrol__ctor, (Patrol * __this, MethodInfo * method)); DO_APP_FUNC(0x00845070, void, Pursue_OnStart, (Pursue * __this, MethodInfo * method)); DO_APP_FUNC(0x00845210, TaskStatus__Enum_1, Pursue_OnUpdate, (Pursue * __this, MethodInfo * method)); DO_APP_FUNC(0x00845280, Vector3, Pursue_Target, (Pursue * __this, MethodInfo * method)); DO_APP_FUNC(0x00845770, void, Pursue_OnReset, (Pursue * __this, MethodInfo * method)); DO_APP_FUNC(0x008458C0, void, Pursue__ctor, (Pursue * __this, MethodInfo * method)); DO_APP_FUNC(0x008459B0, TaskStatus__Enum_1, Queue_1_OnUpdate, (Queue_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00845CC0, bool, Queue_1_AgentAhead, (Queue_1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00845EF0, Vector3, Queue_1_DetermineSeparation, (Queue_1 * __this, int32_t agentIndex, MethodInfo * method)); DO_APP_FUNC(0x00846410, void, Queue_1_OnReset, (Queue_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00846670, void, Queue_1__ctor, (Queue_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00846880, TaskStatus__Enum_1, RotateTowards_2_OnUpdate, (RotateTowards_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00846B70, Quaternion, RotateTowards_2_Target, (RotateTowards_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x008470A0, void, RotateTowards_2_OnReset, (RotateTowards_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00847350, void, RotateTowards_2__ctor, (RotateTowards_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00847440, TaskStatus__Enum_1, Search_OnUpdate, (Search * __this, MethodInfo * method)); DO_APP_FUNC(0x008481B0, bool, Search_TrySetTarget, (Search * __this, MethodInfo * method)); DO_APP_FUNC(0x008486B0, void, Search_OnReset, (Search * __this, MethodInfo * method)); DO_APP_FUNC(0x00848BC0, void, Search__ctor, (Search * __this, MethodInfo * method)); DO_APP_FUNC(0x008490B0, void, Seek_OnStart, (Seek * __this, MethodInfo * method)); DO_APP_FUNC(0x00849100, TaskStatus__Enum_1, Seek_OnUpdate, (Seek * __this, MethodInfo * method)); DO_APP_FUNC(0x00849170, Vector3, Seek_Target, (Seek * __this, MethodInfo * method)); DO_APP_FUNC(0x00849470, void, Seek_OnReset, (Seek * __this, MethodInfo * method)); DO_APP_FUNC(0x00845060, void, Seek__ctor, (Seek * __this, MethodInfo * method)); DO_APP_FUNC(0x00849620, TaskStatus__Enum_1, Wander_OnUpdate, (Wander * __this, MethodInfo * method)); DO_APP_FUNC(0x008497A0, bool, Wander_TrySetTarget, (Wander * __this, MethodInfo * method)); DO_APP_FUNC(0x00849E30, void, Wander_OnReset, (Wander * __this, MethodInfo * method)); DO_APP_FUNC(0x0084A0A0, void, Wander__ctor, (Wander * __this, MethodInfo * method)); DO_APP_FUNC(0x0084A310, void, WithinDistance_OnStart, (WithinDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x0084A400, TaskStatus__Enum_1, WithinDistance_OnUpdate, (WithinDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x0084B5A0, bool, WithinDistance_IsWithinDistance, (WithinDistance * __this, GameObject * target, MethodInfo * method)); DO_APP_FUNC(0x0084BA20, void, WithinDistance_OnReset, (WithinDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WithinDistance_OnDrawGizmos, (WithinDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x0084BF40, void, WithinDistance__ctor, (WithinDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x0084C0B0, void, AdvancedWithinDistance_OnAwake, (AdvancedWithinDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x0084C4B0, void, AdvancedWithinDistance_OnStart, (AdvancedWithinDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x0084CAD0, TaskStatus__Enum_1, AdvancedWithinDistance_OnUpdate, (AdvancedWithinDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x0084D850, void, AdvancedWithinDistance_OnReset, (AdvancedWithinDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AdvancedWithinDistance_OnDrawGizmos, (AdvancedWithinDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x0084DC80, void, AdvancedWithinDistance__ctor, (AdvancedWithinDistance * __this, MethodInfo * method)); DO_APP_FUNC(0x0084DD80, TaskStatus__Enum_1, CanSeeOtherSurvivalPlayer_OnUpdate, (CanSeeOtherSurvivalPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x0084F840, bool, CanSeeOtherSurvivalPlayer_IsPlayerCrouched, (CanSeeOtherSurvivalPlayer * __this, GameObject * otherPlayer, MethodInfo * method)); DO_APP_FUNC(0x0084FD80, bool, CanSeeOtherSurvivalPlayer_IsPlayerCrawling, (CanSeeOtherSurvivalPlayer * __this, GameObject * otherPlayer, MethodInfo * method)); DO_APP_FUNC(0x00850080, void, CanSeeOtherSurvivalPlayer_OnReset, (CanSeeOtherSurvivalPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x008503C0, void, CanSeeOtherSurvivalPlayer_OnDrawGizmos, (CanSeeOtherSurvivalPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00850560, void, CanSeeOtherSurvivalPlayer_OnBehaviorComplete, (CanSeeOtherSurvivalPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x008505C0, void, CanSeeOtherSurvivalPlayer__ctor, (CanSeeOtherSurvivalPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00850960, void, GhostGetFleeDestination_OnAwake, (GhostGetFleeDestination * __this, MethodInfo * method)); DO_APP_FUNC(0x00850A30, void, GhostGetFleeDestination_OnStart, (GhostGetFleeDestination * __this, MethodInfo * method)); DO_APP_FUNC(0x00850AB0, TaskStatus__Enum_1, GhostGetFleeDestination_OnUpdate, (GhostGetFleeDestination * __this, MethodInfo * method)); DO_APP_FUNC(0x00850D70, bool, GhostGetFleeDestination_TryGetDestination, (GhostGetFleeDestination * __this, MethodInfo * method)); DO_APP_FUNC(0x00851330, bool, GhostGetFleeDestination_SetDestination, (GhostGetFleeDestination * __this, Vector3 destination, MethodInfo * method)); DO_APP_FUNC(0x00851620, void, GhostGetFleeDestination_OnReset, (GhostGetFleeDestination * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GhostGetFleeDestination_OnEnd, (GhostGetFleeDestination * __this, MethodInfo * method)); DO_APP_FUNC(0x00851690, void, GhostGetFleeDestination__ctor, (GhostGetFleeDestination * __this, MethodInfo * method)); DO_APP_FUNC(0x008517E0, void, GhostGetWanderDestination_OnAwake, (GhostGetWanderDestination * __this, MethodInfo * method)); DO_APP_FUNC(0x00851DD0, TaskStatus__Enum_1, GhostGetWanderDestination_OnUpdate, (GhostGetWanderDestination * __this, MethodInfo * method)); DO_APP_FUNC(0x00852030, bool, GhostGetWanderDestination_TryGetDestination, (GhostGetWanderDestination * __this, MethodInfo * method)); DO_APP_FUNC(0x00852750, bool, GhostGetWanderDestination_SamplePosition, (GhostGetWanderDestination * __this, Vector3 destination, MethodInfo * method)); DO_APP_FUNC(0x00852950, bool, GhostGetWanderDestination_SetDestination, (GhostGetWanderDestination * __this, Vector3 destination, MethodInfo * method)); DO_APP_FUNC(0x00852AC0, void, GhostGetWanderDestination_OnReset, (GhostGetWanderDestination * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GhostGetWanderDestination_OnEnd, (GhostGetWanderDestination * __this, MethodInfo * method)); DO_APP_FUNC(0x00852C70, void, GhostGetWanderDestination__ctor, (GhostGetWanderDestination * __this, MethodInfo * method)); DO_APP_FUNC(0x00852E20, void, GhostGetWanderDestination_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GhostGetWanderDestination_c__ctor, (GhostGetWanderDestination_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00852ED0, BoxCollider *, GhostGetWanderDestination_c__OnAwake_b__11_0, (GhostGetWanderDestination_c * __this, GameObject * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8350, GhostGetWanderDestination_c__OnAwake_b__11_0__MethodInfo); DO_APP_FUNC(0x00852F20, void, GhostMoveTowards_OnAwake, (GhostMoveTowards * __this, MethodInfo * method)); DO_APP_FUNC(0x00852FD0, void, GhostMoveTowards_OnFixedUpdate, (GhostMoveTowards * __this, MethodInfo * method)); DO_APP_FUNC(0x008536C0, TaskStatus__Enum_1, GhostMoveTowards_OnUpdate, (GhostMoveTowards * __this, MethodInfo * method)); DO_APP_FUNC(0x00853E40, Vector3, GhostMoveTowards_Target, (GhostMoveTowards * __this, MethodInfo * method)); DO_APP_FUNC(0x00854100, void, GhostMoveTowards_OnReset, (GhostMoveTowards * __this, MethodInfo * method)); DO_APP_FUNC(0x008541F0, void, GhostMoveTowards__ctor, (GhostMoveTowards * __this, MethodInfo * method)); DO_APP_FUNC(0x008543A0, void, GhostPursue_OnAwake, (GhostPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x00854880, void, GhostPursue_OnStart, (GhostPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x00854AD0, void, GhostPursue_OnFixedUpdate, (GhostPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x008563B0, TaskStatus__Enum_1, GhostPursue_OnUpdate, (GhostPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x008567F0, void, GhostPursue_OnEnd, (GhostPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x00856890, Vector3, GhostPursue_Target, (GhostPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x00856C10, void, GhostPursue_OnBurnGoat, (GhostPursue * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8338, GhostPursue_OnBurnGoat__MethodInfo); DO_APP_FUNC(0x00856D60, void, GhostPursue_OnReset, (GhostPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x00856E50, void, GhostPursue_OnBehaviorComplete, (GhostPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x00856F20, void, GhostPursue__ctor, (GhostPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x00857620, void, AdjustKnockoutPosition_OnStart, (AdjustKnockoutPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00857A10, TaskStatus__Enum_1, AdjustKnockoutPosition_OnUpdate, (AdjustKnockoutPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AdjustKnockoutPosition_OnReset, (AdjustKnockoutPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00857CF0, void, AdjustKnockoutPosition_OnEnd, (AdjustKnockoutPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00857FA0, void, AdjustKnockoutPosition__ctor, (AdjustKnockoutPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00858020, TaskStatus__Enum_1, CanHearInteractable_OnUpdate, (CanHearInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x00858A40, void, CanHearInteractable_OnReset, (CanHearInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CanHearInteractable_OnDrawGizmos, (CanHearInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x00858B30, void, CanHearInteractable_OnBehaviorComplete, (CanHearInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x00858B80, void, CanHearInteractable__ctor, (CanHearInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x00858C70, void, CanHearOtherPlayer_OnAwake, (CanHearOtherPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00858DE0, TaskStatus__Enum_1, CanHearOtherPlayer_OnUpdate, (CanHearOtherPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00859E10, void, CanHearOtherPlayer_ClearHearingTime, (CanHearOtherPlayer * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00859F30, bool, CanHearOtherPlayer_IsPlayerWalking, (CanHearOtherPlayer * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0085A140, bool, CanHearOtherPlayer_IsPlayerCrouched, (CanHearOtherPlayer * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0085A590, bool, CanHearOtherPlayer_IsPlayerCrawling, (CanHearOtherPlayer * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0085A7A0, bool, CanHearOtherPlayer_IsPlayerFalling, (CanHearOtherPlayer * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0085AAC0, bool, CanHearOtherPlayer_IsPlayerGrounded, (CanHearOtherPlayer * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0085AD60, bool, CanHearOtherPlayer_IsPlayerMoving, (CanHearOtherPlayer * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0085B080, void, CanHearOtherPlayer_OnReset, (CanHearOtherPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CanHearOtherPlayer_OnDrawGizmos, (CanHearOtherPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x0085B270, void, CanHearOtherPlayer_OnPlayerDetached, (CanHearOtherPlayer * __this, BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB82E8, CanHearOtherPlayer_OnPlayerDetached__MethodInfo); DO_APP_FUNC(0x0085B700, void, CanHearOtherPlayer_ResetCaches, (CanHearOtherPlayer * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x0085B7E0, void, CanHearOtherPlayer_OnBehaviorComplete, (CanHearOtherPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x0085B990, void, CanHearOtherPlayer__ctor, (CanHearOtherPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x0085C040, void, CanHearPlayer_OnAwake, (CanHearPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x0085C170, TaskStatus__Enum_1, CanHearPlayer_OnUpdate, (CanHearPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x0085D410, void, CanHearPlayer_ClearHearingTime, (CanHearPlayer * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0085D530, bool, CanHearPlayer_IsPlayerWalking, (CanHearPlayer * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0085D740, bool, CanHearPlayer_IsPlayerCrouched, (CanHearPlayer * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0085DB90, bool, CanHearPlayer_IsPlayerCrawling, (CanHearPlayer * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0085DDA0, bool, CanHearPlayer_IsPlayerMoving, (CanHearPlayer * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0085E0A0, bool, CanHearPlayer_IsPlayerFalling, (CanHearPlayer * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0085E3A0, bool, CanHearPlayer_IsPlayerGrounded, (CanHearPlayer * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0085E640, void, CanHearPlayer_OnReset, (CanHearPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CanHearPlayer_OnDrawGizmos, (CanHearPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x0085E8E0, void, CanHearPlayer_OnPlayerDetached, (CanHearPlayer * __this, BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB82D0, CanHearPlayer_OnPlayerDetached__MethodInfo); DO_APP_FUNC(0x0085ED70, void, CanHearPlayer_OnBehaviorComplete, (CanHearPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x0085EF20, void, CanHearPlayer_ResetCaches, (CanHearPlayer * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x0085F000, void, CanHearPlayer__ctor, (CanHearPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x0085F6B0, TaskStatus__Enum_1, CanSeeOtherPlayer_OnUpdate, (CanSeeOtherPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x008610C0, bool, CanSeeOtherPlayer_IsPlayerCrouched, (CanSeeOtherPlayer * __this, GameObject * otherPlayer, MethodInfo * method)); DO_APP_FUNC(0x008615E0, void, CanSeeOtherPlayer_OnReset, (CanSeeOtherPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00861920, void, CanSeeOtherPlayer_OnDrawGizmos, (CanSeeOtherPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00861AC0, void, CanSeeOtherPlayer_OnBehaviorComplete, (CanSeeOtherPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00861B20, void, CanSeeOtherPlayer__ctor, (CanSeeOtherPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00861E60, void, CanSeePlayer_OnAwake, (CanSeePlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00862160, TaskStatus__Enum_1, CanSeePlayer_OnUpdate, (CanSeePlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00863F80, bool, CanSeePlayer_IsPlayerCrouched, (CanSeePlayer * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x008643D0, bool, CanSeePlayer_IsPlayerCrawling, (CanSeePlayer * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x008645E0, bool, CanSeePlayer_IsPlayerInsideVent, (CanSeePlayer * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00864A30, bool, CanSeePlayer_IsPlayerCrouched_1, (CanSeePlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00864CC0, bool, CanSeePlayer_IsPlayerCrawling_1, (CanSeePlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00864DE0, bool, CanSeePlayer_IsPlayerInsideVent_1, (CanSeePlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00865060, void, CanSeePlayer_OnReset, (CanSeePlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CanSeePlayer_OnDrawGizmos, (CanSeePlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00865430, void, CanSeePlayer_OnPlayerDetached, (CanSeePlayer * __this, BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB82B8, CanSeePlayer_OnPlayerDetached__MethodInfo); DO_APP_FUNC(0x008658C0, void, CanSeePlayer_ResetCaches, (CanSeePlayer * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x00865950, void, CanSeePlayer_OnBehaviorComplete, (CanSeePlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00865B80, void, CanSeePlayer__ctor, (CanSeePlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00866120, TaskStatus__Enum_1, CanSeePlayerInMirror_OnUpdate, (CanSeePlayerInMirror * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CanSeePlayerInMirror_OnReset, (CanSeePlayerInMirror * __this, MethodInfo * method)); DO_APP_FUNC(0x00763C80, void, CanSeePlayerInMirror__ctor, (CanSeePlayerInMirror * __this, MethodInfo * method)); DO_APP_FUNC(0x00866860, TaskStatus__Enum_1, ChangeGraph_OnUpdate, (ChangeGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x00866A20, void, ChangeGraph_OnReset, (ChangeGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, ChangeGraph__ctor, (ChangeGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x00866AB0, TaskStatus__Enum_1, LoadPatrol_OnUpdate, (LoadPatrol * __this, MethodInfo * method)); DO_APP_FUNC(0x00866F60, void, LoadPatrol_OnReset, (LoadPatrol * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, LoadPatrol__ctor, (LoadPatrol * __this, MethodInfo * method)); DO_APP_FUNC(0x00867000, void, RotateAndMoveTowardsPosition_OnStart, (RotateAndMoveTowardsPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x008673F0, TaskStatus__Enum_1, RotateAndMoveTowardsPosition_OnUpdate, (RotateAndMoveTowardsPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x008682D0, Quaternion, RotateAndMoveTowardsPosition_TargetRotation, (RotateAndMoveTowardsPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x008687F0, void, RotateAndMoveTowardsPosition_OnReset, (RotateAndMoveTowardsPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00868AA0, void, RotateAndMoveTowardsPosition_OnEnd, (RotateAndMoveTowardsPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00868D40, void, RotateAndMoveTowardsPosition__ctor, (RotateAndMoveTowardsPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00869010, void, RotateTowardsPosition_OnAwake, (RotateTowardsPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00869150, void, RotateTowardsPosition_OnStart, (RotateTowardsPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x008693D0, TaskStatus__Enum_1, RotateTowardsPosition_OnUpdate, (RotateTowardsPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00869B80, Quaternion, RotateTowardsPosition_Target, (RotateTowardsPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x0086A0A0, void, RotateTowardsPosition_OnReset, (RotateTowardsPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x0086A2F0, void, RotateTowardsPosition_OnEnd, (RotateTowardsPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x0086A470, void, RotateTowardsPosition__ctor, (RotateTowardsPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x0086A560, void, RotateTowardsRotation_OnAwake, (RotateTowardsRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x0086A6A0, void, RotateTowardsRotation_OnStart, (RotateTowardsRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x0086A920, TaskStatus__Enum_1, RotateTowardsRotation_OnUpdate, (RotateTowardsRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x0086B1B0, Quaternion, RotateTowardsRotation_Target, (RotateTowardsRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x0086B500, void, RotateTowardsRotation_OnReset, (RotateTowardsRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x0086B7A0, void, RotateTowardsRotation_OnEnd, (RotateTowardsRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x0086A470, void, RotateTowardsRotation__ctor, (RotateTowardsRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x0086B920, TaskStatus__Enum_1, SetMaxStepHeight_OnUpdate, (SetMaxStepHeight * __this, MethodInfo * method)); DO_APP_FUNC(0x0086BAD0, void, SetMaxStepHeight_OnReset, (SetMaxStepHeight * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetMaxStepHeight__ctor, (SetMaxStepHeight * __this, MethodInfo * method)); DO_APP_FUNC(0x0086BB40, void, Cover_1_OnStart, (Cover_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0086C200, TaskStatus__Enum_1, Cover_1_OnUpdate, (Cover_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0086C620, void, Cover_1_OnReset, (Cover_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0086C890, void, Cover_1__ctor, (Cover_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0086CB00, void, Evade_1_OnStart, (Evade_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0086CD00, TaskStatus__Enum_1, Evade_1_OnUpdate, (Evade_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0086D000, Vector3, Evade_1_Target, (Evade_1 * __this, int32_t iteration, MethodInfo * method)); DO_APP_FUNC(0x0086D760, void, Evade_1_OnReset, (Evade_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0086D970, void, Evade_1__ctor, (Evade_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0086DB30, TaskStatus__Enum_1, Flee_1_OnUpdate, (Flee_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0086DDD0, Vector3, Flee_1_Target, (Flee_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0086E150, void, Flee_1_OnReset, (Flee_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0086E2A0, void, Flee_1__ctor, (Flee_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0086E390, TaskStatus__Enum_1, Flock_1_OnUpdate, (Flock_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0086E850, void, Flock_1_DetermineFlockParameters, (Flock_1 * __this, int32_t index, Vector3 * alignment, Vector3 * cohesion, Vector3 * separation, MethodInfo * method)); DO_APP_FUNC(0x0086F050, void, Flock_1_OnReset, (Flock_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0086F260, void, Flock_1__ctor, (Flock_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0086F470, void, Follow_1_OnStart, (Follow_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0086F7D0, TaskStatus__Enum_1, Follow_1_OnUpdate, (Follow_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0086FC70, void, Follow_1_OnReset, (Follow_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0086FD50, void, Follow_1__ctor, (Follow_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0086FDD0, void, IAstarAIGroupMovement_OnStart, (IAstarAIGroupMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x00870900, bool, IAstarAIGroupMovement_SetDestination, (IAstarAIGroupMovement * __this, int32_t index, Vector3 target, MethodInfo * method)); DO_APP_FUNC(0x00870A50, Vector3, IAstarAIGroupMovement_Velocity, (IAstarAIGroupMovement * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00870AF0, void, IAstarAIGroupMovement_OnEnd, (IAstarAIGroupMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x00870D60, void, IAstarAIGroupMovement_OnReset, (IAstarAIGroupMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x00870E40, void, IAstarAIGroupMovement__ctor, (IAstarAIGroupMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x00870EC0, void, IAstarAIMovement_OnAwake, (IAstarAIMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x00870FF0, void, IAstarAIMovement_OnStart, (IAstarAIMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x008710B0, bool, IAstarAIMovement_SetDestination, (IAstarAIMovement * __this, Vector3 target, MethodInfo * method)); DO_APP_FUNC(0x008712F0, Vector3, IAstarAIMovement_Velocity, (IAstarAIMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IAstarAIMovement_UpdateRotation, (IAstarAIMovement * __this, bool update, MethodInfo * method)); DO_APP_FUNC(0x00871370, Vector3, IAstarAIMovement_SamplePosition, (IAstarAIMovement * __this, Vector3 position, bool * valid, MethodInfo * method)); DO_APP_FUNC(0x00871500, bool, IAstarAIMovement_HasPath, (IAstarAIMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x00871720, void, IAstarAIMovement_Stop, (IAstarAIMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x00871870, bool, IAstarAIMovement_HasArrived, (IAstarAIMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x00871950, void, IAstarAIMovement_OnEnd, (IAstarAIMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x008719F0, void, IAstarAIMovement_OnReset, (IAstarAIMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x00871B40, void, IAstarAIMovement__ctor, (IAstarAIMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x00871C90, void, LeaderFollow_1_OnStart, (LeaderFollow_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00871ED0, TaskStatus__Enum_1, LeaderFollow_1_OnUpdate, (LeaderFollow_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00872400, Vector3, LeaderFollow_1_LeaderBehindPosition, (LeaderFollow_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00872760, Vector3, LeaderFollow_1_DetermineSeparation, (LeaderFollow_1 * __this, int32_t agentIndex, MethodInfo * method)); DO_APP_FUNC(0x00841CA0, bool, LeaderFollow_1_LeaderLookingAtAgent, (LeaderFollow_1 * __this, int32_t agentIndex, MethodInfo * method)); DO_APP_FUNC(0x00872C80, void, LeaderFollow_1_OnReset, (LeaderFollow_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00872E90, void, LeaderFollow_1__ctor, (LeaderFollow_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00873040, void, Patrol_1_OnStart, (Patrol_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00873460, TaskStatus__Enum_1, Patrol_1_OnUpdate, (Patrol_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x008737F0, Vector3, Patrol_1_Target, (Patrol_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00873A60, void, Patrol_1_OnReset, (Patrol_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Patrol_1_OnDrawGizmos, (Patrol_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00873BB0, void, Patrol_1__ctor, (Patrol_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00873C90, void, Pursue_1_OnStart, (Pursue_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00873E30, TaskStatus__Enum_1, Pursue_1_OnUpdate, (Pursue_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00873EA0, Vector3, Pursue_1_Target, (Pursue_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00874390, void, Pursue_1_OnReset, (Pursue_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x008744E0, void, Pursue_1__ctor, (Pursue_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x008745D0, TaskStatus__Enum_1, Queue_2_OnUpdate, (Queue_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x008748E0, bool, Queue_2_AgentAhead, (Queue_2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00874B10, Vector3, Queue_2_DetermineSeparation, (Queue_2 * __this, int32_t agentIndex, MethodInfo * method)); DO_APP_FUNC(0x00875030, void, Queue_2_OnReset, (Queue_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00875240, void, Queue_2__ctor, (Queue_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00875450, void, Search_1_OnStart, (Search_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00875480, TaskStatus__Enum_1, Search_1_OnUpdate, (Search_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00875E10, bool, Search_1_TrySetTarget, (Search_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x008761B0, void, Search_1_OnReset, (Search_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00876600, void, Search_1__ctor, (Search_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00876A80, void, Seek_1_OnStart, (Seek_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00876AD0, TaskStatus__Enum_1, Seek_1_OnUpdate, (Seek_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00876B40, Vector3, Seek_1_Target, (Seek_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00876E40, void, Seek_1_OnReset, (Seek_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00876FE0, void, Seek_1__ctor, (Seek_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00876FF0, void, Wander_1_OnStart, (Wander_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00877020, TaskStatus__Enum_1, Wander_1_OnUpdate, (Wander_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x008771E0, bool, Wander_1_TrySetTarget, (Wander_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00877580, void, Wander_1_OnReset, (Wander_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x008777F0, void, Wander_1__ctor, (Wander_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00877A60, void, AdvancedSeek_OnAwake, (AdvancedSeek * __this, MethodInfo * method)); DO_APP_FUNC(0x008780A0, void, AdvancedSeek_OnStart, (AdvancedSeek * __this, MethodInfo * method)); DO_APP_FUNC(0x008781E0, TaskStatus__Enum_1, AdvancedSeek_OnUpdate, (AdvancedSeek * __this, MethodInfo * method)); DO_APP_FUNC(0x008787E0, bool, AdvancedSeek_PathIsPossible, (AdvancedSeek * __this, Vector3 target, MethodInfo * method)); DO_APP_FUNC(0x008789C0, Vector3, AdvancedSeek_Target, (AdvancedSeek * __this, MethodInfo * method)); DO_APP_FUNC(0x00878D80, void, AdvancedSeek_OnEnd, (AdvancedSeek * __this, MethodInfo * method)); DO_APP_FUNC(0x00876E40, void, AdvancedSeek_OnReset, (AdvancedSeek * __this, MethodInfo * method)); DO_APP_FUNC(0x00878FF0, void, AdvancedSeek__ctor, (AdvancedSeek * __this, MethodInfo * method)); DO_APP_FUNC(0x00879150, void, AnnaPursue_OnAwake, (AnnaPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x008795E0, void, AnnaPursue_OnStart, (AnnaPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x00879B10, TaskStatus__Enum_1, AnnaPursue_OnUpdate, (AnnaPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x0087B420, void, AnnaPursue_OnEnd, (AnnaPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x0087B610, Vector3, AnnaPursue_Target, (AnnaPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x00874390, void, AnnaPursue_OnReset, (AnnaPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x0087BB70, void, AnnaPursue__ctor, (AnnaPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x0087BF00, void, AnnaWander_OnAwake, (AnnaWander * __this, MethodInfo * method)); DO_APP_FUNC(0x0087CA90, void, AnnaWander_OnStart, (AnnaWander * __this, MethodInfo * method)); DO_APP_FUNC(0x0087CEB0, TaskStatus__Enum_1, AnnaWander_OnUpdate, (AnnaWander * __this, MethodInfo * method)); DO_APP_FUNC(0x0087D6B0, void, AnnaWander_SetManualMove, (AnnaWander * __this, bool enable, MethodInfo * method)); DO_APP_FUNC(0x0087D7B0, bool, AnnaWander_TrySetTarget, (AnnaWander * __this, bool isStuck, MethodInfo * method)); DO_APP_FUNC(0x008802C0, ManorMirrorController *, AnnaWander_GetClosestMirror, (AnnaWander * __this, bool deadRealm, Transform * to, MethodInfo * method)); DO_APP_FUNC(0x008806F0, void, AnnaWander_OnReset, (AnnaWander * __this, MethodInfo * method)); DO_APP_FUNC(0x00880960, void, AnnaWander_OnBurnGoat, (AnnaWander * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8E00, AnnaWander_OnBurnGoat__MethodInfo); DO_APP_FUNC(0x00880D00, IEnumerator *, AnnaWander_SetGoatBurntDuringEnrage, (AnnaWander * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x00880DB0, void, AnnaWander_OnEnd, (AnnaWander * __this, MethodInfo * method)); DO_APP_FUNC(0x00880FE0, void, AnnaWander_OnBehaviorComplete, (AnnaWander * __this, MethodInfo * method)); DO_APP_FUNC(0x00881110, void, AnnaWander__ctor, (AnnaWander * __this, MethodInfo * method)); DO_APP_FUNC(0x00881970, void, AnnaWander_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AnnaWander_c__ctor, (AnnaWander_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00881A20, bool, AnnaWander_c__TrySetTarget_b__61_0, (AnnaWander_c * __this, GameObject * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8DD0, AnnaWander_c__TrySetTarget_b__61_0__MethodInfo); DO_APP_FUNC(0x00881B70, bool, AnnaWander_c__TrySetTarget_b__61_1, (AnnaWander_c * __this, GameObject * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8DC0, AnnaWander_c__TrySetTarget_b__61_1__MethodInfo); DO_APP_FUNC(0x003BAD60, void, AnnaWander_SetGoatBurntDuringEnrage_d_65__ctor, (AnnaWander_SetGoatBurntDuringEnrage_d_65 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AnnaWander_SetGoatBurntDuringEnrage_d_65_System_IDisposable_Dispose, (AnnaWander_SetGoatBurntDuringEnrage_d_65 * __this, MethodInfo * method)); DO_APP_FUNC(0x00881CC0, bool, AnnaWander_SetGoatBurntDuringEnrage_d_65_MoveNext, (AnnaWander_SetGoatBurntDuringEnrage_d_65 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AnnaWander_SetGoatBurntDuringEnrage_d_65_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AnnaWander_SetGoatBurntDuringEnrage_d_65 * __this, MethodInfo * method)); DO_APP_FUNC(0x00882000, void, AnnaWander_SetGoatBurntDuringEnrage_d_65_System_Collections_IEnumerator_Reset, (AnnaWander_SetGoatBurntDuringEnrage_d_65 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8D70, AnnaWander_SetGoatBurntDuringEnrage_d_65_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AnnaWander_SetGoatBurntDuringEnrage_d_65_System_Collections_IEnumerator_get_Current, (AnnaWander_SetGoatBurntDuringEnrage_d_65 * __this, MethodInfo * method)); DO_APP_FUNC(0x00882050, void, BasicEnemyPursue_OnAwake, (BasicEnemyPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x00882240, void, BasicEnemyPursue_OnStart, (BasicEnemyPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x008825E0, TaskStatus__Enum_1, BasicEnemyPursue_OnUpdate, (BasicEnemyPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x00882CE0, Vector3, BasicEnemyPursue_Target, (BasicEnemyPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x00874390, void, BasicEnemyPursue_OnReset, (BasicEnemyPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x008744E0, void, BasicEnemyPursue__ctor, (BasicEnemyPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x008831D0, void, Charge_OnAwake, (Charge * __this, MethodInfo * method)); DO_APP_FUNC(0x00883500, void, Charge_OnStart, (Charge * __this, MethodInfo * method)); DO_APP_FUNC(0x00883A60, TaskStatus__Enum_1, Charge_OnUpdate, (Charge * __this, MethodInfo * method)); DO_APP_FUNC(0x00884820, Vector3, Charge_GetChargeDestination, (Charge * __this, MethodInfo * method)); DO_APP_FUNC(0x00884D70, void, Charge_OnPathComplete, (Charge * __this, Path_1 * newPath, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8D38, Charge_OnPathComplete__MethodInfo); DO_APP_FUNC(0x00885110, void, Charge_SetDestination, (Charge * __this, MethodInfo * method)); DO_APP_FUNC(0x00874390, void, Charge_OnReset, (Charge * __this, MethodInfo * method)); DO_APP_FUNC(0x008852D0, void, Charge_OnEnd, (Charge * __this, MethodInfo * method)); DO_APP_FUNC(0x008854E0, void, Charge__ctor, (Charge * __this, MethodInfo * method)); DO_APP_FUNC(0x008856F0, void, DemonPursue_OnAwake, (DemonPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x00885D70, void, DemonPursue_OnStart, (DemonPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x00886240, TaskStatus__Enum_1, DemonPursue_OnUpdate, (DemonPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x00886CF0, Vector3, DemonPursue_Target, (DemonPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x00874390, void, DemonPursue_OnReset, (DemonPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x008871E0, void, DemonPursue_OnBurnGoat, (DemonPursue * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8CE0, DemonPursue_OnBurnGoat__MethodInfo); DO_APP_FUNC(0x00887210, void, DemonPursue_UpdateSpeed, (DemonPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x00887610, void, DemonPursue_OnDemonFrying, (DemonPursue * __this, bool frying, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8CE8, DemonPursue_OnDemonFrying__MethodInfo); DO_APP_FUNC(0x00887800, void, DemonPursue_OnBehaviorComplete, (DemonPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x00887960, void, DemonPursue_OnEnd, (DemonPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x008744E0, void, DemonPursue__ctor, (DemonPursue * __this, MethodInfo * method)); DO_APP_FUNC(0x00887A60, void, DemonWander_OnAwake, (DemonWander * __this, MethodInfo * method)); DO_APP_FUNC(0x00887D60, void, DemonWander_OnStart, (DemonWander * __this, MethodInfo * method)); DO_APP_FUNC(0x008880A0, TaskStatus__Enum_1, DemonWander_OnUpdate, (DemonWander * __this, MethodInfo * method)); DO_APP_FUNC(0x00888460, bool, DemonWander_TrySetTarget, (DemonWander * __this, MethodInfo * method)); DO_APP_FUNC(0x00877580, void, DemonWander_OnReset, (DemonWander * __this, MethodInfo * method)); DO_APP_FUNC(0x00888C20, void, DemonWander_OnEnd, (DemonWander * __this, MethodInfo * method)); DO_APP_FUNC(0x00888CB0, void, DemonWander__ctor, (DemonWander * __this, MethodInfo * method)); DO_APP_FUNC(0x00888FE0, void, GoatFlee_OnAwake, (GoatFlee * __this, MethodInfo * method)); DO_APP_FUNC(0x00889680, void, GoatFlee_OnStart, (GoatFlee * __this, MethodInfo * method)); DO_APP_FUNC(0x00889F30, TaskStatus__Enum_1, GoatFlee_OnUpdate, (GoatFlee * __this, MethodInfo * method)); DO_APP_FUNC(0x0088A750, Vector3, GoatFlee_Target, (GoatFlee * __this, MethodInfo * method)); DO_APP_FUNC(0x0088ACC0, Vector3, GoatFlee_House, (GoatFlee * __this, MethodInfo * method)); DO_APP_FUNC(0x0088AF20, Vector3, GoatFlee_RandomTarget, (GoatFlee * __this, MethodInfo * method)); DO_APP_FUNC(0x0088B0D0, bool, GoatFlee_SetDestination, (GoatFlee * __this, Vector3 destination, MethodInfo * method)); DO_APP_FUNC(0x0086E150, void, GoatFlee_OnReset, (GoatFlee * __this, MethodInfo * method)); DO_APP_FUNC(0x0088B3E0, void, GoatFlee_OnEnd, (GoatFlee * __this, MethodInfo * method)); DO_APP_FUNC(0x0088B890, void, GoatFlee__ctor, (GoatFlee * __this, MethodInfo * method)); DO_APP_FUNC(0x0088B9E0, void, GoatWander_OnAwake, (GoatWander * __this, MethodInfo * method)); DO_APP_FUNC(0x0088BDD0, void, GoatWander_OnStart, (GoatWander * __this, MethodInfo * method)); DO_APP_FUNC(0x0088BFC0, TaskStatus__Enum_1, GoatWander_OnUpdate, (GoatWander * __this, MethodInfo * method)); DO_APP_FUNC(0x0088C3D0, bool, GoatWander_TrySetTarget, (GoatWander * __this, MethodInfo * method)); DO_APP_FUNC(0x00877580, void, GoatWander_OnReset, (GoatWander * __this, MethodInfo * method)); DO_APP_FUNC(0x0088D590, void, GoatWander_OnEnd, (GoatWander * __this, MethodInfo * method)); DO_APP_FUNC(0x0088D620, void, GoatWander__ctor, (GoatWander * __this, MethodInfo * method)); DO_APP_FUNC(0x0088D9B0, void, AdvancedPatrol_OnStart, (AdvancedPatrol * __this, MethodInfo * method)); DO_APP_FUNC(0x0088E250, TaskStatus__Enum_1, AdvancedPatrol_OnUpdate, (AdvancedPatrol * __this, MethodInfo * method)); DO_APP_FUNC(0x0088F5F0, float, AdvancedPatrol_GetYaw, (AdvancedPatrol * __this, Quaternion currentRotation, Quaternion nextRotation, MethodInfo * method)); DO_APP_FUNC(0x0088F860, void, AdvancedPatrol_OnEnd, (AdvancedPatrol * __this, MethodInfo * method)); DO_APP_FUNC(0x0088F9C0, Vector3, AdvancedPatrol_Target, (AdvancedPatrol * __this, MethodInfo * method)); DO_APP_FUNC(0x0088FB70, Quaternion, AdvancedPatrol_SteeringTarget, (AdvancedPatrol * __this, MethodInfo * method)); DO_APP_FUNC(0x0088FD20, void, AdvancedPatrol_OnReset, (AdvancedPatrol * __this, MethodInfo * method)); DO_APP_FUNC(0x0088FE60, void, AdvancedPatrol_GoToWaypoint, (AdvancedPatrol * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x008900F0, void, AdvancedPatrol_SyncPatrol, (AdvancedPatrol * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AdvancedPatrol_OnDrawGizmos, (AdvancedPatrol * __this, MethodInfo * method)); DO_APP_FUNC(0x00890300, void, AdvancedPatrol__ctor, (AdvancedPatrol * __this, MethodInfo * method)); DO_APP_FUNC(0x008903F0, void, AnnaPlayerDrop_OnAwake, (AnnaPlayerDrop * __this, MethodInfo * method)); DO_APP_FUNC(0x008905D0, void, AnnaPlayerDrop_OnStart, (AnnaPlayerDrop * __this, MethodInfo * method)); DO_APP_FUNC(0x00890640, TaskStatus__Enum_1, AnnaPlayerDrop_OnUpdate, (AnnaPlayerDrop * __this, MethodInfo * method)); DO_APP_FUNC(0x00890A30, Vector3, AnnaPlayerDrop_Target, (AnnaPlayerDrop * __this, MethodInfo * method)); DO_APP_FUNC(0x00876E40, void, AnnaPlayerDrop_OnReset, (AnnaPlayerDrop * __this, MethodInfo * method)); DO_APP_FUNC(0x00890D30, void, AnnaPlayerDrop_OnEnd, (AnnaPlayerDrop * __this, MethodInfo * method)); DO_APP_FUNC(0x00890D60, void, AnnaPlayerDrop__ctor, (AnnaPlayerDrop * __this, MethodInfo * method)); DO_APP_FUNC(0x00890D80, void, SetCannotMove_OnStart, (SetCannotMove * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, TaskStatus__Enum_1, SetCannotMove_OnUpdate, (SetCannotMove * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SetCannotMove_OnReset, (SetCannotMove * __this, MethodInfo * method)); DO_APP_FUNC(0x00876FE0, void, SetCannotMove__ctor, (SetCannotMove * __this, MethodInfo * method)); DO_APP_FUNC(0x00890DB0, void, SetDestination_1_OnStart, (SetDestination_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, TaskStatus__Enum_1, SetDestination_1_OnUpdate, (SetDestination_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00876E40, void, SetDestination_1_OnReset, (SetDestination_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00890E00, Vector3, SetDestination_1_Target, (SetDestination_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00876FE0, void, SetDestination_1__ctor, (SetDestination_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00891100, void, SetMaxSpeed_OnAwake, (SetMaxSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x008912D0, void, SetMaxSpeed_OnStart, (SetMaxSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x00876FE0, void, SetMaxSpeed__ctor, (SetMaxSpeed * __this, MethodInfo * method)); DO_APP_FUNC(0x008918D0, void, SetSpeed_2_OnAwake, (SetSpeed_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00891B50, void, SetSpeed_2_OnStart, (SetSpeed_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, TaskStatus__Enum_1, SetSpeed_2_OnUpdate, (SetSpeed_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00892150, void, SetSpeed_2__ctor, (SetSpeed_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x008921D0, void, SetUseRootMotionPosition_OnAwake, (SetUseRootMotionPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00892270, TaskStatus__Enum_1, SetUseRootMotionPosition_OnUpdate, (SetUseRootMotionPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x007BFBD0, void, SetUseRootMotionPosition_OnReset, (SetUseRootMotionPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, SetUseRootMotionPosition__ctor, (SetUseRootMotionPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x00892310, void, AmplifyOcclusionCommon_CommandBuffer_TemporalFilterDirectionsOffsets, (CommandBuffer * cb, uint32_t aSampleStep, MethodInfo * method)); DO_APP_FUNC(0x008924E0, Material *, AmplifyOcclusionCommon_CreateMaterialWithShaderName, (String * aShaderName, bool aThroughErrorMsg, MethodInfo * method)); DO_APP_FUNC(0x00892740, int32_t, AmplifyOcclusionCommon_SafeAllocateTemporaryRT, (CommandBuffer * cb, String * propertyName, int32_t width, int32_t height, RenderTextureFormat__Enum format, RenderTextureReadWrite__Enum readWrite, FilterMode__Enum filterMode, MethodInfo * method)); DO_APP_FUNC(0x00892820, void, AmplifyOcclusionCommon_SafeReleaseTemporaryRT, (CommandBuffer * cb, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x00892890, RenderTexture *, AmplifyOcclusionCommon_SafeAllocateRT, (String * name, int32_t width, int32_t height, RenderTextureFormat__Enum format, RenderTextureReadWrite__Enum readWrite, FilterMode__Enum filterMode, int32_t antiAliasing, bool aUseMipMap, MethodInfo * method)); DO_APP_FUNC(0x00892B40, void, AmplifyOcclusionCommon_SafeReleaseRT, (RenderTexture * * rt, MethodInfo * method)); DO_APP_FUNC(0x00892D40, bool, AmplifyOcclusionCommon_IsStereoSinglePassEnabled, (Camera * aCamera, MethodInfo * method)); DO_APP_FUNC(0x00892E10, bool, AmplifyOcclusionCommon_IsStereoMultiPassEnabled, (Camera * aCamera, MethodInfo * method)); DO_APP_FUNC(0x00892EE0, void, AmplifyOcclusionCommon_UpdateGlobalShaderConstants, (CommandBuffer * cb, TargetDesc * aTarget, Camera * aCamera, bool isDownsample, bool isFilterDownsample, MethodInfo * method)); DO_APP_FUNC(0x008934D0, void, AmplifyOcclusionCommon__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00893680, void, AmplifyOcclusionViewProjMatrix_UpdateGlobalShaderConstants_Matrices, (AmplifyOcclusionViewProjMatrix * __this, CommandBuffer * cb, Camera * aCamera, bool isUsingTemporalFilter, MethodInfo * method)); DO_APP_FUNC(0x00894830, void, AmplifyOcclusionViewProjMatrix__ctor, (AmplifyOcclusionViewProjMatrix * __this, MethodInfo * method)); DO_APP_FUNC(0x008949A0, void, PropertyID__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00895AF0, String *, VersionInfo_StaticToString, (MethodInfo * method)); DO_APP_FUNC(0x00895C20, String *, VersionInfo_ToString, (VersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00895D50, int32_t, VersionInfo_get_FullNumber, (MethodInfo * method)); DO_APP_FUNC(0x00895D60, int32_t, VersionInfo_get_Number, (VersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00895D80, void, VersionInfo__ctor, (VersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00895D90, void, VersionInfo__ctor_1, (VersionInfo * __this, uint8_t major, uint8_t minor, uint8_t release, MethodInfo * method)); DO_APP_FUNC(0x00895DB0, VersionInfo *, VersionInfo_Current, (MethodInfo * method)); DO_APP_FUNC(0x00895E00, bool, VersionInfo_Matches, (VersionInfo * version, MethodInfo * method)); DO_APP_FUNC(0x00895E30, uint32_t, _PrivateImplementationDetails__1_ComputeStringHash, (String * s, MethodInfo * method)); DO_APP_FUNC(0x022F71B0, bool, Interop_Crypt32_CertFreeCertificateContext, (void * pCertContext, MethodInfo * method)); DO_APP_FUNC(0x022F7240, bool, Interop_Crypt32_CertVerifyCertificateChainPolicy, (void * pszPolicyOID, SafeX509ChainHandle * pChainContext, Interop_Crypt32_CERT_CHAIN_POLICY_PARA * pPolicyPara, Interop_Crypt32_CERT_CHAIN_POLICY_STATUS * pPolicyStatus, MethodInfo * method)); DO_APP_FUNC(0x022F7340, Byte__Array *, Interop_SecPkgContext_ApplicationProtocol_get_Protocol, (Interop_SecPkgContext_ApplicationProtocol * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Interop_SecPkgContext_ApplicationProtocol__ctor, (Interop_SecPkgContext_ApplicationProtocol * __this, MethodInfo * method)); DO_APP_FUNC(0x022F7400, bool, Interop_Kernel32_1_CloseHandle, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Interop_Kernel32_1__ctor, (Interop_Kernel32_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x022F7490, int32_t, Interop_SspiCli_EncryptMessage, (Interop_SspiCli_CredHandle * contextHandle, uint32_t qualityOfProtection, Interop_SspiCli_SecBufferDesc * inputOutput, uint32_t sequenceNumber, MethodInfo * method)); DO_APP_FUNC(0x022F7540, int32_t, Interop_SspiCli_DecryptMessage, (Interop_SspiCli_CredHandle * contextHandle, Interop_SspiCli_SecBufferDesc * inputOutput, uint32_t sequenceNumber, uint32_t * qualityOfProtection, MethodInfo * method)); DO_APP_FUNC(0x022F75F0, int32_t, Interop_SspiCli_QuerySecurityContextToken, (Interop_SspiCli_CredHandle * phContext, SecurityContextTokenHandle * * handle, MethodInfo * method)); DO_APP_FUNC(0x022F7610, int32_t, Interop_SspiCli_FreeContextBuffer, (void * contextBuffer, MethodInfo * method)); DO_APP_FUNC(0x022F76A0, int32_t, Interop_SspiCli_FreeCredentialsHandle, (Interop_SspiCli_CredHandle * handlePtr, MethodInfo * method)); DO_APP_FUNC(0x022F7730, int32_t, Interop_SspiCli_DeleteSecurityContext, (Interop_SspiCli_CredHandle * handlePtr, MethodInfo * method)); DO_APP_FUNC(0x022F77C0, int32_t, Interop_SspiCli_AcceptSecurityContext, (Interop_SspiCli_CredHandle * credentialHandle, Void * inContextPtr, Interop_SspiCli_SecBufferDesc * inputBuffer, Interop_SspiCli_ContextFlags__Enum inFlags, Interop_SspiCli_Endianness__Enum endianness, Interop_SspiCli_CredHandle * outContextPtr, Interop_SspiCli_SecBufferDesc * outputBuffer, Interop_SspiCli_ContextFlags__Enum * attributes, int64_t * timeStamp, MethodInfo * method)); DO_APP_FUNC(0x022F78C0, int32_t, Interop_SspiCli_QueryContextAttributesW, (Interop_SspiCli_CredHandle * contextHandle, Interop_SspiCli_ContextAttribute__Enum attribute, Void * buffer, MethodInfo * method)); DO_APP_FUNC(0x022F7960, int32_t, Interop_SspiCli_SetContextAttributesW, (Interop_SspiCli_CredHandle * contextHandle, Interop_SspiCli_ContextAttribute__Enum attribute, Byte__Array * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC(0x022F7A20, int32_t, Interop_SspiCli_EnumerateSecurityPackagesW, (int32_t * pkgnum, SafeFreeContextBuffer_SECURITY * * handle, MethodInfo * method)); DO_APP_FUNC(0x022F7B50, int32_t, Interop_SspiCli_AcquireCredentialsHandleW, (String * principal, String * moduleName, int32_t usage, Void * logonID, Interop_SspiCli_SEC_WINNT_AUTH_IDENTITY_W * authdata, Void * keyCallback, Void * keyArgument, Interop_SspiCli_CredHandle * handlePtr, int64_t * timeStamp, MethodInfo * method)); DO_APP_FUNC(0x022F7DA0, int32_t, Interop_SspiCli_AcquireCredentialsHandleW_1, (String * principal, String * moduleName, int32_t usage, Void * logonID, void * zero, Void * keyCallback, Void * keyArgument, Interop_SspiCli_CredHandle * handlePtr, int64_t * timeStamp, MethodInfo * method)); DO_APP_FUNC(0x022F7EB0, int32_t, Interop_SspiCli_AcquireCredentialsHandleW_2, (String * principal, String * moduleName, int32_t usage, Void * logonID, SafeSspiAuthDataHandle * authdata, Void * keyCallback, Void * keyArgument, Interop_SspiCli_CredHandle * handlePtr, int64_t * timeStamp, MethodInfo * method)); DO_APP_FUNC(0x022F8020, int32_t, Interop_SspiCli_AcquireCredentialsHandleW_3, (String * principal, String * moduleName, int32_t usage, Void * logonID, Interop_SspiCli_SCHANNEL_CRED * authData, Void * keyCallback, Void * keyArgument, Interop_SspiCli_CredHandle * handlePtr, int64_t * timeStamp, MethodInfo * method)); DO_APP_FUNC(0x022F8130, int32_t, Interop_SspiCli_InitializeSecurityContextW, (Interop_SspiCli_CredHandle * credentialHandle, Void * inContextPtr, uint8_t * targetName, Interop_SspiCli_ContextFlags__Enum inFlags, int32_t reservedI, Interop_SspiCli_Endianness__Enum endianness, Interop_SspiCli_SecBufferDesc * inputBuffer, int32_t reservedII, Interop_SspiCli_CredHandle * outContextPtr, Interop_SspiCli_SecBufferDesc * outputBuffer, Interop_SspiCli_ContextFlags__Enum * attributes, int64_t * timeStamp, MethodInfo * method)); DO_APP_FUNC(0x022F8250, int32_t, Interop_SspiCli_CompleteAuthToken, (Void * inContextPtr, Interop_SspiCli_SecBufferDesc * inputBuffers, MethodInfo * method)); DO_APP_FUNC(0x022F82E0, int32_t, Interop_SspiCli_ApplyControlToken, (Void * inContextPtr, Interop_SspiCli_SecBufferDesc * inputBuffers, MethodInfo * method)); DO_APP_FUNC(0x022F8370, Interop_SECURITY_STATUS__Enum, Interop_SspiCli_SspiFreeAuthIdentity, (void * authData, MethodInfo * method)); DO_APP_FUNC(0x022F8400, Interop_SECURITY_STATUS__Enum, Interop_SspiCli_SspiEncodeStringsAsAuthIdentity, (String * userName, String * domainName, String * password, SafeSspiAuthDataHandle * * authData, MethodInfo * method)); DO_APP_FUNC(0x022F85B0, bool, Interop_SspiCli_CredHandle_get_IsZero, (Interop_SspiCli_CredHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x022F8610, void, Interop_SspiCli_CredHandle_SetToInvalid, (Interop_SspiCli_CredHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x022F8670, String *, Interop_SspiCli_CredHandle_ToString, (Interop_SspiCli_CredHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x022F8700, void, Interop_SspiCli_SecPkgContext_IssuerListInfoEx__ctor, (Interop_SspiCli_SecPkgContext_IssuerListInfoEx * __this, SafeHandle * handle, Byte__Array * nativeBuffer, MethodInfo * method)); DO_APP_FUNC(0x022F8790, void, Interop_SspiCli_SecBuffer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x022F87D0, void, Interop_SspiCli_SecBufferDesc__ctor, (Interop_SspiCli_SecBufferDesc * __this, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x022F87E0, void *, CFType_GetTypeID, (void * typeRef, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CFType__ctor, (CFType * __this, MethodInfo * method)); DO_APP_FUNC(0x022F8860, void *, CFObject_dlopen, (String * path, int32_t mode, MethodInfo * method)); DO_APP_FUNC(0x022F88C0, void *, CFObject_dlsym, (void * handle, String * symbol, MethodInfo * method)); DO_APP_FUNC(0x022F8930, void, CFObject_dlclose, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x022F89B0, void *, CFObject_GetIndirect, (void * handle, String * symbol, MethodInfo * method)); DO_APP_FUNC(0x022F89C0, CFString *, CFObject_GetStringConstant, (void * handle, String * symbol, MethodInfo * method)); DO_APP_FUNC(0x022F8AB0, void *, CFObject_GetIntPtr, (void * handle, String * symbol, MethodInfo * method)); DO_APP_FUNC(0x022F8B50, void *, CFObject_GetCFObjectHandle, (void * handle, String * symbol, MethodInfo * method)); DO_APP_FUNC(0x022F8BF0, void, CFObject__ctor, (CFObject * __this, void * handle, bool own, MethodInfo * method)); DO_APP_FUNC(0x01F783B0, void, CFObject_Finalize, (CFObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, void *, CFObject_get_Handle, (CFObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01262980, void, CFObject_set_Handle, (CFObject * __this, void * value, MethodInfo * method)); DO_APP_FUNC(0x022F8C10, void *, CFObject_CFRetain, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x022F8C90, void, CFObject_Retain, (CFObject * __this, MethodInfo * method)); DO_APP_FUNC(0x022F8CA0, void, CFObject_CFRelease, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x022F8CD0, void, CFObject_Release, (CFObject * __this, MethodInfo * method)); DO_APP_FUNC(0x022F8D00, void, CFObject_Dispose, (CFObject * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x022F8D90, void, CFObject_Dispose_1, (CFObject * __this, MethodInfo * method)); DO_APP_FUNC(0x022F8BF0, void, CFArray__ctor, (CFArray * __this, void * handle, bool own, MethodInfo * method)); DO_APP_FUNC(0x022F8E00, void *, CFArray_CFArrayCreate, (void * allocator, void * values, void * numValues, void * callbacks, MethodInfo * method)); DO_APP_FUNC(0x022F8E60, void, CFArray__cctor, (MethodInfo * method)); DO_APP_FUNC(0x022F8F90, CFArray *, CFArray_FromNativeObjects, (INativeObject__Array * values, MethodInfo * method)); DO_APP_FUNC(0x022F9000, void *, CFArray_Create, (IntPtr__Array * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66D98, CFArray_Create__MethodInfo); DO_APP_FUNC(0x022F9140, CFArray *, CFArray_CreateArray, (IntPtr__Array * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66D80, CFArray_CreateArray__MethodInfo); DO_APP_FUNC(0x022F92B0, CFArray *, CFArray_CreateArray_1, (INativeObject__Array * values, MethodInfo * method)); DO_APP_FUNC(0x022F9320, void *, CFArray_Create_1, (INativeObject__Array * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66D78, CFArray_Create_1__MethodInfo); DO_APP_FUNC(0x022F95A0, void *, CFArray_CFArrayGetCount, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x022F9620, int32_t, CFArray_get_Count, (CFArray * __this, MethodInfo * method)); DO_APP_FUNC(0x022F9680, void *, CFArray_CFArrayGetValueAtIndex, (void * handle, void * index, MethodInfo * method)); DO_APP_FUNC(0x022F9710, void *, CFArray_get_Item, (CFArray * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022F8BF0, void, CFNumber__ctor, (CFNumber * __this, void * handle, bool own, MethodInfo * method)); DO_APP_FUNC(0x022F9780, bool, CFNumber_CFNumberGetValue, (void * handle, void * type, bool * value, MethodInfo * method)); DO_APP_FUNC(0x022F9820, bool, CFNumber_AsBool, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x022F98F0, bool, CFNumber_op_Implicit, (CFNumber * number, MethodInfo * method)); DO_APP_FUNC(0x022F9910, bool, CFNumber_CFNumberGetValue_1, (void * handle, void * type, int32_t * value, MethodInfo * method)); DO_APP_FUNC(0x022F99B0, int32_t, CFNumber_AsInt32, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x022F9A80, void *, CFNumber_CFNumberCreate, (void * allocator, void * theType, void * valuePtr, MethodInfo * method)); DO_APP_FUNC(0x022F9B20, CFNumber *, CFNumber_FromInt32, (int32_t number, MethodInfo * method)); DO_APP_FUNC(0x022F9C10, int32_t, CFNumber_op_Implicit_1, (CFNumber * number, MethodInfo * method)); DO_APP_FUNC(0x022F9C30, void, CFRange__ctor, (CFRange * __this, int32_t loc, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x022F8BF0, void, CFString__ctor, (CFString * __this, void * handle, bool own, MethodInfo * method)); DO_APP_FUNC(0x022F9C40, void *, CFString_CFStringCreateWithCharacters, (void * alloc, void * chars, void * length, MethodInfo * method)); DO_APP_FUNC(0x022F9CE0, CFString *, CFString_Create, (String * value, MethodInfo * method)); DO_APP_FUNC(0x022F9E10, void *, CFString_CFStringGetLength, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x022F9E90, int32_t, CFString_get_Length, (CFString * __this, MethodInfo * method)); DO_APP_FUNC(0x022F9ED0, int32_t, CFString_CFStringCompare, (void * theString1, void * theString2, int32_t compareOptions, MethodInfo * method)); DO_APP_FUNC(0x022F9ED0, int32_t, CFString_Compare, (void * string1, void * string2, int32_t compareOptions, MethodInfo * method)); DO_APP_FUNC(0x022F9F70, void *, CFString_CFStringGetCharactersPtr, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x022F9FF0, void *, CFString_CFStringGetCharacters, (void * handle, CFRange range, void * buffer, MethodInfo * method)); DO_APP_FUNC(0x022FA090, String *, CFString_AsString, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x022FA2E0, String *, CFString_ToString, (CFString * __this, MethodInfo * method)); DO_APP_FUNC(0x0125FCE0, String *, CFString_op_Implicit, (CFString * str, MethodInfo * method)); DO_APP_FUNC(0x022FA360, CFString *, CFString_op_Implicit_1, (String * str, MethodInfo * method)); DO_APP_FUNC(0x022F8BF0, void, CFData__ctor, (CFData * __this, void * handle, bool own, MethodInfo * method)); DO_APP_FUNC(0x022FA370, void *, CFData_CFDataCreate, (void * allocator, void * bytes, void * length, MethodInfo * method)); DO_APP_FUNC(0x022FA410, CFData *, CFData_FromData, (Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC(0x022FA530, CFData *, CFData_FromData_1, (void * buffer, void * length, MethodInfo * method)); DO_APP_FUNC(0x022FA630, void *, CFData_get_Length, (CFData * __this, MethodInfo * method)); DO_APP_FUNC(0x022FA6B0, void *, CFData_CFDataGetLength, (void * theData, MethodInfo * method)); DO_APP_FUNC(0x022FA730, void *, CFData_CFDataGetBytePtr, (void * theData, MethodInfo * method)); DO_APP_FUNC(0x022FA7B0, void *, CFData_get_Bytes, (CFData * __this, MethodInfo * method)); DO_APP_FUNC(0x022FA830, uint8_t, CFData_get_Item, (CFData * __this, int64_t idx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66D20, CFData_get_Item__MethodInfo); DO_APP_FUNC(0x022FA9E0, void, CFData_set_Item, (CFData * __this, int64_t idx, uint8_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66CF8, CFData_set_Item__MethodInfo); DO_APP_FUNC(0x022FAA40, void, CFDictionary__cctor, (MethodInfo * method)); DO_APP_FUNC(0x022F8BF0, void, CFDictionary__ctor, (CFDictionary * __this, void * handle, bool own, MethodInfo * method)); DO_APP_FUNC(0x022FABB0, CFDictionary *, CFDictionary_FromObjectAndKey, (void * obj, void * key, MethodInfo * method)); DO_APP_FUNC(0x022FAD70, CFDictionary *, CFDictionary_FromKeysAndObjects, (IList_1_System_Tuple_2_ * items, MethodInfo * method)); DO_APP_FUNC(0x022FB180, void *, CFDictionary_CFDictionaryCreate, (void * allocator, IntPtr__Array * keys, IntPtr__Array * vals, void * len, void * keyCallbacks, void * valCallbacks, MethodInfo * method)); DO_APP_FUNC(0x022FB240, void *, CFDictionary_CFDictionaryGetValue, (void * handle, void * key, MethodInfo * method)); DO_APP_FUNC(0x022FB2D0, void *, CFDictionary_CFDictionaryCreateCopy, (void * allocator, void * handle, MethodInfo * method)); DO_APP_FUNC(0x022FB360, CFDictionary *, CFDictionary_Copy, (CFDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x022FB460, CFMutableDictionary *, CFDictionary_MutableCopy, (CFDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x022FB5C0, void *, CFDictionary_CFDictionaryCreateMutableCopy, (void * allocator, void * capacity, void * theDict, MethodInfo * method)); DO_APP_FUNC(0x022FB660, void *, CFDictionary_GetValue, (CFDictionary * __this, void * key, MethodInfo * method)); DO_APP_FUNC(0x022FB660, void *, CFDictionary_get_Item, (CFDictionary * __this, void * key, MethodInfo * method)); DO_APP_FUNC(0x022FB730, void, CFMutableDictionary__ctor, (CFMutableDictionary * __this, void * handle, bool own, MethodInfo * method)); DO_APP_FUNC(0x022FB7B0, void, CFMutableDictionary_SetValue, (CFMutableDictionary * __this, void * key, void * val, MethodInfo * method)); DO_APP_FUNC(0x022FB850, CFMutableDictionary *, CFMutableDictionary_Create, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66C78, CFMutableDictionary_Create__MethodInfo); DO_APP_FUNC(0x022FB9E0, void, CFMutableDictionary_CFDictionarySetValue, (void * handle, void * key, void * val, MethodInfo * method)); DO_APP_FUNC(0x022FBA80, void *, CFMutableDictionary_CFDictionaryCreateMutable, (void * allocator, void * capacity, void * keyCallback, void * valueCallbacks, MethodInfo * method)); DO_APP_FUNC(0x022FBB30, void, CFBoolean__cctor, (MethodInfo * method)); DO_APP_FUNC(0x022F8BF0, void, CFBoolean__ctor, (CFBoolean * __this, void * handle, bool owns, MethodInfo * method)); DO_APP_FUNC(0x01F783B0, void, CFBoolean_Finalize, (CFBoolean * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, void *, CFBoolean_get_Handle, (CFBoolean * __this, MethodInfo * method)); DO_APP_FUNC(0x022FBDC0, void, CFBoolean_Dispose, (CFBoolean * __this, MethodInfo * method)); DO_APP_FUNC(0x022FBE30, void, CFBoolean_Dispose_1, (CFBoolean * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x022FBEC0, bool, CFBoolean_op_Implicit, (CFBoolean * value, MethodInfo * method)); DO_APP_FUNC(0x022FBF20, CFBoolean *, CFBoolean_op_Explicit, (bool value, MethodInfo * method)); DO_APP_FUNC(0x022FBFF0, CFBoolean *, CFBoolean_FromBoolean, (bool value, MethodInfo * method)); DO_APP_FUNC(0x022FC080, bool, CFBoolean_CFBooleanGetValue, (void * boolean, MethodInfo * method)); DO_APP_FUNC(0x022FC100, bool, CFBoolean_get_Value, (CFBoolean * __this, MethodInfo * method)); DO_APP_FUNC(0x022FC160, bool, CFBoolean_GetValue, (void * boolean, MethodInfo * method)); DO_APP_FUNC(0x022F8BF0, void, CFDate__ctor, (CFDate * __this, void * handle, bool owns, MethodInfo * method)); DO_APP_FUNC(0x01F783B0, void, CFDate_Finalize, (CFDate * __this, MethodInfo * method)); DO_APP_FUNC(0x022FC1B0, void *, CFDate_CFDateCreate, (void * allocator, double at, MethodInfo * method)); DO_APP_FUNC(0x022FC240, CFDate *, CFDate_Create, (DateTime date, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66BD8, CFDate_Create__MethodInfo); DO_APP_FUNC(0x003B93C0, void *, CFDate_get_Handle, (CFDate * __this, MethodInfo * method)); DO_APP_FUNC(0x022FC440, void, CFDate_Dispose, (CFDate * __this, MethodInfo * method)); DO_APP_FUNC(0x022FC4B0, void, CFDate_Dispose_1, (CFDate * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x022FC540, MonoTlsProvider *, SystemCertificateProvider_get_Provider, (SystemCertificateProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x022FC5A0, X509PalImpl *, SystemCertificateProvider_GetX509Pal, (MethodInfo * method)); DO_APP_FUNC(0x022FC940, void, SystemCertificateProvider_EnsureInitialized, (MethodInfo * method)); DO_APP_FUNC(0x022FCC20, X509PalImpl *, SystemCertificateProvider_get_X509Pal, (SystemCertificateProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x022FCC80, X509CertificateImpl *, SystemCertificateProvider_Import, (SystemCertificateProvider * __this, Byte__Array * data, CertificateImportFlags__Enum importFlags, MethodInfo * method)); DO_APP_FUNC(0x022FCD20, X509CertificateImpl *, SystemCertificateProvider_Mono_ISystemCertificateProvider_Import, (SystemCertificateProvider * __this, Byte__Array * data, SafePasswordHandle * password, X509KeyStorageFlags__Enum keyStorageFlags, CertificateImportFlags__Enum importFlags, MethodInfo * method)); DO_APP_FUNC(0x022FCDE0, X509Certificate2Impl *, SystemCertificateProvider_Import_1, (SystemCertificateProvider * __this, Byte__Array * data, SafePasswordHandle * password, X509KeyStorageFlags__Enum keyStorageFlags, CertificateImportFlags__Enum importFlags, MethodInfo * method)); DO_APP_FUNC(0x022FCEA0, X509CertificateImpl *, SystemCertificateProvider_Mono_ISystemCertificateProvider_Import_1, (SystemCertificateProvider * __this, X509Certificate * cert, CertificateImportFlags__Enum importFlags, MethodInfo * method)); DO_APP_FUNC(0x022FD020, X509Certificate2Impl *, SystemCertificateProvider_Import_2, (SystemCertificateProvider * __this, X509Certificate * cert, CertificateImportFlags__Enum importFlags, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SystemCertificateProvider__ctor, (SystemCertificateProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x022FD1A0, void, SystemCertificateProvider__cctor, (MethodInfo * method)); DO_APP_FUNC(0x022FD260, SystemDependencyProvider *, SystemDependencyProvider_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x022FD2C0, void, SystemDependencyProvider_Initialize, (MethodInfo * method)); DO_APP_FUNC(0x003B93C0, ISystemCertificateProvider *, SystemDependencyProvider_Mono_ISystemDependencyProvider_get_CertificateProvider, (SystemDependencyProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, SystemCertificateProvider *, SystemDependencyProvider_get_CertificateProvider, (SystemDependencyProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x022FD600, X509PalImpl *, SystemDependencyProvider_get_X509Pal, (SystemDependencyProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x022FD670, void, SystemDependencyProvider__ctor, (SystemDependencyProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x022FD730, void, SystemDependencyProvider__cctor, (MethodInfo * method)); DO_APP_FUNC(0x022FD7F0, X509PalImpl *, X509Pal_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x022FD8E0, X509CertificateImpl *, X509PalImplMono_Import, (X509PalImplMono * __this, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x022FD8F0, X509Certificate2Impl *, X509PalImplMono_Import_1, (X509PalImplMono * __this, Byte__Array * data, SafePasswordHandle * password, X509KeyStorageFlags__Enum keyStorageFlags, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, X509Certificate2Impl *, X509PalImplMono_Import_2, (X509PalImplMono * __this, X509Certificate * cert, MethodInfo * method)); DO_APP_FUNC(0x022FD900, void, X509PalImplMono__ctor, (X509PalImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x022FD950, Byte__Array *, X509PalImpl_PEM, (String * type, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x022FDBE0, Byte__Array *, X509PalImpl_ConvertData, (Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x022FDC80, X509Certificate2Impl *, X509PalImpl_ImportFallback, (X509PalImpl * __this, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x022FDE50, X509Certificate2Impl *, X509PalImpl_ImportFallback_1, (X509PalImpl * __this, Byte__Array * data, SafePasswordHandle * password, X509KeyStorageFlags__Enum keyStorageFlags, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, X509PalImpl_get_SupportsLegacyBasicConstraintsExtension, (X509PalImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x022FDEE0, X509ContentType__Enum, X509PalImpl_GetCertContentType, (X509PalImpl * __this, Byte__Array * rawData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66A68, X509PalImpl_GetCertContentType__MethodInfo); DO_APP_FUNC(0x022FE290, X509ContentType__Enum, X509PalImpl_GetCertContentType_1, (X509PalImpl * __this, String * fileName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66A70, X509PalImpl_GetCertContentType_1__MethodInfo); DO_APP_FUNC(0x003AC050, void, X509PalImpl__ctor, (X509PalImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x022FE370, void, X509PalImpl__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MonoPInvokeCallbackAttribute_1__ctor, (MonoPInvokeCallbackAttribute_1 * __this, Type * t, MethodInfo * method)); DO_APP_FUNC(0x022FE450, void, CertHelper_AddCertificatesToNativeChain, (UnityTls_unitytls_x509list * nativeCertificateChain, X509CertificateCollection * certificates, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x022FE5C0, void, CertHelper_AddCertificateToNativeChain, (UnityTls_unitytls_x509list * nativeCertificateChain, X509Certificate * certificate, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x022FE820, void, Debug_CheckAndThrow, (UnityTls_unitytls_errorstate errorState, String * context, AlertDescription__Enum defaultAlert, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66960, Debug_CheckAndThrow__MethodInfo); DO_APP_FUNC(0x022FE8E0, void, Debug_CheckAndThrow_1, (UnityTls_unitytls_errorstate errorState, UnityTls_unitytls_x509verify_result__Enum verifyResult, String * context, AlertDescription__Enum defaultAlert, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66940, Debug_CheckAndThrow_1__MethodInfo); DO_APP_FUNC(0x022FE9F0, void *, UnityTls_GetUnityTlsInterface, (MethodInfo * method)); DO_APP_FUNC(0x022FEA00, bool, UnityTls_get_IsSupported, (MethodInfo * method)); DO_APP_FUNC(0x022FEA20, UnityTls_unitytls_interface_struct *, UnityTls_get_NativeInterface, (MethodInfo * method)); DO_APP_FUNC(0x022FEB70, void, UnityTls_unitytls_x509verify_callback__ctor, (UnityTls_unitytls_x509verify_callback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE800, UnityTls_unitytls_x509verify_result__Enum, UnityTls_unitytls_x509verify_callback_Invoke, (UnityTls_unitytls_x509verify_callback * __this, Void * userData, UnityTls_unitytls_x509_ref cert, UnityTls_unitytls_x509verify_result__Enum result, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x022FECB0, IAsyncResult *, UnityTls_unitytls_x509verify_callback_BeginInvoke, (UnityTls_unitytls_x509verify_callback * __this, Void * userData, UnityTls_unitytls_x509_ref cert, UnityTls_unitytls_x509verify_result__Enum result, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, UnityTls_unitytls_x509verify_result__Enum, UnityTls_unitytls_x509verify_callback_EndInvoke, (UnityTls_unitytls_x509verify_callback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x022FED70, void, UnityTls_unitytls_tlsctx_write_callback__ctor, (UnityTls_unitytls_tlsctx_write_callback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE800, void *, UnityTls_unitytls_tlsctx_write_callback_Invoke, (UnityTls_unitytls_tlsctx_write_callback * __this, Void * userData, uint8_t * data, void * bufferLen, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x022FEEB0, IAsyncResult *, UnityTls_unitytls_tlsctx_write_callback_BeginInvoke, (UnityTls_unitytls_tlsctx_write_callback * __this, Void * userData, uint8_t * data, void * bufferLen, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F2730, void *, UnityTls_unitytls_tlsctx_write_callback_EndInvoke, (UnityTls_unitytls_tlsctx_write_callback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x022FED70, void, UnityTls_unitytls_tlsctx_read_callback__ctor, (UnityTls_unitytls_tlsctx_read_callback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE800, void *, UnityTls_unitytls_tlsctx_read_callback_Invoke, (UnityTls_unitytls_tlsctx_read_callback * __this, Void * userData, uint8_t * buffer, void * bufferLen, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x022FEF60, IAsyncResult *, UnityTls_unitytls_tlsctx_read_callback_BeginInvoke, (UnityTls_unitytls_tlsctx_read_callback * __this, Void * userData, uint8_t * buffer, void * bufferLen, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F2730, void *, UnityTls_unitytls_tlsctx_read_callback_EndInvoke, (UnityTls_unitytls_tlsctx_read_callback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x022FF010, void, UnityTls_unitytls_tlsctx_trace_callback__ctor, (UnityTls_unitytls_tlsctx_trace_callback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, UnityTls_unitytls_tlsctx_trace_callback_Invoke, (UnityTls_unitytls_tlsctx_trace_callback * __this, Void * userData, UnityTls_unitytls_tlsctx * ctx, uint8_t * traceMessage, void * traceMessageLen, MethodInfo * method)); DO_APP_FUNC(0x022FF150, IAsyncResult *, UnityTls_unitytls_tlsctx_trace_callback_BeginInvoke, (UnityTls_unitytls_tlsctx_trace_callback * __this, Void * userData, UnityTls_unitytls_tlsctx * ctx, uint8_t * traceMessage, void * traceMessageLen, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, UnityTls_unitytls_tlsctx_trace_callback_EndInvoke, (UnityTls_unitytls_tlsctx_trace_callback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x022FF200, void, UnityTls_unitytls_tlsctx_certificate_callback__ctor, (UnityTls_unitytls_tlsctx_certificate_callback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0149E5D0, void, UnityTls_unitytls_tlsctx_certificate_callback_Invoke, (UnityTls_unitytls_tlsctx_certificate_callback * __this, Void * userData, UnityTls_unitytls_tlsctx * ctx, uint8_t * cn, void * cnLen, UnityTls_unitytls_x509name * caList, void * caListLen, UnityTls_unitytls_x509list_ref * chain, UnityTls_unitytls_key_ref * key, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x022FF340, IAsyncResult *, UnityTls_unitytls_tlsctx_certificate_callback_BeginInvoke, (UnityTls_unitytls_tlsctx_certificate_callback * __this, Void * userData, UnityTls_unitytls_tlsctx * ctx, uint8_t * cn, void * cnLen, UnityTls_unitytls_x509name * caList, void * caListLen, UnityTls_unitytls_x509list_ref * chain, UnityTls_unitytls_key_ref * key, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, UnityTls_unitytls_tlsctx_certificate_callback_EndInvoke, (UnityTls_unitytls_tlsctx_certificate_callback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x022FF440, void, UnityTls_unitytls_tlsctx_x509verify_callback__ctor, (UnityTls_unitytls_tlsctx_x509verify_callback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, UnityTls_unitytls_x509verify_result__Enum, UnityTls_unitytls_tlsctx_x509verify_callback_Invoke, (UnityTls_unitytls_tlsctx_x509verify_callback * __this, Void * userData, UnityTls_unitytls_x509list_ref chain, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x022FF580, IAsyncResult *, UnityTls_unitytls_tlsctx_x509verify_callback_BeginInvoke, (UnityTls_unitytls_tlsctx_x509verify_callback * __this, Void * userData, UnityTls_unitytls_x509list_ref chain, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, UnityTls_unitytls_x509verify_result__Enum, UnityTls_unitytls_tlsctx_x509verify_callback_EndInvoke, (UnityTls_unitytls_tlsctx_x509verify_callback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UnityTls_unitytls_interface_struct__ctor, (UnityTls_unitytls_interface_struct * __this, MethodInfo * method)); DO_APP_FUNC(0x01608860, void, UnityTls_unitytls_interface_struct_unitytls_errorstate_create_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_errorstate_create_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01608990, UnityTls_unitytls_errorstate, UnityTls_unitytls_interface_struct_unitytls_errorstate_create_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_errorstate_create_t * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5A50, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_errorstate_create_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_errorstate_create_t * __this, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x00C05460, UnityTls_unitytls_errorstate, UnityTls_unitytls_interface_struct_unitytls_errorstate_create_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_errorstate_create_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x022FF610, void, UnityTls_unitytls_interface_struct_unitytls_errorstate_raise_error_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_errorstate_raise_error_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, UnityTls_unitytls_interface_struct_unitytls_errorstate_raise_error_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_errorstate_raise_error_t * __this, UnityTls_unitytls_errorstate * errorState, UnityTls_unitytls_error_code__Enum errorCode, MethodInfo * method)); DO_APP_FUNC(0x022FF750, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_errorstate_raise_error_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_errorstate_raise_error_t * __this, UnityTls_unitytls_errorstate * errorState, UnityTls_unitytls_error_code__Enum errorCode, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, UnityTls_unitytls_interface_struct_unitytls_errorstate_raise_error_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_errorstate_raise_error_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x022FF7E0, void, UnityTls_unitytls_interface_struct_unitytls_key_get_ref_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_key_get_ref_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, UnityTls_unitytls_key_ref, UnityTls_unitytls_interface_struct_unitytls_key_get_ref_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_key_get_ref_t * __this, UnityTls_unitytls_key * key, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_key_get_ref_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_key_get_ref_t * __this, UnityTls_unitytls_key * key, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F2730, UnityTls_unitytls_key_ref, UnityTls_unitytls_interface_struct_unitytls_key_get_ref_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_key_get_ref_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x022FF920, void, UnityTls_unitytls_interface_struct_unitytls_key_parse_der_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_key_parse_der_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE5C0, UnityTls_unitytls_key *, UnityTls_unitytls_interface_struct_unitytls_key_parse_der_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_key_parse_der_t * __this, uint8_t * buffer, void * bufferLen, uint8_t * password, void * passwordLen, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x022FFA60, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_key_parse_der_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_key_parse_der_t * __this, uint8_t * buffer, void * bufferLen, uint8_t * password, void * passwordLen, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, UnityTls_unitytls_key *, UnityTls_unitytls_interface_struct_unitytls_key_parse_der_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_key_parse_der_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x022FF920, void, UnityTls_unitytls_interface_struct_unitytls_key_parse_pem_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_key_parse_pem_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE5C0, UnityTls_unitytls_key *, UnityTls_unitytls_interface_struct_unitytls_key_parse_pem_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_key_parse_pem_t * __this, uint8_t * buffer, void * bufferLen, uint8_t * password, void * passwordLen, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x022FFB20, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_key_parse_pem_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_key_parse_pem_t * __this, uint8_t * buffer, void * bufferLen, uint8_t * password, void * passwordLen, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, UnityTls_unitytls_key *, UnityTls_unitytls_interface_struct_unitytls_key_parse_pem_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_key_parse_pem_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC720, void, UnityTls_unitytls_interface_struct_unitytls_key_free_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_key_free_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, UnityTls_unitytls_interface_struct_unitytls_key_free_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_key_free_t * __this, UnityTls_unitytls_key * key, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_key_free_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_key_free_t * __this, UnityTls_unitytls_key * key, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, UnityTls_unitytls_interface_struct_unitytls_key_free_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_key_free_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x022FFBE0, void, UnityTls_unitytls_interface_struct_unitytls_x509_export_der_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_x509_export_der_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE800, void *, UnityTls_unitytls_interface_struct_unitytls_x509_export_der_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_x509_export_der_t * __this, UnityTls_unitytls_x509_ref cert, uint8_t * buffer, void * bufferLen, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x022FFD10, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_x509_export_der_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_x509_export_der_t * __this, UnityTls_unitytls_x509_ref cert, uint8_t * buffer, void * bufferLen, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F2730, void *, UnityTls_unitytls_interface_struct_unitytls_x509_export_der_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_x509_export_der_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x022FF7E0, void, UnityTls_unitytls_interface_struct_unitytls_x509list_get_ref_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_x509list_get_ref_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, UnityTls_unitytls_x509list_ref, UnityTls_unitytls_interface_struct_unitytls_x509list_get_ref_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_x509list_get_ref_t * __this, UnityTls_unitytls_x509list * list, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_x509list_get_ref_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_x509list_get_ref_t * __this, UnityTls_unitytls_x509list * list, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F2730, UnityTls_unitytls_x509list_ref, UnityTls_unitytls_interface_struct_unitytls_x509list_get_ref_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_x509list_get_ref_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x022FFDD0, void, UnityTls_unitytls_interface_struct_unitytls_x509list_get_x509_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_x509list_get_x509_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, UnityTls_unitytls_x509_ref, UnityTls_unitytls_interface_struct_unitytls_x509list_get_x509_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_x509list_get_x509_t * __this, UnityTls_unitytls_x509list_ref list, void * index, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x022FFF00, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_x509list_get_x509_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_x509list_get_x509_t * __this, UnityTls_unitytls_x509list_ref list, void * index, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F2730, UnityTls_unitytls_x509_ref, UnityTls_unitytls_interface_struct_unitytls_x509list_get_x509_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_x509list_get_x509_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01E60350, void, UnityTls_unitytls_interface_struct_unitytls_x509list_create_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_x509list_create_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, UnityTls_unitytls_x509list *, UnityTls_unitytls_interface_struct_unitytls_x509list_create_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_x509list_create_t * __this, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_x509list_create_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_x509list_create_t * __this, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, UnityTls_unitytls_x509list *, UnityTls_unitytls_interface_struct_unitytls_x509list_create_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_x509list_create_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x022FFFB0, void, UnityTls_unitytls_interface_struct_unitytls_x509list_append_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_x509list_append_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, UnityTls_unitytls_interface_struct_unitytls_x509list_append_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_x509list_append_t * __this, UnityTls_unitytls_x509list * list, UnityTls_unitytls_x509_ref cert, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x023000F0, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_x509list_append_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_x509list_append_t * __this, UnityTls_unitytls_x509list * list, UnityTls_unitytls_x509_ref cert, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, UnityTls_unitytls_interface_struct_unitytls_x509list_append_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_x509list_append_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02300180, void, UnityTls_unitytls_interface_struct_unitytls_x509list_append_der_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_x509list_append_der_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, UnityTls_unitytls_interface_struct_unitytls_x509list_append_der_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_x509list_append_der_t * __this, UnityTls_unitytls_x509list * list, uint8_t * buffer, void * bufferLen, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x023002C0, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_x509list_append_der_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_x509list_append_der_t * __this, UnityTls_unitytls_x509list * list, uint8_t * buffer, void * bufferLen, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, UnityTls_unitytls_interface_struct_unitytls_x509list_append_der_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_x509list_append_der_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02300180, void, UnityTls_unitytls_interface_struct_unitytls_x509list_append_pem_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_x509list_append_pem_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, UnityTls_unitytls_interface_struct_unitytls_x509list_append_pem_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_x509list_append_pem_t * __this, UnityTls_unitytls_x509list * list, uint8_t * buffer, void * bufferLen, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x02300370, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_x509list_append_pem_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_x509list_append_pem_t * __this, UnityTls_unitytls_x509list * list, uint8_t * buffer, void * bufferLen, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, UnityTls_unitytls_interface_struct_unitytls_x509list_append_pem_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_x509list_append_pem_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC720, void, UnityTls_unitytls_interface_struct_unitytls_x509list_free_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_x509list_free_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, UnityTls_unitytls_interface_struct_unitytls_x509list_free_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_x509list_free_t * __this, UnityTls_unitytls_x509list * list, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_x509list_free_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_x509list_free_t * __this, UnityTls_unitytls_x509list * list, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, UnityTls_unitytls_interface_struct_unitytls_x509list_free_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_x509list_free_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02300420, void, UnityTls_unitytls_interface_struct_unitytls_x509verify_default_ca_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_x509verify_default_ca_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01616320, UnityTls_unitytls_x509verify_result__Enum, UnityTls_unitytls_interface_struct_unitytls_x509verify_default_ca_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_x509verify_default_ca_t * __this, UnityTls_unitytls_x509list_ref chain, uint8_t * cn, void * cnLen, UnityTls_unitytls_x509verify_callback * cb, Void * userData, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x02300550, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_x509verify_default_ca_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_x509verify_default_ca_t * __this, UnityTls_unitytls_x509list_ref chain, uint8_t * cn, void * cnLen, UnityTls_unitytls_x509verify_callback * cb, Void * userData, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, UnityTls_unitytls_x509verify_result__Enum, UnityTls_unitytls_interface_struct_unitytls_x509verify_default_ca_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_x509verify_default_ca_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02300630, void, UnityTls_unitytls_interface_struct_unitytls_x509verify_explicit_ca_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_x509verify_explicit_ca_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01616500, UnityTls_unitytls_x509verify_result__Enum, UnityTls_unitytls_interface_struct_unitytls_x509verify_explicit_ca_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_x509verify_explicit_ca_t * __this, UnityTls_unitytls_x509list_ref chain, UnityTls_unitytls_x509list_ref trustCA, uint8_t * cn, void * cnLen, UnityTls_unitytls_x509verify_callback * cb, Void * userData, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x02300760, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_x509verify_explicit_ca_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_x509verify_explicit_ca_t * __this, UnityTls_unitytls_x509list_ref chain, UnityTls_unitytls_x509list_ref trustCA, uint8_t * cn, void * cnLen, UnityTls_unitytls_x509verify_callback * cb, Void * userData, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, UnityTls_unitytls_x509verify_result__Enum, UnityTls_unitytls_interface_struct_unitytls_x509verify_explicit_ca_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_x509verify_explicit_ca_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02300860, void, UnityTls_unitytls_interface_struct_unitytls_tlsctx_create_server_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_create_server_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x02300990, UnityTls_unitytls_tlsctx *, UnityTls_unitytls_interface_struct_unitytls_tlsctx_create_server_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_create_server_t * __this, UnityTls_unitytls_tlsctx_protocolrange supportedProtocols, UnityTls_unitytls_tlsctx_callbacks callbacks, uint64_t certChain, uint64_t leafCertificateKey, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x023009F0, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_tlsctx_create_server_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_create_server_t * __this, UnityTls_unitytls_tlsctx_protocolrange supportedProtocols, UnityTls_unitytls_tlsctx_callbacks callbacks, uint64_t certChain, uint64_t leafCertificateKey, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, UnityTls_unitytls_tlsctx *, UnityTls_unitytls_interface_struct_unitytls_tlsctx_create_server_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_create_server_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02300AF0, void, UnityTls_unitytls_interface_struct_unitytls_tlsctx_create_client_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_create_client_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x02300990, UnityTls_unitytls_tlsctx *, UnityTls_unitytls_interface_struct_unitytls_tlsctx_create_client_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_create_client_t * __this, UnityTls_unitytls_tlsctx_protocolrange supportedProtocols, UnityTls_unitytls_tlsctx_callbacks callbacks, uint8_t * cn, void * cnLen, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x02300C20, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_tlsctx_create_client_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_create_client_t * __this, UnityTls_unitytls_tlsctx_protocolrange supportedProtocols, UnityTls_unitytls_tlsctx_callbacks callbacks, uint8_t * cn, void * cnLen, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, UnityTls_unitytls_tlsctx *, UnityTls_unitytls_interface_struct_unitytls_tlsctx_create_client_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_create_client_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x022FFFB0, void, UnityTls_unitytls_interface_struct_unitytls_tlsctx_server_require_client_authentication_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_server_require_client_authentication_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, UnityTls_unitytls_interface_struct_unitytls_tlsctx_server_require_client_authentication_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_server_require_client_authentication_t * __this, UnityTls_unitytls_tlsctx * ctx, UnityTls_unitytls_x509list_ref clientAuthCAList, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x02300D10, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_tlsctx_server_require_client_authentication_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_server_require_client_authentication_t * __this, UnityTls_unitytls_tlsctx * ctx, UnityTls_unitytls_x509list_ref clientAuthCAList, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, UnityTls_unitytls_interface_struct_unitytls_tlsctx_server_require_client_authentication_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_server_require_client_authentication_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02300DA0, void, UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_certificate_callback_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_certificate_callback_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_certificate_callback_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_certificate_callback_t * __this, UnityTls_unitytls_tlsctx * ctx, UnityTls_unitytls_tlsctx_certificate_callback * cb, Void * userData, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x02300EE0, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_certificate_callback_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_certificate_callback_t * __this, UnityTls_unitytls_tlsctx * ctx, UnityTls_unitytls_tlsctx_certificate_callback * cb, Void * userData, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_certificate_callback_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_certificate_callback_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02300DA0, void, UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_trace_callback_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_trace_callback_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_trace_callback_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_trace_callback_t * __this, UnityTls_unitytls_tlsctx * ctx, UnityTls_unitytls_tlsctx_trace_callback * cb, Void * userData, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x02300EE0, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_trace_callback_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_trace_callback_t * __this, UnityTls_unitytls_tlsctx * ctx, UnityTls_unitytls_tlsctx_trace_callback * cb, Void * userData, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_trace_callback_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_trace_callback_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02300DA0, void, UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_x509verify_callback_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_x509verify_callback_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_x509verify_callback_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_x509verify_callback_t * __this, UnityTls_unitytls_tlsctx * ctx, UnityTls_unitytls_tlsctx_x509verify_callback * cb, Void * userData, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x02300EE0, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_x509verify_callback_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_x509verify_callback_t * __this, UnityTls_unitytls_tlsctx * ctx, UnityTls_unitytls_tlsctx_x509verify_callback * cb, Void * userData, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_x509verify_callback_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_x509verify_callback_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02300180, void, UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_supported_ciphersuites_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_supported_ciphersuites_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_supported_ciphersuites_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_supported_ciphersuites_t * __this, UnityTls_unitytls_tlsctx * ctx, UnityTls_unitytls_ciphersuite__Enum * supportedCiphersuites, void * supportedCiphersuitesLen, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x02300F30, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_supported_ciphersuites_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_supported_ciphersuites_t * __this, UnityTls_unitytls_tlsctx * ctx, UnityTls_unitytls_ciphersuite__Enum * supportedCiphersuites, void * supportedCiphersuitesLen, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_supported_ciphersuites_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_set_supported_ciphersuites_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01E60490, void, UnityTls_unitytls_interface_struct_unitytls_tlsctx_get_ciphersuite_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_get_ciphersuite_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, UnityTls_unitytls_ciphersuite__Enum, UnityTls_unitytls_interface_struct_unitytls_tlsctx_get_ciphersuite_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_get_ciphersuite_t * __this, UnityTls_unitytls_tlsctx * ctx, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_tlsctx_get_ciphersuite_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_get_ciphersuite_t * __this, UnityTls_unitytls_tlsctx * ctx, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, UnityTls_unitytls_ciphersuite__Enum, UnityTls_unitytls_interface_struct_unitytls_tlsctx_get_ciphersuite_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_get_ciphersuite_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01E60490, void, UnityTls_unitytls_interface_struct_unitytls_tlsctx_get_protocol_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_get_protocol_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, UnityTls_unitytls_protocol__Enum, UnityTls_unitytls_interface_struct_unitytls_tlsctx_get_protocol_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_get_protocol_t * __this, UnityTls_unitytls_tlsctx * ctx, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_tlsctx_get_protocol_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_get_protocol_t * __this, UnityTls_unitytls_tlsctx * ctx, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, UnityTls_unitytls_protocol__Enum, UnityTls_unitytls_interface_struct_unitytls_tlsctx_get_protocol_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_get_protocol_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01E60490, void, UnityTls_unitytls_interface_struct_unitytls_tlsctx_process_handshake_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_process_handshake_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, UnityTls_unitytls_x509verify_result__Enum, UnityTls_unitytls_interface_struct_unitytls_tlsctx_process_handshake_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_process_handshake_t * __this, UnityTls_unitytls_tlsctx * ctx, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_tlsctx_process_handshake_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_process_handshake_t * __this, UnityTls_unitytls_tlsctx * ctx, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, UnityTls_unitytls_x509verify_result__Enum, UnityTls_unitytls_interface_struct_unitytls_tlsctx_process_handshake_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_process_handshake_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x022FED70, void, UnityTls_unitytls_interface_struct_unitytls_tlsctx_read_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_read_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE800, void *, UnityTls_unitytls_interface_struct_unitytls_tlsctx_read_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_read_t * __this, UnityTls_unitytls_tlsctx * ctx, uint8_t * buffer, void * bufferLen, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x02300FE0, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_tlsctx_read_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_read_t * __this, UnityTls_unitytls_tlsctx * ctx, uint8_t * buffer, void * bufferLen, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F2730, void *, UnityTls_unitytls_interface_struct_unitytls_tlsctx_read_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_read_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x022FED70, void, UnityTls_unitytls_interface_struct_unitytls_tlsctx_write_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_write_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE800, void *, UnityTls_unitytls_interface_struct_unitytls_tlsctx_write_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_write_t * __this, UnityTls_unitytls_tlsctx * ctx, uint8_t * data, void * bufferLen, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x02301090, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_tlsctx_write_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_write_t * __this, UnityTls_unitytls_tlsctx * ctx, uint8_t * data, void * bufferLen, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F2730, void *, UnityTls_unitytls_interface_struct_unitytls_tlsctx_write_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_write_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0042CDF0, void, UnityTls_unitytls_interface_struct_unitytls_tlsctx_notify_close_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_notify_close_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, UnityTls_unitytls_interface_struct_unitytls_tlsctx_notify_close_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_notify_close_t * __this, UnityTls_unitytls_tlsctx * ctx, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_tlsctx_notify_close_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_notify_close_t * __this, UnityTls_unitytls_tlsctx * ctx, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, UnityTls_unitytls_interface_struct_unitytls_tlsctx_notify_close_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_notify_close_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC720, void, UnityTls_unitytls_interface_struct_unitytls_tlsctx_free_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_free_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, UnityTls_unitytls_interface_struct_unitytls_tlsctx_free_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_free_t * __this, UnityTls_unitytls_tlsctx * ctx, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_tlsctx_free_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_free_t * __this, UnityTls_unitytls_tlsctx * ctx, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, UnityTls_unitytls_interface_struct_unitytls_tlsctx_free_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_tlsctx_free_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02301140, void, UnityTls_unitytls_interface_struct_unitytls_random_generate_bytes_t__ctor, (UnityTls_unitytls_interface_struct_unitytls_random_generate_bytes_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, UnityTls_unitytls_interface_struct_unitytls_random_generate_bytes_t_Invoke, (UnityTls_unitytls_interface_struct_unitytls_random_generate_bytes_t * __this, uint8_t * buffer, void * bufferLen, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x02301280, IAsyncResult *, UnityTls_unitytls_interface_struct_unitytls_random_generate_bytes_t_BeginInvoke, (UnityTls_unitytls_interface_struct_unitytls_random_generate_bytes_t * __this, uint8_t * buffer, void * bufferLen, UnityTls_unitytls_errorstate * errorState, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, UnityTls_unitytls_interface_struct_unitytls_random_generate_bytes_t_EndInvoke, (UnityTls_unitytls_interface_struct_unitytls_random_generate_bytes_t * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02301310, void, UnityTlsContext__ctor, (UnityTlsContext * __this, MobileAuthenticatedStream * parent, MonoSslAuthenticationOptions * options, MethodInfo * method)); DO_APP_FUNC(0x023022C0, void, UnityTlsContext_ExtractNativeKeyAndChainFromManagedCertificate, (X509Certificate * cert, UnityTls_unitytls_errorstate * errorState, UnityTls_unitytls_x509list * * nativeCertChain, UnityTls_unitytls_key * * nativeKey, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66730, UnityTlsContext_ExtractNativeKeyAndChainFromManagedCertificate__MethodInfo); DO_APP_FUNC(0x023025C0, bool, UnityTlsContext_get_HasContext, (UnityTlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C60, bool, UnityTlsContext_get_IsAuthenticated, (UnityTlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF700, MonoTlsConnectionInfo *, UnityTlsContext_get_ConnectionInfo, (UnityTlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x023025D0, bool, UnityTlsContext_get_IsRemoteCertificateAvailable, (UnityTlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, X509Certificate *, UnityTlsContext_get_LocalClientCertificate, (UnityTlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x00605860, X509Certificate2 *, UnityTlsContext_get_RemoteCertificate, (UnityTlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x023025E0, TlsProtocols__Enum, UnityTlsContext_get_NegotiatedProtocol, (UnityTlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UnityTlsContext_Flush, (UnityTlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02302610, ValueTuple_2_Int32_Boolean_, UnityTlsContext_Read, (UnityTlsContext * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66728, UnityTlsContext_Read__MethodInfo); DO_APP_FUNC(0x02302820, ValueTuple_2_Int32_Boolean_, UnityTlsContext_Write, (UnityTlsContext * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66700, UnityTlsContext_Write__MethodInfo); DO_APP_FUNC(0x00418D40, bool, UnityTlsContext_get_CanRenegotiate, (UnityTlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02302A20, void, UnityTlsContext_Renegotiate, (UnityTlsContext * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C666D8, UnityTlsContext_Renegotiate__MethodInfo); DO_APP_FUNC(0x00418D40, bool, UnityTlsContext_PendingRenegotiation, (UnityTlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02302A70, void, UnityTlsContext_Shutdown, (UnityTlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02302BA0, void, UnityTlsContext_Dispose, (UnityTlsContext * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02302E90, void, UnityTlsContext_StartHandshake, (UnityTlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x023030D0, bool, UnityTlsContext_ProcessHandshake, (UnityTlsContext * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C665C8, UnityTlsContext_ProcessHandshake__MethodInfo); DO_APP_FUNC(0x02303400, void, UnityTlsContext_FinishHandshake, (UnityTlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02303600, void *, UnityTlsContext_WriteCallback, (Void * userData, uint8_t * data, void * bufferLen, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66690, UnityTlsContext_WriteCallback__MethodInfo); DO_APP_FUNC(0x02303750, void *, UnityTlsContext_WriteCallback_1, (UnityTlsContext * __this, uint8_t * data, void * bufferLen, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x02303950, void *, UnityTlsContext_ReadCallback, (Void * userData, uint8_t * buffer, void * bufferLen, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C666C0, UnityTlsContext_ReadCallback__MethodInfo); DO_APP_FUNC(0x02303AA0, void *, UnityTlsContext_ReadCallback_1, (UnityTlsContext * __this, uint8_t * buffer, void * bufferLen, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x02303D40, UnityTls_unitytls_x509verify_result__Enum, UnityTlsContext_VerifyCallback, (Void * userData, UnityTls_unitytls_x509list_ref chain, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66680, UnityTlsContext_VerifyCallback__MethodInfo); DO_APP_FUNC(0x02303E80, UnityTls_unitytls_x509verify_result__Enum, UnityTlsContext_VerifyCallback_1, (UnityTlsContext * __this, UnityTls_unitytls_x509list_ref chain, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC(0x02304190, void, UnityTlsContext_CertificateCallback, (Void * userData, UnityTls_unitytls_tlsctx * ctx, uint8_t * cn, void * cnLen, UnityTls_unitytls_x509name * caList, void * caListLen, UnityTls_unitytls_x509list_ref * chain, UnityTls_unitytls_key_ref * key, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C666B8, UnityTlsContext_CertificateCallback__MethodInfo); DO_APP_FUNC(0x023042F0, void, UnityTlsContext_CertificateCallback_1, (UnityTlsContext * __this, UnityTls_unitytls_tlsctx * ctx, uint8_t * cn, void * cnLen, UnityTls_unitytls_x509name * caList, void * caListLen, UnityTls_unitytls_x509list_ref * chain, UnityTls_unitytls_key_ref * key, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66580, UnityTlsContext_CertificateCallback_1__MethodInfo); DO_APP_FUNC(0x02304600, void, UnityTlsContext_TraceCallback, (Void * userData, UnityTls_unitytls_tlsctx * ctx, uint8_t * traceMessage, void * traceMessageLen, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66CA0, UnityTlsContext_TraceCallback__MethodInfo); DO_APP_FUNC(0x023046E0, UnityTls_unitytls_protocol__Enum, UnityTlsConversions_GetMinProtocol, (SslProtocols__Enum protocols, MethodInfo * method)); DO_APP_FUNC(0x02304720, UnityTls_unitytls_protocol__Enum, UnityTlsConversions_GetMaxProtocol, (SslProtocols__Enum protocols, MethodInfo * method)); DO_APP_FUNC(0x02304760, TlsProtocols__Enum, UnityTlsConversions_ConvertProtocolVersion, (UnityTls_unitytls_protocol__Enum protocol, MethodInfo * method)); DO_APP_FUNC(0x02304790, AlertDescription__Enum, UnityTlsConversions_VerifyResultToAlertDescription, (UnityTls_unitytls_x509verify_result__Enum verifyResult, AlertDescription__Enum defaultAlert, MethodInfo * method)); DO_APP_FUNC(0x023047F0, SslPolicyErrors__Enum, UnityTlsConversions_VerifyResultToPolicyErrror, (UnityTls_unitytls_x509verify_result__Enum verifyResult, MethodInfo * method)); DO_APP_FUNC(0x02304820, X509ChainStatusFlags__Enum, UnityTlsConversions_VerifyResultToChainStatus, (UnityTls_unitytls_x509verify_result__Enum verifyResult, MethodInfo * method)); DO_APP_FUNC(0x02304860, String *, UnityTlsProvider_get_Name, (UnityTlsProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x023048A0, Guid, UnityTlsProvider_get_ID, (UnityTlsProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, UnityTlsProvider_get_SupportsSslStream, (UnityTlsProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, UnityTlsProvider_get_SupportsMonoExtensions, (UnityTlsProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, UnityTlsProvider_get_SupportsConnectionInfo, (UnityTlsProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, UnityTlsProvider_get_SupportsCleanShutdown, (UnityTlsProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x02304900, SslProtocols__Enum, UnityTlsProvider_get_SupportedProtocols, (UnityTlsProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x02304910, MobileAuthenticatedStream *, UnityTlsProvider_CreateSslStream, (UnityTlsProvider * __this, SslStream * sslStream, Stream * innerStream, bool leaveInnerStreamOpen, MonoTlsSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x023049F0, UnityTls_unitytls_x509verify_result__Enum, UnityTlsProvider_x509verify_callback, (Void * userData, UnityTls_unitytls_x509_ref cert, UnityTls_unitytls_x509verify_result__Enum result, UnityTls_unitytls_errorstate * errorState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66558, UnityTlsProvider_x509verify_callback__MethodInfo); DO_APP_FUNC(0x02304A70, bool, UnityTlsProvider_ValidateCertificate, (UnityTlsProvider * __this, ChainValidationHelper * validator, String * targetHost, bool serverMode, X509CertificateCollection * certificates, bool wantsChain, X509Chain * * chain, SslPolicyErrors__Enum * errors, int32_t * status11, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UnityTlsProvider__ctor, (UnityTlsProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x02305410, void, UnityTlsStream__ctor, (UnityTlsStream * __this, Stream * innerStream, bool leaveInnerStreamOpen, SslStream * owner, MonoTlsSettings * settings, MobileTlsProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x023054A0, MobileTlsContext *, UnityTlsStream_CreateContext, (UnityTlsStream * __this, MonoSslAuthenticationOptions * options, MethodInfo * method)); DO_APP_FUNC(0x02305520, void, X509ChainImplUnityTls__ctor, (X509ChainImplUnityTls * __this, UnityTls_unitytls_x509list_ref nativeCertificateChain, bool reverseOrder, MethodInfo * method)); DO_APP_FUNC(0x02305650, bool, X509ChainImplUnityTls_get_IsValid, (X509ChainImplUnityTls * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, void *, X509ChainImplUnityTls_get_Handle, (X509ChainImplUnityTls * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, UnityTls_unitytls_x509list_ref, X509ChainImplUnityTls_get_NativeCertificateChain, (X509ChainImplUnityTls * __this, MethodInfo * method)); DO_APP_FUNC(0x02305680, X509ChainElementCollection *, X509ChainImplUnityTls_get_ChainElements, (X509ChainImplUnityTls * __this, MethodInfo * method)); DO_APP_FUNC(0x02305AE0, void, X509ChainImplUnityTls_AddStatus, (X509ChainImplUnityTls * __this, X509ChainStatusFlags__Enum error, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, X509ChainPolicy *, X509ChainImplUnityTls_get_ChainPolicy, (X509ChainImplUnityTls * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, X509ChainImplUnityTls_set_ChainPolicy, (X509ChainImplUnityTls * __this, X509ChainPolicy * value, MethodInfo * method)); DO_APP_FUNC(0x02305C80, X509ChainStatus__Array *, X509ChainImplUnityTls_get_ChainStatus, (X509ChainImplUnityTls * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, X509ChainImplUnityTls_Build, (X509ChainImplUnityTls * __this, X509Certificate2 * certificate, MethodInfo * method)); DO_APP_FUNC(0x02305CF0, void, X509ChainImplUnityTls_Reset, (X509ChainImplUnityTls * __this, MethodInfo * method)); DO_APP_FUNC(0x02305DA0, void, X509ChainImplUnityTls_Dispose, (X509ChainImplUnityTls * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x022F8BF0, void, CFUrl__ctor, (CFUrl * __this, void * handle, bool own, MethodInfo * method)); DO_APP_FUNC(0x02305DC0, void *, CFUrl_CFURLCreateWithString, (void * allocator, void * str, void * baseURL, MethodInfo * method)); DO_APP_FUNC(0x02305E60, CFUrl *, CFUrl_Create, (String * absolute, MethodInfo * method)); DO_APP_FUNC(0x02305FC0, void, CFRunLoop_CFRunLoopAddSource, (void * rl, void * source, void * mode, MethodInfo * method)); DO_APP_FUNC(0x02306060, void, CFRunLoop_CFRunLoopRemoveSource, (void * rl, void * source, void * mode, MethodInfo * method)); DO_APP_FUNC(0x02306100, int32_t, CFRunLoop_CFRunLoopRunInMode, (void * mode, double seconds, bool returnAfterSourceHandled, MethodInfo * method)); DO_APP_FUNC(0x023061A0, void *, CFRunLoop_CFRunLoopGetCurrent, (MethodInfo * method)); DO_APP_FUNC(0x02306210, void, CFRunLoop_CFRunLoopStop, (void * rl, MethodInfo * method)); DO_APP_FUNC(0x022F8BF0, void, CFRunLoop__ctor, (CFRunLoop * __this, void * handle, bool own, MethodInfo * method)); DO_APP_FUNC(0x02306290, CFRunLoop *, CFRunLoop_get_CurrentRunLoop, (MethodInfo * method)); DO_APP_FUNC(0x02306350, void, CFRunLoop_AddSource, (CFRunLoop * __this, void * source, CFString * mode, MethodInfo * method)); DO_APP_FUNC(0x02306400, void, CFRunLoop_RemoveSource, (CFRunLoop * __this, void * source, CFString * mode, MethodInfo * method)); DO_APP_FUNC(0x023064B0, int32_t, CFRunLoop_RunInMode, (CFRunLoop * __this, CFString * mode, double seconds, bool returnAfterSourceHandled, MethodInfo * method)); DO_APP_FUNC(0x02306560, void, CFRunLoop_Stop, (CFRunLoop * __this, MethodInfo * method)); DO_APP_FUNC(0x023065E0, void, CFProxy__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, CFProxy__ctor, (CFProxy * __this, CFDictionary * settings, MethodInfo * method)); DO_APP_FUNC(0x02306DA0, CFProxyType__Enum, CFProxy_CFProxyTypeToEnum, (void * type, MethodInfo * method)); DO_APP_FUNC(0x02307070, void *, CFProxy_get_AutoConfigurationJavaScript, (CFProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x02307140, void *, CFProxy_get_AutoConfigurationUrl, (CFProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x02307200, String *, CFProxy_get_HostName, (CFProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x023072D0, String *, CFProxy_get_Password, (CFProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x023073A0, int32_t, CFProxy_get_Port, (CFProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x02307470, CFProxyType__Enum, CFProxy_get_ProxyType, (CFProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x02307540, String *, CFProxy_get_Username, (CFProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x02307610, void, CFProxySettings__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, CFProxySettings__ctor, (CFProxySettings * __this, CFDictionary * settings, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, CFDictionary *, CFProxySettings_get_Dictionary, (CFProxySettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02307A20, bool, CFProxySettings_get_HTTPEnable, (CFProxySettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02307AF0, int32_t, CFProxySettings_get_HTTPPort, (CFProxySettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02307BC0, String *, CFProxySettings_get_HTTPProxy, (CFProxySettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02307C90, bool, CFProxySettings_get_ProxyAutoConfigEnable, (CFProxySettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02307D60, String *, CFProxySettings_get_ProxyAutoConfigJavaScript, (CFProxySettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02307E30, String *, CFProxySettings_get_ProxyAutoConfigURLString, (CFProxySettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02307F00, void *, CFNetwork_CFNetworkCopyProxiesForAutoConfigurationScriptSequential, (void * proxyAutoConfigurationScript, void * targetURL, void * * error, MethodInfo * method)); DO_APP_FUNC(0x02307FA0, void *, CFNetwork_CFNetworkExecuteProxyAutoConfigurationURL, (void * proxyAutoConfigURL, void * targetURL, CFNetwork_CFProxyAutoConfigurationResultCallback * cb, CFStreamClientContext * clientContext, MethodInfo * method)); DO_APP_FUNC(0x02308050, void, CFNetwork_CFNetworkCopyProxiesForAutoConfigurationScriptThread, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66428, CFNetwork_CFNetworkCopyProxiesForAutoConfigurationScriptThread__MethodInfo); DO_APP_FUNC(0x02308490, void *, CFNetwork_CFNetworkCopyProxiesForAutoConfigurationScript, (void * proxyAutoConfigurationScript, void * targetURL, void * * error, MethodInfo * method)); DO_APP_FUNC(0x02308B10, CFArray *, CFNetwork_CopyProxiesForAutoConfigurationScript, (void * proxyAutoConfigurationScript, CFUrl * targetURL, MethodInfo * method)); DO_APP_FUNC(0x02308C00, CFProxy__Array *, CFNetwork_GetProxiesForAutoConfigurationScript, (void * proxyAutoConfigurationScript, CFUrl * targetURL, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C663F0, CFNetwork_GetProxiesForAutoConfigurationScript__MethodInfo); DO_APP_FUNC(0x02309060, CFProxy__Array *, CFNetwork_GetProxiesForAutoConfigurationScript_1, (void * proxyAutoConfigurationScript, Uri * targetUri, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66458, CFNetwork_GetProxiesForAutoConfigurationScript_1__MethodInfo); DO_APP_FUNC(0x023091F0, CFProxy__Array *, CFNetwork_ExecuteProxyAutoConfigurationURL, (void * proxyAutoConfigURL, Uri * targetURL, MethodInfo * method)); DO_APP_FUNC(0x02309750, void *, CFNetwork_CFNetworkCopyProxiesForURL, (void * url, void * proxySettings, MethodInfo * method)); DO_APP_FUNC(0x023097E0, CFArray *, CFNetwork_CopyProxiesForURL, (CFUrl * url, CFDictionary * proxySettings, MethodInfo * method)); DO_APP_FUNC(0x02309930, CFProxy__Array *, CFNetwork_GetProxiesForURL, (CFUrl * url, CFProxySettings * proxySettings, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C663C0, CFNetwork_GetProxiesForURL__MethodInfo); DO_APP_FUNC(0x02309DD0, CFProxy__Array *, CFNetwork_GetProxiesForUri, (Uri * uri, CFProxySettings * proxySettings, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C663B8, CFNetwork_GetProxiesForUri__MethodInfo); DO_APP_FUNC(0x02309F00, void *, CFNetwork_CFNetworkCopySystemProxySettings, (MethodInfo * method)); DO_APP_FUNC(0x02309F70, CFProxySettings *, CFNetwork_GetSystemProxySettings, (MethodInfo * method)); DO_APP_FUNC(0x0230A0F0, IWebProxy *, CFNetwork_GetDefaultProxy, (MethodInfo * method)); DO_APP_FUNC(0x0230A140, void, CFNetwork__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0230A200, void, CFNetwork_GetProxyData_Dispose, (CFNetwork_GetProxyData * __this, MethodInfo * method)); DO_APP_FUNC(0x0230A230, void, CFNetwork_GetProxyData__ctor, (CFNetwork_GetProxyData * __this, MethodInfo * method)); DO_APP_FUNC(0x00400CE0, void, CFNetwork_CFProxyAutoConfigurationResultCallback__ctor, (CFNetwork_CFProxyAutoConfigurationResultCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, CFNetwork_CFProxyAutoConfigurationResultCallback_Invoke, (CFNetwork_CFProxyAutoConfigurationResultCallback * __this, void * client, void * proxyList, void * error, MethodInfo * method)); DO_APP_FUNC(0x0230A2F0, IAsyncResult *, CFNetwork_CFProxyAutoConfigurationResultCallback_BeginInvoke, (CFNetwork_CFProxyAutoConfigurationResultCallback * __this, void * client, void * proxyList, void * error, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, CFNetwork_CFProxyAutoConfigurationResultCallback_EndInvoke, (CFNetwork_CFProxyAutoConfigurationResultCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CFNetwork_CFWebProxy__ctor, (CFNetwork_CFWebProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, ICredentials *, CFNetwork_CFWebProxy_get_Credentials, (CFNetwork_CFWebProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x01AA1050, void, CFNetwork_CFWebProxy_set_Credentials, (CFNetwork_CFWebProxy * __this, ICredentials * value, MethodInfo * method)); DO_APP_FUNC(0x0230A390, Uri *, CFNetwork_CFWebProxy_GetProxyUri, (CFProxy * proxy, NetworkCredential * * credentials, MethodInfo * method)); DO_APP_FUNC(0x0230AA30, Uri *, CFNetwork_CFWebProxy_GetProxyUriFromScript, (void * script, Uri * targetUri, NetworkCredential * * credentials, MethodInfo * method)); DO_APP_FUNC(0x0230AC20, Uri *, CFNetwork_CFWebProxy_ExecuteProxyAutoConfigurationURL, (void * proxyAutoConfigURL, Uri * targetUri, NetworkCredential * * credentials, MethodInfo * method)); DO_APP_FUNC(0x0230ACA0, Uri *, CFNetwork_CFWebProxy_SelectProxy, (CFProxy__Array * proxies, Uri * targetUri, NetworkCredential * * credentials, MethodInfo * method)); DO_APP_FUNC(0x0230AE40, Uri *, CFNetwork_CFWebProxy_GetProxy, (CFNetwork_CFWebProxy * __this, Uri * targetUri, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C663C8, CFNetwork_CFWebProxy_GetProxy__MethodInfo); DO_APP_FUNC(0x0230B220, bool, CFNetwork_CFWebProxy_IsBypassed, (CFNetwork_CFWebProxy * __this, Uri * targetUri, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66370, CFNetwork_CFWebProxy_IsBypassed__MethodInfo); DO_APP_FUNC(0x003AC050, void, CFNetwork_c_DisplayClass13_0__ctor, (CFNetwork_c_DisplayClass13_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0230B330, void, CFNetwork_c_DisplayClass13_0__ExecuteProxyAutoConfigurationURL_b__0, (CFNetwork_c_DisplayClass13_0 * __this, void * client, void * proxyList, void * error, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66438, CFNetwork_c_DisplayClass13_0__ExecuteProxyAutoConfigurationURL_b__0__MethodInfo); DO_APP_FUNC(0x0230B760, int32_t, BufferOffsetSize_1_get_EndOffset, (BufferOffsetSize_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0230B770, int32_t, BufferOffsetSize_1_get_Remaining, (BufferOffsetSize_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0230B7A0, void, BufferOffsetSize_1__ctor, (BufferOffsetSize_1 * __this, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66368, BufferOffsetSize_1__ctor__MethodInfo); DO_APP_FUNC(0x0230B8E0, String *, BufferOffsetSize_1_ToString, (BufferOffsetSize_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0230B9B0, void, BufferOffsetSize2__ctor, (BufferOffsetSize2 * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0230BAD0, void, BufferOffsetSize2_Reset, (BufferOffsetSize2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0230BB70, void, BufferOffsetSize2_MakeRoom, (BufferOffsetSize2 * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0230BC90, void, BufferOffsetSize2_AppendData, (BufferOffsetSize2 * __this, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, AsyncProtocolResult_get_UserResult, (AsyncProtocolResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ExceptionDispatchInfo *, AsyncProtocolResult_get_Error, (AsyncProtocolResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AsyncProtocolResult__ctor, (AsyncProtocolResult * __this, int32_t result, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, AsyncProtocolResult__ctor_1, (AsyncProtocolResult * __this, ExceptionDispatchInfo * error, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, MobileAuthenticatedStream *, AsyncProtocolRequest_get_Parent, (AsyncProtocolRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, AsyncProtocolRequest_get_RunSynchronously, (AsyncProtocolRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x0230BE00, int32_t, AsyncProtocolRequest_get_ID, (AsyncProtocolRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x0230BE50, String *, AsyncProtocolRequest_get_Name, (AsyncProtocolRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, AsyncProtocolRequest_get_UserResult, (AsyncProtocolRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, AsyncProtocolRequest_set_UserResult, (AsyncProtocolRequest * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0230BE90, void, AsyncProtocolRequest__ctor, (AsyncProtocolRequest * __this, MobileAuthenticatedStream * parent, bool sync, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncProtocolRequest_Debug, (AsyncProtocolRequest * __this, String * message, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x0230BFB0, void, AsyncProtocolRequest_RequestRead, (AsyncProtocolRequest * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0230C0F0, void, AsyncProtocolRequest_RequestWrite, (AsyncProtocolRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x0230C100, Task_1_Mono_Net_Security_AsyncProtocolResult_ *, AsyncProtocolRequest_StartOperation, (AsyncProtocolRequest * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0230C300, Task *, AsyncProtocolRequest_ProcessOperation, (AsyncProtocolRequest * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0230C520, Task_1_System_Nullable_1_ *, AsyncProtocolRequest_InnerRead, (AsyncProtocolRequest * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0230C720, String *, AsyncProtocolRequest_ToString, (AsyncProtocolRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x0230C7D0, void, AsyncProtocolRequest_StartOperation_d_23_MoveNext, (AsyncProtocolRequest_StartOperation_d_23 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C662E0, AsyncProtocolRequest_StartOperation_d_23_MoveNext__MethodInfo); DO_APP_FUNC(0x0230CBA0, void, AsyncProtocolRequest_StartOperation_d_23_SetStateMachine, (AsyncProtocolRequest_StartOperation_d_23 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x0230CC10, void, AsyncProtocolRequest_ProcessOperation_d_24_MoveNext, (AsyncProtocolRequest_ProcessOperation_d_24 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66338, AsyncProtocolRequest_ProcessOperation_d_24_MoveNext__MethodInfo); DO_APP_FUNC(0x0230D1F0, void, AsyncProtocolRequest_ProcessOperation_d_24_SetStateMachine, (AsyncProtocolRequest_ProcessOperation_d_24 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x0230D250, void, AsyncProtocolRequest_InnerRead_d_25_MoveNext, (AsyncProtocolRequest_InnerRead_d_25 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66318, AsyncProtocolRequest_InnerRead_d_25_MoveNext__MethodInfo); DO_APP_FUNC(0x0230D620, void, AsyncProtocolRequest_InnerRead_d_25_SetStateMachine, (AsyncProtocolRequest_InnerRead_d_25 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x0230D690, void, AsyncHandshakeRequest__ctor, (AsyncHandshakeRequest * __this, MobileAuthenticatedStream * parent, bool sync, MethodInfo * method)); DO_APP_FUNC(0x0230D6A0, AsyncOperationStatus__Enum_1, AsyncHandshakeRequest_Run, (AsyncHandshakeRequest * __this, AsyncOperationStatus__Enum_1 status, MethodInfo * method)); DO_APP_FUNC(0x003C5320, BufferOffsetSize_1 *, AsyncReadOrWriteRequest_get_UserBuffer, (AsyncReadOrWriteRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int32_t, AsyncReadOrWriteRequest_get_CurrentSize, (AsyncReadOrWriteRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x00523180, void, AsyncReadOrWriteRequest_set_CurrentSize, (AsyncReadOrWriteRequest * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0230D6D0, void, AsyncReadOrWriteRequest__ctor, (AsyncReadOrWriteRequest * __this, MobileAuthenticatedStream * parent, bool sync, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0230D7C0, String *, AsyncReadOrWriteRequest_ToString, (AsyncReadOrWriteRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x0230D880, void, AsyncReadRequest__ctor, (AsyncReadRequest * __this, MobileAuthenticatedStream * parent, bool sync, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0230D890, AsyncOperationStatus__Enum_1, AsyncReadRequest_Run, (AsyncReadRequest * __this, AsyncOperationStatus__Enum_1 status, MethodInfo * method)); DO_APP_FUNC(0x0230D880, void, AsyncWriteRequest__ctor, (AsyncWriteRequest * __this, MobileAuthenticatedStream * parent, bool sync, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0230D910, AsyncOperationStatus__Enum_1, AsyncWriteRequest_Run, (AsyncWriteRequest * __this, AsyncOperationStatus__Enum_1 status, MethodInfo * method)); DO_APP_FUNC(0x0230D9B0, void, AsyncShutdownRequest__ctor, (AsyncShutdownRequest * __this, MobileAuthenticatedStream * parent, MethodInfo * method)); DO_APP_FUNC(0x0230D9C0, AsyncOperationStatus__Enum_1, AsyncShutdownRequest_Run, (AsyncShutdownRequest * __this, AsyncOperationStatus__Enum_1 status, MethodInfo * method)); DO_APP_FUNC(0x0230D9B0, void, AsyncRenegotiateRequest__ctor, (AsyncRenegotiateRequest * __this, MobileAuthenticatedStream * parent, MethodInfo * method)); DO_APP_FUNC(0x0230D9E0, AsyncOperationStatus__Enum_1, AsyncRenegotiateRequest_Run, (AsyncRenegotiateRequest * __this, AsyncOperationStatus__Enum_1 status, MethodInfo * method)); DO_APP_FUNC(0x0230DA10, void, ServerCertValidationCallbackWrapper__ctor, (ServerCertValidationCallbackWrapper * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE800, bool, ServerCertValidationCallbackWrapper_Invoke, (ServerCertValidationCallbackWrapper * __this, ServerCertValidationCallback * callback, X509Certificate * certificate, X509Chain * chain, MonoSslPolicyErrors__Enum sslPolicyErrors, MethodInfo * method)); DO_APP_FUNC(0x0230DBD0, IAsyncResult *, ServerCertValidationCallbackWrapper_BeginInvoke, (ServerCertValidationCallbackWrapper * __this, ServerCertValidationCallback * callback, X509Certificate * certificate, X509Chain * chain, MonoSslPolicyErrors__Enum sslPolicyErrors, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x0040B530, bool, ServerCertValidationCallbackWrapper_EndInvoke, (ServerCertValidationCallbackWrapper * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0230DC80, ChainValidationHelper *, ChainValidationHelper_GetInternalValidator, (SslStream * owner, MobileTlsProvider * provider, MonoTlsSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x0230DDB0, ICertificateValidator *, ChainValidationHelper_GetDefaultValidator, (MonoTlsSettings * settings, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C662C8, ChainValidationHelper_GetDefaultValidator__MethodInfo); DO_APP_FUNC(0x0230DF00, ChainValidationHelper *, ChainValidationHelper_Create, (MobileTlsProvider * provider, MonoTlsSettings * * settings, MonoTlsStream * stream, MethodInfo * method)); DO_APP_FUNC(0x0230E000, void, ChainValidationHelper__ctor, (ChainValidationHelper * __this, SslStream * owner, MobileTlsProvider * provider, MonoTlsSettings * settings, bool cloneSettings, MonoTlsStream * stream, MethodInfo * method)); DO_APP_FUNC(0x0230E890, ServerCertValidationCallback *, ChainValidationHelper_GetValidationCallback, (MonoTlsSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x0230E9D0, X509Certificate *, ChainValidationHelper_DefaultSelectionCallback, (String * targetHost, X509CertificateCollection * localCertificates, X509Certificate * remoteCertificate, String__Array * acceptableIssuers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C662B0, ChainValidationHelper_DefaultSelectionCallback__MethodInfo); DO_APP_FUNC(0x003B93E0, MonoTlsProvider *, ChainValidationHelper_get_Provider, (ChainValidationHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, MonoTlsSettings *, ChainValidationHelper_get_Settings, (ChainValidationHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6B320, bool, ChainValidationHelper_get_HasCertificateSelectionCallback, (ChainValidationHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0230EA20, bool, ChainValidationHelper_SelectClientCertificate, (ChainValidationHelper * __this, String * targetHost, X509CertificateCollection * localCertificates, X509Certificate * remoteCertificate, String__Array * acceptableIssuers, X509Certificate * * clientCertificate, MethodInfo * method)); DO_APP_FUNC(0x0230EB10, X509Certificate *, ChainValidationHelper_SelectClientCertificate_1, (ChainValidationHelper * __this, String * targetHost, X509CertificateCollection * localCertificates, X509Certificate * remoteCertificate, String__Array * acceptableIssuers, MethodInfo * method)); DO_APP_FUNC(0x0230EB40, bool, ChainValidationHelper_ValidateClientCertificate, (ChainValidationHelper * __this, X509Certificate * certificate, MonoSslPolicyErrors__Enum errors, MethodInfo * method)); DO_APP_FUNC(0x0230ECA0, ValidationResult *, ChainValidationHelper_ValidateCertificate, (ChainValidationHelper * __this, String * host, bool serverMode, X509CertificateCollection * certs, MethodInfo * method)); DO_APP_FUNC(0x0230EDB0, ValidationResult *, ChainValidationHelper_ValidateCertificate_1, (ChainValidationHelper * __this, String * host, bool serverMode, X509Certificate * leaf, X509Chain * chain, MethodInfo * method)); DO_APP_FUNC(0x0230EE50, ValidationResult *, ChainValidationHelper_ValidateChain, (ChainValidationHelper * __this, String * host, bool server, X509Certificate * leaf, X509Chain * chain, X509CertificateCollection * certs, SslPolicyErrors__Enum errors, MethodInfo * method)); DO_APP_FUNC(0x0230EF30, ValidationResult *, ChainValidationHelper_ValidateChain_1, (ChainValidationHelper * __this, String * host, bool server, X509Certificate * leaf, X509Chain * * chain, X509CertificateCollection * certs, SslPolicyErrors__Enum errors, MethodInfo * method)); DO_APP_FUNC(0x0230F490, bool, ChainValidationHelper_InvokeCallback, (ChainValidationHelper * __this, X509Certificate * leaf, X509Chain * chain, SslPolicyErrors__Enum errors, MethodInfo * method)); DO_APP_FUNC(0x0230F550, bool, ChainValidationHelper_InvokeSystemValidator, (ChainValidationHelper * __this, String * targetHost, bool serverMode, X509CertificateCollection * certificates, X509Chain * chain, MonoSslPolicyErrors__Enum * xerrors, int32_t * status11, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ChainValidationHelper_c_DisplayClass11_0__ctor, (ChainValidationHelper_c_DisplayClass11_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0230F600, bool, ChainValidationHelper_c_DisplayClass11_0__GetValidationCallback_b__0, (ChainValidationHelper_c_DisplayClass11_0 * __this, Object * s, X509Certificate * c, X509Chain * ch, SslPolicyErrors__Enum e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C662A0, ChainValidationHelper_c_DisplayClass11_0__GetValidationCallback_b__0__MethodInfo); DO_APP_FUNC(0x0230F7C0, void, MobileAuthenticatedStream__ctor, (MobileAuthenticatedStream * __this, Stream * innerStream, bool leaveInnerStreamOpen, SslStream * owner, MonoTlsSettings * settings, MobileTlsProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x003C7040, SslStream *, MobileAuthenticatedStream_get_SslStream, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90540, MonoTlsSettings *, MobileAuthenticatedStream_get_Settings, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, MobileTlsProvider *, MobileAuthenticatedStream_get_Provider, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, MonoTlsProvider *, MobileAuthenticatedStream_Mono_Security_Interface_IMonoSslStream_get_Provider, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x0230FB30, bool, MobileAuthenticatedStream_get_HasContext, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00605860, String *, MobileAuthenticatedStream_get_TargetHost, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00473A50, void, MobileAuthenticatedStream_set_TargetHost, (MobileAuthenticatedStream * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0230FB40, void, MobileAuthenticatedStream_CheckThrow, (MobileAuthenticatedStream * __this, bool authSuccessCheck, bool shutdownCheck, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C661E8, MobileAuthenticatedStream_CheckThrow__MethodInfo); DO_APP_FUNC(0x0230FC50, Exception *, MobileAuthenticatedStream_GetSSPIException, (Exception * e, MethodInfo * method)); DO_APP_FUNC(0x0230FE00, Exception *, MobileAuthenticatedStream_GetIOException, (Exception * e, String * message, MethodInfo * method)); DO_APP_FUNC(0x0230FFB0, Exception *, MobileAuthenticatedStream_GetRenegotiationException, (String * message, MethodInfo * method)); DO_APP_FUNC(0x02310070, Exception *, MobileAuthenticatedStream_GetInternalError, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C661C0, MobileAuthenticatedStream_GetInternalError__MethodInfo); DO_APP_FUNC(0x023100D0, Exception *, MobileAuthenticatedStream_GetInvalidNestedCallException, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66210, MobileAuthenticatedStream_GetInvalidNestedCallException__MethodInfo); DO_APP_FUNC(0x02310130, ExceptionDispatchInfo *, MobileAuthenticatedStream_SetException, (MobileAuthenticatedStream * __this, Exception * e, MethodInfo * method)); DO_APP_FUNC(0x02310280, void, MobileAuthenticatedStream_AuthenticateAsClient, (MobileAuthenticatedStream * __this, String * targetHost, X509CertificateCollection * clientCertificates, SslProtocols__Enum enabledSslProtocols, bool checkCertificateRevocation, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66208, MobileAuthenticatedStream_AuthenticateAsClient__MethodInfo); DO_APP_FUNC(0x02310440, void, MobileAuthenticatedStream_AuthenticateAsServer, (MobileAuthenticatedStream * __this, X509Certificate * serverCertificate, bool clientCertificateRequired, SslProtocols__Enum enabledSslProtocols, bool checkCertificateRevocation, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66200, MobileAuthenticatedStream_AuthenticateAsServer__MethodInfo); DO_APP_FUNC(0x02310600, Task *, MobileAuthenticatedStream_AuthenticateAsClientAsync, (MobileAuthenticatedStream * __this, String * targetHost, X509CertificateCollection * clientCertificates, SslProtocols__Enum enabledSslProtocols, bool checkCertificateRevocation, MethodInfo * method)); DO_APP_FUNC(0x02310740, Task *, MobileAuthenticatedStream_AuthenticateAsClientAsync_1, (MobileAuthenticatedStream * __this, IMonoSslClientAuthenticationOptions * sslClientAuthenticationOptions, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x023107D0, Task *, MobileAuthenticatedStream_AuthenticateAsServerAsync, (MobileAuthenticatedStream * __this, X509Certificate * serverCertificate, bool clientCertificateRequired, SslProtocols__Enum enabledSslProtocols, bool checkCertificateRevocation, MethodInfo * method)); DO_APP_FUNC(0x02310910, Task *, MobileAuthenticatedStream_AuthenticateAsServerAsync_1, (MobileAuthenticatedStream * __this, IMonoSslServerAuthenticationOptions * sslServerAuthenticationOptions, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x023109A0, Task *, MobileAuthenticatedStream_ShutdownAsync, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, AuthenticatedStream *, MobileAuthenticatedStream_get_AuthenticatedStream, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02310A50, Task *, MobileAuthenticatedStream_ProcessAuthentication, (MobileAuthenticatedStream * __this, bool runSynchronously, MonoSslAuthenticationOptions * options, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x02310CE0, int32_t, MobileAuthenticatedStream_Read, (MobileAuthenticatedStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02310E20, void, MobileAuthenticatedStream_Write, (MobileAuthenticatedStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02310F20, Task_1_System_Int32_ *, MobileAuthenticatedStream_ReadAsync, (MobileAuthenticatedStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x02310FE0, Task *, MobileAuthenticatedStream_WriteAsync, (MobileAuthenticatedStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x023110A0, bool, MobileAuthenticatedStream_get_CanRenegotiate, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02311160, Task *, MobileAuthenticatedStream_RenegotiateAsync, (MobileAuthenticatedStream * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x023111F0, Task_1_System_Int32_ *, MobileAuthenticatedStream_StartOperation, (MobileAuthenticatedStream * __this, MobileAuthenticatedStream_OperationType__Enum type, AsyncProtocolRequest * asyncRequest, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MobileAuthenticatedStream_Debug, (MobileAuthenticatedStream * __this, String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MobileAuthenticatedStream_Debug_1, (MobileAuthenticatedStream * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x02311460, int32_t, MobileAuthenticatedStream_InternalRead, (MobileAuthenticatedStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, bool * outWantMore, MethodInfo * method)); DO_APP_FUNC(0x02311630, ValueTuple_2_Int32_Boolean_, MobileAuthenticatedStream_InternalRead_1, (MobileAuthenticatedStream * __this, AsyncProtocolRequest * asyncRequest, BufferOffsetSize_1 * internalBuffer, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C661A0, MobileAuthenticatedStream_InternalRead_1__MethodInfo); DO_APP_FUNC(0x023117A0, bool, MobileAuthenticatedStream_InternalWrite, (MobileAuthenticatedStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02311910, bool, MobileAuthenticatedStream_InternalWrite_1, (MobileAuthenticatedStream * __this, AsyncProtocolRequest * asyncRequest, BufferOffsetSize2 * internalBuffer, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66198, MobileAuthenticatedStream_InternalWrite_1__MethodInfo); DO_APP_FUNC(0x02311B30, Task_1_System_Int32_ *, MobileAuthenticatedStream_InnerRead, (MobileAuthenticatedStream * __this, bool sync, int32_t requestedSize, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x02311D60, Task *, MobileAuthenticatedStream_InnerWrite, (MobileAuthenticatedStream * __this, bool sync, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x02311FA0, AsyncOperationStatus__Enum_1, MobileAuthenticatedStream_ProcessHandshake, (MobileAuthenticatedStream * __this, AsyncOperationStatus__Enum_1 status, bool renegotiate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66108, MobileAuthenticatedStream_ProcessHandshake__MethodInfo); DO_APP_FUNC(0x023123C0, ValueTuple_2_Int32_Boolean_, MobileAuthenticatedStream_ProcessRead, (MobileAuthenticatedStream * __this, BufferOffsetSize_1 * userBuffer, MethodInfo * method)); DO_APP_FUNC(0x023125C0, ValueTuple_2_Int32_Boolean_, MobileAuthenticatedStream_ProcessWrite, (MobileAuthenticatedStream * __this, BufferOffsetSize_1 * userBuffer, MethodInfo * method)); DO_APP_FUNC(0x023127C0, AsyncOperationStatus__Enum_1, MobileAuthenticatedStream_ProcessShutdown, (MobileAuthenticatedStream * __this, AsyncOperationStatus__Enum_1 status, MethodInfo * method)); DO_APP_FUNC(0x02312980, bool, MobileAuthenticatedStream_get_IsServer, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x023129D0, bool, MobileAuthenticatedStream_get_IsAuthenticated, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02312B50, bool, MobileAuthenticatedStream_get_IsMutuallyAuthenticated, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02312D90, void, MobileAuthenticatedStream_Dispose, (MobileAuthenticatedStream * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01E63AC0, void, MobileAuthenticatedStream_Flush, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x023130E0, SslProtocols__Enum, MobileAuthenticatedStream_get_SslProtocol, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x023132E0, X509Certificate *, MobileAuthenticatedStream_get_RemoteCertificate, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x023134E0, X509Certificate *, MobileAuthenticatedStream_get_LocalCertificate, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x023136C0, X509Certificate *, MobileAuthenticatedStream_get_InternalLocalCertificate, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x023138A0, MonoTlsConnectionInfo *, MobileAuthenticatedStream_GetConnectionInfo, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02313AA0, int64_t, MobileAuthenticatedStream_Seek, (MobileAuthenticatedStream * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66100, MobileAuthenticatedStream_Seek__MethodInfo); DO_APP_FUNC(0x01E63BC0, void, MobileAuthenticatedStream_SetLength, (MobileAuthenticatedStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x02313AF0, TransportContext *, MobileAuthenticatedStream_get_TransportContext, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C660D8, MobileAuthenticatedStream_get_TransportContext__MethodInfo); DO_APP_FUNC(0x02313B40, bool, MobileAuthenticatedStream_get_CanRead, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02313B90, bool, MobileAuthenticatedStream_get_CanTimeout, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02313BC0, bool, MobileAuthenticatedStream_get_CanWrite, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, MobileAuthenticatedStream_get_CanSeek, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63AF0, int64_t, MobileAuthenticatedStream_get_Length, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63B30, int64_t, MobileAuthenticatedStream_get_Position, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02313C30, void, MobileAuthenticatedStream_set_Position, (MobileAuthenticatedStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C660E0, MobileAuthenticatedStream_set_Position__MethodInfo); DO_APP_FUNC(0x01B6B510, bool, MobileAuthenticatedStream_get_IsEncrypted, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6B510, bool, MobileAuthenticatedStream_get_IsSigned, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02313C80, int32_t, MobileAuthenticatedStream_get_ReadTimeout, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02313CB0, void, MobileAuthenticatedStream_set_ReadTimeout, (MobileAuthenticatedStream * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02313CE0, int32_t, MobileAuthenticatedStream_get_WriteTimeout, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02313D10, void, MobileAuthenticatedStream_set_WriteTimeout, (MobileAuthenticatedStream * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02313D40, CipherAlgorithmType__Enum, MobileAuthenticatedStream_get_CipherAlgorithm, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02313E20, HashAlgorithmType__Enum, MobileAuthenticatedStream_get_HashAlgorithm, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02313F00, ExchangeAlgorithmType__Enum, MobileAuthenticatedStream_get_KeyExchangeAlgorithm, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02313FD0, int32_t, MobileAuthenticatedStream_get_CipherStrength, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C660F0, MobileAuthenticatedStream_get_CipherStrength__MethodInfo); DO_APP_FUNC(0x02314100, int32_t, MobileAuthenticatedStream_get_HashStrength, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66168, MobileAuthenticatedStream_get_HashStrength__MethodInfo); DO_APP_FUNC(0x003C94D0, int32_t, MobileAuthenticatedStream_get_KeyExchangeStrength, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02314280, bool, MobileAuthenticatedStream_get_CheckCertRevocationStatus, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66170, MobileAuthenticatedStream_get_CheckCertRevocationStatus__MethodInfo); DO_APP_FUNC(0x023142D0, void, MobileAuthenticatedStream__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02314310, void, MobileAuthenticatedStream__InnerWrite_b__67_0, (MobileAuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C660D0, MobileAuthenticatedStream__InnerWrite_b__67_0__MethodInfo); DO_APP_FUNC(0x02314360, void, MobileAuthenticatedStream_ProcessAuthentication_d_48_MoveNext, (MobileAuthenticatedStream_ProcessAuthentication_d_48 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66128, MobileAuthenticatedStream_ProcessAuthentication_d_48_MoveNext__MethodInfo); DO_APP_FUNC(0x023151C0, void, MobileAuthenticatedStream_ProcessAuthentication_d_48_SetStateMachine, (MobileAuthenticatedStream_ProcessAuthentication_d_48 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x02315220, void, MobileAuthenticatedStream_StartOperation_d_57_MoveNext, (MobileAuthenticatedStream_StartOperation_d_57 * __this, MethodInfo * method)); DO_APP_FUNC(0x02315E50, void, MobileAuthenticatedStream_StartOperation_d_57_SetStateMachine, (MobileAuthenticatedStream_StartOperation_d_57 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MobileAuthenticatedStream_c_DisplayClass66_0__ctor, (MobileAuthenticatedStream_c_DisplayClass66_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02315EC0, int32_t, MobileAuthenticatedStream_c_DisplayClass66_0__InnerRead_b__0, (MobileAuthenticatedStream_c_DisplayClass66_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66080, MobileAuthenticatedStream_c_DisplayClass66_0__InnerRead_b__0__MethodInfo); DO_APP_FUNC(0x02315F20, void, MobileAuthenticatedStream_InnerRead_d_66_MoveNext, (MobileAuthenticatedStream_InnerRead_d_66 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66090, MobileAuthenticatedStream_InnerRead_d_66_MoveNext__MethodInfo); DO_APP_FUNC(0x02316510, void, MobileAuthenticatedStream_InnerRead_d_66_SetStateMachine, (MobileAuthenticatedStream_InnerRead_d_66 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x02316580, void, MobileAuthenticatedStream_InnerWrite_d_67_MoveNext, (MobileAuthenticatedStream_InnerWrite_d_67 * __this, MethodInfo * method)); DO_APP_FUNC(0x02316920, void, MobileAuthenticatedStream_InnerWrite_d_67_SetStateMachine, (MobileAuthenticatedStream_InnerWrite_d_67 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x02316980, void, MobileTlsContext__ctor, (MobileTlsContext * __this, MobileAuthenticatedStream * parent, MonoSslAuthenticationOptions * options, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, MonoSslAuthenticationOptions *, MobileTlsContext_get_Options, (MobileTlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, MobileAuthenticatedStream *, MobileTlsContext_get_Parent, (MobileTlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02316E00, MonoTlsSettings *, MobileTlsContext_get_Settings, (MobileTlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02316E20, MonoTlsProvider *, MobileTlsContext_get_Provider, (MobileTlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MobileTlsContext_Debug, (MobileTlsContext * __this, String * message, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, MobileTlsContext_get_IsServer, (MobileTlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, MobileTlsContext_get_TargetHost, (MobileTlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, MobileTlsContext_get_ServerName, (MobileTlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x008FC900, bool, MobileTlsContext_get_AskForClientCertificate, (MobileTlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88B20, SslProtocols__Enum, MobileTlsContext_get_EnabledProtocols, (MobileTlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, X509CertificateCollection *, MobileTlsContext_get_ClientCertificates, (MobileTlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, MobileTlsContext_get_AllowRenegotiation, (MobileTlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02316E40, void, MobileTlsContext_GetProtocolVersions, (MobileTlsContext * __this, Nullable_1_Mono_Security_Interface_TlsProtocolCode_ * min, Nullable_1_Mono_Security_Interface_TlsProtocolCode_ * max, MethodInfo * method)); DO_APP_FUNC(0x003C5420, X509Certificate *, MobileTlsContext_get_LocalServerCertificate, (MobileTlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, MobileTlsContext_set_LocalServerCertificate, (MobileTlsContext * __this, X509Certificate * value, MethodInfo * method)); DO_APP_FUNC(0x02316F40, bool, MobileTlsContext_ValidateCertificate, (MobileTlsContext * __this, X509Certificate2 * leaf, X509Chain * chain, MethodInfo * method)); DO_APP_FUNC(0x02316FA0, bool, MobileTlsContext_ValidateCertificate_1, (MobileTlsContext * __this, X509Certificate2Collection * certificates, MethodInfo * method)); DO_APP_FUNC(0x02316FF0, X509Certificate *, MobileTlsContext_SelectServerCertificate, (MobileTlsContext * __this, String * serverIdentity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C660B8, MobileTlsContext_SelectServerCertificate__MethodInfo); DO_APP_FUNC(0x02317330, X509Certificate *, MobileTlsContext_SelectClientCertificate, (MobileTlsContext * __this, String__Array * acceptableIssuers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66060, MobileTlsContext_SelectClientCertificate__MethodInfo); DO_APP_FUNC(0x02317A00, void, MobileTlsContext_Dispose, (MobileTlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MobileTlsContext_Dispose_1, (MobileTlsContext * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02317A70, void, MobileTlsContext_Finalize, (MobileTlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02317AC0, IMonoSslStream *, MobileTlsProvider_CreateSslStream, (MobileTlsProvider * __this, Stream * innerStream, bool leaveInnerStreamOpen, MonoTlsSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MobileTlsProvider__ctor, (MobileTlsProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, ServerCertSelectionCallback *, MonoSslAuthenticationOptions_get_ServerCertSelectionDelegate, (MonoSslAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, MonoSslAuthenticationOptions_set_ServerCertSelectionDelegate, (MonoSslAuthenticationOptions * __this, ServerCertSelectionCallback * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MonoSslAuthenticationOptions__ctor, (MonoSslAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, SslClientAuthenticationOptions *, MonoSslClientAuthenticationOptions_get_Options, (MonoSslClientAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, MonoSslClientAuthenticationOptions_get_ServerMode, (MonoSslClientAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, MonoSslClientAuthenticationOptions__ctor, (MonoSslClientAuthenticationOptions * __this, SslClientAuthenticationOptions * options, MethodInfo * method)); DO_APP_FUNC(0x02317B70, void, MonoSslClientAuthenticationOptions__ctor_1, (MonoSslClientAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x02317C10, bool, MonoSslClientAuthenticationOptions_get_AllowRenegotiation, (MonoSslClientAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x02317C30, void, MonoSslClientAuthenticationOptions_set_AllowRenegotiation, (MonoSslClientAuthenticationOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02317C50, RemoteCertificateValidationCallback *, MonoSslClientAuthenticationOptions_get_RemoteCertificateValidationCallback, (MonoSslClientAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x02317C70, void, MonoSslClientAuthenticationOptions_set_RemoteCertificateValidationCallback, (MonoSslClientAuthenticationOptions * __this, RemoteCertificateValidationCallback * value, MethodInfo * method)); DO_APP_FUNC(0x02317CE0, X509RevocationMode__Enum, MonoSslClientAuthenticationOptions_get_CertificateRevocationCheckMode, (MonoSslClientAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x02317D00, void, MonoSslClientAuthenticationOptions_set_CertificateRevocationCheckMode, (MonoSslClientAuthenticationOptions * __this, X509RevocationMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02317D20, EncryptionPolicy__Enum, MonoSslClientAuthenticationOptions_get_EncryptionPolicy, (MonoSslClientAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x02317D40, void, MonoSslClientAuthenticationOptions_set_EncryptionPolicy, (MonoSslClientAuthenticationOptions * __this, EncryptionPolicy__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01616B80, SslProtocols__Enum, MonoSslClientAuthenticationOptions_get_EnabledSslProtocols, (MonoSslClientAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x02317D60, void, MonoSslClientAuthenticationOptions_set_EnabledSslProtocols, (MonoSslClientAuthenticationOptions * __this, SslProtocols__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00AE0CD0, LocalCertificateSelectionCallback *, MonoSslClientAuthenticationOptions_get_LocalCertificateSelectionCallback, (MonoSslClientAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x02317D80, void, MonoSslClientAuthenticationOptions_set_LocalCertificateSelectionCallback, (MonoSslClientAuthenticationOptions * __this, LocalCertificateSelectionCallback * value, MethodInfo * method)); DO_APP_FUNC(0x02317DF0, String *, MonoSslClientAuthenticationOptions_get_TargetHost, (MonoSslClientAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x02317E10, void, MonoSslClientAuthenticationOptions_set_TargetHost, (MonoSslClientAuthenticationOptions * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02317E80, bool, MonoSslClientAuthenticationOptions_get_ClientCertificateRequired, (MonoSslClientAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66048, MonoSslClientAuthenticationOptions_get_ClientCertificateRequired__MethodInfo); DO_APP_FUNC(0x02317ED0, void, MonoSslClientAuthenticationOptions_set_ClientCertificateRequired, (MonoSslClientAuthenticationOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66050, MonoSslClientAuthenticationOptions_set_ClientCertificateRequired__MethodInfo); DO_APP_FUNC(0x02317F20, X509CertificateCollection *, MonoSslClientAuthenticationOptions_get_ClientCertificates, (MonoSslClientAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x02317F40, void, MonoSslClientAuthenticationOptions_set_ClientCertificates, (MonoSslClientAuthenticationOptions * __this, X509CertificateCollection * value, MethodInfo * method)); DO_APP_FUNC(0x02317FB0, X509Certificate *, MonoSslClientAuthenticationOptions_get_ServerCertificate, (MonoSslClientAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66068, MonoSslClientAuthenticationOptions_get_ServerCertificate__MethodInfo); DO_APP_FUNC(0x02318000, void, MonoSslClientAuthenticationOptions_set_ServerCertificate, (MonoSslClientAuthenticationOptions * __this, X509Certificate * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66070, MonoSslClientAuthenticationOptions_set_ServerCertificate__MethodInfo); DO_APP_FUNC(0x003B93D0, SslServerAuthenticationOptions *, MonoSslServerAuthenticationOptions_get_Options, (MonoSslServerAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, MonoSslServerAuthenticationOptions_get_ServerMode, (MonoSslServerAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, MonoSslServerAuthenticationOptions__ctor, (MonoSslServerAuthenticationOptions * __this, SslServerAuthenticationOptions * options, MethodInfo * method)); DO_APP_FUNC(0x025210F0, void, MonoSslServerAuthenticationOptions__ctor_1, (MonoSslServerAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x02317C10, bool, MonoSslServerAuthenticationOptions_get_AllowRenegotiation, (MonoSslServerAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x02317C30, void, MonoSslServerAuthenticationOptions_set_AllowRenegotiation, (MonoSslServerAuthenticationOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02317C50, RemoteCertificateValidationCallback *, MonoSslServerAuthenticationOptions_get_RemoteCertificateValidationCallback, (MonoSslServerAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x02317C70, void, MonoSslServerAuthenticationOptions_set_RemoteCertificateValidationCallback, (MonoSslServerAuthenticationOptions * __this, RemoteCertificateValidationCallback * value, MethodInfo * method)); DO_APP_FUNC(0x02317D20, X509RevocationMode__Enum, MonoSslServerAuthenticationOptions_get_CertificateRevocationCheckMode, (MonoSslServerAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x02521190, void, MonoSslServerAuthenticationOptions_set_CertificateRevocationCheckMode, (MonoSslServerAuthenticationOptions * __this, X509RevocationMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01616B80, EncryptionPolicy__Enum, MonoSslServerAuthenticationOptions_get_EncryptionPolicy, (MonoSslServerAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x02521250, void, MonoSslServerAuthenticationOptions_set_EncryptionPolicy, (MonoSslServerAuthenticationOptions * __this, EncryptionPolicy__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02317CE0, SslProtocols__Enum, MonoSslServerAuthenticationOptions_get_EnabledSslProtocols, (MonoSslServerAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x02521310, void, MonoSslServerAuthenticationOptions_set_EnabledSslProtocols, (MonoSslServerAuthenticationOptions * __this, SslProtocols__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02521330, bool, MonoSslServerAuthenticationOptions_get_ClientCertificateRequired, (MonoSslServerAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x02521350, void, MonoSslServerAuthenticationOptions_set_ClientCertificateRequired, (MonoSslServerAuthenticationOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02521370, ServerCertificateSelectionCallback *, MonoSslServerAuthenticationOptions_get_ServerCertificateSelectionCallback, (MonoSslServerAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x02521390, void, MonoSslServerAuthenticationOptions_set_ServerCertificateSelectionCallback, (MonoSslServerAuthenticationOptions * __this, ServerCertificateSelectionCallback * value, MethodInfo * method)); DO_APP_FUNC(0x02521400, MonoServerCertificateSelectionCallback *, MonoSslServerAuthenticationOptions_Mono_Security_Interface_IMonoSslServerAuthenticationOptions_get_ServerCertificateSelectionCallback, (MonoSslServerAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x02521520, void, MonoSslServerAuthenticationOptions_Mono_Security_Interface_IMonoSslServerAuthenticationOptions_set_ServerCertificateSelectionCallback, (MonoSslServerAuthenticationOptions * __this, MonoServerCertificateSelectionCallback * value, MethodInfo * method)); DO_APP_FUNC(0x025216C0, String *, MonoSslServerAuthenticationOptions_get_TargetHost, (MonoSslServerAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE578, MonoSslServerAuthenticationOptions_get_TargetHost__MethodInfo); DO_APP_FUNC(0x02521710, void, MonoSslServerAuthenticationOptions_set_TargetHost, (MonoSslServerAuthenticationOptions * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE560, MonoSslServerAuthenticationOptions_set_TargetHost__MethodInfo); DO_APP_FUNC(0x02317DF0, X509Certificate *, MonoSslServerAuthenticationOptions_get_ServerCertificate, (MonoSslServerAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x02317E10, void, MonoSslServerAuthenticationOptions_set_ServerCertificate, (MonoSslServerAuthenticationOptions * __this, X509Certificate * value, MethodInfo * method)); DO_APP_FUNC(0x02521760, X509CertificateCollection *, MonoSslServerAuthenticationOptions_get_ClientCertificates, (MonoSslServerAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE548, MonoSslServerAuthenticationOptions_get_ClientCertificates__MethodInfo); DO_APP_FUNC(0x025217B0, void, MonoSslServerAuthenticationOptions_set_ClientCertificates, (MonoSslServerAuthenticationOptions * __this, X509CertificateCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE530, MonoSslServerAuthenticationOptions_set_ClientCertificates__MethodInfo); DO_APP_FUNC(0x02521800, MobileTlsProvider *, MonoTlsProviderFactory_GetProviderInternal, (MethodInfo * method)); DO_APP_FUNC(0x025219C0, void, MonoTlsProviderFactory_InitializeInternal, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE238, MonoTlsProviderFactory_InitializeInternal__MethodInfo); DO_APP_FUNC(0x02521F00, void, MonoTlsProviderFactory_InitializeInternal_1, (String * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE298, MonoTlsProviderFactory_InitializeInternal_1__MethodInfo); DO_APP_FUNC(0x025221D0, Type *, MonoTlsProviderFactory_LookupProviderType, (String * name, bool throwOnError, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE190, MonoTlsProviderFactory_LookupProviderType__MethodInfo); DO_APP_FUNC(0x025225C0, MobileTlsProvider *, MonoTlsProviderFactory_LookupProvider, (String * name, bool throwOnError, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE388, MonoTlsProviderFactory_LookupProvider__MethodInfo); DO_APP_FUNC(0x02522D90, void, MonoTlsProviderFactory_InitializeDebug, (MethodInfo * method)); DO_APP_FUNC(0x02522E10, void, MonoTlsProviderFactory_Debug, (String * message, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02522ED0, void, MonoTlsProviderFactory_InitializeProviderRegistration, (MethodInfo * method)); DO_APP_FUNC(0x025233D0, void, MonoTlsProviderFactory_PopulateUnityProviders, (MethodInfo * method)); DO_APP_FUNC(0x025235A0, void, MonoTlsProviderFactory_PopulateProviders, (MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, MonoTlsProviderFactory_IsBtlsSupported, (MethodInfo * method)); DO_APP_FUNC(0x02523670, MobileTlsProvider *, MonoTlsProviderFactory_CreateDefaultProviderImpl, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE100, MonoTlsProviderFactory_CreateDefaultProviderImpl__MethodInfo); DO_APP_FUNC(0x02523900, MobileTlsProvider *, MonoTlsProviderFactory_GetProvider, (MethodInfo * method)); DO_APP_FUNC(0x02523950, bool, MonoTlsProviderFactory_IsProviderSupported, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02523B90, MobileTlsProvider *, MonoTlsProviderFactory_GetProvider_1, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02523BF0, bool, MonoTlsProviderFactory_get_IsInitialized, (MethodInfo * method)); DO_APP_FUNC(0x02523DB0, void, MonoTlsProviderFactory_Initialize, (MethodInfo * method)); DO_APP_FUNC(0x02523E00, void, MonoTlsProviderFactory_Initialize_1, (String * provider, MethodInfo * method)); DO_APP_FUNC(0x02523E50, void, MonoTlsProviderFactory__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003B93E0, HttpWebRequest *, MonoTlsStream_get_Request, (MonoTlsStream * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, SslStream *, MonoTlsStream_get_SslStream, (MonoTlsStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, WebExceptionStatus__Enum, MonoTlsStream_get_ExceptionStatus, (MonoTlsStream * __this, MethodInfo * method)); DO_APP_FUNC(0x006104D0, bool, MonoTlsStream_get_CertificateValidationFailed, (MonoTlsStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01D595A0, void, MonoTlsStream_set_CertificateValidationFailed, (MonoTlsStream * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x025242B0, void, MonoTlsStream__ctor, (MonoTlsStream * __this, HttpWebRequest * request, NetworkStream * networkStream, MethodInfo * method)); DO_APP_FUNC(0x025245C0, Task_1_System_IO_Stream_ *, MonoTlsStream_CreateStream, (MonoTlsStream * __this, WebConnectionTunnel * tunnel, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x02524820, void, MonoTlsStream_Dispose, (MonoTlsStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02524830, void, MonoTlsStream_CloseSslStream, (MonoTlsStream * __this, MethodInfo * method)); DO_APP_FUNC(0x025249D0, void, MonoTlsStream_CreateStream_d_18_MoveNext, (MonoTlsStream_CreateStream_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x02525350, void, MonoTlsStream_CreateStream_d_18_SetStateMachine, (MonoTlsStream_CreateStream_d_18 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x025253C0, Object *, NoReflectionHelper_GetDefaultValidator, (Object * settings, MethodInfo * method)); DO_APP_FUNC(0x02525530, Object *, NoReflectionHelper_GetProvider, (MethodInfo * method)); DO_APP_FUNC(0x025255B0, bool, NoReflectionHelper_get_IsInitialized, (MethodInfo * method)); DO_APP_FUNC(0x02525600, void, NoReflectionHelper_Initialize, (MethodInfo * method)); DO_APP_FUNC(0x02525680, void, NoReflectionHelper_Initialize_1, (String * provider, MethodInfo * method)); DO_APP_FUNC(0x02525710, HttpWebRequest *, NoReflectionHelper_CreateHttpsRequest, (Uri * requestUri, Object * provider, Object * settings, MethodInfo * method)); DO_APP_FUNC(0x025258E0, Object *, NoReflectionHelper_CreateHttpListener, (Object * certificate, Object * provider, Object * settings, MethodInfo * method)); DO_APP_FUNC(0x02525B50, Object *, NoReflectionHelper_GetMonoSslStream, (SslStream * stream, MethodInfo * method)); DO_APP_FUNC(0x02525B80, Object *, NoReflectionHelper_GetMonoSslStream_1, (HttpListenerContext * context, MethodInfo * method)); DO_APP_FUNC(0x02525BD0, bool, NoReflectionHelper_IsProviderSupported, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02525C20, Object *, NoReflectionHelper_GetProvider_1, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02525CB0, void, SystemCertificateValidator__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02525D00, X509Chain *, SystemCertificateValidator_CreateX509Chain, (X509CertificateCollection * certs, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SystemCertificateValidator_BuildX509Chain, (X509CertificateCollection * certs, X509Chain * chain, SslPolicyErrors__Enum * errors, int32_t * status11, MethodInfo * method)); DO_APP_FUNC(0x02525EA0, bool, SystemCertificateValidator_CheckUsage, (X509CertificateCollection * certs, String * host, SslPolicyErrors__Enum * errors, int32_t * status11, MethodInfo * method)); DO_APP_FUNC(0x02526030, bool, SystemCertificateValidator_EvaluateSystem, (X509CertificateCollection * certs, X509CertificateCollection * anchors, String * host, X509Chain * chain, SslPolicyErrors__Enum * errors, int32_t * status11, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDCD8, SystemCertificateValidator_EvaluateSystem__MethodInfo); DO_APP_FUNC(0x02526100, bool, SystemCertificateValidator_Evaluate, (MonoTlsSettings * settings, String * host, X509CertificateCollection * certs, X509Chain * chain, SslPolicyErrors__Enum * errors, int32_t * status11, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SystemCertificateValidator_NeedsChain, (MonoTlsSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x025263A0, bool, SystemCertificateValidator_CheckCertificateUsage, (X509Certificate2 * cert, MethodInfo * method)); DO_APP_FUNC(0x02526940, bool, SystemCertificateValidator_CheckServerIdentity, (X509Certificate2 * cert, String * targetHost, MethodInfo * method)); DO_APP_FUNC(0x02526DF0, bool, SystemCertificateValidator_CheckDomainName, (String * subjectName, String * targetHost, MethodInfo * method)); DO_APP_FUNC(0x02527000, bool, SystemCertificateValidator_Match, (String * hostname, String * pattern, MethodInfo * method)); DO_APP_FUNC(0x025272D0, MonoRemoteCertificateValidationCallback *, CallbackHelpers_PublicToMono, (RemoteCertificateValidationCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x025273E0, MonoRemoteCertificateValidationCallback *, CallbackHelpers_InternalToMono, (RemoteCertValidationCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x025274F0, RemoteCertificateValidationCallback *, CallbackHelpers_InternalToPublic, (String * hostname, RemoteCertValidationCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x02527670, MonoLocalCertificateSelectionCallback *, CallbackHelpers_InternalToMono_1, (LocalCertSelectionCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x02527780, LocalCertificateSelectionCallback *, CallbackHelpers_MonoToPublic, (MonoLocalCertificateSelectionCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x02527890, RemoteCertValidationCallback *, CallbackHelpers_MonoToInternal, (MonoRemoteCertificateValidationCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x02527A80, LocalCertSelectionCallback *, CallbackHelpers_MonoToInternal_1, (MonoLocalCertificateSelectionCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x02527B90, ServerCertificateSelectionCallback *, CallbackHelpers_MonoToPublic_1, (MonoServerCertificateSelectionCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x02527CA0, MonoServerCertificateSelectionCallback *, CallbackHelpers_PublicToMono_1, (ServerCertificateSelectionCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CallbackHelpers_c_DisplayClass0_0__ctor, (CallbackHelpers_c_DisplayClass0_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02527DB0, bool, CallbackHelpers_c_DisplayClass0_0__PublicToMono_b__0, (CallbackHelpers_c_DisplayClass0_0 * __this, String * h, X509Certificate * c, X509Chain * ch, MonoSslPolicyErrors__Enum e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDA80, CallbackHelpers_c_DisplayClass0_0__PublicToMono_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, CallbackHelpers_c_DisplayClass1_0__ctor, (CallbackHelpers_c_DisplayClass1_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02527DB0, bool, CallbackHelpers_c_DisplayClass1_0__InternalToMono_b__0, (CallbackHelpers_c_DisplayClass1_0 * __this, String * h, X509Certificate * c, X509Chain * ch, MonoSslPolicyErrors__Enum e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD998, CallbackHelpers_c_DisplayClass1_0__InternalToMono_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, CallbackHelpers_c_DisplayClass2_0__ctor, (CallbackHelpers_c_DisplayClass2_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02527DE0, bool, CallbackHelpers_c_DisplayClass2_0__InternalToPublic_b__0, (CallbackHelpers_c_DisplayClass2_0 * __this, Object * s, X509Certificate * c, X509Chain * ch, SslPolicyErrors__Enum e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD9E8, CallbackHelpers_c_DisplayClass2_0__InternalToPublic_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, CallbackHelpers_c_DisplayClass3_0__ctor, (CallbackHelpers_c_DisplayClass3_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02527DB0, X509Certificate *, CallbackHelpers_c_DisplayClass3_0__InternalToMono_b__0, (CallbackHelpers_c_DisplayClass3_0 * __this, String * t, X509CertificateCollection * lc, X509Certificate * rc, String__Array * ai, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD680, CallbackHelpers_c_DisplayClass3_0__InternalToMono_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, CallbackHelpers_c_DisplayClass4_0__ctor, (CallbackHelpers_c_DisplayClass4_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02527E10, X509Certificate *, CallbackHelpers_c_DisplayClass4_0__MonoToPublic_b__0, (CallbackHelpers_c_DisplayClass4_0 * __this, Object * s, String * t, X509CertificateCollection * lc, X509Certificate * rc, String__Array * ai, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD610, CallbackHelpers_c_DisplayClass4_0__MonoToPublic_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, CallbackHelpers_c_DisplayClass5_0__ctor, (CallbackHelpers_c_DisplayClass5_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02527DB0, bool, CallbackHelpers_c_DisplayClass5_0__MonoToInternal_b__0, (CallbackHelpers_c_DisplayClass5_0 * __this, String * h, X509Certificate * c, X509Chain * ch, SslPolicyErrors__Enum e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD640, CallbackHelpers_c_DisplayClass5_0__MonoToInternal_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, CallbackHelpers_c_DisplayClass6_0__ctor, (CallbackHelpers_c_DisplayClass6_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02527DB0, X509Certificate *, CallbackHelpers_c_DisplayClass6_0__MonoToInternal_b__0, (CallbackHelpers_c_DisplayClass6_0 * __this, String * t, X509CertificateCollection * lc, X509Certificate * rc, String__Array * ai, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD7C8, CallbackHelpers_c_DisplayClass6_0__MonoToInternal_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, CallbackHelpers_c_DisplayClass7_0__ctor, (CallbackHelpers_c_DisplayClass7_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02527E60, X509Certificate *, CallbackHelpers_c_DisplayClass7_0__MonoToPublic_b__0, (CallbackHelpers_c_DisplayClass7_0 * __this, Object * s, String * h, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD758, CallbackHelpers_c_DisplayClass7_0__MonoToPublic_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, CallbackHelpers_c_DisplayClass8_0__ctor, (CallbackHelpers_c_DisplayClass8_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02527E60, X509Certificate *, CallbackHelpers_c_DisplayClass8_0__PublicToMono_b__0, (CallbackHelpers_c_DisplayClass8_0 * __this, Object * s, String * h, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD788, CallbackHelpers_c_DisplayClass8_0__PublicToMono_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, NtlmSession__ctor, (NtlmSession * __this, MethodInfo * method)); DO_APP_FUNC(0x02527E90, Authorization *, NtlmSession_Authenticate, (NtlmSession * __this, String * challenge, WebRequest * webRequest, ICredentials * credentials, MethodInfo * method)); DO_APP_FUNC(0x02528630, Authorization *, NtlmClient_Authenticate, (NtlmClient * __this, String * challenge, WebRequest * webRequest, ICredentials * credentials, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Authorization *, NtlmClient_PreAuthenticate, (NtlmClient * __this, WebRequest * webRequest, ICredentials * credentials, MethodInfo * method)); DO_APP_FUNC(0x02528AD0, String *, NtlmClient_get_AuthenticationType, (NtlmClient * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, NtlmClient_get_CanPreAuthenticate, (NtlmClient * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NtlmClient__ctor, (NtlmClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02528B10, void, NtlmClient__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02528BF0, void, NtlmClient_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NtlmClient_c__ctor, (NtlmClient_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02528CA0, NtlmSession *, NtlmClient_c__Authenticate_b__1_0, (NtlmClient_c * __this, HttpWebRequest * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD568, NtlmClient_c__Authenticate_b__1_0__MethodInfo); DO_APP_FUNC(0x003BABE0, void, MonoBtlsBio__ctor, (MonoBtlsBio * __this, MonoBtlsBio_BoringBioHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02528CF0, MonoBtlsBio_BoringBioHandle *, MonoBtlsBio_get_Handle, (MonoBtlsBio * __this, MethodInfo * method)); DO_APP_FUNC(0x02528D70, MonoBtlsBio *, MonoBtlsBio_CreateMonoStream, (Stream * stream, MethodInfo * method)); DO_APP_FUNC(0x02528E50, int32_t, MonoBtlsBio_mono_btls_bio_read, (void * bio, void * data, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x02528EF0, int32_t, MonoBtlsBio_mono_btls_bio_write, (void * bio, void * data, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x02528F90, int32_t, MonoBtlsBio_mono_btls_bio_flush, (void * bio, MethodInfo * method)); DO_APP_FUNC(0x02529010, int32_t, MonoBtlsBio_mono_btls_bio_indent, (void * bio, uint32_t indent, uint32_t max_indent, MethodInfo * method)); DO_APP_FUNC(0x025290B0, int32_t, MonoBtlsBio_mono_btls_bio_hexdump, (void * bio, void * data, int32_t len, uint32_t indent, MethodInfo * method)); DO_APP_FUNC(0x02529160, void, MonoBtlsBio_mono_btls_bio_print_errors, (void * bio, MethodInfo * method)); DO_APP_FUNC(0x025291E0, void, MonoBtlsBio_mono_btls_bio_free, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02529260, int32_t, MonoBtlsBio_Read, (MonoBtlsBio * __this, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD358, MonoBtlsBio_Read__MethodInfo); DO_APP_FUNC(0x02529590, int32_t, MonoBtlsBio_Write, (MonoBtlsBio * __this, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD398, MonoBtlsBio_Write__MethodInfo); DO_APP_FUNC(0x02529850, int32_t, MonoBtlsBio_Flush, (MonoBtlsBio * __this, MethodInfo * method)); DO_APP_FUNC(0x02529A10, int32_t, MonoBtlsBio_Indent, (MonoBtlsBio * __this, uint32_t indent, uint32_t max_indent, MethodInfo * method)); DO_APP_FUNC(0x02529BA0, int32_t, MonoBtlsBio_HexDump, (MonoBtlsBio * __this, Byte__Array * buffer, uint32_t indent, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD310, MonoBtlsBio_HexDump__MethodInfo); DO_APP_FUNC(0x02529E70, void, MonoBtlsBio_PrintErrors, (MonoBtlsBio * __this, MethodInfo * method)); DO_APP_FUNC(0x02529FD0, void, MonoBtlsBio_BoringBioHandle__ctor, (MonoBtlsBio_BoringBioHandle * __this, void * handle, MethodInfo * method)); DO_APP_FUNC(0x0252A020, bool, MonoBtlsBio_BoringBioHandle_ReleaseHandle, (MonoBtlsBio_BoringBioHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0252A100, void *, MonoBtlsBioMemory_mono_btls_bio_mem_new, (MethodInfo * method)); DO_APP_FUNC(0x0252A170, int32_t, MonoBtlsBioMemory_mono_btls_bio_mem_get_data, (void * handle, void * * data, MethodInfo * method)); DO_APP_FUNC(0x0252A200, void, MonoBtlsBioMemory__ctor, (MonoBtlsBioMemory * __this, MethodInfo * method)); DO_APP_FUNC(0x0252A340, Byte__Array *, MonoBtlsBioMemory_GetData, (MonoBtlsBioMemory * __this, MethodInfo * method)); DO_APP_FUNC(0x0252A580, void, MonoBtlsBioMono__ctor, (MonoBtlsBioMono * __this, IMonoBtlsBioMono * backend, MethodInfo * method)); DO_APP_FUNC(0x0252AD40, MonoBtlsBioMono *, MonoBtlsBioMono_CreateStream, (Stream * stream, bool ownsStream, MethodInfo * method)); DO_APP_FUNC(0x0252AE20, MonoBtlsBioMono *, MonoBtlsBioMono_CreateString, (StringWriter * writer, MethodInfo * method)); DO_APP_FUNC(0x0252AFD0, void *, MonoBtlsBioMono_mono_btls_bio_mono_new, (MethodInfo * method)); DO_APP_FUNC(0x0252B040, void, MonoBtlsBioMono_mono_btls_bio_mono_initialize, (void * handle, void * instance, void * readFunc, void * writeFunc, void * controlFunc, MethodInfo * method)); DO_APP_FUNC(0x0252B0F0, int64_t, MonoBtlsBioMono_Control, (MonoBtlsBioMono * __this, MonoBtlsBioMono_ControlCommand__Enum command, int64_t arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD240, MonoBtlsBioMono_Control__MethodInfo); DO_APP_FUNC(0x0252B1A0, int32_t, MonoBtlsBioMono_OnRead, (MonoBtlsBioMono * __this, void * data, int32_t dataLength, int32_t * wantMore, MethodInfo * method)); DO_APP_FUNC(0x0252B320, int32_t, MonoBtlsBioMono_OnRead_1, (void * instance, void * data, int32_t dataLength, int32_t * wantMore, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD218, MonoBtlsBioMono_OnRead_1__MethodInfo); DO_APP_FUNC(0x0252B5F0, int32_t, MonoBtlsBioMono_OnWrite, (MonoBtlsBioMono * __this, void * data, int32_t dataLength, MethodInfo * method)); DO_APP_FUNC(0x0252B750, int32_t, MonoBtlsBioMono_OnWrite_1, (void * instance, void * data, int32_t dataLength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD210, MonoBtlsBioMono_OnWrite_1__MethodInfo); DO_APP_FUNC(0x0252B9F0, int64_t, MonoBtlsBioMono_Control_1, (void * instance, MonoBtlsBioMono_ControlCommand__Enum command, int64_t arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD220, MonoBtlsBioMono_Control_1__MethodInfo); DO_APP_FUNC(0x0252BBE0, void, MonoBtlsBioMono_Close, (MonoBtlsBioMono * __this, MethodInfo * method)); DO_APP_FUNC(0x004029C0, void, MonoBtlsBioMono_BioReadFunc__ctor, (MonoBtlsBioMono_BioReadFunc * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE800, int32_t, MonoBtlsBioMono_BioReadFunc_Invoke, (MonoBtlsBioMono_BioReadFunc * __this, void * bio, void * data, int32_t dataLength, int32_t * wantMore, MethodInfo * method)); DO_APP_FUNC(0x0252BD00, IAsyncResult *, MonoBtlsBioMono_BioReadFunc_BeginInvoke, (MonoBtlsBioMono_BioReadFunc * __this, void * bio, void * data, int32_t dataLength, int32_t * wantMore, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, int32_t, MonoBtlsBioMono_BioReadFunc_EndInvoke, (MonoBtlsBioMono_BioReadFunc * __this, int32_t * wantMore, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0252BDD0, void, MonoBtlsBioMono_BioWriteFunc__ctor, (MonoBtlsBioMono_BioWriteFunc * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, int32_t, MonoBtlsBioMono_BioWriteFunc_Invoke, (MonoBtlsBioMono_BioWriteFunc * __this, void * bio, void * data, int32_t dataLength, MethodInfo * method)); DO_APP_FUNC(0x0252BF00, IAsyncResult *, MonoBtlsBioMono_BioWriteFunc_BeginInvoke, (MonoBtlsBioMono_BioWriteFunc * __this, void * bio, void * data, int32_t dataLength, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, int32_t, MonoBtlsBioMono_BioWriteFunc_EndInvoke, (MonoBtlsBioMono_BioWriteFunc * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0252BFC0, void, MonoBtlsBioMono_BioControlFunc__ctor, (MonoBtlsBioMono_BioControlFunc * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, int64_t, MonoBtlsBioMono_BioControlFunc_Invoke, (MonoBtlsBioMono_BioControlFunc * __this, void * bio, MonoBtlsBioMono_ControlCommand__Enum command, int64_t arg, MethodInfo * method)); DO_APP_FUNC(0x0252C0F0, IAsyncResult *, MonoBtlsBioMono_BioControlFunc_BeginInvoke, (MonoBtlsBioMono_BioControlFunc * __this, void * bio, MonoBtlsBioMono_ControlCommand__Enum command, int64_t arg, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F2730, int64_t, MonoBtlsBioMono_BioControlFunc_EndInvoke, (MonoBtlsBioMono_BioControlFunc * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Stream *, MonoBtlsBioMono_StreamBackend_get_InnerStream, (MonoBtlsBioMono_StreamBackend * __this, MethodInfo * method)); DO_APP_FUNC(0x003BACC0, void, MonoBtlsBioMono_StreamBackend__ctor, (MonoBtlsBioMono_StreamBackend * __this, Stream * stream, bool ownsStream, MethodInfo * method)); DO_APP_FUNC(0x0252C1C0, int32_t, MonoBtlsBioMono_StreamBackend_Read, (MonoBtlsBioMono_StreamBackend * __this, Byte__Array * buffer, int32_t offset, int32_t size, bool * wantMore, MethodInfo * method)); DO_APP_FUNC(0x0252C200, bool, MonoBtlsBioMono_StreamBackend_Write, (MonoBtlsBioMono_StreamBackend * __this, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01B9F570, void, MonoBtlsBioMono_StreamBackend_Flush, (MonoBtlsBioMono_StreamBackend * __this, MethodInfo * method)); DO_APP_FUNC(0x0252C230, void, MonoBtlsBioMono_StreamBackend_Close, (MonoBtlsBioMono_StreamBackend * __this, MethodInfo * method)); DO_APP_FUNC(0x0252C2B0, void, MonoBtlsBioMono_StringBackend__ctor, (MonoBtlsBioMono_StringBackend * __this, StringWriter * writer, MethodInfo * method)); DO_APP_FUNC(0x0252C3E0, int32_t, MonoBtlsBioMono_StringBackend_Read, (MonoBtlsBioMono_StringBackend * __this, Byte__Array * buffer, int32_t offset, int32_t size, bool * wantMore, MethodInfo * method)); DO_APP_FUNC(0x0252C3F0, bool, MonoBtlsBioMono_StringBackend_Write, (MonoBtlsBioMono_StringBackend * __this, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MonoBtlsBioMono_StringBackend_Flush, (MonoBtlsBioMono_StringBackend * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MonoBtlsBioMono_StringBackend_Close, (MonoBtlsBioMono_StringBackend * __this, MethodInfo * method)); DO_APP_FUNC(0x0252C450, void, MonoBtlsContext__ctor, (MonoBtlsContext * __this, MobileAuthenticatedStream * parent, MonoSslAuthenticationOptions * options, MethodInfo * method)); DO_APP_FUNC(0x0252C4D0, X509CertificateImplBtls *, MonoBtlsContext_GetPrivateCertificate, (X509Certificate * certificate, MethodInfo * method)); DO_APP_FUNC(0x0252C770, MonoBtlsProvider *, MonoBtlsContext_get_Provider, (MonoBtlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x0252C800, int32_t, MonoBtlsContext_VerifyCallback, (MonoBtlsContext * __this, MonoBtlsX509StoreCtx * storeCtx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD198, MonoBtlsContext_VerifyCallback__MethodInfo); DO_APP_FUNC(0x0252CA40, int32_t, MonoBtlsContext_SelectCallback, (MonoBtlsContext * __this, String__Array * acceptableIssuers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD1A8, MonoBtlsContext_SelectCallback__MethodInfo); DO_APP_FUNC(0x0252CBD0, int32_t, MonoBtlsContext_ServerNameCallback, (MonoBtlsContext * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD1A0, MonoBtlsContext_ServerNameCallback__MethodInfo); DO_APP_FUNC(0x0252CC90, void, MonoBtlsContext_StartHandshake, (MonoBtlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x0252D040, void, MonoBtlsContext_SetPrivateCertificate, (MonoBtlsContext * __this, X509CertificateImplBtls * privateCert, MethodInfo * method)); DO_APP_FUNC(0x0252D6A0, Exception *, MonoBtlsContext_GetException, (MonoBtlsSslError__Enum status, MethodInfo * method)); DO_APP_FUNC(0x0252DC70, bool, MonoBtlsContext_ProcessHandshake, (MonoBtlsContext * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD158, MonoBtlsContext_ProcessHandshake__MethodInfo); DO_APP_FUNC(0x0252DDB0, MonoBtlsSslError__Enum, MonoBtlsContext_DoProcessHandshake, (MonoBtlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x0252DFB0, void, MonoBtlsContext_FinishHandshake, (MonoBtlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x0252DFD0, void, MonoBtlsContext_InitializeConnection, (MonoBtlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x0252EBA0, void, MonoBtlsContext_GetPeerCertificate, (MonoBtlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x0252EE80, void, MonoBtlsContext_InitializeSession, (MonoBtlsContext * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD188, MonoBtlsContext_InitializeSession__MethodInfo); DO_APP_FUNC(0x0252F270, TlsProtocols__Enum, MonoBtlsContext_GetProtocol, (TlsProtocolCode__Enum protocol, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD180, MonoBtlsContext_GetProtocol__MethodInfo); DO_APP_FUNC(0x0252F300, void, MonoBtlsContext_Flush, (MonoBtlsContext * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD178, MonoBtlsContext_Flush__MethodInfo); DO_APP_FUNC(0x0252F350, ValueTuple_2_Int32_Boolean_, MonoBtlsContext_Read, (MonoBtlsContext * __this, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD120, MonoBtlsContext_Read__MethodInfo); DO_APP_FUNC(0x0252F700, ValueTuple_2_Int32_Boolean_, MonoBtlsContext_Write, (MonoBtlsContext * __this, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD130, MonoBtlsContext_Write__MethodInfo); DO_APP_FUNC(0x00418D40, bool, MonoBtlsContext_get_CanRenegotiate, (MonoBtlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x0252FA60, void, MonoBtlsContext_Renegotiate, (MonoBtlsContext * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD128, MonoBtlsContext_Renegotiate__MethodInfo); DO_APP_FUNC(0x0252FAB0, void, MonoBtlsContext_Shutdown, (MonoBtlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x0252FC60, bool, MonoBtlsContext_PendingRenegotiation, (MonoBtlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x0252FD10, void, MonoBtlsContext_Dispose, (MonoBtlsContext * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x0252FE90, int32_t, MonoBtlsContext_Mono_Btls_IMonoBtlsBioMono_Read, (MonoBtlsContext * __this, Byte__Array * buffer, int32_t offset, int32_t size, bool * wantMore, MethodInfo * method)); DO_APP_FUNC(0x0252FEC0, bool, MonoBtlsContext_Mono_Btls_IMonoBtlsBioMono_Write, (MonoBtlsContext * __this, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MonoBtlsContext_Mono_Btls_IMonoBtlsBioMono_Flush, (MonoBtlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MonoBtlsContext_Mono_Btls_IMonoBtlsBioMono_Close, (MonoBtlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x0252FEF0, bool, MonoBtlsContext_get_HasContext, (MonoBtlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E330, bool, MonoBtlsContext_get_IsAuthenticated, (MonoBtlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, MonoTlsConnectionInfo *, MonoBtlsContext_get_ConnectionInfo, (MonoBtlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x0252FF40, bool, MonoBtlsContext_get_IsRemoteCertificateAvailable, (MonoBtlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, X509Certificate *, MonoBtlsContext_get_LocalClientCertificate, (MonoBtlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, X509Certificate2 *, MonoBtlsContext_get_RemoteCertificate, (MonoBtlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x0252FF50, TlsProtocols__Enum, MonoBtlsContext_get_NegotiatedProtocol, (MonoBtlsContext * __this, MethodInfo * method)); DO_APP_FUNC(0x0252FF70, int32_t, MonoBtlsError_mono_btls_error_peek_error, (MethodInfo * method)); DO_APP_FUNC(0x0252FFE0, int32_t, MonoBtlsError_mono_btls_error_get_error, (MethodInfo * method)); DO_APP_FUNC(0x02530050, void, MonoBtlsError_mono_btls_error_clear_error, (MethodInfo * method)); DO_APP_FUNC(0x025300C0, int32_t, MonoBtlsError_mono_btls_error_peek_error_line, (void * * file, int32_t * line, MethodInfo * method)); DO_APP_FUNC(0x02530150, int32_t, MonoBtlsError_mono_btls_error_get_error_line, (void * * file, int32_t * line, MethodInfo * method)); DO_APP_FUNC(0x025301E0, void, MonoBtlsError_mono_btls_error_get_error_string_n, (int32_t error, void * buf, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x02530280, int32_t, MonoBtlsError_mono_btls_error_get_reason, (int32_t error, MethodInfo * method)); DO_APP_FUNC(0x0252FF70, int32_t, MonoBtlsError_PeekError, (MethodInfo * method)); DO_APP_FUNC(0x0252FFE0, int32_t, MonoBtlsError_GetError, (MethodInfo * method)); DO_APP_FUNC(0x02530050, void, MonoBtlsError_ClearError, (MethodInfo * method)); DO_APP_FUNC(0x02530300, String *, MonoBtlsError_GetErrorString, (int32_t error, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD138, MonoBtlsError_GetErrorString__MethodInfo); DO_APP_FUNC(0x02530550, int32_t, MonoBtlsError_PeekError_1, (String * * file, int32_t * line, MethodInfo * method)); DO_APP_FUNC(0x02530720, int32_t, MonoBtlsError_GetError_1, (String * * file, int32_t * line, MethodInfo * method)); DO_APP_FUNC(0x02530280, int32_t, MonoBtlsError_GetErrorReason, (int32_t error, MethodInfo * method)); DO_APP_FUNC(0x025308F0, void, MonoBtlsException__ctor, (MonoBtlsException * __this, MethodInfo * method)); DO_APP_FUNC(0x02530940, void, MonoBtlsException__ctor_1, (MonoBtlsException * __this, MonoBtlsSslError__Enum error, MethodInfo * method)); DO_APP_FUNC(0x025309E0, void, MonoBtlsException__ctor_2, (MonoBtlsException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x02530A40, void, MonoBtlsException__ctor_3, (MonoBtlsException * __this, String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02530B60, void *, MonoBtlsKey_mono_btls_key_new, (MethodInfo * method)); DO_APP_FUNC(0x02530BD0, void, MonoBtlsKey_mono_btls_key_free, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02530C50, void *, MonoBtlsKey_mono_btls_key_up_ref, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02530CD0, int32_t, MonoBtlsKey_mono_btls_key_get_bytes, (void * handle, void * * data, int32_t * size, int32_t include_private_bits, MethodInfo * method)); DO_APP_FUNC(0x02530D80, int32_t, MonoBtlsKey_mono_btls_key_get_bits, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02530E00, int32_t, MonoBtlsKey_mono_btls_key_is_rsa, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02530E80, int32_t, MonoBtlsKey_mono_btls_key_assign_rsa_private_key, (void * handle, Byte__Array * der, int32_t der_length, MethodInfo * method)); DO_APP_FUNC(0x02530F30, MonoBtlsKey_BoringKeyHandle *, MonoBtlsKey_get_Handle, (MonoBtlsKey * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, MonoBtlsKey__ctor, (MonoBtlsKey * __this, MonoBtlsKey_BoringKeyHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02530FB0, Byte__Array *, MonoBtlsKey_GetBytes, (MonoBtlsKey * __this, bool include_private_bits, MethodInfo * method)); DO_APP_FUNC(0x02531150, bool, MonoBtlsKey_get_IsRsa, (MonoBtlsKey * __this, MethodInfo * method)); DO_APP_FUNC(0x025311F0, MonoBtlsKey *, MonoBtlsKey_Copy, (MonoBtlsKey * __this, MethodInfo * method)); DO_APP_FUNC(0x025313D0, MonoBtlsKey *, MonoBtlsKey_CreateFromRSAPrivateKey, (RSA * privateKey, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD0D0, MonoBtlsKey_CreateFromRSAPrivateKey__MethodInfo); DO_APP_FUNC(0x02529FD0, void, MonoBtlsKey_BoringKeyHandle__ctor, (MonoBtlsKey_BoringKeyHandle * __this, void * handle, MethodInfo * method)); DO_APP_FUNC(0x02531650, bool, MonoBtlsKey_BoringKeyHandle_ReleaseHandle, (MonoBtlsKey_BoringKeyHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, MonoBtlsObject__ctor, (MonoBtlsObject * __this, MonoBtlsObject_MonoBtlsHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x025316D0, MonoBtlsObject_MonoBtlsHandle *, MonoBtlsObject_get_Handle, (MonoBtlsObject * __this, MethodInfo * method)); DO_APP_FUNC(0x025316F0, bool, MonoBtlsObject_get_IsValid, (MonoBtlsObject * __this, MethodInfo * method)); DO_APP_FUNC(0x02531730, void, MonoBtlsObject_CheckThrow, (MonoBtlsObject * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD0C8, MonoBtlsObject_CheckThrow__MethodInfo); DO_APP_FUNC(0x025317E0, Exception *, MonoBtlsObject_SetException, (MonoBtlsObject * __this, Exception * ex, MethodInfo * method)); DO_APP_FUNC(0x02531840, void, MonoBtlsObject_CheckError, (MonoBtlsObject * __this, bool ok, String * callerName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD098, MonoBtlsObject_CheckError__MethodInfo); DO_APP_FUNC(0x02531A30, void, MonoBtlsObject_CheckError_1, (MonoBtlsObject * __this, int32_t ret, String * callerName, MethodInfo * method)); DO_APP_FUNC(0x02531A40, void, MonoBtlsObject_CheckLastError, (MonoBtlsObject * __this, String * callerName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD090, MonoBtlsObject_CheckLastError__MethodInfo); DO_APP_FUNC(0x02531CA0, void, MonoBtlsObject_mono_btls_free, (void * data, MethodInfo * method)); DO_APP_FUNC(0x02531D20, void, MonoBtlsObject_FreeDataPtr, (MonoBtlsObject * __this, void * data, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MonoBtlsObject_Close, (MonoBtlsObject * __this, MethodInfo * method)); DO_APP_FUNC(0x02531DA0, void, MonoBtlsObject_Dispose, (MonoBtlsObject * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02532010, void, MonoBtlsObject_Dispose_1, (MonoBtlsObject * __this, MethodInfo * method)); DO_APP_FUNC(0x02532070, void, MonoBtlsObject_Finalize, (MonoBtlsObject * __this, MethodInfo * method)); DO_APP_FUNC(0x025320C0, void, MonoBtlsObject_MonoBtlsHandle__ctor, (MonoBtlsObject_MonoBtlsHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02532140, void, MonoBtlsObject_MonoBtlsHandle__ctor_1, (MonoBtlsObject_MonoBtlsHandle * __this, void * handle, bool ownsHandle, MethodInfo * method)); DO_APP_FUNC(0x02532150, bool, MonoBtlsObject_MonoBtlsHandle_get_IsInvalid, (MonoBtlsObject_MonoBtlsHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x025321A0, MonoBtlsPkcs12_BoringPkcs12Handle *, MonoBtlsPkcs12_get_Handle, (MonoBtlsPkcs12 * __this, MethodInfo * method)); DO_APP_FUNC(0x02532220, void, MonoBtlsPkcs12_mono_btls_pkcs12_free, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x025322A0, void *, MonoBtlsPkcs12_mono_btls_pkcs12_new, (MethodInfo * method)); DO_APP_FUNC(0x02532310, int32_t, MonoBtlsPkcs12_mono_btls_pkcs12_get_count, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02532390, void *, MonoBtlsPkcs12_mono_btls_pkcs12_get_cert, (void * Handle, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02532420, int32_t, MonoBtlsPkcs12_mono_btls_pkcs12_add_cert, (void * chain, void * x509, MethodInfo * method)); DO_APP_FUNC(0x025324B0, int32_t, MonoBtlsPkcs12_mono_btls_pkcs12_import, (void * chain, Void * data, int32_t len, SafePasswordHandle * password, MethodInfo * method)); DO_APP_FUNC(0x025325A0, int32_t, MonoBtlsPkcs12_mono_btls_pkcs12_has_private_key, (void * pkcs12, MethodInfo * method)); DO_APP_FUNC(0x02532620, void *, MonoBtlsPkcs12_mono_btls_pkcs12_get_private_key, (void * pkcs12, MethodInfo * method)); DO_APP_FUNC(0x025326A0, void, MonoBtlsPkcs12__ctor, (MonoBtlsPkcs12 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, MonoBtlsPkcs12__ctor_1, (MonoBtlsPkcs12 * __this, MonoBtlsPkcs12_BoringPkcs12Handle * handle, MethodInfo * method)); DO_APP_FUNC(0x025327E0, int32_t, MonoBtlsPkcs12_get_Count, (MonoBtlsPkcs12 * __this, MethodInfo * method)); DO_APP_FUNC(0x02532880, MonoBtlsX509 *, MonoBtlsPkcs12_GetCertificate, (MonoBtlsPkcs12 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD068, MonoBtlsPkcs12_GetCertificate__MethodInfo); DO_APP_FUNC(0x02532AB0, void, MonoBtlsPkcs12_AddCertificate, (MonoBtlsPkcs12 * __this, MonoBtlsX509 * x509, MethodInfo * method)); DO_APP_FUNC(0x02532B70, void, MonoBtlsPkcs12_Import, (MonoBtlsPkcs12 * __this, Byte__Array * buffer, SafePasswordHandle * password, MethodInfo * method)); DO_APP_FUNC(0x02532CE0, bool, MonoBtlsPkcs12_get_HasPrivateKey, (MonoBtlsPkcs12 * __this, MethodInfo * method)); DO_APP_FUNC(0x02532D80, MonoBtlsKey *, MonoBtlsPkcs12_GetPrivateKey, (MonoBtlsPkcs12 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD058, MonoBtlsPkcs12_GetPrivateKey__MethodInfo); DO_APP_FUNC(0x02529FD0, void, MonoBtlsPkcs12_BoringPkcs12Handle__ctor, (MonoBtlsPkcs12_BoringPkcs12Handle * __this, void * handle, MethodInfo * method)); DO_APP_FUNC(0x02532FD0, bool, MonoBtlsPkcs12_BoringPkcs12Handle_ReleaseHandle, (MonoBtlsPkcs12_BoringPkcs12Handle * __this, MethodInfo * method)); DO_APP_FUNC(0x02533050, Guid, MonoBtlsProvider_get_ID, (MonoBtlsProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x025330B0, String *, MonoBtlsProvider_get_Name, (MonoBtlsProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x025330F0, void, MonoBtlsProvider__ctor, (MonoBtlsProvider * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCFD8, MonoBtlsProvider__ctor__MethodInfo); DO_APP_FUNC(0x00418D30, bool, MonoBtlsProvider_get_SupportsSslStream, (MonoBtlsProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, MonoBtlsProvider_get_SupportsMonoExtensions, (MonoBtlsProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, MonoBtlsProvider_get_SupportsConnectionInfo, (MonoBtlsProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, MonoBtlsProvider_get_SupportsCleanShutdown, (MonoBtlsProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x02304900, SslProtocols__Enum, MonoBtlsProvider_get_SupportedProtocols, (MonoBtlsProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x02533180, MobileAuthenticatedStream *, MonoBtlsProvider_CreateSslStream, (MonoBtlsProvider * __this, SslStream * sslStream, Stream * innerStream, bool leaveInnerStreamOpen, MonoTlsSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, MonoBtlsProvider_get_HasNativeCertificates, (MonoBtlsProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x02533260, X509Certificate2Impl *, MonoBtlsProvider_GetNativeCertificate, (MonoBtlsProvider * __this, Byte__Array * data, String * password, X509KeyStorageFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02533390, X509Certificate2Impl *, MonoBtlsProvider_GetNativeCertificate_1, (MonoBtlsProvider * __this, X509Certificate * certificate, MethodInfo * method)); DO_APP_FUNC(0x025334C0, X509Certificate2Impl *, MonoBtlsProvider_GetNativeCertificate_2, (MonoBtlsProvider * __this, Byte__Array * data, SafePasswordHandle * password, X509KeyStorageFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02533550, MonoBtlsX509VerifyParam *, MonoBtlsProvider_GetVerifyParam, (MonoTlsSettings * settings, String * targetHost, bool serverMode, MethodInfo * method)); DO_APP_FUNC(0x02533B20, bool, MonoBtlsProvider_ValidateCertificate, (MonoBtlsProvider * __this, ChainValidationHelper * validator, String * targetHost, bool serverMode, X509CertificateCollection * certificates, bool wantsChain, X509Chain * * chain, SslPolicyErrors__Enum * errors, int32_t * status11, MethodInfo * method)); DO_APP_FUNC(0x025341D0, bool, MonoBtlsProvider_ValidateCertificate_1, (MonoBtlsX509Chain * chain, MonoBtlsX509VerifyParam * param, MethodInfo * method)); DO_APP_FUNC(0x025343F0, void, MonoBtlsProvider_CheckValidationResult, (MonoBtlsProvider * __this, ChainValidationHelper * validator, String * targetHost, bool serverMode, X509CertificateCollection * certificates, bool wantsChain, X509Chain * chain, MonoBtlsX509StoreCtx * storeCtx, bool success, SslPolicyErrors__Enum * errors, int32_t * status11, MethodInfo * method)); DO_APP_FUNC(0x025347B0, X509ChainStatusFlags__Enum, MonoBtlsProvider_MapVerifyErrorToChainStatus, (MonoBtlsX509Error__Enum code, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD048, MonoBtlsProvider_MapVerifyErrorToChainStatus__MethodInfo); DO_APP_FUNC(0x02534A20, void, MonoBtlsProvider_SetupCertificateStore, (MonoBtlsX509Store * store, MonoTlsSettings * settings, bool server, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCFC0, MonoBtlsProvider_SetupCertificateStore__MethodInfo); DO_APP_FUNC(0x02534F10, void, MonoBtlsProvider_SetupDefaultCertificateStore, (MonoBtlsX509Store * store, MethodInfo * method)); DO_APP_FUNC(0x02535020, void, MonoBtlsProvider_AddUserStore, (MonoBtlsX509Store * store, MethodInfo * method)); DO_APP_FUNC(0x025350C0, void, MonoBtlsProvider_AddMachineStore, (MonoBtlsX509Store * store, MethodInfo * method)); DO_APP_FUNC(0x02535160, void, MonoBtlsProvider_AddTrustedRoots, (MonoBtlsX509Store * store, MonoTlsSettings * settings, bool server, MethodInfo * method)); DO_APP_FUNC(0x025352A0, String *, MonoBtlsProvider_GetSystemStoreLocation, (MethodInfo * method)); DO_APP_FUNC(0x025352F0, X509Certificate2 *, MonoBtlsProvider_CreateCertificate, (Byte__Array * data, MonoBtlsX509Format__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02535430, X509Certificate2 *, MonoBtlsProvider_CreateCertificate_1, (Byte__Array * data, String * password, bool disallowFallback, MethodInfo * method)); DO_APP_FUNC(0x02535630, X509Certificate2 *, MonoBtlsProvider_CreateCertificate_2, (MonoBtlsX509 * x509, MethodInfo * method)); DO_APP_FUNC(0x025357B0, X509Chain *, MonoBtlsProvider_CreateChain, (MethodInfo * method)); DO_APP_FUNC(0x025358D0, X509Chain *, MonoBtlsProvider_GetManagedChain, (MonoBtlsX509Chain * chain, MethodInfo * method)); DO_APP_FUNC(0x02535970, MonoBtlsX509 *, MonoBtlsProvider_GetBtlsCertificate, (X509Certificate * certificate, MethodInfo * method)); DO_APP_FUNC(0x02535A70, MonoBtlsX509Chain *, MonoBtlsProvider_GetNativeChain, (X509CertificateCollection * certificates, MethodInfo * method)); DO_APP_FUNC(0x0160E800, void, MonoBtlsVerifyCallback__ctor, (MonoBtlsVerifyCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, int32_t, MonoBtlsVerifyCallback_Invoke, (MonoBtlsVerifyCallback * __this, MonoBtlsX509StoreCtx * ctx, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, MonoBtlsVerifyCallback_BeginInvoke, (MonoBtlsVerifyCallback * __this, MonoBtlsX509StoreCtx * ctx, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, int32_t, MonoBtlsVerifyCallback_EndInvoke, (MonoBtlsVerifyCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02535DD0, void, MonoBtlsSelectCallback__ctor, (MonoBtlsSelectCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, int32_t, MonoBtlsSelectCallback_Invoke, (MonoBtlsSelectCallback * __this, String__Array * acceptableIssuers, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, MonoBtlsSelectCallback_BeginInvoke, (MonoBtlsSelectCallback * __this, String__Array * acceptableIssuers, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, int32_t, MonoBtlsSelectCallback_EndInvoke, (MonoBtlsSelectCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01609030, void, MonoBtlsServerNameCallback__ctor, (MonoBtlsServerNameCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BADCD0, int32_t, MonoBtlsServerNameCallback_Invoke, (MonoBtlsServerNameCallback * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5A50, IAsyncResult *, MonoBtlsServerNameCallback_BeginInvoke, (MonoBtlsServerNameCallback * __this, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, int32_t, MonoBtlsServerNameCallback_EndInvoke, (MonoBtlsServerNameCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02535F10, void, MonoBtlsSsl_mono_btls_ssl_destroy, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02535F90, void *, MonoBtlsSsl_mono_btls_ssl_new, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02536010, int32_t, MonoBtlsSsl_mono_btls_ssl_use_certificate, (void * handle, void * x509, MethodInfo * method)); DO_APP_FUNC(0x025360A0, int32_t, MonoBtlsSsl_mono_btls_ssl_use_private_key, (void * handle, void * key, MethodInfo * method)); DO_APP_FUNC(0x02536130, int32_t, MonoBtlsSsl_mono_btls_ssl_add_chain_certificate, (void * handle, void * x509, MethodInfo * method)); DO_APP_FUNC(0x025361C0, int32_t, MonoBtlsSsl_mono_btls_ssl_accept, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02536240, int32_t, MonoBtlsSsl_mono_btls_ssl_connect, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x025362C0, int32_t, MonoBtlsSsl_mono_btls_ssl_handshake, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02536340, void, MonoBtlsSsl_mono_btls_ssl_close, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x025363C0, int32_t, MonoBtlsSsl_mono_btls_ssl_shutdown, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02536440, void, MonoBtlsSsl_mono_btls_ssl_set_quiet_shutdown, (void * handle, int32_t mode, MethodInfo * method)); DO_APP_FUNC(0x025364D0, void, MonoBtlsSsl_mono_btls_ssl_set_bio, (void * handle, void * bio, MethodInfo * method)); DO_APP_FUNC(0x02536560, int32_t, MonoBtlsSsl_mono_btls_ssl_read, (void * handle, void * data, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x02536600, int32_t, MonoBtlsSsl_mono_btls_ssl_write, (void * handle, void * data, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x025366A0, int32_t, MonoBtlsSsl_mono_btls_ssl_get_error, (void * handle, int32_t ret_code, MethodInfo * method)); DO_APP_FUNC(0x02536730, int32_t, MonoBtlsSsl_mono_btls_ssl_get_version, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x025367B0, void, MonoBtlsSsl_mono_btls_ssl_set_min_version, (void * handle, int32_t version, MethodInfo * method)); DO_APP_FUNC(0x02536840, void, MonoBtlsSsl_mono_btls_ssl_set_max_version, (void * handle, int32_t version, MethodInfo * method)); DO_APP_FUNC(0x025368D0, int32_t, MonoBtlsSsl_mono_btls_ssl_get_cipher, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02536950, int32_t, MonoBtlsSsl_mono_btls_ssl_get_ciphers, (void * handle, void * * data, MethodInfo * method)); DO_APP_FUNC(0x025369E0, void *, MonoBtlsSsl_mono_btls_ssl_get_peer_certificate, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02536A60, int32_t, MonoBtlsSsl_mono_btls_ssl_set_cipher_list, (void * handle, void * str, MethodInfo * method)); DO_APP_FUNC(0x02536AF0, void, MonoBtlsSsl_mono_btls_ssl_print_errors_cb, (void * func, void * ctx, MethodInfo * method)); DO_APP_FUNC(0x02536B80, int32_t, MonoBtlsSsl_mono_btls_ssl_set_verify_param, (void * handle, void * param, MethodInfo * method)); DO_APP_FUNC(0x02536C10, int32_t, MonoBtlsSsl_mono_btls_ssl_set_server_name, (void * handle, void * name, MethodInfo * method)); DO_APP_FUNC(0x02536CA0, void *, MonoBtlsSsl_mono_btls_ssl_get_server_name, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02536D20, void, MonoBtlsSsl_mono_btls_ssl_set_renegotiate_mode, (void * handle, int32_t mode, MethodInfo * method)); DO_APP_FUNC(0x02536DB0, int32_t, MonoBtlsSsl_mono_btls_ssl_renegotiate_pending, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02536E30, MonoBtlsSsl_BoringSslHandle *, MonoBtlsSsl_Create_internal, (MonoBtlsSslCtx * ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCF70, MonoBtlsSsl_Create_internal__MethodInfo); DO_APP_FUNC(0x02536FB0, void, MonoBtlsSsl__ctor, (MonoBtlsSsl * __this, MonoBtlsSslCtx * ctx, MethodInfo * method)); DO_APP_FUNC(0x02537390, MonoBtlsSsl_BoringSslHandle *, MonoBtlsSsl_get_Handle, (MonoBtlsSsl * __this, MethodInfo * method)); DO_APP_FUNC(0x02537410, void, MonoBtlsSsl_SetBio, (MonoBtlsSsl * __this, MonoBtlsBio * bio, MethodInfo * method)); DO_APP_FUNC(0x02537530, Exception *, MonoBtlsSsl_ThrowError, (MonoBtlsSsl * __this, String * callerName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCFB0, MonoBtlsSsl_ThrowError__MethodInfo); DO_APP_FUNC(0x025376F0, MonoBtlsSslError__Enum, MonoBtlsSsl_GetError, (MonoBtlsSsl * __this, int32_t ret_code, MethodInfo * method)); DO_APP_FUNC(0x02537770, void, MonoBtlsSsl_SetCertificate, (MonoBtlsSsl * __this, MonoBtlsX509 * x509, MethodInfo * method)); DO_APP_FUNC(0x02537870, void, MonoBtlsSsl_SetPrivateKey, (MonoBtlsSsl * __this, MonoBtlsKey * key, MethodInfo * method)); DO_APP_FUNC(0x02537970, void, MonoBtlsSsl_AddIntermediateCertificate, (MonoBtlsSsl * __this, MonoBtlsX509 * x509, MethodInfo * method)); DO_APP_FUNC(0x02537A70, MonoBtlsSslError__Enum, MonoBtlsSsl_Accept, (MonoBtlsSsl * __this, MethodInfo * method)); DO_APP_FUNC(0x02537B30, MonoBtlsSslError__Enum, MonoBtlsSsl_Connect, (MonoBtlsSsl * __this, MethodInfo * method)); DO_APP_FUNC(0x02537BF0, MonoBtlsSslError__Enum, MonoBtlsSsl_Handshake, (MonoBtlsSsl * __this, MethodInfo * method)); DO_APP_FUNC(0x02537CB0, int32_t, MonoBtlsSsl_PrintErrorsCallback, (void * str, void * len, void * ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCFA0, MonoBtlsSsl_PrintErrorsCallback__MethodInfo); DO_APP_FUNC(0x02537E30, String *, MonoBtlsSsl_GetErrors, (MonoBtlsSsl * __this, MethodInfo * method)); DO_APP_FUNC(0x02538010, void, MonoBtlsSsl_PrintErrors, (MonoBtlsSsl * __this, MethodInfo * method)); DO_APP_FUNC(0x025380A0, MonoBtlsSslError__Enum, MonoBtlsSsl_Read, (MonoBtlsSsl * __this, void * data, int32_t * dataSize, MethodInfo * method)); DO_APP_FUNC(0x025381A0, MonoBtlsSslError__Enum, MonoBtlsSsl_Write, (MonoBtlsSsl * __this, void * data, int32_t * dataSize, MethodInfo * method)); DO_APP_FUNC(0x025382B0, int32_t, MonoBtlsSsl_GetVersion, (MonoBtlsSsl * __this, MethodInfo * method)); DO_APP_FUNC(0x02538350, void, MonoBtlsSsl_SetMinVersion, (MonoBtlsSsl * __this, int32_t version, MethodInfo * method)); DO_APP_FUNC(0x02538400, void, MonoBtlsSsl_SetMaxVersion, (MonoBtlsSsl * __this, int32_t version, MethodInfo * method)); DO_APP_FUNC(0x025384B0, int32_t, MonoBtlsSsl_GetCipher, (MonoBtlsSsl * __this, MethodInfo * method)); DO_APP_FUNC(0x025385A0, Int16__Array *, MonoBtlsSsl_GetCiphers, (MonoBtlsSsl * __this, MethodInfo * method)); DO_APP_FUNC(0x02538840, void, MonoBtlsSsl_SetCipherList, (MonoBtlsSsl * __this, String * str, MethodInfo * method)); DO_APP_FUNC(0x025389F0, MonoBtlsX509 *, MonoBtlsSsl_GetPeerCertificate, (MonoBtlsSsl * __this, MethodInfo * method)); DO_APP_FUNC(0x02538BC0, void, MonoBtlsSsl_SetVerifyParam, (MonoBtlsSsl * __this, MonoBtlsX509VerifyParam * param, MethodInfo * method)); DO_APP_FUNC(0x02538CD0, void, MonoBtlsSsl_SetServerName, (MonoBtlsSsl * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02538E80, String *, MonoBtlsSsl_GetServerName, (MonoBtlsSsl * __this, MethodInfo * method)); DO_APP_FUNC(0x02538FC0, void, MonoBtlsSsl_Shutdown, (MonoBtlsSsl * __this, MethodInfo * method)); DO_APP_FUNC(0x02539090, void, MonoBtlsSsl_SetQuietShutdown, (MonoBtlsSsl * __this, MethodInfo * method)); DO_APP_FUNC(0x02539130, void, MonoBtlsSsl_Close, (MonoBtlsSsl * __this, MethodInfo * method)); DO_APP_FUNC(0x02539200, void, MonoBtlsSsl_SetRenegotiateMode, (MonoBtlsSsl * __this, MonoBtlsSslRenegotiateMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x025392B0, bool, MonoBtlsSsl_RenegotiatePending, (MonoBtlsSsl * __this, MethodInfo * method)); DO_APP_FUNC(0x02529FD0, void, MonoBtlsSsl_BoringSslHandle__ctor, (MonoBtlsSsl_BoringSslHandle * __this, void * handle, MethodInfo * method)); DO_APP_FUNC(0x02539350, bool, MonoBtlsSsl_BoringSslHandle_ReleaseHandle, (MonoBtlsSsl_BoringSslHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02539410, void, MonoBtlsSsl_PrintErrorsCallbackFunc__ctor, (MonoBtlsSsl_PrintErrorsCallbackFunc * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, int32_t, MonoBtlsSsl_PrintErrorsCallbackFunc_Invoke, (MonoBtlsSsl_PrintErrorsCallbackFunc * __this, void * str, void * len, void * ctx, MethodInfo * method)); DO_APP_FUNC(0x02539540, IAsyncResult *, MonoBtlsSsl_PrintErrorsCallbackFunc_BeginInvoke, (MonoBtlsSsl_PrintErrorsCallbackFunc * __this, void * str, void * len, void * ctx, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, int32_t, MonoBtlsSsl_PrintErrorsCallbackFunc_EndInvoke, (MonoBtlsSsl_PrintErrorsCallbackFunc * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x025395E0, MonoBtlsSslCtx_BoringSslCtxHandle *, MonoBtlsSslCtx_get_Handle, (MonoBtlsSslCtx * __this, MethodInfo * method)); DO_APP_FUNC(0x02539660, void *, MonoBtlsSslCtx_mono_btls_ssl_ctx_new, (MethodInfo * method)); DO_APP_FUNC(0x025396D0, int32_t, MonoBtlsSslCtx_mono_btls_ssl_ctx_free, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02539750, void *, MonoBtlsSslCtx_mono_btls_ssl_ctx_up_ref, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x025397D0, void, MonoBtlsSslCtx_mono_btls_ssl_ctx_initialize, (void * handle, void * instance, MethodInfo * method)); DO_APP_FUNC(0x02539860, void, MonoBtlsSslCtx_mono_btls_ssl_ctx_set_debug_bio, (void * handle, void * bio, MethodInfo * method)); DO_APP_FUNC(0x025398F0, void, MonoBtlsSslCtx_mono_btls_ssl_ctx_set_cert_verify_callback, (void * handle, void * func, int32_t cert_required, MethodInfo * method)); DO_APP_FUNC(0x02539990, void, MonoBtlsSslCtx_mono_btls_ssl_ctx_set_cert_select_callback, (void * handle, void * func, MethodInfo * method)); DO_APP_FUNC(0x02539A20, void, MonoBtlsSslCtx_mono_btls_ssl_ctx_set_min_version, (void * handle, int32_t version, MethodInfo * method)); DO_APP_FUNC(0x02539AB0, void, MonoBtlsSslCtx_mono_btls_ssl_ctx_set_max_version, (void * handle, int32_t version, MethodInfo * method)); DO_APP_FUNC(0x02539B40, int32_t, MonoBtlsSslCtx_mono_btls_ssl_ctx_is_cipher_supported, (void * handle, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x02539BD0, int32_t, MonoBtlsSslCtx_mono_btls_ssl_ctx_set_ciphers, (void * handle, int32_t count, void * data, int32_t allow_unsupported, MethodInfo * method)); DO_APP_FUNC(0x02539C70, int32_t, MonoBtlsSslCtx_mono_btls_ssl_ctx_set_verify_param, (void * handle, void * param, MethodInfo * method)); DO_APP_FUNC(0x02539D00, int32_t, MonoBtlsSslCtx_mono_btls_ssl_ctx_set_client_ca_list, (void * handle, int32_t count, void * sizes, void * data, MethodInfo * method)); DO_APP_FUNC(0x02539DA0, void, MonoBtlsSslCtx_mono_btls_ssl_ctx_set_server_name_callback, (void * handle, void * func, MethodInfo * method)); DO_APP_FUNC(0x02539E30, void, MonoBtlsSslCtx__ctor, (MonoBtlsSslCtx * __this, MethodInfo * method)); DO_APP_FUNC(0x02539F30, void, MonoBtlsSslCtx__ctor_1, (MonoBtlsSslCtx * __this, MonoBtlsSslCtx_BoringSslCtxHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x0253A760, MonoBtlsSslCtx *, MonoBtlsSslCtx_Copy, (MonoBtlsSslCtx * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, MonoBtlsX509Store *, MonoBtlsSslCtx_get_CertificateStore, (MonoBtlsSslCtx * __this, MethodInfo * method)); DO_APP_FUNC(0x0253A8A0, int32_t, MonoBtlsSslCtx_VerifyCallback, (MonoBtlsSslCtx * __this, bool preverify_ok, MonoBtlsX509StoreCtx * ctx, MethodInfo * method)); DO_APP_FUNC(0x0253A8D0, int32_t, MonoBtlsSslCtx_NativeVerifyCallback, (void * instance, int32_t preverify_ok, void * store_ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCEE0, MonoBtlsSslCtx_NativeVerifyCallback__MethodInfo); DO_APP_FUNC(0x0253AD00, int32_t, MonoBtlsSslCtx_NativeSelectCallback, (void * instance, int32_t count, void * sizes, void * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCEF0, MonoBtlsSslCtx_NativeSelectCallback__MethodInfo); DO_APP_FUNC(0x0253AEB0, String__Array *, MonoBtlsSslCtx_CopyIssuers, (int32_t count, void * sizesPtr, void * dataPtr, MethodInfo * method)); DO_APP_FUNC(0x0253B340, void, MonoBtlsSslCtx_SetDebugBio, (MonoBtlsSslCtx * __this, MonoBtlsBio * bio, MethodInfo * method)); DO_APP_FUNC(0x0253B420, void, MonoBtlsSslCtx_SetVerifyCallback, (MonoBtlsSslCtx * __this, MonoBtlsVerifyCallback * callback, bool client_cert_required, MethodInfo * method)); DO_APP_FUNC(0x0253B540, void, MonoBtlsSslCtx_SetSelectCallback, (MonoBtlsSslCtx * __this, MonoBtlsSelectCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x0253B640, void, MonoBtlsSslCtx_SetMinVersion, (MonoBtlsSslCtx * __this, int32_t version, MethodInfo * method)); DO_APP_FUNC(0x0253B6F0, void, MonoBtlsSslCtx_SetMaxVersion, (MonoBtlsSslCtx * __this, int32_t version, MethodInfo * method)); DO_APP_FUNC(0x0253B7A0, bool, MonoBtlsSslCtx_IsCipherSupported, (MonoBtlsSslCtx * __this, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x0253B850, void, MonoBtlsSslCtx_SetCiphers, (MonoBtlsSslCtx * __this, Int16__Array * ciphers, bool allow_unsupported, MethodInfo * method)); DO_APP_FUNC(0x0253BB40, void, MonoBtlsSslCtx_SetVerifyParam, (MonoBtlsSslCtx * __this, MonoBtlsX509VerifyParam * param, MethodInfo * method)); DO_APP_FUNC(0x0253BC50, void, MonoBtlsSslCtx_SetClientCertificateIssuers, (MonoBtlsSslCtx * __this, String__Array * acceptableIssuers, MethodInfo * method)); DO_APP_FUNC(0x0253C400, void, MonoBtlsSslCtx_SetServerNameCallback, (MonoBtlsSslCtx * __this, MonoBtlsServerNameCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x0253C500, int32_t, MonoBtlsSslCtx_NativeServerNameCallback, (void * instance, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCEE8, MonoBtlsSslCtx_NativeServerNameCallback__MethodInfo); DO_APP_FUNC(0x0253C670, void, MonoBtlsSslCtx_Close, (MonoBtlsSslCtx * __this, MethodInfo * method)); DO_APP_FUNC(0x02529FD0, void, MonoBtlsSslCtx_BoringSslCtxHandle__ctor, (MonoBtlsSslCtx_BoringSslCtxHandle * __this, void * handle, MethodInfo * method)); DO_APP_FUNC(0x0253C780, bool, MonoBtlsSslCtx_BoringSslCtxHandle_ReleaseHandle, (MonoBtlsSslCtx_BoringSslCtxHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0253C800, void, MonoBtlsSslCtx_NativeVerifyFunc__ctor, (MonoBtlsSslCtx_NativeVerifyFunc * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, int32_t, MonoBtlsSslCtx_NativeVerifyFunc_Invoke, (MonoBtlsSslCtx_NativeVerifyFunc * __this, void * instance, int32_t preverify_ok, void * ctx, MethodInfo * method)); DO_APP_FUNC(0x0253C930, IAsyncResult *, MonoBtlsSslCtx_NativeVerifyFunc_BeginInvoke, (MonoBtlsSslCtx_NativeVerifyFunc * __this, void * instance, int32_t preverify_ok, void * ctx, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, int32_t, MonoBtlsSslCtx_NativeVerifyFunc_EndInvoke, (MonoBtlsSslCtx_NativeVerifyFunc * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0253C9F0, void, MonoBtlsSslCtx_NativeSelectFunc__ctor, (MonoBtlsSslCtx_NativeSelectFunc * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE800, int32_t, MonoBtlsSslCtx_NativeSelectFunc_Invoke, (MonoBtlsSslCtx_NativeSelectFunc * __this, void * instance, int32_t count, void * sizes, void * data, MethodInfo * method)); DO_APP_FUNC(0x0253CB20, IAsyncResult *, MonoBtlsSslCtx_NativeSelectFunc_BeginInvoke, (MonoBtlsSslCtx_NativeSelectFunc * __this, void * instance, int32_t count, void * sizes, void * data, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, int32_t, MonoBtlsSslCtx_NativeSelectFunc_EndInvoke, (MonoBtlsSslCtx_NativeSelectFunc * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F1FE0, void, MonoBtlsSslCtx_NativeServerNameFunc__ctor, (MonoBtlsSslCtx_NativeServerNameFunc * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, int32_t, MonoBtlsSslCtx_NativeServerNameFunc_Invoke, (MonoBtlsSslCtx_NativeServerNameFunc * __this, void * instance, MethodInfo * method)); DO_APP_FUNC(0x0253CBF0, IAsyncResult *, MonoBtlsSslCtx_NativeServerNameFunc_BeginInvoke, (MonoBtlsSslCtx_NativeServerNameFunc * __this, void * instance, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, int32_t, MonoBtlsSslCtx_NativeServerNameFunc_EndInvoke, (MonoBtlsSslCtx_NativeServerNameFunc * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0253CC70, void, MonoBtlsStream__ctor, (MonoBtlsStream * __this, Stream * innerStream, bool leaveInnerStreamOpen, SslStream * owner, MonoTlsSettings * settings, MobileTlsProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x0253CD00, MobileTlsContext *, MonoBtlsStream_CreateContext, (MonoBtlsStream * __this, MonoSslAuthenticationOptions * options, MethodInfo * method)); DO_APP_FUNC(0x0253CDE0, bool, MonoBtlsUtils_Compare, (Byte__Array * a, Byte__Array * b, MethodInfo * method)); DO_APP_FUNC(0x0253CE60, bool, MonoBtlsUtils_AppendEntry, (StringBuilder * sb, MonoBtlsX509Name * name, int32_t index, String * separator, bool quotes, MethodInfo * method)); DO_APP_FUNC(0x0253D540, String *, MonoBtlsUtils_GetSeparator, (X500DistinguishedNameFlags__Enum flag, MethodInfo * method)); DO_APP_FUNC(0x0253D5B0, String *, MonoBtlsUtils_FormatName, (MonoBtlsX509Name * name, X500DistinguishedNameFlags__Enum flag, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCEB0, MonoBtlsUtils_FormatName__MethodInfo); DO_APP_FUNC(0x0253D750, String *, MonoBtlsUtils_FormatName_1, (MonoBtlsX509Name * name, bool reversed, String * separator, bool quotes, MethodInfo * method)); DO_APP_FUNC(0x0253D8C0, void, MonoBtlsUtils__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0253D9A0, MonoBtlsX509_BoringX509Handle *, MonoBtlsX509_get_Handle, (MonoBtlsX509 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, MonoBtlsX509__ctor, (MonoBtlsX509 * __this, MonoBtlsX509_BoringX509Handle * handle, MethodInfo * method)); DO_APP_FUNC(0x0253DA20, void *, MonoBtlsX509_mono_btls_x509_up_ref, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x0253DAA0, void *, MonoBtlsX509_mono_btls_x509_from_data, (void * data, int32_t len, MonoBtlsX509Format__Enum format, MethodInfo * method)); DO_APP_FUNC(0x0253DB40, void *, MonoBtlsX509_mono_btls_x509_get_subject_name, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x0253DBC0, void *, MonoBtlsX509_mono_btls_x509_get_issuer_name, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x0253DC40, int32_t, MonoBtlsX509_mono_btls_x509_get_subject_name_string, (void * handle, void * buffer, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0253DCE0, int32_t, MonoBtlsX509_mono_btls_x509_get_issuer_name_string, (void * handle, void * buffer, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0253DD80, int32_t, MonoBtlsX509_mono_btls_x509_get_raw_data, (void * handle, void * bio, MonoBtlsX509Format__Enum format, MethodInfo * method)); DO_APP_FUNC(0x0253DE20, int32_t, MonoBtlsX509_mono_btls_x509_cmp, (void * a, void * b, MethodInfo * method)); DO_APP_FUNC(0x0253DEB0, int32_t, MonoBtlsX509_mono_btls_x509_get_hash, (void * handle, void * * data, MethodInfo * method)); DO_APP_FUNC(0x0253DF40, int64_t, MonoBtlsX509_mono_btls_x509_get_not_before, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x0253DFC0, int64_t, MonoBtlsX509_mono_btls_x509_get_not_after, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x0253E040, int32_t, MonoBtlsX509_mono_btls_x509_get_public_key, (void * handle, void * bio, MethodInfo * method)); DO_APP_FUNC(0x0253E0D0, int32_t, MonoBtlsX509_mono_btls_x509_get_serial_number, (void * handle, void * data, int32_t size, int32_t mono_style, MethodInfo * method)); DO_APP_FUNC(0x0253E180, int32_t, MonoBtlsX509_mono_btls_x509_get_version, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x0253E200, int32_t, MonoBtlsX509_mono_btls_x509_get_signature_algorithm, (void * handle, void * buffer, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0253E2A0, int32_t, MonoBtlsX509_mono_btls_x509_get_public_key_asn1, (void * handle, void * oid, int32_t oid_size, void * * data, int32_t * size, MethodInfo * method)); DO_APP_FUNC(0x0253E350, int32_t, MonoBtlsX509_mono_btls_x509_get_public_key_parameters, (void * handle, void * oid, int32_t oid_size, void * * data, int32_t * size, MethodInfo * method)); DO_APP_FUNC(0x0253E400, void *, MonoBtlsX509_mono_btls_x509_get_pubkey, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x0253E480, int32_t, MonoBtlsX509_mono_btls_x509_get_subject_key_identifier, (void * handle, void * * data, int32_t * size, MethodInfo * method)); DO_APP_FUNC(0x0253E520, int32_t, MonoBtlsX509_mono_btls_x509_print, (void * handle, void * bio, MethodInfo * method)); DO_APP_FUNC(0x0253E5B0, void, MonoBtlsX509_mono_btls_x509_free, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x0253E630, void *, MonoBtlsX509_mono_btls_x509_dup, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x0253E6B0, int32_t, MonoBtlsX509_mono_btls_x509_add_trust_object, (void * handle, MonoBtlsX509Purpose__Enum purpose, MethodInfo * method)); DO_APP_FUNC(0x0253E740, int32_t, MonoBtlsX509_mono_btls_x509_add_reject_object, (void * handle, MonoBtlsX509Purpose__Enum purpose, MethodInfo * method)); DO_APP_FUNC(0x0253E7D0, int32_t, MonoBtlsX509_mono_btls_x509_add_explicit_trust, (void * handle, MonoBtlsX509TrustKind__Enum kind, MethodInfo * method)); DO_APP_FUNC(0x0253E860, MonoBtlsX509 *, MonoBtlsX509_Copy, (MonoBtlsX509 * __this, MethodInfo * method)); DO_APP_FUNC(0x0253EA30, MonoBtlsX509 *, MonoBtlsX509_Duplicate, (MonoBtlsX509 * __this, MethodInfo * method)); DO_APP_FUNC(0x0253EC00, MonoBtlsX509 *, MonoBtlsX509_LoadFromData, (Byte__Array * buffer, MonoBtlsX509Format__Enum format, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCE90, MonoBtlsX509_LoadFromData__MethodInfo); DO_APP_FUNC(0x0253EF70, MonoBtlsX509Name *, MonoBtlsX509_GetSubjectName, (MonoBtlsX509 * __this, MethodInfo * method)); DO_APP_FUNC(0x0253F170, String *, MonoBtlsX509_GetSubjectNameString, (MonoBtlsX509 * __this, MethodInfo * method)); DO_APP_FUNC(0x0253F3A0, int64_t, MonoBtlsX509_GetSubjectNameHash, (MonoBtlsX509 * __this, MethodInfo * method)); DO_APP_FUNC(0x0253F470, MonoBtlsX509Name *, MonoBtlsX509_GetIssuerName, (MonoBtlsX509 * __this, MethodInfo * method)); DO_APP_FUNC(0x0253F670, String *, MonoBtlsX509_GetIssuerNameString, (MonoBtlsX509 * __this, MethodInfo * method)); DO_APP_FUNC(0x0253F8A0, Byte__Array *, MonoBtlsX509_GetRawData, (MonoBtlsX509 * __this, MonoBtlsX509Format__Enum format, MethodInfo * method)); DO_APP_FUNC(0x0253FA30, void, MonoBtlsX509_GetRawData_1, (MonoBtlsX509 * __this, MonoBtlsBio * bio, MonoBtlsX509Format__Enum format, MethodInfo * method)); DO_APP_FUNC(0x0253FAF0, int32_t, MonoBtlsX509_Compare, (MonoBtlsX509 * a, MonoBtlsX509 * b, MethodInfo * method)); DO_APP_FUNC(0x0253FBC0, Byte__Array *, MonoBtlsX509_GetCertHash, (MonoBtlsX509 * __this, MethodInfo * method)); DO_APP_FUNC(0x0253FD30, DateTime, MonoBtlsX509_GetNotBefore, (MonoBtlsX509 * __this, MethodInfo * method)); DO_APP_FUNC(0x0253FED0, DateTime, MonoBtlsX509_GetNotAfter, (MonoBtlsX509 * __this, MethodInfo * method)); DO_APP_FUNC(0x02540070, Byte__Array *, MonoBtlsX509_GetPublicKeyData, (MonoBtlsX509 * __this, MethodInfo * method)); DO_APP_FUNC(0x02540270, Byte__Array *, MonoBtlsX509_GetSerialNumber, (MonoBtlsX509 * __this, bool mono_style, MethodInfo * method)); DO_APP_FUNC(0x025404B0, int32_t, MonoBtlsX509_GetVersion, (MonoBtlsX509 * __this, MethodInfo * method)); DO_APP_FUNC(0x02540550, String *, MonoBtlsX509_GetSignatureAlgorithm, (MonoBtlsX509 * __this, MethodInfo * method)); DO_APP_FUNC(0x02540780, AsnEncodedData *, MonoBtlsX509_GetPublicKeyAsn1, (MonoBtlsX509 * __this, MethodInfo * method)); DO_APP_FUNC(0x02540B50, AsnEncodedData *, MonoBtlsX509_GetPublicKeyParameters, (MonoBtlsX509 * __this, MethodInfo * method)); DO_APP_FUNC(0x02540F20, Byte__Array *, MonoBtlsX509_GetSubjectKeyIdentifier, (MonoBtlsX509 * __this, MethodInfo * method)); DO_APP_FUNC(0x02541170, MonoBtlsKey *, MonoBtlsX509_GetPublicKey, (MonoBtlsX509 * __this, MethodInfo * method)); DO_APP_FUNC(0x02541340, void, MonoBtlsX509_Print, (MonoBtlsX509 * __this, MonoBtlsBio * bio, MethodInfo * method)); DO_APP_FUNC(0x02541450, void, MonoBtlsX509_ExportAsPEM, (MonoBtlsX509 * __this, MonoBtlsBio * bio, bool includeHumanReadableForm, MethodInfo * method)); DO_APP_FUNC(0x025418C0, void, MonoBtlsX509_AddTrustObject, (MonoBtlsX509 * __this, MonoBtlsX509Purpose__Enum purpose, MethodInfo * method)); DO_APP_FUNC(0x025419B0, void, MonoBtlsX509_AddRejectObject, (MonoBtlsX509 * __this, MonoBtlsX509Purpose__Enum purpose, MethodInfo * method)); DO_APP_FUNC(0x02541AA0, void, MonoBtlsX509_AddExplicitTrust, (MonoBtlsX509 * __this, MonoBtlsX509TrustKind__Enum kind, MethodInfo * method)); DO_APP_FUNC(0x02529FD0, void, MonoBtlsX509_BoringX509Handle__ctor, (MonoBtlsX509_BoringX509Handle * __this, void * handle, MethodInfo * method)); DO_APP_FUNC(0x02541B90, bool, MonoBtlsX509_BoringX509Handle_ReleaseHandle, (MonoBtlsX509_BoringX509Handle * __this, MethodInfo * method)); DO_APP_FUNC(0x02541C50, void *, MonoBtlsX509_BoringX509Handle_StealHandle, (MonoBtlsX509_BoringX509Handle * __this, MethodInfo * method)); DO_APP_FUNC(0x02541CA0, MonoBtlsX509Chain_BoringX509ChainHandle *, MonoBtlsX509Chain_get_Handle, (MonoBtlsX509Chain * __this, MethodInfo * method)); DO_APP_FUNC(0x02541D20, void *, MonoBtlsX509Chain_mono_btls_x509_chain_new, (MethodInfo * method)); DO_APP_FUNC(0x02541D90, int32_t, MonoBtlsX509Chain_mono_btls_x509_chain_get_count, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02541E10, void *, MonoBtlsX509Chain_mono_btls_x509_chain_get_cert, (void * Handle, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02541EA0, int32_t, MonoBtlsX509Chain_mono_btls_x509_chain_add_cert, (void * chain, void * x509, MethodInfo * method)); DO_APP_FUNC(0x02541F30, void *, MonoBtlsX509Chain_mono_btls_x509_chain_up_ref, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02541FB0, void, MonoBtlsX509Chain_mono_btls_x509_chain_free, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02542030, void, MonoBtlsX509Chain__ctor, (MonoBtlsX509Chain * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, MonoBtlsX509Chain__ctor_1, (MonoBtlsX509Chain * __this, MonoBtlsX509Chain_BoringX509ChainHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02542170, int32_t, MonoBtlsX509Chain_get_Count, (MonoBtlsX509Chain * __this, MethodInfo * method)); DO_APP_FUNC(0x02542210, MonoBtlsX509 *, MonoBtlsX509Chain_GetCertificate, (MonoBtlsX509Chain * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCDB8, MonoBtlsX509Chain_GetCertificate__MethodInfo); DO_APP_FUNC(0x02542440, void, MonoBtlsX509Chain_Dump, (MonoBtlsX509Chain * __this, MethodInfo * method)); DO_APP_FUNC(0x025426B0, void, MonoBtlsX509Chain_AddCertificate, (MonoBtlsX509Chain * __this, MonoBtlsX509 * x509, MethodInfo * method)); DO_APP_FUNC(0x02542770, MonoBtlsX509Chain *, MonoBtlsX509Chain_Copy, (MonoBtlsX509Chain * __this, MethodInfo * method)); DO_APP_FUNC(0x02529FD0, void, MonoBtlsX509Chain_BoringX509ChainHandle__ctor, (MonoBtlsX509Chain_BoringX509ChainHandle * __this, void * handle, MethodInfo * method)); DO_APP_FUNC(0x02542940, bool, MonoBtlsX509Chain_BoringX509ChainHandle_ReleaseHandle, (MonoBtlsX509Chain_BoringX509ChainHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x025429C0, MonoBtlsX509Crl_BoringX509CrlHandle *, MonoBtlsX509Crl_get_Handle, (MonoBtlsX509Crl * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, MonoBtlsX509Crl__ctor, (MonoBtlsX509Crl * __this, MonoBtlsX509Crl_BoringX509CrlHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02542A40, void *, MonoBtlsX509Crl_mono_btls_x509_crl_ref, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02542AC0, void *, MonoBtlsX509Crl_mono_btls_x509_crl_from_data, (void * data, int32_t len, MonoBtlsX509Format__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02542B60, void *, MonoBtlsX509Crl_mono_btls_x509_crl_get_by_cert, (void * handle, void * x509, MethodInfo * method)); DO_APP_FUNC(0x02542BF0, void *, MonoBtlsX509Crl_mono_btls_x509_crl_get_by_serial, (void * handle, Void * serial, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x02542C90, int32_t, MonoBtlsX509Crl_mono_btls_x509_crl_get_revoked_count, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02542D10, void *, MonoBtlsX509Crl_mono_btls_x509_crl_get_revoked, (void * handle, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02542DA0, int64_t, MonoBtlsX509Crl_mono_btls_x509_crl_get_last_update, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02542E20, int64_t, MonoBtlsX509Crl_mono_btls_x509_crl_get_next_update, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02542EA0, int64_t, MonoBtlsX509Crl_mono_btls_x509_crl_get_version, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02542F20, void *, MonoBtlsX509Crl_mono_btls_x509_crl_get_issuer, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02542FA0, void, MonoBtlsX509Crl_mono_btls_x509_crl_free, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02543020, MonoBtlsX509Crl *, MonoBtlsX509Crl_LoadFromData, (Byte__Array * buffer, MonoBtlsX509Format__Enum format, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCD88, MonoBtlsX509Crl_LoadFromData__MethodInfo); DO_APP_FUNC(0x025433D0, MonoBtlsX509Revoked *, MonoBtlsX509Crl_GetByCert, (MonoBtlsX509Crl * __this, MonoBtlsX509 * x509, MethodInfo * method)); DO_APP_FUNC(0x025435C0, MonoBtlsX509Revoked *, MonoBtlsX509Crl_GetBySerial, (MonoBtlsX509Crl * __this, Byte__Array * serial, MethodInfo * method)); DO_APP_FUNC(0x025437C0, int32_t, MonoBtlsX509Crl_GetRevokedCount, (MonoBtlsX509Crl * __this, MethodInfo * method)); DO_APP_FUNC(0x02543860, MonoBtlsX509Revoked *, MonoBtlsX509Crl_GetRevoked, (MonoBtlsX509Crl * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCD80, MonoBtlsX509Crl_GetRevoked__MethodInfo); DO_APP_FUNC(0x02543AC0, DateTime, MonoBtlsX509Crl_GetLastUpdate, (MonoBtlsX509Crl * __this, MethodInfo * method)); DO_APP_FUNC(0x02543C60, DateTime, MonoBtlsX509Crl_GetNextUpdate, (MonoBtlsX509Crl * __this, MethodInfo * method)); DO_APP_FUNC(0x02543E00, int64_t, MonoBtlsX509Crl_GetVersion, (MonoBtlsX509Crl * __this, MethodInfo * method)); DO_APP_FUNC(0x02543EA0, MonoBtlsX509Name *, MonoBtlsX509Crl_GetIssuerName, (MonoBtlsX509Crl * __this, MethodInfo * method)); DO_APP_FUNC(0x02529FD0, void, MonoBtlsX509Crl_BoringX509CrlHandle__ctor, (MonoBtlsX509Crl_BoringX509CrlHandle * __this, void * handle, MethodInfo * method)); DO_APP_FUNC(0x025440A0, bool, MonoBtlsX509Crl_BoringX509CrlHandle_ReleaseHandle, (MonoBtlsX509Crl_BoringX509CrlHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02544160, void *, MonoBtlsX509Crl_BoringX509CrlHandle_StealHandle, (MonoBtlsX509Crl_BoringX509CrlHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E520, MonoBtlsX509Error__Enum, MonoBtlsX509Exception_get_ErrorCode, (MonoBtlsX509Exception * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07B70, void, MonoBtlsX509Exception_set_ErrorCode, (MonoBtlsX509Exception * __this, MonoBtlsX509Error__Enum value, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, String *, MonoBtlsX509Exception_get_ErrorMessage, (MonoBtlsX509Exception * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F50, void, MonoBtlsX509Exception_set_ErrorMessage, (MonoBtlsX509Exception * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x025441B0, void, MonoBtlsX509Exception__ctor, (MonoBtlsX509Exception * __this, MonoBtlsX509Error__Enum code, String * message, MethodInfo * method)); DO_APP_FUNC(0x02544280, String *, MonoBtlsX509Exception_ToString, (MonoBtlsX509Exception * __this, MethodInfo * method)); DO_APP_FUNC(0x02544340, MonoBtlsX509Lookup_BoringX509LookupHandle *, MonoBtlsX509Lookup_get_Handle, (MonoBtlsX509Lookup * __this, MethodInfo * method)); DO_APP_FUNC(0x025443C0, void *, MonoBtlsX509Lookup_mono_btls_x509_lookup_new, (void * store, MonoBtlsX509LookupType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02544450, int32_t, MonoBtlsX509Lookup_mono_btls_x509_lookup_load_file, (void * handle, void * file, MonoBtlsX509FileType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x025444F0, int32_t, MonoBtlsX509Lookup_mono_btls_x509_lookup_add_dir, (void * handle, void * dir, MonoBtlsX509FileType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02544590, int32_t, MonoBtlsX509Lookup_mono_btls_x509_lookup_add_mono, (void * handle, void * monoLookup, MethodInfo * method)); DO_APP_FUNC(0x02544620, int32_t, MonoBtlsX509Lookup_mono_btls_x509_lookup_init, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x025446A0, int32_t, MonoBtlsX509Lookup_mono_btls_x509_lookup_shutdown, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02544720, void *, MonoBtlsX509Lookup_mono_btls_x509_lookup_by_subject, (void * handle, void * name, MethodInfo * method)); DO_APP_FUNC(0x025447B0, void *, MonoBtlsX509Lookup_mono_btls_x509_lookup_by_fingerprint, (void * handle, void * bytes, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x02544850, void, MonoBtlsX509Lookup_mono_btls_x509_lookup_free, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x025448D0, void *, MonoBtlsX509Lookup_mono_btls_x509_lookup_peek_lookup, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02544950, MonoBtlsX509Lookup_BoringX509LookupHandle *, MonoBtlsX509Lookup_Create_internal, (MonoBtlsX509Store * store, MonoBtlsX509LookupType__Enum type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCD30, MonoBtlsX509Lookup_Create_internal__MethodInfo); DO_APP_FUNC(0x02544AD0, void, MonoBtlsX509Lookup__ctor, (MonoBtlsX509Lookup * __this, MonoBtlsX509Store * store, MonoBtlsX509LookupType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02544D20, void *, MonoBtlsX509Lookup_GetNativeLookup, (MonoBtlsX509Lookup * __this, MethodInfo * method)); DO_APP_FUNC(0x02544DC0, void, MonoBtlsX509Lookup_LoadFile, (MonoBtlsX509Lookup * __this, String * file, MonoBtlsX509FileType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02544F80, void, MonoBtlsX509Lookup_AddDirectory, (MonoBtlsX509Lookup * __this, String * dir, MonoBtlsX509FileType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02545140, void, MonoBtlsX509Lookup_AddMono, (MonoBtlsX509Lookup * __this, MonoBtlsX509LookupMono * monoLookup, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCD48, MonoBtlsX509Lookup_AddMono__MethodInfo); DO_APP_FUNC(0x02545450, void, MonoBtlsX509Lookup_Initialize, (MonoBtlsX509Lookup * __this, MethodInfo * method)); DO_APP_FUNC(0x02545530, void, MonoBtlsX509Lookup_Shutdown, (MonoBtlsX509Lookup * __this, MethodInfo * method)); DO_APP_FUNC(0x02545610, MonoBtlsX509 *, MonoBtlsX509Lookup_LookupBySubject, (MonoBtlsX509Lookup * __this, MonoBtlsX509Name * name, MethodInfo * method)); DO_APP_FUNC(0x02545800, MonoBtlsX509 *, MonoBtlsX509Lookup_LookupByFingerPrint, (MonoBtlsX509Lookup * __this, Byte__Array * fingerprint, MethodInfo * method)); DO_APP_FUNC(0x02545B10, void, MonoBtlsX509Lookup_AddCertificate, (MonoBtlsX509Lookup * __this, MonoBtlsX509 * certificate, MethodInfo * method)); DO_APP_FUNC(0x02545C20, void, MonoBtlsX509Lookup_Close, (MonoBtlsX509Lookup * __this, MethodInfo * method)); DO_APP_FUNC(0x02529FD0, void, MonoBtlsX509Lookup_BoringX509LookupHandle__ctor, (MonoBtlsX509Lookup_BoringX509LookupHandle * __this, void * handle, MethodInfo * method)); DO_APP_FUNC(0x02545E80, bool, MonoBtlsX509Lookup_BoringX509LookupHandle_ReleaseHandle, (MonoBtlsX509Lookup_BoringX509LookupHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02545F00, MonoBtlsX509LookupMono_BoringX509LookupMonoHandle *, MonoBtlsX509LookupMono_get_Handle, (MonoBtlsX509LookupMono * __this, MethodInfo * method)); DO_APP_FUNC(0x02545F80, void *, MonoBtlsX509LookupMono_mono_btls_x509_lookup_mono_new, (MethodInfo * method)); DO_APP_FUNC(0x02545FF0, void, MonoBtlsX509LookupMono_mono_btls_x509_lookup_mono_init, (void * handle, void * instance, void * by_subject_func, MethodInfo * method)); DO_APP_FUNC(0x02546090, int32_t, MonoBtlsX509LookupMono_mono_btls_x509_lookup_mono_free, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02546110, void, MonoBtlsX509LookupMono__ctor, (MonoBtlsX509LookupMono * __this, MethodInfo * method)); DO_APP_FUNC(0x025464F0, void, MonoBtlsX509LookupMono_Install, (MonoBtlsX509LookupMono * __this, MonoBtlsX509Lookup * lookup, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCD00, MonoBtlsX509LookupMono_Install__MethodInfo); DO_APP_FUNC(0x02546590, void, MonoBtlsX509LookupMono_AddCertificate, (MonoBtlsX509LookupMono * __this, MonoBtlsX509 * certificate, MethodInfo * method)); DO_APP_FUNC(0x025466B0, int32_t, MonoBtlsX509LookupMono_OnGetBySubject, (void * instance, void * name_ptr, void * * x509_ptr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCCB8, MonoBtlsX509LookupMono_OnGetBySubject__MethodInfo); DO_APP_FUNC(0x02546AB0, void, MonoBtlsX509LookupMono_Close, (MonoBtlsX509LookupMono * __this, MethodInfo * method)); DO_APP_FUNC(0x02529FD0, void, MonoBtlsX509LookupMono_BoringX509LookupMonoHandle__ctor, (MonoBtlsX509LookupMono_BoringX509LookupMonoHandle * __this, void * handle, MethodInfo * method)); DO_APP_FUNC(0x02546C10, bool, MonoBtlsX509LookupMono_BoringX509LookupMonoHandle_ReleaseHandle, (MonoBtlsX509LookupMono_BoringX509LookupMonoHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x003F8A30, void, MonoBtlsX509LookupMono_BySubjectFunc__ctor, (MonoBtlsX509LookupMono_BySubjectFunc * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, int32_t, MonoBtlsX509LookupMono_BySubjectFunc_Invoke, (MonoBtlsX509LookupMono_BySubjectFunc * __this, void * instance, void * name, void * * x509_ptr, MethodInfo * method)); DO_APP_FUNC(0x02546C90, IAsyncResult *, MonoBtlsX509LookupMono_BySubjectFunc_BeginInvoke, (MonoBtlsX509LookupMono_BySubjectFunc * __this, void * instance, void * name, void * * x509_ptr, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, int32_t, MonoBtlsX509LookupMono_BySubjectFunc_EndInvoke, (MonoBtlsX509LookupMono_BySubjectFunc * __this, void * * x509_ptr, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02546D40, void, MonoBtlsX509LookupMonoCollection__ctor, (MonoBtlsX509LookupMonoCollection * __this, X509CertificateCollection * collection, MonoBtlsX509TrustKind__Enum trust, MethodInfo * method)); DO_APP_FUNC(0x02546DD0, void, MonoBtlsX509LookupMonoCollection_Initialize, (MonoBtlsX509LookupMonoCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02547210, MonoBtlsX509 *, MonoBtlsX509LookupMonoCollection_OnGetBySubject, (MonoBtlsX509LookupMonoCollection * __this, MonoBtlsX509Name * name, MethodInfo * method)); DO_APP_FUNC(0x025472D0, void, MonoBtlsX509LookupMonoCollection_Close, (MonoBtlsX509LookupMonoCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x025474A0, int32_t, MonoBtlsX509Name_mono_btls_x509_name_print_bio, (void * handle, void * bio, MethodInfo * method)); DO_APP_FUNC(0x02547530, int32_t, MonoBtlsX509Name_mono_btls_x509_name_print_string, (void * handle, void * buffer, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x025475D0, int32_t, MonoBtlsX509Name_mono_btls_x509_name_get_raw_data, (void * handle, void * * buffer, int32_t use_canon_enc, MethodInfo * method)); DO_APP_FUNC(0x02547670, int64_t, MonoBtlsX509Name_mono_btls_x509_name_hash, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x025476F0, int64_t, MonoBtlsX509Name_mono_btls_x509_name_hash_old, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02547770, int32_t, MonoBtlsX509Name_mono_btls_x509_name_get_entry_count, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x025477F0, MonoBtlsX509NameEntryType__Enum, MonoBtlsX509Name_mono_btls_x509_name_get_entry_type, (void * name, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02547880, int32_t, MonoBtlsX509Name_mono_btls_x509_name_get_entry_oid, (void * name, int32_t index, void * buffer, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02547920, int32_t, MonoBtlsX509Name_mono_btls_x509_name_get_entry_oid_data, (void * name, int32_t index, void * * data, MethodInfo * method)); DO_APP_FUNC(0x025479C0, int32_t, MonoBtlsX509Name_mono_btls_x509_name_get_entry_value, (void * name, int32_t index, int32_t * tag, void * * str, MethodInfo * method)); DO_APP_FUNC(0x02547A60, void *, MonoBtlsX509Name_mono_btls_x509_name_from_data, (Void * data, int32_t len, int32_t use_canon_enc, MethodInfo * method)); DO_APP_FUNC(0x02547B00, void, MonoBtlsX509Name_mono_btls_x509_name_free, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02547B80, MonoBtlsX509Name_BoringX509NameHandle *, MonoBtlsX509Name_get_Handle, (MonoBtlsX509Name * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, MonoBtlsX509Name__ctor, (MonoBtlsX509Name * __this, MonoBtlsX509Name_BoringX509NameHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02547C00, String *, MonoBtlsX509Name_GetString, (MonoBtlsX509Name * __this, MethodInfo * method)); DO_APP_FUNC(0x02547E30, void, MonoBtlsX509Name_PrintBio, (MonoBtlsX509Name * __this, MonoBtlsBio * bio, MethodInfo * method)); DO_APP_FUNC(0x02547F40, Byte__Array *, MonoBtlsX509Name_GetRawData, (MonoBtlsX509Name * __this, bool use_canon_enc, MethodInfo * method)); DO_APP_FUNC(0x025480D0, int64_t, MonoBtlsX509Name_GetHash, (MonoBtlsX509Name * __this, MethodInfo * method)); DO_APP_FUNC(0x02548170, int64_t, MonoBtlsX509Name_GetHashOld, (MonoBtlsX509Name * __this, MethodInfo * method)); DO_APP_FUNC(0x02548210, int32_t, MonoBtlsX509Name_GetEntryCount, (MonoBtlsX509Name * __this, MethodInfo * method)); DO_APP_FUNC(0x025482B0, MonoBtlsX509NameEntryType__Enum, MonoBtlsX509Name_GetEntryType, (MonoBtlsX509Name * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCC88, MonoBtlsX509Name_GetEntryType__MethodInfo); DO_APP_FUNC(0x025483B0, String *, MonoBtlsX509Name_GetEntryOid, (MonoBtlsX509Name * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCBE8, MonoBtlsX509Name_GetEntryOid__MethodInfo); DO_APP_FUNC(0x02548630, Byte__Array *, MonoBtlsX509Name_GetEntryOidData, (MonoBtlsX509Name * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x025487A0, String *, MonoBtlsX509Name_GetEntryValue, (MonoBtlsX509Name * __this, int32_t index, int32_t * tag, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCBD0, MonoBtlsX509Name_GetEntryValue__MethodInfo); DO_APP_FUNC(0x02548A00, MonoBtlsX509Name *, MonoBtlsX509Name_CreateFromData, (Byte__Array * data, bool use_canon_enc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCBD8, MonoBtlsX509Name_CreateFromData__MethodInfo); DO_APP_FUNC(0x02548C50, void, MonoBtlsX509Name_BoringX509NameHandle__ctor, (MonoBtlsX509Name_BoringX509NameHandle * __this, void * handle, bool ownsHandle, MethodInfo * method)); DO_APP_FUNC(0x02548C80, bool, MonoBtlsX509Name_BoringX509NameHandle_ReleaseHandle, (MonoBtlsX509Name_BoringX509NameHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02548D10, MonoBtlsX509Revoked_BoringX509RevokedHandle *, MonoBtlsX509Revoked_get_Handle, (MonoBtlsX509Revoked * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, MonoBtlsX509Revoked__ctor, (MonoBtlsX509Revoked * __this, MonoBtlsX509Revoked_BoringX509RevokedHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02548D90, int32_t, MonoBtlsX509Revoked_mono_btls_x509_revoked_get_serial_number, (void * handle, void * data, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02548E30, int64_t, MonoBtlsX509Revoked_mono_btls_x509_revoked_get_revocation_date, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02548EB0, int32_t, MonoBtlsX509Revoked_mono_btls_x509_revoked_get_reason, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02548F30, int32_t, MonoBtlsX509Revoked_mono_btls_x509_revoked_get_sequence, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02548FB0, void, MonoBtlsX509Revoked_mono_btls_x509_revoked_free, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02549030, Byte__Array *, MonoBtlsX509Revoked_GetSerialNumber, (MonoBtlsX509Revoked * __this, MethodInfo * method)); DO_APP_FUNC(0x02549270, DateTime, MonoBtlsX509Revoked_GetRevocationDate, (MonoBtlsX509Revoked * __this, MethodInfo * method)); DO_APP_FUNC(0x02549410, int32_t, MonoBtlsX509Revoked_GetReason, (MonoBtlsX509Revoked * __this, MethodInfo * method)); DO_APP_FUNC(0x025494B0, int32_t, MonoBtlsX509Revoked_GetSequence, (MonoBtlsX509Revoked * __this, MethodInfo * method)); DO_APP_FUNC(0x02529FD0, void, MonoBtlsX509Revoked_BoringX509RevokedHandle__ctor, (MonoBtlsX509Revoked_BoringX509RevokedHandle * __this, void * handle, MethodInfo * method)); DO_APP_FUNC(0x02549550, bool, MonoBtlsX509Revoked_BoringX509RevokedHandle_ReleaseHandle, (MonoBtlsX509Revoked_BoringX509RevokedHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02549610, void *, MonoBtlsX509Revoked_BoringX509RevokedHandle_StealHandle, (MonoBtlsX509Revoked_BoringX509RevokedHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02549660, MonoBtlsX509Store_BoringX509StoreHandle *, MonoBtlsX509Store_get_Handle, (MonoBtlsX509Store * __this, MethodInfo * method)); DO_APP_FUNC(0x025496E0, void *, MonoBtlsX509Store_mono_btls_x509_store_new, (MethodInfo * method)); DO_APP_FUNC(0x02549750, void *, MonoBtlsX509Store_mono_btls_x509_store_from_ctx, (void * ctx, MethodInfo * method)); DO_APP_FUNC(0x025497D0, void *, MonoBtlsX509Store_mono_btls_x509_store_from_ssl_ctx, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02549850, int32_t, MonoBtlsX509Store_mono_btls_x509_store_load_locations, (void * handle, void * file, void * path, MethodInfo * method)); DO_APP_FUNC(0x025498F0, int32_t, MonoBtlsX509Store_mono_btls_x509_store_set_default_paths, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02549970, int32_t, MonoBtlsX509Store_mono_btls_x509_store_add_cert, (void * handle, void * x509, MethodInfo * method)); DO_APP_FUNC(0x02549A00, int32_t, MonoBtlsX509Store_mono_btls_x509_store_get_count, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02549A80, void, MonoBtlsX509Store_mono_btls_x509_store_free, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02549B00, void, MonoBtlsX509Store_LoadLocations, (MonoBtlsX509Store * __this, String * file, String * path, MethodInfo * method)); DO_APP_FUNC(0x02549DC0, void, MonoBtlsX509Store_SetDefaultPaths, (MonoBtlsX509Store * __this, MethodInfo * method)); DO_APP_FUNC(0x02549EA0, MonoBtlsX509Store_BoringX509StoreHandle *, MonoBtlsX509Store_Create_internal, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCBB0, MonoBtlsX509Store_Create_internal__MethodInfo); DO_APP_FUNC(0x02549FF0, MonoBtlsX509Store_BoringX509StoreHandle *, MonoBtlsX509Store_Create_internal_1, (void * store_ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCBA8, MonoBtlsX509Store_Create_internal_1__MethodInfo); DO_APP_FUNC(0x0254A0F0, MonoBtlsX509Store_BoringX509StoreHandle *, MonoBtlsX509Store_Create_internal_2, (MonoBtlsSslCtx_BoringSslCtxHandle * ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCB30, MonoBtlsX509Store_Create_internal_2__MethodInfo); DO_APP_FUNC(0x0254A200, void, MonoBtlsX509Store__ctor, (MonoBtlsX509Store * __this, MethodInfo * method)); DO_APP_FUNC(0x0254A3B0, void, MonoBtlsX509Store__ctor_1, (MonoBtlsX509Store * __this, void * store_ctx, MethodInfo * method)); DO_APP_FUNC(0x0254A510, void, MonoBtlsX509Store__ctor_2, (MonoBtlsX509Store * __this, MonoBtlsSslCtx_BoringSslCtxHandle * ctx, MethodInfo * method)); DO_APP_FUNC(0x0254A680, void, MonoBtlsX509Store_AddCertificate, (MonoBtlsX509Store * __this, MonoBtlsX509 * x509, MethodInfo * method)); DO_APP_FUNC(0x0254A790, int32_t, MonoBtlsX509Store_GetCount, (MonoBtlsX509Store * __this, MethodInfo * method)); DO_APP_FUNC(0x0254A830, void, MonoBtlsX509Store_AddTrustedRoots, (MonoBtlsX509Store * __this, MethodInfo * method)); DO_APP_FUNC(0x0254A860, MonoBtlsX509Lookup *, MonoBtlsX509Store_AddLookup, (MonoBtlsX509Store * __this, MonoBtlsX509LookupType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x0254ABA0, void, MonoBtlsX509Store_AddDirectoryLookup, (MonoBtlsX509Store * __this, String * dir, MonoBtlsX509FileType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x0254ABF0, void, MonoBtlsX509Store_AddFileLookup, (MonoBtlsX509Store * __this, String * file, MonoBtlsX509FileType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x0254AC40, void, MonoBtlsX509Store_AddCollection, (MonoBtlsX509Store * __this, X509CertificateCollection * collection, MonoBtlsX509TrustKind__Enum trust, MethodInfo * method)); DO_APP_FUNC(0x0254AD60, void, MonoBtlsX509Store_Close, (MonoBtlsX509Store * __this, MethodInfo * method)); DO_APP_FUNC(0x02529FD0, void, MonoBtlsX509Store_BoringX509StoreHandle__ctor, (MonoBtlsX509Store_BoringX509StoreHandle * __this, void * handle, MethodInfo * method)); DO_APP_FUNC(0x0254B080, bool, MonoBtlsX509Store_BoringX509StoreHandle_ReleaseHandle, (MonoBtlsX509Store_BoringX509StoreHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0254B100, MonoBtlsX509StoreCtx_BoringX509StoreCtxHandle *, MonoBtlsX509StoreCtx_get_Handle, (MonoBtlsX509StoreCtx * __this, MethodInfo * method)); DO_APP_FUNC(0x0254B180, void *, MonoBtlsX509StoreCtx_mono_btls_x509_store_ctx_new, (MethodInfo * method)); DO_APP_FUNC(0x0254B1F0, void *, MonoBtlsX509StoreCtx_mono_btls_x509_store_ctx_from_ptr, (void * ctx, MethodInfo * method)); DO_APP_FUNC(0x0254B270, MonoBtlsX509Error__Enum, MonoBtlsX509StoreCtx_mono_btls_x509_store_ctx_get_error, (void * handle, void * * error_string, MethodInfo * method)); DO_APP_FUNC(0x0254B300, int32_t, MonoBtlsX509StoreCtx_mono_btls_x509_store_ctx_get_error_depth, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x0254B380, void *, MonoBtlsX509StoreCtx_mono_btls_x509_store_ctx_get_chain, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x0254B400, int32_t, MonoBtlsX509StoreCtx_mono_btls_x509_store_ctx_init, (void * handle, void * store, void * chain, MethodInfo * method)); DO_APP_FUNC(0x0254B4A0, int32_t, MonoBtlsX509StoreCtx_mono_btls_x509_store_ctx_set_param, (void * handle, void * param, MethodInfo * method)); DO_APP_FUNC(0x0254B530, int32_t, MonoBtlsX509StoreCtx_mono_btls_x509_store_ctx_verify_cert, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x0254B5B0, void *, MonoBtlsX509StoreCtx_mono_btls_x509_store_ctx_get_by_subject, (void * handle, void * name, MethodInfo * method)); DO_APP_FUNC(0x0254B640, void *, MonoBtlsX509StoreCtx_mono_btls_x509_store_ctx_get_current_cert, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x0254B6C0, void *, MonoBtlsX509StoreCtx_mono_btls_x509_store_ctx_get_current_issuer, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x0254B740, void *, MonoBtlsX509StoreCtx_mono_btls_x509_store_ctx_get_verify_param, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x0254B7C0, void *, MonoBtlsX509StoreCtx_mono_btls_x509_store_ctx_get_untrusted, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x0254B840, void *, MonoBtlsX509StoreCtx_mono_btls_x509_store_ctx_up_ref, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x0254B8C0, void, MonoBtlsX509StoreCtx_mono_btls_x509_store_ctx_free, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x0254B940, void, MonoBtlsX509StoreCtx__ctor, (MonoBtlsX509StoreCtx * __this, MethodInfo * method)); DO_APP_FUNC(0x0254BA90, MonoBtlsX509StoreCtx_BoringX509StoreCtxHandle *, MonoBtlsX509StoreCtx_Create_internal, (void * store_ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCAF0, MonoBtlsX509StoreCtx_Create_internal__MethodInfo); DO_APP_FUNC(0x0254BC00, void, MonoBtlsX509StoreCtx__ctor_1, (MonoBtlsX509StoreCtx * __this, int32_t preverify_ok, void * store_ctx, MethodInfo * method)); DO_APP_FUNC(0x0254BE10, void, MonoBtlsX509StoreCtx__ctor_2, (MonoBtlsX509StoreCtx * __this, MonoBtlsX509StoreCtx_BoringX509StoreCtxHandle * ptr, Nullable_1_Int32_ verifyResult, MethodInfo * method)); DO_APP_FUNC(0x0254BE70, MonoBtlsX509Error__Enum, MonoBtlsX509StoreCtx_GetError, (MonoBtlsX509StoreCtx * __this, MethodInfo * method)); DO_APP_FUNC(0x0254BF20, int32_t, MonoBtlsX509StoreCtx_GetErrorDepth, (MonoBtlsX509StoreCtx * __this, MethodInfo * method)); DO_APP_FUNC(0x0254BFC0, MonoBtlsX509Exception *, MonoBtlsX509StoreCtx_GetException, (MonoBtlsX509StoreCtx * __this, MethodInfo * method)); DO_APP_FUNC(0x0254C180, MonoBtlsX509Chain *, MonoBtlsX509StoreCtx_GetChain, (MonoBtlsX509StoreCtx * __this, MethodInfo * method)); DO_APP_FUNC(0x0254C350, MonoBtlsX509Chain *, MonoBtlsX509StoreCtx_GetUntrusted, (MonoBtlsX509StoreCtx * __this, MethodInfo * method)); DO_APP_FUNC(0x0254C520, void, MonoBtlsX509StoreCtx_Initialize, (MonoBtlsX509StoreCtx * __this, MonoBtlsX509Store * store, MonoBtlsX509Chain * chain, MethodInfo * method)); DO_APP_FUNC(0x0254C660, void, MonoBtlsX509StoreCtx_SetVerifyParam, (MonoBtlsX509StoreCtx * __this, MonoBtlsX509VerifyParam * param, MethodInfo * method)); DO_APP_FUNC(0x0254C770, int32_t, MonoBtlsX509StoreCtx_get_VerifyResult, (MonoBtlsX509StoreCtx * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCAD0, MonoBtlsX509StoreCtx_get_VerifyResult__MethodInfo); DO_APP_FUNC(0x0254C800, int32_t, MonoBtlsX509StoreCtx_Verify, (MonoBtlsX509StoreCtx * __this, MethodInfo * method)); DO_APP_FUNC(0x0254C900, MonoBtlsX509 *, MonoBtlsX509StoreCtx_LookupBySubject, (MonoBtlsX509StoreCtx * __this, MonoBtlsX509Name * name, MethodInfo * method)); DO_APP_FUNC(0x0254CAF0, MonoBtlsX509 *, MonoBtlsX509StoreCtx_GetCurrentCertificate, (MonoBtlsX509StoreCtx * __this, MethodInfo * method)); DO_APP_FUNC(0x0254CCB0, MonoBtlsX509 *, MonoBtlsX509StoreCtx_GetCurrentIssuer, (MonoBtlsX509StoreCtx * __this, MethodInfo * method)); DO_APP_FUNC(0x0254CE70, MonoBtlsX509VerifyParam *, MonoBtlsX509StoreCtx_GetVerifyParam, (MonoBtlsX509StoreCtx * __this, MethodInfo * method)); DO_APP_FUNC(0x0254D030, MonoBtlsX509StoreCtx *, MonoBtlsX509StoreCtx_Copy, (MonoBtlsX509StoreCtx * __this, MethodInfo * method)); DO_APP_FUNC(0x02548C50, void, MonoBtlsX509StoreCtx_BoringX509StoreCtxHandle__ctor, (MonoBtlsX509StoreCtx_BoringX509StoreCtxHandle * __this, void * handle, bool ownsHandle, MethodInfo * method)); DO_APP_FUNC(0x0254D210, bool, MonoBtlsX509StoreCtx_BoringX509StoreCtxHandle_ReleaseHandle, (MonoBtlsX509StoreCtx_BoringX509StoreCtxHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0254D2A0, void, MonoBtlsX509StoreManager_Initialize, (MethodInfo * method)); DO_APP_FUNC(0x0254D3A0, void, MonoBtlsX509StoreManager_DoInitialize, (MethodInfo * method)); DO_APP_FUNC(0x0254DAA0, bool, MonoBtlsX509StoreManager_HasStore, (MonoBtlsX509StoreType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x0254DAD0, String *, MonoBtlsX509StoreManager_GetStorePath, (MonoBtlsX509StoreType__Enum type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC9E8, MonoBtlsX509StoreManager_GetStorePath__MethodInfo); DO_APP_FUNC(0x0254DC10, MonoBtlsX509VerifyParam_BoringX509VerifyParamHandle *, MonoBtlsX509VerifyParam_get_Handle, (MonoBtlsX509VerifyParam * __this, MethodInfo * method)); DO_APP_FUNC(0x0254DC90, void *, MonoBtlsX509VerifyParam_mono_btls_x509_verify_param_new, (MethodInfo * method)); DO_APP_FUNC(0x0254DD00, void *, MonoBtlsX509VerifyParam_mono_btls_x509_verify_param_copy, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x0254DD80, void *, MonoBtlsX509VerifyParam_mono_btls_x509_verify_param_lookup, (void * name, MethodInfo * method)); DO_APP_FUNC(0x0254DE00, int32_t, MonoBtlsX509VerifyParam_mono_btls_x509_verify_param_can_modify, (void * param, MethodInfo * method)); DO_APP_FUNC(0x0254DE80, int32_t, MonoBtlsX509VerifyParam_mono_btls_x509_verify_param_set_name, (void * handle, void * name, MethodInfo * method)); DO_APP_FUNC(0x0254DF10, int32_t, MonoBtlsX509VerifyParam_mono_btls_x509_verify_param_set_host, (void * handle, void * name, int32_t namelen, MethodInfo * method)); DO_APP_FUNC(0x0254DFB0, int32_t, MonoBtlsX509VerifyParam_mono_btls_x509_verify_param_add_host, (void * handle, void * name, int32_t namelen, MethodInfo * method)); DO_APP_FUNC(0x0254E050, uint64_t, MonoBtlsX509VerifyParam_mono_btls_x509_verify_param_get_flags, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x0254E0D0, int32_t, MonoBtlsX509VerifyParam_mono_btls_x509_verify_param_set_flags, (void * handle, uint64_t flags, MethodInfo * method)); DO_APP_FUNC(0x0254E160, MonoBtlsX509VerifyFlags__Enum, MonoBtlsX509VerifyParam_mono_btls_x509_verify_param_get_mono_flags, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x0254E1E0, int32_t, MonoBtlsX509VerifyParam_mono_btls_x509_verify_param_set_mono_flags, (void * handle, MonoBtlsX509VerifyFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x0254E270, int32_t, MonoBtlsX509VerifyParam_mono_btls_x509_verify_param_set_purpose, (void * handle, MonoBtlsX509Purpose__Enum purpose, MethodInfo * method)); DO_APP_FUNC(0x0254E300, int32_t, MonoBtlsX509VerifyParam_mono_btls_x509_verify_param_get_depth, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x0254E380, int32_t, MonoBtlsX509VerifyParam_mono_btls_x509_verify_param_set_depth, (void * handle, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x0254E410, int32_t, MonoBtlsX509VerifyParam_mono_btls_x509_verify_param_set_time, (void * handle, int64_t time, MethodInfo * method)); DO_APP_FUNC(0x0254E4A0, void *, MonoBtlsX509VerifyParam_mono_btls_x509_verify_param_get_peername, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x0254E520, void, MonoBtlsX509VerifyParam_mono_btls_x509_verify_param_free, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x0254E5A0, void, MonoBtlsX509VerifyParam__ctor, (MonoBtlsX509VerifyParam * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, MonoBtlsX509VerifyParam__ctor_1, (MonoBtlsX509VerifyParam * __this, MonoBtlsX509VerifyParam_BoringX509VerifyParamHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x0254E6E0, MonoBtlsX509VerifyParam *, MonoBtlsX509VerifyParam_Copy, (MonoBtlsX509VerifyParam * __this, MethodInfo * method)); DO_APP_FUNC(0x0254E8B0, MonoBtlsX509VerifyParam *, MonoBtlsX509VerifyParam_GetSslClient, (MethodInfo * method)); DO_APP_FUNC(0x0254E8F0, MonoBtlsX509VerifyParam *, MonoBtlsX509VerifyParam_GetSslServer, (MethodInfo * method)); DO_APP_FUNC(0x0254E930, MonoBtlsX509VerifyParam *, MonoBtlsX509VerifyParam_Lookup, (String * name, bool fail, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC9A8, MonoBtlsX509VerifyParam_Lookup__MethodInfo); DO_APP_FUNC(0x0254EC50, bool, MonoBtlsX509VerifyParam_get_CanModify, (MonoBtlsX509VerifyParam * __this, MethodInfo * method)); DO_APP_FUNC(0x0254ECF0, void, MonoBtlsX509VerifyParam_WantToModify, (MonoBtlsX509VerifyParam * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC9C0, MonoBtlsX509VerifyParam_WantToModify__MethodInfo); DO_APP_FUNC(0x0254EDE0, void, MonoBtlsX509VerifyParam_SetName, (MonoBtlsX509VerifyParam * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0254EF90, void, MonoBtlsX509VerifyParam_SetHost, (MonoBtlsX509VerifyParam * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0254F160, void, MonoBtlsX509VerifyParam_AddHost, (MonoBtlsX509VerifyParam * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0254F330, uint64_t, MonoBtlsX509VerifyParam_GetFlags, (MonoBtlsX509VerifyParam * __this, MethodInfo * method)); DO_APP_FUNC(0x0254F3D0, void, MonoBtlsX509VerifyParam_SetFlags, (MonoBtlsX509VerifyParam * __this, uint64_t flags, MethodInfo * method)); DO_APP_FUNC(0x0254F4C0, MonoBtlsX509VerifyFlags__Enum, MonoBtlsX509VerifyParam_GetMonoFlags, (MonoBtlsX509VerifyParam * __this, MethodInfo * method)); DO_APP_FUNC(0x0254F560, void, MonoBtlsX509VerifyParam_SetMonoFlags, (MonoBtlsX509VerifyParam * __this, MonoBtlsX509VerifyFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x0254F650, void, MonoBtlsX509VerifyParam_SetPurpose, (MonoBtlsX509VerifyParam * __this, MonoBtlsX509Purpose__Enum purpose, MethodInfo * method)); DO_APP_FUNC(0x0254F740, int32_t, MonoBtlsX509VerifyParam_GetDepth, (MonoBtlsX509VerifyParam * __this, MethodInfo * method)); DO_APP_FUNC(0x0254F7E0, void, MonoBtlsX509VerifyParam_SetDepth, (MonoBtlsX509VerifyParam * __this, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x0254F8D0, void, MonoBtlsX509VerifyParam_SetTime, (MonoBtlsX509VerifyParam * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x0254FAC0, String *, MonoBtlsX509VerifyParam_GetPeerName, (MonoBtlsX509VerifyParam * __this, MethodInfo * method)); DO_APP_FUNC(0x02529FD0, void, MonoBtlsX509VerifyParam_BoringX509VerifyParamHandle__ctor, (MonoBtlsX509VerifyParam_BoringX509VerifyParamHandle * __this, void * handle, MethodInfo * method)); DO_APP_FUNC(0x0254FBF0, bool, MonoBtlsX509VerifyParam_BoringX509VerifyParamHandle_ReleaseHandle, (MonoBtlsX509VerifyParam_BoringX509VerifyParamHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, X509CertificateImplBtls__ctor, (X509CertificateImplBtls * __this, MethodInfo * method)); DO_APP_FUNC(0x0254FC70, void, X509CertificateImplBtls__ctor_1, (X509CertificateImplBtls * __this, MonoBtlsX509 * x509, MethodInfo * method)); DO_APP_FUNC(0x0254FCF0, void, X509CertificateImplBtls__ctor_2, (X509CertificateImplBtls * __this, X509CertificateImplBtls * other, MethodInfo * method)); DO_APP_FUNC(0x02550050, void, X509CertificateImplBtls__ctor_3, (X509CertificateImplBtls * __this, Byte__Array * data, MonoBtlsX509Format__Enum format, MethodInfo * method)); DO_APP_FUNC(0x025500C0, void, X509CertificateImplBtls__ctor_4, (X509CertificateImplBtls * __this, Byte__Array * data, SafePasswordHandle * password, X509KeyStorageFlags__Enum keyStorageFlags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC958, X509CertificateImplBtls__ctor_4__MethodInfo); DO_APP_FUNC(0x02550270, bool, X509CertificateImplBtls_get_IsValid, (X509CertificateImplBtls * __this, MethodInfo * method)); DO_APP_FUNC(0x025502C0, void *, X509CertificateImplBtls_get_Handle, (X509CertificateImplBtls * __this, MethodInfo * method)); DO_APP_FUNC(0x025502F0, void *, X509CertificateImplBtls_GetNativeAppleCertificate, (X509CertificateImplBtls * __this, MethodInfo * method)); DO_APP_FUNC(0x02550330, MonoBtlsX509 *, X509CertificateImplBtls_get_X509, (X509CertificateImplBtls * __this, MethodInfo * method)); DO_APP_FUNC(0x02550380, MonoBtlsKey *, X509CertificateImplBtls_get_NativePrivateKey, (X509CertificateImplBtls * __this, MethodInfo * method)); DO_APP_FUNC(0x025503D0, X509CertificateImpl *, X509CertificateImplBtls_Clone, (X509CertificateImplBtls * __this, MethodInfo * method)); DO_APP_FUNC(0x02550480, bool, X509CertificateImplBtls_Equals, (X509CertificateImplBtls * __this, X509CertificateImpl * other, bool * result, MethodInfo * method)); DO_APP_FUNC(0x025505B0, Byte__Array *, X509CertificateImplBtls_GetRawCertData, (X509CertificateImplBtls * __this, MethodInfo * method)); DO_APP_FUNC(0x0070EC40, X509CertificateImplCollection *, X509CertificateImplBtls_get_IntermediateCertificates, (X509CertificateImplBtls * __this, MethodInfo * method)); DO_APP_FUNC(0x02550660, void, X509CertificateImplBtls_Dispose, (X509CertificateImplBtls * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02550740, X509Certificate2Impl *, X509CertificateImplBtls_get_FallbackImpl, (X509CertificateImplBtls * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC888, X509CertificateImplBtls_get_FallbackImpl__MethodInfo); DO_APP_FUNC(0x02394A00, bool, X509CertificateImplBtls_get_HasPrivateKey, (X509CertificateImplBtls * __this, MethodInfo * method)); DO_APP_FUNC(0x02550790, AsymmetricAlgorithm *, X509CertificateImplBtls_get_PrivateKey, (X509CertificateImplBtls * __this, MethodInfo * method)); DO_APP_FUNC(0x025507D0, void, X509CertificateImplBtls_set_PrivateKey, (X509CertificateImplBtls * __this, AsymmetricAlgorithm * value, MethodInfo * method)); DO_APP_FUNC(0x02550790, RSA *, X509CertificateImplBtls_GetRSAPrivateKey, (X509CertificateImplBtls * __this, MethodInfo * method)); DO_APP_FUNC(0x02550940, DSA *, X509CertificateImplBtls_GetDSAPrivateKey, (X509CertificateImplBtls * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC8A0, X509CertificateImplBtls_GetDSAPrivateKey__MethodInfo); DO_APP_FUNC(0x02550990, PublicKey *, X509CertificateImplBtls_get_PublicKey, (X509CertificateImplBtls * __this, MethodInfo * method)); DO_APP_FUNC(0x02550B90, void, X509CertificateImplBtls_Import, (X509CertificateImplBtls * __this, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x02550C50, void, X509CertificateImplBtls_ImportPkcs12, (X509CertificateImplBtls * __this, Byte__Array * data, SafePasswordHandle * password, MethodInfo * method)); DO_APP_FUNC(0x02551460, void, X509CertificateImplBtls_ImportAuthenticode, (X509CertificateImplBtls * __this, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x02551510, bool, X509CertificateImplBtls_Verify, (X509CertificateImplBtls * __this, X509Certificate2 * thisCertificate, MethodInfo * method)); DO_APP_FUNC(0x025517E0, void, X509CertificateImplBtls_Reset, (X509CertificateImplBtls * __this, MethodInfo * method)); DO_APP_FUNC(0x02551A50, void, X509ChainImplBtls__ctor, (X509ChainImplBtls * __this, MonoBtlsX509Chain * chain, MethodInfo * method)); DO_APP_FUNC(0x02551D20, void, X509ChainImplBtls__ctor_1, (X509ChainImplBtls * __this, MonoBtlsX509StoreCtx * storeCtx, MethodInfo * method)); DO_APP_FUNC(0x02552700, void, X509ChainImplBtls__ctor_2, (X509ChainImplBtls * __this, MethodInfo * method)); DO_APP_FUNC(0x025528C0, bool, X509ChainImplBtls_get_IsValid, (X509ChainImplBtls * __this, MethodInfo * method)); DO_APP_FUNC(0x02552900, void *, X509ChainImplBtls_get_Handle, (X509ChainImplBtls * __this, MethodInfo * method)); DO_APP_FUNC(0x02552930, MonoBtlsX509Chain *, X509ChainImplBtls_get_Chain, (X509ChainImplBtls * __this, MethodInfo * method)); DO_APP_FUNC(0x02552980, MonoBtlsX509StoreCtx *, X509ChainImplBtls_get_StoreCtx, (X509ChainImplBtls * __this, MethodInfo * method)); DO_APP_FUNC(0x025529D0, X509ChainElementCollection *, X509ChainImplBtls_get_ChainElements, (X509ChainImplBtls * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, X509ChainPolicy *, X509ChainImplBtls_get_ChainPolicy, (X509ChainImplBtls * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, X509ChainImplBtls_set_ChainPolicy, (X509ChainImplBtls * __this, X509ChainPolicy * value, MethodInfo * method)); DO_APP_FUNC(0x02552DC0, X509ChainStatus__Array *, X509ChainImplBtls_get_ChainStatus, (X509ChainImplBtls * __this, MethodInfo * method)); DO_APP_FUNC(0x02552E30, void, X509ChainImplBtls_AddStatus, (X509ChainImplBtls * __this, X509ChainStatusFlags__Enum errorCode, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, X509ChainImplBtls_Build, (X509ChainImplBtls * __this, X509Certificate2 * certificate, MethodInfo * method)); DO_APP_FUNC(0x02552FD0, void, X509ChainImplBtls_Reset, (X509ChainImplBtls * __this, MethodInfo * method)); DO_APP_FUNC(0x02553130, void, X509ChainImplBtls_Dispose, (X509ChainImplBtls * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02553420, void, X509PalImplBtls__ctor, (X509PalImplBtls * __this, MonoTlsProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, MonoBtlsProvider *, X509PalImplBtls_get_Provider, (X509PalImplBtls * __this, MethodInfo * method)); DO_APP_FUNC(0x02553540, X509CertificateImpl *, X509PalImplBtls_Import, (X509PalImplBtls * __this, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x02553570, X509Certificate2Impl *, X509PalImplBtls_Import_1, (X509PalImplBtls * __this, Byte__Array * data, SafePasswordHandle * password, X509KeyStorageFlags__Enum keyStorageFlags, MethodInfo * method)); DO_APP_FUNC(0x025535A0, X509Certificate2Impl *, X509PalImplBtls_Import_2, (X509PalImplBtls * __this, X509Certificate * cert, MethodInfo * method)); DO_APP_FUNC(0x025536E0, void *, NativeObjectHelper_GetHandle, (INativeObject * self, MethodInfo * method)); DO_APP_FUNC(0x02553750, bool, NativeMethods_DuplicateHandle, (HandleRef hSourceProcessHandle, SafeHandle * hSourceHandle, HandleRef hTargetProcess, SafeWaitHandle * * targetHandle, int32_t dwDesiredAccess, bool bInheritHandle, int32_t dwOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC820, NativeMethods_DuplicateHandle__MethodInfo); DO_APP_FUNC(0x02553A10, bool, NativeMethods_DuplicateHandle_1, (HandleRef hSourceProcessHandle, HandleRef hSourceHandle, HandleRef hTargetProcess, SafeProcessHandle * * targetHandle, int32_t dwDesiredAccess, bool bInheritHandle, int32_t dwOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC858, NativeMethods_DuplicateHandle_1__MethodInfo); DO_APP_FUNC(0x02553BF0, void *, NativeMethods_GetCurrentProcess, (MethodInfo * method)); DO_APP_FUNC(0x02553CC0, bool, NativeMethods_GetExitCodeProcess, (void * processHandle, int32_t * exitCode, MethodInfo * method)); DO_APP_FUNC(0x02553D90, bool, NativeMethods_GetExitCodeProcess_1, (SafeProcessHandle * processHandle, int32_t * exitCode, MethodInfo * method)); DO_APP_FUNC(0x02553F50, bool, NativeMethods_TerminateProcess, (void * processHandle, int32_t exitCode, MethodInfo * method)); DO_APP_FUNC(0x02553F60, bool, NativeMethods_TerminateProcess_1, (SafeProcessHandle * processHandle, int32_t exitCode, MethodInfo * method)); DO_APP_FUNC(0x02554020, int32_t, NativeMethods_WaitForInputIdle, (void * handle, int32_t milliseconds, MethodInfo * method)); DO_APP_FUNC(0x02554030, int32_t, NativeMethods_WaitForInputIdle_1, (SafeProcessHandle * handle, int32_t milliseconds, MethodInfo * method)); DO_APP_FUNC(0x025540F0, bool, NativeMethods_GetProcessWorkingSetSize, (void * handle, void * * min, void * * max, MethodInfo * method)); DO_APP_FUNC(0x02554100, bool, NativeMethods_GetProcessWorkingSetSize_1, (SafeProcessHandle * handle, void * * min, void * * max, MethodInfo * method)); DO_APP_FUNC(0x025541D0, bool, NativeMethods_SetProcessWorkingSetSize, (void * handle, void * min, void * max, MethodInfo * method)); DO_APP_FUNC(0x025541E0, bool, NativeMethods_SetProcessWorkingSetSize_1, (SafeProcessHandle * handle, void * min, void * max, MethodInfo * method)); DO_APP_FUNC(0x025542B0, bool, NativeMethods_GetProcessTimes, (void * handle, int64_t * creation, int64_t * exit, int64_t * kernel, int64_t * user, MethodInfo * method)); DO_APP_FUNC(0x025542D0, bool, NativeMethods_GetProcessTimes_1, (SafeProcessHandle * handle, int64_t * creation, int64_t * exit, int64_t * kernel, int64_t * user, MethodInfo * method)); DO_APP_FUNC(0x025543D0, int32_t, NativeMethods_GetCurrentProcessId, (MethodInfo * method)); DO_APP_FUNC(0x025543E0, int32_t, NativeMethods_GetPriorityClass, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x025543F0, int32_t, NativeMethods_GetPriorityClass_1, (SafeProcessHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x025544A0, bool, NativeMethods_SetPriorityClass, (void * handle, int32_t priorityClass, MethodInfo * method)); DO_APP_FUNC(0x025544B0, bool, NativeMethods_SetPriorityClass_1, (SafeProcessHandle * handle, int32_t priorityClass, MethodInfo * method)); DO_APP_FUNC(0x02554570, bool, NativeMethods_CloseProcess, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x0199A320, void, SafeProcessHandle__ctor, (SafeProcessHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0276AEC0, void, SafeProcessHandle__ctor_1, (SafeProcessHandle * __this, void * handle, MethodInfo * method)); DO_APP_FUNC(0x0199A450, void, SafeProcessHandle__ctor_2, (SafeProcessHandle * __this, void * existingHandle, bool ownsHandle, MethodInfo * method)); DO_APP_FUNC(0x01262980, void, SafeProcessHandle_InitialSetHandle, (SafeProcessHandle * __this, void * h, MethodInfo * method)); DO_APP_FUNC(0x0276AF30, bool, SafeProcessHandle_ReleaseHandle, (SafeProcessHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0276AF50, void, SafeProcessHandle__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0276B090, void, SafeX509ChainHandle__ctor, (SafeX509ChainHandle * __this, void * handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4240, SafeX509ChainHandle__ctor__MethodInfo); DO_APP_FUNC(0x0276B0F0, bool, SafeX509ChainHandle_ReleaseHandle, (SafeX509ChainHandle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4310, SafeX509ChainHandle_ReleaseHandle__MethodInfo); DO_APP_FUNC(0x0276B140, void, SafeX509ChainHandle__ctor_1, (SafeX509ChainHandle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4300, SafeX509ChainHandle__ctor_1__MethodInfo); DO_APP_FUNC(0x0276B170, String *, OidLookup_ToFriendlyName, (String * oid, OidGroup__Enum oidGroup, bool fallBackToAllGroups, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB42C0, OidLookup_ToFriendlyName__MethodInfo); DO_APP_FUNC(0x0276B470, String *, OidLookup_ToOid, (String * friendlyName, OidGroup__Enum oidGroup, bool fallBackToAllGroups, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB42F0, OidLookup_ToOid__MethodInfo); DO_APP_FUNC(0x00418D30, bool, OidLookup_ShouldUseCache, (OidGroup__Enum oidGroup, MethodInfo * method)); DO_APP_FUNC(0x0276B730, String *, OidLookup_NativeOidToFriendlyName, (String * oid, OidGroup__Enum oidGroup, bool fallBackToAllGroups, MethodInfo * method)); DO_APP_FUNC(0x0276BCD0, String *, OidLookup_NativeFriendlyNameToOid, (String * friendlyName, OidGroup__Enum oidGroup, bool fallBackToAllGroups, MethodInfo * method)); DO_APP_FUNC(0x0276C270, void, OidLookup__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0276ED20, void, OidLookup_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OidLookup_c__ctor, (OidLookup_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0276EDD0, String *, OidLookup_c___cctor_b__10_0, (OidLookup_c * __this, KeyValuePair_2_System_String_System_String_ kvp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB41F0, OidLookup_c___cctor_b__10_0__MethodInfo); DO_APP_FUNC(0x0276EE10, String *, OidLookup_c___cctor_b__10_1, (OidLookup_c * __this, KeyValuePair_2_System_String_System_String_ kvp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB41F8, OidLookup_c___cctor_b__10_1__MethodInfo); DO_APP_FUNC(0x0276EE50, void, CertificateData__ctor, (CertificateData * __this, Byte__Array * rawData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB39A8, CertificateData__ctor__MethodInfo); DO_APP_FUNC(0x0276FA30, String *, CertificateData_GetNameInfo, (CertificateData * __this, X509NameType__Enum nameType, bool forIssuer, MethodInfo * method)); DO_APP_FUNC(0x0276FFF0, String *, CertificateData_GetSimpleNameInfo, (X500DistinguishedName * name, MethodInfo * method)); DO_APP_FUNC(0x02770450, String *, CertificateData_FindAltNameMatch, (Byte__Array * extensionBytes, GeneralNameType__Enum matchType, String * otherOid, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB39C8, CertificateData_FindAltNameMatch__MethodInfo); DO_APP_FUNC(0x02770650, IEnumerable_1_KeyValuePair_2_System_String_System_String_ *, CertificateData_ReadReverseRdns, (X500DistinguishedName * name, MethodInfo * method)); DO_APP_FUNC(0x0097ED80, void, CertificateData_ReadReverseRdns_d_21__ctor, (CertificateData_ReadReverseRdns_d_21 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CertificateData_ReadReverseRdns_d_21_System_IDisposable_Dispose, (CertificateData_ReadReverseRdns_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x02770710, bool, CertificateData_ReadReverseRdns_d_21_MoveNext, (CertificateData_ReadReverseRdns_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, KeyValuePair_2_System_String_System_String_, CertificateData_ReadReverseRdns_d_21_System_Collections_Generic_IEnumerator_System_Collections_Generic_KeyValuePair_System_String_System_String___get_Current, (CertificateData_ReadReverseRdns_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x02770AE0, void, CertificateData_ReadReverseRdns_d_21_System_Collections_IEnumerator_Reset, (CertificateData_ReadReverseRdns_d_21 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3970, CertificateData_ReadReverseRdns_d_21_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02770B30, Object *, CertificateData_ReadReverseRdns_d_21_System_Collections_IEnumerator_get_Current, (CertificateData_ReadReverseRdns_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x02770B80, IEnumerator_1_KeyValuePair_2_System_String_System_String_ *, CertificateData_ReadReverseRdns_d_21_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_System_String___GetEnumerator, (CertificateData_ReadReverseRdns_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x02770B80, IEnumerator *, CertificateData_ReadReverseRdns_d_21_System_Collections_IEnumerable_GetEnumerator, (CertificateData_ReadReverseRdns_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x02770C70, int32_t, IPv4AddressHelper_ParseHostNumber, (ReadOnlySpan_1_Char_ str, int32_t start, int32_t end, MethodInfo * method)); DO_APP_FUNC(0x02770D40, bool, IPv4AddressHelper_IsValid, (uint16_t * name, int32_t start, int32_t * end, bool allowIPv6, bool notImplicitFile, bool unknownScheme, MethodInfo * method)); DO_APP_FUNC(0x02770ED0, bool, IPv4AddressHelper_ParseCanonical, (ReadOnlySpan_1_Char_ name, uint8_t * numbers, int32_t start, int32_t end, MethodInfo * method)); DO_APP_FUNC(0x02770F60, bool, IPv4AddressHelper_IsValidCanonical, (uint16_t * name, int32_t start, int32_t * end, bool allowIPv6, bool notImplicitFile, MethodInfo * method)); DO_APP_FUNC(0x027710B0, int64_t, IPv4AddressHelper_ParseNonCanonical, (uint16_t * name, int32_t start, int32_t * end, bool notImplicitFile, MethodInfo * method)); DO_APP_FUNC(0x02771350, String *, IPv4AddressHelper_ParseCanonicalName, (String * str, int32_t start, int32_t end, bool * isLoopback, MethodInfo * method)); DO_APP_FUNC(0x027716C0, bool, IPv4AddressHelper_Parse, (String * name, uint8_t * numbers, int32_t start, int32_t end, MethodInfo * method)); DO_APP_FUNC(0x02771730, ValueTuple_2_Int32_Int32_, IPv6AddressHelper_FindCompressionRange, (ReadOnlySpan_1_UInt16_ numbers, MethodInfo * method)); DO_APP_FUNC(0x02771800, bool, IPv6AddressHelper_ShouldHaveIpv4Embedded, (ReadOnlySpan_1_UInt16_ numbers, MethodInfo * method)); DO_APP_FUNC(0x027718E0, bool, IPv6AddressHelper_IsValidStrict, (uint16_t * name, int32_t start, int32_t * end, MethodInfo * method)); DO_APP_FUNC(0x02771CF0, void, IPv6AddressHelper_Parse, (ReadOnlySpan_1_Char_ address, uint16_t * numbers, int32_t start, String * * scopeId, MethodInfo * method)); DO_APP_FUNC(0x02772150, String *, IPv6AddressHelper_ParseCanonicalName, (String * str, int32_t start, bool * isLoopback, String * * scopeId, MethodInfo * method)); DO_APP_FUNC(0x02772A70, bool, IPv6AddressHelper_IsLoopback, (ReadOnlySpan_1_UInt16_ numbers, MethodInfo * method)); DO_APP_FUNC(0x02772B40, bool, IPv6AddressHelper_ShouldHaveIpv4Embedded_1, (uint16_t * numbers, MethodInfo * method)); DO_APP_FUNC(0x02772BA0, bool, IPv6AddressHelper_InternalIsValid, (uint16_t * name, int32_t start, int32_t * end, bool validateStrictAddress, MethodInfo * method)); DO_APP_FUNC(0x02772E80, bool, IPv6AddressHelper_IsValid, (uint16_t * name, int32_t start, int32_t * end, MethodInfo * method)); DO_APP_FUNC(0x02772EA0, Exception *, NotImplemented_1_get_ByDesign, (MethodInfo * method)); DO_APP_FUNC(0x02772F30, Exception *, NotImplemented_1_ByDesignWithMessage, (String * message, MethodInfo * method)); DO_APP_FUNC(0x02772FA0, Exception *, NotImplemented_1_ActiveIssue, (String * issue, MethodInfo * method)); DO_APP_FUNC(0x02773030, void, PasteArguments_AppendArgument, (StringBuilder * stringBuilder, String * argument, MethodInfo * method)); DO_APP_FUNC(0x027732E0, bool, PasteArguments_ContainsNoWhitespaceOrQuotes, (String * s, MethodInfo * method)); DO_APP_FUNC(0x027733A0, String *, StringExtensions_SubstringTrim, (String * value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x027733D0, String *, StringExtensions_SubstringTrim_1, (String * value, int32_t startIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02773590, void, UriBuilder__ctor, (UriBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02773920, void, UriBuilder__ctor_1, (UriBuilder * __this, String * uri, MethodInfo * method)); DO_APP_FUNC(0x02773E30, void, UriBuilder__ctor_2, (UriBuilder * __this, Uri * uri, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB38E8, UriBuilder__ctor_2__MethodInfo); DO_APP_FUNC(0x02774230, void, UriBuilder_Init, (UriBuilder * __this, Uri * uri, MethodInfo * method)); DO_APP_FUNC(0x02774690, void, UriBuilder__ctor_3, (UriBuilder * __this, String * schemeName, String * hostName, MethodInfo * method)); DO_APP_FUNC(0x02774C20, void, UriBuilder__ctor_4, (UriBuilder * __this, String * scheme, String * host, int32_t portNumber, MethodInfo * method)); DO_APP_FUNC(0x02774C50, void, UriBuilder__ctor_5, (UriBuilder * __this, String * scheme, String * host, int32_t port, String * pathValue, MethodInfo * method)); DO_APP_FUNC(0x02774C90, void, UriBuilder__ctor_6, (UriBuilder * __this, String * scheme, String * host, int32_t port, String * path, String * extraValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3838, UriBuilder__ctor_6__MethodInfo); DO_APP_FUNC(0x02774DA0, void, UriBuilder_set_Extra, (UriBuilder * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3830, UriBuilder_set_Extra__MethodInfo); DO_APP_FUNC(0x003B93D0, String *, UriBuilder_get_Fragment, (UriBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02774F60, void, UriBuilder_set_Fragment, (UriBuilder * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, UriBuilder_get_Host, (UriBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02775050, void, UriBuilder_set_Host, (UriBuilder * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, UriBuilder_get_Password, (UriBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x027751E0, void, UriBuilder_set_Password, (UriBuilder * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, UriBuilder_get_Path, (UriBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02775280, void, UriBuilder_set_Path, (UriBuilder * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, UriBuilder_get_Port, (UriBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02775440, void, UriBuilder_set_Port, (UriBuilder * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3828, UriBuilder_set_Port__MethodInfo); DO_APP_FUNC(0x003C5390, String *, UriBuilder_get_Query, (UriBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x027754C0, void, UriBuilder_set_Query, (UriBuilder * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, String *, UriBuilder_get_Scheme, (UriBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x027755B0, void, UriBuilder_set_Scheme, (UriBuilder * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3880, UriBuilder_set_Scheme__MethodInfo); DO_APP_FUNC(0x02775750, Uri *, UriBuilder_get_Uri, (UriBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, String *, UriBuilder_get_UserName, (UriBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x027758B0, void, UriBuilder_set_UserName, (UriBuilder * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02775950, bool, UriBuilder_Equals, (UriBuilder * __this, Object * rparam, MethodInfo * method)); DO_APP_FUNC(0x027759C0, int32_t, UriBuilder_GetHashCode, (UriBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02775A00, void, UriBuilder_SetFieldsFromUri, (UriBuilder * __this, Uri * uri, MethodInfo * method)); DO_APP_FUNC(0x02775E70, String *, UriBuilder_ToString, (UriBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3858, UriBuilder_ToString__MethodInfo); DO_APP_FUNC(0x02776510, bool, StringNormalizationExtensions_IsNormalized, (String * strInput, MethodInfo * method)); DO_APP_FUNC(0x027765F0, bool, StringNormalizationExtensions_IsNormalized_1, (String * strInput, NormalizationForm__Enum normalizationForm, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3870, StringNormalizationExtensions_IsNormalized_1__MethodInfo); DO_APP_FUNC(0x02776740, String *, StringNormalizationExtensions_Normalize, (String * strInput, MethodInfo * method)); DO_APP_FUNC(0x027767C0, String *, StringNormalizationExtensions_Normalize_1, (String * strInput, NormalizationForm__Enum normalizationForm, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3860, StringNormalizationExtensions_Normalize_1__MethodInfo); DO_APP_FUNC(0x02776830, ReflectionPermission *, SecurityUtils_get_MemberAccessPermission, (MethodInfo * method)); DO_APP_FUNC(0x02776940, ReflectionPermission *, SecurityUtils_get_RestrictedMemberAccessPermission, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SecurityUtils_DemandReflectionAccess, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SecurityUtils_DemandGrantSet, (Assembly * assembly, MethodInfo * method)); DO_APP_FUNC(0x02776A50, bool, SecurityUtils_HasReflectionPermission, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02776A70, Object *, SecurityUtils_SecureCreateInstance, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02776B40, Object *, SecurityUtils_SecureCreateInstance_1, (Type * type, Object__Array * args, bool allowNonPublic, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB37E0, SecurityUtils_SecureCreateInstance_1__MethodInfo); DO_APP_FUNC(0x02776C50, Object *, SecurityUtils_SecureCreateInstance_2, (Type * type, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02776D30, Object *, SecurityUtils_SecureConstructorInvoke, (Type * type, Type__Array * argTypes, Object__Array * args, bool allowNonPublic, MethodInfo * method)); DO_APP_FUNC(0x02776D50, Object *, SecurityUtils_SecureConstructorInvoke_1, (Type * type, Type__Array * argTypes, Object__Array * args, bool allowNonPublic, BindingFlags__Enum extraFlags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB37B8, SecurityUtils_SecureConstructorInvoke_1__MethodInfo); DO_APP_FUNC(0x02776F10, bool, SecurityUtils_GenericArgumentsAreVisible, (MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02776FB0, Object *, SecurityUtils_FieldInfoGetValue, (FieldInfo_1 * field, Object * target, MethodInfo * method)); DO_APP_FUNC(0x027770E0, Object *, SecurityUtils_MethodInfoInvoke, (MethodInfo_1 * method_1, Object * target, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02777240, Object *, SecurityUtils_ConstructorInfoInvoke, (ConstructorInfo * ctor, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02777320, Object *, SecurityUtils_ArrayCreateInstance, (Type * type, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02777360, void, InvariantComparer__ctor, (InvariantComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x02777460, int32_t, InvariantComparer_Compare, (InvariantComparer * __this, Object * a, Object * b, MethodInfo * method)); DO_APP_FUNC(0x02777560, void, InvariantComparer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02777710, void, GenericUriParser__ctor, (GenericUriParser * __this, GenericUriParserOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x02777800, UriSyntaxFlags__Enum, GenericUriParser_MapGenericParserOptions, (GenericUriParserOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x027778A0, bool, IriHelper_CheckIriUnicodeRange, (uint16_t unicode, bool isQuery, MethodInfo * method)); DO_APP_FUNC(0x02777910, bool, IriHelper_CheckIriUnicodeRange_1, (uint16_t highSurr, uint16_t lowSurr, bool * surrogatePair, bool isQuery, MethodInfo * method)); DO_APP_FUNC(0x02778510, bool, IriHelper_CheckIsReserved, (uint16_t ch, UriComponents__Enum component, MethodInfo * method)); DO_APP_FUNC(0x02778640, String *, IriHelper_EscapeUnescapeIri, (uint16_t * pInput, int32_t start, int32_t end, UriComponents__Enum component, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3750, IriHelper_EscapeUnescapeIri__MethodInfo); DO_APP_FUNC(0x026C1380, bool, Uri_get_IsImplicitFile, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x026C1390, bool, Uri_get_IsUncOrDosPath, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x026C13A0, bool, Uri_get_IsDosPath, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x026C13B0, bool, Uri_get_IsUncPath, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x026C13C0, Uri_Flags__Enum, Uri_get_HostType, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, UriParser *, Uri_get_Syntax, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x026C13D0, bool, Uri_get_IsNotAbsoluteUri, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x026C13E0, bool, Uri_IriParsingStatic, (UriParser * syntax, MethodInfo * method)); DO_APP_FUNC(0x026C1470, bool, Uri_get_AllowIdn, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x026C1540, bool, Uri_AllowIdnStatic, (Uri * __this, UriParser * syntax, Uri_Flags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Uri_IsIntranet, (Uri * __this, String * schemeHost, MethodInfo * method)); DO_APP_FUNC(0x026C1640, bool, Uri_get_UserDrivenParsing, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x026C1650, void, Uri_SetUserDrivenParsing, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x026C1670, uint16_t, Uri_get_SecuredPathIndex, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x026C16E0, bool, Uri_NotAny, (Uri * __this, Uri_Flags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x026C16F0, bool, Uri_InFact, (Uri * __this, Uri_Flags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x026C1700, bool, Uri_StaticNotAny, (Uri_Flags__Enum allFlags, Uri_Flags__Enum checkFlags, MethodInfo * method)); DO_APP_FUNC(0x026C1710, bool, Uri_StaticInFact, (Uri_Flags__Enum allFlags, Uri_Flags__Enum checkFlags, MethodInfo * method)); DO_APP_FUNC(0x026C1720, Uri_UriInfo *, Uri_EnsureUriInfo, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x026C1760, void, Uri_EnsureParseRemaining, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x026C1780, void, Uri_EnsureHostString, (Uri * __this, bool allowDnsOptimization, MethodInfo * method)); DO_APP_FUNC(0x026C17F0, void, Uri__ctor, (Uri * __this, String * uriString, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FCB0, Uri__ctor__MethodInfo); DO_APP_FUNC(0x026C1870, void, Uri__ctor_1, (Uri * __this, String * uriString, bool dontEscape, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FCA0, Uri__ctor_1__MethodInfo); DO_APP_FUNC(0x026C18F0, void, Uri__ctor_2, (Uri * __this, Uri * baseUri, String * relativeUri, bool dontEscape, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FCC0, Uri__ctor_2__MethodInfo); DO_APP_FUNC(0x026C19C0, void, Uri__ctor_3, (Uri * __this, String * uriString, UriKind__Enum uriKind, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FCC8, Uri__ctor_3__MethodInfo); DO_APP_FUNC(0x026C1A40, void, Uri__ctor_4, (Uri * __this, Uri * baseUri, String * relativeUri, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FCB8, Uri__ctor_4__MethodInfo); DO_APP_FUNC(0x026C1B10, void, Uri_CreateUri, (Uri * __this, Uri * baseUri, String * relativeUri, bool dontEscape, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FC90, Uri_CreateUri__MethodInfo); DO_APP_FUNC(0x026C1D80, void, Uri__ctor_5, (Uri * __this, Uri * baseUri, Uri * relativeUri, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FC98, Uri__ctor_5__MethodInfo); DO_APP_FUNC(0x026C2000, ParsingError__Enum, Uri_GetCombinedString, (Uri * baseUri, String * relativeStr, bool dontEscape, String * * result, MethodInfo * method)); DO_APP_FUNC(0x026C22A0, UriFormatException *, Uri_GetException, (ParsingError__Enum err, MethodInfo * method)); DO_APP_FUNC(0x026C24A0, void, Uri__ctor_6, (Uri * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FC38, Uri__ctor_6__MethodInfo); DO_APP_FUNC(0x026C25B0, void, Uri_System_Runtime_Serialization_ISerializable_GetObjectData, (Uri * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x026C25B0, void, Uri_GetObjectData, (Uri * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x026C26B0, String *, Uri_get_AbsolutePath, (Uri * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FC48, Uri_get_AbsolutePath__MethodInfo); DO_APP_FUNC(0x026C2790, String *, Uri_get_PrivateAbsolutePath, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x026C2900, String *, Uri_get_AbsoluteUri, (Uri * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FC28, Uri_get_AbsoluteUri__MethodInfo); DO_APP_FUNC(0x026C2AE0, String *, Uri_get_LocalPath, (Uri * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FC18, Uri_get_LocalPath__MethodInfo); DO_APP_FUNC(0x026C2B70, String *, Uri_get_Authority, (Uri * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FC20, Uri_get_Authority__MethodInfo); DO_APP_FUNC(0x026C2C00, UriHostNameType__Enum, Uri_get_HostNameType, (Uri * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FC68, Uri_get_HostNameType__MethodInfo); DO_APP_FUNC(0x026C2D60, bool, Uri_get_IsDefaultPort, (Uri * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FC70, Uri_get_IsDefaultPort__MethodInfo); DO_APP_FUNC(0x026C2E60, bool, Uri_get_IsFile, (Uri * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FC80, Uri_get_IsFile__MethodInfo); DO_APP_FUNC(0x026C2F40, bool, Uri_get_IsLoopback, (Uri * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FC88, Uri_get_IsLoopback__MethodInfo); DO_APP_FUNC(0x026C3010, String *, Uri_get_PathAndQuery, (Uri * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FC78, Uri_get_PathAndQuery__MethodInfo); DO_APP_FUNC(0x026C30F0, String__Array *, Uri_get_Segments, (Uri * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FC60, Uri_get_Segments__MethodInfo); DO_APP_FUNC(0x026C3380, bool, Uri_get_IsUnc, (Uri * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FC50, Uri_get_IsUnc__MethodInfo); DO_APP_FUNC(0x026C3410, String *, Uri_get_Host, (Uri * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FC58, Uri_get_Host__MethodInfo); DO_APP_FUNC(0x026C34A0, bool, Uri_StaticIsFile, (UriParser * syntax, MethodInfo * method)); DO_APP_FUNC(0x026C34C0, Object *, Uri_get_InitializeLock, (MethodInfo * method)); DO_APP_FUNC(0x026C35F0, void, Uri_InitializeUriConfig, (MethodInfo * method)); DO_APP_FUNC(0x026C3960, String *, Uri_GetLocalPath, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x026C41C0, int32_t, Uri_get_Port, (Uri * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FBE8, Uri_get_Port__MethodInfo); DO_APP_FUNC(0x026C42E0, String *, Uri_get_Query, (Uri * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FBE0, Uri_get_Query__MethodInfo); DO_APP_FUNC(0x026C44C0, String *, Uri_get_Fragment, (Uri * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FBC0, Uri_get_Fragment__MethodInfo); DO_APP_FUNC(0x026C46A0, String *, Uri_get_Scheme, (Uri * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FBC8, Uri_get_Scheme__MethodInfo); DO_APP_FUNC(0x026C4730, bool, Uri_get_OriginalStringSwitched, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x026C4790, String *, Uri_get_OriginalString, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x026C47F0, String *, Uri_get_DnsSafeHost, (Uri * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FBD0, Uri_get_DnsSafeHost__MethodInfo); DO_APP_FUNC(0x026C4B40, String *, Uri_get_IdnHost, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x022B94A0, bool, Uri_get_IsAbsoluteUri, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x026C4BB0, bool, Uri_get_UserEscaped, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x026C4BC0, String *, Uri_get_UserInfo, (Uri * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FC08, Uri_get_UserInfo__MethodInfo); DO_APP_FUNC(0x026C4C50, UriHostNameType__Enum, Uri_CheckHostName, (String * name, MethodInfo * method)); DO_APP_FUNC(0x026C50D0, String *, Uri_GetLeftPart, (Uri * __this, UriPartial__Enum part, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FBF0, Uri_GetLeftPart__MethodInfo); DO_APP_FUNC(0x026C5260, String *, Uri_HexEscape, (uint16_t character, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FC00, Uri_HexEscape__MethodInfo); DO_APP_FUNC(0x026C5360, uint16_t, Uri_HexUnescape, (String * pattern, int32_t * index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FBA8, Uri_HexUnescape__MethodInfo); DO_APP_FUNC(0x026C54D0, bool, Uri_IsHexEncoding, (String * pattern, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x026C55D0, bool, Uri_IsGenDelim, (uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x026C5600, bool, Uri_CheckSchemeName, (String * schemeName, MethodInfo * method)); DO_APP_FUNC(0x026C5710, bool, Uri_IsHexDigit, (uint16_t character, MethodInfo * method)); DO_APP_FUNC(0x026C5740, int32_t, Uri_FromHex, (uint16_t digit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FB98, Uri_FromHex__MethodInfo); DO_APP_FUNC(0x026C57F0, int32_t, Uri_GetHashCode, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x026C59D0, String *, Uri_ToString, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x026C5AB0, bool, Uri_op_Equality, (Uri * uri1, Uri * uri2, MethodInfo * method)); DO_APP_FUNC(0x026C5AF0, bool, Uri_op_Inequality, (Uri * uri1, Uri * uri2, MethodInfo * method)); DO_APP_FUNC(0x026C5B40, bool, Uri_Equals, (Uri * __this, Object * comparand, MethodInfo * method)); DO_APP_FUNC(0x026C6340, Uri *, Uri_MakeRelativeUri, (Uri * __this, Uri * uri, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FBA0, Uri_MakeRelativeUri__MethodInfo); DO_APP_FUNC(0x026C66F0, bool, Uri_CheckForColonInFirstPathSegment, (String * uriString, MethodInfo * method)); DO_APP_FUNC(0x026C67C0, String *, Uri_InternalEscapeString, (String * rawString, MethodInfo * method)); DO_APP_FUNC(0x026C68B0, ParsingError__Enum, Uri_ParseScheme, (String * uriString, Uri_Flags__Enum * flags, UriParser * * syntax, MethodInfo * method)); DO_APP_FUNC(0x026C6980, UriFormatException *, Uri_ParseMinimal, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x026C6A00, ParsingError__Enum, Uri_PrivateParseMinimal, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x026C7000, void, Uri_PrivateParseMinimalIri, (Uri * __this, String * newHost, uint16_t idx, MethodInfo * method)); DO_APP_FUNC(0x026C71D0, void, Uri_CreateUriInfo, (Uri * __this, Uri_Flags__Enum cF, MethodInfo * method)); DO_APP_FUNC(0x026C78B0, void, Uri_CreateHostString, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x026C7EE0, String *, Uri_CreateHostStringHelper, (String * str, uint16_t idx, uint16_t end, Uri_Flags__Enum * flags, String * * scopeId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FB60, Uri_CreateHostStringHelper__MethodInfo); DO_APP_FUNC(0x026C80E0, void, Uri_GetHostViaCustomSyntax, (Uri * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FB68, Uri_GetHostViaCustomSyntax__MethodInfo); DO_APP_FUNC(0x026C8610, String *, Uri_GetParts, (Uri * __this, UriComponents__Enum uriParts, UriFormat__Enum formatAs, MethodInfo * method)); DO_APP_FUNC(0x026C8620, String *, Uri_GetEscapedParts, (Uri * __this, UriComponents__Enum uriParts, MethodInfo * method)); DO_APP_FUNC(0x026C8720, String *, Uri_GetUnescapedParts, (Uri * __this, UriComponents__Enum uriParts, UriFormat__Enum formatAs, MethodInfo * method)); DO_APP_FUNC(0x026C8800, String *, Uri_ReCreateParts, (Uri * __this, UriComponents__Enum parts, uint16_t nonCanonical, UriFormat__Enum formatAs, MethodInfo * method)); DO_APP_FUNC(0x026C9B90, String *, Uri_GetUriPartsFromUserString, (Uri * __this, UriComponents__Enum uriParts, MethodInfo * method)); DO_APP_FUNC(0x026CA4C0, void, Uri_ParseRemaining, (Uri * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FB80, Uri_ParseRemaining__MethodInfo); DO_APP_FUNC(0x026CB410, uint16_t, Uri_ParseSchemeCheckImplicitFile, (uint16_t * uriString, uint16_t length, ParsingError__Enum * err, Uri_Flags__Enum * flags, UriParser * * syntax, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FB88, Uri_ParseSchemeCheckImplicitFile__MethodInfo); DO_APP_FUNC(0x026CB9D0, bool, Uri_CheckKnownSchemes, (int64_t * lptr, uint16_t nChars, UriParser * * syntax, MethodInfo * method)); DO_APP_FUNC(0x026CC090, ParsingError__Enum, Uri_CheckSchemeSyntax, (uint16_t * ptr, uint16_t length, UriParser * * syntax, MethodInfo * method)); DO_APP_FUNC(0x026CC1E0, uint16_t, Uri_CheckAuthorityHelper, (Uri * __this, uint16_t * pString, uint16_t idx, uint16_t length, ParsingError__Enum * err, Uri_Flags__Enum * flags, UriParser * syntax, String * * newHost, MethodInfo * method)); DO_APP_FUNC(0x026CD610, void, Uri_CheckAuthorityHelperHandleDnsIri, (Uri * __this, uint16_t * pString, uint16_t start, int32_t end, int32_t startInput, bool iriParsing, bool hasUnicode, UriParser * syntax, String * userInfoString, Uri_Flags__Enum * flags, bool * justNormalized, String * * newHost, ParsingError__Enum * err, MethodInfo * method)); DO_APP_FUNC(0x026CDB30, void, Uri_CheckAuthorityHelperHandleAnyHostIri, (Uri * __this, uint16_t * pString, int32_t startInput, int32_t end, bool iriParsing, bool hasUnicode, UriParser * syntax, Uri_Flags__Enum * flags, String * * newHost, ParsingError__Enum * err, MethodInfo * method)); DO_APP_FUNC(0x026CDE60, void, Uri_FindEndOfComponent, (Uri * __this, String * input, uint16_t * idx, uint16_t end, uint16_t delim, MethodInfo * method)); DO_APP_FUNC(0x026CDEE0, void, Uri_FindEndOfComponent_1, (Uri * __this, uint16_t * str, uint16_t * idx, uint16_t end, uint16_t delim, MethodInfo * method)); DO_APP_FUNC(0x026CDF50, Uri_Check__Enum, Uri_CheckCanonical, (Uri * __this, uint16_t * str, uint16_t * idx, uint16_t end, uint16_t delim, MethodInfo * method)); DO_APP_FUNC(0x026CE360, Char__Array *, Uri_GetCanonicalPath, (Uri * __this, Char__Array * dest, int32_t * pos, UriFormat__Enum formatAs, MethodInfo * method)); DO_APP_FUNC(0x026CEB20, void, Uri_UnescapeOnly, (uint16_t * pch, int32_t start, int32_t * end, uint16_t ch1, uint16_t ch2, uint16_t ch3, MethodInfo * method)); DO_APP_FUNC(0x026CED30, Char__Array *, Uri_Compress, (Char__Array * dest, uint16_t start, int32_t * destLength, UriParser * syntax, MethodInfo * method)); DO_APP_FUNC(0x026CF180, int32_t, Uri_CalculateCaseInsensitiveHashCode, (String * text, MethodInfo * method)); DO_APP_FUNC(0x026CF230, String *, Uri_CombineUri, (Uri * basePart, String * relativePart, UriFormat__Enum uriFormat, MethodInfo * method)); DO_APP_FUNC(0x026CFDB0, String *, Uri_PathDifference, (String * path1, String * path2, bool compareCase, MethodInfo * method)); DO_APP_FUNC(0x026D01C0, bool, Uri_get_HasAuthority, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x026D01D0, bool, Uri_IsLWS, (uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x02676F50, bool, Uri_IsAsciiLetter, (uint16_t character, MethodInfo * method)); DO_APP_FUNC(0x026D0200, bool, Uri_IsAsciiLetterOrDigit, (uint16_t character, MethodInfo * method)); DO_APP_FUNC(0x026D0280, bool, Uri_IsBidiControlCharacter, (uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x026D02C0, String *, Uri_StripBidiControlCharacter, (uint16_t * strToClean, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x026D0430, String *, Uri_MakeRelative, (Uri * __this, Uri * toUri, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FB18, Uri_MakeRelative__MethodInfo); DO_APP_FUNC(0x003AC050, void, Uri_Parse, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Uri_Canonicalize, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Uri_Escape, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x026D0680, String *, Uri_Unescape, (Uri * __this, String * path, MethodInfo * method)); DO_APP_FUNC(0x026D07C0, String *, Uri_EscapeString, (String * str, MethodInfo * method)); DO_APP_FUNC(0x026D08B0, void, Uri_CheckSecurity, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x026D0930, bool, Uri_IsReservedCharacter, (Uri * __this, uint16_t character, MethodInfo * method)); DO_APP_FUNC(0x026D0950, bool, Uri_IsExcludedCharacter, (uint16_t character, MethodInfo * method)); DO_APP_FUNC(0x026D0990, bool, Uri_IsBadFileSystemCharacter, (Uri * __this, uint16_t character, MethodInfo * method)); DO_APP_FUNC(0x026D09C0, void, Uri_CreateThis, (Uri * __this, String * uri, bool dontEscape, UriKind__Enum uriKind, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FB48, Uri_CreateThis__MethodInfo); DO_APP_FUNC(0x026D0BF0, void, Uri_InitializeUri, (Uri * __this, ParsingError__Enum err, UriKind__Enum uriKind, UriFormatException * * e, MethodInfo * method)); DO_APP_FUNC(0x026D1890, bool, Uri_CheckForConfigLoad, (Uri * __this, String * data, MethodInfo * method)); DO_APP_FUNC(0x026D1930, bool, Uri_CheckForUnicode, (Uri * __this, String * data, MethodInfo * method)); DO_APP_FUNC(0x026D1AB0, bool, Uri_CheckForEscapedUnreserved, (Uri * __this, String * data, MethodInfo * method)); DO_APP_FUNC(0x026D1C40, bool, Uri_TryCreate, (String * uriString, UriKind__Enum uriKind, Uri * * result, MethodInfo * method)); DO_APP_FUNC(0x026D1DB0, bool, Uri_TryCreate_1, (Uri * baseUri, String * relativeUri, Uri * * result, MethodInfo * method)); DO_APP_FUNC(0x026D20E0, bool, Uri_TryCreate_2, (Uri * baseUri, Uri * relativeUri, Uri * * result, MethodInfo * method)); DO_APP_FUNC(0x026D22E0, String *, Uri_GetComponents, (Uri * __this, UriComponents__Enum components, UriFormat__Enum format, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FAC8, Uri_GetComponents__MethodInfo); DO_APP_FUNC(0x026D24E0, int32_t, Uri_Compare, (Uri * uri1, Uri * uri2, UriComponents__Enum partsToCompare, UriFormat__Enum compareFormat, StringComparison__Enum comparisonType, MethodInfo * method)); DO_APP_FUNC(0x026D25E0, bool, Uri_IsWellFormedOriginalString, (Uri * __this, MethodInfo * method)); DO_APP_FUNC(0x026D2620, bool, Uri_IsWellFormedUriString, (String * uriString, UriKind__Enum uriKind, MethodInfo * method)); DO_APP_FUNC(0x026D2710, bool, Uri_InternalIsWellFormedOriginalString, (Uri * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FB00, Uri_InternalIsWellFormedOriginalString__MethodInfo); DO_APP_FUNC(0x026D2C00, String *, Uri_UnescapeDataString, (String * stringToUnescape, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FB10, Uri_UnescapeDataString__MethodInfo); DO_APP_FUNC(0x026D2DF0, String *, Uri_EscapeUriString, (String * stringToEscape, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FAE8, Uri_EscapeUriString__MethodInfo); DO_APP_FUNC(0x026D2F40, String *, Uri_EscapeDataString, (String * stringToEscape, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FAE0, Uri_EscapeDataString__MethodInfo); DO_APP_FUNC(0x026D3090, String *, Uri_EscapeUnescapeIri, (Uri * __this, String * input, int32_t start, int32_t end, UriComponents__Enum component, MethodInfo * method)); DO_APP_FUNC(0x026D30C0, void, Uri__ctor_7, (Uri * __this, Uri_Flags__Enum flags, UriParser * uriParser, String * uri, MethodInfo * method)); DO_APP_FUNC(0x026D3170, Uri *, Uri_CreateHelper, (String * uriString, bool dontEscape, UriKind__Enum uriKind, UriFormatException * * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FAF0, Uri_CreateHelper__MethodInfo); DO_APP_FUNC(0x026D3460, Uri *, Uri_ResolveHelper, (Uri * baseUri, Uri * relativeUri, String * * newUriString, bool * userEscaped, UriFormatException * * e, MethodInfo * method)); DO_APP_FUNC(0x026D3A30, String *, Uri_GetRelativeSerializationString, (Uri * __this, UriFormat__Enum format, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FA90, Uri_GetRelativeSerializationString__MethodInfo); DO_APP_FUNC(0x026D3CF0, String *, Uri_GetComponentsHelper, (Uri * __this, UriComponents__Enum uriComponents, UriFormat__Enum uriFormat, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FA78, Uri_GetComponentsHelper__MethodInfo); DO_APP_FUNC(0x026D4040, bool, Uri_IsBaseOf, (Uri * __this, Uri * uri, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FA68, Uri_IsBaseOf__MethodInfo); DO_APP_FUNC(0x026D40F0, bool, Uri_IsBaseOfHelper, (Uri * __this, Uri * uriLink, MethodInfo * method)); DO_APP_FUNC(0x026D4360, void, Uri_CreateThisFromUri, (Uri * __this, Uri * otherUri, MethodInfo * method)); DO_APP_FUNC(0x026D4680, void, Uri__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Uri_UriInfo__ctor, (Uri_UriInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Uri_MoreInfo__ctor, (Uri_MoreInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01BBE0D0, void, UriFormatException__ctor, (UriFormatException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BBE120, void, UriFormatException__ctor_1, (UriFormatException * __this, String * textString, MethodInfo * method)); DO_APP_FUNC(0x01BBE140, void, UriFormatException__ctor_2, (UriFormatException * __this, String * textString, Exception * e, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, UriFormatException__ctor_3, (UriFormatException * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x02565760, void, UriFormatException_System_Runtime_Serialization_ISerializable_GetObjectData, (UriFormatException * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x02779050, bool, UriHelper_TestForSubPath, (uint16_t * pMe, uint16_t meLength, uint16_t * pShe, uint16_t sheLength, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x02779320, Char__Array *, UriHelper_EscapeString, (String * input, int32_t start, int32_t end, Char__Array * dest, int32_t * destPos, bool isUriString, uint16_t force1, uint16_t force2, uint16_t rsvd, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3668, UriHelper_EscapeString__MethodInfo); DO_APP_FUNC(0x02779900, Char__Array *, UriHelper_EnsureDestinationSize, (uint16_t * pStr, Char__Array * dest, int32_t currentInputPos, int16_t charsToAdd, int16_t minReallocateChars, int32_t * destPos, int32_t prevInputPos, MethodInfo * method)); DO_APP_FUNC(0x02779A10, Char__Array *, UriHelper_UnescapeString, (String * input, int32_t start, int32_t end, Char__Array * dest, int32_t * destPosition, uint16_t rsvd1, uint16_t rsvd2, uint16_t rsvd3, UnescapeMode__Enum unescapeMode, UriParser * syntax, bool isQuery, MethodInfo * method)); DO_APP_FUNC(0x02779AF0, Char__Array *, UriHelper_UnescapeString_1, (uint16_t * pStr, int32_t start, int32_t end, Char__Array * dest, int32_t * destPosition, uint16_t rsvd1, uint16_t rsvd2, uint16_t rsvd3, UnescapeMode__Enum unescapeMode, UriParser * syntax, bool isQuery, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3640, UriHelper_UnescapeString_1__MethodInfo); DO_APP_FUNC(0x0277A580, void, UriHelper_MatchUTF8Sequence, (uint16_t * pDest, Char__Array * dest, int32_t * destOffset, Char__Array * unescapedChars, int32_t charCount, Byte__Array * bytes, int32_t byteCount, bool isQuery, bool iriParsing, MethodInfo * method)); DO_APP_FUNC(0x0277AA80, void, UriHelper_EscapeAsciiChar, (uint16_t ch, Char__Array * to, int32_t * pos, MethodInfo * method)); DO_APP_FUNC(0x0277AB90, uint16_t, UriHelper_EscapedAscii, (uint16_t digit, uint16_t next, MethodInfo * method)); DO_APP_FUNC(0x0277AC30, bool, UriHelper_IsNotSafeForUnescape, (uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x0277AC80, bool, UriHelper_IsReservedUnreservedOrHash, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x0277AD90, bool, UriHelper_IsUnreserved, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x0277AEA0, bool, UriHelper_Is3986Unreserved, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x0277AF40, void, UriHelper__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0277B020, void, HttpStyleUriParser__ctor, (HttpStyleUriParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0277B0A0, void, FtpStyleUriParser__ctor, (FtpStyleUriParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0277B120, void, FileStyleUriParser__ctor, (FileStyleUriParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0277B1A0, void, NewsStyleUriParser__ctor, (NewsStyleUriParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0277B220, void, GopherStyleUriParser__ctor, (GopherStyleUriParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0277B2A0, void, LdapStyleUriParser__ctor, (LdapStyleUriParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0277B320, void, NetPipeStyleUriParser__ctor, (NetPipeStyleUriParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0277B3A0, void, NetTcpStyleUriParser__ctor, (NetTcpStyleUriParser * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, UriParser_get_SchemeName, (UriParser * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, UriParser_get_DefaultPort, (UriParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0277B420, void, UriParser__ctor, (UriParser * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, UriParser *, UriParser_OnNewUri, (UriParser * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UriParser_OnRegister, (UriParser * __this, String * schemeName, int32_t defaultPort, MethodInfo * method)); DO_APP_FUNC(0x0277B430, void, UriParser_InitializeAndValidate, (UriParser * __this, Uri * uri, UriFormatException * * parsingError, MethodInfo * method)); DO_APP_FUNC(0x0277B510, String *, UriParser_Resolve, (UriParser * __this, Uri * baseUri, Uri * relativeUri, UriFormatException * * parsingError, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3570, UriParser_Resolve__MethodInfo); DO_APP_FUNC(0x0277B730, bool, UriParser_IsBaseOf, (UriParser * __this, Uri * baseUri, Uri * relativeUri, MethodInfo * method)); DO_APP_FUNC(0x0277B760, String *, UriParser_GetComponents, (UriParser * __this, Uri * uri, UriComponents__Enum components, UriFormat__Enum format, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3580, UriParser_GetComponents__MethodInfo); DO_APP_FUNC(0x0277B9F0, bool, UriParser_IsWellFormedOriginalString, (UriParser * __this, Uri * uri, MethodInfo * method)); DO_APP_FUNC(0x0277BA10, void, UriParser_Register, (UriParser * uriParser, String * schemeName, int32_t defaultPort, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3600, UriParser_Register__MethodInfo); DO_APP_FUNC(0x0277BD40, bool, UriParser_IsKnownScheme, (String * schemeName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB35C0, UriParser_IsKnownScheme__MethodInfo); DO_APP_FUNC(0x0277BF60, bool, UriParser_get_ShouldUseLegacyV2Quirks, (MethodInfo * method)); DO_APP_FUNC(0x0277BFC0, void, UriParser__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD50, UriSyntaxFlags__Enum, UriParser_get_Flags, (UriParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0277D540, bool, UriParser_NotAny, (UriParser * __this, UriSyntaxFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x0277D580, bool, UriParser_InFact, (UriParser * __this, UriSyntaxFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x0277D5C0, bool, UriParser_IsAllSet, (UriParser * __this, UriSyntaxFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x0277D600, bool, UriParser_IsFullMatch, (UriParser * __this, UriSyntaxFlags__Enum flags, UriSyntaxFlags__Enum expected, MethodInfo * method)); DO_APP_FUNC(0x0277D640, void, UriParser__ctor_1, (UriParser * __this, UriSyntaxFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x0277D6E0, void, UriParser_FetchSyntax, (UriParser * syntax, String * lwrCaseSchemeName, int32_t defaultPort, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3498, UriParser_FetchSyntax__MethodInfo); DO_APP_FUNC(0x0277DC40, UriParser *, UriParser_FindOrFetchAsUnknownV1Syntax, (String * lwrCaseScheme, MethodInfo * method)); DO_APP_FUNC(0x0277E0C0, UriParser *, UriParser_GetSyntax, (String * lwrCaseScheme, MethodInfo * method)); DO_APP_FUNC(0x0277E1B0, bool, UriParser_get_IsSimple, (UriParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0277E1C0, void, UriParser_CheckSetIsSimpleFlag, (UriParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0277E460, void, UriParser_SetUpdatableFlags, (UriParser * __this, UriSyntaxFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x0277E480, UriParser *, UriParser_InternalOnNewUri, (UriParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0277E520, void, UriParser_InternalValidate, (UriParser * __this, Uri * thisUri, UriFormatException * * parsingError, MethodInfo * method)); DO_APP_FUNC(0x0277E540, String *, UriParser_InternalResolve, (UriParser * __this, Uri * thisBaseUri, Uri * uriLink, UriFormatException * * parsingError, MethodInfo * method)); DO_APP_FUNC(0x0277E560, bool, UriParser_InternalIsBaseOf, (UriParser * __this, Uri * thisBaseUri, Uri * uriLink, MethodInfo * method)); DO_APP_FUNC(0x0277E580, String *, UriParser_InternalGetComponents, (UriParser * __this, Uri * thisUri, UriComponents__Enum uriComponents, UriFormat__Enum uriFormat, MethodInfo * method)); DO_APP_FUNC(0x01D8C400, bool, UriParser_InternalIsWellFormedOriginalString, (UriParser * __this, Uri * thisUri, MethodInfo * method)); DO_APP_FUNC(0x0277E5A0, void, UriParser_BuiltInUriParser__ctor, (UriParser_BuiltInUriParser * __this, String * lwrCaseScheme, int32_t defaultPort, UriSyntaxFlags__Enum syntaxFlags, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DomainNameHelper__ctor, (DomainNameHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0277E670, String *, DomainNameHelper_ParseCanonicalName, (String * str, int32_t start, int32_t end, bool * loopback, MethodInfo * method)); DO_APP_FUNC(0x0277E8E0, bool, DomainNameHelper_IsValid, (uint16_t * name, uint16_t pos, int32_t * returnedEnd, bool * notCanonical, bool notImplicitFile, MethodInfo * method)); DO_APP_FUNC(0x0277EA60, bool, DomainNameHelper_IsValidByIri, (uint16_t * name, uint16_t pos, int32_t * returnedEnd, bool * notCanonical, bool notImplicitFile, MethodInfo * method)); DO_APP_FUNC(0x0277EC30, String *, DomainNameHelper_IdnEquivalent, (String * hostname, MethodInfo * method)); DO_APP_FUNC(0x0277EC80, String *, DomainNameHelper_IdnEquivalent_1, (uint16_t * hostname, int32_t start, int32_t end, bool * allAscii, bool * atLeastOneValidIdn, MethodInfo * method)); DO_APP_FUNC(0x0277EFC0, String *, DomainNameHelper_IdnEquivalent_2, (uint16_t * hostname, int32_t start, int32_t end, bool * allAscii, String * * bidiStrippedHost, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3460, DomainNameHelper_IdnEquivalent_2__MethodInfo); DO_APP_FUNC(0x0277F150, bool, DomainNameHelper_IsIdnAce, (String * input, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0277F1E0, bool, DomainNameHelper_IsIdnAce_1, (uint16_t * input, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0277F210, String *, DomainNameHelper_UnicodeEquivalent, (String * idnHost, uint16_t * hostname, int32_t start, int32_t end, MethodInfo * method)); DO_APP_FUNC(0x0277F390, String *, DomainNameHelper_UnicodeEquivalent_1, (uint16_t * hostname, int32_t start, int32_t end, bool * allAscii, bool * atLeastOneValidIdn, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3410, DomainNameHelper_UnicodeEquivalent_1__MethodInfo); DO_APP_FUNC(0x0277FA30, bool, DomainNameHelper_IsASCIILetterOrDigit, (uint16_t character, bool * notCanonical, MethodInfo * method)); DO_APP_FUNC(0x0277FA60, bool, DomainNameHelper_IsValidDomainLabelCharacter, (uint16_t character, bool * notCanonical, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UncNameHelper__ctor, (UncNameHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0277FAA0, String *, UncNameHelper_ParseCanonicalName, (String * str, int32_t start, int32_t end, bool * loopback, MethodInfo * method)); DO_APP_FUNC(0x0277FAB0, bool, UncNameHelper_IsValid, (uint16_t * name, uint16_t start, int32_t * returnedEnd, bool notImplicitFile, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, EnvironmentHelpers_IsWindowsVistaOrAbove, (MethodInfo * method)); DO_APP_FUNC(0x008AC8F0, void, IOAsyncCallback__ctor, (IOAsyncCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, IOAsyncCallback_Invoke, (IOAsyncCallback * __this, IOAsyncResult * ioares, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, IOAsyncCallback_BeginInvoke, (IOAsyncCallback * __this, IOAsyncResult * ioares, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, IOAsyncCallback_EndInvoke, (IOAsyncCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IOAsyncResult__ctor, (IOAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x0277FCF0, void, IOAsyncResult_Init, (IOAsyncResult * __this, AsyncCallback * async_callback, Object * async_state, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, IOAsyncResult__ctor_1, (IOAsyncResult * __this, AsyncCallback * async_callback, Object * async_state, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, AsyncCallback *, IOAsyncResult_get_AsyncCallback, (IOAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, IOAsyncResult_get_AsyncState, (IOAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x0277FDC0, WaitHandle *, IOAsyncResult_get_AsyncWaitHandle, (IOAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, IOAsyncResult_get_CompletedSynchronously, (IOAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, IOAsyncResult_set_CompletedSynchronously, (IOAsyncResult * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D09D10, bool, IOAsyncResult_get_IsCompleted, (IOAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x0277FFF0, void, IOAsyncResult_set_IsCompleted, (IOAsyncResult * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00FCEFD0, void, IOSelectorJob__ctor, (IOSelectorJob * __this, IOOperation__Enum operation, IOAsyncCallback * callback, IOAsyncResult * state, MethodInfo * method)); DO_APP_FUNC(0x02780150, void, IOSelectorJob_System_Threading_IThreadPoolWorkItem_ExecuteWorkItem, (IOSelectorJob * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IOSelectorJob_System_Threading_IThreadPoolWorkItem_MarkAborted, (IOSelectorJob * __this, ThreadAbortException * tae, MethodInfo * method)); DO_APP_FUNC(0x02780180, void, IOSelectorJob_MarkDisposed, (IOSelectorJob * __this, MethodInfo * method)); DO_APP_FUNC(0x027801B0, void, IOSelector_Add, (void * handle, IOSelectorJob * job, MethodInfo * method)); DO_APP_FUNC(0x027802C0, void, IOSelector_Remove, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02780370, int32_t, Platform_uname, (void * buf, MethodInfo * method)); DO_APP_FUNC(0x027803F0, void, Platform_CheckOS, (MethodInfo * method)); DO_APP_FUNC(0x027807A0, bool, Platform_get_IsMacOS, (MethodInfo * method)); DO_APP_FUNC(0x02780810, bool, Platform_get_IsFreeBSD, (MethodInfo * method)); DO_APP_FUNC(0x02780870, bool, Platform_get_IsOpenBSD, (MethodInfo * method)); DO_APP_FUNC(0x027808D0, bool, Platform_get_IsIBMi, (MethodInfo * method)); DO_APP_FUNC(0x02780930, bool, Platform_get_IsAix, (MethodInfo * method)); DO_APP_FUNC(0x02780990, void, SRDescriptionAttribute__ctor, (SRDescriptionAttribute * __this, String * description, MethodInfo * method)); DO_APP_FUNC(0x02780A30, String *, SRDescriptionAttribute_get_Description, (SRDescriptionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UriTypeConverter__ctor, (UriTypeConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x02780A90, bool, UriTypeConverter_CanConvert, (UriTypeConverter * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02780B50, bool, UriTypeConverter_CanConvertFrom, (UriTypeConverter * __this, ITypeDescriptorContext * context, Type * sourceType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB33C0, UriTypeConverter_CanConvertFrom__MethodInfo); DO_APP_FUNC(0x02780C10, bool, UriTypeConverter_CanConvertTo, (UriTypeConverter * __this, ITypeDescriptorContext * context, Type * destinationType, MethodInfo * method)); DO_APP_FUNC(0x02780C80, Object *, UriTypeConverter_ConvertFrom, (UriTypeConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB33F0, UriTypeConverter_ConvertFrom__MethodInfo); DO_APP_FUNC(0x02780F10, Object *, UriTypeConverter_ConvertTo, (UriTypeConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3408, UriTypeConverter_ConvertTo__MethodInfo); DO_APP_FUNC(0x003BABE0, void, ValueSerializerAttribute__ctor, (ValueSerializerAttribute * __this, Type * valueSerializerType, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ValueSerializerAttribute__ctor_1, (ValueSerializerAttribute * __this, String * valueSerializerTypeName, MethodInfo * method)); DO_APP_FUNC(0x027811B0, Type *, ValueSerializerAttribute_get_ValueSerializerType, (ValueSerializerAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB33C8, ValueSerializerAttribute_get_ValueSerializerType__MethodInfo); DO_APP_FUNC(0x027812B0, String *, ValueSerializerAttribute_get_ValueSerializerTypeName, (ValueSerializerAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02781340, void, BarrierPostPhaseException__ctor, (BarrierPostPhaseException * __this, MethodInfo * method)); DO_APP_FUNC(0x027813C0, void, BarrierPostPhaseException__ctor_1, (BarrierPostPhaseException * __this, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x02781450, void, BarrierPostPhaseException__ctor_2, (BarrierPostPhaseException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x027814D0, void, BarrierPostPhaseException__ctor_3, (BarrierPostPhaseException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x02781560, void, BarrierPostPhaseException__ctor_4, (BarrierPostPhaseException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x027815E0, int32_t, Barrier_get_ParticipantsRemaining, (Barrier * __this, MethodInfo * method)); DO_APP_FUNC(0x02781600, int32_t, Barrier_get_ParticipantCount, (Barrier * __this, MethodInfo * method)); DO_APP_FUNC(0x0110B2F0, int64_t, Barrier_get_CurrentPhaseNumber, (Barrier * __this, MethodInfo * method)); DO_APP_FUNC(0x02781610, void, Barrier_set_CurrentPhaseNumber, (Barrier * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x02781620, void, Barrier__ctor, (Barrier * __this, int32_t participantCount, MethodInfo * method)); DO_APP_FUNC(0x02781630, void, Barrier__ctor_1, (Barrier * __this, int32_t participantCount, Action_1_System_Threading_Barrier_ * postPhaseAction, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3328, Barrier__ctor_1__MethodInfo); DO_APP_FUNC(0x027818F0, void, Barrier_GetCurrentTotal, (Barrier * __this, int32_t currentTotal, int32_t * current, int32_t * total, bool * sense, MethodInfo * method)); DO_APP_FUNC(0x02781920, bool, Barrier_SetCurrentTotal, (Barrier * __this, int32_t currentTotal, int32_t current, int32_t total, bool sense, MethodInfo * method)); DO_APP_FUNC(0x02781960, int64_t, Barrier_AddParticipant, (Barrier * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3318, Barrier_AddParticipant__MethodInfo); DO_APP_FUNC(0x027819F0, int64_t, Barrier_AddParticipants, (Barrier * __this, int32_t participantCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB32E0, Barrier_AddParticipants__MethodInfo); DO_APP_FUNC(0x02781DC0, void, Barrier_RemoveParticipant, (Barrier * __this, MethodInfo * method)); DO_APP_FUNC(0x02781DD0, void, Barrier_RemoveParticipants, (Barrier * __this, int32_t participantCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB32F8, Barrier_RemoveParticipants__MethodInfo); DO_APP_FUNC(0x02782130, void, Barrier_SignalAndWait, (Barrier * __this, MethodInfo * method)); DO_APP_FUNC(0x02782140, void, Barrier_SignalAndWait_1, (Barrier * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x02782150, bool, Barrier_SignalAndWait_2, (Barrier * __this, TimeSpan timeout, MethodInfo * method)); DO_APP_FUNC(0x027822E0, bool, Barrier_SignalAndWait_3, (Barrier * __this, TimeSpan timeout, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB33A8, Barrier_SignalAndWait_3__MethodInfo); DO_APP_FUNC(0x02782470, bool, Barrier_SignalAndWait_4, (Barrier * __this, int32_t millisecondsTimeout, MethodInfo * method)); DO_APP_FUNC(0x02782480, bool, Barrier_SignalAndWait_5, (Barrier * __this, int32_t millisecondsTimeout, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB33A0, Barrier_SignalAndWait_5__MethodInfo); DO_APP_FUNC(0x02782C10, void, Barrier_FinishPhase, (Barrier * __this, bool observedSense, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3340, Barrier_FinishPhase__MethodInfo); DO_APP_FUNC(0x02783010, void, Barrier_InvokePostPhaseAction, (Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3360, Barrier_InvokePostPhaseAction__MethodInfo); DO_APP_FUNC(0x027830A0, void, Barrier_SetResetEvents, (Barrier * __this, bool observedSense, MethodInfo * method)); DO_APP_FUNC(0x02783190, void, Barrier_WaitCurrentPhase, (Barrier * __this, ManualResetEventSlim * currentPhaseEvent, int64_t observedPhase, MethodInfo * method)); DO_APP_FUNC(0x027832C0, bool, Barrier_DiscontinuousWait, (Barrier * __this, ManualResetEventSlim * currentPhaseEvent, int32_t totalTimeout, CancellationToken token, int64_t observedPhase, MethodInfo * method)); DO_APP_FUNC(0x02783400, void, Barrier_Dispose, (Barrier * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3268, Barrier_Dispose__MethodInfo); DO_APP_FUNC(0x02783540, void, Barrier_Dispose_1, (Barrier * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x027835A0, void, Barrier_ThrowIfDisposed, (Barrier * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3260, Barrier_ThrowIfDisposed__MethodInfo); DO_APP_FUNC(0x02783630, void, Semaphore__ctor, (Semaphore * __this, int32_t initialCount, int32_t maximumCount, MethodInfo * method)); DO_APP_FUNC(0x02783650, void, Semaphore__ctor_1, (Semaphore * __this, int32_t initialCount, int32_t maximumCount, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3280, Semaphore__ctor_1__MethodInfo); DO_APP_FUNC(0x027839A0, void, Semaphore__ctor_2, (Semaphore * __this, int32_t initialCount, int32_t maximumCount, String * name, bool * createdNew, MethodInfo * method)); DO_APP_FUNC(0x027839D0, void, Semaphore__ctor_3, (Semaphore * __this, int32_t initialCount, int32_t maximumCount, String * name, bool * createdNew, SemaphoreSecurity * semaphoreSecurity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB32D0, Semaphore__ctor_3__MethodInfo); DO_APP_FUNC(0x02783D20, void, Semaphore__ctor_4, (Semaphore * __this, SafeWaitHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02783D90, Semaphore *, Semaphore_OpenExisting, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02783DB0, Semaphore *, Semaphore_OpenExisting_1, (String * name, SemaphoreRights__Enum rights, MethodInfo * method)); DO_APP_FUNC(0x02783E00, bool, Semaphore_TryOpenExisting, (String * name, Semaphore * * result, MethodInfo * method)); DO_APP_FUNC(0x02783E20, bool, Semaphore_TryOpenExisting_1, (String * name, SemaphoreRights__Enum rights, Semaphore * * result, MethodInfo * method)); DO_APP_FUNC(0x02783E30, Semaphore_OpenExistingResult__Enum, Semaphore_OpenExistingWorker, (String * name, SemaphoreRights__Enum rights, Semaphore * * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB32C0, Semaphore_OpenExistingWorker__MethodInfo); DO_APP_FUNC(0x02784020, int32_t, Semaphore_Release, (Semaphore * __this, MethodInfo * method)); DO_APP_FUNC(0x027840C0, int32_t, Semaphore_Release_1, (Semaphore * __this, int32_t releaseCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB32B8, Semaphore_Release_1__MethodInfo); DO_APP_FUNC(0x027841D0, SemaphoreSecurity *, Semaphore_GetAccessControl, (Semaphore * __this, MethodInfo * method)); DO_APP_FUNC(0x027842A0, void, Semaphore_SetAccessControl, (Semaphore * __this, SemaphoreSecurity * semaphoreSecurity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3208, Semaphore_SetAccessControl__MethodInfo); DO_APP_FUNC(0x02784320, void *, Semaphore_CreateSemaphore_internal, (int32_t initialCount, int32_t maximumCount, String * name, int32_t * errorCode, MethodInfo * method)); DO_APP_FUNC(0x027843B0, void *, Semaphore_OpenSemaphore_internal, (String * name, SemaphoreRights__Enum rights, int32_t * errorCode, MethodInfo * method)); DO_APP_FUNC(0x02784420, void *, Semaphore_CreateSemaphore_icall, (int32_t initialCount, int32_t maximumCount, uint16_t * name, int32_t name_length, int32_t * errorCode, MethodInfo * method)); DO_APP_FUNC(0x027844A0, void *, Semaphore_OpenSemaphore_icall, (uint16_t * name, int32_t name_length, SemaphoreRights__Enum rights, int32_t * errorCode, MethodInfo * method)); DO_APP_FUNC(0x027844B0, bool, Semaphore_ReleaseSemaphore_internal, (void * handle, int32_t releaseCount, int32_t * previousCount, MethodInfo * method)); DO_APP_FUNC(0x027844D0, void, ThreadExceptionEventArgs__ctor, (ThreadExceptionEventArgs * __this, Exception * t, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Exception *, ThreadExceptionEventArgs_get_Exception, (ThreadExceptionEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, ThreadExceptionEventHandler__ctor, (ThreadExceptionEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ThreadExceptionEventHandler_Invoke, (ThreadExceptionEventHandler * __this, Object * sender, ThreadExceptionEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, ThreadExceptionEventHandler_BeginInvoke, (ThreadExceptionEventHandler * __this, Object * sender, ThreadExceptionEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ThreadExceptionEventHandler_EndInvoke, (ThreadExceptionEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, FrameworkName_get_Identifier, (FrameworkName * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Version *, FrameworkName_get_Version, (FrameworkName * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, FrameworkName_get_Profile, (FrameworkName * __this, MethodInfo * method)); DO_APP_FUNC(0x02784570, String *, FrameworkName_get_FullName, (FrameworkName * __this, MethodInfo * method)); DO_APP_FUNC(0x02784830, bool, FrameworkName_Equals, (FrameworkName * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02784890, bool, FrameworkName_Equals_1, (FrameworkName * __this, FrameworkName * other, MethodInfo * method)); DO_APP_FUNC(0x027849A0, int32_t, FrameworkName_GetHashCode, (FrameworkName * __this, MethodInfo * method)); DO_APP_FUNC(0x02784A30, String *, FrameworkName_ToString, (FrameworkName * __this, MethodInfo * method)); DO_APP_FUNC(0x02784A40, void, FrameworkName__ctor, (FrameworkName * __this, String * identifier, Version * version, MethodInfo * method)); DO_APP_FUNC(0x02784A60, void, FrameworkName__ctor_1, (FrameworkName * __this, String * identifier, Version * version, String * profile, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3220, FrameworkName__ctor_1__MethodInfo); DO_APP_FUNC(0x02784D70, void, FrameworkName__ctor_2, (FrameworkName * __this, String * frameworkName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3238, FrameworkName__ctor_2__MethodInfo); DO_APP_FUNC(0x027855B0, bool, FrameworkName_op_Equality, (FrameworkName * left, FrameworkName * right, MethodInfo * method)); DO_APP_FUNC(0x027855D0, bool, FrameworkName_op_Inequality, (FrameworkName * left, FrameworkName * right, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, DefaultParameterValueAttribute__ctor, (DefaultParameterValueAttribute * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, DefaultParameterValueAttribute_get_Value, (DefaultParameterValueAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02785600, void, HandleCollector__ctor, (HandleCollector * __this, String * name, int32_t initialThreshold, MethodInfo * method)); DO_APP_FUNC(0x02785620, void, HandleCollector__ctor_1, (HandleCollector * __this, String * name, int32_t initialThreshold, int32_t maximumThreshold, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB73D0, HandleCollector__ctor_1__MethodInfo); DO_APP_FUNC(0x003CB0C0, int32_t, HandleCollector_get_Count, (HandleCollector * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, HandleCollector_get_InitialThreshold, (HandleCollector * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, HandleCollector_get_MaximumThreshold, (HandleCollector * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, HandleCollector_get_Name, (HandleCollector * __this, MethodInfo * method)); DO_APP_FUNC(0x02785870, void, HandleCollector_Add, (HandleCollector * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB73E0, HandleCollector_Add__MethodInfo); DO_APP_FUNC(0x02785C50, void, HandleCollector_Remove, (HandleCollector * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB73A8, HandleCollector_Remove__MethodInfo); DO_APP_FUNC(0x02785EF0, void, IAdviseSink_OnClose, (IAdviseSink * __this, MethodInfo * method)); DO_APP_FUNC(0x02785F10, void, IAdviseSink_OnDataChange, (IAdviseSink * __this, FORMATETC * format, STGMEDIUM * stgmedium, MethodInfo * method)); DO_APP_FUNC(0x02785FB0, void, IAdviseSink_OnRename, (IAdviseSink * __this, IMoniker * moniker, MethodInfo * method)); DO_APP_FUNC(0x02786040, void, IAdviseSink_OnSave, (IAdviseSink * __this, MethodInfo * method)); DO_APP_FUNC(0x02786060, void, IAdviseSink_OnViewChange, (IAdviseSink * __this, int32_t aspect, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x027860A0, int32_t, IDataObject_DAdvise, (IDataObject * __this, FORMATETC * pFormatetc, ADVF__Enum advf, IAdviseSink * adviseSink, int32_t * connection, MethodInfo * method)); DO_APP_FUNC(0x02786150, void, IDataObject_DUnadvise, (IDataObject * __this, int32_t connection, MethodInfo * method)); DO_APP_FUNC(0x02786190, int32_t, IDataObject_EnumDAdvise, (IDataObject * __this, IEnumSTATDATA * * enumAdvise, MethodInfo * method)); DO_APP_FUNC(0x027862B0, IEnumFORMATETC *, IDataObject_EnumFormatEtc, (IDataObject * __this, DATADIR__Enum direction, MethodInfo * method)); DO_APP_FUNC(0x02786380, int32_t, IDataObject_GetCanonicalFormatEtc, (IDataObject * __this, FORMATETC * formatIn, FORMATETC * formatOut, MethodInfo * method)); DO_APP_FUNC(0x027863C0, void, IDataObject_GetData, (IDataObject * __this, FORMATETC * format, STGMEDIUM * medium, MethodInfo * method)); DO_APP_FUNC(0x027864A0, void, IDataObject_GetDataHere, (IDataObject * __this, FORMATETC * format, STGMEDIUM * medium, MethodInfo * method)); DO_APP_FUNC(0x02786700, int32_t, IDataObject_QueryGetData, (IDataObject * __this, FORMATETC * format, MethodInfo * method)); DO_APP_FUNC(0x02786730, void, IDataObject_SetData, (IDataObject * __this, FORMATETC * formatIn, STGMEDIUM * medium, bool release, MethodInfo * method)); DO_APP_FUNC(0x027867F0, void, IEnumFORMATETC_Clone, (IEnumFORMATETC * __this, IEnumFORMATETC * * newEnum, MethodInfo * method)); DO_APP_FUNC(0x02786920, int32_t, IEnumFORMATETC_Next, (IEnumFORMATETC * __this, int32_t celt, FORMATETC__Array * rgelt, Int32__Array * pceltFetched, MethodInfo * method)); DO_APP_FUNC(0x02786A60, int32_t, IEnumFORMATETC_Reset, (IEnumFORMATETC * __this, MethodInfo * method)); DO_APP_FUNC(0x02786A80, int32_t, IEnumFORMATETC_Skip, (IEnumFORMATETC * __this, int32_t celt, MethodInfo * method)); DO_APP_FUNC(0x02786AB0, void, IEnumSTATDATA_Clone, (IEnumSTATDATA * __this, IEnumSTATDATA * * newEnum, MethodInfo * method)); DO_APP_FUNC(0x02786BE0, int32_t, IEnumSTATDATA_Next, (IEnumSTATDATA * __this, int32_t celt, STATDATA__Array * rgelt, Int32__Array * pceltFetched, MethodInfo * method)); DO_APP_FUNC(0x02786F40, int32_t, IEnumSTATDATA_Reset, (IEnumSTATDATA * __this, MethodInfo * method)); DO_APP_FUNC(0x02786F60, int32_t, IEnumSTATDATA_Skip, (IEnumSTATDATA * __this, int32_t celt, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, ElapsedEventHandler__ctor, (ElapsedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ElapsedEventHandler_Invoke, (ElapsedEventHandler * __this, Object * sender, ElapsedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, ElapsedEventHandler_BeginInvoke, (ElapsedEventHandler * __this, Object * sender, ElapsedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ElapsedEventHandler_EndInvoke, (ElapsedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02786F90, void, Timer_1__ctor, (Timer_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x027870A0, void, Timer_1__ctor_1, (Timer_1 * __this, double interval, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7390, Timer_1__ctor_1__MethodInfo); DO_APP_FUNC(0x008FC900, bool, Timer_1_get_AutoReset, (Timer_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x027872E0, void, Timer_1_set_AutoReset, (Timer_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, Timer_1_get_Enabled, (Timer_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02787370, void, Timer_1_set_Enabled, (Timer_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7388, Timer_1_set_Enabled__MethodInfo); DO_APP_FUNC(0x027875C0, int32_t, Timer_1_CalculateRoundedInterval, (double interval, bool argumentCheck, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7350, Timer_1_CalculateRoundedInterval__MethodInfo); DO_APP_FUNC(0x027877C0, void, Timer_1_UpdateTimer, (Timer_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01F53DC0, double, Timer_1_get_Interval, (Timer_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02787810, void, Timer_1_set_Interval, (Timer_1 * __this, double value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7368, Timer_1_set_Interval__MethodInfo); DO_APP_FUNC(0x027879A0, void, Timer_1_add_Elapsed, (Timer_1 * __this, ElapsedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02787A90, void, Timer_1_remove_Elapsed, (Timer_1 * __this, ElapsedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02787B80, void, Timer_1_set_Site, (Timer_1 * __this, ISite * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ISite *, Timer_1_get_Site, (Timer_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02787C20, ISynchronizeInvoke *, Timer_1_get_SynchronizingObject, (Timer_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, Timer_1_set_SynchronizingObject, (Timer_1 * __this, ISynchronizeInvoke * value, MethodInfo * method)); DO_APP_FUNC(0x02787DE0, void, Timer_1_BeginInit, (Timer_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02787E00, void, Timer_1_Close, (Timer_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02787EB0, void, Timer_1_Dispose, (Timer_1 * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02787EF0, void, Timer_1_EndInit, (Timer_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02787F00, void, Timer_1_Start, (Timer_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02787F10, void, Timer_1_Stop, (Timer_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02787F20, void, Timer_1_MyTimerCallback, (Timer_1 * __this, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7380, Timer_1_MyTimerCallback__MethodInfo); DO_APP_FUNC(0x02788160, void, TimersDescriptionAttribute__ctor, (TimersDescriptionAttribute * __this, String * description, MethodInfo * method)); DO_APP_FUNC(0x02780A30, String *, TimersDescriptionAttribute_get_Description, (TimersDescriptionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02788200, void, ElapsedEventArgs__ctor, (ElapsedEventArgs * __this, DateTime time, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, DateTime, ElapsedEventArgs_get_SignalTime, (ElapsedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x02788260, void, ElapsedEventArgs__ctor_1, (ElapsedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB72E0, ElapsedEventArgs__ctor_1__MethodInfo); DO_APP_FUNC(0x003AC050, void, HttpUtility__ctor, (HttpUtility * __this, MethodInfo * method)); DO_APP_FUNC(0x02788290, void, HttpUtility_HtmlAttributeEncode, (String * s, TextWriter * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7348, HttpUtility_HtmlAttributeEncode__MethodInfo); DO_APP_FUNC(0x02788370, String *, HttpUtility_HtmlAttributeEncode_1, (String * s, MethodInfo * method)); DO_APP_FUNC(0x027884F0, String *, HttpUtility_UrlDecode, (String * str, MethodInfo * method)); DO_APP_FUNC(0x02788520, Char__Array *, HttpUtility_GetChars, (MemoryStream * b, Encoding * e, MethodInfo * method)); DO_APP_FUNC(0x027885B0, void, HttpUtility_WriteCharBytes, (IList * buf, uint16_t ch, Encoding * e, MethodInfo * method)); DO_APP_FUNC(0x02788790, String *, HttpUtility_UrlDecode_1, (String * str, Encoding * e, MethodInfo * method)); DO_APP_FUNC(0x02788B60, String *, HttpUtility_UrlDecode_2, (Byte__Array * bytes, Encoding * e, MethodInfo * method)); DO_APP_FUNC(0x02788B90, int32_t, HttpUtility_GetInt, (uint8_t b, MethodInfo * method)); DO_APP_FUNC(0x02788BC0, int32_t, HttpUtility_GetChar, (Byte__Array * bytes, int32_t offset, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02788C40, int32_t, HttpUtility_GetChar_1, (String * str, int32_t offset, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02788CF0, String *, HttpUtility_UrlDecode_3, (Byte__Array * bytes, int32_t offset, int32_t count, Encoding * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7300, HttpUtility_UrlDecode_3__MethodInfo); DO_APP_FUNC(0x02789310, Byte__Array *, HttpUtility_UrlDecodeToBytes, (Byte__Array * bytes, MethodInfo * method)); DO_APP_FUNC(0x02789330, Byte__Array *, HttpUtility_UrlDecodeToBytes_1, (String * str, MethodInfo * method)); DO_APP_FUNC(0x027893E0, Byte__Array *, HttpUtility_UrlDecodeToBytes_2, (String * str, Encoding * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7308, HttpUtility_UrlDecodeToBytes_2__MethodInfo); DO_APP_FUNC(0x02789490, Byte__Array *, HttpUtility_UrlDecodeToBytes_3, (Byte__Array * bytes, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7320, HttpUtility_UrlDecodeToBytes_3__MethodInfo); DO_APP_FUNC(0x02789720, String *, HttpUtility_UrlEncode, (String * str, MethodInfo * method)); DO_APP_FUNC(0x02789750, String *, HttpUtility_UrlEncode_1, (String * str, Encoding * e, MethodInfo * method)); DO_APP_FUNC(0x027899A0, String *, HttpUtility_UrlEncode_2, (Byte__Array * bytes, MethodInfo * method)); DO_APP_FUNC(0x02789A50, String *, HttpUtility_UrlEncode_3, (Byte__Array * bytes, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02789B20, Byte__Array *, HttpUtility_UrlEncodeToBytes, (String * str, MethodInfo * method)); DO_APP_FUNC(0x02789BD0, Byte__Array *, HttpUtility_UrlEncodeToBytes_1, (String * str, Encoding * e, MethodInfo * method)); DO_APP_FUNC(0x02789C80, Byte__Array *, HttpUtility_UrlEncodeToBytes_2, (Byte__Array * bytes, MethodInfo * method)); DO_APP_FUNC(0x02789CF0, Byte__Array *, HttpUtility_UrlEncodeToBytes_3, (Byte__Array * bytes, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02789DA0, String *, HttpUtility_UrlEncodeUnicode, (String * str, MethodInfo * method)); DO_APP_FUNC(0x02789F10, Byte__Array *, HttpUtility_UrlEncodeUnicodeToBytes, (String * str, MethodInfo * method)); DO_APP_FUNC(0x0278A050, String *, HttpUtility_HtmlDecode, (String * s, MethodInfo * method)); DO_APP_FUNC(0x0278A1D0, void, HttpUtility_HtmlDecode_1, (String * s, TextWriter * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB72C8, HttpUtility_HtmlDecode_1__MethodInfo); DO_APP_FUNC(0x0278A2B0, String *, HttpUtility_HtmlEncode, (String * s, MethodInfo * method)); DO_APP_FUNC(0x0278A430, void, HttpUtility_HtmlEncode_1, (String * s, TextWriter * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB72D0, HttpUtility_HtmlEncode_1__MethodInfo); DO_APP_FUNC(0x0278A510, String *, HttpUtility_HtmlEncode_2, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0278A550, String *, HttpUtility_JavaScriptStringEncode, (String * value, MethodInfo * method)); DO_APP_FUNC(0x0278A560, String *, HttpUtility_JavaScriptStringEncode_1, (String * value, bool addDoubleQuotes, MethodInfo * method)); DO_APP_FUNC(0x0278A970, String *, HttpUtility_UrlPathEncode, (String * str, MethodInfo * method)); DO_APP_FUNC(0x0278A9E0, NameValueCollection *, HttpUtility_ParseQueryString, (String * query, MethodInfo * method)); DO_APP_FUNC(0x0278ABA0, NameValueCollection *, HttpUtility_ParseQueryString_1, (String * query, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7228, HttpUtility_ParseQueryString_1__MethodInfo); DO_APP_FUNC(0x0278AD50, void, HttpUtility_ParseQueryString_2, (String * query, Encoding * encoding, NameValueCollection * result, MethodInfo * method)); DO_APP_FUNC(0x0278AF30, String *, HttpUtility_HttpQSCollection_ToString, (HttpUtility_HttpQSCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0278B150, void, HttpUtility_HttpQSCollection__ctor, (HttpUtility_HttpQSCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Helpers_1__ctor, (Helpers_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0278B160, void, Helpers_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0278B270, IDictionary_2_System_String_System_Char_ *, HttpEncoder_get_Entities, (MethodInfo * method)); DO_APP_FUNC(0x0278B460, HttpEncoder *, HttpEncoder_get_Current, (MethodInfo * method)); DO_APP_FUNC(0x0278B5A0, void, HttpEncoder_set_Current, (HttpEncoder * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7218, HttpEncoder_set_Current__MethodInfo); DO_APP_FUNC(0x0278B6B0, HttpEncoder *, HttpEncoder_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x0278B730, void, HttpEncoder__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HttpEncoder__ctor, (HttpEncoder * __this, MethodInfo * method)); DO_APP_FUNC(0x0278BB00, void, HttpEncoder_HeaderNameValueEncode, (HttpEncoder * __this, String * headerName, String * headerValue, String * * encodedHeaderName, String * * encodedHeaderValue, MethodInfo * method)); DO_APP_FUNC(0x0278BD10, void, HttpEncoder_StringBuilderAppend, (String * s, StringBuilder * * sb, MethodInfo * method)); DO_APP_FUNC(0x0278BE10, String *, HttpEncoder_EncodeHeaderString, (String * input, MethodInfo * method)); DO_APP_FUNC(0x0278BF50, void, HttpEncoder_HtmlAttributeEncode, (HttpEncoder * __this, String * value, TextWriter * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7198, HttpEncoder_HtmlAttributeEncode__MethodInfo); DO_APP_FUNC(0x0278C030, void, HttpEncoder_HtmlDecode, (HttpEncoder * __this, String * value, TextWriter * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB71A8, HttpEncoder_HtmlDecode__MethodInfo); DO_APP_FUNC(0x0278C100, void, HttpEncoder_HtmlEncode, (HttpEncoder * __this, String * value, TextWriter * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7190, HttpEncoder_HtmlEncode__MethodInfo); DO_APP_FUNC(0x0278C1D0, Byte__Array *, HttpEncoder_UrlEncode, (HttpEncoder * __this, Byte__Array * bytes, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0278C240, HttpEncoder *, HttpEncoder_GetCustomEncoderFromConfig, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7288, HttpEncoder_GetCustomEncoderFromConfig__MethodInfo); DO_APP_FUNC(0x0278C2C0, String *, HttpEncoder_UrlPathEncode, (HttpEncoder * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0278C420, Byte__Array *, HttpEncoder_UrlEncodeToBytes, (Byte__Array * bytes, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB71F0, HttpEncoder_UrlEncodeToBytes__MethodInfo); DO_APP_FUNC(0x0278C680, String *, HttpEncoder_HtmlEncode_1, (String * s, MethodInfo * method)); DO_APP_FUNC(0x0278CA40, String *, HttpEncoder_HtmlAttributeEncode_1, (String * s, MethodInfo * method)); DO_APP_FUNC(0x0278CC70, String *, HttpEncoder_HtmlDecode_1, (String * s, MethodInfo * method)); DO_APP_FUNC(0x0278D5A0, bool, HttpEncoder_NotEncoded, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x0278D5D0, void, HttpEncoder_UrlEncodeChar, (uint16_t c, Stream * result, bool isUnicode, MethodInfo * method)); DO_APP_FUNC(0x0278D8E0, void, HttpEncoder_UrlPathEncodeChar, (uint16_t c, Stream * result, MethodInfo * method)); DO_APP_FUNC(0x0278DAF0, void, HttpEncoder_InitEntities, (MethodInfo * method)); DO_APP_FUNC(0x02791A80, String *, HttpEncoder_JavaScriptStringEncode, (HttpEncoder * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6908, HttpEncoder_JavaScriptStringEncode__MethodInfo); DO_APP_FUNC(0x02791AB0, void, HttpEncoder_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HttpEncoder_c__ctor, (HttpEncoder_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02791B60, HttpEncoder *, HttpEncoder_c___cctor_b__13_0, (HttpEncoder_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7278, HttpEncoder_c___cctor_b__13_0__MethodInfo); DO_APP_FUNC(0x02791BB0, void, Capture__ctor, (Capture * __this, String * text, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Capture_get_Index, (Capture * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Capture_set_Index, (Capture * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, Capture_get_Length, (Capture * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, Capture_set_Length, (Capture * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, Capture_get_Text, (Capture * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, Capture_set_Text, (Capture * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02791C20, String *, Capture_get_Value, (Capture * __this, MethodInfo * method)); DO_APP_FUNC(0x02791C20, String *, Capture_ToString, (Capture * __this, MethodInfo * method)); DO_APP_FUNC(0x02791C50, ReadOnlySpan_1_Char_, Capture_GetLeftSubstring, (Capture * __this, MethodInfo * method)); DO_APP_FUNC(0x02791CE0, ReadOnlySpan_1_Char_, Capture_GetRightSubstring, (Capture * __this, MethodInfo * method)); DO_APP_FUNC(0x02791D90, void, Capture__ctor_1, (Capture * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB68C8, Capture__ctor_1__MethodInfo); DO_APP_FUNC(0x02791DC0, void, CaptureCollection__ctor, (CaptureCollection * __this, Group * group, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, CaptureCollection_get_IsReadOnly, (CaptureCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, CaptureCollection_get_Count, (CaptureCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02791E30, Capture *, CaptureCollection_get_Item, (CaptureCollection * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02791EF0, IEnumerator *, CaptureCollection_GetEnumerator, (CaptureCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02791FA0, IEnumerator_1_System_Text_RegularExpressions_Capture_ *, CaptureCollection_System_Collections_Generic_IEnumerable_System_Text_RegularExpressions_Capture__GetEnumerator, (CaptureCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02791E30, Capture *, CaptureCollection_GetCapture, (CaptureCollection * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6658, CaptureCollection_GetCapture__MethodInfo); DO_APP_FUNC(0x02792050, void, CaptureCollection_ForceInitialized, (CaptureCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, CaptureCollection_get_IsSynchronized, (CaptureCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, CaptureCollection_get_SyncRoot, (CaptureCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x027922D0, void, CaptureCollection_CopyTo, (CaptureCollection * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB66A0, CaptureCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x02792390, void, CaptureCollection_CopyTo_1, (CaptureCollection * __this, Capture__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6610, CaptureCollection_CopyTo_1__MethodInfo); DO_APP_FUNC(0x027925A0, int32_t, CaptureCollection_System_Collections_Generic_IList_System_Text_RegularExpressions_Capture__IndexOf, (CaptureCollection * __this, Capture * item, MethodInfo * method)); DO_APP_FUNC(0x02792650, void, CaptureCollection_System_Collections_Generic_IList_System_Text_RegularExpressions_Capture__Insert, (CaptureCollection * __this, int32_t index, Capture * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6638, CaptureCollection_System_Collections_Generic_IList_System_Text_RegularExpressions_Capture__Insert__MethodInfo); DO_APP_FUNC(0x027926B0, void, CaptureCollection_System_Collections_Generic_IList_System_Text_RegularExpressions_Capture__RemoveAt, (CaptureCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6648, CaptureCollection_System_Collections_Generic_IList_System_Text_RegularExpressions_Capture__RemoveAt__MethodInfo); DO_APP_FUNC(0x02792710, Capture *, CaptureCollection_System_Collections_Generic_IList_System_Text_RegularExpressions_Capture__get_Item, (CaptureCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02792720, void, CaptureCollection_System_Collections_Generic_IList_System_Text_RegularExpressions_Capture__set_Item, (CaptureCollection * __this, int32_t index, Capture * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6620, CaptureCollection_System_Collections_Generic_IList_System_Text_RegularExpressions_Capture__set_Item__MethodInfo); DO_APP_FUNC(0x02792780, void, CaptureCollection_System_Collections_Generic_ICollection_System_Text_RegularExpressions_Capture__Add, (CaptureCollection * __this, Capture * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6630, CaptureCollection_System_Collections_Generic_ICollection_System_Text_RegularExpressions_Capture__Add__MethodInfo); DO_APP_FUNC(0x027927E0, void, CaptureCollection_System_Collections_Generic_ICollection_System_Text_RegularExpressions_Capture__Clear, (CaptureCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6718, CaptureCollection_System_Collections_Generic_ICollection_System_Text_RegularExpressions_Capture__Clear__MethodInfo); DO_APP_FUNC(0x02792840, bool, CaptureCollection_System_Collections_Generic_ICollection_System_Text_RegularExpressions_Capture__Contains, (CaptureCollection * __this, Capture * item, MethodInfo * method)); DO_APP_FUNC(0x027928A0, bool, CaptureCollection_System_Collections_Generic_ICollection_System_Text_RegularExpressions_Capture__Remove, (CaptureCollection * __this, Capture * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6738, CaptureCollection_System_Collections_Generic_ICollection_System_Text_RegularExpressions_Capture__Remove__MethodInfo); DO_APP_FUNC(0x02792900, int32_t, CaptureCollection_System_Collections_IList_Add, (CaptureCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6748, CaptureCollection_System_Collections_IList_Add__MethodInfo); DO_APP_FUNC(0x02792960, void, CaptureCollection_System_Collections_IList_Clear, (CaptureCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6720, CaptureCollection_System_Collections_IList_Clear__MethodInfo); DO_APP_FUNC(0x027929C0, bool, CaptureCollection_System_Collections_IList_Contains, (CaptureCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02792B10, int32_t, CaptureCollection_System_Collections_IList_IndexOf, (CaptureCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02792BE0, void, CaptureCollection_System_Collections_IList_Insert, (CaptureCollection * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB66F8, CaptureCollection_System_Collections_IList_Insert__MethodInfo); DO_APP_FUNC(0x00418D30, bool, CaptureCollection_System_Collections_IList_get_IsFixedSize, (CaptureCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02792C40, void, CaptureCollection_System_Collections_IList_Remove, (CaptureCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6708, CaptureCollection_System_Collections_IList_Remove__MethodInfo); DO_APP_FUNC(0x02792CA0, void, CaptureCollection_System_Collections_IList_RemoveAt, (CaptureCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB66E0, CaptureCollection_System_Collections_IList_RemoveAt__MethodInfo); DO_APP_FUNC(0x02792710, Object *, CaptureCollection_System_Collections_IList_get_Item, (CaptureCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02792D00, void, CaptureCollection_System_Collections_IList_set_Item, (CaptureCollection * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB66E8, CaptureCollection_System_Collections_IList_set_Item__MethodInfo); DO_APP_FUNC(0x02792D60, void, CaptureCollection__ctor_1, (CaptureCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6590, CaptureCollection__ctor_1__MethodInfo); DO_APP_FUNC(0x01AF5220, void, CaptureCollection_Enumerator__ctor, (CaptureCollection_Enumerator * __this, CaptureCollection * collection, MethodInfo * method)); DO_APP_FUNC(0x02792D90, bool, CaptureCollection_Enumerator_MoveNext, (CaptureCollection_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02792DD0, Capture *, CaptureCollection_Enumerator_get_Current, (CaptureCollection_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6598, CaptureCollection_Enumerator_get_Current__MethodInfo); DO_APP_FUNC(0x02792DD0, Object *, CaptureCollection_Enumerator_System_Collections_IEnumerator_get_Current, (CaptureCollection_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x00727E20, void, CaptureCollection_Enumerator_System_Collections_IEnumerator_Reset, (CaptureCollection_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CaptureCollection_Enumerator_System_IDisposable_Dispose, (CaptureCollection_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02792E60, void, Group__ctor, (Group * __this, String * text, Int32__Array * caps, int32_t capcount, String * name, MethodInfo * method)); DO_APP_FUNC(0x02793000, bool, Group_get_Success, (Group * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, Group_get_Name, (Group * __this, MethodInfo * method)); DO_APP_FUNC(0x02793010, CaptureCollection *, Group_get_Captures, (Group * __this, MethodInfo * method)); DO_APP_FUNC(0x02793130, Group *, Group_Synchronized, (Group * inner, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6550, Group_Synchronized__MethodInfo); DO_APP_FUNC(0x027931C0, void, Group__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02793340, void, Group__ctor_1, (Group * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6570, Group__ctor_1__MethodInfo); DO_APP_FUNC(0x003BAE40, void, GroupCollection__ctor, (GroupCollection * __this, Match * match, Hashtable * caps, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, GroupCollection_get_IsReadOnly, (GroupCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02793370, int32_t, GroupCollection_get_Count, (GroupCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x027933A0, Group *, GroupCollection_get_Item, (GroupCollection * __this, int32_t groupnum, MethodInfo * method)); DO_APP_FUNC(0x027933B0, Group *, GroupCollection_get_Item_1, (GroupCollection * __this, String * groupname, MethodInfo * method)); DO_APP_FUNC(0x02793580, IEnumerator *, GroupCollection_GetEnumerator, (GroupCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02793630, IEnumerator_1_System_Text_RegularExpressions_Group_ *, GroupCollection_System_Collections_Generic_IEnumerable_System_Text_RegularExpressions_Group__GetEnumerator, (GroupCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x027936E0, Group *, GroupCollection_GetGroup, (GroupCollection * __this, int32_t groupnum, MethodInfo * method)); DO_APP_FUNC(0x02793C40, Group *, GroupCollection_GetGroupImpl, (GroupCollection * __this, int32_t groupnum, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, GroupCollection_get_IsSynchronized, (GroupCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, GroupCollection_get_SyncRoot, (GroupCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02794040, void, GroupCollection_CopyTo, (GroupCollection * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB65E8, GroupCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x02794120, void, GroupCollection_CopyTo_1, (GroupCollection * __this, Group__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB65D0, GroupCollection_CopyTo_1__MethodInfo); DO_APP_FUNC(0x02794380, int32_t, GroupCollection_System_Collections_Generic_IList_System_Text_RegularExpressions_Group__IndexOf, (GroupCollection * __this, Group * item, MethodInfo * method)); DO_APP_FUNC(0x02794460, void, GroupCollection_System_Collections_Generic_IList_System_Text_RegularExpressions_Group__Insert, (GroupCollection * __this, int32_t index, Group * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6448, GroupCollection_System_Collections_Generic_IList_System_Text_RegularExpressions_Group__Insert__MethodInfo); DO_APP_FUNC(0x027944C0, void, GroupCollection_System_Collections_Generic_IList_System_Text_RegularExpressions_Group__RemoveAt, (GroupCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6450, GroupCollection_System_Collections_Generic_IList_System_Text_RegularExpressions_Group__RemoveAt__MethodInfo); DO_APP_FUNC(0x027933A0, Group *, GroupCollection_System_Collections_Generic_IList_System_Text_RegularExpressions_Group__get_Item, (GroupCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02794520, void, GroupCollection_System_Collections_Generic_IList_System_Text_RegularExpressions_Group__set_Item, (GroupCollection * __this, int32_t index, Group * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6488, GroupCollection_System_Collections_Generic_IList_System_Text_RegularExpressions_Group__set_Item__MethodInfo); DO_APP_FUNC(0x02794580, void, GroupCollection_System_Collections_Generic_ICollection_System_Text_RegularExpressions_Group__Add, (GroupCollection * __this, Group * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6490, GroupCollection_System_Collections_Generic_ICollection_System_Text_RegularExpressions_Group__Add__MethodInfo); DO_APP_FUNC(0x027945E0, void, GroupCollection_System_Collections_Generic_ICollection_System_Text_RegularExpressions_Group__Clear, (GroupCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6478, GroupCollection_System_Collections_Generic_ICollection_System_Text_RegularExpressions_Group__Clear__MethodInfo); DO_APP_FUNC(0x02794640, bool, GroupCollection_System_Collections_Generic_ICollection_System_Text_RegularExpressions_Group__Contains, (GroupCollection * __this, Group * item, MethodInfo * method)); DO_APP_FUNC(0x027946A0, bool, GroupCollection_System_Collections_Generic_ICollection_System_Text_RegularExpressions_Group__Remove, (GroupCollection * __this, Group * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB63D0, GroupCollection_System_Collections_Generic_ICollection_System_Text_RegularExpressions_Group__Remove__MethodInfo); DO_APP_FUNC(0x02794700, int32_t, GroupCollection_System_Collections_IList_Add, (GroupCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB63E8, GroupCollection_System_Collections_IList_Add__MethodInfo); DO_APP_FUNC(0x02794760, void, GroupCollection_System_Collections_IList_Clear, (GroupCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6430, GroupCollection_System_Collections_IList_Clear__MethodInfo); DO_APP_FUNC(0x027947C0, bool, GroupCollection_System_Collections_IList_Contains, (GroupCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02794910, int32_t, GroupCollection_System_Collections_IList_IndexOf, (GroupCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x027949E0, void, GroupCollection_System_Collections_IList_Insert, (GroupCollection * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB64F8, GroupCollection_System_Collections_IList_Insert__MethodInfo); DO_APP_FUNC(0x00418D30, bool, GroupCollection_System_Collections_IList_get_IsFixedSize, (GroupCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02794A40, void, GroupCollection_System_Collections_IList_Remove, (GroupCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6500, GroupCollection_System_Collections_IList_Remove__MethodInfo); DO_APP_FUNC(0x02794AA0, void, GroupCollection_System_Collections_IList_RemoveAt, (GroupCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6518, GroupCollection_System_Collections_IList_RemoveAt__MethodInfo); DO_APP_FUNC(0x027933A0, Object *, GroupCollection_System_Collections_IList_get_Item, (GroupCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02794B00, void, GroupCollection_System_Collections_IList_set_Item, (GroupCollection * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6528, GroupCollection_System_Collections_IList_set_Item__MethodInfo); DO_APP_FUNC(0x02794B60, void, GroupCollection__ctor_1, (GroupCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB64B8, GroupCollection__ctor_1__MethodInfo); DO_APP_FUNC(0x01AF5220, void, GroupCollection_Enumerator__ctor, (GroupCollection_Enumerator * __this, GroupCollection * collection, MethodInfo * method)); DO_APP_FUNC(0x02794B90, bool, GroupCollection_Enumerator_MoveNext, (GroupCollection_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02794BE0, Group *, GroupCollection_Enumerator_get_Current, (GroupCollection_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB64C0, GroupCollection_Enumerator_get_Current__MethodInfo); DO_APP_FUNC(0x02794BE0, Object *, GroupCollection_Enumerator_System_Collections_IEnumerator_get_Current, (GroupCollection_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x00727E20, void, GroupCollection_Enumerator_System_Collections_IEnumerator_Reset, (GroupCollection_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GroupCollection_Enumerator_System_IDisposable_Dispose, (GroupCollection_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02794C90, void, Match__ctor, (Match * __this, Regex * regex, int32_t capcount, String * text, int32_t begpos, int32_t len, int32_t startpos, MethodInfo * method)); DO_APP_FUNC(0x02794EF0, Match *, Match_get_Empty, (MethodInfo * method)); DO_APP_FUNC(0x02794F50, void, Match_Reset, (Match * __this, Regex * regex, String * text, int32_t textbeg, int32_t textend, int32_t textstart, MethodInfo * method)); DO_APP_FUNC(0x02795070, GroupCollection *, Match_get_Groups, (Match * __this, MethodInfo * method)); DO_APP_FUNC(0x02795130, Match *, Match_NextMatch, (Match * __this, MethodInfo * method)); DO_APP_FUNC(0x02795180, String *, Match_Result, (Match * __this, String * replacement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB62E0, Match_Result__MethodInfo); DO_APP_FUNC(0x02795290, ReadOnlySpan_1_Char_, Match_GroupToStringImpl, (Match * __this, int32_t groupnum, MethodInfo * method)); DO_APP_FUNC(0x02795440, ReadOnlySpan_1_Char_, Match_LastGroupToStringImpl, (Match * __this, MethodInfo * method)); DO_APP_FUNC(0x02795490, Match *, Match_Synchronized, (Match * inner, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB62B8, Match_Synchronized__MethodInfo); DO_APP_FUNC(0x02795630, void, Match_AddMatch, (Match * __this, int32_t cap, int32_t start, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x02795880, void, Match_BalanceMatch, (Match * __this, int32_t cap, MethodInfo * method)); DO_APP_FUNC(0x027959F0, void, Match_RemoveMatch, (Match * __this, int32_t cap, MethodInfo * method)); DO_APP_FUNC(0x02795A20, bool, Match_IsMatched, (Match * __this, int32_t cap, MethodInfo * method)); DO_APP_FUNC(0x02795AA0, int32_t, Match_MatchIndex, (Match * __this, int32_t cap, MethodInfo * method)); DO_APP_FUNC(0x02795B30, int32_t, Match_MatchLength, (Match * __this, int32_t cap, MethodInfo * method)); DO_APP_FUNC(0x02795BC0, void, Match_Tidy, (Match * __this, int32_t textpos, MethodInfo * method)); DO_APP_FUNC(0x02795D60, void, Match__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02795E70, void, Match__ctor_1, (Match * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6390, Match__ctor_1__MethodInfo); DO_APP_FUNC(0x02795EA0, void, MatchSparse__ctor, (MatchSparse * __this, Regex * regex, Hashtable * caps, int32_t capcount, String * text, int32_t begpos, int32_t len, int32_t startpos, MethodInfo * method)); DO_APP_FUNC(0x02795FA0, GroupCollection *, MatchSparse_get_Groups, (MatchSparse * __this, MethodInfo * method)); DO_APP_FUNC(0x02796070, void, MatchCollection__ctor, (MatchCollection * __this, Regex * regex, String * input, int32_t beginning, int32_t length, int32_t startat, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6310, MatchCollection__ctor__MethodInfo); DO_APP_FUNC(0x00418D30, bool, MatchCollection_get_IsReadOnly, (MatchCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x027962A0, int32_t, MatchCollection_get_Count, (MatchCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02796300, Match *, MatchCollection_get_Item, (MatchCollection * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6360, MatchCollection_get_Item__MethodInfo); DO_APP_FUNC(0x027963C0, IEnumerator *, MatchCollection_GetEnumerator, (MatchCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02796470, IEnumerator_1_System_Text_RegularExpressions_Match_ *, MatchCollection_System_Collections_Generic_IEnumerable_System_Text_RegularExpressions_Match__GetEnumerator, (MatchCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02796520, Match *, MatchCollection_GetMatch, (MatchCollection * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x027966C0, void, MatchCollection_EnsureInitialized, (MatchCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, MatchCollection_get_IsSynchronized, (MatchCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Object *, MatchCollection_get_SyncRoot, (MatchCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x027966E0, void, MatchCollection_CopyTo, (MatchCollection * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x02796760, void, MatchCollection_CopyTo_1, (MatchCollection * __this, Match__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x027967F0, int32_t, MatchCollection_System_Collections_Generic_IList_System_Text_RegularExpressions_Match__IndexOf, (MatchCollection * __this, Match * item, MethodInfo * method)); DO_APP_FUNC(0x027968A0, void, MatchCollection_System_Collections_Generic_IList_System_Text_RegularExpressions_Match__Insert, (MatchCollection * __this, int32_t index, Match * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6278, MatchCollection_System_Collections_Generic_IList_System_Text_RegularExpressions_Match__Insert__MethodInfo); DO_APP_FUNC(0x02796900, void, MatchCollection_System_Collections_Generic_IList_System_Text_RegularExpressions_Match__RemoveAt, (MatchCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6250, MatchCollection_System_Collections_Generic_IList_System_Text_RegularExpressions_Match__RemoveAt__MethodInfo); DO_APP_FUNC(0x010FFC40, Match *, MatchCollection_System_Collections_Generic_IList_System_Text_RegularExpressions_Match__get_Item, (MatchCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02796960, void, MatchCollection_System_Collections_Generic_IList_System_Text_RegularExpressions_Match__set_Item, (MatchCollection * __this, int32_t index, Match * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6260, MatchCollection_System_Collections_Generic_IList_System_Text_RegularExpressions_Match__set_Item__MethodInfo); DO_APP_FUNC(0x027969C0, void, MatchCollection_System_Collections_Generic_ICollection_System_Text_RegularExpressions_Match__Add, (MatchCollection * __this, Match * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6290, MatchCollection_System_Collections_Generic_ICollection_System_Text_RegularExpressions_Match__Add__MethodInfo); DO_APP_FUNC(0x02796A20, void, MatchCollection_System_Collections_Generic_ICollection_System_Text_RegularExpressions_Match__Clear, (MatchCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6298, MatchCollection_System_Collections_Generic_ICollection_System_Text_RegularExpressions_Match__Clear__MethodInfo); DO_APP_FUNC(0x02796A80, bool, MatchCollection_System_Collections_Generic_ICollection_System_Text_RegularExpressions_Match__Contains, (MatchCollection * __this, Match * item, MethodInfo * method)); DO_APP_FUNC(0x02796B30, bool, MatchCollection_System_Collections_Generic_ICollection_System_Text_RegularExpressions_Match__Remove, (MatchCollection * __this, Match * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6228, MatchCollection_System_Collections_Generic_ICollection_System_Text_RegularExpressions_Match__Remove__MethodInfo); DO_APP_FUNC(0x02796B90, int32_t, MatchCollection_System_Collections_IList_Add, (MatchCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6208, MatchCollection_System_Collections_IList_Add__MethodInfo); DO_APP_FUNC(0x02796BF0, void, MatchCollection_System_Collections_IList_Clear, (MatchCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6210, MatchCollection_System_Collections_IList_Clear__MethodInfo); DO_APP_FUNC(0x02796C50, bool, MatchCollection_System_Collections_IList_Contains, (MatchCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02796DA0, int32_t, MatchCollection_System_Collections_IList_IndexOf, (MatchCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02796EF0, void, MatchCollection_System_Collections_IList_Insert, (MatchCollection * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6050, MatchCollection_System_Collections_IList_Insert__MethodInfo); DO_APP_FUNC(0x00418D30, bool, MatchCollection_System_Collections_IList_get_IsFixedSize, (MatchCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02796F50, void, MatchCollection_System_Collections_IList_Remove, (MatchCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6068, MatchCollection_System_Collections_IList_Remove__MethodInfo); DO_APP_FUNC(0x02796FB0, void, MatchCollection_System_Collections_IList_RemoveAt, (MatchCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6098, MatchCollection_System_Collections_IList_RemoveAt__MethodInfo); DO_APP_FUNC(0x010FFC40, Object *, MatchCollection_System_Collections_IList_get_Item, (MatchCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02797010, void, MatchCollection_System_Collections_IList_set_Item, (MatchCollection * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB60A0, MatchCollection_System_Collections_IList_set_Item__MethodInfo); DO_APP_FUNC(0x02797070, void, MatchCollection__ctor_1, (MatchCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5FF0, MatchCollection__ctor_1__MethodInfo); DO_APP_FUNC(0x01AF5220, void, MatchCollection_Enumerator__ctor, (MatchCollection_Enumerator * __this, MatchCollection * collection, MethodInfo * method)); DO_APP_FUNC(0x027970A0, bool, MatchCollection_Enumerator_MoveNext, (MatchCollection_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x027970F0, Match *, MatchCollection_Enumerator_get_Current, (MatchCollection_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6008, MatchCollection_Enumerator_get_Current__MethodInfo); DO_APP_FUNC(0x027970F0, Object *, MatchCollection_Enumerator_System_Collections_IEnumerator_get_Current, (MatchCollection_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x00727E20, void, MatchCollection_Enumerator_System_Collections_IEnumerator_Reset, (MatchCollection_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MatchCollection_Enumerator_System_IDisposable_Dispose, (MatchCollection_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02797180, RegexRunner *, ExclusiveReference_Get, (ExclusiveReference * __this, MethodInfo * method)); DO_APP_FUNC(0x02797200, void, ExclusiveReference_Release, (ExclusiveReference * __this, RegexRunner * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5FD0, ExclusiveReference_Release__MethodInfo); DO_APP_FUNC(0x003AC050, void, ExclusiveReference__ctor, (ExclusiveReference * __this, MethodInfo * method)); DO_APP_FUNC(0x02797310, int32_t, Regex_get_CacheSize, (MethodInfo * method)); DO_APP_FUNC(0x02797370, void, Regex_set_CacheSize, (int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6150, Regex_set_CacheSize__MethodInfo); DO_APP_FUNC(0x02797770, Regex_CachedCodeEntry *, Regex_GetCachedCode, (Regex * __this, Regex_CachedCodeEntryKey key, bool isToAdd, MethodInfo * method)); DO_APP_FUNC(0x02797910, Regex_CachedCodeEntry *, Regex_GetCachedCodeEntryInternal, (Regex * __this, Regex_CachedCodeEntryKey key, bool isToAdd, MethodInfo * method)); DO_APP_FUNC(0x02798180, void, Regex_FillCacheDictionary, (Regex * __this, MethodInfo * method)); DO_APP_FUNC(0x02798300, bool, Regex_TryGetCacheValue, (Regex_CachedCodeEntryKey key, Regex_CachedCodeEntry * * entry, MethodInfo * method)); DO_APP_FUNC(0x02798400, bool, Regex_TryGetCacheValueSmall, (Regex_CachedCodeEntryKey key, Regex_CachedCodeEntry * * entry, MethodInfo * method)); DO_APP_FUNC(0x027985E0, Regex_CachedCodeEntry *, Regex_LookupCachedAndPromote, (Regex_CachedCodeEntryKey key, MethodInfo * method)); DO_APP_FUNC(0x02798CE0, bool, Regex_IsMatch, (String * input, String * pattern, MethodInfo * method)); DO_APP_FUNC(0x02798D60, bool, Regex_IsMatch_1, (String * input, String * pattern, RegexOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x02798DF0, bool, Regex_IsMatch_2, (String * input, String * pattern, RegexOptions__Enum options, TimeSpan matchTimeout, MethodInfo * method)); DO_APP_FUNC(0x02798F30, bool, Regex_IsMatch_3, (Regex * __this, String * input, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5EE8, Regex_IsMatch_3__MethodInfo); DO_APP_FUNC(0x02798FE0, bool, Regex_IsMatch_4, (Regex * __this, String * input, int32_t startat, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5E58, Regex_IsMatch_4__MethodInfo); DO_APP_FUNC(0x02799080, Match *, Regex_Match, (String * input, String * pattern, MethodInfo * method)); DO_APP_FUNC(0x02799100, Match *, Regex_Match_1, (String * input, String * pattern, RegexOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x02799190, Match *, Regex_Match_2, (String * input, String * pattern, RegexOptions__Enum options, TimeSpan matchTimeout, MethodInfo * method)); DO_APP_FUNC(0x027992C0, Match *, Regex_Match_3, (Regex * __this, String * input, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5E90, Regex_Match_3__MethodInfo); DO_APP_FUNC(0x02799360, Match *, Regex_Match_4, (Regex * __this, String * input, int32_t startat, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5F80, Regex_Match_4__MethodInfo); DO_APP_FUNC(0x027993F0, Match *, Regex_Match_5, (Regex * __this, String * input, int32_t beginning, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5F90, Regex_Match_5__MethodInfo); DO_APP_FUNC(0x02799490, MatchCollection *, Regex_Matches, (String * input, String * pattern, MethodInfo * method)); DO_APP_FUNC(0x02799510, MatchCollection *, Regex_Matches_1, (String * input, String * pattern, RegexOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x027995A0, MatchCollection *, Regex_Matches_2, (String * input, String * pattern, RegexOptions__Enum options, TimeSpan matchTimeout, MethodInfo * method)); DO_APP_FUNC(0x02799650, MatchCollection *, Regex_Matches_3, (Regex * __this, String * input, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5F28, Regex_Matches_3__MethodInfo); DO_APP_FUNC(0x02799760, MatchCollection *, Regex_Matches_4, (Regex * __this, String * input, int32_t startat, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5F48, Regex_Matches_4__MethodInfo); DO_APP_FUNC(0x02799860, String *, Regex_Replace, (String * input, String * pattern, String * replacement, MethodInfo * method)); DO_APP_FUNC(0x02799900, String *, Regex_Replace_1, (String * input, String * pattern, String * replacement, RegexOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x027999A0, String *, Regex_Replace_2, (String * input, String * pattern, String * replacement, RegexOptions__Enum options, TimeSpan matchTimeout, MethodInfo * method)); DO_APP_FUNC(0x02799B50, String *, Regex_Replace_3, (Regex * __this, String * input, String * replacement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5D88, Regex_Replace_3__MethodInfo); DO_APP_FUNC(0x02799CA0, String *, Regex_Replace_4, (Regex * __this, String * input, String * replacement, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5DB0, Regex_Replace_4__MethodInfo); DO_APP_FUNC(0x02799DF0, String *, Regex_Replace_5, (Regex * __this, String * input, String * replacement, int32_t count, int32_t startat, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5DB8, Regex_Replace_5__MethodInfo); DO_APP_FUNC(0x02799F20, String *, Regex_Replace_6, (String * input, String * pattern, MatchEvaluator * evaluator, MethodInfo * method)); DO_APP_FUNC(0x02799FC0, String *, Regex_Replace_7, (String * input, String * pattern, MatchEvaluator * evaluator, RegexOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0279A060, String *, Regex_Replace_8, (String * input, String * pattern, MatchEvaluator * evaluator, RegexOptions__Enum options, TimeSpan matchTimeout, MethodInfo * method)); DO_APP_FUNC(0x0279A1C0, String *, Regex_Replace_9, (Regex * __this, String * input, MatchEvaluator * evaluator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5D70, Regex_Replace_9__MethodInfo); DO_APP_FUNC(0x0279A2B0, String *, Regex_Replace_10, (Regex * __this, String * input, MatchEvaluator * evaluator, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5D40, Regex_Replace_10__MethodInfo); DO_APP_FUNC(0x0279A3B0, String *, Regex_Replace_11, (Regex * __this, String * input, MatchEvaluator * evaluator, int32_t count, int32_t startat, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5E08, Regex_Replace_11__MethodInfo); DO_APP_FUNC(0x0279A490, String *, Regex_Replace_12, (MatchEvaluator * evaluator, Regex * regex, String * input, int32_t count, int32_t startat, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5E30, Regex_Replace_12__MethodInfo); DO_APP_FUNC(0x0279AA20, String__Array *, Regex_Split, (String * input, String * pattern, MethodInfo * method)); DO_APP_FUNC(0x0279AAA0, String__Array *, Regex_Split_1, (String * input, String * pattern, RegexOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0279AB30, String__Array *, Regex_Split_2, (String * input, String * pattern, RegexOptions__Enum options, TimeSpan matchTimeout, MethodInfo * method)); DO_APP_FUNC(0x0279AC90, String__Array *, Regex_Split_3, (Regex * __this, String * input, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5DE0, Regex_Split_3__MethodInfo); DO_APP_FUNC(0x0279AD70, String__Array *, Regex_Split_4, (Regex * __this, String * input, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5BD8, Regex_Split_4__MethodInfo); DO_APP_FUNC(0x0279AE60, String__Array *, Regex_Split_5, (Regex * __this, String * input, int32_t count, int32_t startat, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5BC8, Regex_Split_5__MethodInfo); DO_APP_FUNC(0x0279AF40, String__Array *, Regex_Split_6, (Regex * regex, String * input, int32_t count, int32_t startat, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5C08, Regex_Split_6__MethodInfo); DO_APP_FUNC(0x0279B6B0, void, Regex__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003B93C0, TimeSpan, Regex_get_MatchTimeout, (Regex * __this, MethodInfo * method)); DO_APP_FUNC(0x0279B8D0, void, Regex_ValidateMatchTimeout, (TimeSpan matchTimeout, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5B88, Regex_ValidateMatchTimeout__MethodInfo); DO_APP_FUNC(0x0279BA20, TimeSpan, Regex_InitDefaultMatchTimeout, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5CD0, Regex_InitDefaultMatchTimeout__MethodInfo); DO_APP_FUNC(0x0279BDA0, void, Regex__ctor, (Regex * __this, MethodInfo * method)); DO_APP_FUNC(0x0279BE00, void, Regex__ctor_1, (Regex * __this, String * pattern, MethodInfo * method)); DO_APP_FUNC(0x0279BE90, void, Regex__ctor_2, (Regex * __this, String * pattern, RegexOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0279BF20, void, Regex__ctor_3, (Regex * __this, String * pattern, RegexOptions__Enum options, TimeSpan matchTimeout, MethodInfo * method)); DO_APP_FUNC(0x0279BF40, void, Regex__ctor_4, (Regex * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5C30, Regex__ctor_4__MethodInfo); DO_APP_FUNC(0x0279BFF0, void, Regex_System_Runtime_Serialization_ISerializable_GetObjectData, (Regex * __this, SerializationInfo * si, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5C70, Regex_System_Runtime_Serialization_ISerializable_GetObjectData__MethodInfo); DO_APP_FUNC(0x0279C040, void, Regex__ctor_5, (Regex * __this, String * pattern, RegexOptions__Enum options, TimeSpan matchTimeout, bool addToCache, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5A90, Regex__ctor_5__MethodInfo); DO_APP_FUNC(0x003B9330, IDictionary *, Regex_get_Caps, (Regex * __this, MethodInfo * method)); DO_APP_FUNC(0x0279C420, void, Regex_set_Caps, (Regex * __this, IDictionary * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5AC8, Regex_set_Caps__MethodInfo); DO_APP_FUNC(0x003C5320, IDictionary *, Regex_get_CapNames, (Regex * __this, MethodInfo * method)); DO_APP_FUNC(0x0279C580, void, Regex_set_CapNames, (Regex * __this, IDictionary * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5A30, Regex_set_CapNames__MethodInfo); DO_APP_FUNC(0x0279C6E0, String *, Regex_Escape, (String * str, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5A20, Regex_Escape__MethodInfo); DO_APP_FUNC(0x0279C790, String *, Regex_Unescape, (String * str, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5A58, Regex_Unescape__MethodInfo); DO_APP_FUNC(0x003CA7C0, RegexOptions__Enum, Regex_get_Options, (Regex * __this, MethodInfo * method)); DO_APP_FUNC(0x0279C840, bool, Regex_get_RightToLeft, (Regex * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, Regex_ToString, (Regex * __this, MethodInfo * method)); DO_APP_FUNC(0x0279C850, String__Array *, Regex_GetGroupNames, (Regex * __this, MethodInfo * method)); DO_APP_FUNC(0x0279CA60, Int32__Array *, Regex_GetGroupNumbers, (Regex * __this, MethodInfo * method)); DO_APP_FUNC(0x0279CD90, String *, Regex_GroupNameFromNumber, (Regex * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x0279CEC0, int32_t, Regex_GroupNumberFromName, (Regex * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5AE8, Regex_GroupNumberFromName__MethodInfo); DO_APP_FUNC(0x0279D000, void, Regex_InitializeReferences, (Regex * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5950, Regex_InitializeReferences__MethodInfo); DO_APP_FUNC(0x0279D1C0, Match *, Regex_Run, (Regex * __this, bool quick, int32_t prevlen, String * input, int32_t beginning, int32_t length, int32_t startat, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5968, Regex_Run__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Regex_UseOptionC, (Regex * __this, MethodInfo * method)); DO_APP_FUNC(0x0279C840, bool, Regex_UseOptionR, (Regex * __this, MethodInfo * method)); DO_APP_FUNC(0x0279D720, bool, Regex_UseOptionInvariant, (Regex * __this, MethodInfo * method)); DO_APP_FUNC(0x0279D730, void, Regex_CompileToAssembly, (RegexCompilationInfo__Array * regexinfos, AssemblyName * assemblyname, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB58F0, Regex_CompileToAssembly__MethodInfo); DO_APP_FUNC(0x0279D760, void, Regex_CompileToAssembly_1, (RegexCompilationInfo__Array * regexinfos, AssemblyName * assemblyname, CustomAttributeBuilder__Array * attributes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5930, Regex_CompileToAssembly_1__MethodInfo); DO_APP_FUNC(0x0279D790, void, Regex_CompileToAssembly_2, (RegexCompilationInfo__Array * regexinfos, AssemblyName * assemblyname, CustomAttributeBuilder__Array * attributes, String * resourceFile, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB59E8, Regex_CompileToAssembly_2__MethodInfo); DO_APP_FUNC(0x02410E80, void, Regex_CachedCodeEntryKey__ctor, (Regex_CachedCodeEntryKey * __this, RegexOptions__Enum options, String * cultureKey, String * pattern, MethodInfo * method)); DO_APP_FUNC(0x0279D7C0, bool, Regex_CachedCodeEntryKey_Equals, (Regex_CachedCodeEntryKey * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0279D860, bool, Regex_CachedCodeEntryKey_Equals_1, (Regex_CachedCodeEntryKey * __this, Regex_CachedCodeEntryKey other, MethodInfo * method)); DO_APP_FUNC(0x0279D920, bool, Regex_CachedCodeEntryKey_op_Equality, (Regex_CachedCodeEntryKey left, Regex_CachedCodeEntryKey right, MethodInfo * method)); DO_APP_FUNC(0x0279D950, bool, Regex_CachedCodeEntryKey_op_Inequality, (Regex_CachedCodeEntryKey left, Regex_CachedCodeEntryKey right, MethodInfo * method)); DO_APP_FUNC(0x0279D980, int32_t, Regex_CachedCodeEntryKey_GetHashCode, (Regex_CachedCodeEntryKey * __this, MethodInfo * method)); DO_APP_FUNC(0x0279D9F0, void, Regex_CachedCodeEntry__ctor, (Regex_CachedCodeEntry * __this, Regex_CachedCodeEntryKey key, Hashtable * capnames, String__Array * capslist, RegexCode * code, Hashtable * caps, int32_t capsize, ExclusiveReference * runner, WeakReference_1_System_Text_RegularExpressions_RegexReplacement_ * replref, MethodInfo * method)); DO_APP_FUNC(0x01095920, void, MatchEvaluator__ctor, (MatchEvaluator * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, String *, MatchEvaluator_Invoke, (MatchEvaluator * __this, Match * match, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, MatchEvaluator_BeginInvoke, (MatchEvaluator * __this, Match * match, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, String *, MatchEvaluator_EndInvoke, (MatchEvaluator * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0279DC50, void, RegexBoyerMoore__ctor, (RegexBoyerMoore * __this, String * pattern, bool caseInsensitive, bool rightToLeft, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC(0x0279E3E0, bool, RegexBoyerMoore_MatchPattern, (RegexBoyerMoore * __this, String * text, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0279E540, bool, RegexBoyerMoore_IsMatch, (RegexBoyerMoore * __this, String * text, int32_t index, int32_t beglimit, int32_t endlimit, MethodInfo * method)); DO_APP_FUNC(0x0279E5B0, int32_t, RegexBoyerMoore_Scan, (RegexBoyerMoore * __this, String * text, int32_t index, int32_t beglimit, int32_t endlimit, MethodInfo * method)); DO_APP_FUNC(0x0279E950, void, RegexCharClass__ctor, (RegexCharClass * __this, MethodInfo * method)); DO_APP_FUNC(0x0279EB20, void, RegexCharClass__ctor_1, (RegexCharClass * __this, bool negate, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * ranges, StringBuilder * categories, RegexCharClass * subtraction, MethodInfo * method)); DO_APP_FUNC(0x0279EC40, bool, RegexCharClass_get_CanMerge, (RegexCharClass * __this, MethodInfo * method)); DO_APP_FUNC(0x019C8EE0, void, RegexCharClass_set_Negate, (RegexCharClass * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0279EC60, void, RegexCharClass_AddChar, (RegexCharClass * __this, uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x0279EC70, void, RegexCharClass_AddCharClass, (RegexCharClass * __this, RegexCharClass * cc, MethodInfo * method)); DO_APP_FUNC(0x0279EEC0, void, RegexCharClass_AddSet, (RegexCharClass * __this, String * set, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, RegexCharClass_AddSubtraction, (RegexCharClass * __this, RegexCharClass * sub, MethodInfo * method)); DO_APP_FUNC(0x0279F0D0, void, RegexCharClass_AddRange, (RegexCharClass * __this, uint16_t first, uint16_t last, MethodInfo * method)); DO_APP_FUNC(0x0279F1B0, void, RegexCharClass_AddCategoryFromName, (RegexCharClass * __this, String * categoryName, bool invert, bool caseInsensitive, String * pattern, MethodInfo * method)); DO_APP_FUNC(0x0279F570, void, RegexCharClass_AddCategory, (RegexCharClass * __this, String * category, MethodInfo * method)); DO_APP_FUNC(0x0279F590, void, RegexCharClass_AddLowercase, (RegexCharClass * __this, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC(0x0279F710, void, RegexCharClass_AddLowercaseRange, (RegexCharClass * __this, uint16_t chMin, uint16_t chMax, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC(0x0279F970, void, RegexCharClass_AddWord, (RegexCharClass * __this, bool ecma, bool negate, MethodInfo * method)); DO_APP_FUNC(0x0279FAB0, void, RegexCharClass_AddSpace, (RegexCharClass * __this, bool ecma, bool negate, MethodInfo * method)); DO_APP_FUNC(0x0279FBF0, void, RegexCharClass_AddDigit, (RegexCharClass * __this, bool ecma, bool negate, String * pattern, MethodInfo * method)); DO_APP_FUNC(0x0279FCB0, String *, RegexCharClass_ConvertOldStringsToClass, (String * set, String * category, MethodInfo * method)); DO_APP_FUNC(0x0279FE30, uint16_t, RegexCharClass_SingletonChar, (String * set, MethodInfo * method)); DO_APP_FUNC(0x0279FE60, bool, RegexCharClass_IsMergeable, (String * charClass, MethodInfo * method)); DO_APP_FUNC(0x0279FF10, bool, RegexCharClass_IsEmpty, (String * charClass, MethodInfo * method)); DO_APP_FUNC(0x0279FFB0, bool, RegexCharClass_IsSingleton, (String * set, MethodInfo * method)); DO_APP_FUNC(0x027A0090, bool, RegexCharClass_IsSingletonInverse, (String * set, MethodInfo * method)); DO_APP_FUNC(0x027A0170, bool, RegexCharClass_IsSubtraction, (String * charClass, MethodInfo * method)); DO_APP_FUNC(0x027A01B0, bool, RegexCharClass_IsNegated, (String * set, MethodInfo * method)); DO_APP_FUNC(0x027A01E0, bool, RegexCharClass_IsECMAWordChar, (uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x027A0290, bool, RegexCharClass_IsWordChar, (uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x027A0360, bool, RegexCharClass_CharInClass, (uint16_t ch, String * set, MethodInfo * method)); DO_APP_FUNC(0x027A03D0, bool, RegexCharClass_CharInClassRecursive, (uint16_t ch, String * set, int32_t start, MethodInfo * method)); DO_APP_FUNC(0x027A05B0, bool, RegexCharClass_CharInClassInternal, (uint16_t ch, String * set, int32_t start, int32_t mySetLength, int32_t myCategoryLength, MethodInfo * method)); DO_APP_FUNC(0x027A06C0, bool, RegexCharClass_CharInCategory, (uint16_t ch, String * set, int32_t start, int32_t mySetLength, int32_t myCategoryLength, MethodInfo * method)); DO_APP_FUNC(0x027A0850, bool, RegexCharClass_CharInCategoryGroup, (uint16_t ch, UnicodeCategory__Enum chcategory, String * category, int32_t * i, MethodInfo * method)); DO_APP_FUNC(0x027A0940, String *, RegexCharClass_NegateCategory, (String * category, MethodInfo * method)); DO_APP_FUNC(0x027A0A50, RegexCharClass *, RegexCharClass_Parse, (String * charClass, MethodInfo * method)); DO_APP_FUNC(0x027A0AB0, RegexCharClass *, RegexCharClass_ParseRecursive, (String * charClass, int32_t start, MethodInfo * method)); DO_APP_FUNC(0x027A0E50, int32_t, RegexCharClass_RangeCount, (RegexCharClass * __this, MethodInfo * method)); DO_APP_FUNC(0x027A0EA0, String *, RegexCharClass_ToStringClass, (RegexCharClass * __this, MethodInfo * method)); DO_APP_FUNC(0x027A1150, RegexCharClass_SingleRange, RegexCharClass_GetRangeAt, (RegexCharClass * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x027A11C0, void, RegexCharClass_Canonicalize, (RegexCharClass * __this, MethodInfo * method)); DO_APP_FUNC(0x027A14F0, String *, RegexCharClass_SetFromProperty, (String * capname, bool invert, String * pattern, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5740, RegexCharClass_SetFromProperty__MethodInfo); DO_APP_FUNC(0x027A17D0, void, RegexCharClass__cctor, (MethodInfo * method)); DO_APP_FUNC(0x027A7E50, void, RegexCharClass_LowerCaseMapping__ctor, (RegexCharClass_LowerCaseMapping * __this, uint16_t chMin, uint16_t chMax, int32_t lcOp, int32_t data, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RegexCharClass_SingleRangeComparer__ctor, (RegexCharClass_SingleRangeComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x027A7E70, int32_t, RegexCharClass_SingleRangeComparer_Compare, (RegexCharClass_SingleRangeComparer * __this, RegexCharClass_SingleRange x, RegexCharClass_SingleRange y, MethodInfo * method)); DO_APP_FUNC(0x027A7ED0, void, RegexCharClass_SingleRangeComparer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B0D880, void, RegexCharClass_SingleRange__ctor, (RegexCharClass_SingleRange * __this, uint16_t first, uint16_t last, MethodInfo * method)); DO_APP_FUNC(0x027A7F80, void, RegexCode__ctor, (RegexCode * __this, Int32__Array * codes, List_1_System_String_ * stringlist, int32_t trackcount, Hashtable * caps, int32_t capsize, RegexBoyerMoore * bmPrefix, Nullable_1_System_Text_RegularExpressions_RegexPrefix_ fcPrefix, int32_t anchors, bool rightToLeft, MethodInfo * method)); DO_APP_FUNC(0x027A81E0, bool, RegexCode_OpcodeBacktracks, (int32_t Op, MethodInfo * method)); DO_APP_FUNC(0x027A8240, int32_t, RegexCode_OpcodeSize, (int32_t opcode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB77D0, RegexCode_OpcodeSize__MethodInfo); DO_APP_FUNC(0x027A8370, void, RegexCompilationInfo__ctor, (RegexCompilationInfo * __this, String * pattern, RegexOptions__Enum options, String * name, String * fullnamespace, bool ispublic, MethodInfo * method)); DO_APP_FUNC(0x027A8430, void, RegexCompilationInfo__ctor_1, (RegexCompilationInfo * __this, String * pattern, RegexOptions__Enum options, String * name, String * fullnamespace, bool ispublic, TimeSpan matchTimeout, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, RegexCompilationInfo_get_IsPublic, (RegexCompilationInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88980, void, RegexCompilationInfo_set_IsPublic, (RegexCompilationInfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, TimeSpan, RegexCompilationInfo_get_MatchTimeout, (RegexCompilationInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x027A8750, void, RegexCompilationInfo_set_MatchTimeout, (RegexCompilationInfo * __this, TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, RegexCompilationInfo_get_Name, (RegexCompilationInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x027A87B0, void, RegexCompilationInfo_set_Name, (RegexCompilationInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB77A8, RegexCompilationInfo_set_Name__MethodInfo); DO_APP_FUNC(0x003B93E0, String *, RegexCompilationInfo_get_Namespace, (RegexCompilationInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x027A8900, void, RegexCompilationInfo_set_Namespace, (RegexCompilationInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB77B8, RegexCompilationInfo_set_Namespace__MethodInfo); DO_APP_FUNC(0x00A6B650, RegexOptions__Enum, RegexCompilationInfo_get_Options, (RegexCompilationInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00C083A0, void, RegexCompilationInfo_set_Options, (RegexCompilationInfo * __this, RegexOptions__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, RegexCompilationInfo_get_Pattern, (RegexCompilationInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x027A89D0, void, RegexCompilationInfo_set_Pattern, (RegexCompilationInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB77B0, RegexCompilationInfo_set_Pattern__MethodInfo); DO_APP_FUNC(0x027A8AA0, void, RegexFCD__ctor, (RegexFCD * __this, Span_1_Int32_ intStack, MethodInfo * method)); DO_APP_FUNC(0x027A8BD0, Nullable_1_System_Text_RegularExpressions_RegexPrefix_, RegexFCD_FirstChars, (RegexTree * t, MethodInfo * method)); DO_APP_FUNC(0x027A8FC0, RegexPrefix, RegexFCD_Prefix, (RegexTree * tree, MethodInfo * method)); DO_APP_FUNC(0x027A92E0, int32_t, RegexFCD_Anchors, (RegexTree * tree, MethodInfo * method)); DO_APP_FUNC(0x027A9570, int32_t, RegexFCD_AnchorFromType, (int32_t type, MethodInfo * method)); DO_APP_FUNC(0x027A95F0, void, RegexFCD_PushInt, (RegexFCD * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x027A9640, bool, RegexFCD_IntIsEmpty, (RegexFCD * __this, MethodInfo * method)); DO_APP_FUNC(0x027A9680, int32_t, RegexFCD_PopInt, (RegexFCD * __this, MethodInfo * method)); DO_APP_FUNC(0x027A96D0, void, RegexFCD_PushFC, (RegexFCD * __this, RegexFC * fc, MethodInfo * method)); DO_APP_FUNC(0x027A9770, bool, RegexFCD_FCIsEmpty, (RegexFCD * __this, MethodInfo * method)); DO_APP_FUNC(0x027A97C0, RegexFC *, RegexFCD_PopFC, (RegexFCD * __this, MethodInfo * method)); DO_APP_FUNC(0x027A9840, RegexFC *, RegexFCD_TopFC, (RegexFCD * __this, MethodInfo * method)); DO_APP_FUNC(0x027A98D0, void, RegexFCD_Dispose, (RegexFCD * __this, MethodInfo * method)); DO_APP_FUNC(0x027A9910, RegexFC *, RegexFCD_RegexFCFromRegexTree, (RegexFCD * __this, RegexTree * tree, MethodInfo * method)); DO_APP_FUNC(0x009C8450, void, RegexFCD_SkipChild, (RegexFCD * __this, MethodInfo * method)); DO_APP_FUNC(0x027A9BA0, void, RegexFCD_CalculateFC, (RegexFCD * __this, int32_t NodeType, RegexNode * node, int32_t CurIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB76E0, RegexFCD_CalculateFC__MethodInfo); DO_APP_FUNC(0x027AA270, void, RegexFC__ctor, (RegexFC * __this, bool nullable, MethodInfo * method)); DO_APP_FUNC(0x027AA330, void, RegexFC__ctor_1, (RegexFC * __this, uint16_t ch, bool not_1, bool nullable, bool caseInsensitive, MethodInfo * method)); DO_APP_FUNC(0x027AA470, void, RegexFC__ctor_2, (RegexFC * __this, String * charClass, bool nullable, bool caseInsensitive, MethodInfo * method)); DO_APP_FUNC(0x027AA570, bool, RegexFC_AddFC, (RegexFC * __this, RegexFC * fc, bool concatenate, MethodInfo * method)); DO_APP_FUNC(0x006FF3A0, bool, RegexFC_get_CaseInsensitive, (RegexFC * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3B0, void, RegexFC_set_CaseInsensitive, (RegexFC * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x027AA600, String *, RegexFC_GetFirstChars, (RegexFC * __this, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC(0x027AA640, void, RegexInterpreter__ctor, (RegexInterpreter * __this, RegexCode * code, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC(0x027AA700, void, RegexInterpreter_InitTrackCount, (RegexInterpreter * __this, MethodInfo * method)); DO_APP_FUNC(0x027AA730, void, RegexInterpreter_Advance, (RegexInterpreter * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x027AA7B0, void, RegexInterpreter_Goto, (RegexInterpreter * __this, int32_t newpos, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, RegexInterpreter_Textto, (RegexInterpreter * __this, int32_t newpos, MethodInfo * method)); DO_APP_FUNC(0x027AA840, void, RegexInterpreter_Trackto, (RegexInterpreter * __this, int32_t newpos, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, RegexInterpreter_Textstart, (RegexInterpreter * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, RegexInterpreter_Textpos, (RegexInterpreter * __this, MethodInfo * method)); DO_APP_FUNC(0x027AA860, int32_t, RegexInterpreter_Trackpos, (RegexInterpreter * __this, MethodInfo * method)); DO_APP_FUNC(0x027AA880, void, RegexInterpreter_TrackPush, (RegexInterpreter * __this, MethodInfo * method)); DO_APP_FUNC(0x027AA8C0, void, RegexInterpreter_TrackPush_1, (RegexInterpreter * __this, int32_t I1, MethodInfo * method)); DO_APP_FUNC(0x027AA930, void, RegexInterpreter_TrackPush_2, (RegexInterpreter * __this, int32_t I1, int32_t I2, MethodInfo * method)); DO_APP_FUNC(0x027AA9C0, void, RegexInterpreter_TrackPush_3, (RegexInterpreter * __this, int32_t I1, int32_t I2, int32_t I3, MethodInfo * method)); DO_APP_FUNC(0x027AAA70, void, RegexInterpreter_TrackPush2, (RegexInterpreter * __this, int32_t I1, MethodInfo * method)); DO_APP_FUNC(0x027AAAE0, void, RegexInterpreter_TrackPush2_1, (RegexInterpreter * __this, int32_t I1, int32_t I2, MethodInfo * method)); DO_APP_FUNC(0x027AAB70, void, RegexInterpreter_Backtrack, (RegexInterpreter * __this, MethodInfo * method)); DO_APP_FUNC(0x027AAC50, void, RegexInterpreter_SetOperator, (RegexInterpreter * __this, int32_t op, MethodInfo * method)); DO_APP_FUNC(0x01E9C470, void, RegexInterpreter_TrackPop, (RegexInterpreter * __this, MethodInfo * method)); DO_APP_FUNC(0x027AAC80, void, RegexInterpreter_TrackPop_1, (RegexInterpreter * __this, int32_t framesize, MethodInfo * method)); DO_APP_FUNC(0x027AAC90, int32_t, RegexInterpreter_TrackPeek, (RegexInterpreter * __this, MethodInfo * method)); DO_APP_FUNC(0x027AACC0, int32_t, RegexInterpreter_TrackPeek_1, (RegexInterpreter * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x027AAD00, void, RegexInterpreter_StackPush, (RegexInterpreter * __this, int32_t I1, MethodInfo * method)); DO_APP_FUNC(0x027AAD40, void, RegexInterpreter_StackPush_1, (RegexInterpreter * __this, int32_t I1, int32_t I2, MethodInfo * method)); DO_APP_FUNC(0x027AADA0, void, RegexInterpreter_StackPop, (RegexInterpreter * __this, MethodInfo * method)); DO_APP_FUNC(0x027AADB0, void, RegexInterpreter_StackPop_1, (RegexInterpreter * __this, int32_t framesize, MethodInfo * method)); DO_APP_FUNC(0x027AADC0, int32_t, RegexInterpreter_StackPeek, (RegexInterpreter * __this, MethodInfo * method)); DO_APP_FUNC(0x027AADF0, int32_t, RegexInterpreter_StackPeek_1, (RegexInterpreter * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x00C6E520, int32_t, RegexInterpreter_Operator, (RegexInterpreter * __this, MethodInfo * method)); DO_APP_FUNC(0x027AAE30, int32_t, RegexInterpreter_Operand, (RegexInterpreter * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x027AAE80, int32_t, RegexInterpreter_Leftchars, (RegexInterpreter * __this, MethodInfo * method)); DO_APP_FUNC(0x027AAE90, int32_t, RegexInterpreter_Rightchars, (RegexInterpreter * __this, MethodInfo * method)); DO_APP_FUNC(0x027AAEA0, int32_t, RegexInterpreter_Bump, (RegexInterpreter * __this, MethodInfo * method)); DO_APP_FUNC(0x027AAEC0, int32_t, RegexInterpreter_Forwardchars, (RegexInterpreter * __this, MethodInfo * method)); DO_APP_FUNC(0x027AAEE0, uint16_t, RegexInterpreter_Forwardcharnext, (RegexInterpreter * __this, MethodInfo * method)); DO_APP_FUNC(0x027AAFA0, bool, RegexInterpreter_Stringmatch, (RegexInterpreter * __this, String * str, MethodInfo * method)); DO_APP_FUNC(0x027AB130, bool, RegexInterpreter_Refmatch, (RegexInterpreter * __this, int32_t index, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x027AB320, void, RegexInterpreter_Backwardnext, (RegexInterpreter * __this, MethodInfo * method)); DO_APP_FUNC(0x027AB340, uint16_t, RegexInterpreter_CharAt, (RegexInterpreter * __this, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x027AB380, bool, RegexInterpreter_FindFirstChar, (RegexInterpreter * __this, MethodInfo * method)); DO_APP_FUNC(0x027AB800, void, RegexInterpreter_Go, (RegexInterpreter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7718, RegexInterpreter_Go__MethodInfo); DO_APP_FUNC(0x027AD9B0, void, RegexMatchTimeoutException__ctor, (RegexMatchTimeoutException * __this, String * regexInput, String * regexPattern, TimeSpan matchTimeout, MethodInfo * method)); DO_APP_FUNC(0x027ADC00, void, RegexMatchTimeoutException__ctor_1, (RegexMatchTimeoutException * __this, MethodInfo * method)); DO_APP_FUNC(0x027ADD80, void, RegexMatchTimeoutException__ctor_2, (RegexMatchTimeoutException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x027ADEF0, void, RegexMatchTimeoutException__ctor_3, (RegexMatchTimeoutException * __this, String * message, Exception * inner, MethodInfo * method)); DO_APP_FUNC(0x027AE070, void, RegexMatchTimeoutException__ctor_4, (RegexMatchTimeoutException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x027AE370, void, RegexMatchTimeoutException_System_Runtime_Serialization_ISerializable_GetObjectData, (RegexMatchTimeoutException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x00A90540, String *, RegexMatchTimeoutException_get_Input, (RegexMatchTimeoutException * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, String *, RegexMatchTimeoutException_get_Pattern, (RegexMatchTimeoutException * __this, MethodInfo * method)); DO_APP_FUNC(0x00605860, TimeSpan, RegexMatchTimeoutException_get_MatchTimeout, (RegexMatchTimeoutException * __this, MethodInfo * method)); DO_APP_FUNC(0x027AE480, void, RegexNode__ctor, (RegexNode * __this, int32_t type, RegexOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x027AE490, void, RegexNode__ctor_1, (RegexNode * __this, int32_t type, RegexOptions__Enum options, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x027AE4A0, void, RegexNode__ctor_2, (RegexNode * __this, int32_t type, RegexOptions__Enum options, String * str, MethodInfo * method)); DO_APP_FUNC(0x027AE500, void, RegexNode__ctor_3, (RegexNode * __this, int32_t type, RegexOptions__Enum options, int32_t m, MethodInfo * method)); DO_APP_FUNC(0x027AE510, void, RegexNode__ctor_4, (RegexNode * __this, int32_t type, RegexOptions__Enum options, int32_t m, int32_t n, MethodInfo * method)); DO_APP_FUNC(0x027AE530, bool, RegexNode_UseOptionR, (RegexNode * __this, MethodInfo * method)); DO_APP_FUNC(0x027AE540, RegexNode *, RegexNode_ReverseLeft, (RegexNode * __this, MethodInfo * method)); DO_APP_FUNC(0x027AE5F0, void, RegexNode_MakeRep, (RegexNode * __this, int32_t type, int32_t min, int32_t max, MethodInfo * method)); DO_APP_FUNC(0x027AE600, RegexNode *, RegexNode_Reduce, (RegexNode * __this, MethodInfo * method)); DO_APP_FUNC(0x027AE710, RegexNode *, RegexNode_StripEnation, (RegexNode * __this, int32_t emptyType, MethodInfo * method)); DO_APP_FUNC(0x027AE7D0, RegexNode *, RegexNode_ReduceGroup, (RegexNode * __this, MethodInfo * method)); DO_APP_FUNC(0x027AE860, RegexNode *, RegexNode_ReduceRep, (RegexNode * __this, MethodInfo * method)); DO_APP_FUNC(0x027AEA40, RegexNode *, RegexNode_ReduceSet, (RegexNode * __this, MethodInfo * method)); DO_APP_FUNC(0x027AEE70, RegexNode *, RegexNode_ReduceAlternation, (RegexNode * __this, MethodInfo * method)); DO_APP_FUNC(0x027AF2A0, RegexNode *, RegexNode_ReduceConcatenation, (RegexNode * __this, MethodInfo * method)); DO_APP_FUNC(0x027AF6A0, RegexNode *, RegexNode_MakeQuantifier, (RegexNode * __this, bool lazy, int32_t min, int32_t max, MethodInfo * method)); DO_APP_FUNC(0x027AF7A0, void, RegexNode_AddChild, (RegexNode * __this, RegexNode * newChild, MethodInfo * method)); DO_APP_FUNC(0x027AFAD0, RegexNode *, RegexNode_Child, (RegexNode * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x027AFB50, int32_t, RegexNode_ChildCount, (RegexNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, RegexNode_Type, (RegexNode * __this, MethodInfo * method)); DO_APP_FUNC(0x027AFBA0, RegexTree *, RegexParser_Parse, (String * re, RegexOptions__Enum op, MethodInfo * method)); DO_APP_FUNC(0x027AFE90, RegexReplacement *, RegexParser_ParseReplacement, (String * rep, Hashtable * caps, int32_t capsize, Hashtable * capnames, RegexOptions__Enum op, MethodInfo * method)); DO_APP_FUNC(0x027B00C0, String *, RegexParser_Escape, (String * input, MethodInfo * method)); DO_APP_FUNC(0x027B02F0, String *, RegexParser_Unescape, (String * input, MethodInfo * method)); DO_APP_FUNC(0x027B04D0, void, RegexParser__ctor, (RegexParser * __this, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC(0x027B06A0, void, RegexParser_SetPattern, (RegexParser * __this, String * Re, MethodInfo * method)); DO_APP_FUNC(0x027B0750, void, RegexParser_Reset, (RegexParser * __this, RegexOptions__Enum topopts, MethodInfo * method)); DO_APP_FUNC(0x027B0880, RegexNode *, RegexParser_ScanRegex, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7668, RegexParser_ScanRegex__MethodInfo); DO_APP_FUNC(0x027B1130, RegexNode *, RegexParser_ScanReplacement, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC(0x027B13B0, RegexCharClass *, RegexParser_ScanCharClass, (RegexParser * __this, bool caseInsensitive, bool scanOnly, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB75C8, RegexParser_ScanCharClass__MethodInfo); DO_APP_FUNC(0x027B1C70, RegexNode *, RegexParser_ScanGroupOpen, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7598, RegexParser_ScanGroupOpen__MethodInfo); DO_APP_FUNC(0x027B28E0, void, RegexParser_ScanBlank, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB75D0, RegexParser_ScanBlank__MethodInfo); DO_APP_FUNC(0x027B2C70, RegexNode *, RegexParser_ScanBackslash, (RegexParser * __this, bool scanOnly, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7510, RegexParser_ScanBackslash__MethodInfo); DO_APP_FUNC(0x027B32A0, RegexNode *, RegexParser_ScanBasicBackslash, (RegexParser * __this, bool scanOnly, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7528, RegexParser_ScanBasicBackslash__MethodInfo); DO_APP_FUNC(0x027B39A0, RegexNode *, RegexParser_ScanDollar, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB74F8, RegexParser_ScanDollar__MethodInfo); DO_APP_FUNC(0x027B3DF0, String *, RegexParser_ScanCapname, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC(0x027B3EC0, uint16_t, RegexParser_ScanOctal, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC(0x027B3F60, int32_t, RegexParser_ScanDecimal, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7500, RegexParser_ScanDecimal__MethodInfo); DO_APP_FUNC(0x027B4010, uint16_t, RegexParser_ScanHex, (RegexParser * __this, int32_t c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7558, RegexParser_ScanHex__MethodInfo); DO_APP_FUNC(0x027B4140, int32_t, RegexParser_HexDigit, (uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x027B4170, uint16_t, RegexParser_ScanControl, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7570, RegexParser_ScanControl__MethodInfo); DO_APP_FUNC(0x027B4250, bool, RegexParser_IsOnlyTopOption, (RegexParser * __this, RegexOptions__Enum option, MethodInfo * method)); DO_APP_FUNC(0x027B4270, void, RegexParser_ScanOptions, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC(0x027B4390, uint16_t, RegexParser_ScanCharEscape, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7540, RegexParser_ScanCharEscape__MethodInfo); DO_APP_FUNC(0x027B4750, String *, RegexParser_ParseProperty, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7550, RegexParser_ParseProperty__MethodInfo); DO_APP_FUNC(0x027B4940, int32_t, RegexParser_TypeFromCode, (RegexParser * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x027B49C0, RegexOptions__Enum, RegexParser_OptionFromCode, (uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x027B4A50, void, RegexParser_CountCaptures, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC(0x027B4DF0, void, RegexParser_NoteCaptureSlot, (RegexParser * __this, int32_t i, int32_t pos, MethodInfo * method)); DO_APP_FUNC(0x027B4F00, void, RegexParser_NoteCaptureName, (RegexParser * __this, String * name, int32_t pos, MethodInfo * method)); DO_APP_FUNC(0x027B5120, void, RegexParser_NoteCaptures, (RegexParser * __this, Hashtable * caps, int32_t capsize, Hashtable * capnames, MethodInfo * method)); DO_APP_FUNC(0x027B51E0, void, RegexParser_AssignNameSlots, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC(0x027B5A90, int32_t, RegexParser_CaptureSlotFromName, (RegexParser * __this, String * capname, MethodInfo * method)); DO_APP_FUNC(0x027B5B20, bool, RegexParser_IsCaptureSlot, (RegexParser * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x027B5BC0, bool, RegexParser_IsCaptureName, (RegexParser * __this, String * capname, MethodInfo * method)); DO_APP_FUNC(0x027B5BF0, bool, RegexParser_UseOptionN, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC(0x027B5C00, bool, RegexParser_UseOptionI, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC(0x027B5C10, bool, RegexParser_UseOptionM, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC(0x027B5C20, bool, RegexParser_UseOptionS, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC(0x027B5C30, bool, RegexParser_UseOptionX, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC(0x027B5C40, bool, RegexParser_UseOptionE, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC(0x027B5C50, bool, RegexParser_IsSpecial, (uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x027B5CE0, bool, RegexParser_IsStopperX, (uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x027B5D70, bool, RegexParser_IsQuantifier, (uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x027B5E00, bool, RegexParser_IsTrueQuantifier, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC(0x027B5FC0, bool, RegexParser_IsSpace, (uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x027B6050, bool, RegexParser_IsMetachar, (uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x027B60E0, void, RegexParser_AddConcatenate, (RegexParser * __this, int32_t pos, int32_t cch, bool isReplacement, MethodInfo * method)); DO_APP_FUNC(0x027B63F0, void, RegexParser_PushGroup, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC(0x027B6580, void, RegexParser_PopGroup, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB74E8, RegexParser_PopGroup__MethodInfo); DO_APP_FUNC(0x009C67B0, bool, RegexParser_EmptyStack, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC(0x027B67C0, void, RegexParser_StartGroup, (RegexParser * __this, RegexNode * openGroup, MethodInfo * method)); DO_APP_FUNC(0x027B6940, void, RegexParser_AddAlternate, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC(0x027B6A40, void, RegexParser_AddConcatenate_1, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC(0x027B6AC0, void, RegexParser_AddConcatenate_2, (RegexParser * __this, bool lazy, int32_t min, int32_t max, MethodInfo * method)); DO_APP_FUNC(0x003B9330, RegexNode *, RegexParser_Unit, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC(0x027B6C50, void, RegexParser_AddUnitOne, (RegexParser * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x027B6D60, void, RegexParser_AddUnitNotone, (RegexParser * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x027B6E70, void, RegexParser_AddUnitSet, (RegexParser * __this, String * cc, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, RegexParser_AddUnitNode, (RegexParser * __this, RegexNode * node, MethodInfo * method)); DO_APP_FUNC(0x027B6F90, void, RegexParser_AddUnitType, (RegexParser * __this, int32_t type, MethodInfo * method)); DO_APP_FUNC(0x027B7050, void, RegexParser_AddGroup, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB74A8, RegexParser_AddGroup__MethodInfo); DO_APP_FUNC(0x027B7210, void, RegexParser_PushOptions, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC(0x027B72B0, void, RegexParser_PopOptions, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC(0x027B7370, bool, RegexParser_EmptyOptionsStack, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC(0x027B73C0, void, RegexParser_PopKeepOptions, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC(0x027B7430, ArgumentException *, RegexParser_MakeException, (RegexParser * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int32_t, RegexParser_Textpos, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC(0x00523180, void, RegexParser_Textto, (RegexParser * __this, int32_t pos, MethodInfo * method)); DO_APP_FUNC(0x027B74D0, uint16_t, RegexParser_RightCharMoveRight, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC(0x027B7510, void, RegexParser_MoveRight, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC(0x027B7520, void, RegexParser_MoveRight_1, (RegexParser * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x027B7530, void, RegexParser_MoveLeft, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC(0x027B7540, uint16_t, RegexParser_CharAt, (RegexParser * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x027B7580, uint16_t, RegexParser_RightChar, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC(0x027B75C0, uint16_t, RegexParser_RightChar_1, (RegexParser * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x027B7600, int32_t, RegexParser_CharsRight, (RegexParser * __this, MethodInfo * method)); DO_APP_FUNC(0x027B7620, void, RegexParser__cctor, (MethodInfo * method)); DO_APP_FUNC(0x027B7700, void, RegexPrefix__ctor, (RegexPrefix * __this, String * prefix, bool ci, MethodInfo * method)); DO_APP_FUNC(0x00C59310, bool, RegexPrefix_get_CaseInsensitive, (RegexPrefix * __this, MethodInfo * method)); DO_APP_FUNC(0x027B7760, RegexPrefix, RegexPrefix_get_Empty, (MethodInfo * method)); DO_APP_FUNC(0x005DE470, String *, RegexPrefix_get_Prefix, (RegexPrefix * __this, MethodInfo * method)); DO_APP_FUNC(0x027B77C0, void, RegexPrefix__cctor, (MethodInfo * method)); DO_APP_FUNC(0x027B78E0, void, RegexReplacement__ctor, (RegexReplacement * __this, String * rep, RegexNode * concat, Hashtable * _caps, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7470, RegexReplacement__ctor__MethodInfo); DO_APP_FUNC(0x027B7DE0, RegexReplacement *, RegexReplacement_GetOrCreate, (WeakReference_1_System_Text_RegularExpressions_RegexReplacement_ * replRef, String * replacement, Hashtable * caps, int32_t capsize, Hashtable * capnames, RegexOptions__Enum roptions, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, RegexReplacement_get_Pattern, (RegexReplacement * __this, MethodInfo * method)); DO_APP_FUNC(0x027B7F30, void, RegexReplacement_ReplacementImpl, (RegexReplacement * __this, StringBuilder * sb, Match * match, MethodInfo * method)); DO_APP_FUNC(0x027B82C0, void, RegexReplacement_ReplacementImplRTL, (RegexReplacement * __this, List_1_System_String_ * al, Match * match, MethodInfo * method)); DO_APP_FUNC(0x027B84F0, String *, RegexReplacement_Replacement, (RegexReplacement * __this, Match * match, MethodInfo * method)); DO_APP_FUNC(0x027B88C0, String *, RegexReplacement_Replace, (RegexReplacement * __this, Regex * regex, String * input, int32_t count, int32_t startat, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7468, RegexReplacement_Replace__MethodInfo); DO_APP_FUNC(0x003AC050, void, RegexRunner__ctor, (RegexRunner * __this, MethodInfo * method)); DO_APP_FUNC(0x027B9260, Match *, RegexRunner_Scan, (RegexRunner * __this, Regex * regex, String * text, int32_t textbeg, int32_t textend, int32_t textstart, int32_t prevlen, bool quick, MethodInfo * method)); DO_APP_FUNC(0x027B92C0, Match *, RegexRunner_Scan_1, (RegexRunner * __this, Regex * regex, String * text, int32_t textbeg, int32_t textend, int32_t textstart, int32_t prevlen, bool quick, TimeSpan timeout, MethodInfo * method)); DO_APP_FUNC(0x027B96A0, void, RegexRunner_StartTimeoutWatch, (RegexRunner * __this, MethodInfo * method)); DO_APP_FUNC(0x027B9700, void, RegexRunner_CheckTimeout, (RegexRunner * __this, MethodInfo * method)); DO_APP_FUNC(0x027B9810, void, RegexRunner_DoCheckTimeout, (RegexRunner * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7498, RegexRunner_DoCheckTimeout__MethodInfo); DO_APP_FUNC(0x027B9920, void, RegexRunner_InitMatch, (RegexRunner * __this, MethodInfo * method)); DO_APP_FUNC(0x027B9E00, Match *, RegexRunner_TidyMatch, (RegexRunner * __this, bool quick, MethodInfo * method)); DO_APP_FUNC(0x027B9EB0, void, RegexRunner_EnsureStorage, (RegexRunner * __this, MethodInfo * method)); DO_APP_FUNC(0x027BA0B0, bool, RegexRunner_IsBoundary, (RegexRunner * __this, int32_t index, int32_t startpos, int32_t endpos, MethodInfo * method)); DO_APP_FUNC(0x027BA1C0, bool, RegexRunner_IsECMABoundary, (RegexRunner * __this, int32_t index, int32_t startpos, int32_t endpos, MethodInfo * method)); DO_APP_FUNC(0x027BA2D0, bool, RegexRunner_CharInSet, (uint16_t ch, String * set, String * category, MethodInfo * method)); DO_APP_FUNC(0x027BA390, bool, RegexRunner_CharInClass, (uint16_t ch, String * charClass, MethodInfo * method)); DO_APP_FUNC(0x027BA430, void, RegexRunner_DoubleTrack, (RegexRunner * __this, MethodInfo * method)); DO_APP_FUNC(0x027BA520, void, RegexRunner_DoubleStack, (RegexRunner * __this, MethodInfo * method)); DO_APP_FUNC(0x027BA610, void, RegexRunner_DoubleCrawl, (RegexRunner * __this, MethodInfo * method)); DO_APP_FUNC(0x027BA700, void, RegexRunner_Crawl, (RegexRunner * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x027BA830, int32_t, RegexRunner_Popcrawl, (RegexRunner * __this, MethodInfo * method)); DO_APP_FUNC(0x027BA870, int32_t, RegexRunner_Crawlpos, (RegexRunner * __this, MethodInfo * method)); DO_APP_FUNC(0x027BA890, void, RegexRunner_Capture, (RegexRunner * __this, int32_t capnum, int32_t start, int32_t end, MethodInfo * method)); DO_APP_FUNC(0x027BA920, void, RegexRunner_TransferCapture, (RegexRunner * __this, int32_t capnum, int32_t uncapnum, int32_t start, int32_t end, MethodInfo * method)); DO_APP_FUNC(0x027BAA50, void, RegexRunner_Uncapture, (RegexRunner * __this, MethodInfo * method)); DO_APP_FUNC(0x027BAAA0, bool, RegexRunner_IsMatched, (RegexRunner * __this, int32_t cap, MethodInfo * method)); DO_APP_FUNC(0x027BAAD0, int32_t, RegexRunner_MatchIndex, (RegexRunner * __this, int32_t cap, MethodInfo * method)); DO_APP_FUNC(0x027BAB00, int32_t, RegexRunner_MatchLength, (RegexRunner * __this, int32_t cap, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RegexRunnerFactory__ctor, (RegexRunnerFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x027BAB30, void, RegexTree__ctor, (RegexTree * __this, RegexNode * root, Hashtable * caps, Int32__Array * capNumList, int32_t capTop, Hashtable * capNames, String__Array * capsList, RegexOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x027BACF0, void, RegexWriter__ctor, (RegexWriter * __this, Span_1_Int32_ emittedSpan, Span_1_Int32_ intStackSpan, MethodInfo * method)); DO_APP_FUNC(0x027BAE30, RegexCode *, RegexWriter_Write, (RegexTree * tree, MethodInfo * method)); DO_APP_FUNC(0x027BB0F0, void, RegexWriter_Dispose, (RegexWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x027BB130, RegexCode *, RegexWriter_RegexCodeFromRegexTree, (RegexWriter * __this, RegexTree * tree, MethodInfo * method)); DO_APP_FUNC(0x027BB7F0, void, RegexWriter_PatchJump, (RegexWriter * __this, int32_t offset, int32_t jumpDest, MethodInfo * method)); DO_APP_FUNC(0x027BB850, void, RegexWriter_Emit, (RegexWriter * __this, int32_t op, MethodInfo * method)); DO_APP_FUNC(0x027BB8F0, void, RegexWriter_Emit_1, (RegexWriter * __this, int32_t op, int32_t opd1, MethodInfo * method)); DO_APP_FUNC(0x027BB9B0, void, RegexWriter_Emit_2, (RegexWriter * __this, int32_t op, int32_t opd1, int32_t opd2, MethodInfo * method)); DO_APP_FUNC(0x027BBA80, int32_t, RegexWriter_StringCode, (RegexWriter * __this, String * str, MethodInfo * method)); DO_APP_FUNC(0x027BBC00, int32_t, RegexWriter_MapCapnum, (RegexWriter * __this, int32_t capnum, MethodInfo * method)); DO_APP_FUNC(0x027BBCD0, void, RegexWriter_EmitFragment, (RegexWriter * __this, int32_t nodetype, RegexNode * node, int32_t curIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7458, RegexWriter_EmitFragment__MethodInfo); DO_APP_FUNC(0x003AC050, void, CodeCompileUnit__ctor, (CodeCompileUnit * __this, MethodInfo * method)); DO_APP_FUNC(0x027BC660, CodeAttributeDeclarationCollection *, CodeCompileUnit_get_AssemblyCustomAttributes, (CodeCompileUnit * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB168, CodeCompileUnit_get_AssemblyCustomAttributes__MethodInfo); DO_APP_FUNC(0x027BC690, CodeDirectiveCollection *, CodeCompileUnit_get_EndDirectives, (CodeCompileUnit * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB1A8, CodeCompileUnit_get_EndDirectives__MethodInfo); DO_APP_FUNC(0x027BC6C0, CodeNamespaceCollection *, CodeCompileUnit_get_Namespaces, (CodeCompileUnit * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB120, CodeCompileUnit_get_Namespaces__MethodInfo); DO_APP_FUNC(0x027BC6F0, StringCollection *, CodeCompileUnit_get_ReferencedAssemblies, (CodeCompileUnit * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB110, CodeCompileUnit_get_ReferencedAssemblies__MethodInfo); DO_APP_FUNC(0x027BC720, CodeDirectiveCollection *, CodeCompileUnit_get_StartDirectives, (CodeCompileUnit * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB138, CodeCompileUnit_get_StartDirectives__MethodInfo); DO_APP_FUNC(0x003AC050, void, CodeTypeDeclaration__ctor, (CodeTypeDeclaration * __this, MethodInfo * method)); DO_APP_FUNC(0x027BC750, void, CodeTypeDeclaration__ctor_1, (CodeTypeDeclaration * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAF50, CodeTypeDeclaration__ctor_1__MethodInfo); DO_APP_FUNC(0x027BC780, CodeTypeReferenceCollection *, CodeTypeDeclaration_get_BaseTypes, (CodeTypeDeclaration * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAF70, CodeTypeDeclaration_get_BaseTypes__MethodInfo); DO_APP_FUNC(0x027BC7B0, bool, CodeTypeDeclaration_get_IsClass, (CodeTypeDeclaration * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAF68, CodeTypeDeclaration_get_IsClass__MethodInfo); DO_APP_FUNC(0x027BC7E0, void, CodeTypeDeclaration_set_IsClass, (CodeTypeDeclaration * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAEB8, CodeTypeDeclaration_set_IsClass__MethodInfo); DO_APP_FUNC(0x027BC810, bool, CodeTypeDeclaration_get_IsEnum, (CodeTypeDeclaration * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAF20, CodeTypeDeclaration_get_IsEnum__MethodInfo); DO_APP_FUNC(0x027BC840, void, CodeTypeDeclaration_set_IsEnum, (CodeTypeDeclaration * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB010, CodeTypeDeclaration_set_IsEnum__MethodInfo); DO_APP_FUNC(0x027BC870, bool, CodeTypeDeclaration_get_IsInterface, (CodeTypeDeclaration * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAFF8, CodeTypeDeclaration_get_IsInterface__MethodInfo); DO_APP_FUNC(0x027BC8A0, void, CodeTypeDeclaration_set_IsInterface, (CodeTypeDeclaration * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB020, CodeTypeDeclaration_set_IsInterface__MethodInfo); DO_APP_FUNC(0x027BC8D0, bool, CodeTypeDeclaration_get_IsPartial, (CodeTypeDeclaration * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAFA8, CodeTypeDeclaration_get_IsPartial__MethodInfo); DO_APP_FUNC(0x027BC900, void, CodeTypeDeclaration_set_IsPartial, (CodeTypeDeclaration * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAFD0, CodeTypeDeclaration_set_IsPartial__MethodInfo); DO_APP_FUNC(0x027BC930, bool, CodeTypeDeclaration_get_IsStruct, (CodeTypeDeclaration * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAFC0, CodeTypeDeclaration_get_IsStruct__MethodInfo); DO_APP_FUNC(0x027BC960, void, CodeTypeDeclaration_set_IsStruct, (CodeTypeDeclaration * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAD90, CodeTypeDeclaration_set_IsStruct__MethodInfo); DO_APP_FUNC(0x027BC990, CodeTypeMemberCollection *, CodeTypeDeclaration_get_Members, (CodeTypeDeclaration * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBADE0, CodeTypeDeclaration_get_Members__MethodInfo); DO_APP_FUNC(0x027BC9C0, TypeAttributes__Enum, CodeTypeDeclaration_get_TypeAttributes, (CodeTypeDeclaration * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAD48, CodeTypeDeclaration_get_TypeAttributes__MethodInfo); DO_APP_FUNC(0x027BC9F0, void, CodeTypeDeclaration_set_TypeAttributes, (CodeTypeDeclaration * __this, TypeAttributes__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAD40, CodeTypeDeclaration_set_TypeAttributes__MethodInfo); DO_APP_FUNC(0x027BCA20, CodeTypeParameterCollection *, CodeTypeDeclaration_get_TypeParameters, (CodeTypeDeclaration * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAD68, CodeTypeDeclaration_get_TypeParameters__MethodInfo); DO_APP_FUNC(0x027BCA50, void, CodeTypeDeclaration_add_PopulateBaseTypes, (CodeTypeDeclaration * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAE68, CodeTypeDeclaration_add_PopulateBaseTypes__MethodInfo); DO_APP_FUNC(0x027BCA80, void, CodeTypeDeclaration_remove_PopulateBaseTypes, (CodeTypeDeclaration * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAEB0, CodeTypeDeclaration_remove_PopulateBaseTypes__MethodInfo); DO_APP_FUNC(0x027BCAB0, void, CodeTypeDeclaration_add_PopulateMembers, (CodeTypeDeclaration * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAE90, CodeTypeDeclaration_add_PopulateMembers__MethodInfo); DO_APP_FUNC(0x027BCAE0, void, CodeTypeDeclaration_remove_PopulateMembers, (CodeTypeDeclaration * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBADF0, CodeTypeDeclaration_remove_PopulateMembers__MethodInfo); DO_APP_FUNC(0x027BCB10, void, IndentedTextWriter__ctor, (IndentedTextWriter * __this, TextWriter * writer, MethodInfo * method)); DO_APP_FUNC(0x027BCCD0, void, IndentedTextWriter__ctor_1, (IndentedTextWriter * __this, TextWriter * writer, String * tabString, MethodInfo * method)); DO_APP_FUNC(0x01B8D270, Encoding *, IndentedTextWriter_get_Encoding, (IndentedTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8D2D0, String *, IndentedTextWriter_get_NewLine, (IndentedTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01A7A100, void, IndentedTextWriter_set_NewLine, (IndentedTextWriter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int32_t, IndentedTextWriter_get_Indent, (IndentedTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x027BCE70, void, IndentedTextWriter_set_Indent, (IndentedTextWriter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, TextWriter *, IndentedTextWriter_get_InnerWriter, (IndentedTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8D300, void, IndentedTextWriter_Close, (IndentedTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8D390, void, IndentedTextWriter_Flush, (IndentedTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x027BCED0, void, IndentedTextWriter_OutputTabs, (IndentedTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x027BCF30, void, IndentedTextWriter_Write, (IndentedTextWriter * __this, String * s, MethodInfo * method)); DO_APP_FUNC(0x027BCF80, void, IndentedTextWriter_Write_1, (IndentedTextWriter * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x027BCFD0, void, IndentedTextWriter_Write_2, (IndentedTextWriter * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x027BD020, void, IndentedTextWriter_Write_3, (IndentedTextWriter * __this, Char__Array * buffer, MethodInfo * method)); DO_APP_FUNC(0x027BD070, void, IndentedTextWriter_Write_4, (IndentedTextWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x027BD0F0, void, IndentedTextWriter_Write_5, (IndentedTextWriter * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x027BD140, void, IndentedTextWriter_Write_6, (IndentedTextWriter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x027BD190, void, IndentedTextWriter_Write_7, (IndentedTextWriter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x027BD1E0, void, IndentedTextWriter_Write_8, (IndentedTextWriter * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x027BD230, void, IndentedTextWriter_Write_9, (IndentedTextWriter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x027BD280, void, IndentedTextWriter_Write_10, (IndentedTextWriter * __this, String * format, Object * arg0, MethodInfo * method)); DO_APP_FUNC(0x027BD2E0, void, IndentedTextWriter_Write_11, (IndentedTextWriter * __this, String * format, Object * arg0, Object * arg1, MethodInfo * method)); DO_APP_FUNC(0x027BD360, void, IndentedTextWriter_Write_12, (IndentedTextWriter * __this, String * format, Object__Array * arg, MethodInfo * method)); DO_APP_FUNC(0x01B8D6C0, void, IndentedTextWriter_WriteLineNoTabs, (IndentedTextWriter * __this, String * s, MethodInfo * method)); DO_APP_FUNC(0x027BD3C0, void, IndentedTextWriter_WriteLine, (IndentedTextWriter * __this, String * s, MethodInfo * method)); DO_APP_FUNC(0x027BD420, void, IndentedTextWriter_WriteLine_1, (IndentedTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x027BD470, void, IndentedTextWriter_WriteLine_2, (IndentedTextWriter * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x027BD4D0, void, IndentedTextWriter_WriteLine_3, (IndentedTextWriter * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x027BD530, void, IndentedTextWriter_WriteLine_4, (IndentedTextWriter * __this, Char__Array * buffer, MethodInfo * method)); DO_APP_FUNC(0x027BD590, void, IndentedTextWriter_WriteLine_5, (IndentedTextWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x027BD610, void, IndentedTextWriter_WriteLine_6, (IndentedTextWriter * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x027BD670, void, IndentedTextWriter_WriteLine_7, (IndentedTextWriter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x027BD6D0, void, IndentedTextWriter_WriteLine_8, (IndentedTextWriter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x027BD720, void, IndentedTextWriter_WriteLine_9, (IndentedTextWriter * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x027BD780, void, IndentedTextWriter_WriteLine_10, (IndentedTextWriter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x027BD7E0, void, IndentedTextWriter_WriteLine_11, (IndentedTextWriter * __this, String * format, Object * arg0, MethodInfo * method)); DO_APP_FUNC(0x027BD850, void, IndentedTextWriter_WriteLine_12, (IndentedTextWriter * __this, String * format, Object * arg0, Object * arg1, MethodInfo * method)); DO_APP_FUNC(0x027BD8D0, void, IndentedTextWriter_WriteLine_13, (IndentedTextWriter * __this, String * format, Object__Array * arg, MethodInfo * method)); DO_APP_FUNC(0x027BD940, void, IndentedTextWriter_WriteLine_14, (IndentedTextWriter * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, GeneratedCodeAttribute__ctor, (GeneratedCodeAttribute * __this, String * tool, String * version, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, GeneratedCodeAttribute_get_Tool, (GeneratedCodeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, GeneratedCodeAttribute_get_Version, (GeneratedCodeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x027BD990, bool, StackFrameExtensions_HasNativeImage, (StackFrame * stackFrame, MethodInfo * method)); DO_APP_FUNC(0x027BD9E0, bool, StackFrameExtensions_HasMethod, (StackFrame * stackFrame, MethodInfo * method)); DO_APP_FUNC(0x027BDA50, bool, StackFrameExtensions_HasILOffset, (StackFrame * stackFrame, MethodInfo * method)); DO_APP_FUNC(0x027BDA80, bool, StackFrameExtensions_HasSource, (StackFrame * stackFrame, MethodInfo * method)); DO_APP_FUNC(0x027BDAB0, void *, StackFrameExtensions_GetNativeIP, (StackFrame * stackFrame, MethodInfo * method)); DO_APP_FUNC(0x027BDAF0, void *, StackFrameExtensions_GetNativeImageBase, (StackFrame * stackFrame, MethodInfo * method)); DO_APP_FUNC(0x027BDB30, void, BooleanSwitch__ctor, (BooleanSwitch * __this, String * displayName, String * description, MethodInfo * method)); DO_APP_FUNC(0x027BDBD0, void, BooleanSwitch__ctor_1, (BooleanSwitch * __this, String * displayName, String * description, String * defaultSwitchValue, MethodInfo * method)); DO_APP_FUNC(0x027BDC60, bool, BooleanSwitch_get_Enabled, (BooleanSwitch * __this, MethodInfo * method)); DO_APP_FUNC(0x027BDCB0, void, BooleanSwitch_set_Enabled, (BooleanSwitch * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x027BDCD0, void, BooleanSwitch_OnValueChanged, (BooleanSwitch * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CorrelationManager__ctor, (CorrelationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x027BDE90, Guid, CorrelationManager_get_ActivityId, (CorrelationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x027BDF30, void, CorrelationManager_set_ActivityId, (CorrelationManager * __this, Guid value, MethodInfo * method)); DO_APP_FUNC(0x027BDFA0, Stack *, CorrelationManager_get_LogicalOperationStack, (CorrelationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x027BDFB0, void, CorrelationManager_StartLogicalOperation, (CorrelationManager * __this, Object * operationId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAD18, CorrelationManager_StartLogicalOperation__MethodInfo); DO_APP_FUNC(0x027BE040, void, CorrelationManager_StartLogicalOperation_1, (CorrelationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x027BE160, void, CorrelationManager_StopLogicalOperation, (CorrelationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x027BE190, Stack *, CorrelationManager_GetLogicalOperationStack, (CorrelationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x027BE250, TraceListenerCollection *, Debug_1_get_Listeners, (MethodInfo * method)); DO_APP_FUNC(0x027BE2A0, bool, Debug_1_get_AutoFlush, (MethodInfo * method)); DO_APP_FUNC(0x027BE330, void, Debug_1_set_AutoFlush, (bool value, MethodInfo * method)); DO_APP_FUNC(0x027BE3D0, int32_t, Debug_1_get_IndentLevel, (MethodInfo * method)); DO_APP_FUNC(0x027BE420, void, Debug_1_set_IndentLevel, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x027BE470, int32_t, Debug_1_get_IndentSize, (MethodInfo * method)); DO_APP_FUNC(0x027BE500, void, Debug_1_set_IndentSize, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x027BE590, void, Debug_1_Flush, (MethodInfo * method)); DO_APP_FUNC(0x027BE5E0, void, Debug_1_Close, (MethodInfo * method)); DO_APP_FUNC(0x027BE630, void, Debug_1_Assert, (bool condition, MethodInfo * method)); DO_APP_FUNC(0x027BE680, void, Debug_1_Assert_1, (bool condition, String * message, MethodInfo * method)); DO_APP_FUNC(0x027BE720, void, Debug_1_Assert_2, (bool condition, String * message, String * detailMessage, MethodInfo * method)); DO_APP_FUNC(0x027BE790, void, Debug_1_Assert_3, (bool condition, String * message, String * detailMessageFormat, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x027BE940, void, Debug_1_Fail, (String * message, MethodInfo * method)); DO_APP_FUNC(0x027BE990, void, Debug_1_Fail_1, (String * message, String * detailMessage, MethodInfo * method)); DO_APP_FUNC(0x027BE9F0, void, Debug_1_Print, (String * message, MethodInfo * method)); DO_APP_FUNC(0x027BEA40, void, Debug_1_Print_1, (String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x027BEBD0, void, Debug_1_Write, (String * message, MethodInfo * method)); DO_APP_FUNC(0x027BEC20, void, Debug_1_Write_1, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x027BEC70, void, Debug_1_Write_2, (String * message, String * category, MethodInfo * method)); DO_APP_FUNC(0x027BECD0, void, Debug_1_Write_3, (Object * value, String * category, MethodInfo * method)); DO_APP_FUNC(0x027BED30, void, Debug_1_WriteLine, (String * message, MethodInfo * method)); DO_APP_FUNC(0x027BED80, void, Debug_1_WriteLine_1, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x027BEDD0, void, Debug_1_WriteLine_2, (String * message, String * category, MethodInfo * method)); DO_APP_FUNC(0x027BEE30, void, Debug_1_WriteLine_3, (Object * value, String * category, MethodInfo * method)); DO_APP_FUNC(0x027BEE90, void, Debug_1_WriteLine_4, (String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x027BF020, void, Debug_1_WriteIf, (bool condition, String * message, MethodInfo * method)); DO_APP_FUNC(0x027BF0C0, void, Debug_1_WriteIf_1, (bool condition, Object * value, MethodInfo * method)); DO_APP_FUNC(0x027BF160, void, Debug_1_WriteIf_2, (bool condition, String * message, String * category, MethodInfo * method)); DO_APP_FUNC(0x027BF1D0, void, Debug_1_WriteIf_3, (bool condition, Object * value, String * category, MethodInfo * method)); DO_APP_FUNC(0x027BF240, void, Debug_1_WriteLineIf, (bool condition, String * message, MethodInfo * method)); DO_APP_FUNC(0x027BF2E0, void, Debug_1_WriteLineIf_1, (bool condition, Object * value, MethodInfo * method)); DO_APP_FUNC(0x027BF380, void, Debug_1_WriteLineIf_2, (bool condition, String * message, String * category, MethodInfo * method)); DO_APP_FUNC(0x027BF3F0, void, Debug_1_WriteLineIf_3, (bool condition, Object * value, String * category, MethodInfo * method)); DO_APP_FUNC(0x027BF460, void, Debug_1_Indent, (MethodInfo * method)); DO_APP_FUNC(0x027BF4B0, void, Debug_1_Unindent, (MethodInfo * method)); DO_APP_FUNC(0x027BF500, void, DelimitedListTraceListener__ctor, (DelimitedListTraceListener * __this, Stream * stream, MethodInfo * method)); DO_APP_FUNC(0x027BF660, void, DelimitedListTraceListener__ctor_1, (DelimitedListTraceListener * __this, Stream * stream, String * name, MethodInfo * method)); DO_APP_FUNC(0x027BF790, void, DelimitedListTraceListener__ctor_2, (DelimitedListTraceListener * __this, TextWriter * writer, MethodInfo * method)); DO_APP_FUNC(0x027BF8F0, void, DelimitedListTraceListener__ctor_3, (DelimitedListTraceListener * __this, TextWriter * writer, String * name, MethodInfo * method)); DO_APP_FUNC(0x027BFA20, void, DelimitedListTraceListener__ctor_4, (DelimitedListTraceListener * __this, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x027BFBA0, void, DelimitedListTraceListener__ctor_5, (DelimitedListTraceListener * __this, String * fileName, String * name, MethodInfo * method)); DO_APP_FUNC(0x027BFD70, String *, DelimitedListTraceListener_get_Delimiter, (DelimitedListTraceListener * __this, MethodInfo * method)); DO_APP_FUNC(0x027BFFB0, void, DelimitedListTraceListener_set_Delimiter, (DelimitedListTraceListener * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA928, DelimitedListTraceListener_set_Delimiter__MethodInfo); DO_APP_FUNC(0x027C0350, String__Array *, DelimitedListTraceListener_GetSupportedAttributes, (DelimitedListTraceListener * __this, MethodInfo * method)); DO_APP_FUNC(0x027C0400, void, DelimitedListTraceListener_TraceEvent, (DelimitedListTraceListener * __this, TraceEventCache * eventCache, String * source, TraceEventType__Enum eventType, int32_t id, String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x027C05D0, void, DelimitedListTraceListener_TraceEvent_1, (DelimitedListTraceListener * __this, TraceEventCache * eventCache, String * source, TraceEventType__Enum eventType, int32_t id, String * message, MethodInfo * method)); DO_APP_FUNC(0x027C06E0, void, DelimitedListTraceListener_TraceData, (DelimitedListTraceListener * __this, TraceEventCache * eventCache, String * source, TraceEventType__Enum eventType, int32_t id, Object * data, MethodInfo * method)); DO_APP_FUNC(0x027C0810, void, DelimitedListTraceListener_TraceData_1, (DelimitedListTraceListener * __this, TraceEventCache * eventCache, String * source, TraceEventType__Enum eventType, int32_t id, Object__Array * data, MethodInfo * method)); DO_APP_FUNC(0x027C0980, void, DelimitedListTraceListener_WriteHeader, (DelimitedListTraceListener * __this, String * source, TraceEventType__Enum eventType, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x027C0B10, void, DelimitedListTraceListener_WriteFooter, (DelimitedListTraceListener * __this, TraceEventCache * eventCache, MethodInfo * method)); DO_APP_FUNC(0x027C0EB0, void, DelimitedListTraceListener_WriteEscaped, (DelimitedListTraceListener * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x027C1040, void, DelimitedListTraceListener_WriteStackEscaped, (DelimitedListTraceListener * __this, Stack * stack, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, EventTypeFilter__ctor, (EventTypeFilter * __this, SourceLevels__Enum level, MethodInfo * method)); DO_APP_FUNC(0x027C1360, bool, EventTypeFilter_ShouldTrace, (EventTypeFilter * __this, TraceEventCache * cache, String * source, TraceEventType__Enum eventType, int32_t id, String * formatOrMessage, Object__Array * args, Object * data1, Object__Array * data, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, SourceLevels__Enum, EventTypeFilter_get_EventType, (EventTypeFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, EventTypeFilter_set_EventType, (EventTypeFilter * __this, SourceLevels__Enum value, MethodInfo * method)); DO_APP_FUNC(0x027C1370, void, SourceFilter__ctor, (SourceFilter * __this, String * source, MethodInfo * method)); DO_APP_FUNC(0x027C1430, bool, SourceFilter_ShouldTrace, (SourceFilter * __this, TraceEventCache * cache, String * source, TraceEventType__Enum eventType, int32_t id, String * formatOrMessage, Object__Array * args, Object * data1, Object__Array * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA670, SourceFilter_ShouldTrace__MethodInfo); DO_APP_FUNC(0x003B93D0, String *, SourceFilter_get_Source, (SourceFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x027C1370, void, SourceFilter_set_Source, (SourceFilter * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA6A8, SourceFilter_set_Source__MethodInfo); DO_APP_FUNC(0x027C14E0, void, SourceSwitch__ctor, (SourceSwitch * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x027C15A0, void, SourceSwitch__ctor_1, (SourceSwitch * __this, String * displayName, String * defaultSwitchValue, MethodInfo * method)); DO_APP_FUNC(0x027C1650, SourceLevels__Enum, SourceSwitch_get_Level, (SourceSwitch * __this, MethodInfo * method)); DO_APP_FUNC(0x027C16A0, void, SourceSwitch_set_Level, (SourceSwitch * __this, SourceLevels__Enum value, MethodInfo * method)); DO_APP_FUNC(0x027C16B0, bool, SourceSwitch_ShouldTrace, (SourceSwitch * __this, TraceEventType__Enum eventType, MethodInfo * method)); DO_APP_FUNC(0x027C1700, void, SourceSwitch_OnValueChanged, (SourceSwitch * __this, MethodInfo * method)); DO_APP_FUNC(0x027C1810, Object *, Switch_get_IntializedLock, (Switch * __this, MethodInfo * method)); DO_APP_FUNC(0x027C18C0, void, Switch__ctor, (Switch * __this, String * displayName, String * description, MethodInfo * method)); DO_APP_FUNC(0x027C1930, void, Switch__ctor_1, (Switch * __this, String * displayName, String * description, String * defaultSwitchValue, MethodInfo * method)); DO_APP_FUNC(0x027C1D40, void, Switch__pruneCachedSwitches, (MethodInfo * method)); DO_APP_FUNC(0x027C2340, StringDictionary *, Switch_get_Attributes, (Switch * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, Switch_get_DisplayName, (Switch * __this, MethodInfo * method)); DO_APP_FUNC(0x027C2410, String *, Switch_get_Description, (Switch * __this, MethodInfo * method)); DO_APP_FUNC(0x027C1650, int32_t, Switch_get_SwitchSetting, (Switch * __this, MethodInfo * method)); DO_APP_FUNC(0x027C2470, void, Switch_set_SwitchSetting, (Switch * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x027C2620, String *, Switch_get_Value, (Switch * __this, MethodInfo * method)); DO_APP_FUNC(0x027C2640, void, Switch_set_Value, (Switch * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x027C26C0, void, Switch_Initialize, (Switch * __this, MethodInfo * method)); DO_APP_FUNC(0x027C26D0, bool, Switch_InitializeWithStatus, (Switch * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Switch_InitializeConfigSettings, (Switch * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, String__Array *, Switch_GetSupportedAttributes, (Switch * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Switch_OnSwitchSettingChanged, (Switch * __this, MethodInfo * method)); DO_APP_FUNC(0x027C28A0, void, Switch_OnValueChanged, (Switch * __this, MethodInfo * method)); DO_APP_FUNC(0x027C2970, void, Switch_RefreshAll, (MethodInfo * method)); DO_APP_FUNC(0x027C2C60, void, Switch_Refresh, (Switch * __this, MethodInfo * method)); DO_APP_FUNC(0x027C2E10, void, Switch__cctor, (MethodInfo * method)); DO_APP_FUNC(0x027C2EF0, void, SwitchAttribute__ctor, (SwitchAttribute * __this, String * switchName, Type * switchType, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, SwitchAttribute_get_SwitchName, (SwitchAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x027C3180, void, SwitchAttribute_set_SwitchName, (SwitchAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA498, SwitchAttribute_set_SwitchName__MethodInfo); DO_APP_FUNC(0x003B93C0, Type *, SwitchAttribute_get_SwitchType, (SwitchAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x027C3310, void, SwitchAttribute_set_SwitchType, (SwitchAttribute * __this, Type * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA488, SwitchAttribute_set_SwitchType__MethodInfo); DO_APP_FUNC(0x003B93E0, String *, SwitchAttribute_get_SwitchDescription, (SwitchAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, SwitchAttribute_set_SwitchDescription, (SwitchAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x027C3400, SwitchAttribute__Array *, SwitchAttribute_GetAll, (Assembly * assembly, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA5C8, SwitchAttribute_GetAll__MethodInfo); DO_APP_FUNC(0x027C3750, void, SwitchAttribute_GetAllRecursive, (Type * type, ArrayList * switchAttribs, MethodInfo * method)); DO_APP_FUNC(0x027C38D0, void, SwitchAttribute_GetAllRecursive_1, (MemberInfo_1 * member, ArrayList * switchAttribs, MethodInfo * method)); DO_APP_FUNC(0x027C3990, void, SwitchLevelAttribute__ctor, (SwitchLevelAttribute * __this, Type * switchLevelType, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Type *, SwitchLevelAttribute_get_SwitchLevelType, (SwitchLevelAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x027C3990, void, SwitchLevelAttribute_set_SwitchLevelType, (SwitchLevelAttribute * __this, Type * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA5F0, SwitchLevelAttribute_set_SwitchLevelType__MethodInfo); DO_APP_FUNC(0x027C3A80, void, TextWriterTraceListener__ctor, (TextWriterTraceListener * __this, MethodInfo * method)); DO_APP_FUNC(0x027C3A90, void, TextWriterTraceListener__ctor_1, (TextWriterTraceListener * __this, Stream * stream, MethodInfo * method)); DO_APP_FUNC(0x027C3AF0, void, TextWriterTraceListener__ctor_2, (TextWriterTraceListener * __this, Stream * stream, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA5A0, TextWriterTraceListener__ctor_2__MethodInfo); DO_APP_FUNC(0x027C3C90, void, TextWriterTraceListener__ctor_3, (TextWriterTraceListener * __this, TextWriter * writer, MethodInfo * method)); DO_APP_FUNC(0x027C3CF0, void, TextWriterTraceListener__ctor_4, (TextWriterTraceListener * __this, TextWriter * writer, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA590, TextWriterTraceListener__ctor_4__MethodInfo); DO_APP_FUNC(0x027C3E10, void, TextWriterTraceListener__ctor_5, (TextWriterTraceListener * __this, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x027C3E70, void, TextWriterTraceListener__ctor_6, (TextWriterTraceListener * __this, String * fileName, String * name, MethodInfo * method)); DO_APP_FUNC(0x027C3F30, TextWriter *, TextWriterTraceListener_get_Writer, (TextWriterTraceListener * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, TextWriterTraceListener_set_Writer, (TextWriterTraceListener * __this, TextWriter * value, MethodInfo * method)); DO_APP_FUNC(0x027C3F50, void, TextWriterTraceListener_Close, (TextWriterTraceListener * __this, MethodInfo * method)); DO_APP_FUNC(0x027C3FE0, void, TextWriterTraceListener_Dispose, (TextWriterTraceListener * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x027C40F0, void, TextWriterTraceListener_Flush, (TextWriterTraceListener * __this, MethodInfo * method)); DO_APP_FUNC(0x027C4130, void, TextWriterTraceListener_Write, (TextWriterTraceListener * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x027C41A0, void, TextWriterTraceListener_WriteLine, (TextWriterTraceListener * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x027C4210, Encoding *, TextWriterTraceListener_GetEncodingWithFallback, (Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x027C42E0, bool, TextWriterTraceListener_EnsureWriter, (TextWriterTraceListener * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Trace__ctor, (Trace * __this, MethodInfo * method)); DO_APP_FUNC(0x027C4680, TraceListenerCollection *, Trace_get_Listeners, (MethodInfo * method)); DO_APP_FUNC(0x027C46D0, bool, Trace_get_AutoFlush, (MethodInfo * method)); DO_APP_FUNC(0x027C4760, void, Trace_set_AutoFlush, (bool value, MethodInfo * method)); DO_APP_FUNC(0x027C4800, bool, Trace_get_UseGlobalLock, (MethodInfo * method)); DO_APP_FUNC(0x027C4890, void, Trace_set_UseGlobalLock, (bool value, MethodInfo * method)); DO_APP_FUNC(0x027C4930, CorrelationManager *, Trace_get_CorrelationManager, (MethodInfo * method)); DO_APP_FUNC(0x027C4A30, int32_t, Trace_get_IndentLevel, (MethodInfo * method)); DO_APP_FUNC(0x027C4A80, void, Trace_set_IndentLevel, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x027C4AD0, int32_t, Trace_get_IndentSize, (MethodInfo * method)); DO_APP_FUNC(0x027C4B60, void, Trace_set_IndentSize, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x027C4BF0, void, Trace_Flush, (MethodInfo * method)); DO_APP_FUNC(0x027C4C40, void, Trace_Close, (MethodInfo * method)); DO_APP_FUNC(0x027C4C90, void, Trace_Assert, (bool condition, MethodInfo * method)); DO_APP_FUNC(0x027C4CE0, void, Trace_Assert_1, (bool condition, String * message, MethodInfo * method)); DO_APP_FUNC(0x027C4D80, void, Trace_Assert_2, (bool condition, String * message, String * detailMessage, MethodInfo * method)); DO_APP_FUNC(0x027C4DF0, void, Trace_Fail, (String * message, MethodInfo * method)); DO_APP_FUNC(0x027C4E40, void, Trace_Fail_1, (String * message, String * detailMessage, MethodInfo * method)); DO_APP_FUNC(0x027C4EA0, void, Trace_Refresh, (MethodInfo * method)); DO_APP_FUNC(0x027C4F40, void, Trace_TraceInformation, (String * message, MethodInfo * method)); DO_APP_FUNC(0x027C4FA0, void, Trace_TraceInformation_1, (String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x027C5010, void, Trace_TraceWarning, (String * message, MethodInfo * method)); DO_APP_FUNC(0x027C5070, void, Trace_TraceWarning_1, (String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x027C50E0, void, Trace_TraceError, (String * message, MethodInfo * method)); DO_APP_FUNC(0x027C5140, void, Trace_TraceError_1, (String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x027C51B0, void, Trace_Write, (String * message, MethodInfo * method)); DO_APP_FUNC(0x027C5200, void, Trace_Write_1, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x027C5250, void, Trace_Write_2, (String * message, String * category, MethodInfo * method)); DO_APP_FUNC(0x027C52B0, void, Trace_Write_3, (Object * value, String * category, MethodInfo * method)); DO_APP_FUNC(0x027C5310, void, Trace_WriteLine, (String * message, MethodInfo * method)); DO_APP_FUNC(0x027C5360, void, Trace_WriteLine_1, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x027C53B0, void, Trace_WriteLine_2, (String * message, String * category, MethodInfo * method)); DO_APP_FUNC(0x027C5410, void, Trace_WriteLine_3, (Object * value, String * category, MethodInfo * method)); DO_APP_FUNC(0x027C5470, void, Trace_WriteIf, (bool condition, String * message, MethodInfo * method)); DO_APP_FUNC(0x027C5510, void, Trace_WriteIf_1, (bool condition, Object * value, MethodInfo * method)); DO_APP_FUNC(0x027C55B0, void, Trace_WriteIf_2, (bool condition, String * message, String * category, MethodInfo * method)); DO_APP_FUNC(0x027C5620, void, Trace_WriteIf_3, (bool condition, Object * value, String * category, MethodInfo * method)); DO_APP_FUNC(0x027C5690, void, Trace_WriteLineIf, (bool condition, String * message, MethodInfo * method)); DO_APP_FUNC(0x027C5730, void, Trace_WriteLineIf_1, (bool condition, Object * value, MethodInfo * method)); DO_APP_FUNC(0x027C57D0, void, Trace_WriteLineIf_2, (bool condition, String * message, String * category, MethodInfo * method)); DO_APP_FUNC(0x027C5840, void, Trace_WriteLineIf_3, (bool condition, Object * value, String * category, MethodInfo * method)); DO_APP_FUNC(0x027C58B0, void, Trace_Indent, (MethodInfo * method)); DO_APP_FUNC(0x027C5900, void, Trace_Unindent, (MethodInfo * method)); DO_APP_FUNC(0x027C5950, Guid, TraceEventCache_get_ActivityId, (TraceEventCache * __this, MethodInfo * method)); DO_APP_FUNC(0x027C5A10, String *, TraceEventCache_get_Callstack, (TraceEventCache * __this, MethodInfo * method)); DO_APP_FUNC(0x027C5AF0, Stack *, TraceEventCache_get_LogicalOperationStack, (TraceEventCache * __this, MethodInfo * method)); DO_APP_FUNC(0x027C5B20, DateTime, TraceEventCache_get_DateTime, (TraceEventCache * __this, MethodInfo * method)); DO_APP_FUNC(0x027C5C00, int32_t, TraceEventCache_get_ProcessId, (TraceEventCache * __this, MethodInfo * method)); DO_APP_FUNC(0x027C5C50, String *, TraceEventCache_get_ThreadId, (TraceEventCache * __this, MethodInfo * method)); DO_APP_FUNC(0x027C5DD0, int64_t, TraceEventCache_get_Timestamp, (TraceEventCache * __this, MethodInfo * method)); DO_APP_FUNC(0x027C5E30, void, TraceEventCache_InitProcessInfo, (MethodInfo * method)); DO_APP_FUNC(0x027C5C00, int32_t, TraceEventCache_GetProcessId, (MethodInfo * method)); DO_APP_FUNC(0x027C6020, String *, TraceEventCache_GetProcessName, (MethodInfo * method)); DO_APP_FUNC(0x01C36990, int32_t, TraceEventCache_GetThreadId, (MethodInfo * method)); DO_APP_FUNC(0x027C6070, void, TraceEventCache__ctor, (TraceEventCache * __this, MethodInfo * method)); DO_APP_FUNC(0x027C60E0, bool, TraceFilter_ShouldTrace, (TraceFilter * __this, TraceEventCache * cache, String * source, TraceEventType__Enum eventType, int32_t id, String * formatOrMessage, MethodInfo * method)); DO_APP_FUNC(0x027C6130, bool, TraceFilter_ShouldTrace_1, (TraceFilter * __this, TraceEventCache * cache, String * source, TraceEventType__Enum eventType, int32_t id, String * formatOrMessage, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x027C6190, bool, TraceFilter_ShouldTrace_2, (TraceFilter * __this, TraceEventCache * cache, String * source, TraceEventType__Enum eventType, int32_t id, String * formatOrMessage, Object__Array * args, Object * data1, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TraceFilter__ctor, (TraceFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x027C61F0, TraceListenerCollection *, TraceInternal_get_Listeners, (MethodInfo * method)); DO_APP_FUNC(0x027C6580, String *, TraceInternal_get_AppName, (MethodInfo * method)); DO_APP_FUNC(0x027C6700, bool, TraceInternal_get_AutoFlush, (MethodInfo * method)); DO_APP_FUNC(0x027C6760, void, TraceInternal_set_AutoFlush, (bool value, MethodInfo * method)); DO_APP_FUNC(0x027C67C0, bool, TraceInternal_get_UseGlobalLock, (MethodInfo * method)); DO_APP_FUNC(0x027C6820, void, TraceInternal_set_UseGlobalLock, (bool value, MethodInfo * method)); DO_APP_FUNC(0x027C6880, int32_t, TraceInternal_get_IndentLevel, (MethodInfo * method)); DO_APP_FUNC(0x027C6910, void, TraceInternal_set_IndentLevel, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x027C6E10, int32_t, TraceInternal_get_IndentSize, (MethodInfo * method)); DO_APP_FUNC(0x027C6E70, void, TraceInternal_set_IndentSize, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x027C6EC0, void, TraceInternal_SetIndentSize, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x027C7360, void, TraceInternal_Indent, (MethodInfo * method)); DO_APP_FUNC(0x027C7890, void, TraceInternal_Unindent, (MethodInfo * method)); DO_APP_FUNC(0x027C7DC0, void, TraceInternal_Flush, (MethodInfo * method)); DO_APP_FUNC(0x027C8570, void, TraceInternal_Close, (MethodInfo * method)); DO_APP_FUNC(0x027C8990, void, TraceInternal_Assert, (bool condition, MethodInfo * method)); DO_APP_FUNC(0x027C8A10, void, TraceInternal_Assert_1, (bool condition, String * message, MethodInfo * method)); DO_APP_FUNC(0x027C8A70, void, TraceInternal_Assert_2, (bool condition, String * message, String * detailMessage, MethodInfo * method)); DO_APP_FUNC(0x027C8AE0, void, TraceInternal_Fail, (String * message, MethodInfo * method)); DO_APP_FUNC(0x027C9390, void, TraceInternal_Fail_1, (String * message, String * detailMessage, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TraceInternal_InitializeSettings, (MethodInfo * method)); DO_APP_FUNC(0x027C9C60, void, TraceInternal_Refresh, (MethodInfo * method)); DO_APP_FUNC(0x027C9E70, void, TraceInternal_TraceEvent, (TraceEventType__Enum eventType, int32_t id, String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x027CAF20, void, TraceInternal_Write, (String * message, MethodInfo * method)); DO_APP_FUNC(0x027CB7D0, void, TraceInternal_Write_1, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x027CC080, void, TraceInternal_Write_2, (String * message, String * category, MethodInfo * method)); DO_APP_FUNC(0x027CC950, void, TraceInternal_Write_3, (Object * value, String * category, MethodInfo * method)); DO_APP_FUNC(0x027CD220, void, TraceInternal_WriteLine, (String * message, MethodInfo * method)); DO_APP_FUNC(0x027CDAD0, void, TraceInternal_WriteLine_1, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x027CE380, void, TraceInternal_WriteLine_2, (String * message, String * category, MethodInfo * method)); DO_APP_FUNC(0x027CEC50, void, TraceInternal_WriteLine_3, (Object * value, String * category, MethodInfo * method)); DO_APP_FUNC(0x027CF520, void, TraceInternal_WriteIf, (bool condition, String * message, MethodInfo * method)); DO_APP_FUNC(0x027CF580, void, TraceInternal_WriteIf_1, (bool condition, Object * value, MethodInfo * method)); DO_APP_FUNC(0x027CF5E0, void, TraceInternal_WriteIf_2, (bool condition, String * message, String * category, MethodInfo * method)); DO_APP_FUNC(0x027CF650, void, TraceInternal_WriteIf_3, (bool condition, Object * value, String * category, MethodInfo * method)); DO_APP_FUNC(0x027CF6C0, void, TraceInternal_WriteLineIf, (bool condition, String * message, MethodInfo * method)); DO_APP_FUNC(0x027CF720, void, TraceInternal_WriteLineIf_1, (bool condition, Object * value, MethodInfo * method)); DO_APP_FUNC(0x027CF780, void, TraceInternal_WriteLineIf_2, (bool condition, String * message, String * category, MethodInfo * method)); DO_APP_FUNC(0x027CF7F0, void, TraceInternal_WriteLineIf_3, (bool condition, Object * value, String * category, MethodInfo * method)); DO_APP_FUNC(0x027CF860, void, TraceInternal__cctor, (MethodInfo * method)); DO_APP_FUNC(0x027C3A80, void, TraceListener__ctor, (TraceListener * __this, MethodInfo * method)); DO_APP_FUNC(0x027CF9A0, void, TraceListener__ctor_1, (TraceListener * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x027CFA00, StringDictionary *, TraceListener_get_Attributes, (TraceListener * __this, MethodInfo * method)); DO_APP_FUNC(0x027CFAC0, String *, TraceListener_get_Name, (TraceListener * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, TraceListener_set_Name, (TraceListener * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, TraceListener_get_IsThreadSafe, (TraceListener * __this, MethodInfo * method)); DO_APP_FUNC(0x027CFB10, void, TraceListener_Dispose, (TraceListener * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TraceListener_Dispose_1, (TraceListener * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TraceListener_Close, (TraceListener * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TraceListener_Flush, (TraceListener * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, TraceListener_get_IndentLevel, (TraceListener * __this, MethodInfo * method)); DO_APP_FUNC(0x027CFB80, void, TraceListener_set_IndentLevel, (TraceListener * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, TraceListener_get_IndentSize, (TraceListener * __this, MethodInfo * method)); DO_APP_FUNC(0x027CFBA0, void, TraceListener_set_IndentSize, (TraceListener * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA178, TraceListener_set_IndentSize__MethodInfo); DO_APP_FUNC(0x003B9330, TraceFilter *, TraceListener_get_Filter, (TraceListener * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, TraceListener_set_Filter, (TraceListener * __this, TraceFilter * value, MethodInfo * method)); DO_APP_FUNC(0x009866A0, bool, TraceListener_get_NeedIndent, (TraceListener * __this, MethodInfo * method)); DO_APP_FUNC(0x009866B0, void, TraceListener_set_NeedIndent, (TraceListener * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, TraceOptions__Enum, TraceListener_get_TraceOutputOptions, (TraceListener * __this, MethodInfo * method)); DO_APP_FUNC(0x027CFC70, void, TraceListener_set_TraceOutputOptions, (TraceListener * __this, TraceOptions__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA180, TraceListener_set_TraceOutputOptions__MethodInfo); DO_APP_FUNC(0x027CFCE0, void, TraceListener_SetAttributes, (TraceListener * __this, Hashtable * attribs, MethodInfo * method)); DO_APP_FUNC(0x027CFE20, void, TraceListener_Fail, (TraceListener * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x027CFE40, void, TraceListener_Fail_1, (TraceListener * __this, String * message, String * detailMessage, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, String__Array *, TraceListener_GetSupportedAttributes, (TraceListener * __this, MethodInfo * method)); DO_APP_FUNC(0x027CFF60, void, TraceListener_Write, (TraceListener * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x027D0020, void, TraceListener_Write_1, (TraceListener * __this, String * message, String * category, MethodInfo * method)); DO_APP_FUNC(0x027D0150, void, TraceListener_Write_2, (TraceListener * __this, Object * o, String * category, MethodInfo * method)); DO_APP_FUNC(0x027D0250, void, TraceListener_WriteIndent, (TraceListener * __this, MethodInfo * method)); DO_APP_FUNC(0x027D0310, void, TraceListener_WriteLine, (TraceListener * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x027D03E0, void, TraceListener_WriteLine_1, (TraceListener * __this, String * message, String * category, MethodInfo * method)); DO_APP_FUNC(0x027D0510, void, TraceListener_WriteLine_2, (TraceListener * __this, Object * o, String * category, MethodInfo * method)); DO_APP_FUNC(0x027D05F0, void, TraceListener_TraceData, (TraceListener * __this, TraceEventCache * eventCache, String * source, TraceEventType__Enum eventType, int32_t id, Object * data, MethodInfo * method)); DO_APP_FUNC(0x027D0720, void, TraceListener_TraceData_1, (TraceListener * __this, TraceEventCache * eventCache, String * source, TraceEventType__Enum eventType, int32_t id, Object__Array * data, MethodInfo * method)); DO_APP_FUNC(0x027D08E0, void, TraceListener_TraceEvent, (TraceListener * __this, TraceEventCache * eventCache, String * source, TraceEventType__Enum eventType, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x027D0980, void, TraceListener_TraceEvent_1, (TraceListener * __this, TraceEventCache * eventCache, String * source, TraceEventType__Enum eventType, int32_t id, String * message, MethodInfo * method)); DO_APP_FUNC(0x027D0A50, void, TraceListener_TraceEvent_2, (TraceListener * __this, TraceEventCache * eventCache, String * source, TraceEventType__Enum eventType, int32_t id, String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x027D0BF0, void, TraceListener_TraceTransfer, (TraceListener * __this, TraceEventCache * eventCache, String * source, int32_t id, String * message, Guid relatedActivityId, MethodInfo * method)); DO_APP_FUNC(0x027D0CD0, void, TraceListener_WriteHeader, (TraceListener * __this, String * source, TraceEventType__Enum eventType, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x027D0E70, void, TraceListener_WriteFooter, (TraceListener * __this, TraceEventCache * eventCache, MethodInfo * method)); DO_APP_FUNC(0x027D1500, bool, TraceListener_IsEnabled, (TraceListener * __this, TraceOptions__Enum opts, MethodInfo * method)); DO_APP_FUNC(0x027D1510, void, TraceListenerCollection__ctor, (TraceListenerCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x027D1660, TraceListener *, TraceListenerCollection_get_Item, (TraceListenerCollection * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x027D1700, void, TraceListenerCollection_set_Item, (TraceListenerCollection * __this, int32_t i, TraceListener * value, MethodInfo * method)); DO_APP_FUNC(0x027D1800, TraceListener *, TraceListenerCollection_get_Item_1, (TraceListenerCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01B68390, int32_t, TraceListenerCollection_get_Count, (TraceListenerCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x027D1A40, int32_t, TraceListenerCollection_Add, (TraceListenerCollection * __this, TraceListener * listener, MethodInfo * method)); DO_APP_FUNC(0x027D1CD0, void, TraceListenerCollection_AddRange, (TraceListenerCollection * __this, TraceListener__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA150, TraceListenerCollection_AddRange__MethodInfo); DO_APP_FUNC(0x027D1D80, void, TraceListenerCollection_AddRange_1, (TraceListenerCollection * __this, TraceListenerCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA148, TraceListenerCollection_AddRange_1__MethodInfo); DO_APP_FUNC(0x027D1E60, void, TraceListenerCollection_Clear, (TraceListenerCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x027D1F10, bool, TraceListenerCollection_Contains, (TraceListenerCollection * __this, TraceListener * listener, MethodInfo * method)); DO_APP_FUNC(0x027D1F70, void, TraceListenerCollection_CopyTo, (TraceListenerCollection * __this, TraceListener__Array * listeners, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x019429C0, IEnumerator *, TraceListenerCollection_GetEnumerator, (TraceListenerCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x027D1FD0, void, TraceListenerCollection_InitializeListener, (TraceListenerCollection * __this, TraceListener * listener, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA0B8, TraceListenerCollection_InitializeListener__MethodInfo); DO_APP_FUNC(0x027D2090, int32_t, TraceListenerCollection_IndexOf, (TraceListenerCollection * __this, TraceListener * listener, MethodInfo * method)); DO_APP_FUNC(0x027D20F0, void, TraceListenerCollection_Insert, (TraceListenerCollection * __this, int32_t index, TraceListener * listener, MethodInfo * method)); DO_APP_FUNC(0x027D2390, void, TraceListenerCollection_Remove, (TraceListenerCollection * __this, TraceListener * listener, MethodInfo * method)); DO_APP_FUNC(0x027D23F0, void, TraceListenerCollection_Remove_1, (TraceListenerCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x027D2460, void, TraceListenerCollection_RemoveAt, (TraceListenerCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x027D2620, Object *, TraceListenerCollection_System_Collections_IList_get_Item, (TraceListenerCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x027D2650, void, TraceListenerCollection_System_Collections_IList_set_Item, (TraceListenerCollection * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA0B0, TraceListenerCollection_System_Collections_IList_set_Item__MethodInfo); DO_APP_FUNC(0x00418D40, bool, TraceListenerCollection_System_Collections_IList_get_IsReadOnly, (TraceListenerCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, TraceListenerCollection_System_Collections_IList_get_IsFixedSize, (TraceListenerCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x027D27D0, int32_t, TraceListenerCollection_System_Collections_IList_Add, (TraceListenerCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA0C8, TraceListenerCollection_System_Collections_IList_Add__MethodInfo); DO_APP_FUNC(0x01B68920, bool, TraceListenerCollection_System_Collections_IList_Contains, (TraceListenerCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B68BC0, int32_t, TraceListenerCollection_System_Collections_IList_IndexOf, (TraceListenerCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x027D2AC0, void, TraceListenerCollection_System_Collections_IList_Insert, (TraceListenerCollection * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA0D0, TraceListenerCollection_System_Collections_IList_Insert__MethodInfo); DO_APP_FUNC(0x027D2DC0, void, TraceListenerCollection_System_Collections_IList_Remove, (TraceListenerCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Object *, TraceListenerCollection_System_Collections_ICollection_get_SyncRoot, (TraceListenerCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, TraceListenerCollection_System_Collections_ICollection_get_IsSynchronized, (TraceListenerCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x027D2F80, void, TraceListenerCollection_System_Collections_ICollection_CopyTo, (TraceListenerCollection * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x027D3140, void, TraceSource__ctor, (TraceSource * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x027D3150, void, TraceSource__ctor_1, (TraceSource * __this, String * name, SourceLevels__Enum defaultLevel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA0C0, TraceSource__ctor_1__MethodInfo); DO_APP_FUNC(0x027D34B0, void, TraceSource__pruneCachedTraceSources, (MethodInfo * method)); DO_APP_FUNC(0x027D3AB0, void, TraceSource_Initialize, (TraceSource * __this, MethodInfo * method)); DO_APP_FUNC(0x027D3C40, void, TraceSource_NoConfigInit, (TraceSource * __this, MethodInfo * method)); DO_APP_FUNC(0x027D3EB0, void, TraceSource_Close, (TraceSource * __this, MethodInfo * method)); DO_APP_FUNC(0x027D4290, void, TraceSource_Flush, (TraceSource * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, String__Array *, TraceSource_GetSupportedAttributes, (TraceSource * __this, MethodInfo * method)); DO_APP_FUNC(0x027D4A10, void, TraceSource_RefreshAll, (MethodInfo * method)); DO_APP_FUNC(0x027D4D00, void, TraceSource_Refresh, (TraceSource * __this, MethodInfo * method)); DO_APP_FUNC(0x027D4D30, void, TraceSource_TraceEvent, (TraceSource * __this, TraceEventType__Enum eventType, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x027D52F0, void, TraceSource_TraceEvent_1, (TraceSource * __this, TraceEventType__Enum eventType, int32_t id, String * message, MethodInfo * method)); DO_APP_FUNC(0x027D58F0, void, TraceSource_TraceEvent_2, (TraceSource * __this, TraceEventType__Enum eventType, int32_t id, String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x027D5F10, void, TraceSource_TraceData, (TraceSource * __this, TraceEventType__Enum eventType, int32_t id, Object * data, MethodInfo * method)); DO_APP_FUNC(0x027D6510, void, TraceSource_TraceData_1, (TraceSource * __this, TraceEventType__Enum eventType, int32_t id, Object__Array * data, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TraceSource_TraceInformation, (TraceSource * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TraceSource_TraceInformation_1, (TraceSource * __this, String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x027D6B10, void, TraceSource_TraceTransfer, (TraceSource * __this, int32_t id, String * message, Guid relatedActivityId, MethodInfo * method)); DO_APP_FUNC(0x027D7160, void, TraceSource_CreateSwitch, (TraceSource * __this, String * typename_1, String * name, MethodInfo * method)); DO_APP_FUNC(0x027D7350, StringDictionary *, TraceSource_get_Attributes, (TraceSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01B489A0, String *, TraceSource_get_Name, (TraceSource * __this, MethodInfo * method)); DO_APP_FUNC(0x027D7420, TraceListenerCollection *, TraceSource_get_Listeners, (TraceSource * __this, MethodInfo * method)); DO_APP_FUNC(0x027D7440, SourceSwitch *, TraceSource_get_Switch, (TraceSource * __this, MethodInfo * method)); DO_APP_FUNC(0x027D7460, void, TraceSource_set_Switch, (TraceSource * __this, SourceSwitch * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA098, TraceSource_set_Switch__MethodInfo); DO_APP_FUNC(0x027D7530, void, TraceSource__cctor, (MethodInfo * method)); DO_APP_FUNC(0x027D7610, void, TraceSwitch__ctor, (TraceSwitch * __this, String * displayName, String * description, MethodInfo * method)); DO_APP_FUNC(0x027D76B0, void, TraceSwitch__ctor_1, (TraceSwitch * __this, String * displayName, String * description, String * defaultSwitchValue, MethodInfo * method)); DO_APP_FUNC(0x027C1650, TraceLevel__Enum, TraceSwitch_get_Level, (TraceSwitch * __this, MethodInfo * method)); DO_APP_FUNC(0x027D7740, void, TraceSwitch_set_Level, (TraceSwitch * __this, TraceLevel__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA068, TraceSwitch_set_Level__MethodInfo); DO_APP_FUNC(0x027D77D0, bool, TraceSwitch_get_TraceError, (TraceSwitch * __this, MethodInfo * method)); DO_APP_FUNC(0x027D7820, bool, TraceSwitch_get_TraceWarning, (TraceSwitch * __this, MethodInfo * method)); DO_APP_FUNC(0x027D7870, bool, TraceSwitch_get_TraceInfo, (TraceSwitch * __this, MethodInfo * method)); DO_APP_FUNC(0x027D78C0, bool, TraceSwitch_get_TraceVerbose, (TraceSwitch * __this, MethodInfo * method)); DO_APP_FUNC(0x027D7910, void, TraceSwitch_OnSwitchSettingChanged, (TraceSwitch * __this, MethodInfo * method)); DO_APP_FUNC(0x027D7980, void, TraceSwitch_OnValueChanged, (TraceSwitch * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Object *, TraceUtils_GetRuntimeObject, (String * className, Type * baseType, String * initializeData, MethodInfo * method)); DO_APP_FUNC(0x027D7A90, Object *, TraceUtils_ConvertToBaseTypeOrEnum, (String * value, Type * type, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TraceUtils_VerifyAttributes, (IDictionary * attributes, String__Array * supportedAttributes, Object * parent, MethodInfo * method)); DO_APP_FUNC(0x003EC720, void, UserCallBack__ctor, (UserCallBack * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, UserCallBack_Invoke, (UserCallBack * __this, String * data, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, UserCallBack_BeginInvoke, (UserCallBack * __this, String * data, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, UserCallBack_EndInvoke, (UserCallBack * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x027D7BA0, void, AsyncStreamReader__ctor, (AsyncStreamReader * __this, Process * process, Stream * stream, UserCallBack * callback, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x027D7D40, void, AsyncStreamReader__ctor_1, (AsyncStreamReader * __this, Process * process, Stream * stream, UserCallBack * callback, Encoding * encoding, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC(0x027D7EE0, void, AsyncStreamReader_Init, (AsyncStreamReader * __this, Process * process, Stream * stream, UserCallBack * callback, Encoding * encoding, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC(0x01A97990, void, AsyncStreamReader_Close, (AsyncStreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x027D82F0, void, AsyncStreamReader_System_IDisposable_Dispose, (AsyncStreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x027D8360, void, AsyncStreamReader_Dispose, (AsyncStreamReader * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Encoding *, AsyncStreamReader_get_CurrentEncoding, (AsyncStreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Stream *, AsyncStreamReader_get_BaseStream, (AsyncStreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x027D88C0, void, AsyncStreamReader_BeginReadLine, (AsyncStreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01F33EF0, void, AsyncStreamReader_CancelOperation, (AsyncStreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x027D8B00, void, AsyncStreamReader_ReadBuffer, (AsyncStreamReader * __this, IAsyncResult * ar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA078, AsyncStreamReader_ReadBuffer__MethodInfo); DO_APP_FUNC(0x027D96D0, void, AsyncStreamReader_GetLinesFromStringBuilder, (AsyncStreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x027D99C0, void, AsyncStreamReader_FlushMessageQueue, (AsyncStreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x027D9C00, void, AsyncStreamReader_WaitUtilEOF, (AsyncStreamReader * __this, MethodInfo * method)); DO_APP_FUNC(0x027D9CA0, void, Process_add_OutputDataReceived, (Process * __this, DataReceivedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x027D9DA0, void, Process_remove_OutputDataReceived, (Process * __this, DataReceivedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x027D9EA0, void, Process_add_ErrorDataReceived, (Process * __this, DataReceivedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x027D9FA0, void, Process_remove_ErrorDataReceived, (Process * __this, DataReceivedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x027DA0A0, void, Process__ctor, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DA160, void, Process__ctor_1, (Process * __this, String * machineName, bool isRemoteMachine, int32_t processId, ProcessInfo * processInfo, MethodInfo * method)); DO_APP_FUNC(0x027DA240, bool, Process_get_Associated, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DA250, int32_t, Process_get_ExitCode, (Process * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA018, Process_get_ExitCode__MethodInfo); DO_APP_FUNC(0x027DA410, bool, Process_get_HasExited, (Process * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9FF8, Process_get_HasExited__MethodInfo); DO_APP_FUNC(0x027DA7E0, ProcessThreadTimes *, Process_GetProcessTimes, (Process * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA050, Process_GetProcessTimes__MethodInfo); DO_APP_FUNC(0x027DAA60, DateTime, Process_get_ExitTime, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DAB00, void *, Process_get_Handle, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DAB40, SafeProcessHandle *, Process_get_SafeHandle, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DAB70, int32_t, Process_get_Id, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DAB90, String *, Process_get_MachineName, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DABB0, void *, Process_get_MaxWorkingSet, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DABD0, void, Process_set_MaxWorkingSet, (Process * __this, void * value, MethodInfo * method)); DO_APP_FUNC(0x027DAC40, void *, Process_get_MinWorkingSet, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DAC60, void, Process_set_MinWorkingSet, (Process * __this, void * value, MethodInfo * method)); DO_APP_FUNC(0x027DACD0, OperatingSystem *, Process_get_OperatingSystem, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DAD60, ProcessPriorityClass__Enum, Process_get_PriorityClass, (Process * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA058, Process_get_PriorityClass__MethodInfo); DO_APP_FUNC(0x027DAE80, void, Process_set_PriorityClass, (Process * __this, ProcessPriorityClass__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA028, Process_set_PriorityClass__MethodInfo); DO_APP_FUNC(0x027DB1A0, TimeSpan, Process_get_PrivilegedProcessorTime, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DB1E0, ProcessStartInfo *, Process_get_StartInfo, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DB360, void, Process_set_StartInfo, (Process * __this, ProcessStartInfo * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA048, Process_set_StartInfo__MethodInfo); DO_APP_FUNC(0x027DB420, DateTime, Process_get_StartTime, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DB4A0, ISynchronizeInvoke *, Process_get_SynchronizingObject, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x004F6700, void, Process_set_SynchronizingObject, (Process * __this, ISynchronizeInvoke * value, MethodInfo * method)); DO_APP_FUNC(0x027DB670, TimeSpan, Process_get_TotalProcessorTime, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DB6B0, TimeSpan, Process_get_UserProcessorTime, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E040, bool, Process_get_EnableRaisingEvents, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DB6F0, void, Process_set_EnableRaisingEvents, (Process * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x027DB760, StreamWriter *, Process_get_StandardInput, (Process * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9F88, Process_get_StandardInput__MethodInfo); DO_APP_FUNC(0x027DB800, StreamReader *, Process_get_StandardOutput, (Process * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9FA8, Process_get_StandardOutput__MethodInfo); DO_APP_FUNC(0x027DB900, StreamReader *, Process_get_StandardError, (Process * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9F70, Process_get_StandardError__MethodInfo); DO_APP_FUNC(0x027DBA00, void, Process_add_Exited, (Process * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x027DBB00, void, Process_remove_Exited, (Process * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x027DBC00, void, Process_ReleaseProcessHandle, (Process * __this, SafeProcessHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x027DBC30, void, Process_CompletionCallback, (Process * __this, Object * context, bool wasSignaled, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9FB0, Process_CompletionCallback__MethodInfo); DO_APP_FUNC(0x027DBC50, void, Process_Dispose, (Process * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x027DBCA0, void, Process_Close, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DC120, void, Process_EnsureState, (Process * __this, Process_State__Enum state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9FD0, Process_EnsureState__MethodInfo); DO_APP_FUNC(0x027DC3D0, void, Process_EnsureWatchingForExit, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DC5E0, void, Process_EnsureWorkingSetLimits, (Process * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9FB8, Process_EnsureWorkingSetLimits__MethodInfo); DO_APP_FUNC(0x003AC050, void, Process_EnterDebugMode, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Process_LeaveDebugMode, (MethodInfo * method)); DO_APP_FUNC(0x027DC740, Process *, Process_GetProcessById, (int32_t processId, MethodInfo * method)); DO_APP_FUNC(0x027DC780, Process__Array *, Process_GetProcessesByName, (String * processName, MethodInfo * method)); DO_APP_FUNC(0x027DC7D0, Process__Array *, Process_GetProcesses, (MethodInfo * method)); DO_APP_FUNC(0x027DC810, Process *, Process_GetCurrentProcess, (MethodInfo * method)); DO_APP_FUNC(0x027DC930, void, Process_OnExited, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DCB20, SafeProcessHandle *, Process_GetProcessHandle, (Process * __this, int32_t access, bool throwIfExited, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9F50, Process_GetProcessHandle__MethodInfo); DO_APP_FUNC(0x027DD1D0, SafeProcessHandle *, Process_GetProcessHandle_1, (Process * __this, int32_t access, MethodInfo * method)); DO_APP_FUNC(0x027DD1E0, SafeProcessHandle *, Process_OpenProcessHandle, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DD1F0, SafeProcessHandle *, Process_OpenProcessHandle_1, (Process * __this, int32_t access, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9F28, Process_OpenProcessHandle_1__MethodInfo); DO_APP_FUNC(0x027DD2A0, void, Process_Refresh, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DD370, void, Process_SetProcessHandle, (Process * __this, SafeProcessHandle * processHandle, MethodInfo * method)); DO_APP_FUNC(0x027DD3E0, void, Process_SetProcessId, (Process * __this, int32_t processId, MethodInfo * method)); DO_APP_FUNC(0x027DD3F0, void, Process_SetWorkingSetLimits, (Process * __this, Object * newMin, Object * newMax, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9F20, Process_SetWorkingSetLimits__MethodInfo); DO_APP_FUNC(0x027DD770, bool, Process_Start, (Process * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9F38, Process_Start__MethodInfo); DO_APP_FUNC(0x027DD870, Process *, Process_Start_1, (String * fileName, String * userName, SecureString * password, String * domain, MethodInfo * method)); DO_APP_FUNC(0x027DDA50, Process *, Process_Start_2, (String * fileName, String * arguments, String * userName, SecureString * password, String * domain, MethodInfo * method)); DO_APP_FUNC(0x027DDBF0, Process *, Process_Start_3, (String * fileName, MethodInfo * method)); DO_APP_FUNC(0x027DDCA0, Process *, Process_Start_4, (String * fileName, String * arguments, MethodInfo * method)); DO_APP_FUNC(0x027DDD20, Process *, Process_Start_5, (ProcessStartInfo * startInfo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9F60, Process_Start_5__MethodInfo); DO_APP_FUNC(0x027DDE40, void, Process_Kill, (Process * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9F68, Process_Kill__MethodInfo); DO_APP_FUNC(0x027DDF30, void, Process_StopWatchingForExit, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DE190, String *, Process_ToString, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DE2B0, bool, Process_WaitForExit, (Process * __this, int32_t milliseconds, MethodInfo * method)); DO_APP_FUNC(0x027DE4E0, void, Process_WaitForExit_1, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DE4F0, bool, Process_WaitForInputIdle, (Process * __this, int32_t milliseconds, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9EE8, Process_WaitForInputIdle__MethodInfo); DO_APP_FUNC(0x027DE670, bool, Process_WaitForInputIdle_1, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DE680, void, Process_BeginOutputReadLine, (Process * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9EB8, Process_BeginOutputReadLine__MethodInfo); DO_APP_FUNC(0x027DE940, void, Process_BeginErrorReadLine, (Process * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9EE0, Process_BeginErrorReadLine__MethodInfo); DO_APP_FUNC(0x027DEC00, void, Process_CancelOutputRead, (Process * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9ED0, Process_CancelOutputRead__MethodInfo); DO_APP_FUNC(0x027DECB0, void, Process_CancelErrorRead, (Process * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9F18, Process_CancelErrorRead__MethodInfo); DO_APP_FUNC(0x027DED60, void, Process_OutputReadNotifyUser, (Process * __this, String * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9EF8, Process_OutputReadNotifyUser__MethodInfo); DO_APP_FUNC(0x027DEF20, void, Process_ErrorReadNotifyUser, (Process * __this, String * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9ED8, Process_ErrorReadNotifyUser__MethodInfo); DO_APP_FUNC(0x027DF0E0, void, Process__ctor_2, (Process * __this, SafeProcessHandle * handle, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, Process_get_BasePriority, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, Process_get_HandleCount, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DF160, ProcessModule *, Process_get_MainModule, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DF290, void *, Process_MainWindowHandle_icall, (int32_t pid, MethodInfo * method)); DO_APP_FUNC(0x027DF2C0, void *, Process_get_MainWindowHandle, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DF2F0, String *, Process_get_MainWindowTitle, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DF330, void, Process_AppendArguments, (StringBuilder * stringBuilder, Collection_1_System_String_ * argumentList, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, ProcessModule__Array *, Process_GetModules_icall, (Process * __this, void * handle, MethodInfo * method)); DO_APP_FUNC(0x027DF590, ProcessModule__Array *, Process_GetModules_internal, (Process * __this, SafeProcessHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x027DF630, ProcessModuleCollection *, Process_get_Modules, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DF7E0, int64_t, Process_GetProcessData, (int32_t pid, int32_t data_type, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, Process_get_NonpagedSystemMemorySize, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DF7F0, int32_t, Process_get_PagedMemorySize, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DF7F0, int32_t, Process_get_PagedSystemMemorySize, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, Process_get_PeakPagedMemorySize, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DF800, int32_t, Process_get_PeakVirtualMemorySize, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DF820, int32_t, Process_get_PeakWorkingSet, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int64_t, Process_get_NonpagedSystemMemorySize64, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DF840, int64_t, Process_get_PagedMemorySize64, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DF7F0, int64_t, Process_get_PagedSystemMemorySize64, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int64_t, Process_get_PeakPagedMemorySize64, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DF800, int64_t, Process_get_PeakVirtualMemorySize64, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DF820, int64_t, Process_get_PeakWorkingSet64, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Process_get_PriorityBoostEnabled, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Process_set_PriorityBoostEnabled, (Process * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x027DF860, int32_t, Process_get_PrivateMemorySize, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, Process_get_SessionId, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DF880, String *, Process_ProcessName_icall, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x027DF920, String *, Process_ProcessName_internal, (SafeProcessHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x027DFAA0, String *, Process_get_ProcessName, (Process * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9E38, Process_get_ProcessName__MethodInfo); DO_APP_FUNC(0x003C94D0, void *, Process_get_ProcessorAffinity, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Process_set_ProcessorAffinity, (Process * __this, void * value, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Process_get_Responding, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DFD90, ProcessThreadCollection *, Process_get_Threads, (Process * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9E58, Process_get_Threads__MethodInfo); DO_APP_FUNC(0x027DFE00, int32_t, Process_get_VirtualMemorySize, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DFE20, int32_t, Process_get_WorkingSet, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DF860, int64_t, Process_get_PrivateMemorySize64, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DFE00, int64_t, Process_get_VirtualMemorySize64, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DFE20, int64_t, Process_get_WorkingSet64, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DFE40, bool, Process_CloseMainWindow, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x027DFF00, void *, Process_GetProcess_internal, (int32_t pid, MethodInfo * method)); DO_APP_FUNC(0x027DFFD0, Process *, Process_GetProcessById_1, (int32_t processId, String * machineName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9EA8, Process_GetProcessById_1__MethodInfo); DO_APP_FUNC(0x027E0340, Process__Array *, Process_GetProcessesByName_1, (String * processName, String * machineName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9E80, Process_GetProcessesByName_1__MethodInfo); DO_APP_FUNC(0x003C94D0, Int32__Array *, Process_GetProcesses_internal, (MethodInfo * method)); DO_APP_FUNC(0x027E0620, Process__Array *, Process_GetProcesses_1, (String * machineName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9DD8, Process_GetProcesses_1__MethodInfo); DO_APP_FUNC(0x027E07C0, bool, Process_IsLocalMachine, (String * machineName, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Process_ShellExecuteEx_internal, (ProcessStartInfo * startInfo, Process_ProcInfo * procInfo, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Process_CreateProcess_internal, (ProcessStartInfo * startInfo, void * stdin_1, void * stdout_1, void * stderr_1, Process_ProcInfo * procInfo, MethodInfo * method)); DO_APP_FUNC(0x027E0860, bool, Process_StartWithShellExecuteEx, (Process * __this, ProcessStartInfo * startInfo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9DB8, Process_StartWithShellExecuteEx__MethodInfo); DO_APP_FUNC(0x027E0D00, void, Process_CreatePipe, (void * * read, void * * write, bool writeDirection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9E10, Process_CreatePipe__MethodInfo); DO_APP_FUNC(0x01BAE5A0, bool, Process_get_IsWindows, (MethodInfo * method)); DO_APP_FUNC(0x027E1160, bool, Process_StartWithCreateProcess, (Process * __this, ProcessStartInfo * startInfo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9E28, Process_StartWithCreateProcess__MethodInfo); DO_APP_FUNC(0x027E25A0, void, Process_FillUserInfo, (ProcessStartInfo * startInfo, Process_ProcInfo * procInfo, MethodInfo * method)); DO_APP_FUNC(0x027E28D0, void, Process_RaiseOnExited, (Process * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ProcessInfo__ctor, (ProcessInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x027E2A40, Byte__Array *, EnvironmentBlock_ToByteArray, (StringDictionary * sd, bool unicode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9E00, EnvironmentBlock_ToByteArray__MethodInfo); DO_APP_FUNC(0x027E2F90, int32_t, OrdinalCaseInsensitiveComparer_Compare, (OrdinalCaseInsensitiveComparer * __this, Object * a, Object * b, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OrdinalCaseInsensitiveComparer__ctor, (OrdinalCaseInsensitiveComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x027E31C0, void, OrdinalCaseInsensitiveComparer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x027E3270, DateTime, ProcessThreadTimes_get_StartTime, (ProcessThreadTimes * __this, MethodInfo * method)); DO_APP_FUNC(0x027E32D0, DateTime, ProcessThreadTimes_get_ExitTime, (ProcessThreadTimes * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, TimeSpan, ProcessThreadTimes_get_PrivilegedProcessorTime, (ProcessThreadTimes * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, TimeSpan, ProcessThreadTimes_get_UserProcessorTime, (ProcessThreadTimes * __this, MethodInfo * method)); DO_APP_FUNC(0x027E3330, TimeSpan, ProcessThreadTimes_get_TotalProcessorTime, (ProcessThreadTimes * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ProcessThreadTimes__ctor, (ProcessThreadTimes * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ProcessModuleCollection__ctor, (ProcessModuleCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026A9240, void, ProcessModuleCollection__ctor_1, (ProcessModuleCollection * __this, ProcessModule__Array * processModules, MethodInfo * method)); DO_APP_FUNC(0x027E3340, ProcessModule *, ProcessModuleCollection_get_Item, (ProcessModuleCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x027E33F0, int32_t, ProcessModuleCollection_IndexOf, (ProcessModuleCollection * __this, ProcessModule * module, MethodInfo * method)); DO_APP_FUNC(0x027E3430, bool, ProcessModuleCollection_Contains, (ProcessModuleCollection * __this, ProcessModule * module, MethodInfo * method)); DO_APP_FUNC(0x01B6AAA0, void, ProcessModuleCollection_CopyTo, (ProcessModuleCollection * __this, ProcessModule__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00A73BB0, void, ProcessStartInfo__ctor, (ProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x027E3470, void, ProcessStartInfo__ctor_1, (ProcessStartInfo * __this, Process * parent, MethodInfo * method)); DO_APP_FUNC(0x027E3540, void, ProcessStartInfo__ctor_2, (ProcessStartInfo * __this, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x027E35A0, void, ProcessStartInfo__ctor_3, (ProcessStartInfo * __this, String * fileName, String * arguments, MethodInfo * method)); DO_APP_FUNC(0x027E3660, Collection_1_System_String_ *, ProcessStartInfo_get_ArgumentList, (ProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x027E3740, String *, ProcessStartInfo_get_Verb, (ProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, ProcessStartInfo_set_Verb, (ProcessStartInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x027E37A0, String *, ProcessStartInfo_get_Arguments, (ProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ProcessStartInfo_set_Arguments, (ProcessStartInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00562610, bool, ProcessStartInfo_get_CreateNoWindow, (ProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00562620, void, ProcessStartInfo_set_CreateNoWindow, (ProcessStartInfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x027E3800, StringDictionary *, ProcessStartInfo_get_EnvironmentVariables, (ProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x027E3DA0, IDictionary_2_System_String_System_String_ *, ProcessStartInfo_get_Environment, (ProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00564B80, bool, ProcessStartInfo_get_RedirectStandardInput, (ProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBAC50, void, ProcessStartInfo_set_RedirectStandardInput, (ProcessStartInfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01CBAC60, bool, ProcessStartInfo_get_RedirectStandardOutput, (ProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBAC70, void, ProcessStartInfo_set_RedirectStandardOutput, (ProcessStartInfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x027E3EE0, bool, ProcessStartInfo_get_RedirectStandardError, (ProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x027E3EF0, void, ProcessStartInfo_set_RedirectStandardError, (ProcessStartInfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C7020, Encoding *, ProcessStartInfo_get_StandardErrorEncoding, (ProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE20, void, ProcessStartInfo_set_StandardErrorEncoding, (ProcessStartInfo * __this, Encoding * value, MethodInfo * method)); DO_APP_FUNC(0x003C7010, Encoding *, ProcessStartInfo_get_StandardOutputEncoding, (ProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, ProcessStartInfo_set_StandardOutputEncoding, (ProcessStartInfo * __this, Encoding * value, MethodInfo * method)); DO_APP_FUNC(0x008FC900, bool, ProcessStartInfo_get_UseShellExecute, (ProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00985F10, void, ProcessStartInfo_set_UseShellExecute, (ProcessStartInfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x027E3F00, String *, ProcessStartInfo_get_UserName, (ProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, ProcessStartInfo_set_UserName, (ProcessStartInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, SecureString *, ProcessStartInfo_get_Password, (ProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, ProcessStartInfo_set_Password, (ProcessStartInfo * __this, SecureString * value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, String *, ProcessStartInfo_get_PasswordInClearText, (ProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, ProcessStartInfo_set_PasswordInClearText, (ProcessStartInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x027E3F60, String *, ProcessStartInfo_get_Domain, (ProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, ProcessStartInfo_set_Domain, (ProcessStartInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00C7C380, bool, ProcessStartInfo_get_LoadUserProfile, (ProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7C390, void, ProcessStartInfo_set_LoadUserProfile, (ProcessStartInfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x027E3FC0, String *, ProcessStartInfo_get_FileName, (ProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ProcessStartInfo_set_FileName, (ProcessStartInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x027E4020, String *, ProcessStartInfo_get_WorkingDirectory, (ProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ProcessStartInfo_set_WorkingDirectory, (ProcessStartInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x006113E0, bool, ProcessStartInfo_get_ErrorDialog, (ProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07A80, void, ProcessStartInfo_set_ErrorDialog, (ProcessStartInfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, void *, ProcessStartInfo_get_ErrorDialogParentHandle, (ProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F570, void, ProcessStartInfo_set_ErrorDialogParentHandle, (ProcessStartInfo * __this, void * value, MethodInfo * method)); DO_APP_FUNC(0x003C5300, ProcessWindowStyle__Enum, ProcessStartInfo_get_WindowStyle, (ProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x027E4080, void, ProcessStartInfo_set_WindowStyle, (ProcessStartInfo * __this, ProcessWindowStyle__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9D00, ProcessStartInfo_set_WindowStyle__MethodInfo); DO_APP_FUNC(0x027E42A0, bool, ProcessStartInfo_get_HaveEnvVars, (ProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF700, Encoding *, ProcessStartInfo_get_StandardInputEncoding, (ProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF710, void, ProcessStartInfo_set_StandardInputEncoding, (ProcessStartInfo * __this, Encoding * value, MethodInfo * method)); DO_APP_FUNC(0x027E42B0, String__Array *, ProcessStartInfo_get_Verbs, (ProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x027E4310, void, ProcessStartInfo__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ProcessThreadCollection__ctor, (ProcessThreadCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026A9240, void, ProcessThreadCollection__ctor_1, (ProcessThreadCollection * __this, ProcessThread__Array * processThreads, MethodInfo * method)); DO_APP_FUNC(0x027E43C0, ProcessThread *, ProcessThreadCollection_get_Item, (ProcessThreadCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x027E4470, int32_t, ProcessThreadCollection_Add, (ProcessThreadCollection * __this, ProcessThread * thread, MethodInfo * method)); DO_APP_FUNC(0x027E44B0, void, ProcessThreadCollection_Insert, (ProcessThreadCollection * __this, int32_t index, ProcessThread * thread, MethodInfo * method)); DO_APP_FUNC(0x027E33F0, int32_t, ProcessThreadCollection_IndexOf, (ProcessThreadCollection * __this, ProcessThread * thread, MethodInfo * method)); DO_APP_FUNC(0x027E3430, bool, ProcessThreadCollection_Contains, (ProcessThreadCollection * __this, ProcessThread * thread, MethodInfo * method)); DO_APP_FUNC(0x027E4500, void, ProcessThreadCollection_Remove, (ProcessThreadCollection * __this, ProcessThread * thread, MethodInfo * method)); DO_APP_FUNC(0x01B6AAA0, void, ProcessThreadCollection_CopyTo, (ProcessThreadCollection * __this, ProcessThread__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x027E4540, int32_t, ProcessThreadCollection_get_Capacity, (ProcessThreadCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9CE0, ProcessThreadCollection_get_Capacity__MethodInfo); DO_APP_FUNC(0x027E4590, void, ProcessThreadCollection_set_Capacity, (ProcessThreadCollection * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9CE8, ProcessThreadCollection_set_Capacity__MethodInfo); DO_APP_FUNC(0x027E45E0, void, ProcessThreadCollection_AddRange, (ProcessThreadCollection * __this, IEnumerable_1_System_Diagnostics_ProcessThread_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9CD0, ProcessThreadCollection_AddRange__MethodInfo); DO_APP_FUNC(0x027E4630, ReadOnlyCollection_1_System_Diagnostics_ProcessThread_ *, ProcessThreadCollection_AsReadOnly, (ProcessThreadCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9CD8, ProcessThreadCollection_AsReadOnly__MethodInfo); DO_APP_FUNC(0x027E4680, int32_t, ProcessThreadCollection_BinarySearch, (ProcessThreadCollection * __this, int32_t index, int32_t count, ProcessThread * item, IComparer_1_System_Diagnostics_ProcessThread_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9D58, ProcessThreadCollection_BinarySearch__MethodInfo); DO_APP_FUNC(0x027E46D0, int32_t, ProcessThreadCollection_BinarySearch_1, (ProcessThreadCollection * __this, ProcessThread * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9D60, ProcessThreadCollection_BinarySearch_1__MethodInfo); DO_APP_FUNC(0x027E4720, int32_t, ProcessThreadCollection_BinarySearch_2, (ProcessThreadCollection * __this, ProcessThread * item, IComparer_1_System_Diagnostics_ProcessThread_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9D48, ProcessThreadCollection_BinarySearch_2__MethodInfo); DO_APP_FUNC(0x027E4770, void, ProcessThreadCollection_Clear, (ProcessThreadCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9D50, ProcessThreadCollection_Clear__MethodInfo); DO_APP_FUNC(0x027E47C0, void, ProcessThreadCollection_CopyTo_1, (ProcessThreadCollection * __this, ProcessThread__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9D78, ProcessThreadCollection_CopyTo_1__MethodInfo); DO_APP_FUNC(0x027E4810, void, ProcessThreadCollection_CopyTo_2, (ProcessThreadCollection * __this, int32_t index, ProcessThread__Array * array, int32_t arrayIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9D80, ProcessThreadCollection_CopyTo_2__MethodInfo); DO_APP_FUNC(0x027E4860, bool, ProcessThreadCollection_Exists, (ProcessThreadCollection * __this, Predicate_1_System_Diagnostics_ProcessThread_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9D68, ProcessThreadCollection_Exists__MethodInfo); DO_APP_FUNC(0x027E48B0, ProcessThread *, ProcessThreadCollection_Find, (ProcessThreadCollection * __this, Predicate_1_System_Diagnostics_ProcessThread_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9D70, ProcessThreadCollection_Find__MethodInfo); DO_APP_FUNC(0x027E4900, List_1_System_Diagnostics_ProcessThread_ *, ProcessThreadCollection_FindAll, (ProcessThreadCollection * __this, Predicate_1_System_Diagnostics_ProcessThread_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9D18, ProcessThreadCollection_FindAll__MethodInfo); DO_APP_FUNC(0x027E4950, int32_t, ProcessThreadCollection_FindIndex, (ProcessThreadCollection * __this, Predicate_1_System_Diagnostics_ProcessThread_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9D20, ProcessThreadCollection_FindIndex__MethodInfo); DO_APP_FUNC(0x027E49A0, int32_t, ProcessThreadCollection_FindIndex_1, (ProcessThreadCollection * __this, int32_t startIndex, Predicate_1_System_Diagnostics_ProcessThread_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9D08, ProcessThreadCollection_FindIndex_1__MethodInfo); DO_APP_FUNC(0x027E49F0, int32_t, ProcessThreadCollection_FindIndex_2, (ProcessThreadCollection * __this, int32_t startIndex, int32_t count, Predicate_1_System_Diagnostics_ProcessThread_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9D10, ProcessThreadCollection_FindIndex_2__MethodInfo); DO_APP_FUNC(0x027E4A40, ProcessThread *, ProcessThreadCollection_FindLast, (ProcessThreadCollection * __this, Predicate_1_System_Diagnostics_ProcessThread_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9D38, ProcessThreadCollection_FindLast__MethodInfo); DO_APP_FUNC(0x027E4A90, int32_t, ProcessThreadCollection_FindLastIndex, (ProcessThreadCollection * __this, Predicate_1_System_Diagnostics_ProcessThread_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9D40, ProcessThreadCollection_FindLastIndex__MethodInfo); DO_APP_FUNC(0x027E4AE0, int32_t, ProcessThreadCollection_FindLastIndex_1, (ProcessThreadCollection * __this, int32_t startIndex, Predicate_1_System_Diagnostics_ProcessThread_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9D28, ProcessThreadCollection_FindLastIndex_1__MethodInfo); DO_APP_FUNC(0x027E4B30, int32_t, ProcessThreadCollection_FindLastIndex_2, (ProcessThreadCollection * __this, int32_t startIndex, int32_t count, Predicate_1_System_Diagnostics_ProcessThread_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9D30, ProcessThreadCollection_FindLastIndex_2__MethodInfo); DO_APP_FUNC(0x027E4B80, void, ProcessThreadCollection_ForEach, (ProcessThreadCollection * __this, Action_1_System_Diagnostics_ProcessThread_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9C58, ProcessThreadCollection_ForEach__MethodInfo); DO_APP_FUNC(0x027E4BD0, List_1_System_Diagnostics_ProcessThread_ *, ProcessThreadCollection_GetRange, (ProcessThreadCollection * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9C60, ProcessThreadCollection_GetRange__MethodInfo); DO_APP_FUNC(0x027E4C20, int32_t, ProcessThreadCollection_IndexOf_1, (ProcessThreadCollection * __this, ProcessThread * item, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9C48, ProcessThreadCollection_IndexOf_1__MethodInfo); DO_APP_FUNC(0x027E4C70, int32_t, ProcessThreadCollection_IndexOf_2, (ProcessThreadCollection * __this, ProcessThread * item, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9C50, ProcessThreadCollection_IndexOf_2__MethodInfo); DO_APP_FUNC(0x027E4CC0, void, ProcessThreadCollection_InsertRange, (ProcessThreadCollection * __this, int32_t index, IEnumerable_1_System_Diagnostics_ProcessThread_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9C78, ProcessThreadCollection_InsertRange__MethodInfo); DO_APP_FUNC(0x027E4D10, int32_t, ProcessThreadCollection_LastIndexOf, (ProcessThreadCollection * __this, ProcessThread * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9C80, ProcessThreadCollection_LastIndexOf__MethodInfo); DO_APP_FUNC(0x027E4D60, int32_t, ProcessThreadCollection_LastIndexOf_1, (ProcessThreadCollection * __this, ProcessThread * item, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9C68, ProcessThreadCollection_LastIndexOf_1__MethodInfo); DO_APP_FUNC(0x027E4DB0, int32_t, ProcessThreadCollection_LastIndexOf_2, (ProcessThreadCollection * __this, ProcessThread * item, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9C70, ProcessThreadCollection_LastIndexOf_2__MethodInfo); DO_APP_FUNC(0x027E4E00, int32_t, ProcessThreadCollection_RemoveAll, (ProcessThreadCollection * __this, Predicate_1_System_Diagnostics_ProcessThread_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9C18, ProcessThreadCollection_RemoveAll__MethodInfo); DO_APP_FUNC(0x027E4E50, void, ProcessThreadCollection_RemoveAt, (ProcessThreadCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9C20, ProcessThreadCollection_RemoveAt__MethodInfo); DO_APP_FUNC(0x027E4EA0, void, ProcessThreadCollection_RemoveRange, (ProcessThreadCollection * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9C08, ProcessThreadCollection_RemoveRange__MethodInfo); DO_APP_FUNC(0x027E4EF0, void, ProcessThreadCollection_Reverse, (ProcessThreadCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9C10, ProcessThreadCollection_Reverse__MethodInfo); DO_APP_FUNC(0x027E4F40, void, ProcessThreadCollection_Reverse_1, (ProcessThreadCollection * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9C38, ProcessThreadCollection_Reverse_1__MethodInfo); DO_APP_FUNC(0x027E4F90, void, ProcessThreadCollection_Sort, (ProcessThreadCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9C40, ProcessThreadCollection_Sort__MethodInfo); DO_APP_FUNC(0x027E4FE0, void, ProcessThreadCollection_Sort_1, (ProcessThreadCollection * __this, IComparer_1_System_Diagnostics_ProcessThread_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9C28, ProcessThreadCollection_Sort_1__MethodInfo); DO_APP_FUNC(0x027E5030, void, ProcessThreadCollection_Sort_2, (ProcessThreadCollection * __this, int32_t index, int32_t count, IComparer_1_System_Diagnostics_ProcessThread_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9C30, ProcessThreadCollection_Sort_2__MethodInfo); DO_APP_FUNC(0x027E5080, void, ProcessThreadCollection_Sort_3, (ProcessThreadCollection * __this, Comparison_1_System_Diagnostics_ProcessThread_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9CB0, ProcessThreadCollection_Sort_3__MethodInfo); DO_APP_FUNC(0x027E50D0, ProcessThread__Array *, ProcessThreadCollection_ToArray, (ProcessThreadCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9CB8, ProcessThreadCollection_ToArray__MethodInfo); DO_APP_FUNC(0x027E5120, void, ProcessThreadCollection_TrimExcess, (ProcessThreadCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9CA0, ProcessThreadCollection_TrimExcess__MethodInfo); DO_APP_FUNC(0x027E5170, bool, ProcessThreadCollection_TrueForAll, (ProcessThreadCollection * __this, Predicate_1_System_Diagnostics_ProcessThread_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9CA8, ProcessThreadCollection_TrueForAll__MethodInfo); DO_APP_FUNC(0x027E51C0, void, ProcessWaitHandle__ctor, (ProcessWaitHandle * __this, SafeProcessHandle * processHandle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9CC0, ProcessWaitHandle__ctor__MethodInfo); DO_APP_FUNC(0x027E5230, void, AssertWrapper_ShowAssert, (String * stackTrace, StackFrame * frame, String * message, String * detailMessage, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AssertWrapper__ctor, (AssertWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x027E52C0, void, DataReceivedEventArgs__ctor, (DataReceivedEventArgs * __this, String * data, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, DataReceivedEventArgs_get_Data, (DataReceivedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x027E5360, void, DataReceivedEventArgs__ctor_1, (DataReceivedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9C88, DataReceivedEventArgs__ctor_1__MethodInfo); DO_APP_FUNC(0x01093AD0, void, DataReceivedEventHandler__ctor, (DataReceivedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, DataReceivedEventHandler_Invoke, (DataReceivedEventHandler * __this, Object * sender, DataReceivedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, DataReceivedEventHandler_BeginInvoke, (DataReceivedEventHandler * __this, Object * sender, DataReceivedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, DataReceivedEventHandler_EndInvoke, (DataReceivedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x027E5390, void, DefaultTraceListener__cctor, (MethodInfo * method)); DO_APP_FUNC(0x027E5620, String *, DefaultTraceListener_GetPrefix, (String * var, String * target, MethodInfo * method)); DO_APP_FUNC(0x027E56A0, void, DefaultTraceListener__ctor, (DefaultTraceListener * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F5E0, bool, DefaultTraceListener_get_AssertUiEnabled, (DefaultTraceListener * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F5F0, void, DefaultTraceListener_set_AssertUiEnabled, (DefaultTraceListener * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, String *, DefaultTraceListener_get_LogFileName, (DefaultTraceListener * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, DefaultTraceListener_set_LogFileName, (DefaultTraceListener * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x027CFE20, void, DefaultTraceListener_Fail, (DefaultTraceListener * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x027E5730, void, DefaultTraceListener_Fail_1, (DefaultTraceListener * __this, String * message, String * detailMessage, MethodInfo * method)); DO_APP_FUNC(0x027E58C0, void, DefaultTraceListener_WriteWindowsDebugString, (uint16_t * message, MethodInfo * method)); DO_APP_FUNC(0x027E58D0, void, DefaultTraceListener_WriteDebugString, (DefaultTraceListener * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x027E5970, void, DefaultTraceListener_WriteMonoTrace, (DefaultTraceListener * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x027E5B30, void, DefaultTraceListener_WritePrefix, (DefaultTraceListener * __this, MethodInfo * method)); DO_APP_FUNC(0x027E5BC0, void, DefaultTraceListener_WriteImpl, (DefaultTraceListener * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x027E5D40, void, DefaultTraceListener_WriteLogFile, (DefaultTraceListener * __this, String * message, String * logFile, MethodInfo * method)); DO_APP_FUNC(0x027E5F70, void, DefaultTraceListener_Write, (DefaultTraceListener * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x027E5F80, void, DefaultTraceListener_WriteLine, (DefaultTraceListener * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x027E6060, void, FileVersionInfo__ctor, (FileVersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, FileVersionInfo_get_Comments, (FileVersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, FileVersionInfo_get_CompanyName, (FileVersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E520, int32_t, FileVersionInfo_get_FileBuildPart, (FileVersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, FileVersionInfo_get_FileDescription, (FileVersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E400, int32_t, FileVersionInfo_get_FileMajorPart, (FileVersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x009B7060, int32_t, FileVersionInfo_get_FileMinorPart, (FileVersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, FileVersionInfo_get_FileName, (FileVersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D6C0, int32_t, FileVersionInfo_get_FilePrivatePart, (FileVersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, FileVersionInfo_get_FileVersion, (FileVersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, FileVersionInfo_get_InternalName, (FileVersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00562610, bool, FileVersionInfo_get_IsDebug, (FileVersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00648660, bool, FileVersionInfo_get_IsPatched, (FileVersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00648680, bool, FileVersionInfo_get_IsPreRelease, (FileVersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x006486A0, bool, FileVersionInfo_get_IsPrivateBuild, (FileVersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x006486C0, bool, FileVersionInfo_get_IsSpecialBuild, (FileVersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, String *, FileVersionInfo_get_Language, (FileVersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, String *, FileVersionInfo_get_LegalCopyright, (FileVersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, FileVersionInfo_get_LegalTrademarks, (FileVersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, String *, FileVersionInfo_get_OriginalFilename, (FileVersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, String *, FileVersionInfo_get_PrivateBuild, (FileVersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0185B680, int32_t, FileVersionInfo_get_ProductBuildPart, (FileVersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D6E0, int32_t, FileVersionInfo_get_ProductMajorPart, (FileVersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0185B660, int32_t, FileVersionInfo_get_ProductMinorPart, (FileVersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, String *, FileVersionInfo_get_ProductName, (FileVersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E360, int32_t, FileVersionInfo_get_ProductPrivatePart, (FileVersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7010, String *, FileVersionInfo_get_ProductVersion, (FileVersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, String *, FileVersionInfo_get_SpecialBuild, (FileVersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x027E6500, void, FileVersionInfo_GetVersionInfo_icall, (FileVersionInfo * __this, uint16_t * fileName, int32_t fileName_length, MethodInfo * method)); DO_APP_FUNC(0x027E6510, void, FileVersionInfo_GetVersionInfo_internal, (FileVersionInfo * __this, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x027E6580, FileVersionInfo *, FileVersionInfo_GetVersionInfo, (String * fileName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD428, FileVersionInfo_GetVersionInfo__MethodInfo); DO_APP_FUNC(0x027E66A0, void, FileVersionInfo_AppendFormat, (StringBuilder * sb, String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x027E6780, String *, FileVersionInfo_ToString, (FileVersionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x027E7590, void, MonitoringDescriptionAttribute__ctor, (MonitoringDescriptionAttribute * __this, String * description, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, MonitoringDescriptionAttribute_get_Description, (MonitoringDescriptionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x027E7630, void, ProcessModule__ctor, (ProcessModule * __this, void * baseaddr, void * entryaddr, String * filename, FileVersionInfo * version_info, int32_t memory_size, String * modulename, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, void *, ProcessModule_get_BaseAddress, (ProcessModule * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, void *, ProcessModule_get_EntryPointAddress, (ProcessModule * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, ProcessModule_get_FileName, (ProcessModule * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, FileVersionInfo *, ProcessModule_get_FileVersionInfo, (ProcessModule * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5400, int32_t, ProcessModule_get_ModuleMemorySize, (ProcessModule * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, ProcessModule_get_ModuleName, (ProcessModule * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, ProcessModule_ToString, (ProcessModule * __this, MethodInfo * method)); DO_APP_FUNC(0x027E77B0, void, ProcessModule__ctor_1, (ProcessModule * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD388, ProcessModule__ctor_1__MethodInfo); DO_APP_FUNC(0x027E77E0, void, ProcessThread__ctor, (ProcessThread * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, ProcessThread_get_BasePriority, (ProcessThread * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, ProcessThread_get_CurrentPriority, (ProcessThread * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, ProcessThread_get_Id, (ProcessThread * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ProcessThread_set_IdealProcessor, (ProcessThread * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ProcessThread_get_PriorityBoostEnabled, (ProcessThread * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ProcessThread_set_PriorityBoostEnabled, (ProcessThread * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x027E7830, ThreadPriorityLevel__Enum, ProcessThread_get_PriorityLevel, (ProcessThread * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ProcessThread_set_PriorityLevel, (ProcessThread * __this, ThreadPriorityLevel__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, TimeSpan, ProcessThread_get_PrivilegedProcessorTime, (ProcessThread * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ProcessThread_set_ProcessorAffinity, (ProcessThread * __this, void * value, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, void *, ProcessThread_get_StartAddress, (ProcessThread * __this, MethodInfo * method)); DO_APP_FUNC(0x00A77200, DateTime, ProcessThread_get_StartTime, (ProcessThread * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, ThreadState__Enum_1, ProcessThread_get_ThreadState, (ProcessThread * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, TimeSpan, ProcessThread_get_TotalProcessorTime, (ProcessThread * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, TimeSpan, ProcessThread_get_UserProcessorTime, (ProcessThread * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, ThreadWaitReason__Enum, ProcessThread_get_WaitReason, (ProcessThread * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ProcessThread_ResetIdealProcessor, (ProcessThread * __this, MethodInfo * method)); DO_APP_FUNC(0x01C77990, int64_t, Stopwatch_GetTimestamp, (MethodInfo * method)); DO_APP_FUNC(0x027E7840, Stopwatch *, Stopwatch_StartNew, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Stopwatch__ctor, (Stopwatch * __this, MethodInfo * method)); DO_APP_FUNC(0x027E78E0, TimeSpan, Stopwatch_get_Elapsed, (Stopwatch * __this, MethodInfo * method)); DO_APP_FUNC(0x027E79F0, int64_t, Stopwatch_get_ElapsedMilliseconds, (Stopwatch * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD3A0, Stopwatch_get_ElapsedMilliseconds__MethodInfo); DO_APP_FUNC(0x027E7B40, int64_t, Stopwatch_get_ElapsedTicks, (Stopwatch * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, Stopwatch_get_IsRunning, (Stopwatch * __this, MethodInfo * method)); DO_APP_FUNC(0x027E7BB0, void, Stopwatch_Reset, (Stopwatch * __this, MethodInfo * method)); DO_APP_FUNC(0x027E7BC0, void, Stopwatch_Start, (Stopwatch * __this, MethodInfo * method)); DO_APP_FUNC(0x027E7C20, void, Stopwatch_Stop, (Stopwatch * __this, MethodInfo * method)); DO_APP_FUNC(0x027E7CA0, void, Stopwatch_Restart, (Stopwatch * __this, MethodInfo * method)); DO_APP_FUNC(0x027E7D00, void, Stopwatch__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExcludeFromCodeCoverageAttribute__ctor, (ExcludeFromCodeCoverageAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x027E7D60, void *, SecureStringMarshal_SecureStringToCoTaskMemAnsi, (SecureString * s, MethodInfo * method)); DO_APP_FUNC(0x027E7E50, void *, SecureStringMarshal_SecureStringToGlobalAllocAnsi, (SecureString * s, MethodInfo * method)); DO_APP_FUNC(0x027E7F90, void *, SecureStringMarshal_SecureStringToCoTaskMemUnicode, (SecureString * s, MethodInfo * method)); DO_APP_FUNC(0x027E8080, void *, SecureStringMarshal_SecureStringToGlobalAllocUnicode, (SecureString * s, MethodInfo * method)); DO_APP_FUNC(0x027E80D0, void, SemaphoreAccessRule__ctor, (SemaphoreAccessRule * __this, IdentityReference * identity, SemaphoreRights__Enum eventRights, AccessControlType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x027E8170, void, SemaphoreAccessRule__ctor_1, (SemaphoreAccessRule * __this, String * identity, SemaphoreRights__Enum eventRights, AccessControlType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, SemaphoreRights__Enum, SemaphoreAccessRule_get_SemaphoreRights, (SemaphoreAccessRule * __this, MethodInfo * method)); DO_APP_FUNC(0x027E8220, void, SemaphoreAuditRule__ctor, (SemaphoreAuditRule * __this, IdentityReference * identity, SemaphoreRights__Enum eventRights, AuditFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, SemaphoreRights__Enum, SemaphoreAuditRule_get_SemaphoreRights, (SemaphoreAuditRule * __this, MethodInfo * method)); DO_APP_FUNC(0x027E82D0, void, SemaphoreSecurity__ctor, (SemaphoreSecurity * __this, MethodInfo * method)); DO_APP_FUNC(0x027E8340, void, SemaphoreSecurity__ctor_1, (SemaphoreSecurity * __this, String * name, AccessControlSections__Enum includeSections, MethodInfo * method)); DO_APP_FUNC(0x027E83D0, void, SemaphoreSecurity__ctor_2, (SemaphoreSecurity * __this, SafeHandle * handle, AccessControlSections__Enum includeSections, MethodInfo * method)); DO_APP_FUNC(0x027E8460, Type *, SemaphoreSecurity_get_AccessRightType, (SemaphoreSecurity * __this, MethodInfo * method)); DO_APP_FUNC(0x027E84D0, Type *, SemaphoreSecurity_get_AccessRuleType, (SemaphoreSecurity * __this, MethodInfo * method)); DO_APP_FUNC(0x027E8540, Type *, SemaphoreSecurity_get_AuditRuleType, (SemaphoreSecurity * __this, MethodInfo * method)); DO_APP_FUNC(0x027E85B0, AccessRule *, SemaphoreSecurity_AccessRuleFactory, (SemaphoreSecurity * __this, IdentityReference * identityReference, int32_t accessMask, bool isInherited, InheritanceFlags__Enum inheritanceFlags, PropagationFlags__Enum propagationFlags, AccessControlType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x01A1BA60, void, SemaphoreSecurity_AddAccessRule, (SemaphoreSecurity * __this, SemaphoreAccessRule * rule, MethodInfo * method)); DO_APP_FUNC(0x01A1BA90, bool, SemaphoreSecurity_RemoveAccessRule, (SemaphoreSecurity * __this, SemaphoreAccessRule * rule, MethodInfo * method)); DO_APP_FUNC(0x01A1BAD0, void, SemaphoreSecurity_RemoveAccessRuleAll, (SemaphoreSecurity * __this, SemaphoreAccessRule * rule, MethodInfo * method)); DO_APP_FUNC(0x01A1BB10, void, SemaphoreSecurity_RemoveAccessRuleSpecific, (SemaphoreSecurity * __this, SemaphoreAccessRule * rule, MethodInfo * method)); DO_APP_FUNC(0x01A1BB50, void, SemaphoreSecurity_ResetAccessRule, (SemaphoreSecurity * __this, SemaphoreAccessRule * rule, MethodInfo * method)); DO_APP_FUNC(0x01A1BB90, void, SemaphoreSecurity_SetAccessRule, (SemaphoreSecurity * __this, SemaphoreAccessRule * rule, MethodInfo * method)); DO_APP_FUNC(0x027E8630, AuditRule *, SemaphoreSecurity_AuditRuleFactory, (SemaphoreSecurity * __this, IdentityReference * identityReference, int32_t accessMask, bool isInherited, InheritanceFlags__Enum inheritanceFlags, PropagationFlags__Enum propagationFlags, AuditFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x01A1C000, void, SemaphoreSecurity_AddAuditRule, (SemaphoreSecurity * __this, SemaphoreAuditRule * rule, MethodInfo * method)); DO_APP_FUNC(0x01A1C030, bool, SemaphoreSecurity_RemoveAuditRule, (SemaphoreSecurity * __this, SemaphoreAuditRule * rule, MethodInfo * method)); DO_APP_FUNC(0x01A1C070, void, SemaphoreSecurity_RemoveAuditRuleAll, (SemaphoreSecurity * __this, SemaphoreAuditRule * rule, MethodInfo * method)); DO_APP_FUNC(0x01A1C0B0, void, SemaphoreSecurity_RemoveAuditRuleSpecific, (SemaphoreSecurity * __this, SemaphoreAuditRule * rule, MethodInfo * method)); DO_APP_FUNC(0x01A1C0F0, void, SemaphoreSecurity_SetAuditRule, (SemaphoreSecurity * __this, SemaphoreAuditRule * rule, MethodInfo * method)); DO_APP_FUNC(0x027E8730, void, SemaphoreSecurity_Persist, (SemaphoreSecurity * __this, SafeHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x027E8860, void, TypeDescriptorPermission__ctor, (TypeDescriptorPermission * __this, PermissionState__Enum state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD360, TypeDescriptorPermission__ctor__MethodInfo); DO_APP_FUNC(0x027E8900, void, TypeDescriptorPermission__ctor_1, (TypeDescriptorPermission * __this, TypeDescriptorPermissionFlags__Enum flag, MethodInfo * method)); DO_APP_FUNC(0x027E8930, void, TypeDescriptorPermission_SetUnrestricted, (TypeDescriptorPermission * __this, bool unrestricted, MethodInfo * method)); DO_APP_FUNC(0x026A73D0, void, TypeDescriptorPermission_Reset, (TypeDescriptorPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x027E8900, void, TypeDescriptorPermission_set_Flags, (TypeDescriptorPermission * __this, TypeDescriptorPermissionFlags__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeDescriptorPermissionFlags__Enum, TypeDescriptorPermission_get_Flags, (TypeDescriptorPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x027E8940, bool, TypeDescriptorPermission_IsUnrestricted, (TypeDescriptorPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x027E8950, IPermission *, TypeDescriptorPermission_Union, (TypeDescriptorPermission * __this, IPermission * target, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD340, TypeDescriptorPermission_Union__MethodInfo); DO_APP_FUNC(0x027E8AE0, bool, TypeDescriptorPermission_IsSubsetOf, (TypeDescriptorPermission * __this, IPermission * target, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD338, TypeDescriptorPermission_IsSubsetOf__MethodInfo); DO_APP_FUNC(0x027E8C40, IPermission *, TypeDescriptorPermission_Intersect, (TypeDescriptorPermission * __this, IPermission * target, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD2A8, TypeDescriptorPermission_Intersect__MethodInfo); DO_APP_FUNC(0x027E8DC0, IPermission *, TypeDescriptorPermission_Copy, (TypeDescriptorPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x027E8E30, void, TypeDescriptorPermission_VerifyAccess, (TypeDescriptorPermission * __this, TypeDescriptorPermissionFlags__Enum type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD2B8, TypeDescriptorPermission_VerifyAccess__MethodInfo); DO_APP_FUNC(0x027E8F10, SecurityElement *, TypeDescriptorPermission_ToXml, (TypeDescriptorPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x027E9180, void, TypeDescriptorPermission_FromXml, (TypeDescriptorPermission * __this, SecurityElement * securityElement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD288, TypeDescriptorPermission_FromXml__MethodInfo); DO_APP_FUNC(0x027E9880, void, TypeDescriptorPermission_VerifyFlags, (TypeDescriptorPermissionFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD280, TypeDescriptorPermission_VerifyFlags__MethodInfo); DO_APP_FUNC(0x027E9960, void, AuthenticationException__ctor, (AuthenticationException * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0B1B0, void, AuthenticationException__ctor_1, (AuthenticationException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01A2FC00, void, AuthenticationException__ctor_2, (AuthenticationException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, AuthenticationException__ctor_3, (AuthenticationException * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x027E99B0, void, InvalidCredentialException__ctor, (InvalidCredentialException * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0B1B0, void, InvalidCredentialException__ctor_1, (InvalidCredentialException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01A2FC00, void, InvalidCredentialException__ctor_2, (InvalidCredentialException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, InvalidCredentialException__ctor_3, (InvalidCredentialException * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x027E9A00, void, ServiceNameCollection__ctor, (ServiceNameCollection * __this, ICollection * items, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD2C0, ServiceNameCollection__ctor__MethodInfo); DO_APP_FUNC(0x027EA290, ServiceNameCollection *, ServiceNameCollection_Merge, (ServiceNameCollection * __this, String * serviceName, MethodInfo * method)); DO_APP_FUNC(0x027EA400, ServiceNameCollection *, ServiceNameCollection_Merge_1, (ServiceNameCollection * __this, IEnumerable * serviceNames, MethodInfo * method)); DO_APP_FUNC(0x027EA770, void, ServiceNameCollection_AddIfNew, (ArrayList * newServiceNames, String * serviceName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD2C8, ServiceNameCollection_AddIfNew__MethodInfo); DO_APP_FUNC(0x027EA840, bool, ServiceNameCollection_Contains, (String * searchServiceName, ICollection * serviceNames, MethodInfo * method)); DO_APP_FUNC(0x027EAA10, bool, ServiceNameCollection_Contains_1, (ServiceNameCollection * __this, String * searchServiceName, MethodInfo * method)); DO_APP_FUNC(0x027EAA50, String *, ServiceNameCollection_NormalizeServiceName, (String * inputServiceName, MethodInfo * method)); DO_APP_FUNC(0x027EAFA0, bool, ServiceNameCollection_Match, (String * serviceName1, String * serviceName2, MethodInfo * method)); DO_APP_FUNC(0x027EB090, void, TokenBinding__ctor, (TokenBinding * __this, TokenBindingType__Enum bindingType, Byte__Array * rawData, MethodInfo * method)); DO_APP_FUNC(0x027EB0F0, Byte__Array *, TokenBinding_GetRawTokenBindingId, (TokenBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, TokenBindingType__Enum, TokenBinding_get_BindingType, (TokenBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, TokenBinding_set_BindingType, (TokenBinding * __this, TokenBindingType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x027EB170, void, TokenBinding__ctor_1, (TokenBinding * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD1F8, TokenBinding__ctor_1__MethodInfo); DO_APP_FUNC(0x0199A320, void, ChannelBinding__ctor, (ChannelBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x0199AD10, void, ChannelBinding__ctor_1, (ChannelBinding * __this, bool ownsHandle, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExtendedProtectionPolicy__ctor, (ExtendedProtectionPolicy * __this, PolicyEnforcement__Enum policyEnforcement, MethodInfo * method)); DO_APP_FUNC(0x027EB1A0, void, ExtendedProtectionPolicy__ctor_1, (ExtendedProtectionPolicy * __this, PolicyEnforcement__Enum policyEnforcement, ChannelBinding * customChannelBinding, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD1C8, ExtendedProtectionPolicy__ctor_1__MethodInfo); DO_APP_FUNC(0x027EB1F0, void, ExtendedProtectionPolicy__ctor_2, (ExtendedProtectionPolicy * __this, PolicyEnforcement__Enum policyEnforcement, ProtectionScenario__Enum protectionScenario, ICollection * customServiceNames, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD1D0, ExtendedProtectionPolicy__ctor_2__MethodInfo); DO_APP_FUNC(0x027EB240, void, ExtendedProtectionPolicy__ctor_3, (ExtendedProtectionPolicy * __this, PolicyEnforcement__Enum policyEnforcement, ProtectionScenario__Enum protectionScenario, ServiceNameCollection * customServiceNames, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD1B8, ExtendedProtectionPolicy__ctor_3__MethodInfo); DO_APP_FUNC(0x027EB290, void, ExtendedProtectionPolicy__ctor_4, (ExtendedProtectionPolicy * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD1C0, ExtendedProtectionPolicy__ctor_4__MethodInfo); DO_APP_FUNC(0x027EB2E0, ChannelBinding *, ExtendedProtectionPolicy_get_CustomChannelBinding, (ExtendedProtectionPolicy * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD1E8, ExtendedProtectionPolicy_get_CustomChannelBinding__MethodInfo); DO_APP_FUNC(0x027EB330, ServiceNameCollection *, ExtendedProtectionPolicy_get_CustomServiceNames, (ExtendedProtectionPolicy * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD1F0, ExtendedProtectionPolicy_get_CustomServiceNames__MethodInfo); DO_APP_FUNC(0x027EB380, bool, ExtendedProtectionPolicy_get_OSSupportsExtendedProtection, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD1D8, ExtendedProtectionPolicy_get_OSSupportsExtendedProtection__MethodInfo); DO_APP_FUNC(0x027EB3D0, PolicyEnforcement__Enum, ExtendedProtectionPolicy_get_PolicyEnforcement, (ExtendedProtectionPolicy * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD1E0, ExtendedProtectionPolicy_get_PolicyEnforcement__MethodInfo); DO_APP_FUNC(0x027EB420, ProtectionScenario__Enum, ExtendedProtectionPolicy_get_ProtectionScenario, (ExtendedProtectionPolicy * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD248, ExtendedProtectionPolicy_get_ProtectionScenario__MethodInfo); DO_APP_FUNC(0x01ABD8C0, String *, ExtendedProtectionPolicy_ToString, (ExtendedProtectionPolicy * __this, MethodInfo * method)); DO_APP_FUNC(0x027EB470, void, ExtendedProtectionPolicy_System_Runtime_Serialization_ISerializable_GetObjectData, (ExtendedProtectionPolicy * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD250, ExtendedProtectionPolicy_System_Runtime_Serialization_ISerializable_GetObjectData__MethodInfo); DO_APP_FUNC(0x027EB4C0, bool, ExtendedProtectionPolicyTypeConverter_CanConvertTo, (ExtendedProtectionPolicyTypeConverter * __this, ITypeDescriptorContext * context, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD228, ExtendedProtectionPolicyTypeConverter_CanConvertTo__MethodInfo); DO_APP_FUNC(0x027EB510, Object *, ExtendedProtectionPolicyTypeConverter_ConvertTo, (ExtendedProtectionPolicyTypeConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD238, ExtendedProtectionPolicyTypeConverter_ConvertTo__MethodInfo); DO_APP_FUNC(0x003AC050, void, ExtendedProtectionPolicyTypeConverter__ctor, (ExtendedProtectionPolicyTypeConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x027EB560, Byte__Array *, DerEncoder_EncodeLength, (int32_t length, MethodInfo * method)); DO_APP_FUNC(0x027EB740, Byte__Array__Array *, DerEncoder_SegmentedEncodeBoolean, (bool value, MethodInfo * method)); DO_APP_FUNC(0x027EB8E0, Byte__Array__Array *, DerEncoder_SegmentedEncodeUnsignedInteger, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x027EBA50, Byte__Array__Array *, DerEncoder_SegmentedEncodeUnsignedInteger_1, (ReadOnlySpan_1_Byte_ bigEndianBytes, MethodInfo * method)); DO_APP_FUNC(0x027EBDE0, Byte__Array__Array *, DerEncoder_SegmentedEncodeBitString, (Byte__Array__Array__Array * childSegments, MethodInfo * method)); DO_APP_FUNC(0x027EBEB0, Byte__Array__Array *, DerEncoder_SegmentedEncodeBitString_1, (Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x027EBF10, Byte__Array__Array *, DerEncoder_SegmentedEncodeBitString_2, (int32_t unusedBits, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x027EC110, Byte__Array__Array *, DerEncoder_SegmentedEncodeNamedBitList, (Byte__Array * bigEndianBytes, int32_t namedBitsCount, MethodInfo * method)); DO_APP_FUNC(0x027EC3D0, Byte__Array__Array *, DerEncoder_SegmentedEncodeOctetString, (Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x027EC560, Byte__Array__Array *, DerEncoder_SegmentedEncodeNull, (MethodInfo * method)); DO_APP_FUNC(0x027EC5C0, Byte__Array *, DerEncoder_EncodeOid, (String * oidValue, MethodInfo * method)); DO_APP_FUNC(0x027EC6C0, Byte__Array__Array *, DerEncoder_SegmentedEncodeOid, (Oid * oid, MethodInfo * method)); DO_APP_FUNC(0x027EC720, Byte__Array__Array *, DerEncoder_SegmentedEncodeOid_1, (String * oidValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD1A0, DerEncoder_SegmentedEncodeOid_1__MethodInfo); DO_APP_FUNC(0x027ECD50, Byte__Array__Array *, DerEncoder_SegmentedEncodeUtf8String, (Char__Array * chars, MethodInfo * method)); DO_APP_FUNC(0x027ECDB0, Byte__Array__Array *, DerEncoder_SegmentedEncodeUtf8String_1, (Char__Array * chars, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x027ECF80, Byte__Array__Array *, DerEncoder_ConstructSegmentedSequence, (Byte__Array__Array__Array * items, MethodInfo * method)); DO_APP_FUNC(0x027ECFD0, Byte__Array__Array *, DerEncoder_ConstructSegmentedSequence_1, (IEnumerable_1_System_Byte__1 * items, MethodInfo * method)); DO_APP_FUNC(0x027ED170, Byte__Array__Array *, DerEncoder_ConstructSegmentedContextSpecificValue, (int32_t contextId, Byte__Array__Array__Array * items, MethodInfo * method)); DO_APP_FUNC(0x027ED350, Byte__Array__Array *, DerEncoder_ConstructSegmentedSet, (Byte__Array__Array__Array * items, MethodInfo * method)); DO_APP_FUNC(0x027ED670, Byte__Array__Array *, DerEncoder_ConstructSegmentedPresortedSet, (Byte__Array__Array__Array * items, MethodInfo * method)); DO_APP_FUNC(0x027ED840, bool, DerEncoder_IsValidPrintableString, (Char__Array * chars, MethodInfo * method)); DO_APP_FUNC(0x027ED9E0, bool, DerEncoder_IsValidPrintableString_1, (Char__Array * chars, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x027EDB30, Byte__Array__Array *, DerEncoder_SegmentedEncodePrintableString, (Char__Array * chars, MethodInfo * method)); DO_APP_FUNC(0x027EDB90, Byte__Array__Array *, DerEncoder_SegmentedEncodePrintableString_1, (Char__Array * chars, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x027EDD80, Byte__Array__Array *, DerEncoder_SegmentedEncodeIA5String, (Char__Array * chars, MethodInfo * method)); DO_APP_FUNC(0x027EDDE0, Byte__Array__Array *, DerEncoder_SegmentedEncodeIA5String_1, (Char__Array * chars, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD148, DerEncoder_SegmentedEncodeIA5String_1__MethodInfo); DO_APP_FUNC(0x027EE040, Byte__Array__Array *, DerEncoder_SegmentedEncodeUtcTime, (DateTime utcTime, MethodInfo * method)); DO_APP_FUNC(0x027EE5E0, Byte__Array__Array *, DerEncoder_SegmentedEncodeGeneralizedTime, (DateTime utcTime, MethodInfo * method)); DO_APP_FUNC(0x027EEC00, Byte__Array *, DerEncoder_ConstructSequence, (Byte__Array__Array__Array * items, MethodInfo * method)); DO_APP_FUNC(0x027EEC50, Byte__Array *, DerEncoder_ConstructSequence_1, (IEnumerable_1_System_Byte__1 * items, MethodInfo * method)); DO_APP_FUNC(0x027EEFE0, BigInteger_1, DerEncoder_ParseOidRid, (String * oidValue, int32_t * startIndex, MethodInfo * method)); DO_APP_FUNC(0x027EF320, int32_t, DerEncoder_AtoI, (uint16_t c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD138, DerEncoder_AtoI__MethodInfo); DO_APP_FUNC(0x027EF3A0, void, DerEncoder_EncodeRid, (List_1_System_Byte_ * encodedData, BigInteger_1 * rid, MethodInfo * method)); DO_APP_FUNC(0x027EF7A0, bool, DerEncoder_IsPrintableStringCharacter, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x027EF850, Byte__Array *, DerEncoder_ConcatenateArrays, (Byte__Array__Array__Array * segments, MethodInfo * method)); DO_APP_FUNC(0x027EF8A0, Byte__Array *, DerEncoder_ConcatenateArrays_1, (IEnumerable_1_System_Byte__1 * segments, MethodInfo * method)); DO_APP_FUNC(0x027EFBB0, void, DerEncoder__cctor, (MethodInfo * method)); DO_APP_FUNC(0x027EFDA0, DerEncoder_AsnSetValueComparer *, DerEncoder_AsnSetValueComparer_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x027EFE00, int32_t, DerEncoder_AsnSetValueComparer_Compare, (DerEncoder_AsnSetValueComparer * __this, Byte__Array__Array * x, Byte__Array__Array * y, MethodInfo * method)); DO_APP_FUNC(0x027EFEF0, int32_t, DerEncoder_AsnSetValueComparer_Compare_1, (DerEncoder_AsnSetValueComparer * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DerEncoder_AsnSetValueComparer__ctor, (DerEncoder_AsnSetValueComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x027F0040, void, DerEncoder_AsnSetValueComparer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, DerSequenceReader_get_ContentLength, (DerSequenceReader * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, DerSequenceReader_set_ContentLength, (DerSequenceReader * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x027F00F0, void, DerSequenceReader__ctor, (DerSequenceReader * __this, bool startAtPayload, Byte__Array * data, int32_t offset, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x027F0160, void, DerSequenceReader__ctor_1, (DerSequenceReader * __this, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x027F01A0, void, DerSequenceReader__ctor_2, (DerSequenceReader * __this, Byte__Array * data, int32_t offset, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x027F01D0, void, DerSequenceReader__ctor_3, (DerSequenceReader * __this, DerSequenceReader_DerTag__Enum tagToEat, Byte__Array * data, int32_t offset, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD0D0, DerSequenceReader__ctor_3__MethodInfo); DO_APP_FUNC(0x027F02D0, DerSequenceReader *, DerSequenceReader_CreateForPayload, (Byte__Array * payload, MethodInfo * method)); DO_APP_FUNC(0x027F0380, bool, DerSequenceReader_get_HasData, (DerSequenceReader * __this, MethodInfo * method)); DO_APP_FUNC(0x027F0390, uint8_t, DerSequenceReader_PeekTag, (DerSequenceReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD0C8, DerSequenceReader_PeekTag__MethodInfo); DO_APP_FUNC(0x027F0480, bool, DerSequenceReader_HasTag, (DerSequenceReader * __this, DerSequenceReader_DerTag__Enum expectedTag, MethodInfo * method)); DO_APP_FUNC(0x027F0480, bool, DerSequenceReader_HasTag_1, (DerSequenceReader * __this, uint8_t expectedTag, MethodInfo * method)); DO_APP_FUNC(0x027F04D0, void, DerSequenceReader_SkipValue, (DerSequenceReader * __this, MethodInfo * method)); DO_APP_FUNC(0x027F0520, void, DerSequenceReader_ValidateAndSkipDerValue, (DerSequenceReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD0E0, DerSequenceReader_ValidateAndSkipDerValue__MethodInfo); DO_APP_FUNC(0x027F0720, Byte__Array *, DerSequenceReader_ReadNextEncodedValue, (DerSequenceReader * __this, MethodInfo * method)); DO_APP_FUNC(0x027F07E0, bool, DerSequenceReader_ReadBoolean, (DerSequenceReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD0B8, DerSequenceReader_ReadBoolean__MethodInfo); DO_APP_FUNC(0x027F08B0, int32_t, DerSequenceReader_ReadInteger, (DerSequenceReader * __this, MethodInfo * method)); DO_APP_FUNC(0x027F0A40, Byte__Array *, DerSequenceReader_ReadIntegerBytes, (DerSequenceReader * __this, MethodInfo * method)); DO_APP_FUNC(0x027F0A70, Byte__Array *, DerSequenceReader_ReadBitString, (DerSequenceReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD0C0, DerSequenceReader_ReadBitString__MethodInfo); DO_APP_FUNC(0x027F0C10, Byte__Array *, DerSequenceReader_ReadOctetString, (DerSequenceReader * __this, MethodInfo * method)); DO_APP_FUNC(0x027F0C40, String *, DerSequenceReader_ReadOidAsString, (DerSequenceReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCFE0, DerSequenceReader_ReadOidAsString__MethodInfo); DO_APP_FUNC(0x027F1090, Oid *, DerSequenceReader_ReadOid, (DerSequenceReader * __this, MethodInfo * method)); DO_APP_FUNC(0x027F1110, String *, DerSequenceReader_ReadUtf8String, (DerSequenceReader * __this, MethodInfo * method)); DO_APP_FUNC(0x027F1200, DerSequenceReader *, DerSequenceReader_ReadCollectionWithTag, (DerSequenceReader * __this, DerSequenceReader_DerTag__Enum expected, MethodInfo * method)); DO_APP_FUNC(0x027F12F0, DerSequenceReader *, DerSequenceReader_ReadSequence, (DerSequenceReader * __this, MethodInfo * method)); DO_APP_FUNC(0x027F1300, DerSequenceReader *, DerSequenceReader_ReadSet, (DerSequenceReader * __this, MethodInfo * method)); DO_APP_FUNC(0x027F1310, String *, DerSequenceReader_ReadPrintableString, (DerSequenceReader * __this, MethodInfo * method)); DO_APP_FUNC(0x027F1400, String *, DerSequenceReader_ReadIA5String, (DerSequenceReader * __this, MethodInfo * method)); DO_APP_FUNC(0x027F14F0, String *, DerSequenceReader_ReadT61String, (DerSequenceReader * __this, MethodInfo * method)); DO_APP_FUNC(0x027F1910, DateTime, DerSequenceReader_ReadX509Date, (DerSequenceReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCFC8, DerSequenceReader_ReadX509Date__MethodInfo); DO_APP_FUNC(0x027F19F0, DateTime, DerSequenceReader_ReadUtcTime, (DerSequenceReader * __this, MethodInfo * method)); DO_APP_FUNC(0x027F1A40, DateTime, DerSequenceReader_ReadGeneralizedTime, (DerSequenceReader * __this, MethodInfo * method)); DO_APP_FUNC(0x027F1A90, String *, DerSequenceReader_ReadBMPString, (DerSequenceReader * __this, MethodInfo * method)); DO_APP_FUNC(0x027F1B80, String *, DerSequenceReader_TrimTrailingNulls, (String * value, MethodInfo * method)); DO_APP_FUNC(0x027F1BF0, DateTime, DerSequenceReader_ReadTime, (DerSequenceReader * __this, DerSequenceReader_DerTag__Enum timeTag, String * formatString, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCFF0, DerSequenceReader_ReadTime__MethodInfo); DO_APP_FUNC(0x027F1ED0, Byte__Array *, DerSequenceReader_ReadContentAsBytes, (DerSequenceReader * __this, MethodInfo * method)); DO_APP_FUNC(0x027F1F80, void, DerSequenceReader_EatTag, (DerSequenceReader * __this, DerSequenceReader_DerTag__Enum expected, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD018, DerSequenceReader_EatTag__MethodInfo); DO_APP_FUNC(0x027F2010, void, DerSequenceReader_CheckTag, (DerSequenceReader_DerTag__Enum expected, Byte__Array * data, int32_t position, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD008, DerSequenceReader_CheckTag__MethodInfo); DO_APP_FUNC(0x027F2160, int32_t, DerSequenceReader_EatLength, (DerSequenceReader * __this, MethodInfo * method)); DO_APP_FUNC(0x027F21A0, int32_t, DerSequenceReader_ScanContentLength, (Byte__Array * data, int32_t offset, int32_t end, int32_t * bytesConsumed, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD010, DerSequenceReader_ScanContentLength__MethodInfo); DO_APP_FUNC(0x027F24D0, void, DerSequenceReader_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DerSequenceReader_c__ctor, (DerSequenceReader_c * __this, MethodInfo * method)); DO_APP_FUNC(0x027F2580, Encoding *, DerSequenceReader_c__ReadT61String_b__45_0, (DerSequenceReader_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCFB8, DerSequenceReader_c__ReadT61String_b__45_0__MethodInfo); DO_APP_FUNC(0x027F2610, Encoding *, DerSequenceReader_c__ReadT61String_b__45_1, (DerSequenceReader_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCFD0, DerSequenceReader_c__ReadT61String_b__45_1__MethodInfo); DO_APP_FUNC(0x027F2650, DateTimeFormatInfo *, DerSequenceReader_c__ReadTime_b__51_0, (DerSequenceReader_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD000, DerSequenceReader_c__ReadTime_b__51_0__MethodInfo); DO_APP_FUNC(0x027F2770, void, AsnEncodedDataCollection__ctor, (AsnEncodedDataCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x027F2840, void, AsnEncodedDataCollection__ctor_1, (AsnEncodedDataCollection * __this, AsnEncodedData * asnEncodedData, MethodInfo * method)); DO_APP_FUNC(0x027F2940, int32_t, AsnEncodedDataCollection_Add, (AsnEncodedDataCollection * __this, AsnEncodedData * asnEncodedData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCF80, AsnEncodedDataCollection_Add__MethodInfo); DO_APP_FUNC(0x027F2A10, void, AsnEncodedDataCollection_Remove, (AsnEncodedDataCollection * __this, AsnEncodedData * asnEncodedData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCFA8, AsnEncodedDataCollection_Remove__MethodInfo); DO_APP_FUNC(0x027F2AC0, AsnEncodedData *, AsnEncodedDataCollection_get_Item, (AsnEncodedDataCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x027F2B40, int32_t, AsnEncodedDataCollection_get_Count, (AsnEncodedDataCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x027F2B90, AsnEncodedDataEnumerator *, AsnEncodedDataCollection_GetEnumerator, (AsnEncodedDataCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x027F2B90, IEnumerator *, AsnEncodedDataCollection_System_Collections_IEnumerable_GetEnumerator, (AsnEncodedDataCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x027F2C40, void, AsnEncodedDataCollection_System_Collections_ICollection_CopyTo, (AsnEncodedDataCollection * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCED8, AsnEncodedDataCollection_System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x027F2ED0, void, AsnEncodedDataCollection_CopyTo, (AsnEncodedDataCollection * __this, AsnEncodedData__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCEE8, AsnEncodedDataCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, AsnEncodedDataCollection_get_IsSynchronized, (AsnEncodedDataCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Object *, AsnEncodedDataCollection_get_SyncRoot, (AsnEncodedDataCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x01AF5220, void, AsnEncodedDataEnumerator__ctor, (AsnEncodedDataEnumerator * __this, AsnEncodedDataCollection * asnEncodedDatas, MethodInfo * method)); DO_APP_FUNC(0x027F3020, AsnEncodedData *, AsnEncodedDataEnumerator_get_Current, (AsnEncodedDataEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x027F3020, Object *, AsnEncodedDataEnumerator_System_Collections_IEnumerator_get_Current, (AsnEncodedDataEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x027F3050, bool, AsnEncodedDataEnumerator_MoveNext, (AsnEncodedDataEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x00727E20, void, AsnEncodedDataEnumerator_Reset, (AsnEncodedDataEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x027F30D0, void, AsnEncodedDataEnumerator__ctor_1, (AsnEncodedDataEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCEE0, AsnEncodedDataEnumerator__ctor_1__MethodInfo); DO_APP_FUNC(0x003AC050, void, Oid__ctor, (Oid * __this, MethodInfo * method)); DO_APP_FUNC(0x027F3100, void, Oid__ctor_1, (Oid * __this, String * oid, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, Oid__ctor_2, (Oid * __this, String * value, String * friendlyName, MethodInfo * method)); DO_APP_FUNC(0x027F31D0, void, Oid__ctor_3, (Oid * __this, Oid * oid, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCEB8, Oid__ctor_3__MethodInfo); DO_APP_FUNC(0x027F3300, Oid *, Oid_FromFriendlyName, (String * friendlyName, OidGroup__Enum group, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCEC8, Oid_FromFriendlyName__MethodInfo); DO_APP_FUNC(0x027F3480, Oid *, Oid_FromOidValue, (String * oidValue, OidGroup__Enum group, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCF28, Oid_FromOidValue__MethodInfo); DO_APP_FUNC(0x003B93C0, String *, Oid_get_Value, (Oid * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, Oid_set_Value, (Oid * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x027F3600, String *, Oid_get_FriendlyName, (Oid * __this, MethodInfo * method)); DO_APP_FUNC(0x027F36E0, void, Oid_set_FriendlyName, (Oid * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01AB2900, void, Oid__ctor_4, (Oid * __this, String * value, String * friendlyName, OidGroup__Enum group, MethodInfo * method)); DO_APP_FUNC(0x027F3830, void, OidCollection__ctor, (OidCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x027F3900, int32_t, OidCollection_Add, (OidCollection * __this, Oid * oid, MethodInfo * method)); DO_APP_FUNC(0x027F39D0, Oid *, OidCollection_get_Item, (OidCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x027F3A50, Oid *, OidCollection_get_Item_1, (OidCollection * __this, String * oid, MethodInfo * method)); DO_APP_FUNC(0x027F3C40, int32_t, OidCollection_get_Count, (OidCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x027F3C90, OidEnumerator *, OidCollection_GetEnumerator, (OidCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x027F3D40, IEnumerator *, OidCollection_System_Collections_IEnumerable_GetEnumerator, (OidCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x027F3D50, void, OidCollection_System_Collections_ICollection_CopyTo, (OidCollection * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCE48, OidCollection_System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x027F3FE0, void, OidCollection_CopyTo, (OidCollection * __this, Oid__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCEA0, OidCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, OidCollection_get_IsSynchronized, (OidCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Object *, OidCollection_get_SyncRoot, (OidCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x01AF5220, void, OidEnumerator__ctor, (OidEnumerator * __this, OidCollection * oids, MethodInfo * method)); DO_APP_FUNC(0x027F4130, Oid *, OidEnumerator_get_Current, (OidEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x027F4130, Object *, OidEnumerator_System_Collections_IEnumerator_get_Current, (OidEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x027F4160, bool, OidEnumerator_MoveNext, (OidEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x00727E20, void, OidEnumerator_Reset, (OidEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x027F41E0, void, OidEnumerator__ctor_1, (OidEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCEB0, OidEnumerator__ctor_1__MethodInfo); DO_APP_FUNC(0x003AC050, void, AsnEncodedData__ctor, (AsnEncodedData * __this, MethodInfo * method)); DO_APP_FUNC(0x027F4210, void, AsnEncodedData__ctor_1, (AsnEncodedData * __this, String * oid, Byte__Array * rawData, MethodInfo * method)); DO_APP_FUNC(0x027F42F0, void, AsnEncodedData__ctor_2, (AsnEncodedData * __this, Oid * oid, Byte__Array * rawData, MethodInfo * method)); DO_APP_FUNC(0x027F4320, void, AsnEncodedData__ctor_3, (AsnEncodedData * __this, AsnEncodedData * asnEncodedData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCE80, AsnEncodedData__ctor_3__MethodInfo); DO_APP_FUNC(0x027F4420, void, AsnEncodedData__ctor_4, (AsnEncodedData * __this, Byte__Array * rawData, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Oid *, AsnEncodedData_get_Oid, (AsnEncodedData * __this, MethodInfo * method)); DO_APP_FUNC(0x027F4430, void, AsnEncodedData_set_Oid, (AsnEncodedData * __this, Oid * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Byte__Array *, AsnEncodedData_get_RawData, (AsnEncodedData * __this, MethodInfo * method)); DO_APP_FUNC(0x027F4570, void, AsnEncodedData_set_RawData, (AsnEncodedData * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCE88, AsnEncodedData_set_RawData__MethodInfo); DO_APP_FUNC(0x027F46C0, void, AsnEncodedData_CopyFrom, (AsnEncodedData * __this, AsnEncodedData * asnEncodedData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCDF0, AsnEncodedData_CopyFrom__MethodInfo); DO_APP_FUNC(0x027F47C0, String *, AsnEncodedData_Format, (AsnEncodedData * __this, bool multiLine, MethodInfo * method)); DO_APP_FUNC(0x027F4860, String *, AsnEncodedData_ToString, (AsnEncodedData * __this, bool multiLine, MethodInfo * method)); DO_APP_FUNC(0x027F4B50, String *, AsnEncodedData_Default, (AsnEncodedData * __this, bool multiLine, MethodInfo * method)); DO_APP_FUNC(0x027F4D60, String *, AsnEncodedData_BasicConstraintsExtension, (AsnEncodedData * __this, bool multiLine, MethodInfo * method)); DO_APP_FUNC(0x027F4E10, String *, AsnEncodedData_EnhancedKeyUsageExtension, (AsnEncodedData * __this, bool multiLine, MethodInfo * method)); DO_APP_FUNC(0x027F4EC0, String *, AsnEncodedData_KeyUsageExtension, (AsnEncodedData * __this, bool multiLine, MethodInfo * method)); DO_APP_FUNC(0x027F4F70, String *, AsnEncodedData_SubjectKeyIdentifierExtension, (AsnEncodedData * __this, bool multiLine, MethodInfo * method)); DO_APP_FUNC(0x027F5020, String *, AsnEncodedData_SubjectAltName, (AsnEncodedData * __this, bool multiLine, MethodInfo * method)); DO_APP_FUNC(0x027F5350, String *, AsnEncodedData_NetscapeCertType, (AsnEncodedData * __this, bool multiLine, MethodInfo * method)); DO_APP_FUNC(0x027F5770, Byte__Array__Array *, GeneralNameEncoder_EncodeEmailAddress, (GeneralNameEncoder * __this, String * emailAddress, MethodInfo * method)); DO_APP_FUNC(0x027F5850, Byte__Array__Array *, GeneralNameEncoder_EncodeDnsName, (GeneralNameEncoder * __this, String * dnsName, MethodInfo * method)); DO_APP_FUNC(0x027F5A40, Byte__Array__Array *, GeneralNameEncoder_EncodeUri, (GeneralNameEncoder * __this, Uri * uri, MethodInfo * method)); DO_APP_FUNC(0x027F5B30, Byte__Array__Array *, GeneralNameEncoder_EncodeIpAddress, (GeneralNameEncoder * __this, IPAddress * address, MethodInfo * method)); DO_APP_FUNC(0x027F5D20, Byte__Array__Array *, GeneralNameEncoder_EncodeUserPrincipalName, (GeneralNameEncoder * __this, String * upn, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GeneralNameEncoder__ctor, (GeneralNameEncoder * __this, MethodInfo * method)); DO_APP_FUNC(0x027F5FE0, void, GeneralNameEncoder__cctor, (MethodInfo * method)); DO_APP_FUNC(0x027F60B0, void, SubjectAlternativeNameBuilder_AddEmailAddress, (SubjectAlternativeNameBuilder * __this, String * emailAddress, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCDD8, SubjectAlternativeNameBuilder_AddEmailAddress__MethodInfo); DO_APP_FUNC(0x027F6260, void, SubjectAlternativeNameBuilder_AddDnsName, (SubjectAlternativeNameBuilder * __this, String * dnsName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCDA0, SubjectAlternativeNameBuilder_AddDnsName__MethodInfo); DO_APP_FUNC(0x027F6350, void, SubjectAlternativeNameBuilder_AddUri, (SubjectAlternativeNameBuilder * __this, Uri * uri, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCDB8, SubjectAlternativeNameBuilder_AddUri__MethodInfo); DO_APP_FUNC(0x027F6510, void, SubjectAlternativeNameBuilder_AddIpAddress, (SubjectAlternativeNameBuilder * __this, IPAddress * ipAddress, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCD38, SubjectAlternativeNameBuilder_AddIpAddress__MethodInfo); DO_APP_FUNC(0x027F65E0, void, SubjectAlternativeNameBuilder_AddUserPrincipalName, (SubjectAlternativeNameBuilder * __this, String * upn, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCD40, SubjectAlternativeNameBuilder_AddUserPrincipalName__MethodInfo); DO_APP_FUNC(0x027F66D0, X509Extension *, SubjectAlternativeNameBuilder_Build, (SubjectAlternativeNameBuilder * __this, bool critical, MethodInfo * method)); DO_APP_FUNC(0x027F67A0, void, SubjectAlternativeNameBuilder__ctor, (SubjectAlternativeNameBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x027F68E0, void *, OSX509Certificates_SecCertificateCreateWithData, (void * allocator, void * nsdataRef, MethodInfo * method)); DO_APP_FUNC(0x027F6970, int32_t, OSX509Certificates_SecTrustCreateWithCertificates, (void * certOrCertArray, void * policies, void * * sectrustref, MethodInfo * method)); DO_APP_FUNC(0x027F6A10, int32_t, OSX509Certificates_SecTrustSetAnchorCertificates, (void * trust, void * anchorCertificates, MethodInfo * method)); DO_APP_FUNC(0x027F6AA0, void *, OSX509Certificates_SecPolicyCreateSSL, (bool server, void * cfStringHostname, MethodInfo * method)); DO_APP_FUNC(0x027F6B30, int32_t, OSX509Certificates_SecTrustEvaluate, (void * secTrustRef, OSX509Certificates_SecTrustResult__Enum * secTrustResultTime, MethodInfo * method)); DO_APP_FUNC(0x027F6BC0, void *, OSX509Certificates_CFStringCreateWithCharacters, (void * allocator, String * str, void * count, MethodInfo * method)); DO_APP_FUNC(0x027F6C70, void *, OSX509Certificates_CFDataCreate, (void * allocator, uint8_t * bytes, void * length, MethodInfo * method)); DO_APP_FUNC(0x027F6D10, void, OSX509Certificates_CFRetain, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x027F6D90, void, OSX509Certificates_CFRelease, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x027F6DC0, void *, OSX509Certificates_CFArrayCreate, (void * allocator, void * values, void * numValues, void * callbacks, MethodInfo * method)); DO_APP_FUNC(0x027F6E20, void *, OSX509Certificates_MakeCFData, (Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x027F6F10, void *, OSX509Certificates_FromIntPtrs, (IntPtr__Array * values, MethodInfo * method)); DO_APP_FUNC(0x027F6FE0, void *, OSX509Certificates_GetCertificate, (X509Certificate * certificate, MethodInfo * method)); DO_APP_FUNC(0x027F7270, OSX509Certificates_SecTrustResult__Enum, OSX509Certificates_TrustEvaluateSsl, (X509CertificateCollection * certificates, X509CertificateCollection * anchors, String * host, MethodInfo * method)); DO_APP_FUNC(0x027F7290, OSX509Certificates_SecTrustResult__Enum, OSX509Certificates__TrustEvaluateSsl, (X509CertificateCollection * certificates, X509CertificateCollection * anchors, String * hostName, MethodInfo * method)); DO_APP_FUNC(0x027F7C60, void, PublicKey__ctor, (PublicKey * __this, Oid * oid, AsnEncodedData * parameters, AsnEncodedData * keyValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCC90, PublicKey__ctor__MethodInfo); DO_APP_FUNC(0x027F7E80, void, PublicKey__ctor_1, (PublicKey * __this, X509Certificate_1 * certificate, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, AsnEncodedData *, PublicKey_get_EncodedKeyValue, (PublicKey * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, AsnEncodedData *, PublicKey_get_EncodedParameters, (PublicKey * __this, MethodInfo * method)); DO_APP_FUNC(0x027F85F0, AsymmetricAlgorithm *, PublicKey_get_Key, (PublicKey * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCCF0, PublicKey_get_Key__MethodInfo); DO_APP_FUNC(0x003B93B0, Oid *, PublicKey_get_Oid, (PublicKey * __this, MethodInfo * method)); DO_APP_FUNC(0x027F8830, Byte__Array *, PublicKey_GetUnsignedBigInteger, (Byte__Array * integer, MethodInfo * method)); DO_APP_FUNC(0x027F88E0, DSA *, PublicKey_DecodeDSA, (Byte__Array * rawPublicKey, Byte__Array * rawParameters, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCD00, PublicKey_DecodeDSA__MethodInfo); DO_APP_FUNC(0x027F8EC0, RSA *, PublicKey_DecodeRSA, (Byte__Array * rawPublicKey, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCCE0, PublicKey_DecodeRSA__MethodInfo); DO_APP_FUNC(0x027F9300, void, PublicKey__cctor, (MethodInfo * method)); DO_APP_FUNC(0x027F93B0, void, X500DistinguishedName__ctor, (X500DistinguishedName * __this, AsnEncodedData * encodedDistinguishedName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCC58, X500DistinguishedName__ctor__MethodInfo); DO_APP_FUNC(0x027F94F0, void, X500DistinguishedName__ctor_1, (X500DistinguishedName * __this, Byte__Array * encodedDistinguishedName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCC08, X500DistinguishedName__ctor_1__MethodInfo); DO_APP_FUNC(0x027F9650, void, X500DistinguishedName__ctor_2, (X500DistinguishedName * __this, String * distinguishedName, MethodInfo * method)); DO_APP_FUNC(0x027F9660, void, X500DistinguishedName__ctor_3, (X500DistinguishedName * __this, String * distinguishedName, X500DistinguishedNameFlags__Enum flag, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCC20, X500DistinguishedName__ctor_3__MethodInfo); DO_APP_FUNC(0x027F99C0, void, X500DistinguishedName__ctor_4, (X500DistinguishedName * __this, X500DistinguishedName * distinguishedName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCC10, X500DistinguishedName__ctor_4__MethodInfo); DO_APP_FUNC(0x027F9AF0, void, X500DistinguishedName__ctor_5, (X500DistinguishedName * __this, Byte__Array * encoded, Byte__Array * canonEncoding, String * name, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Byte__Array *, X500DistinguishedName_get_CanonicalEncoding, (X500DistinguishedName * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, X500DistinguishedName_get_Name, (X500DistinguishedName * __this, MethodInfo * method)); DO_APP_FUNC(0x027F9C20, String *, X500DistinguishedName_Decode, (X500DistinguishedName * __this, X500DistinguishedNameFlags__Enum flag, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCC70, X500DistinguishedName_Decode__MethodInfo); DO_APP_FUNC(0x027F9E00, String *, X500DistinguishedName_Format, (X500DistinguishedName * __this, bool multiLine, MethodInfo * method)); DO_APP_FUNC(0x027F9E70, String *, X500DistinguishedName_GetSeparator, (X500DistinguishedNameFlags__Enum flag, MethodInfo * method)); DO_APP_FUNC(0x027F9EE0, void, X500DistinguishedName_DecodeRawData, (X500DistinguishedName * __this, MethodInfo * method)); DO_APP_FUNC(0x027FA0A0, String *, X500DistinguishedName_Canonize, (String * s, MethodInfo * method)); DO_APP_FUNC(0x027FA2D0, bool, X500DistinguishedName_AreEqual, (X500DistinguishedName * name1, X500DistinguishedName * name2, MethodInfo * method)); DO_APP_FUNC(0x027FA550, void, X509BasicConstraintsExtension__ctor, (X509BasicConstraintsExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x027FA640, void, X509BasicConstraintsExtension__ctor_1, (X509BasicConstraintsExtension * __this, AsnEncodedData * encodedBasicConstraints, bool critical, MethodInfo * method)); DO_APP_FUNC(0x027FA7C0, void, X509BasicConstraintsExtension__ctor_2, (X509BasicConstraintsExtension * __this, bool certificateAuthority, bool hasPathLengthConstraint, int32_t pathLengthConstraint, bool critical, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCB88, X509BasicConstraintsExtension__ctor_2__MethodInfo); DO_APP_FUNC(0x027FA950, bool, X509BasicConstraintsExtension_get_CertificateAuthority, (X509BasicConstraintsExtension * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCB78, X509BasicConstraintsExtension_get_CertificateAuthority__MethodInfo); DO_APP_FUNC(0x027FA9D0, bool, X509BasicConstraintsExtension_get_HasPathLengthConstraint, (X509BasicConstraintsExtension * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCB50, X509BasicConstraintsExtension_get_HasPathLengthConstraint__MethodInfo); DO_APP_FUNC(0x027FAA50, int32_t, X509BasicConstraintsExtension_get_PathLengthConstraint, (X509BasicConstraintsExtension * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCB58, X509BasicConstraintsExtension_get_PathLengthConstraint__MethodInfo); DO_APP_FUNC(0x027FAAD0, void, X509BasicConstraintsExtension_CopyFrom, (X509BasicConstraintsExtension * __this, AsnEncodedData * asnEncodedData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCB60, X509BasicConstraintsExtension_CopyFrom__MethodInfo); DO_APP_FUNC(0x027FACF0, AsnDecodeStatus__Enum, X509BasicConstraintsExtension_Decode, (X509BasicConstraintsExtension * __this, Byte__Array * extension, MethodInfo * method)); DO_APP_FUNC(0x027FAE60, Byte__Array *, X509BasicConstraintsExtension_Encode, (X509BasicConstraintsExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x027FB0D0, String *, X509BasicConstraintsExtension_ToString, (X509BasicConstraintsExtension * __this, bool multiLine, MethodInfo * method)); DO_APP_FUNC(0x027FB390, void, X509Certificate2_Reset, (X509Certificate2 * __this, MethodInfo * method)); DO_APP_FUNC(0x027FB640, void, X509Certificate2__ctor, (X509Certificate2 * __this, MethodInfo * method)); DO_APP_FUNC(0x027FB650, void, X509Certificate2__ctor_1, (X509Certificate2 * __this, Byte__Array * rawData, MethodInfo * method)); DO_APP_FUNC(0x01A072F0, void, X509Certificate2__ctor_2, (X509Certificate2 * __this, Byte__Array * rawData, String * password, MethodInfo * method)); DO_APP_FUNC(0x01A07310, void, X509Certificate2__ctor_3, (X509Certificate2 * __this, Byte__Array * rawData, SecureString * password, MethodInfo * method)); DO_APP_FUNC(0x027FB830, void, X509Certificate2__ctor_4, (X509Certificate2 * __this, Byte__Array * rawData, String * password, X509KeyStorageFlags__Enum keyStorageFlags, MethodInfo * method)); DO_APP_FUNC(0x027FB840, void, X509Certificate2__ctor_5, (X509Certificate2 * __this, Byte__Array * rawData, SecureString * password, X509KeyStorageFlags__Enum keyStorageFlags, MethodInfo * method)); DO_APP_FUNC(0x027FB850, void, X509Certificate2__ctor_6, (X509Certificate2 * __this, void * handle, MethodInfo * method)); DO_APP_FUNC(0x027FB860, void, X509Certificate2__ctor_7, (X509Certificate2 * __this, X509Certificate2Impl * impl, MethodInfo * method)); DO_APP_FUNC(0x01A07910, void, X509Certificate2__ctor_8, (X509Certificate2 * __this, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x01A07930, void, X509Certificate2__ctor_9, (X509Certificate2 * __this, String * fileName, String * password, MethodInfo * method)); DO_APP_FUNC(0x01A07950, void, X509Certificate2__ctor_10, (X509Certificate2 * __this, String * fileName, SecureString * password, MethodInfo * method)); DO_APP_FUNC(0x027FB870, void, X509Certificate2__ctor_11, (X509Certificate2 * __this, String * fileName, String * password, X509KeyStorageFlags__Enum keyStorageFlags, MethodInfo * method)); DO_APP_FUNC(0x027FB880, void, X509Certificate2__ctor_12, (X509Certificate2 * __this, String * fileName, SecureString * password, X509KeyStorageFlags__Enum keyStorageFlags, MethodInfo * method)); DO_APP_FUNC(0x027FB890, void, X509Certificate2__ctor_13, (X509Certificate2 * __this, X509Certificate * certificate, MethodInfo * method)); DO_APP_FUNC(0x027FB8A0, void, X509Certificate2__ctor_14, (X509Certificate2 * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x027FB8C0, bool, X509Certificate2_get_Archived, (X509Certificate2 * __this, MethodInfo * method)); DO_APP_FUNC(0x027FB940, void, X509Certificate2_set_Archived, (X509Certificate2 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x027FB9D0, X509ExtensionCollection *, X509Certificate2_get_Extensions, (X509Certificate2 * __this, MethodInfo * method)); DO_APP_FUNC(0x027FBDF0, String *, X509Certificate2_get_FriendlyName, (X509Certificate2 * __this, MethodInfo * method)); DO_APP_FUNC(0x027FBE70, void, X509Certificate2_set_FriendlyName, (X509Certificate2 * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x027FBF00, bool, X509Certificate2_get_HasPrivateKey, (X509Certificate2 * __this, MethodInfo * method)); DO_APP_FUNC(0x027FBF80, AsymmetricAlgorithm *, X509Certificate2_get_PrivateKey, (X509Certificate2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCAC0, X509Certificate2_get_PrivateKey__MethodInfo); DO_APP_FUNC(0x027FC1B0, void, X509Certificate2_set_PrivateKey, (X509Certificate2 * __this, AsymmetricAlgorithm * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCAD0, X509Certificate2_set_PrivateKey__MethodInfo); DO_APP_FUNC(0x027FC200, X500DistinguishedName *, X509Certificate2_get_IssuerName, (X509Certificate2 * __this, MethodInfo * method)); DO_APP_FUNC(0x027FC310, DateTime, X509Certificate2_get_NotAfter, (X509Certificate2 * __this, MethodInfo * method)); DO_APP_FUNC(0x027FC320, DateTime, X509Certificate2_get_NotBefore, (X509Certificate2 * __this, MethodInfo * method)); DO_APP_FUNC(0x027FC330, PublicKey *, X509Certificate2_get_PublicKey, (X509Certificate2 * __this, MethodInfo * method)); DO_APP_FUNC(0x027FC580, Byte__Array *, X509Certificate2_get_RawData, (X509Certificate2 * __this, MethodInfo * method)); DO_APP_FUNC(0x025FC940, String *, X509Certificate2_get_SerialNumber, (X509Certificate2 * __this, MethodInfo * method)); DO_APP_FUNC(0x027FC6E0, Oid *, X509Certificate2_get_SignatureAlgorithm, (X509Certificate2 * __this, MethodInfo * method)); DO_APP_FUNC(0x027FC940, X500DistinguishedName *, X509Certificate2_get_SubjectName, (X509Certificate2 * __this, MethodInfo * method)); DO_APP_FUNC(0x027FCA40, String *, X509Certificate2_get_Thumbprint, (X509Certificate2 * __this, MethodInfo * method)); DO_APP_FUNC(0x027FCA80, int32_t, X509Certificate2_get_Version, (X509Certificate2 * __this, MethodInfo * method)); DO_APP_FUNC(0x027FCB20, X509ContentType__Enum, X509Certificate2_GetCertContentType, (Byte__Array * rawData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCAC8, X509Certificate2_GetCertContentType__MethodInfo); DO_APP_FUNC(0x027FCBD0, X509ContentType__Enum, X509Certificate2_GetCertContentType_1, (String * fileName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCA98, X509Certificate2_GetCertContentType_1__MethodInfo); DO_APP_FUNC(0x027FCD40, String *, X509Certificate2_GetNameInfo, (X509Certificate2 * __this, X509NameType__Enum nameType, bool forIssuer, MethodInfo * method)); DO_APP_FUNC(0x027FCD90, String *, X509Certificate2_ToString, (X509Certificate2 * __this, MethodInfo * method)); DO_APP_FUNC(0x027FCDA0, String *, X509Certificate2_ToString_1, (X509Certificate2 * __this, bool verbose, MethodInfo * method)); DO_APP_FUNC(0x027FDE20, void, X509Certificate2_Import, (X509Certificate2 * __this, Byte__Array * rawData, MethodInfo * method)); DO_APP_FUNC(0x027FDE30, void, X509Certificate2_Import_1, (X509Certificate2 * __this, Byte__Array * rawData, String * password, X509KeyStorageFlags__Enum keyStorageFlags, MethodInfo * method)); DO_APP_FUNC(0x027FDE50, void, X509Certificate2_Import_2, (X509Certificate2 * __this, Byte__Array * rawData, SecureString * password, X509KeyStorageFlags__Enum keyStorageFlags, MethodInfo * method)); DO_APP_FUNC(0x027FDE70, void, X509Certificate2_Import_3, (X509Certificate2 * __this, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x027FDE80, void, X509Certificate2_Import_4, (X509Certificate2 * __this, String * fileName, String * password, X509KeyStorageFlags__Enum keyStorageFlags, MethodInfo * method)); DO_APP_FUNC(0x027FDEA0, void, X509Certificate2_Import_5, (X509Certificate2 * __this, String * fileName, SecureString * password, X509KeyStorageFlags__Enum keyStorageFlags, MethodInfo * method)); DO_APP_FUNC(0x027FDEC0, bool, X509Certificate2_Verify, (X509Certificate2 * __this, MethodInfo * method)); DO_APP_FUNC(0x027FDF00, X509Extension *, X509Certificate2_CreateCustomExtensionIfAny, (Oid * oid, MethodInfo * method)); DO_APP_FUNC(0x027FE440, X509Certificate2Impl *, X509Certificate2_get_Impl, (X509Certificate2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01942690, void, X509Certificate2Collection__ctor, (X509Certificate2Collection * __this, MethodInfo * method)); DO_APP_FUNC(0x027FE500, void, X509Certificate2Collection__ctor_1, (X509Certificate2Collection * __this, X509Certificate2Collection * certificates, MethodInfo * method)); DO_APP_FUNC(0x027FE5A0, void, X509Certificate2Collection__ctor_2, (X509Certificate2Collection * __this, X509Certificate2 * certificate, MethodInfo * method)); DO_APP_FUNC(0x027FE640, void, X509Certificate2Collection__ctor_3, (X509Certificate2Collection * __this, X509Certificate2__Array * certificates, MethodInfo * method)); DO_APP_FUNC(0x027FE710, X509Certificate2 *, X509Certificate2Collection_get_Item, (X509Certificate2Collection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC9E8, X509Certificate2Collection_get_Item__MethodInfo); DO_APP_FUNC(0x027372E0, void, X509Certificate2Collection_set_Item, (X509Certificate2Collection * __this, int32_t index, X509Certificate2 * value, MethodInfo * method)); DO_APP_FUNC(0x027FE890, int32_t, X509Certificate2Collection_Add, (X509Certificate2Collection * __this, X509Certificate2 * certificate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCA18, X509Certificate2Collection_Add__MethodInfo); DO_APP_FUNC(0x027FE920, void, X509Certificate2Collection_AddRange, (X509Certificate2Collection * __this, X509Certificate2__Array * certificates, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCA00, X509Certificate2Collection_AddRange__MethodInfo); DO_APP_FUNC(0x027FE9E0, void, X509Certificate2Collection_AddRange_1, (X509Certificate2Collection * __this, X509Certificate2Collection * certificates, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCA08, X509Certificate2Collection_AddRange_1__MethodInfo); DO_APP_FUNC(0x027FEA70, bool, X509Certificate2Collection_Contains, (X509Certificate2Collection * __this, X509Certificate2 * certificate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCA78, X509Certificate2Collection_Contains__MethodInfo); DO_APP_FUNC(0x027FECD0, Byte__Array *, X509Certificate2Collection_Export, (X509Certificate2Collection * __this, X509ContentType__Enum contentType, MethodInfo * method)); DO_APP_FUNC(0x027FEE60, Byte__Array *, X509Certificate2Collection_Export_1, (X509Certificate2Collection * __this, X509ContentType__Enum contentType, String * password, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCA90, X509Certificate2Collection_Export_1__MethodInfo); DO_APP_FUNC(0x027FF000, String *, X509Certificate2Collection_GetKeyIdentifier, (X509Certificate2Collection * __this, X509Certificate2 * x, MethodInfo * method)); DO_APP_FUNC(0x027FF0E0, X509Certificate2Collection *, X509Certificate2Collection_Find, (X509Certificate2Collection * __this, X509FindType__Enum findType, Object * findValue, bool validOnly, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCA70, X509Certificate2Collection_Find__MethodInfo); DO_APP_FUNC(0x02800570, X509Certificate2Enumerator *, X509Certificate2Collection_GetEnumerator, (X509Certificate2Collection * __this, MethodInfo * method)); DO_APP_FUNC(0x02800660, void, X509Certificate2Collection_Import, (X509Certificate2Collection * __this, Byte__Array * rawData, MethodInfo * method)); DO_APP_FUNC(0x028006F0, void, X509Certificate2Collection_Import_1, (X509Certificate2Collection * __this, Byte__Array * rawData, String * password, X509KeyStorageFlags__Enum keyStorageFlags, MethodInfo * method)); DO_APP_FUNC(0x028007B0, void, X509Certificate2Collection_Import_2, (X509Certificate2Collection * __this, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x02800850, void, X509Certificate2Collection_Import_3, (X509Certificate2Collection * __this, String * fileName, String * password, X509KeyStorageFlags__Enum keyStorageFlags, MethodInfo * method)); DO_APP_FUNC(0x02800910, void, X509Certificate2Collection_Insert, (X509Certificate2Collection * __this, int32_t index, X509Certificate2 * certificate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC990, X509Certificate2Collection_Insert__MethodInfo); DO_APP_FUNC(0x02800A90, void, X509Certificate2Collection_Remove, (X509Certificate2Collection * __this, X509Certificate2 * certificate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC9C8, X509Certificate2Collection_Remove__MethodInfo); DO_APP_FUNC(0x02800C20, void, X509Certificate2Collection_RemoveRange, (X509Certificate2Collection * __this, X509Certificate2__Array * certificates, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC9D0, X509Certificate2Collection_RemoveRange__MethodInfo); DO_APP_FUNC(0x02800CD0, void, X509Certificate2Collection_RemoveRange_1, (X509Certificate2Collection * __this, X509Certificate2Collection * certificates, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC9D8, X509Certificate2Collection_RemoveRange_1__MethodInfo); DO_APP_FUNC(0x02800DB0, void, X509Certificate2Collection__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02800ED0, void, X509Certificate2Enumerator__ctor, (X509Certificate2Enumerator * __this, X509Certificate2Collection * collection, MethodInfo * method)); DO_APP_FUNC(0x02800F80, X509Certificate2 *, X509Certificate2Enumerator_get_Current, (X509Certificate2Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02801020, bool, X509Certificate2Enumerator_MoveNext, (X509Certificate2Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02801070, void, X509Certificate2Enumerator_Reset, (X509Certificate2Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x028010C0, Object *, X509Certificate2Enumerator_System_Collections_IEnumerator_get_Current, (X509Certificate2Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02801110, bool, X509Certificate2Enumerator_System_Collections_IEnumerator_MoveNext, (X509Certificate2Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02801160, void, X509Certificate2Enumerator_System_Collections_IEnumerator_Reset, (X509Certificate2Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x028011B0, void, X509Certificate2Enumerator__ctor_1, (X509Certificate2Enumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC940, X509Certificate2Enumerator__ctor_1__MethodInfo); DO_APP_FUNC(0x028011E0, X509CertificateImpl *, X509Certificate2Impl_CopyWithPrivateKey, (X509Certificate2Impl * __this, RSA * privateKey, MethodInfo * method)); DO_APP_FUNC(0x02801290, X509Certificate *, X509Certificate2Impl_CreateCertificate, (X509Certificate2Impl * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, X509Certificate2Impl__ctor, (X509Certificate2Impl * __this, MethodInfo * method)); DO_APP_FUNC(0x02801300, bool, X509Certificate2ImplMono_get_IsValid, (X509Certificate2ImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x02801310, void *, X509Certificate2ImplMono_get_Handle, (X509Certificate2ImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x02801350, void *, X509Certificate2ImplMono_GetNativeAppleCertificate, (X509Certificate2ImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x00B481B0, void, X509Certificate2ImplMono__ctor, (X509Certificate2ImplMono * __this, X509Certificate_1 * cert, MethodInfo * method)); DO_APP_FUNC(0x02801390, void, X509Certificate2ImplMono__ctor_1, (X509Certificate2ImplMono * __this, X509Certificate2ImplMono * other, MethodInfo * method)); DO_APP_FUNC(0x02801490, void, X509Certificate2ImplMono__ctor_2, (X509Certificate2ImplMono * __this, Byte__Array * rawData, SafePasswordHandle * password, X509KeyStorageFlags__Enum keyStorageFlags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC978, X509Certificate2ImplMono__ctor_2__MethodInfo); DO_APP_FUNC(0x02801730, X509CertificateImpl *, X509Certificate2ImplMono_Clone, (X509Certificate2ImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x028018B0, X509Certificate_1 *, X509Certificate2ImplMono_get_Cert, (X509Certificate2ImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x02801900, Byte__Array *, X509Certificate2ImplMono_GetRawCertData, (X509Certificate2ImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x028019B0, bool, X509Certificate2ImplMono_Equals, (X509Certificate2ImplMono * __this, X509CertificateImpl * other, bool * result, MethodInfo * method)); DO_APP_FUNC(0x028019C0, void, X509Certificate2ImplMono__ctor_3, (X509Certificate2ImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x02801A20, bool, X509Certificate2ImplMono_get_HasPrivateKey, (X509Certificate2ImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x02801A50, AsymmetricAlgorithm *, X509Certificate2ImplMono_get_PrivateKey, (X509Certificate2ImplMono * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC980, X509Certificate2ImplMono_get_PrivateKey__MethodInfo); DO_APP_FUNC(0x02801EE0, void, X509Certificate2ImplMono_set_PrivateKey, (X509Certificate2ImplMono * __this, AsymmetricAlgorithm * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC948, X509Certificate2ImplMono_set_PrivateKey__MethodInfo); DO_APP_FUNC(0x028021B0, RSA *, X509Certificate2ImplMono_GetRSAPrivateKey, (X509Certificate2ImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x02802250, DSA *, X509Certificate2ImplMono_GetDSAPrivateKey, (X509Certificate2ImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x028022F0, PublicKey *, X509Certificate2ImplMono_get_PublicKey, (X509Certificate2ImplMono * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC8A8, X509Certificate2ImplMono_get_PublicKey__MethodInfo); DO_APP_FUNC(0x028024C0, X509Certificate_1 *, X509Certificate2ImplMono_ImportPkcs12, (X509Certificate2ImplMono * __this, Byte__Array * rawData, SafePasswordHandle * password, MethodInfo * method)); DO_APP_FUNC(0x02802560, X509Certificate_1 *, X509Certificate2ImplMono_ImportPkcs12_1, (X509Certificate2ImplMono * __this, Byte__Array * rawData, String * password, MethodInfo * method)); DO_APP_FUNC(0x02802DF0, void, X509Certificate2ImplMono_Reset, (X509Certificate2ImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x02802FB0, bool, X509Certificate2ImplMono_Verify, (X509Certificate2ImplMono * __this, X509Certificate2 * thisCertificate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC8B8, X509Certificate2ImplMono_Verify__MethodInfo); DO_APP_FUNC(0x028030B0, X509ContentType__Enum, X509Certificate2ImplMono_GetCertContentType, (Byte__Array * rawData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC848, X509Certificate2ImplMono_GetCertContentType__MethodInfo); DO_APP_FUNC(0x02803420, X509ContentType__Enum, X509Certificate2ImplMono_GetCertContentType_1, (String * fileName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC870, X509Certificate2ImplMono_GetCertContentType_1__MethodInfo); DO_APP_FUNC(0x004B2C80, X509CertificateImplCollection *, X509Certificate2ImplMono_get_IntermediateCertificates, (X509Certificate2ImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x0070EC40, X509Certificate_1 *, X509Certificate2ImplMono_get_MonoCertificate, (X509Certificate2ImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, X509Certificate2Impl *, X509Certificate2ImplMono_get_FallbackImpl, (X509Certificate2ImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x02803530, void, X509Certificate2ImplMono__cctor, (MethodInfo * method)); DO_APP_FUNC(0x028036B0, void, X509Certificate2ImplUnix_EnsureCertData, (X509Certificate2ImplUnix * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, X509Certificate2ImplUnix_get_Archived, (X509Certificate2ImplUnix * __this, MethodInfo * method)); DO_APP_FUNC(0x02803840, void, X509Certificate2ImplUnix_set_Archived, (X509Certificate2ImplUnix * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC8F8, X509Certificate2ImplUnix_set_Archived__MethodInfo); DO_APP_FUNC(0x028038C0, String *, X509Certificate2ImplUnix_get_KeyAlgorithm, (X509Certificate2ImplUnix * __this, MethodInfo * method)); DO_APP_FUNC(0x028038E0, Byte__Array *, X509Certificate2ImplUnix_get_KeyAlgorithmParameters, (X509Certificate2ImplUnix * __this, MethodInfo * method)); DO_APP_FUNC(0x02803900, Byte__Array *, X509Certificate2ImplUnix_get_PublicKeyValue, (X509Certificate2ImplUnix * __this, MethodInfo * method)); DO_APP_FUNC(0x02803920, Byte__Array *, X509Certificate2ImplUnix_get_SerialNumber, (X509Certificate2ImplUnix * __this, MethodInfo * method)); DO_APP_FUNC(0x02803940, String *, X509Certificate2ImplUnix_get_SignatureAlgorithm, (X509Certificate2ImplUnix * __this, MethodInfo * method)); DO_APP_FUNC(0x02803960, String *, X509Certificate2ImplUnix_get_FriendlyName, (X509Certificate2ImplUnix * __this, MethodInfo * method)); DO_APP_FUNC(0x028039A0, void, X509Certificate2ImplUnix_set_FriendlyName, (X509Certificate2ImplUnix * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC910, X509Certificate2ImplUnix_set_FriendlyName__MethodInfo); DO_APP_FUNC(0x02803A20, int32_t, X509Certificate2ImplUnix_get_Version, (X509Certificate2ImplUnix * __this, MethodInfo * method)); DO_APP_FUNC(0x02803A40, X500DistinguishedName *, X509Certificate2ImplUnix_get_SubjectName, (X509Certificate2ImplUnix * __this, MethodInfo * method)); DO_APP_FUNC(0x02803A60, X500DistinguishedName *, X509Certificate2ImplUnix_get_IssuerName, (X509Certificate2ImplUnix * __this, MethodInfo * method)); DO_APP_FUNC(0x02803A80, String *, X509Certificate2ImplUnix_get_Subject, (X509Certificate2ImplUnix * __this, MethodInfo * method)); DO_APP_FUNC(0x02803AB0, String *, X509Certificate2ImplUnix_get_Issuer, (X509Certificate2ImplUnix * __this, MethodInfo * method)); DO_APP_FUNC(0x02803AE0, String *, X509Certificate2ImplUnix_get_LegacySubject, (X509Certificate2ImplUnix * __this, MethodInfo * method)); DO_APP_FUNC(0x02803B20, String *, X509Certificate2ImplUnix_get_LegacyIssuer, (X509Certificate2ImplUnix * __this, MethodInfo * method)); DO_APP_FUNC(0x02803B60, Byte__Array *, X509Certificate2ImplUnix_get_RawData, (X509Certificate2ImplUnix * __this, MethodInfo * method)); DO_APP_FUNC(0x02803B80, Byte__Array *, X509Certificate2ImplUnix_get_Thumbprint, (X509Certificate2ImplUnix * __this, MethodInfo * method)); DO_APP_FUNC(0x02803D70, String *, X509Certificate2ImplUnix_GetNameInfo, (X509Certificate2ImplUnix * __this, X509NameType__Enum nameType, bool forIssuer, MethodInfo * method)); DO_APP_FUNC(0x02803DB0, IEnumerable_1_System_Security_Cryptography_X509Certificates_X509Extension_ *, X509Certificate2ImplUnix_get_Extensions, (X509Certificate2ImplUnix * __this, MethodInfo * method)); DO_APP_FUNC(0x02803DD0, DateTime, X509Certificate2ImplUnix_get_NotAfter, (X509Certificate2ImplUnix * __this, MethodInfo * method)); DO_APP_FUNC(0x02803E70, DateTime, X509Certificate2ImplUnix_get_NotBefore, (X509Certificate2ImplUnix * __this, MethodInfo * method)); DO_APP_FUNC(0x02803F10, void, X509Certificate2ImplUnix_AppendPrivateKeyInfo, (X509Certificate2ImplUnix * __this, StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x0192F500, void, X509Certificate2ImplUnix_Reset, (X509Certificate2ImplUnix * __this, MethodInfo * method)); DO_APP_FUNC(0x02803FD0, Byte__Array *, X509Certificate2ImplUnix_Export, (X509Certificate2ImplUnix * __this, X509ContentType__Enum contentType, SafePasswordHandle * password, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC8D8, X509Certificate2ImplUnix_Export__MethodInfo); DO_APP_FUNC(0x028041B0, Byte__Array *, X509Certificate2ImplUnix_ExportPkcs12, (X509Certificate2ImplUnix * __this, SafePasswordHandle * password, MethodInfo * method)); DO_APP_FUNC(0x02804240, Byte__Array *, X509Certificate2ImplUnix_ExportPkcs12_1, (X509Certificate2ImplUnix * __this, String * password, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, X509Certificate2ImplUnix__ctor, (X509Certificate2ImplUnix * __this, MethodInfo * method)); DO_APP_FUNC(0x01942690, void, X509CertificateCollection__ctor, (X509CertificateCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x028046D0, void, X509CertificateCollection__ctor_1, (X509CertificateCollection * __this, X509Certificate__Array * value, MethodInfo * method)); DO_APP_FUNC(0x028047A0, void, X509CertificateCollection__ctor_2, (X509CertificateCollection * __this, X509CertificateCollection * value, MethodInfo * method)); DO_APP_FUNC(0x028047D0, X509Certificate *, X509CertificateCollection_get_Item, (X509CertificateCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x027372E0, void, X509CertificateCollection_set_Item, (X509CertificateCollection * __this, int32_t index, X509Certificate * value, MethodInfo * method)); DO_APP_FUNC(0x02804870, int32_t, X509CertificateCollection_Add, (X509CertificateCollection * __this, X509Certificate * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC810, X509CertificateCollection_Add__MethodInfo); DO_APP_FUNC(0x02804900, void, X509CertificateCollection_AddRange, (X509CertificateCollection * __this, X509Certificate__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC818, X509CertificateCollection_AddRange__MethodInfo); DO_APP_FUNC(0x028049C0, void, X509CertificateCollection_AddRange_1, (X509CertificateCollection * __this, X509CertificateCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC808, X509CertificateCollection_AddRange_1__MethodInfo); DO_APP_FUNC(0x02804AA0, bool, X509CertificateCollection_Contains, (X509CertificateCollection * __this, X509Certificate * value, MethodInfo * method)); DO_APP_FUNC(0x01B68650, void, X509CertificateCollection_CopyTo, (X509CertificateCollection * __this, X509Certificate__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02804C30, X509CertificateCollection_X509CertificateEnumerator *, X509CertificateCollection_GetEnumerator, (X509CertificateCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACA570, int32_t, X509CertificateCollection_GetHashCode, (X509CertificateCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x01B68BC0, int32_t, X509CertificateCollection_IndexOf, (X509CertificateCollection * __this, X509Certificate * value, MethodInfo * method)); DO_APP_FUNC(0x02737530, void, X509CertificateCollection_Insert, (X509CertificateCollection * __this, int32_t index, X509Certificate * value, MethodInfo * method)); DO_APP_FUNC(0x02804D20, void, X509CertificateCollection_Remove, (X509CertificateCollection * __this, X509Certificate * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC7F8, X509CertificateCollection_Remove__MethodInfo); DO_APP_FUNC(0x0193F020, bool, X509CertificateCollection_Compare, (X509CertificateCollection * __this, Byte__Array * array1, Byte__Array * array2, MethodInfo * method)); DO_APP_FUNC(0x02804E50, void, X509CertificateCollection_X509CertificateEnumerator__ctor, (X509CertificateCollection_X509CertificateEnumerator * __this, X509CertificateCollection * mappings, MethodInfo * method)); DO_APP_FUNC(0x02804F00, X509Certificate *, X509CertificateCollection_X509CertificateEnumerator_get_Current, (X509CertificateCollection_X509CertificateEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02804FA0, Object *, X509CertificateCollection_X509CertificateEnumerator_System_Collections_IEnumerator_get_Current, (X509CertificateCollection_X509CertificateEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02804FF0, bool, X509CertificateCollection_X509CertificateEnumerator_System_Collections_IEnumerator_MoveNext, (X509CertificateCollection_X509CertificateEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02805040, void, X509CertificateCollection_X509CertificateEnumerator_System_Collections_IEnumerator_Reset, (X509CertificateCollection_X509CertificateEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02805090, bool, X509CertificateCollection_X509CertificateEnumerator_MoveNext, (X509CertificateCollection_X509CertificateEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x028050E0, void, X509CertificateCollection_X509CertificateEnumerator_Reset, (X509CertificateCollection_X509CertificateEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02805130, void, X509CertificateImplCollection__ctor, (X509CertificateImplCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02805200, void, X509CertificateImplCollection__ctor_1, (X509CertificateImplCollection * __this, X509CertificateImplCollection * other, MethodInfo * method)); DO_APP_FUNC(0x028054B0, int32_t, X509CertificateImplCollection_get_Count, (X509CertificateImplCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02805500, X509CertificateImpl *, X509CertificateImplCollection_get_Item, (X509CertificateImplCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02805580, void, X509CertificateImplCollection_Add, (X509CertificateImplCollection * __this, X509CertificateImpl * impl, bool takeOwnership, MethodInfo * method)); DO_APP_FUNC(0x02805610, X509CertificateImplCollection *, X509CertificateImplCollection_Clone, (X509CertificateImplCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02805680, void, X509CertificateImplCollection_Dispose, (X509CertificateImplCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x028056F0, void, X509CertificateImplCollection_Dispose_1, (X509CertificateImplCollection * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x0195B920, void, X509CertificateImplCollection_Finalize, (X509CertificateImplCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x028058A0, X509ChainImpl *, X509Chain_get_Impl, (X509Chain * __this, MethodInfo * method)); DO_APP_FUNC(0x01A09E80, bool, X509Chain_get_IsValid, (X509Chain * __this, MethodInfo * method)); DO_APP_FUNC(0x02805900, void, X509Chain_ThrowIfContextInvalid, (X509Chain * __this, MethodInfo * method)); DO_APP_FUNC(0x02805960, void, X509Chain__ctor, (X509Chain * __this, MethodInfo * method)); DO_APP_FUNC(0x02805970, void, X509Chain__ctor_1, (X509Chain * __this, bool useMachineContext, MethodInfo * method)); DO_APP_FUNC(0x02805A30, void, X509Chain__ctor_2, (X509Chain * __this, X509ChainImpl * impl, MethodInfo * method)); DO_APP_FUNC(0x02805AE0, void, X509Chain__ctor_3, (X509Chain * __this, void * chainContext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC7D8, X509Chain__ctor_3__MethodInfo); DO_APP_FUNC(0x02805B30, void *, X509Chain_get_ChainContext, (X509Chain * __this, MethodInfo * method)); DO_APP_FUNC(0x02805BC0, X509ChainElementCollection *, X509Chain_get_ChainElements, (X509Chain * __this, MethodInfo * method)); DO_APP_FUNC(0x02805C40, X509ChainPolicy *, X509Chain_get_ChainPolicy, (X509Chain * __this, MethodInfo * method)); DO_APP_FUNC(0x02805CC0, void, X509Chain_set_ChainPolicy, (X509Chain * __this, X509ChainPolicy * value, MethodInfo * method)); DO_APP_FUNC(0x02805D40, X509ChainStatus__Array *, X509Chain_get_ChainStatus, (X509Chain * __this, MethodInfo * method)); DO_APP_FUNC(0x02805DC0, SafeX509ChainHandle *, X509Chain_get_SafeHandle, (X509Chain * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC7E0, X509Chain_get_SafeHandle__MethodInfo); DO_APP_FUNC(0x02805E10, bool, X509Chain_Build, (X509Chain * __this, X509Certificate2 * certificate, MethodInfo * method)); DO_APP_FUNC(0x02805EA0, void, X509Chain_Reset, (X509Chain * __this, MethodInfo * method)); DO_APP_FUNC(0x02805F10, X509Chain *, X509Chain_Create, (MethodInfo * method)); DO_APP_FUNC(0x02805F70, void, X509Chain_Dispose, (X509Chain * __this, MethodInfo * method)); DO_APP_FUNC(0x02805FE0, void, X509Chain_Dispose_1, (X509Chain * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x0195B920, void, X509Chain_Finalize, (X509Chain * __this, MethodInfo * method)); DO_APP_FUNC(0x028060B0, void, X509ChainElement__ctor, (X509ChainElement * __this, X509Certificate2 * certificate, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, X509Certificate2 *, X509ChainElement_get_Certificate, (X509ChainElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, X509ChainStatus__Array *, X509ChainElement_get_ChainElementStatus, (X509ChainElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, X509ChainElement_get_Information, (X509ChainElement * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, X509ChainStatusFlags__Enum, X509ChainElement_get_StatusFlags, (X509ChainElement * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, X509ChainElement_set_StatusFlags, (X509ChainElement * __this, X509ChainStatusFlags__Enum value, MethodInfo * method)); DO_APP_FUNC(0x028061B0, int32_t, X509ChainElement_Count, (X509ChainElement * __this, X509ChainStatusFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x028061E0, void, X509ChainElement_Set, (X509ChainElement * __this, X509ChainStatus__Array * status, int32_t * position, X509ChainStatusFlags__Enum flags, X509ChainStatusFlags__Enum mask, MethodInfo * method)); DO_APP_FUNC(0x028062A0, void, X509ChainElement_UncompressFlags, (X509ChainElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02807050, void, X509ChainElement__ctor_1, (X509ChainElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC788, X509ChainElement__ctor_1__MethodInfo); DO_APP_FUNC(0x02807080, void, X509ChainElementCollection__ctor, (X509ChainElementCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x01B68390, int32_t, X509ChainElementCollection_get_Count, (X509ChainElementCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6C550, bool, X509ChainElementCollection_get_IsSynchronized, (X509ChainElementCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02807130, X509ChainElement *, X509ChainElementCollection_get_Item, (X509ChainElementCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01B68620, Object *, X509ChainElementCollection_get_SyncRoot, (X509ChainElementCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x01B68650, void, X509ChainElementCollection_CopyTo, (X509ChainElementCollection * __this, X509ChainElement__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01B68650, void, X509ChainElementCollection_System_Collections_ICollection_CopyTo, (X509ChainElementCollection * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x028071D0, X509ChainElementEnumerator *, X509ChainElementCollection_GetEnumerator, (X509ChainElementCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02807240, IEnumerator *, X509ChainElementCollection_System_Collections_IEnumerable_GetEnumerator, (X509ChainElementCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x028072B0, void, X509ChainElementCollection_Add, (X509ChainElementCollection * __this, X509Certificate2 * certificate, MethodInfo * method)); DO_APP_FUNC(0x027373D0, void, X509ChainElementCollection_Clear, (X509ChainElementCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02807410, bool, X509ChainElementCollection_Contains, (X509ChainElementCollection * __this, X509Certificate2 * certificate, MethodInfo * method)); DO_APP_FUNC(0x02807550, void, X509ChainElementEnumerator__ctor, (X509ChainElementEnumerator * __this, IEnumerable * enumerable, MethodInfo * method)); DO_APP_FUNC(0x02807600, X509ChainElement *, X509ChainElementEnumerator_get_Current, (X509ChainElementEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x028076A0, Object *, X509ChainElementEnumerator_System_Collections_IEnumerator_get_Current, (X509ChainElementEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x028076F0, bool, X509ChainElementEnumerator_MoveNext, (X509ChainElementEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02807740, void, X509ChainElementEnumerator_Reset, (X509ChainElementEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02807790, void, X509ChainElementEnumerator__ctor_1, (X509ChainElementEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC760, X509ChainElementEnumerator__ctor_1__MethodInfo); DO_APP_FUNC(0x028077C0, void, X509ChainImpl_ThrowIfContextInvalid, (X509ChainImpl * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC768, X509ChainImpl_ThrowIfContextInvalid__MethodInfo); DO_APP_FUNC(0x02807810, void, X509ChainImpl_Dispose, (X509ChainImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, X509ChainImpl_Dispose_1, (X509ChainImpl * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02213E10, void, X509ChainImpl_Finalize, (X509ChainImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, X509ChainImpl__ctor, (X509ChainImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02807880, void, X509ChainImplMono__ctor, (X509ChainImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x02807890, void, X509ChainImplMono__ctor_1, (X509ChainImplMono * __this, bool useMachineContext, MethodInfo * method)); DO_APP_FUNC(0x028079E0, void, X509ChainImplMono__ctor_2, (X509ChainImplMono * __this, void * chainContext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC750, X509ChainImplMono__ctor_2__MethodInfo); DO_APP_FUNC(0x00418D30, bool, X509ChainImplMono_get_IsValid, (X509ChainImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x02807A30, void *, X509ChainImplMono_get_Handle, (X509ChainImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, X509ChainElementCollection *, X509ChainImplMono_get_ChainElements, (X509ChainImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, X509ChainPolicy *, X509ChainImplMono_get_ChainPolicy, (X509ChainImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, X509ChainImplMono_set_ChainPolicy, (X509ChainImplMono * __this, X509ChainPolicy * value, MethodInfo * method)); DO_APP_FUNC(0x02807A70, X509ChainStatus__Array *, X509ChainImplMono_get_ChainStatus, (X509ChainImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, X509ChainImplMono_AddStatus, (X509ChainImplMono * __this, X509ChainStatusFlags__Enum error, MethodInfo * method)); DO_APP_FUNC(0x02807AE0, bool, X509ChainImplMono_Build, (X509ChainImplMono * __this, X509Certificate2 * certificate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC780, X509ChainImplMono_Build__MethodInfo); DO_APP_FUNC(0x028082B0, void, X509ChainImplMono_Reset, (X509ChainImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x028086B0, X509Certificate2Collection *, X509ChainImplMono_get_Roots, (X509ChainImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x028088B0, X509Certificate2Collection *, X509ChainImplMono_get_CertificateAuthorities, (X509ChainImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x02808AB0, X509Store *, X509ChainImplMono_get_LMRootStore, (X509ChainImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x02808BA0, X509Store *, X509ChainImplMono_get_UserRootStore, (X509ChainImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x02808C90, X509Store *, X509ChainImplMono_get_LMCAStore, (X509ChainImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x02808D80, X509Store *, X509ChainImplMono_get_UserCAStore, (X509ChainImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x02808E70, X509Certificate2Collection *, X509ChainImplMono_get_CertificateCollection, (X509ChainImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x02809110, X509ChainStatusFlags__Enum, X509ChainImplMono_BuildChainFrom, (X509ChainImplMono * __this, X509Certificate2 * certificate, MethodInfo * method)); DO_APP_FUNC(0x02809350, X509Certificate2 *, X509ChainImplMono_SelectBestFromCollection, (X509ChainImplMono * __this, X509Certificate2 * child, X509Certificate2Collection * c, MethodInfo * method)); DO_APP_FUNC(0x02809580, X509Certificate2 *, X509ChainImplMono_FindParent, (X509ChainImplMono * __this, X509Certificate2 * certificate, MethodInfo * method)); DO_APP_FUNC(0x02809730, bool, X509ChainImplMono_IsChainComplete, (X509ChainImplMono * __this, X509Certificate2 * certificate, MethodInfo * method)); DO_APP_FUNC(0x02809870, bool, X509ChainImplMono_IsSelfIssued, (X509ChainImplMono * __this, X509Certificate2 * certificate, MethodInfo * method)); DO_APP_FUNC(0x02809900, void, X509ChainImplMono_ValidateChain, (X509ChainImplMono * __this, X509ChainStatusFlags__Enum flag, MethodInfo * method)); DO_APP_FUNC(0x02809BE0, void, X509ChainImplMono_Process, (X509ChainImplMono * __this, int32_t n, MethodInfo * method)); DO_APP_FUNC(0x02809F80, void, X509ChainImplMono_PrepareForNextCertificate, (X509ChainImplMono * __this, int32_t n, MethodInfo * method)); DO_APP_FUNC(0x0280A330, void, X509ChainImplMono_WrapUp, (X509ChainImplMono * __this, MethodInfo * method)); DO_APP_FUNC(0x0280A440, void, X509ChainImplMono_ProcessCertificateExtensions, (X509ChainImplMono * __this, X509ChainElement * element, MethodInfo * method)); DO_APP_FUNC(0x0280A5D0, bool, X509ChainImplMono_IsSignedWith, (X509ChainImplMono * __this, X509Certificate2 * signed_1, AsymmetricAlgorithm * pubkey, MethodInfo * method)); DO_APP_FUNC(0x0280A620, String *, X509ChainImplMono_GetSubjectKeyIdentifier, (X509ChainImplMono * __this, X509Certificate2 * certificate, MethodInfo * method)); DO_APP_FUNC(0x0280A6E0, String *, X509ChainImplMono_GetAuthorityKeyIdentifier, (X509Certificate2 * certificate, MethodInfo * method)); DO_APP_FUNC(0x0280A780, String *, X509ChainImplMono_GetAuthorityKeyIdentifier_1, (X509Crl * crl, MethodInfo * method)); DO_APP_FUNC(0x0280A810, String *, X509ChainImplMono_GetAuthorityKeyIdentifier_2, (X509Extension_1 * ext, MethodInfo * method)); DO_APP_FUNC(0x0280AAB0, void, X509ChainImplMono_CheckRevocationOnChain, (X509ChainImplMono * __this, X509ChainStatusFlags__Enum flag, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC730, X509ChainImplMono_CheckRevocationOnChain__MethodInfo); DO_APP_FUNC(0x0280ACF0, X509ChainStatusFlags__Enum, X509ChainImplMono_CheckRevocation, (X509ChainImplMono * __this, X509Certificate2 * certificate, int32_t ca, bool online, MethodInfo * method)); DO_APP_FUNC(0x0280AE70, X509ChainStatusFlags__Enum, X509ChainImplMono_CheckRevocation_1, (X509ChainImplMono * __this, X509Certificate2 * certificate, X509Certificate2 * ca_cert, bool online, MethodInfo * method)); DO_APP_FUNC(0x0280B100, X509Crl *, X509ChainImplMono_CheckCrls, (String * subject, String * ski, X509Store_1 * store, MethodInfo * method)); DO_APP_FUNC(0x0280B4E0, X509Crl *, X509ChainImplMono_FindCrl, (X509ChainImplMono * __this, X509Certificate2 * caCertificate, MethodInfo * method)); DO_APP_FUNC(0x0280B690, bool, X509ChainImplMono_ProcessCrlExtensions, (X509ChainImplMono * __this, X509Crl * crl, MethodInfo * method)); DO_APP_FUNC(0x0280B930, bool, X509ChainImplMono_ProcessCrlEntryExtensions, (X509ChainImplMono * __this, X509Crl_X509CrlEntry * entry, MethodInfo * method)); DO_APP_FUNC(0x0280BB80, void, X509ChainImplMono__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0280BC30, void, X509ChainPolicy__ctor, (X509ChainPolicy * __this, MethodInfo * method)); DO_APP_FUNC(0x0280BC40, void, X509ChainPolicy__ctor_1, (X509ChainPolicy * __this, X509CertificateCollection * store, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, OidCollection *, X509ChainPolicy_get_ApplicationPolicy, (X509ChainPolicy * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, OidCollection *, X509ChainPolicy_get_CertificatePolicy, (X509ChainPolicy * __this, MethodInfo * method)); DO_APP_FUNC(0x0280BCA0, X509Certificate2Collection *, X509ChainPolicy_get_ExtraStore, (X509ChainPolicy * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, X509ChainPolicy_set_ExtraStore, (X509ChainPolicy * __this, X509Certificate2Collection * value, MethodInfo * method)); DO_APP_FUNC(0x003C5300, X509RevocationFlag__Enum, X509ChainPolicy_get_RevocationFlag, (X509ChainPolicy * __this, MethodInfo * method)); DO_APP_FUNC(0x0280BF30, void, X509ChainPolicy_set_RevocationFlag, (X509ChainPolicy * __this, X509RevocationFlag__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF728, X509ChainPolicy_set_RevocationFlag__MethodInfo); DO_APP_FUNC(0x00A6B650, X509RevocationMode__Enum, X509ChainPolicy_get_RevocationMode, (X509ChainPolicy * __this, MethodInfo * method)); DO_APP_FUNC(0x0280BFA0, void, X509ChainPolicy_set_RevocationMode, (X509ChainPolicy * __this, X509RevocationMode__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF710, X509ChainPolicy_set_RevocationMode__MethodInfo); DO_APP_FUNC(0x003C5320, TimeSpan, X509ChainPolicy_get_UrlRetrievalTimeout, (X509ChainPolicy * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F570, void, X509ChainPolicy_set_UrlRetrievalTimeout, (X509ChainPolicy * __this, TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, X509VerificationFlags__Enum, X509ChainPolicy_get_VerificationFlags, (X509ChainPolicy * __this, MethodInfo * method)); DO_APP_FUNC(0x0280C010, void, X509ChainPolicy_set_VerificationFlags, (X509ChainPolicy * __this, X509VerificationFlags__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF708, X509ChainPolicy_set_VerificationFlags__MethodInfo); DO_APP_FUNC(0x003CB370, DateTime, X509ChainPolicy_get_VerificationTime, (X509ChainPolicy * __this, MethodInfo * method)); DO_APP_FUNC(0x00725180, void, X509ChainPolicy_set_VerificationTime, (X509ChainPolicy * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x0280C090, void, X509ChainPolicy_Reset, (X509ChainPolicy * __this, MethodInfo * method)); DO_APP_FUNC(0x0280C290, void, X509ChainStatus__ctor, (X509ChainStatus * __this, X509ChainStatusFlags__Enum flag, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, X509ChainStatusFlags__Enum, X509ChainStatus_get_Status, (X509ChainStatus * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, X509ChainStatus_set_Status, (X509ChainStatus * __this, X509ChainStatusFlags__Enum value, MethodInfo * method)); DO_APP_FUNC(0x005DE470, String *, X509ChainStatus_get_StatusInformation, (X509ChainStatus * __this, MethodInfo * method)); DO_APP_FUNC(0x0066A570, void, X509ChainStatus_set_StatusInformation, (X509ChainStatus * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0280C300, String *, X509ChainStatus_GetInformation, (X509ChainStatusFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x0280C480, void, X509EnhancedKeyUsageExtension__ctor, (X509EnhancedKeyUsageExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0280C570, void, X509EnhancedKeyUsageExtension__ctor_1, (X509EnhancedKeyUsageExtension * __this, AsnEncodedData * encodedEnhancedKeyUsages, bool critical, MethodInfo * method)); DO_APP_FUNC(0x0280C6F0, void, X509EnhancedKeyUsageExtension__ctor_2, (X509EnhancedKeyUsageExtension * __this, OidCollection * enhancedKeyUsages, bool critical, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF760, X509EnhancedKeyUsageExtension__ctor_2__MethodInfo); DO_APP_FUNC(0x0280C990, OidCollection *, X509EnhancedKeyUsageExtension_get_EnhancedKeyUsages, (X509EnhancedKeyUsageExtension * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF788, X509EnhancedKeyUsageExtension_get_EnhancedKeyUsages__MethodInfo); DO_APP_FUNC(0x0280CB00, void, X509EnhancedKeyUsageExtension_CopyFrom, (X509EnhancedKeyUsageExtension * __this, AsnEncodedData * asnEncodedData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF690, X509EnhancedKeyUsageExtension_CopyFrom__MethodInfo); DO_APP_FUNC(0x0280CD20, AsnDecodeStatus__Enum, X509EnhancedKeyUsageExtension_Decode, (X509EnhancedKeyUsageExtension * __this, Byte__Array * extension, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF6A8, X509EnhancedKeyUsageExtension_Decode__MethodInfo); DO_APP_FUNC(0x0280CF40, Byte__Array *, X509EnhancedKeyUsageExtension_Encode, (X509EnhancedKeyUsageExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0280D1A0, String *, X509EnhancedKeyUsageExtension_ToString, (X509EnhancedKeyUsageExtension * __this, bool multiLine, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, X509Extension__ctor, (X509Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x0280D560, void, X509Extension__ctor_1, (X509Extension * __this, AsnEncodedData * encodedExtension, bool critical, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF670, X509Extension__ctor_1__MethodInfo); DO_APP_FUNC(0x0280D610, void, X509Extension__ctor_2, (X509Extension * __this, Oid * oid, Byte__Array * rawData, bool critical, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF680, X509Extension__ctor_2__MethodInfo); DO_APP_FUNC(0x0280D6B0, void, X509Extension__ctor_3, (X509Extension * __this, String * oid, Byte__Array * rawData, bool critical, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, X509Extension_get_Critical, (X509Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, X509Extension_set_Critical, (X509Extension * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0280D6E0, void, X509Extension_CopyFrom, (X509Extension * __this, AsnEncodedData * asnEncodedData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF6F0, X509Extension_CopyFrom__MethodInfo); DO_APP_FUNC(0x0280D8A0, String *, X509Extension_FormatUnkownData, (X509Extension * __this, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x0280DA90, void, X509ExtensionCollection__ctor, (X509ExtensionCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0280DB40, void, X509ExtensionCollection__ctor_1, (X509ExtensionCollection * __this, X509Certificate_1 * cert, MethodInfo * method)); DO_APP_FUNC(0x01B68390, int32_t, X509ExtensionCollection_get_Count, (X509ExtensionCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6C550, bool, X509ExtensionCollection_get_IsSynchronized, (X509ExtensionCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Object *, X509ExtensionCollection_get_SyncRoot, (X509ExtensionCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0280E2F0, X509Extension *, X509ExtensionCollection_get_Item, (X509ExtensionCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF6C0, X509ExtensionCollection_get_Item__MethodInfo); DO_APP_FUNC(0x0280E3F0, X509Extension *, X509ExtensionCollection_get_Item_1, (X509ExtensionCollection * __this, String * oid, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF6E8, X509ExtensionCollection_get_Item_1__MethodInfo); DO_APP_FUNC(0x0280E6C0, int32_t, X509ExtensionCollection_Add, (X509ExtensionCollection * __this, X509Extension * extension, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF6D8, X509ExtensionCollection_Add__MethodInfo); DO_APP_FUNC(0x0280E750, void, X509ExtensionCollection_CopyTo, (X509ExtensionCollection * __this, X509Extension__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF6E0, X509ExtensionCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x0280E890, void, X509ExtensionCollection_System_Collections_ICollection_CopyTo, (X509ExtensionCollection * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF608, X509ExtensionCollection_System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x0280E9F0, X509ExtensionEnumerator *, X509ExtensionCollection_GetEnumerator, (X509ExtensionCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0280EAC0, IEnumerator *, X509ExtensionCollection_System_Collections_IEnumerable_GetEnumerator, (X509ExtensionCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0280EB90, void, X509ExtensionCollection__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0280EC40, void, X509ExtensionEnumerator__ctor, (X509ExtensionEnumerator * __this, ArrayList * list, MethodInfo * method)); DO_APP_FUNC(0x0280ECC0, X509Extension *, X509ExtensionEnumerator_get_Current, (X509ExtensionEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x0280ED60, Object *, X509ExtensionEnumerator_System_Collections_IEnumerator_get_Current, (X509ExtensionEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x0280EDB0, bool, X509ExtensionEnumerator_MoveNext, (X509ExtensionEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x0280EE00, void, X509ExtensionEnumerator_Reset, (X509ExtensionEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x0280EE50, void, X509ExtensionEnumerator__ctor_1, (X509ExtensionEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF638, X509ExtensionEnumerator__ctor_1__MethodInfo); DO_APP_FUNC(0x0280EE80, X509Certificate_1 *, X509Helper2_GetMonoCertificate, (X509Certificate2 * certificate, MethodInfo * method)); DO_APP_FUNC(0x0280EF60, X509ChainImpl *, X509Helper2_CreateChainImpl, (bool useMachineContext, MethodInfo * method)); DO_APP_FUNC(0x01A0A3E0, bool, X509Helper2_IsValid, (X509ChainImpl * impl, MethodInfo * method)); DO_APP_FUNC(0x0280EFD0, void, X509Helper2_ThrowIfContextInvalid, (X509ChainImpl * impl, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF630, X509Helper2_ThrowIfContextInvalid__MethodInfo); DO_APP_FUNC(0x0280F020, Exception *, X509Helper2_GetInvalidChainContextException, (MethodInfo * method)); DO_APP_FUNC(0x0280F0A0, int64_t, X509Helper2_GetSubjectNameHash, (X509Certificate * certificate, MethodInfo * method)); DO_APP_FUNC(0x0280F240, void, X509Helper2_ExportAsPEM, (X509Certificate * certificate, Stream * stream, bool includeHumanReadableForm, MethodInfo * method)); DO_APP_FUNC(0x0280F4B0, MonoBtlsX509 *, X509Helper2_GetNativeInstance, (X509CertificateImpl * impl, MethodInfo * method)); DO_APP_FUNC(0x0280F5D0, void, X509KeyUsageExtension__ctor, (X509KeyUsageExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0280F6C0, void, X509KeyUsageExtension__ctor_1, (X509KeyUsageExtension * __this, AsnEncodedData * encodedKeyUsage, bool critical, MethodInfo * method)); DO_APP_FUNC(0x0280F840, void, X509KeyUsageExtension__ctor_2, (X509KeyUsageExtension * __this, X509KeyUsageFlags__Enum keyUsages, bool critical, MethodInfo * method)); DO_APP_FUNC(0x0280F970, X509KeyUsageFlags__Enum, X509KeyUsageExtension_get_KeyUsages, (X509KeyUsageExtension * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF588, X509KeyUsageExtension_get_KeyUsages__MethodInfo); DO_APP_FUNC(0x0280F9F0, void, X509KeyUsageExtension_CopyFrom, (X509KeyUsageExtension * __this, AsnEncodedData * asnEncodedData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF580, X509KeyUsageExtension_CopyFrom__MethodInfo); DO_APP_FUNC(0x0280FC10, X509KeyUsageFlags__Enum, X509KeyUsageExtension_GetValidFlags, (X509KeyUsageExtension * __this, X509KeyUsageFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x0280FC20, AsnDecodeStatus__Enum, X509KeyUsageExtension_Decode, (X509KeyUsageExtension * __this, Byte__Array * extension, MethodInfo * method)); DO_APP_FUNC(0x0280FD90, Byte__Array *, X509KeyUsageExtension_Encode, (X509KeyUsageExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x02810050, String *, X509KeyUsageExtension_ToString, (X509KeyUsageExtension * __this, bool multiLine, MethodInfo * method)); DO_APP_FUNC(0x028106B0, void, X509Store__ctor, (X509Store * __this, MethodInfo * method)); DO_APP_FUNC(0x02810700, void, X509Store__ctor_1, (X509Store * __this, String * storeName, MethodInfo * method)); DO_APP_FUNC(0x02810710, void, X509Store__ctor_2, (X509Store * __this, StoreName__Enum storeName, MethodInfo * method)); DO_APP_FUNC(0x02810720, void, X509Store__ctor_3, (X509Store * __this, StoreLocation__Enum storeLocation, MethodInfo * method)); DO_APP_FUNC(0x02810770, void, X509Store__ctor_4, (X509Store * __this, StoreName__Enum storeName, StoreLocation__Enum storeLocation, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF520, X509Store__ctor_4__MethodInfo); DO_APP_FUNC(0x028108D0, void, X509Store__ctor_5, (X509Store * __this, StoreName__Enum storeName, StoreLocation__Enum storeLocation, OpenFlags__Enum openFlags, MethodInfo * method)); DO_APP_FUNC(0x02810900, void, X509Store__ctor_6, (X509Store * __this, String * storeName, StoreLocation__Enum storeLocation, OpenFlags__Enum openFlags, MethodInfo * method)); DO_APP_FUNC(0x02810930, void, X509Store__ctor_7, (X509Store * __this, void * storeHandle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF528, X509Store__ctor_7__MethodInfo); DO_APP_FUNC(0x02810A00, void, X509Store__ctor_8, (X509Store * __this, String * storeName, StoreLocation__Enum storeLocation, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF530, X509Store__ctor_8__MethodInfo); DO_APP_FUNC(0x02810AD0, X509Certificate2Collection *, X509Store_get_Certificates, (X509Store * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, StoreLocation__Enum, X509Store_get_Location, (X509Store * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, X509Store_get_Name, (X509Store * __this, MethodInfo * method)); DO_APP_FUNC(0x02810BF0, X509Stores *, X509Store_get_Factory, (X509Store * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6B320, bool, X509Store_get_IsOpen, (X509Store * __this, MethodInfo * method)); DO_APP_FUNC(0x02810C10, bool, X509Store_get_IsReadOnly, (X509Store * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, X509Store_1 *, X509Store_get_Store, (X509Store * __this, MethodInfo * method)); DO_APP_FUNC(0x02810C20, void *, X509Store_get_StoreHandle, (X509Store * __this, MethodInfo * method)); DO_APP_FUNC(0x02810C60, void, X509Store_Add, (X509Store * __this, X509Certificate2 * certificate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF508, X509Store_Add__MethodInfo); DO_APP_FUNC(0x02810F50, void, X509Store_AddRange, (X509Store * __this, X509Certificate2Collection * certificates, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF560, X509Store_AddRange__MethodInfo); DO_APP_FUNC(0x02811270, void, X509Store_Close, (X509Store * __this, MethodInfo * method)); DO_APP_FUNC(0x02811330, void, X509Store_Dispose, (X509Store * __this, MethodInfo * method)); DO_APP_FUNC(0x02811340, void, X509Store_Open, (X509Store * __this, OpenFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF578, X509Store_Open__MethodInfo); DO_APP_FUNC(0x02811910, void, X509Store_Remove, (X509Store * __this, X509Certificate2 * certificate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF548, X509Store_Remove__MethodInfo); DO_APP_FUNC(0x02811BB0, void, X509Store_RemoveRange, (X509Store * __this, X509Certificate2Collection * certificates, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF558, X509Store_RemoveRange__MethodInfo); DO_APP_FUNC(0x02812050, bool, X509Store_Exists, (X509Store * __this, X509Certificate2 * certificate, MethodInfo * method)); DO_APP_FUNC(0x02812120, void, X509SubjectKeyIdentifierExtension__ctor, (X509SubjectKeyIdentifierExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x02812210, void, X509SubjectKeyIdentifierExtension__ctor_1, (X509SubjectKeyIdentifierExtension * __this, AsnEncodedData * encodedSubjectKeyIdentifier, bool critical, MethodInfo * method)); DO_APP_FUNC(0x02812390, void, X509SubjectKeyIdentifierExtension__ctor_2, (X509SubjectKeyIdentifierExtension * __this, Byte__Array * subjectKeyIdentifier, bool critical, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF4B8, X509SubjectKeyIdentifierExtension__ctor_2__MethodInfo); DO_APP_FUNC(0x02812640, void, X509SubjectKeyIdentifierExtension__ctor_3, (X509SubjectKeyIdentifierExtension * __this, String * subjectKeyIdentifier, bool critical, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF4A0, X509SubjectKeyIdentifierExtension__ctor_3__MethodInfo); DO_APP_FUNC(0x02812870, void, X509SubjectKeyIdentifierExtension__ctor_4, (X509SubjectKeyIdentifierExtension * __this, PublicKey * key, bool critical, MethodInfo * method)); DO_APP_FUNC(0x02812890, void, X509SubjectKeyIdentifierExtension__ctor_5, (X509SubjectKeyIdentifierExtension * __this, PublicKey * key, X509SubjectKeyIdentifierHashAlgorithm__Enum algorithm, bool critical, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF4A8, X509SubjectKeyIdentifierExtension__ctor_5__MethodInfo); DO_APP_FUNC(0x02812E70, String *, X509SubjectKeyIdentifierExtension_get_SubjectKeyIdentifier, (X509SubjectKeyIdentifierExtension * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF4B0, X509SubjectKeyIdentifierExtension_get_SubjectKeyIdentifier__MethodInfo); DO_APP_FUNC(0x02812F40, void, X509SubjectKeyIdentifierExtension_CopyFrom, (X509SubjectKeyIdentifierExtension * __this, AsnEncodedData * asnEncodedData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF500, X509SubjectKeyIdentifierExtension_CopyFrom__MethodInfo); DO_APP_FUNC(0x02813160, uint8_t, X509SubjectKeyIdentifierExtension_FromHexChar, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x02813190, uint8_t, X509SubjectKeyIdentifierExtension_FromHexChars, (uint16_t c1, uint16_t c2, MethodInfo * method)); DO_APP_FUNC(0x02813210, Byte__Array *, X509SubjectKeyIdentifierExtension_FromHex, (String * hex, MethodInfo * method)); DO_APP_FUNC(0x02813380, AsnDecodeStatus__Enum, X509SubjectKeyIdentifierExtension_Decode, (X509SubjectKeyIdentifierExtension * __this, Byte__Array * extension, MethodInfo * method)); DO_APP_FUNC(0x02813510, Byte__Array *, X509SubjectKeyIdentifierExtension_Encode, (X509SubjectKeyIdentifierExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x028135D0, String *, X509SubjectKeyIdentifierExtension_ToString, (X509SubjectKeyIdentifierExtension * __this, bool multiLine, MethodInfo * method)); DO_APP_FUNC(0x02813920, void, CertificateRequest__ctor, (CertificateRequest * __this, X500DistinguishedName * subjectName, ECDsa * key, HashAlgorithmName hashAlgorithm, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF4D8, CertificateRequest__ctor__MethodInfo); DO_APP_FUNC(0x02813970, void, CertificateRequest__ctor_1, (CertificateRequest * __this, X500DistinguishedName * subjectName, RSA * key, HashAlgorithmName hashAlgorithm, RSASignaturePadding * padding, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF4C8, CertificateRequest__ctor_1__MethodInfo); DO_APP_FUNC(0x028139C0, void, CertificateRequest__ctor_2, (CertificateRequest * __this, X500DistinguishedName * subjectName, PublicKey * publicKey, HashAlgorithmName hashAlgorithm, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF4D0, CertificateRequest__ctor_2__MethodInfo); DO_APP_FUNC(0x02813A10, void, CertificateRequest__ctor_3, (CertificateRequest * __this, String * subjectName, ECDsa * key, HashAlgorithmName hashAlgorithm, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF4F0, CertificateRequest__ctor_3__MethodInfo); DO_APP_FUNC(0x02813A60, void, CertificateRequest__ctor_4, (CertificateRequest * __this, String * subjectName, RSA * key, HashAlgorithmName hashAlgorithm, RSASignaturePadding * padding, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF4F8, CertificateRequest__ctor_4__MethodInfo); DO_APP_FUNC(0x02813AB0, Collection_1_System_Security_Cryptography_X509Certificates_X509Extension_ *, CertificateRequest_get_CertificateExtensions, (CertificateRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF4E0, CertificateRequest_get_CertificateExtensions__MethodInfo); DO_APP_FUNC(0x02813B00, HashAlgorithmName, CertificateRequest_get_HashAlgorithm, (CertificateRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF4E8, CertificateRequest_get_HashAlgorithm__MethodInfo); DO_APP_FUNC(0x02813B50, PublicKey *, CertificateRequest_get_PublicKey, (CertificateRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF438, CertificateRequest_get_PublicKey__MethodInfo); DO_APP_FUNC(0x02813BA0, X500DistinguishedName *, CertificateRequest_get_SubjectName, (CertificateRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF440, CertificateRequest_get_SubjectName__MethodInfo); DO_APP_FUNC(0x02813BF0, X509Certificate2 *, CertificateRequest_Create, (CertificateRequest * __this, X500DistinguishedName * issuerName, X509SignatureGenerator * generator, DateTimeOffset notBefore, DateTimeOffset notAfter, Byte__Array * serialNumber, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF428, CertificateRequest_Create__MethodInfo); DO_APP_FUNC(0x02813C40, X509Certificate2 *, CertificateRequest_Create_1, (CertificateRequest * __this, X509Certificate2 * issuerCertificate, DateTimeOffset notBefore, DateTimeOffset notAfter, Byte__Array * serialNumber, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF430, CertificateRequest_Create_1__MethodInfo); DO_APP_FUNC(0x02813C90, X509Certificate2 *, CertificateRequest_CreateSelfSigned, (CertificateRequest * __this, DateTimeOffset notBefore, DateTimeOffset notAfter, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF458, CertificateRequest_CreateSelfSigned__MethodInfo); DO_APP_FUNC(0x02813CE0, Byte__Array *, CertificateRequest_CreateSigningRequest, (CertificateRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF460, CertificateRequest_CreateSigningRequest__MethodInfo); DO_APP_FUNC(0x02813D30, Byte__Array *, CertificateRequest_CreateSigningRequest_1, (CertificateRequest * __this, X509SignatureGenerator * signatureGenerator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF448, CertificateRequest_CreateSigningRequest_1__MethodInfo); DO_APP_FUNC(0x02813D80, void, X509SignatureGenerator__ctor, (X509SignatureGenerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF450, X509SignatureGenerator__ctor__MethodInfo); DO_APP_FUNC(0x02813DD0, PublicKey *, X509SignatureGenerator_get_PublicKey, (X509SignatureGenerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF410, X509SignatureGenerator_get_PublicKey__MethodInfo); DO_APP_FUNC(0x02813E20, X509SignatureGenerator *, X509SignatureGenerator_CreateForECDsa, (ECDsa * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF418, X509SignatureGenerator_CreateForECDsa__MethodInfo); DO_APP_FUNC(0x02813E70, X509SignatureGenerator *, X509SignatureGenerator_CreateForRSA, (RSA * key, RSASignaturePadding * signaturePadding, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF408, X509SignatureGenerator_CreateForRSA__MethodInfo); DO_APP_FUNC(0x02813EC0, void, SecPkgContext_ConnectionInfo__ctor, (SecPkgContext_ConnectionInfo * __this, Byte__Array * nativeBuffer, MethodInfo * method)); DO_APP_FUNC(0x02814100, void, GlobalSSPI__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02814260, void, NegotiationInfoClass__ctor, (NegotiationInfoClass * __this, SafeHandle * safeHandle, int32_t negotiationState, MethodInfo * method)); DO_APP_FUNC(0x028148F0, SecurityPackageInfoClass__Array *, SSPIAuthType_get_SecurityPackages, (SSPIAuthType * __this, MethodInfo * method)); DO_APP_FUNC(0x02814930, void, SSPIAuthType_set_SecurityPackages, (SSPIAuthType * __this, SecurityPackageInfoClass__Array * value, MethodInfo * method)); DO_APP_FUNC(0x028149D0, int32_t, SSPIAuthType_EnumerateSecurityPackages, (SSPIAuthType * __this, int32_t * pkgnum, SafeFreeContextBuffer * * pkgArray, MethodInfo * method)); DO_APP_FUNC(0x02814A80, int32_t, SSPIAuthType_AcquireCredentialsHandle, (SSPIAuthType * __this, String * moduleName, Interop_SspiCli_CredentialUse__Enum usage, Interop_SspiCli_SEC_WINNT_AUTH_IDENTITY_W * authdata, SafeFreeCredentials * * outCredential, MethodInfo * method)); DO_APP_FUNC(0x02814AB0, int32_t, SSPIAuthType_AcquireCredentialsHandle_1, (SSPIAuthType * __this, String * moduleName, Interop_SspiCli_CredentialUse__Enum usage, SafeSspiAuthDataHandle * * authdata, SafeFreeCredentials * * outCredential, MethodInfo * method)); DO_APP_FUNC(0x02814AE0, int32_t, SSPIAuthType_AcquireDefaultCredential, (SSPIAuthType * __this, String * moduleName, Interop_SspiCli_CredentialUse__Enum usage, SafeFreeCredentials * * outCredential, MethodInfo * method)); DO_APP_FUNC(0x02814B00, int32_t, SSPIAuthType_AcquireCredentialsHandle_2, (SSPIAuthType * __this, String * moduleName, Interop_SspiCli_CredentialUse__Enum usage, Interop_SspiCli_SCHANNEL_CRED * authdata, SafeFreeCredentials * * outCredential, MethodInfo * method)); DO_APP_FUNC(0x02814B30, int32_t, SSPIAuthType_AcceptSecurityContext, (SSPIAuthType * __this, SafeFreeCredentials * * credential, SafeDeleteContext * * context, SecurityBuffer * inputBuffer, Interop_SspiCli_ContextFlags__Enum inFlags, Interop_SspiCli_Endianness__Enum endianness, SecurityBuffer * outputBuffer, Interop_SspiCli_ContextFlags__Enum * outFlags, MethodInfo * method)); DO_APP_FUNC(0x02814BD0, int32_t, SSPIAuthType_AcceptSecurityContext_1, (SSPIAuthType * __this, SafeFreeCredentials * credential, SafeDeleteContext * * context, SecurityBuffer__Array * inputBuffers, Interop_SspiCli_ContextFlags__Enum inFlags, Interop_SspiCli_Endianness__Enum endianness, SecurityBuffer * outputBuffer, Interop_SspiCli_ContextFlags__Enum * outFlags, MethodInfo * method)); DO_APP_FUNC(0x02814C70, int32_t, SSPIAuthType_InitializeSecurityContext, (SSPIAuthType * __this, SafeFreeCredentials * * credential, SafeDeleteContext * * context, String * targetName, Interop_SspiCli_ContextFlags__Enum inFlags, Interop_SspiCli_Endianness__Enum endianness, SecurityBuffer * inputBuffer, SecurityBuffer * outputBuffer, Interop_SspiCli_ContextFlags__Enum * outFlags, MethodInfo * method)); DO_APP_FUNC(0x02814D30, int32_t, SSPIAuthType_InitializeSecurityContext_1, (SSPIAuthType * __this, SafeFreeCredentials * credential, SafeDeleteContext * * context, String * targetName, Interop_SspiCli_ContextFlags__Enum inFlags, Interop_SspiCli_Endianness__Enum endianness, SecurityBuffer__Array * inputBuffers, SecurityBuffer * outputBuffer, Interop_SspiCli_ContextFlags__Enum * outFlags, MethodInfo * method)); DO_APP_FUNC(0x02814DE0, int32_t, SSPIAuthType_EncryptMessage, (SSPIAuthType * __this, SafeDeleteContext * context, Interop_SspiCli_SecBufferDesc * inputOutput, uint32_t sequenceNumber, MethodInfo * method)); DO_APP_FUNC(0x02814EC0, int32_t, SSPIAuthType_DecryptMessage, (SSPIAuthType * __this, SafeDeleteContext * context, Interop_SspiCli_SecBufferDesc * inputOutput, uint32_t sequenceNumber, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF380, SSPIAuthType_DecryptMessage__MethodInfo); DO_APP_FUNC(0x02815140, int32_t, SSPIAuthType_MakeSignature, (SSPIAuthType * __this, SafeDeleteContext * context, Interop_SspiCli_SecBufferDesc * inputOutput, uint32_t sequenceNumber, MethodInfo * method)); DO_APP_FUNC(0x02815220, int32_t, SSPIAuthType_VerifySignature, (SSPIAuthType * __this, SafeDeleteContext * context, Interop_SspiCli_SecBufferDesc * inputOutput, uint32_t sequenceNumber, MethodInfo * method)); DO_APP_FUNC(0x02815390, int32_t, SSPIAuthType_QueryContextChannelBinding, (SSPIAuthType * __this, SafeDeleteContext * context, Interop_SspiCli_ContextAttribute__Enum attribute, SafeFreeContextBufferChannelBinding * * binding, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF388, SSPIAuthType_QueryContextChannelBinding__MethodInfo); DO_APP_FUNC(0x028153F0, int32_t, SSPIAuthType_QueryContextAttributes, (SSPIAuthType * __this, SafeDeleteContext * context, Interop_SspiCli_ContextAttribute__Enum attribute, Byte__Array * buffer, Type * handleType, SafeHandle * * refHandle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF3C0, SSPIAuthType_QueryContextAttributes__MethodInfo); DO_APP_FUNC(0x028156C0, int32_t, SSPIAuthType_SetContextAttributes, (SSPIAuthType * __this, SafeDeleteContext * context, Interop_SspiCli_ContextAttribute__Enum attribute, Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF3C8, SSPIAuthType_SetContextAttributes__MethodInfo); DO_APP_FUNC(0x02815700, int32_t, SSPIAuthType_QuerySecurityContextToken, (SSPIAuthType * __this, SafeDeleteContext * phContext, SecurityContextTokenHandle * * phToken, MethodInfo * method)); DO_APP_FUNC(0x02815720, int32_t, SSPIAuthType_CompleteAuthToken, (SSPIAuthType * __this, SafeDeleteContext * * refContext, SecurityBuffer__Array * inputBuffers, MethodInfo * method)); DO_APP_FUNC(0x02815780, int32_t, SSPIAuthType_GetSecurityContextToken, (SafeDeleteContext * phContext, SecurityContextTokenHandle * * safeHandle, MethodInfo * method)); DO_APP_FUNC(0x02815840, int32_t, SSPIAuthType_ApplyControlToken, (SSPIAuthType * __this, SafeDeleteContext * * refContext, SecurityBuffer__Array * inputBuffers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF3E8, SSPIAuthType_ApplyControlToken__MethodInfo); DO_APP_FUNC(0x003AC050, void, SSPIAuthType__ctor, (SSPIAuthType * __this, MethodInfo * method)); DO_APP_FUNC(0x02815890, SecurityPackageInfoClass__Array *, SSPISecureChannelType_get_SecurityPackages, (SSPISecureChannelType * __this, MethodInfo * method)); DO_APP_FUNC(0x028158D0, void, SSPISecureChannelType_set_SecurityPackages, (SSPISecureChannelType * __this, SecurityPackageInfoClass__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02815970, int32_t, SSPISecureChannelType_EnumerateSecurityPackages, (SSPISecureChannelType * __this, int32_t * pkgnum, SafeFreeContextBuffer * * pkgArray, MethodInfo * method)); DO_APP_FUNC(0x02814A80, int32_t, SSPISecureChannelType_AcquireCredentialsHandle, (SSPISecureChannelType * __this, String * moduleName, Interop_SspiCli_CredentialUse__Enum usage, Interop_SspiCli_SEC_WINNT_AUTH_IDENTITY_W * authdata, SafeFreeCredentials * * outCredential, MethodInfo * method)); DO_APP_FUNC(0x02814AB0, int32_t, SSPISecureChannelType_AcquireCredentialsHandle_1, (SSPISecureChannelType * __this, String * moduleName, Interop_SspiCli_CredentialUse__Enum usage, SafeSspiAuthDataHandle * * authdata, SafeFreeCredentials * * outCredential, MethodInfo * method)); DO_APP_FUNC(0x02814AE0, int32_t, SSPISecureChannelType_AcquireDefaultCredential, (SSPISecureChannelType * __this, String * moduleName, Interop_SspiCli_CredentialUse__Enum usage, SafeFreeCredentials * * outCredential, MethodInfo * method)); DO_APP_FUNC(0x02814B00, int32_t, SSPISecureChannelType_AcquireCredentialsHandle_2, (SSPISecureChannelType * __this, String * moduleName, Interop_SspiCli_CredentialUse__Enum usage, Interop_SspiCli_SCHANNEL_CRED * authdata, SafeFreeCredentials * * outCredential, MethodInfo * method)); DO_APP_FUNC(0x02815A20, int32_t, SSPISecureChannelType_AcceptSecurityContext, (SSPISecureChannelType * __this, SafeFreeCredentials * * credential, SafeDeleteContext * * context, SecurityBuffer * inputBuffer, Interop_SspiCli_ContextFlags__Enum inFlags, Interop_SspiCli_Endianness__Enum endianness, SecurityBuffer * outputBuffer, Interop_SspiCli_ContextFlags__Enum * outFlags, MethodInfo * method)); DO_APP_FUNC(0x02815AC0, int32_t, SSPISecureChannelType_AcceptSecurityContext_1, (SSPISecureChannelType * __this, SafeFreeCredentials * credential, SafeDeleteContext * * context, SecurityBuffer__Array * inputBuffers, Interop_SspiCli_ContextFlags__Enum inFlags, Interop_SspiCli_Endianness__Enum endianness, SecurityBuffer * outputBuffer, Interop_SspiCli_ContextFlags__Enum * outFlags, MethodInfo * method)); DO_APP_FUNC(0x02815B60, int32_t, SSPISecureChannelType_InitializeSecurityContext, (SSPISecureChannelType * __this, SafeFreeCredentials * * credential, SafeDeleteContext * * context, String * targetName, Interop_SspiCli_ContextFlags__Enum inFlags, Interop_SspiCli_Endianness__Enum endianness, SecurityBuffer * inputBuffer, SecurityBuffer * outputBuffer, Interop_SspiCli_ContextFlags__Enum * outFlags, MethodInfo * method)); DO_APP_FUNC(0x02815C20, int32_t, SSPISecureChannelType_InitializeSecurityContext_1, (SSPISecureChannelType * __this, SafeFreeCredentials * credential, SafeDeleteContext * * context, String * targetName, Interop_SspiCli_ContextFlags__Enum inFlags, Interop_SspiCli_Endianness__Enum endianness, SecurityBuffer__Array * inputBuffers, SecurityBuffer * outputBuffer, Interop_SspiCli_ContextFlags__Enum * outFlags, MethodInfo * method)); DO_APP_FUNC(0x02814DE0, int32_t, SSPISecureChannelType_EncryptMessage, (SSPISecureChannelType * __this, SafeDeleteContext * context, Interop_SspiCli_SecBufferDesc * inputOutput, uint32_t sequenceNumber, MethodInfo * method)); DO_APP_FUNC(0x02815CD0, int32_t, SSPISecureChannelType_DecryptMessage, (SSPISecureChannelType * __this, SafeDeleteContext * context, Interop_SspiCli_SecBufferDesc * inputOutput, uint32_t sequenceNumber, MethodInfo * method)); DO_APP_FUNC(0x02815DB0, int32_t, SSPISecureChannelType_MakeSignature, (SSPISecureChannelType * __this, SafeDeleteContext * context, Interop_SspiCli_SecBufferDesc * inputOutput, uint32_t sequenceNumber, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF318, SSPISecureChannelType_MakeSignature__MethodInfo); DO_APP_FUNC(0x02815DF0, int32_t, SSPISecureChannelType_VerifySignature, (SSPISecureChannelType * __this, SafeDeleteContext * context, Interop_SspiCli_SecBufferDesc * inputOutput, uint32_t sequenceNumber, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF308, SSPISecureChannelType_VerifySignature__MethodInfo); DO_APP_FUNC(0x02815E30, int32_t, SSPISecureChannelType_QueryContextChannelBinding, (SSPISecureChannelType * __this, SafeDeleteContext * phContext, Interop_SspiCli_ContextAttribute__Enum attribute, SafeFreeContextBufferChannelBinding * * refHandle, MethodInfo * method)); DO_APP_FUNC(0x02815F80, int32_t, SSPISecureChannelType_QueryContextAttributes, (SSPISecureChannelType * __this, SafeDeleteContext * phContext, Interop_SspiCli_ContextAttribute__Enum attribute, Byte__Array * buffer, Type * handleType, SafeHandle * * refHandle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF2F0, SSPISecureChannelType_QueryContextAttributes__MethodInfo); DO_APP_FUNC(0x02816250, int32_t, SSPISecureChannelType_SetContextAttributes, (SSPISecureChannelType * __this, SafeDeleteContext * phContext, Interop_SspiCli_ContextAttribute__Enum attribute, Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC(0x02816270, int32_t, SSPISecureChannelType_QuerySecurityContextToken, (SSPISecureChannelType * __this, SafeDeleteContext * phContext, SecurityContextTokenHandle * * phToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF2E0, SSPISecureChannelType_QuerySecurityContextToken__MethodInfo); DO_APP_FUNC(0x028162C0, int32_t, SSPISecureChannelType_CompleteAuthToken, (SSPISecureChannelType * __this, SafeDeleteContext * * refContext, SecurityBuffer__Array * inputBuffers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF2E8, SSPISecureChannelType_CompleteAuthToken__MethodInfo); DO_APP_FUNC(0x02816310, int32_t, SSPISecureChannelType_ApplyControlToken, (SSPISecureChannelType * __this, SafeDeleteContext * * refContext, SecurityBuffer__Array * inputBuffers, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SSPISecureChannelType__ctor, (SSPISecureChannelType * __this, MethodInfo * method)); DO_APP_FUNC(0x02816370, SecurityPackageInfoClass__Array *, SSPIWrapper_EnumerateSecurityPackages, (SSPIInterface * secModule, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF378, SSPIWrapper_EnumerateSecurityPackages__MethodInfo); DO_APP_FUNC(0x02816B20, SecurityPackageInfoClass *, SSPIWrapper_GetVerifyPackageInfo, (SSPIInterface * secModule, String * packageName, MethodInfo * method)); DO_APP_FUNC(0x02816B30, SecurityPackageInfoClass *, SSPIWrapper_GetVerifyPackageInfo_1, (SSPIInterface * secModule, String * packageName, bool throwIfMissing, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF328, SSPIWrapper_GetVerifyPackageInfo_1__MethodInfo); DO_APP_FUNC(0x02816D60, SafeFreeCredentials *, SSPIWrapper_AcquireDefaultCredential, (SSPIInterface * secModule, String * package, Interop_SspiCli_CredentialUse__Enum intent, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF320, SSPIWrapper_AcquireDefaultCredential__MethodInfo); DO_APP_FUNC(0x02817010, SafeFreeCredentials *, SSPIWrapper_AcquireCredentialsHandle, (SSPIInterface * secModule, String * package, Interop_SspiCli_CredentialUse__Enum intent, Interop_SspiCli_SEC_WINNT_AUTH_IDENTITY_W * authdata, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF330, SSPIWrapper_AcquireCredentialsHandle__MethodInfo); DO_APP_FUNC(0x02817310, SafeFreeCredentials *, SSPIWrapper_AcquireCredentialsHandle_1, (SSPIInterface * secModule, String * package, Interop_SspiCli_CredentialUse__Enum intent, SafeSspiAuthDataHandle * * authdata, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF268, SSPIWrapper_AcquireCredentialsHandle_1__MethodInfo); DO_APP_FUNC(0x028175A0, SafeFreeCredentials *, SSPIWrapper_AcquireCredentialsHandle_2, (SSPIInterface * secModule, String * package, Interop_SspiCli_CredentialUse__Enum intent, Interop_SspiCli_SCHANNEL_CRED scc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF270, SSPIWrapper_AcquireCredentialsHandle_2__MethodInfo); DO_APP_FUNC(0x02817920, int32_t, SSPIWrapper_InitializeSecurityContext, (SSPIInterface * secModule, SafeFreeCredentials * * credential, SafeDeleteContext * * context, String * targetName, Interop_SspiCli_ContextFlags__Enum inFlags, Interop_SspiCli_Endianness__Enum datarep, SecurityBuffer * inputBuffer, SecurityBuffer * outputBuffer, Interop_SspiCli_ContextFlags__Enum * outFlags, MethodInfo * method)); DO_APP_FUNC(0x02817B50, int32_t, SSPIWrapper_InitializeSecurityContext_1, (SSPIInterface * secModule, SafeFreeCredentials * credential, SafeDeleteContext * * context, String * targetName, Interop_SspiCli_ContextFlags__Enum inFlags, Interop_SspiCli_Endianness__Enum datarep, SecurityBuffer__Array * inputBuffers, SecurityBuffer * outputBuffer, Interop_SspiCli_ContextFlags__Enum * outFlags, MethodInfo * method)); DO_APP_FUNC(0x02817D80, int32_t, SSPIWrapper_AcceptSecurityContext, (SSPIInterface * secModule, SafeFreeCredentials * * credential, SafeDeleteContext * * context, Interop_SspiCli_ContextFlags__Enum inFlags, Interop_SspiCli_Endianness__Enum datarep, SecurityBuffer * inputBuffer, SecurityBuffer * outputBuffer, Interop_SspiCli_ContextFlags__Enum * outFlags, MethodInfo * method)); DO_APP_FUNC(0x02817FA0, int32_t, SSPIWrapper_AcceptSecurityContext_1, (SSPIInterface * secModule, SafeFreeCredentials * credential, SafeDeleteContext * * context, Interop_SspiCli_ContextFlags__Enum inFlags, Interop_SspiCli_Endianness__Enum datarep, SecurityBuffer__Array * inputBuffers, SecurityBuffer * outputBuffer, Interop_SspiCli_ContextFlags__Enum * outFlags, MethodInfo * method)); DO_APP_FUNC(0x028181C0, int32_t, SSPIWrapper_CompleteAuthToken, (SSPIInterface * secModule, SafeDeleteContext * * context, SecurityBuffer__Array * inputBuffers, MethodInfo * method)); DO_APP_FUNC(0x028182E0, int32_t, SSPIWrapper_ApplyControlToken, (SSPIInterface * secModule, SafeDeleteContext * * context, SecurityBuffer__Array * inputBuffers, MethodInfo * method)); DO_APP_FUNC(0x02818400, int32_t, SSPIWrapper_QuerySecurityContextToken, (SSPIInterface * secModule, SafeDeleteContext * context, SecurityContextTokenHandle * * token, MethodInfo * method)); DO_APP_FUNC(0x028184D0, int32_t, SSPIWrapper_EncryptMessage, (SSPIInterface * secModule, SafeDeleteContext * context, SecurityBuffer__Array * input, uint32_t sequenceNumber, MethodInfo * method)); DO_APP_FUNC(0x02818500, int32_t, SSPIWrapper_DecryptMessage, (SSPIInterface * secModule, SafeDeleteContext * context, SecurityBuffer__Array * input, uint32_t sequenceNumber, MethodInfo * method)); DO_APP_FUNC(0x02818530, int32_t, SSPIWrapper_MakeSignature, (SSPIInterface * secModule, SafeDeleteContext * context, SecurityBuffer__Array * input, uint32_t sequenceNumber, MethodInfo * method)); DO_APP_FUNC(0x02818560, int32_t, SSPIWrapper_VerifySignature, (SSPIInterface * secModule, SafeDeleteContext * context, SecurityBuffer__Array * input, uint32_t sequenceNumber, MethodInfo * method)); DO_APP_FUNC(0x02818590, int32_t, SSPIWrapper_EncryptDecryptHelper, (SSPIWrapper_OP__Enum op, SSPIInterface * secModule, SafeDeleteContext * context, SecurityBuffer__Array * input, uint32_t sequenceNumber, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF2C0, SSPIWrapper_EncryptDecryptHelper__MethodInfo); DO_APP_FUNC(0x028192D0, SafeFreeContextBufferChannelBinding *, SSPIWrapper_QueryContextChannelBinding, (SSPIInterface * secModule, SafeDeleteContext * securityContext, Interop_SspiCli_ContextAttribute__Enum contextAttribute, MethodInfo * method)); DO_APP_FUNC(0x028195A0, Object *, SSPIWrapper_QueryContextAttributes, (SSPIInterface * secModule, SafeDeleteContext * securityContext, Interop_SspiCli_ContextAttribute__Enum contextAttribute, MethodInfo * method)); DO_APP_FUNC(0x028195C0, Object *, SSPIWrapper_QueryContextAttributes_1, (SSPIInterface * secModule, SafeDeleteContext * securityContext, Interop_SspiCli_ContextAttribute__Enum contextAttribute, int32_t * errorCode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF108, SSPIWrapper_QueryContextAttributes_1__MethodInfo); DO_APP_FUNC(0x0281A1E0, String *, SSPIWrapper_ErrorDescription, (int32_t errorCode, MethodInfo * method)); DO_APP_FUNC(0x0281A420, void, SecPkgContext_Sizes__ctor, (SecPkgContext_Sizes * __this, Byte__Array * memory, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF190, SecPkgContext_Sizes__ctor__MethodInfo); DO_APP_FUNC(0x0281A5E0, void, SecPkgContext_Sizes__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0281A660, void, SecPkgContext_StreamSizes__ctor, (SecPkgContext_StreamSizes * __this, Byte__Array * memory, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEFF0, SecPkgContext_StreamSizes__ctor__MethodInfo); DO_APP_FUNC(0x0281A850, void, SecPkgContext_StreamSizes__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0281A8D0, void, SecurityPackageInfoClass__ctor, (SecurityPackageInfoClass * __this, SafeHandle * safeHandle, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0281AE90, String *, SecurityPackageInfoClass_ToString, (SecurityPackageInfoClass * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ContextAwareResult_SafeCaptureIdentity, (ContextAwareResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ContextAwareResult_CleanupInternal, (ContextAwareResult * __this, MethodInfo * method)); DO_APP_FUNC(0x0281B420, void, ContextAwareResult__ctor, (ContextAwareResult * __this, Object * myObject, Object * myState, AsyncCallback * myCallBack, MethodInfo * method)); DO_APP_FUNC(0x0281B440, void, ContextAwareResult__ctor_1, (ContextAwareResult * __this, bool captureIdentity, bool forceCaptureContext, Object * myObject, Object * myState, AsyncCallback * myCallBack, MethodInfo * method)); DO_APP_FUNC(0x0281B4A0, void, ContextAwareResult__ctor_2, (ContextAwareResult * __this, bool captureIdentity, bool forceCaptureContext, bool threadSafeContextCopy, Object * myObject, Object * myState, AsyncCallback * myCallBack, MethodInfo * method)); DO_APP_FUNC(0x0281B510, ExecutionContext *, ContextAwareResult_get_ContextCopy, (ContextAwareResult * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF030, ContextAwareResult_get_ContextCopy__MethodInfo); DO_APP_FUNC(0x0281B890, Object *, ContextAwareResult_StartPostingAsyncOp, (ContextAwareResult * __this, MethodInfo * method)); DO_APP_FUNC(0x0281B9A0, Object *, ContextAwareResult_StartPostingAsyncOp_1, (ContextAwareResult * __this, bool lockCapture, MethodInfo * method)); DO_APP_FUNC(0x0281BAC0, bool, ContextAwareResult_FinishPostingAsyncOp, (ContextAwareResult * __this, MethodInfo * method)); DO_APP_FUNC(0x0281BB00, bool, ContextAwareResult_FinishPostingAsyncOp_1, (ContextAwareResult * __this, CallbackClosure * * closure, MethodInfo * method)); DO_APP_FUNC(0x0281BD30, void, ContextAwareResult_Cleanup, (ContextAwareResult * __this, MethodInfo * method)); DO_APP_FUNC(0x0281BDC0, bool, ContextAwareResult_CaptureOrComplete, (ContextAwareResult * __this, ExecutionContext * * cachedContext, bool returnContext, MethodInfo * method)); DO_APP_FUNC(0x0281C2F0, void, ContextAwareResult_Complete, (ContextAwareResult * __this, void * userToken, MethodInfo * method)); DO_APP_FUNC(0x0281C640, void, ContextAwareResult_CompleteCallback, (ContextAwareResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, EndPoint *, ContextAwareResult_get_RemoteEndPoint, (ContextAwareResult * __this, MethodInfo * method)); DO_APP_FUNC(0x0281C710, void, ContextAwareResult_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ContextAwareResult_c__ctor, (ContextAwareResult_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0281C7C0, void, ContextAwareResult_c__Complete_b__17_0, (ContextAwareResult_c * __this, Object * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEF28, ContextAwareResult_c__Complete_b__17_0__MethodInfo); DO_APP_FUNC(0x0281C900, void, CallbackClosure__ctor, (CallbackClosure * __this, ExecutionContext * context, AsyncCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x0281C9C0, bool, CallbackClosure_IsCompatible, (CallbackClosure * __this, AsyncCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, AsyncCallback *, CallbackClosure_get_AsyncCallback, (CallbackClosure * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ExecutionContext *, CallbackClosure_get_Context, (CallbackClosure * __this, MethodInfo * method)); DO_APP_FUNC(0x0281CA00, ContextFlagsPal__Enum, ContextFlagsAdapterPal_GetContextFlagsPalFromInterop, (Interop_SspiCli_ContextFlags__Enum win32Flags, MethodInfo * method)); DO_APP_FUNC(0x0281CAB0, Interop_SspiCli_ContextFlags__Enum, ContextFlagsAdapterPal_GetInteropFromContextFlagsPal, (ContextFlagsPal__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x0281CB60, void, ContextFlagsAdapterPal__cctor, (MethodInfo * method)); DO_APP_FUNC(0x009B8F70, void, ContextFlagsAdapterPal_ContextFlagMapping__ctor, (ContextFlagsAdapterPal_ContextFlagMapping * __this, Interop_SspiCli_ContextFlags__Enum win32Flag, ContextFlagsPal__Enum contextFlag, MethodInfo * method)); DO_APP_FUNC(0x0281CF40, bool, ExceptionCheck_IsFatal, (Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x0281CFD0, String *, HttpStatusDescription_Get, (HttpStatusCode__Enum code, MethodInfo * method)); DO_APP_FUNC(0x0281CFE0, String *, HttpStatusDescription_Get_1, (int32_t code, MethodInfo * method)); DO_APP_FUNC(0x0281D8F0, String *, HttpValidationHelpers_CheckBadHeaderNameChars, (String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEAC0, HttpValidationHelpers_CheckBadHeaderNameChars__MethodInfo); DO_APP_FUNC(0x02569C30, bool, HttpValidationHelpers_ContainsNonAsciiChars, (String * token, MethodInfo * method)); DO_APP_FUNC(0x0281DA90, bool, HttpValidationHelpers_IsValidToken, (String * token, MethodInfo * method)); DO_APP_FUNC(0x0281DB60, String *, HttpValidationHelpers_CheckBadHeaderValueChars, (String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEA50, HttpValidationHelpers_CheckBadHeaderValueChars__MethodInfo); DO_APP_FUNC(0x0281DEB0, bool, HttpValidationHelpers_IsInvalidMethodOrHeaderString, (String * stringValue, MethodInfo * method)); DO_APP_FUNC(0x0281E000, void, HttpValidationHelpers__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0281E0E0, void, NetEventSource_Enter, (Object * thisOrContextObject, FormattableString * formattableString, String * memberName, MethodInfo * method)); DO_APP_FUNC(0x0281E230, void, NetEventSource_Enter_1, (Object * thisOrContextObject, Object * arg0, String * memberName, MethodInfo * method)); DO_APP_FUNC(0x0281E3B0, void, NetEventSource_Enter_2, (Object * thisOrContextObject, Object * arg0, Object * arg1, String * memberName, MethodInfo * method)); DO_APP_FUNC(0x0281E550, void, NetEventSource_Enter_3, (Object * thisOrContextObject, Object * arg0, Object * arg1, Object * arg2, String * memberName, MethodInfo * method)); DO_APP_FUNC(0x0281E710, void, NetEventSource_Enter_4, (NetEventSource * __this, String * thisOrContextObject, String * memberName, String * parameters, MethodInfo * method)); DO_APP_FUNC(0x0281E7A0, void, NetEventSource_Exit, (Object * thisOrContextObject, FormattableString * formattableString, String * memberName, MethodInfo * method)); DO_APP_FUNC(0x0281E8F0, void, NetEventSource_Exit_1, (Object * thisOrContextObject, Object * arg0, String * memberName, MethodInfo * method)); DO_APP_FUNC(0x0281EA30, void, NetEventSource_Exit_2, (Object * thisOrContextObject, Object * arg0, Object * arg1, String * memberName, MethodInfo * method)); DO_APP_FUNC(0x0281EBD0, void, NetEventSource_Exit_3, (NetEventSource * __this, String * thisOrContextObject, String * memberName, String * result, MethodInfo * method)); DO_APP_FUNC(0x0281EC60, void, NetEventSource_Info, (Object * thisOrContextObject, FormattableString * formattableString, String * memberName, MethodInfo * method)); DO_APP_FUNC(0x0281EDB0, void, NetEventSource_Info_1, (Object * thisOrContextObject, Object * message, String * memberName, MethodInfo * method)); DO_APP_FUNC(0x0281EEF0, void, NetEventSource_Info_2, (NetEventSource * __this, String * thisOrContextObject, String * memberName, String * message, MethodInfo * method)); DO_APP_FUNC(0x0281EF80, void, NetEventSource_Error, (Object * thisOrContextObject, FormattableString * formattableString, String * memberName, MethodInfo * method)); DO_APP_FUNC(0x0281F0A0, void, NetEventSource_Error_1, (Object * thisOrContextObject, Object * message, String * memberName, MethodInfo * method)); DO_APP_FUNC(0x0281F1E0, void, NetEventSource_ErrorMessage, (NetEventSource * __this, String * thisOrContextObject, String * memberName, String * message, MethodInfo * method)); DO_APP_FUNC(0x0281F270, void, NetEventSource_Fail, (Object * thisOrContextObject, FormattableString * formattableString, String * memberName, MethodInfo * method)); DO_APP_FUNC(0x0281F390, void, NetEventSource_Fail_1, (Object * thisOrContextObject, Object * message, String * memberName, MethodInfo * method)); DO_APP_FUNC(0x0281F4D0, void, NetEventSource_CriticalFailure, (NetEventSource * __this, String * thisOrContextObject, String * memberName, String * message, MethodInfo * method)); DO_APP_FUNC(0x0281F560, void, NetEventSource_DumpBuffer, (Object * thisOrContextObject, Byte__Array * buffer, String * memberName, MethodInfo * method)); DO_APP_FUNC(0x0281F5F0, void, NetEventSource_DumpBuffer_1, (Object * thisOrContextObject, Byte__Array * buffer, int32_t offset, int32_t count, String * memberName, MethodInfo * method)); DO_APP_FUNC(0x0281F9A0, void, NetEventSource_DumpBuffer_2, (Object * thisOrContextObject, void * bufferPtr, int32_t count, String * memberName, MethodInfo * method)); DO_APP_FUNC(0x0281FB40, void, NetEventSource_DumpBuffer_3, (NetEventSource * __this, String * thisOrContextObject, String * memberName, Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC(0x0281FBD0, void, NetEventSource_Associate, (Object * first, Object * second, String * memberName, MethodInfo * method)); DO_APP_FUNC(0x0281FD00, void, NetEventSource_Associate_1, (Object * thisOrContextObject, Object * first, Object * second, String * memberName, MethodInfo * method)); DO_APP_FUNC(0x0281FE40, void, NetEventSource_Associate_2, (NetEventSource * __this, String * thisOrContextObject, String * memberName, String * first, String * second, MethodInfo * method)); DO_APP_FUNC(0x0281FEE0, void, NetEventSource_DebugValidateArg, (Object * arg, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetEventSource_DebugValidateArg_1, (FormattableString * arg, MethodInfo * method)); DO_APP_FUNC(0x0281FF30, bool, NetEventSource_get_IsEnabled, (MethodInfo * method)); DO_APP_FUNC(0x0281FF90, String *, NetEventSource_IdOf, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x02820100, int32_t, NetEventSource_GetHashCode, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x02820120, Object *, NetEventSource_Format, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x02820550, String *, NetEventSource_Format_1, (FormattableString * s, MethodInfo * method)); DO_APP_FUNC(0x028209F0, void, NetEventSource_WriteEvent, (NetEventSource * __this, int32_t eventId, String * arg1, String * arg2, String * arg3, String * arg4, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE9F0, NetEventSource_WriteEvent__MethodInfo); DO_APP_FUNC(0x02820A30, void, NetEventSource_WriteEvent_1, (NetEventSource * __this, int32_t eventId, String * arg1, String * arg2, Byte__Array * arg3, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE9E8, NetEventSource_WriteEvent_1__MethodInfo); DO_APP_FUNC(0x02820A80, void, NetEventSource_WriteEvent_2, (NetEventSource * __this, int32_t eventId, String * arg1, int32_t arg2, int32_t arg3, int32_t arg4, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE9D8, NetEventSource_WriteEvent_2__MethodInfo); DO_APP_FUNC(0x02820AC0, void, NetEventSource_WriteEvent_3, (NetEventSource * __this, int32_t eventId, String * arg1, int32_t arg2, String * arg3, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE9E0, NetEventSource_WriteEvent_3__MethodInfo); DO_APP_FUNC(0x02820B00, void, NetEventSource_WriteEvent_4, (NetEventSource * __this, int32_t eventId, String * arg1, String * arg2, int32_t arg3, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE940, NetEventSource_WriteEvent_4__MethodInfo); DO_APP_FUNC(0x02820B40, void, NetEventSource_WriteEvent_5, (NetEventSource * __this, int32_t eventId, String * arg1, String * arg2, String * arg3, int32_t arg4, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE938, NetEventSource_WriteEvent_5__MethodInfo); DO_APP_FUNC(0x02820B80, void, NetEventSource_AcquireDefaultCredential, (NetEventSource * __this, String * packageName, Interop_SspiCli_CredentialUse__Enum intent, MethodInfo * method)); DO_APP_FUNC(0x02820BC0, void, NetEventSource_AcquireCredentialsHandle, (NetEventSource * __this, String * packageName, Interop_SspiCli_CredentialUse__Enum intent, Object * authdata, MethodInfo * method)); DO_APP_FUNC(0x00ACD900, void, NetEventSource_AcquireCredentialsHandle_1, (NetEventSource * __this, String * packageName, Interop_SspiCli_CredentialUse__Enum intent, String * authdata, MethodInfo * method)); DO_APP_FUNC(0x02820BF0, void, NetEventSource_InitializeSecurityContext, (NetEventSource * __this, SafeFreeCredentials * credential, SafeDeleteContext * context, String * targetName, Interop_SspiCli_ContextFlags__Enum inFlags, MethodInfo * method)); DO_APP_FUNC(0x02820C20, void, NetEventSource_InitializeSecurityContext_1, (NetEventSource * __this, String * credential, String * context, String * targetName, Interop_SspiCli_ContextFlags__Enum inFlags, MethodInfo * method)); DO_APP_FUNC(0x02820C50, void, NetEventSource_AcceptSecurityContext, (NetEventSource * __this, SafeFreeCredentials * credential, SafeDeleteContext * context, Interop_SspiCli_ContextFlags__Enum inFlags, MethodInfo * method)); DO_APP_FUNC(0x02820C80, void, NetEventSource_AcceptSecurityContext_1, (NetEventSource * __this, String * credential, String * context, Interop_SspiCli_ContextFlags__Enum inFlags, MethodInfo * method)); DO_APP_FUNC(0x02820CB0, void, NetEventSource_OperationReturnedSomething, (NetEventSource * __this, String * operation, Interop_SECURITY_STATUS__Enum errorCode, MethodInfo * method)); DO_APP_FUNC(0x00ACD900, void, NetEventSource_SecurityContextInputBuffer, (NetEventSource * __this, String * context, int32_t inputBufferSize, int32_t outputBufferSize, Interop_SECURITY_STATUS__Enum errorCode, MethodInfo * method)); DO_APP_FUNC(0x00ACD900, void, NetEventSource_SecurityContextInputBuffers, (NetEventSource * __this, String * context, int32_t inputBuffersSize, int32_t outputBufferSize, Interop_SECURITY_STATUS__Enum errorCode, MethodInfo * method)); DO_APP_FUNC(0x02820CF0, void, NetEventSource_EnumerateSecurityPackages, (NetEventSource * __this, String * securityPackage, MethodInfo * method)); DO_APP_FUNC(0x02820D20, void, NetEventSource_SspiPackageNotFound, (NetEventSource * __this, String * packageName, MethodInfo * method)); DO_APP_FUNC(0x01B7BB00, void, NetEventSource__ctor, (NetEventSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02820D50, void, NetEventSource__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetEventSource_Keywords__ctor, (NetEventSource_Keywords * __this, MethodInfo * method)); DO_APP_FUNC(0x02562D20, bool, RangeValidationHelpers_ValidateRange, (int32_t actual, int32_t fromAllowed, int32_t toAllowed, MethodInfo * method)); DO_APP_FUNC(0x02820E00, void, RangeValidationHelpers_ValidateSegment, (ArraySegment_1_Byte_ segment, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE988, RangeValidationHelpers_ValidateSegment__MethodInfo); DO_APP_FUNC(0x02820F90, SecurityStatusPal, SecurityStatusAdapterPal_GetSecurityStatusPalFromNativeInt, (int32_t win32SecurityStatus, MethodInfo * method)); DO_APP_FUNC(0x02821000, SecurityStatusPal, SecurityStatusAdapterPal_GetSecurityStatusPalFromInterop, (Interop_SECURITY_STATUS__Enum win32SecurityStatus, bool attachException, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE970, SecurityStatusAdapterPal_GetSecurityStatusPalFromInterop__MethodInfo); DO_APP_FUNC(0x02821250, Interop_SECURITY_STATUS__Enum, SecurityStatusAdapterPal_GetInteropFromSecurityStatusPal, (SecurityStatusPal status, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE840, SecurityStatusAdapterPal_GetInteropFromSecurityStatusPal__MethodInfo); DO_APP_FUNC(0x02821360, void, SecurityStatusAdapterPal__cctor, (MethodInfo * method)); DO_APP_FUNC(0x011A23D0, void, SecurityStatusPal__ctor, (SecurityStatusPal * __this, SecurityStatusPalErrorCode__Enum errorCode, Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x028218E0, String *, SecurityStatusPal_ToString, (SecurityStatusPal * __this, MethodInfo * method)); DO_APP_FUNC(0x02562D00, bool, TcpValidationHelpers_ValidatePortNumber, (int32_t port, MethodInfo * method)); DO_APP_FUNC(0x02821B90, void, TlsStream__ctor, (TlsStream * __this, NetworkStream * stream, Socket * socket, String * host, X509CertificateCollection * clientCertificates, MethodInfo * method)); DO_APP_FUNC(0x02821D80, void, TlsStream_AuthenticateAsClient, (TlsStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02821EB0, IAsyncResult *, TlsStream_BeginAuthenticateAsClient, (TlsStream * __this, AsyncCallback * asyncCallback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x02822000, void, TlsStream_EndAuthenticateAsClient, (TlsStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x02822030, IAsyncResult *, TlsStream_BeginWrite, (TlsStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x02822070, void, TlsStream_EndWrite, (TlsStream * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x028220A0, void, TlsStream_Write, (TlsStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x028220D0, int32_t, TlsStream_Read, (TlsStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02822100, IAsyncResult *, TlsStream_BeginRead, (TlsStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x02822140, int32_t, TlsStream_EndRead, (TlsStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x02822170, void, TlsStream_Close, (TlsStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02822200, void, Base64Stream__ctor, (Base64Stream * __this, Stream * stream, Base64WriteStateInfo * writeStateInfo, MethodInfo * method)); DO_APP_FUNC(0x028222E0, void, Base64Stream__ctor_1, (Base64Stream * __this, Base64WriteStateInfo * writeStateInfo, MethodInfo * method)); DO_APP_FUNC(0x028223C0, Base64Stream_ReadStateInfo *, Base64Stream_get_ReadState, (Base64Stream * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, Base64WriteStateInfo *, Base64Stream_get_WriteState, (Base64Stream * __this, MethodInfo * method)); DO_APP_FUNC(0x02822460, IAsyncResult *, Base64Stream_BeginRead, (Base64Stream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE8D0, Base64Stream_BeginRead__MethodInfo); DO_APP_FUNC(0x028226D0, IAsyncResult *, Base64Stream_BeginWrite, (Base64Stream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE798, Base64Stream_BeginWrite__MethodInfo); DO_APP_FUNC(0x02822940, void, Base64Stream_Close, (Base64Stream * __this, MethodInfo * method)); DO_APP_FUNC(0x02822BE0, int32_t, Base64Stream_DecodeBytes, (Base64Stream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE7A0, Base64Stream_DecodeBytes__MethodInfo); DO_APP_FUNC(0x02822E80, int32_t, Base64Stream_EncodeBytes, (Base64Stream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02822EB0, int32_t, Base64Stream_EncodeBytes_1, (Base64Stream * __this, Byte__Array * buffer, int32_t offset, int32_t count, bool dontDeferFinalBytes, bool shouldAppendSpaceToCRLF, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Stream *, Base64Stream_GetStream, (Base64Stream * __this, MethodInfo * method)); DO_APP_FUNC(0x02676F70, String *, Base64Stream_GetEncodedString, (Base64Stream * __this, MethodInfo * method)); DO_APP_FUNC(0x02823AE0, int32_t, Base64Stream_EndRead, (Base64Stream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE768, Base64Stream_EndRead__MethodInfo); DO_APP_FUNC(0x02823BE0, void, Base64Stream_EndWrite, (Base64Stream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE778, Base64Stream_EndWrite__MethodInfo); DO_APP_FUNC(0x02677090, void, Base64Stream_Flush, (Base64Stream * __this, MethodInfo * method)); DO_APP_FUNC(0x02823CE0, void, Base64Stream_FlushInternal, (Base64Stream * __this, MethodInfo * method)); DO_APP_FUNC(0x02823D30, int32_t, Base64Stream_Read, (Base64Stream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE780, Base64Stream_Read__MethodInfo); DO_APP_FUNC(0x02823F60, void, Base64Stream_Write, (Base64Stream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE7C0, Base64Stream_Write__MethodInfo); DO_APP_FUNC(0x02824150, void, Base64Stream__cctor, (MethodInfo * method)); DO_APP_FUNC(0x026774D0, void, Base64Stream_ReadAsyncResult__ctor, (Base64Stream_ReadAsyncResult * __this, Base64Stream * parent, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x028242F0, bool, Base64Stream_ReadAsyncResult_CompleteRead, (Base64Stream_ReadAsyncResult * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x028243B0, void, Base64Stream_ReadAsyncResult_Read, (Base64Stream_ReadAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02824550, void, Base64Stream_ReadAsyncResult_OnRead, (IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE7B0, Base64Stream_ReadAsyncResult_OnRead__MethodInfo); DO_APP_FUNC(0x02824680, int32_t, Base64Stream_ReadAsyncResult_End, (IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02824700, void, Base64Stream_ReadAsyncResult__cctor, (MethodInfo * method)); DO_APP_FUNC(0x026774D0, void, Base64Stream_WriteAsyncResult__ctor, (Base64Stream_WriteAsyncResult * __this, Base64Stream * parent, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x028247E0, void, Base64Stream_WriteAsyncResult_Write, (Base64Stream_WriteAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x026775E0, void, Base64Stream_WriteAsyncResult_CompleteWrite, (Base64Stream_WriteAsyncResult * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02824A80, void, Base64Stream_WriteAsyncResult_OnWrite, (IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE6D8, Base64Stream_WriteAsyncResult_OnWrite__MethodInfo); DO_APP_FUNC(0x02824C10, void, Base64Stream_WriteAsyncResult_End, (IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02824C80, void, Base64Stream_WriteAsyncResult__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD20, uint8_t, Base64Stream_ReadStateInfo_get_Val, (Base64Stream_ReadStateInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, Base64Stream_ReadStateInfo_set_Val, (Base64Stream_ReadStateInfo * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x00422A30, uint8_t, Base64Stream_ReadStateInfo_get_Pos, (Base64Stream_ReadStateInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A40, void, Base64Stream_ReadStateInfo_set_Pos, (Base64Stream_ReadStateInfo * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Base64Stream_ReadStateInfo__ctor, (Base64Stream_ReadStateInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02824D60, void, ClosableStream__ctor, (ClosableStream * __this, Stream * stream, EventHandler * onClose, MethodInfo * method)); DO_APP_FUNC(0x02824DD0, void, ClosableStream_Close, (ClosableStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02824E50, void, DelegatedStream__ctor, (DelegatedStream * __this, Stream * stream, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE6B0, DelegatedStream__ctor__MethodInfo); DO_APP_FUNC(0x003B93B0, Stream *, DelegatedStream_get_BaseStream, (DelegatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63A30, bool, DelegatedStream_get_CanRead, (DelegatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63A60, bool, DelegatedStream_get_CanSeek, (DelegatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63A90, bool, DelegatedStream_get_CanWrite, (DelegatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02825000, int64_t, DelegatedStream_get_Length, (DelegatedStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE6D0, DelegatedStream_get_Length__MethodInfo); DO_APP_FUNC(0x028250A0, int64_t, DelegatedStream_get_Position, (DelegatedStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE6B8, DelegatedStream_get_Position__MethodInfo); DO_APP_FUNC(0x02825140, void, DelegatedStream_set_Position, (DelegatedStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE6C0, DelegatedStream_set_Position__MethodInfo); DO_APP_FUNC(0x028251F0, IAsyncResult *, DelegatedStream_BeginRead, (DelegatedStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE738, DelegatedStream_BeginRead__MethodInfo); DO_APP_FUNC(0x028252E0, IAsyncResult *, DelegatedStream_BeginWrite, (DelegatedStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE728, DelegatedStream_BeginWrite__MethodInfo); DO_APP_FUNC(0x028253D0, void, DelegatedStream_Close, (DelegatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02825400, int32_t, DelegatedStream_EndRead, (DelegatedStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE750, DelegatedStream_EndRead__MethodInfo); DO_APP_FUNC(0x028254B0, void, DelegatedStream_EndWrite, (DelegatedStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE758, DelegatedStream_EndWrite__MethodInfo); DO_APP_FUNC(0x01E63AC0, void, DelegatedStream_Flush, (DelegatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026997D0, Task *, DelegatedStream_FlushAsync, (DelegatedStream * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x02825560, int32_t, DelegatedStream_Read, (DelegatedStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE740, DelegatedStream_Read__MethodInfo); DO_APP_FUNC(0x02825640, Task_1_System_Int32_ *, DelegatedStream_ReadAsync, (DelegatedStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE748, DelegatedStream_ReadAsync__MethodInfo); DO_APP_FUNC(0x02825720, int64_t, DelegatedStream_Seek, (DelegatedStream * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE6F0, DelegatedStream_Seek__MethodInfo); DO_APP_FUNC(0x028257E0, void, DelegatedStream_SetLength, (DelegatedStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE6F8, DelegatedStream_SetLength__MethodInfo); DO_APP_FUNC(0x02825890, void, DelegatedStream_Write, (DelegatedStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE6E0, DelegatedStream_Write__MethodInfo); DO_APP_FUNC(0x02825960, Task *, DelegatedStream_WriteAsync, (DelegatedStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE6E8, DelegatedStream_WriteAsync__MethodInfo); DO_APP_FUNC(0x02825A40, void, TrackingStringDictionary__ctor, (TrackingStringDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x02825A60, void, TrackingStringDictionary__ctor_1, (TrackingStringDictionary * __this, bool isReadOnly, MethodInfo * method)); DO_APP_FUNC(0x006FF3A0, bool, TrackingStringDictionary_get_IsChanged, (TrackingStringDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3B0, void, TrackingStringDictionary_set_IsChanged, (TrackingStringDictionary * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02825A90, void, TrackingStringDictionary_Add, (TrackingStringDictionary * __this, String * key, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE710, TrackingStringDictionary_Add__MethodInfo); DO_APP_FUNC(0x02825BA0, void, TrackingStringDictionary_Clear, (TrackingStringDictionary * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE718, TrackingStringDictionary_Clear__MethodInfo); DO_APP_FUNC(0x02825C30, void, TrackingStringDictionary_Remove, (TrackingStringDictionary * __this, String * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE700, TrackingStringDictionary_Remove__MethodInfo); DO_APP_FUNC(0x02825D40, String *, TrackingStringDictionary_get_Item, (TrackingStringDictionary * __this, String * key, MethodInfo * method)); DO_APP_FUNC(0x02825D50, void, TrackingStringDictionary_set_Item, (TrackingStringDictionary * __this, String * key, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE708, TrackingStringDictionary_set_Item__MethodInfo); DO_APP_FUNC(0x02825E60, void, TrackingValidationObjectDictionary__ctor, (TrackingValidationObjectDictionary * __this, Dictionary_2_System_String_System_Net_TrackingValidationObjectDictionary_ValidateAndParseValue_ * validators, MethodInfo * method)); DO_APP_FUNC(0x02825ED0, void, TrackingValidationObjectDictionary_PersistValue, (TrackingValidationObjectDictionary * __this, String * key, String * value, bool addValue, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, TrackingValidationObjectDictionary_get_IsChanged, (TrackingValidationObjectDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, TrackingValidationObjectDictionary_set_IsChanged, (TrackingValidationObjectDictionary * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02826300, Object *, TrackingValidationObjectDictionary_InternalGet, (TrackingValidationObjectDictionary * __this, String * key, MethodInfo * method)); DO_APP_FUNC(0x02826390, void, TrackingValidationObjectDictionary_InternalSet, (TrackingValidationObjectDictionary * __this, String * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02825D40, String *, TrackingValidationObjectDictionary_get_Item, (TrackingValidationObjectDictionary * __this, String * key, MethodInfo * method)); DO_APP_FUNC(0x02826580, void, TrackingValidationObjectDictionary_set_Item, (TrackingValidationObjectDictionary * __this, String * key, String * value, MethodInfo * method)); DO_APP_FUNC(0x028265A0, void, TrackingValidationObjectDictionary_Add, (TrackingValidationObjectDictionary * __this, String * key, String * value, MethodInfo * method)); DO_APP_FUNC(0x028265C0, void, TrackingValidationObjectDictionary_Clear, (TrackingValidationObjectDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x02826630, void, TrackingValidationObjectDictionary_Remove, (TrackingValidationObjectDictionary * __this, String * key, MethodInfo * method)); DO_APP_FUNC(0x01095920, void, TrackingValidationObjectDictionary_ValidateAndParseValue__ctor, (TrackingValidationObjectDictionary_ValidateAndParseValue * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, Object *, TrackingValidationObjectDictionary_ValidateAndParseValue_Invoke, (TrackingValidationObjectDictionary_ValidateAndParseValue * __this, Object * valueToValidate, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, TrackingValidationObjectDictionary_ValidateAndParseValue_BeginInvoke, (TrackingValidationObjectDictionary_ValidateAndParseValue * __this, Object * valueToValidate, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, Object *, TrackingValidationObjectDictionary_ValidateAndParseValue_EndInvoke, (TrackingValidationObjectDictionary_ValidateAndParseValue * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HttpVersion__ctor, (HttpVersion * __this, MethodInfo * method)); DO_APP_FUNC(0x02826720, void, HttpVersion__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0148B280, bool, IPAddress_get_IsIPv4, (IPAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x00C22950, bool, IPAddress_get_IsIPv6, (IPAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, uint32_t, IPAddress_get_PrivateAddress, (IPAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x028269B0, void, IPAddress_set_PrivateAddress, (IPAddress * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, uint32_t, IPAddress_get_PrivateScopeId, (IPAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x028269B0, void, IPAddress_set_PrivateScopeId, (IPAddress * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x02826A20, void, IPAddress__ctor, (IPAddress * __this, int64_t newAddress, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE678, IPAddress__ctor__MethodInfo); DO_APP_FUNC(0x02826AA0, void, IPAddress__ctor_1, (IPAddress * __this, Byte__Array * address, int64_t scopeid, MethodInfo * method)); DO_APP_FUNC(0x02826B50, void, IPAddress__ctor_2, (IPAddress * __this, ReadOnlySpan_1_Byte_ address, int64_t scopeid, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE6A8, IPAddress__ctor_2__MethodInfo); DO_APP_FUNC(0x02826D90, void, IPAddress__ctor_3, (IPAddress * __this, uint16_t * numbers, int32_t numbersLength, uint32_t scopeid, MethodInfo * method)); DO_APP_FUNC(0x02826EE0, void, IPAddress__ctor_4, (IPAddress * __this, UInt16__Array * numbers, uint32_t scopeid, MethodInfo * method)); DO_APP_FUNC(0x02826FB0, void, IPAddress__ctor_5, (IPAddress * __this, Byte__Array * address, MethodInfo * method)); DO_APP_FUNC(0x02827050, void, IPAddress__ctor_6, (IPAddress * __this, ReadOnlySpan_1_Byte_ address, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE690, IPAddress__ctor_6__MethodInfo); DO_APP_FUNC(0x028269B0, void, IPAddress__ctor_7, (IPAddress * __this, int32_t newAddress, MethodInfo * method)); DO_APP_FUNC(0x02827240, bool, IPAddress_TryParse, (String * ipString, IPAddress * * address, MethodInfo * method)); DO_APP_FUNC(0x02827380, bool, IPAddress_TryParse_1, (ReadOnlySpan_1_Char_ ipSpan, IPAddress * * address, MethodInfo * method)); DO_APP_FUNC(0x02827400, IPAddress *, IPAddress_Parse, (String * ipString, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE638, IPAddress_Parse__MethodInfo); DO_APP_FUNC(0x028274C0, IPAddress *, IPAddress_Parse_1, (ReadOnlySpan_1_Char_ ipSpan, MethodInfo * method)); DO_APP_FUNC(0x028274E0, bool, IPAddress_TryWriteBytes, (IPAddress * __this, Span_1_Byte_ destination, int32_t * bytesWritten, MethodInfo * method)); DO_APP_FUNC(0x028275E0, void, IPAddress_WriteIPv6Bytes, (IPAddress * __this, Span_1_Byte_ destination, MethodInfo * method)); DO_APP_FUNC(0x02827680, void, IPAddress_WriteIPv4Bytes, (IPAddress * __this, Span_1_Byte_ destination, MethodInfo * method)); DO_APP_FUNC(0x028276D0, Byte__Array *, IPAddress_GetAddressBytes, (IPAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x02827880, AddressFamily__Enum, IPAddress_get_AddressFamily, (IPAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x028278A0, int64_t, IPAddress_get_ScopeId, (IPAddress * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE648, IPAddress_get_ScopeId__MethodInfo); DO_APP_FUNC(0x02827910, void, IPAddress_set_ScopeId, (IPAddress * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE640, IPAddress_set_ScopeId__MethodInfo); DO_APP_FUNC(0x028279D0, String *, IPAddress_ToString, (IPAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x02827AB0, bool, IPAddress_TryFormat, (IPAddress * __this, Span_1_Char_ destination, int32_t * charsWritten, MethodInfo * method)); DO_APP_FUNC(0x02827BE0, int64_t, IPAddress_HostToNetworkOrder, (int64_t host, MethodInfo * method)); DO_APP_FUNC(0x02827C60, int32_t, IPAddress_HostToNetworkOrder_1, (int32_t host, MethodInfo * method)); DO_APP_FUNC(0x02827CC0, int16_t, IPAddress_HostToNetworkOrder_2, (int16_t host, MethodInfo * method)); DO_APP_FUNC(0x02827D30, int64_t, IPAddress_NetworkToHostOrder, (int64_t network, MethodInfo * method)); DO_APP_FUNC(0x02827DE0, int32_t, IPAddress_NetworkToHostOrder_1, (int32_t network, MethodInfo * method)); DO_APP_FUNC(0x02827E80, int16_t, IPAddress_NetworkToHostOrder_2, (int16_t network, MethodInfo * method)); DO_APP_FUNC(0x02827F20, bool, IPAddress_IsLoopback, (IPAddress * address, MethodInfo * method)); DO_APP_FUNC(0x02828000, bool, IPAddress_get_IsIPv6Multicast, (IPAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x02828040, bool, IPAddress_get_IsIPv6LinkLocal, (IPAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x02828080, bool, IPAddress_get_IsIPv6SiteLocal, (IPAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x028280C0, bool, IPAddress_get_IsIPv6Teredo, (IPAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x02828100, bool, IPAddress_get_IsIPv4MappedToIPv6, (IPAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x02828160, int64_t, IPAddress_get_Address, (IPAddress * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE650, IPAddress_get_Address__MethodInfo); DO_APP_FUNC(0x028281D0, void, IPAddress_set_Address, (IPAddress * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE660, IPAddress_set_Address__MethodInfo); DO_APP_FUNC(0x028282D0, bool, IPAddress_Equals, (IPAddress * __this, Object * comparandObj, bool compareScopeId, MethodInfo * method)); DO_APP_FUNC(0x02828410, bool, IPAddress_Equals_1, (IPAddress * __this, Object * comparand, MethodInfo * method)); DO_APP_FUNC(0x02828420, int32_t, IPAddress_GetHashCode, (IPAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x02828930, IPAddress *, IPAddress_MapToIPv6, (IPAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x02828AE0, IPAddress *, IPAddress_MapToIPv4, (IPAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x02828BC0, Byte__Array *, IPAddress_ThrowAddressNullException, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE620, IPAddress_ThrowAddressNullException__MethodInfo); DO_APP_FUNC(0x02828C20, void, IPAddress__cctor, (MethodInfo * method)); DO_APP_FUNC(0x028292F0, void, IPAddress_ReadOnlyIPAddress__ctor, (IPAddress_ReadOnlyIPAddress * __this, int64_t newAddress, MethodInfo * method)); DO_APP_FUNC(0x02829350, IPAddress *, IPAddressParser_Parse, (ReadOnlySpan_1_Char_ ipSpan, bool tryParse, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AC78, IPAddressParser_Parse__MethodInfo); DO_APP_FUNC(0x02829870, String *, IPAddressParser_IPv4AddressToString, (uint32_t address, MethodInfo * method)); DO_APP_FUNC(0x028298D0, void, IPAddressParser_IPv4AddressToString_1, (uint32_t address, StringBuilder * destination, MethodInfo * method)); DO_APP_FUNC(0x02829940, bool, IPAddressParser_IPv4AddressToString_2, (uint32_t address, Span_1_Char_ formatted, int32_t * charsWritten, MethodInfo * method)); DO_APP_FUNC(0x028299D0, int32_t, IPAddressParser_IPv4AddressToStringHelper, (uint32_t address, uint16_t * addressString, MethodInfo * method)); DO_APP_FUNC(0x02829C00, String *, IPAddressParser_IPv6AddressToString, (UInt16__Array * address, uint32_t scopeId, MethodInfo * method)); DO_APP_FUNC(0x02829C60, bool, IPAddressParser_IPv6AddressToString_1, (UInt16__Array * address, uint32_t scopeId, Span_1_Char_ destination, int32_t * charsWritten, MethodInfo * method)); DO_APP_FUNC(0x02829D30, StringBuilder *, IPAddressParser_IPv6AddressToStringHelper, (UInt16__Array * address, uint32_t scopeId, MethodInfo * method)); DO_APP_FUNC(0x0282A180, void, IPAddressParser_FormatIPv4AddressNumber, (int32_t number, uint16_t * addressString, int32_t * offset, MethodInfo * method)); DO_APP_FUNC(0x0282A230, bool, IPAddressParser_Ipv4StringToAddress, (ReadOnlySpan_1_Char_ ipSpan, int64_t * address, MethodInfo * method)); DO_APP_FUNC(0x0282A300, bool, IPAddressParser_Ipv6StringToAddress, (ReadOnlySpan_1_Char_ ipSpan, uint16_t * numbers, int32_t numbersLength, uint32_t * scope, MethodInfo * method)); DO_APP_FUNC(0x0282A440, void, IPAddressParser_AppendSections, (UInt16__Array * address, int32_t fromInclusive, int32_t toExclusive, StringBuilder * buffer, MethodInfo * method)); DO_APP_FUNC(0x0282A610, void, IPAddressParser_AppendHex, (uint16_t value, StringBuilder * buffer, MethodInfo * method)); DO_APP_FUNC(0x0282A6C0, uint32_t, IPAddressParser_ExtractIPv4Address, (UInt16__Array * address, MethodInfo * method)); DO_APP_FUNC(0x01B7C950, uint16_t, IPAddressParser_Reverse, (uint16_t number, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IPAddressParser__ctor, (IPAddressParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0282A710, AddressFamily__Enum, IPEndPoint_get_AddressFamily, (IPEndPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x0282A740, void, IPEndPoint__ctor, (IPEndPoint * __this, int64_t address, int32_t port, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7ABB8, IPEndPoint__ctor__MethodInfo); DO_APP_FUNC(0x0282A870, void, IPEndPoint__ctor_1, (IPEndPoint * __this, IPAddress * address, int32_t port, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AB88, IPEndPoint__ctor_1__MethodInfo); DO_APP_FUNC(0x003B93C0, IPAddress *, IPEndPoint_get_Address, (IPEndPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, IPEndPoint_set_Address, (IPEndPoint * __this, IPAddress * value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, IPEndPoint_get_Port, (IPEndPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x0282A990, void, IPEndPoint_set_Port, (IPEndPoint * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AB80, IPEndPoint_set_Port__MethodInfo); DO_APP_FUNC(0x0282AA10, String *, IPEndPoint_ToString, (IPEndPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x0282ABA0, SocketAddress *, IPEndPoint_Serialize, (IPEndPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x0282AC50, EndPoint *, IPEndPoint_Create, (IPEndPoint * __this, SocketAddress * socketAddress, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7ABE8, IPEndPoint_Create__MethodInfo); DO_APP_FUNC(0x0282AF60, bool, IPEndPoint_Equals, (IPEndPoint * __this, Object * comparand, MethodInfo * method)); DO_APP_FUNC(0x0282B010, int32_t, IPEndPoint_GetHashCode, (IPEndPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x0282B050, void, IPEndPoint__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0282B350, void, CommandStream__ctor, (CommandStream * __this, TcpClient * client, MethodInfo * method)); DO_APP_FUNC(0x0282B5B0, void, CommandStream_Abort, (CommandStream * __this, Exception * e, MethodInfo * method)); DO_APP_FUNC(0x0282B8A0, void, CommandStream_Dispose, (CommandStream * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x0282B940, void, CommandStream_InvokeRequestCallback, (CommandStream * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, CommandStream_get_RecoverableFailure, (CommandStream * __this, MethodInfo * method)); DO_APP_FUNC(0x0282B9E0, void, CommandStream_MarkAsRecoverableFailure, (CommandStream * __this, MethodInfo * method)); DO_APP_FUNC(0x0282B9F0, Stream *, CommandStream_SubmitRequest, (CommandStream * __this, WebRequest * request, bool isAsync, bool readInitalResponseOnConnect, MethodInfo * method)); DO_APP_FUNC(0x0282BA90, void, CommandStream_ClearState, (CommandStream * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, CommandStream_PipelineEntry__Array *, CommandStream_BuildCommandsList, (CommandStream * __this, WebRequest * request, MethodInfo * method)); DO_APP_FUNC(0x0282BAB0, Exception *, CommandStream_GenerateException, (CommandStream * __this, String * message, WebExceptionStatus__Enum status, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x0282BB40, Exception *, CommandStream_GenerateException_1, (CommandStream * __this, FtpStatusCode__Enum code, String * statusDescription, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x0282BC00, void, CommandStream_InitCommandPipeline, (CommandStream * __this, WebRequest * request, CommandStream_PipelineEntry__Array * commands, bool isAsync, MethodInfo * method)); DO_APP_FUNC(0x0282BDD0, void, CommandStream_CheckContinuePipeline, (CommandStream * __this, MethodInfo * method)); DO_APP_FUNC(0x0282BE10, Stream *, CommandStream_ContinueCommandPipeline, (CommandStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AB40, CommandStream_ContinueCommandPipeline__MethodInfo); DO_APP_FUNC(0x0282C210, bool, CommandStream_PostSendCommandProcessing, (CommandStream * __this, Stream * * stream, MethodInfo * method)); DO_APP_FUNC(0x0282C380, bool, CommandStream_PostReadCommandProcessing, (CommandStream * __this, Stream * * stream, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AB58, CommandStream_PostReadCommandProcessing__MethodInfo); DO_APP_FUNC(0x003C94D0, CommandStream_PipelineInstruction__Enum, CommandStream_PipelineCallback, (CommandStream * __this, CommandStream_PipelineEntry * entry, ResponseDescription * response, bool timeout, Stream * * stream, MethodInfo * method)); DO_APP_FUNC(0x0282C5D0, void, CommandStream_ReadCallback, (IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A9D0, CommandStream_ReadCallback__MethodInfo); DO_APP_FUNC(0x0282C7D0, void, CommandStream_WriteCallback, (IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A9C8, CommandStream_WriteCallback__MethodInfo); DO_APP_FUNC(0x003C7020, Encoding *, CommandStream_get_Encoding, (CommandStream * __this, MethodInfo * method)); DO_APP_FUNC(0x0282C960, void, CommandStream_set_Encoding, (CommandStream * __this, Encoding * value, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, CommandStream_CheckValid, (CommandStream * __this, ResponseDescription * response, int32_t * validThrough, int32_t * completeLength, MethodInfo * method)); DO_APP_FUNC(0x0282CA50, ResponseDescription *, CommandStream_ReceiveCommandResponse, (CommandStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AB30, CommandStream_ReceiveCommandResponse__MethodInfo); DO_APP_FUNC(0x0282CCD0, void, CommandStream_ReceiveCommandResponseCallback, (CommandStream * __this, ReceiveState * state, int32_t bytesRead, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A9B8, CommandStream_ReceiveCommandResponseCallback__MethodInfo); DO_APP_FUNC(0x0282D410, void, CommandStream__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, CommandStream_PipelineEntry__ctor, (CommandStream_PipelineEntry * __this, String * command, MethodInfo * method)); DO_APP_FUNC(0x00A9FD50, void, CommandStream_PipelineEntry__ctor_1, (CommandStream_PipelineEntry * __this, String * command, CommandStream_PipelineEntryFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x0282D5C0, bool, CommandStream_PipelineEntry_HasFlag, (CommandStream_PipelineEntry * __this, CommandStream_PipelineEntryFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x0282D5D0, bool, ResponseDescription_get_PositiveIntermediate, (ResponseDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x0282D5F0, bool, ResponseDescription_get_PositiveCompletion, (ResponseDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x0282D610, bool, ResponseDescription_get_TransientFailure, (ResponseDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x0282D630, bool, ResponseDescription_get_PermanentFailure, (ResponseDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x0282D650, bool, ResponseDescription_get_InvalidStatusCode, (ResponseDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x0282D670, void, ResponseDescription__ctor, (ResponseDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x0282D730, void, ReceiveState__ctor, (ReceiveState * __this, CommandStream * connection, MethodInfo * method)); DO_APP_FUNC(0x0282D990, NetworkCredential *, FtpControlStream_get_Credentials, (FtpControlStream * __this, MethodInfo * method)); DO_APP_FUNC(0x0282DA50, void, FtpControlStream_set_Credentials, (FtpControlStream * __this, NetworkCredential * value, MethodInfo * method)); DO_APP_FUNC(0x0282DB50, void, FtpControlStream__ctor, (FtpControlStream * __this, TcpClient * client, MethodInfo * method)); DO_APP_FUNC(0x0282DC30, void, FtpControlStream_AbortConnect, (FtpControlStream * __this, MethodInfo * method)); DO_APP_FUNC(0x0282DC50, void, FtpControlStream_AcceptCallback, (IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AA60, FtpControlStream_AcceptCallback__MethodInfo); DO_APP_FUNC(0x0282DF90, void, FtpControlStream_ConnectCallback, (IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A748, FtpControlStream_ConnectCallback__MethodInfo); DO_APP_FUNC(0x0282E0A0, void, FtpControlStream_SSLHandshakeCallback, (IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A740, FtpControlStream_SSLHandshakeCallback__MethodInfo); DO_APP_FUNC(0x0282E1D0, CommandStream_PipelineInstruction__Enum, FtpControlStream_QueueOrCreateFtpDataStream, (FtpControlStream * __this, Stream * * stream, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A8F0, FtpControlStream_QueueOrCreateFtpDataStream__MethodInfo); DO_APP_FUNC(0x0282E620, void, FtpControlStream_ClearState, (FtpControlStream * __this, MethodInfo * method)); DO_APP_FUNC(0x0282E870, CommandStream_PipelineInstruction__Enum, FtpControlStream_PipelineCallback, (FtpControlStream * __this, CommandStream_PipelineEntry * entry, ResponseDescription * response, bool timeout, Stream * * stream, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A960, FtpControlStream_PipelineCallback__MethodInfo); DO_APP_FUNC(0x0282F580, CommandStream_PipelineEntry__Array *, FtpControlStream_BuildCommandsList, (FtpControlStream * __this, WebRequest * req, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A820, FtpControlStream_BuildCommandsList__MethodInfo); DO_APP_FUNC(0x02830E80, CommandStream_PipelineInstruction__Enum, FtpControlStream_QueueOrCreateDataConection, (FtpControlStream * __this, CommandStream_PipelineEntry * entry, ResponseDescription * response, bool timeout, Stream * * stream, bool * isSocketReady, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A8A8, FtpControlStream_QueueOrCreateDataConection__MethodInfo); DO_APP_FUNC(0x028316D0, void, FtpControlStream_GetPathInfo, (FtpControlStream_GetPathOption__Enum pathOption, Uri * uri, String * * path, String * * directory, String * * filename, MethodInfo * method)); DO_APP_FUNC(0x02831A70, String *, FtpControlStream_FormatAddress, (FtpControlStream * __this, IPAddress * address, int32_t Port, MethodInfo * method)); DO_APP_FUNC(0x02831C70, String *, FtpControlStream_FormatAddressV6, (FtpControlStream * __this, IPAddress * address, int32_t port, MethodInfo * method)); DO_APP_FUNC(0x0070ED80, int64_t, FtpControlStream_get_ContentLength, (FtpControlStream * __this, MethodInfo * method)); DO_APP_FUNC(0x004F66F0, DateTime, FtpControlStream_get_LastModified, (FtpControlStream * __this, MethodInfo * method)); DO_APP_FUNC(0x003C2850, Uri *, FtpControlStream_get_ResponseUri, (FtpControlStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02831E50, String *, FtpControlStream_get_BannerMessage, (FtpControlStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02831E80, String *, FtpControlStream_get_WelcomeMessage, (FtpControlStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02831EB0, String *, FtpControlStream_get_ExitMessage, (FtpControlStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02831EE0, int64_t, FtpControlStream_GetContentLengthFrom213Response, (FtpControlStream * __this, String * responseString, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A7B8, FtpControlStream_GetContentLengthFrom213Response__MethodInfo); DO_APP_FUNC(0x028320B0, DateTime, FtpControlStream_GetLastModifiedFrom213Response, (FtpControlStream * __this, String * str, MethodInfo * method)); DO_APP_FUNC(0x028326B0, void, FtpControlStream_TryUpdateResponseUri, (FtpControlStream * __this, String * str, FtpWebRequest * request, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A7A0, FtpControlStream_TryUpdateResponseUri__MethodInfo); DO_APP_FUNC(0x02832DD0, void, FtpControlStream_TryUpdateContentLength, (FtpControlStream * __this, String * str, MethodInfo * method)); DO_APP_FUNC(0x02832EE0, String *, FtpControlStream_GetLoginDirectory, (FtpControlStream * __this, String * str, MethodInfo * method)); DO_APP_FUNC(0x02832F90, int32_t, FtpControlStream_GetPortV4, (FtpControlStream * __this, String * responseString, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A7F0, FtpControlStream_GetPortV4__MethodInfo); DO_APP_FUNC(0x028332E0, int32_t, FtpControlStream_GetPortV6, (FtpControlStream * __this, String * responseString, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A7F8, FtpControlStream_GetPortV6__MethodInfo); DO_APP_FUNC(0x02833530, void, FtpControlStream_CreateFtpListenerSocket, (FtpControlStream * __this, FtpWebRequest * request, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A7D8, FtpControlStream_CreateFtpListenerSocket__MethodInfo); DO_APP_FUNC(0x02833810, String *, FtpControlStream_GetPortCommandLine, (FtpControlStream * __this, FtpWebRequest * request, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A7E0, FtpControlStream_GetPortCommandLine__MethodInfo); DO_APP_FUNC(0x028339D0, String *, FtpControlStream_FormatFtpCommand, (FtpControlStream * __this, String * command, String * parameter, MethodInfo * method)); DO_APP_FUNC(0x02833B30, Socket *, FtpControlStream_CreateFtpDataSocket, (FtpControlStream * __this, FtpWebRequest * request, Socket * templateSocket, MethodInfo * method)); DO_APP_FUNC(0x02833BD0, bool, FtpControlStream_CheckValid, (FtpControlStream * __this, ResponseDescription * response, int32_t * validThrough, int32_t * completeLength, MethodInfo * method)); DO_APP_FUNC(0x02833FA0, TriState__Enum, FtpControlStream_IsFtpDataStreamWriteable, (FtpControlStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02834030, void, FtpControlStream__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FtpControlStream_c_DisplayClass31_0__ctor, (FtpControlStream_c_DisplayClass31_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02834290, void, FtpControlStream_c_DisplayClass31_0__PipelineCallback_b__0, (FtpControlStream_c_DisplayClass31_0 * __this, IAsyncResult * ar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A8F8, FtpControlStream_c_DisplayClass31_0__PipelineCallback_b__0__MethodInfo); DO_APP_FUNC(0x02834390, void, FtpDataStream__ctor, (FtpDataStream * __this, NetworkStream * networkStream, FtpWebRequest * request, TriState__Enum writeOnly, MethodInfo * method)); DO_APP_FUNC(0x02834530, void, FtpDataStream_Dispose, (FtpDataStream * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x028345C0, void, FtpDataStream_System_Net_ICloseEx_CloseEx, (FtpDataStream * __this, CloseExState__Enum closeState, MethodInfo * method)); DO_APP_FUNC(0x02834B20, void, FtpDataStream_CheckError, (FtpDataStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A788, FtpDataStream_CheckError__MethodInfo); DO_APP_FUNC(0x00422AF0, bool, FtpDataStream_get_CanRead, (FtpDataStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E61860, bool, FtpDataStream_get_CanSeek, (FtpDataStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, FtpDataStream_get_CanWrite, (FtpDataStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8D270, int64_t, FtpDataStream_get_Length, (FtpDataStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8D2D0, int64_t, FtpDataStream_get_Position, (FtpDataStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01A7A100, void, FtpDataStream_set_Position, (FtpDataStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x02834B70, int64_t, FtpDataStream_Seek, (FtpDataStream * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC(0x02834C10, int32_t, FtpDataStream_Read, (FtpDataStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02834CE0, void, FtpDataStream_Write, (FtpDataStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02834D80, void, FtpDataStream_AsyncReadCallback, (FtpDataStream * __this, IAsyncResult * ar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A760, FtpDataStream_AsyncReadCallback__MethodInfo); DO_APP_FUNC(0x02834F50, IAsyncResult *, FtpDataStream_BeginRead, (FtpDataStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x028350F0, int32_t, FtpDataStream_EndRead, (FtpDataStream * __this, IAsyncResult * ar, MethodInfo * method)); DO_APP_FUNC(0x028352C0, IAsyncResult *, FtpDataStream_BeginWrite, (FtpDataStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x02835380, void, FtpDataStream_EndWrite, (FtpDataStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x01E61890, void, FtpDataStream_Flush, (FtpDataStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8D5A0, void, FtpDataStream_SetLength, (FtpDataStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x02835400, bool, FtpDataStream_get_CanTimeout, (FtpDataStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02835430, int32_t, FtpDataStream_get_ReadTimeout, (FtpDataStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01A7A290, void, FtpDataStream_set_ReadTimeout, (FtpDataStream * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02835460, int32_t, FtpDataStream_get_WriteTimeout, (FtpDataStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01A7A480, void, FtpDataStream_set_WriteTimeout, (FtpDataStream * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02835490, void, FtpDataStream_SetSocketTimeoutOption, (FtpDataStream * __this, int32_t timeout, MethodInfo * method)); DO_APP_FUNC(0x028354F0, void, FtpMethodInfo__ctor, (FtpMethodInfo * __this, String * method_1, FtpOperation__Enum operation, FtpMethodFlags__Enum flags, String * httpCommand, MethodInfo * method)); DO_APP_FUNC(0x028355C0, bool, FtpMethodInfo_HasFlag, (FtpMethodInfo * __this, FtpMethodFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x028355D0, bool, FtpMethodInfo_get_IsCommandOnly, (FtpMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x028355E0, bool, FtpMethodInfo_get_IsUpload, (FtpMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02328DC0, bool, FtpMethodInfo_get_IsDownload, (FtpMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x028355F0, bool, FtpMethodInfo_get_ShouldParseForResponseUri, (FtpMethodInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02835600, FtpMethodInfo *, FtpMethodInfo_GetMethodInfo, (String * method_1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A6C0, FtpMethodInfo_GetMethodInfo__MethodInfo); DO_APP_FUNC(0x02835850, void, FtpMethodInfo__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003C5420, FtpMethodInfo *, FtpWebRequest_get_MethodInfo, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02835FE0, RequestCachePolicy *, FtpWebRequest_get_DefaultCachePolicy, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FtpWebRequest_set_DefaultCachePolicy, (RequestCachePolicy * value, MethodInfo * method)); DO_APP_FUNC(0x0202E7A0, String *, FtpWebRequest_get_Method, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02836030, void, FtpWebRequest_set_Method, (FtpWebRequest * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A730, FtpWebRequest_set_Method__MethodInfo); DO_APP_FUNC(0x003C5490, String *, FtpWebRequest_get_RenameTo, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02836230, void, FtpWebRequest_set_RenameTo, (FtpWebRequest * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A6E8, FtpWebRequest_set_RenameTo__MethodInfo); DO_APP_FUNC(0x003C5390, ICredentials *, FtpWebRequest_get_Credentials, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02836370, void, FtpWebRequest_set_Credentials, (FtpWebRequest * __this, ICredentials * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A6F8, FtpWebRequest_set_Credentials__MethodInfo); DO_APP_FUNC(0x003CB370, Uri *, FtpWebRequest_get_RequestUri, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x01B48D90, int32_t, FtpWebRequest_get_Timeout, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02836500, void, FtpWebRequest_set_Timeout, (FtpWebRequest * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A708, FtpWebRequest_set_Timeout__MethodInfo); DO_APP_FUNC(0x01015EC0, int32_t, FtpWebRequest_get_RemainingTimeout, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A650, int32_t, FtpWebRequest_get_ReadWriteTimeout, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02836640, void, FtpWebRequest_set_ReadWriteTimeout, (FtpWebRequest * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A700, FtpWebRequest_set_ReadWriteTimeout__MethodInfo); DO_APP_FUNC(0x003C7030, int64_t, FtpWebRequest_get_ContentOffset, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02836720, void, FtpWebRequest_set_ContentOffset, (FtpWebRequest * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A718, FtpWebRequest_set_ContentOffset__MethodInfo); DO_APP_FUNC(0x003C7020, int64_t, FtpWebRequest_get_ContentLength, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D0E0, void, FtpWebRequest_set_ContentLength, (FtpWebRequest * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IWebProxy *, FtpWebRequest_get_Proxy, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x028367F0, void, FtpWebRequest_set_Proxy, (FtpWebRequest * __this, IWebProxy * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A710, FtpWebRequest_set_Proxy__MethodInfo); DO_APP_FUNC(0x004C5F40, String *, FtpWebRequest_get_ConnectionGroupName, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02836860, void, FtpWebRequest_set_ConnectionGroupName, (FtpWebRequest * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A610, FtpWebRequest_set_ConnectionGroupName__MethodInfo); DO_APP_FUNC(0x02836920, ServicePoint *, FtpWebRequest_get_ServicePoint, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x0185B6A0, bool, FtpWebRequest_get_Aborted, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02836A20, void, FtpWebRequest__ctor, (FtpWebRequest * __this, Uri * uri, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A620, FtpWebRequest__ctor__MethodInfo); DO_APP_FUNC(0x02837010, WebResponse *, FtpWebRequest_GetResponse, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A5F0, FtpWebRequest_GetResponse__MethodInfo); DO_APP_FUNC(0x028378A0, IAsyncResult *, FtpWebRequest_BeginGetResponse, (FtpWebRequest * __this, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A608, FtpWebRequest_BeginGetResponse__MethodInfo); DO_APP_FUNC(0x02838100, WebResponse *, FtpWebRequest_EndGetResponse, (FtpWebRequest * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A658, FtpWebRequest_EndGetResponse__MethodInfo); DO_APP_FUNC(0x02838470, Stream *, FtpWebRequest_GetRequestStream, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A668, FtpWebRequest_GetRequestStream__MethodInfo); DO_APP_FUNC(0x02838A30, IAsyncResult *, FtpWebRequest_BeginGetRequestStream, (FtpWebRequest * __this, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A638, FtpWebRequest_BeginGetRequestStream__MethodInfo); DO_APP_FUNC(0x02839040, Stream *, FtpWebRequest_EndGetRequestStream, (FtpWebRequest * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A648, FtpWebRequest_EndGetRequestStream__MethodInfo); DO_APP_FUNC(0x02839440, void, FtpWebRequest_SubmitRequest, (FtpWebRequest * __this, bool isAsync, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A5A8, FtpWebRequest_SubmitRequest__MethodInfo); DO_APP_FUNC(0x02839B40, Exception *, FtpWebRequest_TranslateConnectException, (FtpWebRequest * __this, Exception * e, MethodInfo * method)); DO_APP_FUNC(0x02839C60, void, FtpWebRequest_CreateConnectionAsync, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02839DA0, FtpControlStream *, FtpWebRequest_CreateConnection, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A588, FtpWebRequest_CreateConnection__MethodInfo); DO_APP_FUNC(0x02839ED0, Stream *, FtpWebRequest_TimedSubmitRequestHelper, (FtpWebRequest * __this, bool isAsync, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A590, FtpWebRequest_TimedSubmitRequestHelper__MethodInfo); DO_APP_FUNC(0x0283A4F0, void, FtpWebRequest_TimerCallback, (FtpWebRequest * __this, TimerThread_Timer * timer, int32_t timeNoticed, Object * context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A628, FtpWebRequest_TimerCallback__MethodInfo); DO_APP_FUNC(0x0283A600, TimerThread_Queue *, FtpWebRequest_get_TimerQueue, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x0283A6C0, bool, FtpWebRequest_AttemptedRecovery, (FtpWebRequest * __this, Exception * e, MethodInfo * method)); DO_APP_FUNC(0x0283AA50, void, FtpWebRequest_SetException, (FtpWebRequest * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A5C8, FtpWebRequest_SetException__MethodInfo); DO_APP_FUNC(0x0283AE90, void, FtpWebRequest_CheckError, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x0283AEC0, void, FtpWebRequest_RequestCallback, (FtpWebRequest * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0283AEE0, void, FtpWebRequest_SyncRequestCallback, (FtpWebRequest * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A518, FtpWebRequest_SyncRequestCallback__MethodInfo); DO_APP_FUNC(0x0283B370, void, FtpWebRequest_AsyncRequestCallback, (FtpWebRequest * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A4F0, FtpWebRequest_AsyncRequestCallback__MethodInfo); DO_APP_FUNC(0x0283C110, FtpWebRequest_RequestStage__Enum, FtpWebRequest_FinishRequestStage, (FtpWebRequest * __this, FtpWebRequest_RequestStage__Enum stage, MethodInfo * method)); DO_APP_FUNC(0x0283CA50, void, FtpWebRequest_Abort, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, FtpWebRequest_get_KeepAlive, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x0283CF80, void, FtpWebRequest_set_KeepAlive, (FtpWebRequest * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A560, FtpWebRequest_set_KeepAlive__MethodInfo); DO_APP_FUNC(0x0283CFF0, RequestCachePolicy *, FtpWebRequest_get_CachePolicy, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x0283D070, void, FtpWebRequest_set_CachePolicy, (FtpWebRequest * __this, RequestCachePolicy * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A578, FtpWebRequest_set_CachePolicy__MethodInfo); DO_APP_FUNC(0x00C23FE0, bool, FtpWebRequest_get_UseBinary, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x0283D0E0, void, FtpWebRequest_set_UseBinary, (FtpWebRequest * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A570, FtpWebRequest_set_UseBinary__MethodInfo); DO_APP_FUNC(0x0070E040, bool, FtpWebRequest_get_UsePassive, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x0283D160, void, FtpWebRequest_set_UsePassive, (FtpWebRequest * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A580, FtpWebRequest_set_UsePassive__MethodInfo); DO_APP_FUNC(0x0283D1E0, X509CertificateCollection *, FtpWebRequest_get_ClientCertificates, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x0283D380, void, FtpWebRequest_set_ClientCertificates, (FtpWebRequest * __this, X509CertificateCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A548, FtpWebRequest_set_ClientCertificates__MethodInfo); DO_APP_FUNC(0x01B55920, bool, FtpWebRequest_get_EnableSsl, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x0283D440, void, FtpWebRequest_set_EnableSsl, (FtpWebRequest * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A558, FtpWebRequest_set_EnableSsl__MethodInfo); DO_APP_FUNC(0x0283D4C0, WebHeaderCollection *, FtpWebRequest_get_Headers, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8E20, void, FtpWebRequest_set_Headers, (FtpWebRequest * __this, WebHeaderCollection * value, MethodInfo * method)); DO_APP_FUNC(0x0283D590, String *, FtpWebRequest_get_ContentType, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A4A8, FtpWebRequest_get_ContentType__MethodInfo); DO_APP_FUNC(0x0283D5C0, void, FtpWebRequest_set_ContentType, (FtpWebRequest * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A4B8, FtpWebRequest_set_ContentType__MethodInfo); DO_APP_FUNC(0x0283D5F0, bool, FtpWebRequest_get_UseDefaultCredentials, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A4B0, FtpWebRequest_get_UseDefaultCredentials__MethodInfo); DO_APP_FUNC(0x0283D620, void, FtpWebRequest_set_UseDefaultCredentials, (FtpWebRequest * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A4C8, FtpWebRequest_set_UseDefaultCredentials__MethodInfo); DO_APP_FUNC(0x0283D650, bool, FtpWebRequest_get_PreAuthenticate, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A4C0, FtpWebRequest_get_PreAuthenticate__MethodInfo); DO_APP_FUNC(0x0283D680, void, FtpWebRequest_set_PreAuthenticate, (FtpWebRequest * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A4D0, FtpWebRequest_set_PreAuthenticate__MethodInfo); DO_APP_FUNC(0x0283D6B0, bool, FtpWebRequest_get_InUse, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x0283D6D0, void, FtpWebRequest_EnsureFtpWebResponse, (FtpWebRequest * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x0283DEA0, void, FtpWebRequest_DataStreamClosed, (FtpWebRequest * __this, CloseExState__Enum closeState, MethodInfo * method)); DO_APP_FUNC(0x0283DF40, void, FtpWebRequest__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0283E120, void, FtpWebRequest__ctor_1, (FtpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A4D8, FtpWebRequest__ctor_1__MethodInfo); DO_APP_FUNC(0x0283E150, void, FtpWebRequest_CreateConnectionAsync_d_86_MoveNext, (FtpWebRequest_CreateConnectionAsync_d_86 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B6B6D0, void, FtpWebRequest_CreateConnectionAsync_d_86_SetStateMachine, (FtpWebRequest_CreateConnectionAsync_d_86 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x0283E710, void, FtpWebRequest_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FtpWebRequest_c__ctor, (FtpWebRequest_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0283E7C0, X509CertificateCollection *, FtpWebRequest_c__get_ClientCertificates_b__114_0, (FtpWebRequest_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A538, FtpWebRequest_c__get_ClientCertificates_b__114_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, FtpWebRequestCreator__ctor, (FtpWebRequestCreator * __this, MethodInfo * method)); DO_APP_FUNC(0x0283E820, WebRequest *, FtpWebRequestCreator_Create, (FtpWebRequestCreator * __this, Uri * uri, MethodInfo * method)); DO_APP_FUNC(0x0283E890, void, FtpWebResponse__ctor, (FtpWebResponse * __this, Stream * responseStream, int64_t contentLength, Uri * responseUri, FtpStatusCode__Enum statusCode, String * statusLine, DateTime lastModified, String * bannerMessage, String * welcomeMessage, String * exitMessage, MethodInfo * method)); DO_APP_FUNC(0x0283EB90, void, FtpWebResponse_UpdateStatus, (FtpWebResponse * __this, FtpStatusCode__Enum statusCode, String * statusLine, String * exitMessage, MethodInfo * method)); DO_APP_FUNC(0x0283EC40, Stream *, FtpWebResponse_GetResponseStream, (FtpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x0283ED40, void, FtpWebResponse_SetResponseStream, (FtpWebResponse * __this, Stream * stream, MethodInfo * method)); DO_APP_FUNC(0x0283EDE0, void, FtpWebResponse_Close, (FtpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, int64_t, FtpWebResponse_get_ContentLength, (FtpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x0283EEE0, WebHeaderCollection *, FtpWebResponse_get_Headers, (FtpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, FtpWebResponse_get_SupportsHeaders, (FtpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Uri *, FtpWebResponse_get_ResponseUri, (FtpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, FtpStatusCode__Enum, FtpWebResponse_get_StatusCode, (FtpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, String *, FtpWebResponse_get_StatusDescription, (FtpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, DateTime, FtpWebResponse_get_LastModified, (FtpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, String *, FtpWebResponse_get_BannerMessage, (FtpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, String *, FtpWebResponse_get_WelcomeMessage, (FtpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, String *, FtpWebResponse_get_ExitMessage, (FtpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x0283F0D0, void, FtpWebResponse__ctor_1, (FtpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A468, FtpWebResponse__ctor_1__MethodInfo); DO_APP_FUNC(0x0283F100, void, FtpWebResponse_EmptyStream__ctor, (FtpWebResponse_EmptyStream * __this, MethodInfo * method)); DO_APP_FUNC(0x0283F150, void, NetworkStreamWrapper__ctor, (NetworkStreamWrapper * __this, TcpClient * client, MethodInfo * method)); DO_APP_FUNC(0x0283F270, bool, NetworkStreamWrapper_get_UsingSecureStream, (NetworkStreamWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x0283F300, IPAddress *, NetworkStreamWrapper_get_ServerAddress, (NetworkStreamWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x020214E0, Socket *, NetworkStreamWrapper_get_Socket, (NetworkStreamWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, NetworkStream *, NetworkStreamWrapper_get_NetworkStream, (NetworkStreamWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, NetworkStreamWrapper_set_NetworkStream, (NetworkStreamWrapper * __this, NetworkStream * value, MethodInfo * method)); DO_APP_FUNC(0x01B8D2A0, bool, NetworkStreamWrapper_get_CanRead, (NetworkStreamWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x01E61860, bool, NetworkStreamWrapper_get_CanSeek, (NetworkStreamWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x0283F390, bool, NetworkStreamWrapper_get_CanWrite, (NetworkStreamWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x02835400, bool, NetworkStreamWrapper_get_CanTimeout, (NetworkStreamWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x02835430, int32_t, NetworkStreamWrapper_get_ReadTimeout, (NetworkStreamWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x01A7A290, void, NetworkStreamWrapper_set_ReadTimeout, (NetworkStreamWrapper * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02835460, int32_t, NetworkStreamWrapper_get_WriteTimeout, (NetworkStreamWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x01A7A480, void, NetworkStreamWrapper_set_WriteTimeout, (NetworkStreamWrapper * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01B8D270, int64_t, NetworkStreamWrapper_get_Length, (NetworkStreamWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8D2D0, int64_t, NetworkStreamWrapper_get_Position, (NetworkStreamWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x01A7A100, void, NetworkStreamWrapper_set_Position, (NetworkStreamWrapper * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x0283F3C0, int64_t, NetworkStreamWrapper_Seek, (NetworkStreamWrapper * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC(0x01E617E0, int32_t, NetworkStreamWrapper_Read, (NetworkStreamWrapper * __this, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0283F3F0, void, NetworkStreamWrapper_Write, (NetworkStreamWrapper * __this, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0283F420, void, NetworkStreamWrapper_Dispose, (NetworkStreamWrapper * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x0283F4C0, void, NetworkStreamWrapper_CloseSocket, (NetworkStreamWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x0283F510, void, NetworkStreamWrapper_Close, (NetworkStreamWrapper * __this, int32_t timeout, MethodInfo * method)); DO_APP_FUNC(0x0283F560, IAsyncResult *, NetworkStreamWrapper_BeginRead, (NetworkStreamWrapper * __this, Byte__Array * buffer, int32_t offset, int32_t size, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x0283F5A0, int32_t, NetworkStreamWrapper_EndRead, (NetworkStreamWrapper * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x025A7000, Task_1_System_Int32_ *, NetworkStreamWrapper_ReadAsync, (NetworkStreamWrapper * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0283F5D0, IAsyncResult *, NetworkStreamWrapper_BeginWrite, (NetworkStreamWrapper * __this, Byte__Array * buffer, int32_t offset, int32_t size, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x0283F610, void, NetworkStreamWrapper_EndWrite, (NetworkStreamWrapper * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x0283F640, Task *, NetworkStreamWrapper_WriteAsync, (NetworkStreamWrapper * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01E61890, void, NetworkStreamWrapper_Flush, (NetworkStreamWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x0283F670, Task *, NetworkStreamWrapper_FlushAsync, (NetworkStreamWrapper * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01B8D5A0, void, NetworkStreamWrapper_SetLength, (NetworkStreamWrapper * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x02835490, void, NetworkStreamWrapper_SetSocketTimeoutOption, (NetworkStreamWrapper * __this, int32_t timeout, MethodInfo * method)); DO_APP_FUNC(0x0283F6A0, void, WebClient__ctor, (WebClient * __this, MethodInfo * method)); DO_APP_FUNC(0x0283F7F0, void, WebClient_add_DownloadStringCompleted, (WebClient * __this, DownloadStringCompletedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0283F8F0, void, WebClient_remove_DownloadStringCompleted, (WebClient * __this, DownloadStringCompletedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0283F9F0, void, WebClient_add_DownloadDataCompleted, (WebClient * __this, DownloadDataCompletedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0283FAF0, void, WebClient_remove_DownloadDataCompleted, (WebClient * __this, DownloadDataCompletedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0283FBF0, void, WebClient_add_DownloadFileCompleted, (WebClient * __this, AsyncCompletedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0283FCF0, void, WebClient_remove_DownloadFileCompleted, (WebClient * __this, AsyncCompletedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0283FDF0, void, WebClient_add_UploadStringCompleted, (WebClient * __this, UploadStringCompletedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0283FEF0, void, WebClient_remove_UploadStringCompleted, (WebClient * __this, UploadStringCompletedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0283FFF0, void, WebClient_add_UploadDataCompleted, (WebClient * __this, UploadDataCompletedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x028400F0, void, WebClient_remove_UploadDataCompleted, (WebClient * __this, UploadDataCompletedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x028401F0, void, WebClient_add_UploadFileCompleted, (WebClient * __this, UploadFileCompletedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x028402F0, void, WebClient_remove_UploadFileCompleted, (WebClient * __this, UploadFileCompletedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x028403F0, void, WebClient_add_UploadValuesCompleted, (WebClient * __this, UploadValuesCompletedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x028404F0, void, WebClient_remove_UploadValuesCompleted, (WebClient * __this, UploadValuesCompletedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x028405F0, void, WebClient_add_OpenReadCompleted, (WebClient * __this, OpenReadCompletedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x028406F0, void, WebClient_remove_OpenReadCompleted, (WebClient * __this, OpenReadCompletedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x028407F0, void, WebClient_add_OpenWriteCompleted, (WebClient * __this, OpenWriteCompletedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x028408F0, void, WebClient_remove_OpenWriteCompleted, (WebClient * __this, OpenWriteCompletedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x028409F0, void, WebClient_add_DownloadProgressChanged, (WebClient * __this, DownloadProgressChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02840AF0, void, WebClient_remove_DownloadProgressChanged, (WebClient * __this, DownloadProgressChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02840BF0, void, WebClient_add_UploadProgressChanged, (WebClient * __this, UploadProgressChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02840CF0, void, WebClient_remove_UploadProgressChanged, (WebClient * __this, UploadProgressChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02840DF0, void, WebClient_OnDownloadStringCompleted, (WebClient * __this, DownloadStringCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x02840E10, void, WebClient_OnDownloadDataCompleted, (WebClient * __this, DownloadDataCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x02840E30, void, WebClient_OnDownloadFileCompleted, (WebClient * __this, AsyncCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x02840E50, void, WebClient_OnDownloadProgressChanged, (WebClient * __this, DownloadProgressChangedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x02840E70, void, WebClient_OnUploadStringCompleted, (WebClient * __this, UploadStringCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x02840E90, void, WebClient_OnUploadDataCompleted, (WebClient * __this, UploadDataCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x02840EB0, void, WebClient_OnUploadFileCompleted, (WebClient * __this, UploadFileCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x02840ED0, void, WebClient_OnUploadValuesCompleted, (WebClient * __this, UploadValuesCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x02840EF0, void, WebClient_OnUploadProgressChanged, (WebClient * __this, UploadProgressChangedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x02840F10, void, WebClient_OnOpenReadCompleted, (WebClient * __this, OpenReadCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x02840F30, void, WebClient_OnOpenWriteCompleted, (WebClient * __this, OpenWriteCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x02840F50, void, WebClient_StartOperation, (WebClient * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A3B8, WebClient_StartOperation__MethodInfo); DO_APP_FUNC(0x02841110, AsyncOperation_1 *, WebClient_StartAsyncOperation, (WebClient * __this, Object * userToken, MethodInfo * method)); DO_APP_FUNC(0x02841970, void, WebClient_EndOperation, (WebClient * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, Encoding *, WebClient_get_Encoding, (WebClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02841980, void, WebClient_set_Encoding, (WebClient * __this, Encoding * value, MethodInfo * method)); DO_APP_FUNC(0x02841A90, String *, WebClient_get_BaseAddress, (WebClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02841B40, void, WebClient_set_BaseAddress, (WebClient * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A378, WebClient_set_BaseAddress__MethodInfo); DO_APP_FUNC(0x003B9330, ICredentials *, WebClient_get_Credentials, (WebClient * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, WebClient_set_Credentials, (WebClient * __this, ICredentials * value, MethodInfo * method)); DO_APP_FUNC(0x02841D10, bool, WebClient_get_UseDefaultCredentials, (WebClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02841D70, void, WebClient_set_UseDefaultCredentials, (WebClient * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02841DE0, WebHeaderCollection *, WebClient_get_Headers, (WebClient * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, WebClient_set_Headers, (WebClient * __this, WebHeaderCollection * value, MethodInfo * method)); DO_APP_FUNC(0x02841EA0, NameValueCollection *, WebClient_get_QueryString, (WebClient * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, WebClient_set_QueryString, (WebClient * __this, NameValueCollection * value, MethodInfo * method)); DO_APP_FUNC(0x02841F60, WebHeaderCollection *, WebClient_get_ResponseHeaders, (WebClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02841F80, IWebProxy *, WebClient_get_Proxy, (WebClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02842020, void, WebClient_set_Proxy, (WebClient * __this, IWebProxy * value, MethodInfo * method)); DO_APP_FUNC(0x004FC970, RequestCachePolicy *, WebClient_get_CachePolicy, (WebClient * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC980, void, WebClient_set_CachePolicy, (WebClient * __this, RequestCachePolicy * value, MethodInfo * method)); DO_APP_FUNC(0x027E42A0, bool, WebClient_get_IsBusy, (WebClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02842090, WebRequest *, WebClient_GetWebRequest, (WebClient * __this, Uri * address, MethodInfo * method)); DO_APP_FUNC(0x02842290, WebResponse *, WebClient_GetWebResponse, (WebClient * __this, WebRequest * request, MethodInfo * method)); DO_APP_FUNC(0x02842310, WebResponse *, WebClient_GetWebResponse_1, (WebClient * __this, WebRequest * request, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x028423A0, Task_1_System_Net_WebResponse_ *, WebClient_GetWebResponseTaskAsync, (WebClient * __this, WebRequest * request, MethodInfo * method)); DO_APP_FUNC(0x028425A0, Byte__Array *, WebClient_DownloadData, (WebClient * __this, String * address, MethodInfo * method)); DO_APP_FUNC(0x028425D0, Byte__Array *, WebClient_DownloadData_1, (WebClient * __this, Uri * address, MethodInfo * method)); DO_APP_FUNC(0x02842710, Byte__Array *, WebClient_DownloadDataInternal, (WebClient * __this, Uri * address, WebRequest * * request, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A398, WebClient_DownloadDataInternal__MethodInfo); DO_APP_FUNC(0x02842AD0, void, WebClient_DownloadFile, (WebClient * __this, String * address, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x02842B10, void, WebClient_DownloadFile_1, (WebClient * __this, Uri * address, String * fileName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A3A8, WebClient_DownloadFile_1__MethodInfo); DO_APP_FUNC(0x02843050, Stream *, WebClient_OpenRead, (WebClient * __this, String * address, MethodInfo * method)); DO_APP_FUNC(0x02843080, Stream *, WebClient_OpenRead_1, (WebClient * __this, Uri * address, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A388, WebClient_OpenRead_1__MethodInfo); DO_APP_FUNC(0x028434D0, Stream *, WebClient_OpenWrite, (WebClient * __this, String * address, MethodInfo * method)); DO_APP_FUNC(0x02843500, Stream *, WebClient_OpenWrite_1, (WebClient * __this, Uri * address, MethodInfo * method)); DO_APP_FUNC(0x02843510, Stream *, WebClient_OpenWrite_2, (WebClient * __this, String * address, String * method_1, MethodInfo * method)); DO_APP_FUNC(0x02843550, Stream *, WebClient_OpenWrite_3, (WebClient * __this, Uri * address, String * method_1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A390, WebClient_OpenWrite_3__MethodInfo); DO_APP_FUNC(0x028439F0, Byte__Array *, WebClient_UploadData, (WebClient * __this, String * address, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x02843A30, Byte__Array *, WebClient_UploadData_1, (WebClient * __this, Uri * address, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x02843A50, Byte__Array *, WebClient_UploadData_2, (WebClient * __this, String * address, String * method_1, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x02843AA0, Byte__Array *, WebClient_UploadData_3, (WebClient * __this, Uri * address, String * method_1, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x02843C80, Byte__Array *, WebClient_UploadDataInternal, (WebClient * __this, Uri * address, String * method_1, Byte__Array * data, WebRequest * * request, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A308, WebClient_UploadDataInternal__MethodInfo); DO_APP_FUNC(0x02844040, void, WebClient_OpenFileInternal, (WebClient * __this, bool needsHeaderAndBoundary, String * fileName, FileStream * * fs, Byte__Array * * buffer, Byte__Array * * formHeaderBytes, Byte__Array * * boundaryBytes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A2F8, WebClient_OpenFileInternal__MethodInfo); DO_APP_FUNC(0x02844CE0, Byte__Array *, WebClient_UploadFile, (WebClient * __this, String * address, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x02844D20, Byte__Array *, WebClient_UploadFile_1, (WebClient * __this, Uri * address, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x02844D40, Byte__Array *, WebClient_UploadFile_2, (WebClient * __this, String * address, String * method_1, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x02844D90, Byte__Array *, WebClient_UploadFile_3, (WebClient * __this, Uri * address, String * method_1, String * fileName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A300, WebClient_UploadFile_3__MethodInfo); DO_APP_FUNC(0x02845310, Byte__Array *, WebClient_GetValuesToUpload, (WebClient * __this, NameValueCollection * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A350, WebClient_GetValuesToUpload__MethodInfo); DO_APP_FUNC(0x028456D0, Byte__Array *, WebClient_UploadValues, (WebClient * __this, String * address, NameValueCollection * data, MethodInfo * method)); DO_APP_FUNC(0x02845710, Byte__Array *, WebClient_UploadValues_1, (WebClient * __this, Uri * address, NameValueCollection * data, MethodInfo * method)); DO_APP_FUNC(0x02845730, Byte__Array *, WebClient_UploadValues_2, (WebClient * __this, String * address, String * method_1, NameValueCollection * data, MethodInfo * method)); DO_APP_FUNC(0x02845780, Byte__Array *, WebClient_UploadValues_3, (WebClient * __this, Uri * address, String * method_1, NameValueCollection * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A358, WebClient_UploadValues_3__MethodInfo); DO_APP_FUNC(0x02845C60, String *, WebClient_UploadString, (WebClient * __this, String * address, String * data, MethodInfo * method)); DO_APP_FUNC(0x02845CA0, String *, WebClient_UploadString_1, (WebClient * __this, Uri * address, String * data, MethodInfo * method)); DO_APP_FUNC(0x02845CC0, String *, WebClient_UploadString_2, (WebClient * __this, String * address, String * method_1, String * data, MethodInfo * method)); DO_APP_FUNC(0x02845D10, String *, WebClient_UploadString_3, (WebClient * __this, Uri * address, String * method_1, String * data, MethodInfo * method)); DO_APP_FUNC(0x02845F30, String *, WebClient_DownloadString, (WebClient * __this, String * address, MethodInfo * method)); DO_APP_FUNC(0x02845F60, String *, WebClient_DownloadString_1, (WebClient * __this, Uri * address, MethodInfo * method)); DO_APP_FUNC(0x028460B0, void, WebClient_AbortRequest, (WebRequest * request, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A338, WebClient_AbortRequest__MethodInfo); DO_APP_FUNC(0x028461A0, void, WebClient_CopyHeadersTo, (WebClient * __this, WebRequest * request, MethodInfo * method)); DO_APP_FUNC(0x028467A0, Uri *, WebClient_GetUri, (WebClient * __this, String * address, MethodInfo * method)); DO_APP_FUNC(0x02846AF0, Uri *, WebClient_GetUri_1, (WebClient * __this, Uri * address, MethodInfo * method)); DO_APP_FUNC(0x02846E90, Byte__Array *, WebClient_DownloadBits, (WebClient * __this, WebRequest * request, Stream * writeStream, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A2B0, WebClient_DownloadBits__MethodInfo); DO_APP_FUNC(0x028473B0, void, WebClient_DownloadBitsAsync, (WebClient * __this, WebRequest * request, Stream * writeStream, AsyncOperation_1 * asyncOp, Action_3_Byte_Exception_System_ComponentModel_AsyncOperation_ * completionDelegate, MethodInfo * method)); DO_APP_FUNC(0x02847650, Byte__Array *, WebClient_UploadBits, (WebClient * __this, WebRequest * request, Stream * readStream, Byte__Array * buffer, int32_t chunkSize, Byte__Array * header, Byte__Array * footer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A2A0, WebClient_UploadBits__MethodInfo); DO_APP_FUNC(0x02847C40, void, WebClient_UploadBitsAsync, (WebClient * __this, WebRequest * request, Stream * readStream, Byte__Array * buffer, int32_t chunkSize, Byte__Array * header, Byte__Array * footer, AsyncOperation_1 * asyncOp, Action_3_Byte_Exception_System_ComponentModel_AsyncOperation_ * completionDelegate, MethodInfo * method)); DO_APP_FUNC(0x02848000, bool, WebClient_ByteArrayHasPrefix, (Byte__Array * prefix, Byte__Array * byteArray, MethodInfo * method)); DO_APP_FUNC(0x02848070, String *, WebClient_GetStringUsingEncoding, (WebClient * __this, WebRequest * request, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A2A8, WebClient_GetStringUsingEncoding__MethodInfo); DO_APP_FUNC(0x02848640, String *, WebClient_MapToDefaultMethod, (WebClient * __this, Uri * address, MethodInfo * method)); DO_APP_FUNC(0x028487D0, String *, WebClient_UrlEncode, (String * str, MethodInfo * method)); DO_APP_FUNC(0x028488B0, Byte__Array *, WebClient_UrlEncodeBytesToBytesInternal, (Byte__Array * bytes, int32_t offset, int32_t count, bool alwaysCreateReturnValue, MethodInfo * method)); DO_APP_FUNC(0x02848B70, uint16_t, WebClient_IntToHex, (int32_t n, MethodInfo * method)); DO_APP_FUNC(0x02848B80, bool, WebClient_IsSafe, (uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x02848BF0, void, WebClient_InvokeOperationCompleted, (WebClient * __this, AsyncOperation_1 * asyncOp, SendOrPostCallback * callback, AsyncCompletedEventArgs * eventArgs, MethodInfo * method)); DO_APP_FUNC(0x02848D40, void, WebClient_OpenReadAsync, (WebClient * __this, Uri * address, MethodInfo * method)); DO_APP_FUNC(0x02848D50, void, WebClient_OpenReadAsync_1, (WebClient * __this, Uri * address, Object * userToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A2D8, WebClient_OpenReadAsync_1__MethodInfo); DO_APP_FUNC(0x028491E0, void, WebClient_OpenWriteAsync, (WebClient * __this, Uri * address, MethodInfo * method)); DO_APP_FUNC(0x02849200, void, WebClient_OpenWriteAsync_1, (WebClient * __this, Uri * address, String * method_1, MethodInfo * method)); DO_APP_FUNC(0x02849220, void, WebClient_OpenWriteAsync_2, (WebClient * __this, Uri * address, String * method_1, Object * userToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A2B8, WebClient_OpenWriteAsync_2__MethodInfo); DO_APP_FUNC(0x02849710, void, WebClient_DownloadStringAsyncCallback, (WebClient * __this, Byte__Array * returnBytes, Exception * exception, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A2C8, WebClient_DownloadStringAsyncCallback__MethodInfo); DO_APP_FUNC(0x02849AF0, void, WebClient_DownloadStringAsync, (WebClient * __this, Uri * address, MethodInfo * method)); DO_APP_FUNC(0x02849B00, void, WebClient_DownloadStringAsync_1, (WebClient * __this, Uri * address, Object * userToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A238, WebClient_DownloadStringAsync_1__MethodInfo); DO_APP_FUNC(0x02849E50, void, WebClient_DownloadDataAsyncCallback, (WebClient * __this, Byte__Array * returnBytes, Exception * exception, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A220, WebClient_DownloadDataAsyncCallback__MethodInfo); DO_APP_FUNC(0x0284A100, void, WebClient_DownloadDataAsync, (WebClient * __this, Uri * address, MethodInfo * method)); DO_APP_FUNC(0x0284A110, void, WebClient_DownloadDataAsync_1, (WebClient * __this, Uri * address, Object * userToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A228, WebClient_DownloadDataAsync_1__MethodInfo); DO_APP_FUNC(0x0284A460, void, WebClient_DownloadFileAsyncCallback, (WebClient * __this, Byte__Array * returnBytes, Exception * exception, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A230, WebClient_DownloadFileAsyncCallback__MethodInfo); DO_APP_FUNC(0x0284A6A0, void, WebClient_DownloadFileAsync, (WebClient * __this, Uri * address, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x0284A6C0, void, WebClient_DownloadFileAsync_1, (WebClient * __this, Uri * address, String * fileName, Object * userToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A280, WebClient_DownloadFileAsync_1__MethodInfo); DO_APP_FUNC(0x0284AAA0, void, WebClient_UploadStringAsync, (WebClient * __this, Uri * address, String * data, MethodInfo * method)); DO_APP_FUNC(0x0284AAC0, void, WebClient_UploadStringAsync_1, (WebClient * __this, Uri * address, String * method_1, String * data, MethodInfo * method)); DO_APP_FUNC(0x0284AAE0, void, WebClient_UploadStringAsync_2, (WebClient * __this, Uri * address, String * method_1, String * data, Object * userToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A298, WebClient_UploadStringAsync_2__MethodInfo); DO_APP_FUNC(0x0284AF70, void, WebClient_UploadDataAsync, (WebClient * __this, Uri * address, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x0284AF90, void, WebClient_UploadDataAsync_1, (WebClient * __this, Uri * address, String * method_1, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x0284AFB0, void, WebClient_UploadDataAsync_2, (WebClient * __this, Uri * address, String * method_1, Byte__Array * data, Object * userToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A260, WebClient_UploadDataAsync_2__MethodInfo); DO_APP_FUNC(0x0284B530, void, WebClient_UploadFileAsync, (WebClient * __this, Uri * address, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x0284B550, void, WebClient_UploadFileAsync_1, (WebClient * __this, Uri * address, String * method_1, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x0284B570, void, WebClient_UploadFileAsync_2, (WebClient * __this, Uri * address, String * method_1, String * fileName, Object * userToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A270, WebClient_UploadFileAsync_2__MethodInfo); DO_APP_FUNC(0x0284BBD0, void, WebClient_UploadValuesAsync, (WebClient * __this, Uri * address, NameValueCollection * data, MethodInfo * method)); DO_APP_FUNC(0x0284BBF0, void, WebClient_UploadValuesAsync_1, (WebClient * __this, Uri * address, String * method_1, NameValueCollection * data, MethodInfo * method)); DO_APP_FUNC(0x0284BC10, void, WebClient_UploadValuesAsync_2, (WebClient * __this, Uri * address, String * method_1, NameValueCollection * data, Object * userToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A1D0, WebClient_UploadValuesAsync_2__MethodInfo); DO_APP_FUNC(0x0284C190, Exception *, WebClient_GetExceptionToPropagate, (Exception * e, MethodInfo * method)); DO_APP_FUNC(0x0284C290, void, WebClient_CancelAsync, (WebClient * __this, MethodInfo * method)); DO_APP_FUNC(0x0284C2F0, Task_1_System_String_ *, WebClient_DownloadStringTaskAsync, (WebClient * __this, String * address, MethodInfo * method)); DO_APP_FUNC(0x0284C320, Task_1_System_String_ *, WebClient_DownloadStringTaskAsync_1, (WebClient * __this, Uri * address, MethodInfo * method)); DO_APP_FUNC(0x0284C850, Task_1_System_IO_Stream_ *, WebClient_OpenReadTaskAsync, (WebClient * __this, String * address, MethodInfo * method)); DO_APP_FUNC(0x0284C880, Task_1_System_IO_Stream_ *, WebClient_OpenReadTaskAsync_1, (WebClient * __this, Uri * address, MethodInfo * method)); DO_APP_FUNC(0x0284CDB0, Task_1_System_IO_Stream_ *, WebClient_OpenWriteTaskAsync, (WebClient * __this, String * address, MethodInfo * method)); DO_APP_FUNC(0x0284CDE0, Task_1_System_IO_Stream_ *, WebClient_OpenWriteTaskAsync_1, (WebClient * __this, Uri * address, MethodInfo * method)); DO_APP_FUNC(0x0284CDF0, Task_1_System_IO_Stream_ *, WebClient_OpenWriteTaskAsync_2, (WebClient * __this, String * address, String * method_1, MethodInfo * method)); DO_APP_FUNC(0x0284CE30, Task_1_System_IO_Stream_ *, WebClient_OpenWriteTaskAsync_3, (WebClient * __this, Uri * address, String * method_1, MethodInfo * method)); DO_APP_FUNC(0x0284D370, Task_1_System_String_ *, WebClient_UploadStringTaskAsync, (WebClient * __this, String * address, String * data, MethodInfo * method)); DO_APP_FUNC(0x0284D3B0, Task_1_System_String_ *, WebClient_UploadStringTaskAsync_1, (WebClient * __this, Uri * address, String * data, MethodInfo * method)); DO_APP_FUNC(0x0284D3D0, Task_1_System_String_ *, WebClient_UploadStringTaskAsync_2, (WebClient * __this, String * address, String * method_1, String * data, MethodInfo * method)); DO_APP_FUNC(0x0284D420, Task_1_System_String_ *, WebClient_UploadStringTaskAsync_3, (WebClient * __this, Uri * address, String * method_1, String * data, MethodInfo * method)); DO_APP_FUNC(0x0284D970, Task_1_System_Byte_ *, WebClient_DownloadDataTaskAsync, (WebClient * __this, String * address, MethodInfo * method)); DO_APP_FUNC(0x0284D9A0, Task_1_System_Byte_ *, WebClient_DownloadDataTaskAsync_1, (WebClient * __this, Uri * address, MethodInfo * method)); DO_APP_FUNC(0x0284DED0, Task *, WebClient_DownloadFileTaskAsync, (WebClient * __this, String * address, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x0284DF10, Task *, WebClient_DownloadFileTaskAsync_1, (WebClient * __this, Uri * address, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x0284E450, Task_1_System_Byte_ *, WebClient_UploadDataTaskAsync, (WebClient * __this, String * address, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x0284E490, Task_1_System_Byte_ *, WebClient_UploadDataTaskAsync_1, (WebClient * __this, Uri * address, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x0284E4B0, Task_1_System_Byte_ *, WebClient_UploadDataTaskAsync_2, (WebClient * __this, String * address, String * method_1, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x0284E500, Task_1_System_Byte_ *, WebClient_UploadDataTaskAsync_3, (WebClient * __this, Uri * address, String * method_1, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x0284EA50, Task_1_System_Byte_ *, WebClient_UploadFileTaskAsync, (WebClient * __this, String * address, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x0284EA90, Task_1_System_Byte_ *, WebClient_UploadFileTaskAsync_1, (WebClient * __this, Uri * address, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x0284EAB0, Task_1_System_Byte_ *, WebClient_UploadFileTaskAsync_2, (WebClient * __this, String * address, String * method_1, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x0284EB00, Task_1_System_Byte_ *, WebClient_UploadFileTaskAsync_3, (WebClient * __this, Uri * address, String * method_1, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x0284F050, Task_1_System_Byte_ *, WebClient_UploadValuesTaskAsync, (WebClient * __this, String * address, NameValueCollection * data, MethodInfo * method)); DO_APP_FUNC(0x0284F090, Task_1_System_Byte_ *, WebClient_UploadValuesTaskAsync_1, (WebClient * __this, String * address, String * method_1, NameValueCollection * data, MethodInfo * method)); DO_APP_FUNC(0x0284F0E0, Task_1_System_Byte_ *, WebClient_UploadValuesTaskAsync_2, (WebClient * __this, Uri * address, NameValueCollection * data, MethodInfo * method)); DO_APP_FUNC(0x0284F100, Task_1_System_Byte_ *, WebClient_UploadValuesTaskAsync_3, (WebClient * __this, Uri * address, String * method_1, NameValueCollection * data, MethodInfo * method)); DO_APP_FUNC(0x0284F650, void, WebClient_PostProgressChanged, (WebClient * __this, AsyncOperation_1 * asyncOp, WebClient_ProgressData * progress, MethodInfo * method)); DO_APP_FUNC(0x0284F9A0, void, WebClient_ThrowIfNull, (Object * argument, String * parameterName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A158, WebClient_ThrowIfNull__MethodInfo); DO_APP_FUNC(0x004FC9E0, bool, WebClient_get_AllowReadStreamBuffering, (WebClient * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC9F0, void, WebClient_set_AllowReadStreamBuffering, (WebClient * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E300A0, bool, WebClient_get_AllowWriteStreamBuffering, (WebClient * __this, MethodInfo * method)); DO_APP_FUNC(0x0284FA00, void, WebClient_set_AllowWriteStreamBuffering, (WebClient * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebClient_add_WriteStreamClosed, (WebClient * __this, WriteStreamClosedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebClient_remove_WriteStreamClosed, (WebClient * __this, WriteStreamClosedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebClient_OnWriteStreamClosed, (WebClient * __this, WriteStreamClosedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0284FA10, void, WebClient__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0284FCC0, void, WebClient__StartAsyncOperation_b__78_0, (WebClient * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A3D0, WebClient__StartAsyncOperation_b__78_0__MethodInfo); DO_APP_FUNC(0x0284FD50, void, WebClient__StartAsyncOperation_b__78_1, (WebClient * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A400, WebClient__StartAsyncOperation_b__78_1__MethodInfo); DO_APP_FUNC(0x0284FDE0, void, WebClient__StartAsyncOperation_b__78_2, (WebClient * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A3F8, WebClient__StartAsyncOperation_b__78_2__MethodInfo); DO_APP_FUNC(0x0284FE70, void, WebClient__StartAsyncOperation_b__78_3, (WebClient * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A410, WebClient__StartAsyncOperation_b__78_3__MethodInfo); DO_APP_FUNC(0x0284FF00, void, WebClient__StartAsyncOperation_b__78_4, (WebClient * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A408, WebClient__StartAsyncOperation_b__78_4__MethodInfo); DO_APP_FUNC(0x0284FF90, void, WebClient__StartAsyncOperation_b__78_5, (WebClient * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A420, WebClient__StartAsyncOperation_b__78_5__MethodInfo); DO_APP_FUNC(0x02850020, void, WebClient__StartAsyncOperation_b__78_6, (WebClient * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A418, WebClient__StartAsyncOperation_b__78_6__MethodInfo); DO_APP_FUNC(0x028500B0, void, WebClient__StartAsyncOperation_b__78_7, (WebClient * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A430, WebClient__StartAsyncOperation_b__78_7__MethodInfo); DO_APP_FUNC(0x02850140, void, WebClient__StartAsyncOperation_b__78_8, (WebClient * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A428, WebClient__StartAsyncOperation_b__78_8__MethodInfo); DO_APP_FUNC(0x028501D0, void, WebClient__StartAsyncOperation_b__78_9, (WebClient * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A3E8, WebClient__StartAsyncOperation_b__78_9__MethodInfo); DO_APP_FUNC(0x02850260, void, WebClient__StartAsyncOperation_b__78_10, (WebClient * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A3C8, WebClient__StartAsyncOperation_b__78_10__MethodInfo); DO_APP_FUNC(0x028502F0, void, WebClient__UploadStringAsync_b__179_0, (WebClient * __this, Byte__Array * bytesResult, Exception * error, AsyncOperation_1 * uploadAsyncOp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A288, WebClient__UploadStringAsync_b__179_0__MethodInfo); DO_APP_FUNC(0x025545F0, void, WebClient_ProgressData_Reset, (WebClient_ProgressData * __this, MethodInfo * method)); DO_APP_FUNC(0x02554610, void, WebClient_ProgressData__ctor, (WebClient_ProgressData * __this, MethodInfo * method)); DO_APP_FUNC(0x02554630, void, WebClient_WebClientWriteStream__ctor, (WebClient_WebClientWriteStream * __this, Stream * stream, WebRequest * request, WebClient * webClient, MethodInfo * method)); DO_APP_FUNC(0x02554790, void, WebClient_WebClientWriteStream_Dispose, (WebClient_WebClientWriteStream * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02554900, void, WebClient_GetWebResponseTaskAsync_d_112_MoveNext, (WebClient_GetWebResponseTaskAsync_d_112 * __this, MethodInfo * method)); DO_APP_FUNC(0x02554DB0, void, WebClient_GetWebResponseTaskAsync_d_112_SetStateMachine, (WebClient_GetWebResponseTaskAsync_d_112 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x02554E20, void, WebClient_DownloadBitsAsync_d_150_MoveNext, (WebClient_DownloadBitsAsync_d_150 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2EF8, WebClient_DownloadBitsAsync_d_150_MoveNext__MethodInfo); DO_APP_FUNC(0x00B6B6D0, void, WebClient_DownloadBitsAsync_d_150_SetStateMachine, (WebClient_DownloadBitsAsync_d_150 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x02556480, void, WebClient_UploadBitsAsync_d_152_MoveNext, (WebClient_UploadBitsAsync_d_152 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2E70, WebClient_UploadBitsAsync_d_152_MoveNext__MethodInfo); DO_APP_FUNC(0x00B6B6D0, void, WebClient_UploadBitsAsync_d_152_SetStateMachine, (WebClient_UploadBitsAsync_d_152 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebClient_c_DisplayClass164_0__ctor, (WebClient_c_DisplayClass164_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02558470, void, WebClient_c_DisplayClass164_0__OpenReadAsync_b__0, (WebClient_c_DisplayClass164_0 * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2EA0, WebClient_c_DisplayClass164_0__OpenReadAsync_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, WebClient_c_DisplayClass167_0__ctor, (WebClient_c_DisplayClass167_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02558740, void, WebClient_c_DisplayClass167_0__OpenWriteAsync_b__0, (WebClient_c_DisplayClass167_0 * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2EA8, WebClient_c_DisplayClass167_0__OpenWriteAsync_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, WebClient_c_DisplayClass182_0__ctor, (WebClient_c_DisplayClass182_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x025589C0, void, WebClient_c_DisplayClass182_0__UploadDataAsync_b__0, (WebClient_c_DisplayClass182_0 * __this, Byte__Array * result, Exception * error, AsyncOperation_1 * uploadAsyncOp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A258, WebClient_c_DisplayClass182_0__UploadDataAsync_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, WebClient_c_DisplayClass185_0__ctor, (WebClient_c_DisplayClass185_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02558AA0, void, WebClient_c_DisplayClass185_0__UploadFileAsync_b__0, (WebClient_c_DisplayClass185_0 * __this, Byte__Array * result, Exception * error, AsyncOperation_1 * uploadAsyncOp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A268, WebClient_c_DisplayClass185_0__UploadFileAsync_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, WebClient_c_DisplayClass188_0__ctor, (WebClient_c_DisplayClass188_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02558B80, void, WebClient_c_DisplayClass188_0__UploadValuesAsync_b__0, (WebClient_c_DisplayClass188_0 * __this, Byte__Array * result, Exception * error, AsyncOperation_1 * uploadAsyncOp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A1C8, WebClient_c_DisplayClass188_0__UploadValuesAsync_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, WebClient_c_DisplayClass192_0__ctor, (WebClient_c_DisplayClass192_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02558C60, void, WebClient_c_DisplayClass192_0__DownloadStringTaskAsync_b__0, (WebClient_c_DisplayClass192_0 * __this, Object * sender, DownloadStringCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A1B8, WebClient_c_DisplayClass192_0__DownloadStringTaskAsync_b__0__MethodInfo); DO_APP_FUNC(0x02558F40, void, WebClient_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebClient_c__ctor, (WebClient_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02558FF0, String *, WebClient_c__DownloadStringTaskAsync_b__192_1, (WebClient_c * __this, DownloadStringCompletedEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2E08, WebClient_c__DownloadStringTaskAsync_b__192_1__MethodInfo); DO_APP_FUNC(0x02559020, void, WebClient_c__DownloadStringTaskAsync_b__192_2, (WebClient_c * __this, WebClient * webClient, DownloadStringCompletedEventHandler * completion, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2E00, WebClient_c__DownloadStringTaskAsync_b__192_2__MethodInfo); DO_APP_FUNC(0x02558FF0, Stream *, WebClient_c__OpenReadTaskAsync_b__194_1, (WebClient_c * __this, OpenReadCompletedEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2E40, WebClient_c__OpenReadTaskAsync_b__194_1__MethodInfo); DO_APP_FUNC(0x02559050, void, WebClient_c__OpenReadTaskAsync_b__194_2, (WebClient_c * __this, WebClient * webClient, OpenReadCompletedEventHandler * completion, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2E18, WebClient_c__OpenReadTaskAsync_b__194_2__MethodInfo); DO_APP_FUNC(0x02558FF0, Stream *, WebClient_c__OpenWriteTaskAsync_b__198_1, (WebClient_c * __this, OpenWriteCompletedEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2E28, WebClient_c__OpenWriteTaskAsync_b__198_1__MethodInfo); DO_APP_FUNC(0x02559080, void, WebClient_c__OpenWriteTaskAsync_b__198_2, (WebClient_c * __this, WebClient * webClient, OpenWriteCompletedEventHandler * completion, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2E20, WebClient_c__OpenWriteTaskAsync_b__198_2__MethodInfo); DO_APP_FUNC(0x02558FF0, String *, WebClient_c__UploadStringTaskAsync_b__202_1, (WebClient_c * __this, UploadStringCompletedEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2D78, WebClient_c__UploadStringTaskAsync_b__202_1__MethodInfo); DO_APP_FUNC(0x025590B0, void, WebClient_c__UploadStringTaskAsync_b__202_2, (WebClient_c * __this, WebClient * webClient, UploadStringCompletedEventHandler * completion, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2D70, WebClient_c__UploadStringTaskAsync_b__202_2__MethodInfo); DO_APP_FUNC(0x02558FF0, Byte__Array *, WebClient_c__DownloadDataTaskAsync_b__204_1, (WebClient_c * __this, DownloadDataCompletedEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2D50, WebClient_c__DownloadDataTaskAsync_b__204_1__MethodInfo); DO_APP_FUNC(0x025590E0, void, WebClient_c__DownloadDataTaskAsync_b__204_2, (WebClient_c * __this, WebClient * webClient, DownloadDataCompletedEventHandler * completion, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2D48, WebClient_c__DownloadDataTaskAsync_b__204_2__MethodInfo); DO_APP_FUNC(0x003C94D0, Object *, WebClient_c__DownloadFileTaskAsync_b__206_1, (WebClient_c * __this, AsyncCompletedEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2DB8, WebClient_c__DownloadFileTaskAsync_b__206_1__MethodInfo); DO_APP_FUNC(0x02559110, void, WebClient_c__DownloadFileTaskAsync_b__206_2, (WebClient_c * __this, WebClient * webClient, AsyncCompletedEventHandler * completion, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2DD8, WebClient_c__DownloadFileTaskAsync_b__206_2__MethodInfo); DO_APP_FUNC(0x02558FF0, Byte__Array *, WebClient_c__UploadDataTaskAsync_b__210_1, (WebClient_c * __this, UploadDataCompletedEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2D90, WebClient_c__UploadDataTaskAsync_b__210_1__MethodInfo); DO_APP_FUNC(0x02559140, void, WebClient_c__UploadDataTaskAsync_b__210_2, (WebClient_c * __this, WebClient * webClient, UploadDataCompletedEventHandler * completion, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2D88, WebClient_c__UploadDataTaskAsync_b__210_2__MethodInfo); DO_APP_FUNC(0x02558FF0, Byte__Array *, WebClient_c__UploadFileTaskAsync_b__214_1, (WebClient_c * __this, UploadFileCompletedEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2CE8, WebClient_c__UploadFileTaskAsync_b__214_1__MethodInfo); DO_APP_FUNC(0x02559170, void, WebClient_c__UploadFileTaskAsync_b__214_2, (WebClient_c * __this, WebClient * webClient, UploadFileCompletedEventHandler * completion, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2CE0, WebClient_c__UploadFileTaskAsync_b__214_2__MethodInfo); DO_APP_FUNC(0x02558FF0, Byte__Array *, WebClient_c__UploadValuesTaskAsync_b__218_1, (WebClient_c * __this, UploadValuesCompletedEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2CC8, WebClient_c__UploadValuesTaskAsync_b__218_1__MethodInfo); DO_APP_FUNC(0x025591A0, void, WebClient_c__UploadValuesTaskAsync_b__218_2, (WebClient_c * __this, WebClient * webClient, UploadValuesCompletedEventHandler * completion, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2CC0, WebClient_c__UploadValuesTaskAsync_b__218_2__MethodInfo); DO_APP_FUNC(0x003AC050, void, WebClient_c_DisplayClass194_0__ctor, (WebClient_c_DisplayClass194_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x025591D0, void, WebClient_c_DisplayClass194_0__OpenReadTaskAsync_b__0, (WebClient_c_DisplayClass194_0 * __this, Object * sender, OpenReadCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A208, WebClient_c_DisplayClass194_0__OpenReadTaskAsync_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, WebClient_c_DisplayClass198_0__ctor, (WebClient_c_DisplayClass198_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x025594B0, void, WebClient_c_DisplayClass198_0__OpenWriteTaskAsync_b__0, (WebClient_c_DisplayClass198_0 * __this, Object * sender, OpenWriteCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A1D8, WebClient_c_DisplayClass198_0__OpenWriteTaskAsync_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, WebClient_c_DisplayClass202_0__ctor, (WebClient_c_DisplayClass202_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02559790, void, WebClient_c_DisplayClass202_0__UploadStringTaskAsync_b__0, (WebClient_c_DisplayClass202_0 * __this, Object * sender, UploadStringCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A1E8, WebClient_c_DisplayClass202_0__UploadStringTaskAsync_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, WebClient_c_DisplayClass204_0__ctor, (WebClient_c_DisplayClass204_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02559A70, void, WebClient_c_DisplayClass204_0__DownloadDataTaskAsync_b__0, (WebClient_c_DisplayClass204_0 * __this, Object * sender, DownloadDataCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A148, WebClient_c_DisplayClass204_0__DownloadDataTaskAsync_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, WebClient_c_DisplayClass206_0__ctor, (WebClient_c_DisplayClass206_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02559D50, void, WebClient_c_DisplayClass206_0__DownloadFileTaskAsync_b__0, (WebClient_c_DisplayClass206_0 * __this, Object * sender, AsyncCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A100, WebClient_c_DisplayClass206_0__DownloadFileTaskAsync_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, WebClient_c_DisplayClass210_0__ctor, (WebClient_c_DisplayClass210_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0255A030, void, WebClient_c_DisplayClass210_0__UploadDataTaskAsync_b__0, (WebClient_c_DisplayClass210_0 * __this, Object * sender, UploadDataCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A118, WebClient_c_DisplayClass210_0__UploadDataTaskAsync_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, WebClient_c_DisplayClass214_0__ctor, (WebClient_c_DisplayClass214_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0255A310, void, WebClient_c_DisplayClass214_0__UploadFileTaskAsync_b__0, (WebClient_c_DisplayClass214_0 * __this, Object * sender, UploadFileCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A178, WebClient_c_DisplayClass214_0__UploadFileTaskAsync_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, WebClient_c_DisplayClass218_0__ctor, (WebClient_c_DisplayClass218_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0255A600, void, WebClient_c_DisplayClass218_0__UploadValuesTaskAsync_b__0, (WebClient_c_DisplayClass218_0 * __this, Object * sender, UploadValuesCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A188, WebClient_c_DisplayClass218_0__UploadValuesTaskAsync_b__0__MethodInfo); DO_APP_FUNC(0x01093AD0, void, OpenReadCompletedEventHandler__ctor, (OpenReadCompletedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, OpenReadCompletedEventHandler_Invoke, (OpenReadCompletedEventHandler * __this, Object * sender, OpenReadCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, OpenReadCompletedEventHandler_BeginInvoke, (OpenReadCompletedEventHandler * __this, Object * sender, OpenReadCompletedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OpenReadCompletedEventHandler_EndInvoke, (OpenReadCompletedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, OpenWriteCompletedEventHandler__ctor, (OpenWriteCompletedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, OpenWriteCompletedEventHandler_Invoke, (OpenWriteCompletedEventHandler * __this, Object * sender, OpenWriteCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, OpenWriteCompletedEventHandler_BeginInvoke, (OpenWriteCompletedEventHandler * __this, Object * sender, OpenWriteCompletedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OpenWriteCompletedEventHandler_EndInvoke, (OpenWriteCompletedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, DownloadStringCompletedEventHandler__ctor, (DownloadStringCompletedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, DownloadStringCompletedEventHandler_Invoke, (DownloadStringCompletedEventHandler * __this, Object * sender, DownloadStringCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, DownloadStringCompletedEventHandler_BeginInvoke, (DownloadStringCompletedEventHandler * __this, Object * sender, DownloadStringCompletedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, DownloadStringCompletedEventHandler_EndInvoke, (DownloadStringCompletedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, DownloadDataCompletedEventHandler__ctor, (DownloadDataCompletedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, DownloadDataCompletedEventHandler_Invoke, (DownloadDataCompletedEventHandler * __this, Object * sender, DownloadDataCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, DownloadDataCompletedEventHandler_BeginInvoke, (DownloadDataCompletedEventHandler * __this, Object * sender, DownloadDataCompletedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, DownloadDataCompletedEventHandler_EndInvoke, (DownloadDataCompletedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, UploadStringCompletedEventHandler__ctor, (UploadStringCompletedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, UploadStringCompletedEventHandler_Invoke, (UploadStringCompletedEventHandler * __this, Object * sender, UploadStringCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, UploadStringCompletedEventHandler_BeginInvoke, (UploadStringCompletedEventHandler * __this, Object * sender, UploadStringCompletedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, UploadStringCompletedEventHandler_EndInvoke, (UploadStringCompletedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, UploadDataCompletedEventHandler__ctor, (UploadDataCompletedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, UploadDataCompletedEventHandler_Invoke, (UploadDataCompletedEventHandler * __this, Object * sender, UploadDataCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, UploadDataCompletedEventHandler_BeginInvoke, (UploadDataCompletedEventHandler * __this, Object * sender, UploadDataCompletedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, UploadDataCompletedEventHandler_EndInvoke, (UploadDataCompletedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, UploadFileCompletedEventHandler__ctor, (UploadFileCompletedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, UploadFileCompletedEventHandler_Invoke, (UploadFileCompletedEventHandler * __this, Object * sender, UploadFileCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, UploadFileCompletedEventHandler_BeginInvoke, (UploadFileCompletedEventHandler * __this, Object * sender, UploadFileCompletedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, UploadFileCompletedEventHandler_EndInvoke, (UploadFileCompletedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, UploadValuesCompletedEventHandler__ctor, (UploadValuesCompletedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, UploadValuesCompletedEventHandler_Invoke, (UploadValuesCompletedEventHandler * __this, Object * sender, UploadValuesCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, UploadValuesCompletedEventHandler_BeginInvoke, (UploadValuesCompletedEventHandler * __this, Object * sender, UploadValuesCompletedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, UploadValuesCompletedEventHandler_EndInvoke, (UploadValuesCompletedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, DownloadProgressChangedEventHandler__ctor, (DownloadProgressChangedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, DownloadProgressChangedEventHandler_Invoke, (DownloadProgressChangedEventHandler * __this, Object * sender, DownloadProgressChangedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, DownloadProgressChangedEventHandler_BeginInvoke, (DownloadProgressChangedEventHandler * __this, Object * sender, DownloadProgressChangedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, DownloadProgressChangedEventHandler_EndInvoke, (DownloadProgressChangedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, UploadProgressChangedEventHandler__ctor, (UploadProgressChangedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, UploadProgressChangedEventHandler_Invoke, (UploadProgressChangedEventHandler * __this, Object * sender, UploadProgressChangedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, UploadProgressChangedEventHandler_BeginInvoke, (UploadProgressChangedEventHandler * __this, Object * sender, UploadProgressChangedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, UploadProgressChangedEventHandler_EndInvoke, (UploadProgressChangedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, WriteStreamClosedEventHandler__ctor, (WriteStreamClosedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, WriteStreamClosedEventHandler_Invoke, (WriteStreamClosedEventHandler * __this, Object * sender, WriteStreamClosedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, WriteStreamClosedEventHandler_BeginInvoke, (WriteStreamClosedEventHandler * __this, Object * sender, WriteStreamClosedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, WriteStreamClosedEventHandler_EndInvoke, (WriteStreamClosedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0255A8F0, void, OpenReadCompletedEventArgs__ctor, (OpenReadCompletedEventArgs * __this, Stream * result, Exception * exception, bool cancelled, Object * userToken, MethodInfo * method)); DO_APP_FUNC(0x0255A980, Stream *, OpenReadCompletedEventArgs_get_Result, (OpenReadCompletedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x0255A9A0, void, OpenReadCompletedEventArgs__ctor_1, (OpenReadCompletedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2CD0, OpenReadCompletedEventArgs__ctor_1__MethodInfo); DO_APP_FUNC(0x0255A8F0, void, OpenWriteCompletedEventArgs__ctor, (OpenWriteCompletedEventArgs * __this, Stream * result, Exception * exception, bool cancelled, Object * userToken, MethodInfo * method)); DO_APP_FUNC(0x0255A980, Stream *, OpenWriteCompletedEventArgs_get_Result, (OpenWriteCompletedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x0255A9D0, void, OpenWriteCompletedEventArgs__ctor_1, (OpenWriteCompletedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2D20, OpenWriteCompletedEventArgs__ctor_1__MethodInfo); DO_APP_FUNC(0x0255A8F0, void, DownloadStringCompletedEventArgs__ctor, (DownloadStringCompletedEventArgs * __this, String * result, Exception * exception, bool cancelled, Object * userToken, MethodInfo * method)); DO_APP_FUNC(0x0255A980, String *, DownloadStringCompletedEventArgs_get_Result, (DownloadStringCompletedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x0255AA00, void, DownloadStringCompletedEventArgs__ctor_1, (DownloadStringCompletedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2D28, DownloadStringCompletedEventArgs__ctor_1__MethodInfo); DO_APP_FUNC(0x0255A8F0, void, DownloadDataCompletedEventArgs__ctor, (DownloadDataCompletedEventArgs * __this, Byte__Array * result, Exception * exception, bool cancelled, Object * userToken, MethodInfo * method)); DO_APP_FUNC(0x0255A980, Byte__Array *, DownloadDataCompletedEventArgs_get_Result, (DownloadDataCompletedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x0255AA30, void, DownloadDataCompletedEventArgs__ctor_1, (DownloadDataCompletedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2D10, DownloadDataCompletedEventArgs__ctor_1__MethodInfo); DO_APP_FUNC(0x0255A8F0, void, UploadStringCompletedEventArgs__ctor, (UploadStringCompletedEventArgs * __this, String * result, Exception * exception, bool cancelled, Object * userToken, MethodInfo * method)); DO_APP_FUNC(0x0255A980, String *, UploadStringCompletedEventArgs_get_Result, (UploadStringCompletedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x0255AA60, void, UploadStringCompletedEventArgs__ctor_1, (UploadStringCompletedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2D08, UploadStringCompletedEventArgs__ctor_1__MethodInfo); DO_APP_FUNC(0x0255A8F0, void, UploadDataCompletedEventArgs__ctor, (UploadDataCompletedEventArgs * __this, Byte__Array * result, Exception * exception, bool cancelled, Object * userToken, MethodInfo * method)); DO_APP_FUNC(0x0255A980, Byte__Array *, UploadDataCompletedEventArgs_get_Result, (UploadDataCompletedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x0255AA90, void, UploadDataCompletedEventArgs__ctor_1, (UploadDataCompletedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2D18, UploadDataCompletedEventArgs__ctor_1__MethodInfo); DO_APP_FUNC(0x0255A8F0, void, UploadFileCompletedEventArgs__ctor, (UploadFileCompletedEventArgs * __this, Byte__Array * result, Exception * exception, bool cancelled, Object * userToken, MethodInfo * method)); DO_APP_FUNC(0x0255A980, Byte__Array *, UploadFileCompletedEventArgs_get_Result, (UploadFileCompletedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x0255AAC0, void, UploadFileCompletedEventArgs__ctor_1, (UploadFileCompletedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2C78, UploadFileCompletedEventArgs__ctor_1__MethodInfo); DO_APP_FUNC(0x0255A8F0, void, UploadValuesCompletedEventArgs__ctor, (UploadValuesCompletedEventArgs * __this, Byte__Array * result, Exception * exception, bool cancelled, Object * userToken, MethodInfo * method)); DO_APP_FUNC(0x0255A980, Byte__Array *, UploadValuesCompletedEventArgs_get_Result, (UploadValuesCompletedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x0255AAF0, void, UploadValuesCompletedEventArgs__ctor_1, (UploadValuesCompletedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2C80, UploadValuesCompletedEventArgs__ctor_1__MethodInfo); DO_APP_FUNC(0x0255AB20, void, DownloadProgressChangedEventArgs__ctor, (DownloadProgressChangedEventArgs * __this, int32_t progressPercentage, Object * userToken, int64_t bytesReceived, int64_t totalBytesToReceive, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, int64_t, DownloadProgressChangedEventArgs_get_BytesReceived, (DownloadProgressChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, int64_t, DownloadProgressChangedEventArgs_get_TotalBytesToReceive, (DownloadProgressChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x0255AB50, void, DownloadProgressChangedEventArgs__ctor_1, (DownloadProgressChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2C70, DownloadProgressChangedEventArgs__ctor_1__MethodInfo); DO_APP_FUNC(0x0255AB80, void, UploadProgressChangedEventArgs__ctor, (UploadProgressChangedEventArgs * __this, int32_t progressPercentage, Object * userToken, int64_t bytesSent, int64_t totalBytesToSend, int64_t bytesReceived, int64_t totalBytesToReceive, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, int64_t, UploadProgressChangedEventArgs_get_BytesReceived, (UploadProgressChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, int64_t, UploadProgressChangedEventArgs_get_TotalBytesToReceive, (UploadProgressChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, int64_t, UploadProgressChangedEventArgs_get_BytesSent, (UploadProgressChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, int64_t, UploadProgressChangedEventArgs_get_TotalBytesToSend, (UploadProgressChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x0255ABD0, void, UploadProgressChangedEventArgs__ctor_1, (UploadProgressChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2C68, UploadProgressChangedEventArgs__ctor_1__MethodInfo); DO_APP_FUNC(0x0255AC00, void, WriteStreamClosedEventArgs__ctor, (WriteStreamClosedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Exception *, WriteStreamClosedEventArgs_get_Error, (WriteStreamClosedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x02535DD0, void, AuthenticationSchemeSelector__ctor, (AuthenticationSchemeSelector * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, AuthenticationSchemes__Enum, AuthenticationSchemeSelector_Invoke, (AuthenticationSchemeSelector * __this, HttpListenerRequest * httpRequest, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, AuthenticationSchemeSelector_BeginInvoke, (AuthenticationSchemeSelector * __this, HttpListenerRequest * httpRequest, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, AuthenticationSchemes__Enum, AuthenticationSchemeSelector_EndInvoke, (AuthenticationSchemeSelector * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0255AC50, void, Authorization__ctor, (Authorization * __this, String * token, MethodInfo * method)); DO_APP_FUNC(0x0255AD00, void, Authorization__ctor_1, (Authorization * __this, String * token, bool finished, MethodInfo * method)); DO_APP_FUNC(0x0255ADC0, void, Authorization__ctor_2, (Authorization * __this, String * token, bool finished, String * connectionGroupId, MethodInfo * method)); DO_APP_FUNC(0x0255AF00, void, Authorization__ctor_3, (Authorization * __this, String * token, bool finished, String * connectionGroupId, bool mutualAuth, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, Authorization_get_Message, (Authorization * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, Authorization_get_ConnectionGroupId, (Authorization * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, Authorization_get_Complete, (Authorization * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, Authorization_SetComplete, (Authorization * __this, bool complete, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String__Array *, Authorization_get_ProtectionRealm, (Authorization * __this, MethodInfo * method)); DO_APP_FUNC(0x0255B040, void, Authorization_set_ProtectionRealm, (Authorization * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC(0x0255B0F0, bool, Authorization_get_MutuallyAuthenticated, (Authorization * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88980, void, Authorization_set_MutuallyAuthenticated, (Authorization * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0255B100, bool, CredentialCache_get_IsDefaultInCache, (CredentialCache * __this, MethodInfo * method)); DO_APP_FUNC(0x0255B110, void, CredentialCache__ctor, (CredentialCache * __this, MethodInfo * method)); DO_APP_FUNC(0x0255B270, void, CredentialCache_Add, (CredentialCache * __this, Uri * uriPrefix, String * authType, NetworkCredential * cred, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2C98, CredentialCache_Add__MethodInfo); DO_APP_FUNC(0x0255B530, void, CredentialCache_Add_1, (CredentialCache * __this, String * host, int32_t port, String * authenticationType, NetworkCredential * credential, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2C30, CredentialCache_Add_1__MethodInfo); DO_APP_FUNC(0x0255B8F0, void, CredentialCache_Remove, (CredentialCache * __this, Uri * uriPrefix, String * authType, MethodInfo * method)); DO_APP_FUNC(0x0255BA30, void, CredentialCache_Remove_1, (CredentialCache * __this, String * host, int32_t port, String * authenticationType, MethodInfo * method)); DO_APP_FUNC(0x0255BB70, NetworkCredential *, CredentialCache_GetCredential, (CredentialCache * __this, Uri * uriPrefix, String * authType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2C08, CredentialCache_GetCredential__MethodInfo); DO_APP_FUNC(0x0255BFD0, NetworkCredential *, CredentialCache_GetCredential_1, (CredentialCache * __this, String * host, int32_t port, String * authenticationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2C58, CredentialCache_GetCredential_1__MethodInfo); DO_APP_FUNC(0x0255C510, IEnumerator *, CredentialCache_GetEnumerator, (CredentialCache * __this, MethodInfo * method)); DO_APP_FUNC(0x0255C5C0, ICredentials *, CredentialCache_get_DefaultCredentials, (MethodInfo * method)); DO_APP_FUNC(0x0255C620, NetworkCredential *, CredentialCache_get_DefaultNetworkCredentials, (MethodInfo * method)); DO_APP_FUNC(0x0255C680, void, CredentialCache_CredentialEnumerator__ctor, (CredentialCache_CredentialEnumerator * __this, CredentialCache * cache, Hashtable * table, Hashtable * hostTable, int32_t version, MethodInfo * method)); DO_APP_FUNC(0x0255C880, Object *, CredentialCache_CredentialEnumerator_System_Collections_IEnumerator_get_Current, (CredentialCache_CredentialEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2C48, CredentialCache_CredentialEnumerator_System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x0255C9B0, bool, CredentialCache_CredentialEnumerator_System_Collections_IEnumerator_MoveNext, (CredentialCache_CredentialEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2C40, CredentialCache_CredentialEnumerator_System_Collections_IEnumerator_MoveNext__MethodInfo); DO_APP_FUNC(0x0070DE10, void, CredentialCache_CredentialEnumerator_System_Collections_IEnumerator_Reset, (CredentialCache_CredentialEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x0255CA70, void, SystemNetworkCredential__ctor, (SystemNetworkCredential * __this, MethodInfo * method)); DO_APP_FUNC(0x0255CAD0, void, SystemNetworkCredential__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0255CBD0, void, CredentialHostKey__ctor, (CredentialHostKey * __this, String * host, int32_t port, String * authenticationType, MethodInfo * method)); DO_APP_FUNC(0x0255CC90, bool, CredentialHostKey_Match, (CredentialHostKey * __this, String * host, int32_t port, String * authenticationType, MethodInfo * method)); DO_APP_FUNC(0x0255CE10, int32_t, CredentialHostKey_GetHashCode, (CredentialHostKey * __this, MethodInfo * method)); DO_APP_FUNC(0x0255CEA0, bool, CredentialHostKey_Equals, (CredentialHostKey * __this, Object * comparand, MethodInfo * method)); DO_APP_FUNC(0x0255D090, String *, CredentialHostKey_ToString, (CredentialHostKey * __this, MethodInfo * method)); DO_APP_FUNC(0x0255D450, void, CredentialKey__ctor, (CredentialKey * __this, Uri * uriPrefix, String * authenticationType, MethodInfo * method)); DO_APP_FUNC(0x0255D560, bool, CredentialKey_Match, (CredentialKey * __this, Uri * uri, String * authenticationType, MethodInfo * method)); DO_APP_FUNC(0x0255D680, bool, CredentialKey_IsPrefix, (CredentialKey * __this, Uri * uri, Uri * prefixUri, MethodInfo * method)); DO_APP_FUNC(0x0255DA00, int32_t, CredentialKey_GetHashCode, (CredentialKey * __this, MethodInfo * method)); DO_APP_FUNC(0x0255DA90, bool, CredentialKey_Equals, (CredentialKey * __this, Object * comparand, MethodInfo * method)); DO_APP_FUNC(0x0255DC10, String *, CredentialKey_ToString, (CredentialKey * __this, MethodInfo * method)); DO_APP_FUNC(0x0255DEA0, void, DnsEndPoint__ctor, (DnsEndPoint * __this, String * host, int32_t port, MethodInfo * method)); DO_APP_FUNC(0x0255DEC0, void, DnsEndPoint__ctor_1, (DnsEndPoint * __this, String * host, int32_t port, AddressFamily__Enum addressFamily, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2BF0, DnsEndPoint__ctor_1__MethodInfo); DO_APP_FUNC(0x0255E0F0, bool, DnsEndPoint_Equals, (DnsEndPoint * __this, Object * comparand, MethodInfo * method)); DO_APP_FUNC(0x0255E1C0, int32_t, DnsEndPoint_GetHashCode, (DnsEndPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x0255E290, String *, DnsEndPoint_ToString, (DnsEndPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, DnsEndPoint_get_Host, (DnsEndPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, AddressFamily__Enum, DnsEndPoint_get_AddressFamily, (DnsEndPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, DnsEndPoint_get_Port, (DnsEndPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x0255E4B0, AddressFamily__Enum, EndPoint_get_AddressFamily, (EndPoint * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2BC8, EndPoint_get_AddressFamily__MethodInfo); DO_APP_FUNC(0x0255E4E0, SocketAddress *, EndPoint_Serialize, (EndPoint * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2BC0, EndPoint_Serialize__MethodInfo); DO_APP_FUNC(0x0255E510, EndPoint *, EndPoint_Create, (EndPoint * __this, SocketAddress * socketAddress, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2BD8, EndPoint_Create__MethodInfo); DO_APP_FUNC(0x003AC050, void, EndPoint__ctor, (EndPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x0255E540, IWebProxy *, GlobalProxySelection_get_Select, (MethodInfo * method)); DO_APP_FUNC(0x0255E650, void, GlobalProxySelection_set_Select, (IWebProxy * value, MethodInfo * method)); DO_APP_FUNC(0x0255E6E0, IWebProxy *, GlobalProxySelection_GetEmptyWebProxy, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalProxySelection__ctor, (GlobalProxySelection * __this, MethodInfo * method)); DO_APP_FUNC(0x0255E730, void, HttpListenerException__ctor, (HttpListenerException * __this, MethodInfo * method)); DO_APP_FUNC(0x0255E7F0, void, HttpListenerException__ctor_1, (HttpListenerException * __this, int32_t errorCode, MethodInfo * method)); DO_APP_FUNC(0x0255E830, void, HttpListenerException__ctor_2, (HttpListenerException * __this, int32_t errorCode, String * message, MethodInfo * method)); DO_APP_FUNC(0x0255E870, void, HttpListenerException__ctor_3, (HttpListenerException * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x00C6E520, int32_t, HttpListenerException_get_ErrorCode, (HttpListenerException * __this, MethodInfo * method)); DO_APP_FUNC(0x0255E930, void, HttpListenerRequestUriBuilder__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0255EBA0, void, HttpListenerRequestUriBuilder__ctor, (HttpListenerRequestUriBuilder * __this, String * rawUri, String * cookedUriScheme, String * cookedUriHost, String * cookedUriPath, String * cookedUriQuery, MethodInfo * method)); DO_APP_FUNC(0x0255EE80, Uri *, HttpListenerRequestUriBuilder_GetRequestUri, (String * rawUri, String * cookedUriScheme, String * cookedUriHost, String * cookedUriPath, String * cookedUriQuery, MethodInfo * method)); DO_APP_FUNC(0x0255EFF0, Uri *, HttpListenerRequestUriBuilder_Build, (HttpListenerRequestUriBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x0255F0E0, void, HttpListenerRequestUriBuilder_BuildRequestUriUsingCookedPath, (HttpListenerRequestUriBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x0255F440, void, HttpListenerRequestUriBuilder_BuildRequestUriUsingRawPath, (HttpListenerRequestUriBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x0255F9D0, Encoding *, HttpListenerRequestUriBuilder_GetEncoding, (HttpListenerRequestUriBuilder_EncodingType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x0255FA60, HttpListenerRequestUriBuilder_ParsingResult__Enum, HttpListenerRequestUriBuilder_BuildRequestUriUsingRawPath_1, (HttpListenerRequestUriBuilder * __this, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x0255FDC0, HttpListenerRequestUriBuilder_ParsingResult__Enum, HttpListenerRequestUriBuilder_ParseRawPath, (HttpListenerRequestUriBuilder * __this, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x0255FF90, bool, HttpListenerRequestUriBuilder_AppendUnicodeCodePointValuePercentEncoded, (HttpListenerRequestUriBuilder * __this, String * codePoint, MethodInfo * method)); DO_APP_FUNC(0x025604F0, bool, HttpListenerRequestUriBuilder_AddPercentEncodedOctetToRawOctetsList, (HttpListenerRequestUriBuilder * __this, Encoding * encoding, String * escapedCharacter, MethodInfo * method)); DO_APP_FUNC(0x025606C0, bool, HttpListenerRequestUriBuilder_EmptyDecodeAndAppendRawOctetsList, (HttpListenerRequestUriBuilder * __this, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x02560A80, void, HttpListenerRequestUriBuilder_AppendOctetsPercentEncoded, (StringBuilder * target, IEnumerable_1_System_Byte__2 * octets, MethodInfo * method)); DO_APP_FUNC(0x02560E10, String *, HttpListenerRequestUriBuilder_GetOctetsAsString, (IEnumerable_1_System_Byte__2 * octets, MethodInfo * method)); DO_APP_FUNC(0x025610C0, String *, HttpListenerRequestUriBuilder_GetPath, (String * uriString, MethodInfo * method)); DO_APP_FUNC(0x02561430, String *, HttpListenerRequestUriBuilder_AddSlashToAsteriskOnlyPath, (String * path, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HttpListenerRequestUriBuilder_LogWarning, (HttpListenerRequestUriBuilder * __this, String * methodName, String * message, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, IPHostEntry_get_HostName, (IPHostEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, IPHostEntry_set_HostName, (IPHostEntry * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String__Array *, IPHostEntry_get_Aliases, (IPHostEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, IPHostEntry_set_Aliases, (IPHostEntry * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, IPAddress__Array *, IPHostEntry_get_AddressList, (IPHostEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, IPHostEntry_set_AddressList, (IPHostEntry * __this, IPAddress__Array * value, MethodInfo * method)); DO_APP_FUNC(0x00660380, void, IPHostEntry__ctor, (IPHostEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x02561490, void *, IntPtrHelper_Add, (void * a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x025614A0, int64_t, IntPtrHelper_Subtract, (void * a, void * b, MethodInfo * method)); DO_APP_FUNC(0x019CEDD0, void, InternalException__ctor, (InternalException * __this, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, InternalException__ctor_1, (InternalException * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x025614B0, bool, NclUtilities_IsThreadPoolLow, (MethodInfo * method)); DO_APP_FUNC(0x02561500, bool, NclUtilities_get_HasShutdownStarted, (MethodInfo * method)); DO_APP_FUNC(0x02561560, bool, NclUtilities_IsCredentialFailure, (SecurityStatus__Enum error, MethodInfo * method)); DO_APP_FUNC(0x02561590, bool, NclUtilities_IsClientFault, (SecurityStatus__Enum error, MethodInfo * method)); DO_APP_FUNC(0x025615C0, ContextCallback *, NclUtilities_get_ContextRelativeDemandCallback, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NclUtilities_DemandCallback, (Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2A80, NclUtilities_DemandCallback__MethodInfo); DO_APP_FUNC(0x025616F0, bool, NclUtilities_GuessWhetherHostIsLoopback, (String * host, MethodInfo * method)); DO_APP_FUNC(0x025617D0, bool, NclUtilities_IsFatal, (Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x02561890, bool, NclUtilities_IsAddressLocal, (IPAddress * ipAddress, MethodInfo * method)); DO_APP_FUNC(0x02561920, IPHostEntry *, NclUtilities_GetLocalHost, (MethodInfo * method)); DO_APP_FUNC(0x02561970, IPAddress__Array *, NclUtilities_get_LocalAddresses, (MethodInfo * method)); DO_APP_FUNC(0x025620D0, Object *, NclUtilities_get_LocalAddressesLock, (MethodInfo * method)); DO_APP_FUNC(0x025621B0, void, NclConstants__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C84790, void, InterlockedGate_Reset, (InterlockedGate * __this, MethodInfo * method)); DO_APP_FUNC(0x02562510, bool, InterlockedGate_Trigger, (InterlockedGate * __this, bool exclusive, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2900, InterlockedGate_Trigger__MethodInfo); DO_APP_FUNC(0x02562590, bool, InterlockedGate_StartTriggering, (InterlockedGate * __this, bool exclusive, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD28F0, InterlockedGate_StartTriggering__MethodInfo); DO_APP_FUNC(0x02562610, void, InterlockedGate_FinishTriggering, (InterlockedGate * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD28E0, InterlockedGate_FinishTriggering__MethodInfo); DO_APP_FUNC(0x02562680, bool, InterlockedGate_StartSignaling, (InterlockedGate * __this, bool exclusive, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2710, InterlockedGate_StartSignaling__MethodInfo); DO_APP_FUNC(0x02562710, void, InterlockedGate_FinishSignaling, (InterlockedGate * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2700, InterlockedGate_FinishSignaling__MethodInfo); DO_APP_FUNC(0x02562780, bool, InterlockedGate_Complete, (InterlockedGate * __this, MethodInfo * method)); DO_APP_FUNC(0x025627A0, String__Array *, ValidationHelper_MakeEmptyArrayNull, (String__Array * stringArray, MethodInfo * method)); DO_APP_FUNC(0x025627B0, String *, ValidationHelper_MakeStringNull, (String * stringValue, MethodInfo * method)); DO_APP_FUNC(0x025627C0, String *, ValidationHelper_ExceptionMessage, (Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x025628C0, String *, ValidationHelper_ToString, (Object * objectValue, MethodInfo * method)); DO_APP_FUNC(0x02562B80, String *, ValidationHelper_HashString, (Object * objectValue, MethodInfo * method)); DO_APP_FUNC(0x02562C60, bool, ValidationHelper_IsInvalidHttpString, (String * stringValue, MethodInfo * method)); DO_APP_FUNC(0x02562CF0, bool, ValidationHelper_IsBlankString, (String * stringValue, MethodInfo * method)); DO_APP_FUNC(0x02562D00, bool, ValidationHelper_ValidateTcpPort, (int32_t port, MethodInfo * method)); DO_APP_FUNC(0x02562D20, bool, ValidationHelper_ValidateRange, (int32_t actual, int32_t fromAllowed, int32_t toAllowed, MethodInfo * method)); DO_APP_FUNC(0x02562D30, void, ValidationHelper_ValidateSegment, (ArraySegment_1_Byte_ segment, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD26D8, ValidationHelper_ValidateSegment__MethodInfo); DO_APP_FUNC(0x02562EC0, void, ValidationHelper__cctor, (MethodInfo * method)); DO_APP_FUNC(0x025630E0, NotImplementedException *, ExceptionHelper_get_MethodNotImplementedException, (MethodInfo * method)); DO_APP_FUNC(0x02563160, NotImplementedException *, ExceptionHelper_get_PropertyNotImplementedException, (MethodInfo * method)); DO_APP_FUNC(0x025631E0, WebException *, ExceptionHelper_get_TimeoutException, (MethodInfo * method)); DO_APP_FUNC(0x02563270, NotSupportedException *, ExceptionHelper_get_MethodNotSupportedException, (MethodInfo * method)); DO_APP_FUNC(0x025632F0, NotSupportedException *, ExceptionHelper_get_PropertyNotSupportedException, (MethodInfo * method)); DO_APP_FUNC(0x02563370, WebException *, ExceptionHelper_get_IsolatedException, (MethodInfo * method)); DO_APP_FUNC(0x02563410, WebException *, ExceptionHelper_get_RequestAbortedException, (MethodInfo * method)); DO_APP_FUNC(0x025634B0, WebException *, ExceptionHelper_get_CacheEntryNotFoundException, (MethodInfo * method)); DO_APP_FUNC(0x02563550, WebException *, ExceptionHelper_get_RequestProhibitedByCachePolicyException, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SecChannelBindings__ctor, (SecChannelBindings * __this, MethodInfo * method)); DO_APP_FUNC(0x025635F0, IWebRequestCreate *, WebRequestPrefixElement_get_Creator, (WebRequestPrefixElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, WebRequestPrefixElement_set_Creator, (WebRequestPrefixElement * __this, IWebRequestCreate * value, MethodInfo * method)); DO_APP_FUNC(0x025638B0, void, WebRequestPrefixElement__ctor, (WebRequestPrefixElement * __this, String * P, Type * creatorType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2650, WebRequestPrefixElement__ctor__MethodInfo); DO_APP_FUNC(0x003BAE40, void, WebRequestPrefixElement__ctor_1, (WebRequestPrefixElement * __this, String * P, IWebRequestCreate * C, MethodInfo * method)); DO_APP_FUNC(0x01613160, void, HttpAbortDelegate__ctor, (HttpAbortDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, bool, HttpAbortDelegate_Invoke, (HttpAbortDelegate * __this, HttpWebRequest * request, WebException * webException, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, HttpAbortDelegate_BeginInvoke, (HttpAbortDelegate * __this, HttpWebRequest * request, WebException * webException, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x0040B530, bool, HttpAbortDelegate_EndInvoke, (HttpAbortDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2CF0, void, HttpContinueDelegate__ctor, (HttpContinueDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, HttpContinueDelegate_Invoke, (HttpContinueDelegate * __this, int32_t StatusCode, WebHeaderCollection * httpHeaders, MethodInfo * method)); DO_APP_FUNC(0x02563B10, IAsyncResult *, HttpContinueDelegate_BeginInvoke, (HttpContinueDelegate * __this, int32_t StatusCode, WebHeaderCollection * httpHeaders, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, HttpContinueDelegate_EndInvoke, (HttpContinueDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, UnlockConnectionDelegate__ctor, (UnlockConnectionDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, UnlockConnectionDelegate_Invoke, (UnlockConnectionDelegate * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5A50, IAsyncResult *, UnlockConnectionDelegate_BeginInvoke, (UnlockConnectionDelegate * __this, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, UnlockConnectionDelegate_EndInvoke, (UnlockConnectionDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02563BA0, void, KnownHttpVerb__ctor, (KnownHttpVerb * __this, String * name, bool requireContentBody, bool contentBodyNotAllowed, bool connectRequest, bool expectNoContentResponse, MethodInfo * method)); DO_APP_FUNC(0x02563C10, void, KnownHttpVerb__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02564430, bool, KnownHttpVerb_Equals, (KnownHttpVerb * __this, KnownHttpVerb * verb, MethodInfo * method)); DO_APP_FUNC(0x02564560, KnownHttpVerb *, KnownHttpVerb_Parse, (String * name, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HttpProtocolUtils__ctor, (HttpProtocolUtils * __this, MethodInfo * method)); DO_APP_FUNC(0x02564670, DateTime, HttpProtocolUtils_string2date, (String * S, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2478, HttpProtocolUtils_string2date__MethodInfo); DO_APP_FUNC(0x02564710, String *, HttpProtocolUtils_date2string, (DateTime D, MethodInfo * method)); DO_APP_FUNC(0x02564810, void, SplitWritesState__ctor, (SplitWritesState * __this, BufferOffsetSize__Array * buffers, MethodInfo * method)); DO_APP_FUNC(0x025648C0, bool, SplitWritesState_get_IsDone, (SplitWritesState * __this, MethodInfo * method)); DO_APP_FUNC(0x02564920, BufferOffsetSize__Array *, SplitWritesState_GetNextBuffers, (SplitWritesState * __this, MethodInfo * method)); DO_APP_FUNC(0x02564DB0, void, NetworkCredential__ctor, (NetworkCredential * __this, MethodInfo * method)); DO_APP_FUNC(0x02564E10, void, NetworkCredential__ctor_1, (NetworkCredential * __this, String * userName, String * password, MethodInfo * method)); DO_APP_FUNC(0x02564E90, void, NetworkCredential__ctor_2, (NetworkCredential * __this, String * userName, SecureString * password, MethodInfo * method)); DO_APP_FUNC(0x02565070, void, NetworkCredential__ctor_3, (NetworkCredential * __this, String * userName, String * password, String * domain, MethodInfo * method)); DO_APP_FUNC(0x02565100, void, NetworkCredential__ctor_4, (NetworkCredential * __this, String * userName, SecureString * password, String * domain, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, NetworkCredential_get_UserName, (NetworkCredential * __this, MethodInfo * method)); DO_APP_FUNC(0x02565290, void, NetworkCredential_set_UserName, (NetworkCredential * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x025653B0, String *, NetworkCredential_get_Password, (NetworkCredential * __this, MethodInfo * method)); DO_APP_FUNC(0x025653C0, void, NetworkCredential_set_Password, (NetworkCredential * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02565430, SecureString *, NetworkCredential_get_SecurePassword, (NetworkCredential * __this, MethodInfo * method)); DO_APP_FUNC(0x02565450, void, NetworkCredential_set_SecurePassword, (NetworkCredential * __this, SecureString * value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, NetworkCredential_get_Domain, (NetworkCredential * __this, MethodInfo * method)); DO_APP_FUNC(0x025655D0, void, NetworkCredential_set_Domain, (NetworkCredential * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, NetworkCredential_InternalGetUserName, (NetworkCredential * __this, MethodInfo * method)); DO_APP_FUNC(0x025653B0, String *, NetworkCredential_InternalGetPassword, (NetworkCredential * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, SecureString *, NetworkCredential_InternalGetSecurePassword, (NetworkCredential * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, NetworkCredential_InternalGetDomain, (NetworkCredential * __this, MethodInfo * method)); DO_APP_FUNC(0x025656F0, String *, NetworkCredential_InternalGetDomainUserName, (NetworkCredential * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, NetworkCredential *, NetworkCredential_GetCredential, (NetworkCredential * __this, Uri * uri, String * authType, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, NetworkCredential *, NetworkCredential_GetCredential_1, (NetworkCredential * __this, String * host, int32_t port, String * authenticationType, MethodInfo * method)); DO_APP_FUNC(0x01BDA2E0, void, ProtocolViolationException__ctor, (ProtocolViolationException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BDA330, void, ProtocolViolationException__ctor_1, (ProtocolViolationException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, ProtocolViolationException__ctor_2, (ProtocolViolationException * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x02565760, void, ProtocolViolationException_System_Runtime_Serialization_ISerializable_GetObjectData, (ProtocolViolationException * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x02565760, void, ProtocolViolationException_GetObjectData, (ProtocolViolationException * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x02565780, AddressFamily__Enum, SocketAddress_get_Family, (SocketAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, SocketAddress_get_Size, (SocketAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x025657C0, uint8_t, SocketAddress_get_Item, (SocketAddress * __this, int32_t offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD24D0, SocketAddress_get_Item__MethodInfo); DO_APP_FUNC(0x02565840, void, SocketAddress_set_Item, (SocketAddress * __this, int32_t offset, uint8_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2328, SocketAddress_set_Item__MethodInfo); DO_APP_FUNC(0x025658E0, void, SocketAddress__ctor, (SocketAddress * __this, AddressFamily__Enum family, MethodInfo * method)); DO_APP_FUNC(0x025658F0, void, SocketAddress__ctor_1, (SocketAddress * __this, AddressFamily__Enum family, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2308, SocketAddress__ctor_1__MethodInfo); DO_APP_FUNC(0x02565A30, void, SocketAddress__ctor_2, (SocketAddress * __this, IPAddress * ipAddress, MethodInfo * method)); DO_APP_FUNC(0x02565D80, void, SocketAddress__ctor_3, (SocketAddress * __this, IPAddress * ipaddress, int32_t port, MethodInfo * method)); DO_APP_FUNC(0x02565DE0, IPAddress *, SocketAddress_GetIPAddress, (SocketAddress * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD22E0, SocketAddress_GetIPAddress__MethodInfo); DO_APP_FUNC(0x025660C0, IPEndPoint *, SocketAddress_GetIPEndPoint, (SocketAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x02566170, void, SocketAddress_CopyAddressSizeIntoBuffer, (SocketAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x02566220, int32_t, SocketAddress_GetAddressSizeOffset, (SocketAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x02566240, void, SocketAddress_SetSize, (SocketAddress * __this, void * ptr, MethodInfo * method)); DO_APP_FUNC(0x02566250, bool, SocketAddress_Equals, (SocketAddress * __this, Object * comparand, MethodInfo * method)); DO_APP_FUNC(0x02566380, int32_t, SocketAddress_GetHashCode, (SocketAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x025664A0, String *, SocketAddress_ToString, (SocketAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x025668B0, IEnumerable_1_System_Security_Authentication_ExtendedProtection_TokenBinding_ *, TransportContext_GetTlsTokenBindings, (TransportContext * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2368, TransportContext_GetTlsTokenBindings__MethodInfo); DO_APP_FUNC(0x003AC050, void, TransportContext__ctor, (TransportContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, CachedTransportContext__ctor, (CachedTransportContext * __this, ChannelBinding * binding, MethodInfo * method)); DO_APP_FUNC(0x02566900, ChannelBinding *, CachedTransportContext_GetChannelBinding, (CachedTransportContext * __this, ChannelBindingKind__Enum kind, MethodInfo * method)); DO_APP_FUNC(0x02566910, void, WebException__ctor, (WebException * __this, MethodInfo * method)); DO_APP_FUNC(0x02566970, void, WebException__ctor_1, (WebException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x025669A0, void, WebException__ctor_2, (WebException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x025669D0, void, WebException__ctor_3, (WebException * __this, String * message, WebExceptionStatus__Enum status, MethodInfo * method)); DO_APP_FUNC(0x025669F0, void, WebException__ctor_4, (WebException * __this, String * message, WebExceptionStatus__Enum status, WebExceptionInternalStatus__Enum internalStatus, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x02566B00, void, WebException__ctor_5, (WebException * __this, String * message, Exception * innerException, WebExceptionStatus__Enum status, WebResponse * response, MethodInfo * method)); DO_APP_FUNC(0x02566C10, void, WebException__ctor_6, (WebException * __this, String * message, String * data, Exception * innerException, WebExceptionStatus__Enum status, WebResponse * response, MethodInfo * method)); DO_APP_FUNC(0x02566D50, void, WebException__ctor_7, (WebException * __this, String * message, Exception * innerException, WebExceptionStatus__Enum status, WebResponse * response, WebExceptionInternalStatus__Enum internalStatus, MethodInfo * method)); DO_APP_FUNC(0x02566E60, void, WebException__ctor_8, (WebException * __this, String * message, String * data, Exception * innerException, WebExceptionStatus__Enum status, WebResponse * response, WebExceptionInternalStatus__Enum internalStatus, MethodInfo * method)); DO_APP_FUNC(0x02566FA0, void, WebException__ctor_9, (WebException * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x012852A0, void, WebException_System_Runtime_Serialization_ISerializable_GetObjectData, (WebException * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x02565760, void, WebException_GetObjectData, (WebException * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x00C6E520, WebExceptionStatus__Enum, WebException_get_Status, (WebException * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, WebResponse *, WebException_get_Response, (WebException * __this, MethodInfo * method)); DO_APP_FUNC(0x0185B680, WebExceptionInternalStatus__Enum, WebException_get_InternalStatus, (WebException * __this, MethodInfo * method)); DO_APP_FUNC(0x02567030, String *, WebExceptionMapping_GetWebStatusString, (WebExceptionStatus__Enum status, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2220, WebExceptionMapping_GetWebStatusString__MethodInfo); DO_APP_FUNC(0x02567220, void, WebExceptionMapping__cctor, (MethodInfo * method)); DO_APP_FUNC(0x025672E0, String *, WebHeaderCollection_get_ContentLength, (WebHeaderCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02567390, String *, WebHeaderCollection_get_CacheControl, (WebHeaderCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02567440, String *, WebHeaderCollection_get_ContentType, (WebHeaderCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x025674F0, String *, WebHeaderCollection_get_Date, (WebHeaderCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x025675A0, String *, WebHeaderCollection_get_Expires, (WebHeaderCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02567650, String *, WebHeaderCollection_get_ETag, (WebHeaderCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02567700, String *, WebHeaderCollection_get_LastModified, (WebHeaderCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x025677B0, String *, WebHeaderCollection_get_Location, (WebHeaderCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02567870, String *, WebHeaderCollection_get_ProxyAuthenticate, (WebHeaderCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02567920, String *, WebHeaderCollection_get_SetCookie2, (WebHeaderCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x025679D0, String *, WebHeaderCollection_get_SetCookie, (WebHeaderCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02567A80, String *, WebHeaderCollection_get_Server, (WebHeaderCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02567B30, String *, WebHeaderCollection_get_Via, (WebHeaderCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02567BE0, void, WebHeaderCollection_NormalizeCommonHeaders, (WebHeaderCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02567D70, NameValueCollection *, WebHeaderCollection_get_InnerCollection, (WebHeaderCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02567E80, bool, WebHeaderCollection_AllowMultiValues, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02567F60, bool, WebHeaderCollection_get_AllowHttpRequestHeader, (WebHeaderCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02567FA0, bool, WebHeaderCollection_get_AllowHttpResponseHeader, (WebHeaderCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02567FE0, String *, WebHeaderCollection_get_Item, (WebHeaderCollection * __this, HttpRequestHeader__Enum header, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2160, WebHeaderCollection_get_Item__MethodInfo); DO_APP_FUNC(0x025680F0, void, WebHeaderCollection_set_Item, (WebHeaderCollection * __this, HttpRequestHeader__Enum header, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2180, WebHeaderCollection_set_Item__MethodInfo); DO_APP_FUNC(0x02568200, String *, WebHeaderCollection_get_Item_1, (WebHeaderCollection * __this, HttpResponseHeader__Enum header, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD20E8, WebHeaderCollection_get_Item_1__MethodInfo); DO_APP_FUNC(0x02568360, void, WebHeaderCollection_set_Item_1, (WebHeaderCollection * __this, HttpResponseHeader__Enum header, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2120, WebHeaderCollection_set_Item_1__MethodInfo); DO_APP_FUNC(0x02568570, void, WebHeaderCollection_Add, (WebHeaderCollection * __this, HttpRequestHeader__Enum header, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1F58, WebHeaderCollection_Add__MethodInfo); DO_APP_FUNC(0x02568680, void, WebHeaderCollection_Add_1, (WebHeaderCollection * __this, HttpResponseHeader__Enum header, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1F90, WebHeaderCollection_Add_1__MethodInfo); DO_APP_FUNC(0x02568890, void, WebHeaderCollection_Set, (WebHeaderCollection * __this, HttpRequestHeader__Enum header, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1F10, WebHeaderCollection_Set__MethodInfo); DO_APP_FUNC(0x025689A0, void, WebHeaderCollection_Set_1, (WebHeaderCollection * __this, HttpResponseHeader__Enum header, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1F48, WebHeaderCollection_Set_1__MethodInfo); DO_APP_FUNC(0x02568BB0, void, WebHeaderCollection_SetInternal, (WebHeaderCollection * __this, HttpResponseHeader__Enum header, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1F28, WebHeaderCollection_SetInternal__MethodInfo); DO_APP_FUNC(0x02568DC0, void, WebHeaderCollection_Remove, (WebHeaderCollection * __this, HttpRequestHeader__Enum header, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2008, WebHeaderCollection_Remove__MethodInfo); DO_APP_FUNC(0x02568EC0, void, WebHeaderCollection_Remove_1, (WebHeaderCollection * __this, HttpResponseHeader__Enum header, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2038, WebHeaderCollection_Remove_1__MethodInfo); DO_APP_FUNC(0x02568FC0, void, WebHeaderCollection_AddWithoutValidate, (WebHeaderCollection * __this, String * headerName, String * headerValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1FC0, WebHeaderCollection_AddWithoutValidate__MethodInfo); DO_APP_FUNC(0x02569180, void, WebHeaderCollection_SetAddVerified, (WebHeaderCollection * __this, String * name, String * value, MethodInfo * method)); DO_APP_FUNC(0x025692A0, void, WebHeaderCollection_AddInternal, (WebHeaderCollection * __this, String * name, String * value, MethodInfo * method)); DO_APP_FUNC(0x02569310, void, WebHeaderCollection_ChangeInternal, (WebHeaderCollection * __this, String * name, String * value, MethodInfo * method)); DO_APP_FUNC(0x02569380, void, WebHeaderCollection_RemoveInternal, (WebHeaderCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x025693E0, void, WebHeaderCollection_CheckUpdate, (WebHeaderCollection * __this, String * name, String * value, MethodInfo * method)); DO_APP_FUNC(0x02569490, void, WebHeaderCollection_AddInternalNotCommon, (WebHeaderCollection * __this, String * name, String * value, MethodInfo * method)); DO_APP_FUNC(0x025694F0, String *, WebHeaderCollection_CheckBadChars, (String * name, bool isHeaderValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1E08, WebHeaderCollection_CheckBadChars__MethodInfo); DO_APP_FUNC(0x02569B20, bool, WebHeaderCollection_IsValidToken, (String * token, MethodInfo * method)); DO_APP_FUNC(0x02569C30, bool, WebHeaderCollection_ContainsNonAsciiChars, (String * token, MethodInfo * method)); DO_APP_FUNC(0x02569CA0, void, WebHeaderCollection_ThrowOnRestrictedHeader, (WebHeaderCollection * __this, String * headerName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1D90, WebHeaderCollection_ThrowOnRestrictedHeader__MethodInfo); DO_APP_FUNC(0x02569F00, void, WebHeaderCollection_Add_2, (WebHeaderCollection * __this, String * name, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1DC8, WebHeaderCollection_Add_2__MethodInfo); DO_APP_FUNC(0x0256A0D0, void, WebHeaderCollection_Add_3, (WebHeaderCollection * __this, String * header, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1EB0, WebHeaderCollection_Add_3__MethodInfo); DO_APP_FUNC(0x0256A3E0, void, WebHeaderCollection_Set_2, (WebHeaderCollection * __this, String * name, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1EE0, WebHeaderCollection_Set_2__MethodInfo); DO_APP_FUNC(0x0256A640, void, WebHeaderCollection_SetInternal_1, (WebHeaderCollection * __this, String * name, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1E60, WebHeaderCollection_SetInternal_1__MethodInfo); DO_APP_FUNC(0x0256A890, void, WebHeaderCollection_Remove_2, (WebHeaderCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1E90, WebHeaderCollection_Remove_2__MethodInfo); DO_APP_FUNC(0x0256A9C0, String__Array *, WebHeaderCollection_GetValues, (WebHeaderCollection * __this, String * header, MethodInfo * method)); DO_APP_FUNC(0x0256AC00, String *, WebHeaderCollection_ToString, (WebHeaderCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0256AC60, String *, WebHeaderCollection_ToString_1, (WebHeaderCollection * __this, bool forTrace, MethodInfo * method)); DO_APP_FUNC(0x0256ACC0, String *, WebHeaderCollection_GetAsString, (NameValueCollection * cc, bool winInetCompat, bool forTrace, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1CF0, WebHeaderCollection_GetAsString__MethodInfo); DO_APP_FUNC(0x0256AF80, Byte__Array *, WebHeaderCollection_ToByteArray, (WebHeaderCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0256B060, bool, WebHeaderCollection_IsRestricted, (String * headerName, MethodInfo * method)); DO_APP_FUNC(0x0256B130, bool, WebHeaderCollection_IsRestricted_1, (String * headerName, bool response, MethodInfo * method)); DO_APP_FUNC(0x0256B220, void, WebHeaderCollection__ctor, (WebHeaderCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0256B2A0, void, WebHeaderCollection__ctor_1, (WebHeaderCollection * __this, WebHeaderCollectionType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x0256B400, void, WebHeaderCollection__ctor_2, (WebHeaderCollection * __this, NameValueCollection * cc, MethodInfo * method)); DO_APP_FUNC(0x0256B670, void, WebHeaderCollection__ctor_3, (WebHeaderCollection * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebHeaderCollection_OnDeserialization, (WebHeaderCollection * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x0256B9A0, void, WebHeaderCollection_GetObjectData, (WebHeaderCollection * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x0256C000, DataParseStatus__Enum, WebHeaderCollection_ParseHeaders, (WebHeaderCollection * __this, Byte__Array * buffer, int32_t size, int32_t * unparsed, int32_t * totalResponseHeadersLength, int32_t maximumResponseHeadersLength, WebParseError * parseError, MethodInfo * method)); DO_APP_FUNC(0x0256C8F0, DataParseStatus__Enum, WebHeaderCollection_ParseHeadersStrict, (WebHeaderCollection * __this, Byte__Array * buffer, int32_t size, int32_t * unparsed, int32_t * totalResponseHeadersLength, int32_t maximumResponseHeadersLength, WebParseError * parseError, MethodInfo * method)); DO_APP_FUNC(0x0256D3D0, void, WebHeaderCollection_System_Runtime_Serialization_ISerializable_GetObjectData, (WebHeaderCollection * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x0256D400, String *, WebHeaderCollection_Get, (WebHeaderCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0256D730, IEnumerator *, WebHeaderCollection_GetEnumerator, (WebHeaderCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0256D7B0, int32_t, WebHeaderCollection_get_Count, (WebHeaderCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0256D7F0, NameObjectCollectionBase_KeysCollection *, WebHeaderCollection_get_Keys, (WebHeaderCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0256D840, bool, WebHeaderCollection_InternalHasKeys, (WebHeaderCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0256D880, String *, WebHeaderCollection_Get_1, (WebHeaderCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0256D8D0, String__Array *, WebHeaderCollection_GetValues_1, (WebHeaderCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0256D920, String *, WebHeaderCollection_GetKey, (WebHeaderCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0256D970, String__Array *, WebHeaderCollection_get_AllKeys, (WebHeaderCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0256D9C0, void, WebHeaderCollection_Clear, (WebHeaderCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0256DA50, void, WebHeaderCollection__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0256E480, String *, WebHeaderCollection_HeaderEncoding_GetString, (Byte__Array * bytes, int32_t byteIndex, int32_t byteCount, MethodInfo * method)); DO_APP_FUNC(0x0256E4C0, String *, WebHeaderCollection_HeaderEncoding_GetString_1, (uint8_t * pBytes, int32_t byteCount, MethodInfo * method)); DO_APP_FUNC(0x0256E5D0, int32_t, WebHeaderCollection_HeaderEncoding_GetByteCount, (String * myString, MethodInfo * method)); DO_APP_FUNC(0x0256E5F0, void, WebHeaderCollection_HeaderEncoding_GetBytes, (String * myString, int32_t charIndex, int32_t charCount, Byte__Array * bytes, int32_t byteIndex, MethodInfo * method)); DO_APP_FUNC(0x0256E690, Byte__Array *, WebHeaderCollection_HeaderEncoding_GetBytes_1, (String * myString, MethodInfo * method)); DO_APP_FUNC(0x0256E760, String *, WebHeaderCollection_HeaderEncoding_DecodeUtf8FromString, (String * input, MethodInfo * method)); DO_APP_FUNC(0x0256EA60, int32_t, CaseInsensitiveAscii_GetHashCode, (CaseInsensitiveAscii * __this, Object * myObject, MethodInfo * method)); DO_APP_FUNC(0x0256EB70, int32_t, CaseInsensitiveAscii_Compare, (CaseInsensitiveAscii * __this, Object * firstObject, Object * secondObject, MethodInfo * method)); DO_APP_FUNC(0x0256ED10, int32_t, CaseInsensitiveAscii_FastGetHashCode, (CaseInsensitiveAscii * __this, String * myString, MethodInfo * method)); DO_APP_FUNC(0x0256EDF0, bool, CaseInsensitiveAscii_Equals, (CaseInsensitiveAscii * __this, Object * firstObject, Object * secondObject, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CaseInsensitiveAscii__ctor, (CaseInsensitiveAscii * __this, MethodInfo * method)); DO_APP_FUNC(0x0256F0E0, void, CaseInsensitiveAscii__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0256F260, void, HostHeaderString__ctor, (HostHeaderString * __this, MethodInfo * method)); DO_APP_FUNC(0x0256F270, void, HostHeaderString__ctor_1, (HostHeaderString * __this, String * s, MethodInfo * method)); DO_APP_FUNC(0x0256F280, void, HostHeaderString_Init, (HostHeaderString * __this, String * s, MethodInfo * method)); DO_APP_FUNC(0x0256F340, void, HostHeaderString_Convert, (HostHeaderString * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, HostHeaderString_get_String, (HostHeaderString * __this, MethodInfo * method)); DO_APP_FUNC(0x0256F270, void, HostHeaderString_set_String, (HostHeaderString * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0256F4D0, int32_t, HostHeaderString_get_ByteCount, (HostHeaderString * __this, MethodInfo * method)); DO_APP_FUNC(0x0256F500, Byte__Array *, HostHeaderString_get_Bytes, (HostHeaderString * __this, MethodInfo * method)); DO_APP_FUNC(0x0256F520, void, HostHeaderString_Copy, (HostHeaderString * __this, Byte__Array * destBytes, int32_t destByteIndex, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, WebPermissionAttribute__ctor, (WebPermissionAttribute * __this, SecurityAction__Enum action, MethodInfo * method)); DO_APP_FUNC(0x0256F580, String *, WebPermissionAttribute_get_Connect, (WebPermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0256F5D0, void, WebPermissionAttribute_set_Connect, (WebPermissionAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1920, WebPermissionAttribute_set_Connect__MethodInfo); DO_APP_FUNC(0x0256F720, String *, WebPermissionAttribute_get_Accept, (WebPermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0256F770, void, WebPermissionAttribute_set_Accept, (WebPermissionAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1A10, WebPermissionAttribute_set_Accept__MethodInfo); DO_APP_FUNC(0x0256F8C0, String *, WebPermissionAttribute_get_ConnectPattern, (WebPermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0256F9B0, void, WebPermissionAttribute_set_ConnectPattern, (WebPermissionAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1990, WebPermissionAttribute_set_ConnectPattern__MethodInfo); DO_APP_FUNC(0x0256FCE0, String *, WebPermissionAttribute_get_AcceptPattern, (WebPermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0256FDD0, void, WebPermissionAttribute_set_AcceptPattern, (WebPermissionAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD19B0, WebPermissionAttribute_set_AcceptPattern__MethodInfo); DO_APP_FUNC(0x02570100, IPermission *, WebPermissionAttribute_CreatePermission, (WebPermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x025705C0, void, DelayedRegex__ctor, (DelayedRegex * __this, String * regexString, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1840, DelayedRegex__ctor__MethodInfo); DO_APP_FUNC(0x02570680, void, DelayedRegex__ctor_1, (DelayedRegex * __this, Regex * regex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1820, DelayedRegex__ctor_1__MethodInfo); DO_APP_FUNC(0x02570740, Regex *, DelayedRegex_get_AsRegex, (DelayedRegex * __this, MethodInfo * method)); DO_APP_FUNC(0x02570840, String *, DelayedRegex_ToString, (DelayedRegex * __this, MethodInfo * method)); DO_APP_FUNC(0x025708D0, Regex *, WebPermission_get_MatchAllRegex, (MethodInfo * method)); DO_APP_FUNC(0x02570A00, IEnumerator *, WebPermission_get_ConnectList, (WebPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x02570D80, IEnumerator *, WebPermission_get_AcceptList, (WebPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x02571100, void, WebPermission__ctor, (WebPermission * __this, PermissionState__Enum state, MethodInfo * method)); DO_APP_FUNC(0x02571250, void, WebPermission__ctor_1, (WebPermission * __this, bool unrestricted, MethodInfo * method)); DO_APP_FUNC(0x025713A0, void, WebPermission__ctor_2, (WebPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x025714D0, void, WebPermission__ctor_3, (WebPermission * __this, NetworkAccess__Enum access, MethodInfo * method)); DO_APP_FUNC(0x02571640, void, WebPermission__ctor_4, (WebPermission * __this, NetworkAccess__Enum access, Regex * uriRegex, MethodInfo * method)); DO_APP_FUNC(0x025717A0, void, WebPermission__ctor_5, (WebPermission * __this, NetworkAccess__Enum access, String * uriString, MethodInfo * method)); DO_APP_FUNC(0x02571900, void, WebPermission__ctor_6, (WebPermission * __this, NetworkAccess__Enum access, Uri * uri, MethodInfo * method)); DO_APP_FUNC(0x02571A60, void, WebPermission_AddPermission, (WebPermission * __this, NetworkAccess__Enum access, String * uriString, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1660, WebPermission_AddPermission__MethodInfo); DO_APP_FUNC(0x02571F80, void, WebPermission_AddPermission_1, (WebPermission * __this, NetworkAccess__Enum access, Uri * uri, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD16A8, WebPermission_AddPermission_1__MethodInfo); DO_APP_FUNC(0x025723E0, void, WebPermission_AddPermission_2, (WebPermission * __this, NetworkAccess__Enum access, Regex * uriRegex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1600, WebPermission_AddPermission_2__MethodInfo); DO_APP_FUNC(0x025725D0, void, WebPermission_AddAsPattern, (WebPermission * __this, NetworkAccess__Enum access, DelayedRegex * uriRegexPattern, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, WebPermission_IsUnrestricted, (WebPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x02572A80, IPermission *, WebPermission_Copy, (WebPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x02572D60, bool, WebPermission_IsSubsetOf, (WebPermission * __this, IPermission * target, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1740, WebPermission_IsSubsetOf__MethodInfo); DO_APP_FUNC(0x02573400, bool, WebPermission_isSpecialSubsetCase, (String * regexToCheck, ArrayList * permList, MethodInfo * method)); DO_APP_FUNC(0x02573A00, IPermission *, WebPermission_Union, (WebPermission * __this, IPermission * target, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD16F0, WebPermission_Union__MethodInfo); DO_APP_FUNC(0x02574100, IPermission *, WebPermission_Intersect, (WebPermission * __this, IPermission * target, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD16D0, WebPermission_Intersect__MethodInfo); DO_APP_FUNC(0x025744E0, void, WebPermission_FromXml, (WebPermission * __this, SecurityElement * securityElement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD14A0, WebPermission_FromXml__MethodInfo); DO_APP_FUNC(0x02575130, SecurityElement *, WebPermission_ToXml, (WebPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x02575DD0, bool, WebPermission_isMatchedURI, (Object * uriToCheck, ArrayList * uriPatternList, MethodInfo * method)); DO_APP_FUNC(0x02576400, void, WebPermission_intersectList, (ArrayList * A, ArrayList * B, ArrayList * result, MethodInfo * method)); DO_APP_FUNC(0x02577000, Object *, WebPermission_intersectPair, (Object * L, Object * R, bool * isUri, MethodInfo * method)); DO_APP_FUNC(0x025778C0, IWebRequestCreate *, WebRequest_get_CreatorInstance, (WebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebRequest_RegisterPortableWebRequestCreator, (IWebRequestCreate * creator, MethodInfo * method)); DO_APP_FUNC(0x02577920, Object *, WebRequest_get_InternalSyncObject, (MethodInfo * method)); DO_APP_FUNC(0x02577A50, TimerThread_Queue *, WebRequest_get_DefaultTimerQueue, (MethodInfo * method)); DO_APP_FUNC(0x02577AB0, WebRequest *, WebRequest_Create, (Uri * requestUri, bool useUriBase, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5828, WebRequest_Create__MethodInfo); DO_APP_FUNC(0x02577F40, WebRequest *, WebRequest_Create_1, (String * requestUriString, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5888, WebRequest_Create_1__MethodInfo); DO_APP_FUNC(0x02578040, WebRequest *, WebRequest_Create_2, (Uri * requestUri, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5898, WebRequest_Create_2__MethodInfo); DO_APP_FUNC(0x02578110, WebRequest *, WebRequest_CreateDefault, (Uri * requestUri, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5860, WebRequest_CreateDefault__MethodInfo); DO_APP_FUNC(0x025781E0, HttpWebRequest *, WebRequest_CreateHttp, (String * requestUriString, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5870, WebRequest_CreateHttp__MethodInfo); DO_APP_FUNC(0x025782E0, HttpWebRequest *, WebRequest_CreateHttp_1, (Uri * requestUri, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5868, WebRequest_CreateHttp_1__MethodInfo); DO_APP_FUNC(0x025785B0, bool, WebRequest_RegisterPrefix, (String * prefix, IWebRequestCreate * creator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD57C0, WebRequest_RegisterPrefix__MethodInfo); DO_APP_FUNC(0x02578D30, ArrayList *, WebRequest_get_PrefixList, (MethodInfo * method)); DO_APP_FUNC(0x02578FC0, void, WebRequest_set_PrefixList, (ArrayList * value, MethodInfo * method)); DO_APP_FUNC(0x02579070, ArrayList *, WebRequest_PopulatePrefixList, (MethodInfo * method)); DO_APP_FUNC(0x025792C0, void, WebRequest__ctor, (WebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebRequest__ctor_1, (WebRequest * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x025792D0, void, WebRequest_System_Runtime_Serialization_ISerializable_GetObjectData, (WebRequest * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebRequest_GetObjectData, (WebRequest * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x02579300, RequestCachePolicy *, WebRequest_get_DefaultCachePolicy, (MethodInfo * method)); DO_APP_FUNC(0x02579380, void, WebRequest_set_DefaultCachePolicy, (RequestCachePolicy * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, RequestCachePolicy *, WebRequest_get_CachePolicy, (WebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02579490, void, WebRequest_set_CachePolicy, (WebRequest * __this, RequestCachePolicy * value, MethodInfo * method)); DO_APP_FUNC(0x025794A0, void, WebRequest_InternalSetCachePolicy, (WebRequest * __this, RequestCachePolicy * policy, MethodInfo * method)); DO_APP_FUNC(0x02579580, String *, WebRequest_get_Method, (WebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD56D8, WebRequest_get_Method__MethodInfo); DO_APP_FUNC(0x025795B0, void, WebRequest_set_Method, (WebRequest * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD56C8, WebRequest_set_Method__MethodInfo); DO_APP_FUNC(0x025795E0, Uri *, WebRequest_get_RequestUri, (WebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD56B8, WebRequest_get_RequestUri__MethodInfo); DO_APP_FUNC(0x02579610, String *, WebRequest_get_ConnectionGroupName, (WebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5708, WebRequest_get_ConnectionGroupName__MethodInfo); DO_APP_FUNC(0x02579640, void, WebRequest_set_ConnectionGroupName, (WebRequest * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5700, WebRequest_set_ConnectionGroupName__MethodInfo); DO_APP_FUNC(0x02579670, WebHeaderCollection *, WebRequest_get_Headers, (WebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD56F8, WebRequest_get_Headers__MethodInfo); DO_APP_FUNC(0x025796A0, void, WebRequest_set_Headers, (WebRequest * __this, WebHeaderCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD56F0, WebRequest_set_Headers__MethodInfo); DO_APP_FUNC(0x025796D0, int64_t, WebRequest_get_ContentLength, (WebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5670, WebRequest_get_ContentLength__MethodInfo); DO_APP_FUNC(0x02579700, void, WebRequest_set_ContentLength, (WebRequest * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5668, WebRequest_set_ContentLength__MethodInfo); DO_APP_FUNC(0x02579730, String *, WebRequest_get_ContentType, (WebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5658, WebRequest_get_ContentType__MethodInfo); DO_APP_FUNC(0x02579760, void, WebRequest_set_ContentType, (WebRequest * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5650, WebRequest_set_ContentType__MethodInfo); DO_APP_FUNC(0x02579790, ICredentials *, WebRequest_get_Credentials, (WebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD56A8, WebRequest_get_Credentials__MethodInfo); DO_APP_FUNC(0x025797C0, void, WebRequest_set_Credentials, (WebRequest * __this, ICredentials * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5698, WebRequest_set_Credentials__MethodInfo); DO_APP_FUNC(0x025797F0, bool, WebRequest_get_UseDefaultCredentials, (WebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5688, WebRequest_get_UseDefaultCredentials__MethodInfo); DO_APP_FUNC(0x02579820, void, WebRequest_set_UseDefaultCredentials, (WebRequest * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5678, WebRequest_set_UseDefaultCredentials__MethodInfo); DO_APP_FUNC(0x02579850, IWebProxy *, WebRequest_get_Proxy, (WebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5760, WebRequest_get_Proxy__MethodInfo); DO_APP_FUNC(0x02579880, void, WebRequest_set_Proxy, (WebRequest * __this, IWebProxy * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5750, WebRequest_set_Proxy__MethodInfo); DO_APP_FUNC(0x025798B0, bool, WebRequest_get_PreAuthenticate, (WebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5748, WebRequest_get_PreAuthenticate__MethodInfo); DO_APP_FUNC(0x025798E0, void, WebRequest_set_PreAuthenticate, (WebRequest * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5740, WebRequest_set_PreAuthenticate__MethodInfo); DO_APP_FUNC(0x02579910, int32_t, WebRequest_get_Timeout, (WebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5780, WebRequest_get_Timeout__MethodInfo); DO_APP_FUNC(0x02579940, void, WebRequest_set_Timeout, (WebRequest * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5778, WebRequest_set_Timeout__MethodInfo); DO_APP_FUNC(0x02579970, Stream *, WebRequest_GetRequestStream, (WebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5770, WebRequest_GetRequestStream__MethodInfo); DO_APP_FUNC(0x025799A0, WebResponse *, WebRequest_GetResponse, (WebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5768, WebRequest_GetResponse__MethodInfo); DO_APP_FUNC(0x025799D0, IAsyncResult *, WebRequest_BeginGetResponse, (WebRequest * __this, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5728, WebRequest_BeginGetResponse__MethodInfo); DO_APP_FUNC(0x02579A00, WebResponse *, WebRequest_EndGetResponse, (WebRequest * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5720, WebRequest_EndGetResponse__MethodInfo); DO_APP_FUNC(0x02579A30, IAsyncResult *, WebRequest_BeginGetRequestStream, (WebRequest * __this, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5718, WebRequest_BeginGetRequestStream__MethodInfo); DO_APP_FUNC(0x02579A60, Stream *, WebRequest_EndGetRequestStream, (WebRequest * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5710, WebRequest_EndGetRequestStream__MethodInfo); DO_APP_FUNC(0x02579A90, Task_1_System_IO_Stream_ *, WebRequest_GetRequestStreamAsync, (WebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02579DB0, Task_1_System_Net_WebResponse_ *, WebRequest_GetResponseAsync, (WebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x0257A0D0, WindowsIdentity *, WebRequest_SafeCaptureIdenity, (WebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x0257A120, void, WebRequest_Abort, (WebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5580, WebRequest_Abort__MethodInfo); DO_APP_FUNC(0x003B93B0, RequestCacheProtocol *, WebRequest_get_CacheProtocol, (WebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, WebRequest_set_CacheProtocol, (WebRequest * __this, RequestCacheProtocol * value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, AuthenticationLevel__Enum, WebRequest_get_AuthenticationLevel, (WebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, WebRequest_set_AuthenticationLevel, (WebRequest * __this, AuthenticationLevel__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, TokenImpersonationLevel__Enum, WebRequest_get_ImpersonationLevel, (WebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, WebRequest_set_ImpersonationLevel, (WebRequest * __this, TokenImpersonationLevel__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0257A150, IWebProxy *, WebRequest_get_InternalDefaultWebProxy, (MethodInfo * method)); DO_APP_FUNC(0x0257A3E0, void, WebRequest_set_InternalDefaultWebProxy, (IWebProxy * value, MethodInfo * method)); DO_APP_FUNC(0x0257A6E0, IWebProxy *, WebRequest_get_DefaultWebProxy, (MethodInfo * method)); DO_APP_FUNC(0x0257A730, void, WebRequest_set_DefaultWebProxy, (IWebProxy * value, MethodInfo * method)); DO_APP_FUNC(0x0257A780, IWebProxy *, WebRequest_GetSystemWebProxy, (MethodInfo * method)); DO_APP_FUNC(0x0257A800, IWebProxy *, WebRequest_InternalGetSystemWebProxy, (MethodInfo * method)); DO_APP_FUNC(0x0257A850, void, WebRequest_SetupCacheProtocol, (WebRequest * __this, Uri * uri, MethodInfo * method)); DO_APP_FUNC(0x0257A970, void, WebRequest__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0257AAE0, Task_1_System_IO_Stream_ *, WebRequest__GetRequestStreamAsync_b__78_0, (WebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5588, WebRequest__GetRequestStreamAsync_b__78_0__MethodInfo); DO_APP_FUNC(0x0257ABF0, Task_1_System_Net_WebResponse_ *, WebRequest__GetResponseAsync_b__79_0, (WebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5548, WebRequest__GetResponseAsync_b__79_0__MethodInfo); DO_APP_FUNC(0x0257AD00, WebRequest *, WebRequest_DesignerWebRequestCreate_Create, (WebRequest_DesignerWebRequestCreate * __this, Uri * uri, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebRequest_DesignerWebRequestCreate__ctor, (WebRequest_DesignerWebRequestCreate * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, WebRequest_WebProxyWrapperOpaque__ctor, (WebRequest_WebProxyWrapperOpaque * __this, WebProxy * webProxy, MethodInfo * method)); DO_APP_FUNC(0x0257AE10, Uri *, WebRequest_WebProxyWrapperOpaque_GetProxy, (WebRequest_WebProxyWrapperOpaque * __this, Uri * destination, MethodInfo * method)); DO_APP_FUNC(0x0257AE30, bool, WebRequest_WebProxyWrapperOpaque_IsBypassed, (WebRequest_WebProxyWrapperOpaque * __this, Uri * host, MethodInfo * method)); DO_APP_FUNC(0x01AAA9E0, ICredentials *, WebRequest_WebProxyWrapperOpaque_get_Credentials, (WebRequest_WebProxyWrapperOpaque * __this, MethodInfo * method)); DO_APP_FUNC(0x0257AF70, void, WebRequest_WebProxyWrapperOpaque_set_Credentials, (WebRequest_WebProxyWrapperOpaque * __this, ICredentials * value, MethodInfo * method)); DO_APP_FUNC(0x0257AFE0, ProxyChain *, WebRequest_WebProxyWrapperOpaque_GetProxies, (WebRequest_WebProxyWrapperOpaque * __this, Uri * destination, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, WebRequest_WebProxyWrapper__ctor, (WebRequest_WebProxyWrapper * __this, WebProxy * webProxy, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, WebProxy *, WebRequest_WebProxyWrapper_get_WebProxy, (WebRequest_WebProxyWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebRequest_c_DisplayClass78_0__ctor, (WebRequest_c_DisplayClass78_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0257B0A0, Task_1_System_IO_Stream_ *, WebRequest_c_DisplayClass78_0__GetRequestStreamAsync_b__1, (WebRequest_c_DisplayClass78_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD55B0, WebRequest_c_DisplayClass78_0__GetRequestStreamAsync_b__1__MethodInfo); DO_APP_FUNC(0x003AC050, void, WebRequest_c_DisplayClass79_0__ctor, (WebRequest_c_DisplayClass79_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0257B300, Task_1_System_Net_WebResponse_ *, WebRequest_c_DisplayClass79_0__GetResponseAsync_b__1, (WebRequest_c_DisplayClass79_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5570, WebRequest_c_DisplayClass79_0__GetResponseAsync_b__1__MethodInfo); DO_APP_FUNC(0x003AC050, void, WebResponse__ctor, (WebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebResponse__ctor_1, (WebResponse * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x025792D0, void, WebResponse_System_Runtime_Serialization_ISerializable_GetObjectData, (WebResponse * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebResponse_GetObjectData, (WebResponse * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebResponse_Close, (WebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x0257B560, void, WebResponse_Dispose, (WebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x0257B5D0, void, WebResponse_Dispose_1, (WebResponse * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x006FF3A0, bool, WebResponse_get_IsFromCache, (WebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3B0, void, WebResponse_set_InternalSetFromCache, (WebResponse * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, WebResponse_get_IsCacheFresh, (WebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, WebResponse_set_InternalSetIsCacheFresh, (WebResponse * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, WebResponse_get_IsMutuallyAuthenticated, (WebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x0257B600, int64_t, WebResponse_get_ContentLength, (WebResponse * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5528, WebResponse_get_ContentLength__MethodInfo); DO_APP_FUNC(0x0257B630, void, WebResponse_set_ContentLength, (WebResponse * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5510, WebResponse_set_ContentLength__MethodInfo); DO_APP_FUNC(0x0257B660, String *, WebResponse_get_ContentType, (WebResponse * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD54F8, WebResponse_get_ContentType__MethodInfo); DO_APP_FUNC(0x0257B690, void, WebResponse_set_ContentType, (WebResponse * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD54E0, WebResponse_set_ContentType__MethodInfo); DO_APP_FUNC(0x0257B6C0, Stream *, WebResponse_GetResponseStream, (WebResponse * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5470, WebResponse_GetResponseStream__MethodInfo); DO_APP_FUNC(0x0257B6F0, Uri *, WebResponse_get_ResponseUri, (WebResponse * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5460, WebResponse_get_ResponseUri__MethodInfo); DO_APP_FUNC(0x0257B720, WebHeaderCollection *, WebResponse_get_Headers, (WebResponse * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5450, WebResponse_get_Headers__MethodInfo); DO_APP_FUNC(0x00418D40, bool, WebResponse_get_SupportsHeaders, (WebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x0257B750, String *, WebUtility_HtmlEncode, (String * value, MethodInfo * method)); DO_APP_FUNC(0x0257B880, void, WebUtility_HtmlEncode_1, (String * value, TextWriter * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5220, WebUtility_HtmlEncode_1__MethodInfo); DO_APP_FUNC(0x0257BC80, String *, WebUtility_HtmlDecode, (String * value, MethodInfo * method)); DO_APP_FUNC(0x0257BDB0, void, WebUtility_HtmlDecode_1, (String * value, TextWriter * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD51D8, WebUtility_HtmlDecode_1__MethodInfo); DO_APP_FUNC(0x0257C200, int32_t, WebUtility_IndexOfHtmlEncodingChars, (String * s, int32_t startPos, MethodInfo * method)); DO_APP_FUNC(0x0257C310, UnicodeDecodingConformance__Enum, WebUtility_get_HtmlDecodeConformance, (MethodInfo * method)); DO_APP_FUNC(0x0257C430, UnicodeEncodingConformance__Enum, WebUtility_get_HtmlEncodeConformance, (MethodInfo * method)); DO_APP_FUNC(0x0257C550, Byte__Array *, WebUtility_UrlEncode, (Byte__Array * bytes, int32_t offset, int32_t count, bool alwaysCreateNewReturnValue, MethodInfo * method)); DO_APP_FUNC(0x0257C620, Byte__Array *, WebUtility_UrlEncode_1, (Byte__Array * bytes, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0257C960, String *, WebUtility_UrlEncode_2, (String * value, MethodInfo * method)); DO_APP_FUNC(0x0257CA90, Byte__Array *, WebUtility_UrlEncodeToBytes, (Byte__Array * value, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0257CB10, String *, WebUtility_UrlDecodeInternal, (String * value, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x0257CE90, Byte__Array *, WebUtility_UrlDecodeInternal_1, (Byte__Array * bytes, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0257D150, String *, WebUtility_UrlDecode, (String * encodedValue, MethodInfo * method)); DO_APP_FUNC(0x0257D1D0, Byte__Array *, WebUtility_UrlDecodeToBytes, (Byte__Array * encodedValue, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0257D240, void, WebUtility_ConvertSmpToUtf16, (uint32_t smpChar, uint16_t * leadingSurrogate, uint16_t * trailingSurrogate, MethodInfo * method)); DO_APP_FUNC(0x0257D280, int32_t, WebUtility_GetNextUnicodeScalarValueFromUtf16Surrogate, (uint16_t * * pch, int32_t * charsRemaining, MethodInfo * method)); DO_APP_FUNC(0x0257D350, int32_t, WebUtility_HexToInt, (uint16_t h, MethodInfo * method)); DO_APP_FUNC(0x0257D390, uint16_t, WebUtility_IntToHex, (int32_t n, MethodInfo * method)); DO_APP_FUNC(0x0257D3A0, bool, WebUtility_IsUrlSafeChar, (uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x0257D410, bool, WebUtility_ValidateUrlEncodingParameters, (Byte__Array * bytes, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD50F8, WebUtility_ValidateUrlEncodingParameters__MethodInfo); DO_APP_FUNC(0x0257D550, bool, WebUtility_StringRequiresHtmlDecoding, (String * s, MethodInfo * method)); DO_APP_FUNC(0x0257D690, void, WebUtility__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0257D7A0, void, WebUtility_UrlDecoder_FlushBytes, (WebUtility_UrlDecoder * __this, MethodInfo * method)); DO_APP_FUNC(0x0257D810, void, WebUtility_UrlDecoder__ctor, (WebUtility_UrlDecoder * __this, int32_t bufferSize, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x0257D920, void, WebUtility_UrlDecoder_AddChar, (WebUtility_UrlDecoder * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x0257D980, void, WebUtility_UrlDecoder_AddByte, (WebUtility_UrlDecoder * __this, uint8_t b, MethodInfo * method)); DO_APP_FUNC(0x0257DA50, String *, WebUtility_UrlDecoder_GetString, (WebUtility_UrlDecoder * __this, MethodInfo * method)); DO_APP_FUNC(0x0257DAC0, uint16_t, WebUtility_HtmlEntities_Lookup, (String * entity, MethodInfo * method)); DO_APP_FUNC(0x0257DCB0, int64_t, WebUtility_HtmlEntities_CalculateKeyValue, (String * s, MethodInfo * method)); DO_APP_FUNC(0x0257DD50, void, WebUtility_HtmlEntities__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0257DF00, void, BufferOffsetSize__ctor, (BufferOffsetSize * __this, Byte__Array * buffer, int32_t offset, int32_t size, bool copyBuffer, MethodInfo * method)); DO_APP_FUNC(0x0257DFF0, void, BufferOffsetSize__ctor_1, (BufferOffsetSize * __this, Byte__Array * buffer, bool copyBuffer, MethodInfo * method)); DO_APP_FUNC(0x0257E020, uint16_t, HttpDateParse_MAKE_UPPER, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x0257E170, int32_t, HttpDateParse_MapDayMonthToDword, (Char__Array * lpszDay, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0257E4A0, bool, HttpDateParse_ParseHttpDate, (String * DateString, DateTime * dtOut, MethodInfo * method)); DO_APP_FUNC(0x01E60350, void, HeaderParser__ctor, (HeaderParser * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, String__Array *, HeaderParser_Invoke, (HeaderParser * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, HeaderParser_BeginInvoke, (HeaderParser * __this, String * value, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, String__Array *, HeaderParser_EndInvoke, (HeaderParser * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0257E900, void, HeaderInfo__ctor, (HeaderInfo * __this, String * name, bool requestRestricted, bool responseRestricted, bool multi, HeaderParser * p, MethodInfo * method)); DO_APP_FUNC(0x0257E9D0, String__Array *, HeaderInfoTable_ParseSingleValue, (String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5000, HeaderInfoTable_ParseSingleValue__MethodInfo); DO_APP_FUNC(0x0257EA70, String__Array *, HeaderInfoTable_ParseMultiValue, (String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5008, HeaderInfoTable_ParseMultiValue__MethodInfo); DO_APP_FUNC(0x0257ED50, void, HeaderInfoTable__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02581030, HeaderInfo *, HeaderInfoTable_get_Item, (HeaderInfoTable * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HeaderInfoTable__ctor, (HeaderInfoTable * __this, MethodInfo * method)); DO_APP_FUNC(0x02581130, LazyAsyncResult_ThreadContext *, LazyAsyncResult_get_CurrentThreadContext, (MethodInfo * method)); DO_APP_FUNC(0x025812A0, void, LazyAsyncResult__ctor, (LazyAsyncResult * __this, Object * myObject, Object * myState, AsyncCallback * myCallBack, MethodInfo * method)); DO_APP_FUNC(0x02581470, void, LazyAsyncResult__ctor_1, (LazyAsyncResult * __this, Object * myObject, Object * myState, AsyncCallback * myCallBack, Object * result, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, LazyAsyncResult_get_AsyncObject, (LazyAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, LazyAsyncResult_get_AsyncState, (LazyAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, AsyncCallback *, LazyAsyncResult_get_AsyncCallback, (LazyAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, LazyAsyncResult_set_AsyncCallback, (LazyAsyncResult * __this, AsyncCallback * value, MethodInfo * method)); DO_APP_FUNC(0x025815E0, WaitHandle *, LazyAsyncResult_get_AsyncWaitHandle, (LazyAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02581680, bool, LazyAsyncResult_LazilyCreateEvent, (LazyAsyncResult * __this, ManualResetEvent * * waitHandle, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LazyAsyncResult_DebugProtectState, (LazyAsyncResult * __this, bool protect, MethodInfo * method)); DO_APP_FUNC(0x025818F0, bool, LazyAsyncResult_get_CompletedSynchronously, (LazyAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02581910, bool, LazyAsyncResult_get_IsCompleted, (LazyAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02581940, bool, LazyAsyncResult_get_InternalPeekCompleted, (LazyAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02581950, Object *, LazyAsyncResult_get_Result, (LazyAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, LazyAsyncResult_set_Result, (LazyAsyncResult * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, LazyAsyncResult_get_EndCalled, (LazyAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AE0, void, LazyAsyncResult_set_EndCalled, (LazyAsyncResult * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, LazyAsyncResult_get_ErrorCode, (LazyAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5310, void, LazyAsyncResult_set_ErrorCode, (LazyAsyncResult * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x025819D0, void, LazyAsyncResult_ProtectedInvokeCallback, (LazyAsyncResult * __this, Object * result, void * userToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4E58, LazyAsyncResult_ProtectedInvokeCallback__MethodInfo); DO_APP_FUNC(0x02581B70, void, LazyAsyncResult_InvokeCallback, (LazyAsyncResult * __this, Object * result, MethodInfo * method)); DO_APP_FUNC(0x02581BD0, void, LazyAsyncResult_InvokeCallback_1, (LazyAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02581C20, void, LazyAsyncResult_Complete, (LazyAsyncResult * __this, void * userToken, MethodInfo * method)); DO_APP_FUNC(0x02581FA0, void, LazyAsyncResult_WorkerThreadComplete, (LazyAsyncResult * __this, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4E68, LazyAsyncResult_WorkerThreadComplete__MethodInfo); DO_APP_FUNC(0x003AC050, void, LazyAsyncResult_Cleanup, (LazyAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02582030, Object *, LazyAsyncResult_InternalWaitForCompletion, (LazyAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02582040, Object *, LazyAsyncResult_WaitForCompletion, (LazyAsyncResult * __this, bool snap, MethodInfo * method)); DO_APP_FUNC(0x02582380, void, LazyAsyncResult_InternalCleanup, (LazyAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LazyAsyncResult_ThreadContext__ctor, (LazyAsyncResult_ThreadContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseLoggingObject__ctor, (BaseLoggingObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseLoggingObject_EnterFunc, (BaseLoggingObject * __this, String * funcname, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseLoggingObject_LeaveFunc, (BaseLoggingObject * __this, String * funcname, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseLoggingObject_DumpArrayToConsole, (BaseLoggingObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseLoggingObject_PrintLine, (BaseLoggingObject * __this, String * msg, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseLoggingObject_DumpArray, (BaseLoggingObject * __this, bool shouldClose, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseLoggingObject_DumpArrayToFile, (BaseLoggingObject * __this, bool shouldClose, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseLoggingObject_Flush, (BaseLoggingObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseLoggingObject_Flush_1, (BaseLoggingObject * __this, bool close, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseLoggingObject_LoggingMonitorTick, (BaseLoggingObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseLoggingObject_Dump, (BaseLoggingObject * __this, Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseLoggingObject_Dump_1, (BaseLoggingObject * __this, Byte__Array * buffer, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseLoggingObject_Dump_2, (BaseLoggingObject * __this, Byte__Array * buffer, int32_t offset, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseLoggingObject_Dump_3, (BaseLoggingObject * __this, void * pBuffer, int32_t offset, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02582410, BaseLoggingObject *, GlobalLog_LoggingInitialize, (MethodInfo * method)); DO_APP_FUNC(0x003C94D0, ThreadKinds__Enum, GlobalLog_get_CurrentThreadKind, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalLog_SetThreadSource, (ThreadKinds__Enum source, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalLog_ThreadContract, (ThreadKinds__Enum kind, String * errorMsg, MethodInfo * method)); DO_APP_FUNC(0x02582460, void, GlobalLog_ThreadContract_1, (ThreadKinds__Enum kind, ThreadKinds__Enum allowedSources, String * errorMsg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4ED8, GlobalLog_ThreadContract_1__MethodInfo); DO_APP_FUNC(0x003AC050, void, GlobalLog_AddToArray, (String * msg, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalLog_Ignore, (Object * msg, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalLog_Print, (String * msg, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalLog_PrintHex, (String * msg, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalLog_Enter, (String * func, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalLog_Enter_1, (String * func, String * parms, MethodInfo * method)); DO_APP_FUNC(0x02582510, void, GlobalLog_Assert, (bool condition, String * messageFormat, Object__Array * data, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalLog_Assert_1, (String * message, MethodInfo * method)); DO_APP_FUNC(0x02582660, void, GlobalLog_Assert_2, (String * message, String * detailMessage, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalLog_LeaveException, (String * func, Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalLog_Leave, (String * func, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalLog_Leave_1, (String * func, String * result, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalLog_Leave_2, (String * func, int32_t returnval, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalLog_Leave_3, (String * func, bool returnval, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalLog_DumpArray, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalLog_Dump, (Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalLog_Dump_1, (Byte__Array * buffer, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalLog_Dump_2, (Byte__Array * buffer, int32_t offset, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalLog_Dump_3, (void * buffer, int32_t offset, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02582730, void, GlobalLog__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetRes__ctor, (NetRes * __this, MethodInfo * method)); DO_APP_FUNC(0x02582800, String *, NetRes_GetWebStatusString, (String * Res, WebExceptionStatus__Enum Status, MethodInfo * method)); DO_APP_FUNC(0x02582920, String *, NetRes_GetWebStatusString_1, (WebExceptionStatus__Enum Status, MethodInfo * method)); DO_APP_FUNC(0x02582970, String *, NetRes_GetWebStatusCodeString, (HttpStatusCode__Enum statusCode, String * statusDescription, MethodInfo * method)); DO_APP_FUNC(0x02582B60, String *, NetRes_GetWebStatusCodeString_1, (FtpStatusCode__Enum statusCode, String * statusDescription, MethodInfo * method)); DO_APP_FUNC(0x02582D50, void, ProxyChain__ctor, (ProxyChain * __this, Uri * destination, MethodInfo * method)); DO_APP_FUNC(0x02582E80, IEnumerator_1_System_Uri_ *, ProxyChain_GetEnumerator, (ProxyChain * __this, MethodInfo * method)); DO_APP_FUNC(0x02582FA0, IEnumerator *, ProxyChain_System_Collections_IEnumerable_GetEnumerator, (ProxyChain * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ProxyChain_Dispose, (ProxyChain * __this, MethodInfo * method)); DO_APP_FUNC(0x02582FB0, IEnumerator_1_System_Uri_ *, ProxyChain_get_Enumerator, (ProxyChain * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Uri *, ProxyChain_get_Destination, (ProxyChain * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ProxyChain_Abort, (ProxyChain * __this, MethodInfo * method)); DO_APP_FUNC(0x02582FD0, bool, ProxyChain_HttpAbort, (ProxyChain * __this, HttpWebRequest * request, WebException * webException, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4D50, ProxyChain_HttpAbort__MethodInfo); DO_APP_FUNC(0x02582FF0, HttpAbortDelegate *, ProxyChain_get_HttpAbortDelegate, (ProxyChain * __this, MethodInfo * method)); DO_APP_FUNC(0x025830D0, void, ProxyChain_ProxyEnumerator__ctor, (ProxyChain_ProxyEnumerator * __this, ProxyChain * chain, MethodInfo * method)); DO_APP_FUNC(0x02583130, Uri *, ProxyChain_ProxyEnumerator_get_Current, (ProxyChain_ProxyEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4DF0, ProxyChain_ProxyEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x02583130, Object *, ProxyChain_ProxyEnumerator_System_Collections_IEnumerator_get_Current, (ProxyChain_ProxyEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02583230, bool, ProxyChain_ProxyEnumerator_MoveNext, (ProxyChain_ProxyEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4E18, ProxyChain_ProxyEnumerator_MoveNext__MethodInfo); DO_APP_FUNC(0x02583690, void, ProxyChain_ProxyEnumerator_Reset, (ProxyChain_ProxyEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ProxyChain_ProxyEnumerator_Dispose, (ProxyChain_ProxyEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x025836A0, void, ProxyScriptChain__ctor, (ProxyScriptChain * __this, WebProxy * proxy, Uri * destination, MethodInfo * method)); DO_APP_FUNC(0x02583720, bool, ProxyScriptChain_GetNextProxy, (ProxyScriptChain * __this, Uri * * proxy, MethodInfo * method)); DO_APP_FUNC(0x02583A40, void, ProxyScriptChain_Abort, (ProxyScriptChain * __this, MethodInfo * method)); DO_APP_FUNC(0x02583A60, void, DirectProxy__ctor, (DirectProxy * __this, Uri * destination, MethodInfo * method)); DO_APP_FUNC(0x02583A70, bool, DirectProxy_GetNextProxy, (DirectProxy * __this, Uri * * proxy, MethodInfo * method)); DO_APP_FUNC(0x02583AE0, void, StaticProxy__ctor, (StaticProxy * __this, Uri * destination, Uri * proxy, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4DC8, StaticProxy__ctor__MethodInfo); DO_APP_FUNC(0x02583C00, bool, StaticProxy_GetNextProxy, (StaticProxy * __this, Uri * * proxy, MethodInfo * method)); DO_APP_FUNC(0x02583D20, void, ScatterGatherBuffers__ctor, (ScatterGatherBuffers * __this, MethodInfo * method)); DO_APP_FUNC(0x02583D30, void, ScatterGatherBuffers__ctor_1, (ScatterGatherBuffers * __this, int64_t totalSize, MethodInfo * method)); DO_APP_FUNC(0x02583DB0, BufferOffsetSize__Array *, ScatterGatherBuffers_GetBuffers, (ScatterGatherBuffers * __this, MethodInfo * method)); DO_APP_FUNC(0x02583FE0, bool, ScatterGatherBuffers_get_Empty, (ScatterGatherBuffers * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, ScatterGatherBuffers_get_Length, (ScatterGatherBuffers * __this, MethodInfo * method)); DO_APP_FUNC(0x02584000, void, ScatterGatherBuffers_Write, (ScatterGatherBuffers * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02584110, ScatterGatherBuffers_MemoryChunk *, ScatterGatherBuffers_AllocateMemoryChunk, (ScatterGatherBuffers * __this, int32_t newSize, MethodInfo * method)); DO_APP_FUNC(0x02584270, void, ScatterGatherBuffers_MemoryChunk__ctor, (ScatterGatherBuffers_MemoryChunk * __this, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC(0x02584310, void, Semaphore_1__ctor, (Semaphore_1 * __this, int32_t initialCount, int32_t maxCount, MethodInfo * method)); DO_APP_FUNC(0x02584510, bool, Semaphore_1_ReleaseSemaphore, (Semaphore_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02584560, ServiceNameCollection *, ServiceNameStore_get_ServiceNames, (ServiceNameStore * __this, MethodInfo * method)); DO_APP_FUNC(0x02584630, void, ServiceNameStore__ctor, (ServiceNameStore * __this, MethodInfo * method)); DO_APP_FUNC(0x02584750, bool, ServiceNameStore_AddSingleServiceName, (ServiceNameStore * __this, String * spn, MethodInfo * method)); DO_APP_FUNC(0x025847E0, bool, ServiceNameStore_Add, (ServiceNameStore * __this, String * uriPrefix, MethodInfo * method)); DO_APP_FUNC(0x02584920, bool, ServiceNameStore_Remove, (ServiceNameStore * __this, String * uriPrefix, MethodInfo * method)); DO_APP_FUNC(0x02584A80, bool, ServiceNameStore_Contains, (ServiceNameStore * __this, String * newServiceName, MethodInfo * method)); DO_APP_FUNC(0x02584AA0, void, ServiceNameStore_Clear, (ServiceNameStore * __this, MethodInfo * method)); DO_APP_FUNC(0x02584B50, String *, ServiceNameStore_ExtractHostname, (ServiceNameStore * __this, String * uriPrefix, bool allowInvalidUriStrings, MethodInfo * method)); DO_APP_FUNC(0x02584DF0, String *, ServiceNameStore_BuildSimpleServiceName, (ServiceNameStore * __this, String * uriPrefix, MethodInfo * method)); DO_APP_FUNC(0x02584E60, String__Array *, ServiceNameStore_BuildServiceNames, (ServiceNameStore * __this, String * uriPrefix, MethodInfo * method)); DO_APP_FUNC(0x02585540, void, TimerThread__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02585A90, TimerThread_Queue *, TimerThread_CreateQueue, (int32_t durationMilliseconds, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4C38, TimerThread_CreateQueue__MethodInfo); DO_APP_FUNC(0x02585DC0, TimerThread_Queue *, TimerThread_GetOrCreateQueue, (int32_t durationMilliseconds, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4CA0, TimerThread_GetOrCreateQueue__MethodInfo); DO_APP_FUNC(0x02586780, void, TimerThread_Prod, (MethodInfo * method)); DO_APP_FUNC(0x025868B0, void, TimerThread_ThreadProc, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4C98, TimerThread_ThreadProc__MethodInfo); DO_APP_FUNC(0x02587190, void, TimerThread_StopTimerThread, (MethodInfo * method)); DO_APP_FUNC(0x02587210, bool, TimerThread_IsTickBetween, (int32_t start, int32_t end, int32_t comparand, MethodInfo * method)); DO_APP_FUNC(0x02587230, void, TimerThread_OnDomainUnload, (Object * sender, EventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4C60, TimerThread_OnDomainUnload__MethodInfo); DO_APP_FUNC(0x003BAD60, void, TimerThread_Queue__ctor, (TimerThread_Queue * __this, int32_t durationMilliseconds, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, TimerThread_Queue_get_Duration, (TimerThread_Queue * __this, MethodInfo * method)); DO_APP_FUNC(0x025872F0, TimerThread_Timer *, TimerThread_Queue_CreateTimer, (TimerThread_Queue * __this, MethodInfo * method)); DO_APP_FUNC(0x02587310, void, TimerThread_Timer__ctor, (TimerThread_Timer * __this, int32_t durationMilliseconds, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, TimerThread_Timer_get_Duration, (TimerThread_Timer * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, TimerThread_Timer_get_StartTime, (TimerThread_Timer * __this, MethodInfo * method)); DO_APP_FUNC(0x02587360, int32_t, TimerThread_Timer_get_Expiration, (TimerThread_Timer * __this, MethodInfo * method)); DO_APP_FUNC(0x02587370, int32_t, TimerThread_Timer_get_TimeRemaining, (TimerThread_Timer * __this, MethodInfo * method)); DO_APP_FUNC(0x025874C0, void, TimerThread_Timer_Dispose, (TimerThread_Timer * __this, MethodInfo * method)); DO_APP_FUNC(0x025874E0, void, TimerThread_Callback__ctor, (TimerThread_Callback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, TimerThread_Callback_Invoke, (TimerThread_Callback * __this, TimerThread_Timer * timer, int32_t timeNoticed, Object * context, MethodInfo * method)); DO_APP_FUNC(0x025876A0, IAsyncResult *, TimerThread_Callback_BeginInvoke, (TimerThread_Callback * __this, TimerThread_Timer * timer, int32_t timeNoticed, Object * context, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, TimerThread_Callback_EndInvoke, (TimerThread_Callback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02587730, void, TimerThread_TimerQueue__ctor, (TimerThread_TimerQueue * __this, int32_t durationMilliseconds, MethodInfo * method)); DO_APP_FUNC(0x025878F0, TimerThread_Timer *, TimerThread_TimerQueue_CreateTimer, (TimerThread_TimerQueue * __this, TimerThread_Callback * callback, Object * context, MethodInfo * method)); DO_APP_FUNC(0x02587F40, bool, TimerThread_TimerQueue_Fire, (TimerThread_TimerQueue * __this, int32_t * nextExpiration, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, TimerThread_InfiniteTimerQueue__ctor, (TimerThread_InfiniteTimerQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x025881F0, TimerThread_Timer *, TimerThread_InfiniteTimerQueue_CreateTimer, (TimerThread_InfiniteTimerQueue * __this, TimerThread_Callback * callback, Object * context, MethodInfo * method)); DO_APP_FUNC(0x02588280, void, TimerThread_TimerNode__ctor, (TimerThread_TimerNode * __this, TimerThread_Callback * callback, Object * context, int32_t durationMilliseconds, Object * queueLock, MethodInfo * method)); DO_APP_FUNC(0x02588400, void, TimerThread_TimerNode__ctor_1, (TimerThread_TimerNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02588460, bool, TimerThread_TimerNode_get_HasExpired, (TimerThread_TimerNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, TimerThread_TimerNode *, TimerThread_TimerNode_get_Next, (TimerThread_TimerNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, TimerThread_TimerNode_set_Next, (TimerThread_TimerNode * __this, TimerThread_TimerNode * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, TimerThread_TimerNode *, TimerThread_TimerNode_get_Prev, (TimerThread_TimerNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, TimerThread_TimerNode_set_Prev, (TimerThread_TimerNode * __this, TimerThread_TimerNode * value, MethodInfo * method)); DO_APP_FUNC(0x02588470, bool, TimerThread_TimerNode_Cancel, (TimerThread_TimerNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02588700, bool, TimerThread_TimerNode_Fire, (TimerThread_TimerNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02588A30, void, TimerThread_InfiniteTimer__ctor, (TimerThread_InfiniteTimer * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, TimerThread_InfiniteTimer_get_HasExpired, (TimerThread_InfiniteTimer * __this, MethodInfo * method)); DO_APP_FUNC(0x02588A80, bool, TimerThread_InfiniteTimer_Cancel, (TimerThread_InfiniteTimer * __this, MethodInfo * method)); DO_APP_FUNC(0x02588A90, WebProxyData *, WebProxyDataBuilder_Build, (WebProxyDataBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02588B40, void, WebProxyDataBuilder_SetProxyAndBypassList, (WebProxyDataBuilder * __this, String * addressString, String * bypassListString, MethodInfo * method)); DO_APP_FUNC(0x02588D00, void, WebProxyDataBuilder_SetAutoProxyUrl, (WebProxyDataBuilder * __this, String * autoConfigUrl, MethodInfo * method)); DO_APP_FUNC(0x02588DF0, void, WebProxyDataBuilder_SetAutoDetectSettings, (WebProxyDataBuilder * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02588E10, Uri *, WebProxyDataBuilder_ParseProxyUri, (String * proxyString, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4BC0, WebProxyDataBuilder_ParseProxyUri__MethodInfo); DO_APP_FUNC(0x02588F90, Hashtable *, WebProxyDataBuilder_ParseProtocolProxies, (String * proxyListString, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4BD8, WebProxyDataBuilder_ParseProtocolProxies__MethodInfo); DO_APP_FUNC(0x025893B0, FormatException *, WebProxyDataBuilder_CreateInvalidProxyStringException, (String * originalProxyString, MethodInfo * method)); DO_APP_FUNC(0x025894B0, String *, WebProxyDataBuilder_BypassStringEscape, (String * rawString, MethodInfo * method)); DO_APP_FUNC(0x025899D0, String *, WebProxyDataBuilder_ConvertRegexReservedChars, (String * rawString, MethodInfo * method)); DO_APP_FUNC(0x02589B10, ArrayList *, WebProxyDataBuilder_ParseBypassList, (String * bypassListString, bool * bypassOnLocal, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebProxyDataBuilder__ctor, (WebProxyDataBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EmptyWebProxy__ctor, (EmptyWebProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x0041E8A0, Uri *, EmptyWebProxy_GetProxy, (EmptyWebProxy * __this, Uri * uri, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, EmptyWebProxy_IsBypassed, (EmptyWebProxy * __this, Uri * uri, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, ICredentials *, EmptyWebProxy_get_Credentials, (EmptyWebProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, EmptyWebProxy_set_Credentials, (EmptyWebProxy * __this, ICredentials * value, MethodInfo * method)); DO_APP_FUNC(0x02589DA0, ProxyChain *, EmptyWebProxy_System_Net_IAutoWebProxy_GetProxies, (EmptyWebProxy * __this, Uri * destination, MethodInfo * method)); DO_APP_FUNC(0x02589E10, void, Cookie__ctor, (Cookie * __this, MethodInfo * method)); DO_APP_FUNC(0x0258A160, void, Cookie__ctor_1, (Cookie * __this, String * name, String * value, MethodInfo * method)); DO_APP_FUNC(0x0258A570, void, Cookie__ctor_2, (Cookie * __this, String * name, String * value, String * path, MethodInfo * method)); DO_APP_FUNC(0x0258A630, void, Cookie__ctor_3, (Cookie * __this, String * name, String * value, String * path, String * domain, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, Cookie_get_Comment, (Cookie * __this, MethodInfo * method)); DO_APP_FUNC(0x0258A700, void, Cookie_set_Comment, (Cookie * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Uri *, Cookie_get_CommentUri, (Cookie * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, Cookie_set_CommentUri, (Cookie * __this, Uri * value, MethodInfo * method)); DO_APP_FUNC(0x01E49DC0, bool, Cookie_get_HttpOnly, (Cookie * __this, MethodInfo * method)); DO_APP_FUNC(0x023651D0, void, Cookie_set_HttpOnly, (Cookie * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009866A0, bool, Cookie_get_Discard, (Cookie * __this, MethodInfo * method)); DO_APP_FUNC(0x009866B0, void, Cookie_set_Discard, (Cookie * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, Cookie_get_Domain, (Cookie * __this, MethodInfo * method)); DO_APP_FUNC(0x0258A7A0, void, Cookie_set_Domain, (Cookie * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0258A8D0, String *, Cookie_get__Domain, (Cookie * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, Cookie_get_DomainImplicit, (Cookie * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88980, void, Cookie_set_DomainImplicit, (Cookie * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0258A9A0, bool, Cookie_get_Expired, (Cookie * __this, MethodInfo * method)); DO_APP_FUNC(0x0258AAE0, void, Cookie_set_Expired, (Cookie * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, DateTime, Cookie_get_Expires, (Cookie * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F570, void, Cookie_set_Expires, (Cookie * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, String *, Cookie_get_Name, (Cookie * __this, MethodInfo * method)); DO_APP_FUNC(0x0258AB40, void, Cookie_set_Name, (Cookie * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4B00, Cookie_set_Name__MethodInfo); DO_APP_FUNC(0x0258ACC0, bool, Cookie_InternalSetName, (Cookie * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, String *, Cookie_get_Path, (Cookie * __this, MethodInfo * method)); DO_APP_FUNC(0x0258AE20, void, Cookie_set_Path, (Cookie * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0258AED0, String *, Cookie_get__Path, (Cookie * __this, MethodInfo * method)); DO_APP_FUNC(0x0258AF60, bool, Cookie_get_Plain, (Cookie * __this, MethodInfo * method)); DO_APP_FUNC(0x0258AF70, Cookie *, Cookie_Clone, (Cookie * __this, MethodInfo * method)); DO_APP_FUNC(0x0258B200, bool, Cookie_IsDomainEqualToHost, (String * domain, String * host, MethodInfo * method)); DO_APP_FUNC(0x0258B440, bool, Cookie_VerifySetDefaults, (Cookie * __this, CookieVariant__Enum variant, Uri * uri, bool isLocalDomain, String * localDomain, bool set_default, bool isThrow, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4B30, Cookie_VerifySetDefaults__MethodInfo); DO_APP_FUNC(0x0258C5A0, bool, Cookie_DomainCharsTest, (String * name, MethodInfo * method)); DO_APP_FUNC(0x003C5490, String *, Cookie_get_Port, (Cookie * __this, MethodInfo * method)); DO_APP_FUNC(0x0258C620, void, Cookie_set_Port, (Cookie * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4B10, Cookie_set_Port__MethodInfo); DO_APP_FUNC(0x003C7000, Int32__Array *, Cookie_get_PortList, (Cookie * __this, MethodInfo * method)); DO_APP_FUNC(0x0258CB50, String *, Cookie_get__Port, (Cookie * __this, MethodInfo * method)); DO_APP_FUNC(0x005625F0, bool, Cookie_get_Secure, (Cookie * __this, MethodInfo * method)); DO_APP_FUNC(0x00562600, void, Cookie_set_Secure, (Cookie * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C7020, DateTime, Cookie_get_TimeStamp, (Cookie * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, String *, Cookie_get_Value, (Cookie * __this, MethodInfo * method)); DO_APP_FUNC(0x0258CC20, void, Cookie_set_Value, (Cookie * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, CookieVariant__Enum, Cookie_get_Variant, (Cookie * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, Cookie_set_Variant, (Cookie * __this, CookieVariant__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0258CCE0, String *, Cookie_get_DomainKey, (Cookie * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E400, int32_t, Cookie_get_Version, (Cookie * __this, MethodInfo * method)); DO_APP_FUNC(0x0258CD00, void, Cookie_set_Version, (Cookie * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4B18, Cookie_set_Version__MethodInfo); DO_APP_FUNC(0x0258CD80, String *, Cookie_get__Version, (Cookie * __this, MethodInfo * method)); DO_APP_FUNC(0x0258CE90, IComparer *, Cookie_GetComparer, (MethodInfo * method)); DO_APP_FUNC(0x0258CEF0, bool, Cookie_Equals, (Cookie * __this, Object * comparand, MethodInfo * method)); DO_APP_FUNC(0x0258D1E0, int32_t, Cookie_GetHashCode, (Cookie * __this, MethodInfo * method)); DO_APP_FUNC(0x0258D590, String *, Cookie_ToString, (Cookie * __this, MethodInfo * method)); DO_APP_FUNC(0x0258DC10, String *, Cookie_ToServerString, (Cookie * __this, MethodInfo * method)); DO_APP_FUNC(0x0258E070, void, Cookie__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0258E350, void, CookieTokenizer__ctor, (CookieTokenizer * __this, String * tokenStream, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, CookieTokenizer_get_EndOfCookie, (CookieTokenizer * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, CookieTokenizer_set_EndOfCookie, (CookieTokenizer * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0258E3C0, bool, CookieTokenizer_get_Eof, (CookieTokenizer * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, CookieTokenizer_get_Name, (CookieTokenizer * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, CookieTokenizer_set_Name, (CookieTokenizer * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, CookieTokenizer_get_Quoted, (CookieTokenizer * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, CookieTokenizer_set_Quoted, (CookieTokenizer * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5300, CookieToken__Enum, CookieTokenizer_get_Token, (CookieTokenizer * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5310, void, CookieTokenizer_set_Token, (CookieTokenizer * __this, CookieToken__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, String *, CookieTokenizer_get_Value, (CookieTokenizer * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, CookieTokenizer_set_Value, (CookieTokenizer * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0258E3D0, String *, CookieTokenizer_Extract, (CookieTokenizer * __this, MethodInfo * method)); DO_APP_FUNC(0x0258E460, CookieToken__Enum, CookieTokenizer_FindNext, (CookieTokenizer * __this, bool ignoreComma, bool ignoreEquals, MethodInfo * method)); DO_APP_FUNC(0x0258E6F0, CookieToken__Enum, CookieTokenizer_Next, (CookieTokenizer * __this, bool first, bool parseResponseCookies, MethodInfo * method)); DO_APP_FUNC(0x0258EAE0, void, CookieTokenizer_Reset, (CookieTokenizer * __this, MethodInfo * method)); DO_APP_FUNC(0x0258EBF0, CookieToken__Enum, CookieTokenizer_TokenFromName, (CookieTokenizer * __this, bool parseResponseCookies, MethodInfo * method)); DO_APP_FUNC(0x0258EDF0, void, CookieTokenizer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0050EF20, void, CookieTokenizer_RecognizedAttribute__ctor, (CookieTokenizer_RecognizedAttribute * __this, String * name, CookieToken__Enum token, MethodInfo * method)); DO_APP_FUNC(0x00470F10, CookieToken__Enum, CookieTokenizer_RecognizedAttribute_get_Token, (CookieTokenizer_RecognizedAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0258FD70, bool, CookieTokenizer_RecognizedAttribute_IsEqualTo, (CookieTokenizer_RecognizedAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0258FE60, void, CookieParser__ctor, (CookieParser * __this, String * cookieString, MethodInfo * method)); DO_APP_FUNC(0x0258FF70, Cookie *, CookieParser_Get, (CookieParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02590DA0, Cookie *, CookieParser_GetServer, (CookieParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02591560, String *, CookieParser_CheckQuoted, (String * value, MethodInfo * method)); DO_APP_FUNC(0x02591600, int32_t, Comparer_1_System_Collections_IComparer_Compare, (Comparer_1 * __this, Object * ol, Object * or_1, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1__ctor, (Comparer_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02591890, void, CookieCollection__ctor, (CookieCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02591990, void, CookieCollection__ctor_1, (CookieCollection * __this, bool IsReadOnly, MethodInfo * method)); DO_APP_FUNC(0x01D09D10, bool, CookieCollection_get_IsReadOnly, (CookieCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02591A90, Cookie *, CookieCollection_get_Item, (CookieCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4A60, CookieCollection_get_Item__MethodInfo); DO_APP_FUNC(0x02591BA0, Cookie *, CookieCollection_get_Item_1, (CookieCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02591E00, void, CookieCollection_Add, (CookieCollection * __this, Cookie * cookie, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4980, CookieCollection_Add__MethodInfo); DO_APP_FUNC(0x02591ED0, void, CookieCollection_Add_1, (CookieCollection * __this, CookieCollection * cookies, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4990, CookieCollection_Add_1__MethodInfo); DO_APP_FUNC(0x025921D0, int32_t, CookieCollection_get_Count, (CookieCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, CookieCollection_get_IsSynchronized, (CookieCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Object *, CookieCollection_get_SyncRoot, (CookieCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02592200, void, CookieCollection_CopyTo, (CookieCollection * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02592200, void, CookieCollection_CopyTo_1, (CookieCollection * __this, Cookie__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02592230, DateTime, CookieCollection_TimeStamp, (CookieCollection * __this, CookieCollection_Stamp__Enum how, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, CookieCollection_get_IsOtherVersionSeen, (CookieCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02592330, int32_t, CookieCollection_InternalAdd, (CookieCollection * __this, Cookie * cookie, bool isStrict, MethodInfo * method)); DO_APP_FUNC(0x02592670, int32_t, CookieCollection_IndexOf, (CookieCollection * __this, Cookie * cookie, MethodInfo * method)); DO_APP_FUNC(0x025928F0, void, CookieCollection_RemoveAt, (CookieCollection * __this, int32_t idx, MethodInfo * method)); DO_APP_FUNC(0x02592920, IEnumerator *, CookieCollection_GetEnumerator, (CookieCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02592A00, void, CookieCollection_CookieCollectionEnumerator__ctor, (CookieCollection_CookieCollectionEnumerator * __this, CookieCollection * cookies, MethodInfo * method)); DO_APP_FUNC(0x02592AA0, Object *, CookieCollection_CookieCollectionEnumerator_System_Collections_IEnumerator_get_Current, (CookieCollection_CookieCollectionEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD49E8, CookieCollection_CookieCollectionEnumerator_System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x02592BB0, bool, CookieCollection_CookieCollectionEnumerator_System_Collections_IEnumerator_MoveNext, (CookieCollection_CookieCollectionEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD49E0, CookieCollection_CookieCollectionEnumerator_System_Collections_IEnumerator_MoveNext__MethodInfo); DO_APP_FUNC(0x02592C60, void, CookieCollection_CookieCollectionEnumerator_System_Collections_IEnumerator_Reset, (CookieCollection_CookieCollectionEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x0050EF20, void, HeaderVariantInfo__ctor, (HeaderVariantInfo * __this, String * name, CookieVariant__Enum variant, MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, HeaderVariantInfo_get_Name, (HeaderVariantInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F10, CookieVariant__Enum, HeaderVariantInfo_get_Variant, (HeaderVariantInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02592C70, void, CookieContainer__ctor, (CookieContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02592E90, void, CookieContainer__ctor_1, (CookieContainer * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD49F8, CookieContainer__ctor_1__MethodInfo); DO_APP_FUNC(0x02592F30, void, CookieContainer__ctor_2, (CookieContainer * __this, int32_t capacity, int32_t perDomainCapacity, int32_t maxCookieSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD49A0, CookieContainer__ctor_2__MethodInfo); DO_APP_FUNC(0x003CB280, int32_t, CookieContainer_get_Capacity, (CookieContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x025931D0, void, CookieContainer_set_Capacity, (CookieContainer * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD49D0, CookieContainer_set_Capacity__MethodInfo); DO_APP_FUNC(0x003CB0C0, int32_t, CookieContainer_get_Count, (CookieContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, CookieContainer_get_MaxCookieSize, (CookieContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02593370, void, CookieContainer_set_MaxCookieSize, (CookieContainer * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD49C8, CookieContainer_set_MaxCookieSize__MethodInfo); DO_APP_FUNC(0x003CA7C0, int32_t, CookieContainer_get_PerDomainCapacity, (CookieContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x025933E0, void, CookieContainer_set_PerDomainCapacity, (CookieContainer * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD49C0, CookieContainer_set_PerDomainCapacity__MethodInfo); DO_APP_FUNC(0x02593480, void, CookieContainer_Add, (CookieContainer * __this, Cookie * cookie, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4938, CookieContainer_Add__MethodInfo); DO_APP_FUNC(0x02593910, void, CookieContainer_AddRemoveDomain, (CookieContainer * __this, String * key, PathList * value, MethodInfo * method)); DO_APP_FUNC(0x02593B10, void, CookieContainer_Add_1, (CookieContainer * __this, Cookie * cookie, bool throwOnError, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4918, CookieContainer_Add_1__MethodInfo); DO_APP_FUNC(0x025945A0, bool, CookieContainer_AgeCookies, (CookieContainer * __this, String * domain, MethodInfo * method)); DO_APP_FUNC(0x02595930, int32_t, CookieContainer_ExpireCollection, (CookieContainer * __this, CookieCollection * cc, MethodInfo * method)); DO_APP_FUNC(0x02595B50, void, CookieContainer_Add_2, (CookieContainer * __this, CookieCollection * cookies, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4958, CookieContainer_Add_2__MethodInfo); DO_APP_FUNC(0x02596230, bool, CookieContainer_IsLocalDomain, (CookieContainer * __this, String * host, MethodInfo * method)); DO_APP_FUNC(0x02596520, void, CookieContainer_Add_3, (CookieContainer * __this, Uri * uri, Cookie * cookie, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD48E0, CookieContainer_Add_3__MethodInfo); DO_APP_FUNC(0x025966B0, void, CookieContainer_Add_4, (CookieContainer * __this, Uri * uri, CookieCollection * cookies, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD48F0, CookieContainer_Add_4__MethodInfo); DO_APP_FUNC(0x02596A20, CookieCollection *, CookieContainer_CookieCutter, (CookieContainer * __this, Uri * uri, String * headerName, String * setCookieHeader, bool isThrow, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD48C0, CookieContainer_CookieCutter__MethodInfo); DO_APP_FUNC(0x02597290, CookieCollection *, CookieContainer_GetCookies, (CookieContainer * __this, Uri * uri, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD48D8, CookieContainer_GetCookies__MethodInfo); DO_APP_FUNC(0x02597350, CookieCollection *, CookieContainer_InternalGetCookies, (CookieContainer * __this, Uri * uri, MethodInfo * method)); DO_APP_FUNC(0x02597800, void, CookieContainer_BuildCookieCollectionFromDomainMatches, (CookieContainer * __this, Uri * uri, bool isSecure, int32_t port, CookieCollection * cookies, List_1_System_String_ * domainAttribute, bool matchOnlyPlainCookie, MethodInfo * method)); DO_APP_FUNC(0x025980E0, void, CookieContainer_MergeUpdateCollections, (CookieContainer * __this, CookieCollection * destination, CookieCollection * source, int32_t port, bool isSecure, bool isPlainOnly, MethodInfo * method)); DO_APP_FUNC(0x02598370, String *, CookieContainer_GetCookieHeader, (CookieContainer * __this, Uri * uri, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4910, CookieContainer_GetCookieHeader__MethodInfo); DO_APP_FUNC(0x02598440, String *, CookieContainer_GetCookieHeader_1, (CookieContainer * __this, Uri * uri, String * * optCookie2, MethodInfo * method)); DO_APP_FUNC(0x02598820, void, CookieContainer_SetCookies, (CookieContainer * __this, Uri * uri, String * cookieHeader, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD48F8, CookieContainer_SetCookies__MethodInfo); DO_APP_FUNC(0x02598950, void, CookieContainer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02598C40, void, PathList__ctor, (PathList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B685F0, int32_t, PathList_get_Count, (PathList * __this, MethodInfo * method)); DO_APP_FUNC(0x02598ED0, int32_t, PathList_GetCookiesCount, (PathList * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6C550, ICollection *, PathList_get_Values, (PathList * __this, MethodInfo * method)); DO_APP_FUNC(0x025992E0, Object *, PathList_get_Item, (PathList * __this, String * s, MethodInfo * method)); DO_APP_FUNC(0x02599310, void, PathList_set_Item, (PathList * __this, String * s, Object * value, MethodInfo * method)); DO_APP_FUNC(0x019429C0, IEnumerator *, PathList_GetEnumerator, (PathList * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6ED50, Object *, PathList_get_SyncRoot, (PathList * __this, MethodInfo * method)); DO_APP_FUNC(0x025994B0, int32_t, PathList_PathListComparer_System_Collections_IComparer_Compare, (PathList_PathListComparer * __this, Object * ol, Object * or_1, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PathList_PathListComparer__ctor, (PathList_PathListComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x02599710, void, PathList_PathListComparer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01BBE0D0, void, CookieException__ctor, (CookieException * __this, MethodInfo * method)); DO_APP_FUNC(0x01BBE120, void, CookieException__ctor_1, (CookieException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01BBE140, void, CookieException__ctor_2, (CookieException * __this, String * message, Exception * inner, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, CookieException__ctor_3, (CookieException * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x02565760, void, CookieException_System_Runtime_Serialization_ISerializable_GetObjectData, (CookieException * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x02565760, void, CookieException_GetObjectData, (CookieException * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x025997C0, void, FileWebRequest__ctor, (FileWebRequest * __this, Uri * uri, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD97A8, FileWebRequest__ctor__MethodInfo); DO_APP_FUNC(0x02599A40, void, FileWebRequest__ctor_1, (FileWebRequest * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x025792D0, void, FileWebRequest_System_Runtime_Serialization_ISerializable_GetObjectData, (FileWebRequest * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x0259A020, void, FileWebRequest_GetObjectData, (FileWebRequest * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x0259A4D0, bool, FileWebRequest_get_Aborted, (FileWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, FileWebRequest_get_ConnectionGroupName, (FileWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, FileWebRequest_set_ConnectionGroupName, (FileWebRequest * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, int64_t, FileWebRequest_get_ContentLength, (FileWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x0259A4E0, void, FileWebRequest_set_ContentLength, (FileWebRequest * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9670, FileWebRequest_set_ContentLength__MethodInfo); DO_APP_FUNC(0x0259A580, String *, FileWebRequest_get_ContentType, (FileWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x0259A5E0, void, FileWebRequest_set_ContentType, (FileWebRequest * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, ICredentials *, FileWebRequest_get_Credentials, (FileWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, FileWebRequest_set_Credentials, (FileWebRequest * __this, ICredentials * value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, WebHeaderCollection *, FileWebRequest_get_Headers, (FileWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, String *, FileWebRequest_get_Method, (FileWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x0259A650, void, FileWebRequest_set_Method, (FileWebRequest * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9650, FileWebRequest_set_Method__MethodInfo); DO_APP_FUNC(0x00C7C380, bool, FileWebRequest_get_PreAuthenticate, (FileWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x00566010, void, FileWebRequest_set_PreAuthenticate, (FileWebRequest * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C7010, IWebProxy *, FileWebRequest_get_Proxy, (FileWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, FileWebRequest_set_Proxy, (FileWebRequest * __this, IWebProxy * value, MethodInfo * method)); DO_APP_FUNC(0x0185B660, int32_t, FileWebRequest_get_Timeout, (FileWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x0259A760, void, FileWebRequest_set_Timeout, (FileWebRequest * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9638, FileWebRequest_set_Timeout__MethodInfo); DO_APP_FUNC(0x00605860, Uri *, FileWebRequest_get_RequestUri, (FileWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x0259A800, IAsyncResult *, FileWebRequest_BeginGetRequestStream, (FileWebRequest * __this, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD96B0, FileWebRequest_BeginGetRequestStream__MethodInfo); DO_APP_FUNC(0x0259AD20, IAsyncResult *, FileWebRequest_BeginGetResponse, (FileWebRequest * __this, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9688, FileWebRequest_BeginGetResponse__MethodInfo); DO_APP_FUNC(0x0259B070, bool, FileWebRequest_CanGetRequestStream, (FileWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x0259B1C0, Stream *, FileWebRequest_EndGetRequestStream, (FileWebRequest * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9690, FileWebRequest_EndGetRequestStream__MethodInfo); DO_APP_FUNC(0x0259B410, WebResponse *, FileWebRequest_EndGetResponse, (FileWebRequest * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD95F0, FileWebRequest_EndGetResponse__MethodInfo); DO_APP_FUNC(0x0259B660, Stream *, FileWebRequest_GetRequestStream, (FileWebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9600, FileWebRequest_GetRequestStream__MethodInfo); DO_APP_FUNC(0x0259B860, WebResponse *, FileWebRequest_GetResponse, (FileWebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD95D8, FileWebRequest_GetResponse__MethodInfo); DO_APP_FUNC(0x0259BA60, void, FileWebRequest_GetRequestStreamCallback, (Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9628, FileWebRequest_GetRequestStreamCallback__MethodInfo); DO_APP_FUNC(0x0259BDC0, void, FileWebRequest_GetResponseCallback, (Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9620, FileWebRequest_GetResponseCallback__MethodInfo); DO_APP_FUNC(0x0259C2C0, void, FileWebRequest_UnblockReader, (FileWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x0259C410, bool, FileWebRequest_get_UseDefaultCredentials, (FileWebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD95E0, FileWebRequest_get_UseDefaultCredentials__MethodInfo); DO_APP_FUNC(0x0259C440, void, FileWebRequest_set_UseDefaultCredentials, (FileWebRequest * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9618, FileWebRequest_set_UseDefaultCredentials__MethodInfo); DO_APP_FUNC(0x0259C470, void, FileWebRequest_Abort, (FileWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x0259C700, void, FileWebRequest__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FileWebRequestCreator__ctor, (FileWebRequestCreator * __this, MethodInfo * method)); DO_APP_FUNC(0x0259C8B0, WebRequest *, FileWebRequestCreator_Create, (FileWebRequestCreator * __this, Uri * uri, MethodInfo * method)); DO_APP_FUNC(0x0259C920, void, FileWebStream__ctor, (FileWebStream * __this, FileWebRequest * request, String * path, FileMode__Enum mode, FileAccess__Enum access, FileShare__Enum sharing, MethodInfo * method)); DO_APP_FUNC(0x0259CA20, void, FileWebStream__ctor_1, (FileWebStream * __this, FileWebRequest * request, String * path, FileMode__Enum mode, FileAccess__Enum access, FileShare__Enum sharing, int32_t length, bool async, MethodInfo * method)); DO_APP_FUNC(0x0259CB30, void, FileWebStream_Dispose, (FileWebStream * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x0259CBC0, void, FileWebStream_System_Net_ICloseEx_CloseEx, (FileWebStream * __this, CloseExState__Enum closeState, MethodInfo * method)); DO_APP_FUNC(0x0259CC20, int32_t, FileWebStream_Read, (FileWebStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0259CCB0, void, FileWebStream_Write, (FileWebStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0259CD40, IAsyncResult *, FileWebStream_BeginRead, (FileWebStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x0259CDF0, int32_t, FileWebStream_EndRead, (FileWebStream * __this, IAsyncResult * ar, MethodInfo * method)); DO_APP_FUNC(0x0259CE30, IAsyncResult *, FileWebStream_BeginWrite, (FileWebStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x0259CEE0, void, FileWebStream_EndWrite, (FileWebStream * __this, IAsyncResult * ar, MethodInfo * method)); DO_APP_FUNC(0x0259CF20, void, FileWebStream_CheckError, (FileWebStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9608, FileWebStream_CheckError__MethodInfo); DO_APP_FUNC(0x0259CFC0, void, FileWebResponse__ctor, (FileWebResponse * __this, FileWebRequest * request, Uri * uri, FileAccess__Enum access, bool asyncHint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD95B8, FileWebResponse__ctor__MethodInfo); DO_APP_FUNC(0x0259D4C0, void, FileWebResponse__ctor_1, (FileWebResponse * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x025792D0, void, FileWebResponse_System_Runtime_Serialization_ISerializable_GetObjectData, (FileWebResponse * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x0259D800, void, FileWebResponse_GetObjectData, (FileWebResponse * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x0259DB00, int64_t, FileWebResponse_get_ContentLength, (FileWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x0259DB20, String *, FileWebResponse_get_ContentType, (FileWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x0259DB70, WebHeaderCollection *, FileWebResponse_get_Headers, (FileWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, FileWebResponse_get_SupportsHeaders, (FileWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x0259DB90, Uri *, FileWebResponse_get_ResponseUri, (FileWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x0259DBB0, void, FileWebResponse_CheckDisposed, (FileWebResponse * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD95B0, FileWebResponse_CheckDisposed__MethodInfo); DO_APP_FUNC(0x0259DC40, void, FileWebResponse_Close, (FileWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x0259DC90, void, FileWebResponse_System_Net_ICloseEx_CloseEx, (FileWebResponse * __this, CloseExState__Enum closeState, MethodInfo * method)); DO_APP_FUNC(0x0259DDF0, Stream *, FileWebResponse_GetResponseStream, (FileWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebProxyData__ctor, (WebProxyData * __this, MethodInfo * method)); DO_APP_FUNC(0x0259DE30, void, WebProxy__ctor, (WebProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x0259DE60, void, WebProxy__ctor_1, (WebProxy * __this, Uri * Address, MethodInfo * method)); DO_APP_FUNC(0x0259DE80, void, WebProxy__ctor_2, (WebProxy * __this, Uri * Address, bool BypassOnLocal, MethodInfo * method)); DO_APP_FUNC(0x0259DEA0, void, WebProxy__ctor_3, (WebProxy * __this, Uri * Address, bool BypassOnLocal, String__Array * BypassList, MethodInfo * method)); DO_APP_FUNC(0x0259DEC0, void, WebProxy__ctor_4, (WebProxy * __this, Uri * Address, bool BypassOnLocal, String__Array * BypassList, ICredentials * Credentials, MethodInfo * method)); DO_APP_FUNC(0x0259E060, void, WebProxy__ctor_5, (WebProxy * __this, String * Host, int32_t Port, MethodInfo * method)); DO_APP_FUNC(0x0259E2F0, void, WebProxy__ctor_6, (WebProxy * __this, String * Address, MethodInfo * method)); DO_APP_FUNC(0x0259E330, void, WebProxy__ctor_7, (WebProxy * __this, String * Address, bool BypassOnLocal, MethodInfo * method)); DO_APP_FUNC(0x0259E380, void, WebProxy__ctor_8, (WebProxy * __this, String * Address, bool BypassOnLocal, String__Array * BypassList, MethodInfo * method)); DO_APP_FUNC(0x0259E3E0, void, WebProxy__ctor_9, (WebProxy * __this, String * Address, bool BypassOnLocal, String__Array * BypassList, ICredentials * Credentials, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Uri *, WebProxy_get_Address, (WebProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x0259E430, void, WebProxy_set_Address, (WebProxy * __this, Uri * value, MethodInfo * method)); DO_APP_FUNC(0x0259E540, void, WebProxy_set_AutoDetect, (WebProxy * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0259E5F0, void, WebProxy_set_ScriptLocation, (WebProxy * __this, Uri * value, MethodInfo * method)); DO_APP_FUNC(0x00422A30, bool, WebProxy_get_BypassProxyOnLocal, (WebProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x0259E710, void, WebProxy_set_BypassProxyOnLocal, (WebProxy * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0259E780, String__Array *, WebProxy_get_BypassList, (WebProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x0259E8E0, void, WebProxy_set_BypassList, (WebProxy * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, ICredentials *, WebProxy_get_Credentials, (WebProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, WebProxy_set_Credentials, (WebProxy * __this, ICredentials * value, MethodInfo * method)); DO_APP_FUNC(0x0259EA30, bool, WebProxy_get_UseDefaultCredentials, (WebProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x0259EAA0, void, WebProxy_set_UseDefaultCredentials, (WebProxy * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0259EB10, ArrayList *, WebProxy_get_BypassArrayList, (WebProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACD900, void, WebProxy_CheckForChanges, (WebProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x0259EBD0, Uri *, WebProxy_GetProxy, (WebProxy * __this, Uri * destination, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD94C8, WebProxy_GetProxy__MethodInfo); DO_APP_FUNC(0x0259EE30, Uri *, WebProxy_CreateProxyUri, (String * address, MethodInfo * method)); DO_APP_FUNC(0x0259EF80, void, WebProxy_UpdateRegExList, (WebProxy * __this, bool canThrow, MethodInfo * method)); DO_APP_FUNC(0x0259F220, bool, WebProxy_IsMatchInBypassList, (WebProxy * __this, Uri * input, MethodInfo * method)); DO_APP_FUNC(0x0259F450, bool, WebProxy_IsLocal, (WebProxy * __this, Uri * host, MethodInfo * method)); DO_APP_FUNC(0x0259F810, bool, WebProxy_IsLocalInProxyHash, (WebProxy * __this, Uri * host, MethodInfo * method)); DO_APP_FUNC(0x0259F900, bool, WebProxy_IsBypassed, (WebProxy * __this, Uri * host, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9580, WebProxy_IsBypassed__MethodInfo); DO_APP_FUNC(0x0259FA40, bool, WebProxy_IsBypassedManual, (WebProxy * __this, Uri * host, MethodInfo * method)); DO_APP_FUNC(0x0259FBC0, WebProxy *, WebProxy_GetDefaultProxy, (MethodInfo * method)); DO_APP_FUNC(0x0259FC10, void, WebProxy__ctor_10, (WebProxy * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x025A0010, void, WebProxy_System_Runtime_Serialization_ISerializable_GetObjectData, (WebProxy * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x025A0040, void, WebProxy_GetObjectData, (WebProxy * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x003C5390, AutoWebProxyScriptEngine *, WebProxy_get_ScriptEngine, (WebProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, WebProxy_set_ScriptEngine, (WebProxy * __this, AutoWebProxyScriptEngine * value, MethodInfo * method)); DO_APP_FUNC(0x0257A800, IWebProxy *, WebProxy_CreateDefaultProxy, (MethodInfo * method)); DO_APP_FUNC(0x025A01B0, void, WebProxy__ctor_11, (WebProxy * __this, bool enableAutoproxy, MethodInfo * method)); DO_APP_FUNC(0x025A01C0, void, WebProxy_DeleteScriptEngine, (WebProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD40, void, WebProxy_UnsafeUpdateFromRegistry, (WebProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x025A0220, void, WebProxy_Update, (WebProxy * __this, WebProxyData * webProxyData, MethodInfo * method)); DO_APP_FUNC(0x025A0510, ProxyChain *, WebProxy_System_Net_IAutoWebProxy_GetProxies, (WebProxy * __this, Uri * destination, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD93C0, WebProxy_System_Net_IAutoWebProxy_GetProxies__MethodInfo); DO_APP_FUNC(0x025A0650, bool, WebProxy_GetProxyAuto, (WebProxy * __this, Uri * destination, Uri * * proxyUri, MethodInfo * method)); DO_APP_FUNC(0x025A0760, bool, WebProxy_IsBypassedAuto, (WebProxy * __this, Uri * destination, bool * isBypassed, MethodInfo * method)); DO_APP_FUNC(0x025A0800, Uri__Array *, WebProxy_GetProxiesAuto, (WebProxy * __this, Uri * destination, int32_t * syncStatus, MethodInfo * method)); DO_APP_FUNC(0x00ACD900, void, WebProxy_AbortGetProxiesAuto, (WebProxy * __this, int32_t * syncStatus, MethodInfo * method)); DO_APP_FUNC(0x025A08B0, Uri *, WebProxy_GetProxyAutoFailover, (WebProxy * __this, Uri * destination, MethodInfo * method)); DO_APP_FUNC(0x025A09B0, bool, WebProxy_AreAllBypassed, (IEnumerable_1_System_String_ * proxies, bool checkFirstOnly, MethodInfo * method)); DO_APP_FUNC(0x025A0B50, Uri *, WebProxy_ProxyUri, (String * proxyName, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AutoWebProxyScriptEngine__ctor, (AutoWebProxyScriptEngine * __this, WebProxy * proxy, bool useRegistry, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Uri *, AutoWebProxyScriptEngine_get_AutomaticConfigurationScript, (AutoWebProxyScriptEngine * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AutoWebProxyScriptEngine_set_AutomaticConfigurationScript, (AutoWebProxyScriptEngine * __this, Uri * value, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, AutoWebProxyScriptEngine_get_AutomaticallyDetectSettings, (AutoWebProxyScriptEngine * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, AutoWebProxyScriptEngine_set_AutomaticallyDetectSettings, (AutoWebProxyScriptEngine * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x025A0C60, bool, AutoWebProxyScriptEngine_GetProxies, (AutoWebProxyScriptEngine * __this, Uri * destination, IList_1_System_String_ * * proxyList, MethodInfo * method)); DO_APP_FUNC(0x025A0C60, bool, AutoWebProxyScriptEngine_GetProxies_1, (AutoWebProxyScriptEngine * __this, Uri * destination, IList_1_System_String_ * * proxyList, int32_t * syncStatus, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AutoWebProxyScriptEngine_Close, (AutoWebProxyScriptEngine * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AutoWebProxyScriptEngine_Abort, (AutoWebProxyScriptEngine * __this, int32_t * syncStatus, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AutoWebProxyScriptEngine_CheckForChanges, (AutoWebProxyScriptEngine * __this, MethodInfo * method)); DO_APP_FUNC(0x025A0CC0, void, UnsafeNclNativeMethods_HttpApi__cctor, (MethodInfo * method)); DO_APP_FUNC(0x025A17F0, String *, UnsafeNclNativeMethods_HttpApi_HTTP_REQUEST_HEADER_ID_ToString, (int32_t position, MethodInfo * method)); DO_APP_FUNC(0x025A1870, void, UnsafeNclNativeMethods_HttpApi_HTTP_REQUEST_HEADER_ID__cctor, (MethodInfo * method)); DO_APP_FUNC(0x025A2780, void, UnsafeNclNativeMethods_HttpApi_HTTP_RESPONSE_HEADER_ID__cctor, (MethodInfo * method)); DO_APP_FUNC(0x025A2930, int32_t, UnsafeNclNativeMethods_HttpApi_HTTP_RESPONSE_HEADER_ID_IndexOfKnownHeader, (String * HeaderName, MethodInfo * method)); DO_APP_FUNC(0x025A29F0, String *, UnsafeNclNativeMethods_HttpApi_HTTP_RESPONSE_HEADER_ID_ToString, (int32_t position, MethodInfo * method)); DO_APP_FUNC(0x025A2A70, String *, UnsafeNclNativeMethods_SecureStringHelper_CreateString, (SecureString * secureString, MethodInfo * method)); DO_APP_FUNC(0x025A2C00, SecureString *, UnsafeNclNativeMethods_SecureStringHelper_CreateSecureString, (String * plainString, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Logging_get_On, (MethodInfo * method)); DO_APP_FUNC(0x003C94D0, TraceSource_1 *, Logging_get_Web, (MethodInfo * method)); DO_APP_FUNC(0x003C94D0, TraceSource_1 *, Logging_get_HttpListener, (MethodInfo * method)); DO_APP_FUNC(0x003C94D0, TraceSource_1 *, Logging_get_Sockets, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Logging_Enter, (TraceSource_1 * traceSource, Object * obj, String * method_1, Object * paramObject, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Logging_Enter_1, (TraceSource_1 * traceSource, String * msg, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Logging_Enter_2, (TraceSource_1 * traceSource, String * msg, String * parameters, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Logging_Exception, (TraceSource_1 * traceSource, Object * obj, String * method_1, Exception * e, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Logging_Exit, (TraceSource_1 * traceSource, Object * obj, String * method_1, Object * retObject, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Logging_Exit_1, (TraceSource_1 * traceSource, String * msg, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Logging_Exit_2, (TraceSource_1 * traceSource, String * msg, String * parameters, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Logging_PrintInfo, (TraceSource_1 * traceSource, Object * obj, String * method_1, String * msg, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Logging_PrintInfo_1, (TraceSource_1 * traceSource, Object * obj, String * msg, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Logging_PrintInfo_2, (TraceSource_1 * traceSource, String * msg, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Logging_PrintWarning, (TraceSource_1 * traceSource, Object * obj, String * method_1, String * msg, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Logging_PrintWarning_1, (TraceSource_1 * traceSource, String * msg, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Logging_PrintError, (TraceSource_1 * traceSource, String * msg, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TraceSource_1__ctor, (TraceSource_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x025A2E50, void, ServerCertValidationCallback__ctor, (ServerCertValidationCallback * __this, RemoteCertificateValidationCallback * validationCallback, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, RemoteCertificateValidationCallback *, ServerCertValidationCallback_get_ValidationCallback, (ServerCertValidationCallback * __this, MethodInfo * method)); DO_APP_FUNC(0x025A2F60, void, ServerCertValidationCallback_Callback, (ServerCertValidationCallback * __this, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9260, ServerCertValidationCallback_Callback__MethodInfo); DO_APP_FUNC(0x025A3010, bool, ServerCertValidationCallback_Invoke, (ServerCertValidationCallback * __this, Object * request, X509Certificate * certificate, X509Chain * chain, SslPolicyErrors__Enum sslPolicyErrors, MethodInfo * method)); DO_APP_FUNC(0x025A3260, void, ServerCertValidationCallback_CallbackContext__ctor, (ServerCertValidationCallback_CallbackContext * __this, Object * request, X509Certificate * certificate, X509Chain * chain, SslPolicyErrors__Enum sslPolicyErrors, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AuthenticationManager__ctor, (AuthenticationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x025A3370, void, AuthenticationManager_EnsureModules, (MethodInfo * method)); DO_APP_FUNC(0x025A37E0, ICredentialPolicy *, AuthenticationManager_get_CredentialPolicy, (MethodInfo * method)); DO_APP_FUNC(0x025A3840, void, AuthenticationManager_set_CredentialPolicy, (ICredentialPolicy * value, MethodInfo * method)); DO_APP_FUNC(0x025A3900, Exception *, AuthenticationManager_GetMustImplement, (MethodInfo * method)); DO_APP_FUNC(0x025A3990, StringDictionary *, AuthenticationManager_get_CustomTargetNameDictionary, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD92B8, AuthenticationManager_get_CustomTargetNameDictionary__MethodInfo); DO_APP_FUNC(0x025A39D0, IEnumerator *, AuthenticationManager_get_RegisteredModules, (MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, AuthenticationManager_get_OSSupportsExtendedProtection, (MethodInfo * method)); DO_APP_FUNC(0x025A3A50, void, AuthenticationManager_Clear, (MethodInfo * method)); DO_APP_FUNC(0x025A3C20, Authorization *, AuthenticationManager_Authenticate, (String * challenge, WebRequest * request, ICredentials * credentials, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9110, AuthenticationManager_Authenticate__MethodInfo); DO_APP_FUNC(0x025A3DA0, Authorization *, AuthenticationManager_DoAuthenticate, (String * challenge, WebRequest * request, ICredentials * credentials, MethodInfo * method)); DO_APP_FUNC(0x025A41B0, Authorization *, AuthenticationManager_PreAuthenticate, (WebRequest * request, ICredentials * credentials, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD90B0, AuthenticationManager_PreAuthenticate__MethodInfo); DO_APP_FUNC(0x025A4680, void, AuthenticationManager_Register, (IAuthenticationModule * authenticationModule, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD90D8, AuthenticationManager_Register__MethodInfo); DO_APP_FUNC(0x025A48F0, void, AuthenticationManager_Unregister, (IAuthenticationModule * authenticationModule, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD91D0, AuthenticationManager_Unregister__MethodInfo); DO_APP_FUNC(0x025A49C0, void, AuthenticationManager_Unregister_1, (String * authenticationScheme, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD91F8, AuthenticationManager_Unregister_1__MethodInfo); DO_APP_FUNC(0x025A4A70, void, AuthenticationManager_DoUnregister, (String * authenticationScheme, bool throwEx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9178, AuthenticationManager_DoUnregister__MethodInfo); DO_APP_FUNC(0x025A4EE0, void, AuthenticationManager__cctor, (MethodInfo * method)); DO_APP_FUNC(0x025A5020, Authorization *, BasicClient_Authenticate, (BasicClient * __this, String * challenge, WebRequest * webRequest, ICredentials * credentials, MethodInfo * method)); DO_APP_FUNC(0x025A52B0, Byte__Array *, BasicClient_GetBytes, (String * str, MethodInfo * method)); DO_APP_FUNC(0x025A5360, Authorization *, BasicClient_InternalAuthenticate, (WebRequest * webRequest, ICredentials * credentials, MethodInfo * method)); DO_APP_FUNC(0x025A57A0, Authorization *, BasicClient_PreAuthenticate, (BasicClient * __this, WebRequest * webRequest, ICredentials * credentials, MethodInfo * method)); DO_APP_FUNC(0x025A57C0, String *, BasicClient_get_AuthenticationType, (BasicClient * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, BasicClient_get_CanPreAuthenticate, (BasicClient * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BasicClient__ctor, (BasicClient * __this, MethodInfo * method)); DO_APP_FUNC(0x025A5800, void, BindIPEndPoint__ctor, (BindIPEndPoint * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, IPEndPoint *, BindIPEndPoint_Invoke, (BindIPEndPoint * __this, ServicePoint * servicePoint, IPEndPoint * remoteEndPoint, int32_t retryCount, MethodInfo * method)); DO_APP_FUNC(0x025A59C0, IAsyncResult *, BindIPEndPoint_BeginInvoke, (BindIPEndPoint * __this, ServicePoint * servicePoint, IPEndPoint * remoteEndPoint, int32_t retryCount, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, IPEndPoint *, BindIPEndPoint_EndInvoke, (BindIPEndPoint * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x025A5A50, void, BufferedReadStream__ctor, (BufferedReadStream * __this, WebOperation * operation, Stream * innerStream, BufferOffsetSize * readBuffer, MethodInfo * method)); DO_APP_FUNC(0x025A5AC0, Task_1_System_Int32_ *, BufferedReadStream_ProcessReadAsync, (BufferedReadStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025A5D40, bool, BufferedReadStream_TryReadFromBuffer, (BufferedReadStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, int32_t * result, MethodInfo * method)); DO_APP_FUNC(0x025A5DE0, void, BufferedReadStream_ProcessReadAsync_d_2_MoveNext, (BufferedReadStream_ProcessReadAsync_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x025A6140, void, BufferedReadStream_ProcessReadAsync_d_2_SetStateMachine, (BufferedReadStream_ProcessReadAsync_d_2 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x025A61B0, void, ChunkedInputStream__ctor, (ChunkedInputStream * __this, HttpListenerContext * context, Stream * stream, Byte__Array * buffer, int32_t offset, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x003C5490, MonoChunkParser *, ChunkedInputStream_get_Decoder, (ChunkedInputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, ChunkedInputStream_set_Decoder, (ChunkedInputStream * __this, MonoChunkParser * value, MethodInfo * method)); DO_APP_FUNC(0x025A6390, int32_t, ChunkedInputStream_Read, (ChunkedInputStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x025A63E0, IAsyncResult *, ChunkedInputStream_BeginRead, (ChunkedInputStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * cback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8FF0, ChunkedInputStream_BeginRead__MethodInfo); DO_APP_FUNC(0x025A6850, void, ChunkedInputStream_OnRead, (ChunkedInputStream * __this, IAsyncResult * base_ares, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9020, ChunkedInputStream_OnRead__MethodInfo); DO_APP_FUNC(0x025A6B80, int32_t, ChunkedInputStream_EndRead, (ChunkedInputStream * __this, IAsyncResult * ares, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8E10, ChunkedInputStream_EndRead__MethodInfo); DO_APP_FUNC(0x025A6DD0, void, ChunkedInputStream_Close, (ChunkedInputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x025A6DE0, void, ChunkedInputStream_ReadBufferState__ctor, (ChunkedInputStream_ReadBufferState * __this, Byte__Array * buffer, int32_t offset, int32_t count, HttpStreamAsyncResult * ares, MethodInfo * method)); DO_APP_FUNC(0x025A6EB0, ContentDecodeStream *, ContentDecodeStream_Create, (WebOperation * operation, Stream * innerStream, ContentDecodeStream_Mode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x003C5390, Stream *, ContentDecodeStream_get_OriginalInnerStream, (ContentDecodeStream * __this, MethodInfo * method)); DO_APP_FUNC(0x025A5A50, void, ContentDecodeStream__ctor, (ContentDecodeStream * __this, WebOperation * operation, Stream * decodeStream, Stream * originalInnerStream, MethodInfo * method)); DO_APP_FUNC(0x025A7000, Task_1_System_Int32_ *, ContentDecodeStream_ProcessReadAsync, (ContentDecodeStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025A7030, Task *, ContentDecodeStream_FinishReading, (ContentDecodeStream * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025A70F0, bool, DefaultCertificatePolicy_CheckValidationResult, (DefaultCertificatePolicy * __this, ServicePoint * point, X509Certificate * certificate, WebRequest * request, int32_t certificateProblem, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DefaultCertificatePolicy__ctor, (DefaultCertificatePolicy * __this, MethodInfo * method)); DO_APP_FUNC(0x025A7160, void, DigestHeaderParser__ctor, (DigestHeaderParser * __this, String * header, MethodInfo * method)); DO_APP_FUNC(0x01B0F3C0, String *, DigestHeaderParser_get_Realm, (DigestHeaderParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01B0F3F0, String *, DigestHeaderParser_get_Opaque, (DigestHeaderParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01B0F420, String *, DigestHeaderParser_get_Nonce, (DigestHeaderParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01B0F450, String *, DigestHeaderParser_get_Algorithm, (DigestHeaderParser * __this, MethodInfo * method)); DO_APP_FUNC(0x01B0F480, String *, DigestHeaderParser_get_QOP, (DigestHeaderParser * __this, MethodInfo * method)); DO_APP_FUNC(0x025A72B0, bool, DigestHeaderParser_Parse, (DigestHeaderParser * __this, MethodInfo * method)); DO_APP_FUNC(0x025A75E0, void, DigestHeaderParser_SkipWhitespace, (DigestHeaderParser * __this, MethodInfo * method)); DO_APP_FUNC(0x025A7660, String *, DigestHeaderParser_GetKey, (DigestHeaderParser * __this, MethodInfo * method)); DO_APP_FUNC(0x025A7710, bool, DigestHeaderParser_GetKeywordAndValue, (DigestHeaderParser * __this, String * * key, String * * value, MethodInfo * method)); DO_APP_FUNC(0x025A7A60, void, DigestHeaderParser__cctor, (MethodInfo * method)); DO_APP_FUNC(0x025A7CE0, void, DigestSession__cctor, (MethodInfo * method)); DO_APP_FUNC(0x025A7DC0, void, DigestSession__ctor, (DigestSession * __this, MethodInfo * method)); DO_APP_FUNC(0x025A7E20, String *, DigestSession_get_Algorithm, (DigestSession * __this, MethodInfo * method)); DO_APP_FUNC(0x025A7E60, String *, DigestSession_get_Realm, (DigestSession * __this, MethodInfo * method)); DO_APP_FUNC(0x025A7EA0, String *, DigestSession_get_Nonce, (DigestSession * __this, MethodInfo * method)); DO_APP_FUNC(0x025A7EE0, String *, DigestSession_get_Opaque, (DigestSession * __this, MethodInfo * method)); DO_APP_FUNC(0x025A7F20, String *, DigestSession_get_QOP, (DigestSession * __this, MethodInfo * method)); DO_APP_FUNC(0x025A7F60, String *, DigestSession_get_CNonce, (DigestSession * __this, MethodInfo * method)); DO_APP_FUNC(0x025A8170, bool, DigestSession_Parse, (DigestSession * __this, String * challenge, MethodInfo * method)); DO_APP_FUNC(0x025A8480, String *, DigestSession_HashToHexString, (DigestSession * __this, String * toBeHashed, MethodInfo * method)); DO_APP_FUNC(0x025A8770, String *, DigestSession_HA1, (DigestSession * __this, String * username, String * password, MethodInfo * method)); DO_APP_FUNC(0x025A89B0, String *, DigestSession_HA2, (DigestSession * __this, HttpWebRequest * webRequest, MethodInfo * method)); DO_APP_FUNC(0x025A8B10, String *, DigestSession_Response, (DigestSession * __this, String * username, String * password, HttpWebRequest * webRequest, MethodInfo * method)); DO_APP_FUNC(0x025A8E50, Authorization *, DigestSession_Authenticate, (DigestSession * __this, WebRequest * webRequest, ICredentials * credentials, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8B88, DigestSession_Authenticate__MethodInfo); DO_APP_FUNC(0x003B93C0, DateTime, DigestSession_get_LastUse, (DigestSession * __this, MethodInfo * method)); DO_APP_FUNC(0x025A9530, Hashtable *, DigestClient_get_Cache, (MethodInfo * method)); DO_APP_FUNC(0x025A9750, void, DigestClient_CheckExpired, (int32_t count, MethodInfo * method)); DO_APP_FUNC(0x025A9ED0, Authorization *, DigestClient_Authenticate, (DigestClient * __this, String * challenge, WebRequest * webRequest, ICredentials * credentials, MethodInfo * method)); DO_APP_FUNC(0x025AA250, Authorization *, DigestClient_PreAuthenticate, (DigestClient * __this, WebRequest * webRequest, ICredentials * credentials, MethodInfo * method)); DO_APP_FUNC(0x025AA410, String *, DigestClient_get_AuthenticationType, (DigestClient * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, DigestClient_get_CanPreAuthenticate, (DigestClient * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DigestClient__ctor, (DigestClient * __this, MethodInfo * method)); DO_APP_FUNC(0x025AA450, void, DigestClient__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dns__cctor, (MethodInfo * method)); DO_APP_FUNC(0x025AA530, IAsyncResult *, Dns_BeginGetHostByName, (String * hostName, AsyncCallback * requestCallback, Object * stateObject, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8A30, Dns_BeginGetHostByName__MethodInfo); DO_APP_FUNC(0x025AA730, IAsyncResult *, Dns_BeginResolve, (String * hostName, AsyncCallback * requestCallback, Object * stateObject, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8A50, Dns_BeginResolve__MethodInfo); DO_APP_FUNC(0x025AA930, IAsyncResult *, Dns_BeginGetHostAddresses, (String * hostNameOrAddress, AsyncCallback * requestCallback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8A00, Dns_BeginGetHostAddresses__MethodInfo); DO_APP_FUNC(0x025AAC30, IAsyncResult *, Dns_BeginGetHostEntry, (String * hostNameOrAddress, AsyncCallback * requestCallback, Object * stateObject, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8AD0, Dns_BeginGetHostEntry__MethodInfo); DO_APP_FUNC(0x025AAF30, IAsyncResult *, Dns_BeginGetHostEntry_1, (IPAddress * address, AsyncCallback * requestCallback, Object * stateObject, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8A80, Dns_BeginGetHostEntry_1__MethodInfo); DO_APP_FUNC(0x025AB040, IPHostEntry *, Dns_EndGetHostByName, (IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8AC0, Dns_EndGetHostByName__MethodInfo); DO_APP_FUNC(0x025AB170, IPHostEntry *, Dns_EndResolve, (IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8AA0, Dns_EndResolve__MethodInfo); DO_APP_FUNC(0x025AB2A0, IPAddress__Array *, Dns_EndGetHostAddresses, (IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD88C0, Dns_EndGetHostAddresses__MethodInfo); DO_APP_FUNC(0x025AB3D0, IPHostEntry *, Dns_EndGetHostEntry, (IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD88F0, Dns_EndGetHostEntry__MethodInfo); DO_APP_FUNC(0x025AB5B0, bool, Dns_GetHostByName_icall, (String * host, String * * h_name, String__Array * * h_aliases, String__Array * * h_addr_list, int32_t hint, MethodInfo * method)); DO_APP_FUNC(0x025AB5C0, bool, Dns_GetHostByAddr_icall, (String * addr, String * * h_name, String__Array * * h_aliases, String__Array * * h_addr_list, int32_t hint, MethodInfo * method)); DO_APP_FUNC(0x025AB5D0, bool, Dns_GetHostName_icall, (String * * h_name, MethodInfo * method)); DO_APP_FUNC(0x025AB710, void, Dns_Error_11001, (String * hostName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8858, Dns_Error_11001__MethodInfo); DO_APP_FUNC(0x025AB790, IPHostEntry *, Dns_hostent_to_IPHostEntry, (String * originalHostName, String * h_name, String__Array * h_aliases, String__Array * h_addrlist, MethodInfo * method)); DO_APP_FUNC(0x025ABBA0, IPHostEntry *, Dns_GetHostByAddress, (IPAddress * address, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8980, Dns_GetHostByAddress__MethodInfo); DO_APP_FUNC(0x025ABC60, IPHostEntry *, Dns_GetHostByAddress_1, (String * address, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8920, Dns_GetHostByAddress_1__MethodInfo); DO_APP_FUNC(0x025ABD10, IPHostEntry *, Dns_GetHostByAddressFromString, (String * address, bool parse, MethodInfo * method)); DO_APP_FUNC(0x025ABF60, IPHostEntry *, Dns_GetHostEntry, (String * hostNameOrAddress, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8AF0, Dns_GetHostEntry__MethodInfo); DO_APP_FUNC(0x025AC2D0, IPHostEntry *, Dns_GetHostEntry_1, (IPAddress * address, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8B18, Dns_GetHostEntry_1__MethodInfo); DO_APP_FUNC(0x025AC390, IPAddress__Array *, Dns_GetHostAddresses, (String * hostNameOrAddress, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD89C8, Dns_GetHostAddresses__MethodInfo); DO_APP_FUNC(0x025AC730, IPHostEntry *, Dns_GetHostByName, (String * hostName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8C60, Dns_GetHostByName__MethodInfo); DO_APP_FUNC(0x025AC8A0, String *, Dns_GetHostName, (MethodInfo * method)); DO_APP_FUNC(0x025ACA50, IPHostEntry *, Dns_Resolve, (String * hostName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8A10, Dns_Resolve__MethodInfo); DO_APP_FUNC(0x025ACB80, Task_1_System_Net_IPAddress_ *, Dns_GetHostAddressesAsync, (String * hostNameOrAddress, MethodInfo * method)); DO_APP_FUNC(0x025ACCD0, Task_1_System_Net_IPHostEntry_ *, Dns_GetHostEntryAsync, (IPAddress * address, MethodInfo * method)); DO_APP_FUNC(0x025ACE20, Task_1_System_Net_IPHostEntry_ *, Dns_GetHostEntryAsync_1, (String * hostNameOrAddress, MethodInfo * method)); DO_APP_FUNC(0x01E60350, void, Dns_GetHostByNameCallback__ctor, (Dns_GetHostByNameCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, IPHostEntry *, Dns_GetHostByNameCallback_Invoke, (Dns_GetHostByNameCallback * __this, String * hostName, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, Dns_GetHostByNameCallback_BeginInvoke, (Dns_GetHostByNameCallback * __this, String * hostName, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, IPHostEntry *, Dns_GetHostByNameCallback_EndInvoke, (Dns_GetHostByNameCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01E60350, void, Dns_ResolveCallback__ctor, (Dns_ResolveCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, IPHostEntry *, Dns_ResolveCallback_Invoke, (Dns_ResolveCallback * __this, String * hostName, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, Dns_ResolveCallback_BeginInvoke, (Dns_ResolveCallback * __this, String * hostName, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, IPHostEntry *, Dns_ResolveCallback_EndInvoke, (Dns_ResolveCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01E60350, void, Dns_GetHostEntryNameCallback__ctor, (Dns_GetHostEntryNameCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, IPHostEntry *, Dns_GetHostEntryNameCallback_Invoke, (Dns_GetHostEntryNameCallback * __this, String * hostName, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, Dns_GetHostEntryNameCallback_BeginInvoke, (Dns_GetHostEntryNameCallback * __this, String * hostName, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, IPHostEntry *, Dns_GetHostEntryNameCallback_EndInvoke, (Dns_GetHostEntryNameCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0160E080, void, Dns_GetHostEntryIPCallback__ctor, (Dns_GetHostEntryIPCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, IPHostEntry *, Dns_GetHostEntryIPCallback_Invoke, (Dns_GetHostEntryIPCallback * __this, IPAddress * hostAddress, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, Dns_GetHostEntryIPCallback_BeginInvoke, (Dns_GetHostEntryIPCallback * __this, IPAddress * hostAddress, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, IPHostEntry *, Dns_GetHostEntryIPCallback_EndInvoke, (Dns_GetHostEntryIPCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01E60350, void, Dns_GetHostAddressesCallback__ctor, (Dns_GetHostAddressesCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, IPAddress__Array *, Dns_GetHostAddressesCallback_Invoke, (Dns_GetHostAddressesCallback * __this, String * hostName, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, Dns_GetHostAddressesCallback_BeginInvoke, (Dns_GetHostAddressesCallback * __this, String * hostName, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, IPAddress__Array *, Dns_GetHostAddressesCallback_EndInvoke, (Dns_GetHostAddressesCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x025ACF70, void, EndPointListener__ctor, (EndPointListener * __this, HttpListener * listener, IPAddress * addr, int32_t port, bool secure, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, HttpListener *, EndPointListener_get_Listener, (EndPointListener * __this, MethodInfo * method)); DO_APP_FUNC(0x025AD430, void, EndPointListener_Accept, (Socket * socket, SocketAsyncEventArgs * e, Socket * * accepted, MethodInfo * method)); DO_APP_FUNC(0x025AD520, void, EndPointListener_ProcessAccept, (SocketAsyncEventArgs * args, MethodInfo * method)); DO_APP_FUNC(0x025AD840, void, EndPointListener_OnAccept, (Object * sender, SocketAsyncEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8788, EndPointListener_OnAccept__MethodInfo); DO_APP_FUNC(0x025AD850, void, EndPointListener_RemoveConnection, (EndPointListener * __this, HttpConnection * conn, MethodInfo * method)); DO_APP_FUNC(0x025AD9E0, bool, EndPointListener_BindContext, (EndPointListener * __this, HttpListenerContext * context, MethodInfo * method)); DO_APP_FUNC(0x025ADAF0, void, EndPointListener_UnbindContext, (EndPointListener * __this, HttpListenerContext * context, MethodInfo * method)); DO_APP_FUNC(0x025ADB20, HttpListener *, EndPointListener_SearchListener, (EndPointListener * __this, Uri * uri, ListenerPrefix * * prefix, MethodInfo * method)); DO_APP_FUNC(0x025AE180, HttpListener *, EndPointListener_MatchFromList, (EndPointListener * __this, String * host, String * path, ArrayList * list, ListenerPrefix * * prefix, MethodInfo * method)); DO_APP_FUNC(0x025AE480, void, EndPointListener_AddSpecial, (EndPointListener * __this, ArrayList * coll, ListenerPrefix * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8698, EndPointListener_AddSpecial__MethodInfo); DO_APP_FUNC(0x025AE700, bool, EndPointListener_RemoveSpecial, (EndPointListener * __this, ArrayList * coll, ListenerPrefix * prefix, MethodInfo * method)); DO_APP_FUNC(0x025AE840, void, EndPointListener_CheckIfRemove, (EndPointListener * __this, MethodInfo * method)); DO_APP_FUNC(0x025AE910, void, EndPointListener_Close, (EndPointListener * __this, MethodInfo * method)); DO_APP_FUNC(0x025AECA0, void, EndPointListener_AddPrefix, (EndPointListener * __this, ListenerPrefix * prefix, HttpListener * listener, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD84B8, EndPointListener_AddPrefix__MethodInfo); DO_APP_FUNC(0x025AF2B0, void, EndPointListener_RemovePrefix, (EndPointListener * __this, ListenerPrefix * prefix, HttpListener * listener, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EndPointManager__ctor, (EndPointManager * __this, MethodInfo * method)); DO_APP_FUNC(0x025AF730, void, EndPointManager_AddListener, (HttpListener * listener, MethodInfo * method)); DO_APP_FUNC(0x025AFC90, void, EndPointManager_AddPrefix, (String * prefix, HttpListener * listener, MethodInfo * method)); DO_APP_FUNC(0x025AFE50, void, EndPointManager_AddPrefixInternal, (String * p, HttpListener * listener, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8540, EndPointManager_AddPrefixInternal__MethodInfo); DO_APP_FUNC(0x025B0250, EndPointListener *, EndPointManager_GetEPListener, (String * host, int32_t port, HttpListener * listener, bool secure, MethodInfo * method)); DO_APP_FUNC(0x025B0840, void, EndPointManager_RemoveEndPoint, (EndPointListener * epl, IPEndPoint * ep, MethodInfo * method)); DO_APP_FUNC(0x025B0B70, void, EndPointManager_RemoveListener, (HttpListener * listener, MethodInfo * method)); DO_APP_FUNC(0x025B0ED0, void, EndPointManager_RemovePrefix, (String * prefix, HttpListener * listener, MethodInfo * method)); DO_APP_FUNC(0x025B1090, void, EndPointManager_RemovePrefixInternal, (String * prefix, HttpListener * listener, MethodInfo * method)); DO_APP_FUNC(0x025B13E0, void, EndPointManager__cctor, (MethodInfo * method)); DO_APP_FUNC(0x025B14B0, void, EndpointPermission__ctor, (EndpointPermission * __this, String * hostname, int32_t port, TransportType__Enum transport, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8500, EndpointPermission__ctor__MethodInfo); DO_APP_FUNC(0x003B93C0, String *, EndpointPermission_get_Hostname, (EndpointPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, EndpointPermission_get_Port, (EndpointPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, TransportType__Enum, EndpointPermission_get_Transport, (EndpointPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x025B15E0, bool, EndpointPermission_Equals, (EndpointPermission * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x025B1690, int32_t, EndpointPermission_GetHashCode, (EndpointPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x025B16D0, String *, EndpointPermission_ToString, (EndpointPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x025B1930, bool, EndpointPermission_IsSubsetOf, (EndpointPermission * __this, EndpointPermission * perm, MethodInfo * method)); DO_APP_FUNC(0x025B1AA0, bool, EndpointPermission_IsSubsetOf_1, (EndpointPermission * __this, String * addr1, String * addr2, MethodInfo * method)); DO_APP_FUNC(0x025B1CF0, EndpointPermission *, EndpointPermission_Intersect, (EndpointPermission * __this, EndpointPermission * perm, MethodInfo * method)); DO_APP_FUNC(0x025B1DF0, String *, EndpointPermission_IntersectHostname, (EndpointPermission * __this, EndpointPermission * perm, MethodInfo * method)); DO_APP_FUNC(0x025B2040, String *, EndpointPermission_Intersect_1, (EndpointPermission * __this, String * addr1, String * addr2, MethodInfo * method)); DO_APP_FUNC(0x025B2530, int32_t, EndpointPermission_ToNumber, (EndpointPermission * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8338, EndpointPermission_ToNumber__MethodInfo); DO_APP_FUNC(0x025B2700, void, EndpointPermission_Resolve, (EndpointPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x005DA640, void, EndpointPermission_UndoResolve, (EndpointPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x025B2AD0, void, EndpointPermission__cctor, (MethodInfo * method)); DO_APP_FUNC(0x025B2BB0, void, EndpointPermission__ctor_1, (EndpointPermission * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8428, EndpointPermission__ctor_1__MethodInfo); DO_APP_FUNC(0x003C5390, int64_t, FixedSizeReadStream_get_ContentLength, (FixedSizeReadStream * __this, MethodInfo * method)); DO_APP_FUNC(0x025B2BE0, void, FixedSizeReadStream__ctor, (FixedSizeReadStream * __this, WebOperation * operation, Stream * innerStream, int64_t contentLength, MethodInfo * method)); DO_APP_FUNC(0x025B2C10, Task_1_System_Int32_ *, FixedSizeReadStream_ProcessReadAsync, (FixedSizeReadStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025B2E90, void, FixedSizeReadStream_ProcessReadAsync_d_5_MoveNext, (FixedSizeReadStream_ProcessReadAsync_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x025B31D0, void, FixedSizeReadStream_ProcessReadAsync_d_5_SetStateMachine, (FixedSizeReadStream_ProcessReadAsync_d_5 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x025B3240, void, HttpConnection__ctor, (HttpConnection * __this, Socket * sock, EndPointListener * epl, bool secure, X509Certificate * cert, MethodInfo * method)); DO_APP_FUNC(0x003BF700, SslStream *, HttpConnection_get_SslStream, (HttpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, Int32__Array *, HttpConnection_get_ClientCertificateErrors, (HttpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00605860, X509Certificate2 *, HttpConnection_get_ClientCertificate, (HttpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x025B3710, void, HttpConnection_Init, (HttpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x009C67B0, bool, HttpConnection_get_IsClosed, (HttpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x007661F0, int32_t, HttpConnection_get_Reuses, (HttpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x025B39A0, IPEndPoint *, HttpConnection_get_LocalEndPoint, (HttpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x025B3AE0, IPEndPoint *, HttpConnection_get_RemoteEndPoint, (HttpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00564B80, bool, HttpConnection_get_IsSecure, (HttpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, ListenerPrefix *, HttpConnection_get_Prefix, (HttpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, HttpConnection_set_Prefix, (HttpConnection * __this, ListenerPrefix * value, MethodInfo * method)); DO_APP_FUNC(0x025B3B70, void, HttpConnection_OnTimeout, (HttpConnection * __this, Object * unused, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD83D0, HttpConnection_OnTimeout__MethodInfo); DO_APP_FUNC(0x025B3BC0, void, HttpConnection_BeginReadRequest, (HttpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x025B3F00, RequestStream *, HttpConnection_GetRequestStream, (HttpConnection * __this, bool chunked, int64_t contentlength, MethodInfo * method)); DO_APP_FUNC(0x025B43F0, ResponseStream *, HttpConnection_GetResponseStream, (HttpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x025B4540, void, HttpConnection_OnRead, (IAsyncResult * ares, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD80A8, HttpConnection_OnRead__MethodInfo); DO_APP_FUNC(0x025B45E0, void, HttpConnection_OnReadInternal, (HttpConnection * __this, IAsyncResult * ares, MethodInfo * method)); DO_APP_FUNC(0x025B4B20, void, HttpConnection_RemoveConnection, (HttpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x025B4B80, bool, HttpConnection_ProcessInput, (HttpConnection * __this, MemoryStream * ms, MethodInfo * method)); DO_APP_FUNC(0x025B4E50, String *, HttpConnection_ReadLine, (HttpConnection * __this, Byte__Array * buffer, int32_t offset, int32_t len, int32_t * used, MethodInfo * method)); DO_APP_FUNC(0x025B5040, void, HttpConnection_SendError, (HttpConnection * __this, String * msg, int32_t status, MethodInfo * method)); DO_APP_FUNC(0x025B53A0, void, HttpConnection_SendError_1, (HttpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x025B53D0, void, HttpConnection_Unbind, (HttpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x025B5420, void, HttpConnection_Close, (HttpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x025B5430, void, HttpConnection_CloseSocket, (HttpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x025B5580, void, HttpConnection_Close_1, (HttpConnection * __this, bool force_close, MethodInfo * method)); DO_APP_FUNC(0x025B5A30, void, HttpConnection__cctor, (MethodInfo * method)); DO_APP_FUNC(0x025B5B10, bool, HttpConnection___ctor_b__24_0, (HttpConnection * __this, Object * t, X509Certificate * c, X509Chain * ch, SslPolicyErrors__Enum e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD83C0, HttpConnection___ctor_b__24_0__MethodInfo); DO_APP_FUNC(0x025B5CD0, void, HttpListener__ctor, (HttpListener * __this, X509Certificate * certificate, MonoTlsProvider * tlsProvider, MonoTlsSettings * tlsSettings, MethodInfo * method)); DO_APP_FUNC(0x025B5E00, X509Certificate *, HttpListener_LoadCertificateAndKey, (HttpListener * __this, IPAddress * addr, int32_t port, MethodInfo * method)); DO_APP_FUNC(0x025B6390, SslStream *, HttpListener_CreateSslStream, (HttpListener * __this, Stream * innerStream, bool ownsStream, RemoteCertificateValidationCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x025B66B0, void, HttpListener__ctor_1, (HttpListener * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, AuthenticationSchemes__Enum, HttpListener_get_AuthenticationSchemes, (HttpListener * __this, MethodInfo * method)); DO_APP_FUNC(0x025B6CE0, void, HttpListener_set_AuthenticationSchemes, (HttpListener * __this, AuthenticationSchemes__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, AuthenticationSchemeSelector *, HttpListener_get_AuthenticationSchemeSelectorDelegate, (HttpListener * __this, MethodInfo * method)); DO_APP_FUNC(0x025B6D10, void, HttpListener_set_AuthenticationSchemeSelectorDelegate, (HttpListener * __this, AuthenticationSchemeSelector * value, MethodInfo * method)); DO_APP_FUNC(0x003C7040, HttpListener_ExtendedProtectionSelector *, HttpListener_get_ExtendedProtectionSelectorDelegate, (HttpListener * __this, MethodInfo * method)); DO_APP_FUNC(0x025B6D80, void, HttpListener_set_ExtendedProtectionSelectorDelegate, (HttpListener * __this, HttpListener_ExtendedProtectionSelector * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7F60, HttpListener_set_ExtendedProtectionSelectorDelegate__MethodInfo); DO_APP_FUNC(0x00434A10, bool, HttpListener_get_IgnoreWriteExceptions, (HttpListener * __this, MethodInfo * method)); DO_APP_FUNC(0x025B6E80, void, HttpListener_set_IgnoreWriteExceptions, (HttpListener * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0060FBA0, bool, HttpListener_get_IsListening, (HttpListener * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, HttpListener_get_IsSupported, (MethodInfo * method)); DO_APP_FUNC(0x025B6EB0, HttpListenerPrefixCollection *, HttpListener_get_Prefixes, (HttpListener * __this, MethodInfo * method)); DO_APP_FUNC(0x025B6ED0, HttpListenerTimeoutManager *, HttpListener_get_TimeoutManager, (HttpListener * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7F98, HttpListener_get_TimeoutManager__MethodInfo); DO_APP_FUNC(0x003C7030, ExtendedProtectionPolicy *, HttpListener_get_ExtendedProtectionPolicy, (HttpListener * __this, MethodInfo * method)); DO_APP_FUNC(0x025B6F20, void, HttpListener_set_ExtendedProtectionPolicy, (HttpListener * __this, ExtendedProtectionPolicy * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7F30, HttpListener_set_ExtendedProtectionPolicy__MethodInfo); DO_APP_FUNC(0x025B6FE0, ServiceNameCollection *, HttpListener_get_DefaultServiceNames, (HttpListener * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, String *, HttpListener_get_Realm, (HttpListener * __this, MethodInfo * method)); DO_APP_FUNC(0x025B70B0, void, HttpListener_set_Realm, (HttpListener * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x004305B0, bool, HttpListener_get_UnsafeConnectionNtlmAuthentication, (HttpListener * __this, MethodInfo * method)); DO_APP_FUNC(0x025B7120, void, HttpListener_set_UnsafeConnectionNtlmAuthentication, (HttpListener * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x025B7150, void, HttpListener_Abort, (HttpListener * __this, MethodInfo * method)); DO_APP_FUNC(0x025B7170, void, HttpListener_Close, (HttpListener * __this, MethodInfo * method)); DO_APP_FUNC(0x025B71B0, void, HttpListener_Close_1, (HttpListener * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x025B7230, void, HttpListener_Cleanup, (HttpListener * __this, bool close_existing, MethodInfo * method)); DO_APP_FUNC(0x025B7ED0, IAsyncResult *, HttpListener_BeginGetContext, (HttpListener * __this, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7FC8, HttpListener_BeginGetContext__MethodInfo); DO_APP_FUNC(0x025B84C0, HttpListenerContext *, HttpListener_EndGetContext, (HttpListener * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7FF8, HttpListener_EndGetContext__MethodInfo); DO_APP_FUNC(0x025B89B0, AuthenticationSchemes__Enum, HttpListener_SelectAuthenticationScheme, (HttpListener * __this, HttpListenerContext * context, MethodInfo * method)); DO_APP_FUNC(0x025B89F0, HttpListenerContext *, HttpListener_GetContext, (HttpListener * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7E58, HttpListener_GetContext__MethodInfo); DO_APP_FUNC(0x025B8B20, void, HttpListener_Start, (HttpListener * __this, MethodInfo * method)); DO_APP_FUNC(0x025B8B90, void, HttpListener_Stop, (HttpListener * __this, MethodInfo * method)); DO_APP_FUNC(0x025B8BC0, void, HttpListener_System_IDisposable_Dispose, (HttpListener * __this, MethodInfo * method)); DO_APP_FUNC(0x025B8BF0, Task_1_System_Net_HttpListenerContext_ *, HttpListener_GetContextAsync, (HttpListener * __this, MethodInfo * method)); DO_APP_FUNC(0x025B8D50, void, HttpListener_CheckDisposed, (HttpListener * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7DF0, HttpListener_CheckDisposed__MethodInfo); DO_APP_FUNC(0x025B8DE0, HttpListenerContext *, HttpListener_GetContextFromQueue, (HttpListener * __this, MethodInfo * method)); DO_APP_FUNC(0x025B8EB0, void, HttpListener_RegisterContext, (HttpListener * __this, HttpListenerContext * context, MethodInfo * method)); DO_APP_FUNC(0x025B9440, void, HttpListener_UnregisterContext, (HttpListener * __this, HttpListenerContext * context, MethodInfo * method)); DO_APP_FUNC(0x025B9770, void, HttpListener_AddConnection, (HttpListener * __this, HttpConnection * cnc, MethodInfo * method)); DO_APP_FUNC(0x025B97A0, void, HttpListener_RemoveConnection, (HttpListener * __this, HttpConnection * cnc, MethodInfo * method)); DO_APP_FUNC(0x01E60350, void, HttpListener_ExtendedProtectionSelector__ctor, (HttpListener_ExtendedProtectionSelector * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, ExtendedProtectionPolicy *, HttpListener_ExtendedProtectionSelector_Invoke, (HttpListener_ExtendedProtectionSelector * __this, HttpListenerRequest * request, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, HttpListener_ExtendedProtectionSelector_BeginInvoke, (HttpListener_ExtendedProtectionSelector * __this, HttpListenerRequest * request, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, ExtendedProtectionPolicy *, HttpListener_ExtendedProtectionSelector_EndInvoke, (HttpListener_ExtendedProtectionSelector * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x025B97D0, void, HttpListenerBasicIdentity__ctor, (HttpListenerBasicIdentity * __this, String * username, String * password, MethodInfo * method)); DO_APP_FUNC(0x003C7040, String *, HttpListenerBasicIdentity_get_Password, (HttpListenerBasicIdentity * __this, MethodInfo * method)); DO_APP_FUNC(0x025B9890, void, HttpListenerContext__ctor, (HttpListenerContext * __this, HttpConnection * cnc, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, HttpListenerContext_get_ErrorStatus, (HttpListenerContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF230, void, HttpListenerContext_set_ErrorStatus, (HttpListenerContext * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, HttpListenerContext_get_ErrorMessage, (HttpListenerContext * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, HttpListenerContext_set_ErrorMessage, (HttpListenerContext * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01A6B320, bool, HttpListenerContext_get_HaveError, (HttpListenerContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, HttpConnection *, HttpListenerContext_get_Connection, (HttpListenerContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, HttpListenerRequest *, HttpListenerContext_get_Request, (HttpListenerContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HttpListenerResponse *, HttpListenerContext_get_Response, (HttpListenerContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, IPrincipal *, HttpListenerContext_get_User, (HttpListenerContext * __this, MethodInfo * method)); DO_APP_FUNC(0x025B9BE0, void, HttpListenerContext_ParseAuthentication, (HttpListenerContext * __this, AuthenticationSchemes__Enum expectedSchemes, MethodInfo * method)); DO_APP_FUNC(0x025B9D20, IPrincipal *, HttpListenerContext_ParseBasicAuthentication, (HttpListenerContext * __this, String * authData, MethodInfo * method)); DO_APP_FUNC(0x025B9F90, Task_1_System_Net_WebSockets_HttpListenerWebSocketContext_ *, HttpListenerContext_AcceptWebSocketAsync, (HttpListenerContext * __this, String * subProtocol, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7CE0, HttpListenerContext_AcceptWebSocketAsync__MethodInfo); DO_APP_FUNC(0x025B9FE0, Task_1_System_Net_WebSockets_HttpListenerWebSocketContext_ *, HttpListenerContext_AcceptWebSocketAsync_1, (HttpListenerContext * __this, String * subProtocol, TimeSpan keepAliveInterval, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7CD0, HttpListenerContext_AcceptWebSocketAsync_1__MethodInfo); DO_APP_FUNC(0x025BA030, Task_1_System_Net_WebSockets_HttpListenerWebSocketContext_ *, HttpListenerContext_AcceptWebSocketAsync_2, (HttpListenerContext * __this, String * subProtocol, int32_t receiveBufferSize, TimeSpan keepAliveInterval, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7D30, HttpListenerContext_AcceptWebSocketAsync_2__MethodInfo); DO_APP_FUNC(0x025BA080, Task_1_System_Net_WebSockets_HttpListenerWebSocketContext_ *, HttpListenerContext_AcceptWebSocketAsync_3, (HttpListenerContext * __this, String * subProtocol, int32_t receiveBufferSize, TimeSpan keepAliveInterval, ArraySegment_1_Byte_ internalBuffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7D20, HttpListenerContext_AcceptWebSocketAsync_3__MethodInfo); DO_APP_FUNC(0x025BA0D0, void, HttpListenerContext__ctor_1, (HttpListenerContext * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7CA0, HttpListenerContext__ctor_1__MethodInfo); DO_APP_FUNC(0x025BA100, void, HttpListenerPrefixCollection__ctor, (HttpListenerPrefixCollection * __this, HttpListener * listener, MethodInfo * method)); DO_APP_FUNC(0x025BA230, int32_t, HttpListenerPrefixCollection_get_Count, (HttpListenerPrefixCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, HttpListenerPrefixCollection_get_IsReadOnly, (HttpListenerPrefixCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, HttpListenerPrefixCollection_get_IsSynchronized, (HttpListenerPrefixCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x025BA280, void, HttpListenerPrefixCollection_Add, (HttpListenerPrefixCollection * __this, String * uriPrefix, MethodInfo * method)); DO_APP_FUNC(0x025BA3A0, void, HttpListenerPrefixCollection_Clear, (HttpListenerPrefixCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x025BA460, bool, HttpListenerPrefixCollection_Contains, (HttpListenerPrefixCollection * __this, String * uriPrefix, MethodInfo * method)); DO_APP_FUNC(0x025BA510, void, HttpListenerPrefixCollection_CopyTo, (HttpListenerPrefixCollection * __this, String__Array * array, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x025BA5A0, void, HttpListenerPrefixCollection_CopyTo_1, (HttpListenerPrefixCollection * __this, Array * array, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x025BA620, IEnumerator_1_System_String_ *, HttpListenerPrefixCollection_GetEnumerator, (HttpListenerPrefixCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x025BA710, IEnumerator *, HttpListenerPrefixCollection_System_Collections_IEnumerable_GetEnumerator, (HttpListenerPrefixCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x025BA800, bool, HttpListenerPrefixCollection_Remove, (HttpListenerPrefixCollection * __this, String * uriPrefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7D60, HttpListenerPrefixCollection_Remove__MethodInfo); DO_APP_FUNC(0x025BA930, void, HttpListenerPrefixCollection__ctor_1, (HttpListenerPrefixCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7C08, HttpListenerPrefixCollection__ctor_1__MethodInfo); DO_APP_FUNC(0x025BA960, void, HttpListenerRequest__ctor, (HttpListenerRequest * __this, HttpListenerContext * context, MethodInfo * method)); DO_APP_FUNC(0x025BAB10, void, HttpListenerRequest_SetRequestLine, (HttpListenerRequest * __this, String * req, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7BE8, HttpListenerRequest_SetRequestLine__MethodInfo); DO_APP_FUNC(0x025BAFD0, void, HttpListenerRequest_CreateQueryString, (HttpListenerRequest * __this, String * query, MethodInfo * method)); DO_APP_FUNC(0x025BB3B0, bool, HttpListenerRequest_MaybeUri, (String * s, MethodInfo * method)); DO_APP_FUNC(0x025BB450, bool, HttpListenerRequest_IsPredefinedScheme, (String * scheme, MethodInfo * method)); DO_APP_FUNC(0x025BB720, bool, HttpListenerRequest_FinishInitialization, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025BC4B0, String *, HttpListenerRequest_Unquote, (String * str, MethodInfo * method)); DO_APP_FUNC(0x025BC530, void, HttpListenerRequest_AddHeader, (HttpListenerRequest * __this, String * header, MethodInfo * method)); DO_APP_FUNC(0x025BD230, bool, HttpListenerRequest_FlushInput, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String__Array *, HttpListenerRequest_get_AcceptTypes, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025BD4E0, int32_t, HttpListenerRequest_get_ClientCertificateError, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7BE0, HttpListenerRequest_get_ClientCertificateError__MethodInfo); DO_APP_FUNC(0x025BD5A0, Encoding *, HttpListenerRequest_get_ContentEncoding, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025BD620, int64_t, HttpListenerRequest_get_ContentLength64, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025BD640, String *, HttpListenerRequest_get_ContentType, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025BD6A0, CookieCollection *, HttpListenerRequest_get_Cookies, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025BD760, bool, HttpListenerRequest_get_HasEntityBody, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, NameValueCollection *, HttpListenerRequest_get_Headers, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, String *, HttpListenerRequest_get_HttpMethod, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025BD780, Stream *, HttpListenerRequest_get_InputStream, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, HttpListenerRequest_get_IsAuthenticated, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025BD890, bool, HttpListenerRequest_get_IsLocal, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025BD970, bool, HttpListenerRequest_get_IsSecureConnection, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025BD9A0, bool, HttpListenerRequest_get_KeepAlive, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025BDCB0, IPEndPoint *, HttpListenerRequest_get_LocalEndPoint, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, Version *, HttpListenerRequest_get_ProtocolVersion, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, NameValueCollection *, HttpListenerRequest_get_QueryString, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, String *, HttpListenerRequest_get_RawUrl, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025BDE00, IPEndPoint *, HttpListenerRequest_get_RemoteEndPoint, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025BDEA0, Guid, HttpListenerRequest_get_RequestTraceIdentifier, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, Uri *, HttpListenerRequest_get_Url, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7010, Uri *, HttpListenerRequest_get_UrlReferrer, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025BDEF0, String *, HttpListenerRequest_get_UserAgent, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025BDF50, String *, HttpListenerRequest_get_UserHostAddress, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025BDF90, String *, HttpListenerRequest_get_UserHostName, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, String__Array *, HttpListenerRequest_get_UserLanguages, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025BDFF0, IAsyncResult *, HttpListenerRequest_BeginGetClientCertificate, (HttpListenerRequest * __this, AsyncCallback * requestCallback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7B68, HttpListenerRequest_BeginGetClientCertificate__MethodInfo); DO_APP_FUNC(0x025BE1E0, X509Certificate2 *, HttpListenerRequest_EndGetClientCertificate, (HttpListenerRequest * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7B30, HttpListenerRequest_EndGetClientCertificate__MethodInfo); DO_APP_FUNC(0x025BE2C0, X509Certificate2 *, HttpListenerRequest_GetClientCertificate, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7B40, HttpListenerRequest_GetClientCertificate__MethodInfo); DO_APP_FUNC(0x003C94D0, String *, HttpListenerRequest_get_ServiceName, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025BE2F0, TransportContext *, HttpListenerRequest_get_TransportContext, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, HttpListenerRequest_get_IsWebSocketRequest, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025BE340, Task_1_System_Security_Cryptography_X509Certificates_X509Certificate2_ *, HttpListenerRequest_GetClientCertificateAsync, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025BE4A0, void, HttpListenerRequest__cctor, (MethodInfo * method)); DO_APP_FUNC(0x025BE640, void, HttpListenerRequest__ctor_1, (HttpListenerRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7B50, HttpListenerRequest__ctor_1__MethodInfo); DO_APP_FUNC(0x025BE6D0, ChannelBinding *, HttpListenerRequest_Context_GetChannelBinding, (HttpListenerRequest_Context * __this, ChannelBindingKind__Enum kind, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDCA40, HttpListenerRequest_Context_GetChannelBinding__MethodInfo); DO_APP_FUNC(0x003AC050, void, HttpListenerRequest_Context__ctor, (HttpListenerRequest_Context * __this, MethodInfo * method)); DO_APP_FUNC(0x00BADBA0, void, HttpListenerRequest_GCCDelegate__ctor, (HttpListenerRequest_GCCDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BADCD0, X509Certificate2 *, HttpListenerRequest_GCCDelegate_Invoke, (HttpListenerRequest_GCCDelegate * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5A50, IAsyncResult *, HttpListenerRequest_GCCDelegate_BeginInvoke, (HttpListenerRequest_GCCDelegate * __this, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, X509Certificate2 *, HttpListenerRequest_GCCDelegate_EndInvoke, (HttpListenerRequest_GCCDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x025BE720, void, HttpListenerResponse__ctor, (HttpListenerResponse * __this, HttpListenerContext * context, MethodInfo * method)); DO_APP_FUNC(0x00977540, bool, HttpListenerResponse_get_ForceCloseChunked, (HttpListenerResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x025BD5A0, Encoding *, HttpListenerResponse_get_ContentEncoding, (HttpListenerResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x025BE9C0, void, HttpListenerResponse_set_ContentEncoding, (HttpListenerResponse * __this, Encoding * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDCA70, HttpListenerResponse_set_ContentEncoding__MethodInfo); DO_APP_FUNC(0x003B93E0, int64_t, HttpListenerResponse_get_ContentLength64, (HttpListenerResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x025BEAF0, void, HttpListenerResponse_set_ContentLength64, (HttpListenerResponse * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDCA50, HttpListenerResponse_set_ContentLength64__MethodInfo); DO_APP_FUNC(0x003B9330, String *, HttpListenerResponse_get_ContentType, (HttpListenerResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x025BEC40, void, HttpListenerResponse_set_ContentType, (HttpListenerResponse * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDCA48, HttpListenerResponse_set_ContentType__MethodInfo); DO_APP_FUNC(0x025BED70, CookieCollection *, HttpListenerResponse_get_Cookies, (HttpListenerResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, HttpListenerResponse_set_Cookies, (HttpListenerResponse * __this, CookieCollection * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, WebHeaderCollection *, HttpListenerResponse_get_Headers, (HttpListenerResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, HttpListenerResponse_set_Headers, (HttpListenerResponse * __this, WebHeaderCollection * value, MethodInfo * method)); DO_APP_FUNC(0x00434A10, bool, HttpListenerResponse_get_KeepAlive, (HttpListenerResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x025BEE30, void, HttpListenerResponse_set_KeepAlive, (HttpListenerResponse * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC9C0, HttpListenerResponse_set_KeepAlive__MethodInfo); DO_APP_FUNC(0x025BEF10, Stream *, HttpListenerResponse_get_OutputStream, (HttpListenerResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, Version *, HttpListenerResponse_get_ProtocolVersion, (HttpListenerResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x025BEFA0, void, HttpListenerResponse_set_ProtocolVersion, (HttpListenerResponse * __this, Version * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC9B0, HttpListenerResponse_set_ProtocolVersion__MethodInfo); DO_APP_FUNC(0x003C6FF0, String *, HttpListenerResponse_get_RedirectLocation, (HttpListenerResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x025BF160, void, HttpListenerResponse_set_RedirectLocation, (HttpListenerResponse * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDCA00, HttpListenerResponse_set_RedirectLocation__MethodInfo); DO_APP_FUNC(0x009CAB20, bool, HttpListenerResponse_get_SendChunked, (HttpListenerResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x025BF290, void, HttpListenerResponse_set_SendChunked, (HttpListenerResponse * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC9F0, HttpListenerResponse_set_SendChunked__MethodInfo); DO_APP_FUNC(0x007666D0, int32_t, HttpListenerResponse_get_StatusCode, (HttpListenerResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x025BF370, void, HttpListenerResponse_set_StatusCode, (HttpListenerResponse * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC9E0, HttpListenerResponse_set_StatusCode__MethodInfo); DO_APP_FUNC(0x003C7010, String *, HttpListenerResponse_get_StatusDescription, (HttpListenerResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, HttpListenerResponse_set_StatusDescription, (HttpListenerResponse * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x025BF4D0, void, HttpListenerResponse_System_IDisposable_Dispose, (HttpListenerResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x025BF510, void, HttpListenerResponse_Abort, (HttpListenerResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x025BF550, void, HttpListenerResponse_AddHeader, (HttpListenerResponse * __this, String * name, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC8D8, HttpListenerResponse_AddHeader__MethodInfo); DO_APP_FUNC(0x025BF730, void, HttpListenerResponse_AppendCookie, (HttpListenerResponse * __this, Cookie * cookie, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC910, HttpListenerResponse_AppendCookie__MethodInfo); DO_APP_FUNC(0x025BF8C0, void, HttpListenerResponse_AppendHeader, (HttpListenerResponse * __this, String * name, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC8D0, HttpListenerResponse_AppendHeader__MethodInfo); DO_APP_FUNC(0x025BFAA0, void, HttpListenerResponse_Close, (HttpListenerResponse * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x025BFAD0, void, HttpListenerResponse_Close_1, (HttpListenerResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x025BFB10, void, HttpListenerResponse_Close_2, (HttpListenerResponse * __this, Byte__Array * responseEntity, bool willBlock, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC8C0, HttpListenerResponse_Close_2__MethodInfo); DO_APP_FUNC(0x025BFCD0, void, HttpListenerResponse_CopyFrom, (HttpListenerResponse * __this, HttpListenerResponse * templateResponse, MethodInfo * method)); DO_APP_FUNC(0x025BFE00, void, HttpListenerResponse_Redirect, (HttpListenerResponse * __this, String * url, MethodInfo * method)); DO_APP_FUNC(0x025BFE80, bool, HttpListenerResponse_FindCookie, (HttpListenerResponse * __this, Cookie * cookie, MethodInfo * method)); DO_APP_FUNC(0x025C0120, void, HttpListenerResponse_SendHeaders, (HttpListenerResponse * __this, bool closing, MemoryStream * ms, MethodInfo * method)); DO_APP_FUNC(0x025C0EF0, String *, HttpListenerResponse_FormatHeaders, (WebHeaderCollection * headers, MethodInfo * method)); DO_APP_FUNC(0x025C1180, String *, HttpListenerResponse_CookieToClientString, (Cookie * cookie, MethodInfo * method)); DO_APP_FUNC(0x025C14B0, String *, HttpListenerResponse_QuotedString, (Cookie * cookie, String * value, MethodInfo * method)); DO_APP_FUNC(0x025C1650, bool, HttpListenerResponse_IsToken, (String * value, MethodInfo * method)); DO_APP_FUNC(0x025C1760, void, HttpListenerResponse_SetCookie, (HttpListenerResponse * __this, Cookie * cookie, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC820, HttpListenerResponse_SetCookie__MethodInfo); DO_APP_FUNC(0x025C1950, void, HttpListenerResponse__cctor, (MethodInfo * method)); DO_APP_FUNC(0x025C1A00, void, HttpListenerResponse__ctor_1, (HttpListenerResponse * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC7F0, HttpListenerResponse__ctor_1__MethodInfo); DO_APP_FUNC(0x025C1A30, TimeSpan, HttpListenerTimeoutManager_get_EntityBody, (HttpListenerTimeoutManager * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC7E8, HttpListenerTimeoutManager_get_EntityBody__MethodInfo); DO_APP_FUNC(0x025C1A80, void, HttpListenerTimeoutManager_set_EntityBody, (HttpListenerTimeoutManager * __this, TimeSpan value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC7E0, HttpListenerTimeoutManager_set_EntityBody__MethodInfo); DO_APP_FUNC(0x025C1AD0, TimeSpan, HttpListenerTimeoutManager_get_DrainEntityBody, (HttpListenerTimeoutManager * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC810, HttpListenerTimeoutManager_get_DrainEntityBody__MethodInfo); DO_APP_FUNC(0x025C1B20, void, HttpListenerTimeoutManager_set_DrainEntityBody, (HttpListenerTimeoutManager * __this, TimeSpan value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC808, HttpListenerTimeoutManager_set_DrainEntityBody__MethodInfo); DO_APP_FUNC(0x025C1B70, TimeSpan, HttpListenerTimeoutManager_get_RequestQueue, (HttpListenerTimeoutManager * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC800, HttpListenerTimeoutManager_get_RequestQueue__MethodInfo); DO_APP_FUNC(0x025C1BC0, void, HttpListenerTimeoutManager_set_RequestQueue, (HttpListenerTimeoutManager * __this, TimeSpan value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC7F8, HttpListenerTimeoutManager_set_RequestQueue__MethodInfo); DO_APP_FUNC(0x025C1C10, TimeSpan, HttpListenerTimeoutManager_get_IdleConnection, (HttpListenerTimeoutManager * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC8A0, HttpListenerTimeoutManager_get_IdleConnection__MethodInfo); DO_APP_FUNC(0x025C1C60, void, HttpListenerTimeoutManager_set_IdleConnection, (HttpListenerTimeoutManager * __this, TimeSpan value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC890, HttpListenerTimeoutManager_set_IdleConnection__MethodInfo); DO_APP_FUNC(0x025C1CB0, TimeSpan, HttpListenerTimeoutManager_get_HeaderWait, (HttpListenerTimeoutManager * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC888, HttpListenerTimeoutManager_get_HeaderWait__MethodInfo); DO_APP_FUNC(0x025C1D00, void, HttpListenerTimeoutManager_set_HeaderWait, (HttpListenerTimeoutManager * __this, TimeSpan value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC880, HttpListenerTimeoutManager_set_HeaderWait__MethodInfo); DO_APP_FUNC(0x025C1D50, int64_t, HttpListenerTimeoutManager_get_MinSendBytesPerSecond, (HttpListenerTimeoutManager * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC8B8, HttpListenerTimeoutManager_get_MinSendBytesPerSecond__MethodInfo); DO_APP_FUNC(0x025C1DA0, void, HttpListenerTimeoutManager_set_MinSendBytesPerSecond, (HttpListenerTimeoutManager * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC8B0, HttpListenerTimeoutManager_set_MinSendBytesPerSecond__MethodInfo); DO_APP_FUNC(0x003AC050, void, HttpListenerTimeoutManager__ctor, (HttpListenerTimeoutManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HttpRequestCreator__ctor, (HttpRequestCreator * __this, MethodInfo * method)); DO_APP_FUNC(0x025C1DF0, WebRequest *, HttpRequestCreator_Create, (HttpRequestCreator * __this, Uri * uri, MethodInfo * method)); DO_APP_FUNC(0x025C1E60, void, HttpStreamAsyncResult_Complete, (HttpStreamAsyncResult * __this, Exception * e, MethodInfo * method)); DO_APP_FUNC(0x025C1EC0, void, HttpStreamAsyncResult_Complete_1, (HttpStreamAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, Object *, HttpStreamAsyncResult_get_AsyncState, (HttpStreamAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x025C2070, WaitHandle *, HttpStreamAsyncResult_get_AsyncWaitHandle, (HttpStreamAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x025C2290, bool, HttpStreamAsyncResult_get_CompletedSynchronously, (HttpStreamAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x025C22A0, bool, HttpStreamAsyncResult_get_IsCompleted, (HttpStreamAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x025C23F0, void, HttpStreamAsyncResult__ctor, (HttpStreamAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x025C2480, void, HttpWebRequest__cctor, (MethodInfo * method)); DO_APP_FUNC(0x025C2570, void, HttpWebRequest__ctor, (HttpWebRequest * __this, Uri * uri, MethodInfo * method)); DO_APP_FUNC(0x025C2B90, void, HttpWebRequest__ctor_1, (HttpWebRequest * __this, Uri * uri, MobileTlsProvider * tlsProvider, MonoTlsSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x025C2C70, void, HttpWebRequest__ctor_2, (HttpWebRequest * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC780, HttpWebRequest__ctor_2__MethodInfo); DO_APP_FUNC(0x025C2E20, void, HttpWebRequest_ResetAuthorization, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C2FC0, void, HttpWebRequest_SetSpecialHeaders, (HttpWebRequest * __this, String * HeaderName, String * value, MethodInfo * method)); DO_APP_FUNC(0x025C30B0, String *, HttpWebRequest_get_Accept, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C3110, void, HttpWebRequest_set_Accept, (HttpWebRequest * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, Uri *, HttpWebRequest_get_Address, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, HttpWebRequest_set_Address, (HttpWebRequest * __this, Uri * value, MethodInfo * method)); DO_APP_FUNC(0x004305B0, bool, HttpWebRequest_get_AllowAutoRedirect, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x004305C0, void, HttpWebRequest_set_AllowAutoRedirect, (HttpWebRequest * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0060FBA0, bool, HttpWebRequest_get_AllowWriteStreamBuffering, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x01F93380, void, HttpWebRequest_set_AllowWriteStreamBuffering, (HttpWebRequest * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00610690, bool, HttpWebRequest_get_AllowReadStreamBuffering, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x01F93390, void, HttpWebRequest_set_AllowReadStreamBuffering, (HttpWebRequest * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x025C3170, Exception *, HttpWebRequest_GetMustImplement, (MethodInfo * method)); DO_APP_FUNC(0x01D6A8F0, DecompressionMethods__Enum, HttpWebRequest_get_AutomaticDecompression, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C3200, void, HttpWebRequest_set_AutomaticDecompression, (HttpWebRequest * __this, DecompressionMethods__Enum value, MethodInfo * method)); DO_APP_FUNC(0x025C3230, bool, HttpWebRequest_get_InternalAllowBuffering, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C3240, bool, HttpWebRequest_get_MethodWithBuffer, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC900, MobileTlsProvider *, HttpWebRequest_get_TlsProvider, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC970, MonoTlsSettings *, HttpWebRequest_get_TlsSettings, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C3430, X509CertificateCollection *, HttpWebRequest_get_ClientCertificates, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C34F0, void, HttpWebRequest_set_ClientCertificates, (HttpWebRequest * __this, X509CertificateCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC7B0, HttpWebRequest_set_ClientCertificates__MethodInfo); DO_APP_FUNC(0x025C35B0, String *, HttpWebRequest_get_Connection, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C3610, void, HttpWebRequest_set_Connection, (HttpWebRequest * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC7B8, HttpWebRequest_set_Connection__MethodInfo); DO_APP_FUNC(0x003C5490, String *, HttpWebRequest_get_ConnectionGroupName, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, HttpWebRequest_set_ConnectionGroupName, (HttpWebRequest * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C7000, int64_t, HttpWebRequest_get_ContentLength, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C3800, void, HttpWebRequest_set_ContentLength, (HttpWebRequest * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC790, HttpWebRequest_set_ContentLength__MethodInfo); DO_APP_FUNC(0x01015EB0, void, HttpWebRequest_set_InternalContentLength, (HttpWebRequest * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01D6A9F0, bool, HttpWebRequest_get_ThrowOnError, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6AA00, void, HttpWebRequest_set_ThrowOnError, (HttpWebRequest * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x025C38A0, String *, HttpWebRequest_get_ContentType, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C3900, void, HttpWebRequest_set_ContentType, (HttpWebRequest * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C7010, HttpContinueDelegate *, HttpWebRequest_get_ContinueDelegate, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, HttpWebRequest_set_ContinueDelegate, (HttpWebRequest * __this, HttpContinueDelegate * value, MethodInfo * method)); DO_APP_FUNC(0x003C7020, CookieContainer *, HttpWebRequest_get_CookieContainer, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE20, void, HttpWebRequest_set_CookieContainer, (HttpWebRequest * __this, CookieContainer * value, MethodInfo * method)); DO_APP_FUNC(0x003C7030, ICredentials *, HttpWebRequest_get_Credentials, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, HttpWebRequest_set_Credentials, (HttpWebRequest * __this, ICredentials * value, MethodInfo * method)); DO_APP_FUNC(0x025C3950, DateTime, HttpWebRequest_get_Date, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C3C00, void, HttpWebRequest_set_Date, (HttpWebRequest * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x025C3E00, void, HttpWebRequest_SetDateHeaderHelper, (HttpWebRequest * __this, String * headerName, DateTime dateTime, MethodInfo * method)); DO_APP_FUNC(0x025C3FD0, int32_t, HttpWebRequest_get_DefaultMaximumErrorResponseLength, (MethodInfo * method)); DO_APP_FUNC(0x025C4030, void, HttpWebRequest_set_DefaultMaximumErrorResponseLength, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x025C4090, String *, HttpWebRequest_get_Expect, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C40F0, void, HttpWebRequest_set_Expect, (HttpWebRequest * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC6A0, HttpWebRequest_set_Expect__MethodInfo); DO_APP_FUNC(0x005FC5C0, bool, HttpWebRequest_get_HaveResponse, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90540, WebHeaderCollection *, HttpWebRequest_get_Headers, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C42A0, void, HttpWebRequest_set_Headers, (HttpWebRequest * __this, WebHeaderCollection * value, MethodInfo * method)); DO_APP_FUNC(0x025C4410, String *, HttpWebRequest_get_Host, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C45A0, void, HttpWebRequest_set_Host, (HttpWebRequest * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC718, HttpWebRequest_set_Host__MethodInfo); DO_APP_FUNC(0x025C4800, bool, HttpWebRequest_TryGetHostUri, (HttpWebRequest * __this, String * hostName, Uri * * hostUri, MethodInfo * method)); DO_APP_FUNC(0x025C48E0, DateTime, HttpWebRequest_get_IfModifiedSince, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C49E0, void, HttpWebRequest_set_IfModifiedSince, (HttpWebRequest * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x00977540, bool, HttpWebRequest_get_KeepAlive, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x00977550, void, HttpWebRequest_set_KeepAlive, (HttpWebRequest * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0185B660, int32_t, HttpWebRequest_get_MaximumAutomaticRedirections, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C4AF0, void, HttpWebRequest_set_MaximumAutomaticRedirections, (HttpWebRequest * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC700, HttpWebRequest_set_MaximumAutomaticRedirections__MethodInfo); DO_APP_FUNC(0x005E89C0, int32_t, HttpWebRequest_get_MaximumResponseHeadersLength, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C4B80, void, HttpWebRequest_set_MaximumResponseHeadersLength, (HttpWebRequest * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC6F0, HttpWebRequest_set_MaximumResponseHeadersLength__MethodInfo); DO_APP_FUNC(0x025C4C10, int32_t, HttpWebRequest_get_DefaultMaximumResponseHeadersLength, (MethodInfo * method)); DO_APP_FUNC(0x025C4C70, void, HttpWebRequest_set_DefaultMaximumResponseHeadersLength, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01CB3340, int32_t, HttpWebRequest_get_ReadWriteTimeout, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C4CD0, void, HttpWebRequest_set_ReadWriteTimeout, (HttpWebRequest * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC620, HttpWebRequest_set_ReadWriteTimeout__MethodInfo); DO_APP_FUNC(0x01D65370, int32_t, HttpWebRequest_get_ContinueTimeout, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C4D70, void, HttpWebRequest_set_ContinueTimeout, (HttpWebRequest * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC610, HttpWebRequest_set_ContinueTimeout__MethodInfo); DO_APP_FUNC(0x00605860, String *, HttpWebRequest_get_MediaType, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x00473A50, void, HttpWebRequest_set_MediaType, (HttpWebRequest * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BF700, String *, HttpWebRequest_get_Method, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C4E00, void, HttpWebRequest_set_Method, (HttpWebRequest * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC5D0, HttpWebRequest_set_Method__MethodInfo); DO_APP_FUNC(0x01E07ED0, bool, HttpWebRequest_get_Pipelined, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC9110, void, HttpWebRequest_set_Pipelined, (HttpWebRequest * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00682E30, bool, HttpWebRequest_get_PreAuthenticate, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x00682E20, void, HttpWebRequest_set_PreAuthenticate, (HttpWebRequest * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0070EC40, Version *, HttpWebRequest_get_ProtocolVersion, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C5270, void, HttpWebRequest_set_ProtocolVersion, (HttpWebRequest * __this, Version * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC5E0, HttpWebRequest_set_ProtocolVersion__MethodInfo); DO_APP_FUNC(0x00675FE0, IWebProxy *, HttpWebRequest_get_Proxy, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C5430, void, HttpWebRequest_set_Proxy, (HttpWebRequest * __this, IWebProxy * value, MethodInfo * method)); DO_APP_FUNC(0x025C5520, String *, HttpWebRequest_get_Referer, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C5580, void, HttpWebRequest_set_Referer, (HttpWebRequest * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Uri *, HttpWebRequest_get_RequestUri, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E290, bool, HttpWebRequest_get_SendChunked, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C5670, void, HttpWebRequest_set_SendChunked, (HttpWebRequest * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x025C56A0, ServicePoint *, HttpWebRequest_get_ServicePoint, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x009E4000, ServicePoint *, HttpWebRequest_get_ServicePointNoLock, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, HttpWebRequest_get_SupportsCookieContainer, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x003C2830, int32_t, HttpWebRequest_get_Timeout, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C56B0, void, HttpWebRequest_set_Timeout, (HttpWebRequest * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC668, HttpWebRequest_set_Timeout__MethodInfo); DO_APP_FUNC(0x025C5720, String *, HttpWebRequest_get_TransferEncoding, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C5780, void, HttpWebRequest_set_TransferEncoding, (HttpWebRequest * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC648, HttpWebRequest_set_TransferEncoding__MethodInfo); DO_APP_FUNC(0x025C5990, bool, HttpWebRequest_get_UseDefaultCredentials, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C5A10, void, HttpWebRequest_set_UseDefaultCredentials, (HttpWebRequest * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x025C5A50, String *, HttpWebRequest_get_UserAgent, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C5AB0, void, HttpWebRequest_set_UserAgent, (HttpWebRequest * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01D6AA10, bool, HttpWebRequest_get_UnsafeAuthenticatedConnectionSharing, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6AA20, void, HttpWebRequest_set_UnsafeAuthenticatedConnectionSharing, (HttpWebRequest * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x025C5B10, bool, HttpWebRequest_get_GotRequestStream, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65420, bool, HttpWebRequest_get_ExpectContinue, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65430, void, HttpWebRequest_set_ExpectContinue, (HttpWebRequest * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, Uri *, HttpWebRequest_get_AuthUri, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C5B20, bool, HttpWebRequest_get_ProxyQuery, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7780, ServerCertValidationCallback *, HttpWebRequest_get_ServerCertValidationCallback, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C5B50, RemoteCertificateValidationCallback *, HttpWebRequest_get_ServerCertificateValidationCallback, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C5B70, void, HttpWebRequest_set_ServerCertificateValidationCallback, (HttpWebRequest * __this, RemoteCertificateValidationCallback * value, MethodInfo * method)); DO_APP_FUNC(0x025C5CC0, ServicePoint *, HttpWebRequest_GetServicePoint, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C5EF0, void, HttpWebRequest_AddRange, (HttpWebRequest * __this, int32_t range, MethodInfo * method)); DO_APP_FUNC(0x025C5F40, void, HttpWebRequest_AddRange_1, (HttpWebRequest * __this, int32_t from, int32_t to, MethodInfo * method)); DO_APP_FUNC(0x025C5FB0, void, HttpWebRequest_AddRange_2, (HttpWebRequest * __this, String * rangeSpecifier, int32_t range, MethodInfo * method)); DO_APP_FUNC(0x025C5FC0, void, HttpWebRequest_AddRange_3, (HttpWebRequest * __this, String * rangeSpecifier, int32_t from, int32_t to, MethodInfo * method)); DO_APP_FUNC(0x025C5FE0, void, HttpWebRequest_AddRange_4, (HttpWebRequest * __this, int64_t range, MethodInfo * method)); DO_APP_FUNC(0x025C6030, void, HttpWebRequest_AddRange_5, (HttpWebRequest * __this, int64_t from, int64_t to, MethodInfo * method)); DO_APP_FUNC(0x025C60A0, void, HttpWebRequest_AddRange_6, (HttpWebRequest * __this, String * rangeSpecifier, int64_t range, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC538, HttpWebRequest_AddRange_6__MethodInfo); DO_APP_FUNC(0x025C6420, void, HttpWebRequest_AddRange_7, (HttpWebRequest * __this, String * rangeSpecifier, int64_t from, int64_t to, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC5C8, HttpWebRequest_AddRange_7__MethodInfo); DO_APP_FUNC(0x025C6730, WebOperation *, HttpWebRequest_SendRequest, (HttpWebRequest * __this, bool redirecting, BufferOffsetSize * writeBuffer, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC568, HttpWebRequest_SendRequest__MethodInfo); DO_APP_FUNC(0x025C6B20, Task_1_System_IO_Stream_ *, HttpWebRequest_MyGetRequestStreamAsync, (HttpWebRequest * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC590, HttpWebRequest_MyGetRequestStreamAsync__MethodInfo); DO_APP_FUNC(0x025C7260, IAsyncResult *, HttpWebRequest_BeginGetRequestStream, (HttpWebRequest * __this, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x025C7330, Stream *, HttpWebRequest_EndGetRequestStream, (HttpWebRequest * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC448, HttpWebRequest_EndGetRequestStream__MethodInfo); DO_APP_FUNC(0x025C7410, Stream *, HttpWebRequest_GetRequestStream, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC468, HttpWebRequest_GetRequestStream__MethodInfo); DO_APP_FUNC(0x025C7500, Stream *, HttpWebRequest_GetRequestStream_1, (HttpWebRequest * __this, TransportContext * * context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC460, HttpWebRequest_GetRequestStream_1__MethodInfo); DO_APP_FUNC(0x025C7550, Task_1_System_IO_Stream_ *, HttpWebRequest_GetRequestStreamAsync, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C75F0, Task_1_System_Net_HttpWebResponse_ *, HttpWebRequest_MyGetResponseAsync, (HttpWebRequest * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC380, HttpWebRequest_MyGetResponseAsync__MethodInfo); DO_APP_FUNC(0x025C77E0, Task_1_System_ValueTuple_5_ *, HttpWebRequest_GetResponseFromData, (HttpWebRequest * __this, WebResponseStream * stream, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025C7A50, Exception *, HttpWebRequest_FlattenException, (Exception * e, MethodInfo * method)); DO_APP_FUNC(0x025C7B60, WebException *, HttpWebRequest_GetWebException, (HttpWebRequest * __this, Exception * e, MethodInfo * method)); DO_APP_FUNC(0x025C7BE0, WebException *, HttpWebRequest_GetWebException_1, (Exception * e, bool aborted, MethodInfo * method)); DO_APP_FUNC(0x025C7DC0, WebException *, HttpWebRequest_CreateRequestAbortedException, (MethodInfo * method)); DO_APP_FUNC(0x025C7E90, IAsyncResult *, HttpWebRequest_BeginGetResponse, (HttpWebRequest * __this, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC368, HttpWebRequest_BeginGetResponse__MethodInfo); DO_APP_FUNC(0x025C80C0, WebResponse *, HttpWebRequest_EndGetResponse, (HttpWebRequest * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC390, HttpWebRequest_EndGetResponse__MethodInfo); DO_APP_FUNC(0x025C81A0, Stream *, HttpWebRequest_EndGetRequestStream_1, (HttpWebRequest * __this, IAsyncResult * asyncResult, TransportContext * * context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC428, HttpWebRequest_EndGetRequestStream_1__MethodInfo); DO_APP_FUNC(0x025C8280, WebResponse *, HttpWebRequest_GetResponse, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC440, HttpWebRequest_GetResponse__MethodInfo); DO_APP_FUNC(0x005D50F0, bool, HttpWebRequest_get_FinishedReading, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C8370, void, HttpWebRequest_set_FinishedReading, (HttpWebRequest * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00E6F920, bool, HttpWebRequest_get_Aborted, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C8380, void, HttpWebRequest_Abort, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C8580, void, HttpWebRequest_System_Runtime_Serialization_ISerializable_GetObjectData, (HttpWebRequest * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC3E0, HttpWebRequest_System_Runtime_Serialization_ISerializable_GetObjectData__MethodInfo); DO_APP_FUNC(0x025C85D0, void, HttpWebRequest_GetObjectData, (HttpWebRequest * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC3D0, HttpWebRequest_GetObjectData__MethodInfo); DO_APP_FUNC(0x025C8620, void, HttpWebRequest_CheckRequestStarted, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC410, HttpWebRequest_CheckRequestStarted__MethodInfo); DO_APP_FUNC(0x025C8690, void, HttpWebRequest_DoContinueDelegate, (HttpWebRequest * __this, int32_t statusCode, WebHeaderCollection * headers, MethodInfo * method)); DO_APP_FUNC(0x025C86B0, void, HttpWebRequest_RewriteRedirectToGet, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C87B0, bool, HttpWebRequest_Redirect, (HttpWebRequest * __this, HttpStatusCode__Enum code, WebResponse * response, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC2F0, HttpWebRequest_Redirect__MethodInfo); DO_APP_FUNC(0x025C8FB0, String *, HttpWebRequest_GetHeaders, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C9AD0, void, HttpWebRequest_DoPreAuthenticate, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025C9CF0, Byte__Array *, HttpWebRequest_GetRequestHeaders, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025CA270, ValueTuple_2_System_Net_WebOperation_Boolean_, HttpWebRequest_HandleNtlmAuth, (HttpWebRequest * __this, WebResponseStream * stream, HttpWebResponse * response, BufferOffsetSize * writeBuffer, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025CA540, bool, HttpWebRequest_CheckAuthorization, (HttpWebRequest * __this, WebResponse * response, HttpStatusCode__Enum code, MethodInfo * method)); DO_APP_FUNC(0x025CA570, ValueTuple_2_System_Threading_Tasks_Task_1_System_Net_WebException_, HttpWebRequest_GetRewriteHandler, (HttpWebRequest * __this, HttpWebResponse * response, bool redirect, MethodInfo * method)); DO_APP_FUNC(0x025CA7A0, ValueTuple_4_Boolean_Boolean_System_Threading_Tasks_Task_1_System_Net_WebException_, HttpWebRequest_CheckFinalStatus, (HttpWebRequest * __this, HttpWebResponse * response, MethodInfo * method)); DO_APP_FUNC(0x025CAD50, bool, HttpWebRequest_get_ReuseConnection, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x025CAD60, void, HttpWebRequest_set_ReuseConnection, (HttpWebRequest * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x025CAD70, StringBuilder *, HttpWebRequest_GenerateConnectionGroup, (String * connectionGroupName, bool unsafeConnectionGroup, bool isInternalGroup, MethodInfo * method)); DO_APP_FUNC(0x025CAE80, Task_1_System_Net_BufferOffsetSize_ *, HttpWebRequest__GetRewriteHandler_b__271_0, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC300, HttpWebRequest__GetRewriteHandler_b__271_0__MethodInfo); DO_APP_FUNC(0x025CB020, void, HttpWebRequest__ctor_3, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC260, HttpWebRequest__ctor_3__MethodInfo); DO_APP_FUNC(0x01AEAF40, bool, HttpWebRequest_AuthorizationState_get_IsCompleted, (HttpWebRequest_AuthorizationState * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, HttpWebRequest_NtlmAuthState__Enum, HttpWebRequest_AuthorizationState_get_NtlmAuthState, (HttpWebRequest_AuthorizationState * __this, MethodInfo * method)); DO_APP_FUNC(0x025CB050, bool, HttpWebRequest_AuthorizationState_get_IsNtlmAuthenticated, (HttpWebRequest_AuthorizationState * __this, MethodInfo * method)); DO_APP_FUNC(0x025CB070, void, HttpWebRequest_AuthorizationState__ctor, (HttpWebRequest_AuthorizationState * __this, HttpWebRequest * request, bool isProxy, MethodInfo * method)); DO_APP_FUNC(0x025CB0E0, bool, HttpWebRequest_AuthorizationState_CheckAuthorization, (HttpWebRequest_AuthorizationState * __this, WebResponse * response, HttpStatusCode__Enum code, MethodInfo * method)); DO_APP_FUNC(0x025CB500, void, HttpWebRequest_AuthorizationState_Reset, (HttpWebRequest_AuthorizationState * __this, MethodInfo * method)); DO_APP_FUNC(0x025CB5D0, String *, HttpWebRequest_AuthorizationState_ToString, (HttpWebRequest_AuthorizationState * __this, MethodInfo * method)); DO_APP_FUNC(0x025CB710, void, HttpWebRequest_MyGetResponseAsync_d_243_MoveNext, (HttpWebRequest_MyGetResponseAsync_d_243 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC180, HttpWebRequest_MyGetResponseAsync_d_243_MoveNext__MethodInfo); DO_APP_FUNC(0x025CD610, void, HttpWebRequest_MyGetResponseAsync_d_243_SetStateMachine, (HttpWebRequest_MyGetResponseAsync_d_243 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x025CD680, void, HttpWebRequest_GetResponseFromData_d_244_MoveNext, (HttpWebRequest_GetResponseFromData_d_244 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBFE0, HttpWebRequest_GetResponseFromData_d_244_MoveNext__MethodInfo); DO_APP_FUNC(0x025CE350, void, HttpWebRequest_GetResponseFromData_d_244_SetStateMachine, (HttpWebRequest_GetResponseFromData_d_244 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x025CE3C0, void, HttpWebRequest_GetRewriteHandler_b_271_0_d_MoveNext, (HttpWebRequest_GetRewriteHandler_b_271_0_d * __this, MethodInfo * method)); DO_APP_FUNC(0x025CE980, void, HttpWebRequest_GetRewriteHandler_b_271_0_d_SetStateMachine, (HttpWebRequest_GetRewriteHandler_b_271_0_d * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HttpWebResponse__ctor, (HttpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x025CE9F0, void, HttpWebResponse__ctor_1, (HttpWebResponse * __this, Uri * uri, String * method_1, HttpStatusCode__Enum status, WebHeaderCollection * headers, MethodInfo * method)); DO_APP_FUNC(0x025CEC30, void, HttpWebResponse__ctor_2, (HttpWebResponse * __this, Uri * uri, String * method_1, WebResponseStream * stream, CookieContainer * container, MethodInfo * method)); DO_APP_FUNC(0x025CF220, void, HttpWebResponse__ctor_3, (HttpWebResponse * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x025CF830, String *, HttpWebResponse_get_CharacterSet, (HttpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x025CFAF0, String *, HttpWebResponse_get_ContentEncoding, (HttpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, int64_t, HttpWebResponse_get_ContentLength, (HttpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x025CFB80, String *, HttpWebResponse_get_ContentType, (HttpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x025CFCE0, CookieCollection *, HttpWebResponse_get_Cookies, (HttpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x025CFDB0, void, HttpWebResponse_set_Cookies, (HttpWebResponse * __this, CookieCollection * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, WebHeaderCollection *, HttpWebResponse_get_Headers, (HttpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x025CFE20, Exception *, HttpWebResponse_GetMustImplement, (MethodInfo * method)); DO_APP_FUNC(0x025CFEB0, bool, HttpWebResponse_get_IsMutuallyAuthenticated, (HttpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBFA8, HttpWebResponse_get_IsMutuallyAuthenticated__MethodInfo); DO_APP_FUNC(0x025CFEE0, DateTime, HttpWebResponse_get_LastModified, (HttpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x025CFFA0, String *, HttpWebResponse_get_Method, (HttpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x025CFFC0, Version *, HttpWebResponse_get_ProtocolVersion, (HttpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x025CFFE0, Uri *, HttpWebResponse_get_ResponseUri, (HttpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x025D0000, String *, HttpWebResponse_get_Server, (HttpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5400, HttpStatusCode__Enum, HttpWebResponse_get_StatusCode, (HttpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x025D0090, String *, HttpWebResponse_get_StatusDescription, (HttpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, HttpWebResponse_get_SupportsHeaders, (HttpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x025D00B0, String *, HttpWebResponse_GetResponseHeader, (HttpWebResponse * __this, String * headerName, MethodInfo * method)); DO_APP_FUNC(0x025D0130, Stream *, HttpWebResponse_GetResponseStream, (HttpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x025792D0, void, HttpWebResponse_System_Runtime_Serialization_ISerializable_GetObjectData, (HttpWebResponse * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x025D02B0, void, HttpWebResponse_GetObjectData, (HttpWebResponse * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x025D0450, void, HttpWebResponse_Close, (HttpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x025D04C0, void, HttpWebResponse_System_IDisposable_Dispose, (HttpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x025D04E0, void, HttpWebResponse_Dispose, (HttpWebResponse * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x025D04F0, void, HttpWebResponse_CheckDisposed, (HttpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBF20, HttpWebResponse_CheckDisposed__MethodInfo); DO_APP_FUNC(0x025D0580, void, HttpWebResponse_FillCookies, (HttpWebResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x01772940, void, IPv6AddressFormatter__ctor, (IPv6AddressFormatter * __this, UInt16__Array * addr, int64_t scopeId, MethodInfo * method)); DO_APP_FUNC(0x01B7C950, uint16_t, IPv6AddressFormatter_SwapUShort, (uint16_t number, MethodInfo * method)); DO_APP_FUNC(0x025D0770, uint32_t, IPv6AddressFormatter_AsIPv4Int, (IPv6AddressFormatter * __this, MethodInfo * method)); DO_APP_FUNC(0x025D07C0, bool, IPv6AddressFormatter_IsIPv4Compatible, (IPv6AddressFormatter * __this, MethodInfo * method)); DO_APP_FUNC(0x025D0850, bool, IPv6AddressFormatter_IsIPv4Mapped, (IPv6AddressFormatter * __this, MethodInfo * method)); DO_APP_FUNC(0x025D08B0, String *, IPv6AddressFormatter_ToString, (IPv6AddressFormatter * __this, MethodInfo * method)); DO_APP_FUNC(0x025D0C30, void, ListenerAsyncResult__ctor, (ListenerAsyncResult * __this, AsyncCallback * cb, Object * state, MethodInfo * method)); DO_APP_FUNC(0x025D0D90, void, ListenerAsyncResult_Complete, (ListenerAsyncResult * __this, Exception * exc, MethodInfo * method)); DO_APP_FUNC(0x025D1080, void, ListenerAsyncResult_InvokeCallback, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBE58, ListenerAsyncResult_InvokeCallback__MethodInfo); DO_APP_FUNC(0x025D1150, void, ListenerAsyncResult_Complete_1, (ListenerAsyncResult * __this, HttpListenerContext * context, MethodInfo * method)); DO_APP_FUNC(0x025D1160, void, ListenerAsyncResult_Complete_2, (ListenerAsyncResult * __this, HttpListenerContext * context, bool synch, MethodInfo * method)); DO_APP_FUNC(0x025D1920, HttpListenerContext *, ListenerAsyncResult_GetContext, (ListenerAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBEB0, ListenerAsyncResult_GetContext__MethodInfo); DO_APP_FUNC(0x025D1980, Object *, ListenerAsyncResult_get_AsyncState, (ListenerAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x025D19A0, WaitHandle *, ListenerAsyncResult_get_AsyncWaitHandle, (ListenerAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x025D1BF0, bool, ListenerAsyncResult_get_CompletedSynchronously, (ListenerAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x025D1C10, bool, ListenerAsyncResult_get_IsCompleted, (ListenerAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x025D1D80, void, ListenerAsyncResult__cctor, (MethodInfo * method)); DO_APP_FUNC(0x025D1E60, void, ListenerPrefix__ctor, (ListenerPrefix * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, ListenerPrefix_ToString, (ListenerPrefix * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, IPAddress__Array *, ListenerPrefix_get_Addresses, (ListenerPrefix * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, ListenerPrefix_set_Addresses, (ListenerPrefix * __this, IPAddress__Array * value, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, ListenerPrefix_get_Secure, (ListenerPrefix * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, ListenerPrefix_get_Host, (ListenerPrefix * __this, MethodInfo * method)); DO_APP_FUNC(0x012D0730, int32_t, ListenerPrefix_get_Port, (ListenerPrefix * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, ListenerPrefix_get_Path, (ListenerPrefix * __this, MethodInfo * method)); DO_APP_FUNC(0x025D1EC0, bool, ListenerPrefix_Equals, (ListenerPrefix * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x00ACA570, int32_t, ListenerPrefix_GetHashCode, (ListenerPrefix * __this, MethodInfo * method)); DO_APP_FUNC(0x025D1F70, void, ListenerPrefix_Parse, (ListenerPrefix * __this, String * uri, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBE78, ListenerPrefix_Parse__MethodInfo); DO_APP_FUNC(0x025D23C0, void, ListenerPrefix_CheckUri, (String * uri, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBD20, ListenerPrefix_CheckUri__MethodInfo); DO_APP_FUNC(0x025D2800, void, MonoChunkParser__ctor, (MonoChunkParser * __this, WebHeaderCollection * headers, MethodInfo * method)); DO_APP_FUNC(0x025D29A0, void, MonoChunkParser_WriteAndReadBack, (MonoChunkParser * __this, Byte__Array * buffer, int32_t offset, int32_t size, int32_t * read, MethodInfo * method)); DO_APP_FUNC(0x025D2A20, int32_t, MonoChunkParser_Read, (MonoChunkParser * __this, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x025D2A30, int32_t, MonoChunkParser_ReadFromChunks, (MonoChunkParser * __this, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x025D2D80, void, MonoChunkParser_Write, (MonoChunkParser * __this, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x025D2DB0, void, MonoChunkParser_InternalWrite, (MonoChunkParser * __this, Byte__Array * buffer, int32_t * offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x025D30B0, bool, MonoChunkParser_get_WantMore, (MonoChunkParser * __this, MethodInfo * method)); DO_APP_FUNC(0x025D30D0, bool, MonoChunkParser_get_DataAvailable, (MonoChunkParser * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, MonoChunkParser_get_TotalDataSize, (MonoChunkParser * __this, MethodInfo * method)); DO_APP_FUNC(0x025D31E0, int32_t, MonoChunkParser_get_ChunkLeft, (MonoChunkParser * __this, MethodInfo * method)); DO_APP_FUNC(0x025D31F0, MonoChunkParser_State__Enum, MonoChunkParser_ReadBody, (MonoChunkParser * __this, Byte__Array * buffer, int32_t * offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x025D3360, MonoChunkParser_State__Enum, MonoChunkParser_GetChunkSize, (MonoChunkParser * __this, Byte__Array * buffer, int32_t * offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x025D3630, String *, MonoChunkParser_RemoveChunkExtension, (String * input, MethodInfo * method)); DO_APP_FUNC(0x025D3680, MonoChunkParser_State__Enum, MonoChunkParser_ReadCRLF, (MonoChunkParser * __this, Byte__Array * buffer, int32_t * offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x025D3760, MonoChunkParser_State__Enum, MonoChunkParser_ReadTrailer, (MonoChunkParser * __this, Byte__Array * buffer, int32_t * offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x025D3CC0, void, MonoChunkParser_ThrowProtocolViolation, (String * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBC68, MonoChunkParser_ThrowProtocolViolation__MethodInfo); DO_APP_FUNC(0x003BABE0, void, MonoChunkParser_Chunk__ctor, (MonoChunkParser_Chunk * __this, Byte__Array * chunk, MethodInfo * method)); DO_APP_FUNC(0x025D3D30, int32_t, MonoChunkParser_Chunk_Read, (MonoChunkParser_Chunk * __this, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x003C5390, WebHeaderCollection *, MonoChunkStream_get_Headers, (MonoChunkStream * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, MonoChunkParser *, MonoChunkStream_get_Decoder, (MonoChunkStream * __this, MethodInfo * method)); DO_APP_FUNC(0x025D3DA0, void, MonoChunkStream__ctor, (MonoChunkStream * __this, WebOperation * operation, Stream * innerStream, WebHeaderCollection * headers, MethodInfo * method)); DO_APP_FUNC(0x025D3EE0, Task_1_System_Int32_ *, MonoChunkStream_ProcessReadAsync, (MonoChunkStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025D4160, Task *, MonoChunkStream_FinishReading, (MonoChunkStream * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025D4380, void, MonoChunkStream_ThrowExpectingChunkTrailer, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBC28, MonoChunkStream_ThrowExpectingChunkTrailer__MethodInfo); DO_APP_FUNC(0x025D43F0, Task *, MonoChunkStream___n__0, (MonoChunkStream * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025D44D0, void, MonoChunkStream_ProcessReadAsync_d_7_MoveNext, (MonoChunkStream_ProcessReadAsync_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x025D49C0, void, MonoChunkStream_ProcessReadAsync_d_7_SetStateMachine, (MonoChunkStream_ProcessReadAsync_d_7 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x025D4A30, void, MonoChunkStream_FinishReading_d_8_MoveNext, (MonoChunkStream_FinishReading_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x025D5130, void, MonoChunkStream_FinishReading_d_8_SetStateMachine, (MonoChunkStream_FinishReading_d_8 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x025D5190, DateTime, MonoHttpDate_Parse, (String * dateStr, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MonoHttpDate__ctor, (MonoHttpDate * __this, MethodInfo * method)); DO_APP_FUNC(0x025D5300, void, MonoHttpDate__cctor, (MethodInfo * method)); DO_APP_FUNC(0x025D5650, void, NetConfig__ctor, (NetConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x01AF5290, Object *, NetConfig_System_ICloneable_Clone, (NetConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x025D5660, void, NtlmClient_1__ctor, (NtlmClient_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x025D56F0, Authorization *, NtlmClient_1_Authenticate, (NtlmClient_1 * __this, String * challenge, WebRequest * webRequest, ICredentials * credentials, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Authorization *, NtlmClient_1_PreAuthenticate, (NtlmClient_1 * __this, WebRequest * webRequest, ICredentials * credentials, MethodInfo * method)); DO_APP_FUNC(0x025D5770, String *, NtlmClient_1_get_AuthenticationType, (NtlmClient_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, NtlmClient_1_get_CanPreAuthenticate, (NtlmClient_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x025D57B0, void, RequestStream__ctor, (RequestStream * __this, Stream * stream, Byte__Array * buffer, int32_t offset, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x025D57E0, void, RequestStream__ctor_1, (RequestStream * __this, Stream * stream, Byte__Array * buffer, int32_t offset, int32_t length, int64_t contentlength, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, RequestStream_get_CanRead, (RequestStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, RequestStream_get_CanSeek, (RequestStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, RequestStream_get_CanWrite, (RequestStream * __this, MethodInfo * method)); DO_APP_FUNC(0x025D5910, int64_t, RequestStream_get_Length, (RequestStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBB20, RequestStream_get_Length__MethodInfo); DO_APP_FUNC(0x025D5960, int64_t, RequestStream_get_Position, (RequestStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBB18, RequestStream_get_Position__MethodInfo); DO_APP_FUNC(0x025D59B0, void, RequestStream_set_Position, (RequestStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBB08, RequestStream_set_Position__MethodInfo); DO_APP_FUNC(0x00A73BB0, void, RequestStream_Close, (RequestStream * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RequestStream_Flush, (RequestStream * __this, MethodInfo * method)); DO_APP_FUNC(0x025D5A00, int32_t, RequestStream_FillFromBuffer, (RequestStream * __this, Byte__Array * buffer, int32_t off, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBB40, RequestStream_FillFromBuffer__MethodInfo); DO_APP_FUNC(0x025D5D40, int32_t, RequestStream_Read, (RequestStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBB28, RequestStream_Read__MethodInfo); DO_APP_FUNC(0x025D5E60, IAsyncResult *, RequestStream_BeginRead, (RequestStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * cback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBBD8, RequestStream_BeginRead__MethodInfo); DO_APP_FUNC(0x025D6170, int32_t, RequestStream_EndRead, (RequestStream * __this, IAsyncResult * ares, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBC18, RequestStream_EndRead__MethodInfo); DO_APP_FUNC(0x025D63A0, int64_t, RequestStream_Seek, (RequestStream * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBBF8, RequestStream_Seek__MethodInfo); DO_APP_FUNC(0x025D63F0, void, RequestStream_SetLength, (RequestStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBBA0, RequestStream_SetLength__MethodInfo); DO_APP_FUNC(0x025D6440, void, RequestStream_Write, (RequestStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBB90, RequestStream_Write__MethodInfo); DO_APP_FUNC(0x025D6490, IAsyncResult *, RequestStream_BeginWrite, (RequestStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * cback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBB80, RequestStream_BeginWrite__MethodInfo); DO_APP_FUNC(0x025D64E0, void, RequestStream_EndWrite, (RequestStream * __this, IAsyncResult * async_result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBB70, RequestStream_EndWrite__MethodInfo); DO_APP_FUNC(0x025D6530, void, ResponseStream__ctor, (ResponseStream * __this, Stream * stream, HttpListenerResponse * response, bool ignore_errors, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ResponseStream_get_CanRead, (ResponseStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ResponseStream_get_CanSeek, (ResponseStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ResponseStream_get_CanWrite, (ResponseStream * __this, MethodInfo * method)); DO_APP_FUNC(0x025D6640, int64_t, ResponseStream_get_Length, (ResponseStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBBC0, ResponseStream_get_Length__MethodInfo); DO_APP_FUNC(0x025D6690, int64_t, ResponseStream_get_Position, (ResponseStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBBB0, ResponseStream_get_Position__MethodInfo); DO_APP_FUNC(0x025D66E0, void, ResponseStream_set_Position, (ResponseStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBA70, ResponseStream_set_Position__MethodInfo); DO_APP_FUNC(0x025D6730, void, ResponseStream_Close, (ResponseStream * __this, MethodInfo * method)); DO_APP_FUNC(0x025D6980, MemoryStream *, ResponseStream_GetHeaders, (ResponseStream * __this, bool closing, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ResponseStream_Flush, (ResponseStream * __this, MethodInfo * method)); DO_APP_FUNC(0x025D6BC0, Byte__Array *, ResponseStream_GetChunkSizeBytes, (int32_t size, bool final_1, MethodInfo * method)); DO_APP_FUNC(0x025D6CD0, void, ResponseStream_InternalWrite, (ResponseStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x025D6D40, void, ResponseStream_Write, (ResponseStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBA28, ResponseStream_Write__MethodInfo); DO_APP_FUNC(0x025D7080, IAsyncResult *, ResponseStream_BeginWrite, (ResponseStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * cback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBA40, ResponseStream_BeginWrite__MethodInfo); DO_APP_FUNC(0x025D7300, void, ResponseStream_EndWrite, (ResponseStream * __this, IAsyncResult * ares, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBAE8, ResponseStream_EndWrite__MethodInfo); DO_APP_FUNC(0x025D7500, int32_t, ResponseStream_Read, (ResponseStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBAD8, ResponseStream_Read__MethodInfo); DO_APP_FUNC(0x025D7550, IAsyncResult *, ResponseStream_BeginRead, (ResponseStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * cback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBAD0, ResponseStream_BeginRead__MethodInfo); DO_APP_FUNC(0x025D75A0, int32_t, ResponseStream_EndRead, (ResponseStream * __this, IAsyncResult * ares, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBAC8, ResponseStream_EndRead__MethodInfo); DO_APP_FUNC(0x025D75F0, int64_t, ResponseStream_Seek, (ResponseStream * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBAF8, ResponseStream_Seek__MethodInfo); DO_APP_FUNC(0x025D7640, void, ResponseStream_SetLength, (ResponseStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBAF0, ResponseStream_SetLength__MethodInfo); DO_APP_FUNC(0x025D7690, void, ResponseStream__cctor, (MethodInfo * method)); DO_APP_FUNC(0x025D7770, void, ServicePoint__ctor, (ServicePoint * __this, ServicePointManager_SPKey * key, Uri * uri, int32_t connectionLimit, int32_t maxIdleTime, MethodInfo * method)); DO_APP_FUNC(0x003C7000, ServicePointManager_SPKey *, ServicePoint_get_Key, (ServicePoint * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7010, ServicePointScheduler *, ServicePoint_get_Scheduler, (ServicePoint * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, ServicePoint_set_Scheduler, (ServicePoint * __this, ServicePointScheduler * value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Uri *, ServicePoint_get_Address, (ServicePoint * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, BindIPEndPoint *, ServicePoint_get_BindIPEndPointDelegate, (ServicePoint * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, ServicePoint_set_BindIPEndPointDelegate, (ServicePoint * __this, BindIPEndPoint * value, MethodInfo * method)); DO_APP_FUNC(0x00764A50, int32_t, ServicePoint_get_ConnectionLeaseTimeout, (ServicePoint * __this, MethodInfo * method)); DO_APP_FUNC(0x025D7990, void, ServicePoint_set_ConnectionLeaseTimeout, (ServicePoint * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBAA0, ServicePoint_set_ConnectionLeaseTimeout__MethodInfo); DO_APP_FUNC(0x00AC7870, int32_t, ServicePoint_get_ConnectionLimit, (ServicePoint * __this, MethodInfo * method)); DO_APP_FUNC(0x025D7A00, void, ServicePoint_set_ConnectionLimit, (ServicePoint * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x025D7A90, String *, ServicePoint_get_ConnectionName, (ServicePoint * __this, MethodInfo * method)); DO_APP_FUNC(0x025D7AB0, int32_t, ServicePoint_get_CurrentConnections, (ServicePoint * __this, MethodInfo * method)); DO_APP_FUNC(0x025D7AE0, DateTime, ServicePoint_get_IdleSince, (ServicePoint * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07B50, int32_t, ServicePoint_get_MaxIdleTime, (ServicePoint * __this, MethodInfo * method)); DO_APP_FUNC(0x025D7BC0, void, ServicePoint_set_MaxIdleTime, (ServicePoint * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Version *, ServicePoint_get_ProtocolVersion, (ServicePoint * __this, MethodInfo * method)); DO_APP_FUNC(0x007661F0, int32_t, ServicePoint_get_ReceiveBufferSize, (ServicePoint * __this, MethodInfo * method)); DO_APP_FUNC(0x025D7C50, void, ServicePoint_set_ReceiveBufferSize, (ServicePoint * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBAB8, ServicePoint_set_ReceiveBufferSize__MethodInfo); DO_APP_FUNC(0x025D7CC0, bool, ServicePoint_get_SupportsPipelining, (ServicePoint * __this, MethodInfo * method)); DO_APP_FUNC(0x025D7D70, bool, ServicePoint_get_Expect100Continue, (ServicePoint * __this, MethodInfo * method)); DO_APP_FUNC(0x01D132E0, void, ServicePoint_set_Expect100Continue, (ServicePoint * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x008FC900, bool, ServicePoint_get_UseNagleAlgorithm, (ServicePoint * __this, MethodInfo * method)); DO_APP_FUNC(0x00985F10, void, ServicePoint_set_UseNagleAlgorithm, (ServicePoint * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x025D7D80, bool, ServicePoint_get_SendContinue, (ServicePoint * __this, MethodInfo * method)); DO_APP_FUNC(0x01D132E0, void, ServicePoint_set_SendContinue, (ServicePoint * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x025D7E40, void, ServicePoint_SetTcpKeepAlive, (ServicePoint * __this, bool enabled, int32_t keepAliveTime, int32_t keepAliveInterval, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB998, ServicePoint_SetTcpKeepAlive__MethodInfo); DO_APP_FUNC(0x025D7F40, void, ServicePoint_KeepAliveSetup, (ServicePoint * __this, Socket * socket, MethodInfo * method)); DO_APP_FUNC(0x025D8170, void, ServicePoint_PutBytes, (Byte__Array * bytes, uint32_t v, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, ServicePoint_get_UsesProxy, (ServicePoint * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88980, void, ServicePoint_set_UsesProxy, (ServicePoint * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x004C5F30, bool, ServicePoint_get_UseConnect, (ServicePoint * __this, MethodInfo * method)); DO_APP_FUNC(0x0066A960, void, ServicePoint_set_UseConnect, (ServicePoint * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x025D8290, bool, ServicePoint_get_HasTimedOut, (ServicePoint * __this, MethodInfo * method)); DO_APP_FUNC(0x025D8410, IPHostEntry *, ServicePoint_get_HostEntry, (ServicePoint * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ServicePoint_SetVersion, (ServicePoint * __this, Version * version, MethodInfo * method)); DO_APP_FUNC(0x025D8B30, void, ServicePoint_SendRequest, (ServicePoint * __this, WebOperation * operation, String * groupName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB9F0, ServicePoint_SendRequest__MethodInfo); DO_APP_FUNC(0x025D8D30, bool, ServicePoint_CloseConnectionGroup, (ServicePoint * __this, String * connectionGroupName, MethodInfo * method)); DO_APP_FUNC(0x025D9030, void, ServicePoint_FreeServicePoint, (ServicePoint * __this, MethodInfo * method)); DO_APP_FUNC(0x025D9090, X509Certificate *, ServicePoint_get_Certificate, (ServicePoint * __this, MethodInfo * method)); DO_APP_FUNC(0x025D9290, void, ServicePoint_UpdateServerCertificate, (ServicePoint * __this, X509Certificate * certificate, MethodInfo * method)); DO_APP_FUNC(0x025D9390, X509Certificate *, ServicePoint_get_ClientCertificate, (ServicePoint * __this, MethodInfo * method)); DO_APP_FUNC(0x025D9590, void, ServicePoint_UpdateClientCertificate, (ServicePoint * __this, X509Certificate * certificate, MethodInfo * method)); DO_APP_FUNC(0x025D9690, bool, ServicePoint_CallEndPointDelegate, (ServicePoint * __this, Socket * sock, IPEndPoint * remote, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBA10, ServicePoint_CallEndPointDelegate__MethodInfo); DO_APP_FUNC(0x025D9760, void, ServicePoint__ctor_1, (ServicePoint * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB9B8, ServicePoint__ctor_1__MethodInfo); DO_APP_FUNC(0x025D9790, void, ServicePointManager__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ServicePointManager__ctor, (ServicePointManager * __this, MethodInfo * method)); DO_APP_FUNC(0x025D9900, ICertificatePolicy *, ServicePointManager_get_CertificatePolicy, (MethodInfo * method)); DO_APP_FUNC(0x025D9A20, void, ServicePointManager_set_CertificatePolicy, (ICertificatePolicy * value, MethodInfo * method)); DO_APP_FUNC(0x025D9AE0, ICertificatePolicy *, ServicePointManager_GetLegacyCertificatePolicy, (MethodInfo * method)); DO_APP_FUNC(0x025D9B40, bool, ServicePointManager_get_CheckCertificateRevocationList, (MethodInfo * method)); DO_APP_FUNC(0x025D9BA0, void, ServicePointManager_set_CheckCertificateRevocationList, (bool value, MethodInfo * method)); DO_APP_FUNC(0x025D9C00, int32_t, ServicePointManager_get_DefaultConnectionLimit, (MethodInfo * method)); DO_APP_FUNC(0x025D9C60, void, ServicePointManager_set_DefaultConnectionLimit, (int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB8D0, ServicePointManager_set_DefaultConnectionLimit__MethodInfo); DO_APP_FUNC(0x025D9D10, Exception *, ServicePointManager_GetMustImplement, (MethodInfo * method)); DO_APP_FUNC(0x025D9DA0, int32_t, ServicePointManager_get_DnsRefreshTimeout, (MethodInfo * method)); DO_APP_FUNC(0x025D9E00, void, ServicePointManager_set_DnsRefreshTimeout, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x025D9EB0, bool, ServicePointManager_get_EnableDnsRoundRobin, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB920, ServicePointManager_get_EnableDnsRoundRobin__MethodInfo); DO_APP_FUNC(0x025D9EF0, void, ServicePointManager_set_EnableDnsRoundRobin, (bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB918, ServicePointManager_set_EnableDnsRoundRobin__MethodInfo); DO_APP_FUNC(0x025D9F30, int32_t, ServicePointManager_get_MaxServicePointIdleTime, (MethodInfo * method)); DO_APP_FUNC(0x025D9F90, void, ServicePointManager_set_MaxServicePointIdleTime, (int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB900, ServicePointManager_set_MaxServicePointIdleTime__MethodInfo); DO_APP_FUNC(0x025DA040, int32_t, ServicePointManager_get_MaxServicePoints, (MethodInfo * method)); DO_APP_FUNC(0x025DA0A0, void, ServicePointManager_set_MaxServicePoints, (int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB910, ServicePointManager_set_MaxServicePoints__MethodInfo); DO_APP_FUNC(0x00418D40, bool, ServicePointManager_get_ReusePort, (MethodInfo * method)); DO_APP_FUNC(0x025DA150, void, ServicePointManager_set_ReusePort, (bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB908, ServicePointManager_set_ReusePort__MethodInfo); DO_APP_FUNC(0x025DA1A0, SecurityProtocolType__Enum, ServicePointManager_get_SecurityProtocol, (MethodInfo * method)); DO_APP_FUNC(0x025DA200, void, ServicePointManager_set_SecurityProtocol, (SecurityProtocolType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x025DA260, ServerCertValidationCallback *, ServicePointManager_get_ServerCertValidationCallback, (MethodInfo * method)); DO_APP_FUNC(0x025DA2C0, RemoteCertificateValidationCallback *, ServicePointManager_get_ServerCertificateValidationCallback, (MethodInfo * method)); DO_APP_FUNC(0x025DA350, void, ServicePointManager_set_ServerCertificateValidationCallback, (RemoteCertificateValidationCallback * value, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, EncryptionPolicy__Enum, ServicePointManager_get_EncryptionPolicy, (MethodInfo * method)); DO_APP_FUNC(0x025DA500, bool, ServicePointManager_get_Expect100Continue, (MethodInfo * method)); DO_APP_FUNC(0x025DA560, void, ServicePointManager_set_Expect100Continue, (bool value, MethodInfo * method)); DO_APP_FUNC(0x025DA5C0, bool, ServicePointManager_get_UseNagleAlgorithm, (MethodInfo * method)); DO_APP_FUNC(0x025DA620, void, ServicePointManager_set_UseNagleAlgorithm, (bool value, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ServicePointManager_get_DisableStrongCrypto, (MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ServicePointManager_get_DisableSendAuxRecord, (MethodInfo * method)); DO_APP_FUNC(0x025DA680, void, ServicePointManager_SetTcpKeepAlive, (bool enabled, int32_t keepAliveTime, int32_t keepAliveInterval, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB8B0, ServicePointManager_SetTcpKeepAlive__MethodInfo); DO_APP_FUNC(0x025DA7F0, ServicePoint *, ServicePointManager_FindServicePoint, (Uri * address, MethodInfo * method)); DO_APP_FUNC(0x025DA850, ServicePoint *, ServicePointManager_FindServicePoint_1, (String * uriString, IWebProxy * proxy, MethodInfo * method)); DO_APP_FUNC(0x025DA960, ServicePoint *, ServicePointManager_FindServicePoint_2, (Uri * address, IWebProxy * proxy, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB870, ServicePointManager_FindServicePoint_2__MethodInfo); DO_APP_FUNC(0x025DB570, void, ServicePointManager_CloseConnectionGroup, (String * connectionGroupName, MethodInfo * method)); DO_APP_FUNC(0x025DB940, void, ServicePointManager_RemoveServicePoint, (ServicePoint * sp, MethodInfo * method)); DO_APP_FUNC(0x025DBA70, CipherSuitesCallback *, ServicePointManager_get_ClientCipherSuitesCallback, (MethodInfo * method)); DO_APP_FUNC(0x025DBAD0, void, ServicePointManager_set_ClientCipherSuitesCallback, (CipherSuitesCallback * value, MethodInfo * method)); DO_APP_FUNC(0x025DBB90, CipherSuitesCallback *, ServicePointManager_get_ServerCipherSuitesCallback, (MethodInfo * method)); DO_APP_FUNC(0x025DBBF0, void, ServicePointManager_set_ServerCipherSuitesCallback, (CipherSuitesCallback * value, MethodInfo * method)); DO_APP_FUNC(0x01A822F0, void, ServicePointManager_SPKey__ctor, (ServicePointManager_SPKey * __this, Uri * uri, Uri * proxy, bool use_connect, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Uri *, ServicePointManager_SPKey_get_Uri, (ServicePointManager_SPKey * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, ServicePointManager_SPKey_get_UseConnect, (ServicePointManager_SPKey * __this, MethodInfo * method)); DO_APP_FUNC(0x025DBCB0, bool, ServicePointManager_SPKey_get_UsesProxy, (ServicePointManager_SPKey * __this, MethodInfo * method)); DO_APP_FUNC(0x025DBD00, int32_t, ServicePointManager_SPKey_GetHashCode, (ServicePointManager_SPKey * __this, MethodInfo * method)); DO_APP_FUNC(0x025DBDD0, bool, ServicePointManager_SPKey_Equals, (ServicePointManager_SPKey * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01611B50, void, CipherSuitesCallback__ctor, (CipherSuitesCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, IEnumerable_1_System_String_ *, CipherSuitesCallback_Invoke, (CipherSuitesCallback * __this, SecurityProtocolType__Enum protocol, IEnumerable_1_System_String_ * allCiphers, MethodInfo * method)); DO_APP_FUNC(0x025DBF00, IAsyncResult *, CipherSuitesCallback_BeginInvoke, (CipherSuitesCallback * __this, SecurityProtocolType__Enum protocol, IEnumerable_1_System_String_ * allCiphers, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, IEnumerable_1_System_String_ *, CipherSuitesCallback_EndInvoke, (CipherSuitesCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, ServicePoint *, ServicePointScheduler_get_ServicePoint, (ServicePointScheduler * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ServicePointScheduler_set_ServicePoint, (ServicePointScheduler * __this, ServicePoint * value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, ServicePointScheduler_get_MaxIdleTime, (ServicePointScheduler * __this, MethodInfo * method)); DO_APP_FUNC(0x025DBF90, void, ServicePointScheduler_set_MaxIdleTime, (ServicePointScheduler * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB7D8, ServicePointScheduler_set_MaxIdleTime__MethodInfo); DO_APP_FUNC(0x00A528F0, int32_t, ServicePointScheduler_get_ConnectionLimit, (ServicePointScheduler * __this, MethodInfo * method)); DO_APP_FUNC(0x025DC000, void, ServicePointScheduler_set_ConnectionLimit, (ServicePointScheduler * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB810, ServicePointScheduler_set_ConnectionLimit__MethodInfo); DO_APP_FUNC(0x025DC070, void, ServicePointScheduler__ctor, (ServicePointScheduler * __this, ServicePoint * servicePoint, int32_t connectionLimit, int32_t maxIdleTime, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ServicePointScheduler_Debug, (ServicePointScheduler * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x003C5400, int32_t, ServicePointScheduler_get_CurrentConnections, (ServicePointScheduler * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, DateTime, ServicePointScheduler_get_IdleSince, (ServicePointScheduler * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, String *, ServicePointScheduler_get_ME, (ServicePointScheduler * __this, MethodInfo * method)); DO_APP_FUNC(0x025DC460, void, ServicePointScheduler_Run, (ServicePointScheduler * __this, MethodInfo * method)); DO_APP_FUNC(0x025DC570, Task *, ServicePointScheduler_RunScheduler, (ServicePointScheduler * __this, MethodInfo * method)); DO_APP_FUNC(0x025DC730, void, ServicePointScheduler_Cleanup, (ServicePointScheduler * __this, MethodInfo * method)); DO_APP_FUNC(0x025DCA40, void, ServicePointScheduler_RunSchedulerIteration, (ServicePointScheduler * __this, MethodInfo * method)); DO_APP_FUNC(0x025DCC40, bool, ServicePointScheduler_OperationCompleted, (ServicePointScheduler * __this, ServicePointScheduler_ConnectionGroup * group, WebOperation * operation, MethodInfo * method)); DO_APP_FUNC(0x025DCFC0, void, ServicePointScheduler_CloseIdleConnection, (ServicePointScheduler * __this, ServicePointScheduler_ConnectionGroup * group, WebConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x025DD010, bool, ServicePointScheduler_SchedulerIteration, (ServicePointScheduler * __this, ServicePointScheduler_ConnectionGroup * group, MethodInfo * method)); DO_APP_FUNC(0x025DD240, void, ServicePointScheduler_RemoveOperation, (ServicePointScheduler * __this, WebOperation * operation, MethodInfo * method)); DO_APP_FUNC(0x025DD330, void, ServicePointScheduler_RemoveIdleConnection, (ServicePointScheduler * __this, WebConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x025DD420, void, ServicePointScheduler_FinalCleanup, (ServicePointScheduler * __this, MethodInfo * method)); DO_APP_FUNC(0x025DD790, void, ServicePointScheduler_SendRequest, (ServicePointScheduler * __this, WebOperation * operation, String * groupName, MethodInfo * method)); DO_APP_FUNC(0x025DD950, bool, ServicePointScheduler_CloseConnectionGroup, (ServicePointScheduler * __this, String * groupName, MethodInfo * method)); DO_APP_FUNC(0x025DDAB0, ServicePointScheduler_ConnectionGroup *, ServicePointScheduler_GetConnectionGroup, (ServicePointScheduler * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x025DDE90, void, ServicePointScheduler_OnConnectionCreated, (ServicePointScheduler * __this, WebConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x025DDEA0, void, ServicePointScheduler_OnConnectionClosed, (ServicePointScheduler * __this, WebConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x025DDEC0, Task_1_System_Boolean_ *, ServicePointScheduler_WaitAsync, (Task * workerTask, int32_t millisecondTimeout, MethodInfo * method)); DO_APP_FUNC(0x025DC570, Task *, ServicePointScheduler__Run_b__31_0, (ServicePointScheduler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB6A8, ServicePointScheduler__Run_b__31_0__MethodInfo); DO_APP_FUNC(0x003B93C0, ServicePointScheduler *, ServicePointScheduler_ConnectionGroup_get_Scheduler, (ServicePointScheduler_ConnectionGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, ServicePointScheduler_ConnectionGroup_get_Name, (ServicePointScheduler_ConnectionGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x025DE070, bool, ServicePointScheduler_ConnectionGroup_get_IsDefault, (ServicePointScheduler_ConnectionGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x025DE090, void, ServicePointScheduler_ConnectionGroup__ctor, (ServicePointScheduler_ConnectionGroup * __this, ServicePointScheduler * scheduler, String * name, MethodInfo * method)); DO_APP_FUNC(0x025DE2A0, bool, ServicePointScheduler_ConnectionGroup_IsEmpty, (ServicePointScheduler_ConnectionGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x025DE310, void, ServicePointScheduler_ConnectionGroup_RemoveConnection, (ServicePointScheduler_ConnectionGroup * __this, WebConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x025DE3B0, void, ServicePointScheduler_ConnectionGroup_Cleanup, (ServicePointScheduler_ConnectionGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x025DE4C0, void, ServicePointScheduler_ConnectionGroup_Close, (ServicePointScheduler_ConnectionGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x025DE990, void, ServicePointScheduler_ConnectionGroup_EnqueueOperation, (ServicePointScheduler_ConnectionGroup * __this, WebOperation * operation, MethodInfo * method)); DO_APP_FUNC(0x025DE9F0, WebOperation *, ServicePointScheduler_ConnectionGroup_GetNextOperation, (ServicePointScheduler_ConnectionGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x025DEB40, WebConnection *, ServicePointScheduler_ConnectionGroup_FindIdleConnection, (ServicePointScheduler_ConnectionGroup * __this, WebOperation * operation, MethodInfo * method)); DO_APP_FUNC(0x025DEFD0, ValueTuple_2_System_Net_WebConnection_Boolean_, ServicePointScheduler_ConnectionGroup_CreateOrReuseConnection, (ServicePointScheduler_ConnectionGroup * __this, WebOperation * operation, bool force, MethodInfo * method)); DO_APP_FUNC(0x025DF380, Task *, ServicePointScheduler_AsyncManualResetEvent_WaitAsync, (ServicePointScheduler_AsyncManualResetEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x025DF3D0, bool, ServicePointScheduler_AsyncManualResetEvent_WaitOne, (ServicePointScheduler_AsyncManualResetEvent * __this, int32_t millisecondTimeout, MethodInfo * method)); DO_APP_FUNC(0x025DF440, Task_1_System_Boolean_ *, ServicePointScheduler_AsyncManualResetEvent_WaitAsync_1, (ServicePointScheduler_AsyncManualResetEvent * __this, int32_t millisecondTimeout, MethodInfo * method)); DO_APP_FUNC(0x025DF4A0, void, ServicePointScheduler_AsyncManualResetEvent_Set, (ServicePointScheduler_AsyncManualResetEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x025DF7F0, void, ServicePointScheduler_AsyncManualResetEvent_Reset, (ServicePointScheduler_AsyncManualResetEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x025DFA20, void, ServicePointScheduler_AsyncManualResetEvent__ctor, (ServicePointScheduler_AsyncManualResetEvent * __this, bool state, MethodInfo * method)); DO_APP_FUNC(0x025DFB00, void, ServicePointScheduler_AsyncManualResetEvent_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ServicePointScheduler_AsyncManualResetEvent_c__ctor, (ServicePointScheduler_AsyncManualResetEvent_c * __this, MethodInfo * method)); DO_APP_FUNC(0x025DFBB0, bool, ServicePointScheduler_AsyncManualResetEvent_c__Set_b__4_0, (ServicePointScheduler_AsyncManualResetEvent_c * __this, Object * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF4D8, ServicePointScheduler_AsyncManualResetEvent_c__Set_b__4_0__MethodInfo); DO_APP_FUNC(0x025DFC50, void, ServicePointScheduler_RunScheduler_d_32_MoveNext, (ServicePointScheduler_RunScheduler_d_32 * __this, MethodInfo * method)); DO_APP_FUNC(0x025E0F30, void, ServicePointScheduler_RunScheduler_d_32_SetStateMachine, (ServicePointScheduler_RunScheduler_d_32 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x025E0F90, void, ServicePointScheduler_WaitAsync_d_46_MoveNext, (ServicePointScheduler_WaitAsync_d_46 * __this, MethodInfo * method)); DO_APP_FUNC(0x025E16B0, void, ServicePointScheduler_WaitAsync_d_46_SetStateMachine, (ServicePointScheduler_WaitAsync_d_46 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x025E1720, void, SocketPermission__ctor, (SocketPermission * __this, PermissionState__Enum state, MethodInfo * method)); DO_APP_FUNC(0x025E1870, void, SocketPermission__ctor_1, (SocketPermission * __this, NetworkAccess__Enum access, TransportType__Enum transport, String * hostName, int32_t portNumber, MethodInfo * method)); DO_APP_FUNC(0x019429C0, IEnumerator *, SocketPermission_get_AcceptList, (SocketPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB9750, IEnumerator *, SocketPermission_get_ConnectList, (SocketPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x025E19E0, void, SocketPermission_AddPermission, (SocketPermission * __this, NetworkAccess__Enum access, TransportType__Enum transport, String * hostName, int32_t portNumber, MethodInfo * method)); DO_APP_FUNC(0x025E1AB0, IPermission *, SocketPermission_Copy, (SocketPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x025E1D30, IPermission *, SocketPermission_Intersect, (SocketPermission * __this, IPermission * target, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF3E8, SocketPermission_Intersect__MethodInfo); DO_APP_FUNC(0x025E1F10, bool, SocketPermission_IntersectEmpty, (SocketPermission * __this, SocketPermission * permission, MethodInfo * method)); DO_APP_FUNC(0x025E1F80, void, SocketPermission_Intersect_1, (SocketPermission * __this, ArrayList * list1, ArrayList * list2, ArrayList * result, MethodInfo * method)); DO_APP_FUNC(0x025E23B0, bool, SocketPermission_IsSubsetOf, (SocketPermission * __this, IPermission * target, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF3D8, SocketPermission_IsSubsetOf__MethodInfo); DO_APP_FUNC(0x025E25D0, bool, SocketPermission_IsSubsetOf_1, (SocketPermission * __this, ArrayList * list1, ArrayList * list2, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, SocketPermission_IsUnrestricted, (SocketPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x025E2960, SecurityElement *, SocketPermission_ToXml, (SocketPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x025E2BB0, void, SocketPermission_ToXml_1, (SocketPermission * __this, SecurityElement * root, String * childName, IEnumerator * enumerator, MethodInfo * method)); DO_APP_FUNC(0x025E2F20, void, SocketPermission_FromXml, (SocketPermission * __this, SecurityElement * securityElement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF430, SocketPermission_FromXml__MethodInfo); DO_APP_FUNC(0x025E3470, void, SocketPermission_FromXml_1, (SocketPermission * __this, ArrayList * endpoints, NetworkAccess__Enum access, MethodInfo * method)); DO_APP_FUNC(0x025E39D0, IPermission *, SocketPermission_Union, (SocketPermission * __this, IPermission * target, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF400, SocketPermission_Union__MethodInfo); DO_APP_FUNC(0x003BAD60, void, SocketPermissionAttribute__ctor, (SocketPermissionAttribute * __this, SecurityAction__Enum action, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, SocketPermissionAttribute_get_Access, (SocketPermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x025E3BA0, void, SocketPermissionAttribute_set_Access, (SocketPermissionAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, SocketPermissionAttribute_get_Host, (SocketPermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x025E3C40, void, SocketPermissionAttribute_set_Host, (SocketPermissionAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, SocketPermissionAttribute_get_Port, (SocketPermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x025E3CE0, void, SocketPermissionAttribute_set_Port, (SocketPermissionAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, SocketPermissionAttribute_get_Transport, (SocketPermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x025E3D80, void, SocketPermissionAttribute_set_Transport, (SocketPermissionAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x025E3E20, IPermission *, SocketPermissionAttribute_CreatePermission, (SocketPermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF388, SocketPermissionAttribute_CreatePermission__MethodInfo); DO_APP_FUNC(0x025E4390, void, SocketPermissionAttribute_AlreadySet, (SocketPermissionAttribute * __this, String * property, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF3B8, SocketPermissionAttribute_AlreadySet__MethodInfo); DO_APP_FUNC(0x025E4420, void, WebCompletionSource__ctor, (WebCompletionSource * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, ServicePoint *, WebConnection_get_ServicePoint, (WebConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, WebConnection__ctor, (WebConnection * __this, ServicePoint * sPoint, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebConnection_Debug, (String * message, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebConnection_Debug_1, (String * message, MethodInfo * method)); DO_APP_FUNC(0x025E4460, bool, WebConnection_CanReuse, (WebConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x025E4490, bool, WebConnection_CheckReusable, (WebConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x025E44E0, Task *, WebConnection_Connect, (WebConnection * __this, WebOperation * operation, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025E4760, Task_1_System_Boolean_ *, WebConnection_CreateStream, (WebConnection * __this, WebOperation * operation, bool reused, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025E49D0, Task_1_System_Net_WebRequestStream_ *, WebConnection_InitConnection, (WebConnection * __this, WebOperation * operation, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025E4C20, WebException *, WebConnection_GetException, (WebExceptionStatus__Enum status, Exception * error, MethodInfo * method)); DO_APP_FUNC(0x025E4E50, bool, WebConnection_ReadLine, (Byte__Array * buffer, int32_t * start, int32_t max, String * * output, MethodInfo * method)); DO_APP_FUNC(0x025E50A0, bool, WebConnection_CanReuseConnection, (WebConnection * __this, WebOperation * operation, MethodInfo * method)); DO_APP_FUNC(0x025E5560, bool, WebConnection_PrepareSharingNtlm, (WebConnection * __this, WebOperation * operation, MethodInfo * method)); DO_APP_FUNC(0x025E5810, void, WebConnection_Reset, (WebConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x025E5A10, void, WebConnection_Close, (WebConnection * __this, bool reset, MethodInfo * method)); DO_APP_FUNC(0x025E5B70, void, WebConnection_CloseSocket, (WebConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x025E5EB0, bool, WebConnection_get_Closed, (WebConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF78F0, bool, WebConnection_get_Busy, (WebConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, DateTime, WebConnection_get_IdleSince, (WebConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x025E5EC0, bool, WebConnection_StartOperation, (WebConnection * __this, WebOperation * operation, bool reused, MethodInfo * method)); DO_APP_FUNC(0x025E61B0, bool, WebConnection_Continue, (WebConnection * __this, WebOperation * next, MethodInfo * method)); DO_APP_FUNC(0x025E6420, void, WebConnection_Dispose, (WebConnection * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x025E6420, void, WebConnection_Dispose_1, (WebConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x025E6440, void, WebConnection_ResetNtlm, (WebConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, WebConnection_get_NtlmAuthenticated, (WebConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, WebConnection_set_NtlmAuthenticated, (WebConnection * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, NetworkCredential *, WebConnection_get_NtlmCredential, (WebConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, WebConnection_set_NtlmCredential, (WebConnection * __this, NetworkCredential * value, MethodInfo * method)); DO_APP_FUNC(0x006FF3A0, bool, WebConnection_get_UnsafeAuthenticatedConnectionSharing, (WebConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3B0, void, WebConnection_set_UnsafeAuthenticatedConnectionSharing, (WebConnection * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x025E64A0, void, WebConnection_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebConnection_c__ctor, (WebConnection_c * __this, MethodInfo * method)); DO_APP_FUNC(0x025E6550, IAsyncResult *, WebConnection_c__Connect_b__16_0, (WebConnection_c * __this, IPEndPoint * targetEndPoint, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF340, WebConnection_c__Connect_b__16_0__MethodInfo); DO_APP_FUNC(0x025E6600, void, WebConnection_c__Connect_b__16_1, (WebConnection_c * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF338, WebConnection_c__Connect_b__16_1__MethodInfo); DO_APP_FUNC(0x025E66B0, void, WebConnection_Connect_d_16_MoveNext, (WebConnection_Connect_d_16 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF330, WebConnection_Connect_d_16_MoveNext__MethodInfo); DO_APP_FUNC(0x025E7120, void, WebConnection_Connect_d_16_SetStateMachine, (WebConnection_Connect_d_16 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x025E7180, void, WebConnection_CreateStream_d_18_MoveNext, (WebConnection_CreateStream_d_18 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF280, WebConnection_CreateStream_d_18_MoveNext__MethodInfo); DO_APP_FUNC(0x025E7B40, void, WebConnection_CreateStream_d_18_SetStateMachine, (WebConnection_CreateStream_d_18 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x025E7BB0, void, WebConnection_InitConnection_d_19_MoveNext, (WebConnection_InitConnection_d_19 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF2E8, WebConnection_InitConnection_d_19_MoveNext__MethodInfo); DO_APP_FUNC(0x025E8290, void, WebConnection_InitConnection_d_19_SetStateMachine, (WebConnection_InitConnection_d_19 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x025E8300, void, WebConnectionStream__ctor, (WebConnectionStream * __this, WebConnection * cnc, WebOperation * operation, MethodInfo * method)); DO_APP_FUNC(0x003CB370, HttpWebRequest *, WebConnectionStream_get_Request, (WebConnectionStream * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, WebConnection *, WebConnectionStream_get_Connection, (WebConnectionStream * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, WebOperation *, WebConnectionStream_get_Operation, (WebConnectionStream * __this, MethodInfo * method)); DO_APP_FUNC(0x025E8520, ServicePoint *, WebConnectionStream_get_ServicePoint, (WebConnectionStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, WebConnectionStream_get_CanTimeout, (WebConnectionStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, WebConnectionStream_get_ReadTimeout, (WebConnectionStream * __this, MethodInfo * method)); DO_APP_FUNC(0x025E8540, void, WebConnectionStream_set_ReadTimeout, (WebConnectionStream * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF2C8, WebConnectionStream_set_ReadTimeout__MethodInfo); DO_APP_FUNC(0x01365740, int32_t, WebConnectionStream_get_WriteTimeout, (WebConnectionStream * __this, MethodInfo * method)); DO_APP_FUNC(0x025E85B0, void, WebConnectionStream_set_WriteTimeout, (WebConnectionStream * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF2C0, WebConnectionStream_set_WriteTimeout__MethodInfo); DO_APP_FUNC(0x025E8620, Exception *, WebConnectionStream_GetException, (WebConnectionStream * __this, Exception * e, MethodInfo * method)); DO_APP_FUNC(0x025E87C0, int32_t, WebConnectionStream_Read, (WebConnectionStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF2D0, WebConnectionStream_Read__MethodInfo); DO_APP_FUNC(0x025E8AA0, IAsyncResult *, WebConnectionStream_BeginRead, (WebConnectionStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * cb, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF230, WebConnectionStream_BeginRead__MethodInfo); DO_APP_FUNC(0x025E8D40, int32_t, WebConnectionStream_EndRead, (WebConnectionStream * __this, IAsyncResult * r, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF238, WebConnectionStream_EndRead__MethodInfo); DO_APP_FUNC(0x025E8E20, IAsyncResult *, WebConnectionStream_BeginWrite, (WebConnectionStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * cb, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF218, WebConnectionStream_BeginWrite__MethodInfo); DO_APP_FUNC(0x025E9070, void, WebConnectionStream_EndWrite, (WebConnectionStream * __this, IAsyncResult * r, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF208, WebConnectionStream_EndWrite__MethodInfo); DO_APP_FUNC(0x025E9130, void, WebConnectionStream_Write, (WebConnectionStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF200, WebConnectionStream_Write__MethodInfo); DO_APP_FUNC(0x003AC050, void, WebConnectionStream_Flush, (WebConnectionStream * __this, MethodInfo * method)); DO_APP_FUNC(0x025E9390, Task *, WebConnectionStream_FlushAsync, (WebConnectionStream * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x009C8450, void, WebConnectionStream_InternalClose, (WebConnectionStream * __this, MethodInfo * method)); DO_APP_FUNC(0x025E9440, void, WebConnectionStream_Close, (WebConnectionStream * __this, MethodInfo * method)); DO_APP_FUNC(0x025E9460, int64_t, WebConnectionStream_Seek, (WebConnectionStream * __this, int64_t a, SeekOrigin__Enum b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF220, WebConnectionStream_Seek__MethodInfo); DO_APP_FUNC(0x025E94C0, void, WebConnectionStream_SetLength, (WebConnectionStream * __this, int64_t a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF278, WebConnectionStream_SetLength__MethodInfo); DO_APP_FUNC(0x00418D40, bool, WebConnectionStream_get_CanSeek, (WebConnectionStream * __this, MethodInfo * method)); DO_APP_FUNC(0x025E9520, int64_t, WebConnectionStream_get_Length, (WebConnectionStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF270, WebConnectionStream_get_Length__MethodInfo); DO_APP_FUNC(0x025E9580, int64_t, WebConnectionStream_get_Position, (WebConnectionStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF268, WebConnectionStream_get_Position__MethodInfo); DO_APP_FUNC(0x025E95E0, void, WebConnectionStream_set_Position, (WebConnectionStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF260, WebConnectionStream_set_Position__MethodInfo); DO_APP_FUNC(0x003B93C0, HttpWebRequest *, WebConnectionTunnel_get_Request, (WebConnectionTunnel * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Uri *, WebConnectionTunnel_get_ConnectUri, (WebConnectionTunnel * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, WebConnectionTunnel__ctor, (WebConnectionTunnel * __this, HttpWebRequest * request, Uri * connectUri, MethodInfo * method)); DO_APP_FUNC(0x0041F540, bool, WebConnectionTunnel_get_Success, (WebConnectionTunnel * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F550, void, WebConnectionTunnel_set_Success, (WebConnectionTunnel * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0046DDA0, bool, WebConnectionTunnel_get_CloseConnection, (WebConnectionTunnel * __this, MethodInfo * method)); DO_APP_FUNC(0x0046DDB0, void, WebConnectionTunnel_set_CloseConnection, (WebConnectionTunnel * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, WebConnectionTunnel_get_StatusCode, (WebConnectionTunnel * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5310, void, WebConnectionTunnel_set_StatusCode, (WebConnectionTunnel * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, WebConnectionTunnel_get_StatusDescription, (WebConnectionTunnel * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, WebConnectionTunnel_set_StatusDescription, (WebConnectionTunnel * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, String__Array *, WebConnectionTunnel_get_Challenge, (WebConnectionTunnel * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, WebConnectionTunnel_set_Challenge, (WebConnectionTunnel * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, WebHeaderCollection *, WebConnectionTunnel_get_Headers, (WebConnectionTunnel * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, WebConnectionTunnel_set_Headers, (WebConnectionTunnel * __this, WebHeaderCollection * value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, Version *, WebConnectionTunnel_get_ProxyVersion, (WebConnectionTunnel * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, WebConnectionTunnel_set_ProxyVersion, (WebConnectionTunnel * __this, Version * value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, Byte__Array *, WebConnectionTunnel_get_Data, (WebConnectionTunnel * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, WebConnectionTunnel_set_Data, (WebConnectionTunnel * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC(0x025E9640, Task *, WebConnectionTunnel_Initialize, (WebConnectionTunnel * __this, Stream * stream, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025E98C0, Task_1_System_ValueTuple_3_ *, WebConnectionTunnel_ReadHeaders, (WebConnectionTunnel * __this, Stream * stream, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025E9B30, void, WebConnectionTunnel_FlushContents, (WebConnectionTunnel * __this, Stream * stream, int32_t contentLength, MethodInfo * method)); DO_APP_FUNC(0x025E9BD0, void, WebConnectionTunnel_Initialize_d_42_MoveNext, (WebConnectionTunnel_Initialize_d_42 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF160, WebConnectionTunnel_Initialize_d_42_MoveNext__MethodInfo); DO_APP_FUNC(0x025EAE10, void, WebConnectionTunnel_Initialize_d_42_SetStateMachine, (WebConnectionTunnel_Initialize_d_42 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x025EAE70, void, WebConnectionTunnel_ReadHeaders_d_43_MoveNext, (WebConnectionTunnel_ReadHeaders_d_43 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF1F0, WebConnectionTunnel_ReadHeaders_d_43_MoveNext__MethodInfo); DO_APP_FUNC(0x025EBBF0, void, WebConnectionTunnel_ReadHeaders_d_43_SetStateMachine, (WebConnectionTunnel_ReadHeaders_d_43 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, HttpWebRequest *, WebOperation_get_Request, (WebOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, WebConnection *, WebOperation_get_Connection, (WebOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, WebOperation_set_Connection, (WebOperation * __this, WebConnection * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, ServicePoint *, WebOperation_get_ServicePoint, (WebOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, WebOperation_set_ServicePoint, (WebOperation * __this, ServicePoint * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, BufferOffsetSize *, WebOperation_get_WriteBuffer, (WebOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, WebOperation_get_IsNtlmChallenge, (WebOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, String *, WebOperation_get_ME, (WebOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x025EBC60, void, WebOperation__ctor, (WebOperation * __this, HttpWebRequest * request, BufferOffsetSize * writeBuffer, bool isNtlmChallenge, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025EC0E0, bool, WebOperation_get_Aborted, (WebOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x025EC140, bool, WebOperation_get_Closed, (WebOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x025EC1A0, void, WebOperation_Abort, (WebOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x025EC200, void, WebOperation_Close, (WebOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x025EC2A0, void, WebOperation_SetCanceled, (WebOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x025EC3B0, void, WebOperation_SetError, (WebOperation * __this, Exception * error, MethodInfo * method)); DO_APP_FUNC(0x025EC460, ValueTuple_2_System_Runtime_ExceptionServices_ExceptionDispatchInfo_Boolean_, WebOperation_SetDisposed, (WebOperation * __this, ExceptionDispatchInfo * * field, MethodInfo * method)); DO_APP_FUNC(0x025EC630, ExceptionDispatchInfo *, WebOperation_CheckDisposed, (WebOperation * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025EC720, void, WebOperation_ThrowIfDisposed, (WebOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x025EC780, void, WebOperation_ThrowIfDisposed_1, (WebOperation * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025EC870, void, WebOperation_ThrowIfClosedOrDisposed, (WebOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x025EC8D0, void, WebOperation_ThrowIfClosedOrDisposed_1, (WebOperation * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025EC9D0, ExceptionDispatchInfo *, WebOperation_CheckThrowDisposed, (WebOperation * __this, bool throwIt, ExceptionDispatchInfo * * field, MethodInfo * method)); DO_APP_FUNC(0x025ECA50, void, WebOperation_RegisterRequest, (WebOperation * __this, ServicePoint * servicePoint, WebConnection * connection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF120, WebOperation_RegisterRequest__MethodInfo); DO_APP_FUNC(0x025ECEB0, void, WebOperation_SetPriorityRequest, (WebOperation * __this, WebOperation * operation, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF080, WebOperation_SetPriorityRequest__MethodInfo); DO_APP_FUNC(0x025ED0D0, Task_1_System_IO_Stream_ *, WebOperation_GetRequestStream, (WebOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x025ED260, Task_1_System_Net_WebRequestStream_ *, WebOperation_GetRequestStreamInternal, (WebOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x025ED2B0, Task *, WebOperation_WaitUntilRequestWritten, (WebOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x025ED300, WebRequestStream *, WebOperation_get_WriteStream, (WebOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x025ED360, Task_1_System_Net_WebResponseStream_ *, WebOperation_GetResponseStream, (WebOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, WebCompletionSource_1_System_ValueTuple_2_ *, WebOperation_get_Finished, (WebOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x025ED3B0, void, WebOperation_Run, (WebOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x025ED4F0, void, WebOperation_CompleteRequestWritten, (WebOperation * __this, WebRequestStream * stream, Exception * error, MethodInfo * method)); DO_APP_FUNC(0x025ED580, void, WebOperation_Finish, (WebOperation * __this, bool ok, Exception * error, MethodInfo * method)); DO_APP_FUNC(0x025EDAA0, void, WebOperation__RegisterRequest_b__48_0, (WebOperation * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF130, WebOperation__RegisterRequest_b__48_0__MethodInfo); DO_APP_FUNC(0x025EDAE0, void, WebOperation_GetRequestStream_d_50_MoveNext, (WebOperation_GetRequestStream_d_50 * __this, MethodInfo * method)); DO_APP_FUNC(0x025EDDB0, void, WebOperation_GetRequestStream_d_50_SetStateMachine, (WebOperation_GetRequestStream_d_50 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x025EDE20, void, WebOperation_Run_d_58_MoveNext, (WebOperation_Run_d_58 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B6B6D0, void, WebOperation_Run_d_58_SetStateMachine, (WebOperation_Run_d_58 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, WebOperation *, WebReadStream_get_Operation, (WebReadStream * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Stream *, WebReadStream_get_InnerStream, (WebReadStream * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, String *, WebReadStream_get_ME, (WebReadStream * __this, MethodInfo * method)); DO_APP_FUNC(0x025EE8B0, void, WebReadStream__ctor, (WebReadStream * __this, WebOperation * operation, Stream * innerStream, MethodInfo * method)); DO_APP_FUNC(0x025EE9C0, int64_t, WebReadStream_get_Length, (WebReadStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF040, WebReadStream_get_Length__MethodInfo); DO_APP_FUNC(0x025EEA10, int64_t, WebReadStream_get_Position, (WebReadStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF038, WebReadStream_get_Position__MethodInfo); DO_APP_FUNC(0x025EEA60, void, WebReadStream_set_Position, (WebReadStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF030, WebReadStream_set_Position__MethodInfo); DO_APP_FUNC(0x00418D40, bool, WebReadStream_get_CanSeek, (WebReadStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, WebReadStream_get_CanRead, (WebReadStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, WebReadStream_get_CanWrite, (WebReadStream * __this, MethodInfo * method)); DO_APP_FUNC(0x025EEAB0, void, WebReadStream_SetLength, (WebReadStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF028, WebReadStream_SetLength__MethodInfo); DO_APP_FUNC(0x025EEB00, int64_t, WebReadStream_Seek, (WebReadStream * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF008, WebReadStream_Seek__MethodInfo); DO_APP_FUNC(0x025EEB50, void, WebReadStream_Write, (WebReadStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF000, WebReadStream_Write__MethodInfo); DO_APP_FUNC(0x025EEBA0, void, WebReadStream_Flush, (WebReadStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEFF8, WebReadStream_Flush__MethodInfo); DO_APP_FUNC(0x025EEBF0, Exception *, WebReadStream_GetException, (WebReadStream * __this, Exception * e, MethodInfo * method)); DO_APP_FUNC(0x025EED90, int32_t, WebReadStream_Read, (WebReadStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF010, WebReadStream_Read__MethodInfo); DO_APP_FUNC(0x025EF070, IAsyncResult *, WebReadStream_BeginRead, (WebReadStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, AsyncCallback * cb, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF060, WebReadStream_BeginRead__MethodInfo); DO_APP_FUNC(0x025EF310, int32_t, WebReadStream_EndRead, (WebReadStream * __this, IAsyncResult * r, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF068, WebReadStream_EndRead__MethodInfo); DO_APP_FUNC(0x025EF3F0, Task_1_System_Int32_ *, WebReadStream_ReadAsync, (WebReadStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025D43F0, Task *, WebReadStream_FinishReading, (WebReadStream * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025EF670, void, WebReadStream_Dispose, (WebReadStream * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x025EF6A0, void, WebReadStream_ReadAsync_d_28_MoveNext, (WebReadStream_ReadAsync_d_28 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF048, WebReadStream_ReadAsync_d_28_MoveNext__MethodInfo); DO_APP_FUNC(0x025EFCB0, void, WebReadStream_ReadAsync_d_28_SetStateMachine, (WebReadStream_ReadAsync_d_28 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x025EFD20, void, WebRequestStream__ctor, (WebRequestStream * __this, WebConnection * connection, WebOperation * operation, Stream * stream, WebConnectionTunnel * tunnel, MethodInfo * method)); DO_APP_FUNC(0x00605860, Stream *, WebRequestStream_get_InnerStream, (WebRequestStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00604E40, bool, WebRequestStream_get_KeepAlive, (WebRequestStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, WebRequestStream_get_CanRead, (WebRequestStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, WebRequestStream_get_CanWrite, (WebRequestStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBAC60, bool, WebRequestStream_get_SendChunked, (WebRequestStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBAC70, void, WebRequestStream_set_SendChunked, (WebRequestStream * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x025EFF20, bool, WebRequestStream_get_HasWriteBuffer, (WebRequestStream * __this, MethodInfo * method)); DO_APP_FUNC(0x025EFF50, int32_t, WebRequestStream_get_WriteBufferLength, (WebRequestStream * __this, MethodInfo * method)); DO_APP_FUNC(0x025EFFB0, BufferOffsetSize *, WebRequestStream_GetWriteBuffer, (WebRequestStream * __this, MethodInfo * method)); DO_APP_FUNC(0x025F00F0, Task *, WebRequestStream_FinishWriting, (WebRequestStream * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025F0300, Task *, WebRequestStream_WriteAsync, (WebRequestStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEFC0, WebRequestStream_WriteAsync__MethodInfo); DO_APP_FUNC(0x025F0630, Task *, WebRequestStream_WriteAsyncInner, (WebRequestStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, WebCompletionSource * completion, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025F0920, Task *, WebRequestStream_ProcessWrite, (WebRequestStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025F0BC0, void, WebRequestStream_CheckWriteOverflow, (WebRequestStream * __this, int64_t contentLength, int64_t totalWritten, int64_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEFC8, WebRequestStream_CheckWriteOverflow__MethodInfo); DO_APP_FUNC(0x025F0C70, Task *, WebRequestStream_Initialize, (WebRequestStream * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025F0E90, Task *, WebRequestStream_SetHeadersAsync, (WebRequestStream * __this, bool setInternalLength, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025F10D0, Task *, WebRequestStream_WriteRequestAsync, (WebRequestStream * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025F12F0, Task *, WebRequestStream_WriteChunkTrailer_inner, (WebRequestStream * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025F1500, Task *, WebRequestStream_WriteChunkTrailer, (WebRequestStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00761BF0, void, WebRequestStream_KillBuffer, (WebRequestStream * __this, MethodInfo * method)); DO_APP_FUNC(0x025F16C0, Task_1_System_Int32_ *, WebRequestStream_ReadAsync, (WebRequestStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025F17E0, bool, WebRequestStream_TryReadFromBufferedContent, (WebRequestStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, int32_t * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEFF0, WebRequestStream_TryReadFromBufferedContent__MethodInfo); DO_APP_FUNC(0x025F1830, void, WebRequestStream_Close_internal, (WebRequestStream * __this, bool * disposed, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEFD8, WebRequestStream_Close_internal__MethodInfo); DO_APP_FUNC(0x025F1BC0, void, WebRequestStream__cctor, (MethodInfo * method)); DO_APP_FUNC(0x025F1CA0, void, WebRequestStream_FinishWriting_d_31_MoveNext, (WebRequestStream_FinishWriting_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x025F2070, void, WebRequestStream_FinishWriting_d_31_SetStateMachine, (WebRequestStream_FinishWriting_d_31 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x025F20D0, void, WebRequestStream_WriteAsyncInner_d_33_MoveNext, (WebRequestStream_WriteAsyncInner_d_33 * __this, MethodInfo * method)); DO_APP_FUNC(0x025F2790, void, WebRequestStream_WriteAsyncInner_d_33_SetStateMachine, (WebRequestStream_WriteAsyncInner_d_33 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x025F27F0, void, WebRequestStream_ProcessWrite_d_34_MoveNext, (WebRequestStream_ProcessWrite_d_34 * __this, MethodInfo * method)); DO_APP_FUNC(0x025F2F80, void, WebRequestStream_ProcessWrite_d_34_SetStateMachine, (WebRequestStream_ProcessWrite_d_34 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x025F2FE0, void, WebRequestStream_Initialize_d_36_MoveNext, (WebRequestStream_Initialize_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x025F34B0, void, WebRequestStream_Initialize_d_36_SetStateMachine, (WebRequestStream_Initialize_d_36 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x025F3510, void, WebRequestStream_SetHeadersAsync_d_37_MoveNext, (WebRequestStream_SetHeadersAsync_d_37 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEF28, WebRequestStream_SetHeadersAsync_d_37_MoveNext__MethodInfo); DO_APP_FUNC(0x025F3E70, void, WebRequestStream_SetHeadersAsync_d_37_SetStateMachine, (WebRequestStream_SetHeadersAsync_d_37 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x025F3ED0, void, WebRequestStream_WriteRequestAsync_d_38_MoveNext, (WebRequestStream_WriteRequestAsync_d_38 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEF00, WebRequestStream_WriteRequestAsync_d_38_MoveNext__MethodInfo); DO_APP_FUNC(0x025F4720, void, WebRequestStream_WriteRequestAsync_d_38_SetStateMachine, (WebRequestStream_WriteRequestAsync_d_38 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x025F4780, void, WebRequestStream_WriteChunkTrailer_inner_d_39_MoveNext, (WebRequestStream_WriteChunkTrailer_inner_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x025F4AA0, void, WebRequestStream_WriteChunkTrailer_inner_d_39_SetStateMachine, (WebRequestStream_WriteChunkTrailer_inner_d_39 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x025F4B00, void, WebRequestStream_WriteChunkTrailer_d_40_MoveNext, (WebRequestStream_WriteChunkTrailer_d_40 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEF30, WebRequestStream_WriteChunkTrailer_d_40_MoveNext__MethodInfo); DO_APP_FUNC(0x025F5860, void, WebRequestStream_WriteChunkTrailer_d_40_SetStateMachine, (WebRequestStream_WriteChunkTrailer_d_40 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x003C7040, WebRequestStream *, WebResponseStream_get_RequestStream, (WebResponseStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90540, WebHeaderCollection *, WebResponseStream_get_Headers, (WebResponseStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90550, void, WebResponseStream_set_Headers, (WebResponseStream * __this, WebHeaderCollection * value, MethodInfo * method)); DO_APP_FUNC(0x0101D6E0, HttpStatusCode__Enum, WebResponseStream_get_StatusCode, (WebResponseStream * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D6F0, void, WebResponseStream_set_StatusCode, (WebResponseStream * __this, HttpStatusCode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00605860, String *, WebResponseStream_get_StatusDescription, (WebResponseStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00473A50, void, WebResponseStream_set_StatusDescription, (WebResponseStream * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BF700, Version *, WebResponseStream_get_Version, (WebResponseStream * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF710, void, WebResponseStream_set_Version, (WebResponseStream * __this, Version * value, MethodInfo * method)); DO_APP_FUNC(0x004B2C60, bool, WebResponseStream_get_KeepAlive, (WebResponseStream * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C70, void, WebResponseStream_set_KeepAlive, (WebResponseStream * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x025F58C0, void, WebResponseStream__ctor, (WebResponseStream * __this, WebRequestStream * request, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, WebResponseStream_get_CanRead, (WebResponseStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, WebResponseStream_get_CanWrite, (WebResponseStream * __this, MethodInfo * method)); DO_APP_FUNC(0x005EA900, bool, WebResponseStream_get_ChunkedRead, (WebResponseStream * __this, MethodInfo * method)); DO_APP_FUNC(0x005EA910, void, WebResponseStream_set_ChunkedRead, (WebResponseStream * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x025F59F0, Task_1_System_Int32_ *, WebResponseStream_ReadAsync, (WebResponseStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025F5C70, Task_1_System_Int32_ *, WebResponseStream_ProcessRead, (WebResponseStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025F6060, bool, WebResponseStream_TryReadFromBufferedContent, (WebResponseStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, int32_t * result, MethodInfo * method)); DO_APP_FUNC(0x025F6190, bool, WebResponseStream_CheckAuthHeader, (WebResponseStream * __this, String * headerName, MethodInfo * method)); DO_APP_FUNC(0x025F63E0, bool, WebResponseStream_get_ExpectContent, (WebResponseStream * __this, MethodInfo * method)); DO_APP_FUNC(0x025F64A0, void, WebResponseStream_Initialize, (WebResponseStream * __this, BufferOffsetSize * buffer, MethodInfo * method)); DO_APP_FUNC(0x025F74D0, Task_1_System_Byte_ *, WebResponseStream_ReadAllAsyncInner, (WebResponseStream * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025F76D0, Task *, WebResponseStream_ReadAllAsync, (WebResponseStream * __this, bool resending, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025F7920, Task *, WebResponseStream_WriteAsync, (WebResponseStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025F79C0, void, WebResponseStream_Close_internal, (WebResponseStream * __this, bool * disposed, MethodInfo * method)); DO_APP_FUNC(0x025F7AB0, WebException *, WebResponseStream_GetReadException, (WebResponseStream * __this, WebExceptionStatus__Enum status, Exception * error, String * where, MethodInfo * method)); DO_APP_FUNC(0x025F7E30, Task *, WebResponseStream_InitReadAsync, (WebResponseStream * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x025F8050, bool, WebResponseStream_GetResponse, (WebResponseStream * __this, BufferOffsetSize * buffer, int32_t * pos, ReadState__Enum * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEDF8, WebResponseStream_GetResponse__MethodInfo); DO_APP_FUNC(0x025F8CD0, void, WebResponseStream_ReadAsync_d_40_MoveNext, (WebResponseStream_ReadAsync_d_40 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEE68, WebResponseStream_ReadAsync_d_40_MoveNext__MethodInfo); DO_APP_FUNC(0x025F9990, void, WebResponseStream_ReadAsync_d_40_SetStateMachine, (WebResponseStream_ReadAsync_d_40 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebResponseStream_c_DisplayClass41_0__ctor, (WebResponseStream_c_DisplayClass41_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x025F9A00, Task_1_System_Int32_ *, WebResponseStream_c_DisplayClass41_0__ProcessRead_b__0, (WebResponseStream_c_DisplayClass41_0 * __this, CancellationToken ct, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEEA8, WebResponseStream_c_DisplayClass41_0__ProcessRead_b__0__MethodInfo); DO_APP_FUNC(0x025F9A50, void, WebResponseStream_c_DisplayClass41_0__ProcessRead_b__1, (WebResponseStream_c_DisplayClass41_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEEA0, WebResponseStream_c_DisplayClass41_0__ProcessRead_b__1__MethodInfo); DO_APP_FUNC(0x025F9AE0, bool, WebResponseStream_c_DisplayClass41_0__ProcessRead_b__2, (WebResponseStream_c_DisplayClass41_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEE98, WebResponseStream_c_DisplayClass41_0__ProcessRead_b__2__MethodInfo); DO_APP_FUNC(0x025F9B50, void, WebResponseStream_ReadAllAsyncInner_d_47_MoveNext, (WebResponseStream_ReadAllAsyncInner_d_47 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEE40, WebResponseStream_ReadAllAsyncInner_d_47_MoveNext__MethodInfo); DO_APP_FUNC(0x025FA2E0, void, WebResponseStream_ReadAllAsyncInner_d_47_SetStateMachine, (WebResponseStream_ReadAllAsyncInner_d_47 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x025FA350, void, WebResponseStream_ReadAllAsync_d_48_MoveNext, (WebResponseStream_ReadAllAsync_d_48 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDED98, WebResponseStream_ReadAllAsync_d_48_MoveNext__MethodInfo); DO_APP_FUNC(0x025FB4F0, void, WebResponseStream_ReadAllAsync_d_48_SetStateMachine, (WebResponseStream_ReadAllAsync_d_48 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x025FB550, void, WebResponseStream_InitReadAsync_d_52_MoveNext, (WebResponseStream_InitReadAsync_d_52 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDED68, WebResponseStream_InitReadAsync_d_52_MoveNext__MethodInfo); DO_APP_FUNC(0x025FC0B0, void, WebResponseStream_InitReadAsync_d_52_SetStateMachine, (WebResponseStream_InitReadAsync_d_52 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GatewayIPAddressInformation__ctor, (GatewayIPAddressInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x025FC110, void, GatewayIPAddressInformationCollection__ctor, (GatewayIPAddressInformationCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x025FC1E0, void, GatewayIPAddressInformationCollection_CopyTo, (GatewayIPAddressInformationCollection * __this, GatewayIPAddressInformation__Array * array, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x025FC250, int32_t, GatewayIPAddressInformationCollection_get_Count, (GatewayIPAddressInformationCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, GatewayIPAddressInformationCollection_get_IsReadOnly, (GatewayIPAddressInformationCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x025FC2D0, GatewayIPAddressInformation *, GatewayIPAddressInformationCollection_get_Item, (GatewayIPAddressInformationCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x025FC360, void, GatewayIPAddressInformationCollection_Add, (GatewayIPAddressInformationCollection * __this, GatewayIPAddressInformation * address, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDED10, GatewayIPAddressInformationCollection_Add__MethodInfo); DO_APP_FUNC(0x025FC3D0, void, GatewayIPAddressInformationCollection_InternalAdd, (GatewayIPAddressInformationCollection * __this, GatewayIPAddressInformation * address, MethodInfo * method)); DO_APP_FUNC(0x025FC430, bool, GatewayIPAddressInformationCollection_Contains, (GatewayIPAddressInformationCollection * __this, GatewayIPAddressInformation * address, MethodInfo * method)); DO_APP_FUNC(0x025FC4C0, IEnumerator_1_System_Net_NetworkInformation_GatewayIPAddressInformation_ *, GatewayIPAddressInformationCollection_GetEnumerator, (GatewayIPAddressInformationCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02452EC0, IEnumerator *, GatewayIPAddressInformationCollection_System_Collections_IEnumerable_GetEnumerator, (GatewayIPAddressInformationCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x025FC540, bool, GatewayIPAddressInformationCollection_Remove, (GatewayIPAddressInformationCollection * __this, GatewayIPAddressInformation * address, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDED08, GatewayIPAddressInformationCollection_Remove__MethodInfo); DO_APP_FUNC(0x025FC5B0, void, GatewayIPAddressInformationCollection_Clear, (GatewayIPAddressInformationCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDED00, GatewayIPAddressInformationCollection_Clear__MethodInfo); DO_APP_FUNC(0x025FC620, void, IPAddressCollection__ctor, (IPAddressCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x025FC6F0, void, IPAddressCollection_CopyTo, (IPAddressCollection * __this, IPAddress__Array * array, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x025FC760, int32_t, IPAddressCollection_get_Count, (IPAddressCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, IPAddressCollection_get_IsReadOnly, (IPAddressCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x025FC7E0, void, IPAddressCollection_Add, (IPAddressCollection * __this, IPAddress * address, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDED30, IPAddressCollection_Add__MethodInfo); DO_APP_FUNC(0x025FC850, void, IPAddressCollection_InternalAdd, (IPAddressCollection * __this, IPAddress * address, MethodInfo * method)); DO_APP_FUNC(0x025FC8B0, bool, IPAddressCollection_Contains, (IPAddressCollection * __this, IPAddress * address, MethodInfo * method)); DO_APP_FUNC(0x025FC940, IEnumerator *, IPAddressCollection_System_Collections_IEnumerable_GetEnumerator, (IPAddressCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x025FC960, IEnumerator_1_System_Net_IPAddress_ *, IPAddressCollection_GetEnumerator, (IPAddressCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x025FC9E0, IPAddress *, IPAddressCollection_get_Item, (IPAddressCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x025FCA70, bool, IPAddressCollection_Remove, (IPAddressCollection * __this, IPAddress * address, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDECA0, IPAddressCollection_Remove__MethodInfo); DO_APP_FUNC(0x025FCAE0, void, IPAddressCollection_Clear, (IPAddressCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEC98, IPAddressCollection_Clear__MethodInfo); DO_APP_FUNC(0x003AC050, void, IPAddressInformation__ctor, (IPAddressInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x025FCB50, void, IPAddressInformationCollection__ctor, (IPAddressInformationCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x025FCC20, void, IPAddressInformationCollection_CopyTo, (IPAddressInformationCollection * __this, IPAddressInformation__Array * array, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x025FCC90, int32_t, IPAddressInformationCollection_get_Count, (IPAddressInformationCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, IPAddressInformationCollection_get_IsReadOnly, (IPAddressInformationCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x025FCD10, void, IPAddressInformationCollection_Add, (IPAddressInformationCollection * __this, IPAddressInformation * address, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDECD0, IPAddressInformationCollection_Add__MethodInfo); DO_APP_FUNC(0x025FCD80, void, IPAddressInformationCollection_InternalAdd, (IPAddressInformationCollection * __this, IPAddressInformation * address, MethodInfo * method)); DO_APP_FUNC(0x025FCDE0, bool, IPAddressInformationCollection_Contains, (IPAddressInformationCollection * __this, IPAddressInformation * address, MethodInfo * method)); DO_APP_FUNC(0x025FC940, IEnumerator *, IPAddressInformationCollection_System_Collections_IEnumerable_GetEnumerator, (IPAddressInformationCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x025FCE70, IEnumerator_1_System_Net_NetworkInformation_IPAddressInformation_ *, IPAddressInformationCollection_GetEnumerator, (IPAddressInformationCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x025FCEF0, IPAddressInformation *, IPAddressInformationCollection_get_Item, (IPAddressInformationCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x025FCF80, bool, IPAddressInformationCollection_Remove, (IPAddressInformationCollection * __this, IPAddressInformation * address, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDECC0, IPAddressInformationCollection_Remove__MethodInfo); DO_APP_FUNC(0x025FCFF0, void, IPAddressInformationCollection_Clear, (IPAddressInformationCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDECB8, IPAddressInformationCollection_Clear__MethodInfo); DO_APP_FUNC(0x025FD060, IPGlobalProperties *, IPGlobalProperties_GetIPGlobalProperties, (MethodInfo * method)); DO_APP_FUNC(0x025FD060, IPGlobalProperties *, IPGlobalProperties_InternalGetIPGlobalProperties, (MethodInfo * method)); DO_APP_FUNC(0x025FD0B0, UnicastIPAddressInformationCollection *, IPGlobalProperties_GetUnicastAddresses, (IPGlobalProperties * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEC30, IPGlobalProperties_GetUnicastAddresses__MethodInfo); DO_APP_FUNC(0x025FD0E0, IAsyncResult *, IPGlobalProperties_BeginGetUnicastAddresses, (IPGlobalProperties * __this, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEC28, IPGlobalProperties_BeginGetUnicastAddresses__MethodInfo); DO_APP_FUNC(0x025FD110, UnicastIPAddressInformationCollection *, IPGlobalProperties_EndGetUnicastAddresses, (IPGlobalProperties * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEC20, IPGlobalProperties_EndGetUnicastAddresses__MethodInfo); DO_APP_FUNC(0x025FD140, Task_1_System_Net_NetworkInformation_UnicastIPAddressInformationCollection_ *, IPGlobalProperties_GetUnicastAddressesAsync, (IPGlobalProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IPGlobalProperties__ctor, (IPGlobalProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IPGlobalStatistics__ctor, (IPGlobalStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IPInterfaceProperties__ctor, (IPInterfaceProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IPInterfaceStatistics__ctor, (IPInterfaceStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IPv4InterfaceStatistics__ctor, (IPv4InterfaceStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IPv4InterfaceProperties__ctor, (IPv4InterfaceProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x025FD290, int64_t, IPv6InterfaceProperties_GetScopeId, (IPv6InterfaceProperties * __this, ScopeLevel__Enum scopeLevel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEC00, IPv6InterfaceProperties_GetScopeId__MethodInfo); DO_APP_FUNC(0x003AC050, void, IPv6InterfaceProperties__ctor, (IPv6InterfaceProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IcmpV4Statistics__ctor, (IcmpV4Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IcmpV6Statistics__ctor, (IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MulticastIPAddressInformation__ctor, (MulticastIPAddressInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x025FD2E0, void, MulticastIPAddressInformationCollection__ctor, (MulticastIPAddressInformationCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x025FD3B0, void, MulticastIPAddressInformationCollection_CopyTo, (MulticastIPAddressInformationCollection * __this, MulticastIPAddressInformation__Array * array, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x025FD420, int32_t, MulticastIPAddressInformationCollection_get_Count, (MulticastIPAddressInformationCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, MulticastIPAddressInformationCollection_get_IsReadOnly, (MulticastIPAddressInformationCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x025FD4A0, void, MulticastIPAddressInformationCollection_Add, (MulticastIPAddressInformationCollection * __this, MulticastIPAddressInformation * address, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEC70, MulticastIPAddressInformationCollection_Add__MethodInfo); DO_APP_FUNC(0x025FD510, void, MulticastIPAddressInformationCollection_InternalAdd, (MulticastIPAddressInformationCollection * __this, MulticastIPAddressInformation * address, MethodInfo * method)); DO_APP_FUNC(0x025FD570, bool, MulticastIPAddressInformationCollection_Contains, (MulticastIPAddressInformationCollection * __this, MulticastIPAddressInformation * address, MethodInfo * method)); DO_APP_FUNC(0x025FC940, IEnumerator *, MulticastIPAddressInformationCollection_System_Collections_IEnumerable_GetEnumerator, (MulticastIPAddressInformationCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x025FD600, IEnumerator_1_System_Net_NetworkInformation_MulticastIPAddressInformation_ *, MulticastIPAddressInformationCollection_GetEnumerator, (MulticastIPAddressInformationCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x025FD680, MulticastIPAddressInformation *, MulticastIPAddressInformationCollection_get_Item, (MulticastIPAddressInformationCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x025FD710, bool, MulticastIPAddressInformationCollection_Remove, (MulticastIPAddressInformationCollection * __this, MulticastIPAddressInformation * address, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEBC8, MulticastIPAddressInformationCollection_Remove__MethodInfo); DO_APP_FUNC(0x025FD780, void, MulticastIPAddressInformationCollection_Clear, (MulticastIPAddressInformationCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEBC0, MulticastIPAddressInformationCollection_Clear__MethodInfo); DO_APP_FUNC(0x025FD7F0, void, NetworkAvailabilityEventArgs__ctor, (NetworkAvailabilityEventArgs * __this, bool isAvailable, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, NetworkAvailabilityEventArgs_get_IsAvailable, (NetworkAvailabilityEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x025FD850, void, NetworkAvailabilityEventArgs__ctor_1, (NetworkAvailabilityEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEBD8, NetworkAvailabilityEventArgs__ctor_1__MethodInfo); DO_APP_FUNC(0x01015CE0, void, NetworkAddressChangedEventHandler__ctor, (NetworkAddressChangedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, NetworkAddressChangedEventHandler_Invoke, (NetworkAddressChangedEventHandler * __this, Object * sender, EventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, NetworkAddressChangedEventHandler_BeginInvoke, (NetworkAddressChangedEventHandler * __this, Object * sender, EventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, NetworkAddressChangedEventHandler_EndInvoke, (NetworkAddressChangedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, NetworkAvailabilityChangedEventHandler__ctor, (NetworkAvailabilityChangedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, NetworkAvailabilityChangedEventHandler_Invoke, (NetworkAvailabilityChangedEventHandler * __this, Object * sender, NetworkAvailabilityEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, NetworkAvailabilityChangedEventHandler_BeginInvoke, (NetworkAvailabilityChangedEventHandler * __this, Object * sender, NetworkAvailabilityEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, NetworkAvailabilityChangedEventHandler_EndInvoke, (NetworkAvailabilityChangedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x025FD880, void, NetworkInformationException__ctor, (NetworkInformationException * __this, MethodInfo * method)); DO_APP_FUNC(0x0255E7F0, void, NetworkInformationException__ctor_1, (NetworkInformationException * __this, int32_t errorCode, MethodInfo * method)); DO_APP_FUNC(0x0255E7F0, void, NetworkInformationException__ctor_2, (NetworkInformationException * __this, SocketError__Enum socketError, MethodInfo * method)); DO_APP_FUNC(0x0255E870, void, NetworkInformationException__ctor_3, (NetworkInformationException * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x00C6E520, int32_t, NetworkInformationException_get_ErrorCode, (NetworkInformationException * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NetworkInformationPermissionAttribute__ctor, (NetworkInformationPermissionAttribute * __this, SecurityAction__Enum action, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, NetworkInformationPermissionAttribute_get_Access, (NetworkInformationPermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, NetworkInformationPermissionAttribute_set_Access, (NetworkInformationPermissionAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x025FD940, IPermission *, NetworkInformationPermissionAttribute_CreatePermission, (NetworkInformationPermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEBA0, NetworkInformationPermissionAttribute_CreatePermission__MethodInfo); DO_APP_FUNC(0x025FDCF0, void, NetworkInformationPermission__ctor, (NetworkInformationPermission * __this, PermissionState__Enum state, MethodInfo * method)); DO_APP_FUNC(0x025FDD10, void, NetworkInformationPermission__ctor_1, (NetworkInformationPermission * __this, bool unrestricted, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NetworkInformationPermission__ctor_2, (NetworkInformationPermission * __this, NetworkInformationAccess__Enum access, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, NetworkInformationAccess__Enum, NetworkInformationPermission_get_Access, (NetworkInformationPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x025FDD20, void, NetworkInformationPermission_AddPermission, (NetworkInformationPermission * __this, NetworkInformationAccess__Enum access, MethodInfo * method)); DO_APP_FUNC(0x003CB250, bool, NetworkInformationPermission_IsUnrestricted, (NetworkInformationPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x025FDD30, IPermission *, NetworkInformationPermission_Copy, (NetworkInformationPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x025FDDA0, IPermission *, NetworkInformationPermission_Union, (NetworkInformationPermission * __this, IPermission * target, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEBF8, NetworkInformationPermission_Union__MethodInfo); DO_APP_FUNC(0x025FDED0, IPermission *, NetworkInformationPermission_Intersect, (NetworkInformationPermission * __this, IPermission * target, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEBF0, NetworkInformationPermission_Intersect__MethodInfo); DO_APP_FUNC(0x025FDFE0, bool, NetworkInformationPermission_IsSubsetOf, (NetworkInformationPermission * __this, IPermission * target, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEBE0, NetworkInformationPermission_IsSubsetOf__MethodInfo); DO_APP_FUNC(0x025FE0E0, void, NetworkInformationPermission_FromXml, (NetworkInformationPermission * __this, SecurityElement * securityElement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEBE8, NetworkInformationPermission_FromXml__MethodInfo); DO_APP_FUNC(0x025FE8B0, SecurityElement *, NetworkInformationPermission_ToXml, (NetworkInformationPermission * __this, MethodInfo * method)); DO_APP_FUNC(0x025FEBD0, NetworkInterface__Array *, NetworkInterface_GetAllNetworkInterfaces, (MethodInfo * method)); DO_APP_FUNC(0x025FEC20, bool, NetworkInterface_GetIsNetworkAvailable, (MethodInfo * method)); DO_APP_FUNC(0x025FEC70, int32_t, NetworkInterface_get_LoopbackInterfaceIndex, (MethodInfo * method)); DO_APP_FUNC(0x025FED20, int32_t, NetworkInterface_get_IPv6LoopbackInterfaceIndex, (MethodInfo * method)); DO_APP_FUNC(0x025FED60, String *, NetworkInterface_get_Id, (NetworkInterface * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEB28, NetworkInterface_get_Id__MethodInfo); DO_APP_FUNC(0x025FEDB0, String *, NetworkInterface_get_Name, (NetworkInterface * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEB20, NetworkInterface_get_Name__MethodInfo); DO_APP_FUNC(0x025FEE00, String *, NetworkInterface_get_Description, (NetworkInterface * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEB78, NetworkInterface_get_Description__MethodInfo); DO_APP_FUNC(0x025FEE50, IPInterfaceProperties *, NetworkInterface_GetIPProperties, (NetworkInterface * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEB70, NetworkInterface_GetIPProperties__MethodInfo); DO_APP_FUNC(0x025FEEA0, IPv4InterfaceStatistics *, NetworkInterface_GetIPv4Statistics, (NetworkInterface * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEB68, NetworkInterface_GetIPv4Statistics__MethodInfo); DO_APP_FUNC(0x025FEEF0, IPInterfaceStatistics *, NetworkInterface_GetIPStatistics, (NetworkInterface * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEB60, NetworkInterface_GetIPStatistics__MethodInfo); DO_APP_FUNC(0x025FEF40, OperationalStatus__Enum, NetworkInterface_get_OperationalStatus, (NetworkInterface * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEB98, NetworkInterface_get_OperationalStatus__MethodInfo); DO_APP_FUNC(0x025FEF90, int64_t, NetworkInterface_get_Speed, (NetworkInterface * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEB90, NetworkInterface_get_Speed__MethodInfo); DO_APP_FUNC(0x025FEFE0, bool, NetworkInterface_get_IsReceiveOnly, (NetworkInterface * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEB88, NetworkInterface_get_IsReceiveOnly__MethodInfo); DO_APP_FUNC(0x025FF030, bool, NetworkInterface_get_SupportsMulticast, (NetworkInterface * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEB80, NetworkInterface_get_SupportsMulticast__MethodInfo); DO_APP_FUNC(0x025FF080, PhysicalAddress *, NetworkInterface_GetPhysicalAddress, (NetworkInterface * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEB50, NetworkInterface_GetPhysicalAddress__MethodInfo); DO_APP_FUNC(0x025FF0D0, NetworkInterfaceType__Enum, NetworkInterface_get_NetworkInterfaceType, (NetworkInterface * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEB48, NetworkInterface_get_NetworkInterfaceType__MethodInfo); DO_APP_FUNC(0x025FF120, bool, NetworkInterface_Supports, (NetworkInterface * __this, NetworkInterfaceComponent__Enum networkInterfaceComponent, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEB40, NetworkInterface_Supports__MethodInfo); DO_APP_FUNC(0x003AC050, void, NetworkInterface__ctor, (NetworkInterface * __this, MethodInfo * method)); DO_APP_FUNC(0x01AA1050, void, PhysicalAddress__ctor, (PhysicalAddress * __this, Byte__Array * address, MethodInfo * method)); DO_APP_FUNC(0x025FF170, int32_t, PhysicalAddress_GetHashCode, (PhysicalAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x025FF280, bool, PhysicalAddress_Equals, (PhysicalAddress * __this, Object * comparand, MethodInfo * method)); DO_APP_FUNC(0x025FF360, String *, PhysicalAddress_ToString, (PhysicalAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x025FF4A0, Byte__Array *, PhysicalAddress_GetAddressBytes, (PhysicalAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x025FF530, PhysicalAddress *, PhysicalAddress_Parse, (String * address, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEB10, PhysicalAddress_Parse__MethodInfo); DO_APP_FUNC(0x025FF930, void, PhysicalAddress__cctor, (MethodInfo * method)); DO_APP_FUNC(0x025FFA60, void, PingOptions__ctor, (PingOptions * __this, int32_t ttl, bool dontFragment, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE47C0, PingOptions__ctor__MethodInfo); DO_APP_FUNC(0x025FFAE0, void, PingOptions__ctor_1, (PingOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, PingOptions_get_Ttl, (PingOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x025FFAF0, void, PingOptions_set_Ttl, (PingOptions * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE47D0, PingOptions_set_Ttl__MethodInfo); DO_APP_FUNC(0x003CB250, bool, PingOptions_get_DontFragment, (PingOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0D520, void, PingOptions_set_DontFragment, (PingOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PingReply__ctor, (PingReply * __this, MethodInfo * method)); DO_APP_FUNC(0x025FFB60, void, PingReply__ctor_1, (PingReply * __this, IPStatus__Enum ipStatus, MethodInfo * method)); DO_APP_FUNC(0x025FFC00, void, PingReply__ctor_2, (PingReply * __this, Byte__Array * data, int32_t dataLength, IPAddress * address, int32_t time, MethodInfo * method)); DO_APP_FUNC(0x025FFE80, void, PingReply__ctor_3, (PingReply * __this, IPAddress * address, Byte__Array * buffer, PingOptions * options, int64_t roundtripTime, IPStatus__Enum status, MethodInfo * method)); DO_APP_FUNC(0x025FFF90, IPStatus__Enum, PingReply_GetIPStatus, (PingReply * __this, IcmpV4Type__Enum type, IcmpV4Code__Enum code, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, IPStatus__Enum, PingReply_get_Status, (PingReply * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IPAddress *, PingReply_get_Address, (PingReply * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, int64_t, PingReply_get_RoundtripTime, (PingReply * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, PingOptions *, PingReply_get_Options, (PingReply * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Byte__Array *, PingReply_get_Buffer, (PingReply * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, SystemGatewayIPAddressInformation__ctor, (SystemGatewayIPAddressInformation * __this, IPAddress * address, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IPAddress *, SystemGatewayIPAddressInformation_get_Address, (SystemGatewayIPAddressInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x02600010, GatewayIPAddressInformationCollection *, SystemGatewayIPAddressInformation_ToGatewayIpAddressInformationCollection, (IPAddressCollection * addresses, MethodInfo * method)); DO_APP_FUNC(0x026002D0, void, SystemIPAddressInformation__ctor, (SystemIPAddressInformation * __this, IPAddress * address, bool isDnsEligible, bool isTransient, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IPAddress *, SystemIPAddressInformation_get_Address, (SystemIPAddressInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, SystemIPAddressInformation_get_IsTransient, (SystemIPAddressInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3A0, bool, SystemIPAddressInformation_get_IsDnsEligible, (SystemIPAddressInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SystemMulticastIPAddressInformation__ctor, (SystemMulticastIPAddressInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, SystemMulticastIPAddressInformation__ctor_1, (SystemMulticastIPAddressInformation * __this, SystemIPAddressInformation * addressInfo, MethodInfo * method)); DO_APP_FUNC(0x01AAAC80, IPAddress *, SystemMulticastIPAddressInformation_get_Address, (SystemMulticastIPAddressInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x02417570, bool, SystemMulticastIPAddressInformation_get_IsTransient, (SystemMulticastIPAddressInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x004982D0, bool, SystemMulticastIPAddressInformation_get_IsDnsEligible, (SystemMulticastIPAddressInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, PrefixOrigin__Enum, SystemMulticastIPAddressInformation_get_PrefixOrigin, (SystemMulticastIPAddressInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, SuffixOrigin__Enum, SystemMulticastIPAddressInformation_get_SuffixOrigin, (SystemMulticastIPAddressInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, DuplicateAddressDetectionState__Enum, SystemMulticastIPAddressInformation_get_DuplicateAddressDetectionState, (SystemMulticastIPAddressInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int64_t, SystemMulticastIPAddressInformation_get_AddressValidLifetime, (SystemMulticastIPAddressInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int64_t, SystemMulticastIPAddressInformation_get_AddressPreferredLifetime, (SystemMulticastIPAddressInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int64_t, SystemMulticastIPAddressInformation_get_DhcpLeaseLifetime, (SystemMulticastIPAddressInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x02600340, MulticastIPAddressInformationCollection *, SystemMulticastIPAddressInformation_ToMulticastIpAddressInformationCollection, (IPAddressInformationCollection * addresses, MethodInfo * method)); DO_APP_FUNC(0x01AB2900, void, SystemTcpConnectionInformation__ctor, (SystemTcpConnectionInformation * __this, IPEndPoint * local, IPEndPoint * remote, TcpState__Enum state, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, TcpState__Enum, SystemTcpConnectionInformation_get_State, (SystemTcpConnectionInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IPEndPoint *, SystemTcpConnectionInformation_get_LocalEndPoint, (SystemTcpConnectionInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IPEndPoint *, SystemTcpConnectionInformation_get_RemoteEndPoint, (SystemTcpConnectionInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TcpConnectionInformation__ctor, (TcpConnectionInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TcpStatistics__ctor, (TcpStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpStatistics__ctor, (UdpStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x02600650, int32_t, UnicastIPAddressInformation_get_PrefixLength, (UnicastIPAddressInformation * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4770, UnicastIPAddressInformation_get_PrefixLength__MethodInfo); DO_APP_FUNC(0x003AC050, void, UnicastIPAddressInformation__ctor, (UnicastIPAddressInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x026006A0, void, UnicastIPAddressInformationCollection__ctor, (UnicastIPAddressInformationCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02600770, void, UnicastIPAddressInformationCollection_CopyTo, (UnicastIPAddressInformationCollection * __this, UnicastIPAddressInformation__Array * array, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x026007E0, int32_t, UnicastIPAddressInformationCollection_get_Count, (UnicastIPAddressInformationCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, UnicastIPAddressInformationCollection_get_IsReadOnly, (UnicastIPAddressInformationCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02600860, void, UnicastIPAddressInformationCollection_Add, (UnicastIPAddressInformationCollection * __this, UnicastIPAddressInformation * address, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE47B0, UnicastIPAddressInformationCollection_Add__MethodInfo); DO_APP_FUNC(0x026008D0, void, UnicastIPAddressInformationCollection_InternalAdd, (UnicastIPAddressInformationCollection * __this, UnicastIPAddressInformation * address, MethodInfo * method)); DO_APP_FUNC(0x02600930, bool, UnicastIPAddressInformationCollection_Contains, (UnicastIPAddressInformationCollection * __this, UnicastIPAddressInformation * address, MethodInfo * method)); DO_APP_FUNC(0x025FC940, IEnumerator *, UnicastIPAddressInformationCollection_System_Collections_IEnumerable_GetEnumerator, (UnicastIPAddressInformationCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026009C0, IEnumerator_1_System_Net_NetworkInformation_UnicastIPAddressInformation_ *, UnicastIPAddressInformationCollection_GetEnumerator, (UnicastIPAddressInformationCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02600A40, UnicastIPAddressInformation *, UnicastIPAddressInformationCollection_get_Item, (UnicastIPAddressInformationCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02600AD0, bool, UnicastIPAddressInformationCollection_Remove, (UnicastIPAddressInformationCollection * __this, UnicastIPAddressInformation * address, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4718, UnicastIPAddressInformationCollection_Remove__MethodInfo); DO_APP_FUNC(0x02600B40, void, UnicastIPAddressInformationCollection_Clear, (UnicastIPAddressInformationCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4710, UnicastIPAddressInformationCollection_Clear__MethodInfo); DO_APP_FUNC(0x01BDA2E0, void, PingException__ctor, (PingException * __this, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, PingException__ctor_1, (PingException * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x01BDA330, void, PingException__ctor_2, (PingException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01BDA350, void, PingException__ctor_3, (PingException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x025FD060, IPGlobalProperties *, IPGlobalPropertiesFactoryPal_Create, (MethodInfo * method)); DO_APP_FUNC(0x02600BB0, void, NetworkChange_add_NetworkAddressChanged, (NetworkAddressChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02600D90, void, NetworkChange_remove_NetworkAddressChanged, (NetworkAddressChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02600F70, void, NetworkChange_add_NetworkAvailabilityChanged, (NetworkAvailabilityChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02601150, void, NetworkChange_remove_NetworkAvailabilityChanged, (NetworkAvailabilityChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02601330, void, NetworkChange_MaybeCreate, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4730, NetworkChange_MaybeCreate__MethodInfo); DO_APP_FUNC(0x01BAE5A0, bool, NetworkChange_get_IsWindows, (MethodInfo * method)); DO_APP_FUNC(0x026014F0, void, NetworkChange_MaybeDispose, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkChange__ctor, (NetworkChange * __this, MethodInfo * method)); DO_APP_FUNC(0x02601600, void, NetworkChange_RegisterNetworkChange, (NetworkChange * nc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4720, NetworkChange_RegisterNetworkChange__MethodInfo); DO_APP_FUNC(0x02601630, void *, MacNetworkChange_dlopen, (String * path, int32_t mode, MethodInfo * method)); DO_APP_FUNC(0x02601690, void *, MacNetworkChange_dlsym, (void * handle, String * symbol, MethodInfo * method)); DO_APP_FUNC(0x02601700, int32_t, MacNetworkChange_dlclose, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x02601780, void, MacNetworkChange_CFRelease, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x026017B0, void *, MacNetworkChange_CFRunLoopGetMain, (MethodInfo * method)); DO_APP_FUNC(0x02601820, void *, MacNetworkChange_SCNetworkReachabilityCreateWithAddress, (void * allocator, MacNetworkChange_sockaddr_in * sockaddr, MethodInfo * method)); DO_APP_FUNC(0x026018B0, bool, MacNetworkChange_SCNetworkReachabilityGetFlags, (void * reachability, MacNetworkChange_NetworkReachabilityFlags__Enum * flags, MethodInfo * method)); DO_APP_FUNC(0x02601940, bool, MacNetworkChange_SCNetworkReachabilitySetCallback, (void * reachability, MacNetworkChange_SCNetworkReachabilityCallback * callback, MacNetworkChange_SCNetworkReachabilityContext * context, MethodInfo * method)); DO_APP_FUNC(0x026019F0, bool, MacNetworkChange_SCNetworkReachabilityScheduleWithRunLoop, (void * reachability, void * runLoop, void * runLoopMode, MethodInfo * method)); DO_APP_FUNC(0x02601A90, bool, MacNetworkChange_SCNetworkReachabilityUnscheduleFromRunLoop, (void * reachability, void * runLoop, void * runLoopMode, MethodInfo * method)); DO_APP_FUNC(0x02601B30, void, MacNetworkChange_add_networkAddressChanged, (MacNetworkChange * __this, NetworkAddressChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02601C20, void, MacNetworkChange_remove_networkAddressChanged, (MacNetworkChange * __this, NetworkAddressChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02601D10, void, MacNetworkChange_add_networkAvailabilityChanged, (MacNetworkChange * __this, NetworkAvailabilityChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02601E00, void, MacNetworkChange_remove_networkAvailabilityChanged, (MacNetworkChange * __this, NetworkAvailabilityChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02601EF0, void, MacNetworkChange_add_NetworkAddressChanged, (MacNetworkChange * __this, NetworkAddressChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02601C20, void, MacNetworkChange_remove_NetworkAddressChanged, (MacNetworkChange * __this, NetworkAddressChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02602050, void, MacNetworkChange_add_NetworkAvailabilityChanged, (MacNetworkChange * __this, NetworkAvailabilityChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02601E00, void, MacNetworkChange_remove_NetworkAvailabilityChanged, (MacNetworkChange * __this, NetworkAvailabilityChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x026021F0, bool, MacNetworkChange_get_IsAvailable, (MacNetworkChange * __this, MethodInfo * method)); DO_APP_FUNC(0x02602210, bool, MacNetworkChange_get_HasRegisteredEvents, (MacNetworkChange * __this, MethodInfo * method)); DO_APP_FUNC(0x02602230, void, MacNetworkChange__ctor, (MacNetworkChange * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE46A0, MacNetworkChange__ctor__MethodInfo); DO_APP_FUNC(0x02602710, bool, MacNetworkChange_LoadRunLoopMode, (MacNetworkChange * __this, MethodInfo * method)); DO_APP_FUNC(0x02602980, void, MacNetworkChange_Dispose, (MacNetworkChange * __this, MethodInfo * method)); DO_APP_FUNC(0x02602C80, void, MacNetworkChange_HandleCallback, (void * reachability, MacNetworkChange_NetworkReachabilityFlags__Enum flags, void * info, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4698, MacNetworkChange_HandleCallback__MethodInfo); DO_APP_FUNC(0x02602E70, void, MacNetworkChange_SCNetworkReachabilityCallback__ctor, (MacNetworkChange_SCNetworkReachabilityCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, MacNetworkChange_SCNetworkReachabilityCallback_Invoke, (MacNetworkChange_SCNetworkReachabilityCallback * __this, void * target, MacNetworkChange_NetworkReachabilityFlags__Enum flags, void * info, MethodInfo * method)); DO_APP_FUNC(0x02602FA0, IAsyncResult *, MacNetworkChange_SCNetworkReachabilityCallback_BeginInvoke, (MacNetworkChange_SCNetworkReachabilityCallback * __this, void * target, MacNetworkChange_NetworkReachabilityFlags__Enum flags, void * info, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, MacNetworkChange_SCNetworkReachabilityCallback_EndInvoke, (MacNetworkChange_SCNetworkReachabilityCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02603060, MacNetworkChange_sockaddr_in, MacNetworkChange_sockaddr_in_Create, (MethodInfo * method)); DO_APP_FUNC(0x02603080, void, LinuxNetworkChange_add_NetworkAddressChanged, (LinuxNetworkChange * __this, NetworkAddressChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02603180, void, LinuxNetworkChange_remove_NetworkAddressChanged, (LinuxNetworkChange * __this, NetworkAddressChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02603190, void, LinuxNetworkChange_add_NetworkAvailabilityChanged, (LinuxNetworkChange * __this, NetworkAvailabilityChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02603290, void, LinuxNetworkChange_remove_NetworkAvailabilityChanged, (LinuxNetworkChange * __this, NetworkAvailabilityChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x026032A0, bool, LinuxNetworkChange_get_HasRegisteredEvents, (LinuxNetworkChange * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LinuxNetworkChange_Dispose, (LinuxNetworkChange * __this, MethodInfo * method)); DO_APP_FUNC(0x026032C0, bool, LinuxNetworkChange_EnsureSocket, (LinuxNetworkChange * __this, MethodInfo * method)); DO_APP_FUNC(0x02603480, void, LinuxNetworkChange_MaybeCloseSocket, (LinuxNetworkChange * __this, MethodInfo * method)); DO_APP_FUNC(0x026034F0, bool, LinuxNetworkChange_GetAvailability, (LinuxNetworkChange * __this, MethodInfo * method)); DO_APP_FUNC(0x026035D0, void, LinuxNetworkChange_OnAvailabilityChanged, (LinuxNetworkChange * __this, Object * unused, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE46B0, LinuxNetworkChange_OnAvailabilityChanged__MethodInfo); DO_APP_FUNC(0x02603750, void, LinuxNetworkChange_OnAddressChanged, (LinuxNetworkChange * __this, Object * unused, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE46B8, LinuxNetworkChange_OnAddressChanged__MethodInfo); DO_APP_FUNC(0x026037D0, void, LinuxNetworkChange_OnEventDue, (LinuxNetworkChange * __this, Object * unused, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4658, LinuxNetworkChange_OnEventDue__MethodInfo); DO_APP_FUNC(0x02603AC0, void, LinuxNetworkChange_QueueEvent, (LinuxNetworkChange * __this, LinuxNetworkChange_EventType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02603E00, void, LinuxNetworkChange_OnDataAvailable, (LinuxNetworkChange * __this, Object * sender, SocketAsyncEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE46C8, LinuxNetworkChange_OnDataAvailable__MethodInfo); DO_APP_FUNC(0x02603080, void, LinuxNetworkChange_Register, (LinuxNetworkChange * __this, NetworkAddressChangedEventHandler * d, MethodInfo * method)); DO_APP_FUNC(0x02603190, void, LinuxNetworkChange_Register_1, (LinuxNetworkChange * __this, NetworkAvailabilityChangedEventHandler * d, MethodInfo * method)); DO_APP_FUNC(0x02603EE0, void, LinuxNetworkChange_Unregister, (LinuxNetworkChange * __this, NetworkAddressChangedEventHandler * d, MethodInfo * method)); DO_APP_FUNC(0x02604100, void, LinuxNetworkChange_Unregister_1, (LinuxNetworkChange * __this, NetworkAvailabilityChangedEventHandler * d, MethodInfo * method)); DO_APP_FUNC(0x02604320, void *, LinuxNetworkChange_CreateNLSocket, (MethodInfo * method)); DO_APP_FUNC(0x02604330, LinuxNetworkChange_EventType__Enum, LinuxNetworkChange_ReadEvents, (void * sock, void * buffer, int32_t count, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02604340, void *, LinuxNetworkChange_CloseNLSocket, (void * sock, MethodInfo * method)); DO_APP_FUNC(0x02604350, void, LinuxNetworkChange__ctor, (LinuxNetworkChange * __this, MethodInfo * method)); DO_APP_FUNC(0x026043E0, NetworkInterface__Array *, SystemNetworkInterface_GetNetworkInterfaces, (MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, SystemNetworkInterface_InternalGetIsNetworkAvailable, (MethodInfo * method)); DO_APP_FUNC(0x02604470, int32_t, SystemNetworkInterface_get_InternalLoopbackInterfaceIndex, (MethodInfo * method)); DO_APP_FUNC(0x026044F0, int32_t, SystemNetworkInterface_get_InternalIPv6LoopbackInterfaceIndex, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4678, SystemNetworkInterface_get_InternalIPv6LoopbackInterfaceIndex__MethodInfo); DO_APP_FUNC(0x02604540, IPAddress *, SystemNetworkInterface_GetNetMask, (IPAddress * address, MethodInfo * method)); DO_APP_FUNC(0x026045C0, void, SystemNetworkInterface__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02604750, NetworkInterfaceFactory *, NetworkInterfaceFactory_Create, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkInterfaceFactory__ctor, (NetworkInterfaceFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02604750, NetworkInterfaceFactory *, NetworkInterfaceFactoryPal_Create, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4660, NetworkInterfaceFactoryPal_Create__MethodInfo); DO_APP_FUNC(0x02604860, void, Ping_add_PingCompleted, (Ping * __this, PingCompletedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02604950, void, Ping_remove_PingCompleted, (Ping * __this, PingCompletedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02604A40, void, Ping__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02604ED0, void, Ping__ctor, (Ping * __this, MethodInfo * method)); DO_APP_FUNC(0x02604FD0, int32_t, Ping_capget, (Ping_cap_user_header_t * header, Ping_cap_user_data_t * data, MethodInfo * method)); DO_APP_FUNC(0x02605060, void, Ping_CheckLinuxCapabilities, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Ping_System_IDisposable_Dispose, (Ping * __this, MethodInfo * method)); DO_APP_FUNC(0x026051B0, void, Ping_OnPingCompleted, (Ping * __this, PingCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x02605330, PingReply *, Ping_Send, (Ping * __this, IPAddress * address, MethodInfo * method)); DO_APP_FUNC(0x02605580, PingReply *, Ping_Send_1, (Ping * __this, IPAddress * address, int32_t timeout, MethodInfo * method)); DO_APP_FUNC(0x02605660, PingReply *, Ping_Send_2, (Ping * __this, IPAddress * address, int32_t timeout, Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC(0x02605700, PingReply *, Ping_Send_3, (Ping * __this, String * hostNameOrAddress, MethodInfo * method)); DO_APP_FUNC(0x026059B0, PingReply *, Ping_Send_4, (Ping * __this, String * hostNameOrAddress, int32_t timeout, MethodInfo * method)); DO_APP_FUNC(0x02605AF0, PingReply *, Ping_Send_5, (Ping * __this, String * hostNameOrAddress, int32_t timeout, Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC(0x02605BF0, PingReply *, Ping_Send_6, (Ping * __this, String * hostNameOrAddress, int32_t timeout, Byte__Array * buffer, PingOptions * options, MethodInfo * method)); DO_APP_FUNC(0x02605CA0, PingReply *, Ping_Send_7, (Ping * __this, IPAddress * address, int32_t timeout, Byte__Array * buffer, PingOptions * options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4648, Ping_Send_7__MethodInfo); DO_APP_FUNC(0x02605ED0, PingReply *, Ping_SendPrivileged, (Ping * __this, IPAddress * address, int32_t timeout, Byte__Array * buffer, PingOptions * options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE45E0, Ping_SendPrivileged__MethodInfo); DO_APP_FUNC(0x026069F0, PingReply *, Ping_SendUnprivileged, (Ping * __this, IPAddress * address, int32_t timeout, Byte__Array * buffer, PingOptions * options, MethodInfo * method)); DO_APP_FUNC(0x02607140, void, Ping_SendAsync, (Ping * __this, IPAddress * address, int32_t timeout, Byte__Array * buffer, Object * userToken, MethodInfo * method)); DO_APP_FUNC(0x02607210, void, Ping_SendAsync_1, (Ping * __this, IPAddress * address, int32_t timeout, Object * userToken, MethodInfo * method)); DO_APP_FUNC(0x02607320, void, Ping_SendAsync_2, (Ping * __this, IPAddress * address, Object * userToken, MethodInfo * method)); DO_APP_FUNC(0x02607430, void, Ping_SendAsync_3, (Ping * __this, String * hostNameOrAddress, int32_t timeout, Byte__Array * buffer, Object * userToken, MethodInfo * method)); DO_APP_FUNC(0x02607540, void, Ping_SendAsync_4, (Ping * __this, String * hostNameOrAddress, int32_t timeout, Byte__Array * buffer, PingOptions * options, Object * userToken, MethodInfo * method)); DO_APP_FUNC(0x02607600, void, Ping_SendAsync_5, (Ping * __this, String * hostNameOrAddress, int32_t timeout, Object * userToken, MethodInfo * method)); DO_APP_FUNC(0x02607750, void, Ping_SendAsync_6, (Ping * __this, String * hostNameOrAddress, Object * userToken, MethodInfo * method)); DO_APP_FUNC(0x026078B0, void, Ping_SendAsync_7, (Ping * __this, IPAddress * address, int32_t timeout, Byte__Array * buffer, PingOptions * options, Object * userToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE45A8, Ping_SendAsync_7__MethodInfo); DO_APP_FUNC(0x02607C60, void, Ping_SendAsyncCancel, (Ping * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4580, Ping_SendAsyncCancel__MethodInfo); DO_APP_FUNC(0x02607D40, String *, Ping_BuildPingArgs, (Ping * __this, IPAddress * address, int32_t timeout, PingOptions * options, MethodInfo * method)); DO_APP_FUNC(0x02608010, Task_1_System_Net_NetworkInformation_PingReply_ *, Ping_SendPingAsync, (Ping * __this, IPAddress * address, int32_t timeout, Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC(0x026080E0, Task_1_System_Net_NetworkInformation_PingReply_ *, Ping_SendPingAsync_1, (Ping * __this, IPAddress * address, int32_t timeout, MethodInfo * method)); DO_APP_FUNC(0x026080E0, Task_1_System_Net_NetworkInformation_PingReply_ *, Ping_SendPingAsync_2, (Ping * __this, IPAddress * address, MethodInfo * method)); DO_APP_FUNC(0x026081E0, Task_1_System_Net_NetworkInformation_PingReply_ *, Ping_SendPingAsync_3, (Ping * __this, String * hostNameOrAddress, int32_t timeout, Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC(0x026082F0, Task_1_System_Net_NetworkInformation_PingReply_ *, Ping_SendPingAsync_4, (Ping * __this, String * hostNameOrAddress, int32_t timeout, Byte__Array * buffer, PingOptions * options, MethodInfo * method)); DO_APP_FUNC(0x026083A0, Task_1_System_Net_NetworkInformation_PingReply_ *, Ping_SendPingAsync_5, (Ping * __this, String * hostNameOrAddress, int32_t timeout, MethodInfo * method)); DO_APP_FUNC(0x026084F0, Task_1_System_Net_NetworkInformation_PingReply_ *, Ping_SendPingAsync_6, (Ping * __this, String * hostNameOrAddress, MethodInfo * method)); DO_APP_FUNC(0x02608630, Task_1_System_Net_NetworkInformation_PingReply_ *, Ping_SendPingAsync_7, (Ping * __this, IPAddress * address, int32_t timeout, Byte__Array * buffer, PingOptions * options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4538, Ping_SendPingAsync_7__MethodInfo); DO_APP_FUNC(0x02608B40, void, Ping_IcmpMessage__ctor, (Ping_IcmpMessage * __this, Byte__Array * bytes, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02608C20, void, Ping_IcmpMessage__ctor_1, (Ping_IcmpMessage * __this, uint8_t type, uint8_t code, uint16_t identifier, uint16_t sequence, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x02608E60, uint8_t, Ping_IcmpMessage_get_Type, (Ping_IcmpMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0C110, uint8_t, Ping_IcmpMessage_get_Code, (Ping_IcmpMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x02608E90, uint16_t, Ping_IcmpMessage_get_Identifier, (Ping_IcmpMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x02608ED0, uint16_t, Ping_IcmpMessage_get_Sequence, (Ping_IcmpMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x02608F10, Byte__Array *, Ping_IcmpMessage_get_Data, (Ping_IcmpMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Byte__Array *, Ping_IcmpMessage_GetBytes, (Ping_IcmpMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x02608FA0, uint16_t, Ping_IcmpMessage_ComputeChecksum, (Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x02609020, IPStatus__Enum, Ping_IcmpMessage_get_IPStatus, (Ping_IcmpMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Ping_c_DisplayClass39_0__ctor, (Ping_c_DisplayClass39_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02609160, void, Ping_c_DisplayClass39_0__SendAsync_b__0, (Ping_c_DisplayClass39_0 * __this, Object * o, DoWorkEventArgs * ea, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE45A0, Ping_c_DisplayClass39_0__SendAsync_b__0__MethodInfo); DO_APP_FUNC(0x026092B0, void, Ping_c_DisplayClass39_0__SendAsync_b__1, (Ping_c_DisplayClass39_0 * __this, Object * o, RunWorkerCompletedEventArgs * ea, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4598, Ping_c_DisplayClass39_0__SendAsync_b__1__MethodInfo); DO_APP_FUNC(0x003AC050, void, Ping_c_DisplayClass50_0__ctor, (Ping_c_DisplayClass50_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02609430, PingReply *, Ping_c_DisplayClass50_0__SendPingAsync_b__0, (Ping_c_DisplayClass50_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4520, Ping_c_DisplayClass50_0__SendPingAsync_b__0__MethodInfo); DO_APP_FUNC(0x02609470, void, Ping_c_DisplayClass50_0__SendPingAsync_b__1, (Ping_c_DisplayClass50_0 * __this, Task_1_System_Net_NetworkInformation_PingReply_ * t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4518, Ping_c_DisplayClass50_0__SendPingAsync_b__1__MethodInfo); DO_APP_FUNC(0x02609740, void, PingCompletedEventArgs__ctor, (PingCompletedEventArgs * __this, Exception * ex, bool cancelled, Object * userState, PingReply * reply, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, PingReply *, PingCompletedEventArgs_get_Reply, (PingCompletedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x026097B0, void, PingCompletedEventArgs__ctor_1, (PingCompletedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4568, PingCompletedEventArgs__ctor_1__MethodInfo); DO_APP_FUNC(0x01093AD0, void, PingCompletedEventHandler__ctor, (PingCompletedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, PingCompletedEventHandler_Invoke, (PingCompletedEventHandler * __this, Object * sender, PingCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, PingCompletedEventHandler_BeginInvoke, (PingCompletedEventHandler * __this, Object * sender, PingCompletedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, PingCompletedEventHandler_EndInvoke, (PingCompletedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x026097E0, void, Win32IPAddressCollection__ctor, (Win32IPAddressCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026097F0, void, Win32IPAddressCollection__ctor_1, (Win32IPAddressCollection * __this, IntPtr__Array * heads, MethodInfo * method)); DO_APP_FUNC(0x02609860, void, Win32IPAddressCollection__ctor_2, (Win32IPAddressCollection * __this, Win32_IP_ADDR_STRING__Array * al, MethodInfo * method)); DO_APP_FUNC(0x02609A40, Win32IPAddressCollection *, Win32IPAddressCollection_FromAnycast, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x02609C70, Win32IPAddressCollection *, Win32IPAddressCollection_FromDnsServer, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x02609EA0, Win32IPAddressCollection *, Win32IPAddressCollection_FromSocketAddress, (Win32_SOCKET_ADDRESS addr, MethodInfo * method)); DO_APP_FUNC(0x02609F70, Win32IPAddressCollection *, Win32IPAddressCollection_FromWinsServer, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x0260A1A0, void, Win32IPAddressCollection_AddSubsequentlyString, (Win32IPAddressCollection * __this, void * head, MethodInfo * method)); DO_APP_FUNC(0x0260A4A0, void, Win32IPAddressCollection__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0260A600, void, Win32IPGlobalProperties_FillTcpTable, (Win32IPGlobalProperties * __this, List_1_System_Net_NetworkInformation_Win32IPGlobalProperties_Win32_MIB_TCPROW_ * * tab4, List_1_System_Net_NetworkInformation_Win32IPGlobalProperties_Win32_MIB_TCP6ROW_ * * tab6, MethodInfo * method)); DO_APP_FUNC(0x0260ADA0, bool, Win32IPGlobalProperties_IsListenerState, (Win32IPGlobalProperties * __this, TcpState__Enum state, MethodInfo * method)); DO_APP_FUNC(0x0260ADC0, TcpConnectionInformation__Array *, Win32IPGlobalProperties_GetActiveTcpConnections, (Win32IPGlobalProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0260B340, IPEndPoint__Array *, Win32IPGlobalProperties_GetActiveTcpListeners, (Win32IPGlobalProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0260B5A0, IPEndPoint__Array *, Win32IPGlobalProperties_GetActiveUdpListeners, (Win32IPGlobalProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0260BDF0, IcmpV4Statistics *, Win32IPGlobalProperties_GetIcmpV4Statistics, (Win32IPGlobalProperties * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4450, Win32IPGlobalProperties_GetIcmpV4Statistics__MethodInfo); DO_APP_FUNC(0x0260C030, IcmpV6Statistics *, Win32IPGlobalProperties_GetIcmpV6Statistics, (Win32IPGlobalProperties * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE43A8, Win32IPGlobalProperties_GetIcmpV6Statistics__MethodInfo); DO_APP_FUNC(0x0260C230, IPGlobalStatistics *, Win32IPGlobalProperties_GetIPv4GlobalStatistics, (Win32IPGlobalProperties * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE43B8, Win32IPGlobalProperties_GetIPv4GlobalStatistics__MethodInfo); DO_APP_FUNC(0x0260C450, IPGlobalStatistics *, Win32IPGlobalProperties_GetIPv6GlobalStatistics, (Win32IPGlobalProperties * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE43B0, Win32IPGlobalProperties_GetIPv6GlobalStatistics__MethodInfo); DO_APP_FUNC(0x0260C670, TcpStatistics *, Win32IPGlobalProperties_GetTcpIPv4Statistics, (Win32IPGlobalProperties * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4388, Win32IPGlobalProperties_GetTcpIPv4Statistics__MethodInfo); DO_APP_FUNC(0x0260C8A0, TcpStatistics *, Win32IPGlobalProperties_GetTcpIPv6Statistics, (Win32IPGlobalProperties * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4398, Win32IPGlobalProperties_GetTcpIPv6Statistics__MethodInfo); DO_APP_FUNC(0x0260CAD0, UdpStatistics *, Win32IPGlobalProperties_GetUdpIPv4Statistics, (Win32IPGlobalProperties * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE43C0, Win32IPGlobalProperties_GetUdpIPv4Statistics__MethodInfo); DO_APP_FUNC(0x0260CC90, UdpStatistics *, Win32IPGlobalProperties_GetUdpIPv6Statistics, (Win32IPGlobalProperties * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE43D0, Win32IPGlobalProperties_GetUdpIPv6Statistics__MethodInfo); DO_APP_FUNC(0x0260CE50, String *, Win32IPGlobalProperties_get_DhcpScopeName, (Win32IPGlobalProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0260CE70, String *, Win32IPGlobalProperties_get_DomainName, (Win32IPGlobalProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0260CE90, String *, Win32IPGlobalProperties_get_HostName, (Win32IPGlobalProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0260CEB0, bool, Win32IPGlobalProperties_get_IsWinsProxy, (Win32IPGlobalProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0260CEE0, NetBiosNodeType__Enum, Win32IPGlobalProperties_get_NodeType, (Win32IPGlobalProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0260CF00, int32_t, Win32IPGlobalProperties_GetTcpTable, (Byte__Array * pTcpTable, int32_t * pdwSize, bool bOrder, MethodInfo * method)); DO_APP_FUNC(0x0260CFB0, int32_t, Win32IPGlobalProperties_GetTcp6Table, (Byte__Array * TcpTable, int32_t * SizePointer, bool Order, MethodInfo * method)); DO_APP_FUNC(0x0260D060, int32_t, Win32IPGlobalProperties_GetUdpTable, (Byte__Array * pUdpTable, int32_t * pdwSize, bool bOrder, MethodInfo * method)); DO_APP_FUNC(0x0260D110, int32_t, Win32IPGlobalProperties_GetUdp6Table, (Byte__Array * Udp6Table, int32_t * SizePointer, bool Order, MethodInfo * method)); DO_APP_FUNC(0x0260D1C0, int32_t, Win32IPGlobalProperties_GetTcpStatisticsEx, (Win32_MIB_TCPSTATS * pStats, int32_t dwFamily, MethodInfo * method)); DO_APP_FUNC(0x0260D250, int32_t, Win32IPGlobalProperties_GetUdpStatisticsEx, (Win32_MIB_UDPSTATS * pStats, int32_t dwFamily, MethodInfo * method)); DO_APP_FUNC(0x0260D2E0, int32_t, Win32IPGlobalProperties_GetIcmpStatistics, (Win32_MIBICMPINFO * pStats, int32_t dwFamily, MethodInfo * method)); DO_APP_FUNC(0x0260D370, int32_t, Win32IPGlobalProperties_GetIcmpStatisticsEx, (Win32_MIB_ICMP_EX * pStats, int32_t dwFamily, MethodInfo * method)); DO_APP_FUNC(0x0260D580, int32_t, Win32IPGlobalProperties_GetIpStatisticsEx, (Win32_MIB_IPSTATS * pStats, int32_t dwFamily, MethodInfo * method)); DO_APP_FUNC(0x0260D610, uint16_t, Win32IPGlobalProperties_ntohs, (uint16_t netshort, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Win32IPGlobalProperties__ctor, (Win32IPGlobalProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0260D690, IPEndPoint *, Win32IPGlobalProperties_Win32_MIB_TCPROW_get_LocalEndPoint, (Win32IPGlobalProperties_Win32_MIB_TCPROW * __this, MethodInfo * method)); DO_APP_FUNC(0x0260D720, IPEndPoint *, Win32IPGlobalProperties_Win32_MIB_TCPROW_get_RemoteEndPoint, (Win32IPGlobalProperties_Win32_MIB_TCPROW * __this, MethodInfo * method)); DO_APP_FUNC(0x0260D7B0, TcpConnectionInformation *, Win32IPGlobalProperties_Win32_MIB_TCPROW_get_TcpInfo, (Win32IPGlobalProperties_Win32_MIB_TCPROW * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Win32IPGlobalProperties_Win32_MIB_TCPROW__ctor, (Win32IPGlobalProperties_Win32_MIB_TCPROW * __this, MethodInfo * method)); DO_APP_FUNC(0x0260D8B0, IPEndPoint *, Win32IPGlobalProperties_Win32_MIB_TCP6ROW_get_LocalEndPoint, (Win32IPGlobalProperties_Win32_MIB_TCP6ROW * __this, MethodInfo * method)); DO_APP_FUNC(0x0260D9F0, IPEndPoint *, Win32IPGlobalProperties_Win32_MIB_TCP6ROW_get_RemoteEndPoint, (Win32IPGlobalProperties_Win32_MIB_TCP6ROW * __this, MethodInfo * method)); DO_APP_FUNC(0x0260DB30, TcpConnectionInformation *, Win32IPGlobalProperties_Win32_MIB_TCP6ROW_get_TcpInfo, (Win32IPGlobalProperties_Win32_MIB_TCP6ROW * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Win32IPGlobalProperties_Win32_MIB_TCP6ROW__ctor, (Win32IPGlobalProperties_Win32_MIB_TCP6ROW * __this, MethodInfo * method)); DO_APP_FUNC(0x0260DCE0, IPEndPoint *, Win32IPGlobalProperties_Win32_MIB_UDPROW_get_LocalEndPoint, (Win32IPGlobalProperties_Win32_MIB_UDPROW * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Win32IPGlobalProperties_Win32_MIB_UDPROW__ctor, (Win32IPGlobalProperties_Win32_MIB_UDPROW * __this, MethodInfo * method)); DO_APP_FUNC(0x0260DD70, IPEndPoint *, Win32IPGlobalProperties_Win32_MIB_UDP6ROW_get_LocalEndPoint, (Win32IPGlobalProperties_Win32_MIB_UDP6ROW * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Win32IPGlobalProperties_Win32_MIB_UDP6ROW__ctor, (Win32IPGlobalProperties_Win32_MIB_UDP6ROW * __this, MethodInfo * method)); DO_APP_FUNC(0x025FD060, IPGlobalProperties *, Win32IPGlobalPropertiesFactoryPal_Create, (MethodInfo * method)); DO_APP_FUNC(0x0260DEB0, void, Win32IPGlobalStatistics__ctor, (Win32IPGlobalStatistics * __this, Win32_MIB_IPSTATS info, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, Win32IPGlobalStatistics_get_DefaultTtl, (Win32IPGlobalStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x01F19650, bool, Win32IPGlobalStatistics_get_ForwardingEnabled, (Win32IPGlobalStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x00764A50, int32_t, Win32IPGlobalStatistics_get_NumberOfInterfaces, (Win32IPGlobalStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x007661F0, int32_t, Win32IPGlobalStatistics_get_NumberOfIPAddresses, (Win32IPGlobalStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x007666D0, int32_t, Win32IPGlobalStatistics_get_NumberOfRoutes, (Win32IPGlobalStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, int64_t, Win32IPGlobalStatistics_get_OutputPacketRequests, (Win32IPGlobalStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int64_t, Win32IPGlobalStatistics_get_OutputPacketRoutingDiscards, (Win32IPGlobalStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x01365740, int64_t, Win32IPGlobalStatistics_get_OutputPacketsDiscarded, (Win32IPGlobalStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int64_t, Win32IPGlobalStatistics_get_OutputPacketsWithNoRoute, (Win32IPGlobalStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A6C0, int64_t, Win32IPGlobalStatistics_get_PacketFragmentFailures, (Win32IPGlobalStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5400, int64_t, Win32IPGlobalStatistics_get_PacketReassembliesRequired, (Win32IPGlobalStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0111DD10, int64_t, Win32IPGlobalStatistics_get_PacketReassemblyFailures, (Win32IPGlobalStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88B20, int64_t, Win32IPGlobalStatistics_get_PacketReassemblyTimeout, (Win32IPGlobalStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x01D80210, int64_t, Win32IPGlobalStatistics_get_PacketsFragmented, (Win32IPGlobalStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x00A528F0, int64_t, Win32IPGlobalStatistics_get_PacketsReassembled, (Win32IPGlobalStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int64_t, Win32IPGlobalStatistics_get_ReceivedPackets, (Win32IPGlobalStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int64_t, Win32IPGlobalStatistics_get_ReceivedPacketsDelivered, (Win32IPGlobalStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, int64_t, Win32IPGlobalStatistics_get_ReceivedPacketsDiscarded, (Win32IPGlobalStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int64_t, Win32IPGlobalStatistics_get_ReceivedPacketsForwarded, (Win32IPGlobalStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int64_t, Win32IPGlobalStatistics_get_ReceivedPacketsWithAddressErrors, (Win32IPGlobalStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int64_t, Win32IPGlobalStatistics_get_ReceivedPacketsWithHeadersErrors, (Win32IPGlobalStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int64_t, Win32IPGlobalStatistics_get_ReceivedPacketsWithUnknownProtocol, (Win32IPGlobalStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260DEF0, void, Win32IPInterfaceProperties2__ctor, (Win32IPInterfaceProperties2 * __this, Win32_IP_ADAPTER_ADDRESSES addr, Win32_MIB_IFROW mib4, Win32_MIB_IFROW mib6, MethodInfo * method)); DO_APP_FUNC(0x0260E120, IPv4InterfaceProperties *, Win32IPInterfaceProperties2_GetIPv4Properties, (Win32IPInterfaceProperties2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0260E340, IPv6InterfaceProperties *, Win32IPInterfaceProperties2_GetIPv6Properties, (Win32IPInterfaceProperties2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0260E480, IPAddressInformationCollection *, Win32IPInterfaceProperties2_get_AnycastAddresses, (Win32IPInterfaceProperties2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0260E490, IPAddressInformationCollection *, Win32IPInterfaceProperties2_Win32FromAnycast, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x0260E830, IPAddressCollection *, Win32IPInterfaceProperties2_get_DhcpServerAddresses, (Win32IPInterfaceProperties2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0260E990, IPAddressCollection *, Win32IPInterfaceProperties2_get_DnsAddresses, (Win32IPInterfaceProperties2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, String *, Win32IPInterfaceProperties2_get_DnsSuffix, (Win32IPInterfaceProperties2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0260E9F0, GatewayIPAddressInformationCollection *, Win32IPInterfaceProperties2_get_GatewayAddresses, (Win32IPInterfaceProperties2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0260ECD0, bool, Win32IPInterfaceProperties2_get_IsDnsEnabled, (Win32IPInterfaceProperties2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0260ED00, bool, Win32IPInterfaceProperties2_get_IsDynamicDnsEnabled, (Win32IPInterfaceProperties2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0260ED90, MulticastIPAddressInformationCollection *, Win32IPInterfaceProperties2_get_MulticastAddresses, (Win32IPInterfaceProperties2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0260EDA0, MulticastIPAddressInformationCollection *, Win32IPInterfaceProperties2_Win32FromMulticast, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x0260F120, UnicastIPAddressInformationCollection *, Win32IPInterfaceProperties2_get_UnicastAddresses, (Win32IPInterfaceProperties2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0260F170, UnicastIPAddressInformationCollection *, Win32IPInterfaceProperties2_Win32FromUnicast, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x0260F450, IPAddressCollection *, Win32IPInterfaceProperties2_get_WinsServersAddresses, (Win32IPInterfaceProperties2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0260F4E0, int32_t, Win32IPv4InterfaceProperties_GetPerAdapterInfo, (int32_t IfIndex, Win32_IP_PER_ADAPTER_INFO * pPerAdapterInfo, int32_t * pOutBufLen, MethodInfo * method)); DO_APP_FUNC(0x0260F600, void, Win32IPv4InterfaceProperties__ctor, (Win32IPv4InterfaceProperties * __this, Win32_IP_ADAPTER_ADDRESSES addr, Win32_MIB_IFROW mib, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE42D0, Win32IPv4InterfaceProperties__ctor__MethodInfo); DO_APP_FUNC(0x01D65440, int32_t, Win32IPv4InterfaceProperties_get_Index, (Win32IPv4InterfaceProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0260F930, bool, Win32IPv4InterfaceProperties_get_IsAutomaticPrivateAddressingActive, (Win32IPv4InterfaceProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0260F960, bool, Win32IPv4InterfaceProperties_get_IsAutomaticPrivateAddressingEnabled, (Win32IPv4InterfaceProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0260F990, bool, Win32IPv4InterfaceProperties_get_IsDhcpEnabled, (Win32IPv4InterfaceProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0260F9A0, bool, Win32IPv4InterfaceProperties_get_IsForwardingEnabled, (Win32IPv4InterfaceProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6C380, int32_t, Win32IPv4InterfaceProperties_get_Mtu, (Win32IPv4InterfaceProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0260F9D0, bool, Win32IPv4InterfaceProperties_get_UsesWins, (Win32IPv4InterfaceProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Win32_IP_PER_ADAPTER_INFO__ctor, (Win32_IP_PER_ADAPTER_INFO * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FA20, void, Win32IPv4InterfaceStatistics__ctor, (Win32IPv4InterfaceStatistics * __this, Win32_MIB_IFROW info, MethodInfo * method)); DO_APP_FUNC(0x0260FAB0, int64_t, Win32IPv4InterfaceStatistics_get_BytesReceived, (Win32IPv4InterfaceStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FAC0, int64_t, Win32IPv4InterfaceStatistics_get_BytesSent, (Win32IPv4InterfaceStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FAD0, int64_t, Win32IPv4InterfaceStatistics_get_IncomingPacketsDiscarded, (Win32IPv4InterfaceStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FAE0, int64_t, Win32IPv4InterfaceStatistics_get_IncomingPacketsWithErrors, (Win32IPv4InterfaceStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FAF0, int64_t, Win32IPv4InterfaceStatistics_get_IncomingUnknownProtocolPackets, (Win32IPv4InterfaceStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FB00, int64_t, Win32IPv4InterfaceStatistics_get_NonUnicastPacketsReceived, (Win32IPv4InterfaceStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FB10, int64_t, Win32IPv4InterfaceStatistics_get_NonUnicastPacketsSent, (Win32IPv4InterfaceStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FB20, int64_t, Win32IPv4InterfaceStatistics_get_OutgoingPacketsDiscarded, (Win32IPv4InterfaceStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FB30, int64_t, Win32IPv4InterfaceStatistics_get_OutgoingPacketsWithErrors, (Win32IPv4InterfaceStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FB40, int64_t, Win32IPv4InterfaceStatistics_get_OutputQueueLength, (Win32IPv4InterfaceStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x00C54CA0, int64_t, Win32IPv4InterfaceStatistics_get_UnicastPacketsReceived, (Win32IPv4InterfaceStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FB50, int64_t, Win32IPv4InterfaceStatistics_get_UnicastPacketsSent, (Win32IPv4InterfaceStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FA20, void, Win32IPv6InterfaceProperties__ctor, (Win32IPv6InterfaceProperties * __this, Win32_MIB_IFROW mib, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, Win32IPv6InterfaceProperties_get_Index, (Win32IPv6InterfaceProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, Win32IPv6InterfaceProperties_get_Mtu, (Win32IPv6InterfaceProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FB60, void, Win32IcmpV4Statistics__ctor, (Win32IcmpV4Statistics * __this, Win32_MIBICMPINFO info, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int64_t, Win32IcmpV4Statistics_get_AddressMaskRepliesReceived, (Win32IcmpV4Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x01015EC0, int64_t, Win32IcmpV4Statistics_get_AddressMaskRepliesSent, (Win32IcmpV4Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x01365740, int64_t, Win32IcmpV4Statistics_get_AddressMaskRequestsReceived, (Win32IcmpV4Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x01B48D90, int64_t, Win32IcmpV4Statistics_get_AddressMaskRequestsSent, (Win32IcmpV4Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int64_t, Win32IcmpV4Statistics_get_DestinationUnreachableMessagesReceived, (Win32IcmpV4Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x00A528F0, int64_t, Win32IcmpV4Statistics_get_DestinationUnreachableMessagesSent, (Win32IcmpV4Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int64_t, Win32IcmpV4Statistics_get_EchoRepliesReceived, (Win32IcmpV4Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x007661F0, int64_t, Win32IcmpV4Statistics_get_EchoRepliesSent, (Win32IcmpV4Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, int64_t, Win32IcmpV4Statistics_get_EchoRequestsReceived, (Win32IcmpV4Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x00764A50, int64_t, Win32IcmpV4Statistics_get_EchoRequestsSent, (Win32IcmpV4Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int64_t, Win32IcmpV4Statistics_get_ErrorsReceived, (Win32IcmpV4Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5400, int64_t, Win32IcmpV4Statistics_get_ErrorsSent, (Win32IcmpV4Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int64_t, Win32IcmpV4Statistics_get_MessagesReceived, (Win32IcmpV4Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88B20, int64_t, Win32IcmpV4Statistics_get_MessagesSent, (Win32IcmpV4Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int64_t, Win32IcmpV4Statistics_get_ParameterProblemsReceived, (Win32IcmpV4Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x01D80210, int64_t, Win32IcmpV4Statistics_get_ParameterProblemsSent, (Win32IcmpV4Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int64_t, Win32IcmpV4Statistics_get_RedirectsReceived, (Win32IcmpV4Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADDA40, int64_t, Win32IcmpV4Statistics_get_RedirectsSent, (Win32IcmpV4Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int64_t, Win32IcmpV4Statistics_get_SourceQuenchesReceived, (Win32IcmpV4Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A6C0, int64_t, Win32IcmpV4Statistics_get_SourceQuenchesSent, (Win32IcmpV4Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int64_t, Win32IcmpV4Statistics_get_TimeExceededMessagesReceived, (Win32IcmpV4Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0111DD10, int64_t, Win32IcmpV4Statistics_get_TimeExceededMessagesSent, (Win32IcmpV4Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int64_t, Win32IcmpV4Statistics_get_TimestampRepliesReceived, (Win32IcmpV4Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x015FAEF0, int64_t, Win32IcmpV4Statistics_get_TimestampRepliesSent, (Win32IcmpV4Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, int64_t, Win32IcmpV4Statistics_get_TimestampRequestsReceived, (Win32IcmpV4Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x007666D0, int64_t, Win32IcmpV4Statistics_get_TimestampRequestsSent, (Win32IcmpV4Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IcmpV6MessageTypes__ctor, (IcmpV6MessageTypes * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FBA0, void, Win32IcmpV6Statistics__ctor, (Win32IcmpV6Statistics * __this, Win32_MIB_ICMP_EX info, MethodInfo * method)); DO_APP_FUNC(0x0260FC60, int64_t, Win32IcmpV6Statistics_get_DestinationUnreachableMessagesReceived, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FC90, int64_t, Win32IcmpV6Statistics_get_DestinationUnreachableMessagesSent, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FCC0, int64_t, Win32IcmpV6Statistics_get_EchoRepliesReceived, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FCF0, int64_t, Win32IcmpV6Statistics_get_EchoRepliesSent, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FD20, int64_t, Win32IcmpV6Statistics_get_EchoRequestsReceived, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FD50, int64_t, Win32IcmpV6Statistics_get_EchoRequestsSent, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int64_t, Win32IcmpV6Statistics_get_ErrorsReceived, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int64_t, Win32IcmpV6Statistics_get_ErrorsSent, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FD80, int64_t, Win32IcmpV6Statistics_get_MembershipQueriesReceived, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FDB0, int64_t, Win32IcmpV6Statistics_get_MembershipQueriesSent, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FDE0, int64_t, Win32IcmpV6Statistics_get_MembershipReductionsReceived, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FE10, int64_t, Win32IcmpV6Statistics_get_MembershipReductionsSent, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FE40, int64_t, Win32IcmpV6Statistics_get_MembershipReportsReceived, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FE70, int64_t, Win32IcmpV6Statistics_get_MembershipReportsSent, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int64_t, Win32IcmpV6Statistics_get_MessagesReceived, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int64_t, Win32IcmpV6Statistics_get_MessagesSent, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FEA0, int64_t, Win32IcmpV6Statistics_get_NeighborAdvertisementsReceived, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FED0, int64_t, Win32IcmpV6Statistics_get_NeighborAdvertisementsSent, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FF00, int64_t, Win32IcmpV6Statistics_get_NeighborSolicitsReceived, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FF30, int64_t, Win32IcmpV6Statistics_get_NeighborSolicitsSent, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FF60, int64_t, Win32IcmpV6Statistics_get_PacketTooBigMessagesReceived, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FF90, int64_t, Win32IcmpV6Statistics_get_PacketTooBigMessagesSent, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FFC0, int64_t, Win32IcmpV6Statistics_get_ParameterProblemsReceived, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0260FFF0, int64_t, Win32IcmpV6Statistics_get_ParameterProblemsSent, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x02610020, int64_t, Win32IcmpV6Statistics_get_RedirectsReceived, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x02610050, int64_t, Win32IcmpV6Statistics_get_RedirectsSent, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x02610080, int64_t, Win32IcmpV6Statistics_get_RouterAdvertisementsReceived, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x026100B0, int64_t, Win32IcmpV6Statistics_get_RouterAdvertisementsSent, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x026100E0, int64_t, Win32IcmpV6Statistics_get_RouterSolicitsReceived, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x02610110, int64_t, Win32IcmpV6Statistics_get_RouterSolicitsSent, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x02610140, int64_t, Win32IcmpV6Statistics_get_TimeExceededMessagesReceived, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x02610170, int64_t, Win32IcmpV6Statistics_get_TimeExceededMessagesSent, (Win32IcmpV6Statistics * __this, MethodInfo * method)); DO_APP_FUNC(0x026101A0, int32_t, Win32NetworkInterfaceAPI_GetAdaptersAddresses, (uint32_t family, uint32_t flags, void * reserved, void * info, int32_t * size, MethodInfo * method)); DO_APP_FUNC(0x02610260, uint32_t, Win32NetworkInterfaceAPI_GetBestInterfaceEx, (Byte__Array * ipAddress, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x02610300, Win32_IP_ADAPTER_ADDRESSES__Array *, Win32NetworkInterfaceAPI_GetAdaptersAddresses_1, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4300, Win32NetworkInterfaceAPI_GetAdaptersAddresses_1__MethodInfo); DO_APP_FUNC(0x02610AB0, NetworkInterface__Array *, Win32NetworkInterfaceAPI_GetAllNetworkInterfaces, (Win32NetworkInterfaceAPI * __this, MethodInfo * method)); DO_APP_FUNC(0x02610D40, int32_t, Win32NetworkInterfaceAPI_GetBestInterfaceForAddress, (IPAddress * addr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE42E0, Win32NetworkInterfaceAPI_GetBestInterfaceForAddress__MethodInfo); DO_APP_FUNC(0x02610E80, int32_t, Win32NetworkInterfaceAPI_GetLoopbackInterfaceIndex, (Win32NetworkInterfaceAPI * __this, MethodInfo * method)); DO_APP_FUNC(0x02611010, IPAddress *, Win32NetworkInterfaceAPI_GetNetMask, (Win32NetworkInterfaceAPI * __this, IPAddress * address, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4298, Win32NetworkInterfaceAPI_GetNetMask__MethodInfo); DO_APP_FUNC(0x003AC050, void, Win32NetworkInterfaceAPI__ctor, (Win32NetworkInterfaceAPI * __this, MethodInfo * method)); DO_APP_FUNC(0x02611060, int32_t, Win32NetworkInterface2_GetAdaptersInfo, (void * info, int32_t * size, MethodInfo * method)); DO_APP_FUNC(0x026110F0, int32_t, Win32NetworkInterface2_GetIfEntry, (Win32_MIB_IFROW * row, MethodInfo * method)); DO_APP_FUNC(0x02611260, Win32_IP_ADAPTER_INFO__Array *, Win32NetworkInterface2_GetAdaptersInfo_1, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4290, Win32NetworkInterface2_GetAdaptersInfo_1__MethodInfo); DO_APP_FUNC(0x02611960, void, Win32NetworkInterface2__ctor, (Win32NetworkInterface2 * __this, Win32_IP_ADAPTER_ADDRESSES addr, MethodInfo * method)); DO_APP_FUNC(0x01901120, IPInterfaceProperties *, Win32NetworkInterface2_GetIPProperties, (Win32NetworkInterface2 * __this, MethodInfo * method)); DO_APP_FUNC(0x019010B0, IPv4InterfaceStatistics *, Win32NetworkInterface2_GetIPv4Statistics, (Win32NetworkInterface2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02612100, PhysicalAddress *, Win32NetworkInterface2_GetPhysicalAddress, (Win32NetworkInterface2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02612200, bool, Win32NetworkInterface2_Supports, (Win32NetworkInterface2 * __this, NetworkInterfaceComponent__Enum networkInterfaceComponent, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, Win32NetworkInterface2_get_Description, (Win32NetworkInterface2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, Win32NetworkInterface2_get_Id, (Win32NetworkInterface2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02612230, bool, Win32NetworkInterface2_get_IsReceiveOnly, (Win32NetworkInterface2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, String *, Win32NetworkInterface2_get_Name, (Win32NetworkInterface2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01015EC0, NetworkInterfaceType__Enum, Win32NetworkInterface2_get_NetworkInterfaceType, (Win32NetworkInterface2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC7870, OperationalStatus__Enum, Win32NetworkInterface2_get_OperationalStatus, (Win32NetworkInterface2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02612240, int64_t, Win32NetworkInterface2_get_Speed, (Win32NetworkInterface2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02612260, bool, Win32NetworkInterface2_get_SupportsMulticast, (Win32NetworkInterface2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02612270, NetworkInterfaceFactory *, Win32NetworkInterfaceFactoryPal_Create, (MethodInfo * method)); DO_APP_FUNC(0x02612330, int32_t, Win32NetworkInterface_GetNetworkParams, (void * ptr, int32_t * size, MethodInfo * method)); DO_APP_FUNC(0x026123C0, Win32_FIXED_INFO, Win32NetworkInterface_get_FixedInfo, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Win32NetworkInterface__ctor, (Win32NetworkInterface * __this, MethodInfo * method)); DO_APP_FUNC(0x02612780, bool, Win32_IP_ADAPTER_ADDRESSES_get_DdnsEnabled, (Win32_IP_ADAPTER_ADDRESSES * __this, MethodInfo * method)); DO_APP_FUNC(0x02612790, bool, Win32_IP_ADAPTER_ADDRESSES_get_DhcpEnabled, (Win32_IP_ADAPTER_ADDRESSES * __this, MethodInfo * method)); DO_APP_FUNC(0x026127A0, bool, Win32_IP_ADAPTER_ADDRESSES_get_IsReceiveOnly, (Win32_IP_ADAPTER_ADDRESSES * __this, MethodInfo * method)); DO_APP_FUNC(0x026127B0, bool, Win32_IP_ADAPTER_ADDRESSES_get_NoMulticast, (Win32_IP_ADAPTER_ADDRESSES * __this, MethodInfo * method)); DO_APP_FUNC(0x026127C0, bool, Win32LengthFlagsUnion_get_IsDnsEligible, (Win32LengthFlagsUnion * __this, MethodInfo * method)); DO_APP_FUNC(0x026127D0, bool, Win32LengthFlagsUnion_get_IsTransient, (Win32LengthFlagsUnion * __this, MethodInfo * method)); DO_APP_FUNC(0x026127E0, IPAddress *, Win32_SOCKET_ADDRESS_GetIPAddress, (Win32_SOCKET_ADDRESS * __this, MethodInfo * method)); DO_APP_FUNC(0x02612A00, void, Win32TcpStatistics__ctor, (Win32TcpStatistics * __this, Win32_MIB_TCPSTATS info, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int64_t, Win32TcpStatistics_get_ConnectionsAccepted, (Win32TcpStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int64_t, Win32TcpStatistics_get_ConnectionsInitiated, (Win32TcpStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5400, int64_t, Win32TcpStatistics_get_CumulativeConnections, (Win32TcpStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int64_t, Win32TcpStatistics_get_CurrentConnections, (Win32TcpStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int64_t, Win32TcpStatistics_get_ErrorsReceived, (Win32TcpStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int64_t, Win32TcpStatistics_get_FailedConnectionAttempts, (Win32TcpStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int64_t, Win32TcpStatistics_get_MaximumConnections, (Win32TcpStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int64_t, Win32TcpStatistics_get_MaximumTransmissionTimeout, (Win32TcpStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int64_t, Win32TcpStatistics_get_MinimumTransmissionTimeout, (Win32TcpStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, int64_t, Win32TcpStatistics_get_ResetConnections, (Win32TcpStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88B20, int64_t, Win32TcpStatistics_get_ResetsSent, (Win32TcpStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, int64_t, Win32TcpStatistics_get_SegmentsReceived, (Win32TcpStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x01365740, int64_t, Win32TcpStatistics_get_SegmentsResent, (Win32TcpStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int64_t, Win32TcpStatistics_get_SegmentsSent, (Win32TcpStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x02612A30, void, Win32UdpStatistics__ctor, (Win32UdpStatistics * __this, Win32_MIB_UDPSTATS info, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int64_t, Win32UdpStatistics_get_DatagramsReceived, (Win32UdpStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int64_t, Win32UdpStatistics_get_DatagramsSent, (Win32UdpStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int64_t, Win32UdpStatistics_get_IncomingDatagramsDiscarded, (Win32UdpStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int64_t, Win32UdpStatistics_get_IncomingDatagramsWithErrors, (Win32UdpStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, Win32UdpStatistics_get_UdpListeners, (Win32UdpStatistics * __this, MethodInfo * method)); DO_APP_FUNC(0x02612A40, void, Win32UnicastIPAddressInformation__ctor, (Win32UnicastIPAddressInformation * __this, Win32_IP_ADAPTER_UNICAST_ADDRESS info, MethodInfo * method)); DO_APP_FUNC(0x02612C70, IPAddress *, Win32UnicastIPAddressInformation_get_Address, (Win32UnicastIPAddressInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x02612C80, bool, Win32UnicastIPAddressInformation_get_IsDnsEligible, (Win32UnicastIPAddressInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x022DA190, bool, Win32UnicastIPAddressInformation_get_IsTransient, (Win32UnicastIPAddressInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int64_t, Win32UnicastIPAddressInformation_get_AddressPreferredLifetime, (Win32UnicastIPAddressInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x01365740, int64_t, Win32UnicastIPAddressInformation_get_AddressValidLifetime, (Win32UnicastIPAddressInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88B20, int64_t, Win32UnicastIPAddressInformation_get_DhcpLeaseLifetime, (Win32UnicastIPAddressInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, DuplicateAddressDetectionState__Enum, Win32UnicastIPAddressInformation_get_DuplicateAddressDetectionState, (Win32UnicastIPAddressInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x02612C90, IPAddress *, Win32UnicastIPAddressInformation_get_IPv4Mask, (Win32UnicastIPAddressInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5300, PrefixOrigin__Enum, Win32UnicastIPAddressInformation_get_PrefixOrigin, (Win32UnicastIPAddressInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, SuffixOrigin__Enum, Win32UnicastIPAddressInformation_get_SuffixOrigin, (Win32UnicastIPAddressInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x02612D20, IPAddress *, Win32UnicastIPAddressInformation_PrefixLengthToSubnetMask, (uint8_t prefixLength, AddressFamily__Enum family, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, NetworkInterfaceFactory *, UnixNetworkInterfaceFactoryPal_Create, (MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IPGlobalProperties *, UnixIPGlobalPropertiesFactoryPal_Create, (MethodInfo * method)); DO_APP_FUNC(0x0257A800, IWebProxy *, DefaultProxySectionInternal_GetDefaultProxy_UsingOldMonoCode, (MethodInfo * method)); DO_APP_FUNC(0x0257A800, IWebProxy *, DefaultProxySectionInternal_GetSystemWebProxy, (MethodInfo * method)); DO_APP_FUNC(0x02612E90, Object *, DefaultProxySectionInternal_get_ClassSyncObject, (MethodInfo * method)); DO_APP_FUNC(0x02612F60, DefaultProxySectionInternal *, DefaultProxySectionInternal_GetSection, (MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IWebProxy *, DefaultProxySectionInternal_get_WebProxy, (DefaultProxySectionInternal * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DefaultProxySectionInternal__ctor, (DefaultProxySectionInternal * __this, MethodInfo * method)); DO_APP_FUNC(0x02613260, SettingsSectionInternal *, SettingsSectionInternal_get_Section, (MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, SettingsSectionInternal_get_UseNagleAlgorithm, (SettingsSectionInternal * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, SettingsSectionInternal_set_UseNagleAlgorithm, (SettingsSectionInternal * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF3A0, bool, SettingsSectionInternal_get_Expect100Continue, (SettingsSectionInternal * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3B0, void, SettingsSectionInternal_set_Expect100Continue, (SettingsSectionInternal * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF3C0, bool, SettingsSectionInternal_get_CheckCertificateName, (SettingsSectionInternal * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3D0, void, SettingsSectionInternal_set_CheckCertificateName, (SettingsSectionInternal * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, SettingsSectionInternal_get_DnsRefreshTimeout, (SettingsSectionInternal * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, SettingsSectionInternal_set_DnsRefreshTimeout, (SettingsSectionInternal * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, SettingsSectionInternal_get_EnableDnsRoundRobin, (SettingsSectionInternal * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, SettingsSectionInternal_set_EnableDnsRoundRobin, (SettingsSectionInternal * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00667070, bool, SettingsSectionInternal_get_CheckCertificateRevocationList, (SettingsSectionInternal * __this, MethodInfo * method)); DO_APP_FUNC(0x019C8EE0, void, SettingsSectionInternal_set_CheckCertificateRevocationList, (SettingsSectionInternal * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, EncryptionPolicy__Enum, SettingsSectionInternal_get_EncryptionPolicy, (SettingsSectionInternal * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, SettingsSectionInternal_set_EncryptionPolicy, (SettingsSectionInternal * __this, EncryptionPolicy__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, SettingsSectionInternal_get_Ipv6Enabled, (SettingsSectionInternal * __this, MethodInfo * method)); DO_APP_FUNC(0x02097200, void, SettingsSectionInternal__ctor, (SettingsSectionInternal * __this, MethodInfo * method)); DO_APP_FUNC(0x026132C0, void, SettingsSectionInternal__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01976E00, void, RequestCache__ctor, (RequestCache * __this, bool isPrivateCache, bool canWrite, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, RequestCache_get_IsPrivateCache, (RequestCache * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A30, bool, RequestCache_get_CanWrite, (RequestCache * __this, MethodInfo * method)); DO_APP_FUNC(0x02613370, void, RequestCache__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02613460, void, RequestCacheEntry__ctor, (RequestCacheEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, RequestCacheEntry_get_IsPrivateEntry, (RequestCacheEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, RequestCacheEntry_set_IsPrivateEntry, (RequestCacheEntry * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, int64_t, RequestCacheEntry_get_StreamSize, (RequestCacheEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB110, void, RequestCacheEntry_set_StreamSize, (RequestCacheEntry * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, DateTime, RequestCacheEntry_get_ExpiresUtc, (RequestCacheEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4B0, void, RequestCacheEntry_set_ExpiresUtc, (RequestCacheEntry * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, DateTime, RequestCacheEntry_get_LastAccessedUtc, (RequestCacheEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F560, void, RequestCacheEntry_set_LastAccessedUtc, (RequestCacheEntry * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, DateTime, RequestCacheEntry_get_LastModifiedUtc, (RequestCacheEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F570, void, RequestCacheEntry_set_LastModifiedUtc, (RequestCacheEntry * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, DateTime, RequestCacheEntry_get_LastSynchronizedUtc, (RequestCacheEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x011628F0, void, RequestCacheEntry_set_LastSynchronizedUtc, (RequestCacheEntry * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, TimeSpan, RequestCacheEntry_get_MaxStale, (RequestCacheEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x00725180, void, RequestCacheEntry_set_MaxStale, (RequestCacheEntry * __this, TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, RequestCacheEntry_get_HitCount, (RequestCacheEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, RequestCacheEntry_set_HitCount, (RequestCacheEntry * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0111DD10, int32_t, RequestCacheEntry_get_UsageCount, (RequestCacheEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01A20C50, void, RequestCacheEntry_set_UsageCount, (RequestCacheEntry * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x006109A0, bool, RequestCacheEntry_get_IsPartialEntry, (RequestCacheEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x012B5130, void, RequestCacheEntry_set_IsPartialEntry, (RequestCacheEntry * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, StringCollection *, RequestCacheEntry_get_EntryMetadata, (RequestCacheEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, RequestCacheEntry_set_EntryMetadata, (RequestCacheEntry * __this, StringCollection * value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, StringCollection *, RequestCacheEntry_get_SystemMetadata, (RequestCacheEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, RequestCacheEntry_set_SystemMetadata, (RequestCacheEntry * __this, StringCollection * value, MethodInfo * method)); DO_APP_FUNC(0x026134D0, String *, RequestCacheEntry_ToString, (RequestCacheEntry * __this, bool verbose, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RequestCacheManager__ctor, (RequestCacheManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02614270, RequestCacheBinding *, RequestCacheManager_GetBinding, (String * internedScheme, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4238, RequestCacheManager_GetBinding__MethodInfo); DO_APP_FUNC(0x026144F0, bool, RequestCacheManager_get_IsCachingEnabled, (MethodInfo * method)); DO_APP_FUNC(0x026145B0, void, RequestCacheManager_SetBinding, (String * uriScheme, RequestCacheBinding * binding, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4228, RequestCacheManager_SetBinding__MethodInfo); DO_APP_FUNC(0x026148E0, void, RequestCacheManager_LoadConfigSettings, (MethodInfo * method)); DO_APP_FUNC(0x02614B40, void, RequestCacheManager__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02614C60, Object *, RequestCacheValidator_CreateValidator, (RequestCacheValidator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4178, RequestCacheValidator_CreateValidator__MethodInfo); DO_APP_FUNC(0x003AC050, void, RequestCacheValidator__ctor, (RequestCacheValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD40, void, RequestCachingSectionInternal__ctor, (RequestCachingSectionInternal * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCEA30, void, RequestCacheBinding__ctor, (RequestCacheBinding * __this, RequestCache * requestCache, RequestCacheValidator * cacheValidator, RequestCachePolicy * policy, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, RequestCache *, RequestCacheBinding_get_Cache, (RequestCacheBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, RequestCacheValidator *, RequestCacheBinding_get_Validator, (RequestCacheBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, RequestCachePolicy *, RequestCacheBinding_get_Policy, (RequestCacheBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x02614CB0, void, RequestCachePolicy__ctor, (RequestCachePolicy * __this, MethodInfo * method)); DO_APP_FUNC(0x02614CC0, void, RequestCachePolicy__ctor_1, (RequestCachePolicy * __this, RequestCacheLevel__Enum level, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4170, RequestCachePolicy__ctor_1__MethodInfo); DO_APP_FUNC(0x003BAD50, RequestCacheLevel__Enum, RequestCachePolicy_get_Level, (RequestCachePolicy * __this, MethodInfo * method)); DO_APP_FUNC(0x02614D30, String *, RequestCachePolicy_ToString, (RequestCachePolicy * __this, MethodInfo * method)); DO_APP_FUNC(0x02614DB0, void, HttpRequestCachePolicy__ctor, (HttpRequestCachePolicy * __this, MethodInfo * method)); DO_APP_FUNC(0x02614DC0, void, HttpRequestCachePolicy__ctor_1, (HttpRequestCachePolicy * __this, HttpRequestCacheLevel__Enum level, MethodInfo * method)); DO_APP_FUNC(0x02614F40, void, HttpRequestCachePolicy__ctor_2, (HttpRequestCachePolicy * __this, HttpCacheAgeControl__Enum cacheAgeControl, TimeSpan ageOrFreshOrStale, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4160, HttpRequestCachePolicy__ctor_2__MethodInfo); DO_APP_FUNC(0x02615080, void, HttpRequestCachePolicy__ctor_3, (HttpRequestCachePolicy * __this, HttpCacheAgeControl__Enum cacheAgeControl, TimeSpan maxAge, TimeSpan freshOrStale, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4158, HttpRequestCachePolicy__ctor_3__MethodInfo); DO_APP_FUNC(0x026151D0, void, HttpRequestCachePolicy__ctor_4, (HttpRequestCachePolicy * __this, DateTime cacheSyncDate, MethodInfo * method)); DO_APP_FUNC(0x02615240, void, HttpRequestCachePolicy__ctor_5, (HttpRequestCachePolicy * __this, HttpCacheAgeControl__Enum cacheAgeControl, TimeSpan maxAge, TimeSpan freshOrStale, DateTime cacheSyncDate, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, HttpRequestCacheLevel__Enum, HttpRequestCachePolicy_get_Level, (HttpRequestCachePolicy * __this, MethodInfo * method)); DO_APP_FUNC(0x026153E0, DateTime, HttpRequestCachePolicy_get_CacheSyncDate, (HttpRequestCachePolicy * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, DateTime, HttpRequestCachePolicy_get_InternalCacheSyncDateUtc, (HttpRequestCachePolicy * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, TimeSpan, HttpRequestCachePolicy_get_MaxAge, (HttpRequestCachePolicy * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, TimeSpan, HttpRequestCachePolicy_get_MinFresh, (HttpRequestCachePolicy * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, TimeSpan, HttpRequestCachePolicy_get_MaxStale, (HttpRequestCachePolicy * __this, MethodInfo * method)); DO_APP_FUNC(0x02615550, String *, HttpRequestCachePolicy_ToString, (HttpRequestCachePolicy * __this, MethodInfo * method)); DO_APP_FUNC(0x02615B90, RequestCacheLevel__Enum, HttpRequestCachePolicy_MapLevel, (HttpRequestCacheLevel__Enum level, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE41B8, HttpRequestCachePolicy_MapLevel__MethodInfo); DO_APP_FUNC(0x02615C20, void, HttpRequestCachePolicy__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02615CE0, void, RequestCacheProtocol__ctor, (RequestCacheProtocol * __this, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE41B0, RequestCacheProtocol__ctor__MethodInfo); DO_APP_FUNC(0x02615D30, bool, MultipleConnectAsync_StartConnectAsync, (MultipleConnectAsync * __this, SocketAsyncEventArgs * args, DnsEndPoint * endPoint, MethodInfo * method)); DO_APP_FUNC(0x02616320, void, MultipleConnectAsync_DnsCallback, (MultipleConnectAsync * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4100, MultipleConnectAsync_DnsCallback__MethodInfo); DO_APP_FUNC(0x02616390, bool, MultipleConnectAsync_DoDnsCallback, (MultipleConnectAsync * __this, IAsyncResult * result, bool sync, MethodInfo * method)); DO_APP_FUNC(0x026169E0, void, MultipleConnectAsync_InternalConnectCallback, (MultipleConnectAsync * __this, Object * sender, SocketAsyncEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE40F0, MultipleConnectAsync_InternalConnectCallback__MethodInfo); DO_APP_FUNC(0x02616DE0, Exception *, MultipleConnectAsync_AttemptConnection, (MultipleConnectAsync * __this, MethodInfo * method)); DO_APP_FUNC(0x02617000, Exception *, MultipleConnectAsync_AttemptConnection_1, (MultipleConnectAsync * __this, Socket * attemptSocket, SocketAsyncEventArgs * args, MethodInfo * method)); DO_APP_FUNC(0x02617130, void, MultipleConnectAsync_Succeed, (MultipleConnectAsync * __this, MethodInfo * method)); DO_APP_FUNC(0x026172E0, bool, MultipleConnectAsync_Fail, (MultipleConnectAsync * __this, bool sync, Exception * e, MethodInfo * method)); DO_APP_FUNC(0x02617310, void, MultipleConnectAsync_SyncFail, (MultipleConnectAsync * __this, Exception * e, MethodInfo * method)); DO_APP_FUNC(0x02617500, void, MultipleConnectAsync_AsyncFail, (MultipleConnectAsync * __this, Exception * e, MethodInfo * method)); DO_APP_FUNC(0x026175E0, void, MultipleConnectAsync_Cancel, (MultipleConnectAsync * __this, MethodInfo * method)); DO_APP_FUNC(0x02617930, void, MultipleConnectAsync_CallAsyncFail, (MultipleConnectAsync * __this, Object * ignored, MethodInfo * method)); DO_APP_FUNC(0x026179C0, void, MultipleConnectAsync__ctor, (MultipleConnectAsync * __this, MethodInfo * method)); DO_APP_FUNC(0x02617930, void, MultipleConnectAsync__Cancel_b__20_0, (MultipleConnectAsync * __this, Object * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4078, MultipleConnectAsync__Cancel_b__20_0__MethodInfo); DO_APP_FUNC(0x02617A50, void, SingleSocketMultipleConnectAsync__ctor, (SingleSocketMultipleConnectAsync * __this, Socket * socket, bool userSocket, MethodInfo * method)); DO_APP_FUNC(0x02617AE0, IPAddress *, SingleSocketMultipleConnectAsync_GetNextAddress, (SingleSocketMultipleConnectAsync * __this, Socket * * attemptSocket, MethodInfo * method)); DO_APP_FUNC(0x02617C50, void, SingleSocketMultipleConnectAsync_OnFail, (SingleSocketMultipleConnectAsync * __this, bool abortive, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SingleSocketMultipleConnectAsync_OnSucceed, (SingleSocketMultipleConnectAsync * __this, MethodInfo * method)); DO_APP_FUNC(0x02617CE0, void, DualSocketMultipleConnectAsync__ctor, (DualSocketMultipleConnectAsync * __this, SocketType__Enum socketType, ProtocolType__Enum protocolType, MethodInfo * method)); DO_APP_FUNC(0x02617F40, IPAddress *, DualSocketMultipleConnectAsync_GetNextAddress, (DualSocketMultipleConnectAsync * __this, Socket * * attemptSocket, MethodInfo * method)); DO_APP_FUNC(0x02618010, void, DualSocketMultipleConnectAsync_OnSucceed, (DualSocketMultipleConnectAsync * __this, MethodInfo * method)); DO_APP_FUNC(0x02618060, void, DualSocketMultipleConnectAsync_OnFail, (DualSocketMultipleConnectAsync * __this, bool abortive, MethodInfo * method)); DO_APP_FUNC(0x026180A0, void, NetworkStream__ctor, (NetworkStream * __this, Socket * socket, MethodInfo * method)); DO_APP_FUNC(0x026180C0, void, NetworkStream__ctor_1, (NetworkStream * __this, Socket * socket, bool ownsSocket, MethodInfo * method)); DO_APP_FUNC(0x026180F0, void, NetworkStream__ctor_2, (NetworkStream * __this, Socket * socket, FileAccess__Enum access, MethodInfo * method)); DO_APP_FUNC(0x02618110, void, NetworkStream__ctor_3, (NetworkStream * __this, Socket * socket, FileAccess__Enum access, bool ownsSocket, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4060, NetworkStream__ctor_3__MethodInfo); DO_APP_FUNC(0x003B93B0, Socket *, NetworkStream_get_Socket, (NetworkStream * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE710, bool, NetworkStream_get_Readable, (NetworkStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01D132E0, void, NetworkStream_set_Readable, (NetworkStream * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x004C5F30, bool, NetworkStream_get_Writeable, (NetworkStream * __this, MethodInfo * method)); DO_APP_FUNC(0x0066A960, void, NetworkStream_set_Writeable, (NetworkStream * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x005DE710, bool, NetworkStream_get_CanRead, (NetworkStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, NetworkStream_get_CanSeek, (NetworkStream * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F30, bool, NetworkStream_get_CanWrite, (NetworkStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, NetworkStream_get_CanTimeout, (NetworkStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02618330, int32_t, NetworkStream_get_ReadTimeout, (NetworkStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026183C0, void, NetworkStream_set_ReadTimeout, (NetworkStream * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE40D8, NetworkStream_set_ReadTimeout__MethodInfo); DO_APP_FUNC(0x02618460, int32_t, NetworkStream_get_WriteTimeout, (NetworkStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026184F0, void, NetworkStream_set_WriteTimeout, (NetworkStream * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4098, NetworkStream_set_WriteTimeout__MethodInfo); DO_APP_FUNC(0x02618590, bool, NetworkStream_get_DataAvailable, (NetworkStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4090, NetworkStream_get_DataAvailable__MethodInfo); DO_APP_FUNC(0x02618640, int64_t, NetworkStream_get_Length, (NetworkStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4088, NetworkStream_get_Length__MethodInfo); DO_APP_FUNC(0x026186A0, int64_t, NetworkStream_get_Position, (NetworkStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4080, NetworkStream_get_Position__MethodInfo); DO_APP_FUNC(0x02618700, void, NetworkStream_set_Position, (NetworkStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE40B8, NetworkStream_set_Position__MethodInfo); DO_APP_FUNC(0x02618760, int64_t, NetworkStream_Seek, (NetworkStream * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE40B0, NetworkStream_Seek__MethodInfo); DO_APP_FUNC(0x026187C0, int32_t, NetworkStream_Read, (NetworkStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE40A8, NetworkStream_Read__MethodInfo); DO_APP_FUNC(0x02618B70, int32_t, NetworkStream_Read_1, (NetworkStream * __this, Span_1_Byte_ destination, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4000, NetworkStream_Read_1__MethodInfo); DO_APP_FUNC(0x02618E90, int32_t, NetworkStream_ReadByte, (NetworkStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02618F40, void, NetworkStream_Write, (NetworkStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4018, NetworkStream_Write__MethodInfo); DO_APP_FUNC(0x026192F0, void, NetworkStream_Write_1, (NetworkStream * __this, ReadOnlySpan_1_Byte_ source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3FE0, NetworkStream_Write_1__MethodInfo); DO_APP_FUNC(0x026195D0, void, NetworkStream_WriteByte, (NetworkStream * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x02619670, void, NetworkStream_Close, (NetworkStream * __this, int32_t timeout, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3FF8, NetworkStream_Close__MethodInfo); DO_APP_FUNC(0x026196F0, void, NetworkStream_Dispose, (NetworkStream * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x00C55320, void, NetworkStream_Finalize, (NetworkStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02619770, IAsyncResult *, NetworkStream_BeginRead, (NetworkStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3FF0, NetworkStream_BeginRead__MethodInfo); DO_APP_FUNC(0x02619B30, int32_t, NetworkStream_EndRead, (NetworkStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3FE8, NetworkStream_EndRead__MethodInfo); DO_APP_FUNC(0x02619D80, IAsyncResult *, NetworkStream_BeginWrite, (NetworkStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4040, NetworkStream_BeginWrite__MethodInfo); DO_APP_FUNC(0x0261A140, void, NetworkStream_EndWrite, (NetworkStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4038, NetworkStream_EndWrite__MethodInfo); DO_APP_FUNC(0x0261A3A0, Task_1_System_Int32_ *, NetworkStream_ReadAsync, (NetworkStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4050, NetworkStream_ReadAsync__MethodInfo); DO_APP_FUNC(0x0261A820, ValueTask_1_System_Int32_, NetworkStream_ReadAsync_1, (NetworkStream * __this, Memory_1_Byte_ buffer, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4048, NetworkStream_ReadAsync_1__MethodInfo); DO_APP_FUNC(0x0261AAE0, Task *, NetworkStream_WriteAsync, (NetworkStream * __this, Byte__Array * buffer, int32_t offset, int32_t size, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4028, NetworkStream_WriteAsync__MethodInfo); DO_APP_FUNC(0x0261AF40, ValueTask, NetworkStream_WriteAsync_1, (NetworkStream * __this, ReadOnlyMemory_1_Byte_ buffer, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4020, NetworkStream_WriteAsync_1__MethodInfo); DO_APP_FUNC(0x003AC050, void, NetworkStream_Flush, (NetworkStream * __this, MethodInfo * method)); DO_APP_FUNC(0x0261B200, Task *, NetworkStream_FlushAsync, (NetworkStream * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0261B2A0, void, NetworkStream_SetLength, (NetworkStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4030, NetworkStream_SetLength__MethodInfo); DO_APP_FUNC(0x0261B300, void, NetworkStream_SetSocketTimeoutOption, (NetworkStream * __this, SocketShutdown__Enum mode, int32_t timeout, bool silent, MethodInfo * method)); DO_APP_FUNC(0x0261B4D0, Socket *, NetworkStream_get_InternalSocket, (NetworkStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3F90, NetworkStream_get_InternalSocket__MethodInfo); DO_APP_FUNC(0x0261B570, Task_1_System_Net_Sockets_Socket_ *, Socket_AcceptAsync, (Socket * __this, Socket * acceptSocket, MethodInfo * method)); DO_APP_FUNC(0x0261BAD0, Task_1_System_Net_Sockets_Socket_ *, Socket_AcceptAsyncApm, (Socket * __this, Socket * acceptSocket, MethodInfo * method)); DO_APP_FUNC(0x0261BCD0, Task *, Socket_ConnectAsync, (Socket * __this, EndPoint * remoteEP, MethodInfo * method)); DO_APP_FUNC(0x0261BED0, Task *, Socket_ConnectAsync_1, (Socket * __this, IPAddress * address, int32_t port, MethodInfo * method)); DO_APP_FUNC(0x0261C0D0, Task *, Socket_ConnectAsync_2, (Socket * __this, IPAddress__Array * addresses, int32_t port, MethodInfo * method)); DO_APP_FUNC(0x0261C2D0, Task *, Socket_ConnectAsync_3, (Socket * __this, String * host, int32_t port, MethodInfo * method)); DO_APP_FUNC(0x0261C4D0, Task_1_System_Int32_ *, Socket_ReceiveAsync, (Socket * __this, ArraySegment_1_Byte_ buffer, SocketFlags__Enum socketFlags, bool fromNetworkStream, MethodInfo * method)); DO_APP_FUNC(0x0261C5E0, ValueTask_1_System_Int32_, Socket_ReceiveAsync_1, (Socket * __this, Memory_1_Byte_ buffer, SocketFlags__Enum socketFlags, bool fromNetworkStream, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0261CB00, Task_1_System_Int32_ *, Socket_ReceiveAsyncApm, (Socket * __this, Memory_1_Byte_ buffer, SocketFlags__Enum socketFlags, MethodInfo * method)); DO_APP_FUNC(0x0261D080, Task_1_System_Int32_ *, Socket_ReceiveAsync_2, (Socket * __this, IList_1_System_ArraySegment_1_ * buffers, SocketFlags__Enum socketFlags, MethodInfo * method)); DO_APP_FUNC(0x0261D170, Task_1_System_Int32_ *, Socket_ReceiveAsyncApm_1, (Socket * __this, IList_1_System_ArraySegment_1_ * buffers, SocketFlags__Enum socketFlags, MethodInfo * method)); DO_APP_FUNC(0x0261D370, Task_1_System_Net_Sockets_SocketReceiveFromResult_ *, Socket_ReceiveFromAsync, (Socket * __this, ArraySegment_1_Byte_ buffer, SocketFlags__Enum socketFlags, EndPoint * remoteEndPoint, MethodInfo * method)); DO_APP_FUNC(0x0261D660, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ *, Socket_ReceiveMessageFromAsync, (Socket * __this, ArraySegment_1_Byte_ buffer, SocketFlags__Enum socketFlags, EndPoint * remoteEndPoint, MethodInfo * method)); DO_APP_FUNC(0x0261D850, Task_1_System_Int32_ *, Socket_SendAsync, (Socket * __this, ArraySegment_1_Byte_ buffer, SocketFlags__Enum socketFlags, MethodInfo * method)); DO_APP_FUNC(0x0261D940, ValueTask_1_System_Int32_, Socket_SendAsync_1, (Socket * __this, ReadOnlyMemory_1_Byte_ buffer, SocketFlags__Enum socketFlags, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0261DE60, ValueTask, Socket_SendAsyncForNetworkStream, (Socket * __this, ReadOnlyMemory_1_Byte_ buffer, SocketFlags__Enum socketFlags, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0261E3A0, Task_1_System_Int32_ *, Socket_SendAsyncApm, (Socket * __this, ReadOnlyMemory_1_Byte_ buffer, SocketFlags__Enum socketFlags, MethodInfo * method)); DO_APP_FUNC(0x0261EA00, Task_1_System_Int32_ *, Socket_SendAsync_2, (Socket * __this, IList_1_System_ArraySegment_1_ * buffers, SocketFlags__Enum socketFlags, MethodInfo * method)); DO_APP_FUNC(0x0261EAF0, Task_1_System_Int32_ *, Socket_SendAsyncApm_1, (Socket * __this, IList_1_System_ArraySegment_1_ * buffers, SocketFlags__Enum socketFlags, MethodInfo * method)); DO_APP_FUNC(0x0261ED00, Task_1_System_Int32_ *, Socket_SendToAsync, (Socket * __this, ArraySegment_1_Byte_ buffer, SocketFlags__Enum socketFlags, EndPoint * remoteEP, MethodInfo * method)); DO_APP_FUNC(0x0261EFB0, void, Socket_ValidateBuffer, (ArraySegment_1_Byte_ buffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3E08, Socket_ValidateBuffer__MethodInfo); DO_APP_FUNC(0x0261F1C0, void, Socket_ValidateBuffersList, (IList_1_System_ArraySegment_1_ * buffers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3DF8, Socket_ValidateBuffersList__MethodInfo); DO_APP_FUNC(0x0261F2F0, void, Socket_ConfigureBufferList, (Socket_Int32TaskSocketAsyncEventArgs * saea, IList_1_System_ArraySegment_1_ * buffers, SocketFlags__Enum socketFlags, MethodInfo * method)); DO_APP_FUNC(0x0261F3D0, Task_1_System_Int32_ *, Socket_GetTaskForSendReceive, (Socket * __this, bool pending, Socket_Int32TaskSocketAsyncEventArgs * saea, bool fromNetworkStream, bool isReceive, MethodInfo * method)); DO_APP_FUNC(0x0261F5F0, void, Socket_CompleteAccept, (Socket * s, Socket_TaskSocketAsyncEventArgs_1_Socket_ * saea, MethodInfo * method)); DO_APP_FUNC(0x0261F770, void, Socket_CompleteSendReceive, (Socket * s, Socket_Int32TaskSocketAsyncEventArgs * saea, bool isReceive, MethodInfo * method)); DO_APP_FUNC(0x0261F910, Exception *, Socket_GetException, (SocketError__Enum error, bool wrapExceptionsInIOExceptions, MethodInfo * method)); DO_APP_FUNC(0x0261FA30, Socket_Int32TaskSocketAsyncEventArgs *, Socket_RentSocketAsyncEventArgs, (Socket * __this, bool isReceive, MethodInfo * method)); DO_APP_FUNC(0x0261FE00, void, Socket_ReturnSocketAsyncEventArgs, (Socket * __this, Socket_Int32TaskSocketAsyncEventArgs * saea, bool isReceive, MethodInfo * method)); DO_APP_FUNC(0x0261FF10, void, Socket_ReturnSocketAsyncEventArgs_1, (Socket * __this, Socket_TaskSocketAsyncEventArgs_1_Socket_ * saea, MethodInfo * method)); DO_APP_FUNC(0x02620000, void, Socket_DisposeCachedTaskSocketAsyncEventArgs, (Socket * __this, MethodInfo * method)); DO_APP_FUNC(0x026202F0, void, Socket__ctor, (Socket * __this, SocketType__Enum socketType, ProtocolType__Enum protocolType, MethodInfo * method)); DO_APP_FUNC(0x02620330, void, Socket__ctor_1, (Socket * __this, AddressFamily__Enum addressFamily, SocketType__Enum socketType, ProtocolType__Enum protocolType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3DA0, Socket__ctor_1__MethodInfo); DO_APP_FUNC(0x02620670, bool, Socket_get_SupportsIPv4, (MethodInfo * method)); DO_APP_FUNC(0x026206D0, bool, Socket_get_OSSupportsIPv4, (MethodInfo * method)); DO_APP_FUNC(0x02620730, bool, Socket_get_SupportsIPv6, (MethodInfo * method)); DO_APP_FUNC(0x02620790, bool, Socket_get_LegacySupportsIPv6, (MethodInfo * method)); DO_APP_FUNC(0x026207F0, bool, Socket_get_OSSupportsIPv6, (MethodInfo * method)); DO_APP_FUNC(0x02435150, void *, Socket_get_Handle, (Socket * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3C0, bool, Socket_get_UseOnlyOverlappedIO, (Socket * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3D0, void, Socket_set_UseOnlyOverlappedIO, (Socket * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, AddressFamily__Enum, Socket_get_AddressFamily, (Socket * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, SocketType__Enum, Socket_get_SocketType, (Socket * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, ProtocolType__Enum, Socket_get_ProtocolType, (Socket * __this, MethodInfo * method)); DO_APP_FUNC(0x02620850, bool, Socket_get_ExclusiveAddressUse, (Socket * __this, MethodInfo * method)); DO_APP_FUNC(0x026208D0, void, Socket_set_ExclusiveAddressUse, (Socket * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3DD0, Socket_set_ExclusiveAddressUse__MethodInfo); DO_APP_FUNC(0x02620970, int32_t, Socket_get_ReceiveBufferSize, (Socket * __this, MethodInfo * method)); DO_APP_FUNC(0x026209F0, void, Socket_set_ReceiveBufferSize, (Socket * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3DC0, Socket_set_ReceiveBufferSize__MethodInfo); DO_APP_FUNC(0x02620A80, int32_t, Socket_get_SendBufferSize, (Socket * __this, MethodInfo * method)); DO_APP_FUNC(0x02620B00, void, Socket_set_SendBufferSize, (Socket * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3DC8, Socket_set_SendBufferSize__MethodInfo); DO_APP_FUNC(0x02620B90, int32_t, Socket_get_ReceiveTimeout, (Socket * __this, MethodInfo * method)); DO_APP_FUNC(0x02620C10, void, Socket_set_ReceiveTimeout, (Socket * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3D38, Socket_set_ReceiveTimeout__MethodInfo); DO_APP_FUNC(0x02620CA0, int32_t, Socket_get_SendTimeout, (Socket * __this, MethodInfo * method)); DO_APP_FUNC(0x02620D20, void, Socket_set_SendTimeout, (Socket * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3D30, Socket_set_SendTimeout__MethodInfo); DO_APP_FUNC(0x02620DB0, LingerOption *, Socket_get_LingerState, (Socket * __this, MethodInfo * method)); DO_APP_FUNC(0x02620E40, void, Socket_set_LingerState, (Socket * __this, LingerOption * value, MethodInfo * method)); DO_APP_FUNC(0x02620E70, int16_t, Socket_get_Ttl, (Socket * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3D10, Socket_get_Ttl__MethodInfo); DO_APP_FUNC(0x02620FA0, void, Socket_set_Ttl, (Socket * __this, int16_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3D08, Socket_set_Ttl__MethodInfo); DO_APP_FUNC(0x026210C0, bool, Socket_get_DontFragment, (Socket * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3D28, Socket_get_DontFragment__MethodInfo); DO_APP_FUNC(0x026211A0, void, Socket_set_DontFragment, (Socket * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3D20, Socket_set_DontFragment__MethodInfo); DO_APP_FUNC(0x02621240, bool, Socket_get_DualMode, (Socket * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3D88, Socket_get_DualMode__MethodInfo); DO_APP_FUNC(0x02621330, void, Socket_set_DualMode, (Socket * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3D80, Socket_set_DualMode__MethodInfo); DO_APP_FUNC(0x026213D0, bool, Socket_get_IsDualMode, (Socket * __this, MethodInfo * method)); DO_APP_FUNC(0x026214D0, bool, Socket_CanTryAddressFamily, (Socket * __this, AddressFamily__Enum family, MethodInfo * method)); DO_APP_FUNC(0x026214F0, void, Socket_Connect, (Socket * __this, IPAddress__Array * addresses, int32_t port, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3D98, Socket_Connect__MethodInfo); DO_APP_FUNC(0x02621990, int32_t, Socket_Send, (Socket * __this, Byte__Array * buffer, int32_t size, SocketFlags__Enum socketFlags, MethodInfo * method)); DO_APP_FUNC(0x026219C0, int32_t, Socket_Send_1, (Socket * __this, Byte__Array * buffer, SocketFlags__Enum socketFlags, MethodInfo * method)); DO_APP_FUNC(0x02621A00, int32_t, Socket_Send_2, (Socket * __this, Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC(0x02621A40, int32_t, Socket_Send_3, (Socket * __this, IList_1_System_ArraySegment_1_ * buffers, MethodInfo * method)); DO_APP_FUNC(0x02621AC0, int32_t, Socket_Send_4, (Socket * __this, IList_1_System_ArraySegment_1_ * buffers, SocketFlags__Enum socketFlags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3D50, Socket_Send_4__MethodInfo); DO_APP_FUNC(0x02621B40, void, Socket_SendFile, (Socket * __this, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x02621B60, int32_t, Socket_Send_5, (Socket * __this, Byte__Array * buffer, int32_t offset, int32_t size, SocketFlags__Enum socketFlags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3D48, Socket_Send_5__MethodInfo); DO_APP_FUNC(0x02621BF0, int32_t, Socket_SendTo, (Socket * __this, Byte__Array * buffer, int32_t size, SocketFlags__Enum socketFlags, EndPoint * remoteEP, MethodInfo * method)); DO_APP_FUNC(0x02621C20, int32_t, Socket_SendTo_1, (Socket * __this, Byte__Array * buffer, SocketFlags__Enum socketFlags, EndPoint * remoteEP, MethodInfo * method)); DO_APP_FUNC(0x02621C60, int32_t, Socket_SendTo_2, (Socket * __this, Byte__Array * buffer, EndPoint * remoteEP, MethodInfo * method)); DO_APP_FUNC(0x02621CA0, int32_t, Socket_Receive, (Socket * __this, Byte__Array * buffer, int32_t size, SocketFlags__Enum socketFlags, MethodInfo * method)); DO_APP_FUNC(0x02621CD0, int32_t, Socket_Receive_1, (Socket * __this, Byte__Array * buffer, SocketFlags__Enum socketFlags, MethodInfo * method)); DO_APP_FUNC(0x02621D10, int32_t, Socket_Receive_2, (Socket * __this, Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC(0x02621D50, int32_t, Socket_Receive_3, (Socket * __this, Byte__Array * buffer, int32_t offset, int32_t size, SocketFlags__Enum socketFlags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3D78, Socket_Receive_3__MethodInfo); DO_APP_FUNC(0x02621DE0, int32_t, Socket_Receive_4, (Socket * __this, IList_1_System_ArraySegment_1_ * buffers, MethodInfo * method)); DO_APP_FUNC(0x02621E60, int32_t, Socket_Receive_5, (Socket * __this, IList_1_System_ArraySegment_1_ * buffers, SocketFlags__Enum socketFlags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3D70, Socket_Receive_5__MethodInfo); DO_APP_FUNC(0x02621EE0, int32_t, Socket_ReceiveFrom, (Socket * __this, Byte__Array * buffer, int32_t size, SocketFlags__Enum socketFlags, EndPoint * * remoteEP, MethodInfo * method)); DO_APP_FUNC(0x02621F10, int32_t, Socket_ReceiveFrom_1, (Socket * __this, Byte__Array * buffer, SocketFlags__Enum socketFlags, EndPoint * * remoteEP, MethodInfo * method)); DO_APP_FUNC(0x02621F50, int32_t, Socket_ReceiveFrom_2, (Socket * __this, Byte__Array * buffer, EndPoint * * remoteEP, MethodInfo * method)); DO_APP_FUNC(0x02621F90, int32_t, Socket_IOControl, (Socket * __this, IOControlCode__Enum ioControlCode, Byte__Array * optionInValue, Byte__Array * optionOutValue, MethodInfo * method)); DO_APP_FUNC(0x02622140, void, Socket_SetIPProtectionLevel, (Socket * __this, IPProtectionLevel__Enum level, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3D68, Socket_SetIPProtectionLevel__MethodInfo); DO_APP_FUNC(0x02622270, IAsyncResult *, Socket_BeginSendFile, (Socket * __this, String * fileName, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x026222A0, IAsyncResult *, Socket_BeginConnect, (Socket * __this, IPAddress * address, int32_t port, AsyncCallback * requestCallback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3CA8, Socket_BeginConnect__MethodInfo); DO_APP_FUNC(0x02622590, IAsyncResult *, Socket_BeginSend, (Socket * __this, Byte__Array * buffer, int32_t offset, int32_t size, SocketFlags__Enum socketFlags, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3CA0, Socket_BeginSend__MethodInfo); DO_APP_FUNC(0x02622640, IAsyncResult *, Socket_BeginSend_1, (Socket * __this, IList_1_System_ArraySegment_1_ * buffers, SocketFlags__Enum socketFlags, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3C98, Socket_BeginSend_1__MethodInfo); DO_APP_FUNC(0x026226D0, int32_t, Socket_EndSend, (Socket * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3CC8, Socket_EndSend__MethodInfo); DO_APP_FUNC(0x02622800, IAsyncResult *, Socket_BeginReceive, (Socket * __this, Byte__Array * buffer, int32_t offset, int32_t size, SocketFlags__Enum socketFlags, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3CC0, Socket_BeginReceive__MethodInfo); DO_APP_FUNC(0x026228B0, IAsyncResult *, Socket_BeginReceive_1, (Socket * __this, IList_1_System_ArraySegment_1_ * buffers, SocketFlags__Enum socketFlags, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3CB8, Socket_BeginReceive_1__MethodInfo); DO_APP_FUNC(0x02622940, int32_t, Socket_EndReceive, (Socket * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3CB0, Socket_EndReceive__MethodInfo); DO_APP_FUNC(0x02622A70, IAsyncResult *, Socket_BeginAccept, (Socket * __this, int32_t receiveSize, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x02622AA0, Socket *, Socket_EndAccept, (Socket * __this, Byte__Array * * buffer, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x02622CA0, Object *, Socket_get_InternalSyncObject, (MethodInfo * method)); DO_APP_FUNC(0x02622DD0, bool, Socket_get_CleanedUp, (Socket * __this, MethodInfo * method)); DO_APP_FUNC(0x02622DE0, void, Socket_InitializeSockets, (MethodInfo * method)); DO_APP_FUNC(0x02623220, void, Socket_Dispose, (Socket * __this, MethodInfo * method)); DO_APP_FUNC(0x0195B920, void, Socket_Finalize, (Socket * __this, MethodInfo * method)); DO_APP_FUNC(0x02623290, bool, Socket_ConnectAsync_4, (SocketType__Enum socketType, ProtocolType__Enum protocolType, SocketAsyncEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3CF0, Socket_ConnectAsync_4__MethodInfo); DO_APP_FUNC(0x02623690, void, Socket_InternalShutdown, (Socket * __this, SocketShutdown__Enum how, MethodInfo * method)); DO_APP_FUNC(0x02623710, IAsyncResult *, Socket_UnsafeBeginConnect, (Socket * __this, EndPoint * remoteEP, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x02623720, IAsyncResult *, Socket_UnsafeBeginSend, (Socket * __this, Byte__Array * buffer, int32_t offset, int32_t size, SocketFlags__Enum socketFlags, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x02623730, IAsyncResult *, Socket_UnsafeBeginReceive, (Socket * __this, Byte__Array * buffer, int32_t offset, int32_t size, SocketFlags__Enum socketFlags, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x02623740, IAsyncResult *, Socket_BeginMultipleSend, (Socket * __this, BufferOffsetSize__Array * buffers, SocketFlags__Enum socketFlags, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x026239B0, IAsyncResult *, Socket_UnsafeBeginMultipleSend, (Socket * __this, BufferOffsetSize__Array * buffers, SocketFlags__Enum socketFlags, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x026239C0, int32_t, Socket_EndMultipleSend, (Socket * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x026239D0, void, Socket_MultipleSend, (Socket * __this, BufferOffsetSize__Array * buffers, SocketFlags__Enum socketFlags, MethodInfo * method)); DO_APP_FUNC(0x02623C00, void, Socket_SetSocketOption, (Socket * __this, SocketOptionLevel__Enum optionLevel, SocketOptionName__Enum optionName, int32_t optionValue, bool silent, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3C58, Socket_SetSocketOption__MethodInfo); DO_APP_FUNC(0x02623D80, void, Socket__ctor_2, (Socket * __this, SocketInformation socketInformation, MethodInfo * method)); DO_APP_FUNC(0x026241D0, void, Socket__ctor_3, (Socket * __this, AddressFamily__Enum family, SocketType__Enum type, ProtocolType__Enum proto, SafeSocketHandle * safe_handle, MethodInfo * method)); DO_APP_FUNC(0x026243D0, void, Socket_SocketDefaults, (Socket * __this, MethodInfo * method)); DO_APP_FUNC(0x02624420, void *, Socket_Socket_icall, (AddressFamily__Enum family, SocketType__Enum type, ProtocolType__Enum proto, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x026245D0, int32_t, Socket_get_Available, (Socket * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3C50, Socket_get_Available__MethodInfo); DO_APP_FUNC(0x02624690, int32_t, Socket_Available_internal, (SafeSocketHandle * safeHandle, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x026247B0, int32_t, Socket_Available_icall, (void * socket, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x026247C0, bool, Socket_get_EnableBroadcast, (Socket * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3C78, Socket_get_EnableBroadcast__MethodInfo); DO_APP_FUNC(0x02624890, void, Socket_set_EnableBroadcast, (Socket * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3C70, Socket_set_EnableBroadcast__MethodInfo); DO_APP_FUNC(0x0060FCB0, bool, Socket_get_IsBound, (Socket * __this, MethodInfo * method)); DO_APP_FUNC(0x02624920, bool, Socket_get_MulticastLoopback, (Socket * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3C90, Socket_get_MulticastLoopback__MethodInfo); DO_APP_FUNC(0x02624A90, void, Socket_set_MulticastLoopback, (Socket * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3C80, Socket_set_MulticastLoopback__MethodInfo); DO_APP_FUNC(0x02624B90, EndPoint *, Socket_get_LocalEndPoint, (Socket * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3C68, Socket_get_LocalEndPoint__MethodInfo); DO_APP_FUNC(0x02624CA0, SocketAddress *, Socket_LocalEndPoint_internal, (SafeSocketHandle * safeHandle, int32_t family, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x02624DD0, SocketAddress *, Socket_LocalEndPoint_icall, (void * socket, int32_t family, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x0041F5E0, bool, Socket_get_Blocking, (Socket * __this, MethodInfo * method)); DO_APP_FUNC(0x02624DE0, void, Socket_set_Blocking, (Socket * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3BF0, Socket_set_Blocking__MethodInfo); DO_APP_FUNC(0x02624EC0, void, Socket_Blocking_internal, (SafeSocketHandle * safeHandle, bool block, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x02624FE0, void, Socket_Blocking_icall, (void * socket, bool block, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x0060FDC0, bool, Socket_get_Connected, (Socket * __this, MethodInfo * method)); DO_APP_FUNC(0x0074C7F0, void, Socket_set_Connected, (Socket * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02625130, bool, Socket_get_NoDelay, (Socket * __this, MethodInfo * method)); DO_APP_FUNC(0x02625200, void, Socket_set_NoDelay, (Socket * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02625290, EndPoint *, Socket_get_RemoteEndPoint, (Socket * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3BD8, Socket_get_RemoteEndPoint__MethodInfo); DO_APP_FUNC(0x026253A0, SocketAddress *, Socket_RemoteEndPoint_internal, (SafeSocketHandle * safeHandle, int32_t family, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x026254D0, SocketAddress *, Socket_RemoteEndPoint_icall, (void * socket, int32_t family, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x003B9330, SafeHandle *, Socket_get_SafeHandle, (Socket * __this, MethodInfo * method)); DO_APP_FUNC(0x026254E0, void, Socket_Select, (IList * checkRead, IList * checkWrite, IList * checkError, int32_t microSeconds, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3C30, Socket_Select__MethodInfo); DO_APP_FUNC(0x02625960, void, Socket_AddSockets, (List_1_System_Net_Sockets_Socket_ * sockets, IList * list, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3C08, Socket_AddSockets__MethodInfo); DO_APP_FUNC(0x02625BD0, void, Socket_Select_icall, (Socket__Array * * sockets, int32_t microSeconds, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x02625BE0, bool, Socket_Poll, (Socket * __this, int32_t microSeconds, SelectMode__Enum mode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3B78, Socket_Poll__MethodInfo); DO_APP_FUNC(0x02625DA0, bool, Socket_Poll_internal, (SafeSocketHandle * safeHandle, SelectMode__Enum mode, int32_t timeout, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x02625EF0, bool, Socket_Poll_icall, (void * socket, SelectMode__Enum mode, int32_t timeout, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x02625F00, Socket *, Socket_Accept, (Socket * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3B88, Socket_Accept__MethodInfo); DO_APP_FUNC(0x026260B0, void, Socket_Accept_1, (Socket * __this, Socket * acceptSocket, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3B58, Socket_Accept_1__MethodInfo); DO_APP_FUNC(0x02626290, bool, Socket_AcceptAsync_1, (Socket * __this, SocketAsyncEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3B60, Socket_AcceptAsync_1__MethodInfo); DO_APP_FUNC(0x026265D0, IAsyncResult *, Socket_BeginAccept_1, (Socket * __this, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3B90, Socket_BeginAccept_1__MethodInfo); DO_APP_FUNC(0x02626770, IAsyncResult *, Socket_BeginAccept_2, (Socket * __this, Socket * acceptSocket, int32_t receiveSize, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3B98, Socket_BeginAccept_2__MethodInfo); DO_APP_FUNC(0x02626C00, Socket *, Socket_EndAccept_1, (Socket * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x02626C30, Socket *, Socket_EndAccept_2, (Socket * __this, Byte__Array * * buffer, int32_t * bytesTransferred, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x02626D80, SafeSocketHandle *, Socket_Accept_internal, (SafeSocketHandle * safeHandle, int32_t * error, bool blocking, MethodInfo * method)); DO_APP_FUNC(0x02626F20, void *, Socket_Accept_icall, (void * sock, int32_t * error, bool blocking, MethodInfo * method)); DO_APP_FUNC(0x02626FC0, void, Socket_Bind, (Socket * __this, EndPoint * localEP, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3B28, Socket_Bind__MethodInfo); DO_APP_FUNC(0x026273C0, void, Socket_Bind_internal, (SafeSocketHandle * safeHandle, SocketAddress * sa, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x026274E0, void, Socket_Bind_icall, (void * sock, SocketAddress * sa, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x026274F0, void, Socket_Listen, (Socket * __this, int32_t backlog, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3B50, Socket_Listen__MethodInfo); DO_APP_FUNC(0x02627610, void, Socket_Listen_internal, (SafeSocketHandle * safeHandle, int32_t backlog, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x02627850, void, Socket_Listen_icall, (void * sock, int32_t backlog, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x026279A0, void, Socket_Connect_1, (Socket * __this, IPAddress * address, int32_t port, MethodInfo * method)); DO_APP_FUNC(0x02627A30, void, Socket_Connect_2, (Socket * __this, String * host, int32_t port, MethodInfo * method)); DO_APP_FUNC(0x02627AB0, void, Socket_Connect_3, (Socket * __this, EndPoint * remoteEP, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3B48, Socket_Connect_3__MethodInfo); DO_APP_FUNC(0x026280C0, bool, Socket_ConnectAsync_5, (Socket * __this, SocketAsyncEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3AE0, Socket_ConnectAsync_5__MethodInfo); DO_APP_FUNC(0x026285D0, void, Socket_CancelConnectAsync, (SocketAsyncEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3AF0, Socket_CancelConnectAsync__MethodInfo); DO_APP_FUNC(0x02628660, IAsyncResult *, Socket_BeginConnect_1, (Socket * __this, String * host, int32_t port, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3AC0, Socket_BeginConnect_1__MethodInfo); DO_APP_FUNC(0x026289C0, IAsyncResult *, Socket_BeginConnect_2, (Socket * __this, EndPoint * remoteEP, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3B10, Socket_BeginConnect_2__MethodInfo); DO_APP_FUNC(0x02628BA0, IAsyncResult *, Socket_BeginConnect_3, (Socket * __this, IPAddress__Array * addresses, int32_t port, AsyncCallback * requestCallback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3B20, Socket_BeginConnect_3__MethodInfo); DO_APP_FUNC(0x02628E70, bool, Socket_BeginMConnect, (SocketAsyncResult * sockares, MethodInfo * method)); DO_APP_FUNC(0x02629090, bool, Socket_BeginSConnect, (SocketAsyncResult * sockares, MethodInfo * method)); DO_APP_FUNC(0x02629750, void, Socket_EndConnect, (Socket * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x02629810, void, Socket_Connect_internal, (SafeSocketHandle * safeHandle, SocketAddress * sa, int32_t * error, bool blocking, MethodInfo * method)); DO_APP_FUNC(0x02629920, void, Socket_Connect_icall, (void * sock, SocketAddress * sa, int32_t * error, bool blocking, MethodInfo * method)); DO_APP_FUNC(0x02629930, bool, Socket_GetCheckedIPs, (Socket * __this, SocketAsyncEventArgs * e, IPAddress__Array * * addresses, MethodInfo * method)); DO_APP_FUNC(0x02629C50, void, Socket_Disconnect, (Socket * __this, bool reuseSocket, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3A68, Socket_Disconnect__MethodInfo); DO_APP_FUNC(0x02629D70, bool, Socket_DisconnectAsync, (Socket * __this, SocketAsyncEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x02629FD0, IAsyncResult *, Socket_BeginDisconnect, (Socket * __this, bool reuseSocket, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x0262A170, void, Socket_EndDisconnect, (Socket * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x0262A230, void, Socket_Disconnect_internal, (SafeSocketHandle * safeHandle, bool reuse, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x0262A460, void, Socket_Disconnect_icall, (void * sock, bool reuse, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x0262A5B0, int32_t, Socket_Receive_6, (Socket * __this, Byte__Array * buffer, int32_t offset, int32_t size, SocketFlags__Enum socketFlags, SocketError__Enum * errorCode, MethodInfo * method)); DO_APP_FUNC(0x0262A730, int32_t, Socket_Receive_7, (Socket * __this, Memory_1_Byte_ buffer, int32_t offset, int32_t size, SocketFlags__Enum socketFlags, SocketError__Enum * errorCode, MethodInfo * method)); DO_APP_FUNC(0x0262A9A0, int32_t, Socket_Receive_8, (Socket * __this, IList_1_System_ArraySegment_1_ * buffers, SocketFlags__Enum socketFlags, SocketError__Enum * errorCode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3A88, Socket_Receive_8__MethodInfo); DO_APP_FUNC(0x0262B100, int32_t, Socket_Receive_9, (Socket * __this, Span_1_Byte_ buffer, SocketFlags__Enum socketFlags, SocketError__Enum * errorCode, MethodInfo * method)); DO_APP_FUNC(0x0262B1E0, int32_t, Socket_Send_6, (Socket * __this, ReadOnlySpan_1_Byte_ buffer, SocketFlags__Enum socketFlags, SocketError__Enum * errorCode, MethodInfo * method)); DO_APP_FUNC(0x0262B270, int32_t, Socket_Receive_10, (Socket * __this, Span_1_Byte_ buffer, SocketFlags__Enum socketFlags, MethodInfo * method)); DO_APP_FUNC(0x0262B340, int32_t, Socket_Receive_11, (Socket * __this, Span_1_Byte_ buffer, MethodInfo * method)); DO_APP_FUNC(0x0262B410, bool, Socket_ReceiveAsync_3, (Socket * __this, SocketAsyncEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3A30, Socket_ReceiveAsync_3__MethodInfo); DO_APP_FUNC(0x0262B890, IAsyncResult *, Socket_BeginReceive_2, (Socket * __this, Byte__Array * buffer, int32_t offset, int32_t size, SocketFlags__Enum socketFlags, SocketError__Enum * errorCode, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x0262BBD0, IAsyncResult *, Socket_BeginReceive_3, (Socket * __this, IList_1_System_ArraySegment_1_ * buffers, SocketFlags__Enum socketFlags, SocketError__Enum * errorCode, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3A60, Socket_BeginReceive_3__MethodInfo); DO_APP_FUNC(0x0262BDE0, int32_t, Socket_EndReceive_1, (Socket * __this, IAsyncResult * asyncResult, SocketError__Enum * errorCode, MethodInfo * method)); DO_APP_FUNC(0x0262BED0, int32_t, Socket_Receive_internal, (SafeSocketHandle * safeHandle, Socket_WSABUF * bufarray, int32_t count, SocketFlags__Enum flags, int32_t * error, bool blocking, MethodInfo * method)); DO_APP_FUNC(0x0262C000, int32_t, Socket_Receive_array_icall, (void * sock, Socket_WSABUF * bufarray, int32_t count, SocketFlags__Enum flags, int32_t * error, bool blocking, MethodInfo * method)); DO_APP_FUNC(0x0262C010, int32_t, Socket_Receive_internal_1, (SafeSocketHandle * safeHandle, uint8_t * buffer, int32_t count, SocketFlags__Enum flags, int32_t * error, bool blocking, MethodInfo * method)); DO_APP_FUNC(0x0262C140, int32_t, Socket_Receive_icall, (void * sock, uint8_t * buffer, int32_t count, SocketFlags__Enum flags, int32_t * error, bool blocking, MethodInfo * method)); DO_APP_FUNC(0x0262C150, int32_t, Socket_ReceiveFrom_3, (Socket * __this, Byte__Array * buffer, int32_t offset, int32_t size, SocketFlags__Enum socketFlags, EndPoint * * remoteEP, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3A50, Socket_ReceiveFrom_3__MethodInfo); DO_APP_FUNC(0x0262C2F0, int32_t, Socket_ReceiveFrom_4, (Socket * __this, Byte__Array * buffer, int32_t offset, int32_t size, SocketFlags__Enum socketFlags, EndPoint * * remoteEP, SocketError__Enum * errorCode, MethodInfo * method)); DO_APP_FUNC(0x0262C540, int32_t, Socket_ReceiveFrom_5, (Socket * __this, Memory_1_Byte_ buffer, int32_t offset, int32_t size, SocketFlags__Enum socketFlags, EndPoint * * remoteEP, SocketError__Enum * errorCode, MethodInfo * method)); DO_APP_FUNC(0x0262C8E0, bool, Socket_ReceiveFromAsync_1, (Socket * __this, SocketAsyncEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE39E0, Socket_ReceiveFromAsync_1__MethodInfo); DO_APP_FUNC(0x0262CDB0, IAsyncResult *, Socket_BeginReceiveFrom, (Socket * __this, Byte__Array * buffer, int32_t offset, int32_t size, SocketFlags__Enum socketFlags, EndPoint * * remoteEP, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE39F0, Socket_BeginReceiveFrom__MethodInfo); DO_APP_FUNC(0x0262D160, int32_t, Socket_EndReceiveFrom, (Socket * __this, IAsyncResult * asyncResult, EndPoint * * endPoint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE39B8, Socket_EndReceiveFrom__MethodInfo); DO_APP_FUNC(0x0262D2E0, int32_t, Socket_EndReceiveFrom_internal, (Socket * __this, SocketAsyncResult * sockares, SocketAsyncEventArgs * ares, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE39D0, Socket_EndReceiveFrom_internal__MethodInfo); DO_APP_FUNC(0x0262D410, int32_t, Socket_ReceiveFrom_internal, (SafeSocketHandle * safeHandle, uint8_t * buffer, int32_t count, SocketFlags__Enum flags, SocketAddress * * sockaddr, int32_t * error, bool blocking, MethodInfo * method)); DO_APP_FUNC(0x0262D550, int32_t, Socket_ReceiveFrom_icall, (void * sock, uint8_t * buffer, int32_t count, SocketFlags__Enum flags, SocketAddress * * sockaddr, int32_t * error, bool blocking, MethodInfo * method)); DO_APP_FUNC(0x0262D560, int32_t, Socket_ReceiveMessageFrom, (Socket * __this, Byte__Array * buffer, int32_t offset, int32_t size, SocketFlags__Enum * socketFlags, EndPoint * * remoteEP, IPPacketInformation * ipPacketInformation, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3A18, Socket_ReceiveMessageFrom__MethodInfo); DO_APP_FUNC(0x0262D6A0, bool, Socket_ReceiveMessageFromAsync_1, (Socket * __this, SocketAsyncEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3A10, Socket_ReceiveMessageFromAsync_1__MethodInfo); DO_APP_FUNC(0x0262D6F0, IAsyncResult *, Socket_BeginReceiveMessageFrom, (Socket * __this, Byte__Array * buffer, int32_t offset, int32_t size, SocketFlags__Enum socketFlags, EndPoint * * remoteEP, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3A08, Socket_BeginReceiveMessageFrom__MethodInfo); DO_APP_FUNC(0x0262D830, int32_t, Socket_EndReceiveMessageFrom, (Socket * __this, IAsyncResult * asyncResult, SocketFlags__Enum * socketFlags, EndPoint * * endPoint, IPPacketInformation * ipPacketInformation, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3A28, Socket_EndReceiveMessageFrom__MethodInfo); DO_APP_FUNC(0x0262D920, int32_t, Socket_Send_7, (Socket * __this, Byte__Array * buffer, int32_t offset, int32_t size, SocketFlags__Enum socketFlags, SocketError__Enum * errorCode, MethodInfo * method)); DO_APP_FUNC(0x0262DAD0, int32_t, Socket_Send_8, (Socket * __this, IList_1_System_ArraySegment_1_ * buffers, SocketFlags__Enum socketFlags, SocketError__Enum * errorCode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3A00, Socket_Send_8__MethodInfo); DO_APP_FUNC(0x0262E130, int32_t, Socket_Send_9, (Socket * __this, ReadOnlySpan_1_Byte_ buffer, SocketFlags__Enum socketFlags, MethodInfo * method)); DO_APP_FUNC(0x0262E1C0, int32_t, Socket_Send_10, (Socket * __this, ReadOnlySpan_1_Byte_ buffer, MethodInfo * method)); DO_APP_FUNC(0x0262E240, bool, Socket_SendAsync_3, (Socket * __this, SocketAsyncEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3978, Socket_SendAsync_3__MethodInfo); DO_APP_FUNC(0x0262E8E0, IAsyncResult *, Socket_BeginSend_2, (Socket * __this, Byte__Array * buffer, int32_t offset, int32_t size, SocketFlags__Enum socketFlags, SocketError__Enum * errorCode, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x0262ED20, void, Socket_BeginSendCallback, (SocketAsyncResult * sockares, int32_t sent_so_far, MethodInfo * method)); DO_APP_FUNC(0x0262F0F0, IAsyncResult *, Socket_BeginSend_3, (Socket * __this, IList_1_System_ArraySegment_1_ * buffers, SocketFlags__Enum socketFlags, SocketError__Enum * errorCode, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE39B0, Socket_BeginSend_3__MethodInfo); DO_APP_FUNC(0x0262F320, int32_t, Socket_EndSend_1, (Socket * __this, IAsyncResult * asyncResult, SocketError__Enum * errorCode, MethodInfo * method)); DO_APP_FUNC(0x0262F410, int32_t, Socket_Send_internal, (SafeSocketHandle * safeHandle, Socket_WSABUF * bufarray, int32_t count, SocketFlags__Enum flags, int32_t * error, bool blocking, MethodInfo * method)); DO_APP_FUNC(0x0262F540, int32_t, Socket_Send_array_icall, (void * sock, Socket_WSABUF * bufarray, int32_t count, SocketFlags__Enum flags, int32_t * error, bool blocking, MethodInfo * method)); DO_APP_FUNC(0x0262F550, int32_t, Socket_Send_internal_1, (SafeSocketHandle * safeHandle, uint8_t * buffer, int32_t count, SocketFlags__Enum flags, int32_t * error, bool blocking, MethodInfo * method)); DO_APP_FUNC(0x0262F680, int32_t, Socket_Send_icall, (void * sock, uint8_t * buffer, int32_t count, SocketFlags__Enum flags, int32_t * error, bool blocking, MethodInfo * method)); DO_APP_FUNC(0x0262F690, int32_t, Socket_SendTo_3, (Socket * __this, Byte__Array * buffer, int32_t offset, int32_t size, SocketFlags__Enum socketFlags, EndPoint * remoteEP, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE39A0, Socket_SendTo_3__MethodInfo); DO_APP_FUNC(0x0262F920, int32_t, Socket_SendTo_4, (Socket * __this, Memory_1_Byte_ buffer, int32_t offset, int32_t size, SocketFlags__Enum socketFlags, EndPoint * remoteEP, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3998, Socket_SendTo_4__MethodInfo); DO_APP_FUNC(0x0262FCC0, bool, Socket_SendToAsync_1, (Socket * __this, SocketAsyncEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3920, Socket_SendToAsync_1__MethodInfo); DO_APP_FUNC(0x02630260, IAsyncResult *, Socket_BeginSendTo, (Socket * __this, Byte__Array * buffer, int32_t offset, int32_t size, SocketFlags__Enum socketFlags, EndPoint * remoteEP, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x02630700, void, Socket_BeginSendToCallback, (SocketAsyncResult * sockares, int32_t sent_so_far, MethodInfo * method)); DO_APP_FUNC(0x026308E0, int32_t, Socket_EndSendTo, (Socket * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x026309A0, int32_t, Socket_SendTo_internal, (SafeSocketHandle * safeHandle, uint8_t * buffer, int32_t count, SocketFlags__Enum flags, SocketAddress * sa, int32_t * error, bool blocking, MethodInfo * method)); DO_APP_FUNC(0x02630AE0, int32_t, Socket_SendTo_icall, (void * sock, uint8_t * buffer, int32_t count, SocketFlags__Enum flags, SocketAddress * sa, int32_t * error, bool blocking, MethodInfo * method)); DO_APP_FUNC(0x02630AF0, void, Socket_SendFile_1, (Socket * __this, String * fileName, Byte__Array * preBuffer, Byte__Array * postBuffer, TransmitFileOptions__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3960, Socket_SendFile_1__MethodInfo); DO_APP_FUNC(0x02630D30, IAsyncResult *, Socket_BeginSendFile_1, (Socket * __this, String * fileName, Byte__Array * preBuffer, Byte__Array * postBuffer, TransmitFileOptions__Enum flags, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3958, Socket_BeginSendFile_1__MethodInfo); DO_APP_FUNC(0x02631150, void, Socket_EndSendFile, (Socket * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE38E0, Socket_EndSendFile__MethodInfo); DO_APP_FUNC(0x026312A0, bool, Socket_SendFile_internal, (SafeSocketHandle * safeHandle, String * filename, Byte__Array * pre_buffer, Byte__Array * post_buffer, TransmitFileOptions__Enum flags, int32_t * error, bool blocking, MethodInfo * method)); DO_APP_FUNC(0x026313E0, bool, Socket_SendFile_icall, (void * sock, String * filename, Byte__Array * pre_buffer, Byte__Array * post_buffer, TransmitFileOptions__Enum flags, int32_t * error, bool blocking, MethodInfo * method)); DO_APP_FUNC(0x026313F0, bool, Socket_SendPacketsAsync, (Socket * __this, SocketAsyncEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE38C8, Socket_SendPacketsAsync__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Socket_Duplicate_icall, (void * handle, int32_t targetProcessId, void * * duplicateHandle, MonoIOError__Enum * error, MethodInfo * method)); DO_APP_FUNC(0x02631440, SocketInformation, Socket_DuplicateAndClose, (Socket * __this, int32_t targetProcessId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE38D8, Socket_DuplicateAndClose__MethodInfo); DO_APP_FUNC(0x02631570, void, Socket_GetSocketOption, (Socket * __this, SocketOptionLevel__Enum optionLevel, SocketOptionName__Enum optionName, Byte__Array * optionValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE38F0, Socket_GetSocketOption__MethodInfo); DO_APP_FUNC(0x026316D0, Byte__Array *, Socket_GetSocketOption_1, (Socket * __this, SocketOptionLevel__Enum optionLevel, SocketOptionName__Enum optionName, int32_t optionLength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE38E8, Socket_GetSocketOption_1__MethodInfo); DO_APP_FUNC(0x026317E0, Object *, Socket_GetSocketOption_2, (Socket * __this, SocketOptionLevel__Enum optionLevel, SocketOptionName__Enum optionName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE38F8, Socket_GetSocketOption_2__MethodInfo); DO_APP_FUNC(0x02631A10, void, Socket_GetSocketOption_arr_internal, (SafeSocketHandle * safeHandle, SocketOptionLevel__Enum level, SocketOptionName__Enum name, Byte__Array * * byte_val, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x02631B50, void, Socket_GetSocketOption_arr_icall, (void * socket, SocketOptionLevel__Enum level, SocketOptionName__Enum name, Byte__Array * * byte_val, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x02631B60, void, Socket_GetSocketOption_obj_internal, (SafeSocketHandle * safeHandle, SocketOptionLevel__Enum level, SocketOptionName__Enum name, Object * * obj_val, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x02631CA0, void, Socket_GetSocketOption_obj_icall, (void * socket, SocketOptionLevel__Enum level, SocketOptionName__Enum name, Object * * obj_val, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x02631CB0, void, Socket_SetSocketOption_1, (Socket * __this, SocketOptionLevel__Enum optionLevel, SocketOptionName__Enum optionName, Byte__Array * optionValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3888, Socket_SetSocketOption_1__MethodInfo); DO_APP_FUNC(0x02631E60, void, Socket_SetSocketOption_2, (Socket * __this, SocketOptionLevel__Enum optionLevel, SocketOptionName__Enum optionName, Object * optionValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE38A0, Socket_SetSocketOption_2__MethodInfo); DO_APP_FUNC(0x026322F0, void, Socket_SetSocketOption_3, (Socket * __this, SocketOptionLevel__Enum optionLevel, SocketOptionName__Enum optionName, bool optionValue, MethodInfo * method)); DO_APP_FUNC(0x02632310, void, Socket_SetSocketOption_4, (Socket * __this, SocketOptionLevel__Enum optionLevel, SocketOptionName__Enum optionName, int32_t optionValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3878, Socket_SetSocketOption_4__MethodInfo); DO_APP_FUNC(0x02632460, void, Socket_SetSocketOption_internal, (SafeSocketHandle * safeHandle, SocketOptionLevel__Enum level, SocketOptionName__Enum name, Object * obj_val, Byte__Array * byte_val, int32_t int_val, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x026325D0, void, Socket_SetSocketOption_icall, (void * socket, SocketOptionLevel__Enum level, SocketOptionName__Enum name, Object * obj_val, Byte__Array * byte_val, int32_t int_val, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x026325E0, int32_t, Socket_IOControl_1, (Socket * __this, int32_t ioControlCode, Byte__Array * optionInValue, Byte__Array * optionOutValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE38C0, Socket_IOControl_1__MethodInfo); DO_APP_FUNC(0x02632790, int32_t, Socket_IOControl_internal, (SafeSocketHandle * safeHandle, int32_t ioctl_code, Byte__Array * input, Byte__Array * output, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x026328E0, int32_t, Socket_IOControl_icall, (void * sock, int32_t ioctl_code, Byte__Array * input, Byte__Array * output, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x026328F0, void, Socket_Close, (Socket * __this, MethodInfo * method)); DO_APP_FUNC(0x02632960, void, Socket_Close_1, (Socket * __this, int32_t timeout, MethodInfo * method)); DO_APP_FUNC(0x026329D0, void, Socket_Close_icall, (void * socket, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x02632B20, void, Socket_Shutdown, (Socket * __this, SocketShutdown__Enum how, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE38B0, Socket_Shutdown__MethodInfo); DO_APP_FUNC(0x02632C40, void, Socket_Shutdown_internal, (SafeSocketHandle * safeHandle, SocketShutdown__Enum how, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x02632D60, void, Socket_Shutdown_icall, (void * socket, SocketShutdown__Enum how, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x02632EB0, void, Socket_Dispose_1, (Socket * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x026331C0, void, Socket_Linger, (Socket * __this, void * handle, MethodInfo * method)); DO_APP_FUNC(0x02633460, void, Socket_ThrowIfDisposedAndClosed, (Socket * __this, Socket * socket, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE37F0, Socket_ThrowIfDisposedAndClosed__MethodInfo); DO_APP_FUNC(0x02633510, void, Socket_ThrowIfDisposedAndClosed_1, (Socket * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE37E8, Socket_ThrowIfDisposedAndClosed_1__MethodInfo); DO_APP_FUNC(0x026335A0, void, Socket_ThrowIfBufferNull, (Socket * __this, Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE37E0, Socket_ThrowIfBufferNull__MethodInfo); DO_APP_FUNC(0x02633610, void, Socket_ThrowIfBufferOutOfRange, (Socket * __this, Byte__Array * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3808, Socket_ThrowIfBufferOutOfRange__MethodInfo); DO_APP_FUNC(0x026337F0, void, Socket_ThrowIfUdp, (Socket * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE37B8, Socket_ThrowIfUdp__MethodInfo); DO_APP_FUNC(0x02633850, SocketAsyncResult *, Socket_ValidateEndIAsyncResult, (Socket * __this, IAsyncResult * ares, String * methodName, String * argName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE37D0, Socket_ValidateEndIAsyncResult__MethodInfo); DO_APP_FUNC(0x026339D0, void, Socket_QueueIOSelectorJob, (Socket * __this, SemaphoreSlim * sem, void * handle, IOSelectorJob * job, MethodInfo * method)); DO_APP_FUNC(0x02633C50, void, Socket_InitSocketAsyncEventArgs, (Socket * __this, SocketAsyncEventArgs * e, AsyncCallback * callback, Object * state, SocketOperation__Enum operation, MethodInfo * method)); DO_APP_FUNC(0x02633E80, SocketAsyncOperation__Enum, Socket_SocketOperationToSocketAsyncOperation, (Socket * __this, SocketOperation__Enum op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3818, Socket_SocketOperationToSocketAsyncOperation__MethodInfo); DO_APP_FUNC(0x02633FB0, IPEndPoint *, Socket_RemapIPEndPoint, (Socket * __this, IPEndPoint * input, MethodInfo * method)); DO_APP_FUNC(0x026341F0, void, Socket_cancel_blocking_socket_operation, (Thread * thread, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Socket_SupportsPortReuse, (ProtocolType__Enum proto, MethodInfo * method)); DO_APP_FUNC(0x02634210, int32_t, Socket_get_FamilyHint, (MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Socket_IsProtocolSupported_internal, (NetworkInterfaceComponent__Enum networkInterface, MethodInfo * method)); DO_APP_FUNC(0x02634350, bool, Socket_IsProtocolSupported, (NetworkInterfaceComponent__Enum networkInterface, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Socket_ReplaceHandleIfNecessaryAfterFailedConnect, (Socket * __this, MethodInfo * method)); DO_APP_FUNC(0x026343A0, void, Socket__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Socket_CachedEventArgs__ctor, (Socket_CachedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x02635400, void, Socket_Int32TaskSocketAsyncEventArgs__ctor, (Socket_Int32TaskSocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x02635440, void, Socket_AwaitableSocketAsyncEventArgs__ctor, (Socket_AwaitableSocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x02635500, bool, Socket_AwaitableSocketAsyncEventArgs_get_WrapExceptionsInIOExceptions, (Socket_AwaitableSocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x02635510, void, Socket_AwaitableSocketAsyncEventArgs_set_WrapExceptionsInIOExceptions, (Socket_AwaitableSocketAsyncEventArgs * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02635520, bool, Socket_AwaitableSocketAsyncEventArgs_Reserve, (Socket_AwaitableSocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x026355F0, void, Socket_AwaitableSocketAsyncEventArgs_Release, (Socket_AwaitableSocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x026356B0, void, Socket_AwaitableSocketAsyncEventArgs_OnCompleted, (Socket_AwaitableSocketAsyncEventArgs * __this, SocketAsyncEventArgs * _, MethodInfo * method)); DO_APP_FUNC(0x02635AE0, ValueTask_1_System_Int32_, Socket_AwaitableSocketAsyncEventArgs_ReceiveAsync, (Socket_AwaitableSocketAsyncEventArgs * __this, Socket * socket, MethodInfo * method)); DO_APP_FUNC(0x02635D00, ValueTask_1_System_Int32_, Socket_AwaitableSocketAsyncEventArgs_SendAsync, (Socket_AwaitableSocketAsyncEventArgs * __this, Socket * socket, MethodInfo * method)); DO_APP_FUNC(0x02635F20, ValueTask, Socket_AwaitableSocketAsyncEventArgs_SendAsyncForNetworkStream, (Socket_AwaitableSocketAsyncEventArgs * __this, Socket * socket, MethodInfo * method)); DO_APP_FUNC(0x026360E0, ValueTaskSourceStatus__Enum, Socket_AwaitableSocketAsyncEventArgs_GetStatus, (Socket_AwaitableSocketAsyncEventArgs * __this, int16_t token, MethodInfo * method)); DO_APP_FUNC(0x02636180, void, Socket_AwaitableSocketAsyncEventArgs_OnCompleted_1, (Socket_AwaitableSocketAsyncEventArgs * __this, Action_1_Object_ * continuation, Object * state, int16_t token, ValueTaskSourceOnCompletedFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x026364D0, void, Socket_AwaitableSocketAsyncEventArgs_InvokeContinuation, (Socket_AwaitableSocketAsyncEventArgs * __this, Action_1_Object_ * continuation, Object * state, bool forceAsync, MethodInfo * method)); DO_APP_FUNC(0x02636960, int32_t, Socket_AwaitableSocketAsyncEventArgs_GetResult, (Socket_AwaitableSocketAsyncEventArgs * __this, int16_t token, MethodInfo * method)); DO_APP_FUNC(0x026369C0, void, Socket_AwaitableSocketAsyncEventArgs_System_Threading_Tasks_Sources_IValueTaskSource_GetResult, (Socket_AwaitableSocketAsyncEventArgs * __this, int16_t token, MethodInfo * method)); DO_APP_FUNC(0x02636A10, void, Socket_AwaitableSocketAsyncEventArgs_ThrowIncorrectTokenException, (Socket_AwaitableSocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8908, Socket_AwaitableSocketAsyncEventArgs_ThrowIncorrectTokenException__MethodInfo); DO_APP_FUNC(0x02636A70, void, Socket_AwaitableSocketAsyncEventArgs_ThrowMultipleContinuationsException, (Socket_AwaitableSocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE88E8, Socket_AwaitableSocketAsyncEventArgs_ThrowMultipleContinuationsException__MethodInfo); DO_APP_FUNC(0x02636AD0, void, Socket_AwaitableSocketAsyncEventArgs_ThrowException, (Socket_AwaitableSocketAsyncEventArgs * __this, SocketError__Enum error, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE88E0, Socket_AwaitableSocketAsyncEventArgs_ThrowException__MethodInfo); DO_APP_FUNC(0x02636B00, Exception *, Socket_AwaitableSocketAsyncEventArgs_CreateException, (Socket_AwaitableSocketAsyncEventArgs * __this, SocketError__Enum error, MethodInfo * method)); DO_APP_FUNC(0x02636C20, void, Socket_AwaitableSocketAsyncEventArgs__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02636F00, void, Socket_AwaitableSocketAsyncEventArgs_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Socket_AwaitableSocketAsyncEventArgs_c__ctor, (Socket_AwaitableSocketAsyncEventArgs_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02636FB0, void, Socket_AwaitableSocketAsyncEventArgs_c__OnCompleted_b__14_0, (Socket_AwaitableSocketAsyncEventArgs_c * __this, Object * runState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8998, Socket_AwaitableSocketAsyncEventArgs_c__OnCompleted_b__14_0__MethodInfo); DO_APP_FUNC(0x02637080, void, Socket_AwaitableSocketAsyncEventArgs_c__InvokeContinuation_b__20_0, (Socket_AwaitableSocketAsyncEventArgs_c * __this, Object * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE88D0, Socket_AwaitableSocketAsyncEventArgs_c__InvokeContinuation_b__20_0__MethodInfo); DO_APP_FUNC(0x02637130, void, Socket_AwaitableSocketAsyncEventArgs_c___cctor_b__27_0, (Socket_AwaitableSocketAsyncEventArgs_c * __this, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8968, Socket_AwaitableSocketAsyncEventArgs_c___cctor_b__27_0__MethodInfo); DO_APP_FUNC(0x02637190, void, Socket_AwaitableSocketAsyncEventArgs_c___cctor_b__27_1, (Socket_AwaitableSocketAsyncEventArgs_c * __this, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8960, Socket_AwaitableSocketAsyncEventArgs_c___cctor_b__27_1__MethodInfo); DO_APP_FUNC(0x026371F0, void, Socket_SendFileHandler__ctor, (Socket_SendFileHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, Socket_SendFileHandler_Invoke, (Socket_SendFileHandler * __this, String * fileName, Byte__Array * preBuffer, Byte__Array * postBuffer, TransmitFileOptions__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02637330, IAsyncResult *, Socket_SendFileHandler_BeginInvoke, (Socket_SendFileHandler * __this, String * fileName, Byte__Array * preBuffer, Byte__Array * postBuffer, TransmitFileOptions__Enum flags, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, Socket_SendFileHandler_EndInvoke, (Socket_SendFileHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01A25440, void, Socket_SendFileAsyncResult__ctor, (Socket_SendFileAsyncResult * __this, Socket_SendFileHandler * d, IAsyncResult * ares, MethodInfo * method)); DO_APP_FUNC(0x026373E0, Object *, Socket_SendFileAsyncResult_get_AsyncState, (Socket_SendFileAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02637430, WaitHandle *, Socket_SendFileAsyncResult_get_AsyncWaitHandle, (Socket_SendFileAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02637480, bool, Socket_SendFileAsyncResult_get_CompletedSynchronously, (Socket_SendFileAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x026374D0, bool, Socket_SendFileAsyncResult_get_IsCompleted, (Socket_SendFileAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Socket_SendFileHandler *, Socket_SendFileAsyncResult_get_Delegate, (Socket_SendFileAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IAsyncResult *, Socket_SendFileAsyncResult_get_Original, (Socket_SendFileAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02637520, void, Socket_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Socket_c__ctor, (Socket_c * __this, MethodInfo * method)); DO_APP_FUNC(0x026375D0, Socket_CachedEventArgs *, Socket_c__AcceptAsync_b__7_0, (Socket_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3FB8, Socket_c__AcceptAsync_b__7_0__MethodInfo); DO_APP_FUNC(0x02637620, void, Socket_c__AcceptAsyncApm_b__8_0, (Socket_c * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3FC0, Socket_c__AcceptAsyncApm_b__8_0__MethodInfo); DO_APP_FUNC(0x026377F0, void, Socket_c__ConnectAsync_b__9_0, (Socket_c * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3F98, Socket_c__ConnectAsync_b__9_0__MethodInfo); DO_APP_FUNC(0x02637990, void, Socket_c__ConnectAsync_b__10_0, (Socket_c * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3FA8, Socket_c__ConnectAsync_b__10_0__MethodInfo); DO_APP_FUNC(0x02637B30, void, Socket_c__ConnectAsync_b__11_0, (Socket_c * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3EE8, Socket_c__ConnectAsync_b__11_0__MethodInfo); DO_APP_FUNC(0x02637CD0, void, Socket_c__ConnectAsync_b__12_0, (Socket_c * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3EF8, Socket_c__ConnectAsync_b__12_0__MethodInfo); DO_APP_FUNC(0x02637E70, Socket_CachedEventArgs *, Socket_c__ReceiveAsync_b__14_0, (Socket_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3EE0, Socket_c__ReceiveAsync_b__14_0__MethodInfo); DO_APP_FUNC(0x02637EC0, Socket_AwaitableSocketAsyncEventArgs *, Socket_c__ReceiveAsync_b__14_1, (Socket_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3ED8, Socket_c__ReceiveAsync_b__14_1__MethodInfo); DO_APP_FUNC(0x02637F20, void, Socket_c__ReceiveAsyncApm_b__15_0, (Socket_c * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3F18, Socket_c__ReceiveAsyncApm_b__15_0__MethodInfo); DO_APP_FUNC(0x026380B0, void, Socket_c__ReceiveAsyncApm_b__15_1, (Socket_c * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3F00, Socket_c__ReceiveAsyncApm_b__15_1__MethodInfo); DO_APP_FUNC(0x02638580, void, Socket_c__ReceiveAsyncApm_b__17_0, (Socket_c * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3F08, Socket_c__ReceiveAsyncApm_b__17_0__MethodInfo); DO_APP_FUNC(0x02638710, void, Socket_c__ReceiveFromAsync_b__18_0, (Socket_c * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3E60, Socket_c__ReceiveFromAsync_b__18_0__MethodInfo); DO_APP_FUNC(0x026389B0, void, Socket_c__ReceiveMessageFromAsync_b__19_0, (Socket_c * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3E40, Socket_c__ReceiveMessageFromAsync_b__19_0__MethodInfo); DO_APP_FUNC(0x02638B20, Socket_CachedEventArgs *, Socket_c__SendAsync_b__21_0, (Socket_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3EB0, Socket_c__SendAsync_b__21_0__MethodInfo); DO_APP_FUNC(0x02638B70, Socket_AwaitableSocketAsyncEventArgs *, Socket_c__SendAsync_b__21_1, (Socket_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3EA8, Socket_c__SendAsync_b__21_1__MethodInfo); DO_APP_FUNC(0x02638BD0, Socket_CachedEventArgs *, Socket_c__SendAsyncForNetworkStream_b__22_0, (Socket_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3EC0, Socket_c__SendAsyncForNetworkStream_b__22_0__MethodInfo); DO_APP_FUNC(0x02638C20, Socket_AwaitableSocketAsyncEventArgs *, Socket_c__SendAsyncForNetworkStream_b__22_1, (Socket_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3EB8, Socket_c__SendAsyncForNetworkStream_b__22_1__MethodInfo); DO_APP_FUNC(0x02638C80, void, Socket_c__SendAsyncApm_b__23_0, (Socket_c * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3E90, Socket_c__SendAsyncApm_b__23_0__MethodInfo); DO_APP_FUNC(0x02638E10, void, Socket_c__SendAsyncApm_b__23_1, (Socket_c * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3EA0, Socket_c__SendAsyncApm_b__23_1__MethodInfo); DO_APP_FUNC(0x026390F0, void, Socket_c__SendAsyncApm_b__25_0, (Socket_c * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3E00, Socket_c__SendAsyncApm_b__25_0__MethodInfo); DO_APP_FUNC(0x02639280, void, Socket_c__SendToAsync_b__26_0, (Socket_c * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3E10, Socket_c__SendToAsync_b__26_0__MethodInfo); DO_APP_FUNC(0x02639410, Socket_CachedEventArgs *, Socket_c__RentSocketAsyncEventArgs_b__34_0, (Socket_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3DA8, Socket_c__RentSocketAsyncEventArgs_b__34_0__MethodInfo); DO_APP_FUNC(0x02639460, void, Socket_c__SendAsync_b__295_0, (Socket_c * __this, IOAsyncResult * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3980, Socket_c__SendAsync_b__295_0__MethodInfo); DO_APP_FUNC(0x026394F0, void, Socket_c__BeginSend_b__297_0, (Socket_c * __this, IOAsyncResult * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3990, Socket_c__BeginSend_b__297_0__MethodInfo); DO_APP_FUNC(0x02639580, void, Socket_c__SendToAsync_b__308_0, (Socket_c * __this, IOAsyncResult * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3928, Socket_c__SendToAsync_b__308_0__MethodInfo); DO_APP_FUNC(0x02639610, void, Socket_c__BeginSendTo_b__310_0, (Socket_c * __this, IOAsyncResult * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3930, Socket_c__BeginSendTo_b__310_0__MethodInfo); DO_APP_FUNC(0x026396A0, void, Socket_c___cctor_b__367_0, (Socket_c * __this, Object * s, SocketAsyncEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3738, Socket_c___cctor_b__367_0__MethodInfo); DO_APP_FUNC(0x02639900, void, Socket_c___cctor_b__367_1, (Socket_c * __this, Object * s, SocketAsyncEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE36C8, Socket_c___cctor_b__367_1__MethodInfo); DO_APP_FUNC(0x026399E0, void, Socket_c___cctor_b__367_2, (Socket_c * __this, Object * s, SocketAsyncEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3790, Socket_c___cctor_b__367_2__MethodInfo); DO_APP_FUNC(0x02639AC0, void, Socket_c___cctor_b__367_3, (Socket_c * __this, IAsyncResult * ares, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3788, Socket_c___cctor_b__367_3__MethodInfo); DO_APP_FUNC(0x02639ED0, void, Socket_c___cctor_b__367_4, (Socket_c * __this, IOAsyncResult * ares, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3780, Socket_c___cctor_b__367_4__MethodInfo); DO_APP_FUNC(0x0263A010, void, Socket_c___cctor_b__367_5, (Socket_c * __this, IOAsyncResult * ares, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3778, Socket_c___cctor_b__367_5__MethodInfo); DO_APP_FUNC(0x0263A250, void, Socket_c___cctor_b__367_6, (Socket_c * __this, IAsyncResult * ares, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE37B0, Socket_c___cctor_b__367_6__MethodInfo); DO_APP_FUNC(0x0263A4E0, void, Socket_c___cctor_b__367_7, (Socket_c * __this, IOAsyncResult * ares, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE37A8, Socket_c___cctor_b__367_7__MethodInfo); DO_APP_FUNC(0x0263A880, void, Socket_c___cctor_b__367_8, (Socket_c * __this, IAsyncResult * ares, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE37A0, Socket_c___cctor_b__367_8__MethodInfo); DO_APP_FUNC(0x0263AB80, void, Socket_c___cctor_b__367_9, (Socket_c * __this, IOAsyncResult * ares, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3798, Socket_c___cctor_b__367_9__MethodInfo); DO_APP_FUNC(0x0263AD50, void, Socket_c___cctor_b__367_10, (Socket_c * __this, IAsyncResult * ares, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3728, Socket_c___cctor_b__367_10__MethodInfo); DO_APP_FUNC(0x0263AFC0, void, Socket_c___cctor_b__367_11, (Socket_c * __this, IOAsyncResult * ares, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE36B8, Socket_c___cctor_b__367_11__MethodInfo); DO_APP_FUNC(0x0263B2A0, void, Socket_c___cctor_b__367_12, (Socket_c * __this, IOAsyncResult * ares, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE36A8, Socket_c___cctor_b__367_12__MethodInfo); DO_APP_FUNC(0x0263B370, void, Socket_c___cctor_b__367_13, (Socket_c * __this, IAsyncResult * ares, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3698, Socket_c___cctor_b__367_13__MethodInfo); DO_APP_FUNC(0x0263B710, void, Socket_c___cctor_b__367_14, (Socket_c * __this, IOAsyncResult * ares, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3688, Socket_c___cctor_b__367_14__MethodInfo); DO_APP_FUNC(0x0263B8E0, void, Socket_c___cctor_b__367_15, (Socket_c * __this, IAsyncResult * ares, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE36F8, Socket_c___cctor_b__367_15__MethodInfo); DO_APP_FUNC(0x0263BB50, void, Socket_c___cctor_b__367_16, (Socket_c * __this, IOAsyncResult * ares, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE36E8, Socket_c___cctor_b__367_16__MethodInfo); DO_APP_FUNC(0x0263BC20, void, Socket_c___cctor_b__367_17, (Socket_c * __this, IAsyncResult * ares, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE36D8, Socket_c___cctor_b__367_17__MethodInfo); DO_APP_FUNC(0x003AC050, void, Socket_c_DisplayClass240_0__ctor, (Socket_c_DisplayClass240_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0263BE90, void, Socket_c_DisplayClass240_0__BeginConnect_b__0, (Socket_c_DisplayClass240_0 * __this, Task_1_System_Net_IPAddress_ * t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3AD0, Socket_c_DisplayClass240_0__BeginConnect_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, Socket_c_DisplayClass298_0__ctor, (Socket_c_DisplayClass298_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0263C120, void, Socket_c_DisplayClass298_0__BeginSendCallback_b__0, (Socket_c_DisplayClass298_0 * __this, IOAsyncResult * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3970, Socket_c_DisplayClass298_0__BeginSendCallback_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, Socket_c_DisplayClass311_0__ctor, (Socket_c_DisplayClass311_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0263C1C0, void, Socket_c_DisplayClass311_0__BeginSendToCallback_b__0, (Socket_c_DisplayClass311_0 * __this, IOAsyncResult * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3910, Socket_c_DisplayClass311_0__BeginSendToCallback_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, Socket_c_DisplayClass316_0__ctor, (Socket_c_DisplayClass316_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0263C260, void, Socket_c_DisplayClass316_0__BeginSendFile_b__0, (Socket_c_DisplayClass316_0 * __this, IAsyncResult * ar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3940, Socket_c_DisplayClass316_0__BeginSendFile_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, Socket_c_DisplayClass355_0__ctor, (Socket_c_DisplayClass355_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0263C300, void, Socket_c_DisplayClass355_0__QueueIOSelectorJob_b__0, (Socket_c_DisplayClass355_0 * __this, Task * t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3858, Socket_c_DisplayClass355_0__QueueIOSelectorJob_b__0__MethodInfo); DO_APP_FUNC(0x0263C360, int32_t, SocketException_WSAGetLastError_icall, (MethodInfo * method)); DO_APP_FUNC(0x0263C390, void, SocketException__ctor, (SocketException * __this, MethodInfo * method)); DO_APP_FUNC(0x0255E830, void, SocketException__ctor_1, (SocketException * __this, int32_t error, String * message, MethodInfo * method)); DO_APP_FUNC(0x0263C3F0, void, SocketException__ctor_2, (SocketException * __this, EndPoint * endPoint, MethodInfo * method)); DO_APP_FUNC(0x0255E7F0, void, SocketException__ctor_3, (SocketException * __this, int32_t errorCode, MethodInfo * method)); DO_APP_FUNC(0x0263C510, void, SocketException__ctor_4, (SocketException * __this, int32_t errorCode, EndPoint * endPoint, MethodInfo * method)); DO_APP_FUNC(0x0255E7F0, void, SocketException__ctor_5, (SocketException * __this, SocketError__Enum socketError, MethodInfo * method)); DO_APP_FUNC(0x0255E870, void, SocketException__ctor_6, (SocketException * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x00C6E520, int32_t, SocketException_get_ErrorCode, (SocketException * __this, MethodInfo * method)); DO_APP_FUNC(0x0263C5B0, String *, SocketException_get_Message, (SocketException * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E520, SocketError__Enum, SocketException_get_SocketErrorCode, (SocketException * __this, MethodInfo * method)); DO_APP_FUNC(0x0050EF20, void, IPPacketInformation__ctor, (IPPacketInformation * __this, IPAddress * address, int32_t networkInterface, MethodInfo * method)); DO_APP_FUNC(0x00470F00, IPAddress *, IPPacketInformation_get_Address, (IPPacketInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, IPPacketInformation_get_Interface, (IPPacketInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x0263C650, bool, IPPacketInformation_op_Equality, (IPPacketInformation packetInformation1, IPPacketInformation packetInformation2, MethodInfo * method)); DO_APP_FUNC(0x0263C6C0, bool, IPPacketInformation_op_Inequality, (IPPacketInformation packetInformation1, IPPacketInformation packetInformation2, MethodInfo * method)); DO_APP_FUNC(0x0263C730, bool, IPPacketInformation_Equals, (IPPacketInformation * __this, Object * comparand, MethodInfo * method)); DO_APP_FUNC(0x0263C800, int32_t, IPPacketInformation_GetHashCode, (IPPacketInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9DE90, void, LingerOption__ctor, (LingerOption * __this, bool enable, int32_t seconds, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, LingerOption_get_Enabled, (LingerOption * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, LingerOption_set_Enabled, (LingerOption * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, LingerOption_get_LingerTime, (LingerOption * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, LingerOption_set_LingerTime, (LingerOption * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0263C840, void, MulticastOption__ctor, (MulticastOption * __this, IPAddress * group, IPAddress * mcint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8630, MulticastOption__ctor__MethodInfo); DO_APP_FUNC(0x0263C910, void, MulticastOption__ctor_1, (MulticastOption * __this, IPAddress * group, int32_t interfaceIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8618, MulticastOption__ctor_1__MethodInfo); DO_APP_FUNC(0x0263C9E0, void, MulticastOption__ctor_2, (MulticastOption * __this, IPAddress * group, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8638, MulticastOption__ctor_2__MethodInfo); DO_APP_FUNC(0x003B93C0, IPAddress *, MulticastOption_get_Group, (MulticastOption * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, MulticastOption_set_Group, (MulticastOption * __this, IPAddress * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IPAddress *, MulticastOption_get_LocalAddress, (MulticastOption * __this, MethodInfo * method)); DO_APP_FUNC(0x0263CB60, void, MulticastOption_set_LocalAddress, (MulticastOption * __this, IPAddress * value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, MulticastOption_get_InterfaceIndex, (MulticastOption * __this, MethodInfo * method)); DO_APP_FUNC(0x0263CBC0, void, MulticastOption_set_InterfaceIndex, (MulticastOption * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE85F0, MulticastOption_set_InterfaceIndex__MethodInfo); DO_APP_FUNC(0x0263CC90, void, IPv6MulticastOption__ctor, (IPv6MulticastOption * __this, IPAddress * group, int64_t ifindex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE85E0, IPv6MulticastOption__ctor__MethodInfo); DO_APP_FUNC(0x0263CDC0, void, IPv6MulticastOption__ctor_1, (IPv6MulticastOption * __this, IPAddress * group, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE85D0, IPv6MulticastOption__ctor_1__MethodInfo); DO_APP_FUNC(0x003B93C0, IPAddress *, IPv6MulticastOption_get_Group, (IPv6MulticastOption * __this, MethodInfo * method)); DO_APP_FUNC(0x0263CE80, void, IPv6MulticastOption_set_Group, (IPv6MulticastOption * __this, IPAddress * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8610, IPv6MulticastOption_set_Group__MethodInfo); DO_APP_FUNC(0x003B93D0, int64_t, IPv6MulticastOption_get_InterfaceIndex, (IPv6MulticastOption * __this, MethodInfo * method)); DO_APP_FUNC(0x0263CF40, void, IPv6MulticastOption_set_InterfaceIndex, (IPv6MulticastOption * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8608, IPv6MulticastOption_set_InterfaceIndex__MethodInfo); DO_APP_FUNC(0x003AC050, void, SendPacketsElement__ctor, (SendPacketsElement * __this, MethodInfo * method)); DO_APP_FUNC(0x0263CFC0, void, SendPacketsElement__ctor_1, (SendPacketsElement * __this, String * filepath, MethodInfo * method)); DO_APP_FUNC(0x0263D050, void, SendPacketsElement__ctor_2, (SendPacketsElement * __this, String * filepath, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0263D070, void, SendPacketsElement__ctor_3, (SendPacketsElement * __this, String * filepath, int32_t offset, int32_t count, bool endOfPacket, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE85F8, SendPacketsElement__ctor_3__MethodInfo); DO_APP_FUNC(0x0263D1B0, void, SendPacketsElement__ctor_4, (SendPacketsElement * __this, Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC(0x0263D1E0, void, SendPacketsElement__ctor_5, (SendPacketsElement * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0263D200, void, SendPacketsElement__ctor_6, (SendPacketsElement * __this, Byte__Array * buffer, int32_t offset, int32_t count, bool endOfPacket, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE84F0, SendPacketsElement__ctor_6__MethodInfo); DO_APP_FUNC(0x0263D350, void, SendPacketsElement_Initialize, (SendPacketsElement * __this, String * filePath, Byte__Array * buffer, int32_t offset, int32_t count, bool endOfPacket, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, SendPacketsElement_get_FilePath, (SendPacketsElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Byte__Array *, SendPacketsElement_get_Buffer, (SendPacketsElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, SendPacketsElement_get_Count, (SendPacketsElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, SendPacketsElement_get_Offset, (SendPacketsElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, SendPacketsElement_get_EndOfPacket, (SendPacketsElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Byte__Array *, SocketInformation_get_ProtocolInformation, (SocketInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, SocketInformation_set_ProtocolInformation, (SocketInformation * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC(0x00470F10, SocketInformationOptions__Enum, SocketInformation_get_Options, (SocketInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x01914EB0, void, SocketInformation_set_Options, (SocketInformation * __this, SocketInformationOptions__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0263D420, bool, SocketInformation_get_IsNonBlocking, (SocketInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x0263D430, void, SocketInformation_set_IsNonBlocking, (SocketInformation * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0263D450, bool, SocketInformation_get_IsConnected, (SocketInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x0263D460, void, SocketInformation_set_IsConnected, (SocketInformation * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0263D480, bool, SocketInformation_get_IsListening, (SocketInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x0263D490, void, SocketInformation_set_IsListening, (SocketInformation * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0263D4B0, bool, SocketInformation_get_UseOnlyOverlappedIO, (SocketInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x0263D4C0, void, SocketInformation_set_UseOnlyOverlappedIO, (SocketInformation * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, EndPoint *, SocketInformation_get_RemoteEndPoint, (SocketInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, SocketInformation_set_RemoteEndPoint, (SocketInformation * __this, EndPoint * value, MethodInfo * method)); DO_APP_FUNC(0x0263D4E0, void, TcpClient__ctor, (TcpClient * __this, IPEndPoint * localEP, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE84E8, TcpClient__ctor__MethodInfo); DO_APP_FUNC(0x0263D5A0, void, TcpClient__ctor_1, (TcpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x0263D5B0, void, TcpClient__ctor_2, (TcpClient * __this, AddressFamily__Enum family, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8510, TcpClient__ctor_2__MethodInfo); DO_APP_FUNC(0x0263D6B0, void, TcpClient__ctor_3, (TcpClient * __this, String * hostname, int32_t port, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE84A0, TcpClient__ctor_3__MethodInfo); DO_APP_FUNC(0x0263D8D0, void, TcpClient__ctor_4, (TcpClient * __this, Socket * acceptedSocket, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Socket *, TcpClient_get_Client, (TcpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, TcpClient_set_Client, (TcpClient * __this, Socket * value, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, TcpClient_get_Active, (TcpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, TcpClient_set_Active, (TcpClient * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0263D930, int32_t, TcpClient_get_Available, (TcpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x0263D950, bool, TcpClient_get_Connected, (TcpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x0263D970, bool, TcpClient_get_ExclusiveAddressUse, (TcpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x0263D990, void, TcpClient_set_ExclusiveAddressUse, (TcpClient * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0263D9B0, void, TcpClient_Connect, (TcpClient * __this, String * hostname, int32_t port, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8490, TcpClient_Connect__MethodInfo); DO_APP_FUNC(0x0263E1B0, void, TcpClient_Connect_1, (TcpClient * __this, IPAddress * address, int32_t port, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE84B8, TcpClient_Connect_1__MethodInfo); DO_APP_FUNC(0x0263E3A0, void, TcpClient_Connect_2, (TcpClient * __this, IPEndPoint * remoteEP, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE84B0, TcpClient_Connect_2__MethodInfo); DO_APP_FUNC(0x0263E4A0, void, TcpClient_Connect_3, (TcpClient * __this, IPAddress__Array * ipAddresses, int32_t port, MethodInfo * method)); DO_APP_FUNC(0x0263E4D0, IAsyncResult *, TcpClient_BeginConnect, (TcpClient * __this, String * host, int32_t port, AsyncCallback * requestCallback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8530, TcpClient_BeginConnect__MethodInfo); DO_APP_FUNC(0x0263E500, IAsyncResult *, TcpClient_BeginConnect_1, (TcpClient * __this, IPAddress * address, int32_t port, AsyncCallback * requestCallback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE85A0, TcpClient_BeginConnect_1__MethodInfo); DO_APP_FUNC(0x0263E530, IAsyncResult *, TcpClient_BeginConnect_2, (TcpClient * __this, IPAddress__Array * addresses, int32_t port, AsyncCallback * requestCallback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8558, TcpClient_BeginConnect_2__MethodInfo); DO_APP_FUNC(0x0263E560, void, TcpClient_EndConnect, (TcpClient * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8598, TcpClient_EndConnect__MethodInfo); DO_APP_FUNC(0x0263E590, Task *, TcpClient_ConnectAsync, (TcpClient * __this, IPAddress * address, int32_t port, MethodInfo * method)); DO_APP_FUNC(0x0263E740, Task *, TcpClient_ConnectAsync_1, (TcpClient * __this, String * host, int32_t port, MethodInfo * method)); DO_APP_FUNC(0x0263E8F0, Task *, TcpClient_ConnectAsync_2, (TcpClient * __this, IPAddress__Array * addresses, int32_t port, MethodInfo * method)); DO_APP_FUNC(0x0263EAA0, NetworkStream *, TcpClient_GetStream, (TcpClient * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8420, TcpClient_GetStream__MethodInfo); DO_APP_FUNC(0x0263EC20, void, TcpClient_Close, (TcpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x0263EC60, void, TcpClient_Dispose, (TcpClient * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x0263EE10, void, TcpClient_Dispose_1, (TcpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x0195B920, void, TcpClient_Finalize, (TcpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x0263EE30, int32_t, TcpClient_get_ReceiveBufferSize, (TcpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x0263EE50, void, TcpClient_set_ReceiveBufferSize, (TcpClient * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0263EE90, int32_t, TcpClient_get_SendBufferSize, (TcpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x0263EEB0, void, TcpClient_set_SendBufferSize, (TcpClient * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0263EEF0, int32_t, TcpClient_get_ReceiveTimeout, (TcpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x0263EF10, void, TcpClient_set_ReceiveTimeout, (TcpClient * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0263EF50, int32_t, TcpClient_get_SendTimeout, (TcpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x0263EF70, void, TcpClient_set_SendTimeout, (TcpClient * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0263EFB0, LingerOption *, TcpClient_get_LingerState, (TcpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x0263F050, void, TcpClient_set_LingerState, (TcpClient * __this, LingerOption * value, MethodInfo * method)); DO_APP_FUNC(0x0263F090, bool, TcpClient_get_NoDelay, (TcpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x0263F0B0, void, TcpClient_set_NoDelay, (TcpClient * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0263F0F0, void, TcpClient_initialize, (TcpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x0263F1C0, int32_t, TcpClient_numericOption, (TcpClient * __this, SocketOptionLevel__Enum optionLevel, SocketOptionName__Enum optionName, MethodInfo * method)); DO_APP_FUNC(0x0263F250, void, TcpListener__ctor, (TcpListener * __this, IPEndPoint * localEP, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8418, TcpListener__ctor__MethodInfo); DO_APP_FUNC(0x0263F410, void, TcpListener__ctor_1, (TcpListener * __this, IPAddress * localaddr, int32_t port, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8460, TcpListener__ctor_1__MethodInfo); DO_APP_FUNC(0x0263F6A0, void, TcpListener__ctor_2, (TcpListener * __this, int32_t port, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8470, TcpListener__ctor_2__MethodInfo); DO_APP_FUNC(0x0263F910, TcpListener *, TcpListener_Create, (int32_t port, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8430, TcpListener_Create__MethodInfo); DO_APP_FUNC(0x003B93D0, Socket *, TcpListener_get_Server, (TcpListener * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, TcpListener_get_Active, (TcpListener * __this, MethodInfo * method)); DO_APP_FUNC(0x0263FA60, EndPoint *, TcpListener_get_LocalEndpoint, (TcpListener * __this, MethodInfo * method)); DO_APP_FUNC(0x0263FA90, bool, TcpListener_get_ExclusiveAddressUse, (TcpListener * __this, MethodInfo * method)); DO_APP_FUNC(0x0263FAB0, void, TcpListener_set_ExclusiveAddressUse, (TcpListener * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8458, TcpListener_set_ExclusiveAddressUse__MethodInfo); DO_APP_FUNC(0x0263FB50, void, TcpListener_AllowNatTraversal, (TcpListener * __this, bool allowed, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8450, TcpListener_AllowNatTraversal__MethodInfo); DO_APP_FUNC(0x0263FC10, void, TcpListener_Start, (TcpListener * __this, MethodInfo * method)); DO_APP_FUNC(0x0263FC20, void, TcpListener_Start_1, (TcpListener * __this, int32_t backlog, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8440, TcpListener_Start_1__MethodInfo); DO_APP_FUNC(0x0263FD60, void, TcpListener_Stop, (TcpListener * __this, MethodInfo * method)); DO_APP_FUNC(0x0263FEE0, bool, TcpListener_Pending, (TcpListener * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE83A0, TcpListener_Pending__MethodInfo); DO_APP_FUNC(0x0263FF80, Socket *, TcpListener_AcceptSocket, (TcpListener * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8398, TcpListener_AcceptSocket__MethodInfo); DO_APP_FUNC(0x02640020, TcpClient *, TcpListener_AcceptTcpClient, (TcpListener * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8360, TcpListener_AcceptTcpClient__MethodInfo); DO_APP_FUNC(0x02640150, IAsyncResult *, TcpListener_BeginAcceptSocket, (TcpListener * __this, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8350, TcpListener_BeginAcceptSocket__MethodInfo); DO_APP_FUNC(0x026401F0, Socket *, TcpListener_EndAcceptSocket, (TcpListener * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8380, TcpListener_EndAcceptSocket__MethodInfo); DO_APP_FUNC(0x02640330, IAsyncResult *, TcpListener_BeginAcceptTcpClient, (TcpListener * __this, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8370, TcpListener_BeginAcceptTcpClient__MethodInfo); DO_APP_FUNC(0x026403D0, TcpClient *, TcpListener_EndAcceptTcpClient, (TcpListener * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE83D0, TcpListener_EndAcceptTcpClient__MethodInfo); DO_APP_FUNC(0x02640560, Task_1_System_Net_Sockets_Socket_ *, TcpListener_AcceptSocketAsync, (TcpListener * __this, MethodInfo * method)); DO_APP_FUNC(0x026406C0, Task_1_System_Net_Sockets_TcpClient_ *, TcpListener_AcceptTcpClientAsync, (TcpListener * __this, MethodInfo * method)); DO_APP_FUNC(0x02640820, void, UdpClient__ctor, (UdpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02640830, void, UdpClient__ctor_1, (UdpClient * __this, AddressFamily__Enum family, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE82D0, UdpClient__ctor_1__MethodInfo); DO_APP_FUNC(0x026409B0, void, UdpClient__ctor_2, (UdpClient * __this, int32_t port, MethodInfo * method)); DO_APP_FUNC(0x026409C0, void, UdpClient__ctor_3, (UdpClient * __this, int32_t port, AddressFamily__Enum family, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE82C8, UdpClient__ctor_3__MethodInfo); DO_APP_FUNC(0x02640C40, void, UdpClient__ctor_4, (UdpClient * __this, IPEndPoint * localEP, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE82D8, UdpClient__ctor_4__MethodInfo); DO_APP_FUNC(0x02640D80, void, UdpClient__ctor_5, (UdpClient * __this, String * hostname, int32_t port, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE82B8, UdpClient__ctor_5__MethodInfo); DO_APP_FUNC(0x003B93C0, Socket *, UdpClient_get_Client, (UdpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, UdpClient_set_Client, (UdpClient * __this, Socket * value, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, UdpClient_get_Active, (UdpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, UdpClient_set_Active, (UdpClient * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0263D930, int32_t, UdpClient_get_Available, (UdpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02640F10, int16_t, UdpClient_get_Ttl, (UdpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02641040, void, UdpClient_set_Ttl, (UdpClient * __this, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x02641060, bool, UdpClient_get_DontFragment, (UdpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02641150, void, UdpClient_set_DontFragment, (UdpClient * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02641170, bool, UdpClient_get_MulticastLoopback, (UdpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x026412E0, void, UdpClient_set_MulticastLoopback, (UdpClient * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x026413F0, bool, UdpClient_get_EnableBroadcast, (UdpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02641410, void, UdpClient_set_EnableBroadcast, (UdpClient * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0263D970, bool, UdpClient_get_ExclusiveAddressUse, (UdpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x0263D990, void, UdpClient_set_ExclusiveAddressUse, (UdpClient * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02641430, void, UdpClient_AllowNatTraversal, (UdpClient * __this, bool allowed, MethodInfo * method)); DO_APP_FUNC(0x0263EE10, void, UdpClient_Close, (UdpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02641470, void, UdpClient_FreeResources, (UdpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x0263EE10, void, UdpClient_Dispose, (UdpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x026414C0, void, UdpClient_Dispose_1, (UdpClient * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02641560, void, UdpClient_Connect, (UdpClient * __this, String * hostname, int32_t port, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE82C0, UdpClient_Connect__MethodInfo); DO_APP_FUNC(0x02641C10, void, UdpClient_Connect_1, (UdpClient * __this, IPAddress * addr, int32_t port, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8338, UdpClient_Connect_1__MethodInfo); DO_APP_FUNC(0x02641E00, void, UdpClient_Connect_2, (UdpClient * __this, IPEndPoint * endPoint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8328, UdpClient_Connect_2__MethodInfo); DO_APP_FUNC(0x02641F10, void, UdpClient_CheckForBroadcast, (UdpClient * __this, IPAddress * ipAddress, MethodInfo * method)); DO_APP_FUNC(0x02641FF0, bool, UdpClient_IsBroadcast, (IPAddress * address, MethodInfo * method)); DO_APP_FUNC(0x02642080, int32_t, UdpClient_Send, (UdpClient * __this, Byte__Array * dgram, int32_t bytes, IPEndPoint * endPoint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8348, UdpClient_Send__MethodInfo); DO_APP_FUNC(0x02642260, int32_t, UdpClient_Send_1, (UdpClient * __this, Byte__Array * dgram, int32_t bytes, String * hostname, int32_t port, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE82E0, UdpClient_Send_1__MethodInfo); DO_APP_FUNC(0x026425E0, int32_t, UdpClient_Send_2, (UdpClient * __this, Byte__Array * dgram, int32_t bytes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8320, UdpClient_Send_2__MethodInfo); DO_APP_FUNC(0x02642750, IAsyncResult *, UdpClient_BeginSend, (UdpClient * __this, Byte__Array * datagram, int32_t bytes, IPEndPoint * endPoint, AsyncCallback * requestCallback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8318, UdpClient_BeginSend__MethodInfo); DO_APP_FUNC(0x026429D0, IAsyncResult *, UdpClient_BeginSend_1, (UdpClient * __this, Byte__Array * datagram, int32_t bytes, String * hostname, int32_t port, AsyncCallback * requestCallback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8210, UdpClient_BeginSend_1__MethodInfo); DO_APP_FUNC(0x02642C50, IAsyncResult *, UdpClient_BeginSend_2, (UdpClient * __this, Byte__Array * datagram, int32_t bytes, AsyncCallback * requestCallback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE80D0, UdpClient_BeginSend_2__MethodInfo); DO_APP_FUNC(0x02642C80, int32_t, UdpClient_EndSend, (UdpClient * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8208, UdpClient_EndSend__MethodInfo); DO_APP_FUNC(0x02642D50, Byte__Array *, UdpClient_Receive, (UdpClient * __this, IPEndPoint * * remoteEP, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8228, UdpClient_Receive__MethodInfo); DO_APP_FUNC(0x02642FF0, IAsyncResult *, UdpClient_BeginReceive, (UdpClient * __this, AsyncCallback * requestCallback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE81F0, UdpClient_BeginReceive__MethodInfo); DO_APP_FUNC(0x02643150, Byte__Array *, UdpClient_EndReceive, (UdpClient * __this, IAsyncResult * asyncResult, IPEndPoint * * remoteEP, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE81E8, UdpClient_EndReceive__MethodInfo); DO_APP_FUNC(0x026433E0, void, UdpClient_JoinMulticastGroup, (UdpClient * __this, IPAddress * multicastAddr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8200, UdpClient_JoinMulticastGroup__MethodInfo); DO_APP_FUNC(0x02643680, void, UdpClient_JoinMulticastGroup_1, (UdpClient * __this, IPAddress * multicastAddr, IPAddress * localAddress, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8270, UdpClient_JoinMulticastGroup_1__MethodInfo); DO_APP_FUNC(0x026438B0, void, UdpClient_JoinMulticastGroup_2, (UdpClient * __this, int32_t ifindex, IPAddress * multicastAddr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8298, UdpClient_JoinMulticastGroup_2__MethodInfo); DO_APP_FUNC(0x02643AF0, void, UdpClient_JoinMulticastGroup_3, (UdpClient * __this, IPAddress * multicastAddr, int32_t timeToLive, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8238, UdpClient_JoinMulticastGroup_3__MethodInfo); DO_APP_FUNC(0x02643CD0, void, UdpClient_DropMulticastGroup, (UdpClient * __this, IPAddress * multicastAddr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8258, UdpClient_DropMulticastGroup__MethodInfo); DO_APP_FUNC(0x02643F70, void, UdpClient_DropMulticastGroup_1, (UdpClient * __this, IPAddress * multicastAddr, int32_t ifindex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8110, UdpClient_DropMulticastGroup_1__MethodInfo); DO_APP_FUNC(0x026441B0, Task_1_System_Int32_ *, UdpClient_SendAsync, (UdpClient * __this, Byte__Array * datagram, int32_t bytes, MethodInfo * method)); DO_APP_FUNC(0x02644310, Task_1_System_Int32_ *, UdpClient_SendAsync_1, (UdpClient * __this, Byte__Array * datagram, int32_t bytes, IPEndPoint * endPoint, MethodInfo * method)); DO_APP_FUNC(0x02644490, Task_1_System_Int32_ *, UdpClient_SendAsync_2, (UdpClient * __this, Byte__Array * datagram, int32_t bytes, String * hostname, int32_t port, MethodInfo * method)); DO_APP_FUNC(0x02644720, Task_1_System_Net_Sockets_UdpReceiveResult_ *, UdpClient_ReceiveAsync, (UdpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02644880, void, UdpClient_createClientSocket, (UdpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02642FF0, IAsyncResult *, UdpClient__ReceiveAsync_b__65_0, (UdpClient * __this, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE81B0, UdpClient__ReceiveAsync_b__65_0__MethodInfo); DO_APP_FUNC(0x02644950, UdpReceiveResult, UdpClient__ReceiveAsync_b__65_1, (UdpClient * __this, IAsyncResult * ar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8178, UdpClient__ReceiveAsync_b__65_1__MethodInfo); DO_APP_FUNC(0x003AC050, void, UdpClient_c_DisplayClass64_0__ctor, (UdpClient_c_DisplayClass64_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02644AF0, IAsyncResult *, UdpClient_c_DisplayClass64_0__SendAsync_b__0, (UdpClient_c_DisplayClass64_0 * __this, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE81A8, UdpClient_c_DisplayClass64_0__SendAsync_b__0__MethodInfo); DO_APP_FUNC(0x02644B40, void, UdpReceiveResult__ctor, (UdpReceiveResult * __this, Byte__Array * buffer, IPEndPoint * remoteEndPoint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8160, UdpReceiveResult__ctor__MethodInfo); DO_APP_FUNC(0x00470F00, Byte__Array *, UdpReceiveResult_get_Buffer, (UdpReceiveResult * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, IPEndPoint *, UdpReceiveResult_get_RemoteEndPoint, (UdpReceiveResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02644CC0, int32_t, UdpReceiveResult_GetHashCode, (UdpReceiveResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02644D30, bool, UdpReceiveResult_Equals, (UdpReceiveResult * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02644E30, bool, UdpReceiveResult_Equals_1, (UdpReceiveResult * __this, UdpReceiveResult other, MethodInfo * method)); DO_APP_FUNC(0x02644E30, bool, UdpReceiveResult_op_Equality, (UdpReceiveResult left, UdpReceiveResult right, MethodInfo * method)); DO_APP_FUNC(0x02644EC0, bool, UdpReceiveResult_op_Inequality, (UdpReceiveResult left, UdpReceiveResult right, MethodInfo * method)); DO_APP_FUNC(0x02644F50, void, SafeSocketHandle__ctor, (SafeSocketHandle * __this, void * preexistingHandle, bool ownsHandle, MethodInfo * method)); DO_APP_FUNC(0x02645090, void, SafeSocketHandle__ctor_1, (SafeSocketHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x026450E0, bool, SafeSocketHandle_ReleaseHandle, (SafeSocketHandle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8048, SafeSocketHandle_ReleaseHandle__MethodInfo); DO_APP_FUNC(0x02645830, void, SafeSocketHandle_RegisterForBlockingSyscall, (SafeSocketHandle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8038, SafeSocketHandle_RegisterForBlockingSyscall__MethodInfo); DO_APP_FUNC(0x02645CB0, void, SafeSocketHandle_UnRegisterForBlockingSyscall, (SafeSocketHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02645F60, void, SafeSocketHandle__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003B9330, Exception *, SocketAsyncEventArgs_get_ConnectByNameError, (SocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, SocketAsyncEventArgs_set_ConnectByNameError, (SocketAsyncEventArgs * __this, Exception * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Socket *, SocketAsyncEventArgs_get_AcceptSocket, (SocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, SocketAsyncEventArgs_set_AcceptSocket, (SocketAsyncEventArgs * __this, Socket * value, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int32_t, SocketAsyncEventArgs_get_BytesTransferred, (SocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x00523180, void, SocketAsyncEventArgs_set_BytesTransferred, (SocketAsyncEventArgs * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x006104D0, bool, SocketAsyncEventArgs_get_DisconnectReuseSocket, (SocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01D595A0, void, SocketAsyncEventArgs_set_DisconnectReuseSocket, (SocketAsyncEventArgs * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5400, SocketAsyncOperation__Enum, SocketAsyncEventArgs_get_LastOperation, (SocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5410, void, SocketAsyncEventArgs_set_LastOperation, (SocketAsyncEventArgs * __this, SocketAsyncOperation__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, EndPoint *, SocketAsyncEventArgs_get_RemoteEndPoint, (SocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, SocketAsyncEventArgs_set_RemoteEndPoint, (SocketAsyncEventArgs * __this, EndPoint * value, MethodInfo * method)); DO_APP_FUNC(0x0112EF30, IPPacketInformation, SocketAsyncEventArgs_get_ReceiveMessageFromPacketInfo, (SocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x02646030, void, SocketAsyncEventArgs_set_ReceiveMessageFromPacketInfo, (SocketAsyncEventArgs * __this, IPPacketInformation value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, SendPacketsElement__Array *, SocketAsyncEventArgs_get_SendPacketsElements, (SocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, SocketAsyncEventArgs_set_SendPacketsElements, (SocketAsyncEventArgs * __this, SendPacketsElement__Array * value, MethodInfo * method)); DO_APP_FUNC(0x007666D0, TransmitFileOptions__Enum, SocketAsyncEventArgs_get_SendPacketsFlags, (SocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB190, void, SocketAsyncEventArgs_set_SendPacketsFlags, (SocketAsyncEventArgs * __this, TransmitFileOptions__Enum value, MethodInfo * method)); DO_APP_FUNC(0x015FAEF0, int32_t, SocketAsyncEventArgs_get_SendPacketsSendSize, (SocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x00564BA0, void, SocketAsyncEventArgs_set_SendPacketsSendSize, (SocketAsyncEventArgs * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01B48D90, SocketError__Enum, SocketAsyncEventArgs_get_SocketError, (SocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07B40, void, SocketAsyncEventArgs_set_SocketError, (SocketAsyncEventArgs * __this, SocketError__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01015EC0, SocketFlags__Enum, SocketAsyncEventArgs_get_SocketFlags, (SocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01015ED0, void, SocketAsyncEventArgs_set_SocketFlags, (SocketAsyncEventArgs * __this, SocketFlags__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003C7020, Object *, SocketAsyncEventArgs_get_UserToken, (SocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE20, void, SocketAsyncEventArgs_set_UserToken, (SocketAsyncEventArgs * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02646090, Socket *, SocketAsyncEventArgs_get_ConnectSocket, (SocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x026460B0, void, SocketAsyncEventArgs_add_Completed, (SocketAsyncEventArgs * __this, EventHandler_1_System_Net_Sockets_SocketAsyncEventArgs_ * value, MethodInfo * method)); DO_APP_FUNC(0x026461D0, void, SocketAsyncEventArgs_remove_Completed, (SocketAsyncEventArgs * __this, EventHandler_1_System_Net_Sockets_SocketAsyncEventArgs_ * value, MethodInfo * method)); DO_APP_FUNC(0x026462F0, void, SocketAsyncEventArgs__ctor, (SocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x026463B0, void, SocketAsyncEventArgs__ctor_1, (SocketAsyncEventArgs * __this, bool flowExecutionContext, MethodInfo * method)); DO_APP_FUNC(0x02646470, void, SocketAsyncEventArgs_Finalize, (SocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x02646490, void, SocketAsyncEventArgs_Dispose, (SocketAsyncEventArgs * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x026464A0, void, SocketAsyncEventArgs_Dispose_1, (SocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, SocketAsyncEventArgs_SetConnectByNameError, (SocketAsyncEventArgs * __this, Exception * error, MethodInfo * method)); DO_APP_FUNC(0x00523180, void, SocketAsyncEventArgs_SetBytesTransferred, (SocketAsyncEventArgs * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Socket *, SocketAsyncEventArgs_get_CurrentSocket, (SocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, SocketAsyncEventArgs_SetCurrentSocket, (SocketAsyncEventArgs * __this, Socket * socket, MethodInfo * method)); DO_APP_FUNC(0x02646500, void, SocketAsyncEventArgs_SetLastOperation, (SocketAsyncEventArgs * __this, SocketAsyncOperation__Enum op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7FE8, SocketAsyncEventArgs_SetLastOperation__MethodInfo); DO_APP_FUNC(0x026465D0, void, SocketAsyncEventArgs_Complete_internal, (SocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x02646600, void, SocketAsyncEventArgs_OnCompleted, (SocketAsyncEventArgs * __this, SocketAsyncEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, SocketAsyncEventArgs_StartOperationCommon, (SocketAsyncEventArgs * __this, Socket * socket, MethodInfo * method)); DO_APP_FUNC(0x02646630, void, SocketAsyncEventArgs_StartOperationWrapperConnect, (SocketAsyncEventArgs * __this, MultipleConnectAsync * args, MethodInfo * method)); DO_APP_FUNC(0x02646640, void, SocketAsyncEventArgs_FinishConnectByNameSyncFailure, (SocketAsyncEventArgs * __this, Exception * exception, int32_t bytesTransferred, SocketFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02646640, void, SocketAsyncEventArgs_FinishOperationAsyncFailure, (SocketAsyncEventArgs * __this, Exception * exception, int32_t bytesTransferred, SocketFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02646690, void, SocketAsyncEventArgs_FinishWrapperConnectSuccess, (SocketAsyncEventArgs * __this, Socket * connectSocket, int32_t bytesTransferred, SocketFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x026467A0, void, SocketAsyncEventArgs_SetResults, (SocketAsyncEventArgs * __this, SocketError__Enum socketError, int32_t bytesTransferred, SocketFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02646810, void, SocketAsyncEventArgs_SetResults_1, (SocketAsyncEventArgs * __this, Exception * exception, int32_t bytesTransferred, SocketFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02646910, Byte__Array *, SocketAsyncEventArgs_get_Buffer, (SocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x009341F0, Memory_1_Byte_, SocketAsyncEventArgs_get_MemoryBuffer, (SocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D6E0, int32_t, SocketAsyncEventArgs_get_Offset, (SocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x0185B660, int32_t, SocketAsyncEventArgs_get_Count, (SocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF700, IList_1_System_ArraySegment_1_ *, SocketAsyncEventArgs_get_BufferList, (SocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x026469D0, void, SocketAsyncEventArgs_set_BufferList, (SocketAsyncEventArgs * __this, IList_1_System_ArraySegment_1_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7FD8, SocketAsyncEventArgs_set_BufferList__MethodInfo); DO_APP_FUNC(0x026470F0, void, SocketAsyncEventArgs_SetBuffer, (SocketAsyncEventArgs * __this, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8018, SocketAsyncEventArgs_SetBuffer__MethodInfo); DO_APP_FUNC(0x026472B0, void, SocketAsyncEventArgs_CopyBufferFrom, (SocketAsyncEventArgs * __this, SocketAsyncEventArgs * source, MethodInfo * method)); DO_APP_FUNC(0x02647360, void, SocketAsyncEventArgs_SetBuffer_1, (SocketAsyncEventArgs * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8028, SocketAsyncEventArgs_SetBuffer_1__MethodInfo); DO_APP_FUNC(0x02647600, void, SocketAsyncEventArgs_SetBuffer_2, (SocketAsyncEventArgs * __this, Memory_1_Byte_ buffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8020, SocketAsyncEventArgs_SetBuffer_2__MethodInfo); DO_APP_FUNC(0x01095900, bool, SocketAsyncEventArgs_get_HasMultipleBuffers, (SocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x02647730, SocketClientAccessPolicyProtocol__Enum, SocketAsyncEventArgs_get_SocketClientAccessPolicyProtocol, (SocketAsyncEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8000, SocketAsyncEventArgs_get_SocketClientAccessPolicyProtocol__MethodInfo); DO_APP_FUNC(0x02647760, void, SocketAsyncEventArgs_set_SocketClientAccessPolicyProtocol, (SocketAsyncEventArgs * __this, SocketClientAccessPolicyProtocol__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8008, SocketAsyncEventArgs_set_SocketClientAccessPolicyProtocol__MethodInfo); DO_APP_FUNC(0x02647790, void *, SocketAsyncResult_get_Handle, (SocketAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SocketAsyncResult__ctor, (SocketAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02647800, void, SocketAsyncResult_Init, (SocketAsyncResult * __this, Socket * socket, AsyncCallback * callback, Object * state, SocketOperation__Enum operation, MethodInfo * method)); DO_APP_FUNC(0x02647C30, void, SocketAsyncResult__ctor_1, (SocketAsyncResult * __this, Socket * socket, AsyncCallback * callback, Object * state, SocketOperation__Enum operation, MethodInfo * method)); DO_APP_FUNC(0x02647D50, SocketError__Enum, SocketAsyncResult_get_ErrorCode, (SocketAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02647DE0, void, SocketAsyncResult_CheckIfThrowDelayedException, (SocketAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7F40, SocketAsyncResult_CheckIfThrowDelayedException__MethodInfo); DO_APP_FUNC(0x02647E90, void, SocketAsyncResult_CompleteDisposed, (SocketAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02647EA0, void, SocketAsyncResult_Complete, (SocketAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02648170, void, SocketAsyncResult_Complete_1, (SocketAsyncResult * __this, bool synch, MethodInfo * method)); DO_APP_FUNC(0x02648180, void, SocketAsyncResult_Complete_2, (SocketAsyncResult * __this, int32_t total, MethodInfo * method)); DO_APP_FUNC(0x02648190, void, SocketAsyncResult_Complete_3, (SocketAsyncResult * __this, Exception * e, bool synch, MethodInfo * method)); DO_APP_FUNC(0x026481F0, void, SocketAsyncResult_Complete_4, (SocketAsyncResult * __this, Exception * e, MethodInfo * method)); DO_APP_FUNC(0x02648250, void, SocketAsyncResult_Complete_5, (SocketAsyncResult * __this, Socket * s, MethodInfo * method)); DO_APP_FUNC(0x026482B0, void, SocketAsyncResult_Complete_6, (SocketAsyncResult * __this, Socket * s, int32_t total, MethodInfo * method)); DO_APP_FUNC(0x02648320, void, SocketAsyncResult_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SocketAsyncResult_c__ctor, (SocketAsyncResult_c * __this, MethodInfo * method)); DO_APP_FUNC(0x026483D0, void, SocketAsyncResult_c__Complete_b__27_0, (SocketAsyncResult_c * __this, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7F28, SocketAsyncResult_c__Complete_b__27_0__MethodInfo); DO_APP_FUNC(0x02648460, Task_1_System_Net_Sockets_Socket_ *, SocketTaskExtensions_AcceptAsync, (Socket * socket, MethodInfo * method)); DO_APP_FUNC(0x02648730, Task_1_System_Net_Sockets_Socket_ *, SocketTaskExtensions_AcceptAsync_1, (Socket * socket, Socket * acceptSocket, MethodInfo * method)); DO_APP_FUNC(0x02648A30, Task *, SocketTaskExtensions_ConnectAsync, (Socket * socket, EndPoint * remoteEP, MethodInfo * method)); DO_APP_FUNC(0x02648D70, Task *, SocketTaskExtensions_ConnectAsync_1, (Socket * socket, IPAddress * address, int32_t port, MethodInfo * method)); DO_APP_FUNC(0x026490C0, Task *, SocketTaskExtensions_ConnectAsync_2, (Socket * socket, IPAddress__Array * addresses, int32_t port, MethodInfo * method)); DO_APP_FUNC(0x02649410, Task *, SocketTaskExtensions_ConnectAsync_3, (Socket * socket, String * host, int32_t port, MethodInfo * method)); DO_APP_FUNC(0x02649760, Task_1_System_Int32_ *, SocketTaskExtensions_ReceiveAsync, (Socket * socket, ArraySegment_1_Byte_ buffer, SocketFlags__Enum socketFlags, MethodInfo * method)); DO_APP_FUNC(0x02649A80, Task_1_System_Int32_ *, SocketTaskExtensions_ReceiveAsync_1, (Socket * socket, IList_1_System_ArraySegment_1_ * buffers, SocketFlags__Enum socketFlags, MethodInfo * method)); DO_APP_FUNC(0x02649DA0, Task_1_System_Net_Sockets_SocketReceiveFromResult_ *, SocketTaskExtensions_ReceiveFromAsync, (Socket * socket, ArraySegment_1_Byte_ buffer, SocketFlags__Enum socketFlags, EndPoint * remoteEndPoint, MethodInfo * method)); DO_APP_FUNC(0x0264A180, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ *, SocketTaskExtensions_ReceiveMessageFromAsync, (Socket * socket, ArraySegment_1_Byte_ buffer, SocketFlags__Enum socketFlags, EndPoint * remoteEndPoint, MethodInfo * method)); DO_APP_FUNC(0x0264A6B0, Task_1_System_Int32_ *, SocketTaskExtensions_SendAsync, (Socket * socket, ArraySegment_1_Byte_ buffer, SocketFlags__Enum socketFlags, MethodInfo * method)); DO_APP_FUNC(0x0264A9F0, Task_1_System_Int32_ *, SocketTaskExtensions_SendAsync_1, (Socket * socket, IList_1_System_ArraySegment_1_ * buffers, SocketFlags__Enum socketFlags, MethodInfo * method)); DO_APP_FUNC(0x0264AD10, Task_1_System_Int32_ *, SocketTaskExtensions_SendToAsync, (Socket * socket, ArraySegment_1_Byte_ buffer, SocketFlags__Enum socketFlags, EndPoint * remoteEP, MethodInfo * method)); DO_APP_FUNC(0x0264B150, ValueTask_1_System_Int32_, SocketTaskExtensions_SendAsync_2, (Socket * socket, ReadOnlyMemory_1_Byte_ buffer, SocketFlags__Enum socketFlags, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0264B1B0, ValueTask_1_System_Int32_, SocketTaskExtensions_ReceiveAsync_2, (Socket * socket, Memory_1_Byte_ memory, SocketFlags__Enum socketFlags, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0264B530, void, SocketTaskExtensions_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SocketTaskExtensions_c__ctor, (SocketTaskExtensions_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0264B5E0, IAsyncResult *, SocketTaskExtensions_c__AcceptAsync_b__0_0, (SocketTaskExtensions_c * __this, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7F80, SocketTaskExtensions_c__AcceptAsync_b__0_0__MethodInfo); DO_APP_FUNC(0x0264B670, Socket *, SocketTaskExtensions_c__AcceptAsync_b__0_1, (SocketTaskExtensions_c * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7FA8, SocketTaskExtensions_c__AcceptAsync_b__0_1__MethodInfo); DO_APP_FUNC(0x0264B730, IAsyncResult *, SocketTaskExtensions_c__AcceptAsync_b__1_0, (SocketTaskExtensions_c * __this, Socket * socketForAccept, int32_t receiveSize, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7F50, SocketTaskExtensions_c__AcceptAsync_b__1_0__MethodInfo); DO_APP_FUNC(0x0264B7F0, Socket *, SocketTaskExtensions_c__AcceptAsync_b__1_1, (SocketTaskExtensions_c * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7F48, SocketTaskExtensions_c__AcceptAsync_b__1_1__MethodInfo); DO_APP_FUNC(0x0264B8B0, IAsyncResult *, SocketTaskExtensions_c__ConnectAsync_b__2_0, (SocketTaskExtensions_c * __this, EndPoint * targetEndPoint, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7EA8, SocketTaskExtensions_c__ConnectAsync_b__2_0__MethodInfo); DO_APP_FUNC(0x0264B960, void, SocketTaskExtensions_c__ConnectAsync_b__2_1, (SocketTaskExtensions_c * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7EA0, SocketTaskExtensions_c__ConnectAsync_b__2_1__MethodInfo); DO_APP_FUNC(0x0264BA10, IAsyncResult *, SocketTaskExtensions_c__ConnectAsync_b__3_0, (SocketTaskExtensions_c * __this, IPAddress * targetAddress, int32_t targetPort, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7EB8, SocketTaskExtensions_c__ConnectAsync_b__3_0__MethodInfo); DO_APP_FUNC(0x0264BAD0, void, SocketTaskExtensions_c__ConnectAsync_b__3_1, (SocketTaskExtensions_c * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7EB0, SocketTaskExtensions_c__ConnectAsync_b__3_1__MethodInfo); DO_APP_FUNC(0x0264BB80, IAsyncResult *, SocketTaskExtensions_c__ConnectAsync_b__4_0, (SocketTaskExtensions_c * __this, IPAddress__Array * targetAddresses, int32_t targetPort, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7E80, SocketTaskExtensions_c__ConnectAsync_b__4_0__MethodInfo); DO_APP_FUNC(0x0264BC40, void, SocketTaskExtensions_c__ConnectAsync_b__4_1, (SocketTaskExtensions_c * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7E78, SocketTaskExtensions_c__ConnectAsync_b__4_1__MethodInfo); DO_APP_FUNC(0x0264BCF0, IAsyncResult *, SocketTaskExtensions_c__ConnectAsync_b__5_0, (SocketTaskExtensions_c * __this, String * targetHost, int32_t targetPort, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7E98, SocketTaskExtensions_c__ConnectAsync_b__5_0__MethodInfo); DO_APP_FUNC(0x0264BDB0, void, SocketTaskExtensions_c__ConnectAsync_b__5_1, (SocketTaskExtensions_c * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7E90, SocketTaskExtensions_c__ConnectAsync_b__5_1__MethodInfo); DO_APP_FUNC(0x0264BE60, IAsyncResult *, SocketTaskExtensions_c__ReceiveAsync_b__6_0, (SocketTaskExtensions_c * __this, ArraySegment_1_Byte_ targetBuffer, SocketFlags__Enum flags, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7EF8, SocketTaskExtensions_c__ReceiveAsync_b__6_0__MethodInfo); DO_APP_FUNC(0x0264BF80, int32_t, SocketTaskExtensions_c__ReceiveAsync_b__6_1, (SocketTaskExtensions_c * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7EF0, SocketTaskExtensions_c__ReceiveAsync_b__6_1__MethodInfo); DO_APP_FUNC(0x0264C030, IAsyncResult *, SocketTaskExtensions_c__ReceiveAsync_b__7_0, (SocketTaskExtensions_c * __this, IList_1_System_ArraySegment_1_ * targetBuffers, SocketFlags__Enum flags, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7EC8, SocketTaskExtensions_c__ReceiveAsync_b__7_0__MethodInfo); DO_APP_FUNC(0x0264C0F0, int32_t, SocketTaskExtensions_c__ReceiveAsync_b__7_1, (SocketTaskExtensions_c * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7EC0, SocketTaskExtensions_c__ReceiveAsync_b__7_1__MethodInfo); DO_APP_FUNC(0x0264C1A0, IAsyncResult *, SocketTaskExtensions_c__ReceiveFromAsync_b__8_0, (SocketTaskExtensions_c * __this, ArraySegment_1_Byte_ targetBuffer, SocketFlags__Enum flags, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7ED0, SocketTaskExtensions_c__ReceiveFromAsync_b__8_0__MethodInfo); DO_APP_FUNC(0x0264C430, SocketReceiveFromResult, SocketTaskExtensions_c__ReceiveFromAsync_b__8_1, (SocketTaskExtensions_c * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7E08, SocketTaskExtensions_c__ReceiveFromAsync_b__8_1__MethodInfo); DO_APP_FUNC(0x0264C640, IAsyncResult *, SocketTaskExtensions_c__ReceiveMessageFromAsync_b__9_0, (SocketTaskExtensions_c * __this, ArraySegment_1_Byte_ targetBuffer, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7DE8, SocketTaskExtensions_c__ReceiveMessageFromAsync_b__9_0__MethodInfo); DO_APP_FUNC(0x0264C7C0, SocketReceiveMessageFromResult, SocketTaskExtensions_c__ReceiveMessageFromAsync_b__9_1, (SocketTaskExtensions_c * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7DE0, SocketTaskExtensions_c__ReceiveMessageFromAsync_b__9_1__MethodInfo); DO_APP_FUNC(0x0264C900, IAsyncResult *, SocketTaskExtensions_c__SendAsync_b__10_0, (SocketTaskExtensions_c * __this, ArraySegment_1_Byte_ targetBuffer, SocketFlags__Enum flags, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7DF8, SocketTaskExtensions_c__SendAsync_b__10_0__MethodInfo); DO_APP_FUNC(0x0264CA20, int32_t, SocketTaskExtensions_c__SendAsync_b__10_1, (SocketTaskExtensions_c * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7DF0, SocketTaskExtensions_c__SendAsync_b__10_1__MethodInfo); DO_APP_FUNC(0x0264CAD0, IAsyncResult *, SocketTaskExtensions_c__SendAsync_b__11_0, (SocketTaskExtensions_c * __this, IList_1_System_ArraySegment_1_ * targetBuffers, SocketFlags__Enum flags, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7E48, SocketTaskExtensions_c__SendAsync_b__11_0__MethodInfo); DO_APP_FUNC(0x0264CB90, int32_t, SocketTaskExtensions_c__SendAsync_b__11_1, (SocketTaskExtensions_c * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7E40, SocketTaskExtensions_c__SendAsync_b__11_1__MethodInfo); DO_APP_FUNC(0x0264CC40, IAsyncResult *, SocketTaskExtensions_c__SendToAsync_b__12_0, (SocketTaskExtensions_c * __this, ArraySegment_1_Byte_ targetBuffer, SocketFlags__Enum flags, EndPoint * endPoint, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7E58, SocketTaskExtensions_c__SendToAsync_b__12_0__MethodInfo); DO_APP_FUNC(0x0264CD70, int32_t, SocketTaskExtensions_c__SendToAsync_b__12_1, (SocketTaskExtensions_c * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7E50, SocketTaskExtensions_c__SendToAsync_b__12_1__MethodInfo); DO_APP_FUNC(0x003AC050, void, SocketTaskExtensions_c_DisplayClass14_0__ctor, (SocketTaskExtensions_c_DisplayClass14_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0264CE20, void, SocketTaskExtensions_c_DisplayClass14_0__ReceiveAsync_b__0, (SocketTaskExtensions_c_DisplayClass14_0 * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7E38, SocketTaskExtensions_c_DisplayClass14_0__ReceiveAsync_b__0__MethodInfo); DO_APP_FUNC(0x0264D0C0, ManagedWebSocket *, ManagedWebSocket_CreateFromConnectedStream, (Stream * stream, bool isServer, String * subprotocol, TimeSpan keepAliveInterval, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Object *, ManagedWebSocket_get_StateUpdateLock, (ManagedWebSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Object *, ManagedWebSocket_get_ReceiveAsyncLock, (ManagedWebSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x0264D160, void, ManagedWebSocket__ctor, (ManagedWebSocket * __this, Stream * stream, bool isServer, String * subprotocol, TimeSpan keepAliveInterval, MethodInfo * method)); DO_APP_FUNC(0x0264D9E0, void, ManagedWebSocket_Dispose, (ManagedWebSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x0264DB20, void, ManagedWebSocket_DisposeCore, (ManagedWebSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, Nullable_1_System_Net_WebSockets_WebSocketCloseStatus_, ManagedWebSocket_get_CloseStatus, (ManagedWebSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, String *, ManagedWebSocket_get_CloseStatusDescription, (ManagedWebSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A6C0, WebSocketState__Enum, ManagedWebSocket_get_State, (ManagedWebSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, ManagedWebSocket_get_SubProtocol, (ManagedWebSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x0264DBA0, Task *, ManagedWebSocket_SendAsync, (ManagedWebSocket * __this, ArraySegment_1_Byte_ buffer, WebSocketMessageType__Enum messageType, bool endOfMessage, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7D98, ManagedWebSocket_SendAsync__MethodInfo); DO_APP_FUNC(0x0264DE70, ValueTask, ManagedWebSocket_SendPrivateAsync, (ManagedWebSocket * __this, ReadOnlyMemory_1_Byte_ buffer, WebSocketMessageType__Enum messageType, bool endOfMessage, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7D58, ManagedWebSocket_SendPrivateAsync__MethodInfo); DO_APP_FUNC(0x0264E1C0, Task_1_System_Net_WebSockets_WebSocketReceiveResult_ *, ManagedWebSocket_ReceiveAsync, (ManagedWebSocket * __this, ArraySegment_1_Byte_ buffer, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0264E5F0, Task *, ManagedWebSocket_CloseAsync, (ManagedWebSocket * __this, WebSocketCloseStatus__Enum closeStatus, String * statusDescription, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0264E6F0, Task *, ManagedWebSocket_CloseOutputAsync, (ManagedWebSocket * __this, WebSocketCloseStatus__Enum closeStatus, String * statusDescription, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0264E7F0, void, ManagedWebSocket_Abort, (ManagedWebSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x0264E880, ValueTask, ManagedWebSocket_SendFrameAsync, (ManagedWebSocket * __this, ManagedWebSocket_MessageOpcode__Enum opcode, bool endOfMessage, ReadOnlyMemory_1_Byte_ payloadBuffer, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0264EA00, ValueTask, ManagedWebSocket_SendFrameLockAcquiredNonCancelableAsync, (ManagedWebSocket * __this, ManagedWebSocket_MessageOpcode__Enum opcode, bool endOfMessage, ReadOnlyMemory_1_Byte_ payloadBuffer, MethodInfo * method)); DO_APP_FUNC(0x0264EF40, Task *, ManagedWebSocket_WaitForWriteTaskAsync, (ManagedWebSocket * __this, ValueTask writeTask, MethodInfo * method)); DO_APP_FUNC(0x0264F160, Task *, ManagedWebSocket_SendFrameFallbackAsync, (ManagedWebSocket * __this, ManagedWebSocket_MessageOpcode__Enum opcode, bool endOfMessage, ReadOnlyMemory_1_Byte_ payloadBuffer, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0264F400, int32_t, ManagedWebSocket_WriteFrameToSendBuffer, (ManagedWebSocket * __this, ManagedWebSocket_MessageOpcode__Enum opcode, bool endOfMessage, ReadOnlySpan_1_Byte_ payloadBuffer, MethodInfo * method)); DO_APP_FUNC(0x0264F8A0, void, ManagedWebSocket_SendKeepAliveFrameAsync, (ManagedWebSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x0264FC10, int32_t, ManagedWebSocket_WriteHeader, (ManagedWebSocket_MessageOpcode__Enum opcode, Byte__Array * sendBuffer, ReadOnlySpan_1_Byte_ payload, bool endOfMessage, bool useMask, MethodInfo * method)); DO_APP_FUNC(0x0264FE00, void, ManagedWebSocket_WriteRandomMask, (Byte__Array * buffer, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x0264FEA0, Task *, ManagedWebSocket_HandleReceivedCloseAsync, (ManagedWebSocket * __this, ManagedWebSocket_MessageHeader header, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x026500F0, Task *, ManagedWebSocket_WaitForServerToCloseConnectionAsync, (ManagedWebSocket * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x02650310, Task *, ManagedWebSocket_HandleReceivedPingPongAsync, (ManagedWebSocket * __this, ManagedWebSocket_MessageHeader header, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x02650560, bool, ManagedWebSocket_IsValidCloseStatus, (WebSocketCloseStatus__Enum closeStatus, MethodInfo * method)); DO_APP_FUNC(0x026505A0, Task *, ManagedWebSocket_CloseWithReceiveErrorAndThrowAsync, (ManagedWebSocket * __this, WebSocketCloseStatus__Enum closeStatus, WebSocketError__Enum error, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x026507F0, bool, ManagedWebSocket_TryParseMessageHeaderFromReceiveBuffer, (ManagedWebSocket * __this, ManagedWebSocket_MessageHeader * resultHeader, MethodInfo * method)); DO_APP_FUNC(0x02650AE0, Task *, ManagedWebSocket_CloseAsyncPrivate, (ManagedWebSocket * __this, WebSocketCloseStatus__Enum closeStatus, String * statusDescription, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x02650D70, Task *, ManagedWebSocket_SendCloseFrameAsync, (ManagedWebSocket * __this, WebSocketCloseStatus__Enum closeStatus, String * closeStatusDescription, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x02651000, void, ManagedWebSocket_ConsumeFromBuffer, (ManagedWebSocket * __this, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02651010, Task *, ManagedWebSocket_EnsureBufferContainsAsync, (ManagedWebSocket * __this, int32_t minimumRequiredBytes, CancellationToken cancellationToken, bool throwOnPrematureClosure, MethodInfo * method)); DO_APP_FUNC(0x02651250, void, ManagedWebSocket_ThrowIfEOFUnexpected, (ManagedWebSocket * __this, bool throwOnPrematureClosure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7D48, ManagedWebSocket_ThrowIfEOFUnexpected__MethodInfo); DO_APP_FUNC(0x02651300, void, ManagedWebSocket_AllocateSendBuffer, (ManagedWebSocket * __this, int32_t minLength, MethodInfo * method)); DO_APP_FUNC(0x026513F0, void, ManagedWebSocket_ReleaseSendBuffer, (ManagedWebSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x026514E0, int32_t, ManagedWebSocket_CombineMaskBytes, (Span_1_Byte_ buffer, int32_t maskOffset, MethodInfo * method)); DO_APP_FUNC(0x026515F0, int32_t, ManagedWebSocket_ApplyMask, (Span_1_Byte_ toMask, Byte__Array * mask, int32_t maskOffset, int32_t maskOffsetIndex, MethodInfo * method)); DO_APP_FUNC(0x02651710, int32_t, ManagedWebSocket_ApplyMask_1, (Span_1_Byte_ toMask, int32_t mask, int32_t maskIndex, MethodInfo * method)); DO_APP_FUNC(0x02651800, void, ManagedWebSocket_ThrowIfOperationInProgress, (ManagedWebSocket * __this, bool operationCompleted, String * methodName, MethodInfo * method)); DO_APP_FUNC(0x02651840, void, ManagedWebSocket_ThrowOperationInProgress, (ManagedWebSocket * __this, String * methodName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7D20, ManagedWebSocket_ThrowOperationInProgress__MethodInfo); DO_APP_FUNC(0x026518B0, Exception *, ManagedWebSocket_CreateOperationCanceledException, (Exception * innerException, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x026519B0, bool, ManagedWebSocket_TryValidateUtf8, (Span_1_Byte_ span, bool endOfMessage, ManagedWebSocket_Utf8MessageState * state, MethodInfo * method)); DO_APP_FUNC(0x02651B90, Task *, ManagedWebSocket_ValidateAndReceiveAsync, (ManagedWebSocket * __this, Task * receiveTask, Byte__Array * buffer, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x02651DF0, void, ManagedWebSocket__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ManagedWebSocket_Utf8MessageState__ctor, (ManagedWebSocket_Utf8MessageState * __this, MethodInfo * method)); DO_APP_FUNC(0x026523C0, WebSocketReceiveResult *, ManagedWebSocket_WebSocketReceiveResultGetter_GetResult, (ManagedWebSocket_WebSocketReceiveResultGetter * __this, int32_t count, WebSocketMessageType__Enum messageType, bool endOfMessage, Nullable_1_System_Net_WebSockets_WebSocketCloseStatus_ closeStatus, String * closeDescription, MethodInfo * method)); DO_APP_FUNC(0x02652460, void, ManagedWebSocket_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ManagedWebSocket_c__ctor, (ManagedWebSocket_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02652510, void, ManagedWebSocket_c___ctor_b__36_0, (ManagedWebSocket_c * __this, Object * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7DC0, ManagedWebSocket_c___ctor_b__36_0__MethodInfo); DO_APP_FUNC(0x026526D0, void, ManagedWebSocket_c___ctor_b__36_1, (ManagedWebSocket_c * __this, Object * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7DB8, ManagedWebSocket_c___ctor_b__36_1__MethodInfo); DO_APP_FUNC(0x02652740, void, ManagedWebSocket_c__SendFrameFallbackAsync_b__56_0, (ManagedWebSocket_c * __this, Object * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7CA0, ManagedWebSocket_c__SendFrameFallbackAsync_b__56_0__MethodInfo); DO_APP_FUNC(0x026527C0, void, ManagedWebSocket_c__SendKeepAliveFrameAsync_b__58_0, (ManagedWebSocket_c * __this, Task * p, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7D38, ManagedWebSocket_c__SendKeepAliveFrameAsync_b__58_0__MethodInfo); DO_APP_FUNC(0x02652800, void, ManagedWebSocket_c__WaitForServerToCloseConnectionAsync_b__63_0, (ManagedWebSocket_c * __this, Object * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7CF0, ManagedWebSocket_c__WaitForServerToCloseConnectionAsync_b__63_0__MethodInfo); DO_APP_FUNC(0x02652880, void, ManagedWebSocket_WaitForWriteTaskAsync_d_55_MoveNext, (ManagedWebSocket_WaitForWriteTaskAsync_d_55 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7CB8, ManagedWebSocket_WaitForWriteTaskAsync_d_55_MoveNext__MethodInfo); DO_APP_FUNC(0x02652E00, void, ManagedWebSocket_WaitForWriteTaskAsync_d_55_SetStateMachine, (ManagedWebSocket_WaitForWriteTaskAsync_d_55 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x02652E60, void, ManagedWebSocket_SendFrameFallbackAsync_d_56_MoveNext, (ManagedWebSocket_SendFrameFallbackAsync_d_56 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7C98, ManagedWebSocket_SendFrameFallbackAsync_d_56_MoveNext__MethodInfo); DO_APP_FUNC(0x02653B00, void, ManagedWebSocket_SendFrameFallbackAsync_d_56_SetStateMachine, (ManagedWebSocket_SendFrameFallbackAsync_d_56 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x02653B60, void, ManagedWebSocket_HandleReceivedCloseAsync_d_62_MoveNext, (ManagedWebSocket_HandleReceivedCloseAsync_d_62 * __this, MethodInfo * method)); DO_APP_FUNC(0x02654A40, void, ManagedWebSocket_HandleReceivedCloseAsync_d_62_SetStateMachine, (ManagedWebSocket_HandleReceivedCloseAsync_d_62 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x02654AA0, void, ManagedWebSocket_WaitForServerToCloseConnectionAsync_d_63_MoveNext, (ManagedWebSocket_WaitForServerToCloseConnectionAsync_d_63 * __this, MethodInfo * method)); DO_APP_FUNC(0x026553A0, void, ManagedWebSocket_WaitForServerToCloseConnectionAsync_d_63_SetStateMachine, (ManagedWebSocket_WaitForServerToCloseConnectionAsync_d_63 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x02655400, void, ManagedWebSocket_HandleReceivedPingPongAsync_d_64_MoveNext, (ManagedWebSocket_HandleReceivedPingPongAsync_d_64 * __this, MethodInfo * method)); DO_APP_FUNC(0x02655C20, void, ManagedWebSocket_HandleReceivedPingPongAsync_d_64_SetStateMachine, (ManagedWebSocket_HandleReceivedPingPongAsync_d_64 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x02655C80, void, ManagedWebSocket_CloseWithReceiveErrorAndThrowAsync_d_66_MoveNext, (ManagedWebSocket_CloseWithReceiveErrorAndThrowAsync_d_66 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7C68, ManagedWebSocket_CloseWithReceiveErrorAndThrowAsync_d_66_MoveNext__MethodInfo); DO_APP_FUNC(0x02655F30, void, ManagedWebSocket_CloseWithReceiveErrorAndThrowAsync_d_66_SetStateMachine, (ManagedWebSocket_CloseWithReceiveErrorAndThrowAsync_d_66 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x02655F90, void, ManagedWebSocket_CloseAsyncPrivate_d_68_MoveNext, (ManagedWebSocket_CloseAsyncPrivate_d_68 * __this, MethodInfo * method)); DO_APP_FUNC(0x02656960, void, ManagedWebSocket_CloseAsyncPrivate_d_68_SetStateMachine, (ManagedWebSocket_CloseAsyncPrivate_d_68 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x026569C0, void, ManagedWebSocket_SendCloseFrameAsync_d_69_MoveNext, (ManagedWebSocket_SendCloseFrameAsync_d_69 * __this, MethodInfo * method)); DO_APP_FUNC(0x026577A0, void, ManagedWebSocket_SendCloseFrameAsync_d_69_SetStateMachine, (ManagedWebSocket_SendCloseFrameAsync_d_69 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x02657800, void, ManagedWebSocket_EnsureBufferContainsAsync_d_71_MoveNext, (ManagedWebSocket_EnsureBufferContainsAsync_d_71 * __this, MethodInfo * method)); DO_APP_FUNC(0x02657DA0, void, ManagedWebSocket_EnsureBufferContainsAsync_d_71_SetStateMachine, (ManagedWebSocket_EnsureBufferContainsAsync_d_71 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x02657E00, void, WebSocketValidate_ThrowIfInvalidState, (WebSocketState__Enum currentState, bool isDisposed, WebSocketState__Enum__Array * validStates, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7C80, WebSocketValidate_ThrowIfInvalidState__MethodInfo); DO_APP_FUNC(0x02657FB0, void, WebSocketValidate_ValidateSubprotocol, (String * subProtocol, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7BD8, WebSocketValidate_ValidateSubprotocol__MethodInfo); DO_APP_FUNC(0x02658280, void, WebSocketValidate_ValidateCloseStatus, (WebSocketCloseStatus__Enum closeStatus, String * statusDescription, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7BF8, WebSocketValidate_ValidateCloseStatus__MethodInfo); DO_APP_FUNC(0x026584E0, void, WebSocketValidate_ThrowPlatformNotSupportedException, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7BA0, WebSocketValidate_ThrowPlatformNotSupportedException__MethodInfo); DO_APP_FUNC(0x02658540, void, WebSocketValidate_ValidateArraySegment, (ArraySegment_1_Byte_ arraySegment, String * parameterName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7BC0, WebSocketValidate_ValidateArraySegment__MethodInfo); DO_APP_FUNC(0x02658790, void, WebSocketValidate_ValidateBuffer, (Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7C30, WebSocketValidate_ValidateBuffer__MethodInfo); DO_APP_FUNC(0x026588B0, void, HttpListenerWebSocketContext__ctor, (HttpListenerWebSocketContext * __this, Uri * requestUri, NameValueCollection * headers, CookieCollection * cookieCollection, IPrincipal * user, bool isAuthenticated, bool isLocal, bool isSecureConnection, String * origin, IEnumerable_1_System_String_ * secWebSocketProtocols, String * secWebSocketVersion, String * secWebSocketKey, WebSocket * webSocket, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Uri *, HttpListenerWebSocketContext_get_RequestUri, (HttpListenerWebSocketContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, NameValueCollection *, HttpListenerWebSocketContext_get_Headers, (HttpListenerWebSocketContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, HttpListenerWebSocketContext_get_Origin, (HttpListenerWebSocketContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, IEnumerable_1_System_String_ *, HttpListenerWebSocketContext_get_SecWebSocketProtocols, (HttpListenerWebSocketContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, String *, HttpListenerWebSocketContext_get_SecWebSocketVersion, (HttpListenerWebSocketContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, HttpListenerWebSocketContext_get_SecWebSocketKey, (HttpListenerWebSocketContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, CookieCollection *, HttpListenerWebSocketContext_get_CookieCollection, (HttpListenerWebSocketContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, IPrincipal *, HttpListenerWebSocketContext_get_User, (HttpListenerWebSocketContext * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, HttpListenerWebSocketContext_get_IsAuthenticated, (HttpListenerWebSocketContext * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE710, bool, HttpListenerWebSocketContext_get_IsLocal, (HttpListenerWebSocketContext * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F30, bool, HttpListenerWebSocketContext_get_IsSecureConnection, (HttpListenerWebSocketContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, WebSocket *, HttpListenerWebSocketContext_get_WebSocket, (HttpListenerWebSocketContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02658DC0, IPrincipal *, HttpListenerWebSocketContext_CopyPrincipal, (IPrincipal * user, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7C10, HttpListenerWebSocketContext_CopyPrincipal__MethodInfo); DO_APP_FUNC(0x02658F90, void, HttpListenerWebSocketContext__ctor_1, (HttpListenerWebSocketContext * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7C28, HttpListenerWebSocketContext__ctor_1__MethodInfo); DO_APP_FUNC(0x02658FC0, void, ClientWebSocket__ctor, (ClientWebSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, ClientWebSocketOptions *, ClientWebSocket_get_Options, (ClientWebSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x02659240, Nullable_1_System_Net_WebSockets_WebSocketCloseStatus_, ClientWebSocket_get_CloseStatus, (ClientWebSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x026592D0, String *, ClientWebSocket_get_CloseStatusDescription, (ClientWebSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x02659360, String *, ClientWebSocket_get_SubProtocol, (ClientWebSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x026593F0, WebSocketState__Enum, ClientWebSocket_get_State, (ClientWebSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x026594B0, Task *, ClientWebSocket_ConnectAsync, (ClientWebSocket * __this, Uri * uri, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7B88, ClientWebSocket_ConnectAsync__MethodInfo); DO_APP_FUNC(0x02659800, Task *, ClientWebSocket_ConnectAsyncCore, (ClientWebSocket * __this, Uri * uri, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x02659A90, Task *, ClientWebSocket_SendAsync, (ClientWebSocket * __this, ArraySegment_1_Byte_ buffer, WebSocketMessageType__Enum messageType, bool endOfMessage, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x02659B20, ValueTask, ClientWebSocket_SendAsync_1, (ClientWebSocket * __this, ReadOnlyMemory_1_Byte_ buffer, WebSocketMessageType__Enum messageType, bool endOfMessage, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x02659BD0, Task_1_System_Net_WebSockets_WebSocketReceiveResult_ *, ClientWebSocket_ReceiveAsync, (ClientWebSocket * __this, ArraySegment_1_Byte_ buffer, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x02659C40, ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult_, ClientWebSocket_ReceiveAsync_1, (ClientWebSocket * __this, Memory_1_Byte_ buffer, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x02659CE0, Task *, ClientWebSocket_CloseAsync, (ClientWebSocket * __this, WebSocketCloseStatus__Enum closeStatus, String * statusDescription, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x02659D60, Task *, ClientWebSocket_CloseOutputAsync, (ClientWebSocket * __this, WebSocketCloseStatus__Enum closeStatus, String * statusDescription, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x02659DE0, void, ClientWebSocket_Abort, (ClientWebSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x02659E70, void, ClientWebSocket_Dispose, (ClientWebSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x02659F10, void, ClientWebSocket_ThrowIfNotConnected, (ClientWebSocket * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7B58, ClientWebSocket_ThrowIfNotConnected__MethodInfo); DO_APP_FUNC(0x02659FF0, ClientWebSocket_DefaultWebProxy *, ClientWebSocket_DefaultWebProxy_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x0265A050, ICredentials *, ClientWebSocket_DefaultWebProxy_get_Credentials, (ClientWebSocket_DefaultWebProxy * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA638, ClientWebSocket_DefaultWebProxy_get_Credentials__MethodInfo); DO_APP_FUNC(0x0265A0A0, void, ClientWebSocket_DefaultWebProxy_set_Credentials, (ClientWebSocket_DefaultWebProxy * __this, ICredentials * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA630, ClientWebSocket_DefaultWebProxy_set_Credentials__MethodInfo); DO_APP_FUNC(0x0265A0F0, Uri *, ClientWebSocket_DefaultWebProxy_GetProxy, (ClientWebSocket_DefaultWebProxy * __this, Uri * destination, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA618, ClientWebSocket_DefaultWebProxy_GetProxy__MethodInfo); DO_APP_FUNC(0x0265A140, bool, ClientWebSocket_DefaultWebProxy_IsBypassed, (ClientWebSocket_DefaultWebProxy * __this, Uri * host, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA610, ClientWebSocket_DefaultWebProxy_IsBypassed__MethodInfo); DO_APP_FUNC(0x003AC050, void, ClientWebSocket_DefaultWebProxy__ctor, (ClientWebSocket_DefaultWebProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x0265A190, void, ClientWebSocket_DefaultWebProxy__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0265A240, void, ClientWebSocket_ConnectAsyncCore_d_16_MoveNext, (ClientWebSocket_ConnectAsyncCore_d_16 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA620, ClientWebSocket_ConnectAsyncCore_d_16_MoveNext__MethodInfo); DO_APP_FUNC(0x0265A760, void, ClientWebSocket_ConnectAsyncCore_d_16_SetStateMachine, (ClientWebSocket_ConnectAsyncCore_d_16 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x0265A7C0, void, ClientWebSocketOptions__ctor, (ClientWebSocketOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x0265A9C0, void, ClientWebSocketOptions_SetRequestHeader, (ClientWebSocketOptions * __this, String * headerName, String * headerValue, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, WebHeaderCollection *, ClientWebSocketOptions_get_RequestHeaders, (ClientWebSocketOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, List_1_System_String_ *, ClientWebSocketOptions_get_RequestedSubProtocols, (ClientWebSocketOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, ClientWebSocketOptions_get_UseDefaultCredentials, (ClientWebSocketOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x0265AA20, void, ClientWebSocketOptions_set_UseDefaultCredentials, (ClientWebSocketOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, ICredentials *, ClientWebSocketOptions_get_Credentials, (ClientWebSocketOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x0265AA50, void, ClientWebSocketOptions_set_Credentials, (ClientWebSocketOptions * __this, ICredentials * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, IWebProxy *, ClientWebSocketOptions_get_Proxy, (ClientWebSocketOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x0265AAC0, void, ClientWebSocketOptions_set_Proxy, (ClientWebSocketOptions * __this, IWebProxy * value, MethodInfo * method)); DO_APP_FUNC(0x0265AB30, X509CertificateCollection *, ClientWebSocketOptions_get_ClientCertificates, (ClientWebSocketOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x0265ABF0, void, ClientWebSocketOptions_set_ClientCertificates, (ClientWebSocketOptions * __this, X509CertificateCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA648, ClientWebSocketOptions_set_ClientCertificates__MethodInfo); DO_APP_FUNC(0x003C7020, RemoteCertificateValidationCallback *, ClientWebSocketOptions_get_RemoteCertificateValidationCallback, (ClientWebSocketOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x0265ACB0, void, ClientWebSocketOptions_set_RemoteCertificateValidationCallback, (ClientWebSocketOptions * __this, RemoteCertificateValidationCallback * value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, CookieContainer *, ClientWebSocketOptions_get_Cookies, (ClientWebSocketOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x0265AD20, void, ClientWebSocketOptions_set_Cookies, (ClientWebSocketOptions * __this, CookieContainer * value, MethodInfo * method)); DO_APP_FUNC(0x0265AD90, void, ClientWebSocketOptions_AddSubProtocol, (ClientWebSocketOptions * __this, String * subProtocol, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA658, ClientWebSocketOptions_AddSubProtocol__MethodInfo); DO_APP_FUNC(0x003B93B0, TimeSpan, ClientWebSocketOptions_get_KeepAliveInterval, (ClientWebSocketOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x0265B050, void, ClientWebSocketOptions_set_KeepAliveInterval, (ClientWebSocketOptions * __this, TimeSpan value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA5A8, ClientWebSocketOptions_set_KeepAliveInterval__MethodInfo); DO_APP_FUNC(0x0076A6C0, int32_t, ClientWebSocketOptions_get_ReceiveBufferSize, (ClientWebSocketOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADDA40, int32_t, ClientWebSocketOptions_get_SendBufferSize, (ClientWebSocketOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x0265B210, Nullable_1_ArraySegment_1_Byte_, ClientWebSocketOptions_get_Buffer, (ClientWebSocketOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x0265B230, void, ClientWebSocketOptions_SetBuffer, (ClientWebSocketOptions * __this, int32_t receiveBufferSize, int32_t sendBufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA598, ClientWebSocketOptions_SetBuffer__MethodInfo); DO_APP_FUNC(0x0265B400, void, ClientWebSocketOptions_SetBuffer_1, (ClientWebSocketOptions * __this, int32_t receiveBufferSize, int32_t sendBufferSize, ArraySegment_1_Byte_ buffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA5B8, ClientWebSocketOptions_SetBuffer_1__MethodInfo); DO_APP_FUNC(0x003BAD40, void, ClientWebSocketOptions_SetToReadOnly, (ClientWebSocketOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x0265B730, void, ClientWebSocketOptions_ThrowIfReadOnly, (ClientWebSocketOptions * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA5B0, ClientWebSocketOptions_ThrowIfReadOnly__MethodInfo); DO_APP_FUNC(0x0265B7A0, WebSocketHandle *, WebSocketHandle_Create, (MethodInfo * method)); DO_APP_FUNC(0x00AC8DA0, bool, WebSocketHandle_IsValid, (WebSocketHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x0265B890, Nullable_1_System_Net_WebSockets_WebSocketCloseStatus_, WebSocketHandle_get_CloseStatus, (WebSocketHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0265B8B0, String *, WebSocketHandle_get_CloseStatusDescription, (WebSocketHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0265B8D0, WebSocketState__Enum, WebSocketHandle_get_State, (WebSocketHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0265B900, String *, WebSocketHandle_get_SubProtocol, (WebSocketHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebSocketHandle_CheckPlatformSupport, (MethodInfo * method)); DO_APP_FUNC(0x0265B920, void, WebSocketHandle_Dispose, (WebSocketHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0265B950, void, WebSocketHandle_Abort, (WebSocketHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0265B9E0, Task *, WebSocketHandle_SendAsync, (WebSocketHandle * __this, ArraySegment_1_Byte_ buffer, WebSocketMessageType__Enum messageType, bool endOfMessage, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0265BA30, ValueTask, WebSocketHandle_SendAsync_1, (WebSocketHandle * __this, ReadOnlyMemory_1_Byte_ buffer, WebSocketMessageType__Enum messageType, bool endOfMessage, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0265BAA0, Task_1_System_Net_WebSockets_WebSocketReceiveResult_ *, WebSocketHandle_ReceiveAsync, (WebSocketHandle * __this, ArraySegment_1_Byte_ buffer, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0265BAE0, ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult_, WebSocketHandle_ReceiveAsync_1, (WebSocketHandle * __this, Memory_1_Byte_ buffer, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0265BB40, Task *, WebSocketHandle_CloseAsync, (WebSocketHandle * __this, WebSocketCloseStatus__Enum closeStatus, String * statusDescription, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0265BB70, Task *, WebSocketHandle_CloseOutputAsync, (WebSocketHandle * __this, WebSocketCloseStatus__Enum closeStatus, String * statusDescription, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0265BBA0, Task *, WebSocketHandle_ConnectAsyncCore, (WebSocketHandle * __this, Uri * uri, CancellationToken cancellationToken, ClientWebSocketOptions * options, MethodInfo * method)); DO_APP_FUNC(0x0265BE60, Task_1_System_Net_Sockets_Socket_ *, WebSocketHandle_ConnectSocketAsync, (WebSocketHandle * __this, String * host, int32_t port, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0265C0C0, Byte__Array *, WebSocketHandle_BuildRequestHeader, (Uri * uri, ClientWebSocketOptions * options, String * secKey, MethodInfo * method)); DO_APP_FUNC(0x0265CC60, KeyValuePair_2_System_String_System_String_, WebSocketHandle_CreateSecKeyAndSecWebSocketAccept, (MethodInfo * method)); DO_APP_FUNC(0x0265D140, Task_1_System_String_ *, WebSocketHandle_ParseAndValidateConnectResponseAsync, (WebSocketHandle * __this, Stream * stream, ClientWebSocketOptions * options, String * expectedSecWebSocketAccept, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0265D3E0, void, WebSocketHandle_ValidateAndTrackHeader, (String * targetHeaderName, String * targetHeaderValue, String * foundHeaderName, String * foundHeaderValue, bool * foundHeader, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA510, WebSocketHandle_ValidateAndTrackHeader__MethodInfo); DO_APP_FUNC(0x0265D650, Task_1_System_String_ *, WebSocketHandle_ReadResponseHeaderLineAsync, (Stream * stream, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0265D850, void, WebSocketHandle__ctor, (WebSocketHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0265D910, void, WebSocketHandle__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0265D9B0, void, WebSocketHandle_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebSocketHandle_c__ctor, (WebSocketHandle_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0265DA60, void, WebSocketHandle_c__ConnectAsyncCore_b__26_0, (WebSocketHandle_c * __this, Object * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA3F0, WebSocketHandle_c__ConnectAsyncCore_b__26_0__MethodInfo); DO_APP_FUNC(0x0265DAD0, void, WebSocketHandle_c__ConnectSocketAsync_b__27_0, (WebSocketHandle_c * __this, Object * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA478, WebSocketHandle_c__ConnectSocketAsync_b__27_0__MethodInfo); DO_APP_FUNC(0x0265DBA0, void, WebSocketHandle_c__ConnectSocketAsync_b__27_1, (WebSocketHandle_c * __this, Object * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA4B0, WebSocketHandle_c__ConnectSocketAsync_b__27_1__MethodInfo); DO_APP_FUNC(0x0265DC70, void, WebSocketHandle_ConnectAsyncCore_d_26_MoveNext, (WebSocketHandle_ConnectAsyncCore_d_26 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA380, WebSocketHandle_ConnectAsyncCore_d_26_MoveNext__MethodInfo); DO_APP_FUNC(0x0265F1E0, void, WebSocketHandle_ConnectAsyncCore_d_26_SetStateMachine, (WebSocketHandle_ConnectAsyncCore_d_26 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x0265F240, void, WebSocketHandle_ConnectSocketAsync_d_27_MoveNext, (WebSocketHandle_ConnectSocketAsync_d_27 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA4A8, WebSocketHandle_ConnectSocketAsync_d_27_MoveNext__MethodInfo); DO_APP_FUNC(0x02660240, void, WebSocketHandle_ConnectSocketAsync_d_27_SetStateMachine, (WebSocketHandle_ConnectSocketAsync_d_27 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebSocketHandle_c_DisplayClass30_0__ctor, (WebSocketHandle_c_DisplayClass30_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x026602B0, bool, WebSocketHandle_c_DisplayClass30_0__ParseAndValidateConnectResponseAsync_b__0, (WebSocketHandle_c_DisplayClass30_0 * __this, String * requested, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA468, WebSocketHandle_c_DisplayClass30_0__ParseAndValidateConnectResponseAsync_b__0__MethodInfo); DO_APP_FUNC(0x02660390, void, WebSocketHandle_ParseAndValidateConnectResponseAsync_d_30_MoveNext, (WebSocketHandle_ParseAndValidateConnectResponseAsync_d_30 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA2A0, WebSocketHandle_ParseAndValidateConnectResponseAsync_d_30_MoveNext__MethodInfo); DO_APP_FUNC(0x02661100, void, WebSocketHandle_ParseAndValidateConnectResponseAsync_d_30_SetStateMachine, (WebSocketHandle_ParseAndValidateConnectResponseAsync_d_30 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x02661170, void, WebSocketHandle_ReadResponseHeaderLineAsync_d_32_MoveNext, (WebSocketHandle_ReadResponseHeaderLineAsync_d_32 * __this, MethodInfo * method)); DO_APP_FUNC(0x02661B50, void, WebSocketHandle_ReadResponseHeaderLineAsync_d_32_SetStateMachine, (WebSocketHandle_ReadResponseHeaderLineAsync_d_32 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x02661BC0, void, ValueWebSocketReceiveResult__ctor, (ValueWebSocketReceiveResult * __this, int32_t count, WebSocketMessageType__Enum messageType, bool endOfMessage, MethodInfo * method)); DO_APP_FUNC(0x02661C00, int32_t, ValueWebSocketReceiveResult_get_Count, (ValueWebSocketReceiveResult * __this, MethodInfo * method)); DO_APP_FUNC(0x01C52920, bool, ValueWebSocketReceiveResult_get_EndOfMessage, (ValueWebSocketReceiveResult * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59320, WebSocketMessageType__Enum, ValueWebSocketReceiveResult_get_MessageType, (ValueWebSocketReceiveResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02661C10, void, ValueWebSocketReceiveResult_ThrowCountOutOfRange, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA338, ValueWebSocketReceiveResult_ThrowCountOutOfRange__MethodInfo); DO_APP_FUNC(0x02661C70, void, ValueWebSocketReceiveResult_ThrowMessageTypeOutOfRange, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA328, ValueWebSocketReceiveResult_ThrowMessageTypeOutOfRange__MethodInfo); DO_APP_FUNC(0x02661CD0, ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult_, WebSocket_ReceiveAsync, (WebSocket * __this, Memory_1_Byte_ buffer, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x02661F80, ValueTask, WebSocket_SendAsync, (WebSocket * __this, ReadOnlyMemory_1_Byte_ buffer, WebSocketMessageType__Enum messageType, bool endOfMessage, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x026620F0, Task *, WebSocket_SendWithArrayPoolAsync, (WebSocket * __this, ReadOnlyMemory_1_Byte_ buffer, WebSocketMessageType__Enum messageType, bool endOfMessage, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x02662390, TimeSpan, WebSocket_get_DefaultKeepAliveInterval, (MethodInfo * method)); DO_APP_FUNC(0x02662420, void, WebSocket_ThrowOnInvalidState, (WebSocketState__Enum state, WebSocketState__Enum__Array * validStates, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA300, WebSocket_ThrowOnInvalidState__MethodInfo); DO_APP_FUNC(0x02662570, bool, WebSocket_IsStateTerminal, (WebSocketState__Enum state, MethodInfo * method)); DO_APP_FUNC(0x02662580, ArraySegment_1_Byte_, WebSocket_CreateClientBuffer, (int32_t receiveBufferSize, int32_t sendBufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA178, WebSocket_CreateClientBuffer__MethodInfo); DO_APP_FUNC(0x02662810, ArraySegment_1_Byte_, WebSocket_CreateServerBuffer, (int32_t receiveBufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA1A0, WebSocket_CreateServerBuffer__MethodInfo); DO_APP_FUNC(0x026629C0, WebSocket *, WebSocket_CreateFromStream, (Stream * stream, bool isServer, String * subProtocol, TimeSpan keepAliveInterval, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA130, WebSocket_CreateFromStream__MethodInfo); DO_APP_FUNC(0x00418D30, bool, WebSocket_IsApplicationTargeting45, (MethodInfo * method)); DO_APP_FUNC(0x02662CD0, void, WebSocket_RegisterPrefixes, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA100, WebSocket_RegisterPrefixes__MethodInfo); DO_APP_FUNC(0x02662D20, WebSocket *, WebSocket_CreateClientWebSocket, (Stream * innerStream, String * subProtocol, int32_t receiveBufferSize, int32_t sendBufferSize, TimeSpan keepAliveInterval, bool useZeroMaskingKey, ArraySegment_1_Byte_ internalBuffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA140, WebSocket_CreateClientWebSocket__MethodInfo); DO_APP_FUNC(0x003AC050, void, WebSocket__ctor, (WebSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x02663110, void, WebSocket_ReceiveAsync_d_14_MoveNext, (WebSocket_ReceiveAsync_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x02663A90, void, WebSocket_ReceiveAsync_d_14_SetStateMachine, (WebSocket_ReceiveAsync_d_14 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x02663AE0, void, WebSocket_SendWithArrayPoolAsync_d_16_MoveNext, (WebSocket_SendWithArrayPoolAsync_d_16 * __this, MethodInfo * method)); DO_APP_FUNC(0x02664290, void, WebSocket_SendWithArrayPoolAsync_d_16_SetStateMachine, (WebSocket_SendWithArrayPoolAsync_d_16 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebSocketContext__ctor, (WebSocketContext * __this, MethodInfo * method)); DO_APP_FUNC(0x026642F0, void, WebSocketException__ctor, (WebSocketException * __this, MethodInfo * method)); DO_APP_FUNC(0x026643C0, void, WebSocketException__ctor_1, (WebSocketException * __this, WebSocketError__Enum error, MethodInfo * method)); DO_APP_FUNC(0x02664400, void, WebSocketException__ctor_2, (WebSocketException * __this, WebSocketError__Enum error, String * message, MethodInfo * method)); DO_APP_FUNC(0x02664430, void, WebSocketException__ctor_3, (WebSocketException * __this, WebSocketError__Enum error, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x02664480, void, WebSocketException__ctor_4, (WebSocketException * __this, WebSocketError__Enum error, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x026644C0, void, WebSocketException__ctor_5, (WebSocketException * __this, int32_t nativeError, MethodInfo * method)); DO_APP_FUNC(0x02664520, void, WebSocketException__ctor_6, (WebSocketException * __this, int32_t nativeError, String * message, MethodInfo * method)); DO_APP_FUNC(0x02664570, void, WebSocketException__ctor_7, (WebSocketException * __this, int32_t nativeError, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x026645F0, void, WebSocketException__ctor_8, (WebSocketException * __this, WebSocketError__Enum error, int32_t nativeError, MethodInfo * method)); DO_APP_FUNC(0x02664640, void, WebSocketException__ctor_9, (WebSocketException * __this, WebSocketError__Enum error, int32_t nativeError, String * message, MethodInfo * method)); DO_APP_FUNC(0x02664680, void, WebSocketException__ctor_10, (WebSocketException * __this, WebSocketError__Enum error, int32_t nativeError, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x026646E0, void, WebSocketException__ctor_11, (WebSocketException * __this, WebSocketError__Enum error, int32_t nativeError, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x02664730, void, WebSocketException__ctor_12, (WebSocketException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x02664740, void, WebSocketException__ctor_13, (WebSocketException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x0255E870, void, WebSocketException__ctor_14, (WebSocketException * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x02664750, void, WebSocketException_GetObjectData, (WebSocketException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x00C6E520, int32_t, WebSocketException_get_ErrorCode, (WebSocketException * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D6E0, WebSocketError__Enum, WebSocketException_get_WebSocketErrorCode, (WebSocketException * __this, MethodInfo * method)); DO_APP_FUNC(0x02664890, String *, WebSocketException_GetErrorMessage, (WebSocketError__Enum error, MethodInfo * method)); DO_APP_FUNC(0x02664A40, void, WebSocketException_SetErrorCodeOnError, (WebSocketException * __this, int32_t nativeError, MethodInfo * method)); DO_APP_FUNC(0x0203C090, bool, WebSocketException_Succeeded, (int32_t hr, MethodInfo * method)); DO_APP_FUNC(0x02664A50, void, WebSocketReceiveResult__ctor, (WebSocketReceiveResult * __this, int32_t count, WebSocketMessageType__Enum messageType, bool endOfMessage, MethodInfo * method)); DO_APP_FUNC(0x02664A70, void, WebSocketReceiveResult__ctor_1, (WebSocketReceiveResult * __this, int32_t count, WebSocketMessageType__Enum messageType, bool endOfMessage, Nullable_1_System_Net_WebSockets_WebSocketCloseStatus_ closeStatus, String * closeStatusDescription, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA088, WebSocketReceiveResult__ctor_1__MethodInfo); DO_APP_FUNC(0x003BAD50, int32_t, WebSocketReceiveResult_get_Count, (WebSocketReceiveResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB250, bool, WebSocketReceiveResult_get_EndOfMessage, (WebSocketReceiveResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, WebSocketMessageType__Enum, WebSocketReceiveResult_get_MessageType, (WebSocketReceiveResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02664B40, Nullable_1_System_Net_WebSockets_WebSocketCloseStatus_, WebSocketReceiveResult_get_CloseStatus, (WebSocketReceiveResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, WebSocketReceiveResult_get_CloseStatusDescription, (WebSocketReceiveResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02664B50, Boolean__Array *, MailBnfHelper_CreateCharactersAllowedInAtoms, (MethodInfo * method)); DO_APP_FUNC(0x02664D00, Boolean__Array *, MailBnfHelper_CreateCharactersAllowedInQuotedStrings, (MethodInfo * method)); DO_APP_FUNC(0x02664DF0, Boolean__Array *, MailBnfHelper_CreateCharactersAllowedInDomainLiterals, (MethodInfo * method)); DO_APP_FUNC(0x02664EE0, Boolean__Array *, MailBnfHelper_CreateCharactersAllowedInHeaderNames, (MethodInfo * method)); DO_APP_FUNC(0x02664F70, Boolean__Array *, MailBnfHelper_CreateCharactersAllowedInTokens, (MethodInfo * method)); DO_APP_FUNC(0x02665090, Boolean__Array *, MailBnfHelper_CreateCharactersAllowedInComments, (MethodInfo * method)); DO_APP_FUNC(0x026651A0, bool, MailBnfHelper_SkipCFWS, (String * data, int32_t * offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9FD0, MailBnfHelper_SkipCFWS__MethodInfo); DO_APP_FUNC(0x026653B0, void, MailBnfHelper_ValidateHeaderName, (String * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9FC0, MailBnfHelper_ValidateHeaderName__MethodInfo); DO_APP_FUNC(0x02665580, String *, MailBnfHelper_ReadQuotedString, (String * data, int32_t * offset, StringBuilder * builder, MethodInfo * method)); DO_APP_FUNC(0x02665600, String *, MailBnfHelper_ReadQuotedString_1, (String * data, int32_t * offset, StringBuilder * builder, bool doesntRequireQuotes, bool permitUnicodeInDisplayName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA020, MailBnfHelper_ReadQuotedString_1__MethodInfo); DO_APP_FUNC(0x02665AC0, String *, MailBnfHelper_ReadParameterAttribute, (String * data, int32_t * offset, StringBuilder * builder, MethodInfo * method)); DO_APP_FUNC(0x02665B60, String *, MailBnfHelper_ReadToken, (String * data, int32_t * offset, StringBuilder * builder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA038, MailBnfHelper_ReadToken__MethodInfo); DO_APP_FUNC(0x02665DD0, String *, MailBnfHelper_GetDateTimeString, (DateTime value, StringBuilder * builder, MethodInfo * method)); DO_APP_FUNC(0x02666570, void, MailBnfHelper_GetTokenOrQuotedString, (String * data, StringBuilder * builder, bool allowUnicode, MethodInfo * method)); DO_APP_FUNC(0x02666850, bool, MailBnfHelper_CheckForUnicode, (uint16_t ch, bool allowUnicode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9FF0, MailBnfHelper_CheckForUnicode__MethodInfo); DO_APP_FUNC(0x02666950, bool, MailBnfHelper_IsAllowedWhiteSpace, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x02666A20, bool, MailBnfHelper_HasCROrLF, (String * data, MethodInfo * method)); DO_APP_FUNC(0x02666A90, bool, MailBnfHelper_IsFWSAt, (String * data, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02666C20, void, MailBnfHelper__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02667A20, void, Base64WriteStateInfo__ctor, (Base64WriteStateInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02667A30, void, Base64WriteStateInfo__ctor_1, (Base64WriteStateInfo * __this, int32_t bufferSize, Byte__Array * header, Byte__Array * footer, int32_t maxLineLength, int32_t mimeHeaderLength, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, Base64WriteStateInfo_get_Padding, (Base64WriteStateInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF230, void, Base64WriteStateInfo_set_Padding, (Base64WriteStateInfo * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0060F770, uint8_t, Base64WriteStateInfo_get_LastBits, (Base64WriteStateInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4EB10, void, Base64WriteStateInfo_set_LastBits, (Base64WriteStateInfo * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x02667A40, void, BaseWriter__ctor, (BaseWriter * __this, Stream * stream, bool shouldEncodeLeadingDots, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9EE8, BaseWriter__ctor__MethodInfo); DO_APP_FUNC(0x02667D00, void, BaseWriter_WriteHeader, (BaseWriter * __this, String * name, String * value, bool allowUnicode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9F18, BaseWriter_WriteHeader__MethodInfo); DO_APP_FUNC(0x02667F90, void, BaseWriter_WriteAndFold, (BaseWriter * __this, String * value, int32_t charsAlreadyOnLine, bool allowUnicode, MethodInfo * method)); DO_APP_FUNC(0x02668220, Stream *, BaseWriter_GetContentStream, (BaseWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02668230, Stream *, BaseWriter_GetContentStream_1, (BaseWriter * __this, MultiAsyncResult * multiResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9F58, BaseWriter_GetContentStream_1__MethodInfo); DO_APP_FUNC(0x026684B0, IAsyncResult *, BaseWriter_BeginGetContentStream, (BaseWriter * __this, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x026685F0, Stream *, BaseWriter_EndGetContentStream, (BaseWriter * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02668720, void, BaseWriter_Flush, (BaseWriter * __this, MultiAsyncResult * multiResult, MethodInfo * method)); DO_APP_FUNC(0x026688C0, void, BaseWriter_OnWrite, (IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9E88, BaseWriter_OnWrite__MethodInfo); DO_APP_FUNC(0x003AC050, void, BaseWriter_CheckBoundary, (BaseWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02668A20, void, BaseWriter__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02668BD0, void, ContentDisposition__ctor, (ContentDisposition * __this, MethodInfo * method)); DO_APP_FUNC(0x02668CB0, void, ContentDisposition__ctor_1, (ContentDisposition * __this, String * disposition, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9E68, ContentDisposition__ctor_1__MethodInfo); DO_APP_FUNC(0x02668D80, DateTime, ContentDisposition_GetDateParameter, (ContentDisposition * __this, String * parameterName, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, ContentDisposition_get_DispositionType, (ContentDisposition * __this, MethodInfo * method)); DO_APP_FUNC(0x02668F50, void, ContentDisposition_set_DispositionType, (ContentDisposition * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9ED0, ContentDisposition_set_DispositionType__MethodInfo); DO_APP_FUNC(0x026690E0, StringDictionary *, ContentDisposition_get_Parameters, (ContentDisposition * __this, MethodInfo * method)); DO_APP_FUNC(0x026691E0, String *, ContentDisposition_get_FileName, (ContentDisposition * __this, MethodInfo * method)); DO_APP_FUNC(0x02669250, void, ContentDisposition_set_FileName, (ContentDisposition * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02669300, DateTime, ContentDisposition_get_CreationDate, (ContentDisposition * __this, MethodInfo * method)); DO_APP_FUNC(0x02669350, void, ContentDisposition_set_CreationDate, (ContentDisposition * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x02669430, DateTime, ContentDisposition_get_ModificationDate, (ContentDisposition * __this, MethodInfo * method)); DO_APP_FUNC(0x02669480, void, ContentDisposition_set_ModificationDate, (ContentDisposition * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x02669560, bool, ContentDisposition_get_Inline, (ContentDisposition * __this, MethodInfo * method)); DO_APP_FUNC(0x026695E0, void, ContentDisposition_set_Inline, (ContentDisposition * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02669690, DateTime, ContentDisposition_get_ReadDate, (ContentDisposition * __this, MethodInfo * method)); DO_APP_FUNC(0x026696E0, void, ContentDisposition_set_ReadDate, (ContentDisposition * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x026697C0, int64_t, ContentDisposition_get_Size, (ContentDisposition * __this, MethodInfo * method)); DO_APP_FUNC(0x026698A0, void, ContentDisposition_set_Size, (ContentDisposition * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x02669970, void, ContentDisposition_Set, (ContentDisposition * __this, String * contentDisposition, HeaderCollection * headers, MethodInfo * method)); DO_APP_FUNC(0x02669AC0, void, ContentDisposition_PersistIfNeeded, (ContentDisposition * __this, HeaderCollection * headers, bool forcePersist, MethodInfo * method)); DO_APP_FUNC(0x02669BF0, bool, ContentDisposition_get_IsChanged, (ContentDisposition * __this, MethodInfo * method)); DO_APP_FUNC(0x02669C10, String *, ContentDisposition_ToString, (ContentDisposition * __this, MethodInfo * method)); DO_APP_FUNC(0x02669CC0, String *, ContentDisposition_Encode, (ContentDisposition * __this, bool allowUnicode, MethodInfo * method)); DO_APP_FUNC(0x0266A080, void, ContentDisposition_EncodeToBuffer, (String * value, StringBuilder * builder, bool allowUnicode, MethodInfo * method)); DO_APP_FUNC(0x0266A3F0, bool, ContentDisposition_Equals, (ContentDisposition * __this, Object * rparam, MethodInfo * method)); DO_APP_FUNC(0x0266A500, int32_t, ContentDisposition_GetHashCode, (ContentDisposition * __this, MethodInfo * method)); DO_APP_FUNC(0x0266A550, void, ContentDisposition_ParseValue, (ContentDisposition * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9D60, ContentDisposition_ParseValue__MethodInfo); DO_APP_FUNC(0x0266AC30, void, ContentDisposition__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0266B060, void, ContentDisposition_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ContentDisposition_c__ctor, (ContentDisposition_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0266B110, Object *, ContentDisposition_c___cctor_b__49_0, (ContentDisposition_c * __this, Object * v, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9CD0, ContentDisposition_c___cctor_b__49_0__MethodInfo); DO_APP_FUNC(0x0266B1A0, Object *, ContentDisposition_c___cctor_b__49_1, (ContentDisposition_c * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9D10, ContentDisposition_c___cctor_b__49_1__MethodInfo); DO_APP_FUNC(0x0266B300, void, ContentType__ctor, (ContentType * __this, MethodInfo * method)); DO_APP_FUNC(0x0266B350, void, ContentType__ctor_1, (ContentType * __this, String * contentType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9D88, ContentType__ctor_1__MethodInfo); DO_APP_FUNC(0x0266B5B0, String *, ContentType_get_Boundary, (ContentType * __this, MethodInfo * method)); DO_APP_FUNC(0x0266B610, void, ContentType_set_Boundary, (ContentType * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0266B700, String *, ContentType_get_CharSet, (ContentType * __this, MethodInfo * method)); DO_APP_FUNC(0x0266B760, void, ContentType_set_CharSet, (ContentType * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0266B850, String *, ContentType_get_MediaType, (ContentType * __this, MethodInfo * method)); DO_APP_FUNC(0x0266B8A0, void, ContentType_set_MediaType, (ContentType * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9C28, ContentType_set_MediaType__MethodInfo); DO_APP_FUNC(0x0266BBD0, String *, ContentType_get_Name, (ContentType * __this, MethodInfo * method)); DO_APP_FUNC(0x0266BC90, void, ContentType_set_Name, (ContentType * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, StringDictionary *, ContentType_get_Parameters, (ContentType * __this, MethodInfo * method)); DO_APP_FUNC(0x0266BD80, void, ContentType_Set, (ContentType * __this, String * contentType, HeaderCollection * headers, MethodInfo * method)); DO_APP_FUNC(0x0266BED0, void, ContentType_PersistIfNeeded, (ContentType * __this, HeaderCollection * headers, bool forcePersist, MethodInfo * method)); DO_APP_FUNC(0x0266C000, bool, ContentType_get_IsChanged, (ContentType * __this, MethodInfo * method)); DO_APP_FUNC(0x0266C020, String *, ContentType_ToString, (ContentType * __this, MethodInfo * method)); DO_APP_FUNC(0x0266C0D0, String *, ContentType_Encode, (ContentType * __this, bool allowUnicode, MethodInfo * method)); DO_APP_FUNC(0x0266C4C0, void, ContentType_EncodeToBuffer, (String * value, StringBuilder * builder, bool allowUnicode, MethodInfo * method)); DO_APP_FUNC(0x0266A3F0, bool, ContentType_Equals, (ContentType * __this, Object * rparam, MethodInfo * method)); DO_APP_FUNC(0x0266A500, int32_t, ContentType_GetHashCode, (ContentType * __this, MethodInfo * method)); DO_APP_FUNC(0x0266C830, void, ContentType_ParseValue, (ContentType * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9CB8, ContentType_ParseValue__MethodInfo); DO_APP_FUNC(0x0266CE60, WriteStateInfoBase *, EightBitStream_get_WriteState, (EightBitStream * __this, MethodInfo * method)); DO_APP_FUNC(0x0266CF20, void, EightBitStream__ctor, (EightBitStream * __this, Stream * stream, MethodInfo * method)); DO_APP_FUNC(0x0266CF30, void, EightBitStream__ctor_1, (EightBitStream * __this, Stream * stream, bool shouldEncodeLeadingDots, MethodInfo * method)); DO_APP_FUNC(0x0266CF60, IAsyncResult *, EightBitStream_BeginWrite, (EightBitStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9BE8, EightBitStream_BeginWrite__MethodInfo); DO_APP_FUNC(0x0266D100, void, EightBitStream_EndWrite, (EightBitStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x0266D1C0, void, EightBitStream_Write, (EightBitStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9C00, EightBitStream_Write__MethodInfo); DO_APP_FUNC(0x0266D380, void, EightBitStream_EncodeLines, (EightBitStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Stream *, EightBitStream_GetStream, (EightBitStream * __this, MethodInfo * method)); DO_APP_FUNC(0x0266D4C0, int32_t, EightBitStream_DecodeBytes, (EightBitStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9BF8, EightBitStream_DecodeBytes__MethodInfo); DO_APP_FUNC(0x0266D510, int32_t, EightBitStream_EncodeBytes, (EightBitStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9BF0, EightBitStream_EncodeBytes__MethodInfo); DO_APP_FUNC(0x0266D560, String *, EightBitStream_GetEncodedString, (EightBitStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9BC8, EightBitStream_GetEncodedString__MethodInfo); DO_APP_FUNC(0x0266D5B0, IEncodableStream *, EncodedStreamFactory_GetEncoder, (EncodedStreamFactory * __this, TransferEncoding__Enum encoding, Stream * stream, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9BD0, EncodedStreamFactory_GetEncoder__MethodInfo); DO_APP_FUNC(0x0266D750, IEncodableStream *, EncodedStreamFactory_GetEncoderForHeader, (EncodedStreamFactory * __this, Encoding * encoding, bool useBase64Encoding, int32_t headerTextLength, MethodInfo * method)); DO_APP_FUNC(0x0266DB90, Byte__Array *, EncodedStreamFactory_CreateHeader, (EncodedStreamFactory * __this, Encoding * encoding, bool useBase64Encoding, MethodInfo * method)); DO_APP_FUNC(0x0266DC90, Byte__Array *, EncodedStreamFactory_CreateFooter, (EncodedStreamFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EncodedStreamFactory__ctor, (EncodedStreamFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x0266DCF0, void, HeaderCollection__ctor, (HeaderCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0266DE70, void, HeaderCollection_Remove, (HeaderCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9B88, HeaderCollection_Remove__MethodInfo); DO_APP_FUNC(0x0266E130, String *, HeaderCollection_Get, (HeaderCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9B98, HeaderCollection_Get__MethodInfo); DO_APP_FUNC(0x0266E450, String__Array *, HeaderCollection_GetValues, (HeaderCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9B80, HeaderCollection_GetValues__MethodInfo); DO_APP_FUNC(0x0266E770, void, HeaderCollection_InternalRemove, (HeaderCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0266E7A0, void, HeaderCollection_InternalSet, (HeaderCollection * __this, String * name, String * value, MethodInfo * method)); DO_APP_FUNC(0x0266E7B0, void, HeaderCollection_InternalAdd, (HeaderCollection * __this, String * name, String * value, MethodInfo * method)); DO_APP_FUNC(0x0266EA90, void, HeaderCollection_Set, (HeaderCollection * __this, String * name, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9BB0, HeaderCollection_Set__MethodInfo); DO_APP_FUNC(0x0266F120, void, HeaderCollection_Add, (HeaderCollection * __this, String * name, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9BB8, HeaderCollection_Add__MethodInfo); DO_APP_FUNC(0x003AC050, void, MimeBasePart__ctor, (MimeBasePart * __this, MethodInfo * method)); DO_APP_FUNC(0x0266F6F0, bool, MimeBasePart_ShouldUseBase64Encoding, (Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x0266F740, String *, MimeBasePart_EncodeHeaderValue, (String * value, Encoding * encoding, bool base64Encoding, MethodInfo * method)); DO_APP_FUNC(0x0266F7C0, String *, MimeBasePart_EncodeHeaderValue_1, (String * value, Encoding * encoding, bool base64Encoding, int32_t headerLength, MethodInfo * method)); DO_APP_FUNC(0x0266F9C0, String *, MimeBasePart_DecodeHeaderValue, (String * value, MethodInfo * method)); DO_APP_FUNC(0x0266FEB0, Encoding *, MimeBasePart_DecodeEncoding, (String * value, MethodInfo * method)); DO_APP_FUNC(0x02670090, bool, MimeBasePart_IsAscii, (String * value, bool permitCROrLF, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9B40, MimeBasePart_IsAscii__MethodInfo); DO_APP_FUNC(0x02670150, String *, MimeBasePart_get_ContentID, (MimeBasePart * __this, MethodInfo * method)); DO_APP_FUNC(0x02670230, void, MimeBasePart_set_ContentID, (MimeBasePart * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x026703D0, String *, MimeBasePart_get_ContentLocation, (MimeBasePart * __this, MethodInfo * method)); DO_APP_FUNC(0x026704B0, void, MimeBasePart_set_ContentLocation, (MimeBasePart * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02670650, NameValueCollection *, MimeBasePart_get_Headers, (MimeBasePart * __this, MethodInfo * method)); DO_APP_FUNC(0x02670980, ContentType *, MimeBasePart_get_ContentType, (MimeBasePart * __this, MethodInfo * method)); DO_APP_FUNC(0x02670A70, void, MimeBasePart_set_ContentType, (MimeBasePart * __this, ContentType * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9B68, MimeBasePart_set_ContentType__MethodInfo); DO_APP_FUNC(0x02670BC0, void, MimeBasePart_PrepareHeaders, (MimeBasePart * __this, bool allowUnicode, MethodInfo * method)); DO_APP_FUNC(0x02670E70, void, MimeBasePart_Send, (MimeBasePart * __this, BaseWriter * writer, bool allowUnicode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9B78, MimeBasePart_Send__MethodInfo); DO_APP_FUNC(0x02670EC0, IAsyncResult *, MimeBasePart_BeginSend, (MimeBasePart * __this, BaseWriter * writer, AsyncCallback * callback, bool allowUnicode, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9B70, MimeBasePart_BeginSend__MethodInfo); DO_APP_FUNC(0x02670F10, void, MimeBasePart_EndSend, (MimeBasePart * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9B48, MimeBasePart_EndSend__MethodInfo); DO_APP_FUNC(0x02671170, void, MimeBasePart__cctor, (MethodInfo * method)); DO_APP_FUNC(0x026713B0, void, MimeBasePart_MimePartAsyncResult__ctor, (MimeBasePart_MimePartAsyncResult * __this, MimeBasePart * part, Object * state, AsyncCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x026713C0, void, MimeMultiPart__ctor, (MimeMultiPart * __this, MimeMultiPartType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x026714A0, void, MimeMultiPart_set_MimeMultiPartType, (MimeMultiPart * __this, MimeMultiPartType__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9B08, MimeMultiPart_set_MimeMultiPartType__MethodInfo); DO_APP_FUNC(0x02671540, void, MimeMultiPart_SetType, (MimeMultiPart * __this, MimeMultiPartType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02671730, Collection_1_System_Net_Mime_MimeBasePart_ *, MimeMultiPart_get_Parts, (MimeMultiPart * __this, MethodInfo * method)); DO_APP_FUNC(0x02671800, void, MimeMultiPart_Complete, (MimeMultiPart * __this, IAsyncResult * result, Exception * e, MethodInfo * method)); DO_APP_FUNC(0x02671960, void, MimeMultiPart_MimeWriterCloseCallback, (MimeMultiPart * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9B10, MimeMultiPart_MimeWriterCloseCallback__MethodInfo); DO_APP_FUNC(0x02671A60, void, MimeMultiPart_MimeWriterCloseCallbackHandler, (MimeMultiPart * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02671C10, void, MimeMultiPart_MimePartSentCallback, (MimeMultiPart * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9B20, MimeMultiPart_MimePartSentCallback__MethodInfo); DO_APP_FUNC(0x02671D10, void, MimeMultiPart_MimePartSentCallbackHandler, (MimeMultiPart * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02671FB0, void, MimeMultiPart_ContentStreamCallback, (MimeMultiPart * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9A78, MimeMultiPart_ContentStreamCallback__MethodInfo); DO_APP_FUNC(0x026720B0, void, MimeMultiPart_ContentStreamCallbackHandler, (MimeMultiPart * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02672520, IAsyncResult *, MimeMultiPart_BeginSend, (MimeMultiPart * __this, BaseWriter * writer, AsyncCallback * callback, bool allowUnicode, Object * state, MethodInfo * method)); DO_APP_FUNC(0x02672830, void, MimeMultiPart_Send, (MimeMultiPart * __this, BaseWriter * writer, bool allowUnicode, MethodInfo * method)); DO_APP_FUNC(0x02672BA0, String *, MimeMultiPart_GetNextBoundary, (MimeMultiPart * __this, MethodInfo * method)); DO_APP_FUNC(0x02672DF0, void, MimeMultiPart_MimePartContext__ctor, (MimeMultiPart_MimePartContext * __this, BaseWriter * writer, LazyAsyncResult * result, IEnumerator_1_System_Net_Mime_MimeBasePart_ * partsEnumerator, MethodInfo * method)); DO_APP_FUNC(0x02672F00, void, MimePart__ctor, (MimePart * __this, MethodInfo * method)); DO_APP_FUNC(0x02672F50, void, MimePart_Dispose, (MimePart * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Stream *, MimePart_get_Stream, (MimePart * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ContentDisposition *, MimePart_get_ContentDisposition, (MimePart * __this, MethodInfo * method)); DO_APP_FUNC(0x02672F70, void, MimePart_set_ContentDisposition, (MimePart * __this, ContentDisposition * value, MethodInfo * method)); DO_APP_FUNC(0x02673160, TransferEncoding__Enum, MimePart_get_TransferEncoding, (MimePart * __this, MethodInfo * method)); DO_APP_FUNC(0x02673530, void, MimePart_set_TransferEncoding, (MimePart * __this, TransferEncoding__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9AC0, MimePart_set_TransferEncoding__MethodInfo); DO_APP_FUNC(0x026738F0, void, MimePart_SetContent, (MimePart * __this, Stream * stream, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9AB8, MimePart_SetContent__MethodInfo); DO_APP_FUNC(0x02673A60, void, MimePart_SetContent_1, (MimePart * __this, Stream * stream, String * name, String * mimeType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9A98, MimePart_SetContent_1__MethodInfo); DO_APP_FUNC(0x02673C20, void, MimePart_SetContent_2, (MimePart * __this, Stream * stream, ContentType * contentType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9A90, MimePart_SetContent_2__MethodInfo); DO_APP_FUNC(0x02673CF0, void, MimePart_Complete, (MimePart * __this, IAsyncResult * result, Exception * e, MethodInfo * method)); DO_APP_FUNC(0x02673E50, void, MimePart_ReadCallback, (MimePart * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9A30, MimePart_ReadCallback__MethodInfo); DO_APP_FUNC(0x02673F50, void, MimePart_ReadCallbackHandler, (MimePart * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x026740D0, void, MimePart_WriteCallback, (MimePart * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9A38, MimePart_WriteCallback__MethodInfo); DO_APP_FUNC(0x026741D0, void, MimePart_WriteCallbackHandler, (MimePart * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02674330, Stream *, MimePart_GetEncodedStream, (MimePart * __this, Stream * stream, MethodInfo * method)); DO_APP_FUNC(0x026744C0, void, MimePart_ContentStreamCallbackHandler, (MimePart * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x026747B0, void, MimePart_ContentStreamCallback, (MimePart * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9A50, MimePart_ContentStreamCallback__MethodInfo); DO_APP_FUNC(0x026748B0, IAsyncResult *, MimePart_BeginSend, (MimePart * __this, BaseWriter * writer, AsyncCallback * callback, bool allowUnicode, Object * state, MethodInfo * method)); DO_APP_FUNC(0x02674BA0, void, MimePart_Send, (MimePart * __this, BaseWriter * writer, bool allowUnicode, MethodInfo * method)); DO_APP_FUNC(0x02674D10, void, MimePart_ResetStream, (MimePart * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9A58, MimePart_ResetStream__MethodInfo); DO_APP_FUNC(0x02674DC0, void, MimePart_MimePartContext__ctor, (MimePart_MimePartContext * __this, BaseWriter * writer, LazyAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02674F20, void, MimeWriter__ctor, (MimeWriter * __this, Stream * stream, String * boundary, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9A40, MimeWriter__ctor__MethodInfo); DO_APP_FUNC(0x02675070, void, MimeWriter_WriteHeaders, (MimeWriter * __this, NameValueCollection * headers, bool allowUnicode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9A48, MimeWriter_WriteHeaders__MethodInfo); DO_APP_FUNC(0x02675660, IAsyncResult *, MimeWriter_BeginClose, (MimeWriter * __this, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x02675710, void, MimeWriter_EndClose, (MimeWriter * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x026757B0, void, MimeWriter_Close, (MimeWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x026757F0, void, MimeWriter_Close_1, (MimeWriter * __this, MultiAsyncResult * multiResult, MethodInfo * method)); DO_APP_FUNC(0x02675A40, void, MimeWriter_OnClose, (MimeWriter * __this, Object * sender, EventArgs * args, MethodInfo * method)); DO_APP_FUNC(0x02675AD0, void, MimeWriter_CheckBoundary, (MimeWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02675CD0, void, MimeWriter__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02675DB0, void, MultiAsyncResult__ctor, (MultiAsyncResult * __this, Object * context, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Object *, MultiAsyncResult_get_Context, (MultiAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02675E30, void, MultiAsyncResult_Enter, (MultiAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02675E40, void, MultiAsyncResult_Leave, (MultiAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02675E50, void, MultiAsyncResult_Leave_1, (MultiAsyncResult * __this, Object * result, MethodInfo * method)); DO_APP_FUNC(0x02675EB0, void, MultiAsyncResult_Decrement, (MultiAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02675E30, void, MultiAsyncResult_Increment, (MultiAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02675E40, void, MultiAsyncResult_CompleteSequence, (MultiAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02675F30, Object *, MultiAsyncResult_End, (IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02675FB0, void, QEncodedStream__ctor, (QEncodedStream * __this, WriteStateInfoBase * wsi, MethodInfo * method)); DO_APP_FUNC(0x02676080, QEncodedStream_ReadStateInfo *, QEncodedStream_get_ReadState, (QEncodedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, WriteStateInfoBase *, QEncodedStream_get_WriteState, (QEncodedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02676130, IAsyncResult *, QEncodedStream_BeginWrite, (QEncodedStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9A18, QEncodedStream_BeginWrite__MethodInfo); DO_APP_FUNC(0x026763A0, void, QEncodedStream_Close, (QEncodedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02676410, int32_t, QEncodedStream_DecodeBytes, (QEncodedStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9A20, QEncodedStream_DecodeBytes__MethodInfo); DO_APP_FUNC(0x02676AD0, int32_t, QEncodedStream_EncodeBytes, (QEncodedStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02676ED0, bool, QEncodedStream_IsAsciiLetterOrDigit, (uint16_t character, MethodInfo * method)); DO_APP_FUNC(0x02676F50, bool, QEncodedStream_IsAsciiLetter, (uint16_t character, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Stream *, QEncodedStream_GetStream, (QEncodedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02676F70, String *, QEncodedStream_GetEncodedString, (QEncodedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02676FD0, void, QEncodedStream_EndWrite, (QEncodedStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x02677090, void, QEncodedStream_Flush, (QEncodedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02677100, void, QEncodedStream_FlushInternal, (QEncodedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02677150, void, QEncodedStream_Write, (QEncodedStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9A10, QEncodedStream_Write__MethodInfo); DO_APP_FUNC(0x02677320, void, QEncodedStream__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, QEncodedStream_ReadStateInfo_get_IsEscaped, (QEncodedStream_ReadStateInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, QEncodedStream_ReadStateInfo_set_IsEscaped, (QEncodedStream_ReadStateInfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0223B280, int16_t, QEncodedStream_ReadStateInfo_get_Byte, (QEncodedStream_ReadStateInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0223B290, void, QEncodedStream_ReadStateInfo_set_Byte, (QEncodedStream_ReadStateInfo * __this, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x026774C0, void, QEncodedStream_ReadStateInfo__ctor, (QEncodedStream_ReadStateInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x026774D0, void, QEncodedStream_WriteAsyncResult__ctor, (QEncodedStream_WriteAsyncResult * __this, QEncodedStream * parent, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x026775E0, void, QEncodedStream_WriteAsyncResult_CompleteWrite, (QEncodedStream_WriteAsyncResult * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02677630, void, QEncodedStream_WriteAsyncResult_End, (IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x026776B0, void, QEncodedStream_WriteAsyncResult_OnWrite, (IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE99A8, QEncodedStream_WriteAsyncResult_OnWrite__MethodInfo); DO_APP_FUNC(0x02677810, void, QEncodedStream_WriteAsyncResult_Write, (QEncodedStream_WriteAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02677A90, void, QEncodedStream_WriteAsyncResult__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02677B70, void, QuotedPrintableStream__ctor, (QuotedPrintableStream * __this, Stream * stream, int32_t lineLength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE99B0, QuotedPrintableStream__ctor__MethodInfo); DO_APP_FUNC(0x02677BF0, void, QuotedPrintableStream__ctor_1, (QuotedPrintableStream * __this, Stream * stream, bool encodeCRLF, MethodInfo * method)); DO_APP_FUNC(0x02677C20, QuotedPrintableStream_ReadStateInfo *, QuotedPrintableStream_get_ReadState, (QuotedPrintableStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02677CD0, WriteStateInfoBase *, QuotedPrintableStream_get_WriteState, (QuotedPrintableStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02677DC0, IAsyncResult *, QuotedPrintableStream_BeginWrite, (QuotedPrintableStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE99E8, QuotedPrintableStream_BeginWrite__MethodInfo); DO_APP_FUNC(0x02678030, void, QuotedPrintableStream_Close, (QuotedPrintableStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02678070, int32_t, QuotedPrintableStream_DecodeBytes, (QuotedPrintableStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE99D0, QuotedPrintableStream_DecodeBytes__MethodInfo); DO_APP_FUNC(0x02678720, int32_t, QuotedPrintableStream_EncodeBytes, (QuotedPrintableStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Stream *, QuotedPrintableStream_GetStream, (QuotedPrintableStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02678C30, String *, QuotedPrintableStream_GetEncodedString, (QuotedPrintableStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02678CB0, void, QuotedPrintableStream_EndWrite, (QuotedPrintableStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x02678D60, void, QuotedPrintableStream_Flush, (QuotedPrintableStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02678DA0, void, QuotedPrintableStream_FlushInternal, (QuotedPrintableStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02678E20, void, QuotedPrintableStream_Write, (QuotedPrintableStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE99D8, QuotedPrintableStream_Write__MethodInfo); DO_APP_FUNC(0x02678FC0, void, QuotedPrintableStream__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, QuotedPrintableStream_ReadStateInfo_get_IsEscaped, (QuotedPrintableStream_ReadStateInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, QuotedPrintableStream_ReadStateInfo_set_IsEscaped, (QuotedPrintableStream_ReadStateInfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0223B280, int16_t, QuotedPrintableStream_ReadStateInfo_get_Byte, (QuotedPrintableStream_ReadStateInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0223B290, void, QuotedPrintableStream_ReadStateInfo_set_Byte, (QuotedPrintableStream_ReadStateInfo * __this, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x026774C0, void, QuotedPrintableStream_ReadStateInfo__ctor, (QuotedPrintableStream_ReadStateInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x026774D0, void, QuotedPrintableStream_WriteAsyncResult__ctor, (QuotedPrintableStream_WriteAsyncResult * __this, QuotedPrintableStream * parent, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x02679160, void, QuotedPrintableStream_WriteAsyncResult_CompleteWrite, (QuotedPrintableStream_WriteAsyncResult * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x026791C0, void, QuotedPrintableStream_WriteAsyncResult_End, (IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02679230, void, QuotedPrintableStream_WriteAsyncResult_OnWrite, (IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9938, QuotedPrintableStream_WriteAsyncResult_OnWrite__MethodInfo); DO_APP_FUNC(0x02679380, void, QuotedPrintableStream_WriteAsyncResult_Write, (QuotedPrintableStream_WriteAsyncResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02679630, void, QuotedPrintableStream_WriteAsyncResult__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02679710, Dictionary_2_System_String_System_TimeSpan_ *, SmtpDateTime_InitializeShortHandLookups, (MethodInfo * method)); DO_APP_FUNC(0x02679CC0, void, SmtpDateTime__ctor, (SmtpDateTime * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x02679E20, void, SmtpDateTime__ctor_1, (SmtpDateTime * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0267A640, DateTime, SmtpDateTime_get_Date, (SmtpDateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x0267A700, String *, SmtpDateTime_ToString, (SmtpDateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x0267A8E0, void, SmtpDateTime_ValidateAndGetTimeZoneOffsetValues, (SmtpDateTime * __this, String * offset, bool * positive, int32_t * hours, int32_t * minutes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE98F8, SmtpDateTime_ValidateAndGetTimeZoneOffsetValues__MethodInfo); DO_APP_FUNC(0x0267AC20, void, SmtpDateTime_ValidateTimeZoneShortHandValue, (SmtpDateTime * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9908, SmtpDateTime_ValidateTimeZoneShortHandValue__MethodInfo); DO_APP_FUNC(0x0267AD10, String *, SmtpDateTime_FormatDate, (SmtpDateTime * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x0267AE40, DateTime, SmtpDateTime_ParseValue, (SmtpDateTime * __this, String * data, String * * timeZone, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE98E0, SmtpDateTime_ParseValue__MethodInfo); DO_APP_FUNC(0x0267B260, bool, SmtpDateTime_TryParseTimeZoneString, (SmtpDateTime * __this, String * timeZoneString, TimeSpan * timeZone, MethodInfo * method)); DO_APP_FUNC(0x0267B590, TimeSpan, SmtpDateTime_ValidateAndGetSanitizedTimeSpan, (SmtpDateTime * __this, TimeSpan span, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9920, SmtpDateTime_ValidateAndGetSanitizedTimeSpan__MethodInfo); DO_APP_FUNC(0x0267B790, String *, SmtpDateTime_TimeSpanToOffset, (SmtpDateTime * __this, TimeSpan span, MethodInfo * method)); DO_APP_FUNC(0x0267BA80, void, SmtpDateTime__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0267BDF0, void, WriteStateInfoBase__ctor, (WriteStateInfoBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0267BF60, void, WriteStateInfoBase__ctor_1, (WriteStateInfoBase * __this, int32_t bufferSize, Byte__Array * header, Byte__Array * footer, int32_t maxLineLength, MethodInfo * method)); DO_APP_FUNC(0x0267BF90, void, WriteStateInfoBase__ctor_2, (WriteStateInfoBase * __this, int32_t bufferSize, Byte__Array * header, Byte__Array * footer, int32_t maxLineLength, int32_t mimeHeaderLength, MethodInfo * method)); DO_APP_FUNC(0x01616B80, int32_t, WriteStateInfoBase_get_FooterLength, (WriteStateInfoBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Byte__Array *, WriteStateInfoBase_get_Footer, (WriteStateInfoBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Byte__Array *, WriteStateInfoBase_get_Header, (WriteStateInfoBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Byte__Array *, WriteStateInfoBase_get_Buffer, (WriteStateInfoBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, int32_t, WriteStateInfoBase_get_Length, (WriteStateInfoBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, WriteStateInfoBase_get_CurrentLineLength, (WriteStateInfoBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0267C110, void, WriteStateInfoBase_EnsureSpaceInBuffer, (WriteStateInfoBase * __this, int32_t moreBytes, MethodInfo * method)); DO_APP_FUNC(0x0267C200, void, WriteStateInfoBase_Append, (WriteStateInfoBase * __this, uint8_t aByte, MethodInfo * method)); DO_APP_FUNC(0x0267C260, void, WriteStateInfoBase_Append_1, (WriteStateInfoBase * __this, Byte__Array * bytes, MethodInfo * method)); DO_APP_FUNC(0x0267C2C0, void, WriteStateInfoBase_AppendCRLF, (WriteStateInfoBase * __this, bool includeSpace, MethodInfo * method)); DO_APP_FUNC(0x0267C440, void, WriteStateInfoBase_AppendHeader, (WriteStateInfoBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0267C4A0, void, WriteStateInfoBase_AppendFooter, (WriteStateInfoBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, WriteStateInfoBase_get_MaxLineLength, (WriteStateInfoBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0267C500, void, WriteStateInfoBase_Reset, (WriteStateInfoBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01D801F0, void, WriteStateInfoBase_BufferFlushed, (WriteStateInfoBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0267C510, int32_t, DomainLiteralReader_ReadReverse, (String * data, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE98A8, DomainLiteralReader_ReadReverse__MethodInfo); DO_APP_FUNC(0x0267C7E0, int32_t, DotAtomReader_ReadReverse, (String * data, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9888, DotAtomReader_ReadReverse__MethodInfo); DO_APP_FUNC(0x0267CAD0, MailAddress *, MailAddressParser_ParseAddress, (String * data, MethodInfo * method)); DO_APP_FUNC(0x0267CB00, List_1_System_Net_Mail_MailAddress_ *, MailAddressParser_ParseMultipleAddresses, (String * data, MethodInfo * method)); DO_APP_FUNC(0x0267CBE0, MailAddress *, MailAddressParser_ParseAddress_1, (String * data, bool expectMultipleAddresses, int32_t * index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE98C0, MailAddressParser_ParseAddress_1__MethodInfo); DO_APP_FUNC(0x0267D1A0, int32_t, MailAddressParser_ReadCfwsAndThrowIfIncomplete, (String * data, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE98D8, MailAddressParser_ReadCfwsAndThrowIfIncomplete__MethodInfo); DO_APP_FUNC(0x0267D210, String *, MailAddressParser_ParseDomain, (String * data, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x0267D310, String *, MailAddressParser_ParseLocalPart, (String * data, int32_t * index, bool expectAngleBracket, bool expectMultipleAddresses, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE98B8, MailAddressParser_ParseLocalPart__MethodInfo); DO_APP_FUNC(0x0267D6E0, String *, MailAddressParser_ParseDisplayName, (String * data, int32_t * index, bool expectMultipleAddresses, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE98B0, MailAddressParser_ParseDisplayName__MethodInfo); DO_APP_FUNC(0x0267D910, String *, MailAddressParser_NormalizeOrThrow, (String * input, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9880, MailAddressParser_NormalizeOrThrow__MethodInfo); DO_APP_FUNC(0x0267D9B0, int32_t, QuotedPairReader_CountQuotedChars, (String * data, int32_t index, bool permitUnicodeEscaping, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9AB98, QuotedPairReader_CountQuotedChars__MethodInfo); DO_APP_FUNC(0x0267DBF0, int32_t, QuotedPairReader_CountBackslashes, (String * data, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0267DCB0, int32_t, QuotedStringFormatReader_ReadReverseQuoted, (String * data, int32_t index, bool permitUnicode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9ABB8, QuotedStringFormatReader_ReadReverseQuoted__MethodInfo); DO_APP_FUNC(0x0267DF10, int32_t, QuotedStringFormatReader_ReadReverseUnQuoted, (String * data, int32_t index, bool permitUnicode, bool expectCommaDelimiter, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9ABB0, QuotedStringFormatReader_ReadReverseUnQuoted__MethodInfo); DO_APP_FUNC(0x0267E0C0, bool, QuotedStringFormatReader_IsValidQtext, (bool allowUnicode, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x0267E180, int32_t, WhitespaceReader_ReadFwsReverse, (String * data, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9ABA8, WhitespaceReader_ReadFwsReverse__MethodInfo); DO_APP_FUNC(0x0267E410, int32_t, WhitespaceReader_ReadCfwsReverse, (String * data, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9ABA0, WhitespaceReader_ReadCfwsReverse__MethodInfo); DO_APP_FUNC(0x0267E810, void, BufferBuilder__ctor, (BufferBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x0267E8A0, void, BufferBuilder__ctor_1, (BufferBuilder * __this, int32_t initialSize, MethodInfo * method)); DO_APP_FUNC(0x0267E940, void, BufferBuilder_EnsureBuffer, (BufferBuilder * __this, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0267EA40, void, BufferBuilder_Append, (BufferBuilder * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x0267EAA0, void, BufferBuilder_Append_1, (BufferBuilder * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC(0x0267EB00, void, BufferBuilder_Append_2, (BufferBuilder * __this, Byte__Array * value, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0267EB70, void, BufferBuilder_Append_3, (BufferBuilder * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0267EBA0, void, BufferBuilder_Append_4, (BufferBuilder * __this, String * value, bool allowUnicode, MethodInfo * method)); DO_APP_FUNC(0x0267EBD0, void, BufferBuilder_Append_5, (BufferBuilder * __this, String * value, int32_t offset, int32_t count, bool allowUnicode, MethodInfo * method)); DO_APP_FUNC(0x0267EDF0, void, BufferBuilder_Append_6, (BufferBuilder * __this, String * value, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9AB80, BufferBuilder_Append_6__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, BufferBuilder_get_Length, (BufferBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Byte__Array *, BufferBuilder_GetBuffer, (BufferBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x00A81020, void, BufferBuilder_Reset, (BufferBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x0267EF40, void, MailAddress__ctor, (MailAddress * __this, String * displayName, String * userName, String * domain, MethodInfo * method)); DO_APP_FUNC(0x0267F0F0, void, MailAddress__ctor_1, (MailAddress * __this, String * address, MethodInfo * method)); DO_APP_FUNC(0x0267F110, void, MailAddress__ctor_2, (MailAddress * __this, String * address, String * displayName, MethodInfo * method)); DO_APP_FUNC(0x0267F130, void, MailAddress__ctor_3, (MailAddress * __this, String * address, String * displayName, Encoding * displayNameEncoding, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9AB88, MailAddress__ctor_3__MethodInfo); DO_APP_FUNC(0x003B93D0, String *, MailAddress_get_DisplayName, (MailAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, MailAddress_get_User, (MailAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x0267F510, String *, MailAddress_GetUser, (MailAddress * __this, bool allowUnicode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9AB58, MailAddress_GetUser__MethodInfo); DO_APP_FUNC(0x003B93B0, String *, MailAddress_get_Host, (MailAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x0267F670, String *, MailAddress_GetHost, (MailAddress * __this, bool allowUnicode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9AB70, MailAddress_GetHost__MethodInfo); DO_APP_FUNC(0x0267F840, String *, MailAddress_get_Address, (MailAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x0267F890, String *, MailAddress_GetAddress, (MailAddress * __this, bool allowUnicode, MethodInfo * method)); DO_APP_FUNC(0x0267FA50, String *, MailAddress_get_SmtpAddress, (MailAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x0267FAF0, String *, MailAddress_GetSmtpAddress, (MailAddress * __this, bool allowUnicode, MethodInfo * method)); DO_APP_FUNC(0x0267FB70, String *, MailAddress_ToString, (MailAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x0267FCC0, bool, MailAddress_Equals, (MailAddress * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x025B1690, int32_t, MailAddress_GetHashCode, (MailAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x0267FDE0, String *, MailAddress_Encode, (MailAddress * __this, int32_t charsConsumed, bool allowUnicode, MethodInfo * method)); DO_APP_FUNC(0x026800C0, void, MailAddress__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02680180, void, MailAddressCollection__ctor, (MailAddressCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026801C0, void, MailAddressCollection_Add, (MailAddressCollection * __this, String * addresses, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9AAF0, MailAddressCollection_Add__MethodInfo); DO_APP_FUNC(0x02680330, void, MailAddressCollection_SetItem, (MailAddressCollection * __this, int32_t index, MailAddress * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9AAF8, MailAddressCollection_SetItem__MethodInfo); DO_APP_FUNC(0x026803F0, void, MailAddressCollection_InsertItem, (MailAddressCollection * __this, int32_t index, MailAddress * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9AAC8, MailAddressCollection_InsertItem__MethodInfo); DO_APP_FUNC(0x026804B0, void, MailAddressCollection_ParseValue, (MailAddressCollection * __this, String * addresses, MethodInfo * method)); DO_APP_FUNC(0x02680700, String *, MailAddressCollection_ToString, (MailAddressCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026809A0, String *, MailAddressCollection_Encode, (MailAddressCollection * __this, int32_t charsConsumed, bool allowUnicode, MethodInfo * method)); DO_APP_FUNC(0x02680C50, void, MailHeaderInfo__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02682A60, String *, MailHeaderInfo_GetString, (MailHeaderID__Enum id, MethodInfo * method)); DO_APP_FUNC(0x02682AF0, MailHeaderID__Enum, MailHeaderInfo_GetID, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02682BD0, bool, MailHeaderInfo_IsUserSettable, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02682CF0, bool, MailHeaderInfo_IsSingleton, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02682E10, String *, MailHeaderInfo_NormalizeCase, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02682F30, bool, MailHeaderInfo_AllowsUnicode, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02683050, void, MailHeaderInfo_HeaderInfo__ctor, (MailHeaderInfo_HeaderInfo * __this, MailHeaderID__Enum id, String * name, bool isSingleton, bool isUserSettable, bool allowsUnicode, MethodInfo * method)); DO_APP_FUNC(0x026830C0, void, AlternateView__ctor, (AlternateView * __this, String * fileName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9A9D8, AlternateView__ctor__MethodInfo); DO_APP_FUNC(0x02683200, void, AlternateView__ctor_1, (AlternateView * __this, String * fileName, ContentType * contentType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9A9C8, AlternateView__ctor_1__MethodInfo); DO_APP_FUNC(0x02683350, void, AlternateView__ctor_2, (AlternateView * __this, String * fileName, String * mediaType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9A9D0, AlternateView__ctor_2__MethodInfo); DO_APP_FUNC(0x026834A0, void, AlternateView__ctor_3, (AlternateView * __this, Stream * contentStream, MethodInfo * method)); DO_APP_FUNC(0x026835A0, void, AlternateView__ctor_4, (AlternateView * __this, Stream * contentStream, String * mediaType, MethodInfo * method)); DO_APP_FUNC(0x026836A0, void, AlternateView__ctor_5, (AlternateView * __this, Stream * contentStream, ContentType * contentType, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Uri *, AlternateView_get_BaseUri, (AlternateView * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, AlternateView_set_BaseUri, (AlternateView * __this, Uri * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, LinkedResourceCollection *, AlternateView_get_LinkedResources, (AlternateView * __this, MethodInfo * method)); DO_APP_FUNC(0x026837A0, AlternateView *, AlternateView_CreateAlternateViewFromString, (String * content, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9AA00, AlternateView_CreateAlternateViewFromString__MethodInfo); DO_APP_FUNC(0x02683980, AlternateView *, AlternateView_CreateAlternateViewFromString_1, (String * content, ContentType * contentType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9A9E8, AlternateView_CreateAlternateViewFromString_1__MethodInfo); DO_APP_FUNC(0x02683B30, AlternateView *, AlternateView_CreateAlternateViewFromString_2, (String * content, Encoding * contentEncoding, String * mediaType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9A9F8, AlternateView_CreateAlternateViewFromString_2__MethodInfo); DO_APP_FUNC(0x02683D20, void, AlternateView_Dispose, (AlternateView * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02683F60, void, AlternateViewCollection__ctor, (AlternateViewCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AlternateViewCollection_Dispose, (AlternateViewCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02683FA0, void, AlternateViewCollection_ClearItems, (AlternateViewCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02684020, void, AlternateViewCollection_InsertItem, (AlternateViewCollection * __this, int32_t index, AlternateView * item, MethodInfo * method)); DO_APP_FUNC(0x02684080, void, AlternateViewCollection_RemoveItem, (AlternateViewCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02684110, void, AlternateViewCollection_SetItem, (AlternateViewCollection * __this, int32_t index, AlternateView * item, MethodInfo * method)); DO_APP_FUNC(0x02684170, void, Attachment__ctor, (Attachment * __this, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x026842E0, void, Attachment__ctor_1, (Attachment * __this, String * fileName, String * mediaType, MethodInfo * method)); DO_APP_FUNC(0x02684470, void, Attachment__ctor_2, (Attachment * __this, String * fileName, ContentType * contentType, MethodInfo * method)); DO_APP_FUNC(0x02684600, void, Attachment__ctor_3, (Attachment * __this, Stream * contentStream, ContentType * contentType, MethodInfo * method)); DO_APP_FUNC(0x026846D0, void, Attachment__ctor_4, (Attachment * __this, Stream * contentStream, String * name, MethodInfo * method)); DO_APP_FUNC(0x026847C0, void, Attachment__ctor_5, (Attachment * __this, Stream * contentStream, String * name, String * mediaType, MethodInfo * method)); DO_APP_FUNC(0x003B9330, ContentDisposition *, Attachment_get_ContentDisposition, (Attachment * __this, MethodInfo * method)); DO_APP_FUNC(0x026848C0, String *, Attachment_get_Name, (Attachment * __this, MethodInfo * method)); DO_APP_FUNC(0x02684980, void, Attachment_set_Name, (Attachment * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Encoding *, Attachment_get_NameEncoding, (Attachment * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, Attachment_set_NameEncoding, (Attachment * __this, Encoding * value, MethodInfo * method)); DO_APP_FUNC(0x026849A0, Attachment *, Attachment_CreateAttachmentFromString, (String * content, ContentType * contentType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9A9C0, Attachment_CreateAttachmentFromString__MethodInfo); DO_APP_FUNC(0x02684B30, Attachment *, Attachment_CreateAttachmentFromString_1, (String * content, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9A940, Attachment_CreateAttachmentFromString_1__MethodInfo); DO_APP_FUNC(0x02684D20, Attachment *, Attachment_CreateAttachmentFromString_2, (String * content, String * name, Encoding * contentEncoding, String * mediaType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9A948, Attachment_CreateAttachmentFromString_2__MethodInfo); DO_APP_FUNC(0x02685000, void, Attachment_InitName, (Attachment * __this, String * fileName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9A928, Attachment_InitName__MethodInfo); DO_APP_FUNC(0x026850D0, void, AttachmentBase__ctor, (AttachmentBase * __this, Stream * contentStream, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9A938, AttachmentBase__ctor__MethodInfo); DO_APP_FUNC(0x026852F0, void, AttachmentBase__ctor_1, (AttachmentBase * __this, Stream * contentStream, ContentType * contentType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9A930, AttachmentBase__ctor_1__MethodInfo); DO_APP_FUNC(0x02685500, void, AttachmentBase__ctor_2, (AttachmentBase * __this, Stream * contentStream, String * mediaType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9A970, AttachmentBase__ctor_2__MethodInfo); DO_APP_FUNC(0x026856C0, void, AttachmentBase__ctor_3, (AttachmentBase * __this, String * fileName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9A978, AttachmentBase__ctor_3__MethodInfo); DO_APP_FUNC(0x02685A10, void, AttachmentBase__ctor_4, (AttachmentBase * __this, String * fileName, ContentType * contentType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9A958, AttachmentBase__ctor_4__MethodInfo); DO_APP_FUNC(0x02685C10, void, AttachmentBase__ctor_5, (AttachmentBase * __this, String * fileName, String * mediaType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9A960, AttachmentBase__ctor_5__MethodInfo); DO_APP_FUNC(0x003B93C0, String *, AttachmentBase_get_ContentId, (AttachmentBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02685DD0, void, AttachmentBase_set_ContentId, (AttachmentBase * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9A968, AttachmentBase_set_ContentId__MethodInfo); DO_APP_FUNC(0x003B93E0, Stream *, AttachmentBase_get_ContentStream, (AttachmentBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ContentType *, AttachmentBase_get_ContentType, (AttachmentBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, AttachmentBase_set_ContentType, (AttachmentBase * __this, ContentType * value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, TransferEncoding__Enum, AttachmentBase_get_TransferEncoding, (AttachmentBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, AttachmentBase_set_TransferEncoding, (AttachmentBase * __this, TransferEncoding__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0263EE10, void, AttachmentBase_Dispose, (AttachmentBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02685E70, void, AttachmentBase_Dispose_1, (AttachmentBase * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02685EB0, void, AttachmentBase_MimeTypes__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0268D820, String *, AttachmentBase_MimeTypes_GetMimeType, (String * fileName, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AttachmentBase_MimeTypes__ctor, (AttachmentBase_MimeTypes * __this, MethodInfo * method)); DO_APP_FUNC(0x0268D940, void, AttachmentCollection__ctor, (AttachmentCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0268D980, void, AttachmentCollection_Dispose, (AttachmentCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0268DAB0, void, AttachmentCollection_ClearItems, (AttachmentCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0268DB30, void, AttachmentCollection_InsertItem, (AttachmentCollection * __this, int32_t index, Attachment * item, MethodInfo * method)); DO_APP_FUNC(0x0268DB90, void, AttachmentCollection_RemoveItem, (AttachmentCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0268DC20, void, AttachmentCollection_SetItem, (AttachmentCollection * __this, int32_t index, Attachment * item, MethodInfo * method)); DO_APP_FUNC(0x0268DC80, void, LinkedResource__ctor, (LinkedResource * __this, String * fileName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CED028, LinkedResource__ctor__MethodInfo); DO_APP_FUNC(0x0268DCE0, void, LinkedResource__ctor_1, (LinkedResource * __this, String * fileName, ContentType * contentType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CED018, LinkedResource__ctor_1__MethodInfo); DO_APP_FUNC(0x0268DD40, void, LinkedResource__ctor_2, (LinkedResource * __this, String * fileName, String * mediaType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CED008, LinkedResource__ctor_2__MethodInfo); DO_APP_FUNC(0x0268DDA0, void, LinkedResource__ctor_3, (LinkedResource * __this, Stream * contentStream, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECFA0, LinkedResource__ctor_3__MethodInfo); DO_APP_FUNC(0x0268DE00, void, LinkedResource__ctor_4, (LinkedResource * __this, Stream * contentStream, ContentType * contentType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECF90, LinkedResource__ctor_4__MethodInfo); DO_APP_FUNC(0x0268DE60, void, LinkedResource__ctor_5, (LinkedResource * __this, Stream * contentStream, String * mediaType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECF80, LinkedResource__ctor_5__MethodInfo); DO_APP_FUNC(0x003B9330, Uri *, LinkedResource_get_ContentLink, (LinkedResource * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, LinkedResource_set_ContentLink, (LinkedResource * __this, Uri * value, MethodInfo * method)); DO_APP_FUNC(0x0268DEC0, LinkedResource *, LinkedResource_CreateLinkedResourceFromString, (String * content, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECFB8, LinkedResource_CreateLinkedResourceFromString__MethodInfo); DO_APP_FUNC(0x0268DFE0, LinkedResource *, LinkedResource_CreateLinkedResourceFromString_1, (String * content, ContentType * contentType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CED078, LinkedResource_CreateLinkedResourceFromString_1__MethodInfo); DO_APP_FUNC(0x0268E110, LinkedResource *, LinkedResource_CreateLinkedResourceFromString_2, (String * content, Encoding * contentEncoding, String * mediaType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CED0A8, LinkedResource_CreateLinkedResourceFromString_2__MethodInfo); DO_APP_FUNC(0x0268E240, void, LinkedResourceCollection__ctor, (LinkedResourceCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0268E280, void, LinkedResourceCollection_Dispose, (LinkedResourceCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LinkedResourceCollection_Dispose_1, (LinkedResourceCollection * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x0268E2D0, void, LinkedResourceCollection_ClearItems, (LinkedResourceCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0268E350, void, LinkedResourceCollection_InsertItem, (LinkedResourceCollection * __this, int32_t index, LinkedResource * item, MethodInfo * method)); DO_APP_FUNC(0x0268E3B0, void, LinkedResourceCollection_RemoveItem, (LinkedResourceCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0268E440, void, LinkedResourceCollection_SetItem, (LinkedResourceCollection * __this, int32_t index, LinkedResource * item, MethodInfo * method)); DO_APP_FUNC(0x0268E4A0, void, MailMessage__ctor, (MailMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x0268EA00, void, MailMessage__ctor_1, (MailMessage * __this, MailAddress * from, MailAddress * to, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECEE0, MailMessage__ctor_1__MethodInfo); DO_APP_FUNC(0x0268EB10, void, MailMessage__ctor_2, (MailMessage * __this, String * from, String * to, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECF60, MailMessage__ctor_2__MethodInfo); DO_APP_FUNC(0x0268EE00, void, MailMessage__ctor_3, (MailMessage * __this, String * from, String * to, String * subject, String * body, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECF50, MailMessage__ctor_3__MethodInfo); DO_APP_FUNC(0x003B93C0, AlternateViewCollection *, MailMessage_get_AlternateViews, (MailMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, AttachmentCollection *, MailMessage_get_Attachments, (MailMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, MailAddressCollection *, MailMessage_get_Bcc, (MailMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, MailMessage_get_Body, (MailMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x0268F2B0, void, MailMessage_set_Body, (MailMessage * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0268F3B0, ContentType *, MailMessage_get_BodyContentType, (MailMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x0268F490, TransferEncoding__Enum, MailMessage_get_ContentTransferEncoding, (MailMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, Encoding *, MailMessage_get_BodyEncoding, (MailMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, MailMessage_set_BodyEncoding, (MailMessage * __this, Encoding * value, MethodInfo * method)); DO_APP_FUNC(0x0268F4F0, TransferEncoding__Enum, MailMessage_get_BodyTransferEncoding, (MailMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x0268F550, void, MailMessage_set_BodyTransferEncoding, (MailMessage * __this, TransferEncoding__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECF18, MailMessage_set_BodyTransferEncoding__MethodInfo); DO_APP_FUNC(0x003C5420, MailAddressCollection *, MailMessage_get_CC, (MailMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5400, DeliveryNotificationOptions__Enum, MailMessage_get_DeliveryNotificationOptions, (MailMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5410, void, MailMessage_set_DeliveryNotificationOptions, (MailMessage * __this, DeliveryNotificationOptions__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, MailAddress *, MailMessage_get_From, (MailMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, MailMessage_set_From, (MailMessage * __this, MailAddress * value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, NameValueCollection *, MailMessage_get_Headers, (MailMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E040, bool, MailMessage_get_IsBodyHtml, (MailMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E050, void, MailMessage_set_IsBodyHtml, (MailMessage * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, MailPriority__Enum, MailMessage_get_Priority, (MailMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF230, void, MailMessage_set_Priority, (MailMessage * __this, MailPriority__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003C7040, Encoding *, MailMessage_get_HeadersEncoding, (MailMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x00591040, void, MailMessage_set_HeadersEncoding, (MailMessage * __this, Encoding * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, MailAddressCollection *, MailMessage_get_ReplyToList, (MailMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x0268F5A0, MailAddress *, MailMessage_get_ReplyTo, (MailMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x0268F6A0, void, MailMessage_set_ReplyTo, (MailMessage * __this, MailAddress * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, MailAddress *, MailMessage_get_Sender, (MailMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, MailMessage_set_Sender, (MailMessage * __this, MailAddress * value, MethodInfo * method)); DO_APP_FUNC(0x003C7010, String *, MailMessage_get_Subject, (MailMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x0268F720, void, MailMessage_set_Subject, (MailMessage * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C7020, Encoding *, MailMessage_get_SubjectEncoding, (MailMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE20, void, MailMessage_set_SubjectEncoding, (MailMessage * __this, Encoding * value, MethodInfo * method)); DO_APP_FUNC(0x003C7000, MailAddressCollection *, MailMessage_get_To, (MailMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x0268F800, void, MailMessage_Dispose, (MailMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MailMessage_Dispose_1, (MailMessage * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x0268F870, Encoding *, MailMessage_GuessEncoding, (MailMessage * __this, String * s, MethodInfo * method)); DO_APP_FUNC(0x0268F910, TransferEncoding__Enum, MailMessage_GuessTransferEncoding, (Encoding * enc, MethodInfo * method)); DO_APP_FUNC(0x0268FA20, String *, MailMessage_To2047, (Byte__Array * bytes, MethodInfo * method)); DO_APP_FUNC(0x0268FBC0, String *, MailMessage_EncodeSubjectRFC2047, (String * s, Encoding * enc, MethodInfo * method)); DO_APP_FUNC(0x0268FEC0, Encoding *, MailMessage_get_UTF8Unmarked, (MethodInfo * method)); DO_APP_FUNC(0x02690020, void, MailMessage__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01015CE0, void, SendCompletedEventHandler__ctor, (SendCompletedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, SendCompletedEventHandler_Invoke, (SendCompletedEventHandler * __this, Object * sender, AsyncCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, SendCompletedEventHandler_BeginInvoke, (SendCompletedEventHandler * __this, Object * sender, AsyncCompletedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, SendCompletedEventHandler_EndInvoke, (SendCompletedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02690100, void, SmtpClient__ctor, (SmtpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02690110, void, SmtpClient__ctor_1, (SmtpClient * __this, String * host, MethodInfo * method)); DO_APP_FUNC(0x02690120, void, SmtpClient__ctor_2, (SmtpClient * __this, String * host, int32_t port, MethodInfo * method)); DO_APP_FUNC(0x02690370, X509CertificateCollection *, SmtpClient_get_ClientCertificates, (SmtpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x00605860, String *, SmtpClient_get_TargetName, (SmtpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x00473A50, void, SmtpClient_set_TargetName, (SmtpClient * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, ICredentialsByHost *, SmtpClient_get_Credentials, (SmtpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02690430, void, SmtpClient_set_Credentials, (SmtpClient * __this, ICredentialsByHost * value, MethodInfo * method)); DO_APP_FUNC(0x003C5300, SmtpDeliveryMethod__Enum, SmtpClient_get_DeliveryMethod, (SmtpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x026904A0, void, SmtpClient_set_DeliveryMethod, (SmtpClient * __this, SmtpDeliveryMethod__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, SmtpClient_get_EnableSsl, (SmtpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x026904D0, void, SmtpClient_set_EnableSsl, (SmtpClient * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, SmtpClient_get_Host, (SmtpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02690500, void, SmtpClient_set_Host, (SmtpClient * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECEC0, SmtpClient_set_Host__MethodInfo); DO_APP_FUNC(0x003B93B0, String *, SmtpClient_get_PickupDirectoryLocation, (SmtpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, SmtpClient_set_PickupDirectoryLocation, (SmtpClient * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, SmtpClient_get_Port, (SmtpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02690640, void, SmtpClient_set_Port, (SmtpClient * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECEB0, SmtpClient_set_Port__MethodInfo); DO_APP_FUNC(0x00A6B650, SmtpDeliveryFormat__Enum, SmtpClient_get_DeliveryFormat, (SmtpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x026906C0, void, SmtpClient_set_DeliveryFormat, (SmtpClient * __this, SmtpDeliveryFormat__Enum value, MethodInfo * method)); DO_APP_FUNC(0x026906F0, ServicePoint *, SmtpClient_get_ServicePoint, (SmtpClient * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECE98, SmtpClient_get_ServicePoint__MethodInfo); DO_APP_FUNC(0x003CB280, int32_t, SmtpClient_get_Timeout, (SmtpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02690740, void, SmtpClient_set_Timeout, (SmtpClient * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECE90, SmtpClient_set_Timeout__MethodInfo); DO_APP_FUNC(0x00418D40, bool, SmtpClient_get_UseDefaultCredentials, (SmtpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x026907C0, void, SmtpClient_set_UseDefaultCredentials, (SmtpClient * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECE80, SmtpClient_set_UseDefaultCredentials__MethodInfo); DO_APP_FUNC(0x02690830, void, SmtpClient_add_SendCompleted, (SmtpClient * __this, SendCompletedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02690930, void, SmtpClient_remove_SendCompleted, (SmtpClient * __this, SendCompletedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0263EE10, void, SmtpClient_Dispose, (SmtpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SmtpClient_Dispose_1, (SmtpClient * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02690A30, void, SmtpClient_CheckState, (SmtpClient * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECE08, SmtpClient_CheckState__MethodInfo); DO_APP_FUNC(0x02690AA0, String *, SmtpClient_EncodeAddress, (MailAddress * address, MethodInfo * method)); DO_APP_FUNC(0x02690D60, String *, SmtpClient_EncodeAddresses, (MailAddressCollection * addresses, MethodInfo * method)); DO_APP_FUNC(0x02690FF0, String *, SmtpClient_EncodeSubjectRFC2047, (SmtpClient * __this, MailMessage * message, MethodInfo * method)); DO_APP_FUNC(0x02691060, String *, SmtpClient_EncodeBody, (SmtpClient * __this, MailMessage * message, MethodInfo * method)); DO_APP_FUNC(0x02691270, String *, SmtpClient_EncodeBody_1, (SmtpClient * __this, AlternateView * av, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECE00, SmtpClient_EncodeBody_1__MethodInfo); DO_APP_FUNC(0x026913D0, void, SmtpClient_EndSection, (SmtpClient * __this, String * section, MethodInfo * method)); DO_APP_FUNC(0x026914A0, String *, SmtpClient_GenerateBoundary, (SmtpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x026915F0, String *, SmtpClient_GenerateBoundary_1, (int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02691720, bool, SmtpClient_IsError, (SmtpClient * __this, SmtpClient_SmtpResponse status, MethodInfo * method)); DO_APP_FUNC(0x02691730, void, SmtpClient_OnSendCompleted, (SmtpClient * __this, AsyncCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x02691880, void, SmtpClient_CheckCancellation, (SmtpClient * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECE50, SmtpClient_CheckCancellation__MethodInfo); DO_APP_FUNC(0x026918F0, SmtpClient_SmtpResponse, SmtpClient_Read, (SmtpClient * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECE20, SmtpClient_Read__MethodInfo); DO_APP_FUNC(0x02691BC0, void, SmtpClient_ResetExtensions, (SmtpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02691BD0, void, SmtpClient_ParseExtensions, (SmtpClient * __this, String * extens, MethodInfo * method)); DO_APP_FUNC(0x02691F10, void, SmtpClient_Send, (SmtpClient * __this, MailMessage * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECD78, SmtpClient_Send__MethodInfo); DO_APP_FUNC(0x02692260, void, SmtpClient_SendInternal, (SmtpClient * __this, MailMessage * message, MethodInfo * method)); DO_APP_FUNC(0x02692660, void, SmtpClient_SendToFile, (SmtpClient * __this, MailMessage * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECD30, SmtpClient_SendToFile__MethodInfo); DO_APP_FUNC(0x02692DB0, void, SmtpClient_SendCore, (SmtpClient * __this, MailMessage * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECDB8, SmtpClient_SendCore__MethodInfo); DO_APP_FUNC(0x02694370, void, SmtpClient_Send_1, (SmtpClient * __this, String * from, String * recipients, String * subject, String * body, MethodInfo * method)); DO_APP_FUNC(0x02694420, Task *, SmtpClient_SendMailAsync, (SmtpClient * __this, MailMessage * message, MethodInfo * method)); DO_APP_FUNC(0x02694910, Task *, SmtpClient_SendMailAsync_1, (SmtpClient * __this, String * from, String * recipients, String * subject, String * body, MethodInfo * method)); DO_APP_FUNC(0x026949C0, void, SmtpClient_SendMailAsyncCompletedHandler, (TaskCompletionSource_1_System_Object_ * source, AsyncCompletedEventArgs * e, SendCompletedEventHandler * handler, SmtpClient * client, MethodInfo * method)); DO_APP_FUNC(0x02694C00, void, SmtpClient_SendDot, (SmtpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02694C70, void, SmtpClient_SendData, (SmtpClient * __this, String * data, MethodInfo * method)); DO_APP_FUNC(0x02694E40, void, SmtpClient_SendAsync, (SmtpClient * __this, MailMessage * message, Object * userToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECD18, SmtpClient_SendAsync__MethodInfo); DO_APP_FUNC(0x02695160, void, SmtpClient_SendAsync_1, (SmtpClient * __this, String * from, String * recipients, String * subject, String * body, Object * userToken, MethodInfo * method)); DO_APP_FUNC(0x02695220, void, SmtpClient_SendAsyncCancel, (SmtpClient * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECCE8, SmtpClient_SendAsyncCancel__MethodInfo); DO_APP_FUNC(0x026952A0, void, SmtpClient_AddPriorityHeader, (SmtpClient * __this, MailMessage * message, MethodInfo * method)); DO_APP_FUNC(0x02695410, void, SmtpClient_SendSimpleBody, (SmtpClient * __this, MailMessage * message, MethodInfo * method)); DO_APP_FUNC(0x02695670, void, SmtpClient_SendBodylessSingleAlternate, (SmtpClient * __this, AlternateView * av, MethodInfo * method)); DO_APP_FUNC(0x02695880, void, SmtpClient_SendWithoutAttachments, (SmtpClient * __this, MailMessage * message, String * boundary, bool attachmentExists, MethodInfo * method)); DO_APP_FUNC(0x02695A40, void, SmtpClient_SendWithAttachments, (SmtpClient * __this, MailMessage * message, MethodInfo * method)); DO_APP_FUNC(0x02695E50, void, SmtpClient_SendBodyWithAlternateViews, (SmtpClient * __this, MailMessage * message, String * boundary, bool attachmentExists, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECCB8, SmtpClient_SendBodyWithAlternateViews__MethodInfo); DO_APP_FUNC(0x026967C0, void, SmtpClient_SendLinkedResources, (SmtpClient * __this, MailMessage * message, LinkedResourceCollection * resources, String * boundary, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECC68, SmtpClient_SendLinkedResources__MethodInfo); DO_APP_FUNC(0x02696BB0, void, SmtpClient_SendAttachments, (SmtpClient * __this, MailMessage * message, Attachment * body, String * boundary, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECC70, SmtpClient_SendAttachments__MethodInfo); DO_APP_FUNC(0x02697060, SmtpClient_SmtpResponse, SmtpClient_SendCommand, (SmtpClient * __this, String * command, MethodInfo * method)); DO_APP_FUNC(0x02697120, void, SmtpClient_SendHeader, (SmtpClient * __this, String * name, String * value, MethodInfo * method)); DO_APP_FUNC(0x026971E0, void, SmtpClient_StartSection, (SmtpClient * __this, String * section, ContentType * sectionContentType, MethodInfo * method)); DO_APP_FUNC(0x02697310, void, SmtpClient_StartSection_1, (SmtpClient * __this, String * section, ContentType * sectionContentType, AttachmentBase * att, MethodInfo * method)); DO_APP_FUNC(0x026974F0, void, SmtpClient_StartSection_2, (SmtpClient * __this, String * section, ContentType * sectionContentType, Attachment * att, bool sendDisposition, MethodInfo * method)); DO_APP_FUNC(0x02697720, String *, SmtpClient_ToQuotedPrintable, (SmtpClient * __this, String * input, Encoding * enc, MethodInfo * method)); DO_APP_FUNC(0x02697760, String *, SmtpClient_ToQuotedPrintable_1, (SmtpClient * __this, Byte__Array * bytes, MethodInfo * method)); DO_APP_FUNC(0x02697A10, String *, SmtpClient_GetTransferEncodingName, (TransferEncoding__Enum encoding, MethodInfo * method)); DO_APP_FUNC(0x02697AB0, void, SmtpClient_InitiateSecureConnection, (SmtpClient * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECC20, SmtpClient_InitiateSecureConnection__MethodInfo); DO_APP_FUNC(0x02697D90, void, SmtpClient_Authenticate, (SmtpClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02697E90, void, SmtpClient_CheckStatus, (SmtpClient * __this, SmtpClient_SmtpResponse status, int32_t i, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECC18, SmtpClient_CheckStatus__MethodInfo); DO_APP_FUNC(0x02697F00, void, SmtpClient_ThrowIfError, (SmtpClient * __this, SmtpClient_SmtpResponse status, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECC10, SmtpClient_ThrowIfError__MethodInfo); DO_APP_FUNC(0x02697F70, void, SmtpClient_Authenticate_1, (SmtpClient * __this, String * user, String * password, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECB98, SmtpClient_Authenticate_1__MethodInfo); DO_APP_FUNC(0x02698370, void, SmtpClient_CancellationException__ctor, (SmtpClient_CancellationException * __this, MethodInfo * method)); DO_APP_FUNC(0x026983C0, SmtpClient_SmtpResponse, SmtpClient_SmtpResponse_Parse, (String * line, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECB60, SmtpClient_SmtpResponse_Parse__MethodInfo); DO_APP_FUNC(0x003AC050, void, SmtpClient_c_DisplayClass85_0__ctor, (SmtpClient_c_DisplayClass85_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02698590, void, SmtpClient_c_DisplayClass85_0__SendMailAsync_b__0, (SmtpClient_c_DisplayClass85_0 * __this, Object * s, AsyncCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECCE0, SmtpClient_c_DisplayClass85_0__SendMailAsync_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, SmtpClient_c_DisplayClass90_0__ctor, (SmtpClient_c_DisplayClass90_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x026985C0, void, SmtpClient_c_DisplayClass90_0__SendAsync_b__0, (SmtpClient_c_DisplayClass90_0 * __this, Object * o, DoWorkEventArgs * ea, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECD10, SmtpClient_c_DisplayClass90_0__SendAsync_b__0__MethodInfo); DO_APP_FUNC(0x026986B0, void, SmtpClient_c_DisplayClass90_0__SendAsync_b__1, (SmtpClient_c_DisplayClass90_0 * __this, Object * o, RunWorkerCompletedEventArgs * ea, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECD28, SmtpClient_c_DisplayClass90_0__SendAsync_b__1__MethodInfo); DO_APP_FUNC(0x003BAE40, void, CCredentialsByHost__ctor, (CCredentialsByHost * __this, String * userName, String * password, MethodInfo * method)); DO_APP_FUNC(0x02698770, NetworkCredential *, CCredentialsByHost_GetCredential, (CCredentialsByHost * __this, String * host, int32_t port, String * authenticationType, MethodInfo * method)); DO_APP_FUNC(0x026987F0, void, SmtpException__ctor, (SmtpException * __this, MethodInfo * method)); DO_APP_FUNC(0x02698840, void, SmtpException__ctor_1, (SmtpException * __this, SmtpStatusCode__Enum statusCode, MethodInfo * method)); DO_APP_FUNC(0x02698890, void, SmtpException__ctor_2, (SmtpException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x02698900, void, SmtpException__ctor_3, (SmtpException * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x02698B00, void, SmtpException__ctor_4, (SmtpException * __this, SmtpStatusCode__Enum statusCode, String * message, MethodInfo * method)); DO_APP_FUNC(0x02698B80, void, SmtpException__ctor_5, (SmtpException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x00C6E520, SmtpStatusCode__Enum, SmtpException_get_StatusCode, (SmtpException * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07B70, void, SmtpException_set_StatusCode, (SmtpException * __this, SmtpStatusCode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02698C00, void, SmtpException_GetObjectData, (SmtpException * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECBA0, SmtpException_GetObjectData__MethodInfo); DO_APP_FUNC(0x012852A0, void, SmtpException_System_Runtime_Serialization_ISerializable_GetObjectData, (SmtpException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x026987F0, void, SmtpFailedRecipientException__ctor, (SmtpFailedRecipientException * __this, MethodInfo * method)); DO_APP_FUNC(0x02698E10, void, SmtpFailedRecipientException__ctor_1, (SmtpFailedRecipientException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x02698E20, void, SmtpFailedRecipientException__ctor_2, (SmtpFailedRecipientException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECAF0, SmtpFailedRecipientException__ctor_2__MethodInfo); DO_APP_FUNC(0x02698F50, void, SmtpFailedRecipientException__ctor_3, (SmtpFailedRecipientException * __this, SmtpStatusCode__Enum statusCode, String * failedRecipient, MethodInfo * method)); DO_APP_FUNC(0x02699010, void, SmtpFailedRecipientException__ctor_4, (SmtpFailedRecipientException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x02699020, void, SmtpFailedRecipientException__ctor_5, (SmtpFailedRecipientException * __this, String * message, String * failedRecipient, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x026990A0, void, SmtpFailedRecipientException__ctor_6, (SmtpFailedRecipientException * __this, SmtpStatusCode__Enum statusCode, String * failedRecipient, String * serverResponse, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, String *, SmtpFailedRecipientException_get_FailedRecipient, (SmtpFailedRecipientException * __this, MethodInfo * method)); DO_APP_FUNC(0x02699120, void, SmtpFailedRecipientException_GetObjectData, (SmtpFailedRecipientException * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECB00, SmtpFailedRecipientException_GetObjectData__MethodInfo); DO_APP_FUNC(0x012852A0, void, SmtpFailedRecipientException_System_Runtime_Serialization_ISerializable_GetObjectData, (SmtpFailedRecipientException * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC(0x026987F0, void, SmtpFailedRecipientsException__ctor, (SmtpFailedRecipientsException * __this, MethodInfo * method)); DO_APP_FUNC(0x02698E10, void, SmtpFailedRecipientsException__ctor_1, (SmtpFailedRecipientsException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x02699010, void, SmtpFailedRecipientsException__ctor_2, (SmtpFailedRecipientsException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x02699200, void, SmtpFailedRecipientsException__ctor_3, (SmtpFailedRecipientsException * __this, String * message, SmtpFailedRecipientException__Array * innerExceptions, MethodInfo * method)); DO_APP_FUNC(0x02699280, void, SmtpFailedRecipientsException__ctor_4, (SmtpFailedRecipientsException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x00605860, SmtpFailedRecipientException__Array *, SmtpFailedRecipientsException_get_InnerExceptions, (SmtpFailedRecipientsException * __this, MethodInfo * method)); DO_APP_FUNC(0x02699510, void, SmtpFailedRecipientsException_GetObjectData, (SmtpFailedRecipientsException * __this, SerializationInfo * serializationInfo, StreamingContext streamingContext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECAE8, SmtpFailedRecipientsException_GetObjectData__MethodInfo); DO_APP_FUNC(0x012852A0, void, SmtpFailedRecipientsException_System_Runtime_Serialization_ISerializable_GetObjectData, (SmtpFailedRecipientsException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01E63A30, bool, DelegatingStream_get_CanRead, (DelegatingStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63A60, bool, DelegatingStream_get_CanSeek, (DelegatingStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63A90, bool, DelegatingStream_get_CanWrite, (DelegatingStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63AF0, int64_t, DelegatingStream_get_Length, (DelegatingStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63B30, int64_t, DelegatingStream_get_Position, (DelegatingStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02472340, void, DelegatingStream_set_Position, (DelegatingStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x02313C80, int32_t, DelegatingStream_get_ReadTimeout, (DelegatingStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02313CB0, void, DelegatingStream_set_ReadTimeout, (DelegatingStream * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02313B90, bool, DelegatingStream_get_CanTimeout, (DelegatingStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02313CE0, int32_t, DelegatingStream_get_WriteTimeout, (DelegatingStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02313D10, void, DelegatingStream_set_WriteTimeout, (DelegatingStream * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02699620, void, DelegatingStream__ctor, (DelegatingStream * __this, Stream * innerStream, MethodInfo * method)); DO_APP_FUNC(0x026996C0, void, DelegatingStream_Dispose, (DelegatingStream * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01E63B90, int64_t, DelegatingStream_Seek, (DelegatingStream * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC(0x02472280, int32_t, DelegatingStream_Read, (DelegatingStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02699700, int32_t, DelegatingStream_Read_1, (DelegatingStream * __this, Span_1_Byte_ buffer, MethodInfo * method)); DO_APP_FUNC(0x024722B0, int32_t, DelegatingStream_ReadByte, (DelegatingStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02699740, Task_1_System_Int32_ *, DelegatingStream_ReadAsync, (DelegatingStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x02699770, ValueTask_1_System_Int32_, DelegatingStream_ReadAsync_1, (DelegatingStream * __this, Memory_1_Byte_ buffer, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x024721A0, IAsyncResult *, DelegatingStream_BeginRead, (DelegatingStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x02472220, int32_t, DelegatingStream_EndRead, (DelegatingStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x01E63AC0, void, DelegatingStream_Flush, (DelegatingStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026997D0, Task *, DelegatingStream_FlushAsync, (DelegatingStream * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01E63BC0, void, DelegatingStream_SetLength, (DelegatingStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x024722E0, void, DelegatingStream_Write, (DelegatingStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02699800, void, DelegatingStream_Write_1, (DelegatingStream * __this, ReadOnlySpan_1_Byte_ buffer, MethodInfo * method)); DO_APP_FUNC(0x02472310, void, DelegatingStream_WriteByte, (DelegatingStream * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x02699840, Task *, DelegatingStream_WriteAsync, (DelegatingStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x02699870, ValueTask, DelegatingStream_WriteAsync_1, (DelegatingStream * __this, ReadOnlyMemory_1_Byte_ buffer, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x024721E0, IAsyncResult *, DelegatingStream_BeginWrite, (DelegatingStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x02472250, void, DelegatingStream_EndWrite, (DelegatingStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x026998D0, Task *, DelegatingStream_CopyToAsync, (DelegatingStream * __this, Stream * destination, int32_t bufferSize, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x02699900, void, SafeDeleteContext__ctor, (SafeDeleteContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02699990, bool, SafeDeleteContext_get_IsInvalid, (SafeDeleteContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02699A00, String *, SafeDeleteContext_ToString, (SafeDeleteContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02699A10, int32_t, SafeDeleteContext_InitializeSecurityContext, (SafeFreeCredentials * * inCredentials, SafeDeleteContext * * refContext, String * targetName, Interop_SspiCli_ContextFlags__Enum inFlags, Interop_SspiCli_Endianness__Enum endianness, SecurityBuffer * inSecBuffer, SecurityBuffer__Array * inSecBuffers, SecurityBuffer * outSecBuffer, Interop_SspiCli_ContextFlags__Enum * outFlags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECB28, SafeDeleteContext_InitializeSecurityContext__MethodInfo); DO_APP_FUNC(0x0269A880, int32_t, SafeDeleteContext_MustRunInitializeSecurityContext, (SafeFreeCredentials * * inCredentials, Void * inContextPtr, uint8_t * targetName, Interop_SspiCli_ContextFlags__Enum inFlags, Interop_SspiCli_Endianness__Enum endianness, Interop_SspiCli_SecBufferDesc * inputBuffer, SafeDeleteContext * outContext, Interop_SspiCli_SecBufferDesc * outputBuffer, Interop_SspiCli_ContextFlags__Enum * attributes, SafeFreeContextBuffer * handleTemplate, MethodInfo * method)); DO_APP_FUNC(0x0269AC50, int32_t, SafeDeleteContext_AcceptSecurityContext, (SafeFreeCredentials * * inCredentials, SafeDeleteContext * * refContext, Interop_SspiCli_ContextFlags__Enum inFlags, Interop_SspiCli_Endianness__Enum endianness, SecurityBuffer * inSecBuffer, SecurityBuffer__Array * inSecBuffers, SecurityBuffer * outSecBuffer, Interop_SspiCli_ContextFlags__Enum * outFlags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECAB0, SafeDeleteContext_AcceptSecurityContext__MethodInfo); DO_APP_FUNC(0x0269B820, int32_t, SafeDeleteContext_MustRunAcceptSecurityContext_SECURITY, (SafeFreeCredentials * * inCredentials, Void * inContextPtr, Interop_SspiCli_SecBufferDesc * inputBuffer, Interop_SspiCli_ContextFlags__Enum inFlags, Interop_SspiCli_Endianness__Enum endianness, SafeDeleteContext * outContext, Interop_SspiCli_SecBufferDesc * outputBuffer, Interop_SspiCli_ContextFlags__Enum * outFlags, SafeFreeContextBuffer * handleTemplate, MethodInfo * method)); DO_APP_FUNC(0x0269BAC0, int32_t, SafeDeleteContext_CompleteAuthToken, (SafeDeleteContext * * refContext, SecurityBuffer__Array * inSecBuffers, MethodInfo * method)); DO_APP_FUNC(0x0269C350, int32_t, SafeDeleteContext_ApplyControlToken, (SafeDeleteContext * * refContext, SecurityBuffer__Array * inSecBuffers, MethodInfo * method)); DO_APP_FUNC(0x0269CB10, void, SafeDeleteContext__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0199A320, void, SafeSspiAuthDataHandle__ctor, (SafeSspiAuthDataHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0269CC80, bool, SafeSspiAuthDataHandle_ReleaseHandle, (SafeSspiAuthDataHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0199A320, void, SafeFreeContextBuffer__ctor, (SafeFreeContextBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x01262980, void, SafeFreeContextBuffer_Set, (SafeFreeContextBuffer * __this, void * value, MethodInfo * method)); DO_APP_FUNC(0x0269CD10, int32_t, SafeFreeContextBuffer_EnumeratePackages, (int32_t * pkgnum, SafeFreeContextBuffer * * pkgArray, MethodInfo * method)); DO_APP_FUNC(0x0269CEB0, SafeFreeContextBuffer *, SafeFreeContextBuffer_CreateEmptyHandle, (MethodInfo * method)); DO_APP_FUNC(0x0269CF10, int32_t, SafeFreeContextBuffer_QueryContextAttributes, (SafeDeleteContext * phContext, Interop_SspiCli_ContextAttribute__Enum contextAttribute, uint8_t * buffer, SafeHandle * refHandle, MethodInfo * method)); DO_APP_FUNC(0x0269D120, int32_t, SafeFreeContextBuffer_SetContextAttributes, (SafeDeleteContext * phContext, Interop_SspiCli_ContextAttribute__Enum contextAttribute, Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC(0x0199A320, void, SafeFreeContextBuffer_SECURITY__ctor, (SafeFreeContextBuffer_SECURITY * __this, MethodInfo * method)); DO_APP_FUNC(0x0269D290, bool, SafeFreeContextBuffer_SECURITY_ReleaseHandle, (SafeFreeContextBuffer_SECURITY * __this, MethodInfo * method)); DO_APP_FUNC(0x0199A320, void, SafeFreeCertContext__ctor, (SafeFreeCertContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01262980, void, SafeFreeCertContext_Set, (SafeFreeCertContext * __this, void * value, MethodInfo * method)); DO_APP_FUNC(0x0269D2B0, bool, SafeFreeCertContext_ReleaseHandle, (SafeFreeCertContext * __this, MethodInfo * method)); DO_APP_FUNC(0x0269D330, void, SafeFreeCredentials__ctor, (SafeFreeCredentials * __this, MethodInfo * method)); DO_APP_FUNC(0x02699990, bool, SafeFreeCredentials_get_IsInvalid, (SafeFreeCredentials * __this, MethodInfo * method)); DO_APP_FUNC(0x0269D3C0, int32_t, SafeFreeCredentials_AcquireCredentialsHandle, (String * package, Interop_SspiCli_CredentialUse__Enum intent, Interop_SspiCli_SEC_WINNT_AUTH_IDENTITY_W * authdata, SafeFreeCredentials * * outCredential, MethodInfo * method)); DO_APP_FUNC(0x0269D5F0, int32_t, SafeFreeCredentials_AcquireDefaultCredential, (String * package, Interop_SspiCli_CredentialUse__Enum intent, SafeFreeCredentials * * outCredential, MethodInfo * method)); DO_APP_FUNC(0x0269DA10, int32_t, SafeFreeCredentials_AcquireCredentialsHandle_1, (String * package, Interop_SspiCli_CredentialUse__Enum intent, SafeSspiAuthDataHandle * * authdata, SafeFreeCredentials * * outCredential, MethodInfo * method)); DO_APP_FUNC(0x0269DC20, int32_t, SafeFreeCredentials_AcquireCredentialsHandle_2, (String * package, Interop_SspiCli_CredentialUse__Enum intent, Interop_SspiCli_SCHANNEL_CRED * authdata, SafeFreeCredentials * * outCredential, MethodInfo * method)); DO_APP_FUNC(0x0269DFC0, SafeCredentialReference *, SafeCredentialReference_CreateReference, (SafeFreeCredentials * target, MethodInfo * method)); DO_APP_FUNC(0x0269E0C0, void, SafeCredentialReference__ctor, (SafeCredentialReference * __this, SafeFreeCredentials * target, MethodInfo * method)); DO_APP_FUNC(0x0269E160, bool, SafeCredentialReference_ReleaseHandle, (SafeCredentialReference * __this, MethodInfo * method)); DO_APP_FUNC(0x0269D330, void, SafeFreeCredential_SECURITY__ctor, (SafeFreeCredential_SECURITY * __this, MethodInfo * method)); DO_APP_FUNC(0x0269E1E0, bool, SafeFreeCredential_SECURITY_ReleaseHandle, (SafeFreeCredential_SECURITY * __this, MethodInfo * method)); DO_APP_FUNC(0x0269E270, void, SafeDeleteContext_SECURITY__ctor, (SafeDeleteContext_SECURITY * __this, MethodInfo * method)); DO_APP_FUNC(0x0269E330, bool, SafeDeleteContext_SECURITY_ReleaseHandle, (SafeDeleteContext_SECURITY * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, SafeFreeContextBufferChannelBinding_get_Size, (SafeFreeContextBufferChannelBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x0199AD70, bool, SafeFreeContextBufferChannelBinding_get_IsInvalid, (SafeFreeContextBufferChannelBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x01262980, void, SafeFreeContextBufferChannelBinding_Set, (SafeFreeContextBufferChannelBinding * __this, void * value, MethodInfo * method)); DO_APP_FUNC(0x0269E3D0, SafeFreeContextBufferChannelBinding *, SafeFreeContextBufferChannelBinding_CreateEmptyHandle, (MethodInfo * method)); DO_APP_FUNC(0x0269E490, int32_t, SafeFreeContextBufferChannelBinding_QueryContextChannelBinding, (SafeDeleteContext * phContext, Interop_SspiCli_ContextAttribute__Enum contextAttribute, SecPkgContext_Bindings * buffer, SafeFreeContextBufferChannelBinding * refHandle, MethodInfo * method)); DO_APP_FUNC(0x0269E5F0, String *, SafeFreeContextBufferChannelBinding_ToString, (SafeFreeContextBufferChannelBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x0199A320, void, SafeFreeContextBufferChannelBinding__ctor, (SafeFreeContextBufferChannelBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x0269D290, bool, SafeFreeContextBufferChannelBinding_SECURITY_ReleaseHandle, (SafeFreeContextBufferChannelBinding_SECURITY * __this, MethodInfo * method)); DO_APP_FUNC(0x0199A320, void, SafeFreeContextBufferChannelBinding_SECURITY__ctor, (SafeFreeContextBufferChannelBinding_SECURITY * __this, MethodInfo * method)); DO_APP_FUNC(0x0269E740, X509Certificate2 *, CertificateHelper_GetEligibleClientCertificate, (MethodInfo * method)); DO_APP_FUNC(0x0269E860, X509Certificate2 *, CertificateHelper_GetEligibleClientCertificate_1, (X509CertificateCollection * candidateCerts, MethodInfo * method)); DO_APP_FUNC(0x0269E910, X509Certificate2 *, CertificateHelper_GetEligibleClientCertificate_2, (X509Certificate2Collection * candidateCerts, MethodInfo * method)); DO_APP_FUNC(0x0269EBB0, int32_t, NegotiateStreamPal_QueryMaxTokenSize, (String * package, MethodInfo * method)); DO_APP_FUNC(0x0269EC30, SafeFreeCredentials *, NegotiateStreamPal_AcquireDefaultCredential, (String * package, bool isServer, MethodInfo * method)); DO_APP_FUNC(0x0269ECB0, SafeFreeCredentials *, NegotiateStreamPal_AcquireCredentialsHandle, (String * package, bool isServer, NetworkCredential * credential, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F690, NegotiateStreamPal_AcquireCredentialsHandle__MethodInfo); DO_APP_FUNC(0x0269F0A0, String *, NegotiateStreamPal_QueryContextClientSpecifiedSpn, (SafeDeleteContext * securityContext, MethodInfo * method)); DO_APP_FUNC(0x0269F150, String *, NegotiateStreamPal_QueryContextAuthenticationPackage, (SafeDeleteContext * securityContext, MethodInfo * method)); DO_APP_FUNC(0x0269F220, SecurityStatusPal, NegotiateStreamPal_InitializeSecurityContext, (SafeFreeCredentials * credentialsHandle, SafeDeleteContext * * securityContext, String * spn, ContextFlagsPal__Enum requestedContextFlags, SecurityBuffer__Array * inSecurityBufferArray, SecurityBuffer * outSecurityBuffer, ContextFlagsPal__Enum * contextFlags, MethodInfo * method)); DO_APP_FUNC(0x0269F390, SecurityStatusPal, NegotiateStreamPal_CompleteAuthToken, (SafeDeleteContext * * securityContext, SecurityBuffer__Array * inSecurityBufferArray, MethodInfo * method)); DO_APP_FUNC(0x0269F540, SecurityStatusPal, NegotiateStreamPal_AcceptSecurityContext, (SafeFreeCredentials * credentialsHandle, SafeDeleteContext * * securityContext, ContextFlagsPal__Enum requestedContextFlags, SecurityBuffer__Array * inSecurityBufferArray, SecurityBuffer * outSecurityBuffer, ContextFlagsPal__Enum * contextFlags, MethodInfo * method)); DO_APP_FUNC(0x0269F6A0, Win32Exception *, NegotiateStreamPal_CreateExceptionFromError, (SecurityStatusPal statusCode, MethodInfo * method)); DO_APP_FUNC(0x0269F840, int32_t, NegotiateStreamPal_VerifySignature, (SafeDeleteContext * securityContext, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F638, NegotiateStreamPal_VerifySignature__MethodInfo); DO_APP_FUNC(0x0269FCA0, int32_t, NegotiateStreamPal_MakeSignature, (SafeDeleteContext * securityContext, Byte__Array * buffer, int32_t offset, int32_t count, Byte__Array * * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F4B8, NegotiateStreamPal_MakeSignature__MethodInfo); DO_APP_FUNC(0x026A00C0, void, SecurityBuffer__ctor, (SecurityBuffer * __this, Byte__Array * data, int32_t offset, int32_t size, SecurityBufferType__Enum tokentype, MethodInfo * method)); DO_APP_FUNC(0x026A03E0, void, SecurityBuffer__ctor_1, (SecurityBuffer * __this, Byte__Array * data, SecurityBufferType__Enum tokentype, MethodInfo * method)); DO_APP_FUNC(0x026A0460, void, SecurityBuffer__ctor_2, (SecurityBuffer * __this, int32_t size, SecurityBufferType__Enum tokentype, MethodInfo * method)); DO_APP_FUNC(0x026A0630, void, SecurityBuffer__ctor_3, (SecurityBuffer * __this, ChannelBinding * binding, MethodInfo * method)); DO_APP_FUNC(0x0199ADA0, void, SecurityContextTokenHandle__ctor, (SecurityContextTokenHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, void *, SecurityContextTokenHandle_DangerousGetHandle, (SecurityContextTokenHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x026A06E0, bool, SecurityContextTokenHandle_ReleaseHandle, (SecurityContextTokenHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x026A07A0, SslClientAuthenticationOptions *, SslClientAuthenticationOptionsExtensions_ShallowClone, (SslClientAuthenticationOptions * options, MethodInfo * method)); DO_APP_FUNC(0x026A09F0, void, SslApplicationProtocol__ctor, (SslApplicationProtocol * __this, Byte__Array * protocol, bool copy, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F590, SslApplicationProtocol__ctor__MethodInfo); DO_APP_FUNC(0x026A0C80, void, SslApplicationProtocol__ctor_1, (SslApplicationProtocol * __this, Byte__Array * protocol, MethodInfo * method)); DO_APP_FUNC(0x026A0CF0, void, SslApplicationProtocol__ctor_2, (SslApplicationProtocol * __this, String * protocol, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, ReadOnlyMemory_1_Byte_, SslApplicationProtocol_get_Protocol, (SslApplicationProtocol * __this, MethodInfo * method)); DO_APP_FUNC(0x026A0D90, bool, SslApplicationProtocol_Equals, (SslApplicationProtocol * __this, SslApplicationProtocol other, MethodInfo * method)); DO_APP_FUNC(0x026A0F90, bool, SslApplicationProtocol_Equals_1, (SslApplicationProtocol * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026A1040, int32_t, SslApplicationProtocol_GetHashCode, (SslApplicationProtocol * __this, MethodInfo * method)); DO_APP_FUNC(0x026A10F0, String *, SslApplicationProtocol_ToString, (SslApplicationProtocol * __this, MethodInfo * method)); DO_APP_FUNC(0x026A13C0, uint16_t, SslApplicationProtocol_GetHexValue, (int32_t i, MethodInfo * method)); DO_APP_FUNC(0x026A13D0, bool, SslApplicationProtocol_op_Equality, (SslApplicationProtocol left, SslApplicationProtocol right, MethodInfo * method)); DO_APP_FUNC(0x026A1440, bool, SslApplicationProtocol_op_Inequality, (SslApplicationProtocol left, SslApplicationProtocol right, MethodInfo * method)); DO_APP_FUNC(0x026A14F0, void, SslApplicationProtocol__cctor, (MethodInfo * method)); DO_APP_FUNC(0x026A1790, void, SslAuthenticationOptions__ctor, (SslAuthenticationOptions * __this, SslClientAuthenticationOptions * sslClientAuthenticationOptions, RemoteCertValidationCallback * remoteCallback, LocalCertSelectionCallback * localCallback, MethodInfo * method)); DO_APP_FUNC(0x026A1A50, void, SslAuthenticationOptions__ctor_1, (SslAuthenticationOptions * __this, SslServerAuthenticationOptions * sslServerAuthenticationOptions, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, SslAuthenticationOptions_get_AllowRenegotiation, (SslAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, SslAuthenticationOptions_set_AllowRenegotiation, (SslAuthenticationOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, SslAuthenticationOptions_get_TargetHost, (SslAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, SslAuthenticationOptions_set_TargetHost, (SslAuthenticationOptions * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, X509CertificateCollection *, SslAuthenticationOptions_get_ClientCertificates, (SslAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, SslAuthenticationOptions_set_ClientCertificates, (SslAuthenticationOptions * __this, X509CertificateCollection * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, List_1_System_Net_Security_SslApplicationProtocol_ *, SslAuthenticationOptions_get_ApplicationProtocols, (SslAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, SslAuthenticationOptions_get_IsServer, (SslAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88980, void, SslAuthenticationOptions_set_IsServer, (SslAuthenticationOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, RemoteCertificateValidationCallback *, SslAuthenticationOptions_get_RemoteCertificateValidationCallback, (SslAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, SslAuthenticationOptions_set_RemoteCertificateValidationCallback, (SslAuthenticationOptions * __this, RemoteCertificateValidationCallback * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, LocalCertificateSelectionCallback *, SslAuthenticationOptions_get_LocalCertificateSelectionCallback, (SslAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, SslAuthenticationOptions_set_LocalCertificateSelectionCallback, (SslAuthenticationOptions * __this, LocalCertificateSelectionCallback * value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, X509Certificate *, SslAuthenticationOptions_get_ServerCertificate, (SslAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, SslAuthenticationOptions_set_ServerCertificate, (SslAuthenticationOptions * __this, X509Certificate * value, MethodInfo * method)); DO_APP_FUNC(0x0111DD10, SslProtocols__Enum, SslAuthenticationOptions_get_EnabledSslProtocols, (SslAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x01A20C50, void, SslAuthenticationOptions_set_EnabledSslProtocols, (SslAuthenticationOptions * __this, SslProtocols__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01D80210, X509RevocationMode__Enum, SslAuthenticationOptions_get_CertificateRevocationCheckMode, (SslAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x00B37840, void, SslAuthenticationOptions_set_CertificateRevocationCheckMode, (SslAuthenticationOptions * __this, X509RevocationMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0076A6C0, EncryptionPolicy__Enum, SslAuthenticationOptions_get_EncryptionPolicy, (SslAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A710, void, SslAuthenticationOptions_set_EncryptionPolicy, (SslAuthenticationOptions * __this, EncryptionPolicy__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00610C10, bool, SslAuthenticationOptions_get_RemoteCertRequired, (SslAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x01D85830, void, SslAuthenticationOptions_set_RemoteCertRequired, (SslAuthenticationOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x026A1C30, bool, SslAuthenticationOptions_get_CheckCertName, (SslAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x026A1C40, void, SslAuthenticationOptions_set_CheckCertName, (SslAuthenticationOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, RemoteCertValidationCallback *, SslAuthenticationOptions_get_CertValidationDelegate, (SslAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, SslAuthenticationOptions_set_CertValidationDelegate, (SslAuthenticationOptions * __this, RemoteCertValidationCallback * value, MethodInfo * method)); DO_APP_FUNC(0x003C7000, LocalCertSelectionCallback *, SslAuthenticationOptions_get_CertSelectionDelegate, (SslAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, SslAuthenticationOptions_set_CertSelectionDelegate, (SslAuthenticationOptions * __this, LocalCertSelectionCallback * value, MethodInfo * method)); DO_APP_FUNC(0x003C7010, ServerCertSelectionCallback *, SslAuthenticationOptions_get_ServerCertSelectionDelegate, (SslAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, SslAuthenticationOptions_set_ServerCertSelectionDelegate, (SslAuthenticationOptions * __this, ServerCertSelectionCallback * value, MethodInfo * method)); DO_APP_FUNC(0x006FF400, bool, SslClientAuthenticationOptions_get_AllowRenegotiation, (SslClientAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF410, void, SslClientAuthenticationOptions_set_AllowRenegotiation, (SslClientAuthenticationOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, LocalCertificateSelectionCallback *, SslClientAuthenticationOptions_get_LocalCertificateSelectionCallback, (SslClientAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, SslClientAuthenticationOptions_set_LocalCertificateSelectionCallback, (SslClientAuthenticationOptions * __this, LocalCertificateSelectionCallback * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, RemoteCertificateValidationCallback *, SslClientAuthenticationOptions_get_RemoteCertificateValidationCallback, (SslClientAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, SslClientAuthenticationOptions_set_RemoteCertificateValidationCallback, (SslClientAuthenticationOptions * __this, RemoteCertificateValidationCallback * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, List_1_System_Net_Security_SslApplicationProtocol_ *, SslClientAuthenticationOptions_get_ApplicationProtocols, (SslClientAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, SslClientAuthenticationOptions_set_ApplicationProtocols, (SslClientAuthenticationOptions * __this, List_1_System_Net_Security_SslApplicationProtocol_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, SslClientAuthenticationOptions_get_TargetHost, (SslClientAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, SslClientAuthenticationOptions_set_TargetHost, (SslClientAuthenticationOptions * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, X509CertificateCollection *, SslClientAuthenticationOptions_get_ClientCertificates, (SslClientAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, SslClientAuthenticationOptions_set_ClientCertificates, (SslClientAuthenticationOptions * __this, X509CertificateCollection * value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, X509RevocationMode__Enum, SslClientAuthenticationOptions_get_CertificateRevocationCheckMode, (SslClientAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x026A1C50, void, SslClientAuthenticationOptions_set_CertificateRevocationCheckMode, (SslClientAuthenticationOptions * __this, X509RevocationMode__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F378, SslClientAuthenticationOptions_set_CertificateRevocationCheckMode__MethodInfo); DO_APP_FUNC(0x003BAD50, EncryptionPolicy__Enum, SslClientAuthenticationOptions_get_EncryptionPolicy, (SslClientAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x026A1D00, void, SslClientAuthenticationOptions_set_EncryptionPolicy, (SslClientAuthenticationOptions * __this, EncryptionPolicy__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F358, SslClientAuthenticationOptions_set_EncryptionPolicy__MethodInfo); DO_APP_FUNC(0x003BA2E0, SslProtocols__Enum, SslClientAuthenticationOptions_get_EnabledSslProtocols, (SslClientAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, SslClientAuthenticationOptions_set_EnabledSslProtocols, (SslClientAuthenticationOptions * __this, SslProtocols__Enum value, MethodInfo * method)); DO_APP_FUNC(0x024A33C0, void, SslClientAuthenticationOptions__ctor, (SslClientAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF400, bool, SslServerAuthenticationOptions_get_AllowRenegotiation, (SslServerAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF410, void, SslServerAuthenticationOptions_set_AllowRenegotiation, (SslServerAuthenticationOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x012AE9D0, bool, SslServerAuthenticationOptions_get_ClientCertificateRequired, (SslServerAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x01CFE700, void, SslServerAuthenticationOptions_set_ClientCertificateRequired, (SslServerAuthenticationOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, List_1_System_Net_Security_SslApplicationProtocol_ *, SslServerAuthenticationOptions_get_ApplicationProtocols, (SslServerAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, SslServerAuthenticationOptions_set_ApplicationProtocols, (SslServerAuthenticationOptions * __this, List_1_System_Net_Security_SslApplicationProtocol_ * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, RemoteCertificateValidationCallback *, SslServerAuthenticationOptions_get_RemoteCertificateValidationCallback, (SslServerAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, SslServerAuthenticationOptions_set_RemoteCertificateValidationCallback, (SslServerAuthenticationOptions * __this, RemoteCertificateValidationCallback * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, ServerCertificateSelectionCallback *, SslServerAuthenticationOptions_get_ServerCertificateSelectionCallback, (SslServerAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, SslServerAuthenticationOptions_set_ServerCertificateSelectionCallback, (SslServerAuthenticationOptions * __this, ServerCertificateSelectionCallback * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, X509Certificate *, SslServerAuthenticationOptions_get_ServerCertificate, (SslServerAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, SslServerAuthenticationOptions_set_ServerCertificate, (SslServerAuthenticationOptions * __this, X509Certificate * value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, SslProtocols__Enum, SslServerAuthenticationOptions_get_EnabledSslProtocols, (SslServerAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, SslServerAuthenticationOptions_set_EnabledSslProtocols, (SslServerAuthenticationOptions * __this, SslProtocols__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, X509RevocationMode__Enum, SslServerAuthenticationOptions_get_CertificateRevocationCheckMode, (SslServerAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x026A1DB0, void, SslServerAuthenticationOptions_set_CertificateRevocationCheckMode, (SslServerAuthenticationOptions * __this, X509RevocationMode__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F458, SslServerAuthenticationOptions_set_CertificateRevocationCheckMode__MethodInfo); DO_APP_FUNC(0x003BA2E0, EncryptionPolicy__Enum, SslServerAuthenticationOptions_get_EncryptionPolicy, (SslServerAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x026A1E60, void, SslServerAuthenticationOptions_set_EncryptionPolicy, (SslServerAuthenticationOptions * __this, EncryptionPolicy__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F468, SslServerAuthenticationOptions_set_EncryptionPolicy__MethodInfo); DO_APP_FUNC(0x024A33C0, void, SslServerAuthenticationOptions__ctor, (SslServerAuthenticationOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x026A1F10, void, AuthenticatedStream__ctor, (AuthenticatedStream * __this, Stream * innerStream, bool leaveInnerStreamOpen, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F498, AuthenticatedStream__ctor__MethodInfo); DO_APP_FUNC(0x005DE700, bool, AuthenticatedStream_get_LeaveInnerStreamOpen, (AuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Stream *, AuthenticatedStream_get_InnerStream, (AuthenticatedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A20D0, void, AuthenticatedStream_Dispose, (AuthenticatedStream * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01615FA0, void, LocalCertificateSelectionCallback__ctor, (LocalCertificateSelectionCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE5C0, X509Certificate *, LocalCertificateSelectionCallback_Invoke, (LocalCertificateSelectionCallback * __this, Object * sender, String * targetHost, X509CertificateCollection * localCertificates, X509Certificate * remoteCertificate, String__Array * acceptableIssuers, MethodInfo * method)); DO_APP_FUNC(0x026A2170, IAsyncResult *, LocalCertificateSelectionCallback_BeginInvoke, (LocalCertificateSelectionCallback * __this, Object * sender, String * targetHost, X509CertificateCollection * localCertificates, X509Certificate * remoteCertificate, String__Array * acceptableIssuers, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, X509Certificate *, LocalCertificateSelectionCallback_EndInvoke, (LocalCertificateSelectionCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x026A21D0, void, NegotiateStream__ctor, (NegotiateStream * __this, Stream * innerStream, MethodInfo * method)); DO_APP_FUNC(0x026A21E0, void, NegotiateStream__ctor_1, (NegotiateStream * __this, Stream * innerStream, bool leaveInnerStreamOpen, MethodInfo * method)); DO_APP_FUNC(0x01E63A30, bool, NegotiateStream_get_CanRead, (NegotiateStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63A60, bool, NegotiateStream_get_CanSeek, (NegotiateStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A21F0, bool, NegotiateStream_get_CanTimeout, (NegotiateStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F478, NegotiateStream_get_CanTimeout__MethodInfo); DO_APP_FUNC(0x01E63A90, bool, NegotiateStream_get_CanWrite, (NegotiateStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A2240, TokenImpersonationLevel__Enum, NegotiateStream_get_ImpersonationLevel, (NegotiateStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F488, NegotiateStream_get_ImpersonationLevel__MethodInfo); DO_APP_FUNC(0x026A2290, bool, NegotiateStream_get_IsAuthenticated, (NegotiateStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F3E8, NegotiateStream_get_IsAuthenticated__MethodInfo); DO_APP_FUNC(0x026A22E0, bool, NegotiateStream_get_IsEncrypted, (NegotiateStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F3F8, NegotiateStream_get_IsEncrypted__MethodInfo); DO_APP_FUNC(0x026A2330, bool, NegotiateStream_get_IsMutuallyAuthenticated, (NegotiateStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F3C8, NegotiateStream_get_IsMutuallyAuthenticated__MethodInfo); DO_APP_FUNC(0x026A2380, bool, NegotiateStream_get_IsServer, (NegotiateStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F3D8, NegotiateStream_get_IsServer__MethodInfo); DO_APP_FUNC(0x026A23D0, bool, NegotiateStream_get_IsSigned, (NegotiateStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F428, NegotiateStream_get_IsSigned__MethodInfo); DO_APP_FUNC(0x01E63AF0, int64_t, NegotiateStream_get_Length, (NegotiateStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63B30, int64_t, NegotiateStream_get_Position, (NegotiateStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02472340, void, NegotiateStream_set_Position, (NegotiateStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, NegotiateStream_get_ReadTimeout, (NegotiateStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF230, void, NegotiateStream_set_ReadTimeout, (NegotiateStream * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x026A2420, IIdentity *, NegotiateStream_get_RemoteIdentity, (NegotiateStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F438, NegotiateStream_get_RemoteIdentity__MethodInfo); DO_APP_FUNC(0x01365740, int32_t, NegotiateStream_get_WriteTimeout, (NegotiateStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01A728E0, void, NegotiateStream_set_WriteTimeout, (NegotiateStream * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x026A2470, IAsyncResult *, NegotiateStream_BeginAuthenticateAsClient, (NegotiateStream * __this, AsyncCallback * asyncCallback, Object * asyncState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F408, NegotiateStream_BeginAuthenticateAsClient__MethodInfo); DO_APP_FUNC(0x026A24C0, IAsyncResult *, NegotiateStream_BeginAuthenticateAsClient_1, (NegotiateStream * __this, NetworkCredential * credential, ChannelBinding * binding, String * targetName, AsyncCallback * asyncCallback, Object * asyncState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F418, NegotiateStream_BeginAuthenticateAsClient_1__MethodInfo); DO_APP_FUNC(0x026A2510, IAsyncResult *, NegotiateStream_BeginAuthenticateAsClient_2, (NegotiateStream * __this, NetworkCredential * credential, String * targetName, AsyncCallback * asyncCallback, Object * asyncState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F1E0, NegotiateStream_BeginAuthenticateAsClient_2__MethodInfo); DO_APP_FUNC(0x026A2560, IAsyncResult *, NegotiateStream_BeginAuthenticateAsClient_3, (NegotiateStream * __this, NetworkCredential * credential, String * targetName, ProtectionLevel__Enum requiredProtectionLevel, TokenImpersonationLevel__Enum allowedImpersonationLevel, AsyncCallback * asyncCallback, Object * asyncState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F1F0, NegotiateStream_BeginAuthenticateAsClient_3__MethodInfo); DO_APP_FUNC(0x026A25B0, IAsyncResult *, NegotiateStream_BeginAuthenticateAsClient_4, (NegotiateStream * __this, NetworkCredential * credential, ChannelBinding * binding, String * targetName, ProtectionLevel__Enum requiredProtectionLevel, TokenImpersonationLevel__Enum allowedImpersonationLevel, AsyncCallback * asyncCallback, Object * asyncState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F1C0, NegotiateStream_BeginAuthenticateAsClient_4__MethodInfo); DO_APP_FUNC(0x026A2600, IAsyncResult *, NegotiateStream_BeginRead, (NegotiateStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * asyncCallback, Object * asyncState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F1D0, NegotiateStream_BeginRead__MethodInfo); DO_APP_FUNC(0x026A2650, IAsyncResult *, NegotiateStream_BeginAuthenticateAsServer, (NegotiateStream * __this, AsyncCallback * asyncCallback, Object * asyncState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F220, NegotiateStream_BeginAuthenticateAsServer__MethodInfo); DO_APP_FUNC(0x026A26A0, IAsyncResult *, NegotiateStream_BeginAuthenticateAsServer_1, (NegotiateStream * __this, NetworkCredential * credential, ExtendedProtectionPolicy * policy, ProtectionLevel__Enum requiredProtectionLevel, TokenImpersonationLevel__Enum requiredImpersonationLevel, AsyncCallback * asyncCallback, Object * asyncState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F230, NegotiateStream_BeginAuthenticateAsServer_1__MethodInfo); DO_APP_FUNC(0x026A26F0, IAsyncResult *, NegotiateStream_BeginAuthenticateAsServer_2, (NegotiateStream * __this, NetworkCredential * credential, ProtectionLevel__Enum requiredProtectionLevel, TokenImpersonationLevel__Enum requiredImpersonationLevel, AsyncCallback * asyncCallback, Object * asyncState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F200, NegotiateStream_BeginAuthenticateAsServer_2__MethodInfo); DO_APP_FUNC(0x026A2740, IAsyncResult *, NegotiateStream_BeginAuthenticateAsServer_3, (NegotiateStream * __this, ExtendedProtectionPolicy * policy, AsyncCallback * asyncCallback, Object * asyncState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F210, NegotiateStream_BeginAuthenticateAsServer_3__MethodInfo); DO_APP_FUNC(0x026A2790, IAsyncResult *, NegotiateStream_BeginWrite, (NegotiateStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * asyncCallback, Object * asyncState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F160, NegotiateStream_BeginWrite__MethodInfo); DO_APP_FUNC(0x026A27E0, void, NegotiateStream_AuthenticateAsClient, (NegotiateStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F170, NegotiateStream_AuthenticateAsClient__MethodInfo); DO_APP_FUNC(0x026A2830, void, NegotiateStream_AuthenticateAsClient_1, (NegotiateStream * __this, NetworkCredential * credential, String * targetName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F140, NegotiateStream_AuthenticateAsClient_1__MethodInfo); DO_APP_FUNC(0x026A2880, void, NegotiateStream_AuthenticateAsClient_2, (NegotiateStream * __this, NetworkCredential * credential, ChannelBinding * binding, String * targetName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F150, NegotiateStream_AuthenticateAsClient_2__MethodInfo); DO_APP_FUNC(0x026A28D0, void, NegotiateStream_AuthenticateAsClient_3, (NegotiateStream * __this, NetworkCredential * credential, ChannelBinding * binding, String * targetName, ProtectionLevel__Enum requiredProtectionLevel, TokenImpersonationLevel__Enum allowedImpersonationLevel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F1A0, NegotiateStream_AuthenticateAsClient_3__MethodInfo); DO_APP_FUNC(0x026A2920, void, NegotiateStream_AuthenticateAsClient_4, (NegotiateStream * __this, NetworkCredential * credential, String * targetName, ProtectionLevel__Enum requiredProtectionLevel, TokenImpersonationLevel__Enum allowedImpersonationLevel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F1B0, NegotiateStream_AuthenticateAsClient_4__MethodInfo); DO_APP_FUNC(0x026A2970, void, NegotiateStream_AuthenticateAsServer, (NegotiateStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F180, NegotiateStream_AuthenticateAsServer__MethodInfo); DO_APP_FUNC(0x026A29C0, void, NegotiateStream_AuthenticateAsServer_1, (NegotiateStream * __this, ExtendedProtectionPolicy * policy, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F190, NegotiateStream_AuthenticateAsServer_1__MethodInfo); DO_APP_FUNC(0x026A2A10, void, NegotiateStream_AuthenticateAsServer_2, (NegotiateStream * __this, NetworkCredential * credential, ExtendedProtectionPolicy * policy, ProtectionLevel__Enum requiredProtectionLevel, TokenImpersonationLevel__Enum requiredImpersonationLevel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F2C0, NegotiateStream_AuthenticateAsServer_2__MethodInfo); DO_APP_FUNC(0x026A2A60, void, NegotiateStream_AuthenticateAsServer_3, (NegotiateStream * __this, NetworkCredential * credential, ProtectionLevel__Enum requiredProtectionLevel, TokenImpersonationLevel__Enum requiredImpersonationLevel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F2D0, NegotiateStream_AuthenticateAsServer_3__MethodInfo); DO_APP_FUNC(0x003AC050, void, NegotiateStream_Dispose, (NegotiateStream * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x026A2AB0, void, NegotiateStream_EndAuthenticateAsClient, (NegotiateStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F2A0, NegotiateStream_EndAuthenticateAsClient__MethodInfo); DO_APP_FUNC(0x026A2B00, int32_t, NegotiateStream_EndRead, (NegotiateStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F2B0, NegotiateStream_EndRead__MethodInfo); DO_APP_FUNC(0x026A2B50, void, NegotiateStream_EndAuthenticateAsServer, (NegotiateStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F300, NegotiateStream_EndAuthenticateAsServer__MethodInfo); DO_APP_FUNC(0x026A2BA0, void, NegotiateStream_EndWrite, (NegotiateStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F310, NegotiateStream_EndWrite__MethodInfo); DO_APP_FUNC(0x01E63AC0, void, NegotiateStream_Flush, (NegotiateStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A2BF0, int32_t, NegotiateStream_Read, (NegotiateStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F2E0, NegotiateStream_Read__MethodInfo); DO_APP_FUNC(0x026A2C40, int64_t, NegotiateStream_Seek, (NegotiateStream * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F2F0, NegotiateStream_Seek__MethodInfo); DO_APP_FUNC(0x026A2C90, void, NegotiateStream_SetLength, (NegotiateStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F250, NegotiateStream_SetLength__MethodInfo); DO_APP_FUNC(0x026A2CE0, void, NegotiateStream_Write, (NegotiateStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F260, NegotiateStream_Write__MethodInfo); DO_APP_FUNC(0x026A2D30, Task *, NegotiateStream_AuthenticateAsClientAsync, (NegotiateStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A2E80, Task *, NegotiateStream_AuthenticateAsClientAsync_1, (NegotiateStream * __this, NetworkCredential * credential, String * targetName, MethodInfo * method)); DO_APP_FUNC(0x026A3020, Task *, NegotiateStream_AuthenticateAsClientAsync_2, (NegotiateStream * __this, NetworkCredential * credential, String * targetName, ProtectionLevel__Enum requiredProtectionLevel, TokenImpersonationLevel__Enum allowedImpersonationLevel, MethodInfo * method)); DO_APP_FUNC(0x026A32C0, Task *, NegotiateStream_AuthenticateAsClientAsync_3, (NegotiateStream * __this, NetworkCredential * credential, ChannelBinding * binding, String * targetName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F068, NegotiateStream_AuthenticateAsClientAsync_3__MethodInfo); DO_APP_FUNC(0x026A3310, Task *, NegotiateStream_AuthenticateAsClientAsync_4, (NegotiateStream * __this, NetworkCredential * credential, ChannelBinding * binding, String * targetName, ProtectionLevel__Enum requiredProtectionLevel, TokenImpersonationLevel__Enum allowedImpersonationLevel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F078, NegotiateStream_AuthenticateAsClientAsync_4__MethodInfo); DO_APP_FUNC(0x026A3360, Task *, NegotiateStream_AuthenticateAsServerAsync, (NegotiateStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A34B0, Task *, NegotiateStream_AuthenticateAsServerAsync_1, (NegotiateStream * __this, ExtendedProtectionPolicy * policy, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EFF8, NegotiateStream_AuthenticateAsServerAsync_1__MethodInfo); DO_APP_FUNC(0x026A3500, Task *, NegotiateStream_AuthenticateAsServerAsync_2, (NegotiateStream * __this, NetworkCredential * credential, ProtectionLevel__Enum requiredProtectionLevel, TokenImpersonationLevel__Enum requiredImpersonationLevel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F008, NegotiateStream_AuthenticateAsServerAsync_2__MethodInfo); DO_APP_FUNC(0x026A3550, Task *, NegotiateStream_AuthenticateAsServerAsync_3, (NegotiateStream * __this, NetworkCredential * credential, ExtendedProtectionPolicy * policy, ProtectionLevel__Enum requiredProtectionLevel, TokenImpersonationLevel__Enum requiredImpersonationLevel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EFE8, NegotiateStream_AuthenticateAsServerAsync_3__MethodInfo); DO_APP_FUNC(0x003AC050, void, NegotiateStream_c_DisplayClass69_0__ctor, (NegotiateStream_c_DisplayClass69_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x026A35A0, IAsyncResult *, NegotiateStream_c_DisplayClass69_0__AuthenticateAsClientAsync_b__0, (NegotiateStream_c_DisplayClass69_0 * __this, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F028, NegotiateStream_c_DisplayClass69_0__AuthenticateAsClientAsync_b__0__MethodInfo); DO_APP_FUNC(0x0230DA10, void, RemoteCertificateValidationCallback__ctor, (RemoteCertificateValidationCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE800, bool, RemoteCertificateValidationCallback_Invoke, (RemoteCertificateValidationCallback * __this, Object * sender, X509Certificate * certificate, X509Chain * chain, SslPolicyErrors__Enum sslPolicyErrors, MethodInfo * method)); DO_APP_FUNC(0x026A3600, IAsyncResult *, RemoteCertificateValidationCallback_BeginInvoke, (RemoteCertificateValidationCallback * __this, Object * sender, X509Certificate * certificate, X509Chain * chain, SslPolicyErrors__Enum sslPolicyErrors, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x0040B530, bool, RemoteCertificateValidationCallback_EndInvoke, (RemoteCertificateValidationCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01951B20, void, ServerCertificateSelectionCallback__ctor, (ServerCertificateSelectionCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, X509Certificate *, ServerCertificateSelectionCallback_Invoke, (ServerCertificateSelectionCallback * __this, Object * sender, String * hostName, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, ServerCertificateSelectionCallback_BeginInvoke, (ServerCertificateSelectionCallback * __this, Object * sender, String * hostName, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, X509Certificate *, ServerCertificateSelectionCallback_EndInvoke, (ServerCertificateSelectionCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01951DD0, void, RemoteCertValidationCallback__ctor, (RemoteCertValidationCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE800, bool, RemoteCertValidationCallback_Invoke, (RemoteCertValidationCallback * __this, String * host, X509Certificate * certificate, X509Chain * chain, SslPolicyErrors__Enum sslPolicyErrors, MethodInfo * method)); DO_APP_FUNC(0x026A36B0, IAsyncResult *, RemoteCertValidationCallback_BeginInvoke, (RemoteCertValidationCallback * __this, String * host, X509Certificate * certificate, X509Chain * chain, SslPolicyErrors__Enum sslPolicyErrors, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x0040B530, bool, RemoteCertValidationCallback_EndInvoke, (RemoteCertValidationCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01951F10, void, LocalCertSelectionCallback__ctor, (LocalCertSelectionCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE800, X509Certificate *, LocalCertSelectionCallback_Invoke, (LocalCertSelectionCallback * __this, String * targetHost, X509CertificateCollection * localCertificates, X509Certificate * remoteCertificate, String__Array * acceptableIssuers, MethodInfo * method)); DO_APP_FUNC(0x02300EE0, IAsyncResult *, LocalCertSelectionCallback_BeginInvoke, (LocalCertSelectionCallback * __this, String * targetHost, X509CertificateCollection * localCertificates, X509Certificate * remoteCertificate, String__Array * acceptableIssuers, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, X509Certificate *, LocalCertSelectionCallback_EndInvoke, (LocalCertSelectionCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01E60350, void, ServerCertSelectionCallback__ctor, (ServerCertSelectionCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, X509Certificate *, ServerCertSelectionCallback_Invoke, (ServerCertSelectionCallback * __this, String * hostName, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, ServerCertSelectionCallback_BeginInvoke, (ServerCertSelectionCallback * __this, String * hostName, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, X509Certificate *, ServerCertSelectionCallback_EndInvoke, (ServerCertSelectionCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x026A3760, MobileAuthenticatedStream *, SslStream_get_Impl, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A3780, MonoTlsProvider *, SslStream_get_Provider, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A37A0, String *, SslStream_get_InternalTargetHost, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A37D0, MobileTlsProvider *, SslStream_GetProvider, (MethodInfo * method)); DO_APP_FUNC(0x026A3840, void, SslStream__ctor, (SslStream * __this, Stream * innerStream, MethodInfo * method)); DO_APP_FUNC(0x026A39B0, void, SslStream__ctor_1, (SslStream * __this, Stream * innerStream, bool leaveInnerStreamOpen, MethodInfo * method)); DO_APP_FUNC(0x026A3B50, void, SslStream__ctor_2, (SslStream * __this, Stream * innerStream, bool leaveInnerStreamOpen, RemoteCertificateValidationCallback * userCertificateValidationCallback, MethodInfo * method)); DO_APP_FUNC(0x026A3B70, void, SslStream__ctor_3, (SslStream * __this, Stream * innerStream, bool leaveInnerStreamOpen, RemoteCertificateValidationCallback * userCertificateValidationCallback, LocalCertificateSelectionCallback * userCertificateSelectionCallback, MethodInfo * method)); DO_APP_FUNC(0x026A3D20, void, SslStream__ctor_4, (SslStream * __this, Stream * innerStream, bool leaveInnerStreamOpen, RemoteCertificateValidationCallback * userCertificateValidationCallback, LocalCertificateSelectionCallback * userCertificateSelectionCallback, EncryptionPolicy__Enum encryptionPolicy, MethodInfo * method)); DO_APP_FUNC(0x026A3D30, void, SslStream__ctor_5, (SslStream * __this, Stream * innerStream, bool leaveInnerStreamOpen, MonoTlsProvider * provider, MonoTlsSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x026A3FB0, IMonoSslStream *, SslStream_CreateMonoSslStream, (Stream * innerStream, bool leaveInnerStreamOpen, MobileTlsProvider * provider, MonoTlsSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x026A4060, void, SslStream_SetAndVerifyValidationCallback, (SslStream * __this, RemoteCertificateValidationCallback * callback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F0A0, SslStream_SetAndVerifyValidationCallback__MethodInfo); DO_APP_FUNC(0x026A4200, void, SslStream_SetAndVerifySelectionCallback, (SslStream * __this, LocalCertificateSelectionCallback * callback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F0B8, SslStream_SetAndVerifySelectionCallback__MethodInfo); DO_APP_FUNC(0x026A44A0, MonoSslServerAuthenticationOptions *, SslStream_CreateAuthenticationOptions, (SslStream * __this, SslServerAuthenticationOptions * sslServerAuthenticationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EF28, SslStream_CreateAuthenticationOptions__MethodInfo); DO_APP_FUNC(0x026A48F0, void, SslStream_AuthenticateAsClient, (SslStream * __this, String * targetHost, MethodInfo * method)); DO_APP_FUNC(0x026A4990, void, SslStream_AuthenticateAsClient_1, (SslStream * __this, String * targetHost, X509CertificateCollection * clientCertificates, bool checkCertificateRevocation, MethodInfo * method)); DO_APP_FUNC(0x026A49C0, void, SslStream_AuthenticateAsClient_2, (SslStream * __this, String * targetHost, X509CertificateCollection * clientCertificates, SslProtocols__Enum enabledSslProtocols, bool checkCertificateRevocation, MethodInfo * method)); DO_APP_FUNC(0x026A4A30, IAsyncResult *, SslStream_BeginAuthenticateAsClient, (SslStream * __this, String * targetHost, AsyncCallback * asyncCallback, Object * asyncState, MethodInfo * method)); DO_APP_FUNC(0x026A4AF0, IAsyncResult *, SslStream_BeginAuthenticateAsClient_1, (SslStream * __this, String * targetHost, X509CertificateCollection * clientCertificates, bool checkCertificateRevocation, AsyncCallback * asyncCallback, Object * asyncState, MethodInfo * method)); DO_APP_FUNC(0x026A4B30, IAsyncResult *, SslStream_BeginAuthenticateAsClient_2, (SslStream * __this, String * targetHost, X509CertificateCollection * clientCertificates, SslProtocols__Enum enabledSslProtocols, bool checkCertificateRevocation, AsyncCallback * asyncCallback, Object * asyncState, MethodInfo * method)); DO_APP_FUNC(0x019D9020, void, SslStream_EndAuthenticateAsClient, (SslStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x026A4BB0, void, SslStream_AuthenticateAsServer, (SslStream * __this, X509Certificate * serverCertificate, MethodInfo * method)); DO_APP_FUNC(0x026A4C00, void, SslStream_AuthenticateAsServer_1, (SslStream * __this, X509Certificate * serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation, MethodInfo * method)); DO_APP_FUNC(0x026A4C70, void, SslStream_AuthenticateAsServer_2, (SslStream * __this, X509Certificate * serverCertificate, bool clientCertificateRequired, SslProtocols__Enum enabledSslProtocols, bool checkCertificateRevocation, MethodInfo * method)); DO_APP_FUNC(0x026A4CE0, IAsyncResult *, SslStream_BeginAuthenticateAsServer, (SslStream * __this, X509Certificate * serverCertificate, AsyncCallback * asyncCallback, Object * asyncState, MethodInfo * method)); DO_APP_FUNC(0x026A4D20, IAsyncResult *, SslStream_BeginAuthenticateAsServer_1, (SslStream * __this, X509Certificate * serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation, AsyncCallback * asyncCallback, Object * asyncState, MethodInfo * method)); DO_APP_FUNC(0x026A4D60, IAsyncResult *, SslStream_BeginAuthenticateAsServer_2, (SslStream * __this, X509Certificate * serverCertificate, bool clientCertificateRequired, SslProtocols__Enum enabledSslProtocols, bool checkCertificateRevocation, AsyncCallback * asyncCallback, Object * asyncState, MethodInfo * method)); DO_APP_FUNC(0x019D9020, void, SslStream_EndAuthenticateAsServer, (SslStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, TransportContext *, SslStream_get_TransportContext, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A4DF0, Task *, SslStream_AuthenticateAsClientAsync, (SslStream * __this, String * targetHost, MethodInfo * method)); DO_APP_FUNC(0x026A4E90, Task *, SslStream_AuthenticateAsClientAsync_1, (SslStream * __this, String * targetHost, X509CertificateCollection * clientCertificates, bool checkCertificateRevocation, MethodInfo * method)); DO_APP_FUNC(0x026A4F00, Task *, SslStream_AuthenticateAsClientAsync_2, (SslStream * __this, String * targetHost, X509CertificateCollection * clientCertificates, SslProtocols__Enum enabledSslProtocols, bool checkCertificateRevocation, MethodInfo * method)); DO_APP_FUNC(0x026A4F70, Task *, SslStream_AuthenticateAsClientAsync_3, (SslStream * __this, SslClientAuthenticationOptions * sslClientAuthenticationOptions, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x026A50C0, Task *, SslStream_AuthenticateAsServerAsync, (SslStream * __this, X509Certificate * serverCertificate, MethodInfo * method)); DO_APP_FUNC(0x026A5110, Task *, SslStream_AuthenticateAsServerAsync_1, (SslStream * __this, X509Certificate * serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation, MethodInfo * method)); DO_APP_FUNC(0x026A5180, Task *, SslStream_AuthenticateAsServerAsync_2, (SslStream * __this, X509Certificate * serverCertificate, bool clientCertificateRequired, SslProtocols__Enum enabledSslProtocols, bool checkCertificateRevocation, MethodInfo * method)); DO_APP_FUNC(0x026A51F0, Task *, SslStream_AuthenticateAsServerAsync_3, (SslStream * __this, SslServerAuthenticationOptions * sslServerAuthenticationOptions, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x026A52B0, Task *, SslStream_ShutdownAsync, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A5370, bool, SslStream_get_IsAuthenticated, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A53B0, bool, SslStream_get_IsMutuallyAuthenticated, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A53F0, bool, SslStream_get_IsEncrypted, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A5430, bool, SslStream_get_IsSigned, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A5470, bool, SslStream_get_IsServer, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A54B0, SslProtocols__Enum, SslStream_get_SslProtocol, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A54E0, bool, SslStream_get_CheckCertRevocationStatus, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A5510, X509Certificate *, SslStream_get_LocalCertificate, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A5540, X509Certificate *, SslStream_get_RemoteCertificate, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A5570, CipherAlgorithmType__Enum, SslStream_get_CipherAlgorithm, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A5660, int32_t, SslStream_get_CipherStrength, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A57B0, HashAlgorithmType__Enum, SslStream_get_HashAlgorithm, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A58B0, int32_t, SslStream_get_HashStrength, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A5A50, ExchangeAlgorithmType__Enum, SslStream_get_KeyExchangeAlgorithm, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A5B40, int32_t, SslStream_get_KeyExchangeStrength, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A5B70, SslApplicationProtocol, SslStream_get_NegotiatedApplicationProtocol, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EEC0, SslStream_get_NegotiatedApplicationProtocol__MethodInfo); DO_APP_FUNC(0x00418D40, bool, SslStream_get_CanSeek, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A5BD0, bool, SslStream_get_CanRead, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02313B90, bool, SslStream_get_CanTimeout, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A5C00, bool, SslStream_get_CanWrite, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A5C30, int32_t, SslStream_get_ReadTimeout, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A5C70, void, SslStream_set_ReadTimeout, (SslStream * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x026A5CC0, int32_t, SslStream_get_WriteTimeout, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A5D00, void, SslStream_set_WriteTimeout, (SslStream * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x026A5D50, int64_t, SslStream_get_Length, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A5D90, int64_t, SslStream_get_Position, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A5DD0, void, SslStream_set_Position, (SslStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EFA8, SslStream_set_Position__MethodInfo); DO_APP_FUNC(0x026A5E40, void, SslStream_SetLength, (SslStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x026A5E90, int64_t, SslStream_Seek, (SslStream * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EFB8, SslStream_Seek__MethodInfo); DO_APP_FUNC(0x026997D0, Task *, SslStream_FlushAsync, (SslStream * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01E63AC0, void, SslStream_Flush, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC(0x026A5F00, void, SslStream_CheckDisposed, (SslStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EF98, SslStream_CheckDisposed__MethodInfo); DO_APP_FUNC(0x026A5F70, void, SslStream_Dispose, (SslStream * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x026A6070, int32_t, SslStream_Read, (SslStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x026A60E0, void, SslStream_Write, (SslStream * __this, Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC(0x026A61A0, void, SslStream_Write_1, (SslStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x026A6210, Task_1_System_Int32_ *, SslStream_ReadAsync, (SslStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x026A6280, Task *, SslStream_WriteAsync, (SslStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x026A62F0, IAsyncResult *, SslStream_BeginRead, (SslStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x026A6370, int32_t, SslStream_EndRead, (SslStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x026A63B0, IAsyncResult *, SslStream_BeginWrite, (SslStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x019D9020, void, SslStream_EndWrite, (SslStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SslStream_c_DisplayClass21_0__ctor, (SslStream_c_DisplayClass21_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x026A6430, X509Certificate *, SslStream_c_DisplayClass21_0__SetAndVerifySelectionCallback_b__0, (SslStream_c_DisplayClass21_0 * __this, String * t, X509CertificateCollection * lc, X509Certificate * rc, String__Array * ai, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F090, SslStream_c_DisplayClass21_0__SetAndVerifySelectionCallback_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, SslStream_c_DisplayClass22_0__ctor, (SslStream_c_DisplayClass22_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x026A6480, X509Certificate *, SslStream_c_DisplayClass22_0__CreateAuthenticationOptions_b__0, (SslStream_c_DisplayClass22_0 * __this, String * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EEE0, SslStream_c_DisplayClass22_0__CreateAuthenticationOptions_b__0__MethodInfo); DO_APP_FUNC(0x026A64B0, void, DefaultValueAttribute__ctor, (DefaultValueAttribute * __this, Type * type, String * value, MethodInfo * method)); DO_APP_FUNC(0x026A6810, void, DefaultValueAttribute__ctor_1, (DefaultValueAttribute * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x026A68B0, void, DefaultValueAttribute__ctor_2, (DefaultValueAttribute * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x026A6950, void, DefaultValueAttribute__ctor_3, (DefaultValueAttribute * __this, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x026A69F0, void, DefaultValueAttribute__ctor_4, (DefaultValueAttribute * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x026A6A90, void, DefaultValueAttribute__ctor_5, (DefaultValueAttribute * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x026A6B30, void, DefaultValueAttribute__ctor_6, (DefaultValueAttribute * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x026A6BD0, void, DefaultValueAttribute__ctor_7, (DefaultValueAttribute * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x026A6C70, void, DefaultValueAttribute__ctor_8, (DefaultValueAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, DefaultValueAttribute__ctor_9, (DefaultValueAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, DefaultValueAttribute__ctor_10, (DefaultValueAttribute * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x026A6D10, void, DefaultValueAttribute__ctor_11, (DefaultValueAttribute * __this, int8_t value, MethodInfo * method)); DO_APP_FUNC(0x026A6DB0, void, DefaultValueAttribute__ctor_12, (DefaultValueAttribute * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x026A6E50, void, DefaultValueAttribute__ctor_13, (DefaultValueAttribute * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x026A6EF0, void, DefaultValueAttribute__ctor_14, (DefaultValueAttribute * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, DefaultValueAttribute_get_Value, (DefaultValueAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026A6F90, bool, DefaultValueAttribute_Equals, (DefaultValueAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026A70D0, int32_t, DefaultValueAttribute_GetHashCode, (DefaultValueAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, DefaultValueAttribute_SetValue, (DefaultValueAttribute * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x026A70E0, bool, DefaultValueAttribute___ctor_g__TryConvertFromInvariantString_2_0, (Type * typeToConvert, String * stringValue, Object * * conversionResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EE78, DefaultValueAttribute___ctor_g__TryConvertFromInvariantString_2_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, EditorBrowsableAttribute__ctor, (EditorBrowsableAttribute * __this, EditorBrowsableState__Enum state, MethodInfo * method)); DO_APP_FUNC(0x026A73D0, void, EditorBrowsableAttribute__ctor_1, (EditorBrowsableAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, EditorBrowsableState__Enum, EditorBrowsableAttribute_get_State, (EditorBrowsableAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026A73E0, bool, EditorBrowsableAttribute_Equals, (EditorBrowsableAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026A70D0, int32_t, EditorBrowsableAttribute_GetHashCode, (EditorBrowsableAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026A7460, void, AsyncOperation_1__ctor, (AsyncOperation_1 * __this, Object * userSuppliedState, SynchronizationContext * syncContext, MethodInfo * method)); DO_APP_FUNC(0x026A7540, void, AsyncOperation_1_Finalize, (AsyncOperation_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AsyncOperation_1_get_UserSuppliedState, (AsyncOperation_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, SynchronizationContext *, AsyncOperation_1_get_SynchronizationContext, (AsyncOperation_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x026A75A0, void, AsyncOperation_1_Post, (AsyncOperation_1 * __this, SendOrPostCallback * d, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x026A7660, void, AsyncOperation_1_PostOperationCompleted, (AsyncOperation_1 * __this, SendOrPostCallback * d, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x026A7730, void, AsyncOperation_1_OperationCompleted, (AsyncOperation_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x026A7760, void, AsyncOperation_1_PostCore, (AsyncOperation_1 * __this, SendOrPostCallback * d, Object * arg, bool markCompleted, MethodInfo * method)); DO_APP_FUNC(0x026A7840, void, AsyncOperation_1_OperationCompletedCore, (AsyncOperation_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x026A7900, void, AsyncOperation_1_VerifyNotCompleted, (AsyncOperation_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EDC0, AsyncOperation_1_VerifyNotCompleted__MethodInfo); DO_APP_FUNC(0x026A7970, void, AsyncOperation_1_VerifyDelegateNotNull, (AsyncOperation_1 * __this, SendOrPostCallback * d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EDB0, AsyncOperation_1_VerifyDelegateNotNull__MethodInfo); DO_APP_FUNC(0x026A7A00, AsyncOperation_1 *, AsyncOperation_1_CreateOperation, (Object * userSuppliedState, SynchronizationContext * syncContext, MethodInfo * method)); DO_APP_FUNC(0x026A7B30, void, AsyncOperation_1__ctor_1, (AsyncOperation_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9ED90, AsyncOperation_1__ctor_1__MethodInfo); DO_APP_FUNC(0x026A7B60, AsyncOperation_1 *, AsyncOperationManager_CreateOperation, (Object * userSuppliedState, MethodInfo * method)); DO_APP_FUNC(0x026A7CE0, SynchronizationContext *, AsyncOperationManager_get_SynchronizationContext, (MethodInfo * method)); DO_APP_FUNC(0x026A7D40, void, AsyncOperationManager_set_SynchronizationContext, (SynchronizationContext * value, MethodInfo * method)); DO_APP_FUNC(0x026A7D50, void, BackgroundWorker__ctor, (BackgroundWorker * __this, MethodInfo * method)); DO_APP_FUNC(0x026A7EE0, void, BackgroundWorker_AsyncOperationCompleted, (BackgroundWorker * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9ED98, BackgroundWorker_AsyncOperationCompleted__MethodInfo); DO_APP_FUNC(0x009C8430, bool, BackgroundWorker_get_CancellationPending, (BackgroundWorker * __this, MethodInfo * method)); DO_APP_FUNC(0x026A7F80, void, BackgroundWorker_CancelAsync, (BackgroundWorker * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EDE8, BackgroundWorker_CancelAsync__MethodInfo); DO_APP_FUNC(0x026A7FF0, void, BackgroundWorker_add_DoWork, (BackgroundWorker * __this, DoWorkEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x026A80E0, void, BackgroundWorker_remove_DoWork, (BackgroundWorker * __this, DoWorkEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x026A81D0, bool, BackgroundWorker_get_IsBusy, (BackgroundWorker * __this, MethodInfo * method)); DO_APP_FUNC(0x026A81E0, void, BackgroundWorker_OnDoWork, (BackgroundWorker * __this, DoWorkEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x026A8200, void, BackgroundWorker_OnRunWorkerCompleted, (BackgroundWorker * __this, RunWorkerCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x026A8220, void, BackgroundWorker_OnProgressChanged, (BackgroundWorker * __this, ProgressChangedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x026A8240, void, BackgroundWorker_add_ProgressChanged, (BackgroundWorker * __this, ProgressChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x026A8330, void, BackgroundWorker_remove_ProgressChanged, (BackgroundWorker * __this, ProgressChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x026A8420, void, BackgroundWorker_ProgressReporter, (BackgroundWorker * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EDA0, BackgroundWorker_ProgressReporter__MethodInfo); DO_APP_FUNC(0x026A84B0, void, BackgroundWorker_ReportProgress, (BackgroundWorker * __this, int32_t percentProgress, MethodInfo * method)); DO_APP_FUNC(0x026A8660, void, BackgroundWorker_ReportProgress_1, (BackgroundWorker * __this, int32_t percentProgress, Object * userState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9ED60, BackgroundWorker_ReportProgress_1__MethodInfo); DO_APP_FUNC(0x026A8810, void, BackgroundWorker_RunWorkerAsync, (BackgroundWorker * __this, MethodInfo * method)); DO_APP_FUNC(0x026A8820, void, BackgroundWorker_RunWorkerAsync_1, (BackgroundWorker * __this, Object * argument, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9ED40, BackgroundWorker_RunWorkerAsync_1__MethodInfo); DO_APP_FUNC(0x026A8A60, void, BackgroundWorker_add_RunWorkerCompleted, (BackgroundWorker * __this, RunWorkerCompletedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x026A8B50, void, BackgroundWorker_remove_RunWorkerCompleted, (BackgroundWorker * __this, RunWorkerCompletedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x01D09D10, bool, BackgroundWorker_get_WorkerReportsProgress, (BackgroundWorker * __this, MethodInfo * method)); DO_APP_FUNC(0x01D09D20, void, BackgroundWorker_set_WorkerReportsProgress, (BackgroundWorker * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, BackgroundWorker_get_WorkerSupportsCancellation, (BackgroundWorker * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, BackgroundWorker_set_WorkerSupportsCancellation, (BackgroundWorker * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x026A8C40, void, BackgroundWorker_WorkerThreadStart, (BackgroundWorker * __this, Object * argument, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BackgroundWorker_Dispose, (BackgroundWorker * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x026A8EF0, void, BackgroundWorker__RunWorkerAsync_b__27_0, (BackgroundWorker * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9ED58, BackgroundWorker__RunWorkerAsync_b__27_0__MethodInfo); DO_APP_FUNC(0x003BAD30, void, BrowsableAttribute__ctor, (BrowsableAttribute * __this, bool browsable, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, BrowsableAttribute_get_Browsable, (BrowsableAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026A8F00, bool, BrowsableAttribute_Equals, (BrowsableAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026A8FC0, int32_t, BrowsableAttribute_GetHashCode, (BrowsableAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026A9010, bool, BrowsableAttribute_IsDefaultAttribute, (BrowsableAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026A9080, void, BrowsableAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x026A9240, void, ComponentCollection__ctor, (ComponentCollection * __this, IComponent__Array * components, MethodInfo * method)); DO_APP_FUNC(0x026A9280, IComponent *, ComponentCollection_get_Item, (ComponentCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x026A9590, IComponent *, ComponentCollection_get_Item_1, (ComponentCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01B6AAA0, void, ComponentCollection_CopyTo, (ComponentCollection * __this, IComponent__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x026A9630, void, DescriptionAttribute__ctor, (DescriptionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, DescriptionAttribute__ctor_1, (DescriptionAttribute * __this, String * description, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, DescriptionAttribute_get_Description, (DescriptionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, DescriptionAttribute_get_DescriptionValue, (DescriptionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, DescriptionAttribute_set_DescriptionValue, (DescriptionAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x026A96C0, bool, DescriptionAttribute_Equals, (DescriptionAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026A97B0, int32_t, DescriptionAttribute_GetHashCode, (DescriptionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026A97F0, bool, DescriptionAttribute_IsDefaultAttribute, (DescriptionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026A9860, void, DescriptionAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, DesignOnlyAttribute__ctor, (DesignOnlyAttribute * __this, bool isDesignOnly, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, DesignOnlyAttribute_get_IsDesignOnly, (DesignOnlyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026A99A0, bool, DesignOnlyAttribute_Equals, (DesignOnlyAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026A9A60, int32_t, DesignOnlyAttribute_GetHashCode, (DesignOnlyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026A9AB0, bool, DesignOnlyAttribute_IsDefaultAttribute, (DesignOnlyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026A9B20, void, DesignOnlyAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x026A9CE0, void, DesignerCategoryAttribute__ctor, (DesignerCategoryAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, DesignerCategoryAttribute__ctor_1, (DesignerCategoryAttribute * __this, String * category, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, DesignerCategoryAttribute_get_Category, (DesignerCategoryAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026A9D70, bool, DesignerCategoryAttribute_Equals, (DesignerCategoryAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00ACA570, int32_t, DesignerCategoryAttribute_GetHashCode, (DesignerCategoryAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026A9E20, bool, DesignerCategoryAttribute_IsDefaultAttribute, (DesignerCategoryAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026A9ED0, Object *, DesignerCategoryAttribute_get_TypeId, (DesignerCategoryAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026A9F20, void, DesignerCategoryAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DesignerSerializationVisibilityAttribute__ctor, (DesignerSerializationVisibilityAttribute * __this, DesignerSerializationVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, DesignerSerializationVisibility__Enum, DesignerSerializationVisibilityAttribute_get_Visibility, (DesignerSerializationVisibilityAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026AA340, bool, DesignerSerializationVisibilityAttribute_Equals, (DesignerSerializationVisibilityAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026A70D0, int32_t, DesignerSerializationVisibilityAttribute_GetHashCode, (DesignerSerializationVisibilityAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026AA410, bool, DesignerSerializationVisibilityAttribute_IsDefaultAttribute, (DesignerSerializationVisibilityAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026AA480, void, DesignerSerializationVisibilityAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x026AA6E0, void, DisplayNameAttribute__ctor, (DisplayNameAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, DisplayNameAttribute__ctor_1, (DisplayNameAttribute * __this, String * displayName, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, DisplayNameAttribute_get_DisplayName, (DisplayNameAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, DisplayNameAttribute_get_DisplayNameValue, (DisplayNameAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, DisplayNameAttribute_set_DisplayNameValue, (DisplayNameAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x026AA770, bool, DisplayNameAttribute_Equals, (DisplayNameAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026A97B0, int32_t, DisplayNameAttribute_GetHashCode, (DisplayNameAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026AA860, bool, DisplayNameAttribute_IsDefaultAttribute, (DisplayNameAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026AA8D0, void, DisplayNameAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, EventHandlerList__ctor, (EventHandlerList * __this, Component_1 * parent, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EventHandlerList__ctor_1, (EventHandlerList * __this, MethodInfo * method)); DO_APP_FUNC(0x026AAA10, Delegate *, EventHandlerList_get_Item, (EventHandlerList * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x026AAA80, void, EventHandlerList_set_Item, (EventHandlerList * __this, Object * key, Delegate * value, MethodInfo * method)); DO_APP_FUNC(0x026AABF0, void, EventHandlerList_AddHandler, (EventHandlerList * __this, Object * key, Delegate * value, MethodInfo * method)); DO_APP_FUNC(0x026AAD80, void, EventHandlerList_AddHandlers, (EventHandlerList * __this, EventHandlerList * listToAddFrom, MethodInfo * method)); DO_APP_FUNC(0x00996350, void, EventHandlerList_Dispose, (EventHandlerList * __this, MethodInfo * method)); DO_APP_FUNC(0x026AAF20, EventHandlerList_ListEntry *, EventHandlerList_Find, (EventHandlerList * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x026AAF40, void, EventHandlerList_RemoveHandler, (EventHandlerList * __this, Object * key, Delegate * value, MethodInfo * method)); DO_APP_FUNC(0x026AAFD0, void, EventHandlerList_ListEntry__ctor, (EventHandlerList_ListEntry * __this, Object * key, Delegate * handler, EventHandlerList_ListEntry * next, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, ImmutableObjectAttribute__ctor, (ImmutableObjectAttribute * __this, bool immutable, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, ImmutableObjectAttribute_get_Immutable, (ImmutableObjectAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026AB0F0, bool, ImmutableObjectAttribute_Equals, (ImmutableObjectAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026A70D0, int32_t, ImmutableObjectAttribute_GetHashCode, (ImmutableObjectAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026AB1B0, bool, ImmutableObjectAttribute_IsDefaultAttribute, (ImmutableObjectAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026AB220, void, ImmutableObjectAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InitializationEventAttribute__ctor, (InitializationEventAttribute * __this, String * eventName, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, InitializationEventAttribute_get_EventName, (InitializationEventAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026AB3E0, void, InvalidEnumArgumentException__ctor, (InvalidEnumArgumentException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AEDDB0, void, InvalidEnumArgumentException__ctor_1, (InvalidEnumArgumentException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01AEDDD0, void, InvalidEnumArgumentException__ctor_2, (InvalidEnumArgumentException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x026AB400, void, InvalidEnumArgumentException__ctor_3, (InvalidEnumArgumentException * __this, String * argumentName, int32_t invalidValue, Type * enumClass, MethodInfo * method)); DO_APP_FUNC(0x019AA960, void, InvalidEnumArgumentException__ctor_4, (InvalidEnumArgumentException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, LocalizableAttribute__ctor, (LocalizableAttribute * __this, bool isLocalizable, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, LocalizableAttribute_get_IsLocalizable, (LocalizableAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026AB520, bool, LocalizableAttribute_Equals, (LocalizableAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026A70D0, int32_t, LocalizableAttribute_GetHashCode, (LocalizableAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026AB5E0, bool, LocalizableAttribute_IsDefaultAttribute, (LocalizableAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026AB650, void, LocalizableAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, MergablePropertyAttribute__ctor, (MergablePropertyAttribute * __this, bool allowMerge, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, MergablePropertyAttribute_get_AllowMerge, (MergablePropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026AB810, bool, MergablePropertyAttribute_Equals, (MergablePropertyAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026A70D0, int32_t, MergablePropertyAttribute_GetHashCode, (MergablePropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026AB8D0, bool, MergablePropertyAttribute_IsDefaultAttribute, (MergablePropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026AB940, void, MergablePropertyAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, ReadOnlyAttribute__ctor, (ReadOnlyAttribute * __this, bool isReadOnly, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, ReadOnlyAttribute_get_IsReadOnly, (ReadOnlyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026ABB00, bool, ReadOnlyAttribute_Equals, (ReadOnlyAttribute * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x026A70D0, int32_t, ReadOnlyAttribute_GetHashCode, (ReadOnlyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026ABBC0, bool, ReadOnlyAttribute_IsDefaultAttribute, (ReadOnlyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026ABC30, void, ReadOnlyAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x026ABDF0, void, AddingNewEventArgs__ctor, (AddingNewEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x026ABE40, void, AddingNewEventArgs__ctor_1, (AddingNewEventArgs * __this, Object * newObject, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, AddingNewEventArgs_get_NewObject, (AddingNewEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AddingNewEventArgs_set_NewObject, (AddingNewEventArgs * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, AddingNewEventHandler__ctor, (AddingNewEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, AddingNewEventHandler_Invoke, (AddingNewEventHandler * __this, Object * sender, AddingNewEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, AddingNewEventHandler_BeginInvoke, (AddingNewEventHandler * __this, Object * sender, AddingNewEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, AddingNewEventHandler_EndInvoke, (AddingNewEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x026ABEE0, void, AmbientValueAttribute__ctor, (AmbientValueAttribute * __this, Type * type, String * value, MethodInfo * method)); DO_APP_FUNC(0x026ABFB0, void, AmbientValueAttribute__ctor_1, (AmbientValueAttribute * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x026AC050, void, AmbientValueAttribute__ctor_2, (AmbientValueAttribute * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x026AC0F0, void, AmbientValueAttribute__ctor_3, (AmbientValueAttribute * __this, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x026AC190, void, AmbientValueAttribute__ctor_4, (AmbientValueAttribute * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x026AC230, void, AmbientValueAttribute__ctor_5, (AmbientValueAttribute * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x026AC2D0, void, AmbientValueAttribute__ctor_6, (AmbientValueAttribute * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x026AC370, void, AmbientValueAttribute__ctor_7, (AmbientValueAttribute * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x026AC410, void, AmbientValueAttribute__ctor_8, (AmbientValueAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AmbientValueAttribute__ctor_9, (AmbientValueAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AmbientValueAttribute__ctor_10, (AmbientValueAttribute * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, AmbientValueAttribute_get_Value, (AmbientValueAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026AC4B0, bool, AmbientValueAttribute_Equals, (AmbientValueAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026A70D0, int32_t, AmbientValueAttribute_GetHashCode, (AmbientValueAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026AC560, Object *, ArrayConverter_ConvertTo, (ArrayConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EC68, ArrayConverter_ConvertTo__MethodInfo); DO_APP_FUNC(0x026AC7E0, PropertyDescriptorCollection *, ArrayConverter_GetProperties, (ArrayConverter * __this, ITypeDescriptorContext * context, Object * value, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ArrayConverter_GetPropertiesSupported, (ArrayConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArrayConverter__ctor, (ArrayConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x026ACAF0, void, ArrayConverter_ArrayPropertyDescriptor__ctor, (ArrayConverter_ArrayPropertyDescriptor * __this, Type * arrayType, Type * elementType, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x026ACBB0, Object *, ArrayConverter_ArrayPropertyDescriptor_GetValue, (ArrayConverter_ArrayPropertyDescriptor * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x026ACC70, void, ArrayConverter_ArrayPropertyDescriptor_SetValue, (ArrayConverter_ArrayPropertyDescriptor * __this, Object * instance, Object * value, MethodInfo * method)); DO_APP_FUNC(0x026ACDC0, void, AttributeCollection__ctor, (AttributeCollection * __this, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EB78, AttributeCollection__ctor__MethodInfo); DO_APP_FUNC(0x003AC050, void, AttributeCollection__ctor_1, (AttributeCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026ACF10, AttributeCollection *, AttributeCollection_FromExisting, (AttributeCollection * existing, Attribute__Array * newAttributes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EB80, AttributeCollection_FromExisting__MethodInfo); DO_APP_FUNC(0x003B93C0, Attribute__Array *, AttributeCollection_get_Attributes, (AttributeCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026AD2F0, int32_t, AttributeCollection_get_Count, (AttributeCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026AD320, Attribute *, AttributeCollection_get_Item, (AttributeCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x026AD360, Attribute *, AttributeCollection_get_Item_1, (AttributeCollection * __this, Type * attributeType, MethodInfo * method)); DO_APP_FUNC(0x026ADA30, bool, AttributeCollection_Contains, (AttributeCollection * __this, Attribute * attribute, MethodInfo * method)); DO_APP_FUNC(0x026ADAB0, bool, AttributeCollection_Contains_1, (AttributeCollection * __this, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x026ADB60, Attribute *, AttributeCollection_GetDefaultAttribute, (AttributeCollection * __this, Type * attributeType, MethodInfo * method)); DO_APP_FUNC(0x026AE220, IEnumerator *, AttributeCollection_GetEnumerator, (AttributeCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026AE250, bool, AttributeCollection_Matches, (AttributeCollection * __this, Attribute * attribute, MethodInfo * method)); DO_APP_FUNC(0x026AE320, bool, AttributeCollection_Matches_1, (AttributeCollection * __this, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, AttributeCollection_System_Collections_ICollection_get_IsSynchronized, (AttributeCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Object *, AttributeCollection_System_Collections_ICollection_get_SyncRoot, (AttributeCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026AD2F0, int32_t, AttributeCollection_System_Collections_ICollection_get_Count, (AttributeCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026AE220, IEnumerator *, AttributeCollection_System_Collections_IEnumerable_GetEnumerator, (AttributeCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026AE420, void, AttributeCollection_CopyTo, (AttributeCollection * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x026AE4B0, void, AttributeCollection__cctor, (MethodInfo * method)); DO_APP_FUNC(0x026AE610, void, AttributeProviderAttribute__ctor, (AttributeProviderAttribute * __this, String * typeName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EBC0, AttributeProviderAttribute__ctor__MethodInfo); DO_APP_FUNC(0x026AE6D0, void, AttributeProviderAttribute__ctor_1, (AttributeProviderAttribute * __this, String * typeName, String * propertyName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EBB8, AttributeProviderAttribute__ctor_1__MethodInfo); DO_APP_FUNC(0x026AE850, void, AttributeProviderAttribute__ctor_2, (AttributeProviderAttribute * __this, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EBC8, AttributeProviderAttribute__ctor_2__MethodInfo); DO_APP_FUNC(0x003B93C0, String *, AttributeProviderAttribute_get_TypeName, (AttributeProviderAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, AttributeProviderAttribute_get_PropertyName, (AttributeProviderAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026AE960, bool, ComponentEditor_EditComponent, (ComponentEditor * __this, Object * component, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ComponentEditor__ctor, (ComponentEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseNumberConverter__ctor, (BaseNumberConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, BaseNumberConverter_get_AllowHex, (BaseNumberConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x026AE980, bool, BaseNumberConverter_CanConvertFrom, (BaseNumberConverter * __this, ITypeDescriptorContext * context, Type * sourceType, MethodInfo * method)); DO_APP_FUNC(0x026AEA60, Object *, BaseNumberConverter_ConvertFrom, (BaseNumberConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EB30, BaseNumberConverter_ConvertFrom__MethodInfo); DO_APP_FUNC(0x026AF000, Object *, BaseNumberConverter_ConvertTo, (BaseNumberConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EB00, BaseNumberConverter_ConvertTo__MethodInfo); DO_APP_FUNC(0x026AF2C0, bool, BaseNumberConverter_CanConvertTo, (BaseNumberConverter * __this, ITypeDescriptorContext * context, Type * destinationType, MethodInfo * method)); DO_APP_FUNC(0x026AF310, void, BindableAttribute__ctor, (BindableAttribute * __this, bool bindable, MethodInfo * method)); DO_APP_FUNC(0x026AF320, void, BindableAttribute__ctor_1, (BindableAttribute * __this, bool bindable, BindingDirection__Enum direction, MethodInfo * method)); DO_APP_FUNC(0x026AF330, void, BindableAttribute__ctor_2, (BindableAttribute * __this, BindableSupport__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x026AF350, void, BindableAttribute__ctor_3, (BindableAttribute * __this, BindableSupport__Enum flags, BindingDirection__Enum direction, MethodInfo * method)); DO_APP_FUNC(0x00422A30, bool, BindableAttribute_get_Bindable, (BindableAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, BindingDirection__Enum, BindableAttribute_get_Direction, (BindableAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026AF370, bool, BindableAttribute_Equals, (BindableAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026AF410, int32_t, BindableAttribute_GetHashCode, (BindableAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026AF460, bool, BindableAttribute_IsDefaultAttribute, (BindableAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026AF4E0, void, BindableAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x026AF6B0, bool, BooleanConverter_CanConvertFrom, (BooleanConverter * __this, ITypeDescriptorContext * context, Type * sourceType, MethodInfo * method)); DO_APP_FUNC(0x026AF790, Object *, BooleanConverter_ConvertFrom, (BooleanConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EB48, BooleanConverter_ConvertFrom__MethodInfo); DO_APP_FUNC(0x026AF950, TypeConverter_StandardValuesCollection *, BooleanConverter_GetStandardValues, (BooleanConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, BooleanConverter_GetStandardValuesExclusive, (BooleanConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, BooleanConverter_GetStandardValuesSupported, (BooleanConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BooleanConverter__ctor, (BooleanConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x026AFB40, Type *, ByteConverter_get_TargetType, (ByteConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x026AFBB0, Object *, ByteConverter_FromString, (ByteConverter * __this, String * value, int32_t radix, MethodInfo * method)); DO_APP_FUNC(0x026AFC40, Object *, ByteConverter_FromString_1, (ByteConverter * __this, String * value, NumberFormatInfo * formatInfo, MethodInfo * method)); DO_APP_FUNC(0x026AFD10, String *, ByteConverter_ToString, (ByteConverter * __this, Object * value, NumberFormatInfo * formatInfo, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ByteConverter__ctor, (ByteConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x01015CE0, void, CancelEventHandler__ctor, (CancelEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, CancelEventHandler_Invoke, (CancelEventHandler * __this, Object * sender, CancelEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, CancelEventHandler_BeginInvoke, (CancelEventHandler * __this, Object * sender, CancelEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, CancelEventHandler_EndInvoke, (CancelEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x026AFE50, bool, CharConverter_CanConvertFrom, (CharConverter * __this, ITypeDescriptorContext * context, Type * sourceType, MethodInfo * method)); DO_APP_FUNC(0x026AFF30, Object *, CharConverter_ConvertTo, (CharConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC(0x026B0060, Object *, CharConverter_ConvertFrom, (CharConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EA60, CharConverter_ConvertFrom__MethodInfo); DO_APP_FUNC(0x003AC050, void, CharConverter__ctor, (CharConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x026B0200, void, CollectionChangeEventArgs__ctor, (CollectionChangeEventArgs * __this, CollectionChangeAction__Enum action, Object * element, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, CollectionChangeAction__Enum, CollectionChangeEventArgs_get_Action, (CollectionChangeEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CollectionChangeEventArgs_get_Element, (CollectionChangeEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, CollectionChangeEventHandler__ctor, (CollectionChangeEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, CollectionChangeEventHandler_Invoke, (CollectionChangeEventHandler * __this, Object * sender, CollectionChangeEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, CollectionChangeEventHandler_BeginInvoke, (CollectionChangeEventHandler * __this, Object * sender, CollectionChangeEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, CollectionChangeEventHandler_EndInvoke, (CollectionChangeEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ComplexBindingPropertiesAttribute__ctor, (ComplexBindingPropertiesAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ComplexBindingPropertiesAttribute__ctor_1, (ComplexBindingPropertiesAttribute * __this, String * dataSource, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, ComplexBindingPropertiesAttribute__ctor_2, (ComplexBindingPropertiesAttribute * __this, String * dataSource, String * dataMember, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, ComplexBindingPropertiesAttribute_get_DataSource, (ComplexBindingPropertiesAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, ComplexBindingPropertiesAttribute_get_DataMember, (ComplexBindingPropertiesAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026B02C0, bool, ComplexBindingPropertiesAttribute_Equals, (ComplexBindingPropertiesAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026A70D0, int32_t, ComplexBindingPropertiesAttribute_GetHashCode, (ComplexBindingPropertiesAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026B03C0, void, ComplexBindingPropertiesAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x026B0470, void, ComponentResourceManager__ctor, (ComponentResourceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x026B04C0, void, ComponentResourceManager__ctor_1, (ComponentResourceManager * __this, Type * t, MethodInfo * method)); DO_APP_FUNC(0x026B0520, CultureInfo *, ComponentResourceManager_get_NeutralResourcesCulture, (ComponentResourceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x026B0600, void, ComponentResourceManager_ApplyResources, (ComponentResourceManager * __this, Object * value, String * objectName, MethodInfo * method)); DO_APP_FUNC(0x026B0630, void, ComponentResourceManager_ApplyResources_1, (ComponentResourceManager * __this, Object * value, String * objectName, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9E968, ComponentResourceManager_ApplyResources_1__MethodInfo); DO_APP_FUNC(0x026B13B0, SortedList_2_System_String_System_Object_ *, ComponentResourceManager_FillResources, (ComponentResourceManager * __this, CultureInfo * culture, ResourceSet * * resourceSet, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ContainerFilterService__ctor, (ContainerFilterService * __this, MethodInfo * method)); DO_APP_FUNC(0x0041E8A0, ComponentCollection *, ContainerFilterService_FilterComponents, (ContainerFilterService * __this, ComponentCollection * components, MethodInfo * method)); DO_APP_FUNC(0x026B1A30, String *, CultureInfoConverter_get_DefaultCultureString, (CultureInfoConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x026B1A70, String *, CultureInfoConverter_GetCultureName, (CultureInfoConverter * __this, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC(0x026B1AA0, bool, CultureInfoConverter_CanConvertFrom, (CultureInfoConverter * __this, ITypeDescriptorContext * context, Type * sourceType, MethodInfo * method)); DO_APP_FUNC(0x026B1B80, bool, CultureInfoConverter_CanConvertTo, (CultureInfoConverter * __this, ITypeDescriptorContext * context, Type * destinationType, MethodInfo * method)); DO_APP_FUNC(0x026B1C60, Object *, CultureInfoConverter_ConvertFrom, (CultureInfoConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EA30, CultureInfoConverter_ConvertFrom__MethodInfo); DO_APP_FUNC(0x026B26C0, Object *, CultureInfoConverter_ConvertTo, (CultureInfoConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9E9A8, CultureInfoConverter_ConvertTo__MethodInfo); DO_APP_FUNC(0x026B2BF0, TypeConverter_StandardValuesCollection *, CultureInfoConverter_GetStandardValues, (CultureInfoConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, CultureInfoConverter_GetStandardValuesExclusive, (CultureInfoConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, CultureInfoConverter_GetStandardValuesSupported, (CultureInfoConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CultureInfoConverter__ctor, (CultureInfoConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, CultureInfoConverter_CultureComparer__ctor, (CultureInfoConverter_CultureComparer * __this, CultureInfoConverter * cultureConverter, MethodInfo * method)); DO_APP_FUNC(0x026B3000, int32_t, CultureInfoConverter_CultureComparer_Compare, (CultureInfoConverter_CultureComparer * __this, Object * item1, Object * item2, MethodInfo * method)); DO_APP_FUNC(0x026B31D0, Dictionary_2_System_String_System_String_ *, CultureInfoConverter_CultureInfoMapper_CreateMap, (MethodInfo * method)); DO_APP_FUNC(0x026B86C0, String *, CultureInfoConverter_CultureInfoMapper_GetCultureInfoName, (String * cultureInfoDisplayName, MethodInfo * method)); DO_APP_FUNC(0x026B8760, void, CultureInfoConverter_CultureInfoMapper__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CustomTypeDescriptor__ctor, (CustomTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, CustomTypeDescriptor__ctor_1, (CustomTypeDescriptor * __this, ICustomTypeDescriptor * parent, MethodInfo * method)); DO_APP_FUNC(0x026B8800, AttributeCollection *, CustomTypeDescriptor_GetAttributes, (CustomTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026B8890, String *, CustomTypeDescriptor_GetClassName, (CustomTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026B88F0, String *, CustomTypeDescriptor_GetComponentName, (CustomTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026B8950, TypeConverter *, CustomTypeDescriptor_GetConverter, (CustomTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026B89D0, EventDescriptor *, CustomTypeDescriptor_GetDefaultEvent, (CustomTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026B8A20, PropertyDescriptor *, CustomTypeDescriptor_GetDefaultProperty, (CustomTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026B8A70, Object *, CustomTypeDescriptor_GetEditor, (CustomTypeDescriptor * __this, Type * editorBaseType, MethodInfo * method)); DO_APP_FUNC(0x026B8AE0, EventDescriptorCollection *, CustomTypeDescriptor_GetEvents, (CustomTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026B8B70, EventDescriptorCollection *, CustomTypeDescriptor_GetEvents_1, (CustomTypeDescriptor * __this, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x026B8C10, PropertyDescriptorCollection *, CustomTypeDescriptor_GetProperties, (CustomTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026B8CA0, PropertyDescriptorCollection *, CustomTypeDescriptor_GetProperties_1, (CustomTypeDescriptor * __this, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x026B8D40, Object *, CustomTypeDescriptor_GetPropertyOwner, (CustomTypeDescriptor * __this, PropertyDescriptor * pd, MethodInfo * method)); DO_APP_FUNC(0x003BAD40, void, DataObjectAttribute__ctor, (DataObjectAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, DataObjectAttribute__ctor_1, (DataObjectAttribute * __this, bool isDataObject, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, DataObjectAttribute_get_IsDataObject, (DataObjectAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026B8DA0, bool, DataObjectAttribute_Equals, (DataObjectAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026B8E20, int32_t, DataObjectAttribute_GetHashCode, (DataObjectAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026B8E70, bool, DataObjectAttribute_IsDefaultAttribute, (DataObjectAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026B8EE0, void, DataObjectAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x026B90A0, void, DataObjectFieldAttribute__ctor, (DataObjectFieldAttribute * __this, bool primaryKey, MethodInfo * method)); DO_APP_FUNC(0x026B90C0, void, DataObjectFieldAttribute__ctor_1, (DataObjectFieldAttribute * __this, bool primaryKey, bool isIdentity, MethodInfo * method)); DO_APP_FUNC(0x026B90E0, void, DataObjectFieldAttribute__ctor_2, (DataObjectFieldAttribute * __this, bool primaryKey, bool isIdentity, bool isNullable, MethodInfo * method)); DO_APP_FUNC(0x026B9100, void, DataObjectFieldAttribute__ctor_3, (DataObjectFieldAttribute * __this, bool primaryKey, bool isIdentity, bool isNullable, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, DataObjectFieldAttribute_get_IsIdentity, (DataObjectFieldAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A30, bool, DataObjectFieldAttribute_get_IsNullable, (DataObjectFieldAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, DataObjectFieldAttribute_get_Length, (DataObjectFieldAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, DataObjectFieldAttribute_get_PrimaryKey, (DataObjectFieldAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026B9120, bool, DataObjectFieldAttribute_Equals, (DataObjectFieldAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026A70D0, int32_t, DataObjectFieldAttribute_GetHashCode, (DataObjectFieldAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026B91C0, void, DataObjectMethodAttribute__ctor, (DataObjectMethodAttribute * __this, DataObjectMethodType__Enum methodType, MethodInfo * method)); DO_APP_FUNC(0x02143510, void, DataObjectMethodAttribute__ctor_1, (DataObjectMethodAttribute * __this, DataObjectMethodType__Enum methodType, bool isDefault, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, DataObjectMethodAttribute_get_IsDefault, (DataObjectMethodAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, DataObjectMethodType__Enum, DataObjectMethodAttribute_get_MethodType, (DataObjectMethodAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026B91D0, bool, DataObjectMethodAttribute_Equals, (DataObjectMethodAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026B9260, int32_t, DataObjectMethodAttribute_GetHashCode, (DataObjectMethodAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026B92C0, bool, DataObjectMethodAttribute_Match, (DataObjectMethodAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026B9340, bool, DateTimeConverter_CanConvertFrom, (DateTimeConverter * __this, ITypeDescriptorContext * context, Type * sourceType, MethodInfo * method)); DO_APP_FUNC(0x026B9420, bool, DateTimeConverter_CanConvertTo, (DateTimeConverter * __this, ITypeDescriptorContext * context, Type * destinationType, MethodInfo * method)); DO_APP_FUNC(0x026B9500, Object *, DateTimeConverter_ConvertFrom, (DateTimeConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D9B0, DateTimeConverter_ConvertFrom__MethodInfo); DO_APP_FUNC(0x026B9800, Object *, DateTimeConverter_ConvertTo, (DateTimeConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DateTimeConverter__ctor, (DateTimeConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, DecimalConverter_get_AllowHex, (DecimalConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x026B9D50, Type *, DecimalConverter_get_TargetType, (DecimalConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x026B9DC0, bool, DecimalConverter_CanConvertTo, (DecimalConverter * __this, ITypeDescriptorContext * context, Type * destinationType, MethodInfo * method)); DO_APP_FUNC(0x026B9E90, Object *, DecimalConverter_ConvertTo, (DecimalConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D9A8, DecimalConverter_ConvertTo__MethodInfo); DO_APP_FUNC(0x026BA300, Object *, DecimalConverter_FromString, (DecimalConverter * __this, String * value, int32_t radix, MethodInfo * method)); DO_APP_FUNC(0x026BA460, Object *, DecimalConverter_FromString_1, (DecimalConverter * __this, String * value, NumberFormatInfo * formatInfo, MethodInfo * method)); DO_APP_FUNC(0x026BA4F0, String *, DecimalConverter_ToString, (DecimalConverter * __this, Object * value, NumberFormatInfo * formatInfo, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DecimalConverter__ctor, (DecimalConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DefaultBindingPropertyAttribute__ctor, (DefaultBindingPropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, DefaultBindingPropertyAttribute__ctor_1, (DefaultBindingPropertyAttribute * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, DefaultBindingPropertyAttribute_get_Name, (DefaultBindingPropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026BA650, bool, DefaultBindingPropertyAttribute_Equals, (DefaultBindingPropertyAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026A70D0, int32_t, DefaultBindingPropertyAttribute_GetHashCode, (DefaultBindingPropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026BA700, void, DefaultBindingPropertyAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, DefaultEventAttribute__ctor, (DefaultEventAttribute * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, DefaultEventAttribute_get_Name, (DefaultEventAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026BA7B0, bool, DefaultEventAttribute_Equals, (DefaultEventAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026A70D0, int32_t, DefaultEventAttribute_GetHashCode, (DefaultEventAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026BA860, void, DefaultEventAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, DefaultPropertyAttribute__ctor, (DefaultPropertyAttribute * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, DefaultPropertyAttribute_get_Name, (DefaultPropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026BA970, bool, DefaultPropertyAttribute_Equals, (DefaultPropertyAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026A70D0, int32_t, DefaultPropertyAttribute_GetHashCode, (DefaultPropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026BAA20, void, DefaultPropertyAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, DelegatingTypeDescriptionProvider__ctor, (DelegatingTypeDescriptionProvider * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x026BAB30, TypeDescriptionProvider *, DelegatingTypeDescriptionProvider_get_Provider, (DelegatingTypeDescriptionProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x026BABC0, Object *, DelegatingTypeDescriptionProvider_CreateInstance, (DelegatingTypeDescriptionProvider * __this, IServiceProvider * provider, Type * objectType, Type__Array * argTypes, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x026BAC20, IDictionary *, DelegatingTypeDescriptionProvider_GetCache, (DelegatingTypeDescriptionProvider * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x026BAC60, String *, DelegatingTypeDescriptionProvider_GetFullComponentName, (DelegatingTypeDescriptionProvider * __this, Object * component, MethodInfo * method)); DO_APP_FUNC(0x026BACA0, ICustomTypeDescriptor *, DelegatingTypeDescriptionProvider_GetExtendedTypeDescriptor, (DelegatingTypeDescriptionProvider * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x026BACE0, IExtenderProvider__Array *, DelegatingTypeDescriptionProvider_GetExtenderProviders, (DelegatingTypeDescriptionProvider * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x026BAD20, Type *, DelegatingTypeDescriptionProvider_GetReflectionType, (DelegatingTypeDescriptionProvider * __this, Type * objectType, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x026BAD70, Type *, DelegatingTypeDescriptionProvider_GetRuntimeType, (DelegatingTypeDescriptionProvider * __this, Type * objectType, MethodInfo * method)); DO_APP_FUNC(0x026BADB0, ICustomTypeDescriptor *, DelegatingTypeDescriptionProvider_GetTypeDescriptor, (DelegatingTypeDescriptionProvider * __this, Type * objectType, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x026BAE00, bool, DelegatingTypeDescriptionProvider_IsSupportedType, (DelegatingTypeDescriptionProvider * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x026BAE40, void, InheritanceAttribute__ctor, (InheritanceAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, InheritanceAttribute__ctor_1, (InheritanceAttribute * __this, InheritanceLevel__Enum inheritanceLevel, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, InheritanceLevel__Enum, InheritanceAttribute_get_InheritanceLevel, (InheritanceAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026BAEB0, bool, InheritanceAttribute_Equals, (InheritanceAttribute * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x026A70D0, int32_t, InheritanceAttribute_GetHashCode, (InheritanceAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026BAF50, bool, InheritanceAttribute_IsDefaultAttribute, (InheritanceAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026BAFC0, String *, InheritanceAttribute_ToString, (InheritanceAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026BB0B0, void, InheritanceAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x026BB310, void, PropertyTabAttribute__ctor, (PropertyTabAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026BB430, void, PropertyTabAttribute__ctor_1, (PropertyTabAttribute * __this, Type * tabClass, MethodInfo * method)); DO_APP_FUNC(0x026BB440, void, PropertyTabAttribute__ctor_2, (PropertyTabAttribute * __this, String * tabClassName, MethodInfo * method)); DO_APP_FUNC(0x026BB450, void, PropertyTabAttribute__ctor_3, (PropertyTabAttribute * __this, Type * tabClass, PropertyTabScope__Enum tabScope, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D918, PropertyTabAttribute__ctor_3__MethodInfo); DO_APP_FUNC(0x026BB680, void, PropertyTabAttribute__ctor_4, (PropertyTabAttribute * __this, String * tabClassName, PropertyTabScope__Enum tabScope, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D908, PropertyTabAttribute__ctor_4__MethodInfo); DO_APP_FUNC(0x026BB8B0, Type__Array *, PropertyTabAttribute_get_TabClasses, (PropertyTabAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D960, PropertyTabAttribute_get_TabClasses__MethodInfo); DO_APP_FUNC(0x026BBC70, String__Array *, PropertyTabAttribute_get_TabClassNames, (PropertyTabAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, PropertyTabScope__Enum__Array *, PropertyTabAttribute_get_TabScopes, (PropertyTabAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, PropertyTabAttribute_set_TabScopes, (PropertyTabAttribute * __this, PropertyTabScope__Enum__Array * value, MethodInfo * method)); DO_APP_FUNC(0x026BBCF0, bool, PropertyTabAttribute_Equals, (PropertyTabAttribute * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x026BBDA0, bool, PropertyTabAttribute_Equals_1, (PropertyTabAttribute * __this, PropertyTabAttribute * other, MethodInfo * method)); DO_APP_FUNC(0x026A70D0, int32_t, PropertyTabAttribute_GetHashCode, (PropertyTabAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026BBF50, void, PropertyTabAttribute_InitializeArrays, (PropertyTabAttribute * __this, String__Array * tabClassNames, PropertyTabScope__Enum__Array * tabScopes, MethodInfo * method)); DO_APP_FUNC(0x026BBF70, void, PropertyTabAttribute_InitializeArrays_1, (PropertyTabAttribute * __this, Type__Array * tabClasses, PropertyTabScope__Enum__Array * tabScopes, MethodInfo * method)); DO_APP_FUNC(0x026BBF90, void, PropertyTabAttribute_InitializeArrays_2, (PropertyTabAttribute * __this, String__Array * tabClassNames, Type__Array * tabClasses, PropertyTabScope__Enum__Array * tabScopes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D948, PropertyTabAttribute_InitializeArrays_2__MethodInfo); DO_APP_FUNC(0x026BC460, bool, ToolboxItemAttribute_IsDefaultAttribute, (ToolboxItemAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026BC4D0, void, ToolboxItemAttribute__ctor, (ToolboxItemAttribute * __this, bool defaultType, MethodInfo * method)); DO_APP_FUNC(0x026BC570, void, ToolboxItemAttribute__ctor_1, (ToolboxItemAttribute * __this, String * toolboxItemTypeName, MethodInfo * method)); DO_APP_FUNC(0x026BC700, void, ToolboxItemAttribute__ctor_2, (ToolboxItemAttribute * __this, Type * toolboxItemType, MethodInfo * method)); DO_APP_FUNC(0x026BC7F0, Type *, ToolboxItemAttribute_get_ToolboxItemType, (ToolboxItemAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D838, ToolboxItemAttribute_get_ToolboxItemType__MethodInfo); DO_APP_FUNC(0x026BC980, String *, ToolboxItemAttribute_get_ToolboxItemTypeName, (ToolboxItemAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026BC9E0, bool, ToolboxItemAttribute_Equals, (ToolboxItemAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026BCB30, int32_t, ToolboxItemAttribute_GetHashCode, (ToolboxItemAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026BCB70, void, ToolboxItemAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, DesignTimeVisibleAttribute__ctor, (DesignTimeVisibleAttribute * __this, bool visible, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DesignTimeVisibleAttribute__ctor_1, (DesignTimeVisibleAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, DesignTimeVisibleAttribute_get_Visible, (DesignTimeVisibleAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026BCE50, bool, DesignTimeVisibleAttribute_Equals, (DesignTimeVisibleAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026BCED0, int32_t, DesignTimeVisibleAttribute_GetHashCode, (DesignTimeVisibleAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026BCF70, bool, DesignTimeVisibleAttribute_IsDefaultAttribute, (DesignTimeVisibleAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026BCFE0, void, DesignTimeVisibleAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, DoubleConverter_get_AllowHex, (DoubleConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x026BD1A0, Type *, DoubleConverter_get_TargetType, (DoubleConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x026BD210, Object *, DoubleConverter_FromString, (DoubleConverter * __this, String * value, int32_t radix, MethodInfo * method)); DO_APP_FUNC(0x026BD310, Object *, DoubleConverter_FromString_1, (DoubleConverter * __this, String * value, NumberFormatInfo * formatInfo, MethodInfo * method)); DO_APP_FUNC(0x026BD380, String *, DoubleConverter_ToString, (DoubleConverter * __this, Object * value, NumberFormatInfo * formatInfo, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DoubleConverter__ctor, (DoubleConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x026BD470, void, EditorAttribute__ctor, (EditorAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026BD570, void, EditorAttribute__ctor_1, (EditorAttribute * __this, String * typeName, String * baseTypeName, MethodInfo * method)); DO_APP_FUNC(0x026BD760, void, EditorAttribute__ctor_2, (EditorAttribute * __this, String * typeName, Type * baseType, MethodInfo * method)); DO_APP_FUNC(0x026BD970, void, EditorAttribute__ctor_3, (EditorAttribute * __this, Type * type, Type * baseType, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, EditorAttribute_get_EditorBaseTypeName, (EditorAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, EditorAttribute_get_EditorTypeName, (EditorAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026BDA80, Object *, EditorAttribute_get_TypeId, (EditorAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026BDB70, bool, EditorAttribute_Equals, (EditorAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026A70D0, int32_t, EditorAttribute_GetHashCode, (EditorAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026BDC90, void, EventDescriptor__ctor, (EventDescriptor * __this, String * name, Attribute__Array * attrs, MethodInfo * method)); DO_APP_FUNC(0x026BDCA0, void, EventDescriptor__ctor_1, (EventDescriptor * __this, MemberDescriptor * descr, MethodInfo * method)); DO_APP_FUNC(0x026BDCB0, void, EventDescriptor__ctor_2, (EventDescriptor * __this, MemberDescriptor * descr, Attribute__Array * attrs, MethodInfo * method)); DO_APP_FUNC(0x026BDCC0, void, EventDescriptorCollection__ctor, (EventDescriptorCollection * __this, EventDescriptor__Array * events, MethodInfo * method)); DO_APP_FUNC(0x026BDDE0, void, EventDescriptorCollection__ctor_1, (EventDescriptorCollection * __this, EventDescriptor__Array * events, bool readOnly, MethodInfo * method)); DO_APP_FUNC(0x026BDF10, void, EventDescriptorCollection__ctor_2, (EventDescriptorCollection * __this, EventDescriptor__Array * events, int32_t eventCount, String__Array * namedSort, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, int32_t, EventDescriptorCollection_get_Count, (EventDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD10, void, EventDescriptorCollection_set_Count, (EventDescriptorCollection * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x026BE0E0, EventDescriptor *, EventDescriptorCollection_get_Item, (EventDescriptorCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D828, EventDescriptorCollection_get_Item__MethodInfo); DO_APP_FUNC(0x026BE170, EventDescriptor *, EventDescriptorCollection_get_Item_1, (EventDescriptorCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x026BE190, int32_t, EventDescriptorCollection_Add, (EventDescriptorCollection * __this, EventDescriptor * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D818, EventDescriptorCollection_Add__MethodInfo); DO_APP_FUNC(0x026BE270, void, EventDescriptorCollection_Clear, (EventDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D820, EventDescriptorCollection_Clear__MethodInfo); DO_APP_FUNC(0x026BE2D0, bool, EventDescriptorCollection_Contains, (EventDescriptorCollection * __this, EventDescriptor * value, MethodInfo * method)); DO_APP_FUNC(0x026BE330, void, EventDescriptorCollection_System_Collections_ICollection_CopyTo, (EventDescriptorCollection * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x026BE380, void, EventDescriptorCollection_EnsureEventsOwned, (EventDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026BE480, void, EventDescriptorCollection_EnsureSize, (EventDescriptorCollection * __this, int32_t sizeNeeded, MethodInfo * method)); DO_APP_FUNC(0x026BE640, EventDescriptor *, EventDescriptorCollection_Find, (EventDescriptorCollection * __this, String * name, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x026BE860, int32_t, EventDescriptorCollection_IndexOf, (EventDescriptorCollection * __this, EventDescriptor * value, MethodInfo * method)); DO_APP_FUNC(0x026BE8C0, void, EventDescriptorCollection_Insert, (EventDescriptorCollection * __this, int32_t index, EventDescriptor * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D770, EventDescriptorCollection_Insert__MethodInfo); DO_APP_FUNC(0x026BE9C0, void, EventDescriptorCollection_Remove, (EventDescriptorCollection * __this, EventDescriptor * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D778, EventDescriptorCollection_Remove__MethodInfo); DO_APP_FUNC(0x026BEA80, void, EventDescriptorCollection_RemoveAt, (EventDescriptorCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D768, EventDescriptorCollection_RemoveAt__MethodInfo); DO_APP_FUNC(0x026BEB30, IEnumerator *, EventDescriptorCollection_GetEnumerator, (EventDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026BEC10, EventDescriptorCollection *, EventDescriptorCollection_Sort, (EventDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026BECC0, EventDescriptorCollection *, EventDescriptorCollection_Sort_1, (EventDescriptorCollection * __this, String__Array * names, MethodInfo * method)); DO_APP_FUNC(0x026BED70, EventDescriptorCollection *, EventDescriptorCollection_Sort_2, (EventDescriptorCollection * __this, String__Array * names, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x026BEE20, EventDescriptorCollection *, EventDescriptorCollection_Sort_3, (EventDescriptorCollection * __this, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x026BEED0, void, EventDescriptorCollection_InternalSort, (EventDescriptorCollection * __this, String__Array * names, MethodInfo * method)); DO_APP_FUNC(0x026BF2E0, void, EventDescriptorCollection_InternalSort_1, (EventDescriptorCollection * __this, IComparer * sorter, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, EventDescriptorCollection_System_Collections_ICollection_get_IsSynchronized, (EventDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Object *, EventDescriptorCollection_System_Collections_ICollection_get_SyncRoot, (EventDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, int32_t, EventDescriptorCollection_System_Collections_ICollection_get_Count, (EventDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026BF410, IEnumerator *, EventDescriptorCollection_System_Collections_IEnumerable_GetEnumerator, (EventDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026BF4F0, Object *, EventDescriptorCollection_System_Collections_IList_get_Item, (EventDescriptorCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x026BF510, void, EventDescriptorCollection_System_Collections_IList_set_Item, (EventDescriptorCollection * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D788, EventDescriptorCollection_System_Collections_IList_set_Item__MethodInfo); DO_APP_FUNC(0x026BF6C0, int32_t, EventDescriptorCollection_System_Collections_IList_Add, (EventDescriptorCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x026BF800, bool, EventDescriptorCollection_System_Collections_IList_Contains, (EventDescriptorCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x026BE270, void, EventDescriptorCollection_System_Collections_IList_Clear, (EventDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026BF8C0, int32_t, EventDescriptorCollection_System_Collections_IList_IndexOf, (EventDescriptorCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x026BF980, void, EventDescriptorCollection_System_Collections_IList_Insert, (EventDescriptorCollection * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x026BFAF0, void, EventDescriptorCollection_System_Collections_IList_Remove, (EventDescriptorCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x026BFC00, void, EventDescriptorCollection_System_Collections_IList_RemoveAt, (EventDescriptorCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x009C8430, bool, EventDescriptorCollection_System_Collections_IList_get_IsReadOnly, (EventDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x009C8430, bool, EventDescriptorCollection_System_Collections_IList_get_IsFixedSize, (EventDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026BFC10, void, EventDescriptorCollection__cctor, (MethodInfo * method)); DO_APP_FUNC(0x026BFCD0, void, EventDescriptorCollection_ArraySubsetEnumerator__ctor, (EventDescriptorCollection_ArraySubsetEnumerator * __this, Array * array, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x026BFD40, bool, EventDescriptorCollection_ArraySubsetEnumerator_MoveNext, (EventDescriptorCollection_ArraySubsetEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02592C60, void, EventDescriptorCollection_ArraySubsetEnumerator_Reset, (EventDescriptorCollection_ArraySubsetEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x026BFD60, Object *, EventDescriptorCollection_ArraySubsetEnumerator_get_Current, (EventDescriptorCollection_ArraySubsetEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D6F8, EventDescriptorCollection_ArraySubsetEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003AC050, void, ExpandableObjectConverter__ctor, (ExpandableObjectConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x026BFDE0, PropertyDescriptorCollection *, ExpandableObjectConverter_GetProperties, (ExpandableObjectConverter * __this, ITypeDescriptorContext * context, Object * value, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ExpandableObjectConverter_GetPropertiesSupported, (ExpandableObjectConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x026BFE40, void, ExtendedPropertyDescriptor__ctor, (ExtendedPropertyDescriptor * __this, ReflectPropertyDescriptor * extenderInfo, Type * receiverType, IExtenderProvider * provider, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x026C01F0, void, ExtendedPropertyDescriptor__ctor_1, (ExtendedPropertyDescriptor * __this, PropertyDescriptor * extender, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x026C03F0, bool, ExtendedPropertyDescriptor_CanResetValue, (ExtendedPropertyDescriptor * __this, Object * comp, MethodInfo * method)); DO_APP_FUNC(0x026C0420, Type *, ExtendedPropertyDescriptor_get_ComponentType, (ExtendedPropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026C0450, bool, ExtendedPropertyDescriptor_get_IsReadOnly, (ExtendedPropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026C0560, Type *, ExtendedPropertyDescriptor_get_PropertyType, (ExtendedPropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026C0590, String *, ExtendedPropertyDescriptor_get_DisplayName, (ExtendedPropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026C0870, Object *, ExtendedPropertyDescriptor_GetValue, (ExtendedPropertyDescriptor * __this, Object * comp, MethodInfo * method)); DO_APP_FUNC(0x026C08A0, void, ExtendedPropertyDescriptor_ResetValue, (ExtendedPropertyDescriptor * __this, Object * comp, MethodInfo * method)); DO_APP_FUNC(0x026C08E0, void, ExtendedPropertyDescriptor_SetValue, (ExtendedPropertyDescriptor * __this, Object * component, Object * value, MethodInfo * method)); DO_APP_FUNC(0x026C0920, bool, ExtendedPropertyDescriptor_ShouldSerializeValue, (ExtendedPropertyDescriptor * __this, Object * comp, MethodInfo * method)); DO_APP_FUNC(0x026C0950, ExtenderProvidedPropertyAttribute *, ExtenderProvidedPropertyAttribute_Create, (PropertyDescriptor * extenderProperty, Type * receiverType, IExtenderProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExtenderProvidedPropertyAttribute__ctor, (ExtenderProvidedPropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, PropertyDescriptor *, ExtenderProvidedPropertyAttribute_get_ExtenderProperty, (ExtenderProvidedPropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ExtenderProvidedPropertyAttribute_set_ExtenderProperty, (ExtenderProvidedPropertyAttribute * __this, PropertyDescriptor * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IExtenderProvider *, ExtenderProvidedPropertyAttribute_get_Provider, (ExtenderProvidedPropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ExtenderProvidedPropertyAttribute_set_Provider, (ExtenderProvidedPropertyAttribute * __this, IExtenderProvider * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Type *, ExtenderProvidedPropertyAttribute_get_ReceiverType, (ExtenderProvidedPropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ExtenderProvidedPropertyAttribute_set_ReceiverType, (ExtenderProvidedPropertyAttribute * __this, Type * value, MethodInfo * method)); DO_APP_FUNC(0x026C0AC0, bool, ExtenderProvidedPropertyAttribute_Equals, (ExtenderProvidedPropertyAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026A70D0, int32_t, ExtenderProvidedPropertyAttribute_GetHashCode, (ExtenderProvidedPropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026C0BC0, bool, ExtenderProvidedPropertyAttribute_IsDefaultAttribute, (ExtenderProvidedPropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026C0C10, bool, GuidConverter_CanConvertFrom, (GuidConverter * __this, ITypeDescriptorContext * context, Type * sourceType, MethodInfo * method)); DO_APP_FUNC(0x026C0CF0, bool, GuidConverter_CanConvertTo, (GuidConverter * __this, ITypeDescriptorContext * context, Type * destinationType, MethodInfo * method)); DO_APP_FUNC(0x026C0DD0, Object *, GuidConverter_ConvertFrom, (GuidConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, MethodInfo * method)); DO_APP_FUNC(0x026C0FE0, Object *, GuidConverter_ConvertTo, (GuidConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D6C8, GuidConverter_ConvertTo__MethodInfo); DO_APP_FUNC(0x003AC050, void, GuidConverter__ctor, (GuidConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x026D5100, void, HandledEventArgs__ctor, (HandledEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x026D5150, void, HandledEventArgs__ctor_1, (HandledEventArgs * __this, bool defaultHandledValue, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, HandledEventArgs_get_Handled, (HandledEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, HandledEventArgs_set_Handled, (HandledEventArgs * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, HandledEventHandler__ctor, (HandledEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, HandledEventHandler_Invoke, (HandledEventHandler * __this, Object * sender, HandledEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, HandledEventHandler_BeginInvoke, (HandledEventHandler * __this, Object * sender, HandledEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, HandledEventHandler_EndInvoke, (HandledEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x026D51B0, void, InstallerTypeAttribute__ctor, (InstallerTypeAttribute * __this, Type * installerType, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InstallerTypeAttribute__ctor_1, (InstallerTypeAttribute * __this, String * typeName, MethodInfo * method)); DO_APP_FUNC(0x026D5230, Type *, InstallerTypeAttribute_get_InstallerType, (InstallerTypeAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2970, InstallerTypeAttribute_get_InstallerType__MethodInfo); DO_APP_FUNC(0x026D52B0, bool, InstallerTypeAttribute_Equals, (InstallerTypeAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026A70D0, int32_t, InstallerTypeAttribute_GetHashCode, (InstallerTypeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026D5370, String *, InstanceCreationEditor_get_Text, (InstanceCreationEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InstanceCreationEditor__ctor, (InstanceCreationEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x026D53B0, Type *, Int16Converter_get_TargetType, (Int16Converter * __this, MethodInfo * method)); DO_APP_FUNC(0x026D5420, Object *, Int16Converter_FromString, (Int16Converter * __this, String * value, int32_t radix, MethodInfo * method)); DO_APP_FUNC(0x026D55C0, Object *, Int16Converter_FromString_1, (Int16Converter * __this, String * value, NumberFormatInfo * formatInfo, MethodInfo * method)); DO_APP_FUNC(0x026D5690, String *, Int16Converter_ToString, (Int16Converter * __this, Object * value, NumberFormatInfo * formatInfo, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Int16Converter__ctor, (Int16Converter * __this, MethodInfo * method)); DO_APP_FUNC(0x026D5730, Type *, Int32Converter_get_TargetType, (Int32Converter * __this, MethodInfo * method)); DO_APP_FUNC(0x026D57A0, Object *, Int32Converter_FromString, (Int32Converter * __this, String * value, int32_t radix, MethodInfo * method)); DO_APP_FUNC(0x026D5830, Object *, Int32Converter_FromString_1, (Int32Converter * __this, String * value, NumberFormatInfo * formatInfo, MethodInfo * method)); DO_APP_FUNC(0x026D58A0, String *, Int32Converter_ToString, (Int32Converter * __this, Object * value, NumberFormatInfo * formatInfo, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Int32Converter__ctor, (Int32Converter * __this, MethodInfo * method)); DO_APP_FUNC(0x026D59E0, Type *, Int64Converter_get_TargetType, (Int64Converter * __this, MethodInfo * method)); DO_APP_FUNC(0x026D5A50, Object *, Int64Converter_FromString, (Int64Converter * __this, String * value, int32_t radix, MethodInfo * method)); DO_APP_FUNC(0x026D5BA0, Object *, Int64Converter_FromString_1, (Int64Converter * __this, String * value, NumberFormatInfo * formatInfo, MethodInfo * method)); DO_APP_FUNC(0x026D5C10, String *, Int64Converter_ToString, (Int64Converter * __this, Object * value, NumberFormatInfo * formatInfo, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Int64Converter__ctor, (Int64Converter * __this, MethodInfo * method)); DO_APP_FUNC(0x026AB3E0, void, InvalidAsynchronousStateException__ctor, (InvalidAsynchronousStateException * __this, MethodInfo * method)); DO_APP_FUNC(0x01AEDDB0, void, InvalidAsynchronousStateException__ctor_1, (InvalidAsynchronousStateException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01AEDDD0, void, InvalidAsynchronousStateException__ctor_2, (InvalidAsynchronousStateException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x019AA960, void, InvalidAsynchronousStateException__ctor_3, (InvalidAsynchronousStateException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x026D5D50, bool, LicFileLicenseProvider_IsKeyValid, (LicFileLicenseProvider * __this, String * key, Type * type, MethodInfo * method)); DO_APP_FUNC(0x026D5DA0, String *, LicFileLicenseProvider_GetKey, (LicFileLicenseProvider * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x026D5EC0, License *, LicFileLicenseProvider_GetLicense, (LicFileLicenseProvider * __this, LicenseContext * context, Type * type, Object * instance, bool allowExceptions, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LicFileLicenseProvider__ctor, (LicFileLicenseProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, LicFileLicenseProvider_LicFileLicense__ctor, (LicFileLicenseProvider_LicFileLicense * __this, LicFileLicenseProvider * owner, String * key, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, LicFileLicenseProvider_LicFileLicense_get_LicenseKey, (LicFileLicenseProvider_LicFileLicense * __this, MethodInfo * method)); DO_APP_FUNC(0x026D6390, void, LicFileLicenseProvider_LicFileLicense_Dispose, (LicFileLicenseProvider_LicFileLicense * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, License__ctor, (License * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, LicenseUsageMode__Enum, LicenseContext_get_UsageMode, (LicenseContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, String *, LicenseContext_GetSavedLicenseKey, (LicenseContext * __this, Type * type, Assembly * resourceAssembly, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Object *, LicenseContext_GetService, (LicenseContext * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LicenseContext_SetSavedLicenseKey, (LicenseContext * __this, Type * type, String * key, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LicenseContext__ctor, (LicenseContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LicenseManager__ctor, (LicenseManager * __this, MethodInfo * method)); DO_APP_FUNC(0x026D63E0, LicenseContext *, LicenseManager_get_CurrentContext, (MethodInfo * method)); DO_APP_FUNC(0x026D66B0, void, LicenseManager_set_CurrentContext, (LicenseContext * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2918, LicenseManager_set_CurrentContext__MethodInfo); DO_APP_FUNC(0x026D6930, LicenseUsageMode__Enum, LicenseManager_get_UsageMode, (MethodInfo * method)); DO_APP_FUNC(0x026D69F0, void, LicenseManager_CacheProvider, (Type * type, LicenseProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x026D6CE0, Object *, LicenseManager_CreateWithContext, (Type * type, LicenseContext * creationContext, MethodInfo * method)); DO_APP_FUNC(0x026D6D70, Object *, LicenseManager_CreateWithContext_1, (Type * type, LicenseContext * creationContext, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2948, LicenseManager_CreateWithContext_1__MethodInfo); DO_APP_FUNC(0x026D7160, bool, LicenseManager_GetCachedNoLicenseProvider, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x026D7220, LicenseProvider *, LicenseManager_GetCachedProvider, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x026D72F0, LicenseProvider *, LicenseManager_GetCachedProviderInstance, (Type * providerType, MethodInfo * method)); DO_APP_FUNC(0x026D73C0, bool, LicenseManager_IsLicensed, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x026D74B0, bool, LicenseManager_IsValid, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x026D75A0, bool, LicenseManager_IsValid_1, (Type * type, Object * instance, License * * license, MethodInfo * method)); DO_APP_FUNC(0x026D7620, void, LicenseManager_LockContext, (Object * contextUser, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA28D8, LicenseManager_LockContext__MethodInfo); DO_APP_FUNC(0x026D7890, void, LicenseManager_UnlockContext, (Object * contextUser, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA28C8, LicenseManager_UnlockContext__MethodInfo); DO_APP_FUNC(0x026D7B10, bool, LicenseManager_ValidateInternal, (Type * type, Object * instance, bool allowExceptions, License * * license, MethodInfo * method)); DO_APP_FUNC(0x026D7BC0, bool, LicenseManager_ValidateInternalRecursive, (LicenseContext * context, Type * type, Object * instance, bool allowExceptions, License * * license, String * * licenseKey, MethodInfo * method)); DO_APP_FUNC(0x026D82A0, void, LicenseManager_Validate, (Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2900, LicenseManager_Validate__MethodInfo); DO_APP_FUNC(0x026D83C0, License *, LicenseManager_Validate_1, (Type * type, Object * instance, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA28E0, LicenseManager_Validate_1__MethodInfo); DO_APP_FUNC(0x026D84E0, void, LicenseManager__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LicenseProvider__ctor, (LicenseProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x019C5750, void, LicenseProviderAttribute__ctor, (LicenseProviderAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, LicenseProviderAttribute__ctor_1, (LicenseProviderAttribute * __this, String * typeName, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LicenseProviderAttribute__ctor_2, (LicenseProviderAttribute * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x026D8630, Type *, LicenseProviderAttribute_get_LicenseProvider, (LicenseProviderAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA28E8, LicenseProviderAttribute_get_LicenseProvider__MethodInfo); DO_APP_FUNC(0x026D8730, Object *, LicenseProviderAttribute_get_TypeId, (LicenseProviderAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026D8800, bool, LicenseProviderAttribute_Equals, (LicenseProviderAttribute * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x026A70D0, int32_t, LicenseProviderAttribute_GetHashCode, (LicenseProviderAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026D8920, void, LicenseProviderAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00422A40, void, ListBindableAttribute__ctor, (ListBindableAttribute * __this, bool listBindable, MethodInfo * method)); DO_APP_FUNC(0x026D8A30, void, ListBindableAttribute__ctor_1, (ListBindableAttribute * __this, BindableSupport__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x00422A30, bool, ListBindableAttribute_get_ListBindable, (ListBindableAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026D8A50, bool, ListBindableAttribute_Equals, (ListBindableAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026A70D0, int32_t, ListBindableAttribute_GetHashCode, (ListBindableAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026D8AD0, bool, ListBindableAttribute_IsDefaultAttribute, (ListBindableAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026D8B50, void, ListBindableAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x026D8D10, void, ListChangedEventArgs__ctor, (ListChangedEventArgs * __this, ListChangedType__Enum listChangedType, int32_t newIndex, MethodInfo * method)); DO_APP_FUNC(0x026D8D80, void, ListChangedEventArgs__ctor_1, (ListChangedEventArgs * __this, ListChangedType__Enum listChangedType, int32_t newIndex, PropertyDescriptor * propDesc, MethodInfo * method)); DO_APP_FUNC(0x026D8E50, void, ListChangedEventArgs__ctor_2, (ListChangedEventArgs * __this, ListChangedType__Enum listChangedType, PropertyDescriptor * propDesc, MethodInfo * method)); DO_APP_FUNC(0x026D8F10, void, ListChangedEventArgs__ctor_3, (ListChangedEventArgs * __this, ListChangedType__Enum listChangedType, int32_t newIndex, int32_t oldIndex, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, ListChangedType__Enum, ListChangedEventArgs_get_ListChangedType, (ListChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, ListChangedEventArgs_get_NewIndex, (ListChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, ListChangedEventArgs_get_OldIndex, (ListChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, PropertyDescriptor *, ListChangedEventArgs_get_PropertyDescriptor, (ListChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, ListChangedEventHandler__ctor, (ListChangedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ListChangedEventHandler_Invoke, (ListChangedEventHandler * __this, Object * sender, ListChangedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, ListChangedEventHandler_BeginInvoke, (ListChangedEventHandler * __this, Object * sender, ListChangedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ListChangedEventHandler_EndInvoke, (ListChangedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00A9FD50, void, ListSortDescription__ctor, (ListSortDescription * __this, PropertyDescriptor * property, ListSortDirection__Enum direction, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, PropertyDescriptor *, ListSortDescription_get_PropertyDescriptor, (ListSortDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ListSortDescription_set_PropertyDescriptor, (ListSortDescription * __this, PropertyDescriptor * value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, ListSortDirection__Enum, ListSortDescription_get_SortDirection, (ListSortDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, ListSortDescription_set_SortDirection, (ListSortDescription * __this, ListSortDirection__Enum value, MethodInfo * method)); DO_APP_FUNC(0x026D8F90, void, ListSortDescriptionCollection__ctor, (ListSortDescriptionCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026D9040, void, ListSortDescriptionCollection__ctor_1, (ListSortDescriptionCollection * __this, ListSortDescription__Array * sorts, MethodInfo * method)); DO_APP_FUNC(0x026D9140, ListSortDescription *, ListSortDescriptionCollection_get_Item, (ListSortDescriptionCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x026D91E0, void, ListSortDescriptionCollection_set_Item, (ListSortDescriptionCollection * __this, int32_t index, ListSortDescription * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA28A8, ListSortDescriptionCollection_set_Item__MethodInfo); DO_APP_FUNC(0x00418D30, bool, ListSortDescriptionCollection_System_Collections_IList_get_IsFixedSize, (ListSortDescriptionCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ListSortDescriptionCollection_System_Collections_IList_get_IsReadOnly, (ListSortDescriptionCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026D9140, Object *, ListSortDescriptionCollection_System_Collections_IList_get_Item, (ListSortDescriptionCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x026D9240, void, ListSortDescriptionCollection_System_Collections_IList_set_Item, (ListSortDescriptionCollection * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2890, ListSortDescriptionCollection_System_Collections_IList_set_Item__MethodInfo); DO_APP_FUNC(0x026D92A0, int32_t, ListSortDescriptionCollection_System_Collections_IList_Add, (ListSortDescriptionCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2898, ListSortDescriptionCollection_System_Collections_IList_Add__MethodInfo); DO_APP_FUNC(0x026D9300, void, ListSortDescriptionCollection_System_Collections_IList_Clear, (ListSortDescriptionCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA28B0, ListSortDescriptionCollection_System_Collections_IList_Clear__MethodInfo); DO_APP_FUNC(0x026D9360, bool, ListSortDescriptionCollection_Contains, (ListSortDescriptionCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x026D93C0, int32_t, ListSortDescriptionCollection_IndexOf, (ListSortDescriptionCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x026D9420, void, ListSortDescriptionCollection_System_Collections_IList_Insert, (ListSortDescriptionCollection * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2860, ListSortDescriptionCollection_System_Collections_IList_Insert__MethodInfo); DO_APP_FUNC(0x026D9480, void, ListSortDescriptionCollection_System_Collections_IList_Remove, (ListSortDescriptionCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2850, ListSortDescriptionCollection_System_Collections_IList_Remove__MethodInfo); DO_APP_FUNC(0x026D94E0, void, ListSortDescriptionCollection_System_Collections_IList_RemoveAt, (ListSortDescriptionCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2858, ListSortDescriptionCollection_System_Collections_IList_RemoveAt__MethodInfo); DO_APP_FUNC(0x01B68390, int32_t, ListSortDescriptionCollection_get_Count, (ListSortDescriptionCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ListSortDescriptionCollection_System_Collections_ICollection_get_IsSynchronized, (ListSortDescriptionCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Object *, ListSortDescriptionCollection_System_Collections_ICollection_get_SyncRoot, (ListSortDescriptionCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x01B68650, void, ListSortDescriptionCollection_CopyTo, (ListSortDescriptionCollection * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x019429C0, IEnumerator *, ListSortDescriptionCollection_System_Collections_IEnumerable_GetEnumerator, (ListSortDescriptionCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026D9540, void, LookupBindingPropertiesAttribute__ctor, (LookupBindingPropertiesAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01160C70, void, LookupBindingPropertiesAttribute__ctor_1, (LookupBindingPropertiesAttribute * __this, String * dataSource, String * displayMember, String * valueMember, String * lookupMember, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, LookupBindingPropertiesAttribute_get_DataSource, (LookupBindingPropertiesAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, LookupBindingPropertiesAttribute_get_DisplayMember, (LookupBindingPropertiesAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, LookupBindingPropertiesAttribute_get_ValueMember, (LookupBindingPropertiesAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, LookupBindingPropertiesAttribute_get_LookupMember, (LookupBindingPropertiesAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026D9690, bool, LookupBindingPropertiesAttribute_Equals, (LookupBindingPropertiesAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026A70D0, int32_t, LookupBindingPropertiesAttribute_GetHashCode, (LookupBindingPropertiesAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026D9820, void, LookupBindingPropertiesAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MarshalByValueComponent__ctor, (MarshalByValueComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x026D9A20, void, MarshalByValueComponent_Finalize, (MarshalByValueComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x026D9A70, void, MarshalByValueComponent_add_Disposed, (MarshalByValueComponent * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x026D9B00, void, MarshalByValueComponent_remove_Disposed, (MarshalByValueComponent * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x026D9B90, EventHandlerList *, MarshalByValueComponent_get_Events, (MarshalByValueComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, ISite *, MarshalByValueComponent_get_Site, (MarshalByValueComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, MarshalByValueComponent_set_Site, (MarshalByValueComponent * __this, ISite * value, MethodInfo * method)); DO_APP_FUNC(0x026D9C30, void, MarshalByValueComponent_Dispose, (MarshalByValueComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x026D9CA0, void, MarshalByValueComponent_Dispose_1, (MarshalByValueComponent * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x026D9F60, IContainer *, MarshalByValueComponent_get_Container, (MarshalByValueComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x026D9FC0, Object *, MarshalByValueComponent_GetService, (MarshalByValueComponent * __this, Type * service, MethodInfo * method)); DO_APP_FUNC(0x026DA030, bool, MarshalByValueComponent_get_DesignMode, (MarshalByValueComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x026DA090, String *, MarshalByValueComponent_ToString, (MarshalByValueComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x026DA190, void, MarshalByValueComponent__cctor, (MethodInfo * method)); DO_APP_FUNC(0x026DA250, void, MaskedTextProvider__ctor, (MaskedTextProvider * __this, String * mask, MethodInfo * method)); DO_APP_FUNC(0x026DA280, void, MaskedTextProvider__ctor_1, (MaskedTextProvider * __this, String * mask, bool restrictToAscii, MethodInfo * method)); DO_APP_FUNC(0x026DA2B0, void, MaskedTextProvider__ctor_2, (MaskedTextProvider * __this, String * mask, CultureInfo * culture, MethodInfo * method)); DO_APP_FUNC(0x026DA2E0, void, MaskedTextProvider__ctor_3, (MaskedTextProvider * __this, String * mask, CultureInfo * culture, bool restrictToAscii, MethodInfo * method)); DO_APP_FUNC(0x026DA310, void, MaskedTextProvider__ctor_4, (MaskedTextProvider * __this, String * mask, uint16_t passwordChar, bool allowPromptAsInput, MethodInfo * method)); DO_APP_FUNC(0x026DA340, void, MaskedTextProvider__ctor_5, (MaskedTextProvider * __this, String * mask, CultureInfo * culture, uint16_t passwordChar, bool allowPromptAsInput, MethodInfo * method)); DO_APP_FUNC(0x026DA370, void, MaskedTextProvider__ctor_6, (MaskedTextProvider * __this, String * mask, CultureInfo * culture, bool allowPromptAsInput, uint16_t promptChar, uint16_t passwordChar, bool restrictToAscii, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2800, MaskedTextProvider__ctor_6__MethodInfo); DO_APP_FUNC(0x026DA7E0, void, MaskedTextProvider_Initialize, (MaskedTextProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x026DADE0, bool, MaskedTextProvider_get_AllowPromptAsInput, (MaskedTextProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, MaskedTextProvider_get_AssignedEditPositionCount, (MaskedTextProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF230, void, MaskedTextProvider_set_AssignedEditPositionCount, (MaskedTextProvider * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x026DAE50, int32_t, MaskedTextProvider_get_AvailableEditPositionCount, (MaskedTextProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x026DAE60, Object *, MaskedTextProvider_Clone, (MaskedTextProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, CultureInfo *, MaskedTextProvider_get_Culture, (MaskedTextProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x0200AF10, uint16_t, MaskedTextProvider_get_DefaultPasswordChar, (MethodInfo * method)); DO_APP_FUNC(0x026DB870, int32_t, MaskedTextProvider_get_EditPositionCount, (MaskedTextProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x026DB880, IEnumerator *, MaskedTextProvider_get_EditPositions, (MaskedTextProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x026DBAB0, bool, MaskedTextProvider_get_IncludeLiterals, (MaskedTextProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x026DBB20, void, MaskedTextProvider_set_IncludeLiterals, (MaskedTextProvider * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x026DBBB0, bool, MaskedTextProvider_get_IncludePrompt, (MaskedTextProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x026DBC20, void, MaskedTextProvider_set_IncludePrompt, (MaskedTextProvider * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x026DBCB0, bool, MaskedTextProvider_get_AsciiOnly, (MaskedTextProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x026DBD20, bool, MaskedTextProvider_get_IsPassword, (MaskedTextProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x026DBD30, void, MaskedTextProvider_set_IsPassword, (MaskedTextProvider * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FEBF0, int32_t, MaskedTextProvider_get_InvalidIndex, (MethodInfo * method)); DO_APP_FUNC(0x026DBDB0, int32_t, MaskedTextProvider_get_LastAssignedPosition, (MaskedTextProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x026DBE00, int32_t, MaskedTextProvider_get_Length, (MaskedTextProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, String *, MaskedTextProvider_get_Mask, (MaskedTextProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x026DBE20, bool, MaskedTextProvider_get_MaskCompleted, (MaskedTextProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x026DBE30, bool, MaskedTextProvider_get_MaskFull, (MaskedTextProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x009F0BB0, uint16_t, MaskedTextProvider_get_PasswordChar, (MaskedTextProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x026DBE40, void, MaskedTextProvider_set_PasswordChar, (MaskedTextProvider * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA27A8, MaskedTextProvider_set_PasswordChar__MethodInfo); DO_APP_FUNC(0x0223B2E0, uint16_t, MaskedTextProvider_get_PromptChar, (MaskedTextProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x026DBF90, void, MaskedTextProvider_set_PromptChar, (MaskedTextProvider * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA27C0, MaskedTextProvider_set_PromptChar__MethodInfo); DO_APP_FUNC(0x026DC170, bool, MaskedTextProvider_get_ResetOnPrompt, (MaskedTextProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x026DC1E0, void, MaskedTextProvider_set_ResetOnPrompt, (MaskedTextProvider * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x026DC270, bool, MaskedTextProvider_get_ResetOnSpace, (MaskedTextProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x026DC2E0, void, MaskedTextProvider_set_ResetOnSpace, (MaskedTextProvider * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x026DC370, bool, MaskedTextProvider_get_SkipLiterals, (MaskedTextProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x026DC3E0, void, MaskedTextProvider_set_SkipLiterals, (MaskedTextProvider * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x026DC470, uint16_t, MaskedTextProvider_get_Item, (MaskedTextProvider * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA27C8, MaskedTextProvider_get_Item__MethodInfo); DO_APP_FUNC(0x026DC540, bool, MaskedTextProvider_Add, (MaskedTextProvider * __this, uint16_t input, MethodInfo * method)); DO_APP_FUNC(0x026DC650, bool, MaskedTextProvider_Add_1, (MaskedTextProvider * __this, uint16_t input, int32_t * testPosition, MaskedTextResultHint__Enum * resultHint, MethodInfo * method)); DO_APP_FUNC(0x026DC7B0, bool, MaskedTextProvider_Add_2, (MaskedTextProvider * __this, String * input, MethodInfo * method)); DO_APP_FUNC(0x026DC8B0, bool, MaskedTextProvider_Add_3, (MaskedTextProvider * __this, String * input, int32_t * testPosition, MaskedTextResultHint__Enum * resultHint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA27D0, MaskedTextProvider_Add_3__MethodInfo); DO_APP_FUNC(0x026DC9C0, void, MaskedTextProvider_Clear, (MaskedTextProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x026DC9E0, void, MaskedTextProvider_Clear_1, (MaskedTextProvider * __this, MaskedTextResultHint__Enum * resultHint, MethodInfo * method)); DO_APP_FUNC(0x026DCB10, int32_t, MaskedTextProvider_FindAssignedEditPositionFrom, (MaskedTextProvider * __this, int32_t position, bool direction, MethodInfo * method)); DO_APP_FUNC(0x026DCB70, int32_t, MaskedTextProvider_FindAssignedEditPositionInRange, (MaskedTextProvider * __this, int32_t startPosition, int32_t endPosition, bool direction, MethodInfo * method)); DO_APP_FUNC(0x026DCCB0, int32_t, MaskedTextProvider_FindEditPositionFrom, (MaskedTextProvider * __this, int32_t position, bool direction, MethodInfo * method)); DO_APP_FUNC(0x026DCD00, int32_t, MaskedTextProvider_FindEditPositionInRange, (MaskedTextProvider * __this, int32_t startPosition, int32_t endPosition, bool direction, MethodInfo * method)); DO_APP_FUNC(0x026DCD20, int32_t, MaskedTextProvider_FindEditPositionInRange_1, (MaskedTextProvider * __this, int32_t startPosition, int32_t endPosition, bool direction, uint8_t assignedStatus, MethodInfo * method)); DO_APP_FUNC(0x026DCE70, int32_t, MaskedTextProvider_FindNonEditPositionFrom, (MaskedTextProvider * __this, int32_t position, bool direction, MethodInfo * method)); DO_APP_FUNC(0x026DCEC0, int32_t, MaskedTextProvider_FindNonEditPositionInRange, (MaskedTextProvider * __this, int32_t startPosition, int32_t endPosition, bool direction, MethodInfo * method)); DO_APP_FUNC(0x026DCEE0, int32_t, MaskedTextProvider_FindPositionInRange, (MaskedTextProvider * __this, int32_t startPosition, int32_t endPosition, bool direction, MaskedTextProvider_CharType__Enum charTypeFlags, MethodInfo * method)); DO_APP_FUNC(0x026DCFC0, int32_t, MaskedTextProvider_FindUnassignedEditPositionFrom, (MaskedTextProvider * __this, int32_t position, bool direction, MethodInfo * method)); DO_APP_FUNC(0x026DD010, int32_t, MaskedTextProvider_FindUnassignedEditPositionInRange, (MaskedTextProvider * __this, int32_t startPosition, int32_t endPosition, bool direction, MethodInfo * method)); DO_APP_FUNC(0x026DD120, bool, MaskedTextProvider_GetOperationResultFromHint, (MaskedTextResultHint__Enum hint, MethodInfo * method)); DO_APP_FUNC(0x026DD130, bool, MaskedTextProvider_InsertAt, (MaskedTextProvider * __this, uint16_t input, int32_t position, MethodInfo * method)); DO_APP_FUNC(0x026DD260, bool, MaskedTextProvider_InsertAt_1, (MaskedTextProvider * __this, uint16_t input, int32_t position, int32_t * testPosition, MaskedTextResultHint__Enum * resultHint, MethodInfo * method)); DO_APP_FUNC(0x026DD370, bool, MaskedTextProvider_InsertAt_2, (MaskedTextProvider * __this, String * input, int32_t position, MethodInfo * method)); DO_APP_FUNC(0x026DD430, bool, MaskedTextProvider_InsertAt_3, (MaskedTextProvider * __this, String * input, int32_t position, int32_t * testPosition, MaskedTextResultHint__Enum * resultHint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2790, MaskedTextProvider_InsertAt_3__MethodInfo); DO_APP_FUNC(0x026DD4F0, bool, MaskedTextProvider_InsertAtInt, (MaskedTextProvider * __this, String * input, int32_t position, int32_t * testPosition, MaskedTextResultHint__Enum * resultHint, bool testOnly, MethodInfo * method)); DO_APP_FUNC(0x026DD910, bool, MaskedTextProvider_IsAscii, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x026DD930, bool, MaskedTextProvider_IsAciiAlphanumeric, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x026DD960, bool, MaskedTextProvider_IsAlphanumeric, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01B83E40, bool, MaskedTextProvider_IsAsciiLetter, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x026DD9E0, bool, MaskedTextProvider_IsAvailablePosition, (MaskedTextProvider * __this, int32_t position, MethodInfo * method)); DO_APP_FUNC(0x026DDAC0, bool, MaskedTextProvider_IsEditPosition, (MaskedTextProvider * __this, int32_t position, MethodInfo * method)); DO_APP_FUNC(0x026DDBA0, bool, MaskedTextProvider_IsEditPosition_1, (MaskedTextProvider_CharDescriptor * charDescriptor, MethodInfo * method)); DO_APP_FUNC(0x026DDBD0, bool, MaskedTextProvider_IsLiteralPosition, (MaskedTextProvider_CharDescriptor * charDescriptor, MethodInfo * method)); DO_APP_FUNC(0x026DDC00, bool, MaskedTextProvider_IsPrintableChar, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x026DDD40, bool, MaskedTextProvider_IsValidInputChar, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x026DDD90, bool, MaskedTextProvider_IsValidMaskChar, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x026DDDE0, bool, MaskedTextProvider_IsValidPasswordChar, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x026DDE50, bool, MaskedTextProvider_Remove, (MaskedTextProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x026DDEB0, bool, MaskedTextProvider_Remove_1, (MaskedTextProvider * __this, int32_t * testPosition, MaskedTextResultHint__Enum * resultHint, MethodInfo * method)); DO_APP_FUNC(0x026DDF50, bool, MaskedTextProvider_RemoveAt, (MaskedTextProvider * __this, int32_t position, MethodInfo * method)); DO_APP_FUNC(0x026DDFB0, bool, MaskedTextProvider_RemoveAt_1, (MaskedTextProvider * __this, int32_t startPosition, int32_t endPosition, MethodInfo * method)); DO_APP_FUNC(0x026DE010, bool, MaskedTextProvider_RemoveAt_2, (MaskedTextProvider * __this, int32_t startPosition, int32_t endPosition, int32_t * testPosition, MaskedTextResultHint__Enum * resultHint, MethodInfo * method)); DO_APP_FUNC(0x026DE090, bool, MaskedTextProvider_RemoveAtInt, (MaskedTextProvider * __this, int32_t startPosition, int32_t endPosition, int32_t * testPosition, MaskedTextResultHint__Enum * resultHint, bool testOnly, MethodInfo * method)); DO_APP_FUNC(0x026DE490, bool, MaskedTextProvider_Replace, (MaskedTextProvider * __this, uint16_t input, int32_t position, MethodInfo * method)); DO_APP_FUNC(0x026DE590, bool, MaskedTextProvider_Replace_1, (MaskedTextProvider * __this, uint16_t input, int32_t position, int32_t * testPosition, MaskedTextResultHint__Enum * resultHint, MethodInfo * method)); DO_APP_FUNC(0x026DE6B0, bool, MaskedTextProvider_Replace_2, (MaskedTextProvider * __this, uint16_t input, int32_t startPosition, int32_t endPosition, int32_t * testPosition, MaskedTextResultHint__Enum * resultHint, MethodInfo * method)); DO_APP_FUNC(0x026DE810, bool, MaskedTextProvider_Replace_3, (MaskedTextProvider * __this, String * input, int32_t position, MethodInfo * method)); DO_APP_FUNC(0x026DE8F0, bool, MaskedTextProvider_Replace_4, (MaskedTextProvider * __this, String * input, int32_t position, int32_t * testPosition, MaskedTextResultHint__Enum * resultHint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2798, MaskedTextProvider_Replace_4__MethodInfo); DO_APP_FUNC(0x026DE9D0, bool, MaskedTextProvider_Replace_5, (MaskedTextProvider * __this, String * input, int32_t startPosition, int32_t endPosition, int32_t * testPosition, MaskedTextResultHint__Enum * resultHint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA27A0, MaskedTextProvider_Replace_5__MethodInfo); DO_APP_FUNC(0x026DED70, void, MaskedTextProvider_ResetChar, (MaskedTextProvider * __this, int32_t testPosition, MethodInfo * method)); DO_APP_FUNC(0x026DEE30, void, MaskedTextProvider_ResetString, (MaskedTextProvider * __this, int32_t startPosition, int32_t endPosition, MethodInfo * method)); DO_APP_FUNC(0x026DEFD0, bool, MaskedTextProvider_Set, (MaskedTextProvider * __this, String * input, MethodInfo * method)); DO_APP_FUNC(0x026DF110, bool, MaskedTextProvider_Set_1, (MaskedTextProvider * __this, String * input, int32_t * testPosition, MaskedTextResultHint__Enum * resultHint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2750, MaskedTextProvider_Set_1__MethodInfo); DO_APP_FUNC(0x026DF260, void, MaskedTextProvider_SetChar, (MaskedTextProvider * __this, uint16_t input, int32_t position, MethodInfo * method)); DO_APP_FUNC(0x026DF300, void, MaskedTextProvider_SetChar_1, (MaskedTextProvider * __this, uint16_t input, int32_t position, MaskedTextProvider_CharDescriptor * charDescriptor, MethodInfo * method)); DO_APP_FUNC(0x026DF4F0, void, MaskedTextProvider_SetString, (MaskedTextProvider * __this, String * input, int32_t testPosition, MethodInfo * method)); DO_APP_FUNC(0x026DF650, bool, MaskedTextProvider_TestChar, (MaskedTextProvider * __this, uint16_t input, int32_t position, MaskedTextResultHint__Enum * resultHint, MethodInfo * method)); DO_APP_FUNC(0x026DFB90, bool, MaskedTextProvider_TestEscapeChar, (MaskedTextProvider * __this, uint16_t input, int32_t position, MethodInfo * method)); DO_APP_FUNC(0x026DFC30, bool, MaskedTextProvider_TestEscapeChar_1, (MaskedTextProvider * __this, uint16_t input, int32_t position, MaskedTextProvider_CharDescriptor * charDex, MethodInfo * method)); DO_APP_FUNC(0x026DFD10, bool, MaskedTextProvider_TestSetChar, (MaskedTextProvider * __this, uint16_t input, int32_t position, MaskedTextResultHint__Enum * resultHint, MethodInfo * method)); DO_APP_FUNC(0x026DFD80, bool, MaskedTextProvider_TestSetString, (MaskedTextProvider * __this, String * input, int32_t position, int32_t * testPosition, MaskedTextResultHint__Enum * resultHint, MethodInfo * method)); DO_APP_FUNC(0x026DFDF0, bool, MaskedTextProvider_TestString, (MaskedTextProvider * __this, String * input, int32_t position, int32_t * testPosition, MaskedTextResultHint__Enum * resultHint, MethodInfo * method)); DO_APP_FUNC(0x026DFF60, String *, MaskedTextProvider_ToDisplayString, (MaskedTextProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x026E0130, String *, MaskedTextProvider_ToString, (MaskedTextProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x026E01A0, String *, MaskedTextProvider_ToString_1, (MaskedTextProvider * __this, bool ignorePasswordChar, MethodInfo * method)); DO_APP_FUNC(0x026E0220, String *, MaskedTextProvider_ToString_2, (MaskedTextProvider * __this, int32_t startPosition, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x026E0290, String *, MaskedTextProvider_ToString_3, (MaskedTextProvider * __this, bool ignorePasswordChar, int32_t startPosition, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x026E0310, String *, MaskedTextProvider_ToString_4, (MaskedTextProvider * __this, bool includePrompt, bool includeLiterals, MethodInfo * method)); DO_APP_FUNC(0x026E0350, String *, MaskedTextProvider_ToString_5, (MaskedTextProvider * __this, bool includePrompt, bool includeLiterals, int32_t startPosition, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x026E0380, String *, MaskedTextProvider_ToString_6, (MaskedTextProvider * __this, bool ignorePasswordChar, bool includePrompt, bool includeLiterals, int32_t startPosition, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x026E06B0, bool, MaskedTextProvider_VerifyChar, (MaskedTextProvider * __this, uint16_t input, int32_t position, MaskedTextResultHint__Enum * hint, MethodInfo * method)); DO_APP_FUNC(0x026E0700, bool, MaskedTextProvider_VerifyEscapeChar, (MaskedTextProvider * __this, uint16_t input, int32_t position, MethodInfo * method)); DO_APP_FUNC(0x026E0740, bool, MaskedTextProvider_VerifyString, (MaskedTextProvider * __this, String * input, MethodInfo * method)); DO_APP_FUNC(0x026E0780, bool, MaskedTextProvider_VerifyString_1, (MaskedTextProvider * __this, String * input, int32_t * testPosition, MaskedTextResultHint__Enum * resultHint, MethodInfo * method)); DO_APP_FUNC(0x026E07C0, void, MaskedTextProvider__cctor, (MethodInfo * method)); DO_APP_FUNC(0x026E09B0, void, MaskedTextProvider_CharDescriptor__ctor, (MaskedTextProvider_CharDescriptor * __this, int32_t maskPos, MaskedTextProvider_CharType__Enum charType, MethodInfo * method)); DO_APP_FUNC(0x026E09C0, String *, MaskedTextProvider_CharDescriptor_ToString, (MaskedTextProvider_CharDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026E0CB0, Object *, MultilineStringConverter_ConvertTo, (MultilineStringConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2770, MultilineStringConverter_ConvertTo__MethodInfo); DO_APP_FUNC(0x003C94D0, PropertyDescriptorCollection *, MultilineStringConverter_GetProperties, (MultilineStringConverter * __this, ITypeDescriptorContext * context, Object * value, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, MultilineStringConverter_GetPropertiesSupported, (MultilineStringConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MultilineStringConverter__ctor, (MultilineStringConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x026E0E20, void, NestedContainer__ctor, (NestedContainer * __this, IComponent * owner, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2718, NestedContainer__ctor__MethodInfo); DO_APP_FUNC(0x003C5390, IComponent *, NestedContainer_get_Owner, (NestedContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x026E1020, String *, NestedContainer_get_OwnerName, (NestedContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x026E1110, ISite *, NestedContainer_CreateSite, (NestedContainer * __this, IComponent * component, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2700, NestedContainer_CreateSite__MethodInfo); DO_APP_FUNC(0x026E12E0, void, NestedContainer_Dispose, (NestedContainer * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x026E13B0, Object *, NestedContainer_GetService, (NestedContainer * __this, Type * service, MethodInfo * method)); DO_APP_FUNC(0x026E14A0, void, NestedContainer_OnOwnerDisposed, (NestedContainer * __this, Object * sender, EventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2768, NestedContainer_OnOwnerDisposed__MethodInfo); DO_APP_FUNC(0x026E1510, void, NestedContainer_Site__ctor, (NestedContainer_Site * __this, IComponent * component, NestedContainer * container, String * name, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IComponent *, NestedContainer_Site_get_Component, (NestedContainer_Site * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, IContainer *, NestedContainer_Site_get_Container, (NestedContainer_Site * __this, MethodInfo * method)); DO_APP_FUNC(0x026E1610, Object *, NestedContainer_Site_GetService, (NestedContainer_Site * __this, Type * service, MethodInfo * method)); DO_APP_FUNC(0x026E1710, bool, NestedContainer_Site_get_DesignMode, (NestedContainer_Site * __this, MethodInfo * method)); DO_APP_FUNC(0x026E1800, String *, NestedContainer_Site_get_FullName, (NestedContainer_Site * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, NestedContainer_Site_get_Name, (NestedContainer_Site * __this, MethodInfo * method)); DO_APP_FUNC(0x026E1920, void, NestedContainer_Site_set_Name, (NestedContainer_Site * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x026E1A50, void, NullableConverter__ctor, (NullableConverter * __this, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2738, NullableConverter__ctor__MethodInfo); DO_APP_FUNC(0x026E1C50, bool, NullableConverter_CanConvertFrom, (NullableConverter * __this, ITypeDescriptorContext * context, Type * sourceType, MethodInfo * method)); DO_APP_FUNC(0x026E1D10, Object *, NullableConverter_ConvertFrom, (NullableConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, MethodInfo * method)); DO_APP_FUNC(0x026E1E70, bool, NullableConverter_CanConvertTo, (NullableConverter * __this, ITypeDescriptorContext * context, Type * destinationType, MethodInfo * method)); DO_APP_FUNC(0x026E1F30, Object *, NullableConverter_ConvertTo, (NullableConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA26D0, NullableConverter_ConvertTo__MethodInfo); DO_APP_FUNC(0x026E2110, Object *, NullableConverter_CreateInstance, (NullableConverter * __this, ITypeDescriptorContext * context, IDictionary * propertyValues, MethodInfo * method)); DO_APP_FUNC(0x026E2140, bool, NullableConverter_GetCreateInstanceSupported, (NullableConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x026E2170, PropertyDescriptorCollection *, NullableConverter_GetProperties, (NullableConverter * __this, ITypeDescriptorContext * context, Object * value, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x026E21A0, bool, NullableConverter_GetPropertiesSupported, (NullableConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x026E21D0, TypeConverter_StandardValuesCollection *, NullableConverter_GetStandardValues, (NullableConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x026E2460, bool, NullableConverter_GetStandardValuesExclusive, (NullableConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x026E2490, bool, NullableConverter_GetStandardValuesSupported, (NullableConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x026E24C0, bool, NullableConverter_IsValid, (NullableConverter * __this, ITypeDescriptorContext * context, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Type *, NullableConverter_get_NullableType, (NullableConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Type *, NullableConverter_get_UnderlyingType, (NullableConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, TypeConverter *, NullableConverter_get_UnderlyingTypeConverter, (NullableConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x0192F500, void, PasswordPropertyTextAttribute__ctor, (PasswordPropertyTextAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, PasswordPropertyTextAttribute__ctor_1, (PasswordPropertyTextAttribute * __this, bool password, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, PasswordPropertyTextAttribute_get_Password, (PasswordPropertyTextAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026E2510, bool, PasswordPropertyTextAttribute_Equals, (PasswordPropertyTextAttribute * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x026A70D0, int32_t, PasswordPropertyTextAttribute_GetHashCode, (PasswordPropertyTextAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026E25A0, bool, PasswordPropertyTextAttribute_IsDefaultAttribute, (PasswordPropertyTextAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026E2610, void, PasswordPropertyTextAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x026BDC90, void, PropertyDescriptor__ctor, (PropertyDescriptor * __this, String * name, Attribute__Array * attrs, MethodInfo * method)); DO_APP_FUNC(0x026BDCA0, void, PropertyDescriptor__ctor_1, (PropertyDescriptor * __this, MemberDescriptor * descr, MethodInfo * method)); DO_APP_FUNC(0x026BDCB0, void, PropertyDescriptor__ctor_2, (PropertyDescriptor * __this, MemberDescriptor * descr, Attribute__Array * attrs, MethodInfo * method)); DO_APP_FUNC(0x026E27D0, TypeConverter *, PropertyDescriptor_get_Converter, (PropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026E2AE0, bool, PropertyDescriptor_get_IsLocalizable, (PropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026E2BF0, DesignerSerializationVisibility__Enum, PropertyDescriptor_get_SerializationVisibility, (PropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026E2CF0, void, PropertyDescriptor_AddValueChanged, (PropertyDescriptor * __this, Object * component, EventHandler * handler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA26B8, PropertyDescriptor_AddValueChanged__MethodInfo); DO_APP_FUNC(0x026E3000, bool, PropertyDescriptor_Equals, (PropertyDescriptor * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026E31B0, Object *, PropertyDescriptor_CreateInstance, (PropertyDescriptor * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x026E34D0, void, PropertyDescriptor_FillAttributes, (PropertyDescriptor * __this, IList * attributeList, MethodInfo * method)); DO_APP_FUNC(0x026E35F0, PropertyDescriptorCollection *, PropertyDescriptor_GetChildProperties, (PropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026E3610, PropertyDescriptorCollection *, PropertyDescriptor_GetChildProperties_1, (PropertyDescriptor * __this, Attribute__Array * filter, MethodInfo * method)); DO_APP_FUNC(0x01AB54C0, PropertyDescriptorCollection *, PropertyDescriptor_GetChildProperties_2, (PropertyDescriptor * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x026E3630, PropertyDescriptorCollection *, PropertyDescriptor_GetChildProperties_3, (PropertyDescriptor * __this, Object * instance, Attribute__Array * filter, MethodInfo * method)); DO_APP_FUNC(0x026E36F0, Object *, PropertyDescriptor_GetEditor, (PropertyDescriptor * __this, Type * editorBaseType, MethodInfo * method)); DO_APP_FUNC(0x026E3BE0, int32_t, PropertyDescriptor_GetHashCode, (PropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026E3C50, Object *, PropertyDescriptor_GetInvocationTarget, (PropertyDescriptor * __this, Type * type, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x026E3DE0, Type *, PropertyDescriptor_GetTypeFromName, (PropertyDescriptor * __this, String * typeName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA26C8, PropertyDescriptor_GetTypeFromName__MethodInfo); DO_APP_FUNC(0x026E4040, void, PropertyDescriptor_OnValueChanged, (PropertyDescriptor * __this, Object * component, EventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x026E40F0, void, PropertyDescriptor_RemoveValueChanged, (PropertyDescriptor * __this, Object * component, EventHandler * handler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA26C0, PropertyDescriptor_RemoveValueChanged__MethodInfo); DO_APP_FUNC(0x026E42C0, EventHandler *, PropertyDescriptor_GetValueChangedHandler, (PropertyDescriptor * __this, Object * component, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, PropertyDescriptor_get_SupportsChangeEvents, (PropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026E4350, void, PropertyDescriptorCollection__ctor, (PropertyDescriptorCollection * __this, PropertyDescriptor__Array * properties, MethodInfo * method)); DO_APP_FUNC(0x026E44E0, void, PropertyDescriptorCollection__ctor_1, (PropertyDescriptorCollection * __this, PropertyDescriptor__Array * properties, bool readOnly, MethodInfo * method)); DO_APP_FUNC(0x026E4510, void, PropertyDescriptorCollection__ctor_2, (PropertyDescriptorCollection * __this, PropertyDescriptor__Array * properties, int32_t propCount, String__Array * namedSort, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C5400, int32_t, PropertyDescriptorCollection_get_Count, (PropertyDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5410, void, PropertyDescriptorCollection_set_Count, (PropertyDescriptorCollection * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x026E4760, PropertyDescriptor *, PropertyDescriptorCollection_get_Item, (PropertyDescriptorCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2668, PropertyDescriptorCollection_get_Item__MethodInfo); DO_APP_FUNC(0x026E47F0, PropertyDescriptor *, PropertyDescriptorCollection_get_Item_1, (PropertyDescriptorCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x026E4810, int32_t, PropertyDescriptorCollection_Add, (PropertyDescriptorCollection * __this, PropertyDescriptor * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2670, PropertyDescriptorCollection_Add__MethodInfo); DO_APP_FUNC(0x026E48F0, void, PropertyDescriptorCollection_Clear, (PropertyDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2660, PropertyDescriptorCollection_Clear__MethodInfo); DO_APP_FUNC(0x026E49A0, bool, PropertyDescriptorCollection_Contains, (PropertyDescriptorCollection * __this, PropertyDescriptor * value, MethodInfo * method)); DO_APP_FUNC(0x026E4A00, void, PropertyDescriptorCollection_CopyTo, (PropertyDescriptorCollection * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x026E4A50, void, PropertyDescriptorCollection_EnsurePropsOwned, (PropertyDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026E4B50, void, PropertyDescriptorCollection_EnsureSize, (PropertyDescriptorCollection * __this, int32_t sizeNeeded, MethodInfo * method)); DO_APP_FUNC(0x026E4D10, PropertyDescriptor *, PropertyDescriptorCollection_Find, (PropertyDescriptorCollection * __this, String * name, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x026E5390, int32_t, PropertyDescriptorCollection_IndexOf, (PropertyDescriptorCollection * __this, PropertyDescriptor * value, MethodInfo * method)); DO_APP_FUNC(0x026E53F0, void, PropertyDescriptorCollection_Insert, (PropertyDescriptorCollection * __this, int32_t index, PropertyDescriptor * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2698, PropertyDescriptorCollection_Insert__MethodInfo); DO_APP_FUNC(0x026E54F0, void, PropertyDescriptorCollection_Remove, (PropertyDescriptorCollection * __this, PropertyDescriptor * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA26A0, PropertyDescriptorCollection_Remove__MethodInfo); DO_APP_FUNC(0x026E55B0, void, PropertyDescriptorCollection_RemoveAt, (PropertyDescriptorCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2690, PropertyDescriptorCollection_RemoveAt__MethodInfo); DO_APP_FUNC(0x026E5660, PropertyDescriptorCollection *, PropertyDescriptorCollection_Sort, (PropertyDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026E5710, PropertyDescriptorCollection *, PropertyDescriptorCollection_Sort_1, (PropertyDescriptorCollection * __this, String__Array * names, MethodInfo * method)); DO_APP_FUNC(0x026E57C0, PropertyDescriptorCollection *, PropertyDescriptorCollection_Sort_2, (PropertyDescriptorCollection * __this, String__Array * names, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x026E5870, PropertyDescriptorCollection *, PropertyDescriptorCollection_Sort_3, (PropertyDescriptorCollection * __this, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x026E5920, void, PropertyDescriptorCollection_InternalSort, (PropertyDescriptorCollection * __this, String__Array * names, MethodInfo * method)); DO_APP_FUNC(0x026E5D30, void, PropertyDescriptorCollection_InternalSort_1, (PropertyDescriptorCollection * __this, IComparer * sorter, MethodInfo * method)); DO_APP_FUNC(0x026E5E60, IEnumerator *, PropertyDescriptorCollection_GetEnumerator, (PropertyDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, PropertyDescriptorCollection_System_Collections_ICollection_get_IsSynchronized, (PropertyDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Object *, PropertyDescriptorCollection_System_Collections_ICollection_get_SyncRoot, (PropertyDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5400, int32_t, PropertyDescriptorCollection_System_Collections_ICollection_get_Count, (PropertyDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026E5F10, void, PropertyDescriptorCollection_System_Collections_IList_Clear, (PropertyDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026E5F10, void, PropertyDescriptorCollection_System_Collections_IDictionary_Clear, (PropertyDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026E5F20, IEnumerator *, PropertyDescriptorCollection_System_Collections_IEnumerable_GetEnumerator, (PropertyDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026E5F40, void, PropertyDescriptorCollection_System_Collections_IList_RemoveAt, (PropertyDescriptorCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x026E5F50, void, PropertyDescriptorCollection_System_Collections_IDictionary_Add, (PropertyDescriptorCollection * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2640, PropertyDescriptorCollection_System_Collections_IDictionary_Add__MethodInfo); DO_APP_FUNC(0x026E6020, bool, PropertyDescriptorCollection_System_Collections_IDictionary_Contains, (PropertyDescriptorCollection * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x026E60C0, IDictionaryEnumerator *, PropertyDescriptorCollection_System_Collections_IDictionary_GetEnumerator, (PropertyDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x008D2680, bool, PropertyDescriptorCollection_System_Collections_IDictionary_get_IsFixedSize, (PropertyDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x008D2680, bool, PropertyDescriptorCollection_System_Collections_IDictionary_get_IsReadOnly, (PropertyDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026E6160, Object *, PropertyDescriptorCollection_System_Collections_IDictionary_get_Item, (PropertyDescriptorCollection * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x026E6200, void, PropertyDescriptorCollection_System_Collections_IDictionary_set_Item, (PropertyDescriptorCollection * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2648, PropertyDescriptorCollection_System_Collections_IDictionary_set_Item__MethodInfo); DO_APP_FUNC(0x026E66A0, ICollection *, PropertyDescriptorCollection_System_Collections_IDictionary_get_Keys, (PropertyDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026E6800, ICollection *, PropertyDescriptorCollection_System_Collections_IDictionary_get_Values, (PropertyDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026E68E0, void, PropertyDescriptorCollection_System_Collections_IDictionary_Remove, (PropertyDescriptorCollection * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x026E69A0, int32_t, PropertyDescriptorCollection_System_Collections_IList_Add, (PropertyDescriptorCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x026E6A30, bool, PropertyDescriptorCollection_System_Collections_IList_Contains, (PropertyDescriptorCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x026E6AF0, int32_t, PropertyDescriptorCollection_System_Collections_IList_IndexOf, (PropertyDescriptorCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x026E6BB0, void, PropertyDescriptorCollection_System_Collections_IList_Insert, (PropertyDescriptorCollection * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x008D2680, bool, PropertyDescriptorCollection_System_Collections_IList_get_IsReadOnly, (PropertyDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x008D2680, bool, PropertyDescriptorCollection_System_Collections_IList_get_IsFixedSize, (PropertyDescriptorCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x026E6D20, void, PropertyDescriptorCollection_System_Collections_IList_Remove, (PropertyDescriptorCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x026E6E30, Object *, PropertyDescriptorCollection_System_Collections_IList_get_Item, (PropertyDescriptorCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x026E6E50, void, PropertyDescriptorCollection_System_Collections_IList_set_Item, (PropertyDescriptorCollection * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA25F8, PropertyDescriptorCollection_System_Collections_IList_set_Item__MethodInfo); DO_APP_FUNC(0x026E7090, void, PropertyDescriptorCollection__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A185F0, void, PropertyDescriptorCollection_PropertyDescriptorEnumerator__ctor, (PropertyDescriptorCollection_PropertyDescriptorEnumerator * __this, PropertyDescriptorCollection * owner, MethodInfo * method)); DO_APP_FUNC(0x026E7150, Object *, PropertyDescriptorCollection_PropertyDescriptorEnumerator_get_Current, (PropertyDescriptorCollection_PropertyDescriptorEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x026E72B0, DictionaryEntry, PropertyDescriptorCollection_PropertyDescriptorEnumerator_get_Entry, (PropertyDescriptorCollection_PropertyDescriptorEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x026E7330, Object *, PropertyDescriptorCollection_PropertyDescriptorEnumerator_get_Key, (PropertyDescriptorCollection_PropertyDescriptorEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x026E7330, Object *, PropertyDescriptorCollection_PropertyDescriptorEnumerator_get_Value, (PropertyDescriptorCollection_PropertyDescriptorEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x026E7380, bool, PropertyDescriptorCollection_PropertyDescriptorEnumerator_MoveNext, (PropertyDescriptorCollection_PropertyDescriptorEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x00727E20, void, PropertyDescriptorCollection_PropertyDescriptorEnumerator_Reset, (PropertyDescriptorCollection_PropertyDescriptorEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x026E73B0, void, ProvidePropertyAttribute__ctor, (ProvidePropertyAttribute * __this, String * propertyName, Type * receiverType, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, ProvidePropertyAttribute__ctor_1, (ProvidePropertyAttribute * __this, String * propertyName, String * receiverTypeName, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, ProvidePropertyAttribute_get_PropertyName, (ProvidePropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, ProvidePropertyAttribute_get_ReceiverTypeName, (ProvidePropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026E74A0, bool, ProvidePropertyAttribute_Equals, (ProvidePropertyAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x010CDD20, int32_t, ProvidePropertyAttribute_GetHashCode, (ProvidePropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026A9ED0, Object *, ProvidePropertyAttribute_get_TypeId, (ProvidePropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, RecommendedAsConfigurableAttribute__ctor, (RecommendedAsConfigurableAttribute * __this, bool recommendedAsConfigurable, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, RecommendedAsConfigurableAttribute_get_RecommendedAsConfigurable, (RecommendedAsConfigurableAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026E75C0, bool, RecommendedAsConfigurableAttribute_Equals, (RecommendedAsConfigurableAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026A70D0, int32_t, RecommendedAsConfigurableAttribute_GetHashCode, (RecommendedAsConfigurableAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026E7660, bool, RecommendedAsConfigurableAttribute_IsDefaultAttribute, (RecommendedAsConfigurableAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026E7670, void, RecommendedAsConfigurableAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ReferenceConverter__ctor, (ReferenceConverter * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x026E7830, bool, ReferenceConverter_CanConvertFrom, (ReferenceConverter * __this, ITypeDescriptorContext * context, Type * sourceType, MethodInfo * method)); DO_APP_FUNC(0x026E7930, Object *, ReferenceConverter_ConvertFrom, (ReferenceConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, MethodInfo * method)); DO_APP_FUNC(0x026E7BF0, Object *, ReferenceConverter_ConvertTo, (ReferenceConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2600, ReferenceConverter_ConvertTo__MethodInfo); DO_APP_FUNC(0x026E7F30, TypeConverter_StandardValuesCollection *, ReferenceConverter_GetStandardValues, (ReferenceConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReferenceConverter_GetStandardValuesExclusive, (ReferenceConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReferenceConverter_GetStandardValuesSupported, (ReferenceConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReferenceConverter_IsValueAllowed, (ReferenceConverter * __this, ITypeDescriptorContext * context, Object * value, MethodInfo * method)); DO_APP_FUNC(0x026E84C0, void, ReferenceConverter__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ReferenceConverter_ReferenceComparer__ctor, (ReferenceConverter_ReferenceComparer * __this, ReferenceConverter * converter, MethodInfo * method)); DO_APP_FUNC(0x026E8570, int32_t, ReferenceConverter_ReferenceComparer_Compare, (ReferenceConverter_ReferenceComparer * __this, Object * item1, Object * item2, MethodInfo * method)); DO_APP_FUNC(0x026E86F0, void, ReflectEventDescriptor__ctor, (ReflectEventDescriptor * __this, Type * componentClass, String * name, Type * type, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2590, ReflectEventDescriptor__ctor__MethodInfo); DO_APP_FUNC(0x026E8900, void, ReflectEventDescriptor__ctor_1, (ReflectEventDescriptor * __this, Type * componentClass, EventInfo_1 * eventInfo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2570, ReflectEventDescriptor__ctor_1__MethodInfo); DO_APP_FUNC(0x026E8AF0, void, ReflectEventDescriptor__ctor_2, (ReflectEventDescriptor * __this, Type * componentType, EventDescriptor * oldReflectEventDescriptor, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x003C7000, Type *, ReflectEventDescriptor_get_ComponentType, (ReflectEventDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026E8CF0, Type *, ReflectEventDescriptor_get_EventType, (ReflectEventDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026E8D10, bool, ReflectEventDescriptor_get_IsMulticast, (ReflectEventDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026E8DC0, void, ReflectEventDescriptor_AddEventHandler, (ReflectEventDescriptor * __this, Object * component, Delegate * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA25A0, ReflectEventDescriptor_AddEventHandler__MethodInfo); DO_APP_FUNC(0x026E9250, void, ReflectEventDescriptor_FillAttributes, (ReflectEventDescriptor * __this, IList * attributes, MethodInfo * method)); DO_APP_FUNC(0x026E92C0, void, ReflectEventDescriptor_FillEventInfoAttribute, (ReflectEventDescriptor * __this, EventInfo_1 * realEventInfo, IList * attributes, MethodInfo * method)); DO_APP_FUNC(0x026E95F0, void, ReflectEventDescriptor_FillMethods, (ReflectEventDescriptor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2558, ReflectEventDescriptor_FillMethods__MethodInfo); DO_APP_FUNC(0x026E9BA0, void, ReflectEventDescriptor_FillSingleMethodAttribute, (ReflectEventDescriptor * __this, MethodInfo_1 * realMethodInfo, IList * attributes, MethodInfo * method)); DO_APP_FUNC(0x026E9FE0, void, ReflectEventDescriptor_RemoveEventHandler, (ReflectEventDescriptor * __this, Object * component, Delegate * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2500, ReflectEventDescriptor_RemoveEventHandler__MethodInfo); DO_APP_FUNC(0x026EA3B0, void, RefreshEventArgs__ctor, (RefreshEventArgs * __this, Object * componentChanged, MethodInfo * method)); DO_APP_FUNC(0x026EA4D0, void, RefreshEventArgs__ctor_1, (RefreshEventArgs * __this, Type * typeChanged, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, RefreshEventArgs_get_ComponentChanged, (RefreshEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Type *, RefreshEventArgs_get_TypeChanged, (RefreshEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x008AC8F0, void, RefreshEventHandler__ctor, (RefreshEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, RefreshEventHandler_Invoke, (RefreshEventHandler * __this, RefreshEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, RefreshEventHandler_BeginInvoke, (RefreshEventHandler * __this, RefreshEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, RefreshEventHandler_EndInvoke, (RefreshEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, RunInstallerAttribute__ctor, (RunInstallerAttribute * __this, bool runInstaller, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, RunInstallerAttribute_get_RunInstaller, (RunInstallerAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026EA570, bool, RunInstallerAttribute_Equals, (RunInstallerAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026A70D0, int32_t, RunInstallerAttribute_GetHashCode, (RunInstallerAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026EA610, bool, RunInstallerAttribute_IsDefaultAttribute, (RunInstallerAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026EA680, void, RunInstallerAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x026EA840, Type *, SByteConverter_get_TargetType, (SByteConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x026EA8B0, Object *, SByteConverter_FromString, (SByteConverter * __this, String * value, int32_t radix, MethodInfo * method)); DO_APP_FUNC(0x026EAA50, Object *, SByteConverter_FromString_1, (SByteConverter * __this, String * value, NumberFormatInfo * formatInfo, MethodInfo * method)); DO_APP_FUNC(0x026EAB20, String *, SByteConverter_ToString, (SByteConverter * __this, Object * value, NumberFormatInfo * formatInfo, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SByteConverter__ctor, (SByteConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, SettingsBindableAttribute__ctor, (SettingsBindableAttribute * __this, bool bindable, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, SettingsBindableAttribute_get_Bindable, (SettingsBindableAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026EABC0, bool, SettingsBindableAttribute_Equals, (SettingsBindableAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026EAC60, int32_t, SettingsBindableAttribute_GetHashCode, (SettingsBindableAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026EACB0, void, SettingsBindableAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SingleConverter_get_AllowHex, (SingleConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x026EAE00, Type *, SingleConverter_get_TargetType, (SingleConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x026EAE70, Object *, SingleConverter_FromString, (SingleConverter * __this, String * value, int32_t radix, MethodInfo * method)); DO_APP_FUNC(0x026EAF70, Object *, SingleConverter_FromString_1, (SingleConverter * __this, String * value, NumberFormatInfo * formatInfo, MethodInfo * method)); DO_APP_FUNC(0x026EAFE0, String *, SingleConverter_ToString, (SingleConverter * __this, Object * value, NumberFormatInfo * formatInfo, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SingleConverter__ctor, (SingleConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x026EB0D0, bool, StringConverter_CanConvertFrom, (StringConverter * __this, ITypeDescriptorContext * context, Type * sourceType, MethodInfo * method)); DO_APP_FUNC(0x026EB1B0, Object *, StringConverter_ConvertFrom, (StringConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StringConverter__ctor, (StringConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x026EB2B0, bool, SyntaxCheck_CheckMachineName, (String * value, MethodInfo * method)); DO_APP_FUNC(0x026EB370, bool, SyntaxCheck_CheckPath, (String * value, MethodInfo * method)); DO_APP_FUNC(0x026EB430, bool, SyntaxCheck_CheckRootedPath, (String * value, MethodInfo * method)); DO_APP_FUNC(0x026EB500, bool, TimeSpanConverter_CanConvertFrom, (TimeSpanConverter * __this, ITypeDescriptorContext * context, Type * sourceType, MethodInfo * method)); DO_APP_FUNC(0x026EB5E0, bool, TimeSpanConverter_CanConvertTo, (TimeSpanConverter * __this, ITypeDescriptorContext * context, Type * destinationType, MethodInfo * method)); DO_APP_FUNC(0x026EB6C0, Object *, TimeSpanConverter_ConvertFrom, (TimeSpanConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA24D8, TimeSpanConverter_ConvertFrom__MethodInfo); DO_APP_FUNC(0x026EB910, Object *, TimeSpanConverter_ConvertTo, (TimeSpanConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA23E0, TimeSpanConverter_ConvertTo__MethodInfo); DO_APP_FUNC(0x003AC050, void, TimeSpanConverter__ctor, (TimeSpanConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x026EBC70, void, ToolboxItemFilterAttribute__ctor, (ToolboxItemFilterAttribute * __this, String * filterString, MethodInfo * method)); DO_APP_FUNC(0x026EBD20, void, ToolboxItemFilterAttribute__ctor_1, (ToolboxItemFilterAttribute * __this, String * filterString, ToolboxItemFilterType__Enum filterType, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, ToolboxItemFilterAttribute_get_FilterString, (ToolboxItemFilterAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, ToolboxItemFilterType__Enum, ToolboxItemFilterAttribute_get_FilterType, (ToolboxItemFilterAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026EBDE0, Object *, ToolboxItemFilterAttribute_get_TypeId, (ToolboxItemFilterAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026EBE80, bool, ToolboxItemFilterAttribute_Equals, (ToolboxItemFilterAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026EBFC0, int32_t, ToolboxItemFilterAttribute_GetHashCode, (ToolboxItemFilterAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026EBFF0, bool, ToolboxItemFilterAttribute_Match, (ToolboxItemFilterAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026EC0A0, String *, ToolboxItemFilterAttribute_ToString, (ToolboxItemFilterAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026EC240, void, TypeConverterAttribute__ctor, (TypeConverterAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026D51B0, void, TypeConverterAttribute__ctor_1, (TypeConverterAttribute * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, TypeConverterAttribute__ctor_2, (TypeConverterAttribute * __this, String * typeName, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, TypeConverterAttribute_get_ConverterTypeName, (TypeConverterAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026EC2D0, bool, TypeConverterAttribute_Equals, (TypeConverterAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00ACA570, int32_t, TypeConverterAttribute_GetHashCode, (TypeConverterAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026EC380, void, TypeConverterAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TypeDescriptionProvider__ctor, (TypeDescriptionProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, TypeDescriptionProvider__ctor_1, (TypeDescriptionProvider * __this, TypeDescriptionProvider * parent, MethodInfo * method)); DO_APP_FUNC(0x026EC4C0, Object *, TypeDescriptionProvider_CreateInstance, (TypeDescriptionProvider * __this, IServiceProvider * provider, Type * objectType, Type__Array * argTypes, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2440, TypeDescriptionProvider_CreateInstance__MethodInfo); DO_APP_FUNC(0x026EC5F0, IDictionary *, TypeDescriptionProvider_GetCache, (TypeDescriptionProvider * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x026EC610, ICustomTypeDescriptor *, TypeDescriptionProvider_GetExtendedTypeDescriptor, (TypeDescriptionProvider * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x026EC6F0, IExtenderProvider__Array *, TypeDescriptionProvider_GetExtenderProviders, (TypeDescriptionProvider * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2418, TypeDescriptionProvider_GetExtenderProviders__MethodInfo); DO_APP_FUNC(0x026EC7D0, String *, TypeDescriptionProvider_GetFullComponentName, (TypeDescriptionProvider * __this, Object * component, MethodInfo * method)); DO_APP_FUNC(0x01967EF0, Type *, TypeDescriptionProvider_GetReflectionType, (TypeDescriptionProvider * __this, Type * objectType, MethodInfo * method)); DO_APP_FUNC(0x026EC8E0, Type *, TypeDescriptionProvider_GetReflectionType_1, (TypeDescriptionProvider * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2378, TypeDescriptionProvider_GetReflectionType_1__MethodInfo); DO_APP_FUNC(0x026EC980, Type *, TypeDescriptionProvider_GetReflectionType_2, (TypeDescriptionProvider * __this, Type * objectType, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x026EC9B0, Type *, TypeDescriptionProvider_GetRuntimeType, (TypeDescriptionProvider * __this, Type * reflectionType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA23A0, TypeDescriptionProvider_GetRuntimeType__MethodInfo); DO_APP_FUNC(0x026ECBA0, ICustomTypeDescriptor *, TypeDescriptionProvider_GetTypeDescriptor, (TypeDescriptionProvider * __this, Type * objectType, MethodInfo * method)); DO_APP_FUNC(0x026ECBC0, ICustomTypeDescriptor *, TypeDescriptionProvider_GetTypeDescriptor_1, (TypeDescriptionProvider * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA23A8, TypeDescriptionProvider_GetTypeDescriptor_1__MethodInfo); DO_APP_FUNC(0x026ECC60, ICustomTypeDescriptor *, TypeDescriptionProvider_GetTypeDescriptor_2, (TypeDescriptionProvider * __this, Type * objectType, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x026ECD60, bool, TypeDescriptionProvider_IsSupportedType, (TypeDescriptionProvider * __this, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2310, TypeDescriptionProvider_IsSupportedType__MethodInfo); DO_APP_FUNC(0x003AC050, void, TypeDescriptionProvider_EmptyCustomTypeDescriptor__ctor, (TypeDescriptionProvider_EmptyCustomTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026ECE40, void, TypeDescriptionProviderAttribute__ctor, (TypeDescriptionProviderAttribute * __this, String * typeName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2320, TypeDescriptionProviderAttribute__ctor__MethodInfo); DO_APP_FUNC(0x026ECF00, void, TypeDescriptionProviderAttribute__ctor_1, (TypeDescriptionProviderAttribute * __this, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2338, TypeDescriptionProviderAttribute__ctor_1__MethodInfo); DO_APP_FUNC(0x003B93C0, String *, TypeDescriptionProviderAttribute_get_TypeName, (TypeDescriptionProviderAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, TypeListConverter__ctor, (TypeListConverter * __this, Type__Array * types, MethodInfo * method)); DO_APP_FUNC(0x026ED010, bool, TypeListConverter_CanConvertFrom, (TypeListConverter * __this, ITypeDescriptorContext * context, Type * sourceType, MethodInfo * method)); DO_APP_FUNC(0x026ED0F0, bool, TypeListConverter_CanConvertTo, (TypeListConverter * __this, ITypeDescriptorContext * context, Type * destinationType, MethodInfo * method)); DO_APP_FUNC(0x026ED1D0, Object *, TypeListConverter_ConvertFrom, (TypeListConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, MethodInfo * method)); DO_APP_FUNC(0x026ED320, Object *, TypeListConverter_ConvertTo, (TypeListConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA23B8, TypeListConverter_ConvertTo__MethodInfo); DO_APP_FUNC(0x026ED4C0, TypeConverter_StandardValuesCollection *, TypeListConverter_GetStandardValues, (TypeListConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, TypeListConverter_GetStandardValuesExclusive, (TypeListConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, TypeListConverter_GetStandardValuesSupported, (TypeListConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x026ED6B0, Type *, UInt16Converter_get_TargetType, (UInt16Converter * __this, MethodInfo * method)); DO_APP_FUNC(0x026ED720, Object *, UInt16Converter_FromString, (UInt16Converter * __this, String * value, int32_t radix, MethodInfo * method)); DO_APP_FUNC(0x026ED8B0, Object *, UInt16Converter_FromString_1, (UInt16Converter * __this, String * value, NumberFormatInfo * formatInfo, MethodInfo * method)); DO_APP_FUNC(0x026ED980, String *, UInt16Converter_ToString, (UInt16Converter * __this, Object * value, NumberFormatInfo * formatInfo, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UInt16Converter__ctor, (UInt16Converter * __this, MethodInfo * method)); DO_APP_FUNC(0x026EDAC0, Type *, UInt32Converter_get_TargetType, (UInt32Converter * __this, MethodInfo * method)); DO_APP_FUNC(0x026EDB30, Object *, UInt32Converter_FromString, (UInt32Converter * __this, String * value, int32_t radix, MethodInfo * method)); DO_APP_FUNC(0x026EDC80, Object *, UInt32Converter_FromString_1, (UInt32Converter * __this, String * value, NumberFormatInfo * formatInfo, MethodInfo * method)); DO_APP_FUNC(0x026EDCF0, String *, UInt32Converter_ToString, (UInt32Converter * __this, Object * value, NumberFormatInfo * formatInfo, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UInt32Converter__ctor, (UInt32Converter * __this, MethodInfo * method)); DO_APP_FUNC(0x026EDE30, Type *, UInt64Converter_get_TargetType, (UInt64Converter * __this, MethodInfo * method)); DO_APP_FUNC(0x026EDEA0, Object *, UInt64Converter_FromString, (UInt64Converter * __this, String * value, int32_t radix, MethodInfo * method)); DO_APP_FUNC(0x026EDFF0, Object *, UInt64Converter_FromString_1, (UInt64Converter * __this, String * value, NumberFormatInfo * formatInfo, MethodInfo * method)); DO_APP_FUNC(0x026EE060, String *, UInt64Converter_ToString, (UInt64Converter * __this, Object * value, NumberFormatInfo * formatInfo, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UInt64Converter__ctor, (UInt64Converter * __this, MethodInfo * method)); DO_APP_FUNC(0x026EE1A0, void, WarningException__ctor, (WarningException * __this, MethodInfo * method)); DO_APP_FUNC(0x026EE1C0, void, WarningException__ctor_1, (WarningException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x026EE1E0, void, WarningException__ctor_2, (WarningException * __this, String * message, String * helpUrl, MethodInfo * method)); DO_APP_FUNC(0x01A2FC00, void, WarningException__ctor_3, (WarningException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x026EE200, void, WarningException__ctor_4, (WarningException * __this, String * message, String * helpUrl, String * helpTopic, MethodInfo * method)); DO_APP_FUNC(0x026EE2E0, void, WarningException__ctor_5, (WarningException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x00A90540, String *, WarningException_get_HelpUrl, (WarningException * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, String *, WarningException_get_HelpTopic, (WarningException * __this, MethodInfo * method)); DO_APP_FUNC(0x026EE5B0, void, WarningException_GetObjectData, (WarningException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, CancelEventArgs_get_Cancel, (CancelEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, CancelEventArgs_set_Cancel, (CancelEventArgs * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x026EE670, void, CancelEventArgs__ctor, (CancelEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x026EE6C0, void, CancelEventArgs__ctor_1, (CancelEventArgs * __this, bool cancel, MethodInfo * method)); DO_APP_FUNC(0x026EE720, void, DataErrorsChangedEventArgs__ctor, (DataErrorsChangedEventArgs * __this, String * propertyName, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, DataErrorsChangedEventArgs_get_PropertyName, (DataErrorsChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x026EE7C0, void, PropertyChangedEventArgs__ctor, (PropertyChangedEventArgs * __this, String * propertyName, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, PropertyChangedEventArgs_get_PropertyName, (PropertyChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, PropertyChangedEventHandler__ctor, (PropertyChangedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, PropertyChangedEventHandler_Invoke, (PropertyChangedEventHandler * __this, Object * sender, PropertyChangedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, PropertyChangedEventHandler_BeginInvoke, (PropertyChangedEventHandler * __this, Object * sender, PropertyChangedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, PropertyChangedEventHandler_EndInvoke, (PropertyChangedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x026EE860, void, PropertyChangingEventArgs__ctor, (PropertyChangingEventArgs * __this, String * propertyName, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, PropertyChangingEventArgs_get_PropertyName, (PropertyChangingEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, PropertyChangingEventHandler__ctor, (PropertyChangingEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, PropertyChangingEventHandler_Invoke, (PropertyChangingEventHandler * __this, Object * sender, PropertyChangingEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, PropertyChangingEventHandler_BeginInvoke, (PropertyChangingEventHandler * __this, Object * sender, PropertyChangingEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, PropertyChangingEventHandler_EndInvoke, (PropertyChangingEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x026BFCD0, void, ArraySubsetEnumerator__ctor, (ArraySubsetEnumerator * __this, Array * array, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x026BFD40, bool, ArraySubsetEnumerator_MoveNext, (ArraySubsetEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02592C60, void, ArraySubsetEnumerator_Reset, (ArraySubsetEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x026EE900, Object *, ArraySubsetEnumerator_get_Current, (ArraySubsetEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2220, ArraySubsetEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x026EE980, void, AsyncCompletedEventArgs__ctor, (AsyncCompletedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x026EE9D0, void, AsyncCompletedEventArgs__ctor_1, (AsyncCompletedEventArgs * __this, Exception * error, bool cancelled, Object * userState, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, AsyncCompletedEventArgs_get_Cancelled, (AsyncCompletedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Exception *, AsyncCompletedEventArgs_get_Error, (AsyncCompletedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Object *, AsyncCompletedEventArgs_get_UserState, (AsyncCompletedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x026EEAE0, void, AsyncCompletedEventArgs_RaiseExceptionIfNecessary, (AsyncCompletedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA21E8, AsyncCompletedEventArgs_RaiseExceptionIfNecessary__MethodInfo); DO_APP_FUNC(0x01015CE0, void, AsyncCompletedEventHandler__ctor, (AsyncCompletedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, AsyncCompletedEventHandler_Invoke, (AsyncCompletedEventHandler * __this, Object * sender, AsyncCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, AsyncCompletedEventHandler_BeginInvoke, (AsyncCompletedEventHandler * __this, Object * sender, AsyncCompletedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, AsyncCompletedEventHandler_EndInvoke, (AsyncCompletedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x026EEBE0, CategoryAttribute *, CategoryAttribute_get_Action, (MethodInfo * method)); DO_APP_FUNC(0x026EED40, CategoryAttribute *, CategoryAttribute_get_Appearance, (MethodInfo * method)); DO_APP_FUNC(0x026EEEA0, CategoryAttribute *, CategoryAttribute_get_Asynchronous, (MethodInfo * method)); DO_APP_FUNC(0x026EF000, CategoryAttribute *, CategoryAttribute_get_Behavior, (MethodInfo * method)); DO_APP_FUNC(0x026EF160, CategoryAttribute *, CategoryAttribute_get_Data, (MethodInfo * method)); DO_APP_FUNC(0x026EF2C0, CategoryAttribute *, CategoryAttribute_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x026EF440, CategoryAttribute *, CategoryAttribute_get_Design, (MethodInfo * method)); DO_APP_FUNC(0x026EF5A0, CategoryAttribute *, CategoryAttribute_get_DragDrop, (MethodInfo * method)); DO_APP_FUNC(0x026EF700, CategoryAttribute *, CategoryAttribute_get_Focus, (MethodInfo * method)); DO_APP_FUNC(0x026EF860, CategoryAttribute *, CategoryAttribute_get_Format, (MethodInfo * method)); DO_APP_FUNC(0x026EF9C0, CategoryAttribute *, CategoryAttribute_get_Key, (MethodInfo * method)); DO_APP_FUNC(0x026EFB20, CategoryAttribute *, CategoryAttribute_get_Layout, (MethodInfo * method)); DO_APP_FUNC(0x026EFC80, CategoryAttribute *, CategoryAttribute_get_Mouse, (MethodInfo * method)); DO_APP_FUNC(0x026EFDE0, CategoryAttribute *, CategoryAttribute_get_WindowStyle, (MethodInfo * method)); DO_APP_FUNC(0x026EFF40, void, CategoryAttribute__ctor, (CategoryAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026EFFD0, void, CategoryAttribute__ctor_1, (CategoryAttribute * __this, String * category, MethodInfo * method)); DO_APP_FUNC(0x026F0030, String *, CategoryAttribute_get_Category, (CategoryAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026F00D0, bool, CategoryAttribute_Equals, (CategoryAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026F01F0, int32_t, CategoryAttribute_GetHashCode, (CategoryAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026F0230, String *, CategoryAttribute_GetLocalizedString, (CategoryAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x026F09A0, bool, CategoryAttribute_IsDefaultAttribute, (CategoryAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026F0B80, Object *, CollectionConverter_ConvertTo, (CollectionConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2190, CollectionConverter_ConvertTo__MethodInfo); DO_APP_FUNC(0x003C94D0, PropertyDescriptorCollection *, CollectionConverter_GetProperties, (CollectionConverter * __this, ITypeDescriptorContext * context, Object * value, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, CollectionConverter_GetPropertiesSupported, (CollectionConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CollectionConverter__ctor, (CollectionConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x026F0CF0, BooleanSwitch *, CompModSwitches_get_CommonDesignerServices, (MethodInfo * method)); DO_APP_FUNC(0x026F0E30, TraceSwitch *, CompModSwitches_get_EventLog, (MethodInfo * method)); DO_APP_FUNC(0x02213E10, void, Component_1_Finalize, (Component_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Component_1_get_CanRaiseEvents, (Component_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB41A0, bool, Component_1_get_CanRaiseEventsInternal, (Component_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x026F0F80, void, Component_1_add_Disposed, (Component_1 * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x026F1010, void, Component_1_remove_Disposed, (Component_1 * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x026F10A0, EventHandlerList *, Component_1_get_Events, (Component_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ISite *, Component_1_get_Site, (Component_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, Component_1_set_Site, (Component_1 * __this, ISite * value, MethodInfo * method)); DO_APP_FUNC(0x026F11B0, void, Component_1_Dispose, (Component_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x026F1220, void, Component_1_Dispose_1, (Component_1 * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x026F14F0, IContainer *, Component_1_get_Container, (Component_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x026F1550, Object *, Component_1_GetService, (Component_1 * __this, Type * service, MethodInfo * method)); DO_APP_FUNC(0x026F15C0, bool, Component_1_get_DesignMode, (Component_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x026F1620, String *, Component_1_ToString, (Component_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Component_1__ctor, (Component_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x026F1720, void, Component_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x026F17E0, void, ComponentConverter__ctor, (ComponentConverter * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x026F1880, PropertyDescriptorCollection *, ComponentConverter_GetProperties, (ComponentConverter * __this, ITypeDescriptorContext * context, Object * value, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ComponentConverter_GetPropertiesSupported, (ComponentConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x026D9A20, void, Container_Finalize, (Container * __this, MethodInfo * method)); DO_APP_FUNC(0x026F18E0, void, Container_Add, (Container * __this, IComponent * component, MethodInfo * method)); DO_APP_FUNC(0x026F1900, void, Container_Add_1, (Container * __this, IComponent * component, String * name, MethodInfo * method)); DO_APP_FUNC(0x026F1DA0, ISite *, Container_CreateSite, (Container * __this, IComponent * component, String * name, MethodInfo * method)); DO_APP_FUNC(0x026E14A0, void, Container_Dispose, (Container * __this, MethodInfo * method)); DO_APP_FUNC(0x026F1F10, void, Container_Dispose_1, (Container * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x026F23D0, Object *, Container_GetService, (Container * __this, Type * service, MethodInfo * method)); DO_APP_FUNC(0x026F2460, ComponentCollection *, Container_get_Components, (Container * __this, MethodInfo * method)); DO_APP_FUNC(0x026F2A10, void, Container_Remove, (Container * __this, IComponent * component, MethodInfo * method)); DO_APP_FUNC(0x026F2A20, void, Container_Remove_1, (Container * __this, IComponent * component, bool preserveSite, MethodInfo * method)); DO_APP_FUNC(0x026F2D40, void, Container_RemoveWithoutUnsiting, (Container * __this, IComponent * component, MethodInfo * method)); DO_APP_FUNC(0x026F2D50, void, Container_ValidateName, (Container * __this, IComponent * component, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1FC0, Container_ValidateName__MethodInfo); DO_APP_FUNC(0x026F3140, void, Container__ctor, (Container * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCEA30, void, Container_Site__ctor, (Container_Site * __this, IComponent * component, Container * container, String * name, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IComponent *, Container_Site_get_Component, (Container_Site * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IContainer *, Container_Site_get_Container, (Container_Site * __this, MethodInfo * method)); DO_APP_FUNC(0x026F31D0, Object *, Container_Site_GetService, (Container_Site * __this, Type * service, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Container_Site_get_DesignMode, (Container_Site * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, Container_Site_get_Name, (Container_Site * __this, MethodInfo * method)); DO_APP_FUNC(0x026F3290, void, Container_Site_set_Name, (Container_Site * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x026F3360, bool, DateTimeOffsetConverter_CanConvertFrom, (DateTimeOffsetConverter * __this, ITypeDescriptorContext * context, Type * sourceType, MethodInfo * method)); DO_APP_FUNC(0x026F3440, bool, DateTimeOffsetConverter_CanConvertTo, (DateTimeOffsetConverter * __this, ITypeDescriptorContext * context, Type * destinationType, MethodInfo * method)); DO_APP_FUNC(0x026F3520, Object *, DateTimeOffsetConverter_ConvertFrom, (DateTimeOffsetConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1F30, DateTimeOffsetConverter_ConvertFrom__MethodInfo); DO_APP_FUNC(0x026F3950, Object *, DateTimeOffsetConverter_ConvertTo, (DateTimeOffsetConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DateTimeOffsetConverter__ctor, (DateTimeOffsetConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x026F48F0, void, DesignerAttribute__ctor, (DesignerAttribute * __this, String * designerTypeName, MethodInfo * method)); DO_APP_FUNC(0x026F4B40, void, DesignerAttribute__ctor_1, (DesignerAttribute * __this, Type * designerType, MethodInfo * method)); DO_APP_FUNC(0x026F4CA0, void, DesignerAttribute__ctor_2, (DesignerAttribute * __this, String * designerTypeName, String * designerBaseTypeName, MethodInfo * method)); DO_APP_FUNC(0x026F4E90, void, DesignerAttribute__ctor_3, (DesignerAttribute * __this, String * designerTypeName, Type * designerBaseType, MethodInfo * method)); DO_APP_FUNC(0x026F50A0, void, DesignerAttribute__ctor_4, (DesignerAttribute * __this, Type * designerType, Type * designerBaseType, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, DesignerAttribute_get_DesignerBaseTypeName, (DesignerAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, DesignerAttribute_get_DesignerTypeName, (DesignerAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026F51B0, Object *, DesignerAttribute_get_TypeId, (DesignerAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026F52A0, bool, DesignerAttribute_Equals, (DesignerAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x010CDD20, int32_t, DesignerAttribute_GetHashCode, (DesignerAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x026F53C0, void, DoWorkEventArgs__ctor, (DoWorkEventArgs * __this, Object * argument, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Object *, DoWorkEventArgs_get_Argument, (DoWorkEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, DoWorkEventArgs_get_Result, (DoWorkEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, DoWorkEventArgs_set_Result, (DoWorkEventArgs * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, DoWorkEventHandler__ctor, (DoWorkEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, DoWorkEventHandler_Invoke, (DoWorkEventHandler * __this, Object * sender, DoWorkEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, DoWorkEventHandler_BeginInvoke, (DoWorkEventHandler * __this, Object * sender, DoWorkEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, DoWorkEventHandler_EndInvoke, (DoWorkEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, EnumConverter__ctor, (EnumConverter * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Type *, EnumConverter_get_EnumType, (EnumConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, TypeConverter_StandardValuesCollection *, EnumConverter_get_Values, (EnumConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, EnumConverter_set_Values, (EnumConverter * __this, TypeConverter_StandardValuesCollection * value, MethodInfo * method)); DO_APP_FUNC(0x026F5460, bool, EnumConverter_CanConvertFrom, (EnumConverter * __this, ITypeDescriptorContext * context, Type * sourceType, MethodInfo * method)); DO_APP_FUNC(0x026F5580, bool, EnumConverter_CanConvertTo, (EnumConverter * __this, ITypeDescriptorContext * context, Type * destinationType, MethodInfo * method)); DO_APP_FUNC(0x026F56A0, IComparer *, EnumConverter_get_Comparer, (EnumConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x026F5700, Object *, EnumConverter_ConvertFrom, (EnumConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1EC0, EnumConverter_ConvertFrom__MethodInfo); DO_APP_FUNC(0x026F5BE0, Object *, EnumConverter_ConvertTo, (EnumConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1E90, EnumConverter_ConvertTo__MethodInfo); DO_APP_FUNC(0x026F6C00, TypeConverter_StandardValuesCollection *, EnumConverter_GetStandardValues, (EnumConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x026F7030, bool, EnumConverter_GetStandardValuesExclusive, (EnumConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, EnumConverter_GetStandardValuesSupported, (EnumConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x026F70E0, bool, EnumConverter_IsValid, (EnumConverter * __this, ITypeDescriptorContext * context, Object * value, MethodInfo * method)); DO_APP_FUNC(0x026F71E0, String *, IntSecurity_UnsafeGetFullPath, (String * fileName, MethodInfo * method)); DO_APP_FUNC(0x026F7270, void, LicenseException__ctor, (LicenseException * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x026F7380, void, LicenseException__ctor_1, (LicenseException * __this, Type * type, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x026F7510, void, LicenseException__ctor_2, (LicenseException * __this, Type * type, Object * instance, String * message, MethodInfo * method)); DO_APP_FUNC(0x026F7610, void, LicenseException__ctor_3, (LicenseException * __this, Type * type, Object * instance, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x026F7710, void, LicenseException__ctor_4, (LicenseException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x00A90540, Type *, LicenseException_get_LicensedType, (LicenseException * __this, MethodInfo * method)); DO_APP_FUNC(0x026F79B0, void, LicenseException_GetObjectData, (LicenseException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA49B0, LicenseException_GetObjectData__MethodInfo); DO_APP_FUNC(0x026F7AB0, void, MemberDescriptor__ctor, (MemberDescriptor * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x026F7AC0, void, MemberDescriptor__ctor_1, (MemberDescriptor * __this, String * name, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA49D8, MemberDescriptor__ctor_1__MethodInfo); DO_APP_FUNC(0x026F7D50, void, MemberDescriptor__ctor_2, (MemberDescriptor * __this, MemberDescriptor * descr, MethodInfo * method)); DO_APP_FUNC(0x026F8020, void, MemberDescriptor__ctor_3, (MemberDescriptor * __this, MemberDescriptor * oldMemberDescriptor, Attribute__Array * newAttributes, MethodInfo * method)); DO_APP_FUNC(0x026F85E0, Attribute__Array *, MemberDescriptor_get_AttributeArray, (MemberDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026F8610, void, MemberDescriptor_set_AttributeArray, (MemberDescriptor * __this, Attribute__Array * value, MethodInfo * method)); DO_APP_FUNC(0x026F8860, AttributeCollection *, MemberDescriptor_get_Attributes, (MemberDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026F8A30, String *, MemberDescriptor_get_Category, (MemberDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026F8BA0, String *, MemberDescriptor_get_Description, (MemberDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026F8D20, bool, MemberDescriptor_get_IsBrowsable, (MemberDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026F8E20, String *, MemberDescriptor_get_Name, (MemberDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, MemberDescriptor_get_NameHashCode, (MemberDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026F8E70, bool, MemberDescriptor_get_DesignTimeOnly, (MemberDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026F8F80, String *, MemberDescriptor_get_DisplayName, (MemberDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026F90D0, void, MemberDescriptor_CheckAttributesValid, (MemberDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026F9190, AttributeCollection *, MemberDescriptor_CreateAttributeCollection, (MemberDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026F9210, bool, MemberDescriptor_Equals, (MemberDescriptor * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026F9500, void, MemberDescriptor_FillAttributes, (MemberDescriptor * __this, IList * attributeList, MethodInfo * method)); DO_APP_FUNC(0x026F9630, void, MemberDescriptor_FilterAttributesIfNeeded, (MemberDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026F9C70, MethodInfo_1 *, MemberDescriptor_FindMethod, (Type * componentClass, String * name, Type__Array * args, Type * returnType, MethodInfo * method)); DO_APP_FUNC(0x026F9C90, MethodInfo_1 *, MemberDescriptor_FindMethod_1, (Type * componentClass, String * name, Type__Array * args, Type * returnType, bool publicOnly, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, MemberDescriptor_GetHashCode, (MemberDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026F9D40, Object *, MemberDescriptor_GetInvocationTarget, (MemberDescriptor * __this, Type * type, Object * instance, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4910, MemberDescriptor_GetInvocationTarget__MethodInfo); DO_APP_FUNC(0x026F9E70, ISite *, MemberDescriptor_GetSite, (Object * component, MethodInfo * method)); DO_APP_FUNC(0x026F9F30, Object *, MemberDescriptor_GetInvokee, (Type * componentClass, Object * component, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4918, MemberDescriptor_GetInvokee__MethodInfo); DO_APP_FUNC(0x026FA060, void, ProgressChangedEventArgs__ctor, (ProgressChangedEventArgs * __this, int32_t progressPercentage, Object * userState, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, ProgressChangedEventArgs_get_ProgressPercentage, (ProgressChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ProgressChangedEventArgs_get_UserState, (ProgressChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, ProgressChangedEventHandler__ctor, (ProgressChangedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ProgressChangedEventHandler_Invoke, (ProgressChangedEventHandler * __this, Object * sender, ProgressChangedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, ProgressChangedEventHandler_BeginInvoke, (ProgressChangedEventHandler * __this, Object * sender, ProgressChangedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ProgressChangedEventHandler_EndInvoke, (ProgressChangedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x026FA120, void, ReflectPropertyDescriptor__ctor, (ReflectPropertyDescriptor * __this, Type * componentClass, String * name, Type * type, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4840, ReflectPropertyDescriptor__ctor__MethodInfo); DO_APP_FUNC(0x026FA400, void, ReflectPropertyDescriptor__ctor_1, (ReflectPropertyDescriptor * __this, Type * componentClass, String * name, Type * type, PropertyInfo_1 * propInfo, MethodInfo_1 * getMethod, MethodInfo_1 * setMethod, Attribute__Array * attrs, MethodInfo * method)); DO_APP_FUNC(0x026FA610, void, ReflectPropertyDescriptor__ctor_2, (ReflectPropertyDescriptor * __this, Type * componentClass, String * name, Type * type, Type * receiverType, MethodInfo_1 * getMethod, MethodInfo_1 * setMethod, Attribute__Array * attrs, MethodInfo * method)); DO_APP_FUNC(0x026FA7E0, void, ReflectPropertyDescriptor__ctor_3, (ReflectPropertyDescriptor * __this, Type * componentClass, PropertyDescriptor * oldReflectPropertyDescriptor, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4820, ReflectPropertyDescriptor__ctor_3__MethodInfo); DO_APP_FUNC(0x026FAD90, Object *, ReflectPropertyDescriptor_get_AmbientValue, (ReflectPropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026FB010, EventDescriptor *, ReflectPropertyDescriptor_get_ChangedEventValue, (ReflectPropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026FB230, EventDescriptor *, ReflectPropertyDescriptor_get_IPropChangedEventValue, (ReflectPropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026FB450, void, ReflectPropertyDescriptor_set_IPropChangedEventValue, (ReflectPropertyDescriptor * __this, EventDescriptor * value, MethodInfo * method)); DO_APP_FUNC(0x00A90540, Type *, ReflectPropertyDescriptor_get_ComponentType, (ReflectPropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026FB510, Object *, ReflectPropertyDescriptor_get_DefaultValue, (ReflectPropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026FB8D0, MethodInfo_1 *, ReflectPropertyDescriptor_get_GetMethodValue, (ReflectPropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4888, ReflectPropertyDescriptor_get_GetMethodValue__MethodInfo); DO_APP_FUNC(0x026FBE60, bool, ReflectPropertyDescriptor_get_IsExtender, (ReflectPropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026FBEC0, bool, ReflectPropertyDescriptor_get_IsReadOnly, (ReflectPropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, Type *, ReflectPropertyDescriptor_get_PropertyType, (ReflectPropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026FBFD0, MethodInfo_1 *, ReflectPropertyDescriptor_get_ResetMethodValue, (ReflectPropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026FC250, MethodInfo_1 *, ReflectPropertyDescriptor_get_SetMethodValue, (ReflectPropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026FC990, MethodInfo_1 *, ReflectPropertyDescriptor_get_ShouldSerializeMethodValue, (ReflectPropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026FCC10, void, ReflectPropertyDescriptor_AddValueChanged, (ReflectPropertyDescriptor * __this, Object * component, EventHandler * handler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4780, ReflectPropertyDescriptor_AddValueChanged__MethodInfo); DO_APP_FUNC(0x026FCE30, bool, ReflectPropertyDescriptor_ExtenderCanResetValue, (ReflectPropertyDescriptor * __this, IExtenderProvider * provider, Object * component, MethodInfo * method)); DO_APP_FUNC(0x009E4000, Type *, ReflectPropertyDescriptor_ExtenderGetReceiverType, (ReflectPropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026FD090, Type *, ReflectPropertyDescriptor_ExtenderGetType, (ReflectPropertyDescriptor * __this, IExtenderProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x026FD0B0, Object *, ReflectPropertyDescriptor_ExtenderGetValue, (ReflectPropertyDescriptor * __this, IExtenderProvider * provider, Object * component, MethodInfo * method)); DO_APP_FUNC(0x026FD230, void, ReflectPropertyDescriptor_ExtenderResetValue, (ReflectPropertyDescriptor * __this, IExtenderProvider * provider, Object * component, PropertyDescriptor * notifyDesc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4800, ReflectPropertyDescriptor_ExtenderResetValue__MethodInfo); DO_APP_FUNC(0x026FD610, void, ReflectPropertyDescriptor_ExtenderSetValue, (ReflectPropertyDescriptor * __this, IExtenderProvider * provider, Object * component, Object * value, PropertyDescriptor * notifyDesc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4810, ReflectPropertyDescriptor_ExtenderSetValue__MethodInfo); DO_APP_FUNC(0x026FD970, bool, ReflectPropertyDescriptor_ExtenderShouldSerializeValue, (ReflectPropertyDescriptor * __this, IExtenderProvider * provider, Object * component, MethodInfo * method)); DO_APP_FUNC(0x026FDDB0, bool, ReflectPropertyDescriptor_CanResetValue, (ReflectPropertyDescriptor * __this, Object * component, MethodInfo * method)); DO_APP_FUNC(0x026FE080, void, ReflectPropertyDescriptor_FillAttributes, (ReflectPropertyDescriptor * __this, IList * attributes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA47C8, ReflectPropertyDescriptor_FillAttributes__MethodInfo); DO_APP_FUNC(0x026FEBD0, Object *, ReflectPropertyDescriptor_GetValue, (ReflectPropertyDescriptor * __this, Object * component, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4708, ReflectPropertyDescriptor_GetValue__MethodInfo); DO_APP_FUNC(0x026FEEF0, void, ReflectPropertyDescriptor_OnINotifyPropertyChanged, (ReflectPropertyDescriptor * __this, Object * component, PropertyChangedEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4770, ReflectPropertyDescriptor_OnINotifyPropertyChanged__MethodInfo); DO_APP_FUNC(0x026FF090, void, ReflectPropertyDescriptor_OnValueChanged, (ReflectPropertyDescriptor * __this, Object * component, EventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x026FF1A0, void, ReflectPropertyDescriptor_RemoveValueChanged, (ReflectPropertyDescriptor * __this, Object * component, EventHandler * handler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA46B8, ReflectPropertyDescriptor_RemoveValueChanged__MethodInfo); DO_APP_FUNC(0x026FF3B0, void, ReflectPropertyDescriptor_ResetValue, (ReflectPropertyDescriptor * __this, Object * component, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA46A8, ReflectPropertyDescriptor_ResetValue__MethodInfo); DO_APP_FUNC(0x026FF6A0, void, ReflectPropertyDescriptor_SetValue, (ReflectPropertyDescriptor * __this, Object * component, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA46D0, ReflectPropertyDescriptor_SetValue__MethodInfo); DO_APP_FUNC(0x026FFB90, bool, ReflectPropertyDescriptor_ShouldSerializeValue, (ReflectPropertyDescriptor * __this, Object * component, MethodInfo * method)); DO_APP_FUNC(0x026FFEE0, bool, ReflectPropertyDescriptor_get_SupportsChangeEvents, (ReflectPropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x026FFF20, void, ReflectPropertyDescriptor__cctor, (MethodInfo * method)); DO_APP_FUNC(0x027003A0, Guid, ReflectTypeDescriptionProvider_get_ExtenderProviderKey, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReflectTypeDescriptionProvider__ctor, (ReflectTypeDescriptionProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x02700400, Hashtable *, ReflectTypeDescriptionProvider_get_IntrinsicTypeConverters, (MethodInfo * method)); DO_APP_FUNC(0x02700F90, void, ReflectTypeDescriptionProvider_AddEditorTable, (Type * editorBaseType, Hashtable * table, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4670, ReflectTypeDescriptionProvider_AddEditorTable__MethodInfo); DO_APP_FUNC(0x02701350, Object *, ReflectTypeDescriptionProvider_CreateInstance, (ReflectTypeDescriptionProvider * __this, IServiceProvider * provider, Type * objectType, Type__Array * argTypes, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x027015F0, Object *, ReflectTypeDescriptionProvider_CreateInstance_1, (Type * objectType, Type * callingType, MethodInfo * method)); DO_APP_FUNC(0x027017B0, AttributeCollection *, ReflectTypeDescriptionProvider_GetAttributes, (ReflectTypeDescriptionProvider * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x027017E0, IDictionary *, ReflectTypeDescriptionProvider_GetCache, (ReflectTypeDescriptionProvider * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x02701A20, String *, ReflectTypeDescriptionProvider_GetClassName, (ReflectTypeDescriptionProvider * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02701A60, String *, ReflectTypeDescriptionProvider_GetComponentName, (ReflectTypeDescriptionProvider * __this, Type * type, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x02701B40, TypeConverter *, ReflectTypeDescriptionProvider_GetConverter, (ReflectTypeDescriptionProvider * __this, Type * type, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x02701B80, EventDescriptor *, ReflectTypeDescriptionProvider_GetDefaultEvent, (ReflectTypeDescriptionProvider * __this, Type * type, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x02701BC0, PropertyDescriptor *, ReflectTypeDescriptionProvider_GetDefaultProperty, (ReflectTypeDescriptionProvider * __this, Type * type, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x02701C00, Object *, ReflectTypeDescriptionProvider_GetEditor, (ReflectTypeDescriptionProvider * __this, Type * type, Object * instance, Type * editorBaseType, MethodInfo * method)); DO_APP_FUNC(0x02701C50, Hashtable *, ReflectTypeDescriptionProvider_GetEditorTable, (Type * editorBaseType, MethodInfo * method)); DO_APP_FUNC(0x027022F0, EventDescriptorCollection *, ReflectTypeDescriptionProvider_GetEvents, (ReflectTypeDescriptionProvider * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02702320, AttributeCollection *, ReflectTypeDescriptionProvider_GetExtendedAttributes, (ReflectTypeDescriptionProvider * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x02702380, String *, ReflectTypeDescriptionProvider_GetExtendedClassName, (ReflectTypeDescriptionProvider * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x027023E0, String *, ReflectTypeDescriptionProvider_GetExtendedComponentName, (ReflectTypeDescriptionProvider * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x02702430, TypeConverter *, ReflectTypeDescriptionProvider_GetExtendedConverter, (ReflectTypeDescriptionProvider * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, EventDescriptor *, ReflectTypeDescriptionProvider_GetExtendedDefaultEvent, (ReflectTypeDescriptionProvider * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, PropertyDescriptor *, ReflectTypeDescriptionProvider_GetExtendedDefaultProperty, (ReflectTypeDescriptionProvider * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x02702490, Object *, ReflectTypeDescriptionProvider_GetExtendedEditor, (ReflectTypeDescriptionProvider * __this, Object * instance, Type * editorBaseType, MethodInfo * method)); DO_APP_FUNC(0x02702500, EventDescriptorCollection *, ReflectTypeDescriptionProvider_GetExtendedEvents, (ReflectTypeDescriptionProvider * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x02702560, PropertyDescriptorCollection *, ReflectTypeDescriptionProvider_GetExtendedProperties, (ReflectTypeDescriptionProvider * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x02702A70, IExtenderProvider__Array *, ReflectTypeDescriptionProvider_GetExtenderProviders, (ReflectTypeDescriptionProvider * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4458, ReflectTypeDescriptionProvider_GetExtenderProviders__MethodInfo); DO_APP_FUNC(0x02702D60, IExtenderProvider__Array *, ReflectTypeDescriptionProvider_GetExtenders, (ICollection * components, Object * instance, IDictionary * cache, MethodInfo * method)); DO_APP_FUNC(0x027035F0, Object *, ReflectTypeDescriptionProvider_GetExtendedPropertyOwner, (ReflectTypeDescriptionProvider * __this, Object * instance, PropertyDescriptor * pd, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, ICustomTypeDescriptor *, ReflectTypeDescriptionProvider_GetExtendedTypeDescriptor, (ReflectTypeDescriptionProvider * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x02703670, String *, ReflectTypeDescriptionProvider_GetFullComponentName, (ReflectTypeDescriptionProvider * __this, Object * component, MethodInfo * method)); DO_APP_FUNC(0x02703730, Type__Array *, ReflectTypeDescriptionProvider_GetPopulatedTypes, (ReflectTypeDescriptionProvider * __this, Module * module, MethodInfo * method)); DO_APP_FUNC(0x02703C40, PropertyDescriptorCollection *, ReflectTypeDescriptionProvider_GetProperties, (ReflectTypeDescriptionProvider * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02703C70, Object *, ReflectTypeDescriptionProvider_GetPropertyOwner, (ReflectTypeDescriptionProvider * __this, Type * type, Object * instance, PropertyDescriptor * pd, MethodInfo * method)); DO_APP_FUNC(0x0041E8A0, Type *, ReflectTypeDescriptionProvider_GetReflectionType, (ReflectTypeDescriptionProvider * __this, Type * objectType, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x02703CD0, ReflectTypeDescriptionProvider_ReflectedTypeData *, ReflectTypeDescriptionProvider_GetTypeData, (ReflectTypeDescriptionProvider * __this, Type * type, bool createIfNeeded, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, ICustomTypeDescriptor *, ReflectTypeDescriptionProvider_GetTypeDescriptor, (ReflectTypeDescriptionProvider * __this, Type * objectType, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x027040F0, Type *, ReflectTypeDescriptionProvider_GetTypeFromName, (String * typeName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4490, ReflectTypeDescriptionProvider_GetTypeFromName__MethodInfo); DO_APP_FUNC(0x027041E0, bool, ReflectTypeDescriptionProvider_IsPopulated, (ReflectTypeDescriptionProvider * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02704230, Attribute__Array *, ReflectTypeDescriptionProvider_ReflectGetAttributes, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x027048E0, Attribute__Array *, ReflectTypeDescriptionProvider_ReflectGetAttributes_1, (MemberInfo_1 * member, MethodInfo * method)); DO_APP_FUNC(0x02704F90, EventDescriptor__Array *, ReflectTypeDescriptionProvider_ReflectGetEvents, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x027058C0, PropertyDescriptor__Array *, ReflectTypeDescriptionProvider_ReflectGetExtendedProperties, (IExtenderProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x02706850, PropertyDescriptor__Array *, ReflectTypeDescriptionProvider_ReflectGetProperties, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x027070B0, void, ReflectTypeDescriptionProvider_Refresh, (ReflectTypeDescriptionProvider * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x027070E0, Object *, ReflectTypeDescriptionProvider_SearchIntrinsicTable, (Hashtable * table, Type * callingType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA43A0, ReflectTypeDescriptionProvider_SearchIntrinsicTable__MethodInfo); DO_APP_FUNC(0x02707960, void, ReflectTypeDescriptionProvider__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ReflectTypeDescriptionProvider_ReflectedTypeData__ctor, (ReflectTypeDescriptionProvider_ReflectedTypeData * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02707F70, bool, ReflectTypeDescriptionProvider_ReflectedTypeData_get_IsPopulated, (ReflectTypeDescriptionProvider_ReflectedTypeData * __this, MethodInfo * method)); DO_APP_FUNC(0x02707FA0, AttributeCollection *, ReflectTypeDescriptionProvider_ReflectedTypeData_GetAttributes, (ReflectTypeDescriptionProvider_ReflectedTypeData * __this, MethodInfo * method)); DO_APP_FUNC(0x01B68620, String *, ReflectTypeDescriptionProvider_ReflectedTypeData_GetClassName, (ReflectTypeDescriptionProvider_ReflectedTypeData * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x02708660, String *, ReflectTypeDescriptionProvider_ReflectedTypeData_GetComponentName, (ReflectTypeDescriptionProvider_ReflectedTypeData * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x02708730, TypeConverter *, ReflectTypeDescriptionProvider_ReflectedTypeData_GetConverter, (ReflectTypeDescriptionProvider_ReflectedTypeData * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x02708D40, EventDescriptor *, ReflectTypeDescriptionProvider_ReflectedTypeData_GetDefaultEvent, (ReflectTypeDescriptionProvider_ReflectedTypeData * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x02708F70, PropertyDescriptor *, ReflectTypeDescriptionProvider_ReflectedTypeData_GetDefaultProperty, (ReflectTypeDescriptionProvider_ReflectedTypeData * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x02709160, Object *, ReflectTypeDescriptionProvider_ReflectedTypeData_GetEditor, (ReflectTypeDescriptionProvider_ReflectedTypeData * __this, Object * instance, Type * editorBaseType, MethodInfo * method)); DO_APP_FUNC(0x02709910, EditorAttribute *, ReflectTypeDescriptionProvider_ReflectedTypeData_GetEditorAttribute, (AttributeCollection * attributes, Type * editorBaseType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4348, ReflectTypeDescriptionProvider_ReflectedTypeData_GetEditorAttribute__MethodInfo); DO_APP_FUNC(0x02709BB0, EventDescriptorCollection *, ReflectTypeDescriptionProvider_ReflectedTypeData_GetEvents, (ReflectTypeDescriptionProvider_ReflectedTypeData * __this, MethodInfo * method)); DO_APP_FUNC(0x0270A040, PropertyDescriptorCollection *, ReflectTypeDescriptionProvider_ReflectedTypeData_GetProperties, (ReflectTypeDescriptionProvider_ReflectedTypeData * __this, MethodInfo * method)); DO_APP_FUNC(0x0270A400, Type *, ReflectTypeDescriptionProvider_ReflectedTypeData_GetTypeFromName, (ReflectTypeDescriptionProvider_ReflectedTypeData * __this, String * typeName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4350, ReflectTypeDescriptionProvider_ReflectedTypeData_GetTypeFromName__MethodInfo); DO_APP_FUNC(0x0270A5A0, void, ReflectTypeDescriptionProvider_ReflectedTypeData_Refresh, (ReflectTypeDescriptionProvider_ReflectedTypeData * __this, MethodInfo * method)); DO_APP_FUNC(0x0270A790, void, RunWorkerCompletedEventArgs__ctor, (RunWorkerCompletedEventArgs * __this, Object * result, Exception * error, bool cancelled, MethodInfo * method)); DO_APP_FUNC(0x0255A980, Object *, RunWorkerCompletedEventArgs_get_Result, (RunWorkerCompletedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Object *, RunWorkerCompletedEventArgs_get_UserState, (RunWorkerCompletedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, RunWorkerCompletedEventHandler__ctor, (RunWorkerCompletedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, RunWorkerCompletedEventHandler_Invoke, (RunWorkerCompletedEventHandler * __this, Object * sender, RunWorkerCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, RunWorkerCompletedEventHandler_BeginInvoke, (RunWorkerCompletedEventHandler * __this, Object * sender, RunWorkerCompletedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, RunWorkerCompletedEventHandler_EndInvoke, (RunWorkerCompletedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0270A810, bool, TypeConverter_get_UseCompatibleTypeConversion, (MethodInfo * method)); DO_APP_FUNC(0x026AE960, bool, TypeConverter_CanConvertFrom, (TypeConverter * __this, Type * sourceType, MethodInfo * method)); DO_APP_FUNC(0x0270A850, bool, TypeConverter_CanConvertFrom_1, (TypeConverter * __this, ITypeDescriptorContext * context, Type * sourceType, MethodInfo * method)); DO_APP_FUNC(0x0270A8D0, bool, TypeConverter_CanConvertTo, (TypeConverter * __this, Type * destinationType, MethodInfo * method)); DO_APP_FUNC(0x0270A8F0, bool, TypeConverter_CanConvertTo_1, (TypeConverter * __this, ITypeDescriptorContext * context, Type * destinationType, MethodInfo * method)); DO_APP_FUNC(0x0270A970, Object *, TypeConverter_ConvertFrom, (TypeConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0270AA30, Object *, TypeConverter_ConvertFrom_1, (TypeConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0270AAA0, Object *, TypeConverter_ConvertFromInvariantString, (TypeConverter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x0270AB60, Object *, TypeConverter_ConvertFromInvariantString_1, (TypeConverter * __this, ITypeDescriptorContext * context, String * text, MethodInfo * method)); DO_APP_FUNC(0x0270AC30, Object *, TypeConverter_ConvertFromString, (TypeConverter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x0270AC60, Object *, TypeConverter_ConvertFromString_1, (TypeConverter * __this, ITypeDescriptorContext * context, String * text, MethodInfo * method)); DO_APP_FUNC(0x0270AD30, Object *, TypeConverter_ConvertFromString_2, (TypeConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, String * text, MethodInfo * method)); DO_APP_FUNC(0x0270AD50, Object *, TypeConverter_ConvertTo, (TypeConverter * __this, Object * value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC(0x0270AD80, Object *, TypeConverter_ConvertTo_1, (TypeConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA42C0, TypeConverter_ConvertTo_1__MethodInfo); DO_APP_FUNC(0x0270AF60, String *, TypeConverter_ConvertToInvariantString, (TypeConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0270B020, String *, TypeConverter_ConvertToInvariantString_1, (TypeConverter * __this, ITypeDescriptorContext * context, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0270B0F0, String *, TypeConverter_ConvertToString, (TypeConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0270B250, String *, TypeConverter_ConvertToString_1, (TypeConverter * __this, ITypeDescriptorContext * context, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0270B3C0, String *, TypeConverter_ConvertToString_2, (TypeConverter * __this, ITypeDescriptorContext * context, CultureInfo * culture, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0270B4C0, Object *, TypeConverter_CreateInstance, (TypeConverter * __this, IDictionary * propertyValues, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Object *, TypeConverter_CreateInstance_1, (TypeConverter * __this, ITypeDescriptorContext * context, IDictionary * propertyValues, MethodInfo * method)); DO_APP_FUNC(0x0270B4E0, Exception *, TypeConverter_GetConvertFromException, (TypeConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA42A8, TypeConverter_GetConvertFromException__MethodInfo); DO_APP_FUNC(0x0270B630, Exception *, TypeConverter_GetConvertToException, (TypeConverter * __this, Object * value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4290, TypeConverter_GetConvertToException__MethodInfo); DO_APP_FUNC(0x0270B7C0, bool, TypeConverter_GetCreateInstanceSupported, (TypeConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, TypeConverter_GetCreateInstanceSupported_1, (TypeConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x0270B7E0, PropertyDescriptorCollection *, TypeConverter_GetProperties, (TypeConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0270B8E0, PropertyDescriptorCollection *, TypeConverter_GetProperties_1, (TypeConverter * __this, ITypeDescriptorContext * context, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, PropertyDescriptorCollection *, TypeConverter_GetProperties_2, (TypeConverter * __this, ITypeDescriptorContext * context, Object * value, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x0270B9F0, bool, TypeConverter_GetPropertiesSupported, (TypeConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, TypeConverter_GetPropertiesSupported_1, (TypeConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x0270BA10, ICollection *, TypeConverter_GetStandardValues, (TypeConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, TypeConverter_StandardValuesCollection *, TypeConverter_GetStandardValues_1, (TypeConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x0270BA30, bool, TypeConverter_GetStandardValuesExclusive, (TypeConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, TypeConverter_GetStandardValuesExclusive_1, (TypeConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x0270BA50, bool, TypeConverter_GetStandardValuesSupported, (TypeConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, TypeConverter_GetStandardValuesSupported_1, (TypeConverter * __this, ITypeDescriptorContext * context, MethodInfo * method)); DO_APP_FUNC(0x0270BA70, bool, TypeConverter_IsValid, (TypeConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0270BA90, bool, TypeConverter_IsValid_1, (TypeConverter * __this, ITypeDescriptorContext * context, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0270BBB0, PropertyDescriptorCollection *, TypeConverter_SortProperties, (TypeConverter * __this, PropertyDescriptorCollection * props, String__Array * names, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TypeConverter__ctor, (TypeConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x0270BBF0, void, TypeConverter_SimplePropertyDescriptor__ctor, (TypeConverter_SimplePropertyDescriptor * __this, Type * componentType, String * name, Type * propertyType, MethodInfo * method)); DO_APP_FUNC(0x0270BC80, void, TypeConverter_SimplePropertyDescriptor__ctor_1, (TypeConverter_SimplePropertyDescriptor * __this, Type * componentType, String * name, Type * propertyType, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x003C7040, Type *, TypeConverter_SimplePropertyDescriptor_get_ComponentType, (TypeConverter_SimplePropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x0270BD70, bool, TypeConverter_SimplePropertyDescriptor_get_IsReadOnly, (TypeConverter_SimplePropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90540, Type *, TypeConverter_SimplePropertyDescriptor_get_PropertyType, (TypeConverter_SimplePropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x0270BE50, bool, TypeConverter_SimplePropertyDescriptor_CanResetValue, (TypeConverter_SimplePropertyDescriptor * __this, Object * component, MethodInfo * method)); DO_APP_FUNC(0x0270BFC0, void, TypeConverter_SimplePropertyDescriptor_ResetValue, (TypeConverter_SimplePropertyDescriptor * __this, Object * component, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, TypeConverter_SimplePropertyDescriptor_ShouldSerializeValue, (TypeConverter_SimplePropertyDescriptor * __this, Object * component, MethodInfo * method)); DO_APP_FUNC(0x0270C110, void, TypeConverter_StandardValuesCollection__ctor, (TypeConverter_StandardValuesCollection * __this, ICollection * values, MethodInfo * method)); DO_APP_FUNC(0x0270C250, int32_t, TypeConverter_StandardValuesCollection_get_Count, (TypeConverter_StandardValuesCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0270C2C0, Object *, TypeConverter_StandardValuesCollection_get_Item, (TypeConverter_StandardValuesCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0270C410, void, TypeConverter_StandardValuesCollection_CopyTo, (TypeConverter_StandardValuesCollection * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0270C480, IEnumerator *, TypeConverter_StandardValuesCollection_GetEnumerator, (TypeConverter_StandardValuesCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0270C4D0, int32_t, TypeConverter_StandardValuesCollection_System_Collections_ICollection_get_Count, (TypeConverter_StandardValuesCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, TypeConverter_StandardValuesCollection_System_Collections_ICollection_get_IsSynchronized, (TypeConverter_StandardValuesCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Object *, TypeConverter_StandardValuesCollection_System_Collections_ICollection_get_SyncRoot, (TypeConverter_StandardValuesCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0270C410, void, TypeConverter_StandardValuesCollection_System_Collections_ICollection_CopyTo, (TypeConverter_StandardValuesCollection * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0270C480, IEnumerator *, TypeConverter_StandardValuesCollection_System_Collections_IEnumerable_GetEnumerator, (TypeConverter_StandardValuesCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TypeDescriptor__ctor, (TypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x0270C4E0, IComNativeDescriptorHandler *, TypeDescriptor_get_ComNativeDescriptorHandler, (MethodInfo * method)); DO_APP_FUNC(0x0270C5D0, void, TypeDescriptor_set_ComNativeDescriptorHandler, (IComNativeDescriptorHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0270C840, Type *, TypeDescriptor_get_ComObjectType, (MethodInfo * method)); DO_APP_FUNC(0x0270C8B0, Type *, TypeDescriptor_get_InterfaceType, (MethodInfo * method)); DO_APP_FUNC(0x0270C920, int32_t, TypeDescriptor_get_MetadataVersion, (MethodInfo * method)); DO_APP_FUNC(0x0270C980, void, TypeDescriptor_add_Refreshed, (RefreshEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0270CAD0, void, TypeDescriptor_remove_Refreshed, (RefreshEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0270CC20, TypeDescriptionProvider *, TypeDescriptor_AddAttributes, (Type * type, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA40E8, TypeDescriptor_AddAttributes__MethodInfo); DO_APP_FUNC(0x0270CE20, TypeDescriptionProvider *, TypeDescriptor_AddAttributes_1, (Object * instance, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4118, TypeDescriptor_AddAttributes_1__MethodInfo); DO_APP_FUNC(0x0270CFD0, void, TypeDescriptor_AddEditorTable, (Type * editorBaseType, Hashtable * table, MethodInfo * method)); DO_APP_FUNC(0x0270D030, void, TypeDescriptor_AddProvider, (TypeDescriptionProvider * provider, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4180, TypeDescriptor_AddProvider__MethodInfo); DO_APP_FUNC(0x0270D400, void, TypeDescriptor_AddProvider_1, (TypeDescriptionProvider * provider, Object * instance, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4190, TypeDescriptor_AddProvider_1__MethodInfo); DO_APP_FUNC(0x0270D7F0, void, TypeDescriptor_AddProviderTransparent, (TypeDescriptionProvider * provider, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4148, TypeDescriptor_AddProviderTransparent__MethodInfo); DO_APP_FUNC(0x0270D920, void, TypeDescriptor_AddProviderTransparent_1, (TypeDescriptionProvider * provider, Object * instance, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4170, TypeDescriptor_AddProviderTransparent_1__MethodInfo); DO_APP_FUNC(0x0270DA30, void, TypeDescriptor_CheckDefaultProvider, (Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4088, TypeDescriptor_CheckDefaultProvider__MethodInfo); DO_APP_FUNC(0x0270E2A0, void, TypeDescriptor_CreateAssociation, (Object * primary, Object * secondary, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4038, TypeDescriptor_CreateAssociation__MethodInfo); DO_APP_FUNC(0x0270ECC0, IDesigner *, TypeDescriptor_CreateDesigner, (IComponent * component, Type * designerBaseType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA40C0, TypeDescriptor_CreateDesigner__MethodInfo); DO_APP_FUNC(0x0270F0A0, EventDescriptor *, TypeDescriptor_CreateEvent, (Type * componentType, String * name, Type * type, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x0270F140, EventDescriptor *, TypeDescriptor_CreateEvent_1, (Type * componentType, EventDescriptor * oldEventDescriptor, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x0270F1D0, Object *, TypeDescriptor_CreateInstance, (IServiceProvider * provider, Type * objectType, Type__Array * argTypes, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA40A0, TypeDescriptor_CreateInstance__MethodInfo); DO_APP_FUNC(0x0270F490, PropertyDescriptor *, TypeDescriptor_CreateProperty, (Type * componentType, String * name, Type * type, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x0270F530, PropertyDescriptor *, TypeDescriptor_CreateProperty_1, (Type * componentType, PropertyDescriptor * oldPropertyDescriptor, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TypeDescriptor_DebugValidate, (Type * type, AttributeCollection * attributes, AttributeCollection * debugAttributes, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TypeDescriptor_DebugValidate_1, (AttributeCollection * attributes, AttributeCollection * debugAttributes, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TypeDescriptor_DebugValidate_2, (AttributeCollection * attributes, Type * type, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TypeDescriptor_DebugValidate_3, (AttributeCollection * attributes, Object * instance, bool noCustomTypeDesc, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TypeDescriptor_DebugValidate_4, (TypeConverter * converter, Type * type, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TypeDescriptor_DebugValidate_5, (TypeConverter * converter, Object * instance, bool noCustomTypeDesc, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TypeDescriptor_DebugValidate_6, (EventDescriptorCollection * events, Type * type, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TypeDescriptor_DebugValidate_7, (EventDescriptorCollection * events, Object * instance, Attribute__Array * attributes, bool noCustomTypeDesc, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TypeDescriptor_DebugValidate_8, (PropertyDescriptorCollection * properties, Type * type, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TypeDescriptor_DebugValidate_9, (PropertyDescriptorCollection * properties, Object * instance, Attribute__Array * attributes, bool noCustomTypeDesc, MethodInfo * method)); DO_APP_FUNC(0x0270F730, ArrayList *, TypeDescriptor_FilterMembers, (IList * members, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x0270F980, Object *, TypeDescriptor_GetAssociation, (Type * type, Object * primary, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3FF0, TypeDescriptor_GetAssociation__MethodInfo); DO_APP_FUNC(0x0270FF20, AttributeCollection *, TypeDescriptor_GetAttributes, (Type * componentType, MethodInfo * method)); DO_APP_FUNC(0x02710020, AttributeCollection *, TypeDescriptor_GetAttributes_1, (Object * component, MethodInfo * method)); DO_APP_FUNC(0x02710080, AttributeCollection *, TypeDescriptor_GetAttributes_2, (Object * component, bool noCustomTypeDesc, MethodInfo * method)); DO_APP_FUNC(0x02710360, IDictionary *, TypeDescriptor_GetCache, (Object * instance, MethodInfo * method)); DO_APP_FUNC(0x02710410, String *, TypeDescriptor_GetClassName, (Object * component, MethodInfo * method)); DO_APP_FUNC(0x027104D0, String *, TypeDescriptor_GetClassName_1, (Object * component, bool noCustomTypeDesc, MethodInfo * method)); DO_APP_FUNC(0x02710560, String *, TypeDescriptor_GetClassName_2, (Type * componentType, MethodInfo * method)); DO_APP_FUNC(0x02710600, String *, TypeDescriptor_GetComponentName, (Object * component, MethodInfo * method)); DO_APP_FUNC(0x027106C0, String *, TypeDescriptor_GetComponentName_1, (Object * component, bool noCustomTypeDesc, MethodInfo * method)); DO_APP_FUNC(0x02710750, TypeConverter *, TypeDescriptor_GetConverter, (Object * component, MethodInfo * method)); DO_APP_FUNC(0x02710800, TypeConverter *, TypeDescriptor_GetConverter_1, (Object * component, bool noCustomTypeDesc, MethodInfo * method)); DO_APP_FUNC(0x02710890, TypeConverter *, TypeDescriptor_GetConverter_2, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02710920, Object *, TypeDescriptor_ConvertFromInvariantString, (Type * type, String * stringValue, MethodInfo * method)); DO_APP_FUNC(0x027109A0, EventDescriptor *, TypeDescriptor_GetDefaultEvent, (Type * componentType, MethodInfo * method)); DO_APP_FUNC(0x02710A60, EventDescriptor *, TypeDescriptor_GetDefaultEvent_1, (Object * component, MethodInfo * method)); DO_APP_FUNC(0x02710B20, EventDescriptor *, TypeDescriptor_GetDefaultEvent_2, (Object * component, bool noCustomTypeDesc, MethodInfo * method)); DO_APP_FUNC(0x02710BC0, PropertyDescriptor *, TypeDescriptor_GetDefaultProperty, (Type * componentType, MethodInfo * method)); DO_APP_FUNC(0x02710C80, PropertyDescriptor *, TypeDescriptor_GetDefaultProperty_1, (Object * component, MethodInfo * method)); DO_APP_FUNC(0x02710D40, PropertyDescriptor *, TypeDescriptor_GetDefaultProperty_2, (Object * component, bool noCustomTypeDesc, MethodInfo * method)); DO_APP_FUNC(0x02710DE0, ICustomTypeDescriptor *, TypeDescriptor_GetDescriptor, (Type * type, String * typeName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3F48, TypeDescriptor_GetDescriptor__MethodInfo); DO_APP_FUNC(0x02710F10, ICustomTypeDescriptor *, TypeDescriptor_GetDescriptor_1, (Object * component, bool noCustomTypeDesc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3FA8, TypeDescriptor_GetDescriptor_1__MethodInfo); DO_APP_FUNC(0x02711250, ICustomTypeDescriptor *, TypeDescriptor_GetExtendedDescriptor, (Object * component, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3F80, TypeDescriptor_GetExtendedDescriptor__MethodInfo); DO_APP_FUNC(0x02711360, Object *, TypeDescriptor_GetEditor, (Object * component, Type * editorBaseType, MethodInfo * method)); DO_APP_FUNC(0x027114B0, Object *, TypeDescriptor_GetEditor_1, (Object * component, Type * editorBaseType, bool noCustomTypeDesc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3F90, TypeDescriptor_GetEditor_1__MethodInfo); DO_APP_FUNC(0x027115D0, Object *, TypeDescriptor_GetEditor_2, (Type * type, Type * editorBaseType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3EF8, TypeDescriptor_GetEditor_2__MethodInfo); DO_APP_FUNC(0x02711700, EventDescriptorCollection *, TypeDescriptor_GetEvents, (Type * componentType, MethodInfo * method)); DO_APP_FUNC(0x02711800, EventDescriptorCollection *, TypeDescriptor_GetEvents_1, (Type * componentType, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x02711A20, EventDescriptorCollection *, TypeDescriptor_GetEvents_2, (Object * component, MethodInfo * method)); DO_APP_FUNC(0x02711A80, EventDescriptorCollection *, TypeDescriptor_GetEvents_3, (Object * component, bool noCustomTypeDesc, MethodInfo * method)); DO_APP_FUNC(0x02711AF0, EventDescriptorCollection *, TypeDescriptor_GetEvents_4, (Object * component, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x02711B60, EventDescriptorCollection *, TypeDescriptor_GetEvents_5, (Object * component, Attribute__Array * attributes, bool noCustomTypeDesc, MethodInfo * method)); DO_APP_FUNC(0x02711EA0, String *, TypeDescriptor_GetExtenderCollisionSuffix, (MemberDescriptor * member, MethodInfo * method)); DO_APP_FUNC(0x02712100, String *, TypeDescriptor_GetFullComponentName, (Object * component, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3F20, TypeDescriptor_GetFullComponentName__MethodInfo); DO_APP_FUNC(0x02712210, Type *, TypeDescriptor_GetNodeForBaseType, (Type * searchType, MethodInfo * method)); DO_APP_FUNC(0x027122F0, PropertyDescriptorCollection *, TypeDescriptor_GetProperties, (Type * componentType, MethodInfo * method)); DO_APP_FUNC(0x027123F0, PropertyDescriptorCollection *, TypeDescriptor_GetProperties_1, (Type * componentType, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x02712600, PropertyDescriptorCollection *, TypeDescriptor_GetProperties_2, (Object * component, MethodInfo * method)); DO_APP_FUNC(0x027126A0, PropertyDescriptorCollection *, TypeDescriptor_GetProperties_3, (Object * component, bool noCustomTypeDesc, MethodInfo * method)); DO_APP_FUNC(0x02712710, PropertyDescriptorCollection *, TypeDescriptor_GetProperties_4, (Object * component, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x027127C0, PropertyDescriptorCollection *, TypeDescriptor_GetProperties_5, (Object * component, Attribute__Array * attributes, bool noCustomTypeDesc, MethodInfo * method)); DO_APP_FUNC(0x02712840, PropertyDescriptorCollection *, TypeDescriptor_GetPropertiesImpl, (Object * component, Attribute__Array * attributes, bool noCustomTypeDesc, bool noAttributes, MethodInfo * method)); DO_APP_FUNC(0x02712BF0, TypeDescriptionProvider *, TypeDescriptor_GetProvider, (Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3EC0, TypeDescriptor_GetProvider__MethodInfo); DO_APP_FUNC(0x02712CC0, TypeDescriptionProvider *, TypeDescriptor_GetProvider_1, (Object * instance, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3E98, TypeDescriptor_GetProvider_1__MethodInfo); DO_APP_FUNC(0x02712D70, TypeDescriptionProvider *, TypeDescriptor_GetProviderRecursive, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02712DD0, Type *, TypeDescriptor_GetReflectionType, (Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3EA0, TypeDescriptor_GetReflectionType__MethodInfo); DO_APP_FUNC(0x02712F00, Type *, TypeDescriptor_GetReflectionType_1, (Object * instance, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3ED8, TypeDescriptor_GetReflectionType_1__MethodInfo); DO_APP_FUNC(0x02713030, TypeDescriptor_TypeDescriptionNode *, TypeDescriptor_NodeFor, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02713090, TypeDescriptor_TypeDescriptionNode *, TypeDescriptor_NodeFor_1, (Type * type, bool createDelegator, MethodInfo * method)); DO_APP_FUNC(0x02713730, TypeDescriptor_TypeDescriptionNode *, TypeDescriptor_NodeFor_2, (Object * instance, MethodInfo * method)); DO_APP_FUNC(0x02713790, TypeDescriptor_TypeDescriptionNode *, TypeDescriptor_NodeFor_3, (Object * instance, bool createDelegator, MethodInfo * method)); DO_APP_FUNC(0x02713980, void, TypeDescriptor_NodeRemove, (Object * key, TypeDescriptionProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x02713F30, ICollection *, TypeDescriptor_PipelineAttributeFilter, (int32_t pipelineType, ICollection * members, Attribute__Array * filter, Object * instance, IDictionary * cache, MethodInfo * method)); DO_APP_FUNC(0x02714480, ICollection *, TypeDescriptor_PipelineFilter, (int32_t pipelineType, ICollection * members, Object * instance, IDictionary * cache, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3E18, TypeDescriptor_PipelineFilter__MethodInfo); DO_APP_FUNC(0x027156B0, ICollection *, TypeDescriptor_PipelineInitialize, (int32_t pipelineType, ICollection * members, IDictionary * cache, MethodInfo * method)); DO_APP_FUNC(0x02715A70, ICollection *, TypeDescriptor_PipelineMerge, (int32_t pipelineType, ICollection * primary, ICollection * secondary, Object * instance, IDictionary * cache, MethodInfo * method)); DO_APP_FUNC(0x027164A0, void, TypeDescriptor_RaiseRefresh, (Object * component, MethodInfo * method)); DO_APP_FUNC(0x02716670, void, TypeDescriptor_RaiseRefresh_1, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x027167B0, void, TypeDescriptor_Refresh, (Object * component, MethodInfo * method)); DO_APP_FUNC(0x02716810, void, TypeDescriptor_Refresh_1, (Object * component, bool refreshReflectionProvider, MethodInfo * method)); DO_APP_FUNC(0x02716FB0, void, TypeDescriptor_Refresh_2, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02717550, void, TypeDescriptor_Refresh_3, (Module * module, MethodInfo * method)); DO_APP_FUNC(0x02717DB0, void, TypeDescriptor_Refresh_4, (Assembly * assembly, MethodInfo * method)); DO_APP_FUNC(0x02717E70, void, TypeDescriptor_RemoveAssociation, (Object * primary, Object * secondary, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3E58, TypeDescriptor_RemoveAssociation__MethodInfo); DO_APP_FUNC(0x02718220, void, TypeDescriptor_RemoveAssociations, (Object * primary, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3DA0, TypeDescriptor_RemoveAssociations__MethodInfo); DO_APP_FUNC(0x02718300, void, TypeDescriptor_RemoveProvider, (TypeDescriptionProvider * provider, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3DA8, TypeDescriptor_RemoveProvider__MethodInfo); DO_APP_FUNC(0x02718440, void, TypeDescriptor_RemoveProvider_1, (TypeDescriptionProvider * provider, Object * instance, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3D88, TypeDescriptor_RemoveProvider_1__MethodInfo); DO_APP_FUNC(0x02718560, void, TypeDescriptor_RemoveProviderTransparent, (TypeDescriptionProvider * provider, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3D80, TypeDescriptor_RemoveProviderTransparent__MethodInfo); DO_APP_FUNC(0x02718700, void, TypeDescriptor_RemoveProviderTransparent_1, (TypeDescriptionProvider * provider, Object * instance, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3D90, TypeDescriptor_RemoveProviderTransparent_1__MethodInfo); DO_APP_FUNC(0x02718850, bool, TypeDescriptor_ShouldHideMember, (MemberDescriptor * member, Attribute * attribute, MethodInfo * method)); DO_APP_FUNC(0x02718910, void, TypeDescriptor_SortDescriptorArray, (IList * infos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3DD0, TypeDescriptor_SortDescriptorArray__MethodInfo); DO_APP_FUNC(0x003AC050, void, TypeDescriptor_Trace, (String * message, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02718A30, void, TypeDescriptor__cctor, (MethodInfo * method)); DO_APP_FUNC(0x027193B0, void, TypeDescriptor_AttributeProvider__ctor, (TypeDescriptor_AttributeProvider * __this, TypeDescriptionProvider * existingProvider, Attribute__Array * attrs, MethodInfo * method)); DO_APP_FUNC(0x02719460, ICustomTypeDescriptor *, TypeDescriptor_AttributeProvider_GetTypeDescriptor, (TypeDescriptor_AttributeProvider * __this, Type * objectType, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x01A48AA0, void, TypeDescriptor_AttributeProvider_AttributeTypeDescriptor__ctor, (TypeDescriptor_AttributeProvider_AttributeTypeDescriptor * __this, Attribute__Array * attrs, ICustomTypeDescriptor * parent, MethodInfo * method)); DO_APP_FUNC(0x02719650, AttributeCollection *, TypeDescriptor_AttributeProvider_AttributeTypeDescriptor_GetAttributes, (TypeDescriptor_AttributeProvider_AttributeTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, TypeDescriptor_ComNativeDescriptionProvider__ctor, (TypeDescriptor_ComNativeDescriptionProvider * __this, IComNativeDescriptorHandler * handler, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, IComNativeDescriptorHandler *, TypeDescriptor_ComNativeDescriptionProvider_get_Handler, (TypeDescriptor_ComNativeDescriptionProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, TypeDescriptor_ComNativeDescriptionProvider_set_Handler, (TypeDescriptor_ComNativeDescriptionProvider * __this, IComNativeDescriptorHandler * value, MethodInfo * method)); DO_APP_FUNC(0x027199C0, ICustomTypeDescriptor *, TypeDescriptor_ComNativeDescriptionProvider_GetTypeDescriptor, (TypeDescriptor_ComNativeDescriptionProvider * __this, Type * objectType, Object * instance, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3D38, TypeDescriptor_ComNativeDescriptionProvider_GetTypeDescriptor__MethodInfo); DO_APP_FUNC(0x003BAE40, void, TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor__ctor, (TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor * __this, IComNativeDescriptorHandler * handler, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x02719BF0, AttributeCollection *, TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes, (TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02719CB0, String *, TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName, (TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, String *, TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName, (TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02719D10, TypeConverter *, TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter, (TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02719DE0, EventDescriptor *, TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent, (TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02719EB0, PropertyDescriptor *, TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty, (TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02719F80, Object *, TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor, (TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor * __this, Type * editorBaseType, MethodInfo * method)); DO_APP_FUNC(0x02719FF0, EventDescriptorCollection *, TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents, (TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x0271A0C0, EventDescriptorCollection *, TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_1, (TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor * __this, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x0271A1A0, PropertyDescriptorCollection *, TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties, (TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x0271A200, PropertyDescriptorCollection *, TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_1, (TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor * __this, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner, (TypeDescriptor_ComNativeDescriptionProvider_ComNativeTypeDescriptor * __this, PropertyDescriptor * pd, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, TypeDescriptor_AttributeFilterCacheItem__ctor, (TypeDescriptor_AttributeFilterCacheItem * __this, Attribute__Array * filter, ICollection * filteredMembers, MethodInfo * method)); DO_APP_FUNC(0x0271A260, bool, TypeDescriptor_AttributeFilterCacheItem_IsValid, (TypeDescriptor_AttributeFilterCacheItem * __this, Attribute__Array * filter, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, TypeDescriptor_FilterCacheItem__ctor, (TypeDescriptor_FilterCacheItem * __this, ITypeDescriptorFilterService * filterService, ICollection * filteredMembers, MethodInfo * method)); DO_APP_FUNC(0x0271A2D0, bool, TypeDescriptor_FilterCacheItem_IsValid, (TypeDescriptor_FilterCacheItem * __this, ITypeDescriptorFilterService * filterService, MethodInfo * method)); DO_APP_FUNC(0x0271A2E0, int32_t, TypeDescriptor_MemberDescriptorComparer_Compare, (TypeDescriptor_MemberDescriptorComparer * __this, Object * left, Object * right, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TypeDescriptor_MemberDescriptorComparer__ctor, (TypeDescriptor_MemberDescriptorComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x0271A4F0, void, TypeDescriptor_MemberDescriptorComparer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, TypeDescriptor_MergedTypeDescriptor__ctor, (TypeDescriptor_MergedTypeDescriptor * __this, ICustomTypeDescriptor * primary, ICustomTypeDescriptor * secondary, MethodInfo * method)); DO_APP_FUNC(0x0271A5A0, AttributeCollection *, TypeDescriptor_MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes, (TypeDescriptor_MergedTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x0271A600, String *, TypeDescriptor_MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName, (TypeDescriptor_MergedTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x0271A670, String *, TypeDescriptor_MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName, (TypeDescriptor_MergedTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x0271A6E0, TypeConverter *, TypeDescriptor_MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter, (TypeDescriptor_MergedTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x0271A740, EventDescriptor *, TypeDescriptor_MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent, (TypeDescriptor_MergedTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x0271A7A0, PropertyDescriptor *, TypeDescriptor_MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty, (TypeDescriptor_MergedTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x0271A800, Object *, TypeDescriptor_MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor, (TypeDescriptor_MergedTypeDescriptor * __this, Type * editorBaseType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3C90, TypeDescriptor_MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor__MethodInfo); DO_APP_FUNC(0x0271A900, EventDescriptorCollection *, TypeDescriptor_MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents, (TypeDescriptor_MergedTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x0271A960, EventDescriptorCollection *, TypeDescriptor_MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_1, (TypeDescriptor_MergedTypeDescriptor * __this, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x0271A9D0, PropertyDescriptorCollection *, TypeDescriptor_MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties, (TypeDescriptor_MergedTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x0271AA30, PropertyDescriptorCollection *, TypeDescriptor_MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_1, (TypeDescriptor_MergedTypeDescriptor * __this, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x0271AAA0, Object *, TypeDescriptor_MergedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner, (TypeDescriptor_MergedTypeDescriptor * __this, PropertyDescriptor * pd, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, TypeDescriptor_TypeDescriptionNode__ctor, (TypeDescriptor_TypeDescriptionNode * __this, TypeDescriptionProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x0271AB10, Object *, TypeDescriptor_TypeDescriptionNode_CreateInstance, (TypeDescriptor_TypeDescriptionNode * __this, IServiceProvider * provider, Type * objectType, Type__Array * argTypes, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3D18, TypeDescriptor_TypeDescriptionNode_CreateInstance__MethodInfo); DO_APP_FUNC(0x0271ACE0, IDictionary *, TypeDescriptor_TypeDescriptionNode_GetCache, (TypeDescriptor_TypeDescriptionNode * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3D10, TypeDescriptor_TypeDescriptionNode_GetCache__MethodInfo); DO_APP_FUNC(0x0271AD70, ICustomTypeDescriptor *, TypeDescriptor_TypeDescriptionNode_GetExtendedTypeDescriptor, (TypeDescriptor_TypeDescriptionNode * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3CC8, TypeDescriptor_TypeDescriptionNode_GetExtendedTypeDescriptor__MethodInfo); DO_APP_FUNC(0x0271AE40, IExtenderProvider__Array *, TypeDescriptor_TypeDescriptionNode_GetExtenderProviders, (TypeDescriptor_TypeDescriptionNode * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3CD8, TypeDescriptor_TypeDescriptionNode_GetExtenderProviders__MethodInfo); DO_APP_FUNC(0x0271AED0, String *, TypeDescriptor_TypeDescriptionNode_GetFullComponentName, (TypeDescriptor_TypeDescriptionNode * __this, Object * component, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3CF8, TypeDescriptor_TypeDescriptionNode_GetFullComponentName__MethodInfo); DO_APP_FUNC(0x0271AF60, Type *, TypeDescriptor_TypeDescriptionNode_GetReflectionType, (TypeDescriptor_TypeDescriptionNode * __this, Type * objectType, Object * instance, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3CF0, TypeDescriptor_TypeDescriptionNode_GetReflectionType__MethodInfo); DO_APP_FUNC(0x0271B040, Type *, TypeDescriptor_TypeDescriptionNode_GetRuntimeType, (TypeDescriptor_TypeDescriptionNode * __this, Type * objectType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3C18, TypeDescriptor_TypeDescriptionNode_GetRuntimeType__MethodInfo); DO_APP_FUNC(0x0271B110, ICustomTypeDescriptor *, TypeDescriptor_TypeDescriptionNode_GetTypeDescriptor, (TypeDescriptor_TypeDescriptionNode * __this, Type * objectType, Object * instance, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3C20, TypeDescriptor_TypeDescriptionNode_GetTypeDescriptor__MethodInfo); DO_APP_FUNC(0x0271B2A0, bool, TypeDescriptor_TypeDescriptionNode_IsSupportedType, (TypeDescriptor_TypeDescriptionNode * __this, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3BF8, TypeDescriptor_TypeDescriptionNode_IsSupportedType__MethodInfo); DO_APP_FUNC(0x00AB78E0, void, TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor__ctor, (TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor * __this, TypeDescriptor_TypeDescriptionNode * node, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x0271B370, AttributeCollection *, TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes, (TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3C08, TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes__MethodInfo); DO_APP_FUNC(0x0271B6A0, String *, TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName, (TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3C58, TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName__MethodInfo); DO_APP_FUNC(0x0271B900, String *, TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName, (TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3C70, TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName__MethodInfo); DO_APP_FUNC(0x0271BB00, TypeConverter *, TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter, (TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3C38, TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter__MethodInfo); DO_APP_FUNC(0x0271BE20, EventDescriptor *, TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent, (TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3C48, TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent__MethodInfo); DO_APP_FUNC(0x0271BFE0, PropertyDescriptor *, TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty, (TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3BD0, TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty__MethodInfo); DO_APP_FUNC(0x0271C1A0, Object *, TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor, (TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor * __this, Type * editorBaseType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3BC8, TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor__MethodInfo); DO_APP_FUNC(0x0271C450, EventDescriptorCollection *, TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents, (TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3BD8, TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents__MethodInfo); DO_APP_FUNC(0x0271C780, EventDescriptorCollection *, TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_1, (TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor * __this, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3BB0, TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_1__MethodInfo); DO_APP_FUNC(0x0271CAB0, PropertyDescriptorCollection *, TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties, (TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3BC0, TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties__MethodInfo); DO_APP_FUNC(0x0271CDA0, PropertyDescriptorCollection *, TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_1, (TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor * __this, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3BE8, TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_1__MethodInfo); DO_APP_FUNC(0x0271D090, Object *, TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner, (TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor * __this, PropertyDescriptor * pd, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3BF0, TypeDescriptor_TypeDescriptionNode_DefaultExtendedTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner__MethodInfo); DO_APP_FUNC(0x009AF110, void, TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor__ctor, (TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor * __this, TypeDescriptor_TypeDescriptionNode * node, Type * objectType, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x0271D320, AttributeCollection *, TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes, (TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8868, TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetAttributes__MethodInfo); DO_APP_FUNC(0x0271D620, String *, TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName, (TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8820, TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetClassName__MethodInfo); DO_APP_FUNC(0x0271D830, String *, TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName, (TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8830, TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetComponentName__MethodInfo); DO_APP_FUNC(0x0271DA00, TypeConverter *, TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter, (TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8828, TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetConverter__MethodInfo); DO_APP_FUNC(0x0271DD00, EventDescriptor *, TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent, (TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8810, TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultEvent__MethodInfo); DO_APP_FUNC(0x0271DEF0, PropertyDescriptor *, TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty, (TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8818, TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetDefaultProperty__MethodInfo); DO_APP_FUNC(0x0271E0E0, Object *, TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor, (TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor * __this, Type * editorBaseType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8858, TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEditor__MethodInfo); DO_APP_FUNC(0x0271E380, EventDescriptorCollection *, TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents, (TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8850, TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents__MethodInfo); DO_APP_FUNC(0x0271E680, EventDescriptorCollection *, TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_1, (TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor * __this, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8860, TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetEvents_1__MethodInfo); DO_APP_FUNC(0x0271E980, PropertyDescriptorCollection *, TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties, (TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8838, TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties__MethodInfo); DO_APP_FUNC(0x0271EC80, PropertyDescriptorCollection *, TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_1, (TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor * __this, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8848, TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetProperties_1__MethodInfo); DO_APP_FUNC(0x0271EF80, Object *, TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner, (TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor * __this, PropertyDescriptor * pd, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8840, TypeDescriptor_TypeDescriptionNode_DefaultTypeDescriptor_System_ComponentModel_ICustomTypeDescriptor_GetPropertyOwner__MethodInfo); DO_APP_FUNC(0x003AC050, void, TypeDescriptor_TypeDescriptorComObject__ctor, (TypeDescriptor_TypeDescriptorComObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TypeDescriptor_TypeDescriptorInterface__ctor, (TypeDescriptor_TypeDescriptorInterface * __this, MethodInfo * method)); DO_APP_FUNC(0x0271F1B0, void, Win32Exception__ctor, (Win32Exception * __this, MethodInfo * method)); DO_APP_FUNC(0x0255E7F0, void, Win32Exception__ctor_1, (Win32Exception * __this, int32_t error, MethodInfo * method)); DO_APP_FUNC(0x0255E830, void, Win32Exception__ctor_2, (Win32Exception * __this, int32_t error, String * message, MethodInfo * method)); DO_APP_FUNC(0x0271F270, void, Win32Exception__ctor_3, (Win32Exception * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x0271F330, void, Win32Exception__ctor_4, (Win32Exception * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x0255E870, void, Win32Exception__ctor_5, (Win32Exception * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x00C6E520, int32_t, Win32Exception_get_NativeErrorCode, (Win32Exception * __this, MethodInfo * method)); DO_APP_FUNC(0x0271F400, void, Win32Exception_GetObjectData, (Win32Exception * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8758, Win32Exception_GetObjectData__MethodInfo); DO_APP_FUNC(0x0271F4E0, String *, Win32Exception_GetErrorMessage, (int32_t error, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, NotifyParentPropertyAttribute__ctor, (NotifyParentPropertyAttribute * __this, bool notifyParent, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, NotifyParentPropertyAttribute_get_NotifyParent, (NotifyParentPropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02720190, bool, NotifyParentPropertyAttribute_Equals, (NotifyParentPropertyAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026A70D0, int32_t, NotifyParentPropertyAttribute_GetHashCode, (NotifyParentPropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02720230, bool, NotifyParentPropertyAttribute_IsDefaultAttribute, (NotifyParentPropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x027202A0, void, NotifyParentPropertyAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0192F500, void, ParenthesizePropertyNameAttribute__ctor, (ParenthesizePropertyNameAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, ParenthesizePropertyNameAttribute__ctor_1, (ParenthesizePropertyNameAttribute * __this, bool needParenthesis, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, ParenthesizePropertyNameAttribute_get_NeedParenthesis, (ParenthesizePropertyNameAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02720460, bool, ParenthesizePropertyNameAttribute_Equals, (ParenthesizePropertyNameAttribute * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x026A70D0, int32_t, ParenthesizePropertyNameAttribute_GetHashCode, (ParenthesizePropertyNameAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x027204F0, bool, ParenthesizePropertyNameAttribute_IsDefaultAttribute, (ParenthesizePropertyNameAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02720560, void, ParenthesizePropertyNameAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, RefreshPropertiesAttribute__ctor, (RefreshPropertiesAttribute * __this, RefreshProperties__Enum refresh, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, RefreshProperties__Enum, RefreshPropertiesAttribute_get_RefreshProperties, (RefreshPropertiesAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02720610, bool, RefreshPropertiesAttribute_Equals, (RefreshPropertiesAttribute * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x026A70D0, int32_t, RefreshPropertiesAttribute_GetHashCode, (RefreshPropertiesAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x027206A0, bool, RefreshPropertiesAttribute_IsDefaultAttribute, (RefreshPropertiesAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02720710, void, RefreshPropertiesAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x027208F0, void, WeakHashtable__ctor, (WeakHashtable * __this, MethodInfo * method)); DO_APP_FUNC(0x02720960, void, WeakHashtable_Clear, (WeakHashtable * __this, MethodInfo * method)); DO_APP_FUNC(0x02720970, void, WeakHashtable_Remove, (WeakHashtable * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x02720980, void, WeakHashtable_SetWeak, (WeakHashtable * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02720A50, void, WeakHashtable_ScavengeKeys, (WeakHashtable * __this, MethodInfo * method)); DO_APP_FUNC(0x02720EC0, void, WeakHashtable__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02720F80, bool, WeakHashtable_WeakKeyComparer_System_Collections_IEqualityComparer_Equals, (WeakHashtable_WeakKeyComparer * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0136E9E0, int32_t, WeakHashtable_WeakKeyComparer_System_Collections_IEqualityComparer_GetHashCode, (WeakHashtable_WeakKeyComparer * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WeakHashtable_WeakKeyComparer__ctor, (WeakHashtable_WeakKeyComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x02721130, void, WeakHashtable_EqualityWeakReference__ctor, (WeakHashtable_EqualityWeakReference * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x02721190, bool, WeakHashtable_EqualityWeakReference_Equals, (WeakHashtable_EqualityWeakReference * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, WeakHashtable_EqualityWeakReference_GetHashCode, (WeakHashtable_EqualityWeakReference * __this, MethodInfo * method)); DO_APP_FUNC(0x026EFFD0, void, SRCategoryAttribute__ctor, (SRCategoryAttribute * __this, String * category, MethodInfo * method)); DO_APP_FUNC(0x02721220, void, ActiveDesignerEventArgs__ctor, (ActiveDesignerEventArgs * __this, IDesignerHost * oldDesigner, IDesignerHost * newDesigner, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IDesignerHost *, ActiveDesignerEventArgs_get_OldDesigner, (ActiveDesignerEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IDesignerHost *, ActiveDesignerEventArgs_get_NewDesigner, (ActiveDesignerEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, ActiveDesignerEventHandler__ctor, (ActiveDesignerEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ActiveDesignerEventHandler_Invoke, (ActiveDesignerEventHandler * __this, Object * sender, ActiveDesignerEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, ActiveDesignerEventHandler_BeginInvoke, (ActiveDesignerEventHandler * __this, Object * sender, ActiveDesignerEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ActiveDesignerEventHandler_EndInvoke, (ActiveDesignerEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01A962C0, void, CheckoutException__ctor, (CheckoutException * __this, MethodInfo * method)); DO_APP_FUNC(0x01A96310, void, CheckoutException__ctor_1, (CheckoutException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01A96350, void, CheckoutException__ctor_2, (CheckoutException * __this, String * message, int32_t errorCode, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, CheckoutException__ctor_3, (CheckoutException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A96330, void, CheckoutException__ctor_4, (CheckoutException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x02721330, void, CheckoutException__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02721400, void, CommandID__ctor, (CommandID * __this, Guid menuGroup, int32_t commandID, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, CommandID_get_ID, (CommandID * __this, MethodInfo * method)); DO_APP_FUNC(0x02721410, bool, CommandID_Equals, (CommandID * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x027215A0, int32_t, CommandID_GetHashCode, (CommandID * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8AF0, Guid, CommandID_get_Guid, (CommandID * __this, MethodInfo * method)); DO_APP_FUNC(0x02721630, String *, CommandID_ToString, (CommandID * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, ComponentChangedEventArgs_get_Component, (ComponentChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, MemberDescriptor *, ComponentChangedEventArgs_get_Member, (ComponentChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Object *, ComponentChangedEventArgs_get_NewValue, (ComponentChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Object *, ComponentChangedEventArgs_get_OldValue, (ComponentChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x02721800, void, ComponentChangedEventArgs__ctor, (ComponentChangedEventArgs * __this, Object * component, MemberDescriptor * member, Object * oldValue, Object * newValue, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, ComponentChangedEventHandler__ctor, (ComponentChangedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ComponentChangedEventHandler_Invoke, (ComponentChangedEventHandler * __this, Object * sender, ComponentChangedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, ComponentChangedEventHandler_BeginInvoke, (ComponentChangedEventHandler * __this, Object * sender, ComponentChangedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ComponentChangedEventHandler_EndInvoke, (ComponentChangedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, ComponentChangingEventArgs_get_Component, (ComponentChangingEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, MemberDescriptor *, ComponentChangingEventArgs_get_Member, (ComponentChangingEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x027219B0, void, ComponentChangingEventArgs__ctor, (ComponentChangingEventArgs * __this, Object * component, MemberDescriptor * member, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, ComponentChangingEventHandler__ctor, (ComponentChangingEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ComponentChangingEventHandler_Invoke, (ComponentChangingEventHandler * __this, Object * sender, ComponentChangingEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, ComponentChangingEventHandler_BeginInvoke, (ComponentChangingEventHandler * __this, Object * sender, ComponentChangingEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ComponentChangingEventHandler_EndInvoke, (ComponentChangingEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IComponent *, ComponentEventArgs_get_Component, (ComponentEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x02721AC0, void, ComponentEventArgs__ctor, (ComponentEventArgs * __this, IComponent * component, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, ComponentEventHandler__ctor, (ComponentEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ComponentEventHandler_Invoke, (ComponentEventHandler * __this, Object * sender, ComponentEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, ComponentEventHandler_BeginInvoke, (ComponentEventHandler * __this, Object * sender, ComponentEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ComponentEventHandler_EndInvoke, (ComponentEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, ComponentRenameEventArgs_get_Component, (ComponentRenameEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, ComponentRenameEventArgs_get_OldName, (ComponentRenameEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, ComponentRenameEventArgs_get_NewName, (ComponentRenameEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x02721B60, void, ComponentRenameEventArgs__ctor, (ComponentRenameEventArgs * __this, Object * component, String * oldName, String * newName, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, ComponentRenameEventHandler__ctor, (ComponentRenameEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ComponentRenameEventHandler_Invoke, (ComponentRenameEventHandler * __this, Object * sender, ComponentRenameEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, ComponentRenameEventHandler_BeginInvoke, (ComponentRenameEventHandler * __this, Object * sender, ComponentRenameEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ComponentRenameEventHandler_EndInvoke, (ComponentRenameEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02721CC0, void, DesignerTransaction__ctor, (DesignerTransaction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, DesignerTransaction__ctor_1, (DesignerTransaction * __this, String * description, MethodInfo * method)); DO_APP_FUNC(0x00422A30, bool, DesignerTransaction_get_Canceled, (DesignerTransaction * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A40, void, DesignerTransaction_set_Canceled, (DesignerTransaction * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AC1170, bool, DesignerTransaction_get_Committed, (DesignerTransaction * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC1180, void, DesignerTransaction_set_Committed, (DesignerTransaction * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, DesignerTransaction_get_Description, (DesignerTransaction * __this, MethodInfo * method)); DO_APP_FUNC(0x02721D50, void, DesignerTransaction_Cancel, (DesignerTransaction * __this, MethodInfo * method)); DO_APP_FUNC(0x02721DD0, void, DesignerTransaction_Commit, (DesignerTransaction * __this, MethodInfo * method)); DO_APP_FUNC(0x0221EAC0, void, DesignerTransaction_Finalize, (DesignerTransaction * __this, MethodInfo * method)); DO_APP_FUNC(0x02721E50, void, DesignerTransaction_System_IDisposable_Dispose, (DesignerTransaction * __this, MethodInfo * method)); DO_APP_FUNC(0x02721D50, void, DesignerTransaction_Dispose, (DesignerTransaction * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02721EC0, void, DesignerTransactionCloseEventArgs__ctor, (DesignerTransactionCloseEventArgs * __this, bool commit, MethodInfo * method)); DO_APP_FUNC(0x02721F20, void, DesignerTransactionCloseEventArgs__ctor_1, (DesignerTransactionCloseEventArgs * __this, bool commit, bool lastTransaction, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, DesignerTransactionCloseEventArgs_get_TransactionCommitted, (DesignerTransactionCloseEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A30, bool, DesignerTransactionCloseEventArgs_get_LastTransaction, (DesignerTransactionCloseEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, DesignerTransactionCloseEventHandler__ctor, (DesignerTransactionCloseEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, DesignerTransactionCloseEventHandler_Invoke, (DesignerTransactionCloseEventHandler * __this, Object * sender, DesignerTransactionCloseEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, DesignerTransactionCloseEventHandler_BeginInvoke, (DesignerTransactionCloseEventHandler * __this, Object * sender, DesignerTransactionCloseEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, DesignerTransactionCloseEventHandler_EndInvoke, (DesignerTransactionCloseEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02721F90, void, DesignerVerb__ctor, (DesignerVerb * __this, String * text, EventHandler * handler, MethodInfo * method)); DO_APP_FUNC(0x027220F0, void, DesignerVerb__ctor_1, (DesignerVerb * __this, String * text, EventHandler * handler, CommandID * startCommandID, MethodInfo * method)); DO_APP_FUNC(0x02722220, String *, DesignerVerb_get_Description, (DesignerVerb * __this, MethodInfo * method)); DO_APP_FUNC(0x027222F0, void, DesignerVerb_set_Description, (DesignerVerb * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02722380, String *, DesignerVerb_get_Text, (DesignerVerb * __this, MethodInfo * method)); DO_APP_FUNC(0x02722450, String *, DesignerVerb_ToString, (DesignerVerb * __this, MethodInfo * method)); DO_APP_FUNC(0x01942690, void, DesignerVerbCollection__ctor, (DesignerVerbCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02722670, void, DesignerVerbCollection__ctor_1, (DesignerVerbCollection * __this, DesignerVerb__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02722770, DesignerVerb *, DesignerVerbCollection_get_Item, (DesignerVerbCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02722820, void, DesignerVerbCollection_set_Item, (DesignerVerbCollection * __this, int32_t index, DesignerVerb * value, MethodInfo * method)); DO_APP_FUNC(0x02722890, int32_t, DesignerVerbCollection_Add, (DesignerVerbCollection * __this, DesignerVerb * value, MethodInfo * method)); DO_APP_FUNC(0x027228F0, void, DesignerVerbCollection_AddRange, (DesignerVerbCollection * __this, DesignerVerb__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8238, DesignerVerbCollection_AddRange__MethodInfo); DO_APP_FUNC(0x027229E0, void, DesignerVerbCollection_AddRange_1, (DesignerVerbCollection * __this, DesignerVerbCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8248, DesignerVerbCollection_AddRange_1__MethodInfo); DO_APP_FUNC(0x02722B80, void, DesignerVerbCollection_Insert, (DesignerVerbCollection * __this, int32_t index, DesignerVerb * value, MethodInfo * method)); DO_APP_FUNC(0x02722BF0, int32_t, DesignerVerbCollection_IndexOf, (DesignerVerbCollection * __this, DesignerVerb * value, MethodInfo * method)); DO_APP_FUNC(0x02722C50, bool, DesignerVerbCollection_Contains, (DesignerVerbCollection * __this, DesignerVerb * value, MethodInfo * method)); DO_APP_FUNC(0x02722CB0, void, DesignerVerbCollection_Remove, (DesignerVerbCollection * __this, DesignerVerb * value, MethodInfo * method)); DO_APP_FUNC(0x02722D10, void, DesignerVerbCollection_CopyTo, (DesignerVerbCollection * __this, DesignerVerb__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DesignerVerbCollection_OnSet, (DesignerVerbCollection * __this, int32_t index, Object * oldValue, Object * newValue, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DesignerVerbCollection_OnInsert, (DesignerVerbCollection * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DesignerVerbCollection_OnClear, (DesignerVerbCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DesignerVerbCollection_OnRemove, (DesignerVerbCollection * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DesignerVerbCollection_OnValidate, (DesignerVerbCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, LicenseUsageMode__Enum, DesigntimeLicenseContext_get_UsageMode, (DesigntimeLicenseContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, String *, DesigntimeLicenseContext_GetSavedLicenseKey, (DesigntimeLicenseContext * __this, Type * type, Assembly * resourceAssembly, MethodInfo * method)); DO_APP_FUNC(0x02722D80, void, DesigntimeLicenseContext_SetSavedLicenseKey, (DesigntimeLicenseContext * __this, Type * type, String * key, MethodInfo * method)); DO_APP_FUNC(0x02722DE0, void, DesigntimeLicenseContext__ctor, (DesigntimeLicenseContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02722EA0, String *, RuntimeLicenseContext_GetLocalPath, (RuntimeLicenseContext * __this, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x02722F90, String *, RuntimeLicenseContext_GetSavedLicenseKey, (RuntimeLicenseContext * __this, Type * type, Assembly * resourceAssembly, MethodInfo * method)); DO_APP_FUNC(0x02723710, Stream *, RuntimeLicenseContext_CaseInsensitiveManifestResourceStreamLookup, (RuntimeLicenseContext * __this, Assembly * satellite, String * name, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RuntimeLicenseContext__ctor, (RuntimeLicenseContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02723960, void, RuntimeLicenseContext__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DesigntimeLicenseContextSerializer__ctor, (DesigntimeLicenseContextSerializer * __this, MethodInfo * method)); DO_APP_FUNC(0x02723A60, void, DesigntimeLicenseContextSerializer_Serialize, (Stream * o, String * cryptoKey, DesigntimeLicenseContext * context, MethodInfo * method)); DO_APP_FUNC(0x02723C30, void, DesigntimeLicenseContextSerializer_Deserialize, (Stream * o, String * cryptoKey, RuntimeLicenseContext * context, MethodInfo * method)); DO_APP_FUNC(0x02723EF0, void, DesignerCollection__ctor, (DesignerCollection * __this, IDesignerHost__Array * designers, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, DesignerCollection__ctor_1, (DesignerCollection * __this, IList * designers, MethodInfo * method)); DO_APP_FUNC(0x02724040, int32_t, DesignerCollection_get_Count, (DesignerCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02724090, IDesignerHost *, DesignerCollection_get_Item, (DesignerCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02724130, IEnumerator *, DesignerCollection_GetEnumerator, (DesignerCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02724040, int32_t, DesignerCollection_System_Collections_ICollection_get_Count, (DesignerCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, DesignerCollection_System_Collections_ICollection_get_IsSynchronized, (DesignerCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Object *, DesignerCollection_System_Collections_ICollection_get_SyncRoot, (DesignerCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02724180, void, DesignerCollection_System_Collections_ICollection_CopyTo, (DesignerCollection * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02724130, IEnumerator *, DesignerCollection_System_Collections_IEnumerable_GetEnumerator, (DesignerCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x027241F0, void, DesignerEventArgs__ctor, (DesignerEventArgs * __this, IDesignerHost * host, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IDesignerHost *, DesignerEventArgs_get_Designer, (DesignerEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, DesignerEventHandler__ctor, (DesignerEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, DesignerEventHandler_Invoke, (DesignerEventHandler * __this, Object * sender, DesignerEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, DesignerEventHandler_BeginInvoke, (DesignerEventHandler * __this, Object * sender, DesignerEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, DesignerEventHandler_EndInvoke, (DesignerEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HelpKeywordAttribute__ctor, (HelpKeywordAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02724290, void, HelpKeywordAttribute__ctor_1, (HelpKeywordAttribute * __this, String * keyword, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA81F8, HelpKeywordAttribute__ctor_1__MethodInfo); DO_APP_FUNC(0x02724350, void, HelpKeywordAttribute__ctor_2, (HelpKeywordAttribute * __this, Type * t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8208, HelpKeywordAttribute__ctor_2__MethodInfo); DO_APP_FUNC(0x003B93C0, String *, HelpKeywordAttribute_get_HelpKeyword, (HelpKeywordAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02724460, bool, HelpKeywordAttribute_Equals, (HelpKeywordAttribute * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x026A70D0, int32_t, HelpKeywordAttribute_GetHashCode, (HelpKeywordAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02724530, bool, HelpKeywordAttribute_IsDefaultAttribute, (HelpKeywordAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x027245A0, void, HelpKeywordAttribute__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02724650, void, MenuCommand__ctor, (MenuCommand * __this, EventHandler * handler, CommandID * command, MethodInfo * method)); DO_APP_FUNC(0x023BCBF0, bool, MenuCommand_get_Checked, (MenuCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02724710, void, MenuCommand_set_Checked, (MenuCommand * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02724720, bool, MenuCommand_get_Enabled, (MenuCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02724730, void, MenuCommand_set_Enabled, (MenuCommand * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02724740, void, MenuCommand_SetStatus, (MenuCommand * __this, int32_t mask, bool value, MethodInfo * method)); DO_APP_FUNC(0x027247E0, IDictionary *, MenuCommand_get_Properties, (MenuCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x01A97A40, bool, MenuCommand_get_Supported, (MenuCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02724880, void, MenuCommand_set_Supported, (MenuCommand * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02724890, bool, MenuCommand_get_Visible, (MenuCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x027248A0, void, MenuCommand_set_Visible, (MenuCommand * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x027248C0, void, MenuCommand_add_CommandChanged, (MenuCommand * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x027249B0, void, MenuCommand_remove_CommandChanged, (MenuCommand * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, CommandID *, MenuCommand_get_CommandID, (MenuCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02724AA0, void, MenuCommand_Invoke, (MenuCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x00BD0170, void, MenuCommand_Invoke_1, (MenuCommand * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, MenuCommand_get_OleStatus, (MenuCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02724B90, void, MenuCommand_OnCommandChanged, (MenuCommand * __this, EventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x02724BB0, String *, MenuCommand_ToString, (MenuCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x01612FA0, void, ServiceCreatorCallback__ctor, (ServiceCreatorCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Object *, ServiceCreatorCallback_Invoke, (ServiceCreatorCallback * __this, IServiceContainer * container, Type * serviceType, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, ServiceCreatorCallback_BeginInvoke, (ServiceCreatorCallback * __this, IServiceContainer * container, Type * serviceType, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, Object *, ServiceCreatorCallback_EndInvoke, (ServiceCreatorCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ServiceContainer__ctor, (ServiceContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ServiceContainer__ctor_1, (ServiceContainer * __this, IServiceProvider * parentProvider, MethodInfo * method)); DO_APP_FUNC(0x02724CE0, IServiceContainer *, ServiceContainer_get_Container, (ServiceContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02724DD0, Type__Array *, ServiceContainer_get_DefaultServices, (ServiceContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02724E30, ServiceContainer_ServiceCollection_1_System_Object_ *, ServiceContainer_get_Services, (ServiceContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02724F80, void, ServiceContainer_AddService, (ServiceContainer * __this, Type * serviceType, Object * serviceInstance, MethodInfo * method)); DO_APP_FUNC(0x02724FB0, void, ServiceContainer_AddService_1, (ServiceContainer * __this, Type * serviceType, Object * serviceInstance, bool promote, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8100, ServiceContainer_AddService_1__MethodInfo); DO_APP_FUNC(0x027253D0, void, ServiceContainer_AddService_2, (ServiceContainer * __this, Type * serviceType, ServiceCreatorCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x02725400, void, ServiceContainer_AddService_3, (ServiceContainer * __this, Type * serviceType, ServiceCreatorCallback * callback, bool promote, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA80E0, ServiceContainer_AddService_3__MethodInfo); DO_APP_FUNC(0x02725730, void, ServiceContainer_Dispose, (ServiceContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02725750, void, ServiceContainer_Dispose_1, (ServiceContainer * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02725A60, Object *, ServiceContainer_GetService, (ServiceContainer * __this, Type * serviceType, MethodInfo * method)); DO_APP_FUNC(0x02725CE0, void, ServiceContainer_RemoveService, (ServiceContainer * __this, Type * serviceType, MethodInfo * method)); DO_APP_FUNC(0x02725D00, void, ServiceContainer_RemoveService_1, (ServiceContainer * __this, Type * serviceType, bool promote, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8128, ServiceContainer_RemoveService_1__MethodInfo); DO_APP_FUNC(0x02725EA0, void, ServiceContainer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StandardCommands__ctor, (StandardCommands * __this, MethodInfo * method)); DO_APP_FUNC(0x02726140, void, StandardCommands__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02728410, void, StandardCommands_ShellGuids__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StandardToolWindows__ctor, (StandardToolWindows * __this, MethodInfo * method)); DO_APP_FUNC(0x02728990, void, StandardToolWindows__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TypeDescriptionProviderService__ctor, (TypeDescriptionProviderService * __this, MethodInfo * method)); DO_APP_FUNC(0x02729390, DesignerOptionService_DesignerOptionCollection *, DesignerOptionService_get_Options, (DesignerOptionService * __this, MethodInfo * method)); DO_APP_FUNC(0x02729490, DesignerOptionService_DesignerOptionCollection *, DesignerOptionService_CreateOptionCollection, (DesignerOptionService * __this, DesignerOptionService_DesignerOptionCollection * parent, String * name, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8080, DesignerOptionService_CreateOptionCollection__MethodInfo); DO_APP_FUNC(0x02729710, PropertyDescriptor *, DesignerOptionService_GetOptionProperty, (DesignerOptionService * __this, String * pageName, String * valueName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7FC8, DesignerOptionService_GetOptionProperty__MethodInfo); DO_APP_FUNC(0x003AC050, void, DesignerOptionService_PopulateOptionCollection, (DesignerOptionService * __this, DesignerOptionService_DesignerOptionCollection * options, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, DesignerOptionService_ShowDialog, (DesignerOptionService * __this, DesignerOptionService_DesignerOptionCollection * options, Object * optionObject, MethodInfo * method)); DO_APP_FUNC(0x027299B0, Object *, DesignerOptionService_System_ComponentModel_Design_IDesignerOptionService_GetOptionValue, (DesignerOptionService * __this, String * pageName, String * valueName, MethodInfo * method)); DO_APP_FUNC(0x027299F0, void, DesignerOptionService_System_ComponentModel_Design_IDesignerOptionService_SetOptionValue, (DesignerOptionService * __this, String * pageName, String * valueName, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DesignerOptionService__ctor, (DesignerOptionService * __this, MethodInfo * method)); DO_APP_FUNC(0x02729A30, void, DesignerOptionService_DesignerOptionCollection__ctor, (DesignerOptionService_DesignerOptionCollection * __this, DesignerOptionService * service, DesignerOptionService_DesignerOptionCollection * parent, String * name, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02729C90, int32_t, DesignerOptionService_DesignerOptionCollection_get_Count, (DesignerOptionService_DesignerOptionCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, DesignerOptionService_DesignerOptionCollection_get_Name, (DesignerOptionService_DesignerOptionCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, DesignerOptionService_DesignerOptionCollection *, DesignerOptionService_DesignerOptionCollection_get_Parent, (DesignerOptionService_DesignerOptionCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02729CD0, PropertyDescriptorCollection *, DesignerOptionService_DesignerOptionCollection_get_Properties, (DesignerOptionService_DesignerOptionCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0272A530, DesignerOptionService_DesignerOptionCollection *, DesignerOptionService_DesignerOptionCollection_get_Item, (DesignerOptionService_DesignerOptionCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7FC0, DesignerOptionService_DesignerOptionCollection_get_Item__MethodInfo); DO_APP_FUNC(0x0272A640, DesignerOptionService_DesignerOptionCollection *, DesignerOptionService_DesignerOptionCollection_get_Item_1, (DesignerOptionService_DesignerOptionCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0272A960, void, DesignerOptionService_DesignerOptionCollection_CopyTo, (DesignerOptionService_DesignerOptionCollection * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0272A9C0, void, DesignerOptionService_DesignerOptionCollection_EnsurePopulated, (DesignerOptionService_DesignerOptionCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0272AAB0, IEnumerator *, DesignerOptionService_DesignerOptionCollection_GetEnumerator, (DesignerOptionService_DesignerOptionCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0272AAF0, int32_t, DesignerOptionService_DesignerOptionCollection_IndexOf, (DesignerOptionService_DesignerOptionCollection * __this, DesignerOptionService_DesignerOptionCollection * value, MethodInfo * method)); DO_APP_FUNC(0x0272AB40, Object *, DesignerOptionService_DesignerOptionCollection_RecurseFindValue, (DesignerOptionService_DesignerOptionCollection * options, MethodInfo * method)); DO_APP_FUNC(0x0272AD30, bool, DesignerOptionService_DesignerOptionCollection_ShowDialog, (DesignerOptionService_DesignerOptionCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, DesignerOptionService_DesignerOptionCollection_System_Collections_ICollection_get_IsSynchronized, (DesignerOptionService_DesignerOptionCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Object *, DesignerOptionService_DesignerOptionCollection_System_Collections_ICollection_get_SyncRoot, (DesignerOptionService_DesignerOptionCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, DesignerOptionService_DesignerOptionCollection_System_Collections_IList_get_IsFixedSize, (DesignerOptionService_DesignerOptionCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, DesignerOptionService_DesignerOptionCollection_System_Collections_IList_get_IsReadOnly, (DesignerOptionService_DesignerOptionCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0272A530, Object *, DesignerOptionService_DesignerOptionCollection_System_Collections_IList_get_Item, (DesignerOptionService_DesignerOptionCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0272AD80, void, DesignerOptionService_DesignerOptionCollection_System_Collections_IList_set_Item, (DesignerOptionService_DesignerOptionCollection * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8008, DesignerOptionService_DesignerOptionCollection_System_Collections_IList_set_Item__MethodInfo); DO_APP_FUNC(0x0272ADD0, int32_t, DesignerOptionService_DesignerOptionCollection_System_Collections_IList_Add, (DesignerOptionService_DesignerOptionCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8010, DesignerOptionService_DesignerOptionCollection_System_Collections_IList_Add__MethodInfo); DO_APP_FUNC(0x0272AE20, void, DesignerOptionService_DesignerOptionCollection_System_Collections_IList_Clear, (DesignerOptionService_DesignerOptionCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7FF8, DesignerOptionService_DesignerOptionCollection_System_Collections_IList_Clear__MethodInfo); DO_APP_FUNC(0x0272AE70, bool, DesignerOptionService_DesignerOptionCollection_System_Collections_IList_Contains, (DesignerOptionService_DesignerOptionCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0272AAF0, int32_t, DesignerOptionService_DesignerOptionCollection_System_Collections_IList_IndexOf, (DesignerOptionService_DesignerOptionCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0272AEC0, void, DesignerOptionService_DesignerOptionCollection_System_Collections_IList_Insert, (DesignerOptionService_DesignerOptionCollection * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8000, DesignerOptionService_DesignerOptionCollection_System_Collections_IList_Insert__MethodInfo); DO_APP_FUNC(0x0272AF10, void, DesignerOptionService_DesignerOptionCollection_System_Collections_IList_Remove, (DesignerOptionService_DesignerOptionCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8018, DesignerOptionService_DesignerOptionCollection_System_Collections_IList_Remove__MethodInfo); DO_APP_FUNC(0x0272AF60, void, DesignerOptionService_DesignerOptionCollection_System_Collections_IList_RemoveAt, (DesignerOptionService_DesignerOptionCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8020, DesignerOptionService_DesignerOptionCollection_System_Collections_IList_RemoveAt__MethodInfo); DO_APP_FUNC(0x0272AFB0, void, DesignerOptionService_DesignerOptionCollection__ctor_1, (DesignerOptionService_DesignerOptionCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7FE8, DesignerOptionService_DesignerOptionCollection__ctor_1__MethodInfo); DO_APP_FUNC(0x0272AFE0, void, DesignerOptionService_DesignerOptionCollection_WrappedPropertyDescriptor__ctor, (DesignerOptionService_DesignerOptionCollection_WrappedPropertyDescriptor * __this, PropertyDescriptor * property, Object * target, MethodInfo * method)); DO_APP_FUNC(0x0272B100, AttributeCollection *, DesignerOptionService_DesignerOptionCollection_WrappedPropertyDescriptor_get_Attributes, (DesignerOptionService_DesignerOptionCollection_WrappedPropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x0272B130, Type *, DesignerOptionService_DesignerOptionCollection_WrappedPropertyDescriptor_get_ComponentType, (DesignerOptionService_DesignerOptionCollection_WrappedPropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x0272B160, bool, DesignerOptionService_DesignerOptionCollection_WrappedPropertyDescriptor_get_IsReadOnly, (DesignerOptionService_DesignerOptionCollection_WrappedPropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x0272B190, Type *, DesignerOptionService_DesignerOptionCollection_WrappedPropertyDescriptor_get_PropertyType, (DesignerOptionService_DesignerOptionCollection_WrappedPropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x0272B1C0, bool, DesignerOptionService_DesignerOptionCollection_WrappedPropertyDescriptor_CanResetValue, (DesignerOptionService_DesignerOptionCollection_WrappedPropertyDescriptor * __this, Object * component, MethodInfo * method)); DO_APP_FUNC(0x0272B200, Object *, DesignerOptionService_DesignerOptionCollection_WrappedPropertyDescriptor_GetValue, (DesignerOptionService_DesignerOptionCollection_WrappedPropertyDescriptor * __this, Object * component, MethodInfo * method)); DO_APP_FUNC(0x0272B240, void, DesignerOptionService_DesignerOptionCollection_WrappedPropertyDescriptor_ResetValue, (DesignerOptionService_DesignerOptionCollection_WrappedPropertyDescriptor * __this, Object * component, MethodInfo * method)); DO_APP_FUNC(0x0272B280, void, DesignerOptionService_DesignerOptionCollection_WrappedPropertyDescriptor_SetValue, (DesignerOptionService_DesignerOptionCollection_WrappedPropertyDescriptor * __this, Object * component, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0272B2C0, bool, DesignerOptionService_DesignerOptionCollection_WrappedPropertyDescriptor_ShouldSerializeValue, (DesignerOptionService_DesignerOptionCollection_WrappedPropertyDescriptor * __this, Object * component, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, DesignerOptionService_DesignerOptionConverter_GetPropertiesSupported, (DesignerOptionService_DesignerOptionConverter * __this, ITypeDescriptorContext * cxt, MethodInfo * method)); DO_APP_FUNC(0x0272B300, PropertyDescriptorCollection *, DesignerOptionService_DesignerOptionConverter_GetProperties, (DesignerOptionService_DesignerOptionConverter * __this, ITypeDescriptorContext * cxt, Object * value, Attribute__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x0272B880, Object *, DesignerOptionService_DesignerOptionConverter_ConvertTo, (DesignerOptionService_DesignerOptionConverter * __this, ITypeDescriptorContext * cxt, CultureInfo * culture, Object * value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DesignerOptionService_DesignerOptionConverter__ctor, (DesignerOptionService_DesignerOptionConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x0272B960, void, DesignerOptionService_DesignerOptionConverter_OptionPropertyDescriptor__ctor, (DesignerOptionService_DesignerOptionConverter_OptionPropertyDescriptor * __this, DesignerOptionService_DesignerOptionCollection * option, MethodInfo * method)); DO_APP_FUNC(0x0272B9F0, Type *, DesignerOptionService_DesignerOptionConverter_OptionPropertyDescriptor_get_ComponentType, (DesignerOptionService_DesignerOptionConverter_OptionPropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, DesignerOptionService_DesignerOptionConverter_OptionPropertyDescriptor_get_IsReadOnly, (DesignerOptionService_DesignerOptionConverter_OptionPropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x0272B9F0, Type *, DesignerOptionService_DesignerOptionConverter_OptionPropertyDescriptor_get_PropertyType, (DesignerOptionService_DesignerOptionConverter_OptionPropertyDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, DesignerOptionService_DesignerOptionConverter_OptionPropertyDescriptor_CanResetValue, (DesignerOptionService_DesignerOptionConverter_OptionPropertyDescriptor * __this, Object * component, MethodInfo * method)); DO_APP_FUNC(0x003C7040, Object *, DesignerOptionService_DesignerOptionConverter_OptionPropertyDescriptor_GetValue, (DesignerOptionService_DesignerOptionConverter_OptionPropertyDescriptor * __this, Object * component, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DesignerOptionService_DesignerOptionConverter_OptionPropertyDescriptor_ResetValue, (DesignerOptionService_DesignerOptionConverter_OptionPropertyDescriptor * __this, Object * component, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DesignerOptionService_DesignerOptionConverter_OptionPropertyDescriptor_SetValue, (DesignerOptionService_DesignerOptionConverter_OptionPropertyDescriptor * __this, Object * component, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, DesignerOptionService_DesignerOptionConverter_OptionPropertyDescriptor_ShouldSerializeValue, (DesignerOptionService_DesignerOptionConverter_OptionPropertyDescriptor * __this, Object * component, MethodInfo * method)); DO_APP_FUNC(0x0272BA20, void, ComponentSerializationService_DeserializeTo, (ComponentSerializationService * __this, SerializationStore * store, IContainer * container, MethodInfo * method)); DO_APP_FUNC(0x0272BA50, void, ComponentSerializationService_DeserializeTo_1, (ComponentSerializationService * __this, SerializationStore * store, IContainer * container, bool validateRecycledTypes, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ComponentSerializationService__ctor, (ComponentSerializationService * __this, MethodInfo * method)); DO_APP_FUNC(0x0272BA80, Object *, ContextStack_get_Current, (ContextStack * __this, MethodInfo * method)); DO_APP_FUNC(0x0272BB10, Object *, ContextStack_get_Item, (ContextStack * __this, int32_t level, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7FF0, ContextStack_get_Item__MethodInfo); DO_APP_FUNC(0x0272BC00, Object *, ContextStack_get_Item_1, (ContextStack * __this, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7F58, ContextStack_get_Item_1__MethodInfo); DO_APP_FUNC(0x0272BD40, void, ContextStack_Append, (ContextStack * __this, Object * context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7F68, ContextStack_Append__MethodInfo); DO_APP_FUNC(0x0272BE80, Object *, ContextStack_Pop, (ContextStack * __this, MethodInfo * method)); DO_APP_FUNC(0x0272BF30, void, ContextStack_Push, (ContextStack * __this, Object * context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7F60, ContextStack_Push__MethodInfo); DO_APP_FUNC(0x003AC050, void, ContextStack__ctor, (ContextStack * __this, MethodInfo * method)); DO_APP_FUNC(0x0272C070, void, DefaultSerializationProviderAttribute__ctor, (DefaultSerializationProviderAttribute * __this, Type * providerType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7F40, DefaultSerializationProviderAttribute__ctor__MethodInfo); DO_APP_FUNC(0x0272C180, void, DefaultSerializationProviderAttribute__ctor_1, (DefaultSerializationProviderAttribute * __this, String * providerTypeName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7F50, DefaultSerializationProviderAttribute__ctor_1__MethodInfo); DO_APP_FUNC(0x003B93C0, String *, DefaultSerializationProviderAttribute_get_ProviderTypeName, (DefaultSerializationProviderAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, DesignerLoader_get_Loading, (DesignerLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DesignerLoader_Flush, (DesignerLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DesignerLoader__ctor, (DesignerLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x0272C240, void, DesignerSerializerAttribute__ctor, (DesignerSerializerAttribute * __this, Type * serializerType, Type * baseSerializerType, MethodInfo * method)); DO_APP_FUNC(0x0272C350, void, DesignerSerializerAttribute__ctor_1, (DesignerSerializerAttribute * __this, String * serializerTypeName, Type * baseSerializerType, MethodInfo * method)); DO_APP_FUNC(0x005E5400, void, DesignerSerializerAttribute__ctor_2, (DesignerSerializerAttribute * __this, String * serializerTypeName, String * baseSerializerTypeName, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, DesignerSerializerAttribute_get_SerializerTypeName, (DesignerSerializerAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, DesignerSerializerAttribute_get_SerializerBaseTypeName, (DesignerSerializerAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0272C440, Object *, DesignerSerializerAttribute_get_TypeId, (DesignerSerializerAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0272C530, void, InstanceDescriptor__ctor, (InstanceDescriptor * __this, MemberInfo_1 * member, ICollection * arguments, MethodInfo * method)); DO_APP_FUNC(0x0272C550, void, InstanceDescriptor__ctor_1, (InstanceDescriptor * __this, MemberInfo_1 * member, ICollection * arguments, bool isComplete, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7FB0, InstanceDescriptor__ctor_1__MethodInfo); DO_APP_FUNC(0x003B93C0, ICollection *, InstanceDescriptor_get_Arguments, (InstanceDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, InstanceDescriptor_get_IsComplete, (InstanceDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, MemberInfo_1 *, InstanceDescriptor_get_MemberInfo, (InstanceDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x0272CD10, Object *, InstanceDescriptor_Invoke, (InstanceDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x0272D140, MemberRelationship, MemberRelationshipService_get_Item, (MemberRelationshipService * __this, MemberRelationship source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7F78, MemberRelationshipService_get_Item__MethodInfo); DO_APP_FUNC(0x0272D2A0, void, MemberRelationshipService_set_Item, (MemberRelationshipService * __this, MemberRelationship source, MemberRelationship value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7F88, MemberRelationshipService_set_Item__MethodInfo); DO_APP_FUNC(0x0272D400, MemberRelationship, MemberRelationshipService_get_Item_1, (MemberRelationshipService * __this, Object * sourceOwner, MemberDescriptor * sourceMember, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7F18, MemberRelationshipService_get_Item_1__MethodInfo); DO_APP_FUNC(0x0272D5C0, void, MemberRelationshipService_set_Item_1, (MemberRelationshipService * __this, Object * sourceOwner, MemberDescriptor * sourceMember, MemberRelationship value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7F08, MemberRelationshipService_set_Item_1__MethodInfo); DO_APP_FUNC(0x0272D780, MemberRelationship, MemberRelationshipService_GetRelationship, (MemberRelationshipService * __this, MemberRelationship source, MethodInfo * method)); DO_APP_FUNC(0x0272D990, void, MemberRelationshipService_SetRelationship, (MemberRelationshipService * __this, MemberRelationship source, MemberRelationship relationship, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7EF8, MemberRelationshipService_SetRelationship__MethodInfo); DO_APP_FUNC(0x0272DE40, void, MemberRelationshipService__ctor, (MemberRelationshipService * __this, MethodInfo * method)); DO_APP_FUNC(0x0272DF20, void, MemberRelationshipService_RelationshipEntry__ctor, (MemberRelationshipService_RelationshipEntry * __this, MemberRelationship rel, MethodInfo * method)); DO_APP_FUNC(0x0272E0B0, bool, MemberRelationshipService_RelationshipEntry_Equals, (MemberRelationshipService_RelationshipEntry * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x0272E170, bool, MemberRelationshipService_RelationshipEntry_op_Equality, (MemberRelationshipService_RelationshipEntry re1, MemberRelationshipService_RelationshipEntry re2, MethodInfo * method)); DO_APP_FUNC(0x0272E260, bool, MemberRelationshipService_RelationshipEntry_op_Inequality, (MemberRelationshipService_RelationshipEntry re1, MemberRelationshipService_RelationshipEntry re2, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, MemberRelationshipService_RelationshipEntry_GetHashCode, (MemberRelationshipService_RelationshipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x0272E2B0, void, MemberRelationship__ctor, (MemberRelationship * __this, Object * owner, MemberDescriptor * member, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7F30, MemberRelationship__ctor__MethodInfo); DO_APP_FUNC(0x0272E430, bool, MemberRelationship_get_IsEmpty, (MemberRelationship * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, MemberDescriptor *, MemberRelationship_get_Member, (MemberRelationship * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, Object *, MemberRelationship_get_Owner, (MemberRelationship * __this, MethodInfo * method)); DO_APP_FUNC(0x0272E480, bool, MemberRelationship_Equals, (MemberRelationship * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0272E550, int32_t, MemberRelationship_GetHashCode, (MemberRelationship * __this, MethodInfo * method)); DO_APP_FUNC(0x0272E620, bool, MemberRelationship_op_Equality, (MemberRelationship left, MemberRelationship right, MethodInfo * method)); DO_APP_FUNC(0x0272E6B0, bool, MemberRelationship_op_Inequality, (MemberRelationship left, MemberRelationship right, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MemberRelationship__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0272E790, void, ResolveNameEventArgs__ctor, (ResolveNameEventArgs * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, ResolveNameEventArgs_get_Name, (ResolveNameEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ResolveNameEventArgs_get_Value, (ResolveNameEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ResolveNameEventArgs_set_Value, (ResolveNameEventArgs * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, ResolveNameEventHandler__ctor, (ResolveNameEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ResolveNameEventHandler_Invoke, (ResolveNameEventHandler * __this, Object * sender, ResolveNameEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, ResolveNameEventHandler_BeginInvoke, (ResolveNameEventHandler * __this, Object * sender, ResolveNameEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ResolveNameEventHandler_EndInvoke, (ResolveNameEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0272E890, void, RootDesignerSerializerAttribute__ctor, (RootDesignerSerializerAttribute * __this, Type * serializerType, Type * baseSerializerType, bool reloadable, MethodInfo * method)); DO_APP_FUNC(0x0272E9C0, void, RootDesignerSerializerAttribute__ctor_1, (RootDesignerSerializerAttribute * __this, String * serializerTypeName, Type * baseSerializerType, bool reloadable, MethodInfo * method)); DO_APP_FUNC(0x0272EAC0, void, RootDesignerSerializerAttribute__ctor_2, (RootDesignerSerializerAttribute * __this, String * serializerTypeName, String * baseSerializerTypeName, bool reloadable, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, RootDesignerSerializerAttribute_get_Reloadable, (RootDesignerSerializerAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, RootDesignerSerializerAttribute_get_SerializerTypeName, (RootDesignerSerializerAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, RootDesignerSerializerAttribute_get_SerializerBaseTypeName, (RootDesignerSerializerAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0272EB80, Object *, RootDesignerSerializerAttribute_get_TypeId, (RootDesignerSerializerAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01A08200, void, SerializationStore_System_IDisposable_Dispose, (SerializationStore * __this, MethodInfo * method)); DO_APP_FUNC(0x0272EC70, void, SerializationStore_Dispose, (SerializationStore * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SerializationStore__ctor, (SerializationStore * __this, MethodInfo * method)); DO_APP_FUNC(0x0272EC90, void, EventArgsCache__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0272EF80, Hashtable *, CollectionsUtil_CreateCaseInsensitiveHashtable, (MethodInfo * method)); DO_APP_FUNC(0x0272F020, Hashtable *, CollectionsUtil_CreateCaseInsensitiveHashtable_1, (int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0272F0C0, Hashtable *, CollectionsUtil_CreateCaseInsensitiveHashtable_2, (IDictionary * d, MethodInfo * method)); DO_APP_FUNC(0x0272F170, SortedList *, CollectionsUtil_CreateCaseInsensitiveSortedList, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CollectionsUtil__ctor, (CollectionsUtil * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, BitVector32__ctor, (BitVector32 * __this, int32_t data, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, BitVector32__ctor_1, (BitVector32 * __this, BitVector32 value, MethodInfo * method)); DO_APP_FUNC(0x0272F230, bool, BitVector32_get_Item, (BitVector32 * __this, int32_t bit, MethodInfo * method)); DO_APP_FUNC(0x0272F250, void, BitVector32_set_Item, (BitVector32 * __this, int32_t bit, bool value, MethodInfo * method)); DO_APP_FUNC(0x0272F270, int32_t, BitVector32_get_Item_1, (BitVector32 * __this, BitVector32_Section section, MethodInfo * method)); DO_APP_FUNC(0x0272F290, void, BitVector32_set_Item_1, (BitVector32 * __this, BitVector32_Section section, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, BitVector32_get_Data, (BitVector32 * __this, MethodInfo * method)); DO_APP_FUNC(0x0272F2C0, int16_t, BitVector32_CountBitsSet, (int16_t mask, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, BitVector32_CreateMask, (MethodInfo * method)); DO_APP_FUNC(0x0272F2E0, int32_t, BitVector32_CreateMask_1, (int32_t previous, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7E98, BitVector32_CreateMask_1__MethodInfo); DO_APP_FUNC(0x0272F360, int16_t, BitVector32_CreateMaskFromHighValue, (int16_t highValue, MethodInfo * method)); DO_APP_FUNC(0x0272F390, BitVector32_Section, BitVector32_CreateSection, (int16_t maxValue, MethodInfo * method)); DO_APP_FUNC(0x0272F3A0, BitVector32_Section, BitVector32_CreateSection_1, (int16_t maxValue, BitVector32_Section previous, MethodInfo * method)); DO_APP_FUNC(0x0272F3B0, BitVector32_Section, BitVector32_CreateSectionHelper, (int16_t maxValue, int16_t priorMask, int16_t priorOffset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7EA0, BitVector32_CreateSectionHelper__MethodInfo); DO_APP_FUNC(0x0272F530, bool, BitVector32_Equals, (BitVector32 * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x0272F5C0, int32_t, BitVector32_GetHashCode, (BitVector32 * __this, MethodInfo * method)); DO_APP_FUNC(0x0272F610, String *, BitVector32_ToString, (BitVector32 value, MethodInfo * method)); DO_APP_FUNC(0x0272F780, String *, BitVector32_ToString_1, (BitVector32 * __this, MethodInfo * method)); DO_APP_FUNC(0x01B0D880, void, BitVector32_Section__ctor, (BitVector32_Section * __this, int16_t mask, int16_t offset, MethodInfo * method)); DO_APP_FUNC(0x00C57D60, int16_t, BitVector32_Section_get_Mask, (BitVector32_Section * __this, MethodInfo * method)); DO_APP_FUNC(0x0186F610, int16_t, BitVector32_Section_get_Offset, (BitVector32_Section * __this, MethodInfo * method)); DO_APP_FUNC(0x0272F8F0, bool, BitVector32_Section_Equals, (BitVector32_Section * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x0272F980, bool, BitVector32_Section_Equals_1, (BitVector32_Section * __this, BitVector32_Section obj, MethodInfo * method)); DO_APP_FUNC(0x0272F9A0, bool, BitVector32_Section_op_Equality, (BitVector32_Section a, BitVector32_Section b, MethodInfo * method)); DO_APP_FUNC(0x0272F9C0, bool, BitVector32_Section_op_Inequality, (BitVector32_Section a, BitVector32_Section b, MethodInfo * method)); DO_APP_FUNC(0x0272F9E0, int32_t, BitVector32_Section_GetHashCode, (BitVector32_Section * __this, MethodInfo * method)); DO_APP_FUNC(0x0272FA30, String *, BitVector32_Section_ToString, (BitVector32_Section value, MethodInfo * method)); DO_APP_FUNC(0x0272FCA0, String *, BitVector32_Section_ToString_1, (BitVector32_Section * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HybridDictionary__ctor, (HybridDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x0272FCB0, void, HybridDictionary__ctor_1, (HybridDictionary * __this, int32_t initialSize, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, HybridDictionary__ctor_2, (HybridDictionary * __this, bool caseInsensitive, MethodInfo * method)); DO_APP_FUNC(0x0272FD90, void, HybridDictionary__ctor_3, (HybridDictionary * __this, int32_t initialSize, bool caseInsensitive, MethodInfo * method)); DO_APP_FUNC(0x0272FF40, Object *, HybridDictionary_get_Item, (HybridDictionary * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7E60, HybridDictionary_get_Item__MethodInfo); DO_APP_FUNC(0x0272FFF0, void, HybridDictionary_set_Item, (HybridDictionary * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02730180, ListDictionary *, HybridDictionary_get_List, (HybridDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x027302D0, void, HybridDictionary_ChangeOver, (HybridDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x027306A0, int32_t, HybridDictionary_get_Count, (HybridDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x027306D0, ICollection *, HybridDictionary_get_Keys, (HybridDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, HybridDictionary_get_IsReadOnly, (HybridDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, HybridDictionary_get_IsFixedSize, (HybridDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, HybridDictionary_get_IsSynchronized, (HybridDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Object *, HybridDictionary_get_SyncRoot, (HybridDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x027307C0, ICollection *, HybridDictionary_get_Values, (HybridDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x027308B0, void, HybridDictionary_Add, (HybridDictionary * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02730A30, void, HybridDictionary_Clear, (HybridDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x02730B80, bool, HybridDictionary_Contains, (HybridDictionary * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7E58, HybridDictionary_Contains__MethodInfo); DO_APP_FUNC(0x02730D50, void, HybridDictionary_CopyTo, (HybridDictionary * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02730DC0, IDictionaryEnumerator *, HybridDictionary_GetEnumerator, (HybridDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x02730F10, IEnumerator *, HybridDictionary_System_Collections_IEnumerable_GetEnumerator, (HybridDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x02731060, void, HybridDictionary_Remove, (HybridDictionary * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7E80, HybridDictionary_Remove__MethodInfo); DO_APP_FUNC(0x003AC050, void, ListDictionary__ctor, (ListDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ListDictionary__ctor_1, (ListDictionary * __this, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x02731260, Object *, ListDictionary_get_Item, (ListDictionary * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7E90, ListDictionary_get_Item__MethodInfo); DO_APP_FUNC(0x027313A0, void, ListDictionary_set_Item, (ListDictionary * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7E78, ListDictionary_set_Item__MethodInfo); DO_APP_FUNC(0x003CB280, int32_t, ListDictionary_get_Count, (ListDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x02731560, ICollection *, ListDictionary_get_Keys, (ListDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ListDictionary_get_IsReadOnly, (ListDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ListDictionary_get_IsFixedSize, (ListDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ListDictionary_get_IsSynchronized, (ListDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x02731610, Object *, ListDictionary_get_SyncRoot, (ListDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x027316C0, ICollection *, ListDictionary_get_Values, (ListDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x02731770, void, ListDictionary_Add, (ListDictionary * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7DF0, ListDictionary_Add__MethodInfo); DO_APP_FUNC(0x01B66350, void, ListDictionary_Clear, (ListDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x02731A00, bool, ListDictionary_Contains, (ListDictionary * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7DF8, ListDictionary_Contains__MethodInfo); DO_APP_FUNC(0x02731B30, void, ListDictionary_CopyTo, (ListDictionary * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7DE8, ListDictionary_CopyTo__MethodInfo); DO_APP_FUNC(0x02731DE0, IDictionaryEnumerator *, ListDictionary_GetEnumerator, (ListDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x02731E50, IEnumerator *, ListDictionary_System_Collections_IEnumerable_GetEnumerator, (ListDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x02731EC0, void, ListDictionary_Remove, (ListDictionary * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7E30, ListDictionary_Remove__MethodInfo); DO_APP_FUNC(0x01B669A0, void, ListDictionary_NodeEnumerator__ctor, (ListDictionary_NodeEnumerator * __this, ListDictionary * list, MethodInfo * method)); DO_APP_FUNC(0x02732020, Object *, ListDictionary_NodeEnumerator_get_Current, (ListDictionary_NodeEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x027320F0, DictionaryEntry, ListDictionary_NodeEnumerator_get_Entry, (ListDictionary_NodeEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7E28, ListDictionary_NodeEnumerator_get_Entry__MethodInfo); DO_APP_FUNC(0x02732180, Object *, ListDictionary_NodeEnumerator_get_Key, (ListDictionary_NodeEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7E48, ListDictionary_NodeEnumerator_get_Key__MethodInfo); DO_APP_FUNC(0x02732200, Object *, ListDictionary_NodeEnumerator_get_Value, (ListDictionary_NodeEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7E50, ListDictionary_NodeEnumerator_get_Value__MethodInfo); DO_APP_FUNC(0x02732280, bool, ListDictionary_NodeEnumerator_MoveNext, (ListDictionary_NodeEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7E38, ListDictionary_NodeEnumerator_MoveNext__MethodInfo); DO_APP_FUNC(0x027323B0, void, ListDictionary_NodeEnumerator_Reset, (ListDictionary_NodeEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7E40, ListDictionary_NodeEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003BACC0, void, ListDictionary_NodeKeyValueCollection__ctor, (ListDictionary_NodeKeyValueCollection * __this, ListDictionary * list, bool isKeys, MethodInfo * method)); DO_APP_FUNC(0x02732490, void, ListDictionary_NodeKeyValueCollection_System_Collections_ICollection_CopyTo, (ListDictionary_NodeKeyValueCollection * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7E08, ListDictionary_NodeKeyValueCollection_System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x01B67120, int32_t, ListDictionary_NodeKeyValueCollection_System_Collections_ICollection_get_Count, (ListDictionary_NodeKeyValueCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ListDictionary_NodeKeyValueCollection_System_Collections_ICollection_get_IsSynchronized, (ListDictionary_NodeKeyValueCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02732600, Object *, ListDictionary_NodeKeyValueCollection_System_Collections_ICollection_get_SyncRoot, (ListDictionary_NodeKeyValueCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x027326C0, IEnumerator *, ListDictionary_NodeKeyValueCollection_System_Collections_IEnumerable_GetEnumerator, (ListDictionary_NodeKeyValueCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x01B67350, void, ListDictionary_NodeKeyValueCollection_NodeKeyValueEnumerator__ctor, (ListDictionary_NodeKeyValueCollection_NodeKeyValueEnumerator * __this, ListDictionary * list, bool isKeys, MethodInfo * method)); DO_APP_FUNC(0x027327F0, Object *, ListDictionary_NodeKeyValueCollection_NodeKeyValueEnumerator_get_Current, (ListDictionary_NodeKeyValueCollection_NodeKeyValueEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7E18, ListDictionary_NodeKeyValueCollection_NodeKeyValueEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x02732880, bool, ListDictionary_NodeKeyValueCollection_NodeKeyValueEnumerator_MoveNext, (ListDictionary_NodeKeyValueCollection_NodeKeyValueEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7E20, ListDictionary_NodeKeyValueCollection_NodeKeyValueEnumerator_MoveNext__MethodInfo); DO_APP_FUNC(0x027329B0, void, ListDictionary_NodeKeyValueCollection_NodeKeyValueEnumerator_Reset, (ListDictionary_NodeKeyValueCollection_NodeKeyValueEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7E10, ListDictionary_NodeKeyValueCollection_NodeKeyValueEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003AC050, void, ListDictionary_DictionaryNode__ctor, (ListDictionary_DictionaryNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02732A90, void, NameValueCollection__ctor, (NameValueCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02732BD0, void, NameValueCollection__ctor_1, (NameValueCollection * __this, NameValueCollection * col, MethodInfo * method)); DO_APP_FUNC(0x02732D10, void, NameValueCollection__ctor_2, (NameValueCollection * __this, IHashCodeProvider * hashProvider, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x02732E20, void, NameValueCollection__ctor_3, (NameValueCollection * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x02732F50, void, NameValueCollection__ctor_4, (NameValueCollection * __this, IEqualityComparer * equalityComparer, MethodInfo * method)); DO_APP_FUNC(0x02733050, void, NameValueCollection__ctor_5, (NameValueCollection * __this, int32_t capacity, IEqualityComparer * equalityComparer, MethodInfo * method)); DO_APP_FUNC(0x02733170, void, NameValueCollection__ctor_6, (NameValueCollection * __this, int32_t capacity, NameValueCollection * col, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7DA8, NameValueCollection__ctor_6__MethodInfo); DO_APP_FUNC(0x027333A0, void, NameValueCollection__ctor_7, (NameValueCollection * __this, int32_t capacity, IHashCodeProvider * hashProvider, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x027334C0, void, NameValueCollection__ctor_8, (NameValueCollection * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x007CE020, void, NameValueCollection_InvalidateCachedArrays, (NameValueCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02733560, String *, NameValueCollection_GetAsOneString, (ArrayList * list, MethodInfo * method)); DO_APP_FUNC(0x027337C0, String__Array *, NameValueCollection_GetAsStringArray, (ArrayList * list, MethodInfo * method)); DO_APP_FUNC(0x02733870, void, NameValueCollection_Add, (NameValueCollection * __this, NameValueCollection * c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7DD8, NameValueCollection_Add__MethodInfo); DO_APP_FUNC(0x027339D0, void, NameValueCollection_Clear, (NameValueCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7DC0, NameValueCollection_Clear__MethodInfo); DO_APP_FUNC(0x02733AC0, void, NameValueCollection_CopyTo, (NameValueCollection * __this, Array * dest, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7DB8, NameValueCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x02294A60, bool, NameValueCollection_HasKeys, (NameValueCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02733EE0, bool, NameValueCollection_InternalHasKeys, (NameValueCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02733F20, void, NameValueCollection_Add_1, (NameValueCollection * __this, String * name, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7DC8, NameValueCollection_Add_1__MethodInfo); DO_APP_FUNC(0x027340B0, String *, NameValueCollection_Get, (NameValueCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02734150, String__Array *, NameValueCollection_GetValues, (NameValueCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x027341F0, void, NameValueCollection_Set, (NameValueCollection * __this, String * name, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7D88, NameValueCollection_Set__MethodInfo); DO_APP_FUNC(0x0266E770, void, NameValueCollection_Remove, (NameValueCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02734470, String *, NameValueCollection_get_Item, (NameValueCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02734490, void, NameValueCollection_set_Item, (NameValueCollection * __this, String * name, String * value, MethodInfo * method)); DO_APP_FUNC(0x027344B0, String *, NameValueCollection_Get_1, (NameValueCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02734550, String__Array *, NameValueCollection_GetValues_1, (NameValueCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x027345F0, String *, NameValueCollection_GetKey, (NameValueCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02734600, String *, NameValueCollection_get_Item_1, (NameValueCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02734620, String__Array *, NameValueCollection_get_AllKeys, (NameValueCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x027347F0, void, NameValueCollection__ctor_9, (NameValueCollection * __this, DBNull * dummy, MethodInfo * method)); DO_APP_FUNC(0x02734840, void, OrderedDictionary__ctor, (OrderedDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x027348A0, void, OrderedDictionary__ctor_1, (OrderedDictionary * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x02734900, void, OrderedDictionary__ctor_2, (OrderedDictionary * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x02734960, void, OrderedDictionary__ctor_3, (OrderedDictionary * __this, int32_t capacity, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x027349C0, void, OrderedDictionary__ctor_4, (OrderedDictionary * __this, OrderedDictionary * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, OrderedDictionary__ctor_5, (OrderedDictionary * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x02734B00, int32_t, OrderedDictionary_get_Count, (OrderedDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, OrderedDictionary_System_Collections_IDictionary_get_IsFixedSize, (OrderedDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, OrderedDictionary_get_IsReadOnly, (OrderedDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, OrderedDictionary_System_Collections_ICollection_get_IsSynchronized, (OrderedDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x02734B40, ICollection *, OrderedDictionary_get_Keys, (OrderedDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x02734BF0, ArrayList *, OrderedDictionary_get_objectsArray, (OrderedDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x02734CC0, Hashtable *, OrderedDictionary_get_objectsTable, (OrderedDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x02734D90, Object *, OrderedDictionary_System_Collections_ICollection_get_SyncRoot, (OrderedDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x02734E40, Object *, OrderedDictionary_get_Item, (OrderedDictionary * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02734EE0, void, OrderedDictionary_set_Item, (OrderedDictionary * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7D98, OrderedDictionary_set_Item__MethodInfo); DO_APP_FUNC(0x02735130, Object *, OrderedDictionary_get_Item_1, (OrderedDictionary * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x02735170, void, OrderedDictionary_set_Item_1, (OrderedDictionary * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7DA0, OrderedDictionary_set_Item_1__MethodInfo); DO_APP_FUNC(0x02735430, ICollection *, OrderedDictionary_get_Values, (OrderedDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x027354E0, void, OrderedDictionary_Add, (OrderedDictionary * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7D38, OrderedDictionary_Add__MethodInfo); DO_APP_FUNC(0x02735620, void, OrderedDictionary_Clear, (OrderedDictionary * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7D40, OrderedDictionary_Clear__MethodInfo); DO_APP_FUNC(0x027356E0, OrderedDictionary *, OrderedDictionary_AsReadOnly, (OrderedDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x02735840, bool, OrderedDictionary_Contains, (OrderedDictionary * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x02735880, void, OrderedDictionary_CopyTo, (OrderedDictionary * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x027358D0, int32_t, OrderedDictionary_IndexOfKey, (OrderedDictionary * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x02735A40, void, OrderedDictionary_Insert, (OrderedDictionary * __this, int32_t index, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7D20, OrderedDictionary_Insert__MethodInfo); DO_APP_FUNC(0x02735C20, void, OrderedDictionary_RemoveAt, (OrderedDictionary * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7D28, OrderedDictionary_RemoveAt__MethodInfo); DO_APP_FUNC(0x02735E00, void, OrderedDictionary_Remove, (OrderedDictionary * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7D30, OrderedDictionary_Remove__MethodInfo); DO_APP_FUNC(0x02735F40, IDictionaryEnumerator *, OrderedDictionary_GetEnumerator, (OrderedDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x02736010, IEnumerator *, OrderedDictionary_System_Collections_IEnumerable_GetEnumerator, (OrderedDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x027360E0, void, OrderedDictionary_GetObjectData, (OrderedDictionary * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7D48, OrderedDictionary_GetObjectData__MethodInfo); DO_APP_FUNC(0x02736390, void, OrderedDictionary_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization, (OrderedDictionary * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x027363B0, void, OrderedDictionary_OnDeserialization, (OrderedDictionary * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7D68, OrderedDictionary_OnDeserialization__MethodInfo); DO_APP_FUNC(0x027367D0, void, OrderedDictionary_OrderedDictionaryEnumerator__ctor, (OrderedDictionary_OrderedDictionaryEnumerator * __this, ArrayList * array, int32_t objectReturnType, MethodInfo * method)); DO_APP_FUNC(0x02736870, Object *, OrderedDictionary_OrderedDictionaryEnumerator_get_Current, (OrderedDictionary_OrderedDictionaryEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02736B30, DictionaryEntry, OrderedDictionary_OrderedDictionaryEnumerator_get_Entry, (OrderedDictionary_OrderedDictionaryEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02736C40, Object *, OrderedDictionary_OrderedDictionaryEnumerator_get_Key, (OrderedDictionary_OrderedDictionaryEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02736CD0, Object *, OrderedDictionary_OrderedDictionaryEnumerator_get_Value, (OrderedDictionary_OrderedDictionaryEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02736D60, bool, OrderedDictionary_OrderedDictionaryEnumerator_MoveNext, (OrderedDictionary_OrderedDictionaryEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02736DB0, void, OrderedDictionary_OrderedDictionaryEnumerator_Reset, (OrderedDictionary_OrderedDictionaryEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003BACC0, void, OrderedDictionary_OrderedDictionaryKeyValueCollection__ctor, (OrderedDictionary_OrderedDictionaryKeyValueCollection * __this, ArrayList * array, bool isKeys, MethodInfo * method)); DO_APP_FUNC(0x02736E00, void, OrderedDictionary_OrderedDictionaryKeyValueCollection_System_Collections_ICollection_CopyTo, (OrderedDictionary_OrderedDictionaryKeyValueCollection * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7D08, OrderedDictionary_OrderedDictionaryKeyValueCollection_System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x01B68390, int32_t, OrderedDictionary_OrderedDictionaryKeyValueCollection_System_Collections_ICollection_get_Count, (OrderedDictionary_OrderedDictionaryKeyValueCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, OrderedDictionary_OrderedDictionaryKeyValueCollection_System_Collections_ICollection_get_IsSynchronized, (OrderedDictionary_OrderedDictionaryKeyValueCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x01B68620, Object *, OrderedDictionary_OrderedDictionaryKeyValueCollection_System_Collections_ICollection_get_SyncRoot, (OrderedDictionary_OrderedDictionaryKeyValueCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02737170, IEnumerator *, OrderedDictionary_OrderedDictionaryKeyValueCollection_System_Collections_IEnumerable_GetEnumerator, (OrderedDictionary_OrderedDictionaryKeyValueCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02737250, String *, StringCollection_get_Item, (StringCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x027372E0, void, StringCollection_set_Item, (StringCollection * __this, int32_t index, String * value, MethodInfo * method)); DO_APP_FUNC(0x01B68390, int32_t, StringCollection_get_Count, (StringCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, StringCollection_System_Collections_IList_get_IsReadOnly, (StringCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, StringCollection_System_Collections_IList_get_IsFixedSize, (StringCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02737310, int32_t, StringCollection_Add, (StringCollection * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02737340, void, StringCollection_AddRange, (StringCollection * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7D10, StringCollection_AddRange__MethodInfo); DO_APP_FUNC(0x027373D0, void, StringCollection_Clear, (StringCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x01B68920, bool, StringCollection_Contains, (StringCollection * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01B68650, void, StringCollection_CopyTo, (StringCollection * __this, String__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02737400, StringEnumerator *, StringCollection_GetEnumerator, (StringCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x01B68BC0, int32_t, StringCollection_IndexOf, (StringCollection * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02737530, void, StringCollection_Insert, (StringCollection * __this, int32_t index, String * value, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, StringCollection_get_IsReadOnly, (StringCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, StringCollection_get_IsSynchronized, (StringCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02737560, void, StringCollection_Remove, (StringCollection * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02737590, void, StringCollection_RemoveAt, (StringCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01B68620, Object *, StringCollection_get_SyncRoot, (StringCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02737250, Object *, StringCollection_System_Collections_IList_get_Item, (StringCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x027375C0, void, StringCollection_System_Collections_IList_set_Item, (StringCollection * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02737650, int32_t, StringCollection_System_Collections_IList_Add, (StringCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x027376E0, bool, StringCollection_System_Collections_IList_Contains, (StringCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02737770, int32_t, StringCollection_System_Collections_IList_IndexOf, (StringCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02737800, void, StringCollection_System_Collections_IList_Insert, (StringCollection * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02737890, void, StringCollection_System_Collections_IList_Remove, (StringCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01B68650, void, StringCollection_System_Collections_ICollection_CopyTo, (StringCollection * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x019429C0, IEnumerator *, StringCollection_System_Collections_IEnumerable_GetEnumerator, (StringCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02737920, void, StringCollection__ctor, (StringCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x027379D0, void, StringEnumerator__ctor, (StringEnumerator * __this, StringCollection * mappings, MethodInfo * method)); DO_APP_FUNC(0x02737AD0, String *, StringEnumerator_get_Current, (StringEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02737B60, bool, StringEnumerator_MoveNext, (StringEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02737BB0, void, StringEnumerator_Reset, (StringEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02737C00, void, StringEnumerator__ctor_1, (StringEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7CB8, StringEnumerator__ctor_1__MethodInfo); DO_APP_FUNC(0x02737C30, void, StringDictionary__ctor, (StringDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x0239D720, int32_t, StringDictionary_get_Count, (StringDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7A060, bool, StringDictionary_get_IsSynchronized, (StringDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x02737CF0, String *, StringDictionary_get_Item, (StringDictionary * __this, String * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7CE0, StringDictionary_get_Item__MethodInfo); DO_APP_FUNC(0x02737DE0, void, StringDictionary_set_Item, (StringDictionary * __this, String * key, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7CF8, StringDictionary_set_Item__MethodInfo); DO_APP_FUNC(0x02737E90, ICollection *, StringDictionary_get_Keys, (StringDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7A090, Object *, StringDictionary_get_SyncRoot, (StringDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x02737EC0, ICollection *, StringDictionary_get_Values, (StringDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x02737EF0, void, StringDictionary_Add, (StringDictionary * __this, String * key, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7D00, StringDictionary_Add__MethodInfo); DO_APP_FUNC(0x02737FA0, void, StringDictionary_Clear, (StringDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x02737FD0, bool, StringDictionary_ContainsKey, (StringDictionary * __this, String * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7CE8, StringDictionary_ContainsKey__MethodInfo); DO_APP_FUNC(0x02738070, bool, StringDictionary_ContainsValue, (StringDictionary * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x027380A0, void, StringDictionary_CopyTo, (StringDictionary * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x027380D0, IEnumerator *, StringDictionary_GetEnumerator, (StringDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x02738100, void, StringDictionary_Remove, (StringDictionary * __this, String * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7CF0, StringDictionary_Remove__MethodInfo); DO_APP_FUNC(0x003BABE0, void, StringDictionary_ReplaceHashtable, (StringDictionary * __this, Hashtable * useThisHashtableInstead, MethodInfo * method)); DO_APP_FUNC(0x027381A0, IDictionary_2_System_String_System_String_ *, StringDictionary_AsGenericDictionary, (StringDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x02738240, void, NotifyCollectionChangedEventArgs__ctor, (NotifyCollectionChangedEventArgs * __this, NotifyCollectionChangedAction__Enum action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7CD0, NotifyCollectionChangedEventArgs__ctor__MethodInfo); DO_APP_FUNC(0x027383B0, void, NotifyCollectionChangedEventArgs__ctor_1, (NotifyCollectionChangedEventArgs * __this, NotifyCollectionChangedAction__Enum action, Object * changedItem, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7C60, NotifyCollectionChangedEventArgs__ctor_1__MethodInfo); DO_APP_FUNC(0x027385E0, void, NotifyCollectionChangedEventArgs__ctor_2, (NotifyCollectionChangedEventArgs * __this, NotifyCollectionChangedAction__Enum action, Object * changedItem, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7C68, NotifyCollectionChangedEventArgs__ctor_2__MethodInfo); DO_APP_FUNC(0x02738870, void, NotifyCollectionChangedEventArgs__ctor_3, (NotifyCollectionChangedEventArgs * __this, NotifyCollectionChangedAction__Enum action, IList * changedItems, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7C38, NotifyCollectionChangedEventArgs__ctor_3__MethodInfo); DO_APP_FUNC(0x02738A70, void, NotifyCollectionChangedEventArgs__ctor_4, (NotifyCollectionChangedEventArgs * __this, NotifyCollectionChangedAction__Enum action, IList * changedItems, int32_t startingIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7C48, NotifyCollectionChangedEventArgs__ctor_4__MethodInfo); DO_APP_FUNC(0x02738D40, void, NotifyCollectionChangedEventArgs__ctor_5, (NotifyCollectionChangedEventArgs * __this, NotifyCollectionChangedAction__Enum action, Object * newItem, Object * oldItem, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7CB0, NotifyCollectionChangedEventArgs__ctor_5__MethodInfo); DO_APP_FUNC(0x02738F50, void, NotifyCollectionChangedEventArgs__ctor_6, (NotifyCollectionChangedEventArgs * __this, NotifyCollectionChangedAction__Enum action, Object * newItem, Object * oldItem, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7CA8, NotifyCollectionChangedEventArgs__ctor_6__MethodInfo); DO_APP_FUNC(0x02739150, void, NotifyCollectionChangedEventArgs__ctor_7, (NotifyCollectionChangedEventArgs * __this, NotifyCollectionChangedAction__Enum action, IList * newItems, IList * oldItems, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7C78, NotifyCollectionChangedEventArgs__ctor_7__MethodInfo); DO_APP_FUNC(0x02739340, void, NotifyCollectionChangedEventArgs__ctor_8, (NotifyCollectionChangedEventArgs * __this, NotifyCollectionChangedAction__Enum action, IList * newItems, IList * oldItems, int32_t startingIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7C88, NotifyCollectionChangedEventArgs__ctor_8__MethodInfo); DO_APP_FUNC(0x02739540, void, NotifyCollectionChangedEventArgs__ctor_9, (NotifyCollectionChangedEventArgs * __this, NotifyCollectionChangedAction__Enum action, Object * changedItem, int32_t index, int32_t oldIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7C10, NotifyCollectionChangedEventArgs__ctor_9__MethodInfo); DO_APP_FUNC(0x02739760, void, NotifyCollectionChangedEventArgs__ctor_10, (NotifyCollectionChangedEventArgs * __this, NotifyCollectionChangedAction__Enum action, IList * changedItems, int32_t index, int32_t oldIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7C18, NotifyCollectionChangedEventArgs__ctor_10__MethodInfo); DO_APP_FUNC(0x02739910, void, NotifyCollectionChangedEventArgs__ctor_11, (NotifyCollectionChangedEventArgs * __this, NotifyCollectionChangedAction__Enum action, IList * newItems, IList * oldItems, int32_t newIndex, int32_t oldIndex, MethodInfo * method)); DO_APP_FUNC(0x02739B50, void, NotifyCollectionChangedEventArgs_InitializeAddOrRemove, (NotifyCollectionChangedEventArgs * __this, NotifyCollectionChangedAction__Enum action, IList * changedItems, int32_t startingIndex, MethodInfo * method)); DO_APP_FUNC(0x02739B80, void, NotifyCollectionChangedEventArgs_InitializeAdd, (NotifyCollectionChangedEventArgs * __this, NotifyCollectionChangedAction__Enum action, IList * newItems, int32_t newStartingIndex, MethodInfo * method)); DO_APP_FUNC(0x02739CB0, void, NotifyCollectionChangedEventArgs_InitializeRemove, (NotifyCollectionChangedEventArgs * __this, NotifyCollectionChangedAction__Enum action, IList * oldItems, int32_t oldStartingIndex, MethodInfo * method)); DO_APP_FUNC(0x02739DE0, void, NotifyCollectionChangedEventArgs_InitializeMoveOrReplace, (NotifyCollectionChangedEventArgs * __this, NotifyCollectionChangedAction__Enum action, IList * newItems, IList * oldItems, int32_t startingIndex, int32_t oldStartingIndex, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, NotifyCollectionChangedAction__Enum, NotifyCollectionChangedEventArgs_get_Action, (NotifyCollectionChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IList *, NotifyCollectionChangedEventArgs_get_NewItems, (NotifyCollectionChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, IList *, NotifyCollectionChangedEventArgs_get_OldItems, (NotifyCollectionChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, NotifyCollectionChangedEventArgs_get_NewStartingIndex, (NotifyCollectionChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, int32_t, NotifyCollectionChangedEventArgs_get_OldStartingIndex, (NotifyCollectionChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, NotifyCollectionChangedEventHandler__ctor, (NotifyCollectionChangedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, NotifyCollectionChangedEventHandler_Invoke, (NotifyCollectionChangedEventHandler * __this, Object * sender, NotifyCollectionChangedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, NotifyCollectionChangedEventHandler_BeginInvoke, (NotifyCollectionChangedEventHandler * __this, Object * sender, NotifyCollectionChangedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, NotifyCollectionChangedEventHandler_EndInvoke, (NotifyCollectionChangedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ReadOnlyList__ctor, (ReadOnlyList * __this, IList * list, MethodInfo * method)); DO_APP_FUNC(0x02739E40, int32_t, ReadOnlyList_get_Count, (ReadOnlyList * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyList_get_IsReadOnly, (ReadOnlyList * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyList_get_IsFixedSize, (ReadOnlyList * __this, MethodInfo * method)); DO_APP_FUNC(0x02739E90, bool, ReadOnlyList_get_IsSynchronized, (ReadOnlyList * __this, MethodInfo * method)); DO_APP_FUNC(0x02739EE0, Object *, ReadOnlyList_get_Item, (ReadOnlyList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02739F40, void, ReadOnlyList_set_Item, (ReadOnlyList * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7C20, ReadOnlyList_set_Item__MethodInfo); DO_APP_FUNC(0x02739FA0, Object *, ReadOnlyList_get_SyncRoot, (ReadOnlyList * __this, MethodInfo * method)); DO_APP_FUNC(0x02739FF0, int32_t, ReadOnlyList_Add, (ReadOnlyList * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7C28, ReadOnlyList_Add__MethodInfo); DO_APP_FUNC(0x0273A050, void, ReadOnlyList_Clear, (ReadOnlyList * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7C30, ReadOnlyList_Clear__MethodInfo); DO_APP_FUNC(0x0273A0B0, bool, ReadOnlyList_Contains, (ReadOnlyList * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0273A110, void, ReadOnlyList_CopyTo, (ReadOnlyList * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0273A180, IEnumerator *, ReadOnlyList_GetEnumerator, (ReadOnlyList * __this, MethodInfo * method)); DO_APP_FUNC(0x0273A1D0, int32_t, ReadOnlyList_IndexOf, (ReadOnlyList * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0273A230, void, ReadOnlyList_Insert, (ReadOnlyList * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7BB8, ReadOnlyList_Insert__MethodInfo); DO_APP_FUNC(0x0273A290, void, ReadOnlyList_Remove, (ReadOnlyList * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7BC0, ReadOnlyList_Remove__MethodInfo); DO_APP_FUNC(0x0273A2F0, void, ReadOnlyList_RemoveAt, (ReadOnlyList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7BB0, ReadOnlyList_RemoveAt__MethodInfo); DO_APP_FUNC(0x0273A350, void, CaseSensitiveStringDictionary__ctor, (CaseSensitiveStringDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x0273A360, String *, CaseSensitiveStringDictionary_get_Item, (CaseSensitiveStringDictionary * __this, String * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7BD8, CaseSensitiveStringDictionary_get_Item__MethodInfo); DO_APP_FUNC(0x0273A440, void, CaseSensitiveStringDictionary_set_Item, (CaseSensitiveStringDictionary * __this, String * key, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7BC8, CaseSensitiveStringDictionary_set_Item__MethodInfo); DO_APP_FUNC(0x0273A4D0, void, CaseSensitiveStringDictionary_Add, (CaseSensitiveStringDictionary * __this, String * key, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7BD0, CaseSensitiveStringDictionary_Add__MethodInfo); DO_APP_FUNC(0x0273A560, bool, CaseSensitiveStringDictionary_ContainsKey, (CaseSensitiveStringDictionary * __this, String * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7BA0, CaseSensitiveStringDictionary_ContainsKey__MethodInfo); DO_APP_FUNC(0x0273A5F0, void, CaseSensitiveStringDictionary_Remove, (CaseSensitiveStringDictionary * __this, String * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7BA8, CaseSensitiveStringDictionary_Remove__MethodInfo); DO_APP_FUNC(0x0273A680, void, NameObjectCollectionBase__ctor, (NameObjectCollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0273A790, void, NameObjectCollectionBase__ctor_1, (NameObjectCollectionBase * __this, IEqualityComparer * equalityComparer, MethodInfo * method)); DO_APP_FUNC(0x0273A860, void, NameObjectCollectionBase__ctor_2, (NameObjectCollectionBase * __this, int32_t capacity, IEqualityComparer * equalityComparer, MethodInfo * method)); DO_APP_FUNC(0x0273A940, void, NameObjectCollectionBase__ctor_3, (NameObjectCollectionBase * __this, IHashCodeProvider * hashProvider, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x0273AA20, void, NameObjectCollectionBase__ctor_4, (NameObjectCollectionBase * __this, int32_t capacity, IHashCodeProvider * hashProvider, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x0273AB00, void, NameObjectCollectionBase__ctor_5, (NameObjectCollectionBase * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NameObjectCollectionBase__ctor_6, (NameObjectCollectionBase * __this, DBNull * dummy, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, NameObjectCollectionBase__ctor_7, (NameObjectCollectionBase * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0273AC00, void, NameObjectCollectionBase_GetObjectData, (NameObjectCollectionBase * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7BE8, NameObjectCollectionBase_GetObjectData__MethodInfo); DO_APP_FUNC(0x0273BA40, void, NameObjectCollectionBase_OnDeserialization, (NameObjectCollectionBase * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7BF0, NameObjectCollectionBase_OnDeserialization__MethodInfo); DO_APP_FUNC(0x0273C490, void, NameObjectCollectionBase_Reset, (NameObjectCollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0273C660, void, NameObjectCollectionBase_Reset_1, (NameObjectCollectionBase * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0273C830, NameObjectCollectionBase_NameObjectEntry *, NameObjectCollectionBase_FindEntry, (NameObjectCollectionBase * __this, String * key, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, IEqualityComparer *, NameObjectCollectionBase_get_Comparer, (NameObjectCollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, NameObjectCollectionBase_set_Comparer, (NameObjectCollectionBase * __this, IEqualityComparer * value, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, NameObjectCollectionBase_get_IsReadOnly, (NameObjectCollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, NameObjectCollectionBase_set_IsReadOnly, (NameObjectCollectionBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02733EE0, bool, NameObjectCollectionBase_BaseHasKeys, (NameObjectCollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0273C8F0, void, NameObjectCollectionBase_BaseAdd, (NameObjectCollectionBase * __this, String * name, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7B80, NameObjectCollectionBase_BaseAdd__MethodInfo); DO_APP_FUNC(0x0273CB10, void, NameObjectCollectionBase_BaseRemove, (NameObjectCollectionBase * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7B70, NameObjectCollectionBase_BaseRemove__MethodInfo); DO_APP_FUNC(0x0273CDB0, void, NameObjectCollectionBase_BaseRemoveAt, (NameObjectCollectionBase * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7B78, NameObjectCollectionBase_BaseRemoveAt__MethodInfo); DO_APP_FUNC(0x0273CEE0, void, NameObjectCollectionBase_BaseClear, (NameObjectCollectionBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7B60, NameObjectCollectionBase_BaseClear__MethodInfo); DO_APP_FUNC(0x0273CF70, Object *, NameObjectCollectionBase_BaseGet, (NameObjectCollectionBase * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0273CF90, void, NameObjectCollectionBase_BaseSet, (NameObjectCollectionBase * __this, String * name, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7B68, NameObjectCollectionBase_BaseSet__MethodInfo); DO_APP_FUNC(0x0273D0B0, Object *, NameObjectCollectionBase_BaseGet_1, (NameObjectCollectionBase * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0273D150, String *, NameObjectCollectionBase_BaseGetKey, (NameObjectCollectionBase * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0273D1F0, void, NameObjectCollectionBase_BaseSet_1, (NameObjectCollectionBase * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7B90, NameObjectCollectionBase_BaseSet_1__MethodInfo); DO_APP_FUNC(0x0273D3A0, IEnumerator *, NameObjectCollectionBase_GetEnumerator, (NameObjectCollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x025921D0, int32_t, NameObjectCollectionBase_get_Count, (NameObjectCollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0273D410, void, NameObjectCollectionBase_System_Collections_ICollection_CopyTo, (NameObjectCollectionBase * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7B98, NameObjectCollectionBase_System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x0273D780, Object *, NameObjectCollectionBase_System_Collections_ICollection_get_SyncRoot, (NameObjectCollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, NameObjectCollectionBase_System_Collections_ICollection_get_IsSynchronized, (NameObjectCollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0273D830, String__Array *, NameObjectCollectionBase_BaseGetAllKeys, (NameObjectCollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0273D990, Object__Array *, NameObjectCollectionBase_BaseGetAllValues, (NameObjectCollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0273DAF0, Object__Array *, NameObjectCollectionBase_BaseGetAllValues_1, (NameObjectCollectionBase * __this, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7B30, NameObjectCollectionBase_BaseGetAllValues_1__MethodInfo); DO_APP_FUNC(0x0273DD20, NameObjectCollectionBase_KeysCollection *, NameObjectCollectionBase_get_Keys, (NameObjectCollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0273DE30, void, NameObjectCollectionBase__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, NameObjectCollectionBase_NameObjectEntry__ctor, (NameObjectCollectionBase_NameObjectEntry * __this, String * name, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0273DF30, void, NameObjectCollectionBase_NameObjectKeysEnumerator__ctor, (NameObjectCollectionBase_NameObjectKeysEnumerator * __this, NameObjectCollectionBase * coll, MethodInfo * method)); DO_APP_FUNC(0x0273DFB0, bool, NameObjectCollectionBase_NameObjectKeysEnumerator_MoveNext, (NameObjectCollectionBase_NameObjectKeysEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7B18, NameObjectCollectionBase_NameObjectKeysEnumerator_MoveNext__MethodInfo); DO_APP_FUNC(0x0273E090, void, NameObjectCollectionBase_NameObjectKeysEnumerator_Reset, (NameObjectCollectionBase_NameObjectKeysEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7B20, NameObjectCollectionBase_NameObjectKeysEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0273E130, Object *, NameObjectCollectionBase_NameObjectKeysEnumerator_get_Current, (NameObjectCollectionBase_NameObjectKeysEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7B10, NameObjectCollectionBase_NameObjectKeysEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003BABE0, void, NameObjectCollectionBase_KeysCollection__ctor, (NameObjectCollectionBase_KeysCollection * __this, NameObjectCollectionBase * coll, MethodInfo * method)); DO_APP_FUNC(0x0273E1F0, String *, NameObjectCollectionBase_KeysCollection_Get, (NameObjectCollectionBase_KeysCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01D95720, String *, NameObjectCollectionBase_KeysCollection_get_Item, (NameObjectCollectionBase_KeysCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0273E210, IEnumerator *, NameObjectCollectionBase_KeysCollection_GetEnumerator, (NameObjectCollectionBase_KeysCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02417660, int32_t, NameObjectCollectionBase_KeysCollection_get_Count, (NameObjectCollectionBase_KeysCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0273E280, void, NameObjectCollectionBase_KeysCollection_System_Collections_ICollection_CopyTo, (NameObjectCollectionBase_KeysCollection * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7B28, NameObjectCollectionBase_KeysCollection_System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x0273E620, Object *, NameObjectCollectionBase_KeysCollection_System_Collections_ICollection_get_SyncRoot, (NameObjectCollectionBase_KeysCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, NameObjectCollectionBase_KeysCollection_System_Collections_ICollection_get_IsSynchronized, (NameObjectCollectionBase_KeysCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0273E670, void, NameObjectCollectionBase_KeysCollection__ctor_1, (NameObjectCollectionBase_KeysCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7B58, NameObjectCollectionBase_KeysCollection__ctor_1__MethodInfo); DO_APP_FUNC(0x003BAE40, void, CompatibleComparer_1__ctor, (CompatibleComparer_1 * __this, IComparer * comparer, IHashCodeProvider * hashCodeProvider, MethodInfo * method)); DO_APP_FUNC(0x0273E6A0, bool, CompatibleComparer_1_Equals, (CompatibleComparer_1 * __this, Object * a, Object * b, MethodInfo * method)); DO_APP_FUNC(0x0273E7C0, int32_t, CompatibleComparer_1_GetHashCode, (CompatibleComparer_1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7B40, CompatibleComparer_1_GetHashCode__MethodInfo); DO_APP_FUNC(0x003B93C0, IComparer *, CompatibleComparer_1_get_Comparer, (CompatibleComparer_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IHashCodeProvider *, CompatibleComparer_1_get_HashCodeProvider, (CompatibleComparer_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0273E8A0, IComparer *, CompatibleComparer_1_get_DefaultComparer, (MethodInfo * method)); DO_APP_FUNC(0x0273EAB0, IHashCodeProvider *, CompatibleComparer_1_get_DefaultHashCodeProvider, (MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, GenericAdapter__ctor, (GenericAdapter * __this, StringDictionary * stringDictionary, MethodInfo * method)); DO_APP_FUNC(0x0273ECC0, void, GenericAdapter_Add, (GenericAdapter * __this, String * key, String * value, MethodInfo * method)); DO_APP_FUNC(0x0273ED50, bool, GenericAdapter_ContainsKey, (GenericAdapter * __this, String * key, MethodInfo * method)); DO_APP_FUNC(0x0273ED80, void, GenericAdapter_Clear, (GenericAdapter * __this, MethodInfo * method)); DO_APP_FUNC(0x004982D0, int32_t, GenericAdapter_get_Count, (GenericAdapter * __this, MethodInfo * method)); DO_APP_FUNC(0x0273EDB0, String *, GenericAdapter_get_Item, (GenericAdapter * __this, String * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7B48, GenericAdapter_get_Item__MethodInfo); DO_APP_FUNC(0x0273ECC0, void, GenericAdapter_set_Item, (GenericAdapter * __this, String * key, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7B50, GenericAdapter_set_Item__MethodInfo); DO_APP_FUNC(0x0273EEB0, ICollection_1_System_String_ *, GenericAdapter_get_Keys, (GenericAdapter * __this, MethodInfo * method)); DO_APP_FUNC(0x0273F030, ICollection_1_System_String_ *, GenericAdapter_get_Values, (GenericAdapter * __this, MethodInfo * method)); DO_APP_FUNC(0x0273F1B0, bool, GenericAdapter_Remove, (GenericAdapter * __this, String * key, MethodInfo * method)); DO_APP_FUNC(0x0273F220, bool, GenericAdapter_TryGetValue, (GenericAdapter * __this, String * key, String * * value, MethodInfo * method)); DO_APP_FUNC(0x0273F360, void, GenericAdapter_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_System_String___Add, (GenericAdapter * __this, KeyValuePair_2_System_String_System_String_ item, MethodInfo * method)); DO_APP_FUNC(0x0273F3E0, bool, GenericAdapter_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_System_String___Contains, (GenericAdapter * __this, KeyValuePair_2_System_String_System_String_ item, MethodInfo * method)); DO_APP_FUNC(0x0273F5A0, void, GenericAdapter_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_System_String___CopyTo, (GenericAdapter * __this, KeyValuePair_2_System_String_System_String___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7AD8, GenericAdapter_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_System_String___CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, GenericAdapter_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_System_String___get_IsReadOnly, (GenericAdapter * __this, MethodInfo * method)); DO_APP_FUNC(0x0273F9E0, bool, GenericAdapter_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_System_String_System_String___Remove, (GenericAdapter * __this, KeyValuePair_2_System_String_System_String_ item, MethodInfo * method)); DO_APP_FUNC(0x0273FAE0, IEnumerator *, GenericAdapter_System_Collections_IEnumerable_GetEnumerator, (GenericAdapter * __this, MethodInfo * method)); DO_APP_FUNC(0x0273FAE0, IEnumerator_1_KeyValuePair_2_System_String_System_String_ *, GenericAdapter_GetEnumerator, (GenericAdapter * __this, MethodInfo * method)); DO_APP_FUNC(0x0273FB80, void, GenericAdapter_ICollectionToGenericCollectionAdapter__ctor, (GenericAdapter_ICollectionToGenericCollectionAdapter * __this, StringDictionary * source, GenericAdapter_KeyOrValue__Enum keyOrValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7AF8, GenericAdapter_ICollectionToGenericCollectionAdapter__ctor__MethodInfo); DO_APP_FUNC(0x0273FC40, void, GenericAdapter_ICollectionToGenericCollectionAdapter_Add, (GenericAdapter_ICollectionToGenericCollectionAdapter * __this, String * item, MethodInfo * method)); DO_APP_FUNC(0x0273FC40, void, GenericAdapter_ICollectionToGenericCollectionAdapter_Clear, (GenericAdapter_ICollectionToGenericCollectionAdapter * __this, MethodInfo * method)); DO_APP_FUNC(0x0273FC50, void, GenericAdapter_ICollectionToGenericCollectionAdapter_ThrowNotSupportedException, (GenericAdapter_ICollectionToGenericCollectionAdapter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7B08, GenericAdapter_ICollectionToGenericCollectionAdapter_ThrowNotSupportedException__MethodInfo); DO_APP_FUNC(0x0273FD20, bool, GenericAdapter_ICollectionToGenericCollectionAdapter_Contains, (GenericAdapter_ICollectionToGenericCollectionAdapter * __this, String * item, MethodInfo * method)); DO_APP_FUNC(0x0273FD80, void, GenericAdapter_ICollectionToGenericCollectionAdapter_CopyTo, (GenericAdapter_ICollectionToGenericCollectionAdapter * __this, String__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x004982D0, int32_t, GenericAdapter_ICollectionToGenericCollectionAdapter_get_Count, (GenericAdapter_ICollectionToGenericCollectionAdapter * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, GenericAdapter_ICollectionToGenericCollectionAdapter_get_IsReadOnly, (GenericAdapter_ICollectionToGenericCollectionAdapter * __this, MethodInfo * method)); DO_APP_FUNC(0x0273FC40, bool, GenericAdapter_ICollectionToGenericCollectionAdapter_Remove, (GenericAdapter_ICollectionToGenericCollectionAdapter * __this, String * item, MethodInfo * method)); DO_APP_FUNC(0x0273FE20, ICollection *, GenericAdapter_ICollectionToGenericCollectionAdapter_GetUnderlyingCollection, (GenericAdapter_ICollectionToGenericCollectionAdapter * __this, MethodInfo * method)); DO_APP_FUNC(0x0273FE80, IEnumerator_1_System_String_ *, GenericAdapter_ICollectionToGenericCollectionAdapter_GetEnumerator, (GenericAdapter_ICollectionToGenericCollectionAdapter * __this, MethodInfo * method)); DO_APP_FUNC(0x0273FF20, IEnumerator *, GenericAdapter_ICollectionToGenericCollectionAdapter_System_Collections_IEnumerable_GetEnumerator, (GenericAdapter_ICollectionToGenericCollectionAdapter * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GenericAdapter_ICollectionToGenericCollectionAdapter_GetEnumerator_d_14__ctor, (GenericAdapter_ICollectionToGenericCollectionAdapter_GetEnumerator_d_14 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x0273FFB0, void, GenericAdapter_ICollectionToGenericCollectionAdapter_GetEnumerator_d_14_System_IDisposable_Dispose, (GenericAdapter_ICollectionToGenericCollectionAdapter_GetEnumerator_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x02740090, bool, GenericAdapter_ICollectionToGenericCollectionAdapter_GetEnumerator_d_14_MoveNext, (GenericAdapter_ICollectionToGenericCollectionAdapter_GetEnumerator_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x027403B0, void, GenericAdapter_ICollectionToGenericCollectionAdapter_GetEnumerator_d_14___m__Finally1, (GenericAdapter_ICollectionToGenericCollectionAdapter_GetEnumerator_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, GenericAdapter_ICollectionToGenericCollectionAdapter_GetEnumerator_d_14_System_Collections_Generic_IEnumerator_System_String__get_Current, (GenericAdapter_ICollectionToGenericCollectionAdapter_GetEnumerator_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x02740420, void, GenericAdapter_ICollectionToGenericCollectionAdapter_GetEnumerator_d_14_System_Collections_IEnumerator_Reset, (GenericAdapter_ICollectionToGenericCollectionAdapter_GetEnumerator_d_14 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1670, GenericAdapter_ICollectionToGenericCollectionAdapter_GetEnumerator_d_14_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, GenericAdapter_ICollectionToGenericCollectionAdapter_GetEnumerator_d_14_System_Collections_IEnumerator_get_Current, (GenericAdapter_ICollectionToGenericCollectionAdapter_GetEnumerator_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GenericAdapter_GetEnumerator_d_25__ctor, (GenericAdapter_GetEnumerator_d_25 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x02740470, void, GenericAdapter_GetEnumerator_d_25_System_IDisposable_Dispose, (GenericAdapter_GetEnumerator_d_25 * __this, MethodInfo * method)); DO_APP_FUNC(0x02740550, bool, GenericAdapter_GetEnumerator_d_25_MoveNext, (GenericAdapter_GetEnumerator_d_25 * __this, MethodInfo * method)); DO_APP_FUNC(0x027408B0, void, GenericAdapter_GetEnumerator_d_25___m__Finally1, (GenericAdapter_GetEnumerator_d_25 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, KeyValuePair_2_System_String_System_String_, GenericAdapter_GetEnumerator_d_25_System_Collections_Generic_IEnumerator_System_Collections_Generic_KeyValuePair_System_String_System_String___get_Current, (GenericAdapter_GetEnumerator_d_25 * __this, MethodInfo * method)); DO_APP_FUNC(0x02740920, void, GenericAdapter_GetEnumerator_d_25_System_Collections_IEnumerator_Reset, (GenericAdapter_GetEnumerator_d_25 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1570, GenericAdapter_GetEnumerator_d_25_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02740970, Object *, GenericAdapter_GetEnumerator_d_25_System_Collections_IEnumerator_get_Current, (GenericAdapter_GetEnumerator_d_25 * __this, MethodInfo * method)); DO_APP_FUNC(0x01B7BB00, void, CDSCollectionETWBCLProvider_1__ctor, (CDSCollectionETWBCLProvider_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACD900, void, CDSCollectionETWBCLProvider_1_ConcurrentStack_FastPushFailed, (CDSCollectionETWBCLProvider_1 * __this, int32_t spinCount, MethodInfo * method)); DO_APP_FUNC(0x00ACD900, void, CDSCollectionETWBCLProvider_1_ConcurrentStack_FastPopFailed, (CDSCollectionETWBCLProvider_1 * __this, int32_t spinCount, MethodInfo * method)); DO_APP_FUNC(0x00ACD900, void, CDSCollectionETWBCLProvider_1_ConcurrentDictionary_AcquiringAllLocks, (CDSCollectionETWBCLProvider_1 * __this, int32_t numOfBuckets, MethodInfo * method)); DO_APP_FUNC(0x00ACD900, void, CDSCollectionETWBCLProvider_1_ConcurrentBag_TryTakeSteals, (CDSCollectionETWBCLProvider_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACD900, void, CDSCollectionETWBCLProvider_1_ConcurrentBag_TryPeekSteals, (CDSCollectionETWBCLProvider_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x027409C0, void, CDSCollectionETWBCLProvider_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x022F4710, void, BitHelper__ctor, (BitHelper * __this, int32_t * bitArrayPtr, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x022F4720, void, BitHelper__ctor_1, (BitHelper * __this, Int32__Array * bitArray, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x022F4780, void, BitHelper_MarkBit, (BitHelper * __this, int32_t bitPosition, MethodInfo * method)); DO_APP_FUNC(0x022F47F0, bool, BitHelper_IsMarked, (BitHelper * __this, int32_t bitPosition, MethodInfo * method)); DO_APP_FUNC(0x022F4870, int32_t, BitHelper_ToIntArrayLength, (int32_t n, MethodInfo * method)); DO_APP_FUNC(0x02740A70, void, FileSystemEventArgs__ctor, (FileSystemEventArgs * __this, WatcherChangeTypes__Enum changeType, String * directory, String * name, MethodInfo * method)); DO_APP_FUNC(0x02740C10, String *, FileSystemEventArgs_Combine, (String * directoryPath, String * name, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, WatcherChangeTypes__Enum, FileSystemEventArgs_get_ChangeType, (FileSystemEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, FileSystemEventArgs_get_FullPath, (FileSystemEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, FileSystemEventArgs_get_Name, (FileSystemEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x02740D70, void, ChunkedMemoryStream__ctor, (ChunkedMemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02740DC0, Byte__Array *, ChunkedMemoryStream_ToArray, (ChunkedMemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02740E70, void, ChunkedMemoryStream_Write, (ChunkedMemoryStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02740F70, Task *, ChunkedMemoryStream_WriteAsync, (ChunkedMemoryStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x027410B0, void, ChunkedMemoryStream_AppendChunk, (ChunkedMemoryStream * __this, int64_t count, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ChunkedMemoryStream_get_CanRead, (ChunkedMemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ChunkedMemoryStream_get_CanSeek, (ChunkedMemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ChunkedMemoryStream_get_CanWrite, (ChunkedMemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02741360, int64_t, ChunkedMemoryStream_get_Length, (ChunkedMemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ChunkedMemoryStream_Flush, (ChunkedMemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02741370, Task *, ChunkedMemoryStream_FlushAsync, (ChunkedMemoryStream * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x02741410, int64_t, ChunkedMemoryStream_get_Position, (ChunkedMemoryStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1588, ChunkedMemoryStream_get_Position__MethodInfo); DO_APP_FUNC(0x02741460, void, ChunkedMemoryStream_set_Position, (ChunkedMemoryStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB15C0, ChunkedMemoryStream_set_Position__MethodInfo); DO_APP_FUNC(0x027414B0, int32_t, ChunkedMemoryStream_Read, (ChunkedMemoryStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB15C8, ChunkedMemoryStream_Read__MethodInfo); DO_APP_FUNC(0x02741500, int64_t, ChunkedMemoryStream_Seek, (ChunkedMemoryStream * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB15A0, ChunkedMemoryStream_Seek__MethodInfo); DO_APP_FUNC(0x02741550, void, ChunkedMemoryStream_SetLength, (ChunkedMemoryStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB15B0, ChunkedMemoryStream_SetLength__MethodInfo); DO_APP_FUNC(0x027415C0, void, ChunkedMemoryStream_MemoryChunk__ctor, (ChunkedMemoryStream_MemoryChunk * __this, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC(0x02741660, StringComparison__Enum, PathInternal_1_get_StringComparison, (MethodInfo * method)); DO_APP_FUNC(0x027416C0, bool, PathInternal_1_get_IsCaseSensitive, (MethodInfo * method)); DO_APP_FUNC(0x02741720, bool, PathInternal_1_GetIsCaseSensitive, (MethodInfo * method)); DO_APP_FUNC(0x02741960, void, PathInternal_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x027419B0, void, ReadOnlyMemoryStream__ctor, (ReadOnlyMemoryStream * __this, ReadOnlyMemory_1_Byte_ content, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyMemoryStream_get_CanRead, (ReadOnlyMemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyMemoryStream_get_CanSeek, (ReadOnlyMemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyMemoryStream_get_CanWrite, (ReadOnlyMemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02741A50, int64_t, ReadOnlyMemoryStream_get_Length, (ReadOnlyMemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02741360, int64_t, ReadOnlyMemoryStream_get_Position, (ReadOnlyMemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02741A90, void, ReadOnlyMemoryStream_set_Position, (ReadOnlyMemoryStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB14F0, ReadOnlyMemoryStream_set_Position__MethodInfo); DO_APP_FUNC(0x02741B00, int64_t, ReadOnlyMemoryStream_Seek, (ReadOnlyMemoryStream * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1538, ReadOnlyMemoryStream_Seek__MethodInfo); DO_APP_FUNC(0x02741C80, int32_t, ReadOnlyMemoryStream_ReadByte, (ReadOnlyMemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02741D10, int32_t, ReadOnlyMemoryStream_Read, (ReadOnlyMemoryStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02741E00, int32_t, ReadOnlyMemoryStream_Read_1, (ReadOnlyMemoryStream * __this, Span_1_Byte_ buffer, MethodInfo * method)); DO_APP_FUNC(0x02742000, Task_1_System_Int32_ *, ReadOnlyMemoryStream_ReadAsync, (ReadOnlyMemoryStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x027421B0, ValueTask_1_System_Int32_, ReadOnlyMemoryStream_ReadAsync_1, (ReadOnlyMemoryStream * __this, Memory_1_Byte_ buffer, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x02742370, IAsyncResult *, ReadOnlyMemoryStream_BeginRead, (ReadOnlyMemoryStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x027423A0, int32_t, ReadOnlyMemoryStream_EndRead, (ReadOnlyMemoryStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x027423E0, void, ReadOnlyMemoryStream_CopyTo, (ReadOnlyMemoryStream * __this, Stream * destination, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC(0x02742510, Task *, ReadOnlyMemoryStream_CopyToAsync, (ReadOnlyMemoryStream * __this, Stream * destination, int32_t bufferSize, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReadOnlyMemoryStream_Flush, (ReadOnlyMemoryStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02742710, Task *, ReadOnlyMemoryStream_FlushAsync, (ReadOnlyMemoryStream * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x027427B0, void, ReadOnlyMemoryStream_SetLength, (ReadOnlyMemoryStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1420, ReadOnlyMemoryStream_SetLength__MethodInfo); DO_APP_FUNC(0x02742800, void, ReadOnlyMemoryStream_Write, (ReadOnlyMemoryStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB13D0, ReadOnlyMemoryStream_Write__MethodInfo); DO_APP_FUNC(0x02742850, void, ReadOnlyMemoryStream_ValidateReadArrayArguments, (Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB13E0, ReadOnlyMemoryStream_ValidateReadArrayArguments__MethodInfo); DO_APP_FUNC(0x01093AD0, void, FileSystemEventHandler__ctor, (FileSystemEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, FileSystemEventHandler_Invoke, (FileSystemEventHandler * __this, Object * sender, FileSystemEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, FileSystemEventHandler_BeginInvoke, (FileSystemEventHandler * __this, Object * sender, FileSystemEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, FileSystemEventHandler_EndInvoke, (FileSystemEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02742970, void, RenamedEventArgs__ctor, (RenamedEventArgs * __this, WatcherChangeTypes__Enum changeType, String * directory, String * name, String * oldName, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, RenamedEventArgs_get_OldFullPath, (RenamedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, RenamedEventArgs_get_OldName, (RenamedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, RenamedEventHandler__ctor, (RenamedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, RenamedEventHandler_Invoke, (RenamedEventHandler * __this, Object * sender, RenamedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, RenamedEventHandler_BeginInvoke, (RenamedEventHandler * __this, Object * sender, RenamedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, RenamedEventHandler_EndInvoke, (RenamedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02742A60, void, WaitForChangedResult__ctor, (WaitForChangedResult * __this, WatcherChangeTypes__Enum changeType, String * name, String * oldName, bool timedOut, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, WatcherChangeTypes__Enum, WaitForChangedResult_get_ChangeType, (WaitForChangedResult * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, WaitForChangedResult_set_ChangeType, (WaitForChangedResult * __this, WatcherChangeTypes__Enum value, MethodInfo * method)); DO_APP_FUNC(0x005DE470, String *, WaitForChangedResult_get_Name, (WaitForChangedResult * __this, MethodInfo * method)); DO_APP_FUNC(0x0066A570, void, WaitForChangedResult_set_Name, (WaitForChangedResult * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, WaitForChangedResult_get_OldName, (WaitForChangedResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, WaitForChangedResult_set_OldName, (WaitForChangedResult * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, WaitForChangedResult_get_TimedOut, (WaitForChangedResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, WaitForChangedResult_set_TimedOut, (WaitForChangedResult * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02742B80, void, WaitForChangedResult__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02742C50, void, DefaultWatcherData__ctor, (DefaultWatcherData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FileData__ctor, (FileData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DefaultWatcher__ctor, (DefaultWatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02742CE0, bool, DefaultWatcher_GetInstance, (IFileWatcher * * watcher, MethodInfo * method)); DO_APP_FUNC(0x02742ED0, void, DefaultWatcher_StartDispatching, (DefaultWatcher * __this, Object * handle, MethodInfo * method)); DO_APP_FUNC(0x02743C40, void, DefaultWatcher_StopDispatching, (DefaultWatcher * __this, Object * handle, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DefaultWatcher_Dispose, (DefaultWatcher * __this, Object * handle, MethodInfo * method)); DO_APP_FUNC(0x02744240, void, DefaultWatcher_Monitor, (DefaultWatcher * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB14C8, DefaultWatcher_Monitor__MethodInfo); DO_APP_FUNC(0x02744CA0, bool, DefaultWatcher_UpdateDataAndDispatch, (DefaultWatcher * __this, DefaultWatcherData * data, bool dispatch, MethodInfo * method)); DO_APP_FUNC(0x02744DE0, void, DefaultWatcher_DispatchEvents, (FileSystemWatcher * fsw, FileAction__Enum action, String * filename, MethodInfo * method)); DO_APP_FUNC(0x02744F80, void, DefaultWatcher_DoFiles, (DefaultWatcher * __this, DefaultWatcherData * data, String * directory, bool dispatch, MethodInfo * method)); DO_APP_FUNC(0x02745470, void, DefaultWatcher_IterateAndModifyFilesData, (DefaultWatcher * __this, DefaultWatcherData * data, String * directory, bool dispatch, String__Array * files, MethodInfo * method)); DO_APP_FUNC(0x02746140, FileData *, DefaultWatcher_CreateFileData, (String * directory, String * filename, MethodInfo * method)); DO_APP_FUNC(0x02746260, void, DefaultWatcher__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02746320, void, ErrorEventArgs__ctor, (ErrorEventArgs * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Exception *, ErrorEventArgs_GetException, (ErrorEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, ErrorEventHandler__ctor, (ErrorEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ErrorEventHandler_Invoke, (ErrorEventHandler * __this, Object * sender, ErrorEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, ErrorEventHandler_BeginInvoke, (ErrorEventHandler * __this, Object * sender, ErrorEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ErrorEventHandler_EndInvoke, (ErrorEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x027463C0, void, FileSystemWatcher__ctor, (FileSystemWatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02746500, void, FileSystemWatcher__ctor_1, (FileSystemWatcher * __this, String * path, MethodInfo * method)); DO_APP_FUNC(0x02746550, void, FileSystemWatcher__ctor_2, (FileSystemWatcher * __this, String * path, String * filter, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1360, FileSystemWatcher__ctor_2__MethodInfo); DO_APP_FUNC(0x02746860, void, FileSystemWatcher_InitWatcher, (FileSystemWatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02746C70, void, FileSystemWatcher_ShowWatcherInfo, (FileSystemWatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x00562610, bool, FileSystemWatcher_get_Waiting, (FileSystemWatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x00562620, void, FileSystemWatcher_set_Waiting, (FileSystemWatcher * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02746D40, String *, FileSystemWatcher_get_MangledFilter, (FileSystemWatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02746DE0, SearchPattern2 *, FileSystemWatcher_get_Pattern, (FileSystemWatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02746F40, String *, FileSystemWatcher_get_FullPath, (FileSystemWatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x009C8430, bool, FileSystemWatcher_get_EnableRaisingEvents, (FileSystemWatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02747070, void, FileSystemWatcher_set_EnableRaisingEvents, (FileSystemWatcher * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB11D8, FileSystemWatcher_set_EnableRaisingEvents__MethodInfo); DO_APP_FUNC(0x003B9330, String *, FileSystemWatcher_get_Filter, (FileSystemWatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02747130, void, FileSystemWatcher_set_Filter, (FileSystemWatcher * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, FileSystemWatcher_get_IncludeSubdirectories, (FileSystemWatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x027473B0, void, FileSystemWatcher_set_IncludeSubdirectories, (FileSystemWatcher * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01365740, int32_t, FileSystemWatcher_get_InternalBufferSize, (FileSystemWatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x027473F0, void, FileSystemWatcher_set_InternalBufferSize, (FileSystemWatcher * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, NotifyFilters__Enum, FileSystemWatcher_get_NotifyFilter, (FileSystemWatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02747430, void, FileSystemWatcher_set_NotifyFilter, (FileSystemWatcher * __this, NotifyFilters__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, String *, FileSystemWatcher_get_Path, (FileSystemWatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02747470, void, FileSystemWatcher_set_Path, (FileSystemWatcher * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1268, FileSystemWatcher_set_Path__MethodInfo); DO_APP_FUNC(0x003B93D0, ISite *, FileSystemWatcher_get_Site, (FileSystemWatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x027476F0, void, FileSystemWatcher_set_Site, (FileSystemWatcher * __this, ISite * value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, ISynchronizeInvoke *, FileSystemWatcher_get_SynchronizingObject, (FileSystemWatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, FileSystemWatcher_set_SynchronizingObject, (FileSystemWatcher * __this, ISynchronizeInvoke * value, MethodInfo * method)); DO_APP_FUNC(0x009C8650, void, FileSystemWatcher_BeginInit, (FileSystemWatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x027477E0, void, FileSystemWatcher_Dispose, (FileSystemWatcher * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02747980, void, FileSystemWatcher_Finalize, (FileSystemWatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02747A00, void, FileSystemWatcher_EndInit, (FileSystemWatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02747AB0, void, FileSystemWatcher_RaiseEvent, (FileSystemWatcher * __this, Delegate * ev, EventArgs * arg, FileSystemWatcher_EventType__Enum evtype, MethodInfo * method)); DO_APP_FUNC(0x02747E40, void, FileSystemWatcher_OnChanged, (FileSystemWatcher * __this, FileSystemEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x02747E70, void, FileSystemWatcher_OnCreated, (FileSystemWatcher * __this, FileSystemEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x02747EA0, void, FileSystemWatcher_OnDeleted, (FileSystemWatcher * __this, FileSystemEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x02747ED0, void, FileSystemWatcher_OnError, (FileSystemWatcher * __this, ErrorEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x02747F00, void, FileSystemWatcher_OnRenamed, (FileSystemWatcher * __this, RenamedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x02747F30, WaitForChangedResult, FileSystemWatcher_WaitForChanged, (FileSystemWatcher * __this, WatcherChangeTypes__Enum changeType, MethodInfo * method)); DO_APP_FUNC(0x02747F70, WaitForChangedResult, FileSystemWatcher_WaitForChanged_1, (FileSystemWatcher * __this, WatcherChangeTypes__Enum changeType, int32_t timeout, MethodInfo * method)); DO_APP_FUNC(0x02748190, void, FileSystemWatcher_DispatchErrorEvents, (FileSystemWatcher * __this, ErrorEventArgs * args, MethodInfo * method)); DO_APP_FUNC(0x027481C0, void, FileSystemWatcher_DispatchEvents, (FileSystemWatcher * __this, FileAction__Enum act, String * filename, RenamedEventArgs * * renamed, MethodInfo * method)); DO_APP_FUNC(0x02748750, void, FileSystemWatcher_Start, (FileSystemWatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x027487C0, void, FileSystemWatcher_Stop, (FileSystemWatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02748830, void, FileSystemWatcher_add_Changed, (FileSystemWatcher * __this, FileSystemEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02748930, void, FileSystemWatcher_remove_Changed, (FileSystemWatcher * __this, FileSystemEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02748A30, void, FileSystemWatcher_add_Created, (FileSystemWatcher * __this, FileSystemEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02748B30, void, FileSystemWatcher_remove_Created, (FileSystemWatcher * __this, FileSystemEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02748C30, void, FileSystemWatcher_add_Deleted, (FileSystemWatcher * __this, FileSystemEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02748D30, void, FileSystemWatcher_remove_Deleted, (FileSystemWatcher * __this, FileSystemEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02748E30, void, FileSystemWatcher_add_Error, (FileSystemWatcher * __this, ErrorEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02748F30, void, FileSystemWatcher_remove_Error, (FileSystemWatcher * __this, ErrorEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02749030, void, FileSystemWatcher_add_Renamed, (FileSystemWatcher * __this, RenamedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02749130, void, FileSystemWatcher_remove_Renamed, (FileSystemWatcher * __this, RenamedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, FileSystemWatcher_InternalSupportsFSW, (MethodInfo * method)); DO_APP_FUNC(0x02749230, void, FileSystemWatcher__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FileSystemWatcher_c_DisplayClass70_0__ctor, (FileSystemWatcher_c_DisplayClass70_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x027492F0, void, FileSystemWatcher_c_DisplayClass70_0__DispatchEvents_b__0, (FileSystemWatcher_c_DisplayClass70_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1168, FileSystemWatcher_c_DisplayClass70_0__DispatchEvents_b__0__MethodInfo); DO_APP_FUNC(0x027493B0, void, FileSystemWatcher_c_DisplayClass70_0__DispatchEvents_b__1, (FileSystemWatcher_c_DisplayClass70_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1110, FileSystemWatcher_c_DisplayClass70_0__DispatchEvents_b__1__MethodInfo); DO_APP_FUNC(0x02749470, void, FileSystemWatcher_c_DisplayClass70_0__DispatchEvents_b__2, (FileSystemWatcher_c_DisplayClass70_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1118, FileSystemWatcher_c_DisplayClass70_0__DispatchEvents_b__2__MethodInfo); DO_APP_FUNC(0x003AC050, void, FileSystemWatcher_c_DisplayClass70_1__ctor, (FileSystemWatcher_c_DisplayClass70_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02749530, void, FileSystemWatcher_c_DisplayClass70_1__DispatchEvents_b__3, (FileSystemWatcher_c_DisplayClass70_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1108, FileSystemWatcher_c_DisplayClass70_1__DispatchEvents_b__3__MethodInfo); DO_APP_FUNC(0x02749580, void, IODescriptionAttribute__ctor, (IODescriptionAttribute * __this, String * description, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, IODescriptionAttribute_get_Description, (IODescriptionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02749620, void, InternalBufferOverflowException__ctor, (InternalBufferOverflowException * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0B1B0, void, InternalBufferOverflowException__ctor_1, (InternalBufferOverflowException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, InternalBufferOverflowException__ctor_2, (InternalBufferOverflowException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01A2FC00, void, InternalBufferOverflowException__ctor_3, (InternalBufferOverflowException * __this, String * message, Exception * inner, MethodInfo * method)); DO_APP_FUNC(0x02749670, void, InvalidDataException__ctor, (InvalidDataException * __this, MethodInfo * method)); DO_APP_FUNC(0x027496C0, void, InvalidDataException__ctor_1, (InvalidDataException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x027496E0, void, InvalidDataException__ctor_2, (InvalidDataException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x019CEDE0, void, InvalidDataException__ctor_3, (InvalidDataException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NullFileWatcher_StartDispatching, (NullFileWatcher * __this, Object * handle, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NullFileWatcher_StopDispatching, (NullFileWatcher * __this, Object * handle, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NullFileWatcher_Dispose, (NullFileWatcher * __this, Object * handle, MethodInfo * method)); DO_APP_FUNC(0x02749700, bool, NullFileWatcher_GetInstance, (IFileWatcher * * watcher, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NullFileWatcher__ctor, (NullFileWatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02749890, void, SearchPattern2__ctor, (SearchPattern2 * __this, String * pattern, MethodInfo * method)); DO_APP_FUNC(0x027498F0, void, SearchPattern2__ctor_1, (SearchPattern2 * __this, String * pattern, bool ignore, MethodInfo * method)); DO_APP_FUNC(0x02749950, bool, SearchPattern2_IsMatch, (SearchPattern2 * __this, String * text, bool ignorecase, MethodInfo * method)); DO_APP_FUNC(0x02749B60, bool, SearchPattern2_IsMatch_1, (SearchPattern2 * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x006FF3A0, bool, SearchPattern2_get_HasWildcard, (SearchPattern2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02749B70, void, SearchPattern2_Compile, (SearchPattern2 * __this, String * pattern, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB10C0, SearchPattern2_Compile__MethodInfo); DO_APP_FUNC(0x02749FC0, bool, SearchPattern2_Match, (SearchPattern2 * __this, SearchPattern2_Op * op, String * text, int32_t ptr, MethodInfo * method)); DO_APP_FUNC(0x0274A140, void, SearchPattern2__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0274A340, void, SearchPattern2_Op__ctor, (SearchPattern2_Op * __this, SearchPattern2_OpCode__Enum code, MethodInfo * method)); DO_APP_FUNC(0x0274A400, void, InternalResources_EndOfFile, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0FC0, InternalResources_EndOfFile__MethodInfo); DO_APP_FUNC(0x0274A470, String *, InternalResources_GetMessage, (int32_t errorCode, MethodInfo * method)); DO_APP_FUNC(0x0274A550, void, InternalResources_FileNotOpen, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0FF0, InternalResources_FileNotOpen__MethodInfo); DO_APP_FUNC(0x0274A5C0, void, InternalResources_WrongAsyncResult, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0F98, InternalResources_WrongAsyncResult__MethodInfo); DO_APP_FUNC(0x0274A630, void, InternalResources_EndReadCalledTwice, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0FA0, InternalResources_EndReadCalledTwice__MethodInfo); DO_APP_FUNC(0x0274A6A0, void, InternalResources_EndWriteCalledTwice, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0F88, InternalResources_EndWriteCalledTwice__MethodInfo); DO_APP_FUNC(0x0274A710, void, InternalResources_WinIOError, (int32_t errorCode, String * str, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0FA8, InternalResources_WinIOError__MethodInfo); DO_APP_FUNC(0x0199A310, int32_t, InternalResources_MakeHRFromErrorCode, (int32_t errorCode, MethodInfo * method)); DO_APP_FUNC(0x0274AB40, void, GZipStream__ctor, (GZipStream * __this, Stream * stream, CompressionMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x0274AC40, void, GZipStream__ctor_1, (GZipStream * __this, Stream * stream, CompressionMode__Enum mode, bool leaveOpen, MethodInfo * method)); DO_APP_FUNC(0x0274AD60, void, GZipStream__ctor_2, (GZipStream * __this, Stream * stream, CompressionLevel__Enum compressionLevel, MethodInfo * method)); DO_APP_FUNC(0x0274AE60, void, GZipStream__ctor_3, (GZipStream * __this, Stream * stream, CompressionLevel__Enum compressionLevel, bool leaveOpen, MethodInfo * method)); DO_APP_FUNC(0x0274AF60, bool, GZipStream_get_CanRead, (GZipStream * __this, MethodInfo * method)); DO_APP_FUNC(0x0274AF80, bool, GZipStream_get_CanWrite, (GZipStream * __this, MethodInfo * method)); DO_APP_FUNC(0x0274AFA0, bool, GZipStream_get_CanSeek, (GZipStream * __this, MethodInfo * method)); DO_APP_FUNC(0x0274AFC0, int64_t, GZipStream_get_Length, (GZipStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1050, GZipStream_get_Length__MethodInfo); DO_APP_FUNC(0x0274B020, int64_t, GZipStream_get_Position, (GZipStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1080, GZipStream_get_Position__MethodInfo); DO_APP_FUNC(0x0274B080, void, GZipStream_set_Position, (GZipStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1088, GZipStream_set_Position__MethodInfo); DO_APP_FUNC(0x0274B0E0, void, GZipStream_Flush, (GZipStream * __this, MethodInfo * method)); DO_APP_FUNC(0x0274B110, int64_t, GZipStream_Seek, (GZipStream * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1060, GZipStream_Seek__MethodInfo); DO_APP_FUNC(0x0274B170, void, GZipStream_SetLength, (GZipStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1070, GZipStream_SetLength__MethodInfo); DO_APP_FUNC(0x0274B1D0, int32_t, GZipStream_ReadByte, (GZipStream * __this, MethodInfo * method)); DO_APP_FUNC(0x0274B200, IAsyncResult *, GZipStream_BeginRead, (GZipStream * __this, Byte__Array * array, int32_t offset, int32_t count, AsyncCallback * asyncCallback, Object * asyncState, MethodInfo * method)); DO_APP_FUNC(0x0274B2B0, int32_t, GZipStream_EndRead, (GZipStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x0274B2F0, int32_t, GZipStream_Read, (GZipStream * __this, Byte__Array * array, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0274B330, int32_t, GZipStream_Read_1, (GZipStream * __this, Span_1_Byte_ buffer, MethodInfo * method)); DO_APP_FUNC(0x0274B410, IAsyncResult *, GZipStream_BeginWrite, (GZipStream * __this, Byte__Array * array, int32_t offset, int32_t count, AsyncCallback * asyncCallback, Object * asyncState, MethodInfo * method)); DO_APP_FUNC(0x019D9020, void, GZipStream_EndWrite, (GZipStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x0274B4C0, void, GZipStream_Write, (GZipStream * __this, Byte__Array * array, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0274B500, void, GZipStream_Write_1, (GZipStream * __this, ReadOnlySpan_1_Byte_ buffer, MethodInfo * method)); DO_APP_FUNC(0x0274B640, void, GZipStream_CopyTo, (GZipStream * __this, Stream * destination, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC(0x0274B670, void, GZipStream_Dispose, (GZipStream * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x0274B740, Stream *, GZipStream_get_BaseStream, (GZipStream * __this, MethodInfo * method)); DO_APP_FUNC(0x0274B750, Task_1_System_Int32_ *, GZipStream_ReadAsync, (GZipStream * __this, Byte__Array * array, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0274B790, ValueTask_1_System_Int32_, GZipStream_ReadAsync_1, (GZipStream * __this, Memory_1_Byte_ buffer, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0274B890, Task *, GZipStream_WriteAsync, (GZipStream * __this, Byte__Array * array, int32_t offset, int32_t count, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0274B8D0, ValueTask, GZipStream_WriteAsync_1, (GZipStream * __this, ReadOnlyMemory_1_Byte_ buffer, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0274B9D0, Task *, GZipStream_FlushAsync, (GZipStream * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0274BA00, Task *, GZipStream_CopyToAsync, (GZipStream * __this, Stream * destination, int32_t bufferSize, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0274BA40, void, GZipStream_CheckDeflateStream, (GZipStream * __this, MethodInfo * method)); DO_APP_FUNC(0x0274BA60, void, GZipStream_ThrowStreamClosedException, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0EC8, GZipStream_ThrowStreamClosedException__MethodInfo); DO_APP_FUNC(0x0274BAC0, void, DeflateStream__ctor, (DeflateStream * __this, Stream * stream, CompressionMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x0274BAE0, void, DeflateStream__ctor_1, (DeflateStream * __this, Stream * stream, CompressionMode__Enum mode, bool leaveOpen, MethodInfo * method)); DO_APP_FUNC(0x0274BB00, void, DeflateStream__ctor_2, (DeflateStream * __this, Stream * stream, CompressionMode__Enum mode, bool leaveOpen, int32_t windowsBits, MethodInfo * method)); DO_APP_FUNC(0x0274BB20, void, DeflateStream__ctor_3, (DeflateStream * __this, Stream * compressedStream, CompressionMode__Enum mode, bool leaveOpen, bool gzip, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0EA0, DeflateStream__ctor_3__MethodInfo); DO_APP_FUNC(0x0274BD70, void, DeflateStream__ctor_4, (DeflateStream * __this, Stream * stream, CompressionLevel__Enum compressionLevel, MethodInfo * method)); DO_APP_FUNC(0x0274BDA0, void, DeflateStream__ctor_5, (DeflateStream * __this, Stream * stream, CompressionLevel__Enum compressionLevel, bool leaveOpen, MethodInfo * method)); DO_APP_FUNC(0x0274BDD0, void, DeflateStream__ctor_6, (DeflateStream * __this, Stream * stream, CompressionLevel__Enum compressionLevel, bool leaveOpen, int32_t windowsBits, MethodInfo * method)); DO_APP_FUNC(0x0274BDF0, void, DeflateStream__ctor_7, (DeflateStream * __this, Stream * stream, CompressionLevel__Enum compressionLevel, bool leaveOpen, bool gzip, MethodInfo * method)); DO_APP_FUNC(0x00C55320, void, DeflateStream_Finalize, (DeflateStream * __this, MethodInfo * method)); DO_APP_FUNC(0x0274BE10, void, DeflateStream_Dispose, (DeflateStream * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x0274BED0, int32_t, DeflateStream_ReadInternal, (DeflateStream * __this, Byte__Array * array, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0F18, DeflateStream_ReadInternal__MethodInfo); DO_APP_FUNC(0x0274BFE0, ValueTask_1_System_Int32_, DeflateStream_ReadAsyncMemory, (DeflateStream * __this, Memory_1_Byte_ destination, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0274C020, int32_t, DeflateStream_ReadCore, (DeflateStream * __this, Span_1_Byte_ destination, MethodInfo * method)); DO_APP_FUNC(0x0274C1C0, int32_t, DeflateStream_Read, (DeflateStream * __this, Byte__Array * array, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0F28, DeflateStream_Read__MethodInfo); DO_APP_FUNC(0x0274C520, void, DeflateStream_WriteInternal, (DeflateStream * __this, Byte__Array * array, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0E20, DeflateStream_WriteInternal__MethodInfo); DO_APP_FUNC(0x0274C620, ValueTask, DeflateStream_WriteAsyncMemory, (DeflateStream * __this, ReadOnlyMemory_1_Byte_ source, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0274C660, void, DeflateStream_WriteCore, (DeflateStream * __this, ReadOnlySpan_1_Byte_ source, MethodInfo * method)); DO_APP_FUNC(0x0274C6E0, void, DeflateStream_Write, (DeflateStream * __this, Byte__Array * array, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0F60, DeflateStream_Write__MethodInfo); DO_APP_FUNC(0x0274CA30, void, DeflateStream_Flush, (DeflateStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0EF8, DeflateStream_Flush__MethodInfo); DO_APP_FUNC(0x0274CBC0, IAsyncResult *, DeflateStream_BeginRead, (DeflateStream * __this, Byte__Array * array, int32_t offset, int32_t count, AsyncCallback * asyncCallback, Object * asyncState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0F08, DeflateStream_BeginRead__MethodInfo); DO_APP_FUNC(0x0274D020, IAsyncResult *, DeflateStream_BeginWrite, (DeflateStream * __this, Byte__Array * array, int32_t offset, int32_t count, AsyncCallback * asyncCallback, Object * asyncState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0E18, DeflateStream_BeginWrite__MethodInfo); DO_APP_FUNC(0x0274D480, int32_t, DeflateStream_EndRead, (DeflateStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0E28, DeflateStream_EndRead__MethodInfo); DO_APP_FUNC(0x0274D690, void, DeflateStream_EndWrite, (DeflateStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0DE0, DeflateStream_EndWrite__MethodInfo); DO_APP_FUNC(0x0274D880, int64_t, DeflateStream_Seek, (DeflateStream * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0DC0, DeflateStream_Seek__MethodInfo); DO_APP_FUNC(0x0274D8D0, void, DeflateStream_SetLength, (DeflateStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0DC8, DeflateStream_SetLength__MethodInfo); DO_APP_FUNC(0x003B93B0, Stream *, DeflateStream_get_BaseStream, (DeflateStream * __this, MethodInfo * method)); DO_APP_FUNC(0x0274D920, bool, DeflateStream_get_CanRead, (DeflateStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, DeflateStream_get_CanSeek, (DeflateStream * __this, MethodInfo * method)); DO_APP_FUNC(0x0274D960, bool, DeflateStream_get_CanWrite, (DeflateStream * __this, MethodInfo * method)); DO_APP_FUNC(0x0274D9A0, int64_t, DeflateStream_get_Length, (DeflateStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0DF0, DeflateStream_get_Length__MethodInfo); DO_APP_FUNC(0x0274D9F0, int64_t, DeflateStream_get_Position, (DeflateStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0DF8, DeflateStream_get_Position__MethodInfo); DO_APP_FUNC(0x0274DA40, void, DeflateStream_set_Position, (DeflateStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0DE8, DeflateStream_set_Position__MethodInfo); DO_APP_FUNC(0x01BA5A10, void, DeflateStream_ReadMethod__ctor, (DeflateStream_ReadMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, int32_t, DeflateStream_ReadMethod_Invoke, (DeflateStream_ReadMethod * __this, Byte__Array * array, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0274DA90, IAsyncResult *, DeflateStream_ReadMethod_BeginInvoke, (DeflateStream_ReadMethod * __this, Byte__Array * array, int32_t offset, int32_t count, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, int32_t, DeflateStream_ReadMethod_EndInvoke, (DeflateStream_ReadMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01BA5BF0, void, DeflateStream_WriteMethod__ctor, (DeflateStream_WriteMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, DeflateStream_WriteMethod_Invoke, (DeflateStream_WriteMethod * __this, Byte__Array * array, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0274DB30, IAsyncResult *, DeflateStream_WriteMethod_BeginInvoke, (DeflateStream_WriteMethod * __this, Byte__Array * array, int32_t offset, int32_t count, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, DeflateStream_WriteMethod_EndInvoke, (DeflateStream_WriteMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DeflateStreamNative__ctor, (DeflateStreamNative * __this, MethodInfo * method)); DO_APP_FUNC(0x0274DBD0, DeflateStreamNative *, DeflateStreamNative_Create, (Stream * compressedStream, CompressionMode__Enum mode, bool gzip, MethodInfo * method)); DO_APP_FUNC(0x0274DEC0, void, DeflateStreamNative_Finalize, (DeflateStreamNative * __this, MethodInfo * method)); DO_APP_FUNC(0x0274DF10, void, DeflateStreamNative_Dispose, (DeflateStreamNative * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x0274E0F0, void, DeflateStreamNative_Flush, (DeflateStreamNative * __this, MethodInfo * method)); DO_APP_FUNC(0x0274E1E0, int32_t, DeflateStreamNative_ReadZStream, (DeflateStreamNative * __this, void * buffer, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0274E2B0, void, DeflateStreamNative_WriteZStream, (DeflateStreamNative * __this, void * buffer, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0274E370, int32_t, DeflateStreamNative_UnmanagedRead, (void * buffer, int32_t length, void * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0E90, DeflateStreamNative_UnmanagedRead__MethodInfo); DO_APP_FUNC(0x0274E4B0, int32_t, DeflateStreamNative_UnmanagedRead_1, (DeflateStreamNative * __this, void * buffer, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0274E660, int32_t, DeflateStreamNative_UnmanagedWrite, (void * buffer, int32_t length, void * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0E78, DeflateStreamNative_UnmanagedWrite__MethodInfo); DO_APP_FUNC(0x0274E7A0, int32_t, DeflateStreamNative_UnmanagedWrite_1, (DeflateStreamNative * __this, void * buffer, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0274E920, void, DeflateStreamNative_CheckResult, (DeflateStreamNative * __this, int32_t result, String * where, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0D08, DeflateStreamNative_CheckResult__MethodInfo); DO_APP_FUNC(0x0274EA70, DeflateStreamNative_SafeDeflateStreamHandle *, DeflateStreamNative_CreateZStream, (CompressionMode__Enum compress, bool gzip, DeflateStreamNative_UnmanagedReadOrWrite * feeder, void * data, MethodInfo * method)); DO_APP_FUNC(0x0274EB50, int32_t, DeflateStreamNative_CloseZStream, (void * stream, MethodInfo * method)); DO_APP_FUNC(0x0274EB60, int32_t, DeflateStreamNative_Flush_1, (DeflateStreamNative_SafeDeflateStreamHandle * stream, MethodInfo * method)); DO_APP_FUNC(0x0274EC00, int32_t, DeflateStreamNative_ReadZStream_1, (DeflateStreamNative_SafeDeflateStreamHandle * stream, void * buffer, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0274EC80, int32_t, DeflateStreamNative_WriteZStream_1, (DeflateStreamNative_SafeDeflateStreamHandle * stream, void * buffer, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0253C800, void, DeflateStreamNative_UnmanagedReadOrWrite__ctor, (DeflateStreamNative_UnmanagedReadOrWrite * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, int32_t, DeflateStreamNative_UnmanagedReadOrWrite_Invoke, (DeflateStreamNative_UnmanagedReadOrWrite * __this, void * buffer, int32_t length, void * data, MethodInfo * method)); DO_APP_FUNC(0x0274ED00, IAsyncResult *, DeflateStreamNative_UnmanagedReadOrWrite_BeginInvoke, (DeflateStreamNative_UnmanagedReadOrWrite * __this, void * buffer, int32_t length, void * data, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, int32_t, DeflateStreamNative_UnmanagedReadOrWrite_EndInvoke, (DeflateStreamNative_UnmanagedReadOrWrite * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0274EDC0, bool, DeflateStreamNative_SafeDeflateStreamHandle_get_IsInvalid, (DeflateStreamNative_SafeDeflateStreamHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0274EE10, void, DeflateStreamNative_SafeDeflateStreamHandle__ctor, (DeflateStreamNative_SafeDeflateStreamHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02529FD0, void, DeflateStreamNative_SafeDeflateStreamHandle__ctor_1, (DeflateStreamNative_SafeDeflateStreamHandle * __this, void * handle, MethodInfo * method)); DO_APP_FUNC(0x0274EE90, bool, DeflateStreamNative_SafeDeflateStreamHandle_ReleaseHandle, (DeflateStreamNative_SafeDeflateStreamHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ZLibNative__ctor, (ZLibNative * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FileSystemWatcher_1_FinalizeDispose, (FileSystemWatcher_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0274EEB0, void, FileSystemWatcher_1_StartRaisingEvents, (FileSystemWatcher_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0C80, FileSystemWatcher_1_StartRaisingEvents__MethodInfo); DO_APP_FUNC(0x0274EF00, void, FileSystemWatcher_1_StopRaisingEvents, (FileSystemWatcher_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0C78, FileSystemWatcher_1_StopRaisingEvents__MethodInfo); DO_APP_FUNC(0x0274EF50, void, FileSystemWatcher_1__ctor, (FileSystemWatcher_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0274F0B0, void, FileSystemWatcher_1__ctor_1, (FileSystemWatcher_1 * __this, String * path, MethodInfo * method)); DO_APP_FUNC(0x0274F230, void, FileSystemWatcher_1__ctor_2, (FileSystemWatcher_1 * __this, String * path, String * filter, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0C58, FileSystemWatcher_1__ctor_2__MethodInfo); DO_APP_FUNC(0x00A393A0, NotifyFilters__Enum, FileSystemWatcher_1_get_NotifyFilter, (FileSystemWatcher_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0274F470, void, FileSystemWatcher_1_set_NotifyFilter, (FileSystemWatcher_1 * __this, NotifyFilters__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0C70, FileSystemWatcher_1_set_NotifyFilter__MethodInfo); DO_APP_FUNC(0x003B93B0, Collection_1_System_String_ *, FileSystemWatcher_1_get_Filters, (FileSystemWatcher_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00610420, bool, FileSystemWatcher_1_get_EnableRaisingEvents, (FileSystemWatcher_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0274F560, void, FileSystemWatcher_1_set_EnableRaisingEvents, (FileSystemWatcher_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0274F5B0, String *, FileSystemWatcher_1_get_Filter, (FileSystemWatcher_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0274F6C0, void, FileSystemWatcher_1_set_Filter, (FileSystemWatcher_1 * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0060F770, bool, FileSystemWatcher_1_get_IncludeSubdirectories, (FileSystemWatcher_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0274F740, void, FileSystemWatcher_1_set_IncludeSubdirectories, (FileSystemWatcher_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int32_t, FileSystemWatcher_1_get_InternalBufferSize, (FileSystemWatcher_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0274F750, void, FileSystemWatcher_1_set_InternalBufferSize, (FileSystemWatcher_1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0274F780, Byte__Array *, FileSystemWatcher_1_AllocateBuffer, (FileSystemWatcher_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0CB0, FileSystemWatcher_1_AllocateBuffer__MethodInfo); DO_APP_FUNC(0x003B9330, String *, FileSystemWatcher_1_get_Path, (FileSystemWatcher_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0274F860, void, FileSystemWatcher_1_set_Path, (FileSystemWatcher_1 * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0CC0, FileSystemWatcher_1_set_Path__MethodInfo); DO_APP_FUNC(0x0274FA70, void, FileSystemWatcher_1_add_Changed, (FileSystemWatcher_1 * __this, FileSystemEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0274FB60, void, FileSystemWatcher_1_remove_Changed, (FileSystemWatcher_1 * __this, FileSystemEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0274FC50, void, FileSystemWatcher_1_add_Created, (FileSystemWatcher_1 * __this, FileSystemEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0274FD40, void, FileSystemWatcher_1_remove_Created, (FileSystemWatcher_1 * __this, FileSystemEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0274FE30, void, FileSystemWatcher_1_add_Deleted, (FileSystemWatcher_1 * __this, FileSystemEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0274FF20, void, FileSystemWatcher_1_remove_Deleted, (FileSystemWatcher_1 * __this, FileSystemEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02750010, void, FileSystemWatcher_1_add_Error, (FileSystemWatcher_1 * __this, ErrorEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02750100, void, FileSystemWatcher_1_remove_Error, (FileSystemWatcher_1 * __this, ErrorEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x027501F0, void, FileSystemWatcher_1_add_Renamed, (FileSystemWatcher_1 * __this, RenamedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x027502E0, void, FileSystemWatcher_1_remove_Renamed, (FileSystemWatcher_1 * __this, RenamedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x027503D0, void, FileSystemWatcher_1_Dispose, (FileSystemWatcher_1 * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02750460, void, FileSystemWatcher_1_CheckPathValidity, (String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0C30, FileSystemWatcher_1_CheckPathValidity__MethodInfo); DO_APP_FUNC(0x027505D0, bool, FileSystemWatcher_1_MatchPattern, (FileSystemWatcher_1 * __this, ReadOnlySpan_1_Char_ relativePath, MethodInfo * method)); DO_APP_FUNC(0x02750980, void, FileSystemWatcher_1_NotifyInternalBufferOverflowEvent, (FileSystemWatcher_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02750AF0, void, FileSystemWatcher_1_NotifyRenameEventArgs, (FileSystemWatcher_1 * __this, WatcherChangeTypes__Enum action, ReadOnlySpan_1_Char_ name, ReadOnlySpan_1_Char_ oldName, MethodInfo * method)); DO_APP_FUNC(0x02750C50, FileSystemEventHandler *, FileSystemWatcher_1_GetHandler, (FileSystemWatcher_1 * __this, WatcherChangeTypes__Enum changeType, MethodInfo * method)); DO_APP_FUNC(0x02750C80, void, FileSystemWatcher_1_NotifyFileSystemEventArgs, (FileSystemWatcher_1 * __this, WatcherChangeTypes__Enum changeType, ReadOnlySpan_1_Char_ name, MethodInfo * method)); DO_APP_FUNC(0x02750E20, void, FileSystemWatcher_1_NotifyFileSystemEventArgs_1, (FileSystemWatcher_1 * __this, WatcherChangeTypes__Enum changeType, String * name, MethodInfo * method)); DO_APP_FUNC(0x02750F80, void, FileSystemWatcher_1_OnChanged, (FileSystemWatcher_1 * __this, FileSystemEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x02750F90, void, FileSystemWatcher_1_OnCreated, (FileSystemWatcher_1 * __this, FileSystemEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x02750FA0, void, FileSystemWatcher_1_OnDeleted, (FileSystemWatcher_1 * __this, FileSystemEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x02750FB0, void, FileSystemWatcher_1_InvokeOn, (FileSystemWatcher_1 * __this, FileSystemEventArgs * e, FileSystemEventHandler * handler, MethodInfo * method)); DO_APP_FUNC(0x02751110, void, FileSystemWatcher_1_OnError, (FileSystemWatcher_1 * __this, ErrorEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x02751270, void, FileSystemWatcher_1_OnRenamed, (FileSystemWatcher_1 * __this, RenamedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x027513D0, WaitForChangedResult, FileSystemWatcher_1_WaitForChanged, (FileSystemWatcher_1 * __this, WatcherChangeTypes__Enum changeType, MethodInfo * method)); DO_APP_FUNC(0x02751410, WaitForChangedResult, FileSystemWatcher_1_WaitForChanged_1, (FileSystemWatcher_1 * __this, WatcherChangeTypes__Enum changeType, int32_t timeout, MethodInfo * method)); DO_APP_FUNC(0x02752100, void, FileSystemWatcher_1_Restart, (FileSystemWatcher_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02752170, void, FileSystemWatcher_1_StartRaisingEventsIfNotDisposed, (FileSystemWatcher_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0B38, FileSystemWatcher_1_StartRaisingEventsIfNotDisposed__MethodInfo); DO_APP_FUNC(0x003B93D0, ISite *, FileSystemWatcher_1_get_Site, (FileSystemWatcher_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02752200, void, FileSystemWatcher_1_set_Site, (FileSystemWatcher_1 * __this, ISite * value, MethodInfo * method)); DO_APP_FUNC(0x003C7010, ISynchronizeInvoke *, FileSystemWatcher_1_get_SynchronizingObject, (FileSystemWatcher_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, FileSystemWatcher_1_set_SynchronizingObject, (FileSystemWatcher_1 * __this, ISynchronizeInvoke * value, MethodInfo * method)); DO_APP_FUNC(0x02752310, void, FileSystemWatcher_1_BeginInit, (FileSystemWatcher_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02752320, void, FileSystemWatcher_1_EndInit, (FileSystemWatcher_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02752350, bool, FileSystemWatcher_1_IsSuspended, (FileSystemWatcher_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x027523B0, void, FileSystemWatcher_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x027524A0, void, FileSystemWatcher_NormalizedFilterCollection__ctor, (FileSystemWatcher_NormalizedFilterCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x027525E0, void, FileSystemWatcher_NormalizedFilterCollection_InsertItem, (FileSystemWatcher_NormalizedFilterCollection * __this, int32_t index, String * item, MethodInfo * method)); DO_APP_FUNC(0x027526B0, void, FileSystemWatcher_NormalizedFilterCollection_SetItem, (FileSystemWatcher_NormalizedFilterCollection * __this, int32_t index, String * item, MethodInfo * method)); DO_APP_FUNC(0x02752780, String__Array *, FileSystemWatcher_NormalizedFilterCollection_GetFilters, (FileSystemWatcher_NormalizedFilterCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02752800, String *, FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList_get_Item, (FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0BA8, FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList_get_Item__MethodInfo); DO_APP_FUNC(0x02752880, void, FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList_set_Item, (FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList * __this, int32_t index, String * value, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList_get_Count, (FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList_get_IsReadOnly, (FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList * __this, MethodInfo * method)); DO_APP_FUNC(0x027529B0, void, FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList_Add, (FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList * __this, String * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB09E0, FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList_Add__MethodInfo); DO_APP_FUNC(0x02752A00, void, FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList_Clear, (FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList * __this, MethodInfo * method)); DO_APP_FUNC(0x02752A90, bool, FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList_Contains, (FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList * __this, String * item, MethodInfo * method)); DO_APP_FUNC(0x02752B50, void, FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList_CopyTo, (FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList * __this, String__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x02752B70, IEnumerator_1_System_String_ *, FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList_GetEnumerator, (FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList * __this, MethodInfo * method)); DO_APP_FUNC(0x02752BC0, int32_t, FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList_IndexOf, (FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList * __this, String * item, MethodInfo * method)); DO_APP_FUNC(0x02752C80, void, FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList_Insert, (FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList * __this, int32_t index, String * item, MethodInfo * method)); DO_APP_FUNC(0x02753110, bool, FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList_Remove, (FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList * __this, String * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0AC0, FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList_Remove__MethodInfo); DO_APP_FUNC(0x02753160, void, FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList_RemoveAt, (FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02752B70, IEnumerator *, FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList_System_Collections_IEnumerable_GetEnumerator, (FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList * __this, MethodInfo * method)); DO_APP_FUNC(0x027535A0, void, FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList__ctor, (FileSystemWatcher_NormalizedFilterCollection_ImmutableStringList * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FileSystemWatcher_c_DisplayClass73_0__ctor, (FileSystemWatcher_c_DisplayClass73_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02753630, void, FileSystemWatcher_c_DisplayClass73_0__WaitForChanged_b__0, (FileSystemWatcher_c_DisplayClass73_0 * __this, Object * s, FileSystemEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0AF0, FileSystemWatcher_c_DisplayClass73_0__WaitForChanged_b__0__MethodInfo); DO_APP_FUNC(0x02753740, void, FileSystemWatcher_c_DisplayClass73_0__WaitForChanged_b__1, (FileSystemWatcher_c_DisplayClass73_0 * __this, Object * s, RenamedEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0AF8, FileSystemWatcher_c_DisplayClass73_0__WaitForChanged_b__1__MethodInfo); DO_APP_FUNC(0x00895E30, uint32_t, _PrivateImplementationDetails__2_ComputeStringHash, (String * s, MethodInfo * method)); DO_APP_FUNC(0x02753850, void, CodeDomProvider__ctor, (CodeDomProvider * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0A88, CodeDomProvider__ctor__MethodInfo); DO_APP_FUNC(0x02753880, String *, CodeDomProvider_get_FileExtension, (CodeDomProvider * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0818, CodeDomProvider_get_FileExtension__MethodInfo); DO_APP_FUNC(0x027538B0, LanguageOptions__Enum, CodeDomProvider_get_LanguageOptions, (CodeDomProvider * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0808, CodeDomProvider_get_LanguageOptions__MethodInfo); DO_APP_FUNC(0x027538E0, CompilerResults *, CodeDomProvider_CompileAssemblyFromDom, (CodeDomProvider * __this, CompilerParameters * options, CodeCompileUnit__Array * compilationUnits, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0840, CodeDomProvider_CompileAssemblyFromDom__MethodInfo); DO_APP_FUNC(0x02753910, CompilerResults *, CodeDomProvider_CompileAssemblyFromFile, (CodeDomProvider * __this, CompilerParameters * options, String__Array * fileNames, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB07B0, CodeDomProvider_CompileAssemblyFromFile__MethodInfo); DO_APP_FUNC(0x02753940, CompilerResults *, CodeDomProvider_CompileAssemblyFromSource, (CodeDomProvider * __this, CompilerParameters * options, String__Array * sources, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB07E0, CodeDomProvider_CompileAssemblyFromSource__MethodInfo); DO_APP_FUNC(0x02753970, String *, CodeDomProvider_CreateEscapedIdentifier, (CodeDomProvider * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB07C8, CodeDomProvider_CreateEscapedIdentifier__MethodInfo); DO_APP_FUNC(0x027539A0, ICodeGenerator *, CodeDomProvider_CreateGenerator, (CodeDomProvider * __this, TextWriter * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0900, CodeDomProvider_CreateGenerator__MethodInfo); DO_APP_FUNC(0x027539D0, ICodeGenerator *, CodeDomProvider_CreateGenerator_1, (CodeDomProvider * __this, String * fileName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0948, CodeDomProvider_CreateGenerator_1__MethodInfo); DO_APP_FUNC(0x02753A00, ICodeParser *, CodeDomProvider_CreateParser, (CodeDomProvider * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB08B0, CodeDomProvider_CreateParser__MethodInfo); DO_APP_FUNC(0x02753A30, CodeDomProvider *, CodeDomProvider_CreateProvider, (String * language, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0898, CodeDomProvider_CreateProvider__MethodInfo); DO_APP_FUNC(0x02753A60, CodeDomProvider *, CodeDomProvider_CreateProvider_1, (String * language, IDictionary_2_System_String_System_String_ * providerOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB08C8, CodeDomProvider_CreateProvider_1__MethodInfo); DO_APP_FUNC(0x02753A90, String *, CodeDomProvider_CreateValidIdentifier, (CodeDomProvider * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0710, CodeDomProvider_CreateValidIdentifier__MethodInfo); DO_APP_FUNC(0x02753AC0, void, CodeDomProvider_GenerateCodeFromCompileUnit, (CodeDomProvider * __this, CodeCompileUnit * compileUnit, TextWriter * writer, CodeGeneratorOptions * options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0720, CodeDomProvider_GenerateCodeFromCompileUnit__MethodInfo); DO_APP_FUNC(0x02753AF0, void, CodeDomProvider_GenerateCodeFromExpression, (CodeDomProvider * __this, CodeExpression * expression, TextWriter * writer, CodeGeneratorOptions * options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0718, CodeDomProvider_GenerateCodeFromExpression__MethodInfo); DO_APP_FUNC(0x02753B20, void, CodeDomProvider_GenerateCodeFromMember, (CodeDomProvider * __this, CodeTypeMember * member, TextWriter * writer, CodeGeneratorOptions * options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB06D8, CodeDomProvider_GenerateCodeFromMember__MethodInfo); DO_APP_FUNC(0x02753B50, void, CodeDomProvider_GenerateCodeFromNamespace, (CodeDomProvider * __this, CodeNamespace * codeNamespace, TextWriter * writer, CodeGeneratorOptions * options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0700, CodeDomProvider_GenerateCodeFromNamespace__MethodInfo); DO_APP_FUNC(0x02753B80, void, CodeDomProvider_GenerateCodeFromStatement, (CodeDomProvider * __this, CodeStatement * statement, TextWriter * writer, CodeGeneratorOptions * options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0778, CodeDomProvider_GenerateCodeFromStatement__MethodInfo); DO_APP_FUNC(0x02753BB0, void, CodeDomProvider_GenerateCodeFromType, (CodeDomProvider * __this, CodeTypeDeclaration * codeType, TextWriter * writer, CodeGeneratorOptions * options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0770, CodeDomProvider_GenerateCodeFromType__MethodInfo); DO_APP_FUNC(0x02753BE0, CompilerInfo__Array *, CodeDomProvider_GetAllCompilerInfo, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0780, CodeDomProvider_GetAllCompilerInfo__MethodInfo); DO_APP_FUNC(0x02753C10, CompilerInfo *, CodeDomProvider_GetCompilerInfo, (String * language, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0738, CodeDomProvider_GetCompilerInfo__MethodInfo); DO_APP_FUNC(0x02753C40, TypeConverter *, CodeDomProvider_GetConverter, (CodeDomProvider * __this, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0758, CodeDomProvider_GetConverter__MethodInfo); DO_APP_FUNC(0x02753C70, String *, CodeDomProvider_GetLanguageFromExtension, (String * extension, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0748, CodeDomProvider_GetLanguageFromExtension__MethodInfo); DO_APP_FUNC(0x02753CA0, String *, CodeDomProvider_GetTypeOutput, (CodeDomProvider * __this, CodeTypeReference * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0688, CodeDomProvider_GetTypeOutput__MethodInfo); DO_APP_FUNC(0x02753CD0, bool, CodeDomProvider_IsDefinedExtension, (String * extension, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0690, CodeDomProvider_IsDefinedExtension__MethodInfo); DO_APP_FUNC(0x02753D00, bool, CodeDomProvider_IsDefinedLanguage, (String * language, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0670, CodeDomProvider_IsDefinedLanguage__MethodInfo); DO_APP_FUNC(0x02753D30, bool, CodeDomProvider_IsValidIdentifier, (CodeDomProvider * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0668, CodeDomProvider_IsValidIdentifier__MethodInfo); DO_APP_FUNC(0x02753D60, CodeCompileUnit *, CodeDomProvider_Parse, (CodeDomProvider * __this, TextReader * codeStream, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0678, CodeDomProvider_Parse__MethodInfo); DO_APP_FUNC(0x02753D90, bool, CodeDomProvider_Supports, (CodeDomProvider * __this, GeneratorSupport__Enum generatorSupport, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB06B8, CodeDomProvider_Supports__MethodInfo); DO_APP_FUNC(0x02753DC0, void, CompilerParameters__ctor, (CompilerParameters * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB06D0, CompilerParameters__ctor__MethodInfo); DO_APP_FUNC(0x02753DF0, void, CompilerParameters__ctor_1, (CompilerParameters * __this, String__Array * assemblyNames, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB06C8, CompilerParameters__ctor_1__MethodInfo); DO_APP_FUNC(0x02753E20, void, CompilerParameters__ctor_2, (CompilerParameters * __this, String__Array * assemblyNames, String * outputName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0698, CompilerParameters__ctor_2__MethodInfo); DO_APP_FUNC(0x02753E50, void, CompilerParameters__ctor_3, (CompilerParameters * __this, String__Array * assemblyNames, String * outputName, bool includeDebugInformation, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB06A8, CompilerParameters__ctor_3__MethodInfo); DO_APP_FUNC(0x02753E80, String *, CompilerParameters_get_CompilerOptions, (CompilerParameters * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0600, CompilerParameters_get_CompilerOptions__MethodInfo); DO_APP_FUNC(0x02753EB0, void, CompilerParameters_set_CompilerOptions, (CompilerParameters * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB05F0, CompilerParameters_set_CompilerOptions__MethodInfo); DO_APP_FUNC(0x02753EE0, String *, CompilerParameters_get_CoreAssemblyFileName, (CompilerParameters * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0608, CompilerParameters_get_CoreAssemblyFileName__MethodInfo); DO_APP_FUNC(0x02753F10, void, CompilerParameters_set_CoreAssemblyFileName, (CompilerParameters * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB05C0, CompilerParameters_set_CoreAssemblyFileName__MethodInfo); DO_APP_FUNC(0x02753F40, StringCollection *, CompilerParameters_get_EmbeddedResources, (CompilerParameters * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB05E0, CompilerParameters_get_EmbeddedResources__MethodInfo); DO_APP_FUNC(0x02753F70, Evidence *, CompilerParameters_get_Evidence, (CompilerParameters * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB05D0, CompilerParameters_get_Evidence__MethodInfo); DO_APP_FUNC(0x02753FA0, void, CompilerParameters_set_Evidence, (CompilerParameters * __this, Evidence * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0648, CompilerParameters_set_Evidence__MethodInfo); DO_APP_FUNC(0x02753FD0, bool, CompilerParameters_get_GenerateExecutable, (CompilerParameters * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0660, CompilerParameters_get_GenerateExecutable__MethodInfo); DO_APP_FUNC(0x02754000, void, CompilerParameters_set_GenerateExecutable, (CompilerParameters * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0620, CompilerParameters_set_GenerateExecutable__MethodInfo); DO_APP_FUNC(0x02754030, bool, CompilerParameters_get_GenerateInMemory, (CompilerParameters * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0618, CompilerParameters_get_GenerateInMemory__MethodInfo); DO_APP_FUNC(0x02754060, void, CompilerParameters_set_GenerateInMemory, (CompilerParameters * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0638, CompilerParameters_set_GenerateInMemory__MethodInfo); DO_APP_FUNC(0x02754090, bool, CompilerParameters_get_IncludeDebugInformation, (CompilerParameters * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0540, CompilerParameters_get_IncludeDebugInformation__MethodInfo); DO_APP_FUNC(0x027540C0, void, CompilerParameters_set_IncludeDebugInformation, (CompilerParameters * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0558, CompilerParameters_set_IncludeDebugInformation__MethodInfo); DO_APP_FUNC(0x027540F0, StringCollection *, CompilerParameters_get_LinkedResources, (CompilerParameters * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0550, CompilerParameters_get_LinkedResources__MethodInfo); DO_APP_FUNC(0x02754120, String *, CompilerParameters_get_MainClass, (CompilerParameters * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0510, CompilerParameters_get_MainClass__MethodInfo); DO_APP_FUNC(0x02754150, void, CompilerParameters_set_MainClass, (CompilerParameters * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0530, CompilerParameters_set_MainClass__MethodInfo); DO_APP_FUNC(0x02754180, String *, CompilerParameters_get_OutputAssembly, (CompilerParameters * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0598, CompilerParameters_get_OutputAssembly__MethodInfo); DO_APP_FUNC(0x027541B0, void, CompilerParameters_set_OutputAssembly, (CompilerParameters * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0590, CompilerParameters_set_OutputAssembly__MethodInfo); DO_APP_FUNC(0x027541E0, StringCollection *, CompilerParameters_get_ReferencedAssemblies, (CompilerParameters * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB05A8, CompilerParameters_get_ReferencedAssemblies__MethodInfo); DO_APP_FUNC(0x02754210, TempFileCollection *, CompilerParameters_get_TempFiles, (CompilerParameters * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0568, CompilerParameters_get_TempFiles__MethodInfo); DO_APP_FUNC(0x02754240, void, CompilerParameters_set_TempFiles, (CompilerParameters * __this, TempFileCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0588, CompilerParameters_set_TempFiles__MethodInfo); DO_APP_FUNC(0x02754270, bool, CompilerParameters_get_TreatWarningsAsErrors, (CompilerParameters * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0578, CompilerParameters_get_TreatWarningsAsErrors__MethodInfo); DO_APP_FUNC(0x027542A0, void, CompilerParameters_set_TreatWarningsAsErrors, (CompilerParameters * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB04B8, CompilerParameters_set_TreatWarningsAsErrors__MethodInfo); DO_APP_FUNC(0x027542D0, void *, CompilerParameters_get_UserToken, (CompilerParameters * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB04C8, CompilerParameters_get_UserToken__MethodInfo); DO_APP_FUNC(0x02754300, void, CompilerParameters_set_UserToken, (CompilerParameters * __this, void * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB04A0, CompilerParameters_set_UserToken__MethodInfo); DO_APP_FUNC(0x02754330, int32_t, CompilerParameters_get_WarningLevel, (CompilerParameters * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0498, CompilerParameters_get_WarningLevel__MethodInfo); DO_APP_FUNC(0x02754360, void, CompilerParameters_set_WarningLevel, (CompilerParameters * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB04B0, CompilerParameters_set_WarningLevel__MethodInfo); DO_APP_FUNC(0x02754390, String *, CompilerParameters_get_Win32Resource, (CompilerParameters * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB04F8, CompilerParameters_get_Win32Resource__MethodInfo); DO_APP_FUNC(0x027543C0, void, CompilerParameters_set_Win32Resource, (CompilerParameters * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0508, CompilerParameters_set_Win32Resource__MethodInfo); DO_APP_FUNC(0x027543F0, void, TempFileCollection__ctor, (TempFileCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0500, TempFileCollection__ctor__MethodInfo); DO_APP_FUNC(0x02754420, void, TempFileCollection__ctor_1, (TempFileCollection * __this, String * tempDir, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB04D0, TempFileCollection__ctor_1__MethodInfo); DO_APP_FUNC(0x02754450, void, TempFileCollection__ctor_2, (TempFileCollection * __this, String * tempDir, bool keepFiles, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB04E8, TempFileCollection__ctor_2__MethodInfo); DO_APP_FUNC(0x02754480, String *, TempFileCollection_get_BasePath, (TempFileCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0400, TempFileCollection_get_BasePath__MethodInfo); DO_APP_FUNC(0x027544B0, int32_t, TempFileCollection_get_Count, (TempFileCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB03F0, TempFileCollection_get_Count__MethodInfo); DO_APP_FUNC(0x027544E0, bool, TempFileCollection_get_KeepFiles, (TempFileCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0410, TempFileCollection_get_KeepFiles__MethodInfo); DO_APP_FUNC(0x02754510, void, TempFileCollection_set_KeepFiles, (TempFileCollection * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB03C0, TempFileCollection_set_KeepFiles__MethodInfo); DO_APP_FUNC(0x02754540, int32_t, TempFileCollection_System_Collections_ICollection_get_Count, (TempFileCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB03D8, TempFileCollection_System_Collections_ICollection_get_Count__MethodInfo); DO_APP_FUNC(0x02754570, bool, TempFileCollection_System_Collections_ICollection_get_IsSynchronized, (TempFileCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB03C8, TempFileCollection_System_Collections_ICollection_get_IsSynchronized__MethodInfo); DO_APP_FUNC(0x027545A0, Object *, TempFileCollection_System_Collections_ICollection_get_SyncRoot, (TempFileCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0460, TempFileCollection_System_Collections_ICollection_get_SyncRoot__MethodInfo); DO_APP_FUNC(0x027545D0, String *, TempFileCollection_get_TempDir, (TempFileCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0490, TempFileCollection_get_TempDir__MethodInfo); DO_APP_FUNC(0x02754600, String *, TempFileCollection_AddExtension, (TempFileCollection * __this, String * fileExtension, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0438, TempFileCollection_AddExtension__MethodInfo); DO_APP_FUNC(0x02754630, String *, TempFileCollection_AddExtension_1, (TempFileCollection * __this, String * fileExtension, bool keepFile, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0428, TempFileCollection_AddExtension_1__MethodInfo); DO_APP_FUNC(0x02754660, void, TempFileCollection_AddFile, (TempFileCollection * __this, String * fileName, bool keepFile, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0440, TempFileCollection_AddFile__MethodInfo); DO_APP_FUNC(0x02754690, void, TempFileCollection_CopyTo, (TempFileCollection * __this, String__Array * fileNames, int32_t start, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0300, TempFileCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x027546C0, void, TempFileCollection_Delete, (TempFileCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0318, TempFileCollection_Delete__MethodInfo); DO_APP_FUNC(0x027546F0, void, TempFileCollection_Dispose, (TempFileCollection * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0308, TempFileCollection_Dispose__MethodInfo); DO_APP_FUNC(0x02754720, IEnumerator *, TempFileCollection_GetEnumerator, (TempFileCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0298, TempFileCollection_GetEnumerator__MethodInfo); DO_APP_FUNC(0x02754750, void, TempFileCollection_System_Collections_ICollection_CopyTo, (TempFileCollection * __this, Array * array, int32_t start, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB02D8, TempFileCollection_System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x02754780, IEnumerator *, TempFileCollection_System_Collections_IEnumerable_GetEnumerator, (TempFileCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0388, TempFileCollection_System_Collections_IEnumerable_GetEnumerator__MethodInfo); DO_APP_FUNC(0x027547B0, void, TempFileCollection_System_IDisposable_Dispose, (TempFileCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0378, TempFileCollection_System_IDisposable_Dispose__MethodInfo); DO_APP_FUNC(0x027547E0, void, CompilerResults__ctor, (CompilerResults * __this, TempFileCollection * tempFiles, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB03A0, CompilerResults__ctor__MethodInfo); DO_APP_FUNC(0x02754810, Assembly *, CompilerResults_get_CompiledAssembly, (CompilerResults * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0338, CompilerResults_get_CompiledAssembly__MethodInfo); DO_APP_FUNC(0x02754840, void, CompilerResults_set_CompiledAssembly, (CompilerResults * __this, Assembly * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0358, CompilerResults_set_CompiledAssembly__MethodInfo); DO_APP_FUNC(0x02754870, CompilerErrorCollection *, CompilerResults_get_Errors, (CompilerResults * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0340, CompilerResults_get_Errors__MethodInfo); DO_APP_FUNC(0x027548A0, Evidence *, CompilerResults_get_Evidence, (CompilerResults * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB01C8, CompilerResults_get_Evidence__MethodInfo); DO_APP_FUNC(0x027548D0, void, CompilerResults_set_Evidence, (CompilerResults * __this, Evidence * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0208, CompilerResults_set_Evidence__MethodInfo); DO_APP_FUNC(0x02754900, int32_t, CompilerResults_get_NativeCompilerReturnValue, (CompilerResults * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0188, CompilerResults_get_NativeCompilerReturnValue__MethodInfo); DO_APP_FUNC(0x02754930, void, CompilerResults_set_NativeCompilerReturnValue, (CompilerResults * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0178, CompilerResults_set_NativeCompilerReturnValue__MethodInfo); DO_APP_FUNC(0x02754960, StringCollection *, CompilerResults_get_Output, (CompilerResults * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB01A0, CompilerResults_get_Output__MethodInfo); DO_APP_FUNC(0x02754990, String *, CompilerResults_get_PathToAssembly, (CompilerResults * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0268, CompilerResults_get_PathToAssembly__MethodInfo); DO_APP_FUNC(0x027549C0, void, CompilerResults_set_PathToAssembly, (CompilerResults * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0278, CompilerResults_set_PathToAssembly__MethodInfo); DO_APP_FUNC(0x027549F0, TempFileCollection *, CompilerResults_get_TempFiles, (CompilerResults * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0270, CompilerResults_get_TempFiles__MethodInfo); DO_APP_FUNC(0x02754A20, void, CompilerResults_set_TempFiles, (CompilerResults * __this, TempFileCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0218, CompilerResults_set_TempFiles__MethodInfo); DO_APP_FUNC(0x02754A50, void, CompilerErrorCollection__ctor, (CompilerErrorCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0248, CompilerErrorCollection__ctor__MethodInfo); DO_APP_FUNC(0x02754A80, void, CompilerErrorCollection__ctor_1, (CompilerErrorCollection * __this, CompilerErrorCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB00E8, CompilerErrorCollection__ctor_1__MethodInfo); DO_APP_FUNC(0x02754AB0, void, CompilerErrorCollection__ctor_2, (CompilerErrorCollection * __this, CompilerError__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB00E0, CompilerErrorCollection__ctor_2__MethodInfo); DO_APP_FUNC(0x02754AE0, bool, CompilerErrorCollection_get_HasErrors, (CompilerErrorCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB00F8, CompilerErrorCollection_get_HasErrors__MethodInfo); DO_APP_FUNC(0x02754B10, bool, CompilerErrorCollection_get_HasWarnings, (CompilerErrorCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB00A8, CompilerErrorCollection_get_HasWarnings__MethodInfo); DO_APP_FUNC(0x02754B40, CompilerError *, CompilerErrorCollection_get_Item, (CompilerErrorCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB00D0, CompilerErrorCollection_get_Item__MethodInfo); DO_APP_FUNC(0x02754B70, void, CompilerErrorCollection_set_Item, (CompilerErrorCollection * __this, int32_t index, CompilerError * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB00B8, CompilerErrorCollection_set_Item__MethodInfo); DO_APP_FUNC(0x02754BA0, int32_t, CompilerErrorCollection_Add, (CompilerErrorCollection * __this, CompilerError * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0140, CompilerErrorCollection_Add__MethodInfo); DO_APP_FUNC(0x02754BD0, void, CompilerErrorCollection_AddRange, (CompilerErrorCollection * __this, CompilerErrorCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0170, CompilerErrorCollection_AddRange__MethodInfo); DO_APP_FUNC(0x02754C00, void, CompilerErrorCollection_AddRange_1, (CompilerErrorCollection * __this, CompilerError__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0118, CompilerErrorCollection_AddRange_1__MethodInfo); DO_APP_FUNC(0x02754C30, bool, CompilerErrorCollection_Contains, (CompilerErrorCollection * __this, CompilerError * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0108, CompilerErrorCollection_Contains__MethodInfo); DO_APP_FUNC(0x02754C60, void, CompilerErrorCollection_CopyTo, (CompilerErrorCollection * __this, CompilerError__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0130, CompilerErrorCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x02754C90, int32_t, CompilerErrorCollection_IndexOf, (CompilerErrorCollection * __this, CompilerError * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFFC8, CompilerErrorCollection_IndexOf__MethodInfo); DO_APP_FUNC(0x02754CC0, void, CompilerErrorCollection_Insert, (CompilerErrorCollection * __this, int32_t index, CompilerError * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFFE8, CompilerErrorCollection_Insert__MethodInfo); DO_APP_FUNC(0x02754CF0, void, CompilerErrorCollection_Remove, (CompilerErrorCollection * __this, CompilerError * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFFD0, CompilerErrorCollection_Remove__MethodInfo); DO_APP_FUNC(0x02754D20, void, CompilerError__ctor, (CompilerError * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFF60, CompilerError__ctor__MethodInfo); DO_APP_FUNC(0x02754D50, void, CompilerError__ctor_1, (CompilerError * __this, String * fileName, int32_t line, int32_t column, String * errorNumber, String * errorText, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFF90, CompilerError__ctor_1__MethodInfo); DO_APP_FUNC(0x02754D80, int32_t, CompilerError_get_Column, (CompilerError * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0068, CompilerError_get_Column__MethodInfo); DO_APP_FUNC(0x02754DB0, void, CompilerError_set_Column, (CompilerError * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0058, CompilerError_set_Column__MethodInfo); DO_APP_FUNC(0x02754DE0, String *, CompilerError_get_ErrorNumber, (CompilerError * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0078, CompilerError_get_ErrorNumber__MethodInfo); DO_APP_FUNC(0x02754E10, void, CompilerError_set_ErrorNumber, (CompilerError * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0010, CompilerError_set_ErrorNumber__MethodInfo); DO_APP_FUNC(0x02754E40, String *, CompilerError_get_ErrorText, (CompilerError * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0040, CompilerError_get_ErrorText__MethodInfo); DO_APP_FUNC(0x02754E70, void, CompilerError_set_ErrorText, (CompilerError * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0030, CompilerError_set_ErrorText__MethodInfo); DO_APP_FUNC(0x02754EA0, String *, CompilerError_get_FileName, (CompilerError * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFEB0, CompilerError_get_FileName__MethodInfo); DO_APP_FUNC(0x02754ED0, void, CompilerError_set_FileName, (CompilerError * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFED8, CompilerError_set_FileName__MethodInfo); DO_APP_FUNC(0x02754F00, bool, CompilerError_get_IsWarning, (CompilerError * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFE80, CompilerError_get_IsWarning__MethodInfo); DO_APP_FUNC(0x02754F30, void, CompilerError_set_IsWarning, (CompilerError * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFE78, CompilerError_set_IsWarning__MethodInfo); DO_APP_FUNC(0x02754F60, int32_t, CompilerError_get_Line, (CompilerError * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFEA0, CompilerError_get_Line__MethodInfo); DO_APP_FUNC(0x02754F90, void, CompilerError_set_Line, (CompilerError * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFF20, CompilerError_set_Line__MethodInfo); DO_APP_FUNC(0x02754FC0, void, CodeGeneratorOptions__ctor, (CodeGeneratorOptions * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFF50, CodeGeneratorOptions__ctor__MethodInfo); DO_APP_FUNC(0x02754FF0, bool, CodeGeneratorOptions_get_BlankLinesBetweenMembers, (CodeGeneratorOptions * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFF40, CodeGeneratorOptions_get_BlankLinesBetweenMembers__MethodInfo); DO_APP_FUNC(0x02755020, void, CodeGeneratorOptions_set_BlankLinesBetweenMembers, (CodeGeneratorOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFEE8, CodeGeneratorOptions_set_BlankLinesBetweenMembers__MethodInfo); DO_APP_FUNC(0x02755050, String *, CodeGeneratorOptions_get_BracingStyle, (CodeGeneratorOptions * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFF18, CodeGeneratorOptions_get_BracingStyle__MethodInfo); DO_APP_FUNC(0x02755080, void, CodeGeneratorOptions_set_BracingStyle, (CodeGeneratorOptions * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFD88, CodeGeneratorOptions_set_BracingStyle__MethodInfo); DO_APP_FUNC(0x027550B0, bool, CodeGeneratorOptions_get_ElseOnClosing, (CodeGeneratorOptions * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFD80, CodeGeneratorOptions_get_ElseOnClosing__MethodInfo); DO_APP_FUNC(0x027550E0, void, CodeGeneratorOptions_set_ElseOnClosing, (CodeGeneratorOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFDA0, CodeGeneratorOptions_set_ElseOnClosing__MethodInfo); DO_APP_FUNC(0x02755110, String *, CodeGeneratorOptions_get_IndentString, (CodeGeneratorOptions * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFD40, CodeGeneratorOptions_get_IndentString__MethodInfo); DO_APP_FUNC(0x02755140, void, CodeGeneratorOptions_set_IndentString, (CodeGeneratorOptions * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFD68, CodeGeneratorOptions_set_IndentString__MethodInfo); DO_APP_FUNC(0x02755170, Object *, CodeGeneratorOptions_get_Item, (CodeGeneratorOptions * __this, String * index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFD58, CodeGeneratorOptions_get_Item__MethodInfo); DO_APP_FUNC(0x027551A0, void, CodeGeneratorOptions_set_Item, (CodeGeneratorOptions * __this, String * index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFE20, CodeGeneratorOptions_set_Item__MethodInfo); DO_APP_FUNC(0x027551D0, bool, CodeGeneratorOptions_get_VerbatimOrder, (CodeGeneratorOptions * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFE70, CodeGeneratorOptions_get_VerbatimOrder__MethodInfo); DO_APP_FUNC(0x02755200, void, CodeGeneratorOptions_set_VerbatimOrder, (CodeGeneratorOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFDE0, CodeGeneratorOptions_set_VerbatimOrder__MethodInfo); DO_APP_FUNC(0x02755230, void, CodeExpression__ctor, (CodeExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFDC8, CodeExpression__ctor__MethodInfo); DO_APP_FUNC(0x02755260, void, CodeObject__ctor, (CodeObject * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFE00, CodeObject__ctor__MethodInfo); DO_APP_FUNC(0x02755290, IDictionary *, CodeObject_get_UserData, (CodeObject * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFC98, CodeObject_get_UserData__MethodInfo); DO_APP_FUNC(0x027552C0, void, CodeNamespace__ctor, (CodeNamespace * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFCA8, CodeNamespace__ctor__MethodInfo); DO_APP_FUNC(0x027552F0, void, CodeNamespace__ctor_1, (CodeNamespace * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFCA0, CodeNamespace__ctor_1__MethodInfo); DO_APP_FUNC(0x02755320, CodeCommentStatementCollection *, CodeNamespace_get_Comments, (CodeNamespace * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFC70, CodeNamespace_get_Comments__MethodInfo); DO_APP_FUNC(0x02755350, CodeNamespaceImportCollection *, CodeNamespace_get_Imports, (CodeNamespace * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFC88, CodeNamespace_get_Imports__MethodInfo); DO_APP_FUNC(0x02755380, String *, CodeNamespace_get_Name, (CodeNamespace * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFD00, CodeNamespace_get_Name__MethodInfo); DO_APP_FUNC(0x027553B0, void, CodeNamespace_set_Name, (CodeNamespace * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFCF0, CodeNamespace_set_Name__MethodInfo); DO_APP_FUNC(0x027553E0, CodeTypeDeclarationCollection *, CodeNamespace_get_Types, (CodeNamespace * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFD10, CodeNamespace_get_Types__MethodInfo); DO_APP_FUNC(0x02755410, void, CodeNamespace_add_PopulateComments, (CodeNamespace * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFCB0, CodeNamespace_add_PopulateComments__MethodInfo); DO_APP_FUNC(0x02755440, void, CodeNamespace_remove_PopulateComments, (CodeNamespace * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFCC8, CodeNamespace_remove_PopulateComments__MethodInfo); DO_APP_FUNC(0x02755470, void, CodeNamespace_add_PopulateImports, (CodeNamespace * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFCC0, CodeNamespace_add_PopulateImports__MethodInfo); DO_APP_FUNC(0x027554A0, void, CodeNamespace_remove_PopulateImports, (CodeNamespace * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFBB8, CodeNamespace_remove_PopulateImports__MethodInfo); DO_APP_FUNC(0x027554D0, void, CodeNamespace_add_PopulateTypes, (CodeNamespace * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFBE8, CodeNamespace_add_PopulateTypes__MethodInfo); DO_APP_FUNC(0x02755500, void, CodeNamespace_remove_PopulateTypes, (CodeNamespace * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFB78, CodeNamespace_remove_PopulateTypes__MethodInfo); DO_APP_FUNC(0x02755530, void, CodeCommentStatementCollection__ctor, (CodeCommentStatementCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFB68, CodeCommentStatementCollection__ctor__MethodInfo); DO_APP_FUNC(0x02755560, void, CodeCommentStatementCollection__ctor_1, (CodeCommentStatementCollection * __this, CodeCommentStatementCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFB90, CodeCommentStatementCollection__ctor_1__MethodInfo); DO_APP_FUNC(0x02755590, void, CodeCommentStatementCollection__ctor_2, (CodeCommentStatementCollection * __this, CodeCommentStatement__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFC30, CodeCommentStatementCollection__ctor_2__MethodInfo); DO_APP_FUNC(0x027555C0, CodeCommentStatement *, CodeCommentStatementCollection_get_Item, (CodeCommentStatementCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFC60, CodeCommentStatementCollection_get_Item__MethodInfo); DO_APP_FUNC(0x027555F0, void, CodeCommentStatementCollection_set_Item, (CodeCommentStatementCollection * __this, int32_t index, CodeCommentStatement * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFC48, CodeCommentStatementCollection_set_Item__MethodInfo); DO_APP_FUNC(0x02755620, int32_t, CodeCommentStatementCollection_Add, (CodeCommentStatementCollection * __this, CodeCommentStatement * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFBF0, CodeCommentStatementCollection_Add__MethodInfo); DO_APP_FUNC(0x02755650, void, CodeCommentStatementCollection_AddRange, (CodeCommentStatementCollection * __this, CodeCommentStatementCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFC10, CodeCommentStatementCollection_AddRange__MethodInfo); DO_APP_FUNC(0x02755680, void, CodeCommentStatementCollection_AddRange_1, (CodeCommentStatementCollection * __this, CodeCommentStatement__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFAD0, CodeCommentStatementCollection_AddRange_1__MethodInfo); DO_APP_FUNC(0x027556B0, bool, CodeCommentStatementCollection_Contains, (CodeCommentStatementCollection * __this, CodeCommentStatement * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFAC0, CodeCommentStatementCollection_Contains__MethodInfo); DO_APP_FUNC(0x027556E0, void, CodeCommentStatementCollection_CopyTo, (CodeCommentStatementCollection * __this, CodeCommentStatement__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFAD8, CodeCommentStatementCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x02755710, int32_t, CodeCommentStatementCollection_IndexOf, (CodeCommentStatementCollection * __this, CodeCommentStatement * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFA90, CodeCommentStatementCollection_IndexOf__MethodInfo); DO_APP_FUNC(0x02755740, void, CodeCommentStatementCollection_Insert, (CodeCommentStatementCollection * __this, int32_t index, CodeCommentStatement * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFAA8, CodeCommentStatementCollection_Insert__MethodInfo); DO_APP_FUNC(0x02755770, void, CodeCommentStatementCollection_Remove, (CodeCommentStatementCollection * __this, CodeCommentStatement * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFAA0, CodeCommentStatementCollection_Remove__MethodInfo); DO_APP_FUNC(0x027557A0, void, CodeCommentStatement__ctor, (CodeCommentStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFB28, CodeCommentStatement__ctor__MethodInfo); DO_APP_FUNC(0x027557D0, void, CodeCommentStatement__ctor_1, (CodeCommentStatement * __this, CodeComment * comment, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFB50, CodeCommentStatement__ctor_1__MethodInfo); DO_APP_FUNC(0x02755800, void, CodeCommentStatement__ctor_2, (CodeCommentStatement * __this, String * text, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFAF0, CodeCommentStatement__ctor_2__MethodInfo); DO_APP_FUNC(0x02755830, void, CodeCommentStatement__ctor_3, (CodeCommentStatement * __this, String * text, bool docComment, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFAE0, CodeCommentStatement__ctor_3__MethodInfo); DO_APP_FUNC(0x02755860, CodeComment *, CodeCommentStatement_get_Comment, (CodeCommentStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFB08, CodeCommentStatement_get_Comment__MethodInfo); DO_APP_FUNC(0x02755890, void, CodeCommentStatement_set_Comment, (CodeCommentStatement * __this, CodeComment * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF9E8, CodeCommentStatement_set_Comment__MethodInfo); DO_APP_FUNC(0x027558C0, void, CodeStatement__ctor, (CodeStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFA08, CodeStatement__ctor__MethodInfo); DO_APP_FUNC(0x027558F0, CodeDirectiveCollection *, CodeStatement_get_EndDirectives, (CodeStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFA00, CodeStatement_get_EndDirectives__MethodInfo); DO_APP_FUNC(0x02755920, CodeLinePragma *, CodeStatement_get_LinePragma, (CodeStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF9A0, CodeStatement_get_LinePragma__MethodInfo); DO_APP_FUNC(0x02755950, void, CodeStatement_set_LinePragma, (CodeStatement * __this, CodeLinePragma * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF9C0, CodeStatement_set_LinePragma__MethodInfo); DO_APP_FUNC(0x02755980, CodeDirectiveCollection *, CodeStatement_get_StartDirectives, (CodeStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFA48, CodeStatement_get_StartDirectives__MethodInfo); DO_APP_FUNC(0x027559B0, void, CodeDirectiveCollection__ctor, (CodeDirectiveCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFA40, CodeDirectiveCollection__ctor__MethodInfo); DO_APP_FUNC(0x027559E0, void, CodeDirectiveCollection__ctor_1, (CodeDirectiveCollection * __this, CodeDirectiveCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFA58, CodeDirectiveCollection__ctor_1__MethodInfo); DO_APP_FUNC(0x02755A10, void, CodeDirectiveCollection__ctor_2, (CodeDirectiveCollection * __this, CodeDirective__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFA20, CodeDirectiveCollection__ctor_2__MethodInfo); DO_APP_FUNC(0x02755A40, CodeDirective *, CodeDirectiveCollection_get_Item, (CodeDirectiveCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFA38, CodeDirectiveCollection_get_Item__MethodInfo); DO_APP_FUNC(0x02755A70, void, CodeDirectiveCollection_set_Item, (CodeDirectiveCollection * __this, int32_t index, CodeDirective * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFA28, CodeDirectiveCollection_set_Item__MethodInfo); DO_APP_FUNC(0x02755AA0, int32_t, CodeDirectiveCollection_Add, (CodeDirectiveCollection * __this, CodeDirective * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF8E0, CodeDirectiveCollection_Add__MethodInfo); DO_APP_FUNC(0x02755AD0, void, CodeDirectiveCollection_AddRange, (CodeDirectiveCollection * __this, CodeDirectiveCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF910, CodeDirectiveCollection_AddRange__MethodInfo); DO_APP_FUNC(0x02755B00, void, CodeDirectiveCollection_AddRange_1, (CodeDirectiveCollection * __this, CodeDirective__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF8B0, CodeDirectiveCollection_AddRange_1__MethodInfo); DO_APP_FUNC(0x02755B30, bool, CodeDirectiveCollection_Contains, (CodeDirectiveCollection * __this, CodeDirective * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF8A0, CodeDirectiveCollection_Contains__MethodInfo); DO_APP_FUNC(0x02755B60, void, CodeDirectiveCollection_CopyTo, (CodeDirectiveCollection * __this, CodeDirective__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF8D0, CodeDirectiveCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x02755B90, int32_t, CodeDirectiveCollection_IndexOf, (CodeDirectiveCollection * __this, CodeDirective * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF970, CodeDirectiveCollection_IndexOf__MethodInfo); DO_APP_FUNC(0x02755BC0, void, CodeDirectiveCollection_Insert, (CodeDirectiveCollection * __this, int32_t index, CodeDirective * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF990, CodeDirectiveCollection_Insert__MethodInfo); DO_APP_FUNC(0x02755BF0, void, CodeDirectiveCollection_Remove, (CodeDirectiveCollection * __this, CodeDirective * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF980, CodeDirectiveCollection_Remove__MethodInfo); DO_APP_FUNC(0x02755C20, void, CodeDirective__ctor, (CodeDirective * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF920, CodeDirective__ctor__MethodInfo); DO_APP_FUNC(0x02755C50, void, CodeLinePragma__ctor, (CodeLinePragma * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF950, CodeLinePragma__ctor__MethodInfo); DO_APP_FUNC(0x02755C80, void, CodeLinePragma__ctor_1, (CodeLinePragma * __this, String * fileName, int32_t lineNumber, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF828, CodeLinePragma__ctor_1__MethodInfo); DO_APP_FUNC(0x02755CB0, String *, CodeLinePragma_get_FileName, (CodeLinePragma * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF820, CodeLinePragma_get_FileName__MethodInfo); DO_APP_FUNC(0x02755CE0, void, CodeLinePragma_set_FileName, (CodeLinePragma * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF830, CodeLinePragma_set_FileName__MethodInfo); DO_APP_FUNC(0x02755D10, int32_t, CodeLinePragma_get_LineNumber, (CodeLinePragma * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF7F8, CodeLinePragma_get_LineNumber__MethodInfo); DO_APP_FUNC(0x02755D40, void, CodeLinePragma_set_LineNumber, (CodeLinePragma * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF818, CodeLinePragma_set_LineNumber__MethodInfo); DO_APP_FUNC(0x02755D70, void, CodeComment__ctor, (CodeComment * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF808, CodeComment__ctor__MethodInfo); DO_APP_FUNC(0x02755DA0, void, CodeComment__ctor_1, (CodeComment * __this, String * text, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF860, CodeComment__ctor_1__MethodInfo); DO_APP_FUNC(0x02755DD0, void, CodeComment__ctor_2, (CodeComment * __this, String * text, bool docComment, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF888, CodeComment__ctor_2__MethodInfo); DO_APP_FUNC(0x02755E00, bool, CodeComment_get_DocComment, (CodeComment * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF840, CodeComment_get_DocComment__MethodInfo); DO_APP_FUNC(0x02755E30, void, CodeComment_set_DocComment, (CodeComment * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF838, CodeComment_set_DocComment__MethodInfo); DO_APP_FUNC(0x02755E60, String *, CodeComment_get_Text, (CodeComment * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF850, CodeComment_get_Text__MethodInfo); DO_APP_FUNC(0x02755E90, void, CodeComment_set_Text, (CodeComment * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF6C8, CodeComment_set_Text__MethodInfo); DO_APP_FUNC(0x02755EC0, void, CodeNamespaceImportCollection__ctor, (CodeNamespaceImportCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF700, CodeNamespaceImportCollection__ctor__MethodInfo); DO_APP_FUNC(0x02755EF0, int32_t, CodeNamespaceImportCollection_get_Count, (CodeNamespaceImportCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF6E8, CodeNamespaceImportCollection_get_Count__MethodInfo); DO_APP_FUNC(0x02755F20, CodeNamespaceImport *, CodeNamespaceImportCollection_get_Item, (CodeNamespaceImportCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF660, CodeNamespaceImportCollection_get_Item__MethodInfo); DO_APP_FUNC(0x02755F50, void, CodeNamespaceImportCollection_set_Item, (CodeNamespaceImportCollection * __this, int32_t index, CodeNamespaceImport * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF6A0, CodeNamespaceImportCollection_set_Item__MethodInfo); DO_APP_FUNC(0x02755F80, int32_t, CodeNamespaceImportCollection_System_Collections_ICollection_get_Count, (CodeNamespaceImportCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF7B0, CodeNamespaceImportCollection_System_Collections_ICollection_get_Count__MethodInfo); DO_APP_FUNC(0x02755FB0, bool, CodeNamespaceImportCollection_System_Collections_ICollection_get_IsSynchronized, (CodeNamespaceImportCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF7A0, CodeNamespaceImportCollection_System_Collections_ICollection_get_IsSynchronized__MethodInfo); DO_APP_FUNC(0x02755FE0, Object *, CodeNamespaceImportCollection_System_Collections_ICollection_get_SyncRoot, (CodeNamespaceImportCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF7D0, CodeNamespaceImportCollection_System_Collections_ICollection_get_SyncRoot__MethodInfo); DO_APP_FUNC(0x02756010, bool, CodeNamespaceImportCollection_System_Collections_IList_get_IsFixedSize, (CodeNamespaceImportCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF758, CodeNamespaceImportCollection_System_Collections_IList_get_IsFixedSize__MethodInfo); DO_APP_FUNC(0x02756040, bool, CodeNamespaceImportCollection_System_Collections_IList_get_IsReadOnly, (CodeNamespaceImportCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF788, CodeNamespaceImportCollection_System_Collections_IList_get_IsReadOnly__MethodInfo); DO_APP_FUNC(0x02756070, Object *, CodeNamespaceImportCollection_System_Collections_IList_get_Item, (CodeNamespaceImportCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF778, CodeNamespaceImportCollection_System_Collections_IList_get_Item__MethodInfo); DO_APP_FUNC(0x027560A0, void, CodeNamespaceImportCollection_System_Collections_IList_set_Item, (CodeNamespaceImportCollection * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF590, CodeNamespaceImportCollection_System_Collections_IList_set_Item__MethodInfo); DO_APP_FUNC(0x027560D0, void, CodeNamespaceImportCollection_Add, (CodeNamespaceImportCollection * __this, CodeNamespaceImport * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF5D0, CodeNamespaceImportCollection_Add__MethodInfo); DO_APP_FUNC(0x02756100, void, CodeNamespaceImportCollection_AddRange, (CodeNamespaceImportCollection * __this, CodeNamespaceImport__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF550, CodeNamespaceImportCollection_AddRange__MethodInfo); DO_APP_FUNC(0x02756130, void, CodeNamespaceImportCollection_Clear, (CodeNamespaceImportCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF540, CodeNamespaceImportCollection_Clear__MethodInfo); DO_APP_FUNC(0x02756160, IEnumerator *, CodeNamespaceImportCollection_GetEnumerator, (CodeNamespaceImportCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF568, CodeNamespaceImportCollection_GetEnumerator__MethodInfo); DO_APP_FUNC(0x02756190, void, CodeNamespaceImportCollection_System_Collections_ICollection_CopyTo, (CodeNamespaceImportCollection * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF628, CodeNamespaceImportCollection_System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x027561C0, IEnumerator *, CodeNamespaceImportCollection_System_Collections_IEnumerable_GetEnumerator, (CodeNamespaceImportCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF648, CodeNamespaceImportCollection_System_Collections_IEnumerable_GetEnumerator__MethodInfo); DO_APP_FUNC(0x027561F0, int32_t, CodeNamespaceImportCollection_System_Collections_IList_Add, (CodeNamespaceImportCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF638, CodeNamespaceImportCollection_System_Collections_IList_Add__MethodInfo); DO_APP_FUNC(0x02756220, void, CodeNamespaceImportCollection_System_Collections_IList_Clear, (CodeNamespaceImportCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF5D8, CodeNamespaceImportCollection_System_Collections_IList_Clear__MethodInfo); DO_APP_FUNC(0x02756250, bool, CodeNamespaceImportCollection_System_Collections_IList_Contains, (CodeNamespaceImportCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF610, CodeNamespaceImportCollection_System_Collections_IList_Contains__MethodInfo); DO_APP_FUNC(0x02756280, int32_t, CodeNamespaceImportCollection_System_Collections_IList_IndexOf, (CodeNamespaceImportCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF468, CodeNamespaceImportCollection_System_Collections_IList_IndexOf__MethodInfo); DO_APP_FUNC(0x027562B0, void, CodeNamespaceImportCollection_System_Collections_IList_Insert, (CodeNamespaceImportCollection * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF460, CodeNamespaceImportCollection_System_Collections_IList_Insert__MethodInfo); DO_APP_FUNC(0x027562E0, void, CodeNamespaceImportCollection_System_Collections_IList_Remove, (CodeNamespaceImportCollection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF478, CodeNamespaceImportCollection_System_Collections_IList_Remove__MethodInfo); DO_APP_FUNC(0x02756310, void, CodeNamespaceImportCollection_System_Collections_IList_RemoveAt, (CodeNamespaceImportCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF410, CodeNamespaceImportCollection_System_Collections_IList_RemoveAt__MethodInfo); DO_APP_FUNC(0x02756340, void, CodeNamespaceImport__ctor, (CodeNamespaceImport * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF440, CodeNamespaceImport__ctor__MethodInfo); DO_APP_FUNC(0x02756370, void, CodeNamespaceImport__ctor_1, (CodeNamespaceImport * __this, String * nameSpace, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF428, CodeNamespaceImport__ctor_1__MethodInfo); DO_APP_FUNC(0x027563A0, CodeLinePragma *, CodeNamespaceImport_get_LinePragma, (CodeNamespaceImport * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF4E8, CodeNamespaceImport_get_LinePragma__MethodInfo); DO_APP_FUNC(0x027563D0, void, CodeNamespaceImport_set_LinePragma, (CodeNamespaceImport * __this, CodeLinePragma * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF528, CodeNamespaceImport_set_LinePragma__MethodInfo); DO_APP_FUNC(0x02756400, String *, CodeNamespaceImport_get_Namespace, (CodeNamespaceImport * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF4A8, CodeNamespaceImport_get_Namespace__MethodInfo); DO_APP_FUNC(0x02756430, void, CodeNamespaceImport_set_Namespace, (CodeNamespaceImport * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF498, CodeNamespaceImport_set_Namespace__MethodInfo); DO_APP_FUNC(0x02756460, void, CodeTypeDeclarationCollection__ctor, (CodeTypeDeclarationCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF4C0, CodeTypeDeclarationCollection__ctor__MethodInfo); DO_APP_FUNC(0x02756490, void, CodeTypeDeclarationCollection__ctor_1, (CodeTypeDeclarationCollection * __this, CodeTypeDeclarationCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF338, CodeTypeDeclarationCollection__ctor_1__MethodInfo); DO_APP_FUNC(0x027564C0, void, CodeTypeDeclarationCollection__ctor_2, (CodeTypeDeclarationCollection * __this, CodeTypeDeclaration__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF360, CodeTypeDeclarationCollection__ctor_2__MethodInfo); DO_APP_FUNC(0x027564F0, CodeTypeDeclaration *, CodeTypeDeclarationCollection_get_Item, (CodeTypeDeclarationCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF350, CodeTypeDeclarationCollection_get_Item__MethodInfo); DO_APP_FUNC(0x02756520, void, CodeTypeDeclarationCollection_set_Item, (CodeTypeDeclarationCollection * __this, int32_t index, CodeTypeDeclaration * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF2D8, CodeTypeDeclarationCollection_set_Item__MethodInfo); DO_APP_FUNC(0x02756550, int32_t, CodeTypeDeclarationCollection_Add, (CodeTypeDeclarationCollection * __this, CodeTypeDeclaration * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF308, CodeTypeDeclarationCollection_Add__MethodInfo); DO_APP_FUNC(0x02756580, void, CodeTypeDeclarationCollection_AddRange, (CodeTypeDeclarationCollection * __this, CodeTypeDeclarationCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF3C0, CodeTypeDeclarationCollection_AddRange__MethodInfo); DO_APP_FUNC(0x027565B0, void, CodeTypeDeclarationCollection_AddRange_1, (CodeTypeDeclarationCollection * __this, CodeTypeDeclaration__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF3B8, CodeTypeDeclarationCollection_AddRange_1__MethodInfo); DO_APP_FUNC(0x027565E0, bool, CodeTypeDeclarationCollection_Contains, (CodeTypeDeclarationCollection * __this, CodeTypeDeclaration * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF3D8, CodeTypeDeclarationCollection_Contains__MethodInfo); DO_APP_FUNC(0x02756610, void, CodeTypeDeclarationCollection_CopyTo, (CodeTypeDeclarationCollection * __this, CodeTypeDeclaration__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF380, CodeTypeDeclarationCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x02756640, int32_t, CodeTypeDeclarationCollection_IndexOf, (CodeTypeDeclarationCollection * __this, CodeTypeDeclaration * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF3A0, CodeTypeDeclarationCollection_IndexOf__MethodInfo); DO_APP_FUNC(0x02756670, void, CodeTypeDeclarationCollection_Insert, (CodeTypeDeclarationCollection * __this, int32_t index, CodeTypeDeclaration * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF398, CodeTypeDeclarationCollection_Insert__MethodInfo); DO_APP_FUNC(0x027566A0, void, CodeTypeDeclarationCollection_Remove, (CodeTypeDeclarationCollection * __this, CodeTypeDeclaration * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF1F8, CodeTypeDeclarationCollection_Remove__MethodInfo); DO_APP_FUNC(0x027566D0, void, CodeTypeReference__ctor, (CodeTypeReference * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF238, CodeTypeReference__ctor__MethodInfo); DO_APP_FUNC(0x02756700, void, CodeTypeReference__ctor_1, (CodeTypeReference * __this, CodeTypeParameter * typeParameter, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF1A8, CodeTypeReference__ctor_1__MethodInfo); DO_APP_FUNC(0x02756730, void, CodeTypeReference__ctor_2, (CodeTypeReference * __this, CodeTypeReference * arrayType, int32_t rank, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF198, CodeTypeReference__ctor_2__MethodInfo); DO_APP_FUNC(0x02756760, void, CodeTypeReference__ctor_3, (CodeTypeReference * __this, String * typeName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF1C0, CodeTypeReference__ctor_3__MethodInfo); DO_APP_FUNC(0x02756790, void, CodeTypeReference__ctor_4, (CodeTypeReference * __this, String * typeName, CodeTypeReferenceOptions__Enum codeTypeReferenceOption, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF290, CodeTypeReference__ctor_4__MethodInfo); DO_APP_FUNC(0x027567C0, void, CodeTypeReference__ctor_5, (CodeTypeReference * __this, String * typeName, CodeTypeReference__Array * typeArguments, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF2C0, CodeTypeReference__ctor_5__MethodInfo); DO_APP_FUNC(0x027567F0, void, CodeTypeReference__ctor_6, (CodeTypeReference * __this, String * baseType, int32_t rank, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF2B0, CodeTypeReference__ctor_6__MethodInfo); DO_APP_FUNC(0x02756820, void, CodeTypeReference__ctor_7, (CodeTypeReference * __this, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF248, CodeTypeReference__ctor_7__MethodInfo); DO_APP_FUNC(0x02756850, void, CodeTypeReference__ctor_8, (CodeTypeReference * __this, Type * type, CodeTypeReferenceOptions__Enum codeTypeReferenceOption, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF278, CodeTypeReference__ctor_8__MethodInfo); DO_APP_FUNC(0x02756880, CodeTypeReference *, CodeTypeReference_get_ArrayElementType, (CodeTypeReference * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF128, CodeTypeReference_get_ArrayElementType__MethodInfo); DO_APP_FUNC(0x027568B0, void, CodeTypeReference_set_ArrayElementType, (CodeTypeReference * __this, CodeTypeReference * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF118, CodeTypeReference_set_ArrayElementType__MethodInfo); DO_APP_FUNC(0x027568E0, int32_t, CodeTypeReference_get_ArrayRank, (CodeTypeReference * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF130, CodeTypeReference_get_ArrayRank__MethodInfo); DO_APP_FUNC(0x02756910, void, CodeTypeReference_set_ArrayRank, (CodeTypeReference * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF0F0, CodeTypeReference_set_ArrayRank__MethodInfo); DO_APP_FUNC(0x02756940, String *, CodeTypeReference_get_BaseType, (CodeTypeReference * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF108, CodeTypeReference_get_BaseType__MethodInfo); DO_APP_FUNC(0x02756970, void, CodeTypeReference_set_BaseType, (CodeTypeReference * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF0F8, CodeTypeReference_set_BaseType__MethodInfo); DO_APP_FUNC(0x027569A0, CodeTypeReferenceOptions__Enum, CodeTypeReference_get_Options, (CodeTypeReference * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF170, CodeTypeReference_get_Options__MethodInfo); DO_APP_FUNC(0x027569D0, void, CodeTypeReference_set_Options, (CodeTypeReference * __this, CodeTypeReferenceOptions__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF190, CodeTypeReference_set_Options__MethodInfo); DO_APP_FUNC(0x02756A00, CodeTypeReferenceCollection *, CodeTypeReference_get_TypeArguments, (CodeTypeReference * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF150, CodeTypeReference_get_TypeArguments__MethodInfo); DO_APP_FUNC(0x02756A30, void, CodeTypeParameter__ctor, (CodeTypeParameter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF148, CodeTypeParameter__ctor__MethodInfo); DO_APP_FUNC(0x02756A60, void, CodeTypeParameter__ctor_1, (CodeTypeParameter * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF160, CodeTypeParameter__ctor_1__MethodInfo); DO_APP_FUNC(0x02756A90, CodeTypeReferenceCollection *, CodeTypeParameter_get_Constraints, (CodeTypeParameter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF060, CodeTypeParameter_get_Constraints__MethodInfo); DO_APP_FUNC(0x02756AC0, CodeAttributeDeclarationCollection *, CodeTypeParameter_get_CustomAttributes, (CodeTypeParameter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF080, CodeTypeParameter_get_CustomAttributes__MethodInfo); DO_APP_FUNC(0x02756AF0, bool, CodeTypeParameter_get_HasConstructorConstraint, (CodeTypeParameter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF070, CodeTypeParameter_get_HasConstructorConstraint__MethodInfo); DO_APP_FUNC(0x02756B20, void, CodeTypeParameter_set_HasConstructorConstraint, (CodeTypeParameter * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEFF8, CodeTypeParameter_set_HasConstructorConstraint__MethodInfo); DO_APP_FUNC(0x02756B50, String *, CodeTypeParameter_get_Name, (CodeTypeParameter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF048, CodeTypeParameter_get_Name__MethodInfo); DO_APP_FUNC(0x02756B80, void, CodeTypeParameter_set_Name, (CodeTypeParameter * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF0C0, CodeTypeParameter_set_Name__MethodInfo); DO_APP_FUNC(0x02756BB0, void, CodeTypeReferenceCollection__ctor, (CodeTypeReferenceCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF0B8, CodeTypeReferenceCollection__ctor__MethodInfo); DO_APP_FUNC(0x02756BE0, void, CodeTypeReferenceCollection__ctor_1, (CodeTypeReferenceCollection * __this, CodeTypeReferenceCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF0C8, CodeTypeReferenceCollection__ctor_1__MethodInfo); DO_APP_FUNC(0x02756C10, void, CodeTypeReferenceCollection__ctor_2, (CodeTypeReferenceCollection * __this, CodeTypeReference__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF098, CodeTypeReferenceCollection__ctor_2__MethodInfo); DO_APP_FUNC(0x02756C40, CodeTypeReference *, CodeTypeReferenceCollection_get_Item, (CodeTypeReferenceCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF0A8, CodeTypeReferenceCollection_get_Item__MethodInfo); DO_APP_FUNC(0x02756C70, void, CodeTypeReferenceCollection_set_Item, (CodeTypeReferenceCollection * __this, int32_t index, CodeTypeReference * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF0A0, CodeTypeReferenceCollection_set_Item__MethodInfo); DO_APP_FUNC(0x02756CA0, int32_t, CodeTypeReferenceCollection_Add, (CodeTypeReferenceCollection * __this, CodeTypeReference * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEFB0, CodeTypeReferenceCollection_Add__MethodInfo); DO_APP_FUNC(0x02756CD0, void, CodeTypeReferenceCollection_Add_1, (CodeTypeReferenceCollection * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEFB8, CodeTypeReferenceCollection_Add_1__MethodInfo); DO_APP_FUNC(0x02756D00, void, CodeTypeReferenceCollection_Add_2, (CodeTypeReferenceCollection * __this, Type * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEF98, CodeTypeReferenceCollection_Add_2__MethodInfo); DO_APP_FUNC(0x02756D30, void, CodeTypeReferenceCollection_AddRange, (CodeTypeReferenceCollection * __this, CodeTypeReferenceCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEF90, CodeTypeReferenceCollection_AddRange__MethodInfo); DO_APP_FUNC(0x02756D60, void, CodeTypeReferenceCollection_AddRange_1, (CodeTypeReferenceCollection * __this, CodeTypeReference__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEFA8, CodeTypeReferenceCollection_AddRange_1__MethodInfo); DO_APP_FUNC(0x02756D90, bool, CodeTypeReferenceCollection_Contains, (CodeTypeReferenceCollection * __this, CodeTypeReference * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEFD8, CodeTypeReferenceCollection_Contains__MethodInfo); DO_APP_FUNC(0x02756DC0, void, CodeTypeReferenceCollection_CopyTo, (CodeTypeReferenceCollection * __this, CodeTypeReference__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEFE8, CodeTypeReferenceCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x02756DF0, int32_t, CodeTypeReferenceCollection_IndexOf, (CodeTypeReferenceCollection * __this, CodeTypeReference * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEFE0, CodeTypeReferenceCollection_IndexOf__MethodInfo); DO_APP_FUNC(0x02756E20, void, CodeTypeReferenceCollection_Insert, (CodeTypeReferenceCollection * __this, int32_t index, CodeTypeReference * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEFC0, CodeTypeReferenceCollection_Insert__MethodInfo); DO_APP_FUNC(0x02756E50, void, CodeTypeReferenceCollection_Remove, (CodeTypeReferenceCollection * __this, CodeTypeReference * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEFD0, CodeTypeReferenceCollection_Remove__MethodInfo); DO_APP_FUNC(0x02756E80, void, CodeAttributeDeclarationCollection__ctor, (CodeAttributeDeclarationCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEF30, CodeAttributeDeclarationCollection__ctor__MethodInfo); DO_APP_FUNC(0x02756EB0, void, CodeAttributeDeclarationCollection__ctor_1, (CodeAttributeDeclarationCollection * __this, CodeAttributeDeclarationCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEF28, CodeAttributeDeclarationCollection__ctor_1__MethodInfo); DO_APP_FUNC(0x02756EE0, void, CodeAttributeDeclarationCollection__ctor_2, (CodeAttributeDeclarationCollection * __this, CodeAttributeDeclaration__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEF38, CodeAttributeDeclarationCollection__ctor_2__MethodInfo); DO_APP_FUNC(0x02756F10, CodeAttributeDeclaration *, CodeAttributeDeclarationCollection_get_Item, (CodeAttributeDeclarationCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEF10, CodeAttributeDeclarationCollection_get_Item__MethodInfo); DO_APP_FUNC(0x02756F40, void, CodeAttributeDeclarationCollection_set_Item, (CodeAttributeDeclarationCollection * __this, int32_t index, CodeAttributeDeclaration * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEF20, CodeAttributeDeclarationCollection_set_Item__MethodInfo); DO_APP_FUNC(0x02756F70, int32_t, CodeAttributeDeclarationCollection_Add, (CodeAttributeDeclarationCollection * __this, CodeAttributeDeclaration * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEF18, CodeAttributeDeclarationCollection_Add__MethodInfo); DO_APP_FUNC(0x02756FA0, void, CodeAttributeDeclarationCollection_AddRange, (CodeAttributeDeclarationCollection * __this, CodeAttributeDeclarationCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEF58, CodeAttributeDeclarationCollection_AddRange__MethodInfo); DO_APP_FUNC(0x02756FD0, void, CodeAttributeDeclarationCollection_AddRange_1, (CodeAttributeDeclarationCollection * __this, CodeAttributeDeclaration__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEF88, CodeAttributeDeclarationCollection_AddRange_1__MethodInfo); DO_APP_FUNC(0x02757000, bool, CodeAttributeDeclarationCollection_Contains, (CodeAttributeDeclarationCollection * __this, CodeAttributeDeclaration * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEF48, CodeAttributeDeclarationCollection_Contains__MethodInfo); DO_APP_FUNC(0x02757030, void, CodeAttributeDeclarationCollection_CopyTo, (CodeAttributeDeclarationCollection * __this, CodeAttributeDeclaration__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEF40, CodeAttributeDeclarationCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x02757060, int32_t, CodeAttributeDeclarationCollection_IndexOf, (CodeAttributeDeclarationCollection * __this, CodeAttributeDeclaration * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEF50, CodeAttributeDeclarationCollection_IndexOf__MethodInfo); DO_APP_FUNC(0x02757090, void, CodeAttributeDeclarationCollection_Insert, (CodeAttributeDeclarationCollection * __this, int32_t index, CodeAttributeDeclaration * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEEB0, CodeAttributeDeclarationCollection_Insert__MethodInfo); DO_APP_FUNC(0x027570C0, void, CodeAttributeDeclarationCollection_Remove, (CodeAttributeDeclarationCollection * __this, CodeAttributeDeclaration * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEEC0, CodeAttributeDeclarationCollection_Remove__MethodInfo); DO_APP_FUNC(0x027570F0, void, CodeAttributeDeclaration__ctor, (CodeAttributeDeclaration * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEEB8, CodeAttributeDeclaration__ctor__MethodInfo); DO_APP_FUNC(0x02757120, void, CodeAttributeDeclaration__ctor_1, (CodeAttributeDeclaration * __this, CodeTypeReference * attributeType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEE98, CodeAttributeDeclaration__ctor_1__MethodInfo); DO_APP_FUNC(0x02757150, void, CodeAttributeDeclaration__ctor_2, (CodeAttributeDeclaration * __this, CodeTypeReference * attributeType, CodeAttributeArgument__Array * arguments, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEEA8, CodeAttributeDeclaration__ctor_2__MethodInfo); DO_APP_FUNC(0x02757180, void, CodeAttributeDeclaration__ctor_3, (CodeAttributeDeclaration * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEEF8, CodeAttributeDeclaration__ctor_3__MethodInfo); DO_APP_FUNC(0x027571B0, void, CodeAttributeDeclaration__ctor_4, (CodeAttributeDeclaration * __this, String * name, CodeAttributeArgument__Array * arguments, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEEE8, CodeAttributeDeclaration__ctor_4__MethodInfo); DO_APP_FUNC(0x027571E0, CodeAttributeArgumentCollection *, CodeAttributeDeclaration_get_Arguments, (CodeAttributeDeclaration * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEF00, CodeAttributeDeclaration_get_Arguments__MethodInfo); DO_APP_FUNC(0x02757210, CodeTypeReference *, CodeAttributeDeclaration_get_AttributeType, (CodeAttributeDeclaration * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEEC8, CodeAttributeDeclaration_get_AttributeType__MethodInfo); DO_APP_FUNC(0x02757240, String *, CodeAttributeDeclaration_get_Name, (CodeAttributeDeclaration * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEEE0, CodeAttributeDeclaration_get_Name__MethodInfo); DO_APP_FUNC(0x02757270, void, CodeAttributeDeclaration_set_Name, (CodeAttributeDeclaration * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEED8, CodeAttributeDeclaration_set_Name__MethodInfo); DO_APP_FUNC(0x027572A0, void, CodeAttributeArgument__ctor, (CodeAttributeArgument * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEE48, CodeAttributeArgument__ctor__MethodInfo); DO_APP_FUNC(0x027572D0, void, CodeAttributeArgument__ctor_1, (CodeAttributeArgument * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEE58, CodeAttributeArgument__ctor_1__MethodInfo); DO_APP_FUNC(0x02757300, void, CodeAttributeArgument__ctor_2, (CodeAttributeArgument * __this, String * name, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEE38, CodeAttributeArgument__ctor_2__MethodInfo); DO_APP_FUNC(0x02757330, String *, CodeAttributeArgument_get_Name, (CodeAttributeArgument * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEE30, CodeAttributeArgument_get_Name__MethodInfo); DO_APP_FUNC(0x02757360, void, CodeAttributeArgument_set_Name, (CodeAttributeArgument * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEE40, CodeAttributeArgument_set_Name__MethodInfo); DO_APP_FUNC(0x02757390, CodeExpression *, CodeAttributeArgument_get_Value, (CodeAttributeArgument * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEE80, CodeAttributeArgument_get_Value__MethodInfo); DO_APP_FUNC(0x027573C0, void, CodeAttributeArgument_set_Value, (CodeAttributeArgument * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEE90, CodeAttributeArgument_set_Value__MethodInfo); DO_APP_FUNC(0x027573F0, void, CodeAttributeArgumentCollection__ctor, (CodeAttributeArgumentCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEE88, CodeAttributeArgumentCollection__ctor__MethodInfo); DO_APP_FUNC(0x02757420, void, CodeAttributeArgumentCollection__ctor_1, (CodeAttributeArgumentCollection * __this, CodeAttributeArgumentCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEE60, CodeAttributeArgumentCollection__ctor_1__MethodInfo); DO_APP_FUNC(0x02757450, void, CodeAttributeArgumentCollection__ctor_2, (CodeAttributeArgumentCollection * __this, CodeAttributeArgument__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEE70, CodeAttributeArgumentCollection__ctor_2__MethodInfo); DO_APP_FUNC(0x02757480, CodeAttributeArgument *, CodeAttributeArgumentCollection_get_Item, (CodeAttributeArgumentCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEDF0, CodeAttributeArgumentCollection_get_Item__MethodInfo); DO_APP_FUNC(0x027574B0, void, CodeAttributeArgumentCollection_set_Item, (CodeAttributeArgumentCollection * __this, int32_t index, CodeAttributeArgument * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEDE8, CodeAttributeArgumentCollection_set_Item__MethodInfo); DO_APP_FUNC(0x027574E0, int32_t, CodeAttributeArgumentCollection_Add, (CodeAttributeArgumentCollection * __this, CodeAttributeArgument * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEDF8, CodeAttributeArgumentCollection_Add__MethodInfo); DO_APP_FUNC(0x02757510, void, CodeAttributeArgumentCollection_AddRange, (CodeAttributeArgumentCollection * __this, CodeAttributeArgumentCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEDC8, CodeAttributeArgumentCollection_AddRange__MethodInfo); DO_APP_FUNC(0x02757540, void, CodeAttributeArgumentCollection_AddRange_1, (CodeAttributeArgumentCollection * __this, CodeAttributeArgument__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEDE0, CodeAttributeArgumentCollection_AddRange_1__MethodInfo); DO_APP_FUNC(0x02757570, bool, CodeAttributeArgumentCollection_Contains, (CodeAttributeArgumentCollection * __this, CodeAttributeArgument * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEDD8, CodeAttributeArgumentCollection_Contains__MethodInfo); DO_APP_FUNC(0x027575A0, void, CodeAttributeArgumentCollection_CopyTo, (CodeAttributeArgumentCollection * __this, CodeAttributeArgument__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEE18, CodeAttributeArgumentCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x027575D0, int32_t, CodeAttributeArgumentCollection_IndexOf, (CodeAttributeArgumentCollection * __this, CodeAttributeArgument * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEE28, CodeAttributeArgumentCollection_IndexOf__MethodInfo); DO_APP_FUNC(0x02757600, void, CodeAttributeArgumentCollection_Insert, (CodeAttributeArgumentCollection * __this, int32_t index, CodeAttributeArgument * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEE08, CodeAttributeArgumentCollection_Insert__MethodInfo); DO_APP_FUNC(0x02757630, void, CodeAttributeArgumentCollection_Remove, (CodeAttributeArgumentCollection * __this, CodeAttributeArgument * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEE00, CodeAttributeArgumentCollection_Remove__MethodInfo); DO_APP_FUNC(0x02757660, void, CodeTypeMember__ctor, (CodeTypeMember * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEE10, CodeTypeMember__ctor__MethodInfo); DO_APP_FUNC(0x02757690, MemberAttributes__Enum, CodeTypeMember_get_Attributes, (CodeTypeMember * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAED80, CodeTypeMember_get_Attributes__MethodInfo); DO_APP_FUNC(0x027576C0, void, CodeTypeMember_set_Attributes, (CodeTypeMember * __this, MemberAttributes__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAED90, CodeTypeMember_set_Attributes__MethodInfo); DO_APP_FUNC(0x027576F0, CodeCommentStatementCollection *, CodeTypeMember_get_Comments, (CodeTypeMember * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAED88, CodeTypeMember_get_Comments__MethodInfo); DO_APP_FUNC(0x02757720, CodeAttributeDeclarationCollection *, CodeTypeMember_get_CustomAttributes, (CodeTypeMember * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAED68, CodeTypeMember_get_CustomAttributes__MethodInfo); DO_APP_FUNC(0x02757750, void, CodeTypeMember_set_CustomAttributes, (CodeTypeMember * __this, CodeAttributeDeclarationCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAED78, CodeTypeMember_set_CustomAttributes__MethodInfo); DO_APP_FUNC(0x02757780, CodeDirectiveCollection *, CodeTypeMember_get_EndDirectives, (CodeTypeMember * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEDB8, CodeTypeMember_get_EndDirectives__MethodInfo); DO_APP_FUNC(0x027577B0, CodeLinePragma *, CodeTypeMember_get_LinePragma, (CodeTypeMember * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEDB0, CodeTypeMember_get_LinePragma__MethodInfo); DO_APP_FUNC(0x027577E0, void, CodeTypeMember_set_LinePragma, (CodeTypeMember * __this, CodeLinePragma * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEDC0, CodeTypeMember_set_LinePragma__MethodInfo); DO_APP_FUNC(0x02757810, String *, CodeTypeMember_get_Name, (CodeTypeMember * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAED98, CodeTypeMember_get_Name__MethodInfo); DO_APP_FUNC(0x02757840, void, CodeTypeMember_set_Name, (CodeTypeMember * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEDA8, CodeTypeMember_set_Name__MethodInfo); DO_APP_FUNC(0x02757870, CodeDirectiveCollection *, CodeTypeMember_get_StartDirectives, (CodeTypeMember * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEDA0, CodeTypeMember_get_StartDirectives__MethodInfo); DO_APP_FUNC(0x027578A0, void, CompilerInfo__ctor, (CompilerInfo * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAED18, CompilerInfo__ctor__MethodInfo); DO_APP_FUNC(0x027578D0, Type *, CompilerInfo_get_CodeDomProviderType, (CompilerInfo * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAED20, CompilerInfo_get_CodeDomProviderType__MethodInfo); DO_APP_FUNC(0x02757900, bool, CompilerInfo_get_IsCodeDomProviderTypeValid, (CompilerInfo * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAED08, CompilerInfo_get_IsCodeDomProviderTypeValid__MethodInfo); DO_APP_FUNC(0x02757930, CompilerParameters *, CompilerInfo_CreateDefaultCompilerParameters, (CompilerInfo * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAED00, CompilerInfo_CreateDefaultCompilerParameters__MethodInfo); DO_APP_FUNC(0x02757960, CodeDomProvider *, CompilerInfo_CreateProvider, (CompilerInfo * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAED10, CompilerInfo_CreateProvider__MethodInfo); DO_APP_FUNC(0x02757990, CodeDomProvider *, CompilerInfo_CreateProvider_1, (CompilerInfo * __this, IDictionary_2_System_String_System_String_ * providerOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAED38, CompilerInfo_CreateProvider_1__MethodInfo); DO_APP_FUNC(0x027579C0, String__Array *, CompilerInfo_GetExtensions, (CompilerInfo * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAED58, CompilerInfo_GetExtensions__MethodInfo); DO_APP_FUNC(0x027579F0, String__Array *, CompilerInfo_GetLanguages, (CompilerInfo * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAED48, CompilerInfo_GetLanguages__MethodInfo); DO_APP_FUNC(0x02757A20, void, CodeNamespaceCollection__ctor, (CodeNamespaceCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAED28, CodeNamespaceCollection__ctor__MethodInfo); DO_APP_FUNC(0x02757A50, void, CodeNamespaceCollection__ctor_1, (CodeNamespaceCollection * __this, CodeNamespaceCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAED30, CodeNamespaceCollection__ctor_1__MethodInfo); DO_APP_FUNC(0x02757A80, void, CodeNamespaceCollection__ctor_2, (CodeNamespaceCollection * __this, CodeNamespace__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAECC0, CodeNamespaceCollection__ctor_2__MethodInfo); DO_APP_FUNC(0x02757AB0, CodeNamespace *, CodeNamespaceCollection_get_Item, (CodeNamespaceCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAECB8, CodeNamespaceCollection_get_Item__MethodInfo); DO_APP_FUNC(0x02757AE0, void, CodeNamespaceCollection_set_Item, (CodeNamespaceCollection * __this, int32_t index, CodeNamespace * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAECC8, CodeNamespaceCollection_set_Item__MethodInfo); DO_APP_FUNC(0x02757B10, int32_t, CodeNamespaceCollection_Add, (CodeNamespaceCollection * __this, CodeNamespace * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAECA0, CodeNamespaceCollection_Add__MethodInfo); DO_APP_FUNC(0x02757B40, void, CodeNamespaceCollection_AddRange, (CodeNamespaceCollection * __this, CodeNamespaceCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAECB0, CodeNamespaceCollection_AddRange__MethodInfo); DO_APP_FUNC(0x02757B70, void, CodeNamespaceCollection_AddRange_1, (CodeNamespaceCollection * __this, CodeNamespace__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAECA8, CodeNamespaceCollection_AddRange_1__MethodInfo); DO_APP_FUNC(0x02757BA0, bool, CodeNamespaceCollection_Contains, (CodeNamespaceCollection * __this, CodeNamespace * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAECE8, CodeNamespaceCollection_Contains__MethodInfo); DO_APP_FUNC(0x02757BD0, void, CodeNamespaceCollection_CopyTo, (CodeNamespaceCollection * __this, CodeNamespace__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAECF8, CodeNamespaceCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x02757C00, int32_t, CodeNamespaceCollection_IndexOf, (CodeNamespaceCollection * __this, CodeNamespace * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAECD8, CodeNamespaceCollection_IndexOf__MethodInfo); DO_APP_FUNC(0x02757C30, void, CodeNamespaceCollection_Insert, (CodeNamespaceCollection * __this, int32_t index, CodeNamespace * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAECD0, CodeNamespaceCollection_Insert__MethodInfo); DO_APP_FUNC(0x02757C60, void, CodeNamespaceCollection_Remove, (CodeNamespaceCollection * __this, CodeNamespace * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAECE0, CodeNamespaceCollection_Remove__MethodInfo); DO_APP_FUNC(0x02757C90, void, CodeTypeMemberCollection__ctor, (CodeTypeMemberCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEC58, CodeTypeMemberCollection__ctor__MethodInfo); DO_APP_FUNC(0x02757CC0, void, CodeTypeMemberCollection__ctor_1, (CodeTypeMemberCollection * __this, CodeTypeMemberCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEC68, CodeTypeMemberCollection__ctor_1__MethodInfo); DO_APP_FUNC(0x02757CF0, void, CodeTypeMemberCollection__ctor_2, (CodeTypeMemberCollection * __this, CodeTypeMember__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEC60, CodeTypeMemberCollection__ctor_2__MethodInfo); DO_APP_FUNC(0x02757D20, CodeTypeMember *, CodeTypeMemberCollection_get_Item, (CodeTypeMemberCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEC48, CodeTypeMemberCollection_get_Item__MethodInfo); DO_APP_FUNC(0x02757D50, void, CodeTypeMemberCollection_set_Item, (CodeTypeMemberCollection * __this, int32_t index, CodeTypeMember * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEC50, CodeTypeMemberCollection_set_Item__MethodInfo); DO_APP_FUNC(0x02757D80, int32_t, CodeTypeMemberCollection_Add, (CodeTypeMemberCollection * __this, CodeTypeMember * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEC90, CodeTypeMemberCollection_Add__MethodInfo); DO_APP_FUNC(0x02757DB0, void, CodeTypeMemberCollection_AddRange, (CodeTypeMemberCollection * __this, CodeTypeMemberCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEC88, CodeTypeMemberCollection_AddRange__MethodInfo); DO_APP_FUNC(0x02757DE0, void, CodeTypeMemberCollection_AddRange_1, (CodeTypeMemberCollection * __this, CodeTypeMember__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEC98, CodeTypeMemberCollection_AddRange_1__MethodInfo); DO_APP_FUNC(0x02757E10, bool, CodeTypeMemberCollection_Contains, (CodeTypeMemberCollection * __this, CodeTypeMember * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEC70, CodeTypeMemberCollection_Contains__MethodInfo); DO_APP_FUNC(0x02757E40, void, CodeTypeMemberCollection_CopyTo, (CodeTypeMemberCollection * __this, CodeTypeMember__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEC80, CodeTypeMemberCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x02757E70, int32_t, CodeTypeMemberCollection_IndexOf, (CodeTypeMemberCollection * __this, CodeTypeMember * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEC78, CodeTypeMemberCollection_IndexOf__MethodInfo); DO_APP_FUNC(0x02757EA0, void, CodeTypeMemberCollection_Insert, (CodeTypeMemberCollection * __this, int32_t index, CodeTypeMember * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEC10, CodeTypeMemberCollection_Insert__MethodInfo); DO_APP_FUNC(0x02757ED0, void, CodeTypeMemberCollection_Remove, (CodeTypeMemberCollection * __this, CodeTypeMember * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEC18, CodeTypeMemberCollection_Remove__MethodInfo); DO_APP_FUNC(0x02757F00, void, CodeTypeParameterCollection__ctor, (CodeTypeParameterCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEC00, CodeTypeParameterCollection__ctor__MethodInfo); DO_APP_FUNC(0x02757F30, void, CodeTypeParameterCollection__ctor_1, (CodeTypeParameterCollection * __this, CodeTypeParameterCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEBF8, CodeTypeParameterCollection__ctor_1__MethodInfo); DO_APP_FUNC(0x02757F60, void, CodeTypeParameterCollection__ctor_2, (CodeTypeParameterCollection * __this, CodeTypeParameter__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEC08, CodeTypeParameterCollection__ctor_2__MethodInfo); DO_APP_FUNC(0x02757F90, CodeTypeParameter *, CodeTypeParameterCollection_get_Item, (CodeTypeParameterCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEC30, CodeTypeParameterCollection_get_Item__MethodInfo); DO_APP_FUNC(0x02757FC0, void, CodeTypeParameterCollection_set_Item, (CodeTypeParameterCollection * __this, int32_t index, CodeTypeParameter * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEC40, CodeTypeParameterCollection_set_Item__MethodInfo); DO_APP_FUNC(0x02757FF0, int32_t, CodeTypeParameterCollection_Add, (CodeTypeParameterCollection * __this, CodeTypeParameter * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEC38, CodeTypeParameterCollection_Add__MethodInfo); DO_APP_FUNC(0x02758020, void, CodeTypeParameterCollection_Add_1, (CodeTypeParameterCollection * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEC20, CodeTypeParameterCollection_Add_1__MethodInfo); DO_APP_FUNC(0x02758050, void, CodeTypeParameterCollection_AddRange, (CodeTypeParameterCollection * __this, CodeTypeParameterCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEC28, CodeTypeParameterCollection_AddRange__MethodInfo); DO_APP_FUNC(0x02758080, void, CodeTypeParameterCollection_AddRange_1, (CodeTypeParameterCollection * __this, CodeTypeParameter__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEBC0, CodeTypeParameterCollection_AddRange_1__MethodInfo); DO_APP_FUNC(0x027580B0, bool, CodeTypeParameterCollection_Contains, (CodeTypeParameterCollection * __this, CodeTypeParameter * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEBB8, CodeTypeParameterCollection_Contains__MethodInfo); DO_APP_FUNC(0x027580E0, void, CodeTypeParameterCollection_CopyTo, (CodeTypeParameterCollection * __this, CodeTypeParameter__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEBC8, CodeTypeParameterCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x02758110, int32_t, CodeTypeParameterCollection_IndexOf, (CodeTypeParameterCollection * __this, CodeTypeParameter * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEBA0, CodeTypeParameterCollection_IndexOf__MethodInfo); DO_APP_FUNC(0x02758140, void, CodeTypeParameterCollection_Insert, (CodeTypeParameterCollection * __this, int32_t index, CodeTypeParameter * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEBB0, CodeTypeParameterCollection_Insert__MethodInfo); DO_APP_FUNC(0x02758170, void, CodeTypeParameterCollection_Remove, (CodeTypeParameterCollection * __this, CodeTypeParameter * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEBA8, CodeTypeParameterCollection_Remove__MethodInfo); DO_APP_FUNC(0x027581A0, void, CounterCreationDataCollection__ctor, (CounterCreationDataCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEBE8, CounterCreationDataCollection__ctor__MethodInfo); DO_APP_FUNC(0x027581D0, void, CounterCreationDataCollection__ctor_1, (CounterCreationDataCollection * __this, CounterCreationDataCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEBF0, CounterCreationDataCollection__ctor_1__MethodInfo); DO_APP_FUNC(0x02758200, void, CounterCreationDataCollection__ctor_2, (CounterCreationDataCollection * __this, CounterCreationData__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEBD8, CounterCreationDataCollection__ctor_2__MethodInfo); DO_APP_FUNC(0x02758230, CounterCreationData *, CounterCreationDataCollection_get_Item, (CounterCreationDataCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEBD0, CounterCreationDataCollection_get_Item__MethodInfo); DO_APP_FUNC(0x02758260, void, CounterCreationDataCollection_set_Item, (CounterCreationDataCollection * __this, int32_t index, CounterCreationData * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEBE0, CounterCreationDataCollection_set_Item__MethodInfo); DO_APP_FUNC(0x02758290, int32_t, CounterCreationDataCollection_Add, (CounterCreationDataCollection * __this, CounterCreationData * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEB58, CounterCreationDataCollection_Add__MethodInfo); DO_APP_FUNC(0x027582C0, void, CounterCreationDataCollection_AddRange, (CounterCreationDataCollection * __this, CounterCreationDataCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEB68, CounterCreationDataCollection_AddRange__MethodInfo); DO_APP_FUNC(0x027582F0, void, CounterCreationDataCollection_AddRange_1, (CounterCreationDataCollection * __this, CounterCreationData__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEB60, CounterCreationDataCollection_AddRange_1__MethodInfo); DO_APP_FUNC(0x02758320, bool, CounterCreationDataCollection_Contains, (CounterCreationDataCollection * __this, CounterCreationData * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEB48, CounterCreationDataCollection_Contains__MethodInfo); DO_APP_FUNC(0x02758350, void, CounterCreationDataCollection_CopyTo, (CounterCreationDataCollection * __this, CounterCreationData__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEB50, CounterCreationDataCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x02758380, int32_t, CounterCreationDataCollection_IndexOf, (CounterCreationDataCollection * __this, CounterCreationData * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEB90, CounterCreationDataCollection_IndexOf__MethodInfo); DO_APP_FUNC(0x027583B0, void, CounterCreationDataCollection_Insert, (CounterCreationDataCollection * __this, int32_t index, CounterCreationData * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEB88, CounterCreationDataCollection_Insert__MethodInfo); DO_APP_FUNC(0x027583E0, void, CounterCreationDataCollection_Remove, (CounterCreationDataCollection * __this, CounterCreationData * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEB98, CounterCreationDataCollection_Remove__MethodInfo); DO_APP_FUNC(0x02758410, void, CounterCreationData__ctor, (CounterCreationData * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEB70, CounterCreationData__ctor__MethodInfo); DO_APP_FUNC(0x02758440, void, CounterCreationData__ctor_1, (CounterCreationData * __this, String * counterName, String * counterHelp, PerformanceCounterType__Enum counterType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEB80, CounterCreationData__ctor_1__MethodInfo); DO_APP_FUNC(0x02758470, String *, CounterCreationData_get_CounterHelp, (CounterCreationData * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEB78, CounterCreationData_get_CounterHelp__MethodInfo); DO_APP_FUNC(0x027584A0, void, CounterCreationData_set_CounterHelp, (CounterCreationData * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEB10, CounterCreationData_set_CounterHelp__MethodInfo); DO_APP_FUNC(0x027584D0, String *, CounterCreationData_get_CounterName, (CounterCreationData * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEB18, CounterCreationData_get_CounterName__MethodInfo); DO_APP_FUNC(0x02758500, void, CounterCreationData_set_CounterName, (CounterCreationData * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEB00, CounterCreationData_set_CounterName__MethodInfo); DO_APP_FUNC(0x02758530, PerformanceCounterType__Enum, CounterCreationData_get_CounterType, (CounterCreationData * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEAF8, CounterCreationData_get_CounterType__MethodInfo); DO_APP_FUNC(0x02758560, void, CounterCreationData_set_CounterType, (CounterCreationData * __this, PerformanceCounterType__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEB08, CounterCreationData_set_CounterType__MethodInfo); DO_APP_FUNC(0x02758590, void, ConfigurationException__ctor, (ConfigurationException * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEB30, ConfigurationException__ctor__MethodInfo); DO_APP_FUNC(0x027585C0, void, ConfigurationException__ctor_1, (ConfigurationException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEB40, ConfigurationException__ctor_1__MethodInfo); DO_APP_FUNC(0x027585F0, void, ConfigurationException__ctor_2, (ConfigurationException * __this, String * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEB38, ConfigurationException__ctor_2__MethodInfo); DO_APP_FUNC(0x02758620, void, ConfigurationException__ctor_3, (ConfigurationException * __this, String * message, Exception * inner, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEB20, ConfigurationException__ctor_3__MethodInfo); DO_APP_FUNC(0x02758650, void, ConfigurationException__ctor_4, (ConfigurationException * __this, String * message, Exception * inner, String * filename, int32_t line, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEB28, ConfigurationException__ctor_4__MethodInfo); DO_APP_FUNC(0x02758680, void, ConfigurationException__ctor_5, (ConfigurationException * __this, String * message, Exception * inner, XmlNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEAC0, ConfigurationException__ctor_5__MethodInfo); DO_APP_FUNC(0x027586B0, void, ConfigurationException__ctor_6, (ConfigurationException * __this, String * message, String * filename, int32_t line, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEAB8, ConfigurationException__ctor_6__MethodInfo); DO_APP_FUNC(0x027586E0, void, ConfigurationException__ctor_7, (ConfigurationException * __this, String * message, XmlNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEAC8, ConfigurationException__ctor_7__MethodInfo); DO_APP_FUNC(0x02758710, String *, ConfigurationException_get_BareMessage, (ConfigurationException * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEAA0, ConfigurationException_get_BareMessage__MethodInfo); DO_APP_FUNC(0x02758740, String *, ConfigurationException_get_Filename, (ConfigurationException * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEAB0, ConfigurationException_get_Filename__MethodInfo); DO_APP_FUNC(0x02758770, int32_t, ConfigurationException_get_Line, (ConfigurationException * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEAA8, ConfigurationException_get_Line__MethodInfo); DO_APP_FUNC(0x027587A0, String *, ConfigurationException_GetXmlNodeFilename, (XmlNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEAE8, ConfigurationException_GetXmlNodeFilename__MethodInfo); DO_APP_FUNC(0x027587D0, int32_t, ConfigurationException_GetXmlNodeLineNumber, (XmlNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEAF0, ConfigurationException_GetXmlNodeLineNumber__MethodInfo); DO_APP_FUNC(0x02758800, void, StandardOleMarshalObject__ctor, (StandardOleMarshalObject * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEAD8, StandardOleMarshalObject__ctor__MethodInfo); DO_APP_FUNC(0x02758830, void, CodeStatementCollection__ctor, (CodeStatementCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEAD0, CodeStatementCollection__ctor__MethodInfo); DO_APP_FUNC(0x02758860, void, CodeStatementCollection__ctor_1, (CodeStatementCollection * __this, CodeStatementCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEAE0, CodeStatementCollection__ctor_1__MethodInfo); DO_APP_FUNC(0x02758890, void, CodeStatementCollection__ctor_2, (CodeStatementCollection * __this, CodeStatement__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEA58, CodeStatementCollection__ctor_2__MethodInfo); DO_APP_FUNC(0x027588C0, CodeStatement *, CodeStatementCollection_get_Item, (CodeStatementCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEA68, CodeStatementCollection_get_Item__MethodInfo); DO_APP_FUNC(0x027588F0, void, CodeStatementCollection_set_Item, (CodeStatementCollection * __this, int32_t index, CodeStatement * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEA60, CodeStatementCollection_set_Item__MethodInfo); DO_APP_FUNC(0x02758920, int32_t, CodeStatementCollection_Add, (CodeStatementCollection * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEA48, CodeStatementCollection_Add__MethodInfo); DO_APP_FUNC(0x02758950, int32_t, CodeStatementCollection_Add_1, (CodeStatementCollection * __this, CodeStatement * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEA50, CodeStatementCollection_Add_1__MethodInfo); DO_APP_FUNC(0x02758980, void, CodeStatementCollection_AddRange, (CodeStatementCollection * __this, CodeStatementCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEA90, CodeStatementCollection_AddRange__MethodInfo); DO_APP_FUNC(0x027589B0, void, CodeStatementCollection_AddRange_1, (CodeStatementCollection * __this, CodeStatement__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEA88, CodeStatementCollection_AddRange_1__MethodInfo); DO_APP_FUNC(0x027589E0, bool, CodeStatementCollection_Contains, (CodeStatementCollection * __this, CodeStatement * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEA98, CodeStatementCollection_Contains__MethodInfo); DO_APP_FUNC(0x02758A10, void, CodeStatementCollection_CopyTo, (CodeStatementCollection * __this, CodeStatement__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEA70, CodeStatementCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x02758A40, int32_t, CodeStatementCollection_IndexOf, (CodeStatementCollection * __this, CodeStatement * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEA80, CodeStatementCollection_IndexOf__MethodInfo); DO_APP_FUNC(0x02758A70, void, CodeStatementCollection_Insert, (CodeStatementCollection * __this, int32_t index, CodeStatement * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEA78, CodeStatementCollection_Insert__MethodInfo); DO_APP_FUNC(0x02758AA0, void, CodeStatementCollection_Remove, (CodeStatementCollection * __this, CodeStatement * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEA10, CodeStatementCollection_Remove__MethodInfo); DO_APP_FUNC(0x02758AD0, void, SettingsBase__ctor, (SettingsBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEA18, SettingsBase__ctor__MethodInfo); DO_APP_FUNC(0x02758B00, SettingsContext *, SettingsBase_get_Context, (SettingsBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEA00, SettingsBase_get_Context__MethodInfo); DO_APP_FUNC(0x02758B30, bool, SettingsBase_get_IsSynchronized, (SettingsBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE9F8, SettingsBase_get_IsSynchronized__MethodInfo); DO_APP_FUNC(0x02758B60, Object *, SettingsBase_get_Item, (SettingsBase * __this, String * propertyName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEA08, SettingsBase_get_Item__MethodInfo); DO_APP_FUNC(0x02758B90, void, SettingsBase_set_Item, (SettingsBase * __this, String * propertyName, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEA30, SettingsBase_set_Item__MethodInfo); DO_APP_FUNC(0x02758BC0, SettingsPropertyCollection *, SettingsBase_get_Properties, (SettingsBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEA40, SettingsBase_get_Properties__MethodInfo); DO_APP_FUNC(0x02758BF0, SettingsPropertyValueCollection *, SettingsBase_get_PropertyValues, (SettingsBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEA38, SettingsBase_get_PropertyValues__MethodInfo); DO_APP_FUNC(0x02758C20, SettingsProviderCollection *, SettingsBase_get_Providers, (SettingsBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEA20, SettingsBase_get_Providers__MethodInfo); DO_APP_FUNC(0x02758C50, void, SettingsBase_Initialize, (SettingsBase * __this, SettingsContext * context, SettingsPropertyCollection * properties, SettingsProviderCollection * providers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEA28, SettingsBase_Initialize__MethodInfo); DO_APP_FUNC(0x02758C80, void, SettingsBase_Save, (SettingsBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE9C0, SettingsBase_Save__MethodInfo); DO_APP_FUNC(0x02758CB0, SettingsBase *, SettingsBase_Synchronized, (SettingsBase * settingsBase, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE9B8, SettingsBase_Synchronized__MethodInfo); DO_APP_FUNC(0x02758CE0, void, SettingsContext__ctor, (SettingsContext * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE9C8, SettingsContext__ctor__MethodInfo); DO_APP_FUNC(0x02758D10, void, SettingsPropertyCollection__ctor, (SettingsPropertyCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE9A0, SettingsPropertyCollection__ctor__MethodInfo); DO_APP_FUNC(0x02758D40, int32_t, SettingsPropertyCollection_get_Count, (SettingsPropertyCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE9B0, SettingsPropertyCollection_get_Count__MethodInfo); DO_APP_FUNC(0x02758D70, bool, SettingsPropertyCollection_get_IsSynchronized, (SettingsPropertyCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE9A8, SettingsPropertyCollection_get_IsSynchronized__MethodInfo); DO_APP_FUNC(0x02758DA0, SettingsProperty *, SettingsPropertyCollection_get_Item, (SettingsPropertyCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE9E8, SettingsPropertyCollection_get_Item__MethodInfo); DO_APP_FUNC(0x02758DD0, Object *, SettingsPropertyCollection_get_SyncRoot, (SettingsPropertyCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE9F0, SettingsPropertyCollection_get_SyncRoot__MethodInfo); DO_APP_FUNC(0x02758E00, void, SettingsPropertyCollection_Add, (SettingsPropertyCollection * __this, SettingsProperty * property, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE9D8, SettingsPropertyCollection_Add__MethodInfo); DO_APP_FUNC(0x02758E30, void, SettingsPropertyCollection_Clear, (SettingsPropertyCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE9D0, SettingsPropertyCollection_Clear__MethodInfo); DO_APP_FUNC(0x02758E60, Object *, SettingsPropertyCollection_Clone, (SettingsPropertyCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE9E0, SettingsPropertyCollection_Clone__MethodInfo); DO_APP_FUNC(0x02758E90, void, SettingsPropertyCollection_CopyTo, (SettingsPropertyCollection * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE958, SettingsPropertyCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x02758EC0, IEnumerator *, SettingsPropertyCollection_GetEnumerator, (SettingsPropertyCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE968, SettingsPropertyCollection_GetEnumerator__MethodInfo); DO_APP_FUNC(0x02758EF0, void, SettingsPropertyCollection_OnAdd, (SettingsPropertyCollection * __this, SettingsProperty * property, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE960, SettingsPropertyCollection_OnAdd__MethodInfo); DO_APP_FUNC(0x02758F20, void, SettingsPropertyCollection_OnAddComplete, (SettingsPropertyCollection * __this, SettingsProperty * property, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE948, SettingsPropertyCollection_OnAddComplete__MethodInfo); DO_APP_FUNC(0x02758F50, void, SettingsPropertyCollection_OnClear, (SettingsPropertyCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE950, SettingsPropertyCollection_OnClear__MethodInfo); DO_APP_FUNC(0x02758F80, void, SettingsPropertyCollection_OnClearComplete, (SettingsPropertyCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE990, SettingsPropertyCollection_OnClearComplete__MethodInfo); DO_APP_FUNC(0x02758FB0, void, SettingsPropertyCollection_OnRemove, (SettingsPropertyCollection * __this, SettingsProperty * property, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE988, SettingsPropertyCollection_OnRemove__MethodInfo); DO_APP_FUNC(0x02758FE0, void, SettingsPropertyCollection_OnRemoveComplete, (SettingsPropertyCollection * __this, SettingsProperty * property, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE998, SettingsPropertyCollection_OnRemoveComplete__MethodInfo); DO_APP_FUNC(0x02759010, void, SettingsPropertyCollection_Remove, (SettingsPropertyCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE970, SettingsPropertyCollection_Remove__MethodInfo); DO_APP_FUNC(0x02759040, void, SettingsPropertyCollection_SetReadOnly, (SettingsPropertyCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE980, SettingsPropertyCollection_SetReadOnly__MethodInfo); DO_APP_FUNC(0x02759070, void, SettingsProperty__ctor, (SettingsProperty * __this, SettingsProperty * propertyToCopy, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE978, SettingsProperty__ctor__MethodInfo); DO_APP_FUNC(0x027590A0, void, SettingsProperty__ctor_1, (SettingsProperty * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE910, SettingsProperty__ctor_1__MethodInfo); DO_APP_FUNC(0x027590D0, void, SettingsProperty__ctor_2, (SettingsProperty * __this, String * name, Type * propertyType, SettingsProvider * provider, bool isReadOnly, Object * defaultValue, SettingsSerializeAs__Enum serializeAs, SettingsAttributeDictionary * attributes, bool throwOnErrorDeserializing, bool throwOnErrorSerializing, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE918, SettingsProperty__ctor_2__MethodInfo); DO_APP_FUNC(0x02759100, SettingsAttributeDictionary *, SettingsProperty_get_Attributes, (SettingsProperty * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE900, SettingsProperty_get_Attributes__MethodInfo); DO_APP_FUNC(0x02759130, Object *, SettingsProperty_get_DefaultValue, (SettingsProperty * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE8F8, SettingsProperty_get_DefaultValue__MethodInfo); DO_APP_FUNC(0x02759160, void, SettingsProperty_set_DefaultValue, (SettingsProperty * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE908, SettingsProperty_set_DefaultValue__MethodInfo); DO_APP_FUNC(0x02759190, bool, SettingsProperty_get_IsReadOnly, (SettingsProperty * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE930, SettingsProperty_get_IsReadOnly__MethodInfo); DO_APP_FUNC(0x027591C0, void, SettingsProperty_set_IsReadOnly, (SettingsProperty * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE940, SettingsProperty_set_IsReadOnly__MethodInfo); DO_APP_FUNC(0x027591F0, String *, SettingsProperty_get_Name, (SettingsProperty * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE938, SettingsProperty_get_Name__MethodInfo); DO_APP_FUNC(0x02759220, void, SettingsProperty_set_Name, (SettingsProperty * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE920, SettingsProperty_set_Name__MethodInfo); DO_APP_FUNC(0x02759250, Type *, SettingsProperty_get_PropertyType, (SettingsProperty * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE928, SettingsProperty_get_PropertyType__MethodInfo); DO_APP_FUNC(0x02759280, void, SettingsProperty_set_PropertyType, (SettingsProperty * __this, Type * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE8C0, SettingsProperty_set_PropertyType__MethodInfo); DO_APP_FUNC(0x027592B0, SettingsProvider *, SettingsProperty_get_Provider, (SettingsProperty * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE8B8, SettingsProperty_get_Provider__MethodInfo); DO_APP_FUNC(0x027592E0, void, SettingsProperty_set_Provider, (SettingsProperty * __this, SettingsProvider * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE8C8, SettingsProperty_set_Provider__MethodInfo); DO_APP_FUNC(0x02759310, SettingsSerializeAs__Enum, SettingsProperty_get_SerializeAs, (SettingsProperty * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE8A0, SettingsProperty_get_SerializeAs__MethodInfo); DO_APP_FUNC(0x02759340, void, SettingsProperty_set_SerializeAs, (SettingsProperty * __this, SettingsSerializeAs__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE8B0, SettingsProperty_set_SerializeAs__MethodInfo); DO_APP_FUNC(0x02759370, bool, SettingsProperty_get_ThrowOnErrorDeserializing, (SettingsProperty * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE8A8, SettingsProperty_get_ThrowOnErrorDeserializing__MethodInfo); DO_APP_FUNC(0x027593A0, void, SettingsProperty_set_ThrowOnErrorDeserializing, (SettingsProperty * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE8E8, SettingsProperty_set_ThrowOnErrorDeserializing__MethodInfo); DO_APP_FUNC(0x027593D0, bool, SettingsProperty_get_ThrowOnErrorSerializing, (SettingsProperty * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE8F0, SettingsProperty_get_ThrowOnErrorSerializing__MethodInfo); DO_APP_FUNC(0x02759400, void, SettingsProperty_set_ThrowOnErrorSerializing, (SettingsProperty * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE8D8, SettingsProperty_set_ThrowOnErrorSerializing__MethodInfo); DO_APP_FUNC(0x02759430, void, SettingsProvider__ctor, (SettingsProvider * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE8D0, SettingsProvider__ctor__MethodInfo); DO_APP_FUNC(0x02759460, void, SettingsPropertyValueCollection__ctor, (SettingsPropertyValueCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE8E0, SettingsPropertyValueCollection__ctor__MethodInfo); DO_APP_FUNC(0x02759490, int32_t, SettingsPropertyValueCollection_get_Count, (SettingsPropertyValueCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE858, SettingsPropertyValueCollection_get_Count__MethodInfo); DO_APP_FUNC(0x027594C0, bool, SettingsPropertyValueCollection_get_IsSynchronized, (SettingsPropertyValueCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE868, SettingsPropertyValueCollection_get_IsSynchronized__MethodInfo); DO_APP_FUNC(0x027594F0, SettingsPropertyValue *, SettingsPropertyValueCollection_get_Item, (SettingsPropertyValueCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE860, SettingsPropertyValueCollection_get_Item__MethodInfo); DO_APP_FUNC(0x02759520, Object *, SettingsPropertyValueCollection_get_SyncRoot, (SettingsPropertyValueCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE848, SettingsPropertyValueCollection_get_SyncRoot__MethodInfo); DO_APP_FUNC(0x02759550, void, SettingsPropertyValueCollection_Add, (SettingsPropertyValueCollection * __this, SettingsPropertyValue * property, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE850, SettingsPropertyValueCollection_Add__MethodInfo); DO_APP_FUNC(0x02759580, void, SettingsPropertyValueCollection_Clear, (SettingsPropertyValueCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE890, SettingsPropertyValueCollection_Clear__MethodInfo); DO_APP_FUNC(0x027595B0, Object *, SettingsPropertyValueCollection_Clone, (SettingsPropertyValueCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE888, SettingsPropertyValueCollection_Clone__MethodInfo); DO_APP_FUNC(0x027595E0, void, SettingsPropertyValueCollection_CopyTo, (SettingsPropertyValueCollection * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE898, SettingsPropertyValueCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x02759610, IEnumerator *, SettingsPropertyValueCollection_GetEnumerator, (SettingsPropertyValueCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE870, SettingsPropertyValueCollection_GetEnumerator__MethodInfo); DO_APP_FUNC(0x02759640, void, SettingsPropertyValueCollection_Remove, (SettingsPropertyValueCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE880, SettingsPropertyValueCollection_Remove__MethodInfo); DO_APP_FUNC(0x02759670, void, SettingsPropertyValueCollection_SetReadOnly, (SettingsPropertyValueCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE878, SettingsPropertyValueCollection_SetReadOnly__MethodInfo); DO_APP_FUNC(0x027596A0, void, SettingsPropertyValue__ctor, (SettingsPropertyValue * __this, SettingsProperty * property, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE810, SettingsPropertyValue__ctor__MethodInfo); DO_APP_FUNC(0x027596D0, bool, SettingsPropertyValue_get_Deserialized, (SettingsPropertyValue * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE818, SettingsPropertyValue_get_Deserialized__MethodInfo); DO_APP_FUNC(0x02759700, void, SettingsPropertyValue_set_Deserialized, (SettingsPropertyValue * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE800, SettingsPropertyValue_set_Deserialized__MethodInfo); DO_APP_FUNC(0x02759730, bool, SettingsPropertyValue_get_IsDirty, (SettingsPropertyValue * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE7F8, SettingsPropertyValue_get_IsDirty__MethodInfo); DO_APP_FUNC(0x02759760, void, SettingsPropertyValue_set_IsDirty, (SettingsPropertyValue * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE808, SettingsPropertyValue_set_IsDirty__MethodInfo); DO_APP_FUNC(0x02759790, String *, SettingsPropertyValue_get_Name, (SettingsPropertyValue * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE830, SettingsPropertyValue_get_Name__MethodInfo); DO_APP_FUNC(0x027597C0, SettingsProperty *, SettingsPropertyValue_get_Property, (SettingsPropertyValue * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE840, SettingsPropertyValue_get_Property__MethodInfo); DO_APP_FUNC(0x027597F0, Object *, SettingsPropertyValue_get_PropertyValue, (SettingsPropertyValue * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE838, SettingsPropertyValue_get_PropertyValue__MethodInfo); DO_APP_FUNC(0x02759820, void, SettingsPropertyValue_set_PropertyValue, (SettingsPropertyValue * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE820, SettingsPropertyValue_set_PropertyValue__MethodInfo); DO_APP_FUNC(0x02759850, Object *, SettingsPropertyValue_get_SerializedValue, (SettingsPropertyValue * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE828, SettingsPropertyValue_get_SerializedValue__MethodInfo); DO_APP_FUNC(0x02759880, void, SettingsPropertyValue_set_SerializedValue, (SettingsPropertyValue * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE7C0, SettingsPropertyValue_set_SerializedValue__MethodInfo); DO_APP_FUNC(0x027598B0, bool, SettingsPropertyValue_get_UsingDefaultValue, (SettingsPropertyValue * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE7B8, SettingsPropertyValue_get_UsingDefaultValue__MethodInfo); DO_APP_FUNC(0x027598E0, void, SettingsAttributeDictionary__ctor, (SettingsAttributeDictionary * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE7C8, SettingsAttributeDictionary__ctor__MethodInfo); DO_APP_FUNC(0x02759910, void, SettingsAttributeDictionary__ctor_1, (SettingsAttributeDictionary * __this, SettingsAttributeDictionary * attributes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE7A0, SettingsAttributeDictionary__ctor_1__MethodInfo); DO_APP_FUNC(0x02759940, void, SettingsProviderCollection__ctor, (SettingsProviderCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE7B0, SettingsProviderCollection__ctor__MethodInfo); DO_APP_FUNC(0x02759970, SettingsProvider *, SettingsProviderCollection_get_Item, (SettingsProviderCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE7A8, SettingsProviderCollection_get_Item__MethodInfo); DO_APP_FUNC(0x027599A0, void, SettingsProviderCollection_Add, (SettingsProviderCollection * __this, ProviderBase * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE7E8, SettingsProviderCollection_Add__MethodInfo); DO_APP_FUNC(0x027599D0, void, CodeMemberMethod__ctor, (CodeMemberMethod * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE7F0, CodeMemberMethod__ctor__MethodInfo); DO_APP_FUNC(0x02759A00, CodeTypeReferenceCollection *, CodeMemberMethod_get_ImplementationTypes, (CodeMemberMethod * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE7D8, CodeMemberMethod_get_ImplementationTypes__MethodInfo); DO_APP_FUNC(0x02759A30, CodeParameterDeclarationExpressionCollection *, CodeMemberMethod_get_Parameters, (CodeMemberMethod * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE7D0, CodeMemberMethod_get_Parameters__MethodInfo); DO_APP_FUNC(0x02759A60, CodeTypeReference *, CodeMemberMethod_get_PrivateImplementationType, (CodeMemberMethod * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE7E0, CodeMemberMethod_get_PrivateImplementationType__MethodInfo); DO_APP_FUNC(0x02759A90, void, CodeMemberMethod_set_PrivateImplementationType, (CodeMemberMethod * __this, CodeTypeReference * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE758, CodeMemberMethod_set_PrivateImplementationType__MethodInfo); DO_APP_FUNC(0x02759AC0, CodeTypeReference *, CodeMemberMethod_get_ReturnType, (CodeMemberMethod * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE768, CodeMemberMethod_get_ReturnType__MethodInfo); DO_APP_FUNC(0x02759AF0, void, CodeMemberMethod_set_ReturnType, (CodeMemberMethod * __this, CodeTypeReference * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE760, CodeMemberMethod_set_ReturnType__MethodInfo); DO_APP_FUNC(0x02759B20, CodeAttributeDeclarationCollection *, CodeMemberMethod_get_ReturnTypeCustomAttributes, (CodeMemberMethod * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE748, CodeMemberMethod_get_ReturnTypeCustomAttributes__MethodInfo); DO_APP_FUNC(0x02759B50, CodeStatementCollection *, CodeMemberMethod_get_Statements, (CodeMemberMethod * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE750, CodeMemberMethod_get_Statements__MethodInfo); DO_APP_FUNC(0x02759B80, CodeTypeParameterCollection *, CodeMemberMethod_get_TypeParameters, (CodeMemberMethod * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE790, CodeMemberMethod_get_TypeParameters__MethodInfo); DO_APP_FUNC(0x02759BB0, void, CodeMemberMethod_add_PopulateImplementationTypes, (CodeMemberMethod * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE788, CodeMemberMethod_add_PopulateImplementationTypes__MethodInfo); DO_APP_FUNC(0x02759BE0, void, CodeMemberMethod_remove_PopulateImplementationTypes, (CodeMemberMethod * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE798, CodeMemberMethod_remove_PopulateImplementationTypes__MethodInfo); DO_APP_FUNC(0x02759C10, void, CodeMemberMethod_add_PopulateParameters, (CodeMemberMethod * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE770, CodeMemberMethod_add_PopulateParameters__MethodInfo); DO_APP_FUNC(0x02759C40, void, CodeMemberMethod_remove_PopulateParameters, (CodeMemberMethod * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE780, CodeMemberMethod_remove_PopulateParameters__MethodInfo); DO_APP_FUNC(0x02759C70, void, CodeMemberMethod_add_PopulateStatements, (CodeMemberMethod * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE778, CodeMemberMethod_add_PopulateStatements__MethodInfo); DO_APP_FUNC(0x02759CA0, void, CodeMemberMethod_remove_PopulateStatements, (CodeMemberMethod * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE710, CodeMemberMethod_remove_PopulateStatements__MethodInfo); DO_APP_FUNC(0x02759CD0, void, CodeParameterDeclarationExpressionCollection__ctor, (CodeParameterDeclarationExpressionCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE718, CodeParameterDeclarationExpressionCollection__ctor__MethodInfo); DO_APP_FUNC(0x02759D00, void, CodeParameterDeclarationExpressionCollection__ctor_1, (CodeParameterDeclarationExpressionCollection * __this, CodeParameterDeclarationExpressionCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE700, CodeParameterDeclarationExpressionCollection__ctor_1__MethodInfo); DO_APP_FUNC(0x02759D30, void, CodeParameterDeclarationExpressionCollection__ctor_2, (CodeParameterDeclarationExpressionCollection * __this, CodeParameterDeclarationExpression__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE6F8, CodeParameterDeclarationExpressionCollection__ctor_2__MethodInfo); DO_APP_FUNC(0x02759D60, CodeParameterDeclarationExpression *, CodeParameterDeclarationExpressionCollection_get_Item, (CodeParameterDeclarationExpressionCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE708, CodeParameterDeclarationExpressionCollection_get_Item__MethodInfo); DO_APP_FUNC(0x02759D90, void, CodeParameterDeclarationExpressionCollection_set_Item, (CodeParameterDeclarationExpressionCollection * __this, int32_t index, CodeParameterDeclarationExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE730, CodeParameterDeclarationExpressionCollection_set_Item__MethodInfo); DO_APP_FUNC(0x02759DC0, int32_t, CodeParameterDeclarationExpressionCollection_Add, (CodeParameterDeclarationExpressionCollection * __this, CodeParameterDeclarationExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE740, CodeParameterDeclarationExpressionCollection_Add__MethodInfo); DO_APP_FUNC(0x02759DF0, void, CodeParameterDeclarationExpressionCollection_AddRange, (CodeParameterDeclarationExpressionCollection * __this, CodeParameterDeclarationExpressionCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE738, CodeParameterDeclarationExpressionCollection_AddRange__MethodInfo); DO_APP_FUNC(0x02759E20, void, CodeParameterDeclarationExpressionCollection_AddRange_1, (CodeParameterDeclarationExpressionCollection * __this, CodeParameterDeclarationExpression__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE720, CodeParameterDeclarationExpressionCollection_AddRange_1__MethodInfo); DO_APP_FUNC(0x02759E50, bool, CodeParameterDeclarationExpressionCollection_Contains, (CodeParameterDeclarationExpressionCollection * __this, CodeParameterDeclarationExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE728, CodeParameterDeclarationExpressionCollection_Contains__MethodInfo); DO_APP_FUNC(0x02759E80, void, CodeParameterDeclarationExpressionCollection_CopyTo, (CodeParameterDeclarationExpressionCollection * __this, CodeParameterDeclarationExpression__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE6C0, CodeParameterDeclarationExpressionCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x02759EB0, int32_t, CodeParameterDeclarationExpressionCollection_IndexOf, (CodeParameterDeclarationExpressionCollection * __this, CodeParameterDeclarationExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE6B8, CodeParameterDeclarationExpressionCollection_IndexOf__MethodInfo); DO_APP_FUNC(0x02759EE0, void, CodeParameterDeclarationExpressionCollection_Insert, (CodeParameterDeclarationExpressionCollection * __this, int32_t index, CodeParameterDeclarationExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE6C8, CodeParameterDeclarationExpressionCollection_Insert__MethodInfo); DO_APP_FUNC(0x02759F10, void, CodeParameterDeclarationExpressionCollection_Remove, (CodeParameterDeclarationExpressionCollection * __this, CodeParameterDeclarationExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE6A0, CodeParameterDeclarationExpressionCollection_Remove__MethodInfo); DO_APP_FUNC(0x02759F40, void, CodeParameterDeclarationExpression__ctor, (CodeParameterDeclarationExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE6B0, CodeParameterDeclarationExpression__ctor__MethodInfo); DO_APP_FUNC(0x02759F70, void, CodeParameterDeclarationExpression__ctor_1, (CodeParameterDeclarationExpression * __this, CodeTypeReference * type, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE6A8, CodeParameterDeclarationExpression__ctor_1__MethodInfo); DO_APP_FUNC(0x02759FA0, void, CodeParameterDeclarationExpression__ctor_2, (CodeParameterDeclarationExpression * __this, String * type, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE6E8, CodeParameterDeclarationExpression__ctor_2__MethodInfo); DO_APP_FUNC(0x02759FD0, void, CodeParameterDeclarationExpression__ctor_3, (CodeParameterDeclarationExpression * __this, Type * type, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE6F0, CodeParameterDeclarationExpression__ctor_3__MethodInfo); DO_APP_FUNC(0x0275A000, CodeAttributeDeclarationCollection *, CodeParameterDeclarationExpression_get_CustomAttributes, (CodeParameterDeclarationExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE6D8, CodeParameterDeclarationExpression_get_CustomAttributes__MethodInfo); DO_APP_FUNC(0x0275A030, void, CodeParameterDeclarationExpression_set_CustomAttributes, (CodeParameterDeclarationExpression * __this, CodeAttributeDeclarationCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE6D0, CodeParameterDeclarationExpression_set_CustomAttributes__MethodInfo); DO_APP_FUNC(0x0275A060, FieldDirection__Enum, CodeParameterDeclarationExpression_get_Direction, (CodeParameterDeclarationExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE6E0, CodeParameterDeclarationExpression_get_Direction__MethodInfo); DO_APP_FUNC(0x0275A090, void, CodeParameterDeclarationExpression_set_Direction, (CodeParameterDeclarationExpression * __this, FieldDirection__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE658, CodeParameterDeclarationExpression_set_Direction__MethodInfo); DO_APP_FUNC(0x0275A0C0, String *, CodeParameterDeclarationExpression_get_Name, (CodeParameterDeclarationExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE668, CodeParameterDeclarationExpression_get_Name__MethodInfo); DO_APP_FUNC(0x0275A0F0, void, CodeParameterDeclarationExpression_set_Name, (CodeParameterDeclarationExpression * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE660, CodeParameterDeclarationExpression_set_Name__MethodInfo); DO_APP_FUNC(0x0275A120, CodeTypeReference *, CodeParameterDeclarationExpression_get_Type, (CodeParameterDeclarationExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE648, CodeParameterDeclarationExpression_get_Type__MethodInfo); DO_APP_FUNC(0x0275A150, void, CodeParameterDeclarationExpression_set_Type, (CodeParameterDeclarationExpression * __this, CodeTypeReference * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE650, CodeParameterDeclarationExpression_set_Type__MethodInfo); DO_APP_FUNC(0x0275A180, void, ResourcePermissionBase__ctor, (ResourcePermissionBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE690, ResourcePermissionBase__ctor__MethodInfo); DO_APP_FUNC(0x0275A1B0, void, ResourcePermissionBase__ctor_1, (ResourcePermissionBase * __this, PermissionState__Enum state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE688, ResourcePermissionBase__ctor_1__MethodInfo); DO_APP_FUNC(0x0275A1E0, Type *, ResourcePermissionBase_get_PermissionAccessType, (ResourcePermissionBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE698, ResourcePermissionBase_get_PermissionAccessType__MethodInfo); DO_APP_FUNC(0x0275A210, void, ResourcePermissionBase_set_PermissionAccessType, (ResourcePermissionBase * __this, Type * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE670, ResourcePermissionBase_set_PermissionAccessType__MethodInfo); DO_APP_FUNC(0x0275A240, String__Array *, ResourcePermissionBase_get_TagNames, (ResourcePermissionBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE680, ResourcePermissionBase_get_TagNames__MethodInfo); DO_APP_FUNC(0x0275A270, void, ResourcePermissionBase_set_TagNames, (ResourcePermissionBase * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE678, ResourcePermissionBase_set_TagNames__MethodInfo); DO_APP_FUNC(0x0275A2A0, void, ResourcePermissionBase_AddPermissionAccess, (ResourcePermissionBase * __this, ResourcePermissionBaseEntry * entry, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE610, ResourcePermissionBase_AddPermissionAccess__MethodInfo); DO_APP_FUNC(0x0275A2D0, void, ResourcePermissionBase_Clear, (ResourcePermissionBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE618, ResourcePermissionBase_Clear__MethodInfo); DO_APP_FUNC(0x0275A300, IPermission *, ResourcePermissionBase_Copy, (ResourcePermissionBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE600, ResourcePermissionBase_Copy__MethodInfo); DO_APP_FUNC(0x0275A330, void, ResourcePermissionBase_FromXml, (ResourcePermissionBase * __this, SecurityElement * securityElement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE5F8, ResourcePermissionBase_FromXml__MethodInfo); DO_APP_FUNC(0x0275A360, ResourcePermissionBaseEntry__Array *, ResourcePermissionBase_GetPermissionEntries, (ResourcePermissionBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE608, ResourcePermissionBase_GetPermissionEntries__MethodInfo); DO_APP_FUNC(0x0275A390, IPermission *, ResourcePermissionBase_Intersect, (ResourcePermissionBase * __this, IPermission * target, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE630, ResourcePermissionBase_Intersect__MethodInfo); DO_APP_FUNC(0x0275A3C0, bool, ResourcePermissionBase_IsSubsetOf, (ResourcePermissionBase * __this, IPermission * target, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE640, ResourcePermissionBase_IsSubsetOf__MethodInfo); DO_APP_FUNC(0x0275A3F0, bool, ResourcePermissionBase_IsUnrestricted, (ResourcePermissionBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE638, ResourcePermissionBase_IsUnrestricted__MethodInfo); DO_APP_FUNC(0x0275A420, void, ResourcePermissionBase_RemovePermissionAccess, (ResourcePermissionBase * __this, ResourcePermissionBaseEntry * entry, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE620, ResourcePermissionBase_RemovePermissionAccess__MethodInfo); DO_APP_FUNC(0x0275A450, SecurityElement *, ResourcePermissionBase_ToXml, (ResourcePermissionBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE628, ResourcePermissionBase_ToXml__MethodInfo); DO_APP_FUNC(0x0275A480, void, ResourcePermissionBaseEntry__ctor, (ResourcePermissionBaseEntry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE5C0, ResourcePermissionBaseEntry__ctor__MethodInfo); DO_APP_FUNC(0x0275A4B0, void, ResourcePermissionBaseEntry__ctor_1, (ResourcePermissionBaseEntry * __this, int32_t permissionAccess, String__Array * permissionAccessPath, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE5B8, ResourcePermissionBaseEntry__ctor_1__MethodInfo); DO_APP_FUNC(0x0275A4E0, int32_t, ResourcePermissionBaseEntry_get_PermissionAccess, (ResourcePermissionBaseEntry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE5C8, ResourcePermissionBaseEntry_get_PermissionAccess__MethodInfo); DO_APP_FUNC(0x0275A510, String__Array *, ResourcePermissionBaseEntry_get_PermissionAccessPath, (ResourcePermissionBaseEntry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE5A0, ResourcePermissionBaseEntry_get_PermissionAccessPath__MethodInfo); DO_APP_FUNC(0x0275A540, void, ExtendedProtectionPolicyElement__ctor, (ExtendedProtectionPolicyElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE5B0, ExtendedProtectionPolicyElement__ctor__MethodInfo); DO_APP_FUNC(0x0275A570, ServiceNameElementCollection *, ExtendedProtectionPolicyElement_get_CustomServiceNames, (ExtendedProtectionPolicyElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE5A8, ExtendedProtectionPolicyElement_get_CustomServiceNames__MethodInfo); DO_APP_FUNC(0x0275A5A0, PolicyEnforcement__Enum, ExtendedProtectionPolicyElement_get_PolicyEnforcement, (ExtendedProtectionPolicyElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE5E8, ExtendedProtectionPolicyElement_get_PolicyEnforcement__MethodInfo); DO_APP_FUNC(0x0275A5D0, void, ExtendedProtectionPolicyElement_set_PolicyEnforcement, (ExtendedProtectionPolicyElement * __this, PolicyEnforcement__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE5F0, ExtendedProtectionPolicyElement_set_PolicyEnforcement__MethodInfo); DO_APP_FUNC(0x0275A600, ConfigurationPropertyCollection *, ExtendedProtectionPolicyElement_get_Properties, (ExtendedProtectionPolicyElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE5D8, ExtendedProtectionPolicyElement_get_Properties__MethodInfo); DO_APP_FUNC(0x0275A630, ProtectionScenario__Enum, ExtendedProtectionPolicyElement_get_ProtectionScenario, (ExtendedProtectionPolicyElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE5D0, ExtendedProtectionPolicyElement_get_ProtectionScenario__MethodInfo); DO_APP_FUNC(0x0275A660, void, ExtendedProtectionPolicyElement_set_ProtectionScenario, (ExtendedProtectionPolicyElement * __this, ProtectionScenario__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE5E0, ExtendedProtectionPolicyElement_set_ProtectionScenario__MethodInfo); DO_APP_FUNC(0x0275A690, ExtendedProtectionPolicy *, ExtendedProtectionPolicyElement_BuildPolicy, (ExtendedProtectionPolicyElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE558, ExtendedProtectionPolicyElement_BuildPolicy__MethodInfo); DO_APP_FUNC(0x0275A6C0, void, ServiceNameElementCollection__ctor, (ServiceNameElementCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE568, ServiceNameElementCollection__ctor__MethodInfo); DO_APP_FUNC(0x0275A6F0, ServiceNameElement *, ServiceNameElementCollection_get_Item, (ServiceNameElementCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE560, ServiceNameElementCollection_get_Item__MethodInfo); DO_APP_FUNC(0x0275A720, void, ServiceNameElementCollection_set_Item, (ServiceNameElementCollection * __this, int32_t index, ServiceNameElement * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE548, ServiceNameElementCollection_set_Item__MethodInfo); DO_APP_FUNC(0x0275A750, ServiceNameElement *, ServiceNameElementCollection_get_Item_1, (ServiceNameElementCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE550, ServiceNameElementCollection_get_Item_1__MethodInfo); DO_APP_FUNC(0x0275A780, void, ServiceNameElementCollection_set_Item_1, (ServiceNameElementCollection * __this, String * name, ServiceNameElement * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE590, ServiceNameElementCollection_set_Item_1__MethodInfo); DO_APP_FUNC(0x0275A7B0, void, ServiceNameElementCollection_Add, (ServiceNameElementCollection * __this, ServiceNameElement * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE588, ServiceNameElementCollection_Add__MethodInfo); DO_APP_FUNC(0x0275A7E0, void, ServiceNameElementCollection_Clear, (ServiceNameElementCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE598, ServiceNameElementCollection_Clear__MethodInfo); DO_APP_FUNC(0x0275A810, ConfigurationElement *, ServiceNameElementCollection_CreateNewElement, (ServiceNameElementCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE570, ServiceNameElementCollection_CreateNewElement__MethodInfo); DO_APP_FUNC(0x0275A840, Object *, ServiceNameElementCollection_GetElementKey, (ServiceNameElementCollection * __this, ConfigurationElement * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE580, ServiceNameElementCollection_GetElementKey__MethodInfo); DO_APP_FUNC(0x0275A870, int32_t, ServiceNameElementCollection_IndexOf, (ServiceNameElementCollection * __this, ServiceNameElement * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE578, ServiceNameElementCollection_IndexOf__MethodInfo); DO_APP_FUNC(0x0275A8A0, void, ServiceNameElementCollection_Remove, (ServiceNameElementCollection * __this, ServiceNameElement * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE510, ServiceNameElementCollection_Remove__MethodInfo); DO_APP_FUNC(0x0275A8D0, void, ServiceNameElementCollection_Remove_1, (ServiceNameElementCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE518, ServiceNameElementCollection_Remove_1__MethodInfo); DO_APP_FUNC(0x0275A900, void, ServiceNameElementCollection_RemoveAt, (ServiceNameElementCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE500, ServiceNameElementCollection_RemoveAt__MethodInfo); DO_APP_FUNC(0x0275A930, void, ServiceNameElement__ctor, (ServiceNameElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE4F8, ServiceNameElement__ctor__MethodInfo); DO_APP_FUNC(0x0275A960, String *, ServiceNameElement_get_Name, (ServiceNameElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE508, ServiceNameElement_get_Name__MethodInfo); DO_APP_FUNC(0x0275A990, void, ServiceNameElement_set_Name, (ServiceNameElement * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE530, ServiceNameElement_set_Name__MethodInfo); DO_APP_FUNC(0x0275A9C0, ConfigurationPropertyCollection *, ServiceNameElement_get_Properties, (ServiceNameElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE540, ServiceNameElement_get_Properties__MethodInfo); DO_APP_FUNC(0x0275A9F0, void, EventLog__ctor, (EventLog * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE538, EventLog__ctor__MethodInfo); DO_APP_FUNC(0x0275AA20, void, EventLog__ctor_1, (EventLog * __this, String * logName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE520, EventLog__ctor_1__MethodInfo); DO_APP_FUNC(0x0275AA50, void, EventLog__ctor_2, (EventLog * __this, String * logName, String * machineName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE528, EventLog__ctor_2__MethodInfo); DO_APP_FUNC(0x0275AA80, void, EventLog__ctor_3, (EventLog * __this, String * logName, String * machineName, String * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE4C0, EventLog__ctor_3__MethodInfo); DO_APP_FUNC(0x0275AAB0, bool, EventLog_get_EnableRaisingEvents, (EventLog * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE4B8, EventLog_get_EnableRaisingEvents__MethodInfo); DO_APP_FUNC(0x0275AAE0, void, EventLog_set_EnableRaisingEvents, (EventLog * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE4C8, EventLog_set_EnableRaisingEvents__MethodInfo); DO_APP_FUNC(0x0275AB10, EventLogEntryCollection *, EventLog_get_Entries, (EventLog * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE4A0, EventLog_get_Entries__MethodInfo); DO_APP_FUNC(0x0275AB40, String *, EventLog_get_Log, (EventLog * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE4B0, EventLog_get_Log__MethodInfo); DO_APP_FUNC(0x0275AB70, void, EventLog_set_Log, (EventLog * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE4A8, EventLog_set_Log__MethodInfo); DO_APP_FUNC(0x0275ABA0, String *, EventLog_get_LogDisplayName, (EventLog * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE4E8, EventLog_get_LogDisplayName__MethodInfo); DO_APP_FUNC(0x0275ABD0, String *, EventLog_get_MachineName, (EventLog * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE4F0, EventLog_get_MachineName__MethodInfo); DO_APP_FUNC(0x0275AC00, void, EventLog_set_MachineName, (EventLog * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE4D8, EventLog_set_MachineName__MethodInfo); DO_APP_FUNC(0x0275AC30, int64_t, EventLog_get_MaximumKilobytes, (EventLog * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE4D0, EventLog_get_MaximumKilobytes__MethodInfo); DO_APP_FUNC(0x0275AC60, void, EventLog_set_MaximumKilobytes, (EventLog * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE4E0, EventLog_set_MaximumKilobytes__MethodInfo); DO_APP_FUNC(0x0275AC90, int32_t, EventLog_get_MinimumRetentionDays, (EventLog * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE458, EventLog_get_MinimumRetentionDays__MethodInfo); DO_APP_FUNC(0x0275ACC0, OverflowAction__Enum, EventLog_get_OverflowAction, (EventLog * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE468, EventLog_get_OverflowAction__MethodInfo); DO_APP_FUNC(0x0275ACF0, String *, EventLog_get_Source, (EventLog * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE460, EventLog_get_Source__MethodInfo); DO_APP_FUNC(0x0275AD20, void, EventLog_set_Source, (EventLog * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE448, EventLog_set_Source__MethodInfo); DO_APP_FUNC(0x0275AD50, ISynchronizeInvoke *, EventLog_get_SynchronizingObject, (EventLog * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE450, EventLog_get_SynchronizingObject__MethodInfo); DO_APP_FUNC(0x0275AD80, void, EventLog_set_SynchronizingObject, (EventLog * __this, ISynchronizeInvoke * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE490, EventLog_set_SynchronizingObject__MethodInfo); DO_APP_FUNC(0x0275ADB0, void, EventLog_add_EntryWritten, (EventLog * __this, EntryWrittenEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE488, EventLog_add_EntryWritten__MethodInfo); DO_APP_FUNC(0x0275ADE0, void, EventLog_remove_EntryWritten, (EventLog * __this, EntryWrittenEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE498, EventLog_remove_EntryWritten__MethodInfo); DO_APP_FUNC(0x0275AE10, void, EventLog_BeginInit, (EventLog * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE470, EventLog_BeginInit__MethodInfo); DO_APP_FUNC(0x0275AE40, void, EventLog_Clear, (EventLog * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE480, EventLog_Clear__MethodInfo); DO_APP_FUNC(0x0275AE70, void, EventLog_Close, (EventLog * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE478, EventLog_Close__MethodInfo); DO_APP_FUNC(0x0275AEA0, void, EventLog_CreateEventSource, (EventSourceCreationData * sourceData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE410, EventLog_CreateEventSource__MethodInfo); DO_APP_FUNC(0x0275AED0, void, EventLog_CreateEventSource_1, (String * source, String * logName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE418, EventLog_CreateEventSource_1__MethodInfo); DO_APP_FUNC(0x0275AF00, void, EventLog_CreateEventSource_2, (String * source, String * logName, String * machineName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE400, EventLog_CreateEventSource_2__MethodInfo); DO_APP_FUNC(0x0275AF30, void, EventLog_Delete, (String * logName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE3F8, EventLog_Delete__MethodInfo); DO_APP_FUNC(0x0275AF60, void, EventLog_Delete_1, (String * logName, String * machineName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE408, EventLog_Delete_1__MethodInfo); DO_APP_FUNC(0x0275AF90, void, EventLog_DeleteEventSource, (String * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE430, EventLog_DeleteEventSource__MethodInfo); DO_APP_FUNC(0x0275AFC0, void, EventLog_DeleteEventSource_1, (String * source, String * machineName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE440, EventLog_DeleteEventSource_1__MethodInfo); DO_APP_FUNC(0x0275AFF0, void, EventLog_EndInit, (EventLog * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE438, EventLog_EndInit__MethodInfo); DO_APP_FUNC(0x0275B020, bool, EventLog_Exists, (String * logName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE420, EventLog_Exists__MethodInfo); DO_APP_FUNC(0x0275B050, bool, EventLog_Exists_1, (String * logName, String * machineName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE428, EventLog_Exists_1__MethodInfo); DO_APP_FUNC(0x0275B080, EventLog__Array *, EventLog_GetEventLogs, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE3C0, EventLog_GetEventLogs__MethodInfo); DO_APP_FUNC(0x0275B0B0, EventLog__Array *, EventLog_GetEventLogs_1, (String * machineName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE3B8, EventLog_GetEventLogs_1__MethodInfo); DO_APP_FUNC(0x0275B0E0, String *, EventLog_LogNameFromSourceName, (String * source, String * machineName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE3C8, EventLog_LogNameFromSourceName__MethodInfo); DO_APP_FUNC(0x0275B110, void, EventLog_ModifyOverflowPolicy, (EventLog * __this, OverflowAction__Enum action, int32_t retentionDays, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE3A0, EventLog_ModifyOverflowPolicy__MethodInfo); DO_APP_FUNC(0x0275B140, void, EventLog_RegisterDisplayName, (EventLog * __this, String * resourceFile, int64_t resourceId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE3B0, EventLog_RegisterDisplayName__MethodInfo); DO_APP_FUNC(0x0275B170, bool, EventLog_SourceExists, (String * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE3A8, EventLog_SourceExists__MethodInfo); DO_APP_FUNC(0x0275B1A0, bool, EventLog_SourceExists_1, (String * source, String * machineName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE3E8, EventLog_SourceExists_1__MethodInfo); DO_APP_FUNC(0x0275B1D0, void, EventLog_WriteEntry, (EventLog * __this, String * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE3F0, EventLog_WriteEntry__MethodInfo); DO_APP_FUNC(0x0275B200, void, EventLog_WriteEntry_1, (EventLog * __this, String * message, EventLogEntryType__Enum type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE3D8, EventLog_WriteEntry_1__MethodInfo); DO_APP_FUNC(0x0275B230, void, EventLog_WriteEntry_2, (EventLog * __this, String * message, EventLogEntryType__Enum type, int32_t eventID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE3D0, EventLog_WriteEntry_2__MethodInfo); DO_APP_FUNC(0x0275B260, void, EventLog_WriteEntry_3, (EventLog * __this, String * message, EventLogEntryType__Enum type, int32_t eventID, int16_t category, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE3E0, EventLog_WriteEntry_3__MethodInfo); DO_APP_FUNC(0x0275B290, void, EventLog_WriteEntry_4, (EventLog * __this, String * message, EventLogEntryType__Enum type, int32_t eventID, int16_t category, Byte__Array * rawData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE358, EventLog_WriteEntry_4__MethodInfo); DO_APP_FUNC(0x0275B2C0, void, EventLog_WriteEntry_5, (String * source, String * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE368, EventLog_WriteEntry_5__MethodInfo); DO_APP_FUNC(0x0275B2F0, void, EventLog_WriteEntry_6, (String * source, String * message, EventLogEntryType__Enum type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE360, EventLog_WriteEntry_6__MethodInfo); DO_APP_FUNC(0x0275B320, void, EventLog_WriteEntry_7, (String * source, String * message, EventLogEntryType__Enum type, int32_t eventID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE348, EventLog_WriteEntry_7__MethodInfo); DO_APP_FUNC(0x0275B350, void, EventLog_WriteEntry_8, (String * source, String * message, EventLogEntryType__Enum type, int32_t eventID, int16_t category, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE350, EventLog_WriteEntry_8__MethodInfo); DO_APP_FUNC(0x0275B380, void, EventLog_WriteEntry_9, (String * source, String * message, EventLogEntryType__Enum type, int32_t eventID, int16_t category, Byte__Array * rawData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE390, EventLog_WriteEntry_9__MethodInfo); DO_APP_FUNC(0x0275B3B0, void, EventLog_WriteEvent, (EventLog * __this, EventInstance * instance, Byte__Array * data, Object__Array * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE388, EventLog_WriteEvent__MethodInfo); DO_APP_FUNC(0x0275B3E0, void, EventLog_WriteEvent_1, (EventLog * __this, EventInstance * instance, Object__Array * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE398, EventLog_WriteEvent_1__MethodInfo); DO_APP_FUNC(0x0275B410, void, EventLog_WriteEvent_2, (String * source, EventInstance * instance, Byte__Array * data, Object__Array * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE370, EventLog_WriteEvent_2__MethodInfo); DO_APP_FUNC(0x0275B440, void, EventLog_WriteEvent_3, (String * source, EventInstance * instance, Object__Array * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE380, EventLog_WriteEvent_3__MethodInfo); DO_APP_FUNC(0x0275B470, void, EventLogEntryCollection__ctor, (EventLogEntryCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE378, EventLogEntryCollection__ctor__MethodInfo); DO_APP_FUNC(0x0275B4A0, int32_t, EventLogEntryCollection_get_Count, (EventLogEntryCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE310, EventLogEntryCollection_get_Count__MethodInfo); DO_APP_FUNC(0x0275B4D0, EventLogEntry *, EventLogEntryCollection_get_Item, (EventLogEntryCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE318, EventLogEntryCollection_get_Item__MethodInfo); DO_APP_FUNC(0x0275B500, bool, EventLogEntryCollection_System_Collections_ICollection_get_IsSynchronized, (EventLogEntryCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE300, EventLogEntryCollection_System_Collections_ICollection_get_IsSynchronized__MethodInfo); DO_APP_FUNC(0x0275B530, Object *, EventLogEntryCollection_System_Collections_ICollection_get_SyncRoot, (EventLogEntryCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE2F8, EventLogEntryCollection_System_Collections_ICollection_get_SyncRoot__MethodInfo); DO_APP_FUNC(0x0275B560, void, EventLogEntryCollection_CopyTo, (EventLogEntryCollection * __this, EventLogEntry__Array * entries, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE308, EventLogEntryCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x0275B590, IEnumerator *, EventLogEntryCollection_GetEnumerator, (EventLogEntryCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE330, EventLogEntryCollection_GetEnumerator__MethodInfo); DO_APP_FUNC(0x0275B5C0, void, EventLogEntryCollection_System_Collections_ICollection_CopyTo, (EventLogEntryCollection * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE340, EventLogEntryCollection_System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x0275B5F0, void, EventLogEntry__ctor, (EventLogEntry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE338, EventLogEntry__ctor__MethodInfo); DO_APP_FUNC(0x0275B620, String *, EventLogEntry_get_Category, (EventLogEntry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE320, EventLogEntry_get_Category__MethodInfo); DO_APP_FUNC(0x0275B650, int16_t, EventLogEntry_get_CategoryNumber, (EventLogEntry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE328, EventLogEntry_get_CategoryNumber__MethodInfo); DO_APP_FUNC(0x0275B680, Byte__Array *, EventLogEntry_get_Data, (EventLogEntry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE2C0, EventLogEntry_get_Data__MethodInfo); DO_APP_FUNC(0x0275B6B0, EventLogEntryType__Enum, EventLogEntry_get_EntryType, (EventLogEntry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE2B8, EventLogEntry_get_EntryType__MethodInfo); DO_APP_FUNC(0x0275B6E0, int32_t, EventLogEntry_get_EventID, (EventLogEntry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE2C8, EventLogEntry_get_EventID__MethodInfo); DO_APP_FUNC(0x0275B710, int32_t, EventLogEntry_get_Index, (EventLogEntry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE2A0, EventLogEntry_get_Index__MethodInfo); DO_APP_FUNC(0x0275B740, int64_t, EventLogEntry_get_InstanceId, (EventLogEntry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE2B0, EventLogEntry_get_InstanceId__MethodInfo); DO_APP_FUNC(0x0275B770, String *, EventLogEntry_get_MachineName, (EventLogEntry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE2A8, EventLogEntry_get_MachineName__MethodInfo); DO_APP_FUNC(0x0275B7A0, String *, EventLogEntry_get_Message, (EventLogEntry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE2E8, EventLogEntry_get_Message__MethodInfo); DO_APP_FUNC(0x0275B7D0, String__Array *, EventLogEntry_get_ReplacementStrings, (EventLogEntry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE2F0, EventLogEntry_get_ReplacementStrings__MethodInfo); DO_APP_FUNC(0x0275B800, String *, EventLogEntry_get_Source, (EventLogEntry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE2D8, EventLogEntry_get_Source__MethodInfo); DO_APP_FUNC(0x0275B830, DateTime, EventLogEntry_get_TimeGenerated, (EventLogEntry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE2D0, EventLogEntry_get_TimeGenerated__MethodInfo); DO_APP_FUNC(0x0275B860, DateTime, EventLogEntry_get_TimeWritten, (EventLogEntry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE2E0, EventLogEntry_get_TimeWritten__MethodInfo); DO_APP_FUNC(0x0275B890, String *, EventLogEntry_get_UserName, (EventLogEntry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE258, EventLogEntry_get_UserName__MethodInfo); DO_APP_FUNC(0x0275B8C0, bool, EventLogEntry_Equals, (EventLogEntry * __this, EventLogEntry * otherEntry, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE268, EventLogEntry_Equals__MethodInfo); DO_APP_FUNC(0x0275B8F0, void, EventLogEntry_System_Runtime_Serialization_ISerializable_GetObjectData, (EventLogEntry * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE260, EventLogEntry_System_Runtime_Serialization_ISerializable_GetObjectData__MethodInfo); DO_APP_FUNC(0x0275B920, void, EntryWrittenEventHandler__ctor, (EntryWrittenEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE248, EntryWrittenEventHandler__ctor__MethodInfo); DO_APP_FUNC(0x0275B950, void, EntryWrittenEventHandler_Invoke, (EntryWrittenEventHandler * __this, Object * sender, EntryWrittenEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE250, EntryWrittenEventHandler_Invoke__MethodInfo); DO_APP_FUNC(0x0275B980, IAsyncResult *, EntryWrittenEventHandler_BeginInvoke, (EntryWrittenEventHandler * __this, Object * sender, EntryWrittenEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE290, EntryWrittenEventHandler_BeginInvoke__MethodInfo); DO_APP_FUNC(0x0275B9B0, void, EntryWrittenEventHandler_EndInvoke, (EntryWrittenEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE288, EntryWrittenEventHandler_EndInvoke__MethodInfo); DO_APP_FUNC(0x0275B9E0, void, EntryWrittenEventArgs__ctor, (EntryWrittenEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE298, EntryWrittenEventArgs__ctor__MethodInfo); DO_APP_FUNC(0x0275BA10, void, EntryWrittenEventArgs__ctor_1, (EntryWrittenEventArgs * __this, EventLogEntry * entry, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE270, EntryWrittenEventArgs__ctor_1__MethodInfo); DO_APP_FUNC(0x0275BA40, EventLogEntry *, EntryWrittenEventArgs_get_Entry, (EntryWrittenEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE280, EntryWrittenEventArgs_get_Entry__MethodInfo); DO_APP_FUNC(0x0275BA70, void, EventSourceCreationData__ctor, (EventSourceCreationData * __this, String * source, String * logName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE278, EventSourceCreationData__ctor__MethodInfo); DO_APP_FUNC(0x0275BAA0, int32_t, EventSourceCreationData_get_CategoryCount, (EventSourceCreationData * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE210, EventSourceCreationData_get_CategoryCount__MethodInfo); DO_APP_FUNC(0x0275BAD0, void, EventSourceCreationData_set_CategoryCount, (EventSourceCreationData * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE218, EventSourceCreationData_set_CategoryCount__MethodInfo); DO_APP_FUNC(0x0275BB00, String *, EventSourceCreationData_get_CategoryResourceFile, (EventSourceCreationData * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE200, EventSourceCreationData_get_CategoryResourceFile__MethodInfo); DO_APP_FUNC(0x0275BB30, void, EventSourceCreationData_set_CategoryResourceFile, (EventSourceCreationData * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE1F8, EventSourceCreationData_set_CategoryResourceFile__MethodInfo); DO_APP_FUNC(0x0275BB60, String *, EventSourceCreationData_get_LogName, (EventSourceCreationData * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE208, EventSourceCreationData_get_LogName__MethodInfo); DO_APP_FUNC(0x0275BB90, void, EventSourceCreationData_set_LogName, (EventSourceCreationData * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE230, EventSourceCreationData_set_LogName__MethodInfo); DO_APP_FUNC(0x0275BBC0, String *, EventSourceCreationData_get_MachineName, (EventSourceCreationData * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE240, EventSourceCreationData_get_MachineName__MethodInfo); DO_APP_FUNC(0x0275BBF0, void, EventSourceCreationData_set_MachineName, (EventSourceCreationData * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE238, EventSourceCreationData_set_MachineName__MethodInfo); DO_APP_FUNC(0x0275BC20, String *, EventSourceCreationData_get_MessageResourceFile, (EventSourceCreationData * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE220, EventSourceCreationData_get_MessageResourceFile__MethodInfo); DO_APP_FUNC(0x0275BC50, void, EventSourceCreationData_set_MessageResourceFile, (EventSourceCreationData * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE228, EventSourceCreationData_set_MessageResourceFile__MethodInfo); DO_APP_FUNC(0x0275BC80, String *, EventSourceCreationData_get_ParameterResourceFile, (EventSourceCreationData * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE1C0, EventSourceCreationData_get_ParameterResourceFile__MethodInfo); DO_APP_FUNC(0x0275BCB0, void, EventSourceCreationData_set_ParameterResourceFile, (EventSourceCreationData * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE1B8, EventSourceCreationData_set_ParameterResourceFile__MethodInfo); DO_APP_FUNC(0x0275BCE0, String *, EventSourceCreationData_get_Source, (EventSourceCreationData * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE1C8, EventSourceCreationData_get_Source__MethodInfo); DO_APP_FUNC(0x0275BD10, void, EventSourceCreationData_set_Source, (EventSourceCreationData * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE1A0, EventSourceCreationData_set_Source__MethodInfo); DO_APP_FUNC(0x0275BD40, void, EventInstance__ctor, (EventInstance * __this, int64_t instanceId, int32_t categoryId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE1B0, EventInstance__ctor__MethodInfo); DO_APP_FUNC(0x0275BD70, void, EventInstance__ctor_1, (EventInstance * __this, int64_t instanceId, int32_t categoryId, EventLogEntryType__Enum entryType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE1A8, EventInstance__ctor_1__MethodInfo); DO_APP_FUNC(0x0275BDA0, int32_t, EventInstance_get_CategoryId, (EventInstance * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE1E8, EventInstance_get_CategoryId__MethodInfo); DO_APP_FUNC(0x0275BDD0, void, EventInstance_set_CategoryId, (EventInstance * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE1F0, EventInstance_set_CategoryId__MethodInfo); DO_APP_FUNC(0x0275BE00, EventLogEntryType__Enum, EventInstance_get_EntryType, (EventInstance * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE1D8, EventInstance_get_EntryType__MethodInfo); DO_APP_FUNC(0x0275BE30, void, EventInstance_set_EntryType, (EventInstance * __this, EventLogEntryType__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE1D0, EventInstance_set_EntryType__MethodInfo); DO_APP_FUNC(0x0275BE60, int64_t, EventInstance_get_InstanceId, (EventInstance * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE1E0, EventInstance_get_InstanceId__MethodInfo); DO_APP_FUNC(0x0275BE90, void, EventInstance_set_InstanceId, (EventInstance * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE158, EventInstance_set_InstanceId__MethodInfo); DO_APP_FUNC(0x0275BEC0, void, CodeArgumentReferenceExpression__ctor, (CodeArgumentReferenceExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE168, CodeArgumentReferenceExpression__ctor__MethodInfo); DO_APP_FUNC(0x0275BEF0, void, CodeArgumentReferenceExpression__ctor_1, (CodeArgumentReferenceExpression * __this, String * parameterName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE160, CodeArgumentReferenceExpression__ctor_1__MethodInfo); DO_APP_FUNC(0x0275BF20, String *, CodeArgumentReferenceExpression_get_ParameterName, (CodeArgumentReferenceExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE148, CodeArgumentReferenceExpression_get_ParameterName__MethodInfo); DO_APP_FUNC(0x0275BF50, void, CodeArgumentReferenceExpression_set_ParameterName, (CodeArgumentReferenceExpression * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE150, CodeArgumentReferenceExpression_set_ParameterName__MethodInfo); DO_APP_FUNC(0x0275BF80, void, IntranetZoneCredentialPolicy__ctor, (IntranetZoneCredentialPolicy * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE190, IntranetZoneCredentialPolicy__ctor__MethodInfo); DO_APP_FUNC(0x0275BFB0, bool, IntranetZoneCredentialPolicy_ShouldSendCredential, (IntranetZoneCredentialPolicy * __this, Uri * challengeUri, WebRequest * request, NetworkCredential * credential, IAuthenticationModule * authModule, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE188, IntranetZoneCredentialPolicy_ShouldSendCredential__MethodInfo); DO_APP_FUNC(0x0275BFE0, void, PowerModeChangedEventArgs__ctor, (PowerModeChangedEventArgs * __this, PowerModes__Enum mode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE198, PowerModeChangedEventArgs__ctor__MethodInfo); DO_APP_FUNC(0x0275C010, PowerModes__Enum, PowerModeChangedEventArgs_get_Mode, (PowerModeChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE170, PowerModeChangedEventArgs_get_Mode__MethodInfo); DO_APP_FUNC(0x0275C040, void, PowerModeChangedEventHandler__ctor, (PowerModeChangedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE180, PowerModeChangedEventHandler__ctor__MethodInfo); DO_APP_FUNC(0x0275C070, void, PowerModeChangedEventHandler_Invoke, (PowerModeChangedEventHandler * __this, Object * sender, PowerModeChangedEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE178, PowerModeChangedEventHandler_Invoke__MethodInfo); DO_APP_FUNC(0x0275C0A0, IAsyncResult *, PowerModeChangedEventHandler_BeginInvoke, (PowerModeChangedEventHandler * __this, Object * sender, PowerModeChangedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE110, PowerModeChangedEventHandler_BeginInvoke__MethodInfo); DO_APP_FUNC(0x0275C0D0, void, PowerModeChangedEventHandler_EndInvoke, (PowerModeChangedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE118, PowerModeChangedEventHandler_EndInvoke__MethodInfo); DO_APP_FUNC(0x0275C100, void, SessionEndedEventArgs__ctor, (SessionEndedEventArgs * __this, SessionEndReasons__Enum reason, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE100, SessionEndedEventArgs__ctor__MethodInfo); DO_APP_FUNC(0x0275C130, SessionEndReasons__Enum, SessionEndedEventArgs_get_Reason, (SessionEndedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE0F8, SessionEndedEventArgs_get_Reason__MethodInfo); DO_APP_FUNC(0x0275C160, void, SessionEndedEventHandler__ctor, (SessionEndedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE108, SessionEndedEventHandler__ctor__MethodInfo); DO_APP_FUNC(0x0275C190, void, SessionEndedEventHandler_Invoke, (SessionEndedEventHandler * __this, Object * sender, SessionEndedEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE130, SessionEndedEventHandler_Invoke__MethodInfo); DO_APP_FUNC(0x0275C1C0, IAsyncResult *, SessionEndedEventHandler_BeginInvoke, (SessionEndedEventHandler * __this, Object * sender, SessionEndedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE140, SessionEndedEventHandler_BeginInvoke__MethodInfo); DO_APP_FUNC(0x0275C1F0, void, SessionEndedEventHandler_EndInvoke, (SessionEndedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE138, SessionEndedEventHandler_EndInvoke__MethodInfo); DO_APP_FUNC(0x0275C220, void, SessionEndingEventArgs__ctor, (SessionEndingEventArgs * __this, SessionEndReasons__Enum reason, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE120, SessionEndingEventArgs__ctor__MethodInfo); DO_APP_FUNC(0x0275C250, bool, SessionEndingEventArgs_get_Cancel, (SessionEndingEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE128, SessionEndingEventArgs_get_Cancel__MethodInfo); DO_APP_FUNC(0x0275C280, void, SessionEndingEventArgs_set_Cancel, (SessionEndingEventArgs * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE0C0, SessionEndingEventArgs_set_Cancel__MethodInfo); DO_APP_FUNC(0x0275C2B0, SessionEndReasons__Enum, SessionEndingEventArgs_get_Reason, (SessionEndingEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE0B8, SessionEndingEventArgs_get_Reason__MethodInfo); DO_APP_FUNC(0x0275C2E0, void, SessionEndingEventHandler__ctor, (SessionEndingEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE0C8, SessionEndingEventHandler__ctor__MethodInfo); DO_APP_FUNC(0x0275C310, void, SessionEndingEventHandler_Invoke, (SessionEndingEventHandler * __this, Object * sender, SessionEndingEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE0A0, SessionEndingEventHandler_Invoke__MethodInfo); DO_APP_FUNC(0x0275C340, IAsyncResult *, SessionEndingEventHandler_BeginInvoke, (SessionEndingEventHandler * __this, Object * sender, SessionEndingEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE0B0, SessionEndingEventHandler_BeginInvoke__MethodInfo); DO_APP_FUNC(0x0275C370, void, SessionEndingEventHandler_EndInvoke, (SessionEndingEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE0A8, SessionEndingEventHandler_EndInvoke__MethodInfo); DO_APP_FUNC(0x0275C3A0, void, SessionSwitchEventArgs__ctor, (SessionSwitchEventArgs * __this, SessionSwitchReason__Enum reason, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE0E8, SessionSwitchEventArgs__ctor__MethodInfo); DO_APP_FUNC(0x0275C3D0, SessionSwitchReason__Enum, SessionSwitchEventArgs_get_Reason, (SessionSwitchEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE0F0, SessionSwitchEventArgs_get_Reason__MethodInfo); DO_APP_FUNC(0x0275C400, void, SessionSwitchEventHandler__ctor, (SessionSwitchEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE0D8, SessionSwitchEventHandler__ctor__MethodInfo); DO_APP_FUNC(0x0275C430, void, SessionSwitchEventHandler_Invoke, (SessionSwitchEventHandler * __this, Object * sender, SessionSwitchEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE0D0, SessionSwitchEventHandler_Invoke__MethodInfo); DO_APP_FUNC(0x0275C460, IAsyncResult *, SessionSwitchEventHandler_BeginInvoke, (SessionSwitchEventHandler * __this, Object * sender, SessionSwitchEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE0E0, SessionSwitchEventHandler_BeginInvoke__MethodInfo); DO_APP_FUNC(0x0275C490, void, SessionSwitchEventHandler_EndInvoke, (SessionSwitchEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE058, SessionSwitchEventHandler_EndInvoke__MethodInfo); DO_APP_FUNC(0x0275C4C0, void, SystemEvents__ctor, (SystemEvents * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE068, SystemEvents__ctor__MethodInfo); DO_APP_FUNC(0x0275C4F0, void, SystemEvents_add_DisplaySettingsChanged, (EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE060, SystemEvents_add_DisplaySettingsChanged__MethodInfo); DO_APP_FUNC(0x0275C520, void, SystemEvents_remove_DisplaySettingsChanged, (EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE048, SystemEvents_remove_DisplaySettingsChanged__MethodInfo); DO_APP_FUNC(0x0275C550, void, SystemEvents_add_DisplaySettingsChanging, (EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE050, SystemEvents_add_DisplaySettingsChanging__MethodInfo); DO_APP_FUNC(0x0275C580, void, SystemEvents_remove_DisplaySettingsChanging, (EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE090, SystemEvents_remove_DisplaySettingsChanging__MethodInfo); DO_APP_FUNC(0x0275C5B0, void, SystemEvents_add_EventsThreadShutdown, (EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE088, SystemEvents_add_EventsThreadShutdown__MethodInfo); DO_APP_FUNC(0x0275C5E0, void, SystemEvents_remove_EventsThreadShutdown, (EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE098, SystemEvents_remove_EventsThreadShutdown__MethodInfo); DO_APP_FUNC(0x0275C610, void, SystemEvents_add_InstalledFontsChanged, (EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE070, SystemEvents_add_InstalledFontsChanged__MethodInfo); DO_APP_FUNC(0x0275C640, void, SystemEvents_remove_InstalledFontsChanged, (EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE080, SystemEvents_remove_InstalledFontsChanged__MethodInfo); DO_APP_FUNC(0x0275C670, void, SystemEvents_add_LowMemory, (EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE078, SystemEvents_add_LowMemory__MethodInfo); DO_APP_FUNC(0x0275C6A0, void, SystemEvents_remove_LowMemory, (EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE010, SystemEvents_remove_LowMemory__MethodInfo); DO_APP_FUNC(0x0275C6D0, void, SystemEvents_add_PaletteChanged, (EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE018, SystemEvents_add_PaletteChanged__MethodInfo); DO_APP_FUNC(0x0275C700, void, SystemEvents_remove_PaletteChanged, (EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE000, SystemEvents_remove_PaletteChanged__MethodInfo); DO_APP_FUNC(0x0275C730, void, SystemEvents_add_PowerModeChanged, (PowerModeChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADFF8, SystemEvents_add_PowerModeChanged__MethodInfo); DO_APP_FUNC(0x0275C760, void, SystemEvents_remove_PowerModeChanged, (PowerModeChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE008, SystemEvents_remove_PowerModeChanged__MethodInfo); DO_APP_FUNC(0x0275C790, void, SystemEvents_add_SessionEnded, (SessionEndedEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE030, SystemEvents_add_SessionEnded__MethodInfo); DO_APP_FUNC(0x0275C7C0, void, SystemEvents_remove_SessionEnded, (SessionEndedEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE040, SystemEvents_remove_SessionEnded__MethodInfo); DO_APP_FUNC(0x0275C7F0, void, SystemEvents_add_SessionEnding, (SessionEndingEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE038, SystemEvents_add_SessionEnding__MethodInfo); DO_APP_FUNC(0x0275C820, void, SystemEvents_remove_SessionEnding, (SessionEndingEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE020, SystemEvents_remove_SessionEnding__MethodInfo); DO_APP_FUNC(0x0275C850, void, SystemEvents_add_SessionSwitch, (SessionSwitchEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAE028, SystemEvents_add_SessionSwitch__MethodInfo); DO_APP_FUNC(0x0275C880, void, SystemEvents_remove_SessionSwitch, (SessionSwitchEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADFC0, SystemEvents_remove_SessionSwitch__MethodInfo); DO_APP_FUNC(0x0275C8B0, void, SystemEvents_add_TimeChanged, (EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADFB8, SystemEvents_add_TimeChanged__MethodInfo); DO_APP_FUNC(0x0275C8E0, void, SystemEvents_remove_TimeChanged, (EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADFC8, SystemEvents_remove_TimeChanged__MethodInfo); DO_APP_FUNC(0x0275C910, void, SystemEvents_add_TimerElapsed, (TimerElapsedEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADFA0, SystemEvents_add_TimerElapsed__MethodInfo); DO_APP_FUNC(0x0275C940, void, SystemEvents_remove_TimerElapsed, (TimerElapsedEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADFB0, SystemEvents_remove_TimerElapsed__MethodInfo); DO_APP_FUNC(0x0275C970, void, SystemEvents_add_UserPreferenceChanged, (UserPreferenceChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADFA8, SystemEvents_add_UserPreferenceChanged__MethodInfo); DO_APP_FUNC(0x0275C9A0, void, SystemEvents_remove_UserPreferenceChanged, (UserPreferenceChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADFE8, SystemEvents_remove_UserPreferenceChanged__MethodInfo); DO_APP_FUNC(0x0275C9D0, void, SystemEvents_add_UserPreferenceChanging, (UserPreferenceChangingEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADFF0, SystemEvents_add_UserPreferenceChanging__MethodInfo); DO_APP_FUNC(0x0275CA00, void, SystemEvents_remove_UserPreferenceChanging, (UserPreferenceChangingEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADFD8, SystemEvents_remove_UserPreferenceChanging__MethodInfo); DO_APP_FUNC(0x0275CA30, void *, SystemEvents_CreateTimer, (int32_t interval, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADFD0, SystemEvents_CreateTimer__MethodInfo); DO_APP_FUNC(0x0275CA60, void, SystemEvents_InvokeOnEventsThread, (Delegate * method_1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADFE0, SystemEvents_InvokeOnEventsThread__MethodInfo); DO_APP_FUNC(0x0275CA90, void, SystemEvents_KillTimer, (void * timerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADF58, SystemEvents_KillTimer__MethodInfo); DO_APP_FUNC(0x0275CAC0, void, TimerElapsedEventHandler__ctor, (TimerElapsedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADF68, TimerElapsedEventHandler__ctor__MethodInfo); DO_APP_FUNC(0x0275CAF0, void, TimerElapsedEventHandler_Invoke, (TimerElapsedEventHandler * __this, Object * sender, TimerElapsedEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADF60, TimerElapsedEventHandler_Invoke__MethodInfo); DO_APP_FUNC(0x0275CB20, IAsyncResult *, TimerElapsedEventHandler_BeginInvoke, (TimerElapsedEventHandler * __this, Object * sender, TimerElapsedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADF48, TimerElapsedEventHandler_BeginInvoke__MethodInfo); DO_APP_FUNC(0x0275CB50, void, TimerElapsedEventHandler_EndInvoke, (TimerElapsedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADF50, TimerElapsedEventHandler_EndInvoke__MethodInfo); DO_APP_FUNC(0x0275CB80, void, TimerElapsedEventArgs__ctor, (TimerElapsedEventArgs * __this, void * timerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADF90, TimerElapsedEventArgs__ctor__MethodInfo); DO_APP_FUNC(0x0275CBB0, void *, TimerElapsedEventArgs_get_TimerId, (TimerElapsedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADF88, TimerElapsedEventArgs_get_TimerId__MethodInfo); DO_APP_FUNC(0x0275CBE0, void, UserPreferenceChangedEventHandler__ctor, (UserPreferenceChangedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADF98, UserPreferenceChangedEventHandler__ctor__MethodInfo); DO_APP_FUNC(0x0275CC10, void, UserPreferenceChangedEventHandler_Invoke, (UserPreferenceChangedEventHandler * __this, Object * sender, UserPreferenceChangedEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADF70, UserPreferenceChangedEventHandler_Invoke__MethodInfo); DO_APP_FUNC(0x0275CC40, IAsyncResult *, UserPreferenceChangedEventHandler_BeginInvoke, (UserPreferenceChangedEventHandler * __this, Object * sender, UserPreferenceChangedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADF80, UserPreferenceChangedEventHandler_BeginInvoke__MethodInfo); DO_APP_FUNC(0x0275CC70, void, UserPreferenceChangedEventHandler_EndInvoke, (UserPreferenceChangedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADF78, UserPreferenceChangedEventHandler_EndInvoke__MethodInfo); DO_APP_FUNC(0x0275CCA0, void, UserPreferenceChangedEventArgs__ctor, (UserPreferenceChangedEventArgs * __this, UserPreferenceCategory__Enum category, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADF10, UserPreferenceChangedEventArgs__ctor__MethodInfo); DO_APP_FUNC(0x0275CCD0, UserPreferenceCategory__Enum, UserPreferenceChangedEventArgs_get_Category, (UserPreferenceChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADF18, UserPreferenceChangedEventArgs_get_Category__MethodInfo); DO_APP_FUNC(0x0275CD00, void, UserPreferenceChangingEventHandler__ctor, (UserPreferenceChangingEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADF00, UserPreferenceChangingEventHandler__ctor__MethodInfo); DO_APP_FUNC(0x0275CD30, void, UserPreferenceChangingEventHandler_Invoke, (UserPreferenceChangingEventHandler * __this, Object * sender, UserPreferenceChangingEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADEF8, UserPreferenceChangingEventHandler_Invoke__MethodInfo); DO_APP_FUNC(0x0275CD60, IAsyncResult *, UserPreferenceChangingEventHandler_BeginInvoke, (UserPreferenceChangingEventHandler * __this, Object * sender, UserPreferenceChangingEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADF08, UserPreferenceChangingEventHandler_BeginInvoke__MethodInfo); DO_APP_FUNC(0x0275CD90, void, UserPreferenceChangingEventHandler_EndInvoke, (UserPreferenceChangingEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADF30, UserPreferenceChangingEventHandler_EndInvoke__MethodInfo); DO_APP_FUNC(0x0275CDC0, void, UserPreferenceChangingEventArgs__ctor, (UserPreferenceChangingEventArgs * __this, UserPreferenceCategory__Enum category, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADF40, UserPreferenceChangingEventArgs__ctor__MethodInfo); DO_APP_FUNC(0x0275CDF0, UserPreferenceCategory__Enum, UserPreferenceChangingEventArgs_get_Category, (UserPreferenceChangingEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADF38, UserPreferenceChangingEventArgs_get_Category__MethodInfo); DO_APP_FUNC(0x0275CE20, void, VBCodeProvider__ctor, (VBCodeProvider * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADF20, VBCodeProvider__ctor__MethodInfo); DO_APP_FUNC(0x0275CE50, void, VBCodeProvider__ctor_1, (VBCodeProvider * __this, IDictionary_2_System_String_System_String_ * providerOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADF28, VBCodeProvider__ctor_1__MethodInfo); DO_APP_FUNC(0x0275CE80, String *, VBCodeProvider_get_FileExtension, (VBCodeProvider * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADEC0, VBCodeProvider_get_FileExtension__MethodInfo); DO_APP_FUNC(0x0275CEB0, LanguageOptions__Enum, VBCodeProvider_get_LanguageOptions, (VBCodeProvider * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADEB8, VBCodeProvider_get_LanguageOptions__MethodInfo); DO_APP_FUNC(0x0275CEE0, ICodeCompiler *, VBCodeProvider_CreateCompiler, (VBCodeProvider * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADEC8, VBCodeProvider_CreateCompiler__MethodInfo); DO_APP_FUNC(0x0275CF10, ICodeGenerator *, VBCodeProvider_CreateGenerator, (VBCodeProvider * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADEA0, VBCodeProvider_CreateGenerator__MethodInfo); DO_APP_FUNC(0x0275CF40, void, VBCodeProvider_GenerateCodeFromMember, (VBCodeProvider * __this, CodeTypeMember * member, TextWriter * writer, CodeGeneratorOptions * options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADEB0, VBCodeProvider_GenerateCodeFromMember__MethodInfo); DO_APP_FUNC(0x0275CF70, TypeConverter *, VBCodeProvider_GetConverter, (VBCodeProvider * __this, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADEA8, VBCodeProvider_GetConverter__MethodInfo); DO_APP_FUNC(0x0275CFA0, void, CSharpCodeProvider__ctor, (CSharpCodeProvider * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADEE8, CSharpCodeProvider__ctor__MethodInfo); DO_APP_FUNC(0x0275CFD0, void, CSharpCodeProvider__ctor_1, (CSharpCodeProvider * __this, IDictionary_2_System_String_System_String_ * providerOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADEF0, CSharpCodeProvider__ctor_1__MethodInfo); DO_APP_FUNC(0x0275D000, String *, CSharpCodeProvider_get_FileExtension, (CSharpCodeProvider * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADED8, CSharpCodeProvider_get_FileExtension__MethodInfo); DO_APP_FUNC(0x0275D030, ICodeCompiler *, CSharpCodeProvider_CreateCompiler, (CSharpCodeProvider * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADED0, CSharpCodeProvider_CreateCompiler__MethodInfo); DO_APP_FUNC(0x0275D060, ICodeGenerator *, CSharpCodeProvider_CreateGenerator, (CSharpCodeProvider * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADEE0, CSharpCodeProvider_CreateGenerator__MethodInfo); DO_APP_FUNC(0x0275D090, void, CSharpCodeProvider_GenerateCodeFromMember, (CSharpCodeProvider * __this, CodeTypeMember * member, TextWriter * writer, CodeGeneratorOptions * options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADE58, CSharpCodeProvider_GenerateCodeFromMember__MethodInfo); DO_APP_FUNC(0x0275D0C0, TypeConverter *, CSharpCodeProvider_GetConverter, (CSharpCodeProvider * __this, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADE68, CSharpCodeProvider_GetConverter__MethodInfo); DO_APP_FUNC(0x0275D0F0, void, AspNetHostingPermission__ctor, (AspNetHostingPermission * __this, PermissionState__Enum state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADE60, AspNetHostingPermission__ctor__MethodInfo); DO_APP_FUNC(0x0275D120, void, AspNetHostingPermission__ctor_1, (AspNetHostingPermission * __this, AspNetHostingPermissionLevel__Enum level, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADE48, AspNetHostingPermission__ctor_1__MethodInfo); DO_APP_FUNC(0x0275D150, AspNetHostingPermissionLevel__Enum, AspNetHostingPermission_get_Level, (AspNetHostingPermission * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADE50, AspNetHostingPermission_get_Level__MethodInfo); DO_APP_FUNC(0x0275D180, void, AspNetHostingPermission_set_Level, (AspNetHostingPermission * __this, AspNetHostingPermissionLevel__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADE90, AspNetHostingPermission_set_Level__MethodInfo); DO_APP_FUNC(0x0275D1B0, IPermission *, AspNetHostingPermission_Copy, (AspNetHostingPermission * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADE88, AspNetHostingPermission_Copy__MethodInfo); DO_APP_FUNC(0x0275D1E0, void, AspNetHostingPermission_FromXml, (AspNetHostingPermission * __this, SecurityElement * securityElement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADE98, AspNetHostingPermission_FromXml__MethodInfo); DO_APP_FUNC(0x0275D210, IPermission *, AspNetHostingPermission_Intersect, (AspNetHostingPermission * __this, IPermission * target, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADE70, AspNetHostingPermission_Intersect__MethodInfo); DO_APP_FUNC(0x0275D240, bool, AspNetHostingPermission_IsSubsetOf, (AspNetHostingPermission * __this, IPermission * target, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADE80, AspNetHostingPermission_IsSubsetOf__MethodInfo); DO_APP_FUNC(0x0275D270, bool, AspNetHostingPermission_IsUnrestricted, (AspNetHostingPermission * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADE78, AspNetHostingPermission_IsUnrestricted__MethodInfo); DO_APP_FUNC(0x0275D2A0, SecurityElement *, AspNetHostingPermission_ToXml, (AspNetHostingPermission * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADE10, AspNetHostingPermission_ToXml__MethodInfo); DO_APP_FUNC(0x003AC050, void, AspNetHostingPermissionAttribute__ctor, (AspNetHostingPermissionAttribute * __this, SecurityAction__Enum action, MethodInfo * method)); DO_APP_FUNC(0x0275D2D0, AspNetHostingPermissionLevel__Enum, AspNetHostingPermissionAttribute_get_Level, (AspNetHostingPermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADE18, AspNetHostingPermissionAttribute_get_Level__MethodInfo); DO_APP_FUNC(0x003AC050, void, AspNetHostingPermissionAttribute_set_Level, (AspNetHostingPermissionAttribute * __this, AspNetHostingPermissionLevel__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0275D300, IPermission *, AspNetHostingPermissionAttribute_CreatePermission, (AspNetHostingPermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADE00, AspNetHostingPermissionAttribute_CreatePermission__MethodInfo); DO_APP_FUNC(0x0275D330, void, DnsPermission__ctor, (DnsPermission * __this, PermissionState__Enum state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADDF8, DnsPermission__ctor__MethodInfo); DO_APP_FUNC(0x0275D360, IPermission *, DnsPermission_Copy, (DnsPermission * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADE08, DnsPermission_Copy__MethodInfo); DO_APP_FUNC(0x0275D390, void, DnsPermission_FromXml, (DnsPermission * __this, SecurityElement * securityElement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADE30, DnsPermission_FromXml__MethodInfo); DO_APP_FUNC(0x0275D3C0, IPermission *, DnsPermission_Intersect, (DnsPermission * __this, IPermission * target, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADE40, DnsPermission_Intersect__MethodInfo); DO_APP_FUNC(0x0275D3F0, bool, DnsPermission_IsSubsetOf, (DnsPermission * __this, IPermission * target, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADE38, DnsPermission_IsSubsetOf__MethodInfo); DO_APP_FUNC(0x0275D420, bool, DnsPermission_IsUnrestricted, (DnsPermission * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADE20, DnsPermission_IsUnrestricted__MethodInfo); DO_APP_FUNC(0x0275D450, SecurityElement *, DnsPermission_ToXml, (DnsPermission * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADE28, DnsPermission_ToXml__MethodInfo); DO_APP_FUNC(0x003AC050, void, DnsPermissionAttribute__ctor, (DnsPermissionAttribute * __this, SecurityAction__Enum action, MethodInfo * method)); DO_APP_FUNC(0x0275D480, IPermission *, DnsPermissionAttribute_CreatePermission, (DnsPermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADDC0, DnsPermissionAttribute_CreatePermission__MethodInfo); DO_APP_FUNC(0x0275D4B0, void, SmtpPermission__ctor, (SmtpPermission * __this, bool unrestricted, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADDB8, SmtpPermission__ctor__MethodInfo); DO_APP_FUNC(0x0275D4E0, void, SmtpPermission__ctor_1, (SmtpPermission * __this, SmtpAccess__Enum access, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADDC8, SmtpPermission__ctor_1__MethodInfo); DO_APP_FUNC(0x0275D510, void, SmtpPermission__ctor_2, (SmtpPermission * __this, PermissionState__Enum state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADDA0, SmtpPermission__ctor_2__MethodInfo); DO_APP_FUNC(0x0275D540, SmtpAccess__Enum, SmtpPermission_get_Access, (SmtpPermission * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADDB0, SmtpPermission_get_Access__MethodInfo); DO_APP_FUNC(0x0275D570, void, SmtpPermission_AddPermission, (SmtpPermission * __this, SmtpAccess__Enum access, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADDA8, SmtpPermission_AddPermission__MethodInfo); DO_APP_FUNC(0x0275D5A0, IPermission *, SmtpPermission_Copy, (SmtpPermission * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADDE8, SmtpPermission_Copy__MethodInfo); DO_APP_FUNC(0x0275D5D0, void, SmtpPermission_FromXml, (SmtpPermission * __this, SecurityElement * securityElement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADDF0, SmtpPermission_FromXml__MethodInfo); DO_APP_FUNC(0x0275D600, IPermission *, SmtpPermission_Intersect, (SmtpPermission * __this, IPermission * target, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADDD8, SmtpPermission_Intersect__MethodInfo); DO_APP_FUNC(0x0275D630, bool, SmtpPermission_IsSubsetOf, (SmtpPermission * __this, IPermission * target, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADDD0, SmtpPermission_IsSubsetOf__MethodInfo); DO_APP_FUNC(0x0275D660, bool, SmtpPermission_IsUnrestricted, (SmtpPermission * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADDE0, SmtpPermission_IsUnrestricted__MethodInfo); DO_APP_FUNC(0x0275D690, SecurityElement *, SmtpPermission_ToXml, (SmtpPermission * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADD58, SmtpPermission_ToXml__MethodInfo); DO_APP_FUNC(0x003AC050, void, SmtpPermissionAttribute__ctor, (SmtpPermissionAttribute * __this, SecurityAction__Enum action, MethodInfo * method)); DO_APP_FUNC(0x0275D6C0, String *, SmtpPermissionAttribute_get_Access, (SmtpPermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADD68, SmtpPermissionAttribute_get_Access__MethodInfo); DO_APP_FUNC(0x003AC050, void, SmtpPermissionAttribute_set_Access, (SmtpPermissionAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0275D6F0, IPermission *, SmtpPermissionAttribute_CreatePermission, (SmtpPermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADD60, SmtpPermissionAttribute_CreatePermission__MethodInfo); DO_APP_FUNC(0x0275D720, void, AuthenticationModuleElement__ctor, (AuthenticationModuleElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADD48, AuthenticationModuleElement__ctor__MethodInfo); DO_APP_FUNC(0x0275D750, void, AuthenticationModuleElement__ctor_1, (AuthenticationModuleElement * __this, String * typeName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADD50, AuthenticationModuleElement__ctor_1__MethodInfo); DO_APP_FUNC(0x0275D780, ConfigurationPropertyCollection *, AuthenticationModuleElement_get_Properties, (AuthenticationModuleElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADD90, AuthenticationModuleElement_get_Properties__MethodInfo); DO_APP_FUNC(0x0275D7B0, String *, AuthenticationModuleElement_get_Type, (AuthenticationModuleElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADD88, AuthenticationModuleElement_get_Type__MethodInfo); DO_APP_FUNC(0x0275D7E0, void, AuthenticationModuleElement_set_Type, (AuthenticationModuleElement * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADD98, AuthenticationModuleElement_set_Type__MethodInfo); DO_APP_FUNC(0x0275D810, void, AuthenticationModuleElementCollection__ctor, (AuthenticationModuleElementCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADD70, AuthenticationModuleElementCollection__ctor__MethodInfo); DO_APP_FUNC(0x0275D840, AuthenticationModuleElement *, AuthenticationModuleElementCollection_get_Item, (AuthenticationModuleElementCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADD80, AuthenticationModuleElementCollection_get_Item__MethodInfo); DO_APP_FUNC(0x0275D870, void, AuthenticationModuleElementCollection_set_Item, (AuthenticationModuleElementCollection * __this, int32_t index, AuthenticationModuleElement * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADD78, AuthenticationModuleElementCollection_set_Item__MethodInfo); DO_APP_FUNC(0x0275D8A0, AuthenticationModuleElement *, AuthenticationModuleElementCollection_get_Item_1, (AuthenticationModuleElementCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADD10, AuthenticationModuleElementCollection_get_Item_1__MethodInfo); DO_APP_FUNC(0x0275D8D0, void, AuthenticationModuleElementCollection_set_Item_1, (AuthenticationModuleElementCollection * __this, String * name, AuthenticationModuleElement * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADD18, AuthenticationModuleElementCollection_set_Item_1__MethodInfo); DO_APP_FUNC(0x0275D900, void, AuthenticationModuleElementCollection_Add, (AuthenticationModuleElementCollection * __this, AuthenticationModuleElement * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADD00, AuthenticationModuleElementCollection_Add__MethodInfo); DO_APP_FUNC(0x0275D930, void, AuthenticationModuleElementCollection_Clear, (AuthenticationModuleElementCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADCF8, AuthenticationModuleElementCollection_Clear__MethodInfo); DO_APP_FUNC(0x0275D960, ConfigurationElement *, AuthenticationModuleElementCollection_CreateNewElement, (AuthenticationModuleElementCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADD08, AuthenticationModuleElementCollection_CreateNewElement__MethodInfo); DO_APP_FUNC(0x0275D990, Object *, AuthenticationModuleElementCollection_GetElementKey, (AuthenticationModuleElementCollection * __this, ConfigurationElement * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADD30, AuthenticationModuleElementCollection_GetElementKey__MethodInfo); DO_APP_FUNC(0x0275D9C0, int32_t, AuthenticationModuleElementCollection_IndexOf, (AuthenticationModuleElementCollection * __this, AuthenticationModuleElement * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADD40, AuthenticationModuleElementCollection_IndexOf__MethodInfo); DO_APP_FUNC(0x0275D9F0, void, AuthenticationModuleElementCollection_Remove, (AuthenticationModuleElementCollection * __this, AuthenticationModuleElement * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADD38, AuthenticationModuleElementCollection_Remove__MethodInfo); DO_APP_FUNC(0x0275DA20, void, AuthenticationModuleElementCollection_Remove_1, (AuthenticationModuleElementCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADD20, AuthenticationModuleElementCollection_Remove_1__MethodInfo); DO_APP_FUNC(0x0275DA50, void, AuthenticationModuleElementCollection_RemoveAt, (AuthenticationModuleElementCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADD28, AuthenticationModuleElementCollection_RemoveAt__MethodInfo); DO_APP_FUNC(0x0275DA80, void, AuthenticationModulesSection__ctor, (AuthenticationModulesSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADCC0, AuthenticationModulesSection__ctor__MethodInfo); DO_APP_FUNC(0x0275DAB0, AuthenticationModuleElementCollection *, AuthenticationModulesSection_get_AuthenticationModules, (AuthenticationModulesSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADCB8, AuthenticationModulesSection_get_AuthenticationModules__MethodInfo); DO_APP_FUNC(0x0275DAE0, ConfigurationPropertyCollection *, AuthenticationModulesSection_get_Properties, (AuthenticationModulesSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADCC8, AuthenticationModulesSection_get_Properties__MethodInfo); DO_APP_FUNC(0x0275DB10, void, AuthenticationModulesSection_InitializeDefault, (AuthenticationModulesSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADCA0, AuthenticationModulesSection_InitializeDefault__MethodInfo); DO_APP_FUNC(0x0275DB40, void, AuthenticationModulesSection_PostDeserialize, (AuthenticationModulesSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADCB0, AuthenticationModulesSection_PostDeserialize__MethodInfo); DO_APP_FUNC(0x0275DB70, void, BypassElement__ctor, (BypassElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADCA8, BypassElement__ctor__MethodInfo); DO_APP_FUNC(0x0275DBA0, void, BypassElement__ctor_1, (BypassElement * __this, String * address, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADCE8, BypassElement__ctor_1__MethodInfo); DO_APP_FUNC(0x0275DBD0, String *, BypassElement_get_Address, (BypassElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADCF0, BypassElement_get_Address__MethodInfo); DO_APP_FUNC(0x0275DC00, void, BypassElement_set_Address, (BypassElement * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADCD8, BypassElement_set_Address__MethodInfo); DO_APP_FUNC(0x0275DC30, ConfigurationPropertyCollection *, BypassElement_get_Properties, (BypassElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADCD0, BypassElement_get_Properties__MethodInfo); DO_APP_FUNC(0x0275DC60, void, BypassElementCollection__ctor, (BypassElementCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADCE0, BypassElementCollection__ctor__MethodInfo); DO_APP_FUNC(0x0275DC90, BypassElement *, BypassElementCollection_get_Item, (BypassElementCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADC58, BypassElementCollection_get_Item__MethodInfo); DO_APP_FUNC(0x0275DCC0, void, BypassElementCollection_set_Item, (BypassElementCollection * __this, int32_t index, BypassElement * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADC68, BypassElementCollection_set_Item__MethodInfo); DO_APP_FUNC(0x0275DCF0, BypassElement *, BypassElementCollection_get_Item_1, (BypassElementCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADC60, BypassElementCollection_get_Item_1__MethodInfo); DO_APP_FUNC(0x0275DD20, void, BypassElementCollection_set_Item_1, (BypassElementCollection * __this, String * name, BypassElement * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADC48, BypassElementCollection_set_Item_1__MethodInfo); DO_APP_FUNC(0x0275DD50, bool, BypassElementCollection_get_ThrowOnDuplicate, (BypassElementCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADC50, BypassElementCollection_get_ThrowOnDuplicate__MethodInfo); DO_APP_FUNC(0x0275DD80, void, BypassElementCollection_Add, (BypassElementCollection * __this, BypassElement * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADC90, BypassElementCollection_Add__MethodInfo); DO_APP_FUNC(0x0275DDB0, void, BypassElementCollection_Clear, (BypassElementCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADC88, BypassElementCollection_Clear__MethodInfo); DO_APP_FUNC(0x0275DDE0, ConfigurationElement *, BypassElementCollection_CreateNewElement, (BypassElementCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADC98, BypassElementCollection_CreateNewElement__MethodInfo); DO_APP_FUNC(0x0275DE10, Object *, BypassElementCollection_GetElementKey, (BypassElementCollection * __this, ConfigurationElement * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADC70, BypassElementCollection_GetElementKey__MethodInfo); DO_APP_FUNC(0x0275DE40, int32_t, BypassElementCollection_IndexOf, (BypassElementCollection * __this, BypassElement * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADC80, BypassElementCollection_IndexOf__MethodInfo); DO_APP_FUNC(0x0275DE70, void, BypassElementCollection_Remove, (BypassElementCollection * __this, BypassElement * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADC78, BypassElementCollection_Remove__MethodInfo); DO_APP_FUNC(0x0275DEA0, void, BypassElementCollection_Remove_1, (BypassElementCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADC10, BypassElementCollection_Remove_1__MethodInfo); DO_APP_FUNC(0x0275DED0, void, BypassElementCollection_RemoveAt, (BypassElementCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADC18, BypassElementCollection_RemoveAt__MethodInfo); DO_APP_FUNC(0x0275DF00, void, ConnectionManagementElement__ctor, (ConnectionManagementElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADC00, ConnectionManagementElement__ctor__MethodInfo); DO_APP_FUNC(0x0275DF30, void, ConnectionManagementElement__ctor_1, (ConnectionManagementElement * __this, String * address, int32_t maxConnection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADBF8, ConnectionManagementElement__ctor_1__MethodInfo); DO_APP_FUNC(0x0275DF60, String *, ConnectionManagementElement_get_Address, (ConnectionManagementElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADC08, ConnectionManagementElement_get_Address__MethodInfo); DO_APP_FUNC(0x0275DF90, void, ConnectionManagementElement_set_Address, (ConnectionManagementElement * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADC30, ConnectionManagementElement_set_Address__MethodInfo); DO_APP_FUNC(0x0275DFC0, int32_t, ConnectionManagementElement_get_MaxConnection, (ConnectionManagementElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADC40, ConnectionManagementElement_get_MaxConnection__MethodInfo); DO_APP_FUNC(0x0275DFF0, void, ConnectionManagementElement_set_MaxConnection, (ConnectionManagementElement * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADC38, ConnectionManagementElement_set_MaxConnection__MethodInfo); DO_APP_FUNC(0x0275E020, ConfigurationPropertyCollection *, ConnectionManagementElement_get_Properties, (ConnectionManagementElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADC20, ConnectionManagementElement_get_Properties__MethodInfo); DO_APP_FUNC(0x0275E050, void, ConnectionManagementElementCollection__ctor, (ConnectionManagementElementCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADC28, ConnectionManagementElementCollection__ctor__MethodInfo); DO_APP_FUNC(0x0275E080, ConnectionManagementElement *, ConnectionManagementElementCollection_get_Item, (ConnectionManagementElementCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADBC0, ConnectionManagementElementCollection_get_Item__MethodInfo); DO_APP_FUNC(0x0275E0B0, void, ConnectionManagementElementCollection_set_Item, (ConnectionManagementElementCollection * __this, int32_t index, ConnectionManagementElement * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADBB8, ConnectionManagementElementCollection_set_Item__MethodInfo); DO_APP_FUNC(0x0275E0E0, ConnectionManagementElement *, ConnectionManagementElementCollection_get_Item_1, (ConnectionManagementElementCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADBC8, ConnectionManagementElementCollection_get_Item_1__MethodInfo); DO_APP_FUNC(0x0275E110, void, ConnectionManagementElementCollection_set_Item_1, (ConnectionManagementElementCollection * __this, String * name, ConnectionManagementElement * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADBA0, ConnectionManagementElementCollection_set_Item_1__MethodInfo); DO_APP_FUNC(0x0275E140, void, ConnectionManagementElementCollection_Add, (ConnectionManagementElementCollection * __this, ConnectionManagementElement * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADBB0, ConnectionManagementElementCollection_Add__MethodInfo); DO_APP_FUNC(0x0275E170, void, ConnectionManagementElementCollection_Clear, (ConnectionManagementElementCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADBA8, ConnectionManagementElementCollection_Clear__MethodInfo); DO_APP_FUNC(0x0275E1A0, ConfigurationElement *, ConnectionManagementElementCollection_CreateNewElement, (ConnectionManagementElementCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADBE8, ConnectionManagementElementCollection_CreateNewElement__MethodInfo); DO_APP_FUNC(0x0275E1D0, Object *, ConnectionManagementElementCollection_GetElementKey, (ConnectionManagementElementCollection * __this, ConfigurationElement * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADBF0, ConnectionManagementElementCollection_GetElementKey__MethodInfo); DO_APP_FUNC(0x0275E200, int32_t, ConnectionManagementElementCollection_IndexOf, (ConnectionManagementElementCollection * __this, ConnectionManagementElement * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADBD8, ConnectionManagementElementCollection_IndexOf__MethodInfo); DO_APP_FUNC(0x0275E230, void, ConnectionManagementElementCollection_Remove, (ConnectionManagementElementCollection * __this, ConnectionManagementElement * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADBD0, ConnectionManagementElementCollection_Remove__MethodInfo); DO_APP_FUNC(0x0275E260, void, ConnectionManagementElementCollection_Remove_1, (ConnectionManagementElementCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADBE0, ConnectionManagementElementCollection_Remove_1__MethodInfo); DO_APP_FUNC(0x0275E290, void, ConnectionManagementElementCollection_RemoveAt, (ConnectionManagementElementCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADB58, ConnectionManagementElementCollection_RemoveAt__MethodInfo); DO_APP_FUNC(0x0275E2C0, void, ConnectionManagementSection__ctor, (ConnectionManagementSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADB68, ConnectionManagementSection__ctor__MethodInfo); DO_APP_FUNC(0x0275E2F0, ConnectionManagementElementCollection *, ConnectionManagementSection_get_ConnectionManagement, (ConnectionManagementSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADB60, ConnectionManagementSection_get_ConnectionManagement__MethodInfo); DO_APP_FUNC(0x0275E320, ConfigurationPropertyCollection *, ConnectionManagementSection_get_Properties, (ConnectionManagementSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADB48, ConnectionManagementSection_get_Properties__MethodInfo); DO_APP_FUNC(0x0275E350, void, DefaultProxySection__ctor, (DefaultProxySection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADB50, DefaultProxySection__ctor__MethodInfo); DO_APP_FUNC(0x0275E380, BypassElementCollection *, DefaultProxySection_get_BypassList, (DefaultProxySection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADB90, DefaultProxySection_get_BypassList__MethodInfo); DO_APP_FUNC(0x0275E3B0, bool, DefaultProxySection_get_Enabled, (DefaultProxySection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADB88, DefaultProxySection_get_Enabled__MethodInfo); DO_APP_FUNC(0x0275E3E0, void, DefaultProxySection_set_Enabled, (DefaultProxySection * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADB98, DefaultProxySection_set_Enabled__MethodInfo); DO_APP_FUNC(0x0275E410, ModuleElement *, DefaultProxySection_get_Module, (DefaultProxySection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADB70, DefaultProxySection_get_Module__MethodInfo); DO_APP_FUNC(0x0275E440, ConfigurationPropertyCollection *, DefaultProxySection_get_Properties, (DefaultProxySection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADB80, DefaultProxySection_get_Properties__MethodInfo); DO_APP_FUNC(0x0275E470, ProxyElement *, DefaultProxySection_get_Proxy, (DefaultProxySection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADB78, DefaultProxySection_get_Proxy__MethodInfo); DO_APP_FUNC(0x0275E4A0, bool, DefaultProxySection_get_UseDefaultCredentials, (DefaultProxySection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADB10, DefaultProxySection_get_UseDefaultCredentials__MethodInfo); DO_APP_FUNC(0x0275E4D0, void, DefaultProxySection_set_UseDefaultCredentials, (DefaultProxySection * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADB18, DefaultProxySection_set_UseDefaultCredentials__MethodInfo); DO_APP_FUNC(0x0275E500, void, DefaultProxySection_PostDeserialize, (DefaultProxySection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADB00, DefaultProxySection_PostDeserialize__MethodInfo); DO_APP_FUNC(0x0275E530, void, DefaultProxySection_Reset, (DefaultProxySection * __this, ConfigurationElement * parentElement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADAF8, DefaultProxySection_Reset__MethodInfo); DO_APP_FUNC(0x0275E560, void, ModuleElement__ctor, (ModuleElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADB08, ModuleElement__ctor__MethodInfo); DO_APP_FUNC(0x0275E590, ConfigurationPropertyCollection *, ModuleElement_get_Properties, (ModuleElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADB30, ModuleElement_get_Properties__MethodInfo); DO_APP_FUNC(0x0275E5C0, String *, ModuleElement_get_Type, (ModuleElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADB40, ModuleElement_get_Type__MethodInfo); DO_APP_FUNC(0x0275E5F0, void, ModuleElement_set_Type, (ModuleElement * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADB38, ModuleElement_set_Type__MethodInfo); DO_APP_FUNC(0x0275E620, void, ProxyElement__ctor, (ProxyElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADB20, ProxyElement__ctor__MethodInfo); DO_APP_FUNC(0x0275E650, ProxyElement_AutoDetectValues__Enum, ProxyElement_get_AutoDetect, (ProxyElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADB28, ProxyElement_get_AutoDetect__MethodInfo); DO_APP_FUNC(0x0275E680, void, ProxyElement_set_AutoDetect, (ProxyElement * __this, ProxyElement_AutoDetectValues__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADAC0, ProxyElement_set_AutoDetect__MethodInfo); DO_APP_FUNC(0x0275E6B0, ProxyElement_BypassOnLocalValues__Enum, ProxyElement_get_BypassOnLocal, (ProxyElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADAB8, ProxyElement_get_BypassOnLocal__MethodInfo); DO_APP_FUNC(0x0275E6E0, void, ProxyElement_set_BypassOnLocal, (ProxyElement * __this, ProxyElement_BypassOnLocalValues__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADAC8, ProxyElement_set_BypassOnLocal__MethodInfo); DO_APP_FUNC(0x0275E710, ConfigurationPropertyCollection *, ProxyElement_get_Properties, (ProxyElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADAA0, ProxyElement_get_Properties__MethodInfo); DO_APP_FUNC(0x0275E740, Uri *, ProxyElement_get_ProxyAddress, (ProxyElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADAB0, ProxyElement_get_ProxyAddress__MethodInfo); DO_APP_FUNC(0x0275E770, void, ProxyElement_set_ProxyAddress, (ProxyElement * __this, Uri * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADAA8, ProxyElement_set_ProxyAddress__MethodInfo); DO_APP_FUNC(0x0275E7A0, Uri *, ProxyElement_get_ScriptLocation, (ProxyElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADAE8, ProxyElement_get_ScriptLocation__MethodInfo); DO_APP_FUNC(0x0275E7D0, void, ProxyElement_set_ScriptLocation, (ProxyElement * __this, Uri * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADAF0, ProxyElement_set_ScriptLocation__MethodInfo); DO_APP_FUNC(0x0275E800, ProxyElement_UseSystemDefaultValues__Enum, ProxyElement_get_UseSystemDefault, (ProxyElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADAD8, ProxyElement_get_UseSystemDefault__MethodInfo); DO_APP_FUNC(0x0275E830, void, ProxyElement_set_UseSystemDefault, (ProxyElement * __this, ProxyElement_UseSystemDefaultValues__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADAD0, ProxyElement_set_UseSystemDefault__MethodInfo); DO_APP_FUNC(0x0275E860, void, FtpCachePolicyElement__ctor, (FtpCachePolicyElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADAE0, FtpCachePolicyElement__ctor__MethodInfo); DO_APP_FUNC(0x0275E890, RequestCacheLevel__Enum, FtpCachePolicyElement_get_PolicyLevel, (FtpCachePolicyElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADA58, FtpCachePolicyElement_get_PolicyLevel__MethodInfo); DO_APP_FUNC(0x0275E8C0, void, FtpCachePolicyElement_set_PolicyLevel, (FtpCachePolicyElement * __this, RequestCacheLevel__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADA68, FtpCachePolicyElement_set_PolicyLevel__MethodInfo); DO_APP_FUNC(0x0275E8F0, ConfigurationPropertyCollection *, FtpCachePolicyElement_get_Properties, (FtpCachePolicyElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADA60, FtpCachePolicyElement_get_Properties__MethodInfo); DO_APP_FUNC(0x0275E920, void, FtpCachePolicyElement_DeserializeElement, (FtpCachePolicyElement * __this, XmlReader * reader, bool serializeCollectionKey, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADA48, FtpCachePolicyElement_DeserializeElement__MethodInfo); DO_APP_FUNC(0x0275E950, void, FtpCachePolicyElement_Reset, (FtpCachePolicyElement * __this, ConfigurationElement * parentElement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADA50, FtpCachePolicyElement_Reset__MethodInfo); DO_APP_FUNC(0x0275E980, void, HttpCachePolicyElement__ctor, (HttpCachePolicyElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADA90, HttpCachePolicyElement__ctor__MethodInfo); DO_APP_FUNC(0x0275E9B0, TimeSpan, HttpCachePolicyElement_get_MaximumAge, (HttpCachePolicyElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADA88, HttpCachePolicyElement_get_MaximumAge__MethodInfo); DO_APP_FUNC(0x0275E9E0, void, HttpCachePolicyElement_set_MaximumAge, (HttpCachePolicyElement * __this, TimeSpan value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADA98, HttpCachePolicyElement_set_MaximumAge__MethodInfo); DO_APP_FUNC(0x0275EA10, TimeSpan, HttpCachePolicyElement_get_MaximumStale, (HttpCachePolicyElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADA70, HttpCachePolicyElement_get_MaximumStale__MethodInfo); DO_APP_FUNC(0x0275EA40, void, HttpCachePolicyElement_set_MaximumStale, (HttpCachePolicyElement * __this, TimeSpan value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADA80, HttpCachePolicyElement_set_MaximumStale__MethodInfo); DO_APP_FUNC(0x0275EA70, TimeSpan, HttpCachePolicyElement_get_MinimumFresh, (HttpCachePolicyElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADA78, HttpCachePolicyElement_get_MinimumFresh__MethodInfo); DO_APP_FUNC(0x0275EAA0, void, HttpCachePolicyElement_set_MinimumFresh, (HttpCachePolicyElement * __this, TimeSpan value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADA10, HttpCachePolicyElement_set_MinimumFresh__MethodInfo); DO_APP_FUNC(0x0275EAD0, HttpRequestCacheLevel__Enum, HttpCachePolicyElement_get_PolicyLevel, (HttpCachePolicyElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADA18, HttpCachePolicyElement_get_PolicyLevel__MethodInfo); DO_APP_FUNC(0x0275EB00, void, HttpCachePolicyElement_set_PolicyLevel, (HttpCachePolicyElement * __this, HttpRequestCacheLevel__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADA00, HttpCachePolicyElement_set_PolicyLevel__MethodInfo); DO_APP_FUNC(0x0275EB30, ConfigurationPropertyCollection *, HttpCachePolicyElement_get_Properties, (HttpCachePolicyElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD9F8, HttpCachePolicyElement_get_Properties__MethodInfo); DO_APP_FUNC(0x0275EB60, void, HttpCachePolicyElement_DeserializeElement, (HttpCachePolicyElement * __this, XmlReader * reader, bool serializeCollectionKey, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADA08, HttpCachePolicyElement_DeserializeElement__MethodInfo); DO_APP_FUNC(0x0275EB90, void, HttpCachePolicyElement_Reset, (HttpCachePolicyElement * __this, ConfigurationElement * parentElement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADA30, HttpCachePolicyElement_Reset__MethodInfo); DO_APP_FUNC(0x0275EBC0, void, HttpListenerElement__ctor, (HttpListenerElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADA40, HttpListenerElement__ctor__MethodInfo); DO_APP_FUNC(0x0275EBF0, ConfigurationPropertyCollection *, HttpListenerElement_get_Properties, (HttpListenerElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADA38, HttpListenerElement_get_Properties__MethodInfo); DO_APP_FUNC(0x0275EC20, HttpListenerTimeoutsElement *, HttpListenerElement_get_Timeouts, (HttpListenerElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADA20, HttpListenerElement_get_Timeouts__MethodInfo); DO_APP_FUNC(0x0275EC50, bool, HttpListenerElement_get_UnescapeRequestUrl, (HttpListenerElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CADA28, HttpListenerElement_get_UnescapeRequestUrl__MethodInfo); DO_APP_FUNC(0x0275EC80, void, HttpListenerTimeoutsElement__ctor, (HttpListenerTimeoutsElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD9C0, HttpListenerTimeoutsElement__ctor__MethodInfo); DO_APP_FUNC(0x0275ECB0, TimeSpan, HttpListenerTimeoutsElement_get_DrainEntityBody, (HttpListenerTimeoutsElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD9B8, HttpListenerTimeoutsElement_get_DrainEntityBody__MethodInfo); DO_APP_FUNC(0x0275ECE0, TimeSpan, HttpListenerTimeoutsElement_get_EntityBody, (HttpListenerTimeoutsElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD9C8, HttpListenerTimeoutsElement_get_EntityBody__MethodInfo); DO_APP_FUNC(0x0275ED10, TimeSpan, HttpListenerTimeoutsElement_get_HeaderWait, (HttpListenerTimeoutsElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD9A0, HttpListenerTimeoutsElement_get_HeaderWait__MethodInfo); DO_APP_FUNC(0x0275ED40, TimeSpan, HttpListenerTimeoutsElement_get_IdleConnection, (HttpListenerTimeoutsElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD9B0, HttpListenerTimeoutsElement_get_IdleConnection__MethodInfo); DO_APP_FUNC(0x0275ED70, int64_t, HttpListenerTimeoutsElement_get_MinSendBytesPerSecond, (HttpListenerTimeoutsElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD9A8, HttpListenerTimeoutsElement_get_MinSendBytesPerSecond__MethodInfo); DO_APP_FUNC(0x0275EDA0, ConfigurationPropertyCollection *, HttpListenerTimeoutsElement_get_Properties, (HttpListenerTimeoutsElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD9E8, HttpListenerTimeoutsElement_get_Properties__MethodInfo); DO_APP_FUNC(0x0275EDD0, TimeSpan, HttpListenerTimeoutsElement_get_RequestQueue, (HttpListenerTimeoutsElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD9F0, HttpListenerTimeoutsElement_get_RequestQueue__MethodInfo); DO_APP_FUNC(0x0275EE00, void, HttpWebRequestElement__ctor, (HttpWebRequestElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD9D8, HttpWebRequestElement__ctor__MethodInfo); DO_APP_FUNC(0x0275EE30, int32_t, HttpWebRequestElement_get_MaximumErrorResponseLength, (HttpWebRequestElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD9D0, HttpWebRequestElement_get_MaximumErrorResponseLength__MethodInfo); DO_APP_FUNC(0x0275EE60, void, HttpWebRequestElement_set_MaximumErrorResponseLength, (HttpWebRequestElement * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD9E0, HttpWebRequestElement_set_MaximumErrorResponseLength__MethodInfo); DO_APP_FUNC(0x0275EE90, int32_t, HttpWebRequestElement_get_MaximumResponseHeadersLength, (HttpWebRequestElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD958, HttpWebRequestElement_get_MaximumResponseHeadersLength__MethodInfo); DO_APP_FUNC(0x0275EEC0, void, HttpWebRequestElement_set_MaximumResponseHeadersLength, (HttpWebRequestElement * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD968, HttpWebRequestElement_set_MaximumResponseHeadersLength__MethodInfo); DO_APP_FUNC(0x0275EEF0, int32_t, HttpWebRequestElement_get_MaximumUnauthorizedUploadLength, (HttpWebRequestElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD960, HttpWebRequestElement_get_MaximumUnauthorizedUploadLength__MethodInfo); DO_APP_FUNC(0x0275EF20, void, HttpWebRequestElement_set_MaximumUnauthorizedUploadLength, (HttpWebRequestElement * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD948, HttpWebRequestElement_set_MaximumUnauthorizedUploadLength__MethodInfo); DO_APP_FUNC(0x0275EF50, ConfigurationPropertyCollection *, HttpWebRequestElement_get_Properties, (HttpWebRequestElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD950, HttpWebRequestElement_get_Properties__MethodInfo); DO_APP_FUNC(0x0275EF80, bool, HttpWebRequestElement_get_UseUnsafeHeaderParsing, (HttpWebRequestElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD990, HttpWebRequestElement_get_UseUnsafeHeaderParsing__MethodInfo); DO_APP_FUNC(0x0275EFB0, void, HttpWebRequestElement_set_UseUnsafeHeaderParsing, (HttpWebRequestElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD988, HttpWebRequestElement_set_UseUnsafeHeaderParsing__MethodInfo); DO_APP_FUNC(0x0275EFE0, void, HttpWebRequestElement_PostDeserialize, (HttpWebRequestElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD998, HttpWebRequestElement_PostDeserialize__MethodInfo); DO_APP_FUNC(0x0275F010, void, Ipv6Element__ctor, (Ipv6Element * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD970, Ipv6Element__ctor__MethodInfo); DO_APP_FUNC(0x0275F040, bool, Ipv6Element_get_Enabled, (Ipv6Element * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD980, Ipv6Element_get_Enabled__MethodInfo); DO_APP_FUNC(0x0275F070, void, Ipv6Element_set_Enabled, (Ipv6Element * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD978, Ipv6Element_set_Enabled__MethodInfo); DO_APP_FUNC(0x0275F0A0, ConfigurationPropertyCollection *, Ipv6Element_get_Properties, (Ipv6Element * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD910, Ipv6Element_get_Properties__MethodInfo); DO_APP_FUNC(0x0275F0D0, void, MailSettingsSectionGroup__ctor, (MailSettingsSectionGroup * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD918, MailSettingsSectionGroup__ctor__MethodInfo); DO_APP_FUNC(0x0275F100, SmtpSection *, MailSettingsSectionGroup_get_Smtp, (MailSettingsSectionGroup * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD900, MailSettingsSectionGroup_get_Smtp__MethodInfo); DO_APP_FUNC(0x0275F130, void, SmtpSection__ctor, (SmtpSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD8F8, SmtpSection__ctor__MethodInfo); DO_APP_FUNC(0x0275F160, SmtpDeliveryFormat__Enum, SmtpSection_get_DeliveryFormat, (SmtpSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD908, SmtpSection_get_DeliveryFormat__MethodInfo); DO_APP_FUNC(0x0275F190, void, SmtpSection_set_DeliveryFormat, (SmtpSection * __this, SmtpDeliveryFormat__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD930, SmtpSection_set_DeliveryFormat__MethodInfo); DO_APP_FUNC(0x0275F1C0, SmtpDeliveryMethod__Enum, SmtpSection_get_DeliveryMethod, (SmtpSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD940, SmtpSection_get_DeliveryMethod__MethodInfo); DO_APP_FUNC(0x0275F1F0, void, SmtpSection_set_DeliveryMethod, (SmtpSection * __this, SmtpDeliveryMethod__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD938, SmtpSection_set_DeliveryMethod__MethodInfo); DO_APP_FUNC(0x0275F220, String *, SmtpSection_get_From, (SmtpSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD920, SmtpSection_get_From__MethodInfo); DO_APP_FUNC(0x0275F250, void, SmtpSection_set_From, (SmtpSection * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD928, SmtpSection_set_From__MethodInfo); DO_APP_FUNC(0x0275F280, SmtpNetworkElement *, SmtpSection_get_Network, (SmtpSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD8C0, SmtpSection_get_Network__MethodInfo); DO_APP_FUNC(0x0275F2B0, ConfigurationPropertyCollection *, SmtpSection_get_Properties, (SmtpSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD8B8, SmtpSection_get_Properties__MethodInfo); DO_APP_FUNC(0x0275F2E0, SmtpSpecifiedPickupDirectoryElement *, SmtpSection_get_SpecifiedPickupDirectory, (SmtpSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD8C8, SmtpSection_get_SpecifiedPickupDirectory__MethodInfo); DO_APP_FUNC(0x0275F310, void, SmtpNetworkElement__ctor, (SmtpNetworkElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD8A0, SmtpNetworkElement__ctor__MethodInfo); DO_APP_FUNC(0x0275F340, String *, SmtpNetworkElement_get_ClientDomain, (SmtpNetworkElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD8B0, SmtpNetworkElement_get_ClientDomain__MethodInfo); DO_APP_FUNC(0x0275F370, void, SmtpNetworkElement_set_ClientDomain, (SmtpNetworkElement * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD8A8, SmtpNetworkElement_set_ClientDomain__MethodInfo); DO_APP_FUNC(0x0275F3A0, bool, SmtpNetworkElement_get_DefaultCredentials, (SmtpNetworkElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD8E8, SmtpNetworkElement_get_DefaultCredentials__MethodInfo); DO_APP_FUNC(0x0275F3D0, void, SmtpNetworkElement_set_DefaultCredentials, (SmtpNetworkElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD8F0, SmtpNetworkElement_set_DefaultCredentials__MethodInfo); DO_APP_FUNC(0x0275F400, bool, SmtpNetworkElement_get_EnableSsl, (SmtpNetworkElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD8D8, SmtpNetworkElement_get_EnableSsl__MethodInfo); DO_APP_FUNC(0x0275F430, void, SmtpNetworkElement_set_EnableSsl, (SmtpNetworkElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD8D0, SmtpNetworkElement_set_EnableSsl__MethodInfo); DO_APP_FUNC(0x0275F460, String *, SmtpNetworkElement_get_Host, (SmtpNetworkElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD8E0, SmtpNetworkElement_get_Host__MethodInfo); DO_APP_FUNC(0x0275F490, void, SmtpNetworkElement_set_Host, (SmtpNetworkElement * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD858, SmtpNetworkElement_set_Host__MethodInfo); DO_APP_FUNC(0x0275F4C0, String *, SmtpNetworkElement_get_Password, (SmtpNetworkElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD868, SmtpNetworkElement_get_Password__MethodInfo); DO_APP_FUNC(0x0275F4F0, void, SmtpNetworkElement_set_Password, (SmtpNetworkElement * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD860, SmtpNetworkElement_set_Password__MethodInfo); DO_APP_FUNC(0x0275F520, int32_t, SmtpNetworkElement_get_Port, (SmtpNetworkElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD848, SmtpNetworkElement_get_Port__MethodInfo); DO_APP_FUNC(0x0275F550, void, SmtpNetworkElement_set_Port, (SmtpNetworkElement * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD850, SmtpNetworkElement_set_Port__MethodInfo); DO_APP_FUNC(0x0275F580, ConfigurationPropertyCollection *, SmtpNetworkElement_get_Properties, (SmtpNetworkElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD890, SmtpNetworkElement_get_Properties__MethodInfo); DO_APP_FUNC(0x0275F5B0, String *, SmtpNetworkElement_get_TargetName, (SmtpNetworkElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD888, SmtpNetworkElement_get_TargetName__MethodInfo); DO_APP_FUNC(0x0275F5E0, void, SmtpNetworkElement_set_TargetName, (SmtpNetworkElement * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD898, SmtpNetworkElement_set_TargetName__MethodInfo); DO_APP_FUNC(0x0275F610, String *, SmtpNetworkElement_get_UserName, (SmtpNetworkElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD870, SmtpNetworkElement_get_UserName__MethodInfo); DO_APP_FUNC(0x0275F640, void, SmtpNetworkElement_set_UserName, (SmtpNetworkElement * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD880, SmtpNetworkElement_set_UserName__MethodInfo); DO_APP_FUNC(0x0275F670, void, SmtpNetworkElement_PostDeserialize, (SmtpNetworkElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD878, SmtpNetworkElement_PostDeserialize__MethodInfo); DO_APP_FUNC(0x0275F6A0, void, SmtpSpecifiedPickupDirectoryElement__ctor, (SmtpSpecifiedPickupDirectoryElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD810, SmtpSpecifiedPickupDirectoryElement__ctor__MethodInfo); DO_APP_FUNC(0x0275F6D0, String *, SmtpSpecifiedPickupDirectoryElement_get_PickupDirectoryLocation, (SmtpSpecifiedPickupDirectoryElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD818, SmtpSpecifiedPickupDirectoryElement_get_PickupDirectoryLocation__MethodInfo); DO_APP_FUNC(0x0275F700, void, SmtpSpecifiedPickupDirectoryElement_set_PickupDirectoryLocation, (SmtpSpecifiedPickupDirectoryElement * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD800, SmtpSpecifiedPickupDirectoryElement_set_PickupDirectoryLocation__MethodInfo); DO_APP_FUNC(0x0275F730, ConfigurationPropertyCollection *, SmtpSpecifiedPickupDirectoryElement_get_Properties, (SmtpSpecifiedPickupDirectoryElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD7F8, SmtpSpecifiedPickupDirectoryElement_get_Properties__MethodInfo); DO_APP_FUNC(0x0275F760, void, NetSectionGroup__ctor, (NetSectionGroup * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD808, NetSectionGroup__ctor__MethodInfo); DO_APP_FUNC(0x0275F790, AuthenticationModulesSection *, NetSectionGroup_get_AuthenticationModules, (NetSectionGroup * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD830, NetSectionGroup_get_AuthenticationModules__MethodInfo); DO_APP_FUNC(0x0275F7C0, ConnectionManagementSection *, NetSectionGroup_get_ConnectionManagement, (NetSectionGroup * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD840, NetSectionGroup_get_ConnectionManagement__MethodInfo); DO_APP_FUNC(0x0275F7F0, DefaultProxySection *, NetSectionGroup_get_DefaultProxy, (NetSectionGroup * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD838, NetSectionGroup_get_DefaultProxy__MethodInfo); DO_APP_FUNC(0x0275F820, MailSettingsSectionGroup *, NetSectionGroup_get_MailSettings, (NetSectionGroup * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD820, NetSectionGroup_get_MailSettings__MethodInfo); DO_APP_FUNC(0x0275F850, RequestCachingSection *, NetSectionGroup_get_RequestCaching, (NetSectionGroup * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD828, NetSectionGroup_get_RequestCaching__MethodInfo); DO_APP_FUNC(0x0275F880, SettingsSection *, NetSectionGroup_get_Settings, (NetSectionGroup * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD7C0, NetSectionGroup_get_Settings__MethodInfo); DO_APP_FUNC(0x0275F8B0, WebRequestModulesSection *, NetSectionGroup_get_WebRequestModules, (NetSectionGroup * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD7B8, NetSectionGroup_get_WebRequestModules__MethodInfo); DO_APP_FUNC(0x0275F8E0, NetSectionGroup *, NetSectionGroup_GetSectionGroup, (Configuration * config, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD7C8, NetSectionGroup_GetSectionGroup__MethodInfo); DO_APP_FUNC(0x0275F910, void, RequestCachingSection__ctor, (RequestCachingSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD7A0, RequestCachingSection__ctor__MethodInfo); DO_APP_FUNC(0x0275F940, FtpCachePolicyElement *, RequestCachingSection_get_DefaultFtpCachePolicy, (RequestCachingSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD7B0, RequestCachingSection_get_DefaultFtpCachePolicy__MethodInfo); DO_APP_FUNC(0x0275F970, HttpCachePolicyElement *, RequestCachingSection_get_DefaultHttpCachePolicy, (RequestCachingSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD7A8, RequestCachingSection_get_DefaultHttpCachePolicy__MethodInfo); DO_APP_FUNC(0x0275F9A0, RequestCacheLevel__Enum, RequestCachingSection_get_DefaultPolicyLevel, (RequestCachingSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD7E8, RequestCachingSection_get_DefaultPolicyLevel__MethodInfo); DO_APP_FUNC(0x0275F9D0, void, RequestCachingSection_set_DefaultPolicyLevel, (RequestCachingSection * __this, RequestCacheLevel__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD7F0, RequestCachingSection_set_DefaultPolicyLevel__MethodInfo); DO_APP_FUNC(0x0275FA00, bool, RequestCachingSection_get_DisableAllCaching, (RequestCachingSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD7D8, RequestCachingSection_get_DisableAllCaching__MethodInfo); DO_APP_FUNC(0x0275FA30, void, RequestCachingSection_set_DisableAllCaching, (RequestCachingSection * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD7D0, RequestCachingSection_set_DisableAllCaching__MethodInfo); DO_APP_FUNC(0x0275FA60, bool, RequestCachingSection_get_IsPrivateCache, (RequestCachingSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD7E0, RequestCachingSection_get_IsPrivateCache__MethodInfo); DO_APP_FUNC(0x0275FA90, void, RequestCachingSection_set_IsPrivateCache, (RequestCachingSection * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD758, RequestCachingSection_set_IsPrivateCache__MethodInfo); DO_APP_FUNC(0x0275FAC0, ConfigurationPropertyCollection *, RequestCachingSection_get_Properties, (RequestCachingSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD768, RequestCachingSection_get_Properties__MethodInfo); DO_APP_FUNC(0x0275FAF0, TimeSpan, RequestCachingSection_get_UnspecifiedMaximumAge, (RequestCachingSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD760, RequestCachingSection_get_UnspecifiedMaximumAge__MethodInfo); DO_APP_FUNC(0x0275FB20, void, RequestCachingSection_set_UnspecifiedMaximumAge, (RequestCachingSection * __this, TimeSpan value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD748, RequestCachingSection_set_UnspecifiedMaximumAge__MethodInfo); DO_APP_FUNC(0x0275FB50, void, RequestCachingSection_DeserializeElement, (RequestCachingSection * __this, XmlReader * reader, bool serializeCollectionKey, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD750, RequestCachingSection_DeserializeElement__MethodInfo); DO_APP_FUNC(0x0275FB80, void, RequestCachingSection_PostDeserialize, (RequestCachingSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD790, RequestCachingSection_PostDeserialize__MethodInfo); DO_APP_FUNC(0x0275FBB0, void, SettingsSection__ctor, (SettingsSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD788, SettingsSection__ctor__MethodInfo); DO_APP_FUNC(0x0275FBE0, HttpListenerElement *, SettingsSection_get_HttpListener, (SettingsSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD798, SettingsSection_get_HttpListener__MethodInfo); DO_APP_FUNC(0x0275FC10, HttpWebRequestElement *, SettingsSection_get_HttpWebRequest, (SettingsSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD770, SettingsSection_get_HttpWebRequest__MethodInfo); DO_APP_FUNC(0x0275FC40, Ipv6Element *, SettingsSection_get_Ipv6, (SettingsSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD780, SettingsSection_get_Ipv6__MethodInfo); DO_APP_FUNC(0x0275FC70, PerformanceCountersElement *, SettingsSection_get_PerformanceCounters, (SettingsSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD778, SettingsSection_get_PerformanceCounters__MethodInfo); DO_APP_FUNC(0x0275FCA0, ConfigurationPropertyCollection *, SettingsSection_get_Properties, (SettingsSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD710, SettingsSection_get_Properties__MethodInfo); DO_APP_FUNC(0x0275FCD0, ServicePointManagerElement *, SettingsSection_get_ServicePointManager, (SettingsSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD718, SettingsSection_get_ServicePointManager__MethodInfo); DO_APP_FUNC(0x0275FD00, SocketElement *, SettingsSection_get_Socket, (SettingsSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD700, SettingsSection_get_Socket__MethodInfo); DO_APP_FUNC(0x0275FD30, WebProxyScriptElement *, SettingsSection_get_WebProxyScript, (SettingsSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD6F8, SettingsSection_get_WebProxyScript__MethodInfo); DO_APP_FUNC(0x0275FD60, WebUtilityElement *, SettingsSection_get_WebUtility, (SettingsSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD708, SettingsSection_get_WebUtility__MethodInfo); DO_APP_FUNC(0x0275FD90, WindowsAuthenticationElement *, SettingsSection_get_WindowsAuthentication, (SettingsSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD730, SettingsSection_get_WindowsAuthentication__MethodInfo); DO_APP_FUNC(0x0275FDC0, void, PerformanceCountersElement__ctor, (PerformanceCountersElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD740, PerformanceCountersElement__ctor__MethodInfo); DO_APP_FUNC(0x0275FDF0, bool, PerformanceCountersElement_get_Enabled, (PerformanceCountersElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD738, PerformanceCountersElement_get_Enabled__MethodInfo); DO_APP_FUNC(0x0275FE20, void, PerformanceCountersElement_set_Enabled, (PerformanceCountersElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD720, PerformanceCountersElement_set_Enabled__MethodInfo); DO_APP_FUNC(0x0275FE50, ConfigurationPropertyCollection *, PerformanceCountersElement_get_Properties, (PerformanceCountersElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD728, PerformanceCountersElement_get_Properties__MethodInfo); DO_APP_FUNC(0x0275FE80, void, ServicePointManagerElement__ctor, (ServicePointManagerElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD6C0, ServicePointManagerElement__ctor__MethodInfo); DO_APP_FUNC(0x0275FEB0, bool, ServicePointManagerElement_get_CheckCertificateName, (ServicePointManagerElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD6B8, ServicePointManagerElement_get_CheckCertificateName__MethodInfo); DO_APP_FUNC(0x0275FEE0, void, ServicePointManagerElement_set_CheckCertificateName, (ServicePointManagerElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD6C8, ServicePointManagerElement_set_CheckCertificateName__MethodInfo); DO_APP_FUNC(0x0275FF10, bool, ServicePointManagerElement_get_CheckCertificateRevocationList, (ServicePointManagerElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD6A0, ServicePointManagerElement_get_CheckCertificateRevocationList__MethodInfo); DO_APP_FUNC(0x0275FF40, void, ServicePointManagerElement_set_CheckCertificateRevocationList, (ServicePointManagerElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD6B0, ServicePointManagerElement_set_CheckCertificateRevocationList__MethodInfo); DO_APP_FUNC(0x0275FF70, int32_t, ServicePointManagerElement_get_DnsRefreshTimeout, (ServicePointManagerElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD6A8, ServicePointManagerElement_get_DnsRefreshTimeout__MethodInfo); DO_APP_FUNC(0x0275FFA0, void, ServicePointManagerElement_set_DnsRefreshTimeout, (ServicePointManagerElement * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD6E8, ServicePointManagerElement_set_DnsRefreshTimeout__MethodInfo); DO_APP_FUNC(0x0275FFD0, bool, ServicePointManagerElement_get_EnableDnsRoundRobin, (ServicePointManagerElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD6F0, ServicePointManagerElement_get_EnableDnsRoundRobin__MethodInfo); DO_APP_FUNC(0x02760000, void, ServicePointManagerElement_set_EnableDnsRoundRobin, (ServicePointManagerElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD6D8, ServicePointManagerElement_set_EnableDnsRoundRobin__MethodInfo); DO_APP_FUNC(0x02760030, EncryptionPolicy__Enum, ServicePointManagerElement_get_EncryptionPolicy, (ServicePointManagerElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD6D0, ServicePointManagerElement_get_EncryptionPolicy__MethodInfo); DO_APP_FUNC(0x02760060, void, ServicePointManagerElement_set_EncryptionPolicy, (ServicePointManagerElement * __this, EncryptionPolicy__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD6E0, ServicePointManagerElement_set_EncryptionPolicy__MethodInfo); DO_APP_FUNC(0x02760090, bool, ServicePointManagerElement_get_Expect100Continue, (ServicePointManagerElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD658, ServicePointManagerElement_get_Expect100Continue__MethodInfo); DO_APP_FUNC(0x027600C0, void, ServicePointManagerElement_set_Expect100Continue, (ServicePointManagerElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD668, ServicePointManagerElement_set_Expect100Continue__MethodInfo); DO_APP_FUNC(0x027600F0, ConfigurationPropertyCollection *, ServicePointManagerElement_get_Properties, (ServicePointManagerElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD660, ServicePointManagerElement_get_Properties__MethodInfo); DO_APP_FUNC(0x02760120, bool, ServicePointManagerElement_get_UseNagleAlgorithm, (ServicePointManagerElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD648, ServicePointManagerElement_get_UseNagleAlgorithm__MethodInfo); DO_APP_FUNC(0x02760150, void, ServicePointManagerElement_set_UseNagleAlgorithm, (ServicePointManagerElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD650, ServicePointManagerElement_set_UseNagleAlgorithm__MethodInfo); DO_APP_FUNC(0x02760180, void, ServicePointManagerElement_PostDeserialize, (ServicePointManagerElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD690, ServicePointManagerElement_PostDeserialize__MethodInfo); DO_APP_FUNC(0x027601B0, void, SocketElement__ctor, (SocketElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD688, SocketElement__ctor__MethodInfo); DO_APP_FUNC(0x027601E0, bool, SocketElement_get_AlwaysUseCompletionPortsForAccept, (SocketElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD698, SocketElement_get_AlwaysUseCompletionPortsForAccept__MethodInfo); DO_APP_FUNC(0x02760210, void, SocketElement_set_AlwaysUseCompletionPortsForAccept, (SocketElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD670, SocketElement_set_AlwaysUseCompletionPortsForAccept__MethodInfo); DO_APP_FUNC(0x02760240, bool, SocketElement_get_AlwaysUseCompletionPortsForConnect, (SocketElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD680, SocketElement_get_AlwaysUseCompletionPortsForConnect__MethodInfo); DO_APP_FUNC(0x02760270, void, SocketElement_set_AlwaysUseCompletionPortsForConnect, (SocketElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD678, SocketElement_set_AlwaysUseCompletionPortsForConnect__MethodInfo); DO_APP_FUNC(0x027602A0, IPProtectionLevel__Enum, SocketElement_get_IPProtectionLevel, (SocketElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD610, SocketElement_get_IPProtectionLevel__MethodInfo); DO_APP_FUNC(0x027602D0, void, SocketElement_set_IPProtectionLevel, (SocketElement * __this, IPProtectionLevel__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD618, SocketElement_set_IPProtectionLevel__MethodInfo); DO_APP_FUNC(0x02760300, ConfigurationPropertyCollection *, SocketElement_get_Properties, (SocketElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD600, SocketElement_get_Properties__MethodInfo); DO_APP_FUNC(0x02760330, void, SocketElement_PostDeserialize, (SocketElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD5F8, SocketElement_PostDeserialize__MethodInfo); DO_APP_FUNC(0x02760360, void, WebProxyScriptElement__ctor, (WebProxyScriptElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD608, WebProxyScriptElement__ctor__MethodInfo); DO_APP_FUNC(0x02760390, int32_t, WebProxyScriptElement_get_AutoConfigUrlRetryInterval, (WebProxyScriptElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD630, WebProxyScriptElement_get_AutoConfigUrlRetryInterval__MethodInfo); DO_APP_FUNC(0x027603C0, void, WebProxyScriptElement_set_AutoConfigUrlRetryInterval, (WebProxyScriptElement * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD640, WebProxyScriptElement_set_AutoConfigUrlRetryInterval__MethodInfo); DO_APP_FUNC(0x027603F0, TimeSpan, WebProxyScriptElement_get_DownloadTimeout, (WebProxyScriptElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD638, WebProxyScriptElement_get_DownloadTimeout__MethodInfo); DO_APP_FUNC(0x02760420, void, WebProxyScriptElement_set_DownloadTimeout, (WebProxyScriptElement * __this, TimeSpan value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD620, WebProxyScriptElement_set_DownloadTimeout__MethodInfo); DO_APP_FUNC(0x02760450, ConfigurationPropertyCollection *, WebProxyScriptElement_get_Properties, (WebProxyScriptElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD628, WebProxyScriptElement_get_Properties__MethodInfo); DO_APP_FUNC(0x02760480, void, WebProxyScriptElement_PostDeserialize, (WebProxyScriptElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD5C0, WebProxyScriptElement_PostDeserialize__MethodInfo); DO_APP_FUNC(0x027604B0, void, WebUtilityElement__ctor, (WebUtilityElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD5B8, WebUtilityElement__ctor__MethodInfo); DO_APP_FUNC(0x027604E0, ConfigurationPropertyCollection *, WebUtilityElement_get_Properties, (WebUtilityElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD5C8, WebUtilityElement_get_Properties__MethodInfo); DO_APP_FUNC(0x02760510, UnicodeDecodingConformance__Enum, WebUtilityElement_get_UnicodeDecodingConformance, (WebUtilityElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD5A0, WebUtilityElement_get_UnicodeDecodingConformance__MethodInfo); DO_APP_FUNC(0x02760540, void, WebUtilityElement_set_UnicodeDecodingConformance, (WebUtilityElement * __this, UnicodeDecodingConformance__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD5B0, WebUtilityElement_set_UnicodeDecodingConformance__MethodInfo); DO_APP_FUNC(0x02760570, UnicodeEncodingConformance__Enum, WebUtilityElement_get_UnicodeEncodingConformance, (WebUtilityElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD5A8, WebUtilityElement_get_UnicodeEncodingConformance__MethodInfo); DO_APP_FUNC(0x027605A0, void, WebUtilityElement_set_UnicodeEncodingConformance, (WebUtilityElement * __this, UnicodeEncodingConformance__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD5E8, WebUtilityElement_set_UnicodeEncodingConformance__MethodInfo); DO_APP_FUNC(0x027605D0, void, WindowsAuthenticationElement__ctor, (WindowsAuthenticationElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD5F0, WindowsAuthenticationElement__ctor__MethodInfo); DO_APP_FUNC(0x02760600, int32_t, WindowsAuthenticationElement_get_DefaultCredentialsHandleCacheSize, (WindowsAuthenticationElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD5D8, WindowsAuthenticationElement_get_DefaultCredentialsHandleCacheSize__MethodInfo); DO_APP_FUNC(0x02760630, void, WindowsAuthenticationElement_set_DefaultCredentialsHandleCacheSize, (WindowsAuthenticationElement * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD5D0, WindowsAuthenticationElement_set_DefaultCredentialsHandleCacheSize__MethodInfo); DO_APP_FUNC(0x02760660, ConfigurationPropertyCollection *, WindowsAuthenticationElement_get_Properties, (WindowsAuthenticationElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD5E0, WindowsAuthenticationElement_get_Properties__MethodInfo); DO_APP_FUNC(0x02760690, void, WebRequestModulesSection__ctor, (WebRequestModulesSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD558, WebRequestModulesSection__ctor__MethodInfo); DO_APP_FUNC(0x027606C0, ConfigurationPropertyCollection *, WebRequestModulesSection_get_Properties, (WebRequestModulesSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD568, WebRequestModulesSection_get_Properties__MethodInfo); DO_APP_FUNC(0x027606F0, WebRequestModuleElementCollection *, WebRequestModulesSection_get_WebRequestModules, (WebRequestModulesSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD560, WebRequestModulesSection_get_WebRequestModules__MethodInfo); DO_APP_FUNC(0x02760720, void, WebRequestModulesSection_InitializeDefault, (WebRequestModulesSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD548, WebRequestModulesSection_InitializeDefault__MethodInfo); DO_APP_FUNC(0x02760750, void, WebRequestModulesSection_PostDeserialize, (WebRequestModulesSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD550, WebRequestModulesSection_PostDeserialize__MethodInfo); DO_APP_FUNC(0x02760780, void, WebRequestModuleElementCollection__ctor, (WebRequestModuleElementCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD590, WebRequestModuleElementCollection__ctor__MethodInfo); DO_APP_FUNC(0x027607B0, WebRequestModuleElement *, WebRequestModuleElementCollection_get_Item, (WebRequestModuleElementCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD588, WebRequestModuleElementCollection_get_Item__MethodInfo); DO_APP_FUNC(0x027607E0, void, WebRequestModuleElementCollection_set_Item, (WebRequestModuleElementCollection * __this, int32_t index, WebRequestModuleElement * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD598, WebRequestModuleElementCollection_set_Item__MethodInfo); DO_APP_FUNC(0x02760810, WebRequestModuleElement *, WebRequestModuleElementCollection_get_Item_1, (WebRequestModuleElementCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD570, WebRequestModuleElementCollection_get_Item_1__MethodInfo); DO_APP_FUNC(0x02760840, void, WebRequestModuleElementCollection_set_Item_1, (WebRequestModuleElementCollection * __this, String * name, WebRequestModuleElement * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD580, WebRequestModuleElementCollection_set_Item_1__MethodInfo); DO_APP_FUNC(0x02760870, void, WebRequestModuleElementCollection_Add, (WebRequestModuleElementCollection * __this, WebRequestModuleElement * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD578, WebRequestModuleElementCollection_Add__MethodInfo); DO_APP_FUNC(0x027608A0, void, WebRequestModuleElementCollection_Clear, (WebRequestModuleElementCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD510, WebRequestModuleElementCollection_Clear__MethodInfo); DO_APP_FUNC(0x027608D0, ConfigurationElement *, WebRequestModuleElementCollection_CreateNewElement, (WebRequestModuleElementCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD518, WebRequestModuleElementCollection_CreateNewElement__MethodInfo); DO_APP_FUNC(0x02760900, Object *, WebRequestModuleElementCollection_GetElementKey, (WebRequestModuleElementCollection * __this, ConfigurationElement * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD500, WebRequestModuleElementCollection_GetElementKey__MethodInfo); DO_APP_FUNC(0x02760930, int32_t, WebRequestModuleElementCollection_IndexOf, (WebRequestModuleElementCollection * __this, WebRequestModuleElement * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD4F8, WebRequestModuleElementCollection_IndexOf__MethodInfo); DO_APP_FUNC(0x02760960, void, WebRequestModuleElementCollection_Remove, (WebRequestModuleElementCollection * __this, WebRequestModuleElement * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD508, WebRequestModuleElementCollection_Remove__MethodInfo); DO_APP_FUNC(0x02760990, void, WebRequestModuleElementCollection_Remove_1, (WebRequestModuleElementCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD530, WebRequestModuleElementCollection_Remove_1__MethodInfo); DO_APP_FUNC(0x027609C0, void, WebRequestModuleElementCollection_RemoveAt, (WebRequestModuleElementCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD540, WebRequestModuleElementCollection_RemoveAt__MethodInfo); DO_APP_FUNC(0x027609F0, void, WebRequestModuleElement__ctor, (WebRequestModuleElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD538, WebRequestModuleElement__ctor__MethodInfo); DO_APP_FUNC(0x02760A20, void, WebRequestModuleElement__ctor_1, (WebRequestModuleElement * __this, String * prefix, String * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD520, WebRequestModuleElement__ctor_1__MethodInfo); DO_APP_FUNC(0x02760A50, void, WebRequestModuleElement__ctor_2, (WebRequestModuleElement * __this, String * prefix, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD528, WebRequestModuleElement__ctor_2__MethodInfo); DO_APP_FUNC(0x02760A80, String *, WebRequestModuleElement_get_Prefix, (WebRequestModuleElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD4C0, WebRequestModuleElement_get_Prefix__MethodInfo); DO_APP_FUNC(0x02760AB0, void, WebRequestModuleElement_set_Prefix, (WebRequestModuleElement * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD4B8, WebRequestModuleElement_set_Prefix__MethodInfo); DO_APP_FUNC(0x02760AE0, ConfigurationPropertyCollection *, WebRequestModuleElement_get_Properties, (WebRequestModuleElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD4C8, WebRequestModuleElement_get_Properties__MethodInfo); DO_APP_FUNC(0x02760B10, Type *, WebRequestModuleElement_get_Type, (WebRequestModuleElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD4A0, WebRequestModuleElement_get_Type__MethodInfo); DO_APP_FUNC(0x02760B40, void, WebRequestModuleElement_set_Type, (WebRequestModuleElement * __this, Type * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD4B0, WebRequestModuleElement_set_Type__MethodInfo); DO_APP_FUNC(0x02760B70, void, SoundPlayer__ctor, (SoundPlayer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD4A8, SoundPlayer__ctor__MethodInfo); DO_APP_FUNC(0x02760BA0, void, SoundPlayer__ctor_1, (SoundPlayer * __this, Stream * stream, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD4E8, SoundPlayer__ctor_1__MethodInfo); DO_APP_FUNC(0x02760BD0, void, SoundPlayer__ctor_2, (SoundPlayer * __this, SerializationInfo * serializationInfo, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD4F0, SoundPlayer__ctor_2__MethodInfo); DO_APP_FUNC(0x02760C00, void, SoundPlayer__ctor_3, (SoundPlayer * __this, String * soundLocation, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD4D8, SoundPlayer__ctor_3__MethodInfo); DO_APP_FUNC(0x02760C30, bool, SoundPlayer_get_IsLoadCompleted, (SoundPlayer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD4D0, SoundPlayer_get_IsLoadCompleted__MethodInfo); DO_APP_FUNC(0x02760C60, int32_t, SoundPlayer_get_LoadTimeout, (SoundPlayer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD4E0, SoundPlayer_get_LoadTimeout__MethodInfo); DO_APP_FUNC(0x02760C90, void, SoundPlayer_set_LoadTimeout, (SoundPlayer * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD458, SoundPlayer_set_LoadTimeout__MethodInfo); DO_APP_FUNC(0x02760CC0, String *, SoundPlayer_get_SoundLocation, (SoundPlayer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD468, SoundPlayer_get_SoundLocation__MethodInfo); DO_APP_FUNC(0x02760CF0, void, SoundPlayer_set_SoundLocation, (SoundPlayer * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD460, SoundPlayer_set_SoundLocation__MethodInfo); DO_APP_FUNC(0x02760D20, Stream *, SoundPlayer_get_Stream, (SoundPlayer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD448, SoundPlayer_get_Stream__MethodInfo); DO_APP_FUNC(0x02760D50, void, SoundPlayer_set_Stream, (SoundPlayer * __this, Stream * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD450, SoundPlayer_set_Stream__MethodInfo); DO_APP_FUNC(0x02760D80, Object *, SoundPlayer_get_Tag, (SoundPlayer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD490, SoundPlayer_get_Tag__MethodInfo); DO_APP_FUNC(0x02760DB0, void, SoundPlayer_set_Tag, (SoundPlayer * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD488, SoundPlayer_set_Tag__MethodInfo); DO_APP_FUNC(0x02760DE0, void, SoundPlayer_add_LoadCompleted, (SoundPlayer * __this, AsyncCompletedEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD498, SoundPlayer_add_LoadCompleted__MethodInfo); DO_APP_FUNC(0x02760E10, void, SoundPlayer_remove_LoadCompleted, (SoundPlayer * __this, AsyncCompletedEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD470, SoundPlayer_remove_LoadCompleted__MethodInfo); DO_APP_FUNC(0x02760E40, void, SoundPlayer_add_SoundLocationChanged, (SoundPlayer * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD480, SoundPlayer_add_SoundLocationChanged__MethodInfo); DO_APP_FUNC(0x02760E70, void, SoundPlayer_remove_SoundLocationChanged, (SoundPlayer * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD478, SoundPlayer_remove_SoundLocationChanged__MethodInfo); DO_APP_FUNC(0x02760EA0, void, SoundPlayer_add_StreamChanged, (SoundPlayer * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD410, SoundPlayer_add_StreamChanged__MethodInfo); DO_APP_FUNC(0x02760ED0, void, SoundPlayer_remove_StreamChanged, (SoundPlayer * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD418, SoundPlayer_remove_StreamChanged__MethodInfo); DO_APP_FUNC(0x02760F00, void, SoundPlayer_Load, (SoundPlayer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD400, SoundPlayer_Load__MethodInfo); DO_APP_FUNC(0x02760F30, void, SoundPlayer_LoadAsync, (SoundPlayer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD3F8, SoundPlayer_LoadAsync__MethodInfo); DO_APP_FUNC(0x02760F60, void, SoundPlayer_OnLoadCompleted, (SoundPlayer * __this, AsyncCompletedEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD408, SoundPlayer_OnLoadCompleted__MethodInfo); DO_APP_FUNC(0x02760F90, void, SoundPlayer_OnSoundLocationChanged, (SoundPlayer * __this, EventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD430, SoundPlayer_OnSoundLocationChanged__MethodInfo); DO_APP_FUNC(0x02760FC0, void, SoundPlayer_OnStreamChanged, (SoundPlayer * __this, EventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD440, SoundPlayer_OnStreamChanged__MethodInfo); DO_APP_FUNC(0x02760FF0, void, SoundPlayer_Play, (SoundPlayer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD438, SoundPlayer_Play__MethodInfo); DO_APP_FUNC(0x02761020, void, SoundPlayer_PlayLooping, (SoundPlayer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD420, SoundPlayer_PlayLooping__MethodInfo); DO_APP_FUNC(0x02761050, void, SoundPlayer_PlaySync, (SoundPlayer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD428, SoundPlayer_PlaySync__MethodInfo); DO_APP_FUNC(0x02761080, void, SoundPlayer_Stop, (SoundPlayer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD3C0, SoundPlayer_Stop__MethodInfo); DO_APP_FUNC(0x027610B0, void, SoundPlayer_System_Runtime_Serialization_ISerializable_GetObjectData, (SoundPlayer * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD3B8, SoundPlayer_System_Runtime_Serialization_ISerializable_GetObjectData__MethodInfo); DO_APP_FUNC(0x027610E0, void, SystemSound__ctor, (SystemSound * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD3C8, SystemSound__ctor__MethodInfo); DO_APP_FUNC(0x02761110, void, SystemSound_Play, (SystemSound * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD3A0, SystemSound_Play__MethodInfo); DO_APP_FUNC(0x02761140, void, SystemSounds__ctor, (SystemSounds * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD3B0, SystemSounds__ctor__MethodInfo); DO_APP_FUNC(0x02761170, SystemSound *, SystemSounds_get_Asterisk, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD3A8, SystemSounds_get_Asterisk__MethodInfo); DO_APP_FUNC(0x027611A0, SystemSound *, SystemSounds_get_Beep, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD3E8, SystemSounds_get_Beep__MethodInfo); DO_APP_FUNC(0x027611D0, SystemSound *, SystemSounds_get_Exclamation, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD3F0, SystemSounds_get_Exclamation__MethodInfo); DO_APP_FUNC(0x02761200, SystemSound *, SystemSounds_get_Hand, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD3D8, SystemSounds_get_Hand__MethodInfo); DO_APP_FUNC(0x02761230, SystemSound *, SystemSounds_get_Question, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD3D0, SystemSounds_get_Question__MethodInfo); DO_APP_FUNC(0x02761260, void, SerialDataReceivedEventArgs__ctor, (SerialDataReceivedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD3E0, SerialDataReceivedEventArgs__ctor__MethodInfo); DO_APP_FUNC(0x02761290, SerialData__Enum, SerialDataReceivedEventArgs_get_EventType, (SerialDataReceivedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD358, SerialDataReceivedEventArgs_get_EventType__MethodInfo); DO_APP_FUNC(0x027612C0, void, SerialDataReceivedEventHandler__ctor, (SerialDataReceivedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD368, SerialDataReceivedEventHandler__ctor__MethodInfo); DO_APP_FUNC(0x027612F0, void, SerialDataReceivedEventHandler_Invoke, (SerialDataReceivedEventHandler * __this, Object * sender, SerialDataReceivedEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD360, SerialDataReceivedEventHandler_Invoke__MethodInfo); DO_APP_FUNC(0x02761320, IAsyncResult *, SerialDataReceivedEventHandler_BeginInvoke, (SerialDataReceivedEventHandler * __this, Object * sender, SerialDataReceivedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD348, SerialDataReceivedEventHandler_BeginInvoke__MethodInfo); DO_APP_FUNC(0x02761350, void, SerialDataReceivedEventHandler_EndInvoke, (SerialDataReceivedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD350, SerialDataReceivedEventHandler_EndInvoke__MethodInfo); DO_APP_FUNC(0x02761380, void, SerialErrorReceivedEventArgs__ctor, (SerialErrorReceivedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD390, SerialErrorReceivedEventArgs__ctor__MethodInfo); DO_APP_FUNC(0x027613B0, SerialError__Enum, SerialErrorReceivedEventArgs_get_EventType, (SerialErrorReceivedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD388, SerialErrorReceivedEventArgs_get_EventType__MethodInfo); DO_APP_FUNC(0x027613E0, void, SerialErrorReceivedEventHandler__ctor, (SerialErrorReceivedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD398, SerialErrorReceivedEventHandler__ctor__MethodInfo); DO_APP_FUNC(0x02761410, void, SerialErrorReceivedEventHandler_Invoke, (SerialErrorReceivedEventHandler * __this, Object * sender, SerialErrorReceivedEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD370, SerialErrorReceivedEventHandler_Invoke__MethodInfo); DO_APP_FUNC(0x02761440, IAsyncResult *, SerialErrorReceivedEventHandler_BeginInvoke, (SerialErrorReceivedEventHandler * __this, Object * sender, SerialErrorReceivedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD380, SerialErrorReceivedEventHandler_BeginInvoke__MethodInfo); DO_APP_FUNC(0x02761470, void, SerialErrorReceivedEventHandler_EndInvoke, (SerialErrorReceivedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD378, SerialErrorReceivedEventHandler_EndInvoke__MethodInfo); DO_APP_FUNC(0x027614A0, void, SerialPinChangedEventArgs__ctor, (SerialPinChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD310, SerialPinChangedEventArgs__ctor__MethodInfo); DO_APP_FUNC(0x027614D0, SerialPinChange__Enum, SerialPinChangedEventArgs_get_EventType, (SerialPinChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD318, SerialPinChangedEventArgs_get_EventType__MethodInfo); DO_APP_FUNC(0x02761500, void, SerialPinChangedEventHandler__ctor, (SerialPinChangedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD300, SerialPinChangedEventHandler__ctor__MethodInfo); DO_APP_FUNC(0x02761530, void, SerialPinChangedEventHandler_Invoke, (SerialPinChangedEventHandler * __this, Object * sender, SerialPinChangedEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD2F8, SerialPinChangedEventHandler_Invoke__MethodInfo); DO_APP_FUNC(0x02761560, IAsyncResult *, SerialPinChangedEventHandler_BeginInvoke, (SerialPinChangedEventHandler * __this, Object * sender, SerialPinChangedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD308, SerialPinChangedEventHandler_BeginInvoke__MethodInfo); DO_APP_FUNC(0x02761590, void, SerialPinChangedEventHandler_EndInvoke, (SerialPinChangedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD330, SerialPinChangedEventHandler_EndInvoke__MethodInfo); DO_APP_FUNC(0x027615C0, void, SerialPort__ctor, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD340, SerialPort__ctor__MethodInfo); DO_APP_FUNC(0x027615F0, void, SerialPort__ctor_1, (SerialPort * __this, IContainer * container, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD338, SerialPort__ctor_1__MethodInfo); DO_APP_FUNC(0x02761620, void, SerialPort__ctor_2, (SerialPort * __this, String * portName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD320, SerialPort__ctor_2__MethodInfo); DO_APP_FUNC(0x02761650, void, SerialPort__ctor_3, (SerialPort * __this, String * portName, int32_t baudRate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD328, SerialPort__ctor_3__MethodInfo); DO_APP_FUNC(0x02761680, void, SerialPort__ctor_4, (SerialPort * __this, String * portName, int32_t baudRate, Parity__Enum parity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD2C0, SerialPort__ctor_4__MethodInfo); DO_APP_FUNC(0x027616B0, void, SerialPort__ctor_5, (SerialPort * __this, String * portName, int32_t baudRate, Parity__Enum parity, int32_t dataBits, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD2B8, SerialPort__ctor_5__MethodInfo); DO_APP_FUNC(0x027616E0, void, SerialPort__ctor_6, (SerialPort * __this, String * portName, int32_t baudRate, Parity__Enum parity, int32_t dataBits, StopBits__Enum stopBits, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD2C8, SerialPort__ctor_6__MethodInfo); DO_APP_FUNC(0x02761710, Stream *, SerialPort_get_BaseStream, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD2A0, SerialPort_get_BaseStream__MethodInfo); DO_APP_FUNC(0x02761740, int32_t, SerialPort_get_BaudRate, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD2B0, SerialPort_get_BaudRate__MethodInfo); DO_APP_FUNC(0x02761770, void, SerialPort_set_BaudRate, (SerialPort * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD2A8, SerialPort_set_BaudRate__MethodInfo); DO_APP_FUNC(0x027617A0, bool, SerialPort_get_BreakState, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD2E8, SerialPort_get_BreakState__MethodInfo); DO_APP_FUNC(0x027617D0, void, SerialPort_set_BreakState, (SerialPort * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD2F0, SerialPort_set_BreakState__MethodInfo); DO_APP_FUNC(0x02761800, int32_t, SerialPort_get_BytesToRead, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD2D8, SerialPort_get_BytesToRead__MethodInfo); DO_APP_FUNC(0x02761830, int32_t, SerialPort_get_BytesToWrite, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD2D0, SerialPort_get_BytesToWrite__MethodInfo); DO_APP_FUNC(0x02761860, bool, SerialPort_get_CDHolding, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD2E0, SerialPort_get_CDHolding__MethodInfo); DO_APP_FUNC(0x02761890, bool, SerialPort_get_CtsHolding, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD258, SerialPort_get_CtsHolding__MethodInfo); DO_APP_FUNC(0x027618C0, int32_t, SerialPort_get_DataBits, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD268, SerialPort_get_DataBits__MethodInfo); DO_APP_FUNC(0x027618F0, void, SerialPort_set_DataBits, (SerialPort * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD260, SerialPort_set_DataBits__MethodInfo); DO_APP_FUNC(0x02761920, bool, SerialPort_get_DiscardNull, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD248, SerialPort_get_DiscardNull__MethodInfo); DO_APP_FUNC(0x02761950, void, SerialPort_set_DiscardNull, (SerialPort * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD250, SerialPort_set_DiscardNull__MethodInfo); DO_APP_FUNC(0x02761980, bool, SerialPort_get_DsrHolding, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD290, SerialPort_get_DsrHolding__MethodInfo); DO_APP_FUNC(0x027619B0, bool, SerialPort_get_DtrEnable, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD288, SerialPort_get_DtrEnable__MethodInfo); DO_APP_FUNC(0x027619E0, void, SerialPort_set_DtrEnable, (SerialPort * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD298, SerialPort_set_DtrEnable__MethodInfo); DO_APP_FUNC(0x02761A10, Encoding *, SerialPort_get_Encoding, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD270, SerialPort_get_Encoding__MethodInfo); DO_APP_FUNC(0x02761A40, void, SerialPort_set_Encoding, (SerialPort * __this, Encoding * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD280, SerialPort_set_Encoding__MethodInfo); DO_APP_FUNC(0x02761A70, Handshake__Enum, SerialPort_get_Handshake, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD278, SerialPort_get_Handshake__MethodInfo); DO_APP_FUNC(0x02761AA0, void, SerialPort_set_Handshake, (SerialPort * __this, Handshake__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD210, SerialPort_set_Handshake__MethodInfo); DO_APP_FUNC(0x02761AD0, bool, SerialPort_get_IsOpen, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD218, SerialPort_get_IsOpen__MethodInfo); DO_APP_FUNC(0x02761B00, String *, SerialPort_get_NewLine, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD200, SerialPort_get_NewLine__MethodInfo); DO_APP_FUNC(0x02761B30, void, SerialPort_set_NewLine, (SerialPort * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD1F8, SerialPort_set_NewLine__MethodInfo); DO_APP_FUNC(0x02761B60, Parity__Enum, SerialPort_get_Parity, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD208, SerialPort_get_Parity__MethodInfo); DO_APP_FUNC(0x02761B90, void, SerialPort_set_Parity, (SerialPort * __this, Parity__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD230, SerialPort_set_Parity__MethodInfo); DO_APP_FUNC(0x02761BC0, uint8_t, SerialPort_get_ParityReplace, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD240, SerialPort_get_ParityReplace__MethodInfo); DO_APP_FUNC(0x02761BF0, void, SerialPort_set_ParityReplace, (SerialPort * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD238, SerialPort_set_ParityReplace__MethodInfo); DO_APP_FUNC(0x02761C20, String *, SerialPort_get_PortName, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD220, SerialPort_get_PortName__MethodInfo); DO_APP_FUNC(0x02761C50, void, SerialPort_set_PortName, (SerialPort * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD228, SerialPort_set_PortName__MethodInfo); DO_APP_FUNC(0x02761C80, int32_t, SerialPort_get_ReadBufferSize, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD1C0, SerialPort_get_ReadBufferSize__MethodInfo); DO_APP_FUNC(0x02761CB0, void, SerialPort_set_ReadBufferSize, (SerialPort * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD1B8, SerialPort_set_ReadBufferSize__MethodInfo); DO_APP_FUNC(0x02761CE0, int32_t, SerialPort_get_ReadTimeout, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD1C8, SerialPort_get_ReadTimeout__MethodInfo); DO_APP_FUNC(0x02761D10, void, SerialPort_set_ReadTimeout, (SerialPort * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD1A0, SerialPort_set_ReadTimeout__MethodInfo); DO_APP_FUNC(0x02761D40, int32_t, SerialPort_get_ReceivedBytesThreshold, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD1B0, SerialPort_get_ReceivedBytesThreshold__MethodInfo); DO_APP_FUNC(0x02761D70, void, SerialPort_set_ReceivedBytesThreshold, (SerialPort * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD1A8, SerialPort_set_ReceivedBytesThreshold__MethodInfo); DO_APP_FUNC(0x02761DA0, bool, SerialPort_get_RtsEnable, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD1E8, SerialPort_get_RtsEnable__MethodInfo); DO_APP_FUNC(0x02761DD0, void, SerialPort_set_RtsEnable, (SerialPort * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD1F0, SerialPort_set_RtsEnable__MethodInfo); DO_APP_FUNC(0x02761E00, StopBits__Enum, SerialPort_get_StopBits, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD1D8, SerialPort_get_StopBits__MethodInfo); DO_APP_FUNC(0x02761E30, void, SerialPort_set_StopBits, (SerialPort * __this, StopBits__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD1D0, SerialPort_set_StopBits__MethodInfo); DO_APP_FUNC(0x02761E60, int32_t, SerialPort_get_WriteBufferSize, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD1E0, SerialPort_get_WriteBufferSize__MethodInfo); DO_APP_FUNC(0x02761E90, void, SerialPort_set_WriteBufferSize, (SerialPort * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD158, SerialPort_set_WriteBufferSize__MethodInfo); DO_APP_FUNC(0x02761EC0, int32_t, SerialPort_get_WriteTimeout, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD168, SerialPort_get_WriteTimeout__MethodInfo); DO_APP_FUNC(0x02761EF0, void, SerialPort_set_WriteTimeout, (SerialPort * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD160, SerialPort_set_WriteTimeout__MethodInfo); DO_APP_FUNC(0x02761F20, void, SerialPort_add_DataReceived, (SerialPort * __this, SerialDataReceivedEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD148, SerialPort_add_DataReceived__MethodInfo); DO_APP_FUNC(0x02761F50, void, SerialPort_remove_DataReceived, (SerialPort * __this, SerialDataReceivedEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD150, SerialPort_remove_DataReceived__MethodInfo); DO_APP_FUNC(0x02761F80, void, SerialPort_add_ErrorReceived, (SerialPort * __this, SerialErrorReceivedEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD190, SerialPort_add_ErrorReceived__MethodInfo); DO_APP_FUNC(0x02761FB0, void, SerialPort_remove_ErrorReceived, (SerialPort * __this, SerialErrorReceivedEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD188, SerialPort_remove_ErrorReceived__MethodInfo); DO_APP_FUNC(0x02761FE0, void, SerialPort_add_PinChanged, (SerialPort * __this, SerialPinChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD198, SerialPort_add_PinChanged__MethodInfo); DO_APP_FUNC(0x02762010, void, SerialPort_remove_PinChanged, (SerialPort * __this, SerialPinChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD170, SerialPort_remove_PinChanged__MethodInfo); DO_APP_FUNC(0x02762040, void, SerialPort_Close, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD180, SerialPort_Close__MethodInfo); DO_APP_FUNC(0x02762070, void, SerialPort_DiscardInBuffer, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD178, SerialPort_DiscardInBuffer__MethodInfo); DO_APP_FUNC(0x027620A0, void, SerialPort_DiscardOutBuffer, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD108, SerialPort_DiscardOutBuffer__MethodInfo); DO_APP_FUNC(0x027620D0, String__Array *, SerialPort_GetPortNames, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD110, SerialPort_GetPortNames__MethodInfo); DO_APP_FUNC(0x02762100, void, SerialPort_Open, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD0F0, SerialPort_Open__MethodInfo); DO_APP_FUNC(0x02762130, int32_t, SerialPort_Read, (SerialPort * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD0E8, SerialPort_Read__MethodInfo); DO_APP_FUNC(0x02762160, int32_t, SerialPort_Read_1, (SerialPort * __this, Char__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD0F8, SerialPort_Read_1__MethodInfo); DO_APP_FUNC(0x02762190, int32_t, SerialPort_ReadByte, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD130, SerialPort_ReadByte__MethodInfo); DO_APP_FUNC(0x027621C0, int32_t, SerialPort_ReadChar, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD140, SerialPort_ReadChar__MethodInfo); DO_APP_FUNC(0x027621F0, String *, SerialPort_ReadExisting, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD138, SerialPort_ReadExisting__MethodInfo); DO_APP_FUNC(0x02762220, String *, SerialPort_ReadLine, (SerialPort * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD118, SerialPort_ReadLine__MethodInfo); DO_APP_FUNC(0x02762250, String *, SerialPort_ReadTo, (SerialPort * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD128, SerialPort_ReadTo__MethodInfo); DO_APP_FUNC(0x02762280, void, SerialPort_Write, (SerialPort * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD088, SerialPort_Write__MethodInfo); DO_APP_FUNC(0x027622B0, void, SerialPort_Write_1, (SerialPort * __this, Char__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD080, SerialPort_Write_1__MethodInfo); DO_APP_FUNC(0x027622E0, void, SerialPort_Write_2, (SerialPort * __this, String * text, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD098, SerialPort_Write_2__MethodInfo); DO_APP_FUNC(0x02762310, void, SerialPort_WriteLine, (SerialPort * __this, String * text, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD058, SerialPort_WriteLine__MethodInfo); DO_APP_FUNC(0x02762340, void, ConsoleTraceListener__ctor, (ConsoleTraceListener * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD070, ConsoleTraceListener__ctor__MethodInfo); DO_APP_FUNC(0x02762370, void, ConsoleTraceListener__ctor_1, (ConsoleTraceListener * __this, bool useErrorStream, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD060, ConsoleTraceListener__ctor_1__MethodInfo); DO_APP_FUNC(0x027623A0, void, CounterSample__ctor, (CounterSample * __this, int64_t rawValue, int64_t baseValue, int64_t counterFrequency, int64_t systemFrequency, int64_t timeStamp, int64_t timeStamp100nSec, PerformanceCounterType__Enum counterType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD0D8, CounterSample__ctor__MethodInfo); DO_APP_FUNC(0x027623D0, void, CounterSample__ctor_1, (CounterSample * __this, int64_t rawValue, int64_t baseValue, int64_t counterFrequency, int64_t systemFrequency, int64_t timeStamp, int64_t timeStamp100nSec, PerformanceCounterType__Enum counterType, int64_t counterTimeStamp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD0E0, CounterSample__ctor_1__MethodInfo); DO_APP_FUNC(0x02762400, int64_t, CounterSample_get_BaseValue, (CounterSample * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD0C0, CounterSample_get_BaseValue__MethodInfo); DO_APP_FUNC(0x02762430, int64_t, CounterSample_get_CounterFrequency, (CounterSample * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD0B0, CounterSample_get_CounterFrequency__MethodInfo); DO_APP_FUNC(0x02762460, int64_t, CounterSample_get_CounterTimeStamp, (CounterSample * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD0D0, CounterSample_get_CounterTimeStamp__MethodInfo); DO_APP_FUNC(0x02762490, PerformanceCounterType__Enum, CounterSample_get_CounterType, (CounterSample * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACFA0, CounterSample_get_CounterType__MethodInfo); DO_APP_FUNC(0x027624C0, int64_t, CounterSample_get_RawValue, (CounterSample * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACFB0, CounterSample_get_RawValue__MethodInfo); DO_APP_FUNC(0x027624F0, int64_t, CounterSample_get_SystemFrequency, (CounterSample * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACFA8, CounterSample_get_SystemFrequency__MethodInfo); DO_APP_FUNC(0x02762520, int64_t, CounterSample_get_TimeStamp, (CounterSample * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACF68, CounterSample_get_TimeStamp__MethodInfo); DO_APP_FUNC(0x02762550, int64_t, CounterSample_get_TimeStamp100nSec, (CounterSample * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACF98, CounterSample_get_TimeStamp100nSec__MethodInfo); DO_APP_FUNC(0x02762580, float, CounterSample_Calculate, (CounterSample counterSample, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD018, CounterSample_Calculate__MethodInfo); DO_APP_FUNC(0x027625B0, float, CounterSample_Calculate_1, (CounterSample counterSample, CounterSample nextCounterSample, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD010, CounterSample_Calculate_1__MethodInfo); DO_APP_FUNC(0x027625E0, bool, CounterSample_Equals, (CounterSample * __this, CounterSample sample, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD028, CounterSample_Equals__MethodInfo); DO_APP_FUNC(0x02762610, bool, CounterSample_op_Equality, (CounterSample a, CounterSample b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACFD8, CounterSample_op_Equality__MethodInfo); DO_APP_FUNC(0x02762640, bool, CounterSample_op_Inequality, (CounterSample a, CounterSample b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD000, CounterSample_op_Inequality__MethodInfo); DO_APP_FUNC(0x02762670, float, CounterSampleCalculator_ComputeCounterValue, (CounterSample newSample, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACFF0, CounterSampleCalculator_ComputeCounterValue__MethodInfo); DO_APP_FUNC(0x027626A0, float, CounterSampleCalculator_ComputeCounterValue_1, (CounterSample oldSample, CounterSample newSample, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACF30, CounterSampleCalculator_ComputeCounterValue_1__MethodInfo); DO_APP_FUNC(0x027626D0, void, DiagnosticsConfigurationHandler__ctor, (DiagnosticsConfigurationHandler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACF38, DiagnosticsConfigurationHandler__ctor__MethodInfo); DO_APP_FUNC(0x02762700, Object *, DiagnosticsConfigurationHandler_Create, (DiagnosticsConfigurationHandler * __this, Object * parent, Object * configContext, XmlNode * section, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACF20, DiagnosticsConfigurationHandler_Create__MethodInfo); DO_APP_FUNC(0x02762730, void, EventLogPermission__ctor, (EventLogPermission * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACF18, EventLogPermission__ctor__MethodInfo); DO_APP_FUNC(0x02762760, void, EventLogPermission__ctor_1, (EventLogPermission * __this, EventLogPermissionAccess__Enum permissionAccess, String * machineName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACF28, EventLogPermission__ctor_1__MethodInfo); DO_APP_FUNC(0x02762790, void, EventLogPermission__ctor_2, (EventLogPermission * __this, EventLogPermissionEntry__Array * permissionAccessEntries, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACF50, EventLogPermission__ctor_2__MethodInfo); DO_APP_FUNC(0x027627C0, void, EventLogPermission__ctor_3, (EventLogPermission * __this, PermissionState__Enum state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACF60, EventLogPermission__ctor_3__MethodInfo); DO_APP_FUNC(0x027627F0, EventLogPermissionEntryCollection *, EventLogPermission_get_PermissionEntries, (EventLogPermission * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACF58, EventLogPermission_get_PermissionEntries__MethodInfo); DO_APP_FUNC(0x02762820, void, EventLogPermissionEntry__ctor, (EventLogPermissionEntry * __this, EventLogPermissionAccess__Enum permissionAccess, String * machineName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACF40, EventLogPermissionEntry__ctor__MethodInfo); DO_APP_FUNC(0x02762850, String *, EventLogPermissionEntry_get_MachineName, (EventLogPermissionEntry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACF48, EventLogPermissionEntry_get_MachineName__MethodInfo); DO_APP_FUNC(0x02762880, EventLogPermissionAccess__Enum, EventLogPermissionEntry_get_PermissionAccess, (EventLogPermissionEntry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACEE0, EventLogPermissionEntry_get_PermissionAccess__MethodInfo); DO_APP_FUNC(0x027628B0, void, EventLogPermissionEntryCollection__ctor, (EventLogPermissionEntryCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACED8, EventLogPermissionEntryCollection__ctor__MethodInfo); DO_APP_FUNC(0x027628E0, EventLogPermissionEntry *, EventLogPermissionEntryCollection_get_Item, (EventLogPermissionEntryCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACEE8, EventLogPermissionEntryCollection_get_Item__MethodInfo); DO_APP_FUNC(0x02762910, void, EventLogPermissionEntryCollection_set_Item, (EventLogPermissionEntryCollection * __this, int32_t index, EventLogPermissionEntry * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACEC0, EventLogPermissionEntryCollection_set_Item__MethodInfo); DO_APP_FUNC(0x02762940, int32_t, EventLogPermissionEntryCollection_Add, (EventLogPermissionEntryCollection * __this, EventLogPermissionEntry * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACED0, EventLogPermissionEntryCollection_Add__MethodInfo); DO_APP_FUNC(0x02762970, void, EventLogPermissionEntryCollection_AddRange, (EventLogPermissionEntryCollection * __this, EventLogPermissionEntryCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACEC8, EventLogPermissionEntryCollection_AddRange__MethodInfo); DO_APP_FUNC(0x027629A0, void, EventLogPermissionEntryCollection_AddRange_1, (EventLogPermissionEntryCollection * __this, EventLogPermissionEntry__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACF08, EventLogPermissionEntryCollection_AddRange_1__MethodInfo); DO_APP_FUNC(0x027629D0, bool, EventLogPermissionEntryCollection_Contains, (EventLogPermissionEntryCollection * __this, EventLogPermissionEntry * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACF10, EventLogPermissionEntryCollection_Contains__MethodInfo); DO_APP_FUNC(0x02762A00, void, EventLogPermissionEntryCollection_CopyTo, (EventLogPermissionEntryCollection * __this, EventLogPermissionEntry__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACEF8, EventLogPermissionEntryCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x02762A30, int32_t, EventLogPermissionEntryCollection_IndexOf, (EventLogPermissionEntryCollection * __this, EventLogPermissionEntry * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACEF0, EventLogPermissionEntryCollection_IndexOf__MethodInfo); DO_APP_FUNC(0x02762A60, void, EventLogPermissionEntryCollection_Insert, (EventLogPermissionEntryCollection * __this, int32_t index, EventLogPermissionEntry * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACF00, EventLogPermissionEntryCollection_Insert__MethodInfo); DO_APP_FUNC(0x02762A90, void, EventLogPermissionEntryCollection_Remove, (EventLogPermissionEntryCollection * __this, EventLogPermissionEntry * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACE78, EventLogPermissionEntryCollection_Remove__MethodInfo); DO_APP_FUNC(0x003AC050, void, EventLogPermissionAttribute__ctor, (EventLogPermissionAttribute * __this, SecurityAction__Enum action, MethodInfo * method)); DO_APP_FUNC(0x02762AC0, String *, EventLogPermissionAttribute_get_MachineName, (EventLogPermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACE88, EventLogPermissionAttribute_get_MachineName__MethodInfo); DO_APP_FUNC(0x003AC050, void, EventLogPermissionAttribute_set_MachineName, (EventLogPermissionAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02762AF0, EventLogPermissionAccess__Enum, EventLogPermissionAttribute_get_PermissionAccess, (EventLogPermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACE80, EventLogPermissionAttribute_get_PermissionAccess__MethodInfo); DO_APP_FUNC(0x003AC050, void, EventLogPermissionAttribute_set_PermissionAccess, (EventLogPermissionAttribute * __this, EventLogPermissionAccess__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02762B20, IPermission *, EventLogPermissionAttribute_CreatePermission, (EventLogPermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACE68, EventLogPermissionAttribute_CreatePermission__MethodInfo); DO_APP_FUNC(0x02762B50, void, EventLogTraceListener__ctor, (EventLogTraceListener * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACE70, EventLogTraceListener__ctor__MethodInfo); DO_APP_FUNC(0x02762B80, void, EventLogTraceListener__ctor_1, (EventLogTraceListener * __this, EventLog * eventLog, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACEB0, EventLogTraceListener__ctor_1__MethodInfo); DO_APP_FUNC(0x02762BB0, void, EventLogTraceListener__ctor_2, (EventLogTraceListener * __this, String * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACEA8, EventLogTraceListener__ctor_2__MethodInfo); DO_APP_FUNC(0x02762BE0, EventLog *, EventLogTraceListener_get_EventLog, (EventLogTraceListener * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACEB8, EventLogTraceListener_get_EventLog__MethodInfo); DO_APP_FUNC(0x02762C10, void, EventLogTraceListener_set_EventLog, (EventLogTraceListener * __this, EventLog * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACE90, EventLogTraceListener_set_EventLog__MethodInfo); DO_APP_FUNC(0x02762C40, void, EventLogTraceListener_Write, (EventLogTraceListener * __this, String * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACEA0, EventLogTraceListener_Write__MethodInfo); DO_APP_FUNC(0x02762C70, void, EventLogTraceListener_WriteLine, (EventLogTraceListener * __this, String * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACE98, EventLogTraceListener_WriteLine__MethodInfo); DO_APP_FUNC(0x02762CA0, void, InstanceData__ctor, (InstanceData * __this, String * instanceName, CounterSample sample, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACE30, InstanceData__ctor__MethodInfo); DO_APP_FUNC(0x02762CD0, String *, InstanceData_get_InstanceName, (InstanceData * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACE38, InstanceData_get_InstanceName__MethodInfo); DO_APP_FUNC(0x02762D00, int64_t, InstanceData_get_RawValue, (InstanceData * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACE20, InstanceData_get_RawValue__MethodInfo); DO_APP_FUNC(0x02762D30, CounterSample, InstanceData_get_Sample, (InstanceData * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACE18, InstanceData_get_Sample__MethodInfo); DO_APP_FUNC(0x02762D60, void, InstanceDataCollection__ctor, (InstanceDataCollection * __this, String * counterName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACE28, InstanceDataCollection__ctor__MethodInfo); DO_APP_FUNC(0x02762D90, String *, InstanceDataCollection_get_CounterName, (InstanceDataCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACE50, InstanceDataCollection_get_CounterName__MethodInfo); DO_APP_FUNC(0x02762DC0, InstanceData *, InstanceDataCollection_get_Item, (InstanceDataCollection * __this, String * instanceName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACE60, InstanceDataCollection_get_Item__MethodInfo); DO_APP_FUNC(0x02762DF0, ICollection *, InstanceDataCollection_get_Keys, (InstanceDataCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACE58, InstanceDataCollection_get_Keys__MethodInfo); DO_APP_FUNC(0x02762E20, ICollection *, InstanceDataCollection_get_Values, (InstanceDataCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACE40, InstanceDataCollection_get_Values__MethodInfo); DO_APP_FUNC(0x02762E50, bool, InstanceDataCollection_Contains, (InstanceDataCollection * __this, String * instanceName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACE48, InstanceDataCollection_Contains__MethodInfo); DO_APP_FUNC(0x02762E80, void, InstanceDataCollection_CopyTo, (InstanceDataCollection * __this, InstanceData__Array * instances, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACDE0, InstanceDataCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x02762EB0, void, InstanceDataCollectionCollection__ctor, (InstanceDataCollectionCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACDD8, InstanceDataCollectionCollection__ctor__MethodInfo); DO_APP_FUNC(0x02762EE0, InstanceDataCollection *, InstanceDataCollectionCollection_get_Item, (InstanceDataCollectionCollection * __this, String * counterName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACDE8, InstanceDataCollectionCollection_get_Item__MethodInfo); DO_APP_FUNC(0x02762F10, ICollection *, InstanceDataCollectionCollection_get_Keys, (InstanceDataCollectionCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACDC0, InstanceDataCollectionCollection_get_Keys__MethodInfo); DO_APP_FUNC(0x02762F40, ICollection *, InstanceDataCollectionCollection_get_Values, (InstanceDataCollectionCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACDD0, InstanceDataCollectionCollection_get_Values__MethodInfo); DO_APP_FUNC(0x02762F70, bool, InstanceDataCollectionCollection_Contains, (InstanceDataCollectionCollection * __this, String * counterName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACDC8, InstanceDataCollectionCollection_Contains__MethodInfo); DO_APP_FUNC(0x02762FA0, void, InstanceDataCollectionCollection_CopyTo, (InstanceDataCollectionCollection * __this, InstanceDataCollection__Array * counters, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACE08, InstanceDataCollectionCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x02762FD0, void, PerformanceCounter__ctor, (PerformanceCounter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACE10, PerformanceCounter__ctor__MethodInfo); DO_APP_FUNC(0x02763000, void, PerformanceCounter__ctor_1, (PerformanceCounter * __this, String * categoryName, String * counterName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACDF8, PerformanceCounter__ctor_1__MethodInfo); DO_APP_FUNC(0x02763030, void, PerformanceCounter__ctor_2, (PerformanceCounter * __this, String * categoryName, String * counterName, bool readOnly, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACDF0, PerformanceCounter__ctor_2__MethodInfo); DO_APP_FUNC(0x02763060, void, PerformanceCounter__ctor_3, (PerformanceCounter * __this, String * categoryName, String * counterName, String * instanceName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACE00, PerformanceCounter__ctor_3__MethodInfo); DO_APP_FUNC(0x02763090, void, PerformanceCounter__ctor_4, (PerformanceCounter * __this, String * categoryName, String * counterName, String * instanceName, bool readOnly, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACD78, PerformanceCounter__ctor_4__MethodInfo); DO_APP_FUNC(0x027630C0, void, PerformanceCounter__ctor_5, (PerformanceCounter * __this, String * categoryName, String * counterName, String * instanceName, String * machineName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACD88, PerformanceCounter__ctor_5__MethodInfo); DO_APP_FUNC(0x027630F0, String *, PerformanceCounter_get_CategoryName, (PerformanceCounter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACD80, PerformanceCounter_get_CategoryName__MethodInfo); DO_APP_FUNC(0x02763120, void, PerformanceCounter_set_CategoryName, (PerformanceCounter * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACD68, PerformanceCounter_set_CategoryName__MethodInfo); DO_APP_FUNC(0x02763150, String *, PerformanceCounter_get_CounterHelp, (PerformanceCounter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACD70, PerformanceCounter_get_CounterHelp__MethodInfo); DO_APP_FUNC(0x02763180, String *, PerformanceCounter_get_CounterName, (PerformanceCounter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACDB0, PerformanceCounter_get_CounterName__MethodInfo); DO_APP_FUNC(0x027631B0, void, PerformanceCounter_set_CounterName, (PerformanceCounter * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACDA8, PerformanceCounter_set_CounterName__MethodInfo); DO_APP_FUNC(0x027631E0, PerformanceCounterType__Enum, PerformanceCounter_get_CounterType, (PerformanceCounter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACDB8, PerformanceCounter_get_CounterType__MethodInfo); DO_APP_FUNC(0x02763210, PerformanceCounterInstanceLifetime__Enum, PerformanceCounter_get_InstanceLifetime, (PerformanceCounter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACD90, PerformanceCounter_get_InstanceLifetime__MethodInfo); DO_APP_FUNC(0x02763240, void, PerformanceCounter_set_InstanceLifetime, (PerformanceCounter * __this, PerformanceCounterInstanceLifetime__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACDA0, PerformanceCounter_set_InstanceLifetime__MethodInfo); DO_APP_FUNC(0x02763270, String *, PerformanceCounter_get_InstanceName, (PerformanceCounter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACD98, PerformanceCounter_get_InstanceName__MethodInfo); DO_APP_FUNC(0x027632A0, void, PerformanceCounter_set_InstanceName, (PerformanceCounter * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACD30, PerformanceCounter_set_InstanceName__MethodInfo); DO_APP_FUNC(0x027632D0, String *, PerformanceCounter_get_MachineName, (PerformanceCounter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACD38, PerformanceCounter_get_MachineName__MethodInfo); DO_APP_FUNC(0x02763300, void, PerformanceCounter_set_MachineName, (PerformanceCounter * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACD20, PerformanceCounter_set_MachineName__MethodInfo); DO_APP_FUNC(0x02763330, int64_t, PerformanceCounter_get_RawValue, (PerformanceCounter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACD18, PerformanceCounter_get_RawValue__MethodInfo); DO_APP_FUNC(0x02763360, void, PerformanceCounter_set_RawValue, (PerformanceCounter * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACD28, PerformanceCounter_set_RawValue__MethodInfo); DO_APP_FUNC(0x02763390, bool, PerformanceCounter_get_ReadOnly, (PerformanceCounter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACD50, PerformanceCounter_get_ReadOnly__MethodInfo); DO_APP_FUNC(0x027633C0, void, PerformanceCounter_set_ReadOnly, (PerformanceCounter * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACD60, PerformanceCounter_set_ReadOnly__MethodInfo); DO_APP_FUNC(0x027633F0, void, PerformanceCounter_BeginInit, (PerformanceCounter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACD58, PerformanceCounter_BeginInit__MethodInfo); DO_APP_FUNC(0x02763420, void, PerformanceCounter_Close, (PerformanceCounter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACD40, PerformanceCounter_Close__MethodInfo); DO_APP_FUNC(0x02763450, void, PerformanceCounter_CloseSharedResources, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACD48, PerformanceCounter_CloseSharedResources__MethodInfo); DO_APP_FUNC(0x02763480, int64_t, PerformanceCounter_Decrement, (PerformanceCounter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACCE0, PerformanceCounter_Decrement__MethodInfo); DO_APP_FUNC(0x027634B0, void, PerformanceCounter_EndInit, (PerformanceCounter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACCD8, PerformanceCounter_EndInit__MethodInfo); DO_APP_FUNC(0x027634E0, int64_t, PerformanceCounter_Increment, (PerformanceCounter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACCE8, PerformanceCounter_Increment__MethodInfo); DO_APP_FUNC(0x02763510, int64_t, PerformanceCounter_IncrementBy, (PerformanceCounter * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACCC0, PerformanceCounter_IncrementBy__MethodInfo); DO_APP_FUNC(0x02763540, CounterSample, PerformanceCounter_NextSample, (PerformanceCounter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACCD0, PerformanceCounter_NextSample__MethodInfo); DO_APP_FUNC(0x02763570, float, PerformanceCounter_NextValue, (PerformanceCounter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACCC8, PerformanceCounter_NextValue__MethodInfo); DO_APP_FUNC(0x027635A0, void, PerformanceCounter_RemoveInstance, (PerformanceCounter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACD08, PerformanceCounter_RemoveInstance__MethodInfo); DO_APP_FUNC(0x027635D0, void, PerformanceCounterCategory__ctor, (PerformanceCounterCategory * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACD10, PerformanceCounterCategory__ctor__MethodInfo); DO_APP_FUNC(0x02763600, void, PerformanceCounterCategory__ctor_1, (PerformanceCounterCategory * __this, String * categoryName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACCF8, PerformanceCounterCategory__ctor_1__MethodInfo); DO_APP_FUNC(0x02763630, void, PerformanceCounterCategory__ctor_2, (PerformanceCounterCategory * __this, String * categoryName, String * machineName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACCF0, PerformanceCounterCategory__ctor_2__MethodInfo); DO_APP_FUNC(0x02763660, String *, PerformanceCounterCategory_get_CategoryHelp, (PerformanceCounterCategory * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACD00, PerformanceCounterCategory_get_CategoryHelp__MethodInfo); DO_APP_FUNC(0x02763690, String *, PerformanceCounterCategory_get_CategoryName, (PerformanceCounterCategory * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACC78, PerformanceCounterCategory_get_CategoryName__MethodInfo); DO_APP_FUNC(0x027636C0, void, PerformanceCounterCategory_set_CategoryName, (PerformanceCounterCategory * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACC88, PerformanceCounterCategory_set_CategoryName__MethodInfo); DO_APP_FUNC(0x027636F0, PerformanceCounterCategoryType__Enum, PerformanceCounterCategory_get_CategoryType, (PerformanceCounterCategory * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACC80, PerformanceCounterCategory_get_CategoryType__MethodInfo); DO_APP_FUNC(0x02763720, String *, PerformanceCounterCategory_get_MachineName, (PerformanceCounterCategory * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACC68, PerformanceCounterCategory_get_MachineName__MethodInfo); DO_APP_FUNC(0x02763750, void, PerformanceCounterCategory_set_MachineName, (PerformanceCounterCategory * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACC70, PerformanceCounterCategory_set_MachineName__MethodInfo); DO_APP_FUNC(0x02763780, bool, PerformanceCounterCategory_CounterExists, (PerformanceCounterCategory * __this, String * counterName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACCB0, PerformanceCounterCategory_CounterExists__MethodInfo); DO_APP_FUNC(0x027637B0, bool, PerformanceCounterCategory_CounterExists_1, (String * counterName, String * categoryName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACCA8, PerformanceCounterCategory_CounterExists_1__MethodInfo); DO_APP_FUNC(0x027637E0, bool, PerformanceCounterCategory_CounterExists_2, (String * counterName, String * categoryName, String * machineName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACCB8, PerformanceCounterCategory_CounterExists_2__MethodInfo); DO_APP_FUNC(0x02763810, PerformanceCounterCategory *, PerformanceCounterCategory_Create, (String * categoryName, String * categoryHelp, CounterCreationDataCollection * counterData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACC90, PerformanceCounterCategory_Create__MethodInfo); DO_APP_FUNC(0x02763840, PerformanceCounterCategory *, PerformanceCounterCategory_Create_1, (String * categoryName, String * categoryHelp, PerformanceCounterCategoryType__Enum categoryType, CounterCreationDataCollection * counterData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACCA0, PerformanceCounterCategory_Create_1__MethodInfo); DO_APP_FUNC(0x02763870, PerformanceCounterCategory *, PerformanceCounterCategory_Create_2, (String * categoryName, String * categoryHelp, PerformanceCounterCategoryType__Enum categoryType, String * counterName, String * counterHelp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACC98, PerformanceCounterCategory_Create_2__MethodInfo); DO_APP_FUNC(0x027638A0, PerformanceCounterCategory *, PerformanceCounterCategory_Create_3, (String * categoryName, String * categoryHelp, String * counterName, String * counterHelp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACC30, PerformanceCounterCategory_Create_3__MethodInfo); DO_APP_FUNC(0x027638D0, void, PerformanceCounterCategory_Delete, (String * categoryName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACC38, PerformanceCounterCategory_Delete__MethodInfo); DO_APP_FUNC(0x02763900, bool, PerformanceCounterCategory_Exists, (String * categoryName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACC20, PerformanceCounterCategory_Exists__MethodInfo); DO_APP_FUNC(0x02763930, bool, PerformanceCounterCategory_Exists_1, (String * categoryName, String * machineName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACC18, PerformanceCounterCategory_Exists_1__MethodInfo); DO_APP_FUNC(0x02763960, PerformanceCounterCategory__Array *, PerformanceCounterCategory_GetCategories, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACC28, PerformanceCounterCategory_GetCategories__MethodInfo); DO_APP_FUNC(0x02763990, PerformanceCounterCategory__Array *, PerformanceCounterCategory_GetCategories_1, (String * machineName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACC50, PerformanceCounterCategory_GetCategories_1__MethodInfo); DO_APP_FUNC(0x027639C0, PerformanceCounter__Array *, PerformanceCounterCategory_GetCounters, (PerformanceCounterCategory * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACC60, PerformanceCounterCategory_GetCounters__MethodInfo); DO_APP_FUNC(0x027639F0, PerformanceCounter__Array *, PerformanceCounterCategory_GetCounters_1, (PerformanceCounterCategory * __this, String * instanceName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACC58, PerformanceCounterCategory_GetCounters_1__MethodInfo); DO_APP_FUNC(0x02763A20, String__Array *, PerformanceCounterCategory_GetInstanceNames, (PerformanceCounterCategory * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACC40, PerformanceCounterCategory_GetInstanceNames__MethodInfo); DO_APP_FUNC(0x02763A50, bool, PerformanceCounterCategory_InstanceExists, (PerformanceCounterCategory * __this, String * instanceName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACC48, PerformanceCounterCategory_InstanceExists__MethodInfo); DO_APP_FUNC(0x02763A80, bool, PerformanceCounterCategory_InstanceExists_1, (String * instanceName, String * categoryName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACBE0, PerformanceCounterCategory_InstanceExists_1__MethodInfo); DO_APP_FUNC(0x02763AB0, bool, PerformanceCounterCategory_InstanceExists_2, (String * instanceName, String * categoryName, String * machineName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACBD8, PerformanceCounterCategory_InstanceExists_2__MethodInfo); DO_APP_FUNC(0x02763AE0, InstanceDataCollectionCollection *, PerformanceCounterCategory_ReadCategory, (PerformanceCounterCategory * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACBE8, PerformanceCounterCategory_ReadCategory__MethodInfo); DO_APP_FUNC(0x02763B10, void, PerformanceCounterManager__ctor, (PerformanceCounterManager * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACBC0, PerformanceCounterManager__ctor__MethodInfo); DO_APP_FUNC(0x02763B40, void, PerformanceCounterManager_System_Diagnostics_ICollectData_CloseData, (PerformanceCounterManager * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACBD0, PerformanceCounterManager_System_Diagnostics_ICollectData_CloseData__MethodInfo); DO_APP_FUNC(0x02763B70, void, PerformanceCounterManager_System_Diagnostics_ICollectData_CollectData, (PerformanceCounterManager * __this, int32_t callIdx, void * valueNamePtr, void * dataPtr, int32_t totalBytes, void * * res, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACBC8, PerformanceCounterManager_System_Diagnostics_ICollectData_CollectData__MethodInfo); DO_APP_FUNC(0x02763BA0, void, PerformanceCounterPermission__ctor, (PerformanceCounterPermission * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACC08, PerformanceCounterPermission__ctor__MethodInfo); DO_APP_FUNC(0x02763BD0, void, PerformanceCounterPermission__ctor_1, (PerformanceCounterPermission * __this, PerformanceCounterPermissionAccess__Enum permissionAccess, String * machineName, String * categoryName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACC10, PerformanceCounterPermission__ctor_1__MethodInfo); DO_APP_FUNC(0x02763C00, void, PerformanceCounterPermission__ctor_2, (PerformanceCounterPermission * __this, PerformanceCounterPermissionEntry__Array * permissionAccessEntries, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACBF8, PerformanceCounterPermission__ctor_2__MethodInfo); DO_APP_FUNC(0x02763C30, void, PerformanceCounterPermission__ctor_3, (PerformanceCounterPermission * __this, PermissionState__Enum state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACBF0, PerformanceCounterPermission__ctor_3__MethodInfo); DO_APP_FUNC(0x02763C60, PerformanceCounterPermissionEntryCollection *, PerformanceCounterPermission_get_PermissionEntries, (PerformanceCounterPermission * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACC00, PerformanceCounterPermission_get_PermissionEntries__MethodInfo); DO_APP_FUNC(0x02763C90, void, PerformanceCounterPermissionEntry__ctor, (PerformanceCounterPermissionEntry * __this, PerformanceCounterPermissionAccess__Enum permissionAccess, String * machineName, String * categoryName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACB30, PerformanceCounterPermissionEntry__ctor__MethodInfo); DO_APP_FUNC(0x02763CC0, String *, PerformanceCounterPermissionEntry_get_CategoryName, (PerformanceCounterPermissionEntry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACB50, PerformanceCounterPermissionEntry_get_CategoryName__MethodInfo); DO_APP_FUNC(0x02763CF0, String *, PerformanceCounterPermissionEntry_get_MachineName, (PerformanceCounterPermissionEntry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACB40, PerformanceCounterPermissionEntry_get_MachineName__MethodInfo); DO_APP_FUNC(0x02763D20, PerformanceCounterPermissionAccess__Enum, PerformanceCounterPermissionEntry_get_PermissionAccess, (PerformanceCounterPermissionEntry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACB20, PerformanceCounterPermissionEntry_get_PermissionAccess__MethodInfo); DO_APP_FUNC(0x02763D50, void, PerformanceCounterPermissionEntryCollection__ctor, (PerformanceCounterPermissionEntryCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACB28, PerformanceCounterPermissionEntryCollection__ctor__MethodInfo); DO_APP_FUNC(0x02763D80, PerformanceCounterPermissionEntry *, PerformanceCounterPermissionEntryCollection_get_Item, (PerformanceCounterPermissionEntryCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACBA0, PerformanceCounterPermissionEntryCollection_get_Item__MethodInfo); DO_APP_FUNC(0x02763DB0, void, PerformanceCounterPermissionEntryCollection_set_Item, (PerformanceCounterPermissionEntryCollection * __this, int32_t index, PerformanceCounterPermissionEntry * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACB90, PerformanceCounterPermissionEntryCollection_set_Item__MethodInfo); DO_APP_FUNC(0x02763DE0, int32_t, PerformanceCounterPermissionEntryCollection_Add, (PerformanceCounterPermissionEntryCollection * __this, PerformanceCounterPermissionEntry * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACBB0, PerformanceCounterPermissionEntryCollection_Add__MethodInfo); DO_APP_FUNC(0x02763E10, void, PerformanceCounterPermissionEntryCollection_AddRange, (PerformanceCounterPermissionEntryCollection * __this, PerformanceCounterPermissionEntryCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACB68, PerformanceCounterPermissionEntryCollection_AddRange__MethodInfo); DO_APP_FUNC(0x02763E40, void, PerformanceCounterPermissionEntryCollection_AddRange_1, (PerformanceCounterPermissionEntryCollection * __this, PerformanceCounterPermissionEntry__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACB88, PerformanceCounterPermissionEntryCollection_AddRange_1__MethodInfo); DO_APP_FUNC(0x02763E70, bool, PerformanceCounterPermissionEntryCollection_Contains, (PerformanceCounterPermissionEntryCollection * __this, PerformanceCounterPermissionEntry * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACB80, PerformanceCounterPermissionEntryCollection_Contains__MethodInfo); DO_APP_FUNC(0x02763EA0, void, PerformanceCounterPermissionEntryCollection_CopyTo, (PerformanceCounterPermissionEntryCollection * __this, PerformanceCounterPermissionEntry__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACA70, PerformanceCounterPermissionEntryCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x02763ED0, int32_t, PerformanceCounterPermissionEntryCollection_IndexOf, (PerformanceCounterPermissionEntryCollection * __this, PerformanceCounterPermissionEntry * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACAA8, PerformanceCounterPermissionEntryCollection_IndexOf__MethodInfo); DO_APP_FUNC(0x02763F00, void, PerformanceCounterPermissionEntryCollection_Insert, (PerformanceCounterPermissionEntryCollection * __this, int32_t index, PerformanceCounterPermissionEntry * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACA40, PerformanceCounterPermissionEntryCollection_Insert__MethodInfo); DO_APP_FUNC(0x02763F30, void, PerformanceCounterPermissionEntryCollection_Remove, (PerformanceCounterPermissionEntryCollection * __this, PerformanceCounterPermissionEntry * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACA38, PerformanceCounterPermissionEntryCollection_Remove__MethodInfo); DO_APP_FUNC(0x003AC050, void, PerformanceCounterPermissionAttribute__ctor, (PerformanceCounterPermissionAttribute * __this, SecurityAction__Enum action, MethodInfo * method)); DO_APP_FUNC(0x02763F60, String *, PerformanceCounterPermissionAttribute_get_CategoryName, (PerformanceCounterPermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACA58, PerformanceCounterPermissionAttribute_get_CategoryName__MethodInfo); DO_APP_FUNC(0x003AC050, void, PerformanceCounterPermissionAttribute_set_CategoryName, (PerformanceCounterPermissionAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02763F90, String *, PerformanceCounterPermissionAttribute_get_MachineName, (PerformanceCounterPermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACAF8, PerformanceCounterPermissionAttribute_get_MachineName__MethodInfo); DO_APP_FUNC(0x003AC050, void, PerformanceCounterPermissionAttribute_set_MachineName, (PerformanceCounterPermissionAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02763FC0, PerformanceCounterPermissionAccess__Enum, PerformanceCounterPermissionAttribute_get_PermissionAccess, (PerformanceCounterPermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACB18, PerformanceCounterPermissionAttribute_get_PermissionAccess__MethodInfo); DO_APP_FUNC(0x003AC050, void, PerformanceCounterPermissionAttribute_set_PermissionAccess, (PerformanceCounterPermissionAttribute * __this, PerformanceCounterPermissionAccess__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02763FF0, IPermission *, PerformanceCounterPermissionAttribute_CreatePermission, (PerformanceCounterPermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACB08, PerformanceCounterPermissionAttribute_CreatePermission__MethodInfo); DO_APP_FUNC(0x02764020, void, XmlWriterTraceListener__ctor, (XmlWriterTraceListener * __this, Stream * stream, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACAB0, XmlWriterTraceListener__ctor__MethodInfo); DO_APP_FUNC(0x02764050, void, XmlWriterTraceListener__ctor_1, (XmlWriterTraceListener * __this, Stream * stream, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACAD8, XmlWriterTraceListener__ctor_1__MethodInfo); DO_APP_FUNC(0x02764080, void, XmlWriterTraceListener__ctor_2, (XmlWriterTraceListener * __this, TextWriter * writer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC998, XmlWriterTraceListener__ctor_2__MethodInfo); DO_APP_FUNC(0x027640B0, void, XmlWriterTraceListener__ctor_3, (XmlWriterTraceListener * __this, TextWriter * writer, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC990, XmlWriterTraceListener__ctor_3__MethodInfo); DO_APP_FUNC(0x027640E0, void, XmlWriterTraceListener__ctor_4, (XmlWriterTraceListener * __this, String * filename, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC9B0, XmlWriterTraceListener__ctor_4__MethodInfo); DO_APP_FUNC(0x02764110, void, XmlWriterTraceListener__ctor_5, (XmlWriterTraceListener * __this, String * filename, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC968, XmlWriterTraceListener__ctor_5__MethodInfo); DO_APP_FUNC(0x003AC050, void, ApplicationScopedSettingAttribute__ctor, (ApplicationScopedSettingAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SettingAttribute__ctor, (SettingAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02764140, void, ApplicationSettingsBase__ctor, (ApplicationSettingsBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC978, ApplicationSettingsBase__ctor__MethodInfo); DO_APP_FUNC(0x02764170, void, ApplicationSettingsBase__ctor_1, (ApplicationSettingsBase * __this, IComponent * owner, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC970, ApplicationSettingsBase__ctor_1__MethodInfo); DO_APP_FUNC(0x027641A0, void, ApplicationSettingsBase__ctor_2, (ApplicationSettingsBase * __this, IComponent * owner, String * settingsKey, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACA10, ApplicationSettingsBase__ctor_2__MethodInfo); DO_APP_FUNC(0x027641D0, void, ApplicationSettingsBase__ctor_3, (ApplicationSettingsBase * __this, String * settingsKey, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACA30, ApplicationSettingsBase__ctor_3__MethodInfo); DO_APP_FUNC(0x02764200, SettingsContext *, ApplicationSettingsBase_get_Context, (ApplicationSettingsBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC9E8, ApplicationSettingsBase_get_Context__MethodInfo); DO_APP_FUNC(0x02764230, Object *, ApplicationSettingsBase_get_Item, (ApplicationSettingsBase * __this, String * propertyName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC9D8, ApplicationSettingsBase_get_Item__MethodInfo); DO_APP_FUNC(0x02764260, void, ApplicationSettingsBase_set_Item, (ApplicationSettingsBase * __this, String * propertyName, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACA00, ApplicationSettingsBase_set_Item__MethodInfo); DO_APP_FUNC(0x02764290, SettingsPropertyCollection *, ApplicationSettingsBase_get_Properties, (ApplicationSettingsBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC8D8, ApplicationSettingsBase_get_Properties__MethodInfo); DO_APP_FUNC(0x027642C0, SettingsPropertyValueCollection *, ApplicationSettingsBase_get_PropertyValues, (ApplicationSettingsBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC8F0, ApplicationSettingsBase_get_PropertyValues__MethodInfo); DO_APP_FUNC(0x027642F0, SettingsProviderCollection *, ApplicationSettingsBase_get_Providers, (ApplicationSettingsBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC8E8, ApplicationSettingsBase_get_Providers__MethodInfo); DO_APP_FUNC(0x02764320, String *, ApplicationSettingsBase_get_SettingsKey, (ApplicationSettingsBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC8A0, ApplicationSettingsBase_get_SettingsKey__MethodInfo); DO_APP_FUNC(0x02764350, void, ApplicationSettingsBase_set_SettingsKey, (ApplicationSettingsBase * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC8C0, ApplicationSettingsBase_set_SettingsKey__MethodInfo); DO_APP_FUNC(0x02764380, void, ApplicationSettingsBase_add_PropertyChanged, (ApplicationSettingsBase * __this, PropertyChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC938, ApplicationSettingsBase_add_PropertyChanged__MethodInfo); DO_APP_FUNC(0x027643B0, void, ApplicationSettingsBase_remove_PropertyChanged, (ApplicationSettingsBase * __this, PropertyChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC930, ApplicationSettingsBase_remove_PropertyChanged__MethodInfo); DO_APP_FUNC(0x027643E0, void, ApplicationSettingsBase_add_SettingChanging, (ApplicationSettingsBase * __this, SettingChangingEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC940, ApplicationSettingsBase_add_SettingChanging__MethodInfo); DO_APP_FUNC(0x02764410, void, ApplicationSettingsBase_remove_SettingChanging, (ApplicationSettingsBase * __this, SettingChangingEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC908, ApplicationSettingsBase_remove_SettingChanging__MethodInfo); DO_APP_FUNC(0x02764440, void, ApplicationSettingsBase_add_SettingsLoaded, (ApplicationSettingsBase * __this, SettingsLoadedEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC918, ApplicationSettingsBase_add_SettingsLoaded__MethodInfo); DO_APP_FUNC(0x02764470, void, ApplicationSettingsBase_remove_SettingsLoaded, (ApplicationSettingsBase * __this, SettingsLoadedEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC910, ApplicationSettingsBase_remove_SettingsLoaded__MethodInfo); DO_APP_FUNC(0x027644A0, void, ApplicationSettingsBase_add_SettingsSaving, (ApplicationSettingsBase * __this, SettingsSavingEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC838, ApplicationSettingsBase_add_SettingsSaving__MethodInfo); DO_APP_FUNC(0x027644D0, void, ApplicationSettingsBase_remove_SettingsSaving, (ApplicationSettingsBase * __this, SettingsSavingEventHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC850, ApplicationSettingsBase_remove_SettingsSaving__MethodInfo); DO_APP_FUNC(0x02764500, Object *, ApplicationSettingsBase_GetPreviousVersion, (ApplicationSettingsBase * __this, String * propertyName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC808, ApplicationSettingsBase_GetPreviousVersion__MethodInfo); DO_APP_FUNC(0x02764530, void, ApplicationSettingsBase_OnPropertyChanged, (ApplicationSettingsBase * __this, Object * sender, PropertyChangedEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC800, ApplicationSettingsBase_OnPropertyChanged__MethodInfo); DO_APP_FUNC(0x02764560, void, ApplicationSettingsBase_OnSettingChanging, (ApplicationSettingsBase * __this, Object * sender, SettingChangingEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC818, ApplicationSettingsBase_OnSettingChanging__MethodInfo); DO_APP_FUNC(0x02764590, void, ApplicationSettingsBase_OnSettingsLoaded, (ApplicationSettingsBase * __this, Object * sender, SettingsLoadedEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC878, ApplicationSettingsBase_OnSettingsLoaded__MethodInfo); DO_APP_FUNC(0x027645C0, void, ApplicationSettingsBase_OnSettingsSaving, (ApplicationSettingsBase * __this, Object * sender, CancelEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC890, ApplicationSettingsBase_OnSettingsSaving__MethodInfo); DO_APP_FUNC(0x027645F0, void, ApplicationSettingsBase_Reload, (ApplicationSettingsBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC880, ApplicationSettingsBase_Reload__MethodInfo); DO_APP_FUNC(0x02764620, void, ApplicationSettingsBase_Reset, (ApplicationSettingsBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC858, ApplicationSettingsBase_Reset__MethodInfo); DO_APP_FUNC(0x02764650, void, ApplicationSettingsBase_Save, (ApplicationSettingsBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC868, ApplicationSettingsBase_Save__MethodInfo); DO_APP_FUNC(0x02764680, void, ApplicationSettingsBase_Upgrade, (ApplicationSettingsBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC750, ApplicationSettingsBase_Upgrade__MethodInfo); DO_APP_FUNC(0x027646B0, void, SettingChangingEventHandler__ctor, (SettingChangingEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC748, SettingChangingEventHandler__ctor__MethodInfo); DO_APP_FUNC(0x027646E0, void, SettingChangingEventHandler_Invoke, (SettingChangingEventHandler * __this, Object * sender, SettingChangingEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC768, SettingChangingEventHandler_Invoke__MethodInfo); DO_APP_FUNC(0x02764710, IAsyncResult *, SettingChangingEventHandler_BeginInvoke, (SettingChangingEventHandler * __this, Object * sender, SettingChangingEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC718, SettingChangingEventHandler_BeginInvoke__MethodInfo); DO_APP_FUNC(0x02764740, void, SettingChangingEventHandler_EndInvoke, (SettingChangingEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC740, SettingChangingEventHandler_EndInvoke__MethodInfo); DO_APP_FUNC(0x02764770, void, SettingChangingEventArgs__ctor, (SettingChangingEventArgs * __this, String * settingName, String * settingClass, String * settingKey, Object * newValue, bool cancel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC730, SettingChangingEventArgs__ctor__MethodInfo); DO_APP_FUNC(0x027647A0, Object *, SettingChangingEventArgs_get_NewValue, (SettingChangingEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC7C8, SettingChangingEventArgs_get_NewValue__MethodInfo); DO_APP_FUNC(0x027647D0, String *, SettingChangingEventArgs_get_SettingClass, (SettingChangingEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC7F0, SettingChangingEventArgs_get_SettingClass__MethodInfo); DO_APP_FUNC(0x02764800, String *, SettingChangingEventArgs_get_SettingKey, (SettingChangingEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC798, SettingChangingEventArgs_get_SettingKey__MethodInfo); DO_APP_FUNC(0x02764830, String *, SettingChangingEventArgs_get_SettingName, (SettingChangingEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC790, SettingChangingEventArgs_get_SettingName__MethodInfo); DO_APP_FUNC(0x02764860, void, SettingsLoadedEventHandler__ctor, (SettingsLoadedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC7A8, SettingsLoadedEventHandler__ctor__MethodInfo); DO_APP_FUNC(0x02764890, void, SettingsLoadedEventHandler_Invoke, (SettingsLoadedEventHandler * __this, Object * sender, SettingsLoadedEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC680, SettingsLoadedEventHandler_Invoke__MethodInfo); DO_APP_FUNC(0x027648C0, IAsyncResult *, SettingsLoadedEventHandler_BeginInvoke, (SettingsLoadedEventHandler * __this, Object * sender, SettingsLoadedEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC6A8, SettingsLoadedEventHandler_BeginInvoke__MethodInfo); DO_APP_FUNC(0x027648F0, void, SettingsLoadedEventHandler_EndInvoke, (SettingsLoadedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC698, SettingsLoadedEventHandler_EndInvoke__MethodInfo); DO_APP_FUNC(0x02764920, void, SettingsLoadedEventArgs__ctor, (SettingsLoadedEventArgs * __this, SettingsProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC640, SettingsLoadedEventArgs__ctor__MethodInfo); DO_APP_FUNC(0x02764950, SettingsProvider *, SettingsLoadedEventArgs_get_Provider, (SettingsLoadedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC660, SettingsLoadedEventArgs_get_Provider__MethodInfo); DO_APP_FUNC(0x02764980, void, SettingsSavingEventHandler__ctor, (SettingsSavingEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC6E8, SettingsSavingEventHandler__ctor__MethodInfo); DO_APP_FUNC(0x027649B0, void, SettingsSavingEventHandler_Invoke, (SettingsSavingEventHandler * __this, Object * sender, CancelEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC6D8, SettingsSavingEventHandler_Invoke__MethodInfo); DO_APP_FUNC(0x027649E0, IAsyncResult *, SettingsSavingEventHandler_BeginInvoke, (SettingsSavingEventHandler * __this, Object * sender, CancelEventArgs * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC6F8, SettingsSavingEventHandler_BeginInvoke__MethodInfo); DO_APP_FUNC(0x02764A10, void, SettingsSavingEventHandler_EndInvoke, (SettingsSavingEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC6B8, SettingsSavingEventHandler_EndInvoke__MethodInfo); DO_APP_FUNC(0x02764A40, void, ApplicationSettingsGroup__ctor, (ApplicationSettingsGroup * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC6C8, ApplicationSettingsGroup__ctor__MethodInfo); DO_APP_FUNC(0x02764A70, void, AppSettingsReader__ctor, (AppSettingsReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC6C0, AppSettingsReader__ctor__MethodInfo); DO_APP_FUNC(0x02764AA0, Object *, AppSettingsReader_GetValue, (AppSettingsReader * __this, String * key, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC5C0, AppSettingsReader_GetValue__MethodInfo); DO_APP_FUNC(0x02764AD0, void, ClientSettingsSection__ctor, (ClientSettingsSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC5D8, ClientSettingsSection__ctor__MethodInfo); DO_APP_FUNC(0x02764B00, ConfigurationPropertyCollection *, ClientSettingsSection_get_Properties, (ClientSettingsSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC5A0, ClientSettingsSection_get_Properties__MethodInfo); DO_APP_FUNC(0x02764B30, SettingElementCollection *, ClientSettingsSection_get_Settings, (ClientSettingsSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC598, ClientSettingsSection_get_Settings__MethodInfo); DO_APP_FUNC(0x02764B60, void, SettingElementCollection__ctor, (SettingElementCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC5A8, SettingElementCollection__ctor__MethodInfo); DO_APP_FUNC(0x02764B90, ConfigurationElementCollectionType__Enum, SettingElementCollection_get_CollectionType, (SettingElementCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC620, SettingElementCollection_get_CollectionType__MethodInfo); DO_APP_FUNC(0x02764BC0, String *, SettingElementCollection_get_ElementName, (SettingElementCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC638, SettingElementCollection_get_ElementName__MethodInfo); DO_APP_FUNC(0x02764BF0, void, SettingElementCollection_Add, (SettingElementCollection * __this, SettingElement * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC630, SettingElementCollection_Add__MethodInfo); DO_APP_FUNC(0x02764C20, void, SettingElementCollection_Clear, (SettingElementCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC5E0, SettingElementCollection_Clear__MethodInfo); DO_APP_FUNC(0x02764C50, ConfigurationElement *, SettingElementCollection_CreateNewElement, (SettingElementCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC600, SettingElementCollection_CreateNewElement__MethodInfo); DO_APP_FUNC(0x02764C80, SettingElement *, SettingElementCollection_Get, (SettingElementCollection * __this, String * elementKey, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC550, SettingElementCollection_Get__MethodInfo); DO_APP_FUNC(0x02764CB0, Object *, SettingElementCollection_GetElementKey, (SettingElementCollection * __this, ConfigurationElement * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC548, SettingElementCollection_GetElementKey__MethodInfo); DO_APP_FUNC(0x02764CE0, void, SettingElementCollection_Remove, (SettingElementCollection * __this, SettingElement * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC568, SettingElementCollection_Remove__MethodInfo); DO_APP_FUNC(0x02764D10, void, SettingElement__ctor, (SettingElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB31B8, SettingElement__ctor__MethodInfo); DO_APP_FUNC(0x02764D40, void, SettingElement__ctor_1, (SettingElement * __this, String * name, SettingsSerializeAs__Enum serializeAs, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB31C0, SettingElement__ctor_1__MethodInfo); DO_APP_FUNC(0x02764D70, String *, SettingElement_get_Name, (SettingElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB31A0, SettingElement_get_Name__MethodInfo); DO_APP_FUNC(0x02764DA0, void, SettingElement_set_Name, (SettingElement * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB31B0, SettingElement_set_Name__MethodInfo); DO_APP_FUNC(0x02764DD0, ConfigurationPropertyCollection *, SettingElement_get_Properties, (SettingElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB31A8, SettingElement_get_Properties__MethodInfo); DO_APP_FUNC(0x02764E00, SettingsSerializeAs__Enum, SettingElement_get_SerializeAs, (SettingElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB31E0, SettingElement_get_SerializeAs__MethodInfo); DO_APP_FUNC(0x02764E30, void, SettingElement_set_SerializeAs, (SettingElement * __this, SettingsSerializeAs__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB31E8, SettingElement_set_SerializeAs__MethodInfo); DO_APP_FUNC(0x02764E60, SettingValueElement *, SettingElement_get_Value, (SettingElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB31D0, SettingElement_get_Value__MethodInfo); DO_APP_FUNC(0x02764E90, void, SettingElement_set_Value, (SettingElement * __this, SettingValueElement * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB31C8, SettingElement_set_Value__MethodInfo); DO_APP_FUNC(0x02764EC0, void, SettingValueElement__ctor, (SettingValueElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB31D8, SettingValueElement__ctor__MethodInfo); DO_APP_FUNC(0x02764EF0, ConfigurationPropertyCollection *, SettingValueElement_get_Properties, (SettingValueElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3158, SettingValueElement_get_Properties__MethodInfo); DO_APP_FUNC(0x02764F20, XmlNode *, SettingValueElement_get_ValueXml, (SettingValueElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3168, SettingValueElement_get_ValueXml__MethodInfo); DO_APP_FUNC(0x02764F50, void, SettingValueElement_set_ValueXml, (SettingValueElement * __this, XmlNode * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3160, SettingValueElement_set_ValueXml__MethodInfo); DO_APP_FUNC(0x02764F80, void, SettingValueElement_DeserializeElement, (SettingValueElement * __this, XmlReader * reader, bool serializeCollectionKey, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3148, SettingValueElement_DeserializeElement__MethodInfo); DO_APP_FUNC(0x02764FB0, bool, SettingValueElement_IsModified, (SettingValueElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3150, SettingValueElement_IsModified__MethodInfo); DO_APP_FUNC(0x02764FE0, void, SettingValueElement_Reset, (SettingValueElement * __this, ConfigurationElement * parentElement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3190, SettingValueElement_Reset__MethodInfo); DO_APP_FUNC(0x02765010, void, SettingValueElement_ResetModified, (SettingValueElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3188, SettingValueElement_ResetModified__MethodInfo); DO_APP_FUNC(0x02765040, bool, SettingValueElement_SerializeToXmlElement, (SettingValueElement * __this, XmlWriter * writer, String * elementName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3198, SettingValueElement_SerializeToXmlElement__MethodInfo); DO_APP_FUNC(0x02765070, void, SettingValueElement_Unmerge, (SettingValueElement * __this, ConfigurationElement * sourceElement, ConfigurationElement * parentElement, ConfigurationSaveMode__Enum saveMode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3170, SettingValueElement_Unmerge__MethodInfo); DO_APP_FUNC(0x027650A0, void, ConfigurationSettings__ctor, (ConfigurationSettings * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3180, ConfigurationSettings__ctor__MethodInfo); DO_APP_FUNC(0x027650D0, NameValueCollection *, ConfigurationSettings_get_AppSettings, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3178, ConfigurationSettings_get_AppSettings__MethodInfo); DO_APP_FUNC(0x02765100, Object *, ConfigurationSettings_GetConfig, (String * sectionName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3110, ConfigurationSettings_GetConfig__MethodInfo); DO_APP_FUNC(0x02765130, void, ConfigXmlDocument__ctor, (ConfigXmlDocument * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3118, ConfigXmlDocument__ctor__MethodInfo); DO_APP_FUNC(0x02765160, String *, ConfigXmlDocument_get_Filename, (ConfigXmlDocument * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3100, ConfigXmlDocument_get_Filename__MethodInfo); DO_APP_FUNC(0x02765190, int32_t, ConfigXmlDocument_get_LineNumber, (ConfigXmlDocument * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB30F8, ConfigXmlDocument_get_LineNumber__MethodInfo); DO_APP_FUNC(0x027651C0, String *, ConfigXmlDocument_System_Configuration_Internal_IConfigErrorInfo_get_Filename, (ConfigXmlDocument * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3108, ConfigXmlDocument_System_Configuration_Internal_IConfigErrorInfo_get_Filename__MethodInfo); DO_APP_FUNC(0x027651F0, int32_t, ConfigXmlDocument_System_Configuration_Internal_IConfigErrorInfo_get_LineNumber, (ConfigXmlDocument * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3130, ConfigXmlDocument_System_Configuration_Internal_IConfigErrorInfo_get_LineNumber__MethodInfo); DO_APP_FUNC(0x02765220, void, ConfigXmlDocument_LoadSingleElement, (ConfigXmlDocument * __this, String * filename, XmlTextReader * sourceReader, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3140, ConfigXmlDocument_LoadSingleElement__MethodInfo); DO_APP_FUNC(0x003AC050, void, DefaultSettingValueAttribute__ctor, (DefaultSettingValueAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02765250, String *, DefaultSettingValueAttribute_get_Value, (DefaultSettingValueAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3138, DefaultSettingValueAttribute_get_Value__MethodInfo); DO_APP_FUNC(0x02765280, void, DictionarySectionHandler__ctor, (DictionarySectionHandler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3120, DictionarySectionHandler__ctor__MethodInfo); DO_APP_FUNC(0x027652B0, String *, DictionarySectionHandler_get_KeyAttributeName, (DictionarySectionHandler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3128, DictionarySectionHandler_get_KeyAttributeName__MethodInfo); DO_APP_FUNC(0x027652E0, String *, DictionarySectionHandler_get_ValueAttributeName, (DictionarySectionHandler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB30C0, DictionarySectionHandler_get_ValueAttributeName__MethodInfo); DO_APP_FUNC(0x02765310, Object *, DictionarySectionHandler_Create, (DictionarySectionHandler * __this, Object * parent, Object * context, XmlNode * section, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB30B8, DictionarySectionHandler_Create__MethodInfo); DO_APP_FUNC(0x02765340, void, IdnElement__ctor, (IdnElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB30C8, IdnElement__ctor__MethodInfo); DO_APP_FUNC(0x02765370, UriIdnScope__Enum, IdnElement_get_Enabled, (IdnElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB30A0, IdnElement_get_Enabled__MethodInfo); DO_APP_FUNC(0x027653A0, void, IdnElement_set_Enabled, (IdnElement * __this, UriIdnScope__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB30B0, IdnElement_set_Enabled__MethodInfo); DO_APP_FUNC(0x027653D0, ConfigurationPropertyCollection *, IdnElement_get_Properties, (IdnElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB30A8, IdnElement_get_Properties__MethodInfo); DO_APP_FUNC(0x02765400, void, IgnoreSectionHandler__ctor, (IgnoreSectionHandler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB30E8, IgnoreSectionHandler__ctor__MethodInfo); DO_APP_FUNC(0x02765430, Object *, IgnoreSectionHandler_Create, (IgnoreSectionHandler * __this, Object * parent, Object * configContext, XmlNode * section, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB30F0, IgnoreSectionHandler_Create__MethodInfo); DO_APP_FUNC(0x02765460, void, IriParsingElement__ctor, (IriParsingElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB30D8, IriParsingElement__ctor__MethodInfo); DO_APP_FUNC(0x02765490, bool, IriParsingElement_get_Enabled, (IriParsingElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB30D0, IriParsingElement_get_Enabled__MethodInfo); DO_APP_FUNC(0x027654C0, void, IriParsingElement_set_Enabled, (IriParsingElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB30E0, IriParsingElement_set_Enabled__MethodInfo); DO_APP_FUNC(0x027654F0, ConfigurationPropertyCollection *, IriParsingElement_get_Properties, (IriParsingElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3058, IriParsingElement_get_Properties__MethodInfo); DO_APP_FUNC(0x02765520, void, LocalFileSettingsProvider__ctor, (LocalFileSettingsProvider * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3068, LocalFileSettingsProvider__ctor__MethodInfo); DO_APP_FUNC(0x02765550, String *, LocalFileSettingsProvider_get_ApplicationName, (LocalFileSettingsProvider * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3060, LocalFileSettingsProvider_get_ApplicationName__MethodInfo); DO_APP_FUNC(0x02765580, void, LocalFileSettingsProvider_set_ApplicationName, (LocalFileSettingsProvider * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3048, LocalFileSettingsProvider_set_ApplicationName__MethodInfo); DO_APP_FUNC(0x027655B0, SettingsPropertyValue *, LocalFileSettingsProvider_GetPreviousVersion, (LocalFileSettingsProvider * __this, SettingsContext * context, SettingsProperty * property, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3050, LocalFileSettingsProvider_GetPreviousVersion__MethodInfo); DO_APP_FUNC(0x027655E0, SettingsPropertyValueCollection *, LocalFileSettingsProvider_GetPropertyValues, (LocalFileSettingsProvider * __this, SettingsContext * context, SettingsPropertyCollection * properties, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3090, LocalFileSettingsProvider_GetPropertyValues__MethodInfo); DO_APP_FUNC(0x02765610, void, LocalFileSettingsProvider_Initialize, (LocalFileSettingsProvider * __this, String * name, NameValueCollection * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3088, LocalFileSettingsProvider_Initialize__MethodInfo); DO_APP_FUNC(0x02765640, void, LocalFileSettingsProvider_Reset, (LocalFileSettingsProvider * __this, SettingsContext * context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3098, LocalFileSettingsProvider_Reset__MethodInfo); DO_APP_FUNC(0x02765670, void, LocalFileSettingsProvider_SetPropertyValues, (LocalFileSettingsProvider * __this, SettingsContext * context, SettingsPropertyValueCollection * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3070, LocalFileSettingsProvider_SetPropertyValues__MethodInfo); DO_APP_FUNC(0x027656A0, void, LocalFileSettingsProvider_Upgrade, (LocalFileSettingsProvider * __this, SettingsContext * context, SettingsPropertyCollection * properties, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3080, LocalFileSettingsProvider_Upgrade__MethodInfo); DO_APP_FUNC(0x027656D0, void, NameValueFileSectionHandler__ctor, (NameValueFileSectionHandler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3078, NameValueFileSectionHandler__ctor__MethodInfo); DO_APP_FUNC(0x02765700, Object *, NameValueFileSectionHandler_Create, (NameValueFileSectionHandler * __this, Object * parent, Object * configContext, XmlNode * section, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3010, NameValueFileSectionHandler_Create__MethodInfo); DO_APP_FUNC(0x02765730, void, NameValueSectionHandler__ctor, (NameValueSectionHandler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3018, NameValueSectionHandler__ctor__MethodInfo); DO_APP_FUNC(0x02765760, String *, NameValueSectionHandler_get_KeyAttributeName, (NameValueSectionHandler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3000, NameValueSectionHandler_get_KeyAttributeName__MethodInfo); DO_APP_FUNC(0x02765790, String *, NameValueSectionHandler_get_ValueAttributeName, (NameValueSectionHandler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2FF8, NameValueSectionHandler_get_ValueAttributeName__MethodInfo); DO_APP_FUNC(0x027657C0, Object *, NameValueSectionHandler_Create, (NameValueSectionHandler * __this, Object * parent, Object * context, XmlNode * section, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3008, NameValueSectionHandler_Create__MethodInfo); DO_APP_FUNC(0x003AC050, void, NoSettingsVersionUpgradeAttribute__ctor, (NoSettingsVersionUpgradeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x027657F0, void, SchemeSettingElement__ctor, (SchemeSettingElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3030, SchemeSettingElement__ctor__MethodInfo); DO_APP_FUNC(0x02765820, GenericUriParserOptions__Enum, SchemeSettingElement_get_GenericUriParserOptions, (SchemeSettingElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3040, SchemeSettingElement_get_GenericUriParserOptions__MethodInfo); DO_APP_FUNC(0x02765850, String *, SchemeSettingElement_get_Name, (SchemeSettingElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3038, SchemeSettingElement_get_Name__MethodInfo); DO_APP_FUNC(0x02765880, ConfigurationPropertyCollection *, SchemeSettingElement_get_Properties, (SchemeSettingElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3020, SchemeSettingElement_get_Properties__MethodInfo); DO_APP_FUNC(0x027658B0, void, SchemeSettingElementCollection__ctor, (SchemeSettingElementCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3028, SchemeSettingElementCollection__ctor__MethodInfo); DO_APP_FUNC(0x027658E0, ConfigurationElementCollectionType__Enum, SchemeSettingElementCollection_get_CollectionType, (SchemeSettingElementCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2FC0, SchemeSettingElementCollection_get_CollectionType__MethodInfo); DO_APP_FUNC(0x02765910, SchemeSettingElement *, SchemeSettingElementCollection_get_Item, (SchemeSettingElementCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2FB8, SchemeSettingElementCollection_get_Item__MethodInfo); DO_APP_FUNC(0x02765940, SchemeSettingElement *, SchemeSettingElementCollection_get_Item_1, (SchemeSettingElementCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2FC8, SchemeSettingElementCollection_get_Item_1__MethodInfo); DO_APP_FUNC(0x02765970, ConfigurationElement *, SchemeSettingElementCollection_CreateNewElement, (SchemeSettingElementCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2FA0, SchemeSettingElementCollection_CreateNewElement__MethodInfo); DO_APP_FUNC(0x027659A0, Object *, SchemeSettingElementCollection_GetElementKey, (SchemeSettingElementCollection * __this, ConfigurationElement * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2FB0, SchemeSettingElementCollection_GetElementKey__MethodInfo); DO_APP_FUNC(0x027659D0, int32_t, SchemeSettingElementCollection_IndexOf, (SchemeSettingElementCollection * __this, SchemeSettingElement * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2FA8, SchemeSettingElementCollection_IndexOf__MethodInfo); DO_APP_FUNC(0x003AC050, void, SettingsDescriptionAttribute__ctor, (SettingsDescriptionAttribute * __this, String * description, MethodInfo * method)); DO_APP_FUNC(0x02765A00, String *, SettingsDescriptionAttribute_get_Description, (SettingsDescriptionAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2FE8, SettingsDescriptionAttribute_get_Description__MethodInfo); DO_APP_FUNC(0x003AC050, void, SettingsGroupDescriptionAttribute__ctor, (SettingsGroupDescriptionAttribute * __this, String * description, MethodInfo * method)); DO_APP_FUNC(0x02765A30, String *, SettingsGroupDescriptionAttribute_get_Description, (SettingsGroupDescriptionAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2FF0, SettingsGroupDescriptionAttribute_get_Description__MethodInfo); DO_APP_FUNC(0x003AC050, void, SettingsGroupNameAttribute__ctor, (SettingsGroupNameAttribute * __this, String * groupName, MethodInfo * method)); DO_APP_FUNC(0x02765A60, String *, SettingsGroupNameAttribute_get_GroupName, (SettingsGroupNameAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2FD8, SettingsGroupNameAttribute_get_GroupName__MethodInfo); DO_APP_FUNC(0x003AC050, void, SettingsManageabilityAttribute__ctor, (SettingsManageabilityAttribute * __this, SettingsManageability__Enum manageability, MethodInfo * method)); DO_APP_FUNC(0x02765A90, SettingsManageability__Enum, SettingsManageabilityAttribute_get_Manageability, (SettingsManageabilityAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2FD0, SettingsManageabilityAttribute_get_Manageability__MethodInfo); DO_APP_FUNC(0x02765AC0, void, SettingsPropertyIsReadOnlyException__ctor, (SettingsPropertyIsReadOnlyException * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2FE0, SettingsPropertyIsReadOnlyException__ctor__MethodInfo); DO_APP_FUNC(0x02765AF0, void, SettingsPropertyIsReadOnlyException__ctor_1, (SettingsPropertyIsReadOnlyException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2F50, SettingsPropertyIsReadOnlyException__ctor_1__MethodInfo); DO_APP_FUNC(0x02765B20, void, SettingsPropertyIsReadOnlyException__ctor_2, (SettingsPropertyIsReadOnlyException * __this, String * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2F60, SettingsPropertyIsReadOnlyException__ctor_2__MethodInfo); DO_APP_FUNC(0x02765B50, void, SettingsPropertyIsReadOnlyException__ctor_3, (SettingsPropertyIsReadOnlyException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2F58, SettingsPropertyIsReadOnlyException__ctor_3__MethodInfo); DO_APP_FUNC(0x02765B80, void, SettingsPropertyNotFoundException__ctor, (SettingsPropertyNotFoundException * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2F40, SettingsPropertyNotFoundException__ctor__MethodInfo); DO_APP_FUNC(0x02765BB0, void, SettingsPropertyNotFoundException__ctor_1, (SettingsPropertyNotFoundException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2F48, SettingsPropertyNotFoundException__ctor_1__MethodInfo); DO_APP_FUNC(0x02765BE0, void, SettingsPropertyNotFoundException__ctor_2, (SettingsPropertyNotFoundException * __this, String * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2F90, SettingsPropertyNotFoundException__ctor_2__MethodInfo); DO_APP_FUNC(0x02765C10, void, SettingsPropertyNotFoundException__ctor_3, (SettingsPropertyNotFoundException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2F88, SettingsPropertyNotFoundException__ctor_3__MethodInfo); DO_APP_FUNC(0x02765C40, void, SettingsPropertyWrongTypeException__ctor, (SettingsPropertyWrongTypeException * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2F98, SettingsPropertyWrongTypeException__ctor__MethodInfo); DO_APP_FUNC(0x02765C70, void, SettingsPropertyWrongTypeException__ctor_1, (SettingsPropertyWrongTypeException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2F68, SettingsPropertyWrongTypeException__ctor_1__MethodInfo); DO_APP_FUNC(0x02765CA0, void, SettingsPropertyWrongTypeException__ctor_2, (SettingsPropertyWrongTypeException * __this, String * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2F80, SettingsPropertyWrongTypeException__ctor_2__MethodInfo); DO_APP_FUNC(0x02765CD0, void, SettingsPropertyWrongTypeException__ctor_3, (SettingsPropertyWrongTypeException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2F70, SettingsPropertyWrongTypeException__ctor_3__MethodInfo); DO_APP_FUNC(0x003AC050, void, SettingsProviderAttribute__ctor, (SettingsProviderAttribute * __this, String * providerTypeName, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SettingsProviderAttribute__ctor_1, (SettingsProviderAttribute * __this, Type * providerType, MethodInfo * method)); DO_APP_FUNC(0x02765D00, String *, SettingsProviderAttribute_get_ProviderTypeName, (SettingsProviderAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2F00, SettingsProviderAttribute_get_ProviderTypeName__MethodInfo); DO_APP_FUNC(0x003AC050, void, SettingsSerializeAsAttribute__ctor, (SettingsSerializeAsAttribute * __this, SettingsSerializeAs__Enum serializeAs, MethodInfo * method)); DO_APP_FUNC(0x02765D30, SettingsSerializeAs__Enum, SettingsSerializeAsAttribute_get_SerializeAs, (SettingsSerializeAsAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2F08, SettingsSerializeAsAttribute_get_SerializeAs__MethodInfo); DO_APP_FUNC(0x02765D60, void, SingleTagSectionHandler__ctor, (SingleTagSectionHandler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2EF0, SingleTagSectionHandler__ctor__MethodInfo); DO_APP_FUNC(0x02765D90, Object *, SingleTagSectionHandler_Create, (SingleTagSectionHandler * __this, Object * parent, Object * context, XmlNode * section, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2EE8, SingleTagSectionHandler_Create__MethodInfo); DO_APP_FUNC(0x003AC050, void, SpecialSettingAttribute__ctor, (SpecialSettingAttribute * __this, SpecialSetting__Enum specialSetting, MethodInfo * method)); DO_APP_FUNC(0x02765DC0, SpecialSetting__Enum, SpecialSettingAttribute_get_SpecialSetting, (SpecialSettingAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2EF8, SpecialSettingAttribute_get_SpecialSetting__MethodInfo); DO_APP_FUNC(0x02765DF0, void, UriSection__ctor, (UriSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2F28, UriSection__ctor__MethodInfo); DO_APP_FUNC(0x02765E20, IdnElement *, UriSection_get_Idn, (UriSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2F38, UriSection_get_Idn__MethodInfo); DO_APP_FUNC(0x02765E50, IriParsingElement *, UriSection_get_IriParsing, (UriSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2F30, UriSection_get_IriParsing__MethodInfo); DO_APP_FUNC(0x02765E80, ConfigurationPropertyCollection *, UriSection_get_Properties, (UriSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2F10, UriSection_get_Properties__MethodInfo); DO_APP_FUNC(0x02765EB0, SchemeSettingElementCollection *, UriSection_get_SchemeSettings, (UriSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2F20, UriSection_get_SchemeSettings__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserScopedSettingAttribute__ctor, (UserScopedSettingAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02765EE0, void, UserSettingsGroup__ctor, (UserSettingsGroup * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2EB0, UserSettingsGroup__ctor__MethodInfo); DO_APP_FUNC(0x02765F10, void, CodeArrayCreateExpression__ctor, (CodeArrayCreateExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2EA8, CodeArrayCreateExpression__ctor__MethodInfo); DO_APP_FUNC(0x02765F40, void, CodeArrayCreateExpression__ctor_1, (CodeArrayCreateExpression * __this, CodeTypeReference * createType, CodeExpression * size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2EB8, CodeArrayCreateExpression__ctor_1__MethodInfo); DO_APP_FUNC(0x02765F70, void, CodeArrayCreateExpression__ctor_2, (CodeArrayCreateExpression * __this, CodeTypeReference * createType, CodeExpression__Array * initializers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2E90, CodeArrayCreateExpression__ctor_2__MethodInfo); DO_APP_FUNC(0x02765FA0, void, CodeArrayCreateExpression__ctor_3, (CodeArrayCreateExpression * __this, CodeTypeReference * createType, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2EA0, CodeArrayCreateExpression__ctor_3__MethodInfo); DO_APP_FUNC(0x02765FD0, void, CodeArrayCreateExpression__ctor_4, (CodeArrayCreateExpression * __this, String * createType, CodeExpression * size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2E98, CodeArrayCreateExpression__ctor_4__MethodInfo); DO_APP_FUNC(0x02766000, void, CodeArrayCreateExpression__ctor_5, (CodeArrayCreateExpression * __this, String * createType, CodeExpression__Array * initializers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2ED8, CodeArrayCreateExpression__ctor_5__MethodInfo); DO_APP_FUNC(0x02766030, void, CodeArrayCreateExpression__ctor_6, (CodeArrayCreateExpression * __this, String * createType, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2EE0, CodeArrayCreateExpression__ctor_6__MethodInfo); DO_APP_FUNC(0x02766060, void, CodeArrayCreateExpression__ctor_7, (CodeArrayCreateExpression * __this, Type * createType, CodeExpression * size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2EC8, CodeArrayCreateExpression__ctor_7__MethodInfo); DO_APP_FUNC(0x02766090, void, CodeArrayCreateExpression__ctor_8, (CodeArrayCreateExpression * __this, Type * createType, CodeExpression__Array * initializers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2EC0, CodeArrayCreateExpression__ctor_8__MethodInfo); DO_APP_FUNC(0x027660C0, void, CodeArrayCreateExpression__ctor_9, (CodeArrayCreateExpression * __this, Type * createType, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2ED0, CodeArrayCreateExpression__ctor_9__MethodInfo); DO_APP_FUNC(0x027660F0, CodeTypeReference *, CodeArrayCreateExpression_get_CreateType, (CodeArrayCreateExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2E40, CodeArrayCreateExpression_get_CreateType__MethodInfo); DO_APP_FUNC(0x02766120, void, CodeArrayCreateExpression_set_CreateType, (CodeArrayCreateExpression * __this, CodeTypeReference * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2E50, CodeArrayCreateExpression_set_CreateType__MethodInfo); DO_APP_FUNC(0x02766150, CodeExpressionCollection *, CodeArrayCreateExpression_get_Initializers, (CodeArrayCreateExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2E48, CodeArrayCreateExpression_get_Initializers__MethodInfo); DO_APP_FUNC(0x02766180, int32_t, CodeArrayCreateExpression_get_Size, (CodeArrayCreateExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2E20, CodeArrayCreateExpression_get_Size__MethodInfo); DO_APP_FUNC(0x027661B0, void, CodeArrayCreateExpression_set_Size, (CodeArrayCreateExpression * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2E30, CodeArrayCreateExpression_set_Size__MethodInfo); DO_APP_FUNC(0x027661E0, CodeExpression *, CodeArrayCreateExpression_get_SizeExpression, (CodeArrayCreateExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2E78, CodeArrayCreateExpression_get_SizeExpression__MethodInfo); DO_APP_FUNC(0x02766210, void, CodeArrayCreateExpression_set_SizeExpression, (CodeArrayCreateExpression * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2E70, CodeArrayCreateExpression_set_SizeExpression__MethodInfo); DO_APP_FUNC(0x02766240, void, CodeExpressionCollection__ctor, (CodeExpressionCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2E80, CodeExpressionCollection__ctor__MethodInfo); DO_APP_FUNC(0x02766270, void, CodeExpressionCollection__ctor_1, (CodeExpressionCollection * __this, CodeExpressionCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2E58, CodeExpressionCollection__ctor_1__MethodInfo); DO_APP_FUNC(0x027662A0, void, CodeExpressionCollection__ctor_2, (CodeExpressionCollection * __this, CodeExpression__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2E68, CodeExpressionCollection__ctor_2__MethodInfo); DO_APP_FUNC(0x027662D0, CodeExpression *, CodeExpressionCollection_get_Item, (CodeExpressionCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2E60, CodeExpressionCollection_get_Item__MethodInfo); DO_APP_FUNC(0x02766300, void, CodeExpressionCollection_set_Item, (CodeExpressionCollection * __this, int32_t index, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2DE0, CodeExpressionCollection_set_Item__MethodInfo); DO_APP_FUNC(0x02766330, int32_t, CodeExpressionCollection_Add, (CodeExpressionCollection * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2DF0, CodeExpressionCollection_Add__MethodInfo); DO_APP_FUNC(0x02766360, void, CodeExpressionCollection_AddRange, (CodeExpressionCollection * __this, CodeExpressionCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2DD0, CodeExpressionCollection_AddRange__MethodInfo); DO_APP_FUNC(0x02766390, void, CodeExpressionCollection_AddRange_1, (CodeExpressionCollection * __this, CodeExpression__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2DC8, CodeExpressionCollection_AddRange_1__MethodInfo); DO_APP_FUNC(0x027663C0, bool, CodeExpressionCollection_Contains, (CodeExpressionCollection * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2DD8, CodeExpressionCollection_Contains__MethodInfo); DO_APP_FUNC(0x027663F0, void, CodeExpressionCollection_CopyTo, (CodeExpressionCollection * __this, CodeExpression__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2E08, CodeExpressionCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x02766420, int32_t, CodeExpressionCollection_IndexOf, (CodeExpressionCollection * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2E18, CodeExpressionCollection_IndexOf__MethodInfo); DO_APP_FUNC(0x02766450, void, CodeExpressionCollection_Insert, (CodeExpressionCollection * __this, int32_t index, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2E10, CodeExpressionCollection_Insert__MethodInfo); DO_APP_FUNC(0x02766480, void, CodeExpressionCollection_Remove, (CodeExpressionCollection * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2DF8, CodeExpressionCollection_Remove__MethodInfo); DO_APP_FUNC(0x027664B0, void, CodeArrayIndexerExpression__ctor, (CodeArrayIndexerExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2E00, CodeArrayIndexerExpression__ctor__MethodInfo); DO_APP_FUNC(0x027664E0, void, CodeArrayIndexerExpression__ctor_1, (CodeArrayIndexerExpression * __this, CodeExpression * targetObject, CodeExpression__Array * indices, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2D58, CodeArrayIndexerExpression__ctor_1__MethodInfo); DO_APP_FUNC(0x02766510, CodeExpressionCollection *, CodeArrayIndexerExpression_get_Indices, (CodeArrayIndexerExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2D50, CodeArrayIndexerExpression_get_Indices__MethodInfo); DO_APP_FUNC(0x02766540, CodeExpression *, CodeArrayIndexerExpression_get_TargetObject, (CodeArrayIndexerExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2D60, CodeArrayIndexerExpression_get_TargetObject__MethodInfo); DO_APP_FUNC(0x02766570, void, CodeArrayIndexerExpression_set_TargetObject, (CodeArrayIndexerExpression * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2D30, CodeArrayIndexerExpression_set_TargetObject__MethodInfo); DO_APP_FUNC(0x027665A0, void, CodeAssignStatement__ctor, (CodeAssignStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2D48, CodeAssignStatement__ctor__MethodInfo); DO_APP_FUNC(0x027665D0, void, CodeAssignStatement__ctor_1, (CodeAssignStatement * __this, CodeExpression * left, CodeExpression * right, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2D40, CodeAssignStatement__ctor_1__MethodInfo); DO_APP_FUNC(0x02766600, CodeExpression *, CodeAssignStatement_get_Left, (CodeAssignStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2D98, CodeAssignStatement_get_Left__MethodInfo); DO_APP_FUNC(0x02766630, void, CodeAssignStatement_set_Left, (CodeAssignStatement * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2DB0, CodeAssignStatement_set_Left__MethodInfo); DO_APP_FUNC(0x02766660, CodeExpression *, CodeAssignStatement_get_Right, (CodeAssignStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2D80, CodeAssignStatement_get_Right__MethodInfo); DO_APP_FUNC(0x02766690, void, CodeAssignStatement_set_Right, (CodeAssignStatement * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2D78, CodeAssignStatement_set_Right__MethodInfo); DO_APP_FUNC(0x027666C0, void, CodeAttachEventStatement__ctor, (CodeAttachEventStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2D88, CodeAttachEventStatement__ctor__MethodInfo); DO_APP_FUNC(0x027666F0, void, CodeAttachEventStatement__ctor_1, (CodeAttachEventStatement * __this, CodeEventReferenceExpression * eventRef, CodeExpression * listener, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2CC0, CodeAttachEventStatement__ctor_1__MethodInfo); DO_APP_FUNC(0x02766720, void, CodeAttachEventStatement__ctor_2, (CodeAttachEventStatement * __this, CodeExpression * targetObject, String * eventName, CodeExpression * listener, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2CD8, CodeAttachEventStatement__ctor_2__MethodInfo); DO_APP_FUNC(0x02766750, CodeEventReferenceExpression *, CodeAttachEventStatement_get_Event, (CodeAttachEventStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2CC8, CodeAttachEventStatement_get_Event__MethodInfo); DO_APP_FUNC(0x02766780, void, CodeAttachEventStatement_set_Event, (CodeAttachEventStatement * __this, CodeEventReferenceExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2CA8, CodeAttachEventStatement_set_Event__MethodInfo); DO_APP_FUNC(0x027667B0, CodeExpression *, CodeAttachEventStatement_get_Listener, (CodeAttachEventStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2CB8, CodeAttachEventStatement_get_Listener__MethodInfo); DO_APP_FUNC(0x027667E0, void, CodeAttachEventStatement_set_Listener, (CodeAttachEventStatement * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2D18, CodeAttachEventStatement_set_Listener__MethodInfo); DO_APP_FUNC(0x02766810, void, CodeEventReferenceExpression__ctor, (CodeEventReferenceExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2D10, CodeEventReferenceExpression__ctor__MethodInfo); DO_APP_FUNC(0x02766840, void, CodeEventReferenceExpression__ctor_1, (CodeEventReferenceExpression * __this, CodeExpression * targetObject, String * eventName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2D20, CodeEventReferenceExpression__ctor_1__MethodInfo); DO_APP_FUNC(0x02766870, String *, CodeEventReferenceExpression_get_EventName, (CodeEventReferenceExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2CE8, CodeEventReferenceExpression_get_EventName__MethodInfo); DO_APP_FUNC(0x027668A0, void, CodeEventReferenceExpression_set_EventName, (CodeEventReferenceExpression * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2D00, CodeEventReferenceExpression_set_EventName__MethodInfo); DO_APP_FUNC(0x027668D0, CodeExpression *, CodeEventReferenceExpression_get_TargetObject, (CodeEventReferenceExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2CF0, CodeEventReferenceExpression_get_TargetObject__MethodInfo); DO_APP_FUNC(0x02766900, void, CodeEventReferenceExpression_set_TargetObject, (CodeEventReferenceExpression * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2C60, CodeEventReferenceExpression_set_TargetObject__MethodInfo); DO_APP_FUNC(0x02766930, void, CodeBaseReferenceExpression__ctor, (CodeBaseReferenceExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2C70, CodeBaseReferenceExpression__ctor__MethodInfo); DO_APP_FUNC(0x02766960, void, CodeBinaryOperatorExpression__ctor, (CodeBinaryOperatorExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2C50, CodeBinaryOperatorExpression__ctor__MethodInfo); DO_APP_FUNC(0x02766990, void, CodeBinaryOperatorExpression__ctor_1, (CodeBinaryOperatorExpression * __this, CodeExpression * left, CodeBinaryOperatorType__Enum op, CodeExpression * right, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2C40, CodeBinaryOperatorExpression__ctor_1__MethodInfo); DO_APP_FUNC(0x027669C0, CodeExpression *, CodeBinaryOperatorExpression_get_Left, (CodeBinaryOperatorExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2C58, CodeBinaryOperatorExpression_get_Left__MethodInfo); DO_APP_FUNC(0x027669F0, void, CodeBinaryOperatorExpression_set_Left, (CodeBinaryOperatorExpression * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2C88, CodeBinaryOperatorExpression_set_Left__MethodInfo); DO_APP_FUNC(0x02766A20, CodeBinaryOperatorType__Enum, CodeBinaryOperatorExpression_get_Operator, (CodeBinaryOperatorExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2CA0, CodeBinaryOperatorExpression_get_Operator__MethodInfo); DO_APP_FUNC(0x02766A50, void, CodeBinaryOperatorExpression_set_Operator, (CodeBinaryOperatorExpression * __this, CodeBinaryOperatorType__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2C90, CodeBinaryOperatorExpression_set_Operator__MethodInfo); DO_APP_FUNC(0x02766A80, CodeExpression *, CodeBinaryOperatorExpression_get_Right, (CodeBinaryOperatorExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2C78, CodeBinaryOperatorExpression_get_Right__MethodInfo); DO_APP_FUNC(0x02766AB0, void, CodeBinaryOperatorExpression_set_Right, (CodeBinaryOperatorExpression * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2C80, CodeBinaryOperatorExpression_set_Right__MethodInfo); DO_APP_FUNC(0x02766AE0, void, CodeCastExpression__ctor, (CodeCastExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2C00, CodeCastExpression__ctor__MethodInfo); DO_APP_FUNC(0x02766B10, void, CodeCastExpression__ctor_1, (CodeCastExpression * __this, CodeTypeReference * targetType, CodeExpression * expression, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2BF8, CodeCastExpression__ctor_1__MethodInfo); DO_APP_FUNC(0x02766B40, void, CodeCastExpression__ctor_2, (CodeCastExpression * __this, String * targetType, CodeExpression * expression, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2C08, CodeCastExpression__ctor_2__MethodInfo); DO_APP_FUNC(0x02766B70, void, CodeCastExpression__ctor_3, (CodeCastExpression * __this, Type * targetType, CodeExpression * expression, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2BE0, CodeCastExpression__ctor_3__MethodInfo); DO_APP_FUNC(0x02766BA0, CodeExpression *, CodeCastExpression_get_Expression, (CodeCastExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2BF0, CodeCastExpression_get_Expression__MethodInfo); DO_APP_FUNC(0x02766BD0, void, CodeCastExpression_set_Expression, (CodeCastExpression * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2BE8, CodeCastExpression_set_Expression__MethodInfo); DO_APP_FUNC(0x02766C00, CodeTypeReference *, CodeCastExpression_get_TargetType, (CodeCastExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2C28, CodeCastExpression_get_TargetType__MethodInfo); DO_APP_FUNC(0x02766C30, void, CodeCastExpression_set_TargetType, (CodeCastExpression * __this, CodeTypeReference * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2C38, CodeCastExpression_set_TargetType__MethodInfo); DO_APP_FUNC(0x02766C60, void, CodeCatchClause__ctor, (CodeCatchClause * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2C18, CodeCatchClause__ctor__MethodInfo); DO_APP_FUNC(0x02766C90, void, CodeCatchClause__ctor_1, (CodeCatchClause * __this, String * localName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2C10, CodeCatchClause__ctor_1__MethodInfo); DO_APP_FUNC(0x02766CC0, void, CodeCatchClause__ctor_2, (CodeCatchClause * __this, String * localName, CodeTypeReference * catchExceptionType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2C20, CodeCatchClause__ctor_2__MethodInfo); DO_APP_FUNC(0x02766CF0, void, CodeCatchClause__ctor_3, (CodeCatchClause * __this, String * localName, CodeTypeReference * catchExceptionType, CodeStatement__Array * statements, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2B98, CodeCatchClause__ctor_3__MethodInfo); DO_APP_FUNC(0x02766D20, CodeTypeReference *, CodeCatchClause_get_CatchExceptionType, (CodeCatchClause * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2BA8, CodeCatchClause_get_CatchExceptionType__MethodInfo); DO_APP_FUNC(0x02766D50, void, CodeCatchClause_set_CatchExceptionType, (CodeCatchClause * __this, CodeTypeReference * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2BA0, CodeCatchClause_set_CatchExceptionType__MethodInfo); DO_APP_FUNC(0x02766D80, String *, CodeCatchClause_get_LocalName, (CodeCatchClause * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2B88, CodeCatchClause_get_LocalName__MethodInfo); DO_APP_FUNC(0x02766DB0, void, CodeCatchClause_set_LocalName, (CodeCatchClause * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2B90, CodeCatchClause_set_LocalName__MethodInfo); DO_APP_FUNC(0x02766DE0, CodeStatementCollection *, CodeCatchClause_get_Statements, (CodeCatchClause * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2BD0, CodeCatchClause_get_Statements__MethodInfo); DO_APP_FUNC(0x02766E10, void, CodeCatchClauseCollection__ctor, (CodeCatchClauseCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2BC8, CodeCatchClauseCollection__ctor__MethodInfo); DO_APP_FUNC(0x02766E40, void, CodeCatchClauseCollection__ctor_1, (CodeCatchClauseCollection * __this, CodeCatchClauseCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2BD8, CodeCatchClauseCollection__ctor_1__MethodInfo); DO_APP_FUNC(0x02766E70, void, CodeCatchClauseCollection__ctor_2, (CodeCatchClauseCollection * __this, CodeCatchClause__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2BB0, CodeCatchClauseCollection__ctor_2__MethodInfo); DO_APP_FUNC(0x02766EA0, CodeCatchClause *, CodeCatchClauseCollection_get_Item, (CodeCatchClauseCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2BC0, CodeCatchClauseCollection_get_Item__MethodInfo); DO_APP_FUNC(0x02766ED0, void, CodeCatchClauseCollection_set_Item, (CodeCatchClauseCollection * __this, int32_t index, CodeCatchClause * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2BB8, CodeCatchClauseCollection_set_Item__MethodInfo); DO_APP_FUNC(0x02766F00, int32_t, CodeCatchClauseCollection_Add, (CodeCatchClauseCollection * __this, CodeCatchClause * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2B48, CodeCatchClauseCollection_Add__MethodInfo); DO_APP_FUNC(0x02766F30, void, CodeCatchClauseCollection_AddRange, (CodeCatchClauseCollection * __this, CodeCatchClauseCollection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2B50, CodeCatchClauseCollection_AddRange__MethodInfo); DO_APP_FUNC(0x02766F60, void, CodeCatchClauseCollection_AddRange_1, (CodeCatchClauseCollection * __this, CodeCatchClause__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2B38, CodeCatchClauseCollection_AddRange_1__MethodInfo); DO_APP_FUNC(0x02766F90, bool, CodeCatchClauseCollection_Contains, (CodeCatchClauseCollection * __this, CodeCatchClause * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2B30, CodeCatchClauseCollection_Contains__MethodInfo); DO_APP_FUNC(0x02766FC0, void, CodeCatchClauseCollection_CopyTo, (CodeCatchClauseCollection * __this, CodeCatchClause__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2B40, CodeCatchClauseCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x02766FF0, int32_t, CodeCatchClauseCollection_IndexOf, (CodeCatchClauseCollection * __this, CodeCatchClause * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2B70, CodeCatchClauseCollection_IndexOf__MethodInfo); DO_APP_FUNC(0x02767020, void, CodeCatchClauseCollection_Insert, (CodeCatchClauseCollection * __this, int32_t index, CodeCatchClause * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2B80, CodeCatchClauseCollection_Insert__MethodInfo); DO_APP_FUNC(0x02767050, void, CodeCatchClauseCollection_Remove, (CodeCatchClauseCollection * __this, CodeCatchClause * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2B78, CodeCatchClauseCollection_Remove__MethodInfo); DO_APP_FUNC(0x02767080, void, CodeChecksumPragma__ctor, (CodeChecksumPragma * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2B58, CodeChecksumPragma__ctor__MethodInfo); DO_APP_FUNC(0x027670B0, void, CodeChecksumPragma__ctor_1, (CodeChecksumPragma * __this, String * fileName, Guid checksumAlgorithmId, Byte__Array * checksumData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2B68, CodeChecksumPragma__ctor_1__MethodInfo); DO_APP_FUNC(0x027670E0, Guid, CodeChecksumPragma_get_ChecksumAlgorithmId, (CodeChecksumPragma * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2AF8, CodeChecksumPragma_get_ChecksumAlgorithmId__MethodInfo); DO_APP_FUNC(0x02767120, void, CodeChecksumPragma_set_ChecksumAlgorithmId, (CodeChecksumPragma * __this, Guid value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2AF0, CodeChecksumPragma_set_ChecksumAlgorithmId__MethodInfo); DO_APP_FUNC(0x02767150, Byte__Array *, CodeChecksumPragma_get_ChecksumData, (CodeChecksumPragma * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2B00, CodeChecksumPragma_get_ChecksumData__MethodInfo); DO_APP_FUNC(0x02767180, void, CodeChecksumPragma_set_ChecksumData, (CodeChecksumPragma * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2AD8, CodeChecksumPragma_set_ChecksumData__MethodInfo); DO_APP_FUNC(0x027671B0, String *, CodeChecksumPragma_get_FileName, (CodeChecksumPragma * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2AE8, CodeChecksumPragma_get_FileName__MethodInfo); DO_APP_FUNC(0x027671E0, void, CodeChecksumPragma_set_FileName, (CodeChecksumPragma * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2AE0, CodeChecksumPragma_set_FileName__MethodInfo); DO_APP_FUNC(0x02767210, void, CodeConditionStatement__ctor, (CodeConditionStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2B20, CodeConditionStatement__ctor__MethodInfo); DO_APP_FUNC(0x02767240, void, CodeConditionStatement__ctor_1, (CodeConditionStatement * __this, CodeExpression * condition, CodeStatement__Array * trueStatements, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2B28, CodeConditionStatement__ctor_1__MethodInfo); DO_APP_FUNC(0x02767270, void, CodeConditionStatement__ctor_2, (CodeConditionStatement * __this, CodeExpression * condition, CodeStatement__Array * trueStatements, CodeStatement__Array * falseStatements, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2B10, CodeConditionStatement__ctor_2__MethodInfo); DO_APP_FUNC(0x027672A0, CodeExpression *, CodeConditionStatement_get_Condition, (CodeConditionStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2B08, CodeConditionStatement_get_Condition__MethodInfo); DO_APP_FUNC(0x027672D0, void, CodeConditionStatement_set_Condition, (CodeConditionStatement * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2B18, CodeConditionStatement_set_Condition__MethodInfo); DO_APP_FUNC(0x02767300, CodeStatementCollection *, CodeConditionStatement_get_FalseStatements, (CodeConditionStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2A90, CodeConditionStatement_get_FalseStatements__MethodInfo); DO_APP_FUNC(0x02767330, CodeStatementCollection *, CodeConditionStatement_get_TrueStatements, (CodeConditionStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2AA0, CodeConditionStatement_get_TrueStatements__MethodInfo); DO_APP_FUNC(0x02767360, void, CodeConstructor__ctor, (CodeConstructor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2A98, CodeConstructor__ctor__MethodInfo); DO_APP_FUNC(0x02767390, CodeExpressionCollection *, CodeConstructor_get_BaseConstructorArgs, (CodeConstructor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2A80, CodeConstructor_get_BaseConstructorArgs__MethodInfo); DO_APP_FUNC(0x027673C0, CodeExpressionCollection *, CodeConstructor_get_ChainedConstructorArgs, (CodeConstructor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2A88, CodeConstructor_get_ChainedConstructorArgs__MethodInfo); DO_APP_FUNC(0x027673F0, void, CodeDefaultValueExpression__ctor, (CodeDefaultValueExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2AC8, CodeDefaultValueExpression__ctor__MethodInfo); DO_APP_FUNC(0x02767420, void, CodeDefaultValueExpression__ctor_1, (CodeDefaultValueExpression * __this, CodeTypeReference * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2AC0, CodeDefaultValueExpression__ctor_1__MethodInfo); DO_APP_FUNC(0x02767450, CodeTypeReference *, CodeDefaultValueExpression_get_Type, (CodeDefaultValueExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2AD0, CodeDefaultValueExpression_get_Type__MethodInfo); DO_APP_FUNC(0x02767480, void, CodeDefaultValueExpression_set_Type, (CodeDefaultValueExpression * __this, CodeTypeReference * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2AA8, CodeDefaultValueExpression_set_Type__MethodInfo); DO_APP_FUNC(0x027674B0, void, CodeDelegateCreateExpression__ctor, (CodeDelegateCreateExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2AB8, CodeDelegateCreateExpression__ctor__MethodInfo); DO_APP_FUNC(0x027674E0, void, CodeDelegateCreateExpression__ctor_1, (CodeDelegateCreateExpression * __this, CodeTypeReference * delegateType, CodeExpression * targetObject, String * methodName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2AB0, CodeDelegateCreateExpression__ctor_1__MethodInfo); DO_APP_FUNC(0x02767510, CodeTypeReference *, CodeDelegateCreateExpression_get_DelegateType, (CodeDelegateCreateExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2A48, CodeDelegateCreateExpression_get_DelegateType__MethodInfo); DO_APP_FUNC(0x02767540, void, CodeDelegateCreateExpression_set_DelegateType, (CodeDelegateCreateExpression * __this, CodeTypeReference * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2A50, CodeDelegateCreateExpression_set_DelegateType__MethodInfo); DO_APP_FUNC(0x02767570, String *, CodeDelegateCreateExpression_get_MethodName, (CodeDelegateCreateExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2A38, CodeDelegateCreateExpression_get_MethodName__MethodInfo); DO_APP_FUNC(0x027675A0, void, CodeDelegateCreateExpression_set_MethodName, (CodeDelegateCreateExpression * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2A30, CodeDelegateCreateExpression_set_MethodName__MethodInfo); DO_APP_FUNC(0x027675D0, CodeExpression *, CodeDelegateCreateExpression_get_TargetObject, (CodeDelegateCreateExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2A40, CodeDelegateCreateExpression_get_TargetObject__MethodInfo); DO_APP_FUNC(0x02767600, void, CodeDelegateCreateExpression_set_TargetObject, (CodeDelegateCreateExpression * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2A68, CodeDelegateCreateExpression_set_TargetObject__MethodInfo); DO_APP_FUNC(0x02767630, void, CodeDelegateInvokeExpression__ctor, (CodeDelegateInvokeExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2A78, CodeDelegateInvokeExpression__ctor__MethodInfo); DO_APP_FUNC(0x02767660, void, CodeDelegateInvokeExpression__ctor_1, (CodeDelegateInvokeExpression * __this, CodeExpression * targetObject, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2A70, CodeDelegateInvokeExpression__ctor_1__MethodInfo); DO_APP_FUNC(0x02767690, void, CodeDelegateInvokeExpression__ctor_2, (CodeDelegateInvokeExpression * __this, CodeExpression * targetObject, CodeExpression__Array * parameters, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2A58, CodeDelegateInvokeExpression__ctor_2__MethodInfo); DO_APP_FUNC(0x027676C0, CodeExpressionCollection *, CodeDelegateInvokeExpression_get_Parameters, (CodeDelegateInvokeExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2A60, CodeDelegateInvokeExpression_get_Parameters__MethodInfo); DO_APP_FUNC(0x027676F0, CodeExpression *, CodeDelegateInvokeExpression_get_TargetObject, (CodeDelegateInvokeExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB29F8, CodeDelegateInvokeExpression_get_TargetObject__MethodInfo); DO_APP_FUNC(0x02767720, void, CodeDelegateInvokeExpression_set_TargetObject, (CodeDelegateInvokeExpression * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB29F0, CodeDelegateInvokeExpression_set_TargetObject__MethodInfo); DO_APP_FUNC(0x02767750, void, CodeDirectionExpression__ctor, (CodeDirectionExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2A00, CodeDirectionExpression__ctor__MethodInfo); DO_APP_FUNC(0x02767780, void, CodeDirectionExpression__ctor_1, (CodeDirectionExpression * __this, FieldDirection__Enum direction, CodeExpression * expression, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB29D8, CodeDirectionExpression__ctor_1__MethodInfo); DO_APP_FUNC(0x027677B0, FieldDirection__Enum, CodeDirectionExpression_get_Direction, (CodeDirectionExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB29E8, CodeDirectionExpression_get_Direction__MethodInfo); DO_APP_FUNC(0x027677E0, void, CodeDirectionExpression_set_Direction, (CodeDirectionExpression * __this, FieldDirection__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB29E0, CodeDirectionExpression_set_Direction__MethodInfo); DO_APP_FUNC(0x02767810, CodeExpression *, CodeDirectionExpression_get_Expression, (CodeDirectionExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2A20, CodeDirectionExpression_get_Expression__MethodInfo); DO_APP_FUNC(0x02767840, void, CodeDirectionExpression_set_Expression, (CodeDirectionExpression * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2A28, CodeDirectionExpression_set_Expression__MethodInfo); DO_APP_FUNC(0x02767870, void, CodeEntryPointMethod__ctor, (CodeEntryPointMethod * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2A10, CodeEntryPointMethod__ctor__MethodInfo); DO_APP_FUNC(0x027678A0, void, CodeExpressionStatement__ctor, (CodeExpressionStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2A08, CodeExpressionStatement__ctor__MethodInfo); DO_APP_FUNC(0x027678D0, void, CodeExpressionStatement__ctor_1, (CodeExpressionStatement * __this, CodeExpression * expression, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2A18, CodeExpressionStatement__ctor_1__MethodInfo); DO_APP_FUNC(0x02767900, CodeExpression *, CodeExpressionStatement_get_Expression, (CodeExpressionStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2990, CodeExpressionStatement_get_Expression__MethodInfo); DO_APP_FUNC(0x02767930, void, CodeExpressionStatement_set_Expression, (CodeExpressionStatement * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB29A0, CodeExpressionStatement_set_Expression__MethodInfo); DO_APP_FUNC(0x02767960, void, CodeFieldReferenceExpression__ctor, (CodeFieldReferenceExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2998, CodeFieldReferenceExpression__ctor__MethodInfo); DO_APP_FUNC(0x02767990, void, CodeFieldReferenceExpression__ctor_1, (CodeFieldReferenceExpression * __this, CodeExpression * targetObject, String * fieldName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2980, CodeFieldReferenceExpression__ctor_1__MethodInfo); DO_APP_FUNC(0x027679C0, String *, CodeFieldReferenceExpression_get_FieldName, (CodeFieldReferenceExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2988, CodeFieldReferenceExpression_get_FieldName__MethodInfo); DO_APP_FUNC(0x027679F0, void, CodeFieldReferenceExpression_set_FieldName, (CodeFieldReferenceExpression * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB29C8, CodeFieldReferenceExpression_set_FieldName__MethodInfo); DO_APP_FUNC(0x02767A20, CodeExpression *, CodeFieldReferenceExpression_get_TargetObject, (CodeFieldReferenceExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB29C0, CodeFieldReferenceExpression_get_TargetObject__MethodInfo); DO_APP_FUNC(0x02767A50, void, CodeFieldReferenceExpression_set_TargetObject, (CodeFieldReferenceExpression * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB29D0, CodeFieldReferenceExpression_set_TargetObject__MethodInfo); DO_APP_FUNC(0x02767A80, void, CodeGotoStatement__ctor, (CodeGotoStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB29A8, CodeGotoStatement__ctor__MethodInfo); DO_APP_FUNC(0x02767AB0, void, CodeGotoStatement__ctor_1, (CodeGotoStatement * __this, String * label, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB29B8, CodeGotoStatement__ctor_1__MethodInfo); DO_APP_FUNC(0x02767AE0, String *, CodeGotoStatement_get_Label, (CodeGotoStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB29B0, CodeGotoStatement_get_Label__MethodInfo); DO_APP_FUNC(0x02767B10, void, CodeGotoStatement_set_Label, (CodeGotoStatement * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2948, CodeGotoStatement_set_Label__MethodInfo); DO_APP_FUNC(0x02767B40, void, CodeIndexerExpression__ctor, (CodeIndexerExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2950, CodeIndexerExpression__ctor__MethodInfo); DO_APP_FUNC(0x02767B70, void, CodeIndexerExpression__ctor_1, (CodeIndexerExpression * __this, CodeExpression * targetObject, CodeExpression__Array * indices, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2938, CodeIndexerExpression__ctor_1__MethodInfo); DO_APP_FUNC(0x02767BA0, CodeExpressionCollection *, CodeIndexerExpression_get_Indices, (CodeIndexerExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2930, CodeIndexerExpression_get_Indices__MethodInfo); DO_APP_FUNC(0x02767BD0, CodeExpression *, CodeIndexerExpression_get_TargetObject, (CodeIndexerExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2940, CodeIndexerExpression_get_TargetObject__MethodInfo); DO_APP_FUNC(0x02767C00, void, CodeIndexerExpression_set_TargetObject, (CodeIndexerExpression * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2968, CodeIndexerExpression_set_TargetObject__MethodInfo); DO_APP_FUNC(0x02767C30, void, CodeIterationStatement__ctor, (CodeIterationStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2978, CodeIterationStatement__ctor__MethodInfo); DO_APP_FUNC(0x02767C60, void, CodeIterationStatement__ctor_1, (CodeIterationStatement * __this, CodeStatement * initStatement, CodeExpression * testExpression, CodeStatement * incrementStatement, CodeStatement__Array * statements, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2970, CodeIterationStatement__ctor_1__MethodInfo); DO_APP_FUNC(0x02767C90, CodeStatement *, CodeIterationStatement_get_IncrementStatement, (CodeIterationStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2958, CodeIterationStatement_get_IncrementStatement__MethodInfo); DO_APP_FUNC(0x02767CC0, void, CodeIterationStatement_set_IncrementStatement, (CodeIterationStatement * __this, CodeStatement * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2960, CodeIterationStatement_set_IncrementStatement__MethodInfo); DO_APP_FUNC(0x02767CF0, CodeStatement *, CodeIterationStatement_get_InitStatement, (CodeIterationStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB28E0, CodeIterationStatement_get_InitStatement__MethodInfo); DO_APP_FUNC(0x02767D20, void, CodeIterationStatement_set_InitStatement, (CodeIterationStatement * __this, CodeStatement * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB28D8, CodeIterationStatement_set_InitStatement__MethodInfo); DO_APP_FUNC(0x02767D50, CodeStatementCollection *, CodeIterationStatement_get_Statements, (CodeIterationStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB28E8, CodeIterationStatement_get_Statements__MethodInfo); DO_APP_FUNC(0x02767D80, CodeExpression *, CodeIterationStatement_get_TestExpression, (CodeIterationStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB28C0, CodeIterationStatement_get_TestExpression__MethodInfo); DO_APP_FUNC(0x02767DB0, void, CodeIterationStatement_set_TestExpression, (CodeIterationStatement * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB28D0, CodeIterationStatement_set_TestExpression__MethodInfo); DO_APP_FUNC(0x02767DE0, void, CodeLabeledStatement__ctor, (CodeLabeledStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB28C8, CodeLabeledStatement__ctor__MethodInfo); DO_APP_FUNC(0x02767E10, void, CodeLabeledStatement__ctor_1, (CodeLabeledStatement * __this, String * label, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2920, CodeLabeledStatement__ctor_1__MethodInfo); DO_APP_FUNC(0x02767E40, void, CodeLabeledStatement__ctor_2, (CodeLabeledStatement * __this, String * label, CodeStatement * statement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2928, CodeLabeledStatement__ctor_2__MethodInfo); DO_APP_FUNC(0x02767E70, String *, CodeLabeledStatement_get_Label, (CodeLabeledStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2900, CodeLabeledStatement_get_Label__MethodInfo); DO_APP_FUNC(0x02767EA0, void, CodeLabeledStatement_set_Label, (CodeLabeledStatement * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB28F8, CodeLabeledStatement_set_Label__MethodInfo); DO_APP_FUNC(0x02767ED0, CodeStatement *, CodeLabeledStatement_get_Statement, (CodeLabeledStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2910, CodeLabeledStatement_get_Statement__MethodInfo); DO_APP_FUNC(0x02767F00, void, CodeLabeledStatement_set_Statement, (CodeLabeledStatement * __this, CodeStatement * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2878, CodeLabeledStatement_set_Statement__MethodInfo); DO_APP_FUNC(0x02767F30, void, CodeMemberEvent__ctor, (CodeMemberEvent * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2888, CodeMemberEvent__ctor__MethodInfo); DO_APP_FUNC(0x02767F60, CodeTypeReferenceCollection *, CodeMemberEvent_get_ImplementationTypes, (CodeMemberEvent * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2880, CodeMemberEvent_get_ImplementationTypes__MethodInfo); DO_APP_FUNC(0x02767F90, CodeTypeReference *, CodeMemberEvent_get_PrivateImplementationType, (CodeMemberEvent * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2868, CodeMemberEvent_get_PrivateImplementationType__MethodInfo); DO_APP_FUNC(0x02767FC0, void, CodeMemberEvent_set_PrivateImplementationType, (CodeMemberEvent * __this, CodeTypeReference * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2870, CodeMemberEvent_set_PrivateImplementationType__MethodInfo); DO_APP_FUNC(0x02767FF0, CodeTypeReference *, CodeMemberEvent_get_Type, (CodeMemberEvent * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB28B0, CodeMemberEvent_get_Type__MethodInfo); DO_APP_FUNC(0x02768020, void, CodeMemberEvent_set_Type, (CodeMemberEvent * __this, CodeTypeReference * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB28A8, CodeMemberEvent_set_Type__MethodInfo); DO_APP_FUNC(0x02768050, void, CodeMemberField__ctor, (CodeMemberField * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB28B8, CodeMemberField__ctor__MethodInfo); DO_APP_FUNC(0x02768080, void, CodeMemberField__ctor_1, (CodeMemberField * __this, CodeTypeReference * type, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2890, CodeMemberField__ctor_1__MethodInfo); DO_APP_FUNC(0x027680B0, void, CodeMemberField__ctor_2, (CodeMemberField * __this, String * type, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB28A0, CodeMemberField__ctor_2__MethodInfo); DO_APP_FUNC(0x027680E0, void, CodeMemberField__ctor_3, (CodeMemberField * __this, Type * type, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2898, CodeMemberField__ctor_3__MethodInfo); DO_APP_FUNC(0x02768110, CodeExpression *, CodeMemberField_get_InitExpression, (CodeMemberField * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2828, CodeMemberField_get_InitExpression__MethodInfo); DO_APP_FUNC(0x02768140, void, CodeMemberField_set_InitExpression, (CodeMemberField * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2830, CodeMemberField_set_InitExpression__MethodInfo); DO_APP_FUNC(0x02768170, CodeTypeReference *, CodeMemberField_get_Type, (CodeMemberField * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2818, CodeMemberField_get_Type__MethodInfo); DO_APP_FUNC(0x027681A0, void, CodeMemberField_set_Type, (CodeMemberField * __this, CodeTypeReference * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2810, CodeMemberField_set_Type__MethodInfo); DO_APP_FUNC(0x027681D0, void, CodeMemberProperty__ctor, (CodeMemberProperty * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2820, CodeMemberProperty__ctor__MethodInfo); DO_APP_FUNC(0x02768200, CodeStatementCollection *, CodeMemberProperty_get_GetStatements, (CodeMemberProperty * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2850, CodeMemberProperty_get_GetStatements__MethodInfo); DO_APP_FUNC(0x02768230, bool, CodeMemberProperty_get_HasGet, (CodeMemberProperty * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2860, CodeMemberProperty_get_HasGet__MethodInfo); DO_APP_FUNC(0x02768260, void, CodeMemberProperty_set_HasGet, (CodeMemberProperty * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2858, CodeMemberProperty_set_HasGet__MethodInfo); DO_APP_FUNC(0x02768290, bool, CodeMemberProperty_get_HasSet, (CodeMemberProperty * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2838, CodeMemberProperty_get_HasSet__MethodInfo); DO_APP_FUNC(0x027682C0, void, CodeMemberProperty_set_HasSet, (CodeMemberProperty * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2848, CodeMemberProperty_set_HasSet__MethodInfo); DO_APP_FUNC(0x027682F0, CodeTypeReferenceCollection *, CodeMemberProperty_get_ImplementationTypes, (CodeMemberProperty * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB27C8, CodeMemberProperty_get_ImplementationTypes__MethodInfo); DO_APP_FUNC(0x02768320, CodeParameterDeclarationExpressionCollection *, CodeMemberProperty_get_Parameters, (CodeMemberProperty * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB27C0, CodeMemberProperty_get_Parameters__MethodInfo); DO_APP_FUNC(0x02768350, CodeTypeReference *, CodeMemberProperty_get_PrivateImplementationType, (CodeMemberProperty * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB27D0, CodeMemberProperty_get_PrivateImplementationType__MethodInfo); DO_APP_FUNC(0x02768380, void, CodeMemberProperty_set_PrivateImplementationType, (CodeMemberProperty * __this, CodeTypeReference * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB27A8, CodeMemberProperty_set_PrivateImplementationType__MethodInfo); DO_APP_FUNC(0x027683B0, CodeStatementCollection *, CodeMemberProperty_get_SetStatements, (CodeMemberProperty * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB27B8, CodeMemberProperty_get_SetStatements__MethodInfo); DO_APP_FUNC(0x027683E0, CodeTypeReference *, CodeMemberProperty_get_Type, (CodeMemberProperty * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB27B0, CodeMemberProperty_get_Type__MethodInfo); DO_APP_FUNC(0x02768410, void, CodeMemberProperty_set_Type, (CodeMemberProperty * __this, CodeTypeReference * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB27F0, CodeMemberProperty_set_Type__MethodInfo); DO_APP_FUNC(0x02768440, void, CodeMethodInvokeExpression__ctor, (CodeMethodInvokeExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2808, CodeMethodInvokeExpression__ctor__MethodInfo); DO_APP_FUNC(0x02768470, void, CodeMethodInvokeExpression__ctor_1, (CodeMethodInvokeExpression * __this, CodeExpression * targetObject, String * methodName, CodeExpression__Array * parameters, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB27E0, CodeMethodInvokeExpression__ctor_1__MethodInfo); DO_APP_FUNC(0x027684A0, void, CodeMethodInvokeExpression__ctor_2, (CodeMethodInvokeExpression * __this, CodeMethodReferenceExpression * method_1, CodeExpression__Array * parameters, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB27D8, CodeMethodInvokeExpression__ctor_2__MethodInfo); DO_APP_FUNC(0x027684D0, CodeMethodReferenceExpression *, CodeMethodInvokeExpression_get_Method, (CodeMethodInvokeExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB27E8, CodeMethodInvokeExpression_get_Method__MethodInfo); DO_APP_FUNC(0x02768500, void, CodeMethodInvokeExpression_set_Method, (CodeMethodInvokeExpression * __this, CodeMethodReferenceExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2760, CodeMethodInvokeExpression_set_Method__MethodInfo); DO_APP_FUNC(0x02768530, CodeExpressionCollection *, CodeMethodInvokeExpression_get_Parameters, (CodeMethodInvokeExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2770, CodeMethodInvokeExpression_get_Parameters__MethodInfo); DO_APP_FUNC(0x02768560, void, CodeMethodReferenceExpression__ctor, (CodeMethodReferenceExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2768, CodeMethodReferenceExpression__ctor__MethodInfo); DO_APP_FUNC(0x02768590, void, CodeMethodReferenceExpression__ctor_1, (CodeMethodReferenceExpression * __this, CodeExpression * targetObject, String * methodName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2750, CodeMethodReferenceExpression__ctor_1__MethodInfo); DO_APP_FUNC(0x027685C0, void, CodeMethodReferenceExpression__ctor_2, (CodeMethodReferenceExpression * __this, CodeExpression * targetObject, String * methodName, CodeTypeReference__Array * typeParameters, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2758, CodeMethodReferenceExpression__ctor_2__MethodInfo); DO_APP_FUNC(0x027685F0, String *, CodeMethodReferenceExpression_get_MethodName, (CodeMethodReferenceExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2798, CodeMethodReferenceExpression_get_MethodName__MethodInfo); DO_APP_FUNC(0x02768620, void, CodeMethodReferenceExpression_set_MethodName, (CodeMethodReferenceExpression * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2790, CodeMethodReferenceExpression_set_MethodName__MethodInfo); DO_APP_FUNC(0x02768650, CodeExpression *, CodeMethodReferenceExpression_get_TargetObject, (CodeMethodReferenceExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB27A0, CodeMethodReferenceExpression_get_TargetObject__MethodInfo); DO_APP_FUNC(0x02768680, void, CodeMethodReferenceExpression_set_TargetObject, (CodeMethodReferenceExpression * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2778, CodeMethodReferenceExpression_set_TargetObject__MethodInfo); DO_APP_FUNC(0x027686B0, CodeTypeReferenceCollection *, CodeMethodReferenceExpression_get_TypeArguments, (CodeMethodReferenceExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2788, CodeMethodReferenceExpression_get_TypeArguments__MethodInfo); DO_APP_FUNC(0x027686E0, void, CodeMethodReturnStatement__ctor, (CodeMethodReturnStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2780, CodeMethodReturnStatement__ctor__MethodInfo); DO_APP_FUNC(0x02768710, void, CodeMethodReturnStatement__ctor_1, (CodeMethodReturnStatement * __this, CodeExpression * expression, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2718, CodeMethodReturnStatement__ctor_1__MethodInfo); DO_APP_FUNC(0x02768740, CodeExpression *, CodeMethodReturnStatement_get_Expression, (CodeMethodReturnStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2720, CodeMethodReturnStatement_get_Expression__MethodInfo); DO_APP_FUNC(0x02768770, void, CodeMethodReturnStatement_set_Expression, (CodeMethodReturnStatement * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2708, CodeMethodReturnStatement_set_Expression__MethodInfo); DO_APP_FUNC(0x027687A0, void, CodeObjectCreateExpression__ctor, (CodeObjectCreateExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2700, CodeObjectCreateExpression__ctor__MethodInfo); DO_APP_FUNC(0x027687D0, void, CodeObjectCreateExpression__ctor_1, (CodeObjectCreateExpression * __this, CodeTypeReference * createType, CodeExpression__Array * parameters, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2710, CodeObjectCreateExpression__ctor_1__MethodInfo); DO_APP_FUNC(0x02768800, void, CodeObjectCreateExpression__ctor_2, (CodeObjectCreateExpression * __this, String * createType, CodeExpression__Array * parameters, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2738, CodeObjectCreateExpression__ctor_2__MethodInfo); DO_APP_FUNC(0x02768830, void, CodeObjectCreateExpression__ctor_3, (CodeObjectCreateExpression * __this, Type * createType, CodeExpression__Array * parameters, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2748, CodeObjectCreateExpression__ctor_3__MethodInfo); DO_APP_FUNC(0x02768860, CodeTypeReference *, CodeObjectCreateExpression_get_CreateType, (CodeObjectCreateExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2740, CodeObjectCreateExpression_get_CreateType__MethodInfo); DO_APP_FUNC(0x02768890, void, CodeObjectCreateExpression_set_CreateType, (CodeObjectCreateExpression * __this, CodeTypeReference * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2728, CodeObjectCreateExpression_set_CreateType__MethodInfo); DO_APP_FUNC(0x027688C0, CodeExpressionCollection *, CodeObjectCreateExpression_get_Parameters, (CodeObjectCreateExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2730, CodeObjectCreateExpression_get_Parameters__MethodInfo); DO_APP_FUNC(0x027688F0, void, CodePrimitiveExpression__ctor, (CodePrimitiveExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB26C8, CodePrimitiveExpression__ctor__MethodInfo); DO_APP_FUNC(0x02768920, void, CodePrimitiveExpression__ctor_1, (CodePrimitiveExpression * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB26C0, CodePrimitiveExpression__ctor_1__MethodInfo); DO_APP_FUNC(0x02768950, Object *, CodePrimitiveExpression_get_Value, (CodePrimitiveExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB26D0, CodePrimitiveExpression_get_Value__MethodInfo); DO_APP_FUNC(0x02768980, void, CodePrimitiveExpression_set_Value, (CodePrimitiveExpression * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB26A8, CodePrimitiveExpression_set_Value__MethodInfo); DO_APP_FUNC(0x027689B0, void, CodePropertyReferenceExpression__ctor, (CodePropertyReferenceExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB26B8, CodePropertyReferenceExpression__ctor__MethodInfo); DO_APP_FUNC(0x027689E0, void, CodePropertyReferenceExpression__ctor_1, (CodePropertyReferenceExpression * __this, CodeExpression * targetObject, String * propertyName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB26B0, CodePropertyReferenceExpression__ctor_1__MethodInfo); DO_APP_FUNC(0x02768A10, String *, CodePropertyReferenceExpression_get_PropertyName, (CodePropertyReferenceExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB26F0, CodePropertyReferenceExpression_get_PropertyName__MethodInfo); DO_APP_FUNC(0x02768A40, void, CodePropertyReferenceExpression_set_PropertyName, (CodePropertyReferenceExpression * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB26F8, CodePropertyReferenceExpression_set_PropertyName__MethodInfo); DO_APP_FUNC(0x02768A70, CodeExpression *, CodePropertyReferenceExpression_get_TargetObject, (CodePropertyReferenceExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB26E0, CodePropertyReferenceExpression_get_TargetObject__MethodInfo); DO_APP_FUNC(0x02768AA0, void, CodePropertyReferenceExpression_set_TargetObject, (CodePropertyReferenceExpression * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB26D8, CodePropertyReferenceExpression_set_TargetObject__MethodInfo); DO_APP_FUNC(0x02768AD0, void, CodePropertySetValueReferenceExpression__ctor, (CodePropertySetValueReferenceExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB26E8, CodePropertySetValueReferenceExpression__ctor__MethodInfo); DO_APP_FUNC(0x02768B00, void, CodeRegionDirective__ctor, (CodeRegionDirective * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2650, CodeRegionDirective__ctor__MethodInfo); DO_APP_FUNC(0x02768B30, void, CodeRegionDirective__ctor_1, (CodeRegionDirective * __this, CodeRegionMode__Enum regionMode, String * regionText, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2660, CodeRegionDirective__ctor_1__MethodInfo); DO_APP_FUNC(0x02768B60, CodeRegionMode__Enum, CodeRegionDirective_get_RegionMode, (CodeRegionDirective * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2658, CodeRegionDirective_get_RegionMode__MethodInfo); DO_APP_FUNC(0x02768B90, void, CodeRegionDirective_set_RegionMode, (CodeRegionDirective * __this, CodeRegionMode__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2640, CodeRegionDirective_set_RegionMode__MethodInfo); DO_APP_FUNC(0x02768BC0, String *, CodeRegionDirective_get_RegionText, (CodeRegionDirective * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2648, CodeRegionDirective_get_RegionText__MethodInfo); DO_APP_FUNC(0x02768BF0, void, CodeRegionDirective_set_RegionText, (CodeRegionDirective * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2698, CodeRegionDirective_set_RegionText__MethodInfo); DO_APP_FUNC(0x02768C20, void, CodeRemoveEventStatement__ctor, (CodeRemoveEventStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2688, CodeRemoveEventStatement__ctor__MethodInfo); DO_APP_FUNC(0x02768C50, void, CodeRemoveEventStatement__ctor_1, (CodeRemoveEventStatement * __this, CodeEventReferenceExpression * eventRef, CodeExpression * listener, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB26A0, CodeRemoveEventStatement__ctor_1__MethodInfo); DO_APP_FUNC(0x02768C80, void, CodeRemoveEventStatement__ctor_2, (CodeRemoveEventStatement * __this, CodeExpression * targetObject, String * eventName, CodeExpression * listener, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2668, CodeRemoveEventStatement__ctor_2__MethodInfo); DO_APP_FUNC(0x02768CB0, CodeEventReferenceExpression *, CodeRemoveEventStatement_get_Event, (CodeRemoveEventStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2680, CodeRemoveEventStatement_get_Event__MethodInfo); DO_APP_FUNC(0x02768CE0, void, CodeRemoveEventStatement_set_Event, (CodeRemoveEventStatement * __this, CodeEventReferenceExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2678, CodeRemoveEventStatement_set_Event__MethodInfo); DO_APP_FUNC(0x02768D10, CodeExpression *, CodeRemoveEventStatement_get_Listener, (CodeRemoveEventStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2608, CodeRemoveEventStatement_get_Listener__MethodInfo); DO_APP_FUNC(0x02768D40, void, CodeRemoveEventStatement_set_Listener, (CodeRemoveEventStatement * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2610, CodeRemoveEventStatement_set_Listener__MethodInfo); DO_APP_FUNC(0x02768D70, void, CodeSnippetCompileUnit__ctor, (CodeSnippetCompileUnit * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB25F8, CodeSnippetCompileUnit__ctor__MethodInfo); DO_APP_FUNC(0x02768DA0, void, CodeSnippetCompileUnit__ctor_1, (CodeSnippetCompileUnit * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB25F0, CodeSnippetCompileUnit__ctor_1__MethodInfo); DO_APP_FUNC(0x02768DD0, CodeLinePragma *, CodeSnippetCompileUnit_get_LinePragma, (CodeSnippetCompileUnit * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2600, CodeSnippetCompileUnit_get_LinePragma__MethodInfo); DO_APP_FUNC(0x02768E00, void, CodeSnippetCompileUnit_set_LinePragma, (CodeSnippetCompileUnit * __this, CodeLinePragma * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2628, CodeSnippetCompileUnit_set_LinePragma__MethodInfo); DO_APP_FUNC(0x02768E30, String *, CodeSnippetCompileUnit_get_Value, (CodeSnippetCompileUnit * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2638, CodeSnippetCompileUnit_get_Value__MethodInfo); DO_APP_FUNC(0x02768E60, void, CodeSnippetCompileUnit_set_Value, (CodeSnippetCompileUnit * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2630, CodeSnippetCompileUnit_set_Value__MethodInfo); DO_APP_FUNC(0x02768E90, void, CodeSnippetExpression__ctor, (CodeSnippetExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2618, CodeSnippetExpression__ctor__MethodInfo); DO_APP_FUNC(0x02768EC0, void, CodeSnippetExpression__ctor_1, (CodeSnippetExpression * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2620, CodeSnippetExpression__ctor_1__MethodInfo); DO_APP_FUNC(0x02768EF0, String *, CodeSnippetExpression_get_Value, (CodeSnippetExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB25B8, CodeSnippetExpression_get_Value__MethodInfo); DO_APP_FUNC(0x02768F20, void, CodeSnippetExpression_set_Value, (CodeSnippetExpression * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB25B0, CodeSnippetExpression_set_Value__MethodInfo); DO_APP_FUNC(0x02768F50, void, CodeSnippetStatement__ctor, (CodeSnippetStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB25C0, CodeSnippetStatement__ctor__MethodInfo); DO_APP_FUNC(0x02768F80, void, CodeSnippetStatement__ctor_1, (CodeSnippetStatement * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2598, CodeSnippetStatement__ctor_1__MethodInfo); DO_APP_FUNC(0x02768FB0, String *, CodeSnippetStatement_get_Value, (CodeSnippetStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB25A8, CodeSnippetStatement_get_Value__MethodInfo); DO_APP_FUNC(0x02768FE0, void, CodeSnippetStatement_set_Value, (CodeSnippetStatement * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB25A0, CodeSnippetStatement_set_Value__MethodInfo); DO_APP_FUNC(0x02769010, void, CodeSnippetTypeMember__ctor, (CodeSnippetTypeMember * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB25E0, CodeSnippetTypeMember__ctor__MethodInfo); DO_APP_FUNC(0x02769040, void, CodeSnippetTypeMember__ctor_1, (CodeSnippetTypeMember * __this, String * text, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB25E8, CodeSnippetTypeMember__ctor_1__MethodInfo); DO_APP_FUNC(0x02769070, String *, CodeSnippetTypeMember_get_Text, (CodeSnippetTypeMember * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB25D0, CodeSnippetTypeMember_get_Text__MethodInfo); DO_APP_FUNC(0x027690A0, void, CodeSnippetTypeMember_set_Text, (CodeSnippetTypeMember * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB25C8, CodeSnippetTypeMember_set_Text__MethodInfo); DO_APP_FUNC(0x027690D0, void, CodeThisReferenceExpression__ctor, (CodeThisReferenceExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB25D8, CodeThisReferenceExpression__ctor__MethodInfo); DO_APP_FUNC(0x02769100, void, CodeThrowExceptionStatement__ctor, (CodeThrowExceptionStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2550, CodeThrowExceptionStatement__ctor__MethodInfo); DO_APP_FUNC(0x02769130, void, CodeThrowExceptionStatement__ctor_1, (CodeThrowExceptionStatement * __this, CodeExpression * toThrow, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2560, CodeThrowExceptionStatement__ctor_1__MethodInfo); DO_APP_FUNC(0x02769160, CodeExpression *, CodeThrowExceptionStatement_get_ToThrow, (CodeThrowExceptionStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2558, CodeThrowExceptionStatement_get_ToThrow__MethodInfo); DO_APP_FUNC(0x02769190, void, CodeThrowExceptionStatement_set_ToThrow, (CodeThrowExceptionStatement * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2540, CodeThrowExceptionStatement_set_ToThrow__MethodInfo); DO_APP_FUNC(0x027691C0, void, CodeTryCatchFinallyStatement__ctor, (CodeTryCatchFinallyStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2548, CodeTryCatchFinallyStatement__ctor__MethodInfo); DO_APP_FUNC(0x027691F0, void, CodeTryCatchFinallyStatement__ctor_1, (CodeTryCatchFinallyStatement * __this, CodeStatement__Array * tryStatements, CodeCatchClause__Array * catchClauses, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2588, CodeTryCatchFinallyStatement__ctor_1__MethodInfo); DO_APP_FUNC(0x02769220, void, CodeTryCatchFinallyStatement__ctor_2, (CodeTryCatchFinallyStatement * __this, CodeStatement__Array * tryStatements, CodeCatchClause__Array * catchClauses, CodeStatement__Array * finallyStatements, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2580, CodeTryCatchFinallyStatement__ctor_2__MethodInfo); DO_APP_FUNC(0x02769250, CodeCatchClauseCollection *, CodeTryCatchFinallyStatement_get_CatchClauses, (CodeTryCatchFinallyStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2590, CodeTryCatchFinallyStatement_get_CatchClauses__MethodInfo); DO_APP_FUNC(0x02769280, CodeStatementCollection *, CodeTryCatchFinallyStatement_get_FinallyStatements, (CodeTryCatchFinallyStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2568, CodeTryCatchFinallyStatement_get_FinallyStatements__MethodInfo); DO_APP_FUNC(0x027692B0, CodeStatementCollection *, CodeTryCatchFinallyStatement_get_TryStatements, (CodeTryCatchFinallyStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2578, CodeTryCatchFinallyStatement_get_TryStatements__MethodInfo); DO_APP_FUNC(0x027692E0, void, CodeTypeConstructor__ctor, (CodeTypeConstructor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2570, CodeTypeConstructor__ctor__MethodInfo); DO_APP_FUNC(0x02769310, void, CodeTypeDelegate__ctor, (CodeTypeDelegate * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB24F8, CodeTypeDelegate__ctor__MethodInfo); DO_APP_FUNC(0x02769340, void, CodeTypeDelegate__ctor_1, (CodeTypeDelegate * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2500, CodeTypeDelegate__ctor_1__MethodInfo); DO_APP_FUNC(0x02769370, CodeParameterDeclarationExpressionCollection *, CodeTypeDelegate_get_Parameters, (CodeTypeDelegate * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB24E8, CodeTypeDelegate_get_Parameters__MethodInfo); DO_APP_FUNC(0x027693A0, CodeTypeReference *, CodeTypeDelegate_get_ReturnType, (CodeTypeDelegate * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB24E0, CodeTypeDelegate_get_ReturnType__MethodInfo); DO_APP_FUNC(0x027693D0, void, CodeTypeDelegate_set_ReturnType, (CodeTypeDelegate * __this, CodeTypeReference * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB24F0, CodeTypeDelegate_set_ReturnType__MethodInfo); DO_APP_FUNC(0x02769400, void, CodeTypeOfExpression__ctor, (CodeTypeOfExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2528, CodeTypeOfExpression__ctor__MethodInfo); DO_APP_FUNC(0x02769430, void, CodeTypeOfExpression__ctor_1, (CodeTypeOfExpression * __this, CodeTypeReference * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2538, CodeTypeOfExpression__ctor_1__MethodInfo); DO_APP_FUNC(0x02769460, void, CodeTypeOfExpression__ctor_2, (CodeTypeOfExpression * __this, String * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2530, CodeTypeOfExpression__ctor_2__MethodInfo); DO_APP_FUNC(0x02769490, void, CodeTypeOfExpression__ctor_3, (CodeTypeOfExpression * __this, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2508, CodeTypeOfExpression__ctor_3__MethodInfo); DO_APP_FUNC(0x027694C0, CodeTypeReference *, CodeTypeOfExpression_get_Type, (CodeTypeOfExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2510, CodeTypeOfExpression_get_Type__MethodInfo); DO_APP_FUNC(0x027694F0, void, CodeTypeOfExpression_set_Type, (CodeTypeOfExpression * __this, CodeTypeReference * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB24A8, CodeTypeOfExpression_set_Type__MethodInfo); DO_APP_FUNC(0x02769520, void, CodeTypeReferenceExpression__ctor, (CodeTypeReferenceExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB24A0, CodeTypeReferenceExpression__ctor__MethodInfo); DO_APP_FUNC(0x02769550, void, CodeTypeReferenceExpression__ctor_1, (CodeTypeReferenceExpression * __this, CodeTypeReference * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB24B0, CodeTypeReferenceExpression__ctor_1__MethodInfo); DO_APP_FUNC(0x02769580, void, CodeTypeReferenceExpression__ctor_2, (CodeTypeReferenceExpression * __this, String * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2488, CodeTypeReferenceExpression__ctor_2__MethodInfo); DO_APP_FUNC(0x027695B0, void, CodeTypeReferenceExpression__ctor_3, (CodeTypeReferenceExpression * __this, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2498, CodeTypeReferenceExpression__ctor_3__MethodInfo); DO_APP_FUNC(0x027695E0, CodeTypeReference *, CodeTypeReferenceExpression_get_Type, (CodeTypeReferenceExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2490, CodeTypeReferenceExpression_get_Type__MethodInfo); DO_APP_FUNC(0x02769610, void, CodeTypeReferenceExpression_set_Type, (CodeTypeReferenceExpression * __this, CodeTypeReference * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB24D0, CodeTypeReferenceExpression_set_Type__MethodInfo); DO_APP_FUNC(0x02769640, void, CodeVariableDeclarationStatement__ctor, (CodeVariableDeclarationStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB24D8, CodeVariableDeclarationStatement__ctor__MethodInfo); DO_APP_FUNC(0x02769670, void, CodeVariableDeclarationStatement__ctor_1, (CodeVariableDeclarationStatement * __this, CodeTypeReference * type, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB24C0, CodeVariableDeclarationStatement__ctor_1__MethodInfo); DO_APP_FUNC(0x027696A0, void, CodeVariableDeclarationStatement__ctor_2, (CodeVariableDeclarationStatement * __this, CodeTypeReference * type, String * name, CodeExpression * initExpression, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB24B8, CodeVariableDeclarationStatement__ctor_2__MethodInfo); DO_APP_FUNC(0x027696D0, void, CodeVariableDeclarationStatement__ctor_3, (CodeVariableDeclarationStatement * __this, String * type, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB24C8, CodeVariableDeclarationStatement__ctor_3__MethodInfo); DO_APP_FUNC(0x02769700, void, CodeVariableDeclarationStatement__ctor_4, (CodeVariableDeclarationStatement * __this, String * type, String * name, CodeExpression * initExpression, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2440, CodeVariableDeclarationStatement__ctor_4__MethodInfo); DO_APP_FUNC(0x02769730, void, CodeVariableDeclarationStatement__ctor_5, (CodeVariableDeclarationStatement * __this, Type * type, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2450, CodeVariableDeclarationStatement__ctor_5__MethodInfo); DO_APP_FUNC(0x02769760, void, CodeVariableDeclarationStatement__ctor_6, (CodeVariableDeclarationStatement * __this, Type * type, String * name, CodeExpression * initExpression, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2448, CodeVariableDeclarationStatement__ctor_6__MethodInfo); DO_APP_FUNC(0x02769790, CodeExpression *, CodeVariableDeclarationStatement_get_InitExpression, (CodeVariableDeclarationStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2430, CodeVariableDeclarationStatement_get_InitExpression__MethodInfo); DO_APP_FUNC(0x027697C0, void, CodeVariableDeclarationStatement_set_InitExpression, (CodeVariableDeclarationStatement * __this, CodeExpression * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2438, CodeVariableDeclarationStatement_set_InitExpression__MethodInfo); DO_APP_FUNC(0x027697F0, String *, CodeVariableDeclarationStatement_get_Name, (CodeVariableDeclarationStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2478, CodeVariableDeclarationStatement_get_Name__MethodInfo); DO_APP_FUNC(0x02769820, void, CodeVariableDeclarationStatement_set_Name, (CodeVariableDeclarationStatement * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2470, CodeVariableDeclarationStatement_set_Name__MethodInfo); DO_APP_FUNC(0x02769850, CodeTypeReference *, CodeVariableDeclarationStatement_get_Type, (CodeVariableDeclarationStatement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2480, CodeVariableDeclarationStatement_get_Type__MethodInfo); DO_APP_FUNC(0x02769880, void, CodeVariableDeclarationStatement_set_Type, (CodeVariableDeclarationStatement * __this, CodeTypeReference * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2458, CodeVariableDeclarationStatement_set_Type__MethodInfo); DO_APP_FUNC(0x027698B0, void, CodeVariableReferenceExpression__ctor, (CodeVariableReferenceExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2468, CodeVariableReferenceExpression__ctor__MethodInfo); DO_APP_FUNC(0x027698E0, void, CodeVariableReferenceExpression__ctor_1, (CodeVariableReferenceExpression * __this, String * variableName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2460, CodeVariableReferenceExpression__ctor_1__MethodInfo); DO_APP_FUNC(0x02769910, String *, CodeVariableReferenceExpression_get_VariableName, (CodeVariableReferenceExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB23F8, CodeVariableReferenceExpression_get_VariableName__MethodInfo); DO_APP_FUNC(0x02769940, void, CodeVariableReferenceExpression_set_VariableName, (CodeVariableReferenceExpression * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2400, CodeVariableReferenceExpression_set_VariableName__MethodInfo); DO_APP_FUNC(0x02769970, void, CodeCompiler__ctor, (CodeCompiler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB23E8, CodeCompiler__ctor__MethodInfo); DO_APP_FUNC(0x027699A0, CompilerResults *, CodeCompiler_FromDom, (CodeCompiler * __this, CompilerParameters * options, CodeCompileUnit * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB23E0, CodeCompiler_FromDom__MethodInfo); DO_APP_FUNC(0x027699D0, CompilerResults *, CodeCompiler_FromDomBatch, (CodeCompiler * __this, CompilerParameters * options, CodeCompileUnit__Array * ea, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB23F0, CodeCompiler_FromDomBatch__MethodInfo); DO_APP_FUNC(0x02769A00, CompilerResults *, CodeCompiler_FromFile, (CodeCompiler * __this, CompilerParameters * options, String * fileName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2418, CodeCompiler_FromFile__MethodInfo); DO_APP_FUNC(0x02769A30, CompilerResults *, CodeCompiler_FromFileBatch, (CodeCompiler * __this, CompilerParameters * options, String__Array * fileNames, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2428, CodeCompiler_FromFileBatch__MethodInfo); DO_APP_FUNC(0x02769A60, CompilerResults *, CodeCompiler_FromSource, (CodeCompiler * __this, CompilerParameters * options, String * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2420, CodeCompiler_FromSource__MethodInfo); DO_APP_FUNC(0x02769A90, CompilerResults *, CodeCompiler_FromSourceBatch, (CodeCompiler * __this, CompilerParameters * options, String__Array * sources, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2408, CodeCompiler_FromSourceBatch__MethodInfo); DO_APP_FUNC(0x02769AC0, String *, CodeCompiler_GetResponseFileCmdArgs, (CodeCompiler * __this, CompilerParameters * options, String * cmdArgs, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2410, CodeCompiler_GetResponseFileCmdArgs__MethodInfo); DO_APP_FUNC(0x02769AF0, String *, CodeCompiler_JoinStringArray, (String__Array * sa, String * separator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB23A8, CodeCompiler_JoinStringArray__MethodInfo); DO_APP_FUNC(0x02769B20, CompilerResults *, CodeCompiler_System_CodeDom_Compiler_ICodeCompiler_CompileAssemblyFromDom, (CodeCompiler * __this, CompilerParameters * options, CodeCompileUnit * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB23A0, CodeCompiler_System_CodeDom_Compiler_ICodeCompiler_CompileAssemblyFromDom__MethodInfo); DO_APP_FUNC(0x02769B50, CompilerResults *, CodeCompiler_System_CodeDom_Compiler_ICodeCompiler_CompileAssemblyFromDomBatch, (CodeCompiler * __this, CompilerParameters * options, CodeCompileUnit__Array * ea, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB23B0, CodeCompiler_System_CodeDom_Compiler_ICodeCompiler_CompileAssemblyFromDomBatch__MethodInfo); DO_APP_FUNC(0x02769B80, CompilerResults *, CodeCompiler_System_CodeDom_Compiler_ICodeCompiler_CompileAssemblyFromFile, (CodeCompiler * __this, CompilerParameters * options, String * fileName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2388, CodeCompiler_System_CodeDom_Compiler_ICodeCompiler_CompileAssemblyFromFile__MethodInfo); DO_APP_FUNC(0x02769BB0, CompilerResults *, CodeCompiler_System_CodeDom_Compiler_ICodeCompiler_CompileAssemblyFromFileBatch, (CodeCompiler * __this, CompilerParameters * options, String__Array * fileNames, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2398, CodeCompiler_System_CodeDom_Compiler_ICodeCompiler_CompileAssemblyFromFileBatch__MethodInfo); DO_APP_FUNC(0x02769BE0, CompilerResults *, CodeCompiler_System_CodeDom_Compiler_ICodeCompiler_CompileAssemblyFromSource, (CodeCompiler * __this, CompilerParameters * options, String * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2390, CodeCompiler_System_CodeDom_Compiler_ICodeCompiler_CompileAssemblyFromSource__MethodInfo); DO_APP_FUNC(0x02769C10, CompilerResults *, CodeCompiler_System_CodeDom_Compiler_ICodeCompiler_CompileAssemblyFromSourceBatch, (CodeCompiler * __this, CompilerParameters * options, String__Array * sources, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB23D0, CodeCompiler_System_CodeDom_Compiler_ICodeCompiler_CompileAssemblyFromSourceBatch__MethodInfo); DO_APP_FUNC(0x02769C40, void, CodeGenerator__ctor, (CodeGenerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB23D8, CodeGenerator__ctor__MethodInfo); DO_APP_FUNC(0x02769C70, CodeTypeDeclaration *, CodeGenerator_get_CurrentClass, (CodeGenerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB23C0, CodeGenerator_get_CurrentClass__MethodInfo); DO_APP_FUNC(0x02769CA0, CodeTypeMember *, CodeGenerator_get_CurrentMember, (CodeGenerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB23B8, CodeGenerator_get_CurrentMember__MethodInfo); DO_APP_FUNC(0x02769CD0, String *, CodeGenerator_get_CurrentMemberName, (CodeGenerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB23C8, CodeGenerator_get_CurrentMemberName__MethodInfo); DO_APP_FUNC(0x02769D00, String *, CodeGenerator_get_CurrentTypeName, (CodeGenerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2308, CodeGenerator_get_CurrentTypeName__MethodInfo); DO_APP_FUNC(0x02769D30, int32_t, CodeGenerator_get_Indent, (CodeGenerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2318, CodeGenerator_get_Indent__MethodInfo); DO_APP_FUNC(0x02769D60, void, CodeGenerator_set_Indent, (CodeGenerator * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2310, CodeGenerator_set_Indent__MethodInfo); DO_APP_FUNC(0x02769D90, bool, CodeGenerator_get_IsCurrentClass, (CodeGenerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB22F0, CodeGenerator_get_IsCurrentClass__MethodInfo); DO_APP_FUNC(0x02769DC0, bool, CodeGenerator_get_IsCurrentDelegate, (CodeGenerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB22F8, CodeGenerator_get_IsCurrentDelegate__MethodInfo); DO_APP_FUNC(0x02769DF0, bool, CodeGenerator_get_IsCurrentEnum, (CodeGenerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2368, CodeGenerator_get_IsCurrentEnum__MethodInfo); DO_APP_FUNC(0x02769E20, bool, CodeGenerator_get_IsCurrentInterface, (CodeGenerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2358, CodeGenerator_get_IsCurrentInterface__MethodInfo); DO_APP_FUNC(0x02769E50, bool, CodeGenerator_get_IsCurrentStruct, (CodeGenerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2370, CodeGenerator_get_IsCurrentStruct__MethodInfo); DO_APP_FUNC(0x02769E80, CodeGeneratorOptions *, CodeGenerator_get_Options, (CodeGenerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2330, CodeGenerator_get_Options__MethodInfo); DO_APP_FUNC(0x02769EB0, TextWriter *, CodeGenerator_get_Output, (CodeGenerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2348, CodeGenerator_get_Output__MethodInfo); DO_APP_FUNC(0x02769EE0, void, CodeGenerator_ContinueOnNewLine, (CodeGenerator * __this, String * st, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2340, CodeGenerator_ContinueOnNewLine__MethodInfo); DO_APP_FUNC(0x02769F10, void, CodeGenerator_GenerateBinaryOperatorExpression, (CodeGenerator * __this, CodeBinaryOperatorExpression * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2290, CodeGenerator_GenerateBinaryOperatorExpression__MethodInfo); DO_APP_FUNC(0x02769F40, void, CodeGenerator_GenerateCodeFromMember, (CodeGenerator * __this, CodeTypeMember * member, TextWriter * writer, CodeGeneratorOptions * options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB22A8, CodeGenerator_GenerateCodeFromMember__MethodInfo); DO_APP_FUNC(0x02769F70, void, CodeGenerator_GenerateCommentStatement, (CodeGenerator * __this, CodeCommentStatement * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2260, CodeGenerator_GenerateCommentStatement__MethodInfo); DO_APP_FUNC(0x02769FA0, void, CodeGenerator_GenerateCommentStatements, (CodeGenerator * __this, CodeCommentStatementCollection * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2258, CodeGenerator_GenerateCommentStatements__MethodInfo); DO_APP_FUNC(0x02769FD0, void, CodeGenerator_GenerateCompileUnit, (CodeGenerator * __this, CodeCompileUnit * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2278, CodeGenerator_GenerateCompileUnit__MethodInfo); DO_APP_FUNC(0x0276A000, void, CodeGenerator_GenerateCompileUnitEnd, (CodeGenerator * __this, CodeCompileUnit * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB22D0, CodeGenerator_GenerateCompileUnitEnd__MethodInfo); DO_APP_FUNC(0x0276A030, void, CodeGenerator_GenerateCompileUnitStart, (CodeGenerator * __this, CodeCompileUnit * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB22E8, CodeGenerator_GenerateCompileUnitStart__MethodInfo); DO_APP_FUNC(0x0276A060, void, CodeGenerator_GenerateDecimalValue, (CodeGenerator * __this, Decimal d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB22D8, CodeGenerator_GenerateDecimalValue__MethodInfo); DO_APP_FUNC(0x0276A090, void, CodeGenerator_GenerateDefaultValueExpression, (CodeGenerator * __this, CodeDefaultValueExpression * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB22B8, CodeGenerator_GenerateDefaultValueExpression__MethodInfo); DO_APP_FUNC(0x0276A0C0, void, CodeGenerator_GenerateDirectionExpression, (CodeGenerator * __this, CodeDirectionExpression * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB22C8, CodeGenerator_GenerateDirectionExpression__MethodInfo); DO_APP_FUNC(0x0276A0F0, void, CodeGenerator_GenerateDirectives, (CodeGenerator * __this, CodeDirectiveCollection * directives, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2218, CodeGenerator_GenerateDirectives__MethodInfo); DO_APP_FUNC(0x0276A120, void, CodeGenerator_GenerateDoubleValue, (CodeGenerator * __this, double d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2210, CodeGenerator_GenerateDoubleValue__MethodInfo); DO_APP_FUNC(0x0276A150, void, CodeGenerator_GenerateExpression, (CodeGenerator * __this, CodeExpression * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2220, CodeGenerator_GenerateExpression__MethodInfo); DO_APP_FUNC(0x0276A180, void, CodeGenerator_GenerateNamespace, (CodeGenerator * __this, CodeNamespace * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB21F8, CodeGenerator_GenerateNamespace__MethodInfo); DO_APP_FUNC(0x0276A1B0, void, CodeGenerator_GenerateNamespaceImports, (CodeGenerator * __this, CodeNamespace * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2208, CodeGenerator_GenerateNamespaceImports__MethodInfo); DO_APP_FUNC(0x0276A1E0, void, CodeGenerator_GenerateNamespaces, (CodeGenerator * __this, CodeCompileUnit * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2200, CodeGenerator_GenerateNamespaces__MethodInfo); DO_APP_FUNC(0x0276A210, void, CodeGenerator_GenerateParameterDeclarationExpression, (CodeGenerator * __this, CodeParameterDeclarationExpression * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2240, CodeGenerator_GenerateParameterDeclarationExpression__MethodInfo); DO_APP_FUNC(0x0276A240, void, CodeGenerator_GeneratePrimitiveExpression, (CodeGenerator * __this, CodePrimitiveExpression * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2248, CodeGenerator_GeneratePrimitiveExpression__MethodInfo); DO_APP_FUNC(0x0276A270, void, CodeGenerator_GenerateSingleFloatValue, (CodeGenerator * __this, float s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2230, CodeGenerator_GenerateSingleFloatValue__MethodInfo); DO_APP_FUNC(0x0276A2A0, void, CodeGenerator_GenerateSnippetCompileUnit, (CodeGenerator * __this, CodeSnippetCompileUnit * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2228, CodeGenerator_GenerateSnippetCompileUnit__MethodInfo); DO_APP_FUNC(0x0276A2D0, void, CodeGenerator_GenerateSnippetStatement, (CodeGenerator * __this, CodeSnippetStatement * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2238, CodeGenerator_GenerateSnippetStatement__MethodInfo); DO_APP_FUNC(0x0276A300, void, CodeGenerator_GenerateStatement, (CodeGenerator * __this, CodeStatement * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB21B0, CodeGenerator_GenerateStatement__MethodInfo); DO_APP_FUNC(0x0276A330, void, CodeGenerator_GenerateStatements, (CodeGenerator * __this, CodeStatementCollection * stms, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB21C0, CodeGenerator_GenerateStatements__MethodInfo); DO_APP_FUNC(0x0276A360, void, CodeGenerator_GenerateTypeOfExpression, (CodeGenerator * __this, CodeTypeOfExpression * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB21B8, CodeGenerator_GenerateTypeOfExpression__MethodInfo); DO_APP_FUNC(0x0276A390, void, CodeGenerator_GenerateTypeReferenceExpression, (CodeGenerator * __this, CodeTypeReferenceExpression * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB21A0, CodeGenerator_GenerateTypeReferenceExpression__MethodInfo); DO_APP_FUNC(0x0276A3C0, void, CodeGenerator_GenerateTypes, (CodeGenerator * __this, CodeNamespace * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB21A8, CodeGenerator_GenerateTypes__MethodInfo); DO_APP_FUNC(0x0276A3F0, bool, CodeGenerator_IsValidLanguageIndependentIdentifier, (String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB21E8, CodeGenerator_IsValidLanguageIndependentIdentifier__MethodInfo); DO_APP_FUNC(0x0276A420, void, CodeGenerator_OutputAttributeArgument, (CodeGenerator * __this, CodeAttributeArgument * arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB21E0, CodeGenerator_OutputAttributeArgument__MethodInfo); DO_APP_FUNC(0x0276A450, void, CodeGenerator_OutputAttributeDeclarations, (CodeGenerator * __this, CodeAttributeDeclarationCollection * attributes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB21F0, CodeGenerator_OutputAttributeDeclarations__MethodInfo); DO_APP_FUNC(0x0276A480, void, CodeGenerator_OutputDirection, (CodeGenerator * __this, FieldDirection__Enum dir, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB21C8, CodeGenerator_OutputDirection__MethodInfo); DO_APP_FUNC(0x0276A4B0, void, CodeGenerator_OutputExpressionList, (CodeGenerator * __this, CodeExpressionCollection * expressions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB21D8, CodeGenerator_OutputExpressionList__MethodInfo); DO_APP_FUNC(0x0276A4E0, void, CodeGenerator_OutputExpressionList_1, (CodeGenerator * __this, CodeExpressionCollection * expressions, bool newlineBetweenItems, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB21D0, CodeGenerator_OutputExpressionList_1__MethodInfo); DO_APP_FUNC(0x0276A510, void, CodeGenerator_OutputFieldScopeModifier, (CodeGenerator * __this, MemberAttributes__Enum attributes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2168, CodeGenerator_OutputFieldScopeModifier__MethodInfo); DO_APP_FUNC(0x0276A540, void, CodeGenerator_OutputIdentifier, (CodeGenerator * __this, String * ident, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2170, CodeGenerator_OutputIdentifier__MethodInfo); DO_APP_FUNC(0x0276A570, void, CodeGenerator_OutputMemberAccessModifier, (CodeGenerator * __this, MemberAttributes__Enum attributes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2158, CodeGenerator_OutputMemberAccessModifier__MethodInfo); DO_APP_FUNC(0x0276A5A0, void, CodeGenerator_OutputMemberScopeModifier, (CodeGenerator * __this, MemberAttributes__Enum attributes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2150, CodeGenerator_OutputMemberScopeModifier__MethodInfo); DO_APP_FUNC(0x0276A5D0, void, CodeGenerator_OutputOperator, (CodeGenerator * __this, CodeBinaryOperatorType__Enum op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2160, CodeGenerator_OutputOperator__MethodInfo); DO_APP_FUNC(0x0276A600, void, CodeGenerator_OutputParameters, (CodeGenerator * __this, CodeParameterDeclarationExpressionCollection * parameters, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2188, CodeGenerator_OutputParameters__MethodInfo); DO_APP_FUNC(0x0276A630, void, CodeGenerator_OutputTypeAttributes, (CodeGenerator * __this, TypeAttributes__Enum attributes, bool isStruct, bool isEnum, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2198, CodeGenerator_OutputTypeAttributes__MethodInfo); DO_APP_FUNC(0x0276A660, void, CodeGenerator_OutputTypeNamePair, (CodeGenerator * __this, CodeTypeReference * typeRef, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2190, CodeGenerator_OutputTypeNamePair__MethodInfo); DO_APP_FUNC(0x0276A690, String *, CodeGenerator_System_CodeDom_Compiler_ICodeGenerator_CreateEscapedIdentifier, (CodeGenerator * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2178, CodeGenerator_System_CodeDom_Compiler_ICodeGenerator_CreateEscapedIdentifier__MethodInfo); DO_APP_FUNC(0x0276A6C0, String *, CodeGenerator_System_CodeDom_Compiler_ICodeGenerator_CreateValidIdentifier, (CodeGenerator * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2180, CodeGenerator_System_CodeDom_Compiler_ICodeGenerator_CreateValidIdentifier__MethodInfo); DO_APP_FUNC(0x0276A6F0, void, CodeGenerator_System_CodeDom_Compiler_ICodeGenerator_GenerateCodeFromCompileUnit, (CodeGenerator * __this, CodeCompileUnit * e, TextWriter * w, CodeGeneratorOptions * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2118, CodeGenerator_System_CodeDom_Compiler_ICodeGenerator_GenerateCodeFromCompileUnit__MethodInfo); DO_APP_FUNC(0x0276A720, void, CodeGenerator_System_CodeDom_Compiler_ICodeGenerator_GenerateCodeFromExpression, (CodeGenerator * __this, CodeExpression * e, TextWriter * w, CodeGeneratorOptions * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2110, CodeGenerator_System_CodeDom_Compiler_ICodeGenerator_GenerateCodeFromExpression__MethodInfo); DO_APP_FUNC(0x0276A750, void, CodeGenerator_System_CodeDom_Compiler_ICodeGenerator_GenerateCodeFromNamespace, (CodeGenerator * __this, CodeNamespace * e, TextWriter * w, CodeGeneratorOptions * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2120, CodeGenerator_System_CodeDom_Compiler_ICodeGenerator_GenerateCodeFromNamespace__MethodInfo); DO_APP_FUNC(0x0276A780, void, CodeGenerator_System_CodeDom_Compiler_ICodeGenerator_GenerateCodeFromStatement, (CodeGenerator * __this, CodeStatement * e, TextWriter * w, CodeGeneratorOptions * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB20F0, CodeGenerator_System_CodeDom_Compiler_ICodeGenerator_GenerateCodeFromStatement__MethodInfo); DO_APP_FUNC(0x0276A7B0, void, CodeGenerator_System_CodeDom_Compiler_ICodeGenerator_GenerateCodeFromType, (CodeGenerator * __this, CodeTypeDeclaration * e, TextWriter * w, CodeGeneratorOptions * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2100, CodeGenerator_System_CodeDom_Compiler_ICodeGenerator_GenerateCodeFromType__MethodInfo); DO_APP_FUNC(0x0276A7E0, String *, CodeGenerator_System_CodeDom_Compiler_ICodeGenerator_GetTypeOutput, (CodeGenerator * __this, CodeTypeReference * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB20F8, CodeGenerator_System_CodeDom_Compiler_ICodeGenerator_GetTypeOutput__MethodInfo); DO_APP_FUNC(0x0276A810, bool, CodeGenerator_System_CodeDom_Compiler_ICodeGenerator_IsValidIdentifier, (CodeGenerator * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2140, CodeGenerator_System_CodeDom_Compiler_ICodeGenerator_IsValidIdentifier__MethodInfo); DO_APP_FUNC(0x0276A840, bool, CodeGenerator_System_CodeDom_Compiler_ICodeGenerator_Supports, (CodeGenerator * __this, GeneratorSupport__Enum support, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2148, CodeGenerator_System_CodeDom_Compiler_ICodeGenerator_Supports__MethodInfo); DO_APP_FUNC(0x0276A870, void, CodeGenerator_System_CodeDom_Compiler_ICodeGenerator_ValidateIdentifier, (CodeGenerator * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2130, CodeGenerator_System_CodeDom_Compiler_ICodeGenerator_ValidateIdentifier__MethodInfo); DO_APP_FUNC(0x0276A8A0, void, CodeGenerator_ValidateIdentifier, (CodeGenerator * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2128, CodeGenerator_ValidateIdentifier__MethodInfo); DO_APP_FUNC(0x0276A8D0, void, CodeGenerator_ValidateIdentifiers, (CodeObject * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2138, CodeGenerator_ValidateIdentifiers__MethodInfo); DO_APP_FUNC(0x0276A900, void, CodeParser__ctor, (CodeParser * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB20A8, CodeParser__ctor__MethodInfo); DO_APP_FUNC(0x0276A930, void, Executor_ExecWait, (String * cmd, TempFileCollection * tempFiles, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB20B8, Executor_ExecWait__MethodInfo); DO_APP_FUNC(0x0276A960, int32_t, Executor_ExecWaitWithCapture, (void * userToken, String * cmd, TempFileCollection * tempFiles, String * * outputName, String * * errorName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB20B0, Executor_ExecWaitWithCapture__MethodInfo); DO_APP_FUNC(0x0276A990, int32_t, Executor_ExecWaitWithCapture_1, (void * userToken, String * cmd, String * currentDir, TempFileCollection * tempFiles, String * * outputName, String * * errorName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2098, Executor_ExecWaitWithCapture_1__MethodInfo); DO_APP_FUNC(0x0276A9C0, int32_t, Executor_ExecWaitWithCapture_2, (String * cmd, TempFileCollection * tempFiles, String * * outputName, String * * errorName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB20A0, Executor_ExecWaitWithCapture_2__MethodInfo); DO_APP_FUNC(0x0276A9F0, int32_t, Executor_ExecWaitWithCapture_3, (String * cmd, String * currentDir, TempFileCollection * tempFiles, String * * outputName, String * * errorName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB20E0, Executor_ExecWaitWithCapture_3__MethodInfo); DO_APP_FUNC(0x0276AA20, void, StorePermission__ctor, (StorePermission * __this, PermissionState__Enum state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB20D8, StorePermission__ctor__MethodInfo); DO_APP_FUNC(0x0276AA50, void, StorePermission__ctor_1, (StorePermission * __this, StorePermissionFlags__Enum flag, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB20E8, StorePermission__ctor_1__MethodInfo); DO_APP_FUNC(0x0276AA80, StorePermissionFlags__Enum, StorePermission_get_Flags, (StorePermission * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB20C0, StorePermission_get_Flags__MethodInfo); DO_APP_FUNC(0x0276AAB0, void, StorePermission_set_Flags, (StorePermission * __this, StorePermissionFlags__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB20D0, StorePermission_set_Flags__MethodInfo); DO_APP_FUNC(0x0276AAE0, IPermission *, StorePermission_Copy, (StorePermission * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB20C8, StorePermission_Copy__MethodInfo); DO_APP_FUNC(0x0276AB10, void, StorePermission_FromXml, (StorePermission * __this, SecurityElement * securityElement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2060, StorePermission_FromXml__MethodInfo); DO_APP_FUNC(0x0276AB40, IPermission *, StorePermission_Intersect, (StorePermission * __this, IPermission * target, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2068, StorePermission_Intersect__MethodInfo); DO_APP_FUNC(0x0276AB70, bool, StorePermission_IsSubsetOf, (StorePermission * __this, IPermission * target, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2050, StorePermission_IsSubsetOf__MethodInfo); DO_APP_FUNC(0x0276ABA0, bool, StorePermission_IsUnrestricted, (StorePermission * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2048, StorePermission_IsUnrestricted__MethodInfo); DO_APP_FUNC(0x0276ABD0, SecurityElement *, StorePermission_ToXml, (StorePermission * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2058, StorePermission_ToXml__MethodInfo); DO_APP_FUNC(0x003AC050, void, StorePermissionAttribute__ctor, (StorePermissionAttribute * __this, SecurityAction__Enum action, MethodInfo * method)); DO_APP_FUNC(0x0276AC00, bool, StorePermissionAttribute_get_AddToStore, (StorePermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2080, StorePermissionAttribute_get_AddToStore__MethodInfo); DO_APP_FUNC(0x003AC050, void, StorePermissionAttribute_set_AddToStore, (StorePermissionAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0276AC30, bool, StorePermissionAttribute_get_CreateStore, (StorePermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2090, StorePermissionAttribute_get_CreateStore__MethodInfo); DO_APP_FUNC(0x003AC050, void, StorePermissionAttribute_set_CreateStore, (StorePermissionAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0276AC60, bool, StorePermissionAttribute_get_DeleteStore, (StorePermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2088, StorePermissionAttribute_get_DeleteStore__MethodInfo); DO_APP_FUNC(0x003AC050, void, StorePermissionAttribute_set_DeleteStore, (StorePermissionAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0276AC90, bool, StorePermissionAttribute_get_EnumerateCertificates, (StorePermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2070, StorePermissionAttribute_get_EnumerateCertificates__MethodInfo); DO_APP_FUNC(0x003AC050, void, StorePermissionAttribute_set_EnumerateCertificates, (StorePermissionAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0276ACC0, bool, StorePermissionAttribute_get_EnumerateStores, (StorePermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2078, StorePermissionAttribute_get_EnumerateStores__MethodInfo); DO_APP_FUNC(0x003AC050, void, StorePermissionAttribute_set_EnumerateStores, (StorePermissionAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0276ACF0, StorePermissionFlags__Enum, StorePermissionAttribute_get_Flags, (StorePermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2020, StorePermissionAttribute_get_Flags__MethodInfo); DO_APP_FUNC(0x003AC050, void, StorePermissionAttribute_set_Flags, (StorePermissionAttribute * __this, StorePermissionFlags__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0276AD20, bool, StorePermissionAttribute_get_OpenStore, (StorePermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2018, StorePermissionAttribute_get_OpenStore__MethodInfo); DO_APP_FUNC(0x003AC050, void, StorePermissionAttribute_set_OpenStore, (StorePermissionAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0276AD50, bool, StorePermissionAttribute_get_RemoveFromStore, (StorePermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2028, StorePermissionAttribute_get_RemoveFromStore__MethodInfo); DO_APP_FUNC(0x003AC050, void, StorePermissionAttribute_set_RemoveFromStore, (StorePermissionAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0276AD80, IPermission *, StorePermissionAttribute_CreatePermission, (StorePermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2000, StorePermissionAttribute_CreatePermission__MethodInfo); DO_APP_FUNC(0x003AC050, void, TypeDescriptorPermissionAttribute__ctor, (TypeDescriptorPermissionAttribute * __this, SecurityAction__Enum action, MethodInfo * method)); DO_APP_FUNC(0x0276ADB0, TypeDescriptorPermissionFlags__Enum, TypeDescriptorPermissionAttribute_get_Flags, (TypeDescriptorPermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2010, TypeDescriptorPermissionAttribute_get_Flags__MethodInfo); DO_APP_FUNC(0x003AC050, void, TypeDescriptorPermissionAttribute_set_Flags, (TypeDescriptorPermissionAttribute * __this, TypeDescriptorPermissionFlags__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0276ADE0, bool, TypeDescriptorPermissionAttribute_get_RestrictedRegistrationAccess, (TypeDescriptorPermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2008, TypeDescriptorPermissionAttribute_get_RestrictedRegistrationAccess__MethodInfo); DO_APP_FUNC(0x003AC050, void, TypeDescriptorPermissionAttribute_set_RestrictedRegistrationAccess, (TypeDescriptorPermissionAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0276AE10, IPermission *, TypeDescriptorPermissionAttribute_CreatePermission, (TypeDescriptorPermissionAttribute * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2030, TypeDescriptorPermissionAttribute_CreatePermission__MethodInfo); DO_APP_FUNC(0x0276AE40, void, DynamicRoleClaimProvider_AddDynamicRoleClaims, (ClaimsIdentity * claimsIdentity, IEnumerable_1_System_Security_Claims_Claim_ * claims, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2040, DynamicRoleClaimProvider_AddDynamicRoleClaims__MethodInfo); DO_APP_FUNC(0x0276AE70, void, ThrowStub_1_ThrowNotSupportedException, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2038, ThrowStub_1_ThrowNotSupportedException__MethodInfo); DO_APP_FUNC(0x003B93C0, Type *, ActionIdPropertyAttribute_get_Type, (ActionIdPropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ActionIdPropertyAttribute__ctor, (ActionIdPropertyAttribute * __this, Type * param_0000994a, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Type *, PlayerIdPropertyAttribute_get_Type, (PlayerIdPropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, PlayerIdPropertyAttribute__ctor, (PlayerIdPropertyAttribute * __this, Type * param_0000994b, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, ControllerStatusChangedEventArgs_get_name, (ControllerStatusChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, ControllerStatusChangedEventArgs_get_controllerId, (ControllerStatusChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, ControllerType__Enum, ControllerStatusChangedEventArgs_get_controllerType, (ControllerStatusChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15460, Controller *, ControllerStatusChangedEventArgs_get_controller, (ControllerStatusChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15530, void, ControllerStatusChangedEventArgs__ctor, (ControllerStatusChangedEventArgs * __this, String * param_0000994c, int32_t param_0000994d, ControllerType__Enum param_0000994e, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, ControllerAssignmentChangedEventArgs_get_state, (ControllerAssignmentChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01F155F0, Controller *, ControllerAssignmentChangedEventArgs_get_controller, (ControllerAssignmentChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01F156C0, Player *, ControllerAssignmentChangedEventArgs_get_player, (ControllerAssignmentChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15790, void, ControllerAssignmentChangedEventArgs__ctor, (ControllerAssignmentChangedEventArgs * __this, int32_t param_0000994f, int32_t param_00009950, ControllerType__Enum param_00009951, bool param_00009952, MethodInfo * method)); DO_APP_FUNC(0x00470F10, InputActionEventType__Enum, InputActionEventData_get_eventType, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01914EB0, void, InputActionEventData_WsvkINdjolZvMgABaLVnmeFOYWAC, (InputActionEventData * __this, InputActionEventType__Enum param_00009953, MethodInfo * method)); DO_APP_FUNC(0x01F15810, Player *, InputActionEventData_get_player, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F158E0, String *, InputActionEventData_get_actionName, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15A10, String *, InputActionEventData_get_actionDescriptiveName, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15B40, float, InputActionEventData_GetAxis, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15B60, float, InputActionEventData_GetAxisPrev, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15B80, float, InputActionEventData_GetAxisDelta, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15BE0, double, InputActionEventData_GetAxisTimeActive, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15C00, double, InputActionEventData_GetAxisTimeInactive, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15C20, float, InputActionEventData_GetAxisRaw, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15C40, float, InputActionEventData_GetAxisRawDelta, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15CA0, float, InputActionEventData_GetAxisRawPrev, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15CC0, double, InputActionEventData_GetAxisRawTimeActive, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15CE0, double, InputActionEventData_GetAxisRawTimeInactive, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15D00, AxisCoordinateMode__Enum, InputActionEventData_GetAxisCoordinateMode, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15D20, AxisCoordinateMode__Enum, InputActionEventData_GetAxisCoordinateModePrev, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15D40, AxisCoordinateMode__Enum, InputActionEventData_GetAxisRawCoordinateMode, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15D60, AxisCoordinateMode__Enum, InputActionEventData_GetAxisRawCoordinateModePrev, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15D80, bool, InputActionEventData_GetButton, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15DA0, bool, InputActionEventData_GetButtonPrev, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15DC0, bool, InputActionEventData_GetButtonDown, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15DE0, bool, InputActionEventData_GetButtonUp, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15E00, bool, InputActionEventData_GetButtonSinglePressHold, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15E20, bool, InputActionEventData_GetButtonSinglePressDown, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15E40, bool, InputActionEventData_GetButtonSinglePressUp, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15E60, bool, InputActionEventData_GetButtonDoublePressDown, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15E90, bool, InputActionEventData_GetButtonDoublePressDown_1, (InputActionEventData * __this, float speed, MethodInfo * method)); DO_APP_FUNC(0x01F15EB0, bool, InputActionEventData_GetButtonDoublePressHold, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15EE0, bool, InputActionEventData_GetButtonDoublePressHold_1, (InputActionEventData * __this, float speed, MethodInfo * method)); DO_APP_FUNC(0x01F15F00, bool, InputActionEventData_GetButtonDoublePressUp, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15F30, bool, InputActionEventData_GetButtonDoublePressUp_1, (InputActionEventData * __this, float speed, MethodInfo * method)); DO_APP_FUNC(0x01F15F50, bool, InputActionEventData_GetButtonTimedPress, (InputActionEventData * __this, float time, MethodInfo * method)); DO_APP_FUNC(0x01F15F80, bool, InputActionEventData_GetButtonTimedPress_1, (InputActionEventData * __this, float time, float expireIn, MethodInfo * method)); DO_APP_FUNC(0x01F15FA0, bool, InputActionEventData_GetButtonTimedPressDown, (InputActionEventData * __this, float time, MethodInfo * method)); DO_APP_FUNC(0x01F15FC0, bool, InputActionEventData_GetButtonTimedPressUp, (InputActionEventData * __this, float time, MethodInfo * method)); DO_APP_FUNC(0x01F15FF0, bool, InputActionEventData_GetButtonTimedPressUp_1, (InputActionEventData * __this, float time, float expireIn, MethodInfo * method)); DO_APP_FUNC(0x01F16010, bool, InputActionEventData_GetButtonShortPress, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F16050, bool, InputActionEventData_GetButtonShortPressDown, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F16080, bool, InputActionEventData_GetButtonShortPressUp, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F160C0, bool, InputActionEventData_GetButtonLongPress, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F16100, bool, InputActionEventData_GetButtonLongPressDown, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F16130, bool, InputActionEventData_GetButtonLongPressUp, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F16170, bool, InputActionEventData_GetButtonRepeating, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F16190, double, InputActionEventData_GetButtonTimePressed, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F161B0, double, InputActionEventData_GetButtonTimeUnpressed, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F161D0, bool, InputActionEventData_GetNegativeButton, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F16210, bool, InputActionEventData_GetNegativeButtonPrev, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F16250, bool, InputActionEventData_GetNegativeButtonDown, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F162B0, bool, InputActionEventData_GetNegativeButtonUp, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F162F0, bool, InputActionEventData_GetNegativeButtonSinglePressHold, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F16340, bool, InputActionEventData_GetNegativeButtonSinglePressDown, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F16390, bool, InputActionEventData_GetNegativeButtonSinglePressUp, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F163E0, bool, InputActionEventData_GetNegativeButtonDoublePressDown, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F16410, bool, InputActionEventData_GetNegativeButtonDoublePressDown_1, (InputActionEventData * __this, float speed, MethodInfo * method)); DO_APP_FUNC(0x01F16430, bool, InputActionEventData_GetNegativeButtonDoublePressHold, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F16480, bool, InputActionEventData_GetNegativeButtonDoublePressHold_1, (InputActionEventData * __this, float speed, MethodInfo * method)); DO_APP_FUNC(0x01F164A0, bool, InputActionEventData_GetNegativeButtonDoublePressUp, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F16500, bool, InputActionEventData_GetNegativeButtonDoublePressUp_1, (InputActionEventData * __this, float speed, MethodInfo * method)); DO_APP_FUNC(0x01F16520, bool, InputActionEventData_GetNegativeButtonTimedPress, (InputActionEventData * __this, float time, MethodInfo * method)); DO_APP_FUNC(0x01F16550, bool, InputActionEventData_GetNegativeButtonTimedPress_1, (InputActionEventData * __this, float time, float expireIn, MethodInfo * method)); DO_APP_FUNC(0x01F16570, bool, InputActionEventData_GetNegativeButtonTimedPressDown, (InputActionEventData * __this, float time, MethodInfo * method)); DO_APP_FUNC(0x01F16590, bool, InputActionEventData_GetNegativeButtonTimedPressUp, (InputActionEventData * __this, float time, MethodInfo * method)); DO_APP_FUNC(0x01F165C0, bool, InputActionEventData_GetNegativeButtonTimedPressUp_1, (InputActionEventData * __this, float time, float expireIn, MethodInfo * method)); DO_APP_FUNC(0x01F165E0, bool, InputActionEventData_GetNegativeButtonShortPress, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F16620, bool, InputActionEventData_GetNegativeButtonShortPressDown, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F16650, bool, InputActionEventData_GetNegativeButtonShortPressUp, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F16690, bool, InputActionEventData_GetNegativeButtonLongPress, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F166D0, bool, InputActionEventData_GetNegativeButtonLongPressDown, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F16700, bool, InputActionEventData_GetNegativeButtonLongPressUp, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F16740, bool, InputActionEventData_GetNegativeButtonRepeating, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F16790, double, InputActionEventData_GetNegativeButtonTimePressed, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F167E0, double, InputActionEventData_GetNegativeButtonTimeUnpressed, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F16830, IList_1_Rewired_InputActionSourceData_ *, InputActionEventData_GetCurrentInputSources, (InputActionEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F168E0, bool, InputActionEventData_IsCurrentInputSource, (InputActionEventData * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC(0x01F16990, bool, InputActionEventData_IsCurrentInputSource_1, (InputActionEventData * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC(0x01F16A50, bool, InputActionEventData_IsCurrentInputSource_2, (InputActionEventData * __this, Controller * controller, MethodInfo * method)); DO_APP_FUNC(0x01F16B00, void, InputActionEventData__ctor, (InputActionEventData * __this, cgAhWyfsfnPBbygscaxJCrsKfviSB * param_0000996c, int32_t param_0000996d, int32_t param_0000996e, UpdateLoopType__Enum param_0000996f, MethodInfo * method)); DO_APP_FUNC(0x00C59310, bool, ControllerPollingInfo_get_success, (ControllerPollingInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7E140, void, ControllerPollingInfo_AHeyUlLuVxEpXJJnSiiCANbISbPyA, (ControllerPollingInfo * __this, bool param_00009970, MethodInfo * method)); DO_APP_FUNC(0x00C59320, int32_t, ControllerPollingInfo_get_playerId, (ControllerPollingInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01914E90, void, ControllerPollingInfo_dFFlgStzvedYtrIYqtDDyjmOXAFc, (ControllerPollingInfo * __this, int32_t param_00009971, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, ControllerPollingInfo_get_controllerId, (ControllerPollingInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01914EB0, void, ControllerPollingInfo_gEhENuQhNdqYPZLxbDRTUICIFDkM, (ControllerPollingInfo * __this, int32_t param_00009972, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, ControllerPollingInfo_get_controllerName, (ControllerPollingInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ControllerPollingInfo_JWmdgwoSqFAafVOXdJWjgJPzuhQF, (ControllerPollingInfo * __this, String * param_00009973, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, ControllerType__Enum, ControllerPollingInfo_get_controllerType, (ControllerPollingInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, ControllerPollingInfo_MoaFsMmogWjzQbmrkhXmqURBYRcP, (ControllerPollingInfo * __this, ControllerType__Enum param_00009974, MethodInfo * method)); DO_APP_FUNC(0x003CB280, ControllerElementType__Enum, ControllerPollingInfo_get_elementType, (ControllerPollingInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, ControllerPollingInfo_kGPFTtahToOJKneCeCyIywUXpZHN, (ControllerPollingInfo * __this, ControllerElementType__Enum param_00009975, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, ControllerPollingInfo_get_elementIndex, (ControllerPollingInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, ControllerPollingInfo_ymgCFiChSxfqPqgGWPanuntwwuIr, (ControllerPollingInfo * __this, int32_t param_00009976, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, Pole__Enum, ControllerPollingInfo_get_axisPole, (ControllerPollingInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, ControllerPollingInfo_tIQnGxkjcEOqCdzbGpGinoEnKtix, (ControllerPollingInfo * __this, Pole__Enum param_00009977, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, ControllerPollingInfo_get_elementIdentifierName, (ControllerPollingInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, ControllerPollingInfo_XpJvldmezItUGXFRqbVUwjHdBqIHA, (ControllerPollingInfo * __this, String * param_00009978, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, ControllerPollingInfo_get_elementIdentifierId, (ControllerPollingInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5310, void, ControllerPollingInfo_QBSGkXDKxheSgJCTgoixiukihrFrB, (ControllerPollingInfo * __this, int32_t param_00009979, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, KeyCode__Enum, ControllerPollingInfo_get_keyboardKey, (ControllerPollingInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00C083A0, void, ControllerPollingInfo_MGULmOhlmdEuUyrNodsPjwiEORUFA, (ControllerPollingInfo * __this, KeyCode__Enum param_0000997a, MethodInfo * method)); DO_APP_FUNC(0x01F16B70, Player *, ControllerPollingInfo_get_player, (ControllerPollingInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01F16C80, Controller *, ControllerPollingInfo_get_controller, (ControllerPollingInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01F16D50, ControllerElementIdentifier *, ControllerPollingInfo_get_elementIdentifier, (ControllerPollingInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01F16E10, void, ControllerPollingInfo__ctor, (ControllerPollingInfo * __this, bool param_0000997b, int32_t param_0000997c, int32_t param_0000997d, String * param_0000997e, ControllerType__Enum param_0000997f, ControllerElementType__Enum param_00009980, int32_t param_00009981, Pole__Enum param_00009982, String * param_00009983, int32_t param_00009984, KeyCode__Enum param_00009985, MethodInfo * method)); DO_APP_FUNC(0x01F16F00, void, ControllerPollingInfo__ctor_1, (ControllerPollingInfo * __this, ControllerPollingInfo param_00009986, MethodInfo * method)); DO_APP_FUNC(0x01F17000, ControllerPollingInfo, ControllerPollingInfo_rjsZtWhlvFEvYIshkKFqNaFAtdlU, (MethodInfo * method)); DO_APP_FUNC(0x00C59310, bool, ElementAssignmentConflictInfo_get_isConflict, (ElementAssignmentConflictInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7E140, void, ElementAssignmentConflictInfo_SamVvFAjUtaVliheLStVbOOAozygb, (ElementAssignmentConflictInfo * __this, bool param_00009987, MethodInfo * method)); DO_APP_FUNC(0x0186EE70, bool, ElementAssignmentConflictInfo_get_isUserAssignable, (ElementAssignmentConflictInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01F17130, void, ElementAssignmentConflictInfo_yBCCZFRebwQDCFFydhwtClhirkTj, (ElementAssignmentConflictInfo * __this, bool param_00009988, MethodInfo * method)); DO_APP_FUNC(0x00C59320, int32_t, ElementAssignmentConflictInfo_get_playerId, (ElementAssignmentConflictInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01914E90, void, ElementAssignmentConflictInfo_dFFlgStzvedYtrIYqtDDyjmOXAFc, (ElementAssignmentConflictInfo * __this, int32_t param_00009989, MethodInfo * method)); DO_APP_FUNC(0x00470F10, ControllerType__Enum, ElementAssignmentConflictInfo_get_controllerType, (ElementAssignmentConflictInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01914EB0, void, ElementAssignmentConflictInfo_MoaFsMmogWjzQbmrkhXmqURBYRcP, (ElementAssignmentConflictInfo * __this, ControllerType__Enum param_0000998a, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, int32_t, ElementAssignmentConflictInfo_get_controllerId, (ElementAssignmentConflictInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01B64E90, void, ElementAssignmentConflictInfo_gEhENuQhNdqYPZLxbDRTUICIFDkM, (ElementAssignmentConflictInfo * __this, int32_t param_0000998b, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, ElementAssignmentConflictInfo_get_controllerMapId, (ElementAssignmentConflictInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ElementAssignmentConflictInfo_ymInOGmUumfChKMtGOIFAVtKRXxd, (ElementAssignmentConflictInfo * __this, int32_t param_0000998c, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, ElementAssignmentConflictInfo_get_elementMapId, (ElementAssignmentConflictInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, ElementAssignmentConflictInfo_vCqevUhnDCLescgiPVKTCMJndBgBb, (ElementAssignmentConflictInfo * __this, int32_t param_0000998d, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, ControllerElementType__Enum, ElementAssignmentConflictInfo_get_elementType, (ElementAssignmentConflictInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, ElementAssignmentConflictInfo_kGPFTtahToOJKneCeCyIywUXpZHN, (ElementAssignmentConflictInfo * __this, ControllerElementType__Enum param_0000998e, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, ElementAssignmentConflictInfo_get_elementIdentifierId, (ElementAssignmentConflictInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, ElementAssignmentConflictInfo_QBSGkXDKxheSgJCTgoixiukihrFrB, (ElementAssignmentConflictInfo * __this, int32_t param_0000998f, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, KeyCode__Enum, ElementAssignmentConflictInfo_get_keyCode, (ElementAssignmentConflictInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, ElementAssignmentConflictInfo_WkZoGblKFhTlBkSJuIosWUjCxJQK, (ElementAssignmentConflictInfo * __this, KeyCode__Enum param_00009990, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, ModifierKeyFlags__Enum, ElementAssignmentConflictInfo_get_modifierKeyFlags, (ElementAssignmentConflictInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, ElementAssignmentConflictInfo_UzEGGvcKKPNzVuFLHxBySLspEJOOA, (ElementAssignmentConflictInfo * __this, ModifierKeyFlags__Enum param_00009991, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, ElementAssignmentConflictInfo_get_actionId, (ElementAssignmentConflictInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, ElementAssignmentConflictInfo_MhAfStKVAostGkuNHzBfnBwjEyOd, (ElementAssignmentConflictInfo * __this, int32_t param_00009992, MethodInfo * method)); DO_APP_FUNC(0x01F17140, Player *, ElementAssignmentConflictInfo_get_player, (ElementAssignmentConflictInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01F17210, InputAction *, ElementAssignmentConflictInfo_get_action, (ElementAssignmentConflictInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01F172E0, Controller *, ElementAssignmentConflictInfo_get_controller, (ElementAssignmentConflictInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01F173B0, ControllerMap *, ElementAssignmentConflictInfo_get_controllerMap, (ElementAssignmentConflictInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01F17420, ControllerElementIdentifier *, ElementAssignmentConflictInfo_get_elementIdentifier, (ElementAssignmentConflictInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01F17470, ActionElementMap *, ElementAssignmentConflictInfo_get_elementMap, (ElementAssignmentConflictInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01F17500, String *, ElementAssignmentConflictInfo_get_elementDisplayName, (ElementAssignmentConflictInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01F175A0, void, ElementAssignmentConflictInfo__ctor, (ElementAssignmentConflictInfo * __this, bool param_00009993, bool param_00009994, int32_t param_00009995, ControllerType__Enum param_00009996, int32_t param_00009997, int32_t param_00009998, int32_t param_00009999, int32_t param_0000999a, ControllerElementType__Enum param_0000999b, int32_t param_0000999c, KeyCode__Enum param_0000999d, ModifierKeyFlags__Enum param_0000999e, MethodInfo * method)); DO_APP_FUNC(0x01F175F0, void, ElementAssignmentConflictInfo__ctor_1, (ElementAssignmentConflictInfo * __this, ElementAssignmentConflictInfo param_0000999f, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, ElementAssignmentType__Enum, ElementAssignmentConflictCheck_get_elementAssignmentType, (ElementAssignmentConflictCheck * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, ElementAssignmentConflictCheck_set_elementAssignmentType, (ElementAssignmentConflictCheck * __this, ElementAssignmentType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00C59320, int32_t, ElementAssignmentConflictCheck_get_playerId, (ElementAssignmentConflictCheck * __this, MethodInfo * method)); DO_APP_FUNC(0x01914E90, void, ElementAssignmentConflictCheck_set_playerId, (ElementAssignmentConflictCheck * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00470F10, ControllerType__Enum, ElementAssignmentConflictCheck_get_controllerType, (ElementAssignmentConflictCheck * __this, MethodInfo * method)); DO_APP_FUNC(0x01914EB0, void, ElementAssignmentConflictCheck_set_controllerType, (ElementAssignmentConflictCheck * __this, ControllerType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, int32_t, ElementAssignmentConflictCheck_get_controllerId, (ElementAssignmentConflictCheck * __this, MethodInfo * method)); DO_APP_FUNC(0x01B64E90, void, ElementAssignmentConflictCheck_set_controllerId, (ElementAssignmentConflictCheck * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, ElementAssignmentConflictCheck_get_controllerMapId, (ElementAssignmentConflictCheck * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ElementAssignmentConflictCheck_set_controllerMapId, (ElementAssignmentConflictCheck * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, ElementAssignmentConflictCheck_get_controllerMapCategoryId, (ElementAssignmentConflictCheck * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, ElementAssignmentConflictCheck_set_controllerMapCategoryId, (ElementAssignmentConflictCheck * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, ElementAssignmentConflictCheck_get_elementMapId, (ElementAssignmentConflictCheck * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, ElementAssignmentConflictCheck_set_elementMapId, (ElementAssignmentConflictCheck * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, ElementAssignmentConflictCheck_get_elementIdentifierId, (ElementAssignmentConflictCheck * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, ElementAssignmentConflictCheck_set_elementIdentifierId, (ElementAssignmentConflictCheck * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, AxisRange__Enum, ElementAssignmentConflictCheck_get_axisRange, (ElementAssignmentConflictCheck * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, ElementAssignmentConflictCheck_set_axisRange, (ElementAssignmentConflictCheck * __this, AxisRange__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, KeyCode__Enum, ElementAssignmentConflictCheck_get_keyboardKey, (ElementAssignmentConflictCheck * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, ElementAssignmentConflictCheck_set_keyboardKey, (ElementAssignmentConflictCheck * __this, KeyCode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, ModifierKeyFlags__Enum, ElementAssignmentConflictCheck_get_modifierKeyFlags, (ElementAssignmentConflictCheck * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, ElementAssignmentConflictCheck_set_modifierKeyFlags, (ElementAssignmentConflictCheck * __this, ModifierKeyFlags__Enum value, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, int32_t, ElementAssignmentConflictCheck_get_actionId, (ElementAssignmentConflictCheck * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD10, void, ElementAssignmentConflictCheck_set_actionId, (ElementAssignmentConflictCheck * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C5300, Pole__Enum, ElementAssignmentConflictCheck_get_axisContribution, (ElementAssignmentConflictCheck * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5310, void, ElementAssignmentConflictCheck_set_axisContribution, (ElementAssignmentConflictCheck * __this, Pole__Enum value, MethodInfo * method)); DO_APP_FUNC(0x006113E0, bool, ElementAssignmentConflictCheck_get_invert, (ElementAssignmentConflictCheck * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07A80, void, ElementAssignmentConflictCheck_set_invert, (ElementAssignmentConflictCheck * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F17640, void, ElementAssignmentConflictCheck__ctor, (ElementAssignmentConflictCheck * __this, int32_t param_000099ae, ControllerType__Enum param_000099af, int32_t param_000099b0, int32_t param_000099b1, ElementAssignmentType__Enum param_000099b2, int32_t param_000099b3, AxisRange__Enum param_000099b4, KeyCode__Enum param_000099b5, ModifierKeyFlags__Enum param_000099b6, int32_t param_000099b7, Pole__Enum param_000099b8, bool param_000099b9, MethodInfo * method)); DO_APP_FUNC(0x01F176B0, void, ElementAssignmentConflictCheck__ctor_1, (ElementAssignmentConflictCheck * __this, int32_t param_000099ba, ControllerType__Enum param_000099bb, int32_t param_000099bc, int32_t param_000099bd, ElementAssignmentType__Enum param_000099be, int32_t param_000099bf, AxisRange__Enum param_000099c0, KeyCode__Enum param_000099c1, ModifierKeyFlags__Enum param_000099c2, int32_t param_000099c3, Pole__Enum param_000099c4, bool param_000099c5, int32_t param_000099c6, MethodInfo * method)); DO_APP_FUNC(0x01F17720, void, ElementAssignmentConflictCheck__ctor_2, (ElementAssignmentConflictCheck * __this, int32_t param_000099c7, ControllerType__Enum param_000099c8, int32_t param_000099c9, int32_t param_000099ca, ControllerElementType__Enum param_000099cb, int32_t param_000099cc, AxisRange__Enum param_000099cd, KeyCode__Enum param_000099ce, ModifierKeyFlags__Enum param_000099cf, int32_t param_000099d0, Pole__Enum param_000099d1, bool param_000099d2, MethodInfo * method)); DO_APP_FUNC(0x01F177C0, void, ElementAssignmentConflictCheck__ctor_3, (ElementAssignmentConflictCheck * __this, int32_t param_000099d3, ControllerType__Enum param_000099d4, int32_t param_000099d5, int32_t param_000099d6, ControllerElementType__Enum param_000099d7, int32_t param_000099d8, AxisRange__Enum param_000099d9, KeyCode__Enum param_000099da, ModifierKeyFlags__Enum param_000099db, int32_t param_000099dc, Pole__Enum param_000099dd, bool param_000099de, int32_t param_000099df, MethodInfo * method)); DO_APP_FUNC(0x01F178A0, void, ElementAssignmentConflictCheck__ctor_4, (ElementAssignmentConflictCheck * __this, int32_t param_000099e0, ControllerType__Enum param_000099e1, int32_t param_000099e2, int32_t param_000099e3, int32_t param_000099e4, int32_t param_000099e5, bool param_000099e6, MethodInfo * method)); DO_APP_FUNC(0x01F17980, void, ElementAssignmentConflictCheck__ctor_5, (ElementAssignmentConflictCheck * __this, int32_t param_000099e7, ControllerType__Enum param_000099e8, int32_t param_000099e9, int32_t param_000099ea, int32_t param_000099eb, int32_t param_000099ec, bool param_000099ed, int32_t param_000099ee, MethodInfo * method)); DO_APP_FUNC(0x01F17A60, void, ElementAssignmentConflictCheck__ctor_6, (ElementAssignmentConflictCheck * __this, int32_t param_000099ef, ControllerType__Enum param_000099f0, int32_t param_000099f1, int32_t param_000099f2, int32_t param_000099f3, AxisRange__Enum param_000099f4, int32_t param_000099f5, Pole__Enum param_000099f6, MethodInfo * method)); DO_APP_FUNC(0x01F17B40, void, ElementAssignmentConflictCheck__ctor_7, (ElementAssignmentConflictCheck * __this, int32_t param_000099f7, ControllerType__Enum param_000099f8, int32_t param_000099f9, int32_t param_000099fa, int32_t param_000099fb, AxisRange__Enum param_000099fc, int32_t param_000099fd, Pole__Enum param_000099fe, int32_t param_000099ff, MethodInfo * method)); DO_APP_FUNC(0x01F17C20, void, ElementAssignmentConflictCheck__ctor_8, (ElementAssignmentConflictCheck * __this, int32_t param_00009a00, ControllerType__Enum param_00009a01, int32_t param_00009a02, int32_t param_00009a03, int32_t param_00009a04, int32_t param_00009a05, Pole__Enum param_00009a06, MethodInfo * method)); DO_APP_FUNC(0x01F17D00, void, ElementAssignmentConflictCheck__ctor_9, (ElementAssignmentConflictCheck * __this, int32_t param_00009a07, ControllerType__Enum param_00009a08, int32_t param_00009a09, int32_t param_00009a0a, int32_t param_00009a0b, int32_t param_00009a0c, Pole__Enum param_00009a0d, int32_t param_00009a0e, MethodInfo * method)); DO_APP_FUNC(0x01F17DF0, void, ElementAssignmentConflictCheck__ctor_10, (ElementAssignmentConflictCheck * __this, int32_t param_00009a0f, ControllerType__Enum param_00009a10, int32_t param_00009a11, int32_t param_00009a12, KeyCode__Enum param_00009a13, ModifierKeyFlags__Enum param_00009a14, int32_t param_00009a15, Pole__Enum param_00009a16, MethodInfo * method)); DO_APP_FUNC(0x01F17E60, void, ElementAssignmentConflictCheck__ctor_11, (ElementAssignmentConflictCheck * __this, int32_t param_00009a17, ControllerType__Enum param_00009a18, int32_t param_00009a19, int32_t param_00009a1a, KeyCode__Enum param_00009a1b, ModifierKeyFlags__Enum param_00009a1c, int32_t param_00009a1d, Pole__Enum param_00009a1e, int32_t param_00009a1f, MethodInfo * method)); DO_APP_FUNC(0x01F17ED0, void, ElementAssignmentConflictCheck__ctor_12, (ElementAssignmentConflictCheck * __this, ElementAssignmentConflictCheck param_00009a20, MethodInfo * method)); DO_APP_FUNC(0x01F17F30, ElementAssignment, ElementAssignmentConflictCheck_ToElementAssignment, (ElementAssignmentConflictCheck * __this, MethodInfo * method)); DO_APP_FUNC(0x01F17FB0, ElementAssignment, ElementAssignmentConflictCheck_ToFullAxisAssignment, (ElementAssignmentConflictCheck * __this, MethodInfo * method)); DO_APP_FUNC(0x01F17FF0, ElementAssignment, ElementAssignmentConflictCheck_ToSplitAxisAssignment, (ElementAssignmentConflictCheck * __this, MethodInfo * method)); DO_APP_FUNC(0x01F18030, ElementAssignment, ElementAssignmentConflictCheck_ToButtonAssignment, (ElementAssignmentConflictCheck * __this, MethodInfo * method)); DO_APP_FUNC(0x01F180A0, ElementAssignment, ElementAssignmentConflictCheck_ToKeyboardKeyAssignment, (ElementAssignmentConflictCheck * __this, MethodInfo * method)); DO_APP_FUNC(0x01F18110, void, ElementAssignmentConflictCheck_eXSappDDgdBKInGEBtQFHIXGBQNs, (ElementAssignmentConflictCheck * __this, MethodInfo * method)); DO_APP_FUNC(0x01F18130, void, ElementAssignment__ctor, (ElementAssignment * __this, ElementAssignmentType__Enum param_00009a21, int32_t param_00009a22, AxisRange__Enum param_00009a23, KeyCode__Enum param_00009a24, ModifierKeyFlags__Enum param_00009a25, int32_t param_00009a26, Pole__Enum param_00009a27, bool param_00009a28, int32_t param_00009a29, MethodInfo * method)); DO_APP_FUNC(0x01F18170, void, ElementAssignment__ctor_1, (ElementAssignment * __this, ControllerType__Enum param_00009a2a, ControllerElementType__Enum param_00009a2b, int32_t param_00009a2c, AxisRange__Enum param_00009a2d, KeyCode__Enum param_00009a2e, ModifierKeyFlags__Enum param_00009a2f, int32_t param_00009a30, Pole__Enum param_00009a31, bool param_00009a32, int32_t param_00009a33, MethodInfo * method)); DO_APP_FUNC(0x01F181F0, void, ElementAssignment__ctor_2, (ElementAssignment * __this, ElementAssignmentType__Enum param_00009a34, int32_t param_00009a35, AxisRange__Enum param_00009a36, KeyCode__Enum param_00009a37, ModifierKeyFlags__Enum param_00009a38, int32_t param_00009a39, Pole__Enum param_00009a3a, bool param_00009a3b, MethodInfo * method)); DO_APP_FUNC(0x01F18230, void, ElementAssignment__ctor_3, (ElementAssignment * __this, ControllerType__Enum param_00009a3c, ControllerElementType__Enum param_00009a3d, int32_t param_00009a3e, AxisRange__Enum param_00009a3f, KeyCode__Enum param_00009a40, ModifierKeyFlags__Enum param_00009a41, int32_t param_00009a42, Pole__Enum param_00009a43, bool param_00009a44, MethodInfo * method)); DO_APP_FUNC(0x01F182B0, void, ElementAssignment__ctor_4, (ElementAssignment * __this, int32_t param_00009a45, int32_t param_00009a46, bool param_00009a47, MethodInfo * method)); DO_APP_FUNC(0x01F182E0, void, ElementAssignment__ctor_5, (ElementAssignment * __this, int32_t param_00009a48, int32_t param_00009a49, bool param_00009a4a, int32_t param_00009a4b, MethodInfo * method)); DO_APP_FUNC(0x01F18310, void, ElementAssignment__ctor_6, (ElementAssignment * __this, int32_t param_00009a4c, AxisRange__Enum param_00009a4d, int32_t param_00009a4e, Pole__Enum param_00009a4f, MethodInfo * method)); DO_APP_FUNC(0x01F18340, void, ElementAssignment__ctor_7, (ElementAssignment * __this, int32_t param_00009a50, AxisRange__Enum param_00009a51, int32_t param_00009a52, Pole__Enum param_00009a53, int32_t param_00009a54, MethodInfo * method)); DO_APP_FUNC(0x01F18370, void, ElementAssignment__ctor_8, (ElementAssignment * __this, int32_t param_00009a55, int32_t param_00009a56, Pole__Enum param_00009a57, MethodInfo * method)); DO_APP_FUNC(0x01F183A0, void, ElementAssignment__ctor_9, (ElementAssignment * __this, int32_t param_00009a58, int32_t param_00009a59, Pole__Enum param_00009a5a, int32_t param_00009a5b, MethodInfo * method)); DO_APP_FUNC(0x01F183D0, void, ElementAssignment__ctor_10, (ElementAssignment * __this, KeyCode__Enum param_00009a5c, ModifierKeyFlags__Enum param_00009a5d, int32_t param_00009a5e, Pole__Enum param_00009a5f, MethodInfo * method)); DO_APP_FUNC(0x01F18450, void, ElementAssignment__ctor_11, (ElementAssignment * __this, KeyCode__Enum param_00009a60, ModifierKeyFlags__Enum param_00009a61, int32_t param_00009a62, Pole__Enum param_00009a63, int32_t param_00009a64, MethodInfo * method)); DO_APP_FUNC(0x01F184D0, ElementAssignment, ElementAssignment_CompleteAssignment, (ElementAssignmentType__Enum elementAssignmentType, int32_t elementIdentifierId, AxisRange__Enum axisRange, KeyCode__Enum keyboardKey, ModifierKeyFlags__Enum modifierKeyFlags, int32_t actionId, Pole__Enum axisContribution, bool invert, int32_t elementMapId, MethodInfo * method)); DO_APP_FUNC(0x01F18520, ElementAssignment, ElementAssignment_CompleteAssignment_1, (ControllerType__Enum controllerType, ControllerElementType__Enum elementType, int32_t elementIdentifierId, AxisRange__Enum axisRange, KeyCode__Enum keyboardKey, ModifierKeyFlags__Enum modifierKeyFlags, int32_t actionId, Pole__Enum axisContribution, bool invert, int32_t elementMapId, MethodInfo * method)); DO_APP_FUNC(0x01F185B0, ElementAssignment, ElementAssignment_CompleteAssignment_2, (ElementAssignmentType__Enum elementAssignmentType, int32_t elementIdentifierId, AxisRange__Enum axisRange, KeyCode__Enum keyboardKey, ModifierKeyFlags__Enum modifierKeyFlags, int32_t actionId, Pole__Enum axisContribution, bool invert, MethodInfo * method)); DO_APP_FUNC(0x01F18600, ElementAssignment, ElementAssignment_CompleteAssignment_3, (ControllerType__Enum controllerType, ControllerElementType__Enum elementType, int32_t elementIdentifierId, AxisRange__Enum axisRange, KeyCode__Enum keyboardKey, ModifierKeyFlags__Enum modifierKeyFlags, int32_t actionId, Pole__Enum axisContribution, bool invert, MethodInfo * method)); DO_APP_FUNC(0x01F18690, ElementAssignment, ElementAssignment_FullAxisAssignment, (int32_t elementIdentifierId, int32_t actionId, bool invert, MethodInfo * method)); DO_APP_FUNC(0x01F186C0, ElementAssignment, ElementAssignment_FullAxisAssignment_1, (int32_t elementIdentifierId, int32_t actionId, bool invert, int32_t elementMapId, MethodInfo * method)); DO_APP_FUNC(0x01F186F0, ElementAssignment, ElementAssignment_SplitAxisAssignment, (int32_t elementIdentifierId, AxisRange__Enum axisRange, int32_t actionId, Pole__Enum axisContribution, MethodInfo * method)); DO_APP_FUNC(0x01F18730, ElementAssignment, ElementAssignment_SplitAxisAssignment_1, (int32_t elementIdentifierId, AxisRange__Enum axisRange, int32_t actionId, Pole__Enum axisContribution, int32_t elementMapId, MethodInfo * method)); DO_APP_FUNC(0x01F18770, ElementAssignment, ElementAssignment_ButtonAssignment, (int32_t elementIdentifierId, int32_t actionId, Pole__Enum axisContribution, MethodInfo * method)); DO_APP_FUNC(0x01F187B0, ElementAssignment, ElementAssignment_ButtonAssignment_1, (int32_t elementIdentifierId, int32_t actionId, Pole__Enum axisContribution, int32_t elementMapId, MethodInfo * method)); DO_APP_FUNC(0x01F187F0, ElementAssignment, ElementAssignment_KeyboardKeyAssignment, (KeyCode__Enum keyboardKey, ModifierKeyFlags__Enum modifierKeyFlags, int32_t actionId, Pole__Enum axisContribution, MethodInfo * method)); DO_APP_FUNC(0x01F18880, ElementAssignment, ElementAssignment_KeyboardKeyAssignment_1, (KeyCode__Enum keyboardKey, ModifierKeyFlags__Enum modifierKeyFlags, int32_t actionId, Pole__Enum axisContribution, int32_t elementMapId, MethodInfo * method)); DO_APP_FUNC(0x01F18910, ElementAssignmentConflictCheck, ElementAssignment_ToElementAssignmentConflictCheck, (ElementAssignment * __this, MethodInfo * method)); DO_APP_FUNC(0x01F18970, Player *, ElementAssignmentInfo_get_player, (ElementAssignmentInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01F18AD0, InputAction *, ElementAssignmentInfo_get_action, (ElementAssignmentInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01F18BA0, Controller *, ElementAssignmentInfo_get_controller, (ElementAssignmentInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01F18CB0, ControllerType__Enum, ElementAssignmentInfo_get_controllerType, (ElementAssignmentInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01F18D60, int32_t, ElementAssignmentInfo_get_controllerId, (ElementAssignmentInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, ControllerMap *, ElementAssignmentInfo_get_controllerMap, (ElementAssignmentInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01F18E10, ControllerElementIdentifier *, ElementAssignmentInfo_get_elementIdentifier, (ElementAssignmentInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01F18E60, ActionElementMap *, ElementAssignmentInfo_get_elementMap, (ElementAssignmentInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, ControllerElementType__Enum, ElementAssignmentInfo_get_elementType, (ElementAssignmentInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, Pole__Enum, ElementAssignmentInfo_get_axisContribution, (ElementAssignmentInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, AxisRange__Enum, ElementAssignmentInfo_get_axisRange, (ElementAssignmentInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, ElementAssignmentInfo_get_invert, (ElementAssignmentInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, KeyCode__Enum, ElementAssignmentInfo_get_keyCode, (ElementAssignmentInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, ModifierKeyFlags__Enum, ElementAssignmentInfo_get_modifierKeyFlags, (ElementAssignmentInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01F18E90, String *, ElementAssignmentInfo_get_elementDisplayName, (ElementAssignmentInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01F18FE0, void, ElementAssignmentInfo__ctor, (ElementAssignmentInfo * __this, ControllerMap * param_00009aa9, ElementAssignment param_00009aaa, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4A00, ElementAssignmentInfo__ctor__MethodInfo); DO_APP_FUNC(0x00470F00, Controller *, InputActionSourceData_get_controller, (InputActionSourceData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F19130, ControllerType__Enum, InputActionSourceData_get_controllerType, (InputActionSourceData * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, ControllerMap *, InputActionSourceData_get_controllerMap, (InputActionSourceData * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, ActionElementMap *, InputActionSourceData_get_actionElementMap, (InputActionSourceData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F19150, String *, InputActionSourceData_get_elementIdentifierName, (InputActionSourceData * __this, MethodInfo * method)); DO_APP_FUNC(0x009AF110, void, InputActionSourceData__ctor, (InputActionSourceData * __this, Controller * param_00009aab, ControllerMap * param_00009aac, ActionElementMap * param_00009aad, MethodInfo * method)); DO_APP_FUNC(0x01F191A0, void, InputActionSourceData__ctor_1, (InputActionSourceData * __this, othBwbjJCfqjCkCuDgXhdkQCXIPtA * param_00009aae, MethodInfo * method)); DO_APP_FUNC(0x01F192D0, void, ControllerIdentifier__ctor, (ControllerIdentifier * __this, Controller * param_00009aaf, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, ControllerIdentifier_get_controllerId, (ControllerIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, ControllerIdentifier_set_controllerId, (ControllerIdentifier * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C59320, ControllerType__Enum, ControllerIdentifier_get_controllerType, (ControllerIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x01914E90, void, ControllerIdentifier_set_controllerType, (ControllerIdentifier * __this, ControllerType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, Guid, ControllerIdentifier_get_hardwareTypeGuid, (ControllerIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB03D0, void, ControllerIdentifier_set_hardwareTypeGuid, (ControllerIdentifier * __this, Guid value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, ControllerIdentifier_get_hardwareIdentifier, (ControllerIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ControllerIdentifier_set_hardwareIdentifier, (ControllerIdentifier * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01097D80, Guid, ControllerIdentifier_get_deviceInstanceGuid, (ControllerIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x01952160, void, ControllerIdentifier_set_deviceInstanceGuid, (ControllerIdentifier * __this, Guid value, MethodInfo * method)); DO_APP_FUNC(0x01F193A0, ControllerIdentifier, ControllerIdentifier_get_Blank, (MethodInfo * method)); DO_APP_FUNC(0x01F193C0, void, ControllerSetSelector__ctor, (ControllerSetSelector * __this, ControllerSetSelector_Type__Enum param_00009ab5, MethodInfo * method)); DO_APP_FUNC(0x01A3AC70, void, ControllerSetSelector__ctor_1, (ControllerSetSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x01F193D0, void, ControllerSetSelector__ctor_2, (ControllerSetSelector * __this, ControllerSetSelector * param_00009ab6, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB49B8, ControllerSetSelector__ctor_2__MethodInfo); DO_APP_FUNC(0x01F19510, void, ControllerSetSelector__ctor_3, (ControllerSetSelector * __this, ControllerSetSelector_Type__Enum param_00009ab7, ControllerType__Enum param_00009ab8, String * param_00009ab9, String * param_00009aba, int32_t param_00009abb, MethodInfo * method)); DO_APP_FUNC(0x01F19650, bool, ControllerSetSelector_LBPEXzRMpVYOgRrcWauvhqmsWDtN, (ControllerSetSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, ControllerSetSelector_Type__Enum, ControllerSetSelector_get_type, (ControllerSetSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x01F19660, void, ControllerSetSelector_set_type, (ControllerSetSelector * __this, ControllerSetSelector_Type__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, ControllerType__Enum, ControllerSetSelector_get_controllerType, (ControllerSetSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, ControllerSetSelector_set_controllerType, (ControllerSetSelector * __this, ControllerType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01F19740, Guid, ControllerSetSelector_get_hardwareTypeGuid, (ControllerSetSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x01F197B0, void, ControllerSetSelector_set_hardwareTypeGuid, (ControllerSetSelector * __this, Guid value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, ControllerSetSelector_get_hardwareIdentifier, (ControllerSetSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ControllerSetSelector_set_hardwareIdentifier, (ControllerSetSelector * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01F19910, Guid, ControllerSetSelector_get_controllerTemplateTypeGuid, (ControllerSetSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x01F19980, void, ControllerSetSelector_set_controllerTemplateTypeGuid, (ControllerSetSelector * __this, Guid value, MethodInfo * method)); DO_APP_FUNC(0x01F19AE0, Guid, ControllerSetSelector_get_deviceInstanceGuid, (ControllerSetSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x01F19B50, void, ControllerSetSelector_set_deviceInstanceGuid, (ControllerSetSelector * __this, Guid value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, ControllerSetSelector_get_controllerId, (ControllerSetSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, ControllerSetSelector_set_controllerId, (ControllerSetSelector * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01F19CB0, bool, ControllerSetSelector_Matches, (ControllerSetSelector * __this, Controller * controller, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB49E0, ControllerSetSelector_Matches__MethodInfo); DO_APP_FUNC(0x01F19FE0, String *, ControllerSetSelector_ToString, (ControllerSetSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1A210, void, ControllerSetSelector_TircSQEpUWUBTfOOEBOScDxcUKbhb, (ControllerSetSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1A2C0, void, ControllerSetSelector_UnityEngine_ISerializationCallbackReceiver_OnAfterDeserialize, (ControllerSetSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ControllerSetSelector_UnityEngine_ISerializationCallbackReceiver_OnBeforeSerialize, (ControllerSetSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1A330, Object *, ControllerSetSelector_Rewired_Utils_Interfaces_IDeepCloneable_DeepClone, (ControllerSetSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1A4B0, ControllerSetSelector *, ControllerSetSelector_SelectAll, (MethodInfo * method)); DO_APP_FUNC(0x01F1A500, ControllerSetSelector *, ControllerSetSelector_SelectControllerType, (ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC(0x01F1A560, ControllerSetSelector *, ControllerSetSelector_SelectHardwareType, (ControllerType__Enum controllerType, Guid hardwareTypeGuid, String * hardwareIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01F1A780, ControllerSetSelector *, ControllerSetSelector_SelectHardwareType_1, (Controller * controller, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4960, ControllerSetSelector_SelectHardwareType_1__MethodInfo); DO_APP_FUNC(0x01F1A840, ControllerSetSelector *, ControllerSetSelector_SelectControllerTemplateType, (ControllerType__Enum controllerType, Guid controllerTemplateTypeGuid, MethodInfo * method)); DO_APP_FUNC(0x01F1AA00, ControllerSetSelector *, ControllerSetSelector_SelectControllerTemplateType_1, (IControllerTemplate * controllerTemplate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4990, ControllerSetSelector_SelectControllerTemplateType_1__MethodInfo); DO_APP_FUNC(0x01F1AC80, ControllerSetSelector *, ControllerSetSelector_SelectPersistentControllerInstance, (ControllerType__Enum controllerType, Guid deviceInstanceGuid, MethodInfo * method)); DO_APP_FUNC(0x01F1AE40, ControllerSetSelector *, ControllerSetSelector_SelectPersistentControllerInstance_1, (Controller * controller, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4988, ControllerSetSelector_SelectPersistentControllerInstance_1__MethodInfo); DO_APP_FUNC(0x01F1B080, ControllerSetSelector *, ControllerSetSelector_SelectSessionControllerInstance, (ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC(0x01F1B0E0, ControllerSetSelector *, ControllerSetSelector_SelectSessionControllerInstance_1, (Controller * controller, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4980, ControllerSetSelector_SelectSessionControllerInstance_1__MethodInfo); DO_APP_FUNC(0x01F1B1A0, void, ywNXWnsnHdbzydwyXSyhaBXpIvPJ__ctor, (ywNXWnsnHdbzydwyXSyhaBXpIvPJ * __this, KeyboardKeyCode__Enum param_00009ad2, ModifierKey__Enum param_00009ad3, ModifierKey__Enum param_00009ad4, ModifierKey__Enum param_00009ad5, MethodInfo * method)); DO_APP_FUNC(0x01F1B1C0, void, ywNXWnsnHdbzydwyXSyhaBXpIvPJ_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (ywNXWnsnHdbzydwyXSyhaBXpIvPJ * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD59F0, bool, ywNXWnsnHdbzydwyXSyhaBXpIvPJ_Equals, (ywNXWnsnHdbzydwyXSyhaBXpIvPJ * __this, ywNXWnsnHdbzydwyXSyhaBXpIvPJ other, MethodInfo * method)); DO_APP_FUNC(0x01F1B1F0, bool, ywNXWnsnHdbzydwyXSyhaBXpIvPJ_iQEVYTGAMFzzDLVJfsQNCvRcoATV, (ywNXWnsnHdbzydwyXSyhaBXpIvPJ * __this, Object * param_00009ad7, MethodInfo * method)); DO_APP_FUNC(0x01F1B2A0, int32_t, ywNXWnsnHdbzydwyXSyhaBXpIvPJ_KwJDvJLxEpOiRpZZrQYcZSKAviyg, (ywNXWnsnHdbzydwyXSyhaBXpIvPJ * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD59F0, bool, ywNXWnsnHdbzydwyXSyhaBXpIvPJ_zSoAYUesmvVtuFpcyKInOBvUUaKD, (ywNXWnsnHdbzydwyXSyhaBXpIvPJ param_00009ad8, ywNXWnsnHdbzydwyXSyhaBXpIvPJ param_00009ad9, MethodInfo * method)); DO_APP_FUNC(0x01F1B2C0, bool, ywNXWnsnHdbzydwyXSyhaBXpIvPJ_DsGZIPdfxjPaInJQFsisJcfTqHzt, (ywNXWnsnHdbzydwyXSyhaBXpIvPJ param_00009ada, ywNXWnsnHdbzydwyXSyhaBXpIvPJ param_00009adb, MethodInfo * method)); DO_APP_FUNC(0x01F1B300, ModifierKey__Enum, EzzWGxTDYcslHGKkXwwdMNaAuubb_RqlQXVCuqdhJnxcXhpOqbWpqutCF, (EzzWGxTDYcslHGKkXwwdMNaAuubb * __this, int32_t param_00009adc, MethodInfo * method)); DO_APP_FUNC(0x01F1B320, void, EzzWGxTDYcslHGKkXwwdMNaAuubb_vzddzdfIMCcNmCiSRNbXbSuDKdOGB, (EzzWGxTDYcslHGKkXwwdMNaAuubb * __this, int32_t param_00009add, ModifierKey__Enum param_00009ade, MethodInfo * method)); DO_APP_FUNC(0x009B8450, void, EzzWGxTDYcslHGKkXwwdMNaAuubb__ctor, (EzzWGxTDYcslHGKkXwwdMNaAuubb * __this, ModifierKey__Enum param_00009adf, ModifierKey__Enum param_00009ae0, ModifierKey__Enum param_00009ae1, MethodInfo * method)); DO_APP_FUNC(0x01F1B340, void, EzzWGxTDYcslHGKkXwwdMNaAuubb_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (EzzWGxTDYcslHGKkXwwdMNaAuubb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1B360, EzzWGxTDYcslHGKkXwwdMNaAuubb, EzzWGxTDYcslHGKkXwwdMNaAuubb_oioCipmiRIvMZzjCMbmhICFxFiAHA, (ModifierKeyFlags__Enum param_00009ae2, MethodInfo * method)); DO_APP_FUNC(0x009B8460, bool, EzzWGxTDYcslHGKkXwwdMNaAuubb_Equals, (EzzWGxTDYcslHGKkXwwdMNaAuubb * __this, EzzWGxTDYcslHGKkXwwdMNaAuubb other, MethodInfo * method)); DO_APP_FUNC(0x01F1B420, bool, EzzWGxTDYcslHGKkXwwdMNaAuubb_iQEVYTGAMFzzDLVJfsQNCvRcoATV, (EzzWGxTDYcslHGKkXwwdMNaAuubb * __this, Object * param_00009ae4, MethodInfo * method)); DO_APP_FUNC(0x01F1B4D0, int32_t, EzzWGxTDYcslHGKkXwwdMNaAuubb_KwJDvJLxEpOiRpZZrQYcZSKAviyg, (EzzWGxTDYcslHGKkXwwdMNaAuubb * __this, MethodInfo * method)); DO_APP_FUNC(0x009B8460, bool, EzzWGxTDYcslHGKkXwwdMNaAuubb_zSoAYUesmvVtuFpcyKInOBvUUaKD, (EzzWGxTDYcslHGKkXwwdMNaAuubb param_00009ae5, EzzWGxTDYcslHGKkXwwdMNaAuubb param_00009ae6, MethodInfo * method)); DO_APP_FUNC(0x01F1B4F0, bool, EzzWGxTDYcslHGKkXwwdMNaAuubb_DsGZIPdfxjPaInJQFsisJcfTqHzt, (EzzWGxTDYcslHGKkXwwdMNaAuubb param_00009ae7, EzzWGxTDYcslHGKkXwwdMNaAuubb param_00009ae8, MethodInfo * method)); DO_APP_FUNC(0x01F1B560, double, ButtonStateRecorder_ixFqUUxDfnTKWJsKVschqChFsDkP, (ButtonStateRecorder * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1B620, double, ButtonStateRecorder_yygeUrZMfiEChwEskXrsjbGNkGhd, (ButtonStateRecorder * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1B6E0, double, ButtonStateRecorder_enMSxTiSyeZsetACpOdoagOXAsOK, (ButtonStateRecorder * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1B790, double, ButtonStateRecorder_HZhxYlPNcmkEYLqBXkFboyjGLvuv, (ButtonStateRecorder * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1B840, double, ButtonStateRecorder_pqaLgLKQXWkDxzMuaXhiaFlmgslW, (ButtonStateRecorder * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1B8B0, double, ButtonStateRecorder_SwOuSgSHiOgdvkTgduLhwTZWRrQtA, (ButtonStateRecorder * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1B920, double, ButtonStateRecorder_mGznQlDQmUAeiJrGFbXNWvPWKkTWA, (ButtonStateRecorder * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1B960, void, ButtonStateRecorder__ctor, (ButtonStateRecorder * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1BC20, void, ButtonStateRecorder_XUYlHArjcZHIIZmMQVtfQqgGDltj, (ButtonStateRecorder * __this, bool param_00009ae9, bool param_00009aea, double param_00009aeb, MethodInfo * method)); DO_APP_FUNC(0x01F1BDE0, bool, ButtonStateRecorder_PlZmIBIqxqVzPiupbDfRNLxfaGXg, (ButtonStateRecorder * __this, float param_00009aec, MethodInfo * method)); DO_APP_FUNC(0x01F1BE80, bool, ButtonStateRecorder_PJiMCWZlmXHXYqlooguHhDqMmGgzA, (ButtonStateRecorder * __this, float param_00009aed, MethodInfo * method)); DO_APP_FUNC(0x01F1BF20, bool, ButtonStateRecorder_PlZmIBIqxqVzPiupbDfRNLxfaGXg_1, (ButtonStateRecorder_JDiVicHFWBujKckmMiMaaElYkWADb__Array * param_00009aee, int32_t param_00009aef, float param_00009af0, MethodInfo * method)); DO_APP_FUNC(0x01F1BFC0, void, ButtonStateRecorder_jAfcvPiUWjFgcsCPZIpAxvNEcUvq, (ButtonStateRecorder * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1C040, void, ButtonStateRecorder_DiSEicMGRLeyYCcOOCJVXiKUImDxA, (ButtonStateRecorder * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1C0C0, void, ButtonStateRecorder_VOnOopJgasdXTRJvDgZTHcipCzQB, (ButtonStateRecorder * __this, double param_00009af1, MethodInfo * method)); DO_APP_FUNC(0x01F1C0E0, int32_t, ButtonStateRecorder_jprdrLrojeuVRxYNmcUjbqgxfoCM, (int32_t param_00009af2, int32_t param_00009af3, MethodInfo * method)); DO_APP_FUNC(0x01F1C110, int32_t, ButtonStateRecorder_SnEHyBEKvFDUndAndqlnmSqundTD, (int32_t param_00009af4, int32_t param_00009af5, MethodInfo * method)); DO_APP_FUNC(0x01F1C140, void, ButtonStateRecorder_JDiVicHFWBujKckmMiMaaElYkWADb_WNbVEfxCrMFzNsCNGLLeSCQGYXQB, (ButtonStateRecorder_JDiVicHFWBujKckmMiMaaElYkWADb * __this, ButtonStateRecorder_JDiVicHFWBujKckmMiMaaElYkWADb * param_00009af6, MethodInfo * method)); DO_APP_FUNC(0x01F1C170, void, ButtonStateRecorder_JDiVicHFWBujKckmMiMaaElYkWADb_DiSEicMGRLeyYCcOOCJVXiKUImDxA, (ButtonStateRecorder_JDiVicHFWBujKckmMiMaaElYkWADb * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ButtonStateRecorder_JDiVicHFWBujKckmMiMaaElYkWADb__ctor, (ButtonStateRecorder_JDiVicHFWBujKckmMiMaaElYkWADb * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, cKBosMZgwzQDFDHHaseiqMerSbrR_rYhsKtjAYQCUDIXEUozUGJEYfmhV, (cKBosMZgwzQDFDHHaseiqMerSbrR * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1C180, bool, cKBosMZgwzQDFDHHaseiqMerSbrR_uroniXsLKkuPIKosHaxCOAVSFHTcA, (cKBosMZgwzQDFDHHaseiqMerSbrR * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1C190, bool, cKBosMZgwzQDFDHHaseiqMerSbrR_uGydpICQZsyerqSCmruygUFAknwgB, (cKBosMZgwzQDFDHHaseiqMerSbrR * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA310, float, cKBosMZgwzQDFDHHaseiqMerSbrR_YHduSfSwlKYEbJCPfJUsdiHVaHfbA, (cKBosMZgwzQDFDHHaseiqMerSbrR * __this, MethodInfo * method)); DO_APP_FUNC(0x00667070, bool, cKBosMZgwzQDFDHHaseiqMerSbrR_kkiaBdSRSwQbtIHujAwnMiUUnvjW, (cKBosMZgwzQDFDHHaseiqMerSbrR * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1C1B0, bool, cKBosMZgwzQDFDHHaseiqMerSbrR_KokPLexRCRAoGhcAeawScufhbcNDA, (cKBosMZgwzQDFDHHaseiqMerSbrR * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1C1D0, bool, cKBosMZgwzQDFDHHaseiqMerSbrR_hkiQfEKEyVVCFgvgDmxoqtoIOCZK, (cKBosMZgwzQDFDHHaseiqMerSbrR * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1C1E0, void, cKBosMZgwzQDFDHHaseiqMerSbrR__ctor, (cKBosMZgwzQDFDHHaseiqMerSbrR * __this, float param_00009af7, MethodInfo * method)); DO_APP_FUNC(0x01F1C310, void, cKBosMZgwzQDFDHHaseiqMerSbrR_XUYlHArjcZHIIZmMQVtfQqgGDltj, (cKBosMZgwzQDFDHHaseiqMerSbrR * __this, float param_00009af8, bool param_00009af9, bool param_00009afa, MethodInfo * method)); DO_APP_FUNC(0x01F1C760, void, cKBosMZgwzQDFDHHaseiqMerSbrR_kqQupYgcMbhpmEMyZrOwmeRPZosF, (cKBosMZgwzQDFDHHaseiqMerSbrR * __this, float param_00009afb, MethodInfo * method)); DO_APP_FUNC(0x01F1C7C0, void, cKBosMZgwzQDFDHHaseiqMerSbrR_DiSEicMGRLeyYCcOOCJVXiKUImDxA, (cKBosMZgwzQDFDHHaseiqMerSbrR * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1C820, void, cKBosMZgwzQDFDHHaseiqMerSbrR_wuUroopWlwdhyAHAcIaftMsMkHHs_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (cKBosMZgwzQDFDHHaseiqMerSbrR_wuUroopWlwdhyAHAcIaftMsMkHHs * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, cKBosMZgwzQDFDHHaseiqMerSbrR_wuUroopWlwdhyAHAcIaftMsMkHHs__ctor, (cKBosMZgwzQDFDHHaseiqMerSbrR_wuUroopWlwdhyAHAcIaftMsMkHHs * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE710, bool, bltYvSitjPywwmJtwAjtAAgZkNaj_xaBHcPSOqeBXzGVahxBpsQAmDQECA, (bltYvSitjPywwmJtwAjtAAgZkNaj * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1C830, void, bltYvSitjPywwmJtwAjtAAgZkNaj__ctor, (bltYvSitjPywwmJtwAjtAAgZkNaj * __this, float param_00009afc, float param_00009afd, MethodInfo * method)); DO_APP_FUNC(0x01F1C850, void, bltYvSitjPywwmJtwAjtAAgZkNaj_XUYlHArjcZHIIZmMQVtfQqgGDltj, (bltYvSitjPywwmJtwAjtAAgZkNaj * __this, bool param_00009afe, bool param_00009aff, float param_00009b00, float param_00009b01, double param_00009b02, MethodInfo * method)); DO_APP_FUNC(0x01F1C830, void, bltYvSitjPywwmJtwAjtAAgZkNaj_BWCevjBQfdHtzCTPEwAvhCDcguZEB, (bltYvSitjPywwmJtwAjtAAgZkNaj * __this, float param_00009b03, float param_00009b04, MethodInfo * method)); DO_APP_FUNC(0x01F1C930, void, bltYvSitjPywwmJtwAjtAAgZkNaj_DiSEicMGRLeyYCcOOCJVXiKUImDxA, (bltYvSitjPywwmJtwAjtAAgZkNaj * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1C950, void, bltYvSitjPywwmJtwAjtAAgZkNaj_EYgUqxVOvlxAncmlBdqRqEjCJSBv, (bltYvSitjPywwmJtwAjtAAgZkNaj * __this, double param_00009b05, MethodInfo * method)); DO_APP_FUNC(0x01F1C970, void, bltYvSitjPywwmJtwAjtAAgZkNaj_IyemPRRciiSzZXuKfBNHuoLsjYVp, (bltYvSitjPywwmJtwAjtAAgZkNaj * __this, bool param_00009b06, double param_00009b07, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TTThSetrNwcNFnjvmLttoQrcZXbI__ctor, (TTThSetrNwcNFnjvmLttoQrcZXbI * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1C990, void, NEKNFNnBnMerBGmvtGdFgVoKfnGUA__ctor, (NEKNFNnBnMerBGmvtGdFgVoKfnGUA * __this, Type__Array * param_00009b08, Type__Array * param_00009b09, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4920, NEKNFNnBnMerBGmvtGdFgVoKfnGUA__ctor__MethodInfo); DO_APP_FUNC(0x01F1CD50, void, NEKNFNnBnMerBGmvtGdFgVoKfnGUA_AVHhRVQijicKecirlEvwMqcLjcdTA, (NEKNFNnBnMerBGmvtGdFgVoKfnGUA * __this, Controller * param_00009b0a, MethodInfo * method)); DO_APP_FUNC(0x01F1CF50, void, NEKNFNnBnMerBGmvtGdFgVoKfnGUA_lmYgIyeMVKbbxyZgLEytfdPXQjim, (NEKNFNnBnMerBGmvtGdFgVoKfnGUA * __this, Controller * param_00009b0b, MethodInfo * method)); DO_APP_FUNC(0x01F1D150, NEKNFNnBnMerBGmvtGdFgVoKfnGUA_RifmWctMhNdhIJYvjlOuqmVzJHgX *, NEKNFNnBnMerBGmvtGdFgVoKfnGUA_PiHMgAzYUyPwlOnuLmfllWrCVamb, (NEKNFNnBnMerBGmvtGdFgVoKfnGUA * __this, Type * param_00009b0c, MethodInfo * method)); DO_APP_FUNC(0x01F1D1C0, Type *, NEKNFNnBnMerBGmvtGdFgVoKfnGUA_kSwnXDlsuYypDKqiACNgffZpEnDy, (NEKNFNnBnMerBGmvtGdFgVoKfnGUA * __this, Type * param_00009b0d, MethodInfo * method)); DO_APP_FUNC(0x01F1D220, void, NEKNFNnBnMerBGmvtGdFgVoKfnGUA_RifmWctMhNdhIJYvjlOuqmVzJHgX__ctor, (NEKNFNnBnMerBGmvtGdFgVoKfnGUA_RifmWctMhNdhIJYvjlOuqmVzJHgX * __this, Type * param_00009b0e, MethodInfo * method)); DO_APP_FUNC(0x01F1D360, void, NEKNFNnBnMerBGmvtGdFgVoKfnGUA_RifmWctMhNdhIJYvjlOuqmVzJHgX_lvbMDsoxEFvYCrmdvbCPUOXygBBP, (NEKNFNnBnMerBGmvtGdFgVoKfnGUA_RifmWctMhNdhIJYvjlOuqmVzJHgX * __this, IControllerTemplate * param_00009b0f, MethodInfo * method)); DO_APP_FUNC(0x01F1D3F0, void, NEKNFNnBnMerBGmvtGdFgVoKfnGUA_RifmWctMhNdhIJYvjlOuqmVzJHgX_MnPoAwVgsujOaNGtvjGOXGjEDFBK, (NEKNFNnBnMerBGmvtGdFgVoKfnGUA_RifmWctMhNdhIJYvjlOuqmVzJHgX * __this, IControllerTemplate * param_00009b10, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlatformInitializer__ctor, (PlatformInitializer * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1D4F0, void, PlatformInputManager_add_DeviceConnectedEvent, (PlatformInputManager * __this, Action_1_Rewired_BridgedController_ * value, MethodInfo * method)); DO_APP_FUNC(0x01F1D5F0, void, PlatformInputManager_remove_DeviceConnectedEvent, (PlatformInputManager * __this, Action_1_Rewired_BridgedController_ * value, MethodInfo * method)); DO_APP_FUNC(0x01F1D6F0, void, PlatformInputManager_add_DeviceDisconnectedEvent, (PlatformInputManager * __this, Action_1_Rewired_ControllerDisconnectedEventArgs_ * value, MethodInfo * method)); DO_APP_FUNC(0x01F1D7F0, void, PlatformInputManager_remove_DeviceDisconnectedEvent, (PlatformInputManager * __this, Action_1_Rewired_ControllerDisconnectedEventArgs_ * value, MethodInfo * method)); DO_APP_FUNC(0x01F1D8F0, void, PlatformInputManager_add_UpdateControllerInfoEvent, (PlatformInputManager * __this, Action_1_Rewired_UpdateControllerInfoEventArgs_ * value, MethodInfo * method)); DO_APP_FUNC(0x01F1D9F0, void, PlatformInputManager_remove_UpdateControllerInfoEvent, (PlatformInputManager * __this, Action_1_Rewired_UpdateControllerInfoEventArgs_ * value, MethodInfo * method)); DO_APP_FUNC(0x01F1DAF0, void, PlatformInputManager_add_SystemDeviceConnectedEvent, (PlatformInputManager * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x01F1DBE0, void, PlatformInputManager_remove_SystemDeviceConnectedEvent, (PlatformInputManager * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x01F1DCD0, void, PlatformInputManager_add_SystemDeviceDisconnectedEvent, (PlatformInputManager * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x01F1DDC0, void, PlatformInputManager_remove_SystemDeviceDisconnectedEvent, (PlatformInputManager * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlatformInputManager__ctor, (PlatformInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, UnknownControllerHat__ctor, (UnknownControllerHat * __this, UnknownControllerHat_HatButtons * param_00009b22, MethodInfo * method)); DO_APP_FUNC(0x01F1DEB0, bool, UnknownControllerHat_ContainsButtonIndex, (UnknownControllerHat * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F1DF20, bool, UnknownControllerHat_IsButtonIndexCardinal, (UnknownControllerHat * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, UnknownControllerHat_HatButtons *, UnknownControllerHat_GetButtons, (UnknownControllerHat * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1DF90, int32_t, UnknownControllerHat_HatButtons_get_Item, (UnknownControllerHat_HatButtons * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, UnknownControllerHat_HatButtons__ctor, (UnknownControllerHat_HatButtons * __this, Int32__Array * param_00009b26, MethodInfo * method)); DO_APP_FUNC(0x01F1DFC0, void, UnknownControllerHat_HatButtons_GetNeighbors, (UnknownControllerHat_HatButtons * __this, int32_t button, int32_t * neighbor1, int32_t * neighbor2, MethodInfo * method)); DO_APP_FUNC(0x01F1E0A0, bool, UnknownControllerHat_HatButtons_IsCardinal, (UnknownControllerHat_HatButtons * __this, int32_t button, MethodInfo * method)); DO_APP_FUNC(0x01F1E100, bool, UnknownControllerHat_HatButtons_IsCorner, (UnknownControllerHat_HatButtons * __this, int32_t button, MethodInfo * method)); DO_APP_FUNC(0x01F1E160, int32_t, UnknownControllerHat_HatButtons_IndexOf, (UnknownControllerHat_HatButtons * __this, int32_t button, MethodInfo * method)); DO_APP_FUNC(0x01F1E1C0, bool, UnknownControllerHat_HatButtons_Contains, (UnknownControllerHat_HatButtons * __this, int32_t button, MethodInfo * method)); DO_APP_FUNC(0x01F1E220, void, MRGkKzhgDCfculrfXakxXfUSFUsK__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MRGkKzhgDCfculrfXakxXfUSFUsK__ctor, (MRGkKzhgDCfculrfXakxXfUSFUsK * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1E2E0, void, MRGkKzhgDCfculrfXakxXfUSFUsK_LIeljCbdoWdgBAecluMnblrpCnHu, (MRGkKzhgDCfculrfXakxXfUSFUsK * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1E720, void, MRGkKzhgDCfculrfXakxXfUSFUsK_YyaiYaGUxjKjZEWydSvZkBSarkwU, (MRGkKzhgDCfculrfXakxXfUSFUsK * __this, cgAhWyfsfnPBbygscaxJCrsKfviSB * param_00009b4f, UpdateLoopType__Enum param_00009b50, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4878, MRGkKzhgDCfculrfXakxXfUSFUsK_YyaiYaGUxjKjZEWydSvZkBSarkwU__MethodInfo); DO_APP_FUNC(0x01F1F290, void, MRGkKzhgDCfculrfXakxXfUSFUsK_lvbMDsoxEFvYCrmdvbCPUOXygBBP, (MRGkKzhgDCfculrfXakxXfUSFUsK * __this, Action_1_Rewired_InputActionEventData_ * param_00009b51, UpdateLoopType__Enum param_00009b52, InputActionEventType__Enum param_00009b53, int32_t param_00009b54, Object__Array * param_00009b55, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB47F8, MRGkKzhgDCfculrfXakxXfUSFUsK_lvbMDsoxEFvYCrmdvbCPUOXygBBP__MethodInfo); DO_APP_FUNC(0x01F1F530, void, MRGkKzhgDCfculrfXakxXfUSFUsK_lvbMDsoxEFvYCrmdvbCPUOXygBBP_1, (MRGkKzhgDCfculrfXakxXfUSFUsK * __this, Action_1_Rewired_InputActionEventData_ * param_00009b56, UpdateLoopType__Enum param_00009b57, InputActionEventType__Enum param_00009b58, Object__Array * param_00009b59, MethodInfo * method)); DO_APP_FUNC(0x01F1F6E0, void, MRGkKzhgDCfculrfXakxXfUSFUsK_MnPoAwVgsujOaNGtvjGOXGjEDFBK, (MRGkKzhgDCfculrfXakxXfUSFUsK * __this, Action_1_Rewired_InputActionEventData_ * param_00009b5a, MethodInfo * method)); DO_APP_FUNC(0x01F1F8C0, void, MRGkKzhgDCfculrfXakxXfUSFUsK_MnPoAwVgsujOaNGtvjGOXGjEDFBK_1, (MRGkKzhgDCfculrfXakxXfUSFUsK * __this, Action_1_Rewired_InputActionEventData_ * param_00009b5b, int32_t param_00009b5c, MethodInfo * method)); DO_APP_FUNC(0x01F1FAF0, void, MRGkKzhgDCfculrfXakxXfUSFUsK_MnPoAwVgsujOaNGtvjGOXGjEDFBK_2, (MRGkKzhgDCfculrfXakxXfUSFUsK * __this, Action_1_Rewired_InputActionEventData_ * param_00009b5d, UpdateLoopType__Enum param_00009b5e, MethodInfo * method)); DO_APP_FUNC(0x01F1FCE0, void, MRGkKzhgDCfculrfXakxXfUSFUsK_MnPoAwVgsujOaNGtvjGOXGjEDFBK_3, (MRGkKzhgDCfculrfXakxXfUSFUsK * __this, Action_1_Rewired_InputActionEventData_ * param_00009b5f, InputActionEventType__Enum param_00009b60, MethodInfo * method)); DO_APP_FUNC(0x01F1FED0, void, MRGkKzhgDCfculrfXakxXfUSFUsK_MnPoAwVgsujOaNGtvjGOXGjEDFBK_4, (MRGkKzhgDCfculrfXakxXfUSFUsK * __this, Action_1_Rewired_InputActionEventData_ * param_00009b61, UpdateLoopType__Enum param_00009b62, int32_t param_00009b63, MethodInfo * method)); DO_APP_FUNC(0x01F20100, void, MRGkKzhgDCfculrfXakxXfUSFUsK_MnPoAwVgsujOaNGtvjGOXGjEDFBK_5, (MRGkKzhgDCfculrfXakxXfUSFUsK * __this, Action_1_Rewired_InputActionEventData_ * param_00009b64, UpdateLoopType__Enum param_00009b65, InputActionEventType__Enum param_00009b66, int32_t param_00009b67, MethodInfo * method)); DO_APP_FUNC(0x01F20340, void, MRGkKzhgDCfculrfXakxXfUSFUsK_MnPoAwVgsujOaNGtvjGOXGjEDFBK_6, (MRGkKzhgDCfculrfXakxXfUSFUsK * __this, Action_1_Rewired_InputActionEventData_ * param_00009b68, UpdateLoopType__Enum param_00009b69, InputActionEventType__Enum param_00009b6a, MethodInfo * method)); DO_APP_FUNC(0x01F20530, void, MRGkKzhgDCfculrfXakxXfUSFUsK_MnPoAwVgsujOaNGtvjGOXGjEDFBK_7, (MRGkKzhgDCfculrfXakxXfUSFUsK * __this, Action_1_Rewired_InputActionEventData_ * param_00009b6b, InputActionEventType__Enum param_00009b6c, int32_t param_00009b6d, MethodInfo * method)); DO_APP_FUNC(0x01F20760, void, MRGkKzhgDCfculrfXakxXfUSFUsK_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (MRGkKzhgDCfculrfXakxXfUSFUsK * __this, MethodInfo * method)); DO_APP_FUNC(0x01F20860, void, MRGkKzhgDCfculrfXakxXfUSFUsK_mZGbCBkdNtyyfXYyjMeXpAyQhmRw, (MRGkKzhgDCfculrfXakxXfUSFUsK * __this, MethodInfo * method)); DO_APP_FUNC(0x01F208C0, void, MRGkKzhgDCfculrfXakxXfUSFUsK_pEhrOFQDNlWhiCRQwqLfhdkKHswE__ctor, (MRGkKzhgDCfculrfXakxXfUSFUsK_pEhrOFQDNlWhiCRQwqLfhdkKHswE * __this, Action_1_Rewired_InputActionEventData_ * param_00009b6e, UpdateLoopType__Enum param_00009b6f, InputActionEventType__Enum param_00009b70, int32_t param_00009b71, Object__Array * param_00009b72, MethodInfo * method)); DO_APP_FUNC(0x01F20970, bool, MRGkKzhgDCfculrfXakxXfUSFUsK_pEhrOFQDNlWhiCRQwqLfhdkKHswE_YBjRBOdeLGbtHUqYZMDkscltzEdi, (MRGkKzhgDCfculrfXakxXfUSFUsK_pEhrOFQDNlWhiCRQwqLfhdkKHswE * __this, int32_t param_00009b73, float * param_00009b74, MethodInfo * method)); DO_APP_FUNC(0x01F209B0, void, MRGkKzhgDCfculrfXakxXfUSFUsK_pEhrOFQDNlWhiCRQwqLfhdkKHswE_arWMPHGKARoKPVdtInVtCaOCfRfDA, (MRGkKzhgDCfculrfXakxXfUSFUsK_pEhrOFQDNlWhiCRQwqLfhdkKHswE * __this, Object__Array * param_00009b75, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4738, MRGkKzhgDCfculrfXakxXfUSFUsK_pEhrOFQDNlWhiCRQwqLfhdkKHswE_arWMPHGKARoKPVdtInVtCaOCfRfDA__MethodInfo); DO_APP_FUNC(0x01F212B0, void, MRGkKzhgDCfculrfXakxXfUSFUsK_yMIrGgsBpHaKpclrrACyRBctPBLfb__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MRGkKzhgDCfculrfXakxXfUSFUsK_yMIrGgsBpHaKpclrrACyRBctPBLfb__ctor, (MRGkKzhgDCfculrfXakxXfUSFUsK_yMIrGgsBpHaKpclrrACyRBctPBLfb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F21360, AList_1_MRGkKzhgDCfculrfXakxXfUSFUsK_pEhrOFQDNlWhiCRQwqLfhdkKHswE_ *, MRGkKzhgDCfculrfXakxXfUSFUsK_yMIrGgsBpHaKpclrrACyRBctPBLfb_gLZBPtLXDoiIDBrJeqbcezjzyZLRA, (MRGkKzhgDCfculrfXakxXfUSFUsK_yMIrGgsBpHaKpclrrACyRBctPBLfb * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4890, MRGkKzhgDCfculrfXakxXfUSFUsK_yMIrGgsBpHaKpclrrACyRBctPBLfb_gLZBPtLXDoiIDBrJeqbcezjzyZLRA__MethodInfo); DO_APP_FUNC(0x003AC050, void, MRGkKzhgDCfculrfXakxXfUSFUsK_tvvEsJOMmEQyaCgJPcXcNROjrkjI__ctor, (MRGkKzhgDCfculrfXakxXfUSFUsK_tvvEsJOMmEQyaCgJPcXcNROjrkjI * __this, MethodInfo * method)); DO_APP_FUNC(0x01F213F0, bool, MRGkKzhgDCfculrfXakxXfUSFUsK_tvvEsJOMmEQyaCgJPcXcNROjrkjI_IaASuLWDKyByQFgVzeoVnJcTrgIsA, (MRGkKzhgDCfculrfXakxXfUSFUsK_tvvEsJOMmEQyaCgJPcXcNROjrkjI * __this, MRGkKzhgDCfculrfXakxXfUSFUsK_pEhrOFQDNlWhiCRQwqLfhdkKHswE * param_00009b76, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB47E8, MRGkKzhgDCfculrfXakxXfUSFUsK_tvvEsJOMmEQyaCgJPcXcNROjrkjI_IaASuLWDKyByQFgVzeoVnJcTrgIsA__MethodInfo); DO_APP_FUNC(0x003AC050, void, MRGkKzhgDCfculrfXakxXfUSFUsK_OrgkFeLhoJyTVHhCgCIbkVdlqdWV__ctor, (MRGkKzhgDCfculrfXakxXfUSFUsK_OrgkFeLhoJyTVHhCgCIbkVdlqdWV * __this, MethodInfo * method)); DO_APP_FUNC(0x01F21440, bool, MRGkKzhgDCfculrfXakxXfUSFUsK_OrgkFeLhoJyTVHhCgCIbkVdlqdWV_IaASuLWDKyByQFgVzeoVnJcTrgIsA, (MRGkKzhgDCfculrfXakxXfUSFUsK_OrgkFeLhoJyTVHhCgCIbkVdlqdWV * __this, MRGkKzhgDCfculrfXakxXfUSFUsK_pEhrOFQDNlWhiCRQwqLfhdkKHswE * param_00009b77, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB47D0, MRGkKzhgDCfculrfXakxXfUSFUsK_OrgkFeLhoJyTVHhCgCIbkVdlqdWV_IaASuLWDKyByQFgVzeoVnJcTrgIsA__MethodInfo); DO_APP_FUNC(0x003AC050, void, MRGkKzhgDCfculrfXakxXfUSFUsK_jwBTxADLWKlTituoCAazSMHLmyTn__ctor, (MRGkKzhgDCfculrfXakxXfUSFUsK_jwBTxADLWKlTituoCAazSMHLmyTn * __this, MethodInfo * method)); DO_APP_FUNC(0x01F214B0, bool, MRGkKzhgDCfculrfXakxXfUSFUsK_jwBTxADLWKlTituoCAazSMHLmyTn_IaASuLWDKyByQFgVzeoVnJcTrgIsA, (MRGkKzhgDCfculrfXakxXfUSFUsK_jwBTxADLWKlTituoCAazSMHLmyTn * __this, MRGkKzhgDCfculrfXakxXfUSFUsK_pEhrOFQDNlWhiCRQwqLfhdkKHswE * param_00009b78, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4840, MRGkKzhgDCfculrfXakxXfUSFUsK_jwBTxADLWKlTituoCAazSMHLmyTn_IaASuLWDKyByQFgVzeoVnJcTrgIsA__MethodInfo); DO_APP_FUNC(0x003AC050, void, MRGkKzhgDCfculrfXakxXfUSFUsK_bObgWpxRhVLPqRHFLlplCNCrZaeI__ctor, (MRGkKzhgDCfculrfXakxXfUSFUsK_bObgWpxRhVLPqRHFLlplCNCrZaeI * __this, MethodInfo * method)); DO_APP_FUNC(0x01F21520, bool, MRGkKzhgDCfculrfXakxXfUSFUsK_bObgWpxRhVLPqRHFLlplCNCrZaeI_IaASuLWDKyByQFgVzeoVnJcTrgIsA, (MRGkKzhgDCfculrfXakxXfUSFUsK_bObgWpxRhVLPqRHFLlplCNCrZaeI * __this, MRGkKzhgDCfculrfXakxXfUSFUsK_pEhrOFQDNlWhiCRQwqLfhdkKHswE * param_00009b79, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4830, MRGkKzhgDCfculrfXakxXfUSFUsK_bObgWpxRhVLPqRHFLlplCNCrZaeI_IaASuLWDKyByQFgVzeoVnJcTrgIsA__MethodInfo); DO_APP_FUNC(0x003AC050, void, MRGkKzhgDCfculrfXakxXfUSFUsK_leaZnJplEvrpSYsnEPvQFdUeegWu__ctor, (MRGkKzhgDCfculrfXakxXfUSFUsK_leaZnJplEvrpSYsnEPvQFdUeegWu * __this, MethodInfo * method)); DO_APP_FUNC(0x01F21590, bool, MRGkKzhgDCfculrfXakxXfUSFUsK_leaZnJplEvrpSYsnEPvQFdUeegWu_IaASuLWDKyByQFgVzeoVnJcTrgIsA, (MRGkKzhgDCfculrfXakxXfUSFUsK_leaZnJplEvrpSYsnEPvQFdUeegWu * __this, MRGkKzhgDCfculrfXakxXfUSFUsK_pEhrOFQDNlWhiCRQwqLfhdkKHswE * param_00009b7a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4820, MRGkKzhgDCfculrfXakxXfUSFUsK_leaZnJplEvrpSYsnEPvQFdUeegWu_IaASuLWDKyByQFgVzeoVnJcTrgIsA__MethodInfo); DO_APP_FUNC(0x003AC050, void, MRGkKzhgDCfculrfXakxXfUSFUsK_tGKTflHZqTsCeIOPVeCdHvPRGNAGA__ctor, (MRGkKzhgDCfculrfXakxXfUSFUsK_tGKTflHZqTsCeIOPVeCdHvPRGNAGA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F21610, bool, MRGkKzhgDCfculrfXakxXfUSFUsK_tGKTflHZqTsCeIOPVeCdHvPRGNAGA_IaASuLWDKyByQFgVzeoVnJcTrgIsA, (MRGkKzhgDCfculrfXakxXfUSFUsK_tGKTflHZqTsCeIOPVeCdHvPRGNAGA * __this, MRGkKzhgDCfculrfXakxXfUSFUsK_pEhrOFQDNlWhiCRQwqLfhdkKHswE * param_00009b7b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4810, MRGkKzhgDCfculrfXakxXfUSFUsK_tGKTflHZqTsCeIOPVeCdHvPRGNAGA_IaASuLWDKyByQFgVzeoVnJcTrgIsA__MethodInfo); DO_APP_FUNC(0x003AC050, void, MRGkKzhgDCfculrfXakxXfUSFUsK_RoXEZWDhIiRQHRObWQCPyjvWzuNL__ctor, (MRGkKzhgDCfculrfXakxXfUSFUsK_RoXEZWDhIiRQHRObWQCPyjvWzuNL * __this, MethodInfo * method)); DO_APP_FUNC(0x01F21690, bool, MRGkKzhgDCfculrfXakxXfUSFUsK_RoXEZWDhIiRQHRObWQCPyjvWzuNL_IaASuLWDKyByQFgVzeoVnJcTrgIsA, (MRGkKzhgDCfculrfXakxXfUSFUsK_RoXEZWDhIiRQHRObWQCPyjvWzuNL * __this, MRGkKzhgDCfculrfXakxXfUSFUsK_pEhrOFQDNlWhiCRQwqLfhdkKHswE * param_00009b7c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4770, MRGkKzhgDCfculrfXakxXfUSFUsK_RoXEZWDhIiRQHRObWQCPyjvWzuNL_IaASuLWDKyByQFgVzeoVnJcTrgIsA__MethodInfo); DO_APP_FUNC(0x003AC050, void, MRGkKzhgDCfculrfXakxXfUSFUsK_iDWnzYHVfmBYUfCOMgYtoOCbHzmY__ctor, (MRGkKzhgDCfculrfXakxXfUSFUsK_iDWnzYHVfmBYUfCOMgYtoOCbHzmY * __this, MethodInfo * method)); DO_APP_FUNC(0x01F21710, bool, MRGkKzhgDCfculrfXakxXfUSFUsK_iDWnzYHVfmBYUfCOMgYtoOCbHzmY_IaASuLWDKyByQFgVzeoVnJcTrgIsA, (MRGkKzhgDCfculrfXakxXfUSFUsK_iDWnzYHVfmBYUfCOMgYtoOCbHzmY * __this, MRGkKzhgDCfculrfXakxXfUSFUsK_pEhrOFQDNlWhiCRQwqLfhdkKHswE * param_00009b7d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4760, MRGkKzhgDCfculrfXakxXfUSFUsK_iDWnzYHVfmBYUfCOMgYtoOCbHzmY_IaASuLWDKyByQFgVzeoVnJcTrgIsA__MethodInfo); DO_APP_FUNC(0x01F21790, void, othBwbjJCfqjCkCuDgXhdkQCXIPtA_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (othBwbjJCfqjCkCuDgXhdkQCXIPtA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F218A0, void, othBwbjJCfqjCkCuDgXhdkQCXIPtA_kIkezWISFZiNZPpmTjWSviJqCHRq, (othBwbjJCfqjCkCuDgXhdkQCXIPtA * __this, othBwbjJCfqjCkCuDgXhdkQCXIPtA * param_00009b83, MethodInfo * method)); DO_APP_FUNC(0x01F219E0, void, othBwbjJCfqjCkCuDgXhdkQCXIPtA_kIkezWISFZiNZPpmTjWSviJqCHRq_1, (othBwbjJCfqjCkCuDgXhdkQCXIPtA * __this, TTThSetrNwcNFnjvmLttoQrcZXbI * param_00009b84, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, othBwbjJCfqjCkCuDgXhdkQCXIPtA__ctor, (othBwbjJCfqjCkCuDgXhdkQCXIPtA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F21B20, void, ButtonLoopSet__ctor, (ButtonLoopSet * __this, UpdateLoopSetting__Enum param_00009b92, int32_t param_00009b93, MethodInfo * method)); DO_APP_FUNC(0x01F21CE0, void, ButtonLoopSet_SetValue, (ButtonLoopSet * __this, int32_t index, bool value, double timestamp, MethodInfo * method)); DO_APP_FUNC(0x01F21E50, void, ButtonLoopSet_Clear, (ButtonLoopSet * __this, MethodInfo * method)); DO_APP_FUNC(0x01F21FD0, void, ButtonLoopSet_Import, (ButtonLoopSet * __this, ButtonLoopSet * set, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB46D8, ButtonLoopSet_Import__MethodInfo); DO_APP_FUNC(0x01F22130, Boolean__Array *, ButtonLoopSet_ButtonData_get_effectiveValue, (ButtonLoopSet_ButtonData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F22160, void, ButtonLoopSet_ButtonData__ctor, (ButtonLoopSet_ButtonData * __this, int32_t param_00009b98, UpdateLoopType__Enum param_00009b99, MethodInfo * method)); DO_APP_FUNC(0x01F223D0, void, ButtonLoopSet_ButtonData_SetValue, (ButtonLoopSet_ButtonData * __this, int32_t index, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F224C0, void, ButtonLoopSet_ButtonData_ClearWasTrueThisFrame, (ButtonLoopSet_ButtonData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F22560, void, ButtonLoopSet_ButtonData_Clear, (ButtonLoopSet_ButtonData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F22650, void, ButtonLoopSet_ButtonData_Import, (ButtonLoopSet_ButtonData * __this, ButtonLoopSet_ButtonData * source, MethodInfo * method)); DO_APP_FUNC(0x01F227F0, void, ButtonLoopSet_ButtonData_GWSnSksnkrBSOIqfUQTOBbufzVBab, (ButtonLoopSet_ButtonData * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59310, bool, TouchInfo_get_isValid, (TouchInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7E140, void, TouchInfo_set_isValid, (TouchInfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C59320, int32_t, TouchInfo_get_touchId, (TouchInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01914E90, void, TouchInfo_set_touchId, (TouchInfo * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01772BF0, Vector2, TouchInfo_get_touchPos, (TouchInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01F22870, void, TouchInfo_set_touchPos, (TouchInfo * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x014BB3D0, Vector2, TouchInfo_get_touchPosRaw, (TouchInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01262980, void, TouchInfo_set_touchPosRaw, (TouchInfo * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x00ABB0F0, Vector2, TouchInfo_get_deltaPos, (TouchInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB110, void, TouchInfo_set_deltaPos, (TouchInfo * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x01F22880, Vector2, TouchInfo_get_deltaPosRaw, (TouchInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4B0, void, TouchInfo_set_deltaPosRaw, (TouchInfo * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x003CB1A0, float, TouchInfo_get_deltaTime, (TouchInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00986690, void, TouchInfo_set_deltaTime, (TouchInfo * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, int32_t, TouchInfo_get_tapCount, (TouchInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD10, void, TouchInfo_set_tapCount, (TouchInfo * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01F228A0, void, TouchInfo__ctor, (TouchInfo * __this, bool param_00009ba5, int32_t param_00009ba6, Vector2 param_00009ba7, Vector2 param_00009ba8, Vector2 param_00009ba9, Vector2 param_00009baa, float param_00009bab, int32_t param_00009bac, MethodInfo * method)); DO_APP_FUNC(0x01F228E0, TouchInfo, TouchInfo_get_Invalid, (MethodInfo * method)); DO_APP_FUNC(0x01F22900, void, SteamAction__ctor, (SteamAction * __this, String * param_00009bad, uint64_t param_00009bae, MethodInfo * method)); DO_APP_FUNC(0x01F22960, void, SteamActionSet__ctor, (SteamActionSet * __this, String * param_00009baf, uint64_t param_00009bb0, MethodInfo * method)); DO_APP_FUNC(0x01F22AC0, void, SteamActionSet_AddAction, (SteamActionSet * __this, SteamAction * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4710, SteamActionSet_AddAction__MethodInfo); DO_APP_FUNC(0x01F22B80, void, HardwareControllerMapIdentifier__ctor, (HardwareControllerMapIdentifier * __this, Guid param_00009bb2, InputSource__Enum param_00009bb3, InputPlatform__Enum param_00009bb4, int32_t param_00009bb5, MethodInfo * method)); DO_APP_FUNC(0x01F22BA0, void, RewiredVersion__ctor, (RewiredVersion * __this, int32_t param_00009bb6, int32_t param_00009bb7, int32_t param_00009bb8, int32_t param_00009bb9, String * param_00009bba, MethodInfo * method)); DO_APP_FUNC(0x01F22C10, void, RewiredVersion__ctor_1, (RewiredVersion * __this, String * param_00009bbb, MethodInfo * method)); DO_APP_FUNC(0x01F22E70, bool, RewiredVersion_Equals, (RewiredVersion * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01F22F30, int32_t, RewiredVersion_GetHashCode, (RewiredVersion * __this, MethodInfo * method)); DO_APP_FUNC(0x01F22FA0, String *, RewiredVersion_ToString, (RewiredVersion * __this, MethodInfo * method)); DO_APP_FUNC(0x01F23250, bool, RewiredVersion_op_Equality, (RewiredVersion a, RewiredVersion b, MethodInfo * method)); DO_APP_FUNC(0x01F233F0, bool, RewiredVersion_op_Inequality, (RewiredVersion a, RewiredVersion b, MethodInfo * method)); DO_APP_FUNC(0x01F23440, bool, RewiredVersion_op_GreaterThan, (RewiredVersion a, RewiredVersion b, MethodInfo * method)); DO_APP_FUNC(0x01F234F0, bool, RewiredVersion_op_LessThan, (RewiredVersion a, RewiredVersion b, MethodInfo * method)); DO_APP_FUNC(0x01B0D880, void, PidVid__ctor, (PidVid * __this, uint16_t param_00009bc5, uint16_t param_00009bc6, MethodInfo * method)); DO_APP_FUNC(0x01F235A0, void, PidVid__ctor_1, (PidVid * __this, String * param_00009bc7, MethodInfo * method)); DO_APP_FUNC(0x01F23730, void, PidVid__ctor_2, (PidVid * __this, Guid param_00009bc8, MethodInfo * method)); DO_APP_FUNC(0x01F237B0, bool, PidVid_get_isZero, (PidVid * __this, MethodInfo * method)); DO_APP_FUNC(0x01F237D0, bool, PidVid_Equals, (PidVid * __this, String * pidVid, MethodInfo * method)); DO_APP_FUNC(0x01F23800, Guid, PidVid_ToProductGuid, (PidVid * __this, MethodInfo * method)); DO_APP_FUNC(0x01F23880, bool, PidVid_UYTZwcRDXxGJqhSzrGsyEumabKmC, (PidVid * __this, String * param_00009bca, MethodInfo * method)); DO_APP_FUNC(0x01F239A0, bool, PidVid_Equals_1, (PidVid * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01F23A30, int32_t, PidVid_GetHashCode, (PidVid * __this, MethodInfo * method)); DO_APP_FUNC(0x01F23A50, bool, PidVid_Equals_2, (PidVid * __this, PidVid other, MethodInfo * method)); DO_APP_FUNC(0x01F23A70, bool, PidVid_op_Equality, (PidVid x, PidVid y, MethodInfo * method)); DO_APP_FUNC(0x01F23A90, bool, PidVid_op_Inequality, (PidVid x, PidVid y, MethodInfo * method)); DO_APP_FUNC(0x01F23AB0, String *, PidVid_ToString, (PidVid * __this, MethodInfo * method)); DO_APP_FUNC(0x01F23B20, bool, PidVid_ArrayContains, (String__Array * pidVids, PidVid * vidPid, MethodInfo * method)); DO_APP_FUNC(0x01F23BA0, String *, PidVid_thdjojIeRZIVdgDdQCKPaAMnQQEQ, (String * param_00009bd3, MethodInfo * method)); DO_APP_FUNC(0x01F23C80, void, Profiler_uUXFiwMZrrGvOYCVIjXtsxKTwLER, (MethodInfo * method)); DO_APP_FUNC(0x01F23CC0, bool, Profiler_get_enableBinaryLog, (MethodInfo * method)); DO_APP_FUNC(0x01F23C80, void, Profiler_set_enableBinaryLog, (bool value, MethodInfo * method)); DO_APP_FUNC(0x01F23CC0, bool, Profiler_get_enabled, (MethodInfo * method)); DO_APP_FUNC(0x01F23C80, void, Profiler_set_enabled, (bool value, MethodInfo * method)); DO_APP_FUNC(0x01F23D00, String *, Profiler_get_logFile, (MethodInfo * method)); DO_APP_FUNC(0x01F23C80, void, Profiler_set_logFile, (String * value, MethodInfo * method)); DO_APP_FUNC(0x01F23CC0, bool, Profiler_get_supported, (MethodInfo * method)); DO_APP_FUNC(0x01F23D70, uint32_t, Profiler_get_usedHeapSize, (MethodInfo * method)); DO_APP_FUNC(0x01F23D70, int64_t, Profiler_get_usedHeapSizeLong, (MethodInfo * method)); DO_APP_FUNC(0x01F23C80, void, Profiler_AddFramesFromFile, (String * file, MethodInfo * method)); DO_APP_FUNC(0x01F23C80, void, Profiler_BeginSample, (String * name, MethodInfo * method)); DO_APP_FUNC(0x01F23C80, void, Profiler_BeginSample_1, (String * name, Object_1 * targetObject, MethodInfo * method)); DO_APP_FUNC(0x01F23C80, void, Profiler_EndSample, (MethodInfo * method)); DO_APP_FUNC(0x01F23D70, uint32_t, Profiler_GetMonoHeapSize, (MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int64_t, Profiler_GetMonoHeapSizeLong, (MethodInfo * method)); DO_APP_FUNC(0x01F23D70, uint32_t, Profiler_GetMonoUsedSize, (MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int64_t, Profiler_GetMonoUsedSizeLong, (MethodInfo * method)); DO_APP_FUNC(0x01F23D70, int32_t, Profiler_GetRuntimeMemorySize, (Object_1 * o, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int64_t, Profiler_GetRuntimeMemorySizeLong, (Object_1 * o, MethodInfo * method)); DO_APP_FUNC(0x01F23D70, uint32_t, Profiler_GetTotalAllocatedMemory, (MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int64_t, Profiler_GetTotalAllocatedMemoryLong, (MethodInfo * method)); DO_APP_FUNC(0x003C94D0, uint32_t, Profiler_GetTotalReservedMemory, (MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int64_t, Profiler_GetTotalReservedMemoryLong, (MethodInfo * method)); DO_APP_FUNC(0x003C94D0, uint32_t, Profiler_GetTotalUnusedReservedMemory, (MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int64_t, Profiler_GetTotalUnusedReservedMemoryLong, (MethodInfo * method)); DO_APP_FUNC(0x01F23DB0, int32_t, EnumConverter_1_ToUpdateLoopTypes, (UpdateLoopSetting__Enum updateLoopSetting, List_1_Rewired_UpdateLoopType_ * results, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4680, EnumConverter_1_ToUpdateLoopTypes__MethodInfo); DO_APP_FUNC(0x01F24070, AlternateAxisCalibrationType__Enum, EnumConverter_1_ToAlternateAxisCalibrationType, (ThrottleCalibrationMode__Enum throttleCalibrationMode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4688, EnumConverter_1_ToAlternateAxisCalibrationType__MethodInfo); DO_APP_FUNC(0x01F240E0, ThreadSafeUnityInput_Mouse *, ThreadSafeUnityInput_get_mouse, (MethodInfo * method)); DO_APP_FUNC(0x01F24310, ThreadSafeUnityInput_Keyboard *, ThreadSafeUnityInput_get_keyboard, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ThreadSafeUnityInput_Initialize, (MethodInfo * method)); DO_APP_FUNC(0x01F24400, void, ThreadSafeUnityInput_PostInitialize, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ThreadSafeUnityInput_PostInitialize2, (MethodInfo * method)); DO_APP_FUNC(0x01F24470, void, ThreadSafeUnityInput_Deinitialize, (MethodInfo * method)); DO_APP_FUNC(0x01F24590, void, ThreadSafeUnityInput_Update, (MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, ThreadSafeUnityInput_Keyboard_get_enabled, (ThreadSafeUnityInput_Keyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x01F247C0, void, ThreadSafeUnityInput_Keyboard_set_enabled, (ThreadSafeUnityInput_Keyboard * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F24920, bool, ThreadSafeUnityInput_Keyboard_get_monitoring, (ThreadSafeUnityInput_Keyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x00EED000, int32_t, ThreadSafeUnityInput_Keyboard_get_keyCount, (ThreadSafeUnityInput_Keyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x01F24930, void, ThreadSafeUnityInput_Keyboard__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01F24CC0, void, ThreadSafeUnityInput_Keyboard__ctor, (ThreadSafeUnityInput_Keyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x01F24EE0, void, ThreadSafeUnityInput_Keyboard_Initialize, (ThreadSafeUnityInput_Keyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x01F24F30, void, ThreadSafeUnityInput_Keyboard_PostInitialize, (ThreadSafeUnityInput_Keyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x01F24F40, void, ThreadSafeUnityInput_Keyboard_Update, (ThreadSafeUnityInput_Keyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x01F252A0, void, ThreadSafeUnityInput_Keyboard_Monitor, (ThreadSafeUnityInput_Keyboard * __this, bool state, MethodInfo * method)); DO_APP_FUNC(0x01F25320, bool, ThreadSafeUnityInput_Keyboard_GetKey, (ThreadSafeUnityInput_Keyboard * __this, KeyCode__Enum keyCode, MethodInfo * method)); DO_APP_FUNC(0x01F253B0, void, ThreadSafeUnityInput_Keyboard_GetKeyValues, (ThreadSafeUnityInput_Keyboard * __this, Boolean__Array * values, MethodInfo * method)); DO_APP_FUNC(0x01F25500, void, ThreadSafeUnityInput_Keyboard_Clear, (ThreadSafeUnityInput_Keyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x01F25650, void, ThreadSafeUnityInput_Keyboard_qZVVSqUTkqgHrNGkWADkKGtuNUQJ, (ThreadSafeUnityInput_Keyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x01F25670, void, ThreadSafeUnityInput_Keyboard_LEVMBTiGAHYaimJyWTBXOzhWSbXE, (ThreadSafeUnityInput_Keyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ThreadSafeUnityInput_Keyboard_qGTwwJFMtXaXYpshqKMNyEbYUTld, (ThreadSafeUnityInput_Keyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x01F25650, void, ThreadSafeUnityInput_Keyboard_MYgXLsuMgXeepaFsBJsCeaQirevPB, (ThreadSafeUnityInput_Keyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x01F25680, void, ThreadSafeUnityInput_Keyboard_PazDeCdFgRiAczUyPvJZOzgxMAHIA, (ThreadSafeUnityInput_Keyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x01F256C0, void, ThreadSafeUnityInput_Keyboard_nGXepOJqMfGbggZCSiPAHhUXKxqf, (ThreadSafeUnityInput_Keyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x01F25700, bool, ThreadSafeUnityInput_Mouse_get_monitoring, (ThreadSafeUnityInput_Mouse * __this, MethodInfo * method)); DO_APP_FUNC(0x012D0740, Vector3, ThreadSafeUnityInput_Mouse_get_mousePosition, (ThreadSafeUnityInput_Mouse * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, ThreadSafeUnityInput_Mouse_get_mousePresent, (ThreadSafeUnityInput_Mouse * __this, MethodInfo * method)); DO_APP_FUNC(0x01F25710, void, ThreadSafeUnityInput_Mouse__ctor, (ThreadSafeUnityInput_Mouse * __this, MethodInfo * method)); DO_APP_FUNC(0x01F25870, void, ThreadSafeUnityInput_Mouse_PostInitialize, (ThreadSafeUnityInput_Mouse * __this, MethodInfo * method)); DO_APP_FUNC(0x01F25880, void, ThreadSafeUnityInput_Mouse_Update, (ThreadSafeUnityInput_Mouse * __this, MethodInfo * method)); DO_APP_FUNC(0x01F25CC0, void, ThreadSafeUnityInput_Mouse_Monitor, (ThreadSafeUnityInput_Mouse * __this, bool state, MethodInfo * method)); DO_APP_FUNC(0x01F25D50, bool, ThreadSafeUnityInput_Mouse_GetButton, (ThreadSafeUnityInput_Mouse * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F25DD0, float, ThreadSafeUnityInput_Mouse_GetAxisRaw, (ThreadSafeUnityInput_Mouse * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F25E50, void, ThreadSafeUnityInput_Mouse_GetButtonValues, (ThreadSafeUnityInput_Mouse * __this, Boolean__Array * buttons, MethodInfo * method)); DO_APP_FUNC(0x01F25FA0, void, ThreadSafeUnityInput_Mouse_GetAxisRawValues, (ThreadSafeUnityInput_Mouse * __this, Single__Array * axes, MethodInfo * method)); DO_APP_FUNC(0x01F260F0, void, ThreadSafeUnityInput_Mouse_qZVVSqUTkqgHrNGkWADkKGtuNUQJ, (ThreadSafeUnityInput_Mouse * __this, MethodInfo * method)); DO_APP_FUNC(0x01F26130, void, ThreadSafeUnityInput_Mouse_LEVMBTiGAHYaimJyWTBXOzhWSbXE, (ThreadSafeUnityInput_Mouse * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ThreadSafeUnityInput_Mouse_qGTwwJFMtXaXYpshqKMNyEbYUTld, (ThreadSafeUnityInput_Mouse * __this, MethodInfo * method)); DO_APP_FUNC(0x01F260F0, void, ThreadSafeUnityInput_Mouse_MYgXLsuMgXeepaFsBJsCeaQirevPB, (ThreadSafeUnityInput_Mouse * __this, MethodInfo * method)); DO_APP_FUNC(0x01F26190, void, ThreadSafeUnityInput_Mouse_NrLBUyGBxKGbWvfIVWNuTAZtDqurA, (ThreadSafeUnityInput_Mouse * __this, MethodInfo * method)); DO_APP_FUNC(0x01F261D0, void, ThreadSafeUnityInput_Mouse_nGXepOJqMfGbggZCSiPAHhUXKxqf, (ThreadSafeUnityInput_Mouse * __this, MethodInfo * method)); DO_APP_FUNC(0x01160C70, void, QYIvqhKfoKYTEUONdLAPWBueYUGd__ctor, (QYIvqhKfoKYTEUONdLAPWBueYUGd * __this, QrmFKaXWCucaXPGsKbkrhZUVAexX__Array * param_00009be9, QrmFKaXWCucaXPGsKbkrhZUVAexX__Array * param_00009bea, QrmFKaXWCucaXPGsKbkrhZUVAexX__Array * param_00009beb, QrmFKaXWCucaXPGsKbkrhZUVAexX__Array * param_00009bec, MethodInfo * method)); DO_APP_FUNC(0x01F26210, bool, LowLevelInputEvent_get_isValid, (LowLevelInputEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, int32_t, LowLevelInputEvent_get_buttonCount, (LowLevelInputEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, LowLevelInputEvent_get_axisCount, (LowLevelInputEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, LowLevelInputEvent_get_byteIndex_axesStart, (LowLevelInputEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, LowLevelInputEvent_get_byteIndex_buttonsStart, (LowLevelInputEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, LowLevelInputEvent_get_byteIndex_hatsStart, (LowLevelInputEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x01F26260, void, LowLevelInputEvent__ctor, (LowLevelInputEvent * __this, void * param_00009bed, int32_t param_00009bee, int32_t param_00009bef, int32_t param_00009bf0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4608, LowLevelInputEvent__ctor__MethodInfo); DO_APP_FUNC(0x01F26340, void, LowLevelInputEvent_SetButtonsBitMask, (LowLevelInputEvent * __this, int32_t bitMask, int32_t startButtonIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4638, LowLevelInputEvent_SetButtonsBitMask__MethodInfo); DO_APP_FUNC(0x01F26470, void, LowLevelInputEvent_SetAxisValue, (LowLevelInputEvent * __this, int32_t index, float value, MethodInfo * method)); DO_APP_FUNC(0x01F26530, void, LowLevelInputEvent_SetId, (LowLevelInputEvent * __this, uint32_t id, MethodInfo * method)); DO_APP_FUNC(0x01F265C0, void, LowLevelInputEvent_SetTimestamp, (LowLevelInputEvent * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x01F26660, bool, LowLevelInputEvent_GetButtonValue, (LowLevelInputEvent * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F26750, int32_t, LowLevelInputEvent_GetButtonsBitMask, (LowLevelInputEvent * __this, int32_t startButtonIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4578, LowLevelInputEvent_GetButtonsBitMask__MethodInfo); DO_APP_FUNC(0x01F26880, float, LowLevelInputEvent_GetAxisValue, (LowLevelInputEvent * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F26940, uint32_t, LowLevelInputEvent_GetId, (LowLevelInputEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x01F269D0, double, LowLevelInputEvent_GetTimestamp, (LowLevelInputEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x01F26A70, int32_t, LowLevelInputEvent_GetReportSize, (int32_t buttonCount, int32_t axisCount, int32_t hatCount, MethodInfo * method)); DO_APP_FUNC(0x01B1E600, int32_t, Consts_get_nintendoSwitchPlugin_minPluginVersion, (MethodInfo * method)); DO_APP_FUNC(0x01BD9AC0, int32_t, Consts_get_stadiaPlugin_minPluginVersion, (MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, Consts_get_gameCorePlugin_minPluginVersion, (MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, Consts_get_ps4Plugin_minPluginVersion, (MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, Consts_get_ps5Plugin_minPluginVersion, (MethodInfo * method)); DO_APP_FUNC(0x01F26AA0, void, Consts__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01F2B4E0, IList_1_Rewired_ControllerElementIdentifier_ *, Consts_get_unityUnifiedMouseElementIdentifiers, (MethodInfo * method)); DO_APP_FUNC(0x01F2BDC0, IList_1_Rewired_ControllerElementIdentifier_ *, Consts_get_rawInputUnifiedMouseElementIdentifiers, (MethodInfo * method)); DO_APP_FUNC(0x01F2C580, ControllerElementIdentifier__Array *, Consts_get_unknownJoystickElementIdentifiers_orig, (MethodInfo * method)); DO_APP_FUNC(0x01F2C5E0, ControllerElementIdentifier__Array *, Consts_UYsOUPNQWJwumLxHmwKkHhPGDexJ, (MethodInfo * method)); DO_APP_FUNC(0x01F2D540, bool, Controller_vWPIEnxEgmDCSgOuKKbECHzAuhnOb, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F2D5B0, bool, Controller_get_enabled, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F2D640, void, Controller_set_enabled, (Controller * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F2D660, String *, Controller_get_name, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, Controller_ihkCtNaLvgknwaCHwtPnNUZfSZmJ, (Controller * __this, String * param_00009bfe, MethodInfo * method)); DO_APP_FUNC(0x01F2D710, String *, Controller_get_tag, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F2D7C0, void, Controller_set_tag, (Controller * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01F2D8B0, String *, Controller_get_hardwareName, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F2D960, ControllerType__Enum, Controller_get_type, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F2D9F0, Guid, Controller_get_hardwareTypeGuid, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F2DAC0, ControllerIdentifier, Controller_get_identifier, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F2DAE0, bool, Controller_get_isConnected, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F2DB70, void, Controller_rLoHcCGnLIvarSLkLkLtoTSzMIpn, (Controller * __this, bool param_00009c00, MethodInfo * method)); DO_APP_FUNC(0x01F2DC40, String *, Controller_get_hardwareIdentifier, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F2DCF0, String *, Controller_get_mapTypeString, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F2DD70, int32_t, Controller_get_elementCount, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F2DE30, int32_t, Controller_get_buttonCount, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F2DEC0, IList_1_Rewired_Controller_Element_ *, Controller_get_Elements, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F2DF70, IList_1_Rewired_Controller_CompoundElement_ *, Controller_get_CompoundElements, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F2E020, IList_1_Rewired_Controller_Button_ *, Controller_get_Buttons, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F2E0D0, Controller_Extension *, Controller_get_extension, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F2E160, IList_1_Rewired_ControllerElementIdentifier_ *, Controller_get_ElementIdentifiers, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F2E220, IList_1_Rewired_ControllerElementIdentifier_ *, Controller_get_ButtonElementIdentifiers, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F2E2E0, void, Controller_XRbSBgVxlRhYSnwsAcRtzlGihcyM, (Controller * __this, Action_1_Boolean_ * param_00009c01, MethodInfo * method)); DO_APP_FUNC(0x01F2E3F0, void, Controller_ZUOudFFdkLbthnXJwCDZUUsPbhQg, (Controller * __this, Action_1_Boolean_ * param_00009c02, MethodInfo * method)); DO_APP_FUNC(0x01F2E500, void, Controller__ctor, (Controller * __this, int32_t param_00009c03, InputSource__Enum param_00009c04, String * param_00009c05, String * param_00009c06, String * param_00009c07, ControllerType__Enum param_00009c08, Guid param_00009c09, int32_t param_00009c0a, Boolean__Array * param_00009c0b, HardwareButtonInfo__Array * param_00009c0c, HardwareControllerMap_Game * param_00009c0d, Controller_Extension * param_00009c0e, ControllerDataUpdater * param_00009c0f, MethodInfo * method)); DO_APP_FUNC(0x01F2F270, void, Controller_virHefjQIbGXRPWbsrIKqHCTKEzG, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F2F3C0, Controller_Element *, Controller_GetElementById, (Controller * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F2F4A0, Controller_CompoundElement *, Controller_GetCompundElementById, (Controller * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F2F610, int32_t, Controller_GetButtonIndexById, (Controller * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F2F700, ControllerElementIdentifier *, Controller_GetElementIdentifierById, (Controller * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F2F850, bool, Controller_GetButton, (Controller * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F2F930, bool, Controller_GetButtonDown, (Controller * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F2FA10, bool, Controller_GetButtonUp, (Controller * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F2FAF0, bool, Controller_GetButtonChanged, (Controller * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F2FC00, bool, Controller_GetButtonPrev, (Controller * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F2FCE0, bool, Controller_GetButtonDoublePressHold, (Controller * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F2FDA0, bool, Controller_GetButtonDoublePressHold_1, (Controller * __this, int32_t index, float speed, MethodInfo * method)); DO_APP_FUNC(0x01F2FE90, bool, Controller_GetButtonDoublePressDown, (Controller * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F2FF50, bool, Controller_GetButtonDoublePressDown_1, (Controller * __this, int32_t index, float speed, MethodInfo * method)); DO_APP_FUNC(0x01F30040, double, Controller_GetButtonTimePressed, (Controller * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F30120, double, Controller_GetButtonTimeUnpressed, (Controller * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F30200, double, Controller_GetButtonLastTimePressed, (Controller * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F302E0, double, Controller_GetButtonLastTimeUnpressed, (Controller * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F303C0, bool, Controller_GetAnyButton, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F304B0, bool, Controller_GetAnyButtonDown, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F305A0, bool, Controller_GetAnyButtonUp, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F30690, bool, Controller_GetAnyButtonPrev, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F30780, bool, Controller_GetAnyButtonChanged, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F30990, bool, Controller_GetButtonById, (Controller * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F30AD0, bool, Controller_GetButtonDownById, (Controller * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F30C10, bool, Controller_GetButtonUpById, (Controller * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F30D50, bool, Controller_GetButtonDoublePressHoldById, (Controller * __this, int32_t elementIdentifierId, float speed, MethodInfo * method)); DO_APP_FUNC(0x01F30EB0, bool, Controller_GetButtonDoublePressDownById, (Controller * __this, int32_t elementIdentifierId, float speed, MethodInfo * method)); DO_APP_FUNC(0x01F31010, bool, Controller_GetButtonDoublePressHoldById_1, (Controller * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F31120, bool, Controller_GetButtonDoublePressDownById_1, (Controller * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F31230, bool, Controller_GetButtonPrevById, (Controller * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F31370, double, Controller_GetButtonTimePressedById, (Controller * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F314B0, double, Controller_GetButtonTimeUnpressedById, (Controller * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F315F0, double, Controller_GetButtonLastTimePressedById, (Controller * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F31730, double, Controller_GetButtonLastTimeUnpressedById, (Controller * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F31870, ControllerPollingInfo, Controller_PollForFirstElement, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F318C0, ControllerPollingInfo, Controller_PollForFirstElementDown, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F31910, ControllerPollingInfo, Controller_PollForFirstButton, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F31B30, ControllerPollingInfo, Controller_PollForFirstButtonDown, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x011070B0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Controller_PollForAllElements, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF89B0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Controller_PollForAllElementsDown, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F31D50, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Controller_PollForAllButtons, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F31E10, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Controller_PollForAllButtonsDown, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F31ED0, bool, Controller_QTQIKtoLrywcoTscrBJzdNeJbVI, (Controller * __this, int32_t param_00009c31, int32_t * param_00009c32, MethodInfo * method)); DO_APP_FUNC(0x01F31FB0, bool, Controller_WkIhnqmrwaIChPLGGxbYqwolfdzW, (Controller * __this, int32_t param_00009c33, int32_t * param_00009c34, MethodInfo * method)); DO_APP_FUNC(0x01F32090, void, Controller_UpdatePollingFrameTracking, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F321C0, double, Controller_GetLastTimeActive, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F32270, double, Controller_GetLastTimeActive_1, (Controller * __this, bool useRawValues, MethodInfo * method)); DO_APP_FUNC(0x01F32410, double, Controller_GetLastTimeAnyElementChanged, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F324C0, double, Controller_GetLastTimeAnyElementChanged_1, (Controller * __this, bool useRawValues, MethodInfo * method)); DO_APP_FUNC(0x01F32560, double, Controller_GetLastTimeAnyButtonPressed, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F32680, double, Controller_GetLastTimeAnyButtonChanged, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F328E0, IList_1_Rewired_IControllerTemplate_ *, Controller_get_Templates, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F32990, int32_t, Controller_get_templateCount, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F32A30, IControllerTemplate *, Controller_GetTemplate, (Controller * __this, Guid typeGuid, MethodInfo * method)); DO_APP_FUNC(0x01F32BF0, IControllerTemplate *, Controller_GetTemplate_1, (Controller * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x01F32D50, bool, Controller_ImplementsTemplate, (Controller * __this, Guid typeGuid, MethodInfo * method)); DO_APP_FUNC(0x01F32EF0, bool, Controller_ImplementsTemplate_1, (Controller * __this, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3940, Controller_ImplementsTemplate_1__MethodInfo); DO_APP_FUNC(0x01F33090, void, Controller_oWNoPUmLkAxZWxLnLyILWIUMiIYA, (Controller * __this, IControllerTemplate__Array * param_00009c3b, MethodInfo * method)); DO_APP_FUNC(0x01F33230, void, Controller_jeaouqEbQHoWmxiqLJMNAZYkbhZj, (Controller * __this, UpdateLoopType__Enum param_00009c3c, MethodInfo * method)); DO_APP_FUNC(0x01F333A0, ButtonStateFlags__Enum, Controller_rOGLHjwYPTGbdxOLjPIIjsDBTIw, (Controller * __this, int32_t param_00009c3d, MethodInfo * method)); DO_APP_FUNC(0x01F334A0, void, Controller_pVOnhCwnmSyKYqFgVBZaLzXEyStj, (Controller * __this, Controller_Extension * param_00009c3e, MethodInfo * method)); DO_APP_FUNC(0x01F33650, void, Controller_pcPJJzQOjjxZKvZCdJaRpMqMuopK, (Controller * __this, Controller_Extension * param_00009c3f, MethodInfo * method)); DO_APP_FUNC(0x01F33720, void, Controller_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F33840, bool, Controller_pVdcYOMqnPUbMLgPvBJpIlXZpcXy, (Controller * __this, bool param_00009c40, MethodInfo * method)); DO_APP_FUNC(0x01F338B0, void, Controller_HjuYadaxwxMvUXiwNNYvpThGTpfT, (Controller * __this, ControllerMap * param_00009c41, MethodInfo * method)); DO_APP_FUNC(0x01F33B50, void, Controller_jYXJvXIKABNgacZvmVQXddAdKMNl, (Controller * __this, ControllerMap * param_00009c42, ActionElementMap * param_00009c43, MethodInfo * method)); DO_APP_FUNC(0x01F33B70, bool, Controller_qEjEwCSLdmgETaIykJlIBjVdYKYgb, (Controller * __this, ActionElementMap * param_00009c44, int32_t param_00009c45, float * param_00009c46, bool * param_00009c47, MethodInfo * method)); DO_APP_FUNC(0x01F33CC0, bool, Controller_qEjEwCSLdmgETaIykJlIBjVdYKYgb_1, (Controller * __this, ActionElementMap * param_00009c48, int32_t param_00009c49, bool param_00009c4a, float * param_00009c4b, MethodInfo * method)); DO_APP_FUNC(0x01F33D50, void, Controller_bDWOTslUkzxjjeYHmyeJqqMbJJtF, (Controller * __this, Controller_Element * param_00009c4c, MethodInfo * method)); DO_APP_FUNC(0x01F33DB0, void, Controller_OnpgiuYddricHKRgSioCyDxbdkRJA, (Controller * __this, Controller_CompoundElement * param_00009c4d, MethodInfo * method)); DO_APP_FUNC(0x01F33E10, Guid, Controller_RutspDhaoeouoDERHryjBHRWMHPK, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F33E60, void, Controller_PolSnbSBGmyhlhfNuaOpsWqcuIUc, (Controller * __this, bool param_00009c4e, MethodInfo * method)); DO_APP_FUNC(0x01F33EF0, void, Controller_Connected, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F33F00, void, Controller_Disconnected, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F33F20, Func_3_Rewired_Controller_Guid_Boolean_ *, Controller_TlqXXmZajDWNakhPhjiscdrdbkPjA, (MethodInfo * method)); DO_APP_FUNC(0x01F34110, Func_3_Rewired_Controller_Type_Boolean_ *, Controller_pEMSoLHXgCchANJvadEyAnidGObw, (MethodInfo * method)); DO_APP_FUNC(0x01F343D0, ControllerElementIdentifier *, Controller_Element_get_elementIdentifier, (Controller_Element * __this, MethodInfo * method)); DO_APP_FUNC(0x01F34480, bool, Controller_Element_get_isMemberElement, (Controller_Element * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Controller_CompoundElement *, Controller_Element_get_compoundElement, (Controller_Element * __this, MethodInfo * method)); DO_APP_FUNC(0x01F34510, void, Controller_Element__ctor, (Controller_Element * __this, Controller * param_00009c4f, int32_t param_00009c50, String * param_00009c51, ControllerElementType__Enum param_00009c52, MethodInfo * method)); DO_APP_FUNC(0x01F34640, void, Controller_Element_Reset, (Controller_Element * __this, MethodInfo * method)); DO_APP_FUNC(0x01F34720, void, Controller_Element_SgecTdvebWYFcHAnEqmhattYMfnm, (Controller_Element * __this, Controller_CompoundElement * param_00009c53, MethodInfo * method)); DO_APP_FUNC(0x01F347D0, void, Controller_Element_lHODXkpxJoEzlbEyVOrqvHckFkopA, (Controller_Element * __this, Controller_CompoundElement * param_00009c54, MethodInfo * method)); DO_APP_FUNC(0x003C5320, IList_1_Rewired_Controller_Element_xOoJsIJJrYLeLMCcefuYYRHXEZwJ_yShTYqkGIvmtEnfpaLxCqsdlnJlO_ *, Controller_Element_xOoJsIJJrYLeLMCcefuYYRHXEZwJ_hKGJEEgsbEPxHjUsEJuKFQLZWvIP, (Controller_Element_xOoJsIJJrYLeLMCcefuYYRHXEZwJ * __this, MethodInfo * method)); DO_APP_FUNC(0x01F34890, void, Controller_Element_xOoJsIJJrYLeLMCcefuYYRHXEZwJ_hPhGVWkMoPHFammZJKuDewrqOZqK, (Controller_Element_xOoJsIJJrYLeLMCcefuYYRHXEZwJ * __this, UpdateLoopType__Enum param_00009c55, MethodInfo * method)); DO_APP_FUNC(0x01F34930, void, Controller_Element_xOoJsIJJrYLeLMCcefuYYRHXEZwJ__ctor, (Controller_Element_xOoJsIJJrYLeLMCcefuYYRHXEZwJ * __this, UpdateLoopSetting__Enum param_00009c56, MethodInfo * method)); DO_APP_FUNC(0x01F34D20, void, Controller_Element_xOoJsIJJrYLeLMCcefuYYRHXEZwJ_DiSEicMGRLeyYCcOOCJVXiKUImDxA, (Controller_Element_xOoJsIJJrYLeLMCcefuYYRHXEZwJ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Controller_Element_xOoJsIJJrYLeLMCcefuYYRHXEZwJ_yShTYqkGIvmtEnfpaLxCqsdlnJlO__ctor, (Controller_Element_xOoJsIJJrYLeLMCcefuYYRHXEZwJ_yShTYqkGIvmtEnfpaLxCqsdlnJlO * __this, MethodInfo * method)); DO_APP_FUNC(0x01F34D80, float, Controller_Axis_get_value, (Controller_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01F34EE0, float, Controller_Axis_get_valuePrev, (Controller_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01F35040, float, Controller_Axis_get_valueRaw, (Controller_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01F35130, void, Controller_Axis_lwXGsCaoiMwrruowXuaehCCLKZFj, (Controller_Axis * __this, float param_00009c57, MethodInfo * method)); DO_APP_FUNC(0x01F351F0, float, Controller_Axis_get_valueRawPrev, (Controller_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01F352E0, float, Controller_Axis_get_valueDelta, (Controller_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01F35390, float, Controller_Axis_get_valueDeltaRaw, (Controller_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01F35490, double, Controller_Axis_get_lastTimeActive, (Controller_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01F35580, double, Controller_Axis_get_lastTimeActiveRaw, (Controller_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01F35670, double, Controller_Axis_get_lastTimeInactive, (Controller_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01F35760, double, Controller_Axis_get_lastTimeInactiveRaw, (Controller_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01F35850, double, Controller_Axis_get_lastTimeValueChanged, (Controller_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01F35940, double, Controller_Axis_get_lastTimeValueChangedRaw, (Controller_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01F35A30, double, Controller_Axis_get_timeActive, (Controller_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01F35B20, double, Controller_Axis_get_timeActiveRaw, (Controller_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01F35C10, double, Controller_Axis_get_timeInactive, (Controller_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01F35D80, double, Controller_Axis_get_timeInactiveRaw, (Controller_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01F35EF0, float, Controller_Axis_get_pollingDeadZone, (Controller_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01F35FA0, void, Controller_Axis_set_pollingDeadZone, (Controller_Axis * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01F36060, float, Controller_Axis_GmYVmSsSptJOjWIUjZkNMNMgAsPW, (Controller_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01F360F0, float, Controller_Axis_xoivwsPkRhSUtkdhgbSbBCYUKGfyA, (Controller_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01F36180, void, Controller_Axis_HtYuNHARwssPEaYdHMuoTHOgBZKh, (Controller_Axis * __this, float param_00009c59, MethodInfo * method)); DO_APP_FUNC(0x01F36220, float, Controller_Axis_hcQYYHxcnnRDFGrGICdLzudWZjoD, (Controller_Axis * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB73C0, Controller_Axis_hcQYYHxcnnRDFGrGICdLzudWZjoD__MethodInfo); DO_APP_FUNC(0x01F36380, void, Controller_Axis__ctor, (Controller_Axis * __this, Controller * param_00009c5a, int32_t param_00009c5b, String * param_00009c5c, AxisRange__Enum param_00009c5d, HardwareAxisInfo * param_00009c5e, MethodInfo * method)); DO_APP_FUNC(0x01F366A0, void, Controller_Axis_iPCCUgTrDaogsouEfqsISVyRVnlA, (Controller_Axis * __this, UpdateLoopType__Enum param_00009c5f, MethodInfo * method)); DO_APP_FUNC(0x01F366C0, void, Controller_Axis_RUqqckmHfogvMEQdiRvQcANztwiHA, (Controller_Axis * __this, AxisCalibration * param_00009c60, MethodInfo * method)); DO_APP_FUNC(0x01F367C0, void, Controller_Axis_RUqqckmHfogvMEQdiRvQcANztwiHA_1, (Controller_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01F36850, void, Controller_Axis_cGjaDPqOuednUYxclCQWRslJGEXs, (Controller_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01F368E0, void, Controller_Axis_chNKjqMUxOlqASeioetLGlIkNsIR, (Controller_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01F36980, void, Controller_Axis_GZdswbTATBMmvnajPHnZNcAxrhGR, (Controller_Axis * __this, float param_00009c61, MethodInfo * method)); DO_APP_FUNC(0x01F36BD0, float, Controller_Axis_PyZNqctqraaJrHfCZGCXdwvKTWyd, (Controller_Axis * __this, UpdateLoopType__Enum param_00009c62, AxisCalibration * param_00009c63, MethodInfo * method)); DO_APP_FUNC(0x01F36CF0, void, Controller_Axis_uhqOmXTiLElTXIZtOYVnJdaftXTd__ctor, (Controller_Axis_uhqOmXTiLElTXIZtOYVnJdaftXTd * __this, UpdateLoopSetting__Enum param_00009c64, MethodInfo * method)); DO_APP_FUNC(0x01F36E90, double, Controller_Axis_uhqOmXTiLElTXIZtOYVnJdaftXTd_QSVAgwaBeezkIoCzOGSkLOZFTEZk_YNbNOaZSnYzrFXjYpyRJXhSFzArA, (Controller_Axis_uhqOmXTiLElTXIZtOYVnJdaftXTd_QSVAgwaBeezkIoCzOGSkLOZFTEZk * __this, MethodInfo * method)); DO_APP_FUNC(0x01F36F10, double, Controller_Axis_uhqOmXTiLElTXIZtOYVnJdaftXTd_QSVAgwaBeezkIoCzOGSkLOZFTEZk_XekBvFGsstAIsUPcwECtavLnSIVdA, (Controller_Axis_uhqOmXTiLElTXIZtOYVnJdaftXTd_QSVAgwaBeezkIoCzOGSkLOZFTEZk * __this, MethodInfo * method)); DO_APP_FUNC(0x01F36F90, double, Controller_Axis_uhqOmXTiLElTXIZtOYVnJdaftXTd_QSVAgwaBeezkIoCzOGSkLOZFTEZk_sTlKpQiartLbnPSRxyVtoAMtzHSc, (Controller_Axis_uhqOmXTiLElTXIZtOYVnJdaftXTd_QSVAgwaBeezkIoCzOGSkLOZFTEZk * __this, MethodInfo * method)); DO_APP_FUNC(0x01F37010, double, Controller_Axis_uhqOmXTiLElTXIZtOYVnJdaftXTd_QSVAgwaBeezkIoCzOGSkLOZFTEZk_QGDAWwFmjZjBMwzTSCbBopotsvkfA, (Controller_Axis_uhqOmXTiLElTXIZtOYVnJdaftXTd_QSVAgwaBeezkIoCzOGSkLOZFTEZk * __this, MethodInfo * method)); DO_APP_FUNC(0x01F37090, void, Controller_Axis_uhqOmXTiLElTXIZtOYVnJdaftXTd_QSVAgwaBeezkIoCzOGSkLOZFTEZk_XUYlHArjcZHIIZmMQVtfQqgGDltj, (Controller_Axis_uhqOmXTiLElTXIZtOYVnJdaftXTd_QSVAgwaBeezkIoCzOGSkLOZFTEZk * __this, bool param_00009c65, MethodInfo * method)); DO_APP_FUNC(0x01F37280, void, Controller_Axis_uhqOmXTiLElTXIZtOYVnJdaftXTd_QSVAgwaBeezkIoCzOGSkLOZFTEZk_dkrDohmJIhSocyoIKaHUsQhLFhOA, (Controller_Axis_uhqOmXTiLElTXIZtOYVnJdaftXTd_QSVAgwaBeezkIoCzOGSkLOZFTEZk * __this, float param_00009c66, MethodInfo * method)); DO_APP_FUNC(0x01F372B0, void, Controller_Axis_uhqOmXTiLElTXIZtOYVnJdaftXTd_QSVAgwaBeezkIoCzOGSkLOZFTEZk_DiSEicMGRLeyYCcOOCJVXiKUImDxA, (Controller_Axis_uhqOmXTiLElTXIZtOYVnJdaftXTd_QSVAgwaBeezkIoCzOGSkLOZFTEZk * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Controller_Axis_uhqOmXTiLElTXIZtOYVnJdaftXTd_QSVAgwaBeezkIoCzOGSkLOZFTEZk__ctor, (Controller_Axis_uhqOmXTiLElTXIZtOYVnJdaftXTd_QSVAgwaBeezkIoCzOGSkLOZFTEZk * __this, MethodInfo * method)); DO_APP_FUNC(0x01F372E0, bool, Controller_Button_get_valuePrev, (Controller_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01F373D0, bool, Controller_Button_get_value, (Controller_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01F374C0, float, Controller_Button_get_pressure, (Controller_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01F37630, float, Controller_Button_get_pressurePrev, (Controller_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01F377A0, bool, Controller_Button_get_isPressureSensitive, (Controller_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01F37830, bool, Controller_Button_get_justPressed, (Controller_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01F37930, bool, Controller_Button_get_justReleased, (Controller_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01F37A30, bool, Controller_Button_get_justChangedState, (Controller_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01F37B30, bool, Controller_Button_get_doublePressedAndHeld, (Controller_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01F37C20, bool, Controller_Button_get_justDoublePressed, (Controller_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01F37D20, double, Controller_Button_get_timePressed, (Controller_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01F37E20, double, Controller_Button_get_timeUnpressed, (Controller_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01F37F20, double, Controller_Button_get_lastTimePressed, (Controller_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01F380D0, double, Controller_Button_get_lastTimeUnpressed, (Controller_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01F381D0, double, Controller_Button_get_lastTimeStateChanged, (Controller_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01F382F0, ButtonStateFlags__Enum, Controller_Button_xaBHcPSOqeBXzGVahxBpsQAmDQECA, (Controller_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01F383A0, void, Controller_Button__ctor, (Controller_Button * __this, Controller * param_00009c67, int32_t param_00009c68, String * param_00009c69, HardwareButtonInfo * param_00009c6a, MethodInfo * method)); DO_APP_FUNC(0x01F38580, void, Controller_Button__ctor_1, (Controller_Button * __this, Controller * param_00009c6b, int32_t param_00009c6c, String * param_00009c6d, bool param_00009c6e, HardwareButtonInfo * param_00009c6f, MethodInfo * method)); DO_APP_FUNC(0x01F38760, bool, Controller_Button_DoublePressedAndHeld, (Controller_Button * __this, float speed, MethodInfo * method)); DO_APP_FUNC(0x01F388F0, bool, Controller_Button_JustDoublePressed, (Controller_Button * __this, float speed, MethodInfo * method)); DO_APP_FUNC(0x01F38A90, void, Controller_Button_ZoDbkNKFlXFxAHENCTiSSpvcgFGj, (Controller_Button * __this, UpdateLoopType__Enum param_00009c72, int32_t param_00009c73, ControllerDataUpdater * param_00009c74, MethodInfo * method)); DO_APP_FUNC(0x01F38C70, void, Controller_Button_IsjAfxsaosTdGxdNxoajrGCOWPIW, (Controller_Button * __this, UpdateLoopType__Enum param_00009c75, MethodInfo * method)); DO_APP_FUNC(0x01F38DE0, void, Controller_Button_GZdswbTATBMmvnajPHnZNcAxrhGR, (Controller_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01F39070, void, Controller_Button_fjrfBFjmmOcjgwTZoRADZXuehBLP__ctor, (Controller_Button_fjrfBFjmmOcjgwTZoRADZXuehBLP * __this, UpdateLoopSetting__Enum param_00009c76, bool param_00009c77, MethodInfo * method)); DO_APP_FUNC(0x01F39240, void, Controller_Button_fjrfBFjmmOcjgwTZoRADZXuehBLP_jeInkVYCGGZqlWwahiHxfDOzHUAt, (Controller_Button_fjrfBFjmmOcjgwTZoRADZXuehBLP * __this, float param_00009c78, MethodInfo * method)); DO_APP_FUNC(0x01F39370, void, Controller_Button_fjrfBFjmmOcjgwTZoRADZXuehBLP_RDBXidwLslkMjPfUcQAnavavpnDy, (Controller_Button_fjrfBFjmmOcjgwTZoRADZXuehBLP * __this, MethodInfo * method)); DO_APP_FUNC(0x01F394A0, void, Controller_Button_fjrfBFjmmOcjgwTZoRADZXuehBLP_VfZyQaOOusjKCHrkPIuutVFdWOJP__ctor, (Controller_Button_fjrfBFjmmOcjgwTZoRADZXuehBLP_VfZyQaOOusjKCHrkPIuutVFdWOJP * __this, MethodInfo * method)); DO_APP_FUNC(0x01F395F0, void, Controller_Button_fjrfBFjmmOcjgwTZoRADZXuehBLP_VfZyQaOOusjKCHrkPIuutVFdWOJP_ZoDbkNKFlXFxAHENCTiSSpvcgFGj, (Controller_Button_fjrfBFjmmOcjgwTZoRADZXuehBLP_VfZyQaOOusjKCHrkPIuutVFdWOJP * __this, bool param_00009c79, MethodInfo * method)); DO_APP_FUNC(0x01F396F0, void, Controller_Button_fjrfBFjmmOcjgwTZoRADZXuehBLP_VfZyQaOOusjKCHrkPIuutVFdWOJP_DiSEicMGRLeyYCcOOCJVXiKUImDxA, (Controller_Button_fjrfBFjmmOcjgwTZoRADZXuehBLP_VfZyQaOOusjKCHrkPIuutVFdWOJP * __this, MethodInfo * method)); DO_APP_FUNC(0x01F39770, void, Controller_Button_fjrfBFjmmOcjgwTZoRADZXuehBLP_QFYAZAHInKHeVXHFqrsNewvisNomc__ctor, (Controller_Button_fjrfBFjmmOcjgwTZoRADZXuehBLP_QFYAZAHInKHeVXHFqrsNewvisNomc * __this, MethodInfo * method)); DO_APP_FUNC(0x01F39780, void, Controller_Button_fjrfBFjmmOcjgwTZoRADZXuehBLP_QFYAZAHInKHeVXHFqrsNewvisNomc_ZoDbkNKFlXFxAHENCTiSSpvcgFGj, (Controller_Button_fjrfBFjmmOcjgwTZoRADZXuehBLP_QFYAZAHInKHeVXHFqrsNewvisNomc * __this, float param_00009c7a, MethodInfo * method)); DO_APP_FUNC(0x01F397D0, void, Controller_Button_fjrfBFjmmOcjgwTZoRADZXuehBLP_QFYAZAHInKHeVXHFqrsNewvisNomc_DiSEicMGRLeyYCcOOCJVXiKUImDxA, (Controller_Button_fjrfBFjmmOcjgwTZoRADZXuehBLP_QFYAZAHInKHeVXHFqrsNewvisNomc * __this, MethodInfo * method)); DO_APP_FUNC(0x01F39850, int32_t, Controller_CompoundElement_get_id, (Controller_CompoundElement * __this, MethodInfo * method)); DO_APP_FUNC(0x01F398E0, String *, Controller_CompoundElement_get_name, (Controller_CompoundElement * __this, MethodInfo * method)); DO_APP_FUNC(0x01F39990, CompoundControllerElementType__Enum, Controller_CompoundElement_get_type, (Controller_CompoundElement * __this, MethodInfo * method)); DO_APP_FUNC(0x01F39A20, bool, Controller_CompoundElement_get_hasElements, (Controller_CompoundElement * __this, MethodInfo * method)); DO_APP_FUNC(0x01F39AB0, int32_t, Controller_CompoundElement_get_elementCount, (Controller_CompoundElement * __this, MethodInfo * method)); DO_APP_FUNC(0x01F39B40, ControllerElementIdentifier *, Controller_CompoundElement_get_elementIdentifier, (Controller_CompoundElement * __this, MethodInfo * method)); DO_APP_FUNC(0x01F39BF0, void, Controller_CompoundElement__ctor, (Controller_CompoundElement * __this, Controller * param_00009c7b, int32_t param_00009c7c, String * param_00009c7d, CompoundControllerElementType__Enum param_00009c7e, MethodInfo * method)); DO_APP_FUNC(0x01F39DA0, Controller_Element *, Controller_CompoundElement_FKqoMXwksyYwglCiMZjznCnUOvvD, (Controller_CompoundElement * __this, int32_t param_00009c7f, MethodInfo * method)); DO_APP_FUNC(0x01F39DF0, bool, Controller_CompoundElement_bDWOTslUkzxjjeYHmyeJqqMbJJtF, (Controller_CompoundElement * __this, Controller_Element * param_00009c83, int32_t param_00009c84, MethodInfo * method)); DO_APP_FUNC(0x01F39F80, bool, Controller_CompoundElement_TaMkPKWaHeNVgyCrBrnEDgsneJEM, (Controller_CompoundElement * __this, Controller_Element * param_00009c85, MethodInfo * method)); DO_APP_FUNC(0x01F3A060, void, Controller_CompoundElement_RzHHiPXhtIJdTYOEFizcKaAEFZek, (Controller_CompoundElement * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3A1D0, int32_t, Controller_CompoundElement_GmWRGtZyGUcOPRdaGcslezLyrYOHA, (Controller_CompoundElement * __this, Controller_Element * param_00009c86, MethodInfo * method)); DO_APP_FUNC(0x01F3A240, bool, Controller_CompoundElement_EcdreqceWrVrvpXEMoJFbjhdnloT, (Controller_CompoundElement * __this, Controller_Element * param_00009c87, int32_t param_00009c88, int32_t param_00009c89, MethodInfo * method)); DO_APP_FUNC(0x01F3A440, bool, Controller_CompoundElement_npFncfFayZvVWSiEoywpdVZGkOEj, (Controller_CompoundElement * __this, int32_t param_00009c8a, MethodInfo * method)); DO_APP_FUNC(0x01F3A5B0, int32_t, Controller_CompoundElement_agWiMvjqZhHdCukScQTvnsPplWrp, (Controller_CompoundElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00A9FD50, void, Controller_CompoundElement_mJYIgZkmlllSlDyuAQEGSrlBRGZn__ctor, (Controller_CompoundElement_mJYIgZkmlllSlDyuAQEGSrlBRGZn * __this, Controller_Element * param_00009c8b, int32_t param_00009c8c, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, Controller_Axis2D_get_elementCapacity, (Controller_Axis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3A610, Controller_Axis *, Controller_Axis2D_get_xAxis, (Controller_Axis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3A6C0, Controller_Axis *, Controller_Axis2D_get_yAxis, (Controller_Axis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3A770, Vector2, Controller_Axis2D_get_value, (Controller_Axis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3A9D0, Vector2, Controller_Axis2D_get_valuePrev, (Controller_Axis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3AC30, Vector2, Controller_Axis2D_get_valueRaw, (Controller_Axis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3AD90, Vector2, Controller_Axis2D_get_valueRawPrev, (Controller_Axis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3AEF0, void, Controller_Axis2D__ctor, (Controller_Axis2D * __this, Controller * param_00009c8d, int32_t param_00009c8e, String * param_00009c8f, Controller_Axis * param_00009c90, Controller_Axis * param_00009c91, int32_t param_00009c92, int32_t param_00009c93, CalibrationMap * param_00009c94, MethodInfo * method)); DO_APP_FUNC(0x01F3AF90, void, Controller_Axis2D_sOnJhUbggOcodSurOoTYUrMjDrBk, (Controller_Axis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3B020, Vector2, Controller_Axis2D_zztZnQVCtbDOcbfcaEJFcFobSEgBb, (Controller_Axis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3B1B0, Vector2, Controller_Axis2D_nDOMXdFljDtGCZZwzmazkgJlifZz, (Controller_Axis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEC8F0, int32_t, Controller_Hat_get_elementCapacity, (Controller_Hat * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3B340, bool, Controller_Hat_get_force4Way, (Controller_Hat * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3B3D0, void, Controller_Hat_set_force4Way, (Controller_Hat * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F3B470, int32_t, Controller_Hat_get_directionCount, (Controller_Hat * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3B500, IList_1_Rewired_Controller_Button_ *, Controller_Hat_get_Buttons, (Controller_Hat * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3B5B0, Controller_Button *, Controller_Hat_get_buttonUp, (Controller_Hat * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3B660, Controller_Button *, Controller_Hat_get_buttonRight, (Controller_Hat * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3B710, Controller_Button *, Controller_Hat_get_buttonDown, (Controller_Hat * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3B7C0, Controller_Button *, Controller_Hat_get_buttonLeft, (Controller_Hat * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3B870, Controller_Button *, Controller_Hat_get_buttonUpRight, (Controller_Hat * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3B920, Controller_Button *, Controller_Hat_get_buttonDownRight, (Controller_Hat * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3B9D0, Controller_Button *, Controller_Hat_get_buttonDownLeft, (Controller_Hat * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3BA80, Controller_Button *, Controller_Hat_get_buttonUpLeft, (Controller_Hat * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3BB30, void, Controller_Hat__ctor, (Controller_Hat * __this, Controller * param_00009c96, int32_t param_00009c97, String * param_00009c98, Controller_Button__Array * param_00009c99, Int32__Array * param_00009c9a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7280, Controller_Hat__ctor__MethodInfo); DO_APP_FUNC(0x01F3BE90, void, Controller_Hat_sOnJhUbggOcodSurOoTYUrMjDrBk, (Controller_Hat * __this, UpdateLoopType__Enum param_00009c9b, ControllerDataUpdater * param_00009c9c, MethodInfo * method)); DO_APP_FUNC(0x01F3C410, void, Controller_Hat_HfiulUxZJZxkbswmQMiQqWpkPjZb, (Controller_Hat * __this, Controller_Button * param_00009c9d, int32_t param_00009c9e, int32_t param_00009c9f, int32_t param_00009ca0, UpdateLoopType__Enum param_00009ca1, ControllerDataUpdater * param_00009ca2, MethodInfo * method)); DO_APP_FUNC(0x01F3C5C0, void, Controller_Hat_ATybcdhyZyainMTCiSCWcROIzyIh, (Controller_Hat * __this, Controller_Button * param_00009ca3, int32_t param_00009ca4, UpdateLoopType__Enum param_00009ca5, ControllerDataUpdater * param_00009ca6, MethodInfo * method)); DO_APP_FUNC(0x01F3C670, bool, Controller_Extension_get_isJoystickConnected, (Controller_Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C690, bool, Controller_Extension_get_enabled, (Controller_Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Controller *, Controller_Extension_get_controller, (Controller_Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C6B0, void, Controller_Extension__ctor, (Controller_Extension * __this, IControllerExtensionSource * param_00009ca7, MethodInfo * method)); DO_APP_FUNC(0x01F3C720, void, Controller_Extension__ctor_1, (Controller_Extension * __this, Controller_Extension * param_00009ca8, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, Controller_Extension_SetController, (Controller_Extension * __this, Controller * controller, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IControllerExtensionSource *, Controller_Extension_GetSource, (Controller_Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C7B0, void, Controller_Extension_SetSource, (Controller_Extension * __this, Controller_Extension * extension, MethodInfo * method)); DO_APP_FUNC(0x01F3C7D0, void, Controller_Extension_ysacmQqSMsqahpRbLilTqYlITJzk, (Controller_Extension * __this, IControllerExtensionSource * param_00009cab, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Controller_Extension_Clear, (Controller_Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C840, void, Controller_JWRohisJXmIuHwEGEGEggUqRKtxAb__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Controller_JWRohisJXmIuHwEGEGEggUqRKtxAb__ctor, (Controller_JWRohisJXmIuHwEGEGEggUqRKtxAb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C8F0, bool, Controller_JWRohisJXmIuHwEGEGEggUqRKtxAb_QLmqYCcstnkfdSaRxIxOxZQHDSmG, (Controller_JWRohisJXmIuHwEGEGEggUqRKtxAb * __this, Controller * param_00009cae, Guid param_00009caf, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB38B8, Controller_JWRohisJXmIuHwEGEGEggUqRKtxAb_QLmqYCcstnkfdSaRxIxOxZQHDSmG__MethodInfo); DO_APP_FUNC(0x01F3C920, bool, Controller_JWRohisJXmIuHwEGEGEggUqRKtxAb_vtewqZkAjrVOTRcVQDWxAOsjtdOqA, (Controller_JWRohisJXmIuHwEGEGEggUqRKtxAb * __this, Controller * param_00009cb0, Type * param_00009cb1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB38A8, Controller_JWRohisJXmIuHwEGEGEggUqRKtxAb_vtewqZkAjrVOTRcVQDWxAOsjtdOqA__MethodInfo); DO_APP_FUNC(0x01F3C950, void, Controller_PWCpFqgnfCquxMQUouzVLdNuQZKm__ctor, (Controller_PWCpFqgnfCquxMQUouzVLdNuQZKm * __this, int32_t param_00009cb2, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Controller_PWCpFqgnfCquxMQUouzVLdNuQZKm_System_IDisposable_Dispose, (Controller_PWCpFqgnfCquxMQUouzVLdNuQZKm * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C9D0, bool, Controller_PWCpFqgnfCquxMQUouzVLdNuQZKm_MoveNext, (Controller_PWCpFqgnfCquxMQUouzVLdNuQZKm * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, Controller_PWCpFqgnfCquxMQUouzVLdNuQZKm_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (Controller_PWCpFqgnfCquxMQUouzVLdNuQZKm * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CC10, void, Controller_PWCpFqgnfCquxMQUouzVLdNuQZKm_System_Collections_IEnumerator_Reset, (Controller_PWCpFqgnfCquxMQUouzVLdNuQZKm * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7240, Controller_PWCpFqgnfCquxMQUouzVLdNuQZKm_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01F3CC60, Object *, Controller_PWCpFqgnfCquxMQUouzVLdNuQZKm_System_Collections_IEnumerator_get_Current, (Controller_PWCpFqgnfCquxMQUouzVLdNuQZKm * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CCD0, IEnumerator_1_Rewired_ControllerPollingInfo_ *, Controller_PWCpFqgnfCquxMQUouzVLdNuQZKm_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (Controller_PWCpFqgnfCquxMQUouzVLdNuQZKm * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CCD0, IEnumerator *, Controller_PWCpFqgnfCquxMQUouzVLdNuQZKm_System_Collections_IEnumerable_GetEnumerator, (Controller_PWCpFqgnfCquxMQUouzVLdNuQZKm * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, Controller_HUhqQmURjZefXCLGSpCcHVTRkck__ctor, (Controller_HUhqQmURjZefXCLGSpCcHVTRkck * __this, int32_t param_00009cb3, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Controller_HUhqQmURjZefXCLGSpCcHVTRkck_System_IDisposable_Dispose, (Controller_HUhqQmURjZefXCLGSpCcHVTRkck * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CE10, bool, Controller_HUhqQmURjZefXCLGSpCcHVTRkck_MoveNext, (Controller_HUhqQmURjZefXCLGSpCcHVTRkck * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, Controller_HUhqQmURjZefXCLGSpCcHVTRkck_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (Controller_HUhqQmURjZefXCLGSpCcHVTRkck * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3D020, void, Controller_HUhqQmURjZefXCLGSpCcHVTRkck_System_Collections_IEnumerator_Reset, (Controller_HUhqQmURjZefXCLGSpCcHVTRkck * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB71A0, Controller_HUhqQmURjZefXCLGSpCcHVTRkck_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01F3D070, Object *, Controller_HUhqQmURjZefXCLGSpCcHVTRkck_System_Collections_IEnumerator_get_Current, (Controller_HUhqQmURjZefXCLGSpCcHVTRkck * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3D0E0, IEnumerator_1_Rewired_ControllerPollingInfo_ *, Controller_HUhqQmURjZefXCLGSpCcHVTRkck_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (Controller_HUhqQmURjZefXCLGSpCcHVTRkck * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3D0E0, IEnumerator *, Controller_HUhqQmURjZefXCLGSpCcHVTRkck_System_Collections_IEnumerable_GetEnumerator, (Controller_HUhqQmURjZefXCLGSpCcHVTRkck * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3D220, int32_t, ControllerWithAxes_get_axisCount, (ControllerWithAxes * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3D2B0, int32_t, ControllerWithAxes_get_axis2DCount, (ControllerWithAxes * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3D340, IList_1_Rewired_Controller_Axis_ *, ControllerWithAxes_get_Axes, (ControllerWithAxes * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3D3F0, IList_1_Rewired_Controller_Axis2D_ *, ControllerWithAxes_get_Axes2D, (ControllerWithAxes * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3D4A0, CalibrationMap *, ControllerWithAxes_get_calibrationMap, (ControllerWithAxes * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3D530, IList_1_Rewired_ControllerElementIdentifier_ *, ControllerWithAxes_get_AxisElementIdentifiers, (ControllerWithAxes * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3D5F0, void, ControllerWithAxes__ctor, (ControllerWithAxes * __this, int32_t param_00009cb4, InputSource__Enum param_00009cb5, String * param_00009cb6, String * param_00009cb7, String * param_00009cb8, ControllerType__Enum param_00009cb9, Guid param_00009cba, int32_t param_00009cbb, int32_t param_00009cbc, Boolean__Array * param_00009cbd, HardwareControllerMap_Game * param_00009cbe, Controller_Extension * param_00009cbf, ControllerDataUpdater * param_00009cc0, MethodInfo * method)); DO_APP_FUNC(0x01F3E480, Controller_Element *, ControllerWithAxes_GetElementById, (ControllerWithAxes * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F3E640, int32_t, ControllerWithAxes_GetAxisIndexById, (ControllerWithAxes * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F3E730, float, ControllerWithAxes_GetAxis, (ControllerWithAxes * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F3E810, float, ControllerWithAxes_GetAxisPrev, (ControllerWithAxes * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F3E8F0, float, ControllerWithAxes_GetAxisRaw, (ControllerWithAxes * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F3E9D0, float, ControllerWithAxes_GetAxisRawPrev, (ControllerWithAxes * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F3EAB0, double, ControllerWithAxes_GetAxisTimeActive, (ControllerWithAxes * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F3EB90, double, ControllerWithAxes_GetAxisTimeInactive, (ControllerWithAxes * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F3EC70, double, ControllerWithAxes_GetAxisLastTimeActive, (ControllerWithAxes * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F3ED50, double, ControllerWithAxes_GetAxisLastTimeInactive, (ControllerWithAxes * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F3EE30, double, ControllerWithAxes_GetAxisRawTimeActive, (ControllerWithAxes * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F3EF10, double, ControllerWithAxes_GetAxisRawTimeInactive, (ControllerWithAxes * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F3EFF0, double, ControllerWithAxes_GetAxisRawLastTimeActive, (ControllerWithAxes * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F3F0D0, double, ControllerWithAxes_GetAxisRawLastTimeInactive, (ControllerWithAxes * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F3F1B0, float, ControllerWithAxes_GetAxisById, (ControllerWithAxes * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F3F2F0, float, ControllerWithAxes_GetAxisPrevById, (ControllerWithAxes * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F3F430, float, ControllerWithAxes_GetAxisRawById, (ControllerWithAxes * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F3F570, float, ControllerWithAxes_GetAxisRawPrevById, (ControllerWithAxes * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F3F6B0, double, ControllerWithAxes_GetAxisTimeActiveById, (ControllerWithAxes * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F3F7F0, double, ControllerWithAxes_GetAxisTimeInactiveById, (ControllerWithAxes * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F3F930, double, ControllerWithAxes_GetAxisLastTimeActiveById, (ControllerWithAxes * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F3FA70, double, ControllerWithAxes_GetAxisLastTimeInactiveById, (ControllerWithAxes * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F3FBB0, double, ControllerWithAxes_GetAxisRawTimeActiveById, (ControllerWithAxes * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F3FCF0, double, ControllerWithAxes_GetAxisRawTimeInactiveById, (ControllerWithAxes * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F3FE30, double, ControllerWithAxes_GetAxisRawLastTimeActiveById, (ControllerWithAxes * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F3FF70, double, ControllerWithAxes_GetAxisRawLastTimeInactiveById, (ControllerWithAxes * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F400B0, Vector2, ControllerWithAxes_GetAxis2D, (ControllerWithAxes * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F401E0, Vector2, ControllerWithAxes_GetAxis2DPrev, (ControllerWithAxes * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F40310, Vector2, ControllerWithAxes_GetAxis2DRaw, (ControllerWithAxes * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F40580, Vector2, ControllerWithAxes_GetAxis2DRawPrev, (ControllerWithAxes * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F407F0, double, ControllerWithAxes_GetLastTimeActive, (ControllerWithAxes * __this, MethodInfo * method)); DO_APP_FUNC(0x01F408A0, double, ControllerWithAxes_GetLastTimeActive_1, (ControllerWithAxes * __this, bool useRawValues, MethodInfo * method)); DO_APP_FUNC(0x01F40AD0, double, ControllerWithAxes_GetLastTimeAnyElementChanged, (ControllerWithAxes * __this, MethodInfo * method)); DO_APP_FUNC(0x01F40AF0, double, ControllerWithAxes_GetLastTimeAnyElementChanged_1, (ControllerWithAxes * __this, bool useRawValues, MethodInfo * method)); DO_APP_FUNC(0x01F40C40, double, ControllerWithAxes_GetLastTimeAnyAxisActive, (ControllerWithAxes * __this, MethodInfo * method)); DO_APP_FUNC(0x01F40C50, double, ControllerWithAxes_GetLastTimeAnyAxisActive_1, (ControllerWithAxes * __this, bool useRawValues, MethodInfo * method)); DO_APP_FUNC(0x01F40DB0, double, ControllerWithAxes_GetLastTimeAnyAxisChanged, (ControllerWithAxes * __this, MethodInfo * method)); DO_APP_FUNC(0x01F40DC0, double, ControllerWithAxes_GetLastTimeAnyAxisChanged_1, (ControllerWithAxes * __this, bool useRawValues, MethodInfo * method)); DO_APP_FUNC(0x01F40F20, ControllerPollingInfo, ControllerWithAxes_PollForFirstElement, (ControllerWithAxes * __this, MethodInfo * method)); DO_APP_FUNC(0x01F41020, ControllerPollingInfo, ControllerWithAxes_PollForFirstElementDown, (ControllerWithAxes * __this, MethodInfo * method)); DO_APP_FUNC(0x01F41120, ControllerPollingInfo, ControllerWithAxes_PollForFirstAxis, (ControllerWithAxes * __this, MethodInfo * method)); DO_APP_FUNC(0x01F41380, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ControllerWithAxes_PollForAllElements, (ControllerWithAxes * __this, MethodInfo * method)); DO_APP_FUNC(0x01F41440, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ControllerWithAxes_PollForAllElementsDown, (ControllerWithAxes * __this, MethodInfo * method)); DO_APP_FUNC(0x01F41500, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ControllerWithAxes_PollForAllAxes, (ControllerWithAxes * __this, MethodInfo * method)); DO_APP_FUNC(0x01F415C0, void, ControllerWithAxes_CSFHFpMaiAAgHEWxNTwfgBSriMWfb, (ControllerWithAxes * __this, MethodInfo * method)); DO_APP_FUNC(0x01F41750, bool, ControllerWithAxes_IsPolledAxisActive, (ControllerWithAxes * __this, int32_t index, Pole__Enum * pole, int32_t * elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F41970, bool, ControllerWithAxes_ImportCalibrationMapFromXmlString, (ControllerWithAxes * __this, String * xmlString, MethodInfo * method)); DO_APP_FUNC(0x01F41A30, bool, ControllerWithAxes_ImportCalibrationMapFromJsonString, (ControllerWithAxes * __this, String * jsonString, MethodInfo * method)); DO_APP_FUNC(0x01F41AF0, void, ControllerWithAxes_jeaouqEbQHoWmxiqLJMNAZYkbhZj, (ControllerWithAxes * __this, UpdateLoopType__Enum param_00009ce8, MethodInfo * method)); DO_APP_FUNC(0x01F41FD0, bool, ControllerWithAxes_WzznNjxPtDAIiIDYueutBsgTrmZfb, (ControllerWithAxes * __this, ActionElementMap * param_00009ce9, int32_t param_00009cea, bool param_00009ceb, bool param_00009cec, float * param_00009ced, MethodInfo * method)); DO_APP_FUNC(0x01F42180, void, ControllerWithAxes_HjuYadaxwxMvUXiwNNYvpThGTpfT, (ControllerWithAxes * __this, ControllerMap * param_00009cee, MethodInfo * method)); DO_APP_FUNC(0x01F424A0, void, ControllerWithAxes_jYXJvXIKABNgacZvmVQXddAdKMNl, (ControllerWithAxes * __this, ControllerMap * param_00009cef, ActionElementMap * param_00009cf0, MethodInfo * method)); DO_APP_FUNC(0x01F424F0, void, ControllerWithAxes_oUDdrAVkkBTuffgcgGZUFpJpcInDb, (ControllerWithAxes * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6DE8, ControllerWithAxes_oUDdrAVkkBTuffgcgGZUFpJpcInDb__MethodInfo); DO_APP_FUNC(0x01F426B0, void, ControllerWithAxes_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (ControllerWithAxes * __this, MethodInfo * method)); DO_APP_FUNC(0x011070B0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ControllerWithAxes_BqeBpUQJwvUtcgRVMEjmKmJywdPpA, (ControllerWithAxes * __this, MethodInfo * method)); DO_APP_FUNC(0x01BF89B0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ControllerWithAxes_KkkAQZiGCRvNkGrorogDOccsvdSKA, (ControllerWithAxes * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, ControllerWithAxes_LetpMdmjdGTLpJWETwibvziyVxxg__ctor, (ControllerWithAxes_LetpMdmjdGTLpJWETwibvziyVxxg * __this, int32_t param_00009cf1, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ControllerWithAxes_LetpMdmjdGTLpJWETwibvziyVxxg_System_IDisposable_Dispose, (ControllerWithAxes_LetpMdmjdGTLpJWETwibvziyVxxg * __this, MethodInfo * method)); DO_APP_FUNC(0x01F42720, bool, ControllerWithAxes_LetpMdmjdGTLpJWETwibvziyVxxg_MoveNext, (ControllerWithAxes_LetpMdmjdGTLpJWETwibvziyVxxg * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, ControllerWithAxes_LetpMdmjdGTLpJWETwibvziyVxxg_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (ControllerWithAxes_LetpMdmjdGTLpJWETwibvziyVxxg * __this, MethodInfo * method)); DO_APP_FUNC(0x01F42950, void, ControllerWithAxes_LetpMdmjdGTLpJWETwibvziyVxxg_System_Collections_IEnumerator_Reset, (ControllerWithAxes_LetpMdmjdGTLpJWETwibvziyVxxg * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6DD8, ControllerWithAxes_LetpMdmjdGTLpJWETwibvziyVxxg_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01F429A0, Object *, ControllerWithAxes_LetpMdmjdGTLpJWETwibvziyVxxg_System_Collections_IEnumerator_get_Current, (ControllerWithAxes_LetpMdmjdGTLpJWETwibvziyVxxg * __this, MethodInfo * method)); DO_APP_FUNC(0x01F42A10, IEnumerator_1_Rewired_ControllerPollingInfo_ *, ControllerWithAxes_LetpMdmjdGTLpJWETwibvziyVxxg_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (ControllerWithAxes_LetpMdmjdGTLpJWETwibvziyVxxg * __this, MethodInfo * method)); DO_APP_FUNC(0x01F42A10, IEnumerator *, ControllerWithAxes_LetpMdmjdGTLpJWETwibvziyVxxg_System_Collections_IEnumerable_GetEnumerator, (ControllerWithAxes_LetpMdmjdGTLpJWETwibvziyVxxg * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, ControllerWithAxes_NzvSOgBMKPbhHAioOqyiZXkkpfXz__ctor, (ControllerWithAxes_NzvSOgBMKPbhHAioOqyiZXkkpfXz * __this, int32_t param_00009cf2, MethodInfo * method)); DO_APP_FUNC(0x01F42B50, void, ControllerWithAxes_NzvSOgBMKPbhHAioOqyiZXkkpfXz_System_IDisposable_Dispose, (ControllerWithAxes_NzvSOgBMKPbhHAioOqyiZXkkpfXz * __this, MethodInfo * method)); DO_APP_FUNC(0x01F42CF0, bool, ControllerWithAxes_NzvSOgBMKPbhHAioOqyiZXkkpfXz_MoveNext, (ControllerWithAxes_NzvSOgBMKPbhHAioOqyiZXkkpfXz * __this, MethodInfo * method)); DO_APP_FUNC(0x01F432F0, void, ControllerWithAxes_NzvSOgBMKPbhHAioOqyiZXkkpfXz_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ControllerWithAxes_NzvSOgBMKPbhHAioOqyiZXkkpfXz * __this, MethodInfo * method)); DO_APP_FUNC(0x01F43350, void, ControllerWithAxes_NzvSOgBMKPbhHAioOqyiZXkkpfXz_DoQXnKzdNUehTxxsxBJvgNhCuILy, (ControllerWithAxes_NzvSOgBMKPbhHAioOqyiZXkkpfXz * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, ControllerWithAxes_NzvSOgBMKPbhHAioOqyiZXkkpfXz_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (ControllerWithAxes_NzvSOgBMKPbhHAioOqyiZXkkpfXz * __this, MethodInfo * method)); DO_APP_FUNC(0x01F433B0, void, ControllerWithAxes_NzvSOgBMKPbhHAioOqyiZXkkpfXz_System_Collections_IEnumerator_Reset, (ControllerWithAxes_NzvSOgBMKPbhHAioOqyiZXkkpfXz * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6C30, ControllerWithAxes_NzvSOgBMKPbhHAioOqyiZXkkpfXz_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01F43400, Object *, ControllerWithAxes_NzvSOgBMKPbhHAioOqyiZXkkpfXz_System_Collections_IEnumerator_get_Current, (ControllerWithAxes_NzvSOgBMKPbhHAioOqyiZXkkpfXz * __this, MethodInfo * method)); DO_APP_FUNC(0x01F43470, IEnumerator_1_Rewired_ControllerPollingInfo_ *, ControllerWithAxes_NzvSOgBMKPbhHAioOqyiZXkkpfXz_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (ControllerWithAxes_NzvSOgBMKPbhHAioOqyiZXkkpfXz * __this, MethodInfo * method)); DO_APP_FUNC(0x01F43470, IEnumerator *, ControllerWithAxes_NzvSOgBMKPbhHAioOqyiZXkkpfXz_System_Collections_IEnumerable_GetEnumerator, (ControllerWithAxes_NzvSOgBMKPbhHAioOqyiZXkkpfXz * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, ControllerWithAxes_rfkTPrxKnqjKmBlFsGBNjMGzhcjRA__ctor, (ControllerWithAxes_rfkTPrxKnqjKmBlFsGBNjMGzhcjRA * __this, int32_t param_00009cf3, MethodInfo * method)); DO_APP_FUNC(0x01F435B0, void, ControllerWithAxes_rfkTPrxKnqjKmBlFsGBNjMGzhcjRA_System_IDisposable_Dispose, (ControllerWithAxes_rfkTPrxKnqjKmBlFsGBNjMGzhcjRA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F43750, bool, ControllerWithAxes_rfkTPrxKnqjKmBlFsGBNjMGzhcjRA_MoveNext, (ControllerWithAxes_rfkTPrxKnqjKmBlFsGBNjMGzhcjRA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F43D50, void, ControllerWithAxes_rfkTPrxKnqjKmBlFsGBNjMGzhcjRA_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ControllerWithAxes_rfkTPrxKnqjKmBlFsGBNjMGzhcjRA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F43DB0, void, ControllerWithAxes_rfkTPrxKnqjKmBlFsGBNjMGzhcjRA_DoQXnKzdNUehTxxsxBJvgNhCuILy, (ControllerWithAxes_rfkTPrxKnqjKmBlFsGBNjMGzhcjRA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, ControllerWithAxes_rfkTPrxKnqjKmBlFsGBNjMGzhcjRA_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (ControllerWithAxes_rfkTPrxKnqjKmBlFsGBNjMGzhcjRA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F43E10, void, ControllerWithAxes_rfkTPrxKnqjKmBlFsGBNjMGzhcjRA_System_Collections_IEnumerator_Reset, (ControllerWithAxes_rfkTPrxKnqjKmBlFsGBNjMGzhcjRA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6D08, ControllerWithAxes_rfkTPrxKnqjKmBlFsGBNjMGzhcjRA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01F43E60, Object *, ControllerWithAxes_rfkTPrxKnqjKmBlFsGBNjMGzhcjRA_System_Collections_IEnumerator_get_Current, (ControllerWithAxes_rfkTPrxKnqjKmBlFsGBNjMGzhcjRA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F43ED0, IEnumerator_1_Rewired_ControllerPollingInfo_ *, ControllerWithAxes_rfkTPrxKnqjKmBlFsGBNjMGzhcjRA_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (ControllerWithAxes_rfkTPrxKnqjKmBlFsGBNjMGzhcjRA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F43ED0, IEnumerator *, ControllerWithAxes_rfkTPrxKnqjKmBlFsGBNjMGzhcjRA_System_Collections_IEnumerable_GetEnumerator, (ControllerWithAxes_rfkTPrxKnqjKmBlFsGBNjMGzhcjRA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F44010, void, ControllerWithMap__ctor, (ControllerWithMap * __this, int32_t param_00009cf4, InputSource__Enum param_00009cf5, String * param_00009cf6, String * param_00009cf7, String * param_00009cf8, ControllerType__Enum param_00009cf9, Guid param_00009cfa, int32_t param_00009cfb, Boolean__Array * param_00009cfc, HardwareControllerMap_Game * param_00009cfd, Controller_Extension * param_00009cfe, ControllerDataUpdater * param_00009cff, MethodInfo * method)); DO_APP_FUNC(0x00422B10, int32_t, CustomController_get_sourceControllerId, (CustomController * __this, MethodInfo * method)); DO_APP_FUNC(0x01F440C0, Guid, CustomController_get_deviceInstanceGuid, (CustomController * __this, MethodInfo * method)); DO_APP_FUNC(0x01F44190, void, CustomController__ctor, (CustomController * __this, vIqliCMhumeoieWDPqygMpDRxkfk * param_00009d00, MethodInfo * method)); DO_APP_FUNC(0x01F44440, void, CustomController__ctor_1, (CustomController * __this, int32_t param_00009d01, int32_t param_00009d02, Guid param_00009d03, InputSource__Enum param_00009d04, String * param_00009d05, String * param_00009d06, String * param_00009d07, int32_t param_00009d08, int32_t param_00009d09, HardwareControllerMap_Game * param_00009d0a, Controller_Extension * param_00009d0b, ControllerDataUpdater * param_00009d0c, MethodInfo * method)); DO_APP_FUNC(0x01F445F0, void, CustomController_RWrbijItMKugjweWAnqagkPenbkM, (CustomController * __this, MethodInfo * method)); DO_APP_FUNC(0x01F44710, void, CustomController_SetAxisValue, (CustomController * __this, int32_t index, float value, MethodInfo * method)); DO_APP_FUNC(0x01F44870, void, CustomController_SetAxisValue_1, (CustomController * __this, String * elementName, float value, MethodInfo * method)); DO_APP_FUNC(0x01F44A00, void, CustomController_SetAxisValueById, (CustomController * __this, int32_t elementId, float value, MethodInfo * method)); DO_APP_FUNC(0x01F44B70, void, CustomController_SetButtonValue, (CustomController * __this, int32_t index, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F44CD0, void, CustomController_SetButtonValue_1, (CustomController * __this, String * elementName, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F44E60, void, CustomController_SetButtonValueById, (CustomController * __this, int32_t elementId, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F44FD0, void, CustomController_SetAxisUpdateCallback, (CustomController * __this, Func_2_Int32_Single_ * callback, MethodInfo * method)); DO_APP_FUNC(0x01F450D0, void, CustomController_SetButtonUpdateCallback, (CustomController * __this, Func_2_Int32_Boolean_ * callback, MethodInfo * method)); DO_APP_FUNC(0x01F451D0, void, CustomController_ClearAxisValue, (CustomController * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F45340, void, CustomController_ClearAxisValue_1, (CustomController * __this, String * elementName, MethodInfo * method)); DO_APP_FUNC(0x01F45490, void, CustomController_ClearAxisValueById, (CustomController * __this, int32_t elementId, MethodInfo * method)); DO_APP_FUNC(0x01F455D0, void, CustomController_ClearButtonValue, (CustomController * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F45740, void, CustomController_ClearButtonValue_1, (CustomController * __this, String * elementName, MethodInfo * method)); DO_APP_FUNC(0x01F45890, void, CustomController_ClearButtonValueById, (CustomController * __this, int32_t elementId, MethodInfo * method)); DO_APP_FUNC(0x01F459D0, IList_1_Rewired_JoystickType_ *, Joystick_FlDbpadPsfFXsTxLIvlprRaAAMBG, (Joystick * __this, MethodInfo * method)); DO_APP_FUNC(0x01F45A80, Nullable_1_Int64_, Joystick_get_systemId, (Joystick * __this, MethodInfo * method)); DO_APP_FUNC(0x01F45B80, int32_t, Joystick_get_unityId, (Joystick * __this, MethodInfo * method)); DO_APP_FUNC(0x01F45C40, Guid, Joystick_get_deviceInstanceGuid, (Joystick * __this, MethodInfo * method)); DO_APP_FUNC(0x01F45D50, bool, Joystick_get_supportsVibration, (Joystick * __this, MethodInfo * method)); DO_APP_FUNC(0x01F45DE0, float, Joystick_get_vibrationLeftMotor, (Joystick * __this, MethodInfo * method)); DO_APP_FUNC(0x01F45F30, void, Joystick_set_vibrationLeftMotor, (Joystick * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01F46050, float, Joystick_get_vibrationRightMotor, (Joystick * __this, MethodInfo * method)); DO_APP_FUNC(0x01F461B0, void, Joystick_set_vibrationRightMotor, (Joystick * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01F462D0, int32_t, Joystick_get_vibrationMotorCount, (Joystick * __this, MethodInfo * method)); DO_APP_FUNC(0x01F463E0, int32_t, Joystick_get_hatCount, (Joystick * __this, MethodInfo * method)); DO_APP_FUNC(0x01F46470, IList_1_Rewired_Controller_Hat_ *, Joystick_get_Hats, (Joystick * __this, MethodInfo * method)); DO_APP_FUNC(0x01F46520, int32_t, Joystick_wlyBIkvWeGYXtEwphBomHJSTSdUA, (Joystick * __this, MethodInfo * method)); DO_APP_FUNC(0x01F46580, HardwareControllerMapIdentifier, Joystick_caQhMpOOKzCugFmwGVvSPoHyvhsEA, (Joystick * __this, MethodInfo * method)); DO_APP_FUNC(0x01F465E0, void, Joystick__ctor, (Joystick * __this, BridgedController * param_00009d23, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB68F8, Joystick__ctor__MethodInfo); DO_APP_FUNC(0x01F47190, void, Joystick__ctor_1, (Joystick * __this, int32_t param_00009d24, InputSource__Enum param_00009d25, String * param_00009d26, String * param_00009d27, String * param_00009d28, Guid param_00009d29, int32_t param_00009d2a, int32_t param_00009d2b, Boolean__Array * param_00009d2c, HardwareControllerMap_Game * param_00009d2d, Controller_Extension * param_00009d2e, ControllerDataUpdater * param_00009d2f, MethodInfo * method)); DO_APP_FUNC(0x01F47CF0, bool, Joystick_VqdQaBXOrvCcSvkvywwrIaZnCXfu, (Joystick * __this, JoystickType__Enum param_00009d30, MethodInfo * method)); DO_APP_FUNC(0x01F47DE0, JoystickCalibrationMapSaveData *, Joystick_GetCalibrationMapSaveData, (Joystick * __this, MethodInfo * method)); DO_APP_FUNC(0x01F47FA0, void, Joystick_SetVibration, (Joystick * __this, float leftMotorLevel, float rightMotorLevel, MethodInfo * method)); DO_APP_FUNC(0x01F481D0, void, Joystick_SetVibration_1, (Joystick * __this, float leftMotorLevel, float rightMotorLevel, float leftMotorDuration, float rightMotorDuration, MethodInfo * method)); DO_APP_FUNC(0x01F483C0, void, Joystick_SetVibration_2, (Joystick * __this, int32_t motorIndex, float motorLevel, MethodInfo * method)); DO_APP_FUNC(0x01F483E0, void, Joystick_SetVibration_3, (Joystick * __this, int32_t motorIndex, float motorLevel, float duration, MethodInfo * method)); DO_APP_FUNC(0x01F48400, void, Joystick_SetVibration_4, (Joystick * __this, int32_t motorIndex, float motorLevel, bool stopOtherMotors, MethodInfo * method)); DO_APP_FUNC(0x01F48420, void, Joystick_SetVibration_5, (Joystick * __this, int32_t motorIndex, float motorLevel, float duration, bool stopOtherMotors, MethodInfo * method)); DO_APP_FUNC(0x01F48600, float, Joystick_GetVibration, (Joystick * __this, int32_t motorIndex, MethodInfo * method)); DO_APP_FUNC(0x01F48780, void, Joystick_StopVibration, (Joystick * __this, MethodInfo * method)); DO_APP_FUNC(0x01F48910, void, Joystick_jeaouqEbQHoWmxiqLJMNAZYkbhZj, (Joystick * __this, UpdateLoopType__Enum param_00009d44, MethodInfo * method)); DO_APP_FUNC(0x01F48A80, void, Joystick_cWCtRwFQccpbWqEFtVQXDhZQpHVO, (Joystick * __this, UpdateControllerInfoEventArgs * param_00009d45, MethodInfo * method)); DO_APP_FUNC(0x01F48AA0, void, Joystick_cWCtRwFQccpbWqEFtVQXDhZQpHVO_1, (Joystick * __this, BridgedController * param_00009d46, MethodInfo * method)); DO_APP_FUNC(0x01F48AC0, void, Joystick_cWCtRwFQccpbWqEFtVQXDhZQpHVO_2, (Joystick * __this, IInputManagerJoystickPublic * param_00009d47, MethodInfo * method)); DO_APP_FUNC(0x01F48C90, void, Joystick_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (Joystick * __this, MethodInfo * method)); DO_APP_FUNC(0x01F48CB0, void, Joystick_PolSnbSBGmyhlhfNuaOpsWqcuIUc, (Joystick * __this, bool param_00009d48, MethodInfo * method)); DO_APP_FUNC(0x01F48E20, void, Joystick_Disconnected, (Joystick * __this, MethodInfo * method)); DO_APP_FUNC(0x01F48FA0, void, Joystick_dbPFOaostUFBJKZfqByPGWcSnAyJA, (Joystick * __this, MethodInfo * method)); DO_APP_FUNC(0x01F490C0, void, Joystick_XQvqAuASXmbYNrNehBDJBZTpysRj, (Joystick * __this, int32_t param_00009d49, float param_00009d4a, float param_00009d4b, bool param_00009d4c, bool param_00009d4d, MethodInfo * method)); DO_APP_FUNC(0x01F49250, void, Joystick_vUZKmBCVJuUkbgWQQmNuorYPulRy, (Joystick * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Joystick_PGogNexLJGZoHMUpxAPyfooCKWew, (Joystick * __this, MethodInfo * method)); DO_APP_FUNC(0x01F493C0, int32_t, Joystick_fvTBLcIxexbdxoAJYdOCzPCdReUe, (Joystick * param_00009d4e, Joystick * param_00009d4f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BE18, Joystick_fvTBLcIxexbdxoAJYdOCzPCdReUe__MethodInfo); DO_APP_FUNC(0x01F49530, KeyboardKeyCode__Enum__Array *, Keyboard_LaNnmaiZypgMsPSbWvlepQAkstIi, (MethodInfo * method)); DO_APP_FUNC(0x01F496D0, void, Keyboard__ctor, (Keyboard * __this, String * param_00009d50, IUnifiedKeyboardSource * param_00009d51, MethodInfo * method)); DO_APP_FUNC(0x01F49BC0, void, Keyboard__ctor_1, (Keyboard * __this, int32_t param_00009d52, InputSource__Enum param_00009d53, String * param_00009d54, String * param_00009d55, HardwareControllerMap_Game * param_00009d56, int32_t param_00009d57, Controller_Extension * param_00009d58, ControllerDataUpdater * param_00009d59, MethodInfo * method)); DO_APP_FUNC(0x01F49D60, Guid, Keyboard_get_deviceInstanceGuid, (Keyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x01F49E50, bool, Keyboard_GetKey, (Keyboard * __this, KeyCode__Enum keyCode, MethodInfo * method)); DO_APP_FUNC(0x01F49F40, bool, Keyboard_GetKeyDown, (Keyboard * __this, KeyCode__Enum keyCode, MethodInfo * method)); DO_APP_FUNC(0x01F4A030, bool, Keyboard_GetKeyUp, (Keyboard * __this, KeyCode__Enum keyCode, MethodInfo * method)); DO_APP_FUNC(0x01F4A120, bool, Keyboard_GetKeyDoublePressHold, (Keyboard * __this, KeyCode__Enum keyCode, float speed, MethodInfo * method)); DO_APP_FUNC(0x01F4A220, bool, Keyboard_GetKeyDoublePressHold_1, (Keyboard * __this, KeyCode__Enum keyCode, MethodInfo * method)); DO_APP_FUNC(0x01F4A290, bool, Keyboard_GetKeyDoublePressDown, (Keyboard * __this, KeyCode__Enum keyCode, float speed, MethodInfo * method)); DO_APP_FUNC(0x01F4A390, bool, Keyboard_GetKeyDoublePressDown_1, (Keyboard * __this, KeyCode__Enum keyCode, MethodInfo * method)); DO_APP_FUNC(0x01F4A480, bool, Keyboard_GetKeyPrev, (Keyboard * __this, KeyCode__Enum keyCode, MethodInfo * method)); DO_APP_FUNC(0x01F4A570, double, Keyboard_GetKeyTimePressed, (Keyboard * __this, KeyCode__Enum keyCode, MethodInfo * method)); DO_APP_FUNC(0x01F4A660, double, Keyboard_GetKeyTimeUnpressed, (Keyboard * __this, KeyCode__Enum keyCode, MethodInfo * method)); DO_APP_FUNC(0x01F4A750, bool, Keyboard_GetModifierKey, (Keyboard * __this, ModifierKey__Enum key, MethodInfo * method)); DO_APP_FUNC(0x01F4A860, bool, Keyboard_GetModifierKeyDown, (Keyboard * __this, ModifierKey__Enum key, MethodInfo * method)); DO_APP_FUNC(0x01F4A9A0, bool, Keyboard_GetModifierKeyUp, (Keyboard * __this, ModifierKey__Enum key, MethodInfo * method)); DO_APP_FUNC(0x01F4AAE0, bool, Keyboard_GetModifierKeyPrev, (Keyboard * __this, ModifierKey__Enum key, MethodInfo * method)); DO_APP_FUNC(0x01F4ABF0, double, Keyboard_GetModifierKeyTimePressed, (Keyboard * __this, ModifierKey__Enum key, MethodInfo * method)); DO_APP_FUNC(0x01F4AD00, double, Keyboard_GetModifierKeyTimeUnpressed, (Keyboard * __this, ModifierKey__Enum key, MethodInfo * method)); DO_APP_FUNC(0x01F4AE10, KeyCode__Enum, Keyboard_GetKeyCodeByButtonIndex, (Keyboard * __this, int32_t buttonIndex, MethodInfo * method)); DO_APP_FUNC(0x01F4AEC0, KeyCode__Enum, Keyboard_GetKeyCodeById, (Keyboard * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F4AFE0, int32_t, Keyboard_GetButtonIndexByKeyCode, (Keyboard * __this, KeyCode__Enum keyCode, MethodInfo * method)); DO_APP_FUNC(0x01F4B0B0, ControllerElementIdentifier *, Keyboard_GetElementIdentifierByKeyCode, (Keyboard * __this, KeyCode__Enum keyCode, MethodInfo * method)); DO_APP_FUNC(0x01F4B1A0, ControllerPollingInfo, Keyboard_PollForFirstKey, (Keyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x01F4B470, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Keyboard_PollForAllKeys, (Keyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x01F4B530, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Keyboard_PollForAllKeysDown, (Keyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x01F4B5F0, ControllerPollingInfo, Keyboard_PollForFirstKeyDown, (Keyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x01F4B8C0, ControllerPollingInfo, Keyboard_PollForFirstButton, (Keyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x01F4B900, ControllerPollingInfo, Keyboard_PollForFirstButtonDown, (Keyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x01F4B940, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Keyboard_PollForAllButtons, (Keyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x01F4B950, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Keyboard_PollForAllButtonsDown, (Keyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x01F4B960, bool, Keyboard_IsModifierKey, (KeyCode__Enum key, MethodInfo * method)); DO_APP_FUNC(0x01F4B960, bool, Keyboard_TFpfoftlZwHLgpUPGoSAtkjnzcEW, (KeyboardKeyCode__Enum param_00009d71, MethodInfo * method)); DO_APP_FUNC(0x01F4B980, ModifierKey__Enum, Keyboard_KeyCodeToModifierKey, (KeyCode__Enum key, MethodInfo * method)); DO_APP_FUNC(0x01F4B9E0, ModifierKeyFlags__Enum, Keyboard_KeyCodeToModifierKeyFlags, (KeyCode__Enum key, MethodInfo * method)); DO_APP_FUNC(0x01F4BA60, bool, Keyboard_ModifierKeyFlagsContain, (ModifierKeyFlags__Enum flags, ModifierKey__Enum key, MethodInfo * method)); DO_APP_FUNC(0x01F4BAB0, bool, Keyboard_ModifierKeyFlagsContain_1, (ModifierKeyFlags__Enum flags, KeyCode__Enum key, MethodInfo * method)); DO_APP_FUNC(0x01F4BB40, ModifierKey__Enum, Keyboard_ModifierKeyFlagsToModifierKey, (ModifierKeyFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x01F4BB90, KeyCode__Enum, Keyboard_ModifierKeyFlagsToKeyCode, (ModifierKeyFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x01F4BBF0, ModifierKeyFlags__Enum, Keyboard_ModifierKeyToModifierKeyFlags, (ModifierKey__Enum key, MethodInfo * method)); DO_APP_FUNC(0x01F4BC30, String *, Keyboard_GetKeyName, (KeyCode__Enum key, MethodInfo * method)); DO_APP_FUNC(0x01F4BD10, String *, Keyboard_GetKeyName_1, (KeyCode__Enum key, ModifierKeyFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x01F4BD80, String *, Keyboard_ModifierKeyFlagsToString, (ModifierKeyFlags__Enum flags, bool abbreviate, MethodInfo * method)); DO_APP_FUNC(0x01F4BF40, String *, Keyboard_ModifierKeyFlagsToString_1, (ModifierKeyFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, KeyboardKeyCode__Enum, Keyboard_ZaoshMQvQVlejAjWjsSBqoTeQGNr, (KeyCode__Enum param_00009d81, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, KeyCode__Enum, Keyboard_lxLHuYyNLDsGAHFAlTSGtTnCgKdI, (KeyboardKeyCode__Enum param_00009d82, MethodInfo * method)); DO_APP_FUNC(0x01F4BF50, ModifierKeyFlags__Enum, Keyboard_GAtEIhZQFlwoxdKNREjHgfMUeFSib, (ModifierKeyFlags__Enum param_00009d83, MethodInfo * method)); DO_APP_FUNC(0x01F4BFB0, int32_t, Keyboard_xtxgtLEqBhLjJBIaFjHyfdwESouvc, (ModifierKeyFlags__Enum param_00009d84, MethodInfo * method)); DO_APP_FUNC(0x01F4BFF0, KeyboardKeyCode__Enum, Keyboard_GetKeyboardKeyCodeByButtonIndex, (int32_t buttonIndex, MethodInfo * method)); DO_APP_FUNC(0x01F4C1B0, int32_t, Keyboard_OAOYmWxVGINaRSwwcSZsIimfGGKm, (KeyboardKeyCode__Enum param_00009d86, MethodInfo * method)); DO_APP_FUNC(0x01F4C270, void, Keyboard_wzaxEMQepyIIAaTZUqDLBgGIRFBpA, (int32_t * param_00009d87, KeyCode__Enum * param_00009d88, MethodInfo * method)); DO_APP_FUNC(0x01F4C320, void, Keyboard_jeaouqEbQHoWmxiqLJMNAZYkbhZj, (Keyboard * __this, UpdateLoopType__Enum param_00009d89, MethodInfo * method)); DO_APP_FUNC(0x01F4C3A0, void, Keyboard_vhADUWjoXaiyeCkrRUFxxQOyiFcL, (Keyboard * __this, UpdateLoopType__Enum param_00009d8a, MethodInfo * method)); DO_APP_FUNC(0x01F4C630, bool, Keyboard_hvNfzOWOJwCJgiOjkZpjgdGQhlDN, (Keyboard * __this, KeyboardKeyCode__Enum param_00009d8b, MethodInfo * method)); DO_APP_FUNC(0x01F4C6A0, bool, Keyboard_EmKvFCmynVLmqzGUVFOiSeVJGhfS, (Keyboard * __this, KeyboardKeyCode__Enum param_00009d8c, MethodInfo * method)); DO_APP_FUNC(0x01F4C710, bool, Keyboard_LuqhsLSXHguTDyyeGmPESRAlCzsM, (Keyboard * __this, KeyboardKeyCode__Enum param_00009d8d, ModifierKeyFlags__Enum param_00009d8e, MethodInfo * method)); DO_APP_FUNC(0x01F4C850, bool, Keyboard_NdHiLgKbRtqNHNjUlcDUjpqfDhvic, (Keyboard * __this, KeyboardKeyCode__Enum param_00009d8f, ModifierKeyFlags__Enum param_00009d90, MethodInfo * method)); DO_APP_FUNC(0x01F4CA10, int32_t, Keyboard_GetButtonIndex, (Keyboard * __this, KeyboardKeyCode__Enum keyCode, MethodInfo * method)); DO_APP_FUNC(0x01F4CA50, void, Keyboard_BakeMap, (Keyboard * __this, ControllerMap * controllerMap, MethodInfo * method)); DO_APP_FUNC(0x01F4CB90, void, Keyboard_BakeActionElementMap, (Keyboard * __this, ControllerMap * controllerMap, ActionElementMap * map, MethodInfo * method)); DO_APP_FUNC(0x01F4CBB0, void, Keyboard_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (Keyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x01F4CBD0, bool, Keyboard_pVdcYOMqnPUbMLgPvBJpIlXZpcXy, (Keyboard * __this, bool param_00009d95, MethodInfo * method)); DO_APP_FUNC(0x01F4CC90, bool, Keyboard_apihxtidGUqvIaJCwNevmJtvnSKE, (Keyboard * __this, Controller_Button * * param_00009d96, Controller_Button * * param_00009d97, ModifierKey__Enum param_00009d98, MethodInfo * method)); DO_APP_FUNC(0x01F4D020, void, Keyboard_dCAZjEUomjOBGxfmbWwdOeLTapxdA, (Keyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, Keyboard_YiQbQZcElEPdkLsCcWxDLIlxGCxtA__ctor, (Keyboard_YiQbQZcElEPdkLsCcWxDLIlxGCxtA * __this, int32_t param_00009d99, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Keyboard_YiQbQZcElEPdkLsCcWxDLIlxGCxtA_System_IDisposable_Dispose, (Keyboard_YiQbQZcElEPdkLsCcWxDLIlxGCxtA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F4D3A0, bool, Keyboard_YiQbQZcElEPdkLsCcWxDLIlxGCxtA_MoveNext, (Keyboard_YiQbQZcElEPdkLsCcWxDLIlxGCxtA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, Keyboard_YiQbQZcElEPdkLsCcWxDLIlxGCxtA_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (Keyboard_YiQbQZcElEPdkLsCcWxDLIlxGCxtA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F4D6B0, void, Keyboard_YiQbQZcElEPdkLsCcWxDLIlxGCxtA_System_Collections_IEnumerator_Reset, (Keyboard_YiQbQZcElEPdkLsCcWxDLIlxGCxtA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6338, Keyboard_YiQbQZcElEPdkLsCcWxDLIlxGCxtA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01F4D700, Object *, Keyboard_YiQbQZcElEPdkLsCcWxDLIlxGCxtA_System_Collections_IEnumerator_get_Current, (Keyboard_YiQbQZcElEPdkLsCcWxDLIlxGCxtA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F4D770, IEnumerator_1_Rewired_ControllerPollingInfo_ *, Keyboard_YiQbQZcElEPdkLsCcWxDLIlxGCxtA_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (Keyboard_YiQbQZcElEPdkLsCcWxDLIlxGCxtA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F4D770, IEnumerator *, Keyboard_YiQbQZcElEPdkLsCcWxDLIlxGCxtA_System_Collections_IEnumerable_GetEnumerator, (Keyboard_YiQbQZcElEPdkLsCcWxDLIlxGCxtA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, Keyboard_veHHyYzYqHrBOckTvyQvjPOBhJKBA__ctor, (Keyboard_veHHyYzYqHrBOckTvyQvjPOBhJKBA * __this, int32_t param_00009d9a, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Keyboard_veHHyYzYqHrBOckTvyQvjPOBhJKBA_System_IDisposable_Dispose, (Keyboard_veHHyYzYqHrBOckTvyQvjPOBhJKBA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F4D8B0, bool, Keyboard_veHHyYzYqHrBOckTvyQvjPOBhJKBA_MoveNext, (Keyboard_veHHyYzYqHrBOckTvyQvjPOBhJKBA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, Keyboard_veHHyYzYqHrBOckTvyQvjPOBhJKBA_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (Keyboard_veHHyYzYqHrBOckTvyQvjPOBhJKBA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F4DBC0, void, Keyboard_veHHyYzYqHrBOckTvyQvjPOBhJKBA_System_Collections_IEnumerator_Reset, (Keyboard_veHHyYzYqHrBOckTvyQvjPOBhJKBA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB61F0, Keyboard_veHHyYzYqHrBOckTvyQvjPOBhJKBA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01F4DC10, Object *, Keyboard_veHHyYzYqHrBOckTvyQvjPOBhJKBA_System_Collections_IEnumerator_get_Current, (Keyboard_veHHyYzYqHrBOckTvyQvjPOBhJKBA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F4DC80, IEnumerator_1_Rewired_ControllerPollingInfo_ *, Keyboard_veHHyYzYqHrBOckTvyQvjPOBhJKBA_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (Keyboard_veHHyYzYqHrBOckTvyQvjPOBhJKBA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F4DC80, IEnumerator *, Keyboard_veHHyYzYqHrBOckTvyQvjPOBhJKBA_System_Collections_IEnumerable_GetEnumerator, (Keyboard_veHHyYzYqHrBOckTvyQvjPOBhJKBA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F4DDC0, Vector2, Mouse_get_screenPosition, (Mouse * __this, MethodInfo * method)); DO_APP_FUNC(0x01F4DEA0, Vector2, Mouse_get_screenPositionPrev, (Mouse * __this, MethodInfo * method)); DO_APP_FUNC(0x01F4DF80, Vector2, Mouse_get_screenPositionDelta, (Mouse * __this, MethodInfo * method)); DO_APP_FUNC(0x01F4E070, Guid, Mouse_get_deviceInstanceGuid, (Mouse * __this, MethodInfo * method)); DO_APP_FUNC(0x01F4E140, void, Mouse__ctor, (Mouse * __this, String * param_00009d9b, IUnifiedMouseSource * param_00009d9c, MethodInfo * method)); DO_APP_FUNC(0x01F4E4A0, void, Mouse__ctor_1, (Mouse * __this, int32_t param_00009d9d, InputSource__Enum param_00009d9e, String * param_00009d9f, String * param_00009da0, int32_t param_00009da1, int32_t param_00009da2, HardwareControllerMap_Game * param_00009da3, Controller_Extension * param_00009da4, ControllerDataUpdater * param_00009da5, MethodInfo * method)); DO_APP_FUNC(0x01F4E5C0, void, Mouse_jeaouqEbQHoWmxiqLJMNAZYkbhZj, (Mouse * __this, UpdateLoopType__Enum param_00009da6, MethodInfo * method)); DO_APP_FUNC(0x01F4E640, bool, Mouse_IsPolledAxisActive, (Mouse * __this, int32_t index, Pole__Enum * pole, int32_t * elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F4EA50, void, Mouse_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (Mouse * __this, MethodInfo * method)); DO_APP_FUNC(0x01F4EB20, bool, Mouse_pVdcYOMqnPUbMLgPvBJpIlXZpcXy, (Mouse * __this, bool param_00009daa, MethodInfo * method)); DO_APP_FUNC(0x01F4EC30, void, Mouse_IdnmcbHcHXWoNficwaMhJFmoOlSEb, (Mouse * __this, MethodInfo * method)); DO_APP_FUNC(0x006F9140, void, ControllerTemplate__ctor, (ControllerTemplate * __this, Object * param_00009dab, MethodInfo * method)); DO_APP_FUNC(0x01F4ED90, void, ControllerTemplate__ctor_1, (ControllerTemplate * __this, ControllerTemplate_SZMjASumErbiSjGUvdCcemyAxmWCc * param_00009dac, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5F50, ControllerTemplate__ctor_1__MethodInfo); DO_APP_FUNC(0x01F50E50, IControllerTemplateElement *, ControllerTemplate_GetElement, (ControllerTemplate * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01F510E0, Controller *, ControllerTemplate_Rewired_IControllerTemplate_get_controller, (ControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x01F51170, String *, ControllerTemplate_Rewired_IControllerTemplate_get_name, (ControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x01F51200, Guid, ControllerTemplate_Rewired_IControllerTemplate_get_typeGuid, (ControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x01F512D0, IList_1_Rewired_IControllerTemplateElement_ *, ControllerTemplate_Rewired_IControllerTemplate_get_elements, (ControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x01F51360, int32_t, ControllerTemplate_Rewired_IControllerTemplate_get_elementCount, (ControllerTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x01F51400, IControllerTemplateElement *, ControllerTemplate_Rewired_IControllerTemplate_GetElement, (ControllerTemplate * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01F514B0, int32_t, ControllerTemplate_Rewired_IControllerTemplate_GetElementTargets, (ControllerTemplate * __this, ControllerElementTarget find, IList_1_Rewired_ControllerTemplateElementTarget_ * results, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5DC0, ControllerTemplate_Rewired_IControllerTemplate_GetElementTargets__MethodInfo); DO_APP_FUNC(0x01F515D0, int32_t, ControllerTemplate_GetElementTargets, (ControllerTemplate * __this, ControllerElementTarget find, IList_1_Rewired_ControllerTemplateElementTarget_ * * results, MethodInfo * method)); DO_APP_FUNC(0x01F51850, Type *, ControllerTemplate_GetInterfaceType, (ControllerTemplateElementType__Enum elementType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5B68, ControllerTemplate_GetInterfaceType__MethodInfo); DO_APP_FUNC(0x01F51A10, IList_1_Rewired_ControllerTemplate_kvOnxGBUMwSXiAWzvbgaylKBYqUs_ *, ControllerTemplate_mRNkMoGTotlQkdgqxOzmTKuJbFEK, (Controller * param_00009db6, IControllerTemplateAxisSource * param_00009db7, MethodInfo * method)); DO_APP_FUNC(0x01F52080, IList_1_Rewired_ControllerTemplate_kvOnxGBUMwSXiAWzvbgaylKBYqUs_ *, ControllerTemplate_mRNkMoGTotlQkdgqxOzmTKuJbFEK_1, (Controller * param_00009db8, IControllerTemplateButtonSource * param_00009db9, MethodInfo * method)); DO_APP_FUNC(0x01F520F0, IList_1_Rewired_ControllerTemplate_kvOnxGBUMwSXiAWzvbgaylKBYqUs_ *, ControllerTemplate_mRNkMoGTotlQkdgqxOzmTKuJbFEK_2, (Controller * param_00009dba, IControllerElementTarget * param_00009dbb, MethodInfo * method)); DO_APP_FUNC(0x01F52280, IControllerTemplateElement *, ControllerTemplate_GmWRGtZyGUcOPRdaGcslezLyrYOHA, (List_1_Rewired_IControllerTemplateElement_ * param_00009dbc, int32_t param_00009dbd, MethodInfo * method)); DO_APP_FUNC(0x01F52360, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS *, ControllerTemplate_jivKHUnlgWCKXykxSnbhjKPFsanK, (IControllerTemplate * param_00009dbe, ADictionary_2_System_Int32_Rewired_IControllerTemplateElement_ * param_00009dbf, int32_t param_00009dc0, MethodInfo * method)); DO_APP_FUNC(0x01F52410, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS *, ControllerTemplate_UuwdENcDlDpLodXWoMwdibAEhISt, (IControllerTemplate * param_00009dc1, ADictionary_2_System_Int32_Rewired_IControllerTemplateElement_ * param_00009dc2, int32_t param_00009dc3, MethodInfo * method)); DO_APP_FUNC(0x02085B60, void, ControllerTemplate_LqGoLqohdgcNcwPSNdVMdAIXzmDeA__ctor, (ControllerTemplate_LqGoLqohdgcNcwPSNdVMdAIXzmDeA * __this, IControllerTemplate * param_00009dc4, int32_t param_00009dc5, String * param_00009dc6, ControllerTemplateElementType__Enum param_00009dc7, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87B18, ControllerTemplate_LqGoLqohdgcNcwPSNdVMdAIXzmDeA__ctor__MethodInfo); DO_APP_FUNC(0x02085CF0, int32_t, ControllerTemplate_LqGoLqohdgcNcwPSNdVMdAIXzmDeA_get_id, (ControllerTemplate_LqGoLqohdgcNcwPSNdVMdAIXzmDeA * __this, MethodInfo * method)); DO_APP_FUNC(0x02085D80, String *, ControllerTemplate_LqGoLqohdgcNcwPSNdVMdAIXzmDeA_get_descriptiveName, (ControllerTemplate_LqGoLqohdgcNcwPSNdVMdAIXzmDeA * __this, MethodInfo * method)); DO_APP_FUNC(0x02085E10, ControllerTemplateElementType__Enum, ControllerTemplate_LqGoLqohdgcNcwPSNdVMdAIXzmDeA_get_type, (ControllerTemplate_LqGoLqohdgcNcwPSNdVMdAIXzmDeA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IControllerTemplate *, ControllerTemplate_LqGoLqohdgcNcwPSNdVMdAIXzmDeA_get_parent, (ControllerTemplate_LqGoLqohdgcNcwPSNdVMdAIXzmDeA * __this, MethodInfo * method)); DO_APP_FUNC(0x02085EA0, void, ControllerTemplate_PKDCmzDgMHghiGPOjUfIymxWeMYsb__ctor, (ControllerTemplate_PKDCmzDgMHghiGPOjUfIymxWeMYsb * __this, IControllerTemplate * param_00009dcb, int32_t param_00009dcc, String * param_00009dcd, ControllerTemplateElementType__Enum param_00009dce, IList_1_Rewired_ControllerTemplate_kvOnxGBUMwSXiAWzvbgaylKBYqUs_ * param_00009dcf, MethodInfo * method)); DO_APP_FUNC(0x02085FB0, bool, ControllerTemplate_PKDCmzDgMHghiGPOjUfIymxWeMYsb_mvQvvKgJFbOEnKODiISzhnaGQcFRA, (ControllerTemplate_PKDCmzDgMHghiGPOjUfIymxWeMYsb * __this, MethodInfo * method)); DO_APP_FUNC(0x02086080, void, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS__ctor, (ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * __this, IControllerTemplate * param_00009dd0, int32_t param_00009dd1, String * param_00009dd2, String * param_00009dd3, String * param_00009dd4, ControllerTemplateElementType__Enum param_00009dd5, tAekPsTTZodxujISbkMNBntFDmVT * param_00009dd6, IList_1_Rewired_ControllerTemplate_kvOnxGBUMwSXiAWzvbgaylKBYqUs_ * param_00009dd7, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87B28, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS__ctor__MethodInfo); DO_APP_FUNC(0x020863A0, float, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS_vWGSiHfLpqrPIPaIAaveflcnWAsLA, (ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * __this, MethodInfo * method)); DO_APP_FUNC(0x02086510, float, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS_XATFDBcaUoIaWBORCKSmbsNDOfTaB, (ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * __this, MethodInfo * method)); DO_APP_FUNC(0x02086680, bool, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS_cWFlOSaGhDCJEdvxsfeIaiAiCTBSB, (ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * __this, MethodInfo * method)); DO_APP_FUNC(0x02086790, bool, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS_lmUcejElxozdhxrDaFgfIfiUswCdb, (ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * __this, MethodInfo * method)); DO_APP_FUNC(0x020868A0, String *, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS_Rewired_IControllerTemplateAxis_get_positiveDescriptiveName, (ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * __this, MethodInfo * method)); DO_APP_FUNC(0x02086930, String *, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS_Rewired_IControllerTemplateAxis_get_negativeDescriptiveName, (ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * __this, MethodInfo * method)); DO_APP_FUNC(0x020869C0, float, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS_Rewired_IControllerTemplateAxis_get_value, (ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * __this, MethodInfo * method)); DO_APP_FUNC(0x02086A50, float, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS_Rewired_IControllerTemplateAxis_get_valuePrev, (ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * __this, MethodInfo * method)); DO_APP_FUNC(0x02086AE0, IControllerTemplateAxisSource *, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS_Rewired_IControllerTemplateAxis_get_source, (ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * __this, MethodInfo * method)); DO_APP_FUNC(0x02086B70, String *, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS_Rewired_IControllerTemplateAxis_GetDescriptiveName, (ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * __this, AxisRange__Enum axisRange, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87B10, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS_Rewired_IControllerTemplateAxis_GetDescriptiveName__MethodInfo); DO_APP_FUNC(0x02086CE0, bool, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS_Rewired_IControllerTemplateButton_get_value, (ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * __this, MethodInfo * method)); DO_APP_FUNC(0x02086D70, bool, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS_Rewired_IControllerTemplateButton_get_valuePrev, (ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * __this, MethodInfo * method)); DO_APP_FUNC(0x02086E00, bool, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS_Rewired_IControllerTemplateButton_get_justPressed, (ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * __this, MethodInfo * method)); DO_APP_FUNC(0x02086F90, bool, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS_Rewired_IControllerTemplateButton_get_justReleased, (ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * __this, MethodInfo * method)); DO_APP_FUNC(0x02087120, bool, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS_Rewired_IControllerTemplateButton_get_justChangedState, (ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * __this, MethodInfo * method)); DO_APP_FUNC(0x020871D0, float, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS_Rewired_IControllerTemplateButton_get_pressure, (ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * __this, MethodInfo * method)); DO_APP_FUNC(0x02087260, float, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS_Rewired_IControllerTemplateButton_get_pressurePrev, (ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * __this, MethodInfo * method)); DO_APP_FUNC(0x020872F0, IControllerTemplateButtonSource *, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS_Rewired_IControllerTemplateButton_get_source, (ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * __this, MethodInfo * method)); DO_APP_FUNC(0x02087380, IControllerTemplateElementSource *, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS_get_source, (ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS_get_elementCount, (ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IControllerTemplateElement *, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS_GetElement, (ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02087410, int32_t, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS_GetElementTargets, (ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * __this, ControllerElementTarget find, IList_1_Rewired_ControllerTemplateElementTarget_ * * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87AD0, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS_GetElementTargets__MethodInfo); DO_APP_FUNC(0x020878A0, IControllerTemplateAxis *, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS_get_AsAxis, (ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * __this, MethodInfo * method)); DO_APP_FUNC(0x02087930, IControllerTemplateButton *, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS_get_AsButton, (ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * __this, MethodInfo * method)); DO_APP_FUNC(0x020879C0, bool, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS_nhkCdWAEkRwCKZyiCthfBDorEglh, (ControllerElementTarget param_00009ddc, IControllerElementTarget * param_00009ddd, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87B08, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS_nhkCdWAEkRwCKZyiCthfBDorEglh__MethodInfo); DO_APP_FUNC(0x02087AC0, void, ControllerTemplate_csTIWrUXyfGgoqNJIIGeVAagTJdD__ctor, (ControllerTemplate_csTIWrUXyfGgoqNJIIGeVAagTJdD * __this, IControllerTemplate * param_00009dde, int32_t param_00009ddf, String * param_00009de0, String * param_00009de1, String * param_00009de2, tAekPsTTZodxujISbkMNBntFDmVT * param_00009de3, IList_1_Rewired_ControllerTemplate_kvOnxGBUMwSXiAWzvbgaylKBYqUs_ * param_00009de4, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87B00, ControllerTemplate_csTIWrUXyfGgoqNJIIGeVAagTJdD__ctor__MethodInfo); DO_APP_FUNC(0x02087BE0, ControllerTemplate_csTIWrUXyfGgoqNJIIGeVAagTJdD *, ControllerTemplate_csTIWrUXyfGgoqNJIIGeVAagTJdD_XwyzCMHXHtSNPjCpwiEciTSxvatt, (IControllerTemplate * param_00009de5, MethodInfo * method)); DO_APP_FUNC(0x02087CE0, void, ControllerTemplate_VprbNFJpetAhhvdTDWAwqKAtHwat__ctor, (ControllerTemplate_VprbNFJpetAhhvdTDWAwqKAtHwat * __this, IControllerTemplate * param_00009de6, int32_t param_00009de7, String * param_00009de8, String * param_00009de9, String * param_00009dea, tAekPsTTZodxujISbkMNBntFDmVT * param_00009deb, IList_1_Rewired_ControllerTemplate_kvOnxGBUMwSXiAWzvbgaylKBYqUs_ * param_00009dec, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87AF8, ControllerTemplate_VprbNFJpetAhhvdTDWAwqKAtHwat__ctor__MethodInfo); DO_APP_FUNC(0x02087E10, ControllerTemplate_VprbNFJpetAhhvdTDWAwqKAtHwat *, ControllerTemplate_VprbNFJpetAhhvdTDWAwqKAtHwat_XwyzCMHXHtSNPjCpwiEciTSxvatt, (IControllerTemplate * param_00009ded, MethodInfo * method)); DO_APP_FUNC(0x02087F10, void, ControllerTemplate_fwjgjCbzdISWwdXTDhMxAPSlqGkm__ctor, (ControllerTemplate_fwjgjCbzdISWwdXTDhMxAPSlqGkm * __this, IControllerTemplate * param_00009dee, int32_t param_00009def, String * param_00009df0, ControllerTemplateElementType__Enum param_00009df1, ControllerTemplate_LqGoLqohdgcNcwPSNdVMdAIXzmDeA__Array * param_00009df2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87AE8, ControllerTemplate_fwjgjCbzdISWwdXTDhMxAPSlqGkm__ctor__MethodInfo); DO_APP_FUNC(0x02088090, bool, ControllerTemplate_fwjgjCbzdISWwdXTDhMxAPSlqGkm_mvQvvKgJFbOEnKODiISzhnaGQcFRA, (ControllerTemplate_fwjgjCbzdISWwdXTDhMxAPSlqGkm * __this, MethodInfo * method)); DO_APP_FUNC(0x02088180, IControllerTemplateElementSource *, ControllerTemplate_fwjgjCbzdISWwdXTDhMxAPSlqGkm_sQARNbuHNGgIeGFLlNtQDsIENlgXA, (ControllerTemplate_fwjgjCbzdISWwdXTDhMxAPSlqGkm * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, ControllerTemplate_fwjgjCbzdISWwdXTDhMxAPSlqGkm_vSyUaKflVqmZsYMBRiIpQevuyQIh, (ControllerTemplate_fwjgjCbzdISWwdXTDhMxAPSlqGkm * __this, MethodInfo * method)); DO_APP_FUNC(0x02088200, IControllerTemplateElement *, ControllerTemplate_fwjgjCbzdISWwdXTDhMxAPSlqGkm_FKqoMXwksyYwglCiMZjznCnUOvvD, (ControllerTemplate_fwjgjCbzdISWwdXTDhMxAPSlqGkm * __this, int32_t param_00009df3, MethodInfo * method)); DO_APP_FUNC(0x02088230, int32_t, ControllerTemplate_fwjgjCbzdISWwdXTDhMxAPSlqGkm_PLyWhQsjPyFeZdXtwtNPQfJAjcct, (ControllerTemplate_fwjgjCbzdISWwdXTDhMxAPSlqGkm * __this, ControllerElementTarget param_00009df4, IList_1_Rewired_ControllerTemplateElementTarget_ * * param_00009df5, MethodInfo * method)); DO_APP_FUNC(0x020882F0, void, ControllerTemplate_TLUiXsobLxTVTJRrjcplykESFfCeA__ctor, (ControllerTemplate_TLUiXsobLxTVTJRrjcplykESFfCeA * __this, IControllerTemplate * param_00009df6, int32_t param_00009df7, String * param_00009df8, ControllerTemplateElementType__Enum param_00009df9, ControllerTemplate_LqGoLqohdgcNcwPSNdVMdAIXzmDeA__Array * param_00009dfa, MethodInfo * method)); DO_APP_FUNC(0x02088300, Vector2, ControllerTemplate_TLUiXsobLxTVTJRrjcplykESFfCeA_get_value, (ControllerTemplate_TLUiXsobLxTVTJRrjcplykESFfCeA * __this, MethodInfo * method)); DO_APP_FUNC(0x020884F0, Vector2, ControllerTemplate_TLUiXsobLxTVTJRrjcplykESFfCeA_get_valuePrev, (ControllerTemplate_TLUiXsobLxTVTJRrjcplykESFfCeA * __this, MethodInfo * method)); DO_APP_FUNC(0x020886E0, IControllerTemplateAxis *, ControllerTemplate_TLUiXsobLxTVTJRrjcplykESFfCeA_get_horizontal, (ControllerTemplate_TLUiXsobLxTVTJRrjcplykESFfCeA * __this, MethodInfo * method)); DO_APP_FUNC(0x020887D0, IControllerTemplateAxis *, ControllerTemplate_TLUiXsobLxTVTJRrjcplykESFfCeA_get_vertical, (ControllerTemplate_TLUiXsobLxTVTJRrjcplykESFfCeA * __this, MethodInfo * method)); DO_APP_FUNC(0x020882F0, void, ControllerTemplate_XKyGLeAiXgUwJeujskAueiJpShgb__ctor, (ControllerTemplate_XKyGLeAiXgUwJeujskAueiJpShgb * __this, IControllerTemplate * param_00009dfb, int32_t param_00009dfc, String * param_00009dfd, ControllerTemplateElementType__Enum param_00009dfe, ControllerTemplate_LqGoLqohdgcNcwPSNdVMdAIXzmDeA__Array * param_00009dff, MethodInfo * method)); DO_APP_FUNC(0x020888C0, Vector3, ControllerTemplate_XKyGLeAiXgUwJeujskAueiJpShgb_get_value, (ControllerTemplate_XKyGLeAiXgUwJeujskAueiJpShgb * __this, MethodInfo * method)); DO_APP_FUNC(0x02088B50, Vector3, ControllerTemplate_XKyGLeAiXgUwJeujskAueiJpShgb_get_valuePrev, (ControllerTemplate_XKyGLeAiXgUwJeujskAueiJpShgb * __this, MethodInfo * method)); DO_APP_FUNC(0x02088DE0, IControllerTemplateAxis *, ControllerTemplate_XKyGLeAiXgUwJeujskAueiJpShgb_get_horizontal, (ControllerTemplate_XKyGLeAiXgUwJeujskAueiJpShgb * __this, MethodInfo * method)); DO_APP_FUNC(0x02088ED0, IControllerTemplateAxis *, ControllerTemplate_XKyGLeAiXgUwJeujskAueiJpShgb_get_vertical, (ControllerTemplate_XKyGLeAiXgUwJeujskAueiJpShgb * __this, MethodInfo * method)); DO_APP_FUNC(0x02088FC0, IControllerTemplateAxis *, ControllerTemplate_XKyGLeAiXgUwJeujskAueiJpShgb_get_depth, (ControllerTemplate_XKyGLeAiXgUwJeujskAueiJpShgb * __this, MethodInfo * method)); DO_APP_FUNC(0x020882F0, void, ControllerTemplate_fDynDVvjznBWabqsQsFxkQzjMZpV__ctor, (ControllerTemplate_fDynDVvjznBWabqsQsFxkQzjMZpV * __this, IControllerTemplate * param_00009e00, int32_t param_00009e01, String * param_00009e02, ControllerTemplateElementType__Enum param_00009e03, ControllerTemplate_LqGoLqohdgcNcwPSNdVMdAIXzmDeA__Array * param_00009e04, MethodInfo * method)); DO_APP_FUNC(0x020890B0, Vector3, ControllerTemplate_fDynDVvjznBWabqsQsFxkQzjMZpV_get_position, (ControllerTemplate_fDynDVvjznBWabqsQsFxkQzjMZpV * __this, MethodInfo * method)); DO_APP_FUNC(0x02089340, Vector3, ControllerTemplate_fDynDVvjznBWabqsQsFxkQzjMZpV_get_positionPrev, (ControllerTemplate_fDynDVvjznBWabqsQsFxkQzjMZpV * __this, MethodInfo * method)); DO_APP_FUNC(0x020895D0, Vector3, ControllerTemplate_fDynDVvjznBWabqsQsFxkQzjMZpV_get_rotation, (ControllerTemplate_fDynDVvjznBWabqsQsFxkQzjMZpV * __this, MethodInfo * method)); DO_APP_FUNC(0x02089860, Vector3, ControllerTemplate_fDynDVvjznBWabqsQsFxkQzjMZpV_get_rotationPrev, (ControllerTemplate_fDynDVvjznBWabqsQsFxkQzjMZpV * __this, MethodInfo * method)); DO_APP_FUNC(0x02089AF0, IControllerTemplateAxis *, ControllerTemplate_fDynDVvjznBWabqsQsFxkQzjMZpV_get_positionX, (ControllerTemplate_fDynDVvjznBWabqsQsFxkQzjMZpV * __this, MethodInfo * method)); DO_APP_FUNC(0x02089BE0, IControllerTemplateAxis *, ControllerTemplate_fDynDVvjznBWabqsQsFxkQzjMZpV_get_positionY, (ControllerTemplate_fDynDVvjznBWabqsQsFxkQzjMZpV * __this, MethodInfo * method)); DO_APP_FUNC(0x02089CD0, IControllerTemplateAxis *, ControllerTemplate_fDynDVvjznBWabqsQsFxkQzjMZpV_get_positionZ, (ControllerTemplate_fDynDVvjznBWabqsQsFxkQzjMZpV * __this, MethodInfo * method)); DO_APP_FUNC(0x02089DC0, IControllerTemplateAxis *, ControllerTemplate_fDynDVvjznBWabqsQsFxkQzjMZpV_get_rotationX, (ControllerTemplate_fDynDVvjznBWabqsQsFxkQzjMZpV * __this, MethodInfo * method)); DO_APP_FUNC(0x02089EB0, IControllerTemplateAxis *, ControllerTemplate_fDynDVvjznBWabqsQsFxkQzjMZpV_get_rotationY, (ControllerTemplate_fDynDVvjznBWabqsQsFxkQzjMZpV * __this, MethodInfo * method)); DO_APP_FUNC(0x02089FA0, IControllerTemplateAxis *, ControllerTemplate_fDynDVvjznBWabqsQsFxkQzjMZpV_get_rotationZ, (ControllerTemplate_fDynDVvjznBWabqsQsFxkQzjMZpV * __this, MethodInfo * method)); DO_APP_FUNC(0x0208A090, void, ControllerTemplate_hZysWHpWWPJwqEXJmcOhPIYaomTc__ctor, (ControllerTemplate_hZysWHpWWPJwqEXJmcOhPIYaomTc * __this, IControllerTemplate * param_00009e05, int32_t param_00009e06, String * param_00009e07, ControllerTemplate_LqGoLqohdgcNcwPSNdVMdAIXzmDeA__Array * param_00009e08, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87A88, ControllerTemplate_hZysWHpWWPJwqEXJmcOhPIYaomTc__ctor__MethodInfo); DO_APP_FUNC(0x0208A160, void, ControllerTemplate_hZysWHpWWPJwqEXJmcOhPIYaomTc__ctor_1, (ControllerTemplate_hZysWHpWWPJwqEXJmcOhPIYaomTc * __this, IControllerTemplate * param_00009e09, int32_t param_00009e0a, String * param_00009e0b, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * param_00009e0c, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * param_00009e0d, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * param_00009e0e, MethodInfo * method)); DO_APP_FUNC(0x0208A350, IControllerTemplateAxis *, ControllerTemplate_hZysWHpWWPJwqEXJmcOhPIYaomTc_get_rotation, (ControllerTemplate_hZysWHpWWPJwqEXJmcOhPIYaomTc * __this, MethodInfo * method)); DO_APP_FUNC(0x0208A440, void, ControllerTemplate_keNtRjPezcVjAtqoTuZcGIbdFhXp__ctor, (ControllerTemplate_keNtRjPezcVjAtqoTuZcGIbdFhXp * __this, IControllerTemplate * param_00009e0f, int32_t param_00009e10, String * param_00009e11, ControllerTemplate_LqGoLqohdgcNcwPSNdVMdAIXzmDeA__Array * param_00009e12, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87AB0, ControllerTemplate_keNtRjPezcVjAtqoTuZcGIbdFhXp__ctor__MethodInfo); DO_APP_FUNC(0x0208A510, void, ControllerTemplate_keNtRjPezcVjAtqoTuZcGIbdFhXp__ctor_1, (ControllerTemplate_keNtRjPezcVjAtqoTuZcGIbdFhXp * __this, IControllerTemplate * param_00009e13, int32_t param_00009e14, String * param_00009e15, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * param_00009e16, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * param_00009e17, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * param_00009e18, MethodInfo * method)); DO_APP_FUNC(0x0208A700, IControllerTemplateButton *, ControllerTemplate_keNtRjPezcVjAtqoTuZcGIbdFhXp_get_press, (ControllerTemplate_keNtRjPezcVjAtqoTuZcGIbdFhXp * __this, MethodInfo * method)); DO_APP_FUNC(0x0208A7F0, void, ControllerTemplate_MywGTeyeQfMqjzMNzumxRZbKtTBo__ctor, (ControllerTemplate_MywGTeyeQfMqjzMNzumxRZbKtTBo * __this, IControllerTemplate * param_00009e19, int32_t param_00009e1a, String * param_00009e1b, ControllerTemplate_LqGoLqohdgcNcwPSNdVMdAIXzmDeA__Array * param_00009e1c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87A98, ControllerTemplate_MywGTeyeQfMqjzMNzumxRZbKtTBo__ctor__MethodInfo); DO_APP_FUNC(0x0208A8C0, void, ControllerTemplate_MywGTeyeQfMqjzMNzumxRZbKtTBo__ctor_1, (ControllerTemplate_MywGTeyeQfMqjzMNzumxRZbKtTBo * __this, IControllerTemplate * param_00009e1d, int32_t param_00009e1e, String * param_00009e1f, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * param_00009e20, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * param_00009e21, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * param_00009e22, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * param_00009e23, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * param_00009e24, MethodInfo * method)); DO_APP_FUNC(0x0208AB40, Vector2, ControllerTemplate_MywGTeyeQfMqjzMNzumxRZbKtTBo_get_value, (ControllerTemplate_MywGTeyeQfMqjzMNzumxRZbKtTBo * __this, MethodInfo * method)); DO_APP_FUNC(0x0208AE60, Vector2, ControllerTemplate_MywGTeyeQfMqjzMNzumxRZbKtTBo_get_valuePrev, (ControllerTemplate_MywGTeyeQfMqjzMNzumxRZbKtTBo * __this, MethodInfo * method)); DO_APP_FUNC(0x0208B180, IControllerTemplateButton *, ControllerTemplate_MywGTeyeQfMqjzMNzumxRZbKtTBo_get_up, (ControllerTemplate_MywGTeyeQfMqjzMNzumxRZbKtTBo * __this, MethodInfo * method)); DO_APP_FUNC(0x0208B270, IControllerTemplateButton *, ControllerTemplate_MywGTeyeQfMqjzMNzumxRZbKtTBo_get_right, (ControllerTemplate_MywGTeyeQfMqjzMNzumxRZbKtTBo * __this, MethodInfo * method)); DO_APP_FUNC(0x0208B360, IControllerTemplateButton *, ControllerTemplate_MywGTeyeQfMqjzMNzumxRZbKtTBo_get_down, (ControllerTemplate_MywGTeyeQfMqjzMNzumxRZbKtTBo * __this, MethodInfo * method)); DO_APP_FUNC(0x0208B450, IControllerTemplateButton *, ControllerTemplate_MywGTeyeQfMqjzMNzumxRZbKtTBo_get_left, (ControllerTemplate_MywGTeyeQfMqjzMNzumxRZbKtTBo * __this, MethodInfo * method)); DO_APP_FUNC(0x0208B540, IControllerTemplateButton *, ControllerTemplate_MywGTeyeQfMqjzMNzumxRZbKtTBo_get_press, (ControllerTemplate_MywGTeyeQfMqjzMNzumxRZbKtTBo * __this, MethodInfo * method)); DO_APP_FUNC(0x0208B630, void, ControllerTemplate_NWfSIRjqjwVEJxjZcKyhGmCCerOA__ctor, (ControllerTemplate_NWfSIRjqjwVEJxjZcKyhGmCCerOA * __this, IControllerTemplate * param_00009e25, int32_t param_00009e26, String * param_00009e27, ControllerTemplate_LqGoLqohdgcNcwPSNdVMdAIXzmDeA__Array * param_00009e28, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87A78, ControllerTemplate_NWfSIRjqjwVEJxjZcKyhGmCCerOA__ctor__MethodInfo); DO_APP_FUNC(0x0208B700, void, ControllerTemplate_NWfSIRjqjwVEJxjZcKyhGmCCerOA__ctor_1, (ControllerTemplate_NWfSIRjqjwVEJxjZcKyhGmCCerOA * __this, IControllerTemplate * param_00009e29, int32_t param_00009e2a, String * param_00009e2b, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * param_00009e2c, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * param_00009e2d, MethodInfo * method)); DO_APP_FUNC(0x0208B8B0, float, ControllerTemplate_NWfSIRjqjwVEJxjZcKyhGmCCerOA_get_value, (ControllerTemplate_NWfSIRjqjwVEJxjZcKyhGmCCerOA * __this, MethodInfo * method)); DO_APP_FUNC(0x0208B9B0, float, ControllerTemplate_NWfSIRjqjwVEJxjZcKyhGmCCerOA_get_valuePrev, (ControllerTemplate_NWfSIRjqjwVEJxjZcKyhGmCCerOA * __this, MethodInfo * method)); DO_APP_FUNC(0x0208BAB0, IControllerTemplateAxis *, ControllerTemplate_NWfSIRjqjwVEJxjZcKyhGmCCerOA_get_throttle, (ControllerTemplate_NWfSIRjqjwVEJxjZcKyhGmCCerOA * __this, MethodInfo * method)); DO_APP_FUNC(0x0208BBA0, IControllerTemplateButton *, ControllerTemplate_NWfSIRjqjwVEJxjZcKyhGmCCerOA_get_minDetent, (ControllerTemplate_NWfSIRjqjwVEJxjZcKyhGmCCerOA * __this, MethodInfo * method)); DO_APP_FUNC(0x0208BC90, void, ControllerTemplate_azkWVQKcgJkWZwHDKLnVikmNgIJX__ctor, (ControllerTemplate_azkWVQKcgJkWZwHDKLnVikmNgIJX * __this, IControllerTemplate * param_00009e2e, int32_t param_00009e2f, String * param_00009e30, ControllerTemplate_LqGoLqohdgcNcwPSNdVMdAIXzmDeA__Array * param_00009e31, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87A80, ControllerTemplate_azkWVQKcgJkWZwHDKLnVikmNgIJX__ctor__MethodInfo); DO_APP_FUNC(0x0208BD60, void, ControllerTemplate_azkWVQKcgJkWZwHDKLnVikmNgIJX__ctor_1, (ControllerTemplate_azkWVQKcgJkWZwHDKLnVikmNgIJX * __this, IControllerTemplate * param_00009e32, int32_t param_00009e33, String * param_00009e34, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * param_00009e35, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * param_00009e36, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * param_00009e37, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * param_00009e38, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * param_00009e39, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * param_00009e3a, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * param_00009e3b, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * param_00009e3c, MethodInfo * method)); DO_APP_FUNC(0x0208C0B0, Vector2, ControllerTemplate_azkWVQKcgJkWZwHDKLnVikmNgIJX_get_value, (ControllerTemplate_azkWVQKcgJkWZwHDKLnVikmNgIJX * __this, MethodInfo * method)); DO_APP_FUNC(0x0208C5C0, Vector2, ControllerTemplate_azkWVQKcgJkWZwHDKLnVikmNgIJX_get_valuePrev, (ControllerTemplate_azkWVQKcgJkWZwHDKLnVikmNgIJX * __this, MethodInfo * method)); DO_APP_FUNC(0x0208CAD0, IControllerTemplateButton *, ControllerTemplate_azkWVQKcgJkWZwHDKLnVikmNgIJX_get_up, (ControllerTemplate_azkWVQKcgJkWZwHDKLnVikmNgIJX * __this, MethodInfo * method)); DO_APP_FUNC(0x0208CBC0, IControllerTemplateButton *, ControllerTemplate_azkWVQKcgJkWZwHDKLnVikmNgIJX_get_upRight, (ControllerTemplate_azkWVQKcgJkWZwHDKLnVikmNgIJX * __this, MethodInfo * method)); DO_APP_FUNC(0x0208CCB0, IControllerTemplateButton *, ControllerTemplate_azkWVQKcgJkWZwHDKLnVikmNgIJX_get_right, (ControllerTemplate_azkWVQKcgJkWZwHDKLnVikmNgIJX * __this, MethodInfo * method)); DO_APP_FUNC(0x0208CDA0, IControllerTemplateButton *, ControllerTemplate_azkWVQKcgJkWZwHDKLnVikmNgIJX_get_downRight, (ControllerTemplate_azkWVQKcgJkWZwHDKLnVikmNgIJX * __this, MethodInfo * method)); DO_APP_FUNC(0x0208CE90, IControllerTemplateButton *, ControllerTemplate_azkWVQKcgJkWZwHDKLnVikmNgIJX_get_down, (ControllerTemplate_azkWVQKcgJkWZwHDKLnVikmNgIJX * __this, MethodInfo * method)); DO_APP_FUNC(0x0208CF80, IControllerTemplateButton *, ControllerTemplate_azkWVQKcgJkWZwHDKLnVikmNgIJX_get_downLeft, (ControllerTemplate_azkWVQKcgJkWZwHDKLnVikmNgIJX * __this, MethodInfo * method)); DO_APP_FUNC(0x0208D070, IControllerTemplateButton *, ControllerTemplate_azkWVQKcgJkWZwHDKLnVikmNgIJX_get_left, (ControllerTemplate_azkWVQKcgJkWZwHDKLnVikmNgIJX * __this, MethodInfo * method)); DO_APP_FUNC(0x0208D160, IControllerTemplateButton *, ControllerTemplate_azkWVQKcgJkWZwHDKLnVikmNgIJX_get_upLeft, (ControllerTemplate_azkWVQKcgJkWZwHDKLnVikmNgIJX * __this, MethodInfo * method)); DO_APP_FUNC(0x0208D250, void, ControllerTemplate_oajDNdCMJOaDSyADfKWPmKjTRAoOA__ctor, (ControllerTemplate_oajDNdCMJOaDSyADfKWPmKjTRAoOA * __this, IControllerTemplate * param_00009e3d, int32_t param_00009e3e, String * param_00009e3f, ControllerTemplate_LqGoLqohdgcNcwPSNdVMdAIXzmDeA__Array * param_00009e40, MethodInfo * method)); DO_APP_FUNC(0x0208D280, void, ControllerTemplate_oajDNdCMJOaDSyADfKWPmKjTRAoOA__ctor_1, (ControllerTemplate_oajDNdCMJOaDSyADfKWPmKjTRAoOA * __this, IControllerTemplate * param_00009e41, int32_t param_00009e42, String * param_00009e43, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * param_00009e44, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * param_00009e45, MethodInfo * method)); DO_APP_FUNC(0x0208D3C0, IControllerTemplateAxis *, ControllerTemplate_oajDNdCMJOaDSyADfKWPmKjTRAoOA_get_rotation, (ControllerTemplate_oajDNdCMJOaDSyADfKWPmKjTRAoOA * __this, MethodInfo * method)); DO_APP_FUNC(0x0208D4B0, IControllerTemplateAxis *, ControllerTemplate_oajDNdCMJOaDSyADfKWPmKjTRAoOA_get_pushPull, (ControllerTemplate_oajDNdCMJOaDSyADfKWPmKjTRAoOA * __this, MethodInfo * method)); DO_APP_FUNC(0x0208D5A0, void, ControllerTemplate_ATwzomynQlwYCRPmlZACYZVhxzzF__ctor, (ControllerTemplate_ATwzomynQlwYCRPmlZACYZVhxzzF * __this, IControllerTemplate * param_00009e46, int32_t param_00009e47, String * param_00009e48, ControllerTemplate_LqGoLqohdgcNcwPSNdVMdAIXzmDeA__Array * param_00009e49, MethodInfo * method)); DO_APP_FUNC(0x0208D5D0, void, ControllerTemplate_ATwzomynQlwYCRPmlZACYZVhxzzF__ctor_1, (ControllerTemplate_ATwzomynQlwYCRPmlZACYZVhxzzF * __this, IControllerTemplate * param_00009e4a, int32_t param_00009e4b, String * param_00009e4c, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * param_00009e4d, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * param_00009e4e, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * param_00009e4f, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * param_00009e50, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * param_00009e51, ControllerTemplate_BjXEEhbQeDAWyOVBfVVXsEghejuS * param_00009e52, MethodInfo * method)); DO_APP_FUNC(0x01A48AA0, void, ControllerTemplate_kvOnxGBUMwSXiAWzvbgaylKBYqUs__ctor, (ControllerTemplate_kvOnxGBUMwSXiAWzvbgaylKBYqUs * __this, IControllerElementTarget * param_00009e53, Controller_Element * param_00009e54, MethodInfo * method)); DO_APP_FUNC(0x0208D820, bool, ControllerTemplate_kvOnxGBUMwSXiAWzvbgaylKBYqUs_cWFlOSaGhDCJEdvxsfeIaiAiCTBSB, (ControllerTemplate_kvOnxGBUMwSXiAWzvbgaylKBYqUs * __this, MethodInfo * method)); DO_APP_FUNC(0x0208D970, bool, ControllerTemplate_kvOnxGBUMwSXiAWzvbgaylKBYqUs_lmUcejElxozdhxrDaFgfIfiUswCdb, (ControllerTemplate_kvOnxGBUMwSXiAWzvbgaylKBYqUs * __this, MethodInfo * method)); DO_APP_FUNC(0x0208DAC0, bool, ControllerTemplate_kvOnxGBUMwSXiAWzvbgaylKBYqUs_yUKCXTcsMjeKfUkKxRYqEXaarvbq, (ControllerTemplate_kvOnxGBUMwSXiAWzvbgaylKBYqUs * __this, MethodInfo * method)); DO_APP_FUNC(0x0208DBA0, bool, ControllerTemplate_kvOnxGBUMwSXiAWzvbgaylKBYqUs_XIhSnjociqjTwFDWTvlvDjRalftnA, (ControllerTemplate_kvOnxGBUMwSXiAWzvbgaylKBYqUs * __this, MethodInfo * method)); DO_APP_FUNC(0x0208DC80, float, ControllerTemplate_kvOnxGBUMwSXiAWzvbgaylKBYqUs_vWGSiHfLpqrPIPaIAaveflcnWAsLA, (ControllerTemplate_kvOnxGBUMwSXiAWzvbgaylKBYqUs * __this, MethodInfo * method)); DO_APP_FUNC(0x0208DDD0, float, ControllerTemplate_kvOnxGBUMwSXiAWzvbgaylKBYqUs_XATFDBcaUoIaWBORCKSmbsNDOfTaB, (ControllerTemplate_kvOnxGBUMwSXiAWzvbgaylKBYqUs * __this, MethodInfo * method)); DO_APP_FUNC(0x0208DF20, ControllerTemplate_kvOnxGBUMwSXiAWzvbgaylKBYqUs *, ControllerTemplate_kvOnxGBUMwSXiAWzvbgaylKBYqUs_XwyzCMHXHtSNPjCpwiEciTSxvatt, (MethodInfo * method)); DO_APP_FUNC(0x0208DF90, void, ControllerTemplate_SZMjASumErbiSjGUvdCcemyAxmWCc__ctor, (ControllerTemplate_SZMjASumErbiSjGUvdCcemyAxmWCc * __this, Controller * param_00009e55, IHardwareControllerTemplateMap_Internal * param_00009e56, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87A28, ControllerTemplate_SZMjASumErbiSjGUvdCcemyAxmWCc__ctor__MethodInfo); DO_APP_FUNC(0x0208E110, void, ControllerTemplateActionElementMap__ctor, (ControllerTemplateActionElementMap * __this, ControllerTemplateElementType__Enum param_00009e57, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87A00, ControllerTemplateActionElementMap__ctor__MethodInfo); DO_APP_FUNC(0x0208E210, void, ControllerTemplateActionElementMap__ctor_1, (ControllerTemplateActionElementMap * __this, ControllerTemplateElementType__Enum param_00009e58, int32_t param_00009e59, ActionElementMap * param_00009e5a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87A08, ControllerTemplateActionElementMap__ctor_1__MethodInfo); DO_APP_FUNC(0x0208E2B0, void, ControllerTemplateActionElementMap__ctor_2, (ControllerTemplateActionElementMap * __this, ControllerTemplateElementType__Enum param_00009e5b, int32_t param_00009e5c, int32_t param_00009e5d, bool param_00009e5e, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ControllerTemplateActionElementMap__ctor_3, (ControllerTemplateActionElementMap * __this, ActionElementMap * param_00009e5f, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, ControllerTemplateActionElementMap_get_id, (ControllerTemplateActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, ControllerTemplateElementType__Enum, ControllerTemplateActionElementMap_get_elementType, (ControllerTemplateActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, ControllerTemplateActionElementMap_get_enabled, (ControllerTemplateActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, ControllerTemplateActionElementMap_set_enabled, (ControllerTemplateActionElementMap * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, ControllerTemplateActionElementMap_get_actionId, (ControllerTemplateActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, ControllerTemplateActionElementMap_set_actionId, (ControllerTemplateActionElementMap * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, ControllerTemplateActionElementMap_get_elementIdentifierId, (ControllerTemplateActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, ControllerTemplateActionElementMap_set_elementIdentifierId, (ControllerTemplateActionElementMap * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0208E2F0, int32_t, ControllerTemplateActionElementMap_lSnmPVjPOwKQfjMvlMlihiAWnmIC, (ControllerTemplateActionElementMap * __this, IControllerTemplate * param_00009e63, List_1_Rewired_ActionElementMap_ * param_00009e64, bool param_00009e65, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C879F0, ControllerTemplateActionElementMap_lSnmPVjPOwKQfjMvlMlihiAWnmIC__MethodInfo); DO_APP_FUNC(0x0208E5C0, SerializedObject *, ControllerTemplateActionElementMap_rAUhjfejRrIJfxDUKBLGIOUYDmiiA, (ControllerTemplateActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x0208E660, void, ControllerTemplateActionElementMap_rAUhjfejRrIJfxDUKBLGIOUYDmiiA_1, (ControllerTemplateActionElementMap * __this, SerializedObject * param_00009e66, MethodInfo * method)); DO_APP_FUNC(0x0208E770, void, ControllerTemplateActionElementMap_WNbVEfxCrMFzNsCNGLLeSCQGYXQB, (ControllerTemplateActionElementMap * __this, SerializedObject * param_00009e67, MethodInfo * method)); DO_APP_FUNC(0x0208E8E0, void, ControllerTemplateActionElementMap_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (ControllerTemplateActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x0208E8F0, int32_t, ControllerTemplateActionElementMap_eCadsocLEXWAMUcBEpVjADyFcznCB, (ControllerTemplateActionElementMap * __this, IControllerTemplate * param_00009e6b, List_1_Rewired_ActionElementMap_ * param_00009e6c, bool param_00009e6d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87A38, ControllerTemplateActionElementMap_eCadsocLEXWAMUcBEpVjADyFcznCB__MethodInfo); DO_APP_FUNC(0x0208EA60, ControllerTemplateActionElementMap *, ControllerTemplateActionElementMap_FZPmmsnDnbvylVLEXMIlDLCjajwN, (SerializedObject * param_00009e6e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87958, ControllerTemplateActionElementMap_FZPmmsnDnbvylVLEXMIlDLCjajwN__MethodInfo); DO_APP_FUNC(0x0208ED10, ControllerTemplateActionElementMap *, ControllerTemplateActionElementMap_FZPmmsnDnbvylVLEXMIlDLCjajwN_1, (ControllerTemplateElementTarget param_00009e6f, ActionElementMap * param_00009e70, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87948, ControllerTemplateActionElementMap_FZPmmsnDnbvylVLEXMIlDLCjajwN_1__MethodInfo); DO_APP_FUNC(0x0208EFF0, ControllerTemplateActionElementMap *, ControllerTemplateActionElementMap_FZPmmsnDnbvylVLEXMIlDLCjajwN_2, (ActionElementMap * param_00009e71, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87950, ControllerTemplateActionElementMap_FZPmmsnDnbvylVLEXMIlDLCjajwN_2__MethodInfo); DO_APP_FUNC(0x0208F1F0, void, ControllerTemplateActionButtonMap__ctor, (ControllerTemplateActionButtonMap * __this, SerializedObject * param_00009e72, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87938, ControllerTemplateActionButtonMap__ctor__MethodInfo); DO_APP_FUNC(0x0208F2C0, void, ControllerTemplateActionButtonMap__ctor_1, (ControllerTemplateActionButtonMap * __this, int32_t param_00009e73, ActionElementMap * param_00009e74, MethodInfo * method)); DO_APP_FUNC(0x0208F3A0, void, ControllerTemplateActionButtonMap__ctor_2, (ControllerTemplateActionButtonMap * __this, int32_t param_00009e75, int32_t param_00009e76, Pole__Enum param_00009e77, bool param_00009e78, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, Pole__Enum, ControllerTemplateActionButtonMap_get_axisContribution, (ControllerTemplateActionButtonMap * __this, MethodInfo * method)); DO_APP_FUNC(0x0208F430, void, ControllerTemplateActionButtonMap_rAUhjfejRrIJfxDUKBLGIOUYDmiiA, (ControllerTemplateActionButtonMap * __this, SerializedObject * param_00009e79, MethodInfo * method)); DO_APP_FUNC(0x0208F4C0, void, ControllerTemplateActionButtonMap_WNbVEfxCrMFzNsCNGLLeSCQGYXQB, (ControllerTemplateActionButtonMap * __this, SerializedObject * param_00009e7a, MethodInfo * method)); DO_APP_FUNC(0x0208F540, void, ControllerTemplateActionButtonMap_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (ControllerTemplateActionButtonMap * __this, MethodInfo * method)); DO_APP_FUNC(0x0208F550, int32_t, ControllerTemplateActionButtonMap_AAvxGGozhAaVDFQoOEEvHpYSHwRx, (ControllerTemplateActionButtonMap * __this, IControllerTemplateElementSource * param_00009e7b, List_1_Rewired_ActionElementMap_ * param_00009e7c, bool param_00009e7d, MethodInfo * method)); DO_APP_FUNC(0x0208F6F0, ActionElementMap *, ControllerTemplateActionButtonMap_VMjEFoaSePQNuGXlezMNAzxWVPUTB, (ControllerTemplateActionButtonMap * __this, IControllerElementTarget * param_00009e7e, Pole__Enum param_00009e7f, MethodInfo * method)); DO_APP_FUNC(0x0208F810, void, ControllerTemplateActionAxisMap__ctor, (ControllerTemplateActionAxisMap * __this, SerializedObject * param_00009e80, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C879B0, ControllerTemplateActionAxisMap__ctor__MethodInfo); DO_APP_FUNC(0x0208F8E0, void, ControllerTemplateActionAxisMap__ctor_1, (ControllerTemplateActionAxisMap * __this, int32_t param_00009e81, AxisRange__Enum param_00009e82, ActionElementMap * param_00009e83, MethodInfo * method)); DO_APP_FUNC(0x0208F9D0, void, ControllerTemplateActionAxisMap__ctor_2, (ControllerTemplateActionAxisMap * __this, int32_t param_00009e84, int32_t param_00009e85, AxisRange__Enum param_00009e86, Pole__Enum param_00009e87, bool param_00009e88, bool param_00009e89, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, AxisRange__Enum, ControllerTemplateActionAxisMap_get_axisRange, (ControllerTemplateActionAxisMap * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, Pole__Enum, ControllerTemplateActionAxisMap_get_axisContribution, (ControllerTemplateActionAxisMap * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, ControllerTemplateActionAxisMap_get_invert, (ControllerTemplateActionAxisMap * __this, MethodInfo * method)); DO_APP_FUNC(0x0208FA70, void, ControllerTemplateActionAxisMap_rAUhjfejRrIJfxDUKBLGIOUYDmiiA, (ControllerTemplateActionAxisMap * __this, SerializedObject * param_00009e8a, MethodInfo * method)); DO_APP_FUNC(0x0208FB80, void, ControllerTemplateActionAxisMap_WNbVEfxCrMFzNsCNGLLeSCQGYXQB, (ControllerTemplateActionAxisMap * __this, SerializedObject * param_00009e8b, MethodInfo * method)); DO_APP_FUNC(0x0208FC90, void, ControllerTemplateActionAxisMap_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (ControllerTemplateActionAxisMap * __this, MethodInfo * method)); DO_APP_FUNC(0x0208FCA0, int32_t, ControllerTemplateActionAxisMap_AAvxGGozhAaVDFQoOEEvHpYSHwRx, (ControllerTemplateActionAxisMap * __this, IControllerTemplateElementSource * param_00009e8c, List_1_Rewired_ActionElementMap_ * param_00009e8d, bool param_00009e8e, MethodInfo * method)); DO_APP_FUNC(0x0208FEB0, ActionElementMap *, ControllerTemplateActionAxisMap_zPVZZdaHOTPiHbihitWbBRqCsyZh, (ControllerTemplateActionAxisMap * __this, IControllerElementTarget * param_00009e8f, AxisRange__Enum param_00009e90, Pole__Enum param_00009e91, MethodInfo * method)); DO_APP_FUNC(0x02090000, ActionElementMap *, ControllerTemplateActionAxisMap_AwrgJmcIYEkXYCKyfGYEDEKihAiYC, (ControllerTemplateActionAxisMap * __this, IControllerElementTarget * param_00009e92, Pole__Enum param_00009e93, Pole__Enum param_00009e94, MethodInfo * method)); DO_APP_FUNC(0x02090120, void, tAekPsTTZodxujISbkMNBntFDmVT__ctor, (tAekPsTTZodxujISbkMNBntFDmVT * __this, ControllerTemplateElementType__Enum param_00009e95, bool param_00009e96, IControllerElementTarget * param_00009e97, IControllerElementTarget * param_00009e98, IControllerElementTarget * param_00009e99, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C878B0, tAekPsTTZodxujISbkMNBntFDmVT__ctor__MethodInfo); DO_APP_FUNC(0x02090270, ControllerTemplateElementSourceType__Enum, tAekPsTTZodxujISbkMNBntFDmVT_Rewired_IControllerTemplateElementSource_get_type, (tAekPsTTZodxujISbkMNBntFDmVT * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB250, bool, tAekPsTTZodxujISbkMNBntFDmVT_Rewired_IControllerTemplateAxisSource_get_splitAxis, (tAekPsTTZodxujISbkMNBntFDmVT * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IControllerElementTarget *, tAekPsTTZodxujISbkMNBntFDmVT_Rewired_IControllerTemplateAxisSource_get_fullTarget, (tAekPsTTZodxujISbkMNBntFDmVT * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, IControllerElementTarget *, tAekPsTTZodxujISbkMNBntFDmVT_Rewired_IControllerTemplateAxisSource_get_positiveTarget, (tAekPsTTZodxujISbkMNBntFDmVT * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, IControllerElementTarget *, tAekPsTTZodxujISbkMNBntFDmVT_Rewired_IControllerTemplateAxisSource_get_negativeTarget, (tAekPsTTZodxujISbkMNBntFDmVT * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IControllerElementTarget *, tAekPsTTZodxujISbkMNBntFDmVT_Rewired_IControllerTemplateButtonSource_get_target, (tAekPsTTZodxujISbkMNBntFDmVT * __this, MethodInfo * method)); DO_APP_FUNC(0x02090290, tAekPsTTZodxujISbkMNBntFDmVT *, tAekPsTTZodxujISbkMNBntFDmVT_XwyzCMHXHtSNPjCpwiEciTSxvatt, (ControllerTemplateElementType__Enum param_00009e9a, MethodInfo * method)); DO_APP_FUNC(0x02090450, void, ControllerTemplateElementTarget__ctor, (ControllerTemplateElementTarget * __this, IControllerTemplateElement * param_00009e9b, AxisRange__Enum param_00009e9c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87890, ControllerTemplateElementTarget__ctor__MethodInfo); DO_APP_FUNC(0x02090510, void, ControllerTemplateElementTarget__ctor_1, (ControllerTemplateElementTarget * __this, ControllerTemplateElementTarget param_00009e9d, MethodInfo * method)); DO_APP_FUNC(0x00470F10, AxisRange__Enum, ControllerTemplateElementTarget_get_axisRange, (ControllerTemplateElementTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x01914EB0, void, ControllerTemplateElementTarget_set_axisRange, (ControllerTemplateElementTarget * __this, AxisRange__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02090580, ControllerTemplateElementType__Enum, ControllerTemplateElementTarget_get_elementType, (ControllerTemplateElementTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x020905E0, String *, ControllerTemplateElementTarget_get_descriptiveName, (ControllerTemplateElementTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, IControllerTemplateElement *, ControllerTemplateElementTarget_get_element, (ControllerTemplateElementTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ControllerTemplateElementTarget_set_element, (ControllerTemplateElementTarget * __this, IControllerTemplateElement * value, MethodInfo * method)); DO_APP_FUNC(0x02090790, IControllerTemplate *, ControllerTemplateElementTarget_get_template, (ControllerTemplateElementTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5C060, bool, ControllerTemplateElementTarget_get_hasTarget, (ControllerTemplateElementTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x02090810, void, ControllerElementTarget__ctor, (ControllerElementTarget * __this, ActionElementMap * param_00009ea0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87928, ControllerElementTarget__ctor__MethodInfo); DO_APP_FUNC(0x02090510, void, ControllerElementTarget__ctor_1, (ControllerElementTarget * __this, ControllerElementTarget param_00009ea1, MethodInfo * method)); DO_APP_FUNC(0x02090A20, void, ControllerElementTarget__ctor_2, (ControllerElementTarget * __this, IControllerElementTarget * param_00009ea2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87918, ControllerElementTarget__ctor_2__MethodInfo); DO_APP_FUNC(0x02090B20, int32_t, ControllerElementTarget_get_elementIdentifierId, (ControllerElementTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F10, AxisRange__Enum, ControllerElementTarget_get_axisRange, (ControllerElementTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x01914EB0, void, ControllerElementTarget_set_axisRange, (ControllerElementTarget * __this, AxisRange__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01C5C060, bool, ControllerElementTarget_get_hasTarget, (ControllerElementTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x02090B40, ControllerElementType__Enum, ControllerElementTarget_get_elementType, (ControllerElementTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x02090B50, String *, ControllerElementTarget_get_descriptiveName, (ControllerElementTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x02090BD0, Controller *, ControllerElementTarget_get_controller, (ControllerElementTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Controller_Element *, ControllerElementTarget_get_element, (ControllerElementTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ControllerElementTarget_set_element, (ControllerElementTarget * __this, Controller_Element * value, MethodInfo * method)); DO_APP_FUNC(0x02090BF0, ControllerElementTarget, ControllerElementTarget_op_Implicit, (ActionElementMap * actionElementMap, MethodInfo * method)); DO_APP_FUNC(0x01B0B130, void, OPozBwLHHQdOXXBAjdfoHzmJkpRuA__ctor, (OPozBwLHHQdOXXBAjdfoHzmJkpRuA * __this, Controller * param_00009ea6, int32_t param_00009ea7, AxisRange__Enum param_00009ea8, MethodInfo * method)); DO_APP_FUNC(0x02090C30, void, OPozBwLHHQdOXXBAjdfoHzmJkpRuA_WNbVEfxCrMFzNsCNGLLeSCQGYXQB, (OPozBwLHHQdOXXBAjdfoHzmJkpRuA * __this, ControllerElementTarget param_00009ea9, MethodInfo * method)); DO_APP_FUNC(0x02090CC0, void, OPozBwLHHQdOXXBAjdfoHzmJkpRuA_WNbVEfxCrMFzNsCNGLLeSCQGYXQB_1, (OPozBwLHHQdOXXBAjdfoHzmJkpRuA * __this, IControllerElementTarget * param_00009eaa, MethodInfo * method)); DO_APP_FUNC(0x02090CC0, void, OPozBwLHHQdOXXBAjdfoHzmJkpRuA_WNbVEfxCrMFzNsCNGLLeSCQGYXQB_2, (OPozBwLHHQdOXXBAjdfoHzmJkpRuA * __this, OPozBwLHHQdOXXBAjdfoHzmJkpRuA * param_00009eab, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, OPozBwLHHQdOXXBAjdfoHzmJkpRuA_get_elementIdentifierId, (OPozBwLHHQdOXXBAjdfoHzmJkpRuA * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, AxisRange__Enum, OPozBwLHHQdOXXBAjdfoHzmJkpRuA_get_axisRange, (OPozBwLHHQdOXXBAjdfoHzmJkpRuA * __this, MethodInfo * method)); DO_APP_FUNC(0x02090DA0, bool, OPozBwLHHQdOXXBAjdfoHzmJkpRuA_get_hasTarget, (OPozBwLHHQdOXXBAjdfoHzmJkpRuA * __this, MethodInfo * method)); DO_APP_FUNC(0x02090E10, ControllerElementType__Enum, OPozBwLHHQdOXXBAjdfoHzmJkpRuA_get_elementType, (OPozBwLHHQdOXXBAjdfoHzmJkpRuA * __this, MethodInfo * method)); DO_APP_FUNC(0x02090EC0, String *, OPozBwLHHQdOXXBAjdfoHzmJkpRuA_get_descriptiveName, (OPozBwLHHQdOXXBAjdfoHzmJkpRuA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Controller *, OPozBwLHHQdOXXBAjdfoHzmJkpRuA_get_controller, (OPozBwLHHQdOXXBAjdfoHzmJkpRuA * __this, MethodInfo * method)); DO_APP_FUNC(0x02090F90, Controller_Element *, OPozBwLHHQdOXXBAjdfoHzmJkpRuA_get_element, (OPozBwLHHQdOXXBAjdfoHzmJkpRuA * __this, MethodInfo * method)); DO_APP_FUNC(0x02090FF0, ControllerElementIdentifier *, OPozBwLHHQdOXXBAjdfoHzmJkpRuA_tsoOSRwbSCDemqdJgILMCRlMuSMuA, (OPozBwLHHQdOXXBAjdfoHzmJkpRuA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, IObjectPool *, OPozBwLHHQdOXXBAjdfoHzmJkpRuA_lvgamxdMtnWcNOhcIFJpHGRFRDwBb, (OPozBwLHHQdOXXBAjdfoHzmJkpRuA * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, OPozBwLHHQdOXXBAjdfoHzmJkpRuA_ofIlBHALTTmsXvBDrDbMzIYkpjNF, (OPozBwLHHQdOXXBAjdfoHzmJkpRuA * __this, IObjectPool * param_00009eac, MethodInfo * method)); DO_APP_FUNC(0x02091010, void, OPozBwLHHQdOXXBAjdfoHzmJkpRuA_HHZMTrTVbzxOUUukfsySkZBkVZvc, (OPozBwLHHQdOXXBAjdfoHzmJkpRuA * __this, MethodInfo * method)); DO_APP_FUNC(0x02091080, void, OPozBwLHHQdOXXBAjdfoHzmJkpRuA_Rewired_Interfaces_IPoolableObject_Return, (OPozBwLHHQdOXXBAjdfoHzmJkpRuA * __this, MethodInfo * method)); DO_APP_FUNC(0x020910E0, OPozBwLHHQdOXXBAjdfoHzmJkpRuA *, OPozBwLHHQdOXXBAjdfoHzmJkpRuA_lfcZPtrTEAOhcbCHOtBTCSywLeEl, (MethodInfo * method)); DO_APP_FUNC(0x02091370, OPozBwLHHQdOXXBAjdfoHzmJkpRuA *, OPozBwLHHQdOXXBAjdfoHzmJkpRuA_lfcZPtrTEAOhcbCHOtBTCSywLeEl_1, (ControllerElementTarget param_00009ead, MethodInfo * method)); DO_APP_FUNC(0x02091420, void, OPozBwLHHQdOXXBAjdfoHzmJkpRuA_kOydyWDOWswJdOvCEbIBAPOCmedbA, (OPozBwLHHQdOXXBAjdfoHzmJkpRuA * param_00009eae, MethodInfo * method)); DO_APP_FUNC(0x020914A0, OPozBwLHHQdOXXBAjdfoHzmJkpRuA *, OPozBwLHHQdOXXBAjdfoHzmJkpRuA_XwyzCMHXHtSNPjCpwiEciTSxvatt, (MethodInfo * method)); DO_APP_FUNC(0x02091550, void, OPozBwLHHQdOXXBAjdfoHzmJkpRuA_System_IDisposable_Dispose, (OPozBwLHHQdOXXBAjdfoHzmJkpRuA * __this, MethodInfo * method)); DO_APP_FUNC(0x020915E0, void, OPozBwLHHQdOXXBAjdfoHzmJkpRuA_CKQeYexxcEWMBSnZtVhPKvVjjVUV, (OPozBwLHHQdOXXBAjdfoHzmJkpRuA * __this, MethodInfo * method)); DO_APP_FUNC(0x02091650, void, OPozBwLHHQdOXXBAjdfoHzmJkpRuA_IEkPCabxTSDlHrotLqbcXFSgZNMJ, (OPozBwLHHQdOXXBAjdfoHzmJkpRuA * __this, bool param_00009eaf, MethodInfo * method)); DO_APP_FUNC(0x020916B0, void, OPozBwLHHQdOXXBAjdfoHzmJkpRuA_CdLLULBDvMouDJtduTaboGwUChUK__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OPozBwLHHQdOXXBAjdfoHzmJkpRuA_CdLLULBDvMouDJtduTaboGwUChUK__ctor, (OPozBwLHHQdOXXBAjdfoHzmJkpRuA_CdLLULBDvMouDJtduTaboGwUChUK * __this, MethodInfo * method)); DO_APP_FUNC(0x02091760, OPozBwLHHQdOXXBAjdfoHzmJkpRuA *, OPozBwLHHQdOXXBAjdfoHzmJkpRuA_CdLLULBDvMouDJtduTaboGwUChUK_EvpADXCINWHBARJQxfRJAaCTgMsv, (OPozBwLHHQdOXXBAjdfoHzmJkpRuA_CdLLULBDvMouDJtduTaboGwUChUK * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C877C8, OPozBwLHHQdOXXBAjdfoHzmJkpRuA_CdLLULBDvMouDJtduTaboGwUChUK_EvpADXCINWHBARJQxfRJAaCTgMsv__MethodInfo); DO_APP_FUNC(0x02091770, void, ControllerTemplateMap__ctor, (ControllerTemplateMap * __this, Guid param_00009eb8, MethodInfo * method)); DO_APP_FUNC(0x020919C0, void, ControllerTemplateMap__ctor_1, (ControllerTemplateMap * __this, Guid param_00009eb9, int32_t param_00009eba, int32_t param_00009ebb, int32_t param_00009ebc, MethodInfo * method)); DO_APP_FUNC(0x02091A10, int32_t, ControllerTemplateMap_get_id, (ControllerTemplateMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02091AA0, Guid, ControllerTemplateMap_get_templateTypeGuid, (ControllerTemplateMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02091B70, bool, ControllerTemplateMap_get_enabled, (ControllerTemplateMap * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AE0, void, ControllerTemplateMap_set_enabled, (ControllerTemplateMap * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02091C00, int32_t, ControllerTemplateMap_get_categoryId, (ControllerTemplateMap * __this, MethodInfo * method)); DO_APP_FUNC(0x01A728E0, void, ControllerTemplateMap_qIUBoppvaYqsDRZrifMVSQksFUcU, (ControllerTemplateMap * __this, int32_t param_00009ebe, MethodInfo * method)); DO_APP_FUNC(0x02091C90, int32_t, ControllerTemplateMap_get_layoutId, (ControllerTemplateMap * __this, MethodInfo * method)); DO_APP_FUNC(0x00523180, void, ControllerTemplateMap_XqOQJAFfkRimqafgfzTvIFxyaSgJ, (ControllerTemplateMap * __this, int32_t param_00009ebf, MethodInfo * method)); DO_APP_FUNC(0x02091D20, IList_1_Rewired_ControllerTemplateActionElementMap_ *, ControllerTemplateMap_get_ElementMaps, (ControllerTemplateMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02091DD0, String *, ControllerTemplateMap_ToXmlString, (ControllerTemplateMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02091F80, String *, ControllerTemplateMap_ToJsonString, (ControllerTemplateMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02092130, ControllerMap *, ControllerTemplateMap_ToControllerMap, (ControllerTemplateMap * __this, Controller * controller, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87758, ControllerTemplateMap_ToControllerMap__MethodInfo); DO_APP_FUNC(0x020924E0, void, ControllerTemplateMap_UHLgoHamvyOzducEmiGCDFddEAzTb, (ControllerTemplateMap * __this, SerializedObject * param_00009ec1, MethodInfo * method)); DO_APP_FUNC(0x020931E0, void, ControllerTemplateMap_WNbVEfxCrMFzNsCNGLLeSCQGYXQB, (ControllerTemplateMap * __this, SerializedObject * param_00009ec2, MethodInfo * method)); DO_APP_FUNC(0x02093690, void, ControllerTemplateMap_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (ControllerTemplateMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02093710, SerializedObject *, ControllerTemplateMap_rAUhjfejRrIJfxDUKBLGIOUYDmiiA, (ControllerTemplateMap * __this, MethodInfo * method)); DO_APP_FUNC(0x020937B0, void, ControllerTemplateMap_lcCHvdERwymNOczHjMeiOyzVCHgD, (ControllerTemplateMap * __this, ControllerTemplateActionElementMap * param_00009ec3, MethodInfo * method)); DO_APP_FUNC(0x02093860, ControllerTemplateMap *, ControllerTemplateMap_fjgXDXUoNjFhgBBTqCzLxraFcVMkA, (IControllerTemplate * param_00009ec4, ControllerMap * param_00009ec5, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87560, ControllerTemplateMap_fjgXDXUoNjFhgBBTqCzLxraFcVMkA__MethodInfo); DO_APP_FUNC(0x02093E80, ControllerTemplateMap *, ControllerTemplateMap_FromXml, (String * xmlString, MethodInfo * method)); DO_APP_FUNC(0x02093F90, ControllerTemplateMap *, ControllerTemplateMap_FromJson, (String * jsonString, MethodInfo * method)); DO_APP_FUNC(0x020940A0, ControllerTemplateMap *, ControllerTemplateMap_gVNVxQjBiNESjxjhUSxIfjLMsIyR, (SerializedObject * param_00009ec8, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C875C8, ControllerTemplateMap_gVNVxQjBiNESjxjhUSxIfjLMsIyR__MethodInfo); DO_APP_FUNC(0x020942D0, void, PlayerController__ctor, (PlayerController * __this, PlayerController_Definition * param_00009ed8, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C874F8, PlayerController__ctor__MethodInfo); DO_APP_FUNC(0x02094DD0, void, PlayerController_Finalize, (PlayerController * __this, MethodInfo * method)); DO_APP_FUNC(0x02094EA0, bool, PlayerController_get_enabled, (PlayerController * __this, MethodInfo * method)); DO_APP_FUNC(0x02094F30, void, PlayerController_set_enabled, (PlayerController * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02095120, int32_t, PlayerController_get_playerId, (PlayerController * __this, MethodInfo * method)); DO_APP_FUNC(0x020951B0, void, PlayerController_set_playerId, (PlayerController * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02095260, IList_1_Rewired_PlayerController_Button_ *, PlayerController_get_buttons, (PlayerController * __this, MethodInfo * method)); DO_APP_FUNC(0x020952F0, IList_1_Rewired_PlayerController_Axis_ *, PlayerController_get_axes, (PlayerController * __this, MethodInfo * method)); DO_APP_FUNC(0x02095380, IList_1_Rewired_PlayerController_Element_ *, PlayerController_get_elements, (PlayerController * __this, MethodInfo * method)); DO_APP_FUNC(0x02095410, int32_t, PlayerController_get_buttonCount, (PlayerController * __this, MethodInfo * method)); DO_APP_FUNC(0x020954B0, int32_t, PlayerController_get_axisCount, (PlayerController * __this, MethodInfo * method)); DO_APP_FUNC(0x02095550, int32_t, PlayerController_get_elementCount, (PlayerController * __this, MethodInfo * method)); DO_APP_FUNC(0x020955F0, void, PlayerController_add_ButtonStateChangedEvent, (PlayerController * __this, Action_2_Int32_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x02095760, void, PlayerController_remove_ButtonStateChangedEvent, (PlayerController * __this, Action_2_Int32_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x02095860, void, PlayerController_add_AxisValueChangedEvent, (PlayerController * __this, Action_2_Int32_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x020959D0, void, PlayerController_remove_AxisValueChangedEvent, (PlayerController * __this, Action_2_Int32_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x02095AD0, void, PlayerController_add_EnabledStateChangedEvent, (PlayerController * __this, Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x02095C40, void, PlayerController_remove_EnabledStateChangedEvent, (PlayerController * __this, Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x02095D40, bool, PlayerController_GetButton, (PlayerController * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02095E20, bool, PlayerController_GetButtonDown, (PlayerController * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02095F00, bool, PlayerController_GetButtonUp, (PlayerController * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02095FE0, float, PlayerController_GetAxis, (PlayerController * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x020960D0, float, PlayerController_GetAxisRaw, (PlayerController * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x020961C0, PlayerController_Element *, PlayerController_GetElement, (PlayerController * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02096290, Player *, PlayerController_zblZdhDuHcJLVeIAUNgfcLTcepBAA, (PlayerController * __this, MethodInfo * method)); DO_APP_FUNC(0x02096380, void, PlayerController_bvuJmnqUwayyDafnxDLSclDQIjuB, (PlayerController * __this, UpdateLoopType__Enum param_00009ee8, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87418, PlayerController_bvuJmnqUwayyDafnxDLSclDQIjuB__MethodInfo); DO_APP_FUNC(0x020963C0, bool, PlayerController_Update, (PlayerController * __this, UpdateLoopType__Enum updateLoop, MethodInfo * method)); DO_APP_FUNC(0x02096890, void, PlayerController_UpdateFinished, (PlayerController * __this, MethodInfo * method)); DO_APP_FUNC(0x02096AF0, void, PlayerController_ClearVars, (PlayerController * __this, MethodInfo * method)); DO_APP_FUNC(0x02096B40, void, PlayerController_bDWOTslUkzxjjeYHmyeJqqMbJJtF, (PlayerController * __this, PlayerController_Element * param_00009eea, MethodInfo * method)); DO_APP_FUNC(0x02096C90, void, PlayerController_bDWOTslUkzxjjeYHmyeJqqMbJJtF_1, (PlayerController * __this, PlayerController_Element * param_00009eeb, List_1_Rewired_PlayerController_Element_ * param_00009eec, List_1_Rewired_PlayerController_Element_ * param_00009eed, List_1_Rewired_PlayerController_Button_ * param_00009eee, List_1_Rewired_PlayerController_Axis_ * param_00009eef, MethodInfo * method)); DO_APP_FUNC(0x02097200, void, PlayerController_Definition__ctor, (PlayerController_Definition * __this, MethodInfo * method)); DO_APP_FUNC(0x02097210, PlayerController *, PlayerController_Factory_Create, (PlayerController_Definition * definition, MethodInfo * method)); DO_APP_FUNC(0x02097280, void, PlayerController_Axis__ctor, (PlayerController_Axis * __this, PlayerController * param_00009ef4, PlayerController_Axis_Definition * param_00009ef5, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, PlayerController_Axis_get_absoluteToRelativeSensitivity, (PlayerController_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x020972D0, void, PlayerController_Axis_set_absoluteToRelativeSensitivity, (PlayerController_Axis * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, AxisCoordinateMode__Enum, PlayerController_Axis_get_coordinateMode, (PlayerController_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x020972E0, float, PlayerController_Axis_get_value, (PlayerController_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x02097410, float, PlayerController_Axis_get_valueRaw, (PlayerController_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x02097470, void, PlayerController_Axis_Definition__ctor, (PlayerController_Axis_Definition * __this, MethodInfo * method)); DO_APP_FUNC(0x020974E0, PlayerController_Element *, PlayerController_Axis_Definition_rjuulXwixABKtGXFveWgIcWguwNM, (PlayerController_Axis_Definition * __this, PlayerController * param_00009ef7, MethodInfo * method)); DO_APP_FUNC(0x02097280, void, PlayerController_MouseAxis__ctor, (PlayerController_MouseAxis * __this, PlayerController * param_00009ef8, PlayerController_MouseAxis_Definition * param_00009ef9, MethodInfo * method)); DO_APP_FUNC(0x02097580, float, PlayerController_MouseAxis_get_value, (PlayerController_MouseAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x02097750, void, PlayerController_MouseAxis_Definition__ctor, (PlayerController_MouseAxis_Definition * __this, MethodInfo * method)); DO_APP_FUNC(0x02097780, PlayerController_Element *, PlayerController_MouseAxis_Definition_rjuulXwixABKtGXFveWgIcWguwNM, (PlayerController_MouseAxis_Definition * __this, PlayerController * param_00009efa, MethodInfo * method)); DO_APP_FUNC(0x02097820, void, PlayerController_Axis2D__ctor, (PlayerController_Axis2D * __this, PlayerController * param_00009efb, PlayerController_Axis2D_Definition * param_00009efc, PlayerController_Element_Definition__Array * param_00009efd, MethodInfo * method)); DO_APP_FUNC(0x02097830, void, PlayerController_Axis2D__ctor_1, (PlayerController_Axis2D * __this, PlayerController * param_00009efe, PlayerController_Axis2D_Definition * param_00009eff, MethodInfo * method)); DO_APP_FUNC(0x020979C0, PlayerController_Axis *, PlayerController_Axis2D_get_xAxis, (PlayerController_Axis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02097A00, PlayerController_Axis *, PlayerController_Axis2D_get_yAxis, (PlayerController_Axis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02097A50, Vector2, PlayerController_Axis2D_get_value, (PlayerController_Axis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02097B00, Vector2, PlayerController_Axis2D_get_valueRaw, (PlayerController_Axis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02097BB0, void, PlayerController_Axis2D_Definition__ctor, (PlayerController_Axis2D_Definition * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, PlayerController_Axis_Definition *, PlayerController_Axis2D_Definition_get_xAxis, (PlayerController_Axis2D_Definition * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, PlayerController_Axis2D_Definition_set_xAxis, (PlayerController_Axis2D_Definition * __this, PlayerController_Axis_Definition * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, PlayerController_Axis_Definition *, PlayerController_Axis2D_Definition_get_yAxis, (PlayerController_Axis2D_Definition * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, PlayerController_Axis2D_Definition_set_yAxis, (PlayerController_Axis2D_Definition * __this, PlayerController_Axis_Definition * value, MethodInfo * method)); DO_APP_FUNC(0x02097C10, PlayerController_Element *, PlayerController_Axis2D_Definition_rjuulXwixABKtGXFveWgIcWguwNM, (PlayerController_Axis2D_Definition * __this, PlayerController * param_00009f02, MethodInfo * method)); DO_APP_FUNC(0x02097DD0, void, PlayerController_MouseAxis2D__ctor, (PlayerController_MouseAxis2D * __this, PlayerController * param_00009f03, PlayerController_MouseAxis2D_Definition * param_00009f04, MethodInfo * method)); DO_APP_FUNC(0x02097F90, PlayerController_MouseAxis *, PlayerController_MouseAxis2D_get_xAxis, (PlayerController_MouseAxis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02097FD0, PlayerController_MouseAxis *, PlayerController_MouseAxis2D_get_yAxis, (PlayerController_MouseAxis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02097BB0, void, PlayerController_MouseAxis2D_Definition__ctor, (PlayerController_MouseAxis2D_Definition * __this, MethodInfo * method)); DO_APP_FUNC(0x02098020, PlayerController_MouseAxis_Definition *, PlayerController_MouseAxis2D_Definition_get_xAxis, (PlayerController_MouseAxis2D_Definition * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, PlayerController_MouseAxis2D_Definition_set_xAxis, (PlayerController_MouseAxis2D_Definition * __this, PlayerController_MouseAxis_Definition * value, MethodInfo * method)); DO_APP_FUNC(0x020980B0, PlayerController_MouseAxis_Definition *, PlayerController_MouseAxis2D_Definition_get_yAxis, (PlayerController_MouseAxis2D_Definition * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, PlayerController_MouseAxis2D_Definition_set_yAxis, (PlayerController_MouseAxis2D_Definition * __this, PlayerController_MouseAxis_Definition * value, MethodInfo * method)); DO_APP_FUNC(0x02098140, PlayerController_Element *, PlayerController_MouseAxis2D_Definition_rjuulXwixABKtGXFveWgIcWguwNM, (PlayerController_MouseAxis2D_Definition * __this, PlayerController * param_00009f07, MethodInfo * method)); DO_APP_FUNC(0x020981C0, void, PlayerController_Button__ctor, (PlayerController_Button * __this, PlayerController * param_00009f08, PlayerController_Button_Definition * param_00009f09, MethodInfo * method)); DO_APP_FUNC(0x02098200, bool, PlayerController_Button_get_value, (PlayerController_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x02098260, bool, PlayerController_Button_get_valuePrev, (PlayerController_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x02098380, bool, PlayerController_Button_get_justPressed, (PlayerController_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x020983E0, bool, PlayerController_Button_get_justReleased, (PlayerController_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x02098500, void, PlayerController_Button_Definition__ctor, (PlayerController_Button_Definition * __this, MethodInfo * method)); DO_APP_FUNC(0x02098570, PlayerController_Element *, PlayerController_Button_Definition_rjuulXwixABKtGXFveWgIcWguwNM, (PlayerController_Button_Definition * __this, PlayerController * param_00009f0a, MethodInfo * method)); DO_APP_FUNC(0x02098600, void, PlayerController_CompoundElement__ctor, (PlayerController_CompoundElement * __this, PlayerController * param_00009f0b, PlayerController_CompoundElement_Definition * param_00009f0c, PlayerController_Element_Definition__Array * param_00009f0d, MethodInfo * method)); DO_APP_FUNC(0x020987F0, int32_t, PlayerController_CompoundElement_vSyUaKflVqmZsYMBRiIpQevuyQIh, (PlayerController_CompoundElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02098840, void, PlayerController_CompoundElement_QIRJcoqIxAjztpJTfyzaCEzSGONe, (PlayerController_CompoundElement * __this, List_1_Rewired_PlayerController_Element_ * param_00009f0f, MethodInfo * method)); DO_APP_FUNC(0x02098A00, void, PlayerController_CompoundElement_bDWOTslUkzxjjeYHmyeJqqMbJJtF, (PlayerController_CompoundElement * __this, PlayerController_Element * param_00009f10, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87218, PlayerController_CompoundElement_bDWOTslUkzxjjeYHmyeJqqMbJJtF__MethodInfo); DO_APP_FUNC(0x02097BB0, void, PlayerController_CompoundElement_Definition__ctor, (PlayerController_CompoundElement_Definition * __this, MethodInfo * method)); DO_APP_FUNC(0x02098AB0, void, PlayerController_Element__ctor, (PlayerController_Element * __this, PlayerController * param_00009f11, PlayerController_Element_Definition * param_00009f12, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87210, PlayerController_Element__ctor__MethodInfo); DO_APP_FUNC(0x02098C40, Player *, PlayerController_Element_get_player, (PlayerController_Element * __this, MethodInfo * method)); DO_APP_FUNC(0x02098D20, bool, PlayerController_Element_get_selfAndParentEnabled, (PlayerController_Element * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, PlayerController_Element_swYLzXHESsCSeBcYABfxRAoIHpwbA, (PlayerController_Element * __this, MethodInfo * method)); DO_APP_FUNC(0x00966850, void, PlayerController_Element_iJUyOmFSnynouHiWsMPLUfptdylR, (PlayerController_Element * __this, bool param_00009f13, MethodInfo * method)); DO_APP_FUNC(0x006FF3A0, bool, PlayerController_Element_get_enabled, (PlayerController_Element * __this, MethodInfo * method)); DO_APP_FUNC(0x02098D50, void, PlayerController_Element_set_enabled, (PlayerController_Element * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, PlayerController_Element_get_name, (PlayerController_Element * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, PlayerController_Element_set_name, (PlayerController_Element * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlayerController_Element_XUYlHArjcZHIIZmMQVtfQqgGDltj, (PlayerController_Element * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlayerController_Element_EnabledStateChanged, (PlayerController_Element * __this, bool state, MethodInfo * method)); DO_APP_FUNC(0x02098D70, bool, PlayerController_Element_IsTypeWithSource, (PlayerController_Element_Type__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02098FF0, bool, PlayerController_Element_IsCompoundType, (PlayerController_Element_Type__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02099280, int32_t, PlayerController_Element_GetMaxElementCount, (PlayerController_Element_Type__Enum type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87170, PlayerController_Element_GetMaxElementCount__MethodInfo); DO_APP_FUNC(0x02099350, String *, PlayerController_Element_GetElementTitle, (PlayerController_Element_Type__Enum type, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87168, PlayerController_Element_GetElementTitle__MethodInfo); DO_APP_FUNC(0x02099530, PlayerController_Element_Definition *, PlayerController_Element_CreateDefinition, (PlayerController_Element_Type__Enum type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C871C0, PlayerController_Element_CreateDefinition__MethodInfo); DO_APP_FUNC(0x02097BB0, void, PlayerController_Element_Definition__ctor, (PlayerController_Element_Definition * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF00E0, void, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__ctor, (PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb * __this, ControllerElementType__Enum param_00009f1e, int32_t param_00009f1f, float param_00009f20, MethodInfo * method)); DO_APP_FUNC(0x020981C0, void, PlayerController_ElementWithSource__ctor, (PlayerController_ElementWithSource * __this, PlayerController * param_00009f21, PlayerController_ElementWithSource_Definition * param_00009f22, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, PlayerController_ElementWithSource_get_actionId, (PlayerController_ElementWithSource * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, PlayerController_ElementWithSource_set_actionId, (PlayerController_ElementWithSource * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02099780, String *, PlayerController_ElementWithSource_get_actionName, (PlayerController_ElementWithSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02099860, void, PlayerController_ElementWithSource_set_actionName, (PlayerController_ElementWithSource * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02098500, void, PlayerController_ElementWithSource_Definition__ctor, (PlayerController_ElementWithSource_Definition * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, PlayerController_ElementWithSource_Definition_get_actionId, (PlayerController_ElementWithSource_Definition * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, PlayerController_ElementWithSource_Definition_set_actionId, (PlayerController_ElementWithSource_Definition * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02099950, String *, PlayerController_ElementWithSource_Definition_get_actionName, (PlayerController_ElementWithSource_Definition * __this, MethodInfo * method)); DO_APP_FUNC(0x02099A30, void, PlayerController_ElementWithSource_Definition_set_actionName, (PlayerController_ElementWithSource_Definition * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02099B50, void, PlayerController_MouseWheel__ctor, (PlayerController_MouseWheel * __this, PlayerController * param_00009f27, PlayerController_MouseWheel_Definition * param_00009f28, MethodInfo * method)); DO_APP_FUNC(0x02099D10, PlayerController_MouseWheelAxis *, PlayerController_MouseWheel_get_xAxis, (PlayerController_MouseWheel * __this, MethodInfo * method)); DO_APP_FUNC(0x02099D50, PlayerController_MouseWheelAxis *, PlayerController_MouseWheel_get_yAxis, (PlayerController_MouseWheel * __this, MethodInfo * method)); DO_APP_FUNC(0x02097BB0, void, PlayerController_MouseWheel_Definition__ctor, (PlayerController_MouseWheel_Definition * __this, MethodInfo * method)); DO_APP_FUNC(0x02099DA0, PlayerController_MouseWheelAxis_Definition *, PlayerController_MouseWheel_Definition_get_xAxis, (PlayerController_MouseWheel_Definition * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, PlayerController_MouseWheel_Definition_set_xAxis, (PlayerController_MouseWheel_Definition * __this, PlayerController_MouseWheelAxis_Definition * value, MethodInfo * method)); DO_APP_FUNC(0x02099E30, PlayerController_MouseWheelAxis_Definition *, PlayerController_MouseWheel_Definition_get_yAxis, (PlayerController_MouseWheel_Definition * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, PlayerController_MouseWheel_Definition_set_yAxis, (PlayerController_MouseWheel_Definition * __this, PlayerController_MouseWheelAxis_Definition * value, MethodInfo * method)); DO_APP_FUNC(0x02099EC0, PlayerController_Element *, PlayerController_MouseWheel_Definition_rjuulXwixABKtGXFveWgIcWguwNM, (PlayerController_MouseWheel_Definition * __this, PlayerController * param_00009f2b, MethodInfo * method)); DO_APP_FUNC(0x02099F40, void, PlayerController_MouseWheelAxis__ctor, (PlayerController_MouseWheelAxis * __this, PlayerController * param_00009f2c, PlayerController_MouseWheelAxis_Definition * param_00009f2d, MethodInfo * method)); DO_APP_FUNC(0x02099FD0, float, PlayerController_MouseWheelAxis_get_repeatRate, (PlayerController_MouseWheelAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x02099FF0, void, PlayerController_MouseWheelAxis_set_repeatRate, (PlayerController_MouseWheelAxis * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0209A020, float, PlayerController_MouseWheelAxis_get_value, (PlayerController_MouseWheelAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x0209A060, void, PlayerController_MouseWheelAxis_XUYlHArjcZHIIZmMQVtfQqgGDltj, (PlayerController_MouseWheelAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x0209A0A0, void, PlayerController_MouseWheelAxis_EnabledStateChanged, (PlayerController_MouseWheelAxis * __this, bool state, MethodInfo * method)); DO_APP_FUNC(0x0209A0B0, float, PlayerController_MouseWheelAxis_MbbiUZFtqoIngjufwNbIPOZgpJFl, (PlayerController_MouseWheelAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x0209A260, void, PlayerController_MouseWheelAxis_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (PlayerController_MouseWheelAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x0209A270, void, PlayerController_MouseWheelAxis_Definition__ctor, (PlayerController_MouseWheelAxis_Definition * __this, MethodInfo * method)); DO_APP_FUNC(0x0209A2A0, PlayerController_Element *, PlayerController_MouseWheelAxis_Definition_rjuulXwixABKtGXFveWgIcWguwNM, (PlayerController_MouseWheelAxis_Definition * __this, PlayerController * param_00009f30, MethodInfo * method)); DO_APP_FUNC(0x0209A370, void, PlayerMouse_1__ctor, (PlayerMouse_1 * __this, PlayerMouse_Definition * param_00009f35, MethodInfo * method)); DO_APP_FUNC(0x0209B3F0, bool, PlayerMouse_1_get_defaultToCenter, (PlayerMouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0209B480, void, PlayerMouse_1_set_defaultToCenter, (PlayerMouse_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D7CCC0, bool, PlayerMouse_1_get_clampToMovementArea, (PlayerMouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01F933E0, void, PlayerMouse_1_set_clampToMovementArea, (PlayerMouse_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0209B490, ScreenRect, PlayerMouse_1_get_movementArea, (PlayerMouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0209B540, void, PlayerMouse_1_set_movementArea, (PlayerMouse_1 * __this, ScreenRect value, MethodInfo * method)); DO_APP_FUNC(0x0209B550, PlayerMouse_MovementAreaUnit__Enum, PlayerMouse_1_get_movementAreaUnit, (PlayerMouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF8CB0, void, PlayerMouse_1_set_movementAreaUnit, (PlayerMouse_1 * __this, PlayerMouse_MovementAreaUnit__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0209B5E0, Vector2, PlayerMouse_1_get_screenPosition, (PlayerMouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0209B750, void, PlayerMouse_1_set_screenPosition, (PlayerMouse_1 * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x0209B760, Vector2, PlayerMouse_1_get_screenPositionPrev, (PlayerMouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0209B8D0, Vector2, PlayerMouse_1_get_screenPositionDelta, (PlayerMouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0209BA40, PlayerController_MouseAxis *, PlayerMouse_1_get_xAxis, (PlayerMouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0209BB50, PlayerController_MouseAxis *, PlayerMouse_1_get_yAxis, (PlayerMouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0209BC60, PlayerController_MouseWheel *, PlayerMouse_1_get_wheel, (PlayerMouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0209BD50, PlayerController_Button *, PlayerMouse_1_get_leftButton, (PlayerMouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0209BE10, PlayerController_Button *, PlayerMouse_1_get_rightButton, (PlayerMouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0209BEE0, PlayerController_Button *, PlayerMouse_1_get_middleButton, (PlayerMouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0209BFB0, float, PlayerMouse_1_get_pointerSpeed, (PlayerMouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0209C040, void, PlayerMouse_1_set_pointerSpeed, (PlayerMouse_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0209C0F0, bool, PlayerMouse_1_get_useHardwarePointerPosition, (PlayerMouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0209C180, void, PlayerMouse_1_set_useHardwarePointerPosition, (PlayerMouse_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0209C230, void, PlayerMouse_1_add_ScreenPositionChangedEvent, (PlayerMouse_1 * __this, Action_1_UnityEngine_Vector2_ * value, MethodInfo * method)); DO_APP_FUNC(0x0209C3A0, void, PlayerMouse_1_remove_ScreenPositionChangedEvent, (PlayerMouse_1 * __this, Action_1_UnityEngine_Vector2_ * value, MethodInfo * method)); DO_APP_FUNC(0x0209C4B0, bool, PlayerMouse_1_Update, (PlayerMouse_1 * __this, UpdateLoopType__Enum updateLoop, MethodInfo * method)); DO_APP_FUNC(0x0209C870, void, PlayerMouse_1_UpdateFinished, (PlayerMouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0209C960, void, PlayerMouse_1_ClearVars, (PlayerMouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0209CA30, void, PlayerMouse_1_DfBmjxINxyjgMbHCfAHoWShwxrVN, (PlayerMouse_1 * __this, Vector2 param_00009f40, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86F80, PlayerMouse_1_DfBmjxINxyjgMbHCfAHoWShwxrVN__MethodInfo); DO_APP_FUNC(0x0209CC30, ScreenRect, PlayerMouse_1_zhatwMfBLkPYDDYleWcmtlknqlRq, (PlayerMouse_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86F78, PlayerMouse_1_zhatwMfBLkPYDDYleWcmtlknqlRq__MethodInfo); DO_APP_FUNC(0x0209CE90, void, PlayerMouse_1_vZGEGqykMMYMlubrmbQQUfjUaCoJA, (PlayerMouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0209CF40, float, PlayerMouse_1_KjESmxKHlAbFnEgVDLMriyIvCbqS, (PlayerController_Axis * param_00009f41, float param_00009f42, float param_00009f43, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86F60, PlayerMouse_1_KjESmxKHlAbFnEgVDLMriyIvCbqS__MethodInfo); DO_APP_FUNC(0x0209D010, bool, PlayerMouse_1_Rewired_UI_IMouseInputSource_get_enabled, (PlayerMouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0209D020, bool, PlayerMouse_1_Rewired_UI_IMouseInputSource_GetButtonDown, (PlayerMouse_1 * __this, int32_t button, MethodInfo * method)); DO_APP_FUNC(0x0209D030, bool, PlayerMouse_1_Rewired_UI_IMouseInputSource_GetButtonUp, (PlayerMouse_1 * __this, int32_t button, MethodInfo * method)); DO_APP_FUNC(0x0209D040, bool, PlayerMouse_1_Rewired_UI_IMouseInputSource_GetButton, (PlayerMouse_1 * __this, int32_t button, MethodInfo * method)); DO_APP_FUNC(0x0209D050, Vector2, PlayerMouse_1_Rewired_UI_IMouseInputSource_get_screenPosition, (PlayerMouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0209D070, Vector2, PlayerMouse_1_Rewired_UI_IMouseInputSource_get_screenPositionDelta, (PlayerMouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0209D090, Vector2, PlayerMouse_1_Rewired_UI_IMouseInputSource_get_wheelDelta, (PlayerMouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, PlayerMouse_1_Rewired_UI_IMouseInputSource_get_locked, (PlayerMouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0209D120, void, PlayerMouse_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0209D170, void, PlayerMouse_Definition__ctor, (PlayerMouse_Definition * __this, MethodInfo * method)); DO_APP_FUNC(0x0209D1F0, PlayerMouse_1 *, PlayerMouse_Factory_Create, (MethodInfo * method)); DO_APP_FUNC(0x0209D200, PlayerMouse_1 *, PlayerMouse_Factory_FZPmmsnDnbvylVLEXMIlDLCjajwN, (int32_t param_00009f47, int32_t param_00009f48, MethodInfo * method)); DO_APP_FUNC(0x0209DE90, PlayerMouse_1 *, PlayerMouse_Factory_Create_1, (PlayerMouse_Definition * definition, MethodInfo * method)); DO_APP_FUNC(0x0209DF00, void, PlayerMouse_iHCnGgosCUKhkJyLqSatDEOWlav__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlayerMouse_iHCnGgosCUKhkJyLqSatDEOWlav__ctor, (PlayerMouse_iHCnGgosCUKhkJyLqSatDEOWlav * __this, MethodInfo * method)); DO_APP_FUNC(0x0209DFB0, bool, PlayerMouse_iHCnGgosCUKhkJyLqSatDEOWlav_FrtpjBxQBqNnzYJdBChiFRpgVqle, (PlayerMouse_iHCnGgosCUKhkJyLqSatDEOWlav * __this, PlayerController_Axis * param_00009f4a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C870E0, PlayerMouse_iHCnGgosCUKhkJyLqSatDEOWlav_FrtpjBxQBqNnzYJdBChiFRpgVqle__MethodInfo); DO_APP_FUNC(0x0209E060, bool, PlayerMouse_iHCnGgosCUKhkJyLqSatDEOWlav_hVycHGcMZZmMZCYIavbOmJsZNEqL, (PlayerMouse_iHCnGgosCUKhkJyLqSatDEOWlav * __this, PlayerController_Axis * param_00009f4b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C870D8, PlayerMouse_iHCnGgosCUKhkJyLqSatDEOWlav_hVycHGcMZZmMZCYIavbOmJsZNEqL__MethodInfo); DO_APP_FUNC(0x0209E110, List_1_System_String_ *, Logger_get_screenLog, (MethodInfo * method)); DO_APP_FUNC(0x0209E210, LogLevelFlags__Enum, Logger_get_logLevel, (MethodInfo * method)); DO_APP_FUNC(0x0209E2F0, bool, Logger_get_logToScreen, (MethodInfo * method)); DO_APP_FUNC(0x0209E330, void, Logger_set_logToScreen, (bool value, MethodInfo * method)); DO_APP_FUNC(0x0209E5C0, void, Logger_LogEditor, (Object * msg, MethodInfo * method)); DO_APP_FUNC(0x0209E5F0, void, Logger_LogEditor_1, (Object * msg, bool requiredThreadSafety, MethodInfo * method)); DO_APP_FUNC(0x0209E680, void, Logger_LogWarningEditor, (Object * msg, MethodInfo * method)); DO_APP_FUNC(0x0209E6B0, void, Logger_LogWarningEditor_1, (Object * msg, bool requiredThreadSafety, MethodInfo * method)); DO_APP_FUNC(0x0209E740, void, Logger_LogErrorEditor, (Object * msg, MethodInfo * method)); DO_APP_FUNC(0x0209E770, void, Logger_LogErrorEditor_1, (Object * msg, bool requiredThreadSafety, MethodInfo * method)); DO_APP_FUNC(0x0209E800, void, Logger_Log, (Object * msg, MethodInfo * method)); DO_APP_FUNC(0x0209E810, void, Logger_Log_1, (Object * msg, bool requiredThreadSafety, MethodInfo * method)); DO_APP_FUNC(0x0209E9D0, void, Logger_LogWarning, (Object * msg, MethodInfo * method)); DO_APP_FUNC(0x0209E9E0, void, Logger_LogWarning_1, (Object * msg, bool requiredThreadSafety, MethodInfo * method)); DO_APP_FUNC(0x0209EC60, void, Logger_LogError, (Object * msg, MethodInfo * method)); DO_APP_FUNC(0x0209EC70, void, Logger_LogError_1, (Object * msg, bool requiredThreadSafety, MethodInfo * method)); DO_APP_FUNC(0x0209F400, void, Logger_LogException, (Exception * exception, Object * msg, MethodInfo * method)); DO_APP_FUNC(0x0209F410, void, Logger_LogException_1, (Exception * exception, Object * msg, bool requiredThreadSafety, MethodInfo * method)); DO_APP_FUNC(0x0209FB20, void, Logger_LogNow, (Object * msg, bool requireThreadSafety, MethodInfo * method)); DO_APP_FUNC(0x0209FC80, void, Logger_LogWarningNow, (Object * msg, bool requireThreadSafety, MethodInfo * method)); DO_APP_FUNC(0x0209FDE0, void, Logger_LogErrorNow, (Object * msg, bool requireThreadSafety, MethodInfo * method)); DO_APP_FUNC(0x0209FF40, void, Logger_LogExceptionNow, (Exception * exception, Object * msg, bool requireThreadSafety, MethodInfo * method)); DO_APP_FUNC(0x020A01D0, bool, Logger_IsLoggingAllowed, (LogLevel__Enum logLevel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86DB8, Logger_IsLoggingAllowed__MethodInfo); DO_APP_FUNC(0x020A0270, void, Logger_LogToScreen, (Object * msg, MethodInfo * method)); DO_APP_FUNC(0x020A0730, void, Logger_LogInit, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x020A0740, void, Logger_LogInitError, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x020A0750, void, Logger_LogInitWarning, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x0209E800, void, Logger_Log_VCTest, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x020A0730, void, Logger_LogUpdate, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x020A0760, Object *, Logger_FormatMessage, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, bHRymJWdomwAWZlFUjUigGYIwteU_VKQNkGYrOVtOhJSUnsqibQSTnFHA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, bHRymJWdomwAWZlFUjUigGYIwteU_QnlOJmjGpvdwTKugEDtfvNWIjybq, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GCProfiler_Begin, (String * name, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GCProfiler_End, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GCProfiler_LogReport, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GCProfiler_Clear, (MethodInfo * method)); DO_APP_FUNC(0x008AC8F0, void, ActiveControllerChangedDelegate__ctor, (ActiveControllerChangedDelegate * __this, Object * param_00009f76, void * param_00009f77, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, ActiveControllerChangedDelegate_Invoke, (ActiveControllerChangedDelegate * __this, Controller * controller, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, ActiveControllerChangedDelegate_BeginInvoke, (ActiveControllerChangedDelegate * __this, Controller * controller, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ActiveControllerChangedDelegate_EndInvoke, (ActiveControllerChangedDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0042CDF0, void, PlayerActiveControllerChangedDelegate__ctor, (PlayerActiveControllerChangedDelegate * __this, Object * param_00009f7d, void * param_00009f7e, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, PlayerActiveControllerChangedDelegate_Invoke, (PlayerActiveControllerChangedDelegate * __this, Player * player, Controller * controller, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, PlayerActiveControllerChangedDelegate_BeginInvoke, (PlayerActiveControllerChangedDelegate * __this, Player * player, Controller * controller, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, PlayerActiveControllerChangedDelegate_EndInvoke, (PlayerActiveControllerChangedDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, GameObject *, Initializer_1_get_inputManagerPrefab, (Initializer_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, Initializer_1_set_inputManagerPrefab, (Initializer_1 * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, Initializer_1_get_destroySelf, (Initializer_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, Initializer_1_set_destroySelf, (Initializer_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x020A0820, void, Initializer_1_Awake, (Initializer_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x020A0830, bool, Initializer_1_Initialize, (Initializer_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x004245A0, void, Initializer_1__ctor, (Initializer_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BridgedControllerHWInfo__ctor, (BridgedControllerHWInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x020A1160, void, BridgedControllerHWInfo__ctor_1, (BridgedControllerHWInfo * __this, BridgedControllerHWInfo * param_00009f88, MethodInfo * method)); DO_APP_FUNC(0x020A1190, void, BridgedControllerHWInfo_kuTDBTocQsGKwaLaWjWGRWYXhneWA, (BridgedControllerHWInfo * __this, BridgedControllerHWInfo * param_00009f89, MethodInfo * method)); DO_APP_FUNC(0x020A1480, bool, BridgedController_get_isUnknownController, (BridgedController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BridgedController__ctor, (BridgedController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, vIqliCMhumeoieWDPqygMpDRxkfk__ctor, (vIqliCMhumeoieWDPqygMpDRxkfk * __this, MethodInfo * method)); DO_APP_FUNC(0x020A1510, void, ControllerDataUpdater__ctor, (ControllerDataUpdater * __this, InputSource__Enum param_00009f8a, int32_t param_00009f8b, int32_t param_00009f8c, UnknownControllerHat__Array * param_00009f8d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86DF8, ControllerDataUpdater__ctor__MethodInfo); DO_APP_FUNC(0x020A17B0, bool, ControllerDataUpdater_IsUnknownHatCardinal, (ControllerDataUpdater * __this, int32_t buttonIndex, MethodInfo * method)); DO_APP_FUNC(0x020A1870, UnknownControllerHat_HatButtons *, ControllerDataUpdater_GetUnknownHatButtons, (ControllerDataUpdater * __this, int32_t buttonIndex, MethodInfo * method)); DO_APP_FUNC(0x020A1970, void, ControllerDataUpdater_ClearData, (ControllerDataUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CustomObfuscation__ctor, (CustomObfuscation * __this, MethodInfo * method)); DO_APP_FUNC(0x020A1A00, void, CustomClassObfuscation__ctor, (CustomClassObfuscation * __this, MethodInfo * method)); DO_APP_FUNC(0x020A1A10, void, UpdateControllerInfoEventArgs__ctor, (UpdateControllerInfoEventArgs * __this, IInputManagerJoystickPublic * param_00009f90, MethodInfo * method)); DO_APP_FUNC(0x020A1AB0, void, ControllerDisconnectedEventArgs__ctor, (ControllerDisconnectedEventArgs * __this, int32_t param_00009f91, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, UserData *, InputManager_Base_get_userData, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, InputManager_Base_set_userData, (InputManager_Base * __this, UserData * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, ControllerDataFiles *, InputManager_Base_get_dataFiles, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020A1B10, void, InputManager_Base_set_dataFiles, (InputManager_Base * __this, ControllerDataFiles * value, MethodInfo * method)); DO_APP_FUNC(0x020A1C30, bool, InputManager_Base_get_runInEditMode, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020A1C60, void, InputManager_Base_set_runInEditMode, (InputManager_Base * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x020A1E40, bool, InputManager_Base_get_isRunningInEditMode, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020A2070, void, InputManager_Base_DontDestroyOnLoad, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020A2240, void, InputManager_Base_Awake, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020A2310, void, InputManager_Base_OnEnable, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020A23F0, void, InputManager_Base_OnDisable, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020A2470, void, InputManager_Base_OnDestroy, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020A2660, void, InputManager_Base_OnApplicationFocus, (InputManager_Base * __this, bool isFocused, MethodInfo * method)); DO_APP_FUNC(0x020A27D0, void, InputManager_Base_Start, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020A28A0, void, InputManager_Base_Update, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020A2920, void, InputManager_Base_FixedUpdate, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020A29A0, void, InputManager_Base_LateUpdate, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020A2A70, void, InputManager_Base_OnGUIUpdate, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020A2AF0, void, InputManager_Base_DoUpdate, (InputManager_Base * __this, UpdateLoopType__Enum updateLoopType, UpdateLoopSetting__Enum updateLoopSettingBit, MethodInfo * method)); DO_APP_FUNC(0x020A2C60, void, InputManager_Base_TryStartRunInEditMode, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020A2D20, void, InputManager_Base_TryStopRunInEditMode, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020A2D50, bool, InputManager_Base_bgYJOAdrGwBckdcAdrsLXbwGlbCDA, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020A2DC0, void, InputManager_Base_LIeljCbdoWdgBAecluMnblrpCnHu, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF230, void, InputManager_Base_VjeHdhOgsjNhnRHDVElknIeJAlji, (InputManager_Base * __this, Platform__Enum param_00009f98, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86C70, InputManager_Base_VjeHdhOgsjNhnRHDVElknIeJAlji__MethodInfo); DO_APP_FUNC(0x020A36C0, Object *, InputManager_Base_zCWDcEcyRumaCKVclTnVAcKcwPqaA, (InputManager_Base * __this, ConfigVars * param_00009f99, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86C68, InputManager_Base_zCWDcEcyRumaCKVclTnVAcKcwPqaA__MethodInfo); DO_APP_FUNC(0x020A3780, List_1_System_Reflection_Assembly_ *, InputManager_Base_fHRnWKAqvjaSyvddHWTOwANorkiq, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020A3BC0, List_1_System_Reflection_Assembly_ *, InputManager_Base_IWndVdWErDPrHAhizCcyhFpAYECQ, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86B00, InputManager_Base_IWndVdWErDPrHAhizCcyhFpAYECQ__MethodInfo); DO_APP_FUNC(0x020A3EB0, Byte__Array *, InputManager_Base_tOERnqISXnluATSTmgvnVIGtegpT, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020A41F0, void, InputManager_Base_EswDNvcLNSbbUPIviNVNwzBVNDKuA, (InputManager_Base * __this, List_1_UnityEngine_TextAsset_ * param_00009f9a, List_1_System_String_ * param_00009f9b, MethodInfo * method)); DO_APP_FUNC(0x020A4450, String *, InputManager_Base_cPXhZPmtlrUWPstPPdTUlZGgBWE, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020A4590, bool, InputManager_Base_RCtBPshKyROUDEXiDqEJtQWMBhxY, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020A45C0, String *, InputManager_Base_lclfWqmNInbFKrDLpvpfBIFdlgDB, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020A4750, bool, InputManager_Base_URSDwtZRjCEFFOQPdbbhMMaYirvq, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020A48E0, void, InputManager_Base_RecompileStart, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020A49B0, void, InputManager_Base_RecompileEnd, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x006FE2E0, void, InputManager_Base_OnSceneLoaded, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020A4A20, void, InputManager_Base_UzXjOSbmclbwyGYZGKqkNhbIQGLJA, (InputManager_Base * __this, InputManager_Base_GdujaQKgvdmbcNJufFVoEJUApOUXB__Enum param_00009f9c, String * param_00009f9d, Exception * param_00009f9e, MethodInfo * method)); DO_APP_FUNC(0x020A4B80, void, InputManager_Base_ResetAll, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020A4BA0, EditorPlatform__Enum, InputManager_Base_GetEditorPlatform, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020A4BE0, void, InputManager_Base_GetSupportedEditModeControllerTypes, (InputManager_Base * __this, bool * keyboardSupported, bool * mouseSupported, bool * joystickSupported, MethodInfo * method)); DO_APP_FUNC(0x020A4D30, bool, InputManager_Base_IsEditModeSupported, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x006FE390, void, InputManager_Base__ctor, (InputManager_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020A4EB0, bool, InputManager_Base_fBuacbBIqlgigQCZWGTcFmApcvRP, (InputManager_Base * __this, Assembly * param_00009fa2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86B38, InputManager_Base_fBuacbBIqlgigQCZWGTcFmApcvRP__MethodInfo); DO_APP_FUNC(0x020DB080, void, aFmJpwxQsLcpqNsVpQUVNGddslvo__ctor, (aFmJpwxQsLcpqNsVpQUVNGddslvo * __this, UpdateLoopSetting__Enum param_00009fa3, Keyboard * param_00009fa4, MethodInfo * method)); DO_APP_FUNC(0x020DB450, void, aFmJpwxQsLcpqNsVpQUVNGddslvo_XUYlHArjcZHIIZmMQVtfQqgGDltj, (aFmJpwxQsLcpqNsVpQUVNGddslvo * __this, UpdateLoopType__Enum param_00009fa5, MethodInfo * method)); DO_APP_FUNC(0x020DB4F0, void, aFmJpwxQsLcpqNsVpQUVNGddslvo_jjKCplyjxSKglvtrxUIjdwQDIepW, (aFmJpwxQsLcpqNsVpQUVNGddslvo * __this, KeyboardMap * param_00009fa6, MethodInfo * method)); DO_APP_FUNC(0x020DB590, bool, aFmJpwxQsLcpqNsVpQUVNGddslvo_SHFakwtuuIfbQeIXsYkFCzKfxMlq, (aFmJpwxQsLcpqNsVpQUVNGddslvo * __this, KeyboardKeyCode__Enum param_00009fa7, ModifierKeyFlags__Enum param_00009fa8, MethodInfo * method)); DO_APP_FUNC(0x020DB5B0, void, aFmJpwxQsLcpqNsVpQUVNGddslvo_zWXKbnJHDvYFGwbyckUDHqcQUNGg, (aFmJpwxQsLcpqNsVpQUVNGddslvo * __this, MethodInfo * method)); DO_APP_FUNC(0x020DB630, void, aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb__ctor, (aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb * __this, Keyboard * param_00009fa9, MethodInfo * method)); DO_APP_FUNC(0x020DB7F0, void, aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb_XUYlHArjcZHIIZmMQVtfQqgGDltj, (aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb * __this, MethodInfo * method)); DO_APP_FUNC(0x020DB9A0, void, aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb_OkAEzSJGDALJxOmzvGUEAxAHZmKlA, (aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb * __this, ActionElementMap * param_00009faa, MethodInfo * method)); DO_APP_FUNC(0x020DBAA0, bool, aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb_SHFakwtuuIfbQeIXsYkFCzKfxMlq, (aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb * __this, KeyboardKeyCode__Enum param_00009fab, ModifierKeyFlags__Enum param_00009fac, MethodInfo * method)); DO_APP_FUNC(0x020DBDE0, bool, aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb_SHFakwtuuIfbQeIXsYkFCzKfxMlq_1, (aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb * __this, ExpandableArray_DataContainer_1_aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb_TkYqOpldVGYAcSDtGYaHrNqSSLEE_ * param_00009fad, KeyboardKeyCode__Enum param_00009fae, ModifierKeyFlags__Enum param_00009faf, int32_t param_00009fb0, aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb_VuBDaMpQwJCOCUpyZeCnbeACULRI__Enum param_00009fb1, MethodInfo * method)); DO_APP_FUNC(0x020DBF30, void, aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADC0, void, aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb_TkYqOpldVGYAcSDtGYaHrNqSSLEE_kIkezWISFZiNZPpmTjWSviJqCHRq, (aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb_TkYqOpldVGYAcSDtGYaHrNqSSLEE * __this, KeyboardKeyCode__Enum param_00009fb2, ModifierKeyFlags__Enum param_00009fb3, MethodInfo * method)); DO_APP_FUNC(0x020BEDB0, void, aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb_TkYqOpldVGYAcSDtGYaHrNqSSLEE_Set, (aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb_TkYqOpldVGYAcSDtGYaHrNqSSLEE * __this, aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb_TkYqOpldVGYAcSDtGYaHrNqSSLEE * param_00009fb4, MethodInfo * method)); DO_APP_FUNC(0x020DBF90, bool, aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb_TkYqOpldVGYAcSDtGYaHrNqSSLEE_Equals, (aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb_TkYqOpldVGYAcSDtGYaHrNqSSLEE * __this, aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb_TkYqOpldVGYAcSDtGYaHrNqSSLEE * param_00009fb5, MethodInfo * method)); DO_APP_FUNC(0x020BD0E0, void, aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb_TkYqOpldVGYAcSDtGYaHrNqSSLEE_Clear, (aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb_TkYqOpldVGYAcSDtGYaHrNqSSLEE * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb_TkYqOpldVGYAcSDtGYaHrNqSSLEE_CompareTo, (aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb_TkYqOpldVGYAcSDtGYaHrNqSSLEE * __this, aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb_TkYqOpldVGYAcSDtGYaHrNqSSLEE * other, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb_TkYqOpldVGYAcSDtGYaHrNqSSLEE__ctor, (aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb_TkYqOpldVGYAcSDtGYaHrNqSSLEE * __this, MethodInfo * method)); DO_APP_FUNC(0x020DBFC0, ControllerElementType__Enum, qlXPRsOLELaMvIYaABRChqDOoeYd_VOJGUwhDRYqFrUiBAykYBrEcqPoUA, (ElementAssignmentType__Enum param_00009fb7, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C3A8, qlXPRsOLELaMvIYaABRChqDOoeYd_VOJGUwhDRYqFrUiBAykYBrEcqPoUA__MethodInfo); DO_APP_FUNC(0x020DC040, ElementAssignmentType__Enum, qlXPRsOLELaMvIYaABRChqDOoeYd_qDZmgVHYCehSyUdrAeEQeIeOOgKOA, (ControllerType__Enum param_00009fb8, ControllerElementType__Enum param_00009fb9, AxisRange__Enum param_00009fba, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C3B8, qlXPRsOLELaMvIYaABRChqDOoeYd_qDZmgVHYCehSyUdrAeEQeIeOOgKOA__MethodInfo); DO_APP_FUNC(0x020DC0C0, AxisRange__Enum, qlXPRsOLELaMvIYaABRChqDOoeYd_elwANQNEnxkHzkpXfaTxaaqBNfEIb, (Pole__Enum param_00009fbb, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C3B0, qlXPRsOLELaMvIYaABRChqDOoeYd_elwANQNEnxkHzkpXfaTxaaqBNfEIb__MethodInfo); DO_APP_FUNC(0x020DC130, Type *, qlXPRsOLELaMvIYaABRChqDOoeYd_XBCjYlBEkvCwnvrQFJdZNRBdbIbcb, (Type * param_00009fbc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C398, qlXPRsOLELaMvIYaABRChqDOoeYd_XBCjYlBEkvCwnvrQFJdZNRBdbIbcb__MethodInfo); DO_APP_FUNC(0x020DC560, Type *, qlXPRsOLELaMvIYaABRChqDOoeYd_lTnDAuNjupImbmtluDIjyfAQhJHAA, (ControllerType__Enum param_00009fbd, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C3F0, qlXPRsOLELaMvIYaABRChqDOoeYd_lTnDAuNjupImbmtluDIjyfAQhJHAA__MethodInfo); DO_APP_FUNC(0x020DC670, Type *, qlXPRsOLELaMvIYaABRChqDOoeYd_cHIkBEWzffDNGUcSnuKEFsgBGiwhA, (ControllerType__Enum param_00009fbe, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C3F8, qlXPRsOLELaMvIYaABRChqDOoeYd_cHIkBEWzffDNGUcSnuKEFsgBGiwhA__MethodInfo); DO_APP_FUNC(0x020DC780, ControllerType__Enum, qlXPRsOLELaMvIYaABRChqDOoeYd_fQAhNNldoShfGKItXqYBOccffulFb, (Type * param_00009fbf, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C3E0, qlXPRsOLELaMvIYaABRChqDOoeYd_fQAhNNldoShfGKItXqYBOccffulFb__MethodInfo); DO_APP_FUNC(0x020DCBC0, ControllerType__Enum, qlXPRsOLELaMvIYaABRChqDOoeYd_JzkfOWekIiPiQECEzrZBviaNlfPh, (Type * param_00009fc0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C3D0, qlXPRsOLELaMvIYaABRChqDOoeYd_JzkfOWekIiPiQECEzrZBviaNlfPh__MethodInfo); DO_APP_FUNC(0x020DCC70, bool, qlXPRsOLELaMvIYaABRChqDOoeYd_BjtoENHodgmGSnoLUcZiiCgBYiPvA, (Type * param_00009fc1, ControllerType__Enum * param_00009fc2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C368, qlXPRsOLELaMvIYaABRChqDOoeYd_BjtoENHodgmGSnoLUcZiiCgBYiPvA__MethodInfo); DO_APP_FUNC(0x020DCF40, ControllerType__Enum, qlXPRsOLELaMvIYaABRChqDOoeYd_LUkoYkYyGZJpIUKiaAwIFuXAqamEb, (Type * param_00009fc4, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C338, qlXPRsOLELaMvIYaABRChqDOoeYd_LUkoYkYyGZJpIUKiaAwIFuXAqamEb__MethodInfo); DO_APP_FUNC(0x020DD200, bool, qlXPRsOLELaMvIYaABRChqDOoeYd_NWhioGIQTHWIJiNJWGzSJyccbFph, (ControllerTemplateElementType__Enum param_00009fc5, ControllerElementType__Enum param_00009fc6, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C310, qlXPRsOLELaMvIYaABRChqDOoeYd_NWhioGIQTHWIJiNJWGzSJyccbFph__MethodInfo); DO_APP_FUNC(0x020DD280, ControllerElementType__Enum, qlXPRsOLELaMvIYaABRChqDOoeYd_mKSTKPqaLPHoOKyyOsIGJqgCkfwAA, (Object * param_00009fc7, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C318, qlXPRsOLELaMvIYaABRChqDOoeYd_mKSTKPqaLPHoOKyyOsIGJqgCkfwAA__MethodInfo); DO_APP_FUNC(0x020DD470, ControllerElementType__Enum, qlXPRsOLELaMvIYaABRChqDOoeYd_mKSTKPqaLPHoOKyyOsIGJqgCkfwAA_1, (ControllerTemplateElementType__Enum param_00009fc8, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C388, qlXPRsOLELaMvIYaABRChqDOoeYd_mKSTKPqaLPHoOKyyOsIGJqgCkfwAA_1__MethodInfo); DO_APP_FUNC(0x020DD4E0, ControllerTemplateElementSourceType__Enum, qlXPRsOLELaMvIYaABRChqDOoeYd_UXuGyYtxmoWKUxvzeQcoRkllBztE, (ControllerTemplateElementType__Enum param_00009fc9, bool param_00009fca, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C380, qlXPRsOLELaMvIYaABRChqDOoeYd_UXuGyYtxmoWKUxvzeQcoRkllBztE__MethodInfo); DO_APP_FUNC(0x020DD560, ControllerTemplateElementType__Enum, qlXPRsOLELaMvIYaABRChqDOoeYd_AzRNhrVyNRGqcuPRdWTPCNrltduN, (ControllerElementType__Enum param_00009fcb, bool param_00009fcc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C390, qlXPRsOLELaMvIYaABRChqDOoeYd_AzRNhrVyNRGqcuPRdWTPCNrltduN__MethodInfo); DO_APP_FUNC(0x020DD5E0, void, UnityInputHelper__cctor, (MethodInfo * method)); DO_APP_FUNC(0x020DD7F0, float, UnityInputHelper_GetJoystickAxisValueByJoystickId, (int32_t joystickId, int32_t axisIndex, MethodInfo * method)); DO_APP_FUNC(0x020DD8B0, float, UnityInputHelper_GetJoystickAxisRawValueByJoystickId, (int32_t joystickId, int32_t axisIndex, MethodInfo * method)); DO_APP_FUNC(0x020DD970, float, UnityInputHelper_GetJoystickAxisValueByJoystickIndex, (int32_t joystickIndex, int32_t axisIndex, MethodInfo * method)); DO_APP_FUNC(0x020DD9D0, float, UnityInputHelper_GetJoystickAxisRawValueByJoystickIndex, (int32_t joystickIndex, int32_t axisIndex, MethodInfo * method)); DO_APP_FUNC(0x020DDAC0, bool, UnityInputHelper_GetJoystickButtonValueByJoystickId, (int32_t joystickId, int32_t buttonIndex, MethodInfo * method)); DO_APP_FUNC(0x020DDB30, bool, UnityInputHelper_GetJoystickButtonValueByJoystickIndex, (int32_t joystickIndex, int32_t buttonIndex, MethodInfo * method)); DO_APP_FUNC(0x020DDBD0, void, UnityInputHelper_BsGTYoHaOPgYWtEHeGSpZoDeQUUw__ctor, (UnityInputHelper_BsGTYoHaOPgYWtEHeGSpZoDeQUUw * __this, int32_t param_00009fd9, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, UnityUnifiedKeyboardSource_get_enabled, (UnityUnifiedKeyboardSource * __this, MethodInfo * method)); DO_APP_FUNC(0x020DDFD0, void, UnityUnifiedKeyboardSource_set_enabled, (UnityUnifiedKeyboardSource * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00A18E70, InputSource__Enum, UnityUnifiedKeyboardSource_get_inputSource, (UnityUnifiedKeyboardSource * __this, MethodInfo * method)); DO_APP_FUNC(0x020DE010, HardwareControllerMap_Game *, UnityUnifiedKeyboardSource_get_hardwareMap, (UnityUnifiedKeyboardSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00EED000, int32_t, UnityUnifiedKeyboardSource_get_buttonCount, (UnityUnifiedKeyboardSource * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Controller_Extension *, UnityUnifiedKeyboardSource_get_controllerExtension, (UnityUnifiedKeyboardSource * __this, MethodInfo * method)); DO_APP_FUNC(0x020DE0D0, void, UnityUnifiedKeyboardSource__ctor, (UnityUnifiedKeyboardSource * __this, MethodInfo * method)); DO_APP_FUNC(0x020DE100, void, UnityUnifiedKeyboardSource_UpdateInputData, (UnityUnifiedKeyboardSource * __this, ControllerDataUpdater * dataUpdater, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UnityUnifiedKeyboardSource_Clear, (UnityUnifiedKeyboardSource * __this, MethodInfo * method)); DO_APP_FUNC(0x020DE260, HardwareControllerMap_Game *, UnityUnifiedKeyboardSource_zlydWKaoehTgRkkHGmyRArvIYDmv, (MethodInfo * method)); DO_APP_FUNC(0x020DE850, void, UnityUnifiedKeyboardSource_Dispose, (UnityUnifiedKeyboardSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01A007C0, void, UnityUnifiedKeyboardSource_Finalize, (UnityUnifiedKeyboardSource * __this, MethodInfo * method)); DO_APP_FUNC(0x020DE8C0, void, UnityUnifiedKeyboardSource_Dispose_1, (UnityUnifiedKeyboardSource * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x020DE960, ControllerElementType__Enum, UnityUnifiedKeyboardSource_GetHardwareElementType, (int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, UnityUnifiedMouseSource_get_enabled, (UnityUnifiedMouseSource * __this, MethodInfo * method)); DO_APP_FUNC(0x020DEA30, void, UnityUnifiedMouseSource_set_enabled, (UnityUnifiedMouseSource * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00A18E70, InputSource__Enum, UnityUnifiedMouseSource_get_inputSource, (UnityUnifiedMouseSource * __this, MethodInfo * method)); DO_APP_FUNC(0x020DEBC0, HardwareControllerMap_Game *, UnityUnifiedMouseSource_get_hardwareMap, (UnityUnifiedMouseSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00EECFF0, int32_t, UnityUnifiedMouseSource_get_buttonCount, (UnityUnifiedMouseSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEC8E0, int32_t, UnityUnifiedMouseSource_get_axisCount, (UnityUnifiedMouseSource * __this, MethodInfo * method)); DO_APP_FUNC(0x020DEC80, Vector2, UnityUnifiedMouseSource_get_mousePosition, (UnityUnifiedMouseSource * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Controller_Extension *, UnityUnifiedMouseSource_get_controllerExtension, (UnityUnifiedMouseSource * __this, MethodInfo * method)); DO_APP_FUNC(0x020DECD0, void, UnityUnifiedMouseSource__ctor, (UnityUnifiedMouseSource * __this, MethodInfo * method)); DO_APP_FUNC(0x020DF3A0, void, UnityUnifiedMouseSource_UpdateInputData, (UnityUnifiedMouseSource * __this, ControllerDataUpdater * dataUpdater, MethodInfo * method)); DO_APP_FUNC(0x020DF4A0, void, UnityUnifiedMouseSource_Clear, (UnityUnifiedMouseSource * __this, MethodInfo * method)); DO_APP_FUNC(0x020DF5E0, void, UnityUnifiedMouseSource_rGjVIWwAhVbCAlkHABAPHIQFQjWd, (UnityUnifiedMouseSource * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C300, UnityUnifiedMouseSource_rGjVIWwAhVbCAlkHABAPHIQFQjWd__MethodInfo); DO_APP_FUNC(0x020DFAE0, void, UnityUnifiedMouseSource_rIDDSusYUTAgPpLFgERBOJcMLRsS, (UnityUnifiedMouseSource * __this, UpdateLoopType__Enum param_00009fe0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C2F8, UnityUnifiedMouseSource_rIDDSusYUTAgPpLFgERBOJcMLRsS__MethodInfo); DO_APP_FUNC(0x020DFB80, HardwareControllerMap_Game *, UnityUnifiedMouseSource_zlydWKaoehTgRkkHGmyRArvIYDmv, (MethodInfo * method)); DO_APP_FUNC(0x020E0330, void, UnityUnifiedMouseSource_Dispose, (UnityUnifiedMouseSource * __this, MethodInfo * method)); DO_APP_FUNC(0x020E03A0, void, UnityUnifiedMouseSource_Finalize, (UnityUnifiedMouseSource * __this, MethodInfo * method)); DO_APP_FUNC(0x020E03F0, void, UnityUnifiedMouseSource_Dispose_1, (UnityUnifiedMouseSource * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x020E0670, ControllerElementType__Enum, UnityUnifiedMouseSource_GetHardwareElementType, (int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x020E0740, void, UnityUnifiedMouseSource_VfDxCbYROgLLrrqQJZnvCkuaHSaJ__ctor, (UnityUnifiedMouseSource_VfDxCbYROgLLrrqQJZnvCkuaHSaJ * __this, int32_t param_00009fe3, int32_t param_00009fe4, MethodInfo * method)); DO_APP_FUNC(0x020E0860, void, UnityUnifiedMouseSource_VfDxCbYROgLLrrqQJZnvCkuaHSaJ_MBjcYUCJTVVYWaYKgIIiUgXMLsCsA, (UnityUnifiedMouseSource_VfDxCbYROgLLrrqQJZnvCkuaHSaJ * __this, Boolean__Array * param_00009fe5, Single__Array * param_00009fe6, MethodInfo * method)); DO_APP_FUNC(0x020E09C0, void, UnityUnifiedMouseSource_VfDxCbYROgLLrrqQJZnvCkuaHSaJ_AvorBZHBTiOjVsLgVHVhqtVEfyQl, (UnityUnifiedMouseSource_VfDxCbYROgLLrrqQJZnvCkuaHSaJ * __this, ControllerDataUpdater * param_00009fe7, MethodInfo * method)); DO_APP_FUNC(0x020E0BC0, void, UnityUnifiedMouseSource_VfDxCbYROgLLrrqQJZnvCkuaHSaJ_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (UnityUnifiedMouseSource_VfDxCbYROgLLrrqQJZnvCkuaHSaJ * __this, MethodInfo * method)); DO_APP_FUNC(0x020E0C10, void, UnityUnifiedMouseSource_VfDxCbYROgLLrrqQJZnvCkuaHSaJ_fINCBciBshXLXWdiUfRPAJDsIqHGb, (UnityUnifiedMouseSource_VfDxCbYROgLLrrqQJZnvCkuaHSaJ * __this, MethodInfo * method)); DO_APP_FUNC(0x020E0C40, void, UnityUnifiedMouseSource_XqaEhuPYVQesdGWUcobErQcCAxFB__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UnityUnifiedMouseSource_XqaEhuPYVQesdGWUcobErQcCAxFB__ctor, (UnityUnifiedMouseSource_XqaEhuPYVQesdGWUcobErQcCAxFB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E0CF0, UnityUnifiedMouseSource_VfDxCbYROgLLrrqQJZnvCkuaHSaJ *, UnityUnifiedMouseSource_XqaEhuPYVQesdGWUcobErQcCAxFB_mreQxSyfkZZgCCqyYeRDzhBIborb, (UnityUnifiedMouseSource_XqaEhuPYVQesdGWUcobErQcCAxFB * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C2E8, UnityUnifiedMouseSource_XqaEhuPYVQesdGWUcobErQcCAxFB_mreQxSyfkZZgCCqyYeRDzhBIborb__MethodInfo); DO_APP_FUNC(0x020E0E40, void, QWCZHCNDmpDloSdqwdUrqIUsGkjX__cctor, (MethodInfo * method)); DO_APP_FUNC(0x020E10D0, void, QWCZHCNDmpDloSdqwdUrqIUsGkjX_DiSEicMGRLeyYCcOOCJVXiKUImDxA, (MethodInfo * method)); DO_APP_FUNC(0x020E1160, QWCZHCNDmpDloSdqwdUrqIUsGkjX *, QWCZHCNDmpDloSdqwdUrqIUsGkjX_TmHMMZEuNOMgSCsVFjyjHikYiDne, (int32_t param_00009fe8, MethodInfo * method)); DO_APP_FUNC(0x020E12A0, QWCZHCNDmpDloSdqwdUrqIUsGkjX *, QWCZHCNDmpDloSdqwdUrqIUsGkjX_UuwdENcDlDpLodXWoMwdibAEhISt, (int32_t param_00009fe9, MethodInfo * method)); DO_APP_FUNC(0x020E13C0, void, QWCZHCNDmpDloSdqwdUrqIUsGkjX_RiOdatIiEGyvBrnGxqACPcHkqRGQA, (UpdateLoopType__Enum param_00009fea, MethodInfo * method)); DO_APP_FUNC(0x020E14C0, void, QWCZHCNDmpDloSdqwdUrqIUsGkjX_bwfPLqhXThNvsKpBRCsweivBvAleA, (UpdateLoopType__Enum param_00009feb, uint32_t param_00009fec, MethodInfo * method)); DO_APP_FUNC(0x020E1690, void, QWCZHCNDmpDloSdqwdUrqIUsGkjX_qIJvGFygwCfvIJfMwrReFdThHLFv, (QWCZHCNDmpDloSdqwdUrqIUsGkjX * param_00009fed, MethodInfo * method)); DO_APP_FUNC(0x020E1A80, void, QWCZHCNDmpDloSdqwdUrqIUsGkjX_kixQCLsodWNUZFwNYCwqGmFFIUHR, (int32_t param_00009fee, MethodInfo * method)); DO_APP_FUNC(0x020E1C10, int32_t, QWCZHCNDmpDloSdqwdUrqIUsGkjX_iNduhQzjBxSTCGIMacBCFDOfQigmA, (MethodInfo * method)); DO_APP_FUNC(0x020E1D40, bool, QWCZHCNDmpDloSdqwdUrqIUsGkjX_uqeoktLnOlEynDhpGWUQUBzBhLmCA, (QWCZHCNDmpDloSdqwdUrqIUsGkjX * __this, MethodInfo * method)); DO_APP_FUNC(0x020E1DF0, ButtonStateFlags__Enum, QWCZHCNDmpDloSdqwdUrqIUsGkjX_njfypzwaZUdbQCRJRtvFKtuvXTlsA, (QWCZHCNDmpDloSdqwdUrqIUsGkjX * __this, bool param_00009fef, MethodInfo * method)); DO_APP_FUNC(0x020E1EB0, void, QWCZHCNDmpDloSdqwdUrqIUsGkjX__ctor, (QWCZHCNDmpDloSdqwdUrqIUsGkjX * __this, MethodInfo * method)); DO_APP_FUNC(0x020E2160, void, QWCZHCNDmpDloSdqwdUrqIUsGkjX_XUYlHArjcZHIIZmMQVtfQqgGDltj, (QWCZHCNDmpDloSdqwdUrqIUsGkjX * __this, UpdateLoopType__Enum param_00009ff0, MethodInfo * method)); DO_APP_FUNC(0x020E2210, void, QWCZHCNDmpDloSdqwdUrqIUsGkjX_bwfPLqhXThNvsKpBRCsweivBvAleA_1, (QWCZHCNDmpDloSdqwdUrqIUsGkjX * __this, uint32_t param_00009ff1, MethodInfo * method)); DO_APP_FUNC(0x020E2280, void, QWCZHCNDmpDloSdqwdUrqIUsGkjX_xuSHCjxILFFnrJlpdpVELxjIrdog, (QWCZHCNDmpDloSdqwdUrqIUsGkjX * __this, UpdateLoopType__Enum param_00009ff2, bool param_00009ff3, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, QWCZHCNDmpDloSdqwdUrqIUsGkjX_whKSoIYYWrKZVzThrPFEbQSLtfpk, (QWCZHCNDmpDloSdqwdUrqIUsGkjX * __this, int32_t param_00009ff4, MethodInfo * method)); DO_APP_FUNC(0x020E2350, void, QWCZHCNDmpDloSdqwdUrqIUsGkjX_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (QWCZHCNDmpDloSdqwdUrqIUsGkjX * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, QWCZHCNDmpDloSdqwdUrqIUsGkjX_maTEitTqrfublisfyhueruzJbaIw_uqeoktLnOlEynDhpGWUQUBzBhLmCA, (QWCZHCNDmpDloSdqwdUrqIUsGkjX_maTEitTqrfublisfyhueruzJbaIw * __this, MethodInfo * method)); DO_APP_FUNC(0x020E2410, ButtonStateFlags__Enum, QWCZHCNDmpDloSdqwdUrqIUsGkjX_maTEitTqrfublisfyhueruzJbaIw_njfypzwaZUdbQCRJRtvFKtuvXTlsA, (QWCZHCNDmpDloSdqwdUrqIUsGkjX_maTEitTqrfublisfyhueruzJbaIw * __this, bool param_00009ff5, MethodInfo * method)); DO_APP_FUNC(0x020E2460, void, QWCZHCNDmpDloSdqwdUrqIUsGkjX_maTEitTqrfublisfyhueruzJbaIw_XUYlHArjcZHIIZmMQVtfQqgGDltj, (QWCZHCNDmpDloSdqwdUrqIUsGkjX_maTEitTqrfublisfyhueruzJbaIw * __this, MethodInfo * method)); DO_APP_FUNC(0x020E2490, void, QWCZHCNDmpDloSdqwdUrqIUsGkjX_maTEitTqrfublisfyhueruzJbaIw_bwfPLqhXThNvsKpBRCsweivBvAleA, (QWCZHCNDmpDloSdqwdUrqIUsGkjX_maTEitTqrfublisfyhueruzJbaIw * __this, uint32_t param_00009ff6, MethodInfo * method)); DO_APP_FUNC(0x020E24A0, void, QWCZHCNDmpDloSdqwdUrqIUsGkjX_maTEitTqrfublisfyhueruzJbaIw_xuSHCjxILFFnrJlpdpVELxjIrdog, (QWCZHCNDmpDloSdqwdUrqIUsGkjX_maTEitTqrfublisfyhueruzJbaIw * __this, bool param_00009ff7, MethodInfo * method)); DO_APP_FUNC(0x020E2520, void, QWCZHCNDmpDloSdqwdUrqIUsGkjX_maTEitTqrfublisfyhueruzJbaIw_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (QWCZHCNDmpDloSdqwdUrqIUsGkjX_maTEitTqrfublisfyhueruzJbaIw * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, QWCZHCNDmpDloSdqwdUrqIUsGkjX_maTEitTqrfublisfyhueruzJbaIw__ctor, (QWCZHCNDmpDloSdqwdUrqIUsGkjX_maTEitTqrfublisfyhueruzJbaIw * __this, MethodInfo * method)); DO_APP_FUNC(0x020E2530, void, QWCZHCNDmpDloSdqwdUrqIUsGkjX_QOvzUOgRmTAQcYETwDKeyJSpVFrL__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, QWCZHCNDmpDloSdqwdUrqIUsGkjX_QOvzUOgRmTAQcYETwDKeyJSpVFrL__ctor, (QWCZHCNDmpDloSdqwdUrqIUsGkjX_QOvzUOgRmTAQcYETwDKeyJSpVFrL * __this, MethodInfo * method)); DO_APP_FUNC(0x020E25E0, QWCZHCNDmpDloSdqwdUrqIUsGkjX *, QWCZHCNDmpDloSdqwdUrqIUsGkjX_QOvzUOgRmTAQcYETwDKeyJSpVFrL_kElvduyCnpZFVxMnVrjvksrjqHdV, (QWCZHCNDmpDloSdqwdUrqIUsGkjX_QOvzUOgRmTAQcYETwDKeyJSpVFrL * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C248, QWCZHCNDmpDloSdqwdUrqIUsGkjX_QOvzUOgRmTAQcYETwDKeyJSpVFrL_kElvduyCnpZFVxMnVrjvksrjqHdV__MethodInfo); DO_APP_FUNC(0x020E2640, void, QWCZHCNDmpDloSdqwdUrqIUsGkjX_QOvzUOgRmTAQcYETwDKeyJSpVFrL_BHoXecDBHQENTDnakBXAQajuYJTiA, (QWCZHCNDmpDloSdqwdUrqIUsGkjX_QOvzUOgRmTAQcYETwDKeyJSpVFrL * __this, QWCZHCNDmpDloSdqwdUrqIUsGkjX * param_00009ff8, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C250, QWCZHCNDmpDloSdqwdUrqIUsGkjX_QOvzUOgRmTAQcYETwDKeyJSpVFrL_BHoXecDBHQENTDnakBXAQajuYJTiA__MethodInfo); DO_APP_FUNC(0x020E2660, QWCZHCNDmpDloSdqwdUrqIUsGkjX_maTEitTqrfublisfyhueruzJbaIw *, QWCZHCNDmpDloSdqwdUrqIUsGkjX_QOvzUOgRmTAQcYETwDKeyJSpVFrL_iHNpautbamaqEBicoKHnFReEJUjJb, (QWCZHCNDmpDloSdqwdUrqIUsGkjX_QOvzUOgRmTAQcYETwDKeyJSpVFrL * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C1F0, QWCZHCNDmpDloSdqwdUrqIUsGkjX_QOvzUOgRmTAQcYETwDKeyJSpVFrL_iHNpautbamaqEBicoKHnFReEJUjJb__MethodInfo); DO_APP_FUNC(0x020E26B0, void, cgAhWyfsfnPBbygscaxJCrsKfviSB__cctor, (MethodInfo * method)); DO_APP_FUNC(0x020E2770, void, cgAhWyfsfnPBbygscaxJCrsKfviSB__ctor, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, int32_t param_00009ff9, InputAction * param_00009ffa, InputBehavior * param_00009ffb, ConfigVars * param_00009ffc, MethodInfo * method)); DO_APP_FUNC(0x020E2DB0, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_wdXOeuCDXJwEijecGJmHhCuCyiZi, (ConfigVars * param_00009ffd, MethodInfo * method)); DO_APP_FUNC(0x020E2EC0, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_tSuDWoDArnKfqaqBclUHNXRynlWr, (UpdateLoopType__Enum param_00009ffe, MethodInfo * method)); DO_APP_FUNC(0x020E3130, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_wgRPplYpLufzWUSEUbUOclPxMxsDA, (MethodInfo * method)); DO_APP_FUNC(0x020E31B0, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_RZbDeldCYOfyczEHDztutNQGqRxhA, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E33A0, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_dNffQDDBctEzIwtVWcQaUyHoUptKA, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, bool param_00009fff, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C1B0, cgAhWyfsfnPBbygscaxJCrsKfviSB_dNffQDDBctEzIwtVWcQaUyHoUptKA__MethodInfo); DO_APP_FUNC(0x020E3A80, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_trzECiPLqsCljdzDZQhWlEIINuqu, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, TTThSetrNwcNFnjvmLttoQrcZXbI * param_0000a000, float param_0000a001, MethodInfo * method)); DO_APP_FUNC(0x020E3BD0, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_dVMIwUjlamtWqQdbsdlozNEPReYp, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, TTThSetrNwcNFnjvmLttoQrcZXbI * param_0000a002, float param_0000a003, bool param_0000a004, MethodInfo * method)); DO_APP_FUNC(0x020E4170, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_sbhhXXEOyqmbpECrhKcvpbjhqVxWA, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E4950, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_JpnHzMrVIzNgBWzBkuUFcfreEknc, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E4F10, float, cgAhWyfsfnPBbygscaxJCrsKfviSB_jnwXpLYAzVXCraZfVnRppsWcLeyu, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E4F80, float, cgAhWyfsfnPBbygscaxJCrsKfviSB_VWyfQSwLJGGTgXxhMoDoyKBuKDwr, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E4FF0, float, cgAhWyfsfnPBbygscaxJCrsKfviSB_fRuKAlcxZViPmPZjYACSdFGTcPgP, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E5040, double, cgAhWyfsfnPBbygscaxJCrsKfviSB_kVsOedxjGwaRtswufZVAHDwZoMhM, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E5110, double, cgAhWyfsfnPBbygscaxJCrsKfviSB_wVIUFBufmfXZNxvjVebJXvEuLuKJ, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E51D0, AxisCoordinateMode__Enum, cgAhWyfsfnPBbygscaxJCrsKfviSB_dBUBVdUPqmgwyqhdiooGhcMShFII, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E5270, AxisCoordinateMode__Enum, cgAhWyfsfnPBbygscaxJCrsKfviSB_FFWFdborAyBUuAsGbOjFMYhjxKZl, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E5310, float, cgAhWyfsfnPBbygscaxJCrsKfviSB_uVMSvkflcbEQPxaseUsLofFvgBaI, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E5380, float, cgAhWyfsfnPBbygscaxJCrsKfviSB_plBTDfxKgypFtnTGsbblOzizPUub, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E53F0, float, cgAhWyfsfnPBbygscaxJCrsKfviSB_GmbsWnIrPcjMVkPjChXxfbDcVkbF, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E5440, double, cgAhWyfsfnPBbygscaxJCrsKfviSB_tUSnlBKFewvOshniVEYehemZQnDn, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E5510, double, cgAhWyfsfnPBbygscaxJCrsKfviSB_timqkMQfNquPyzchPaIQhUPVtMru, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E55D0, AxisCoordinateMode__Enum, cgAhWyfsfnPBbygscaxJCrsKfviSB_YzyaXdWYEYrlMxsYEmeyQAxamIsf, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E5670, AxisCoordinateMode__Enum, cgAhWyfsfnPBbygscaxJCrsKfviSB_bMqbVcQDhZpMvxBFEeLagMFQIOpiA, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E5710, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_mqqZdClMIxtIoXjjFJzbegObqNYJ, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E57E0, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_bwXTqwVNHxGbZtuEOaVZeksOqapzA, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E58D0, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_VeDpsyhXlnuOEEWoocbOVLRMTclt, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E59A0, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_jjiNJbGCfTEMyPkDZfTHsRVIQchh, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E5A90, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_mfYaAKaVmKxNPsasvFciPBSTKcwl, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E5BD0, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_dWeJMbfEEqfygClXkvTpHHUVHYGk, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E5D10, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_nsaEmQJoQvHvLbHljJwlBQViRubBb, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E5D20, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_nsaEmQJoQvHvLbHljJwlBQViRubBb_1, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, float param_0000a005, MethodInfo * method)); DO_APP_FUNC(0x020E5F20, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_RQEwNNjjbTDEkAQWxEHuFimJGPpLA, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E5F30, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_RQEwNNjjbTDEkAQWxEHuFimJGPpLA_1, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, float param_0000a006, MethodInfo * method)); DO_APP_FUNC(0x020E6100, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_MxOMuKxgPfDDSfqUzBEWFDRRMZJM, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E6110, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_MxOMuKxgPfDDSfqUzBEWFDRRMZJM_1, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, float param_0000a007, MethodInfo * method)); DO_APP_FUNC(0x020E62E0, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_rmsCoeGhFnnSbWhbucffaGvHOtXf, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, float param_0000a008, MethodInfo * method)); DO_APP_FUNC(0x020E62F0, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_rmsCoeGhFnnSbWhbucffaGvHOtXf_1, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, float param_0000a009, float param_0000a00a, MethodInfo * method)); DO_APP_FUNC(0x020E6440, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_tbSPTLOLheWeosEmjtPFhWXqrckE, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, float param_0000a00b, MethodInfo * method)); DO_APP_FUNC(0x020E6690, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_qWHxXJpZJnrrnTgIRZOSCJnwcxCn, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, float param_0000a00c, MethodInfo * method)); DO_APP_FUNC(0x020E66A0, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_qWHxXJpZJnrrnTgIRZOSCJnwcxCn_1, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, float param_0000a00d, float param_0000a00e, MethodInfo * method)); DO_APP_FUNC(0x020E68A0, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_eJqsnsTcdgjWbjvXikCvUloHkSFp, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E68D0, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_vXicHoaMihTqTWDxAAswkNkwokDvA, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E6900, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_NpGAHQzJKfsjZDzPbckcnSrUaIxq, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E6930, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_eNdCyvcZcYUPkldPuInDkQasMwokA, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E6960, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_vxnlIDOZvJZntsWwpJMuXSKtrsiA, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E6990, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_vMuZtdwHVvFcBUwFGaiQsWVbgkPr, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E69C0, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_YMgdlWjTnzfUFbTFksHUapzykyfQb, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E6AB0, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_uIbtLtqLbPQWleqIebBCTMTIXWdp, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E6B80, double, cgAhWyfsfnPBbygscaxJCrsKfviSB_NppSRyekSnvRrIyTWqeKNDoIGXsF, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E6C90, double, cgAhWyfsfnPBbygscaxJCrsKfviSB_ldyTpTIEWeEHtBaFhDWZtPIcBCNoA, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E6DA0, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_nGKqvCogFEfluuCbZieHVQxfhvyI, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E6E70, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_ZgQwQlVodbhHlBVDOPpmgxAynQlW, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E6EB0, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_VseAxbNAsxZdxJHAhtUeCBrdGDcaA, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E6F10, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_SvDFhCUdxParLIdwlPsRWtDhjidj, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E6F50, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_PCXCODgkgdNNKkdEAbGtNSIDmZbWA, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E6F90, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_QvOgTKzMbUoKnuHXmkibyCWITKkt, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E6FE0, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_sErEqkeTeaszjolpDizwLzVjxChnA, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E7030, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_ZApNCDKJLplvsKHjDeUBfJGGLQUFb, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E7070, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_ZApNCDKJLplvsKHjDeUBfJGGLQUFb_1, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, float param_0000a00f, MethodInfo * method)); DO_APP_FUNC(0x020E70E0, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_VxEhxexkwmBSfDwaiJxMJeEGJtdK, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E70F0, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_VxEhxexkwmBSfDwaiJxMJeEGJtdK_1, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, float param_0000a010, MethodInfo * method)); DO_APP_FUNC(0x020E7190, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_tnFcDyjHHiMnpWDrrHLIVOdGPxFdb, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E71E0, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_tnFcDyjHHiMnpWDrrHLIVOdGPxFdb_1, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, float param_0000a011, MethodInfo * method)); DO_APP_FUNC(0x020E7250, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_ydsAmDbXcxWbaKRaUGnKdkRAwCav, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, float param_0000a012, MethodInfo * method)); DO_APP_FUNC(0x020E7260, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_ydsAmDbXcxWbaKRaUGnKdkRAwCav_1, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, float param_0000a013, float param_0000a014, MethodInfo * method)); DO_APP_FUNC(0x020E7300, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_DwamgEUsifCPFZbtUFuaFBomEWtbA, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, float param_0000a015, MethodInfo * method)); DO_APP_FUNC(0x020E7430, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_SgmuAKkhpGimfFAstxEmJZQlsfXy, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, float param_0000a016, MethodInfo * method)); DO_APP_FUNC(0x020E7440, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_SgmuAKkhpGimfFAstxEmJZQlsfXy_1, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, float param_0000a017, float param_0000a018, MethodInfo * method)); DO_APP_FUNC(0x020E7560, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_ExPKeTPfERHDBDGdhhDsgUcuhbxh, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E7590, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_vDLBJFYljvzKlSCZHTjwBamQQHMA, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E75C0, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_iriKicNeZRqgcUZfpnIWxZSfcBmh, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E75F0, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_dqnBYWofbTMbekFRABheFcZeaiXR, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E7620, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_eBDDJlaPmbzKsCQczleKpNOOOpHS, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E7650, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_kZMBAcdkIbTEMCKectBgcDJZIJDDA, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E7680, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_UCyEozXVnQxZCaFGJkQJJKqDCJrFA, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E76D0, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_UUyxZCpIDqmLvvBAIHhgjpnEwaRfA, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E7710, double, cgAhWyfsfnPBbygscaxJCrsKfviSB_afdbPTYmNeOPAvDXVVIJAjCTxKPO, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E7760, double, cgAhWyfsfnPBbygscaxJCrsKfviSB_cgCGiYCSbRCLMUKtMidqPfxiDpSI, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E77B0, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_qXmALiEQoyIGOBEFHoHWfPZfqEeqc, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E77E0, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_aufFbVHNuRTTPmorKUrWKZOsRQiNA, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E78B0, InputActionEventData, cgAhWyfsfnPBbygscaxJCrsKfviSB_OlZMWLPSkuQrzpgtIidDMnWltVzi, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, UpdateLoopType__Enum param_0000a019, MethodInfo * method)); DO_APP_FUNC(0x020E7930, IList_1_Rewired_InputActionSourceData_ *, cgAhWyfsfnPBbygscaxJCrsKfviSB_XluEVuNoeTbysvZMGwmjbasJfOHE, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E7970, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_lpNZIBsJTMAfbaWMBdHBbMHKGtPnc, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, ControllerType__Enum param_0000a01a, MethodInfo * method)); DO_APP_FUNC(0x020E7A10, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_lpNZIBsJTMAfbaWMBdHBbMHKGtPnc_1, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, ControllerType__Enum param_0000a01b, int32_t param_0000a01c, MethodInfo * method)); DO_APP_FUNC(0x020E7AC0, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_lpNZIBsJTMAfbaWMBdHBbMHKGtPnc_2, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, Controller * param_0000a01d, MethodInfo * method)); DO_APP_FUNC(0x020E7B40, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_DiSEicMGRLeyYCcOOCJVXiKUImDxA, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E7BB0, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_KzHFSnBLnhRhJcGgGFGzSJDcqUfK, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E7BD0, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_VOnOopJgasdXTRJvDgZTHcipCzQB, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, bool param_0000a01e, MethodInfo * method)); DO_APP_FUNC(0x020E7C30, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_uXQoeXxPHnambIUaplTOIvkDVureA, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E7CB0, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_LpkzJWjuOvNrIoNrVUFoqKETiFyq, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E7D20, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_YSlREAzODkQkWQAGaYTiDpHLvVZm, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, Controller * param_0000a01f, ControllerMap * param_0000a020, ActionElementMap * param_0000a021, MethodInfo * method)); DO_APP_FUNC(0x020E7FF0, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_FBdgAEHnLyLBvrPKGJLxOOxMkSeE, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E8140, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_mbToTVBKayIblBMBleLmuxcvhJGM, (cgAhWyfsfnPBbygscaxJCrsKfviSB * __this, MethodInfo * method)); DO_APP_FUNC(0x020E82E0, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_LzScfCUqMYydDXBRZFsVfaCmlvUb, (ButtonStateFlags__Enum * param_0000a022, ButtonStateFlags__Enum param_0000a023, MethodInfo * method)); DO_APP_FUNC(0x020E8310, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_hPhGVWkMoPHFammZJKuDewrqOZqK, (cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH * __this, UpdateLoopType__Enum param_0000a024, MethodInfo * method)); DO_APP_FUNC(0x020E83B0, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH__ctor, (cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH * __this, UpdateLoopSetting__Enum param_0000a025, InputBehavior * param_0000a026, MethodInfo * method)); DO_APP_FUNC(0x020E8890, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_HKIwqGIKfORLWVtkrdeqqJDltOck, (cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH * __this, MethodInfo * method)); DO_APP_FUNC(0x020E8910, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_DiSEicMGRLeyYCcOOCJVXiKUImDxA, (cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH * __this, MethodInfo * method)); DO_APP_FUNC(0x020E8A20, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_VOnOopJgasdXTRJvDgZTHcipCzQB, (cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH * __this, MethodInfo * method)); DO_APP_FUNC(0x020E8D40, double, cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm_vgZjrlRQLoJpEFaqcrDmuymxObWJ, (cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm * __this, MethodInfo * method)); DO_APP_FUNC(0x020E8D60, double, cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm_CGwbqGkJchnhciJSmwmYunyzxTLE, (cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm * __this, MethodInfo * method)); DO_APP_FUNC(0x020E8D80, double, cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm_kfMcmiaMnWgwToMDcBNTDzsdmOAdc, (cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm * __this, MethodInfo * method)); DO_APP_FUNC(0x020E8DA0, double, cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm_QnogzOrWnmahTicnXQJuEVCzfFTM, (cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm * __this, MethodInfo * method)); DO_APP_FUNC(0x020E8DC0, double, cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm_UJTHpCsOkNHReTeKLHJLtwQwNWoQ, (cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm * __this, MethodInfo * method)); DO_APP_FUNC(0x020E8E50, double, cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm_FIJsEaJcknvMYAhbCanhugARWKAX, (cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm * __this, MethodInfo * method)); DO_APP_FUNC(0x020E8EE0, double, cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm_PCihFyMyvDSYFLcegwmpEWVpxReI, (cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm * __this, MethodInfo * method)); DO_APP_FUNC(0x020E8F70, double, cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm_WWOoOlpdXLtHhSyZUwiQRwoTMmHf, (cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm * __this, MethodInfo * method)); DO_APP_FUNC(0x020E9000, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm__ctor, (cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm * __this, InputBehavior * param_0000a027, MethodInfo * method)); DO_APP_FUNC(0x020E9590, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm_xFpwnipBvRBHRTtOueqKLbxseVjAA, (cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm * __this, double param_0000a028, MethodInfo * method)); DO_APP_FUNC(0x020E96C0, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm_vYvkqqojsjIdIRuVIzuymQKDvWtC, (cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm * __this, MethodInfo * method)); DO_APP_FUNC(0x020E9730, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm_mHriDuxTJHSugWtEDQMqFLjiBXpB, (cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm * __this, MethodInfo * method)); DO_APP_FUNC(0x020E9780, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm_klgMVpRkTwDgjGZNtBECsnAtTngiA, (cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm * __this, bool param_0000a029, bool param_0000a02a, bool param_0000a02b, bool param_0000a02c, MethodInfo * method)); DO_APP_FUNC(0x020E9980, bool, cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm_HKIwqGIKfORLWVtkrdeqqJDltOck, (cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm * __this, MethodInfo * method)); DO_APP_FUNC(0x020E9AC0, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm_TOuxUdhbJzXWnLAqbsgBxKyhvXf, (cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm * __this, MethodInfo * method)); DO_APP_FUNC(0x020E9AD0, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm_VOnOopJgasdXTRJvDgZTHcipCzQB, (cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm * __this, MethodInfo * method)); DO_APP_FUNC(0x020E9D60, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm_MytHBdyVOfRcCRAkaQfivzaOMKug, (cgAhWyfsfnPBbygscaxJCrsKfviSB_gtktRJZQdSncUUzoSqggqmYQqHdH_FwBhSBrMyioEuRlEnBadBwkINECm * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, cgAhWyfsfnPBbygscaxJCrsKfviSB_QZZonLoWlgxcyWKuMqtizlbVFpT_pGjmwaQuQZuHgNirXIspTBHcQXUr *, cgAhWyfsfnPBbygscaxJCrsKfviSB_QZZonLoWlgxcyWKuMqtizlbVFpT_dNzrSjlvhImISRJlNJytOBLXmZpU, (cgAhWyfsfnPBbygscaxJCrsKfviSB_QZZonLoWlgxcyWKuMqtizlbVFpT * __this, MethodInfo * method)); DO_APP_FUNC(0x020E9E10, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_QZZonLoWlgxcyWKuMqtizlbVFpT__ctor, (cgAhWyfsfnPBbygscaxJCrsKfviSB_QZZonLoWlgxcyWKuMqtizlbVFpT * __this, UpdateLoopSetting__Enum param_0000a02d, MethodInfo * method)); DO_APP_FUNC(0x020EA1A0, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_QZZonLoWlgxcyWKuMqtizlbVFpT_XlnrqTEyEjnBGZbHjWisoSGlieeY, (cgAhWyfsfnPBbygscaxJCrsKfviSB_QZZonLoWlgxcyWKuMqtizlbVFpT * __this, UpdateLoopType__Enum param_0000a02e, MethodInfo * method)); DO_APP_FUNC(0x020EA310, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_QZZonLoWlgxcyWKuMqtizlbVFpT_EFhVyyiBrObpYcamBjWxRqOipkcQA, (cgAhWyfsfnPBbygscaxJCrsKfviSB_QZZonLoWlgxcyWKuMqtizlbVFpT * __this, MethodInfo * method)); DO_APP_FUNC(0x020EA340, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_QZZonLoWlgxcyWKuMqtizlbVFpT_pGjmwaQuQZuHgNirXIspTBHcQXUr_XlnrqTEyEjnBGZbHjWisoSGlieeY, (cgAhWyfsfnPBbygscaxJCrsKfviSB_QZZonLoWlgxcyWKuMqtizlbVFpT_pGjmwaQuQZuHgNirXIspTBHcQXUr * __this, MethodInfo * method)); DO_APP_FUNC(0x020EA400, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_QZZonLoWlgxcyWKuMqtizlbVFpT_pGjmwaQuQZuHgNirXIspTBHcQXUr_EFhVyyiBrObpYcamBjWxRqOipkcQA, (cgAhWyfsfnPBbygscaxJCrsKfviSB_QZZonLoWlgxcyWKuMqtizlbVFpT_pGjmwaQuQZuHgNirXIspTBHcQXUr * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, cgAhWyfsfnPBbygscaxJCrsKfviSB_QZZonLoWlgxcyWKuMqtizlbVFpT_pGjmwaQuQZuHgNirXIspTBHcQXUr__ctor, (cgAhWyfsfnPBbygscaxJCrsKfviSB_QZZonLoWlgxcyWKuMqtizlbVFpT_pGjmwaQuQZuHgNirXIspTBHcQXUr * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, IList_1_Rewired_InputAction_ *, awbjHmZDZGaFbpFdVngkjOlucOb_WTYebnYfDDPsjYqEpfjkabqPtCMlA, (awbjHmZDZGaFbpFdVngkjOlucOb * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, awbjHmZDZGaFbpFdVngkjOlucOb_KDEZaWHeKQTUYgdYZnXBYmABjhJI, (awbjHmZDZGaFbpFdVngkjOlucOb * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, int32_t, awbjHmZDZGaFbpFdVngkjOlucOb_xxgAOHplMdlVCQvotGWEYumDNPPg, (awbjHmZDZGaFbpFdVngkjOlucOb * __this, MethodInfo * method)); DO_APP_FUNC(0x020EA420, void, awbjHmZDZGaFbpFdVngkjOlucOb__ctor, (awbjHmZDZGaFbpFdVngkjOlucOb * __this, List_1_Rewired_InputAction_ * param_0000a02f, MethodInfo * method)); DO_APP_FUNC(0x020EABE0, InputAction *, awbjHmZDZGaFbpFdVngkjOlucOb_GRcfsUteqTMHmBhKctoRePChjrxA, (awbjHmZDZGaFbpFdVngkjOlucOb * __this, String * param_0000a030, bool param_0000a031, MethodInfo * method)); DO_APP_FUNC(0x020EACA0, InputAction *, awbjHmZDZGaFbpFdVngkjOlucOb_qafTruyeFYMfkXmQHOhJFGtJbelp, (awbjHmZDZGaFbpFdVngkjOlucOb * __this, int32_t param_0000a032, MethodInfo * method)); DO_APP_FUNC(0x020EACF0, InputAction *, awbjHmZDZGaFbpFdVngkjOlucOb_UqpYYoxBoBgSxLaNxEwRDfukPKWF, (awbjHmZDZGaFbpFdVngkjOlucOb * __this, int32_t param_0000a033, MethodInfo * method)); DO_APP_FUNC(0x020EAD30, int32_t, awbjHmZDZGaFbpFdVngkjOlucOb_HVujqEvIFcMKdvpImleAuaPcoEPv, (awbjHmZDZGaFbpFdVngkjOlucOb * __this, String * param_0000a034, bool param_0000a035, MethodInfo * method)); DO_APP_FUNC(0x020EADF0, int32_t, awbjHmZDZGaFbpFdVngkjOlucOb_HVujqEvIFcMKdvpImleAuaPcoEPv_1, (awbjHmZDZGaFbpFdVngkjOlucOb * __this, int32_t param_0000a036, bool param_0000a037, MethodInfo * method)); DO_APP_FUNC(0x020EAE60, bool, awbjHmZDZGaFbpFdVngkjOlucOb_VfpgCWArzMRwmtPRIAXRmxwrgJeEA, (awbjHmZDZGaFbpFdVngkjOlucOb * __this, String * param_0000a038, bool param_0000a039, MethodInfo * method)); DO_APP_FUNC(0x020EAF20, bool, awbjHmZDZGaFbpFdVngkjOlucOb_VfpgCWArzMRwmtPRIAXRmxwrgJeEA_1, (awbjHmZDZGaFbpFdVngkjOlucOb * __this, int32_t param_0000a03a, MethodInfo * method)); DO_APP_FUNC(0x020EAF60, int32_t, awbjHmZDZGaFbpFdVngkjOlucOb_XNNnqsiQjeArEvqbHquMFKxoGJaH, (awbjHmZDZGaFbpFdVngkjOlucOb * __this, String * param_0000a03b, bool param_0000a03c, MethodInfo * method)); DO_APP_FUNC(0x020EB020, void, awbjHmZDZGaFbpFdVngkjOlucOb_KVFIISwTzApzjWAAhugnaPcURmnW, (awbjHmZDZGaFbpFdVngkjOlucOb * __this, String * param_0000a03d, MethodInfo * method)); DO_APP_FUNC(0x020EB120, void, awbjHmZDZGaFbpFdVngkjOlucOb_KVFIISwTzApzjWAAhugnaPcURmnW_1, (awbjHmZDZGaFbpFdVngkjOlucOb * __this, int32_t param_0000a03e, MethodInfo * method)); DO_APP_FUNC(0x020EB240, void, awbjHmZDZGaFbpFdVngkjOlucOb_GAaWAhihtaBrVEgxHmuQgkOpejeO__ctor, (awbjHmZDZGaFbpFdVngkjOlucOb_GAaWAhihtaBrVEgxHmuQgkOpejeO * __this, InputAction * param_0000a03f, int32_t param_0000a040, MethodInfo * method)); DO_APP_FUNC(0x020EB2B0, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_cYNdaTyezpkSefWauGjjBBcrvKgg, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, Action_1_Rewired_ControllerStatusChangedEventArgs_ * param_0000a041, MethodInfo * method)); DO_APP_FUNC(0x020EB3C0, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_WachqpUIabJDPwofScGkATSWXlyT, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, Action_1_Rewired_ControllerStatusChangedEventArgs_ * param_0000a042, MethodInfo * method)); DO_APP_FUNC(0x020EB4D0, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_fXbvYWvsAgkSUkADJpypbQdIAsp, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, Action_2_Rewired_ControllerType_Int32_ * param_0000a043, MethodInfo * method)); DO_APP_FUNC(0x020EB5E0, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_upJghCknoJNTCPxzgGYlVTYNFoibA, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, Action_2_Rewired_ControllerType_Int32_ * param_0000a044, MethodInfo * method)); DO_APP_FUNC(0x020EB6F0, void, XKHfzUVAieDxXBogCMTJRCSldnQzA__ctor, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, ConfigVars * param_0000a045, PlatformInputManager * param_0000a046, MethodInfo * method)); DO_APP_FUNC(0x003BF700, IList_1_Rewired_Joystick_ *, XKHfzUVAieDxXBogCMTJRCSldnQzA_mYdCuepCxEdOwyFCJdcChdudXsqv, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, List_1_Rewired_Joystick_ *, XKHfzUVAieDxXBogCMTJRCSldnQzA_czOUHbyZVWRbAqKKsveJnkrcievs, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC(0x020EC150, int32_t, XKHfzUVAieDxXBogCMTJRCSldnQzA_vYYODzotMsSLUEwgijxTEoWoZXSh, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, Mouse *, XKHfzUVAieDxXBogCMTJRCSldnQzA_eBYgRhGPIPkoVCSOoedfeHlhgcrNB, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Keyboard *, XKHfzUVAieDxXBogCMTJRCSldnQzA_KOFKuuMYNfVyBcRYDHyubmFGqRP, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC(0x00473D30, IList_1_Rewired_CustomController_ *, XKHfzUVAieDxXBogCMTJRCSldnQzA_wjbKENDWAdkwZeyzntIPiFpNPkpQ, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, List_1_Rewired_CustomController_ *, XKHfzUVAieDxXBogCMTJRCSldnQzA_qOeOfbEedntWimevfcTSemwxYGIDA, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC(0x020EC1A0, int32_t, XKHfzUVAieDxXBogCMTJRCSldnQzA_IxoXhgisYlWGbjsbPEyBZlGdeYbb, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC(0x020EC1F0, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_LIeljCbdoWdgBAecluMnblrpCnHu, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, Action_2_Int32_Rewired_ControllerDataUpdater_ * param_0000a047, List_1_Rewired_InputBehavior_ * param_0000a048, MethodInfo * method)); DO_APP_FUNC(0x020EC250, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_XUYlHArjcZHIIZmMQVtfQqgGDltj, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, UpdateLoopType__Enum param_0000a049, MethodInfo * method)); DO_APP_FUNC(0x020EC4F0, cgAhWyfsfnPBbygscaxJCrsKfviSB *, XKHfzUVAieDxXBogCMTJRCSldnQzA_oDxEQXcCEUjejJAaqRvGbZMGWfVMb, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a04a, String * param_0000a04b, bool param_0000a04c, MethodInfo * method)); DO_APP_FUNC(0x020EC630, cgAhWyfsfnPBbygscaxJCrsKfviSB *, XKHfzUVAieDxXBogCMTJRCSldnQzA_oDxEQXcCEUjejJAaqRvGbZMGWfVMb_1, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a04d, int32_t param_0000a04e, bool param_0000a04f, MethodInfo * method)); DO_APP_FUNC(0x020EC710, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_JvTNwdzXhAsjFeKPaSZwbTusBDvf, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, UpdateControllerInfoEventArgs * param_0000a050, MethodInfo * method)); DO_APP_FUNC(0x020EC7F0, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_mmZcTGATkDxpandnsjxuZpfTdHdhb, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a051, XKHfzUVAieDxXBogCMTJRCSldnQzA_vCXgOezTSYpbrDBLMmwgXIaeVluf__Enum param_0000a052, MethodInfo * method)); DO_APP_FUNC(0x020EC810, int32_t, XKHfzUVAieDxXBogCMTJRCSldnQzA_LVzfSmsDluHgEAeultVfWrVRFBZkA, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a053, XKHfzUVAieDxXBogCMTJRCSldnQzA_vCXgOezTSYpbrDBLMmwgXIaeVluf__Enum param_0000a054, MethodInfo * method)); DO_APP_FUNC(0x020EC930, int32_t, XKHfzUVAieDxXBogCMTJRCSldnQzA_LVzfSmsDluHgEAeultVfWrVRFBZkA_1, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, Guid param_0000a055, XKHfzUVAieDxXBogCMTJRCSldnQzA_vCXgOezTSYpbrDBLMmwgXIaeVluf__Enum param_0000a056, MethodInfo * method)); DO_APP_FUNC(0x020ECB50, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_edbrEDalmwLlVgUVXnVgjhQnNONf, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a057, MethodInfo * method)); DO_APP_FUNC(0x020ECB70, int32_t, XKHfzUVAieDxXBogCMTJRCSldnQzA_jdIwTUioIuXSjmIQbFiRFfMuGChr, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a058, MethodInfo * method)); DO_APP_FUNC(0x020ECC30, int32_t, XKHfzUVAieDxXBogCMTJRCSldnQzA_jdIwTUioIuXSjmIQbFiRFfMuGChr_1, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, Guid param_0000a059, MethodInfo * method)); DO_APP_FUNC(0x020ECD80, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_LPIFISoragKVJEwfbWDtxyghoUoU, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, BridgedController * param_0000a05a, MethodInfo * method)); DO_APP_FUNC(0x020ECD90, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_jirSoPKfZYgtCfQJFgsTXRoKUKWy, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a05b, MethodInfo * method)); DO_APP_FUNC(0x020ECDC0, int32_t, XKHfzUVAieDxXBogCMTJRCSldnQzA_PVbcyvzokZeZpghCvgnCtYRzfYHSA, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC(0x020ECDD0, IList_1_Rewired_InputBehavior_ *, XKHfzUVAieDxXBogCMTJRCSldnQzA_RjdkwVnugwisdWmEWIvnpDVAUsQV, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a05c, MethodInfo * method)); DO_APP_FUNC(0x020ECEE0, InputBehavior *, XKHfzUVAieDxXBogCMTJRCSldnQzA_URUvcmeezUXrXPqdDKYtBzUTFgji, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a05d, String * param_0000a05e, MethodInfo * method)); DO_APP_FUNC(0x020ED0D0, InputBehavior *, XKHfzUVAieDxXBogCMTJRCSldnQzA_URUvcmeezUXrXPqdDKYtBzUTFgji_1, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a05f, int32_t param_0000a060, MethodInfo * method)); DO_APP_FUNC(0x020ED230, Joystick *, XKHfzUVAieDxXBogCMTJRCSldnQzA_WMFAfxfvvEPUukLEhKOnhyIebPQyB, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a061, bool param_0000a062, MethodInfo * method)); DO_APP_FUNC(0x020ED3A0, Joystick *, XKHfzUVAieDxXBogCMTJRCSldnQzA_WMFAfxfvvEPUukLEhKOnhyIebPQyB_1, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, Guid param_0000a063, bool param_0000a064, MethodInfo * method)); DO_APP_FUNC(0x020ED4A0, Joystick__Array *, XKHfzUVAieDxXBogCMTJRCSldnQzA_fOOfavwPOrtUWGNgjoEyCLgOMkPw, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC(0x020ED660, String__Array *, XKHfzUVAieDxXBogCMTJRCSldnQzA_SEfctKRgcswPXPbbJvQoYcWAyfun, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC(0x020ED830, CustomController *, XKHfzUVAieDxXBogCMTJRCSldnQzA_apSKxRgnzdICbPHFTYyXcaXvdFYA, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a065, MethodInfo * method)); DO_APP_FUNC(0x020ED8C0, CustomController *, XKHfzUVAieDxXBogCMTJRCSldnQzA_apSKxRgnzdICbPHFTYyXcaXvdFYA_1, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, Guid param_0000a066, MethodInfo * method)); DO_APP_FUNC(0x020EDA50, CustomController__Array *, XKHfzUVAieDxXBogCMTJRCSldnQzA_DgURfroyFPFOwQVMAFboWNveEIYDA, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC(0x020EDC10, String__Array *, XKHfzUVAieDxXBogCMTJRCSldnQzA_HGScqweCcvLvbgXJQWTPHoYKiQLzA, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC(0x020EDDE0, CustomController *, XKHfzUVAieDxXBogCMTJRCSldnQzA_BsMAWdFlgdlGnpOdgzHReVbshbadb, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a067, MethodInfo * method)); DO_APP_FUNC(0x020EE210, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_RuhLGfHCPderhKICwvbIRcVeEgUp, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, CustomController * param_0000a068, MethodInfo * method)); DO_APP_FUNC(0x020EE2C0, CustomController *, XKHfzUVAieDxXBogCMTJRCSldnQzA_UhfGpvDUivOErHpbkFfUdCMTTMMTA, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a069, MethodInfo * method)); DO_APP_FUNC(0x020EE390, CustomController *, XKHfzUVAieDxXBogCMTJRCSldnQzA_DjnVyPaXDrlPHwKGZYSHcKuCBGKm, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, String * param_0000a06a, MethodInfo * method)); DO_APP_FUNC(0x020EE550, IEnumerable_1_Rewired_CustomController_ *, XKHfzUVAieDxXBogCMTJRCSldnQzA_IdnrJJRPUQOQHPHQwPdOnAIefGvW, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a06b, MethodInfo * method)); DO_APP_FUNC(0x020EE610, IEnumerable_1_Rewired_CustomController_ *, XKHfzUVAieDxXBogCMTJRCSldnQzA_kMEXWRaBTiqQspfoTRQifgOZNjJu, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, String * param_0000a06c, MethodInfo * method)); DO_APP_FUNC(0x003B9330, IList_1_Rewired_Controller_ *, XKHfzUVAieDxXBogCMTJRCSldnQzA_DUrsNyhHXcHiEFEMnhfDYVARwciU, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC(0x020EE740, int32_t, XKHfzUVAieDxXBogCMTJRCSldnQzA_OvXxCJUXbWWWAVKRmhQkbhPDknLu, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC(0x020EE790, Controller *, XKHfzUVAieDxXBogCMTJRCSldnQzA_wlIXihzDaiWJqyTKSzVwLUmcSFne, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, ControllerType__Enum param_0000a06d, int32_t param_0000a06e, bool param_0000a06f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C038, XKHfzUVAieDxXBogCMTJRCSldnQzA_wlIXihzDaiWJqyTKSzVwLUmcSFne__MethodInfo); DO_APP_FUNC(0x020EE830, Controller *, XKHfzUVAieDxXBogCMTJRCSldnQzA_wlIXihzDaiWJqyTKSzVwLUmcSFne_1, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, ControllerIdentifier param_0000a070, bool param_0000a071, MethodInfo * method)); DO_APP_FUNC(0x020EE920, Controller *, XKHfzUVAieDxXBogCMTJRCSldnQzA_wlIXihzDaiWJqyTKSzVwLUmcSFne_2, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, Guid param_0000a072, bool param_0000a073, MethodInfo * method)); DO_APP_FUNC(0x020EECE0, Controller__Array *, XKHfzUVAieDxXBogCMTJRCSldnQzA_RPaygoZFetgssNaAONaRLQbhVEKW, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, ControllerType__Enum param_0000a074, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BFE0, XKHfzUVAieDxXBogCMTJRCSldnQzA_RPaygoZFetgssNaAONaRLQbhVEKW__MethodInfo); DO_APP_FUNC(0x020EEE50, String__Array *, XKHfzUVAieDxXBogCMTJRCSldnQzA_cbhIrUxLGUECDhrxIiQvbIVDDEvkb, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, ControllerType__Enum param_0000a075, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BFE8, XKHfzUVAieDxXBogCMTJRCSldnQzA_cbhIrUxLGUECDhrxIiQvbIVDDEvkb__MethodInfo); DO_APP_FUNC(0x020EEFE0, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_PERRqjpBqNbmPaYSFRVOEFSfllhe, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a076, Action_1_Rewired_InputActionEventData_ * param_0000a077, UpdateLoopType__Enum param_0000a078, MethodInfo * method)); DO_APP_FUNC(0x020EF040, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_PERRqjpBqNbmPaYSFRVOEFSfllhe_1, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a079, Action_1_Rewired_InputActionEventData_ * param_0000a07a, UpdateLoopType__Enum param_0000a07b, int32_t param_0000a07c, MethodInfo * method)); DO_APP_FUNC(0x020EF0A0, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_PERRqjpBqNbmPaYSFRVOEFSfllhe_2, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a07d, Action_1_Rewired_InputActionEventData_ * param_0000a07e, UpdateLoopType__Enum param_0000a07f, String * param_0000a080, MethodInfo * method)); DO_APP_FUNC(0x020EF200, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_PERRqjpBqNbmPaYSFRVOEFSfllhe_3, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a081, Action_1_Rewired_InputActionEventData_ * param_0000a082, UpdateLoopType__Enum param_0000a083, InputActionEventType__Enum param_0000a084, Object__Array * param_0000a085, MethodInfo * method)); DO_APP_FUNC(0x020EF260, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_PERRqjpBqNbmPaYSFRVOEFSfllhe_4, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a086, Action_1_Rewired_InputActionEventData_ * param_0000a087, UpdateLoopType__Enum param_0000a088, InputActionEventType__Enum param_0000a089, int32_t param_0000a08a, Object__Array * param_0000a08b, MethodInfo * method)); DO_APP_FUNC(0x020EF2D0, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_PERRqjpBqNbmPaYSFRVOEFSfllhe_5, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a08c, Action_1_Rewired_InputActionEventData_ * param_0000a08d, UpdateLoopType__Enum param_0000a08e, InputActionEventType__Enum param_0000a08f, String * param_0000a090, Object__Array * param_0000a091, MethodInfo * method)); DO_APP_FUNC(0x020EF440, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_MtsrOzOCLZUnelxnSaFXSifEMdHs, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a092, Action_1_Rewired_InputActionEventData_ * param_0000a093, MethodInfo * method)); DO_APP_FUNC(0x020EF470, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_MtsrOzOCLZUnelxnSaFXSifEMdHs_1, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a094, Action_1_Rewired_InputActionEventData_ * param_0000a095, int32_t param_0000a096, MethodInfo * method)); DO_APP_FUNC(0x020EF4B0, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_MtsrOzOCLZUnelxnSaFXSifEMdHs_2, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a097, Action_1_Rewired_InputActionEventData_ * param_0000a098, String * param_0000a099, MethodInfo * method)); DO_APP_FUNC(0x020EF5D0, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_MtsrOzOCLZUnelxnSaFXSifEMdHs_3, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a09a, Action_1_Rewired_InputActionEventData_ * param_0000a09b, UpdateLoopType__Enum param_0000a09c, MethodInfo * method)); DO_APP_FUNC(0x020EF610, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_MtsrOzOCLZUnelxnSaFXSifEMdHs_4, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a09d, Action_1_Rewired_InputActionEventData_ * param_0000a09e, InputActionEventType__Enum param_0000a09f, MethodInfo * method)); DO_APP_FUNC(0x020EF650, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_MtsrOzOCLZUnelxnSaFXSifEMdHs_5, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a0a0, Action_1_Rewired_InputActionEventData_ * param_0000a0a1, UpdateLoopType__Enum param_0000a0a2, int32_t param_0000a0a3, MethodInfo * method)); DO_APP_FUNC(0x020EF6A0, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_MtsrOzOCLZUnelxnSaFXSifEMdHs_6, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a0a4, Action_1_Rewired_InputActionEventData_ * param_0000a0a5, UpdateLoopType__Enum param_0000a0a6, String * param_0000a0a7, MethodInfo * method)); DO_APP_FUNC(0x020EF7E0, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_MtsrOzOCLZUnelxnSaFXSifEMdHs_7, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a0a8, Action_1_Rewired_InputActionEventData_ * param_0000a0a9, InputActionEventType__Enum param_0000a0aa, int32_t param_0000a0ab, MethodInfo * method)); DO_APP_FUNC(0x020EF830, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_MtsrOzOCLZUnelxnSaFXSifEMdHs_8, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a0ac, Action_1_Rewired_InputActionEventData_ * param_0000a0ad, InputActionEventType__Enum param_0000a0ae, String * param_0000a0af, MethodInfo * method)); DO_APP_FUNC(0x020EF970, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_MtsrOzOCLZUnelxnSaFXSifEMdHs_9, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a0b0, Action_1_Rewired_InputActionEventData_ * param_0000a0b1, UpdateLoopType__Enum param_0000a0b2, InputActionEventType__Enum param_0000a0b3, MethodInfo * method)); DO_APP_FUNC(0x020EF9C0, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_MtsrOzOCLZUnelxnSaFXSifEMdHs_10, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a0b4, Action_1_Rewired_InputActionEventData_ * param_0000a0b5, UpdateLoopType__Enum param_0000a0b6, InputActionEventType__Enum param_0000a0b7, int32_t param_0000a0b8, MethodInfo * method)); DO_APP_FUNC(0x020EFA10, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_MtsrOzOCLZUnelxnSaFXSifEMdHs_11, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a0b9, Action_1_Rewired_InputActionEventData_ * param_0000a0ba, UpdateLoopType__Enum param_0000a0bb, InputActionEventType__Enum param_0000a0bc, String * param_0000a0bd, MethodInfo * method)); DO_APP_FUNC(0x020EFB50, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_NetcJxMTszhCLbZKujFQoySUQnDj, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a0be, MethodInfo * method)); DO_APP_FUNC(0x020EFC60, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_uxcXhTSHxiAeRDttcZbUchvBbxZLA, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a0bf, MethodInfo * method)); DO_APP_FUNC(0x020EFD70, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_iqJWMEUswSckFfbhtTxdLNsKUMcp, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a0c0, MethodInfo * method)); DO_APP_FUNC(0x020EFE80, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_vEAvKSEQVcTuASpuCZMGMcZCkWcJ, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a0c1, MethodInfo * method)); DO_APP_FUNC(0x020EFF90, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_ijhFheKicmaPrcQjHbtKodEDCkGgD, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a0c2, MethodInfo * method)); DO_APP_FUNC(0x020F00A0, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_SjbvrrQBytdANgAlSDnbnsvZzYFRA, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a0c3, MethodInfo * method)); DO_APP_FUNC(0x020F01D0, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_EOcLvVIldmnQBYXivpsrdTRrDGbQ, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a0c4, MethodInfo * method)); DO_APP_FUNC(0x020F0350, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_bprFhwBrRnkIXsOgJoZndCuJXmxHB, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a0c5, MethodInfo * method)); DO_APP_FUNC(0x020F0480, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_xhjSrbNbVHABwZvEhdumNGlBOwxm, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a0c6, MethodInfo * method)); DO_APP_FUNC(0x020F05B0, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_lTydDngNomYHuigfhNfxundkPAOhA, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC(0x020F0670, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_lTydDngNomYHuigfhNfxundkPAOhA_1, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, ControllerType__Enum param_0000a0c7, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C008, XKHfzUVAieDxXBogCMTJRCSldnQzA_lTydDngNomYHuigfhNfxundkPAOhA_1__MethodInfo); DO_APP_FUNC(0x020F0780, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_jwzGjIatPRhWXTpXZrztrNhJxAbaA, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC(0x020F0840, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_jwzGjIatPRhWXTpXZrztrNhJxAbaA_1, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, ControllerType__Enum param_0000a0c8, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BFB0, XKHfzUVAieDxXBogCMTJRCSldnQzA_jwzGjIatPRhWXTpXZrztrNhJxAbaA_1__MethodInfo); DO_APP_FUNC(0x020F0950, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_DHoJMWJxuckjIjbQLshEgvCscShu, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC(0x020F0A10, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_DHoJMWJxuckjIjbQLshEgvCscShu_1, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, ControllerType__Enum param_0000a0c9, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BF90, XKHfzUVAieDxXBogCMTJRCSldnQzA_DHoJMWJxuckjIjbQLshEgvCscShu_1__MethodInfo); DO_APP_FUNC(0x020F0B20, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_IdoBsBWhwLzhUQzyXbTpuhSwcbbw, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC(0x020F0BE0, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_IdoBsBWhwLzhUQzyXbTpuhSwcbbw_1, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, ControllerType__Enum param_0000a0ca, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BF88, XKHfzUVAieDxXBogCMTJRCSldnQzA_IdoBsBWhwLzhUQzyXbTpuhSwcbbw_1__MethodInfo); DO_APP_FUNC(0x020F0CF0, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_RVyZTLSrmmGgmhirYsrAYLilGgix, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC(0x020F0DB0, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_RVyZTLSrmmGgmhirYsrAYLilGgix_1, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, ControllerType__Enum param_0000a0cb, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BFC8, XKHfzUVAieDxXBogCMTJRCSldnQzA_RVyZTLSrmmGgmhirYsrAYLilGgix_1__MethodInfo); DO_APP_FUNC(0x020F0EC0, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_lTydDngNomYHuigfhNfxundkPAOhA_2, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, Controller * param_0000a0cd, MethodInfo * method)); DO_APP_FUNC(0x020F0EF0, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_jwzGjIatPRhWXTpXZrztrNhJxAbaA_2, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, Controller * param_0000a0cf, MethodInfo * method)); DO_APP_FUNC(0x020F0F20, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_DHoJMWJxuckjIjbQLshEgvCscShu_2, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, Controller * param_0000a0d1, MethodInfo * method)); DO_APP_FUNC(0x020F0F50, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_IdoBsBWhwLzhUQzyXbTpuhSwcbbw_2, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, Controller * param_0000a0d3, MethodInfo * method)); DO_APP_FUNC(0x020F0F80, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_RVyZTLSrmmGgmhirYsrAYLilGgix_2, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, Controller * param_0000a0d5, MethodInfo * method)); DO_APP_FUNC(0x020F0FB0, Controller *, XKHfzUVAieDxXBogCMTJRCSldnQzA_LsIzBFwMYteiZfckNBrRUNxPnrmY, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC(0x020F1430, Controller *, XKHfzUVAieDxXBogCMTJRCSldnQzA_LsIzBFwMYteiZfckNBrRUNxPnrmY_1, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, ControllerType__Enum param_0000a0d6, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BFC0, XKHfzUVAieDxXBogCMTJRCSldnQzA_LsIzBFwMYteiZfckNBrRUNxPnrmY_1__MethodInfo); DO_APP_FUNC(0x020F1750, ControllerType__Enum, XKHfzUVAieDxXBogCMTJRCSldnQzA_BinHiyCEAhEczsLzZDsytLirbvET, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC(0x020F1780, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_HuTmAaBDeBsPWohwFjySNHVRzwyg, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, ActiveControllerChangedDelegate * param_0000a0d7, MethodInfo * method)); DO_APP_FUNC(0x020F1830, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_HuTmAaBDeBsPWohwFjySNHVRzwyg_1, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, ActiveControllerChangedDelegate * param_0000a0d8, ControllerType__Enum param_0000a0d9, MethodInfo * method)); DO_APP_FUNC(0x020F18F0, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_XEoMYfrqwDjDdLlkPzHJTelobePj, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, ActiveControllerChangedDelegate * param_0000a0da, MethodInfo * method)); DO_APP_FUNC(0x020F1990, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_qbMDQgRTUPOvydbUYbmeFNyDETHF, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, ActiveControllerChangedDelegate * param_0000a0db, ControllerType__Enum param_0000a0dc, MethodInfo * method)); DO_APP_FUNC(0x020F1A40, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_guZDujzFiatEWdRTGBrDtaHrKqnA, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC(0x020F1AD0, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_HuTmAaBDeBsPWohwFjySNHVRzwyg_2, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a0dd, PlayerActiveControllerChangedDelegate * param_0000a0de, MethodInfo * method)); DO_APP_FUNC(0x020F1B70, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_HuTmAaBDeBsPWohwFjySNHVRzwyg_3, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a0df, PlayerActiveControllerChangedDelegate * param_0000a0e0, ControllerType__Enum param_0000a0e1, MethodInfo * method)); DO_APP_FUNC(0x020F1C20, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_XEoMYfrqwDjDdLlkPzHJTelobePj_1, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a0e2, PlayerActiveControllerChangedDelegate * param_0000a0e3, MethodInfo * method)); DO_APP_FUNC(0x020F1CC0, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_XEoMYfrqwDjDdLlkPzHJTelobePj_2, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a0e4, PlayerActiveControllerChangedDelegate * param_0000a0e5, ControllerType__Enum param_0000a0e6, MethodInfo * method)); DO_APP_FUNC(0x020F1D70, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_guZDujzFiatEWdRTGBrDtaHrKqnA_1, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a0e7, MethodInfo * method)); DO_APP_FUNC(0x020F1E00, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_sTMvZHszUWfdAKqFErANeVgDkBZB, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC(0x020F2270, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_XUBqcYqPVGdDgzkqAsMnVoxASPM, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, ThrottleCalibrationMode__Enum param_0000a0e8, MethodInfo * method)); DO_APP_FUNC(0x020F2480, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_XUBqcYqPVGdDgzkqAsMnVoxASPM_1, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, ControllerWithAxes * param_0000a0e9, ThrottleCalibrationMode__Enum param_0000a0ea, MethodInfo * method)); DO_APP_FUNC(0x020F2620, int32_t, XKHfzUVAieDxXBogCMTJRCSldnQzA_tSEVvGCByumINwcicisgaAVGVuSfA, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC(0x020F2650, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_LIeljCbdoWdgBAecluMnblrpCnHu_1, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, List_1_Rewired_InputBehavior_ * param_0000a0eb, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BEE0, XKHfzUVAieDxXBogCMTJRCSldnQzA_LIeljCbdoWdgBAecluMnblrpCnHu_1__MethodInfo); DO_APP_FUNC(0x020F3EC0, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_XlUnlWAWiNuMykLhYzKLdJckzsvv, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, UpdateLoopType__Enum param_0000a0ec, MethodInfo * method)); DO_APP_FUNC(0x020F4310, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_qDXEcuIGsZxemwUhkLrBQSNhEBvL, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, UpdateLoopType__Enum param_0000a0ed, MethodInfo * method)); DO_APP_FUNC(0x020F48E0, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_UPXXneiiDQdTLYPoaIjDyxXOoiRG, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, bool param_0000a0ee, int32_t param_0000a0ef, int32_t param_0000a0f0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BF10, XKHfzUVAieDxXBogCMTJRCSldnQzA_UPXXneiiDQdTLYPoaIjDyxXOoiRG__MethodInfo); DO_APP_FUNC(0x020F49A0, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_rMAMSuSCKvMvHptcoiJtZeiGpGeB, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, BridgedController * param_0000a0f1, MethodInfo * method)); DO_APP_FUNC(0x020F4CC0, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_mvJDTClCYwIDZyMigGPBLlLCEerV, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a0f2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BE68, XKHfzUVAieDxXBogCMTJRCSldnQzA_mvJDTClCYwIDZyMigGPBLlLCEerV__MethodInfo); DO_APP_FUNC(0x020F4F70, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_TpXqXvUHFIrndXZKDzFvKGjaGMlk, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC(0x020F5260, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_GmMBLdVbPNckdERQZkbMFdUPPjnSA, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, CustomController * param_0000a0f3, MethodInfo * method)); DO_APP_FUNC(0x020F53D0, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_QDAroDfYWNkuLjEXHQXlecxDZcRR, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, CustomController * param_0000a0f4, MethodInfo * method)); DO_APP_FUNC(0x020F5480, MRGkKzhgDCfculrfXakxXfUSFUsK *, XKHfzUVAieDxXBogCMTJRCSldnQzA_bdgyHgeVVekUdfgsScssQRYYbPKv, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, int32_t param_0000a0f5, MethodInfo * method)); DO_APP_FUNC(0x020F5540, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_wIfyYAwrXYLEzVKsMBtXpncyNQSD, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, bool param_0000a0f6, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C0C8, XKHfzUVAieDxXBogCMTJRCSldnQzA_wIfyYAwrXYLEzVKsMBtXpncyNQSD__MethodInfo); DO_APP_FUNC(0x020F55C0, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_PolSnbSBGmyhlhfNuaOpsWqcuIUc, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, bool param_0000a0f7, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C0E0, XKHfzUVAieDxXBogCMTJRCSldnQzA_PolSnbSBGmyhlhfNuaOpsWqcuIUc__MethodInfo); DO_APP_FUNC(0x020F5780, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_Dispose, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC(0x020F57E0, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_CKQeYexxcEWMBSnZtVhPKvVjjVUV, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC(0x020F5850, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_IEkPCabxTSDlHrotLqbcXFSgZNMJ, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, bool param_0000a0f8, MethodInfo * method)); DO_APP_FUNC(0x020F5960, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_ZKepnRKpLuSRvtfTUZewbgDXdBHc__ctor, (XKHfzUVAieDxXBogCMTJRCSldnQzA_ZKepnRKpLuSRvtfTUZewbgDXdBHc * __this, List_1_Rewired_InputBehavior_ * param_0000a0f9, MethodInfo * method)); DO_APP_FUNC(0x020F5DE0, InputBehavior *, XKHfzUVAieDxXBogCMTJRCSldnQzA_ZKepnRKpLuSRvtfTUZewbgDXdBHc_JETxRuBynNMMsXphPEAizvzNARJbA, (XKHfzUVAieDxXBogCMTJRCSldnQzA_ZKepnRKpLuSRvtfTUZewbgDXdBHc * __this, int32_t param_0000a0fa, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_ZAqVFAUrYoMWMOlzBsXkKEhadZDR__ctor, (XKHfzUVAieDxXBogCMTJRCSldnQzA_ZAqVFAUrYoMWMOlzBsXkKEhadZDR * __this, int32_t param_0000a0fb, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_ZAqVFAUrYoMWMOlzBsXkKEhadZDR_System_IDisposable_Dispose, (XKHfzUVAieDxXBogCMTJRCSldnQzA_ZAqVFAUrYoMWMOlzBsXkKEhadZDR * __this, MethodInfo * method)); DO_APP_FUNC(0x020F5EC0, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_ZAqVFAUrYoMWMOlzBsXkKEhadZDR_MoveNext, (XKHfzUVAieDxXBogCMTJRCSldnQzA_ZAqVFAUrYoMWMOlzBsXkKEhadZDR * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, CustomController *, XKHfzUVAieDxXBogCMTJRCSldnQzA_ZAqVFAUrYoMWMOlzBsXkKEhadZDR_System_Collections_Generic_IEnumerator_Rewired_CustomController__get_Current, (XKHfzUVAieDxXBogCMTJRCSldnQzA_ZAqVFAUrYoMWMOlzBsXkKEhadZDR * __this, MethodInfo * method)); DO_APP_FUNC(0x020F5FD0, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_ZAqVFAUrYoMWMOlzBsXkKEhadZDR_System_Collections_IEnumerator_Reset, (XKHfzUVAieDxXBogCMTJRCSldnQzA_ZAqVFAUrYoMWMOlzBsXkKEhadZDR * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BDB8, XKHfzUVAieDxXBogCMTJRCSldnQzA_ZAqVFAUrYoMWMOlzBsXkKEhadZDR_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, XKHfzUVAieDxXBogCMTJRCSldnQzA_ZAqVFAUrYoMWMOlzBsXkKEhadZDR_System_Collections_IEnumerator_get_Current, (XKHfzUVAieDxXBogCMTJRCSldnQzA_ZAqVFAUrYoMWMOlzBsXkKEhadZDR * __this, MethodInfo * method)); DO_APP_FUNC(0x020F6020, IEnumerator_1_Rewired_CustomController_ *, XKHfzUVAieDxXBogCMTJRCSldnQzA_ZAqVFAUrYoMWMOlzBsXkKEhadZDR_System_Collections_Generic_IEnumerable_Rewired_CustomController__GetEnumerator, (XKHfzUVAieDxXBogCMTJRCSldnQzA_ZAqVFAUrYoMWMOlzBsXkKEhadZDR * __this, MethodInfo * method)); DO_APP_FUNC(0x020F6020, IEnumerator *, XKHfzUVAieDxXBogCMTJRCSldnQzA_ZAqVFAUrYoMWMOlzBsXkKEhadZDR_System_Collections_IEnumerable_GetEnumerator, (XKHfzUVAieDxXBogCMTJRCSldnQzA_ZAqVFAUrYoMWMOlzBsXkKEhadZDR * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_DnqqNTGrNZBJsKBRjRKefzDQZSak__ctor, (XKHfzUVAieDxXBogCMTJRCSldnQzA_DnqqNTGrNZBJsKBRjRKefzDQZSak * __this, int32_t param_0000a0fc, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_DnqqNTGrNZBJsKBRjRKefzDQZSak_System_IDisposable_Dispose, (XKHfzUVAieDxXBogCMTJRCSldnQzA_DnqqNTGrNZBJsKBRjRKefzDQZSak * __this, MethodInfo * method)); DO_APP_FUNC(0x020F6160, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_DnqqNTGrNZBJsKBRjRKefzDQZSak_MoveNext, (XKHfzUVAieDxXBogCMTJRCSldnQzA_DnqqNTGrNZBJsKBRjRKefzDQZSak * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, CustomController *, XKHfzUVAieDxXBogCMTJRCSldnQzA_DnqqNTGrNZBJsKBRjRKefzDQZSak_System_Collections_Generic_IEnumerator_Rewired_CustomController__get_Current, (XKHfzUVAieDxXBogCMTJRCSldnQzA_DnqqNTGrNZBJsKBRjRKefzDQZSak * __this, MethodInfo * method)); DO_APP_FUNC(0x020F6360, void, XKHfzUVAieDxXBogCMTJRCSldnQzA_DnqqNTGrNZBJsKBRjRKefzDQZSak_System_Collections_IEnumerator_Reset, (XKHfzUVAieDxXBogCMTJRCSldnQzA_DnqqNTGrNZBJsKBRjRKefzDQZSak * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BE00, XKHfzUVAieDxXBogCMTJRCSldnQzA_DnqqNTGrNZBJsKBRjRKefzDQZSak_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, XKHfzUVAieDxXBogCMTJRCSldnQzA_DnqqNTGrNZBJsKBRjRKefzDQZSak_System_Collections_IEnumerator_get_Current, (XKHfzUVAieDxXBogCMTJRCSldnQzA_DnqqNTGrNZBJsKBRjRKefzDQZSak * __this, MethodInfo * method)); DO_APP_FUNC(0x020F63B0, IEnumerator_1_Rewired_CustomController_ *, XKHfzUVAieDxXBogCMTJRCSldnQzA_DnqqNTGrNZBJsKBRjRKefzDQZSak_System_Collections_Generic_IEnumerable_Rewired_CustomController__GetEnumerator, (XKHfzUVAieDxXBogCMTJRCSldnQzA_DnqqNTGrNZBJsKBRjRKefzDQZSak * __this, MethodInfo * method)); DO_APP_FUNC(0x020F6570, IEnumerator *, XKHfzUVAieDxXBogCMTJRCSldnQzA_DnqqNTGrNZBJsKBRjRKefzDQZSak_System_Collections_IEnumerable_GetEnumerator, (XKHfzUVAieDxXBogCMTJRCSldnQzA_DnqqNTGrNZBJsKBRjRKefzDQZSak * __this, MethodInfo * method)); DO_APP_FUNC(0x020F6580, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW__ctor, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, UpdateLoopSetting__Enum param_0000a0fd, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int32_t, plBfGLfQeUzmsEdwSpoZbnYJHVeW_get_deviceCount, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7010, PlatformInputManager *, plBfGLfQeUzmsEdwSpoZbnYJHVeW_get_primaryInputManager, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IInputSource *, plBfGLfQeUzmsEdwSpoZbnYJHVeW_get_inputSource, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEC8E0, InputSource__Enum, plBfGLfQeUzmsEdwSpoZbnYJHVeW_get_inputSourceType, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, MethodInfo * method)); DO_APP_FUNC(0x020F69E0, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_Initialize, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, MethodInfo * method)); DO_APP_FUNC(0x020F6D20, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_Update, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, UpdateLoopType__Enum updateLoop, MethodInfo * method)); DO_APP_FUNC(0x020F6F70, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_OnDestroy, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, Action_2_Int32_Rewired_ControllerDataUpdater_ *, plBfGLfQeUzmsEdwSpoZbnYJHVeW_GetInputDataUpdateDelegate, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, MethodInfo * method)); DO_APP_FUNC(0x020F7120, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_UpdateControllerData, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, int32_t assignedControllerId, ControllerDataUpdater * data, MethodInfo * method)); DO_APP_FUNC(0x020F7260, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_SystemDeviceConnected, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, MethodInfo * method)); DO_APP_FUNC(0x020F7280, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_SystemDeviceDisconnected, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, MethodInfo * method)); DO_APP_FUNC(0x020F72A0, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_BqfBAdEqEggcfQhySUSzwaivVqwR, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BDE8, plBfGLfQeUzmsEdwSpoZbnYJHVeW_BqfBAdEqEggcfQhySUSzwaivVqwR__MethodInfo); DO_APP_FUNC(0x020F72B0, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_SetUnityJoystickId, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, int32_t joystickId, int32_t unityJoystickId, MethodInfo * method)); DO_APP_FUNC(0x003C7030, IUnifiedMouseSource *, plBfGLfQeUzmsEdwSpoZbnYJHVeW_GetUnifiedMouseSource, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, IUnifiedKeyboardSource *, plBfGLfQeUzmsEdwSpoZbnYJHVeW_GetUnifiedKeyboardSource, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, MethodInfo * method)); DO_APP_FUNC(0x020F7430, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_DLAFvPijcdoePjDurJEHBZZtafIuA, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, MethodInfo * method)); DO_APP_FUNC(0x020F7490, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_DLAFvPijcdoePjDurJEHBZZtafIuA_1, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, String__Array * param_0000a103, MethodInfo * method)); DO_APP_FUNC(0x020F7A60, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ojjhjSoltMhHdZoaqSlLBbfBuhHT, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, UpdateLoopType__Enum param_0000a104, MethodInfo * method)); DO_APP_FUNC(0x020F7B30, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_NUZdDQxpdNjSxtIgJBbLfOmzwMkE, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, int32_t param_0000a105, int32_t param_0000a106, List_1_plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_ * param_0000a107, List_1_plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_ * param_0000a108, MethodInfo * method)); DO_APP_FUNC(0x020F7DA0, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_cwPQaCJWKoIIJDjhuutMdeKXToE, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, List_1_plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_ * param_0000a109, int32_t param_0000a10a, int32_t param_0000a10b, MethodInfo * method)); DO_APP_FUNC(0x020F7E70, bool, plBfGLfQeUzmsEdwSpoZbnYJHVeW_yjTnsMmIRIGGqehPUoQSFRriVZwsB, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, List_1_plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_ * param_0000a10c, int32_t param_0000a10d, MethodInfo * method)); DO_APP_FUNC(0x020F7F40, int32_t, plBfGLfQeUzmsEdwSpoZbnYJHVeW_eypDvXivfsOUjeriHLBWnoWcUZDuD, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, List_1_plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_ * param_0000a10e, MethodInfo * method)); DO_APP_FUNC(0x020F8010, bool, plBfGLfQeUzmsEdwSpoZbnYJHVeW_kyYDNkjVYncdpRelNKGUVoaRARTE, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, List_1_plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_ * param_0000a10f, int32_t param_0000a110, MethodInfo * method)); DO_APP_FUNC(0x020F80C0, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_XtLYKKGqOHhXaYkLSIndWezhRzOk, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, int32_t param_0000a111, List_1_plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_ * param_0000a112, int32_t param_0000a113, List_1_plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_ * param_0000a114, plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_KoOumEAvjvAQhyhRGAodpJylYngj__Enum param_0000a115, MethodInfo * method)); DO_APP_FUNC(0x020F82B0, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_JVFsJtinvwTJjwarlaJncmbckHDl, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, int32_t param_0000a116, List_1_plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_ * param_0000a117, plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_KoOumEAvjvAQhyhRGAodpJylYngj__Enum param_0000a118, MethodInfo * method)); DO_APP_FUNC(0x020F8580, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_BqlxamQUZMjuLreIKBnniHwUMyJI, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, MethodInfo * method)); DO_APP_FUNC(0x020F8710, bool, plBfGLfQeUzmsEdwSpoZbnYJHVeW_yNVfbbZQlkMWSoZhKrTchODNHkPDA, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, String__Array * param_0000a119, MethodInfo * method)); DO_APP_FUNC(0x020F8840, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_EoEfCWcEdbObkcLaKdZxpgNBjJfDC, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, List_1_plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_ * param_0000a11a, List_1_plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_ * param_0000a11b, bool param_0000a11c, MethodInfo * method)); DO_APP_FUNC(0x020F8990, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_giyBWaSvHjtkroePMmReGCHOsIZH, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * param_0000a11d, bool param_0000a11e, MethodInfo * method)); DO_APP_FUNC(0x020F8AD0, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_LoClgrqhHvdRecPVDNPNFmezlaLs, (plBfGLfQeUzmsEdwSpoZbnYJHVeW * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_get_rewiredId, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_set_rewiredId, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_get_inputManagerId, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_set_inputManagerId, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x020F8B80, String *, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_get_name, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, MethodInfo * method)); DO_APP_FUNC(0x020F8C00, Nullable_1_Int64_, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_get_systemId, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_get_unityId, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_set_unityId, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x020F8C70, Guid, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_get_instanceGuid, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, MethodInfo * method)); DO_APP_FUNC(0x020F8DE0, Guid, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_get_persistentGuid, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Controller_Extension *, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_get_extension, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_SetVibration, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, float amount, int32_t motorIndex, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_StopVibration, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, MethodInfo * method)); DO_APP_FUNC(0x020F8E10, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG__ctor, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, MethodInfo * method)); DO_APP_FUNC(0x020F8E30, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_hXyydGiwFFUaerECStnpfBcKDoOAA, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, MethodInfo * method)); DO_APP_FUNC(0x020F90F0, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_Update, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, MethodInfo * method)); DO_APP_FUNC(0x020F91F0, int32_t, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_NWhioGIQTHWIJiNJWGzSJyccbFph, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * param_0000a124, MethodInfo * method)); DO_APP_FUNC(0x020F9370, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_hugsFbKZfWraiQkiGFWQikzsmvDj, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, BridgedControllerHWInfo * param_0000a125, MethodInfo * method)); DO_APP_FUNC(0x020F9470, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_hugsFbKZfWraiQkiGFWQikzsmvDj_1, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, BridgedController * param_0000a126, MethodInfo * method)); DO_APP_FUNC(0x020F9670, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_FillData, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, ControllerDataUpdater * dataUpdater, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D438, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_FillData__MethodInfo); DO_APP_FUNC(0x020F9850, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_sbpbOGFKIijcFZJbXWEhqaqsalnpA, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, int32_t param_0000a128, MethodInfo * method)); DO_APP_FUNC(0x020F9860, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_VZgWmJYNVgDmEgDNcNwmypgzkEYuA, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, MethodInfo * method)); DO_APP_FUNC(0x020F98C0, BridgedControllerHWInfo *, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_GBKpRaKkozAlrfTWcfBobtBEXJSEA, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, MethodInfo * method)); DO_APP_FUNC(0x020F9930, BridgedController *, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_ToBridgedController, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, MethodInfo * method)); DO_APP_FUNC(0x020F99A0, ControllerDisconnectedEventArgs *, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_ToControllerDisconnectedEventArgs, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, MethodInfo * method)); DO_APP_FUNC(0x020F9A40, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_zVxsAbJQfSocggRvOJXqudeimoTM, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, MethodInfo * method)); DO_APP_FUNC(0x020F9B20, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_HIIydJwkxPRjeUmnKMhynZSlhZFr, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D3F8, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_HIIydJwkxPRjeUmnKMhynZSlhZFr__MethodInfo); DO_APP_FUNC(0x020F9DA0, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_qgkozYJKRLUdDDRvgDzLkjaguBYt, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D3F0, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_qgkozYJKRLUdDDRvgDzLkjaguBYt__MethodInfo); DO_APP_FUNC(0x020F9F30, bool, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_fPEIieuOrXYRdNGxxzydLWhVnvVE, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, HardwareJoystickMap_Platform_Fallback_Base_Button * param_0000a129, MethodInfo * method)); DO_APP_FUNC(0x01F72830, bool, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_IsWYiKskLiCGBxoAqmaZKpCqaMghA, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, float param_0000a12a, float param_0000a12b, MethodInfo * method)); DO_APP_FUNC(0x020FA590, float, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_XAXNwRQUnmcOzPeHVLVuoeCfedSaA, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, HardwareJoystickMap_Platform_Fallback_Base_Axis * param_0000a12c, MethodInfo * method)); DO_APP_FUNC(0x020FA830, float, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_XAXNwRQUnmcOzPeHVLVuoeCfedSaA_1, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, UnityAxis__Enum param_0000a12d, MethodInfo * method)); DO_APP_FUNC(0x020FA870, bool, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_fPEIieuOrXYRdNGxxzydLWhVnvVE_1, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, UnityButton__Enum param_0000a12e, MethodInfo * method)); DO_APP_FUNC(0x020FA8D0, bool, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_kYPcfnbmnGsErGeXrEyEUPRyMfgzA, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, HardwareJoystickMap_Platform_Fallback_Base_CustomCalculationSourceData * param_0000a12f, bool * param_0000a130, MethodInfo * method)); DO_APP_FUNC(0x020FA910, bool, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_gmLVYIQBbyWaicPaVXqGelNOzSjC, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, HardwareJoystickMap_Platform_Fallback_Base_CustomCalculationSourceData * param_0000a131, bool * param_0000a132, MethodInfo * method)); DO_APP_FUNC(0x020FA9A0, bool, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_RDGBvwRnSgvWbQbhGcwVAftqIyPbA, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, HardwareJoystickMap_Platform_Fallback_Base_CustomCalculationSourceData * param_0000a133, float * param_0000a134, MethodInfo * method)); DO_APP_FUNC(0x020FAA80, bool, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_alkXcRfjhTFTxEVSRuZInJujXGJe, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, UnityAxis__Enum param_0000a135, MethodInfo * method)); DO_APP_FUNC(0x020FAAC0, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_QiRaNfkfgHgWUjtXCaMEyCrzuWuLA, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, MethodInfo * method)); DO_APP_FUNC(0x020FB210, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_eCXpDHcIiDStWqAgQeoedOPBdXBb, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, MethodInfo * method)); DO_APP_FUNC(0x020FB260, String *, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_WgGjQqIqpQMBHjXuEtRmypmSzSlH, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, MethodInfo * method)); DO_APP_FUNC(0x020FB7A0, InputSource__Enum, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_IYpPEwfLfVLMERnzmubXHtBHTZcA, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * __this, MethodInfo * method)); DO_APP_FUNC(0x01F685C0, int32_t, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_jYdTCDXHeXzSAQlNQesAGmuXqlUdb, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * param_0000a136, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * param_0000a137, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BD98, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_jYdTCDXHeXzSAQlNQesAGmuXqlUdb__MethodInfo); DO_APP_FUNC(0x020FB860, int32_t, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_bTfCMOafWYSxwIxqDnrcQCKUhFTKA, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * param_0000a138, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * param_0000a139, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BDA0, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_bTfCMOafWYSxwIxqDnrcQCKUhFTKA__MethodInfo); DO_APP_FUNC(0x020FB8A0, String *, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG_LIEhHyiDbfqLUhfZAfxeGgbYwrKfA, (String * param_0000a13a, MethodInfo * method)); DO_APP_FUNC(0x020FB980, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA__ctor, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA * __this, MethodInfo * method)); DO_APP_FUNC(0x020FBA50, int32_t, plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_VJsfGkCeXFnNPjNkvMaQfRowrhXo, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA * __this, MethodInfo * method)); DO_APP_FUNC(0x020FBAA0, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_uHctqJCHbChBJfvVwkwSXBHumPvzA, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA * __this, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * param_0000a13b, MethodInfo * method)); DO_APP_FUNC(0x020FBDD0, bool, plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_VfpgCWArzMRwmtPRIAXRmxwrgJeEA, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA * __this, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * param_0000a13c, plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_KoOumEAvjvAQhyhRGAodpJylYngj__Enum param_0000a13d, MethodInfo * method)); DO_APP_FUNC(0x020FBEB0, IEnumerable_1_plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_QEirwUTXDJlRbyOtHactBdFdXgSR_ *, plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_bSyulQjPHvabugQHvZTKMwbbBLnyA, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA * __this, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * param_0000a13e, plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_KoOumEAvjvAQhyhRGAodpJylYngj__Enum param_0000a13f, MethodInfo * method)); DO_APP_FUNC(0x020FBFE0, int32_t, plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_HVujqEvIFcMKdvpImleAuaPcoEPv, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA * __this, plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_QEirwUTXDJlRbyOtHactBdFdXgSR * param_0000a140, MethodInfo * method)); DO_APP_FUNC(0x020FC090, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_KlkBjwjuozSIWjtafFupuZDYyxHfA, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA * __this, int32_t param_0000a141, int32_t param_0000a142, MethodInfo * method)); DO_APP_FUNC(0x020FC160, bool, plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_QEirwUTXDJlRbyOtHactBdFdXgSR_NWhioGIQTHWIJiNJWGzSJyccbFph, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_QEirwUTXDJlRbyOtHactBdFdXgSR * __this, plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG * param_0000a143, plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_KoOumEAvjvAQhyhRGAodpJylYngj__Enum param_0000a144, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D3D8, plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_QEirwUTXDJlRbyOtHactBdFdXgSR_NWhioGIQTHWIJiNJWGzSJyccbFph__MethodInfo); DO_APP_FUNC(0x003AC050, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_QEirwUTXDJlRbyOtHactBdFdXgSR__ctor, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_QEirwUTXDJlRbyOtHactBdFdXgSR * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_BEqvclfNAlKPJcyFrcJtxbAcfxREA__ctor, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_BEqvclfNAlKPJcyFrcJtxbAcfxREA * __this, int32_t param_0000a145, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_BEqvclfNAlKPJcyFrcJtxbAcfxREA_System_IDisposable_Dispose, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_BEqvclfNAlKPJcyFrcJtxbAcfxREA * __this, MethodInfo * method)); DO_APP_FUNC(0x020FC2F0, bool, plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_BEqvclfNAlKPJcyFrcJtxbAcfxREA_MoveNext, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_BEqvclfNAlKPJcyFrcJtxbAcfxREA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_QEirwUTXDJlRbyOtHactBdFdXgSR *, plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_BEqvclfNAlKPJcyFrcJtxbAcfxREA_System_Collections_Generic_IEnumerator_Rewired_FallbackInputManager_JoystickRecords_Record__get_Current, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_BEqvclfNAlKPJcyFrcJtxbAcfxREA * __this, MethodInfo * method)); DO_APP_FUNC(0x020FC420, void, plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_BEqvclfNAlKPJcyFrcJtxbAcfxREA_System_Collections_IEnumerator_Reset, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_BEqvclfNAlKPJcyFrcJtxbAcfxREA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D3D0, plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_BEqvclfNAlKPJcyFrcJtxbAcfxREA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_BEqvclfNAlKPJcyFrcJtxbAcfxREA_System_Collections_IEnumerator_get_Current, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_BEqvclfNAlKPJcyFrcJtxbAcfxREA * __this, MethodInfo * method)); DO_APP_FUNC(0x020FC470, IEnumerator_1_plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_QEirwUTXDJlRbyOtHactBdFdXgSR_ *, plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_BEqvclfNAlKPJcyFrcJtxbAcfxREA_System_Collections_Generic_IEnumerable_Rewired_FallbackInputManager_JoystickRecords_Record__GetEnumerator, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_BEqvclfNAlKPJcyFrcJtxbAcfxREA * __this, MethodInfo * method)); DO_APP_FUNC(0x020FC630, IEnumerator *, plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_BEqvclfNAlKPJcyFrcJtxbAcfxREA_System_Collections_IEnumerable_GetEnumerator, (plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_BEqvclfNAlKPJcyFrcJtxbAcfxREA * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, rmOEevBvfrQDGKHWQeGbdjrwKrIx__ctor, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, ConfigVars * param_0000a146, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, rmOEevBvfrQDGKHWQeGbdjrwKrIx_uAPAnlROPdhwEyhqTZqMbbKlNMlA, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, rmOEevBvfrQDGKHWQeGbdjrwKrIx_SYGYaXMZECRIwZgjMfZKYIAKwUOu, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Player__Array *, rmOEevBvfrQDGKHWQeGbdjrwKrIx_foQGigtEXpAMBApLKTjyBkBwaIvgA, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Player__Array *, rmOEevBvfrQDGKHWQeGbdjrwKrIx_TbzUQRVSplRBfLjzxAgHqXioRoFL, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, IList_1_Rewired_Player_ *, rmOEevBvfrQDGKHWQeGbdjrwKrIx_nAXlcxZngqGJzhvwcMCFcyBaBeHGc, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, IList_1_Rewired_Player_ *, rmOEevBvfrQDGKHWQeGbdjrwKrIx_DDaXiUhWkcugLFYTgbmPYLoBcwim, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, MethodInfo * method)); DO_APP_FUNC(0x020FC640, void, rmOEevBvfrQDGKHWQeGbdjrwKrIx_LIeljCbdoWdgBAecluMnblrpCnHu, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D3B8, rmOEevBvfrQDGKHWQeGbdjrwKrIx_LIeljCbdoWdgBAecluMnblrpCnHu__MethodInfo); DO_APP_FUNC(0x020FCDD0, void, rmOEevBvfrQDGKHWQeGbdjrwKrIx_irsobizeyGSrhCgfeiKcXSEBuceF, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, Joystick * param_0000a147, MethodInfo * method)); DO_APP_FUNC(0x020FD0E0, void, rmOEevBvfrQDGKHWQeGbdjrwKrIx_LtmErFTvmImMTdGbyfeJfMLtjRmP, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, Joystick * param_0000a148, MethodInfo * method)); DO_APP_FUNC(0x020FD110, void, rmOEevBvfrQDGKHWQeGbdjrwKrIx_MAtoFvuLYySnKPMFswUKIJkFkfNT, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, ControllerType__Enum param_0000a149, int32_t param_0000a14a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93640, rmOEevBvfrQDGKHWQeGbdjrwKrIx_MAtoFvuLYySnKPMFswUKIJkFkfNT__MethodInfo); DO_APP_FUNC(0x020FD2B0, Player *, rmOEevBvfrQDGKHWQeGbdjrwKrIx_MJkElpFYqWCPwxBOZnOElZjiSdKH, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, int32_t param_0000a14b, MethodInfo * method)); DO_APP_FUNC(0x020FD3F0, Player *, rmOEevBvfrQDGKHWQeGbdjrwKrIx_MJkElpFYqWCPwxBOZnOElZjiSdKH_1, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, String * param_0000a14c, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Player *, rmOEevBvfrQDGKHWQeGbdjrwKrIx_FZzatAdcbQAOMTAHsNftCzbiwmFE, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, MethodInfo * method)); DO_APP_FUNC(0x020FD6A0, int32_t, rmOEevBvfrQDGKHWQeGbdjrwKrIx_fkAAvZIxYAJRzdlTXOXiqjydCHrH, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, String * param_0000a14d, MethodInfo * method)); DO_APP_FUNC(0x020FD910, bool, rmOEevBvfrQDGKHWQeGbdjrwKrIx_VcpheToPEvTPBZCctFMJxMteXuQd, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, int32_t param_0000a14e, MethodInfo * method)); DO_APP_FUNC(0x020FD930, Player__Array *, rmOEevBvfrQDGKHWQeGbdjrwKrIx_cwFeWRiWUeZCaObSDsqmdwqOfQnL, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, bool param_0000a14f, MethodInfo * method)); DO_APP_FUNC(0x020FDAE0, String__Array *, rmOEevBvfrQDGKHWQeGbdjrwKrIx_mnzdGNirFJRdwBJFHNoyJDnbdYWBb, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, bool param_0000a150, MethodInfo * method)); DO_APP_FUNC(0x020FDCC0, String__Array *, rmOEevBvfrQDGKHWQeGbdjrwKrIx_iQiaToHmZqUGfklhxGhTnSjKCQbT, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, bool param_0000a151, MethodInfo * method)); DO_APP_FUNC(0x020FDEA0, Int32__Array *, rmOEevBvfrQDGKHWQeGbdjrwKrIx_wpjFQfadgpxgHGMoanSAhvGraMDxA, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, bool param_0000a152, MethodInfo * method)); DO_APP_FUNC(0x020FE030, bool, rmOEevBvfrQDGKHWQeGbdjrwKrIx_nOAFBcAHhCofiyFwgXsutzYUvDxo, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, Controller * param_0000a153, MethodInfo * method)); DO_APP_FUNC(0x020FE080, bool, rmOEevBvfrQDGKHWQeGbdjrwKrIx_nOAFBcAHhCofiyFwgXsutzYUvDxo_1, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, ControllerType__Enum param_0000a154, int32_t param_0000a155, MethodInfo * method)); DO_APP_FUNC(0x020FE120, bool, rmOEevBvfrQDGKHWQeGbdjrwKrIx_KmFDCFgeeaKYxkSXEFUSAnkzmURqA, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, ControllerType__Enum param_0000a156, int32_t param_0000a157, int32_t param_0000a158, MethodInfo * method)); DO_APP_FUNC(0x020FE170, void, rmOEevBvfrQDGKHWQeGbdjrwKrIx_fRJVnneNnvgfgoeOSxJkxAIrLXXU, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, Controller * param_0000a159, bool param_0000a15a, MethodInfo * method)); DO_APP_FUNC(0x020FE210, void, rmOEevBvfrQDGKHWQeGbdjrwKrIx_fRJVnneNnvgfgoeOSxJkxAIrLXXU_1, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, ControllerType__Enum param_0000a15b, int32_t param_0000a15c, bool param_0000a15d, MethodInfo * method)); DO_APP_FUNC(0x020FE2C0, bool, rmOEevBvfrQDGKHWQeGbdjrwKrIx_XxeEofewjiQscIGBCdWUQrPiczWDA, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, Joystick * param_0000a15e, MethodInfo * method)); DO_APP_FUNC(0x020FE370, bool, rmOEevBvfrQDGKHWQeGbdjrwKrIx_XxeEofewjiQscIGBCdWUQrPiczWDA_1, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, int32_t param_0000a15f, MethodInfo * method)); DO_APP_FUNC(0x020FE4D0, bool, rmOEevBvfrQDGKHWQeGbdjrwKrIx_lNuOYhVwrWhfijvjjMtcchtpRSAb, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, int32_t param_0000a160, int32_t param_0000a161, MethodInfo * method)); DO_APP_FUNC(0x020FE520, void, rmOEevBvfrQDGKHWQeGbdjrwKrIx_zZFeNXdMzEsuIHAKsJbIpUwRqvxWA, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, Joystick * param_0000a162, bool param_0000a163, MethodInfo * method)); DO_APP_FUNC(0x020FE5C0, void, rmOEevBvfrQDGKHWQeGbdjrwKrIx_zZFeNXdMzEsuIHAKsJbIpUwRqvxWA_1, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, int32_t param_0000a164, bool param_0000a165, MethodInfo * method)); DO_APP_FUNC(0x020FE2C0, bool, rmOEevBvfrQDGKHWQeGbdjrwKrIx_ImWYXWvTaOfTmPcdobinXYqWbuCm, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, CustomController * param_0000a166, MethodInfo * method)); DO_APP_FUNC(0x020FE660, bool, rmOEevBvfrQDGKHWQeGbdjrwKrIx_ImWYXWvTaOfTmPcdobinXYqWbuCm_1, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, int32_t param_0000a167, MethodInfo * method)); DO_APP_FUNC(0x020FE7C0, bool, rmOEevBvfrQDGKHWQeGbdjrwKrIx_ZEsWAcKCCOIVqEvHwjysFvxRBabU, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, int32_t param_0000a168, int32_t param_0000a169, MethodInfo * method)); DO_APP_FUNC(0x020FE8D0, void, rmOEevBvfrQDGKHWQeGbdjrwKrIx_yBMxTwVgXSQOCpCNPhPlIeHZgHdI, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, CustomController * param_0000a16a, bool param_0000a16b, MethodInfo * method)); DO_APP_FUNC(0x020FE970, void, rmOEevBvfrQDGKHWQeGbdjrwKrIx_yBMxTwVgXSQOCpCNPhPlIeHZgHdI_1, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, int32_t param_0000a16c, bool param_0000a16d, MethodInfo * method)); DO_APP_FUNC(0x020FEA10, bool, rmOEevBvfrQDGKHWQeGbdjrwKrIx_oEYDtXfeGReKzJTlWiwovSVDOhAiA, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, Joystick * param_0000a16e, MethodInfo * method)); DO_APP_FUNC(0x020FEB70, bool, rmOEevBvfrQDGKHWQeGbdjrwKrIx_mxUyLOKrYIjFjNqKzLMMDSOWniEh, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, Joystick * param_0000a16f, MethodInfo * method)); DO_APP_FUNC(0x020FECB0, int32_t, rmOEevBvfrQDGKHWQeGbdjrwKrIx_ULqrAXoCQVPUYuIAgBgFgsGDlGcX, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, MethodInfo * method)); DO_APP_FUNC(0x020FEE10, int32_t, rmOEevBvfrQDGKHWQeGbdjrwKrIx_IYymmjPqaLxcxqgDZSCTCkdCdwzQ, (rmOEevBvfrQDGKHWQeGbdjrwKrIx * __this, int32_t param_0000a170, MethodInfo * method)); DO_APP_FUNC(0x020FEFB0, bool, ActionElementMap_mmdyTFCKVNvCpuVkQmfeZZUstqkk, (ActionElementMap * param_0000a171, MethodInfo * method)); DO_APP_FUNC(0x020FF060, void, ActionElementMap_laicSdEALWcmKyIPCrqzrteCqiOq, (ActionElementMap * param_0000a172, ActionElementMap * param_0000a173, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D340, ActionElementMap_laicSdEALWcmKyIPCrqzrteCqiOq__MethodInfo); DO_APP_FUNC(0x003BAD70, int32_t, ActionElementMap_get_actionId, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x020FF280, void, ActionElementMap_set_actionId, (ActionElementMap * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, ControllerElementType__Enum, ActionElementMap_get_elementType, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, ActionElementMap_kGPFTtahToOJKneCeCyIywUXpZHN, (ActionElementMap * __this, ControllerElementType__Enum param_0000a175, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, ActionElementMap_get_elementIdentifierId, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x020FF2F0, void, ActionElementMap_set_elementIdentifierId, (ActionElementMap * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, AxisRange__Enum, ActionElementMap_get_axisRange, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x020FF530, void, ActionElementMap_set_axisRange, (ActionElementMap * __this, AxisRange__Enum value, MethodInfo * method)); DO_APP_FUNC(0x009866A0, bool, ActionElementMap_get_invert, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x009866B0, void, ActionElementMap_set_invert, (ActionElementMap * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, Pole__Enum, ActionElementMap_get_axisContribution, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x020FF630, void, ActionElementMap_set_axisContribution, (ActionElementMap * __this, Pole__Enum value, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, KeyboardKeyCode__Enum, ActionElementMap_get_keyboardKeyCode, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x020FF6A0, void, ActionElementMap_set_keyboardKeyCode, (ActionElementMap * __this, KeyboardKeyCode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003C5300, ModifierKey__Enum, ActionElementMap_get_modifierKey1, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x020FF770, void, ActionElementMap_set_modifierKey1, (ActionElementMap * __this, ModifierKey__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, ModifierKey__Enum, ActionElementMap_get_modifierKey2, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x020FF840, void, ActionElementMap_set_modifierKey2, (ActionElementMap * __this, ModifierKey__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, ModifierKey__Enum, ActionElementMap_get_modifierKey3, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x020FF910, void, ActionElementMap_set_modifierKey3, (ActionElementMap * __this, ModifierKey__Enum value, MethodInfo * method)); DO_APP_FUNC(0x020FF9E0, AxisType__Enum, ActionElementMap_get_axisType, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x020FFA00, ModifierKeyFlags__Enum, ActionElementMap_get_modifierKeyFlags, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, KeyCode__Enum, ActionElementMap_get_keyCode, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x020FF6A0, void, ActionElementMap_set_keyCode, (ActionElementMap * __this, KeyCode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x020FFAE0, bool, ActionElementMap_get_hasModifiers, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, ControllerMap *, ActionElementMap_get_controllerMap, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x00434A10, bool, ActionElementMap_get_enabled, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x005391A0, void, ActionElementMap_set_enabled, (ActionElementMap * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x020FFB00, String *, ActionElementMap_get_elementIdentifierName, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, String *, ActionElementMap_get_actionDescriptiveName, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x00764A50, int32_t, ActionElementMap_get_elementIndex, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x007661F0, int32_t, ActionElementMap_get_id, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x020FFB40, bool, ActionElementMap_bdZuWFCKVAPgwxKvinRGLFVmJOPr, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x020FFB70, int32_t, ActionElementMap_HNgvIfawaYdsbwjAADttewLdxgLo, (MethodInfo * method)); DO_APP_FUNC(0x020FFBD0, void, ActionElementMap__ctor, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x020FFC50, void, ActionElementMap__ctor_1, (ActionElementMap * __this, ActionElementMap * param_0000a180, MethodInfo * method)); DO_APP_FUNC(0x020FFC80, void, ActionElementMap__ctor_2, (ActionElementMap * __this, int32_t param_0000a181, ControllerElementType__Enum param_0000a182, int32_t param_0000a183, MethodInfo * method)); DO_APP_FUNC(0x020FFCD0, void, ActionElementMap__ctor_3, (ActionElementMap * __this, int32_t param_0000a184, ControllerElementType__Enum param_0000a185, int32_t param_0000a186, Pole__Enum param_0000a187, AxisRange__Enum param_0000a188, MethodInfo * method)); DO_APP_FUNC(0x020FFD30, void, ActionElementMap__ctor_4, (ActionElementMap * __this, int32_t param_0000a189, ControllerElementType__Enum param_0000a18a, int32_t param_0000a18b, Pole__Enum param_0000a18c, AxisRange__Enum param_0000a18d, bool param_0000a18e, MethodInfo * method)); DO_APP_FUNC(0x020FFD90, void, ActionElementMap__ctor_5, (ActionElementMap * __this, int32_t param_0000a18f, ControllerElementType__Enum param_0000a190, Pole__Enum param_0000a191, KeyboardKeyCode__Enum param_0000a192, ModifierKey__Enum param_0000a193, ModifierKey__Enum param_0000a194, ModifierKey__Enum param_0000a195, MethodInfo * method)); DO_APP_FUNC(0x020FFE00, bool, ActionElementMap_CheckForAssignmentConflict, (ActionElementMap * __this, ElementAssignment elementAssignment, MethodInfo * method)); DO_APP_FUNC(0x020FFF60, bool, ActionElementMap_CheckForAssignmentConflict_1, (ActionElementMap * __this, ActionElementMap * elementMap, MethodInfo * method)); DO_APP_FUNC(0x020FFFF0, bool, ActionElementMap_ShowInField, (ActionElementMap * __this, AxisRange__Enum fieldActionRange, MethodInfo * method)); DO_APP_FUNC(0x02100170, bool, ActionElementMap_IsTarget, (ActionElementMap * __this, ControllerElementTarget elementTarget, MethodInfo * method)); DO_APP_FUNC(0x02100210, bool, ActionElementMap_IsTarget_1, (ActionElementMap * __this, IControllerElementTarget * elementTarget, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D348, ActionElementMap_IsTarget_1__MethodInfo); DO_APP_FUNC(0x021003A0, void, ActionElementMap_LVenmcaXbqMmYeWnREpQMSMUvyrN, (ActionElementMap * __this, ControllerMap * param_0000a19b, MethodInfo * method)); DO_APP_FUNC(0x02100480, void, ActionElementMap_vhqtSJxabOdpJEDgrOnOFuwfKLykb, (ActionElementMap * __this, ControllerMap * param_0000a19c, HardwareControllerMap_Game * param_0000a19d, MethodInfo * method)); DO_APP_FUNC(0x02100550, void, ActionElementMap_LVenmcaXbqMmYeWnREpQMSMUvyrN_1, (ActionElementMap * __this, bool param_0000a19e, MethodInfo * method)); DO_APP_FUNC(0x021005E0, void, ActionElementMap_LVenmcaXbqMmYeWnREpQMSMUvyrN_2, (ActionElementMap * __this, ControllerType__Enum param_0000a19f, HardwareControllerMap_Game * param_0000a1a0, bool param_0000a1a1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D2D0, ActionElementMap_LVenmcaXbqMmYeWnREpQMSMUvyrN_2__MethodInfo); DO_APP_FUNC(0x02100A90, void, ActionElementMap_aLvtDhsMTBZAnHWDDDsWLNdPqLSd, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D2C8, ActionElementMap_aLvtDhsMTBZAnHWDDDsWLNdPqLSd__MethodInfo); DO_APP_FUNC(0x02100DA0, String *, ActionElementMap_ncmsrjZHjnUWavwVkFZFCWmVXxxh, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02101150, void, ActionElementMap_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x021012C0, bool, ActionElementMap_FtyLxbotPOjpzCFaTEpgdmNScVFk, (ActionElementMap * __this, KeyboardKeyCode__Enum param_0000a1a2, ModifierKeyFlags__Enum param_0000a1a3, MethodInfo * method)); DO_APP_FUNC(0x021013C0, bool, ActionElementMap_vwTrsmrLzsNAuyGFiEiagzPiwyUe, (ActionElementMap * __this, int32_t param_0000a1a4, AxisRange__Enum param_0000a1a5, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D2B8, ActionElementMap_vwTrsmrLzsNAuyGFiEiagzPiwyUe__MethodInfo); DO_APP_FUNC(0x02101450, bool, ActionElementMap_hGylBjmOYAbgoepklZfETuiJFyXVA, (ActionElementMap * __this, ElementAssignmentType__Enum param_0000a1a6, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D2B0, ActionElementMap_hGylBjmOYAbgoepklZfETuiJFyXVA__MethodInfo); DO_APP_FUNC(0x021014E0, void, ActionElementMap_myuHstsianBJbOgGKosAJMEChEECA, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02101500, void, ActionElementMap_RqfgTxpoMfdnCHpNJPFohQrHQVJL, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x021015B0, void, ActionElementMap_uZtuaeEOnyYpMXssFWlfkqWhlCsk, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02101610, SerializedObject *, ActionElementMap_rAUhjfejRrIJfxDUKBLGIOUYDmiiA, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02101940, void, ActionElementMap_WNbVEfxCrMFzNsCNGLLeSCQGYXQB, (ActionElementMap * __this, SerializedObject * param_0000a1a7, MethodInfo * method)); DO_APP_FUNC(0x02101D80, String *, ActionElementMap_ToString, (ActionElementMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, CalibrationMap *, CalibrationMapSaveData_get_map, (CalibrationMapSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, ControllerType__Enum, CalibrationMapSaveData_get_controllerType, (CalibrationMapSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, CalibrationMapSaveData_get_hardwareIdentifier, (CalibrationMapSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x02102540, void, CalibrationMapSaveData__ctor, (CalibrationMapSaveData * __this, CalibrationMap * param_0000a1a8, ControllerType__Enum param_0000a1a9, String * param_0000a1aa, MethodInfo * method)); DO_APP_FUNC(0x0114D740, Guid, JoystickCalibrationMapSaveData_get_joystickHardwareTypeGuid, (JoystickCalibrationMapSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x02102600, void, JoystickCalibrationMapSaveData__ctor, (JoystickCalibrationMapSaveData * __this, CalibrationMap * param_0000a1ab, ControllerType__Enum param_0000a1ac, String * param_0000a1ad, Guid param_0000a1ae, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IList_1_Rewired_AxisCalibration_ *, CalibrationMap_get_Axes, (CalibrationMap * __this, MethodInfo * method)); DO_APP_FUNC(0x00707330, int32_t, CalibrationMap_get_axisCount, (CalibrationMap * __this, MethodInfo * method)); DO_APP_FUNC(0x021026C0, void, CalibrationMap__ctor, (CalibrationMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02102710, void, CalibrationMap__ctor_1, (CalibrationMap * __this, AxisCalibrationData__Array * param_0000a1af, MethodInfo * method)); DO_APP_FUNC(0x02102C50, void, CalibrationMap__ctor_2, (CalibrationMap * __this, AxisCalibration__Array * param_0000a1b0, MethodInfo * method)); DO_APP_FUNC(0x02102E10, void, CalibrationMap_Reset, (CalibrationMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02102EF0, AxisCalibration *, CalibrationMap_GetAxis, (CalibrationMap * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02102FB0, float, CalibrationMap_GetCalibratedValue, (CalibrationMap * __this, int32_t axisIndex, float value, MethodInfo * method)); DO_APP_FUNC(0x021030B0, bool, CalibrationMap_SetAxisData, (CalibrationMap * __this, int32_t index, AxisCalibrationData data, MethodInfo * method)); DO_APP_FUNC(0x02103250, AxisCalibrationData, CalibrationMap_GetAxisData, (CalibrationMap * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02103390, void, CalibrationMap_CopyFrom, (CalibrationMap * __this, CalibrationMap * map, bool copyHardwareDeadzone, MethodInfo * method)); DO_APP_FUNC(0x02103650, String *, CalibrationMap_ToXmlString, (CalibrationMap * __this, MethodInfo * method)); DO_APP_FUNC(0x021037A0, String *, CalibrationMap_ToJsonString, (CalibrationMap * __this, MethodInfo * method)); DO_APP_FUNC(0x021038C0, bool, CalibrationMap_ImportXmlString, (CalibrationMap * __this, String * xmlString, MethodInfo * method)); DO_APP_FUNC(0x02103A30, bool, CalibrationMap_ImportJsonString, (CalibrationMap * __this, String * jsonString, MethodInfo * method)); DO_APP_FUNC(0x02103BA0, SerializedObject *, CalibrationMap_rAUhjfejRrIJfxDUKBLGIOUYDmiiA, (CalibrationMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02104640, void, CalibrationMap_WNbVEfxCrMFzNsCNGLLeSCQGYXQB, (CalibrationMap * __this, SerializedObject * param_0000a1bb, MethodInfo * method)); DO_APP_FUNC(0x021049C0, Vector2, CalibrationMap_GetCalibrated2DValue, (CalibrationMap * __this, int32_t xAxisIndex, int32_t yAxisIndex, float valueRawX, float valueRawY, DeadZone2DType__Enum deadZoneType, AxisSensitivity2DType__Enum sensitivityType, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, AxisCalibration_get_enabled, (AxisCalibration * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, AxisCalibration_set_enabled, (AxisCalibration * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, AxisCalibration_get_deadZone, (AxisCalibration * __this, MethodInfo * method)); DO_APP_FUNC(0x02104A40, void, AxisCalibration_set_deadZone, (AxisCalibration * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB1A0, float, AxisCalibration_get_calibratedZero, (AxisCalibration * __this, MethodInfo * method)); DO_APP_FUNC(0x00986690, void, AxisCalibration_set_calibratedZero, (AxisCalibration * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB0F0, float, AxisCalibration_get_calibratedMin, (AxisCalibration * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA72C0, void, AxisCalibration_set_calibratedMin, (AxisCalibration * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, AxisCalibration_get_calibratedMax, (AxisCalibration * __this, MethodInfo * method)); DO_APP_FUNC(0x00989750, void, AxisCalibration_set_calibratedMax, (AxisCalibration * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x006113E0, bool, AxisCalibration_get_invert, (AxisCalibration * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07A80, void, AxisCalibration_set_invert, (AxisCalibration * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, AxisSensitivityType__Enum, AxisCalibration_get_sensitivityType, (AxisCalibration * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF230, void, AxisCalibration_set_sensitivityType, (AxisCalibration * __this, AxisSensitivityType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01CA7A30, float, AxisCalibration_get_sensitivity, (AxisCalibration * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA7A40, void, AxisCalibration_set_sensitivity, (AxisCalibration * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, AnimationCurve *, AxisCalibration_get_sensitivityCurve, (AxisCalibration * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, AxisCalibration_set_sensitivityCurve, (AxisCalibration * __this, AnimationCurve * value, MethodInfo * method)); DO_APP_FUNC(0x00434A10, bool, AxisCalibration_get_applyRangeCalibration, (AxisCalibration * __this, MethodInfo * method)); DO_APP_FUNC(0x005391A0, void, AxisCalibration_set_applyRangeCalibration, (AxisCalibration * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, AlternateAxisCalibrationType__Enum, AxisCalibration_get_calibrationMode, (AxisCalibration * __this, MethodInfo * method)); DO_APP_FUNC(0x02104A60, void, AxisCalibration_set_calibrationMode, (AxisCalibration * __this, AlternateAxisCalibrationType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02104A70, void, AxisCalibration__ctor, (AxisCalibration * __this, MethodInfo * method)); DO_APP_FUNC(0x02104C30, void, AxisCalibration__ctor_1, (AxisCalibration * __this, bool param_0000a1cd, Dictionary_2_System_Int32_Rewired_Data_Mapping_AxisCalibrationInfo_ * param_0000a1ce, float param_0000a1cf, float param_0000a1d0, float param_0000a1d1, float param_0000a1d2, bool param_0000a1d3, bool param_0000a1d4, AxisSensitivityType__Enum param_0000a1d5, float param_0000a1d6, AnimationCurve * param_0000a1d7, MethodInfo * method)); DO_APP_FUNC(0x02104EE0, void, AxisCalibration__ctor_2, (AxisCalibration * __this, AxisCalibrationData param_0000a1d8, MethodInfo * method)); DO_APP_FUNC(0x021050B0, void, AxisCalibration_CopyFrom, (AxisCalibration * __this, AxisCalibration * data, bool copyHardwareData, MethodInfo * method)); DO_APP_FUNC(0x02105270, float, AxisCalibration_GetCalibratedValue, (AxisCalibration * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02105330, float, AxisCalibration_GetCalibratedValue_1, (AxisCalibration * __this, float value, float customDeadzone, bool applySensitivity, bool applyInversion, MethodInfo * method)); DO_APP_FUNC(0x02105410, float, AxisCalibration_GetCalibratedValue_2, (AxisCalibration * __this, float value, AxisRange__Enum axisRange, MethodInfo * method)); DO_APP_FUNC(0x02105440, float, AxisCalibration_GetCalibratedValue_3, (AxisCalibration * __this, float value, AxisRange__Enum axisRange, float customDeadzone, bool applySensitivity, bool applyInversion, MethodInfo * method)); DO_APP_FUNC(0x021055A0, AxisCalibrationData, AxisCalibration_GetData, (AxisCalibration * __this, MethodInfo * method)); DO_APP_FUNC(0x021056E0, void, AxisCalibration_SetData, (AxisCalibration * __this, AxisCalibrationData data, MethodInfo * method)); DO_APP_FUNC(0x02105790, void, AxisCalibration_Reset, (AxisCalibration * __this, MethodInfo * method)); DO_APP_FUNC(0x02105960, SerializedObject *, AxisCalibration_ExportData, (AxisCalibration * __this, MethodInfo * method)); DO_APP_FUNC(0x02105BD0, void, AxisCalibration_Import, (AxisCalibration * __this, SerializedObject * serializedObject, MethodInfo * method)); DO_APP_FUNC(0x02106010, void, AxisCalibration_InitHardwareCalibrations, (AxisCalibration * __this, Dictionary_2_System_Int32_Rewired_Data_Mapping_AxisCalibrationInfo_ * hardwareCalibrations, AxisCalibrationData defaultData, MethodInfo * method)); DO_APP_FUNC(0x02106310, void, AxisCalibration_CreateDefaultHardwareCalibration, (AxisCalibration * __this, AxisCalibrationData defaultData, MethodInfo * method)); DO_APP_FUNC(0x02106410, AxisCalibrationInfo *, AxisCalibration_GetHardwareDefault, (AxisCalibration * __this, MethodInfo * method)); DO_APP_FUNC(0x021064E0, AxisCalibration *, AxisCalibration_CreateRelative, (MethodInfo * method)); DO_APP_FUNC(0x021067F0, void, AxisCalibrationData__ctor, (AxisCalibrationData * __this, bool param_0000a1ec, float param_0000a1ed, float param_0000a1ee, float param_0000a1ef, float param_0000a1f0, bool param_0000a1f1, bool param_0000a1f2, MethodInfo * method)); DO_APP_FUNC(0x02106A00, void, AxisCalibrationData__ctor_1, (AxisCalibrationData * __this, bool param_0000a1f3, float param_0000a1f4, float param_0000a1f5, float param_0000a1f6, float param_0000a1f7, bool param_0000a1f8, bool param_0000a1f9, float param_0000a1fa, MethodInfo * method)); DO_APP_FUNC(0x02106C10, void, AxisCalibrationData__ctor_2, (AxisCalibrationData * __this, bool param_0000a1fb, float param_0000a1fc, float param_0000a1fd, float param_0000a1fe, float param_0000a1ff, bool param_0000a200, bool param_0000a201, AxisSensitivityType__Enum param_0000a202, float param_0000a203, AnimationCurve * param_0000a204, MethodInfo * method)); DO_APP_FUNC(0x02106D10, AxisCalibrationData, AxisCalibrationData_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x02106E80, AxisCalibrationData, AxisCalibrationData_get_Raw, (MethodInfo * method)); DO_APP_FUNC(0x003BAD50, DeadZone2DType__Enum, Axis2DCalibration_get_deadZoneType, (Axis2DCalibration * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Axis2DCalibration_set_deadZoneType, (Axis2DCalibration * __this, DeadZone2DType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, AxisSensitivity2DType__Enum, Axis2DCalibration_get_sensitivityType, (Axis2DCalibration * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, Axis2DCalibration_set_sensitivityType, (Axis2DCalibration * __this, AxisSensitivity2DType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01A6C0C0, void, Axis2DCalibration__ctor, (Axis2DCalibration * __this, MethodInfo * method)); DO_APP_FUNC(0x02106FF0, Vector2, Axis2DCalibration_GetCalibrated2DValue, (Axis2DCalibration * __this, float valueRawX, float valueRawY, AxisCalibration * xAxis, AxisCalibration * yAxis, MethodInfo * method)); DO_APP_FUNC(0x02107030, Vector2, Axis2DCalibration_GetCalibrated2DValue_1, (float valueRawX, float valueRawY, AxisCalibration * xAxis, AxisCalibration * yAxis, DeadZone2DType__Enum deadZoneType, AxisSensitivity2DType__Enum sensitivityType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D148, Axis2DCalibration_GetCalibrated2DValue_1__MethodInfo); DO_APP_FUNC(0x003BAD50, int32_t, ControllerElementIdentifier_get_id, (ControllerElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, ControllerElementIdentifier_get_name, (ControllerElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x02107630, void, ControllerElementIdentifier_set_name, (ControllerElementIdentifier * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, ControllerElementIdentifier_get_positiveName, (ControllerElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x021076A0, void, ControllerElementIdentifier_set_positiveName, (ControllerElementIdentifier * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, ControllerElementIdentifier_get_negativeName, (ControllerElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x02107710, void, ControllerElementIdentifier_set_negativeName, (ControllerElementIdentifier * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5300, ControllerElementType__Enum, ControllerElementIdentifier_get_elementType, (ControllerElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, CompoundControllerElementType__Enum, ControllerElementIdentifier_get_compoundElementType, (ControllerElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x02107780, bool, ControllerElementIdentifier_get_isCompoundElement, (ControllerElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ControllerElementIdentifier__ctor, (ControllerElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x02107790, void, ControllerElementIdentifier__ctor_1, (ControllerElementIdentifier * __this, ControllerElementIdentifier * param_0000a214, MethodInfo * method)); DO_APP_FUNC(0x021078D0, void, ControllerElementIdentifier__ctor_2, (ControllerElementIdentifier * __this, int32_t param_0000a215, String * param_0000a216, String * param_0000a217, String * param_0000a218, ControllerElementType__Enum param_0000a219, CompoundControllerElementType__Enum param_0000a21a, bool param_0000a21b, MethodInfo * method)); DO_APP_FUNC(0x021079F0, void, ControllerElementIdentifier__ctor_3, (ControllerElementIdentifier * __this, int32_t param_0000a21c, String * param_0000a21d, String * param_0000a21e, String * param_0000a21f, ControllerElementType__Enum param_0000a220, bool param_0000a221, MethodInfo * method)); DO_APP_FUNC(0x02107B10, void, ControllerElementIdentifier__ctor_4, (ControllerElementIdentifier * __this, ControllerElementIdentifier * param_0000a222, bool param_0000a223, ControllerElementType__Enum param_0000a224, MethodInfo * method)); DO_APP_FUNC(0x02107B50, ControllerElementIdentifier *, ControllerElementIdentifier_Clone, (ControllerElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x02107BC0, String *, ControllerElementIdentifier_GetDisplayName, (ControllerElementIdentifier * __this, ControllerElementType__Enum actualElementType, AxisRange__Enum axisRange, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D138, ControllerElementIdentifier_GetDisplayName__MethodInfo); DO_APP_FUNC(0x02107D10, String *, ControllerElementIdentifier_GetDisplayName_1, (ControllerElementIdentifier * __this, AxisRange__Enum axisRange, MethodInfo * method)); DO_APP_FUNC(0x02107D20, Object *, ControllerElementIdentifier_Rewired_Interfaces_IControllerElementIdentifierCommon_Internal_get_elementType, (ControllerElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ControllerElementIdentifier_Rewired_Interfaces_IControllerElementIdentifierCommon_Internal_get_useEditorElementTypeOverride, (ControllerElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5300, ControllerElementType__Enum, ControllerElementIdentifier_Rewired_Interfaces_IControllerElementIdentifierCommon_Internal_get_editorElementTypeOverride, (ControllerElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x02107D70, void, ControllerElementIdentifier_PqxGkoxWyIwBnWzeJmkFRegOSOsk, (ControllerElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D160, ControllerElementIdentifier_PqxGkoxWyIwBnWzeJmkFRegOSOsk__MethodInfo); DO_APP_FUNC(0x02107DE0, ControllerElementIdentifier *, ControllerElementIdentifier_get_BlankReadOnly, (MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, ControllerTemplateElementIdentifier_get_id, (ControllerTemplateElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, ControllerTemplateElementIdentifier_get_name, (ControllerTemplateElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ControllerTemplateElementIdentifier_set_name, (ControllerTemplateElementIdentifier * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, ControllerTemplateElementIdentifier_get_positiveName, (ControllerTemplateElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ControllerTemplateElementIdentifier_set_positiveName, (ControllerTemplateElementIdentifier * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, ControllerTemplateElementIdentifier_get_negativeName, (ControllerTemplateElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, ControllerTemplateElementIdentifier_set_negativeName, (ControllerTemplateElementIdentifier * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5300, ControllerTemplateElementType__Enum, ControllerTemplateElementIdentifier_get_elementType, (ControllerTemplateElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ControllerTemplateElementIdentifier_get_useEditorElementTypeOverride, (ControllerTemplateElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x02107EB0, ControllerElementType__Enum, ControllerTemplateElementIdentifier_get_editorElementTypeOverride, (ControllerTemplateElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D168, ControllerTemplateElementIdentifier_get_editorElementTypeOverride__MethodInfo); DO_APP_FUNC(0x003AC050, void, ControllerTemplateElementIdentifier__ctor, (ControllerTemplateElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x02107F00, void, ControllerTemplateElementIdentifier__ctor_1, (ControllerTemplateElementIdentifier * __this, ControllerTemplateElementIdentifier * param_0000a22b, MethodInfo * method)); DO_APP_FUNC(0x02108030, void, ControllerTemplateElementIdentifier__ctor_2, (ControllerTemplateElementIdentifier * __this, int32_t param_0000a22c, String * param_0000a22d, String * param_0000a22e, String * param_0000a22f, ControllerTemplateElementType__Enum param_0000a230, bool param_0000a231, MethodInfo * method)); DO_APP_FUNC(0x02108140, void, ControllerTemplateElementIdentifier__ctor_3, (ControllerTemplateElementIdentifier * __this, ControllerTemplateElementIdentifier * param_0000a232, ControllerTemplateElementType__Enum param_0000a233, bool param_0000a234, MethodInfo * method)); DO_APP_FUNC(0x02108180, ControllerTemplateElementIdentifier *, ControllerTemplateElementIdentifier_Clone, (ControllerTemplateElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x021081F0, String *, ControllerTemplateElementIdentifier_GetDisplayName, (ControllerTemplateElementIdentifier * __this, AxisRange__Enum axisRange, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D150, ControllerTemplateElementIdentifier_GetDisplayName__MethodInfo); DO_APP_FUNC(0x021082F0, ControllerElementIdentifier *, ControllerTemplateElementIdentifier_ToControllerElementIdentifier, (ControllerTemplateElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x02108410, Object *, ControllerTemplateElementIdentifier_Rewired_Interfaces_IControllerElementIdentifierCommon_Internal_get_elementType, (ControllerTemplateElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x02108460, bool, ControllerTemplateElementIdentifier_Rewired_Interfaces_IControllerElementIdentifierCommon_Internal_get_useEditorElementTypeOverride, (ControllerTemplateElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00C69240, ControllerElementType__Enum, ControllerTemplateElementIdentifier_Rewired_Interfaces_IControllerElementIdentifierCommon_Internal_get_editorElementTypeOverride, (ControllerTemplateElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x02108480, void, ControllerMapEnabler__ctor, (ControllerMapEnabler * __this, Player * param_0000a236, ControllerMapEnabler_OKJjdMVAalCqZcLQzdQgZmMptzek * param_0000a237, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D110, ControllerMapEnabler__ctor__MethodInfo); DO_APP_FUNC(0x003BAD20, bool, ControllerMapEnabler_get_enabled, (ControllerMapEnabler * __this, MethodInfo * method)); DO_APP_FUNC(0x02108640, void, ControllerMapEnabler_set_enabled, (ControllerMapEnabler * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, List_1_Rewired_ControllerMapEnabler_RuleSet_ *, ControllerMapEnabler_get_ruleSets, (ControllerMapEnabler * __this, MethodInfo * method)); DO_APP_FUNC(0x02108650, void, ControllerMapEnabler_set_ruleSets, (ControllerMapEnabler * __this, List_1_Rewired_ControllerMapEnabler_RuleSet_ * value, MethodInfo * method)); DO_APP_FUNC(0x02108720, void, ControllerMapEnabler_Apply, (ControllerMapEnabler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C917F0, ControllerMapEnabler_Apply__MethodInfo); DO_APP_FUNC(0x02108A70, void, ControllerMapEnabler_LoadDefaults, (ControllerMapEnabler * __this, MethodInfo * method)); DO_APP_FUNC(0x02108D10, String *, ControllerMapEnabler_ToXmlString, (ControllerMapEnabler * __this, MethodInfo * method)); DO_APP_FUNC(0x02108EC0, String *, ControllerMapEnabler_ToJsonString, (ControllerMapEnabler * __this, MethodInfo * method)); DO_APP_FUNC(0x02109070, bool, ControllerMapEnabler_ImportXml, (ControllerMapEnabler * __this, String * xmlString, MethodInfo * method)); DO_APP_FUNC(0x02109230, bool, ControllerMapEnabler_ImportJson, (ControllerMapEnabler * __this, String * jsonString, MethodInfo * method)); DO_APP_FUNC(0x021093F0, SerializedObject *, ControllerMapEnabler_rAUhjfejRrIJfxDUKBLGIOUYDmiiA, (ControllerMapEnabler * __this, MethodInfo * method)); DO_APP_FUNC(0x02109490, void, ControllerMapEnabler_UHLgoHamvyOzducEmiGCDFddEAzTb, (ControllerMapEnabler * __this, SerializedObject * param_0000a23c, MethodInfo * method)); DO_APP_FUNC(0x02109E40, bool, ControllerMapEnabler_WNbVEfxCrMFzNsCNGLLeSCQGYXQB, (ControllerMapEnabler * __this, SerializedObject * param_0000a23d, MethodInfo * method)); DO_APP_FUNC(0x0210A0A0, void, ControllerMapEnabler_Rule__ctor, (ControllerMapEnabler_Rule * __this, MethodInfo * method)); DO_APP_FUNC(0x0210A230, void, ControllerMapEnabler_Rule__ctor_1, (ControllerMapEnabler_Rule * __this, ControllerMapEnabler_Rule * param_0000a23e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D0A8, ControllerMapEnabler_Rule__ctor_1__MethodInfo); DO_APP_FUNC(0x0210A580, void, ControllerMapEnabler_Rule__ctor_2, (ControllerMapEnabler_Rule * __this, String * param_0000a23f, bool param_0000a240, Int32__Array * param_0000a241, Int32__Array * param_0000a242, ControllerSetSelector * param_0000a243, MethodInfo * method)); DO_APP_FUNC(0x0210A6E0, bool, ControllerMapEnabler_Rule_get_appliesToAllLayouts, (ControllerMapEnabler_Rule * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, ControllerMapEnabler_Rule_get_tag, (ControllerMapEnabler_Rule * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ControllerMapEnabler_Rule_set_tag, (ControllerMapEnabler_Rule * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, ControllerMapEnabler_Rule_get_enable, (ControllerMapEnabler_Rule * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, ControllerMapEnabler_Rule_set_enable, (ControllerMapEnabler_Rule * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0210A700, ControllerSetSelector *, ControllerMapEnabler_Rule_get_controllerSetSelector, (ControllerMapEnabler_Rule * __this, MethodInfo * method)); DO_APP_FUNC(0x0210A7B0, void, ControllerMapEnabler_Rule_set_controllerSetSelector, (ControllerMapEnabler_Rule * __this, ControllerSetSelector * value, MethodInfo * method)); DO_APP_FUNC(0x0210A870, Int32__Array *, ControllerMapEnabler_Rule_get_categoryIds, (ControllerMapEnabler_Rule * __this, MethodInfo * method)); DO_APP_FUNC(0x0210A910, void, ControllerMapEnabler_Rule_set_categoryIds, (ControllerMapEnabler_Rule * __this, Int32__Array * value, MethodInfo * method)); DO_APP_FUNC(0x0210AA10, Int32__Array *, ControllerMapEnabler_Rule_get_layoutIds, (ControllerMapEnabler_Rule * __this, MethodInfo * method)); DO_APP_FUNC(0x0210AAB0, void, ControllerMapEnabler_Rule_set_layoutIds, (ControllerMapEnabler_Rule * __this, Int32__Array * value, MethodInfo * method)); DO_APP_FUNC(0x0210ABC0, int32_t, ControllerMapEnabler_Rule_get_categoryId, (ControllerMapEnabler_Rule * __this, MethodInfo * method)); DO_APP_FUNC(0x0210AC20, void, ControllerMapEnabler_Rule_set_categoryId, (ControllerMapEnabler_Rule * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0210ADE0, int32_t, ControllerMapEnabler_Rule_get_layoutId, (ControllerMapEnabler_Rule * __this, MethodInfo * method)); DO_APP_FUNC(0x0210AE40, void, ControllerMapEnabler_Rule_set_layoutId, (ControllerMapEnabler_Rule * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0210B000, String__Array *, ControllerMapEnabler_Rule_get_categoryNames, (ControllerMapEnabler_Rule * __this, MethodInfo * method)); DO_APP_FUNC(0x0210B210, void, ControllerMapEnabler_Rule_set_categoryNames, (ControllerMapEnabler_Rule * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC(0x0210B650, String__Array *, ControllerMapEnabler_Rule_get_layoutNames, (ControllerMapEnabler_Rule * __this, MethodInfo * method)); DO_APP_FUNC(0x0210B880, void, ControllerMapEnabler_Rule_set_layoutNames, (ControllerMapEnabler_Rule * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC(0x0210BCF0, String *, ControllerMapEnabler_Rule_get_categoryName, (ControllerMapEnabler_Rule * __this, MethodInfo * method)); DO_APP_FUNC(0x0210BE40, void, ControllerMapEnabler_Rule_set_categoryName, (ControllerMapEnabler_Rule * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0210C2E0, String *, ControllerMapEnabler_Rule_get_layoutName, (ControllerMapEnabler_Rule * __this, MethodInfo * method)); DO_APP_FUNC(0x0210C470, void, ControllerMapEnabler_Rule_set_layoutName, (ControllerMapEnabler_Rule * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0210C820, bool, ControllerMapEnabler_Rule_get_isValid, (ControllerMapEnabler_Rule * __this, MethodInfo * method)); DO_APP_FUNC(0x0210CA00, bool, ControllerMapEnabler_Rule_Matches, (ControllerMapEnabler_Rule * __this, ControllerMap * map, MethodInfo * method)); DO_APP_FUNC(0x0210CB00, void, ControllerMapEnabler_Rule_Initialize, (ControllerMapEnabler_Rule * __this, MethodInfo * method)); DO_APP_FUNC(0x0210D0A0, void, ControllerMapEnabler_Rule_CheckNoControllerTypeError, (ControllerMapEnabler_Rule * __this, MethodInfo * method)); DO_APP_FUNC(0x0210D370, Object *, ControllerMapEnabler_Rule_Rewired_Utils_Interfaces_IDeepCloneable_DeepClone, (ControllerMapEnabler_Rule * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, ControllerMapEnabler_RuleSet_get_enabled, (ControllerMapEnabler_RuleSet * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, ControllerMapEnabler_RuleSet_set_enabled, (ControllerMapEnabler_RuleSet * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, ControllerMapEnabler_RuleSet_get_tag, (ControllerMapEnabler_RuleSet * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ControllerMapEnabler_RuleSet_set_tag, (ControllerMapEnabler_RuleSet * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, List_1_Rewired_ControllerMapEnabler_Rule_ *, ControllerMapEnabler_RuleSet_get_rules, (ControllerMapEnabler_RuleSet * __this, MethodInfo * method)); DO_APP_FUNC(0x0210D3E0, void, ControllerMapEnabler_RuleSet_set_rules, (ControllerMapEnabler_RuleSet * __this, List_1_Rewired_ControllerMapEnabler_Rule_ * value, MethodInfo * method)); DO_APP_FUNC(0x0210D440, void, ControllerMapEnabler_RuleSet__ctor, (ControllerMapEnabler_RuleSet * __this, bool param_0000a253, String * param_0000a254, List_1_Rewired_ControllerMapEnabler_Rule_ * param_0000a255, MethodInfo * method)); DO_APP_FUNC(0x0210D5F0, void, ControllerMapEnabler_RuleSet__ctor_1, (ControllerMapEnabler_RuleSet * __this, MethodInfo * method)); DO_APP_FUNC(0x0210D6C0, void, ControllerMapEnabler_RuleSet__ctor_2, (ControllerMapEnabler_RuleSet * __this, ControllerMapEnabler_RuleSet * param_0000a256, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D040, ControllerMapEnabler_RuleSet__ctor_2__MethodInfo); DO_APP_FUNC(0x0210D870, ControllerMapEnabler_Rule *, ControllerMapEnabler_RuleSet_Find, (ControllerMapEnabler_RuleSet * __this, Predicate_1_Rewired_ControllerMapEnabler_Rule_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D028, ControllerMapEnabler_RuleSet_Find__MethodInfo); DO_APP_FUNC(0x0210DA30, ControllerMapEnabler_Rule *, ControllerMapEnabler_RuleSet_FindLast, (ControllerMapEnabler_RuleSet * __this, Predicate_1_Rewired_ControllerMapEnabler_Rule_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D018, ControllerMapEnabler_RuleSet_FindLast__MethodInfo); DO_APP_FUNC(0x0210DBC0, int32_t, ControllerMapEnabler_RuleSet_FindIndex, (ControllerMapEnabler_RuleSet * __this, Predicate_1_Rewired_ControllerMapEnabler_Rule_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D008, ControllerMapEnabler_RuleSet_FindIndex__MethodInfo); DO_APP_FUNC(0x0210DD60, int32_t, ControllerMapEnabler_RuleSet_FindLastIndex, (ControllerMapEnabler_RuleSet * __this, Predicate_1_Rewired_ControllerMapEnabler_Rule_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D068, ControllerMapEnabler_RuleSet_FindLastIndex__MethodInfo); DO_APP_FUNC(0x0210DEE0, int32_t, ControllerMapEnabler_RuleSet_IndexOf, (ControllerMapEnabler_RuleSet * __this, ControllerMapEnabler_Rule * item, MethodInfo * method)); DO_APP_FUNC(0x0210DF30, void, ControllerMapEnabler_RuleSet_Insert, (ControllerMapEnabler_RuleSet * __this, int32_t index, ControllerMapEnabler_Rule * item, MethodInfo * method)); DO_APP_FUNC(0x0210DFB0, void, ControllerMapEnabler_RuleSet_RemoveAt, (ControllerMapEnabler_RuleSet * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0210E020, ControllerMapEnabler_Rule *, ControllerMapEnabler_RuleSet_get_Item, (ControllerMapEnabler_RuleSet * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0210E0A0, void, ControllerMapEnabler_RuleSet_set_Item, (ControllerMapEnabler_RuleSet * __this, int32_t index, ControllerMapEnabler_Rule * value, MethodInfo * method)); DO_APP_FUNC(0x0210E130, void, ControllerMapEnabler_RuleSet_Add, (ControllerMapEnabler_RuleSet * __this, ControllerMapEnabler_Rule * item, MethodInfo * method)); DO_APP_FUNC(0x0210E190, void, ControllerMapEnabler_RuleSet_Clear, (ControllerMapEnabler_RuleSet * __this, MethodInfo * method)); DO_APP_FUNC(0x0210E200, bool, ControllerMapEnabler_RuleSet_Contains, (ControllerMapEnabler_RuleSet * __this, ControllerMapEnabler_Rule * item, MethodInfo * method)); DO_APP_FUNC(0x0210E2B0, void, ControllerMapEnabler_RuleSet_CopyTo, (ControllerMapEnabler_RuleSet * __this, ControllerMapEnabler_Rule__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x0210E340, int32_t, ControllerMapEnabler_RuleSet_get_Count, (ControllerMapEnabler_RuleSet * __this, MethodInfo * method)); DO_APP_FUNC(0x0210E390, bool, ControllerMapEnabler_RuleSet_System_Collections_Generic_ICollection_Rewired_ControllerMapEnabler_Rule__get_IsReadOnly, (ControllerMapEnabler_RuleSet * __this, MethodInfo * method)); DO_APP_FUNC(0x0210E3F0, bool, ControllerMapEnabler_RuleSet_Remove, (ControllerMapEnabler_RuleSet * __this, ControllerMapEnabler_Rule * item, MethodInfo * method)); DO_APP_FUNC(0x0210E460, IEnumerator_1_Rewired_ControllerMapEnabler_Rule_ *, ControllerMapEnabler_RuleSet_GetEnumerator, (ControllerMapEnabler_RuleSet * __this, MethodInfo * method)); DO_APP_FUNC(0x0210E560, IEnumerator *, ControllerMapEnabler_RuleSet_System_Collections_IEnumerable_GetEnumerator, (ControllerMapEnabler_RuleSet * __this, MethodInfo * method)); DO_APP_FUNC(0x0210E660, Object *, ControllerMapEnabler_RuleSet_Rewired_Utils_Interfaces_IDeepCloneable_DeepClone, (ControllerMapEnabler_RuleSet * __this, MethodInfo * method)); DO_APP_FUNC(0x0210E840, void, ControllerMapEnabler_RuleSet_CheckList, (ControllerMapEnabler_RuleSet * __this, MethodInfo * method)); DO_APP_FUNC(0x0192C020, void, ControllerMapEnabler_OKJjdMVAalCqZcLQzdQgZmMptzek__ctor, (ControllerMapEnabler_OKJjdMVAalCqZcLQzdQgZmMptzek * __this, bool param_0000a267, XXNesqlLzdVyNWEawBsQGxYGjphX__Array * param_0000a268, MethodInfo * method)); DO_APP_FUNC(0x0210E910, void, ControllerMapLayoutManager_wThuijrtUhWWBsDoXJydERnkHUcg, (ControllerMapLayoutManager * __this, Action * param_0000a269, MethodInfo * method)); DO_APP_FUNC(0x0210EA00, void, ControllerMapLayoutManager_QOOuqfHrncYjhLTXFrJHnjOWcmoE, (ControllerMapLayoutManager * __this, Action * param_0000a26a, MethodInfo * method)); DO_APP_FUNC(0x0210EAF0, void, ControllerMapLayoutManager__ctor, (ControllerMapLayoutManager * __this, Player * param_0000a26b, ControllerMapLayoutManager_OAjbFOivILIoOuJJWeCBbjSYTLeUA * param_0000a26c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8CFB0, ControllerMapLayoutManager__ctor__MethodInfo); DO_APP_FUNC(0x003BAD20, bool, ControllerMapLayoutManager_get_enabled, (ControllerMapLayoutManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0210ECC0, void, ControllerMapLayoutManager_set_enabled, (ControllerMapLayoutManager * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00422A30, bool, ControllerMapLayoutManager_get_loadFromUserDataStore, (ControllerMapLayoutManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A40, void, ControllerMapLayoutManager_set_loadFromUserDataStore, (ControllerMapLayoutManager * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, List_1_Rewired_ControllerMapLayoutManager_RuleSet_ *, ControllerMapLayoutManager_get_ruleSets, (ControllerMapLayoutManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0210ECD0, void, ControllerMapLayoutManager_set_ruleSets, (ControllerMapLayoutManager * __this, List_1_Rewired_ControllerMapLayoutManager_RuleSet_ * value, MethodInfo * method)); DO_APP_FUNC(0x0210EDA0, void, ControllerMapLayoutManager_Apply, (ControllerMapLayoutManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0210FAA0, void, ControllerMapLayoutManager_LoadDefaults, (ControllerMapLayoutManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0210FD50, String *, ControllerMapLayoutManager_ToXmlString, (ControllerMapLayoutManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0210FF00, String *, ControllerMapLayoutManager_ToJsonString, (ControllerMapLayoutManager * __this, MethodInfo * method)); DO_APP_FUNC(0x021100B0, bool, ControllerMapLayoutManager_ImportXml, (ControllerMapLayoutManager * __this, String * xmlString, MethodInfo * method)); DO_APP_FUNC(0x02110270, bool, ControllerMapLayoutManager_ImportJson, (ControllerMapLayoutManager * __this, String * jsonString, MethodInfo * method)); DO_APP_FUNC(0x02110430, SerializedObject *, ControllerMapLayoutManager_rAUhjfejRrIJfxDUKBLGIOUYDmiiA, (ControllerMapLayoutManager * __this, MethodInfo * method)); DO_APP_FUNC(0x021104D0, void, ControllerMapLayoutManager_UHLgoHamvyOzducEmiGCDFddEAzTb, (ControllerMapLayoutManager * __this, SerializedObject * param_0000a272, MethodInfo * method)); DO_APP_FUNC(0x02110EA0, bool, ControllerMapLayoutManager_WNbVEfxCrMFzNsCNGLLeSCQGYXQB, (ControllerMapLayoutManager * __this, SerializedObject * param_0000a273, MethodInfo * method)); DO_APP_FUNC(0x02111150, void, ControllerMapLayoutManager_OAjbFOivILIoOuJJWeCBbjSYTLeUA__ctor, (ControllerMapLayoutManager_OAjbFOivILIoOuJJWeCBbjSYTLeUA * __this, bool param_0000a274, bool param_0000a275, XXNesqlLzdVyNWEawBsQGxYGjphX__Array * param_0000a276, MethodInfo * method)); DO_APP_FUNC(0x021111B0, void, ControllerMapLayoutManager_Rule__ctor, (ControllerMapLayoutManager_Rule * __this, MethodInfo * method)); DO_APP_FUNC(0x021112E0, void, ControllerMapLayoutManager_Rule__ctor_1, (ControllerMapLayoutManager_Rule * __this, ControllerMapLayoutManager_Rule * param_0000a277, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8CF50, ControllerMapLayoutManager_Rule__ctor_1__MethodInfo); DO_APP_FUNC(0x021115E0, void, ControllerMapLayoutManager_Rule__ctor_2, (ControllerMapLayoutManager_Rule * __this, String * param_0000a278, Int32__Array * param_0000a279, int32_t param_0000a27a, ControllerSetSelector * param_0000a27b, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, ControllerMapLayoutManager_Rule_get_tag, (ControllerMapLayoutManager_Rule * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ControllerMapLayoutManager_Rule_set_tag, (ControllerMapLayoutManager_Rule * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x021116F0, ControllerSetSelector *, ControllerMapLayoutManager_Rule_get_controllerSetSelector, (ControllerMapLayoutManager_Rule * __this, MethodInfo * method)); DO_APP_FUNC(0x021117A0, void, ControllerMapLayoutManager_Rule_set_controllerSetSelector, (ControllerMapLayoutManager_Rule * __this, ControllerSetSelector * value, MethodInfo * method)); DO_APP_FUNC(0x021119A0, int32_t, ControllerMapLayoutManager_Rule_get_categoryId, (ControllerMapLayoutManager_Rule * __this, MethodInfo * method)); DO_APP_FUNC(0x02111A00, void, ControllerMapLayoutManager_Rule_set_categoryId, (ControllerMapLayoutManager_Rule * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02111BC0, Int32__Array *, ControllerMapLayoutManager_Rule_get_categoryIds, (ControllerMapLayoutManager_Rule * __this, MethodInfo * method)); DO_APP_FUNC(0x02111C60, void, ControllerMapLayoutManager_Rule_set_categoryIds, (ControllerMapLayoutManager_Rule * __this, Int32__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02111D60, int32_t, ControllerMapLayoutManager_Rule_get_layoutId, (ControllerMapLayoutManager_Rule * __this, MethodInfo * method)); DO_APP_FUNC(0x02111D80, void, ControllerMapLayoutManager_Rule_set_layoutId, (ControllerMapLayoutManager_Rule * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02111DF0, String *, ControllerMapLayoutManager_Rule_get_categoryName, (ControllerMapLayoutManager_Rule * __this, MethodInfo * method)); DO_APP_FUNC(0x02111F40, void, ControllerMapLayoutManager_Rule_set_categoryName, (ControllerMapLayoutManager_Rule * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x021123E0, String__Array *, ControllerMapLayoutManager_Rule_get_categoryNames, (ControllerMapLayoutManager_Rule * __this, MethodInfo * method)); DO_APP_FUNC(0x021125F0, void, ControllerMapLayoutManager_Rule_set_categoryNames, (ControllerMapLayoutManager_Rule * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02112A30, String *, ControllerMapLayoutManager_Rule_get_layoutName, (ControllerMapLayoutManager_Rule * __this, MethodInfo * method)); DO_APP_FUNC(0x02112B60, void, ControllerMapLayoutManager_Rule_set_layoutName, (ControllerMapLayoutManager_Rule * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02112E60, bool, ControllerMapLayoutManager_Rule_get_isValid, (ControllerMapLayoutManager_Rule * __this, MethodInfo * method)); DO_APP_FUNC(0x02113000, void, ControllerMapLayoutManager_Rule_Initialize, (ControllerMapLayoutManager_Rule * __this, MethodInfo * method)); DO_APP_FUNC(0x021133D0, Object *, ControllerMapLayoutManager_Rule_Rewired_Utils_Interfaces_IDeepCloneable_DeepClone, (ControllerMapLayoutManager_Rule * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, ControllerMapLayoutManager_RuleSet_get_enabled, (ControllerMapLayoutManager_RuleSet * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, ControllerMapLayoutManager_RuleSet_set_enabled, (ControllerMapLayoutManager_RuleSet * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, ControllerMapLayoutManager_RuleSet_get_tag, (ControllerMapLayoutManager_RuleSet * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ControllerMapLayoutManager_RuleSet_set_tag, (ControllerMapLayoutManager_RuleSet * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, List_1_Rewired_ControllerMapLayoutManager_Rule_ *, ControllerMapLayoutManager_RuleSet_get_rules, (ControllerMapLayoutManager_RuleSet * __this, MethodInfo * method)); DO_APP_FUNC(0x02113440, void, ControllerMapLayoutManager_RuleSet_set_rules, (ControllerMapLayoutManager_RuleSet * __this, List_1_Rewired_ControllerMapLayoutManager_Rule_ * value, MethodInfo * method)); DO_APP_FUNC(0x021134A0, void, ControllerMapLayoutManager_RuleSet__ctor, (ControllerMapLayoutManager_RuleSet * __this, bool param_0000a287, String * param_0000a288, List_1_Rewired_ControllerMapLayoutManager_Rule_ * param_0000a289, MethodInfo * method)); DO_APP_FUNC(0x02113650, void, ControllerMapLayoutManager_RuleSet__ctor_1, (ControllerMapLayoutManager_RuleSet * __this, MethodInfo * method)); DO_APP_FUNC(0x02113720, void, ControllerMapLayoutManager_RuleSet__ctor_2, (ControllerMapLayoutManager_RuleSet * __this, ControllerMapLayoutManager_RuleSet * param_0000a28a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8CF48, ControllerMapLayoutManager_RuleSet__ctor_2__MethodInfo); DO_APP_FUNC(0x021138D0, ControllerMapLayoutManager_Rule *, ControllerMapLayoutManager_RuleSet_Find, (ControllerMapLayoutManager_RuleSet * __this, Predicate_1_Rewired_ControllerMapLayoutManager_Rule_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8CF30, ControllerMapLayoutManager_RuleSet_Find__MethodInfo); DO_APP_FUNC(0x02113A90, ControllerMapLayoutManager_Rule *, ControllerMapLayoutManager_RuleSet_FindLast, (ControllerMapLayoutManager_RuleSet * __this, Predicate_1_Rewired_ControllerMapLayoutManager_Rule_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8CF20, ControllerMapLayoutManager_RuleSet_FindLast__MethodInfo); DO_APP_FUNC(0x02113C20, int32_t, ControllerMapLayoutManager_RuleSet_FindIndex, (ControllerMapLayoutManager_RuleSet * __this, Predicate_1_Rewired_ControllerMapLayoutManager_Rule_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8CF10, ControllerMapLayoutManager_RuleSet_FindIndex__MethodInfo); DO_APP_FUNC(0x02113DC0, int32_t, ControllerMapLayoutManager_RuleSet_FindLastIndex, (ControllerMapLayoutManager_RuleSet * __this, Predicate_1_Rewired_ControllerMapLayoutManager_Rule_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8CED8, ControllerMapLayoutManager_RuleSet_FindLastIndex__MethodInfo); DO_APP_FUNC(0x02113F40, int32_t, ControllerMapLayoutManager_RuleSet_IndexOf, (ControllerMapLayoutManager_RuleSet * __this, ControllerMapLayoutManager_Rule * item, MethodInfo * method)); DO_APP_FUNC(0x02113F90, void, ControllerMapLayoutManager_RuleSet_Insert, (ControllerMapLayoutManager_RuleSet * __this, int32_t index, ControllerMapLayoutManager_Rule * item, MethodInfo * method)); DO_APP_FUNC(0x02114010, void, ControllerMapLayoutManager_RuleSet_RemoveAt, (ControllerMapLayoutManager_RuleSet * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02114080, ControllerMapLayoutManager_Rule *, ControllerMapLayoutManager_RuleSet_get_Item, (ControllerMapLayoutManager_RuleSet * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02114100, void, ControllerMapLayoutManager_RuleSet_set_Item, (ControllerMapLayoutManager_RuleSet * __this, int32_t index, ControllerMapLayoutManager_Rule * value, MethodInfo * method)); DO_APP_FUNC(0x02114190, void, ControllerMapLayoutManager_RuleSet_Add, (ControllerMapLayoutManager_RuleSet * __this, ControllerMapLayoutManager_Rule * item, MethodInfo * method)); DO_APP_FUNC(0x021141F0, void, ControllerMapLayoutManager_RuleSet_Clear, (ControllerMapLayoutManager_RuleSet * __this, MethodInfo * method)); DO_APP_FUNC(0x02114260, bool, ControllerMapLayoutManager_RuleSet_Contains, (ControllerMapLayoutManager_RuleSet * __this, ControllerMapLayoutManager_Rule * item, MethodInfo * method)); DO_APP_FUNC(0x02114310, void, ControllerMapLayoutManager_RuleSet_CopyTo, (ControllerMapLayoutManager_RuleSet * __this, ControllerMapLayoutManager_Rule__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x021143A0, int32_t, ControllerMapLayoutManager_RuleSet_get_Count, (ControllerMapLayoutManager_RuleSet * __this, MethodInfo * method)); DO_APP_FUNC(0x021143F0, bool, ControllerMapLayoutManager_RuleSet_System_Collections_Generic_ICollection_Rewired_ControllerMapLayoutManager_Rule__get_IsReadOnly, (ControllerMapLayoutManager_RuleSet * __this, MethodInfo * method)); DO_APP_FUNC(0x02114450, bool, ControllerMapLayoutManager_RuleSet_Remove, (ControllerMapLayoutManager_RuleSet * __this, ControllerMapLayoutManager_Rule * item, MethodInfo * method)); DO_APP_FUNC(0x021144C0, IEnumerator_1_Rewired_ControllerMapLayoutManager_Rule_ *, ControllerMapLayoutManager_RuleSet_GetEnumerator, (ControllerMapLayoutManager_RuleSet * __this, MethodInfo * method)); DO_APP_FUNC(0x021145C0, IEnumerator *, ControllerMapLayoutManager_RuleSet_System_Collections_IEnumerable_GetEnumerator, (ControllerMapLayoutManager_RuleSet * __this, MethodInfo * method)); DO_APP_FUNC(0x021146C0, Object *, ControllerMapLayoutManager_RuleSet_Rewired_Utils_Interfaces_IDeepCloneable_DeepClone, (ControllerMapLayoutManager_RuleSet * __this, MethodInfo * method)); DO_APP_FUNC(0x021148A0, void, ControllerMapLayoutManager_RuleSet_CheckList, (ControllerMapLayoutManager_RuleSet * __this, MethodInfo * method)); DO_APP_FUNC(0x021149D0, ControllerMap *, ControllerMapSaveData_get_map, (ControllerMapSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x02114A60, int32_t, ControllerMapSaveData_get_categoryId, (ControllerMapSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x02114B00, int32_t, ControllerMapSaveData_get_layoutId, (ControllerMapSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x02114BA0, Type *, ControllerMapSaveData_get_mapType, (ControllerMapSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x02114C40, String *, ControllerMapSaveData_get_mapTypeString, (ControllerMapSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x02114D70, Controller *, ControllerMapSaveData_get_controller, (ControllerMapSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x02114E00, ControllerType__Enum, ControllerMapSaveData_get_controllerType, (ControllerMapSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x02114EA0, String *, ControllerMapSaveData_get_controllerHardwareIdentifier, (ControllerMapSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x02114F60, void, ControllerMapSaveData__ctor, (ControllerMapSaveData * __this, Controller * param_0000a29b, ControllerMap * param_0000a29c, MethodInfo * method)); DO_APP_FUNC(0x02115080, ControllerMapSaveData *, ControllerMapSaveData_FZPmmsnDnbvylVLEXMIlDLCjajwN, (Controller * param_0000a29f, ControllerMap * param_0000a2a0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8EB28, ControllerMapSaveData_FZPmmsnDnbvylVLEXMIlDLCjajwN__MethodInfo); DO_APP_FUNC(0x021153E0, KeyboardMap *, KeyboardMapSaveData_get_keyboardMap, (KeyboardMapSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x021154A0, void, KeyboardMapSaveData__ctor, (KeyboardMapSaveData * __this, Keyboard * param_0000a2a1, KeyboardMap * param_0000a2a2, MethodInfo * method)); DO_APP_FUNC(0x021154B0, MouseMap *, MouseMapSaveData_get_keyboardMap, (MouseMapSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x021154A0, void, MouseMapSaveData__ctor, (MouseMapSaveData * __this, Mouse * param_0000a2a3, MouseMap * param_0000a2a4, MethodInfo * method)); DO_APP_FUNC(0x02115570, Joystick *, JoystickMapSaveData_get_joystick, (JoystickMapSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x02115660, JoystickMap *, JoystickMapSaveData_get_joystickMap, (JoystickMapSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x02115710, Guid, JoystickMapSaveData_get_joystickHardwareTypeGuid, (JoystickMapSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x021154A0, void, JoystickMapSaveData__ctor, (JoystickMapSaveData * __this, Joystick * param_0000a2a5, JoystickMap * param_0000a2a6, MethodInfo * method)); DO_APP_FUNC(0x021158C0, CustomController *, CustomControllerMapSaveData_get_customController, (CustomControllerMapSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x02115970, CustomControllerMap *, CustomControllerMapSaveData_get_customControllerMap, (CustomControllerMapSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x02115A20, int32_t, CustomControllerMapSaveData_get_customControllerSourceId, (CustomControllerMapSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x021154A0, void, CustomControllerMapSaveData__ctor, (CustomControllerMapSaveData * __this, CustomController * param_0000a2a7, CustomControllerMap * param_0000a2a8, MethodInfo * method)); DO_APP_FUNC(0x02115B60, int32_t, ControllerMap_HNgvIfawaYdsbwjAADttewLdxgLo, (MethodInfo * method)); DO_APP_FUNC(0x02115BC0, void, ControllerMap__ctor, (ControllerMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02115FF0, void, ControllerMap__ctor_1, (ControllerMap * __this, ControllerMap * param_0000a2a9, MethodInfo * method)); DO_APP_FUNC(0x021161C0, int32_t, ControllerMap_get_id, (ControllerMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02116250, int32_t, ControllerMap_get_sourceMapId, (ControllerMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, ControllerMap_ynzitjKvMOqHnEKtnvTcEQPnzaDc, (ControllerMap * __this, int32_t param_0000a2aa, MethodInfo * method)); DO_APP_FUNC(0x021162E0, int32_t, ControllerMap_get_categoryId, (ControllerMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, ControllerMap_qIUBoppvaYqsDRZrifMVSQksFUcU, (ControllerMap * __this, int32_t param_0000a2ab, MethodInfo * method)); DO_APP_FUNC(0x02116370, int32_t, ControllerMap_get_layoutId, (ControllerMap * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, ControllerMap_XqOQJAFfkRimqafgfzTvIFxyaSgJ, (ControllerMap * __this, int32_t param_0000a2ac, MethodInfo * method)); DO_APP_FUNC(0x02116400, String *, ControllerMap_get_name, (ControllerMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ControllerMap_ihkCtNaLvgknwaCHwtPnNUZfSZmJ, (ControllerMap * __this, String * param_0000a2ad, MethodInfo * method)); DO_APP_FUNC(0x021164B0, Guid, ControllerMap_get_hardwareGuid, (ControllerMap * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB03E0, void, ControllerMap_ZrzlKyDIEcZWKBwhcBNZtCEjhPMi, (ControllerMap * __this, Guid param_0000a2ae, MethodInfo * method)); DO_APP_FUNC(0x02116580, bool, ControllerMap_get_enabled, (ControllerMap * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AE0, void, ControllerMap_set_enabled, (ControllerMap * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02116610, int32_t, ControllerMap_get_playerId, (ControllerMap * __this, MethodInfo * method)); DO_APP_FUNC(0x01C1F550, void, ControllerMap_dFFlgStzvedYtrIYqtDDyjmOXAFc, (ControllerMap * __this, int32_t param_0000a2b0, MethodInfo * method)); DO_APP_FUNC(0x021166A0, int32_t, ControllerMap_get_controllerId, (ControllerMap * __this, MethodInfo * method)); DO_APP_FUNC(0x00C13A20, void, ControllerMap_gEhENuQhNdqYPZLxbDRTUICIFDkM, (ControllerMap * __this, int32_t param_0000a2b1, MethodInfo * method)); DO_APP_FUNC(0x02116730, Controller *, ControllerMap_get_controller, (ControllerMap * __this, MethodInfo * method)); DO_APP_FUNC(0x021167F0, ControllerType__Enum, ControllerMap_get_controllerType, (ControllerMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02116880, Player *, ControllerMap_get_player, (ControllerMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02116940, int32_t, ControllerMap_get_elementMapCount, (ControllerMap * __this, MethodInfo * method)); DO_APP_FUNC(0x021169F0, int32_t, ControllerMap_get_buttonMapCount, (ControllerMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02116AA0, IList_1_Rewired_ActionElementMap_ *, ControllerMap_get_AllMaps, (ControllerMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02116B50, IList_1_Rewired_ActionElementMap_ *, ControllerMap_get_ElementMaps, (ControllerMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02116C00, IList_1_Rewired_ActionElementMap_ *, ControllerMap_get_ButtonMaps, (ControllerMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02116CB0, bool, ControllerMap_ContainsAction, (ControllerMap * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02116E40, bool, ControllerMap_ContainsAction_1, (ControllerMap * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02116F50, bool, ControllerMap_ContainsElementIdentifier, (ControllerMap * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x02117070, bool, ControllerMap_ContainsKeyboardKey, (ControllerMap * __this, KeyCode__Enum keyCode, ModifierKeyFlags__Enum modifierKeys, MethodInfo * method)); DO_APP_FUNC(0x021171D0, bool, ControllerMap_ContainsElementMap, (ControllerMap * __this, ActionElementMap * elementMap, MethodInfo * method)); DO_APP_FUNC(0x021172F0, bool, ControllerMap_ContainsElementMap_1, (ControllerMap * __this, int32_t elementMapId, MethodInfo * method)); DO_APP_FUNC(0x02117410, bool, ControllerMap_ReplaceOrCreateElementMap, (ControllerMap * __this, ElementAssignment elementAssignment, MethodInfo * method)); DO_APP_FUNC(0x021174E0, bool, ControllerMap_ReplaceOrCreateElementMap_1, (ControllerMap * __this, ElementAssignment elementAssignment, ActionElementMap * * result, MethodInfo * method)); DO_APP_FUNC(0x02117650, bool, ControllerMap_CreateElementMap, (ControllerMap * __this, ElementAssignment elementAssignment, MethodInfo * method)); DO_APP_FUNC(0x02117720, bool, ControllerMap_CreateElementMap_1, (ControllerMap * __this, ElementAssignment elementAssignment, ActionElementMap * * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E9C8, ControllerMap_CreateElementMap_1__MethodInfo); DO_APP_FUNC(0x021178F0, bool, ControllerMap_CreateElementMap_2, (ControllerMap * __this, int32_t actionId, Pole__Enum axisContribution, KeyCode__Enum keyCode, ModifierKey__Enum modifierKey1, ModifierKey__Enum modifierKey2, ModifierKey__Enum modifierKey3, MethodInfo * method)); DO_APP_FUNC(0x02117940, bool, ControllerMap_CreateElementMap_3, (ControllerMap * __this, int32_t actionId, Pole__Enum axisContribution, KeyCode__Enum keyCode, ModifierKey__Enum modifierKey1, ModifierKey__Enum modifierKey2, ModifierKey__Enum modifierKey3, ActionElementMap * * result, MethodInfo * method)); DO_APP_FUNC(0x02117B80, bool, ControllerMap_CreateElementMap_4, (ControllerMap * __this, int32_t actionId, Pole__Enum axisContribution, KeyCode__Enum keyCode, ModifierKeyFlags__Enum modifierKeyFlags, MethodInfo * method)); DO_APP_FUNC(0x02117BB0, bool, ControllerMap_CreateElementMap_5, (ControllerMap * __this, int32_t actionId, Pole__Enum axisContribution, KeyCode__Enum keyCode, ModifierKeyFlags__Enum modifierKeyFlags, ActionElementMap * * result, MethodInfo * method)); DO_APP_FUNC(0x02117D10, bool, ControllerMap_CreateElementMap_6, (ControllerMap * __this, int32_t actionId, Pole__Enum axisContribution, int32_t elementIdentifierId, ControllerElementType__Enum elementType, AxisRange__Enum axisRange, bool invert, MethodInfo * method)); DO_APP_FUNC(0x02117D70, bool, ControllerMap_CreateElementMap_7, (ControllerMap * __this, int32_t actionId, Pole__Enum axisContribution, int32_t elementIdentifierId, ControllerElementType__Enum elementType, AxisRange__Enum axisRange, bool invert, ActionElementMap * * result, MethodInfo * method)); DO_APP_FUNC(0x02117FC0, bool, ControllerMap_ReplaceElementMap, (ControllerMap * __this, ElementAssignment elementAssignment, MethodInfo * method)); DO_APP_FUNC(0x02118000, bool, ControllerMap_ReplaceElementMap_1, (ControllerMap * __this, ElementAssignment elementAssignment, ActionElementMap * * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E9A0, ControllerMap_ReplaceElementMap_1__MethodInfo); DO_APP_FUNC(0x02118200, bool, ControllerMap_ReplaceElementMap_2, (ControllerMap * __this, int32_t elementMapId, int32_t actionId, Pole__Enum axisContribution, KeyCode__Enum keyCode, ModifierKey__Enum modifierKey1, ModifierKey__Enum modifierKey2, ModifierKey__Enum modifierKey3, MethodInfo * method)); DO_APP_FUNC(0x02118250, bool, ControllerMap_ReplaceElementMap_3, (ControllerMap * __this, int32_t elementMapId, int32_t actionId, Pole__Enum axisContribution, KeyCode__Enum keyCode, ModifierKey__Enum modifierKey1, ModifierKey__Enum modifierKey2, ModifierKey__Enum modifierKey3, ActionElementMap * * result, MethodInfo * method)); DO_APP_FUNC(0x021184F0, bool, ControllerMap_ReplaceElementMap_4, (ControllerMap * __this, int32_t elementMapId, int32_t actionId, Pole__Enum axisContribution, KeyCode__Enum keyCode, ModifierKeyFlags__Enum modifierKeyFlags, MethodInfo * method)); DO_APP_FUNC(0x021185A0, bool, ControllerMap_ReplaceElementMap_5, (ControllerMap * __this, int32_t elementMapId, int32_t actionId, Pole__Enum axisContribution, KeyCode__Enum keyCode, ModifierKeyFlags__Enum modifierKeyFlags, ActionElementMap * * result, MethodInfo * method)); DO_APP_FUNC(0x02118650, bool, ControllerMap_ReplaceElementMap_6, (ControllerMap * __this, int32_t elementMapId, int32_t actionId, Pole__Enum axisContribution, int32_t elementIdentifierId, ControllerElementType__Enum elementType, AxisRange__Enum axisRange, bool invert, MethodInfo * method)); DO_APP_FUNC(0x021186C0, bool, ControllerMap_ReplaceElementMap_7, (ControllerMap * __this, int32_t elementMapId, int32_t actionId, Pole__Enum axisContribution, int32_t elementIdentifierId, ControllerElementType__Enum elementType, AxisRange__Enum axisRange, bool invert, ActionElementMap * * result, MethodInfo * method)); DO_APP_FUNC(0x02118900, bool, ControllerMap_DeleteElementMap, (ControllerMap * __this, int32_t elementMapId, MethodInfo * method)); DO_APP_FUNC(0x021189C0, bool, ControllerMap_DeleteElementMapsWithAction, (ControllerMap * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02118AD0, bool, ControllerMap_DeleteElementMapsWithAction_1, (ControllerMap * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02118AE0, ActionElementMap *, ControllerMap_GetElementMap, (ControllerMap * __this, int32_t elementMapId, MethodInfo * method)); DO_APP_FUNC(0x02118C10, ActionElementMap__Array *, ControllerMap_GetElementMaps, (ControllerMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02118C20, ActionElementMap__Array *, ControllerMap_GetElementMaps_1, (ControllerMap * __this, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x02118F40, int32_t, ControllerMap_GetElementMaps_2, (ControllerMap * __this, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x02119080, int32_t, ControllerMap_GetElementMaps_3, (ControllerMap * __this, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E920, ControllerMap_GetElementMaps_3__MethodInfo); DO_APP_FUNC(0x021191D0, ActionElementMap__Array *, ControllerMap_GetElementMapsWithAction, (ControllerMap * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02119340, ActionElementMap__Array *, ControllerMap_GetElementMapsWithAction_1, (ControllerMap * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02119350, ActionElementMap__Array *, ControllerMap_GetElementMapsWithAction_2, (ControllerMap * __this, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x021194E0, ActionElementMap__Array *, ControllerMap_GetElementMapsWithAction_3, (ControllerMap * __this, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x02119920, int32_t, ControllerMap_GetElementMapsWithAction_4, (ControllerMap * __this, String * actionName, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x02119AB0, int32_t, ControllerMap_GetElementMapsWithAction_5, (ControllerMap * __this, int32_t actionId, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x02119AE0, int32_t, ControllerMap_GetElementMapsWithAction_6, (ControllerMap * __this, String * actionName, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x02119C70, int32_t, ControllerMap_GetElementMapsWithAction_7, (ControllerMap * __this, int32_t actionId, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x02119CA0, IEnumerable_1_Rewired_ActionElementMap_ *, ControllerMap_ElementMapsWithAction, (ControllerMap * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02119E10, IEnumerable_1_Rewired_ActionElementMap_ *, ControllerMap_ElementMapsWithAction_1, (ControllerMap * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02119E20, IEnumerable_1_Rewired_ActionElementMap_ *, ControllerMap_ElementMapsWithAction_2, (ControllerMap * __this, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x02119FB0, IEnumerable_1_Rewired_ActionElementMap_ *, ControllerMap_ElementMapsWithAction_3, (ControllerMap * __this, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211A090, ActionElementMap *, ControllerMap_GetFirstElementMapWithAction, (ControllerMap * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0211A0B0, ActionElementMap *, ControllerMap_GetFirstElementMapWithAction_1, (ControllerMap * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0211A210, ActionElementMap *, ControllerMap_GetFirstElementMapWithAction_2, (ControllerMap * __this, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211A380, ActionElementMap *, ControllerMap_GetFirstElementMapWithAction_3, (ControllerMap * __this, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211A500, IEnumerable_1_Rewired_ActionElementMap_ *, ControllerMap_ElementMapsWithElementTarget, (ControllerMap * __this, ControllerElementTarget elementTarget, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211A740, IEnumerable_1_Rewired_ActionElementMap_ *, ControllerMap_ElementMapsWithElementTarget_1, (ControllerMap * __this, IControllerElementTarget * elementTarget, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211A870, IEnumerable_1_Rewired_ActionElementMap_ *, ControllerMap_ElementMapsWithElementTarget_2, (ControllerMap * __this, ControllerElementTarget elementTarget, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211A9D0, IEnumerable_1_Rewired_ActionElementMap_ *, ControllerMap_ElementMapsWithElementTarget_3, (ControllerMap * __this, ControllerElementTarget elementTarget, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211AC80, IEnumerable_1_Rewired_ActionElementMap_ *, ControllerMap_ElementMapsWithElementTarget_4, (ControllerMap * __this, IControllerElementTarget * elementTarget, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211ADD0, IEnumerable_1_Rewired_ActionElementMap_ *, ControllerMap_ElementMapsWithElementTarget_5, (ControllerMap * __this, IControllerElementTarget * elementTarget, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211AF60, ActionElementMap *, ControllerMap_GetFirstElementMapWithElementTarget, (ControllerMap * __this, ControllerElementTarget elementTarget, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211B130, ActionElementMap *, ControllerMap_GetFirstElementMapWithElementTarget_1, (ControllerMap * __this, IControllerElementTarget * elementTarget, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211B220, ActionElementMap *, ControllerMap_GetFirstElementMapWithElementTarget_2, (ControllerMap * __this, ControllerElementTarget elementTarget, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211B370, ActionElementMap *, ControllerMap_GetFirstElementMapWithElementTarget_3, (ControllerMap * __this, ControllerElementTarget elementTarget, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211B500, ActionElementMap *, ControllerMap_GetFirstElementMapWithElementTarget_4, (ControllerMap * __this, IControllerElementTarget * elementTarget, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211B5F0, ActionElementMap *, ControllerMap_GetFirstElementMapWithElementTarget_5, (ControllerMap * __this, IControllerElementTarget * elementTarget, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211B770, int32_t, ControllerMap_GetElementMapsWithElementTarget, (ControllerMap * __this, ControllerElementTarget elementTarget, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0211B950, int32_t, ControllerMap_GetElementMapsWithElementTarget_1, (ControllerMap * __this, IControllerElementTarget * elementTarget, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0211BA40, int32_t, ControllerMap_GetElementMapsWithElementTarget_2, (ControllerMap * __this, ControllerElementTarget elementTarget, int32_t actionId, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0211BB90, int32_t, ControllerMap_GetElementMapsWithElementTarget_3, (ControllerMap * __this, ControllerElementTarget elementTarget, String * actionName, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0211BE20, int32_t, ControllerMap_GetElementMapsWithElementTarget_4, (ControllerMap * __this, IControllerElementTarget * elementTarget, int32_t actionId, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0211BF20, int32_t, ControllerMap_GetElementMapsWithElementTarget_5, (ControllerMap * __this, IControllerElementTarget * elementTarget, String * actionName, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0211C0A0, ActionElementMap *, ControllerMap_GetFirstElementMapMatch, (ControllerMap * __this, Predicate_1_Rewired_ActionElementMap_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0211C160, ActionElementMap *, ControllerMap_idiXOeVuuXbVTDMrcPmPRAflcdNg, (ControllerMap * __this, Predicate_1_Rewired_ActionElementMap_ * param_0000a369, bool param_0000a36a, MethodInfo * method)); DO_APP_FUNC(0x0211C170, int32_t, ControllerMap_GetElementMapMatches, (ControllerMap * __this, Predicate_1_Rewired_ActionElementMap_ * predicate, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0211C250, int32_t, ControllerMap_YRTxLbJigofdOmnjXcMmhKqxQTrv, (ControllerMap * __this, Predicate_1_Rewired_ActionElementMap_ * param_0000a36d, bool param_0000a36e, List_1_Rewired_ActionElementMap_ * param_0000a36f, bool param_0000a370, MethodInfo * method)); DO_APP_FUNC(0x0211C270, void, ControllerMap_ForEachElementMapMatch, (ControllerMap * __this, Predicate_1_Rewired_ActionElementMap_ * predicate, Action_1_Rewired_ActionElementMap_ * actionToPerform, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E7C8, ControllerMap_ForEachElementMapMatch__MethodInfo); DO_APP_FUNC(0x0211C4B0, void, ControllerMap_ClearElementMaps, (ControllerMap * __this, MethodInfo * method)); DO_APP_FUNC(0x0211C5B0, int32_t, ControllerMap_SetAllElementMapsEnabled, (ControllerMap * __this, bool state, MethodInfo * method)); DO_APP_FUNC(0x0211C6E0, ActionElementMap *, ControllerMap_GetButtonMap, (ControllerMap * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0211C7C0, ActionElementMap__Array *, ControllerMap_GetButtonMaps, (ControllerMap * __this, MethodInfo * method)); DO_APP_FUNC(0x0211C880, ActionElementMap__Array *, ControllerMap_GetButtonMaps_1, (ControllerMap * __this, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211CA60, int32_t, ControllerMap_GetButtonMaps_2, (ControllerMap * __this, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0211CC30, ActionElementMap__Array *, ControllerMap_GetButtonMapsWithAction, (ControllerMap * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0211CDD0, ActionElementMap__Array *, ControllerMap_GetButtonMapsWithAction_1, (ControllerMap * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0211CDE0, ActionElementMap__Array *, ControllerMap_GetButtonMapsWithAction_2, (ControllerMap * __this, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211CF90, ActionElementMap__Array *, ControllerMap_GetButtonMapsWithAction_3, (ControllerMap * __this, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211D1D0, int32_t, ControllerMap_GetButtonMapsWithAction_4, (ControllerMap * __this, String * actionName, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0211D3A0, int32_t, ControllerMap_GetButtonMapsWithAction_5, (ControllerMap * __this, int32_t actionId, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0211D3C0, int32_t, ControllerMap_GetButtonMapsWithAction_6, (ControllerMap * __this, String * actionName, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0211D590, int32_t, ControllerMap_GetButtonMapsWithAction_7, (ControllerMap * __this, int32_t actionId, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0211D660, IEnumerable_1_Rewired_ActionElementMap_ *, ControllerMap_ButtonMapsWithAction, (ControllerMap * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0211D670, IEnumerable_1_Rewired_ActionElementMap_ *, ControllerMap_ButtonMapsWithAction_1, (ControllerMap * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0211D7E0, IEnumerable_1_Rewired_ActionElementMap_ *, ControllerMap_ButtonMapsWithAction_2, (ControllerMap * __this, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211D8C0, IEnumerable_1_Rewired_ActionElementMap_ *, ControllerMap_ButtonMapsWithAction_3, (ControllerMap * __this, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211DA50, ActionElementMap *, ControllerMap_GetFirstButtonMapWithAction, (ControllerMap * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0211DA60, ActionElementMap *, ControllerMap_GetFirstButtonMapWithAction_1, (ControllerMap * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0211DBC0, ActionElementMap *, ControllerMap_GetFirstButtonMapWithAction_2, (ControllerMap * __this, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211DD00, ActionElementMap *, ControllerMap_GetFirstButtonMapWithAction_3, (ControllerMap * __this, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211DE70, ActionElementMap *, ControllerMap_GetFirstButtonMapMatch, (ControllerMap * __this, Predicate_1_Rewired_ActionElementMap_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0211DF20, ActionElementMap *, ControllerMap_rDamqEsutEkrPJTOkMPFOPhGHvtO, (ControllerMap * __this, Predicate_1_Rewired_ActionElementMap_ * param_0000a395, bool param_0000a396, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E6C0, ControllerMap_rDamqEsutEkrPJTOkMPFOPhGHvtO__MethodInfo); DO_APP_FUNC(0x0211E100, int32_t, ControllerMap_GetButtonMapMatches, (ControllerMap * __this, Predicate_1_Rewired_ActionElementMap_ * predicate, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0211E1D0, int32_t, ControllerMap_PHSGcOPrUKagjwGvIcGVXwYOuLve, (ControllerMap * __this, Predicate_1_Rewired_ActionElementMap_ * param_0000a399, bool param_0000a39a, List_1_Rewired_ActionElementMap_ * param_0000a39b, bool param_0000a39c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E6B0, ControllerMap_PHSGcOPrUKagjwGvIcGVXwYOuLve__MethodInfo); DO_APP_FUNC(0x0211E4B0, void, ControllerMap_ForEachButtonMapMatch, (ControllerMap * __this, Predicate_1_Rewired_ActionElementMap_ * predicate, Action_1_Rewired_ActionElementMap_ * actionToPerform, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E688, ControllerMap_ForEachButtonMapMatch__MethodInfo); DO_APP_FUNC(0x0211E6F0, bool, ControllerMap_DeleteButtonMapsWithAction, (ControllerMap * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0211E7F0, bool, ControllerMap_DeleteButtonMapsWithAction_1, (ControllerMap * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0211E930, int32_t, ControllerMap_SetAllButtonMapsEnabled, (ControllerMap * __this, bool state, MethodInfo * method)); DO_APP_FUNC(0x0211EA60, bool, ControllerMap_DoesElementAssignmentConflict, (ControllerMap * __this, ControllerMap * controllerMap, MethodInfo * method)); DO_APP_FUNC(0x0211EA80, bool, ControllerMap_DoesElementAssignmentConflict_1, (ControllerMap * __this, ActionElementMap * actionElementMap, MethodInfo * method)); DO_APP_FUNC(0x0211EAA0, bool, ControllerMap_DoesElementAssignmentConflict_2, (ControllerMap * __this, ElementAssignmentConflictCheck conflictCheck, MethodInfo * method)); DO_APP_FUNC(0x0211EAF0, bool, ControllerMap_DoesElementAssignmentConflict_3, (ControllerMap * __this, ControllerMap * controllerMap, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211ED20, bool, ControllerMap_DoesElementAssignmentConflict_4, (ControllerMap * __this, ActionElementMap * actionElementMap, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211EE90, bool, ControllerMap_DoesElementAssignmentConflict_5, (ControllerMap * __this, ElementAssignmentConflictCheck conflictCheck, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211F0B0, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, ControllerMap_ElementAssignmentConflicts, (ControllerMap * __this, ControllerMap * controllerMap, MethodInfo * method)); DO_APP_FUNC(0x0211F0D0, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, ControllerMap_ElementAssignmentConflicts_1, (ControllerMap * __this, ActionElementMap * actionElementMap, MethodInfo * method)); DO_APP_FUNC(0x0211F0F0, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, ControllerMap_ElementAssignmentConflicts_2, (ControllerMap * __this, ElementAssignmentConflictCheck conflictCheck, MethodInfo * method)); DO_APP_FUNC(0x0211F140, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, ControllerMap_ElementAssignmentConflicts_3, (ControllerMap * __this, ControllerMap * controllerMap, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211F270, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, ControllerMap_ElementAssignmentConflicts_4, (ControllerMap * __this, ActionElementMap * actionElementMap, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211F3A0, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, ControllerMap_ElementAssignmentConflicts_5, (ControllerMap * __this, ElementAssignmentConflictCheck conflictCheck, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211F4A0, int32_t, ControllerMap_RemoveElementAssignmentConflicts, (ControllerMap * __this, ControllerMap * controllerMap, MethodInfo * method)); DO_APP_FUNC(0x01AB54C0, int32_t, ControllerMap_RemoveElementAssignmentConflicts_1, (ControllerMap * __this, ActionElementMap * actionElementMap, MethodInfo * method)); DO_APP_FUNC(0x0211F4C0, int32_t, ControllerMap_RemoveElementAssignmentConflicts_2, (ControllerMap * __this, ElementAssignmentConflictCheck conflictCheck, MethodInfo * method)); DO_APP_FUNC(0x0211F510, int32_t, ControllerMap_RemoveElementAssignmentConflicts_3, (ControllerMap * __this, ControllerMap * controllerMap, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211F7A0, int32_t, ControllerMap_RemoveElementAssignmentConflicts_4, (ControllerMap * __this, ActionElementMap * actionElementMap, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211F980, int32_t, ControllerMap_RemoveElementAssignmentConflicts_5, (ControllerMap * __this, ElementAssignmentConflictCheck conflictCheck, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211FC10, int32_t, ControllerMap_DisableElementAssignmentConflicts, (ControllerMap * __this, ControllerMap * controllerMap, MethodInfo * method)); DO_APP_FUNC(0x0211FCE0, int32_t, ControllerMap_DisableElementAssignmentConflicts_1, (ControllerMap * __this, ActionElementMap * actionElementMap, MethodInfo * method)); DO_APP_FUNC(0x0211FDB0, int32_t, ControllerMap_DisableElementAssignmentConflicts_2, (ControllerMap * __this, ElementAssignmentConflictCheck conflictCheck, MethodInfo * method)); DO_APP_FUNC(0x0211FEA0, int32_t, ControllerMap_DisableElementAssignmentConflicts_3, (ControllerMap * __this, ControllerMap * controllerMap, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0211FF80, int32_t, ControllerMap_DisableElementAssignmentConflicts_4, (ControllerMap * __this, ActionElementMap * actionElementMap, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x02120060, int32_t, ControllerMap_DisableElementAssignmentConflicts_5, (ControllerMap * __this, ElementAssignmentConflictCheck conflictCheck, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x02120170, int32_t, ControllerMap_ZkpNxxqhMVJGhJxKimpPuFZEhsRh, (ControllerMap * __this, ControllerMap * param_0000a3c6, bool param_0000a3c7, List_1_Rewired_ActionElementMap_ * param_0000a3c8, bool param_0000a3c9, MethodInfo * method)); DO_APP_FUNC(0x021203C0, int32_t, ControllerMap_ZkpNxxqhMVJGhJxKimpPuFZEhsRh_1, (ControllerMap * __this, ActionElementMap * param_0000a3ca, bool param_0000a3cb, List_1_Rewired_ActionElementMap_ * param_0000a3cc, bool param_0000a3cd, MethodInfo * method)); DO_APP_FUNC(0x02120570, int32_t, ControllerMap_ZkpNxxqhMVJGhJxKimpPuFZEhsRh_2, (ControllerMap * __this, ElementAssignmentConflictCheck param_0000a3ce, bool param_0000a3cf, List_1_Rewired_ActionElementMap_ * param_0000a3d0, bool param_0000a3d1, MethodInfo * method)); DO_APP_FUNC(0x021207C0, int32_t, ControllerMap_ForEachElementAssignmentConflict, (ControllerMap * __this, ControllerMap * controllerMap, Action_1_Rewired_ActionElementMap_ * actionToPerform, MethodInfo * method)); DO_APP_FUNC(0x021207E0, int32_t, ControllerMap_ForEachElementAssignmentConflict_1, (ControllerMap * __this, ActionElementMap * actionElementMap, Action_1_Rewired_ActionElementMap_ * actionToPerform, MethodInfo * method)); DO_APP_FUNC(0x02120800, int32_t, ControllerMap_ForEachElementAssignmentConflict_2, (ControllerMap * __this, ElementAssignmentConflictCheck conflictCheck, Action_1_Rewired_ActionElementMap_ * actionToPerform, MethodInfo * method)); DO_APP_FUNC(0x02120850, int32_t, ControllerMap_ForEachElementAssignmentConflict_3, (ControllerMap * __this, ControllerMap * controllerMap, Action_1_Rewired_ActionElementMap_ * actionToPerform, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E658, ControllerMap_ForEachElementAssignmentConflict_3__MethodInfo); DO_APP_FUNC(0x02120B80, int32_t, ControllerMap_ForEachElementAssignmentConflict_4, (ControllerMap * __this, ActionElementMap * actionElementMap, Action_1_Rewired_ActionElementMap_ * actionToPerform, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E5B0, ControllerMap_ForEachElementAssignmentConflict_4__MethodInfo); DO_APP_FUNC(0x02120E00, int32_t, ControllerMap_ForEachElementAssignmentConflict_5, (ControllerMap * __this, ElementAssignmentConflictCheck conflictCheck, Action_1_Rewired_ActionElementMap_ * actionToPerform, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E588, ControllerMap_ForEachElementAssignmentConflict_5__MethodInfo); DO_APP_FUNC(0x02121130, String__Array *, ControllerMap_GetButtonNames, (ControllerMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02121390, String *, ControllerMap_ToXmlString, (ControllerMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02121540, String *, ControllerMap_ToJsonString, (ControllerMap * __this, MethodInfo * method)); DO_APP_FUNC(0x021216F0, ControllerTemplateMap *, ControllerMap_ToControllerTemplateMap, (ControllerMap * __this, Guid templateTypeGuid, MethodInfo * method)); DO_APP_FUNC(0x02121A60, ControllerTemplateMap *, ControllerMap_ToControllerTemplateMap_1, (ControllerMap * __this, Type * templateInterfaceType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E5F0, ControllerMap_ToControllerTemplateMap_1__MethodInfo); DO_APP_FUNC(0x02121CC0, ControllerTemplateMap *, ControllerMap_TQSDRZnEEyjxLCMBjyboNRWAeBlA, (ControllerMap * __this, IControllerTemplate * param_0000a3e3, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E5E0, ControllerMap_TQSDRZnEEyjxLCMBjyboNRWAeBlA__MethodInfo); DO_APP_FUNC(0x003C5390, AList_1_Rewired_ActionElementMap_ *, ControllerMap_auNcIFItyXztqrSdxCnpGLjkrdLqB, (ControllerMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02121DC0, bool, ControllerMap_NisTrSqXMfijrgljHcPNeEXgjAcFb, (ControllerMap * __this, ActionElementMap * param_0000a3e4, MethodInfo * method)); DO_APP_FUNC(0x02121DF0, int32_t, ControllerMap_sRufPxNczfKRFfGQmPAYLkmFHVHL, (ControllerMap * __this, List_1_Rewired_ActionElementMap_ * param_0000a3e5, bool param_0000a3e6, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E5D0, ControllerMap_sRufPxNczfKRFfGQmPAYLkmFHVHL__MethodInfo); DO_APP_FUNC(0x02121F60, ActionElementMap *, ControllerMap_FIXOSYCHeBfvYvfzYfpLjkcAhXmb, (ControllerMap * __this, int32_t param_0000a3e7, int32_t param_0000a3e8, ControllerElementType__Enum param_0000a3e9, MethodInfo * method)); DO_APP_FUNC(0x02122010, int32_t, ControllerMap_kAxsFdxQmnfoXgVrkVdIbfelQaVeA, (ControllerMap * __this, int32_t param_0000a3ea, List_1_Rewired_ActionElementMap_ * param_0000a3eb, bool param_0000a3ec, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E5C8, ControllerMap_kAxsFdxQmnfoXgVrkVdIbfelQaVeA__MethodInfo); DO_APP_FUNC(0x021221B0, bool, ControllerMap_qTRXnwGNQpKriKCbshvTgodAesuEA, (ControllerMap * __this, int32_t param_0000a3ed, int32_t param_0000a3ee, ControllerElementType__Enum param_0000a3ef, MethodInfo * method)); DO_APP_FUNC(0x02122280, int32_t, ControllerMap_PXzJPBIfiOFSeloeNbKranGjBVSB, (ControllerMap * __this, int32_t param_0000a3f0, int32_t param_0000a3f1, ControllerElementType__Enum param_0000a3f2, MethodInfo * method)); DO_APP_FUNC(0x02122360, int32_t, ControllerMap_TpovdEYIGnPvvrTQOxWjJPNCNOkl, (ControllerMap * __this, int32_t param_0000a3f3, MethodInfo * method)); DO_APP_FUNC(0x02122400, int32_t, ControllerMap_pdsdScpzZjdVPXBuQLXsjuutabIp, (ControllerMap * __this, bool param_0000a3f4, List_1_Rewired_ActionElementMap_ * param_0000a3f5, bool param_0000a3f6, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E500, ControllerMap_pdsdScpzZjdVPXBuQLXsjuutabIp__MethodInfo); DO_APP_FUNC(0x02122570, int32_t, ControllerMap_bLGjsdslAjPhWDYoFWfjnUbusQhk, (ControllerMap * __this, int32_t param_0000a3f7, bool param_0000a3f8, List_1_Rewired_ActionElementMap_ * param_0000a3f9, bool param_0000a3fa, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E4E8, ControllerMap_bLGjsdslAjPhWDYoFWfjnUbusQhk__MethodInfo); DO_APP_FUNC(0x021226F0, int32_t, ControllerMap_MkuUDHAnIfNXmuwBwacuhdytGvCk, (ControllerMap * __this, int32_t param_0000a3fb, bool param_0000a3fc, List_1_Rewired_ActionElementMap_ * param_0000a3fd, bool param_0000a3fe, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E4C8, ControllerMap_MkuUDHAnIfNXmuwBwacuhdytGvCk__MethodInfo); DO_APP_FUNC(0x02122880, ActionElementMap *, ControllerMap_oQQzKhFZaSKfXmUbMwyJwbyzKXRq, (ControllerMap * __this, IControllerElementTarget * param_0000a3ff, bool param_0000a400, int32_t param_0000a401, bool param_0000a402, bool * param_0000a403, MethodInfo * method)); DO_APP_FUNC(0x02122A90, int32_t, ControllerMap_oVhDKeEDhHBUfilfbxVvjXQtIbOLA, (ControllerMap * __this, IControllerElementTarget * param_0000a404, bool param_0000a405, int32_t param_0000a406, bool param_0000a407, List_1_Rewired_ActionElementMap_ * param_0000a408, bool param_0000a409, bool * param_0000a40a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E558, ControllerMap_oVhDKeEDhHBUfilfbxVvjXQtIbOLA__MethodInfo); DO_APP_FUNC(0x02122D70, void, ControllerMap_nzjkSmmgQJHfVgJHYkMAZSvCwVSB, (ControllerMap * __this, int32_t param_0000a40b, ControllerElementType__Enum param_0000a40c, MethodInfo * method)); DO_APP_FUNC(0x02122E00, bool, ControllerMap_lcCHvdERwymNOczHjMeiOyzVCHgD, (ControllerMap * __this, ActionElementMap * param_0000a40d, MethodInfo * method)); DO_APP_FUNC(0x02122E90, bool, ControllerMap_GJcyWLHQLfZlOUGfaBEwxFVOHwTS, (ControllerMap * __this, IControllerElementTarget * param_0000a40e, MethodInfo * method)); DO_APP_FUNC(0x02122F20, bool, ControllerMap_pabQvOpFDIUiifflRuWxPBlrBPZI, (ControllerMap * __this, String * param_0000a40f, MethodInfo * method)); DO_APP_FUNC(0x02123060, bool, ControllerMap_xlnfxZdjVZHTTvYyCfEIMDwTMQlT, (ControllerMap * __this, String * param_0000a410, MethodInfo * method)); DO_APP_FUNC(0x021231A0, void, ControllerMap_EeRwjvMKPCIsqHSMTrJFluVqqFLSA, (ControllerMap * __this, ActionElementMap * param_0000a411, MethodInfo * method)); DO_APP_FUNC(0x02123230, void, ControllerMap_CYESsBEUcaiTaMWVNroDZMfjpXUK, (ControllerMap * __this, int32_t param_0000a412, MethodInfo * method)); DO_APP_FUNC(0x021232A0, void, ControllerMap_VLrZtjtvdttUfunlzgIXHBpzcNbv, (ControllerMap * __this, int32_t param_0000a413, ActionElementMap * param_0000a414, MethodInfo * method)); DO_APP_FUNC(0x02123350, void, ControllerMap_iusGUzUBlCqCBRAWtIWJOlAHNjEq, (ActionElementMap * param_0000a415, int32_t param_0000a416, Pole__Enum param_0000a417, int32_t param_0000a418, ControllerElementType__Enum param_0000a419, AxisRange__Enum param_0000a41a, bool param_0000a41b, MethodInfo * method)); DO_APP_FUNC(0x021233C0, void, ControllerMap_BakeElementMap, (ControllerMap * __this, ActionElementMap * map, MethodInfo * method)); DO_APP_FUNC(0x02123460, bool, ControllerMap_WNbVEfxCrMFzNsCNGLLeSCQGYXQB, (ControllerMap * __this, SerializedObject * param_0000a41d, MethodInfo * method)); DO_APP_FUNC(0x021239C0, void, ControllerMap_UHLgoHamvyOzducEmiGCDFddEAzTb, (ControllerMap * __this, SerializedObject * param_0000a41e, MethodInfo * method)); DO_APP_FUNC(0x02124910, bool, ControllerMap_SvfUGBHsnzXekLGkgDGTUvRSeOxl, (ControllerMap * __this, ControllerElementType__Enum param_0000a41f, MethodInfo * method)); DO_APP_FUNC(0x02124920, void, ControllerMap_HQlMZdHDgCyYSTyovrvxDQANtCHX, (ControllerMap * __this, int32_t param_0000a420, int32_t param_0000a421, MethodInfo * method)); DO_APP_FUNC(0x021249E0, void, ControllerMap_wMVkjQXAkGoUDgiZcBByENnLNUnaA, (ControllerMap * __this, ActionElementMap * param_0000a422, MethodInfo * method)); DO_APP_FUNC(0x02124AB0, void, ControllerMap_sdQtwFzPDxcQbVzNAVIcboANGJBD, (ControllerMap * __this, ActionElementMap * param_0000a423, int32_t param_0000a424, MethodInfo * method)); DO_APP_FUNC(0x02124B70, int32_t, ControllerMap_GqfQqXRnjMaJgGHyVAXdxJzVSuvS, (ControllerMap * __this, int32_t param_0000a425, MethodInfo * method)); DO_APP_FUNC(0x02124C20, SerializedObject *, ControllerMap_rAUhjfejRrIJfxDUKBLGIOUYDmiiA, (ControllerMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02124CC0, ControllerMap *, ControllerMap_FZPmmsnDnbvylVLEXMIlDLCjajwN, (ControllerType__Enum param_0000a426, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E3D8, ControllerMap_FZPmmsnDnbvylVLEXMIlDLCjajwN__MethodInfo); DO_APP_FUNC(0x02124E40, ControllerMap *, ControllerMap_bJgAyRcnPgnMqUurDPRrkDfLjuWmA, (Controller * param_0000a427, int32_t param_0000a428, int32_t param_0000a429, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E3C0, ControllerMap_bJgAyRcnPgnMqUurDPRrkDfLjuWmA__MethodInfo); DO_APP_FUNC(0x02125020, ControllerMap *, ControllerMap_CreateFromXml, (ControllerType__Enum controllerType, String * xmlString, MethodInfo * method)); DO_APP_FUNC(0x02125080, ControllerMap *, ControllerMap_CreateFromJson, (ControllerType__Enum controllerType, String * jsonString, MethodInfo * method)); DO_APP_FUNC(0x021250E0, ControllerMap_UnMEVnxGaOFgKwizSmKjhnAbdaNG *, ControllerMap_UnMEVnxGaOFgKwizSmKjhnAbdaNG_vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x021251A0, int32_t, ControllerMap_UnMEVnxGaOFgKwizSmKjhnAbdaNG_Compare, (ControllerMap_UnMEVnxGaOFgKwizSmKjhnAbdaNG * __this, ActionElementMap * x, ActionElementMap * y, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E3A8, ControllerMap_UnMEVnxGaOFgKwizSmKjhnAbdaNG_Compare__MethodInfo); DO_APP_FUNC(0x003AC050, void, ControllerMap_UnMEVnxGaOFgKwizSmKjhnAbdaNG__ctor, (ControllerMap_UnMEVnxGaOFgKwizSmKjhnAbdaNG * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, ControllerMap_fyrbjYHXyTKwCezIExpQzNLrEOmP__ctor, (ControllerMap_fyrbjYHXyTKwCezIExpQzNLrEOmP * __this, int32_t param_0000a430, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ControllerMap_fyrbjYHXyTKwCezIExpQzNLrEOmP_System_IDisposable_Dispose, (ControllerMap_fyrbjYHXyTKwCezIExpQzNLrEOmP * __this, MethodInfo * method)); DO_APP_FUNC(0x021252E0, bool, ControllerMap_fyrbjYHXyTKwCezIExpQzNLrEOmP_MoveNext, (ControllerMap_fyrbjYHXyTKwCezIExpQzNLrEOmP * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ActionElementMap *, ControllerMap_fyrbjYHXyTKwCezIExpQzNLrEOmP_System_Collections_Generic_IEnumerator_Rewired_ActionElementMap__get_Current, (ControllerMap_fyrbjYHXyTKwCezIExpQzNLrEOmP * __this, MethodInfo * method)); DO_APP_FUNC(0x02125440, void, ControllerMap_fyrbjYHXyTKwCezIExpQzNLrEOmP_System_Collections_IEnumerator_Reset, (ControllerMap_fyrbjYHXyTKwCezIExpQzNLrEOmP * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E3B0, ControllerMap_fyrbjYHXyTKwCezIExpQzNLrEOmP_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ControllerMap_fyrbjYHXyTKwCezIExpQzNLrEOmP_System_Collections_IEnumerator_get_Current, (ControllerMap_fyrbjYHXyTKwCezIExpQzNLrEOmP * __this, MethodInfo * method)); DO_APP_FUNC(0x02125490, IEnumerator_1_Rewired_ActionElementMap_ *, ControllerMap_fyrbjYHXyTKwCezIExpQzNLrEOmP_System_Collections_Generic_IEnumerable_Rewired_ActionElementMap__GetEnumerator, (ControllerMap_fyrbjYHXyTKwCezIExpQzNLrEOmP * __this, MethodInfo * method)); DO_APP_FUNC(0x02125490, IEnumerator *, ControllerMap_fyrbjYHXyTKwCezIExpQzNLrEOmP_System_Collections_IEnumerable_GetEnumerator, (ControllerMap_fyrbjYHXyTKwCezIExpQzNLrEOmP * __this, MethodInfo * method)); DO_APP_FUNC(0x0124CE10, void, ControllerMap_QHJZtHMwfGwDDCdQtNjfgklCaxLEA__ctor, (ControllerMap_QHJZtHMwfGwDDCdQtNjfgklCaxLEA * __this, int32_t param_0000a431, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ControllerMap_QHJZtHMwfGwDDCdQtNjfgklCaxLEA_System_IDisposable_Dispose, (ControllerMap_QHJZtHMwfGwDDCdQtNjfgklCaxLEA * __this, MethodInfo * method)); DO_APP_FUNC(0x021255E0, bool, ControllerMap_QHJZtHMwfGwDDCdQtNjfgklCaxLEA_MoveNext, (ControllerMap_QHJZtHMwfGwDDCdQtNjfgklCaxLEA * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8420, ElementAssignmentConflictInfo, ControllerMap_QHJZtHMwfGwDDCdQtNjfgklCaxLEA_System_Collections_Generic_IEnumerator_Rewired_ElementAssignmentConflictInfo__get_Current, (ControllerMap_QHJZtHMwfGwDDCdQtNjfgklCaxLEA * __this, MethodInfo * method)); DO_APP_FUNC(0x021259A0, void, ControllerMap_QHJZtHMwfGwDDCdQtNjfgklCaxLEA_System_Collections_IEnumerator_Reset, (ControllerMap_QHJZtHMwfGwDDCdQtNjfgklCaxLEA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E420, ControllerMap_QHJZtHMwfGwDDCdQtNjfgklCaxLEA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x021259F0, Object *, ControllerMap_QHJZtHMwfGwDDCdQtNjfgklCaxLEA_System_Collections_IEnumerator_get_Current, (ControllerMap_QHJZtHMwfGwDDCdQtNjfgklCaxLEA * __this, MethodInfo * method)); DO_APP_FUNC(0x02125A60, IEnumerator_1_Rewired_ElementAssignmentConflictInfo_ *, ControllerMap_QHJZtHMwfGwDDCdQtNjfgklCaxLEA_System_Collections_Generic_IEnumerable_Rewired_ElementAssignmentConflictInfo__GetEnumerator, (ControllerMap_QHJZtHMwfGwDDCdQtNjfgklCaxLEA * __this, MethodInfo * method)); DO_APP_FUNC(0x02125C20, IEnumerator *, ControllerMap_QHJZtHMwfGwDDCdQtNjfgklCaxLEA_System_Collections_IEnumerable_GetEnumerator, (ControllerMap_QHJZtHMwfGwDDCdQtNjfgklCaxLEA * __this, MethodInfo * method)); DO_APP_FUNC(0x0124CE10, void, ControllerMap_SMXDmqLsDBYVRfvTcFsLMmvOBexJA__ctor, (ControllerMap_SMXDmqLsDBYVRfvTcFsLMmvOBexJA * __this, int32_t param_0000a432, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ControllerMap_SMXDmqLsDBYVRfvTcFsLMmvOBexJA_System_IDisposable_Dispose, (ControllerMap_SMXDmqLsDBYVRfvTcFsLMmvOBexJA * __this, MethodInfo * method)); DO_APP_FUNC(0x02125C30, bool, ControllerMap_SMXDmqLsDBYVRfvTcFsLMmvOBexJA_MoveNext, (ControllerMap_SMXDmqLsDBYVRfvTcFsLMmvOBexJA * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8420, ElementAssignmentConflictInfo, ControllerMap_SMXDmqLsDBYVRfvTcFsLMmvOBexJA_System_Collections_Generic_IEnumerator_Rewired_ElementAssignmentConflictInfo__get_Current, (ControllerMap_SMXDmqLsDBYVRfvTcFsLMmvOBexJA * __this, MethodInfo * method)); DO_APP_FUNC(0x02125E80, void, ControllerMap_SMXDmqLsDBYVRfvTcFsLMmvOBexJA_System_Collections_IEnumerator_Reset, (ControllerMap_SMXDmqLsDBYVRfvTcFsLMmvOBexJA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E410, ControllerMap_SMXDmqLsDBYVRfvTcFsLMmvOBexJA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02125ED0, Object *, ControllerMap_SMXDmqLsDBYVRfvTcFsLMmvOBexJA_System_Collections_IEnumerator_get_Current, (ControllerMap_SMXDmqLsDBYVRfvTcFsLMmvOBexJA * __this, MethodInfo * method)); DO_APP_FUNC(0x02125F40, IEnumerator_1_Rewired_ElementAssignmentConflictInfo_ *, ControllerMap_SMXDmqLsDBYVRfvTcFsLMmvOBexJA_System_Collections_Generic_IEnumerable_Rewired_ElementAssignmentConflictInfo__GetEnumerator, (ControllerMap_SMXDmqLsDBYVRfvTcFsLMmvOBexJA * __this, MethodInfo * method)); DO_APP_FUNC(0x02126100, IEnumerator *, ControllerMap_SMXDmqLsDBYVRfvTcFsLMmvOBexJA_System_Collections_IEnumerable_GetEnumerator, (ControllerMap_SMXDmqLsDBYVRfvTcFsLMmvOBexJA * __this, MethodInfo * method)); DO_APP_FUNC(0x0124CE10, void, ControllerMap_MdZZZwNWzGixwfGkDnEFleHlwMHI__ctor, (ControllerMap_MdZZZwNWzGixwfGkDnEFleHlwMHI * __this, int32_t param_0000a433, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ControllerMap_MdZZZwNWzGixwfGkDnEFleHlwMHI_System_IDisposable_Dispose, (ControllerMap_MdZZZwNWzGixwfGkDnEFleHlwMHI * __this, MethodInfo * method)); DO_APP_FUNC(0x02126110, bool, ControllerMap_MdZZZwNWzGixwfGkDnEFleHlwMHI_MoveNext, (ControllerMap_MdZZZwNWzGixwfGkDnEFleHlwMHI * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8420, ElementAssignmentConflictInfo, ControllerMap_MdZZZwNWzGixwfGkDnEFleHlwMHI_System_Collections_Generic_IEnumerator_Rewired_ElementAssignmentConflictInfo__get_Current, (ControllerMap_MdZZZwNWzGixwfGkDnEFleHlwMHI * __this, MethodInfo * method)); DO_APP_FUNC(0x02126410, void, ControllerMap_MdZZZwNWzGixwfGkDnEFleHlwMHI_System_Collections_IEnumerator_Reset, (ControllerMap_MdZZZwNWzGixwfGkDnEFleHlwMHI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E3E8, ControllerMap_MdZZZwNWzGixwfGkDnEFleHlwMHI_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02126460, Object *, ControllerMap_MdZZZwNWzGixwfGkDnEFleHlwMHI_System_Collections_IEnumerator_get_Current, (ControllerMap_MdZZZwNWzGixwfGkDnEFleHlwMHI * __this, MethodInfo * method)); DO_APP_FUNC(0x021264D0, IEnumerator_1_Rewired_ElementAssignmentConflictInfo_ *, ControllerMap_MdZZZwNWzGixwfGkDnEFleHlwMHI_System_Collections_Generic_IEnumerable_Rewired_ElementAssignmentConflictInfo__GetEnumerator, (ControllerMap_MdZZZwNWzGixwfGkDnEFleHlwMHI * __this, MethodInfo * method)); DO_APP_FUNC(0x02126670, IEnumerator *, ControllerMap_MdZZZwNWzGixwfGkDnEFleHlwMHI_System_Collections_IEnumerable_GetEnumerator, (ControllerMap_MdZZZwNWzGixwfGkDnEFleHlwMHI * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, ControllerMap_oQKomAcpYvbNoGayiARhbNRCpgFwb__ctor, (ControllerMap_oQKomAcpYvbNoGayiARhbNRCpgFwb * __this, int32_t param_0000a434, MethodInfo * method)); DO_APP_FUNC(0x02126810, void, ControllerMap_oQKomAcpYvbNoGayiARhbNRCpgFwb_System_IDisposable_Dispose, (ControllerMap_oQKomAcpYvbNoGayiARhbNRCpgFwb * __this, MethodInfo * method)); DO_APP_FUNC(0x021268E0, bool, ControllerMap_oQKomAcpYvbNoGayiARhbNRCpgFwb_MoveNext, (ControllerMap_oQKomAcpYvbNoGayiARhbNRCpgFwb * __this, MethodInfo * method)); DO_APP_FUNC(0x02126BD0, void, ControllerMap_oQKomAcpYvbNoGayiARhbNRCpgFwb_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ControllerMap_oQKomAcpYvbNoGayiARhbNRCpgFwb * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ActionElementMap *, ControllerMap_oQKomAcpYvbNoGayiARhbNRCpgFwb_System_Collections_Generic_IEnumerator_Rewired_ActionElementMap__get_Current, (ControllerMap_oQKomAcpYvbNoGayiARhbNRCpgFwb * __this, MethodInfo * method)); DO_APP_FUNC(0x02126C30, void, ControllerMap_oQKomAcpYvbNoGayiARhbNRCpgFwb_System_Collections_IEnumerator_Reset, (ControllerMap_oQKomAcpYvbNoGayiARhbNRCpgFwb * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E348, ControllerMap_oQKomAcpYvbNoGayiARhbNRCpgFwb_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ControllerMap_oQKomAcpYvbNoGayiARhbNRCpgFwb_System_Collections_IEnumerator_get_Current, (ControllerMap_oQKomAcpYvbNoGayiARhbNRCpgFwb * __this, MethodInfo * method)); DO_APP_FUNC(0x02126C80, IEnumerator_1_Rewired_ActionElementMap_ *, ControllerMap_oQKomAcpYvbNoGayiARhbNRCpgFwb_System_Collections_Generic_IEnumerable_Rewired_ActionElementMap__GetEnumerator, (ControllerMap_oQKomAcpYvbNoGayiARhbNRCpgFwb * __this, MethodInfo * method)); DO_APP_FUNC(0x02126C80, IEnumerator *, ControllerMap_oQKomAcpYvbNoGayiARhbNRCpgFwb_System_Collections_IEnumerable_GetEnumerator, (ControllerMap_oQKomAcpYvbNoGayiARhbNRCpgFwb * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, ControllerMap_pHANlcpTmpBufeLdCBtEPKFWGlsDA__ctor, (ControllerMap_pHANlcpTmpBufeLdCBtEPKFWGlsDA * __this, int32_t param_0000a435, MethodInfo * method)); DO_APP_FUNC(0x02126DD0, void, ControllerMap_pHANlcpTmpBufeLdCBtEPKFWGlsDA_System_IDisposable_Dispose, (ControllerMap_pHANlcpTmpBufeLdCBtEPKFWGlsDA * __this, MethodInfo * method)); DO_APP_FUNC(0x02126F60, bool, ControllerMap_pHANlcpTmpBufeLdCBtEPKFWGlsDA_MoveNext, (ControllerMap_pHANlcpTmpBufeLdCBtEPKFWGlsDA * __this, MethodInfo * method)); DO_APP_FUNC(0x02127480, void, ControllerMap_pHANlcpTmpBufeLdCBtEPKFWGlsDA_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ControllerMap_pHANlcpTmpBufeLdCBtEPKFWGlsDA * __this, MethodInfo * method)); DO_APP_FUNC(0x021274E0, void, ControllerMap_pHANlcpTmpBufeLdCBtEPKFWGlsDA_DoQXnKzdNUehTxxsxBJvgNhCuILy, (ControllerMap_pHANlcpTmpBufeLdCBtEPKFWGlsDA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ActionElementMap *, ControllerMap_pHANlcpTmpBufeLdCBtEPKFWGlsDA_System_Collections_Generic_IEnumerator_Rewired_ActionElementMap__get_Current, (ControllerMap_pHANlcpTmpBufeLdCBtEPKFWGlsDA * __this, MethodInfo * method)); DO_APP_FUNC(0x02127530, void, ControllerMap_pHANlcpTmpBufeLdCBtEPKFWGlsDA_System_Collections_IEnumerator_Reset, (ControllerMap_pHANlcpTmpBufeLdCBtEPKFWGlsDA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E380, ControllerMap_pHANlcpTmpBufeLdCBtEPKFWGlsDA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ControllerMap_pHANlcpTmpBufeLdCBtEPKFWGlsDA_System_Collections_IEnumerator_get_Current, (ControllerMap_pHANlcpTmpBufeLdCBtEPKFWGlsDA * __this, MethodInfo * method)); DO_APP_FUNC(0x02127580, IEnumerator_1_Rewired_ActionElementMap_ *, ControllerMap_pHANlcpTmpBufeLdCBtEPKFWGlsDA_System_Collections_Generic_IEnumerable_Rewired_ActionElementMap__GetEnumerator, (ControllerMap_pHANlcpTmpBufeLdCBtEPKFWGlsDA * __this, MethodInfo * method)); DO_APP_FUNC(0x02127740, IEnumerator *, ControllerMap_pHANlcpTmpBufeLdCBtEPKFWGlsDA_System_Collections_IEnumerable_GetEnumerator, (ControllerMap_pHANlcpTmpBufeLdCBtEPKFWGlsDA * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, ControllerMap_XdoESdCfkeUOWTJGnOrOthhsLbeeb__ctor, (ControllerMap_XdoESdCfkeUOWTJGnOrOthhsLbeeb * __this, int32_t param_0000a436, MethodInfo * method)); DO_APP_FUNC(0x02127750, void, ControllerMap_XdoESdCfkeUOWTJGnOrOthhsLbeeb_System_IDisposable_Dispose, (ControllerMap_XdoESdCfkeUOWTJGnOrOthhsLbeeb * __this, MethodInfo * method)); DO_APP_FUNC(0x021278E0, bool, ControllerMap_XdoESdCfkeUOWTJGnOrOthhsLbeeb_MoveNext, (ControllerMap_XdoESdCfkeUOWTJGnOrOthhsLbeeb * __this, MethodInfo * method)); DO_APP_FUNC(0x02127E00, void, ControllerMap_XdoESdCfkeUOWTJGnOrOthhsLbeeb_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ControllerMap_XdoESdCfkeUOWTJGnOrOthhsLbeeb * __this, MethodInfo * method)); DO_APP_FUNC(0x02127E60, void, ControllerMap_XdoESdCfkeUOWTJGnOrOthhsLbeeb_DoQXnKzdNUehTxxsxBJvgNhCuILy, (ControllerMap_XdoESdCfkeUOWTJGnOrOthhsLbeeb * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ActionElementMap *, ControllerMap_XdoESdCfkeUOWTJGnOrOthhsLbeeb_System_Collections_Generic_IEnumerator_Rewired_ActionElementMap__get_Current, (ControllerMap_XdoESdCfkeUOWTJGnOrOthhsLbeeb * __this, MethodInfo * method)); DO_APP_FUNC(0x02127EB0, void, ControllerMap_XdoESdCfkeUOWTJGnOrOthhsLbeeb_System_Collections_IEnumerator_Reset, (ControllerMap_XdoESdCfkeUOWTJGnOrOthhsLbeeb * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E360, ControllerMap_XdoESdCfkeUOWTJGnOrOthhsLbeeb_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ControllerMap_XdoESdCfkeUOWTJGnOrOthhsLbeeb_System_Collections_IEnumerator_get_Current, (ControllerMap_XdoESdCfkeUOWTJGnOrOthhsLbeeb * __this, MethodInfo * method)); DO_APP_FUNC(0x02127F00, IEnumerator_1_Rewired_ActionElementMap_ *, ControllerMap_XdoESdCfkeUOWTJGnOrOthhsLbeeb_System_Collections_Generic_IEnumerable_Rewired_ActionElementMap__GetEnumerator, (ControllerMap_XdoESdCfkeUOWTJGnOrOthhsLbeeb * __this, MethodInfo * method)); DO_APP_FUNC(0x021280D0, IEnumerator *, ControllerMap_XdoESdCfkeUOWTJGnOrOthhsLbeeb_System_Collections_IEnumerable_GetEnumerator, (ControllerMap_XdoESdCfkeUOWTJGnOrOthhsLbeeb * __this, MethodInfo * method)); DO_APP_FUNC(0x021280E0, int32_t, ControllerMapWithAxes_get_axisMapCount, (ControllerMapWithAxes * __this, MethodInfo * method)); DO_APP_FUNC(0x02128190, IList_1_Rewired_ActionElementMap_ *, ControllerMapWithAxes_get_AxisMaps, (ControllerMapWithAxes * __this, MethodInfo * method)); DO_APP_FUNC(0x02128240, void, ControllerMapWithAxes__ctor, (ControllerMapWithAxes * __this, MethodInfo * method)); DO_APP_FUNC(0x02128430, void, ControllerMapWithAxes__ctor_1, (ControllerMapWithAxes * __this, ControllerMapWithAxes * param_0000a437, MethodInfo * method)); DO_APP_FUNC(0x02128780, bool, ControllerMapWithAxes_ContainsAction, (ControllerMapWithAxes * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02128990, bool, ControllerMapWithAxes_CreateElementMap, (ControllerMapWithAxes * __this, int32_t actionId, Pole__Enum axisContribution, int32_t elementIdentifierId, ControllerElementType__Enum elementType, AxisRange__Enum axisRange, bool invert, ActionElementMap * * result, MethodInfo * method)); DO_APP_FUNC(0x02128B80, bool, ControllerMapWithAxes_ReplaceElementMap, (ControllerMapWithAxes * __this, int32_t elementMapId, int32_t actionId, Pole__Enum axisContribution, int32_t elementIdentifierId, ControllerElementType__Enum elementType, AxisRange__Enum axisRange, bool invert, ActionElementMap * * result, MethodInfo * method)); DO_APP_FUNC(0x02128DC0, bool, ControllerMapWithAxes_DeleteElementMap, (ControllerMapWithAxes * __this, int32_t elementMapId, MethodInfo * method)); DO_APP_FUNC(0x02128F30, bool, ControllerMapWithAxes_DeleteElementMapsWithAction, (ControllerMapWithAxes * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02129090, bool, ControllerMapWithAxes_DeleteElementMapsWithAction_1, (ControllerMapWithAxes * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02129160, ActionElementMap *, ControllerMapWithAxes_GetElementMap, (ControllerMapWithAxes * __this, int32_t elementMapId, MethodInfo * method)); DO_APP_FUNC(0x0211A090, ActionElementMap *, ControllerMapWithAxes_GetFirstElementMapWithAction, (ControllerMapWithAxes * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x021293A0, ActionElementMap *, ControllerMapWithAxes_GetFirstElementMapWithAction_1, (ControllerMapWithAxes * __this, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x02129600, ActionElementMap *, ControllerMapWithAxes_idiXOeVuuXbVTDMrcPmPRAflcdNg, (ControllerMapWithAxes * __this, Predicate_1_Rewired_ActionElementMap_ * param_0000a44f, bool param_0000a450, MethodInfo * method)); DO_APP_FUNC(0x02129650, int32_t, ControllerMapWithAxes_YRTxLbJigofdOmnjXcMmhKqxQTrv, (ControllerMapWithAxes * __this, Predicate_1_Rewired_ActionElementMap_ * param_0000a451, bool param_0000a452, List_1_Rewired_ActionElementMap_ * param_0000a453, bool param_0000a454, MethodInfo * method)); DO_APP_FUNC(0x021296D0, void, ControllerMapWithAxes_ClearElementMaps, (ControllerMapWithAxes * __this, MethodInfo * method)); DO_APP_FUNC(0x02129870, ActionElementMap *, ControllerMapWithAxes_GetAxisMap, (ControllerMapWithAxes * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02129960, ActionElementMap__Array *, ControllerMapWithAxes_GetAxisMaps, (ControllerMapWithAxes * __this, MethodInfo * method)); DO_APP_FUNC(0x02129A10, ActionElementMap__Array *, ControllerMapWithAxes_GetAxisMaps_1, (ControllerMapWithAxes * __this, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x02129C70, int32_t, ControllerMapWithAxes_GetAxisMaps_2, (ControllerMapWithAxes * __this, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x02129D40, ActionElementMap__Array *, ControllerMapWithAxes_GetAxisMapsWithAction, (ControllerMapWithAxes * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02129EE0, ActionElementMap__Array *, ControllerMapWithAxes_GetAxisMapsWithAction_1, (ControllerMapWithAxes * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02129EF0, ActionElementMap__Array *, ControllerMapWithAxes_GetAxisMapsWithAction_2, (ControllerMapWithAxes * __this, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0212A0A0, ActionElementMap__Array *, ControllerMapWithAxes_GetAxisMapsWithAction_3, (ControllerMapWithAxes * __this, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0212A3D0, int32_t, ControllerMapWithAxes_GetAxisMapsWithAction_4, (ControllerMapWithAxes * __this, String * actionName, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0212A5A0, int32_t, ControllerMapWithAxes_GetAxisMapsWithAction_5, (ControllerMapWithAxes * __this, int32_t actionId, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0212A5C0, int32_t, ControllerMapWithAxes_GetAxisMapsWithAction_6, (ControllerMapWithAxes * __this, String * actionName, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0212A790, int32_t, ControllerMapWithAxes_GetAxisMapsWithAction_7, (ControllerMapWithAxes * __this, int32_t actionId, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0212A860, IEnumerable_1_Rewired_ActionElementMap_ *, ControllerMapWithAxes_AxisMapsWithAction, (ControllerMapWithAxes * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0212A9D0, IEnumerable_1_Rewired_ActionElementMap_ *, ControllerMapWithAxes_AxisMapsWithAction_1, (ControllerMapWithAxes * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0212A9E0, IEnumerable_1_Rewired_ActionElementMap_ *, ControllerMapWithAxes_AxisMapsWithAction_2, (ControllerMapWithAxes * __this, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0212AAF0, IEnumerable_1_Rewired_ActionElementMap_ *, ControllerMapWithAxes_AxisMapsWithAction_3, (ControllerMapWithAxes * __this, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0212ABD0, ActionElementMap *, ControllerMapWithAxes_GetFirstAxisMapWithAction, (ControllerMapWithAxes * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0212AC80, ActionElementMap *, ControllerMapWithAxes_GetFirstAxisMapWithAction_1, (ControllerMapWithAxes * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0212AE80, ActionElementMap *, ControllerMapWithAxes_GetFirstAxisMapWithAction_2, (ControllerMapWithAxes * __this, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0212AFD0, ActionElementMap *, ControllerMapWithAxes_GetFirstAxisMapWithAction_3, (ControllerMapWithAxes * __this, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0212B140, ActionElementMap *, ControllerMapWithAxes_GetFirstAxisMapMatch, (ControllerMapWithAxes * __this, Predicate_1_Rewired_ActionElementMap_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0212B1F0, ActionElementMap *, ControllerMapWithAxes_KZutoqqYKLTDRbFhtAxVVZDeKUvv, (ControllerMapWithAxes * __this, Predicate_1_Rewired_ActionElementMap_ * param_0000a476, bool param_0000a477, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E280, ControllerMapWithAxes_KZutoqqYKLTDRbFhtAxVVZDeKUvv__MethodInfo); DO_APP_FUNC(0x0212B370, int32_t, ControllerMapWithAxes_GetAxisMapMatches, (ControllerMapWithAxes * __this, Predicate_1_Rewired_ActionElementMap_ * predicate, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0212B440, int32_t, ControllerMapWithAxes_OYkUwYyoPoLGuXCcjIhptvJecpKq, (ControllerMapWithAxes * __this, Predicate_1_Rewired_ActionElementMap_ * param_0000a47a, bool param_0000a47b, List_1_Rewired_ActionElementMap_ * param_0000a47c, bool param_0000a47d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E1F8, ControllerMapWithAxes_OYkUwYyoPoLGuXCcjIhptvJecpKq__MethodInfo); DO_APP_FUNC(0x0212B720, void, ControllerMapWithAxes_ForEachAxisMapMatch, (ControllerMapWithAxes * __this, Predicate_1_Rewired_ActionElementMap_ * predicate, Action_1_Rewired_ActionElementMap_ * actionToPerform, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E1E8, ControllerMapWithAxes_ForEachAxisMapMatch__MethodInfo); DO_APP_FUNC(0x0212B970, bool, ControllerMapWithAxes_DeleteAxisMapsWithAction, (ControllerMapWithAxes * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0212BA70, bool, ControllerMapWithAxes_DeleteAxisMapsWithAction_1, (ControllerMapWithAxes * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0212BC70, int32_t, ControllerMapWithAxes_SetAllAxisMapsEnabled, (ControllerMapWithAxes * __this, bool state, MethodInfo * method)); DO_APP_FUNC(0x0212BE30, bool, ControllerMapWithAxes_DoesElementAssignmentConflict, (ControllerMapWithAxes * __this, ControllerMap * controllerMap, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0212C080, bool, ControllerMapWithAxes_DoesElementAssignmentConflict_1, (ControllerMapWithAxes * __this, ActionElementMap * actionElementMap, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0212C340, bool, ControllerMapWithAxes_DoesElementAssignmentConflict_2, (ControllerMapWithAxes * __this, ElementAssignmentConflictCheck conflictCheck, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0212C5C0, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, ControllerMapWithAxes_ElementAssignmentConflicts, (ControllerMapWithAxes * __this, ControllerMap * controllerMap, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0212C6F0, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, ControllerMapWithAxes_ElementAssignmentConflicts_1, (ControllerMapWithAxes * __this, ActionElementMap * actionElementMap, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0212C820, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, ControllerMapWithAxes_ElementAssignmentConflicts_2, (ControllerMapWithAxes * __this, ElementAssignmentConflictCheck conflictCheck, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0212C930, int32_t, ControllerMapWithAxes_RemoveElementAssignmentConflicts, (ControllerMapWithAxes * __this, ControllerMap * controllerMap, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0212CC00, int32_t, ControllerMapWithAxes_RemoveElementAssignmentConflicts_1, (ControllerMapWithAxes * __this, ActionElementMap * actionElementMap, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0212CDF0, int32_t, ControllerMapWithAxes_RemoveElementAssignmentConflicts_2, (ControllerMapWithAxes * __this, ElementAssignmentConflictCheck conflictCheck, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0212D150, int32_t, ControllerMapWithAxes_ZkpNxxqhMVJGhJxKimpPuFZEhsRh, (ControllerMapWithAxes * __this, ControllerMap * param_0000a495, bool param_0000a496, List_1_Rewired_ActionElementMap_ * param_0000a497, bool param_0000a498, MethodInfo * method)); DO_APP_FUNC(0x0212D3D0, int32_t, ControllerMapWithAxes_ZkpNxxqhMVJGhJxKimpPuFZEhsRh_1, (ControllerMapWithAxes * __this, ActionElementMap * param_0000a499, bool param_0000a49a, List_1_Rewired_ActionElementMap_ * param_0000a49b, bool param_0000a49c, MethodInfo * method)); DO_APP_FUNC(0x0212D5E0, int32_t, ControllerMapWithAxes_ZkpNxxqhMVJGhJxKimpPuFZEhsRh_2, (ControllerMapWithAxes * __this, ElementAssignmentConflictCheck param_0000a49d, bool param_0000a49e, List_1_Rewired_ActionElementMap_ * param_0000a49f, bool param_0000a4a0, MethodInfo * method)); DO_APP_FUNC(0x0212D8E0, String__Array *, ControllerMapWithAxes_GetAxisNames, (ControllerMapWithAxes * __this, MethodInfo * method)); DO_APP_FUNC(0x0212DBA0, AList_1_Rewired_ActionElementMap_ *, ControllerMapWithAxes_iOJYoWUAjQxxMfYWsEqWtDarmnMr, (ControllerMapWithAxes * __this, MethodInfo * method)); DO_APP_FUNC(0x0212DC20, bool, ControllerMapWithAxes_NisTrSqXMfijrgljHcPNeEXgjAcFb, (ControllerMapWithAxes * __this, ActionElementMap * param_0000a4a1, MethodInfo * method)); DO_APP_FUNC(0x0212DC60, int32_t, ControllerMapWithAxes_sRufPxNczfKRFfGQmPAYLkmFHVHL, (ControllerMapWithAxes * __this, List_1_Rewired_ActionElementMap_ * param_0000a4a2, bool param_0000a4a3, MethodInfo * method)); DO_APP_FUNC(0x0212DEA0, ActionElementMap *, ControllerMapWithAxes_FIXOSYCHeBfvYvfzYfpLjkcAhXmb, (ControllerMapWithAxes * __this, int32_t param_0000a4a4, int32_t param_0000a4a5, ControllerElementType__Enum param_0000a4a6, MethodInfo * method)); DO_APP_FUNC(0x0212DFB0, int32_t, ControllerMapWithAxes_kAxsFdxQmnfoXgVrkVdIbfelQaVeA, (ControllerMapWithAxes * __this, int32_t param_0000a4a7, List_1_Rewired_ActionElementMap_ * param_0000a4a8, bool param_0000a4a9, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E1A8, ControllerMapWithAxes_kAxsFdxQmnfoXgVrkVdIbfelQaVeA__MethodInfo); DO_APP_FUNC(0x0212E1D0, bool, ControllerMapWithAxes_qTRXnwGNQpKriKCbshvTgodAesuEA, (ControllerMapWithAxes * __this, int32_t param_0000a4aa, int32_t param_0000a4ab, ControllerElementType__Enum param_0000a4ac, MethodInfo * method)); DO_APP_FUNC(0x0212E360, int32_t, ControllerMapWithAxes_PXzJPBIfiOFSeloeNbKranGjBVSB, (ControllerMapWithAxes * __this, int32_t param_0000a4ad, int32_t param_0000a4ae, ControllerElementType__Enum param_0000a4af, MethodInfo * method)); DO_APP_FUNC(0x0212E500, int32_t, ControllerMapWithAxes_xnyhffaOsJlVDNBHgMFedKyIOGph, (ControllerMapWithAxes * __this, int32_t param_0000a4b0, MethodInfo * method)); DO_APP_FUNC(0x0212E5C0, int32_t, ControllerMapWithAxes_gjoaIZpcpgAJLDiCLYJnBgOdEcGn, (ControllerMapWithAxes * __this, bool param_0000a4b1, List_1_Rewired_ActionElementMap_ * param_0000a4b2, bool param_0000a4b3, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E0E8, ControllerMapWithAxes_gjoaIZpcpgAJLDiCLYJnBgOdEcGn__MethodInfo); DO_APP_FUNC(0x0212E7A0, int32_t, ControllerMapWithAxes_lnkbEjDNharvFVyajuEADJTHagZo, (ControllerMapWithAxes * __this, int32_t param_0000a4b4, bool param_0000a4b5, List_1_Rewired_ActionElementMap_ * param_0000a4b6, bool param_0000a4b7, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E0F8, ControllerMapWithAxes_lnkbEjDNharvFVyajuEADJTHagZo__MethodInfo); DO_APP_FUNC(0x0212E9C0, int32_t, ControllerMapWithAxes_MkuUDHAnIfNXmuwBwacuhdytGvCk, (ControllerMapWithAxes * __this, int32_t param_0000a4b8, bool param_0000a4b9, List_1_Rewired_ActionElementMap_ * param_0000a4ba, bool param_0000a4bb, MethodInfo * method)); DO_APP_FUNC(0x0212EC60, ActionElementMap *, ControllerMapWithAxes_oQQzKhFZaSKfXmUbMwyJwbyzKXRq, (ControllerMapWithAxes * __this, IControllerElementTarget * param_0000a4bc, bool param_0000a4bd, int32_t param_0000a4be, bool param_0000a4bf, bool * param_0000a4c0, MethodInfo * method)); DO_APP_FUNC(0x0212EE00, int32_t, ControllerMapWithAxes_oVhDKeEDhHBUfilfbxVvjXQtIbOLA, (ControllerMapWithAxes * __this, IControllerElementTarget * param_0000a4c1, bool param_0000a4c2, int32_t param_0000a4c3, bool param_0000a4c4, List_1_Rewired_ActionElementMap_ * param_0000a4c5, bool param_0000a4c6, bool * param_0000a4c7, MethodInfo * method)); DO_APP_FUNC(0x0212EFE0, bool, ControllerMapWithAxes_lcCHvdERwymNOczHjMeiOyzVCHgD, (ControllerMapWithAxes * __this, ActionElementMap * param_0000a4c8, MethodInfo * method)); DO_APP_FUNC(0x01902480, bool, ControllerMapWithAxes_SvfUGBHsnzXekLGkgDGTUvRSeOxl, (ControllerMapWithAxes * __this, ControllerElementType__Enum param_0000a4c9, MethodInfo * method)); DO_APP_FUNC(0x0212F0A0, void, ControllerMapWithAxes_VuIJFvGmAfLSVcAeRruTCtRnyfLc, (ControllerMapWithAxes * __this, int32_t param_0000a4ca, int32_t param_0000a4cb, MethodInfo * method)); DO_APP_FUNC(0x0212F160, void, ControllerMapWithAxes_zEhxvknAIvnfymujmNXARMFcCoXI, (ControllerMapWithAxes * __this, ActionElementMap * param_0000a4cc, MethodInfo * method)); DO_APP_FUNC(0x0212F220, void, ControllerMapWithAxes_uYnHQjdSyBeHqEmMxJHXfGAAvtnJ, (ControllerMapWithAxes * __this, ActionElementMap * param_0000a4cd, int32_t param_0000a4ce, MethodInfo * method)); DO_APP_FUNC(0x0212F350, void, ControllerMapWithAxes_UHLgoHamvyOzducEmiGCDFddEAzTb, (ControllerMapWithAxes * __this, SerializedObject * param_0000a4cf, MethodInfo * method)); DO_APP_FUNC(0x0212F540, bool, ControllerMapWithAxes_WNbVEfxCrMFzNsCNGLLeSCQGYXQB, (ControllerMapWithAxes * __this, SerializedObject * param_0000a4d0, MethodInfo * method)); DO_APP_FUNC(0x0211F140, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, ControllerMapWithAxes_BqeBpUQJwvUtcgRVMEjmKmJywdPpA, (ControllerMapWithAxes * __this, ControllerMap * param_0000a4d1, bool param_0000a4d2, MethodInfo * method)); DO_APP_FUNC(0x0211F270, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, ControllerMapWithAxes_KkkAQZiGCRvNkGrorogDOccsvdSKA, (ControllerMapWithAxes * __this, ActionElementMap * param_0000a4d3, bool param_0000a4d4, MethodInfo * method)); DO_APP_FUNC(0x0211F3A0, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, ControllerMapWithAxes_UEmfcpJtTIIbobnvETeEWGKAICBYb, (ControllerMapWithAxes * __this, ElementAssignmentConflictCheck param_0000a4d5, bool param_0000a4d6, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, ControllerMapWithAxes_rKxAGAiafCMdAGCWJVArdWBEplisd__ctor, (ControllerMapWithAxes_rKxAGAiafCMdAGCWJVArdWBEplisd * __this, int32_t param_0000a4d7, MethodInfo * method)); DO_APP_FUNC(0x0212F790, void, ControllerMapWithAxes_rKxAGAiafCMdAGCWJVArdWBEplisd_System_IDisposable_Dispose, (ControllerMapWithAxes_rKxAGAiafCMdAGCWJVArdWBEplisd * __this, MethodInfo * method)); DO_APP_FUNC(0x0212F860, bool, ControllerMapWithAxes_rKxAGAiafCMdAGCWJVArdWBEplisd_MoveNext, (ControllerMapWithAxes_rKxAGAiafCMdAGCWJVArdWBEplisd * __this, MethodInfo * method)); DO_APP_FUNC(0x0212FB10, void, ControllerMapWithAxes_rKxAGAiafCMdAGCWJVArdWBEplisd_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ControllerMapWithAxes_rKxAGAiafCMdAGCWJVArdWBEplisd * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ActionElementMap *, ControllerMapWithAxes_rKxAGAiafCMdAGCWJVArdWBEplisd_System_Collections_Generic_IEnumerator_Rewired_ActionElementMap__get_Current, (ControllerMapWithAxes_rKxAGAiafCMdAGCWJVArdWBEplisd * __this, MethodInfo * method)); DO_APP_FUNC(0x0212FB70, void, ControllerMapWithAxes_rKxAGAiafCMdAGCWJVArdWBEplisd_System_Collections_IEnumerator_Reset, (ControllerMapWithAxes_rKxAGAiafCMdAGCWJVArdWBEplisd * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E120, ControllerMapWithAxes_rKxAGAiafCMdAGCWJVArdWBEplisd_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ControllerMapWithAxes_rKxAGAiafCMdAGCWJVArdWBEplisd_System_Collections_IEnumerator_get_Current, (ControllerMapWithAxes_rKxAGAiafCMdAGCWJVArdWBEplisd * __this, MethodInfo * method)); DO_APP_FUNC(0x0212FBC0, IEnumerator_1_Rewired_ActionElementMap_ *, ControllerMapWithAxes_rKxAGAiafCMdAGCWJVArdWBEplisd_System_Collections_Generic_IEnumerable_Rewired_ActionElementMap__GetEnumerator, (ControllerMapWithAxes_rKxAGAiafCMdAGCWJVArdWBEplisd * __this, MethodInfo * method)); DO_APP_FUNC(0x0212FBC0, IEnumerator *, ControllerMapWithAxes_rKxAGAiafCMdAGCWJVArdWBEplisd_System_Collections_IEnumerable_GetEnumerator, (ControllerMapWithAxes_rKxAGAiafCMdAGCWJVArdWBEplisd * __this, MethodInfo * method)); DO_APP_FUNC(0x0124CE10, void, ControllerMapWithAxes_jcaIgGiYmHlLNGKhGKXxBEtkUgDbb__ctor, (ControllerMapWithAxes_jcaIgGiYmHlLNGKhGKXxBEtkUgDbb * __this, int32_t param_0000a4d8, MethodInfo * method)); DO_APP_FUNC(0x0212FD10, void, ControllerMapWithAxes_jcaIgGiYmHlLNGKhGKXxBEtkUgDbb_System_IDisposable_Dispose, (ControllerMapWithAxes_jcaIgGiYmHlLNGKhGKXxBEtkUgDbb * __this, MethodInfo * method)); DO_APP_FUNC(0x0212FDE0, bool, ControllerMapWithAxes_jcaIgGiYmHlLNGKhGKXxBEtkUgDbb_MoveNext, (ControllerMapWithAxes_jcaIgGiYmHlLNGKhGKXxBEtkUgDbb * __this, MethodInfo * method)); DO_APP_FUNC(0x021306E0, void, ControllerMapWithAxes_jcaIgGiYmHlLNGKhGKXxBEtkUgDbb_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ControllerMapWithAxes_jcaIgGiYmHlLNGKhGKXxBEtkUgDbb * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8420, ElementAssignmentConflictInfo, ControllerMapWithAxes_jcaIgGiYmHlLNGKhGKXxBEtkUgDbb_System_Collections_Generic_IEnumerator_Rewired_ElementAssignmentConflictInfo__get_Current, (ControllerMapWithAxes_jcaIgGiYmHlLNGKhGKXxBEtkUgDbb * __this, MethodInfo * method)); DO_APP_FUNC(0x02130740, void, ControllerMapWithAxes_jcaIgGiYmHlLNGKhGKXxBEtkUgDbb_System_Collections_IEnumerator_Reset, (ControllerMapWithAxes_jcaIgGiYmHlLNGKhGKXxBEtkUgDbb * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E070, ControllerMapWithAxes_jcaIgGiYmHlLNGKhGKXxBEtkUgDbb_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02130790, Object *, ControllerMapWithAxes_jcaIgGiYmHlLNGKhGKXxBEtkUgDbb_System_Collections_IEnumerator_get_Current, (ControllerMapWithAxes_jcaIgGiYmHlLNGKhGKXxBEtkUgDbb * __this, MethodInfo * method)); DO_APP_FUNC(0x02130800, IEnumerator_1_Rewired_ElementAssignmentConflictInfo_ *, ControllerMapWithAxes_jcaIgGiYmHlLNGKhGKXxBEtkUgDbb_System_Collections_Generic_IEnumerable_Rewired_ElementAssignmentConflictInfo__GetEnumerator, (ControllerMapWithAxes_jcaIgGiYmHlLNGKhGKXxBEtkUgDbb * __this, MethodInfo * method)); DO_APP_FUNC(0x021309C0, IEnumerator *, ControllerMapWithAxes_jcaIgGiYmHlLNGKhGKXxBEtkUgDbb_System_Collections_IEnumerable_GetEnumerator, (ControllerMapWithAxes_jcaIgGiYmHlLNGKhGKXxBEtkUgDbb * __this, MethodInfo * method)); DO_APP_FUNC(0x0124CE10, void, ControllerMapWithAxes_cwjzGlYFSOhyksDSnMiqKJeojfmbA__ctor, (ControllerMapWithAxes_cwjzGlYFSOhyksDSnMiqKJeojfmbA * __this, int32_t param_0000a4d9, MethodInfo * method)); DO_APP_FUNC(0x021309D0, void, ControllerMapWithAxes_cwjzGlYFSOhyksDSnMiqKJeojfmbA_System_IDisposable_Dispose, (ControllerMapWithAxes_cwjzGlYFSOhyksDSnMiqKJeojfmbA * __this, MethodInfo * method)); DO_APP_FUNC(0x02130AA0, bool, ControllerMapWithAxes_cwjzGlYFSOhyksDSnMiqKJeojfmbA_MoveNext, (ControllerMapWithAxes_cwjzGlYFSOhyksDSnMiqKJeojfmbA * __this, MethodInfo * method)); DO_APP_FUNC(0x02131190, void, ControllerMapWithAxes_cwjzGlYFSOhyksDSnMiqKJeojfmbA_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ControllerMapWithAxes_cwjzGlYFSOhyksDSnMiqKJeojfmbA * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8420, ElementAssignmentConflictInfo, ControllerMapWithAxes_cwjzGlYFSOhyksDSnMiqKJeojfmbA_System_Collections_Generic_IEnumerator_Rewired_ElementAssignmentConflictInfo__get_Current, (ControllerMapWithAxes_cwjzGlYFSOhyksDSnMiqKJeojfmbA * __this, MethodInfo * method)); DO_APP_FUNC(0x021311F0, void, ControllerMapWithAxes_cwjzGlYFSOhyksDSnMiqKJeojfmbA_System_Collections_IEnumerator_Reset, (ControllerMapWithAxes_cwjzGlYFSOhyksDSnMiqKJeojfmbA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E048, ControllerMapWithAxes_cwjzGlYFSOhyksDSnMiqKJeojfmbA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02131240, Object *, ControllerMapWithAxes_cwjzGlYFSOhyksDSnMiqKJeojfmbA_System_Collections_IEnumerator_get_Current, (ControllerMapWithAxes_cwjzGlYFSOhyksDSnMiqKJeojfmbA * __this, MethodInfo * method)); DO_APP_FUNC(0x021312B0, IEnumerator_1_Rewired_ElementAssignmentConflictInfo_ *, ControllerMapWithAxes_cwjzGlYFSOhyksDSnMiqKJeojfmbA_System_Collections_Generic_IEnumerable_Rewired_ElementAssignmentConflictInfo__GetEnumerator, (ControllerMapWithAxes_cwjzGlYFSOhyksDSnMiqKJeojfmbA * __this, MethodInfo * method)); DO_APP_FUNC(0x02131470, IEnumerator *, ControllerMapWithAxes_cwjzGlYFSOhyksDSnMiqKJeojfmbA_System_Collections_IEnumerable_GetEnumerator, (ControllerMapWithAxes_cwjzGlYFSOhyksDSnMiqKJeojfmbA * __this, MethodInfo * method)); DO_APP_FUNC(0x0124CE10, void, ControllerMapWithAxes_CCvmbykhvkxMGAufLAVhizMKLlMB__ctor, (ControllerMapWithAxes_CCvmbykhvkxMGAufLAVhizMKLlMB * __this, int32_t param_0000a4da, MethodInfo * method)); DO_APP_FUNC(0x02131480, void, ControllerMapWithAxes_CCvmbykhvkxMGAufLAVhizMKLlMB_System_IDisposable_Dispose, (ControllerMapWithAxes_CCvmbykhvkxMGAufLAVhizMKLlMB * __this, MethodInfo * method)); DO_APP_FUNC(0x02131550, bool, ControllerMapWithAxes_CCvmbykhvkxMGAufLAVhizMKLlMB_MoveNext, (ControllerMapWithAxes_CCvmbykhvkxMGAufLAVhizMKLlMB * __this, MethodInfo * method)); DO_APP_FUNC(0x02131D20, void, ControllerMapWithAxes_CCvmbykhvkxMGAufLAVhizMKLlMB_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ControllerMapWithAxes_CCvmbykhvkxMGAufLAVhizMKLlMB * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8420, ElementAssignmentConflictInfo, ControllerMapWithAxes_CCvmbykhvkxMGAufLAVhizMKLlMB_System_Collections_Generic_IEnumerator_Rewired_ElementAssignmentConflictInfo__get_Current, (ControllerMapWithAxes_CCvmbykhvkxMGAufLAVhizMKLlMB * __this, MethodInfo * method)); DO_APP_FUNC(0x02131D80, void, ControllerMapWithAxes_CCvmbykhvkxMGAufLAVhizMKLlMB_System_Collections_IEnumerator_Reset, (ControllerMapWithAxes_CCvmbykhvkxMGAufLAVhizMKLlMB * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E0A0, ControllerMapWithAxes_CCvmbykhvkxMGAufLAVhizMKLlMB_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02131DD0, Object *, ControllerMapWithAxes_CCvmbykhvkxMGAufLAVhizMKLlMB_System_Collections_IEnumerator_get_Current, (ControllerMapWithAxes_CCvmbykhvkxMGAufLAVhizMKLlMB * __this, MethodInfo * method)); DO_APP_FUNC(0x02131E40, IEnumerator_1_Rewired_ElementAssignmentConflictInfo_ *, ControllerMapWithAxes_CCvmbykhvkxMGAufLAVhizMKLlMB_System_Collections_Generic_IEnumerable_Rewired_ElementAssignmentConflictInfo__GetEnumerator, (ControllerMapWithAxes_CCvmbykhvkxMGAufLAVhizMKLlMB * __this, MethodInfo * method)); DO_APP_FUNC(0x02131FE0, IEnumerator *, ControllerMapWithAxes_CCvmbykhvkxMGAufLAVhizMKLlMB_System_Collections_IEnumerable_GetEnumerator, (ControllerMapWithAxes_CCvmbykhvkxMGAufLAVhizMKLlMB * __this, MethodInfo * method)); DO_APP_FUNC(0x02132180, void, KeyboardMap__ctor, (KeyboardMap * __this, MethodInfo * method)); DO_APP_FUNC(0x021321A0, void, KeyboardMap__ctor_1, (KeyboardMap * __this, KeyboardMap * param_0000a4db, MethodInfo * method)); DO_APP_FUNC(0x021321B0, void, KeyboardMap_whKSoIYYWrKZVzThrPFEbQSLtfpk, (KeyboardMap * __this, Guid param_0000a4dc, int32_t param_0000a4dd, int32_t param_0000a4de, MethodInfo * method)); DO_APP_FUNC(0x021321C0, KeyboardMap *, KeyboardMap_bJgAyRcnPgnMqUurDPRrkDfLjuWmA, (Guid param_0000a4df, int32_t param_0000a4e0, int32_t param_0000a4e1, MethodInfo * method)); DO_APP_FUNC(0x02132260, void, MouseMap__ctor, (MouseMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02132290, void, MouseMap__ctor_1, (MouseMap * __this, MouseMap * param_0000a4e2, MethodInfo * method)); DO_APP_FUNC(0x021321B0, void, MouseMap_whKSoIYYWrKZVzThrPFEbQSLtfpk, (MouseMap * __this, Guid param_0000a4e3, int32_t param_0000a4e4, int32_t param_0000a4e5, MethodInfo * method)); DO_APP_FUNC(0x021322A0, MouseMap *, MouseMap_bJgAyRcnPgnMqUurDPRrkDfLjuWmA, (Guid param_0000a4e6, int32_t param_0000a4e7, int32_t param_0000a4e8, MethodInfo * method)); DO_APP_FUNC(0x02132340, void, JoystickMap__ctor, (JoystickMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02132290, void, JoystickMap__ctor_1, (JoystickMap * __this, JoystickMap * param_0000a4e9, MethodInfo * method)); DO_APP_FUNC(0x021321B0, void, JoystickMap_whKSoIYYWrKZVzThrPFEbQSLtfpk, (JoystickMap * __this, Guid param_0000a4ea, int32_t param_0000a4eb, int32_t param_0000a4ec, MethodInfo * method)); DO_APP_FUNC(0x02132360, JoystickMap *, JoystickMap_bJgAyRcnPgnMqUurDPRrkDfLjuWmA, (Guid param_0000a4ed, int32_t param_0000a4ee, int32_t param_0000a4ef, MethodInfo * method)); DO_APP_FUNC(0x0101D6B0, int32_t, CustomControllerMap_get_sourceControllerId, (CustomControllerMap * __this, MethodInfo * method)); DO_APP_FUNC(0x00609B20, void, CustomControllerMap_set_sourceControllerId, (CustomControllerMap * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02132400, void, CustomControllerMap__ctor, (CustomControllerMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02132420, void, CustomControllerMap__ctor_1, (CustomControllerMap * __this, CustomControllerMap * param_0000a4f1, MethodInfo * method)); DO_APP_FUNC(0x02132460, void, CustomControllerMap_whKSoIYYWrKZVzThrPFEbQSLtfpk, (CustomControllerMap * __this, Guid param_0000a4f2, int32_t param_0000a4f3, int32_t param_0000a4f4, int32_t param_0000a4f5, MethodInfo * method)); DO_APP_FUNC(0x02132480, CustomControllerMap *, CustomControllerMap_bJgAyRcnPgnMqUurDPRrkDfLjuWmA, (Guid param_0000a4f6, int32_t param_0000a4f7, int32_t param_0000a4f8, int32_t param_0000a4f9, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, HardwareControllerMap_Game__ctor, (HardwareControllerMap_Game * __this, String * param_0000a55b, MethodInfo * method)); DO_APP_FUNC(0x02132530, void, HardwareControllerMap_Game__ctor_1, (HardwareControllerMap_Game * __this, String * param_0000a55c, int32_t param_0000a55d, ControllerElementIdentifier__Array * param_0000a55e, Int32__Array * param_0000a55f, Int32__Array * param_0000a560, AxisCalibrationData__Array * param_0000a561, AxisRange__Enum__Array * param_0000a562, HardwareAxisInfo__Array * param_0000a563, HardwareButtonInfo__Array * param_0000a564, HardwareJoystickMap_CompoundElement__Array * param_0000a565, MethodInfo * method)); DO_APP_FUNC(0x021325C0, void, HardwareControllerMap_Game__ctor_2, (HardwareControllerMap_Game * __this, String * param_0000a566, HardwareControllerMapIdentifier param_0000a567, JoystickType__Enum__Array * param_0000a568, ControllerElementIdentifier__Array * param_0000a569, Int32__Array * param_0000a56a, Int32__Array * param_0000a56b, AxisCalibrationData__Array * param_0000a56c, AxisRange__Enum__Array * param_0000a56d, HardwareAxisInfo__Array * param_0000a56e, HardwareButtonInfo__Array * param_0000a56f, HardwareJoystickMap_CompoundElement__Array * param_0000a570, MethodInfo * method)); DO_APP_FUNC(0x021327A0, void, HardwareControllerMap_Game__ctor_3, (HardwareControllerMap_Game * __this, String * param_0000a571, HardwareControllerMapIdentifier param_0000a572, ControllerElementIdentifier__Array * param_0000a573, Int32__Array * param_0000a574, Int32__Array * param_0000a575, AxisCalibrationData__Array * param_0000a576, AxisRange__Enum__Array * param_0000a577, HardwareAxisInfo__Array * param_0000a578, HardwareButtonInfo__Array * param_0000a579, HardwareJoystickMap_CompoundElement__Array * param_0000a57a, MethodInfo * method)); DO_APP_FUNC(0x02132840, void, HardwareControllerMap_Game__ctor_4, (HardwareControllerMap_Game * __this, String * param_0000a57b, ControllerElementIdentifier__Array * param_0000a57c, Int32__Array * param_0000a57d, Int32__Array * param_0000a57e, AxisCalibrationData__Array * param_0000a57f, AxisRange__Enum__Array * param_0000a580, HardwareAxisInfo__Array * param_0000a581, HardwareButtonInfo__Array * param_0000a582, HardwareJoystickMap_CompoundElement__Array * param_0000a583, MethodInfo * method)); DO_APP_FUNC(0x02133B00, String *, HardwareControllerMap_Game_GetElementIdentifierName, (HardwareControllerMap_Game * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x02133BE0, String *, HardwareControllerMap_Game_GetElementIdentifierPositiveName, (HardwareControllerMap_Game * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x02133CC0, String *, HardwareControllerMap_Game_GetElementIdentifierNegativeName, (HardwareControllerMap_Game * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x02133DA0, int32_t, HardwareControllerMap_Game_GetAxisIndex, (HardwareControllerMap_Game * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7108, HardwareControllerMap_Game_GetAxisIndex__MethodInfo); DO_APP_FUNC(0x02133E00, int32_t, HardwareControllerMap_Game_GetAxisIndex_1, (HardwareControllerMap_Game * __this, String * elementIdentifierName, MethodInfo * method)); DO_APP_FUNC(0x02134010, int32_t, HardwareControllerMap_Game_GetButtonIndex, (HardwareControllerMap_Game * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x02134070, int32_t, HardwareControllerMap_Game_GetButtonIndex_1, (HardwareControllerMap_Game * __this, String * elementIdentifierName, MethodInfo * method)); DO_APP_FUNC(0x02134280, ControllerElementIdentifier *, HardwareControllerMap_Game_GetElementIdentifierById, (HardwareControllerMap_Game * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02134330, ControllerElementIdentifier *, HardwareControllerMap_Game_GetButtonElementIdentifierById, (HardwareControllerMap_Game * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x021343A0, ControllerElementIdentifier *, HardwareControllerMap_Game_GetAxisElementIdentifierById, (HardwareControllerMap_Game * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02134410, HardwareJoystickMap_CompoundElement *, HardwareControllerMap_Game_GetAxis2DData, (HardwareControllerMap_Game * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x021344A0, HardwareJoystickMap_CompoundElement *, HardwareControllerMap_Game_GetHatData, (HardwareControllerMap_Game * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02134530, ControllerElementType__Enum, HardwareControllerMap_Game_GetElementType, (HardwareControllerMap_Game * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x021345F0, int32_t, HardwareControllerMap_Game_YdgZVrkJPVxbNGmpJoUMDueVZoQD, (HardwareControllerMap_Game * __this, ControllerElementIdentifier__Array * param_0000a591, int32_t param_0000a592, MethodInfo * method)); DO_APP_FUNC(0x02134650, String__Array *, HardwareJoystickMap_InputManager_GetAxisNames, (HardwareJoystickMap_InputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02134690, String__Array *, HardwareJoystickMap_InputManager_GetEffectiveButtonNames, (HardwareJoystickMap_InputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x021346D0, void, HardwareJoystickMap_InputManager__ctor, (HardwareJoystickMap_InputManager * __this, HardwareControllerMapIdentifier param_0000a593, JoystickType__Enum__Array * param_0000a594, HardwareJoystickMap_Platform * param_0000a595, String * param_0000a596, int32_t param_0000a597, int32_t param_0000a598, int32_t param_0000a599, HardwareJoystickMap_CompoundElement__Array * param_0000a59a, MethodInfo * method)); DO_APP_FUNC(0x02134980, HardwareControllerMap_Game *, HardwareJoystickMap_InputManager_ToGameHardwareControllerMap, (HardwareJoystickMap_InputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, InputAction_get_id, (InputAction * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, InputAction_xWRGFNdOMqqVqCuLnUOgGFgmussVA, (InputAction * __this, int32_t param_0000a59b, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, InputAction_get_name, (InputAction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, InputAction_ihkCtNaLvgknwaCHwtPnNUZfSZmJ, (InputAction * __this, String * param_0000a59c, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, InputActionType__Enum, InputAction_get_type, (InputAction * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, InputAction_GwTSRDwYXFuwwgeYfKjpTioKnfv, (InputAction * __this, InputActionType__Enum param_0000a59d, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, InputAction_get_descriptiveName, (InputAction * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, InputAction_WIiDGYzVObqAQoFxfzmwVqAPlohm, (InputAction * __this, String * param_0000a59e, MethodInfo * method)); DO_APP_FUNC(0x021352C0, String *, InputAction_get_positiveDescriptiveName, (InputAction * __this, MethodInfo * method)); DO_APP_FUNC(0x02135380, void, InputAction_dTtSQBsYuvMKrkoQynmRYCBrJpdY, (InputAction * __this, String * param_0000a59f, MethodInfo * method)); DO_APP_FUNC(0x02135480, String *, InputAction_get_negativeDescriptiveName, (InputAction * __this, MethodInfo * method)); DO_APP_FUNC(0x02135540, void, InputAction_oWSUNNFZFYulefccAKAFHeoLmTDw, (InputAction * __this, String * param_0000a5a0, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int32_t, InputAction_get_behaviorId, (InputAction * __this, MethodInfo * method)); DO_APP_FUNC(0x00523180, void, InputAction_rSUrgqgNXQiOJfqFeyObXIafZLHQ, (InputAction * __this, int32_t param_0000a5a1, MethodInfo * method)); DO_APP_FUNC(0x003C5400, int32_t, InputAction_get_categoryId, (InputAction * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5410, void, InputAction_qIUBoppvaYqsDRZrifMVSQksFUcU, (InputAction * __this, int32_t param_0000a5a2, MethodInfo * method)); DO_APP_FUNC(0x006104D0, bool, InputAction_get_userAssignable, (InputAction * __this, MethodInfo * method)); DO_APP_FUNC(0x01D595A0, void, InputAction_wfzSpMctYfInIfKVMoyrBQgoajtR, (InputAction * __this, bool param_0000a5a3, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputAction__ctor, (InputAction * __this, MethodInfo * method)); DO_APP_FUNC(0x02135640, void, InputAction__ctor_1, (InputAction * __this, InputAction * param_0000a5a4, MethodInfo * method)); DO_APP_FUNC(0x021357E0, InputAction *, InputAction_Clone, (InputAction * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, InputBehavior_get_id, (InputBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, InputBehavior_xWRGFNdOMqqVqCuLnUOgGFgmussVA, (InputBehavior * __this, int32_t param_0000a5a5, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, InputBehavior_get_name, (InputBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, InputBehavior_ihkCtNaLvgknwaCHwtPnNUZfSZmJ, (InputBehavior * __this, String * param_0000a5a6, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, InputBehavior_get_joystickAxisSensitivity, (InputBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x021359B0, void, InputBehavior_set_joystickAxisSensitivity, (InputBehavior * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x009866A0, bool, InputBehavior_get_digitalAxisSimulation, (InputBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x009866B0, void, InputBehavior_set_digitalAxisSimulation, (InputBehavior * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009866C0, bool, InputBehavior_get_digitalAxisSnap, (InputBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x009866D0, void, InputBehavior_set_digitalAxisSnap, (InputBehavior * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x021359E0, bool, InputBehavior_get_digitalAxisInstantReverse, (InputBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x021359F0, void, InputBehavior_set_digitalAxisInstantReverse, (InputBehavior * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB1A0, float, InputBehavior_get_digitalAxisGravity, (InputBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x02135A00, void, InputBehavior_set_digitalAxisGravity, (InputBehavior * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB0F0, float, InputBehavior_get_digitalAxisSensitivity, (InputBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x02135A30, void, InputBehavior_set_digitalAxisSensitivity, (InputBehavior * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C5300, MouseXYAxisMode__Enum, InputBehavior_get_mouseXYAxisMode, (InputBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5310, void, InputBehavior_set_mouseXYAxisMode, (InputBehavior * __this, MouseXYAxisMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, MouseOtherAxisMode__Enum, InputBehavior_get_mouseOtherAxisMode, (InputBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00C083A0, void, InputBehavior_set_mouseOtherAxisMode, (InputBehavior * __this, MouseOtherAxisMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CE2C0, float, InputBehavior_get_mouseXYAxisSensitivity, (InputBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x02135A60, void, InputBehavior_set_mouseXYAxisSensitivity, (InputBehavior * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01365740, MouseXYAxisDeltaCalc__Enum, InputBehavior_get_mouseXYAxisDeltaCalc, (InputBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x01A728E0, void, InputBehavior_set_mouseXYAxisDeltaCalc, (InputBehavior * __this, MouseXYAxisDeltaCalc__Enum value, MethodInfo * method)); DO_APP_FUNC(0x008CC030, float, InputBehavior_get_mouseOtherAxisSensitivity, (InputBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x02135A90, void, InputBehavior_set_mouseOtherAxisSensitivity, (InputBehavior * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CA4F60, float, InputBehavior_get_customControllerAxisSensitivity, (InputBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x02135AC0, void, InputBehavior_set_customControllerAxisSensitivity, (InputBehavior * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CE5090, float, InputBehavior_get_buttonDoublePressSpeed, (InputBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x02135AF0, void, InputBehavior_set_buttonDoublePressSpeed, (InputBehavior * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00BC1070, float, InputBehavior_get_buttonShortPressTime, (InputBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x02135B20, void, InputBehavior_set_buttonShortPressTime, (InputBehavior * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C92C50, float, InputBehavior_get_buttonShortPressExpiresIn, (InputBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x02135B50, void, InputBehavior_set_buttonShortPressExpiresIn, (InputBehavior * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00CA3F80, float, InputBehavior_get_buttonLongPressTime, (InputBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x02135B80, void, InputBehavior_set_buttonLongPressTime, (InputBehavior * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00ABB120, float, InputBehavior_get_buttonLongPressExpiresIn, (InputBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x02135BB0, void, InputBehavior_set_buttonLongPressExpiresIn, (InputBehavior * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00ABB140, float, InputBehavior_get_buttonDeadZone, (InputBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x02135BE0, void, InputBehavior_set_buttonDeadZone, (InputBehavior * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00ABB160, float, InputBehavior_get_buttonDownBuffer, (InputBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x02135C10, void, InputBehavior_set_buttonDownBuffer, (InputBehavior * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C86150, float, InputBehavior_get_buttonRepeatRate, (InputBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x02135C40, void, InputBehavior_set_buttonRepeatRate, (InputBehavior * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x008C4D60, float, InputBehavior_get_buttonRepeatDelay, (InputBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x02135C60, void, InputBehavior_set_buttonRepeatDelay, (InputBehavior * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02135C70, void, InputBehavior__ctor, (InputBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x02135CA0, void, InputBehavior__ctor_1, (InputBehavior * __this, InputBehavior * param_0000a5bc, MethodInfo * method)); DO_APP_FUNC(0x02135CE0, String *, InputBehavior_ToXmlString, (InputBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x02135DA0, bool, InputBehavior_ImportXmlString, (InputBehavior * __this, String * xmlString, MethodInfo * method)); DO_APP_FUNC(0x02135E80, String *, InputBehavior_ToJsonString, (InputBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x02135F40, bool, InputBehavior_ImportJsonString, (InputBehavior * __this, String * jsonString, MethodInfo * method)); DO_APP_FUNC(0x02136020, bool, InputBehavior_ImportData, (InputBehavior * __this, InputBehavior * inputBehavior, MethodInfo * method)); DO_APP_FUNC(0x02136050, InputBehavior *, InputBehavior_Clone, (InputBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x021360E0, void, InputBehavior_Reset, (InputBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x02136250, SerializedObject *, InputBehavior_EzqiEEEWXRcFandYfjuNyuXauYOg, (InputBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x021370D0, void, InputBehavior_zyWfjMEQMKfrcFUIuJsQekkGmZXeB, (InputBehavior * __this, SerializedObject * param_0000a5c0, MethodInfo * method)); DO_APP_FUNC(0x02137880, void, InputBehavior_IgbDHXCTuMwNmkfBKnaDzOpDMCIg, (InputBehavior * param_0000a5c1, InputBehavior * param_0000a5c2, bool param_0000a5c3, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, InputCategory_get_name, (InputCategory * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InputCategory_ihkCtNaLvgknwaCHwtPnNUZfSZmJ, (InputCategory * __this, String * param_0000a5c4, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, InputCategory_get_descriptiveName, (InputCategory * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, InputCategory_WIiDGYzVObqAQoFxfzmwVqAPlohm, (InputCategory * __this, String * param_0000a5c5, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, InputCategory_get_tag, (InputCategory * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, InputCategory_YpmKNUNmvinuVdrkRltGDLuRjjNv, (InputCategory * __this, String * param_0000a5c6, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, InputCategory_get_id, (InputCategory * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, InputCategory_xWRGFNdOMqqVqCuLnUOgGFgmussVA, (InputCategory * __this, int32_t param_0000a5c7, MethodInfo * method)); DO_APP_FUNC(0x0041F540, bool, InputCategory_get_userAssignable, (InputCategory * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F550, void, InputCategory_wfzSpMctYfInIfKVMoyrBQgoajtR, (InputCategory * __this, bool param_0000a5c8, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputCategory__ctor, (InputCategory * __this, MethodInfo * method)); DO_APP_FUNC(0x021379C0, void, InputCategory__ctor_1, (InputCategory * __this, InputCategory * param_0000a5c9, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, InputMapCategory_get_checkConflictsWithAllCategories, (InputMapCategory * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88980, void, InputMapCategory_AXupdtUYzTMVtOoJhOvgVEaFBAiBA, (InputMapCategory * __this, bool param_0000a5ca, MethodInfo * method)); DO_APP_FUNC(0x003C5390, IList_1_System_Int32_ *, InputMapCategory_get_checkConflictsCategoryIds, (InputMapCategory * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, List_1_System_Int32_ *, InputMapCategory_aYBJpcXgcGqzHjIKOuvGxAKcqmQK, (InputMapCategory * __this, MethodInfo * method)); DO_APP_FUNC(0x02137B10, void, InputMapCategory__ctor, (InputMapCategory * __this, MethodInfo * method)); DO_APP_FUNC(0x02137BD0, void, InputMapCategory__ctor_1, (InputMapCategory * __this, InputMapCategory * param_0000a5cb, MethodInfo * method)); DO_APP_FUNC(0x02137C90, void, InputMapCategory_LIeljCbdoWdgBAecluMnblrpCnHu, (InputMapCategory * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, InputLayout_get_name, (InputLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InputLayout_ihkCtNaLvgknwaCHwtPnNUZfSZmJ, (InputLayout * __this, String * param_0000a5cc, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, InputLayout_get_descriptiveName, (InputLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, InputLayout_WIiDGYzVObqAQoFxfzmwVqAPlohm, (InputLayout * __this, String * param_0000a5cd, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, InputLayout_get_id, (InputLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, InputLayout_xWRGFNdOMqqVqCuLnUOgGFgmussVA, (InputLayout * __this, int32_t param_0000a5ce, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputLayout__ctor, (InputLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x02137DB0, void, InputLayout__ctor_1, (InputLayout * __this, InputLayout * param_0000a5cf, MethodInfo * method)); DO_APP_FUNC(0x02137E90, InputLayout *, InputLayout_Clone, (InputLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x02137FA0, InputMapper *, InputMapper_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x02138070, int32_t, InputMapper_nXhaPoQgzMLZczwXfrlnhnbsizvcA, (MethodInfo * method)); DO_APP_FUNC(0x021380D0, InputMapper_Options *, InputMapper_get_options, (InputMapper * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, InputMapper_set_options, (InputMapper * __this, InputMapper_Options * value, MethodInfo * method)); DO_APP_FUNC(0x02138280, InputMapper_Context *, InputMapper_get_mappingContext, (InputMapper * __this, MethodInfo * method)); DO_APP_FUNC(0x021382C0, InputMapper_Status__Enum, InputMapper_get_status, (InputMapper * __this, MethodInfo * method)); DO_APP_FUNC(0x021382E0, float, InputMapper_get_timeRemaining, (InputMapper * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, InputMapper_aTofYefWhmDsBQbeoAZeCBoydUx, (InputMapper * __this, MethodInfo * method)); DO_APP_FUNC(0x02138300, void, InputMapper_add_InputMappedEvent, (InputMapper * __this, Action_1_Rewired_InputMapper_InputMappedEventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x02138510, void, InputMapper_remove_InputMappedEvent, (InputMapper * __this, Action_1_Rewired_InputMapper_InputMappedEventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x02138610, void, InputMapper_add_ErrorEvent, (InputMapper * __this, Action_1_Rewired_InputMapper_ErrorEventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x02138820, void, InputMapper_remove_ErrorEvent, (InputMapper * __this, Action_1_Rewired_InputMapper_ErrorEventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x02138930, void, InputMapper_add_CanceledEvent, (InputMapper * __this, Action_1_Rewired_InputMapper_CanceledEventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x02138B40, void, InputMapper_remove_CanceledEvent, (InputMapper * __this, Action_1_Rewired_InputMapper_CanceledEventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x02138C50, void, InputMapper_add_TimedOutEvent, (InputMapper * __this, Action_1_Rewired_InputMapper_TimedOutEventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x02138E60, void, InputMapper_remove_TimedOutEvent, (InputMapper * __this, Action_1_Rewired_InputMapper_TimedOutEventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x02138F70, void, InputMapper_add_StartedEvent, (InputMapper * __this, Action_1_Rewired_InputMapper_StartedEventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x02139180, void, InputMapper_remove_StartedEvent, (InputMapper * __this, Action_1_Rewired_InputMapper_StartedEventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x02139290, void, InputMapper_add_StoppedEvent, (InputMapper * __this, Action_1_Rewired_InputMapper_StoppedEventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x021394A0, void, InputMapper_remove_StoppedEvent, (InputMapper * __this, Action_1_Rewired_InputMapper_StoppedEventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x021395B0, void, InputMapper_add_ConflictFoundEvent, (InputMapper * __this, Action_1_Rewired_InputMapper_ConflictFoundEventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x021397C0, void, InputMapper_remove_ConflictFoundEvent, (InputMapper * __this, Action_1_Rewired_InputMapper_ConflictFoundEventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x021398D0, void, InputMapper__ctor, (InputMapper * __this, MethodInfo * method)); DO_APP_FUNC(0x02139950, void, InputMapper__ctor_1, (InputMapper * __this, bool param_0000a5df, MethodInfo * method)); DO_APP_FUNC(0x0213A650, void, InputMapper_RemoveEventListeners, (InputMapper * __this, Object * listenerOrParent, MethodInfo * method)); DO_APP_FUNC(0x0213A800, void, InputMapper_RemoveAllEventListeners, (InputMapper * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputMapper_afOiYLttSPPufgHcbhooYkfKhsps, (InputMapper * __this, Object * param_0000a5e1, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputMapper_ARfbxuBMkjKAGVAgWWhykJlUdeeV, (InputMapper * __this, MethodInfo * method)); DO_APP_FUNC(0x0213A990, bool, InputMapper_Start, (InputMapper * __this, InputMapper_Context * mappingContext, MethodInfo * method)); DO_APP_FUNC(0x0213A9F0, void, InputMapper_Stop, (InputMapper * __this, MethodInfo * method)); DO_APP_FUNC(0x0213AA50, void, InputMapper_Clear, (InputMapper * __this, MethodInfo * method)); DO_APP_FUNC(0x0213AB00, bool, InputMapper_EYgUqxVOvlxAncmlBdqRqEjCJSBv, (InputMapper * __this, InputMapper_Context * param_0000a5e3, InputMapper_Options * param_0000a5e4, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, InputMapper_Context_get_actionId, (InputMapper_Context * __this, MethodInfo * method)); DO_APP_FUNC(0x0213AD80, void, InputMapper_Context_set_actionId, (InputMapper_Context * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0213ADE0, String *, InputMapper_Context_get_actionName, (InputMapper_Context * __this, MethodInfo * method)); DO_APP_FUNC(0x0213AE80, void, InputMapper_Context_set_actionName, (InputMapper_Context * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ControllerMap *, InputMapper_Context_get_controllerMap, (InputMapper_Context * __this, MethodInfo * method)); DO_APP_FUNC(0x0213AFA0, void, InputMapper_Context_set_controllerMap, (InputMapper_Context * __this, ControllerMap * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, ActionElementMap *, InputMapper_Context_get_actionElementMapToReplace, (InputMapper_Context * __this, MethodInfo * method)); DO_APP_FUNC(0x0213B050, void, InputMapper_Context_set_actionElementMapToReplace, (InputMapper_Context * __this, ActionElementMap * value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, AxisRange__Enum, InputMapper_Context_get_actionRange, (InputMapper_Context * __this, MethodInfo * method)); DO_APP_FUNC(0x0213B100, void, InputMapper_Context_set_actionRange, (InputMapper_Context * __this, AxisRange__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0213B160, void, InputMapper_Context__ctor, (InputMapper_Context * __this, MethodInfo * method)); DO_APP_FUNC(0x0213B170, void, InputMapper_Context__ctor_1, (InputMapper_Context * __this, InputMapper_Context * param_0000a5ea, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C902C0, InputMapper_Context__ctor_1__MethodInfo); DO_APP_FUNC(0x0213B2B0, InputMapper_Context *, InputMapper_Context_Clone, (InputMapper_Context * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA86D0, void, InputMapper_Context_mVIdyOEMeDarcCGsEHYtnTHnCuLib, (InputMapper_Context * __this, MethodInfo * method)); DO_APP_FUNC(0x0213B420, bool, InputMapper_Context_dIhAWFuIZJbiAZZKYWteTPPRgxOj, (InputMapper_Context * __this, MethodInfo * method)); DO_APP_FUNC(0x0213B480, void, InputMapper_Context_Copy, (InputMapper_Context * source, InputMapper_Context * destination, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C902B0, InputMapper_Context_Copy__MethodInfo); DO_APP_FUNC(0x003BABE0, void, InputMapper_EventData__ctor, (InputMapper_EventData * __this, InputMapper * param_0000a5ed, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, InputMapper_InputMappedEventData__ctor, (InputMapper_InputMappedEventData * __this, InputMapper * param_0000a5ee, ActionElementMap * param_0000a5ef, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, InputMapper_CanceledEventData__ctor, (InputMapper_CanceledEventData * __this, InputMapper * param_0000a5f0, String * param_0000a5f1, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, InputMapper_ErrorEventData__ctor, (InputMapper_ErrorEventData * __this, InputMapper * param_0000a5f2, String * param_0000a5f3, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InputMapper_TimedOutEventData__ctor, (InputMapper_TimedOutEventData * __this, InputMapper * param_0000a5f4, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InputMapper_StartedEventData__ctor, (InputMapper_StartedEventData * __this, InputMapper * param_0000a5f5, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InputMapper_StoppedEventData__ctor, (InputMapper_StoppedEventData * __this, InputMapper * param_0000a5f6, MethodInfo * method)); DO_APP_FUNC(0x0213B600, void, InputMapper_ConflictFoundEventData__ctor, (InputMapper_ConflictFoundEventData * __this, InputMapper * param_0000a5f7, Action_1_Rewired_InputMapper_ConflictResponse_ * param_0000a5f8, ElementAssignmentInfo * param_0000a5f9, IList_1_Rewired_ElementAssignmentConflictInfo_ * param_0000a5fa, bool param_0000a5fb, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, InputMapper_Status__Enum, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_haXCVOUApfZJHlXVsDvSYfVMIbdx, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, MethodInfo * method)); DO_APP_FUNC(0x0213B760, float, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_eqxvKoWisXUezCXTgZtSnJCeLIfC, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, MethodInfo * method)); DO_APP_FUNC(0x0213B810, InputMapper_Context *, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_fLeHNCPtmrlgkROaFwWtQoPjVAYm, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, MethodInfo * method)); DO_APP_FUNC(0x0213B840, bool, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_DdaiWwXcWZutXAnyRbDlkeXXDYloA, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, MethodInfo * method)); DO_APP_FUNC(0x0213B880, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR__ctor, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, InputMapper * param_0000a5fc, Dictionary_2_Rewired_InputMapper_LHIKMCjQdqDNBdfhNEqxmrgcNERkA_Rewired_Utils_SafeDelegate_ * param_0000a5fd, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90310, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR__ctor__MethodInfo); DO_APP_FUNC(0x0213BC60, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_CKQeYexxcEWMBSnZtVhPKvVjjVUV, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, MethodInfo * method)); DO_APP_FUNC(0x0213BCA0, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_EYgUqxVOvlxAncmlBdqRqEjCJSBv, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, InputMapper_Context * param_0000a5fe, InputMapper_Options * param_0000a5ff, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90300, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_EYgUqxVOvlxAncmlBdqRqEjCJSBv__MethodInfo); DO_APP_FUNC(0x0213C090, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_YTKNnHfkhlBSgWEjOhCZGKDfZafwA, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, String * param_0000a600, MethodInfo * method)); DO_APP_FUNC(0x0213C0A0, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_XUYlHArjcZHIIZmMQVtfQqgGDltj, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, UpdateLoopType__Enum param_0000a601, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90258, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_XUYlHArjcZHIIZmMQVtfQqgGDltj__MethodInfo); DO_APP_FUNC(0x0213C5A0, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_RKFCdeGEFKARohjtZIMETfTjywVp, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, MethodInfo * method)); DO_APP_FUNC(0x0213C6A0, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_LEVMBTiGAHYaimJyWTBXOzhWSbXE, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, MethodInfo * method)); DO_APP_FUNC(0x0213C750, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_LXrhUiKcfDhdcAxSIwfRGDqggPoMA__Enum, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_yMjEHhJadoUjlBJwIhWrtnpXmUDBb, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, ElementAssignment * param_0000a602, MethodInfo * method)); DO_APP_FUNC(0x0213CB70, bool, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_aRlwIqawrbxgqjFzdtjmSCpVvNyj, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, IEnumerable_1_Rewired_ControllerPollingInfo_ * * param_0000a603, ModifierKeyFlags__Enum * param_0000a604, MethodInfo * method)); DO_APP_FUNC(0x0213CE90, IEnumerable_1_Rewired_ControllerPollingInfo_ *, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_lrKHDIPdKIaYGaSHGVAzdHTaEIyGb, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, ModifierKeyFlags__Enum * param_0000a605, MethodInfo * method)); DO_APP_FUNC(0x0213D110, ControllerPollingInfo, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_DHgtiKFYwTmQlQHWIkzVkwexkmEk, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, InputMapper_Options * param_0000a606, ModifierKeyFlags__Enum * param_0000a607, MethodInfo * method)); DO_APP_FUNC(0x0213D200, ControllerPollingInfo, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_DHgtiKFYwTmQlQHWIkzVkwexkmEk_1, (InputMapper_Options * param_0000a608, bool * param_0000a609, ModifierKeyFlags__Enum * param_0000a60a, String * * param_0000a60b, MethodInfo * method)); DO_APP_FUNC(0x0213D950, bool, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_CQpNFyzXAJKsEyuHfxuDNhXvBQSiA, (ControllerPollingInfo param_0000a60c, InputMapper_Options * param_0000a60d, MethodInfo * method)); DO_APP_FUNC(0x0213DA70, bool, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_RyycAcqflvmFFvpCDtEBdyekULvW, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM * param_0000a60e, ControllerPollingInfo param_0000a60f, InputMapper_Options * param_0000a610, MethodInfo * method)); DO_APP_FUNC(0x0213DAC0, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_hTZdJXchkRVtgGAkDfXXTUIZHtz, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, MethodInfo * method)); DO_APP_FUNC(0x0213DF60, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_LXrhUiKcfDhdcAxSIwfRGDqggPoMA__Enum, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_xuLgxwAbVrwjHvPFvuPrwmuuKeelA, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, ElementAssignment param_0000a611, MethodInfo * method)); DO_APP_FUNC(0x0213E180, bool, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_TyFWKRbbNVFNHsRvmIoLYGmTttGm, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM * param_0000a612, ElementAssignment param_0000a613, List_1_Rewired_Player_ * param_0000a614, MethodInfo * method)); DO_APP_FUNC(0x0213E320, bool, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_lEBoDhXcakIcicQCRJZeuZHtmFyi, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM * param_0000a615, ElementAssignment param_0000a616, List_1_Rewired_Player_ * param_0000a617, MethodInfo * method)); DO_APP_FUNC(0x0213E620, IList_1_Rewired_ElementAssignmentConflictInfo_ *, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_IUNLmIzQQZpEDtKmOebKJMODFmMGA, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM * param_0000a618, ElementAssignment param_0000a619, List_1_Rewired_Player_ * param_0000a61a, MethodInfo * method)); DO_APP_FUNC(0x0213E9A0, bool, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_tqYYKPucsQRepDiimJLXciwXkKbr, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM * param_0000a61b, ElementAssignment param_0000a61c, ElementAssignmentConflictCheck * param_0000a61d, MethodInfo * method)); DO_APP_FUNC(0x0213EAF0, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ZMFxMkYOKynCHMoufJmNhVlvkQFH, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM * param_0000a61e, ElementAssignment param_0000a61f, List_1_Rewired_Player_ * param_0000a620, MethodInfo * method)); DO_APP_FUNC(0x0213ECB0, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_DzZNislCYimvSlIHwfvcZRoagqOiA, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, MethodInfo * method)); DO_APP_FUNC(0x0213ED90, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_nkPytsnWaCRhLOVXEKkPfhqdjONU, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, MethodInfo * method)); DO_APP_FUNC(0x0213EE40, bool, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_SDHdTnCixQDyZkHFxOnOywWUzaWS, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, InputMapper_LHIKMCjQdqDNBdfhNEqxmrgcNERkA__Enum param_0000a621, MethodInfo * method)); DO_APP_FUNC(0x0213EED0, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_WvkgMZjZcXdSBHbfJOizpIKWuCw, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF9000, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_SfqROiNMQFBYwBhgPycGwqnUPvKc, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, MethodInfo * method)); DO_APP_FUNC(0x0213EF40, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_JRNSnwbLxMvCpBManrWSHyYYTpsV, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, ActionElementMap * param_0000a624, MethodInfo * method)); DO_APP_FUNC(0x0213F090, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_MlJhRQoRwXtORNdarsUDeKINVZCs, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, String * param_0000a625, MethodInfo * method)); DO_APP_FUNC(0x0213F1F0, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_LXrhUiKcfDhdcAxSIwfRGDqggPoMA__Enum, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_xnBBqgbeZffYXojxdaPbsnDAaOUk, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, ElementAssignment param_0000a626, MethodInfo * method)); DO_APP_FUNC(0x0213F500, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_LXrhUiKcfDhdcAxSIwfRGDqggPoMA__Enum, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_FnRbSSwJSzsqKyrEJdyvaSJGvUzj, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, InputMapper_ConflictResponse__Enum param_0000a627, ElementAssignment param_0000a628, MethodInfo * method)); DO_APP_FUNC(0x0213F590, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_LXrhUiKcfDhdcAxSIwfRGDqggPoMA__Enum, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_FnRbSSwJSzsqKyrEJdyvaSJGvUzj_1, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, InputMapper_ConflictResponse__Enum param_0000a629, ElementAssignment param_0000a62a, bool param_0000a62b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C901C0, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_FnRbSSwJSzsqKyrEJdyvaSJGvUzj_1__MethodInfo); DO_APP_FUNC(0x0213F890, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_rApMoPrEnZGQIKdJDrGFLWFJcpuBb, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, MethodInfo * method)); DO_APP_FUNC(0x0213F980, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_SmzTftWfrdLfToPAZIjiYsOQaAOg, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, String * param_0000a62c, MethodInfo * method)); DO_APP_FUNC(0x0213FAE0, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_RtsnMHQeGKefotAiqEYOgmwsrdQk, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, MethodInfo * method)); DO_APP_FUNC(0x0213FB10, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_SkEDrHXCmGHOwBVKsAAoPHSDxvEX, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, MethodInfo * method)); DO_APP_FUNC(0x0213FB90, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_QmGUvSfbWWCoUorpbDWzaElJPBIUA, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, ElementAssignment param_0000a62d, MethodInfo * method)); DO_APP_FUNC(0x0213FD90, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_tHvzAwgtORnNefvVbkNIQSzfqORy, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, ActionElementMap * param_0000a62e, MethodInfo * method)); DO_APP_FUNC(0x0213FEE0, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_xFQgsHIkXcuqLelZkGvIZwVuDDUi, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, MethodInfo * method)); DO_APP_FUNC(0x0213FFD0, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_CTGQTNkViapoiEhSbDoGhEKnRtgl, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, String * param_0000a62f, MethodInfo * method)); DO_APP_FUNC(0x02140130, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ybkajKTtFCoOaQhTetJYdcmlweyH, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, String * param_0000a630, MethodInfo * method)); DO_APP_FUNC(0x02140290, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_yJnepmyXLxJduEbirEiyrlFcGSxL, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, ElementAssignmentInfo * param_0000a631, IList_1_Rewired_ElementAssignmentConflictInfo_ * param_0000a632, bool param_0000a633, MethodInfo * method)); DO_APP_FUNC(0x02140500, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_SbOfjQVQuUAzygNAxMldggKKzkui, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, MethodInfo * method)); DO_APP_FUNC(0x021405F0, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_NPINRNuptmeelGOXTsimLbhaYntb, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, MethodInfo * method)); DO_APP_FUNC(0x021406E0, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_wKittLqrLhOuPzqgcxrKWWttlJaj, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, InputMapper_ConflictResponse__Enum param_0000a634, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C901E0, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_wKittLqrLhOuPzqgcxrKWWttlJaj__MethodInfo); DO_APP_FUNC(0x003B93C0, Player *, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM_zblZdhDuHcJLVeIAUNgfcLTcepBAA, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM_oodOKDCqHNzBiTEIYCCBJauiPuUTA, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, InputMapper_Context *, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM_xlRFCQGivkRGarqbMRbDTEwvjDMDA, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, ControllerType__Enum, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM_yUYzgSaMoEEHcqmlkUhGfzyyGwhU, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, int32_t, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM_viNnGnsuTmFDKXGjRwZMpUOmNUfU, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7B980, ControllerPollingInfo, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM_zkiWWnFQqGuWYGwMRFKRBhSNfQZJ, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM * __this, MethodInfo * method)); DO_APP_FUNC(0x007666D0, ModifierKeyFlags__Enum, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM_BUehCZAHgJsoedgusgZecaWgNOhU, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM * __this, MethodInfo * method)); DO_APP_FUNC(0x02140870, AxisRange__Enum, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM_UOcoGEEOVQERUDTlevKuIaBolTEh, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM * __this, MethodInfo * method)); DO_APP_FUNC(0x021408C0, String *, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM_vKHUsFrDYVrHGJlmIPUUorvDuTgd, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM__ctor, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM * __this, MethodInfo * method)); DO_APP_FUNC(0x02140A70, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM_LIeljCbdoWdgBAecluMnblrpCnHu, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM * __this, Player * param_0000a635, InputMapper_Context * param_0000a636, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90128, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM_LIeljCbdoWdgBAecluMnblrpCnHu__MethodInfo); DO_APP_FUNC(0x02140C10, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM * __this, MethodInfo * method)); DO_APP_FUNC(0x02140CF0, ElementAssignment, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM_SiEnCAuqXRXwqGXZyTCffAevlIWk, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM * __this, ControllerPollingInfo param_0000a637, MethodInfo * method)); DO_APP_FUNC(0x02140DA0, ElementAssignment, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM_SiEnCAuqXRXwqGXZyTCffAevlIWk_1, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM * __this, ControllerPollingInfo param_0000a638, ModifierKeyFlags__Enum param_0000a639, MethodInfo * method)); DO_APP_FUNC(0x02140E60, ElementAssignment, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM_SiEnCAuqXRXwqGXZyTCffAevlIWk_2, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_ktfcPBlLMXTfubNjdRHamORfRcXM * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, InputMapper_Options_get_allowAxes, (InputMapper_Options * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, InputMapper_Options_set_allowAxes, (InputMapper_Options * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00422A30, bool, InputMapper_Options_get_allowButtons, (InputMapper_Options * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A40, void, InputMapper_Options_set_allowButtons, (InputMapper_Options * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AC1170, bool, InputMapper_Options_get_allowButtonsOnFullAxisAssignment, (InputMapper_Options * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC1180, void, InputMapper_Options_set_allowButtonsOnFullAxisAssignment, (InputMapper_Options * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BA310, float, InputMapper_Options_get_timeout, (InputMapper_Options * __this, MethodInfo * method)); DO_APP_FUNC(0x02140F70, void, InputMapper_Options_set_timeout, (InputMapper_Options * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, InputMapper_Options_get_checkForConflicts, (InputMapper_Options * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, InputMapper_Options_set_checkForConflicts, (InputMapper_Options * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF3A0, bool, InputMapper_Options_get_checkForConflictsWithAllPlayers, (InputMapper_Options * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3B0, void, InputMapper_Options_set_checkForConflictsWithAllPlayers, (InputMapper_Options * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF3C0, bool, InputMapper_Options_get_checkForConflictsWithSelf, (InputMapper_Options * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3D0, void, InputMapper_Options_set_checkForConflictsWithSelf, (InputMapper_Options * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF3E0, bool, InputMapper_Options_get_checkForConflictsWithSystemPlayer, (InputMapper_Options * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3F0, void, InputMapper_Options_set_checkForConflictsWithSystemPlayer, (InputMapper_Options * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Int32__Array *, InputMapper_Options_get_checkForConflictsWithPlayerIds, (InputMapper_Options * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, InputMapper_Options_set_checkForConflictsWithPlayerIds, (InputMapper_Options * __this, Int32__Array * value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, InputMapper_ConflictResponse__Enum, InputMapper_Options_get_defaultActionWhenConflictFound, (InputMapper_Options * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, InputMapper_Options_set_defaultActionWhenConflictFound, (InputMapper_Options * __this, InputMapper_ConflictResponse__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0041F540, bool, InputMapper_Options_get_ignoreMouseXAxis, (InputMapper_Options * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F550, void, InputMapper_Options_set_ignoreMouseXAxis, (InputMapper_Options * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0046DDA0, bool, InputMapper_Options_get_ignoreMouseYAxis, (InputMapper_Options * __this, MethodInfo * method)); DO_APP_FUNC(0x0046DDB0, void, InputMapper_Options_set_ignoreMouseYAxis, (InputMapper_Options * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02140F80, bool, InputMapper_Options_get_allowKeyboardKeysWithModifiers, (InputMapper_Options * __this, MethodInfo * method)); DO_APP_FUNC(0x02140F90, void, InputMapper_Options_set_allowKeyboardKeysWithModifiers, (InputMapper_Options * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02140FA0, bool, InputMapper_Options_get_allowKeyboardModifierKeyAsPrimary, (InputMapper_Options * __this, MethodInfo * method)); DO_APP_FUNC(0x02140FB0, void, InputMapper_Options_set_allowKeyboardModifierKeyAsPrimary, (InputMapper_Options * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, InputMapper_Options_get_holdDurationToMapKeyboardModifierKeyAsPrimary, (InputMapper_Options * __this, MethodInfo * method)); DO_APP_FUNC(0x02140FC0, void, InputMapper_Options_set_holdDurationToMapKeyboardModifierKeyAsPrimary, (InputMapper_Options * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02140FD0, Predicate_1_Rewired_ControllerPollingInfo_ *, InputMapper_Options_get_isElementAllowedCallback, (InputMapper_Options * __this, MethodInfo * method)); DO_APP_FUNC(0x02141120, void, InputMapper_Options_set_isElementAllowedCallback, (InputMapper_Options * __this, Predicate_1_Rewired_ControllerPollingInfo_ * value, MethodInfo * method)); DO_APP_FUNC(0x02141400, void, InputMapper_Options__ctor, (InputMapper_Options * __this, MethodInfo * method)); DO_APP_FUNC(0x02141560, void, InputMapper_Options__ctor_1, (InputMapper_Options * __this, InputMapper_Options * param_0000a64b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90150, InputMapper_Options__ctor_1__MethodInfo); DO_APP_FUNC(0x02141720, InputMapper_Options *, InputMapper_Options_Clone, (InputMapper_Options * __this, MethodInfo * method)); DO_APP_FUNC(0x02141790, String *, InputMapper_Options_ToString, (InputMapper_Options * __this, MethodInfo * method)); DO_APP_FUNC(0x02141FE0, void, InputMapper_Options_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (InputMapper_Options * __this, MethodInfo * method)); DO_APP_FUNC(0x021422A0, void, InputMapper_Options_Copy, (InputMapper_Options * source, InputMapper_Options * destination, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C900C0, InputMapper_Options_Copy__MethodInfo); DO_APP_FUNC(0x02142740, void, InputMapper_Options_mnQqKVJdLjcHLkZPQaFpTGBnrgQv__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputMapper_Options_mnQqKVJdLjcHLkZPQaFpTGBnrgQv__ctor, (InputMapper_Options_mnQqKVJdLjcHLkZPQaFpTGBnrgQv * __this, MethodInfo * method)); DO_APP_FUNC(0x021427F0, void, InputMapper_Options_mnQqKVJdLjcHLkZPQaFpTGBnrgQv_ttOiQnMpmopDpRZcsDybmtLUaUfk, (InputMapper_Options_mnQqKVJdLjcHLkZPQaFpTGBnrgQv * __this, Exception * param_0000a64e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90168, InputMapper_Options_mnQqKVJdLjcHLkZPQaFpTGBnrgQv_ttOiQnMpmopDpRZcsDybmtLUaUfk__MethodInfo); DO_APP_FUNC(0x02142860, void, InputMapper_cUmGPChoVXjcvJTCnyVIQqUnPsZXA__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputMapper_cUmGPChoVXjcvJTCnyVIQqUnPsZXA__ctor, (InputMapper_cUmGPChoVXjcvJTCnyVIQqUnPsZXA * __this, MethodInfo * method)); DO_APP_FUNC(0x02142910, void, InputMapper_cUmGPChoVXjcvJTCnyVIQqUnPsZXA_hQHfEGjSvhCNkFaaIPJAhWEDnOAue, (InputMapper_cUmGPChoVXjcvJTCnyVIQqUnPsZXA * __this, Exception * param_0000a64f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90378, InputMapper_cUmGPChoVXjcvJTCnyVIQqUnPsZXA_hQHfEGjSvhCNkFaaIPJAhWEDnOAue__MethodInfo); DO_APP_FUNC(0x02142980, void, InputMapper_cUmGPChoVXjcvJTCnyVIQqUnPsZXA_AtyNQNmbddGWQIjLCFeqKiqSunnPA, (InputMapper_cUmGPChoVXjcvJTCnyVIQqUnPsZXA * __this, Exception * param_0000a650, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90360, InputMapper_cUmGPChoVXjcvJTCnyVIQqUnPsZXA_AtyNQNmbddGWQIjLCFeqKiqSunnPA__MethodInfo); DO_APP_FUNC(0x021429F0, void, InputMapper_cUmGPChoVXjcvJTCnyVIQqUnPsZXA_yxYaNzVAuNMFTJDSbsDSCGOHJVVC, (InputMapper_cUmGPChoVXjcvJTCnyVIQqUnPsZXA * __this, Exception * param_0000a651, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C903F0, InputMapper_cUmGPChoVXjcvJTCnyVIQqUnPsZXA_yxYaNzVAuNMFTJDSbsDSCGOHJVVC__MethodInfo); DO_APP_FUNC(0x02142A60, void, InputMapper_cUmGPChoVXjcvJTCnyVIQqUnPsZXA_tqZglOqOBqhuCEBVfuhdMhWcQKdHA, (InputMapper_cUmGPChoVXjcvJTCnyVIQqUnPsZXA * __this, Exception * param_0000a652, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90358, InputMapper_cUmGPChoVXjcvJTCnyVIQqUnPsZXA_tqZglOqOBqhuCEBVfuhdMhWcQKdHA__MethodInfo); DO_APP_FUNC(0x02142AD0, void, InputMapper_cUmGPChoVXjcvJTCnyVIQqUnPsZXA_qiwDckFqbnXkZKEpSmJfqDhhnOMu, (InputMapper_cUmGPChoVXjcvJTCnyVIQqUnPsZXA * __this, Exception * param_0000a653, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90348, InputMapper_cUmGPChoVXjcvJTCnyVIQqUnPsZXA_qiwDckFqbnXkZKEpSmJfqDhhnOMu__MethodInfo); DO_APP_FUNC(0x02142B40, void, InputMapper_cUmGPChoVXjcvJTCnyVIQqUnPsZXA_xFDaYVhGkZECffjkElEnncsAKedp, (InputMapper_cUmGPChoVXjcvJTCnyVIQqUnPsZXA * __this, Exception * param_0000a654, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90350, InputMapper_cUmGPChoVXjcvJTCnyVIQqUnPsZXA_xFDaYVhGkZECffjkElEnncsAKedp__MethodInfo); DO_APP_FUNC(0x02142BB0, void, InputMapper_cUmGPChoVXjcvJTCnyVIQqUnPsZXA_iTYlmWmaJxwRFSONSWZGdVnkUAWN, (InputMapper_cUmGPChoVXjcvJTCnyVIQqUnPsZXA * __this, Exception * param_0000a655, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90370, InputMapper_cUmGPChoVXjcvJTCnyVIQqUnPsZXA_iTYlmWmaJxwRFSONSWZGdVnkUAWN__MethodInfo); DO_APP_FUNC(0x00470F00, JoystickMapSaveData__Array *, PlayerSaveData_get_joystickMapSaveData, (PlayerSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, KeyboardMapSaveData__Array *, PlayerSaveData_get_keyboardMapSaveData, (PlayerSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, MouseMapSaveData__Array *, PlayerSaveData_get_mouseMapSaveData, (PlayerSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, CustomControllerMapSaveData__Array *, PlayerSaveData_get_customControllerMapSaveData, (PlayerSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, InputBehavior__Array *, PlayerSaveData_get_inputBehaviors, (PlayerSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x01030C30, int32_t, PlayerSaveData_get_joystickMapCount, (PlayerSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x02142C20, int32_t, PlayerSaveData_get_keyboardMapCount, (PlayerSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x00707330, int32_t, PlayerSaveData_get_mouseMapCount, (PlayerSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x007075B0, int32_t, PlayerSaveData_get_customControllerMapCount, (PlayerSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F85D80, int32_t, PlayerSaveData_get_inputBehaviorCount, (PlayerSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x02142C40, IEnumerable_1_Rewired_ControllerMapSaveData_ *, PlayerSaveData_get_AllControllerMapSaveData, (PlayerSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x02142D10, void, PlayerSaveData__ctor, (PlayerSaveData * __this, JoystickMapSaveData__Array * param_0000a656, KeyboardMapSaveData__Array * param_0000a657, MouseMapSaveData__Array * param_0000a658, CustomControllerMapSaveData__Array * param_0000a659, IList_1_Rewired_InputBehavior_ * param_0000a65a, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, PlayerSaveData_PxSBarjRLxILyjbHDfQzCujrtzVEB__ctor, (PlayerSaveData_PxSBarjRLxILyjbHDfQzCujrtzVEB * __this, int32_t param_0000a65b, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlayerSaveData_PxSBarjRLxILyjbHDfQzCujrtzVEB_System_IDisposable_Dispose, (PlayerSaveData_PxSBarjRLxILyjbHDfQzCujrtzVEB * __this, MethodInfo * method)); DO_APP_FUNC(0x02143100, bool, PlayerSaveData_PxSBarjRLxILyjbHDfQzCujrtzVEB_MoveNext, (PlayerSaveData_PxSBarjRLxILyjbHDfQzCujrtzVEB * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ControllerMapSaveData *, PlayerSaveData_PxSBarjRLxILyjbHDfQzCujrtzVEB_System_Collections_Generic_IEnumerator_Rewired_ControllerMapSaveData__get_Current, (PlayerSaveData_PxSBarjRLxILyjbHDfQzCujrtzVEB * __this, MethodInfo * method)); DO_APP_FUNC(0x02143350, void, PlayerSaveData_PxSBarjRLxILyjbHDfQzCujrtzVEB_System_Collections_IEnumerator_Reset, (PlayerSaveData_PxSBarjRLxILyjbHDfQzCujrtzVEB * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FFB8, PlayerSaveData_PxSBarjRLxILyjbHDfQzCujrtzVEB_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PlayerSaveData_PxSBarjRLxILyjbHDfQzCujrtzVEB_System_Collections_IEnumerator_get_Current, (PlayerSaveData_PxSBarjRLxILyjbHDfQzCujrtzVEB * __this, MethodInfo * method)); DO_APP_FUNC(0x021433A0, IEnumerator_1_Rewired_ControllerMapSaveData_ *, PlayerSaveData_PxSBarjRLxILyjbHDfQzCujrtzVEB_System_Collections_Generic_IEnumerable_Rewired_ControllerMapSaveData__GetEnumerator, (PlayerSaveData_PxSBarjRLxILyjbHDfQzCujrtzVEB * __this, MethodInfo * method)); DO_APP_FUNC(0x021433A0, IEnumerator *, PlayerSaveData_PxSBarjRLxILyjbHDfQzCujrtzVEB_System_Collections_IEnumerable_GetEnumerator, (PlayerSaveData_PxSBarjRLxILyjbHDfQzCujrtzVEB * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, QrmFKaXWCucaXPGsKbkrhZUVAexX_BfGAJAGTAlcMBNBOjhZgsrLFPcvMA, (QrmFKaXWCucaXPGsKbkrhZUVAexX * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, QrmFKaXWCucaXPGsKbkrhZUVAexX_qIUBoppvaYqsDRZrifMVSQksFUcU, (QrmFKaXWCucaXPGsKbkrhZUVAexX * __this, int32_t param_0000a65c, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, QrmFKaXWCucaXPGsKbkrhZUVAexX_vZzCYDhIWjZHuMYXxAOKSSgCWsLS, (QrmFKaXWCucaXPGsKbkrhZUVAexX * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, QrmFKaXWCucaXPGsKbkrhZUVAexX_XqOQJAFfkRimqafgfzTvIFxyaSgJ, (QrmFKaXWCucaXPGsKbkrhZUVAexX * __this, int32_t param_0000a65d, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, QrmFKaXWCucaXPGsKbkrhZUVAexX_yeaXamAfmlvHjmeUPdZlAAZZxKop, (QrmFKaXWCucaXPGsKbkrhZUVAexX * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, QrmFKaXWCucaXPGsKbkrhZUVAexX_rQBSfVMggFDySSEYxSfgFWkLxWvV, (QrmFKaXWCucaXPGsKbkrhZUVAexX * __this, bool param_0000a65e, MethodInfo * method)); DO_APP_FUNC(0x02143500, void, QrmFKaXWCucaXPGsKbkrhZUVAexX__ctor, (QrmFKaXWCucaXPGsKbkrhZUVAexX * __this, int32_t param_0000a65f, int32_t param_0000a660, bool param_0000a661, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, XXNesqlLzdVyNWEawBsQGxYGjphX_yeaXamAfmlvHjmeUPdZlAAZZxKop, (XXNesqlLzdVyNWEawBsQGxYGjphX * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, XXNesqlLzdVyNWEawBsQGxYGjphX_rQBSfVMggFDySSEYxSfgFWkLxWvV, (XXNesqlLzdVyNWEawBsQGxYGjphX * __this, bool param_0000a662, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, XXNesqlLzdVyNWEawBsQGxYGjphX_aTofYefWhmDsBQbeoAZeCBoydUx, (XXNesqlLzdVyNWEawBsQGxYGjphX * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, XXNesqlLzdVyNWEawBsQGxYGjphX_xWRGFNdOMqqVqCuLnUOgGFgmussVA, (XXNesqlLzdVyNWEawBsQGxYGjphX * __this, int32_t param_0000a663, MethodInfo * method)); DO_APP_FUNC(0x02143510, void, XXNesqlLzdVyNWEawBsQGxYGjphX__ctor, (XXNesqlLzdVyNWEawBsQGxYGjphX * __this, int32_t param_0000a664, bool param_0000a665, MethodInfo * method)); DO_APP_FUNC(0x02143520, Object *, mPaPWDBbSWieAQWusiGiHwPgKihA_LIeljCbdoWdgBAecluMnblrpCnHu, (String * param_0000a666, List_1_UnityEngine_TextAsset_ * param_0000a667, ConfigVars * param_0000a668, bool param_0000a669, MethodInfo * method)); DO_APP_FUNC(0x02143810, Object *, mPaPWDBbSWieAQWusiGiHwPgKihA_LIeljCbdoWdgBAecluMnblrpCnHu_1, (String * param_0000a66a, List_1_System_Reflection_Assembly_ * param_0000a66b, ConfigVars * param_0000a66c, MethodInfo * method)); DO_APP_FUNC(0x02143BE0, Object *, mPaPWDBbSWieAQWusiGiHwPgKihA_FiYaBCoiTEXpixQUQKJGpOhzrTDs, (String * param_0000a66d, String * param_0000a66e, MethodInfo * method)); DO_APP_FUNC(0x02143F50, PlatformInitializer *, mPaPWDBbSWieAQWusiGiHwPgKihA_gyTGQwZFswwEXYcrUySeIgjsMYIt, (Type * param_0000a66f, MethodInfo * method)); DO_APP_FUNC(0x02144040, void, mPaPWDBbSWieAQWusiGiHwPgKihA__cctor, (MethodInfo * method)); DO_APP_FUNC(0x021440F0, List_1_System_Reflection_Assembly_ *, mPaPWDBbSWieAQWusiGiHwPgKihA_CCtOoxVlHFdxgUoBmTqEmuTeyPDl_iHMooNyWyMFNDFhcLhzVNEBJeoNy, (List_1_UnityEngine_TextAsset_ * param_0000a670, bool param_0000a671, String * param_0000a672, int64_t param_0000a673, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FFD8, mPaPWDBbSWieAQWusiGiHwPgKihA_CCtOoxVlHFdxgUoBmTqEmuTeyPDl_iHMooNyWyMFNDFhcLhzVNEBJeoNy__MethodInfo); DO_APP_FUNC(0x02144280, void, mPaPWDBbSWieAQWusiGiHwPgKihA_CCtOoxVlHFdxgUoBmTqEmuTeyPDl_xCeinDCQhjHuUjxeOGuGDlllKmCcA, (Stream * param_0000a674, Stream * param_0000a675, MethodInfo * method)); DO_APP_FUNC(0x02144350, int64_t, mPaPWDBbSWieAQWusiGiHwPgKihA_CCtOoxVlHFdxgUoBmTqEmuTeyPDl_YuoOwktZPHQdnewYQjMtKUQqiygn, (Assembly * param_0000a676, int64_t param_0000a677, MethodInfo * method)); DO_APP_FUNC(0x02144550, List_1_System_Reflection_Assembly_ *, mPaPWDBbSWieAQWusiGiHwPgKihA_CCtOoxVlHFdxgUoBmTqEmuTeyPDl_iHMooNyWyMFNDFhcLhzVNEBJeoNy_1, (List_1_UnityEngine_TextAsset_ * param_0000a678, bool param_0000a679, int64_t param_0000a67a, MethodInfo * method)); DO_APP_FUNC(0x02144780, Assembly *, mPaPWDBbSWieAQWusiGiHwPgKihA_CCtOoxVlHFdxgUoBmTqEmuTeyPDl_idRhXAgRJppcSVGtxFdkhqWeQjftb, (TextAsset * param_0000a67b, bool param_0000a67c, int64_t param_0000a67d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FF60, mPaPWDBbSWieAQWusiGiHwPgKihA_CCtOoxVlHFdxgUoBmTqEmuTeyPDl_idRhXAgRJppcSVGtxFdkhqWeQjftb__MethodInfo); DO_APP_FUNC(0x021449B0, Byte__Array *, mPaPWDBbSWieAQWusiGiHwPgKihA_CCtOoxVlHFdxgUoBmTqEmuTeyPDl_ryORdrPNINfhwUKYNHnXIHTmhwGA_dKZrkARuHQaFBNoqtCeovhLtAhbY, (TextAsset * param_0000a67e, int64_t param_0000a67f, MethodInfo * method)); DO_APP_FUNC(0x02144B20, Byte__Array *, mPaPWDBbSWieAQWusiGiHwPgKihA_CCtOoxVlHFdxgUoBmTqEmuTeyPDl_ryORdrPNINfhwUKYNHnXIHTmhwGA_dKZrkARuHQaFBNoqtCeovhLtAhbY_1, (Byte__Array * param_0000a680, int64_t param_0000a681, MethodInfo * method)); DO_APP_FUNC(0x02144FC0, Byte__Array *, mPaPWDBbSWieAQWusiGiHwPgKihA_CCtOoxVlHFdxgUoBmTqEmuTeyPDl_ryORdrPNINfhwUKYNHnXIHTmhwGA_dKZrkARuHQaFBNoqtCeovhLtAhbY_2, (Byte__Array * param_0000a682, String * param_0000a683, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FF50, mPaPWDBbSWieAQWusiGiHwPgKihA_CCtOoxVlHFdxgUoBmTqEmuTeyPDl_ryORdrPNINfhwUKYNHnXIHTmhwGA_dKZrkARuHQaFBNoqtCeovhLtAhbY_2__MethodInfo); DO_APP_FUNC(0x021453A0, Stream *, mPaPWDBbSWieAQWusiGiHwPgKihA_CCtOoxVlHFdxgUoBmTqEmuTeyPDl_ryORdrPNINfhwUKYNHnXIHTmhwGA_xrJIAjMXgYKNsJBVVArvSuNxQZSP, (String * param_0000a684, Encoding * param_0000a685, MethodInfo * method)); DO_APP_FUNC(0x021454B0, void, Player__ctor, (Player * __this, bool param_0000a686, int32_t param_0000a687, String * param_0000a688, String * param_0000a689, QYIvqhKfoKYTEUONdLAPWBueYUGd * param_0000a68a, ControllerMapLayoutManager_OAjbFOivILIoOuJJWeCBbjSYTLeUA * param_0000a68b, ControllerMapEnabler_OKJjdMVAalCqZcLQzdQgZmMptzek * param_0000a68c, MethodInfo * method)); DO_APP_FUNC(0x02145700, int32_t, Player_get_id, (Player * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, Player_xWRGFNdOMqqVqCuLnUOgGFgmussVA, (Player * __this, int32_t param_0000a68d, MethodInfo * method)); DO_APP_FUNC(0x02145790, String *, Player_get_name, (Player * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, Player_ihkCtNaLvgknwaCHwtPnNUZfSZmJ, (Player * __this, String * param_0000a68e, MethodInfo * method)); DO_APP_FUNC(0x02145840, String *, Player_get_descriptiveName, (Player * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, Player_WIiDGYzVObqAQoFxfzmwVqAPlohm, (Player * __this, String * param_0000a68f, MethodInfo * method)); DO_APP_FUNC(0x021458F0, bool, Player_get_isPlaying, (Player * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88980, void, Player_set_isPlaying, (Player * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02145980, PlayerSaveData, Player_GetSaveData, (Player * __this, bool userAssignableMapsOnly, MethodInfo * method)); DO_APP_FUNC(0x02145BF0, bool, Player_GetButton, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02145CC0, bool, Player_GetButton_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02145D90, bool, Player_GetButtonDown, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02145E60, bool, Player_GetButtonDown_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02145F30, bool, Player_GetButtonUp, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02146000, bool, Player_GetButtonUp_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x021460D0, bool, Player_GetButtonPrev, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x021461A0, bool, Player_GetButtonPrev_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02146270, bool, Player_GetButtonSinglePressHold, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02146340, bool, Player_GetButtonSinglePressHold_1, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02146410, bool, Player_GetButtonSinglePressDown, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x021464E0, bool, Player_GetButtonSinglePressDown_1, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x021465B0, bool, Player_GetButtonSinglePressUp, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02146680, bool, Player_GetButtonSinglePressUp_1, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02146750, bool, Player_GetButtonDoublePressHold, (Player * __this, String * actionName, float speed, MethodInfo * method)); DO_APP_FUNC(0x02146840, bool, Player_GetButtonDoublePressHold_1, (Player * __this, int32_t actionId, float speed, MethodInfo * method)); DO_APP_FUNC(0x02146930, bool, Player_GetButtonDoublePressHold_2, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02146A00, bool, Player_GetButtonDoublePressHold_3, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02146AD0, bool, Player_GetButtonDoublePressDown, (Player * __this, String * actionName, float speed, MethodInfo * method)); DO_APP_FUNC(0x02146BC0, bool, Player_GetButtonDoublePressDown_1, (Player * __this, int32_t actionId, float speed, MethodInfo * method)); DO_APP_FUNC(0x02146CB0, bool, Player_GetButtonDoublePressDown_2, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02146DE0, bool, Player_GetButtonDoublePressDown_3, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02146F10, bool, Player_GetButtonDoublePressUp, (Player * __this, String * actionName, float speed, MethodInfo * method)); DO_APP_FUNC(0x02147000, bool, Player_GetButtonDoublePressUp_1, (Player * __this, int32_t actionId, float speed, MethodInfo * method)); DO_APP_FUNC(0x021470F0, bool, Player_GetButtonDoublePressUp_2, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x021471C0, bool, Player_GetButtonDoublePressUp_3, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02147290, bool, Player_GetButtonTimedPress, (Player * __this, String * actionName, float time, MethodInfo * method)); DO_APP_FUNC(0x02147380, bool, Player_GetButtonTimedPress_1, (Player * __this, int32_t actionId, float time, MethodInfo * method)); DO_APP_FUNC(0x02147470, bool, Player_GetButtonTimedPress_2, (Player * __this, String * actionName, float time, float expireIn, MethodInfo * method)); DO_APP_FUNC(0x02147560, bool, Player_GetButtonTimedPress_3, (Player * __this, int32_t actionId, float time, float expireIn, MethodInfo * method)); DO_APP_FUNC(0x02147650, bool, Player_GetButtonTimedPressDown, (Player * __this, String * actionName, float time, MethodInfo * method)); DO_APP_FUNC(0x02147740, bool, Player_GetButtonTimedPressDown_1, (Player * __this, int32_t actionId, float time, MethodInfo * method)); DO_APP_FUNC(0x02147830, bool, Player_GetButtonTimedPressUp, (Player * __this, String * actionName, float time, MethodInfo * method)); DO_APP_FUNC(0x02147920, bool, Player_GetButtonTimedPressUp_1, (Player * __this, int32_t actionId, float time, MethodInfo * method)); DO_APP_FUNC(0x02147A10, bool, Player_GetButtonTimedPressUp_2, (Player * __this, String * actionName, float time, float expireIn, MethodInfo * method)); DO_APP_FUNC(0x02147B00, bool, Player_GetButtonTimedPressUp_3, (Player * __this, int32_t actionId, float time, float expireIn, MethodInfo * method)); DO_APP_FUNC(0x02147BF0, bool, Player_GetButtonShortPress, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02147CD0, bool, Player_GetButtonShortPress_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02147DB0, bool, Player_GetButtonShortPressDown, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02147E90, bool, Player_GetButtonShortPressDown_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02147F70, bool, Player_GetButtonShortPressUp, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02148050, bool, Player_GetButtonShortPressUp_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02148130, bool, Player_GetButtonLongPress, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02148210, bool, Player_GetButtonLongPress_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x021482F0, bool, Player_GetButtonLongPressDown, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x021483D0, bool, Player_GetButtonLongPressDown_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x021484B0, bool, Player_GetButtonLongPressUp, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02148590, bool, Player_GetButtonLongPressUp_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02148670, bool, Player_GetButtonRepeating, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02148740, bool, Player_GetButtonRepeating_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02148810, bool, Player_GetAnyButton, (Player * __this, MethodInfo * method)); DO_APP_FUNC(0x021489B0, bool, Player_GetAnyButtonDown, (Player * __this, MethodInfo * method)); DO_APP_FUNC(0x02148B50, bool, Player_GetAnyButtonUp, (Player * __this, MethodInfo * method)); DO_APP_FUNC(0x02148CF0, bool, Player_GetAnyButtonPrev, (Player * __this, MethodInfo * method)); DO_APP_FUNC(0x02148E90, double, Player_GetButtonTimePressed, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02148F60, double, Player_GetButtonTimePressed_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02149030, double, Player_GetButtonTimeUnpressed, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02149100, double, Player_GetButtonTimeUnpressed_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x021491D0, bool, Player_GetNegativeButton, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x021492C0, bool, Player_GetNegativeButton_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x021493B0, bool, Player_GetNegativeButtonDown, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02149480, bool, Player_GetNegativeButtonDown_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02149550, bool, Player_GetNegativeButtonUp, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02149640, bool, Player_GetNegativeButtonUp_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02149730, bool, Player_GetNegativeButtonPrev, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02149820, bool, Player_GetNegativeButtonPrev_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02149910, bool, Player_GetNegativeButtonSinglePressHold, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02149A00, bool, Player_GetNegativeButtonSinglePressHold_1, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02149AF0, bool, Player_GetNegativeButtonSinglePressDown, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02149BF0, bool, Player_GetNegativeButtonSinglePressDown_1, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02149CF0, bool, Player_GetNegativeButtonSinglePressUp, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02149DE0, bool, Player_GetNegativeButtonSinglePressUp_1, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02149EE0, bool, Player_GetNegativeButtonDoublePressHold, (Player * __this, String * actionName, float speed, MethodInfo * method)); DO_APP_FUNC(0x02149FD0, bool, Player_GetNegativeButtonDoublePressHold_1, (Player * __this, int32_t actionId, float speed, MethodInfo * method)); DO_APP_FUNC(0x0214A0C0, bool, Player_GetNegativeButtonDoublePressHold_2, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0214A190, bool, Player_GetNegativeButtonDoublePressHold_3, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0214A260, bool, Player_GetNegativeButtonDoublePressDown, (Player * __this, String * actionName, float speed, MethodInfo * method)); DO_APP_FUNC(0x0214A350, bool, Player_GetNegativeButtonDoublePressDown_1, (Player * __this, int32_t actionId, float speed, MethodInfo * method)); DO_APP_FUNC(0x0214A440, bool, Player_GetNegativeButtonDoublePressDown_2, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0214A510, bool, Player_GetNegativeButtonDoublePressDown_3, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0214A5E0, bool, Player_GetNegativeButtonDoublePressUp, (Player * __this, String * actionName, float speed, MethodInfo * method)); DO_APP_FUNC(0x0214A6D0, bool, Player_GetNegativeButtonDoublePressUp_1, (Player * __this, int32_t actionId, float speed, MethodInfo * method)); DO_APP_FUNC(0x0214A7C0, bool, Player_GetNegativeButtonDoublePressUp_2, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0214A890, bool, Player_GetNegativeButtonDoublePressUp_3, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0214A960, bool, Player_GetNegativeButtonTimedPress, (Player * __this, String * actionName, float time, MethodInfo * method)); DO_APP_FUNC(0x0214AA50, bool, Player_GetNegativeButtonTimedPress_1, (Player * __this, int32_t actionId, float time, MethodInfo * method)); DO_APP_FUNC(0x0214AB40, bool, Player_GetNegativeButtonTimedPress_2, (Player * __this, String * actionName, float time, float expireIn, MethodInfo * method)); DO_APP_FUNC(0x0214AC30, bool, Player_GetNegativeButtonTimedPress_3, (Player * __this, int32_t actionId, float time, float expireIn, MethodInfo * method)); DO_APP_FUNC(0x0214AD20, bool, Player_GetNegativeButtonTimedPressDown, (Player * __this, String * actionName, float time, MethodInfo * method)); DO_APP_FUNC(0x0214AE10, bool, Player_GetNegativeButtonTimedPressDown_1, (Player * __this, int32_t actionId, float time, MethodInfo * method)); DO_APP_FUNC(0x0214AF00, bool, Player_GetNegativeButtonTimedPressUp, (Player * __this, String * actionName, float time, MethodInfo * method)); DO_APP_FUNC(0x0214AFF0, bool, Player_GetNegativeButtonTimedPressUp_1, (Player * __this, int32_t actionId, float time, MethodInfo * method)); DO_APP_FUNC(0x0214B0E0, bool, Player_GetNegativeButtonTimedPressUp_2, (Player * __this, String * actionName, float time, float expireIn, MethodInfo * method)); DO_APP_FUNC(0x0214B1D0, bool, Player_GetNegativeButtonTimedPressUp_3, (Player * __this, int32_t actionId, float time, float expireIn, MethodInfo * method)); DO_APP_FUNC(0x0214B2C0, bool, Player_GetNegativeButtonShortPress, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0214B3A0, bool, Player_GetNegativeButtonShortPress_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0214B480, bool, Player_GetNegativeButtonShortPressDown, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0214B560, bool, Player_GetNegativeButtonShortPressDown_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0214B640, bool, Player_GetNegativeButtonShortPressUp, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0214B720, bool, Player_GetNegativeButtonShortPressUp_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0214B800, bool, Player_GetNegativeButtonLongPress, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0214B8E0, bool, Player_GetNegativeButtonLongPress_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0214B9C0, bool, Player_GetNegativeButtonLongPressDown, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0214BAA0, bool, Player_GetNegativeButtonLongPressDown_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0214BB80, bool, Player_GetNegativeButtonLongPressUp, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0214BC60, bool, Player_GetNegativeButtonLongPressUp_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0214BD40, bool, Player_GetNegativeButtonRepeating, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0214BE30, bool, Player_GetNegativeButtonRepeating_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0214BF20, bool, Player_GetAnyNegativeButton, (Player * __this, MethodInfo * method)); DO_APP_FUNC(0x0214C0F0, bool, Player_GetAnyNegativeButtonDown, (Player * __this, MethodInfo * method)); DO_APP_FUNC(0x0214C190, bool, Player_GetAnyNegativeButtonUp, (Player * __this, MethodInfo * method)); DO_APP_FUNC(0x0214C360, bool, Player_GetAnyNegativeButtonPrev, (Player * __this, MethodInfo * method)); DO_APP_FUNC(0x0214C530, double, Player_GetNegativeButtonTimePressed, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0214C620, double, Player_GetNegativeButtonTimePressed_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0214C710, double, Player_GetNegativeButtonTimeUnpressed, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0214C810, double, Player_GetNegativeButtonTimeUnpressed_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0214C910, float, Player_GetAxis, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0214C9E0, float, Player_GetAxis_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0214CAB0, float, Player_GetAxisRaw, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0214CB80, float, Player_GetAxisRaw_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0214CC50, float, Player_GetAxisPrev, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0214CD20, float, Player_GetAxisPrev_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0214CDF0, float, Player_GetAxisRawPrev, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0214CEC0, float, Player_GetAxisRawPrev_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0214CF90, float, Player_GetAxisDelta, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0214D0B0, float, Player_GetAxisDelta_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0214D1D0, float, Player_GetAxisRawDelta, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0214D2F0, float, Player_GetAxisRawDelta_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0214D410, Vector2, Player_GetAxis2D, (Player * __this, String * xAxisActionName, String * yAxisActionName, MethodInfo * method)); DO_APP_FUNC(0x0214D5A0, Vector2, Player_GetAxis2D_1, (Player * __this, int32_t xAxisActionId, int32_t yAxisActionId, MethodInfo * method)); DO_APP_FUNC(0x0214D730, Vector2, Player_GetAxis2DPrev, (Player * __this, String * xAxisActionName, String * yAxisActionName, MethodInfo * method)); DO_APP_FUNC(0x0214D8C0, Vector2, Player_GetAxis2DPrev_1, (Player * __this, int32_t xAxisActionId, int32_t yAxisActionId, MethodInfo * method)); DO_APP_FUNC(0x0214DA50, Vector2, Player_GetAxis2DRaw, (Player * __this, String * xAxisActionName, String * yAxisActionName, MethodInfo * method)); DO_APP_FUNC(0x0214DBE0, Vector2, Player_GetAxis2DRaw_1, (Player * __this, int32_t xAxisActionId, int32_t yAxisActionId, MethodInfo * method)); DO_APP_FUNC(0x0214DD70, Vector2, Player_GetAxis2DRawPrev, (Player * __this, String * xAxisActionName, String * yAxisActionName, MethodInfo * method)); DO_APP_FUNC(0x0214DF00, Vector2, Player_GetAxis2DRawPrev_1, (Player * __this, int32_t xAxisActionId, int32_t yAxisActionId, MethodInfo * method)); DO_APP_FUNC(0x0214E090, double, Player_GetAxisTimeActive, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0214E160, double, Player_GetAxisTimeActive_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0214E230, double, Player_GetAxisTimeInactive, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0214E300, double, Player_GetAxisTimeInactive_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0214E3D0, double, Player_GetAxisRawTimeActive, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0214E4A0, double, Player_GetAxisRawTimeActive_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0214E570, double, Player_GetAxisRawTimeInactive, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0214E640, double, Player_GetAxisRawTimeInactive_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0214E710, AxisCoordinateMode__Enum, Player_GetAxisCoordinateMode, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0214E7E0, AxisCoordinateMode__Enum, Player_GetAxisCoordinateMode_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0214E8B0, AxisCoordinateMode__Enum, Player_GetAxisRawCoordinateMode, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0214E980, AxisCoordinateMode__Enum, Player_GetAxisRawCoordinateMode_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0214EA50, AxisCoordinateMode__Enum, Player_GetAxisCoordinateModePrev, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0214EB20, AxisCoordinateMode__Enum, Player_GetAxisCoordinateModePrev_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0214EBF0, AxisCoordinateMode__Enum, Player_GetAxisRawCoordinateModePrev, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0214ECC0, AxisCoordinateMode__Enum, Player_GetAxisRawCoordinateModePrev_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0214ED90, IList_1_Rewired_InputActionSourceData_ *, Player_GetCurrentInputSources, (Player * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0214EEA0, IList_1_Rewired_InputActionSourceData_ *, Player_GetCurrentInputSources_1, (Player * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0214EFB0, bool, Player_IsCurrentInputSource, (Player * __this, String * actionName, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC(0x0214F0A0, bool, Player_IsCurrentInputSource_1, (Player * __this, int32_t actionId, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC(0x0214F180, bool, Player_IsCurrentInputSource_2, (Player * __this, String * actionName, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC(0x0214F270, bool, Player_IsCurrentInputSource_3, (Player * __this, int32_t actionId, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC(0x0214F360, bool, Player_IsCurrentInputSource_4, (Player * __this, String * actionName, Controller * controller, MethodInfo * method)); DO_APP_FUNC(0x0214F450, bool, Player_IsCurrentInputSource_5, (Player * __this, int32_t actionId, Controller * controller, MethodInfo * method)); DO_APP_FUNC(0x0214F540, void, Player_AddInputEventDelegate, (Player * __this, Action_1_Rewired_InputActionEventData_ * callback, UpdateLoopType__Enum updateLoop, MethodInfo * method)); DO_APP_FUNC(0x0214F6A0, void, Player_AddInputEventDelegate_1, (Player * __this, Action_1_Rewired_InputActionEventData_ * callback, UpdateLoopType__Enum updateLoop, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0214F810, void, Player_AddInputEventDelegate_2, (Player * __this, Action_1_Rewired_InputActionEventData_ * callback, UpdateLoopType__Enum updateLoop, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0214FB20, void, Player_AddInputEventDelegate_3, (Player * __this, Action_1_Rewired_InputActionEventData_ * callback, UpdateLoopType__Enum updateLoop, InputActionEventType__Enum eventType, MethodInfo * method)); DO_APP_FUNC(0x0214FC80, void, Player_AddInputEventDelegate_4, (Player * __this, Action_1_Rewired_InputActionEventData_ * callback, UpdateLoopType__Enum updateLoop, InputActionEventType__Enum eventType, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x0214FCB0, void, Player_AddInputEventDelegate_5, (Player * __this, Action_1_Rewired_InputActionEventData_ * callback, UpdateLoopType__Enum updateLoop, InputActionEventType__Enum eventType, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x0214FCE0, void, Player_AddInputEventDelegate_6, (Player * __this, Action_1_Rewired_InputActionEventData_ * callback, UpdateLoopType__Enum updateLoop, InputActionEventType__Enum eventType, Object__Array * arguments, MethodInfo * method)); DO_APP_FUNC(0x0214FE50, void, Player_AddInputEventDelegate_7, (Player * __this, Action_1_Rewired_InputActionEventData_ * callback, UpdateLoopType__Enum updateLoop, InputActionEventType__Enum eventType, int32_t actionId, Object__Array * arguments, MethodInfo * method)); DO_APP_FUNC(0x0214FFC0, void, Player_AddInputEventDelegate_8, (Player * __this, Action_1_Rewired_InputActionEventData_ * callback, UpdateLoopType__Enum updateLoop, InputActionEventType__Enum eventType, String * actionName, Object__Array * arguments, MethodInfo * method)); DO_APP_FUNC(0x021501D0, void, Player_RemoveInputEventDelegate, (Player * __this, Action_1_Rewired_InputActionEventData_ * callback, MethodInfo * method)); DO_APP_FUNC(0x02150300, void, Player_RemoveInputEventDelegate_1, (Player * __this, Action_1_Rewired_InputActionEventData_ * callback, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02150450, void, Player_RemoveInputEventDelegate_2, (Player * __this, Action_1_Rewired_InputActionEventData_ * callback, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02150730, void, Player_RemoveInputEventDelegate_3, (Player * __this, Action_1_Rewired_InputActionEventData_ * callback, UpdateLoopType__Enum updateLoop, MethodInfo * method)); DO_APP_FUNC(0x02150880, void, Player_RemoveInputEventDelegate_4, (Player * __this, Action_1_Rewired_InputActionEventData_ * callback, InputActionEventType__Enum eventType, MethodInfo * method)); DO_APP_FUNC(0x021509D0, void, Player_RemoveInputEventDelegate_5, (Player * __this, Action_1_Rewired_InputActionEventData_ * callback, UpdateLoopType__Enum updateLoop, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02150B20, void, Player_RemoveInputEventDelegate_6, (Player * __this, Action_1_Rewired_InputActionEventData_ * callback, UpdateLoopType__Enum updateLoop, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02150E10, void, Player_RemoveInputEventDelegate_7, (Player * __this, Action_1_Rewired_InputActionEventData_ * callback, InputActionEventType__Enum eventType, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02150F60, void, Player_RemoveInputEventDelegate_8, (Player * __this, Action_1_Rewired_InputActionEventData_ * callback, InputActionEventType__Enum eventType, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02151250, void, Player_RemoveInputEventDelegate_9, (Player * __this, Action_1_Rewired_InputActionEventData_ * callback, UpdateLoopType__Enum updateLoop, InputActionEventType__Enum eventType, MethodInfo * method)); DO_APP_FUNC(0x021513A0, void, Player_RemoveInputEventDelegate_10, (Player * __this, Action_1_Rewired_InputActionEventData_ * callback, UpdateLoopType__Enum updateLoop, InputActionEventType__Enum eventType, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02151500, void, Player_RemoveInputEventDelegate_11, (Player * __this, Action_1_Rewired_InputActionEventData_ * callback, UpdateLoopType__Enum updateLoop, InputActionEventType__Enum eventType, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x021517F0, void, Player_ClearInputEventDelegates, (Player * __this, MethodInfo * method)); DO_APP_FUNC(0x021519F0, void, Player_SetVibration, (Player * __this, int32_t motorIndex, float motorLevel, MethodInfo * method)); DO_APP_FUNC(0x02151A10, void, Player_SetVibration_1, (Player * __this, int32_t motorIndex, float motorLevel, float duration, MethodInfo * method)); DO_APP_FUNC(0x02151A30, void, Player_SetVibration_2, (Player * __this, int32_t motorIndex, float motorLevel, bool stopOtherMotors, MethodInfo * method)); DO_APP_FUNC(0x02151A50, void, Player_SetVibration_3, (Player * __this, int32_t motorIndex, float motorLevel, float duration, bool stopOtherMotors, MethodInfo * method)); DO_APP_FUNC(0x02151C80, float, Player_GetVibration, (Player * __this, int32_t motorIndex, MethodInfo * method)); DO_APP_FUNC(0x02151E80, void, Player_StopVibration, (Player * __this, MethodInfo * method)); DO_APP_FUNC(0x02152040, void, Player_DiSEicMGRLeyYCcOOCJVXiKUImDxA, (Player * __this, MethodInfo * method)); DO_APP_FUNC(0x02152040, void, Player_LIeljCbdoWdgBAecluMnblrpCnHu, (Player * __this, MethodInfo * method)); DO_APP_FUNC(0x02152070, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_Joystick_JoystickMap_ *, Player_ControllerHelper_KdNgDtbLkJkRuiCRAgDYmgKeQrif, (Player_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021520E0, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_Rewired_KeyboardMap_ *, Player_ControllerHelper_JFNtGixwZqKSOgsiApHXmxZZpQcm, (Player_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021521B0, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_Rewired_MouseMap_ *, Player_ControllerHelper_BPwiyLePRQjDonNPYIpkKqvSOglLA, (Player_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x02152280, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_CustomController_CustomControllerMap_ *, Player_ControllerHelper_wHnBHIiVMbjCKVfdbcCDIAVDsVsv, (Player_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021522F0, void, Player_ControllerHelper__ctor, (Player_ControllerHelper * __this, Player * param_0000a7b0, QYIvqhKfoKYTEUONdLAPWBueYUGd * param_0000a7b1, ControllerMapLayoutManager_OAjbFOivILIoOuJJWeCBbjSYTLeUA * param_0000a7b2, ControllerMapEnabler_OKJjdMVAalCqZcLQzdQgZmMptzek * param_0000a7b3, MethodInfo * method)); DO_APP_FUNC(0x02153010, void, Player_ControllerHelper_add_ControllerAddedEvent, (Player_ControllerHelper * __this, Action_1_Rewired_ControllerAssignmentChangedEventArgs_ * value, MethodInfo * method)); DO_APP_FUNC(0x02153070, void, Player_ControllerHelper_remove_ControllerAddedEvent, (Player_ControllerHelper * __this, Action_1_Rewired_ControllerAssignmentChangedEventArgs_ * value, MethodInfo * method)); DO_APP_FUNC(0x021530D0, void, Player_ControllerHelper_add_ControllerRemovedEvent, (Player_ControllerHelper * __this, Action_1_Rewired_ControllerAssignmentChangedEventArgs_ * value, MethodInfo * method)); DO_APP_FUNC(0x02153130, void, Player_ControllerHelper_remove_ControllerRemovedEvent, (Player_ControllerHelper * __this, Action_1_Rewired_ControllerAssignmentChangedEventArgs_ * value, MethodInfo * method)); DO_APP_FUNC(0x02153190, bool, Player_ControllerHelper_get_hasMouse, (Player_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x02153220, void, Player_ControllerHelper_set_hasMouse, (Player_ControllerHelper * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x021534F0, bool, Player_ControllerHelper_get_hasKeyboard, (Player_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x02153580, void, Player_ControllerHelper_set_hasKeyboard, (Player_ControllerHelper * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02153850, bool, Player_ControllerHelper_get_excludeFromControllerAutoAssignment, (Player_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021538E0, void, Player_ControllerHelper_set_excludeFromControllerAutoAssignment, (Player_ControllerHelper * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02153980, Keyboard *, Player_ControllerHelper_get_Keyboard, (Player_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x02153A40, Mouse *, Player_ControllerHelper_get_Mouse, (Player_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x02153B00, int32_t, Player_ControllerHelper_get_joystickCount, (Player_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x02153BD0, IList_1_Rewired_Joystick_ *, Player_ControllerHelper_get_Joysticks, (Player_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x02153CE0, int32_t, Player_ControllerHelper_get_customControllerCount, (Player_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x02153DB0, IList_1_Rewired_CustomController_ *, Player_ControllerHelper_get_CustomControllers, (Player_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x02153EC0, IEnumerable_1_Rewired_Controller_ *, Player_ControllerHelper_get_Controllers, (Player_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x02153F80, Controller *, Player_ControllerHelper_GetController, (Player_ControllerHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC(0x02154060, Controller *, Player_ControllerHelper_GetControllerWithTag, (Player_ControllerHelper * __this, ControllerType__Enum controllerType, String * tag, MethodInfo * method)); DO_APP_FUNC(0x02154140, void, Player_ControllerHelper_AddController, (Player_ControllerHelper * __this, Controller * controller, bool removeFromOtherPlayers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91B30, Player_ControllerHelper_AddController__MethodInfo); DO_APP_FUNC(0x02154330, void, Player_ControllerHelper_AddController_1, (Player_ControllerHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, bool removeFromOtherPlayers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91B28, Player_ControllerHelper_AddController_1__MethodInfo); DO_APP_FUNC(0x021545F0, void, Player_ControllerHelper_RemoveController, (Player_ControllerHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91B18, Player_ControllerHelper_RemoveController__MethodInfo); DO_APP_FUNC(0x02154760, void, Player_ControllerHelper_RemoveController_1, (Player_ControllerHelper * __this, Controller * controller, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91B20, Player_ControllerHelper_RemoveController_1__MethodInfo); DO_APP_FUNC(0x02154930, bool, Player_ControllerHelper_ContainsController, (Player_ControllerHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91B48, Player_ControllerHelper_ContainsController__MethodInfo); DO_APP_FUNC(0x02154AD0, bool, Player_ControllerHelper_ContainsController_1, (Player_ControllerHelper * __this, Controller * controller, MethodInfo * method)); DO_APP_FUNC(0x02154B90, void, Player_ControllerHelper_ClearControllersOfType, (Player_ControllerHelper * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91B40, Player_ControllerHelper_ClearControllersOfType__MethodInfo); DO_APP_FUNC(0x02154CD0, void, Player_ControllerHelper_ClearAllControllers, (Player_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x02154D80, Controller *, Player_ControllerHelper_GetLastActiveController, (Player_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x02154EC0, Controller *, Player_ControllerHelper_GetLastActiveController_1, (Player_ControllerHelper * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91B38, Player_ControllerHelper_GetLastActiveController_1__MethodInfo); DO_APP_FUNC(0x02155040, void, Player_ControllerHelper_NKYLYniBxxVsZDKHbSxZGuiPhhGI, (Player_ControllerHelper * __this, ControllerType__Enum param_0000a7d2, Controller * * param_0000a7d3, double * param_0000a7d4, MethodInfo * method)); DO_APP_FUNC(0x02155290, void, Player_ControllerHelper_AddLastActiveControllerChangedDelegate, (Player_ControllerHelper * __this, PlayerActiveControllerChangedDelegate * callback, MethodInfo * method)); DO_APP_FUNC(0x02155440, void, Player_ControllerHelper_AddLastActiveControllerChangedDelegate_1, (Player_ControllerHelper * __this, PlayerActiveControllerChangedDelegate * callback, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC(0x021555F0, void, Player_ControllerHelper_RemoveLastActiveControllerChangedDelegate, (Player_ControllerHelper * __this, PlayerActiveControllerChangedDelegate * callback, MethodInfo * method)); DO_APP_FUNC(0x02155790, void, Player_ControllerHelper_RemoveLastActiveControllerChangedDelegate_1, (Player_ControllerHelper * __this, PlayerActiveControllerChangedDelegate * callback, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC(0x02155950, void, Player_ControllerHelper_ClearLastActiveControllerChangedDelegates, (Player_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x02155AE0, Controller *, Player_ControllerHelper_GetFirstControllerWithTemplate, (Player_ControllerHelper * __this, Guid templateTypeGuid, MethodInfo * method)); DO_APP_FUNC(0x02155C70, Controller *, Player_ControllerHelper_GetFirstControllerWithTemplate_1, (Player_ControllerHelper * __this, Type * templateType, MethodInfo * method)); DO_APP_FUNC(0x02155DF0, void, Player_ControllerHelper_LIeljCbdoWdgBAecluMnblrpCnHu, (Player_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021561C0, double, Player_ControllerHelper_GoLqORsgSNHNoifAjRdEoRbDiHEJA, (Player_ControllerHelper * __this, int32_t param_0000a7e0, MethodInfo * method)); DO_APP_FUNC(0x02156200, void, Player_ControllerHelper_UWQPNZZcjxRgFJosucOwFJDXaBzX, (Player_ControllerHelper * __this, Joystick * param_0000a7e1, bool param_0000a7e2, MethodInfo * method)); DO_APP_FUNC(0x02156750, void, Player_ControllerHelper_UWQPNZZcjxRgFJosucOwFJDXaBzX_1, (Player_ControllerHelper * __this, int32_t param_0000a7e3, bool param_0000a7e4, MethodInfo * method)); DO_APP_FUNC(0x021567F0, void, Player_ControllerHelper_sqjATjrjGQdHYolDJpShYjJQqorD, (Player_ControllerHelper * __this, int32_t param_0000a7e5, MethodInfo * method)); DO_APP_FUNC(0x02156A30, void, Player_ControllerHelper_sqjATjrjGQdHYolDJpShYjJQqorD_1, (Player_ControllerHelper * __this, Joystick * param_0000a7e6, MethodInfo * method)); DO_APP_FUNC(0x02156A50, void, Player_ControllerHelper_SftHeFsFyxlPNYShOuJgYrpBuWuk, (Player_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x02156FB0, void, Player_ControllerHelper_GmMBLdVbPNckdERQZkbMFdUPPjnSA, (Player_ControllerHelper * __this, CustomController * param_0000a7e7, bool param_0000a7e8, MethodInfo * method)); DO_APP_FUNC(0x02157490, void, Player_ControllerHelper_GmMBLdVbPNckdERQZkbMFdUPPjnSA_1, (Player_ControllerHelper * __this, int32_t param_0000a7e9, bool param_0000a7ea, MethodInfo * method)); DO_APP_FUNC(0x02157530, void, Player_ControllerHelper_QDAroDfYWNkuLjEXHQXlecxDZcRR, (Player_ControllerHelper * __this, int32_t param_0000a7eb, MethodInfo * method)); DO_APP_FUNC(0x02157710, void, Player_ControllerHelper_QDAroDfYWNkuLjEXHQXlecxDZcRR_1, (Player_ControllerHelper * __this, CustomController * param_0000a7ec, MethodInfo * method)); DO_APP_FUNC(0x02157730, void, Player_ControllerHelper_dfmeapfURbGZRsuiNrJcyewPiCoT, (Player_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x02157BA0, CustomController *, Player_ControllerHelper_BsMAWdFlgdlGnpOdgzHReVbshbadb, (Player_ControllerHelper * __this, int32_t param_0000a7ed, MethodInfo * method)); DO_APP_FUNC(0x02157C00, void, Player_ControllerHelper_oqYADFtlEZATXdvlUmqPOLJYolZbA, (Player_ControllerHelper * __this, Action_3_Boolean_Int32_Int32_ * param_0000a7ee, MethodInfo * method)); DO_APP_FUNC(0x02157C60, void, Player_ControllerHelper_JrplnhbmqagosqNpqZJuiaIbdmrE, (Player_ControllerHelper * __this, Keyboard * param_0000a7ef, aFmJpwxQsLcpqNsVpQUVNGddslvo * param_0000a7f0, Action_3_Boolean_Int32_Int32_ * param_0000a7f1, MethodInfo * method)); DO_APP_FUNC(0x021581E0, void, Player_ControllerHelper_MFHCigvvPpnuyalEHhqQEgxxaFffb, (Keyboard * param_0000a7f2, ControllerMap * param_0000a7f3, ActionElementMap * param_0000a7f4, TTThSetrNwcNFnjvmLttoQrcZXbI * param_0000a7f5, ButtonStateFlags__Enum param_0000a7f6, MethodInfo * method)); DO_APP_FUNC(0x02158370, void, Player_ControllerHelper_AYJMTufQqAsIYPCNNTqazlCxobrl, (Player_ControllerHelper * __this, Mouse * param_0000a7f7, Action_3_Boolean_Int32_Int32_ * param_0000a7f8, MethodInfo * method)); DO_APP_FUNC(0x02158AF0, void, Player_ControllerHelper_mpJQrbfFfmabBzEVkbvRYHhSrncE, (Player_ControllerHelper * __this, Action_3_Boolean_Int32_Int32_ * param_0000a7f9, MethodInfo * method)); DO_APP_FUNC(0x02158B50, void, Player_ControllerHelper_ConflictCheckingHelper__ctor, (Player_ControllerHelper_ConflictCheckingHelper * __this, Player * param_0000a809, Player_ControllerHelper * param_0000a80a, MethodInfo * method)); DO_APP_FUNC(0x02158C60, bool, Player_ControllerHelper_ConflictCheckingHelper_DoesElementAssignmentConflict, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, MethodInfo * method)); DO_APP_FUNC(0x02158C90, bool, Player_ControllerHelper_ConflictCheckingHelper_DoesElementAssignmentConflict_1, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x02158CC0, bool, Player_ControllerHelper_ConflictCheckingHelper_DoesElementAssignmentConflict_2, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, bool skipDisabledMaps, bool forceCheckAllCategories, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91A50, Player_ControllerHelper_ConflictCheckingHelper_DoesElementAssignmentConflict_2__MethodInfo); DO_APP_FUNC(0x02158F80, bool, Player_ControllerHelper_ConflictCheckingHelper_DoesElementAssignmentConflict_3, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, ActionElementMap * elementMap, MethodInfo * method)); DO_APP_FUNC(0x02158FB0, bool, Player_ControllerHelper_ConflictCheckingHelper_DoesElementAssignmentConflict_4, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, ActionElementMap * elementMap, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x02158FE0, bool, Player_ControllerHelper_ConflictCheckingHelper_DoesElementAssignmentConflict_5, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, ActionElementMap * elementMap, bool skipDisabledMaps, bool forceCheckAllCategories, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91A58, Player_ControllerHelper_ConflictCheckingHelper_DoesElementAssignmentConflict_5__MethodInfo); DO_APP_FUNC(0x021592F0, bool, Player_ControllerHelper_ConflictCheckingHelper_DoesElementAssignmentConflict_6, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck conflictCheck, MethodInfo * method)); DO_APP_FUNC(0x02159340, bool, Player_ControllerHelper_ConflictCheckingHelper_DoesElementAssignmentConflict_7, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck conflictCheck, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x02159390, bool, Player_ControllerHelper_ConflictCheckingHelper_DoesElementAssignmentConflict_8, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck conflictCheck, bool skipDisabledMaps, bool forceCheckAllCategories, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91A48, Player_ControllerHelper_ConflictCheckingHelper_DoesElementAssignmentConflict_8__MethodInfo); DO_APP_FUNC(0x02159610, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_ElementAssignmentConflicts, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, MethodInfo * method)); DO_APP_FUNC(0x02159640, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_ElementAssignmentConflicts_1, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x02159670, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_ElementAssignmentConflicts_2, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, bool skipDisabledMaps, bool forceCheckAllCategories, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91A40, Player_ControllerHelper_ConflictCheckingHelper_ElementAssignmentConflicts_2__MethodInfo); DO_APP_FUNC(0x02159B70, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_ElementAssignmentConflicts_3, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, ActionElementMap * elementMap, MethodInfo * method)); DO_APP_FUNC(0x02159BA0, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_ElementAssignmentConflicts_4, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, ActionElementMap * elementMap, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x02159BD0, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_ElementAssignmentConflicts_5, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, ActionElementMap * elementMap, bool skipDisabledMaps, bool forceCheckAllCategories, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91A30, Player_ControllerHelper_ConflictCheckingHelper_ElementAssignmentConflicts_5__MethodInfo); DO_APP_FUNC(0x0215A190, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_ElementAssignmentConflicts_6, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck conflictCheck, MethodInfo * method)); DO_APP_FUNC(0x0215A1E0, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_ElementAssignmentConflicts_7, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck conflictCheck, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0215A230, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_ElementAssignmentConflicts_8, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck conflictCheck, bool skipDisabledMaps, bool forceCheckAllCategories, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91A80, Player_ControllerHelper_ConflictCheckingHelper_ElementAssignmentConflicts_8__MethodInfo); DO_APP_FUNC(0x0215A6A0, int32_t, Player_ControllerHelper_ConflictCheckingHelper_RemoveElementAssignmentConflicts, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, MethodInfo * method)); DO_APP_FUNC(0x0215A6D0, int32_t, Player_ControllerHelper_ConflictCheckingHelper_RemoveElementAssignmentConflicts_1, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, bool skipRemovedMaps, MethodInfo * method)); DO_APP_FUNC(0x0215A700, int32_t, Player_ControllerHelper_ConflictCheckingHelper_RemoveElementAssignmentConflicts_2, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, bool skipRemovedMaps, bool forceCheckAllCategories, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91A88, Player_ControllerHelper_ConflictCheckingHelper_RemoveElementAssignmentConflicts_2__MethodInfo); DO_APP_FUNC(0x0215A9C0, int32_t, Player_ControllerHelper_ConflictCheckingHelper_RemoveElementAssignmentConflicts_3, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, ActionElementMap * elementMap, MethodInfo * method)); DO_APP_FUNC(0x0215A9F0, int32_t, Player_ControllerHelper_ConflictCheckingHelper_RemoveElementAssignmentConflicts_4, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, ActionElementMap * elementMap, bool skipRemovedMaps, MethodInfo * method)); DO_APP_FUNC(0x0215AA20, int32_t, Player_ControllerHelper_ConflictCheckingHelper_RemoveElementAssignmentConflicts_5, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, ActionElementMap * elementMap, bool skipRemovedMaps, bool forceCheckAllCategories, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91A78, Player_ControllerHelper_ConflictCheckingHelper_RemoveElementAssignmentConflicts_5__MethodInfo); DO_APP_FUNC(0x0215AD30, int32_t, Player_ControllerHelper_ConflictCheckingHelper_RemoveElementAssignmentConflicts_6, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck conflictCheck, MethodInfo * method)); DO_APP_FUNC(0x0215AD80, int32_t, Player_ControllerHelper_ConflictCheckingHelper_RemoveElementAssignmentConflicts_7, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck conflictCheck, bool skipRemovedMaps, MethodInfo * method)); DO_APP_FUNC(0x0215ADD0, int32_t, Player_ControllerHelper_ConflictCheckingHelper_RemoveElementAssignmentConflicts_8, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck conflictCheck, bool skipRemovedMaps, bool forceCheckAllCategories, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91A70, Player_ControllerHelper_ConflictCheckingHelper_RemoveElementAssignmentConflicts_8__MethodInfo); DO_APP_FUNC(0x0215B050, int32_t, Player_ControllerHelper_ConflictCheckingHelper_DisableElementAssignmentConflicts, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, MethodInfo * method)); DO_APP_FUNC(0x0215B080, int32_t, Player_ControllerHelper_ConflictCheckingHelper_DisableElementAssignmentConflicts_1, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0215B0B0, int32_t, Player_ControllerHelper_ConflictCheckingHelper_DisableElementAssignmentConflicts_2, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, bool skipDisabledMaps, bool forceCheckAllCategories, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91A60, Player_ControllerHelper_ConflictCheckingHelper_DisableElementAssignmentConflicts_2__MethodInfo); DO_APP_FUNC(0x0215B3A0, int32_t, Player_ControllerHelper_ConflictCheckingHelper_DisableElementAssignmentConflicts_3, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, ActionElementMap * elementMap, MethodInfo * method)); DO_APP_FUNC(0x0215B3D0, int32_t, Player_ControllerHelper_ConflictCheckingHelper_DisableElementAssignmentConflicts_4, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, ActionElementMap * elementMap, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0215B400, int32_t, Player_ControllerHelper_ConflictCheckingHelper_DisableElementAssignmentConflicts_5, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, ActionElementMap * elementMap, bool skipDisabledMaps, bool forceCheckAllCategories, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91A68, Player_ControllerHelper_ConflictCheckingHelper_DisableElementAssignmentConflicts_5__MethodInfo); DO_APP_FUNC(0x0215B730, int32_t, Player_ControllerHelper_ConflictCheckingHelper_DisableElementAssignmentConflicts_6, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck conflictCheck, MethodInfo * method)); DO_APP_FUNC(0x0215B780, int32_t, Player_ControllerHelper_ConflictCheckingHelper_DisableElementAssignmentConflicts_7, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck conflictCheck, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0215B7D0, int32_t, Player_ControllerHelper_ConflictCheckingHelper_DisableElementAssignmentConflicts_8, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck conflictCheck, bool skipDisabledMaps, bool forceCheckAllCategories, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C919F8, Player_ControllerHelper_ConflictCheckingHelper_DisableElementAssignmentConflicts_8__MethodInfo); DO_APP_FUNC(0x0215BA60, bool, Player_ControllerHelper_ConflictCheckingHelper_KnHHDDHlGmPvNTtaPtMvZjWsvrbh, (Player_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000a88f, JoystickMap * param_0000a890, bool param_0000a891, bool param_0000a892, MethodInfo * method)); DO_APP_FUNC(0x0215BC70, bool, Player_ControllerHelper_ConflictCheckingHelper_KnHHDDHlGmPvNTtaPtMvZjWsvrbh_1, (Player_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000a893, JoystickMap * param_0000a894, ActionElementMap * param_0000a895, bool param_0000a896, bool param_0000a897, MethodInfo * method)); DO_APP_FUNC(0x0215BEA0, bool, Player_ControllerHelper_ConflictCheckingHelper_KnHHDDHlGmPvNTtaPtMvZjWsvrbh_2, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000a898, bool param_0000a899, bool param_0000a89a, MethodInfo * method)); DO_APP_FUNC(0x0215C0E0, bool, Player_ControllerHelper_ConflictCheckingHelper_nchzjNRYRNPmuJDXkGnsacgSfxvy, (Player_ControllerHelper_ConflictCheckingHelper * __this, KeyboardMap * param_0000a89b, bool param_0000a89c, bool param_0000a89d, MethodInfo * method)); DO_APP_FUNC(0x0215C180, bool, Player_ControllerHelper_ConflictCheckingHelper_nchzjNRYRNPmuJDXkGnsacgSfxvy_1, (Player_ControllerHelper_ConflictCheckingHelper * __this, KeyboardMap * param_0000a89e, ActionElementMap * param_0000a89f, bool param_0000a8a0, bool param_0000a8a1, MethodInfo * method)); DO_APP_FUNC(0x0215C230, bool, Player_ControllerHelper_ConflictCheckingHelper_nchzjNRYRNPmuJDXkGnsacgSfxvy_2, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000a8a2, bool param_0000a8a3, bool param_0000a8a4, MethodInfo * method)); DO_APP_FUNC(0x0215C300, bool, Player_ControllerHelper_ConflictCheckingHelper_diMaORUMMfytQHXBoMzDtbJaZtWw, (Player_ControllerHelper_ConflictCheckingHelper * __this, MouseMap * param_0000a8a5, bool param_0000a8a6, bool param_0000a8a7, MethodInfo * method)); DO_APP_FUNC(0x0215C3A0, bool, Player_ControllerHelper_ConflictCheckingHelper_diMaORUMMfytQHXBoMzDtbJaZtWw_1, (Player_ControllerHelper_ConflictCheckingHelper * __this, MouseMap * param_0000a8a8, ActionElementMap * param_0000a8a9, bool param_0000a8aa, bool param_0000a8ab, MethodInfo * method)); DO_APP_FUNC(0x0215C450, bool, Player_ControllerHelper_ConflictCheckingHelper_diMaORUMMfytQHXBoMzDtbJaZtWw_2, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000a8ac, bool param_0000a8ad, bool param_0000a8ae, MethodInfo * method)); DO_APP_FUNC(0x0215C520, bool, Player_ControllerHelper_ConflictCheckingHelper_SctcHLGzNZpwnogDdbRfOVqNbKn, (Player_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000a8af, CustomControllerMap * param_0000a8b0, bool param_0000a8b1, bool param_0000a8b2, MethodInfo * method)); DO_APP_FUNC(0x0215C730, bool, Player_ControllerHelper_ConflictCheckingHelper_SctcHLGzNZpwnogDdbRfOVqNbKn_1, (Player_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000a8b3, CustomControllerMap * param_0000a8b4, ActionElementMap * param_0000a8b5, bool param_0000a8b6, bool param_0000a8b7, MethodInfo * method)); DO_APP_FUNC(0x0215C960, bool, Player_ControllerHelper_ConflictCheckingHelper_SctcHLGzNZpwnogDdbRfOVqNbKn_2, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000a8b8, bool param_0000a8b9, bool param_0000a8ba, MethodInfo * method)); DO_APP_FUNC(0x0215CBA0, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_FBptwiWvmMOPDpGwzvRwiwOYibST, (Player_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000a8bb, JoystickMap * param_0000a8bc, bool param_0000a8bd, bool param_0000a8be, MethodInfo * method)); DO_APP_FUNC(0x0215CCF0, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_FBptwiWvmMOPDpGwzvRwiwOYibST_1, (Player_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000a8bf, JoystickMap * param_0000a8c0, ActionElementMap * param_0000a8c1, bool param_0000a8c2, bool param_0000a8c3, MethodInfo * method)); DO_APP_FUNC(0x0215CE90, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_FBptwiWvmMOPDpGwzvRwiwOYibST_2, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000a8c4, bool param_0000a8c5, bool param_0000a8c6, MethodInfo * method)); DO_APP_FUNC(0x0215CFB0, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_qfWiDYhZDyaXwenxmvmmKSNQbpXN, (Player_ControllerHelper_ConflictCheckingHelper * __this, KeyboardMap * param_0000a8c7, bool param_0000a8c8, bool param_0000a8c9, MethodInfo * method)); DO_APP_FUNC(0x0215D050, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_qfWiDYhZDyaXwenxmvmmKSNQbpXN_1, (Player_ControllerHelper_ConflictCheckingHelper * __this, KeyboardMap * param_0000a8ca, ActionElementMap * param_0000a8cb, bool param_0000a8cc, bool param_0000a8cd, MethodInfo * method)); DO_APP_FUNC(0x0215D100, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_qfWiDYhZDyaXwenxmvmmKSNQbpXN_2, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000a8ce, bool param_0000a8cf, bool param_0000a8d0, MethodInfo * method)); DO_APP_FUNC(0x0215D210, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_JrcTgRemUjRAQxMdeFmVLjJTGrDI, (Player_ControllerHelper_ConflictCheckingHelper * __this, MouseMap * param_0000a8d1, bool param_0000a8d2, bool param_0000a8d3, MethodInfo * method)); DO_APP_FUNC(0x0215D2B0, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_JrcTgRemUjRAQxMdeFmVLjJTGrDI_1, (Player_ControllerHelper_ConflictCheckingHelper * __this, MouseMap * param_0000a8d4, ActionElementMap * param_0000a8d5, bool param_0000a8d6, bool param_0000a8d7, MethodInfo * method)); DO_APP_FUNC(0x0215D360, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_JrcTgRemUjRAQxMdeFmVLjJTGrDI_2, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000a8d8, bool param_0000a8d9, bool param_0000a8da, MethodInfo * method)); DO_APP_FUNC(0x0215D470, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_cpmkMFMQrrgJrFiEcceCyQbnLkfG, (Player_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000a8db, CustomControllerMap * param_0000a8dc, bool param_0000a8dd, bool param_0000a8de, MethodInfo * method)); DO_APP_FUNC(0x0215D5C0, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_cpmkMFMQrrgJrFiEcceCyQbnLkfG_1, (Player_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000a8df, CustomControllerMap * param_0000a8e0, ActionElementMap * param_0000a8e1, bool param_0000a8e2, bool param_0000a8e3, MethodInfo * method)); DO_APP_FUNC(0x0215D760, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_cpmkMFMQrrgJrFiEcceCyQbnLkfG_2, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000a8e4, bool param_0000a8e5, bool param_0000a8e6, MethodInfo * method)); DO_APP_FUNC(0x0215D880, int32_t, Player_ControllerHelper_ConflictCheckingHelper_cerefPJDvPGVnzvQLzCdeEKunSxtA, (Player_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000a8e7, JoystickMap * param_0000a8e8, bool param_0000a8e9, bool param_0000a8ea, MethodInfo * method)); DO_APP_FUNC(0x0215DB50, int32_t, Player_ControllerHelper_ConflictCheckingHelper_cerefPJDvPGVnzvQLzCdeEKunSxtA_1, (Player_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000a8eb, JoystickMap * param_0000a8ec, ActionElementMap * param_0000a8ed, bool param_0000a8ee, bool param_0000a8ef, MethodInfo * method)); DO_APP_FUNC(0x0215DE30, int32_t, Player_ControllerHelper_ConflictCheckingHelper_cerefPJDvPGVnzvQLzCdeEKunSxtA_2, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000a8f0, bool param_0000a8f1, bool param_0000a8f2, MethodInfo * method)); DO_APP_FUNC(0x0215E140, int32_t, Player_ControllerHelper_ConflictCheckingHelper_FJcEoiKKdfbkHcEnETzlpKbpnPTMB, (Player_ControllerHelper_ConflictCheckingHelper * __this, KeyboardMap * param_0000a8f3, bool param_0000a8f4, bool param_0000a8f5, MethodInfo * method)); DO_APP_FUNC(0x0215E1E0, int32_t, Player_ControllerHelper_ConflictCheckingHelper_FJcEoiKKdfbkHcEnETzlpKbpnPTMB_1, (Player_ControllerHelper_ConflictCheckingHelper * __this, KeyboardMap * param_0000a8f6, ActionElementMap * param_0000a8f7, bool param_0000a8f8, bool param_0000a8f9, MethodInfo * method)); DO_APP_FUNC(0x0215E290, int32_t, Player_ControllerHelper_ConflictCheckingHelper_FJcEoiKKdfbkHcEnETzlpKbpnPTMB_2, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000a8fa, bool param_0000a8fb, bool param_0000a8fc, MethodInfo * method)); DO_APP_FUNC(0x0215E360, int32_t, Player_ControllerHelper_ConflictCheckingHelper_ziYFYTDduPLIFpYzZfyWteQAjNtKA, (Player_ControllerHelper_ConflictCheckingHelper * __this, MouseMap * param_0000a8fd, bool param_0000a8fe, bool param_0000a8ff, MethodInfo * method)); DO_APP_FUNC(0x0215E400, int32_t, Player_ControllerHelper_ConflictCheckingHelper_ziYFYTDduPLIFpYzZfyWteQAjNtKA_1, (Player_ControllerHelper_ConflictCheckingHelper * __this, MouseMap * param_0000a900, ActionElementMap * param_0000a901, bool param_0000a902, bool param_0000a903, MethodInfo * method)); DO_APP_FUNC(0x0215E4B0, int32_t, Player_ControllerHelper_ConflictCheckingHelper_ziYFYTDduPLIFpYzZfyWteQAjNtKA_2, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000a904, bool param_0000a905, bool param_0000a906, MethodInfo * method)); DO_APP_FUNC(0x0215E580, int32_t, Player_ControllerHelper_ConflictCheckingHelper_zPzopQAhWSPClmpKSqiGLWKAHtVp, (Player_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000a907, CustomControllerMap * param_0000a908, bool param_0000a909, bool param_0000a90a, MethodInfo * method)); DO_APP_FUNC(0x0215E850, int32_t, Player_ControllerHelper_ConflictCheckingHelper_zPzopQAhWSPClmpKSqiGLWKAHtVp_1, (Player_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000a90b, CustomControllerMap * param_0000a90c, ActionElementMap * param_0000a90d, bool param_0000a90e, bool param_0000a90f, MethodInfo * method)); DO_APP_FUNC(0x0215EB30, int32_t, Player_ControllerHelper_ConflictCheckingHelper_zPzopQAhWSPClmpKSqiGLWKAHtVp_2, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000a910, bool param_0000a911, bool param_0000a912, MethodInfo * method)); DO_APP_FUNC(0x0215EE40, int32_t, Player_ControllerHelper_ConflictCheckingHelper_IvszOSEBtEhZLlcirTDSjhOQobrh, (Player_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000a913, JoystickMap * param_0000a914, bool param_0000a915, bool param_0000a916, List_1_Rewired_ActionElementMap_ * param_0000a917, MethodInfo * method)); DO_APP_FUNC(0x0215F120, int32_t, Player_ControllerHelper_ConflictCheckingHelper_IvszOSEBtEhZLlcirTDSjhOQobrh_1, (Player_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000a918, JoystickMap * param_0000a919, ActionElementMap * param_0000a91a, bool param_0000a91b, bool param_0000a91c, List_1_Rewired_ActionElementMap_ * param_0000a91d, MethodInfo * method)); DO_APP_FUNC(0x0215F410, int32_t, Player_ControllerHelper_ConflictCheckingHelper_IvszOSEBtEhZLlcirTDSjhOQobrh_2, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000a91e, bool param_0000a91f, bool param_0000a920, List_1_Rewired_ActionElementMap_ * param_0000a921, MethodInfo * method)); DO_APP_FUNC(0x0215F730, int32_t, Player_ControllerHelper_ConflictCheckingHelper_JGaLkvhwqjZsmTImDaXiiCFUUtMx, (Player_ControllerHelper_ConflictCheckingHelper * __this, KeyboardMap * param_0000a922, bool param_0000a923, bool param_0000a924, List_1_Rewired_ActionElementMap_ * param_0000a925, MethodInfo * method)); DO_APP_FUNC(0x0215F7E0, int32_t, Player_ControllerHelper_ConflictCheckingHelper_JGaLkvhwqjZsmTImDaXiiCFUUtMx_1, (Player_ControllerHelper_ConflictCheckingHelper * __this, KeyboardMap * param_0000a926, ActionElementMap * param_0000a927, bool param_0000a928, bool param_0000a929, List_1_Rewired_ActionElementMap_ * param_0000a92a, MethodInfo * method)); DO_APP_FUNC(0x0215F8A0, int32_t, Player_ControllerHelper_ConflictCheckingHelper_JGaLkvhwqjZsmTImDaXiiCFUUtMx_2, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000a92b, bool param_0000a92c, bool param_0000a92d, List_1_Rewired_ActionElementMap_ * param_0000a92e, MethodInfo * method)); DO_APP_FUNC(0x0215F980, int32_t, Player_ControllerHelper_ConflictCheckingHelper_qIgIUNIKdgfxdrpxWpMKivLbVJbE, (Player_ControllerHelper_ConflictCheckingHelper * __this, MouseMap * param_0000a92f, bool param_0000a930, bool param_0000a931, List_1_Rewired_ActionElementMap_ * param_0000a932, MethodInfo * method)); DO_APP_FUNC(0x0215FA30, int32_t, Player_ControllerHelper_ConflictCheckingHelper_qIgIUNIKdgfxdrpxWpMKivLbVJbE_1, (Player_ControllerHelper_ConflictCheckingHelper * __this, MouseMap * param_0000a933, ActionElementMap * param_0000a934, bool param_0000a935, bool param_0000a936, List_1_Rewired_ActionElementMap_ * param_0000a937, MethodInfo * method)); DO_APP_FUNC(0x0215FAF0, int32_t, Player_ControllerHelper_ConflictCheckingHelper_qIgIUNIKdgfxdrpxWpMKivLbVJbE_2, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000a938, bool param_0000a939, bool param_0000a93a, List_1_Rewired_ActionElementMap_ * param_0000a93b, MethodInfo * method)); DO_APP_FUNC(0x0215FBD0, int32_t, Player_ControllerHelper_ConflictCheckingHelper_hVOtnIpfgvTskhehcyIvMzTaTnSS, (Player_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000a93c, CustomControllerMap * param_0000a93d, bool param_0000a93e, bool param_0000a93f, List_1_Rewired_ActionElementMap_ * param_0000a940, MethodInfo * method)); DO_APP_FUNC(0x0215FEB0, int32_t, Player_ControllerHelper_ConflictCheckingHelper_hVOtnIpfgvTskhehcyIvMzTaTnSS_1, (Player_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000a941, CustomControllerMap * param_0000a942, ActionElementMap * param_0000a943, bool param_0000a944, bool param_0000a945, List_1_Rewired_ActionElementMap_ * param_0000a946, MethodInfo * method)); DO_APP_FUNC(0x021601A0, int32_t, Player_ControllerHelper_ConflictCheckingHelper_hVOtnIpfgvTskhehcyIvMzTaTnSS_2, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000a947, bool param_0000a948, bool param_0000a949, List_1_Rewired_ActionElementMap_ * param_0000a94a, MethodInfo * method)); DO_APP_FUNC(0x021604C0, bool, Player_ControllerHelper_ConflictCheckingHelper_DWSMBTImRAhJtGcVwFBCQlCezhkZ, (Player_ControllerHelper_ConflictCheckingHelper * __this, InputMapCategory * param_0000a992, ControllerMap * param_0000a993, MethodInfo * method)); DO_APP_FUNC(0x0124CE10, void, Player_ControllerHelper_ConflictCheckingHelper_seMFeVgthuYlnQkjTeOBPcrptLpN__ctor, (Player_ControllerHelper_ConflictCheckingHelper_seMFeVgthuYlnQkjTeOBPcrptLpN * __this, int32_t param_0000a994, MethodInfo * method)); DO_APP_FUNC(0x02160590, void, Player_ControllerHelper_ConflictCheckingHelper_seMFeVgthuYlnQkjTeOBPcrptLpN_System_IDisposable_Dispose, (Player_ControllerHelper_ConflictCheckingHelper_seMFeVgthuYlnQkjTeOBPcrptLpN * __this, MethodInfo * method)); DO_APP_FUNC(0x02160660, bool, Player_ControllerHelper_ConflictCheckingHelper_seMFeVgthuYlnQkjTeOBPcrptLpN_MoveNext, (Player_ControllerHelper_ConflictCheckingHelper_seMFeVgthuYlnQkjTeOBPcrptLpN * __this, MethodInfo * method)); DO_APP_FUNC(0x02160B80, void, Player_ControllerHelper_ConflictCheckingHelper_seMFeVgthuYlnQkjTeOBPcrptLpN_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_ConflictCheckingHelper_seMFeVgthuYlnQkjTeOBPcrptLpN * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8420, ElementAssignmentConflictInfo, Player_ControllerHelper_ConflictCheckingHelper_seMFeVgthuYlnQkjTeOBPcrptLpN_System_Collections_Generic_IEnumerator_Rewired_ElementAssignmentConflictInfo__get_Current, (Player_ControllerHelper_ConflictCheckingHelper_seMFeVgthuYlnQkjTeOBPcrptLpN * __this, MethodInfo * method)); DO_APP_FUNC(0x02160BE0, void, Player_ControllerHelper_ConflictCheckingHelper_seMFeVgthuYlnQkjTeOBPcrptLpN_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_ConflictCheckingHelper_seMFeVgthuYlnQkjTeOBPcrptLpN * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C918A0, Player_ControllerHelper_ConflictCheckingHelper_seMFeVgthuYlnQkjTeOBPcrptLpN_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02160C30, Object *, Player_ControllerHelper_ConflictCheckingHelper_seMFeVgthuYlnQkjTeOBPcrptLpN_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_ConflictCheckingHelper_seMFeVgthuYlnQkjTeOBPcrptLpN * __this, MethodInfo * method)); DO_APP_FUNC(0x02160CA0, IEnumerator_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_seMFeVgthuYlnQkjTeOBPcrptLpN_System_Collections_Generic_IEnumerable_Rewired_ElementAssignmentConflictInfo__GetEnumerator, (Player_ControllerHelper_ConflictCheckingHelper_seMFeVgthuYlnQkjTeOBPcrptLpN * __this, MethodInfo * method)); DO_APP_FUNC(0x02160E70, IEnumerator *, Player_ControllerHelper_ConflictCheckingHelper_seMFeVgthuYlnQkjTeOBPcrptLpN_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_ConflictCheckingHelper_seMFeVgthuYlnQkjTeOBPcrptLpN * __this, MethodInfo * method)); DO_APP_FUNC(0x0124CE10, void, Player_ControllerHelper_ConflictCheckingHelper_mgpdnBgaYGGaXcBWLoElhQRfruil__ctor, (Player_ControllerHelper_ConflictCheckingHelper_mgpdnBgaYGGaXcBWLoElhQRfruil * __this, int32_t param_0000a995, MethodInfo * method)); DO_APP_FUNC(0x02160E80, void, Player_ControllerHelper_ConflictCheckingHelper_mgpdnBgaYGGaXcBWLoElhQRfruil_System_IDisposable_Dispose, (Player_ControllerHelper_ConflictCheckingHelper_mgpdnBgaYGGaXcBWLoElhQRfruil * __this, MethodInfo * method)); DO_APP_FUNC(0x02160F50, bool, Player_ControllerHelper_ConflictCheckingHelper_mgpdnBgaYGGaXcBWLoElhQRfruil_MoveNext, (Player_ControllerHelper_ConflictCheckingHelper_mgpdnBgaYGGaXcBWLoElhQRfruil * __this, MethodInfo * method)); DO_APP_FUNC(0x02161490, void, Player_ControllerHelper_ConflictCheckingHelper_mgpdnBgaYGGaXcBWLoElhQRfruil_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_ConflictCheckingHelper_mgpdnBgaYGGaXcBWLoElhQRfruil * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8420, ElementAssignmentConflictInfo, Player_ControllerHelper_ConflictCheckingHelper_mgpdnBgaYGGaXcBWLoElhQRfruil_System_Collections_Generic_IEnumerator_Rewired_ElementAssignmentConflictInfo__get_Current, (Player_ControllerHelper_ConflictCheckingHelper_mgpdnBgaYGGaXcBWLoElhQRfruil * __this, MethodInfo * method)); DO_APP_FUNC(0x021614F0, void, Player_ControllerHelper_ConflictCheckingHelper_mgpdnBgaYGGaXcBWLoElhQRfruil_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_ConflictCheckingHelper_mgpdnBgaYGGaXcBWLoElhQRfruil * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91850, Player_ControllerHelper_ConflictCheckingHelper_mgpdnBgaYGGaXcBWLoElhQRfruil_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02161540, Object *, Player_ControllerHelper_ConflictCheckingHelper_mgpdnBgaYGGaXcBWLoElhQRfruil_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_ConflictCheckingHelper_mgpdnBgaYGGaXcBWLoElhQRfruil * __this, MethodInfo * method)); DO_APP_FUNC(0x021615B0, IEnumerator_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_mgpdnBgaYGGaXcBWLoElhQRfruil_System_Collections_Generic_IEnumerable_Rewired_ElementAssignmentConflictInfo__GetEnumerator, (Player_ControllerHelper_ConflictCheckingHelper_mgpdnBgaYGGaXcBWLoElhQRfruil * __this, MethodInfo * method)); DO_APP_FUNC(0x021617E0, IEnumerator *, Player_ControllerHelper_ConflictCheckingHelper_mgpdnBgaYGGaXcBWLoElhQRfruil_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_ConflictCheckingHelper_mgpdnBgaYGGaXcBWLoElhQRfruil * __this, MethodInfo * method)); DO_APP_FUNC(0x0124CE10, void, Player_ControllerHelper_ConflictCheckingHelper_mUWkDBagfYzQjOYHxanJRxnKhJKR__ctor, (Player_ControllerHelper_ConflictCheckingHelper_mUWkDBagfYzQjOYHxanJRxnKhJKR * __this, int32_t param_0000a996, MethodInfo * method)); DO_APP_FUNC(0x021617F0, void, Player_ControllerHelper_ConflictCheckingHelper_mUWkDBagfYzQjOYHxanJRxnKhJKR_System_IDisposable_Dispose, (Player_ControllerHelper_ConflictCheckingHelper_mUWkDBagfYzQjOYHxanJRxnKhJKR * __this, MethodInfo * method)); DO_APP_FUNC(0x021618C0, bool, Player_ControllerHelper_ConflictCheckingHelper_mUWkDBagfYzQjOYHxanJRxnKhJKR_MoveNext, (Player_ControllerHelper_ConflictCheckingHelper_mUWkDBagfYzQjOYHxanJRxnKhJKR * __this, MethodInfo * method)); DO_APP_FUNC(0x02161E50, void, Player_ControllerHelper_ConflictCheckingHelper_mUWkDBagfYzQjOYHxanJRxnKhJKR_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_ConflictCheckingHelper_mUWkDBagfYzQjOYHxanJRxnKhJKR * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8420, ElementAssignmentConflictInfo, Player_ControllerHelper_ConflictCheckingHelper_mUWkDBagfYzQjOYHxanJRxnKhJKR_System_Collections_Generic_IEnumerator_Rewired_ElementAssignmentConflictInfo__get_Current, (Player_ControllerHelper_ConflictCheckingHelper_mUWkDBagfYzQjOYHxanJRxnKhJKR * __this, MethodInfo * method)); DO_APP_FUNC(0x02161EB0, void, Player_ControllerHelper_ConflictCheckingHelper_mUWkDBagfYzQjOYHxanJRxnKhJKR_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_ConflictCheckingHelper_mUWkDBagfYzQjOYHxanJRxnKhJKR * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91870, Player_ControllerHelper_ConflictCheckingHelper_mUWkDBagfYzQjOYHxanJRxnKhJKR_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02161F00, Object *, Player_ControllerHelper_ConflictCheckingHelper_mUWkDBagfYzQjOYHxanJRxnKhJKR_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_ConflictCheckingHelper_mUWkDBagfYzQjOYHxanJRxnKhJKR * __this, MethodInfo * method)); DO_APP_FUNC(0x02161F70, IEnumerator_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_mUWkDBagfYzQjOYHxanJRxnKhJKR_System_Collections_Generic_IEnumerable_Rewired_ElementAssignmentConflictInfo__GetEnumerator, (Player_ControllerHelper_ConflictCheckingHelper_mUWkDBagfYzQjOYHxanJRxnKhJKR * __this, MethodInfo * method)); DO_APP_FUNC(0x02162130, IEnumerator *, Player_ControllerHelper_ConflictCheckingHelper_mUWkDBagfYzQjOYHxanJRxnKhJKR_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_ConflictCheckingHelper_mUWkDBagfYzQjOYHxanJRxnKhJKR * __this, MethodInfo * method)); DO_APP_FUNC(0x0124CE10, void, Player_ControllerHelper_ConflictCheckingHelper_UfNDvLSuuVWMljDzPWrCWaYplcOt__ctor, (Player_ControllerHelper_ConflictCheckingHelper_UfNDvLSuuVWMljDzPWrCWaYplcOt * __this, int32_t param_0000a99a, MethodInfo * method)); DO_APP_FUNC(0x021622E0, void, Player_ControllerHelper_ConflictCheckingHelper_UfNDvLSuuVWMljDzPWrCWaYplcOt_System_IDisposable_Dispose, (Player_ControllerHelper_ConflictCheckingHelper_UfNDvLSuuVWMljDzPWrCWaYplcOt * __this, MethodInfo * method)); DO_APP_FUNC(0x021623B0, bool, Player_ControllerHelper_ConflictCheckingHelper_UfNDvLSuuVWMljDzPWrCWaYplcOt_MoveNext, (Player_ControllerHelper_ConflictCheckingHelper_UfNDvLSuuVWMljDzPWrCWaYplcOt * __this, MethodInfo * method)); DO_APP_FUNC(0x021628D0, void, Player_ControllerHelper_ConflictCheckingHelper_UfNDvLSuuVWMljDzPWrCWaYplcOt_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_ConflictCheckingHelper_UfNDvLSuuVWMljDzPWrCWaYplcOt * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8420, ElementAssignmentConflictInfo, Player_ControllerHelper_ConflictCheckingHelper_UfNDvLSuuVWMljDzPWrCWaYplcOt_System_Collections_Generic_IEnumerator_Rewired_ElementAssignmentConflictInfo__get_Current, (Player_ControllerHelper_ConflictCheckingHelper_UfNDvLSuuVWMljDzPWrCWaYplcOt * __this, MethodInfo * method)); DO_APP_FUNC(0x02162930, void, Player_ControllerHelper_ConflictCheckingHelper_UfNDvLSuuVWMljDzPWrCWaYplcOt_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_ConflictCheckingHelper_UfNDvLSuuVWMljDzPWrCWaYplcOt * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91860, Player_ControllerHelper_ConflictCheckingHelper_UfNDvLSuuVWMljDzPWrCWaYplcOt_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02162980, Object *, Player_ControllerHelper_ConflictCheckingHelper_UfNDvLSuuVWMljDzPWrCWaYplcOt_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_ConflictCheckingHelper_UfNDvLSuuVWMljDzPWrCWaYplcOt * __this, MethodInfo * method)); DO_APP_FUNC(0x021629F0, IEnumerator_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_UfNDvLSuuVWMljDzPWrCWaYplcOt_System_Collections_Generic_IEnumerable_Rewired_ElementAssignmentConflictInfo__GetEnumerator, (Player_ControllerHelper_ConflictCheckingHelper_UfNDvLSuuVWMljDzPWrCWaYplcOt * __this, MethodInfo * method)); DO_APP_FUNC(0x02162BC0, IEnumerator *, Player_ControllerHelper_ConflictCheckingHelper_UfNDvLSuuVWMljDzPWrCWaYplcOt_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_ConflictCheckingHelper_UfNDvLSuuVWMljDzPWrCWaYplcOt * __this, MethodInfo * method)); DO_APP_FUNC(0x0124CE10, void, Player_ControllerHelper_ConflictCheckingHelper_CpboUSTDPpAlEByKEzJxQNQnVRSjA__ctor, (Player_ControllerHelper_ConflictCheckingHelper_CpboUSTDPpAlEByKEzJxQNQnVRSjA * __this, int32_t param_0000a99b, MethodInfo * method)); DO_APP_FUNC(0x02162BD0, void, Player_ControllerHelper_ConflictCheckingHelper_CpboUSTDPpAlEByKEzJxQNQnVRSjA_System_IDisposable_Dispose, (Player_ControllerHelper_ConflictCheckingHelper_CpboUSTDPpAlEByKEzJxQNQnVRSjA * __this, MethodInfo * method)); DO_APP_FUNC(0x02162CA0, bool, Player_ControllerHelper_ConflictCheckingHelper_CpboUSTDPpAlEByKEzJxQNQnVRSjA_MoveNext, (Player_ControllerHelper_ConflictCheckingHelper_CpboUSTDPpAlEByKEzJxQNQnVRSjA * __this, MethodInfo * method)); DO_APP_FUNC(0x021631E0, void, Player_ControllerHelper_ConflictCheckingHelper_CpboUSTDPpAlEByKEzJxQNQnVRSjA_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_ConflictCheckingHelper_CpboUSTDPpAlEByKEzJxQNQnVRSjA * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8420, ElementAssignmentConflictInfo, Player_ControllerHelper_ConflictCheckingHelper_CpboUSTDPpAlEByKEzJxQNQnVRSjA_System_Collections_Generic_IEnumerator_Rewired_ElementAssignmentConflictInfo__get_Current, (Player_ControllerHelper_ConflictCheckingHelper_CpboUSTDPpAlEByKEzJxQNQnVRSjA * __this, MethodInfo * method)); DO_APP_FUNC(0x02163240, void, Player_ControllerHelper_ConflictCheckingHelper_CpboUSTDPpAlEByKEzJxQNQnVRSjA_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_ConflictCheckingHelper_CpboUSTDPpAlEByKEzJxQNQnVRSjA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91800, Player_ControllerHelper_ConflictCheckingHelper_CpboUSTDPpAlEByKEzJxQNQnVRSjA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02163290, Object *, Player_ControllerHelper_ConflictCheckingHelper_CpboUSTDPpAlEByKEzJxQNQnVRSjA_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_ConflictCheckingHelper_CpboUSTDPpAlEByKEzJxQNQnVRSjA * __this, MethodInfo * method)); DO_APP_FUNC(0x02163300, IEnumerator_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_CpboUSTDPpAlEByKEzJxQNQnVRSjA_System_Collections_Generic_IEnumerable_Rewired_ElementAssignmentConflictInfo__GetEnumerator, (Player_ControllerHelper_ConflictCheckingHelper_CpboUSTDPpAlEByKEzJxQNQnVRSjA * __this, MethodInfo * method)); DO_APP_FUNC(0x02163530, IEnumerator *, Player_ControllerHelper_ConflictCheckingHelper_CpboUSTDPpAlEByKEzJxQNQnVRSjA_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_ConflictCheckingHelper_CpboUSTDPpAlEByKEzJxQNQnVRSjA * __this, MethodInfo * method)); DO_APP_FUNC(0x0124CE10, void, Player_ControllerHelper_ConflictCheckingHelper_XkLhlYBnluQbLhNtRkMMXhTvLXOs__ctor, (Player_ControllerHelper_ConflictCheckingHelper_XkLhlYBnluQbLhNtRkMMXhTvLXOs * __this, int32_t param_0000a99c, MethodInfo * method)); DO_APP_FUNC(0x02163540, void, Player_ControllerHelper_ConflictCheckingHelper_XkLhlYBnluQbLhNtRkMMXhTvLXOs_System_IDisposable_Dispose, (Player_ControllerHelper_ConflictCheckingHelper_XkLhlYBnluQbLhNtRkMMXhTvLXOs * __this, MethodInfo * method)); DO_APP_FUNC(0x02163610, bool, Player_ControllerHelper_ConflictCheckingHelper_XkLhlYBnluQbLhNtRkMMXhTvLXOs_MoveNext, (Player_ControllerHelper_ConflictCheckingHelper_XkLhlYBnluQbLhNtRkMMXhTvLXOs * __this, MethodInfo * method)); DO_APP_FUNC(0x02163BA0, void, Player_ControllerHelper_ConflictCheckingHelper_XkLhlYBnluQbLhNtRkMMXhTvLXOs_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_ConflictCheckingHelper_XkLhlYBnluQbLhNtRkMMXhTvLXOs * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8420, ElementAssignmentConflictInfo, Player_ControllerHelper_ConflictCheckingHelper_XkLhlYBnluQbLhNtRkMMXhTvLXOs_System_Collections_Generic_IEnumerator_Rewired_ElementAssignmentConflictInfo__get_Current, (Player_ControllerHelper_ConflictCheckingHelper_XkLhlYBnluQbLhNtRkMMXhTvLXOs * __this, MethodInfo * method)); DO_APP_FUNC(0x02163C00, void, Player_ControllerHelper_ConflictCheckingHelper_XkLhlYBnluQbLhNtRkMMXhTvLXOs_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_ConflictCheckingHelper_XkLhlYBnluQbLhNtRkMMXhTvLXOs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91840, Player_ControllerHelper_ConflictCheckingHelper_XkLhlYBnluQbLhNtRkMMXhTvLXOs_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02163C50, Object *, Player_ControllerHelper_ConflictCheckingHelper_XkLhlYBnluQbLhNtRkMMXhTvLXOs_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_ConflictCheckingHelper_XkLhlYBnluQbLhNtRkMMXhTvLXOs * __this, MethodInfo * method)); DO_APP_FUNC(0x02163CC0, IEnumerator_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_XkLhlYBnluQbLhNtRkMMXhTvLXOs_System_Collections_Generic_IEnumerable_Rewired_ElementAssignmentConflictInfo__GetEnumerator, (Player_ControllerHelper_ConflictCheckingHelper_XkLhlYBnluQbLhNtRkMMXhTvLXOs * __this, MethodInfo * method)); DO_APP_FUNC(0x02163E80, IEnumerator *, Player_ControllerHelper_ConflictCheckingHelper_XkLhlYBnluQbLhNtRkMMXhTvLXOs_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_ConflictCheckingHelper_XkLhlYBnluQbLhNtRkMMXhTvLXOs * __this, MethodInfo * method)); DO_APP_FUNC(0x02164030, Player_ControllerHelper_fsFeIeGDhTZoJrGbaYxAfXlTfeQO *, Player_ControllerHelper_dQSYPTHvbqNnvMJggKPUmplchfgjA_WmYSnpMVcPJiEhGazBkIMGIjDJtCA, (Player_ControllerHelper_dQSYPTHvbqNnvMJggKPUmplchfgjA * __this, int32_t param_0000a9c3, MethodInfo * method)); DO_APP_FUNC(0x02164060, ControllerType__Enum, Player_ControllerHelper_dQSYPTHvbqNnvMJggKPUmplchfgjA_kzDjgDNVMcIrBBQfdEqRkmKyZgUY, (Player_ControllerHelper_dQSYPTHvbqNnvMJggKPUmplchfgjA * __this, int32_t param_0000a9c4, MethodInfo * method)); DO_APP_FUNC(0x02164090, void, Player_ControllerHelper_dQSYPTHvbqNnvMJggKPUmplchfgjA__ctor, (Player_ControllerHelper_dQSYPTHvbqNnvMJggKPUmplchfgjA * __this, int32_t param_0000a9c5, MethodInfo * method)); DO_APP_FUNC(0x021641C0, Player_ControllerHelper_fsFeIeGDhTZoJrGbaYxAfXlTfeQO *, Player_ControllerHelper_dQSYPTHvbqNnvMJggKPUmplchfgjA_WmwbBYvcMgWNiAkYmGokAOzlhKHxA, (Player_ControllerHelper_dQSYPTHvbqNnvMJggKPUmplchfgjA * __this, ControllerType__Enum param_0000a9c6, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91830, Player_ControllerHelper_dQSYPTHvbqNnvMJggKPUmplchfgjA_WmwbBYvcMgWNiAkYmGokAOzlhKHxA__MethodInfo); DO_APP_FUNC(0x02164280, void, Player_ControllerHelper_dQSYPTHvbqNnvMJggKPUmplchfgjA_nVPrHxKDQGfhFiPrlaiEvyShXRVP, (Player_ControllerHelper_dQSYPTHvbqNnvMJggKPUmplchfgjA * __this, int32_t param_0000a9c7, ControllerType__Enum param_0000a9c8, Player_ControllerHelper_fsFeIeGDhTZoJrGbaYxAfXlTfeQO * param_0000a9c9, MethodInfo * method)); DO_APP_FUNC(0x02164360, void, Player_ControllerHelper_eRpAeFxcyMygNogiZCgHnqGANSDc__ctor, (Player_ControllerHelper_eRpAeFxcyMygNogiZCgHnqGANSDc * __this, Player * param_0000a9ca, MethodInfo * method)); DO_APP_FUNC(0x02164480, void, Player_ControllerHelper_eRpAeFxcyMygNogiZCgHnqGANSDc_uHctqJCHbChBJfvVwkwSXBHumPvzA, (Player_ControllerHelper_eRpAeFxcyMygNogiZCgHnqGANSDc * __this, Joystick * param_0000a9cb, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_Rewired_JoystickMap_ * param_0000a9cc, MethodInfo * method)); DO_APP_FUNC(0x021646C0, void, Player_ControllerHelper_eRpAeFxcyMygNogiZCgHnqGANSDc_uHctqJCHbChBJfvVwkwSXBHumPvzA_1, (Player_ControllerHelper_eRpAeFxcyMygNogiZCgHnqGANSDc * __this, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_u0001_u0002_iFdhrNpmwqfCBhYGNyxLdlHCddIiA_Joystick_JoystickMap_ * param_0000a9cd, MethodInfo * method)); DO_APP_FUNC(0x021646F0, void, Player_ControllerHelper_eRpAeFxcyMygNogiZCgHnqGANSDc_mZMEChTdYPaCSOMNXIamqIIJDuZT, (Player_ControllerHelper_eRpAeFxcyMygNogiZCgHnqGANSDc * __this, MethodInfo * method)); DO_APP_FUNC(0x021648E0, Player_ControllerHelper_eRpAeFxcyMygNogiZCgHnqGANSDc_FMbXBAQaLWPhxjqsNoyCTWZtsDfI *, Player_ControllerHelper_eRpAeFxcyMygNogiZCgHnqGANSDc_JaPiupzrJOFPThuzMqzWKzKmzsYe, (Player_ControllerHelper_eRpAeFxcyMygNogiZCgHnqGANSDc * __this, int32_t param_0000a9ce, MethodInfo * method)); DO_APP_FUNC(0x021649D0, bool, Player_ControllerHelper_eRpAeFxcyMygNogiZCgHnqGANSDc_VfpgCWArzMRwmtPRIAXRmxwrgJeEA, (Player_ControllerHelper_eRpAeFxcyMygNogiZCgHnqGANSDc * __this, int32_t param_0000a9cf, MethodInfo * method)); DO_APP_FUNC(0x02164A90, int32_t, Player_ControllerHelper_eRpAeFxcyMygNogiZCgHnqGANSDc_HVujqEvIFcMKdvpImleAuaPcoEPv, (Player_ControllerHelper_eRpAeFxcyMygNogiZCgHnqGANSDc * __this, int32_t param_0000a9d0, MethodInfo * method)); DO_APP_FUNC(0x02164B50, void, Player_ControllerHelper_eRpAeFxcyMygNogiZCgHnqGANSDc_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (Player_ControllerHelper_eRpAeFxcyMygNogiZCgHnqGANSDc * __this, MethodInfo * method)); DO_APP_FUNC(0x02164BC0, void, Player_ControllerHelper_eRpAeFxcyMygNogiZCgHnqGANSDc_FMbXBAQaLWPhxjqsNoyCTWZtsDfI__ctor, (Player_ControllerHelper_eRpAeFxcyMygNogiZCgHnqGANSDc_FMbXBAQaLWPhxjqsNoyCTWZtsDfI * __this, int32_t param_0000a9d1, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_Rewired_JoystickMap_ * param_0000a9d2, double param_0000a9d3, MethodInfo * method)); DO_APP_FUNC(0x02164C20, void, Player_ControllerHelper_MapHelper__ctor, (Player_ControllerHelper_MapHelper * __this, Player * param_0000a9d4, Player_ControllerHelper * param_0000a9d5, QYIvqhKfoKYTEUONdLAPWBueYUGd * param_0000a9d6, ControllerMapLayoutManager_OAjbFOivILIoOuJJWeCBbjSYTLeUA * param_0000a9d7, ControllerMapEnabler_OKJjdMVAalCqZcLQzdQgZmMptzek * param_0000a9d8, MethodInfo * method)); DO_APP_FUNC(0x003B9330, ControllerMapLayoutManager *, Player_ControllerHelper_MapHelper_get_layoutManager, (Player_ControllerHelper_MapHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, ControllerMapEnabler *, Player_ControllerHelper_MapHelper_get_mapEnabler, (Player_ControllerHelper_MapHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x02165180, void, Player_ControllerHelper_MapHelper_LoadMap, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, int32_t categoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x021651B0, void, Player_ControllerHelper_MapHelper_LoadMap_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, String * categoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x021651E0, void, Player_ControllerHelper_MapHelper_LoadMap_2, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, int32_t categoryId, int32_t layoutId, bool startEnabled, MethodInfo * method)); DO_APP_FUNC(0x02165220, void, Player_ControllerHelper_MapHelper_LoadMap_3, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, String * categoryName, String * layoutName, bool startEnabled, MethodInfo * method)); DO_APP_FUNC(0x02165260, void, Player_ControllerHelper_MapHelper_uICeDyIZlbdfloeAyQHjAnrjoOXhb, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000aa01, int32_t param_0000aa02, int32_t param_0000aa03, int32_t param_0000aa04, BoolOption__Enum param_0000aa05, MethodInfo * method)); DO_APP_FUNC(0x02165330, void, Player_ControllerHelper_MapHelper_uICeDyIZlbdfloeAyQHjAnrjoOXhb_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000aa06, int32_t param_0000aa07, String * param_0000aa08, String * param_0000aa09, BoolOption__Enum param_0000aa0a, MethodInfo * method)); DO_APP_FUNC(0x02165410, IEnumerable_1_Rewired_ControllerMap_ *, Player_ControllerHelper_MapHelper_GetAllMaps, (Player_ControllerHelper_MapHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021654D0, int32_t, Player_ControllerHelper_MapHelper_GetAllMaps_1, (Player_ControllerHelper_MapHelper * __this, List_1_Rewired_ControllerMap_ * results, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C917D0, Player_ControllerHelper_MapHelper_GetAllMaps_1__MethodInfo); DO_APP_FUNC(0x02165760, IEnumerable_1_Rewired_ControllerMap_ *, Player_ControllerHelper_MapHelper_GetAllMaps_2, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC(0x02165820, int32_t, Player_ControllerHelper_MapHelper_GetAllMaps_3, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, List_1_Rewired_ControllerMap_ * results, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91780, Player_ControllerHelper_MapHelper_GetAllMaps_3__MethodInfo); DO_APP_FUNC(0x02165BC0, IEnumerable_1_Rewired_ControllerMap_ *, Player_ControllerHelper_MapHelper_GetAllMapsInCategory, (Player_ControllerHelper_MapHelper * __this, String * categoryName, MethodInfo * method)); DO_APP_FUNC(0x02165DC0, IEnumerable_1_Rewired_ControllerMap_ *, Player_ControllerHelper_MapHelper_GetAllMapsInCategory_1, (Player_ControllerHelper_MapHelper * __this, int32_t categoryId, MethodInfo * method)); DO_APP_FUNC(0x02165E80, IEnumerable_1_Rewired_ControllerMap_ *, Player_ControllerHelper_MapHelper_GetAllMapsInCategory_2, (Player_ControllerHelper_MapHelper * __this, String * categoryName, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC(0x02166080, IEnumerable_1_Rewired_ControllerMap_ *, Player_ControllerHelper_MapHelper_GetAllMapsInCategory_3, (Player_ControllerHelper_MapHelper * __this, int32_t categoryId, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC(0x02166160, int32_t, Player_ControllerHelper_MapHelper_GetAllMapsInCategory_4, (Player_ControllerHelper_MapHelper * __this, String * categoryName, List_1_Rewired_ControllerMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x02166250, int32_t, Player_ControllerHelper_MapHelper_GetAllMapsInCategory_5, (Player_ControllerHelper_MapHelper * __this, int32_t categoryId, List_1_Rewired_ControllerMap_ * results, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91798, Player_ControllerHelper_MapHelper_GetAllMapsInCategory_5__MethodInfo); DO_APP_FUNC(0x02166530, int32_t, Player_ControllerHelper_MapHelper_GetAllMapsInCategory_6, (Player_ControllerHelper_MapHelper * __this, String * categoryName, ControllerType__Enum controllerType, List_1_Rewired_ControllerMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x02166630, int32_t, Player_ControllerHelper_MapHelper_GetAllMapsInCategory_7, (Player_ControllerHelper_MapHelper * __this, int32_t categoryId, ControllerType__Enum controllerType, List_1_Rewired_ControllerMap_ * results, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91790, Player_ControllerHelper_MapHelper_GetAllMapsInCategory_7__MethodInfo); DO_APP_FUNC(0x02166A20, IList_1_Rewired_ControllerMap_ *, Player_ControllerHelper_MapHelper_GetMaps, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC(0x02166AF0, IList_1_Rewired_ControllerMap_ *, Player_ControllerHelper_MapHelper_GetMaps_1, (Player_ControllerHelper_MapHelper * __this, Controller * controller, MethodInfo * method)); DO_APP_FUNC(0x02166C70, IEnumerable_1_Rewired_ControllerMap_ *, Player_ControllerHelper_MapHelper_GetMapsInCategory, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, int32_t categoryId, MethodInfo * method)); DO_APP_FUNC(0x02166E30, IEnumerable_1_Rewired_ControllerMap_ *, Player_ControllerHelper_MapHelper_GetMapsInCategory_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, String * categoryName, MethodInfo * method)); DO_APP_FUNC(0x02166F40, IEnumerable_1_Rewired_ControllerMap_ *, Player_ControllerHelper_MapHelper_GetMapsInCategory_2, (Player_ControllerHelper_MapHelper * __this, Controller * controller, int32_t categoryId, MethodInfo * method)); DO_APP_FUNC(0x02167030, IEnumerable_1_Rewired_ControllerMap_ *, Player_ControllerHelper_MapHelper_GetMapsInCategory_3, (Player_ControllerHelper_MapHelper * __this, Controller * controller, String * categoryName, MethodInfo * method)); DO_APP_FUNC(0x02167160, int32_t, Player_ControllerHelper_MapHelper_GetMapsInCategory_4, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, int32_t categoryId, List_1_Rewired_ControllerMap_ * results, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91760, Player_ControllerHelper_MapHelper_GetMapsInCategory_4__MethodInfo); DO_APP_FUNC(0x021673C0, int32_t, Player_ControllerHelper_MapHelper_GetMapsInCategory_5, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, String * categoryName, List_1_Rewired_ControllerMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x02167520, int32_t, Player_ControllerHelper_MapHelper_GetMapsInCategory_6, (Player_ControllerHelper_MapHelper * __this, Controller * controller, int32_t categoryId, List_1_Rewired_ControllerMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x02167640, int32_t, Player_ControllerHelper_MapHelper_GetMapsInCategory_7, (Player_ControllerHelper_MapHelper * __this, Controller * controller, String * categoryName, List_1_Rewired_ControllerMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x021677A0, ControllerMap *, Player_ControllerHelper_MapHelper_GetMap, (Player_ControllerHelper_MapHelper * __this, int32_t mapId, MethodInfo * method)); DO_APP_FUNC(0x021679A0, ControllerMap *, Player_ControllerHelper_MapHelper_GetMap_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, int32_t mapId, MethodInfo * method)); DO_APP_FUNC(0x02167A70, ControllerMap *, Player_ControllerHelper_MapHelper_GetMap_2, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, int32_t categoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x02167B50, ControllerMap *, Player_ControllerHelper_MapHelper_GetMap_3, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, String * categoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x02167C20, ControllerMap *, Player_ControllerHelper_MapHelper_GetMap_4, (Player_ControllerHelper_MapHelper * __this, Controller * controller, int32_t mapId, MethodInfo * method)); DO_APP_FUNC(0x02167D00, ControllerMap *, Player_ControllerHelper_MapHelper_GetMap_5, (Player_ControllerHelper_MapHelper * __this, Controller * controller, int32_t categoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x02167E70, ControllerMap *, Player_ControllerHelper_MapHelper_GetMap_6, (Player_ControllerHelper_MapHelper * __this, Controller * controller, String * categoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x02167F50, ControllerMap *, Player_ControllerHelper_MapHelper_GetFirstMapInCategory, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, String * categoryName, MethodInfo * method)); DO_APP_FUNC(0x02168050, ControllerMap *, Player_ControllerHelper_MapHelper_GetFirstMapInCategory_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, int32_t categoryId, MethodInfo * method)); DO_APP_FUNC(0x02168120, ControllerMap *, Player_ControllerHelper_MapHelper_GetFirstMapInCategory_2, (Player_ControllerHelper_MapHelper * __this, Controller * controller, String * categoryName, MethodInfo * method)); DO_APP_FUNC(0x021682C0, ControllerMap *, Player_ControllerHelper_MapHelper_GetFirstMapInCategory_3, (Player_ControllerHelper_MapHelper * __this, Controller * controller, int32_t categoryId, MethodInfo * method)); DO_APP_FUNC(0x021683A0, void, Player_ControllerHelper_MapHelper_AddMap, (Player_ControllerHelper_MapHelper * __this, Controller * controller, ControllerMap * map, MethodInfo * method)); DO_APP_FUNC(0x02168470, void, Player_ControllerHelper_MapHelper_AddMap_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * map, MethodInfo * method)); DO_APP_FUNC(0x02168540, void, Player_ControllerHelper_MapHelper_AddMap_2, (Player_ControllerHelper_MapHelper * __this, Controller * controller, ControllerMap * map, bool startEnabled, MethodInfo * method)); DO_APP_FUNC(0x02168610, void, Player_ControllerHelper_MapHelper_AddMap_3, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * map, bool startEnabled, MethodInfo * method)); DO_APP_FUNC(0x021686E0, bool, Player_ControllerHelper_MapHelper_AddMapFromXml, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, String * xmlString, MethodInfo * method)); DO_APP_FUNC(0x021687B0, int32_t, Player_ControllerHelper_MapHelper_AddMapsFromXml, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, List_1_System_String_ * xmlStrings, MethodInfo * method)); DO_APP_FUNC(0x021689B0, bool, Player_ControllerHelper_MapHelper_AddMapFromJson, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, String * jsonString, MethodInfo * method)); DO_APP_FUNC(0x02168A80, int32_t, Player_ControllerHelper_MapHelper_AddMapsFromJson, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, List_1_System_String_ * jsonStrings, MethodInfo * method)); DO_APP_FUNC(0x02168C80, void, Player_ControllerHelper_MapHelper_AddEmptyMap, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, int32_t categoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x02168D50, void, Player_ControllerHelper_MapHelper_AddEmptyMap_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, String * categoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x02168F00, void, Player_ControllerHelper_MapHelper_RemoveMap, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, int32_t mapId, MethodInfo * method)); DO_APP_FUNC(0x02168FD0, void, Player_ControllerHelper_MapHelper_RemoveMap_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, int32_t categoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x021690A0, void, Player_ControllerHelper_MapHelper_RemoveMap_2, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, String * categoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x02169170, void, Player_ControllerHelper_MapHelper_ClearMaps, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, bool userAssignableOnly, MethodInfo * method)); DO_APP_FUNC(0x021694F0, void, Player_ControllerHelper_MapHelper_ClearMapsInCategory, (Player_ControllerHelper_MapHelper * __this, int32_t categoryId, bool userAssignableOnly, MethodInfo * method)); DO_APP_FUNC(0x02169700, void, Player_ControllerHelper_MapHelper_ClearMapsInCategory_1, (Player_ControllerHelper_MapHelper * __this, String * categoryName, bool userAssignableOnly, MethodInfo * method)); DO_APP_FUNC(0x021697F0, void, Player_ControllerHelper_MapHelper_ClearMapsInCategory_2, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t categoryId, bool userAssignableOnly, MethodInfo * method)); DO_APP_FUNC(0x02169B70, void, Player_ControllerHelper_MapHelper_ClearMapsInCategory_3, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, String * categoryName, bool userAssignableOnly, MethodInfo * method)); DO_APP_FUNC(0x02169C70, void, Player_ControllerHelper_MapHelper_ClearMapsInCategory_4, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t categoryId, int32_t layoutId, bool userAssignableOnly, MethodInfo * method)); DO_APP_FUNC(0x0216A030, void, Player_ControllerHelper_MapHelper_ClearMapsInCategory_5, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, String * categoryName, String * layoutName, bool userAssignableOnly, MethodInfo * method)); DO_APP_FUNC(0x0216A170, void, Player_ControllerHelper_MapHelper_ClearMapsInLayout, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t layoutId, bool userAssignableOnly, MethodInfo * method)); DO_APP_FUNC(0x0216A4F0, void, Player_ControllerHelper_MapHelper_ClearMapsInLayout_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, String * layoutName, bool userAssignableOnly, MethodInfo * method)); DO_APP_FUNC(0x0216A5F0, void, Player_ControllerHelper_MapHelper_ClearMapsForController, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, bool userAssignableOnly, MethodInfo * method)); DO_APP_FUNC(0x0216A770, void, Player_ControllerHelper_MapHelper_ClearMapsForController_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, int32_t categoryId, bool userAssignableOnly, MethodInfo * method)); DO_APP_FUNC(0x0216A8F0, void, Player_ControllerHelper_MapHelper_ClearMapsForController_2, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, String * categoryName, bool userAssignableOnly, MethodInfo * method)); DO_APP_FUNC(0x0216A9F0, void, Player_ControllerHelper_MapHelper_ClearMapsForControllerInLayout, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, int32_t layoutId, bool userAssignableOnly, MethodInfo * method)); DO_APP_FUNC(0x0216AB70, void, Player_ControllerHelper_MapHelper_ClearMapsForControllerInLayout_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, String * layoutName, bool userAssignableOnly, MethodInfo * method)); DO_APP_FUNC(0x0216AC70, void, Player_ControllerHelper_MapHelper_ClearAllMaps, (Player_ControllerHelper_MapHelper * __this, bool userAssignableOnly, MethodInfo * method)); DO_APP_FUNC(0x0216AD80, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstButtonMapWithAction, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216AE30, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstButtonMapWithAction_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216B000, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstButtonMapWithAction_2, (Player_ControllerHelper_MapHelper * __this, Controller * controller, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216B0E0, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstButtonMapWithAction_3, (Player_ControllerHelper_MapHelper * __this, Controller * controller, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216B260, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstButtonMapWithAction_4, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216B330, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstButtonMapWithAction_5, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216B530, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstButtonMapWithAction_6, (Player_ControllerHelper_MapHelper * __this, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216B680, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstButtonMapWithAction_7, (Player_ControllerHelper_MapHelper * __this, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216B900, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_ButtonMapsWithAction, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216B9B0, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_ButtonMapsWithAction_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216BB90, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_ButtonMapsWithAction_2, (Player_ControllerHelper_MapHelper * __this, Controller * controller, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216BC90, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_ButtonMapsWithAction_3, (Player_ControllerHelper_MapHelper * __this, Controller * controller, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216BE20, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_ButtonMapsWithAction_4, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216BF00, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_ButtonMapsWithAction_5, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216C100, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_ButtonMapsWithAction_6, (Player_ControllerHelper_MapHelper * __this, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216C1E0, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_ButtonMapsWithAction_7, (Player_ControllerHelper_MapHelper * __this, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216C400, int32_t, Player_ControllerHelper_MapHelper_GetButtonMapsWithAction, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, int32_t actionId, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0216C4C0, int32_t, Player_ControllerHelper_MapHelper_GetButtonMapsWithAction_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, String * actionName, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0216C6A0, int32_t, Player_ControllerHelper_MapHelper_GetButtonMapsWithAction_2, (Player_ControllerHelper_MapHelper * __this, Controller * controller, int32_t actionId, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91750, Player_ControllerHelper_MapHelper_GetButtonMapsWithAction_2__MethodInfo); DO_APP_FUNC(0x0216C820, int32_t, Player_ControllerHelper_MapHelper_GetButtonMapsWithAction_3, (Player_ControllerHelper_MapHelper * __this, Controller * controller, String * actionName, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0216C9A0, int32_t, Player_ControllerHelper_MapHelper_GetButtonMapsWithAction_4, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t actionId, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0216CA80, int32_t, Player_ControllerHelper_MapHelper_GetButtonMapsWithAction_5, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, String * actionName, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0216CC90, int32_t, Player_ControllerHelper_MapHelper_GetButtonMapsWithAction_6, (Player_ControllerHelper_MapHelper * __this, int32_t actionId, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0216CCB0, int32_t, Player_ControllerHelper_MapHelper_GetButtonMapsWithAction_7, (Player_ControllerHelper_MapHelper * __this, String * actionName, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0216CE30, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstAxisMapWithAction, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216CEE0, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstAxisMapWithAction_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216D0B0, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstAxisMapWithAction_2, (Player_ControllerHelper_MapHelper * __this, Controller * controller, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216D190, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstAxisMapWithAction_3, (Player_ControllerHelper_MapHelper * __this, Controller * controller, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216D310, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstAxisMapWithAction_4, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216D3E0, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstAxisMapWithAction_5, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216D5E0, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstAxisMapWithAction_6, (Player_ControllerHelper_MapHelper * __this, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216D730, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstAxisMapWithAction_7, (Player_ControllerHelper_MapHelper * __this, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216D9B0, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_AxisMapsWithAction, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216DA60, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_AxisMapsWithAction_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216DC40, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_AxisMapsWithAction_2, (Player_ControllerHelper_MapHelper * __this, Controller * controller, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216DD40, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_AxisMapsWithAction_3, (Player_ControllerHelper_MapHelper * __this, Controller * controller, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216DED0, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_AxisMapsWithAction_4, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216DFB0, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_AxisMapsWithAction_5, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216E1B0, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_AxisMapsWithAction_6, (Player_ControllerHelper_MapHelper * __this, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216E290, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_AxisMapsWithAction_7, (Player_ControllerHelper_MapHelper * __this, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216E4B0, int32_t, Player_ControllerHelper_MapHelper_GetAxisMapsWithAction, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, int32_t actionId, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0216E570, int32_t, Player_ControllerHelper_MapHelper_GetAxisMapsWithAction_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, String * actionName, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0216E750, int32_t, Player_ControllerHelper_MapHelper_GetAxisMapsWithAction_2, (Player_ControllerHelper_MapHelper * __this, Controller * controller, int32_t actionId, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0216E840, int32_t, Player_ControllerHelper_MapHelper_GetAxisMapsWithAction_3, (Player_ControllerHelper_MapHelper * __this, Controller * controller, String * actionName, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0216E9C0, int32_t, Player_ControllerHelper_MapHelper_GetAxisMapsWithAction_4, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t actionId, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91740, Player_ControllerHelper_MapHelper_GetAxisMapsWithAction_4__MethodInfo); DO_APP_FUNC(0x0216EAF0, int32_t, Player_ControllerHelper_MapHelper_GetAxisMapsWithAction_5, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, String * actionName, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0216ED60, int32_t, Player_ControllerHelper_MapHelper_GetAxisMapsWithAction_6, (Player_ControllerHelper_MapHelper * __this, int32_t actionId, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0216ED80, int32_t, Player_ControllerHelper_MapHelper_GetAxisMapsWithAction_7, (Player_ControllerHelper_MapHelper * __this, String * actionName, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x0216EF00, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstElementMapWithAction, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216EFB0, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstElementMapWithAction_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216F060, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstElementMapWithAction_2, (Player_ControllerHelper_MapHelper * __this, Controller * controller, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216F140, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstElementMapWithAction_3, (Player_ControllerHelper_MapHelper * __this, Controller * controller, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216F2C0, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstElementMapWithAction_4, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216F390, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstElementMapWithAction_5, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216F590, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstElementMapWithAction_6, (Player_ControllerHelper_MapHelper * __this, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216F6E0, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstElementMapWithAction_7, (Player_ControllerHelper_MapHelper * __this, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216F960, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_ElementMapsWithAction, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216FA10, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_ElementMapsWithAction_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216FBF0, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_ElementMapsWithAction_2, (Player_ControllerHelper_MapHelper * __this, Controller * controller, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216FCF0, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_ElementMapsWithAction_3, (Player_ControllerHelper_MapHelper * __this, Controller * controller, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216FE80, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_ElementMapsWithAction_4, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x0216FF60, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_ElementMapsWithAction_5, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x02170160, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_ElementMapsWithAction_6, (Player_ControllerHelper_MapHelper * __this, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x02170240, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_ElementMapsWithAction_7, (Player_ControllerHelper_MapHelper * __this, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x02170460, int32_t, Player_ControllerHelper_MapHelper_GetElementMapsWithAction, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, int32_t actionId, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x02170520, int32_t, Player_ControllerHelper_MapHelper_GetElementMapsWithAction_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, String * actionName, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x021705E0, int32_t, Player_ControllerHelper_MapHelper_GetElementMapsWithAction_2, (Player_ControllerHelper_MapHelper * __this, Controller * controller, int32_t actionId, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x021706D0, int32_t, Player_ControllerHelper_MapHelper_GetElementMapsWithAction_3, (Player_ControllerHelper_MapHelper * __this, Controller * controller, String * actionName, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x02170850, int32_t, Player_ControllerHelper_MapHelper_GetElementMapsWithAction_4, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t actionId, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x02170930, int32_t, Player_ControllerHelper_MapHelper_GetElementMapsWithAction_5, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, String * actionName, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x02170B40, int32_t, Player_ControllerHelper_MapHelper_GetElementMapsWithAction_6, (Player_ControllerHelper_MapHelper * __this, int32_t actionId, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x02170B60, int32_t, Player_ControllerHelper_MapHelper_GetElementMapsWithAction_7, (Player_ControllerHelper_MapHelper * __this, String * actionName, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x02170CE0, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_ElementMapsWithElementTarget, (Player_ControllerHelper_MapHelper * __this, ControllerElementTarget elementTarget, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x02170E50, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_ElementMapsWithElementTarget_1, (Player_ControllerHelper_MapHelper * __this, IControllerElementTarget * elementTarget, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x02170E80, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_ElementMapsWithElementTarget_2, (Player_ControllerHelper_MapHelper * __this, ControllerElementTarget elementTarget, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x02170FE0, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_ElementMapsWithElementTarget_3, (Player_ControllerHelper_MapHelper * __this, ControllerElementTarget elementTarget, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x021712A0, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_ElementMapsWithElementTarget_4, (Player_ControllerHelper_MapHelper * __this, IControllerElementTarget * elementTarget, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x021712D0, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_ElementMapsWithElementTarget_5, (Player_ControllerHelper_MapHelper * __this, IControllerElementTarget * elementTarget, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x021713F0, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstElementMapWithElementTarget, (Player_ControllerHelper_MapHelper * __this, ControllerElementTarget elementTarget, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x02171540, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstElementMapWithElementTarget_1, (Player_ControllerHelper_MapHelper * __this, IControllerElementTarget * elementTarget, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x02171570, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstElementMapWithElementTarget_2, (Player_ControllerHelper_MapHelper * __this, ControllerElementTarget elementTarget, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x021716C0, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstElementMapWithElementTarget_3, (Player_ControllerHelper_MapHelper * __this, ControllerElementTarget elementTarget, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x02171950, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstElementMapWithElementTarget_4, (Player_ControllerHelper_MapHelper * __this, IControllerElementTarget * elementTarget, int32_t actionId, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x02171980, ActionElementMap *, Player_ControllerHelper_MapHelper_GetFirstElementMapWithElementTarget_5, (Player_ControllerHelper_MapHelper * __this, IControllerElementTarget * elementTarget, String * actionName, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x02171B00, int32_t, Player_ControllerHelper_MapHelper_GetElementMapsWithElementTarget, (Player_ControllerHelper_MapHelper * __this, ControllerElementTarget elementTarget, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x02171C60, int32_t, Player_ControllerHelper_MapHelper_GetElementMapsWithElementTarget_1, (Player_ControllerHelper_MapHelper * __this, IControllerElementTarget * elementTarget, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x02171C90, int32_t, Player_ControllerHelper_MapHelper_GetElementMapsWithElementTarget_2, (Player_ControllerHelper_MapHelper * __this, ControllerElementTarget elementTarget, int32_t actionId, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x02171DF0, int32_t, Player_ControllerHelper_MapHelper_GetElementMapsWithElementTarget_3, (Player_ControllerHelper_MapHelper * __this, ControllerElementTarget elementTarget, String * actionName, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x021720A0, int32_t, Player_ControllerHelper_MapHelper_GetElementMapsWithElementTarget_4, (Player_ControllerHelper_MapHelper * __this, IControllerElementTarget * elementTarget, int32_t actionId, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x021720E0, int32_t, Player_ControllerHelper_MapHelper_GetElementMapsWithElementTarget_5, (Player_ControllerHelper_MapHelper * __this, IControllerElementTarget * elementTarget, String * actionName, bool skipDisabledMaps, List_1_Rewired_ActionElementMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x02172270, ControllerMapSaveData__Array *, Player_ControllerHelper_MapHelper_GetMapSaveData, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, bool userAssignableMapsOnly, MethodInfo * method)); DO_APP_FUNC(0x02172350, ControllerMapSaveData__Array *, Player_ControllerHelper_MapHelper_GetAllMapSaveData, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, bool userAssignableMapsOnly, MethodInfo * method)); DO_APP_FUNC(0x02172430, ControllerMapSaveData__Array *, Player_ControllerHelper_MapHelper_GetAllMapSaveData_1, (Player_ControllerHelper_MapHelper * __this, bool userAssignableMapsOnly, MethodInfo * method)); DO_APP_FUNC(0x021725C0, int32_t, Player_ControllerHelper_MapHelper_SetAllMapsEnabled, (Player_ControllerHelper_MapHelper * __this, bool state, MethodInfo * method)); DO_APP_FUNC(0x021727D0, int32_t, Player_ControllerHelper_MapHelper_SetAllMapsEnabled_1, (Player_ControllerHelper_MapHelper * __this, bool state, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC(0x02172AF0, int32_t, Player_ControllerHelper_MapHelper_SetAllMapsEnabled_2, (Player_ControllerHelper_MapHelper * __this, bool state, Controller * controller, MethodInfo * method)); DO_APP_FUNC(0x02172CF0, int32_t, Player_ControllerHelper_MapHelper_SetAllMapsEnabled_3, (Player_ControllerHelper_MapHelper * __this, bool state, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC(0x02172E50, int32_t, Player_ControllerHelper_MapHelper_SetMapsEnabled, (Player_ControllerHelper_MapHelper * __this, bool state, int32_t categoryId, MethodInfo * method)); DO_APP_FUNC(0x02173060, int32_t, Player_ControllerHelper_MapHelper_SetMapsEnabled_1, (Player_ControllerHelper_MapHelper * __this, bool state, String * categoryName, MethodInfo * method)); DO_APP_FUNC(0x02173160, int32_t, Player_ControllerHelper_MapHelper_SetMapsEnabled_2, (Player_ControllerHelper_MapHelper * __this, bool state, String * categoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x02173350, int32_t, Player_ControllerHelper_MapHelper_SetMapsEnabled_3, (Player_ControllerHelper_MapHelper * __this, bool state, ControllerType__Enum controllerType, int32_t categoryId, MethodInfo * method)); DO_APP_FUNC(0x02173680, int32_t, Player_ControllerHelper_MapHelper_SetMapsEnabled_4, (Player_ControllerHelper_MapHelper * __this, bool state, ControllerType__Enum controllerType, String * categoryName, MethodInfo * method)); DO_APP_FUNC(0x02173780, int32_t, Player_ControllerHelper_MapHelper_SetMapsEnabled_5, (Player_ControllerHelper_MapHelper * __this, bool state, ControllerType__Enum controllerType, int32_t categoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x02173AE0, int32_t, Player_ControllerHelper_MapHelper_SetMapsEnabled_6, (Player_ControllerHelper_MapHelper * __this, bool state, ControllerType__Enum controllerType, String * categoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x02173C20, int32_t, Player_ControllerHelper_MapHelper_SetMapsEnabled_7, (Player_ControllerHelper_MapHelper * __this, bool state, Controller * controller, int32_t categoryId, MethodInfo * method)); DO_APP_FUNC(0x02173D90, int32_t, Player_ControllerHelper_MapHelper_SetMapsEnabled_8, (Player_ControllerHelper_MapHelper * __this, bool state, Controller * controller, int32_t categoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x02173F30, int32_t, Player_ControllerHelper_MapHelper_SetMapsEnabled_9, (Player_ControllerHelper_MapHelper * __this, bool state, Controller * controller, String * categoryName, MethodInfo * method)); DO_APP_FUNC(0x02174140, int32_t, Player_ControllerHelper_MapHelper_SetMapsEnabled_10, (Player_ControllerHelper_MapHelper * __this, bool state, Controller * controller, String * categoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x021743C0, void, Player_ControllerHelper_MapHelper_LoadDefaultMaps, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91720, Player_ControllerHelper_MapHelper_LoadDefaultMaps__MethodInfo); DO_APP_FUNC(0x02174500, bool, Player_ControllerHelper_MapHelper_ContainsMapInCategory, (Player_ControllerHelper_MapHelper * __this, InputMapCategory * category, MethodInfo * method)); DO_APP_FUNC(0x021745B0, bool, Player_ControllerHelper_MapHelper_ContainsMapInCategory_1, (Player_ControllerHelper_MapHelper * __this, int32_t categoryId, MethodInfo * method)); DO_APP_FUNC(0x021747C0, bool, Player_ControllerHelper_MapHelper_ContainsMapInCategory_2, (Player_ControllerHelper_MapHelper * __this, String * categoryName, MethodInfo * method)); DO_APP_FUNC(0x021748A0, bool, Player_ControllerHelper_MapHelper_ContainsMapInCategory_3, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum controllerType, int32_t categoryId, MethodInfo * method)); DO_APP_FUNC(0x02174A50, IList_1_Rewired_InputBehavior_ *, Player_ControllerHelper_MapHelper_get_InputBehaviors, (Player_ControllerHelper_MapHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x02174B20, InputBehavior *, Player_ControllerHelper_MapHelper_GetInputBehavior, (Player_ControllerHelper_MapHelper * __this, int32_t behaviorId, MethodInfo * method)); DO_APP_FUNC(0x02174BE0, InputBehavior *, Player_ControllerHelper_MapHelper_GetInputBehavior_1, (Player_ControllerHelper_MapHelper * __this, String * behaviorName, MethodInfo * method)); DO_APP_FUNC(0x02174CA0, void, Player_ControllerHelper_MapHelper_LIeljCbdoWdgBAecluMnblrpCnHu, (Player_ControllerHelper_MapHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x02174CE0, void, Player_ControllerHelper_MapHelper_gmlljSyKLYFFXjzcdlYKrkxhUUDh, (Player_ControllerHelper_MapHelper * __this, bool param_0000ac69, MethodInfo * method)); DO_APP_FUNC(0x02175060, void, Player_ControllerHelper_MapHelper_ETQKPGhmQgAAQCuYLNubQPsMEdtDb, (Player_ControllerHelper_MapHelper * __this, bool param_0000ac6a, MethodInfo * method)); DO_APP_FUNC(0x02175560, void, Player_ControllerHelper_MapHelper_DpDWFAmfmsFWOQyQRwfbKQZgZJGs, (Player_ControllerHelper_MapHelper * __this, bool param_0000ac6b, MethodInfo * method)); DO_APP_FUNC(0x02175A60, void, Player_ControllerHelper_MapHelper_aQBrNgeezUERDEBJiyJlDrHhSEyX, (Player_ControllerHelper_MapHelper * __this, bool param_0000ac6c, MethodInfo * method)); DO_APP_FUNC(0x02175DC0, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_Rewired_JoystickMap_ *, Player_ControllerHelper_MapHelper_TgVjAbMEslpdeurknxkUcqmEdrkbA, (Player_ControllerHelper_MapHelper * __this, Joystick * param_0000ac6d, bool param_0000ac6e, MethodInfo * method)); DO_APP_FUNC(0x02175F60, void, Player_ControllerHelper_MapHelper_vYAtsEnlWTlWAswdubgFcixucnRDA, (Player_ControllerHelper_MapHelper * __this, Joystick * param_0000ac6f, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_Rewired_JoystickMap_ * param_0000ac70, QrmFKaXWCucaXPGsKbkrhZUVAexX * param_0000ac71, bool param_0000ac72, MethodInfo * method)); DO_APP_FUNC(0x021760E0, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_Rewired_CustomControllerMap_ *, Player_ControllerHelper_MapHelper_MTUyicaSgDXrDQGuRejxfHJuUvYJA, (Player_ControllerHelper_MapHelper * __this, CustomController * param_0000ac73, bool param_0000ac74, MethodInfo * method)); DO_APP_FUNC(0x02176280, void, Player_ControllerHelper_MapHelper_trvLEyQRqpqVTxdzifWlhAJFCvxz, (Player_ControllerHelper_MapHelper * __this, CustomController * param_0000ac75, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_Rewired_CustomControllerMap_ * param_0000ac76, QrmFKaXWCucaXPGsKbkrhZUVAexX * param_0000ac77, bool param_0000ac78, MethodInfo * method)); DO_APP_FUNC(0x021763C0, void, Player_ControllerHelper_MapHelper_HjuYadaxwxMvUXiwNNYvpThGTpfT, (Player_ControllerHelper_MapHelper * __this, Controller * param_0000ac79, ControllerMap * param_0000ac7a, MethodInfo * method)); DO_APP_FUNC(0x02176410, IList_1_Rewired_ControllerMap_ *, Player_ControllerHelper_MapHelper_bAUBNMTMwtYsjwnlutOnCKKVkIgf, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ac7d, int32_t param_0000ac7e, MethodInfo * method)); DO_APP_FUNC(0x02176540, IList_1_Rewired_ControllerMap_ *, Player_ControllerHelper_MapHelper_bAUBNMTMwtYsjwnlutOnCKKVkIgf_1, (Player_ControllerHelper_MapHelper * __this, Controller * param_0000ac7f, MethodInfo * method)); DO_APP_FUNC(0x02176580, void, Player_ControllerHelper_MapHelper_fwEwzmTJojHPQvSehgrQYolgBxxv, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ac80, int32_t param_0000ac81, int32_t param_0000ac82, int32_t param_0000ac83, MethodInfo * method)); DO_APP_FUNC(0x021765B0, void, Player_ControllerHelper_MapHelper_fwEwzmTJojHPQvSehgrQYolgBxxv_1, (Player_ControllerHelper_MapHelper * __this, Controller * param_0000ac84, int32_t param_0000ac85, int32_t param_0000ac86, MethodInfo * method)); DO_APP_FUNC(0x02176620, void, Player_ControllerHelper_MapHelper_fwEwzmTJojHPQvSehgrQYolgBxxv_2, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ac87, int32_t param_0000ac88, String * param_0000ac89, String * param_0000ac8a, MethodInfo * method)); DO_APP_FUNC(0x02176650, void, Player_ControllerHelper_MapHelper_fwEwzmTJojHPQvSehgrQYolgBxxv_3, (Player_ControllerHelper_MapHelper * __this, Controller * param_0000ac8b, String * param_0000ac8c, String * param_0000ac8d, MethodInfo * method)); DO_APP_FUNC(0x021766C0, void, Player_ControllerHelper_MapHelper_fwEwzmTJojHPQvSehgrQYolgBxxv_4, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ac8e, int32_t param_0000ac8f, int32_t param_0000ac90, int32_t param_0000ac91, BoolOption__Enum param_0000ac92, MethodInfo * method)); DO_APP_FUNC(0x02176830, void, Player_ControllerHelper_MapHelper_fwEwzmTJojHPQvSehgrQYolgBxxv_5, (Player_ControllerHelper_MapHelper * __this, Controller * param_0000ac93, int32_t param_0000ac94, int32_t param_0000ac95, BoolOption__Enum param_0000ac96, MethodInfo * method)); DO_APP_FUNC(0x021768B0, void, Player_ControllerHelper_MapHelper_fwEwzmTJojHPQvSehgrQYolgBxxv_6, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ac97, int32_t param_0000ac98, String * param_0000ac99, String * param_0000ac9a, BoolOption__Enum param_0000ac9b, MethodInfo * method)); DO_APP_FUNC(0x02176990, void, Player_ControllerHelper_MapHelper_fwEwzmTJojHPQvSehgrQYolgBxxv_7, (Player_ControllerHelper_MapHelper * __this, Controller * param_0000ac9c, String * param_0000ac9d, String * param_0000ac9e, BoolOption__Enum param_0000ac9f, MethodInfo * method)); DO_APP_FUNC(0x02176A10, void, Player_ControllerHelper_MapHelper_qAqPaFvPzPepRGmxyBvtnHAjNHZYA, (Player_ControllerHelper_MapHelper * __this, Controller * param_0000aca0, ControllerMap * param_0000aca1, BoolOption__Enum param_0000aca2, MethodInfo * method)); DO_APP_FUNC(0x02176C00, void, Player_ControllerHelper_MapHelper_qAqPaFvPzPepRGmxyBvtnHAjNHZYA_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000aca3, int32_t param_0000aca4, ControllerMap * param_0000aca5, BoolOption__Enum param_0000aca6, MethodInfo * method)); DO_APP_FUNC(0x02176CB0, bool, Player_ControllerHelper_MapHelper_rmJWuVtBaQbFRJeRPfbJRlXQyiViA, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000aca7, int32_t param_0000aca8, String * param_0000aca9, MethodInfo * method)); DO_APP_FUNC(0x02176E00, int32_t, Player_ControllerHelper_MapHelper_VsdCtMUuloEIAkHLTebxUrQJXNoF, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000acaa, int32_t param_0000acab, List_1_System_String_ * param_0000acac, MethodInfo * method)); DO_APP_FUNC(0x02176F60, bool, Player_ControllerHelper_MapHelper_cwbrzANmNOknjNendiCrDkOgPsyBA, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000acad, int32_t param_0000acae, String * param_0000acaf, MethodInfo * method)); DO_APP_FUNC(0x021770B0, int32_t, Player_ControllerHelper_MapHelper_NvRBkmgKwXrJrGxhMSjnDdLuwxxB, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000acb0, int32_t param_0000acb1, List_1_System_String_ * param_0000acb2, MethodInfo * method)); DO_APP_FUNC(0x02177210, void, Player_ControllerHelper_MapHelper_JtBmPaaejsGTAEBvQiojoSlWTdLRA, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000acb3, int32_t param_0000acb4, int32_t param_0000acb5, int32_t param_0000acb6, MethodInfo * method)); DO_APP_FUNC(0x021774B0, void, Player_ControllerHelper_MapHelper_JtBmPaaejsGTAEBvQiojoSlWTdLRA_1, (Player_ControllerHelper_MapHelper * __this, Controller * param_0000acb7, int32_t param_0000acb8, int32_t param_0000acb9, MethodInfo * method)); DO_APP_FUNC(0x02177520, void, Player_ControllerHelper_MapHelper_JtBmPaaejsGTAEBvQiojoSlWTdLRA_2, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000acba, int32_t param_0000acbb, String * param_0000acbc, String * param_0000acbd, MethodInfo * method)); DO_APP_FUNC(0x021775F0, void, Player_ControllerHelper_MapHelper_JtBmPaaejsGTAEBvQiojoSlWTdLRA_3, (Player_ControllerHelper_MapHelper * __this, Controller * param_0000acbe, String * param_0000acbf, String * param_0000acc0, MethodInfo * method)); DO_APP_FUNC(0x02177660, void, Player_ControllerHelper_MapHelper_zSQyWecEoahRYIiRxdzBWVhYqwPC, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000acc1, int32_t param_0000acc2, int32_t param_0000acc3, MethodInfo * method)); DO_APP_FUNC(0x02177770, void, Player_ControllerHelper_MapHelper_zSQyWecEoahRYIiRxdzBWVhYqwPC_1, (Player_ControllerHelper_MapHelper * __this, Controller * param_0000acc4, int32_t param_0000acc5, MethodInfo * method)); DO_APP_FUNC(0x021777D0, void, Player_ControllerHelper_MapHelper_zSQyWecEoahRYIiRxdzBWVhYqwPC_2, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000acc6, int32_t param_0000acc7, ControllerMap * param_0000acc8, MethodInfo * method)); DO_APP_FUNC(0x02177950, void, Player_ControllerHelper_MapHelper_zSQyWecEoahRYIiRxdzBWVhYqwPC_3, (Player_ControllerHelper_MapHelper * __this, Controller * param_0000acc9, ControllerMap * param_0000acca, MethodInfo * method)); DO_APP_FUNC(0x021779D0, void, Player_ControllerHelper_MapHelper_zSQyWecEoahRYIiRxdzBWVhYqwPC_4, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000accb, int32_t param_0000accc, int32_t param_0000accd, int32_t param_0000acce, MethodInfo * method)); DO_APP_FUNC(0x02177AF0, void, Player_ControllerHelper_MapHelper_zSQyWecEoahRYIiRxdzBWVhYqwPC_5, (Player_ControllerHelper_MapHelper * __this, Controller * param_0000accf, int32_t param_0000acd0, int32_t param_0000acd1, MethodInfo * method)); DO_APP_FUNC(0x02177B60, void, Player_ControllerHelper_MapHelper_zSQyWecEoahRYIiRxdzBWVhYqwPC_6, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000acd2, int32_t param_0000acd3, String * param_0000acd4, String * param_0000acd5, MethodInfo * method)); DO_APP_FUNC(0x02177CF0, void, Player_ControllerHelper_MapHelper_zSQyWecEoahRYIiRxdzBWVhYqwPC_7, (Player_ControllerHelper_MapHelper * __this, Controller * param_0000acd6, String * param_0000acd7, String * param_0000acd8, MethodInfo * method)); DO_APP_FUNC(0x02177D60, ControllerMap *, Player_ControllerHelper_MapHelper_cVtKeDKJHvlWanrTeqyvkWXBwsP, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000acd9, int32_t param_0000acda, int32_t param_0000acdb, MethodInfo * method)); DO_APP_FUNC(0x02177E70, ControllerMap *, Player_ControllerHelper_MapHelper_cVtKeDKJHvlWanrTeqyvkWXBwsP_1, (Player_ControllerHelper_MapHelper * __this, Controller * param_0000acdc, int32_t param_0000acdd, MethodInfo * method)); DO_APP_FUNC(0x02177ED0, ControllerMap *, Player_ControllerHelper_MapHelper_cVtKeDKJHvlWanrTeqyvkWXBwsP_2, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000acde, int32_t param_0000acdf, int32_t param_0000ace0, int32_t param_0000ace1, MethodInfo * method)); DO_APP_FUNC(0x02178060, ControllerMap *, Player_ControllerHelper_MapHelper_cVtKeDKJHvlWanrTeqyvkWXBwsP_3, (Player_ControllerHelper_MapHelper * __this, Controller * param_0000ace2, int32_t param_0000ace3, int32_t param_0000ace4, MethodInfo * method)); DO_APP_FUNC(0x021780D0, ControllerMap *, Player_ControllerHelper_MapHelper_cVtKeDKJHvlWanrTeqyvkWXBwsP_4, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ace5, int32_t param_0000ace6, String * param_0000ace7, String * param_0000ace8, MethodInfo * method)); DO_APP_FUNC(0x021781B0, ControllerMap *, Player_ControllerHelper_MapHelper_cVtKeDKJHvlWanrTeqyvkWXBwsP_5, (Player_ControllerHelper_MapHelper * __this, Controller * param_0000ace9, String * param_0000acea, String * param_0000aceb, MethodInfo * method)); DO_APP_FUNC(0x02178220, ControllerMap *, Player_ControllerHelper_MapHelper_fievtLdEQKaDEJieeSzCXKoEGMvKA, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000acec, int32_t param_0000aced, int32_t param_0000acee, MethodInfo * method)); DO_APP_FUNC(0x02178330, ControllerMap *, Player_ControllerHelper_MapHelper_fievtLdEQKaDEJieeSzCXKoEGMvKA_1, (Player_ControllerHelper_MapHelper * __this, Controller * param_0000acef, int32_t param_0000acf0, MethodInfo * method)); DO_APP_FUNC(0x02178390, ControllerMap *, Player_ControllerHelper_MapHelper_fievtLdEQKaDEJieeSzCXKoEGMvKA_2, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000acf1, int32_t param_0000acf2, String * param_0000acf3, MethodInfo * method)); DO_APP_FUNC(0x02178480, ControllerMap *, Player_ControllerHelper_MapHelper_fievtLdEQKaDEJieeSzCXKoEGMvKA_3, (Player_ControllerHelper_MapHelper * __this, Controller * param_0000acf4, String * param_0000acf5, MethodInfo * method)); DO_APP_FUNC(0x02178580, ControllerMap__Array *, Player_ControllerHelper_MapHelper_VOoCDRYigSThTMxjPHZsSCfJvsl, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000acf6, MethodInfo * method)); DO_APP_FUNC(0x02178B30, ControllerMapSaveData__Array *, Player_ControllerHelper_MapHelper_FhooecyqXQNleCVednVdCmzxAxwiA, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000acf7, int32_t param_0000acf8, bool param_0000acf9, MethodInfo * method)); DO_APP_FUNC(0x02178EA0, ControllerMapSaveData__Array *, Player_ControllerHelper_MapHelper_FUgEnclzXAGcXsWITFGsCWIBkJZj, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000acfc, bool param_0000acfd, MethodInfo * method)); DO_APP_FUNC(0x02179150, int32_t, Player_ControllerHelper_MapHelper_qxhGJkIUhiTLHaBlBoVQbgYGRebqA, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000acff, int32_t param_0000ad00, int32_t param_0000ad01, List_1_Rewired_ControllerMap_ * param_0000ad02, MethodInfo * method)); DO_APP_FUNC(0x02179270, int32_t, Player_ControllerHelper_MapHelper_qxhGJkIUhiTLHaBlBoVQbgYGRebqA_1, (Player_ControllerHelper_MapHelper * __this, Controller * param_0000ad03, int32_t param_0000ad04, List_1_Rewired_ControllerMap_ * param_0000ad05, MethodInfo * method)); DO_APP_FUNC(0x021792E0, int32_t, Player_ControllerHelper_MapHelper_qxhGJkIUhiTLHaBlBoVQbgYGRebqA_2, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad06, int32_t param_0000ad07, String * param_0000ad08, List_1_Rewired_ControllerMap_ * param_0000ad09, MethodInfo * method)); DO_APP_FUNC(0x021793E0, int32_t, Player_ControllerHelper_MapHelper_qxhGJkIUhiTLHaBlBoVQbgYGRebqA_3, (Player_ControllerHelper_MapHelper * __this, Controller * param_0000ad0a, String * param_0000ad0b, List_1_Rewired_ControllerMap_ * param_0000ad0c, MethodInfo * method)); DO_APP_FUNC(0x02179500, IEnumerable_1_Rewired_ControllerMap_ *, Player_ControllerHelper_MapHelper_BHtfIuvodFhGZtZujPiDInpqdmOKA, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad0d, int32_t param_0000ad0e, int32_t param_0000ad0f, MethodInfo * method)); DO_APP_FUNC(0x021795E0, ActionElementMap *, Player_ControllerHelper_MapHelper_iSneYnUAhFCzraRfmdhRmgpDFFqIA, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad12, int32_t param_0000ad13, bool param_0000ad14, MethodInfo * method)); DO_APP_FUNC(0x02179810, ActionElementMap *, Player_ControllerHelper_MapHelper_iSneYnUAhFCzraRfmdhRmgpDFFqIA_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad15, String * param_0000ad16, bool param_0000ad17, MethodInfo * method)); DO_APP_FUNC(0x02179930, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_WFtmekCcHrhvRjpGpSpyeOXSBZUE, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad18, int32_t param_0000ad19, bool param_0000ad1a, MethodInfo * method)); DO_APP_FUNC(0x02179A10, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_WFtmekCcHrhvRjpGpSpyeOXSBZUE_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad1b, String * param_0000ad1c, bool param_0000ad1d, MethodInfo * method)); DO_APP_FUNC(0x02179B30, ActionElementMap *, Player_ControllerHelper_MapHelper_wAzfQaZxTSDHBjGyaXbtVearjOGNA, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad1e, int32_t param_0000ad1f, bool param_0000ad20, MethodInfo * method)); DO_APP_FUNC(0x02179E30, ActionElementMap *, Player_ControllerHelper_MapHelper_wAzfQaZxTSDHBjGyaXbtVearjOGNA_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad21, String * param_0000ad22, bool param_0000ad23, MethodInfo * method)); DO_APP_FUNC(0x02179F50, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_VZIeqYbOHefLOfmwLKYoJUFaUSxkA, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad24, int32_t param_0000ad25, bool param_0000ad26, MethodInfo * method)); DO_APP_FUNC(0x0217A030, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_VZIeqYbOHefLOfmwLKYoJUFaUSxkA_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad27, String * param_0000ad28, bool param_0000ad29, MethodInfo * method)); DO_APP_FUNC(0x0217A150, ActionElementMap *, Player_ControllerHelper_MapHelper_avVDNTfFITFvOcwkyqtYZOcZMcip, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad2a, int32_t param_0000ad2b, bool param_0000ad2c, MethodInfo * method)); DO_APP_FUNC(0x0217A390, ActionElementMap *, Player_ControllerHelper_MapHelper_avVDNTfFITFvOcwkyqtYZOcZMcip_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad2d, String * param_0000ad2e, bool param_0000ad2f, MethodInfo * method)); DO_APP_FUNC(0x0217A4B0, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_ZCNrIGdaRZSOosEPjljGGJwmMIak, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad30, int32_t param_0000ad31, bool param_0000ad32, MethodInfo * method)); DO_APP_FUNC(0x0217A590, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_ZCNrIGdaRZSOosEPjljGGJwmMIak_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad33, String * param_0000ad34, bool param_0000ad35, MethodInfo * method)); DO_APP_FUNC(0x0217A6B0, int32_t, Player_ControllerHelper_MapHelper_bLGjsdslAjPhWDYoFWfjnUbusQhk, (Player_ControllerHelper_MapHelper * __this, int32_t param_0000ad36, bool param_0000ad37, List_1_Rewired_ActionElementMap_ * param_0000ad38, bool param_0000ad39, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91680, Player_ControllerHelper_MapHelper_bLGjsdslAjPhWDYoFWfjnUbusQhk__MethodInfo); DO_APP_FUNC(0x0217A9D0, int32_t, Player_ControllerHelper_MapHelper_lnkbEjDNharvFVyajuEADJTHagZo, (Player_ControllerHelper_MapHelper * __this, int32_t param_0000ad3a, bool param_0000ad3b, List_1_Rewired_ActionElementMap_ * param_0000ad3c, bool param_0000ad3d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91670, Player_ControllerHelper_MapHelper_lnkbEjDNharvFVyajuEADJTHagZo__MethodInfo); DO_APP_FUNC(0x0217AD30, int32_t, Player_ControllerHelper_MapHelper_MkuUDHAnIfNXmuwBwacuhdytGvCk, (Player_ControllerHelper_MapHelper * __this, int32_t param_0000ad3e, bool param_0000ad3f, List_1_Rewired_ActionElementMap_ * param_0000ad40, bool param_0000ad41, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91678, Player_ControllerHelper_MapHelper_MkuUDHAnIfNXmuwBwacuhdytGvCk__MethodInfo); DO_APP_FUNC(0x0217B050, int32_t, Player_ControllerHelper_MapHelper_YSeWdpHCzYAklBSQNTjWREhWhcOH, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad42, int32_t param_0000ad43, bool param_0000ad44, List_1_Rewired_ActionElementMap_ * param_0000ad45, bool param_0000ad46, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91650, Player_ControllerHelper_MapHelper_YSeWdpHCzYAklBSQNTjWREhWhcOH__MethodInfo); DO_APP_FUNC(0x0217B350, int32_t, Player_ControllerHelper_MapHelper_YSeWdpHCzYAklBSQNTjWREhWhcOH_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad47, String * param_0000ad48, bool param_0000ad49, List_1_Rewired_ActionElementMap_ * param_0000ad4a, bool param_0000ad4b, MethodInfo * method)); DO_APP_FUNC(0x0217B480, int32_t, Player_ControllerHelper_MapHelper_nrkgTzeBkOXpDhtPmlpoJhOURFSN, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad4c, int32_t param_0000ad4d, bool param_0000ad4e, List_1_Rewired_ActionElementMap_ * param_0000ad4f, bool param_0000ad50, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91648, Player_ControllerHelper_MapHelper_nrkgTzeBkOXpDhtPmlpoJhOURFSN__MethodInfo); DO_APP_FUNC(0x0217B860, int32_t, Player_ControllerHelper_MapHelper_nrkgTzeBkOXpDhtPmlpoJhOURFSN_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad51, String * param_0000ad52, bool param_0000ad53, List_1_Rewired_ActionElementMap_ * param_0000ad54, bool param_0000ad55, MethodInfo * method)); DO_APP_FUNC(0x0217B990, int32_t, Player_ControllerHelper_MapHelper_jdoTyPRWoXHKBajbdpPyhJZtezji, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad56, int32_t param_0000ad57, bool param_0000ad58, List_1_Rewired_ActionElementMap_ * param_0000ad59, bool param_0000ad5a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91640, Player_ControllerHelper_MapHelper_jdoTyPRWoXHKBajbdpPyhJZtezji__MethodInfo); DO_APP_FUNC(0x0217BC80, int32_t, Player_ControllerHelper_MapHelper_jdoTyPRWoXHKBajbdpPyhJZtezji_1, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad5b, String * param_0000ad5c, bool param_0000ad5d, List_1_Rewired_ActionElementMap_ * param_0000ad5e, bool param_0000ad5f, MethodInfo * method)); DO_APP_FUNC(0x0217BDB0, ActionElementMap *, Player_ControllerHelper_MapHelper_iSneYnUAhFCzraRfmdhRmgpDFFqIA_2, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad60, int32_t param_0000ad61, int32_t param_0000ad62, bool param_0000ad63, MethodInfo * method)); DO_APP_FUNC(0x0217BFD0, ActionElementMap *, Player_ControllerHelper_MapHelper_iSneYnUAhFCzraRfmdhRmgpDFFqIA_3, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad64, int32_t param_0000ad65, String * param_0000ad66, bool param_0000ad67, MethodInfo * method)); DO_APP_FUNC(0x0217C0F0, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_WFtmekCcHrhvRjpGpSpyeOXSBZUE_2, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad68, int32_t param_0000ad69, int32_t param_0000ad6a, bool param_0000ad6b, MethodInfo * method)); DO_APP_FUNC(0x0217C1F0, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_WFtmekCcHrhvRjpGpSpyeOXSBZUE_3, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad6c, int32_t param_0000ad6d, String * param_0000ad6e, bool param_0000ad6f, MethodInfo * method)); DO_APP_FUNC(0x0217C310, ActionElementMap *, Player_ControllerHelper_MapHelper_wAzfQaZxTSDHBjGyaXbtVearjOGNA_2, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad70, int32_t param_0000ad71, int32_t param_0000ad72, bool param_0000ad73, MethodInfo * method)); DO_APP_FUNC(0x0217C5F0, ActionElementMap *, Player_ControllerHelper_MapHelper_wAzfQaZxTSDHBjGyaXbtVearjOGNA_3, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad74, int32_t param_0000ad75, String * param_0000ad76, bool param_0000ad77, MethodInfo * method)); DO_APP_FUNC(0x0217C710, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_VZIeqYbOHefLOfmwLKYoJUFaUSxkA_2, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad78, int32_t param_0000ad79, int32_t param_0000ad7a, bool param_0000ad7b, MethodInfo * method)); DO_APP_FUNC(0x0217C810, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_VZIeqYbOHefLOfmwLKYoJUFaUSxkA_3, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad7c, int32_t param_0000ad7d, String * param_0000ad7e, bool param_0000ad7f, MethodInfo * method)); DO_APP_FUNC(0x0217C930, ActionElementMap *, Player_ControllerHelper_MapHelper_avVDNTfFITFvOcwkyqtYZOcZMcip_2, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad80, int32_t param_0000ad81, int32_t param_0000ad82, bool param_0000ad83, MethodInfo * method)); DO_APP_FUNC(0x0217CB60, ActionElementMap *, Player_ControllerHelper_MapHelper_avVDNTfFITFvOcwkyqtYZOcZMcip_3, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad84, int32_t param_0000ad85, String * param_0000ad86, bool param_0000ad87, MethodInfo * method)); DO_APP_FUNC(0x0217CC80, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_ZCNrIGdaRZSOosEPjljGGJwmMIak_2, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad88, int32_t param_0000ad89, int32_t param_0000ad8a, bool param_0000ad8b, MethodInfo * method)); DO_APP_FUNC(0x0217CD80, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_ZCNrIGdaRZSOosEPjljGGJwmMIak_3, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad8c, int32_t param_0000ad8d, String * param_0000ad8e, bool param_0000ad8f, MethodInfo * method)); DO_APP_FUNC(0x0217CEA0, int32_t, Player_ControllerHelper_MapHelper_YSeWdpHCzYAklBSQNTjWREhWhcOH_2, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad90, int32_t param_0000ad91, int32_t param_0000ad92, bool param_0000ad93, List_1_Rewired_ActionElementMap_ * param_0000ad94, bool param_0000ad95, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91620, Player_ControllerHelper_MapHelper_YSeWdpHCzYAklBSQNTjWREhWhcOH_2__MethodInfo); DO_APP_FUNC(0x0217D230, int32_t, Player_ControllerHelper_MapHelper_YSeWdpHCzYAklBSQNTjWREhWhcOH_3, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad96, int32_t param_0000ad97, String * param_0000ad98, bool param_0000ad99, List_1_Rewired_ActionElementMap_ * param_0000ad9a, bool param_0000ad9b, MethodInfo * method)); DO_APP_FUNC(0x0217D370, int32_t, Player_ControllerHelper_MapHelper_nrkgTzeBkOXpDhtPmlpoJhOURFSN_2, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ad9c, int32_t param_0000ad9d, int32_t param_0000ad9e, bool param_0000ad9f, List_1_Rewired_ActionElementMap_ * param_0000ada0, bool param_0000ada1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91638, Player_ControllerHelper_MapHelper_nrkgTzeBkOXpDhtPmlpoJhOURFSN_2__MethodInfo); DO_APP_FUNC(0x0217D680, int32_t, Player_ControllerHelper_MapHelper_nrkgTzeBkOXpDhtPmlpoJhOURFSN_3, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ada2, int32_t param_0000ada3, String * param_0000ada4, bool param_0000ada5, List_1_Rewired_ActionElementMap_ * param_0000ada6, bool param_0000ada7, MethodInfo * method)); DO_APP_FUNC(0x0217D7C0, int32_t, Player_ControllerHelper_MapHelper_jdoTyPRWoXHKBajbdpPyhJZtezji_2, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000ada8, int32_t param_0000ada9, int32_t param_0000adaa, bool param_0000adab, List_1_Rewired_ActionElementMap_ * param_0000adac, bool param_0000adad, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91630, Player_ControllerHelper_MapHelper_jdoTyPRWoXHKBajbdpPyhJZtezji_2__MethodInfo); DO_APP_FUNC(0x0217DB10, int32_t, Player_ControllerHelper_MapHelper_jdoTyPRWoXHKBajbdpPyhJZtezji_3, (Player_ControllerHelper_MapHelper * __this, ControllerType__Enum param_0000adae, int32_t param_0000adaf, String * param_0000adb0, bool param_0000adb1, List_1_Rewired_ActionElementMap_ * param_0000adb2, bool param_0000adb3, MethodInfo * method)); DO_APP_FUNC(0x0217DC50, ActionElementMap *, Player_ControllerHelper_MapHelper_oQQzKhFZaSKfXmUbMwyJwbyzKXRq, (Player_ControllerHelper_MapHelper * __this, IControllerElementTarget * param_0000adb4, bool param_0000adb5, int32_t param_0000adb6, bool param_0000adb7, MethodInfo * method)); DO_APP_FUNC(0x0217DF00, IEnumerable_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_JBUhReAQfGHxLrrCTsdwBGMVrbWA, (Player_ControllerHelper_MapHelper * __this, IControllerElementTarget * param_0000adb8, bool param_0000adb9, int32_t param_0000adba, bool param_0000adbb, MethodInfo * method)); DO_APP_FUNC(0x0217E050, int32_t, Player_ControllerHelper_MapHelper_oVhDKeEDhHBUfilfbxVvjXQtIbOLA, (Player_ControllerHelper_MapHelper * __this, IControllerElementTarget * param_0000adbc, bool param_0000adbd, int32_t param_0000adbe, bool param_0000adbf, List_1_Rewired_ActionElementMap_ * param_0000adc0, bool param_0000adc1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91610, Player_ControllerHelper_MapHelper_oVhDKeEDhHBUfilfbxVvjXQtIbOLA__MethodInfo); DO_APP_FUNC(0x01030500, void, Player_ControllerHelper_MapHelper_HYSyuRXnshtieedJbPURVDASbQTY__ctor, (Player_ControllerHelper_MapHelper_HYSyuRXnshtieedJbPURVDASbQTY * __this, int32_t param_0000adc2, MethodInfo * method)); DO_APP_FUNC(0x0217E3D0, void, Player_ControllerHelper_MapHelper_HYSyuRXnshtieedJbPURVDASbQTY_System_IDisposable_Dispose, (Player_ControllerHelper_MapHelper_HYSyuRXnshtieedJbPURVDASbQTY * __this, MethodInfo * method)); DO_APP_FUNC(0x0217E4A0, bool, Player_ControllerHelper_MapHelper_HYSyuRXnshtieedJbPURVDASbQTY_MoveNext, (Player_ControllerHelper_MapHelper_HYSyuRXnshtieedJbPURVDASbQTY * __this, MethodInfo * method)); DO_APP_FUNC(0x0217EBD0, void, Player_ControllerHelper_MapHelper_HYSyuRXnshtieedJbPURVDASbQTY_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_MapHelper_HYSyuRXnshtieedJbPURVDASbQTY * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ActionElementMap *, Player_ControllerHelper_MapHelper_HYSyuRXnshtieedJbPURVDASbQTY_System_Collections_Generic_IEnumerator_Rewired_ActionElementMap__get_Current, (Player_ControllerHelper_MapHelper_HYSyuRXnshtieedJbPURVDASbQTY * __this, MethodInfo * method)); DO_APP_FUNC(0x0217EC30, void, Player_ControllerHelper_MapHelper_HYSyuRXnshtieedJbPURVDASbQTY_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_MapHelper_HYSyuRXnshtieedJbPURVDASbQTY * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93D38, Player_ControllerHelper_MapHelper_HYSyuRXnshtieedJbPURVDASbQTY_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Player_ControllerHelper_MapHelper_HYSyuRXnshtieedJbPURVDASbQTY_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_MapHelper_HYSyuRXnshtieedJbPURVDASbQTY * __this, MethodInfo * method)); DO_APP_FUNC(0x0217EC80, IEnumerator_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_HYSyuRXnshtieedJbPURVDASbQTY_System_Collections_Generic_IEnumerable_Rewired_ActionElementMap__GetEnumerator, (Player_ControllerHelper_MapHelper_HYSyuRXnshtieedJbPURVDASbQTY * __this, MethodInfo * method)); DO_APP_FUNC(0x0217EC80, IEnumerator *, Player_ControllerHelper_MapHelper_HYSyuRXnshtieedJbPURVDASbQTY_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_MapHelper_HYSyuRXnshtieedJbPURVDASbQTY * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, Player_ControllerHelper_MapHelper_WGmikJepMpwFccOmvBoErYTSdqbo__ctor, (Player_ControllerHelper_MapHelper_WGmikJepMpwFccOmvBoErYTSdqbo * __this, int32_t param_0000adc3, MethodInfo * method)); DO_APP_FUNC(0x0217EDD0, void, Player_ControllerHelper_MapHelper_WGmikJepMpwFccOmvBoErYTSdqbo_System_IDisposable_Dispose, (Player_ControllerHelper_MapHelper_WGmikJepMpwFccOmvBoErYTSdqbo * __this, MethodInfo * method)); DO_APP_FUNC(0x0217EEA0, bool, Player_ControllerHelper_MapHelper_WGmikJepMpwFccOmvBoErYTSdqbo_MoveNext, (Player_ControllerHelper_MapHelper_WGmikJepMpwFccOmvBoErYTSdqbo * __this, MethodInfo * method)); DO_APP_FUNC(0x0217F5A0, void, Player_ControllerHelper_MapHelper_WGmikJepMpwFccOmvBoErYTSdqbo_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_MapHelper_WGmikJepMpwFccOmvBoErYTSdqbo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ActionElementMap *, Player_ControllerHelper_MapHelper_WGmikJepMpwFccOmvBoErYTSdqbo_System_Collections_Generic_IEnumerator_Rewired_ActionElementMap__get_Current, (Player_ControllerHelper_MapHelper_WGmikJepMpwFccOmvBoErYTSdqbo * __this, MethodInfo * method)); DO_APP_FUNC(0x0217F600, void, Player_ControllerHelper_MapHelper_WGmikJepMpwFccOmvBoErYTSdqbo_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_MapHelper_WGmikJepMpwFccOmvBoErYTSdqbo * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93D50, Player_ControllerHelper_MapHelper_WGmikJepMpwFccOmvBoErYTSdqbo_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Player_ControllerHelper_MapHelper_WGmikJepMpwFccOmvBoErYTSdqbo_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_MapHelper_WGmikJepMpwFccOmvBoErYTSdqbo * __this, MethodInfo * method)); DO_APP_FUNC(0x0217F650, IEnumerator_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_WGmikJepMpwFccOmvBoErYTSdqbo_System_Collections_Generic_IEnumerable_Rewired_ActionElementMap__GetEnumerator, (Player_ControllerHelper_MapHelper_WGmikJepMpwFccOmvBoErYTSdqbo * __this, MethodInfo * method)); DO_APP_FUNC(0x0217F650, IEnumerator *, Player_ControllerHelper_MapHelper_WGmikJepMpwFccOmvBoErYTSdqbo_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_MapHelper_WGmikJepMpwFccOmvBoErYTSdqbo * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, Player_ControllerHelper_MapHelper_LdrVkWIBUXuRRjiJcsLhszimLfCp__ctor, (Player_ControllerHelper_MapHelper_LdrVkWIBUXuRRjiJcsLhszimLfCp * __this, int32_t param_0000adc4, MethodInfo * method)); DO_APP_FUNC(0x0217F7A0, void, Player_ControllerHelper_MapHelper_LdrVkWIBUXuRRjiJcsLhszimLfCp_System_IDisposable_Dispose, (Player_ControllerHelper_MapHelper_LdrVkWIBUXuRRjiJcsLhszimLfCp * __this, MethodInfo * method)); DO_APP_FUNC(0x0217F870, bool, Player_ControllerHelper_MapHelper_LdrVkWIBUXuRRjiJcsLhszimLfCp_MoveNext, (Player_ControllerHelper_MapHelper_LdrVkWIBUXuRRjiJcsLhszimLfCp * __this, MethodInfo * method)); DO_APP_FUNC(0x0217FFB0, void, Player_ControllerHelper_MapHelper_LdrVkWIBUXuRRjiJcsLhszimLfCp_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_MapHelper_LdrVkWIBUXuRRjiJcsLhszimLfCp * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ActionElementMap *, Player_ControllerHelper_MapHelper_LdrVkWIBUXuRRjiJcsLhszimLfCp_System_Collections_Generic_IEnumerator_Rewired_ActionElementMap__get_Current, (Player_ControllerHelper_MapHelper_LdrVkWIBUXuRRjiJcsLhszimLfCp * __this, MethodInfo * method)); DO_APP_FUNC(0x02180010, void, Player_ControllerHelper_MapHelper_LdrVkWIBUXuRRjiJcsLhszimLfCp_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_MapHelper_LdrVkWIBUXuRRjiJcsLhszimLfCp * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93D48, Player_ControllerHelper_MapHelper_LdrVkWIBUXuRRjiJcsLhszimLfCp_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Player_ControllerHelper_MapHelper_LdrVkWIBUXuRRjiJcsLhszimLfCp_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_MapHelper_LdrVkWIBUXuRRjiJcsLhszimLfCp * __this, MethodInfo * method)); DO_APP_FUNC(0x02180060, IEnumerator_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_LdrVkWIBUXuRRjiJcsLhszimLfCp_System_Collections_Generic_IEnumerable_Rewired_ActionElementMap__GetEnumerator, (Player_ControllerHelper_MapHelper_LdrVkWIBUXuRRjiJcsLhszimLfCp * __this, MethodInfo * method)); DO_APP_FUNC(0x02180060, IEnumerator *, Player_ControllerHelper_MapHelper_LdrVkWIBUXuRRjiJcsLhszimLfCp_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_MapHelper_LdrVkWIBUXuRRjiJcsLhszimLfCp * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, Player_ControllerHelper_MapHelper_RxYYgdmDBOVdubWcrlVlHyZKyrQI__ctor, (Player_ControllerHelper_MapHelper_RxYYgdmDBOVdubWcrlVlHyZKyrQI * __this, int32_t param_0000adc5, MethodInfo * method)); DO_APP_FUNC(0x021801B0, void, Player_ControllerHelper_MapHelper_RxYYgdmDBOVdubWcrlVlHyZKyrQI_System_IDisposable_Dispose, (Player_ControllerHelper_MapHelper_RxYYgdmDBOVdubWcrlVlHyZKyrQI * __this, MethodInfo * method)); DO_APP_FUNC(0x02180280, bool, Player_ControllerHelper_MapHelper_RxYYgdmDBOVdubWcrlVlHyZKyrQI_MoveNext, (Player_ControllerHelper_MapHelper_RxYYgdmDBOVdubWcrlVlHyZKyrQI * __this, MethodInfo * method)); DO_APP_FUNC(0x021808A0, void, Player_ControllerHelper_MapHelper_RxYYgdmDBOVdubWcrlVlHyZKyrQI_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_MapHelper_RxYYgdmDBOVdubWcrlVlHyZKyrQI * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ActionElementMap *, Player_ControllerHelper_MapHelper_RxYYgdmDBOVdubWcrlVlHyZKyrQI_System_Collections_Generic_IEnumerator_Rewired_ActionElementMap__get_Current, (Player_ControllerHelper_MapHelper_RxYYgdmDBOVdubWcrlVlHyZKyrQI * __this, MethodInfo * method)); DO_APP_FUNC(0x02180900, void, Player_ControllerHelper_MapHelper_RxYYgdmDBOVdubWcrlVlHyZKyrQI_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_MapHelper_RxYYgdmDBOVdubWcrlVlHyZKyrQI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93D40, Player_ControllerHelper_MapHelper_RxYYgdmDBOVdubWcrlVlHyZKyrQI_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Player_ControllerHelper_MapHelper_RxYYgdmDBOVdubWcrlVlHyZKyrQI_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_MapHelper_RxYYgdmDBOVdubWcrlVlHyZKyrQI * __this, MethodInfo * method)); DO_APP_FUNC(0x02180950, IEnumerator_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_RxYYgdmDBOVdubWcrlVlHyZKyrQI_System_Collections_Generic_IEnumerable_Rewired_ActionElementMap__GetEnumerator, (Player_ControllerHelper_MapHelper_RxYYgdmDBOVdubWcrlVlHyZKyrQI * __this, MethodInfo * method)); DO_APP_FUNC(0x02180950, IEnumerator *, Player_ControllerHelper_MapHelper_RxYYgdmDBOVdubWcrlVlHyZKyrQI_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_MapHelper_RxYYgdmDBOVdubWcrlVlHyZKyrQI * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, Player_ControllerHelper_MapHelper_STTQvrqrbzqvdiWSEITIZwbjXKTC__ctor, (Player_ControllerHelper_MapHelper_STTQvrqrbzqvdiWSEITIZwbjXKTC * __this, int32_t param_0000adc6, MethodInfo * method)); DO_APP_FUNC(0x02180AB0, void, Player_ControllerHelper_MapHelper_STTQvrqrbzqvdiWSEITIZwbjXKTC_System_IDisposable_Dispose, (Player_ControllerHelper_MapHelper_STTQvrqrbzqvdiWSEITIZwbjXKTC * __this, MethodInfo * method)); DO_APP_FUNC(0x02180B80, bool, Player_ControllerHelper_MapHelper_STTQvrqrbzqvdiWSEITIZwbjXKTC_MoveNext, (Player_ControllerHelper_MapHelper_STTQvrqrbzqvdiWSEITIZwbjXKTC * __this, MethodInfo * method)); DO_APP_FUNC(0x021811C0, void, Player_ControllerHelper_MapHelper_STTQvrqrbzqvdiWSEITIZwbjXKTC_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_MapHelper_STTQvrqrbzqvdiWSEITIZwbjXKTC * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ActionElementMap *, Player_ControllerHelper_MapHelper_STTQvrqrbzqvdiWSEITIZwbjXKTC_System_Collections_Generic_IEnumerator_Rewired_ActionElementMap__get_Current, (Player_ControllerHelper_MapHelper_STTQvrqrbzqvdiWSEITIZwbjXKTC * __this, MethodInfo * method)); DO_APP_FUNC(0x02181220, void, Player_ControllerHelper_MapHelper_STTQvrqrbzqvdiWSEITIZwbjXKTC_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_MapHelper_STTQvrqrbzqvdiWSEITIZwbjXKTC * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93CB8, Player_ControllerHelper_MapHelper_STTQvrqrbzqvdiWSEITIZwbjXKTC_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Player_ControllerHelper_MapHelper_STTQvrqrbzqvdiWSEITIZwbjXKTC_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_MapHelper_STTQvrqrbzqvdiWSEITIZwbjXKTC * __this, MethodInfo * method)); DO_APP_FUNC(0x02181270, IEnumerator_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_STTQvrqrbzqvdiWSEITIZwbjXKTC_System_Collections_Generic_IEnumerable_Rewired_ActionElementMap__GetEnumerator, (Player_ControllerHelper_MapHelper_STTQvrqrbzqvdiWSEITIZwbjXKTC * __this, MethodInfo * method)); DO_APP_FUNC(0x02181270, IEnumerator *, Player_ControllerHelper_MapHelper_STTQvrqrbzqvdiWSEITIZwbjXKTC_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_MapHelper_STTQvrqrbzqvdiWSEITIZwbjXKTC * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, Player_ControllerHelper_MapHelper_fOPdvkdPnjRpfuSeTexINndJRBbC__ctor, (Player_ControllerHelper_MapHelper_fOPdvkdPnjRpfuSeTexINndJRBbC * __this, int32_t param_0000adc7, MethodInfo * method)); DO_APP_FUNC(0x021813C0, void, Player_ControllerHelper_MapHelper_fOPdvkdPnjRpfuSeTexINndJRBbC_System_IDisposable_Dispose, (Player_ControllerHelper_MapHelper_fOPdvkdPnjRpfuSeTexINndJRBbC * __this, MethodInfo * method)); DO_APP_FUNC(0x02181490, bool, Player_ControllerHelper_MapHelper_fOPdvkdPnjRpfuSeTexINndJRBbC_MoveNext, (Player_ControllerHelper_MapHelper_fOPdvkdPnjRpfuSeTexINndJRBbC * __this, MethodInfo * method)); DO_APP_FUNC(0x021819B0, void, Player_ControllerHelper_MapHelper_fOPdvkdPnjRpfuSeTexINndJRBbC_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_MapHelper_fOPdvkdPnjRpfuSeTexINndJRBbC * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ActionElementMap *, Player_ControllerHelper_MapHelper_fOPdvkdPnjRpfuSeTexINndJRBbC_System_Collections_Generic_IEnumerator_Rewired_ActionElementMap__get_Current, (Player_ControllerHelper_MapHelper_fOPdvkdPnjRpfuSeTexINndJRBbC * __this, MethodInfo * method)); DO_APP_FUNC(0x02181A10, void, Player_ControllerHelper_MapHelper_fOPdvkdPnjRpfuSeTexINndJRBbC_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_MapHelper_fOPdvkdPnjRpfuSeTexINndJRBbC * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93C68, Player_ControllerHelper_MapHelper_fOPdvkdPnjRpfuSeTexINndJRBbC_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Player_ControllerHelper_MapHelper_fOPdvkdPnjRpfuSeTexINndJRBbC_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_MapHelper_fOPdvkdPnjRpfuSeTexINndJRBbC * __this, MethodInfo * method)); DO_APP_FUNC(0x02181A60, IEnumerator_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_fOPdvkdPnjRpfuSeTexINndJRBbC_System_Collections_Generic_IEnumerable_Rewired_ActionElementMap__GetEnumerator, (Player_ControllerHelper_MapHelper_fOPdvkdPnjRpfuSeTexINndJRBbC * __this, MethodInfo * method)); DO_APP_FUNC(0x02181A60, IEnumerator *, Player_ControllerHelper_MapHelper_fOPdvkdPnjRpfuSeTexINndJRBbC_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_MapHelper_fOPdvkdPnjRpfuSeTexINndJRBbC * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, Player_ControllerHelper_MapHelper_byHyVkEObkEiObLwLIBDpePbCCkm__ctor, (Player_ControllerHelper_MapHelper_byHyVkEObkEiObLwLIBDpePbCCkm * __this, int32_t param_0000adc8, MethodInfo * method)); DO_APP_FUNC(0x02181BC0, void, Player_ControllerHelper_MapHelper_byHyVkEObkEiObLwLIBDpePbCCkm_System_IDisposable_Dispose, (Player_ControllerHelper_MapHelper_byHyVkEObkEiObLwLIBDpePbCCkm * __this, MethodInfo * method)); DO_APP_FUNC(0x02181C90, bool, Player_ControllerHelper_MapHelper_byHyVkEObkEiObLwLIBDpePbCCkm_MoveNext, (Player_ControllerHelper_MapHelper_byHyVkEObkEiObLwLIBDpePbCCkm * __this, MethodInfo * method)); DO_APP_FUNC(0x021822D0, void, Player_ControllerHelper_MapHelper_byHyVkEObkEiObLwLIBDpePbCCkm_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_MapHelper_byHyVkEObkEiObLwLIBDpePbCCkm * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ActionElementMap *, Player_ControllerHelper_MapHelper_byHyVkEObkEiObLwLIBDpePbCCkm_System_Collections_Generic_IEnumerator_Rewired_ActionElementMap__get_Current, (Player_ControllerHelper_MapHelper_byHyVkEObkEiObLwLIBDpePbCCkm * __this, MethodInfo * method)); DO_APP_FUNC(0x02182330, void, Player_ControllerHelper_MapHelper_byHyVkEObkEiObLwLIBDpePbCCkm_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_MapHelper_byHyVkEObkEiObLwLIBDpePbCCkm * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93CE8, Player_ControllerHelper_MapHelper_byHyVkEObkEiObLwLIBDpePbCCkm_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Player_ControllerHelper_MapHelper_byHyVkEObkEiObLwLIBDpePbCCkm_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_MapHelper_byHyVkEObkEiObLwLIBDpePbCCkm * __this, MethodInfo * method)); DO_APP_FUNC(0x02182380, IEnumerator_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_byHyVkEObkEiObLwLIBDpePbCCkm_System_Collections_Generic_IEnumerable_Rewired_ActionElementMap__GetEnumerator, (Player_ControllerHelper_MapHelper_byHyVkEObkEiObLwLIBDpePbCCkm * __this, MethodInfo * method)); DO_APP_FUNC(0x02182380, IEnumerator *, Player_ControllerHelper_MapHelper_byHyVkEObkEiObLwLIBDpePbCCkm_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_MapHelper_byHyVkEObkEiObLwLIBDpePbCCkm * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, Player_ControllerHelper_MapHelper_MDKHOqJzTxCWbeMFJAUrOimrvPKW__ctor, (Player_ControllerHelper_MapHelper_MDKHOqJzTxCWbeMFJAUrOimrvPKW * __this, int32_t param_0000adc9, MethodInfo * method)); DO_APP_FUNC(0x021824D0, void, Player_ControllerHelper_MapHelper_MDKHOqJzTxCWbeMFJAUrOimrvPKW_System_IDisposable_Dispose, (Player_ControllerHelper_MapHelper_MDKHOqJzTxCWbeMFJAUrOimrvPKW * __this, MethodInfo * method)); DO_APP_FUNC(0x021825A0, bool, Player_ControllerHelper_MapHelper_MDKHOqJzTxCWbeMFJAUrOimrvPKW_MoveNext, (Player_ControllerHelper_MapHelper_MDKHOqJzTxCWbeMFJAUrOimrvPKW * __this, MethodInfo * method)); DO_APP_FUNC(0x02182AC0, void, Player_ControllerHelper_MapHelper_MDKHOqJzTxCWbeMFJAUrOimrvPKW_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_MapHelper_MDKHOqJzTxCWbeMFJAUrOimrvPKW * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ActionElementMap *, Player_ControllerHelper_MapHelper_MDKHOqJzTxCWbeMFJAUrOimrvPKW_System_Collections_Generic_IEnumerator_Rewired_ActionElementMap__get_Current, (Player_ControllerHelper_MapHelper_MDKHOqJzTxCWbeMFJAUrOimrvPKW * __this, MethodInfo * method)); DO_APP_FUNC(0x02182B20, void, Player_ControllerHelper_MapHelper_MDKHOqJzTxCWbeMFJAUrOimrvPKW_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_MapHelper_MDKHOqJzTxCWbeMFJAUrOimrvPKW * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93CD0, Player_ControllerHelper_MapHelper_MDKHOqJzTxCWbeMFJAUrOimrvPKW_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Player_ControllerHelper_MapHelper_MDKHOqJzTxCWbeMFJAUrOimrvPKW_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_MapHelper_MDKHOqJzTxCWbeMFJAUrOimrvPKW * __this, MethodInfo * method)); DO_APP_FUNC(0x02182B70, IEnumerator_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_MDKHOqJzTxCWbeMFJAUrOimrvPKW_System_Collections_Generic_IEnumerable_Rewired_ActionElementMap__GetEnumerator, (Player_ControllerHelper_MapHelper_MDKHOqJzTxCWbeMFJAUrOimrvPKW * __this, MethodInfo * method)); DO_APP_FUNC(0x02182B70, IEnumerator *, Player_ControllerHelper_MapHelper_MDKHOqJzTxCWbeMFJAUrOimrvPKW_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_MapHelper_MDKHOqJzTxCWbeMFJAUrOimrvPKW * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, Player_ControllerHelper_MapHelper_TLgfABIcYLkbYVYXMJihGNpxhImnA__ctor, (Player_ControllerHelper_MapHelper_TLgfABIcYLkbYVYXMJihGNpxhImnA * __this, int32_t param_0000adca, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Player_ControllerHelper_MapHelper_TLgfABIcYLkbYVYXMJihGNpxhImnA_System_IDisposable_Dispose, (Player_ControllerHelper_MapHelper_TLgfABIcYLkbYVYXMJihGNpxhImnA * __this, MethodInfo * method)); DO_APP_FUNC(0x02182CD0, bool, Player_ControllerHelper_MapHelper_TLgfABIcYLkbYVYXMJihGNpxhImnA_MoveNext, (Player_ControllerHelper_MapHelper_TLgfABIcYLkbYVYXMJihGNpxhImnA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ControllerMap *, Player_ControllerHelper_MapHelper_TLgfABIcYLkbYVYXMJihGNpxhImnA_System_Collections_Generic_IEnumerator_Rewired_ControllerMap__get_Current, (Player_ControllerHelper_MapHelper_TLgfABIcYLkbYVYXMJihGNpxhImnA * __this, MethodInfo * method)); DO_APP_FUNC(0x02182F10, void, Player_ControllerHelper_MapHelper_TLgfABIcYLkbYVYXMJihGNpxhImnA_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_MapHelper_TLgfABIcYLkbYVYXMJihGNpxhImnA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93BA8, Player_ControllerHelper_MapHelper_TLgfABIcYLkbYVYXMJihGNpxhImnA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Player_ControllerHelper_MapHelper_TLgfABIcYLkbYVYXMJihGNpxhImnA_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_MapHelper_TLgfABIcYLkbYVYXMJihGNpxhImnA * __this, MethodInfo * method)); DO_APP_FUNC(0x02182F60, IEnumerator_1_Rewired_ControllerMap_ *, Player_ControllerHelper_MapHelper_TLgfABIcYLkbYVYXMJihGNpxhImnA_System_Collections_Generic_IEnumerable_Rewired_ControllerMap__GetEnumerator, (Player_ControllerHelper_MapHelper_TLgfABIcYLkbYVYXMJihGNpxhImnA * __this, MethodInfo * method)); DO_APP_FUNC(0x02182F60, IEnumerator *, Player_ControllerHelper_MapHelper_TLgfABIcYLkbYVYXMJihGNpxhImnA_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_MapHelper_TLgfABIcYLkbYVYXMJihGNpxhImnA * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, Player_ControllerHelper_MapHelper_ewozUSvwpQlNnPFqzUKYoTrNGTjU__ctor, (Player_ControllerHelper_MapHelper_ewozUSvwpQlNnPFqzUKYoTrNGTjU * __this, int32_t param_0000adcc, MethodInfo * method)); DO_APP_FUNC(0x021830B0, void, Player_ControllerHelper_MapHelper_ewozUSvwpQlNnPFqzUKYoTrNGTjU_System_IDisposable_Dispose, (Player_ControllerHelper_MapHelper_ewozUSvwpQlNnPFqzUKYoTrNGTjU * __this, MethodInfo * method)); DO_APP_FUNC(0x02183180, bool, Player_ControllerHelper_MapHelper_ewozUSvwpQlNnPFqzUKYoTrNGTjU_MoveNext, (Player_ControllerHelper_MapHelper_ewozUSvwpQlNnPFqzUKYoTrNGTjU * __this, MethodInfo * method)); DO_APP_FUNC(0x02183880, void, Player_ControllerHelper_MapHelper_ewozUSvwpQlNnPFqzUKYoTrNGTjU_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_MapHelper_ewozUSvwpQlNnPFqzUKYoTrNGTjU * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ActionElementMap *, Player_ControllerHelper_MapHelper_ewozUSvwpQlNnPFqzUKYoTrNGTjU_System_Collections_Generic_IEnumerator_Rewired_ActionElementMap__get_Current, (Player_ControllerHelper_MapHelper_ewozUSvwpQlNnPFqzUKYoTrNGTjU * __this, MethodInfo * method)); DO_APP_FUNC(0x021838E0, void, Player_ControllerHelper_MapHelper_ewozUSvwpQlNnPFqzUKYoTrNGTjU_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_MapHelper_ewozUSvwpQlNnPFqzUKYoTrNGTjU * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93B98, Player_ControllerHelper_MapHelper_ewozUSvwpQlNnPFqzUKYoTrNGTjU_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Player_ControllerHelper_MapHelper_ewozUSvwpQlNnPFqzUKYoTrNGTjU_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_MapHelper_ewozUSvwpQlNnPFqzUKYoTrNGTjU * __this, MethodInfo * method)); DO_APP_FUNC(0x02183930, IEnumerator_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_ewozUSvwpQlNnPFqzUKYoTrNGTjU_System_Collections_Generic_IEnumerable_Rewired_ActionElementMap__GetEnumerator, (Player_ControllerHelper_MapHelper_ewozUSvwpQlNnPFqzUKYoTrNGTjU * __this, MethodInfo * method)); DO_APP_FUNC(0x02183930, IEnumerator *, Player_ControllerHelper_MapHelper_ewozUSvwpQlNnPFqzUKYoTrNGTjU_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_MapHelper_ewozUSvwpQlNnPFqzUKYoTrNGTjU * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, Player_ControllerHelper_MapHelper_JWdoihFGpqNirTmlzwZSRDBpJQCE__ctor, (Player_ControllerHelper_MapHelper_JWdoihFGpqNirTmlzwZSRDBpJQCE * __this, int32_t param_0000adcd, MethodInfo * method)); DO_APP_FUNC(0x02183A80, void, Player_ControllerHelper_MapHelper_JWdoihFGpqNirTmlzwZSRDBpJQCE_System_IDisposable_Dispose, (Player_ControllerHelper_MapHelper_JWdoihFGpqNirTmlzwZSRDBpJQCE * __this, MethodInfo * method)); DO_APP_FUNC(0x02183C10, bool, Player_ControllerHelper_MapHelper_JWdoihFGpqNirTmlzwZSRDBpJQCE_MoveNext, (Player_ControllerHelper_MapHelper_JWdoihFGpqNirTmlzwZSRDBpJQCE * __this, MethodInfo * method)); DO_APP_FUNC(0x02184390, void, Player_ControllerHelper_MapHelper_JWdoihFGpqNirTmlzwZSRDBpJQCE_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_MapHelper_JWdoihFGpqNirTmlzwZSRDBpJQCE * __this, MethodInfo * method)); DO_APP_FUNC(0x021843F0, void, Player_ControllerHelper_MapHelper_JWdoihFGpqNirTmlzwZSRDBpJQCE_DoQXnKzdNUehTxxsxBJvgNhCuILy, (Player_ControllerHelper_MapHelper_JWdoihFGpqNirTmlzwZSRDBpJQCE * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ActionElementMap *, Player_ControllerHelper_MapHelper_JWdoihFGpqNirTmlzwZSRDBpJQCE_System_Collections_Generic_IEnumerator_Rewired_ActionElementMap__get_Current, (Player_ControllerHelper_MapHelper_JWdoihFGpqNirTmlzwZSRDBpJQCE * __this, MethodInfo * method)); DO_APP_FUNC(0x02184440, void, Player_ControllerHelper_MapHelper_JWdoihFGpqNirTmlzwZSRDBpJQCE_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_MapHelper_JWdoihFGpqNirTmlzwZSRDBpJQCE * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93C48, Player_ControllerHelper_MapHelper_JWdoihFGpqNirTmlzwZSRDBpJQCE_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Player_ControllerHelper_MapHelper_JWdoihFGpqNirTmlzwZSRDBpJQCE_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_MapHelper_JWdoihFGpqNirTmlzwZSRDBpJQCE * __this, MethodInfo * method)); DO_APP_FUNC(0x02184490, IEnumerator_1_Rewired_ActionElementMap_ *, Player_ControllerHelper_MapHelper_JWdoihFGpqNirTmlzwZSRDBpJQCE_System_Collections_Generic_IEnumerable_Rewired_ActionElementMap__GetEnumerator, (Player_ControllerHelper_MapHelper_JWdoihFGpqNirTmlzwZSRDBpJQCE * __this, MethodInfo * method)); DO_APP_FUNC(0x02184660, IEnumerator *, Player_ControllerHelper_MapHelper_JWdoihFGpqNirTmlzwZSRDBpJQCE_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_MapHelper_JWdoihFGpqNirTmlzwZSRDBpJQCE * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, Player_ControllerHelper_MapHelper_AaOpTnuVpWiJTESuhNTYaLAUxyrc__ctor, (Player_ControllerHelper_MapHelper_AaOpTnuVpWiJTESuhNTYaLAUxyrc * __this, int32_t param_0000adce, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Player_ControllerHelper_MapHelper_AaOpTnuVpWiJTESuhNTYaLAUxyrc_System_IDisposable_Dispose, (Player_ControllerHelper_MapHelper_AaOpTnuVpWiJTESuhNTYaLAUxyrc * __this, MethodInfo * method)); DO_APP_FUNC(0x02184670, bool, Player_ControllerHelper_MapHelper_AaOpTnuVpWiJTESuhNTYaLAUxyrc_MoveNext, (Player_ControllerHelper_MapHelper_AaOpTnuVpWiJTESuhNTYaLAUxyrc * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ControllerMap *, Player_ControllerHelper_MapHelper_AaOpTnuVpWiJTESuhNTYaLAUxyrc_System_Collections_Generic_IEnumerator_Rewired_ControllerMap__get_Current, (Player_ControllerHelper_MapHelper_AaOpTnuVpWiJTESuhNTYaLAUxyrc * __this, MethodInfo * method)); DO_APP_FUNC(0x02184A20, void, Player_ControllerHelper_MapHelper_AaOpTnuVpWiJTESuhNTYaLAUxyrc_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_MapHelper_AaOpTnuVpWiJTESuhNTYaLAUxyrc * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93C18, Player_ControllerHelper_MapHelper_AaOpTnuVpWiJTESuhNTYaLAUxyrc_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Player_ControllerHelper_MapHelper_AaOpTnuVpWiJTESuhNTYaLAUxyrc_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_MapHelper_AaOpTnuVpWiJTESuhNTYaLAUxyrc * __this, MethodInfo * method)); DO_APP_FUNC(0x02184A70, IEnumerator_1_Rewired_ControllerMap_ *, Player_ControllerHelper_MapHelper_AaOpTnuVpWiJTESuhNTYaLAUxyrc_System_Collections_Generic_IEnumerable_Rewired_ControllerMap__GetEnumerator, (Player_ControllerHelper_MapHelper_AaOpTnuVpWiJTESuhNTYaLAUxyrc * __this, MethodInfo * method)); DO_APP_FUNC(0x02184A70, IEnumerator *, Player_ControllerHelper_MapHelper_AaOpTnuVpWiJTESuhNTYaLAUxyrc_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_MapHelper_AaOpTnuVpWiJTESuhNTYaLAUxyrc * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, Player_ControllerHelper_MapHelper_bPXCaDMFHHgEcBYaounlgckfTnWFA__ctor, (Player_ControllerHelper_MapHelper_bPXCaDMFHHgEcBYaounlgckfTnWFA * __this, int32_t param_0000add0, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Player_ControllerHelper_MapHelper_bPXCaDMFHHgEcBYaounlgckfTnWFA_System_IDisposable_Dispose, (Player_ControllerHelper_MapHelper_bPXCaDMFHHgEcBYaounlgckfTnWFA * __this, MethodInfo * method)); DO_APP_FUNC(0x02184BB0, bool, Player_ControllerHelper_MapHelper_bPXCaDMFHHgEcBYaounlgckfTnWFA_MoveNext, (Player_ControllerHelper_MapHelper_bPXCaDMFHHgEcBYaounlgckfTnWFA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ControllerMap *, Player_ControllerHelper_MapHelper_bPXCaDMFHHgEcBYaounlgckfTnWFA_System_Collections_Generic_IEnumerator_Rewired_ControllerMap__get_Current, (Player_ControllerHelper_MapHelper_bPXCaDMFHHgEcBYaounlgckfTnWFA * __this, MethodInfo * method)); DO_APP_FUNC(0x02184ED0, void, Player_ControllerHelper_MapHelper_bPXCaDMFHHgEcBYaounlgckfTnWFA_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_MapHelper_bPXCaDMFHHgEcBYaounlgckfTnWFA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93C08, Player_ControllerHelper_MapHelper_bPXCaDMFHHgEcBYaounlgckfTnWFA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Player_ControllerHelper_MapHelper_bPXCaDMFHHgEcBYaounlgckfTnWFA_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_MapHelper_bPXCaDMFHHgEcBYaounlgckfTnWFA * __this, MethodInfo * method)); DO_APP_FUNC(0x02184F20, IEnumerator_1_Rewired_ControllerMap_ *, Player_ControllerHelper_MapHelper_bPXCaDMFHHgEcBYaounlgckfTnWFA_System_Collections_Generic_IEnumerable_Rewired_ControllerMap__GetEnumerator, (Player_ControllerHelper_MapHelper_bPXCaDMFHHgEcBYaounlgckfTnWFA * __this, MethodInfo * method)); DO_APP_FUNC(0x02184F20, IEnumerator *, Player_ControllerHelper_MapHelper_bPXCaDMFHHgEcBYaounlgckfTnWFA_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_MapHelper_bPXCaDMFHHgEcBYaounlgckfTnWFA * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, Player_ControllerHelper_MapHelper_kfgovjxJuQYQHMbrhDXrbesoODoPA__ctor, (Player_ControllerHelper_MapHelper_kfgovjxJuQYQHMbrhDXrbesoODoPA * __this, int32_t param_0000add1, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Player_ControllerHelper_MapHelper_kfgovjxJuQYQHMbrhDXrbesoODoPA_System_IDisposable_Dispose, (Player_ControllerHelper_MapHelper_kfgovjxJuQYQHMbrhDXrbesoODoPA * __this, MethodInfo * method)); DO_APP_FUNC(0x02185060, bool, Player_ControllerHelper_MapHelper_kfgovjxJuQYQHMbrhDXrbesoODoPA_MoveNext, (Player_ControllerHelper_MapHelper_kfgovjxJuQYQHMbrhDXrbesoODoPA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ControllerMap *, Player_ControllerHelper_MapHelper_kfgovjxJuQYQHMbrhDXrbesoODoPA_System_Collections_Generic_IEnumerator_Rewired_ControllerMap__get_Current, (Player_ControllerHelper_MapHelper_kfgovjxJuQYQHMbrhDXrbesoODoPA * __this, MethodInfo * method)); DO_APP_FUNC(0x02185430, void, Player_ControllerHelper_MapHelper_kfgovjxJuQYQHMbrhDXrbesoODoPA_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_MapHelper_kfgovjxJuQYQHMbrhDXrbesoODoPA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93BD8, Player_ControllerHelper_MapHelper_kfgovjxJuQYQHMbrhDXrbesoODoPA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Player_ControllerHelper_MapHelper_kfgovjxJuQYQHMbrhDXrbesoODoPA_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_MapHelper_kfgovjxJuQYQHMbrhDXrbesoODoPA * __this, MethodInfo * method)); DO_APP_FUNC(0x02185480, IEnumerator_1_Rewired_ControllerMap_ *, Player_ControllerHelper_MapHelper_kfgovjxJuQYQHMbrhDXrbesoODoPA_System_Collections_Generic_IEnumerable_Rewired_ControllerMap__GetEnumerator, (Player_ControllerHelper_MapHelper_kfgovjxJuQYQHMbrhDXrbesoODoPA * __this, MethodInfo * method)); DO_APP_FUNC(0x02185480, IEnumerator *, Player_ControllerHelper_MapHelper_kfgovjxJuQYQHMbrhDXrbesoODoPA_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_MapHelper_kfgovjxJuQYQHMbrhDXrbesoODoPA * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, Player_ControllerHelper_MapHelper_YfKnphbwUKBwcbgbDfyBJmPcxSjX__ctor, (Player_ControllerHelper_MapHelper_YfKnphbwUKBwcbgbDfyBJmPcxSjX * __this, int32_t param_0000add3, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Player_ControllerHelper_MapHelper_YfKnphbwUKBwcbgbDfyBJmPcxSjX_System_IDisposable_Dispose, (Player_ControllerHelper_MapHelper_YfKnphbwUKBwcbgbDfyBJmPcxSjX * __this, MethodInfo * method)); DO_APP_FUNC(0x021855C0, bool, Player_ControllerHelper_MapHelper_YfKnphbwUKBwcbgbDfyBJmPcxSjX_MoveNext, (Player_ControllerHelper_MapHelper_YfKnphbwUKBwcbgbDfyBJmPcxSjX * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ControllerMap *, Player_ControllerHelper_MapHelper_YfKnphbwUKBwcbgbDfyBJmPcxSjX_System_Collections_Generic_IEnumerator_Rewired_ControllerMap__get_Current, (Player_ControllerHelper_MapHelper_YfKnphbwUKBwcbgbDfyBJmPcxSjX * __this, MethodInfo * method)); DO_APP_FUNC(0x02185900, void, Player_ControllerHelper_MapHelper_YfKnphbwUKBwcbgbDfyBJmPcxSjX_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_MapHelper_YfKnphbwUKBwcbgbDfyBJmPcxSjX * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93A58, Player_ControllerHelper_MapHelper_YfKnphbwUKBwcbgbDfyBJmPcxSjX_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Player_ControllerHelper_MapHelper_YfKnphbwUKBwcbgbDfyBJmPcxSjX_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_MapHelper_YfKnphbwUKBwcbgbDfyBJmPcxSjX * __this, MethodInfo * method)); DO_APP_FUNC(0x02185950, IEnumerator_1_Rewired_ControllerMap_ *, Player_ControllerHelper_MapHelper_YfKnphbwUKBwcbgbDfyBJmPcxSjX_System_Collections_Generic_IEnumerable_Rewired_ControllerMap__GetEnumerator, (Player_ControllerHelper_MapHelper_YfKnphbwUKBwcbgbDfyBJmPcxSjX * __this, MethodInfo * method)); DO_APP_FUNC(0x02185950, IEnumerator *, Player_ControllerHelper_MapHelper_YfKnphbwUKBwcbgbDfyBJmPcxSjX_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_MapHelper_YfKnphbwUKBwcbgbDfyBJmPcxSjX * __this, MethodInfo * method)); DO_APP_FUNC(0x02185AA0, void, Player_ControllerHelper_PollingHelper__ctor, (Player_ControllerHelper_PollingHelper * __this, Player * param_0000add4, Player_ControllerHelper * param_0000add5, MethodInfo * method)); DO_APP_FUNC(0x02185BB0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_PollControllerForFirstElement, (Player_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93A48, Player_ControllerHelper_PollingHelper_PollControllerForFirstElement__MethodInfo); DO_APP_FUNC(0x02185F80, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_PollControllerForFirstElementDown, (Player_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93A30, Player_ControllerHelper_PollingHelper_PollControllerForFirstElementDown__MethodInfo); DO_APP_FUNC(0x02186350, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_PollControllerForFirstButton, (Player_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93B20, Player_ControllerHelper_PollingHelper_PollControllerForFirstButton__MethodInfo); DO_APP_FUNC(0x02186720, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_PollControllerForFirstButtonDown, (Player_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93AF8, Player_ControllerHelper_PollingHelper_PollControllerForFirstButtonDown__MethodInfo); DO_APP_FUNC(0x02186AF0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_PollControllerForFirstAxis, (Player_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93B08, Player_ControllerHelper_PollingHelper_PollControllerForFirstAxis__MethodInfo); DO_APP_FUNC(0x02186E50, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_PollControllerForAllElements, (Player_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93AD0, Player_ControllerHelper_PollingHelper_PollControllerForAllElements__MethodInfo); DO_APP_FUNC(0x02187110, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_PollControllerForAllElementsDown, (Player_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93AB0, Player_ControllerHelper_PollingHelper_PollControllerForAllElementsDown__MethodInfo); DO_APP_FUNC(0x021873D0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_PollControllerForAllButtons, (Player_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C939E8, Player_ControllerHelper_PollingHelper_PollControllerForAllButtons__MethodInfo); DO_APP_FUNC(0x02187690, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_PollControllerForAllButtonsDown, (Player_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C939D8, Player_ControllerHelper_PollingHelper_PollControllerForAllButtonsDown__MethodInfo); DO_APP_FUNC(0x02187950, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_PollControllerForAllAxes, (Player_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C939E0, Player_ControllerHelper_PollingHelper_PollControllerForAllAxes__MethodInfo); DO_APP_FUNC(0x02187C50, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_PollAllControllersOfTypeForFirstElement, (Player_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C939D0, Player_ControllerHelper_PollingHelper_PollAllControllersOfTypeForFirstElement__MethodInfo); DO_APP_FUNC(0x021880A0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_PollAllControllersOfTypeForFirstButton, (Player_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C939C8, Player_ControllerHelper_PollingHelper_PollAllControllersOfTypeForFirstButton__MethodInfo); DO_APP_FUNC(0x021884F0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_PollAllControllersOfTypeForFirstButtonDown, (Player_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93A18, Player_ControllerHelper_PollingHelper_PollAllControllersOfTypeForFirstButtonDown__MethodInfo); DO_APP_FUNC(0x02188940, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_PollAllControllersOfTypeForFirstAxis, (Player_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93A28, Player_ControllerHelper_PollingHelper_PollAllControllersOfTypeForFirstAxis__MethodInfo); DO_APP_FUNC(0x02188D30, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_PollAllControllersOfTypeForAllElements, (Player_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93A10, Player_ControllerHelper_PollingHelper_PollAllControllersOfTypeForAllElements__MethodInfo); DO_APP_FUNC(0x02188FD0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_PollAllControllersOfTypeForAllElementsDown, (Player_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93A00, Player_ControllerHelper_PollingHelper_PollAllControllersOfTypeForAllElementsDown__MethodInfo); DO_APP_FUNC(0x02189270, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_PollAllControllersOfTypeForAllButtons, (Player_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C939F0, Player_ControllerHelper_PollingHelper_PollAllControllersOfTypeForAllButtons__MethodInfo); DO_APP_FUNC(0x02189510, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_PollAllControllersOfTypeForAllButtonsDown, (Player_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C939F8, Player_ControllerHelper_PollingHelper_PollAllControllersOfTypeForAllButtonsDown__MethodInfo); DO_APP_FUNC(0x021897B0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_PollAllControllersOfTypeForAllAxes, (Player_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93998, Player_ControllerHelper_PollingHelper_PollAllControllersOfTypeForAllAxes__MethodInfo); DO_APP_FUNC(0x02189A90, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_qKPKtUufPHQRXOrtOVmJoTYSIuaF, (Player_ControllerHelper_PollingHelper * __this, int32_t param_0000adf3, MethodInfo * method)); DO_APP_FUNC(0x02189BC0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_mhvbzWsUMRvYgsnRzUmUIZwiJgDs, (Player_ControllerHelper_PollingHelper * __this, int32_t param_0000adf4, MethodInfo * method)); DO_APP_FUNC(0x02189CF0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_CvcBKPwAxkWNYYxXkkzcXiSWeFzt, (Player_ControllerHelper_PollingHelper * __this, int32_t param_0000adf5, MethodInfo * method)); DO_APP_FUNC(0x02189E20, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_KWghaDcOMGhSquoHcblxjTgwGcYDA, (Player_ControllerHelper_PollingHelper * __this, int32_t param_0000adf6, MethodInfo * method)); DO_APP_FUNC(0x02189F50, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_hTLIsRIOEmfSGdLEUgFruDsglZSl, (Player_ControllerHelper_PollingHelper * __this, int32_t param_0000adf7, MethodInfo * method)); DO_APP_FUNC(0x0218A070, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_ObdqYYgAZieNkslHpQOSURuCxTkf, (Player_ControllerHelper_PollingHelper * __this, int32_t param_0000adf8, MethodInfo * method)); DO_APP_FUNC(0x0218A130, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_UnyDjEcfDPaNIGwdlOelifoDGtCnc, (Player_ControllerHelper_PollingHelper * __this, int32_t param_0000adf9, MethodInfo * method)); DO_APP_FUNC(0x0218A1F0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_uZCLszSFSADYsYeQmlTXlyeogmcP, (Player_ControllerHelper_PollingHelper * __this, int32_t param_0000adfa, MethodInfo * method)); DO_APP_FUNC(0x0218A2B0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_LvwIaFgyyblpvTqjXtejmpdlPzal, (Player_ControllerHelper_PollingHelper * __this, int32_t param_0000adfb, MethodInfo * method)); DO_APP_FUNC(0x0218A370, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_RwjFPYZbDAEDaOlSOuxVKFKkhrzL, (Player_ControllerHelper_PollingHelper * __this, int32_t param_0000adfc, MethodInfo * method)); DO_APP_FUNC(0x0218A430, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_mAPDbWDiewHXwgFMzMkiErEdorBlc, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218A5C0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_aZLiLjPxuARnWIOaftbtZSRKZRAe, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218A750, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_OKkBfokCyxEkiqkRxlTkKwfWndUIA, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218A8E0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_WzBEHkMVKonurUDQmBFPTjvJqCHA, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218AA70, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_RBAEcgdfrXAMIsPWEaWMfaCuHuTFA, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218AC00, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_DmexbPuyRhJDArjhctoLRaApWVLG, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218ACC0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_maZNIatksqjTuOdoUfTxawjXVERSA, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218AD80, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_CIVuVuxcLKRqykPSoZZURdBkfhOJ, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218AE40, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_txPzJIsZGMfdYfheWJBETjeoGfJKA, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218AF00, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_HohHxVWrkGlXTjddBkKKwhvtaaZeA, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218AFC0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_AfzQJCSOtXWQPeStjQUBlNqKfLNU, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218B040, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_zKVAHeyQmIIZfRAgialcKlhfKUbu, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218B0C0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_nWuFNJHfCaSrSzGWgJBlCsuIEfiTB, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218B130, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_LGajWwclxlRtPfIEOccRAzPOWZpdA, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218B1A0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_kaEBqYbYsIWGFnftraEuJHvmeITwA, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218B220, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_tFgqOMNUUUwYkGuhGrGINevLJCTA, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218B2A0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_dqprNndoXsicMEoliimZahEOnybG, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218B320, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_VstCMUHSNxdYKkvkkqWRToNmiUmDA, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218B3A0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_dRBFDgxUjfrmWJmfKXFBtsIFoVUE, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218B420, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_AXxQkelLrUIqznmbGctxMsbzOfKB, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218B4A0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_QZfQPCTLmZaUoQZHRulmNwJmrcQt, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218B520, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_zBLifcdhwEnvaZEXmqSDxNjxsWQmA, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218B5A0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_LbWrIgYXsEVJInVhvrdhyPAFumdd, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218B620, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_VBRDNoqkuhzlJkqFJZJPmVfIniQs, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218B690, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_xNDTCPdKBmWoKNnxWWluaslIsscG, (Player_ControllerHelper_PollingHelper * __this, int32_t param_0000adfd, MethodInfo * method)); DO_APP_FUNC(0x0218B7C0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_BIbdVAlgiLQCflKmRJoKYIkpVWpf, (Player_ControllerHelper_PollingHelper * __this, int32_t param_0000adfe, MethodInfo * method)); DO_APP_FUNC(0x0218B8F0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_CWWZnSALenZHGJEZuzUAcjJhXoWk, (Player_ControllerHelper_PollingHelper * __this, int32_t param_0000adff, MethodInfo * method)); DO_APP_FUNC(0x0218BA20, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_PfjocbXfLZbcOmtNPExKfoTtxwViA, (Player_ControllerHelper_PollingHelper * __this, int32_t param_0000ae00, MethodInfo * method)); DO_APP_FUNC(0x0218BB50, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_pHLKEEweghzJNNhReTHJlwpEmgGe, (Player_ControllerHelper_PollingHelper * __this, int32_t param_0000ae01, MethodInfo * method)); DO_APP_FUNC(0x0218BC70, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_zolaOkLemRdjvkbyJGHkpxpXVKGE, (Player_ControllerHelper_PollingHelper * __this, int32_t param_0000ae02, MethodInfo * method)); DO_APP_FUNC(0x0218BD30, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_CFXrgJocfAFTsCYDAKnGuVExGfeH, (Player_ControllerHelper_PollingHelper * __this, int32_t param_0000ae03, MethodInfo * method)); DO_APP_FUNC(0x0218BDF0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_PAqdYgEgNzqsNDFKkLKmfBVutedp, (Player_ControllerHelper_PollingHelper * __this, int32_t param_0000ae04, MethodInfo * method)); DO_APP_FUNC(0x0218BEB0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_ZHywrscGPysMyklYvelVgRVpAaCk, (Player_ControllerHelper_PollingHelper * __this, int32_t param_0000ae05, MethodInfo * method)); DO_APP_FUNC(0x0218BF70, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_IVBzcAGQBvfgMYGjTFTBxqLnyzvH, (Player_ControllerHelper_PollingHelper * __this, int32_t param_0000ae06, MethodInfo * method)); DO_APP_FUNC(0x0218C030, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_fxWdzSjtiPnFeHqevqKaBwwJLnUh, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218C1C0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_QutQampSJDYPZevknlGkkTbRrqMe, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218C350, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_suocZafeEHKyaXUWLloZICvaAYhyb, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218C4E0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_ExaCyUoDVUdbMjjtdPfMEVCMsoBcA, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218C670, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_bNqxWCtVzRLfROEiTQopDEyfeFAd, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218C800, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_wjCXsOEFbzaAFqNmrIPYdrqTxLNWA, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218C8C0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_EbtboNfoqNnbwsCbIMmXQcPqabev, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218C980, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_RGLFbKaHReTyqRjJhcIpIlQhudMZb, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218CA40, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_vfLOSzypXaQfMDFQrINhIkMCaNNz, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0218CB00, IEnumerable_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_jdGyYNMJLrjOSXdVGBBErJfyiKnc, (Player_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, Player_ControllerHelper_PollingHelper_INQmivvaPlKGTvRJYMuQevjEPLhT__ctor, (Player_ControllerHelper_PollingHelper_INQmivvaPlKGTvRJYMuQevjEPLhT * __this, int32_t param_0000ae07, MethodInfo * method)); DO_APP_FUNC(0x0218CBC0, void, Player_ControllerHelper_PollingHelper_INQmivvaPlKGTvRJYMuQevjEPLhT_System_IDisposable_Dispose, (Player_ControllerHelper_PollingHelper_INQmivvaPlKGTvRJYMuQevjEPLhT * __this, MethodInfo * method)); DO_APP_FUNC(0x0218CC90, bool, Player_ControllerHelper_PollingHelper_INQmivvaPlKGTvRJYMuQevjEPLhT_MoveNext, (Player_ControllerHelper_PollingHelper_INQmivvaPlKGTvRJYMuQevjEPLhT * __this, MethodInfo * method)); DO_APP_FUNC(0x0218D1C0, void, Player_ControllerHelper_PollingHelper_INQmivvaPlKGTvRJYMuQevjEPLhT_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_PollingHelper_INQmivvaPlKGTvRJYMuQevjEPLhT * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_INQmivvaPlKGTvRJYMuQevjEPLhT_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (Player_ControllerHelper_PollingHelper_INQmivvaPlKGTvRJYMuQevjEPLhT * __this, MethodInfo * method)); DO_APP_FUNC(0x0218D220, void, Player_ControllerHelper_PollingHelper_INQmivvaPlKGTvRJYMuQevjEPLhT_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_PollingHelper_INQmivvaPlKGTvRJYMuQevjEPLhT * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93908, Player_ControllerHelper_PollingHelper_INQmivvaPlKGTvRJYMuQevjEPLhT_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0218D270, Object *, Player_ControllerHelper_PollingHelper_INQmivvaPlKGTvRJYMuQevjEPLhT_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_PollingHelper_INQmivvaPlKGTvRJYMuQevjEPLhT * __this, MethodInfo * method)); DO_APP_FUNC(0x0218D2E0, IEnumerator_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_INQmivvaPlKGTvRJYMuQevjEPLhT_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (Player_ControllerHelper_PollingHelper_INQmivvaPlKGTvRJYMuQevjEPLhT * __this, MethodInfo * method)); DO_APP_FUNC(0x0218D2E0, IEnumerator *, Player_ControllerHelper_PollingHelper_INQmivvaPlKGTvRJYMuQevjEPLhT_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_PollingHelper_INQmivvaPlKGTvRJYMuQevjEPLhT * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, Player_ControllerHelper_PollingHelper_qUbfSuuLZFBCtLjgLmwStqGVqPlg__ctor, (Player_ControllerHelper_PollingHelper_qUbfSuuLZFBCtLjgLmwStqGVqPlg * __this, int32_t param_0000ae08, MethodInfo * method)); DO_APP_FUNC(0x0218D420, void, Player_ControllerHelper_PollingHelper_qUbfSuuLZFBCtLjgLmwStqGVqPlg_System_IDisposable_Dispose, (Player_ControllerHelper_PollingHelper_qUbfSuuLZFBCtLjgLmwStqGVqPlg * __this, MethodInfo * method)); DO_APP_FUNC(0x0218D4F0, bool, Player_ControllerHelper_PollingHelper_qUbfSuuLZFBCtLjgLmwStqGVqPlg_MoveNext, (Player_ControllerHelper_PollingHelper_qUbfSuuLZFBCtLjgLmwStqGVqPlg * __this, MethodInfo * method)); DO_APP_FUNC(0x0218DA30, void, Player_ControllerHelper_PollingHelper_qUbfSuuLZFBCtLjgLmwStqGVqPlg_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_PollingHelper_qUbfSuuLZFBCtLjgLmwStqGVqPlg * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_qUbfSuuLZFBCtLjgLmwStqGVqPlg_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (Player_ControllerHelper_PollingHelper_qUbfSuuLZFBCtLjgLmwStqGVqPlg * __this, MethodInfo * method)); DO_APP_FUNC(0x0218DA90, void, Player_ControllerHelper_PollingHelper_qUbfSuuLZFBCtLjgLmwStqGVqPlg_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_PollingHelper_qUbfSuuLZFBCtLjgLmwStqGVqPlg * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93850, Player_ControllerHelper_PollingHelper_qUbfSuuLZFBCtLjgLmwStqGVqPlg_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0218DAE0, Object *, Player_ControllerHelper_PollingHelper_qUbfSuuLZFBCtLjgLmwStqGVqPlg_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_PollingHelper_qUbfSuuLZFBCtLjgLmwStqGVqPlg * __this, MethodInfo * method)); DO_APP_FUNC(0x0218DB50, IEnumerator_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_qUbfSuuLZFBCtLjgLmwStqGVqPlg_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (Player_ControllerHelper_PollingHelper_qUbfSuuLZFBCtLjgLmwStqGVqPlg * __this, MethodInfo * method)); DO_APP_FUNC(0x0218DB50, IEnumerator *, Player_ControllerHelper_PollingHelper_qUbfSuuLZFBCtLjgLmwStqGVqPlg_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_PollingHelper_qUbfSuuLZFBCtLjgLmwStqGVqPlg * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, Player_ControllerHelper_PollingHelper_xLTRpGDqlQiJErNXSzHggwcQBMip__ctor, (Player_ControllerHelper_PollingHelper_xLTRpGDqlQiJErNXSzHggwcQBMip * __this, int32_t param_0000ae09, MethodInfo * method)); DO_APP_FUNC(0x0218DC90, void, Player_ControllerHelper_PollingHelper_xLTRpGDqlQiJErNXSzHggwcQBMip_System_IDisposable_Dispose, (Player_ControllerHelper_PollingHelper_xLTRpGDqlQiJErNXSzHggwcQBMip * __this, MethodInfo * method)); DO_APP_FUNC(0x0218DD60, bool, Player_ControllerHelper_PollingHelper_xLTRpGDqlQiJErNXSzHggwcQBMip_MoveNext, (Player_ControllerHelper_PollingHelper_xLTRpGDqlQiJErNXSzHggwcQBMip * __this, MethodInfo * method)); DO_APP_FUNC(0x0218E2A0, void, Player_ControllerHelper_PollingHelper_xLTRpGDqlQiJErNXSzHggwcQBMip_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_PollingHelper_xLTRpGDqlQiJErNXSzHggwcQBMip * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_xLTRpGDqlQiJErNXSzHggwcQBMip_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (Player_ControllerHelper_PollingHelper_xLTRpGDqlQiJErNXSzHggwcQBMip * __this, MethodInfo * method)); DO_APP_FUNC(0x0218E300, void, Player_ControllerHelper_PollingHelper_xLTRpGDqlQiJErNXSzHggwcQBMip_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_PollingHelper_xLTRpGDqlQiJErNXSzHggwcQBMip * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93848, Player_ControllerHelper_PollingHelper_xLTRpGDqlQiJErNXSzHggwcQBMip_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0218E350, Object *, Player_ControllerHelper_PollingHelper_xLTRpGDqlQiJErNXSzHggwcQBMip_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_PollingHelper_xLTRpGDqlQiJErNXSzHggwcQBMip * __this, MethodInfo * method)); DO_APP_FUNC(0x0218E3C0, IEnumerator_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_xLTRpGDqlQiJErNXSzHggwcQBMip_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (Player_ControllerHelper_PollingHelper_xLTRpGDqlQiJErNXSzHggwcQBMip * __this, MethodInfo * method)); DO_APP_FUNC(0x0218E3C0, IEnumerator *, Player_ControllerHelper_PollingHelper_xLTRpGDqlQiJErNXSzHggwcQBMip_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_PollingHelper_xLTRpGDqlQiJErNXSzHggwcQBMip * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, Player_ControllerHelper_PollingHelper_GKlExeVGqFbdFuoUzSzfNBSiKZrc__ctor, (Player_ControllerHelper_PollingHelper_GKlExeVGqFbdFuoUzSzfNBSiKZrc * __this, int32_t param_0000ae0a, MethodInfo * method)); DO_APP_FUNC(0x0218E500, void, Player_ControllerHelper_PollingHelper_GKlExeVGqFbdFuoUzSzfNBSiKZrc_System_IDisposable_Dispose, (Player_ControllerHelper_PollingHelper_GKlExeVGqFbdFuoUzSzfNBSiKZrc * __this, MethodInfo * method)); DO_APP_FUNC(0x0218E5D0, bool, Player_ControllerHelper_PollingHelper_GKlExeVGqFbdFuoUzSzfNBSiKZrc_MoveNext, (Player_ControllerHelper_PollingHelper_GKlExeVGqFbdFuoUzSzfNBSiKZrc * __this, MethodInfo * method)); DO_APP_FUNC(0x0218EB10, void, Player_ControllerHelper_PollingHelper_GKlExeVGqFbdFuoUzSzfNBSiKZrc_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_PollingHelper_GKlExeVGqFbdFuoUzSzfNBSiKZrc * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_GKlExeVGqFbdFuoUzSzfNBSiKZrc_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (Player_ControllerHelper_PollingHelper_GKlExeVGqFbdFuoUzSzfNBSiKZrc * __this, MethodInfo * method)); DO_APP_FUNC(0x0218EB70, void, Player_ControllerHelper_PollingHelper_GKlExeVGqFbdFuoUzSzfNBSiKZrc_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_PollingHelper_GKlExeVGqFbdFuoUzSzfNBSiKZrc * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93880, Player_ControllerHelper_PollingHelper_GKlExeVGqFbdFuoUzSzfNBSiKZrc_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0218EBC0, Object *, Player_ControllerHelper_PollingHelper_GKlExeVGqFbdFuoUzSzfNBSiKZrc_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_PollingHelper_GKlExeVGqFbdFuoUzSzfNBSiKZrc * __this, MethodInfo * method)); DO_APP_FUNC(0x0218EC30, IEnumerator_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_GKlExeVGqFbdFuoUzSzfNBSiKZrc_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (Player_ControllerHelper_PollingHelper_GKlExeVGqFbdFuoUzSzfNBSiKZrc * __this, MethodInfo * method)); DO_APP_FUNC(0x0218EC30, IEnumerator *, Player_ControllerHelper_PollingHelper_GKlExeVGqFbdFuoUzSzfNBSiKZrc_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_PollingHelper_GKlExeVGqFbdFuoUzSzfNBSiKZrc * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, Player_ControllerHelper_PollingHelper_VWPptmqenXMEaOezrDiFoQciLTgL__ctor, (Player_ControllerHelper_PollingHelper_VWPptmqenXMEaOezrDiFoQciLTgL * __this, int32_t param_0000ae0b, MethodInfo * method)); DO_APP_FUNC(0x0218ED70, void, Player_ControllerHelper_PollingHelper_VWPptmqenXMEaOezrDiFoQciLTgL_System_IDisposable_Dispose, (Player_ControllerHelper_PollingHelper_VWPptmqenXMEaOezrDiFoQciLTgL * __this, MethodInfo * method)); DO_APP_FUNC(0x0218EE40, bool, Player_ControllerHelper_PollingHelper_VWPptmqenXMEaOezrDiFoQciLTgL_MoveNext, (Player_ControllerHelper_PollingHelper_VWPptmqenXMEaOezrDiFoQciLTgL * __this, MethodInfo * method)); DO_APP_FUNC(0x0218F380, void, Player_ControllerHelper_PollingHelper_VWPptmqenXMEaOezrDiFoQciLTgL_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_PollingHelper_VWPptmqenXMEaOezrDiFoQciLTgL * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_VWPptmqenXMEaOezrDiFoQciLTgL_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (Player_ControllerHelper_PollingHelper_VWPptmqenXMEaOezrDiFoQciLTgL * __this, MethodInfo * method)); DO_APP_FUNC(0x0218F3E0, void, Player_ControllerHelper_PollingHelper_VWPptmqenXMEaOezrDiFoQciLTgL_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_PollingHelper_VWPptmqenXMEaOezrDiFoQciLTgL * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93870, Player_ControllerHelper_PollingHelper_VWPptmqenXMEaOezrDiFoQciLTgL_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0218F430, Object *, Player_ControllerHelper_PollingHelper_VWPptmqenXMEaOezrDiFoQciLTgL_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_PollingHelper_VWPptmqenXMEaOezrDiFoQciLTgL * __this, MethodInfo * method)); DO_APP_FUNC(0x0218F4A0, IEnumerator_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_VWPptmqenXMEaOezrDiFoQciLTgL_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (Player_ControllerHelper_PollingHelper_VWPptmqenXMEaOezrDiFoQciLTgL * __this, MethodInfo * method)); DO_APP_FUNC(0x0218F4A0, IEnumerator *, Player_ControllerHelper_PollingHelper_VWPptmqenXMEaOezrDiFoQciLTgL_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_PollingHelper_VWPptmqenXMEaOezrDiFoQciLTgL * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, Player_ControllerHelper_PollingHelper_BjdPGvYZBGRdmIadJCUJHstNFTXK__ctor, (Player_ControllerHelper_PollingHelper_BjdPGvYZBGRdmIadJCUJHstNFTXK * __this, int32_t param_0000ae0c, MethodInfo * method)); DO_APP_FUNC(0x0218F5E0, void, Player_ControllerHelper_PollingHelper_BjdPGvYZBGRdmIadJCUJHstNFTXK_System_IDisposable_Dispose, (Player_ControllerHelper_PollingHelper_BjdPGvYZBGRdmIadJCUJHstNFTXK * __this, MethodInfo * method)); DO_APP_FUNC(0x0218F6B0, bool, Player_ControllerHelper_PollingHelper_BjdPGvYZBGRdmIadJCUJHstNFTXK_MoveNext, (Player_ControllerHelper_PollingHelper_BjdPGvYZBGRdmIadJCUJHstNFTXK * __this, MethodInfo * method)); DO_APP_FUNC(0x0218FBE0, void, Player_ControllerHelper_PollingHelper_BjdPGvYZBGRdmIadJCUJHstNFTXK_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_PollingHelper_BjdPGvYZBGRdmIadJCUJHstNFTXK * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_BjdPGvYZBGRdmIadJCUJHstNFTXK_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (Player_ControllerHelper_PollingHelper_BjdPGvYZBGRdmIadJCUJHstNFTXK * __this, MethodInfo * method)); DO_APP_FUNC(0x0218FC40, void, Player_ControllerHelper_PollingHelper_BjdPGvYZBGRdmIadJCUJHstNFTXK_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_PollingHelper_BjdPGvYZBGRdmIadJCUJHstNFTXK * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93830, Player_ControllerHelper_PollingHelper_BjdPGvYZBGRdmIadJCUJHstNFTXK_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0218FC90, Object *, Player_ControllerHelper_PollingHelper_BjdPGvYZBGRdmIadJCUJHstNFTXK_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_PollingHelper_BjdPGvYZBGRdmIadJCUJHstNFTXK * __this, MethodInfo * method)); DO_APP_FUNC(0x0218FD00, IEnumerator_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_BjdPGvYZBGRdmIadJCUJHstNFTXK_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (Player_ControllerHelper_PollingHelper_BjdPGvYZBGRdmIadJCUJHstNFTXK * __this, MethodInfo * method)); DO_APP_FUNC(0x0218FD00, IEnumerator *, Player_ControllerHelper_PollingHelper_BjdPGvYZBGRdmIadJCUJHstNFTXK_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_PollingHelper_BjdPGvYZBGRdmIadJCUJHstNFTXK * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, Player_ControllerHelper_PollingHelper_zLECFIsVgztGwYPJEylSFAYpGcIA__ctor, (Player_ControllerHelper_PollingHelper_zLECFIsVgztGwYPJEylSFAYpGcIA * __this, int32_t param_0000ae0d, MethodInfo * method)); DO_APP_FUNC(0x0218FE40, void, Player_ControllerHelper_PollingHelper_zLECFIsVgztGwYPJEylSFAYpGcIA_System_IDisposable_Dispose, (Player_ControllerHelper_PollingHelper_zLECFIsVgztGwYPJEylSFAYpGcIA * __this, MethodInfo * method)); DO_APP_FUNC(0x0218FF10, bool, Player_ControllerHelper_PollingHelper_zLECFIsVgztGwYPJEylSFAYpGcIA_MoveNext, (Player_ControllerHelper_PollingHelper_zLECFIsVgztGwYPJEylSFAYpGcIA * __this, MethodInfo * method)); DO_APP_FUNC(0x02190450, void, Player_ControllerHelper_PollingHelper_zLECFIsVgztGwYPJEylSFAYpGcIA_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_PollingHelper_zLECFIsVgztGwYPJEylSFAYpGcIA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_zLECFIsVgztGwYPJEylSFAYpGcIA_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (Player_ControllerHelper_PollingHelper_zLECFIsVgztGwYPJEylSFAYpGcIA * __this, MethodInfo * method)); DO_APP_FUNC(0x021904B0, void, Player_ControllerHelper_PollingHelper_zLECFIsVgztGwYPJEylSFAYpGcIA_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_PollingHelper_zLECFIsVgztGwYPJEylSFAYpGcIA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93840, Player_ControllerHelper_PollingHelper_zLECFIsVgztGwYPJEylSFAYpGcIA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02190500, Object *, Player_ControllerHelper_PollingHelper_zLECFIsVgztGwYPJEylSFAYpGcIA_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_PollingHelper_zLECFIsVgztGwYPJEylSFAYpGcIA * __this, MethodInfo * method)); DO_APP_FUNC(0x02190570, IEnumerator_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_zLECFIsVgztGwYPJEylSFAYpGcIA_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (Player_ControllerHelper_PollingHelper_zLECFIsVgztGwYPJEylSFAYpGcIA * __this, MethodInfo * method)); DO_APP_FUNC(0x02190570, IEnumerator *, Player_ControllerHelper_PollingHelper_zLECFIsVgztGwYPJEylSFAYpGcIA_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_PollingHelper_zLECFIsVgztGwYPJEylSFAYpGcIA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, Player_ControllerHelper_PollingHelper_APXIoTnnsixgbytAwmKKRmGeJOlj__ctor, (Player_ControllerHelper_PollingHelper_APXIoTnnsixgbytAwmKKRmGeJOlj * __this, int32_t param_0000ae0e, MethodInfo * method)); DO_APP_FUNC(0x021906B0, void, Player_ControllerHelper_PollingHelper_APXIoTnnsixgbytAwmKKRmGeJOlj_System_IDisposable_Dispose, (Player_ControllerHelper_PollingHelper_APXIoTnnsixgbytAwmKKRmGeJOlj * __this, MethodInfo * method)); DO_APP_FUNC(0x02190780, bool, Player_ControllerHelper_PollingHelper_APXIoTnnsixgbytAwmKKRmGeJOlj_MoveNext, (Player_ControllerHelper_PollingHelper_APXIoTnnsixgbytAwmKKRmGeJOlj * __this, MethodInfo * method)); DO_APP_FUNC(0x02190CC0, void, Player_ControllerHelper_PollingHelper_APXIoTnnsixgbytAwmKKRmGeJOlj_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_PollingHelper_APXIoTnnsixgbytAwmKKRmGeJOlj * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_APXIoTnnsixgbytAwmKKRmGeJOlj_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (Player_ControllerHelper_PollingHelper_APXIoTnnsixgbytAwmKKRmGeJOlj * __this, MethodInfo * method)); DO_APP_FUNC(0x02190D20, void, Player_ControllerHelper_PollingHelper_APXIoTnnsixgbytAwmKKRmGeJOlj_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_PollingHelper_APXIoTnnsixgbytAwmKKRmGeJOlj * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93838, Player_ControllerHelper_PollingHelper_APXIoTnnsixgbytAwmKKRmGeJOlj_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02190D70, Object *, Player_ControllerHelper_PollingHelper_APXIoTnnsixgbytAwmKKRmGeJOlj_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_PollingHelper_APXIoTnnsixgbytAwmKKRmGeJOlj * __this, MethodInfo * method)); DO_APP_FUNC(0x02190DE0, IEnumerator_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_APXIoTnnsixgbytAwmKKRmGeJOlj_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (Player_ControllerHelper_PollingHelper_APXIoTnnsixgbytAwmKKRmGeJOlj * __this, MethodInfo * method)); DO_APP_FUNC(0x02190DE0, IEnumerator *, Player_ControllerHelper_PollingHelper_APXIoTnnsixgbytAwmKKRmGeJOlj_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_PollingHelper_APXIoTnnsixgbytAwmKKRmGeJOlj * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, Player_ControllerHelper_PollingHelper_woYNgHVQQfIVnRpPWsIAcFqPZGOX__ctor, (Player_ControllerHelper_PollingHelper_woYNgHVQQfIVnRpPWsIAcFqPZGOX * __this, int32_t param_0000ae0f, MethodInfo * method)); DO_APP_FUNC(0x02190F20, void, Player_ControllerHelper_PollingHelper_woYNgHVQQfIVnRpPWsIAcFqPZGOX_System_IDisposable_Dispose, (Player_ControllerHelper_PollingHelper_woYNgHVQQfIVnRpPWsIAcFqPZGOX * __this, MethodInfo * method)); DO_APP_FUNC(0x02190FF0, bool, Player_ControllerHelper_PollingHelper_woYNgHVQQfIVnRpPWsIAcFqPZGOX_MoveNext, (Player_ControllerHelper_PollingHelper_woYNgHVQQfIVnRpPWsIAcFqPZGOX * __this, MethodInfo * method)); DO_APP_FUNC(0x02191530, void, Player_ControllerHelper_PollingHelper_woYNgHVQQfIVnRpPWsIAcFqPZGOX_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_PollingHelper_woYNgHVQQfIVnRpPWsIAcFqPZGOX * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_woYNgHVQQfIVnRpPWsIAcFqPZGOX_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (Player_ControllerHelper_PollingHelper_woYNgHVQQfIVnRpPWsIAcFqPZGOX * __this, MethodInfo * method)); DO_APP_FUNC(0x02191590, void, Player_ControllerHelper_PollingHelper_woYNgHVQQfIVnRpPWsIAcFqPZGOX_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_PollingHelper_woYNgHVQQfIVnRpPWsIAcFqPZGOX * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93818, Player_ControllerHelper_PollingHelper_woYNgHVQQfIVnRpPWsIAcFqPZGOX_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x021915E0, Object *, Player_ControllerHelper_PollingHelper_woYNgHVQQfIVnRpPWsIAcFqPZGOX_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_PollingHelper_woYNgHVQQfIVnRpPWsIAcFqPZGOX * __this, MethodInfo * method)); DO_APP_FUNC(0x02191650, IEnumerator_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_woYNgHVQQfIVnRpPWsIAcFqPZGOX_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (Player_ControllerHelper_PollingHelper_woYNgHVQQfIVnRpPWsIAcFqPZGOX * __this, MethodInfo * method)); DO_APP_FUNC(0x02191650, IEnumerator *, Player_ControllerHelper_PollingHelper_woYNgHVQQfIVnRpPWsIAcFqPZGOX_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_PollingHelper_woYNgHVQQfIVnRpPWsIAcFqPZGOX * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, Player_ControllerHelper_PollingHelper_EfkKhfYmxCAUeawWplqRoZrsCxQP__ctor, (Player_ControllerHelper_PollingHelper_EfkKhfYmxCAUeawWplqRoZrsCxQP * __this, int32_t param_0000ae10, MethodInfo * method)); DO_APP_FUNC(0x02191790, void, Player_ControllerHelper_PollingHelper_EfkKhfYmxCAUeawWplqRoZrsCxQP_System_IDisposable_Dispose, (Player_ControllerHelper_PollingHelper_EfkKhfYmxCAUeawWplqRoZrsCxQP * __this, MethodInfo * method)); DO_APP_FUNC(0x02191860, bool, Player_ControllerHelper_PollingHelper_EfkKhfYmxCAUeawWplqRoZrsCxQP_MoveNext, (Player_ControllerHelper_PollingHelper_EfkKhfYmxCAUeawWplqRoZrsCxQP * __this, MethodInfo * method)); DO_APP_FUNC(0x02191DA0, void, Player_ControllerHelper_PollingHelper_EfkKhfYmxCAUeawWplqRoZrsCxQP_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_PollingHelper_EfkKhfYmxCAUeawWplqRoZrsCxQP * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_EfkKhfYmxCAUeawWplqRoZrsCxQP_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (Player_ControllerHelper_PollingHelper_EfkKhfYmxCAUeawWplqRoZrsCxQP * __this, MethodInfo * method)); DO_APP_FUNC(0x02191E00, void, Player_ControllerHelper_PollingHelper_EfkKhfYmxCAUeawWplqRoZrsCxQP_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_PollingHelper_EfkKhfYmxCAUeawWplqRoZrsCxQP * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93810, Player_ControllerHelper_PollingHelper_EfkKhfYmxCAUeawWplqRoZrsCxQP_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02191E50, Object *, Player_ControllerHelper_PollingHelper_EfkKhfYmxCAUeawWplqRoZrsCxQP_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_PollingHelper_EfkKhfYmxCAUeawWplqRoZrsCxQP * __this, MethodInfo * method)); DO_APP_FUNC(0x02191EC0, IEnumerator_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_EfkKhfYmxCAUeawWplqRoZrsCxQP_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (Player_ControllerHelper_PollingHelper_EfkKhfYmxCAUeawWplqRoZrsCxQP * __this, MethodInfo * method)); DO_APP_FUNC(0x02191EC0, IEnumerator *, Player_ControllerHelper_PollingHelper_EfkKhfYmxCAUeawWplqRoZrsCxQP_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_PollingHelper_EfkKhfYmxCAUeawWplqRoZrsCxQP * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, Player_ControllerHelper_PollingHelper_xWiBalCSZeviLTEtPQvQlNsAFzQE__ctor, (Player_ControllerHelper_PollingHelper_xWiBalCSZeviLTEtPQvQlNsAFzQE * __this, int32_t param_0000ae11, MethodInfo * method)); DO_APP_FUNC(0x02192000, void, Player_ControllerHelper_PollingHelper_xWiBalCSZeviLTEtPQvQlNsAFzQE_System_IDisposable_Dispose, (Player_ControllerHelper_PollingHelper_xWiBalCSZeviLTEtPQvQlNsAFzQE * __this, MethodInfo * method)); DO_APP_FUNC(0x021920D0, bool, Player_ControllerHelper_PollingHelper_xWiBalCSZeviLTEtPQvQlNsAFzQE_MoveNext, (Player_ControllerHelper_PollingHelper_xWiBalCSZeviLTEtPQvQlNsAFzQE * __this, MethodInfo * method)); DO_APP_FUNC(0x021924A0, void, Player_ControllerHelper_PollingHelper_xWiBalCSZeviLTEtPQvQlNsAFzQE_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_PollingHelper_xWiBalCSZeviLTEtPQvQlNsAFzQE * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_xWiBalCSZeviLTEtPQvQlNsAFzQE_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (Player_ControllerHelper_PollingHelper_xWiBalCSZeviLTEtPQvQlNsAFzQE * __this, MethodInfo * method)); DO_APP_FUNC(0x02192500, void, Player_ControllerHelper_PollingHelper_xWiBalCSZeviLTEtPQvQlNsAFzQE_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_PollingHelper_xWiBalCSZeviLTEtPQvQlNsAFzQE * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93828, Player_ControllerHelper_PollingHelper_xWiBalCSZeviLTEtPQvQlNsAFzQE_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02192550, Object *, Player_ControllerHelper_PollingHelper_xWiBalCSZeviLTEtPQvQlNsAFzQE_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_PollingHelper_xWiBalCSZeviLTEtPQvQlNsAFzQE * __this, MethodInfo * method)); DO_APP_FUNC(0x021925C0, IEnumerator_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_xWiBalCSZeviLTEtPQvQlNsAFzQE_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (Player_ControllerHelper_PollingHelper_xWiBalCSZeviLTEtPQvQlNsAFzQE * __this, MethodInfo * method)); DO_APP_FUNC(0x021925C0, IEnumerator *, Player_ControllerHelper_PollingHelper_xWiBalCSZeviLTEtPQvQlNsAFzQE_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_PollingHelper_xWiBalCSZeviLTEtPQvQlNsAFzQE * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, Player_ControllerHelper_PollingHelper_BqatuaFsAZhBdNCpwYJjFkqVboIn__ctor, (Player_ControllerHelper_PollingHelper_BqatuaFsAZhBdNCpwYJjFkqVboIn * __this, int32_t param_0000ae12, MethodInfo * method)); DO_APP_FUNC(0x02192700, void, Player_ControllerHelper_PollingHelper_BqatuaFsAZhBdNCpwYJjFkqVboIn_System_IDisposable_Dispose, (Player_ControllerHelper_PollingHelper_BqatuaFsAZhBdNCpwYJjFkqVboIn * __this, MethodInfo * method)); DO_APP_FUNC(0x021927D0, bool, Player_ControllerHelper_PollingHelper_BqatuaFsAZhBdNCpwYJjFkqVboIn_MoveNext, (Player_ControllerHelper_PollingHelper_BqatuaFsAZhBdNCpwYJjFkqVboIn * __this, MethodInfo * method)); DO_APP_FUNC(0x02192BB0, void, Player_ControllerHelper_PollingHelper_BqatuaFsAZhBdNCpwYJjFkqVboIn_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_PollingHelper_BqatuaFsAZhBdNCpwYJjFkqVboIn * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_BqatuaFsAZhBdNCpwYJjFkqVboIn_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (Player_ControllerHelper_PollingHelper_BqatuaFsAZhBdNCpwYJjFkqVboIn * __this, MethodInfo * method)); DO_APP_FUNC(0x02192C10, void, Player_ControllerHelper_PollingHelper_BqatuaFsAZhBdNCpwYJjFkqVboIn_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_PollingHelper_BqatuaFsAZhBdNCpwYJjFkqVboIn * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93820, Player_ControllerHelper_PollingHelper_BqatuaFsAZhBdNCpwYJjFkqVboIn_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02192C60, Object *, Player_ControllerHelper_PollingHelper_BqatuaFsAZhBdNCpwYJjFkqVboIn_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_PollingHelper_BqatuaFsAZhBdNCpwYJjFkqVboIn * __this, MethodInfo * method)); DO_APP_FUNC(0x02192CD0, IEnumerator_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_BqatuaFsAZhBdNCpwYJjFkqVboIn_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (Player_ControllerHelper_PollingHelper_BqatuaFsAZhBdNCpwYJjFkqVboIn * __this, MethodInfo * method)); DO_APP_FUNC(0x02192CD0, IEnumerator *, Player_ControllerHelper_PollingHelper_BqatuaFsAZhBdNCpwYJjFkqVboIn_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_PollingHelper_BqatuaFsAZhBdNCpwYJjFkqVboIn * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, Player_ControllerHelper_PollingHelper_eCZYVGccUCKSnjSCDvRLLZWUXOGJ__ctor, (Player_ControllerHelper_PollingHelper_eCZYVGccUCKSnjSCDvRLLZWUXOGJ * __this, int32_t param_0000ae13, MethodInfo * method)); DO_APP_FUNC(0x02192E10, void, Player_ControllerHelper_PollingHelper_eCZYVGccUCKSnjSCDvRLLZWUXOGJ_System_IDisposable_Dispose, (Player_ControllerHelper_PollingHelper_eCZYVGccUCKSnjSCDvRLLZWUXOGJ * __this, MethodInfo * method)); DO_APP_FUNC(0x02192EE0, bool, Player_ControllerHelper_PollingHelper_eCZYVGccUCKSnjSCDvRLLZWUXOGJ_MoveNext, (Player_ControllerHelper_PollingHelper_eCZYVGccUCKSnjSCDvRLLZWUXOGJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021932C0, void, Player_ControllerHelper_PollingHelper_eCZYVGccUCKSnjSCDvRLLZWUXOGJ_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_PollingHelper_eCZYVGccUCKSnjSCDvRLLZWUXOGJ * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_eCZYVGccUCKSnjSCDvRLLZWUXOGJ_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (Player_ControllerHelper_PollingHelper_eCZYVGccUCKSnjSCDvRLLZWUXOGJ * __this, MethodInfo * method)); DO_APP_FUNC(0x02193320, void, Player_ControllerHelper_PollingHelper_eCZYVGccUCKSnjSCDvRLLZWUXOGJ_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_PollingHelper_eCZYVGccUCKSnjSCDvRLLZWUXOGJ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C937F8, Player_ControllerHelper_PollingHelper_eCZYVGccUCKSnjSCDvRLLZWUXOGJ_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02193370, Object *, Player_ControllerHelper_PollingHelper_eCZYVGccUCKSnjSCDvRLLZWUXOGJ_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_PollingHelper_eCZYVGccUCKSnjSCDvRLLZWUXOGJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021933E0, IEnumerator_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_eCZYVGccUCKSnjSCDvRLLZWUXOGJ_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (Player_ControllerHelper_PollingHelper_eCZYVGccUCKSnjSCDvRLLZWUXOGJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021933E0, IEnumerator *, Player_ControllerHelper_PollingHelper_eCZYVGccUCKSnjSCDvRLLZWUXOGJ_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_PollingHelper_eCZYVGccUCKSnjSCDvRLLZWUXOGJ * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, Player_ControllerHelper_PollingHelper_kCSItpDUZmnKiflvheuFWslZPtweb__ctor, (Player_ControllerHelper_PollingHelper_kCSItpDUZmnKiflvheuFWslZPtweb * __this, int32_t param_0000ae14, MethodInfo * method)); DO_APP_FUNC(0x02193520, void, Player_ControllerHelper_PollingHelper_kCSItpDUZmnKiflvheuFWslZPtweb_System_IDisposable_Dispose, (Player_ControllerHelper_PollingHelper_kCSItpDUZmnKiflvheuFWslZPtweb * __this, MethodInfo * method)); DO_APP_FUNC(0x021935F0, bool, Player_ControllerHelper_PollingHelper_kCSItpDUZmnKiflvheuFWslZPtweb_MoveNext, (Player_ControllerHelper_PollingHelper_kCSItpDUZmnKiflvheuFWslZPtweb * __this, MethodInfo * method)); DO_APP_FUNC(0x021939D0, void, Player_ControllerHelper_PollingHelper_kCSItpDUZmnKiflvheuFWslZPtweb_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_PollingHelper_kCSItpDUZmnKiflvheuFWslZPtweb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_kCSItpDUZmnKiflvheuFWslZPtweb_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (Player_ControllerHelper_PollingHelper_kCSItpDUZmnKiflvheuFWslZPtweb * __this, MethodInfo * method)); DO_APP_FUNC(0x02193A30, void, Player_ControllerHelper_PollingHelper_kCSItpDUZmnKiflvheuFWslZPtweb_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_PollingHelper_kCSItpDUZmnKiflvheuFWslZPtweb * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93808, Player_ControllerHelper_PollingHelper_kCSItpDUZmnKiflvheuFWslZPtweb_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02193A80, Object *, Player_ControllerHelper_PollingHelper_kCSItpDUZmnKiflvheuFWslZPtweb_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_PollingHelper_kCSItpDUZmnKiflvheuFWslZPtweb * __this, MethodInfo * method)); DO_APP_FUNC(0x02193AF0, IEnumerator_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_kCSItpDUZmnKiflvheuFWslZPtweb_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (Player_ControllerHelper_PollingHelper_kCSItpDUZmnKiflvheuFWslZPtweb * __this, MethodInfo * method)); DO_APP_FUNC(0x02193AF0, IEnumerator *, Player_ControllerHelper_PollingHelper_kCSItpDUZmnKiflvheuFWslZPtweb_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_PollingHelper_kCSItpDUZmnKiflvheuFWslZPtweb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, Player_ControllerHelper_PollingHelper_prTxwzyepLaXOopDTIHyCToWcPNj__ctor, (Player_ControllerHelper_PollingHelper_prTxwzyepLaXOopDTIHyCToWcPNj * __this, int32_t param_0000ae15, MethodInfo * method)); DO_APP_FUNC(0x02193C30, void, Player_ControllerHelper_PollingHelper_prTxwzyepLaXOopDTIHyCToWcPNj_System_IDisposable_Dispose, (Player_ControllerHelper_PollingHelper_prTxwzyepLaXOopDTIHyCToWcPNj * __this, MethodInfo * method)); DO_APP_FUNC(0x02193D00, bool, Player_ControllerHelper_PollingHelper_prTxwzyepLaXOopDTIHyCToWcPNj_MoveNext, (Player_ControllerHelper_PollingHelper_prTxwzyepLaXOopDTIHyCToWcPNj * __this, MethodInfo * method)); DO_APP_FUNC(0x021940E0, void, Player_ControllerHelper_PollingHelper_prTxwzyepLaXOopDTIHyCToWcPNj_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_PollingHelper_prTxwzyepLaXOopDTIHyCToWcPNj * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_prTxwzyepLaXOopDTIHyCToWcPNj_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (Player_ControllerHelper_PollingHelper_prTxwzyepLaXOopDTIHyCToWcPNj * __this, MethodInfo * method)); DO_APP_FUNC(0x02194140, void, Player_ControllerHelper_PollingHelper_prTxwzyepLaXOopDTIHyCToWcPNj_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_PollingHelper_prTxwzyepLaXOopDTIHyCToWcPNj * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93800, Player_ControllerHelper_PollingHelper_prTxwzyepLaXOopDTIHyCToWcPNj_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02194190, Object *, Player_ControllerHelper_PollingHelper_prTxwzyepLaXOopDTIHyCToWcPNj_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_PollingHelper_prTxwzyepLaXOopDTIHyCToWcPNj * __this, MethodInfo * method)); DO_APP_FUNC(0x02194200, IEnumerator_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_prTxwzyepLaXOopDTIHyCToWcPNj_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (Player_ControllerHelper_PollingHelper_prTxwzyepLaXOopDTIHyCToWcPNj * __this, MethodInfo * method)); DO_APP_FUNC(0x02194200, IEnumerator *, Player_ControllerHelper_PollingHelper_prTxwzyepLaXOopDTIHyCToWcPNj_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_PollingHelper_prTxwzyepLaXOopDTIHyCToWcPNj * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, Player_ControllerHelper_PollingHelper_FxodOjBpgPMaLIfmOBkwiiULrFcw__ctor, (Player_ControllerHelper_PollingHelper_FxodOjBpgPMaLIfmOBkwiiULrFcw * __this, int32_t param_0000ae16, MethodInfo * method)); DO_APP_FUNC(0x02194340, void, Player_ControllerHelper_PollingHelper_FxodOjBpgPMaLIfmOBkwiiULrFcw_System_IDisposable_Dispose, (Player_ControllerHelper_PollingHelper_FxodOjBpgPMaLIfmOBkwiiULrFcw * __this, MethodInfo * method)); DO_APP_FUNC(0x02194410, bool, Player_ControllerHelper_PollingHelper_FxodOjBpgPMaLIfmOBkwiiULrFcw_MoveNext, (Player_ControllerHelper_PollingHelper_FxodOjBpgPMaLIfmOBkwiiULrFcw * __this, MethodInfo * method)); DO_APP_FUNC(0x021947E0, void, Player_ControllerHelper_PollingHelper_FxodOjBpgPMaLIfmOBkwiiULrFcw_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_PollingHelper_FxodOjBpgPMaLIfmOBkwiiULrFcw * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_FxodOjBpgPMaLIfmOBkwiiULrFcw_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (Player_ControllerHelper_PollingHelper_FxodOjBpgPMaLIfmOBkwiiULrFcw * __this, MethodInfo * method)); DO_APP_FUNC(0x02194840, void, Player_ControllerHelper_PollingHelper_FxodOjBpgPMaLIfmOBkwiiULrFcw_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_PollingHelper_FxodOjBpgPMaLIfmOBkwiiULrFcw * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C937E0, Player_ControllerHelper_PollingHelper_FxodOjBpgPMaLIfmOBkwiiULrFcw_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02194890, Object *, Player_ControllerHelper_PollingHelper_FxodOjBpgPMaLIfmOBkwiiULrFcw_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_PollingHelper_FxodOjBpgPMaLIfmOBkwiiULrFcw * __this, MethodInfo * method)); DO_APP_FUNC(0x02194900, IEnumerator_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_FxodOjBpgPMaLIfmOBkwiiULrFcw_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (Player_ControllerHelper_PollingHelper_FxodOjBpgPMaLIfmOBkwiiULrFcw * __this, MethodInfo * method)); DO_APP_FUNC(0x02194900, IEnumerator *, Player_ControllerHelper_PollingHelper_FxodOjBpgPMaLIfmOBkwiiULrFcw_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_PollingHelper_FxodOjBpgPMaLIfmOBkwiiULrFcw * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, Player_ControllerHelper_PollingHelper_OTcMhvdidARZYVLZPrRwNLTQnLtt__ctor, (Player_ControllerHelper_PollingHelper_OTcMhvdidARZYVLZPrRwNLTQnLtt * __this, int32_t param_0000ae17, MethodInfo * method)); DO_APP_FUNC(0x02194A40, void, Player_ControllerHelper_PollingHelper_OTcMhvdidARZYVLZPrRwNLTQnLtt_System_IDisposable_Dispose, (Player_ControllerHelper_PollingHelper_OTcMhvdidARZYVLZPrRwNLTQnLtt * __this, MethodInfo * method)); DO_APP_FUNC(0x02194B10, bool, Player_ControllerHelper_PollingHelper_OTcMhvdidARZYVLZPrRwNLTQnLtt_MoveNext, (Player_ControllerHelper_PollingHelper_OTcMhvdidARZYVLZPrRwNLTQnLtt * __this, MethodInfo * method)); DO_APP_FUNC(0x02194EF0, void, Player_ControllerHelper_PollingHelper_OTcMhvdidARZYVLZPrRwNLTQnLtt_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_PollingHelper_OTcMhvdidARZYVLZPrRwNLTQnLtt * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_OTcMhvdidARZYVLZPrRwNLTQnLtt_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (Player_ControllerHelper_PollingHelper_OTcMhvdidARZYVLZPrRwNLTQnLtt * __this, MethodInfo * method)); DO_APP_FUNC(0x02194F50, void, Player_ControllerHelper_PollingHelper_OTcMhvdidARZYVLZPrRwNLTQnLtt_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_PollingHelper_OTcMhvdidARZYVLZPrRwNLTQnLtt * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C937D8, Player_ControllerHelper_PollingHelper_OTcMhvdidARZYVLZPrRwNLTQnLtt_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02194FA0, Object *, Player_ControllerHelper_PollingHelper_OTcMhvdidARZYVLZPrRwNLTQnLtt_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_PollingHelper_OTcMhvdidARZYVLZPrRwNLTQnLtt * __this, MethodInfo * method)); DO_APP_FUNC(0x02195010, IEnumerator_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_OTcMhvdidARZYVLZPrRwNLTQnLtt_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (Player_ControllerHelper_PollingHelper_OTcMhvdidARZYVLZPrRwNLTQnLtt * __this, MethodInfo * method)); DO_APP_FUNC(0x02195010, IEnumerator *, Player_ControllerHelper_PollingHelper_OTcMhvdidARZYVLZPrRwNLTQnLtt_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_PollingHelper_OTcMhvdidARZYVLZPrRwNLTQnLtt * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, Player_ControllerHelper_PollingHelper_hDbccDJaECEFNyvNHxVOxWhdjggd__ctor, (Player_ControllerHelper_PollingHelper_hDbccDJaECEFNyvNHxVOxWhdjggd * __this, int32_t param_0000ae18, MethodInfo * method)); DO_APP_FUNC(0x02195150, void, Player_ControllerHelper_PollingHelper_hDbccDJaECEFNyvNHxVOxWhdjggd_System_IDisposable_Dispose, (Player_ControllerHelper_PollingHelper_hDbccDJaECEFNyvNHxVOxWhdjggd * __this, MethodInfo * method)); DO_APP_FUNC(0x02195220, bool, Player_ControllerHelper_PollingHelper_hDbccDJaECEFNyvNHxVOxWhdjggd_MoveNext, (Player_ControllerHelper_PollingHelper_hDbccDJaECEFNyvNHxVOxWhdjggd * __this, MethodInfo * method)); DO_APP_FUNC(0x02195600, void, Player_ControllerHelper_PollingHelper_hDbccDJaECEFNyvNHxVOxWhdjggd_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_PollingHelper_hDbccDJaECEFNyvNHxVOxWhdjggd * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_hDbccDJaECEFNyvNHxVOxWhdjggd_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (Player_ControllerHelper_PollingHelper_hDbccDJaECEFNyvNHxVOxWhdjggd * __this, MethodInfo * method)); DO_APP_FUNC(0x02195660, void, Player_ControllerHelper_PollingHelper_hDbccDJaECEFNyvNHxVOxWhdjggd_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_PollingHelper_hDbccDJaECEFNyvNHxVOxWhdjggd * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C937F0, Player_ControllerHelper_PollingHelper_hDbccDJaECEFNyvNHxVOxWhdjggd_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x021956B0, Object *, Player_ControllerHelper_PollingHelper_hDbccDJaECEFNyvNHxVOxWhdjggd_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_PollingHelper_hDbccDJaECEFNyvNHxVOxWhdjggd * __this, MethodInfo * method)); DO_APP_FUNC(0x02195720, IEnumerator_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_hDbccDJaECEFNyvNHxVOxWhdjggd_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (Player_ControllerHelper_PollingHelper_hDbccDJaECEFNyvNHxVOxWhdjggd * __this, MethodInfo * method)); DO_APP_FUNC(0x02195720, IEnumerator *, Player_ControllerHelper_PollingHelper_hDbccDJaECEFNyvNHxVOxWhdjggd_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_PollingHelper_hDbccDJaECEFNyvNHxVOxWhdjggd * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, Player_ControllerHelper_PollingHelper_RjStaASqRmuJLBDTRxyVWMNAJGXq__ctor, (Player_ControllerHelper_PollingHelper_RjStaASqRmuJLBDTRxyVWMNAJGXq * __this, int32_t param_0000ae19, MethodInfo * method)); DO_APP_FUNC(0x02195860, void, Player_ControllerHelper_PollingHelper_RjStaASqRmuJLBDTRxyVWMNAJGXq_System_IDisposable_Dispose, (Player_ControllerHelper_PollingHelper_RjStaASqRmuJLBDTRxyVWMNAJGXq * __this, MethodInfo * method)); DO_APP_FUNC(0x02195930, bool, Player_ControllerHelper_PollingHelper_RjStaASqRmuJLBDTRxyVWMNAJGXq_MoveNext, (Player_ControllerHelper_PollingHelper_RjStaASqRmuJLBDTRxyVWMNAJGXq * __this, MethodInfo * method)); DO_APP_FUNC(0x02195D10, void, Player_ControllerHelper_PollingHelper_RjStaASqRmuJLBDTRxyVWMNAJGXq_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_PollingHelper_RjStaASqRmuJLBDTRxyVWMNAJGXq * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_RjStaASqRmuJLBDTRxyVWMNAJGXq_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (Player_ControllerHelper_PollingHelper_RjStaASqRmuJLBDTRxyVWMNAJGXq * __this, MethodInfo * method)); DO_APP_FUNC(0x02195D70, void, Player_ControllerHelper_PollingHelper_RjStaASqRmuJLBDTRxyVWMNAJGXq_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_PollingHelper_RjStaASqRmuJLBDTRxyVWMNAJGXq * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C937E8, Player_ControllerHelper_PollingHelper_RjStaASqRmuJLBDTRxyVWMNAJGXq_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02195DC0, Object *, Player_ControllerHelper_PollingHelper_RjStaASqRmuJLBDTRxyVWMNAJGXq_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_PollingHelper_RjStaASqRmuJLBDTRxyVWMNAJGXq * __this, MethodInfo * method)); DO_APP_FUNC(0x02195E30, IEnumerator_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_RjStaASqRmuJLBDTRxyVWMNAJGXq_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (Player_ControllerHelper_PollingHelper_RjStaASqRmuJLBDTRxyVWMNAJGXq * __this, MethodInfo * method)); DO_APP_FUNC(0x02195E30, IEnumerator *, Player_ControllerHelper_PollingHelper_RjStaASqRmuJLBDTRxyVWMNAJGXq_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_PollingHelper_RjStaASqRmuJLBDTRxyVWMNAJGXq * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, Player_ControllerHelper_PollingHelper_YfMXjXnwPwdjMQjfLadPrRsFZBbT__ctor, (Player_ControllerHelper_PollingHelper_YfMXjXnwPwdjMQjfLadPrRsFZBbT * __this, int32_t param_0000ae1a, MethodInfo * method)); DO_APP_FUNC(0x02195F70, void, Player_ControllerHelper_PollingHelper_YfMXjXnwPwdjMQjfLadPrRsFZBbT_System_IDisposable_Dispose, (Player_ControllerHelper_PollingHelper_YfMXjXnwPwdjMQjfLadPrRsFZBbT * __this, MethodInfo * method)); DO_APP_FUNC(0x02196040, bool, Player_ControllerHelper_PollingHelper_YfMXjXnwPwdjMQjfLadPrRsFZBbT_MoveNext, (Player_ControllerHelper_PollingHelper_YfMXjXnwPwdjMQjfLadPrRsFZBbT * __this, MethodInfo * method)); DO_APP_FUNC(0x02196420, void, Player_ControllerHelper_PollingHelper_YfMXjXnwPwdjMQjfLadPrRsFZBbT_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_PollingHelper_YfMXjXnwPwdjMQjfLadPrRsFZBbT * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, Player_ControllerHelper_PollingHelper_YfMXjXnwPwdjMQjfLadPrRsFZBbT_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (Player_ControllerHelper_PollingHelper_YfMXjXnwPwdjMQjfLadPrRsFZBbT * __this, MethodInfo * method)); DO_APP_FUNC(0x02196480, void, Player_ControllerHelper_PollingHelper_YfMXjXnwPwdjMQjfLadPrRsFZBbT_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_PollingHelper_YfMXjXnwPwdjMQjfLadPrRsFZBbT * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93790, Player_ControllerHelper_PollingHelper_YfMXjXnwPwdjMQjfLadPrRsFZBbT_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x021964D0, Object *, Player_ControllerHelper_PollingHelper_YfMXjXnwPwdjMQjfLadPrRsFZBbT_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_PollingHelper_YfMXjXnwPwdjMQjfLadPrRsFZBbT * __this, MethodInfo * method)); DO_APP_FUNC(0x02196540, IEnumerator_1_Rewired_ControllerPollingInfo_ *, Player_ControllerHelper_PollingHelper_YfMXjXnwPwdjMQjfLadPrRsFZBbT_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (Player_ControllerHelper_PollingHelper_YfMXjXnwPwdjMQjfLadPrRsFZBbT * __this, MethodInfo * method)); DO_APP_FUNC(0x02196540, IEnumerator *, Player_ControllerHelper_PollingHelper_YfMXjXnwPwdjMQjfLadPrRsFZBbT_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_PollingHelper_YfMXjXnwPwdjMQjfLadPrRsFZBbT * __this, MethodInfo * method)); DO_APP_FUNC(0x02196680, void, Player_ControllerHelper_eKXGPDBQsLGpXxzGDyTxKStElrhoA__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Player_ControllerHelper_eKXGPDBQsLGpXxzGDyTxKStElrhoA__ctor, (Player_ControllerHelper_eKXGPDBQsLGpXxzGDyTxKStElrhoA * __this, MethodInfo * method)); DO_APP_FUNC(0x02196730, void, Player_ControllerHelper_eKXGPDBQsLGpXxzGDyTxKStElrhoA_kcRHImGtkaZjhrMFDTwXypOBemFD, (Player_ControllerHelper_eKXGPDBQsLGpXxzGDyTxKStElrhoA * __this, Exception * param_0000ae1b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91B98, Player_ControllerHelper_eKXGPDBQsLGpXxzGDyTxKStElrhoA_kcRHImGtkaZjhrMFDTwXypOBemFD__MethodInfo); DO_APP_FUNC(0x021967A0, void, Player_ControllerHelper_eKXGPDBQsLGpXxzGDyTxKStElrhoA_STIrJxEplGAPpEoIKsgEAGYFGsVVA, (Player_ControllerHelper_eKXGPDBQsLGpXxzGDyTxKStElrhoA * __this, Exception * param_0000ae1c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91BA0, Player_ControllerHelper_eKXGPDBQsLGpXxzGDyTxKStElrhoA_STIrJxEplGAPpEoIKsgEAGYFGsVVA__MethodInfo); DO_APP_FUNC(0x01030500, void, Player_ControllerHelper_mBCRzDtuLxVSJxUGyBXWGPwECxcd__ctor, (Player_ControllerHelper_mBCRzDtuLxVSJxUGyBXWGPwECxcd * __this, int32_t param_0000ae1d, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Player_ControllerHelper_mBCRzDtuLxVSJxUGyBXWGPwECxcd_System_IDisposable_Dispose, (Player_ControllerHelper_mBCRzDtuLxVSJxUGyBXWGPwECxcd * __this, MethodInfo * method)); DO_APP_FUNC(0x02196810, bool, Player_ControllerHelper_mBCRzDtuLxVSJxUGyBXWGPwECxcd_MoveNext, (Player_ControllerHelper_mBCRzDtuLxVSJxUGyBXWGPwECxcd * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Controller *, Player_ControllerHelper_mBCRzDtuLxVSJxUGyBXWGPwECxcd_System_Collections_Generic_IEnumerator_Rewired_Controller__get_Current, (Player_ControllerHelper_mBCRzDtuLxVSJxUGyBXWGPwECxcd * __this, MethodInfo * method)); DO_APP_FUNC(0x02196BE0, void, Player_ControllerHelper_mBCRzDtuLxVSJxUGyBXWGPwECxcd_System_Collections_IEnumerator_Reset, (Player_ControllerHelper_mBCRzDtuLxVSJxUGyBXWGPwECxcd * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C937C8, Player_ControllerHelper_mBCRzDtuLxVSJxUGyBXWGPwECxcd_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Player_ControllerHelper_mBCRzDtuLxVSJxUGyBXWGPwECxcd_System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_mBCRzDtuLxVSJxUGyBXWGPwECxcd * __this, MethodInfo * method)); DO_APP_FUNC(0x02196C30, IEnumerator_1_Rewired_Controller_ *, Player_ControllerHelper_mBCRzDtuLxVSJxUGyBXWGPwECxcd_System_Collections_Generic_IEnumerable_Rewired_Controller__GetEnumerator, (Player_ControllerHelper_mBCRzDtuLxVSJxUGyBXWGPwECxcd * __this, MethodInfo * method)); DO_APP_FUNC(0x02196C30, IEnumerator *, Player_ControllerHelper_mBCRzDtuLxVSJxUGyBXWGPwECxcd_System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_mBCRzDtuLxVSJxUGyBXWGPwECxcd * __this, MethodInfo * method)); DO_APP_FUNC(0x02196D70, void, ReInput__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02197CF0, oQuUFLJuRrUxJDynhLyEQLTqbPLb *, ReInput_BfkbkScfWywcVORuzMPtXBdDmDJv, (MethodInfo * method)); DO_APP_FUNC(0x02197E40, void, ReInput_add_ControllerConnectedEvent, (Action_1_Rewired_ControllerStatusChangedEventArgs_ * value, MethodInfo * method)); DO_APP_FUNC(0x02198030, void, ReInput_remove_ControllerConnectedEvent, (Action_1_Rewired_ControllerStatusChangedEventArgs_ * value, MethodInfo * method)); DO_APP_FUNC(0x02198120, void, ReInput_add_ControllerPreDisconnectEvent, (Action_1_Rewired_ControllerStatusChangedEventArgs_ * value, MethodInfo * method)); DO_APP_FUNC(0x02198310, void, ReInput_remove_ControllerPreDisconnectEvent, (Action_1_Rewired_ControllerStatusChangedEventArgs_ * value, MethodInfo * method)); DO_APP_FUNC(0x02198400, void, ReInput_add_ControllerDisconnectedEvent, (Action_1_Rewired_ControllerStatusChangedEventArgs_ * value, MethodInfo * method)); DO_APP_FUNC(0x021985F0, void, ReInput_remove_ControllerDisconnectedEvent, (Action_1_Rewired_ControllerStatusChangedEventArgs_ * value, MethodInfo * method)); DO_APP_FUNC(0x021986E0, void, ReInput_add_InputSourceUpdateEvent, (Action * value, MethodInfo * method)); DO_APP_FUNC(0x02198860, void, ReInput_remove_InputSourceUpdateEvent, (Action * value, MethodInfo * method)); DO_APP_FUNC(0x02198970, void, ReInput_add_EditorRecompileEvent, (Action * value, MethodInfo * method)); DO_APP_FUNC(0x02198AF0, void, ReInput_remove_EditorRecompileEvent, (Action * value, MethodInfo * method)); DO_APP_FUNC(0x02198C00, void, ReInput_add_PreShutDownEvent, (Action * value, MethodInfo * method)); DO_APP_FUNC(0x02198D80, void, ReInput_remove_PreShutDownEvent, (Action * value, MethodInfo * method)); DO_APP_FUNC(0x02198E90, void, ReInput_add_ShutDownEvent, (Action * value, MethodInfo * method)); DO_APP_FUNC(0x02199010, void, ReInput_remove_ShutDownEvent, (Action * value, MethodInfo * method)); DO_APP_FUNC(0x02199120, void, ReInput_add_InitializedEvent, (Action * value, MethodInfo * method)); DO_APP_FUNC(0x021992A0, void, ReInput_remove_InitializedEvent, (Action * value, MethodInfo * method)); DO_APP_FUNC(0x021993B0, void, ReInput_add_ApplicationFocusChangedEvent, (Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x02199510, void, ReInput_remove_ApplicationFocusChangedEvent, (Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x02199670, void, ReInput_add_EarlyUpdateEvent, (Action * value, MethodInfo * method)); DO_APP_FUNC(0x021997C0, void, ReInput_remove_EarlyUpdateEvent, (Action * value, MethodInfo * method)); DO_APP_FUNC(0x02199910, void, ReInput_add_BeforeTimeManagerUpdateEvent, (Action_1_Rewired_UpdateLoopType_ * value, MethodInfo * method)); DO_APP_FUNC(0x02199A70, void, ReInput_remove_BeforeTimeManagerUpdateEvent, (Action_1_Rewired_UpdateLoopType_ * value, MethodInfo * method)); DO_APP_FUNC(0x02199BD0, void, ReInput_add_UpdateStartedEvent, (Action_1_Rewired_UpdateLoopType_ * value, MethodInfo * method)); DO_APP_FUNC(0x02199D30, void, ReInput_remove_UpdateStartedEvent, (Action_1_Rewired_UpdateLoopType_ * value, MethodInfo * method)); DO_APP_FUNC(0x02199E90, void, ReInput_add_UpdateEndedEvent, (Action_1_Rewired_UpdateLoopType_ * value, MethodInfo * method)); DO_APP_FUNC(0x02199FF0, void, ReInput_remove_UpdateEndedEvent, (Action_1_Rewired_UpdateLoopType_ * value, MethodInfo * method)); DO_APP_FUNC(0x0219A150, void, ReInput_add_LateUpdateEvent, (Action * value, MethodInfo * method)); DO_APP_FUNC(0x0219A2A0, void, ReInput_remove_LateUpdateEvent, (Action * value, MethodInfo * method)); DO_APP_FUNC(0x0219A3F0, void, ReInput_add_ApplicationIsFullScreenChangedEvent, (Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x0219A550, void, ReInput_remove_ApplicationIsFullScreenChangedEvent, (Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x0219A6B0, void, ReInput_add_ApplicationRunInBackgroundChangedEvent, (Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x0219A810, void, ReInput_remove_ApplicationRunInBackgroundChangedEvent, (Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x0219A970, void, ReInput_add_TimeScalePauseChangedEvent, (Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x0219AAD0, void, ReInput_remove_TimeScalePauseChangedEvent, (Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x0219AC30, void, ReInput_add_ApplicationFullScreenModeChangedEvent, (Action_1_UnityEngine_FullScreenMode_ * value, MethodInfo * method)); DO_APP_FUNC(0x0219AD90, void, ReInput_remove_ApplicationFullScreenModeChangedEvent, (Action_1_UnityEngine_FullScreenMode_ * value, MethodInfo * method)); DO_APP_FUNC(0x0219AEF0, void, ReInput_add_SceneLoadedEvent, (Action * value, MethodInfo * method)); DO_APP_FUNC(0x0219B040, void, ReInput_remove_SceneLoadedEvent, (Action * value, MethodInfo * method)); DO_APP_FUNC(0x0219B190, void, ReInput_add_EditorPauseChangedEvent, (Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x0219B2F0, void, ReInput_remove_EditorPauseChangedEvent, (Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x0219B450, ReInput_PlayerHelper *, ReInput_get_players, (MethodInfo * method)); DO_APP_FUNC(0x0219B510, ReInput_ControllerHelper *, ReInput_get_controllers, (MethodInfo * method)); DO_APP_FUNC(0x0219B5D0, ReInput_MappingHelper *, ReInput_get_mapping, (MethodInfo * method)); DO_APP_FUNC(0x0219B690, ReInput_UnityTouch *, ReInput_get_touch, (MethodInfo * method)); DO_APP_FUNC(0x0219B750, ReInput_TimeHelper *, ReInput_get_time, (MethodInfo * method)); DO_APP_FUNC(0x0219B810, IUserDataStore *, ReInput_get_userDataStore, (MethodInfo * method)); DO_APP_FUNC(0x0219B8D0, ReInput_ConfigHelper *, ReInput_get_configuration, (MethodInfo * method)); DO_APP_FUNC(0x0219B990, String *, ReInput_get_programVersion, (MethodInfo * method)); DO_APP_FUNC(0x0219BE50, bool, ReInput_get_usingUnityInput, (MethodInfo * method)); DO_APP_FUNC(0x0219BEB0, bool, ReInput_get_unityJoystickIdentificationRequired, (MethodInfo * method)); DO_APP_FUNC(0x0219BF60, bool, ReInput_get_isReady, (MethodInfo * method)); DO_APP_FUNC(0x0219BFC0, void, ReInput_Reset, (MethodInfo * method)); DO_APP_FUNC(0x0219C170, int32_t, ReInput_get_id, (MethodInfo * method)); DO_APP_FUNC(0x0219C1D0, bool, ReInput_get_initialized, (MethodInfo * method)); DO_APP_FUNC(0x0219C230, UpdateLoopType__Enum, ReInput_get_currentUpdateLoop, (MethodInfo * method)); DO_APP_FUNC(0x0219C290, ConfigVars *, ReInput_get_configVars, (MethodInfo * method)); DO_APP_FUNC(0x0219C2F0, IConfigVars_Internal *, ReInput_get_pluginConfigVars, (MethodInfo * method)); DO_APP_FUNC(0x0219C350, UserData *, ReInput_get_UserData, (MethodInfo * method)); DO_APP_FUNC(0x0219C3B0, Platform__Enum, ReInput_get_currentPlatform, (MethodInfo * method)); DO_APP_FUNC(0x0219C410, WebplayerPlatform__Enum, ReInput_get_webplayerPlatform, (MethodInfo * method)); DO_APP_FUNC(0x0219C470, EditorPlatform__Enum, ReInput_get_editorPlatform, (MethodInfo * method)); DO_APP_FUNC(0x0219C4D0, bool, ReInput_get_checkNeverPressed, (MethodInfo * method)); DO_APP_FUNC(0x0219C6A0, bool, ReInput_get_isEditor, (MethodInfo * method)); DO_APP_FUNC(0x0219C700, Guid, ReInput_get_defaultHardwareJoystickMapGuid, (MethodInfo * method)); DO_APP_FUNC(0x0219C940, bool, ReInput_get_isRunningInEditMode, (MethodInfo * method)); DO_APP_FUNC(0x0219C9A0, bool, ReInput_get_isEditorPaused, (MethodInfo * method)); DO_APP_FUNC(0x0219CA20, float, ReInput_get_unityUnscaledDeltaTime, (MethodInfo * method)); DO_APP_FUNC(0x0219CA90, float, ReInput_get_unityUnscaledDeltaTimePrev, (MethodInfo * method)); DO_APP_FUNC(0x0219CB00, double, ReInput_get_realTime, (MethodInfo * method)); DO_APP_FUNC(0x0219CBC0, int32_t, ReInput_get_currentUnityFrame, (MethodInfo * method)); DO_APP_FUNC(0x0219CC50, bool, ReInput_zUHljGvEnXjpCOBnufBRCQrrBCHaA, (MethodInfo * method)); DO_APP_FUNC(0x0219CD60, bool, ReInput_get_isAllowedEditorWindowFocused, (MethodInfo * method)); DO_APP_FUNC(0x0219CE70, bool, ReInput_get_isUnityEditorFocused, (MethodInfo * method)); DO_APP_FUNC(0x0219CF30, bool, ReInput_get_isWindowsStandaloneWebplayerOrEditorPlatform, (MethodInfo * method)); DO_APP_FUNC(0x0219D050, bool, ReInput_qOvXxahcMwIJxgJOiDXEAoNAWKRgB, (MethodInfo * method)); DO_APP_FUNC(0x0219D190, bool, ReInput_IsInputAllowed, (ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC(0x0219D400, bool, ReInput_get_applicationIsFocused, (MethodInfo * method)); DO_APP_FUNC(0x0219D4B0, bool, ReInput_get_applicationIsFullScreen, (MethodInfo * method)); DO_APP_FUNC(0x0219D560, bool, ReInput_get_applicationRunInBackground, (MethodInfo * method)); DO_APP_FUNC(0x0219D610, bool, ReInput_get_timeScaleIsPaused, (MethodInfo * method)); DO_APP_FUNC(0x0219D6C0, InputManager_Base *, ReInput_get_rewiredInputManager, (MethodInfo * method)); DO_APP_FUNC(0x0219D720, PlatformInputManager *, ReInput_get_primaryInputManager, (MethodInfo * method)); DO_APP_FUNC(0x0219D800, IControllerAssigner *, ReInput_get_controllerAssigner, (MethodInfo * method)); DO_APP_FUNC(0x0219D860, void, ReInput_set_controllerAssigner, (IControllerAssigner * value, MethodInfo * method)); DO_APP_FUNC(0x0219D920, RewiredVersion, ReInput_get_rewiredVersion, (MethodInfo * method)); DO_APP_FUNC(0x0219D990, int32_t, ReInput_get_timeScalePauseChangedCount, (MethodInfo * method)); DO_APP_FUNC(0x0219D9F0, void, ReInput_HAzzyPatHQwMYFvdysKHkjVdaQXq, (MethodInfo * method)); DO_APP_FUNC(0x0219DAB0, void, ReInput_LIeljCbdoWdgBAecluMnblrpCnHu, (InputManager_Base * param_0000ae48, Func_2_Rewired_Data_ConfigVars_Object_ * param_0000ae49, ConfigVars * param_0000ae4a, ControllerDataFiles * param_0000ae4b, UserData * param_0000ae4c, UnityTools_KWAChOGmLimSYBqZwRDWzfpjEptmA param_0000ae4d, Action_1_Rewired_Platforms_Platform_ * param_0000ae4e, MethodInfo * method)); DO_APP_FUNC(0x0219F370, void, ReInput_EYgUqxVOvlxAncmlBdqRqEjCJSBv, (MethodInfo * method)); DO_APP_FUNC(0x0219F720, void, ReInput_tvTfpTCDJIFYgbiulhzcsoCzCmpgA, (UpdateLoopType__Enum param_0000ae4f, MethodInfo * method)); DO_APP_FUNC(0x0219F7C0, void, ReInput_ZIwhvoFGBFilbwKFTAdhcDzmpJHL, (UpdateLoopType__Enum param_0000ae50, MethodInfo * method)); DO_APP_FUNC(0x0219F920, void, ReInput_lpcpJBhCMJDkCePvjLCjwOnbPWNd, (MethodInfo * method)); DO_APP_FUNC(0x0219FA60, void, ReInput_XUYlHArjcZHIIZmMQVtfQqgGDltj, (UpdateLoopType__Enum param_0000ae51, MethodInfo * method)); DO_APP_FUNC(0x0219FF30, void, ReInput_VAYtIvoSxdweBnbIoeBjXzejtbXv, (MethodInfo * method)); DO_APP_FUNC(0x0219FFE0, void, ReInput_EditorUpdate, (MethodInfo * method)); DO_APP_FUNC(0x021A0080, void, ReInput_tsivVLSPnygKrneIZkMXbCQGDHQk, (MethodInfo * method)); DO_APP_FUNC(0x021A0250, void, ReInput_TmczDnhPjAndGdCYYxEsCEbmjGll, (MethodInfo * method)); DO_APP_FUNC(0x021A02E0, void, ReInput_LnNflFSKyICOXEMyYfhdMNsFfuQs, (bool param_0000ae52, MethodInfo * method)); DO_APP_FUNC(0x021A0400, void, ReInput_ThYmOkewhTQeTwaCYizPQhgYxFVS, (MethodInfo * method)); DO_APP_FUNC(0x021A04D0, HardwareJoystickMap_InputManager *, ReInput_GetHardwareJoystickMap_InputManager, (BridgedControllerHWInfo * bridgedController, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93390, ReInput_GetHardwareJoystickMap_InputManager__MethodInfo); DO_APP_FUNC(0x021A0540, HardwareJoystickMap *, ReInput_RXIUVhEawuFfvhffTdflQRHzsDFTA, (Guid param_0000ae54, MethodInfo * method)); DO_APP_FUNC(0x021A05C0, HardwareJoystickTemplateMap *, ReInput_FVWkfcuGLrIevBobCYlpkzhOAXuN, (Guid param_0000ae55, MethodInfo * method)); DO_APP_FUNC(0x021A0640, IHardwareControllerTemplateMap *, ReInput_qMJZGKiMEenVXdOacQcZWbAGFsne, (Guid param_0000ae56, MethodInfo * method)); DO_APP_FUNC(0x021A06C0, IList_1_Rewired_Data_Mapping_HardwareJoystickTemplateMap_ *, ReInput_nZqRQgacUbFoDQnbqeUAnOQbLyBq, (Guid param_0000ae57, MethodInfo * method)); DO_APP_FUNC(0x021A0B20, int32_t, ReInput_GetNewJoystickId, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93368, ReInput_GetNewJoystickId__MethodInfo); DO_APP_FUNC(0x021A0B90, void, ReInput_HandleCallbackException, (String * source, Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x021A0C70, void, ReInput_HandleExternException, (String * source, Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x021A0CE0, void, ReInput_HandleExternalInterfaceException, (String * source, Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x021A0DC0, void, ReInput_OadmakBHXPdBIULvpOhTTApKtvFO, (MethodInfo * method)); DO_APP_FUNC(0x021A0E30, void, ReInput_CheckRewiredVersionCompatibility, (MethodInfo * method)); DO_APP_FUNC(0x021A0EE0, float, ReInput_zyvRLpopnwtrLPaTLbUQNxmuQsvS, (MethodInfo * method)); DO_APP_FUNC(0x021A0F70, bool, ReInput_CheckInitialized, (MethodInfo * method)); DO_APP_FUNC(0x021A1000, bool, ReInput_CheckInitialized_1, (int32_t reInputId, MethodInfo * method)); DO_APP_FUNC(0x021A10B0, void, ReInput_ZMgFRlkgKWKKGxRonAxWztUDhHQCA, (MethodInfo * method)); DO_APP_FUNC(0x021A1220, void, ReInput_seWzOTuQllTYRzdnzNJvMUDdNBYB, (MethodInfo * method)); DO_APP_FUNC(0x021A2420, void, ReInput_qZCYhkZxCCocEFLFYzZWdKEFfPrc, (String * param_0000ae5f, MethodInfo * method)); DO_APP_FUNC(0x021A2490, void, ReInput_ZPTqCMLNYQmnnZiwpwlJkMvcGayfA, (MethodInfo * method)); DO_APP_FUNC(0x021A2570, void, ReInput_vClTqNIICpTrNJWASSqoamSpGPEaA, (MethodInfo * method)); DO_APP_FUNC(0x021A25B0, void, ReInput_CGUzDbLIwqVsMlJgWkkjUbvBBVFfA, (BridgedController * param_0000ae60, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C935A8, ReInput_CGUzDbLIwqVsMlJgWkkjUbvBBVFfA__MethodInfo); DO_APP_FUNC(0x021A2840, void, ReInput_tMNwYAElJaSIsLDpSyyewgOgZvIy, (ControllerDisconnectedEventArgs * param_0000ae61, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93588, ReInput_tMNwYAElJaSIsLDpSyyewgOgZvIy__MethodInfo); DO_APP_FUNC(0x021A2AA0, void, ReInput_hgIGbwmRcBMjFmlopIOTaJPIRQSH, (ControllerStatusChangedEventArgs * param_0000ae62, MethodInfo * method)); DO_APP_FUNC(0x021A2B50, void, ReInput_WXIpzXeUpdZClPaKXxfYrpPTiMMk, (ControllerStatusChangedEventArgs * param_0000ae63, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C935C8, ReInput_WXIpzXeUpdZClPaKXxfYrpPTiMMk__MethodInfo); DO_APP_FUNC(0x021A2C00, void, ReInput_BBnnUqKPBgGJrUrgUcgGimAowikZ, (ControllerStatusChangedEventArgs * param_0000ae64, MethodInfo * method)); DO_APP_FUNC(0x021A2CB0, void, ReInput_nLOtwuCAYdjBDZFbvSKSJyLLwspn, (UpdateControllerInfoEventArgs * param_0000ae65, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C935B8, ReInput_nLOtwuCAYdjBDZFbvSKSJyLLwspn__MethodInfo); DO_APP_FUNC(0x021A2DE0, void, ReInput_PolSnbSBGmyhlhfNuaOpsWqcuIUc, (bool param_0000ae66, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93328, ReInput_PolSnbSBGmyhlhfNuaOpsWqcuIUc__MethodInfo); DO_APP_FUNC(0x021A2EC0, void, ReInput_MlPeYiKybilnWQYocNWhTgQXGcTn, (bool param_0000ae67, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93310, ReInput_MlPeYiKybilnWQYocNWhTgQXGcTn__MethodInfo); DO_APP_FUNC(0x021A2F80, void, ReInput_AllKxXdSGCAggkMSWwEQOYdEjJED, (int32_t param_0000ae68, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93340, ReInput_AllKxXdSGCAggkMSWwEQOYdEjJED__MethodInfo); DO_APP_FUNC(0x021A3070, void, ReInput_EoOoIGtRUSMOvgpeTDpeavpWirapA, (bool param_0000ae69, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93318, ReInput_EoOoIGtRUSMOvgpeTDpeavpWirapA__MethodInfo); DO_APP_FUNC(0x021A3130, void, ReInput_chLrIPaGpOjlJVSVIQnenrWAdyDaA, (bool param_0000ae6a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93320, ReInput_chLrIPaGpOjlJVSVIQnenrWAdyDaA__MethodInfo); DO_APP_FUNC(0x021A3200, void, ReInput_dzZHYQnumaceADWcEcaqQSVLYvVl, (MethodInfo * method)); DO_APP_FUNC(0x021A3600, void, ReInput_aLHeOsJFJkinkWHVMHjkeyzEFxHyA, (MethodInfo * method)); DO_APP_FUNC(0x021A39F0, void, ReInput_KdIpxOxCkIjvelyzvbwTojNupSkU, (bool param_0000ae6b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C935A0, ReInput_KdIpxOxCkIjvelyzvbwTojNupSkU__MethodInfo); DO_APP_FUNC(0x021A3AB0, void, ReInput_qKQgXfCllXMtMFplipAlWyrNhVBWA, (Func_2_Rewired_Data_ConfigVars_Object_ * param_0000ae6c, UnityTools_KWAChOGmLimSYBqZwRDWzfpjEptmA param_0000ae6d, Action_1_Rewired_Platforms_Platform_ * param_0000ae6e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93238, ReInput_qKQgXfCllXMtMFplipAlWyrNhVBWA__MethodInfo); DO_APP_FUNC(0x021A5410, void, ReInput_CmmToOILiOHgIzAKKQHRaQFZJHGF, (MethodInfo * method)); DO_APP_FUNC(0x021A54C0, void, ReInput_TUMkLNucNiOxMwTJNBjpKeiSaeNCA, (MethodInfo * method)); DO_APP_FUNC(0x021A5900, ReInput_ConfigHelper *, ReInput_ConfigHelper_DhClYETVBVWfODSCsukIBRGnvvuC, (MethodInfo * method)); DO_APP_FUNC(0x021A59D0, void, ReInput_ConfigHelper__ctor, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A59E0, bool, ReInput_ConfigHelper_get_useXInput, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A5BD0, void, ReInput_ConfigHelper_set_useXInput, (ReInput_ConfigHelper * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x021A5F80, UpdateLoopSetting__Enum, ReInput_ConfigHelper_get_updateLoop, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A6020, void, ReInput_ConfigHelper_set_updateLoop, (ReInput_ConfigHelper * __this, UpdateLoopSetting__Enum value, MethodInfo * method)); DO_APP_FUNC(0x021A6230, WindowsStandalonePrimaryInputSource__Enum, ReInput_ConfigHelper_get_windowsStandalonePrimaryInputSource, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A62D0, void, ReInput_ConfigHelper_set_windowsStandalonePrimaryInputSource, (ReInput_ConfigHelper * __this, WindowsStandalonePrimaryInputSource__Enum value, MethodInfo * method)); DO_APP_FUNC(0x021A6560, OSXStandalonePrimaryInputSource__Enum, ReInput_ConfigHelper_get_osxStandalonePrimaryInputSource, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A6600, void, ReInput_ConfigHelper_set_osxStandalonePrimaryInputSource, (ReInput_ConfigHelper * __this, OSXStandalonePrimaryInputSource__Enum value, MethodInfo * method)); DO_APP_FUNC(0x021A6800, LinuxStandalonePrimaryInputSource__Enum, ReInput_ConfigHelper_get_linuxStandalonePrimaryInputSource, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A68A0, void, ReInput_ConfigHelper_set_linuxStandalonePrimaryInputSource, (ReInput_ConfigHelper * __this, LinuxStandalonePrimaryInputSource__Enum value, MethodInfo * method)); DO_APP_FUNC(0x021A6AA0, WindowsUWPPrimaryInputSource__Enum, ReInput_ConfigHelper_get_windowsUWPPrimaryInputSource, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A6B40, void, ReInput_ConfigHelper_set_windowsUWPPrimaryInputSource, (ReInput_ConfigHelper * __this, WindowsUWPPrimaryInputSource__Enum value, MethodInfo * method)); DO_APP_FUNC(0x021A6D40, bool, ReInput_ConfigHelper_get_windowsUWPSupportHIDDevices, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A6E50, void, ReInput_ConfigHelper_set_windowsUWPSupportHIDDevices, (ReInput_ConfigHelper * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x021A70A0, XboxOnePrimaryInputSource__Enum, ReInput_ConfigHelper_get_xboxOnePrimaryInputSource, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A7140, void, ReInput_ConfigHelper_set_xboxOnePrimaryInputSource, (ReInput_ConfigHelper * __this, XboxOnePrimaryInputSource__Enum value, MethodInfo * method)); DO_APP_FUNC(0x021A7340, PS4PrimaryInputSource__Enum, ReInput_ConfigHelper_get_ps4PrimaryInputSource, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A73E0, void, ReInput_ConfigHelper_set_ps4PrimaryInputSource, (ReInput_ConfigHelper * __this, PS4PrimaryInputSource__Enum value, MethodInfo * method)); DO_APP_FUNC(0x021A75E0, WebGLPrimaryInputSource__Enum, ReInput_ConfigHelper_get_webGLPrimaryInputSource, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A7680, void, ReInput_ConfigHelper_set_webGLPrimaryInputSource, (ReInput_ConfigHelper * __this, WebGLPrimaryInputSource__Enum value, MethodInfo * method)); DO_APP_FUNC(0x021A7880, bool, ReInput_ConfigHelper_get_alwaysUseUnityInput, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A7920, void, ReInput_ConfigHelper_set_alwaysUseUnityInput, (ReInput_ConfigHelper * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x021A7880, bool, ReInput_ConfigHelper_get_disableNativeInput, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A7B30, void, ReInput_ConfigHelper_set_disableNativeInput, (ReInput_ConfigHelper * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x021A7B40, bool, ReInput_ConfigHelper_get_nativeMouseSupport, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A7BE0, void, ReInput_ConfigHelper_set_nativeMouseSupport, (ReInput_ConfigHelper * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x021A7DD0, bool, ReInput_ConfigHelper_get_nativeKeyboardSupport, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A7E70, void, ReInput_ConfigHelper_set_nativeKeyboardSupport, (ReInput_ConfigHelper * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x021A8060, bool, ReInput_ConfigHelper_get_enhancedDeviceSupport, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A8100, void, ReInput_ConfigHelper_set_enhancedDeviceSupport, (ReInput_ConfigHelper * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x021A82F0, int32_t, ReInput_ConfigHelper_get_joystickRefreshRate, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A8390, void, ReInput_ConfigHelper_set_joystickRefreshRate, (ReInput_ConfigHelper * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x021A8450, bool, ReInput_ConfigHelper_get_ignoreInputWhenAppNotInFocus, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A84F0, void, ReInput_ConfigHelper_set_ignoreInputWhenAppNotInFocus, (ReInput_ConfigHelper * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x021A8650, bool, ReInput_ConfigHelper_get_android_supportUnknownGamepads, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A86F0, void, ReInput_ConfigHelper_set_android_supportUnknownGamepads, (ReInput_ConfigHelper * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x021A8900, DeadZone2DType__Enum, ReInput_ConfigHelper_get_defaultJoystickAxis2DDeadZoneType, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A89A0, void, ReInput_ConfigHelper_set_defaultJoystickAxis2DDeadZoneType, (ReInput_ConfigHelper * __this, DeadZone2DType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x021A8A70, AxisSensitivity2DType__Enum, ReInput_ConfigHelper_get_defaultJoystickAxis2DSensitivityType, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A8B10, void, ReInput_ConfigHelper_set_defaultJoystickAxis2DSensitivityType, (ReInput_ConfigHelper * __this, AxisSensitivity2DType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x021A8BE0, AxisSensitivityType__Enum, ReInput_ConfigHelper_get_defaultAxisSensitivityType, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A8C80, void, ReInput_ConfigHelper_set_defaultAxisSensitivityType, (ReInput_ConfigHelper * __this, AxisSensitivityType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x021A8D50, bool, ReInput_ConfigHelper_get_force4WayHats, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A8DF0, void, ReInput_ConfigHelper_set_force4WayHats, (ReInput_ConfigHelper * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x021A8EC0, float, ReInput_ConfigHelper_get_defaultAbsoluteAxisPollingDeadZone, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A8F30, void, ReInput_ConfigHelper_set_defaultAbsoluteAxisPollingDeadZone, (ReInput_ConfigHelper * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x021A8FB0, float, ReInput_ConfigHelper_get_defaultRelativeAxisPollingDeadZone, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A9020, void, ReInput_ConfigHelper_set_defaultRelativeAxisPollingDeadZone, (ReInput_ConfigHelper * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x021A90A0, bool, ReInput_ConfigHelper_get_activateActionButtonsOnNegativeValue, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A9140, void, ReInput_ConfigHelper_set_activateActionButtonsOnNegativeValue, (ReInput_ConfigHelper * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x021A9210, ThrottleCalibrationMode__Enum, ReInput_ConfigHelper_get_throttleCalibrationMode, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A92B0, void, ReInput_ConfigHelper_set_throttleCalibrationMode, (ReInput_ConfigHelper * __this, ThrottleCalibrationMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x021A93A0, bool, ReInput_ConfigHelper_get_deferControllerConnectedEventsOnStart, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A9440, void, ReInput_ConfigHelper_set_deferControllerConnectedEventsOnStart, (ReInput_ConfigHelper * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x021A9510, bool, ReInput_ConfigHelper_get_autoAssignJoysticks, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A95B0, void, ReInput_ConfigHelper_set_autoAssignJoysticks, (ReInput_ConfigHelper * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x021A9680, int32_t, ReInput_ConfigHelper_get_maxJoysticksPerPlayer, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A9720, void, ReInput_ConfigHelper_set_maxJoysticksPerPlayer, (ReInput_ConfigHelper * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x021A9800, bool, ReInput_ConfigHelper_get_distributeJoysticksEvenly, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A98A0, void, ReInput_ConfigHelper_set_distributeJoysticksEvenly, (ReInput_ConfigHelper * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x021A9970, bool, ReInput_ConfigHelper_get_assignJoysticksToPlayingPlayersOnly, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A9A10, void, ReInput_ConfigHelper_set_assignJoysticksToPlayingPlayersOnly, (ReInput_ConfigHelper * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x021A9AE0, bool, ReInput_ConfigHelper_get_reassignJoystickToPreviousOwnerOnReconnect, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A9B80, void, ReInput_ConfigHelper_set_reassignJoystickToPreviousOwnerOnReconnect, (ReInput_ConfigHelper * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x021A9C50, LogLevelFlags__Enum, ReInput_ConfigHelper_get_logLevel, (ReInput_ConfigHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021A9CF0, void, ReInput_ConfigHelper_set_logLevel, (ReInput_ConfigHelper * __this, LogLevelFlags__Enum value, MethodInfo * method)); DO_APP_FUNC(0x021A9DC0, ReInput_ControllerHelper *, ReInput_ControllerHelper_DhClYETVBVWfODSCsukIBRGnvvuC, (MethodInfo * method)); DO_APP_FUNC(0x021A9E80, void, ReInput_ControllerHelper__ctor, (ReInput_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021AA0B0, int32_t, ReInput_ControllerHelper_GetControllerCount, (ReInput_ControllerHelper * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96088, ReInput_ControllerHelper_GetControllerCount__MethodInfo); DO_APP_FUNC(0x021AA1A0, int32_t, ReInput_ControllerHelper_get_controllerCount, (ReInput_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021AA260, IList_1_Rewired_Controller_ *, ReInput_ControllerHelper_get_Controllers, (ReInput_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021AA310, Controller *, ReInput_ControllerHelper_GetController, (ReInput_ControllerHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC(0x021AA3D0, Controller *, ReInput_ControllerHelper_GetController_1, (ReInput_ControllerHelper * __this, ControllerIdentifier controllerIdentifier, MethodInfo * method)); DO_APP_FUNC(0x021AA490, Controller__Array *, ReInput_ControllerHelper_GetControllers, (ReInput_ControllerHelper * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC(0x021AA6A0, String__Array *, ReInput_ControllerHelper_GetControllerNames, (ReInput_ControllerHelper * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC(0x021AA750, bool, ReInput_ControllerHelper_IsControllerAssigned, (ReInput_ControllerHelper * __this, ControllerType__Enum controllerType, Controller * controller, MethodInfo * method)); DO_APP_FUNC(0x021AA820, bool, ReInput_ControllerHelper_IsControllerAssigned_1, (ReInput_ControllerHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC(0x021AA8D0, bool, ReInput_ControllerHelper_IsControllerAssignedToPlayer, (ReInput_ControllerHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, int32_t playerId, MethodInfo * method)); DO_APP_FUNC(0x021AA9B0, void, ReInput_ControllerHelper_RemoveControllerFromAllPlayers, (ReInput_ControllerHelper * __this, Controller * controller, bool includeSystemPlayer, MethodInfo * method)); DO_APP_FUNC(0x021AAA60, void, ReInput_ControllerHelper_RemoveControllerFromAllPlayers_1, (ReInput_ControllerHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, bool includeSystemPlayer, MethodInfo * method)); DO_APP_FUNC(0x021AAB80, Mouse *, ReInput_ControllerHelper_get_Mouse, (ReInput_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021AAC10, Keyboard *, ReInput_ControllerHelper_get_Keyboard, (ReInput_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021AACA0, bool, ReInput_ControllerHelper_get_keyboardEnabled, (ReInput_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021AAD20, void, ReInput_ControllerHelper_set_keyboardEnabled, (ReInput_ControllerHelper * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x021AADB0, int32_t, ReInput_ControllerHelper_get_joystickCount, (ReInput_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021AAE70, IList_1_Rewired_Joystick_ *, ReInput_ControllerHelper_get_Joysticks, (ReInput_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021AAF20, Joystick *, ReInput_ControllerHelper_GetJoystick, (ReInput_ControllerHelper * __this, int32_t joystickId, MethodInfo * method)); DO_APP_FUNC(0x021AB040, Joystick__Array *, ReInput_ControllerHelper_GetJoysticks, (ReInput_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021AB0B0, String__Array *, ReInput_ControllerHelper_GetJoystickNames, (ReInput_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021AB160, bool, ReInput_ControllerHelper_IsJoystickAssigned, (ReInput_ControllerHelper * __this, Joystick * joystick, MethodInfo * method)); DO_APP_FUNC(0x021AB280, bool, ReInput_ControllerHelper_IsJoystickAssigned_1, (ReInput_ControllerHelper * __this, int32_t joystickId, MethodInfo * method)); DO_APP_FUNC(0x021AB460, bool, ReInput_ControllerHelper_IsJoystickAssignedToPlayer, (ReInput_ControllerHelper * __this, int32_t joystickId, int32_t playerId, MethodInfo * method)); DO_APP_FUNC(0x021AB530, void, ReInput_ControllerHelper_RemoveJoystickFromAllPlayers, (ReInput_ControllerHelper * __this, Joystick * joystick, bool includeSystemPlayer, MethodInfo * method)); DO_APP_FUNC(0x021AB5E0, void, ReInput_ControllerHelper_RemoveJoystickFromAllPlayers_1, (ReInput_ControllerHelper * __this, int32_t joystickId, bool includeSystemPlayer, MethodInfo * method)); DO_APP_FUNC(0x021AB6F0, int32_t, ReInput_ControllerHelper_GetUnityJoystickIdFromAnyButtonPress, (ReInput_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021AB850, int32_t, ReInput_ControllerHelper_GetUnityJoystickIdFromAnyButtonOrAxisPress, (ReInput_ControllerHelper * __this, float axisThreshold, bool positiveAxesOnly, MethodInfo * method)); DO_APP_FUNC(0x021AB9F0, void, ReInput_ControllerHelper_SetUnityJoystickId, (ReInput_ControllerHelper * __this, int32_t joystickId, int32_t unityJoystickId, MethodInfo * method)); DO_APP_FUNC(0x021ABAF0, bool, ReInput_ControllerHelper_SetUnityJoystickIdFromAnyButtonPress, (ReInput_ControllerHelper * __this, int32_t joystickId, MethodInfo * method)); DO_APP_FUNC(0x021ABC90, bool, ReInput_ControllerHelper_SetUnityJoystickIdFromAnyButtonOrAxisPress, (ReInput_ControllerHelper * __this, int32_t joystickId, float axisThreshold, bool positiveAxesOnly, MethodInfo * method)); DO_APP_FUNC(0x021ABE90, int32_t, ReInput_ControllerHelper_get_customControllerCount, (ReInput_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021ABF50, IList_1_Rewired_CustomController_ *, ReInput_ControllerHelper_get_CustomControllers, (ReInput_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021AC000, CustomController *, ReInput_ControllerHelper_GetCustomController, (ReInput_ControllerHelper * __this, int32_t customControllerId, MethodInfo * method)); DO_APP_FUNC(0x021AC0A0, CustomController__Array *, ReInput_ControllerHelper_GetCustomControllers, (ReInput_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021AC150, String__Array *, ReInput_ControllerHelper_GetCustomControllerNames, (ReInput_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021AC200, bool, ReInput_ControllerHelper_IsCustomControllerAssigned, (ReInput_ControllerHelper * __this, CustomController * customController, MethodInfo * method)); DO_APP_FUNC(0x021AC320, bool, ReInput_ControllerHelper_IsCustomControllerAssigned_1, (ReInput_ControllerHelper * __this, int32_t customControllerId, MethodInfo * method)); DO_APP_FUNC(0x021AC500, bool, ReInput_ControllerHelper_IsCustomControllerAssignedToPlayer, (ReInput_ControllerHelper * __this, int32_t customControllerId, int32_t playerId, MethodInfo * method)); DO_APP_FUNC(0x021AC680, void, ReInput_ControllerHelper_RemoveCustomControllerFromAllPlayers, (ReInput_ControllerHelper * __this, CustomController * customController, bool includeSystemPlayer, MethodInfo * method)); DO_APP_FUNC(0x021AC730, void, ReInput_ControllerHelper_RemoveCustomControllerFromAllPlayers_1, (ReInput_ControllerHelper * __this, int32_t customControllerId, bool includeSystemPlayer, MethodInfo * method)); DO_APP_FUNC(0x021AC840, CustomController *, ReInput_ControllerHelper_CreateCustomController, (ReInput_ControllerHelper * __this, int32_t sourceControllerId, MethodInfo * method)); DO_APP_FUNC(0x021AC8E0, CustomController *, ReInput_ControllerHelper_CreateCustomController_1, (ReInput_ControllerHelper * __this, int32_t sourceControllerId, String * tag, MethodInfo * method)); DO_APP_FUNC(0x021AC9A0, bool, ReInput_ControllerHelper_DestroyCustomController, (ReInput_ControllerHelper * __this, CustomController * customController, MethodInfo * method)); DO_APP_FUNC(0x021ACAE0, CustomController *, ReInput_ControllerHelper_GetFirstCustomControllerWithSourceId, (ReInput_ControllerHelper * __this, int32_t sourceId, MethodInfo * method)); DO_APP_FUNC(0x021ACC30, CustomController *, ReInput_ControllerHelper_GetFirstCustomControllerWithTag, (ReInput_ControllerHelper * __this, String * tag, MethodInfo * method)); DO_APP_FUNC(0x021ACE80, IEnumerable_1_Rewired_CustomController_ *, ReInput_ControllerHelper_CustomControllersWithSourceId, (ReInput_ControllerHelper * __this, int32_t sourceId, MethodInfo * method)); DO_APP_FUNC(0x021ACFE0, IEnumerable_1_Rewired_CustomController_ *, ReInput_ControllerHelper_CustomControllersWithTag, (ReInput_ControllerHelper * __this, String * tag, MethodInfo * method)); DO_APP_FUNC(0x021AD1A0, Controller *, ReInput_ControllerHelper_GetLastActiveController, (ReInput_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021AD230, Controller *, ReInput_ControllerHelper_GetLastActiveController_1, (ReInput_ControllerHelper * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC(0x021AD2D0, ControllerType__Enum, ReInput_ControllerHelper_GetLastActiveControllerType, (ReInput_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021AD370, void, ReInput_ControllerHelper_AddLastActiveControllerChangedDelegate, (ReInput_ControllerHelper * __this, ActiveControllerChangedDelegate * callback, MethodInfo * method)); DO_APP_FUNC(0x021AD490, void, ReInput_ControllerHelper_AddLastActiveControllerChangedDelegate_1, (ReInput_ControllerHelper * __this, ActiveControllerChangedDelegate * callback, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC(0x021AD5C0, void, ReInput_ControllerHelper_RemoveLastActiveControllerChangedDelegate, (ReInput_ControllerHelper * __this, ActiveControllerChangedDelegate * callback, MethodInfo * method)); DO_APP_FUNC(0x021AD6E0, void, ReInput_ControllerHelper_RemoveLastActiveControllerChangedDelegate_1, (ReInput_ControllerHelper * __this, ActiveControllerChangedDelegate * callback, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC(0x021AD810, void, ReInput_ControllerHelper_ClearLastActiveControllerChangedDelegates, (ReInput_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021AD920, bool, ReInput_ControllerHelper_GetAnyButton, (ReInput_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021ADA60, bool, ReInput_ControllerHelper_GetAnyButton_1, (ReInput_ControllerHelper * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC(0x021ADBF0, bool, ReInput_ControllerHelper_GetAnyButtonDown, (ReInput_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021ADD30, bool, ReInput_ControllerHelper_GetAnyButtonDown_1, (ReInput_ControllerHelper * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC(0x021ADEC0, bool, ReInput_ControllerHelper_GetAnyButtonUp, (ReInput_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021AE000, bool, ReInput_ControllerHelper_GetAnyButtonUp_1, (ReInput_ControllerHelper * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC(0x021AE190, bool, ReInput_ControllerHelper_GetAnyButtonChanged, (ReInput_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021AE2D0, bool, ReInput_ControllerHelper_GetAnyButtonChanged_1, (ReInput_ControllerHelper * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC(0x021AE460, bool, ReInput_ControllerHelper_GetAnyButtonPrev, (ReInput_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021AE5A0, bool, ReInput_ControllerHelper_GetAnyButtonPrev_1, (ReInput_ControllerHelper * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC(0x021AE730, bool, ReInput_ControllerHelper_AutoAssignJoystick, (ReInput_ControllerHelper * __this, Joystick * joystick, MethodInfo * method)); DO_APP_FUNC(0x021AE810, void, ReInput_ControllerHelper_AutoAssignJoysticks, (ReInput_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021AEA20, ReInput_ControllerHelper_PollingHelper *, ReInput_ControllerHelper_PollingHelper_DhClYETVBVWfODSCsukIBRGnvvuC, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReInput_ControllerHelper_PollingHelper__ctor, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021AEAE0, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_PollAllControllersForFirstElement, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021AEC30, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_PollAllControllersForFirstElementDown, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021AED80, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_PollAllControllersForFirstButton, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021AEED0, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_PollAllControllersForFirstButtonDown, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021AF020, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_PollAllControllersForFirstAxis, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021AF130, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_PollAllControllersOfTypeForFirstElement, (ReInput_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95EB8, ReInput_ControllerHelper_PollingHelper_PollAllControllersOfTypeForFirstElement__MethodInfo); DO_APP_FUNC(0x021AF2D0, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_PollAllControllersOfTypeForFirstElementDown, (ReInput_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95EC0, ReInput_ControllerHelper_PollingHelper_PollAllControllersOfTypeForFirstElementDown__MethodInfo); DO_APP_FUNC(0x021AF470, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_PollAllControllersOfTypeForFirstButton, (ReInput_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95F50, ReInput_ControllerHelper_PollingHelper_PollAllControllersOfTypeForFirstButton__MethodInfo); DO_APP_FUNC(0x021AF610, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_PollAllControllersOfTypeForFirstButtonDown, (ReInput_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95F38, ReInput_ControllerHelper_PollingHelper_PollAllControllersOfTypeForFirstButtonDown__MethodInfo); DO_APP_FUNC(0x021AF7B0, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_PollAllControllersOfTypeForFirstAxis, (ReInput_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95F18, ReInput_ControllerHelper_PollingHelper_PollAllControllersOfTypeForFirstAxis__MethodInfo); DO_APP_FUNC(0x021AF910, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_PollControllerForFirstElement, (ReInput_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95F28, ReInput_ControllerHelper_PollingHelper_PollControllerForFirstElement__MethodInfo); DO_APP_FUNC(0x021AFB50, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_PollControllerForFirstElementDown, (ReInput_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95F08, ReInput_ControllerHelper_PollingHelper_PollControllerForFirstElementDown__MethodInfo); DO_APP_FUNC(0x021AFD90, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_PollControllerForFirstButton, (ReInput_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95E70, ReInput_ControllerHelper_PollingHelper_PollControllerForFirstButton__MethodInfo); DO_APP_FUNC(0x021AFFD0, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_PollControllerForFirstButtonDown, (ReInput_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95E60, ReInput_ControllerHelper_PollingHelper_PollControllerForFirstButtonDown__MethodInfo); DO_APP_FUNC(0x021B0210, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_PollControllerForFirstAxis, (ReInput_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95E68, ReInput_ControllerHelper_PollingHelper_PollControllerForFirstAxis__MethodInfo); DO_APP_FUNC(0x021B0400, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_PollAllControllersForAllElements, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B04C0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_PollAllControllersForAllElementsDown, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B0580, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_PollAllControllersForAllButtons, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B0640, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_PollAllControllersForAllButtonsDown, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B0700, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_PollAllControllersForAllAxes, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B07C0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_PollControllerForAllElements, (ReInput_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95E90, ReInput_ControllerHelper_PollingHelper_PollControllerForAllElements__MethodInfo); DO_APP_FUNC(0x021B0A10, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_PollControllerForAllElementsDown, (ReInput_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95E80, ReInput_ControllerHelper_PollingHelper_PollControllerForAllElementsDown__MethodInfo); DO_APP_FUNC(0x021B0C60, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_PollControllerForAllButtons, (ReInput_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95E88, ReInput_ControllerHelper_PollingHelper_PollControllerForAllButtons__MethodInfo); DO_APP_FUNC(0x021B0EB0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_PollControllerForAllButtonsDown, (ReInput_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95DF0, ReInput_ControllerHelper_PollingHelper_PollControllerForAllButtonsDown__MethodInfo); DO_APP_FUNC(0x021B1100, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_PollControllerForAllAxes, (ReInput_ControllerHelper_PollingHelper * __this, ControllerType__Enum controllerType, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95DE0, ReInput_ControllerHelper_PollingHelper_PollControllerForAllAxes__MethodInfo); DO_APP_FUNC(0x021B1370, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_mAPDbWDiewHXwgFMzMkiErEdorBlc, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B14D0, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_aZLiLjPxuARnWIOaftbtZSRKZRAe, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B1630, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_OKkBfokCyxEkiqkRxlTkKwfWndUIA, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B1790, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_WzBEHkMVKonurUDQmBFPTjvJqCHA, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B18F0, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_RBAEcgdfrXAMIsPWEaWMfaCuHuTFA, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B1A40, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_qKPKtUufPHQRXOrtOVmJoTYSIuaF, (ReInput_ControllerHelper_PollingHelper * __this, int32_t param_0000aeec, MethodInfo * method)); DO_APP_FUNC(0x021B1AD0, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_mhvbzWsUMRvYgsnRzUmUIZwiJgDs, (ReInput_ControllerHelper_PollingHelper * __this, int32_t param_0000aeed, MethodInfo * method)); DO_APP_FUNC(0x021B1B60, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_CvcBKPwAxkWNYYxXkkzcXiSWeFzt, (ReInput_ControllerHelper_PollingHelper * __this, int32_t param_0000aeee, MethodInfo * method)); DO_APP_FUNC(0x021B1BF0, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_KWghaDcOMGhSquoHcblxjTgwGcYDA, (ReInput_ControllerHelper_PollingHelper * __this, int32_t param_0000aeef, MethodInfo * method)); DO_APP_FUNC(0x021B1C80, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_hTLIsRIOEmfSGdLEUgFruDsglZSl, (ReInput_ControllerHelper_PollingHelper * __this, int32_t param_0000aef0, MethodInfo * method)); DO_APP_FUNC(0x021B1D00, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_AfzQJCSOtXWQPeStjQUBlNqKfLNU, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B1D70, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_zKVAHeyQmIIZfRAgialcKlhfKUbu, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B1DE0, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_kaEBqYbYsIWGFnftraEuJHvmeITwA, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B1E50, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_tFgqOMNUUUwYkGuhGrGINevLJCTA, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B1EC0, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_dqprNndoXsicMEoliimZahEOnybG, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B1F30, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_VstCMUHSNxdYKkvkkqWRToNmiUmDA, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B1FA0, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_dRBFDgxUjfrmWJmfKXFBtsIFoVUE, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B2010, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_fxWdzSjtiPnFeHqevqKaBwwJLnUh, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B2170, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_QutQampSJDYPZevknlGkkTbRrqMe, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B22D0, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_suocZafeEHKyaXUWLloZICvaAYhyb, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B2430, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_ExaCyUoDVUdbMjjtdPfMEVCMsoBcA, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B2590, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_bNqxWCtVzRLfROEiTQopDEyfeFAd, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B26E0, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_xNDTCPdKBmWoKNnxWWluaslIsscG, (ReInput_ControllerHelper_PollingHelper * __this, int32_t param_0000aef1, MethodInfo * method)); DO_APP_FUNC(0x021B2770, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_BIbdVAlgiLQCflKmRJoKYIkpVWpf, (ReInput_ControllerHelper_PollingHelper * __this, int32_t param_0000aef2, MethodInfo * method)); DO_APP_FUNC(0x021B2800, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_CWWZnSALenZHGJEZuzUAcjJhXoWk, (ReInput_ControllerHelper_PollingHelper * __this, int32_t param_0000aef3, MethodInfo * method)); DO_APP_FUNC(0x021B2890, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_PfjocbXfLZbcOmtNPExKfoTtxwViA, (ReInput_ControllerHelper_PollingHelper * __this, int32_t param_0000aef4, MethodInfo * method)); DO_APP_FUNC(0x021B2920, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_pHLKEEweghzJNNhReTHJlwpEmgGe, (ReInput_ControllerHelper_PollingHelper * __this, int32_t param_0000aef5, MethodInfo * method)); DO_APP_FUNC(0x021B29A0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_DmexbPuyRhJDArjhctoLRaApWVLG, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B2A00, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_maZNIatksqjTuOdoUfTxawjXVERSA, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B2A60, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_CIVuVuxcLKRqykPSoZZURdBkfhOJ, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B2AC0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_txPzJIsZGMfdYfheWJBETjeoGfJKA, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B2B20, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_HohHxVWrkGlXTjddBkKKwhvtaaZeA, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B2B80, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_ObdqYYgAZieNkslHpQOSURuCxTkf, (ReInput_ControllerHelper_PollingHelper * __this, int32_t param_0000aef6, MethodInfo * method)); DO_APP_FUNC(0x021B2C20, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_UnyDjEcfDPaNIGwdlOelifoDGtCnc, (ReInput_ControllerHelper_PollingHelper * __this, int32_t param_0000aef7, MethodInfo * method)); DO_APP_FUNC(0x021B2CC0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_uZCLszSFSADYsYeQmlTXlyeogmcP, (ReInput_ControllerHelper_PollingHelper * __this, int32_t param_0000aef8, MethodInfo * method)); DO_APP_FUNC(0x021B2D60, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_LvwIaFgyyblpvTqjXtejmpdlPzal, (ReInput_ControllerHelper_PollingHelper * __this, int32_t param_0000aef9, MethodInfo * method)); DO_APP_FUNC(0x021B2E00, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_RwjFPYZbDAEDaOlSOuxVKFKkhrzL, (ReInput_ControllerHelper_PollingHelper * __this, int32_t param_0000aefa, MethodInfo * method)); DO_APP_FUNC(0x021B2EA0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_nWuFNJHfCaSrSzGWgJBlCsuIEfiTB, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B2EE0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_LGajWwclxlRtPfIEOccRAzPOWZpdA, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B2F20, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_AXxQkelLrUIqznmbGctxMsbzOfKB, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B2F60, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_QZfQPCTLmZaUoQZHRulmNwJmrcQt, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B2FA0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_zBLifcdhwEnvaZEXmqSDxNjxsWQmA, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B2FE0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_LbWrIgYXsEVJInVhvrdhyPAFumdd, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B3020, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_VBRDNoqkuhzlJkqFJZJPmVfIniQs, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B3060, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_wjCXsOEFbzaAFqNmrIPYdrqTxLNWA, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B30C0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_EbtboNfoqNnbwsCbIMmXQcPqabev, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B3120, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_RGLFbKaHReTyqRjJhcIpIlQhudMZb, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B3180, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_vfLOSzypXaQfMDFQrINhIkMCaNNz, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B31E0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_jdGyYNMJLrjOSXdVGBBErJfyiKnc, (ReInput_ControllerHelper_PollingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021B3240, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_zolaOkLemRdjvkbyJGHkpxpXVKGE, (ReInput_ControllerHelper_PollingHelper * __this, int32_t param_0000aefb, MethodInfo * method)); DO_APP_FUNC(0x021B32E0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_CFXrgJocfAFTsCYDAKnGuVExGfeH, (ReInput_ControllerHelper_PollingHelper * __this, int32_t param_0000aefc, MethodInfo * method)); DO_APP_FUNC(0x021B3380, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_PAqdYgEgNzqsNDFKkLKmfBVutedp, (ReInput_ControllerHelper_PollingHelper * __this, int32_t param_0000aefd, MethodInfo * method)); DO_APP_FUNC(0x021B3420, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_ZHywrscGPysMyklYvelVgRVpAaCk, (ReInput_ControllerHelper_PollingHelper * __this, int32_t param_0000aefe, MethodInfo * method)); DO_APP_FUNC(0x021B34C0, IEnumerable_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_IVBzcAGQBvfgMYGjTFTBxqLnyzvH, (ReInput_ControllerHelper_PollingHelper * __this, int32_t param_0000aeff, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, ReInput_ControllerHelper_PollingHelper_HuxNRCXlyvtpvRWcCPDZqgCFcPlcA__ctor, (ReInput_ControllerHelper_PollingHelper_HuxNRCXlyvtpvRWcCPDZqgCFcPlcA * __this, int32_t param_0000af00, MethodInfo * method)); DO_APP_FUNC(0x021B3560, void, ReInput_ControllerHelper_PollingHelper_HuxNRCXlyvtpvRWcCPDZqgCFcPlcA_System_IDisposable_Dispose, (ReInput_ControllerHelper_PollingHelper_HuxNRCXlyvtpvRWcCPDZqgCFcPlcA * __this, MethodInfo * method)); DO_APP_FUNC(0x021B37C0, bool, ReInput_ControllerHelper_PollingHelper_HuxNRCXlyvtpvRWcCPDZqgCFcPlcA_MoveNext, (ReInput_ControllerHelper_PollingHelper_HuxNRCXlyvtpvRWcCPDZqgCFcPlcA * __this, MethodInfo * method)); DO_APP_FUNC(0x021B3FF0, void, ReInput_ControllerHelper_PollingHelper_HuxNRCXlyvtpvRWcCPDZqgCFcPlcA_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ReInput_ControllerHelper_PollingHelper_HuxNRCXlyvtpvRWcCPDZqgCFcPlcA * __this, MethodInfo * method)); DO_APP_FUNC(0x021B4050, void, ReInput_ControllerHelper_PollingHelper_HuxNRCXlyvtpvRWcCPDZqgCFcPlcA_DoQXnKzdNUehTxxsxBJvgNhCuILy, (ReInput_ControllerHelper_PollingHelper_HuxNRCXlyvtpvRWcCPDZqgCFcPlcA * __this, MethodInfo * method)); DO_APP_FUNC(0x021B40B0, void, ReInput_ControllerHelper_PollingHelper_HuxNRCXlyvtpvRWcCPDZqgCFcPlcA_XNiNViPabVuZoRQjBwiyIHHxXcbd, (ReInput_ControllerHelper_PollingHelper_HuxNRCXlyvtpvRWcCPDZqgCFcPlcA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_HuxNRCXlyvtpvRWcCPDZqgCFcPlcA_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (ReInput_ControllerHelper_PollingHelper_HuxNRCXlyvtpvRWcCPDZqgCFcPlcA * __this, MethodInfo * method)); DO_APP_FUNC(0x021B4110, void, ReInput_ControllerHelper_PollingHelper_HuxNRCXlyvtpvRWcCPDZqgCFcPlcA_System_Collections_IEnumerator_Reset, (ReInput_ControllerHelper_PollingHelper_HuxNRCXlyvtpvRWcCPDZqgCFcPlcA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95D98, ReInput_ControllerHelper_PollingHelper_HuxNRCXlyvtpvRWcCPDZqgCFcPlcA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x021B4160, Object *, ReInput_ControllerHelper_PollingHelper_HuxNRCXlyvtpvRWcCPDZqgCFcPlcA_System_Collections_IEnumerator_get_Current, (ReInput_ControllerHelper_PollingHelper_HuxNRCXlyvtpvRWcCPDZqgCFcPlcA * __this, MethodInfo * method)); DO_APP_FUNC(0x021B41D0, IEnumerator_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_HuxNRCXlyvtpvRWcCPDZqgCFcPlcA_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (ReInput_ControllerHelper_PollingHelper_HuxNRCXlyvtpvRWcCPDZqgCFcPlcA * __this, MethodInfo * method)); DO_APP_FUNC(0x021B41D0, IEnumerator *, ReInput_ControllerHelper_PollingHelper_HuxNRCXlyvtpvRWcCPDZqgCFcPlcA_System_Collections_IEnumerable_GetEnumerator, (ReInput_ControllerHelper_PollingHelper_HuxNRCXlyvtpvRWcCPDZqgCFcPlcA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, ReInput_ControllerHelper_PollingHelper_jvMyGBelneoIGfJBJKgSqXaWUuOV__ctor, (ReInput_ControllerHelper_PollingHelper_jvMyGBelneoIGfJBJKgSqXaWUuOV * __this, int32_t param_0000af01, MethodInfo * method)); DO_APP_FUNC(0x021B4310, void, ReInput_ControllerHelper_PollingHelper_jvMyGBelneoIGfJBJKgSqXaWUuOV_System_IDisposable_Dispose, (ReInput_ControllerHelper_PollingHelper_jvMyGBelneoIGfJBJKgSqXaWUuOV * __this, MethodInfo * method)); DO_APP_FUNC(0x021B4630, bool, ReInput_ControllerHelper_PollingHelper_jvMyGBelneoIGfJBJKgSqXaWUuOV_MoveNext, (ReInput_ControllerHelper_PollingHelper_jvMyGBelneoIGfJBJKgSqXaWUuOV * __this, MethodInfo * method)); DO_APP_FUNC(0x021B5070, void, ReInput_ControllerHelper_PollingHelper_jvMyGBelneoIGfJBJKgSqXaWUuOV_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ReInput_ControllerHelper_PollingHelper_jvMyGBelneoIGfJBJKgSqXaWUuOV * __this, MethodInfo * method)); DO_APP_FUNC(0x021B50D0, void, ReInput_ControllerHelper_PollingHelper_jvMyGBelneoIGfJBJKgSqXaWUuOV_DoQXnKzdNUehTxxsxBJvgNhCuILy, (ReInput_ControllerHelper_PollingHelper_jvMyGBelneoIGfJBJKgSqXaWUuOV * __this, MethodInfo * method)); DO_APP_FUNC(0x021B5130, void, ReInput_ControllerHelper_PollingHelper_jvMyGBelneoIGfJBJKgSqXaWUuOV_XNiNViPabVuZoRQjBwiyIHHxXcbd, (ReInput_ControllerHelper_PollingHelper_jvMyGBelneoIGfJBJKgSqXaWUuOV * __this, MethodInfo * method)); DO_APP_FUNC(0x021B5190, void, ReInput_ControllerHelper_PollingHelper_jvMyGBelneoIGfJBJKgSqXaWUuOV_ZWaFuDgeBVNFReoeaQIYzjYXUWzE, (ReInput_ControllerHelper_PollingHelper_jvMyGBelneoIGfJBJKgSqXaWUuOV * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_jvMyGBelneoIGfJBJKgSqXaWUuOV_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (ReInput_ControllerHelper_PollingHelper_jvMyGBelneoIGfJBJKgSqXaWUuOV * __this, MethodInfo * method)); DO_APP_FUNC(0x021B51F0, void, ReInput_ControllerHelper_PollingHelper_jvMyGBelneoIGfJBJKgSqXaWUuOV_System_Collections_IEnumerator_Reset, (ReInput_ControllerHelper_PollingHelper_jvMyGBelneoIGfJBJKgSqXaWUuOV * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95D80, ReInput_ControllerHelper_PollingHelper_jvMyGBelneoIGfJBJKgSqXaWUuOV_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x021B5240, Object *, ReInput_ControllerHelper_PollingHelper_jvMyGBelneoIGfJBJKgSqXaWUuOV_System_Collections_IEnumerator_get_Current, (ReInput_ControllerHelper_PollingHelper_jvMyGBelneoIGfJBJKgSqXaWUuOV * __this, MethodInfo * method)); DO_APP_FUNC(0x021B52B0, IEnumerator_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_jvMyGBelneoIGfJBJKgSqXaWUuOV_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (ReInput_ControllerHelper_PollingHelper_jvMyGBelneoIGfJBJKgSqXaWUuOV * __this, MethodInfo * method)); DO_APP_FUNC(0x021B52B0, IEnumerator *, ReInput_ControllerHelper_PollingHelper_jvMyGBelneoIGfJBJKgSqXaWUuOV_System_Collections_IEnumerable_GetEnumerator, (ReInput_ControllerHelper_PollingHelper_jvMyGBelneoIGfJBJKgSqXaWUuOV * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, ReInput_ControllerHelper_PollingHelper_ttzsoFqRNfgzFarfTfPHFWbZBgLuA__ctor, (ReInput_ControllerHelper_PollingHelper_ttzsoFqRNfgzFarfTfPHFWbZBgLuA * __this, int32_t param_0000af02, MethodInfo * method)); DO_APP_FUNC(0x021B53F0, void, ReInput_ControllerHelper_PollingHelper_ttzsoFqRNfgzFarfTfPHFWbZBgLuA_System_IDisposable_Dispose, (ReInput_ControllerHelper_PollingHelper_ttzsoFqRNfgzFarfTfPHFWbZBgLuA * __this, MethodInfo * method)); DO_APP_FUNC(0x021B5710, bool, ReInput_ControllerHelper_PollingHelper_ttzsoFqRNfgzFarfTfPHFWbZBgLuA_MoveNext, (ReInput_ControllerHelper_PollingHelper_ttzsoFqRNfgzFarfTfPHFWbZBgLuA * __this, MethodInfo * method)); DO_APP_FUNC(0x021B6150, void, ReInput_ControllerHelper_PollingHelper_ttzsoFqRNfgzFarfTfPHFWbZBgLuA_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ReInput_ControllerHelper_PollingHelper_ttzsoFqRNfgzFarfTfPHFWbZBgLuA * __this, MethodInfo * method)); DO_APP_FUNC(0x021B61B0, void, ReInput_ControllerHelper_PollingHelper_ttzsoFqRNfgzFarfTfPHFWbZBgLuA_DoQXnKzdNUehTxxsxBJvgNhCuILy, (ReInput_ControllerHelper_PollingHelper_ttzsoFqRNfgzFarfTfPHFWbZBgLuA * __this, MethodInfo * method)); DO_APP_FUNC(0x021B6210, void, ReInput_ControllerHelper_PollingHelper_ttzsoFqRNfgzFarfTfPHFWbZBgLuA_XNiNViPabVuZoRQjBwiyIHHxXcbd, (ReInput_ControllerHelper_PollingHelper_ttzsoFqRNfgzFarfTfPHFWbZBgLuA * __this, MethodInfo * method)); DO_APP_FUNC(0x021B6270, void, ReInput_ControllerHelper_PollingHelper_ttzsoFqRNfgzFarfTfPHFWbZBgLuA_ZWaFuDgeBVNFReoeaQIYzjYXUWzE, (ReInput_ControllerHelper_PollingHelper_ttzsoFqRNfgzFarfTfPHFWbZBgLuA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_ttzsoFqRNfgzFarfTfPHFWbZBgLuA_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (ReInput_ControllerHelper_PollingHelper_ttzsoFqRNfgzFarfTfPHFWbZBgLuA * __this, MethodInfo * method)); DO_APP_FUNC(0x021B62D0, void, ReInput_ControllerHelper_PollingHelper_ttzsoFqRNfgzFarfTfPHFWbZBgLuA_System_Collections_IEnumerator_Reset, (ReInput_ControllerHelper_PollingHelper_ttzsoFqRNfgzFarfTfPHFWbZBgLuA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95D88, ReInput_ControllerHelper_PollingHelper_ttzsoFqRNfgzFarfTfPHFWbZBgLuA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x021B6320, Object *, ReInput_ControllerHelper_PollingHelper_ttzsoFqRNfgzFarfTfPHFWbZBgLuA_System_Collections_IEnumerator_get_Current, (ReInput_ControllerHelper_PollingHelper_ttzsoFqRNfgzFarfTfPHFWbZBgLuA * __this, MethodInfo * method)); DO_APP_FUNC(0x021B6390, IEnumerator_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_ttzsoFqRNfgzFarfTfPHFWbZBgLuA_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (ReInput_ControllerHelper_PollingHelper_ttzsoFqRNfgzFarfTfPHFWbZBgLuA * __this, MethodInfo * method)); DO_APP_FUNC(0x021B6390, IEnumerator *, ReInput_ControllerHelper_PollingHelper_ttzsoFqRNfgzFarfTfPHFWbZBgLuA_System_Collections_IEnumerable_GetEnumerator, (ReInput_ControllerHelper_PollingHelper_ttzsoFqRNfgzFarfTfPHFWbZBgLuA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, ReInput_ControllerHelper_PollingHelper_oLezWxnOiejmOXcDIrfsCxbLUPMk__ctor, (ReInput_ControllerHelper_PollingHelper_oLezWxnOiejmOXcDIrfsCxbLUPMk * __this, int32_t param_0000af03, MethodInfo * method)); DO_APP_FUNC(0x021B64D0, void, ReInput_ControllerHelper_PollingHelper_oLezWxnOiejmOXcDIrfsCxbLUPMk_System_IDisposable_Dispose, (ReInput_ControllerHelper_PollingHelper_oLezWxnOiejmOXcDIrfsCxbLUPMk * __this, MethodInfo * method)); DO_APP_FUNC(0x021B67F0, bool, ReInput_ControllerHelper_PollingHelper_oLezWxnOiejmOXcDIrfsCxbLUPMk_MoveNext, (ReInput_ControllerHelper_PollingHelper_oLezWxnOiejmOXcDIrfsCxbLUPMk * __this, MethodInfo * method)); DO_APP_FUNC(0x021B7230, void, ReInput_ControllerHelper_PollingHelper_oLezWxnOiejmOXcDIrfsCxbLUPMk_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ReInput_ControllerHelper_PollingHelper_oLezWxnOiejmOXcDIrfsCxbLUPMk * __this, MethodInfo * method)); DO_APP_FUNC(0x021B7290, void, ReInput_ControllerHelper_PollingHelper_oLezWxnOiejmOXcDIrfsCxbLUPMk_DoQXnKzdNUehTxxsxBJvgNhCuILy, (ReInput_ControllerHelper_PollingHelper_oLezWxnOiejmOXcDIrfsCxbLUPMk * __this, MethodInfo * method)); DO_APP_FUNC(0x021B72F0, void, ReInput_ControllerHelper_PollingHelper_oLezWxnOiejmOXcDIrfsCxbLUPMk_XNiNViPabVuZoRQjBwiyIHHxXcbd, (ReInput_ControllerHelper_PollingHelper_oLezWxnOiejmOXcDIrfsCxbLUPMk * __this, MethodInfo * method)); DO_APP_FUNC(0x021B7350, void, ReInput_ControllerHelper_PollingHelper_oLezWxnOiejmOXcDIrfsCxbLUPMk_ZWaFuDgeBVNFReoeaQIYzjYXUWzE, (ReInput_ControllerHelper_PollingHelper_oLezWxnOiejmOXcDIrfsCxbLUPMk * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_oLezWxnOiejmOXcDIrfsCxbLUPMk_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (ReInput_ControllerHelper_PollingHelper_oLezWxnOiejmOXcDIrfsCxbLUPMk * __this, MethodInfo * method)); DO_APP_FUNC(0x021B73B0, void, ReInput_ControllerHelper_PollingHelper_oLezWxnOiejmOXcDIrfsCxbLUPMk_System_Collections_IEnumerator_Reset, (ReInput_ControllerHelper_PollingHelper_oLezWxnOiejmOXcDIrfsCxbLUPMk * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95D68, ReInput_ControllerHelper_PollingHelper_oLezWxnOiejmOXcDIrfsCxbLUPMk_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x021B7400, Object *, ReInput_ControllerHelper_PollingHelper_oLezWxnOiejmOXcDIrfsCxbLUPMk_System_Collections_IEnumerator_get_Current, (ReInput_ControllerHelper_PollingHelper_oLezWxnOiejmOXcDIrfsCxbLUPMk * __this, MethodInfo * method)); DO_APP_FUNC(0x021B7470, IEnumerator_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_oLezWxnOiejmOXcDIrfsCxbLUPMk_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (ReInput_ControllerHelper_PollingHelper_oLezWxnOiejmOXcDIrfsCxbLUPMk * __this, MethodInfo * method)); DO_APP_FUNC(0x021B7470, IEnumerator *, ReInput_ControllerHelper_PollingHelper_oLezWxnOiejmOXcDIrfsCxbLUPMk_System_Collections_IEnumerable_GetEnumerator, (ReInput_ControllerHelper_PollingHelper_oLezWxnOiejmOXcDIrfsCxbLUPMk * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, ReInput_ControllerHelper_PollingHelper_CvnMDdbKvNRTrfIrypZqlzsZJWLS__ctor, (ReInput_ControllerHelper_PollingHelper_CvnMDdbKvNRTrfIrypZqlzsZJWLS * __this, int32_t param_0000af04, MethodInfo * method)); DO_APP_FUNC(0x021B75B0, void, ReInput_ControllerHelper_PollingHelper_CvnMDdbKvNRTrfIrypZqlzsZJWLS_System_IDisposable_Dispose, (ReInput_ControllerHelper_PollingHelper_CvnMDdbKvNRTrfIrypZqlzsZJWLS * __this, MethodInfo * method)); DO_APP_FUNC(0x021B78D0, bool, ReInput_ControllerHelper_PollingHelper_CvnMDdbKvNRTrfIrypZqlzsZJWLS_MoveNext, (ReInput_ControllerHelper_PollingHelper_CvnMDdbKvNRTrfIrypZqlzsZJWLS * __this, MethodInfo * method)); DO_APP_FUNC(0x021B8310, void, ReInput_ControllerHelper_PollingHelper_CvnMDdbKvNRTrfIrypZqlzsZJWLS_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ReInput_ControllerHelper_PollingHelper_CvnMDdbKvNRTrfIrypZqlzsZJWLS * __this, MethodInfo * method)); DO_APP_FUNC(0x021B8370, void, ReInput_ControllerHelper_PollingHelper_CvnMDdbKvNRTrfIrypZqlzsZJWLS_DoQXnKzdNUehTxxsxBJvgNhCuILy, (ReInput_ControllerHelper_PollingHelper_CvnMDdbKvNRTrfIrypZqlzsZJWLS * __this, MethodInfo * method)); DO_APP_FUNC(0x021B83D0, void, ReInput_ControllerHelper_PollingHelper_CvnMDdbKvNRTrfIrypZqlzsZJWLS_XNiNViPabVuZoRQjBwiyIHHxXcbd, (ReInput_ControllerHelper_PollingHelper_CvnMDdbKvNRTrfIrypZqlzsZJWLS * __this, MethodInfo * method)); DO_APP_FUNC(0x021B8430, void, ReInput_ControllerHelper_PollingHelper_CvnMDdbKvNRTrfIrypZqlzsZJWLS_ZWaFuDgeBVNFReoeaQIYzjYXUWzE, (ReInput_ControllerHelper_PollingHelper_CvnMDdbKvNRTrfIrypZqlzsZJWLS * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_CvnMDdbKvNRTrfIrypZqlzsZJWLS_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (ReInput_ControllerHelper_PollingHelper_CvnMDdbKvNRTrfIrypZqlzsZJWLS * __this, MethodInfo * method)); DO_APP_FUNC(0x021B8490, void, ReInput_ControllerHelper_PollingHelper_CvnMDdbKvNRTrfIrypZqlzsZJWLS_System_Collections_IEnumerator_Reset, (ReInput_ControllerHelper_PollingHelper_CvnMDdbKvNRTrfIrypZqlzsZJWLS * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95D78, ReInput_ControllerHelper_PollingHelper_CvnMDdbKvNRTrfIrypZqlzsZJWLS_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x021B84E0, Object *, ReInput_ControllerHelper_PollingHelper_CvnMDdbKvNRTrfIrypZqlzsZJWLS_System_Collections_IEnumerator_get_Current, (ReInput_ControllerHelper_PollingHelper_CvnMDdbKvNRTrfIrypZqlzsZJWLS * __this, MethodInfo * method)); DO_APP_FUNC(0x021B8550, IEnumerator_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_CvnMDdbKvNRTrfIrypZqlzsZJWLS_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (ReInput_ControllerHelper_PollingHelper_CvnMDdbKvNRTrfIrypZqlzsZJWLS * __this, MethodInfo * method)); DO_APP_FUNC(0x021B8550, IEnumerator *, ReInput_ControllerHelper_PollingHelper_CvnMDdbKvNRTrfIrypZqlzsZJWLS_System_Collections_IEnumerable_GetEnumerator, (ReInput_ControllerHelper_PollingHelper_CvnMDdbKvNRTrfIrypZqlzsZJWLS * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, ReInput_ControllerHelper_PollingHelper_QdyYRDHQERkKfngnafUNyraFEpqV__ctor, (ReInput_ControllerHelper_PollingHelper_QdyYRDHQERkKfngnafUNyraFEpqV * __this, int32_t param_0000af05, MethodInfo * method)); DO_APP_FUNC(0x021B8690, void, ReInput_ControllerHelper_PollingHelper_QdyYRDHQERkKfngnafUNyraFEpqV_System_IDisposable_Dispose, (ReInput_ControllerHelper_PollingHelper_QdyYRDHQERkKfngnafUNyraFEpqV * __this, MethodInfo * method)); DO_APP_FUNC(0x021B8760, bool, ReInput_ControllerHelper_PollingHelper_QdyYRDHQERkKfngnafUNyraFEpqV_MoveNext, (ReInput_ControllerHelper_PollingHelper_QdyYRDHQERkKfngnafUNyraFEpqV * __this, MethodInfo * method)); DO_APP_FUNC(0x021B8BE0, void, ReInput_ControllerHelper_PollingHelper_QdyYRDHQERkKfngnafUNyraFEpqV_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ReInput_ControllerHelper_PollingHelper_QdyYRDHQERkKfngnafUNyraFEpqV * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_QdyYRDHQERkKfngnafUNyraFEpqV_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (ReInput_ControllerHelper_PollingHelper_QdyYRDHQERkKfngnafUNyraFEpqV * __this, MethodInfo * method)); DO_APP_FUNC(0x021B8C40, void, ReInput_ControllerHelper_PollingHelper_QdyYRDHQERkKfngnafUNyraFEpqV_System_Collections_IEnumerator_Reset, (ReInput_ControllerHelper_PollingHelper_QdyYRDHQERkKfngnafUNyraFEpqV * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95D70, ReInput_ControllerHelper_PollingHelper_QdyYRDHQERkKfngnafUNyraFEpqV_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x021B8C90, Object *, ReInput_ControllerHelper_PollingHelper_QdyYRDHQERkKfngnafUNyraFEpqV_System_Collections_IEnumerator_get_Current, (ReInput_ControllerHelper_PollingHelper_QdyYRDHQERkKfngnafUNyraFEpqV * __this, MethodInfo * method)); DO_APP_FUNC(0x021B8D00, IEnumerator_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_QdyYRDHQERkKfngnafUNyraFEpqV_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (ReInput_ControllerHelper_PollingHelper_QdyYRDHQERkKfngnafUNyraFEpqV * __this, MethodInfo * method)); DO_APP_FUNC(0x021B8D00, IEnumerator *, ReInput_ControllerHelper_PollingHelper_QdyYRDHQERkKfngnafUNyraFEpqV_System_Collections_IEnumerable_GetEnumerator, (ReInput_ControllerHelper_PollingHelper_QdyYRDHQERkKfngnafUNyraFEpqV * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, ReInput_ControllerHelper_PollingHelper_ySnvUITNgwrYlEvAERasTZuxdVzT__ctor, (ReInput_ControllerHelper_PollingHelper_ySnvUITNgwrYlEvAERasTZuxdVzT * __this, int32_t param_0000af06, MethodInfo * method)); DO_APP_FUNC(0x021B8DF0, void, ReInput_ControllerHelper_PollingHelper_ySnvUITNgwrYlEvAERasTZuxdVzT_System_IDisposable_Dispose, (ReInput_ControllerHelper_PollingHelper_ySnvUITNgwrYlEvAERasTZuxdVzT * __this, MethodInfo * method)); DO_APP_FUNC(0x021B8EC0, bool, ReInput_ControllerHelper_PollingHelper_ySnvUITNgwrYlEvAERasTZuxdVzT_MoveNext, (ReInput_ControllerHelper_PollingHelper_ySnvUITNgwrYlEvAERasTZuxdVzT * __this, MethodInfo * method)); DO_APP_FUNC(0x021B9350, void, ReInput_ControllerHelper_PollingHelper_ySnvUITNgwrYlEvAERasTZuxdVzT_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ReInput_ControllerHelper_PollingHelper_ySnvUITNgwrYlEvAERasTZuxdVzT * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_ySnvUITNgwrYlEvAERasTZuxdVzT_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (ReInput_ControllerHelper_PollingHelper_ySnvUITNgwrYlEvAERasTZuxdVzT * __this, MethodInfo * method)); DO_APP_FUNC(0x021B93B0, void, ReInput_ControllerHelper_PollingHelper_ySnvUITNgwrYlEvAERasTZuxdVzT_System_Collections_IEnumerator_Reset, (ReInput_ControllerHelper_PollingHelper_ySnvUITNgwrYlEvAERasTZuxdVzT * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95D50, ReInput_ControllerHelper_PollingHelper_ySnvUITNgwrYlEvAERasTZuxdVzT_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x021B9400, Object *, ReInput_ControllerHelper_PollingHelper_ySnvUITNgwrYlEvAERasTZuxdVzT_System_Collections_IEnumerator_get_Current, (ReInput_ControllerHelper_PollingHelper_ySnvUITNgwrYlEvAERasTZuxdVzT * __this, MethodInfo * method)); DO_APP_FUNC(0x021B9470, IEnumerator_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_ySnvUITNgwrYlEvAERasTZuxdVzT_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (ReInput_ControllerHelper_PollingHelper_ySnvUITNgwrYlEvAERasTZuxdVzT * __this, MethodInfo * method)); DO_APP_FUNC(0x021B9470, IEnumerator *, ReInput_ControllerHelper_PollingHelper_ySnvUITNgwrYlEvAERasTZuxdVzT_System_Collections_IEnumerable_GetEnumerator, (ReInput_ControllerHelper_PollingHelper_ySnvUITNgwrYlEvAERasTZuxdVzT * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, ReInput_ControllerHelper_PollingHelper_jmUsIonfCHNlBANFAcEihvNvkSjd__ctor, (ReInput_ControllerHelper_PollingHelper_jmUsIonfCHNlBANFAcEihvNvkSjd * __this, int32_t param_0000af07, MethodInfo * method)); DO_APP_FUNC(0x021B9560, void, ReInput_ControllerHelper_PollingHelper_jmUsIonfCHNlBANFAcEihvNvkSjd_System_IDisposable_Dispose, (ReInput_ControllerHelper_PollingHelper_jmUsIonfCHNlBANFAcEihvNvkSjd * __this, MethodInfo * method)); DO_APP_FUNC(0x021B9630, bool, ReInput_ControllerHelper_PollingHelper_jmUsIonfCHNlBANFAcEihvNvkSjd_MoveNext, (ReInput_ControllerHelper_PollingHelper_jmUsIonfCHNlBANFAcEihvNvkSjd * __this, MethodInfo * method)); DO_APP_FUNC(0x021B9AC0, void, ReInput_ControllerHelper_PollingHelper_jmUsIonfCHNlBANFAcEihvNvkSjd_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ReInput_ControllerHelper_PollingHelper_jmUsIonfCHNlBANFAcEihvNvkSjd * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_jmUsIonfCHNlBANFAcEihvNvkSjd_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (ReInput_ControllerHelper_PollingHelper_jmUsIonfCHNlBANFAcEihvNvkSjd * __this, MethodInfo * method)); DO_APP_FUNC(0x021B9B20, void, ReInput_ControllerHelper_PollingHelper_jmUsIonfCHNlBANFAcEihvNvkSjd_System_Collections_IEnumerator_Reset, (ReInput_ControllerHelper_PollingHelper_jmUsIonfCHNlBANFAcEihvNvkSjd * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95D48, ReInput_ControllerHelper_PollingHelper_jmUsIonfCHNlBANFAcEihvNvkSjd_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x021B9B70, Object *, ReInput_ControllerHelper_PollingHelper_jmUsIonfCHNlBANFAcEihvNvkSjd_System_Collections_IEnumerator_get_Current, (ReInput_ControllerHelper_PollingHelper_jmUsIonfCHNlBANFAcEihvNvkSjd * __this, MethodInfo * method)); DO_APP_FUNC(0x021B9BE0, IEnumerator_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_jmUsIonfCHNlBANFAcEihvNvkSjd_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (ReInput_ControllerHelper_PollingHelper_jmUsIonfCHNlBANFAcEihvNvkSjd * __this, MethodInfo * method)); DO_APP_FUNC(0x021B9BE0, IEnumerator *, ReInput_ControllerHelper_PollingHelper_jmUsIonfCHNlBANFAcEihvNvkSjd_System_Collections_IEnumerable_GetEnumerator, (ReInput_ControllerHelper_PollingHelper_jmUsIonfCHNlBANFAcEihvNvkSjd * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, ReInput_ControllerHelper_PollingHelper_YVPmAXphpqCSerLRFUyqkpOKbWZO__ctor, (ReInput_ControllerHelper_PollingHelper_YVPmAXphpqCSerLRFUyqkpOKbWZO * __this, int32_t param_0000af08, MethodInfo * method)); DO_APP_FUNC(0x021B9CD0, void, ReInput_ControllerHelper_PollingHelper_YVPmAXphpqCSerLRFUyqkpOKbWZO_System_IDisposable_Dispose, (ReInput_ControllerHelper_PollingHelper_YVPmAXphpqCSerLRFUyqkpOKbWZO * __this, MethodInfo * method)); DO_APP_FUNC(0x021B9DA0, bool, ReInput_ControllerHelper_PollingHelper_YVPmAXphpqCSerLRFUyqkpOKbWZO_MoveNext, (ReInput_ControllerHelper_PollingHelper_YVPmAXphpqCSerLRFUyqkpOKbWZO * __this, MethodInfo * method)); DO_APP_FUNC(0x021BA230, void, ReInput_ControllerHelper_PollingHelper_YVPmAXphpqCSerLRFUyqkpOKbWZO_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ReInput_ControllerHelper_PollingHelper_YVPmAXphpqCSerLRFUyqkpOKbWZO * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_YVPmAXphpqCSerLRFUyqkpOKbWZO_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (ReInput_ControllerHelper_PollingHelper_YVPmAXphpqCSerLRFUyqkpOKbWZO * __this, MethodInfo * method)); DO_APP_FUNC(0x021BA290, void, ReInput_ControllerHelper_PollingHelper_YVPmAXphpqCSerLRFUyqkpOKbWZO_System_Collections_IEnumerator_Reset, (ReInput_ControllerHelper_PollingHelper_YVPmAXphpqCSerLRFUyqkpOKbWZO * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95D60, ReInput_ControllerHelper_PollingHelper_YVPmAXphpqCSerLRFUyqkpOKbWZO_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x021BA2E0, Object *, ReInput_ControllerHelper_PollingHelper_YVPmAXphpqCSerLRFUyqkpOKbWZO_System_Collections_IEnumerator_get_Current, (ReInput_ControllerHelper_PollingHelper_YVPmAXphpqCSerLRFUyqkpOKbWZO * __this, MethodInfo * method)); DO_APP_FUNC(0x021BA350, IEnumerator_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_YVPmAXphpqCSerLRFUyqkpOKbWZO_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (ReInput_ControllerHelper_PollingHelper_YVPmAXphpqCSerLRFUyqkpOKbWZO * __this, MethodInfo * method)); DO_APP_FUNC(0x021BA350, IEnumerator *, ReInput_ControllerHelper_PollingHelper_YVPmAXphpqCSerLRFUyqkpOKbWZO_System_Collections_IEnumerable_GetEnumerator, (ReInput_ControllerHelper_PollingHelper_YVPmAXphpqCSerLRFUyqkpOKbWZO * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, ReInput_ControllerHelper_PollingHelper_ayVDrJgXgghmJQZGBDyhhDDezjHM__ctor, (ReInput_ControllerHelper_PollingHelper_ayVDrJgXgghmJQZGBDyhhDDezjHM * __this, int32_t param_0000af09, MethodInfo * method)); DO_APP_FUNC(0x021BA440, void, ReInput_ControllerHelper_PollingHelper_ayVDrJgXgghmJQZGBDyhhDDezjHM_System_IDisposable_Dispose, (ReInput_ControllerHelper_PollingHelper_ayVDrJgXgghmJQZGBDyhhDDezjHM * __this, MethodInfo * method)); DO_APP_FUNC(0x021BA510, bool, ReInput_ControllerHelper_PollingHelper_ayVDrJgXgghmJQZGBDyhhDDezjHM_MoveNext, (ReInput_ControllerHelper_PollingHelper_ayVDrJgXgghmJQZGBDyhhDDezjHM * __this, MethodInfo * method)); DO_APP_FUNC(0x021BA9A0, void, ReInput_ControllerHelper_PollingHelper_ayVDrJgXgghmJQZGBDyhhDDezjHM_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ReInput_ControllerHelper_PollingHelper_ayVDrJgXgghmJQZGBDyhhDDezjHM * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_ayVDrJgXgghmJQZGBDyhhDDezjHM_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (ReInput_ControllerHelper_PollingHelper_ayVDrJgXgghmJQZGBDyhhDDezjHM * __this, MethodInfo * method)); DO_APP_FUNC(0x021BAA00, void, ReInput_ControllerHelper_PollingHelper_ayVDrJgXgghmJQZGBDyhhDDezjHM_System_Collections_IEnumerator_Reset, (ReInput_ControllerHelper_PollingHelper_ayVDrJgXgghmJQZGBDyhhDDezjHM * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95D58, ReInput_ControllerHelper_PollingHelper_ayVDrJgXgghmJQZGBDyhhDDezjHM_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x021BAA50, Object *, ReInput_ControllerHelper_PollingHelper_ayVDrJgXgghmJQZGBDyhhDDezjHM_System_Collections_IEnumerator_get_Current, (ReInput_ControllerHelper_PollingHelper_ayVDrJgXgghmJQZGBDyhhDDezjHM * __this, MethodInfo * method)); DO_APP_FUNC(0x021BAAC0, IEnumerator_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_ayVDrJgXgghmJQZGBDyhhDDezjHM_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (ReInput_ControllerHelper_PollingHelper_ayVDrJgXgghmJQZGBDyhhDDezjHM * __this, MethodInfo * method)); DO_APP_FUNC(0x021BAAC0, IEnumerator *, ReInput_ControllerHelper_PollingHelper_ayVDrJgXgghmJQZGBDyhhDDezjHM_System_Collections_IEnumerable_GetEnumerator, (ReInput_ControllerHelper_PollingHelper_ayVDrJgXgghmJQZGBDyhhDDezjHM * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, ReInput_ControllerHelper_PollingHelper_iGJujzMKACbSgtEQtVONBTdBTeBW__ctor, (ReInput_ControllerHelper_PollingHelper_iGJujzMKACbSgtEQtVONBTdBTeBW * __this, int32_t param_0000af0a, MethodInfo * method)); DO_APP_FUNC(0x021BABB0, void, ReInput_ControllerHelper_PollingHelper_iGJujzMKACbSgtEQtVONBTdBTeBW_System_IDisposable_Dispose, (ReInput_ControllerHelper_PollingHelper_iGJujzMKACbSgtEQtVONBTdBTeBW * __this, MethodInfo * method)); DO_APP_FUNC(0x021BAC80, bool, ReInput_ControllerHelper_PollingHelper_iGJujzMKACbSgtEQtVONBTdBTeBW_MoveNext, (ReInput_ControllerHelper_PollingHelper_iGJujzMKACbSgtEQtVONBTdBTeBW * __this, MethodInfo * method)); DO_APP_FUNC(0x021BB100, void, ReInput_ControllerHelper_PollingHelper_iGJujzMKACbSgtEQtVONBTdBTeBW_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ReInput_ControllerHelper_PollingHelper_iGJujzMKACbSgtEQtVONBTdBTeBW * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_iGJujzMKACbSgtEQtVONBTdBTeBW_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (ReInput_ControllerHelper_PollingHelper_iGJujzMKACbSgtEQtVONBTdBTeBW * __this, MethodInfo * method)); DO_APP_FUNC(0x021BB160, void, ReInput_ControllerHelper_PollingHelper_iGJujzMKACbSgtEQtVONBTdBTeBW_System_Collections_IEnumerator_Reset, (ReInput_ControllerHelper_PollingHelper_iGJujzMKACbSgtEQtVONBTdBTeBW * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95D38, ReInput_ControllerHelper_PollingHelper_iGJujzMKACbSgtEQtVONBTdBTeBW_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x021BB1B0, Object *, ReInput_ControllerHelper_PollingHelper_iGJujzMKACbSgtEQtVONBTdBTeBW_System_Collections_IEnumerator_get_Current, (ReInput_ControllerHelper_PollingHelper_iGJujzMKACbSgtEQtVONBTdBTeBW * __this, MethodInfo * method)); DO_APP_FUNC(0x021BB220, IEnumerator_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_iGJujzMKACbSgtEQtVONBTdBTeBW_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (ReInput_ControllerHelper_PollingHelper_iGJujzMKACbSgtEQtVONBTdBTeBW * __this, MethodInfo * method)); DO_APP_FUNC(0x021BB220, IEnumerator *, ReInput_ControllerHelper_PollingHelper_iGJujzMKACbSgtEQtVONBTdBTeBW_System_Collections_IEnumerable_GetEnumerator, (ReInput_ControllerHelper_PollingHelper_iGJujzMKACbSgtEQtVONBTdBTeBW * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, ReInput_ControllerHelper_PollingHelper_UJfumMeQSaHUoaRKrmkrmhhtJMGk__ctor, (ReInput_ControllerHelper_PollingHelper_UJfumMeQSaHUoaRKrmkrmhhtJMGk * __this, int32_t param_0000af0b, MethodInfo * method)); DO_APP_FUNC(0x021BB310, void, ReInput_ControllerHelper_PollingHelper_UJfumMeQSaHUoaRKrmkrmhhtJMGk_System_IDisposable_Dispose, (ReInput_ControllerHelper_PollingHelper_UJfumMeQSaHUoaRKrmkrmhhtJMGk * __this, MethodInfo * method)); DO_APP_FUNC(0x021BB3E0, bool, ReInput_ControllerHelper_PollingHelper_UJfumMeQSaHUoaRKrmkrmhhtJMGk_MoveNext, (ReInput_ControllerHelper_PollingHelper_UJfumMeQSaHUoaRKrmkrmhhtJMGk * __this, MethodInfo * method)); DO_APP_FUNC(0x021BB870, void, ReInput_ControllerHelper_PollingHelper_UJfumMeQSaHUoaRKrmkrmhhtJMGk_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ReInput_ControllerHelper_PollingHelper_UJfumMeQSaHUoaRKrmkrmhhtJMGk * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_UJfumMeQSaHUoaRKrmkrmhhtJMGk_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (ReInput_ControllerHelper_PollingHelper_UJfumMeQSaHUoaRKrmkrmhhtJMGk * __this, MethodInfo * method)); DO_APP_FUNC(0x021BB8D0, void, ReInput_ControllerHelper_PollingHelper_UJfumMeQSaHUoaRKrmkrmhhtJMGk_System_Collections_IEnumerator_Reset, (ReInput_ControllerHelper_PollingHelper_UJfumMeQSaHUoaRKrmkrmhhtJMGk * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95D30, ReInput_ControllerHelper_PollingHelper_UJfumMeQSaHUoaRKrmkrmhhtJMGk_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x021BB920, Object *, ReInput_ControllerHelper_PollingHelper_UJfumMeQSaHUoaRKrmkrmhhtJMGk_System_Collections_IEnumerator_get_Current, (ReInput_ControllerHelper_PollingHelper_UJfumMeQSaHUoaRKrmkrmhhtJMGk * __this, MethodInfo * method)); DO_APP_FUNC(0x021BB990, IEnumerator_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_UJfumMeQSaHUoaRKrmkrmhhtJMGk_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (ReInput_ControllerHelper_PollingHelper_UJfumMeQSaHUoaRKrmkrmhhtJMGk * __this, MethodInfo * method)); DO_APP_FUNC(0x021BB990, IEnumerator *, ReInput_ControllerHelper_PollingHelper_UJfumMeQSaHUoaRKrmkrmhhtJMGk_System_Collections_IEnumerable_GetEnumerator, (ReInput_ControllerHelper_PollingHelper_UJfumMeQSaHUoaRKrmkrmhhtJMGk * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, ReInput_ControllerHelper_PollingHelper_vXzUuoGCJcyqJzIoaBXZNPndpSBh__ctor, (ReInput_ControllerHelper_PollingHelper_vXzUuoGCJcyqJzIoaBXZNPndpSBh * __this, int32_t param_0000af0c, MethodInfo * method)); DO_APP_FUNC(0x021BBA80, void, ReInput_ControllerHelper_PollingHelper_vXzUuoGCJcyqJzIoaBXZNPndpSBh_System_IDisposable_Dispose, (ReInput_ControllerHelper_PollingHelper_vXzUuoGCJcyqJzIoaBXZNPndpSBh * __this, MethodInfo * method)); DO_APP_FUNC(0x021BBB50, bool, ReInput_ControllerHelper_PollingHelper_vXzUuoGCJcyqJzIoaBXZNPndpSBh_MoveNext, (ReInput_ControllerHelper_PollingHelper_vXzUuoGCJcyqJzIoaBXZNPndpSBh * __this, MethodInfo * method)); DO_APP_FUNC(0x021BBFE0, void, ReInput_ControllerHelper_PollingHelper_vXzUuoGCJcyqJzIoaBXZNPndpSBh_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ReInput_ControllerHelper_PollingHelper_vXzUuoGCJcyqJzIoaBXZNPndpSBh * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_vXzUuoGCJcyqJzIoaBXZNPndpSBh_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (ReInput_ControllerHelper_PollingHelper_vXzUuoGCJcyqJzIoaBXZNPndpSBh * __this, MethodInfo * method)); DO_APP_FUNC(0x021BC040, void, ReInput_ControllerHelper_PollingHelper_vXzUuoGCJcyqJzIoaBXZNPndpSBh_System_Collections_IEnumerator_Reset, (ReInput_ControllerHelper_PollingHelper_vXzUuoGCJcyqJzIoaBXZNPndpSBh * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95D40, ReInput_ControllerHelper_PollingHelper_vXzUuoGCJcyqJzIoaBXZNPndpSBh_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x021BC090, Object *, ReInput_ControllerHelper_PollingHelper_vXzUuoGCJcyqJzIoaBXZNPndpSBh_System_Collections_IEnumerator_get_Current, (ReInput_ControllerHelper_PollingHelper_vXzUuoGCJcyqJzIoaBXZNPndpSBh * __this, MethodInfo * method)); DO_APP_FUNC(0x021BC100, IEnumerator_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_vXzUuoGCJcyqJzIoaBXZNPndpSBh_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (ReInput_ControllerHelper_PollingHelper_vXzUuoGCJcyqJzIoaBXZNPndpSBh * __this, MethodInfo * method)); DO_APP_FUNC(0x021BC100, IEnumerator *, ReInput_ControllerHelper_PollingHelper_vXzUuoGCJcyqJzIoaBXZNPndpSBh_System_Collections_IEnumerable_GetEnumerator, (ReInput_ControllerHelper_PollingHelper_vXzUuoGCJcyqJzIoaBXZNPndpSBh * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, ReInput_ControllerHelper_PollingHelper_NBbfBNivBALKTzWgfhHVKtmEukzhA__ctor, (ReInput_ControllerHelper_PollingHelper_NBbfBNivBALKTzWgfhHVKtmEukzhA * __this, int32_t param_0000af0d, MethodInfo * method)); DO_APP_FUNC(0x021BC1F0, void, ReInput_ControllerHelper_PollingHelper_NBbfBNivBALKTzWgfhHVKtmEukzhA_System_IDisposable_Dispose, (ReInput_ControllerHelper_PollingHelper_NBbfBNivBALKTzWgfhHVKtmEukzhA * __this, MethodInfo * method)); DO_APP_FUNC(0x021BC2C0, bool, ReInput_ControllerHelper_PollingHelper_NBbfBNivBALKTzWgfhHVKtmEukzhA_MoveNext, (ReInput_ControllerHelper_PollingHelper_NBbfBNivBALKTzWgfhHVKtmEukzhA * __this, MethodInfo * method)); DO_APP_FUNC(0x021BC750, void, ReInput_ControllerHelper_PollingHelper_NBbfBNivBALKTzWgfhHVKtmEukzhA_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ReInput_ControllerHelper_PollingHelper_NBbfBNivBALKTzWgfhHVKtmEukzhA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_NBbfBNivBALKTzWgfhHVKtmEukzhA_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (ReInput_ControllerHelper_PollingHelper_NBbfBNivBALKTzWgfhHVKtmEukzhA * __this, MethodInfo * method)); DO_APP_FUNC(0x021BC7B0, void, ReInput_ControllerHelper_PollingHelper_NBbfBNivBALKTzWgfhHVKtmEukzhA_System_Collections_IEnumerator_Reset, (ReInput_ControllerHelper_PollingHelper_NBbfBNivBALKTzWgfhHVKtmEukzhA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95CE0, ReInput_ControllerHelper_PollingHelper_NBbfBNivBALKTzWgfhHVKtmEukzhA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x021BC800, Object *, ReInput_ControllerHelper_PollingHelper_NBbfBNivBALKTzWgfhHVKtmEukzhA_System_Collections_IEnumerator_get_Current, (ReInput_ControllerHelper_PollingHelper_NBbfBNivBALKTzWgfhHVKtmEukzhA * __this, MethodInfo * method)); DO_APP_FUNC(0x021BC870, IEnumerator_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_NBbfBNivBALKTzWgfhHVKtmEukzhA_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (ReInput_ControllerHelper_PollingHelper_NBbfBNivBALKTzWgfhHVKtmEukzhA * __this, MethodInfo * method)); DO_APP_FUNC(0x021BC870, IEnumerator *, ReInput_ControllerHelper_PollingHelper_NBbfBNivBALKTzWgfhHVKtmEukzhA_System_Collections_IEnumerable_GetEnumerator, (ReInput_ControllerHelper_PollingHelper_NBbfBNivBALKTzWgfhHVKtmEukzhA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3C950, void, ReInput_ControllerHelper_PollingHelper_JfymsNTjUoKwtcPYIJDibZZPDtiI__ctor, (ReInput_ControllerHelper_PollingHelper_JfymsNTjUoKwtcPYIJDibZZPDtiI * __this, int32_t param_0000af0e, MethodInfo * method)); DO_APP_FUNC(0x021BC960, void, ReInput_ControllerHelper_PollingHelper_JfymsNTjUoKwtcPYIJDibZZPDtiI_System_IDisposable_Dispose, (ReInput_ControllerHelper_PollingHelper_JfymsNTjUoKwtcPYIJDibZZPDtiI * __this, MethodInfo * method)); DO_APP_FUNC(0x021BCA30, bool, ReInput_ControllerHelper_PollingHelper_JfymsNTjUoKwtcPYIJDibZZPDtiI_MoveNext, (ReInput_ControllerHelper_PollingHelper_JfymsNTjUoKwtcPYIJDibZZPDtiI * __this, MethodInfo * method)); DO_APP_FUNC(0x021BCEC0, void, ReInput_ControllerHelper_PollingHelper_JfymsNTjUoKwtcPYIJDibZZPDtiI_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ReInput_ControllerHelper_PollingHelper_JfymsNTjUoKwtcPYIJDibZZPDtiI * __this, MethodInfo * method)); DO_APP_FUNC(0x01F3CBE0, ControllerPollingInfo, ReInput_ControllerHelper_PollingHelper_JfymsNTjUoKwtcPYIJDibZZPDtiI_System_Collections_Generic_IEnumerator_Rewired_ControllerPollingInfo__get_Current, (ReInput_ControllerHelper_PollingHelper_JfymsNTjUoKwtcPYIJDibZZPDtiI * __this, MethodInfo * method)); DO_APP_FUNC(0x021BCF20, void, ReInput_ControllerHelper_PollingHelper_JfymsNTjUoKwtcPYIJDibZZPDtiI_System_Collections_IEnumerator_Reset, (ReInput_ControllerHelper_PollingHelper_JfymsNTjUoKwtcPYIJDibZZPDtiI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95CD8, ReInput_ControllerHelper_PollingHelper_JfymsNTjUoKwtcPYIJDibZZPDtiI_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x021BCF70, Object *, ReInput_ControllerHelper_PollingHelper_JfymsNTjUoKwtcPYIJDibZZPDtiI_System_Collections_IEnumerator_get_Current, (ReInput_ControllerHelper_PollingHelper_JfymsNTjUoKwtcPYIJDibZZPDtiI * __this, MethodInfo * method)); DO_APP_FUNC(0x021BCFE0, IEnumerator_1_Rewired_ControllerPollingInfo_ *, ReInput_ControllerHelper_PollingHelper_JfymsNTjUoKwtcPYIJDibZZPDtiI_System_Collections_Generic_IEnumerable_Rewired_ControllerPollingInfo__GetEnumerator, (ReInput_ControllerHelper_PollingHelper_JfymsNTjUoKwtcPYIJDibZZPDtiI * __this, MethodInfo * method)); DO_APP_FUNC(0x021BCFE0, IEnumerator *, ReInput_ControllerHelper_PollingHelper_JfymsNTjUoKwtcPYIJDibZZPDtiI_System_Collections_IEnumerable_GetEnumerator, (ReInput_ControllerHelper_PollingHelper_JfymsNTjUoKwtcPYIJDibZZPDtiI * __this, MethodInfo * method)); DO_APP_FUNC(0x021BD0D0, ReInput_ControllerHelper_ConflictCheckingHelper *, ReInput_ControllerHelper_ConflictCheckingHelper_DhClYETVBVWfODSCsukIBRGnvvuC, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReInput_ControllerHelper_ConflictCheckingHelper__ctor, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021BD190, bool, ReInput_ControllerHelper_ConflictCheckingHelper_DoesAnyElementAssignmentConflict, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021BD1B0, bool, ReInput_ControllerHelper_ConflictCheckingHelper_DoesAnyElementAssignmentConflict_1, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x021BD1D0, bool, ReInput_ControllerHelper_ConflictCheckingHelper_DoesAnyElementAssignmentConflict_2, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, bool skipDisabledMaps, bool forceCheckAllCategories, MethodInfo * method)); DO_APP_FUNC(0x021BD1F0, bool, ReInput_ControllerHelper_ConflictCheckingHelper_DoesAnyElementAssignmentConflict_3, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, bool skipDisabledMaps, bool forceCheckAllCategories, bool includeSystemPlayer, MethodInfo * method)); DO_APP_FUNC(0x021BDA70, bool, ReInput_ControllerHelper_ConflictCheckingHelper_DoesElementAssignmentConflict, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t playerId, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, ActionElementMap * elementMap, MethodInfo * method)); DO_APP_FUNC(0x021BDAB0, bool, ReInput_ControllerHelper_ConflictCheckingHelper_DoesElementAssignmentConflict_1, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t playerId, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, ActionElementMap * elementMap, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x021BDB00, bool, ReInput_ControllerHelper_ConflictCheckingHelper_DoesElementAssignmentConflict_2, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t playerId, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, ActionElementMap * elementMap, bool skipDisabledMaps, bool forceCheckAllCategories, MethodInfo * method)); DO_APP_FUNC(0x021BDB50, bool, ReInput_ControllerHelper_ConflictCheckingHelper_DoesElementAssignmentConflict_3, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t playerId, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, ActionElementMap * elementMap, bool skipDisabledMaps, bool forceCheckAllCategories, bool includeSystemPlayer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95CE8, ReInput_ControllerHelper_ConflictCheckingHelper_DoesElementAssignmentConflict_3__MethodInfo); DO_APP_FUNC(0x021BE1A0, bool, ReInput_ControllerHelper_ConflictCheckingHelper_DoesElementAssignmentConflict_4, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck conflictCheck, MethodInfo * method)); DO_APP_FUNC(0x021BE1F0, bool, ReInput_ControllerHelper_ConflictCheckingHelper_DoesElementAssignmentConflict_5, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck conflictCheck, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x021BE240, bool, ReInput_ControllerHelper_ConflictCheckingHelper_DoesElementAssignmentConflict_6, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck conflictCheck, bool skipDisabledMaps, bool forceCheckAllCategories, MethodInfo * method)); DO_APP_FUNC(0x021BE290, bool, ReInput_ControllerHelper_ConflictCheckingHelper_DoesElementAssignmentConflict_7, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck conflictCheck, bool skipDisabledMaps, bool forceCheckAllCategories, bool includeSystemPlayer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95CF0, ReInput_ControllerHelper_ConflictCheckingHelper_DoesElementAssignmentConflict_7__MethodInfo); DO_APP_FUNC(0x021BEA10, bool, ReInput_ControllerHelper_ConflictCheckingHelper_KnHHDDHlGmPvNTtaPtMvZjWsvrbh, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000af39, int32_t param_0000af3a, JoystickMap * param_0000af3b, ActionElementMap * param_0000af3c, bool param_0000af3d, bool param_0000af3e, bool param_0000af3f, MethodInfo * method)); DO_APP_FUNC(0x021BEBD0, bool, ReInput_ControllerHelper_ConflictCheckingHelper_KnHHDDHlGmPvNTtaPtMvZjWsvrbh_1, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000af40, bool param_0000af41, bool param_0000af42, bool param_0000af43, MethodInfo * method)); DO_APP_FUNC(0x021BEDA0, bool, ReInput_ControllerHelper_ConflictCheckingHelper_nchzjNRYRNPmuJDXkGnsacgSfxvy, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000af44, KeyboardMap * param_0000af45, ActionElementMap * param_0000af46, bool param_0000af47, bool param_0000af48, bool param_0000af49, MethodInfo * method)); DO_APP_FUNC(0x021BEF60, bool, ReInput_ControllerHelper_ConflictCheckingHelper_nchzjNRYRNPmuJDXkGnsacgSfxvy_1, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000af4a, bool param_0000af4b, bool param_0000af4c, bool param_0000af4d, MethodInfo * method)); DO_APP_FUNC(0x021BF130, bool, ReInput_ControllerHelper_ConflictCheckingHelper_diMaORUMMfytQHXBoMzDtbJaZtWw, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000af4e, MouseMap * param_0000af4f, ActionElementMap * param_0000af50, bool param_0000af51, bool param_0000af52, bool param_0000af53, MethodInfo * method)); DO_APP_FUNC(0x021BF2F0, bool, ReInput_ControllerHelper_ConflictCheckingHelper_diMaORUMMfytQHXBoMzDtbJaZtWw_1, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000af54, bool param_0000af55, bool param_0000af56, bool param_0000af57, MethodInfo * method)); DO_APP_FUNC(0x021BF4C0, bool, ReInput_ControllerHelper_ConflictCheckingHelper_SctcHLGzNZpwnogDdbRfOVqNbKn, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000af58, int32_t param_0000af59, CustomControllerMap * param_0000af5a, ActionElementMap * param_0000af5b, bool param_0000af5c, bool param_0000af5d, bool param_0000af5e, MethodInfo * method)); DO_APP_FUNC(0x021BF750, bool, ReInput_ControllerHelper_ConflictCheckingHelper_SctcHLGzNZpwnogDdbRfOVqNbKn_1, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000af5f, bool param_0000af60, bool param_0000af61, bool param_0000af62, MethodInfo * method)); DO_APP_FUNC(0x021BF920, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, ReInput_ControllerHelper_ConflictCheckingHelper_ElementAssignmentConflicts, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t playerId, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, ActionElementMap * elementMap, MethodInfo * method)); DO_APP_FUNC(0x021BF960, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, ReInput_ControllerHelper_ConflictCheckingHelper_ElementAssignmentConflicts_1, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t playerId, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, ActionElementMap * elementMap, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x021BF9B0, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, ReInput_ControllerHelper_ConflictCheckingHelper_ElementAssignmentConflicts_2, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t playerId, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, ActionElementMap * elementMap, bool skipDisabledMaps, bool forceCheckAllCategories, MethodInfo * method)); DO_APP_FUNC(0x021BFA00, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, ReInput_ControllerHelper_ConflictCheckingHelper_ElementAssignmentConflicts_3, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t playerId, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, ActionElementMap * elementMap, bool skipDisabledMaps, bool forceCheckAllCategories, bool includeSystemPlayer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95CD0, ReInput_ControllerHelper_ConflictCheckingHelper_ElementAssignmentConflicts_3__MethodInfo); DO_APP_FUNC(0x021C0030, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, ReInput_ControllerHelper_ConflictCheckingHelper_ElementAssignmentConflicts_4, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck conflictCheck, MethodInfo * method)); DO_APP_FUNC(0x021C0080, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, ReInput_ControllerHelper_ConflictCheckingHelper_ElementAssignmentConflicts_5, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck conflictCheck, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x021C00D0, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, ReInput_ControllerHelper_ConflictCheckingHelper_ElementAssignmentConflicts_6, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck conflictCheck, bool skipDisabledMaps, bool forceCheckAllCategories, MethodInfo * method)); DO_APP_FUNC(0x021C0120, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, ReInput_ControllerHelper_ConflictCheckingHelper_ElementAssignmentConflicts_7, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck conflictCheck, bool skipDisabledMaps, bool forceCheckAllCategories, bool includeSystemPlayer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95CC8, ReInput_ControllerHelper_ConflictCheckingHelper_ElementAssignmentConflicts_7__MethodInfo); DO_APP_FUNC(0x021C03F0, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, ReInput_ControllerHelper_ConflictCheckingHelper_FBptwiWvmMOPDpGwzvRwiwOYibST, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000af87, int32_t param_0000af88, JoystickMap * param_0000af89, ActionElementMap * param_0000af8a, bool param_0000af8b, bool param_0000af8c, bool param_0000af8d, MethodInfo * method)); DO_APP_FUNC(0x021C0550, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, ReInput_ControllerHelper_ConflictCheckingHelper_FBptwiWvmMOPDpGwzvRwiwOYibST_1, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000af8e, bool param_0000af8f, bool param_0000af90, bool param_0000af91, MethodInfo * method)); DO_APP_FUNC(0x021C0620, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, ReInput_ControllerHelper_ConflictCheckingHelper_qfWiDYhZDyaXwenxmvmmKSNQbpXN, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000af92, KeyboardMap * param_0000af93, ActionElementMap * param_0000af94, bool param_0000af95, bool param_0000af96, bool param_0000af97, MethodInfo * method)); DO_APP_FUNC(0x021C0760, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, ReInput_ControllerHelper_ConflictCheckingHelper_qfWiDYhZDyaXwenxmvmmKSNQbpXN_1, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000af98, bool param_0000af99, bool param_0000af9a, bool param_0000af9b, MethodInfo * method)); DO_APP_FUNC(0x021C0830, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, ReInput_ControllerHelper_ConflictCheckingHelper_JrcTgRemUjRAQxMdeFmVLjJTGrDI, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000af9c, MouseMap * param_0000af9d, ActionElementMap * param_0000af9e, bool param_0000af9f, bool param_0000afa0, bool param_0000afa1, MethodInfo * method)); DO_APP_FUNC(0x021C0970, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, ReInput_ControllerHelper_ConflictCheckingHelper_JrcTgRemUjRAQxMdeFmVLjJTGrDI_1, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000afa2, bool param_0000afa3, bool param_0000afa4, bool param_0000afa5, MethodInfo * method)); DO_APP_FUNC(0x021C0A40, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, ReInput_ControllerHelper_ConflictCheckingHelper_cpmkMFMQrrgJrFiEcceCyQbnLkfG, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000afa6, int32_t param_0000afa7, CustomControllerMap * param_0000afa8, ActionElementMap * param_0000afa9, bool param_0000afaa, bool param_0000afab, bool param_0000afac, MethodInfo * method)); DO_APP_FUNC(0x021C0BA0, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, ReInput_ControllerHelper_ConflictCheckingHelper_cpmkMFMQrrgJrFiEcceCyQbnLkfG_1, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000afad, bool param_0000afae, bool param_0000afaf, bool param_0000afb0, MethodInfo * method)); DO_APP_FUNC(0x021C0C70, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_RemoveElementAssignmentConflicts, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t playerId, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, ActionElementMap * elementMap, MethodInfo * method)); DO_APP_FUNC(0x021C0CB0, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_RemoveElementAssignmentConflicts_1, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t playerId, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, ActionElementMap * elementMap, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x021C0D00, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_RemoveElementAssignmentConflicts_2, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t playerId, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, ActionElementMap * elementMap, bool skipDisabledMaps, bool forceCheckAllCategories, MethodInfo * method)); DO_APP_FUNC(0x021C0D50, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_RemoveElementAssignmentConflicts_3, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t playerId, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, ActionElementMap * elementMap, bool skipDisabledMaps, bool forceCheckAllCategories, bool includeSystemPlayer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95CA0, ReInput_ControllerHelper_ConflictCheckingHelper_RemoveElementAssignmentConflicts_3__MethodInfo); DO_APP_FUNC(0x021C1000, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_RemoveElementAssignmentConflicts_4, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck conflictCheck, MethodInfo * method)); DO_APP_FUNC(0x021C1050, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_RemoveElementAssignmentConflicts_5, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck conflictCheck, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x021C10A0, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_RemoveElementAssignmentConflicts_6, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck conflictCheck, bool skipDisabledMaps, bool forceCheckAllCategories, MethodInfo * method)); DO_APP_FUNC(0x021C10F0, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_RemoveElementAssignmentConflicts_7, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck conflictCheck, bool skipDisabledMaps, bool forceCheckAllCategories, bool includeSystemPlayer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95CA8, ReInput_ControllerHelper_ConflictCheckingHelper_RemoveElementAssignmentConflicts_7__MethodInfo); DO_APP_FUNC(0x021C1330, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_cerefPJDvPGVnzvQLzCdeEKunSxtA, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000afd5, int32_t param_0000afd6, JoystickMap * param_0000afd7, ActionElementMap * param_0000afd8, bool param_0000afd9, bool param_0000afda, bool param_0000afdb, MethodInfo * method)); DO_APP_FUNC(0x021C16E0, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_cerefPJDvPGVnzvQLzCdeEKunSxtA_1, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000afdc, bool param_0000afdd, bool param_0000afde, bool param_0000afdf, MethodInfo * method)); DO_APP_FUNC(0x021C19C0, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_FJcEoiKKdfbkHcEnETzlpKbpnPTMB, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000afe0, KeyboardMap * param_0000afe1, ActionElementMap * param_0000afe2, bool param_0000afe3, bool param_0000afe4, bool param_0000afe5, MethodInfo * method)); DO_APP_FUNC(0x021C1C70, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_FJcEoiKKdfbkHcEnETzlpKbpnPTMB_1, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000afe6, bool param_0000afe7, bool param_0000afe8, bool param_0000afe9, MethodInfo * method)); DO_APP_FUNC(0x021C1F50, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_ziYFYTDduPLIFpYzZfyWteQAjNtKA, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000afea, MouseMap * param_0000afeb, ActionElementMap * param_0000afec, bool param_0000afed, bool param_0000afee, bool param_0000afef, MethodInfo * method)); DO_APP_FUNC(0x021C2340, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_ziYFYTDduPLIFpYzZfyWteQAjNtKA_1, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000aff0, bool param_0000aff1, bool param_0000aff2, bool param_0000aff3, MethodInfo * method)); DO_APP_FUNC(0x021C2620, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_zPzopQAhWSPClmpKSqiGLWKAHtVp, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000aff4, int32_t param_0000aff5, CustomControllerMap * param_0000aff6, ActionElementMap * param_0000aff7, bool param_0000aff8, bool param_0000aff9, bool param_0000affa, MethodInfo * method)); DO_APP_FUNC(0x021C29D0, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_zPzopQAhWSPClmpKSqiGLWKAHtVp_1, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000affb, bool param_0000affc, bool param_0000affd, bool param_0000affe, MethodInfo * method)); DO_APP_FUNC(0x021C2CB0, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_DisableElementAssignmentConflicts, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t playerId, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, ActionElementMap * elementMap, MethodInfo * method)); DO_APP_FUNC(0x021C2CF0, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_DisableElementAssignmentConflicts_1, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t playerId, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, ActionElementMap * elementMap, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x021C2D40, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_DisableElementAssignmentConflicts_2, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t playerId, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, ActionElementMap * elementMap, bool skipDisabledMaps, bool forceCheckAllCategories, MethodInfo * method)); DO_APP_FUNC(0x021C2D90, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_DisableElementAssignmentConflicts_3, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t playerId, ControllerType__Enum controllerType, int32_t controllerId, ControllerMap * controllerMap, ActionElementMap * elementMap, bool skipDisabledMaps, bool forceCheckAllCategories, bool includeSystemPlayer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95C68, ReInput_ControllerHelper_ConflictCheckingHelper_DisableElementAssignmentConflicts_3__MethodInfo); DO_APP_FUNC(0x021C3040, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_DisableElementAssignmentConflicts_4, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck conflictCheck, MethodInfo * method)); DO_APP_FUNC(0x021C3090, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_DisableElementAssignmentConflicts_5, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck conflictCheck, bool skipDisabledMaps, MethodInfo * method)); DO_APP_FUNC(0x021C30E0, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_DisableElementAssignmentConflicts_6, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck conflictCheck, bool skipDisabledMaps, bool forceCheckAllCategories, MethodInfo * method)); DO_APP_FUNC(0x021C3130, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_DisableElementAssignmentConflicts_7, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck conflictCheck, bool skipDisabledMaps, bool forceCheckAllCategories, bool includeSystemPlayer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95C60, ReInput_ControllerHelper_ConflictCheckingHelper_DisableElementAssignmentConflicts_7__MethodInfo); DO_APP_FUNC(0x021C3370, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_IvszOSEBtEhZLlcirTDSjhOQobrh, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000b023, int32_t param_0000b024, JoystickMap * param_0000b025, ActionElementMap * param_0000b026, bool param_0000b027, bool param_0000b028, bool param_0000b029, MethodInfo * method)); DO_APP_FUNC(0x021C3720, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_IvszOSEBtEhZLlcirTDSjhOQobrh_1, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000b02a, bool param_0000b02b, bool param_0000b02c, bool param_0000b02d, MethodInfo * method)); DO_APP_FUNC(0x021C3A00, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_JGaLkvhwqjZsmTImDaXiiCFUUtMx, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000b02e, KeyboardMap * param_0000b02f, ActionElementMap * param_0000b030, bool param_0000b031, bool param_0000b032, bool param_0000b033, MethodInfo * method)); DO_APP_FUNC(0x021C3CB0, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_JGaLkvhwqjZsmTImDaXiiCFUUtMx_1, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000b034, bool param_0000b035, bool param_0000b036, bool param_0000b037, MethodInfo * method)); DO_APP_FUNC(0x021C3F90, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_qIgIUNIKdgfxdrpxWpMKivLbVJbE, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000b038, MouseMap * param_0000b039, ActionElementMap * param_0000b03a, bool param_0000b03b, bool param_0000b03c, bool param_0000b03d, MethodInfo * method)); DO_APP_FUNC(0x021C4380, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_qIgIUNIKdgfxdrpxWpMKivLbVJbE_1, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000b03e, bool param_0000b03f, bool param_0000b040, bool param_0000b041, MethodInfo * method)); DO_APP_FUNC(0x021C4660, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_hVOtnIpfgvTskhehcyIvMzTaTnSS, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, int32_t param_0000b042, int32_t param_0000b043, CustomControllerMap * param_0000b044, ActionElementMap * param_0000b045, bool param_0000b046, bool param_0000b047, bool param_0000b048, MethodInfo * method)); DO_APP_FUNC(0x021C4A10, int32_t, ReInput_ControllerHelper_ConflictCheckingHelper_hVOtnIpfgvTskhehcyIvMzTaTnSS_1, (ReInput_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000b049, bool param_0000b04a, bool param_0000b04b, bool param_0000b04c, MethodInfo * method)); DO_APP_FUNC(0x0124CE10, void, ReInput_ControllerHelper_ConflictCheckingHelper_aeAaMfzYyQKCPdxXviCxgvRUEhhA__ctor, (ReInput_ControllerHelper_ConflictCheckingHelper_aeAaMfzYyQKCPdxXviCxgvRUEhhA * __this, int32_t param_0000b04d, MethodInfo * method)); DO_APP_FUNC(0x021C4CF0, void, ReInput_ControllerHelper_ConflictCheckingHelper_aeAaMfzYyQKCPdxXviCxgvRUEhhA_System_IDisposable_Dispose, (ReInput_ControllerHelper_ConflictCheckingHelper_aeAaMfzYyQKCPdxXviCxgvRUEhhA * __this, MethodInfo * method)); DO_APP_FUNC(0x021C4DC0, bool, ReInput_ControllerHelper_ConflictCheckingHelper_aeAaMfzYyQKCPdxXviCxgvRUEhhA_MoveNext, (ReInput_ControllerHelper_ConflictCheckingHelper_aeAaMfzYyQKCPdxXviCxgvRUEhhA * __this, MethodInfo * method)); DO_APP_FUNC(0x021C52F0, void, ReInput_ControllerHelper_ConflictCheckingHelper_aeAaMfzYyQKCPdxXviCxgvRUEhhA_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ReInput_ControllerHelper_ConflictCheckingHelper_aeAaMfzYyQKCPdxXviCxgvRUEhhA * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8420, ElementAssignmentConflictInfo, ReInput_ControllerHelper_ConflictCheckingHelper_aeAaMfzYyQKCPdxXviCxgvRUEhhA_System_Collections_Generic_IEnumerator_Rewired_ElementAssignmentConflictInfo__get_Current, (ReInput_ControllerHelper_ConflictCheckingHelper_aeAaMfzYyQKCPdxXviCxgvRUEhhA * __this, MethodInfo * method)); DO_APP_FUNC(0x021C5350, void, ReInput_ControllerHelper_ConflictCheckingHelper_aeAaMfzYyQKCPdxXviCxgvRUEhhA_System_Collections_IEnumerator_Reset, (ReInput_ControllerHelper_ConflictCheckingHelper_aeAaMfzYyQKCPdxXviCxgvRUEhhA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95C70, ReInput_ControllerHelper_ConflictCheckingHelper_aeAaMfzYyQKCPdxXviCxgvRUEhhA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x021C53A0, Object *, ReInput_ControllerHelper_ConflictCheckingHelper_aeAaMfzYyQKCPdxXviCxgvRUEhhA_System_Collections_IEnumerator_get_Current, (ReInput_ControllerHelper_ConflictCheckingHelper_aeAaMfzYyQKCPdxXviCxgvRUEhhA * __this, MethodInfo * method)); DO_APP_FUNC(0x021C5410, IEnumerator_1_Rewired_ElementAssignmentConflictInfo_ *, ReInput_ControllerHelper_ConflictCheckingHelper_aeAaMfzYyQKCPdxXviCxgvRUEhhA_System_Collections_Generic_IEnumerable_Rewired_ElementAssignmentConflictInfo__GetEnumerator, (ReInput_ControllerHelper_ConflictCheckingHelper_aeAaMfzYyQKCPdxXviCxgvRUEhhA * __this, MethodInfo * method)); DO_APP_FUNC(0x021C55E0, IEnumerator *, ReInput_ControllerHelper_ConflictCheckingHelper_aeAaMfzYyQKCPdxXviCxgvRUEhhA_System_Collections_IEnumerable_GetEnumerator, (ReInput_ControllerHelper_ConflictCheckingHelper_aeAaMfzYyQKCPdxXviCxgvRUEhhA * __this, MethodInfo * method)); DO_APP_FUNC(0x0124CE10, void, ReInput_ControllerHelper_ConflictCheckingHelper_JMEIWGSZgBEgYGtmzUJNaLpfAXHD__ctor, (ReInput_ControllerHelper_ConflictCheckingHelper_JMEIWGSZgBEgYGtmzUJNaLpfAXHD * __this, int32_t param_0000b04e, MethodInfo * method)); DO_APP_FUNC(0x021C55F0, void, ReInput_ControllerHelper_ConflictCheckingHelper_JMEIWGSZgBEgYGtmzUJNaLpfAXHD_System_IDisposable_Dispose, (ReInput_ControllerHelper_ConflictCheckingHelper_JMEIWGSZgBEgYGtmzUJNaLpfAXHD * __this, MethodInfo * method)); DO_APP_FUNC(0x021C56C0, bool, ReInput_ControllerHelper_ConflictCheckingHelper_JMEIWGSZgBEgYGtmzUJNaLpfAXHD_MoveNext, (ReInput_ControllerHelper_ConflictCheckingHelper_JMEIWGSZgBEgYGtmzUJNaLpfAXHD * __this, MethodInfo * method)); DO_APP_FUNC(0x021C5C10, void, ReInput_ControllerHelper_ConflictCheckingHelper_JMEIWGSZgBEgYGtmzUJNaLpfAXHD_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ReInput_ControllerHelper_ConflictCheckingHelper_JMEIWGSZgBEgYGtmzUJNaLpfAXHD * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8420, ElementAssignmentConflictInfo, ReInput_ControllerHelper_ConflictCheckingHelper_JMEIWGSZgBEgYGtmzUJNaLpfAXHD_System_Collections_Generic_IEnumerator_Rewired_ElementAssignmentConflictInfo__get_Current, (ReInput_ControllerHelper_ConflictCheckingHelper_JMEIWGSZgBEgYGtmzUJNaLpfAXHD * __this, MethodInfo * method)); DO_APP_FUNC(0x021C5C70, void, ReInput_ControllerHelper_ConflictCheckingHelper_JMEIWGSZgBEgYGtmzUJNaLpfAXHD_System_Collections_IEnumerator_Reset, (ReInput_ControllerHelper_ConflictCheckingHelper_JMEIWGSZgBEgYGtmzUJNaLpfAXHD * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95C48, ReInput_ControllerHelper_ConflictCheckingHelper_JMEIWGSZgBEgYGtmzUJNaLpfAXHD_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x021C5CC0, Object *, ReInput_ControllerHelper_ConflictCheckingHelper_JMEIWGSZgBEgYGtmzUJNaLpfAXHD_System_Collections_IEnumerator_get_Current, (ReInput_ControllerHelper_ConflictCheckingHelper_JMEIWGSZgBEgYGtmzUJNaLpfAXHD * __this, MethodInfo * method)); DO_APP_FUNC(0x021C5D30, IEnumerator_1_Rewired_ElementAssignmentConflictInfo_ *, ReInput_ControllerHelper_ConflictCheckingHelper_JMEIWGSZgBEgYGtmzUJNaLpfAXHD_System_Collections_Generic_IEnumerable_Rewired_ElementAssignmentConflictInfo__GetEnumerator, (ReInput_ControllerHelper_ConflictCheckingHelper_JMEIWGSZgBEgYGtmzUJNaLpfAXHD * __this, MethodInfo * method)); DO_APP_FUNC(0x021C5D30, IEnumerator *, ReInput_ControllerHelper_ConflictCheckingHelper_JMEIWGSZgBEgYGtmzUJNaLpfAXHD_System_Collections_IEnumerable_GetEnumerator, (ReInput_ControllerHelper_ConflictCheckingHelper_JMEIWGSZgBEgYGtmzUJNaLpfAXHD * __this, MethodInfo * method)); DO_APP_FUNC(0x0124CE10, void, ReInput_ControllerHelper_ConflictCheckingHelper_fUyujQajGsxxRfDGmNAXabWNUOiU__ctor, (ReInput_ControllerHelper_ConflictCheckingHelper_fUyujQajGsxxRfDGmNAXabWNUOiU * __this, int32_t param_0000b04f, MethodInfo * method)); DO_APP_FUNC(0x021C5E90, void, ReInput_ControllerHelper_ConflictCheckingHelper_fUyujQajGsxxRfDGmNAXabWNUOiU_System_IDisposable_Dispose, (ReInput_ControllerHelper_ConflictCheckingHelper_fUyujQajGsxxRfDGmNAXabWNUOiU * __this, MethodInfo * method)); DO_APP_FUNC(0x021C5F60, bool, ReInput_ControllerHelper_ConflictCheckingHelper_fUyujQajGsxxRfDGmNAXabWNUOiU_MoveNext, (ReInput_ControllerHelper_ConflictCheckingHelper_fUyujQajGsxxRfDGmNAXabWNUOiU * __this, MethodInfo * method)); DO_APP_FUNC(0x021C6490, void, ReInput_ControllerHelper_ConflictCheckingHelper_fUyujQajGsxxRfDGmNAXabWNUOiU_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ReInput_ControllerHelper_ConflictCheckingHelper_fUyujQajGsxxRfDGmNAXabWNUOiU * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8420, ElementAssignmentConflictInfo, ReInput_ControllerHelper_ConflictCheckingHelper_fUyujQajGsxxRfDGmNAXabWNUOiU_System_Collections_Generic_IEnumerator_Rewired_ElementAssignmentConflictInfo__get_Current, (ReInput_ControllerHelper_ConflictCheckingHelper_fUyujQajGsxxRfDGmNAXabWNUOiU * __this, MethodInfo * method)); DO_APP_FUNC(0x021C64F0, void, ReInput_ControllerHelper_ConflictCheckingHelper_fUyujQajGsxxRfDGmNAXabWNUOiU_System_Collections_IEnumerator_Reset, (ReInput_ControllerHelper_ConflictCheckingHelper_fUyujQajGsxxRfDGmNAXabWNUOiU * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95C58, ReInput_ControllerHelper_ConflictCheckingHelper_fUyujQajGsxxRfDGmNAXabWNUOiU_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x021C6540, Object *, ReInput_ControllerHelper_ConflictCheckingHelper_fUyujQajGsxxRfDGmNAXabWNUOiU_System_Collections_IEnumerator_get_Current, (ReInput_ControllerHelper_ConflictCheckingHelper_fUyujQajGsxxRfDGmNAXabWNUOiU * __this, MethodInfo * method)); DO_APP_FUNC(0x021C65B0, IEnumerator_1_Rewired_ElementAssignmentConflictInfo_ *, ReInput_ControllerHelper_ConflictCheckingHelper_fUyujQajGsxxRfDGmNAXabWNUOiU_System_Collections_Generic_IEnumerable_Rewired_ElementAssignmentConflictInfo__GetEnumerator, (ReInput_ControllerHelper_ConflictCheckingHelper_fUyujQajGsxxRfDGmNAXabWNUOiU * __this, MethodInfo * method)); DO_APP_FUNC(0x021C6780, IEnumerator *, ReInput_ControllerHelper_ConflictCheckingHelper_fUyujQajGsxxRfDGmNAXabWNUOiU_System_Collections_IEnumerable_GetEnumerator, (ReInput_ControllerHelper_ConflictCheckingHelper_fUyujQajGsxxRfDGmNAXabWNUOiU * __this, MethodInfo * method)); DO_APP_FUNC(0x0124CE10, void, ReInput_ControllerHelper_ConflictCheckingHelper_SnIaElzJSFAYrpBOZqUwkgInILcV__ctor, (ReInput_ControllerHelper_ConflictCheckingHelper_SnIaElzJSFAYrpBOZqUwkgInILcV * __this, int32_t param_0000b050, MethodInfo * method)); DO_APP_FUNC(0x021C6790, void, ReInput_ControllerHelper_ConflictCheckingHelper_SnIaElzJSFAYrpBOZqUwkgInILcV_System_IDisposable_Dispose, (ReInput_ControllerHelper_ConflictCheckingHelper_SnIaElzJSFAYrpBOZqUwkgInILcV * __this, MethodInfo * method)); DO_APP_FUNC(0x021C6860, bool, ReInput_ControllerHelper_ConflictCheckingHelper_SnIaElzJSFAYrpBOZqUwkgInILcV_MoveNext, (ReInput_ControllerHelper_ConflictCheckingHelper_SnIaElzJSFAYrpBOZqUwkgInILcV * __this, MethodInfo * method)); DO_APP_FUNC(0x021C6DB0, void, ReInput_ControllerHelper_ConflictCheckingHelper_SnIaElzJSFAYrpBOZqUwkgInILcV_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ReInput_ControllerHelper_ConflictCheckingHelper_SnIaElzJSFAYrpBOZqUwkgInILcV * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8420, ElementAssignmentConflictInfo, ReInput_ControllerHelper_ConflictCheckingHelper_SnIaElzJSFAYrpBOZqUwkgInILcV_System_Collections_Generic_IEnumerator_Rewired_ElementAssignmentConflictInfo__get_Current, (ReInput_ControllerHelper_ConflictCheckingHelper_SnIaElzJSFAYrpBOZqUwkgInILcV * __this, MethodInfo * method)); DO_APP_FUNC(0x021C6E10, void, ReInput_ControllerHelper_ConflictCheckingHelper_SnIaElzJSFAYrpBOZqUwkgInILcV_System_Collections_IEnumerator_Reset, (ReInput_ControllerHelper_ConflictCheckingHelper_SnIaElzJSFAYrpBOZqUwkgInILcV * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95C50, ReInput_ControllerHelper_ConflictCheckingHelper_SnIaElzJSFAYrpBOZqUwkgInILcV_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x021C6E60, Object *, ReInput_ControllerHelper_ConflictCheckingHelper_SnIaElzJSFAYrpBOZqUwkgInILcV_System_Collections_IEnumerator_get_Current, (ReInput_ControllerHelper_ConflictCheckingHelper_SnIaElzJSFAYrpBOZqUwkgInILcV * __this, MethodInfo * method)); DO_APP_FUNC(0x021C6ED0, IEnumerator_1_Rewired_ElementAssignmentConflictInfo_ *, ReInput_ControllerHelper_ConflictCheckingHelper_SnIaElzJSFAYrpBOZqUwkgInILcV_System_Collections_Generic_IEnumerable_Rewired_ElementAssignmentConflictInfo__GetEnumerator, (ReInput_ControllerHelper_ConflictCheckingHelper_SnIaElzJSFAYrpBOZqUwkgInILcV * __this, MethodInfo * method)); DO_APP_FUNC(0x021C6ED0, IEnumerator *, ReInput_ControllerHelper_ConflictCheckingHelper_SnIaElzJSFAYrpBOZqUwkgInILcV_System_Collections_IEnumerable_GetEnumerator, (ReInput_ControllerHelper_ConflictCheckingHelper_SnIaElzJSFAYrpBOZqUwkgInILcV * __this, MethodInfo * method)); DO_APP_FUNC(0x0124CE10, void, ReInput_ControllerHelper_ConflictCheckingHelper_LEMLPESEgHongLprOOvxLRIRcApk__ctor, (ReInput_ControllerHelper_ConflictCheckingHelper_LEMLPESEgHongLprOOvxLRIRcApk * __this, int32_t param_0000b051, MethodInfo * method)); DO_APP_FUNC(0x021C7030, void, ReInput_ControllerHelper_ConflictCheckingHelper_LEMLPESEgHongLprOOvxLRIRcApk_System_IDisposable_Dispose, (ReInput_ControllerHelper_ConflictCheckingHelper_LEMLPESEgHongLprOOvxLRIRcApk * __this, MethodInfo * method)); DO_APP_FUNC(0x021C7100, bool, ReInput_ControllerHelper_ConflictCheckingHelper_LEMLPESEgHongLprOOvxLRIRcApk_MoveNext, (ReInput_ControllerHelper_ConflictCheckingHelper_LEMLPESEgHongLprOOvxLRIRcApk * __this, MethodInfo * method)); DO_APP_FUNC(0x021C7620, void, ReInput_ControllerHelper_ConflictCheckingHelper_LEMLPESEgHongLprOOvxLRIRcApk_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ReInput_ControllerHelper_ConflictCheckingHelper_LEMLPESEgHongLprOOvxLRIRcApk * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8420, ElementAssignmentConflictInfo, ReInput_ControllerHelper_ConflictCheckingHelper_LEMLPESEgHongLprOOvxLRIRcApk_System_Collections_Generic_IEnumerator_Rewired_ElementAssignmentConflictInfo__get_Current, (ReInput_ControllerHelper_ConflictCheckingHelper_LEMLPESEgHongLprOOvxLRIRcApk * __this, MethodInfo * method)); DO_APP_FUNC(0x021C7680, void, ReInput_ControllerHelper_ConflictCheckingHelper_LEMLPESEgHongLprOOvxLRIRcApk_System_Collections_IEnumerator_Reset, (ReInput_ControllerHelper_ConflictCheckingHelper_LEMLPESEgHongLprOOvxLRIRcApk * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95C30, ReInput_ControllerHelper_ConflictCheckingHelper_LEMLPESEgHongLprOOvxLRIRcApk_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x021C76D0, Object *, ReInput_ControllerHelper_ConflictCheckingHelper_LEMLPESEgHongLprOOvxLRIRcApk_System_Collections_IEnumerator_get_Current, (ReInput_ControllerHelper_ConflictCheckingHelper_LEMLPESEgHongLprOOvxLRIRcApk * __this, MethodInfo * method)); DO_APP_FUNC(0x021C7740, IEnumerator_1_Rewired_ElementAssignmentConflictInfo_ *, ReInput_ControllerHelper_ConflictCheckingHelper_LEMLPESEgHongLprOOvxLRIRcApk_System_Collections_Generic_IEnumerable_Rewired_ElementAssignmentConflictInfo__GetEnumerator, (ReInput_ControllerHelper_ConflictCheckingHelper_LEMLPESEgHongLprOOvxLRIRcApk * __this, MethodInfo * method)); DO_APP_FUNC(0x021C7900, IEnumerator *, ReInput_ControllerHelper_ConflictCheckingHelper_LEMLPESEgHongLprOOvxLRIRcApk_System_Collections_IEnumerable_GetEnumerator, (ReInput_ControllerHelper_ConflictCheckingHelper_LEMLPESEgHongLprOOvxLRIRcApk * __this, MethodInfo * method)); DO_APP_FUNC(0x0124CE10, void, ReInput_ControllerHelper_ConflictCheckingHelper_umpAAanNIcajMwWQKDZEhogYpHqZA__ctor, (ReInput_ControllerHelper_ConflictCheckingHelper_umpAAanNIcajMwWQKDZEhogYpHqZA * __this, int32_t param_0000b052, MethodInfo * method)); DO_APP_FUNC(0x021C7910, void, ReInput_ControllerHelper_ConflictCheckingHelper_umpAAanNIcajMwWQKDZEhogYpHqZA_System_IDisposable_Dispose, (ReInput_ControllerHelper_ConflictCheckingHelper_umpAAanNIcajMwWQKDZEhogYpHqZA * __this, MethodInfo * method)); DO_APP_FUNC(0x021C79E0, bool, ReInput_ControllerHelper_ConflictCheckingHelper_umpAAanNIcajMwWQKDZEhogYpHqZA_MoveNext, (ReInput_ControllerHelper_ConflictCheckingHelper_umpAAanNIcajMwWQKDZEhogYpHqZA * __this, MethodInfo * method)); DO_APP_FUNC(0x021C7F30, void, ReInput_ControllerHelper_ConflictCheckingHelper_umpAAanNIcajMwWQKDZEhogYpHqZA_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ReInput_ControllerHelper_ConflictCheckingHelper_umpAAanNIcajMwWQKDZEhogYpHqZA * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8420, ElementAssignmentConflictInfo, ReInput_ControllerHelper_ConflictCheckingHelper_umpAAanNIcajMwWQKDZEhogYpHqZA_System_Collections_Generic_IEnumerator_Rewired_ElementAssignmentConflictInfo__get_Current, (ReInput_ControllerHelper_ConflictCheckingHelper_umpAAanNIcajMwWQKDZEhogYpHqZA * __this, MethodInfo * method)); DO_APP_FUNC(0x021C7F90, void, ReInput_ControllerHelper_ConflictCheckingHelper_umpAAanNIcajMwWQKDZEhogYpHqZA_System_Collections_IEnumerator_Reset, (ReInput_ControllerHelper_ConflictCheckingHelper_umpAAanNIcajMwWQKDZEhogYpHqZA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95C28, ReInput_ControllerHelper_ConflictCheckingHelper_umpAAanNIcajMwWQKDZEhogYpHqZA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x021C7FE0, Object *, ReInput_ControllerHelper_ConflictCheckingHelper_umpAAanNIcajMwWQKDZEhogYpHqZA_System_Collections_IEnumerator_get_Current, (ReInput_ControllerHelper_ConflictCheckingHelper_umpAAanNIcajMwWQKDZEhogYpHqZA * __this, MethodInfo * method)); DO_APP_FUNC(0x021C8050, IEnumerator_1_Rewired_ElementAssignmentConflictInfo_ *, ReInput_ControllerHelper_ConflictCheckingHelper_umpAAanNIcajMwWQKDZEhogYpHqZA_System_Collections_Generic_IEnumerable_Rewired_ElementAssignmentConflictInfo__GetEnumerator, (ReInput_ControllerHelper_ConflictCheckingHelper_umpAAanNIcajMwWQKDZEhogYpHqZA * __this, MethodInfo * method)); DO_APP_FUNC(0x021C8050, IEnumerator *, ReInput_ControllerHelper_ConflictCheckingHelper_umpAAanNIcajMwWQKDZEhogYpHqZA_System_Collections_IEnumerable_GetEnumerator, (ReInput_ControllerHelper_ConflictCheckingHelper_umpAAanNIcajMwWQKDZEhogYpHqZA * __this, MethodInfo * method)); DO_APP_FUNC(0x0124CE10, void, ReInput_ControllerHelper_ConflictCheckingHelper_repvtcWjTRfJUghgRIoeiCtcbjNHc__ctor, (ReInput_ControllerHelper_ConflictCheckingHelper_repvtcWjTRfJUghgRIoeiCtcbjNHc * __this, int32_t param_0000b053, MethodInfo * method)); DO_APP_FUNC(0x021C81B0, void, ReInput_ControllerHelper_ConflictCheckingHelper_repvtcWjTRfJUghgRIoeiCtcbjNHc_System_IDisposable_Dispose, (ReInput_ControllerHelper_ConflictCheckingHelper_repvtcWjTRfJUghgRIoeiCtcbjNHc * __this, MethodInfo * method)); DO_APP_FUNC(0x021C8280, bool, ReInput_ControllerHelper_ConflictCheckingHelper_repvtcWjTRfJUghgRIoeiCtcbjNHc_MoveNext, (ReInput_ControllerHelper_ConflictCheckingHelper_repvtcWjTRfJUghgRIoeiCtcbjNHc * __this, MethodInfo * method)); DO_APP_FUNC(0x021C87A0, void, ReInput_ControllerHelper_ConflictCheckingHelper_repvtcWjTRfJUghgRIoeiCtcbjNHc_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ReInput_ControllerHelper_ConflictCheckingHelper_repvtcWjTRfJUghgRIoeiCtcbjNHc * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8420, ElementAssignmentConflictInfo, ReInput_ControllerHelper_ConflictCheckingHelper_repvtcWjTRfJUghgRIoeiCtcbjNHc_System_Collections_Generic_IEnumerator_Rewired_ElementAssignmentConflictInfo__get_Current, (ReInput_ControllerHelper_ConflictCheckingHelper_repvtcWjTRfJUghgRIoeiCtcbjNHc * __this, MethodInfo * method)); DO_APP_FUNC(0x021C8800, void, ReInput_ControllerHelper_ConflictCheckingHelper_repvtcWjTRfJUghgRIoeiCtcbjNHc_System_Collections_IEnumerator_Reset, (ReInput_ControllerHelper_ConflictCheckingHelper_repvtcWjTRfJUghgRIoeiCtcbjNHc * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95C40, ReInput_ControllerHelper_ConflictCheckingHelper_repvtcWjTRfJUghgRIoeiCtcbjNHc_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x021C8850, Object *, ReInput_ControllerHelper_ConflictCheckingHelper_repvtcWjTRfJUghgRIoeiCtcbjNHc_System_Collections_IEnumerator_get_Current, (ReInput_ControllerHelper_ConflictCheckingHelper_repvtcWjTRfJUghgRIoeiCtcbjNHc * __this, MethodInfo * method)); DO_APP_FUNC(0x021C88C0, IEnumerator_1_Rewired_ElementAssignmentConflictInfo_ *, ReInput_ControllerHelper_ConflictCheckingHelper_repvtcWjTRfJUghgRIoeiCtcbjNHc_System_Collections_Generic_IEnumerable_Rewired_ElementAssignmentConflictInfo__GetEnumerator, (ReInput_ControllerHelper_ConflictCheckingHelper_repvtcWjTRfJUghgRIoeiCtcbjNHc * __this, MethodInfo * method)); DO_APP_FUNC(0x021C8A80, IEnumerator *, ReInput_ControllerHelper_ConflictCheckingHelper_repvtcWjTRfJUghgRIoeiCtcbjNHc_System_Collections_IEnumerable_GetEnumerator, (ReInput_ControllerHelper_ConflictCheckingHelper_repvtcWjTRfJUghgRIoeiCtcbjNHc * __this, MethodInfo * method)); DO_APP_FUNC(0x0124CE10, void, ReInput_ControllerHelper_ConflictCheckingHelper_URXEshkrtvDtJMtkPfPkEHaGZueZ__ctor, (ReInput_ControllerHelper_ConflictCheckingHelper_URXEshkrtvDtJMtkPfPkEHaGZueZ * __this, int32_t param_0000b054, MethodInfo * method)); DO_APP_FUNC(0x021C8A90, void, ReInput_ControllerHelper_ConflictCheckingHelper_URXEshkrtvDtJMtkPfPkEHaGZueZ_System_IDisposable_Dispose, (ReInput_ControllerHelper_ConflictCheckingHelper_URXEshkrtvDtJMtkPfPkEHaGZueZ * __this, MethodInfo * method)); DO_APP_FUNC(0x021C8B60, bool, ReInput_ControllerHelper_ConflictCheckingHelper_URXEshkrtvDtJMtkPfPkEHaGZueZ_MoveNext, (ReInput_ControllerHelper_ConflictCheckingHelper_URXEshkrtvDtJMtkPfPkEHaGZueZ * __this, MethodInfo * method)); DO_APP_FUNC(0x021C90B0, void, ReInput_ControllerHelper_ConflictCheckingHelper_URXEshkrtvDtJMtkPfPkEHaGZueZ_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ReInput_ControllerHelper_ConflictCheckingHelper_URXEshkrtvDtJMtkPfPkEHaGZueZ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8420, ElementAssignmentConflictInfo, ReInput_ControllerHelper_ConflictCheckingHelper_URXEshkrtvDtJMtkPfPkEHaGZueZ_System_Collections_Generic_IEnumerator_Rewired_ElementAssignmentConflictInfo__get_Current, (ReInput_ControllerHelper_ConflictCheckingHelper_URXEshkrtvDtJMtkPfPkEHaGZueZ * __this, MethodInfo * method)); DO_APP_FUNC(0x021C9110, void, ReInput_ControllerHelper_ConflictCheckingHelper_URXEshkrtvDtJMtkPfPkEHaGZueZ_System_Collections_IEnumerator_Reset, (ReInput_ControllerHelper_ConflictCheckingHelper_URXEshkrtvDtJMtkPfPkEHaGZueZ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95C38, ReInput_ControllerHelper_ConflictCheckingHelper_URXEshkrtvDtJMtkPfPkEHaGZueZ_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x021C9160, Object *, ReInput_ControllerHelper_ConflictCheckingHelper_URXEshkrtvDtJMtkPfPkEHaGZueZ_System_Collections_IEnumerator_get_Current, (ReInput_ControllerHelper_ConflictCheckingHelper_URXEshkrtvDtJMtkPfPkEHaGZueZ * __this, MethodInfo * method)); DO_APP_FUNC(0x021C91D0, IEnumerator_1_Rewired_ElementAssignmentConflictInfo_ *, ReInput_ControllerHelper_ConflictCheckingHelper_URXEshkrtvDtJMtkPfPkEHaGZueZ_System_Collections_Generic_IEnumerable_Rewired_ElementAssignmentConflictInfo__GetEnumerator, (ReInput_ControllerHelper_ConflictCheckingHelper_URXEshkrtvDtJMtkPfPkEHaGZueZ * __this, MethodInfo * method)); DO_APP_FUNC(0x021C91D0, IEnumerator *, ReInput_ControllerHelper_ConflictCheckingHelper_URXEshkrtvDtJMtkPfPkEHaGZueZ_System_Collections_IEnumerable_GetEnumerator, (ReInput_ControllerHelper_ConflictCheckingHelper_URXEshkrtvDtJMtkPfPkEHaGZueZ * __this, MethodInfo * method)); DO_APP_FUNC(0x021C9330, ReInput_MappingHelper *, ReInput_MappingHelper_DhClYETVBVWfODSCsukIBRGnvvuC, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReInput_MappingHelper__ctor, (ReInput_MappingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021C93F0, IList_1_Rewired_InputMapCategory_ *, ReInput_MappingHelper_get_MapCategories, (ReInput_MappingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021C94A0, InputMapCategory *, ReInput_MappingHelper_GetMapCategory, (ReInput_MappingHelper * __this, int32_t mapCategoryId, MethodInfo * method)); DO_APP_FUNC(0x021C95E0, InputMapCategory *, ReInput_MappingHelper_GetMapCategory_1, (ReInput_MappingHelper * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x021C9700, int32_t, ReInput_MappingHelper_GetMapCategoryId, (ReInput_MappingHelper * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x021C97A0, IEnumerable_1_Rewired_InputMapCategory_ *, ReInput_MappingHelper_MapCategoriesWithTag, (ReInput_MappingHelper * __this, String * tag, MethodInfo * method)); DO_APP_FUNC(0x021C9960, IEnumerable_1_Rewired_InputMapCategory_ *, ReInput_MappingHelper_get_UserAssignableMapCategories, (ReInput_MappingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021C9AB0, IEnumerable_1_Rewired_InputMapCategory_ *, ReInput_MappingHelper_UserAssignableMapCategoriesWithTag, (ReInput_MappingHelper * __this, String * tag, MethodInfo * method)); DO_APP_FUNC(0x021C9C70, bool, ReInput_MappingHelper_IsMapCategoryUserAssignable, (ReInput_MappingHelper * __this, int32_t mapCategoryId, MethodInfo * method)); DO_APP_FUNC(0x021C9CF0, InputCategory *, ReInput_MappingHelper_GetActionCategory, (ReInput_MappingHelper * __this, int32_t mapCategoryId, MethodInfo * method)); DO_APP_FUNC(0x021C9D90, InputCategory *, ReInput_MappingHelper_GetActionCategory_1, (ReInput_MappingHelper * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x021C9E30, int32_t, ReInput_MappingHelper_GetActionCategoryId, (ReInput_MappingHelper * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x021C9F60, IList_1_Rewired_InputCategory_ *, ReInput_MappingHelper_get_ActionCategories, (ReInput_MappingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021CA010, IEnumerable_1_Rewired_InputCategory_ *, ReInput_MappingHelper_ActionCategoriesWithTag, (ReInput_MappingHelper * __this, String * tag, MethodInfo * method)); DO_APP_FUNC(0x021CA1D0, IEnumerable_1_Rewired_InputCategory_ *, ReInput_MappingHelper_get_UserAssignableActionCategories, (ReInput_MappingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021CA320, IEnumerable_1_Rewired_InputCategory_ *, ReInput_MappingHelper_UserAssignableActionCategoriesWithTag, (ReInput_MappingHelper * __this, String * tag, MethodInfo * method)); DO_APP_FUNC(0x021CA4E0, bool, ReInput_MappingHelper_IsActionCategoryUserAssignable, (ReInput_MappingHelper * __this, int32_t mapCategoryId, MethodInfo * method)); DO_APP_FUNC(0x021CA5D0, InputLayout *, ReInput_MappingHelper_GetLayout, (ReInput_MappingHelper * __this, ControllerType__Enum controllerType, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95C08, ReInput_MappingHelper_GetLayout__MethodInfo); DO_APP_FUNC(0x021CA7C0, InputLayout *, ReInput_MappingHelper_GetLayout_1, (ReInput_MappingHelper * __this, ControllerType__Enum controllerType, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95BF8, ReInput_MappingHelper_GetLayout_1__MethodInfo); DO_APP_FUNC(0x021CA9B0, int32_t, ReInput_MappingHelper_GetLayoutId, (ReInput_MappingHelper * __this, ControllerType__Enum controllerType, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95C00, ReInput_MappingHelper_GetLayoutId__MethodInfo); DO_APP_FUNC(0x021CABA0, InputLayout *, ReInput_MappingHelper_GetJoystickLayout, (ReInput_MappingHelper * __this, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x021CAC40, InputLayout *, ReInput_MappingHelper_GetJoystickLayout_1, (ReInput_MappingHelper * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x021CACE0, int32_t, ReInput_MappingHelper_GetJoystickLayoutId, (ReInput_MappingHelper * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x021CAD80, InputLayout *, ReInput_MappingHelper_GetKeyboardLayout, (ReInput_MappingHelper * __this, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x021CAE20, InputLayout *, ReInput_MappingHelper_GetKeyboardLayout_1, (ReInput_MappingHelper * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x021CAEC0, int32_t, ReInput_MappingHelper_GetKeyboardLayoutId, (ReInput_MappingHelper * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x021CAF60, InputLayout *, ReInput_MappingHelper_GetMouseLayout, (ReInput_MappingHelper * __this, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x021CB000, InputLayout *, ReInput_MappingHelper_GetMouseLayout_1, (ReInput_MappingHelper * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x021CB0A0, int32_t, ReInput_MappingHelper_GetMouseLayoutId, (ReInput_MappingHelper * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x021CB140, InputLayout *, ReInput_MappingHelper_GetCustomControllerLayout, (ReInput_MappingHelper * __this, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x021CB1E0, InputLayout *, ReInput_MappingHelper_GetCustomControllerLayout_1, (ReInput_MappingHelper * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x021CB280, int32_t, ReInput_MappingHelper_GetCustomControllerLayoutId, (ReInput_MappingHelper * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x021CB320, IList_1_Rewired_InputLayout_ *, ReInput_MappingHelper_MapLayouts, (ReInput_MappingHelper * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95BE0, ReInput_MappingHelper_MapLayouts__MethodInfo); DO_APP_FUNC(0x021CB650, IList_1_Rewired_InputLayout_ *, ReInput_MappingHelper_get_JoystickLayouts, (ReInput_MappingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021CB700, IList_1_Rewired_InputLayout_ *, ReInput_MappingHelper_get_KeyboardLayouts, (ReInput_MappingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021CB7B0, IList_1_Rewired_InputLayout_ *, ReInput_MappingHelper_get_MouseLayouts, (ReInput_MappingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021CB860, IList_1_Rewired_InputLayout_ *, ReInput_MappingHelper_get_CustomControllerLayouts, (ReInput_MappingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021CB910, IList_1_Rewired_InputAction_ *, ReInput_MappingHelper_get_Actions, (ReInput_MappingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021CB9C0, InputAction *, ReInput_MappingHelper_GetAction, (ReInput_MappingHelper * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x021CBA60, InputAction *, ReInput_MappingHelper_GetAction_1, (ReInput_MappingHelper * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x021CBB80, int32_t, ReInput_MappingHelper_GetActionId, (ReInput_MappingHelper * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x021CBCB0, IEnumerable_1_Rewired_InputAction_ *, ReInput_MappingHelper_get_UserAssignableActions, (ReInput_MappingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021CBE00, IEnumerable_1_Rewired_InputAction_ *, ReInput_MappingHelper_ActionsInCategory, (ReInput_MappingHelper * __this, String * mapCategoryName, MethodInfo * method)); DO_APP_FUNC(0x021CBEC0, IEnumerable_1_Rewired_InputAction_ *, ReInput_MappingHelper_ActionsInCategory_1, (ReInput_MappingHelper * __this, String * mapCategoryName, bool sort, MethodInfo * method)); DO_APP_FUNC(0x021CBF90, IEnumerable_1_Rewired_InputAction_ *, ReInput_MappingHelper_ActionsInCategory_2, (ReInput_MappingHelper * __this, int32_t mapCategoryId, MethodInfo * method)); DO_APP_FUNC(0x021CC050, IEnumerable_1_Rewired_InputAction_ *, ReInput_MappingHelper_ActionsInCategory_3, (ReInput_MappingHelper * __this, int32_t mapCategoryId, bool sort, MethodInfo * method)); DO_APP_FUNC(0x021CC120, IEnumerable_1_Rewired_InputAction_ *, ReInput_MappingHelper_ActionsInCategoriesWithTag, (ReInput_MappingHelper * __this, String * tag, MethodInfo * method)); DO_APP_FUNC(0x021CC2E0, IEnumerable_1_Rewired_InputAction_ *, ReInput_MappingHelper_UserAssignableActionsInCategory, (ReInput_MappingHelper * __this, int32_t mapCategoryId, MethodInfo * method)); DO_APP_FUNC(0x021CC3A0, IEnumerable_1_Rewired_InputAction_ *, ReInput_MappingHelper_UserAssignableActionsInCategory_1, (ReInput_MappingHelper * __this, int32_t mapCategoryId, bool sort, MethodInfo * method)); DO_APP_FUNC(0x021CC470, IEnumerable_1_Rewired_InputAction_ *, ReInput_MappingHelper_UserAssignableActionsInCategory_2, (ReInput_MappingHelper * __this, String * mapCategoryName, MethodInfo * method)); DO_APP_FUNC(0x021CC530, IEnumerable_1_Rewired_InputAction_ *, ReInput_MappingHelper_UserAssignableActionsInCategory_3, (ReInput_MappingHelper * __this, String * mapCategoryName, bool sort, MethodInfo * method)); DO_APP_FUNC(0x021CC600, IList_1_Rewired_InputBehavior_ *, ReInput_MappingHelper_GetInputBehaviors, (ReInput_MappingHelper * __this, int32_t playerId, MethodInfo * method)); DO_APP_FUNC(0x021CC6B0, IList_1_Rewired_InputBehavior_ *, ReInput_MappingHelper_GetSystemPlayerInputBehaviors, (ReInput_MappingHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x021CC760, InputBehavior *, ReInput_MappingHelper_GetInputBehavior, (ReInput_MappingHelper * __this, int32_t playerId, int32_t behaviorId, MethodInfo * method)); DO_APP_FUNC(0x021CC810, InputBehavior *, ReInput_MappingHelper_GetInputBehavior_1, (ReInput_MappingHelper * __this, int32_t playerId, String * behaviorName, MethodInfo * method)); DO_APP_FUNC(0x021CC8C0, InputBehavior *, ReInput_MappingHelper_GetSystemPlayerInputBehavior, (ReInput_MappingHelper * __this, int32_t behaviorId, MethodInfo * method)); DO_APP_FUNC(0x021CC940, InputBehavior *, ReInput_MappingHelper_GetSystemPlayerInputBehavior_1, (ReInput_MappingHelper * __this, String * behaviorName, MethodInfo * method)); DO_APP_FUNC(0x021CCA30, int32_t, ReInput_MappingHelper_GetInputBehaviorId, (ReInput_MappingHelper * __this, String * behaviorName, MethodInfo * method)); DO_APP_FUNC(0x021CCB60, InputBehavior *, ReInput_MappingHelper_YJJfZUbDrSkTkGTpJPNyCoiDazjhc, (ReInput_MappingHelper * __this, int32_t param_0000b08c, MethodInfo * method)); DO_APP_FUNC(0x021CCC80, InputBehavior *, ReInput_MappingHelper_YJJfZUbDrSkTkGTpJPNyCoiDazjhc_1, (ReInput_MappingHelper * __this, String * param_0000b08d, MethodInfo * method)); DO_APP_FUNC(0x021CCD70, ControllerMap *, ReInput_MappingHelper_GetControllerMap, (ReInput_MappingHelper * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x021CCEA0, ActionElementMap *, ReInput_MappingHelper_GetActionElementMap, (ReInput_MappingHelper * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x021CD1F0, ControllerMap *, ReInput_MappingHelper_GetControllerMapInstance, (ReInput_MappingHelper * __this, Controller * controller, int32_t mapCategoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95BC0, ReInput_MappingHelper_GetControllerMapInstance__MethodInfo); DO_APP_FUNC(0x021CD3C0, ControllerMap *, ReInput_MappingHelper_GetControllerMapInstance_1, (ReInput_MappingHelper * __this, Controller * controller, String * mapCategoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x021CD490, ControllerMap *, ReInput_MappingHelper_GetControllerMapInstance_2, (ReInput_MappingHelper * __this, ControllerIdentifier controllerIdentifier, String * mapCategoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x021CD570, ControllerMap *, ReInput_MappingHelper_GetControllerMapInstance_3, (ReInput_MappingHelper * __this, ControllerIdentifier controllerIdentifier, int32_t mapCategoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95BD8, ReInput_MappingHelper_GetControllerMapInstance_3__MethodInfo); DO_APP_FUNC(0x021CD770, JoystickMap *, ReInput_MappingHelper_GetJoystickMapInstance, (ReInput_MappingHelper * __this, Joystick * joystick, int32_t mapCategoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x021CD8B0, JoystickMap *, ReInput_MappingHelper_GetJoystickMapInstance_1, (ReInput_MappingHelper * __this, Joystick * joystick, String * mapCategoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x021CD9F0, JoystickMap *, ReInput_MappingHelper_GetJoystickMapInstance_2, (ReInput_MappingHelper * __this, Guid joystickTypeGuid, int32_t mapCategoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x021CDD80, JoystickMap *, ReInput_MappingHelper_GetJoystickMapInstance_3, (ReInput_MappingHelper * __this, Guid joystickTypeGuid, String * mapCategoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x021CDF30, JoystickMap *, ReInput_MappingHelper_GetJoystickMapInstance_4, (ReInput_MappingHelper * __this, ControllerIdentifier controllerIdentifier, int32_t mapCategoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x021CE1A0, JoystickMap *, ReInput_MappingHelper_GetJoystickMapInstance_5, (ReInput_MappingHelper * __this, ControllerIdentifier controllerIdentifier, String * mapCategoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x021CE300, KeyboardMap *, ReInput_MappingHelper_GetKeyboardMapInstance, (ReInput_MappingHelper * __this, int32_t mapCategoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x021CE440, KeyboardMap *, ReInput_MappingHelper_GetKeyboardMapInstance_1, (ReInput_MappingHelper * __this, String * mapCategoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x021CE500, MouseMap *, ReInput_MappingHelper_GetMouseMapInstance, (ReInput_MappingHelper * __this, int32_t mapCategoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x021CE640, MouseMap *, ReInput_MappingHelper_GetMouseMapInstance_1, (ReInput_MappingHelper * __this, String * mapCategoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x021CE770, CustomControllerMap *, ReInput_MappingHelper_GetCustomControllerMapInstance, (ReInput_MappingHelper * __this, CustomController * customController, int32_t mapCategoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x021CE8A0, CustomControllerMap *, ReInput_MappingHelper_GetCustomControllerMapInstance_1, (ReInput_MappingHelper * __this, CustomController * customController, String * mapCategoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x021CE9E0, CustomControllerMap *, ReInput_MappingHelper_GetCustomControllerMapInstance_2, (ReInput_MappingHelper * __this, ControllerIdentifier controllerIdentifier, int32_t mapCategoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x021CEDD0, CustomControllerMap *, ReInput_MappingHelper_GetCustomControllerMapInstance_3, (ReInput_MappingHelper * __this, ControllerIdentifier controllerIdentifier, String * mapCategoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x021CEF30, ControllerMap *, ReInput_MappingHelper_GetControllerMapInstanceSavedOrDefault, (ReInput_MappingHelper * __this, int32_t playerId, Controller * controller, int32_t mapCategoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x021CF140, ControllerMap *, ReInput_MappingHelper_GetControllerMapInstanceSavedOrDefault_1, (ReInput_MappingHelper * __this, int32_t playerId, Controller * controller, String * mapCategoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x021CF210, ControllerMap *, ReInput_MappingHelper_GetControllerMapInstanceSavedOrDefault_2, (ReInput_MappingHelper * __this, int32_t playerId, ControllerIdentifier controllerIdentifier, int32_t mapCategoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95BB0, ReInput_MappingHelper_GetControllerMapInstanceSavedOrDefault_2__MethodInfo); DO_APP_FUNC(0x021CF3C0, ControllerMap *, ReInput_MappingHelper_GetControllerMapInstanceSavedOrDefault_3, (ReInput_MappingHelper * __this, int32_t playerId, ControllerIdentifier controllerIdentifier, String * mapCategoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x021CF600, JoystickMap *, ReInput_MappingHelper_GetJoystickMapInstanceSavedOrDefault, (ReInput_MappingHelper * __this, int32_t playerId, Joystick * joystick, int32_t mapCategoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x021CF6D0, JoystickMap *, ReInput_MappingHelper_GetJoystickMapInstanceSavedOrDefault_1, (ReInput_MappingHelper * __this, int32_t playerId, Joystick * joystick, String * mapCategoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x021CF810, JoystickMap *, ReInput_MappingHelper_GetJoystickMapInstanceSavedOrDefault_2, (ReInput_MappingHelper * __this, int32_t playerId, ControllerIdentifier controllerIdentifier, int32_t mapCategoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x021CFD60, JoystickMap *, ReInput_MappingHelper_GetJoystickMapInstanceSavedOrDefault_3, (ReInput_MappingHelper * __this, int32_t playerId, ControllerIdentifier controllerIdentifier, String * mapCategoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x021CFEC0, CustomControllerMap *, ReInput_MappingHelper_GetCustomControllerMapInstanceSavedOrDefault, (ReInput_MappingHelper * __this, int32_t playerId, CustomController * customController, int32_t mapCategoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x021CFF60, CustomControllerMap *, ReInput_MappingHelper_GetCustomControllerMapInstanceSavedOrDefault_1, (ReInput_MappingHelper * __this, int32_t playerId, CustomController * customController, String * mapCategoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x021D00A0, CustomControllerMap *, ReInput_MappingHelper_GetCustomControllerMapInstanceSavedOrDefault_2, (ReInput_MappingHelper * __this, int32_t playerId, ControllerIdentifier controllerIdentifier, int32_t mapCategoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x021D0920, CustomControllerMap *, ReInput_MappingHelper_GetCustomControllerMapInstanceSavedOrDefault_3, (ReInput_MappingHelper * __this, int32_t playerId, ControllerIdentifier controllerIdentifier, String * mapCategoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x021D0A80, KeyboardMap *, ReInput_MappingHelper_GetKeyboardMapInstanceSavedOrDefault, (ReInput_MappingHelper * __this, int32_t playerId, int32_t mapCategoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x021D0CF0, KeyboardMap *, ReInput_MappingHelper_GetKeyboardMapInstanceSavedOrDefault_1, (ReInput_MappingHelper * __this, int32_t playerId, String * mapCategoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x021D0DB0, MouseMap *, ReInput_MappingHelper_GetMouseMapInstanceSavedOrDefault, (ReInput_MappingHelper * __this, int32_t playerId, int32_t mapCategoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x021D1020, MouseMap *, ReInput_MappingHelper_GetMouseMapInstanceSavedOrDefault_1, (ReInput_MappingHelper * __this, int32_t playerId, String * mapCategoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x021D1160, ControllerElementIdentifier *, ReInput_MappingHelper_GetFirstJoystickTemplateElementIdentifier, (ReInput_MappingHelper * __this, Joystick * joystick, int32_t joystickElementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x021D13B0, ControllerElementIdentifier *, ReInput_MappingHelper_efdnRncEwxtlqQnXWCYscpJPWsTFA, (ReInput_MappingHelper * __this, Guid param_0000b100, int32_t param_0000b101, MethodInfo * method)); DO_APP_FUNC(0x021D1560, ControllerTemplateMap *, ReInput_MappingHelper_GetControllerTemplateMapInstance, (ReInput_MappingHelper * __this, Guid templateTypeGuid, int32_t mapCategoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x021D1650, ControllerTemplateMap *, ReInput_MappingHelper_GetControllerTemplateMapInstance_1, (ReInput_MappingHelper * __this, Guid templateTypeGuid, String * mapCategoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x021D1830, ControllerMapLayoutManager_RuleSet *, ReInput_MappingHelper_GetControllerMapLayoutManagerRuleSetInstance, (ReInput_MappingHelper * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x021D19B0, ControllerMapLayoutManager_RuleSet *, ReInput_MappingHelper_GetControllerMapLayoutManagerRuleSetInstance_1, (ReInput_MappingHelper * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x021D1AF0, ControllerMapEnabler_RuleSet *, ReInput_MappingHelper_GetControllerMapEnablerRuleSetInstance, (ReInput_MappingHelper * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x021D1C70, ControllerMapEnabler_RuleSet *, ReInput_MappingHelper_GetControllerMapEnablerRuleSetInstance_1, (ReInput_MappingHelper * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01F52520, ReInput_PlayerHelper *, ReInput_PlayerHelper_DhClYETVBVWfODSCsukIBRGnvvuC, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReInput_PlayerHelper__ctor, (ReInput_PlayerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x01F525E0, int32_t, ReInput_PlayerHelper_get_playerCount, (ReInput_PlayerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x01F52670, int32_t, ReInput_PlayerHelper_get_allPlayerCount, (ReInput_PlayerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x01F52700, IList_1_Rewired_Player_ *, ReInput_PlayerHelper_get_Players, (ReInput_PlayerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x01F527B0, IList_1_Rewired_Player_ *, ReInput_PlayerHelper_get_AllPlayers, (ReInput_PlayerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x01F52860, Player *, ReInput_PlayerHelper_get_SystemPlayer, (ReInput_PlayerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x01F528F0, IList_1_Rewired_Player_ *, ReInput_PlayerHelper_GetPlayers, (ReInput_PlayerHelper * __this, bool includeSystemPlayer, MethodInfo * method)); DO_APP_FUNC(0x01F529E0, Player *, ReInput_PlayerHelper_GetPlayer, (ReInput_PlayerHelper * __this, int32_t playerId, MethodInfo * method)); DO_APP_FUNC(0x01F52A80, Player *, ReInput_PlayerHelper_GetPlayer_1, (ReInput_PlayerHelper * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01F52B20, Player *, ReInput_PlayerHelper_GetSystemPlayer, (ReInput_PlayerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x01F52BB0, int32_t, ReInput_PlayerHelper_GetPlayerId, (ReInput_PlayerHelper * __this, String * playerName, MethodInfo * method)); DO_APP_FUNC(0x01F52C50, String__Array *, ReInput_PlayerHelper_GetPlayerNames, (ReInput_PlayerHelper * __this, bool includeSystemPlayer, MethodInfo * method)); DO_APP_FUNC(0x01F52D10, String__Array *, ReInput_PlayerHelper_GetPlayerDescriptiveNames, (ReInput_PlayerHelper * __this, bool includeSystemPlayer, MethodInfo * method)); DO_APP_FUNC(0x01F52DD0, Int32__Array *, ReInput_PlayerHelper_GetPlayerIds, (ReInput_PlayerHelper * __this, bool includeSystemPlayer, MethodInfo * method)); DO_APP_FUNC(0x01F52FF0, ReInput_TimeHelper *, ReInput_TimeHelper_DhClYETVBVWfODSCsukIBRGnvvuC, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReInput_TimeHelper__ctor, (ReInput_TimeHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x01F530B0, float, ReInput_TimeHelper_get_unscaledDeltaTime, (ReInput_TimeHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x01F53150, double, ReInput_TimeHelper_get_unscaledTime, (ReInput_TimeHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x01F531F0, uint32_t, ReInput_TimeHelper_get_currentFrame, (ReInput_TimeHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x01F53290, double, ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_DNzygcnQQclDWroImeTLoBwSDeWD, (ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F532B0, double, ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_fAGYfLGCFNocSavWIUiJFtBRVHFd, (ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F532D0, double, ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_gLQVLqXPlSJaFbDbXEkSaIkMlHVMA, (ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F532F0, float, ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_aYSxQTYFDuhymUQWDBRUPZWjpTLj, (ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F53310, float, ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_snInnWGRxXCRoRiWisjKGCBDVFTu, (ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F53330, double, ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_HOTmRBIdMgumqgvThuBiycnTEFXH, (ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F53370, uint32_t, ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_xLuddwDHAyORsEhCjcgEBUCmDSFDb, (ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F53390, uint32_t, ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_hcnMXGIWRdszZljpyLdHGGEYFBwi, (ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5300, uint32_t, ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_ucFSnZMiTBjeHkRRsUtBUISrXiWx, (ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F533B0, void, ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA__ctor, (ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F535B0, void, ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_PKSUUmsFGQeSPkMWytHBqsAfDFezA, (ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F53610, void, ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_DiSEicMGRLeyYCcOOCJVXiKUImDxA, (ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F53A40, void, ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_XUYlHArjcZHIIZmMQVtfQqgGDltj, (ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA * __this, UpdateLoopType__Enum param_0000b113, MethodInfo * method)); DO_APP_FUNC(0x00C52700, double, ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_NGtafHDtYZIXfpyTnVUJzXoLNIRb_DNzygcnQQclDWroImeTLoBwSDeWD, (ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_NGtafHDtYZIXfpyTnVUJzXoLNIRb * __this, MethodInfo * method)); DO_APP_FUNC(0x01254CD0, double, ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_NGtafHDtYZIXfpyTnVUJzXoLNIRb_fAGYfLGCFNocSavWIUiJFtBRVHFd, (ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_NGtafHDtYZIXfpyTnVUJzXoLNIRb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F53DC0, double, ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_NGtafHDtYZIXfpyTnVUJzXoLNIRb_gLQVLqXPlSJaFbDbXEkSaIkMlHVMA, (ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_NGtafHDtYZIXfpyTnVUJzXoLNIRb * __this, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, uint32_t, ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_NGtafHDtYZIXfpyTnVUJzXoLNIRb_xLuddwDHAyORsEhCjcgEBUCmDSFDb, (ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_NGtafHDtYZIXfpyTnVUJzXoLNIRb * __this, MethodInfo * method)); DO_APP_FUNC(0x01365740, uint32_t, ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_NGtafHDtYZIXfpyTnVUJzXoLNIRb_hcnMXGIWRdszZljpyLdHGGEYFBwi, (ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_NGtafHDtYZIXfpyTnVUJzXoLNIRb * __this, MethodInfo * method)); DO_APP_FUNC(0x008CC030, float, ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_NGtafHDtYZIXfpyTnVUJzXoLNIRb_aYSxQTYFDuhymUQWDBRUPZWjpTLj, (ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_NGtafHDtYZIXfpyTnVUJzXoLNIRb * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA4F60, float, ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_NGtafHDtYZIXfpyTnVUJzXoLNIRb_snInnWGRxXCRoRiWisjKGCBDVFTu, (ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_NGtafHDtYZIXfpyTnVUJzXoLNIRb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F53DD0, void, ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_NGtafHDtYZIXfpyTnVUJzXoLNIRb__ctor, (ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_NGtafHDtYZIXfpyTnVUJzXoLNIRb * __this, UpdateLoopType__Enum param_0000b114, MethodInfo * method)); DO_APP_FUNC(0x01F53E40, void, ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_NGtafHDtYZIXfpyTnVUJzXoLNIRb_XUYlHArjcZHIIZmMQVtfQqgGDltj, (ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_NGtafHDtYZIXfpyTnVUJzXoLNIRb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F54020, StopwatchBase *, ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_lTbhMyrvbkosjTVSPbnGlAhIMnqk_xQmCvynfxFQQtQAxgVxdTscynqoe, (MethodInfo * method)); DO_APP_FUNC(0x01F541B0, StopwatchBase *, ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_lTbhMyrvbkosjTVSPbnGlAhIMnqk_FZPmmsnDnbvylVLEXMIlDLCjajwN, (MethodInfo * method)); DO_APP_FUNC(0x01F542A0, StopwatchBase *, ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_lTbhMyrvbkosjTVSPbnGlAhIMnqk_hiHVwPFYfPeKBgnNLuVBTxmZMchk, (MethodInfo * method)); DO_APP_FUNC(0x01F543F0, ReInput_UnityTouch *, ReInput_UnityTouch_DhClYETVBVWfODSCsukIBRGnvvuC, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReInput_UnityTouch__ctor, (ReInput_UnityTouch * __this, MethodInfo * method)); DO_APP_FUNC(0x01F544B0, int32_t, ReInput_UnityTouch_get_touchCount, (ReInput_UnityTouch * __this, MethodInfo * method)); DO_APP_FUNC(0x01F54500, Touch__Array *, ReInput_UnityTouch_get_touches, (ReInput_UnityTouch * __this, MethodInfo * method)); DO_APP_FUNC(0x01F54510, bool, ReInput_UnityTouch_get_simulateMouseWithTouches, (ReInput_UnityTouch * __this, MethodInfo * method)); DO_APP_FUNC(0x01F54560, void, ReInput_UnityTouch_set_simulateMouseWithTouches, (ReInput_UnityTouch * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F545B0, bool, ReInput_UnityTouch_get_multiTouchEnabled, (ReInput_UnityTouch * __this, MethodInfo * method)); DO_APP_FUNC(0x01F54600, void, ReInput_UnityTouch_set_multiTouchEnabled, (ReInput_UnityTouch * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F54650, Touch, ReInput_UnityTouch_GetTouch, (ReInput_UnityTouch * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003C5400, int32_t, ReInput_eXmRegBcghEOBdHNIAjtlBfyfbuD_ChtRmlNJMqAOsSBdbkqCdZcrdeSE, (ReInput_eXmRegBcghEOBdHNIAjtlBfyfbuD * __this, MethodInfo * method)); DO_APP_FUNC(0x01F54700, void, ReInput_eXmRegBcghEOBdHNIAjtlBfyfbuD__ctor, (ReInput_eXmRegBcghEOBdHNIAjtlBfyfbuD * __this, MethodInfo * method)); DO_APP_FUNC(0x01F55700, void, ReInput_eXmRegBcghEOBdHNIAjtlBfyfbuD_XUYlHArjcZHIIZmMQVtfQqgGDltj, (ReInput_eXmRegBcghEOBdHNIAjtlBfyfbuD * __this, MethodInfo * method)); DO_APP_FUNC(0x01F557C0, void, ReInput_eXmRegBcghEOBdHNIAjtlBfyfbuD_WXQFnkprAsPZwcJzXqgPWHfPQkvR, (ReInput_eXmRegBcghEOBdHNIAjtlBfyfbuD * __this, MethodInfo * method)); DO_APP_FUNC(0x01F55840, void, ReInput_eXmRegBcghEOBdHNIAjtlBfyfbuD_qHLAYlWWqjAdFdkeliNOLSREQCHk__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReInput_eXmRegBcghEOBdHNIAjtlBfyfbuD_qHLAYlWWqjAdFdkeliNOLSREQCHk__ctor, (ReInput_eXmRegBcghEOBdHNIAjtlBfyfbuD_qHLAYlWWqjAdFdkeliNOLSREQCHk * __this, MethodInfo * method)); DO_APP_FUNC(0x01F558F0, bool, ReInput_eXmRegBcghEOBdHNIAjtlBfyfbuD_qHLAYlWWqjAdFdkeliNOLSREQCHk_LspcxygRxiDPYtFrBZurFRQkOUui, (ReInput_eXmRegBcghEOBdHNIAjtlBfyfbuD_qHLAYlWWqjAdFdkeliNOLSREQCHk * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB90E8, ReInput_eXmRegBcghEOBdHNIAjtlBfyfbuD_qHLAYlWWqjAdFdkeliNOLSREQCHk_LspcxygRxiDPYtFrBZurFRQkOUui__MethodInfo); DO_APP_FUNC(0x01F55940, bool, ReInput_eXmRegBcghEOBdHNIAjtlBfyfbuD_qHLAYlWWqjAdFdkeliNOLSREQCHk_vKKjBIgrBaAmsofJwaKTTxpiamzBA, (ReInput_eXmRegBcghEOBdHNIAjtlBfyfbuD_qHLAYlWWqjAdFdkeliNOLSREQCHk * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB90D0, ReInput_eXmRegBcghEOBdHNIAjtlBfyfbuD_qHLAYlWWqjAdFdkeliNOLSREQCHk_vKKjBIgrBaAmsofJwaKTTxpiamzBA__MethodInfo); DO_APP_FUNC(0x01F55990, int32_t, ReInput_eXmRegBcghEOBdHNIAjtlBfyfbuD_qHLAYlWWqjAdFdkeliNOLSREQCHk_VLvDzhFJwRTqwbVoQjRcNxoAjkOI, (ReInput_eXmRegBcghEOBdHNIAjtlBfyfbuD_qHLAYlWWqjAdFdkeliNOLSREQCHk * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB90F0, ReInput_eXmRegBcghEOBdHNIAjtlBfyfbuD_qHLAYlWWqjAdFdkeliNOLSREQCHk_VLvDzhFJwRTqwbVoQjRcNxoAjkOI__MethodInfo); DO_APP_FUNC(0x01F559E0, float, ReInput_eXmRegBcghEOBdHNIAjtlBfyfbuD_qHLAYlWWqjAdFdkeliNOLSREQCHk_qhZcMCdjodPkefwKhoZTUpagzPNjb, (ReInput_eXmRegBcghEOBdHNIAjtlBfyfbuD_qHLAYlWWqjAdFdkeliNOLSREQCHk * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB90D8, ReInput_eXmRegBcghEOBdHNIAjtlBfyfbuD_qHLAYlWWqjAdFdkeliNOLSREQCHk_qhZcMCdjodPkefwKhoZTUpagzPNjb__MethodInfo); DO_APP_FUNC(0x01F55A30, bool, ReInput_eXmRegBcghEOBdHNIAjtlBfyfbuD_qHLAYlWWqjAdFdkeliNOLSREQCHk_qwBolSarNBQWlXQSMJjklDTWbhHHA, (ReInput_eXmRegBcghEOBdHNIAjtlBfyfbuD_qHLAYlWWqjAdFdkeliNOLSREQCHk * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB90E0, ReInput_eXmRegBcghEOBdHNIAjtlBfyfbuD_qHLAYlWWqjAdFdkeliNOLSREQCHk_qwBolSarNBQWlXQSMJjklDTWbhHHA__MethodInfo); DO_APP_FUNC(0x01F55AC0, String *, ReInput_eXmRegBcghEOBdHNIAjtlBfyfbuD_qHLAYlWWqjAdFdkeliNOLSREQCHk_HjFqhOLqsPeGyOmWZxilnOCxBUZCA, (ReInput_eXmRegBcghEOBdHNIAjtlBfyfbuD_qHLAYlWWqjAdFdkeliNOLSREQCHk * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9100, ReInput_eXmRegBcghEOBdHNIAjtlBfyfbuD_qHLAYlWWqjAdFdkeliNOLSREQCHk_HjFqhOLqsPeGyOmWZxilnOCxBUZCA__MethodInfo); DO_APP_FUNC(0x01F55B40, void, ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv__ctor, (ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv * __this, MethodInfo * method)); DO_APP_FUNC(0x01F55BF0, void, ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv_xknqTvbvomoXnWWtmkFLVzfpbyaJ, (ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv * __this, Exception * param_0000b118, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93778, ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv_xknqTvbvomoXnWWtmkFLVzfpbyaJ__MethodInfo); DO_APP_FUNC(0x01F55C60, void, ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv_hfWOQKpyfoDYaaMBQrmejQSJtyNs, (ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv * __this, Exception * param_0000b119, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C937B0, ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv_hfWOQKpyfoDYaaMBQrmejQSJtyNs__MethodInfo); DO_APP_FUNC(0x01F55CD0, void, ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv_nlskfEECLOwdPWJLOaAjDoibgtVj, (ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv * __this, Exception * param_0000b11a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93760, ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv_nlskfEECLOwdPWJLOaAjDoibgtVj__MethodInfo); DO_APP_FUNC(0x01F55D40, void, ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv_kvWnfrnpwXcmhzDjzBMmNLBTyOlR, (ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv * __this, Exception * param_0000b11b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93768, ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv_kvWnfrnpwXcmhzDjzBMmNLBTyOlR__MethodInfo); DO_APP_FUNC(0x01F55DB0, void, ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv_EGEOGzTpRmdgAntaTqWACDIdFqAz, (ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv * __this, Exception * param_0000b11c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C937C0, ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv_EGEOGzTpRmdgAntaTqWACDIdFqAz__MethodInfo); DO_APP_FUNC(0x01F55E20, void, ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv_SmebpmmxHgMRvdTVDkLhaErFgwRS, (ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv * __this, Exception * param_0000b11d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C937A0, ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv_SmebpmmxHgMRvdTVDkLhaErFgwRS__MethodInfo); DO_APP_FUNC(0x01F55E90, void, ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv_cuOLVXSVdIEgZpXJftjmatrgGVaK, (ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv * __this, Exception * param_0000b11e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93798, ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv_cuOLVXSVdIEgZpXJftjmatrgGVaK__MethodInfo); DO_APP_FUNC(0x01F55F00, void, ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv_JLwzRuOMwQLdeOnNCqpxWhvCpTzO, (ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv * __this, Exception * param_0000b11f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C937B8, ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv_JLwzRuOMwQLdeOnNCqpxWhvCpTzO__MethodInfo); DO_APP_FUNC(0x01F55F70, void, ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv_ibBVeCECxJKLNbdaRDgYydBsdPCIA, (ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv * __this, Exception * param_0000b120, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C937A8, ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv_ibBVeCECxJKLNbdaRDgYydBsdPCIA__MethodInfo); DO_APP_FUNC(0x01F55FE0, bool, ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv_CBMEmsPFAXmdTFMNlRWkOQVTftIk, (ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C935E8, ReInput_AhyVIyyiNXLwDdjpPfJFTQbpnrkv_CBMEmsPFAXmdTFMNlRWkOQVTftIk__MethodInfo); DO_APP_FUNC(0x01F56050, void, oQuUFLJuRrUxJDynhLyEQLTqbPLb__ctor, (oQuUFLJuRrUxJDynhLyEQLTqbPLb * __this, UpdateLoopSetting__Enum param_0000b121, MethodInfo * method)); DO_APP_FUNC(0x01F56460, void, oQuUFLJuRrUxJDynhLyEQLTqbPLb_OFZSrciPcwVSkRHhANlFBBxUywYv, (oQuUFLJuRrUxJDynhLyEQLTqbPLb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F56690, void, oQuUFLJuRrUxJDynhLyEQLTqbPLb_XUYlHArjcZHIIZmMQVtfQqgGDltj, (oQuUFLJuRrUxJDynhLyEQLTqbPLb * __this, UpdateLoopType__Enum param_0000b122, MethodInfo * method)); DO_APP_FUNC(0x01F566C0, bool, oQuUFLJuRrUxJDynhLyEQLTqbPLb_mZJjAakdAhCCZmjDvFzrrSoZSnbO, (oQuUFLJuRrUxJDynhLyEQLTqbPLb * __this, int32_t param_0000b123, int32_t param_0000b124, MethodInfo * method)); DO_APP_FUNC(0x01F56740, bool, oQuUFLJuRrUxJDynhLyEQLTqbPLb_FYQInkYEBueEgLwzndtHsGgwCwtbA, (oQuUFLJuRrUxJDynhLyEQLTqbPLb * __this, int32_t param_0000b125, int32_t param_0000b126, MethodInfo * method)); DO_APP_FUNC(0x01F567C0, bool, oQuUFLJuRrUxJDynhLyEQLTqbPLb_uJUaxSpmNZTdiwGozMBDcRAUwbze, (oQuUFLJuRrUxJDynhLyEQLTqbPLb * __this, int32_t param_0000b127, int32_t param_0000b128, MethodInfo * method)); DO_APP_FUNC(0x01F56840, bool, oQuUFLJuRrUxJDynhLyEQLTqbPLb_xdgmiOpJQuKlATylNQoLiIoiSZUM, (oQuUFLJuRrUxJDynhLyEQLTqbPLb * __this, int32_t param_0000b129, int32_t param_0000b12a, bool param_0000b12b, MethodInfo * method)); DO_APP_FUNC(0x01F568E0, bool, oQuUFLJuRrUxJDynhLyEQLTqbPLb_vNhkecRDeWZJDIhYoxSVmBHEGvniA, (oQuUFLJuRrUxJDynhLyEQLTqbPLb * __this, int32_t param_0000b12c, MethodInfo * method)); DO_APP_FUNC(0x01F56940, bool, oQuUFLJuRrUxJDynhLyEQLTqbPLb_wyfEZucVyHOmWCHinoYJMdyXvIsN, (oQuUFLJuRrUxJDynhLyEQLTqbPLb * __this, int32_t param_0000b12d, MethodInfo * method)); DO_APP_FUNC(0x01F569A0, bool, oQuUFLJuRrUxJDynhLyEQLTqbPLb_lJyXQizYMjtkInPTcLvqnnbBrpbQ, (oQuUFLJuRrUxJDynhLyEQLTqbPLb * __this, int32_t param_0000b12e, MethodInfo * method)); DO_APP_FUNC(0x01F56A00, void, oQuUFLJuRrUxJDynhLyEQLTqbPLb_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (oQuUFLJuRrUxJDynhLyEQLTqbPLb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F56BB0, void, oQuUFLJuRrUxJDynhLyEQLTqbPLb_axCfVzwZjPgmIbSYTdAtvaiJbKlP, (oQuUFLJuRrUxJDynhLyEQLTqbPLb * __this, UpdateLoopType__Enum param_0000b12f, MethodInfo * method)); DO_APP_FUNC(0x01F56C60, void, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB__ctor, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB * __this, MethodInfo * method)); DO_APP_FUNC(0x01F57010, void, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_OFZSrciPcwVSkRHhANlFBBxUywYv, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB * __this, MethodInfo * method)); DO_APP_FUNC(0x01F571A0, void, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_XUYlHArjcZHIIZmMQVtfQqgGDltj, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB * __this, MethodInfo * method)); DO_APP_FUNC(0x01F574B0, bool, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_mZJjAakdAhCCZmjDvFzrrSoZSnbO, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB * __this, int32_t param_0000b130, int32_t param_0000b131, MethodInfo * method)); DO_APP_FUNC(0x01F57520, bool, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_FYQInkYEBueEgLwzndtHsGgwCwtbA, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB * __this, int32_t param_0000b132, int32_t param_0000b133, MethodInfo * method)); DO_APP_FUNC(0x01F575A0, bool, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_uJUaxSpmNZTdiwGozMBDcRAUwbze, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB * __this, int32_t param_0000b134, int32_t param_0000b135, MethodInfo * method)); DO_APP_FUNC(0x01F57620, bool, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_xdgmiOpJQuKlATylNQoLiIoiSZUM, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB * __this, int32_t param_0000b136, int32_t param_0000b137, bool param_0000b138, MethodInfo * method)); DO_APP_FUNC(0x01F576C0, bool, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_vNhkecRDeWZJDIhYoxSVmBHEGvniA, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB * __this, int32_t param_0000b139, MethodInfo * method)); DO_APP_FUNC(0x01F57710, bool, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_wyfEZucVyHOmWCHinoYJMdyXvIsN, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB * __this, int32_t param_0000b13a, MethodInfo * method)); DO_APP_FUNC(0x01F57770, bool, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_lJyXQizYMjtkInPTcLvqnnbBrpbQ, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB * __this, int32_t param_0000b13b, MethodInfo * method)); DO_APP_FUNC(0x01F577D0, void, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB * __this, MethodInfo * method)); DO_APP_FUNC(0x01F57920, void, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_rZSecNsaugWSctQPjSgvVuScTUil__ctor, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_rZSecNsaugWSctQPjSgvVuScTUil * __this, int32_t param_0000b13c, MethodInfo * method)); DO_APP_FUNC(0x01F57C40, void, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_rZSecNsaugWSctQPjSgvVuScTUil_OFZSrciPcwVSkRHhANlFBBxUywYv, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_rZSecNsaugWSctQPjSgvVuScTUil * __this, MethodInfo * method)); DO_APP_FUNC(0x01F57D90, void, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_rZSecNsaugWSctQPjSgvVuScTUil_XUYlHArjcZHIIZmMQVtfQqgGDltj, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_rZSecNsaugWSctQPjSgvVuScTUil * __this, MethodInfo * method)); DO_APP_FUNC(0x01F57EE0, bool, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_rZSecNsaugWSctQPjSgvVuScTUil_mqqZdClMIxtIoXjjFJzbegObqNYJ, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_rZSecNsaugWSctQPjSgvVuScTUil * __this, int32_t param_0000b13d, MethodInfo * method)); DO_APP_FUNC(0x01F57F30, bool, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_rZSecNsaugWSctQPjSgvVuScTUil_bwXTqwVNHxGbZtuEOaVZeksOqapzA, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_rZSecNsaugWSctQPjSgvVuScTUil * __this, int32_t param_0000b13e, MethodInfo * method)); DO_APP_FUNC(0x01F57F80, bool, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_rZSecNsaugWSctQPjSgvVuScTUil_VeDpsyhXlnuOEEWoocbOVLRMTclt, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_rZSecNsaugWSctQPjSgvVuScTUil * __this, int32_t param_0000b13f, MethodInfo * method)); DO_APP_FUNC(0x01F57FD0, float, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_rZSecNsaugWSctQPjSgvVuScTUil_jnwXpLYAzVXCraZfVnRppsWcLeyu, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_rZSecNsaugWSctQPjSgvVuScTUil * __this, int32_t param_0000b140, MethodInfo * method)); DO_APP_FUNC(0x01F58020, bool, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_rZSecNsaugWSctQPjSgvVuScTUil_OxnhEPIEmXjqOhVFfsUZdFfhbVKl, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_rZSecNsaugWSctQPjSgvVuScTUil * __this, int32_t param_0000b141, bool param_0000b142, MethodInfo * method)); DO_APP_FUNC(0x01F58090, void, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_rZSecNsaugWSctQPjSgvVuScTUil_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_rZSecNsaugWSctQPjSgvVuScTUil * __this, MethodInfo * method)); DO_APP_FUNC(0x01F58130, void, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_XEVKGtOAPPRilzGCpFtxiFYCCMgz__ctor, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_XEVKGtOAPPRilzGCpFtxiFYCCMgz * __this, MethodInfo * method)); DO_APP_FUNC(0x01F582F0, void, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_XEVKGtOAPPRilzGCpFtxiFYCCMgz_XUYlHArjcZHIIZmMQVtfQqgGDltj, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_XEVKGtOAPPRilzGCpFtxiFYCCMgz * __this, MethodInfo * method)); DO_APP_FUNC(0x01F58490, bool, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_XEVKGtOAPPRilzGCpFtxiFYCCMgz_mqqZdClMIxtIoXjjFJzbegObqNYJ, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_XEVKGtOAPPRilzGCpFtxiFYCCMgz * __this, int32_t param_0000b143, MethodInfo * method)); DO_APP_FUNC(0x01F584E0, bool, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_XEVKGtOAPPRilzGCpFtxiFYCCMgz_bwXTqwVNHxGbZtuEOaVZeksOqapzA, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_XEVKGtOAPPRilzGCpFtxiFYCCMgz * __this, int32_t param_0000b144, MethodInfo * method)); DO_APP_FUNC(0x01F58530, bool, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_XEVKGtOAPPRilzGCpFtxiFYCCMgz_VeDpsyhXlnuOEEWoocbOVLRMTclt, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_XEVKGtOAPPRilzGCpFtxiFYCCMgz * __this, int32_t param_0000b145, MethodInfo * method)); DO_APP_FUNC(0x01F58580, void, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_XEVKGtOAPPRilzGCpFtxiFYCCMgz_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_XEVKGtOAPPRilzGCpFtxiFYCCMgz * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_nJBKlBUJLQcocilALEJBhfdiyascB_gVYLNUuWnIHUqoQewuxmDMlOiTZv, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_nJBKlBUJLQcocilALEJBhfdiyascB * __this, MethodInfo * method)); DO_APP_FUNC(0x01F585E0, void, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_nJBKlBUJLQcocilALEJBhfdiyascB_aVWtiiOrKUecMEMCFhbNfQptqOXvA, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_nJBKlBUJLQcocilALEJBhfdiyascB * __this, bool param_0000b146, MethodInfo * method)); DO_APP_FUNC(0x01F1C190, bool, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_nJBKlBUJLQcocilALEJBhfdiyascB_yUKCXTcsMjeKfUkKxRYqEXaarvbq, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_nJBKlBUJLQcocilALEJBhfdiyascB * __this, MethodInfo * method)); DO_APP_FUNC(0x01F585F0, bool, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_nJBKlBUJLQcocilALEJBhfdiyascB_XIhSnjociqjTwFDWTvlvDjRalftnA, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_nJBKlBUJLQcocilALEJBhfdiyascB * __this, MethodInfo * method)); DO_APP_FUNC(0x01F58610, void, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_nJBKlBUJLQcocilALEJBhfdiyascB_OFZSrciPcwVSkRHhANlFBBxUywYv, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_nJBKlBUJLQcocilALEJBhfdiyascB * __this, bool param_0000b147, MethodInfo * method)); DO_APP_FUNC(0x01F58620, void, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_nJBKlBUJLQcocilALEJBhfdiyascB_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_nJBKlBUJLQcocilALEJBhfdiyascB * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_nJBKlBUJLQcocilALEJBhfdiyascB__ctor, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_nJBKlBUJLQcocilALEJBhfdiyascB * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA310, float, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_hqSgnekblMvrxcIhpthtSBvwZRpfA_gVYLNUuWnIHUqoQewuxmDMlOiTZv, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_hqSgnekblMvrxcIhpthtSBvwZRpfA * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA9C70, void, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_hqSgnekblMvrxcIhpthtSBvwZRpfA_aVWtiiOrKUecMEMCFhbNfQptqOXvA, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_hqSgnekblMvrxcIhpthtSBvwZRpfA * __this, float param_0000b148, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_hqSgnekblMvrxcIhpthtSBvwZRpfA__ctor, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_hqSgnekblMvrxcIhpthtSBvwZRpfA * __this, int32_t param_0000b149, MethodInfo * method)); DO_APP_FUNC(0x01F58630, void, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_hqSgnekblMvrxcIhpthtSBvwZRpfA_OFZSrciPcwVSkRHhANlFBBxUywYv, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_hqSgnekblMvrxcIhpthtSBvwZRpfA * __this, float param_0000b14a, MethodInfo * method)); DO_APP_FUNC(0x01F58640, bool, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_hqSgnekblMvrxcIhpthtSBvwZRpfA_HdeWVqPIPKCrTfjkHrsyahzlqWmab, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_hqSgnekblMvrxcIhpthtSBvwZRpfA * __this, bool param_0000b14b, MethodInfo * method)); DO_APP_FUNC(0x01F58680, void, oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_hqSgnekblMvrxcIhpthtSBvwZRpfA_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB_hqSgnekblMvrxcIhpthtSBvwZRpfA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F58690, void, MQXuqxolDTNzmhlQygSPrfSbyMQP_lLRsGeYSJDiSeYVAJuoBQPMSMexA, (Platform__Enum param_0000b14c, MethodInfo * method)); DO_APP_FUNC(0x01F586D0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_hZDLbhXwGnGtsWbdwNDrYWZlLZjj, (uint32_t param_0000b14d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9050, MQXuqxolDTNzmhlQygSPrfSbyMQP_hZDLbhXwGnGtsWbdwNDrYWZlLZjj__MethodInfo); DO_APP_FUNC(0x01F58830, void, MQXuqxolDTNzmhlQygSPrfSbyMQP_rTMxuHfvQAhFXulfGiZYMVjPgdww, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9048, MQXuqxolDTNzmhlQygSPrfSbyMQP_rTMxuHfvQAhFXulfGiZYMVjPgdww__MethodInfo); DO_APP_FUNC(0x01F58990, String *, MQXuqxolDTNzmhlQygSPrfSbyMQP_watvvxWKkIEJACUGwWQnlJoyIRXab, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8FD0, MQXuqxolDTNzmhlQygSPrfSbyMQP_watvvxWKkIEJACUGwWQnlJoyIRXab__MethodInfo); DO_APP_FUNC(0x01F58C50, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_PLxAGOUomygEKKeLRFBlRvobfwuZ, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8FC8, MQXuqxolDTNzmhlQygSPrfSbyMQP_PLxAGOUomygEKKeLRFBlRvobfwuZ__MethodInfo); DO_APP_FUNC(0x01F58DB0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_vxcAmLqcYHVvGYpwBDZGWyxXyXAm, (void * param_0000b14e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8FC0, MQXuqxolDTNzmhlQygSPrfSbyMQP_vxcAmLqcYHVvGYpwBDZGWyxXyXAm__MethodInfo); DO_APP_FUNC(0x01F58F20, String *, MQXuqxolDTNzmhlQygSPrfSbyMQP_tbNAgobGoCebOKOAnsPmLGKigUeX, (void * param_0000b14f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8FB8, MQXuqxolDTNzmhlQygSPrfSbyMQP_tbNAgobGoCebOKOAnsPmLGKigUeX__MethodInfo); DO_APP_FUNC(0x01F591D0, Guid, MQXuqxolDTNzmhlQygSPrfSbyMQP_JTamGJxIofsIUYahrdqsvoTHqDgD, (void * param_0000b150, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8FB0, MQXuqxolDTNzmhlQygSPrfSbyMQP_JTamGJxIofsIUYahrdqsvoTHqDgD__MethodInfo); DO_APP_FUNC(0x01F59350, Guid, MQXuqxolDTNzmhlQygSPrfSbyMQP_FGbtNSVMvwhcUOdrGDFxurGiSvtx, (int32_t param_0000b151, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9000, MQXuqxolDTNzmhlQygSPrfSbyMQP_FGbtNSVMvwhcUOdrGDFxurGiSvtx__MethodInfo); DO_APP_FUNC(0x01F594D0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_phzsHyqunzmxeVJSOpSJtjbhvYiK, (void * param_0000b152, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8FF8, MQXuqxolDTNzmhlQygSPrfSbyMQP_phzsHyqunzmxeVJSOpSJtjbhvYiK__MethodInfo); DO_APP_FUNC(0x01F59640, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_TAzWeggeMEKyOxDcmCXKULHceVnt, (void * param_0000b153, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8FF0, MQXuqxolDTNzmhlQygSPrfSbyMQP_TAzWeggeMEKyOxDcmCXKULHceVnt__MethodInfo); DO_APP_FUNC(0x01F597B0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_XotBtmCSPbxExyJXPqilfsmkFCag, (void * param_0000b154, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8FE8, MQXuqxolDTNzmhlQygSPrfSbyMQP_XotBtmCSPbxExyJXPqilfsmkFCag__MethodInfo); DO_APP_FUNC(0x01F59920, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_xwUbGkDOitZXorLwndPLNqlKcGnWA, (void * param_0000b155, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8FE0, MQXuqxolDTNzmhlQygSPrfSbyMQP_xwUbGkDOitZXorLwndPLNqlKcGnWA__MethodInfo); DO_APP_FUNC(0x01F59A90, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_RXLthbhdAaIJcGhsiZrktKHhafvn, (int32_t param_0000b156, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8FD8, MQXuqxolDTNzmhlQygSPrfSbyMQP_RXLthbhdAaIJcGhsiZrktKHhafvn__MethodInfo); DO_APP_FUNC(0x01F59BF0, void, MQXuqxolDTNzmhlQygSPrfSbyMQP_AyzQtLotxzNzAaXWCMMPvlizwTwS, (void * param_0000b157, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8F80, MQXuqxolDTNzmhlQygSPrfSbyMQP_AyzQtLotxzNzAaXWCMMPvlizwTwS__MethodInfo); DO_APP_FUNC(0x01F59D60, bool, MQXuqxolDTNzmhlQygSPrfSbyMQP_wRUddngkZRPNfjNofTXRbVUFSuKk, (void * param_0000b158, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8F78, MQXuqxolDTNzmhlQygSPrfSbyMQP_wRUddngkZRPNfjNofTXRbVUFSuKk__MethodInfo); DO_APP_FUNC(0x01F59ED0, bool, MQXuqxolDTNzmhlQygSPrfSbyMQP_sdlIVSboMVTioanxCmJFfzxmptgeb, (int32_t param_0000b159, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8F70, MQXuqxolDTNzmhlQygSPrfSbyMQP_sdlIVSboMVTioanxCmJFfzxmptgeb__MethodInfo); DO_APP_FUNC(0x01F5A040, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_WhxTJXoheRcnVgHKdrSpNsYxHOVlA, (int32_t param_0000b15a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8F68, MQXuqxolDTNzmhlQygSPrfSbyMQP_WhxTJXoheRcnVgHKdrSpNsYxHOVlA__MethodInfo); DO_APP_FUNC(0x01F5A1A0, void, MQXuqxolDTNzmhlQygSPrfSbyMQP_IlTeAXHsrOeZikxrUeNLgsrOiiip, (void * param_0000b15b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8F60, MQXuqxolDTNzmhlQygSPrfSbyMQP_IlTeAXHsrOeZikxrUeNLgsrOiiip__MethodInfo); DO_APP_FUNC(0x01F5A310, bool, MQXuqxolDTNzmhlQygSPrfSbyMQP_CHFAFONxAuCrZaChybuQlgtEVjnx, (void * param_0000b15c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8FA8, MQXuqxolDTNzmhlQygSPrfSbyMQP_CHFAFONxAuCrZaChybuQlgtEVjnx__MethodInfo); DO_APP_FUNC(0x01F5A480, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_UBMmilKJFGdIKgdRUraCjyuhrhENA, (void * param_0000b15d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8FA0, MQXuqxolDTNzmhlQygSPrfSbyMQP_UBMmilKJFGdIKgdRUraCjyuhrhENA__MethodInfo); DO_APP_FUNC(0x01F5A5F0, String *, MQXuqxolDTNzmhlQygSPrfSbyMQP_gTkVQgtmgNkWWCzTkKdjPRHFZpYE, (void * param_0000b15e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8F98, MQXuqxolDTNzmhlQygSPrfSbyMQP_gTkVQgtmgNkWWCzTkKdjPRHFZpYE__MethodInfo); DO_APP_FUNC(0x01F5A8A0, String *, MQXuqxolDTNzmhlQygSPrfSbyMQP_GRRgUrFhCpgLdfFIGfBWTaXkYnarb, (Guid param_0000b15f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8F90, MQXuqxolDTNzmhlQygSPrfSbyMQP_GRRgUrFhCpgLdfFIGfBWTaXkYnarb__MethodInfo); DO_APP_FUNC(0x01F5AB70, String *, MQXuqxolDTNzmhlQygSPrfSbyMQP_GRRgUrFhCpgLdfFIGfBWTaXkYnarb_1, (void * param_0000b160, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8F88, MQXuqxolDTNzmhlQygSPrfSbyMQP_GRRgUrFhCpgLdfFIGfBWTaXkYnarb_1__MethodInfo); DO_APP_FUNC(0x01F5AE20, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_jTlxuZGJtWqERJbptBnEtkDHtccv, (String * param_0000b161, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8F30, MQXuqxolDTNzmhlQygSPrfSbyMQP_jTlxuZGJtWqERJbptBnEtkDHtccv__MethodInfo); DO_APP_FUNC(0x01F5AFB0, void, MQXuqxolDTNzmhlQygSPrfSbyMQP_vxQmjpVqngMQpDtGeOJxEMDxKIET, (void * param_0000b162, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8F28, MQXuqxolDTNzmhlQygSPrfSbyMQP_vxQmjpVqngMQpDtGeOJxEMDxKIET__MethodInfo); DO_APP_FUNC(0x01F5B120, void, MQXuqxolDTNzmhlQygSPrfSbyMQP_BkREsgkHzcnMGzDgJseYwfsDKqtsA, (void * param_0000b163, int32_t param_0000b164, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8F20, MQXuqxolDTNzmhlQygSPrfSbyMQP_BkREsgkHzcnMGzDgJseYwfsDKqtsA__MethodInfo); DO_APP_FUNC(0x01F5B2A0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_EBSKCjSaVUvIOsmEihulrgdlFvrw, (void * param_0000b165, void * param_0000b166, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8F18, MQXuqxolDTNzmhlQygSPrfSbyMQP_EBSKCjSaVUvIOsmEihulrgdlFvrw__MethodInfo); DO_APP_FUNC(0x01F5B420, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aaZPzcHrOtQMIPcdfqkqBelmPRdr, (void * param_0000b167, int32_t param_0000b168, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8F10, MQXuqxolDTNzmhlQygSPrfSbyMQP_aaZPzcHrOtQMIPcdfqkqBelmPRdr__MethodInfo); DO_APP_FUNC(0x01F5B5A0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_rnbzIfejAmdamGnPaZCrWsfAPLhkA, (void * param_0000b169, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8F08, MQXuqxolDTNzmhlQygSPrfSbyMQP_rnbzIfejAmdamGnPaZCrWsfAPLhkA__MethodInfo); DO_APP_FUNC(0x01F5B710, String *, MQXuqxolDTNzmhlQygSPrfSbyMQP_dNbknepPyAqiVsgCEHjnElBwtoEUA, (int32_t param_0000b16a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8F58, MQXuqxolDTNzmhlQygSPrfSbyMQP_dNbknepPyAqiVsgCEHjnElBwtoEUA__MethodInfo); DO_APP_FUNC(0x01F5B9C0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KClJrIIJmXxbJDhWrtZzUvPSmHBe, (void * param_0000b16b, void * param_0000b16c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8F50, MQXuqxolDTNzmhlQygSPrfSbyMQP_KClJrIIJmXxbJDhWrtZzUvPSmHBe__MethodInfo); DO_APP_FUNC(0x01F5BB40, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_IQYsuxYLEAIaovdrIgjQUyWPNbJH, (void * param_0000b16d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8F48, MQXuqxolDTNzmhlQygSPrfSbyMQP_IQYsuxYLEAIaovdrIgjQUyWPNbJH__MethodInfo); DO_APP_FUNC(0x01F5BCB0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_IzESZhtPGtbojhxwnDbjHjzVpheq, (void * param_0000b16e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8F40, MQXuqxolDTNzmhlQygSPrfSbyMQP_IzESZhtPGtbojhxwnDbjHjzVpheq__MethodInfo); DO_APP_FUNC(0x01F5BE20, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_YmUkGjYITonFzVMEDxbNWWRrhQBL, (void * param_0000b16f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8F38, MQXuqxolDTNzmhlQygSPrfSbyMQP_YmUkGjYITonFzVMEDxbNWWRrhQBL__MethodInfo); DO_APP_FUNC(0x01F5BF90, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_uufVyIEOjsiSpyhyHpEfHTZWPGtF, (int32_t param_0000b170, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8ED0, MQXuqxolDTNzmhlQygSPrfSbyMQP_uufVyIEOjsiSpyhyHpEfHTZWPGtF__MethodInfo); DO_APP_FUNC(0x01F5C0F0, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_GehpvNQlpKrrUgdbpftTNXUQQsHl, (void * param_0000b171, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8EC8, MQXuqxolDTNzmhlQygSPrfSbyMQP_GehpvNQlpKrrUgdbpftTNXUQQsHl__MethodInfo); DO_APP_FUNC(0x01F5C260, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_cbKsCcpLQMnQThNicJPGxdifZeXg, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8EC0, MQXuqxolDTNzmhlQygSPrfSbyMQP_cbKsCcpLQMnQThNicJPGxdifZeXg__MethodInfo); DO_APP_FUNC(0x01F5C3C0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_DiayvXXMQnPWCtfJypIoPSqJsnWs, (int32_t param_0000b172, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8EB8, MQXuqxolDTNzmhlQygSPrfSbyMQP_DiayvXXMQnPWCtfJypIoPSqJsnWs__MethodInfo); DO_APP_FUNC(0x01F5C520, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KlsBljXPLrALRGaRhmRVtFOrjTBw, (void * param_0000b173, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8EB0, MQXuqxolDTNzmhlQygSPrfSbyMQP_KlsBljXPLrALRGaRhmRVtFOrjTBw__MethodInfo); DO_APP_FUNC(0x01F5C690, uint32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_PINdTvKlMbJgQeMctmUobruzIYQnA, (void * param_0000b174, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8F00, MQXuqxolDTNzmhlQygSPrfSbyMQP_PINdTvKlMbJgQeMctmUobruzIYQnA__MethodInfo); DO_APP_FUNC(0x01F5C800, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_zsFpHFmVVDxbFUZOqqRulgaEltwG, (void * param_0000b175, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8EF8, MQXuqxolDTNzmhlQygSPrfSbyMQP_zsFpHFmVVDxbFUZOqqRulgaEltwG__MethodInfo); DO_APP_FUNC(0x01F5C970, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_sKeTkTeNxnSeqTUaQOJpOWPxtSoh, (void * param_0000b176, float param_0000b177, uint32_t param_0000b178, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8EF0, MQXuqxolDTNzmhlQygSPrfSbyMQP_sKeTkTeNxnSeqTUaQOJpOWPxtSoh__MethodInfo); DO_APP_FUNC(0x01F5CAF0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_satfCwHdXCXiUCmqXjdEnUXkGGlh, (void * param_0000b179, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8EE8, MQXuqxolDTNzmhlQygSPrfSbyMQP_satfCwHdXCXiUCmqXjdEnUXkGGlh__MethodInfo); DO_APP_FUNC(0x01F5CC60, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_HOHyyrDlTpQpfRCHlShhPzNdwCHD, (void * param_0000b17a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8EE0, MQXuqxolDTNzmhlQygSPrfSbyMQP_HOHyyrDlTpQpfRCHlShhPzNdwCHD__MethodInfo); DO_APP_FUNC(0x01F5CDD0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_BdrMIeZplLkaSGeCXRlUBycIVtYD, (void * param_0000b17b, int32_t param_0000b17c, uint32_t param_0000b17d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8ED8, MQXuqxolDTNzmhlQygSPrfSbyMQP_BdrMIeZplLkaSGeCXRlUBycIVtYD__MethodInfo); DO_APP_FUNC(0x01F5CF50, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_vnTeRvOrEyyPPNvfXfPhlffzIPvV, (void * param_0000b17e, int32_t param_0000b17f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8E80, MQXuqxolDTNzmhlQygSPrfSbyMQP_vnTeRvOrEyyPPNvfXfPhlffzIPvV__MethodInfo); DO_APP_FUNC(0x01F5D0D0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_ugEAIXBAPRXGIRGtDFWlWTFfNIddA, (void * param_0000b180, int32_t param_0000b181, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8E78, MQXuqxolDTNzmhlQygSPrfSbyMQP_ugEAIXBAPRXGIRGtDFWlWTFfNIddA__MethodInfo); DO_APP_FUNC(0x01F5D250, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_DopDGGYSFpHCecotesyWhiuGEdYaA, (void * param_0000b182, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8E70, MQXuqxolDTNzmhlQygSPrfSbyMQP_DopDGGYSFpHCecotesyWhiuGEdYaA__MethodInfo); DO_APP_FUNC(0x01F5D3C0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_ZDucLIIKdnDjXIpOVfGnTihDIpfRA, (void * param_0000b183, int32_t param_0000b184, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8E68, MQXuqxolDTNzmhlQygSPrfSbyMQP_ZDucLIIKdnDjXIpOVfGnTihDIpfRA__MethodInfo); DO_APP_FUNC(0x01F5D540, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_vyuAPfWTMDEcEaJdTFQjsjoINZtbb, (void * param_0000b185, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8E60, MQXuqxolDTNzmhlQygSPrfSbyMQP_vyuAPfWTMDEcEaJdTFQjsjoINZtbb__MethodInfo); DO_APP_FUNC(0x01F5D6B0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_uCfdhAGrlbigLqfXdGzLkqnRdOjw, (void * param_0000b186, int32_t param_0000b187, void * param_0000b188, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8EA8, MQXuqxolDTNzmhlQygSPrfSbyMQP_uCfdhAGrlbigLqfXdGzLkqnRdOjw__MethodInfo); DO_APP_FUNC(0x01F5D830, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_toSqbrlmQsFTTGrqaJfXGwrAfUcfA, (void * param_0000b189, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8EA0, MQXuqxolDTNzmhlQygSPrfSbyMQP_toSqbrlmQsFTTGrqaJfXGwrAfUcfA__MethodInfo); DO_APP_FUNC(0x01F5D9A0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_IlXiRqJydoyKfFjZDvaXyrFJmJAD, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8E98, MQXuqxolDTNzmhlQygSPrfSbyMQP_IlXiRqJydoyKfFjZDvaXyrFJmJAD__MethodInfo); DO_APP_FUNC(0x01F5DB00, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_DvQQOfnZVsTgZBDHmXZIGkjpbCSV, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8E90, MQXuqxolDTNzmhlQygSPrfSbyMQP_DvQQOfnZVsTgZBDHmXZIGkjpbCSV__MethodInfo); DO_APP_FUNC(0x01F5DC60, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_TALQoLUrLQBmzJicOAIOxkfhrJLy, (void * param_0000b18a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8E88, MQXuqxolDTNzmhlQygSPrfSbyMQP_TALQoLUrLQBmzJicOAIOxkfhrJLy__MethodInfo); DO_APP_FUNC(0x003AC050, void, MQXuqxolDTNzmhlQygSPrfSbyMQP__ctor, (MQXuqxolDTNzmhlQygSPrfSbyMQP * __this, MethodInfo * method)); DO_APP_FUNC(0x01F5DDD0, void, MQXuqxolDTNzmhlQygSPrfSbyMQP_fFFwewtUqmsSEmrBgDBcpkeDeKDV_AaQaTULgbxHEPuKoffZKDAVsZQtWA, (MQXuqxolDTNzmhlQygSPrfSbyMQP_fFFwewtUqmsSEmrBgDBcpkeDeKDV * __this, MQXuqxolDTNzmhlQygSPrfSbyMQP_SuAZSBybuevwDRWiCSYyoDntqkuf__Enum param_0000b18b, uint32_t param_0000b18c, void * param_0000b18d, MethodInfo * method)); DO_APP_FUNC(0x01F5DEB0, void, MQXuqxolDTNzmhlQygSPrfSbyMQP_rsjyJalPbUAnIDSqvvIVAUhdVUyv_AaQaTULgbxHEPuKoffZKDAVsZQtWA, (MQXuqxolDTNzmhlQygSPrfSbyMQP_rsjyJalPbUAnIDSqvvIVAUhdVUyv * __this, MQXuqxolDTNzmhlQygSPrfSbyMQP_SuAZSBybuevwDRWiCSYyoDntqkuf__Enum param_0000b18e, uint32_t param_0000b18f, void * param_0000b190, MethodInfo * method)); DO_APP_FUNC(0x01F5DFD0, void, MQXuqxolDTNzmhlQygSPrfSbyMQP_ExVsjcaJQHIrRykhyLbhejFhZHjU_AaQaTULgbxHEPuKoffZKDAVsZQtWA, (MQXuqxolDTNzmhlQygSPrfSbyMQP_ExVsjcaJQHIrRykhyLbhejFhZHjU * __this, MQXuqxolDTNzmhlQygSPrfSbyMQP_SuAZSBybuevwDRWiCSYyoDntqkuf__Enum param_0000b191, uint32_t param_0000b192, void * param_0000b193, MethodInfo * method)); DO_APP_FUNC(0x01F5E080, void, MQXuqxolDTNzmhlQygSPrfSbyMQP_BYWGMKkCZZapwUxoyDOfOnuFFjZi_AaQaTULgbxHEPuKoffZKDAVsZQtWA, (MQXuqxolDTNzmhlQygSPrfSbyMQP_BYWGMKkCZZapwUxoyDOfOnuFFjZi * __this, MQXuqxolDTNzmhlQygSPrfSbyMQP_SuAZSBybuevwDRWiCSYyoDntqkuf__Enum param_0000b194, uint32_t param_0000b195, void * param_0000b196, MethodInfo * method)); DO_APP_FUNC(0x01F5E130, void, MQXuqxolDTNzmhlQygSPrfSbyMQP_NJZeSIpLpELmQeHounjwnphENMLl_AaQaTULgbxHEPuKoffZKDAVsZQtWA, (MQXuqxolDTNzmhlQygSPrfSbyMQP_NJZeSIpLpELmQeHounjwnphENMLl * __this, MQXuqxolDTNzmhlQygSPrfSbyMQP_SuAZSBybuevwDRWiCSYyoDntqkuf__Enum param_0000b197, uint32_t param_0000b198, void * param_0000b199, MethodInfo * method)); DO_APP_FUNC(0x01F5E1E0, void, MQXuqxolDTNzmhlQygSPrfSbyMQP_fkaeudwEJXamemKLebDVxKyizDwh_AaQaTULgbxHEPuKoffZKDAVsZQtWA, (MQXuqxolDTNzmhlQygSPrfSbyMQP_fkaeudwEJXamemKLebDVxKyizDwh * __this, MQXuqxolDTNzmhlQygSPrfSbyMQP_SuAZSBybuevwDRWiCSYyoDntqkuf__Enum param_0000b19a, uint32_t param_0000b19b, void * param_0000b19c, MethodInfo * method)); DO_APP_FUNC(0x01F5E2C0, void, MQXuqxolDTNzmhlQygSPrfSbyMQP_EDRMzeVDpkxuVXCYRCZGRVVSFsNM_AaQaTULgbxHEPuKoffZKDAVsZQtWA, (MQXuqxolDTNzmhlQygSPrfSbyMQP_EDRMzeVDpkxuVXCYRCZGRVVSFsNM * __this, MQXuqxolDTNzmhlQygSPrfSbyMQP_SuAZSBybuevwDRWiCSYyoDntqkuf__Enum param_0000b19d, uint32_t param_0000b19e, void * param_0000b19f, MethodInfo * method)); DO_APP_FUNC(0x01F5E370, void, MQXuqxolDTNzmhlQygSPrfSbyMQP_kPDMdMsAaUIPSgXaYfVwGqOksJbJ_AaQaTULgbxHEPuKoffZKDAVsZQtWA, (MQXuqxolDTNzmhlQygSPrfSbyMQP_kPDMdMsAaUIPSgXaYfVwGqOksJbJ * __this, MQXuqxolDTNzmhlQygSPrfSbyMQP_SuAZSBybuevwDRWiCSYyoDntqkuf__Enum param_0000b1a0, uint32_t param_0000b1a1, void * param_0000b1a2, MethodInfo * method)); DO_APP_FUNC(0x01F5E420, void, MQXuqxolDTNzmhlQygSPrfSbyMQP_qGIRxBerSmSKclHxqiWlUxiMHXIG_AaQaTULgbxHEPuKoffZKDAVsZQtWA, (MQXuqxolDTNzmhlQygSPrfSbyMQP_qGIRxBerSmSKclHxqiWlUxiMHXIG * __this, void * param_0000b1a3, MethodInfo * method)); DO_APP_FUNC(0x01F5E650, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_hZDLbhXwGnGtsWbdwNDrYWZlLZjj, (uint32_t param_0000b1a4, MethodInfo * method)); DO_APP_FUNC(0x01F5E6C0, void, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_rTMxuHfvQAhFXulfGiZYMVjPgdww, (MethodInfo * method)); DO_APP_FUNC(0x01F5E730, String *, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_watvvxWKkIEJACUGwWQnlJoyIRXab, (MethodInfo * method)); DO_APP_FUNC(0x01F5E850, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_ZwQMpqEJmaisTpMuDZsJVEbvECHp, (MethodInfo * method)); DO_APP_FUNC(0x01F5E8C0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_PLxAGOUomygEKKeLRFBlRvobfwuZ, (MethodInfo * method)); DO_APP_FUNC(0x01F5E930, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_vxcAmLqcYHVvGYpwBDZGWyxXyXAm, (void * param_0000b1a5, MethodInfo * method)); DO_APP_FUNC(0x01F5E9B0, String *, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_tbNAgobGoCebOKOAnsPmLGKigUeX, (void * param_0000b1a6, MethodInfo * method)); DO_APP_FUNC(0x01F5EAE0, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_CtWMpLNLTArhirgRvxMwKnTNtjIN, (void * param_0000b1a7, MethodInfo * method)); DO_APP_FUNC(0x01F5EB60, Guid, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_JTamGJxIofsIUYahrdqsvoTHqDgD, (void * param_0000b1a8, MethodInfo * method)); DO_APP_FUNC(0x01F5EBF0, Guid, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_FGbtNSVMvwhcUOdrGDFxurGiSvtx, (int32_t param_0000b1a9, MethodInfo * method)); DO_APP_FUNC(0x01F5EC80, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_phzsHyqunzmxeVJSOpSJtjbhvYiK, (void * param_0000b1aa, MethodInfo * method)); DO_APP_FUNC(0x01F5ED00, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_TAzWeggeMEKyOxDcmCXKULHceVnt, (void * param_0000b1ab, MethodInfo * method)); DO_APP_FUNC(0x01F5ED80, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_XotBtmCSPbxExyJXPqilfsmkFCag, (void * param_0000b1ac, MethodInfo * method)); DO_APP_FUNC(0x01F5EE00, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_xwUbGkDOitZXorLwndPLNqlKcGnWA, (void * param_0000b1ad, MethodInfo * method)); DO_APP_FUNC(0x01F5EE80, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_RXLthbhdAaIJcGhsiZrktKHhafvn, (int32_t param_0000b1ae, MethodInfo * method)); DO_APP_FUNC(0x01F5EEF0, void, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_AyzQtLotxzNzAaXWCMMPvlizwTwS, (void * param_0000b1af, MethodInfo * method)); DO_APP_FUNC(0x01F5EF70, bool, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_wRUddngkZRPNfjNofTXRbVUFSuKk, (void * param_0000b1b0, MethodInfo * method)); DO_APP_FUNC(0x01F5EFF0, bool, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_sdlIVSboMVTioanxCmJFfzxmptgeb, (int32_t param_0000b1b1, MethodInfo * method)); DO_APP_FUNC(0x01F5F070, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_WhxTJXoheRcnVgHKdrSpNsYxHOVlA, (int32_t param_0000b1b2, MethodInfo * method)); DO_APP_FUNC(0x01F5F0E0, void, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_IlTeAXHsrOeZikxrUeNLgsrOiiip, (void * param_0000b1b3, MethodInfo * method)); DO_APP_FUNC(0x01F5F160, bool, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_CHFAFONxAuCrZaChybuQlgtEVjnx, (void * param_0000b1b4, MethodInfo * method)); DO_APP_FUNC(0x01F5F1E0, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_UBMmilKJFGdIKgdRUraCjyuhrhENA, (void * param_0000b1b5, MethodInfo * method)); DO_APP_FUNC(0x01F5F260, String *, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_gTkVQgtmgNkWWCzTkKdjPRHFZpYE, (void * param_0000b1b6, MethodInfo * method)); DO_APP_FUNC(0x01F5F390, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_YENpEQZLKSTovJSTFcCnvhfRvFOR, (void * param_0000b1b7, MethodInfo * method)); DO_APP_FUNC(0x01F5F410, String *, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_GRRgUrFhCpgLdfFIGfBWTaXkYnarb, (Guid param_0000b1b8, MethodInfo * method)); DO_APP_FUNC(0x01F5F550, String *, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_GRRgUrFhCpgLdfFIGfBWTaXkYnarb_1, (void * param_0000b1b9, MethodInfo * method)); DO_APP_FUNC(0x01F5F680, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_nSpRKlRrWIRHwZkBQPcMVRNEEQKN, (void * param_0000b1ba, MethodInfo * method)); DO_APP_FUNC(0x01F5F700, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_nSpRKlRrWIRHwZkBQPcMVRNEEQKN_1, (Guid param_0000b1bb, MethodInfo * method)); DO_APP_FUNC(0x01F5F780, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_jTlxuZGJtWqERJbptBnEtkDHtccv, (String * param_0000b1bc, MethodInfo * method)); DO_APP_FUNC(0x01F5F820, void, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_vxQmjpVqngMQpDtGeOJxEMDxKIET, (void * param_0000b1bd, MethodInfo * method)); DO_APP_FUNC(0x01F5F8A0, void, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_BkREsgkHzcnMGzDgJseYwfsDKqtsA, (void * param_0000b1be, int32_t param_0000b1bf, MethodInfo * method)); DO_APP_FUNC(0x01F5F920, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_EBSKCjSaVUvIOsmEihulrgdlFvrw, (void * param_0000b1c0, void * param_0000b1c1, MethodInfo * method)); DO_APP_FUNC(0x01F5F9A0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_aaZPzcHrOtQMIPcdfqkqBelmPRdr, (void * param_0000b1c2, int32_t param_0000b1c3, MethodInfo * method)); DO_APP_FUNC(0x01F5FA20, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_rnbzIfejAmdamGnPaZCrWsfAPLhkA, (void * param_0000b1c4, MethodInfo * method)); DO_APP_FUNC(0x01F5FAA0, String *, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_dNbknepPyAqiVsgCEHjnElBwtoEUA, (int32_t param_0000b1c5, MethodInfo * method)); DO_APP_FUNC(0x01F5FBD0, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_oPEJwxHzfWldAJWYNgQTzBidYxGS, (int32_t param_0000b1c6, MethodInfo * method)); DO_APP_FUNC(0x01F5FC40, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_KClJrIIJmXxbJDhWrtZzUvPSmHBe, (void * param_0000b1c7, void * param_0000b1c8, MethodInfo * method)); DO_APP_FUNC(0x01F5FCC0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_IQYsuxYLEAIaovdrIgjQUyWPNbJH, (void * param_0000b1c9, MethodInfo * method)); DO_APP_FUNC(0x01F5FD40, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_IzESZhtPGtbojhxwnDbjHjzVpheq, (void * param_0000b1ca, MethodInfo * method)); DO_APP_FUNC(0x01F5FDC0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_YmUkGjYITonFzVMEDxbNWWRrhQBL, (void * param_0000b1cb, MethodInfo * method)); DO_APP_FUNC(0x01F5FE40, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_uufVyIEOjsiSpyhyHpEfHTZWPGtF, (int32_t param_0000b1cc, MethodInfo * method)); DO_APP_FUNC(0x01F5FEB0, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_GehpvNQlpKrrUgdbpftTNXUQQsHl, (void * param_0000b1cd, MethodInfo * method)); DO_APP_FUNC(0x01F5FF30, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_cbKsCcpLQMnQThNicJPGxdifZeXg, (MethodInfo * method)); DO_APP_FUNC(0x01F5FFA0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_DiayvXXMQnPWCtfJypIoPSqJsnWs, (int32_t param_0000b1ce, MethodInfo * method)); DO_APP_FUNC(0x01F60010, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_KlsBljXPLrALRGaRhmRVtFOrjTBw, (void * param_0000b1cf, MethodInfo * method)); DO_APP_FUNC(0x01F60090, uint32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_PINdTvKlMbJgQeMctmUobruzIYQnA, (void * param_0000b1d0, MethodInfo * method)); DO_APP_FUNC(0x01F60110, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_zsFpHFmVVDxbFUZOqqRulgaEltwG, (void * param_0000b1d1, MethodInfo * method)); DO_APP_FUNC(0x01F60190, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_sKeTkTeNxnSeqTUaQOJpOWPxtSoh, (void * param_0000b1d2, float param_0000b1d3, uint32_t param_0000b1d4, MethodInfo * method)); DO_APP_FUNC(0x01F60220, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_satfCwHdXCXiUCmqXjdEnUXkGGlh, (void * param_0000b1d5, MethodInfo * method)); DO_APP_FUNC(0x01F602A0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_HOHyyrDlTpQpfRCHlShhPzNdwCHD, (void * param_0000b1d6, MethodInfo * method)); DO_APP_FUNC(0x01F60320, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_BdrMIeZplLkaSGeCXRlUBycIVtYD, (void * param_0000b1d7, int32_t param_0000b1d8, uint32_t param_0000b1d9, MethodInfo * method)); DO_APP_FUNC(0x01F603B0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_vnTeRvOrEyyPPNvfXfPhlffzIPvV, (void * param_0000b1da, int32_t param_0000b1db, MethodInfo * method)); DO_APP_FUNC(0x01F60430, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_ugEAIXBAPRXGIRGtDFWlWTFfNIddA, (void * param_0000b1dc, int32_t param_0000b1dd, MethodInfo * method)); DO_APP_FUNC(0x01F604B0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_DopDGGYSFpHCecotesyWhiuGEdYaA, (void * param_0000b1de, MethodInfo * method)); DO_APP_FUNC(0x01F60530, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_ZDucLIIKdnDjXIpOVfGnTihDIpfRA, (void * param_0000b1df, int32_t param_0000b1e0, MethodInfo * method)); DO_APP_FUNC(0x01F605B0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_vyuAPfWTMDEcEaJdTFQjsjoINZtbb, (void * param_0000b1e1, MethodInfo * method)); DO_APP_FUNC(0x01F60630, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_uCfdhAGrlbigLqfXdGzLkqnRdOjw, (void * param_0000b1e2, int32_t param_0000b1e3, void * param_0000b1e4, MethodInfo * method)); DO_APP_FUNC(0x01F606C0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_toSqbrlmQsFTTGrqaJfXGwrAfUcfA, (void * param_0000b1e5, MethodInfo * method)); DO_APP_FUNC(0x01F60740, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_IlXiRqJydoyKfFjZDvaXyrFJmJAD, (MethodInfo * method)); DO_APP_FUNC(0x01F607B0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_DvQQOfnZVsTgZBDHmXZIGkjpbCSV, (MethodInfo * method)); DO_APP_FUNC(0x01F60820, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab_TALQoLUrLQBmzJicOAIOxkfhrJLy, (void * param_0000b1e6, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab__ctor, (MQXuqxolDTNzmhlQygSPrfSbyMQP_aBiQjmfjoxDmFeEoOOvUmGCSKAjab * __this, MethodInfo * method)); DO_APP_FUNC(0x01F608A0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_hZDLbhXwGnGtsWbdwNDrYWZlLZjj, (uint32_t param_0000b1e7, MethodInfo * method)); DO_APP_FUNC(0x01F60910, void, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_rTMxuHfvQAhFXulfGiZYMVjPgdww, (MethodInfo * method)); DO_APP_FUNC(0x01F60980, String *, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_watvvxWKkIEJACUGwWQnlJoyIRXab, (MethodInfo * method)); DO_APP_FUNC(0x01F60AA0, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_ZwQMpqEJmaisTpMuDZsJVEbvECHp, (MethodInfo * method)); DO_APP_FUNC(0x01F60B10, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_PLxAGOUomygEKKeLRFBlRvobfwuZ, (MethodInfo * method)); DO_APP_FUNC(0x01F60B80, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_vxcAmLqcYHVvGYpwBDZGWyxXyXAm, (void * param_0000b1e8, MethodInfo * method)); DO_APP_FUNC(0x01F60C00, String *, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_tbNAgobGoCebOKOAnsPmLGKigUeX, (void * param_0000b1e9, MethodInfo * method)); DO_APP_FUNC(0x01F60D30, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_CtWMpLNLTArhirgRvxMwKnTNtjIN, (void * param_0000b1ea, MethodInfo * method)); DO_APP_FUNC(0x01F60DB0, Guid, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_JTamGJxIofsIUYahrdqsvoTHqDgD, (void * param_0000b1eb, MethodInfo * method)); DO_APP_FUNC(0x01F60E40, Guid, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_FGbtNSVMvwhcUOdrGDFxurGiSvtx, (int32_t param_0000b1ec, MethodInfo * method)); DO_APP_FUNC(0x01F60ED0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_phzsHyqunzmxeVJSOpSJtjbhvYiK, (void * param_0000b1ed, MethodInfo * method)); DO_APP_FUNC(0x01F60F50, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_TAzWeggeMEKyOxDcmCXKULHceVnt, (void * param_0000b1ee, MethodInfo * method)); DO_APP_FUNC(0x01F60FD0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_XotBtmCSPbxExyJXPqilfsmkFCag, (void * param_0000b1ef, MethodInfo * method)); DO_APP_FUNC(0x01F61050, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_xwUbGkDOitZXorLwndPLNqlKcGnWA, (void * param_0000b1f0, MethodInfo * method)); DO_APP_FUNC(0x01F610D0, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_RXLthbhdAaIJcGhsiZrktKHhafvn, (int32_t param_0000b1f1, MethodInfo * method)); DO_APP_FUNC(0x01F61140, void, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_AyzQtLotxzNzAaXWCMMPvlizwTwS, (void * param_0000b1f2, MethodInfo * method)); DO_APP_FUNC(0x01F611C0, bool, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_wRUddngkZRPNfjNofTXRbVUFSuKk, (void * param_0000b1f3, MethodInfo * method)); DO_APP_FUNC(0x01F61240, bool, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_sdlIVSboMVTioanxCmJFfzxmptgeb, (int32_t param_0000b1f4, MethodInfo * method)); DO_APP_FUNC(0x01F612C0, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_WhxTJXoheRcnVgHKdrSpNsYxHOVlA, (int32_t param_0000b1f5, MethodInfo * method)); DO_APP_FUNC(0x01F61330, void, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_IlTeAXHsrOeZikxrUeNLgsrOiiip, (void * param_0000b1f6, MethodInfo * method)); DO_APP_FUNC(0x01F613B0, bool, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_CHFAFONxAuCrZaChybuQlgtEVjnx, (void * param_0000b1f7, MethodInfo * method)); DO_APP_FUNC(0x01F61430, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_UBMmilKJFGdIKgdRUraCjyuhrhENA, (void * param_0000b1f8, MethodInfo * method)); DO_APP_FUNC(0x01F614B0, String *, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_gTkVQgtmgNkWWCzTkKdjPRHFZpYE, (void * param_0000b1f9, MethodInfo * method)); DO_APP_FUNC(0x01F615E0, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_YENpEQZLKSTovJSTFcCnvhfRvFOR, (void * param_0000b1fa, MethodInfo * method)); DO_APP_FUNC(0x01F61660, String *, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_GRRgUrFhCpgLdfFIGfBWTaXkYnarb, (Guid param_0000b1fb, MethodInfo * method)); DO_APP_FUNC(0x01F617A0, String *, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_GRRgUrFhCpgLdfFIGfBWTaXkYnarb_1, (void * param_0000b1fc, MethodInfo * method)); DO_APP_FUNC(0x01F618D0, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_nSpRKlRrWIRHwZkBQPcMVRNEEQKN, (void * param_0000b1fd, MethodInfo * method)); DO_APP_FUNC(0x01F61950, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_nSpRKlRrWIRHwZkBQPcMVRNEEQKN_1, (Guid param_0000b1fe, MethodInfo * method)); DO_APP_FUNC(0x01F619D0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_jTlxuZGJtWqERJbptBnEtkDHtccv, (String * param_0000b1ff, MethodInfo * method)); DO_APP_FUNC(0x01F61A70, void, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_vxQmjpVqngMQpDtGeOJxEMDxKIET, (void * param_0000b200, MethodInfo * method)); DO_APP_FUNC(0x01F61AF0, void, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_BkREsgkHzcnMGzDgJseYwfsDKqtsA, (void * param_0000b201, int32_t param_0000b202, MethodInfo * method)); DO_APP_FUNC(0x01F61B70, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_EBSKCjSaVUvIOsmEihulrgdlFvrw, (void * param_0000b203, void * param_0000b204, MethodInfo * method)); DO_APP_FUNC(0x01F61BF0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_aaZPzcHrOtQMIPcdfqkqBelmPRdr, (void * param_0000b205, int32_t param_0000b206, MethodInfo * method)); DO_APP_FUNC(0x01F61C70, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_rnbzIfejAmdamGnPaZCrWsfAPLhkA, (void * param_0000b207, MethodInfo * method)); DO_APP_FUNC(0x01F61CF0, String *, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_dNbknepPyAqiVsgCEHjnElBwtoEUA, (int32_t param_0000b208, MethodInfo * method)); DO_APP_FUNC(0x01F61E20, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_oPEJwxHzfWldAJWYNgQTzBidYxGS, (int32_t param_0000b209, MethodInfo * method)); DO_APP_FUNC(0x01F61E90, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_KClJrIIJmXxbJDhWrtZzUvPSmHBe, (void * param_0000b20a, void * param_0000b20b, MethodInfo * method)); DO_APP_FUNC(0x01F61F10, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_IQYsuxYLEAIaovdrIgjQUyWPNbJH, (void * param_0000b20c, MethodInfo * method)); DO_APP_FUNC(0x01F61F90, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_IzESZhtPGtbojhxwnDbjHjzVpheq, (void * param_0000b20d, MethodInfo * method)); DO_APP_FUNC(0x01F62010, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_YmUkGjYITonFzVMEDxbNWWRrhQBL, (void * param_0000b20e, MethodInfo * method)); DO_APP_FUNC(0x01F62090, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_uufVyIEOjsiSpyhyHpEfHTZWPGtF, (int32_t param_0000b20f, MethodInfo * method)); DO_APP_FUNC(0x01F62100, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_GehpvNQlpKrrUgdbpftTNXUQQsHl, (void * param_0000b210, MethodInfo * method)); DO_APP_FUNC(0x01F62180, void *, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_cbKsCcpLQMnQThNicJPGxdifZeXg, (MethodInfo * method)); DO_APP_FUNC(0x01F621F0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_DiayvXXMQnPWCtfJypIoPSqJsnWs, (int32_t param_0000b211, MethodInfo * method)); DO_APP_FUNC(0x01F62260, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_KlsBljXPLrALRGaRhmRVtFOrjTBw, (void * param_0000b212, MethodInfo * method)); DO_APP_FUNC(0x01F622E0, uint32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_PINdTvKlMbJgQeMctmUobruzIYQnA, (void * param_0000b213, MethodInfo * method)); DO_APP_FUNC(0x01F62360, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_zsFpHFmVVDxbFUZOqqRulgaEltwG, (void * param_0000b214, MethodInfo * method)); DO_APP_FUNC(0x01F623E0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_sKeTkTeNxnSeqTUaQOJpOWPxtSoh, (void * param_0000b215, float param_0000b216, uint32_t param_0000b217, MethodInfo * method)); DO_APP_FUNC(0x01F62470, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_satfCwHdXCXiUCmqXjdEnUXkGGlh, (void * param_0000b218, MethodInfo * method)); DO_APP_FUNC(0x01F624F0, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_HOHyyrDlTpQpfRCHlShhPzNdwCHD, (void * param_0000b219, MethodInfo * method)); DO_APP_FUNC(0x01F62570, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_BdrMIeZplLkaSGeCXRlUBycIVtYD, (void * param_0000b21a, int32_t param_0000b21b, uint32_t param_0000b21c, MethodInfo * method)); DO_APP_FUNC(0x01F62600, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_vnTeRvOrEyyPPNvfXfPhlffzIPvV, (void * param_0000b21d, int32_t param_0000b21e, MethodInfo * method)); DO_APP_FUNC(0x01F62680, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_ugEAIXBAPRXGIRGtDFWlWTFfNIddA, (void * param_0000b21f, int32_t param_0000b220, MethodInfo * method)); DO_APP_FUNC(0x01F62700, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_DopDGGYSFpHCecotesyWhiuGEdYaA, (void * param_0000b221, MethodInfo * method)); DO_APP_FUNC(0x01F62780, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_ZDucLIIKdnDjXIpOVfGnTihDIpfRA, (void * param_0000b222, int32_t param_0000b223, MethodInfo * method)); DO_APP_FUNC(0x01F62800, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_vyuAPfWTMDEcEaJdTFQjsjoINZtbb, (void * param_0000b224, MethodInfo * method)); DO_APP_FUNC(0x01F62880, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_uCfdhAGrlbigLqfXdGzLkqnRdOjw, (void * param_0000b225, int32_t param_0000b226, void * param_0000b227, MethodInfo * method)); DO_APP_FUNC(0x01F62910, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_toSqbrlmQsFTTGrqaJfXGwrAfUcfA, (void * param_0000b228, MethodInfo * method)); DO_APP_FUNC(0x01F62990, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_IlXiRqJydoyKfFjZDvaXyrFJmJAD, (MethodInfo * method)); DO_APP_FUNC(0x01F62A00, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_DvQQOfnZVsTgZBDHmXZIGkjpbCSV, (MethodInfo * method)); DO_APP_FUNC(0x01F62A70, int32_t, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA_TALQoLUrLQBmzJicOAIOxkfhrJLy, (void * param_0000b229, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA__ctor, (MQXuqxolDTNzmhlQygSPrfSbyMQP_KeILqFHlAJXdZyPJMaXmiZrKjjOeA * __this, MethodInfo * method)); DO_APP_FUNC(0x01262980, void, axoAbLvhMgAkdIbSyZIvgvHFbIrc__ctor, (axoAbLvhMgAkdIbSyZIvgvHFbIrc * __this, void * param_0000b22a, MethodInfo * method)); DO_APP_FUNC(0x01262980, void, ehWGkbOICubTwdqQCMLaOvUVfuqgb__ctor, (ehWGkbOICubTwdqQCMLaOvUVfuqgb * __this, void * param_0000b22b, MethodInfo * method)); DO_APP_FUNC(0x01262980, void, fKplPICquiKhEJoUxqQWsAEjBvvp__ctor, (fKplPICquiKhEJoUxqQWsAEjBvvp * __this, void * param_0000b22c, MethodInfo * method)); DO_APP_FUNC(0x01262980, void, dmRMkvqaghbwxFMglZrhKpFBmHOC__ctor, (dmRMkvqaghbwxFMglZrhKpFBmHOC * __this, void * param_0000b22d, MethodInfo * method)); DO_APP_FUNC(0x01F62AF0, bool, wUSGdtRcWUUFnQBeBSDraNzOLIRH_nrjmAHLaqGCNKTdawlfczpiKaqkl, (wUSGdtRcWUUFnQBeBSDraNzOLIRH * __this, MethodInfo * method)); DO_APP_FUNC(0x01F62B50, void, wUSGdtRcWUUFnQBeBSDraNzOLIRH__ctor, (wUSGdtRcWUUFnQBeBSDraNzOLIRH * __this, axoAbLvhMgAkdIbSyZIvgvHFbIrc * param_0000b22e, ICcCkPZMXjVJgraTglJlgUOQjgBK * param_0000b22f, YwWTDJySAQiwOIDVAfgchzhGBXGDb__Enum param_0000b230, MethodInfo * method)); DO_APP_FUNC(0x01F62C40, void, wUSGdtRcWUUFnQBeBSDraNzOLIRH_LIeljCbdoWdgBAecluMnblrpCnHu, (wUSGdtRcWUUFnQBeBSDraNzOLIRH * __this, MethodInfo * method)); DO_APP_FUNC(0x01F62C70, void, wUSGdtRcWUUFnQBeBSDraNzOLIRH_mwscXjmJoxcQXvWWjBFKlRUfoFty, (wUSGdtRcWUUFnQBeBSDraNzOLIRH * __this, MethodInfo * method)); DO_APP_FUNC(0x01F62D40, void, wUSGdtRcWUUFnQBeBSDraNzOLIRH_zqlveDQSDllAXCcRlmqTephXPmVH, (wUSGdtRcWUUFnQBeBSDraNzOLIRH * __this, MethodInfo * method)); DO_APP_FUNC(0x01F62E00, ehWGkbOICubTwdqQCMLaOvUVfuqgb *, wUSGdtRcWUUFnQBeBSDraNzOLIRH_iVdvxeQbrQvIIVwBADRldDRXBRqkA, (wUSGdtRcWUUFnQBeBSDraNzOLIRH * __this, MethodInfo * method)); DO_APP_FUNC(0x01F62E90, String *, wUSGdtRcWUUFnQBeBSDraNzOLIRH_LMnakYHhLFCYIcUstviZGLBwMogeb, (wUSGdtRcWUUFnQBeBSDraNzOLIRH * __this, MethodInfo * method)); DO_APP_FUNC(0x01F62EB0, String *, wUSGdtRcWUUFnQBeBSDraNzOLIRH_JdeOaSGQobYzyYdWDlVPogAdRbbC, (wUSGdtRcWUUFnQBeBSDraNzOLIRH * __this, MethodInfo * method)); DO_APP_FUNC(0x01F62ED0, int32_t, wUSGdtRcWUUFnQBeBSDraNzOLIRH_GbUEaHdiiNpSQsfjGBgglLHLTMbq, (wUSGdtRcWUUFnQBeBSDraNzOLIRH * __this, MethodInfo * method)); DO_APP_FUNC(0x01F62EF0, int32_t, wUSGdtRcWUUFnQBeBSDraNzOLIRH_EmxpkaftallbJdVubpoDQrPffYqV, (wUSGdtRcWUUFnQBeBSDraNzOLIRH * __this, MethodInfo * method)); DO_APP_FUNC(0x01F62F10, PidVid, wUSGdtRcWUUFnQBeBSDraNzOLIRH_rWKgkvIcsbFurNncueUVnCeYVYWCA, (wUSGdtRcWUUFnQBeBSDraNzOLIRH * __this, MethodInfo * method)); DO_APP_FUNC(0x01F62F30, Guid, wUSGdtRcWUUFnQBeBSDraNzOLIRH_eTYDefNJefHdaHoyrADloBFOISISA, (wUSGdtRcWUUFnQBeBSDraNzOLIRH * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, MaHEshgLaxDibPBvWjbHizXkPWdfb__Enum, wUSGdtRcWUUFnQBeBSDraNzOLIRH_IJsjayinRyIVqaGZGSIIVuRWWxsT, (wUSGdtRcWUUFnQBeBSDraNzOLIRH * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, wUSGdtRcWUUFnQBeBSDraNzOLIRH_xkgcTjNprKHpLfiLLiicNNQjpPnc, (wUSGdtRcWUUFnQBeBSDraNzOLIRH * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Controller_Extension *, wUSGdtRcWUUFnQBeBSDraNzOLIRH_DHJIuRbpORUQqIaYzBPCtxumwXOC, (wUSGdtRcWUUFnQBeBSDraNzOLIRH * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, wUSGdtRcWUUFnQBeBSDraNzOLIRH_KmJhGSqGzQzAuDavHgOYFMnTHuvn, (wUSGdtRcWUUFnQBeBSDraNzOLIRH * __this, MethodInfo * method)); DO_APP_FUNC(0x01365740, int32_t, wUSGdtRcWUUFnQBeBSDraNzOLIRH_IitlhDmORMRfaHEPIEcKDAYfPVkm, (wUSGdtRcWUUFnQBeBSDraNzOLIRH * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, wUSGdtRcWUUFnQBeBSDraNzOLIRH_XRazFHgAikFLvHiqwRiUScgDBpIbA, (wUSGdtRcWUUFnQBeBSDraNzOLIRH * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, wUSGdtRcWUUFnQBeBSDraNzOLIRH_KIIeJJJbiDByVOvedNjknusUlYlc, (wUSGdtRcWUUFnQBeBSDraNzOLIRH * __this, MethodInfo * method)); DO_APP_FUNC(0x01F62F60, bool, wUSGdtRcWUUFnQBeBSDraNzOLIRH_mTOczLuGoBdZygkYJcMivcuJwOhKA, (wUSGdtRcWUUFnQBeBSDraNzOLIRH * __this, MethodInfo * method)); DO_APP_FUNC(0x01F63170, bool, wUSGdtRcWUUFnQBeBSDraNzOLIRH_NWhioGIQTHWIJiNJWGzSJyccbFph, (wUSGdtRcWUUFnQBeBSDraNzOLIRH * __this, WCrSdTVPycjnxACNNWCCQtzDLPrs * param_0000b232, MethodInfo * method)); DO_APP_FUNC(0x01F63240, void, wUSGdtRcWUUFnQBeBSDraNzOLIRH_bmpOhsnxDVOGqBpOBLCGjndDltvU, (wUSGdtRcWUUFnQBeBSDraNzOLIRH * __this, int32_t param_0000b233, float param_0000b234, bool param_0000b235, MethodInfo * method)); DO_APP_FUNC(0x01F63540, void, wUSGdtRcWUUFnQBeBSDraNzOLIRH_aIVTGmGojTlYesKnHGAjIwyDtmng, (wUSGdtRcWUUFnQBeBSDraNzOLIRH * __this, MethodInfo * method)); DO_APP_FUNC(0x01F63760, void, wUSGdtRcWUUFnQBeBSDraNzOLIRH_Dispose, (wUSGdtRcWUUFnQBeBSDraNzOLIRH * __this, MethodInfo * method)); DO_APP_FUNC(0x01F637D0, void, wUSGdtRcWUUFnQBeBSDraNzOLIRH_CKQeYexxcEWMBSnZtVhPKvVjjVUV, (wUSGdtRcWUUFnQBeBSDraNzOLIRH * __this, MethodInfo * method)); DO_APP_FUNC(0x01F63820, void, wUSGdtRcWUUFnQBeBSDraNzOLIRH_IEkPCabxTSDlHrotLqbcXFSgZNMJ, (wUSGdtRcWUUFnQBeBSDraNzOLIRH * __this, bool param_0000b236, MethodInfo * method)); DO_APP_FUNC(0x01F63830, void, PLVuESYMpevStRCbBgaqaHaZvFblA__ctor, (PLVuESYMpevStRCbBgaqaHaZvFblA * __this, fKplPICquiKhEJoUxqQWsAEjBvvp * param_0000b237, ICcCkPZMXjVJgraTglJlgUOQjgBK * param_0000b238, MethodInfo * method)); DO_APP_FUNC(0x01F63870, bool, PLVuESYMpevStRCbBgaqaHaZvFblA_mTOczLuGoBdZygkYJcMivcuJwOhKA, (PLVuESYMpevStRCbBgaqaHaZvFblA * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, MaHEshgLaxDibPBvWjbHizXkPWdfb__Enum, PLVuESYMpevStRCbBgaqaHaZvFblA_IJsjayinRyIVqaGZGSIIVuRWWxsT, (PLVuESYMpevStRCbBgaqaHaZvFblA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F63A80, void, PLVuESYMpevStRCbBgaqaHaZvFblA_BWKFcMUeendZJpJNIZJKNOFbedxB, (PLVuESYMpevStRCbBgaqaHaZvFblA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F63B80, void, PLVuESYMpevStRCbBgaqaHaZvFblA_MJReStRwfXZbRCKKgsCAPVQGudlX, (PLVuESYMpevStRCbBgaqaHaZvFblA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F63C80, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb__ctor, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, ConfigVars * param_0000b239, Func_2_Rewired_BridgedControllerHWInfo_Rewired_HardwareJoystickMap_InputManager_ * param_0000b23a, Func_1_Int32_ * param_0000b23b, bool param_0000b23c, bool param_0000b23d, bool param_0000b23e, MethodInfo * method)); DO_APP_FUNC(0x003C5400, int32_t, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_get_deviceCount, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, PlatformInputManager *, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_get_primaryInputManager, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, IInputSource *, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_get_inputSource, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F64020, InputSource__Enum, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_get_inputSourceType, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F64030, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_Initialize, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F641F0, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_Update, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, UpdateLoopType__Enum updateLoop, MethodInfo * method)); DO_APP_FUNC(0x01F64470, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_OnDestroy, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, Action_2_Int32_Rewired_ControllerDataUpdater_ *, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_GetInputDataUpdateDelegate, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F64590, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_UpdateControllerData, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, int32_t inputManagerId, ControllerDataUpdater * data, MethodInfo * method)); DO_APP_FUNC(0x01F64670, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_SystemDeviceConnected, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F646A0, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_SystemDeviceDisconnected, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_SetUnityJoystickId, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, int32_t joystickId, int32_t unityJoystickId, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IUnifiedMouseSource *, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_GetUnifiedMouseSource, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IUnifiedKeyboardSource *, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_GetUnifiedKeyboardSource, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F646D0, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_DLAFvPijcdoePjDurJEHBZZtafIuA, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F64730, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_DLAFvPijcdoePjDurJEHBZZtafIuA_1, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, IList_1_gzbiKNGlSyvLxnIubujCpzSuqtOe_ * param_0000b244, MethodInfo * method)); DO_APP_FUNC(0x01F64C70, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_ojjhjSoltMhHdZoaqSlLBbfBuhHT, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F64D00, bool, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_XzgWiBRkwVJHaMpRnExoDApwdPdO, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, WCrSdTVPycjnxACNNWCCQtzDLPrs * param_0000b245, MethodInfo * method)); DO_APP_FUNC(0x01F64D60, IList_1_gzbiKNGlSyvLxnIubujCpzSuqtOe_ *, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_MpKgoUFsVCDHGTvBdhAGzWtcbjiBb, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F64DB0, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_NUZdDQxpdNjSxtIgJBbLfOmzwMkE, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, int32_t param_0000b246, int32_t param_0000b247, List_1_OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_ * param_0000b248, List_1_OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_ * param_0000b249, MethodInfo * method)); DO_APP_FUNC(0x01F65010, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_cwPQaCJWKoIIJDjhuutMdeKXToE, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, List_1_OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_ * param_0000b24a, int32_t param_0000b24b, int32_t param_0000b24c, MethodInfo * method)); DO_APP_FUNC(0x01F650E0, bool, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_yjTnsMmIRIGGqehPUoQSFRriVZwsB, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, List_1_OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_ * param_0000b24d, int32_t param_0000b24e, MethodInfo * method)); DO_APP_FUNC(0x01F651B0, int32_t, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_eypDvXivfsOUjeriHLBWnoWcUZDuD, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, List_1_OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_ * param_0000b24f, MethodInfo * method)); DO_APP_FUNC(0x01F65280, bool, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_kyYDNkjVYncdpRelNKGUVoaRARTE, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, List_1_OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_ * param_0000b250, int32_t param_0000b251, MethodInfo * method)); DO_APP_FUNC(0x01F65330, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_XtLYKKGqOHhXaYkLSIndWezhRzOk, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, int32_t param_0000b252, List_1_OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_ * param_0000b253, int32_t param_0000b254, List_1_OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_ * param_0000b255, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_YbSItpXSYWwhCwRMzXuGKbUArguQ__Enum param_0000b256, MethodInfo * method)); DO_APP_FUNC(0x01F654A0, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_JVFsJtinvwTJjwarlaJncmbckHDl, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, int32_t param_0000b257, List_1_OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_ * param_0000b258, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_YbSItpXSYWwhCwRMzXuGKbUArguQ__Enum param_0000b259, MethodInfo * method)); DO_APP_FUNC(0x01F65770, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_BqlxamQUZMjuLreIKBnniHwUMyJI, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F657D0, bool, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_yNVfbbZQlkMWSoZhKrTchODNHkPDA, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, IList_1_gzbiKNGlSyvLxnIubujCpzSuqtOe_ * param_0000b25a, MethodInfo * method)); DO_APP_FUNC(0x01F659B0, bool, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_bAcGAcnCmKGryoByXllglqAaJuuy, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, Guid param_0000b25b, MethodInfo * method)); DO_APP_FUNC(0x01F65AF0, bool, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_IUmitRpLKwDgQJSVuMBWvniGlqJiA, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, IList_1_gzbiKNGlSyvLxnIubujCpzSuqtOe_ * param_0000b25c, Guid param_0000b25d, MethodInfo * method)); DO_APP_FUNC(0x01F65C60, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_EoEfCWcEdbObkcLaKdZxpgNBjJfDC, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, List_1_OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_ * param_0000b25e, List_1_OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_ * param_0000b25f, bool param_0000b260, MethodInfo * method)); DO_APP_FUNC(0x01F65DF0, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_giyBWaSvHjtkroePMmReGCHOsIZH, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * param_0000b261, bool param_0000b262, MethodInfo * method)); DO_APP_FUNC(0x01F65F30, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_KsxFhAhzpSwmwnIqIptUmyEXkKKtA, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8C10, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_KsxFhAhzpSwmwnIqIptUmyEXkKKtA__MethodInfo); DO_APP_FUNC(0x003BAD50, int32_t, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_get_rewiredId, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_set_rewiredId, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_get_inputManagerId, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_set_inputManagerId, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_get_name, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F65F50, Nullable_1_Int64_, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_get_systemId, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_get_unityId, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, MethodInfo * method)); DO_APP_FUNC(0x00BD9290, Guid, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_get_instanceGuid, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, MethodInfo * method)); DO_APP_FUNC(0x00BD9290, Guid, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_get_persistentGuid, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, MethodInfo * method)); DO_APP_FUNC(0x0070ED80, Controller_Extension *, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_get_extension, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, MethodInfo * method)); DO_APP_FUNC(0x00B48210, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_set_extension, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, Controller_Extension * value, MethodInfo * method)); DO_APP_FUNC(0x01F65FC0, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_SetVibration, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, float amount, int32_t motorIndex, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_StopVibration, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F660A0, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb__ctor, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, Func_2_Rewired_BridgedControllerHWInfo_Rewired_HardwareJoystickMap_InputManager_ * param_0000b268, MethodInfo * method)); DO_APP_FUNC(0x01F66110, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_hXyydGiwFFUaerECStnpfBcKDoOAA, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F66460, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_zyWfjMEQMKfrcFUIuJsQekkGmZXeB, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * param_0000b269, MethodInfo * method)); DO_APP_FUNC(0x01F665A0, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_Update, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F66780, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_FillData, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, ControllerDataUpdater * dataUpdater, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB89F0, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_FillData__MethodInfo); DO_APP_FUNC(0x01F668E0, int32_t, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_NWhioGIQTHWIJiNJWGzSJyccbFph, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * param_0000b26b, MethodInfo * method)); DO_APP_FUNC(0x01F669D0, BridgedControllerHWInfo *, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_GBKpRaKkozAlrfTWcfBobtBEXJSEA, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F66A40, BridgedController *, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_ToBridgedController, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F66AB0, ControllerDisconnectedEventArgs *, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_ToControllerDisconnectedEventArgs, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F66B50, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_HIIydJwkxPRjeUmnKMhynZSlhZFr, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F66D00, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_qgkozYJKRLUdDDRvgDzLkjaguBYt, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F66E80, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_UyEymvLrgqInqQRHGPXmMlMzmNUC, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, HardwareJoystickMap_Platform_SDL2_Base_Axis * param_0000b26c, int32_t param_0000b26d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8A20, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_UyEymvLrgqInqQRHGPXmMlMzmNUC__MethodInfo); DO_APP_FUNC(0x01F66F20, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_SoVczKSJkPnRJnChvbuCOkXWOfCF, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, HardwareJoystickMap_Platform_SDL2_Base_Button * param_0000b26e, int32_t param_0000b26f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8A10, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_SoVczKSJkPnRJnChvbuCOkXWOfCF__MethodInfo); DO_APP_FUNC(0x01F66FC0, float, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_XAXNwRQUnmcOzPeHVLVuoeCfedSaA, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, HardwareJoystickMap_Platform_SDL2_Base_Axis * param_0000b270, MethodInfo * method)); DO_APP_FUNC(0x01F671D0, bool, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_fPEIieuOrXYRdNGxxzydLWhVnvVE, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, HardwareJoystickMap_Platform_SDL2_Base_Button * param_0000b271, MethodInfo * method)); DO_APP_FUNC(0x01F675D0, bool, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_puJqpekmNDbwQbFPMiIiHtjanAMf, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, int32_t param_0000b272, int32_t param_0000b273, HatType__Enum param_0000b274, MethodInfo * method)); DO_APP_FUNC(0x01F67680, float, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_uTPKxqPuaFLMZolLFOBBIdubZjmS, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, int32_t param_0000b275, AxisDirection__Enum param_0000b276, MethodInfo * method)); DO_APP_FUNC(0x01F676D0, ControlDeviceType__Enum, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_BZOmGrWkeQwUwRQtjctttRlsdUmo, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, MaHEshgLaxDibPBvWjbHizXkPWdfb__Enum param_0000b277, MethodInfo * method)); DO_APP_FUNC(0x01F67700, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_QiRaNfkfgHgWUjtXCaMEyCrzuWuLA, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F67920, String *, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_EgMRUGzeNRpkTXGPzCqoxKYZSUQC, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F67CE0, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_hugsFbKZfWraiQkiGFWQikzsmvDj, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, BridgedControllerHWInfo * param_0000b278, MethodInfo * method)); DO_APP_FUNC(0x01F67F80, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_hugsFbKZfWraiQkiGFWQikzsmvDj_1, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, BridgedController * param_0000b279, MethodInfo * method)); DO_APP_FUNC(0x01F68230, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_FtqXDYbQuNhOcJdgcQVLpHyYVBKI, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F682C0, UnknownControllerHat__Array *, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_SIEFbCBqMIXIjcbOHmmhzuDcHShlA, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * __this, MethodInfo * method)); DO_APP_FUNC(0x01F685C0, int32_t, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_TUSeQEzQgVqxkSktgFcfCxIihmLU, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * param_0000b27a, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * param_0000b27b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8BD0, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_TUSeQEzQgVqxkSktgFcfCxIihmLU__MethodInfo); DO_APP_FUNC(0x01F68600, int32_t, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_XvupssOPinBZAEVXbxRJKgDjvosJA, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * param_0000b27c, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * param_0000b27d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8AC0, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb_XvupssOPinBZAEVXbxRJKgDjvosJA__MethodInfo); DO_APP_FUNC(0x01F68640, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB__ctor, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB * __this, MethodInfo * method)); DO_APP_FUNC(0x01F68710, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_uHctqJCHbChBJfvVwkwSXBHumPvzA, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB * __this, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * param_0000b27e, MethodInfo * method)); DO_APP_FUNC(0x01F68A80, bool, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_VfpgCWArzMRwmtPRIAXRmxwrgJeEA, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB * __this, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * param_0000b27f, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_YbSItpXSYWwhCwRMzXuGKbUArguQ__Enum param_0000b280, MethodInfo * method)); DO_APP_FUNC(0x01F68B60, IEnumerable_1_OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_UEUxULqgOKjFFoCtJehseWLRVSuFA_ *, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_bSyulQjPHvabugQHvZTKMwbbBLnyA, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB * __this, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * param_0000b281, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_YbSItpXSYWwhCwRMzXuGKbUArguQ__Enum param_0000b282, MethodInfo * method)); DO_APP_FUNC(0x01F68C90, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_KlkBjwjuozSIWjtafFupuZDYyxHfA, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB * __this, int32_t param_0000b283, Guid param_0000b284, int32_t param_0000b285, MethodInfo * method)); DO_APP_FUNC(0x01F68DE0, bool, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_UEUxULqgOKjFFoCtJehseWLRVSuFA_NWhioGIQTHWIJiNJWGzSJyccbFph, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_UEUxULqgOKjFFoCtJehseWLRVSuFA * __this, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb * param_0000b286, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_YbSItpXSYWwhCwRMzXuGKbUArguQ__Enum param_0000b287, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8998, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_UEUxULqgOKjFFoCtJehseWLRVSuFA_NWhioGIQTHWIJiNJWGzSJyccbFph__MethodInfo); DO_APP_FUNC(0x003AC050, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_UEUxULqgOKjFFoCtJehseWLRVSuFA__ctor, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_UEUxULqgOKjFFoCtJehseWLRVSuFA * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_EHUwjAEHMNOIGdlywQSkmmcHEZbJ__ctor, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_EHUwjAEHMNOIGdlywQSkmmcHEZbJ * __this, int32_t param_0000b288, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_EHUwjAEHMNOIGdlywQSkmmcHEZbJ_System_IDisposable_Dispose, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_EHUwjAEHMNOIGdlywQSkmmcHEZbJ * __this, MethodInfo * method)); DO_APP_FUNC(0x01F68F10, bool, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_EHUwjAEHMNOIGdlywQSkmmcHEZbJ_MoveNext, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_EHUwjAEHMNOIGdlywQSkmmcHEZbJ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_UEUxULqgOKjFFoCtJehseWLRVSuFA *, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_EHUwjAEHMNOIGdlywQSkmmcHEZbJ_System_Collections_Generic_IEnumerator_Rewired_InputSources_SDL2_SDL2InputManager_JoystickRecords_Record__get_Current, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_EHUwjAEHMNOIGdlywQSkmmcHEZbJ * __this, MethodInfo * method)); DO_APP_FUNC(0x01F69040, void, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_EHUwjAEHMNOIGdlywQSkmmcHEZbJ_System_Collections_IEnumerator_Reset, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_EHUwjAEHMNOIGdlywQSkmmcHEZbJ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8928, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_EHUwjAEHMNOIGdlywQSkmmcHEZbJ_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_EHUwjAEHMNOIGdlywQSkmmcHEZbJ_System_Collections_IEnumerator_get_Current, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_EHUwjAEHMNOIGdlywQSkmmcHEZbJ * __this, MethodInfo * method)); DO_APP_FUNC(0x01F69090, IEnumerator_1_OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_UEUxULqgOKjFFoCtJehseWLRVSuFA_ *, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_EHUwjAEHMNOIGdlywQSkmmcHEZbJ_System_Collections_Generic_IEnumerable_Rewired_InputSources_SDL2_SDL2InputManager_JoystickRecords_Record__GetEnumerator, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_EHUwjAEHMNOIGdlywQSkmmcHEZbJ * __this, MethodInfo * method)); DO_APP_FUNC(0x01F69250, IEnumerator *, OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_EHUwjAEHMNOIGdlywQSkmmcHEZbJ_System_Collections_IEnumerable_GetEnumerator, (OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_EHUwjAEHMNOIGdlywQSkmmcHEZbJ * __this, MethodInfo * method)); DO_APP_FUNC(0x01F69260, void, ImYWxcEEsVTdIQsxgjkIAhrNiNwj_FiUnObMlCbaIOUtJjeapCyhVLNCI, (Object * param_0000b289, MethodInfo * method)); DO_APP_FUNC(0x01F692B0, void, ImYWxcEEsVTdIQsxgjkIAhrNiNwj_xECgqlDzYMVCZEmEKqwRxHnKFqcv, (Object * param_0000b28a, bool param_0000b28b, MethodInfo * method)); DO_APP_FUNC(0x003CB250, bool, SDL2InputSource_get_initialized, (SDL2InputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01F69310, void, SDL2InputSource__ctor, (SDL2InputSource * __this, UpdateLoopSetting__Enum param_0000b28c, bool param_0000b28d, bool param_0000b28e, bool param_0000b28f, bool param_0000b290, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8950, SDL2InputSource__ctor__MethodInfo); DO_APP_FUNC(0x01F69890, void, SDL2InputSource_YqHJknraBofkDrQopXWUxEXEhbBW, (SDL2InputSource * __this, Action * param_0000b291, MethodInfo * method)); DO_APP_FUNC(0x01F69990, void, SDL2InputSource_YavTwafpUJoMWEKbcbuUideMTXIKA, (SDL2InputSource * __this, Action * param_0000b292, MethodInfo * method)); DO_APP_FUNC(0x01F69890, void, SDL2InputSource_add_DeviceChangedEvent, (SDL2InputSource * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x01F69990, void, SDL2InputSource_remove_DeviceChangedEvent, (SDL2InputSource * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x01F69A90, void, SDL2InputSource_SystemDeviceConnected, (SDL2InputSource * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8940, SDL2InputSource_SystemDeviceConnected__MethodInfo); DO_APP_FUNC(0x01F69AE0, void, SDL2InputSource_SystemDeviceDisconnected, (SDL2InputSource * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8938, SDL2InputSource_SystemDeviceDisconnected__MethodInfo); DO_APP_FUNC(0x003AC050, void, SDL2InputSource_Update, (SDL2InputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01F69B30, void, SDL2InputSource_UpdateDevices, (SDL2InputSource * __this, UpdateLoopType__Enum updateLoop, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SDL2InputSource_UpdateFinished, (SDL2InputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01F69B40, int32_t, SDL2InputSource_pjEJzRXDsNMOUexSnIzUKgbKkhpx, (SDL2InputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01F69CF0, int32_t, SDL2InputSource_rhdyJfsjBVbejvuSksIxEiHeaRaQ, (SDL2InputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01F69D60, nPRqIoqySXhujbVkqhHKfdEBznFW *, SDL2InputSource_QJWGOYjosMXwBwSNYiQFraVjymjD, (SDL2InputSource * __this, int32_t param_0000b296, MethodInfo * method)); DO_APP_FUNC(0x01F69FF0, PLVuESYMpevStRCbBgaqaHaZvFblA *, SDL2InputSource_aelQKarlqTuMIsxMZjJvFPhdVSck, (SDL2InputSource * __this, int32_t param_0000b297, MethodInfo * method)); DO_APP_FUNC(0x01F6A3E0, ICcCkPZMXjVJgraTglJlgUOQjgBK *, SDL2InputSource_TcKCNnbApSMhrCdaoIoOtuvtCzAfA, (SDL2InputSource * __this, int32_t param_0000b298, ehWGkbOICubTwdqQCMLaOvUVfuqgb * param_0000b299, MethodInfo * method)); DO_APP_FUNC(0x01F6AF20, ICcCkPZMXjVJgraTglJlgUOQjgBK *, SDL2InputSource_VhbsFBxpMeGTEdrgLLzNaIwFVzyD, (SDL2InputSource * __this, int32_t param_0000b29a, fKplPICquiKhEJoUxqQWsAEjBvvp * param_0000b29b, MethodInfo * method)); DO_APP_FUNC(0x01F6B050, void, SDL2InputSource_DPgivPuqNiGfrgkjlBWpvfqHpjyxA, (SDL2InputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01F6B0C0, void, SDL2InputSource_fdrpasyVfSBdLokJZfKyHQIIUuFgA, (SDL2InputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01F6B590, bool, SDL2InputSource_UWQPNZZcjxRgFJosucOwFJDXaBzX, (SDL2InputSource * __this, int32_t param_0000b29c, MethodInfo * method)); DO_APP_FUNC(0x01F6B720, void, SDL2InputSource_sqjATjrjGQdHYolDJpShYjJQqorD, (SDL2InputSource * __this, int32_t param_0000b29d, MethodInfo * method)); DO_APP_FUNC(0x01F6B810, bool, SDL2InputSource_SYSHQDEiNPGjRhbpMldzBGhjbagQb, (SDL2InputSource * __this, int32_t param_0000b29e, MethodInfo * method)); DO_APP_FUNC(0x01F6B990, void, SDL2InputSource_euafPzTLwwiRBTSrxLiDeHQyJxpO, (SDL2InputSource * __this, int32_t param_0000b29f, MethodInfo * method)); DO_APP_FUNC(0x01F6BA80, nPRqIoqySXhujbVkqhHKfdEBznFW *, SDL2InputSource_RxbkkRPpfLFdpgklgffzTXeVjsPsA, (SDL2InputSource * __this, int32_t param_0000b2a0, MethodInfo * method)); DO_APP_FUNC(0x01F6BB00, PLVuESYMpevStRCbBgaqaHaZvFblA *, SDL2InputSource_HdWwVqGjLzgNCkSJdMnuhmiFcHJWb, (SDL2InputSource * __this, int32_t param_0000b2a1, MethodInfo * method)); DO_APP_FUNC(0x01F6BB80, void, SDL2InputSource_WnPEbKJLbniIAbMxtGKJpMBiOroR, (SDL2InputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01F6C010, void, SDL2InputSource_cbdbxUciRfJEobQRkNmDFsPvJjjkB, (SDL2InputSource * __this, MQXuqxolDTNzmhlQygSPrfSbyMQP_fFFwewtUqmsSEmrBgDBcpkeDeKDV * param_0000b2a2, double param_0000b2a3, MethodInfo * method)); DO_APP_FUNC(0x01F6C050, void, SDL2InputSource_aMAGnybNkVPXKKxvSPhkRYCzfOCp, (SDL2InputSource * __this, MQXuqxolDTNzmhlQygSPrfSbyMQP_BYWGMKkCZZapwUxoyDOfOnuFFjZi * param_0000b2a4, double param_0000b2a5, MethodInfo * method)); DO_APP_FUNC(0x01F6C090, void, SDL2InputSource_TlUBkvBHXXyRSGdYCUdZshPJpqcXA, (SDL2InputSource * __this, MQXuqxolDTNzmhlQygSPrfSbyMQP_ExVsjcaJQHIrRykhyLbhejFhZHjU * param_0000b2a6, double param_0000b2a7, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SDL2InputSource_HiXvYFMDrGDgALuMAhWgdosEPELg, (SDL2InputSource * __this, MQXuqxolDTNzmhlQygSPrfSbyMQP_rsjyJalPbUAnIDSqvvIVAUhdVUyv * param_0000b2a8, double param_0000b2a9, MethodInfo * method)); DO_APP_FUNC(0x01F6C0D0, void, SDL2InputSource_PePRYfSZRyREJhIDGQjaTGaYgZEm, (SDL2InputSource * __this, MQXuqxolDTNzmhlQygSPrfSbyMQP_NJZeSIpLpELmQeHounjwnphENMLl * param_0000b2aa, MethodInfo * method)); DO_APP_FUNC(0x01F6C120, void, SDL2InputSource_ZbDTbZOsFCdCqaczLmPCokqRtHCP, (SDL2InputSource * __this, MQXuqxolDTNzmhlQygSPrfSbyMQP_NJZeSIpLpELmQeHounjwnphENMLl * param_0000b2ab, MethodInfo * method)); DO_APP_FUNC(0x01F6C240, void, SDL2InputSource_uoiXkDBsABKLCfEtqJWWbDJHJMfv, (SDL2InputSource * __this, MQXuqxolDTNzmhlQygSPrfSbyMQP_fkaeudwEJXamemKLebDVxKyizDwh * param_0000b2ac, double param_0000b2ad, MethodInfo * method)); DO_APP_FUNC(0x01F6C280, void, SDL2InputSource_LNXHyQYYdhkKOQPDNSLxirHhPUWw, (SDL2InputSource * __this, MQXuqxolDTNzmhlQygSPrfSbyMQP_EDRMzeVDpkxuVXCYRCZGRVVSFsNM * param_0000b2ae, double param_0000b2af, MethodInfo * method)); DO_APP_FUNC(0x01F6C2C0, void, SDL2InputSource_aQuEPAizPIamIpKGNEbElSWTpXdoA, (SDL2InputSource * __this, MQXuqxolDTNzmhlQygSPrfSbyMQP_kPDMdMsAaUIPSgXaYfVwGqOksJbJ * param_0000b2b0, MethodInfo * method)); DO_APP_FUNC(0x01F6C310, void, SDL2InputSource_CxTWsPoKWweQQQdcULFvgVcZXJhi, (SDL2InputSource * __this, MQXuqxolDTNzmhlQygSPrfSbyMQP_kPDMdMsAaUIPSgXaYfVwGqOksJbJ * param_0000b2b1, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SDL2InputSource_jvgedsVmXrxgrxLPxtMqmLDPjlOfA, (SDL2InputSource * __this, MQXuqxolDTNzmhlQygSPrfSbyMQP_kPDMdMsAaUIPSgXaYfVwGqOksJbJ * param_0000b2b2, MethodInfo * method)); DO_APP_FUNC(0x01F6C430, void, SDL2InputSource_msLGKlCOZLgnPccplQHqHcSAaAFXB, (SDL2InputSource * __this, int32_t param_0000b2b3, ouBlVRHXrStnRscoygcvLiAmkaUg__Enum param_0000b2b4, uint8_t param_0000b2b5, int16_t param_0000b2b6, double param_0000b2b7, MethodInfo * method)); DO_APP_FUNC(0x01F6C4F0, void, SDL2InputSource_fZxHKqFnXwFFfoZjApAxEIRyshoi, (SDL2InputSource * __this, int32_t param_0000b2b8, ouBlVRHXrStnRscoygcvLiAmkaUg__Enum param_0000b2b9, uint8_t param_0000b2ba, int16_t param_0000b2bb, double param_0000b2bc, MethodInfo * method)); DO_APP_FUNC(0x01F6C5B0, void, SDL2InputSource_XbVxLTIpkWNkRiQjkpqPTYCYPrBr, (SDL2InputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01F6C860, void, SDL2InputSource_Dispose, (SDL2InputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01A007C0, void, SDL2InputSource_Finalize, (SDL2InputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01F6C8D0, void, SDL2InputSource_Dispose_1, (SDL2InputSource * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01F6CA70, void, SDL2InputSource_tWrIUHHbZERZWlUTsBJsYDzhuLpO__ctor, (SDL2InputSource_tWrIUHHbZERZWlUTsBJsYDzhuLpO * __this, Object * param_0000b2be, void * param_0000b2bf, MethodInfo * method)); DO_APP_FUNC(0x01F6CBA0, void, SDL2InputSource_tWrIUHHbZERZWlUTsBJsYDzhuLpO_Invoke, (SDL2InputSource_tWrIUHHbZERZWlUTsBJsYDzhuLpO * __this, int32_t joystickId, uint8_t rewiredElementType, uint8_t elementIndex, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x01F6CBC0, IAsyncResult *, SDL2InputSource_tWrIUHHbZERZWlUTsBJsYDzhuLpO_BeginInvoke, (SDL2InputSource_tWrIUHHbZERZWlUTsBJsYDzhuLpO * __this, int32_t joystickId, uint8_t rewiredElementType, uint8_t elementIndex, int16_t value, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, SDL2InputSource_tWrIUHHbZERZWlUTsBJsYDzhuLpO_EndInvoke, (SDL2InputSource_tWrIUHHbZERZWlUTsBJsYDzhuLpO * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, SDL2InputSource_EHUAbwNHSWGAlXwrScxqnASLUNMx__ctor, (SDL2InputSource_EHUAbwNHSWGAlXwrScxqnASLUNMx * __this, Object * param_0000b2cb, void * param_0000b2cc, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, SDL2InputSource_EHUAbwNHSWGAlXwrScxqnASLUNMx_Invoke, (SDL2InputSource_EHUAbwNHSWGAlXwrScxqnASLUNMx * __this, int32_t joystickIndex, MethodInfo * method)); DO_APP_FUNC(0x01F6CCA0, IAsyncResult *, SDL2InputSource_EHUAbwNHSWGAlXwrScxqnASLUNMx_BeginInvoke, (SDL2InputSource_EHUAbwNHSWGAlXwrScxqnASLUNMx * __this, int32_t joystickIndex, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, SDL2InputSource_EHUAbwNHSWGAlXwrScxqnASLUNMx_EndInvoke, (SDL2InputSource_EHUAbwNHSWGAlXwrScxqnASLUNMx * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, SDL2InputSource_IIVDIHXiGCAKtBYVYAzUCxTVlOldA__ctor, (SDL2InputSource_IIVDIHXiGCAKtBYVYAzUCxTVlOldA * __this, Object * param_0000b2d2, void * param_0000b2d3, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, SDL2InputSource_IIVDIHXiGCAKtBYVYAzUCxTVlOldA_Invoke, (SDL2InputSource_IIVDIHXiGCAKtBYVYAzUCxTVlOldA * __this, int32_t joystickId, MethodInfo * method)); DO_APP_FUNC(0x01F6CD20, IAsyncResult *, SDL2InputSource_IIVDIHXiGCAKtBYVYAzUCxTVlOldA_BeginInvoke, (SDL2InputSource_IIVDIHXiGCAKtBYVYAzUCxTVlOldA * __this, int32_t joystickId, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, SDL2InputSource_IIVDIHXiGCAKtBYVYAzUCxTVlOldA_EndInvoke, (SDL2InputSource_IIVDIHXiGCAKtBYVYAzUCxTVlOldA * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01F6CA70, void, SDL2InputSource_ygkQBbBmjhIKArOLTJaTtdtkMXdh__ctor, (SDL2InputSource_ygkQBbBmjhIKArOLTJaTtdtkMXdh * __this, Object * param_0000b2d9, void * param_0000b2da, MethodInfo * method)); DO_APP_FUNC(0x01F6CBA0, void, SDL2InputSource_ygkQBbBmjhIKArOLTJaTtdtkMXdh_Invoke, (SDL2InputSource_ygkQBbBmjhIKArOLTJaTtdtkMXdh * __this, int32_t gameControllerId, uint8_t rewiredElementType, uint8_t sdlElementType, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x01F6CDA0, IAsyncResult *, SDL2InputSource_ygkQBbBmjhIKArOLTJaTtdtkMXdh_BeginInvoke, (SDL2InputSource_ygkQBbBmjhIKArOLTJaTtdtkMXdh * __this, int32_t gameControllerId, uint8_t rewiredElementType, uint8_t sdlElementType, int16_t value, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, SDL2InputSource_ygkQBbBmjhIKArOLTJaTtdtkMXdh_EndInvoke, (SDL2InputSource_ygkQBbBmjhIKArOLTJaTtdtkMXdh * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01F6CE80, Boolean__Array *, nPRqIoqySXhujbVkqhHKfdEBznFW_EnOcfAfmYVqfWwwSgrTAwoQWTMhV, (nPRqIoqySXhujbVkqhHKfdEBznFW * __this, MethodInfo * method)); DO_APP_FUNC(0x01F6CEF0, void, nPRqIoqySXhujbVkqhHKfdEBznFW__ctor, (nPRqIoqySXhujbVkqhHKfdEBznFW * __this, ehWGkbOICubTwdqQCMLaOvUVfuqgb * param_0000b2f0, ICcCkPZMXjVJgraTglJlgUOQjgBK * param_0000b2f1, MethodInfo * method)); DO_APP_FUNC(0x01F6CF40, void, nPRqIoqySXhujbVkqhHKfdEBznFW__ctor_1, (nPRqIoqySXhujbVkqhHKfdEBznFW * __this, ehWGkbOICubTwdqQCMLaOvUVfuqgb * param_0000b2f2, ICcCkPZMXjVJgraTglJlgUOQjgBK * param_0000b2f3, YwWTDJySAQiwOIDVAfgchzhGBXGDb__Enum param_0000b2f4, MethodInfo * method)); DO_APP_FUNC(0x01F6CF90, void, nPRqIoqySXhujbVkqhHKfdEBznFW__ctor_2, (nPRqIoqySXhujbVkqhHKfdEBznFW * __this, axoAbLvhMgAkdIbSyZIvgvHFbIrc * param_0000b2f5, ICcCkPZMXjVJgraTglJlgUOQjgBK * param_0000b2f6, YwWTDJySAQiwOIDVAfgchzhGBXGDb__Enum param_0000b2f7, int32_t param_0000b2f8, int32_t param_0000b2f9, int32_t param_0000b2fa, int32_t param_0000b2fb, MethodInfo * method)); DO_APP_FUNC(0x01F6D320, void, nPRqIoqySXhujbVkqhHKfdEBznFW_ZoDbkNKFlXFxAHENCTiSSpvcgFGj, (nPRqIoqySXhujbVkqhHKfdEBznFW * __this, ouBlVRHXrStnRscoygcvLiAmkaUg__Enum param_0000b2fc, uint8_t param_0000b2fd, int16_t param_0000b2fe, double param_0000b2ff, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8878, nPRqIoqySXhujbVkqhHKfdEBznFW_ZoDbkNKFlXFxAHENCTiSSpvcgFGj__MethodInfo); DO_APP_FUNC(0x01F6D420, void, nPRqIoqySXhujbVkqhHKfdEBznFW_XUYlHArjcZHIIZmMQVtfQqgGDltj, (nPRqIoqySXhujbVkqhHKfdEBznFW * __this, UpdateLoopType__Enum param_0000b300, MethodInfo * method)); DO_APP_FUNC(0x01F6D480, void, nPRqIoqySXhujbVkqhHKfdEBznFW_bwfPLqhXThNvsKpBRCsweivBvAleA, (nPRqIoqySXhujbVkqhHKfdEBznFW * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, nPRqIoqySXhujbVkqhHKfdEBznFW_SoGfanwQXLGzStQeaItvgikGaAPIb, (nPRqIoqySXhujbVkqhHKfdEBznFW * __this, MethodInfo * method)); DO_APP_FUNC(0x0111DD10, int32_t, nPRqIoqySXhujbVkqhHKfdEBznFW_GQtitskNapuRDfjlwkLnrdtJehXY, (nPRqIoqySXhujbVkqhHKfdEBznFW * __this, MethodInfo * method)); DO_APP_FUNC(0x01D80210, int32_t, nPRqIoqySXhujbVkqhHKfdEBznFW_UXbdoRXSAtVYesXRekmjiQnbLISA, (nPRqIoqySXhujbVkqhHKfdEBznFW * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A6C0, int32_t, nPRqIoqySXhujbVkqhHKfdEBznFW_hxdoAWeSTcJvkNMpxSAxyPItVJQD, (nPRqIoqySXhujbVkqhHKfdEBznFW * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADDA40, int32_t, nPRqIoqySXhujbVkqhHKfdEBznFW_YkDSdOBNphfbzvnoveGcjbwcCUmQ, (nPRqIoqySXhujbVkqhHKfdEBznFW * __this, MethodInfo * method)); DO_APP_FUNC(0x01F6D4E0, bool, nPRqIoqySXhujbVkqhHKfdEBznFW_qQLRLaaPeyCWKLYTBLIBLLGDKgit, (nPRqIoqySXhujbVkqhHKfdEBznFW * __this, MethodInfo * method)); DO_APP_FUNC(0x01F64020, InputSource__Enum, nPRqIoqySXhujbVkqhHKfdEBznFW_JDhjlEJAFijOqchPcODVkvRtNMezb, (nPRqIoqySXhujbVkqhHKfdEBznFW * __this, MethodInfo * method)); DO_APP_FUNC(0x00562610, bool, nPRqIoqySXhujbVkqhHKfdEBznFW_RuarKiomyMOOpOHETuLcQMOUpFgF, (nPRqIoqySXhujbVkqhHKfdEBznFW * __this, MethodInfo * method)); DO_APP_FUNC(0x01F6D500, float, nPRqIoqySXhujbVkqhHKfdEBznFW_XAXNwRQUnmcOzPeHVLVuoeCfedSaA, (nPRqIoqySXhujbVkqhHKfdEBznFW * __this, int32_t param_0000b301, MethodInfo * method)); DO_APP_FUNC(0x01F6D580, int32_t, nPRqIoqySXhujbVkqhHKfdEBznFW_bWzZAssiQBTXbVTegPhWofgUubsH, (nPRqIoqySXhujbVkqhHKfdEBznFW * __this, int32_t param_0000b302, MethodInfo * method)); DO_APP_FUNC(0x01F6D5C0, bool, nPRqIoqySXhujbVkqhHKfdEBznFW_fPEIieuOrXYRdNGxxzydLWhVnvVE, (nPRqIoqySXhujbVkqhHKfdEBznFW * __this, int32_t param_0000b303, MethodInfo * method)); DO_APP_FUNC(0x01F6D660, int32_t, nPRqIoqySXhujbVkqhHKfdEBznFW_WHzqnIBFiRfpcPBnRQbYosOiyqKi, (nPRqIoqySXhujbVkqhHKfdEBznFW * __this, int32_t param_0000b304, MethodInfo * method)); DO_APP_FUNC(0x003C8F50, Vector2, nPRqIoqySXhujbVkqhHKfdEBznFW_fRJptJYGPPbWNJYiriHSnsrNREbp, (nPRqIoqySXhujbVkqhHKfdEBznFW * __this, int32_t param_0000b305, MethodInfo * method)); DO_APP_FUNC(0x01F6D750, void, nPRqIoqySXhujbVkqhHKfdEBznFW_DZYgaNWOFkvODbQrxbJgurTVRAFX, (nPRqIoqySXhujbVkqhHKfdEBznFW * __this, ehWGkbOICubTwdqQCMLaOvUVfuqgb * param_0000b306, MethodInfo * method)); DO_APP_FUNC(0x01F6DE70, void, nPRqIoqySXhujbVkqhHKfdEBznFW_BWKFcMUeendZJpJNIZJKNOFbedxB, (nPRqIoqySXhujbVkqhHKfdEBznFW * __this, MethodInfo * method)); DO_APP_FUNC(0x01F6DF00, void, nPRqIoqySXhujbVkqhHKfdEBznFW_MJReStRwfXZbRCKKgsCAPVQGudlX, (nPRqIoqySXhujbVkqhHKfdEBznFW * __this, MethodInfo * method)); DO_APP_FUNC(0x01F6E000, float, nPRqIoqySXhujbVkqhHKfdEBznFW_YsARNdXTcbPPMJgRdeECdcQDeXTK, (nPRqIoqySXhujbVkqhHKfdEBznFW * __this, int32_t param_0000b307, MethodInfo * method)); DO_APP_FUNC(0x01F6E050, int32_t, nPRqIoqySXhujbVkqhHKfdEBznFW_QyzgBYwMaXivzcVJolEMmmAnfZsqA, (nPRqIoqySXhujbVkqhHKfdEBznFW * __this, int16_t param_0000b308, MethodInfo * method)); DO_APP_FUNC(0x01F6E0E0, void, ICcCkPZMXjVJgraTglJlgUOQjgBK_hXyydGiwFFUaerECStnpfBcKDoOAA, (ICcCkPZMXjVJgraTglJlgUOQjgBK * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB87E0, ICcCkPZMXjVJgraTglJlgUOQjgBK_hXyydGiwFFUaerECStnpfBcKDoOAA__MethodInfo); DO_APP_FUNC(0x01F6E3C0, String *, ICcCkPZMXjVJgraTglJlgUOQjgBK_puyyohkruQkIUNABhtMvSnGscDCS, (ICcCkPZMXjVJgraTglJlgUOQjgBK * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ICcCkPZMXjVJgraTglJlgUOQjgBK__ctor, (ICcCkPZMXjVJgraTglJlgUOQjgBK * __this, MethodInfo * method)); DO_APP_FUNC(0x01F6E900, String__Array *, QFaISGkpTwCccmuOeOEOZXPNWIaD_hkOwGcojFhIfBvEpmCQbExumxkXoA, (MethodInfo * method)); DO_APP_FUNC(0x01F6EA70, String__Array *, QFaISGkpTwCccmuOeOEOZXPNWIaD_VlnfLRdNWyvGsjDwncMobIXxDuvzA, (Byte__Array * param_0000b309, MethodInfo * method)); DO_APP_FUNC(0x01F6EBB0, String *, QFaISGkpTwCccmuOeOEOZXPNWIaD_IKPqJEBdGjXZkAAMaMHhpkAKLjhB, (Byte__Array * param_0000b30a, Byte__Array * param_0000b30b, Byte__Array * param_0000b30c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8760, QFaISGkpTwCccmuOeOEOZXPNWIaD_IKPqJEBdGjXZkAAMaMHhpkAKLjhB__MethodInfo); DO_APP_FUNC(0x01F6F0D0, Byte__Array *, QFaISGkpTwCccmuOeOEOZXPNWIaD_FUIjLAIPibFpRHemIliOKeMuezaUA, (MethodInfo * method)); DO_APP_FUNC(0x01F6F140, Byte__Array *, QFaISGkpTwCccmuOeOEOZXPNWIaD_gIibBhkhosHQmqUSQizqLjKmEZEdA, (MethodInfo * method)); DO_APP_FUNC(0x01F6F1B0, Byte__Array *, QFaISGkpTwCccmuOeOEOZXPNWIaD_JQSnCKMcqSUBltIezaExaAUAJiDWA, (MethodInfo * method)); DO_APP_FUNC(0x01F6F220, void, CustomInputManager__ctor, (CustomInputManager * __this, CustomInputSource * param_0000b30d, UpdateLoopSetting__Enum param_0000b30e, Func_2_Rewired_BridgedControllerHWInfo_Rewired_HardwareJoystickMap_InputManager_ * param_0000b30f, Func_1_Int32_ * param_0000b310, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int32_t, CustomInputManager_get_deviceCount, (CustomInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, PlatformInputManager *, CustomInputManager_get_primaryInputManager, (CustomInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IInputSource *, CustomInputManager_get_inputSource, (CustomInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01F6F6B0, InputSource__Enum, CustomInputManager_get_inputSourceType, (CustomInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01F6F6D0, void, CustomInputManager_Initialize, (CustomInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01F6F900, void, CustomInputManager_Update, (CustomInputManager * __this, UpdateLoopType__Enum updateLoop, MethodInfo * method)); DO_APP_FUNC(0x01F6F9F0, void, CustomInputManager_OnDestroy, (CustomInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, Action_2_Int32_Rewired_ControllerDataUpdater_ *, CustomInputManager_GetInputDataUpdateDelegate, (CustomInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01F6FA10, void, CustomInputManager_UpdateControllerData, (CustomInputManager * __this, int32_t inputManagerId, ControllerDataUpdater * data, MethodInfo * method)); DO_APP_FUNC(0x01F6FB50, void, CustomInputManager_SystemDeviceConnected, (CustomInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01F6FB70, void, CustomInputManager_SystemDeviceDisconnected, (CustomInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CustomInputManager_SetUnityJoystickId, (CustomInputManager * __this, int32_t joystickId, int32_t unityJoystickIndex, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IUnifiedMouseSource *, CustomInputManager_GetUnifiedMouseSource, (CustomInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IUnifiedKeyboardSource *, CustomInputManager_GetUnifiedKeyboardSource, (CustomInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01F6FB90, void, CustomInputManager_DLAFvPijcdoePjDurJEHBZZtafIuA, (CustomInputManager * __this, CustomInputSource_Joystick__Array * param_0000b316, MethodInfo * method)); DO_APP_FUNC(0x01F70080, void, CustomInputManager_ojjhjSoltMhHdZoaqSlLBbfBuhHT, (CustomInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01F70110, void, CustomInputManager_NUZdDQxpdNjSxtIgJBbLfOmzwMkE, (CustomInputManager * __this, int32_t param_0000b317, int32_t param_0000b318, List_1_Rewired_InputManagers_CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_ * param_0000b319, List_1_Rewired_InputManagers_CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_ * param_0000b31a, MethodInfo * method)); DO_APP_FUNC(0x01F703A0, void, CustomInputManager_cwPQaCJWKoIIJDjhuutMdeKXToE, (CustomInputManager * __this, List_1_Rewired_InputManagers_CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_ * param_0000b31b, int32_t param_0000b31c, int32_t param_0000b31d, MethodInfo * method)); DO_APP_FUNC(0x01F70470, bool, CustomInputManager_yjTnsMmIRIGGqehPUoQSFRriVZwsB, (CustomInputManager * __this, List_1_Rewired_InputManagers_CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_ * param_0000b31e, int32_t param_0000b31f, MethodInfo * method)); DO_APP_FUNC(0x01F70540, int32_t, CustomInputManager_eypDvXivfsOUjeriHLBWnoWcUZDuD, (CustomInputManager * __this, List_1_Rewired_InputManagers_CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_ * param_0000b320, MethodInfo * method)); DO_APP_FUNC(0x01F70610, bool, CustomInputManager_kyYDNkjVYncdpRelNKGUVoaRARTE, (CustomInputManager * __this, List_1_Rewired_InputManagers_CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_ * param_0000b321, int32_t param_0000b322, MethodInfo * method)); DO_APP_FUNC(0x01F706C0, void, CustomInputManager_XtLYKKGqOHhXaYkLSIndWezhRzOk, (CustomInputManager * __this, int32_t param_0000b323, List_1_Rewired_InputManagers_CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_ * param_0000b324, int32_t param_0000b325, List_1_Rewired_InputManagers_CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_ * param_0000b326, CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_ymXxwKKGFJCsuxCvpAvnbJAjhFaD__Enum param_0000b327, MethodInfo * method)); DO_APP_FUNC(0x01F70830, void, CustomInputManager_JVFsJtinvwTJjwarlaJncmbckHDl, (CustomInputManager * __this, int32_t param_0000b328, List_1_Rewired_InputManagers_CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_ * param_0000b329, CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_ymXxwKKGFJCsuxCvpAvnbJAjhFaD__Enum param_0000b32a, MethodInfo * method)); DO_APP_FUNC(0x01F70B00, void, CustomInputManager_BqlxamQUZMjuLreIKBnniHwUMyJI, (CustomInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01F70CA0, bool, CustomInputManager_yNVfbbZQlkMWSoZhKrTchODNHkPDA, (CustomInputManager * __this, CustomInputSource_Joystick__Array * param_0000b32b, MethodInfo * method)); DO_APP_FUNC(0x01F70F10, void, CustomInputManager_EoEfCWcEdbObkcLaKdZxpgNBjJfDC, (CustomInputManager * __this, List_1_Rewired_InputManagers_CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_ * param_0000b32c, List_1_Rewired_InputManagers_CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_ * param_0000b32d, bool param_0000b32e, MethodInfo * method)); DO_APP_FUNC(0x01F71060, void, CustomInputManager_giyBWaSvHjtkroePMmReGCHOsIZH, (CustomInputManager * __this, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * param_0000b32f, bool param_0000b330, MethodInfo * method)); DO_APP_FUNC(0x01F711A0, void, CustomInputManager_JpRPkXspxyCCkaWhJzMDLTwaefiy, (CustomInputManager * __this, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * param_0000b331, bool param_0000b332, MethodInfo * method)); DO_APP_FUNC(0x01F712E0, int32_t, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_QZSLTNqWzPpgFUhUodNsgTqAfEgT, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, MethodInfo * method)); DO_APP_FUNC(0x01F71320, int32_t, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_HAoOHiTDidiOOHlFlyqFTPbgWTCg, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_get_rewiredId, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_set_rewiredId, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, int32_t, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_get_inputManagerId, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD10, void, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_set_inputManagerId, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01F71360, String *, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_get_name, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, MethodInfo * method)); DO_APP_FUNC(0x01A20C60, Nullable_1_Int64_, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_get_systemId, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int32_t, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_get_unityId, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, MethodInfo * method)); DO_APP_FUNC(0x01F71410, Guid, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_get_instanceGuid, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, MethodInfo * method)); DO_APP_FUNC(0x01F71410, Guid, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_get_persistentGuid, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Controller_Extension *, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_get_extension, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_SetVibration, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, float amount, int32_t motorIndex, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_StopVibration, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, MethodInfo * method)); DO_APP_FUNC(0x01F715B0, void, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf__ctor, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, CustomInputSource * param_0000b337, Nullable_1_Int64_ param_0000b338, int32_t param_0000b339, CustomInputSource_Joystick * param_0000b33a, InputSource__Enum param_0000b33b, Controller_Extension * param_0000b33c, Func_2_Rewired_BridgedControllerHWInfo_Rewired_HardwareJoystickMap_InputManager_ * param_0000b33d, MethodInfo * method)); DO_APP_FUNC(0x01F71A10, void, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_ImEZyMKnxMIljnAviDuwHGBdGqOmA, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, MethodInfo * method)); DO_APP_FUNC(0x01F71A80, void, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_Update, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, MethodInfo * method)); DO_APP_FUNC(0x01F71C30, int32_t, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_NWhioGIQTHWIJiNJWGzSJyccbFph, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * param_0000b33e, MethodInfo * method)); DO_APP_FUNC(0x01F71D70, void, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_hugsFbKZfWraiQkiGFWQikzsmvDj, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, BridgedControllerHWInfo * param_0000b33f, MethodInfo * method)); DO_APP_FUNC(0x01F71E90, void, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_hugsFbKZfWraiQkiGFWQikzsmvDj_1, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, BridgedController * param_0000b340, MethodInfo * method)); DO_APP_FUNC(0x01F72140, void, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_FillData, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, ControllerDataUpdater * dataUpdater, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8648, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_FillData__MethodInfo); DO_APP_FUNC(0x01F72280, BridgedControllerHWInfo *, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_GBKpRaKkozAlrfTWcfBobtBEXJSEA, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, MethodInfo * method)); DO_APP_FUNC(0x01F722F0, BridgedController *, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_ToBridgedController, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, MethodInfo * method)); DO_APP_FUNC(0x01F72360, ControllerDisconnectedEventArgs *, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_ToControllerDisconnectedEventArgs, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, MethodInfo * method)); DO_APP_FUNC(0x01F72400, void, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_HIIydJwkxPRjeUmnKMhynZSlhZFr, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB86C8, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_HIIydJwkxPRjeUmnKMhynZSlhZFr__MethodInfo); DO_APP_FUNC(0x01F725D0, void, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_qgkozYJKRLUdDDRvgDzLkjaguBYt, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB86A0, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_qgkozYJKRLUdDDRvgDzLkjaguBYt__MethodInfo); DO_APP_FUNC(0x01F72760, bool, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_fPEIieuOrXYRdNGxxzydLWhVnvVE, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, HardwareJoystickMap_Platform_Custom_Button * param_0000b342, MethodInfo * method)); DO_APP_FUNC(0x01F72830, bool, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_IsWYiKskLiCGBxoAqmaZKpCqaMghA, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, float param_0000b343, float param_0000b344, MethodInfo * method)); DO_APP_FUNC(0x01F72860, float, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_XAXNwRQUnmcOzPeHVLVuoeCfedSaA, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, HardwareJoystickMap_Platform_Custom_Axis * param_0000b345, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB86A8, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_XAXNwRQUnmcOzPeHVLVuoeCfedSaA__MethodInfo); DO_APP_FUNC(0x01F72940, float, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_XAXNwRQUnmcOzPeHVLVuoeCfedSaA_1, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, int32_t param_0000b346, MethodInfo * method)); DO_APP_FUNC(0x01F72970, bool, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_fPEIieuOrXYRdNGxxzydLWhVnvVE_1, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, int32_t param_0000b347, MethodInfo * method)); DO_APP_FUNC(0x01F729A0, void, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_QiRaNfkfgHgWUjtXCaMEyCrzuWuLA, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, MethodInfo * method)); DO_APP_FUNC(0x01F72AF0, void, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_eCXpDHcIiDStWqAgQeoedOPBdXBb, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, MethodInfo * method)); DO_APP_FUNC(0x01F72B40, String *, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_WgGjQqIqpQMBHjXuEtRmypmSzSlH, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * __this, MethodInfo * method)); DO_APP_FUNC(0x01F72F00, int32_t, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_jYdTCDXHeXzSAQlNQesAGmuXqlUdb, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * param_0000b348, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * param_0000b349, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8700, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_jYdTCDXHeXzSAQlNQesAGmuXqlUdb__MethodInfo); DO_APP_FUNC(0x01F72F40, int32_t, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_EflFtVfHZzotDslCOrgZGUrnZZym, (CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * param_0000b34a, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * param_0000b34b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB86F8, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf_EflFtVfHZzotDslCOrgZGUrnZZym__MethodInfo); DO_APP_FUNC(0x01F73000, void, CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ__ctor, (CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ * __this, MethodInfo * method)); DO_APP_FUNC(0x01F730D0, int32_t, CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_VJsfGkCeXFnNPjNkvMaQfRowrhXo, (CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ * __this, MethodInfo * method)); DO_APP_FUNC(0x01F73120, void, CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_uHctqJCHbChBJfvVwkwSXBHumPvzA, (CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ * __this, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * param_0000b34c, MethodInfo * method)); DO_APP_FUNC(0x01F734C0, bool, CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_VfpgCWArzMRwmtPRIAXRmxwrgJeEA, (CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ * __this, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * param_0000b34d, CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_ymXxwKKGFJCsuxCvpAvnbJAjhFaD__Enum param_0000b34e, MethodInfo * method)); DO_APP_FUNC(0x01F735A0, IEnumerable_1_Rewired_InputManagers_CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_seWhRdmkWxldKiJZidihirlhHhzS_ *, CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_bSyulQjPHvabugQHvZTKMwbbBLnyA, (CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ * __this, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * param_0000b34f, CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_ymXxwKKGFJCsuxCvpAvnbJAjhFaD__Enum param_0000b350, MethodInfo * method)); DO_APP_FUNC(0x01F736D0, int32_t, CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_HVujqEvIFcMKdvpImleAuaPcoEPv, (CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ * __this, CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_seWhRdmkWxldKiJZidihirlhHhzS * param_0000b351, MethodInfo * method)); DO_APP_FUNC(0x01F73780, void, CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_KlkBjwjuozSIWjtafFupuZDYyxHfA, (CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ * __this, int32_t param_0000b352, int32_t param_0000b353, MethodInfo * method)); DO_APP_FUNC(0x01F73850, void, CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_seWhRdmkWxldKiJZidihirlhHhzS__ctor, (CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_seWhRdmkWxldKiJZidihirlhHhzS * __this, int32_t param_0000b354, Nullable_1_Int64_ param_0000b355, String * param_0000b356, int32_t param_0000b357, int32_t param_0000b358, int32_t param_0000b359, MethodInfo * method)); DO_APP_FUNC(0x01F738D0, bool, CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_seWhRdmkWxldKiJZidihirlhHhzS_NWhioGIQTHWIJiNJWGzSJyccbFph, (CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_seWhRdmkWxldKiJZidihirlhHhzS * __this, CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf * param_0000b35a, CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_ymXxwKKGFJCsuxCvpAvnbJAjhFaD__Enum param_0000b35b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8608, CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_seWhRdmkWxldKiJZidihirlhHhzS_NWhioGIQTHWIJiNJWGzSJyccbFph__MethodInfo); DO_APP_FUNC(0x01030500, void, CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_jqZjrYrETeuBxPsOelqcapQOJEVr__ctor, (CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_jqZjrYrETeuBxPsOelqcapQOJEVr * __this, int32_t param_0000b35c, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_jqZjrYrETeuBxPsOelqcapQOJEVr_System_IDisposable_Dispose, (CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_jqZjrYrETeuBxPsOelqcapQOJEVr * __this, MethodInfo * method)); DO_APP_FUNC(0x01F73A70, bool, CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_jqZjrYrETeuBxPsOelqcapQOJEVr_MoveNext, (CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_jqZjrYrETeuBxPsOelqcapQOJEVr * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_seWhRdmkWxldKiJZidihirlhHhzS *, CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_jqZjrYrETeuBxPsOelqcapQOJEVr_System_Collections_Generic_IEnumerator_Rewired_InputManagers_CustomInputManager_JoystickRecords_Record__get_Current, (CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_jqZjrYrETeuBxPsOelqcapQOJEVr * __this, MethodInfo * method)); DO_APP_FUNC(0x01F73BA0, void, CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_jqZjrYrETeuBxPsOelqcapQOJEVr_System_Collections_IEnumerator_Reset, (CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_jqZjrYrETeuBxPsOelqcapQOJEVr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB85E8, CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_jqZjrYrETeuBxPsOelqcapQOJEVr_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_jqZjrYrETeuBxPsOelqcapQOJEVr_System_Collections_IEnumerator_get_Current, (CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_jqZjrYrETeuBxPsOelqcapQOJEVr * __this, MethodInfo * method)); DO_APP_FUNC(0x01F73BF0, IEnumerator_1_Rewired_InputManagers_CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_seWhRdmkWxldKiJZidihirlhHhzS_ *, CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_jqZjrYrETeuBxPsOelqcapQOJEVr_System_Collections_Generic_IEnumerable_Rewired_InputManagers_CustomInputManager_JoystickRecords_Record__GetEnumerator, (CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_jqZjrYrETeuBxPsOelqcapQOJEVr * __this, MethodInfo * method)); DO_APP_FUNC(0x01F73DB0, IEnumerator *, CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_jqZjrYrETeuBxPsOelqcapQOJEVr_System_Collections_IEnumerable_GetEnumerator, (CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_jqZjrYrETeuBxPsOelqcapQOJEVr * __this, MethodInfo * method)); DO_APP_FUNC(0x01F73DC0, void, HIDAccelerometer__ctor, (HIDAccelerometer * __this, uint8_t param_0000b35d, HIDControllerElement_HIDInfo * param_0000b35e, int32_t param_0000b35f, Action_2_Byte_Single_ * param_0000b360, MethodInfo * method)); DO_APP_FUNC(0x01F73FE0, void, HIDAccelerometer_UpdateValue, (HIDAccelerometer * __this, NativeBuffer * inputReport, double timestamp, MethodInfo * method)); DO_APP_FUNC(0x01F740A0, void, HIDAccelerometer_UpdateValueManual, (HIDAccelerometer * __this, Single__Array * value, double timestamp, MethodInfo * method)); DO_APP_FUNC(0x01F74100, void, HIDAxis__ctor, (HIDAxis * __this, uint8_t param_0000b365, HIDControllerElement_HIDInfo * param_0000b366, bool param_0000b367, int32_t param_0000b368, MethodInfo * method)); DO_APP_FUNC(0x01F741B0, void, HIDAxis_UpdateValue, (HIDAxis * __this, NativeBuffer * inputReport, double timestamp, MethodInfo * method)); DO_APP_FUNC(0x0192C020, void, HIDButton__ctor, (HIDButton * __this, uint8_t param_0000b36b, HIDControllerElement_HIDInfo * param_0000b36c, MethodInfo * method)); DO_APP_FUNC(0x01F74270, void, HIDButton_SetValue, (HIDButton * __this, bool rawValue, double timestamp, MethodInfo * method)); DO_APP_FUNC(0x01F74280, void, HIDButton_UpdateValue, (HIDButton * __this, NativeBuffer * inputReport, double timestamp, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, HidAsyncState__ctor, (HidAsyncState * __this, Object * param_0000b371, Object * param_0000b372, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, HidAsyncState_get_CallerDelegate, (HidAsyncState * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, HidAsyncState_get_CallbackDelegate, (HidAsyncState * __this, MethodInfo * method)); DO_APP_FUNC(0x01F742C0, bool, OutputReport_get_IsValid, (OutputReport * __this, MethodInfo * method)); DO_APP_FUNC(0x01F74320, void, OutputReport__ctor, (OutputReport * __this, void * param_0000b373, int32_t param_0000b374, int32_t param_0000b375, MethodInfo * method)); DO_APP_FUNC(0x01F74340, void, OutputReport_Clear, (OutputReport * __this, MethodInfo * method)); DO_APP_FUNC(0x01F74390, String *, OutputReport_ToString, (OutputReport * __this, MethodInfo * method)); DO_APP_FUNC(0x0192C020, void, HIDControllerElement__ctor, (HIDControllerElement * __this, uint8_t param_0000b376, HIDControllerElement_HIDInfo * param_0000b377, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HIDControllerElement_HIDInfo__ctor, (HIDControllerElement_HIDInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01F747A0, void, HIDControllerElementWithDataSet__ctor, (HIDControllerElementWithDataSet * __this, HIDControllerElementWithDataSet_ASMmrihpIiTrkMOmCEZdkAAKnIBH * param_0000b37a, uint8_t param_0000b37b, HIDControllerElement_HIDInfo * param_0000b37c, MethodInfo * method)); DO_APP_FUNC(0x01F74860, void, HIDControllerElementWithDataSet_Update, (HIDControllerElementWithDataSet * __this, UpdateLoopType__Enum updateLoop, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, HIDControllerElementWithDataSet_ASMmrihpIiTrkMOmCEZdkAAKnIBH_zvLZvILtwCakMHyJJCpAftZlptnQ, (HIDControllerElementWithDataSet_ASMmrihpIiTrkMOmCEZdkAAKnIBH * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Int32__Array *, HIDControllerElementWithDataSet_ASMmrihpIiTrkMOmCEZdkAAKnIBH_IrXlqvbxVijghXHALcxeYuFdFIvh, (HIDControllerElementWithDataSet_ASMmrihpIiTrkMOmCEZdkAAKnIBH * __this, MethodInfo * method)); DO_APP_FUNC(0x01F34890, void, HIDControllerElementWithDataSet_ASMmrihpIiTrkMOmCEZdkAAKnIBH_hPhGVWkMoPHFammZJKuDewrqOZqK, (HIDControllerElementWithDataSet_ASMmrihpIiTrkMOmCEZdkAAKnIBH * __this, UpdateLoopType__Enum param_0000b37e, MethodInfo * method)); DO_APP_FUNC(0x01F74880, void, HIDControllerElementWithDataSet_ASMmrihpIiTrkMOmCEZdkAAKnIBH__ctor, (HIDControllerElementWithDataSet_ASMmrihpIiTrkMOmCEZdkAAKnIBH * __this, MethodInfo * method)); DO_APP_FUNC(0x01F74890, void, HIDControllerElementWithDataSet_ASMmrihpIiTrkMOmCEZdkAAKnIBH_ZLniwUIPfNGkrKqSGjXMnncZjIAb, (HIDControllerElementWithDataSet_ASMmrihpIiTrkMOmCEZdkAAKnIBH * __this, UpdateLoopSetting__Enum param_0000b37f, Func_2_Rewired_UpdateLoopType_Rewired_HID_HIDControllerElementWithDataSet_oBWNdsGlGNkIvPlfnFirbraBbQXRA_ * param_0000b380, MethodInfo * method)); DO_APP_FUNC(0x01F74D80, void, HIDControllerElementWithDataSet_ASMmrihpIiTrkMOmCEZdkAAKnIBH_aiNNWVQrbgxWPfyfsQcpAUNkNgYi, (HIDControllerElementWithDataSet_ASMmrihpIiTrkMOmCEZdkAAKnIBH * __this, UpdateLoopType__Enum param_0000b381, HIDControllerElementWithDataSet_oBWNdsGlGNkIvPlfnFirbraBbQXRA * param_0000b382, MethodInfo * method)); DO_APP_FUNC(0x01F34890, void, HIDControllerElementWithDataSet_ASMmrihpIiTrkMOmCEZdkAAKnIBH_XUYlHArjcZHIIZmMQVtfQqgGDltj, (HIDControllerElementWithDataSet_ASMmrihpIiTrkMOmCEZdkAAKnIBH * __this, UpdateLoopType__Enum param_0000b383, MethodInfo * method)); DO_APP_FUNC(0x01F34D20, void, HIDControllerElementWithDataSet_ASMmrihpIiTrkMOmCEZdkAAKnIBH_DiSEicMGRLeyYCcOOCJVXiKUImDxA, (HIDControllerElementWithDataSet_ASMmrihpIiTrkMOmCEZdkAAKnIBH * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, HIDControllerElementWithDataSet_oBWNdsGlGNkIvPlfnFirbraBbQXRA__ctor, (HIDControllerElementWithDataSet_oBWNdsGlGNkIvPlfnFirbraBbQXRA * __this, UpdateLoopType__Enum param_0000b384, MethodInfo * method)); DO_APP_FUNC(0x01F74E60, Single__Array *, HIDGyroscope_get_rawValue, (HIDGyroscope * __this, MethodInfo * method)); DO_APP_FUNC(0x01F74F70, RingBuffer_1_Rewired_HID_HIDGyroscope_DeAenLGYTqNyWDVKOCMDwbfhHVkGA_ *, HIDGyroscope_get_events, (HIDGyroscope * __this, MethodInfo * method)); DO_APP_FUNC(0x01F75080, void, HIDGyroscope__ctor, (HIDGyroscope * __this, UpdateLoopSetting__Enum param_0000b385, uint8_t param_0000b386, HIDControllerElement_HIDInfo * param_0000b387, int32_t param_0000b388, int32_t param_0000b389, Action_2_Byte_Single_ * param_0000b38a, Func_1_Single_ * param_0000b38b, MethodInfo * method)); DO_APP_FUNC(0x01F75460, void, HIDGyroscope_UpdateValue, (HIDGyroscope * __this, NativeBuffer * inputReport, double timestamp, MethodInfo * method)); DO_APP_FUNC(0x01F75620, void, HIDGyroscope_UpdateValueManual, (HIDGyroscope * __this, Single__Array * value, double timestamp, MethodInfo * method)); DO_APP_FUNC(0x01F757A0, Single__Array *, HIDGyroscope_oyQEIyEFFCVNxMOmToIeucmCzNzMA_qKwLIuEDXJoeNrOHkMKOncwclzrP, (HIDGyroscope_oyQEIyEFFCVNxMOmToIeucmCzNzMA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F75830, RingBuffer_1_Rewired_HID_HIDGyroscope_DeAenLGYTqNyWDVKOCMDwbfhHVkGA_ *, HIDGyroscope_oyQEIyEFFCVNxMOmToIeucmCzNzMA_vEhsULWDZjycYLXlPXFsnuSMFliK, (HIDGyroscope_oyQEIyEFFCVNxMOmToIeucmCzNzMA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F758C0, void, HIDGyroscope_oyQEIyEFFCVNxMOmToIeucmCzNzMA__ctor, (HIDGyroscope_oyQEIyEFFCVNxMOmToIeucmCzNzMA * __this, UpdateLoopSetting__Enum param_0000b390, int32_t param_0000b391, int32_t param_0000b392, MethodInfo * method)); DO_APP_FUNC(0x01F75980, void, HIDGyroscope_oyQEIyEFFCVNxMOmToIeucmCzNzMA_XUYlHArjcZHIIZmMQVtfQqgGDltj, (HIDGyroscope_oyQEIyEFFCVNxMOmToIeucmCzNzMA * __this, UpdateLoopType__Enum param_0000b393, MethodInfo * method)); DO_APP_FUNC(0x01F75AB0, void, HIDGyroscope_oyQEIyEFFCVNxMOmToIeucmCzNzMA_TbbSdEUXggPTLVxBypHcfOkYUtZh, (HIDGyroscope_oyQEIyEFFCVNxMOmToIeucmCzNzMA * __this, Single__Array * param_0000b394, float param_0000b395, MethodInfo * method)); DO_APP_FUNC(0x01F75BC0, HIDControllerElementWithDataSet_oBWNdsGlGNkIvPlfnFirbraBbQXRA *, HIDGyroscope_oyQEIyEFFCVNxMOmToIeucmCzNzMA_sXfluydwLekRlzkuflQQwcJLClzA, (HIDGyroscope_oyQEIyEFFCVNxMOmToIeucmCzNzMA * __this, UpdateLoopType__Enum param_0000b396, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB84B0, HIDGyroscope_oyQEIyEFFCVNxMOmToIeucmCzNzMA_sXfluydwLekRlzkuflQQwcJLClzA__MethodInfo); DO_APP_FUNC(0x01F75C50, void, HIDGyroscope_HthzinbRugoaagzayJvkuiHIZxnA__ctor, (HIDGyroscope_HthzinbRugoaagzayJvkuiHIZxnA * __this, UpdateLoopType__Enum param_0000b397, int32_t param_0000b398, int32_t param_0000b399, MethodInfo * method)); DO_APP_FUNC(0x01F76060, void, HIDGyroscope_HthzinbRugoaagzayJvkuiHIZxnA_XUYlHArjcZHIIZmMQVtfQqgGDltj, (HIDGyroscope_HthzinbRugoaagzayJvkuiHIZxnA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F76380, void, HIDGyroscope_HthzinbRugoaagzayJvkuiHIZxnA_AGRdKRXinvTuatQfEayzKpsgPiPb, (HIDGyroscope_HthzinbRugoaagzayJvkuiHIZxnA * __this, Single__Array * param_0000b39a, float param_0000b39b, MethodInfo * method)); DO_APP_FUNC(0x01F76540, void, HIDGyroscope_HthzinbRugoaagzayJvkuiHIZxnA_DiSEicMGRLeyYCcOOCJVXiKUImDxA, (HIDGyroscope_HthzinbRugoaagzayJvkuiHIZxnA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F76730, void, HIDGyroscope_HthzinbRugoaagzayJvkuiHIZxnA_NBCIOHrQUqInZmBseEPcjcTXyBDy__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HIDGyroscope_HthzinbRugoaagzayJvkuiHIZxnA_NBCIOHrQUqInZmBseEPcjcTXyBDy__ctor, (HIDGyroscope_HthzinbRugoaagzayJvkuiHIZxnA_NBCIOHrQUqInZmBseEPcjcTXyBDy * __this, MethodInfo * method)); DO_APP_FUNC(0x01F767E0, HIDGyroscope_DeAenLGYTqNyWDVKOCMDwbfhHVkGA *, HIDGyroscope_HthzinbRugoaagzayJvkuiHIZxnA_NBCIOHrQUqInZmBseEPcjcTXyBDy_qDNHPPjxfLifCIhfuEMjsCVMewBK, (HIDGyroscope_HthzinbRugoaagzayJvkuiHIZxnA_NBCIOHrQUqInZmBseEPcjcTXyBDy * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8518, HIDGyroscope_HthzinbRugoaagzayJvkuiHIZxnA_NBCIOHrQUqInZmBseEPcjcTXyBDy_qDNHPPjxfLifCIhfuEMjsCVMewBK__MethodInfo); DO_APP_FUNC(0x003AC050, void, HIDGyroscope_DeAenLGYTqNyWDVKOCMDwbfhHVkGA__ctor, (HIDGyroscope_DeAenLGYTqNyWDVKOCMDwbfhHVkGA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F76830, void, HIDGyroscope_DeAenLGYTqNyWDVKOCMDwbfhHVkGA__ctor_1, (HIDGyroscope_DeAenLGYTqNyWDVKOCMDwbfhHVkGA * __this, Single__Array * param_0000b39c, float param_0000b39d, MethodInfo * method)); DO_APP_FUNC(0x01F76840, void, HIDGyroscope_DeAenLGYTqNyWDVKOCMDwbfhHVkGA_kIkezWISFZiNZPpmTjWSviJqCHRq, (HIDGyroscope_DeAenLGYTqNyWDVKOCMDwbfhHVkGA * __this, Single__Array * param_0000b39e, float param_0000b39f, MethodInfo * method)); DO_APP_FUNC(0x01F76930, void, HIDGyroscope_DeAenLGYTqNyWDVKOCMDwbfhHVkGA_WNbVEfxCrMFzNsCNGLLeSCQGYXQB, (HIDGyroscope_DeAenLGYTqNyWDVKOCMDwbfhHVkGA * __this, HIDGyroscope_DeAenLGYTqNyWDVKOCMDwbfhHVkGA * param_0000b3a0, MethodInfo * method)); DO_APP_FUNC(0x01F76930, void, HIDGyroscope_DeAenLGYTqNyWDVKOCMDwbfhHVkGA_kIkezWISFZiNZPpmTjWSviJqCHRq_1, (HIDGyroscope_DeAenLGYTqNyWDVKOCMDwbfhHVkGA * __this, HIDGyroscope_DeAenLGYTqNyWDVKOCMDwbfhHVkGA * param_0000b3a1, MethodInfo * method)); DO_APP_FUNC(0x01F76960, bool, HIDGyroscope_DeAenLGYTqNyWDVKOCMDwbfhHVkGA_iQEVYTGAMFzzDLVJfsQNCvRcoATV, (HIDGyroscope_DeAenLGYTqNyWDVKOCMDwbfhHVkGA * __this, HIDGyroscope_DeAenLGYTqNyWDVKOCMDwbfhHVkGA * param_0000b3a2, MethodInfo * method)); DO_APP_FUNC(0x01F769E0, void, HIDGyroscope_DeAenLGYTqNyWDVKOCMDwbfhHVkGA_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (HIDGyroscope_DeAenLGYTqNyWDVKOCMDwbfhHVkGA * __this, MethodInfo * method)); DO_APP_FUNC(0x01F769F0, void, HIDHat__ctor, (HIDHat * __this, uint8_t param_0000b3a3, HIDControllerElement_HIDInfo * param_0000b3a4, HIDHat_Type__Enum param_0000b3a5, MethodInfo * method)); DO_APP_FUNC(0x01F76A90, void, HIDHat__ctor_1, (HIDHat * __this, uint8_t param_0000b3a6, HIDControllerElement_HIDInfo * param_0000b3a7, Func_2_Int32_Int32_ * param_0000b3a8, MethodInfo * method)); DO_APP_FUNC(0x01F76B90, void, HIDHat_UpdateValue, (HIDHat * __this, NativeBuffer * inputReport, double timestamp, MethodInfo * method)); DO_APP_FUNC(0x01F76C80, void, HidOutputReportHandler__ctor, (HidOutputReportHandler * __this, HidOutputReportHandler_WriteReportDelegate * param_0000b3ab, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB900, HidOutputReportHandler__ctor__MethodInfo); DO_APP_FUNC(0x01F76ED0, void, HidOutputReportHandler_WriteReport, (HidOutputReportHandler * __this, OutputReport report, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54348, HidOutputReportHandler_WriteReport__MethodInfo); DO_APP_FUNC(0x01F77180, void, HidOutputReportHandler_Clear, (HidOutputReportHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01F77610, bool, HidOutputReportHandler_YGOPOhZraSmTKLxttlgehWSSpLyI, (HidOutputReportHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01F77650, bool, HidOutputReportHandler_GXgdSeITuubyoWngTrtPnvCajYDTA, (HidOutputReportHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01F77AA0, void, HidOutputReportHandler_dfLZhKeVuXAIywjJGAoRGzckSACC, (HidOutputReportHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HidOutputReportHandler_RVoCyEafQpkSFxsrJbRsIputQpMUA, (HidOutputReportHandler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB958, HidOutputReportHandler_RVoCyEafQpkSFxsrJbRsIputQpMUA__MethodInfo); DO_APP_FUNC(0x003AC050, void, HidOutputReportHandler_XyoDYDVfVvrkZUUuCBVGJhwyphch, (HidOutputReportHandler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB960, HidOutputReportHandler_XyoDYDVfVvrkZUUuCBVGJhwyphch__MethodInfo); DO_APP_FUNC(0x01F77C70, void, HidOutputReportHandler_KiUXWnYeAjoGhflMwEpWreoIFMQGA, (HidOutputReportHandler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB8F8, HidOutputReportHandler_KiUXWnYeAjoGhflMwEpWreoIFMQGA__MethodInfo); DO_APP_FUNC(0x01F77E80, void, HidOutputReportHandler_Dispose, (HidOutputReportHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x0195B920, void, HidOutputReportHandler_Finalize, (HidOutputReportHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01F77EF0, void, HidOutputReportHandler_Dispose_1, (HidOutputReportHandler * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, HidOutputReportHandler_WriteReportDelegate__ctor, (HidOutputReportHandler_WriteReportDelegate * __this, Object * param_0000b3ae, void * param_0000b3af, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, HidOutputReportHandler_WriteReportDelegate_Invoke, (HidOutputReportHandler_WriteReportDelegate * __this, OutputReport report, MethodInfo * method)); DO_APP_FUNC(0x01F77FE0, IAsyncResult *, HidOutputReportHandler_WriteReportDelegate_BeginInvoke, (HidOutputReportHandler_WriteReportDelegate * __this, OutputReport report, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x0040B530, bool, HidOutputReportHandler_WriteReportDelegate_EndInvoke, (HidOutputReportHandler_WriteReportDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, HidOutputReportHandler_SvOePIKdkvhWZjsxseHBTlsDmadF_rQHOrtmCAsOoJKvDtULjJmaPHJzx, (HidOutputReportHandler_SvOePIKdkvhWZjsxseHBTlsDmadF * __this, MethodInfo * method)); DO_APP_FUNC(0x01F78070, void, HidOutputReportHandler_SvOePIKdkvhWZjsxseHBTlsDmadF__ctor, (HidOutputReportHandler_SvOePIKdkvhWZjsxseHBTlsDmadF * __this, MethodInfo * method)); DO_APP_FUNC(0x01F78130, void, HidOutputReportHandler_SvOePIKdkvhWZjsxseHBTlsDmadF_ugBwJaqEqoPooFtiHRXtkuSwbWbs, (HidOutputReportHandler_SvOePIKdkvhWZjsxseHBTlsDmadF * __this, OutputReport * param_0000b3b5, MethodInfo * method)); DO_APP_FUNC(0x01F78240, OutputReport, HidOutputReportHandler_SvOePIKdkvhWZjsxseHBTlsDmadF_frYhhCEqJCfWAsNGAnYJTwotdjVS, (HidOutputReportHandler_SvOePIKdkvhWZjsxseHBTlsDmadF * __this, MethodInfo * method)); DO_APP_FUNC(0x01F78290, OutputReport, HidOutputReportHandler_SvOePIKdkvhWZjsxseHBTlsDmadF_aWMbxtUFUdDQNMFGdUUfdqDcaKIM, (HidOutputReportHandler_SvOePIKdkvhWZjsxseHBTlsDmadF * __this, MethodInfo * method)); DO_APP_FUNC(0x01F782E0, void, HidOutputReportHandler_SvOePIKdkvhWZjsxseHBTlsDmadF_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (HidOutputReportHandler_SvOePIKdkvhWZjsxseHBTlsDmadF * __this, MethodInfo * method)); DO_APP_FUNC(0x01F78340, void, HidOutputReportHandler_SvOePIKdkvhWZjsxseHBTlsDmadF_Dispose, (HidOutputReportHandler_SvOePIKdkvhWZjsxseHBTlsDmadF * __this, MethodInfo * method)); DO_APP_FUNC(0x01F783B0, void, HidOutputReportHandler_SvOePIKdkvhWZjsxseHBTlsDmadF_CKQeYexxcEWMBSnZtVhPKvVjjVUV, (HidOutputReportHandler_SvOePIKdkvhWZjsxseHBTlsDmadF * __this, MethodInfo * method)); DO_APP_FUNC(0x01F78400, void, HidOutputReportHandler_SvOePIKdkvhWZjsxseHBTlsDmadF_IEkPCabxTSDlHrotLqbcXFSgZNMJ, (HidOutputReportHandler_SvOePIKdkvhWZjsxseHBTlsDmadF * __this, bool param_0000b3b6, MethodInfo * method)); DO_APP_FUNC(0x01F78430, float, HIDLight_get_ColorR, (HIDLight * __this, MethodInfo * method)); DO_APP_FUNC(0x01F78450, void, HIDLight_set_ColorR, (HIDLight * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01F78490, float, HIDLight_get_ColorG, (HIDLight * __this, MethodInfo * method)); DO_APP_FUNC(0x01F784B0, void, HIDLight_set_ColorG, (HIDLight * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01F784F0, float, HIDLight_get_ColorB, (HIDLight * __this, MethodInfo * method)); DO_APP_FUNC(0x01F78510, void, HIDLight_set_ColorB, (HIDLight * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, uint8_t, HIDLight_get_ColorRRaw, (HIDLight * __this, MethodInfo * method)); DO_APP_FUNC(0x01F78550, void, HIDLight_set_ColorRRaw, (HIDLight * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x00422A30, uint8_t, HIDLight_get_ColorGRaw, (HIDLight * __this, MethodInfo * method)); DO_APP_FUNC(0x01F78570, void, HIDLight_set_ColorGRaw, (HIDLight * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x00AC1170, uint8_t, HIDLight_get_ColorBRaw, (HIDLight * __this, MethodInfo * method)); DO_APP_FUNC(0x01F78590, void, HIDLight_set_ColorBRaw, (HIDLight * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01F785B0, void, HIDLight_add_ValueChangedEvent, (HIDLight * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x01F786A0, void, HIDLight_remove_ValueChangedEvent, (HIDLight * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HIDLight__ctor, (HIDLight * __this, MethodInfo * method)); DO_APP_FUNC(0x01F78790, void, HIDLight__ctor_1, (HIDLight * __this, uint8_t param_0000b3bf, uint8_t param_0000b3c0, uint8_t param_0000b3c1, MethodInfo * method)); DO_APP_FUNC(0x01F787A0, bool, SpecialDevices_RequiresRelativeToAbsoluteAxisConversion, (uint16_t vendorId, uint16_t productId, String * productName, MethodInfo * method)); DO_APP_FUNC(0x01F78830, float, SpecialDevices_GetRelativeToAbsoluteAxisEventTimeout, (uint16_t vendorId, uint16_t productId, String * productName, MethodInfo * method)); DO_APP_FUNC(0x01F788C0, bool, SpecialDevices_GetRelativeAxisRanges, (uint16_t vendorId, uint16_t productId, int32_t * min, int32_t * max, int32_t * zero, MethodInfo * method)); DO_APP_FUNC(0x01F78960, bool, SpecialDevices_GetRelativeAxisRanges_1, (uint16_t vendorId, uint16_t productId, String * productName, int32_t * min, int32_t * max, int32_t * zero, MethodInfo * method)); DO_APP_FUNC(0x01F78B80, bool, SpecialDevices_IsSupportedSpecialDevice, (uint16_t vendorId, uint16_t productId, String * productName, MethodInfo * method)); DO_APP_FUNC(0x01F78D00, bool, SpecialDevices_UgWvZOoOXYDcvmAcOCdpvCSiDCcS, (uint16_t param_0000b3d6, uint16_t param_0000b3d7, String * param_0000b3d8, MethodInfo * method)); DO_APP_FUNC(0x01F78E40, SpecialDevices_LmfQOMWqeEMyploFNrEhFJQZfChb *, SpecialDevices_KlgaIUtTmhZkPhbkCpopAIZOLFeP, (uint16_t param_0000b3d9, uint16_t param_0000b3da, String * param_0000b3db, MethodInfo * method)); DO_APP_FUNC(0x01F78FC0, void, SpecialDevices__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01F79410, void, SpecialDevices_LmfQOMWqeEMyploFNrEhFJQZfChb__ctor, (SpecialDevices_LmfQOMWqeEMyploFNrEhFJQZfChb * __this, uint16_t param_0000b3dc, uint16_t param_0000b3dd, String * param_0000b3de, bool param_0000b3df, int32_t param_0000b3e0, int32_t param_0000b3e1, int32_t param_0000b3e2, float param_0000b3e3, MethodInfo * method)); DO_APP_FUNC(0x01F79500, bool, SpecialDevices_LmfQOMWqeEMyploFNrEhFJQZfChb_MnvKxDaUxFwMvEGLRgsYwWslVkOf, (SpecialDevices_LmfQOMWqeEMyploFNrEhFJQZfChb * __this, uint16_t param_0000b3e4, uint16_t param_0000b3e5, MethodInfo * method)); DO_APP_FUNC(0x01F79520, bool, SpecialDevices_LmfQOMWqeEMyploFNrEhFJQZfChb_MnvKxDaUxFwMvEGLRgsYwWslVkOf_1, (SpecialDevices_LmfQOMWqeEMyploFNrEhFJQZfChb * __this, uint16_t param_0000b3e6, uint16_t param_0000b3e7, String * param_0000b3e8, MethodInfo * method)); DO_APP_FUNC(0x01F79570, bool, SpecialDevices_LmfQOMWqeEMyploFNrEhFJQZfChb_MnvKxDaUxFwMvEGLRgsYwWslVkOf_2, (SpecialDevices_LmfQOMWqeEMyploFNrEhFJQZfChb * __this, String * param_0000b3e9, MethodInfo * method)); DO_APP_FUNC(0x01F795B0, void, HIDTouchpad__ctor, (HIDTouchpad * __this, uint8_t param_0000b3ea, HIDTouchpad_TouchpadInfo * param_0000b3eb, HIDControllerElement_HIDInfo * param_0000b3ec, int32_t param_0000b3ed, Action_2_Rewired_Utils_Classes_Data_NativeBuffer_Rewired_HID_HIDTouchpad_TouchData_ * param_0000b3ee, MethodInfo * method)); DO_APP_FUNC(0x01F79A00, void, HIDTouchpad_UpdateValue, (HIDTouchpad * __this, NativeBuffer * inputReport, double timestamp, MethodInfo * method)); DO_APP_FUNC(0x01F79CD0, void, HIDTouchpad_ProcessQueue, (HIDTouchpad * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7A0C0, bool, HIDTouchpad_IsTouching, (HIDTouchpad * __this, int32_t touchId, MethodInfo * method)); DO_APP_FUNC(0x01F7A130, HIDTouchpad_MEbbjOIqfeMIvctgibbviaUtKhNTA *, HIDTouchpad_QzyZaNpDZGKqRBFkcEbdHnPbmJRsA, (HIDTouchpad * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB828, HIDTouchpad_QzyZaNpDZGKqRBFkcEbdHnPbmJRsA__MethodInfo); DO_APP_FUNC(0x01F7A220, void, HIDTouchpad_TouchpadInfo__ctor, (HIDTouchpad_TouchpadInfo * __this, int32_t param_0000b3f2, int32_t param_0000b3f3, int32_t param_0000b3f4, int32_t param_0000b3f5, int32_t param_0000b3f6, bool param_0000b3f7, bool param_0000b3f8, MethodInfo * method)); DO_APP_FUNC(0x01F7A250, void, HIDTouchpad_TouchpadInfo_CalculateTouch, (HIDTouchpad_TouchpadInfo * __this, HIDTouchpad_TouchData * data, MethodInfo * method)); DO_APP_FUNC(0x01F7A350, void, HIDTouchpad_MEbbjOIqfeMIvctgibbviaUtKhNTA__ctor, (HIDTouchpad_MEbbjOIqfeMIvctgibbviaUtKhNTA * __this, int32_t param_0000b3fa, MethodInfo * method)); DO_APP_FUNC(0x01F7A3F0, void, HIDTouchpad_TouchData_Clear, (HIDTouchpad_TouchData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, wXqziDxSDQplKHYMGHUBhtdrPExn__ctor, (wXqziDxSDQplKHYMGHUBhtdrPExn * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7A410, void, HIDVibrationMotor_add_ValueChangedEvent, (HIDVibrationMotor * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x01F7A500, void, HIDVibrationMotor_remove_ValueChangedEvent, (HIDVibrationMotor * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x01F7A5F0, float, HIDVibrationMotor_get_Speed, (HIDVibrationMotor * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7A630, void, HIDVibrationMotor_set_Speed, (HIDVibrationMotor * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, HIDVibrationMotor_get_SpeedRaw, (HIDVibrationMotor * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7A680, void, HIDVibrationMotor_set_SpeedRaw, (HIDVibrationMotor * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01F7A6A0, void, HIDVibrationMotor__ctor, (HIDVibrationMotor * __this, int32_t param_0000b3ff, int32_t param_0000b400, MethodInfo * method)); DO_APP_FUNC(0x01F7A6B0, float, HIDVibrationMotor_DzMFDaadIBumKLJrOXfLGZKzDHpCb, (HIDVibrationMotor * __this, int32_t param_0000b401, MethodInfo * method)); DO_APP_FUNC(0x01F7A6E0, int32_t, HIDVibrationMotor_yKezDRfzfIXAAvMqzwvzcoQeYRqB, (HIDVibrationMotor * __this, float param_0000b402, MethodInfo * method)); DO_APP_FUNC(0x01F7A710, bool, DualSenseDriver_rqWSyVVKpoKBWEnUkTvNcHkfdetL, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7A760, float, DualSenseDriver_get_BatteryLevel, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7A7A0, bool, DualSenseDriver_get_BatteryCharging, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7A7B0, float, DualSenseDriver_get_LeftMotor, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7A820, void, DualSenseDriver_set_LeftMotor, (DualSenseDriver * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01F7A8A0, float, DualSenseDriver_get_RightMotor, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7A910, void, DualSenseDriver_set_RightMotor, (DualSenseDriver * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01F7A990, float, DualSenseDriver_get_LightColorR, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7A9D0, void, DualSenseDriver_set_LightColorR, (DualSenseDriver * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01F7AA40, float, DualSenseDriver_get_LightColorG, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7AA80, void, DualSenseDriver_set_LightColorG, (DualSenseDriver * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01F7AAF0, float, DualSenseDriver_get_LightColorB, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7AB30, void, DualSenseDriver_set_LightColorB, (DualSenseDriver * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01F7ABA0, float, DualSenseDriver_get_LightFlashOnDuration, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7ABB0, void, DualSenseDriver_set_LightFlashOnDuration, (DualSenseDriver * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01F7AC20, float, DualSenseDriver_get_LightFlashOffDuration, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7AC30, void, DualSenseDriver_set_LightFlashOffDuration, (DualSenseDriver * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D7CCC0, DualSenseMicrophoneLightMode__Enum, DualSenseDriver_get_microphoneLightMode, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7ACA0, void, DualSenseDriver_set_microphoneLightMode, (DualSenseDriver * __this, DualSenseMicrophoneLightMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01F7ACB0, DualSenseOtherLightBrightness__Enum, DualSenseDriver_get_otherLightBrightness, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7AD60, void, DualSenseDriver_set_otherLightBrightness, (DualSenseDriver * __this, DualSenseOtherLightBrightness__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01F7AE20, DualSensePlayerLightFlags__Enum, DualSenseDriver_get_playerLights, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7AE30, void, DualSenseDriver_set_playerLights, (DualSenseDriver * __this, DualSensePlayerLightFlags__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01F7AE40, Vector3, DualSenseDriver_get_AccelerometerValue, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7AED0, Vector3, DualSenseDriver_get_AccelerometerValueRaw, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7AF70, Vector3, DualSenseDriver_get_GyroscopeValue, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7AFE0, Vector3, DualSenseDriver_get_GyroscopeValueRaw, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7B0D0, Vector3, DualSenseDriver_get_LastGyroscopeValue, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7B1C0, Vector3, DualSenseDriver_get_LastGyroscopeValueRaw, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7B260, Quaternion, DualSenseDriver_get_Orientation, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7B270, void, DualSenseDriver_ResetOrientation, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, DualSenseDriver_get_MaxTouches, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7B2C0, int32_t, DualSenseDriver_GetTouchCount, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7B330, bool, DualSenseDriver_IsTouchingAtIndex, (DualSenseDriver * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F7B390, bool, DualSenseDriver_IsTouchingAtTouchId, (DualSenseDriver * __this, int32_t touchId, MethodInfo * method)); DO_APP_FUNC(0x01F7B3D0, int32_t, DualSenseDriver_GetTouchIdAtIndex, (DualSenseDriver * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F7B430, bool, DualSenseDriver_GetTouchPositionByIndex, (DualSenseDriver * __this, int32_t index, Vector2 * position, MethodInfo * method)); DO_APP_FUNC(0x01F7B4B0, bool, DualSenseDriver_GetTouchPositionByTouchId, (DualSenseDriver * __this, int32_t touchId, Vector2 * position, MethodInfo * method)); DO_APP_FUNC(0x01F7B590, bool, DualSenseDriver_GetTouchPositionAbsoluteByIndex, (DualSenseDriver * __this, int32_t index, int32_t * positionX, int32_t * positionY, MethodInfo * method)); DO_APP_FUNC(0x01F7B610, bool, DualSenseDriver_GetTouchPositionAbsoluteByTouchId, (DualSenseDriver * __this, int32_t touchId, int32_t * positionX, int32_t * positionY, MethodInfo * method)); DO_APP_FUNC(0x01F7B6F0, void, DualSenseDriver_StopLightFlash, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7B710, void, DualSenseDriver_StopVibration, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7B7A0, void, DualSenseDriver__ctor, (DualSenseDriver * __this, HIDDeviceDriver_InitArgs * param_0000b41a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB730, DualSenseDriver__ctor__MethodInfo); DO_APP_FUNC(0x01F7D220, void, DualSenseDriver_Update, (DualSenseDriver * __this, UpdateLoopType__Enum updateLoop, MethodInfo * method)); DO_APP_FUNC(0x01F7D410, bool, DualSenseDriver_ParseInputReport, (DualSenseDriver * __this, void * inputReportPtr, int32_t inputReportLength, double timestamp, MethodInfo * method)); DO_APP_FUNC(0x01F7D8A0, Controller_Extension *, DualSenseDriver_CreateControllerExtension, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7D910, void, DualSenseDriver_hrEVnKBMqYhjXIEKreCgBVZGIIIfb, (DualSenseDriver * __this, XYXgPXbRzdPUazjZsvaGFTtfNAAW__Enum param_0000b41f, MethodInfo * method)); DO_APP_FUNC(0x01F7D970, bool, DualSenseDriver_DXwCWVrliAfocSXRyMqUDjNEaZEU, (DualSenseDriver * __this, XYXgPXbRzdPUazjZsvaGFTtfNAAW__Enum param_0000b420, MethodInfo * method)); DO_APP_FUNC(0x01F7D9C0, void, DualSenseDriver_mIaTlNMruKgPSGfuCmVPIfwyAaOkA, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7DBF0, void, DualSenseDriver_mIaTlNMruKgPSGfuCmVPIfwyAaOkA_1, (DualSenseDriver * __this, NativeBuffer * param_0000b421, int32_t param_0000b422, MethodInfo * method)); DO_APP_FUNC(0x01F7DE00, bool, DualSenseDriver_ZfAZIIXhMZdKOboQXjAjYKbKqbSn, (DualSenseDriver * __this, XYXgPXbRzdPUazjZsvaGFTtfNAAW__Enum param_0000b423, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB660, DualSenseDriver_ZfAZIIXhMZdKOboQXjAjYKbKqbSn__MethodInfo); DO_APP_FUNC(0x01F7DF50, void, DualSenseDriver_qgkozYJKRLUdDDRvgDzLkjaguBYt, (DualSenseDriver * __this, NativeBuffer * param_0000b424, double param_0000b425, MethodInfo * method)); DO_APP_FUNC(0x01F7E2B0, void, DualSenseDriver_ArmgsfOJaNfgVyvHnMpOmpthLxzg, (DualSenseDriver * __this, HIDControllerElement__Array * param_0000b426, NativeBuffer * param_0000b427, double param_0000b428, MethodInfo * method)); DO_APP_FUNC(0x01F7E330, void, DualSenseDriver_uOHEtfOVdTSrLZxgjrDTDXKgmkAT, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7E3D0, void, DualSenseDriver_xNEFLscWMzSCHPgvyPbHEaQOSwrab, (DualSenseDriver * __this, NativeBuffer * param_0000b429, MethodInfo * method)); DO_APP_FUNC(0x01F7E540, void, DualSenseDriver_fIBKgdwQhORwYaeVHuaOzzQtsFQN, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7E7C0, bool, DualSenseDriver_ODApnPWLkzfHMgVJlgcEhwviqSlzb, (Vector3 * param_0000b42a, MethodInfo * method)); DO_APP_FUNC(0x01F7E800, void, DualSenseDriver_ullQaAfwSwgDYpGqybrNJlOtsiTQA, (DualSenseDriver * __this, Vector3 param_0000b42b, Vector3 param_0000b42c, MethodInfo * method)); DO_APP_FUNC(0x01F7F640, Quaternion, DualSenseDriver_ZjSDcnANRhcQurKoOlgZwzkDxYchA, (Quaternion param_0000b42d, Vector3 param_0000b42e, MethodInfo * method)); DO_APP_FUNC(0x01F7F790, Vector3, DualSenseDriver_jOMyyNJRMuBaiHFvARoaGYQsstoJ, (Vector3 param_0000b42f, Vector3 param_0000b430, MethodInfo * method)); DO_APP_FUNC(0x01F7F890, Quaternion, DualSenseDriver_FxebjtNgxhsEzSAJbdspvjJQgbdQ, (DualSenseDriver * __this, Quaternion param_0000b431, DualSenseDriver_JWNRmTKQWPUvLpTsYCTGZQCkFnjL__Enum param_0000b432, MethodInfo * method)); DO_APP_FUNC(0x01F7FAA0, Quaternion, DualSenseDriver_Inverse, (Quaternion quaternion, MethodInfo * method)); DO_APP_FUNC(0x01F7FB30, float, DualSenseDriver_pmlFALAGigSVtlQwUKInGDmpQgClA, (DualSenseDriver * __this, float param_0000b434, float param_0000b435, MethodInfo * method)); DO_APP_FUNC(0x01F7FBB0, Vector3, DualSenseDriver_fHRYkpKOdJCzqCaPilffaqPediaUA, (DualSenseDriver * __this, Vector3 param_0000b436, float param_0000b437, MethodInfo * method)); DO_APP_FUNC(0x01F7FC90, Quaternion, DualSenseDriver_wLgAAtvFspQdNeZMxRCqLAAGLQmb, (DualSenseDriver * __this, Vector3 param_0000b438, float param_0000b439, MethodInfo * method)); DO_APP_FUNC(0x01F7FDE0, Quaternion, DualSenseDriver_tGLldonrjUOnKXBxlUNDLDZWimBL, (DualSenseDriver * __this, Vector3 param_0000b43a, float param_0000b43b, MethodInfo * method)); DO_APP_FUNC(0x01F80240, float, DualSenseDriver_DHRmhMQDczhciVtbsFzpcsKoAQNm, (DualSenseDriver * __this, Vector3 param_0000b43c, MethodInfo * method)); DO_APP_FUNC(0x01F80270, bool, DualSenseDriver_SuuttLiyPELdINOGtjcxxgygjNUL, (DualSenseDriver * __this, float param_0000b43d, MethodInfo * method)); DO_APP_FUNC(0x01F80290, bool, DualSenseDriver_JVEjAktAwmArKjXnIElXQBDbJakjb, (DualSenseDriver * __this, Vector3 param_0000b43e, DualSenseDriver_RcqfYUfqOIDRmHvdeWVWGXJJzVYFA__Enum * param_0000b43f, MethodInfo * method)); DO_APP_FUNC(0x01F803C0, bool, DualSenseDriver_fJXPhNZiNOAETEPezplwLiNyvJmk, (DualSenseDriver * __this, Vector3 param_0000b440, MethodInfo * method)); DO_APP_FUNC(0x01F80450, bool, DualSenseDriver_WrnQgGfJddXUKsgiiDyOUFtLXjeQ, (DualSenseDriver * __this, Vector3 param_0000b441, MethodInfo * method)); DO_APP_FUNC(0x01F804B0, Vector3, DualSenseDriver_tDSIgoUEXeMwdZIKdBanOitoHCtE, (DualSenseDriver * __this, Single__Array * param_0000b442, MethodInfo * method)); DO_APP_FUNC(0x01F80530, Vector3, DualSenseDriver_hUMoiJNgUuUQrcRwKsAmNFKuXAtt, (DualSenseDriver * __this, RingBuffer_1_Rewired_HID_HIDGyroscope_DeAenLGYTqNyWDVKOCMDwbfhHVkGA_ * param_0000b443, MethodInfo * method)); DO_APP_FUNC(0x01F80740, Vector3, DualSenseDriver_hUMoiJNgUuUQrcRwKsAmNFKuXAtt_1, (DualSenseDriver * __this, Vector3 param_0000b444, float param_0000b445, MethodInfo * method)); DO_APP_FUNC(0x01F807D0, int32_t, DualSenseDriver_JTLgjtKHAIdtMYUEOMboNaMvEPpG, (DualSenseDriver * __this, int32_t param_0000b446, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB6F0, DualSenseDriver_JTLgjtKHAIdtMYUEOMboNaMvEPpG__MethodInfo); DO_APP_FUNC(0x01F807E0, void, DualSenseDriver_NqxVoYvCyIuzuyVyYmKLcbzoIXjG, (DualSenseDriver * __this, Byte__Array * param_0000b447, Single__Array * param_0000b448, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB700, DualSenseDriver_NqxVoYvCyIuzuyVyYmKLcbzoIXjG__MethodInfo); DO_APP_FUNC(0x01F80900, void, DualSenseDriver_OscteRSQBkKYSwZmwKlSzpzAeNOT, (DualSenseDriver * __this, Byte__Array * param_0000b449, Single__Array * param_0000b44a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB6D8, DualSenseDriver_OscteRSQBkKYSwZmwKlSzpzAeNOT__MethodInfo); DO_APP_FUNC(0x01DA64E0, float, DualSenseDriver_ZVrVhrUsAvPXZfyvTkElwZyCrGZG, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB6C8, DualSenseDriver_ZVrVhrUsAvPXZfyvTkElwZyCrGZG__MethodInfo); DO_APP_FUNC(0x01F80A20, void, DualSenseDriver_EArRvjGtdexbkgKEDYeBxckHHBCcA, (DualSenseDriver * __this, NativeBuffer * param_0000b44b, HIDTouchpad_TouchData__Array * param_0000b44c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB710, DualSenseDriver_EArRvjGtdexbkgKEDYeBxckHHBCcA__MethodInfo); DO_APP_FUNC(0x01F80C20, int32_t, DualSenseDriver_GSYGKXEJVnzcYgSecTvqWoBSzPiQ, (DualSenseDriver * __this, int32_t param_0000b44d, bool param_0000b44e, int32_t param_0000b44f, MethodInfo * method)); DO_APP_FUNC(0x01F80D30, void, DualSenseDriver_XpISNZpfUlfyLCaNFdKuuzzbMoAl, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB6E0, DualSenseDriver_XpISNZpfUlfyLCaNFdKuuzzbMoAl__MethodInfo); DO_APP_FUNC(0x01F80D40, void, DualSenseDriver_Finalize, (DualSenseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F80DB0, void, DualSenseDriver_Dispose, (DualSenseDriver * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01F80EA0, bool, DualSenseDriver_Matches, (int32_t vid, int32_t pid, MethodInfo * method)); DO_APP_FUNC(0x01F80EC0, uint32_t, DualSenseDriver_yaaHcmLmkBZYxVFIDSfOWskCAVrc, (NativeBuffer * param_0000b453, int32_t param_0000b454, MethodInfo * method)); DO_APP_FUNC(0x01F80FA0, DualSenseDriver_YidamfJnKjbfbmjpATjSXQqFKjgu__Enum, DualSenseDriver_VKknBQEILnYytlhebOxhxqAZdnzU, (DualSenseOtherLightBrightness__Enum param_0000b455, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB678, DualSenseDriver_VKknBQEILnYytlhebOxhxqAZdnzU__MethodInfo); DO_APP_FUNC(0x01F81020, DualSenseOtherLightBrightness__Enum, DualSenseDriver_ILsxcLXxWsgewkggWHDmaxjOJshr, (DualSenseDriver_YidamfJnKjbfbmjpATjSXQqFKjgu__Enum param_0000b456, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB680, DualSenseDriver_ILsxcLXxWsgewkggWHDmaxjOJshr__MethodInfo); DO_APP_FUNC(0x01F810A0, void, DualSenseDriver__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01F7A710, bool, DualShock4Driver_rqWSyVVKpoKBWEnUkTvNcHkfdetL, (DualShock4Driver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F81180, float, DualShock4Driver_get_BatteryLevel, (DualShock4Driver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7A7B0, float, DualShock4Driver_get_LeftMotor, (DualShock4Driver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7A820, void, DualShock4Driver_set_LeftMotor, (DualShock4Driver * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01F7A8A0, float, DualShock4Driver_get_RightMotor, (DualShock4Driver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7A910, void, DualShock4Driver_set_RightMotor, (DualShock4Driver * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01F7A990, float, DualShock4Driver_get_LightColorR, (DualShock4Driver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7A9D0, void, DualShock4Driver_set_LightColorR, (DualShock4Driver * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01F7AA40, float, DualShock4Driver_get_LightColorG, (DualShock4Driver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7AA80, void, DualShock4Driver_set_LightColorG, (DualShock4Driver * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01F7AAF0, float, DualShock4Driver_get_LightColorB, (DualShock4Driver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7AB30, void, DualShock4Driver_set_LightColorB, (DualShock4Driver * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01F811C0, float, DualShock4Driver_get_LightFlashOnDuration, (DualShock4Driver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F811D0, void, DualShock4Driver_set_LightFlashOnDuration, (DualShock4Driver * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01F81240, float, DualShock4Driver_get_LightFlashOffDuration, (DualShock4Driver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F81250, void, DualShock4Driver_set_LightFlashOffDuration, (DualShock4Driver * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01F7AE40, Vector3, DualShock4Driver_get_AccelerometerValue, (DualShock4Driver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7AED0, Vector3, DualShock4Driver_get_AccelerometerValueRaw, (DualShock4Driver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F812C0, Vector3, DualShock4Driver_get_GyroscopeValue, (DualShock4Driver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7AFE0, Vector3, DualShock4Driver_get_GyroscopeValueRaw, (DualShock4Driver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F81330, Vector3, DualShock4Driver_get_LastGyroscopeValue, (DualShock4Driver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7B1C0, Vector3, DualShock4Driver_get_LastGyroscopeValueRaw, (DualShock4Driver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F81420, Quaternion, DualShock4Driver_get_Orientation, (DualShock4Driver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F81430, void, DualShock4Driver_ResetOrientation, (DualShock4Driver * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, DualShock4Driver_get_MaxTouches, (DualShock4Driver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7B2C0, int32_t, DualShock4Driver_GetTouchCount, (DualShock4Driver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7B330, bool, DualShock4Driver_IsTouchingAtIndex, (DualShock4Driver * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F7B390, bool, DualShock4Driver_IsTouchingAtTouchId, (DualShock4Driver * __this, int32_t touchId, MethodInfo * method)); DO_APP_FUNC(0x01F7B3D0, int32_t, DualShock4Driver_GetTouchIdAtIndex, (DualShock4Driver * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F7B430, bool, DualShock4Driver_GetTouchPositionByIndex, (DualShock4Driver * __this, int32_t index, Vector2 * position, MethodInfo * method)); DO_APP_FUNC(0x01F7B4B0, bool, DualShock4Driver_GetTouchPositionByTouchId, (DualShock4Driver * __this, int32_t touchId, Vector2 * position, MethodInfo * method)); DO_APP_FUNC(0x01F7B590, bool, DualShock4Driver_GetTouchPositionAbsoluteByIndex, (DualShock4Driver * __this, int32_t index, int32_t * positionX, int32_t * positionY, MethodInfo * method)); DO_APP_FUNC(0x01F7B610, bool, DualShock4Driver_GetTouchPositionAbsoluteByTouchId, (DualShock4Driver * __this, int32_t touchId, int32_t * positionX, int32_t * positionY, MethodInfo * method)); DO_APP_FUNC(0x01F81480, void, DualShock4Driver_StopLightFlash, (DualShock4Driver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7B710, void, DualShock4Driver_StopVibration, (DualShock4Driver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F814A0, void, DualShock4Driver__ctor, (DualShock4Driver * __this, HIDDeviceDriver_InitArgs * param_0000b46b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB5C8, DualShock4Driver__ctor__MethodInfo); DO_APP_FUNC(0x01F82F80, void, DualShock4Driver_Update, (DualShock4Driver * __this, UpdateLoopType__Enum updateLoop, MethodInfo * method)); DO_APP_FUNC(0x01F83170, bool, DualShock4Driver_ParseInputReport, (DualShock4Driver * __this, void * inputReportPtr, int32_t inputReportLength, double timestamp, MethodInfo * method)); DO_APP_FUNC(0x01F83580, Controller_Extension *, DualShock4Driver_CreateControllerExtension, (DualShock4Driver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F835F0, void, DualShock4Driver_hrEVnKBMqYhjXIEKreCgBVZGIIIfb, (DualShock4Driver * __this, XYXgPXbRzdPUazjZsvaGFTtfNAAW__Enum param_0000b470, MethodInfo * method)); DO_APP_FUNC(0x01F83650, bool, DualShock4Driver_DXwCWVrliAfocSXRyMqUDjNEaZEU, (DualShock4Driver * __this, XYXgPXbRzdPUazjZsvaGFTtfNAAW__Enum param_0000b471, MethodInfo * method)); DO_APP_FUNC(0x01F836A0, void, DualShock4Driver_mIaTlNMruKgPSGfuCmVPIfwyAaOkA, (DualShock4Driver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F83BA0, bool, DualShock4Driver_ZfAZIIXhMZdKOboQXjAjYKbKqbSn, (DualShock4Driver * __this, XYXgPXbRzdPUazjZsvaGFTtfNAAW__Enum param_0000b472, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB638, DualShock4Driver_ZfAZIIXhMZdKOboQXjAjYKbKqbSn__MethodInfo); DO_APP_FUNC(0x01F83CF0, void, DualShock4Driver_qgkozYJKRLUdDDRvgDzLkjaguBYt, (DualShock4Driver * __this, NativeBuffer * param_0000b473, double param_0000b474, MethodInfo * method)); DO_APP_FUNC(0x01F7E2B0, void, DualShock4Driver_ArmgsfOJaNfgVyvHnMpOmpthLxzg, (DualShock4Driver * __this, HIDControllerElement__Array * param_0000b475, NativeBuffer * param_0000b476, double param_0000b477, MethodInfo * method)); DO_APP_FUNC(0x01F84010, void, DualShock4Driver_uOHEtfOVdTSrLZxgjrDTDXKgmkAT, (DualShock4Driver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F840B0, void, DualShock4Driver_xNEFLscWMzSCHPgvyPbHEaQOSwrab, (DualShock4Driver * __this, NativeBuffer * param_0000b478, MethodInfo * method)); DO_APP_FUNC(0x01F84220, void, DualShock4Driver_fIBKgdwQhORwYaeVHuaOzzQtsFQN, (DualShock4Driver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F7E7C0, bool, DualShock4Driver_ODApnPWLkzfHMgVJlgcEhwviqSlzb, (Vector3 * param_0000b479, MethodInfo * method)); DO_APP_FUNC(0x01F84440, void, DualShock4Driver_ullQaAfwSwgDYpGqybrNJlOtsiTQA, (DualShock4Driver * __this, Vector3 param_0000b47a, Vector3 param_0000b47b, MethodInfo * method)); DO_APP_FUNC(0x01F85280, Quaternion, DualShock4Driver_ZjSDcnANRhcQurKoOlgZwzkDxYchA, (Quaternion param_0000b47c, Vector3 param_0000b47d, MethodInfo * method)); DO_APP_FUNC(0x01F7F790, Vector3, DualShock4Driver_jOMyyNJRMuBaiHFvARoaGYQsstoJ, (Vector3 param_0000b47e, Vector3 param_0000b47f, MethodInfo * method)); DO_APP_FUNC(0x01F7F890, Quaternion, DualShock4Driver_FxebjtNgxhsEzSAJbdspvjJQgbdQ, (DualShock4Driver * __this, Quaternion param_0000b480, DualShock4Driver_HlkiNZKigpGdyCFLODfMhfQhgppQB__Enum param_0000b481, MethodInfo * method)); DO_APP_FUNC(0x01F7FAA0, Quaternion, DualShock4Driver_Inverse, (Quaternion quaternion, MethodInfo * method)); DO_APP_FUNC(0x01F7FB30, float, DualShock4Driver_pmlFALAGigSVtlQwUKInGDmpQgClA, (DualShock4Driver * __this, float param_0000b483, float param_0000b484, MethodInfo * method)); DO_APP_FUNC(0x01F7FBB0, Vector3, DualShock4Driver_fHRYkpKOdJCzqCaPilffaqPediaUA, (DualShock4Driver * __this, Vector3 param_0000b485, float param_0000b486, MethodInfo * method)); DO_APP_FUNC(0x01F7FC90, Quaternion, DualShock4Driver_wLgAAtvFspQdNeZMxRCqLAAGLQmb, (DualShock4Driver * __this, Vector3 param_0000b487, float param_0000b488, MethodInfo * method)); DO_APP_FUNC(0x01F7FDE0, Quaternion, DualShock4Driver_tGLldonrjUOnKXBxlUNDLDZWimBL, (DualShock4Driver * __this, Vector3 param_0000b489, float param_0000b48a, MethodInfo * method)); DO_APP_FUNC(0x01F80240, float, DualShock4Driver_DHRmhMQDczhciVtbsFzpcsKoAQNm, (DualShock4Driver * __this, Vector3 param_0000b48b, MethodInfo * method)); DO_APP_FUNC(0x01F80270, bool, DualShock4Driver_SuuttLiyPELdINOGtjcxxgygjNUL, (DualShock4Driver * __this, float param_0000b48c, MethodInfo * method)); DO_APP_FUNC(0x01F80290, bool, DualShock4Driver_JVEjAktAwmArKjXnIElXQBDbJakjb, (DualShock4Driver * __this, Vector3 param_0000b48d, DualShock4Driver_RIHlgxglKcAvztMHuwTgqKpCHToG__Enum * param_0000b48e, MethodInfo * method)); DO_APP_FUNC(0x01F803C0, bool, DualShock4Driver_fJXPhNZiNOAETEPezplwLiNyvJmk, (DualShock4Driver * __this, Vector3 param_0000b48f, MethodInfo * method)); DO_APP_FUNC(0x01F80450, bool, DualShock4Driver_WrnQgGfJddXUKsgiiDyOUFtLXjeQ, (DualShock4Driver * __this, Vector3 param_0000b490, MethodInfo * method)); DO_APP_FUNC(0x01F804B0, Vector3, DualShock4Driver_tDSIgoUEXeMwdZIKdBanOitoHCtE, (DualShock4Driver * __this, Single__Array * param_0000b491, MethodInfo * method)); DO_APP_FUNC(0x01F853B0, Vector3, DualShock4Driver_hUMoiJNgUuUQrcRwKsAmNFKuXAtt, (DualShock4Driver * __this, RingBuffer_1_Rewired_HID_HIDGyroscope_DeAenLGYTqNyWDVKOCMDwbfhHVkGA_ * param_0000b492, MethodInfo * method)); DO_APP_FUNC(0x01F80740, Vector3, DualShock4Driver_hUMoiJNgUuUQrcRwKsAmNFKuXAtt_1, (DualShock4Driver * __this, Vector3 param_0000b493, float param_0000b494, MethodInfo * method)); DO_APP_FUNC(0x01F807D0, int32_t, DualShock4Driver_JTLgjtKHAIdtMYUEOMboNaMvEPpG, (DualShock4Driver * __this, int32_t param_0000b495, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB5E8, DualShock4Driver_JTLgjtKHAIdtMYUEOMboNaMvEPpG__MethodInfo); DO_APP_FUNC(0x01F855C0, void, DualShock4Driver_NqxVoYvCyIuzuyVyYmKLcbzoIXjG, (DualShock4Driver * __this, Byte__Array * param_0000b496, Single__Array * param_0000b497, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB5F0, DualShock4Driver_NqxVoYvCyIuzuyVyYmKLcbzoIXjG__MethodInfo); DO_APP_FUNC(0x01F856E0, void, DualShock4Driver_OscteRSQBkKYSwZmwKlSzpzAeNOT, (DualShock4Driver * __this, Byte__Array * param_0000b498, Single__Array * param_0000b499, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB5D0, DualShock4Driver_OscteRSQBkKYSwZmwKlSzpzAeNOT__MethodInfo); DO_APP_FUNC(0x01D65350, float, DualShock4Driver_ZVrVhrUsAvPXZfyvTkElwZyCrGZG, (DualShock4Driver * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB5C0, DualShock4Driver_ZVrVhrUsAvPXZfyvTkElwZyCrGZG__MethodInfo); DO_APP_FUNC(0x01F85800, void, DualShock4Driver_EArRvjGtdexbkgKEDYeBxckHHBCcA, (DualShock4Driver * __this, NativeBuffer * param_0000b49a, HIDTouchpad_TouchData__Array * param_0000b49b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB5F8, DualShock4Driver_EArRvjGtdexbkgKEDYeBxckHHBCcA__MethodInfo); DO_APP_FUNC(0x01F85A00, int32_t, DualShock4Driver_GSYGKXEJVnzcYgSecTvqWoBSzPiQ, (DualShock4Driver * __this, int32_t param_0000b49c, bool param_0000b49d, int32_t param_0000b49e, MethodInfo * method)); DO_APP_FUNC(0x0055DE40, void, DualShock4Driver_XpISNZpfUlfyLCaNFdKuuzzbMoAl, (DualShock4Driver * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB5D8, DualShock4Driver_XpISNZpfUlfyLCaNFdKuuzzbMoAl__MethodInfo); DO_APP_FUNC(0x01F80D40, void, DualShock4Driver_Finalize, (DualShock4Driver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F85B10, void, DualShock4Driver_Dispose, (DualShock4Driver * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01F85C00, bool, DualShock4Driver_Matches, (int32_t vid, int32_t pid, MethodInfo * method)); DO_APP_FUNC(0x00707330, int32_t, HIDDeviceDriver_get_AxisCount, (HIDDeviceDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x007075B0, int32_t, HIDDeviceDriver_get_ButtonCount, (HIDDeviceDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F85D80, int32_t, HIDDeviceDriver_get_HatCount, (HIDDeviceDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01A227D0, int32_t, HIDDeviceDriver_get_AccelerometerCount, (HIDDeviceDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F85DA0, int32_t, HIDDeviceDriver_get_GyroscopeCount, (HIDDeviceDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F85DC0, int32_t, HIDDeviceDriver_get_TouchpadCount, (HIDDeviceDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F85DE0, int32_t, HIDDeviceDriver_get_LightCount, (HIDDeviceDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F85E00, int32_t, HIDDeviceDriver_get_VibrationMotorCount, (HIDDeviceDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HIDDeviceDriver__ctor, (HIDDeviceDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F85E20, HIDDeviceDriver *, HIDDeviceDriver_GetDriver, (HIDDeviceDriver_DriverType__Enum driverId, HIDDeviceDriver_InitArgs * hidDriverInitArgs, MethodInfo * method)); DO_APP_FUNC(0x01F85F80, HIDDeviceDriver_DriverType__Enum, HIDDeviceDriver_FindDriverId, (int32_t vendorId, int32_t productId, MethodInfo * method)); DO_APP_FUNC(0x0041F5E0, bool, HIDDeviceDriver_get_disposed, (HIDDeviceDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F86150, void, HIDDeviceDriver_Dispose, (HIDDeviceDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F861C0, void, HIDDeviceDriver_Finalize, (HIDDeviceDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F86210, void, HIDDeviceDriver_Dispose_1, (HIDDeviceDriver * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x0160CF10, void, HIDDeviceDriver_GetHidFeatureData__ctor, (HIDDeviceDriver_GetHidFeatureData * __this, Object * param_0000b4ab, void * param_0000b4ac, MethodInfo * method)); DO_APP_FUNC(0x003F2110, Byte__Array *, HIDDeviceDriver_GetHidFeatureData_Invoke, (HIDDeviceDriver_GetHidFeatureData * __this, uint8_t reportId, MethodInfo * method)); DO_APP_FUNC(0x01F86220, IAsyncResult *, HIDDeviceDriver_GetHidFeatureData_BeginInvoke, (HIDDeviceDriver_GetHidFeatureData * __this, uint8_t reportId, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, Byte__Array *, HIDDeviceDriver_GetHidFeatureData_EndInvoke, (HIDDeviceDriver_GetHidFeatureData * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01F862A0, void, HIDDeviceDriver_InitArgs__ctor, (HIDDeviceDriver_InitArgs * __this, UpdateLoopSetting__Enum param_0000b4b2, DeviceConnectionType__Enum param_0000b4b3, int32_t param_0000b4b4, int32_t param_0000b4b5, int32_t param_0000b4b6, int32_t param_0000b4b7, int32_t param_0000b4b8, int32_t param_0000b4b9, Func_2_Rewired_HID_OutputReport_Boolean_ * param_0000b4ba, Action_1_Rewired_HID_OutputReport_ * param_0000b4bb, HIDDeviceDriver_GetHidFeatureData * param_0000b4bc, MethodInfo * method)); DO_APP_FUNC(0x00C7C380, bool, RailDriverDriver_get_SpeakerEnabled, (RailDriverDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F863D0, void, RailDriverDriver_set_SpeakerEnabled, (RailDriverDriver * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F86480, void, RailDriverDriver_SetLEDDisplay, (RailDriverDriver * __this, int32_t digitIndex, uint8_t digitBitValues, MethodInfo * method)); DO_APP_FUNC(0x01F86500, void, RailDriverDriver_SetLEDDisplay_1, (RailDriverDriver * __this, uint8_t digit1BitValues, uint8_t digit2BitValues, uint8_t digit3BitValues, MethodInfo * method)); DO_APP_FUNC(0x01F865A0, void, RailDriverDriver__ctor, (RailDriverDriver * __this, HIDDeviceDriver_InitArgs * param_0000b4c3, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB550, RailDriverDriver__ctor__MethodInfo); DO_APP_FUNC(0x003AC050, void, RailDriverDriver_Update, (RailDriverDriver * __this, UpdateLoopType__Enum updateLoop, MethodInfo * method)); DO_APP_FUNC(0x01F87020, bool, RailDriverDriver_ParseInputReport, (RailDriverDriver * __this, void * inputReportPtr, int32_t inputReportLength, double timestamp, MethodInfo * method)); DO_APP_FUNC(0x01F87140, Controller_Extension *, RailDriverDriver_CreateControllerExtension, (RailDriverDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F87230, bool, RailDriverDriver_DXwCWVrliAfocSXRyMqUDjNEaZEU, (RailDriverDriver * __this, RailDriverDriver_DvyiJhlYQlMxVHeWbUYQiyZdDxyD__Enum param_0000b4c8, XYXgPXbRzdPUazjZsvaGFTtfNAAW__Enum param_0000b4c9, MethodInfo * method)); DO_APP_FUNC(0x01F87340, void, RailDriverDriver_mIaTlNMruKgPSGfuCmVPIfwyAaOkA, (RailDriverDriver * __this, RailDriverDriver_DvyiJhlYQlMxVHeWbUYQiyZdDxyD__Enum param_0000b4ca, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB5A0, RailDriverDriver_mIaTlNMruKgPSGfuCmVPIfwyAaOkA__MethodInfo); DO_APP_FUNC(0x01F874E0, bool, RailDriverDriver_ZfAZIIXhMZdKOboQXjAjYKbKqbSn, (RailDriverDriver * __this, XYXgPXbRzdPUazjZsvaGFTtfNAAW__Enum param_0000b4cb, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB598, RailDriverDriver_ZfAZIIXhMZdKOboQXjAjYKbKqbSn__MethodInfo); DO_APP_FUNC(0x01F875D0, void, RailDriverDriver_qgkozYJKRLUdDDRvgDzLkjaguBYt, (RailDriverDriver * __this, NativeBuffer * param_0000b4cc, double param_0000b4cd, MethodInfo * method)); DO_APP_FUNC(0x01F7E2B0, void, RailDriverDriver_ArmgsfOJaNfgVyvHnMpOmpthLxzg, (RailDriverDriver * __this, HIDControllerElement__Array * param_0000b4ce, NativeBuffer * param_0000b4cf, double param_0000b4d0, MethodInfo * method)); DO_APP_FUNC(0x01F80D40, void, RailDriverDriver_Finalize, (RailDriverDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01F87820, void, RailDriverDriver_Dispose, (RailDriverDriver * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01F87870, bool, RailDriverDriver_Matches, (int32_t vid, int32_t pid, MethodInfo * method)); DO_APP_FUNC(0x01F87890, void, UuiKgiCFCpKXxJqyNrMzaHQOKUbp_FiUnObMlCbaIOUtJjeapCyhVLNCI, (Object * param_0000b555, MethodInfo * method)); DO_APP_FUNC(0x01F87930, void, UuiKgiCFCpKXxJqyNrMzaHQOKUbp_tbLeXdCBZSVKyqCoXGRinGwDjPVAA, (Object * param_0000b556, MethodInfo * method)); DO_APP_FUNC(0x01F879D0, void, UuiKgiCFCpKXxJqyNrMzaHQOKUbp_IpIueiNdxbHovphABbZtMwwIcePgA, (Object * param_0000b557, MethodInfo * method)); DO_APP_FUNC(0x01F87A70, Joystick *, XboxOneGamepadExtension_fddMxPtBrNdNCGnosKzsDEMUyZxz, (XboxOneGamepadExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x01F87AB0, int32_t, XboxOneGamepadExtension_get_xboxOneUserId, (XboxOneGamepadExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x01F87C20, uint64_t, XboxOneGamepadExtension_get_xboxOneJoystickId, (XboxOneGamepadExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x01F87D60, void, XboxOneGamepadExtension__ctor, (XboxOneGamepadExtension * __this, bool param_0000b560, IXboxOneInputSource * param_0000b561, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB4D8, XboxOneGamepadExtension__ctor__MethodInfo); DO_APP_FUNC(0x01F87F70, void, XboxOneGamepadExtension__ctor_1, (XboxOneGamepadExtension * __this, XboxOneGamepadExtension * param_0000b562, MethodInfo * method)); DO_APP_FUNC(0x01F880C0, int32_t, XboxOneGamepadExtension_get_vibrationMotorCount, (XboxOneGamepadExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x01F88150, void, XboxOneGamepadExtension_SetVibration, (XboxOneGamepadExtension * __this, int32_t motorIndex, float motorLevel, MethodInfo * method)); DO_APP_FUNC(0x01F88170, void, XboxOneGamepadExtension_SetVibration_1, (XboxOneGamepadExtension * __this, int32_t motorIndex, float motorLevel, float duration, MethodInfo * method)); DO_APP_FUNC(0x01F88190, void, XboxOneGamepadExtension_SetVibration_2, (XboxOneGamepadExtension * __this, int32_t motorIndex, float motorLevel, bool stopOtherMotors, MethodInfo * method)); DO_APP_FUNC(0x01F881B0, void, XboxOneGamepadExtension_SetVibration_3, (XboxOneGamepadExtension * __this, int32_t motorIndex, float motorLevel, float duration, bool stopOtherMotors, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB548, XboxOneGamepadExtension_SetVibration_3__MethodInfo); DO_APP_FUNC(0x01F882F0, float, XboxOneGamepadExtension_GetVibration, (XboxOneGamepadExtension * __this, int32_t motorIndex, MethodInfo * method)); DO_APP_FUNC(0x01F883F0, float, XboxOneGamepadExtension_GetVibration_1, (XboxOneGamepadExtension * __this, XboxOneGamepadMotorType__Enum motor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB540, XboxOneGamepadExtension_GetVibration_1__MethodInfo); DO_APP_FUNC(0x01F88560, void, XboxOneGamepadExtension_StopVibration, (XboxOneGamepadExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x01F88650, void, XboxOneGamepadExtension_SetVibration_4, (XboxOneGamepadExtension * __this, XboxOneGamepadMotorType__Enum motor, float motorLevel, MethodInfo * method)); DO_APP_FUNC(0x01F88670, void, XboxOneGamepadExtension_SetVibration_5, (XboxOneGamepadExtension * __this, XboxOneGamepadMotorType__Enum motor, float motorLevel, float duration, MethodInfo * method)); DO_APP_FUNC(0x01F88690, void, XboxOneGamepadExtension_SetVibration_6, (XboxOneGamepadExtension * __this, XboxOneGamepadMotorType__Enum motor, float motorLevel, bool stopOtherMotors, MethodInfo * method)); DO_APP_FUNC(0x01F886B0, void, XboxOneGamepadExtension_SetVibration_7, (XboxOneGamepadExtension * __this, XboxOneGamepadMotorType__Enum motor, float motorLevel, float duration, bool stopOtherMotors, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB528, XboxOneGamepadExtension_SetVibration_7__MethodInfo); DO_APP_FUNC(0x01F888C0, void, XboxOneGamepadExtension_SetVibration_8, (XboxOneGamepadExtension * __this, float leftMotorLevel, float rightMotorLevel, MethodInfo * method)); DO_APP_FUNC(0x01F888E0, void, XboxOneGamepadExtension_SetVibration_9, (XboxOneGamepadExtension * __this, float leftMotorLevel, float rightMotorLevel, bool stopOtherMotors, MethodInfo * method)); DO_APP_FUNC(0x01F88AD0, void, XboxOneGamepadExtension_SetVibration_10, (XboxOneGamepadExtension * __this, float leftMotorLevel, float rightMotorLevel, float leftTriggerLevel, float rightTriggerLevel, MethodInfo * method)); DO_APP_FUNC(0x01F88CA0, void, XboxOneGamepadExtension_PulseVibrateMotor, (XboxOneGamepadExtension * __this, XboxOneGamepadMotorType__Enum motor, float startLevel, float endLevel, float duration, MethodInfo * method)); DO_APP_FUNC(0x01F88E80, void, XboxOneGamepadExtension_jeaouqEbQHoWmxiqLJMNAZYkbhZj, (XboxOneGamepadExtension * __this, UpdateLoopType__Enum param_0000b58a, MethodInfo * method)); DO_APP_FUNC(0x01F88F80, void, XboxOneGamepadExtension_ydNyzOsUyivCGUkmrXgJPfOlXCff, (XboxOneGamepadExtension * __this, IControllerExtensionSource * param_0000b58b, MethodInfo * method)); DO_APP_FUNC(0x01F89050, Controller_Extension *, XboxOneGamepadExtension_ZVfpcIxdYEVJzInzMIFrDENQKTOC, (XboxOneGamepadExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x01F88E80, void, XboxOneGamepadExtension_dbPFOaostUFBJKZfqByPGWcSnAyJA, (XboxOneGamepadExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x01F891D0, void, XboxOneGamepadExtension_CGlacFKtMHdRpDAXaffSZxVfvGbnb, (XboxOneGamepadExtension * __this, XboxOneGamepadMotorType__Enum param_0000b58c, float param_0000b58d, float param_0000b58e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB470, XboxOneGamepadExtension_CGlacFKtMHdRpDAXaffSZxVfvGbnb__MethodInfo); DO_APP_FUNC(0x01F892E0, void, XboxOneGamepadExtension_UsGElqXjbfgGvkhsVyOgpEBmHjce, (XboxOneGamepadExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x01F89420, void, XboxOneGamepadExtension_PZaFFUqGOEFzYOmcdYQMDePDRcqv__ctor, (XboxOneGamepadExtension_PZaFFUqGOEFzYOmcdYQMDePDRcqv * __this, bool param_0000b58f, IXboxOneInputSource * param_0000b590, uYNwhzGPJhmoUjmLmGqJDXwlBFLRA param_0000b591, MethodInfo * method)); DO_APP_FUNC(0x01F89490, void, uYNwhzGPJhmoUjmLmGqJDXwlBFLRA_mNHKzNxYVhJisLciHagMKeLGdKcKA, (uYNwhzGPJhmoUjmLmGqJDXwlBFLRA * __this, MethodInfo * method)); DO_APP_FUNC(0x00434A10, bool, XboxOneInputSource_get_isReady, (XboxOneInputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01F894A0, void, XboxOneInputSource__ctor, (XboxOneInputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01F89790, void, XboxOneInputSource_Update, (XboxOneInputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01F89920, void, XboxOneInputSource_BnosIHYOjYtRHjIwdiheaelXKPNN, (XboxOneInputSource * __this, uint32_t param_0000b592, bool param_0000b593, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB4D0, XboxOneInputSource_BnosIHYOjYtRHjIwdiheaelXKPNN__MethodInfo); DO_APP_FUNC(0x01F89A90, void, XboxOneInputSource_xloQIKbjutVnzkGlvIURvDLBykkj, (XboxOneInputSource * __this, uint32_t param_0000b594, bool param_0000b595, MethodInfo * method)); DO_APP_FUNC(0x01F89BE0, void, XboxOneInputSource_URNjVjKlFdenEVoVDMJTmDKeyZgb, (XboxOneInputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01F89DE0, bool, XboxOneInputSource_rRhHtPTvBjpeAUFqyZxyQiShBZUT, (XboxOneInputSource * __this, uint32_t param_0000b596, bool param_0000b597, XboxOneInputSource_BadConnectionReason__Enum * param_0000b598, MethodInfo * method)); DO_APP_FUNC(0x01F89FE0, void, XboxOneInputSource_hBcRAaKcOHatYeSLZhytshAGXVrE, (XboxOneInputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8A030, int32_t, XboxOneInputSource_GetXboxOneUserIdFromUnityJoystick, (XboxOneInputSource * __this, int32_t unityJoystickId, MethodInfo * method)); DO_APP_FUNC(0x01F8A0D0, void, XboxOneInputSource_PulseVibrateMotor, (XboxOneInputSource * __this, uint64_t xboxOneJoystickId, XboxOneGamepadMotorType__Enum motor, float startLevel, float endLevel, float duration, MethodInfo * method)); DO_APP_FUNC(0x01F8A260, bool, XboxOneInputSource_SetXboxOneVibration, (XboxOneInputSource * __this, uint64_t xboxOneJoystickId, uYNwhzGPJhmoUjmLmGqJDXwlBFLRA vibration, MethodInfo * method)); DO_APP_FUNC(0x01F8A3E0, void, XboxOneInputSource_Dispose, (XboxOneInputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8A4A0, void, XboxOneInputSource_Finalize, (XboxOneInputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8A510, void, XboxOneInputSource_Dispose_1, (XboxOneInputSource * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x009B8F70, void, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__ctor, (XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK * __this, uint32_t param_0000b5a2, uint32_t param_0000b5a3, MethodInfo * method)); DO_APP_FUNC(0x003C7030, uint64_t, XboxOneInputSource_EXzgdOjuTRjkiOWDcTIuyPOkzHMv_TgmPrjtEFfkudrZXkLlbIZeeUBZK, (XboxOneInputSource_EXzgdOjuTRjkiOWDcTIuyPOkzHMv * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8A600, void, XboxOneInputSource_EXzgdOjuTRjkiOWDcTIuyPOkzHMv__ctor, (XboxOneInputSource_EXzgdOjuTRjkiOWDcTIuyPOkzHMv * __this, IXboxOneInputSource * param_0000b5a4, uint64_t param_0000b5a5, int32_t param_0000b5a6, bool param_0000b5a7, MethodInfo * method)); DO_APP_FUNC(0x01F8A8C0, void, XboxOneInputSource_EXzgdOjuTRjkiOWDcTIuyPOkzHMv_XUYlHArjcZHIIZmMQVtfQqgGDltj, (XboxOneInputSource_EXzgdOjuTRjkiOWDcTIuyPOkzHMv * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8B240, void, XboxOneInputSource_EXzgdOjuTRjkiOWDcTIuyPOkzHMv_LIeljCbdoWdgBAecluMnblrpCnHu, (XboxOneInputSource_EXzgdOjuTRjkiOWDcTIuyPOkzHMv * __this, uint64_t param_0000b5a8, MethodInfo * method)); DO_APP_FUNC(0x01F8B3C0, void, XboxOneInputSource_EXzgdOjuTRjkiOWDcTIuyPOkzHMv_aCnLxyqkjndqzoIJIgnGuPSCDieDA, (XboxOneInputSource_EXzgdOjuTRjkiOWDcTIuyPOkzHMv * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8B5D0, bool, XboxOneInputSource_EXzgdOjuTRjkiOWDcTIuyPOkzHMv_mqqZdClMIxtIoXjjFJzbegObqNYJ, (XboxOneInputSource_EXzgdOjuTRjkiOWDcTIuyPOkzHMv * __this, int32_t param_0000b5a9, MethodInfo * method)); DO_APP_FUNC(0x01F8B630, void, XboxOneInputSource_EXzgdOjuTRjkiOWDcTIuyPOkzHMv_TLDGIpadMnUNTBSJpFHUySQriATBA, (XboxOneInputSource_EXzgdOjuTRjkiOWDcTIuyPOkzHMv * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, CustomInputSource_get_useApproximateMatching, (CustomInputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, CustomInputSource_set_useApproximateMatching, (CustomInputSource * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F8B8C0, void, CustomInputSource_EZfQpIkhPNgVDMKdYRxvAreznPod, (CustomInputSource * __this, Action * param_0000b5ab, MethodInfo * method)); DO_APP_FUNC(0x01F8B9B0, void, CustomInputSource_EkbhozfINbLNyELHyWbqENntssGR, (CustomInputSource * __this, Action * param_0000b5ac, MethodInfo * method)); DO_APP_FUNC(0x01F8BAA0, void, CustomInputSource_vSKFhicVwJtRVTMIweWRwBsbFKle, (CustomInputSource * __this, Action * param_0000b5ad, MethodInfo * method)); DO_APP_FUNC(0x01F8BB90, void, CustomInputSource_YliMMKDLGjSuqbHngIDpQZKElQoD, (CustomInputSource * __this, Action * param_0000b5ae, MethodInfo * method)); DO_APP_FUNC(0x01F8B8C0, void, CustomInputSource_UiLiVGUyZogKTUcpJRNxbadznlmk, (CustomInputSource * __this, Action * param_0000b5af, MethodInfo * method)); DO_APP_FUNC(0x01F8B9B0, void, CustomInputSource_zVOSeRpqBJrEZrzvrTXsMmVzACux, (CustomInputSource * __this, Action * param_0000b5b0, MethodInfo * method)); DO_APP_FUNC(0x01F8BAA0, void, CustomInputSource_EbgwkJbZwxSTIVomdhkkjVqEcPdfb, (CustomInputSource * __this, Action * param_0000b5b1, MethodInfo * method)); DO_APP_FUNC(0x01F8BB90, void, CustomInputSource_kBSnapIgmMKFrvayUQyrdpyBFIKm, (CustomInputSource * __this, Action * param_0000b5b2, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, InputSource__Enum, CustomInputSource_prmTmsHODJypMiwGocODNXDpDkkv, (CustomInputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8BC80, void, CustomInputSource__ctor, (CustomInputSource * __this, int32_t param_0000b5b3, MethodInfo * method)); DO_APP_FUNC(0x01F8C000, void, CustomInputSource_AddJoystick, (CustomInputSource * __this, CustomInputSource_Joystick * joystick, MethodInfo * method)); DO_APP_FUNC(0x01F8C0E0, void, CustomInputSource_RemoveJoystick, (CustomInputSource * __this, CustomInputSource_Joystick * joystick, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, IList_1_Rewired_Platforms_Custom_CustomInputSource_Joystick_ *, CustomInputSource_GetJoysticks, (CustomInputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8C1D0, void, CustomInputSource_OnJoystickConnected, (CustomInputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8C1F0, void, CustomInputSource_OnJoystickDisconnected, (CustomInputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8C210, CustomInputSource_Joystick__Array *, CustomInputSource_vcGPkmQuKmHbGDbSoeyiluszDNnt, (CustomInputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8C360, void, CustomInputSource_Dispose, (CustomInputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8C3D0, void, CustomInputSource_Finalize, (CustomInputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8C420, void, CustomInputSource_Dispose_1, (CustomInputSource * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, CustomInputSource_Controller_get_customName, (CustomInputSource_Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, CustomInputSource_Controller_get_isConnected, (CustomInputSource_Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8C430, void, CustomInputSource_Controller_set_isConnected, (CustomInputSource_Controller * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, CustomInputSource_Controller_get_deviceName, (CustomInputSource_Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, CustomInputSource_Controller__ctor, (CustomInputSource_Controller * __this, String * param_0000b5b8, MethodInfo * method)); DO_APP_FUNC(0x01F8C440, void, CustomInputSource_Controller_Disconnect, (CustomInputSource_Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8C450, void, CustomInputSource_Controller_Connect, (CustomInputSource_Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x0114D740, Nullable_1_Int64_, CustomInputSource_Joystick_get_systemId, (CustomInputSource_Joystick * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB03E0, void, CustomInputSource_Joystick_set_systemId, (CustomInputSource_Joystick * __this, Nullable_1_Int64_ value, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, CustomInputSource_Joystick_get_unityId, (CustomInputSource_Joystick * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF230, void, CustomInputSource_Joystick_set_unityId, (CustomInputSource_Joystick * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, IList_1_Rewired_Platforms_Custom_CustomInputSource_Axis_ *, CustomInputSource_Joystick_get_Axes, (CustomInputSource_Joystick * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, IList_1_Rewired_Platforms_Custom_CustomInputSource_Button_ *, CustomInputSource_Joystick_get_Buttons, (CustomInputSource_Joystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0068A9A0, bool, CustomInputSource_Joystick_get_supportsVibration, (CustomInputSource_Joystick * __this, MethodInfo * method)); DO_APP_FUNC(0x00C86130, void, CustomInputSource_Joystick_set_supportsVibration, (CustomInputSource_Joystick * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C7000, Controller_Extension *, CustomInputSource_Joystick_get_extension, (CustomInputSource_Joystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, CustomInputSource_Joystick_set_extension, (CustomInputSource_Joystick * __this, Controller_Extension * value, MethodInfo * method)); DO_APP_FUNC(0x01F8C460, int32_t, CustomInputSource_Joystick_get_buttonCount, (CustomInputSource_Joystick * __this, MethodInfo * method)); DO_APP_FUNC(0x009C2D20, int32_t, CustomInputSource_Joystick_get_axisCount, (CustomInputSource_Joystick * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8C480, void, CustomInputSource_Joystick__ctor, (CustomInputSource_Joystick * __this, String * param_0000b5bd, Nullable_1_Int64_ param_0000b5be, int32_t param_0000b5bf, int32_t param_0000b5c0, int32_t param_0000b5c1, MethodInfo * method)); DO_APP_FUNC(0x01F8C9E0, float, CustomInputSource_Joystick_GetAxisValue, (CustomInputSource_Joystick * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F8CA30, bool, CustomInputSource_Joystick_GetButtonValue, (CustomInputSource_Joystick * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CustomInputSource_Element__ctor, (CustomInputSource_Element * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CustomInputSource_Axis__ctor, (CustomInputSource_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CustomInputSource_Button__ctor, (CustomInputSource_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8CA80, Dictionary_2_System_Int32_Rewired_Data_ConfigVars_azUEuvNbipTVExojWRFquaZJFmGY_ *, ConfigVars_get_platformVarsDict, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8D710, Dictionary_2_System_Int32_Rewired_Data_ConfigVars_hqPFCXOAONldUTOJGhDJeyDIdhxHb_ *, ConfigVars_get_getSetPlatformVariableDict, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8DAF0, void, ConfigVars__ctor, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8DB40, bool, ConfigVars_DoesPlatformUseFallback, (ConfigVars * __this, Platform__Enum platform, WebplayerPlatform__Enum webplayerPlatform, bool isEditor, MethodInfo * method)); DO_APP_FUNC(0x01F8DBC0, bool, ConfigVars_DoesPlatformUseSDL2, (ConfigVars * __this, Platform__Enum platform, WebplayerPlatform__Enum webplayerPlatform, bool isEditor, MethodInfo * method)); DO_APP_FUNC(0x01F8DC00, String *, ConfigVars_GetDebugConfigSettings, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8E1B0, String *, ConfigVars_GetPlatformVarsRelPath, (ConfigVars * __this, Platform__Enum platform, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAFD8, ConfigVars_GetPlatformVarsRelPath__MethodInfo); DO_APP_FUNC(0x01F8E2C0, ConfigVars_PlatformVars *, ConfigVars_GetPlatformVars, (ConfigVars * __this, Platform__Enum platform, MethodInfo * method)); DO_APP_FUNC(0x01F8E3F0, void, ConfigVars_Editor_SetAllSerializedPlatformVar, (ConfigVars * __this, ConfigVars_AllPlatformVar__Enum var, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01F8E660, bool, ConfigVars_GetPlatformVar_disableKeyboard, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8E680, bool, ConfigVars_SetPlatformVar_disableKeyboard, (ConfigVars * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F8E6B0, bool, ConfigVars_GetPlatformVar_disableMouse, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8E6D0, bool, ConfigVars_SetPlatformVar_disableMouse, (ConfigVars * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F8E700, bool, ConfigVars_GetPlatformVar_ignoreInputWhenAppNotInFocus, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8E720, bool, ConfigVars_GetPlatformVar_useEnhancedDeviceSupport, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8E790, bool, ConfigVars_GetPlatformVar_useNativeMouse, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8E8C0, bool, ConfigVars_GetPlatformVar_useNativeKeyboard, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8EA60, int32_t, ConfigVars_GetPlatformVar_joystickRefreshRate, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8EB70, bool, ConfigVars_GetPlatformVar_assignJoysticksBySystemId, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8EE60, bool, ConfigVars_GetPlatformVar_useAppleGameController, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8EF70, bool, ConfigVars_SetPlatformVar_ignoreInputWhenAppNotInFocus, (ConfigVars * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F8EFD0, bool, ConfigVars_SetPlatformVar_useEnhancedDeviceSupport, (ConfigVars * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F8F060, bool, ConfigVars_SetPlatformVar_useNativeMouse, (ConfigVars * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F8F0E0, bool, ConfigVars_SetPlatformVar_useNativeKeyboard, (ConfigVars * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F8F290, bool, ConfigVars_SetPlatformVar_joystickRefreshRate, (ConfigVars * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01F8F3C0, bool, ConfigVars_SetPlatformVar_assignJoysticksBySystemId, (ConfigVars * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F8F6E0, bool, ConfigVars_SetPlatformVar_useAppleGameController, (ConfigVars * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F8F810, ConfigVars_PlatformVars *, ConfigVars_GetPlatformVars_1, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8F8B0, MultiBoolValue__Enum, ConfigVars_GetAllSerializedPlatformVar_multiBool, (ConfigVars * __this, ConfigVars_AllPlatformVar__Enum var, MethodInfo * method)); DO_APP_FUNC(0x01F8FC90, bool, ConfigVars_IsEditModeInputSupported, (ConfigVars * __this, ControllerType__Enum controllerType, EditorPlatform__Enum editorPlatform, MethodInfo * method)); DO_APP_FUNC(0x01F8FD70, KeyedGetSetValueStore_1_System_String_ *, ConfigVars_Rewired_Data_IConfigVars_Internal_get_values, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8FEC0, Dictionary_2_System_String_System_Object_ *, ConfigVars_get_valueDelegates, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC(0x01F92B10, ConfigVars_PlatformVars *, ConfigVars__get_platformVarsDict_b__57_0, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB1D0, ConfigVars__get_platformVarsDict_b__57_0__MethodInfo); DO_APP_FUNC(0x01F92B60, ConfigVars_PlatformVars *, ConfigVars__get_platformVarsDict_b__57_1, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB2A0, ConfigVars__get_platformVarsDict_b__57_1__MethodInfo); DO_APP_FUNC(0x01F92BB0, ConfigVars_PlatformVars *, ConfigVars__get_platformVarsDict_b__57_2, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB2A8, ConfigVars__get_platformVarsDict_b__57_2__MethodInfo); DO_APP_FUNC(0x01F92C00, ConfigVars_PlatformVars *, ConfigVars__get_platformVarsDict_b__57_3, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB290, ConfigVars__get_platformVarsDict_b__57_3__MethodInfo); DO_APP_FUNC(0x01F92C50, ConfigVars_PlatformVars *, ConfigVars__get_platformVarsDict_b__57_4, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB298, ConfigVars__get_platformVarsDict_b__57_4__MethodInfo); DO_APP_FUNC(0x01F92CA0, ConfigVars_PlatformVars *, ConfigVars__get_platformVarsDict_b__57_5, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB278, ConfigVars__get_platformVarsDict_b__57_5__MethodInfo); DO_APP_FUNC(0x01F92CF0, ConfigVars_PlatformVars *, ConfigVars__get_platformVarsDict_b__57_6, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB288, ConfigVars__get_platformVarsDict_b__57_6__MethodInfo); DO_APP_FUNC(0x01F92D40, ConfigVars_PlatformVars *, ConfigVars__get_platformVarsDict_b__57_7, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB268, ConfigVars__get_platformVarsDict_b__57_7__MethodInfo); DO_APP_FUNC(0x01F92D90, ConfigVars_PlatformVars *, ConfigVars__get_platformVarsDict_b__57_8, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB270, ConfigVars__get_platformVarsDict_b__57_8__MethodInfo); DO_APP_FUNC(0x01F92DE0, ConfigVars_PlatformVars *, ConfigVars__get_platformVarsDict_b__57_9, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB258, ConfigVars__get_platformVarsDict_b__57_9__MethodInfo); DO_APP_FUNC(0x01F92E30, ConfigVars_PlatformVars *, ConfigVars__get_platformVarsDict_b__57_10, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB1E0, ConfigVars__get_platformVarsDict_b__57_10__MethodInfo); DO_APP_FUNC(0x01F92E80, ConfigVars_PlatformVars *, ConfigVars__get_platformVarsDict_b__57_11, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB1B8, ConfigVars__get_platformVarsDict_b__57_11__MethodInfo); DO_APP_FUNC(0x01F92ED0, ConfigVars_PlatformVars *, ConfigVars__get_platformVarsDict_b__57_12, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB1C0, ConfigVars__get_platformVarsDict_b__57_12__MethodInfo); DO_APP_FUNC(0x01F92F20, ConfigVars_PlatformVars *, ConfigVars__get_platformVarsDict_b__57_13, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB2C0, ConfigVars__get_platformVarsDict_b__57_13__MethodInfo); DO_APP_FUNC(0x01F92F70, ConfigVars_PlatformVars *, ConfigVars__get_platformVarsDict_b__57_14, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB2C8, ConfigVars__get_platformVarsDict_b__57_14__MethodInfo); DO_APP_FUNC(0x01F92FC0, ConfigVars_PlatformVars *, ConfigVars__get_platformVarsDict_b__57_15, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB2B0, ConfigVars__get_platformVarsDict_b__57_15__MethodInfo); DO_APP_FUNC(0x01F93010, ConfigVars_PlatformVars *, ConfigVars__get_platformVarsDict_b__57_16, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB2B8, ConfigVars__get_platformVarsDict_b__57_16__MethodInfo); DO_APP_FUNC(0x01F93060, Object *, ConfigVars__get_getSetPlatformVariableDict_b__60_0, (ConfigVars * __this, Platform__Enum p, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB170, ConfigVars__get_getSetPlatformVariableDict_b__60_0__MethodInfo); DO_APP_FUNC(0x01F930D0, void, ConfigVars__get_getSetPlatformVariableDict_b__60_1, (ConfigVars * __this, Platform__Enum platform, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB180, ConfigVars__get_getSetPlatformVariableDict_b__60_1__MethodInfo); DO_APP_FUNC(0x01F93160, Object *, ConfigVars__get_getSetPlatformVariableDict_b__60_2, (ConfigVars * __this, Platform__Enum p, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB158, ConfigVars__get_getSetPlatformVariableDict_b__60_2__MethodInfo); DO_APP_FUNC(0x01F931D0, void, ConfigVars__get_getSetPlatformVariableDict_b__60_3, (ConfigVars * __this, Platform__Enum platform, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB160, ConfigVars__get_getSetPlatformVariableDict_b__60_3__MethodInfo); DO_APP_FUNC(0x01F93260, Object *, ConfigVars__get_getSetPlatformVariableDict_b__60_4, (ConfigVars * __this, Platform__Enum platform, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB140, ConfigVars__get_getSetPlatformVariableDict_b__60_4__MethodInfo); DO_APP_FUNC(0x01F932D0, void, ConfigVars__get_getSetPlatformVariableDict_b__60_5, (ConfigVars * __this, Platform__Enum platform, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB148, ConfigVars__get_getSetPlatformVariableDict_b__60_5__MethodInfo); DO_APP_FUNC(0x003BAD50, UpdateLoopSetting__Enum, ConfigVars__get_valueDelegates_b__96_0, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAB58, ConfigVars__get_valueDelegates_b__96_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, ConfigVars__get_valueDelegates_b__96_1, (ConfigVars * __this, UpdateLoopSetting__Enum x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAAE0, ConfigVars__get_valueDelegates_b__96_1__MethodInfo); DO_APP_FUNC(0x003CB250, bool, ConfigVars__get_valueDelegates_b__96_2, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBABB8, ConfigVars__get_valueDelegates_b__96_2__MethodInfo); DO_APP_FUNC(0x01A0D520, void, ConfigVars__get_valueDelegates_b__96_3, (ConfigVars * __this, bool x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA9E0, ConfigVars__get_valueDelegates_b__96_3__MethodInfo); DO_APP_FUNC(0x003BA2E0, WindowsStandalonePrimaryInputSource__Enum, ConfigVars__get_valueDelegates_b__96_4, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA968, ConfigVars__get_valueDelegates_b__96_4__MethodInfo); DO_APP_FUNC(0x003BADD0, void, ConfigVars__get_valueDelegates_b__96_5, (ConfigVars * __this, WindowsStandalonePrimaryInputSource__Enum x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAA60, ConfigVars__get_valueDelegates_b__96_5__MethodInfo); DO_APP_FUNC(0x003CB280, OSXStandalonePrimaryInputSource__Enum, ConfigVars__get_valueDelegates_b__96_6, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA870, ConfigVars__get_valueDelegates_b__96_6__MethodInfo); DO_APP_FUNC(0x00722A30, void, ConfigVars__get_valueDelegates_b__96_7, (ConfigVars * __this, OSXStandalonePrimaryInputSource__Enum x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA7E0, ConfigVars__get_valueDelegates_b__96_7__MethodInfo); DO_APP_FUNC(0x003CA7C0, LinuxStandalonePrimaryInputSource__Enum, ConfigVars__get_valueDelegates_b__96_8, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA910, ConfigVars__get_valueDelegates_b__96_8__MethodInfo); DO_APP_FUNC(0x003CA7D0, void, ConfigVars__get_valueDelegates_b__96_9, (ConfigVars * __this, LinuxStandalonePrimaryInputSource__Enum x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA8E8, ConfigVars__get_valueDelegates_b__96_9__MethodInfo); DO_APP_FUNC(0x003CB0C0, WindowsUWPPrimaryInputSource__Enum, ConfigVars__get_valueDelegates_b__96_10, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAB40, ConfigVars__get_valueDelegates_b__96_10__MethodInfo); DO_APP_FUNC(0x00722B10, void, ConfigVars__get_valueDelegates_b__96_11, (ConfigVars * __this, WindowsUWPPrimaryInputSource__Enum x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAB48, ConfigVars__get_valueDelegates_b__96_11__MethodInfo); DO_APP_FUNC(0x0041F4C0, XboxOnePrimaryInputSource__Enum, ConfigVars__get_valueDelegates_b__96_12, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAB28, ConfigVars__get_valueDelegates_b__96_12__MethodInfo); DO_APP_FUNC(0x0041F4D0, void, ConfigVars__get_valueDelegates_b__96_13, (ConfigVars * __this, XboxOnePrimaryInputSource__Enum x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAB30, ConfigVars__get_valueDelegates_b__96_13__MethodInfo); DO_APP_FUNC(0x009CDD00, GameCoreXboxOnePrimaryInputSource__Enum, ConfigVars__get_valueDelegates_b__96_14, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAB10, ConfigVars__get_valueDelegates_b__96_14__MethodInfo); DO_APP_FUNC(0x009CDD10, void, ConfigVars__get_valueDelegates_b__96_15, (ConfigVars * __this, GameCoreXboxOnePrimaryInputSource__Enum x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAB20, ConfigVars__get_valueDelegates_b__96_15__MethodInfo); DO_APP_FUNC(0x003C5300, GameCoreScarlettPrimaryInputSource__Enum, ConfigVars__get_valueDelegates_b__96_16, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAB00, ConfigVars__get_valueDelegates_b__96_16__MethodInfo); DO_APP_FUNC(0x003C5310, void, ConfigVars__get_valueDelegates_b__96_17, (ConfigVars * __this, GameCoreScarlettPrimaryInputSource__Enum x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAB08, ConfigVars__get_valueDelegates_b__96_17__MethodInfo); DO_APP_FUNC(0x00A6B650, PS4PrimaryInputSource__Enum, ConfigVars__get_valueDelegates_b__96_18, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAAF0, ConfigVars__get_valueDelegates_b__96_18__MethodInfo); DO_APP_FUNC(0x00C083A0, void, ConfigVars__get_valueDelegates_b__96_19, (ConfigVars * __this, PS4PrimaryInputSource__Enum x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAAF8, ConfigVars__get_valueDelegates_b__96_19__MethodInfo); DO_APP_FUNC(0x00A393A0, PS5PrimaryInputSource__Enum, ConfigVars__get_valueDelegates_b__96_20, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAAE8, ConfigVars__get_valueDelegates_b__96_20__MethodInfo); DO_APP_FUNC(0x01ABF230, void, ConfigVars__get_valueDelegates_b__96_21, (ConfigVars * __this, PS5PrimaryInputSource__Enum x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAAC8, ConfigVars__get_valueDelegates_b__96_21__MethodInfo); DO_APP_FUNC(0x01365740, WebGLPrimaryInputSource__Enum, ConfigVars__get_valueDelegates_b__96_22, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAAD8, ConfigVars__get_valueDelegates_b__96_22__MethodInfo); DO_APP_FUNC(0x01A728E0, void, ConfigVars__get_valueDelegates_b__96_23, (ConfigVars * __this, WebGLPrimaryInputSource__Enum x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBABE0, ConfigVars__get_valueDelegates_b__96_23__MethodInfo); DO_APP_FUNC(0x00436FB0, StadiaPrimaryInputSource__Enum, ConfigVars__get_valueDelegates_b__96_24, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBABE8, ConfigVars__get_valueDelegates_b__96_24__MethodInfo); DO_APP_FUNC(0x00523180, void, ConfigVars__get_valueDelegates_b__96_25, (ConfigVars * __this, StadiaPrimaryInputSource__Enum x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBABD0, ConfigVars__get_valueDelegates_b__96_25__MethodInfo); DO_APP_FUNC(0x006104D0, bool, ConfigVars__get_valueDelegates_b__96_26, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBABD8, ConfigVars__get_valueDelegates_b__96_26__MethodInfo); DO_APP_FUNC(0x01D595A0, void, ConfigVars__get_valueDelegates_b__96_27, (ConfigVars * __this, bool x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBABC0, ConfigVars__get_valueDelegates_b__96_27__MethodInfo); DO_APP_FUNC(0x01F93360, bool, ConfigVars__get_valueDelegates_b__96_28, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBABC8, ConfigVars__get_valueDelegates_b__96_28__MethodInfo); DO_APP_FUNC(0x01F93370, void, ConfigVars__get_valueDelegates_b__96_29, (ConfigVars * __this, bool x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBABB0, ConfigVars__get_valueDelegates_b__96_29__MethodInfo); DO_APP_FUNC(0x00434A10, bool, ConfigVars__get_valueDelegates_b__96_30, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBABA0, ConfigVars__get_valueDelegates_b__96_30__MethodInfo); DO_APP_FUNC(0x005391A0, void, ConfigVars__get_valueDelegates_b__96_31, (ConfigVars * __this, bool x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBABA8, ConfigVars__get_valueDelegates_b__96_31__MethodInfo); DO_APP_FUNC(0x004305B0, bool, ConfigVars__get_valueDelegates_b__96_32, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAB90, ConfigVars__get_valueDelegates_b__96_32__MethodInfo); DO_APP_FUNC(0x004305C0, void, ConfigVars__get_valueDelegates_b__96_33, (ConfigVars * __this, bool x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAB98, ConfigVars__get_valueDelegates_b__96_33__MethodInfo); DO_APP_FUNC(0x0060FBA0, bool, ConfigVars__get_valueDelegates_b__96_34, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAB78, ConfigVars__get_valueDelegates_b__96_34__MethodInfo); DO_APP_FUNC(0x01F93380, void, ConfigVars__get_valueDelegates_b__96_35, (ConfigVars * __this, bool x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAB80, ConfigVars__get_valueDelegates_b__96_35__MethodInfo); DO_APP_FUNC(0x00610690, bool, ConfigVars__get_valueDelegates_b__96_36, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAB60, ConfigVars__get_valueDelegates_b__96_36__MethodInfo); DO_APP_FUNC(0x01F93390, void, ConfigVars__get_valueDelegates_b__96_37, (ConfigVars * __this, bool x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAB70, ConfigVars__get_valueDelegates_b__96_37__MethodInfo); DO_APP_FUNC(0x006108F0, bool, ConfigVars__get_valueDelegates_b__96_38, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAA00, ConfigVars__get_valueDelegates_b__96_38__MethodInfo); DO_APP_FUNC(0x01EE4040, void, ConfigVars__get_valueDelegates_b__96_39, (ConfigVars * __this, bool x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAA10, ConfigVars__get_valueDelegates_b__96_39__MethodInfo); DO_APP_FUNC(0x01F933A0, bool, ConfigVars__get_valueDelegates_b__96_40, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA9F0, ConfigVars__get_valueDelegates_b__96_40__MethodInfo); DO_APP_FUNC(0x01F933B0, void, ConfigVars__get_valueDelegates_b__96_41, (ConfigVars * __this, bool x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA9C0, ConfigVars__get_valueDelegates_b__96_41__MethodInfo); DO_APP_FUNC(0x01F933C0, bool, ConfigVars__get_valueDelegates_b__96_42, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA9D0, ConfigVars__get_valueDelegates_b__96_42__MethodInfo); DO_APP_FUNC(0x01F933D0, void, ConfigVars__get_valueDelegates_b__96_43, (ConfigVars * __this, bool x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA9A0, ConfigVars__get_valueDelegates_b__96_43__MethodInfo); DO_APP_FUNC(0x009D23A0, int32_t, ConfigVars__get_valueDelegates_b__96_44, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA9B0, ConfigVars__get_valueDelegates_b__96_44__MethodInfo); DO_APP_FUNC(0x009D23B0, void, ConfigVars__get_valueDelegates_b__96_45, (ConfigVars * __this, int32_t x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA988, ConfigVars__get_valueDelegates_b__96_45__MethodInfo); DO_APP_FUNC(0x01D7CCC0, bool, ConfigVars__get_valueDelegates_b__96_46, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA990, ConfigVars__get_valueDelegates_b__96_46__MethodInfo); DO_APP_FUNC(0x01F933E0, void, ConfigVars__get_valueDelegates_b__96_47, (ConfigVars * __this, bool x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA978, ConfigVars__get_valueDelegates_b__96_47__MethodInfo); DO_APP_FUNC(0x01F933F0, bool, ConfigVars__get_valueDelegates_b__96_48, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA980, ConfigVars__get_valueDelegates_b__96_48__MethodInfo); DO_APP_FUNC(0x01F93400, void, ConfigVars__get_valueDelegates_b__96_49, (ConfigVars * __this, bool x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA960, ConfigVars__get_valueDelegates_b__96_49__MethodInfo); DO_APP_FUNC(0x01F7AE20, bool, ConfigVars__get_valueDelegates_b__96_50, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA948, ConfigVars__get_valueDelegates_b__96_50__MethodInfo); DO_APP_FUNC(0x01F93410, void, ConfigVars__get_valueDelegates_b__96_51, (ConfigVars * __this, bool x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA958, ConfigVars__get_valueDelegates_b__96_51__MethodInfo); DO_APP_FUNC(0x01F93420, bool, ConfigVars__get_valueDelegates_b__96_52, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAAB0, ConfigVars__get_valueDelegates_b__96_52__MethodInfo); DO_APP_FUNC(0x01F93430, void, ConfigVars__get_valueDelegates_b__96_53, (ConfigVars * __this, bool x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAAC0, ConfigVars__get_valueDelegates_b__96_53__MethodInfo); DO_APP_FUNC(0x00BF8CA0, DeadZone2DType__Enum, ConfigVars__get_valueDelegates_b__96_54, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAA98, ConfigVars__get_valueDelegates_b__96_54__MethodInfo); DO_APP_FUNC(0x00BF8CB0, void, ConfigVars__get_valueDelegates_b__96_55, (ConfigVars * __this, DeadZone2DType__Enum x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAAA8, ConfigVars__get_valueDelegates_b__96_55__MethodInfo); DO_APP_FUNC(0x01D652F0, AxisSensitivity2DType__Enum, ConfigVars__get_valueDelegates_b__96_56, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAA80, ConfigVars__get_valueDelegates_b__96_56__MethodInfo); DO_APP_FUNC(0x01D65300, void, ConfigVars__get_valueDelegates_b__96_57, (ConfigVars * __this, AxisSensitivity2DType__Enum x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAA88, ConfigVars__get_valueDelegates_b__96_57__MethodInfo); DO_APP_FUNC(0x01D6A630, AxisSensitivityType__Enum, ConfigVars__get_valueDelegates_b__96_58, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAA70, ConfigVars__get_valueDelegates_b__96_58__MethodInfo); DO_APP_FUNC(0x01D6A640, void, ConfigVars__get_valueDelegates_b__96_59, (ConfigVars * __this, AxisSensitivityType__Enum x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAA78, ConfigVars__get_valueDelegates_b__96_59__MethodInfo); DO_APP_FUNC(0x009896E0, bool, ConfigVars__get_valueDelegates_b__96_60, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAA68, ConfigVars__get_valueDelegates_b__96_60__MethodInfo); DO_APP_FUNC(0x01F93440, void, ConfigVars__get_valueDelegates_b__96_61, (ConfigVars * __this, bool x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAA40, ConfigVars__get_valueDelegates_b__96_61__MethodInfo); DO_APP_FUNC(0x003C2830, ThrottleCalibrationMode__Enum, ConfigVars__get_valueDelegates_b__96_62, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAA50, ConfigVars__get_valueDelegates_b__96_62__MethodInfo); DO_APP_FUNC(0x003C2840, void, ConfigVars__get_valueDelegates_b__96_63, (ConfigVars * __this, ThrottleCalibrationMode__Enum x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAA30, ConfigVars__get_valueDelegates_b__96_63__MethodInfo); DO_APP_FUNC(0x01F93450, bool, ConfigVars__get_valueDelegates_b__96_64, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAA38, ConfigVars__get_valueDelegates_b__96_64__MethodInfo); DO_APP_FUNC(0x01F93460, void, ConfigVars__get_valueDelegates_b__96_65, (ConfigVars * __this, bool x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAA18, ConfigVars__get_valueDelegates_b__96_65__MethodInfo); DO_APP_FUNC(0x01F93470, bool, ConfigVars__get_valueDelegates_b__96_66, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAA20, ConfigVars__get_valueDelegates_b__96_66__MethodInfo); DO_APP_FUNC(0x01F93480, void, ConfigVars__get_valueDelegates_b__96_67, (ConfigVars * __this, bool x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA878, ConfigVars__get_valueDelegates_b__96_67__MethodInfo); DO_APP_FUNC(0x01D6A650, LogLevelFlags__Enum, ConfigVars__get_valueDelegates_b__96_68, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA880, ConfigVars__get_valueDelegates_b__96_68__MethodInfo); DO_APP_FUNC(0x01D6A660, void, ConfigVars__get_valueDelegates_b__96_69, (ConfigVars * __this, LogLevelFlags__Enum x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA868, ConfigVars__get_valueDelegates_b__96_69__MethodInfo); DO_APP_FUNC(0x01F8E660, bool, ConfigVars__get_valueDelegates_b__96_70, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA858, ConfigVars__get_valueDelegates_b__96_70__MethodInfo); DO_APP_FUNC(0x01F93490, void, ConfigVars__get_valueDelegates_b__96_71, (ConfigVars * __this, bool x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA860, ConfigVars__get_valueDelegates_b__96_71__MethodInfo); DO_APP_FUNC(0x01F8E6B0, bool, ConfigVars__get_valueDelegates_b__96_72, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA840, ConfigVars__get_valueDelegates_b__96_72__MethodInfo); DO_APP_FUNC(0x01F934C0, void, ConfigVars__get_valueDelegates_b__96_73, (ConfigVars * __this, bool x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA850, ConfigVars__get_valueDelegates_b__96_73__MethodInfo); DO_APP_FUNC(0x01F8E700, bool, ConfigVars__get_valueDelegates_b__96_74, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA830, ConfigVars__get_valueDelegates_b__96_74__MethodInfo); DO_APP_FUNC(0x01F934F0, void, ConfigVars__get_valueDelegates_b__96_75, (ConfigVars * __this, bool x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA838, ConfigVars__get_valueDelegates_b__96_75__MethodInfo); DO_APP_FUNC(0x01F93540, bool, ConfigVars__get_valueDelegates_b__96_76, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA818, ConfigVars__get_valueDelegates_b__96_76__MethodInfo); DO_APP_FUNC(0x01F93550, void, ConfigVars__get_valueDelegates_b__96_77, (ConfigVars * __this, bool x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA828, ConfigVars__get_valueDelegates_b__96_77__MethodInfo); DO_APP_FUNC(0x01F93560, bool, ConfigVars__get_valueDelegates_b__96_78, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA7F8, ConfigVars__get_valueDelegates_b__96_78__MethodInfo); DO_APP_FUNC(0x01F93570, void, ConfigVars__get_valueDelegates_b__96_79, (ConfigVars * __this, bool x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA808, ConfigVars__get_valueDelegates_b__96_79__MethodInfo); DO_APP_FUNC(0x01F93580, bool, ConfigVars__get_valueDelegates_b__96_80, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA7E8, ConfigVars__get_valueDelegates_b__96_80__MethodInfo); DO_APP_FUNC(0x01F93590, void, ConfigVars__get_valueDelegates_b__96_81, (ConfigVars * __this, bool x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA930, ConfigVars__get_valueDelegates_b__96_81__MethodInfo); DO_APP_FUNC(0x01F935A0, int32_t, ConfigVars__get_valueDelegates_b__96_82, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA940, ConfigVars__get_valueDelegates_b__96_82__MethodInfo); DO_APP_FUNC(0x01F935B0, void, ConfigVars__get_valueDelegates_b__96_83, (ConfigVars * __this, int32_t x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA918, ConfigVars__get_valueDelegates_b__96_83__MethodInfo); DO_APP_FUNC(0x01F935C0, bool, ConfigVars__get_valueDelegates_b__96_84, (ConfigVars * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA920, ConfigVars__get_valueDelegates_b__96_84__MethodInfo); DO_APP_FUNC(0x01F935D0, void, ConfigVars__get_valueDelegates_b__96_85, (ConfigVars * __this, bool x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA908, ConfigVars__get_valueDelegates_b__96_85__MethodInfo); DO_APP_FUNC(0x01F93680, void, ConfigVars_PlatformVars__ctor, (ConfigVars_PlatformVars * __this, MethodInfo * method)); DO_APP_FUNC(0x01F93690, void, ConfigVars_PlatformVars_WindowsStandalone__ctor, (ConfigVars_PlatformVars_WindowsStandalone * __this, MethodInfo * method)); DO_APP_FUNC(0x01F93680, void, ConfigVars_PlatformVars_OSXStandalone__ctor, (ConfigVars_PlatformVars_OSXStandalone * __this, MethodInfo * method)); DO_APP_FUNC(0x01F936A0, void, ConfigVars_PlatformVars_WindowsUWP__ctor, (ConfigVars_PlatformVars_WindowsUWP * __this, MethodInfo * method)); DO_APP_FUNC(0x01F936A0, void, ConfigVars_PlatformVars_Stadia__ctor, (ConfigVars_PlatformVars_Stadia * __this, MethodInfo * method)); DO_APP_FUNC(0x01F93680, void, ConfigVars_PlatformVars_GameCoreXboxOne__ctor, (ConfigVars_PlatformVars_GameCoreXboxOne * __this, MethodInfo * method)); DO_APP_FUNC(0x01F93680, void, ConfigVars_PlatformVars_GameCoreScarlett__ctor, (ConfigVars_PlatformVars_GameCoreScarlett * __this, MethodInfo * method)); DO_APP_FUNC(0x01F936B0, void, ConfigVars_PlatformVars_PS5__ctor, (ConfigVars_PlatformVars_PS5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01F936C0, void, ConfigVars_EditorVars__ctor, (ConfigVars_EditorVars * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, ConfigVars_azUEuvNbipTVExojWRFquaZJFmGY__ctor, (ConfigVars_azUEuvNbipTVExojWRFquaZJFmGY * __this, Func_1_Rewired_Data_ConfigVars_PlatformVars_ * param_0000b610, String * param_0000b611, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, ConfigVars_hqPFCXOAONldUTOJGhDJeyDIdhxHb__ctor, (ConfigVars_hqPFCXOAONldUTOJGhDJeyDIdhxHb * __this, Func_2_Rewired_Platforms_Platform_Object_ * param_0000b612, Action_2_Rewired_Platforms_Platform_Object_ * param_0000b613, MethodInfo * method)); DO_APP_FUNC(0x01F93C20, Guid, ControllerDataFiles_get_defaultHardwareJoystickMapGuid, (ControllerDataFiles * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, HardwareJoystickTemplateMap__Array *, ControllerDataFiles_get_JoystickTemplates, (ControllerDataFiles * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, ControllerDataFiles_set_JoystickTemplates, (ControllerDataFiles * __this, HardwareJoystickTemplateMap__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, HardwareJoystickMap__Array *, ControllerDataFiles_get_HardwareJoystickMaps, (ControllerDataFiles * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ControllerDataFiles_set_HardwareJoystickMaps, (ControllerDataFiles * __this, HardwareJoystickMap__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap *, ControllerDataFiles_get_DefaultHardwareJoystickMap, (ControllerDataFiles * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ControllerDataFiles_set_DefaultHardwareJoystickMap, (ControllerDataFiles * __this, HardwareJoystickMap * value, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, ControllerDataFiles__ctor, (ControllerDataFiles * __this, MethodInfo * method)); DO_APP_FUNC(0x01F93DC0, String__Array *, ControllerDataFiles_GetJoystickNames, (ControllerDataFiles * __this, MethodInfo * method)); DO_APP_FUNC(0x01F94030, String__Array *, ControllerDataFiles_GetEditorJoystickNames, (ControllerDataFiles * __this, MethodInfo * method)); DO_APP_FUNC(0x01F942E0, Guid__Array *, ControllerDataFiles_GetJoystickGuids, (ControllerDataFiles * __this, MethodInfo * method)); DO_APP_FUNC(0x01F94660, String__Array *, ControllerDataFiles_GetJoystickTemplateNames, (ControllerDataFiles * __this, MethodInfo * method)); DO_APP_FUNC(0x01F94880, Guid__Array *, ControllerDataFiles_GetJoystickTemplateGuids, (ControllerDataFiles * __this, MethodInfo * method)); DO_APP_FUNC(0x01F94AC0, HardwareJoystickMap *, ControllerDataFiles_GetHardwareJoystickMap, (ControllerDataFiles * __this, Guid guid, MethodInfo * method)); DO_APP_FUNC(0x01F94DE0, HardwareJoystickTemplateMap *, ControllerDataFiles_GetJoystickTemplate, (ControllerDataFiles * __this, Guid guid, MethodInfo * method)); DO_APP_FUNC(0x01F95000, IHardwareControllerTemplateMap *, ControllerDataFiles_GetControllerTemplate, (ControllerDataFiles * __this, Guid guid, MethodInfo * method)); DO_APP_FUNC(0x01F95020, IHardwareControllerMap *, ControllerDataFiles_GetHardwareJoystickOrTemplateMap, (ControllerDataFiles * __this, Guid guid, MethodInfo * method)); DO_APP_FUNC(0x01F95170, ControllerTemplateElementIdentifier *, ControllerDataFiles_efdnRncEwxtlqQnXWCYscpJPWsTFA, (ControllerDataFiles * __this, Guid param_0000b61b, int32_t param_0000b61c, MethodInfo * method)); DO_APP_FUNC(0x01F95580, HardwareJoystickMap_InputManager *, ControllerDataFiles_ATWpnGGSBQArKpGshvaHvramVmQE, (ControllerDataFiles * __this, Guid param_0000b61d, InputSource__Enum param_0000b61e, MethodInfo * method)); DO_APP_FUNC(0x01F958D0, HardwareJoystickMap_InputManager *, ControllerDataFiles_uATGBhRdTOTssPNOrYASABTuWmhG, (ControllerDataFiles * __this, BridgedControllerHWInfo * param_0000b61f, MethodInfo * method)); DO_APP_FUNC(0x01F95E60, HardwareJoystickMap_InputManager *, ControllerDataFiles_MoNIOYAcKRAPTkRqBRFAQJyUMpKK, (ControllerDataFiles * __this, HardwareJoystickMap * param_0000b620, BridgedControllerHWInfo * param_0000b621, bool param_0000b622, InputPlatform__Enum * param_0000b623, int32_t * param_0000b624, HardwareJoystickMap_Platform * * param_0000b625, MethodInfo * method)); DO_APP_FUNC(0x01F96060, HardwareJoystickMap_InputManager *, ControllerDataFiles_nZhLCgnvSTTveXVfwVRpJhJNeQxEA, (ControllerDataFiles * __this, BridgedControllerHWInfo * param_0000b626, String * param_0000b627, MethodInfo * method)); DO_APP_FUNC(0x01F96330, HardwareJoystickMap_InputManager *, ControllerDataFiles_XtCrhGiDDEgdaXIVzmPLHHgVIyQH, (ControllerDataFiles * __this, BridgedControllerHWInfo * param_0000b628, MethodInfo * method)); DO_APP_FUNC(0x01F963A0, void, ControllerDataFiles_RWmgJnoZUyHqIzRgmgMIPAfwpItr, (ControllerDataFiles * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, CustomController_Editor_get_name, (CustomController_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, CustomController_Editor_set_name, (CustomController_Editor * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, CustomController_Editor_get_descriptiveName, (CustomController_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, CustomController_Editor_set_descriptiveName, (CustomController_Editor * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, CustomController_Editor_get_id, (CustomController_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, CustomController_Editor_set_id, (CustomController_Editor * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01F96530, Guid, CustomController_Editor_get_typeGuid, (CustomController_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC4C0, void, CustomController_Editor_set_typeGuid, (CustomController_Editor * __this, Guid value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, CustomController_Editor_get_typeGuidString, (CustomController_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, CustomController_Editor_set_typeGuidString, (CustomController_Editor * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, List_1_Rewired_ControllerElementIdentifier_ *, CustomController_Editor_get_elementIdentifiers, (CustomController_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, CustomController_Editor_set_elementIdentifiers, (CustomController_Editor * __this, List_1_Rewired_ControllerElementIdentifier_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, List_1_Rewired_Data_CustomController_Editor_Axis_ *, CustomController_Editor_get_axes, (CustomController_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, List_1_Rewired_Data_CustomController_Editor_Button_ *, CustomController_Editor_get_buttons, (CustomController_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01F965A0, int32_t, CustomController_Editor_get_buttonCount, (CustomController_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01F965F0, int32_t, CustomController_Editor_get_axisCount, (CustomController_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01F96640, IEnumerable_1_Rewired_ControllerElementIdentifier_ *, CustomController_Editor_get_ElementIdentifiers, (CustomController_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01F96700, void, CustomController_Editor__ctor, (CustomController_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01F96900, void, CustomController_Editor__ctor_1, (CustomController_Editor * __this, CustomController_Editor * param_0000b62f, MethodInfo * method)); DO_APP_FUNC(0x01F97040, CustomController_Editor *, CustomController_Editor_Clone, (CustomController_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01F970B0, String__Array *, CustomController_Editor_GetElementIdentifierNames, (CustomController_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01F97270, Int32__Array *, CustomController_Editor_GetElementIdentifierIds, (CustomController_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01F97370, String__Array *, CustomController_Editor_GetElementIdentifierNamesTypeSorted, (CustomController_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01F97660, Int32__Array *, CustomController_Editor_GetElementIdentifierIdsTypeSorted, (CustomController_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01F97960, ControllerElementIdentifier__Array *, CustomController_Editor_GetElementIdentifiersTypeSorted, (CustomController_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01F97C20, bool, CustomController_Editor_ContainsElementIdentifier, (CustomController_Editor * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01F97CE0, int32_t, CustomController_Editor_IndexOfElementIdentifier, (CustomController_Editor * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01F97DA0, ControllerElementIdentifier *, CustomController_Editor_GetElementIdentifier, (CustomController_Editor * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01F97E30, ControllerElementType__Enum, CustomController_Editor_GetEffectiveElementIdentifierType, (CustomController_Editor * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01F97FF0, bool, CustomController_Editor_GetEffectiveAxisRange, (CustomController_Editor * __this, int32_t elementIdentifierId, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC(0x01F981D0, String__Array *, CustomController_Editor_GetButtonNames, (CustomController_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01F98390, Int32__Array *, CustomController_Editor_GetButtonElementIdentifierIds, (CustomController_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01F98490, String__Array *, CustomController_Editor_GetAxisNames, (CustomController_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01F98650, Int32__Array *, CustomController_Editor_GetAxisElementIdentifierIds, (CustomController_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01F98750, String__Array *, CustomController_Editor_GetElementNames, (CustomController_Editor * __this, ControllerElementType__Enum type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDAD0, CustomController_Editor_GetElementNames__MethodInfo); DO_APP_FUNC(0x01F987C0, Int32__Array *, CustomController_Editor_GetElementElementIdentifierIds, (CustomController_Editor * __this, ControllerElementType__Enum type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDAD8, CustomController_Editor_GetElementElementIdentifierIds__MethodInfo); DO_APP_FUNC(0x01F98A10, void, CustomController_Editor_AddElement, (CustomController_Editor * __this, ControllerElementType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x01F98BB0, void, CustomController_Editor_AddAxis, (CustomController_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01F98C90, void, CustomController_Editor_AddButton, (CustomController_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01F98D70, void, CustomController_Editor_InsertElement, (CustomController_Editor * __this, ControllerElementType__Enum type, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01F98F90, void, CustomController_Editor_InsertAxis, (CustomController_Editor * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDA90, CustomController_Editor_InsertAxis__MethodInfo); DO_APP_FUNC(0x01F990B0, void, CustomController_Editor_InsertButton, (CustomController_Editor * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDA80, CustomController_Editor_InsertButton__MethodInfo); DO_APP_FUNC(0x01F991D0, void, CustomController_Editor_DeleteElement, (CustomController_Editor * __this, ControllerElementType__Enum type, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDA60, CustomController_Editor_DeleteElement__MethodInfo); DO_APP_FUNC(0x01F99290, bool, CustomController_Editor_ReorderElement, (CustomController_Editor * __this, ControllerElementType__Enum type, int32_t index, bool offsetDown, bool offsetNow, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDA50, CustomController_Editor_ReorderElement__MethodInfo); DO_APP_FUNC(0x01F993C0, void, CustomController_Editor_DuplicateElement, (CustomController_Editor * __this, ControllerElementType__Enum type, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDAA8, CustomController_Editor_DuplicateElement__MethodInfo); DO_APP_FUNC(0x01F99490, ControllerElementIdentifier *, CustomController_Editor_WOVADbLMrLIbYwMhYbAfApLeMydxA, (CustomController_Editor * __this, int32_t param_0000b649, String * param_0000b64a, MethodInfo * method)); DO_APP_FUNC(0x01F99700, CustomController_Editor_Element *, CustomController_Editor_WBuDcKPSvibiaNaiGaKbDovMOoYVA, (CustomController_Editor * __this, ControllerElementType__Enum param_0000b64b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDA98, CustomController_Editor_WBuDcKPSvibiaNaiGaKbDovMOoYVA__MethodInfo); DO_APP_FUNC(0x01F99990, ControllerElementIdentifier *, CustomController_Editor_PVkjOdzJoGXrhkbcfEHmKjeXIxWX, (CustomController_Editor * __this, ControllerElementType__Enum param_0000b64c, String * param_0000b64d, String * param_0000b64e, String * param_0000b64f, MethodInfo * method)); DO_APP_FUNC(0x01F99A70, HardwareControllerMap_Game *, CustomController_Editor_CreateGameHardwareMap, (CustomController_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CustomController_Editor_Element__ctor, (CustomController_Editor_Element * __this, MethodInfo * method)); DO_APP_FUNC(0x01EE49B0, void, CustomController_Editor_Element__ctor_1, (CustomController_Editor_Element * __this, String * param_0000b650, int32_t param_0000b651, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CustomController_Editor_Button__ctor, (CustomController_Editor_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9A310, void, CustomController_Editor_Button__ctor_1, (CustomController_Editor_Button * __this, String * param_0000b652, MethodInfo * method)); DO_APP_FUNC(0x01EE49B0, void, CustomController_Editor_Button__ctor_2, (CustomController_Editor_Button * __this, String * param_0000b653, int32_t param_0000b654, MethodInfo * method)); DO_APP_FUNC(0x01F9A380, void, CustomController_Editor_Button__ctor_3, (CustomController_Editor_Button * __this, CustomController_Editor_Button * param_0000b655, MethodInfo * method)); DO_APP_FUNC(0x01F9A3F0, CustomController_Editor_Element *, CustomController_Editor_Button_Clone, (CustomController_Editor_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9A4A0, void, CustomController_Editor_Axis__ctor, (CustomController_Editor_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9A550, void, CustomController_Editor_Axis__ctor_1, (CustomController_Editor_Axis * __this, String * param_0000b656, MethodInfo * method)); DO_APP_FUNC(0x01F9A7C0, void, CustomController_Editor_Axis__ctor_2, (CustomController_Editor_Axis * __this, String * param_0000b657, String * param_0000b658, String * param_0000b659, int32_t param_0000b65a, AxisRange__Enum param_0000b65b, bool param_0000b65c, float param_0000b65d, float param_0000b65e, float param_0000b65f, float param_0000b660, bool param_0000b661, HardwareAxisInfo * param_0000b662, MethodInfo * method)); DO_APP_FUNC(0x01F9AAD0, void, CustomController_Editor_Axis__ctor_3, (CustomController_Editor_Axis * __this, CustomController_Editor_Axis * param_0000b663, MethodInfo * method)); DO_APP_FUNC(0x01F9ADD0, CustomController_Editor_Element *, CustomController_Editor_Axis_Clone, (CustomController_Editor_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, CustomController_Editor_YLzFOzPFWqItvxpmImsxNXjDjtHr__ctor, (CustomController_Editor_YLzFOzPFWqItvxpmImsxNXjDjtHr * __this, int32_t param_0000b664, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CustomController_Editor_YLzFOzPFWqItvxpmImsxNXjDjtHr_System_IDisposable_Dispose, (CustomController_Editor_YLzFOzPFWqItvxpmImsxNXjDjtHr * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9AE40, bool, CustomController_Editor_YLzFOzPFWqItvxpmImsxNXjDjtHr_MoveNext, (CustomController_Editor_YLzFOzPFWqItvxpmImsxNXjDjtHr * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ControllerElementIdentifier *, CustomController_Editor_YLzFOzPFWqItvxpmImsxNXjDjtHr_System_Collections_Generic_IEnumerator_Rewired_ControllerElementIdentifier__get_Current, (CustomController_Editor_YLzFOzPFWqItvxpmImsxNXjDjtHr * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9AF70, void, CustomController_Editor_YLzFOzPFWqItvxpmImsxNXjDjtHr_System_Collections_IEnumerator_Reset, (CustomController_Editor_YLzFOzPFWqItvxpmImsxNXjDjtHr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDA40, CustomController_Editor_YLzFOzPFWqItvxpmImsxNXjDjtHr_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CustomController_Editor_YLzFOzPFWqItvxpmImsxNXjDjtHr_System_Collections_IEnumerator_get_Current, (CustomController_Editor_YLzFOzPFWqItvxpmImsxNXjDjtHr * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9AFC0, IEnumerator_1_Rewired_ControllerElementIdentifier_ *, CustomController_Editor_YLzFOzPFWqItvxpmImsxNXjDjtHr_System_Collections_Generic_IEnumerable_Rewired_ControllerElementIdentifier__GetEnumerator, (CustomController_Editor_YLzFOzPFWqItvxpmImsxNXjDjtHr * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9AFC0, IEnumerator *, CustomController_Editor_YLzFOzPFWqItvxpmImsxNXjDjtHr_System_Collections_IEnumerable_GetEnumerator, (CustomController_Editor_YLzFOzPFWqItvxpmImsxNXjDjtHr * __this, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, EditorSettings__ctor, (EditorSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9B100, void, RuntimeData_SetPlatform, (RuntimeData * __this, Platform__Enum platform, WebplayerPlatform__Enum webplayerPlatform, EditorPlatform__Enum editorPlatform, List_1_UnityEngine_TextAsset_ * libraries, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, RuntimeData__ctor, (RuntimeData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9B180, TextAsset__Array *, EditorPlatformData_GetLibraries, (EditorPlatformData * __this, Platform__Enum platform, WebplayerPlatform__Enum webplayerPlatform, EditorPlatform__Enum editorPlatform, MethodInfo * method)); DO_APP_FUNC(0x01F9B200, EditorPlatformData_Platform *, EditorPlatformData_GetPlatform, (EditorPlatformData * __this, Platform__Enum platform, WebplayerPlatform__Enum webplayerPlatform, EditorPlatform__Enum editorPlatform, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, EditorPlatformData__ctor, (EditorPlatformData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EditorPlatformData_Platform__ctor, (EditorPlatformData_Platform * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Player_Editor_get_id, (Player_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Player_Editor_xWRGFNdOMqqVqCuLnUOgGFgmussVA, (Player_Editor * __this, int32_t param_0000b66f, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, Player_Editor_get_name, (Player_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, Player_Editor_ihkCtNaLvgknwaCHwtPnNUZfSZmJ, (Player_Editor * __this, String * param_0000b670, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, Player_Editor_get_descriptiveName, (Player_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, Player_Editor_WIiDGYzVObqAQoFxfzmwVqAPlohm, (Player_Editor * __this, String * param_0000b671, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, Player_Editor_get_startPlaying, (Player_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, Player_Editor_IgAwPOvMeAIsFDzdSwDiAaBBPBZhb, (Player_Editor * __this, bool param_0000b672, MethodInfo * method)); DO_APP_FUNC(0x003B9330, List_1_Rewired_Data_Player_Editor_Mapping_ *, Player_Editor_get_defaultJoystickMaps, (Player_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, Player_Editor_qtgqxIplpKIgmCJoHikZkbqpBsumA, (Player_Editor * __this, List_1_Rewired_Data_Player_Editor_Mapping_ * param_0000b673, MethodInfo * method)); DO_APP_FUNC(0x003C5320, List_1_Rewired_Data_Player_Editor_Mapping_ *, Player_Editor_get_defaultMouseMaps, (Player_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, Player_Editor_XEUOSiluHhEVUMaGXeZBLsrevOFT, (Player_Editor * __this, List_1_Rewired_Data_Player_Editor_Mapping_ * param_0000b674, MethodInfo * method)); DO_APP_FUNC(0x003C5390, List_1_Rewired_Data_Player_Editor_Mapping_ *, Player_Editor_get_defaultKeyboardMaps, (Player_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, Player_Editor_xXsoIpgITmcmvdyqwrErSGZupepPA, (Player_Editor * __this, List_1_Rewired_Data_Player_Editor_Mapping_ * param_0000b675, MethodInfo * method)); DO_APP_FUNC(0x003CB370, List_1_Rewired_Data_Player_Editor_Mapping_ *, Player_Editor_get_defaultCustomControllerMaps, (Player_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, Player_Editor_AtTaMNwshqEodAtnETafUBwIXnCTA, (Player_Editor * __this, List_1_Rewired_Data_Player_Editor_Mapping_ * param_0000b676, MethodInfo * method)); DO_APP_FUNC(0x003C5420, List_1_Rewired_Data_Player_Editor_CreateControllerInfo_ *, Player_Editor_get_startingCustomControllers, (Player_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, Player_Editor_HgMumvnTmEISELLyUFyrnPYmbpnZ, (Player_Editor * __this, List_1_Rewired_Data_Player_Editor_CreateControllerInfo_ * param_0000b677, MethodInfo * method)); DO_APP_FUNC(0x00531160, bool, Player_Editor_get_assignMouseOnStart, (Player_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x00531170, void, Player_Editor_DzTLisAmuwXgtfkKfIxmtOETPMsJ, (Player_Editor * __this, bool param_0000b678, MethodInfo * method)); DO_APP_FUNC(0x00610C20, bool, Player_Editor_get_assignKeyboardOnStart, (Player_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC7840, void, Player_Editor_DMXpgazaBmxDEJIBUCcAnoNwYQDm, (Player_Editor * __this, bool param_0000b679, MethodInfo * method)); DO_APP_FUNC(0x0060FED0, bool, Player_Editor_get_excludeFromControllerAutoAssignment, (Player_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01D82E70, void, Player_Editor_xmUYkcOWkzkmrsiKfWmjXdORHUQaA, (Player_Editor * __this, bool param_0000b67a, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, Player_Editor_ControllerMapLayoutManagerSettings *, Player_Editor_get_controllerMapLayoutManagerSettings, (Player_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, Player_Editor_set_controllerMapLayoutManagerSettings, (Player_Editor * __this, Player_Editor_ControllerMapLayoutManagerSettings * value, MethodInfo * method)); DO_APP_FUNC(0x003C7000, Player_Editor_ControllerMapEnablerSettings *, Player_Editor_get_controllerMapEnablerSettings, (Player_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, Player_Editor_set_controllerMapEnablerSettings, (Player_Editor * __this, Player_Editor_ControllerMapEnablerSettings * value, MethodInfo * method)); DO_APP_FUNC(0x01F9B260, void, Player_Editor__ctor, (Player_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9B640, void, Player_Editor__ctor_1, (Player_Editor * __this, Player_Editor * param_0000b67d, MethodInfo * method)); DO_APP_FUNC(0x01F9C260, Player_Editor *, Player_Editor_Clone, (Player_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9C2D0, QYIvqhKfoKYTEUONdLAPWBueYUGd *, Player_Editor_DZoQZYCzFlQwhcUMmHUeWKAjAVxG, (Player_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, Player_Editor_Mapping_get_categoryId, (Player_Editor_Mapping * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, Player_Editor_Mapping_qIUBoppvaYqsDRZrifMVSQksFUcU, (Player_Editor_Mapping * __this, int32_t param_0000b67e, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, Player_Editor_Mapping_get_layoutId, (Player_Editor_Mapping * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, Player_Editor_Mapping_XqOQJAFfkRimqafgfzTvIFxyaSgJ, (Player_Editor_Mapping * __this, int32_t param_0000b67f, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, Player_Editor_Mapping_get_enabled, (Player_Editor_Mapping * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, Player_Editor_Mapping_dtGluMeMLUdJazYbbryaSnpSVhKN, (Player_Editor_Mapping * __this, bool param_0000b680, MethodInfo * method)); DO_APP_FUNC(0x01F9CB60, void, Player_Editor_Mapping__ctor, (Player_Editor_Mapping * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9CB70, void, Player_Editor_Mapping__ctor_1, (Player_Editor_Mapping * __this, bool param_0000b681, int32_t param_0000b682, int32_t param_0000b683, MethodInfo * method)); DO_APP_FUNC(0x01F9CB60, void, Player_Editor_Mapping_Clear, (Player_Editor_Mapping * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9CB80, Player_Editor_Mapping *, Player_Editor_Mapping_Clone, (Player_Editor_Mapping * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9CBF0, QrmFKaXWCucaXPGsKbkrhZUVAexX *, Player_Editor_Mapping_BvezkcJqFufNwkadrugWZRstoogl, (Player_Editor_Mapping * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, Player_Editor_ControllerMapLayoutManagerSettings_get_enabled, (Player_Editor_ControllerMapLayoutManagerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, Player_Editor_ControllerMapLayoutManagerSettings_set_enabled, (Player_Editor_ControllerMapLayoutManagerSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00422A30, bool, Player_Editor_ControllerMapLayoutManagerSettings_get_loadFromUserDataStore, (Player_Editor_ControllerMapLayoutManagerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A40, void, Player_Editor_ControllerMapLayoutManagerSettings_set_loadFromUserDataStore, (Player_Editor_ControllerMapLayoutManagerSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, List_1_Rewired_Data_Player_Editor_RuleSetMapping_ *, Player_Editor_ControllerMapLayoutManagerSettings_get_ruleSets, (Player_Editor_ControllerMapLayoutManagerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9CC60, void, Player_Editor_ControllerMapLayoutManagerSettings_set_ruleSets, (Player_Editor_ControllerMapLayoutManagerSettings * __this, List_1_Rewired_Data_Player_Editor_RuleSetMapping_ * value, MethodInfo * method)); DO_APP_FUNC(0x01F9CD90, void, Player_Editor_ControllerMapLayoutManagerSettings__ctor, (Player_Editor_ControllerMapLayoutManagerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9CE60, void, Player_Editor_ControllerMapLayoutManagerSettings__ctor_1, (Player_Editor_ControllerMapLayoutManagerSettings * __this, Player_Editor_ControllerMapLayoutManagerSettings * param_0000b687, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD708, Player_Editor_ControllerMapLayoutManagerSettings__ctor_1__MethodInfo); DO_APP_FUNC(0x01F9CFF0, ControllerMapLayoutManager_OAjbFOivILIoOuJJWeCBbjSYTLeUA *, Player_Editor_ControllerMapLayoutManagerSettings_SYmZDCKlBNeptSgLxJUvfUiyudyX, (Player_Editor_ControllerMapLayoutManagerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9D210, XXNesqlLzdVyNWEawBsQGxYGjphX__Array *, Player_Editor_ControllerMapLayoutManagerSettings_PntsxHYnIyFoEghbmhVaxdeoYdCt, (Player_Editor_ControllerMapLayoutManagerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9D370, Object *, Player_Editor_ControllerMapLayoutManagerSettings_Rewired_Utils_Interfaces_IDeepCloneable_DeepClone, (Player_Editor_ControllerMapLayoutManagerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, Player_Editor_ControllerMapEnablerSettings_get_enabled, (Player_Editor_ControllerMapEnablerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, Player_Editor_ControllerMapEnablerSettings_set_enabled, (Player_Editor_ControllerMapEnablerSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, List_1_Rewired_Data_Player_Editor_RuleSetMapping_ *, Player_Editor_ControllerMapEnablerSettings_get_ruleSets, (Player_Editor_ControllerMapEnablerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9D530, void, Player_Editor_ControllerMapEnablerSettings_set_ruleSets, (Player_Editor_ControllerMapEnablerSettings * __this, List_1_Rewired_Data_Player_Editor_RuleSetMapping_ * value, MethodInfo * method)); DO_APP_FUNC(0x01F9D660, void, Player_Editor_ControllerMapEnablerSettings__ctor, (Player_Editor_ControllerMapEnablerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9D730, void, Player_Editor_ControllerMapEnablerSettings__ctor_1, (Player_Editor_ControllerMapEnablerSettings * __this, Player_Editor_ControllerMapEnablerSettings * param_0000b68a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD760, Player_Editor_ControllerMapEnablerSettings__ctor_1__MethodInfo); DO_APP_FUNC(0x01F9D8C0, ControllerMapEnabler_OKJjdMVAalCqZcLQzdQgZmMptzek *, Player_Editor_ControllerMapEnablerSettings_SYmZDCKlBNeptSgLxJUvfUiyudyX, (Player_Editor_ControllerMapEnablerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9DAE0, XXNesqlLzdVyNWEawBsQGxYGjphX__Array *, Player_Editor_ControllerMapEnablerSettings_PntsxHYnIyFoEghbmhVaxdeoYdCt, (Player_Editor_ControllerMapEnablerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9DC40, Object *, Player_Editor_ControllerMapEnablerSettings_Rewired_Utils_Interfaces_IDeepCloneable_DeepClone, (Player_Editor_ControllerMapEnablerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, Player_Editor_RuleSetMapping_get_id, (Player_Editor_RuleSetMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, Player_Editor_RuleSetMapping_xWRGFNdOMqqVqCuLnUOgGFgmussVA, (Player_Editor_RuleSetMapping * __this, int32_t param_0000b68b, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, Player_Editor_RuleSetMapping_get_enabled, (Player_Editor_RuleSetMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, Player_Editor_RuleSetMapping_dtGluMeMLUdJazYbbryaSnpSVhKN, (Player_Editor_RuleSetMapping * __this, bool param_0000b68c, MethodInfo * method)); DO_APP_FUNC(0x01F9DE00, void, Player_Editor_RuleSetMapping__ctor, (Player_Editor_RuleSetMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9DE10, void, Player_Editor_RuleSetMapping__ctor_1, (Player_Editor_RuleSetMapping * __this, Player_Editor_RuleSetMapping * param_0000b68d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD608, Player_Editor_RuleSetMapping__ctor_1__MethodInfo); DO_APP_FUNC(0x01F9DE90, void, Player_Editor_RuleSetMapping__ctor_2, (Player_Editor_RuleSetMapping * __this, bool param_0000b68e, int32_t param_0000b68f, MethodInfo * method)); DO_APP_FUNC(0x01F9DE00, void, Player_Editor_RuleSetMapping_Clear, (Player_Editor_RuleSetMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9DEA0, Player_Editor_RuleSetMapping *, Player_Editor_RuleSetMapping_Clone, (Player_Editor_RuleSetMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9DF00, XXNesqlLzdVyNWEawBsQGxYGjphX *, Player_Editor_RuleSetMapping_idaXdexUDgirzPOvYmqHyltaKnJq, (Player_Editor_RuleSetMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9DF60, Object *, Player_Editor_RuleSetMapping_Rewired_Utils_Interfaces_IDeepCloneable_DeepClone, (Player_Editor_RuleSetMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Player_Editor_CreateControllerInfo_get_sourceId, (Player_Editor_CreateControllerInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Player_Editor_CreateControllerInfo_zZdQhLZdmQprEmGABmowCJUazJSb, (Player_Editor_CreateControllerInfo * __this, int32_t param_0000b690, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, Player_Editor_CreateControllerInfo_get_tag, (Player_Editor_CreateControllerInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, Player_Editor_CreateControllerInfo_YpmKNUNmvinuVdrkRltGDLuRjjNv, (Player_Editor_CreateControllerInfo * __this, String * param_0000b691, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Player_Editor_CreateControllerInfo__ctor, (Player_Editor_CreateControllerInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0073A5C0, void, Player_Editor_CreateControllerInfo__ctor_1, (Player_Editor_CreateControllerInfo * __this, int32_t param_0000b692, String * param_0000b693, MethodInfo * method)); DO_APP_FUNC(0x01F9E020, void, Player_Editor_CreateControllerInfo__ctor_2, (Player_Editor_CreateControllerInfo * __this, Player_Editor_CreateControllerInfo * param_0000b694, MethodInfo * method)); DO_APP_FUNC(0x00605860, IList_1_Rewired_Data_Player_Editor_ *, UserData_DDaXiUhWkcugLFYTgbmPYLoBcwim, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x00473A50, void, UserData_PibcGogKOHHtKcCwIyTZJmLkNIkLc, (UserData * __this, IList_1_Rewired_Data_Player_Editor_ * param_0000b695, MethodInfo * method)); DO_APP_FUNC(0x003BF700, IList_1_Rewired_InputAction_ *, UserData_hJOYjolkNgRDISMSqSbHEqOwcNXiA, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF710, void, UserData_PJZorrTycjSYYCSLPAMTNZqvDnhu, (UserData * __this, IList_1_Rewired_InputAction_ * param_0000b696, MethodInfo * method)); DO_APP_FUNC(0x00473D30, IList_1_Rewired_InputCategory_ *, UserData_ZUSCCPKLbMTbNdFnrohbFWGchPPkB, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x00B2F140, void, UserData_QbIzjCsyBOhMYUesEbDJVIVqCjgk, (UserData * __this, IList_1_Rewired_InputCategory_ * param_0000b697, MethodInfo * method)); DO_APP_FUNC(0x004B2C80, IList_1_Rewired_InputBehavior_ *, UserData_kHcdykKytIEVWMkmxvjVGFaDUdNE, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C90, void, UserData_yzoPvdpglPrEOLVyjhekqVscfbAG, (UserData * __this, IList_1_Rewired_InputBehavior_ * param_0000b698, MethodInfo * method)); DO_APP_FUNC(0x0070EC40, IList_1_Rewired_InputMapCategory_ *, UserData_kkHmyqfFlzQtKPHaUHAyHlFUQOgrA, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x00B481B0, void, UserData_sFhfAEKJRpVqCLcFrZXpXUEcHxx, (UserData * __this, IList_1_Rewired_InputMapCategory_ * param_0000b699, MethodInfo * method)); DO_APP_FUNC(0x0070ED80, IList_1_Rewired_InputLayout_ *, UserData_aaVhPWdrQfYHtBBGvWCItOJoEyxwA, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x00B48210, void, UserData_pKWjVIjZsZOakdIwkQkzCJtAPdjT, (UserData * __this, IList_1_Rewired_InputLayout_ * param_0000b69a, MethodInfo * method)); DO_APP_FUNC(0x004F66F0, IList_1_Rewired_InputLayout_ *, UserData_jFsgcQkwoztVvkWpNEGLWXPgAIJG, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x004F6700, void, UserData_FrtSDKSOMQBRHeirlrkdjZiOCeqGA, (UserData * __this, IList_1_Rewired_InputLayout_ * param_0000b69b, MethodInfo * method)); DO_APP_FUNC(0x00675FE0, IList_1_Rewired_InputLayout_ *, UserData_iojgTVofyvGGTGSEsWwzFpVPAoKpA, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x00675F80, void, UserData_awolHmxufWaCtdzURXPDWIrrlXpB, (UserData * __this, IList_1_Rewired_InputLayout_ * param_0000b69c, MethodInfo * method)); DO_APP_FUNC(0x00AC8DB0, IList_1_Rewired_InputLayout_ *, UserData_GOcgJlGqpaZckCSXPBPRfwcFmLcrb, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8DC0, void, UserData_OebbIcVFmYeALHJzMtKjlYcHkJjVA, (UserData * __this, IList_1_Rewired_InputLayout_ * param_0000b69d, MethodInfo * method)); DO_APP_FUNC(0x009E4000, IList_1_Rewired_Data_Mapping_ControllerMap_Editor_ *, UserData_gcMFOLFRKspXidnJqbZSMwWrdEXDb, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8E20, void, UserData_CizQzyKyhztQBnreZhdVXFNWUgxl, (UserData * __this, IList_1_Rewired_Data_Mapping_ControllerMap_Editor_ * param_0000b69e, MethodInfo * method)); DO_APP_FUNC(0x005425B0, IList_1_Rewired_Data_Mapping_ControllerMap_Editor_ *, UserData_lNMqcUgkHOlJkxEUUrSIJlDjoAet, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8F70, void, UserData_zxcFrLUtWvNEIQqqISuqrKZZLeWK, (UserData * __this, IList_1_Rewired_Data_Mapping_ControllerMap_Editor_ * param_0000b69f, MethodInfo * method)); DO_APP_FUNC(0x003C2850, IList_1_Rewired_Data_Mapping_ControllerMap_Editor_ *, UserData_vxvJsQviLmRLGAvKEMeESFVeCZxAA, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x003C2860, void, UserData_bIFhhgQnTeAksHnWjuhIDoBqEMcPA, (UserData * __this, IList_1_Rewired_Data_Mapping_ControllerMap_Editor_ * param_0000b6a0, MethodInfo * method)); DO_APP_FUNC(0x003C28C0, IList_1_Rewired_Data_Mapping_ControllerMap_Editor_ *, UserData_AmmeJOhwzwSmxDifSrkqVgAzlLVn, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x003C28D0, void, UserData_hBPGoqkUwfMDCBAJJcIodAHIioFJ, (UserData * __this, IList_1_Rewired_Data_Mapping_ControllerMap_Editor_ * param_0000b6a1, MethodInfo * method)); DO_APP_FUNC(0x00AC90A0, IList_1_Rewired_Data_ControllerMapLayoutManager_RuleSet_Editor_ *, UserData_ZqjNzfygVRbAghUddcVXcbErphHBb, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC90B0, void, UserData_eStfalvlFEMZqpJIEMLwArkTtQpQ, (UserData * __this, IList_1_Rewired_Data_ControllerMapLayoutManager_RuleSet_Editor_ * param_0000b6a2, MethodInfo * method)); DO_APP_FUNC(0x00584BF0, IList_1_Rewired_Data_ControllerMapEnabler_RuleSet_Editor_ *, UserData_yzdHeVuRHQYwhZtKGTWuCnQDtJNH, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x008E4B80, void, UserData_ghwEvDyGgjbRnxgGnymboawLAqjk, (UserData * __this, IList_1_Rewired_Data_ControllerMapEnabler_RuleSet_Editor_ * param_0000b6a3, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, ConfigVars *, UserData_get_ConfigVars, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9E090, IEnumerable_1_Rewired_InputMapCategory_ *, UserData_FKmSknNkVHTkbZorAttBqMINECxs, (UserData * __this, String * param_0000b6a4, MethodInfo * method)); DO_APP_FUNC(0x01F9E1C0, IEnumerable_1_Rewired_InputMapCategory_ *, UserData_eOrDzMksYQIkBZloUCSKjtnthOiIb, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9E280, IEnumerable_1_Rewired_InputMapCategory_ *, UserData_vYsnpmbamOEZsMsUlcWZYQHktBxo, (UserData * __this, String * param_0000b6a5, MethodInfo * method)); DO_APP_FUNC(0x01F9E3B0, IEnumerable_1_Rewired_InputCategory_ *, UserData_psLCtAKaxJgZmnaECfZlPdnKBOOI, (UserData * __this, String * param_0000b6a6, MethodInfo * method)); DO_APP_FUNC(0x01F9E4E0, IEnumerable_1_Rewired_InputCategory_ *, UserData_giZUSdfRdWhaLrbOxdcDJiaLiGApA, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9E5A0, IEnumerable_1_Rewired_InputCategory_ *, UserData_NCqGxlFKUdEAKEgQmOymKwwWkitJA, (UserData * __this, String * param_0000b6a7, MethodInfo * method)); DO_APP_FUNC(0x01F9E6D0, IEnumerable_1_Rewired_InputAction_ *, UserData_uhWAcWMnhvtiDTeUehKZtfVlQivC, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9E790, IEnumerable_1_Rewired_InputAction_ *, UserData_yuwGwMwxYqTzxTdBYhunDviEMjpqA, (UserData * __this, int32_t param_0000b6a8, bool param_0000b6a9, MethodInfo * method)); DO_APP_FUNC(0x01F9E870, IEnumerable_1_Rewired_InputAction_ *, UserData_yuwGwMwxYqTzxTdBYhunDviEMjpqA_1, (UserData * __this, String * param_0000b6aa, bool param_0000b6ab, MethodInfo * method)); DO_APP_FUNC(0x01F9E9A0, IEnumerable_1_Rewired_InputAction_ *, UserData_fVFWSUrahSrdKjQGHktJmJHFyxYM, (UserData * __this, String * param_0000b6ac, MethodInfo * method)); DO_APP_FUNC(0x01F9EAD0, IEnumerable_1_Rewired_InputAction_ *, UserData_FMKCGMqpIJoAJYfYKzTdGDiLhZlj, (UserData * __this, int32_t param_0000b6ad, bool param_0000b6ae, MethodInfo * method)); DO_APP_FUNC(0x01F9EBB0, IEnumerable_1_Rewired_InputAction_ *, UserData_FMKCGMqpIJoAJYfYKzTdGDiLhZlj_1, (UserData * __this, String * param_0000b6af, bool param_0000b6b0, MethodInfo * method)); DO_APP_FUNC(0x01F9ECE0, void, UserData__ctor, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01F9ECF0, void, UserData__ctor_1, (UserData * __this, bool param_0000b6b1, MethodInfo * method)); DO_APP_FUNC(0x01F9FF40, void, UserData_SetDefaultValuesOnCreation, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA0000, List_1_Rewired_InputAction_ *, UserData_GetActions_Copy, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA0180, List_1_Rewired_InputBehavior_ *, UserData_GetInputBehaviors_Copy, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA0390, List_1_Rewired_KeyboardMap_ *, UserData_GetKeyboardMaps_Copy, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA0520, List_1_Rewired_MouseMap_ *, UserData_GetMouseMaps_Copy, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA06B0, int32_t, UserData_get_playerCount, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA0700, void, UserData_AddPlayer, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA0760, void, UserData_InsertPlayer, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD4B0, UserData_InsertPlayer__MethodInfo); DO_APP_FUNC(0x01FA0850, void, UserData_DeletePlayer, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD3D0, UserData_DeletePlayer__MethodInfo); DO_APP_FUNC(0x01FA0920, bool, UserData_ReorderPlayer, (UserData * __this, int32_t index, bool offsetDown, bool offsetNow, MethodInfo * method)); DO_APP_FUNC(0x01FA09A0, void, UserData_DuplicatePlayer, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD3B0, UserData_DuplicatePlayer__MethodInfo); DO_APP_FUNC(0x01FA0BC0, String__Array *, UserData_GetPlayerNames, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA0D80, int32_t, UserData_GetPlayerNames_1, (UserData * __this, IList_1_System_String_ * results, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD448, UserData_GetPlayerNames_1__MethodInfo); DO_APP_FUNC(0x01FA0F90, Int32__Array *, UserData_GetPlayerIds, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA1090, Int32__Array *, UserData_GetPlayerRuntimeIds, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA1150, int32_t, UserData_GetPlayerRuntimeIds_1, (UserData * __this, IList_1_System_Int32_ * results, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD418, UserData_GetPlayerRuntimeIds_1__MethodInfo); DO_APP_FUNC(0x01FA1290, String *, UserData_GetPlayerNameById, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA1380, Player_Editor *, UserData_GetPlayer, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01FA1420, int32_t, UserData_GetPlayerId, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FA15D0, bool, UserData_IsMouseAssigned, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA1680, void, UserData_ClearMouseAssignments, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA1720, bool, UserData_IsKeyboardAssigned, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA17D0, void, UserData_ClearKeyboardAssignments, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA1870, void, UserData_AddAction, (UserData * __this, int32_t categoryId, MethodInfo * method)); DO_APP_FUNC(0x01FA1900, void, UserData_InsertAction, (UserData * __this, int32_t categoryId, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x01FA19C0, void, UserData_DeleteAction, (UserData * __this, int32_t categoryId, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x01FA1AD0, bool, UserData_ReorderAction, (UserData * __this, int32_t categoryId, int32_t actionId, bool offsetDown, bool offsetNow, MethodInfo * method)); DO_APP_FUNC(0x01FA1BA0, int32_t, UserData_DuplicateAction_FromButton, (UserData * __this, int32_t categoryId, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x01FA1DA0, int32_t, UserData_yqlHWbxaspGATbznXocdbEGFIUHS, (UserData * __this, int32_t param_0000b6c8, InputAction * param_0000b6c9, MethodInfo * method)); DO_APP_FUNC(0x01FA1F20, String__Array *, UserData_GetActionNames, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA20E0, int32_t, UserData_GetActionNames_1, (UserData * __this, IList_1_System_String_ * results, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD390, UserData_GetActionNames_1__MethodInfo); DO_APP_FUNC(0x01FA22F0, Int32__Array *, UserData_GetActionIds, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA23F0, int32_t, UserData_GetActionIds_1, (UserData * __this, IList_1_System_Int32_ * results, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD318, UserData_GetActionIds_1__MethodInfo); DO_APP_FUNC(0x01FA2600, String *, UserData_GetActionNameById, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA26F0, InputAction *, UserData_GetAction, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01FA2790, InputAction *, UserData_GetAction_1, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FA2830, InputAction *, UserData_GetActionById, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA28F0, int32_t, UserData_GetActionId, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FA29A0, String__Array *, UserData_GetSortedActionNamesInCategory, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA2C40, IEnumerable_1_System_String_ *, UserData_SortedActionNamesInCategory, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA2D00, String__Array *, UserData_GetSortedActionDescriptiveNamesInCategory, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA2FA0, IEnumerable_1_System_String_ *, UserData_SortedActionDescriptiveNamesInCategory, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA3060, Int32__Array *, UserData_GetSortedActionIdsInCategory, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA3330, IEnumerable_1_System_Int32_ *, UserData_SortedActionIdsInCategory, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA33F0, bool, UserData_ContainsAction, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCC80, UserData_ContainsAction__MethodInfo); DO_APP_FUNC(0x01FA3410, int32_t, UserData_IndexOfAction, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA34C0, int32_t, UserData_IndexOfAction_1, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FA36C0, void, UserData_AddActionCategory, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA3740, void, UserData_InsertActionCategory, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD2A0, UserData_InsertActionCategory__MethodInfo); DO_APP_FUNC(0x01FA3850, void, UserData_DeleteActionCategory, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD258, UserData_DeleteActionCategory__MethodInfo); DO_APP_FUNC(0x01FA3A90, bool, UserData_ReorderActionCategory, (UserData * __this, int32_t index, bool offsetDown, bool offsetNow, MethodInfo * method)); DO_APP_FUNC(0x01FA3B40, void, UserData_DuplicateActionCategory, (UserData * __this, int32_t index, bool duplicateActions, MethodInfo * method)); DO_APP_FUNC(0x01FA4340, void, UserData_ChangeActionCategory, (UserData * __this, int32_t actionId, int32_t newCategoryId, MethodInfo * method)); DO_APP_FUNC(0x01FA4430, int32_t, UserData_GetActionCategoryCount, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA4500, int32_t, UserData_GetActionCategoryIndex, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA45B0, String__Array *, UserData_GetActionCategoryNames, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA4770, Int32__Array *, UserData_GetActionCategoryIds, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA4870, InputCategory *, UserData_GetActionCategory, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01FA4910, InputCategory *, UserData_GetActionCategory_1, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FA49B0, InputCategory *, UserData_GetActionCategoryById, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA4A40, int32_t, UserData_GetActionCategoryId, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FA4AF0, String *, UserData_GetActionCategoryNameById, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA4BE0, int32_t, UserData_IndexOfActionCategory, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA4C90, int32_t, UserData_IndexOfActionCategory_1, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FA4E80, int32_t, UserData_GetActionCategoryCount_1, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA4ED0, void, UserData_AddInputBehavior, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA4F30, void, UserData_InsertInputBehavior, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD240, UserData_InsertInputBehavior__MethodInfo); DO_APP_FUNC(0x01FA5020, void, UserData_DeleteInputBehavior, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD218, UserData_DeleteInputBehavior__MethodInfo); DO_APP_FUNC(0x01FA5210, bool, UserData_ReorderInputBehavior, (UserData * __this, int32_t index, bool offsetDown, bool offsetNow, MethodInfo * method)); DO_APP_FUNC(0x01FA5290, void, UserData_DuplicateInputBehavior, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD158, UserData_DuplicateInputBehavior__MethodInfo); DO_APP_FUNC(0x01FA5490, String__Array *, UserData_GetInputBehaviorNames, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA5650, Int32__Array *, UserData_GetInputBehaviorIds, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA5750, InputBehavior *, UserData_GetInputBehavior, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01FA57F0, InputBehavior *, UserData_GetInputBehavior_1, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FA5890, InputBehavior *, UserData_GetInputBehaviorById, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA5950, int32_t, UserData_GetInputBehaviorId, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FA5A00, int32_t, UserData_IndexOfInputBehavior, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA5AB0, int32_t, UserData_IndexOfInputBehavior_1, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FA5CB0, void, UserData_AddMapCategory, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA5D10, void, UserData_InsertMapCategory, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD188, UserData_InsertMapCategory__MethodInfo); DO_APP_FUNC(0x01FA5E00, void, UserData_DeleteMapCategory, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD120, UserData_DeleteMapCategory__MethodInfo); DO_APP_FUNC(0x01FA6480, bool, UserData_ReorderMapCategory, (UserData * __this, int32_t index, bool offsetDown, bool offsetNow, MethodInfo * method)); DO_APP_FUNC(0x01FA6500, void, UserData_DuplicateMapCategory, (UserData * __this, int32_t index, bool duplicateMaps, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD0F0, UserData_DuplicateMapCategory__MethodInfo); DO_APP_FUNC(0x01FA6A40, int32_t, UserData_GetMapCategoryMapCount, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA6C50, int32_t, UserData_GetMapCategoryIndex, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA6D00, String__Array *, UserData_GetMapCategoryNames, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA6EC0, Int32__Array *, UserData_GetMapCategoryIds, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA6FC0, InputMapCategory *, UserData_GetMapCategory, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01FA7060, InputMapCategory *, UserData_GetMapCategory_1, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FA7100, InputMapCategory *, UserData_GetMapCategoryById, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA71C0, int32_t, UserData_GetMapCategoryId, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FA7270, String *, UserData_GetMapCategoryNameById, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA7360, int32_t, UserData_IndexOfMapCategory, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA7410, int32_t, UserData_IndexOfMapCategory_1, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FA7600, String__Array *, UserData_GetLayoutNames, (UserData * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD0A8, UserData_GetLayoutNames__MethodInfo); DO_APP_FUNC(0x01FA76A0, Int32__Array *, UserData_GetLayoutIds, (UserData * __this, ControllerType__Enum controllerType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD0B0, UserData_GetLayoutIds__MethodInfo); DO_APP_FUNC(0x01FA7AE0, void, UserData_AddJoystickLayout, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA7B40, void, UserData_InsertJoystickLayout, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD078, UserData_InsertJoystickLayout__MethodInfo); DO_APP_FUNC(0x01FA7C30, void, UserData_DeleteJoystickLayout, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD058, UserData_DeleteJoystickLayout__MethodInfo); DO_APP_FUNC(0x01FA7FF0, bool, UserData_ReorderJoystickLayout, (UserData * __this, int32_t index, bool offsetDown, bool offsetNow, MethodInfo * method)); DO_APP_FUNC(0x01FA8070, void, UserData_DuplicateJoystickLayout, (UserData * __this, int32_t index, bool duplicateMaps, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD0D8, UserData_DuplicateJoystickLayout__MethodInfo); DO_APP_FUNC(0x01FA8340, int32_t, UserData_GetJoystickLayoutMapCount, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA8410, int32_t, UserData_GetJoystickLayoutIndex, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA84C0, String__Array *, UserData_GetJoystickLayoutNames, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA8680, Int32__Array *, UserData_GetJoystickLayoutIds, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA8780, InputLayout *, UserData_GetJoystickLayout, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01FA8820, InputLayout *, UserData_GetJoystickLayout_1, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FA88C0, InputLayout *, UserData_GetJoystickLayoutById, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA89B0, int32_t, UserData_GetJoystickLayoutId, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FA8A60, int32_t, UserData_IndexOfJoystickLayout, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA8B10, int32_t, UserData_IndexOfJoystickLayout_1, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FA8D00, String *, UserData_GetJoystickLayoutNameById, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA8DE0, void, UserData_AddKeyboardLayout, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA8E40, void, UserData_InsertKeyboardLayout, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD050, UserData_InsertKeyboardLayout__MethodInfo); DO_APP_FUNC(0x01FA8F30, void, UserData_DeleteKeyboardLayout, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD028, UserData_DeleteKeyboardLayout__MethodInfo); DO_APP_FUNC(0x01FA92F0, bool, UserData_ReorderKeyboardLayout, (UserData * __this, int32_t index, bool offsetDown, bool offsetNow, MethodInfo * method)); DO_APP_FUNC(0x01FA9370, void, UserData_DuplicateKeyboardLayout, (UserData * __this, int32_t index, bool duplicateMaps, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD020, UserData_DuplicateKeyboardLayout__MethodInfo); DO_APP_FUNC(0x01FA9640, int32_t, UserData_GetKeyboardLayoutMapCount, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA9710, int32_t, UserData_GetKeyboardLayoutIndex, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA97C0, String__Array *, UserData_GetKeyboardLayoutNames, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA9980, Int32__Array *, UserData_GetKeyboardLayoutIds, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FA9A80, InputLayout *, UserData_GetKeyboardLayout, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01FA9B20, InputLayout *, UserData_GetKeyboardLayout_1, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FA9BC0, InputLayout *, UserData_GetKeyboardLayoutById, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA9CB0, int32_t, UserData_GetKeyboardLayoutId, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FA9D60, int32_t, UserData_IndexOfKeyboardLayout, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FA9E10, int32_t, UserData_IndexOfKeyboardLayout_1, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FAA000, String *, UserData_GetKeyboardLayoutNameById, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FAA0E0, void, UserData_AddMouseLayout, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FAA140, void, UserData_InsertMouseLayout, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCF90, UserData_InsertMouseLayout__MethodInfo); DO_APP_FUNC(0x01FAA230, void, UserData_DeleteMouseLayout, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCF70, UserData_DeleteMouseLayout__MethodInfo); DO_APP_FUNC(0x01FAA5F0, bool, UserData_ReorderMouseLayout, (UserData * __this, int32_t index, bool offsetDown, bool offsetNow, MethodInfo * method)); DO_APP_FUNC(0x01FAA670, void, UserData_DuplicateMouseLayout, (UserData * __this, int32_t index, bool duplicateMaps, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCF60, UserData_DuplicateMouseLayout__MethodInfo); DO_APP_FUNC(0x01FAA940, int32_t, UserData_GetMouseLayoutMapCount, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FAAA10, int32_t, UserData_GetMouseLayoutIndex, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FAAAC0, String__Array *, UserData_GetMouseLayoutNames, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FAAC80, Int32__Array *, UserData_GetMouseLayoutIds, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FAAD80, InputLayout *, UserData_GetMouseLayout, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01FAAE20, InputLayout *, UserData_GetMouseLayout_1, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FAAEC0, InputLayout *, UserData_GetMouseLayoutById, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FAAFB0, int32_t, UserData_GetMouseLayoutId, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FAB060, int32_t, UserData_IndexOfMouseLayout, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FAB110, int32_t, UserData_IndexOfMouseLayout_1, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FAB300, String *, UserData_GetMouseLayoutNameById, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FAB3E0, void, UserData_AddCustomControllerLayout, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FAB440, void, UserData_InsertCustomControllerLayout, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCF20, UserData_InsertCustomControllerLayout__MethodInfo); DO_APP_FUNC(0x01FAB530, void, UserData_DeleteCustomControllerLayout, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCF00, UserData_DeleteCustomControllerLayout__MethodInfo); DO_APP_FUNC(0x01FAB900, bool, UserData_ReorderCustomControllerLayout, (UserData * __this, int32_t index, bool offsetDown, bool offsetNow, MethodInfo * method)); DO_APP_FUNC(0x01FAB980, void, UserData_DuplicateCustomControllerLayout, (UserData * __this, int32_t index, bool duplicateMaps, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCE78, UserData_DuplicateCustomControllerLayout__MethodInfo); DO_APP_FUNC(0x01FABC50, int32_t, UserData_GetCustomControllerLayoutMapCount, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FABD30, int32_t, UserData_GetCustomControllerLayoutIndex, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FABDE0, String__Array *, UserData_GetCustomControllerLayoutNames, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FABFA0, Int32__Array *, UserData_GetCustomControllerLayoutIds, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FAC0A0, InputLayout *, UserData_GetCustomControllerLayout, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01FAC140, InputLayout *, UserData_GetCustomControllerLayout_1, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FAC1E0, InputLayout *, UserData_GetCustomControllerLayoutById, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FAC2D0, int32_t, UserData_GetCustomControllerLayoutId, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FAC380, int32_t, UserData_IndexOfCustomControllerLayout, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FAC430, int32_t, UserData_IndexOfCustomControllerLayout_1, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FAC620, String *, UserData_GetCustomControllerLayoutNameById, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FAC700, String *, UserData_GetLayoutNameById, (UserData * __this, ControllerType__Enum controllerType, int32_t id, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCE98, UserData_GetLayoutNameById__MethodInfo); DO_APP_FUNC(0x01FACA50, ControllerMap *, UserData_PkftbOJlSkffXgwpIJzTAwiIbTbpA, (UserData * __this, Controller * param_0000b74c, int32_t param_0000b74d, int32_t param_0000b74e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCE90, UserData_PkftbOJlSkffXgwpIJzTAwiIbTbpA__MethodInfo); DO_APP_FUNC(0x01FACCC0, ControllerMap_Editor *, UserData_GetJoystickMap, (UserData * __this, int32_t categoryId, Guid hardwareGuid, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x01FACEB0, ControllerMap_Editor *, UserData_GetJoystickMapById, (UserData * __this, int32_t id, int32_t * joystickMapIndex, MethodInfo * method)); DO_APP_FUNC(0x01FACF90, List_1_Rewired_Data_Mapping_ControllerMap_Editor_ *, UserData_GetJoystickMaps, (UserData * __this, Guid hardwareGuid, MethodInfo * method)); DO_APP_FUNC(0x01FAD1B0, int32_t, UserData_GetJoystickMapId, (UserData * __this, int32_t categoryId, Guid hardwareGuid, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x01FAD3A0, bool, UserData_HasJoystickMap, (UserData * __this, int32_t categoryId, Guid hardwareGuid, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x01FAD580, bool, UserData_HasJoystickMap_1, (UserData * __this, Guid hardwareGuid, MethodInfo * method)); DO_APP_FUNC(0x01FAD700, bool, UserData_HasJoystickMapInCategory, (UserData * __this, Guid hardwareGuid, int32_t categoryId, MethodInfo * method)); DO_APP_FUNC(0x01FAD8B0, bool, UserData_CreateJoystickMap, (UserData * __this, int32_t categoryId, Guid joystickOrTemplateGuid, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x01FADAA0, void, UserData_DeleteJoystickMap, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FADB80, int32_t, UserData_DuplicateJoystickMap, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCE30, UserData_DuplicateJoystickMap__MethodInfo); DO_APP_FUNC(0x01FADCD0, JoystickMap *, UserData_VgUAkONkztoadjdKDzOlQArJNwIJ, (UserData * __this, HardwareControllerMapIdentifier param_0000b763, int32_t param_0000b764, int32_t param_0000b765, MethodInfo * method)); DO_APP_FUNC(0x01FADD20, JoystickMap *, UserData_ySsoJBYYTjqnoIlWwloprltixbxh, (UserData * __this, Joystick * param_0000b766, int32_t param_0000b767, int32_t param_0000b768, MethodInfo * method)); DO_APP_FUNC(0x01FADD90, JoystickMap *, UserData_ySsoJBYYTjqnoIlWwloprltixbxh_1, (UserData * __this, HardwareControllerMapIdentifier param_0000b769, int32_t param_0000b76a, int32_t param_0000b76b, MethodInfo * method)); DO_APP_FUNC(0x01FAE680, ControllerMap_Editor *, UserData_igIrDCsGEQaJYBeCgkQvutbhDseO, (UserData * __this, int32_t param_0000b76c, Guid param_0000b76d, int32_t param_0000b76e, bool param_0000b76f, MethodInfo * method)); DO_APP_FUNC(0x01FAE7E0, ControllerMap_Editor *, UserData_xzwumMEmepfHPAruAHWbNfRsmGuhb, (UserData * __this, int32_t param_0000b770, Guid param_0000b771, int32_t param_0000b772, MethodInfo * method)); DO_APP_FUNC(0x01FAE920, JoystickMap *, UserData_yaSakJfnJKjingOFNTzZJSCrNNXk, (UserData * __this, HardwareControllerMapIdentifier param_0000b773, ControllerMap_Editor * param_0000b774, HardwareJoystickTemplateMap * param_0000b775, HardwareJoystickMap * param_0000b776, int32_t param_0000b777, int32_t param_0000b778, MethodInfo * method)); DO_APP_FUNC(0x01FAEF00, JoystickMap *, UserData_PYdUEDYrQCgOPYLUUVHWsqpfPpvM, (UserData * __this, JoystickMap * param_0000b779, HardwareControllerMapIdentifier param_0000b77a, MethodInfo * method)); DO_APP_FUNC(0x01FAFBA0, ControllerMap_Editor *, UserData_GetKeyboardMap, (UserData * __this, int32_t categoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x01FAFCA0, int32_t, UserData_GetKeyboardMapId, (UserData * __this, int32_t categoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x01FAFDB0, bool, UserData_HasKeyboardMap, (UserData * __this, int32_t categoryId, Guid hardwareGuid, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x01FAFF90, bool, UserData_CreateKeyboardMap, (UserData * __this, int32_t categoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x01FB00F0, void, UserData_DeleteKeyboardMap, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FB01D0, int32_t, UserData_DuplicateKeyboardMap, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCDA8, UserData_DuplicateKeyboardMap__MethodInfo); DO_APP_FUNC(0x01FB0320, ControllerMap_Editor *, UserData_GetKeyboardMapById, (UserData * __this, int32_t id, int32_t * keyboardMapIndex, MethodInfo * method)); DO_APP_FUNC(0x01FB0400, KeyboardMap *, UserData_FindKeyboardMap_Game, (UserData * __this, Keyboard * keyboard, int32_t categoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x01FB0510, bool, UserData_HasKeyboardMapInCategory, (UserData * __this, int32_t categoryId, MethodInfo * method)); DO_APP_FUNC(0x01FB05D0, bool, UserData_HasKeyboardMapInLayout, (UserData * __this, int32_t categoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x01FB06C0, ControllerMap_Editor *, UserData_GetMouseMap, (UserData * __this, int32_t categoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x01FB07C0, int32_t, UserData_GetMouseMapId, (UserData * __this, int32_t categoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x01FB08D0, bool, UserData_HasMouseMap, (UserData * __this, int32_t categoryId, Guid hardwareGuid, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x01FB0AB0, bool, UserData_CreateMouseMap, (UserData * __this, int32_t categoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x01FB0C10, void, UserData_DeleteMouseMap, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FB0CF0, int32_t, UserData_DuplicateMouseMap, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCD20, UserData_DuplicateMouseMap__MethodInfo); DO_APP_FUNC(0x01FB0E40, ControllerMap_Editor *, UserData_GetMouseMapById, (UserData * __this, int32_t id, int32_t * mouseMapIndex, MethodInfo * method)); DO_APP_FUNC(0x01FB0F20, MouseMap *, UserData_FindMouseMap_Game, (UserData * __this, Mouse * mouse, int32_t categoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x01FB1030, bool, UserData_HasMouseMapInCategory, (UserData * __this, int32_t categoryId, MethodInfo * method)); DO_APP_FUNC(0x01FB10F0, bool, UserData_HasMouseMapInLayout, (UserData * __this, int32_t categoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x01FB11E0, ControllerMap_Editor *, UserData_GetCustomControllerMap, (UserData * __this, int32_t categoryId, int32_t controllerUid, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x01FB1330, ControllerMap_Editor *, UserData_GetCustomControllerMapById, (UserData * __this, int32_t mapId, int32_t * customControllerMapIndex, MethodInfo * method)); DO_APP_FUNC(0x01FB1420, List_1_Rewired_Data_Mapping_ControllerMap_Editor_ *, UserData_GetCustomControllerMaps, (UserData * __this, int32_t controllerUid, MethodInfo * method)); DO_APP_FUNC(0x01FB1590, int32_t, UserData_GetCustomControllerMapId, (UserData * __this, int32_t categoryId, int32_t controllerUid, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x01FB16F0, bool, UserData_HasCustomControllerMap, (UserData * __this, int32_t mapId, int32_t categoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x01FB1830, bool, UserData_HasCustomControllerMap_1, (UserData * __this, int32_t mapId, MethodInfo * method)); DO_APP_FUNC(0x01FB18F0, bool, UserData_HasCustomControllerMapInCategory, (UserData * __this, int32_t controllerUid, int32_t categoryId, MethodInfo * method)); DO_APP_FUNC(0x01FB19F0, bool, UserData_CreateCustomControllerMap, (UserData * __this, int32_t categoryId, int32_t controllerUid, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x01FB1BF0, void, UserData_DeleteCustomControllerMap, (UserData * __this, int32_t mapId, MethodInfo * method)); DO_APP_FUNC(0x01FB1CD0, int32_t, UserData_DuplicateCustomControllerMap, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCC88, UserData_DuplicateCustomControllerMap__MethodInfo); DO_APP_FUNC(0x01FB1E30, CustomControllerMap *, UserData_XzwkJrcWiEKIyAZHQBJjNBOqtwZ, (UserData * __this, Guid param_0000b7b5, int32_t param_0000b7b6, int32_t param_0000b7b7, MethodInfo * method)); DO_APP_FUNC(0x01FB1E90, CustomControllerMap *, UserData_XzwkJrcWiEKIyAZHQBJjNBOqtwZ_1, (UserData * __this, int32_t param_0000b7b8, int32_t param_0000b7b9, int32_t param_0000b7ba, MethodInfo * method)); DO_APP_FUNC(0x01FB1EE0, CustomControllerMap *, UserData_XzwkJrcWiEKIyAZHQBJjNBOqtwZ_2, (UserData * __this, CustomController_Editor * param_0000b7bb, int32_t param_0000b7bc, int32_t param_0000b7bd, MethodInfo * method)); DO_APP_FUNC(0x01FB2280, ControllerMap_Editor *, UserData_pEehgOIGfenIBPZyaMNejekeFHfHA, (UserData * __this, int32_t param_0000b7be, int32_t param_0000b7bf, int32_t param_0000b7c0, bool param_0000b7c1, MethodInfo * method)); DO_APP_FUNC(0x01FB2400, ControllerMap_Editor *, UserData_NTPMPAtIsVOUzXxMcqDgdphVQwas, (UserData * __this, int32_t param_0000b7c2, int32_t param_0000b7c3, int32_t param_0000b7c4, MethodInfo * method)); DO_APP_FUNC(0x01FB2650, void, UserData_DeleteControllerMap, (UserData * __this, ControllerType__Enum controllerType, int32_t id, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCCF8, UserData_DeleteControllerMap__MethodInfo); DO_APP_FUNC(0x01FB2A10, ControllerMap_Editor *, UserData_GetControllerMapByIndex, (UserData * __this, ControllerType__Enum controllerType, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCCD8, UserData_GetControllerMapByIndex__MethodInfo); DO_APP_FUNC(0x01FB2B70, ControllerMap_Editor *, UserData_GetControllerMapById, (UserData * __this, ControllerType__Enum controllerType, int32_t id, int32_t * controllerMapIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCCE8, UserData_GetControllerMapById__MethodInfo); DO_APP_FUNC(0x01FB2ED0, int32_t, UserData_DuplicateControllerMap, (UserData * __this, ControllerType__Enum controllerType, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCCC0, UserData_DuplicateControllerMap__MethodInfo); DO_APP_FUNC(0x01FB2F80, ControllerTemplateMap *, UserData_jQPTKsOiLPDEcHFnhNjRaKIgEPPEA, (UserData * __this, Guid param_0000b7ce, int32_t param_0000b7cf, int32_t param_0000b7d0, MethodInfo * method)); DO_APP_FUNC(0x01FB2FC0, void, UserData_AddCustomController, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB30D0, void, UserData_InsertCustomController, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCC48, UserData_InsertCustomController__MethodInfo); DO_APP_FUNC(0x01FB3270, void, UserData_DeleteCustomController, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCC28, UserData_DeleteCustomController__MethodInfo); DO_APP_FUNC(0x01FB3470, bool, UserData_ReorderCustomController, (UserData * __this, int32_t index, bool offsetDown, bool offsetNow, MethodInfo * method)); DO_APP_FUNC(0x01FB34F0, void, UserData_DuplicateCustomController, (UserData * __this, int32_t index, bool duplicateMaps, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCBF8, UserData_DuplicateCustomController__MethodInfo); DO_APP_FUNC(0x01FB3860, int32_t, UserData_GetCustomControllerMapCount, (UserData * __this, int32_t controllerUid, MethodInfo * method)); DO_APP_FUNC(0x01FB3940, int32_t, UserData_GetCustomControllerIndex, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FB3A00, String__Array *, UserData_GetCustomControllerNames, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB3BD0, Int32__Array *, UserData_GetCustomControllerIds, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB3CE0, Guid__Array *, UserData_GetCustomControllerGuids, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB3E70, CustomController_Editor *, UserData_GetCustomController, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01FB3F10, CustomController_Editor *, UserData_GetCustomController_1, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FB3FB0, CustomController_Editor *, UserData_GetCustomControllerById, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FB40B0, CustomController_Editor *, UserData_GetCustomControllerByHardwareTypeGuid, (UserData * __this, Guid hardwareTypeGuid, MethodInfo * method)); DO_APP_FUNC(0x01FB4290, int32_t, UserData_GetCustomControllerId, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FB4340, int32_t, UserData_IndexOfCustomController, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FB4400, int32_t, UserData_IndexOfCustomController_1, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FB4600, int32_t, UserData_IndexOfCustomController_2, (UserData * __this, Guid hardwareTypeGuid, MethodInfo * method)); DO_APP_FUNC(0x01FB4790, String *, UserData_GetCustomControllerNameById, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FB4880, void, UserData_AddControllerMapLayoutManagerRuleSet, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB48E0, void, UserData_InsertControllerMapLayoutManagerRuleSet, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCBE0, UserData_InsertControllerMapLayoutManagerRuleSet__MethodInfo); DO_APP_FUNC(0x01FB49D0, void, UserData_DeleteControllerMapLayoutManagerRuleSet, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCBC0, UserData_DeleteControllerMapLayoutManagerRuleSet__MethodInfo); DO_APP_FUNC(0x01FB4C50, bool, UserData_ReorderControllerMapLayoutManagerRuleSet, (UserData * __this, int32_t index, bool offsetDown, bool offsetNow, MethodInfo * method)); DO_APP_FUNC(0x01FB4CD0, void, UserData_DuplicateControllerMapLayoutManagerRuleSet, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCB98, UserData_DuplicateControllerMapLayoutManagerRuleSet__MethodInfo); DO_APP_FUNC(0x01FB4F00, int32_t, UserData_GetControllerMapLayoutManagerRuleSetUsedCount, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FB5080, int32_t, UserData_GetControllerMapLayoutManagerRuleSetIndex, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FB5140, String__Array *, UserData_GetControllerMapLayoutManagerRuleSetNames, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB5310, Int32__Array *, UserData_GetControllerMapLayoutManagerRuleSetIds, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB5420, ControllerMapLayoutManager_RuleSet_Editor *, UserData_GetControllerMapLayoutManagerRuleSet, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01FB54C0, ControllerMapLayoutManager_RuleSet_Editor *, UserData_GetControllerMapLayoutManagerRuleSet_1, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FB5560, ControllerMapLayoutManager_RuleSet_Editor *, UserData_GetControllerMapLayoutManagerRuleSetById, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FB5660, int32_t, UserData_GetControllerMapLayoutManagerRuleSetId, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FB5710, int32_t, UserData_IndexOfControllerMapLayoutManagerRuleSet, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FB57D0, int32_t, UserData_IndexOfControllerMapLayoutManagerRuleSet_1, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FB59D0, String *, UserData_GetControllerMapLayoutManagerRuleSetNameById, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FB5AC0, int32_t, UserData_GetControllerMapLayoutManagerRuleSetCount, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB5B10, void, UserData_AddControllerMapEnablerRuleSet, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB5B70, void, UserData_InsertControllerMapEnablerRuleSet, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCA50, UserData_InsertControllerMapEnablerRuleSet__MethodInfo); DO_APP_FUNC(0x01FB5C60, void, UserData_DeleteControllerMapEnablerRuleSet, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCA40, UserData_DeleteControllerMapEnablerRuleSet__MethodInfo); DO_APP_FUNC(0x01FB5EE0, bool, UserData_ReorderControllerMapEnablerRuleSet, (UserData * __this, int32_t index, bool offsetDown, bool offsetNow, MethodInfo * method)); DO_APP_FUNC(0x01FB5F60, void, UserData_DuplicateControllerMapEnablerRuleSet, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCA10, UserData_DuplicateControllerMapEnablerRuleSet__MethodInfo); DO_APP_FUNC(0x01FB6190, int32_t, UserData_GetControllerMapEnablerRuleSetUsedCount, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FB6310, int32_t, UserData_GetControllerMapEnablerRuleSetIndex, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FB63D0, String__Array *, UserData_GetControllerMapEnablerRuleSetNames, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB65A0, Int32__Array *, UserData_GetControllerMapEnablerRuleSetIds, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB66B0, ControllerMapEnabler_RuleSet_Editor *, UserData_GetControllerMapEnablerRuleSet, (UserData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01FB6750, ControllerMapEnabler_RuleSet_Editor *, UserData_GetControllerMapEnablerRuleSet_1, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FB67F0, ControllerMapEnabler_RuleSet_Editor *, UserData_GetControllerMapEnablerRuleSetById, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FB68F0, int32_t, UserData_GetControllerMapEnablerRuleSetId, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FB69A0, int32_t, UserData_IndexOfControllerMapEnablerRuleSet, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FB6A60, int32_t, UserData_IndexOfControllerMapEnablerRuleSet_1, (UserData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FB6C60, String *, UserData_GetControllerMapEnablerRuleSetNameById, (UserData * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FB6D50, int32_t, UserData_GetControllerMapEnablerRuleSetCount, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB6DA0, int32_t, UserData_GetNewPlayerId, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB6DB0, int32_t, UserData_GetNewActionId, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB6DC0, int32_t, UserData_GetNewActionCategoryId, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB6DD0, int32_t, UserData_GetNewInputBehaviorId, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB6DE0, int32_t, UserData_GetNewMapCategoryId, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB6DF0, int32_t, UserData_GetNewJoystickLayoutId, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB6E00, int32_t, UserData_GetNewKeyboardLayoutId, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB6E10, int32_t, UserData_GetNewMouseLayoutId, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB6E20, int32_t, UserData_GetNewCustomControllerLayoutId, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB6E30, int32_t, UserData_GetNewJoystickMapId, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB6E40, int32_t, UserData_GetNewKeyboardMapId, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB6E50, int32_t, UserData_GetNewMouseMapId, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB6E60, int32_t, UserData_GetNewCustomControllerMapId, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB6E70, int32_t, UserData_GetNewCustomControllerId, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB6E80, int32_t, UserData_GetNewControllerMapLayoutManagerRuleSetId, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB6E90, int32_t, UserData_GetNewControllerMapEnablerRuleSetId, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB6EA0, Player_Editor *, UserData_VTHHGUEqcyhuhZyYmuqrtfQxeGHw, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB7160, InputAction *, UserData_tmaVxDjtFDWbrmBzbbwDAplYjEWmA, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB72E0, InputCategory *, UserData_QhVFKNZiDTsgarKuGPhbDkGSVVCL, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB7460, InputBehavior *, UserData_rVxHheynIDrOBzuPztUOapDkzWYQ, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB75F0, InputMapCategory *, UserData_lnGnAzOaGmvjfTrlBIgmjnPOaZyGA, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB7840, InputLayout *, UserData_uUwYNWkwdAjosNFEKGWtpmMbcuui, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB79B0, InputLayout *, UserData_TUBowsSOjTNROBwuXcPdCtvoYIMV, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB7B20, InputLayout *, UserData_hnGYlXXEhBQduaMrOmlgczoVDyuQ, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB7C90, InputLayout *, UserData_yNILlsJZknmUpOoPAJItCTfqSPhV, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB7E00, CustomController_Editor *, UserData_eAJrafVqqXsDkXimHWoZDeQgVRqE, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB8060, ControllerMapLayoutManager_RuleSet_Editor *, UserData_wMtiBQTSNwxVkOMramzFeoYfoFcG, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB8250, ControllerMapEnabler_RuleSet_Editor *, UserData_jUxsmPCkERbCNGndLLhxBTCTTnwAA, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB8440, ControllerMap_Editor *, UserData_tYhCftpLCgZWCxAbrllsXTfOThyg, (UserData * __this, List_1_Rewired_Data_Mapping_ControllerMap_Editor_ * param_0000b801, int32_t param_0000b802, int32_t param_0000b803, MethodInfo * method)); DO_APP_FUNC(0x01FB8520, ControllerMap_Editor *, UserData_HtzhwgXsiNBjfXlNgIkFGuwbxnhpA, (UserData * __this, List_1_Rewired_Data_Mapping_ControllerMap_Editor_ * param_0000b804, List_1_Rewired_InputLayout_ * param_0000b805, int32_t param_0000b806, int32_t param_0000b807, bool param_0000b808, MethodInfo * method)); DO_APP_FUNC(0x01FB8640, ControllerMap_Editor *, UserData_giEuHUKWKvnJOaryYHzrLrvnGstP, (UserData * __this, List_1_Rewired_Data_Mapping_ControllerMap_Editor_ * param_0000b809, List_1_Rewired_InputLayout_ * param_0000b80a, int32_t param_0000b80b, int32_t param_0000b80c, MethodInfo * method)); DO_APP_FUNC(0x01FB8830, void, UserData_zOEYMIHpurdqDguBKwQtugFClAsV, (UserData * __this, List_1_Rewired_Data_Mapping_ControllerMap_Editor_ * param_0000b80d, List_1_Rewired_InputLayout_ * param_0000b80e, MethodInfo * method)); DO_APP_FUNC(0x01FB8960, void, UserData_LIeljCbdoWdgBAecluMnblrpCnHu, (UserData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FB9960, UserData *, UserData_Merge, (UserData * orig, UserData * other, bool preserveOrigIds, MethodInfo * method)); DO_APP_FUNC(0x01FB9970, UserData *, UserData_Compact, (UserData * orig, MethodInfo * method)); DO_APP_FUNC(0x01FB9980, UserData *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_CfpLhHEcXLKTyGKvJEzgpeSAamQf, (UserData * param_0000b813, UserData * param_0000b814, bool param_0000b815, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFEE0, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_CfpLhHEcXLKTyGKvJEzgpeSAamQf__MethodInfo); DO_APP_FUNC(0x01FBD970, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_ZVXJehqMSkAUgZHPJhKYKYPlVAMA, (Object * param_0000b816, MethodInfo * method)); DO_APP_FUNC(0x01FBD9F0, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK_RqlQXVCuqdhJnxcXhpOqbWpqutCF, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK_WRvhXuEtMWKjDEQrQRSMzfAFPLvF__Enum param_0000b825, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFEC8, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK_RqlQXVCuqdhJnxcXhpOqbWpqutCF__MethodInfo); DO_APP_FUNC(0x01FBDA70, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK_vzddzdfIMCcNmCiSRNbXbSuDKdOGB, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK_WRvhXuEtMWKjDEQrQRSMzfAFPLvF__Enum param_0000b826, int32_t param_0000b827, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFED0, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK_vzddzdfIMCcNmCiSRNbXbSuDKdOGB__MethodInfo); DO_APP_FUNC(0x019DF440, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * __this, int32_t param_0000b828, int32_t param_0000b829, int32_t param_0000b82a, MethodInfo * method)); DO_APP_FUNC(0x01FBDAF0, String *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK_puyyohkruQkIUNABhtMvSnGscDCS, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * __this, MethodInfo * method)); DO_APP_FUNC(0x01FBDD10, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FBDDC0, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_QBCtivUJhiGtFvEkwuhlzRnPJrHC, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, InputCategory * param_0000b830, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0020, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_QBCtivUJhiGtFvEkwuhlzRnPJrHC__MethodInfo); DO_APP_FUNC(0x00ADE910, String *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_FMlNgvyYqxrlOmOQwCXsULAVFjzz, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, InputCategory * param_0000b831, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFF50, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_FMlNgvyYqxrlOmOQwCXsULAVFjzz__MethodInfo); DO_APP_FUNC(0x01FBDDE0, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_aLGpdyqEpmPzVrmLvbuZFjsqFHNJA, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, InputCategory * param_0000b832, IList_1_Rewired_InputCategory_ * param_0000b833, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFFD0, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_aLGpdyqEpmPzVrmLvbuZFjsqFHNJA__MethodInfo); DO_APP_FUNC(0x01FBDF60, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_EfeildPsxvEALHVYqITMysgJrQrFA, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, InputBehavior * param_0000b834, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFF40, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_EfeildPsxvEALHVYqITMysgJrQrFA__MethodInfo); DO_APP_FUNC(0x0042BB20, String *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_gkQkbaxKdOSnnvxLyTjQBbnZawjQ, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, InputBehavior * param_0000b835, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFE98, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_gkQkbaxKdOSnnvxLyTjQBbnZawjQ__MethodInfo); DO_APP_FUNC(0x01FBDF80, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_aGIKjSdyjEOYFdIdZRznvRsPLdLT, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, InputBehavior * param_0000b836, IList_1_Rewired_InputBehavior_ * param_0000b837, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFFF8, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_aGIKjSdyjEOYFdIdZRznvRsPLdLT__MethodInfo); DO_APP_FUNC(0x01FBDF60, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_ojKHLhicRxyFGEWgJPWHOyzDmEkD, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, InputAction * param_0000b838, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFE80, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_ojKHLhicRxyFGEWgJPWHOyzDmEkD__MethodInfo); DO_APP_FUNC(0x0042BB20, String *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_PNWwaERMsYGjzIzEZuKOazdhPtEiA, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, InputAction * param_0000b839, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0030, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_PNWwaERMsYGjzIzEZuKOazdhPtEiA__MethodInfo); DO_APP_FUNC(0x01FBE100, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_cBTQSuptkwPcqBrSUfdolrabCTjF, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, InputAction * param_0000b83a, IList_1_Rewired_InputAction_ * param_0000b83b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFEB8, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_cBTQSuptkwPcqBrSUfdolrabCTjF__MethodInfo); DO_APP_FUNC(0x01FBDDC0, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_vPVRcYOUZoDBKFKoxmkweMDANZoe, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, InputMapCategory * param_0000b83c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFE48, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_vPVRcYOUZoDBKFKoxmkweMDANZoe__MethodInfo); DO_APP_FUNC(0x00ADE910, String *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_VfJEumjZACFDmnqJCmdwcCFszFqD, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, InputMapCategory * param_0000b83d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0010, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_VfJEumjZACFDmnqJCmdwcCFszFqD__MethodInfo); DO_APP_FUNC(0x01FBE280, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_hBOpowfxqgdKlYPfilCwBnjtXTV, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, InputMapCategory * param_0000b83e, IList_1_Rewired_InputMapCategory_ * param_0000b83f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFEA0, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_hBOpowfxqgdKlYPfilCwBnjtXTV__MethodInfo); DO_APP_FUNC(0x01FBE400, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_LVdUrboflcIPhrbmfNwkGqQbRRHG, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, InputLayout * param_0000b840, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0038, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_LVdUrboflcIPhrbmfNwkGqQbRRHG__MethodInfo); DO_APP_FUNC(0x00ADE910, String *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_zeqJkcTGwOrOYGksznfrSlqVOfio, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, InputLayout * param_0000b841, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFF10, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_zeqJkcTGwOrOYGksznfrSlqVOfio__MethodInfo); DO_APP_FUNC(0x01FBE420, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_BdYlutZXKKSaxijIkRTxvYAHJIBl, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, InputLayout * param_0000b842, IList_1_Rewired_InputLayout_ * param_0000b843, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFF78, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_BdYlutZXKKSaxijIkRTxvYAHJIBl__MethodInfo); DO_APP_FUNC(0x01FBE400, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_wdRNbMkJmCiGFMMGgUOuikcmIOnc, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, InputLayout * param_0000b844, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFF18, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_wdRNbMkJmCiGFMMGgUOuikcmIOnc__MethodInfo); DO_APP_FUNC(0x00ADE910, String *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_hKnpXKsShSlexINZobtnuSiSoRPw, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, InputLayout * param_0000b845, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFE88, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_hKnpXKsShSlexINZobtnuSiSoRPw__MethodInfo); DO_APP_FUNC(0x01FBE5A0, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_VTRvGwYrMuODlCGBAXRukTEFUocg, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, InputLayout * param_0000b846, IList_1_Rewired_InputLayout_ * param_0000b847, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0008, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_VTRvGwYrMuODlCGBAXRukTEFUocg__MethodInfo); DO_APP_FUNC(0x01FBE400, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_tsPqtmUAluUnPndGtvNCybmfAByC, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, InputLayout * param_0000b848, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFE60, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_tsPqtmUAluUnPndGtvNCybmfAByC__MethodInfo); DO_APP_FUNC(0x00ADE910, String *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_XzcdFrzMhUdmJaumilVeHcBJewwT, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, InputLayout * param_0000b849, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFFE8, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_XzcdFrzMhUdmJaumilVeHcBJewwT__MethodInfo); DO_APP_FUNC(0x01FBE720, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_NZdHhswuYJnsgCRCPwyCceWFhdAA, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, InputLayout * param_0000b84a, IList_1_Rewired_InputLayout_ * param_0000b84b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0028, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_NZdHhswuYJnsgCRCPwyCceWFhdAA__MethodInfo); DO_APP_FUNC(0x01FBE400, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_GprDlzNfzUPZufIrEtewQdYIbIoC, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, InputLayout * param_0000b84c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0068, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_GprDlzNfzUPZufIrEtewQdYIbIoC__MethodInfo); DO_APP_FUNC(0x00ADE910, String *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_rxBEISElCMhsJDtpIxNEKrVdWBNLb, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, InputLayout * param_0000b84d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFE70, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_rxBEISElCMhsJDtpIxNEKrVdWBNLb__MethodInfo); DO_APP_FUNC(0x01FBE8A0, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_qCqnrwAEzKTSGYPmkgiNGNIdbCcDA, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, InputLayout * param_0000b84e, IList_1_Rewired_InputLayout_ * param_0000b84f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFE68, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_qCqnrwAEzKTSGYPmkgiNGNIdbCcDA__MethodInfo); DO_APP_FUNC(0x01FBE400, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_cKWFwcFmvSjgAssdNEzqKVLzwugI, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, CustomController_Editor * param_0000b850, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFEA8, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_cKWFwcFmvSjgAssdNEzqKVLzwugI__MethodInfo); DO_APP_FUNC(0x00ADE910, String *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_zJVDxwdtoyUozJXgnxctvZbLwqyG, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, CustomController_Editor * param_0000b851, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFF08, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_zJVDxwdtoyUozJXgnxctvZbLwqyG__MethodInfo); DO_APP_FUNC(0x01FBEA20, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_GDhoXPgwBjIEmKKeAFNGsGwXtREH, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, CustomController_Editor * param_0000b852, IList_1_Rewired_Data_CustomController_Editor_ * param_0000b853, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFF30, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_GDhoXPgwBjIEmKKeAFNGsGwXtREH__MethodInfo); DO_APP_FUNC(0x01FBDF60, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_NPyqBxjdrNPlUWkrvzuyLpKZckIj, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, ControllerMapLayoutManager_RuleSet_Editor * param_0000b854, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0040, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_NPyqBxjdrNPlUWkrvzuyLpKZckIj__MethodInfo); DO_APP_FUNC(0x0042BB20, String *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_BAmLSCJUVehwXXboaEKiKMLwfghw, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, ControllerMapLayoutManager_RuleSet_Editor * param_0000b855, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFF70, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_BAmLSCJUVehwXXboaEKiKMLwfghw__MethodInfo); DO_APP_FUNC(0x01FBEBA0, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_CzEaNGSNamWWNxvcrzxdSfjISSOE, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, ControllerMapLayoutManager_RuleSet_Editor * param_0000b856, IList_1_Rewired_Data_ControllerMapLayoutManager_RuleSet_Editor_ * param_0000b857, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFF68, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_CzEaNGSNamWWNxvcrzxdSfjISSOE__MethodInfo); DO_APP_FUNC(0x01FBDF60, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_uSiLrObBRXdMOxBNPAzgyjSXlnIW, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, ControllerMapEnabler_RuleSet_Editor * param_0000b858, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFE38, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_uSiLrObBRXdMOxBNPAzgyjSXlnIW__MethodInfo); DO_APP_FUNC(0x0042BB20, String *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_HOTcQGmNijdttRhfuhkVFLOnLuFs, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, ControllerMapEnabler_RuleSet_Editor * param_0000b859, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0070, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_HOTcQGmNijdttRhfuhkVFLOnLuFs__MethodInfo); DO_APP_FUNC(0x01FBED20, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_oiNkdWNQPxknksIKBBEtacVSqvkt, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, ControllerMapEnabler_RuleSet_Editor * param_0000b85a, IList_1_Rewired_Data_ControllerMapEnabler_RuleSet_Editor_ * param_0000b85b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFE78, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_oiNkdWNQPxknksIKBBEtacVSqvkt__MethodInfo); DO_APP_FUNC(0x01FBDF60, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_fEmFEGoGwdSNfiYCpodUsiyoAnvW, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, Player_Editor * param_0000b85c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFEB0, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_fEmFEGoGwdSNfiYCpodUsiyoAnvW__MethodInfo); DO_APP_FUNC(0x0042BB20, String *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_iqotQjlfHANgAGLFFDlWjiMFlzvG, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, Player_Editor * param_0000b85d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFE90, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_iqotQjlfHANgAGLFFDlWjiMFlzvG__MethodInfo); DO_APP_FUNC(0x01FBEEA0, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_yECDMbKgHYIkQgJLqPicueopokcgb, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, Player_Editor * param_0000b85e, IList_1_Rewired_Data_Player_Editor_ * param_0000b85f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFF20, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_yECDMbKgHYIkQgJLqPicueopokcgb__MethodInfo); DO_APP_FUNC(0x01FBF020, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_qcShbuCCnDhCCPdaUMRwANKzwqCAb, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, Player_Editor_Mapping * param_0000b860, IList_1_Rewired_Data_Player_Editor_Mapping_ * param_0000b861, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFBB8, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_qcShbuCCnDhCCPdaUMRwANKzwqCAb__MethodInfo); DO_APP_FUNC(0x01FBF100, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_IaGaWlcsCwkzkomEFGyyOVgrjvNsA, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, Player_Editor_CreateControllerInfo * param_0000b862, IList_1_Rewired_Data_Player_Editor_CreateControllerInfo_ * param_0000b863, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFC88, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_IaGaWlcsCwkzkomEFGyyOVgrjvNsA__MethodInfo); DO_APP_FUNC(0x01FBDF60, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_JLTPlAlKwUCBrxUevLXMnuYZCsur, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, ControllerMap_Editor * param_0000b864, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0048, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_JLTPlAlKwUCBrxUevLXMnuYZCsur__MethodInfo); DO_APP_FUNC(0x01FBF230, String *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_apQWAeRpSsxQzadiPvmKZirYEteF, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, ControllerMap_Editor * param_0000b865, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFFE0, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_apQWAeRpSsxQzadiPvmKZirYEteF__MethodInfo); DO_APP_FUNC(0x01FBF250, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_mObevXVfewTpOMdfoDHmhQSbMWwsA, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, ActionElementMap * param_0000b866, IList_1_Rewired_ActionElementMap_ * param_0000b867, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFBD0, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_mObevXVfewTpOMdfoDHmhQSbMWwsA__MethodInfo); DO_APP_FUNC(0x01FBDF60, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_GbAHhRjJmbpNIPJcCcnmITaaFvwRB, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, ControllerMap_Editor * param_0000b868, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFF38, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_GbAHhRjJmbpNIPJcCcnmITaaFvwRB__MethodInfo); DO_APP_FUNC(0x01FBF230, String *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_LLBsVmdqhYhrhDCrUdUQwyviORtb, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, ControllerMap_Editor * param_0000b869, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0058, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_LLBsVmdqhYhrhDCrUdUQwyviORtb__MethodInfo); DO_APP_FUNC(0x01FBF3A0, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_PNbpGffTDySQmYwjxSUGhfUroLAB, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, ActionElementMap * param_0000b86a, IList_1_Rewired_ActionElementMap_ * param_0000b86b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFAD8, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_PNbpGffTDySQmYwjxSUGhfUroLAB__MethodInfo); DO_APP_FUNC(0x01FBDF60, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_CSTabLgwmNblcjOdqlYYVslQYMFc, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, ControllerMap_Editor * param_0000b86c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFF60, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_CSTabLgwmNblcjOdqlYYVslQYMFc__MethodInfo); DO_APP_FUNC(0x01FBF230, String *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_AsgnLRWOlrxEOmnEMuVtyCXlJPWi, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, ControllerMap_Editor * param_0000b86d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFF88, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_AsgnLRWOlrxEOmnEMuVtyCXlJPWi__MethodInfo); DO_APP_FUNC(0x01FBF4B0, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_ainozYbMZlPkJumkzjpvWKqAQsLS, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, ActionElementMap * param_0000b86e, IList_1_Rewired_ActionElementMap_ * param_0000b86f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFB48, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_ainozYbMZlPkJumkzjpvWKqAQsLS__MethodInfo); DO_APP_FUNC(0x01FBDF60, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_PYhlqFHfFTIWbvtFQMIvpPNwHYfcA, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, ControllerMap_Editor * param_0000b870, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0018, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_PYhlqFHfFTIWbvtFQMIvpPNwHYfcA__MethodInfo); DO_APP_FUNC(0x01FBF230, String *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_cDYfeKLyXNIbKhWXCsemambYayPK, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, ControllerMap_Editor * param_0000b871, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFEC0, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_cDYfeKLyXNIbKhWXCsemambYayPK__MethodInfo); DO_APP_FUNC(0x01FBF5C0, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_VpUmGWYLijbULGXvdNOFiBtznFtSA, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA * __this, ActionElementMap * param_0000b872, IList_1_Rewired_ActionElementMap_ * param_0000b873, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFA58, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uOqDZicIKssClHbXiFqQRJjwKSrLA_VpUmGWYLijbULGXvdNOFiBtznFtSA__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FBF6D0, InputCategory *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA_pwENMSYfCWhXpwGwbsRTykeeFfncA, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_gNYjUIktDXRZjAojpQIrHCBFyQwH_1_Rewired_InputCategory_ * param_0000b874, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC01C8, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA_pwENMSYfCWhXpwGwbsRTykeeFfncA__MethodInfo); DO_APP_FUNC(0x01FBF9C0, InputBehavior *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA_gjcckJPhHcjuyBeFimcCerGIOTuVb, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_gNYjUIktDXRZjAojpQIrHCBFyQwH_1_Rewired_InputBehavior_ * param_0000b875, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC00A0, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA_gjcckJPhHcjuyBeFimcCerGIOTuVb__MethodInfo); DO_APP_FUNC(0x01FBFC90, InputAction *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA_dvqgZIjisYwcgSQhKOWqKELZmULO, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_gNYjUIktDXRZjAojpQIrHCBFyQwH_1_Rewired_InputAction_ * param_0000b876, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0090, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA_dvqgZIjisYwcgSQhKOWqKELZmULO__MethodInfo); DO_APP_FUNC(0x01FC0240, InputLayout *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA_zMaQbijupxKRVwKhwQshIHrTowcV, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_gNYjUIktDXRZjAojpQIrHCBFyQwH_1_Rewired_InputLayout_ * param_0000b877, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC01A8, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA_zMaQbijupxKRVwKhwQshIHrTowcV__MethodInfo); DO_APP_FUNC(0x01FC0400, InputLayout *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA_GFctBbWCDiiZbOXBDCWFAIiesMGFA, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_gNYjUIktDXRZjAojpQIrHCBFyQwH_1_Rewired_InputLayout_ * param_0000b878, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC00C0, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA_GFctBbWCDiiZbOXBDCWFAIiesMGFA__MethodInfo); DO_APP_FUNC(0x01FC05C0, InputLayout *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA_mauNOIWjbFfbvMvyfPTPvETyhxQg, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_gNYjUIktDXRZjAojpQIrHCBFyQwH_1_Rewired_InputLayout_ * param_0000b879, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0080, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA_mauNOIWjbFfbvMvyfPTPvETyhxQg__MethodInfo); DO_APP_FUNC(0x01FC0780, InputLayout *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA_daOUjzGEhwEDNWFvRYrtrcykkPBp, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_gNYjUIktDXRZjAojpQIrHCBFyQwH_1_Rewired_InputLayout_ * param_0000b87a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC00B8, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA_daOUjzGEhwEDNWFvRYrtrcykkPBp__MethodInfo); DO_APP_FUNC(0x01FC0940, List_1_Rewired_Data_UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK_ *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA_RvWxYuYZjTgmackjNQOVanxReAuFA, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA * __this, ControllerType__Enum param_0000b87b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC00C8, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA_RvWxYuYZjTgmackjNQOVanxReAuFA__MethodInfo); DO_APP_FUNC(0x01FC09D0, CustomController_Editor *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA_pjjfXcTXDkSAGZQIBESIFwghQRpM, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_gNYjUIktDXRZjAojpQIrHCBFyQwH_1_CustomController_Editor_ * param_0000b87c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC01B8, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA_pjjfXcTXDkSAGZQIBESIFwghQRpM__MethodInfo); DO_APP_FUNC(0x01FC0D40, ControllerMapLayoutManager_RuleSet_Editor *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA_XbRpkIZGoDbDLfqoSKGbKWlUVYJnA, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_gNYjUIktDXRZjAojpQIrHCBFyQwH_1_ControllerMapLayoutManager_RuleSet_Editor_ * param_0000b87d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC00A8, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA_XbRpkIZGoDbDLfqoSKGbKWlUVYJnA__MethodInfo); DO_APP_FUNC(0x01FC17B0, ControllerMapEnabler_RuleSet_Editor *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA_leGpPztSCwvceJOxoipBePArbcGz, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_gNYjUIktDXRZjAojpQIrHCBFyQwH_1_ControllerMapEnabler_RuleSet_Editor_ * param_0000b87e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0078, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA_leGpPztSCwvceJOxoipBePArbcGz__MethodInfo); DO_APP_FUNC(0x01FC2240, Player_Editor *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA_BVcfhrIxffUjErZCbrpUOOmwqStd, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_gNYjUIktDXRZjAojpQIrHCBFyQwH_1_Player_Editor_ * param_0000b87f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC00D8, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UedsipTjNzWjZmAnxDFyOAhhhAmjA_BVcfhrIxffUjErZCbrpUOOmwqStd__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_BMJcCOkRiBYHFEqcmQkgjDCJMsLBA__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_BMJcCOkRiBYHFEqcmQkgjDCJMsLBA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC32E0, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_BMJcCOkRiBYHFEqcmQkgjDCJMsLBA_gyITeXAqOLDIISmngNYtCPynmiaj, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_BMJcCOkRiBYHFEqcmQkgjDCJMsLBA * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b880, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFD20, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_BMJcCOkRiBYHFEqcmQkgjDCJMsLBA_gyITeXAqOLDIISmngNYtCPynmiaj__MethodInfo); DO_APP_FUNC(0x01FC3330, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_BMJcCOkRiBYHFEqcmQkgjDCJMsLBA_jnrwMLmrtXBmdldpCOQTbvUzHoe, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_BMJcCOkRiBYHFEqcmQkgjDCJMsLBA * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b881, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFD28, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_BMJcCOkRiBYHFEqcmQkgjDCJMsLBA_jnrwMLmrtXBmdldpCOQTbvUzHoe__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_pSWcbShkqsnwkHpxQyVdyuylrNvN__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_pSWcbShkqsnwkHpxQyVdyuylrNvN * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC3380, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_pSWcbShkqsnwkHpxQyVdyuylrNvN_vZRgtDUmgzwZrYYmsXSUdryywyu, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_pSWcbShkqsnwkHpxQyVdyuylrNvN * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b882, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFC48, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_pSWcbShkqsnwkHpxQyVdyuylrNvN_vZRgtDUmgzwZrYYmsXSUdryywyu__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_yxSLEozLqmyHlUcKNtRBNZhwqcrr__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_yxSLEozLqmyHlUcKNtRBNZhwqcrr * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC3380, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_yxSLEozLqmyHlUcKNtRBNZhwqcrr_PoaiyHHqwlMDmckBxnDCMceNLysK, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_yxSLEozLqmyHlUcKNtRBNZhwqcrr * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b883, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFC30, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_yxSLEozLqmyHlUcKNtRBNZhwqcrr_PoaiyHHqwlMDmckBxnDCMceNLysK__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_ObbKSvqjGexdrlgJZvuAlynnTSnL__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_ObbKSvqjGexdrlgJZvuAlynnTSnL * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC33D0, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_ObbKSvqjGexdrlgJZvuAlynnTSnL_pOHCNFEYxbtFcjkCFfOORaUwpTTqA, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_ObbKSvqjGexdrlgJZvuAlynnTSnL * __this, List_1_Rewired_Data_Player_Editor_Mapping_ * param_0000b884, List_1_Rewired_Data_UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK_ * param_0000b885, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFCD8, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_ObbKSvqjGexdrlgJZvuAlynnTSnL_pOHCNFEYxbtFcjkCFfOORaUwpTTqA__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UpQQaVIpVVENkrZPdtCeoouBNWvF__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UpQQaVIpVVENkrZPdtCeoouBNWvF * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC36A0, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UpQQaVIpVVENkrZPdtCeoouBNWvF_AoeXklEAjgoLDmnMZGBILhXCReHV, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UpQQaVIpVVENkrZPdtCeoouBNWvF * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b886, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFBA8, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UpQQaVIpVVENkrZPdtCeoouBNWvF_AoeXklEAjgoLDmnMZGBILhXCReHV__MethodInfo); DO_APP_FUNC(0x01FC36F0, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UpQQaVIpVVENkrZPdtCeoouBNWvF_vNuGztictUlYzDGAankmUdaxqvLmA, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UpQQaVIpVVENkrZPdtCeoouBNWvF * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b887, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFBA0, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UpQQaVIpVVENkrZPdtCeoouBNWvF_vNuGztictUlYzDGAankmUdaxqvLmA__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_vlWAkIISWaSfeIXkDDiYzIfdCbQE__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_vlWAkIISWaSfeIXkDDiYzIfdCbQE * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC3740, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_vlWAkIISWaSfeIXkDDiYzIfdCbQE_QfFekplhLlSWyVgZNVWXHieCWOAi, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_vlWAkIISWaSfeIXkDDiYzIfdCbQE * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b888, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFBC0, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_vlWAkIISWaSfeIXkDDiYzIfdCbQE_QfFekplhLlSWyVgZNVWXHieCWOAi__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_jnVErEhTYogJcrWvByIPrDGblPqF__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_jnVErEhTYogJcrWvByIPrDGblPqF * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC3380, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_jnVErEhTYogJcrWvByIPrDGblPqF_GmJUkeRLfpqAGcFWgZlZLSyGTSnP, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_jnVErEhTYogJcrWvByIPrDGblPqF * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b889, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFC98, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_jnVErEhTYogJcrWvByIPrDGblPqF_GmJUkeRLfpqAGcFWgZlZLSyGTSnP__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_VPTFfeIkWEqrVPusyjronFJlmdFJA__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_VPTFfeIkWEqrVPusyjronFJlmdFJA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC3380, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_VPTFfeIkWEqrVPusyjronFJlmdFJA_cwZzXNfQHKEoWRKvkxrVYJrztUGE, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_VPTFfeIkWEqrVPusyjronFJlmdFJA * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b88a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFCB8, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_VPTFfeIkWEqrVPusyjronFJlmdFJA_cwZzXNfQHKEoWRKvkxrVYJrztUGE__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_ExbyFqdDkaEpVAKTKkNMCYBAJprMB__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_ExbyFqdDkaEpVAKTKkNMCYBAJprMB * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC3790, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_ExbyFqdDkaEpVAKTKkNMCYBAJprMB_LzKOAVWsATbxEFnNxPGuTDuhDDTX, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_ExbyFqdDkaEpVAKTKkNMCYBAJprMB * __this, ControllerMap_Editor * param_0000b88b, IList_1_Rewired_Data_Mapping_ControllerMap_Editor_ * param_0000b88c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0328, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_ExbyFqdDkaEpVAKTKkNMCYBAJprMB_LzKOAVWsATbxEFnNxPGuTDuhDDTX__MethodInfo); DO_APP_FUNC(0x01FC3A20, ControllerMap_Editor *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_ExbyFqdDkaEpVAKTKkNMCYBAJprMB_PLUlKUIpyyaoUkhdJwDKErTslKEjb, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_ExbyFqdDkaEpVAKTKkNMCYBAJprMB * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_gNYjUIktDXRZjAojpQIrHCBFyQwH_1_Rewired_Data_Mapping_ControllerMap_Editor_ * param_0000b88d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0338, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_ExbyFqdDkaEpVAKTKkNMCYBAJprMB_PLUlKUIpyyaoUkhdJwDKErTslKEjb__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_aqdOQYLqXTwtmABocTdpjCmcRrOI__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_aqdOQYLqXTwtmABocTdpjCmcRrOI * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC4440, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_aqdOQYLqXTwtmABocTdpjCmcRrOI_DWmlLSFTGlSHlbpNFWwcpeXtdgdP, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_aqdOQYLqXTwtmABocTdpjCmcRrOI * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b88e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFB78, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_aqdOQYLqXTwtmABocTdpjCmcRrOI_DWmlLSFTGlSHlbpNFWwcpeXtdgdP__MethodInfo); DO_APP_FUNC(0x01FC4470, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_aqdOQYLqXTwtmABocTdpjCmcRrOI_itYmQmbgrQRGBFDUKeknrbSYdbQw, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_aqdOQYLqXTwtmABocTdpjCmcRrOI * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b88f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFB80, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_aqdOQYLqXTwtmABocTdpjCmcRrOI_itYmQmbgrQRGBFDUKeknrbSYdbQw__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_PGnzxbeakSvzmeebwdzKOzULOptE__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_PGnzxbeakSvzmeebwdzKOzULOptE * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC44A0, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_PGnzxbeakSvzmeebwdzKOzULOptE_yJQvSAixvSofRuDNyhefeTSaUoQe, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_PGnzxbeakSvzmeebwdzKOzULOptE * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b890, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFBE8, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_PGnzxbeakSvzmeebwdzKOzULOptE_yJQvSAixvSofRuDNyhefeTSaUoQe__MethodInfo); DO_APP_FUNC(0x01FC44F0, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_PGnzxbeakSvzmeebwdzKOzULOptE_AtmyysMMUfnUQJPIpbKgNaSgymMb, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_PGnzxbeakSvzmeebwdzKOzULOptE * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b891, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFBF8, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_PGnzxbeakSvzmeebwdzKOzULOptE_AtmyysMMUfnUQJPIpbKgNaSgymMb__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UxEHhlJcMPZlBhjPcexThCIMYhjP__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UxEHhlJcMPZlBhjPcexThCIMYhjP * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC4540, InputMapCategory *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UxEHhlJcMPZlBhjPcexThCIMYhjP_bSdzpisRjnaNeRfRQBHvdkFoIovEA, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UxEHhlJcMPZlBhjPcexThCIMYhjP * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_gNYjUIktDXRZjAojpQIrHCBFyQwH_1_Rewired_InputMapCategory_ * param_0000b892, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0198, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_UxEHhlJcMPZlBhjPcexThCIMYhjP_bSdzpisRjnaNeRfRQBHvdkFoIovEA__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_cCyhzqjXKnIcxdPzuMGGpYfxTemL__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_cCyhzqjXKnIcxdPzuMGGpYfxTemL * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC36A0, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_cCyhzqjXKnIcxdPzuMGGpYfxTemL_GXjlcFWdqcfUYZbBxIjwavCSAmKEb, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_cCyhzqjXKnIcxdPzuMGGpYfxTemL * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b893, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFBD8, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_cCyhzqjXKnIcxdPzuMGGpYfxTemL_GXjlcFWdqcfUYZbBxIjwavCSAmKEb__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wAVFTYUmwOAlNDSKYWDZzOhTWjOx__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wAVFTYUmwOAlNDSKYWDZzOhTWjOx * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC4840, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wAVFTYUmwOAlNDSKYWDZzOhTWjOx_kBpAqBiHGyGxgzmiVNEQwdfFnnyVA, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wAVFTYUmwOAlNDSKYWDZzOhTWjOx * __this, ControllerMap_Editor * param_0000b894, IList_1_Rewired_Data_Mapping_ControllerMap_Editor_ * param_0000b895, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFF00, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wAVFTYUmwOAlNDSKYWDZzOhTWjOx_kBpAqBiHGyGxgzmiVNEQwdfFnnyVA__MethodInfo); DO_APP_FUNC(0x01FC4AD0, ControllerMap_Editor *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wAVFTYUmwOAlNDSKYWDZzOhTWjOx_cQioBgUJnoiERfIayuyrapRuNzhAb, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wAVFTYUmwOAlNDSKYWDZzOhTWjOx * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_gNYjUIktDXRZjAojpQIrHCBFyQwH_1_Rewired_Data_Mapping_ControllerMap_Editor_ * param_0000b896, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFEF8, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wAVFTYUmwOAlNDSKYWDZzOhTWjOx_cQioBgUJnoiERfIayuyrapRuNzhAb__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_oIQxLVFMZlvRWigLbIrSPMTgguCq__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_oIQxLVFMZlvRWigLbIrSPMTgguCq * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC4440, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_oIQxLVFMZlvRWigLbIrSPMTgguCq_KcwsEuiCYCeytKGUmCXgVYjyYJdA, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_oIQxLVFMZlvRWigLbIrSPMTgguCq * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b897, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFB10, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_oIQxLVFMZlvRWigLbIrSPMTgguCq_KcwsEuiCYCeytKGUmCXgVYjyYJdA__MethodInfo); DO_APP_FUNC(0x01FC4470, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_oIQxLVFMZlvRWigLbIrSPMTgguCq_crPwcMMbwBTIqpmCSyelstewHaMU, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_oIQxLVFMZlvRWigLbIrSPMTgguCq * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b898, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFB18, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_oIQxLVFMZlvRWigLbIrSPMTgguCq_crPwcMMbwBTIqpmCSyelstewHaMU__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_HlKCUAchWbLivpaENIbEDfIUhFXcA__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_HlKCUAchWbLivpaENIbEDfIUhFXcA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC44A0, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_HlKCUAchWbLivpaENIbEDfIUhFXcA_MrZZPhYrDYQqROeVJhzefsXhsvSG, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_HlKCUAchWbLivpaENIbEDfIUhFXcA * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b899, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFB00, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_HlKCUAchWbLivpaENIbEDfIUhFXcA_MrZZPhYrDYQqROeVJhzefsXhsvSG__MethodInfo); DO_APP_FUNC(0x01FC44F0, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_HlKCUAchWbLivpaENIbEDfIUhFXcA_WnqGhgXZIjOqGIcVKGJkKCwNJvKn, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_HlKCUAchWbLivpaENIbEDfIUhFXcA * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b89a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFAF0, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_HlKCUAchWbLivpaENIbEDfIUhFXcA_WnqGhgXZIjOqGIcVKGJkKCwNJvKn__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_lsSrimcDOKtCBAAocJqyKoBLQBcy__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_lsSrimcDOKtCBAAocJqyKoBLQBcy * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC36A0, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_lsSrimcDOKtCBAAocJqyKoBLQBcy_DPRMCMaorkZnmssVVCodBfQslMwc, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_lsSrimcDOKtCBAAocJqyKoBLQBcy * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b89b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFAE0, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_lsSrimcDOKtCBAAocJqyKoBLQBcy_DPRMCMaorkZnmssVVCodBfQslMwc__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_DuqyadlYpwbiVBhpgmwKitKvjdZX__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_DuqyadlYpwbiVBhpgmwKitKvjdZX * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC54F0, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_DuqyadlYpwbiVBhpgmwKitKvjdZX_EBfqDCdpIHMaKtQciwHgrfYonyuo, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_DuqyadlYpwbiVBhpgmwKitKvjdZX * __this, ControllerMap_Editor * param_0000b89c, IList_1_Rewired_Data_Mapping_ControllerMap_Editor_ * param_0000b89d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0360, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_DuqyadlYpwbiVBhpgmwKitKvjdZX_EBfqDCdpIHMaKtQciwHgrfYonyuo__MethodInfo); DO_APP_FUNC(0x01FC58B0, ControllerMap_Editor *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_DuqyadlYpwbiVBhpgmwKitKvjdZX_cWlflqCBtKlxZKdpjADebpjjBNwyb, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_DuqyadlYpwbiVBhpgmwKitKvjdZX * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_gNYjUIktDXRZjAojpQIrHCBFyQwH_1_Rewired_Data_Mapping_ControllerMap_Editor_ * param_0000b89e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0340, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_DuqyadlYpwbiVBhpgmwKitKvjdZX_cWlflqCBtKlxZKdpjADebpjjBNwyb__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_WHinqfMfoqqRXWhPfGaPgEENIUDn__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_WHinqfMfoqqRXWhPfGaPgEENIUDn * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC4440, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_WHinqfMfoqqRXWhPfGaPgEENIUDn_bYUuNwoSHpDQhQohtZWnGeexdkLeA, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_WHinqfMfoqqRXWhPfGaPgEENIUDn * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b89f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFAC0, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_WHinqfMfoqqRXWhPfGaPgEENIUDn_bYUuNwoSHpDQhQohtZWnGeexdkLeA__MethodInfo); DO_APP_FUNC(0x01FC4470, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_WHinqfMfoqqRXWhPfGaPgEENIUDn_XoWsdUBkXTwZwCuHFqBuzLImUCzF, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_WHinqfMfoqqRXWhPfGaPgEENIUDn * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b8a0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFAD0, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_WHinqfMfoqqRXWhPfGaPgEENIUDn_XoWsdUBkXTwZwCuHFqBuzLImUCzF__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_VEBtLWFEwzRODgWoOWGjIResVZdU__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_VEBtLWFEwzRODgWoOWGjIResVZdU * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC44A0, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_VEBtLWFEwzRODgWoOWGjIResVZdU_FzLchOlbZvRDyXbjDphjWIcmdNh, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_VEBtLWFEwzRODgWoOWGjIResVZdU * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b8a1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFB50, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_VEBtLWFEwzRODgWoOWGjIResVZdU_FzLchOlbZvRDyXbjDphjWIcmdNh__MethodInfo); DO_APP_FUNC(0x01FC44F0, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_VEBtLWFEwzRODgWoOWGjIResVZdU_UZxjVDsvpMLAjHLFFOJJoCHRsMQu, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_VEBtLWFEwzRODgWoOWGjIResVZdU * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b8a2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFB58, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_VEBtLWFEwzRODgWoOWGjIResVZdU_UZxjVDsvpMLAjHLFFOJJoCHRsMQu__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_KkTRxbdhjOOOkzlKWfauvXOwCccJA__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_KkTRxbdhjOOOkzlKWfauvXOwCccJA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC36A0, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_KkTRxbdhjOOOkzlKWfauvXOwCccJA_yGIyZKsOqFbikjbWOMgykvXwjPCp, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_KkTRxbdhjOOOkzlKWfauvXOwCccJA * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b8a3, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFB68, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_KkTRxbdhjOOOkzlKWfauvXOwCccJA_yGIyZKsOqFbikjbWOMgykvXwjPCp__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_RYULuTUtuoTZSQgvepEQpVeWgfJp__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_RYULuTUtuoTZSQgvepEQpVeWgfJp * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC6260, int32_t, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_RYULuTUtuoTZSQgvepEQpVeWgfJp_PhCVfbtjEMPwSPIbJUKcOmbBEnYBA, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_RYULuTUtuoTZSQgvepEQpVeWgfJp * __this, ControllerMap_Editor * param_0000b8a4, IList_1_Rewired_Data_Mapping_ControllerMap_Editor_ * param_0000b8a5, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC02A8, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_RYULuTUtuoTZSQgvepEQpVeWgfJp_PhCVfbtjEMPwSPIbJUKcOmbBEnYBA__MethodInfo); DO_APP_FUNC(0x01FC65A0, ControllerMap_Editor *, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_RYULuTUtuoTZSQgvepEQpVeWgfJp_cLFDMeYLkyvfFvuaLdFOUMLVakRd, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_RYULuTUtuoTZSQgvepEQpVeWgfJp * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_gNYjUIktDXRZjAojpQIrHCBFyQwH_1_Rewired_Data_Mapping_ControllerMap_Editor_ * param_0000b8a6, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC02B0, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_RYULuTUtuoTZSQgvepEQpVeWgfJp_cLFDMeYLkyvfFvuaLdFOUMLVakRd__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_tUUOKBjBTBOcswxCuSclzqmleZgo__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_tUUOKBjBTBOcswxCuSclzqmleZgo * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC6F80, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_tUUOKBjBTBOcswxCuSclzqmleZgo_KRTsWEuGyfyADSeouImlPpdmAWjN, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_tUUOKBjBTBOcswxCuSclzqmleZgo * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b8a7, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFF98, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_tUUOKBjBTBOcswxCuSclzqmleZgo_KRTsWEuGyfyADSeouImlPpdmAWjN__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uvGnTvryksPgPzOIfnLADkOyFBkJ__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uvGnTvryksPgPzOIfnLADkOyFBkJ * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC6FA0, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uvGnTvryksPgPzOIfnLADkOyFBkJ_SWLpTaUpXglJGnMRpsXBConrptaQ, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uvGnTvryksPgPzOIfnLADkOyFBkJ * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b8a8, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFB38, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uvGnTvryksPgPzOIfnLADkOyFBkJ_SWLpTaUpXglJGnMRpsXBConrptaQ__MethodInfo); DO_APP_FUNC(0x01FC4440, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uvGnTvryksPgPzOIfnLADkOyFBkJ_AOUdoKtrkuCpnBdScDTthItxYVFN, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uvGnTvryksPgPzOIfnLADkOyFBkJ * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b8a9, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFB30, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uvGnTvryksPgPzOIfnLADkOyFBkJ_AOUdoKtrkuCpnBdScDTthItxYVFN__MethodInfo); DO_APP_FUNC(0x01FC4470, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uvGnTvryksPgPzOIfnLADkOyFBkJ_vUIbTVrERlqXEsPSMAxVuBEILrzw, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uvGnTvryksPgPzOIfnLADkOyFBkJ * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b8aa, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFB28, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_uvGnTvryksPgPzOIfnLADkOyFBkJ_vUIbTVrERlqXEsPSMAxVuBEILrzw__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_nBLCyQCROBBkxxTmLnqbgbVkZSpFb__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_nBLCyQCROBBkxxTmLnqbgbVkZSpFb * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC6FD0, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_nBLCyQCROBBkxxTmLnqbgbVkZSpFb_qodsdsWMGKiezgUNpMiXtvLVLUii, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_nBLCyQCROBBkxxTmLnqbgbVkZSpFb * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b8ab, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFA78, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_nBLCyQCROBBkxxTmLnqbgbVkZSpFb_qodsdsWMGKiezgUNpMiXtvLVLUii__MethodInfo); DO_APP_FUNC(0x01FC44A0, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_nBLCyQCROBBkxxTmLnqbgbVkZSpFb_MlWuGmklqTyJouDQUNPWQKRzfrXkA, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_nBLCyQCROBBkxxTmLnqbgbVkZSpFb * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b8ac, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFA70, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_nBLCyQCROBBkxxTmLnqbgbVkZSpFb_MlWuGmklqTyJouDQUNPWQKRzfrXkA__MethodInfo); DO_APP_FUNC(0x01FC44F0, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_nBLCyQCROBBkxxTmLnqbgbVkZSpFb_wOzDBEAOAMqLmRlxPNeCFQkDZTMs, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_nBLCyQCROBBkxxTmLnqbgbVkZSpFb * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b8ad, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFA68, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_nBLCyQCROBBkxxTmLnqbgbVkZSpFb_wOzDBEAOAMqLmRlxPNeCFQkDZTMs__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_AMxLLZWLKpCCqOPFVjshKVtZRSWl__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_AMxLLZWLKpCCqOPFVjshKVtZRSWl * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC36A0, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_AMxLLZWLKpCCqOPFVjshKVtZRSWl_QVYHCpcmaumOzFfmCwThWBtMYzaV, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_AMxLLZWLKpCCqOPFVjshKVtZRSWl * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b8ae, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFA80, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_AMxLLZWLKpCCqOPFVjshKVtZRSWl_QVYHCpcmaumOzFfmCwThWBtMYzaV__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_KqlKzbkCoFQGPEwIGkCBkVVRWGgl__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_KqlKzbkCoFQGPEwIGkCBkVVRWGgl * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_GuLBGjVjWyIdhliizgyZgNnNBHRIb__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_GuLBGjVjWyIdhliizgyZgNnNBHRIb * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC3380, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_GuLBGjVjWyIdhliizgyZgNnNBHRIb_uFOslJAfWHiudkwxCdLiBYfsErEt, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_GuLBGjVjWyIdhliizgyZgNnNBHRIb * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b8af, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFD88, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_GuLBGjVjWyIdhliizgyZgNnNBHRIb_uFOslJAfWHiudkwxCdLiBYfsErEt__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_zoQMUfKzvWjmqWQyWIWWMIIXniyb__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_zoQMUfKzvWjmqWQyWIWWMIIXniyb * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC3380, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_zoQMUfKzvWjmqWQyWIWWMIIXniyb_vZxsIYcFkvYrOSfxKwzDOyNsriZt, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_zoQMUfKzvWjmqWQyWIWWMIIXniyb * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b8b0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFD38, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_zoQMUfKzvWjmqWQyWIWWMIIXniyb_vZxsIYcFkvYrOSfxKwzDOyNsriZt__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_BPkaMPOdSliSdiwbbiXVfAAGcTrE__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_BPkaMPOdSliSdiwbbiXVfAAGcTrE * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC3380, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_BPkaMPOdSliSdiwbbiXVfAAGcTrE_AqScWTBLQtNlZiKaRPgDTityOeOJA, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_BPkaMPOdSliSdiwbbiXVfAAGcTrE * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b8b1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFD90, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_BPkaMPOdSliSdiwbbiXVfAAGcTrE_AqScWTBLQtNlZiKaRPgDTityOeOJA__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_bwphESxanSFuscPwjhVLBhhGqFBgb__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_bwphESxanSFuscPwjhVLBhhGqFBgb * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_XSCBNccEaOsUhjMSdONPYckXXBDo__ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_XSCBNccEaOsUhjMSdONPYckXXBDo * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC3380, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_XSCBNccEaOsUhjMSdONPYckXXBDo_kIOPSEWBnjUvePbfgJgkIknicrbJ, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_XSCBNccEaOsUhjMSdONPYckXXBDo * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b8b2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFC68, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_XSCBNccEaOsUhjMSdONPYckXXBDo_kIOPSEWBnjUvePbfgJgkIknicrbJ__MethodInfo); DO_APP_FUNC(0x01FC7020, void, UserData_TulNPSHwkMfRKJVimfNibmNtxqXP__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UserData_TulNPSHwkMfRKJVimfNibmNtxqXP__ctor, (UserData_TulNPSHwkMfRKJVimfNibmNtxqXP * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC70D0, void, UserData_TulNPSHwkMfRKJVimfNibmNtxqXP_isHPUtaonfAuyaKedwdlZKexcnkU, (UserData_TulNPSHwkMfRKJVimfNibmNtxqXP * __this, List_1_Rewired_Data_Player_Editor_Mapping_ * param_0000b8b4, int32_t param_0000b8b5, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD168, UserData_TulNPSHwkMfRKJVimfNibmNtxqXP_isHPUtaonfAuyaKedwdlZKexcnkU__MethodInfo); DO_APP_FUNC(0x01FC71B0, void, UserData_TulNPSHwkMfRKJVimfNibmNtxqXP_PhcQQvJYoDmNVvyJBNQXVAbFNums, (UserData_TulNPSHwkMfRKJVimfNibmNtxqXP * __this, List_1_Rewired_Data_Player_Editor_Mapping_ * param_0000b8b6, int32_t param_0000b8b7, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD068, UserData_TulNPSHwkMfRKJVimfNibmNtxqXP_PhcQQvJYoDmNVvyJBNQXVAbFNums__MethodInfo); DO_APP_FUNC(0x01FC7290, void, UserData_TulNPSHwkMfRKJVimfNibmNtxqXP_vjeebjiUHWDLARVlAUvDbsdIQEBDb, (UserData_TulNPSHwkMfRKJVimfNibmNtxqXP * __this, List_1_Rewired_Data_Player_Editor_Mapping_ * param_0000b8b8, int32_t param_0000b8b9, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD040, UserData_TulNPSHwkMfRKJVimfNibmNtxqXP_vjeebjiUHWDLARVlAUvDbsdIQEBDb__MethodInfo); DO_APP_FUNC(0x01FC7370, void, UserData_TulNPSHwkMfRKJVimfNibmNtxqXP_rApWXnNpfJmPRUzkzxsiuGeoIkeD, (UserData_TulNPSHwkMfRKJVimfNibmNtxqXP * __this, List_1_Rewired_Data_Player_Editor_Mapping_ * param_0000b8ba, int32_t param_0000b8bb, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCF88, UserData_TulNPSHwkMfRKJVimfNibmNtxqXP_rApWXnNpfJmPRUzkzxsiuGeoIkeD__MethodInfo); DO_APP_FUNC(0x01FC7450, void, UserData_TulNPSHwkMfRKJVimfNibmNtxqXP_vZcSQhJnYmGNBsANNNKvQtLHUgmW, (UserData_TulNPSHwkMfRKJVimfNibmNtxqXP * __this, List_1_Rewired_Data_Player_Editor_Mapping_ * param_0000b8bc, int32_t param_0000b8bd, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBCF18, UserData_TulNPSHwkMfRKJVimfNibmNtxqXP_vZcSQhJnYmGNBsANNNKvQtLHUgmW__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_QeWSaqkPdxYNriSGkOsDucTtkBcD__ctor, (UserData_QeWSaqkPdxYNriSGkOsDucTtkBcD * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC7530, int32_t, UserData_QeWSaqkPdxYNriSGkOsDucTtkBcD_LASgzMgHfqwoUVAEoxePCcswbwycA, (UserData_QeWSaqkPdxYNriSGkOsDucTtkBcD * __this, ControllerMap_Editor * param_0000b8be, ControllerMap_Editor * param_0000b8bf, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC950, UserData_QeWSaqkPdxYNriSGkOsDucTtkBcD_LASgzMgHfqwoUVAEoxePCcswbwycA__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_EjtgnUlQbacfkjWKTeeyjffKbPmAA__ctor, (UserData_EjtgnUlQbacfkjWKTeeyjffKbPmAA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC77B0, bool, UserData_EjtgnUlQbacfkjWKTeeyjffKbPmAA_lermGuQUnzJWPtOsshZLRAgKdWugA, (UserData_EjtgnUlQbacfkjWKTeeyjffKbPmAA * __this, InputLayout * param_0000b8c0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFAB8, UserData_EjtgnUlQbacfkjWKTeeyjffKbPmAA_lermGuQUnzJWPtOsshZLRAgKdWugA__MethodInfo); DO_APP_FUNC(0x01FC77E0, bool, UserData_EjtgnUlQbacfkjWKTeeyjffKbPmAA_EAIPOieeKPvupnGElqOVZtPvRjtU, (UserData_EjtgnUlQbacfkjWKTeeyjffKbPmAA * __this, InputLayout * param_0000b8c1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFAB0, UserData_EjtgnUlQbacfkjWKTeeyjffKbPmAA_EAIPOieeKPvupnGElqOVZtPvRjtU__MethodInfo); DO_APP_FUNC(0x01030500, void, UserData_DhqZgzGPWTGGwdRQFlWuzKfKqzAk__ctor, (UserData_DhqZgzGPWTGGwdRQFlWuzKfKqzAk * __this, int32_t param_0000b8c2, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UserData_DhqZgzGPWTGGwdRQFlWuzKfKqzAk_System_IDisposable_Dispose, (UserData_DhqZgzGPWTGGwdRQFlWuzKfKqzAk * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC7810, bool, UserData_DhqZgzGPWTGGwdRQFlWuzKfKqzAk_MoveNext, (UserData_DhqZgzGPWTGGwdRQFlWuzKfKqzAk * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, InputCategory *, UserData_DhqZgzGPWTGGwdRQFlWuzKfKqzAk_System_Collections_Generic_IEnumerator_Rewired_InputCategory__get_Current, (UserData_DhqZgzGPWTGGwdRQFlWuzKfKqzAk * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC7A60, void, UserData_DhqZgzGPWTGGwdRQFlWuzKfKqzAk_System_Collections_IEnumerator_Reset, (UserData_DhqZgzGPWTGGwdRQFlWuzKfKqzAk * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFA90, UserData_DhqZgzGPWTGGwdRQFlWuzKfKqzAk_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, UserData_DhqZgzGPWTGGwdRQFlWuzKfKqzAk_System_Collections_IEnumerator_get_Current, (UserData_DhqZgzGPWTGGwdRQFlWuzKfKqzAk * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC7AB0, IEnumerator_1_Rewired_InputCategory_ *, UserData_DhqZgzGPWTGGwdRQFlWuzKfKqzAk_System_Collections_Generic_IEnumerable_Rewired_InputCategory__GetEnumerator, (UserData_DhqZgzGPWTGGwdRQFlWuzKfKqzAk * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC7C70, IEnumerator *, UserData_DhqZgzGPWTGGwdRQFlWuzKfKqzAk_System_Collections_IEnumerable_GetEnumerator, (UserData_DhqZgzGPWTGGwdRQFlWuzKfKqzAk * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, UserData_GSAFNcaFcefHhLblWTtDIrxhfjgf__ctor, (UserData_GSAFNcaFcefHhLblWTtDIrxhfjgf * __this, int32_t param_0000b8c3, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UserData_GSAFNcaFcefHhLblWTtDIrxhfjgf_System_IDisposable_Dispose, (UserData_GSAFNcaFcefHhLblWTtDIrxhfjgf * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC7C80, bool, UserData_GSAFNcaFcefHhLblWTtDIrxhfjgf_MoveNext, (UserData_GSAFNcaFcefHhLblWTtDIrxhfjgf * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, InputAction *, UserData_GSAFNcaFcefHhLblWTtDIrxhfjgf_System_Collections_Generic_IEnumerator_Rewired_InputAction__get_Current, (UserData_GSAFNcaFcefHhLblWTtDIrxhfjgf * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC7FF0, void, UserData_GSAFNcaFcefHhLblWTtDIrxhfjgf_System_Collections_IEnumerator_Reset, (UserData_GSAFNcaFcefHhLblWTtDIrxhfjgf * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFA30, UserData_GSAFNcaFcefHhLblWTtDIrxhfjgf_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, UserData_GSAFNcaFcefHhLblWTtDIrxhfjgf_System_Collections_IEnumerator_get_Current, (UserData_GSAFNcaFcefHhLblWTtDIrxhfjgf * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC8040, IEnumerator_1_Rewired_InputAction_ *, UserData_GSAFNcaFcefHhLblWTtDIrxhfjgf_System_Collections_Generic_IEnumerable_Rewired_InputAction__GetEnumerator, (UserData_GSAFNcaFcefHhLblWTtDIrxhfjgf * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC8200, IEnumerator *, UserData_GSAFNcaFcefHhLblWTtDIrxhfjgf_System_Collections_IEnumerable_GetEnumerator, (UserData_GSAFNcaFcefHhLblWTtDIrxhfjgf * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, UserData_wcbBGuJTlAAGCeBLIeBzYbePCNMqA__ctor, (UserData_wcbBGuJTlAAGCeBLIeBzYbePCNMqA * __this, int32_t param_0000b8c4, MethodInfo * method)); DO_APP_FUNC(0x01FC8210, void, UserData_wcbBGuJTlAAGCeBLIeBzYbePCNMqA_System_IDisposable_Dispose, (UserData_wcbBGuJTlAAGCeBLIeBzYbePCNMqA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC82E0, bool, UserData_wcbBGuJTlAAGCeBLIeBzYbePCNMqA_MoveNext, (UserData_wcbBGuJTlAAGCeBLIeBzYbePCNMqA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC86C0, void, UserData_wcbBGuJTlAAGCeBLIeBzYbePCNMqA_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (UserData_wcbBGuJTlAAGCeBLIeBzYbePCNMqA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, InputAction *, UserData_wcbBGuJTlAAGCeBLIeBzYbePCNMqA_System_Collections_Generic_IEnumerator_Rewired_InputAction__get_Current, (UserData_wcbBGuJTlAAGCeBLIeBzYbePCNMqA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC8720, void, UserData_wcbBGuJTlAAGCeBLIeBzYbePCNMqA_System_Collections_IEnumerator_Reset, (UserData_wcbBGuJTlAAGCeBLIeBzYbePCNMqA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFA28, UserData_wcbBGuJTlAAGCeBLIeBzYbePCNMqA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, UserData_wcbBGuJTlAAGCeBLIeBzYbePCNMqA_System_Collections_IEnumerator_get_Current, (UserData_wcbBGuJTlAAGCeBLIeBzYbePCNMqA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC8770, IEnumerator_1_Rewired_InputAction_ *, UserData_wcbBGuJTlAAGCeBLIeBzYbePCNMqA_System_Collections_Generic_IEnumerable_Rewired_InputAction__GetEnumerator, (UserData_wcbBGuJTlAAGCeBLIeBzYbePCNMqA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC8770, IEnumerator *, UserData_wcbBGuJTlAAGCeBLIeBzYbePCNMqA_System_Collections_IEnumerable_GetEnumerator, (UserData_wcbBGuJTlAAGCeBLIeBzYbePCNMqA * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, UserData_vCNoYyLakFDMMRvOgcYWDbpYeEmab__ctor, (UserData_vCNoYyLakFDMMRvOgcYWDbpYeEmab * __this, int32_t param_0000b8c5, MethodInfo * method)); DO_APP_FUNC(0x01FC88C0, void, UserData_vCNoYyLakFDMMRvOgcYWDbpYeEmab_System_IDisposable_Dispose, (UserData_vCNoYyLakFDMMRvOgcYWDbpYeEmab * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC8990, bool, UserData_vCNoYyLakFDMMRvOgcYWDbpYeEmab_MoveNext, (UserData_vCNoYyLakFDMMRvOgcYWDbpYeEmab * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC8F00, void, UserData_vCNoYyLakFDMMRvOgcYWDbpYeEmab_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (UserData_vCNoYyLakFDMMRvOgcYWDbpYeEmab * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, InputAction *, UserData_vCNoYyLakFDMMRvOgcYWDbpYeEmab_System_Collections_Generic_IEnumerator_Rewired_InputAction__get_Current, (UserData_vCNoYyLakFDMMRvOgcYWDbpYeEmab * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC8F60, void, UserData_vCNoYyLakFDMMRvOgcYWDbpYeEmab_System_Collections_IEnumerator_Reset, (UserData_vCNoYyLakFDMMRvOgcYWDbpYeEmab * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFA48, UserData_vCNoYyLakFDMMRvOgcYWDbpYeEmab_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, UserData_vCNoYyLakFDMMRvOgcYWDbpYeEmab_System_Collections_IEnumerator_get_Current, (UserData_vCNoYyLakFDMMRvOgcYWDbpYeEmab * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC8FB0, IEnumerator_1_Rewired_InputAction_ *, UserData_vCNoYyLakFDMMRvOgcYWDbpYeEmab_System_Collections_Generic_IEnumerable_Rewired_InputAction__GetEnumerator, (UserData_vCNoYyLakFDMMRvOgcYWDbpYeEmab * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC9170, IEnumerator *, UserData_vCNoYyLakFDMMRvOgcYWDbpYeEmab_System_Collections_IEnumerable_GetEnumerator, (UserData_vCNoYyLakFDMMRvOgcYWDbpYeEmab * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, UserData_GnKAUSHFzfGdpkjvmQoGoJjkiANdA__ctor, (UserData_GnKAUSHFzfGdpkjvmQoGoJjkiANdA * __this, int32_t param_0000b8c6, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UserData_GnKAUSHFzfGdpkjvmQoGoJjkiANdA_System_IDisposable_Dispose, (UserData_GnKAUSHFzfGdpkjvmQoGoJjkiANdA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC9180, bool, UserData_GnKAUSHFzfGdpkjvmQoGoJjkiANdA_MoveNext, (UserData_GnKAUSHFzfGdpkjvmQoGoJjkiANdA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, InputMapCategory *, UserData_GnKAUSHFzfGdpkjvmQoGoJjkiANdA_System_Collections_Generic_IEnumerator_Rewired_InputMapCategory__get_Current, (UserData_GnKAUSHFzfGdpkjvmQoGoJjkiANdA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC93D0, void, UserData_GnKAUSHFzfGdpkjvmQoGoJjkiANdA_System_Collections_IEnumerator_Reset, (UserData_GnKAUSHFzfGdpkjvmQoGoJjkiANdA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFA40, UserData_GnKAUSHFzfGdpkjvmQoGoJjkiANdA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, UserData_GnKAUSHFzfGdpkjvmQoGoJjkiANdA_System_Collections_IEnumerator_get_Current, (UserData_GnKAUSHFzfGdpkjvmQoGoJjkiANdA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC9420, IEnumerator_1_Rewired_InputMapCategory_ *, UserData_GnKAUSHFzfGdpkjvmQoGoJjkiANdA_System_Collections_Generic_IEnumerable_Rewired_InputMapCategory__GetEnumerator, (UserData_GnKAUSHFzfGdpkjvmQoGoJjkiANdA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC95E0, IEnumerator *, UserData_GnKAUSHFzfGdpkjvmQoGoJjkiANdA_System_Collections_IEnumerable_GetEnumerator, (UserData_GnKAUSHFzfGdpkjvmQoGoJjkiANdA * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, UserData_WNUIOuWVRQtkSvfIVFPlWwnKCJqv__ctor, (UserData_WNUIOuWVRQtkSvfIVFPlWwnKCJqv * __this, int32_t param_0000b8c7, MethodInfo * method)); DO_APP_FUNC(0x01FC95F0, void, UserData_WNUIOuWVRQtkSvfIVFPlWwnKCJqv_System_IDisposable_Dispose, (UserData_WNUIOuWVRQtkSvfIVFPlWwnKCJqv * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC96C0, bool, UserData_WNUIOuWVRQtkSvfIVFPlWwnKCJqv_MoveNext, (UserData_WNUIOuWVRQtkSvfIVFPlWwnKCJqv * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC9930, void, UserData_WNUIOuWVRQtkSvfIVFPlWwnKCJqv_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (UserData_WNUIOuWVRQtkSvfIVFPlWwnKCJqv * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, UserData_WNUIOuWVRQtkSvfIVFPlWwnKCJqv_System_Collections_Generic_IEnumerator_System_String__get_Current, (UserData_WNUIOuWVRQtkSvfIVFPlWwnKCJqv * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC9990, void, UserData_WNUIOuWVRQtkSvfIVFPlWwnKCJqv_System_Collections_IEnumerator_Reset, (UserData_WNUIOuWVRQtkSvfIVFPlWwnKCJqv * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFA38, UserData_WNUIOuWVRQtkSvfIVFPlWwnKCJqv_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, UserData_WNUIOuWVRQtkSvfIVFPlWwnKCJqv_System_Collections_IEnumerator_get_Current, (UserData_WNUIOuWVRQtkSvfIVFPlWwnKCJqv * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC99E0, IEnumerator_1_System_String_ *, UserData_WNUIOuWVRQtkSvfIVFPlWwnKCJqv_System_Collections_Generic_IEnumerable_System_String__GetEnumerator, (UserData_WNUIOuWVRQtkSvfIVFPlWwnKCJqv * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC99E0, IEnumerator *, UserData_WNUIOuWVRQtkSvfIVFPlWwnKCJqv_System_Collections_IEnumerable_GetEnumerator, (UserData_WNUIOuWVRQtkSvfIVFPlWwnKCJqv * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC9B20, void, UserData_RhPMmbMjehlGSZSFVZEULkBOrqLc__ctor, (UserData_RhPMmbMjehlGSZSFVZEULkBOrqLc * __this, int32_t param_0000b8c8, MethodInfo * method)); DO_APP_FUNC(0x01FC9BA0, void, UserData_RhPMmbMjehlGSZSFVZEULkBOrqLc_System_IDisposable_Dispose, (UserData_RhPMmbMjehlGSZSFVZEULkBOrqLc * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC9C70, bool, UserData_RhPMmbMjehlGSZSFVZEULkBOrqLc_MoveNext, (UserData_RhPMmbMjehlGSZSFVZEULkBOrqLc * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC9EB0, void, UserData_RhPMmbMjehlGSZSFVZEULkBOrqLc_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (UserData_RhPMmbMjehlGSZSFVZEULkBOrqLc * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, UserData_RhPMmbMjehlGSZSFVZEULkBOrqLc_System_Collections_Generic_IEnumerator_System_Int32__get_Current, (UserData_RhPMmbMjehlGSZSFVZEULkBOrqLc * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC9F10, void, UserData_RhPMmbMjehlGSZSFVZEULkBOrqLc_System_Collections_IEnumerator_Reset, (UserData_RhPMmbMjehlGSZSFVZEULkBOrqLc * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFA08, UserData_RhPMmbMjehlGSZSFVZEULkBOrqLc_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01FC9F60, Object *, UserData_RhPMmbMjehlGSZSFVZEULkBOrqLc_System_Collections_IEnumerator_get_Current, (UserData_RhPMmbMjehlGSZSFVZEULkBOrqLc * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC9FB0, IEnumerator_1_System_Int32_ *, UserData_RhPMmbMjehlGSZSFVZEULkBOrqLc_System_Collections_Generic_IEnumerable_System_Int32__GetEnumerator, (UserData_RhPMmbMjehlGSZSFVZEULkBOrqLc * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC9FB0, IEnumerator *, UserData_RhPMmbMjehlGSZSFVZEULkBOrqLc_System_Collections_IEnumerable_GetEnumerator, (UserData_RhPMmbMjehlGSZSFVZEULkBOrqLc * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, UserData_qQoSHmpfscRIJNaKwUnOUGXcEfjJ__ctor, (UserData_qQoSHmpfscRIJNaKwUnOUGXcEfjJ * __this, int32_t param_0000b8c9, MethodInfo * method)); DO_APP_FUNC(0x01FCA0F0, void, UserData_qQoSHmpfscRIJNaKwUnOUGXcEfjJ_System_IDisposable_Dispose, (UserData_qQoSHmpfscRIJNaKwUnOUGXcEfjJ * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCA1C0, bool, UserData_qQoSHmpfscRIJNaKwUnOUGXcEfjJ_MoveNext, (UserData_qQoSHmpfscRIJNaKwUnOUGXcEfjJ * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCA430, void, UserData_qQoSHmpfscRIJNaKwUnOUGXcEfjJ_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (UserData_qQoSHmpfscRIJNaKwUnOUGXcEfjJ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, UserData_qQoSHmpfscRIJNaKwUnOUGXcEfjJ_System_Collections_Generic_IEnumerator_System_String__get_Current, (UserData_qQoSHmpfscRIJNaKwUnOUGXcEfjJ * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCA490, void, UserData_qQoSHmpfscRIJNaKwUnOUGXcEfjJ_System_Collections_IEnumerator_Reset, (UserData_qQoSHmpfscRIJNaKwUnOUGXcEfjJ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFA00, UserData_qQoSHmpfscRIJNaKwUnOUGXcEfjJ_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, UserData_qQoSHmpfscRIJNaKwUnOUGXcEfjJ_System_Collections_IEnumerator_get_Current, (UserData_qQoSHmpfscRIJNaKwUnOUGXcEfjJ * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCA4E0, IEnumerator_1_System_String_ *, UserData_qQoSHmpfscRIJNaKwUnOUGXcEfjJ_System_Collections_Generic_IEnumerable_System_String__GetEnumerator, (UserData_qQoSHmpfscRIJNaKwUnOUGXcEfjJ * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCA4E0, IEnumerator *, UserData_qQoSHmpfscRIJNaKwUnOUGXcEfjJ_System_Collections_IEnumerable_GetEnumerator, (UserData_qQoSHmpfscRIJNaKwUnOUGXcEfjJ * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, UserData_yLZJjyTSjmVKaGeoPNqVUDYXBKkFA__ctor, (UserData_yLZJjyTSjmVKaGeoPNqVUDYXBKkFA * __this, int32_t param_0000b8ca, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UserData_yLZJjyTSjmVKaGeoPNqVUDYXBKkFA_System_IDisposable_Dispose, (UserData_yLZJjyTSjmVKaGeoPNqVUDYXBKkFA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCA620, bool, UserData_yLZJjyTSjmVKaGeoPNqVUDYXBKkFA_MoveNext, (UserData_yLZJjyTSjmVKaGeoPNqVUDYXBKkFA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, InputCategory *, UserData_yLZJjyTSjmVKaGeoPNqVUDYXBKkFA_System_Collections_Generic_IEnumerator_Rewired_InputCategory__get_Current, (UserData_yLZJjyTSjmVKaGeoPNqVUDYXBKkFA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCA890, void, UserData_yLZJjyTSjmVKaGeoPNqVUDYXBKkFA_System_Collections_IEnumerator_Reset, (UserData_yLZJjyTSjmVKaGeoPNqVUDYXBKkFA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFA20, UserData_yLZJjyTSjmVKaGeoPNqVUDYXBKkFA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, UserData_yLZJjyTSjmVKaGeoPNqVUDYXBKkFA_System_Collections_IEnumerator_get_Current, (UserData_yLZJjyTSjmVKaGeoPNqVUDYXBKkFA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCA8E0, IEnumerator_1_Rewired_InputCategory_ *, UserData_yLZJjyTSjmVKaGeoPNqVUDYXBKkFA_System_Collections_Generic_IEnumerable_Rewired_InputCategory__GetEnumerator, (UserData_yLZJjyTSjmVKaGeoPNqVUDYXBKkFA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCAAA0, IEnumerator *, UserData_yLZJjyTSjmVKaGeoPNqVUDYXBKkFA_System_Collections_IEnumerable_GetEnumerator, (UserData_yLZJjyTSjmVKaGeoPNqVUDYXBKkFA * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, UserData_mzAEXdiZuTEsWatBYuQVcVvSCRMbb__ctor, (UserData_mzAEXdiZuTEsWatBYuQVcVvSCRMbb * __this, int32_t param_0000b8cb, MethodInfo * method)); DO_APP_FUNC(0x01FCAAB0, void, UserData_mzAEXdiZuTEsWatBYuQVcVvSCRMbb_System_IDisposable_Dispose, (UserData_mzAEXdiZuTEsWatBYuQVcVvSCRMbb * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCAB80, bool, UserData_mzAEXdiZuTEsWatBYuQVcVvSCRMbb_MoveNext, (UserData_mzAEXdiZuTEsWatBYuQVcVvSCRMbb * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCAFD0, void, UserData_mzAEXdiZuTEsWatBYuQVcVvSCRMbb_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (UserData_mzAEXdiZuTEsWatBYuQVcVvSCRMbb * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, InputAction *, UserData_mzAEXdiZuTEsWatBYuQVcVvSCRMbb_System_Collections_Generic_IEnumerator_Rewired_InputAction__get_Current, (UserData_mzAEXdiZuTEsWatBYuQVcVvSCRMbb * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCB030, void, UserData_mzAEXdiZuTEsWatBYuQVcVvSCRMbb_System_Collections_IEnumerator_Reset, (UserData_mzAEXdiZuTEsWatBYuQVcVvSCRMbb * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFA18, UserData_mzAEXdiZuTEsWatBYuQVcVvSCRMbb_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, UserData_mzAEXdiZuTEsWatBYuQVcVvSCRMbb_System_Collections_IEnumerator_get_Current, (UserData_mzAEXdiZuTEsWatBYuQVcVvSCRMbb * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCB080, IEnumerator_1_Rewired_InputAction_ *, UserData_mzAEXdiZuTEsWatBYuQVcVvSCRMbb_System_Collections_Generic_IEnumerable_Rewired_InputAction__GetEnumerator, (UserData_mzAEXdiZuTEsWatBYuQVcVvSCRMbb * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCB080, IEnumerator *, UserData_mzAEXdiZuTEsWatBYuQVcVvSCRMbb_System_Collections_IEnumerable_GetEnumerator, (UserData_mzAEXdiZuTEsWatBYuQVcVvSCRMbb * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, UserData_nnzEjfPfSrJwasKSiTBVMeczbvIEA__ctor, (UserData_nnzEjfPfSrJwasKSiTBVMeczbvIEA * __this, int32_t param_0000b8cc, MethodInfo * method)); DO_APP_FUNC(0x01FCB1D0, void, UserData_nnzEjfPfSrJwasKSiTBVMeczbvIEA_System_IDisposable_Dispose, (UserData_nnzEjfPfSrJwasKSiTBVMeczbvIEA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCB2A0, bool, UserData_nnzEjfPfSrJwasKSiTBVMeczbvIEA_MoveNext, (UserData_nnzEjfPfSrJwasKSiTBVMeczbvIEA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCB6F0, void, UserData_nnzEjfPfSrJwasKSiTBVMeczbvIEA_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (UserData_nnzEjfPfSrJwasKSiTBVMeczbvIEA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, InputAction *, UserData_nnzEjfPfSrJwasKSiTBVMeczbvIEA_System_Collections_Generic_IEnumerator_Rewired_InputAction__get_Current, (UserData_nnzEjfPfSrJwasKSiTBVMeczbvIEA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCB750, void, UserData_nnzEjfPfSrJwasKSiTBVMeczbvIEA_System_Collections_IEnumerator_Reset, (UserData_nnzEjfPfSrJwasKSiTBVMeczbvIEA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFA10, UserData_nnzEjfPfSrJwasKSiTBVMeczbvIEA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, UserData_nnzEjfPfSrJwasKSiTBVMeczbvIEA_System_Collections_IEnumerator_get_Current, (UserData_nnzEjfPfSrJwasKSiTBVMeczbvIEA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCB7A0, IEnumerator_1_Rewired_InputAction_ *, UserData_nnzEjfPfSrJwasKSiTBVMeczbvIEA_System_Collections_Generic_IEnumerable_Rewired_InputAction__GetEnumerator, (UserData_nnzEjfPfSrJwasKSiTBVMeczbvIEA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCB960, IEnumerator *, UserData_nnzEjfPfSrJwasKSiTBVMeczbvIEA_System_Collections_IEnumerable_GetEnumerator, (UserData_nnzEjfPfSrJwasKSiTBVMeczbvIEA * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, UserData_KvnKBRzKRyLHstMgGAmdlxDIcJuF__ctor, (UserData_KvnKBRzKRyLHstMgGAmdlxDIcJuF * __this, int32_t param_0000b8cd, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UserData_KvnKBRzKRyLHstMgGAmdlxDIcJuF_System_IDisposable_Dispose, (UserData_KvnKBRzKRyLHstMgGAmdlxDIcJuF * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCB970, bool, UserData_KvnKBRzKRyLHstMgGAmdlxDIcJuF_MoveNext, (UserData_KvnKBRzKRyLHstMgGAmdlxDIcJuF * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, InputMapCategory *, UserData_KvnKBRzKRyLHstMgGAmdlxDIcJuF_System_Collections_Generic_IEnumerator_Rewired_InputMapCategory__get_Current, (UserData_KvnKBRzKRyLHstMgGAmdlxDIcJuF * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCBBE0, void, UserData_KvnKBRzKRyLHstMgGAmdlxDIcJuF_System_Collections_IEnumerator_Reset, (UserData_KvnKBRzKRyLHstMgGAmdlxDIcJuF * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF9F0, UserData_KvnKBRzKRyLHstMgGAmdlxDIcJuF_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, UserData_KvnKBRzKRyLHstMgGAmdlxDIcJuF_System_Collections_IEnumerator_get_Current, (UserData_KvnKBRzKRyLHstMgGAmdlxDIcJuF * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCBC30, IEnumerator_1_Rewired_InputMapCategory_ *, UserData_KvnKBRzKRyLHstMgGAmdlxDIcJuF_System_Collections_Generic_IEnumerable_Rewired_InputMapCategory__GetEnumerator, (UserData_KvnKBRzKRyLHstMgGAmdlxDIcJuF * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCBDF0, IEnumerator *, UserData_KvnKBRzKRyLHstMgGAmdlxDIcJuF_System_Collections_IEnumerable_GetEnumerator, (UserData_KvnKBRzKRyLHstMgGAmdlxDIcJuF * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, UserData_SoCCXzCpcAeriAYLReqosOKNXVEN__ctor, (UserData_SoCCXzCpcAeriAYLReqosOKNXVEN * __this, int32_t param_0000b8ce, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UserData_SoCCXzCpcAeriAYLReqosOKNXVEN_System_IDisposable_Dispose, (UserData_SoCCXzCpcAeriAYLReqosOKNXVEN * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCBE00, bool, UserData_SoCCXzCpcAeriAYLReqosOKNXVEN_MoveNext, (UserData_SoCCXzCpcAeriAYLReqosOKNXVEN * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, InputCategory *, UserData_SoCCXzCpcAeriAYLReqosOKNXVEN_System_Collections_Generic_IEnumerator_Rewired_InputCategory__get_Current, (UserData_SoCCXzCpcAeriAYLReqosOKNXVEN * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCBF10, void, UserData_SoCCXzCpcAeriAYLReqosOKNXVEN_System_Collections_IEnumerator_Reset, (UserData_SoCCXzCpcAeriAYLReqosOKNXVEN * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF9E8, UserData_SoCCXzCpcAeriAYLReqosOKNXVEN_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, UserData_SoCCXzCpcAeriAYLReqosOKNXVEN_System_Collections_IEnumerator_get_Current, (UserData_SoCCXzCpcAeriAYLReqosOKNXVEN * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCBF60, IEnumerator_1_Rewired_InputCategory_ *, UserData_SoCCXzCpcAeriAYLReqosOKNXVEN_System_Collections_Generic_IEnumerable_Rewired_InputCategory__GetEnumerator, (UserData_SoCCXzCpcAeriAYLReqosOKNXVEN * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCBF60, IEnumerator *, UserData_SoCCXzCpcAeriAYLReqosOKNXVEN_System_Collections_IEnumerable_GetEnumerator, (UserData_SoCCXzCpcAeriAYLReqosOKNXVEN * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, UserData_NnIdEvoQOzbRMwaQKHsCurzAVpsV__ctor, (UserData_NnIdEvoQOzbRMwaQKHsCurzAVpsV * __this, int32_t param_0000b8cf, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UserData_NnIdEvoQOzbRMwaQKHsCurzAVpsV_System_IDisposable_Dispose, (UserData_NnIdEvoQOzbRMwaQKHsCurzAVpsV * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCC0A0, bool, UserData_NnIdEvoQOzbRMwaQKHsCurzAVpsV_MoveNext, (UserData_NnIdEvoQOzbRMwaQKHsCurzAVpsV * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, InputAction *, UserData_NnIdEvoQOzbRMwaQKHsCurzAVpsV_System_Collections_Generic_IEnumerator_Rewired_InputAction__get_Current, (UserData_NnIdEvoQOzbRMwaQKHsCurzAVpsV * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCC1D0, void, UserData_NnIdEvoQOzbRMwaQKHsCurzAVpsV_System_Collections_IEnumerator_Reset, (UserData_NnIdEvoQOzbRMwaQKHsCurzAVpsV * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF9E0, UserData_NnIdEvoQOzbRMwaQKHsCurzAVpsV_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, UserData_NnIdEvoQOzbRMwaQKHsCurzAVpsV_System_Collections_IEnumerator_get_Current, (UserData_NnIdEvoQOzbRMwaQKHsCurzAVpsV * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCC220, IEnumerator_1_Rewired_InputAction_ *, UserData_NnIdEvoQOzbRMwaQKHsCurzAVpsV_System_Collections_Generic_IEnumerable_Rewired_InputAction__GetEnumerator, (UserData_NnIdEvoQOzbRMwaQKHsCurzAVpsV * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCC220, IEnumerator *, UserData_NnIdEvoQOzbRMwaQKHsCurzAVpsV_System_Collections_IEnumerable_GetEnumerator, (UserData_NnIdEvoQOzbRMwaQKHsCurzAVpsV * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, UserData_gkVPgAyBJrkaebtzSGqXAPMpIrMe__ctor, (UserData_gkVPgAyBJrkaebtzSGqXAPMpIrMe * __this, int32_t param_0000b8d0, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UserData_gkVPgAyBJrkaebtzSGqXAPMpIrMe_System_IDisposable_Dispose, (UserData_gkVPgAyBJrkaebtzSGqXAPMpIrMe * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCC360, bool, UserData_gkVPgAyBJrkaebtzSGqXAPMpIrMe_MoveNext, (UserData_gkVPgAyBJrkaebtzSGqXAPMpIrMe * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, InputMapCategory *, UserData_gkVPgAyBJrkaebtzSGqXAPMpIrMe_System_Collections_Generic_IEnumerator_Rewired_InputMapCategory__get_Current, (UserData_gkVPgAyBJrkaebtzSGqXAPMpIrMe * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCC470, void, UserData_gkVPgAyBJrkaebtzSGqXAPMpIrMe_System_Collections_IEnumerator_Reset, (UserData_gkVPgAyBJrkaebtzSGqXAPMpIrMe * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF9F8, UserData_gkVPgAyBJrkaebtzSGqXAPMpIrMe_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, UserData_gkVPgAyBJrkaebtzSGqXAPMpIrMe_System_Collections_IEnumerator_get_Current, (UserData_gkVPgAyBJrkaebtzSGqXAPMpIrMe * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCC4C0, IEnumerator_1_Rewired_InputMapCategory_ *, UserData_gkVPgAyBJrkaebtzSGqXAPMpIrMe_System_Collections_Generic_IEnumerable_Rewired_InputMapCategory__GetEnumerator, (UserData_gkVPgAyBJrkaebtzSGqXAPMpIrMe * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCC4C0, IEnumerator *, UserData_gkVPgAyBJrkaebtzSGqXAPMpIrMe_System_Collections_IEnumerable_GetEnumerator, (UserData_gkVPgAyBJrkaebtzSGqXAPMpIrMe * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCC600, void, UserDataStore_OnDestroy, (UserDataStore * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCC860, void, UserDataStore_Initialize, (UserDataStore * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UserDataStore_SaveControllerMap, (UserDataStore * __this, int32_t playerId, ControllerMap * controllerMap, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, ControllerMap *, UserDataStore_LoadControllerMap, (UserDataStore * __this, int32_t playerId, ControllerIdentifier controllerIdentifier, int32_t categoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UserDataStore_OnControllerPreDiscconnect, (UserDataStore * __this, ControllerStatusChangedEventArgs * args, MethodInfo * method)); DO_APP_FUNC(0x01FCC990, void, UserDataStore_OnControllerPreDisconnect, (UserDataStore * __this, ControllerStatusChangedEventArgs * args, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, UserDataStore__ctor, (UserDataStore * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, ControllerTemplateElementIdentifier_Editor_get_scriptingName, (ControllerTemplateElementIdentifier_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, ControllerTemplateElementIdentifier_Editor_set_scriptingName, (ControllerTemplateElementIdentifier_Editor * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, String *, ControllerTemplateElementIdentifier_Editor_get_alternateScriptingName, (ControllerTemplateElementIdentifier_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, ControllerTemplateElementIdentifier_Editor_set_alternateScriptingName, (ControllerTemplateElementIdentifier_Editor * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00434A10, bool, ControllerTemplateElementIdentifier_Editor_get_excludeFromExport, (ControllerTemplateElementIdentifier_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x004305B0, bool, ControllerTemplateElementIdentifier_Editor_get_useEditorElementTypeOverride, (ControllerTemplateElementIdentifier_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x00A528F0, ControllerElementType__Enum, ControllerTemplateElementIdentifier_Editor_get_editorElementTypeOverride, (ControllerTemplateElementIdentifier_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCC9B0, ControllerTemplateElementType__Enum, ControllerTemplateElementIdentifier_Editor_get_effectiveElementType, (ControllerTemplateElementIdentifier_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ControllerTemplateElementIdentifier_Editor__ctor, (ControllerTemplateElementIdentifier_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCC9E0, void, ControllerTemplateElementIdentifier_Editor__ctor_1, (ControllerTemplateElementIdentifier_Editor * __this, ControllerTemplateElementIdentifier_Editor * param_0000b8ed, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, ControllerTemplateElementIdentifier_Editor_Rewired_Interfaces_IControllerTemplateElementIdentifier_Editor_get_scriptingName, (ControllerTemplateElementIdentifier_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, String *, ControllerTemplateElementIdentifier_Editor_Rewired_Interfaces_IControllerTemplateElementIdentifier_Editor_get_alternateScriptingName, (ControllerTemplateElementIdentifier_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCCAD0, ControllerTemplateElementIdentifier *, ControllerTemplateElementIdentifier_Editor_Clone, (ControllerTemplateElementIdentifier_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, ControllerMapEnabler_RuleSet_Editor_get_id, (ControllerMapEnabler_RuleSet_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ControllerMapEnabler_RuleSet_Editor_set_id, (ControllerMapEnabler_RuleSet_Editor * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, ControllerMapEnabler_RuleSet_Editor_get_name, (ControllerMapEnabler_RuleSet_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ControllerMapEnabler_RuleSet_Editor_set_name, (ControllerMapEnabler_RuleSet_Editor * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, ControllerMapEnabler_RuleSet_Editor_get_tag, (ControllerMapEnabler_RuleSet_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ControllerMapEnabler_RuleSet_Editor_set_tag, (ControllerMapEnabler_RuleSet_Editor * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, List_1_Rewired_Data_ControllerMapEnabler_Rule_Editor_ *, ControllerMapEnabler_RuleSet_Editor_get_rules, (ControllerMapEnabler_RuleSet_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, ControllerMapEnabler_RuleSet_Editor_set_rules, (ControllerMapEnabler_RuleSet_Editor * __this, List_1_Rewired_Data_ControllerMapEnabler_Rule_Editor_ * value, MethodInfo * method)); DO_APP_FUNC(0x01FCCC10, void, ControllerMapEnabler_RuleSet_Editor__ctor, (ControllerMapEnabler_RuleSet_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCCCE0, void, ControllerMapEnabler_RuleSet_Editor__ctor_1, (ControllerMapEnabler_RuleSet_Editor * __this, ControllerMapEnabler_RuleSet_Editor * param_0000b8f2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF988, ControllerMapEnabler_RuleSet_Editor__ctor_1__MethodInfo); DO_APP_FUNC(0x01FCCED0, ControllerMapEnabler_RuleSet_Editor *, ControllerMapEnabler_RuleSet_Editor_Clone, (ControllerMapEnabler_RuleSet_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCCF40, ControllerMapEnabler_RuleSet *, ControllerMapEnabler_RuleSet_Editor_ToRuntime, (ControllerMapEnabler_RuleSet_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, ControllerMapEnabler_Rule_Editor_get_tag, (ControllerMapEnabler_Rule_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ControllerMapEnabler_Rule_Editor_set_tag, (ControllerMapEnabler_Rule_Editor * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, ControllerMapEnabler_Rule_Editor_get_enable, (ControllerMapEnabler_Rule_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, ControllerMapEnabler_Rule_Editor_set_enable, (ControllerMapEnabler_Rule_Editor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, List_1_System_Int32_ *, ControllerMapEnabler_Rule_Editor_get_categoryIds, (ControllerMapEnabler_Rule_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ControllerMapEnabler_Rule_Editor_set_categoryIds, (ControllerMapEnabler_Rule_Editor * __this, List_1_System_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, List_1_System_Int32_ *, ControllerMapEnabler_Rule_Editor_get_layoutIds, (ControllerMapEnabler_Rule_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, ControllerMapEnabler_Rule_Editor_set_layoutIds, (ControllerMapEnabler_Rule_Editor * __this, List_1_System_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, ControllerSetSelector_Editor *, ControllerMapEnabler_Rule_Editor_get_controllerSetSelector, (ControllerMapEnabler_Rule_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, ControllerMapEnabler_Rule_Editor_set_controllerSetSelector, (ControllerMapEnabler_Rule_Editor * __this, ControllerSetSelector_Editor * value, MethodInfo * method)); DO_APP_FUNC(0x01FCD220, void, ControllerMapEnabler_Rule_Editor__ctor, (ControllerMapEnabler_Rule_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCD3E0, void, ControllerMapEnabler_Rule_Editor__ctor_1, (ControllerMapEnabler_Rule_Editor * __this, ControllerMapEnabler_Rule_Editor * param_0000b8f8, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF9C0, ControllerMapEnabler_Rule_Editor__ctor_1__MethodInfo); DO_APP_FUNC(0x01FCD640, ControllerMapEnabler_Rule *, ControllerMapEnabler_Rule_Editor_ToRuntime, (ControllerMapEnabler_Rule_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCD890, Object *, ControllerMapEnabler_Rule_Editor_Rewired_Utils_Interfaces_IDeepCloneable_DeepClone, (ControllerMapEnabler_Rule_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, ControllerMapLayoutManager_RuleSet_Editor_get_id, (ControllerMapLayoutManager_RuleSet_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ControllerMapLayoutManager_RuleSet_Editor_set_id, (ControllerMapLayoutManager_RuleSet_Editor * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, ControllerMapLayoutManager_RuleSet_Editor_get_name, (ControllerMapLayoutManager_RuleSet_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ControllerMapLayoutManager_RuleSet_Editor_set_name, (ControllerMapLayoutManager_RuleSet_Editor * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, ControllerMapLayoutManager_RuleSet_Editor_get_tag, (ControllerMapLayoutManager_RuleSet_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ControllerMapLayoutManager_RuleSet_Editor_set_tag, (ControllerMapLayoutManager_RuleSet_Editor * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, List_1_Rewired_Data_ControllerMapLayoutManager_Rule_Editor_ *, ControllerMapLayoutManager_RuleSet_Editor_get_rules, (ControllerMapLayoutManager_RuleSet_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, ControllerMapLayoutManager_RuleSet_Editor_set_rules, (ControllerMapLayoutManager_RuleSet_Editor * __this, List_1_Rewired_Data_ControllerMapLayoutManager_Rule_Editor_ * value, MethodInfo * method)); DO_APP_FUNC(0x01FCD900, void, ControllerMapLayoutManager_RuleSet_Editor__ctor, (ControllerMapLayoutManager_RuleSet_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCD9D0, void, ControllerMapLayoutManager_RuleSet_Editor__ctor_1, (ControllerMapLayoutManager_RuleSet_Editor * __this, ControllerMapLayoutManager_RuleSet_Editor * param_0000b8fd, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF928, ControllerMapLayoutManager_RuleSet_Editor__ctor_1__MethodInfo); DO_APP_FUNC(0x01FCDBC0, ControllerMapLayoutManager_RuleSet_Editor *, ControllerMapLayoutManager_RuleSet_Editor_Clone, (ControllerMapLayoutManager_RuleSet_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCDC30, ControllerMapLayoutManager_RuleSet *, ControllerMapLayoutManager_RuleSet_Editor_ToRuntime, (ControllerMapLayoutManager_RuleSet_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, ControllerMapLayoutManager_Rule_Editor_get_tag, (ControllerMapLayoutManager_Rule_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ControllerMapLayoutManager_Rule_Editor_set_tag, (ControllerMapLayoutManager_Rule_Editor * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, List_1_System_Int32_ *, ControllerMapLayoutManager_Rule_Editor_get_categoryIds, (ControllerMapLayoutManager_Rule_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ControllerMapLayoutManager_Rule_Editor_set_categoryIds, (ControllerMapLayoutManager_Rule_Editor * __this, List_1_System_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, ControllerMapLayoutManager_Rule_Editor_get_layoutId, (ControllerMapLayoutManager_Rule_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, ControllerMapLayoutManager_Rule_Editor_set_layoutId, (ControllerMapLayoutManager_Rule_Editor * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, ControllerSetSelector_Editor *, ControllerMapLayoutManager_Rule_Editor_get_controllerSetSelector, (ControllerMapLayoutManager_Rule_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, ControllerMapLayoutManager_Rule_Editor_set_controllerSetSelector, (ControllerMapLayoutManager_Rule_Editor * __this, ControllerSetSelector_Editor * value, MethodInfo * method)); DO_APP_FUNC(0x01FCDF10, void, ControllerMapLayoutManager_Rule_Editor__ctor, (ControllerMapLayoutManager_Rule_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCE070, void, ControllerMapLayoutManager_Rule_Editor__ctor_1, (ControllerMapLayoutManager_Rule_Editor * __this, ControllerMapLayoutManager_Rule_Editor * param_0000b902, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF960, ControllerMapLayoutManager_Rule_Editor__ctor_1__MethodInfo); DO_APP_FUNC(0x01FCE270, ControllerMapLayoutManager_Rule *, ControllerMapLayoutManager_Rule_Editor_ToRuntime, (ControllerMapLayoutManager_Rule_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCE440, Object *, ControllerMapLayoutManager_Rule_Editor_Rewired_Utils_Interfaces_IDeepCloneable_DeepClone, (ControllerMapLayoutManager_Rule_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCE4B0, void, ControllerSetSelector_Editor__ctor, (ControllerSetSelector_Editor * __this, ControllerSetSelector_Type__Enum param_0000b903, MethodInfo * method)); DO_APP_FUNC(0x01FCE5A0, void, ControllerSetSelector_Editor__ctor_1, (ControllerSetSelector_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCE680, void, ControllerSetSelector_Editor__ctor_2, (ControllerSetSelector_Editor * __this, ControllerSetSelector_Editor * param_0000b904, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF8C0, ControllerSetSelector_Editor__ctor_2__MethodInfo); DO_APP_FUNC(0x003BAD50, ControllerSetSelector_Type__Enum, ControllerSetSelector_Editor_get_type, (ControllerSetSelector_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ControllerSetSelector_Editor_set_type, (ControllerSetSelector_Editor * __this, ControllerSetSelector_Type__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, ControllerType__Enum, ControllerSetSelector_Editor_get_controllerType, (ControllerSetSelector_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, ControllerSetSelector_Editor_set_controllerType, (ControllerSetSelector_Editor * __this, ControllerType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01FCE860, Guid, ControllerSetSelector_Editor_get_hardwareTypeGuid, (ControllerSetSelector_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCE8D0, void, ControllerSetSelector_Editor_set_hardwareTypeGuid, (ControllerSetSelector_Editor * __this, Guid value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, ControllerSetSelector_Editor_get_hardwareTypeGuidString, (ControllerSetSelector_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ControllerSetSelector_Editor_set_hardwareTypeGuidString, (ControllerSetSelector_Editor * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, ControllerSetSelector_Editor_get_hardwareIdentifier, (ControllerSetSelector_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ControllerSetSelector_Editor_set_hardwareIdentifier, (ControllerSetSelector_Editor * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01FCE970, Guid, ControllerSetSelector_Editor_get_controllerTemplateTypeGuid, (ControllerSetSelector_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC4C0, void, ControllerSetSelector_Editor_set_controllerTemplateTypeGuid, (ControllerSetSelector_Editor * __this, Guid value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, ControllerSetSelector_Editor_get_controllerTemplateTypeGuidString, (ControllerSetSelector_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, ControllerSetSelector_Editor_set_controllerTemplateTypeGuidString, (ControllerSetSelector_Editor * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01FCE9E0, Guid, ControllerSetSelector_Editor_get_deviceInstanceGuid, (ControllerSetSelector_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCEA50, void, ControllerSetSelector_Editor_set_deviceInstanceGuid, (ControllerSetSelector_Editor * __this, Guid value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, ControllerSetSelector_Editor_get_deviceInstanceGuidString, (ControllerSetSelector_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, ControllerSetSelector_Editor_set_deviceInstanceGuidString, (ControllerSetSelector_Editor * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01365740, int32_t, ControllerSetSelector_Editor_get_controllerId, (ControllerSetSelector_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01A728E0, void, ControllerSetSelector_Editor_set_controllerId, (ControllerSetSelector_Editor * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, ControllerSetSelector_Editor_get_customControllerSourceId, (ControllerSetSelector_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF230, void, ControllerSetSelector_Editor_set_customControllerSourceId, (ControllerSetSelector_Editor * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01FCEAF0, ControllerSetSelector *, ControllerSetSelector_Editor_kDAybQXVtjQAOBprRdCBJxPyiZdi, (ControllerSetSelector_Editor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF8B8, ControllerSetSelector_Editor_kDAybQXVtjQAOBprRdCBJxPyiZdi__MethodInfo); DO_APP_FUNC(0x01FCED80, Object *, ControllerSetSelector_Editor_Rewired_Utils_Interfaces_IDeepCloneable_DeepClone, (ControllerSetSelector_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ControllerTemplateSpecialElementMapping__ctor, (ControllerTemplateSpecialElementMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCEDF0, void, ControllerTemplateThumbStickMapping__ctor, (ControllerTemplateThumbStickMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCEE00, void, ControllerTemplateDPadMapping__ctor, (ControllerTemplateDPadMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCEDF0, void, ControllerTemplateStickMapping__ctor, (ControllerTemplateStickMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCEE20, void, ControllerTemplateThrottleMapping__ctor, (ControllerTemplateThrottleMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCEE30, void, ControllerTemplateHatMapping__ctor, (ControllerTemplateHatMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCEE20, void, ControllerTemplateYokeMapping__ctor, (ControllerTemplateYokeMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCEE60, void, ControllerTemplateStick6DMapping__ctor, (ControllerTemplateStick6DMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCEE80, IEnumerable_1_System_Int32_ *, ActionCategoryMap_ActionIdsInCategory, (ActionCategoryMap * __this, int32_t categoryId, MethodInfo * method)); DO_APP_FUNC(0x01FCEF40, void, ActionCategoryMap__ctor, (ActionCategoryMap * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCF010, void, ActionCategoryMap__ctor_1, (ActionCategoryMap * __this, ActionCategoryMap * param_0000b911, MethodInfo * method)); DO_APP_FUNC(0x01FCF2A0, void, ActionCategoryMap_AddCategory, (ActionCategoryMap * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FCF410, void, ActionCategoryMap_RemoveCategory, (ActionCategoryMap * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FCF480, bool, ActionCategoryMap_ReorderCategory, (ActionCategoryMap * __this, int32_t id, bool offsetDown, MethodInfo * method)); DO_APP_FUNC(0x01FCF630, bool, ActionCategoryMap_ChangeCategory, (ActionCategoryMap * __this, int32_t actionId, int32_t newCategoryId, MethodInfo * method)); DO_APP_FUNC(0x01FCF7F0, int32_t, ActionCategoryMap_IndexOfCategory, (ActionCategoryMap * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FCF8A0, bool, ActionCategoryMap_AddAction, (ActionCategoryMap * __this, int32_t categoryId, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x01FCF960, bool, ActionCategoryMap_InsertAction, (ActionCategoryMap * __this, int32_t categoryId, int32_t actionId, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01FCFB00, bool, ActionCategoryMap_ReorderAction, (ActionCategoryMap * __this, int32_t categoryId, int32_t actionId, bool offsetDown, bool offsetNow, MethodInfo * method)); DO_APP_FUNC(0x01FCFBD0, void, ActionCategoryMap_RemoveAction, (ActionCategoryMap * __this, int32_t categoryId, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x01FCFC70, int32_t, ActionCategoryMap_IndexOfAction, (ActionCategoryMap * __this, int32_t categoryId, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x01FCFD30, ActionCategoryMap *, ActionCategoryMap_Clone, (ActionCategoryMap * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCFDA0, IEnumerable_1_System_Int32_ *, ActionCategoryMap_Entry_get_ActionIds, (ActionCategoryMap_Entry * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCFE60, void, ActionCategoryMap_Entry__ctor, (ActionCategoryMap_Entry * __this, MethodInfo * method)); DO_APP_FUNC(0x01FCFF20, void, ActionCategoryMap_Entry__ctor_1, (ActionCategoryMap_Entry * __this, int32_t param_0000b926, MethodInfo * method)); DO_APP_FUNC(0x01FCFFF0, void, ActionCategoryMap_Entry__ctor_2, (ActionCategoryMap_Entry * __this, ActionCategoryMap_Entry * param_0000b927, MethodInfo * method)); DO_APP_FUNC(0x01FD00A0, void, ActionCategoryMap_Entry_AddAction, (ActionCategoryMap_Entry * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x01FD0160, bool, ActionCategoryMap_Entry_InsertAction, (ActionCategoryMap_Entry * __this, int32_t actionId, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01FD0290, bool, ActionCategoryMap_Entry_ReorderAction, (ActionCategoryMap_Entry * __this, int32_t actionId, bool offsetDown, bool offsetNow, MethodInfo * method)); DO_APP_FUNC(0x01FD0410, void, ActionCategoryMap_Entry_RemoveAction, (ActionCategoryMap_Entry * __this, int32_t actionId, MethodInfo * method)); DO_APP_FUNC(0x01FD04B0, int32_t, ActionCategoryMap_Entry_IndexOfAction, (ActionCategoryMap_Entry * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FD0560, bool, ActionCategoryMap_Entry_ContainsAction, (ActionCategoryMap_Entry * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FD0580, ActionCategoryMap_Entry *, ActionCategoryMap_Entry_Clone, (ActionCategoryMap_Entry * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC9B20, void, ActionCategoryMap_Entry_kTJAExJEHvAFsQCigviWsADPsahaA__ctor, (ActionCategoryMap_Entry_kTJAExJEHvAFsQCigviWsADPsahaA * __this, int32_t param_0000b931, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ActionCategoryMap_Entry_kTJAExJEHvAFsQCigviWsADPsahaA_System_IDisposable_Dispose, (ActionCategoryMap_Entry_kTJAExJEHvAFsQCigviWsADPsahaA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD0660, bool, ActionCategoryMap_Entry_kTJAExJEHvAFsQCigviWsADPsahaA_MoveNext, (ActionCategoryMap_Entry_kTJAExJEHvAFsQCigviWsADPsahaA * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, ActionCategoryMap_Entry_kTJAExJEHvAFsQCigviWsADPsahaA_System_Collections_Generic_IEnumerator_System_Int32__get_Current, (ActionCategoryMap_Entry_kTJAExJEHvAFsQCigviWsADPsahaA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD0730, void, ActionCategoryMap_Entry_kTJAExJEHvAFsQCigviWsADPsahaA_System_Collections_IEnumerator_Reset, (ActionCategoryMap_Entry_kTJAExJEHvAFsQCigviWsADPsahaA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF890, ActionCategoryMap_Entry_kTJAExJEHvAFsQCigviWsADPsahaA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01FD0780, Object *, ActionCategoryMap_Entry_kTJAExJEHvAFsQCigviWsADPsahaA_System_Collections_IEnumerator_get_Current, (ActionCategoryMap_Entry_kTJAExJEHvAFsQCigviWsADPsahaA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD07D0, IEnumerator_1_System_Int32_ *, ActionCategoryMap_Entry_kTJAExJEHvAFsQCigviWsADPsahaA_System_Collections_Generic_IEnumerable_System_Int32__GetEnumerator, (ActionCategoryMap_Entry_kTJAExJEHvAFsQCigviWsADPsahaA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD07D0, IEnumerator *, ActionCategoryMap_Entry_kTJAExJEHvAFsQCigviWsADPsahaA_System_Collections_IEnumerable_GetEnumerator, (ActionCategoryMap_Entry_kTJAExJEHvAFsQCigviWsADPsahaA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC9B20, void, ActionCategoryMap_gZCBARdAyvwRbPAUBPMVsDzckpjEA__ctor, (ActionCategoryMap_gZCBARdAyvwRbPAUBPMVsDzckpjEA * __this, int32_t param_0000b932, MethodInfo * method)); DO_APP_FUNC(0x01FD0910, void, ActionCategoryMap_gZCBARdAyvwRbPAUBPMVsDzckpjEA_System_IDisposable_Dispose, (ActionCategoryMap_gZCBARdAyvwRbPAUBPMVsDzckpjEA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD09E0, bool, ActionCategoryMap_gZCBARdAyvwRbPAUBPMVsDzckpjEA_MoveNext, (ActionCategoryMap_gZCBARdAyvwRbPAUBPMVsDzckpjEA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD0D40, void, ActionCategoryMap_gZCBARdAyvwRbPAUBPMVsDzckpjEA_QDNfcoFoaHbIufcPJbjePGvhmFBLb, (ActionCategoryMap_gZCBARdAyvwRbPAUBPMVsDzckpjEA * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, ActionCategoryMap_gZCBARdAyvwRbPAUBPMVsDzckpjEA_System_Collections_Generic_IEnumerator_System_Int32__get_Current, (ActionCategoryMap_gZCBARdAyvwRbPAUBPMVsDzckpjEA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD0DA0, void, ActionCategoryMap_gZCBARdAyvwRbPAUBPMVsDzckpjEA_System_Collections_IEnumerator_Reset, (ActionCategoryMap_gZCBARdAyvwRbPAUBPMVsDzckpjEA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF8A0, ActionCategoryMap_gZCBARdAyvwRbPAUBPMVsDzckpjEA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01FD0DF0, Object *, ActionCategoryMap_gZCBARdAyvwRbPAUBPMVsDzckpjEA_System_Collections_IEnumerator_get_Current, (ActionCategoryMap_gZCBARdAyvwRbPAUBPMVsDzckpjEA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD0E40, IEnumerator_1_System_Int32_ *, ActionCategoryMap_gZCBARdAyvwRbPAUBPMVsDzckpjEA_System_Collections_Generic_IEnumerable_System_Int32__GetEnumerator, (ActionCategoryMap_gZCBARdAyvwRbPAUBPMVsDzckpjEA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD0E40, IEnumerator *, ActionCategoryMap_gZCBARdAyvwRbPAUBPMVsDzckpjEA_System_Collections_IEnumerable_GetEnumerator, (ActionCategoryMap_gZCBARdAyvwRbPAUBPMVsDzckpjEA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, CustomCalculation__ctor, (CustomCalculation * __this, MethodInfo * method)); DO_APP_FUNC(0x00A14060, TypeWrapper_DataType__Enum, CustomCalculation_Accelerometer_whegNIduKsyrNMRJuBzxObSWTHhuA, (CustomCalculation_Accelerometer * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD0F80, bool, CustomCalculation_Accelerometer_tclXZbGKyEESwFfDuILzyNKIqeHO, (CustomCalculation_Accelerometer * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD10D0, float, CustomCalculation_Accelerometer_EpKBMZkvigSoQlxDNvztyojKOnJX, (CustomCalculation_Accelerometer * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD13B0, float, CustomCalculation_Accelerometer_gMvYxATJjDTuCQDNFvDmawALCNLA, (CustomCalculation_Accelerometer * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD1670, float, CustomCalculation_Accelerometer_IsxGDkGhurlzBoudCwKXuzHlcBzm, (CustomCalculation_Accelerometer * __this, float param_0000b933, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, CustomCalculation_Accelerometer__ctor, (CustomCalculation_Accelerometer * __this, MethodInfo * method)); DO_APP_FUNC(0x00A14060, TypeWrapper_DataType__Enum, CustomCalculation_CompareElementValues_whegNIduKsyrNMRJuBzxObSWTHhuA, (CustomCalculation_CompareElementValues * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD16E0, bool, CustomCalculation_CompareElementValues_tclXZbGKyEESwFfDuILzyNKIqeHO, (CustomCalculation_CompareElementValues * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD17E0, float, CustomCalculation_CompareElementValues_LWeOhsaRGrtGoAOpaiHwRcblevwp, (CustomCalculation_CompareElementValues * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF820, CustomCalculation_CompareElementValues_LWeOhsaRGrtGoAOpaiHwRcblevwp__MethodInfo); DO_APP_FUNC(0x003B82A0, void, CustomCalculation_CompareElementValues__ctor, (CustomCalculation_CompareElementValues * __this, MethodInfo * method)); DO_APP_FUNC(0x00A14060, TypeWrapper_DataType__Enum, CustomCalculation_FirstNonZero_whegNIduKsyrNMRJuBzxObSWTHhuA, (CustomCalculation_FirstNonZero * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD1B50, bool, CustomCalculation_FirstNonZero_tclXZbGKyEESwFfDuILzyNKIqeHO, (CustomCalculation_FirstNonZero * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD1C50, float, CustomCalculation_FirstNonZero_LWeOhsaRGrtGoAOpaiHwRcblevwp, (CustomCalculation_FirstNonZero * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF810, CustomCalculation_FirstNonZero_LWeOhsaRGrtGoAOpaiHwRcblevwp__MethodInfo); DO_APP_FUNC(0x003B82A0, void, CustomCalculation_FirstNonZero__ctor, (CustomCalculation_FirstNonZero * __this, MethodInfo * method)); DO_APP_FUNC(0x00A14060, TypeWrapper_DataType__Enum, CustomCalculation_LogitechGRacingWheelPedals_whegNIduKsyrNMRJuBzxObSWTHhuA, (CustomCalculation_LogitechGRacingWheelPedals * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD1E00, bool, CustomCalculation_LogitechGRacingWheelPedals_tclXZbGKyEESwFfDuILzyNKIqeHO, (CustomCalculation_LogitechGRacingWheelPedals * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD1F00, float, CustomCalculation_LogitechGRacingWheelPedals_LWeOhsaRGrtGoAOpaiHwRcblevwp, (CustomCalculation_LogitechGRacingWheelPedals * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD22B0, void, CustomCalculation_LogitechGRacingWheelPedals_AAVjJpRoZDTakmJBIyoSajyQBRZjA, (CustomCalculation_LogitechGRacingWheelPedals * __this, float param_0000b934, float param_0000b935, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, CustomCalculation_LogitechGRacingWheelPedals__ctor, (CustomCalculation_LogitechGRacingWheelPedals * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD2350, void, HardwareJoystickMap__ctor, (HardwareJoystickMap * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD3290, void, HardwareJoystickMap__ctor_1, (HardwareJoystickMap * __this, HardwareJoystickMap * param_0000b936, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, HardwareJoystickMap_get_ControllerName, (HardwareJoystickMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, HardwareJoystickMap_get_EditorControllerName, (HardwareJoystickMap * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD4AD0, Guid, HardwareJoystickMap_get_Guid, (HardwareJoystickMap * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD4B40, IEnumerable_1_System_Guid_ *, HardwareJoystickMap_get_TemplateGuids, (HardwareJoystickMap * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD4C00, IEnumerable_1_Rewired_ControllerElementIdentifier_ *, HardwareJoystickMap_get_ElementIdentifiers, (HardwareJoystickMap * __this, MethodInfo * method)); DO_APP_FUNC(0x01A5AA80, int32_t, HardwareJoystickMap_get_elementIdentifierCount, (HardwareJoystickMap * __this, MethodInfo * method)); DO_APP_FUNC(0x008FC900, bool, HardwareJoystickMap_get_HideInLists, (HardwareJoystickMap * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD4CC0, IEnumerable_1_Rewired_JoystickType_ *, HardwareJoystickMap_get_JoystickTypes, (HardwareJoystickMap * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD4D80, String__Array *, HardwareJoystickMap_GetElementIdentifierNames, (HardwareJoystickMap * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD4F00, Int32__Array *, HardwareJoystickMap_GetElementIdentifierIds, (HardwareJoystickMap * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD4FC0, ControllerElementIdentifier *, HardwareJoystickMap_GetElementIdentifier, (HardwareJoystickMap * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FD5030, bool, HardwareJoystickMap_ContainsElementIdentifier, (HardwareJoystickMap * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FD5090, int32_t, HardwareJoystickMap_GetElementIdentifierInfo, (HardwareJoystickMap * __this, ControllerElementType__Enum type, String__Array * * names, Int32__Array * * ids, MethodInfo * method)); DO_APP_FUNC(0x01FD54B0, int32_t, HardwareJoystickMap_GetMappableElementIdentifierInfo, (HardwareJoystickMap * __this, String__Array * * names, Int32__Array * * ids, MethodInfo * method)); DO_APP_FUNC(0x01FD58D0, HardwareJoystickMap *, HardwareJoystickMap_Clone, (HardwareJoystickMap * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD5940, int32_t, HardwareJoystickMap_IndexOfElementIdentifier, (HardwareJoystickMap * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FD59A0, ControllerElementType__Enum, HardwareJoystickMap_GetEffectiveElementIdentifierType, (HardwareJoystickMap * __this, HardwareControllerMapIdentifier hardwareMapIdentifier, int32_t elementIdentifierId, bool isDefaultMap, MethodInfo * method)); DO_APP_FUNC(0x01FD5A40, bool, HardwareJoystickMap_GetEffectiveAxisRange, (HardwareJoystickMap * __this, HardwareControllerMapIdentifier hardwareMapIdentifier, int32_t elementIdentifierId, bool isDefaultMap, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC(0x01FD5AE0, void, HardwareJoystickMap_GetElementIdentifiersForControllerElements, (HardwareJoystickMap * __this, HardwareControllerMapIdentifier hardwareMapIdentifier, bool isDefaultMap, Int32__Array * * buttons, Int32__Array * * axes, MethodInfo * method)); DO_APP_FUNC(0x01FD5C30, bool, HardwareJoystickMap_Matches, (HardwareJoystickMap_Platform * platform, BridgedControllerHWInfo * bridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x01FD5CB0, bool, HardwareJoystickMap_Matches_1, (HardwareJoystickMap * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool strictMatch, bool isDefaultMap, InputPlatform__Enum * actualInputPlatform, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF6C8, HardwareJoystickMap_Matches_1__MethodInfo); DO_APP_FUNC(0x01FD63A0, HardwareJoystickMap_InputManager *, HardwareJoystickMap_GetDefaultHardwareJoystickMap_InputManager, (HardwareJoystickMap * __this, BridgedControllerHWInfo * bridgedController, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF620, HardwareJoystickMap_GetDefaultHardwareJoystickMap_InputManager__MethodInfo); DO_APP_FUNC(0x003C5320, String__Array *, HardwareJoystickMap_GetTemplateGuidsOrig, (HardwareJoystickMap * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD6820, IEnumerable_1_Rewired_Interfaces_IControllerElementIdentifierCommon_Internal_ *, HardwareJoystickMap_Rewired_Data_Mapping_IHardwareControllerMap_Internal_get_ElementIdentifiers, (HardwareJoystickMap * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD68E0, IControllerElementIdentifierCommon_Internal *, HardwareJoystickMap_Rewired_Data_Mapping_IHardwareControllerMap_Internal_GetElementIdentifier, (HardwareJoystickMap * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FD68F0, HardwareJoystickMap_Platform_Fallback_Base *, HardwareJoystickMap_FindFallbackMatch, (HardwareJoystickMap * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool strictMatch, bool isDefaultMap, InputPlatform__Enum * actualInputPlatform, int32_t * variantIndex, MethodInfo * method)); DO_APP_FUNC(0x01FD6D30, HardwareJoystickMap_Platform_Fallback_Base *, HardwareJoystickMap_FindFallbackMap, (HardwareJoystickMap * __this, InputSource__Enum inputSource, bool isDefaultMap, InputPlatform__Enum * actualInputPlatform, int32_t * variantIndex, MethodInfo * method)); DO_APP_FUNC(0x01FD70A0, HardwareJoystickMap_Platform_SDL2_Base *, HardwareJoystickMap_FindSDL2Match, (HardwareJoystickMap * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool strictMatch, bool isDefaultMap, InputPlatform__Enum * actualInputPlatform, int32_t * variantIndex, MethodInfo * method)); DO_APP_FUNC(0x01FD7200, HardwareJoystickMap_Platform_SDL2_Base *, HardwareJoystickMap_FindSDL2Map, (HardwareJoystickMap * __this, InputSource__Enum inputSource, bool isDefaultMap, InputPlatform__Enum * actualInputPlatform, int32_t * variantIndex, MethodInfo * method)); DO_APP_FUNC(0x01FD7340, HardwareJoystickMap_Platform *, HardwareJoystickMap_GetSpecificPlatformMap, (HardwareJoystickMap * __this, HardwareControllerMapIdentifier hardwareMapIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FD7420, HardwareJoystickMap_Platform *, HardwareJoystickMap_GetSpecificPlatformRoot, (HardwareJoystickMap * __this, InputPlatform__Enum exactInputPlatform, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF640, HardwareJoystickMap_GetSpecificPlatformRoot__MethodInfo); DO_APP_FUNC(0x003C94D0, String *, HardwareJoystickMap_Platform_get_controllerNameOverride, (HardwareJoystickMap_Platform * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD77C0, bool, HardwareJoystickMap_Platform_get_isAllowed, (HardwareJoystickMap_Platform * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD7830, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_get_Variants, (HardwareJoystickMap_Platform * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD78F0, bool, HardwareJoystickMap_Platform_get_hasVariants, (HardwareJoystickMap_Platform * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD7910, int32_t, HardwareJoystickMap_Platform_get_variantCount, (HardwareJoystickMap_Platform * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD79A0, bool, HardwareJoystickMap_Platform_get_selfOrVariantHasData, (HardwareJoystickMap_Platform * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD7B40, bool, HardwareJoystickMap_Platform_get_selfOrVariantIsValid, (HardwareJoystickMap_Platform * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD7D30, bool, HardwareJoystickMap_Platform_get_selfOrVariantIsAllowed, (HardwareJoystickMap_Platform * __this, MethodInfo * method)); DO_APP_FUNC(0x01FD7ED0, HardwareJoystickMap_Platform *, HardwareJoystickMap_Platform_GetFirstValidPlatformMap, (HardwareJoystickMap_Platform * __this, int32_t * variantIndex, MethodInfo * method)); DO_APP_FUNC(0x01FD8030, int32_t, HardwareJoystickMap_Platform_IndexOfElementIdentifier, (HardwareJoystickMap_Platform * __this, ControllerElementIdentifier__Array * elementIdentifiers, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01FD8090, HardwareJoystickMap_Platform *, HardwareJoystickMap_Platform_GetPlatformMap, (HardwareJoystickMap_Platform * __this, int32_t variantIndex, MethodInfo * method)); DO_APP_FUNC(0x01FD8150, HardwareJoystickMap_InputManager *, HardwareJoystickMap_Platform_ToHardwareJoystickMap_InputManager, (HardwareJoystickMap_Platform * __this, HardwareJoystickMap * hardwareJoystickMap, InputSource__Enum inputSource, InputPlatform__Enum actualInputPlatform, int32_t variantIndex, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform__ctor, (HardwareJoystickMap_Platform * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_uVIHEcVmNaHXXWZWmmIRBnxBdrHK__ctor, (HardwareJoystickMap_Platform_uVIHEcVmNaHXXWZWmmIRBnxBdrHK * __this, int32_t param_0000b991, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_uVIHEcVmNaHXXWZWmmIRBnxBdrHK_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_uVIHEcVmNaHXXWZWmmIRBnxBdrHK * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDA0B0, bool, HardwareJoystickMap_Platform_uVIHEcVmNaHXXWZWmmIRBnxBdrHK_MoveNext, (HardwareJoystickMap_Platform_uVIHEcVmNaHXXWZWmmIRBnxBdrHK * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform *, HardwareJoystickMap_Platform_uVIHEcVmNaHXXWZWmmIRBnxBdrHK_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform__get_Current, (HardwareJoystickMap_Platform_uVIHEcVmNaHXXWZWmmIRBnxBdrHK * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDA210, void, HardwareJoystickMap_Platform_uVIHEcVmNaHXXWZWmmIRBnxBdrHK_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_uVIHEcVmNaHXXWZWmmIRBnxBdrHK * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B7C0, HardwareJoystickMap_Platform_uVIHEcVmNaHXXWZWmmIRBnxBdrHK_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_uVIHEcVmNaHXXWZWmmIRBnxBdrHK_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_uVIHEcVmNaHXXWZWmmIRBnxBdrHK * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDA260, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_uVIHEcVmNaHXXWZWmmIRBnxBdrHK_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform__GetEnumerator, (HardwareJoystickMap_Platform_uVIHEcVmNaHXXWZWmmIRBnxBdrHK * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDA260, IEnumerator *, HardwareJoystickMap_Platform_uVIHEcVmNaHXXWZWmmIRBnxBdrHK_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_uVIHEcVmNaHXXWZWmmIRBnxBdrHK * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Elements_Base_CopyVars, (HardwareJoystickMap_Elements_Base * __this, HardwareJoystickMap_Elements_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Elements_Base__ctor, (HardwareJoystickMap_Elements_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7730, bool, HardwareJoystickMap_MatchingCriteria_Base_get_isAllowed, (HardwareJoystickMap_MatchingCriteria_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDA3A0, bool, HardwareJoystickMap_MatchingCriteria_Base_Matches, (HardwareJoystickMap_MatchingCriteria_Base * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, MethodInfo * method)); DO_APP_FUNC(0x01FDA4E0, bool, HardwareJoystickMap_MatchingCriteria_Base_ElementCountsMatch, (HardwareJoystickMap_MatchingCriteria_Base * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool * alternateMatched, MethodInfo * method)); DO_APP_FUNC(0x01FDA5D0, void, HardwareJoystickMap_MatchingCriteria_Base_CopyVars, (HardwareJoystickMap_MatchingCriteria_Base * __this, HardwareJoystickMap_MatchingCriteria_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x01FDA650, bool, HardwareJoystickMap_MatchingCriteria_Base_StringMatches, (String * searchIn, String * searchFor, bool useRegex, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_MatchingCriteria_Base__ctor, (HardwareJoystickMap_MatchingCriteria_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_MatchingCriteria_Base_ElementCount_Base__ctor, (HardwareJoystickMap_MatchingCriteria_Base_ElementCount_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDA810, Object *, HardwareJoystickMap_MatchingCriteria_Base_ElementCount_Base_DeepClone, (HardwareJoystickMap_MatchingCriteria_Base_ElementCount_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDA880, void, HardwareJoystickMap_MatchingCriteria_Base_ElementCount_Base_kuTDBTocQsGKwaLaWjWGRWYXhneWA, (HardwareJoystickMap_MatchingCriteria_Base_ElementCount_Base * __this, HardwareJoystickMap_MatchingCriteria_Base_ElementCount_Base * param_0000b99f, MethodInfo * method)); DO_APP_FUNC(0x01FDA8A0, bool, HardwareJoystickMap_MatchingCriteria_Base_ElementCount_Base_NWhioGIQTHWIJiNJWGzSJyccbFph, (HardwareJoystickMap_MatchingCriteria_Base_ElementCount_Base * __this, BridgedControllerHWInfo * param_0000b9a0, MethodInfo * method)); DO_APP_FUNC(0x007075B0, int32_t, HardwareJoystickMap_CompoundElement_get_elementCount, (HardwareJoystickMap_CompoundElement * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDA8D0, void, HardwareJoystickMap_CompoundElement__ctor, (HardwareJoystickMap_CompoundElement * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDA9E0, void, HardwareJoystickMap_CompoundElement__ctor_1, (HardwareJoystickMap_CompoundElement * __this, HardwareJoystickMap_CompoundElement * param_0000b9a1, MethodInfo * method)); DO_APP_FUNC(0x01FDAAA0, int32_t, HardwareJoystickMap_CompoundElement_GetComponentElementIdentifierId, (HardwareJoystickMap_CompoundElement * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01FDAAE0, Object *, HardwareJoystickMap_CompoundElement_DeepClone, (HardwareJoystickMap_CompoundElement * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDABD0, void, HardwareJoystickMap_CompoundElement_ImportVars, (HardwareJoystickMap_CompoundElement * __this, HardwareJoystickMap_CompoundElement * source, MethodInfo * method)); DO_APP_FUNC(0x01FDAC80, void, HardwareJoystickMap_CompoundElement_SortHatElementsClockwise, (HardwareJoystickMap_CompoundElement * element, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_VidPid__ctor, (HardwareJoystickMap_VidPid * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDAE30, void, HardwareJoystickMap_AxisCalibrationInfoEntry__ctor, (HardwareJoystickMap_AxisCalibrationInfoEntry * __this, HardwareJoystickMap_AxisCalibrationInfoEntry * param_0000b9a5, MethodInfo * method)); DO_APP_FUNC(0x01FDAE50, Object *, HardwareJoystickMap_AxisCalibrationInfoEntry_DeepClone, (HardwareJoystickMap_AxisCalibrationInfoEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDAEC0, void, HardwareJoystickMap_AxisCalibrationInfoEntry_ImportVars, (HardwareJoystickMap_AxisCalibrationInfoEntry * __this, HardwareJoystickMap_AxisCalibrationInfoEntry * source, MethodInfo * method)); DO_APP_FUNC(0x01FDAFA0, Dictionary_2_System_Int32_Rewired_Data_Mapping_AxisCalibrationInfo_ *, HardwareJoystickMap_AxisCalibrationInfoEntry_ToDictionary, (HardwareJoystickMap_AxisCalibrationInfoEntry__Array * calibrations, bool deepClone, MethodInfo * method)); DO_APP_FUNC(0x01FDB2D0, bool, HardwareJoystickMap_Platform_RawOrDirectInput_get_hasData, (HardwareJoystickMap_Platform_RawOrDirectInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB340, bool, HardwareJoystickMap_Platform_RawOrDirectInput_get_disabled, (HardwareJoystickMap_Platform_RawOrDirectInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB360, bool, HardwareJoystickMap_Platform_RawOrDirectInput_get_isAllowed, (HardwareJoystickMap_Platform_RawOrDirectInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB3A0, void, HardwareJoystickMap_Platform_RawOrDirectInput_CopyVars, (HardwareJoystickMap_Platform_RawOrDirectInput * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_RawOrDirectInput__ctor, (HardwareJoystickMap_Platform_RawOrDirectInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB4B0, bool, HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria_get_hasData, (HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7730, bool, HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria_get_isAllowed, (HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB4E0, bool, HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria_Matches, (HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool strictMatch, MethodInfo * method)); DO_APP_FUNC(0x01F85DA0, int32_t, HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria_get_alternateElementCount, (HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB6E0, HardwareJoystickMap_MatchingCriteria_Base_ElementCount_Base *, HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria_GetAlternateElementCount, (HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01FDB720, bool, HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria_ElementCountsMatch, (HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool * alternateMatched, MethodInfo * method)); DO_APP_FUNC(0x01FDB7A0, bool, HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria_ProductNameMatches, (HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria * __this, BridgedControllerHWInfo * controller, MethodInfo * method)); DO_APP_FUNC(0x01FDB830, bool, HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria_ProductNameMatches_1, (HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FDB990, Object *, HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria_DeepClone, (HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDBA00, void, HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria_CopyVars, (HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria * __this, HardwareJoystickMap_MatchingCriteria_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria__ctor, (HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria_ElementCount__ctor, (HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria_ElementCount * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDBC50, Object *, HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria_ElementCount_DeepClone, (HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria_ElementCount * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDBCC0, void, HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria_ElementCount_kuTDBTocQsGKwaLaWjWGRWYXhneWA, (HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria_ElementCount * __this, HardwareJoystickMap_MatchingCriteria_Base_ElementCount_Base * param_0000b9b2, MethodInfo * method)); DO_APP_FUNC(0x01FDBD30, bool, HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria_ElementCount_NWhioGIQTHWIJiNJWGzSJyccbFph, (HardwareJoystickMap_Platform_RawOrDirectInput_MatchingCriteria_ElementCount * __this, BridgedControllerHWInfo * param_0000b9b3, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_RawOrDirectInput_Elements_Platform_Base__ctor, (HardwareJoystickMap_Platform_RawOrDirectInput_Elements_Platform_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDBD70, Object *, HardwareJoystickMap_Platform_RawOrDirectInput_CustomCalculationSourceData_DeepClone, (HardwareJoystickMap_Platform_RawOrDirectInput_CustomCalculationSourceData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_RawOrDirectInput_CustomCalculationSourceData__ctor, (HardwareJoystickMap_Platform_RawOrDirectInput_CustomCalculationSourceData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDBE00, void, HardwareJoystickMap_Platform_RawOrDirectInput_Element_ImportVars, (HardwareJoystickMap_Platform_RawOrDirectInput_Element * __this, HardwareJoystickMap_Platform_RawOrDirectInput_Element * source, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_RawOrDirectInput_Element__ctor, (HardwareJoystickMap_Platform_RawOrDirectInput_Element * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDBF10, void, HardwareJoystickMap_Platform_RawOrDirectInput_Button_Base__ctor, (HardwareJoystickMap_Platform_RawOrDirectInput_Button_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDBF20, void, HardwareJoystickMap_Platform_RawOrDirectInput_Button_Base_ImportVars, (HardwareJoystickMap_Platform_RawOrDirectInput_Button_Base * __this, HardwareJoystickMap_Platform_RawOrDirectInput_Button_Base * source, MethodInfo * method)); DO_APP_FUNC(0x009AAE10, void, HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base__ctor, (HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC130, void, HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base_ImportVars, (HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base * __this, HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base * source, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, InputPlatform__Enum, HardwareJoystickMap_Platform_DirectInput_Base_get_platform, (HardwareJoystickMap_Platform_DirectInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC300, HardwareJoystickMap_Platform_DirectInput_Base_Axis__Array *, HardwareJoystickMap_Platform_DirectInput_Base_get_Axes_orig, (HardwareJoystickMap_Platform_DirectInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC320, HardwareJoystickMap_Platform_DirectInput_Base_Button__Array *, HardwareJoystickMap_Platform_DirectInput_Base_get_Buttons_orig, (HardwareJoystickMap_Platform_DirectInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_DirectInput_Base_get_variants_base, (HardwareJoystickMap_Platform_DirectInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC340, int32_t, HardwareJoystickMap_Platform_DirectInput_Base_get_assignedButtonCount, (HardwareJoystickMap_Platform_DirectInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC370, int32_t, HardwareJoystickMap_Platform_DirectInput_Base_get_assignedAxisCount, (HardwareJoystickMap_Platform_DirectInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC3A0, bool, HardwareJoystickMap_Platform_DirectInput_Base_Matches, (HardwareJoystickMap_Platform_DirectInput_Base * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x01FDC4B0, String__Array *, HardwareJoystickMap_Platform_DirectInput_Base_GetAxisNames, (HardwareJoystickMap_Platform_DirectInput_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x01FDC6C0, String__Array *, HardwareJoystickMap_Platform_DirectInput_Base_GetEffectiveButtonNames, (HardwareJoystickMap_Platform_DirectInput_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x01FDC8B0, bool, HardwareJoystickMap_Platform_DirectInput_Base_IsElementIdentifierMapped, (HardwareJoystickMap_Platform_DirectInput_Base * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01FDCC00, void, HardwareJoystickMap_Platform_DirectInput_Base_GetGameElementIdentifierIdMappings, (HardwareJoystickMap_Platform_DirectInput_Base * __this, Int32__Array * * buttons, Int32__Array * * axes, MethodInfo * method)); DO_APP_FUNC(0x01FDD1D0, AxisCalibrationData__Array *, HardwareJoystickMap_Platform_DirectInput_Base_GetAxisCalibrationData, (HardwareJoystickMap_Platform_DirectInput_Base * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B590, HardwareJoystickMap_Platform_DirectInput_Base_GetAxisCalibrationData__MethodInfo); DO_APP_FUNC(0x01FDD560, void, HardwareJoystickMap_Platform_DirectInput_Base_GetAxisData, (HardwareJoystickMap_Platform_DirectInput_Base * __this, AxisRange__Enum__Array * * axisRanges, HardwareAxisInfo__Array * * axisInfos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B560, HardwareJoystickMap_Platform_DirectInput_Base_GetAxisData__MethodInfo); DO_APP_FUNC(0x01FDD9A0, void, HardwareJoystickMap_Platform_DirectInput_Base_GetButtonData, (HardwareJoystickMap_Platform_DirectInput_Base * __this, HardwareButtonInfo__Array * * buttonInfos, MethodInfo * method)); DO_APP_FUNC(0x01FDDC10, ControllerElementType__Enum, HardwareJoystickMap_Platform_DirectInput_Base_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_DirectInput_Base * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FDDC40, bool, HardwareJoystickMap_Platform_DirectInput_Base_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_DirectInput_Base * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC(0x01FDDC70, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base_ *, HardwareJoystickMap_Platform_DirectInput_Base_IterateAxes, (HardwareJoystickMap_Platform_DirectInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDDD30, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Button_Base_ *, HardwareJoystickMap_Platform_DirectInput_Base_IterateButtons, (HardwareJoystickMap_Platform_DirectInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, HardwareJoystickMap_Elements_Base *, HardwareJoystickMap_Platform_DirectInput_Base_get_elements_base, (HardwareJoystickMap_Platform_DirectInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDDDF0, Object *, HardwareJoystickMap_Platform_DirectInput_Base_DeepClone, (HardwareJoystickMap_Platform_DirectInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDDE60, void, HardwareJoystickMap_Platform_DirectInput_Base_CopyVars, (HardwareJoystickMap_Platform_DirectInput_Base * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_DirectInput_Base__ctor, (HardwareJoystickMap_Platform_DirectInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x007075B0, int32_t, HardwareJoystickMap_Platform_DirectInput_Base_Elements_get_buttonCount, (HardwareJoystickMap_Platform_DirectInput_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x00707330, int32_t, HardwareJoystickMap_Platform_DirectInput_Base_Elements_get_axisCount, (HardwareJoystickMap_Platform_DirectInput_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDDF80, HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base *, HardwareJoystickMap_Platform_DirectInput_Base_Elements_GetAxis, (HardwareJoystickMap_Platform_DirectInput_Base_Elements * __this, int32_t axisIndex, MethodInfo * method)); DO_APP_FUNC(0x01FDDFC0, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base_ *, HardwareJoystickMap_Platform_DirectInput_Base_Elements_get_Axes, (HardwareJoystickMap_Platform_DirectInput_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDE080, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Button_Base_ *, HardwareJoystickMap_Platform_DirectInput_Base_Elements_get_Buttons, (HardwareJoystickMap_Platform_DirectInput_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDE140, ControllerElementType__Enum, HardwareJoystickMap_Platform_DirectInput_Base_Elements_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_DirectInput_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FDE270, bool, HardwareJoystickMap_Platform_DirectInput_Base_Elements_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_DirectInput_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B5F8, HardwareJoystickMap_Platform_DirectInput_Base_Elements_GetEffectiveAxisRange__MethodInfo); DO_APP_FUNC(0x01FDE4F0, Object *, HardwareJoystickMap_Platform_DirectInput_Base_Elements_DeepClone, (HardwareJoystickMap_Platform_DirectInput_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDE560, void, HardwareJoystickMap_Platform_DirectInput_Base_Elements_CopyVars, (HardwareJoystickMap_Platform_DirectInput_Base_Elements * __this, HardwareJoystickMap_Elements_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_DirectInput_Base_Elements__ctor, (HardwareJoystickMap_Platform_DirectInput_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_DirectInput_Base_Elements_fguVjlKCDFAYwGjCNJpIDkReBVrV__ctor, (HardwareJoystickMap_Platform_DirectInput_Base_Elements_fguVjlKCDFAYwGjCNJpIDkReBVrV * __this, int32_t param_0000b9cd, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_DirectInput_Base_Elements_fguVjlKCDFAYwGjCNJpIDkReBVrV_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_DirectInput_Base_Elements_fguVjlKCDFAYwGjCNJpIDkReBVrV * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDE6C0, bool, HardwareJoystickMap_Platform_DirectInput_Base_Elements_fguVjlKCDFAYwGjCNJpIDkReBVrV_MoveNext, (HardwareJoystickMap_Platform_DirectInput_Base_Elements_fguVjlKCDFAYwGjCNJpIDkReBVrV * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base *, HardwareJoystickMap_Platform_DirectInput_Base_Elements_fguVjlKCDFAYwGjCNJpIDkReBVrV_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base__get_Current, (HardwareJoystickMap_Platform_DirectInput_Base_Elements_fguVjlKCDFAYwGjCNJpIDkReBVrV * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDE7B0, void, HardwareJoystickMap_Platform_DirectInput_Base_Elements_fguVjlKCDFAYwGjCNJpIDkReBVrV_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_DirectInput_Base_Elements_fguVjlKCDFAYwGjCNJpIDkReBVrV * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B460, HardwareJoystickMap_Platform_DirectInput_Base_Elements_fguVjlKCDFAYwGjCNJpIDkReBVrV_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_DirectInput_Base_Elements_fguVjlKCDFAYwGjCNJpIDkReBVrV_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_DirectInput_Base_Elements_fguVjlKCDFAYwGjCNJpIDkReBVrV * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDE800, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base_ *, HardwareJoystickMap_Platform_DirectInput_Base_Elements_fguVjlKCDFAYwGjCNJpIDkReBVrV_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base__GetEnumerator, (HardwareJoystickMap_Platform_DirectInput_Base_Elements_fguVjlKCDFAYwGjCNJpIDkReBVrV * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDE800, IEnumerator *, HardwareJoystickMap_Platform_DirectInput_Base_Elements_fguVjlKCDFAYwGjCNJpIDkReBVrV_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_DirectInput_Base_Elements_fguVjlKCDFAYwGjCNJpIDkReBVrV * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_DirectInput_Base_Elements_mPWpHICgkfHUNcRKXgyGjcJCChSAb__ctor, (HardwareJoystickMap_Platform_DirectInput_Base_Elements_mPWpHICgkfHUNcRKXgyGjcJCChSAb * __this, int32_t param_0000b9ce, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_DirectInput_Base_Elements_mPWpHICgkfHUNcRKXgyGjcJCChSAb_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_DirectInput_Base_Elements_mPWpHICgkfHUNcRKXgyGjcJCChSAb * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDE940, bool, HardwareJoystickMap_Platform_DirectInput_Base_Elements_mPWpHICgkfHUNcRKXgyGjcJCChSAb_MoveNext, (HardwareJoystickMap_Platform_DirectInput_Base_Elements_mPWpHICgkfHUNcRKXgyGjcJCChSAb * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_RawOrDirectInput_Button_Base *, HardwareJoystickMap_Platform_DirectInput_Base_Elements_mPWpHICgkfHUNcRKXgyGjcJCChSAb_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Button_Base__get_Current, (HardwareJoystickMap_Platform_DirectInput_Base_Elements_mPWpHICgkfHUNcRKXgyGjcJCChSAb * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDEA30, void, HardwareJoystickMap_Platform_DirectInput_Base_Elements_mPWpHICgkfHUNcRKXgyGjcJCChSAb_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_DirectInput_Base_Elements_mPWpHICgkfHUNcRKXgyGjcJCChSAb * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B410, HardwareJoystickMap_Platform_DirectInput_Base_Elements_mPWpHICgkfHUNcRKXgyGjcJCChSAb_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_DirectInput_Base_Elements_mPWpHICgkfHUNcRKXgyGjcJCChSAb_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_DirectInput_Base_Elements_mPWpHICgkfHUNcRKXgyGjcJCChSAb * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDEA80, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Button_Base_ *, HardwareJoystickMap_Platform_DirectInput_Base_Elements_mPWpHICgkfHUNcRKXgyGjcJCChSAb_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Button_Base__GetEnumerator, (HardwareJoystickMap_Platform_DirectInput_Base_Elements_mPWpHICgkfHUNcRKXgyGjcJCChSAb * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDEA80, IEnumerator *, HardwareJoystickMap_Platform_DirectInput_Base_Elements_mPWpHICgkfHUNcRKXgyGjcJCChSAb_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_DirectInput_Base_Elements_mPWpHICgkfHUNcRKXgyGjcJCChSAb * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDBF10, void, HardwareJoystickMap_Platform_DirectInput_Base_Button__ctor, (HardwareJoystickMap_Platform_DirectInput_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDEBC0, Object *, HardwareJoystickMap_Platform_DirectInput_Base_Button_DeepClone, (HardwareJoystickMap_Platform_DirectInput_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDEC30, void, HardwareJoystickMap_Platform_DirectInput_Base_Button_ImportVars, (HardwareJoystickMap_Platform_DirectInput_Base_Button * __this, HardwareJoystickMap_Platform_DirectInput_Base_Button * source, MethodInfo * method)); DO_APP_FUNC(0x009AAE10, void, HardwareJoystickMap_Platform_DirectInput_Base_Axis__ctor, (HardwareJoystickMap_Platform_DirectInput_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDEC40, Object *, HardwareJoystickMap_Platform_DirectInput_Base_Axis_DeepClone, (HardwareJoystickMap_Platform_DirectInput_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDECB0, void, HardwareJoystickMap_Platform_DirectInput_Base_Axis_ImportVars, (HardwareJoystickMap_Platform_DirectInput_Base_Axis * __this, HardwareJoystickMap_Platform_DirectInput_Base_Axis * source, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_DirectInput_Base_wDOniiBAtjPGjBKlQBKUAGMHpPHZA__ctor, (HardwareJoystickMap_Platform_DirectInput_Base_wDOniiBAtjPGjBKlQBKUAGMHpPHZA * __this, int32_t param_0000b9d1, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_DirectInput_Base_wDOniiBAtjPGjBKlQBKUAGMHpPHZA_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_DirectInput_Base_wDOniiBAtjPGjBKlQBKUAGMHpPHZA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDECC0, bool, HardwareJoystickMap_Platform_DirectInput_Base_wDOniiBAtjPGjBKlQBKUAGMHpPHZA_MoveNext, (HardwareJoystickMap_Platform_DirectInput_Base_wDOniiBAtjPGjBKlQBKUAGMHpPHZA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base *, HardwareJoystickMap_Platform_DirectInput_Base_wDOniiBAtjPGjBKlQBKUAGMHpPHZA_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base__get_Current, (HardwareJoystickMap_Platform_DirectInput_Base_wDOniiBAtjPGjBKlQBKUAGMHpPHZA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDEDD0, void, HardwareJoystickMap_Platform_DirectInput_Base_wDOniiBAtjPGjBKlQBKUAGMHpPHZA_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_DirectInput_Base_wDOniiBAtjPGjBKlQBKUAGMHpPHZA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B508, HardwareJoystickMap_Platform_DirectInput_Base_wDOniiBAtjPGjBKlQBKUAGMHpPHZA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_DirectInput_Base_wDOniiBAtjPGjBKlQBKUAGMHpPHZA_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_DirectInput_Base_wDOniiBAtjPGjBKlQBKUAGMHpPHZA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDEE20, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base_ *, HardwareJoystickMap_Platform_DirectInput_Base_wDOniiBAtjPGjBKlQBKUAGMHpPHZA_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base__GetEnumerator, (HardwareJoystickMap_Platform_DirectInput_Base_wDOniiBAtjPGjBKlQBKUAGMHpPHZA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDEE20, IEnumerator *, HardwareJoystickMap_Platform_DirectInput_Base_wDOniiBAtjPGjBKlQBKUAGMHpPHZA_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_DirectInput_Base_wDOniiBAtjPGjBKlQBKUAGMHpPHZA * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_DirectInput_Base_MpEgptaFPDIarSlVfcxBBeLItFvfc__ctor, (HardwareJoystickMap_Platform_DirectInput_Base_MpEgptaFPDIarSlVfcxBBeLItFvfc * __this, int32_t param_0000b9d2, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_DirectInput_Base_MpEgptaFPDIarSlVfcxBBeLItFvfc_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_DirectInput_Base_MpEgptaFPDIarSlVfcxBBeLItFvfc * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDEF60, bool, HardwareJoystickMap_Platform_DirectInput_Base_MpEgptaFPDIarSlVfcxBBeLItFvfc_MoveNext, (HardwareJoystickMap_Platform_DirectInput_Base_MpEgptaFPDIarSlVfcxBBeLItFvfc * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_RawOrDirectInput_Button_Base *, HardwareJoystickMap_Platform_DirectInput_Base_MpEgptaFPDIarSlVfcxBBeLItFvfc_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Button_Base__get_Current, (HardwareJoystickMap_Platform_DirectInput_Base_MpEgptaFPDIarSlVfcxBBeLItFvfc * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDF070, void, HardwareJoystickMap_Platform_DirectInput_Base_MpEgptaFPDIarSlVfcxBBeLItFvfc_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_DirectInput_Base_MpEgptaFPDIarSlVfcxBBeLItFvfc * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B518, HardwareJoystickMap_Platform_DirectInput_Base_MpEgptaFPDIarSlVfcxBBeLItFvfc_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_DirectInput_Base_MpEgptaFPDIarSlVfcxBBeLItFvfc_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_DirectInput_Base_MpEgptaFPDIarSlVfcxBBeLItFvfc * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDF0C0, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Button_Base_ *, HardwareJoystickMap_Platform_DirectInput_Base_MpEgptaFPDIarSlVfcxBBeLItFvfc_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Button_Base__GetEnumerator, (HardwareJoystickMap_Platform_DirectInput_Base_MpEgptaFPDIarSlVfcxBBeLItFvfc * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDF0C0, IEnumerator *, HardwareJoystickMap_Platform_DirectInput_Base_MpEgptaFPDIarSlVfcxBBeLItFvfc_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_DirectInput_Base_MpEgptaFPDIarSlVfcxBBeLItFvfc * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_DirectInput_get_variants_base, (HardwareJoystickMap_Platform_DirectInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDF200, bool, HardwareJoystickMap_Platform_DirectInput_Matches, (HardwareJoystickMap_Platform_DirectInput * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x01FDF3B0, Object *, HardwareJoystickMap_Platform_DirectInput_DeepClone, (HardwareJoystickMap_Platform_DirectInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDF420, void, HardwareJoystickMap_Platform_DirectInput_CopyVars, (HardwareJoystickMap_Platform_DirectInput * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_DirectInput__ctor, (HardwareJoystickMap_Platform_DirectInput * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, InputPlatform__Enum, HardwareJoystickMap_Platform_RawInput_Base_get_platform, (HardwareJoystickMap_Platform_RawInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC300, HardwareJoystickMap_Platform_RawInput_Base_Axis__Array *, HardwareJoystickMap_Platform_RawInput_Base_get_Axes_orig, (HardwareJoystickMap_Platform_RawInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC320, HardwareJoystickMap_Platform_RawInput_Base_Button__Array *, HardwareJoystickMap_Platform_RawInput_Base_get_Buttons_orig, (HardwareJoystickMap_Platform_RawInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_RawInput_Base_get_variants_base, (HardwareJoystickMap_Platform_RawInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC340, int32_t, HardwareJoystickMap_Platform_RawInput_Base_get_assignedButtonCount, (HardwareJoystickMap_Platform_RawInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC370, int32_t, HardwareJoystickMap_Platform_RawInput_Base_get_assignedAxisCount, (HardwareJoystickMap_Platform_RawInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC3A0, bool, HardwareJoystickMap_Platform_RawInput_Base_Matches, (HardwareJoystickMap_Platform_RawInput_Base * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x01FDF640, String__Array *, HardwareJoystickMap_Platform_RawInput_Base_GetAxisNames, (HardwareJoystickMap_Platform_RawInput_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x01FDF850, String__Array *, HardwareJoystickMap_Platform_RawInput_Base_GetEffectiveButtonNames, (HardwareJoystickMap_Platform_RawInput_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x01FDFA40, bool, HardwareJoystickMap_Platform_RawInput_Base_IsElementIdentifierMapped, (HardwareJoystickMap_Platform_RawInput_Base * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01FDFD90, void, HardwareJoystickMap_Platform_RawInput_Base_GetGameElementIdentifierIdMappings, (HardwareJoystickMap_Platform_RawInput_Base * __this, Int32__Array * * buttons, Int32__Array * * axes, MethodInfo * method)); DO_APP_FUNC(0x01FE0360, AxisCalibrationData__Array *, HardwareJoystickMap_Platform_RawInput_Base_GetAxisCalibrationData, (HardwareJoystickMap_Platform_RawInput_Base * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B340, HardwareJoystickMap_Platform_RawInput_Base_GetAxisCalibrationData__MethodInfo); DO_APP_FUNC(0x01FE06F0, void, HardwareJoystickMap_Platform_RawInput_Base_GetAxisData, (HardwareJoystickMap_Platform_RawInput_Base * __this, AxisRange__Enum__Array * * axisRanges, HardwareAxisInfo__Array * * axisInfos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B338, HardwareJoystickMap_Platform_RawInput_Base_GetAxisData__MethodInfo); DO_APP_FUNC(0x01FE0B30, void, HardwareJoystickMap_Platform_RawInput_Base_GetButtonData, (HardwareJoystickMap_Platform_RawInput_Base * __this, HardwareButtonInfo__Array * * buttonInfos, MethodInfo * method)); DO_APP_FUNC(0x01FDDC10, ControllerElementType__Enum, HardwareJoystickMap_Platform_RawInput_Base_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_RawInput_Base * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FDDC40, bool, HardwareJoystickMap_Platform_RawInput_Base_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_RawInput_Base * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC(0x01FE0DA0, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base_ *, HardwareJoystickMap_Platform_RawInput_Base_IterateAxes, (HardwareJoystickMap_Platform_RawInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE0E60, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Button_Base_ *, HardwareJoystickMap_Platform_RawInput_Base_IterateButtons, (HardwareJoystickMap_Platform_RawInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, HardwareJoystickMap_Elements_Base *, HardwareJoystickMap_Platform_RawInput_Base_get_elements_base, (HardwareJoystickMap_Platform_RawInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE0F20, Object *, HardwareJoystickMap_Platform_RawInput_Base_DeepClone, (HardwareJoystickMap_Platform_RawInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE0F90, void, HardwareJoystickMap_Platform_RawInput_Base_CopyVars, (HardwareJoystickMap_Platform_RawInput_Base * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_RawInput_Base__ctor, (HardwareJoystickMap_Platform_RawInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x007075B0, int32_t, HardwareJoystickMap_Platform_RawInput_Base_Elements_get_buttonCount, (HardwareJoystickMap_Platform_RawInput_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x00707330, int32_t, HardwareJoystickMap_Platform_RawInput_Base_Elements_get_axisCount, (HardwareJoystickMap_Platform_RawInput_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDDF80, HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base *, HardwareJoystickMap_Platform_RawInput_Base_Elements_GetAxis, (HardwareJoystickMap_Platform_RawInput_Base_Elements * __this, int32_t axisIndex, MethodInfo * method)); DO_APP_FUNC(0x01FE10B0, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base_ *, HardwareJoystickMap_Platform_RawInput_Base_Elements_get_Axes, (HardwareJoystickMap_Platform_RawInput_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE1170, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Button_Base_ *, HardwareJoystickMap_Platform_RawInput_Base_Elements_get_Buttons, (HardwareJoystickMap_Platform_RawInput_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDE140, ControllerElementType__Enum, HardwareJoystickMap_Platform_RawInput_Base_Elements_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_RawInput_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FE1230, bool, HardwareJoystickMap_Platform_RawInput_Base_Elements_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_RawInput_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B370, HardwareJoystickMap_Platform_RawInput_Base_Elements_GetEffectiveAxisRange__MethodInfo); DO_APP_FUNC(0x01FE14C0, Object *, HardwareJoystickMap_Platform_RawInput_Base_Elements_DeepClone, (HardwareJoystickMap_Platform_RawInput_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE1530, void, HardwareJoystickMap_Platform_RawInput_Base_Elements_CopyVars, (HardwareJoystickMap_Platform_RawInput_Base_Elements * __this, HardwareJoystickMap_Elements_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_RawInput_Base_Elements__ctor, (HardwareJoystickMap_Platform_RawInput_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_RawInput_Base_Elements_EGlqeDUNCvcIFDcbiXpNIlynVMOx__ctor, (HardwareJoystickMap_Platform_RawInput_Base_Elements_EGlqeDUNCvcIFDcbiXpNIlynVMOx * __this, int32_t param_0000b9ed, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_RawInput_Base_Elements_EGlqeDUNCvcIFDcbiXpNIlynVMOx_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_RawInput_Base_Elements_EGlqeDUNCvcIFDcbiXpNIlynVMOx * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDE6C0, bool, HardwareJoystickMap_Platform_RawInput_Base_Elements_EGlqeDUNCvcIFDcbiXpNIlynVMOx_MoveNext, (HardwareJoystickMap_Platform_RawInput_Base_Elements_EGlqeDUNCvcIFDcbiXpNIlynVMOx * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base *, HardwareJoystickMap_Platform_RawInput_Base_Elements_EGlqeDUNCvcIFDcbiXpNIlynVMOx_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base__get_Current, (HardwareJoystickMap_Platform_RawInput_Base_Elements_EGlqeDUNCvcIFDcbiXpNIlynVMOx * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE1690, void, HardwareJoystickMap_Platform_RawInput_Base_Elements_EGlqeDUNCvcIFDcbiXpNIlynVMOx_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_RawInput_Base_Elements_EGlqeDUNCvcIFDcbiXpNIlynVMOx * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B298, HardwareJoystickMap_Platform_RawInput_Base_Elements_EGlqeDUNCvcIFDcbiXpNIlynVMOx_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_RawInput_Base_Elements_EGlqeDUNCvcIFDcbiXpNIlynVMOx_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_RawInput_Base_Elements_EGlqeDUNCvcIFDcbiXpNIlynVMOx * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE16E0, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base_ *, HardwareJoystickMap_Platform_RawInput_Base_Elements_EGlqeDUNCvcIFDcbiXpNIlynVMOx_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base__GetEnumerator, (HardwareJoystickMap_Platform_RawInput_Base_Elements_EGlqeDUNCvcIFDcbiXpNIlynVMOx * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE16E0, IEnumerator *, HardwareJoystickMap_Platform_RawInput_Base_Elements_EGlqeDUNCvcIFDcbiXpNIlynVMOx_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_RawInput_Base_Elements_EGlqeDUNCvcIFDcbiXpNIlynVMOx * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_RawInput_Base_Elements_zjPsrexbKeWDnypDahdFVlDMriZO__ctor, (HardwareJoystickMap_Platform_RawInput_Base_Elements_zjPsrexbKeWDnypDahdFVlDMriZO * __this, int32_t param_0000b9ee, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_RawInput_Base_Elements_zjPsrexbKeWDnypDahdFVlDMriZO_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_RawInput_Base_Elements_zjPsrexbKeWDnypDahdFVlDMriZO * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDE940, bool, HardwareJoystickMap_Platform_RawInput_Base_Elements_zjPsrexbKeWDnypDahdFVlDMriZO_MoveNext, (HardwareJoystickMap_Platform_RawInput_Base_Elements_zjPsrexbKeWDnypDahdFVlDMriZO * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_RawOrDirectInput_Button_Base *, HardwareJoystickMap_Platform_RawInput_Base_Elements_zjPsrexbKeWDnypDahdFVlDMriZO_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Button_Base__get_Current, (HardwareJoystickMap_Platform_RawInput_Base_Elements_zjPsrexbKeWDnypDahdFVlDMriZO * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE1820, void, HardwareJoystickMap_Platform_RawInput_Base_Elements_zjPsrexbKeWDnypDahdFVlDMriZO_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_RawInput_Base_Elements_zjPsrexbKeWDnypDahdFVlDMriZO * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B280, HardwareJoystickMap_Platform_RawInput_Base_Elements_zjPsrexbKeWDnypDahdFVlDMriZO_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_RawInput_Base_Elements_zjPsrexbKeWDnypDahdFVlDMriZO_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_RawInput_Base_Elements_zjPsrexbKeWDnypDahdFVlDMriZO * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE1870, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Button_Base_ *, HardwareJoystickMap_Platform_RawInput_Base_Elements_zjPsrexbKeWDnypDahdFVlDMriZO_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Button_Base__GetEnumerator, (HardwareJoystickMap_Platform_RawInput_Base_Elements_zjPsrexbKeWDnypDahdFVlDMriZO * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE1870, IEnumerator *, HardwareJoystickMap_Platform_RawInput_Base_Elements_zjPsrexbKeWDnypDahdFVlDMriZO_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_RawInput_Base_Elements_zjPsrexbKeWDnypDahdFVlDMriZO * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDBF10, void, HardwareJoystickMap_Platform_RawInput_Base_Button__ctor, (HardwareJoystickMap_Platform_RawInput_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE19B0, Object *, HardwareJoystickMap_Platform_RawInput_Base_Button_DeepClone, (HardwareJoystickMap_Platform_RawInput_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE1A30, void, HardwareJoystickMap_Platform_RawInput_Base_Button_ImportVars, (HardwareJoystickMap_Platform_RawInput_Base_Button * __this, HardwareJoystickMap_Platform_RawInput_Base_Button * source, MethodInfo * method)); DO_APP_FUNC(0x009AAE10, void, HardwareJoystickMap_Platform_RawInput_Base_Axis__ctor, (HardwareJoystickMap_Platform_RawInput_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE1A70, Object *, HardwareJoystickMap_Platform_RawInput_Base_Axis_DeepClone, (HardwareJoystickMap_Platform_RawInput_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE1AF0, void, HardwareJoystickMap_Platform_RawInput_Base_Axis_ImportVars, (HardwareJoystickMap_Platform_RawInput_Base_Axis * __this, HardwareJoystickMap_Platform_RawInput_Base_Axis * source, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_RawInput_Base_JtPAMlonTuwbMJWKEntQUNHRDWKs__ctor, (HardwareJoystickMap_Platform_RawInput_Base_JtPAMlonTuwbMJWKEntQUNHRDWKs * __this, int32_t param_0000b9f1, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_RawInput_Base_JtPAMlonTuwbMJWKEntQUNHRDWKs_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_RawInput_Base_JtPAMlonTuwbMJWKEntQUNHRDWKs * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDECC0, bool, HardwareJoystickMap_Platform_RawInput_Base_JtPAMlonTuwbMJWKEntQUNHRDWKs_MoveNext, (HardwareJoystickMap_Platform_RawInput_Base_JtPAMlonTuwbMJWKEntQUNHRDWKs * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base *, HardwareJoystickMap_Platform_RawInput_Base_JtPAMlonTuwbMJWKEntQUNHRDWKs_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base__get_Current, (HardwareJoystickMap_Platform_RawInput_Base_JtPAMlonTuwbMJWKEntQUNHRDWKs * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE1B30, void, HardwareJoystickMap_Platform_RawInput_Base_JtPAMlonTuwbMJWKEntQUNHRDWKs_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_RawInput_Base_JtPAMlonTuwbMJWKEntQUNHRDWKs * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B308, HardwareJoystickMap_Platform_RawInput_Base_JtPAMlonTuwbMJWKEntQUNHRDWKs_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_RawInput_Base_JtPAMlonTuwbMJWKEntQUNHRDWKs_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_RawInput_Base_JtPAMlonTuwbMJWKEntQUNHRDWKs * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE1B80, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base_ *, HardwareJoystickMap_Platform_RawInput_Base_JtPAMlonTuwbMJWKEntQUNHRDWKs_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base__GetEnumerator, (HardwareJoystickMap_Platform_RawInput_Base_JtPAMlonTuwbMJWKEntQUNHRDWKs * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE1B80, IEnumerator *, HardwareJoystickMap_Platform_RawInput_Base_JtPAMlonTuwbMJWKEntQUNHRDWKs_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_RawInput_Base_JtPAMlonTuwbMJWKEntQUNHRDWKs * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_RawInput_Base_ljdryevnLqfpEquFKfZpOdAXfsqC__ctor, (HardwareJoystickMap_Platform_RawInput_Base_ljdryevnLqfpEquFKfZpOdAXfsqC * __this, int32_t param_0000b9f2, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_RawInput_Base_ljdryevnLqfpEquFKfZpOdAXfsqC_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_RawInput_Base_ljdryevnLqfpEquFKfZpOdAXfsqC * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDEF60, bool, HardwareJoystickMap_Platform_RawInput_Base_ljdryevnLqfpEquFKfZpOdAXfsqC_MoveNext, (HardwareJoystickMap_Platform_RawInput_Base_ljdryevnLqfpEquFKfZpOdAXfsqC * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_RawOrDirectInput_Button_Base *, HardwareJoystickMap_Platform_RawInput_Base_ljdryevnLqfpEquFKfZpOdAXfsqC_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Button_Base__get_Current, (HardwareJoystickMap_Platform_RawInput_Base_ljdryevnLqfpEquFKfZpOdAXfsqC * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE1CC0, void, HardwareJoystickMap_Platform_RawInput_Base_ljdryevnLqfpEquFKfZpOdAXfsqC_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_RawInput_Base_ljdryevnLqfpEquFKfZpOdAXfsqC * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B2F0, HardwareJoystickMap_Platform_RawInput_Base_ljdryevnLqfpEquFKfZpOdAXfsqC_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_RawInput_Base_ljdryevnLqfpEquFKfZpOdAXfsqC_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_RawInput_Base_ljdryevnLqfpEquFKfZpOdAXfsqC * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE1D10, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Button_Base_ *, HardwareJoystickMap_Platform_RawInput_Base_ljdryevnLqfpEquFKfZpOdAXfsqC_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_RawOrDirectInput_Button_Base__GetEnumerator, (HardwareJoystickMap_Platform_RawInput_Base_ljdryevnLqfpEquFKfZpOdAXfsqC * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE1D10, IEnumerator *, HardwareJoystickMap_Platform_RawInput_Base_ljdryevnLqfpEquFKfZpOdAXfsqC_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_RawInput_Base_ljdryevnLqfpEquFKfZpOdAXfsqC * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_RawInput_get_variants_base, (HardwareJoystickMap_Platform_RawInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDF200, bool, HardwareJoystickMap_Platform_RawInput_Matches, (HardwareJoystickMap_Platform_RawInput * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x01FE1E50, Object *, HardwareJoystickMap_Platform_RawInput_DeepClone, (HardwareJoystickMap_Platform_RawInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE1EC0, void, HardwareJoystickMap_Platform_RawInput_CopyVars, (HardwareJoystickMap_Platform_RawInput * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_RawInput__ctor, (HardwareJoystickMap_Platform_RawInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC340, int32_t, HardwareJoystickMap_Platform_XInput_Base_get_assignedButtonCount, (HardwareJoystickMap_Platform_XInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC370, int32_t, HardwareJoystickMap_Platform_XInput_Base_get_assignedAxisCount, (HardwareJoystickMap_Platform_XInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F690, InputPlatform__Enum, HardwareJoystickMap_Platform_XInput_Base_get_platform, (HardwareJoystickMap_Platform_XInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC300, HardwareJoystickMap_Platform_XInput_Base_Axis__Array *, HardwareJoystickMap_Platform_XInput_Base_get_Axes_orig, (HardwareJoystickMap_Platform_XInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC320, HardwareJoystickMap_Platform_XInput_Base_Button__Array *, HardwareJoystickMap_Platform_XInput_Base_get_Buttons_orig, (HardwareJoystickMap_Platform_XInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB2D0, bool, HardwareJoystickMap_Platform_XInput_Base_get_hasData, (HardwareJoystickMap_Platform_XInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB340, bool, HardwareJoystickMap_Platform_XInput_Base_get_disabled, (HardwareJoystickMap_Platform_XInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB360, bool, HardwareJoystickMap_Platform_XInput_Base_get_isAllowed, (HardwareJoystickMap_Platform_XInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, HardwareJoystickMap_Elements_Base *, HardwareJoystickMap_Platform_XInput_Base_get_elements_base, (HardwareJoystickMap_Platform_XInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_XInput_Base_get_variants_base, (HardwareJoystickMap_Platform_XInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC3A0, bool, HardwareJoystickMap_Platform_XInput_Base_Matches, (HardwareJoystickMap_Platform_XInput_Base * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x01FE20E0, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_XInput_Base_Axis_ *, HardwareJoystickMap_Platform_XInput_Base_IterateAxes, (HardwareJoystickMap_Platform_XInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE21A0, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_XInput_Base_Button_ *, HardwareJoystickMap_Platform_XInput_Base_IterateButtons, (HardwareJoystickMap_Platform_XInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE2260, String__Array *, HardwareJoystickMap_Platform_XInput_Base_GetAxisNames, (HardwareJoystickMap_Platform_XInput_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x01FE2440, String__Array *, HardwareJoystickMap_Platform_XInput_Base_GetEffectiveButtonNames, (HardwareJoystickMap_Platform_XInput_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x01FE2620, bool, HardwareJoystickMap_Platform_XInput_Base_IsElementIdentifierMapped, (HardwareJoystickMap_Platform_XInput_Base * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01FE28E0, void, HardwareJoystickMap_Platform_XInput_Base_GetGameElementIdentifierIdMappings, (HardwareJoystickMap_Platform_XInput_Base * __this, Int32__Array * * buttons, Int32__Array * * axes, MethodInfo * method)); DO_APP_FUNC(0x01FE2E20, AxisCalibrationData__Array *, HardwareJoystickMap_Platform_XInput_Base_GetAxisCalibrationData, (HardwareJoystickMap_Platform_XInput_Base * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B248, HardwareJoystickMap_Platform_XInput_Base_GetAxisCalibrationData__MethodInfo); DO_APP_FUNC(0x01FE31A0, void, HardwareJoystickMap_Platform_XInput_Base_GetAxisData, (HardwareJoystickMap_Platform_XInput_Base * __this, AxisRange__Enum__Array * * axisRanges, HardwareAxisInfo__Array * * axisInfos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B258, HardwareJoystickMap_Platform_XInput_Base_GetAxisData__MethodInfo); DO_APP_FUNC(0x01FE35D0, void, HardwareJoystickMap_Platform_XInput_Base_GetButtonData, (HardwareJoystickMap_Platform_XInput_Base * __this, HardwareButtonInfo__Array * * buttonInfos, MethodInfo * method)); DO_APP_FUNC(0x01FDDC10, ControllerElementType__Enum, HardwareJoystickMap_Platform_XInput_Base_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_XInput_Base * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FDDC40, bool, HardwareJoystickMap_Platform_XInput_Base_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_XInput_Base * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC(0x01FE3840, Object *, HardwareJoystickMap_Platform_XInput_Base_DeepClone, (HardwareJoystickMap_Platform_XInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE38B0, void, HardwareJoystickMap_Platform_XInput_Base_CopyVars, (HardwareJoystickMap_Platform_XInput_Base * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_XInput_Base__ctor, (HardwareJoystickMap_Platform_XInput_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE3A50, bool, HardwareJoystickMap_Platform_XInput_Base_MatchingCriteria_get_hasData, (HardwareJoystickMap_Platform_XInput_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7730, bool, HardwareJoystickMap_Platform_XInput_Base_MatchingCriteria_get_isAllowed, (HardwareJoystickMap_Platform_XInput_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE3A80, bool, HardwareJoystickMap_Platform_XInput_Base_MatchingCriteria_Matches, (HardwareJoystickMap_Platform_XInput_Base_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool strictMatch, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, HardwareJoystickMap_Platform_XInput_Base_MatchingCriteria_get_alternateElementCount, (HardwareJoystickMap_Platform_XInput_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, HardwareJoystickMap_MatchingCriteria_Base_ElementCount_Base *, HardwareJoystickMap_Platform_XInput_Base_MatchingCriteria_GetAlternateElementCount, (HardwareJoystickMap_Platform_XInput_Base_MatchingCriteria * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01FE3B60, bool, HardwareJoystickMap_Platform_XInput_Base_MatchingCriteria_ElementCountsMatch, (HardwareJoystickMap_Platform_XInput_Base_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool * alternateMatched, MethodInfo * method)); DO_APP_FUNC(0x01FE3B70, Object *, HardwareJoystickMap_Platform_XInput_Base_MatchingCriteria_DeepClone, (HardwareJoystickMap_Platform_XInput_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE3BE0, void, HardwareJoystickMap_Platform_XInput_Base_MatchingCriteria_CopyVars, (HardwareJoystickMap_Platform_XInput_Base_MatchingCriteria * __this, HardwareJoystickMap_MatchingCriteria_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_XInput_Base_MatchingCriteria__ctor, (HardwareJoystickMap_Platform_XInput_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x007075B0, int32_t, HardwareJoystickMap_Platform_XInput_Base_Elements_get_buttonCount, (HardwareJoystickMap_Platform_XInput_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x00707330, int32_t, HardwareJoystickMap_Platform_XInput_Base_Elements_get_axisCount, (HardwareJoystickMap_Platform_XInput_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE3D50, Object *, HardwareJoystickMap_Platform_XInput_Base_Elements_DeepClone, (HardwareJoystickMap_Platform_XInput_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE3DC0, void, HardwareJoystickMap_Platform_XInput_Base_Elements_CopyVars, (HardwareJoystickMap_Platform_XInput_Base_Elements * __this, HardwareJoystickMap_Elements_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x01FE3F20, ControllerElementType__Enum, HardwareJoystickMap_Platform_XInput_Base_Elements_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_XInput_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FE4050, bool, HardwareJoystickMap_Platform_XInput_Base_Elements_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_XInput_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B0F0, HardwareJoystickMap_Platform_XInput_Base_Elements_GetEffectiveAxisRange__MethodInfo); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_XInput_Base_Elements__ctor, (HardwareJoystickMap_Platform_XInput_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE41E0, void, HardwareJoystickMap_Platform_XInput_Base_Element_CopyVars, (HardwareJoystickMap_Platform_XInput_Base_Element * __this, HardwareJoystickMap_Platform_XInput_Base_Element * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_XInput_Base_Element__ctor, (HardwareJoystickMap_Platform_XInput_Base_Element * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE4220, void, HardwareJoystickMap_Platform_XInput_Base_Button__ctor, (HardwareJoystickMap_Platform_XInput_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE4230, Object *, HardwareJoystickMap_Platform_XInput_Base_Button_DeepClone, (HardwareJoystickMap_Platform_XInput_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE42B0, void, HardwareJoystickMap_Platform_XInput_Base_Button_CopyVars, (HardwareJoystickMap_Platform_XInput_Base_Button * __this, HardwareJoystickMap_Platform_XInput_Base_Element * destination, MethodInfo * method)); DO_APP_FUNC(0x01FE43D0, void, HardwareJoystickMap_Platform_XInput_Base_Axis__ctor, (HardwareJoystickMap_Platform_XInput_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE43E0, Object *, HardwareJoystickMap_Platform_XInput_Base_Axis_DeepClone, (HardwareJoystickMap_Platform_XInput_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE4460, void, HardwareJoystickMap_Platform_XInput_Base_Axis_CopyVars, (HardwareJoystickMap_Platform_XInput_Base_Axis * __this, HardwareJoystickMap_Platform_XInput_Base_Element * destination, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_XInput_Base_MKRAYLUqQSQnjIhsPhyJShqDDfWc__ctor, (HardwareJoystickMap_Platform_XInput_Base_MKRAYLUqQSQnjIhsPhyJShqDDfWc * __this, int32_t param_0000ba15, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_XInput_Base_MKRAYLUqQSQnjIhsPhyJShqDDfWc_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_XInput_Base_MKRAYLUqQSQnjIhsPhyJShqDDfWc * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE4640, bool, HardwareJoystickMap_Platform_XInput_Base_MKRAYLUqQSQnjIhsPhyJShqDDfWc_MoveNext, (HardwareJoystickMap_Platform_XInput_Base_MKRAYLUqQSQnjIhsPhyJShqDDfWc * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_XInput_Base_Axis *, HardwareJoystickMap_Platform_XInput_Base_MKRAYLUqQSQnjIhsPhyJShqDDfWc_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_XInput_Base_Axis__get_Current, (HardwareJoystickMap_Platform_XInput_Base_MKRAYLUqQSQnjIhsPhyJShqDDfWc * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE4750, void, HardwareJoystickMap_Platform_XInput_Base_MKRAYLUqQSQnjIhsPhyJShqDDfWc_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_XInput_Base_MKRAYLUqQSQnjIhsPhyJShqDDfWc * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B158, HardwareJoystickMap_Platform_XInput_Base_MKRAYLUqQSQnjIhsPhyJShqDDfWc_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_XInput_Base_MKRAYLUqQSQnjIhsPhyJShqDDfWc_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_XInput_Base_MKRAYLUqQSQnjIhsPhyJShqDDfWc * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE47A0, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_XInput_Base_Axis_ *, HardwareJoystickMap_Platform_XInput_Base_MKRAYLUqQSQnjIhsPhyJShqDDfWc_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_XInput_Base_Axis__GetEnumerator, (HardwareJoystickMap_Platform_XInput_Base_MKRAYLUqQSQnjIhsPhyJShqDDfWc * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE47A0, IEnumerator *, HardwareJoystickMap_Platform_XInput_Base_MKRAYLUqQSQnjIhsPhyJShqDDfWc_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_XInput_Base_MKRAYLUqQSQnjIhsPhyJShqDDfWc * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_XInput_Base_YsIawbbIWzgTLJDNekTIzmQiTnrGA__ctor, (HardwareJoystickMap_Platform_XInput_Base_YsIawbbIWzgTLJDNekTIzmQiTnrGA * __this, int32_t param_0000ba16, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_XInput_Base_YsIawbbIWzgTLJDNekTIzmQiTnrGA_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_XInput_Base_YsIawbbIWzgTLJDNekTIzmQiTnrGA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE48E0, bool, HardwareJoystickMap_Platform_XInput_Base_YsIawbbIWzgTLJDNekTIzmQiTnrGA_MoveNext, (HardwareJoystickMap_Platform_XInput_Base_YsIawbbIWzgTLJDNekTIzmQiTnrGA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_XInput_Base_Button *, HardwareJoystickMap_Platform_XInput_Base_YsIawbbIWzgTLJDNekTIzmQiTnrGA_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_XInput_Base_Button__get_Current, (HardwareJoystickMap_Platform_XInput_Base_YsIawbbIWzgTLJDNekTIzmQiTnrGA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE49F0, void, HardwareJoystickMap_Platform_XInput_Base_YsIawbbIWzgTLJDNekTIzmQiTnrGA_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_XInput_Base_YsIawbbIWzgTLJDNekTIzmQiTnrGA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B148, HardwareJoystickMap_Platform_XInput_Base_YsIawbbIWzgTLJDNekTIzmQiTnrGA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_XInput_Base_YsIawbbIWzgTLJDNekTIzmQiTnrGA_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_XInput_Base_YsIawbbIWzgTLJDNekTIzmQiTnrGA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE4A40, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_XInput_Base_Button_ *, HardwareJoystickMap_Platform_XInput_Base_YsIawbbIWzgTLJDNekTIzmQiTnrGA_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_XInput_Base_Button__GetEnumerator, (HardwareJoystickMap_Platform_XInput_Base_YsIawbbIWzgTLJDNekTIzmQiTnrGA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE4A40, IEnumerator *, HardwareJoystickMap_Platform_XInput_Base_YsIawbbIWzgTLJDNekTIzmQiTnrGA_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_XInput_Base_YsIawbbIWzgTLJDNekTIzmQiTnrGA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_XInput_get_variants_base, (HardwareJoystickMap_Platform_XInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDF200, bool, HardwareJoystickMap_Platform_XInput_Matches, (HardwareJoystickMap_Platform_XInput * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x01FE4B80, Object *, HardwareJoystickMap_Platform_XInput_DeepClone, (HardwareJoystickMap_Platform_XInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE4BF0, void, HardwareJoystickMap_Platform_XInput_CopyVars, (HardwareJoystickMap_Platform_XInput * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_XInput__ctor, (HardwareJoystickMap_Platform_XInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC340, int32_t, HardwareJoystickMap_Platform_OSX_Base_get_assignedButtonCount, (HardwareJoystickMap_Platform_OSX_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC370, int32_t, HardwareJoystickMap_Platform_OSX_Base_get_assignedAxisCount, (HardwareJoystickMap_Platform_OSX_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x00EECFF0, InputPlatform__Enum, HardwareJoystickMap_Platform_OSX_Base_get_platform, (HardwareJoystickMap_Platform_OSX_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC320, HardwareJoystickMap_Platform_OSX_Base_Button__Array *, HardwareJoystickMap_Platform_OSX_Base_get_Buttons_orig, (HardwareJoystickMap_Platform_OSX_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC300, HardwareJoystickMap_Platform_OSX_Base_Axis__Array *, HardwareJoystickMap_Platform_OSX_Base_get_Axes_orig, (HardwareJoystickMap_Platform_OSX_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB2D0, bool, HardwareJoystickMap_Platform_OSX_Base_get_hasData, (HardwareJoystickMap_Platform_OSX_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB340, bool, HardwareJoystickMap_Platform_OSX_Base_get_disabled, (HardwareJoystickMap_Platform_OSX_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB360, bool, HardwareJoystickMap_Platform_OSX_Base_get_isAllowed, (HardwareJoystickMap_Platform_OSX_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, HardwareJoystickMap_Elements_Base *, HardwareJoystickMap_Platform_OSX_Base_get_elements_base, (HardwareJoystickMap_Platform_OSX_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_OSX_Base_get_variants_base, (HardwareJoystickMap_Platform_OSX_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC3A0, bool, HardwareJoystickMap_Platform_OSX_Base_Matches, (HardwareJoystickMap_Platform_OSX_Base * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x01FE4E80, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_OSX_Base_Axis_ *, HardwareJoystickMap_Platform_OSX_Base_IterateAxes, (HardwareJoystickMap_Platform_OSX_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE4F40, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_OSX_Base_Button_ *, HardwareJoystickMap_Platform_OSX_Base_IterateButtons, (HardwareJoystickMap_Platform_OSX_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE5000, String__Array *, HardwareJoystickMap_Platform_OSX_Base_GetAxisNames, (HardwareJoystickMap_Platform_OSX_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x01FE5510, String__Array *, HardwareJoystickMap_Platform_OSX_Base_GetEffectiveButtonNames, (HardwareJoystickMap_Platform_OSX_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x01FE56F0, bool, HardwareJoystickMap_Platform_OSX_Base_IsElementIdentifierMapped, (HardwareJoystickMap_Platform_OSX_Base * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01FE59B0, void, HardwareJoystickMap_Platform_OSX_Base_GetGameElementIdentifierIdMappings, (HardwareJoystickMap_Platform_OSX_Base * __this, Int32__Array * * buttons, Int32__Array * * axes, MethodInfo * method)); DO_APP_FUNC(0x01FE5EF0, AxisCalibrationData__Array *, HardwareJoystickMap_Platform_OSX_Base_GetAxisCalibrationData, (HardwareJoystickMap_Platform_OSX_Base * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B070, HardwareJoystickMap_Platform_OSX_Base_GetAxisCalibrationData__MethodInfo); DO_APP_FUNC(0x01FE6280, void, HardwareJoystickMap_Platform_OSX_Base_GetAxisData, (HardwareJoystickMap_Platform_OSX_Base * __this, AxisRange__Enum__Array * * axisRanges, HardwareAxisInfo__Array * * axisInfos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B080, HardwareJoystickMap_Platform_OSX_Base_GetAxisData__MethodInfo); DO_APP_FUNC(0x01FE66C0, void, HardwareJoystickMap_Platform_OSX_Base_GetButtonData, (HardwareJoystickMap_Platform_OSX_Base * __this, HardwareButtonInfo__Array * * buttonInfos, MethodInfo * method)); DO_APP_FUNC(0x01FDDC10, ControllerElementType__Enum, HardwareJoystickMap_Platform_OSX_Base_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_OSX_Base * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FDDC40, bool, HardwareJoystickMap_Platform_OSX_Base_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_OSX_Base * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC(0x01FE6930, Object *, HardwareJoystickMap_Platform_OSX_Base_DeepClone, (HardwareJoystickMap_Platform_OSX_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE69A0, void, HardwareJoystickMap_Platform_OSX_Base_CopyVars, (HardwareJoystickMap_Platform_OSX_Base * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_OSX_Base__ctor, (HardwareJoystickMap_Platform_OSX_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE6B40, bool, HardwareJoystickMap_Platform_OSX_Base_MatchingCriteria_get_hasData, (HardwareJoystickMap_Platform_OSX_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7730, bool, HardwareJoystickMap_Platform_OSX_Base_MatchingCriteria_get_isAllowed, (HardwareJoystickMap_Platform_OSX_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE6B90, bool, HardwareJoystickMap_Platform_OSX_Base_MatchingCriteria_Matches, (HardwareJoystickMap_Platform_OSX_Base_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool strictMatch, MethodInfo * method)); DO_APP_FUNC(0x01F85DA0, int32_t, HardwareJoystickMap_Platform_OSX_Base_MatchingCriteria_get_alternateElementCount, (HardwareJoystickMap_Platform_OSX_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB6E0, HardwareJoystickMap_MatchingCriteria_Base_ElementCount_Base *, HardwareJoystickMap_Platform_OSX_Base_MatchingCriteria_GetAlternateElementCount, (HardwareJoystickMap_Platform_OSX_Base_MatchingCriteria * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01FDB720, bool, HardwareJoystickMap_Platform_OSX_Base_MatchingCriteria_ElementCountsMatch, (HardwareJoystickMap_Platform_OSX_Base_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool * alternateMatched, MethodInfo * method)); DO_APP_FUNC(0x01FE6DA0, bool, HardwareJoystickMap_Platform_OSX_Base_MatchingCriteria_ProductNameMatches, (HardwareJoystickMap_Platform_OSX_Base_MatchingCriteria * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01FE6EA0, Object *, HardwareJoystickMap_Platform_OSX_Base_MatchingCriteria_DeepClone, (HardwareJoystickMap_Platform_OSX_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE6F10, void, HardwareJoystickMap_Platform_OSX_Base_MatchingCriteria_CopyVars, (HardwareJoystickMap_Platform_OSX_Base_MatchingCriteria * __this, HardwareJoystickMap_MatchingCriteria_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_OSX_Base_MatchingCriteria__ctor, (HardwareJoystickMap_Platform_OSX_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_OSX_Base_MatchingCriteria_ElementCount__ctor, (HardwareJoystickMap_Platform_OSX_Base_MatchingCriteria_ElementCount * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE71C0, Object *, HardwareJoystickMap_Platform_OSX_Base_MatchingCriteria_ElementCount_DeepClone, (HardwareJoystickMap_Platform_OSX_Base_MatchingCriteria_ElementCount * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE7230, void, HardwareJoystickMap_Platform_OSX_Base_MatchingCriteria_ElementCount_kuTDBTocQsGKwaLaWjWGRWYXhneWA, (HardwareJoystickMap_Platform_OSX_Base_MatchingCriteria_ElementCount * __this, HardwareJoystickMap_MatchingCriteria_Base_ElementCount_Base * param_0000ba33, MethodInfo * method)); DO_APP_FUNC(0x01FDBD30, bool, HardwareJoystickMap_Platform_OSX_Base_MatchingCriteria_ElementCount_NWhioGIQTHWIJiNJWGzSJyccbFph, (HardwareJoystickMap_Platform_OSX_Base_MatchingCriteria_ElementCount * __this, BridgedControllerHWInfo * param_0000ba34, MethodInfo * method)); DO_APP_FUNC(0x007075B0, int32_t, HardwareJoystickMap_Platform_OSX_Base_Elements_get_buttonCount, (HardwareJoystickMap_Platform_OSX_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x00707330, int32_t, HardwareJoystickMap_Platform_OSX_Base_Elements_get_axisCount, (HardwareJoystickMap_Platform_OSX_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE72A0, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_OSX_Base_Axis_ *, HardwareJoystickMap_Platform_OSX_Base_Elements_IterateAxes, (HardwareJoystickMap_Platform_OSX_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE7360, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_OSX_Base_Button_ *, HardwareJoystickMap_Platform_OSX_Base_Elements_IterateButtons, (HardwareJoystickMap_Platform_OSX_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE7420, Object *, HardwareJoystickMap_Platform_OSX_Base_Elements_DeepClone, (HardwareJoystickMap_Platform_OSX_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE7490, void, HardwareJoystickMap_Platform_OSX_Base_Elements_CopyVars, (HardwareJoystickMap_Platform_OSX_Base_Elements * __this, HardwareJoystickMap_Elements_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x01FE3F20, ControllerElementType__Enum, HardwareJoystickMap_Platform_OSX_Base_Elements_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_OSX_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FE75F0, bool, HardwareJoystickMap_Platform_OSX_Base_Elements_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_OSX_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AF00, HardwareJoystickMap_Platform_OSX_Base_Elements_GetEffectiveAxisRange__MethodInfo); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_OSX_Base_Elements__ctor, (HardwareJoystickMap_Platform_OSX_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_OSX_Base_Elements_QmJTvoXvzljOUpDJtuAyBWDmmbZb__ctor, (HardwareJoystickMap_Platform_OSX_Base_Elements_QmJTvoXvzljOUpDJtuAyBWDmmbZb * __this, int32_t param_0000ba39, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_OSX_Base_Elements_QmJTvoXvzljOUpDJtuAyBWDmmbZb_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_OSX_Base_Elements_QmJTvoXvzljOUpDJtuAyBWDmmbZb * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE7880, bool, HardwareJoystickMap_Platform_OSX_Base_Elements_QmJTvoXvzljOUpDJtuAyBWDmmbZb_MoveNext, (HardwareJoystickMap_Platform_OSX_Base_Elements_QmJTvoXvzljOUpDJtuAyBWDmmbZb * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_OSX_Base_Axis *, HardwareJoystickMap_Platform_OSX_Base_Elements_QmJTvoXvzljOUpDJtuAyBWDmmbZb_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_OSX_Base_Axis__get_Current, (HardwareJoystickMap_Platform_OSX_Base_Elements_QmJTvoXvzljOUpDJtuAyBWDmmbZb * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE7A20, void, HardwareJoystickMap_Platform_OSX_Base_Elements_QmJTvoXvzljOUpDJtuAyBWDmmbZb_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_OSX_Base_Elements_QmJTvoXvzljOUpDJtuAyBWDmmbZb * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AEF8, HardwareJoystickMap_Platform_OSX_Base_Elements_QmJTvoXvzljOUpDJtuAyBWDmmbZb_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_OSX_Base_Elements_QmJTvoXvzljOUpDJtuAyBWDmmbZb_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_OSX_Base_Elements_QmJTvoXvzljOUpDJtuAyBWDmmbZb * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE7A70, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_OSX_Base_Axis_ *, HardwareJoystickMap_Platform_OSX_Base_Elements_QmJTvoXvzljOUpDJtuAyBWDmmbZb_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_OSX_Base_Axis__GetEnumerator, (HardwareJoystickMap_Platform_OSX_Base_Elements_QmJTvoXvzljOUpDJtuAyBWDmmbZb * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE7A70, IEnumerator *, HardwareJoystickMap_Platform_OSX_Base_Elements_QmJTvoXvzljOUpDJtuAyBWDmmbZb_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_OSX_Base_Elements_QmJTvoXvzljOUpDJtuAyBWDmmbZb * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_OSX_Base_Elements_vqTmCFAJVOfaroUquEkAGLWTUxzcA__ctor, (HardwareJoystickMap_Platform_OSX_Base_Elements_vqTmCFAJVOfaroUquEkAGLWTUxzcA * __this, int32_t param_0000ba3a, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_OSX_Base_Elements_vqTmCFAJVOfaroUquEkAGLWTUxzcA_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_OSX_Base_Elements_vqTmCFAJVOfaroUquEkAGLWTUxzcA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE7BB0, bool, HardwareJoystickMap_Platform_OSX_Base_Elements_vqTmCFAJVOfaroUquEkAGLWTUxzcA_MoveNext, (HardwareJoystickMap_Platform_OSX_Base_Elements_vqTmCFAJVOfaroUquEkAGLWTUxzcA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_OSX_Base_Button *, HardwareJoystickMap_Platform_OSX_Base_Elements_vqTmCFAJVOfaroUquEkAGLWTUxzcA_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_OSX_Base_Button__get_Current, (HardwareJoystickMap_Platform_OSX_Base_Elements_vqTmCFAJVOfaroUquEkAGLWTUxzcA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE7D50, void, HardwareJoystickMap_Platform_OSX_Base_Elements_vqTmCFAJVOfaroUquEkAGLWTUxzcA_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_OSX_Base_Elements_vqTmCFAJVOfaroUquEkAGLWTUxzcA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AEF0, HardwareJoystickMap_Platform_OSX_Base_Elements_vqTmCFAJVOfaroUquEkAGLWTUxzcA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_OSX_Base_Elements_vqTmCFAJVOfaroUquEkAGLWTUxzcA_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_OSX_Base_Elements_vqTmCFAJVOfaroUquEkAGLWTUxzcA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE7DA0, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_OSX_Base_Button_ *, HardwareJoystickMap_Platform_OSX_Base_Elements_vqTmCFAJVOfaroUquEkAGLWTUxzcA_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_OSX_Base_Button__GetEnumerator, (HardwareJoystickMap_Platform_OSX_Base_Elements_vqTmCFAJVOfaroUquEkAGLWTUxzcA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE7DA0, IEnumerator *, HardwareJoystickMap_Platform_OSX_Base_Elements_vqTmCFAJVOfaroUquEkAGLWTUxzcA_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_OSX_Base_Elements_vqTmCFAJVOfaroUquEkAGLWTUxzcA * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_OSX_Base_Element__ctor, (HardwareJoystickMap_Platform_OSX_Base_Element * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE4220, void, HardwareJoystickMap_Platform_OSX_Base_Button__ctor, (HardwareJoystickMap_Platform_OSX_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE7EE0, Object *, HardwareJoystickMap_Platform_OSX_Base_Button_DeepClone, (HardwareJoystickMap_Platform_OSX_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE8110, void, HardwareJoystickMap_Platform_OSX_Base_Axis__ctor, (HardwareJoystickMap_Platform_OSX_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE8130, Object *, HardwareJoystickMap_Platform_OSX_Base_Axis_DeepClone, (HardwareJoystickMap_Platform_OSX_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_OSX_Base_kMXhsXgKkOhhqCqWaWaKrPOaQdJu__ctor, (HardwareJoystickMap_Platform_OSX_Base_kMXhsXgKkOhhqCqWaWaKrPOaQdJu * __this, int32_t param_0000ba3b, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_OSX_Base_kMXhsXgKkOhhqCqWaWaKrPOaQdJu_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_OSX_Base_kMXhsXgKkOhhqCqWaWaKrPOaQdJu * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE4640, bool, HardwareJoystickMap_Platform_OSX_Base_kMXhsXgKkOhhqCqWaWaKrPOaQdJu_MoveNext, (HardwareJoystickMap_Platform_OSX_Base_kMXhsXgKkOhhqCqWaWaKrPOaQdJu * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_OSX_Base_Axis *, HardwareJoystickMap_Platform_OSX_Base_kMXhsXgKkOhhqCqWaWaKrPOaQdJu_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_OSX_Base_Axis__get_Current, (HardwareJoystickMap_Platform_OSX_Base_kMXhsXgKkOhhqCqWaWaKrPOaQdJu * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE8340, void, HardwareJoystickMap_Platform_OSX_Base_kMXhsXgKkOhhqCqWaWaKrPOaQdJu_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_OSX_Base_kMXhsXgKkOhhqCqWaWaKrPOaQdJu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AED0, HardwareJoystickMap_Platform_OSX_Base_kMXhsXgKkOhhqCqWaWaKrPOaQdJu_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_OSX_Base_kMXhsXgKkOhhqCqWaWaKrPOaQdJu_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_OSX_Base_kMXhsXgKkOhhqCqWaWaKrPOaQdJu * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE8390, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_OSX_Base_Axis_ *, HardwareJoystickMap_Platform_OSX_Base_kMXhsXgKkOhhqCqWaWaKrPOaQdJu_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_OSX_Base_Axis__GetEnumerator, (HardwareJoystickMap_Platform_OSX_Base_kMXhsXgKkOhhqCqWaWaKrPOaQdJu * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE8390, IEnumerator *, HardwareJoystickMap_Platform_OSX_Base_kMXhsXgKkOhhqCqWaWaKrPOaQdJu_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_OSX_Base_kMXhsXgKkOhhqCqWaWaKrPOaQdJu * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_OSX_Base_RdIvogOwleQhtTPWlLlESVIZahgR__ctor, (HardwareJoystickMap_Platform_OSX_Base_RdIvogOwleQhtTPWlLlESVIZahgR * __this, int32_t param_0000ba3c, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_OSX_Base_RdIvogOwleQhtTPWlLlESVIZahgR_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_OSX_Base_RdIvogOwleQhtTPWlLlESVIZahgR * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE48E0, bool, HardwareJoystickMap_Platform_OSX_Base_RdIvogOwleQhtTPWlLlESVIZahgR_MoveNext, (HardwareJoystickMap_Platform_OSX_Base_RdIvogOwleQhtTPWlLlESVIZahgR * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_OSX_Base_Button *, HardwareJoystickMap_Platform_OSX_Base_RdIvogOwleQhtTPWlLlESVIZahgR_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_OSX_Base_Button__get_Current, (HardwareJoystickMap_Platform_OSX_Base_RdIvogOwleQhtTPWlLlESVIZahgR * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE84D0, void, HardwareJoystickMap_Platform_OSX_Base_RdIvogOwleQhtTPWlLlESVIZahgR_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_OSX_Base_RdIvogOwleQhtTPWlLlESVIZahgR * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AF40, HardwareJoystickMap_Platform_OSX_Base_RdIvogOwleQhtTPWlLlESVIZahgR_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_OSX_Base_RdIvogOwleQhtTPWlLlESVIZahgR_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_OSX_Base_RdIvogOwleQhtTPWlLlESVIZahgR * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE8520, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_OSX_Base_Button_ *, HardwareJoystickMap_Platform_OSX_Base_RdIvogOwleQhtTPWlLlESVIZahgR_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_OSX_Base_Button__GetEnumerator, (HardwareJoystickMap_Platform_OSX_Base_RdIvogOwleQhtTPWlLlESVIZahgR * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE8520, IEnumerator *, HardwareJoystickMap_Platform_OSX_Base_RdIvogOwleQhtTPWlLlESVIZahgR_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_OSX_Base_RdIvogOwleQhtTPWlLlESVIZahgR * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_OSX_get_variants_base, (HardwareJoystickMap_Platform_OSX * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDF200, bool, HardwareJoystickMap_Platform_OSX_Matches, (HardwareJoystickMap_Platform_OSX * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x01FE8660, Object *, HardwareJoystickMap_Platform_OSX_DeepClone, (HardwareJoystickMap_Platform_OSX * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE86D0, void, HardwareJoystickMap_Platform_OSX_CopyVars, (HardwareJoystickMap_Platform_OSX * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_OSX__ctor, (HardwareJoystickMap_Platform_OSX * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD8AC0, InputPlatform__Enum, HardwareJoystickMap_Platform_Linux_Base_get_platform, (HardwareJoystickMap_Platform_Linux_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB2D0, bool, HardwareJoystickMap_Platform_Linux_Base_get_hasData, (HardwareJoystickMap_Platform_Linux_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB340, bool, HardwareJoystickMap_Platform_Linux_Base_get_disabled, (HardwareJoystickMap_Platform_Linux_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB360, bool, HardwareJoystickMap_Platform_Linux_Base_get_isAllowed, (HardwareJoystickMap_Platform_Linux_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC300, HardwareJoystickMap_Platform_Linux_Base_Axis__Array *, HardwareJoystickMap_Platform_Linux_Base_get_Axes_orig, (HardwareJoystickMap_Platform_Linux_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC320, HardwareJoystickMap_Platform_Linux_Base_Button__Array *, HardwareJoystickMap_Platform_Linux_Base_get_Buttons_orig, (HardwareJoystickMap_Platform_Linux_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_Linux_Base_get_variants_base, (HardwareJoystickMap_Platform_Linux_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC3A0, bool, HardwareJoystickMap_Platform_Linux_Base_Matches, (HardwareJoystickMap_Platform_Linux_Base * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x01FDC340, int32_t, HardwareJoystickMap_Platform_Linux_Base_get_assignedButtonCount, (HardwareJoystickMap_Platform_Linux_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC370, int32_t, HardwareJoystickMap_Platform_Linux_Base_get_assignedAxisCount, (HardwareJoystickMap_Platform_Linux_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE8960, String__Array *, HardwareJoystickMap_Platform_Linux_Base_GetAxisNames, (HardwareJoystickMap_Platform_Linux_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x01FE8B70, String__Array *, HardwareJoystickMap_Platform_Linux_Base_GetEffectiveButtonNames, (HardwareJoystickMap_Platform_Linux_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x01FE8D60, bool, HardwareJoystickMap_Platform_Linux_Base_IsElementIdentifierMapped, (HardwareJoystickMap_Platform_Linux_Base * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01FE9020, void, HardwareJoystickMap_Platform_Linux_Base_GetGameElementIdentifierIdMappings, (HardwareJoystickMap_Platform_Linux_Base * __this, Int32__Array * * buttons, Int32__Array * * axes, MethodInfo * method)); DO_APP_FUNC(0x01FE9560, AxisCalibrationData__Array *, HardwareJoystickMap_Platform_Linux_Base_GetAxisCalibrationData, (HardwareJoystickMap_Platform_Linux_Base * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AE60, HardwareJoystickMap_Platform_Linux_Base_GetAxisCalibrationData__MethodInfo); DO_APP_FUNC(0x01FE98F0, void, HardwareJoystickMap_Platform_Linux_Base_GetAxisData, (HardwareJoystickMap_Platform_Linux_Base * __this, AxisRange__Enum__Array * * axisRanges, HardwareAxisInfo__Array * * axisInfos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AE58, HardwareJoystickMap_Platform_Linux_Base_GetAxisData__MethodInfo); DO_APP_FUNC(0x01FE9D30, void, HardwareJoystickMap_Platform_Linux_Base_GetButtonData, (HardwareJoystickMap_Platform_Linux_Base * __this, HardwareButtonInfo__Array * * buttonInfos, MethodInfo * method)); DO_APP_FUNC(0x01FDDC10, ControllerElementType__Enum, HardwareJoystickMap_Platform_Linux_Base_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_Linux_Base * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FDDC40, bool, HardwareJoystickMap_Platform_Linux_Base_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_Linux_Base * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC(0x01FE9FA0, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Linux_Base_Axis_ *, HardwareJoystickMap_Platform_Linux_Base_IterateAxes, (HardwareJoystickMap_Platform_Linux_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEA060, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Linux_Base_Button_ *, HardwareJoystickMap_Platform_Linux_Base_IterateButtons, (HardwareJoystickMap_Platform_Linux_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, HardwareJoystickMap_Elements_Base *, HardwareJoystickMap_Platform_Linux_Base_get_elements_base, (HardwareJoystickMap_Platform_Linux_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEA120, Object *, HardwareJoystickMap_Platform_Linux_Base_DeepClone, (HardwareJoystickMap_Platform_Linux_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEA190, void, HardwareJoystickMap_Platform_Linux_Base_CopyVars, (HardwareJoystickMap_Platform_Linux_Base * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Linux_Base__ctor, (HardwareJoystickMap_Platform_Linux_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEA2A0, bool, HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria_get_hasData, (HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7730, bool, HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria_get_isAllowed, (HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEA2D0, bool, HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria_Matches, (HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool strictMatch, MethodInfo * method)); DO_APP_FUNC(0x01F85DA0, int32_t, HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria_get_alternateElementCount, (HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB6E0, HardwareJoystickMap_MatchingCriteria_Base_ElementCount_Base *, HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria_GetAlternateElementCount, (HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01FDB720, bool, HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria_ElementCountsMatch, (HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool * alternateMatched, MethodInfo * method)); DO_APP_FUNC(0x01FEA470, bool, HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria_AnyNameMatches, (HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, MethodInfo * method)); DO_APP_FUNC(0x01FEA5C0, bool, HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria_NameMatches, (HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria * __this, String * name, String__Array * names, bool useRegex, MethodInfo * method)); DO_APP_FUNC(0x01FEA670, Object *, HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria_DeepClone, (HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEA6E0, void, HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria_CopyVars, (HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria * __this, HardwareJoystickMap_MatchingCriteria_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria__ctor, (HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria_ElementCount__ctor, (HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria_ElementCount * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEA9A0, Object *, HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria_ElementCount_DeepClone, (HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria_ElementCount * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEAA10, void, HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria_ElementCount_kuTDBTocQsGKwaLaWjWGRWYXhneWA, (HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria_ElementCount * __this, HardwareJoystickMap_MatchingCriteria_Base_ElementCount_Base * param_0000ba5c, MethodInfo * method)); DO_APP_FUNC(0x01FDBD30, bool, HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria_ElementCount_NWhioGIQTHWIJiNJWGzSJyccbFph, (HardwareJoystickMap_Platform_Linux_Base_MatchingCriteria_ElementCount * __this, BridgedControllerHWInfo * param_0000ba5d, MethodInfo * method)); DO_APP_FUNC(0x007075B0, int32_t, HardwareJoystickMap_Platform_Linux_Base_Elements_get_buttonCount, (HardwareJoystickMap_Platform_Linux_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x00707330, int32_t, HardwareJoystickMap_Platform_Linux_Base_Elements_get_axisCount, (HardwareJoystickMap_Platform_Linux_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDDF80, HardwareJoystickMap_Platform_Linux_Base_Axis *, HardwareJoystickMap_Platform_Linux_Base_Elements_GetAxis, (HardwareJoystickMap_Platform_Linux_Base_Elements * __this, int32_t axisIndex, MethodInfo * method)); DO_APP_FUNC(0x01FEAA80, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Linux_Base_Axis_ *, HardwareJoystickMap_Platform_Linux_Base_Elements_get_Axes, (HardwareJoystickMap_Platform_Linux_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEAB40, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Linux_Base_Button_ *, HardwareJoystickMap_Platform_Linux_Base_Elements_get_Buttons, (HardwareJoystickMap_Platform_Linux_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE3F20, ControllerElementType__Enum, HardwareJoystickMap_Platform_Linux_Base_Elements_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_Linux_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FEAC00, bool, HardwareJoystickMap_Platform_Linux_Base_Elements_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_Linux_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7ADC8, HardwareJoystickMap_Platform_Linux_Base_Elements_GetEffectiveAxisRange__MethodInfo); DO_APP_FUNC(0x01FEAE90, Object *, HardwareJoystickMap_Platform_Linux_Base_Elements_DeepClone, (HardwareJoystickMap_Platform_Linux_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEAF00, void, HardwareJoystickMap_Platform_Linux_Base_Elements_CopyVars, (HardwareJoystickMap_Platform_Linux_Base_Elements * __this, HardwareJoystickMap_Elements_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Linux_Base_Elements__ctor, (HardwareJoystickMap_Platform_Linux_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_Linux_Base_Elements_QPzQsMNesAMiDeOmaElmgWtJdOET__ctor, (HardwareJoystickMap_Platform_Linux_Base_Elements_QPzQsMNesAMiDeOmaElmgWtJdOET * __this, int32_t param_0000ba63, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Linux_Base_Elements_QPzQsMNesAMiDeOmaElmgWtJdOET_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_Linux_Base_Elements_QPzQsMNesAMiDeOmaElmgWtJdOET * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDE6C0, bool, HardwareJoystickMap_Platform_Linux_Base_Elements_QPzQsMNesAMiDeOmaElmgWtJdOET_MoveNext, (HardwareJoystickMap_Platform_Linux_Base_Elements_QPzQsMNesAMiDeOmaElmgWtJdOET * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_Linux_Base_Axis *, HardwareJoystickMap_Platform_Linux_Base_Elements_QPzQsMNesAMiDeOmaElmgWtJdOET_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Linux_Base_Axis__get_Current, (HardwareJoystickMap_Platform_Linux_Base_Elements_QPzQsMNesAMiDeOmaElmgWtJdOET * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEB060, void, HardwareJoystickMap_Platform_Linux_Base_Elements_QPzQsMNesAMiDeOmaElmgWtJdOET_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_Linux_Base_Elements_QPzQsMNesAMiDeOmaElmgWtJdOET * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AE40, HardwareJoystickMap_Platform_Linux_Base_Elements_QPzQsMNesAMiDeOmaElmgWtJdOET_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_Linux_Base_Elements_QPzQsMNesAMiDeOmaElmgWtJdOET_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_Linux_Base_Elements_QPzQsMNesAMiDeOmaElmgWtJdOET * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEB0B0, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Linux_Base_Axis_ *, HardwareJoystickMap_Platform_Linux_Base_Elements_QPzQsMNesAMiDeOmaElmgWtJdOET_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Linux_Base_Axis__GetEnumerator, (HardwareJoystickMap_Platform_Linux_Base_Elements_QPzQsMNesAMiDeOmaElmgWtJdOET * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEB0B0, IEnumerator *, HardwareJoystickMap_Platform_Linux_Base_Elements_QPzQsMNesAMiDeOmaElmgWtJdOET_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_Linux_Base_Elements_QPzQsMNesAMiDeOmaElmgWtJdOET * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_Linux_Base_Elements_tmSwGKHqtDjuAkZwLgzKPnLEOyzG__ctor, (HardwareJoystickMap_Platform_Linux_Base_Elements_tmSwGKHqtDjuAkZwLgzKPnLEOyzG * __this, int32_t param_0000ba64, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Linux_Base_Elements_tmSwGKHqtDjuAkZwLgzKPnLEOyzG_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_Linux_Base_Elements_tmSwGKHqtDjuAkZwLgzKPnLEOyzG * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDE940, bool, HardwareJoystickMap_Platform_Linux_Base_Elements_tmSwGKHqtDjuAkZwLgzKPnLEOyzG_MoveNext, (HardwareJoystickMap_Platform_Linux_Base_Elements_tmSwGKHqtDjuAkZwLgzKPnLEOyzG * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_Linux_Base_Button *, HardwareJoystickMap_Platform_Linux_Base_Elements_tmSwGKHqtDjuAkZwLgzKPnLEOyzG_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Linux_Base_Button__get_Current, (HardwareJoystickMap_Platform_Linux_Base_Elements_tmSwGKHqtDjuAkZwLgzKPnLEOyzG * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEB1F0, void, HardwareJoystickMap_Platform_Linux_Base_Elements_tmSwGKHqtDjuAkZwLgzKPnLEOyzG_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_Linux_Base_Elements_tmSwGKHqtDjuAkZwLgzKPnLEOyzG * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AE18, HardwareJoystickMap_Platform_Linux_Base_Elements_tmSwGKHqtDjuAkZwLgzKPnLEOyzG_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_Linux_Base_Elements_tmSwGKHqtDjuAkZwLgzKPnLEOyzG_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_Linux_Base_Elements_tmSwGKHqtDjuAkZwLgzKPnLEOyzG * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEB240, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Linux_Base_Button_ *, HardwareJoystickMap_Platform_Linux_Base_Elements_tmSwGKHqtDjuAkZwLgzKPnLEOyzG_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Linux_Base_Button__GetEnumerator, (HardwareJoystickMap_Platform_Linux_Base_Elements_tmSwGKHqtDjuAkZwLgzKPnLEOyzG * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEB240, IEnumerator *, HardwareJoystickMap_Platform_Linux_Base_Elements_tmSwGKHqtDjuAkZwLgzKPnLEOyzG_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_Linux_Base_Elements_tmSwGKHqtDjuAkZwLgzKPnLEOyzG * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Linux_Base_Element_ImportVars, (HardwareJoystickMap_Platform_Linux_Base_Element * __this, HardwareJoystickMap_Platform_Linux_Base_Element * source, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Linux_Base_Element__ctor, (HardwareJoystickMap_Platform_Linux_Base_Element * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE4220, void, HardwareJoystickMap_Platform_Linux_Base_Button__ctor, (HardwareJoystickMap_Platform_Linux_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEB380, Object *, HardwareJoystickMap_Platform_Linux_Base_Button_DeepClone, (HardwareJoystickMap_Platform_Linux_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEB400, void, HardwareJoystickMap_Platform_Linux_Base_Button_ImportVars, (HardwareJoystickMap_Platform_Linux_Base_Button * __this, HardwareJoystickMap_Platform_Linux_Base_Element * source, MethodInfo * method)); DO_APP_FUNC(0x01FE43D0, void, HardwareJoystickMap_Platform_Linux_Base_Axis__ctor, (HardwareJoystickMap_Platform_Linux_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEB630, Object *, HardwareJoystickMap_Platform_Linux_Base_Axis_DeepClone, (HardwareJoystickMap_Platform_Linux_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEB6B0, void, HardwareJoystickMap_Platform_Linux_Base_Axis_ImportVars, (HardwareJoystickMap_Platform_Linux_Base_Axis * __this, HardwareJoystickMap_Platform_Linux_Base_Element * source, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_Linux_Base_khfHnKCwYyVcdpdwemknvrzQLTMi__ctor, (HardwareJoystickMap_Platform_Linux_Base_khfHnKCwYyVcdpdwemknvrzQLTMi * __this, int32_t param_0000ba68, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Linux_Base_khfHnKCwYyVcdpdwemknvrzQLTMi_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_Linux_Base_khfHnKCwYyVcdpdwemknvrzQLTMi * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDECC0, bool, HardwareJoystickMap_Platform_Linux_Base_khfHnKCwYyVcdpdwemknvrzQLTMi_MoveNext, (HardwareJoystickMap_Platform_Linux_Base_khfHnKCwYyVcdpdwemknvrzQLTMi * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_Linux_Base_Axis *, HardwareJoystickMap_Platform_Linux_Base_khfHnKCwYyVcdpdwemknvrzQLTMi_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Linux_Base_Axis__get_Current, (HardwareJoystickMap_Platform_Linux_Base_khfHnKCwYyVcdpdwemknvrzQLTMi * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEB8A0, void, HardwareJoystickMap_Platform_Linux_Base_khfHnKCwYyVcdpdwemknvrzQLTMi_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_Linux_Base_khfHnKCwYyVcdpdwemknvrzQLTMi * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AD18, HardwareJoystickMap_Platform_Linux_Base_khfHnKCwYyVcdpdwemknvrzQLTMi_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_Linux_Base_khfHnKCwYyVcdpdwemknvrzQLTMi_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_Linux_Base_khfHnKCwYyVcdpdwemknvrzQLTMi * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEB8F0, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Linux_Base_Axis_ *, HardwareJoystickMap_Platform_Linux_Base_khfHnKCwYyVcdpdwemknvrzQLTMi_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Linux_Base_Axis__GetEnumerator, (HardwareJoystickMap_Platform_Linux_Base_khfHnKCwYyVcdpdwemknvrzQLTMi * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEB8F0, IEnumerator *, HardwareJoystickMap_Platform_Linux_Base_khfHnKCwYyVcdpdwemknvrzQLTMi_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_Linux_Base_khfHnKCwYyVcdpdwemknvrzQLTMi * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_Linux_Base_YDdeXPBDcOoxfriAWwDJfQeMiZCL__ctor, (HardwareJoystickMap_Platform_Linux_Base_YDdeXPBDcOoxfriAWwDJfQeMiZCL * __this, int32_t param_0000ba69, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Linux_Base_YDdeXPBDcOoxfriAWwDJfQeMiZCL_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_Linux_Base_YDdeXPBDcOoxfriAWwDJfQeMiZCL * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDEF60, bool, HardwareJoystickMap_Platform_Linux_Base_YDdeXPBDcOoxfriAWwDJfQeMiZCL_MoveNext, (HardwareJoystickMap_Platform_Linux_Base_YDdeXPBDcOoxfriAWwDJfQeMiZCL * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_Linux_Base_Button *, HardwareJoystickMap_Platform_Linux_Base_YDdeXPBDcOoxfriAWwDJfQeMiZCL_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Linux_Base_Button__get_Current, (HardwareJoystickMap_Platform_Linux_Base_YDdeXPBDcOoxfriAWwDJfQeMiZCL * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEBA30, void, HardwareJoystickMap_Platform_Linux_Base_YDdeXPBDcOoxfriAWwDJfQeMiZCL_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_Linux_Base_YDdeXPBDcOoxfriAWwDJfQeMiZCL * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AD10, HardwareJoystickMap_Platform_Linux_Base_YDdeXPBDcOoxfriAWwDJfQeMiZCL_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_Linux_Base_YDdeXPBDcOoxfriAWwDJfQeMiZCL_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_Linux_Base_YDdeXPBDcOoxfriAWwDJfQeMiZCL * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEBA80, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Linux_Base_Button_ *, HardwareJoystickMap_Platform_Linux_Base_YDdeXPBDcOoxfriAWwDJfQeMiZCL_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Linux_Base_Button__GetEnumerator, (HardwareJoystickMap_Platform_Linux_Base_YDdeXPBDcOoxfriAWwDJfQeMiZCL * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEBA80, IEnumerator *, HardwareJoystickMap_Platform_Linux_Base_YDdeXPBDcOoxfriAWwDJfQeMiZCL_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_Linux_Base_YDdeXPBDcOoxfriAWwDJfQeMiZCL * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_Linux_get_variants_base, (HardwareJoystickMap_Platform_Linux * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDF200, bool, HardwareJoystickMap_Platform_Linux_Matches, (HardwareJoystickMap_Platform_Linux * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x01FEBBC0, Object *, HardwareJoystickMap_Platform_Linux_DeepClone, (HardwareJoystickMap_Platform_Linux * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEBC30, void, HardwareJoystickMap_Platform_Linux_CopyVars, (HardwareJoystickMap_Platform_Linux * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Linux__ctor, (HardwareJoystickMap_Platform_Linux * __this, MethodInfo * method)); DO_APP_FUNC(0x011B8EF0, InputPlatform__Enum, HardwareJoystickMap_Platform_WindowsUWP_Base_get_platform, (HardwareJoystickMap_Platform_WindowsUWP_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB2D0, bool, HardwareJoystickMap_Platform_WindowsUWP_Base_get_hasData, (HardwareJoystickMap_Platform_WindowsUWP_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB340, bool, HardwareJoystickMap_Platform_WindowsUWP_Base_get_disabled, (HardwareJoystickMap_Platform_WindowsUWP_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB360, bool, HardwareJoystickMap_Platform_WindowsUWP_Base_get_isAllowed, (HardwareJoystickMap_Platform_WindowsUWP_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC300, HardwareJoystickMap_Platform_WindowsUWP_Base_Axis__Array *, HardwareJoystickMap_Platform_WindowsUWP_Base_get_Axes_orig, (HardwareJoystickMap_Platform_WindowsUWP_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC320, HardwareJoystickMap_Platform_WindowsUWP_Base_Button__Array *, HardwareJoystickMap_Platform_WindowsUWP_Base_get_Buttons_orig, (HardwareJoystickMap_Platform_WindowsUWP_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_WindowsUWP_Base_get_variants_base, (HardwareJoystickMap_Platform_WindowsUWP_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC3A0, bool, HardwareJoystickMap_Platform_WindowsUWP_Base_Matches, (HardwareJoystickMap_Platform_WindowsUWP_Base * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x01FDC340, int32_t, HardwareJoystickMap_Platform_WindowsUWP_Base_get_assignedButtonCount, (HardwareJoystickMap_Platform_WindowsUWP_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC370, int32_t, HardwareJoystickMap_Platform_WindowsUWP_Base_get_assignedAxisCount, (HardwareJoystickMap_Platform_WindowsUWP_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEBE40, String__Array *, HardwareJoystickMap_Platform_WindowsUWP_Base_GetAxisNames, (HardwareJoystickMap_Platform_WindowsUWP_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x01FEC050, String__Array *, HardwareJoystickMap_Platform_WindowsUWP_Base_GetEffectiveButtonNames, (HardwareJoystickMap_Platform_WindowsUWP_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x01FEC240, bool, HardwareJoystickMap_Platform_WindowsUWP_Base_IsElementIdentifierMapped, (HardwareJoystickMap_Platform_WindowsUWP_Base * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01FEC500, void, HardwareJoystickMap_Platform_WindowsUWP_Base_GetGameElementIdentifierIdMappings, (HardwareJoystickMap_Platform_WindowsUWP_Base * __this, Int32__Array * * buttons, Int32__Array * * axes, MethodInfo * method)); DO_APP_FUNC(0x01FECA40, AxisCalibrationData__Array *, HardwareJoystickMap_Platform_WindowsUWP_Base_GetAxisCalibrationData, (HardwareJoystickMap_Platform_WindowsUWP_Base * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AD38, HardwareJoystickMap_Platform_WindowsUWP_Base_GetAxisCalibrationData__MethodInfo); DO_APP_FUNC(0x01FECDD0, void, HardwareJoystickMap_Platform_WindowsUWP_Base_GetAxisData, (HardwareJoystickMap_Platform_WindowsUWP_Base * __this, AxisRange__Enum__Array * * axisRanges, HardwareAxisInfo__Array * * axisInfos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AD20, HardwareJoystickMap_Platform_WindowsUWP_Base_GetAxisData__MethodInfo); DO_APP_FUNC(0x01FED210, void, HardwareJoystickMap_Platform_WindowsUWP_Base_GetButtonData, (HardwareJoystickMap_Platform_WindowsUWP_Base * __this, HardwareButtonInfo__Array * * buttonInfos, MethodInfo * method)); DO_APP_FUNC(0x01FDDC10, ControllerElementType__Enum, HardwareJoystickMap_Platform_WindowsUWP_Base_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_WindowsUWP_Base * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FDDC40, bool, HardwareJoystickMap_Platform_WindowsUWP_Base_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_WindowsUWP_Base * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC(0x01FED480, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_WindowsUWP_Base_Axis_ *, HardwareJoystickMap_Platform_WindowsUWP_Base_IterateAxes, (HardwareJoystickMap_Platform_WindowsUWP_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FED540, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_WindowsUWP_Base_Button_ *, HardwareJoystickMap_Platform_WindowsUWP_Base_IterateButtons, (HardwareJoystickMap_Platform_WindowsUWP_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, HardwareJoystickMap_Elements_Base *, HardwareJoystickMap_Platform_WindowsUWP_Base_get_elements_base, (HardwareJoystickMap_Platform_WindowsUWP_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FED600, Object *, HardwareJoystickMap_Platform_WindowsUWP_Base_DeepClone, (HardwareJoystickMap_Platform_WindowsUWP_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FED670, void, HardwareJoystickMap_Platform_WindowsUWP_Base_CopyVars, (HardwareJoystickMap_Platform_WindowsUWP_Base * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_WindowsUWP_Base__ctor, (HardwareJoystickMap_Platform_WindowsUWP_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FED780, bool, HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria_get_hasData, (HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7730, bool, HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria_get_isAllowed, (HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x01FED7B0, bool, HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria_Matches, (HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool strictMatch, MethodInfo * method)); DO_APP_FUNC(0x01F85DA0, int32_t, HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria_get_alternateElementCount, (HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB6E0, HardwareJoystickMap_MatchingCriteria_Base_ElementCount_Base *, HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria_GetAlternateElementCount, (HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01FDB720, bool, HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria_ElementCountsMatch, (HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool * alternateMatched, MethodInfo * method)); DO_APP_FUNC(0x01FED950, bool, HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria_AnyNameMatches, (HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, MethodInfo * method)); DO_APP_FUNC(0x01FEA5C0, bool, HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria_NameMatches, (HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria * __this, String * name, String__Array * names, bool useRegex, MethodInfo * method)); DO_APP_FUNC(0x01FEDA10, Object *, HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria_DeepClone, (HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEDA80, void, HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria_CopyVars, (HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria * __this, HardwareJoystickMap_MatchingCriteria_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria__ctor, (HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria_ElementCount__ctor, (HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria_ElementCount * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEDCD0, Object *, HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria_ElementCount_DeepClone, (HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria_ElementCount * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEDD40, void, HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria_ElementCount_kuTDBTocQsGKwaLaWjWGRWYXhneWA, (HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria_ElementCount * __this, HardwareJoystickMap_MatchingCriteria_Base_ElementCount_Base * param_0000ba89, MethodInfo * method)); DO_APP_FUNC(0x01FDBD30, bool, HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria_ElementCount_NWhioGIQTHWIJiNJWGzSJyccbFph, (HardwareJoystickMap_Platform_WindowsUWP_Base_MatchingCriteria_ElementCount * __this, BridgedControllerHWInfo * param_0000ba8a, MethodInfo * method)); DO_APP_FUNC(0x007075B0, int32_t, HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_get_buttonCount, (HardwareJoystickMap_Platform_WindowsUWP_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x00707330, int32_t, HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_get_axisCount, (HardwareJoystickMap_Platform_WindowsUWP_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDDF80, HardwareJoystickMap_Platform_WindowsUWP_Base_Axis *, HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_GetAxis, (HardwareJoystickMap_Platform_WindowsUWP_Base_Elements * __this, int32_t axisIndex, MethodInfo * method)); DO_APP_FUNC(0x01FEDDB0, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_WindowsUWP_Base_Axis_ *, HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_get_Axes, (HardwareJoystickMap_Platform_WindowsUWP_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEDE70, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_WindowsUWP_Base_Button_ *, HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_get_Buttons, (HardwareJoystickMap_Platform_WindowsUWP_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE3F20, ControllerElementType__Enum, HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_WindowsUWP_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FEDF30, bool, HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_WindowsUWP_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AC38, HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_GetEffectiveAxisRange__MethodInfo); DO_APP_FUNC(0x01FEE1C0, Object *, HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_DeepClone, (HardwareJoystickMap_Platform_WindowsUWP_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEE230, void, HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_CopyVars, (HardwareJoystickMap_Platform_WindowsUWP_Base_Elements * __this, HardwareJoystickMap_Elements_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_WindowsUWP_Base_Elements__ctor, (HardwareJoystickMap_Platform_WindowsUWP_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_BvUdoRLeZgNcToOZgDdYCCskDqNoA__ctor, (HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_BvUdoRLeZgNcToOZgDdYCCskDqNoA * __this, int32_t param_0000ba90, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_BvUdoRLeZgNcToOZgDdYCCskDqNoA_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_BvUdoRLeZgNcToOZgDdYCCskDqNoA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDE6C0, bool, HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_BvUdoRLeZgNcToOZgDdYCCskDqNoA_MoveNext, (HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_BvUdoRLeZgNcToOZgDdYCCskDqNoA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_WindowsUWP_Base_Axis *, HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_BvUdoRLeZgNcToOZgDdYCCskDqNoA_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_WindowsUWP_Base_Axis__get_Current, (HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_BvUdoRLeZgNcToOZgDdYCCskDqNoA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEE390, void, HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_BvUdoRLeZgNcToOZgDdYCCskDqNoA_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_BvUdoRLeZgNcToOZgDdYCCskDqNoA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AC10, HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_BvUdoRLeZgNcToOZgDdYCCskDqNoA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_BvUdoRLeZgNcToOZgDdYCCskDqNoA_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_BvUdoRLeZgNcToOZgDdYCCskDqNoA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEE3E0, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_WindowsUWP_Base_Axis_ *, HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_BvUdoRLeZgNcToOZgDdYCCskDqNoA_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_WindowsUWP_Base_Axis__GetEnumerator, (HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_BvUdoRLeZgNcToOZgDdYCCskDqNoA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEE3E0, IEnumerator *, HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_BvUdoRLeZgNcToOZgDdYCCskDqNoA_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_BvUdoRLeZgNcToOZgDdYCCskDqNoA * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_gUTZGOrRMIhLzFJAgZtWxWLQQMvd__ctor, (HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_gUTZGOrRMIhLzFJAgZtWxWLQQMvd * __this, int32_t param_0000ba91, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_gUTZGOrRMIhLzFJAgZtWxWLQQMvd_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_gUTZGOrRMIhLzFJAgZtWxWLQQMvd * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDE940, bool, HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_gUTZGOrRMIhLzFJAgZtWxWLQQMvd_MoveNext, (HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_gUTZGOrRMIhLzFJAgZtWxWLQQMvd * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_WindowsUWP_Base_Button *, HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_gUTZGOrRMIhLzFJAgZtWxWLQQMvd_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_WindowsUWP_Base_Button__get_Current, (HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_gUTZGOrRMIhLzFJAgZtWxWLQQMvd * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEE520, void, HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_gUTZGOrRMIhLzFJAgZtWxWLQQMvd_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_gUTZGOrRMIhLzFJAgZtWxWLQQMvd * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AC00, HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_gUTZGOrRMIhLzFJAgZtWxWLQQMvd_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_gUTZGOrRMIhLzFJAgZtWxWLQQMvd_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_gUTZGOrRMIhLzFJAgZtWxWLQQMvd * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEE570, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_WindowsUWP_Base_Button_ *, HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_gUTZGOrRMIhLzFJAgZtWxWLQQMvd_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_WindowsUWP_Base_Button__GetEnumerator, (HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_gUTZGOrRMIhLzFJAgZtWxWLQQMvd * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEE570, IEnumerator *, HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_gUTZGOrRMIhLzFJAgZtWxWLQQMvd_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_WindowsUWP_Base_Elements_gUTZGOrRMIhLzFJAgZtWxWLQQMvd * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_WindowsUWP_Base_Element_ImportVars, (HardwareJoystickMap_Platform_WindowsUWP_Base_Element * __this, HardwareJoystickMap_Platform_WindowsUWP_Base_Element * source, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_WindowsUWP_Base_Element__ctor, (HardwareJoystickMap_Platform_WindowsUWP_Base_Element * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE4220, void, HardwareJoystickMap_Platform_WindowsUWP_Base_Button__ctor, (HardwareJoystickMap_Platform_WindowsUWP_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEE6B0, Object *, HardwareJoystickMap_Platform_WindowsUWP_Base_Button_DeepClone, (HardwareJoystickMap_Platform_WindowsUWP_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEE730, void, HardwareJoystickMap_Platform_WindowsUWP_Base_Button_ImportVars, (HardwareJoystickMap_Platform_WindowsUWP_Base_Button * __this, HardwareJoystickMap_Platform_WindowsUWP_Base_Element * source, MethodInfo * method)); DO_APP_FUNC(0x01FE43D0, void, HardwareJoystickMap_Platform_WindowsUWP_Base_Axis__ctor, (HardwareJoystickMap_Platform_WindowsUWP_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEE960, Object *, HardwareJoystickMap_Platform_WindowsUWP_Base_Axis_DeepClone, (HardwareJoystickMap_Platform_WindowsUWP_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEE9E0, void, HardwareJoystickMap_Platform_WindowsUWP_Base_Axis_ImportVars, (HardwareJoystickMap_Platform_WindowsUWP_Base_Axis * __this, HardwareJoystickMap_Platform_WindowsUWP_Base_Element * source, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_WindowsUWP_Base_PhnvaavLATIhobjvDAvMDQNABUMnB__ctor, (HardwareJoystickMap_Platform_WindowsUWP_Base_PhnvaavLATIhobjvDAvMDQNABUMnB * __this, int32_t param_0000ba95, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_WindowsUWP_Base_PhnvaavLATIhobjvDAvMDQNABUMnB_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_WindowsUWP_Base_PhnvaavLATIhobjvDAvMDQNABUMnB * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDECC0, bool, HardwareJoystickMap_Platform_WindowsUWP_Base_PhnvaavLATIhobjvDAvMDQNABUMnB_MoveNext, (HardwareJoystickMap_Platform_WindowsUWP_Base_PhnvaavLATIhobjvDAvMDQNABUMnB * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_WindowsUWP_Base_Axis *, HardwareJoystickMap_Platform_WindowsUWP_Base_PhnvaavLATIhobjvDAvMDQNABUMnB_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_WindowsUWP_Base_Axis__get_Current, (HardwareJoystickMap_Platform_WindowsUWP_Base_PhnvaavLATIhobjvDAvMDQNABUMnB * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEEBD0, void, HardwareJoystickMap_Platform_WindowsUWP_Base_PhnvaavLATIhobjvDAvMDQNABUMnB_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_WindowsUWP_Base_PhnvaavLATIhobjvDAvMDQNABUMnB * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CCC0, HardwareJoystickMap_Platform_WindowsUWP_Base_PhnvaavLATIhobjvDAvMDQNABUMnB_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_WindowsUWP_Base_PhnvaavLATIhobjvDAvMDQNABUMnB_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_WindowsUWP_Base_PhnvaavLATIhobjvDAvMDQNABUMnB * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEEC20, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_WindowsUWP_Base_Axis_ *, HardwareJoystickMap_Platform_WindowsUWP_Base_PhnvaavLATIhobjvDAvMDQNABUMnB_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_WindowsUWP_Base_Axis__GetEnumerator, (HardwareJoystickMap_Platform_WindowsUWP_Base_PhnvaavLATIhobjvDAvMDQNABUMnB * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEEC20, IEnumerator *, HardwareJoystickMap_Platform_WindowsUWP_Base_PhnvaavLATIhobjvDAvMDQNABUMnB_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_WindowsUWP_Base_PhnvaavLATIhobjvDAvMDQNABUMnB * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_WindowsUWP_Base_ltEXVqdxfqIGpEGjrikHPlAerIMH__ctor, (HardwareJoystickMap_Platform_WindowsUWP_Base_ltEXVqdxfqIGpEGjrikHPlAerIMH * __this, int32_t param_0000ba96, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_WindowsUWP_Base_ltEXVqdxfqIGpEGjrikHPlAerIMH_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_WindowsUWP_Base_ltEXVqdxfqIGpEGjrikHPlAerIMH * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDEF60, bool, HardwareJoystickMap_Platform_WindowsUWP_Base_ltEXVqdxfqIGpEGjrikHPlAerIMH_MoveNext, (HardwareJoystickMap_Platform_WindowsUWP_Base_ltEXVqdxfqIGpEGjrikHPlAerIMH * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_WindowsUWP_Base_Button *, HardwareJoystickMap_Platform_WindowsUWP_Base_ltEXVqdxfqIGpEGjrikHPlAerIMH_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_WindowsUWP_Base_Button__get_Current, (HardwareJoystickMap_Platform_WindowsUWP_Base_ltEXVqdxfqIGpEGjrikHPlAerIMH * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEED60, void, HardwareJoystickMap_Platform_WindowsUWP_Base_ltEXVqdxfqIGpEGjrikHPlAerIMH_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_WindowsUWP_Base_ltEXVqdxfqIGpEGjrikHPlAerIMH * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CCC8, HardwareJoystickMap_Platform_WindowsUWP_Base_ltEXVqdxfqIGpEGjrikHPlAerIMH_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_WindowsUWP_Base_ltEXVqdxfqIGpEGjrikHPlAerIMH_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_WindowsUWP_Base_ltEXVqdxfqIGpEGjrikHPlAerIMH * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEEDB0, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_WindowsUWP_Base_Button_ *, HardwareJoystickMap_Platform_WindowsUWP_Base_ltEXVqdxfqIGpEGjrikHPlAerIMH_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_WindowsUWP_Base_Button__GetEnumerator, (HardwareJoystickMap_Platform_WindowsUWP_Base_ltEXVqdxfqIGpEGjrikHPlAerIMH * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEEDB0, IEnumerator *, HardwareJoystickMap_Platform_WindowsUWP_Base_ltEXVqdxfqIGpEGjrikHPlAerIMH_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_WindowsUWP_Base_ltEXVqdxfqIGpEGjrikHPlAerIMH * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_WindowsUWP_get_variants_base, (HardwareJoystickMap_Platform_WindowsUWP * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDF200, bool, HardwareJoystickMap_Platform_WindowsUWP_Matches, (HardwareJoystickMap_Platform_WindowsUWP * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x01FEEEF0, Object *, HardwareJoystickMap_Platform_WindowsUWP_DeepClone, (HardwareJoystickMap_Platform_WindowsUWP * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEEF60, void, HardwareJoystickMap_Platform_WindowsUWP_CopyVars, (HardwareJoystickMap_Platform_WindowsUWP * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_WindowsUWP__ctor, (HardwareJoystickMap_Platform_WindowsUWP * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC340, int32_t, HardwareJoystickMap_Platform_Fallback_Base_get_assignedButtonCount, (HardwareJoystickMap_Platform_Fallback_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC370, int32_t, HardwareJoystickMap_Platform_Fallback_Base_get_assignedAxisCount, (HardwareJoystickMap_Platform_Fallback_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA2990, InputPlatform__Enum, HardwareJoystickMap_Platform_Fallback_Base_get_platform, (HardwareJoystickMap_Platform_Fallback_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC300, HardwareJoystickMap_Platform_Fallback_Base_Axis__Array *, HardwareJoystickMap_Platform_Fallback_Base_get_Axes_orig, (HardwareJoystickMap_Platform_Fallback_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC320, HardwareJoystickMap_Platform_Fallback_Base_Button__Array *, HardwareJoystickMap_Platform_Fallback_Base_get_Buttons_orig, (HardwareJoystickMap_Platform_Fallback_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEF170, bool, HardwareJoystickMap_Platform_Fallback_Base_get_hasData, (HardwareJoystickMap_Platform_Fallback_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB340, bool, HardwareJoystickMap_Platform_Fallback_Base_get_disabled, (HardwareJoystickMap_Platform_Fallback_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB360, bool, HardwareJoystickMap_Platform_Fallback_Base_get_isAllowed, (HardwareJoystickMap_Platform_Fallback_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, HardwareJoystickMap_Elements_Base *, HardwareJoystickMap_Platform_Fallback_Base_get_elements_base, (HardwareJoystickMap_Platform_Fallback_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_Fallback_Base_get_variants_base, (HardwareJoystickMap_Platform_Fallback_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC3A0, bool, HardwareJoystickMap_Platform_Fallback_Base_Matches, (HardwareJoystickMap_Platform_Fallback_Base * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x01FEF1E0, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Fallback_Base_Axis_ *, HardwareJoystickMap_Platform_Fallback_Base_IterateAxes, (HardwareJoystickMap_Platform_Fallback_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEF2A0, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Fallback_Base_Button_ *, HardwareJoystickMap_Platform_Fallback_Base_IterateButtons, (HardwareJoystickMap_Platform_Fallback_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEF360, String__Array *, HardwareJoystickMap_Platform_Fallback_Base_GetAxisNames, (HardwareJoystickMap_Platform_Fallback_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x01FEF560, String__Array *, HardwareJoystickMap_Platform_Fallback_Base_GetEffectiveButtonNames, (HardwareJoystickMap_Platform_Fallback_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x01FEF740, bool, HardwareJoystickMap_Platform_Fallback_Base_IsElementIdentifierMapped, (HardwareJoystickMap_Platform_Fallback_Base * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01FEFA00, void, HardwareJoystickMap_Platform_Fallback_Base_GetGameElementIdentifierIdMappings, (HardwareJoystickMap_Platform_Fallback_Base * __this, Int32__Array * * buttons, Int32__Array * * axes, MethodInfo * method)); DO_APP_FUNC(0x01FEFF40, AxisCalibrationData__Array *, HardwareJoystickMap_Platform_Fallback_Base_GetAxisCalibrationData, (HardwareJoystickMap_Platform_Fallback_Base * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CCA0, HardwareJoystickMap_Platform_Fallback_Base_GetAxisCalibrationData__MethodInfo); DO_APP_FUNC(0x01FF02D0, void, HardwareJoystickMap_Platform_Fallback_Base_GetAxisData, (HardwareJoystickMap_Platform_Fallback_Base * __this, AxisRange__Enum__Array * * axisRanges, HardwareAxisInfo__Array * * axisInfos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CC98, HardwareJoystickMap_Platform_Fallback_Base_GetAxisData__MethodInfo); DO_APP_FUNC(0x01FF0710, void, HardwareJoystickMap_Platform_Fallback_Base_GetButtonData, (HardwareJoystickMap_Platform_Fallback_Base * __this, HardwareButtonInfo__Array * * buttonInfos, MethodInfo * method)); DO_APP_FUNC(0x01FDDC10, ControllerElementType__Enum, HardwareJoystickMap_Platform_Fallback_Base_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_Fallback_Base * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FDDC40, bool, HardwareJoystickMap_Platform_Fallback_Base_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_Fallback_Base * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC(0x01FF0980, Object *, HardwareJoystickMap_Platform_Fallback_Base_DeepClone, (HardwareJoystickMap_Platform_Fallback_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF09F0, void, HardwareJoystickMap_Platform_Fallback_Base_CopyVars, (HardwareJoystickMap_Platform_Fallback_Base * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Fallback_Base__ctor, (HardwareJoystickMap_Platform_Fallback_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF0B90, bool, HardwareJoystickMap_Platform_Fallback_Base_MatchingCriteria_get_hasData, (HardwareJoystickMap_Platform_Fallback_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF0BC0, bool, HardwareJoystickMap_Platform_Fallback_Base_MatchingCriteria_get_isAllowed, (HardwareJoystickMap_Platform_Fallback_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF0C70, bool, HardwareJoystickMap_Platform_Fallback_Base_MatchingCriteria_Matches, (HardwareJoystickMap_Platform_Fallback_Base_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool strictMatch, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, HardwareJoystickMap_Platform_Fallback_Base_MatchingCriteria_get_alternateElementCount, (HardwareJoystickMap_Platform_Fallback_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, HardwareJoystickMap_MatchingCriteria_Base_ElementCount_Base *, HardwareJoystickMap_Platform_Fallback_Base_MatchingCriteria_GetAlternateElementCount, (HardwareJoystickMap_Platform_Fallback_Base_MatchingCriteria * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01FE3B60, bool, HardwareJoystickMap_Platform_Fallback_Base_MatchingCriteria_ElementCountsMatch, (HardwareJoystickMap_Platform_Fallback_Base_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool * alternateMatched, MethodInfo * method)); DO_APP_FUNC(0x01FF0DF0, Object *, HardwareJoystickMap_Platform_Fallback_Base_MatchingCriteria_DeepClone, (HardwareJoystickMap_Platform_Fallback_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF0E60, void, HardwareJoystickMap_Platform_Fallback_Base_MatchingCriteria_CopyVars, (HardwareJoystickMap_Platform_Fallback_Base_MatchingCriteria * __this, HardwareJoystickMap_MatchingCriteria_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Fallback_Base_MatchingCriteria__ctor, (HardwareJoystickMap_Platform_Fallback_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x007075B0, int32_t, HardwareJoystickMap_Platform_Fallback_Base_Elements_get_buttonCount, (HardwareJoystickMap_Platform_Fallback_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x00707330, int32_t, HardwareJoystickMap_Platform_Fallback_Base_Elements_get_axisCount, (HardwareJoystickMap_Platform_Fallback_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE3F20, ControllerElementType__Enum, HardwareJoystickMap_Platform_Fallback_Base_Elements_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_Fallback_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FF1160, bool, HardwareJoystickMap_Platform_Fallback_Base_Elements_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_Fallback_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CC28, HardwareJoystickMap_Platform_Fallback_Base_Elements_GetEffectiveAxisRange__MethodInfo); DO_APP_FUNC(0x01FF12F0, Object *, HardwareJoystickMap_Platform_Fallback_Base_Elements_DeepClone, (HardwareJoystickMap_Platform_Fallback_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF1360, void, HardwareJoystickMap_Platform_Fallback_Base_Elements_CopyVars, (HardwareJoystickMap_Platform_Fallback_Base_Elements * __this, HardwareJoystickMap_Elements_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Fallback_Base_Elements__ctor, (HardwareJoystickMap_Platform_Fallback_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF14C0, Object *, HardwareJoystickMap_Platform_Fallback_Base_CustomCalculationSourceData_DeepClone, (HardwareJoystickMap_Platform_Fallback_Base_CustomCalculationSourceData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Fallback_Base_CustomCalculationSourceData__ctor, (HardwareJoystickMap_Platform_Fallback_Base_CustomCalculationSourceData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF1530, void, HardwareJoystickMap_Platform_Fallback_Base_Element_CopyVars, (HardwareJoystickMap_Platform_Fallback_Base_Element * __this, HardwareJoystickMap_Platform_Fallback_Base_Element * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Fallback_Base_Element__ctor, (HardwareJoystickMap_Platform_Fallback_Base_Element * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF1660, Object *, HardwareJoystickMap_Platform_Fallback_Base_Button_DeepClone, (HardwareJoystickMap_Platform_Fallback_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF16D0, void, HardwareJoystickMap_Platform_Fallback_Base_Button_CopyVars, (HardwareJoystickMap_Platform_Fallback_Base_Button * __this, HardwareJoystickMap_Platform_Fallback_Base_Element * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Fallback_Base_Button__ctor, (HardwareJoystickMap_Platform_Fallback_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF1960, Object *, HardwareJoystickMap_Platform_Fallback_Base_Axis_DeepClone, (HardwareJoystickMap_Platform_Fallback_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF19D0, void, HardwareJoystickMap_Platform_Fallback_Base_Axis_CopyVars, (HardwareJoystickMap_Platform_Fallback_Base_Axis * __this, HardwareJoystickMap_Platform_Fallback_Base_Element * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Fallback_Base_Axis__ctor, (HardwareJoystickMap_Platform_Fallback_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_Fallback_Base_UyTOHSkZjmeqFScCZhtCNDkIxcBh__ctor, (HardwareJoystickMap_Platform_Fallback_Base_UyTOHSkZjmeqFScCZhtCNDkIxcBh * __this, int32_t param_0000bab9, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Fallback_Base_UyTOHSkZjmeqFScCZhtCNDkIxcBh_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_Fallback_Base_UyTOHSkZjmeqFScCZhtCNDkIxcBh * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE4640, bool, HardwareJoystickMap_Platform_Fallback_Base_UyTOHSkZjmeqFScCZhtCNDkIxcBh_MoveNext, (HardwareJoystickMap_Platform_Fallback_Base_UyTOHSkZjmeqFScCZhtCNDkIxcBh * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_Fallback_Base_Axis *, HardwareJoystickMap_Platform_Fallback_Base_UyTOHSkZjmeqFScCZhtCNDkIxcBh_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Fallback_Base_Axis__get_Current, (HardwareJoystickMap_Platform_Fallback_Base_UyTOHSkZjmeqFScCZhtCNDkIxcBh * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF1B90, void, HardwareJoystickMap_Platform_Fallback_Base_UyTOHSkZjmeqFScCZhtCNDkIxcBh_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_Fallback_Base_UyTOHSkZjmeqFScCZhtCNDkIxcBh * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CBD8, HardwareJoystickMap_Platform_Fallback_Base_UyTOHSkZjmeqFScCZhtCNDkIxcBh_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_Fallback_Base_UyTOHSkZjmeqFScCZhtCNDkIxcBh_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_Fallback_Base_UyTOHSkZjmeqFScCZhtCNDkIxcBh * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF1BE0, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Fallback_Base_Axis_ *, HardwareJoystickMap_Platform_Fallback_Base_UyTOHSkZjmeqFScCZhtCNDkIxcBh_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Fallback_Base_Axis__GetEnumerator, (HardwareJoystickMap_Platform_Fallback_Base_UyTOHSkZjmeqFScCZhtCNDkIxcBh * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF1BE0, IEnumerator *, HardwareJoystickMap_Platform_Fallback_Base_UyTOHSkZjmeqFScCZhtCNDkIxcBh_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_Fallback_Base_UyTOHSkZjmeqFScCZhtCNDkIxcBh * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_Fallback_Base_DLSCrIjrPFdXZalyfgVlPCeBIuiu__ctor, (HardwareJoystickMap_Platform_Fallback_Base_DLSCrIjrPFdXZalyfgVlPCeBIuiu * __this, int32_t param_0000baba, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Fallback_Base_DLSCrIjrPFdXZalyfgVlPCeBIuiu_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_Fallback_Base_DLSCrIjrPFdXZalyfgVlPCeBIuiu * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE48E0, bool, HardwareJoystickMap_Platform_Fallback_Base_DLSCrIjrPFdXZalyfgVlPCeBIuiu_MoveNext, (HardwareJoystickMap_Platform_Fallback_Base_DLSCrIjrPFdXZalyfgVlPCeBIuiu * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_Fallback_Base_Button *, HardwareJoystickMap_Platform_Fallback_Base_DLSCrIjrPFdXZalyfgVlPCeBIuiu_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Fallback_Base_Button__get_Current, (HardwareJoystickMap_Platform_Fallback_Base_DLSCrIjrPFdXZalyfgVlPCeBIuiu * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF1D20, void, HardwareJoystickMap_Platform_Fallback_Base_DLSCrIjrPFdXZalyfgVlPCeBIuiu_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_Fallback_Base_DLSCrIjrPFdXZalyfgVlPCeBIuiu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CBE0, HardwareJoystickMap_Platform_Fallback_Base_DLSCrIjrPFdXZalyfgVlPCeBIuiu_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_Fallback_Base_DLSCrIjrPFdXZalyfgVlPCeBIuiu_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_Fallback_Base_DLSCrIjrPFdXZalyfgVlPCeBIuiu * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF1D70, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Fallback_Base_Button_ *, HardwareJoystickMap_Platform_Fallback_Base_DLSCrIjrPFdXZalyfgVlPCeBIuiu_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Fallback_Base_Button__GetEnumerator, (HardwareJoystickMap_Platform_Fallback_Base_DLSCrIjrPFdXZalyfgVlPCeBIuiu * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF1D70, IEnumerator *, HardwareJoystickMap_Platform_Fallback_Base_DLSCrIjrPFdXZalyfgVlPCeBIuiu_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_Fallback_Base_DLSCrIjrPFdXZalyfgVlPCeBIuiu * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_Fallback_get_variants_base, (HardwareJoystickMap_Platform_Fallback * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDF200, bool, HardwareJoystickMap_Platform_Fallback_Matches, (HardwareJoystickMap_Platform_Fallback * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x01FF1EB0, Object *, HardwareJoystickMap_Platform_Fallback_DeepClone, (HardwareJoystickMap_Platform_Fallback * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF1F20, void, HardwareJoystickMap_Platform_Fallback_CopyVars, (HardwareJoystickMap_Platform_Fallback * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Fallback__ctor, (HardwareJoystickMap_Platform_Fallback * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Custom_CopyVars, (HardwareJoystickMap_Platform_Custom * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Custom__ctor, (HardwareJoystickMap_Platform_Custom * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF21B0, bool, HardwareJoystickMap_Platform_Custom_MatchingCriteria_get_hasData, (HardwareJoystickMap_Platform_Custom_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7730, bool, HardwareJoystickMap_Platform_Custom_MatchingCriteria_get_isAllowed, (HardwareJoystickMap_Platform_Custom_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF21D0, bool, HardwareJoystickMap_Platform_Custom_MatchingCriteria_Matches, (HardwareJoystickMap_Platform_Custom_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool strictMatch, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, HardwareJoystickMap_Platform_Custom_MatchingCriteria_get_alternateElementCount, (HardwareJoystickMap_Platform_Custom_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, HardwareJoystickMap_MatchingCriteria_Base_ElementCount_Base *, HardwareJoystickMap_Platform_Custom_MatchingCriteria_GetAlternateElementCount, (HardwareJoystickMap_Platform_Custom_MatchingCriteria * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01FE3B60, bool, HardwareJoystickMap_Platform_Custom_MatchingCriteria_ElementCountsMatch, (HardwareJoystickMap_Platform_Custom_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool * alternateMatched, MethodInfo * method)); DO_APP_FUNC(0x01FF2250, void, HardwareJoystickMap_Platform_Custom_MatchingCriteria_CopyVars, (HardwareJoystickMap_Platform_Custom_MatchingCriteria * __this, HardwareJoystickMap_MatchingCriteria_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Custom_MatchingCriteria__ctor, (HardwareJoystickMap_Platform_Custom_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Custom_Elements__ctor, (HardwareJoystickMap_Platform_Custom_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF2340, Object *, HardwareJoystickMap_Platform_Custom_CustomCalculationSourceData_DeepClone, (HardwareJoystickMap_Platform_Custom_CustomCalculationSourceData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Custom_CustomCalculationSourceData__ctor, (HardwareJoystickMap_Platform_Custom_CustomCalculationSourceData * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF23D0, void, HardwareJoystickMap_Platform_Custom_Element_CopyVars, (HardwareJoystickMap_Platform_Custom_Element * __this, HardwareJoystickMap_Platform_Custom_Element * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Custom_Element__ctor, (HardwareJoystickMap_Platform_Custom_Element * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF2510, void, HardwareJoystickMap_Platform_Custom_Button_CopyVars, (HardwareJoystickMap_Platform_Custom_Button * __this, HardwareJoystickMap_Platform_Custom_Element * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Custom_Button__ctor, (HardwareJoystickMap_Platform_Custom_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF2710, void, HardwareJoystickMap_Platform_Custom_Axis_CopyVars, (HardwareJoystickMap_Platform_Custom_Axis * __this, HardwareJoystickMap_Platform_Custom_Element * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Custom_Axis__ctor, (HardwareJoystickMap_Platform_Custom_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC340, int32_t, HardwareJoystickMap_Platform_XboxOne_Base_get_assignedButtonCount, (HardwareJoystickMap_Platform_XboxOne_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC370, int32_t, HardwareJoystickMap_Platform_XboxOne_Base_get_assignedAxisCount, (HardwareJoystickMap_Platform_XboxOne_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x00EECF00, InputPlatform__Enum, HardwareJoystickMap_Platform_XboxOne_Base_get_platform, (HardwareJoystickMap_Platform_XboxOne_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF28E0, HardwareJoystickMap_Platform_Custom_Axis__Array *, HardwareJoystickMap_Platform_XboxOne_Base_get_Axes, (HardwareJoystickMap_Platform_XboxOne_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF2AB0, HardwareJoystickMap_Platform_Custom_Button__Array *, HardwareJoystickMap_Platform_XboxOne_Base_get_Buttons, (HardwareJoystickMap_Platform_XboxOne_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC300, HardwareJoystickMap_Platform_XboxOne_Base_Axis__Array *, HardwareJoystickMap_Platform_XboxOne_Base_get_Axes_orig, (HardwareJoystickMap_Platform_XboxOne_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC320, HardwareJoystickMap_Platform_XboxOne_Base_Button__Array *, HardwareJoystickMap_Platform_XboxOne_Base_get_Buttons_orig, (HardwareJoystickMap_Platform_XboxOne_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEF170, bool, HardwareJoystickMap_Platform_XboxOne_Base_get_hasData, (HardwareJoystickMap_Platform_XboxOne_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB340, bool, HardwareJoystickMap_Platform_XboxOne_Base_get_disabled, (HardwareJoystickMap_Platform_XboxOne_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB360, bool, HardwareJoystickMap_Platform_XboxOne_Base_get_isAllowed, (HardwareJoystickMap_Platform_XboxOne_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, HardwareJoystickMap_Elements_Base *, HardwareJoystickMap_Platform_XboxOne_Base_get_elements_base, (HardwareJoystickMap_Platform_XboxOne_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_XboxOne_Base_get_variants_base, (HardwareJoystickMap_Platform_XboxOne_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC3A0, bool, HardwareJoystickMap_Platform_XboxOne_Base_Matches, (HardwareJoystickMap_Platform_XboxOne_Base * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x01FF2C80, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis_ *, HardwareJoystickMap_Platform_XboxOne_Base_IterateAxes, (HardwareJoystickMap_Platform_XboxOne_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF2D40, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button_ *, HardwareJoystickMap_Platform_XboxOne_Base_IterateButtons, (HardwareJoystickMap_Platform_XboxOne_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF2E00, String__Array *, HardwareJoystickMap_Platform_XboxOne_Base_GetAxisNames, (HardwareJoystickMap_Platform_XboxOne_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x01FF3000, String__Array *, HardwareJoystickMap_Platform_XboxOne_Base_GetEffectiveButtonNames, (HardwareJoystickMap_Platform_XboxOne_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x01FF31E0, bool, HardwareJoystickMap_Platform_XboxOne_Base_IsElementIdentifierMapped, (HardwareJoystickMap_Platform_XboxOne_Base * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01FF3530, void, HardwareJoystickMap_Platform_XboxOne_Base_GetGameElementIdentifierIdMappings, (HardwareJoystickMap_Platform_XboxOne_Base * __this, Int32__Array * * buttons, Int32__Array * * axes, MethodInfo * method)); DO_APP_FUNC(0x01FF3B00, AxisCalibrationData__Array *, HardwareJoystickMap_Platform_XboxOne_Base_GetAxisCalibrationData, (HardwareJoystickMap_Platform_XboxOne_Base * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CBA0, HardwareJoystickMap_Platform_XboxOne_Base_GetAxisCalibrationData__MethodInfo); DO_APP_FUNC(0x01FF3E80, void, HardwareJoystickMap_Platform_XboxOne_Base_GetAxisData, (HardwareJoystickMap_Platform_XboxOne_Base * __this, AxisRange__Enum__Array * * axisRanges, HardwareAxisInfo__Array * * axisInfos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CB50, HardwareJoystickMap_Platform_XboxOne_Base_GetAxisData__MethodInfo); DO_APP_FUNC(0x01FF42B0, void, HardwareJoystickMap_Platform_XboxOne_Base_GetButtonData, (HardwareJoystickMap_Platform_XboxOne_Base * __this, HardwareButtonInfo__Array * * buttonInfos, MethodInfo * method)); DO_APP_FUNC(0x01FDDC10, ControllerElementType__Enum, HardwareJoystickMap_Platform_XboxOne_Base_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_XboxOne_Base * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FDDC40, bool, HardwareJoystickMap_Platform_XboxOne_Base_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_XboxOne_Base * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC(0x01FF4520, Object *, HardwareJoystickMap_Platform_XboxOne_Base_DeepClone, (HardwareJoystickMap_Platform_XboxOne_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF4590, void, HardwareJoystickMap_Platform_XboxOne_Base_CopyVars, (HardwareJoystickMap_Platform_XboxOne_Base * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_XboxOne_Base__ctor, (HardwareJoystickMap_Platform_XboxOne_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF4730, bool, HardwareJoystickMap_Platform_XboxOne_Base_MatchingCriteria_get_hasData, (HardwareJoystickMap_Platform_XboxOne_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7730, bool, HardwareJoystickMap_Platform_XboxOne_Base_MatchingCriteria_get_isAllowed, (HardwareJoystickMap_Platform_XboxOne_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF4760, bool, HardwareJoystickMap_Platform_XboxOne_Base_MatchingCriteria_Matches, (HardwareJoystickMap_Platform_XboxOne_Base_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool strictMatch, MethodInfo * method)); DO_APP_FUNC(0x01FF4900, Object *, HardwareJoystickMap_Platform_XboxOne_Base_MatchingCriteria_DeepClone, (HardwareJoystickMap_Platform_XboxOne_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF4970, void, HardwareJoystickMap_Platform_XboxOne_Base_MatchingCriteria_CopyVars, (HardwareJoystickMap_Platform_XboxOne_Base_MatchingCriteria * __this, HardwareJoystickMap_MatchingCriteria_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_XboxOne_Base_MatchingCriteria__ctor, (HardwareJoystickMap_Platform_XboxOne_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x007075B0, int32_t, HardwareJoystickMap_Platform_XboxOne_Base_Elements_get_buttonCount, (HardwareJoystickMap_Platform_XboxOne_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x00707330, int32_t, HardwareJoystickMap_Platform_XboxOne_Base_Elements_get_axisCount, (HardwareJoystickMap_Platform_XboxOne_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE3F20, ControllerElementType__Enum, HardwareJoystickMap_Platform_XboxOne_Base_Elements_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_XboxOne_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FF4A60, bool, HardwareJoystickMap_Platform_XboxOne_Base_Elements_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_XboxOne_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CB70, HardwareJoystickMap_Platform_XboxOne_Base_Elements_GetEffectiveAxisRange__MethodInfo); DO_APP_FUNC(0x01FF4BF0, Object *, HardwareJoystickMap_Platform_XboxOne_Base_Elements_DeepClone, (HardwareJoystickMap_Platform_XboxOne_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF4C60, void, HardwareJoystickMap_Platform_XboxOne_Base_Elements_CopyVars, (HardwareJoystickMap_Platform_XboxOne_Base_Elements * __this, HardwareJoystickMap_Elements_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_XboxOne_Base_Elements__ctor, (HardwareJoystickMap_Platform_XboxOne_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF4DC0, Object *, HardwareJoystickMap_Platform_XboxOne_Base_Button_DeepClone, (HardwareJoystickMap_Platform_XboxOne_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF4E30, void, HardwareJoystickMap_Platform_XboxOne_Base_Button_CopyVars, (HardwareJoystickMap_Platform_XboxOne_Base_Button * __this, HardwareJoystickMap_Platform_Custom_Element * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_XboxOne_Base_Button__ctor, (HardwareJoystickMap_Platform_XboxOne_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF4E80, Object *, HardwareJoystickMap_Platform_XboxOne_Base_Axis_DeepClone, (HardwareJoystickMap_Platform_XboxOne_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF4EF0, void, HardwareJoystickMap_Platform_XboxOne_Base_Axis_CopyVars, (HardwareJoystickMap_Platform_XboxOne_Base_Axis * __this, HardwareJoystickMap_Platform_Custom_Element * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_XboxOne_Base_Axis__ctor, (HardwareJoystickMap_Platform_XboxOne_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_XboxOne_Base_NFQkPtfXqdhdFLpMBlkRQWGtvRQR__ctor, (HardwareJoystickMap_Platform_XboxOne_Base_NFQkPtfXqdhdFLpMBlkRQWGtvRQR * __this, int32_t param_0000bae3, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_XboxOne_Base_NFQkPtfXqdhdFLpMBlkRQWGtvRQR_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_XboxOne_Base_NFQkPtfXqdhdFLpMBlkRQWGtvRQR * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE4640, bool, HardwareJoystickMap_Platform_XboxOne_Base_NFQkPtfXqdhdFLpMBlkRQWGtvRQR_MoveNext, (HardwareJoystickMap_Platform_XboxOne_Base_NFQkPtfXqdhdFLpMBlkRQWGtvRQR * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_Custom_Axis *, HardwareJoystickMap_Platform_XboxOne_Base_NFQkPtfXqdhdFLpMBlkRQWGtvRQR_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis__get_Current, (HardwareJoystickMap_Platform_XboxOne_Base_NFQkPtfXqdhdFLpMBlkRQWGtvRQR * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF4F40, void, HardwareJoystickMap_Platform_XboxOne_Base_NFQkPtfXqdhdFLpMBlkRQWGtvRQR_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_XboxOne_Base_NFQkPtfXqdhdFLpMBlkRQWGtvRQR * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CB08, HardwareJoystickMap_Platform_XboxOne_Base_NFQkPtfXqdhdFLpMBlkRQWGtvRQR_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_XboxOne_Base_NFQkPtfXqdhdFLpMBlkRQWGtvRQR_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_XboxOne_Base_NFQkPtfXqdhdFLpMBlkRQWGtvRQR * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF4F90, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis_ *, HardwareJoystickMap_Platform_XboxOne_Base_NFQkPtfXqdhdFLpMBlkRQWGtvRQR_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis__GetEnumerator, (HardwareJoystickMap_Platform_XboxOne_Base_NFQkPtfXqdhdFLpMBlkRQWGtvRQR * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF4F90, IEnumerator *, HardwareJoystickMap_Platform_XboxOne_Base_NFQkPtfXqdhdFLpMBlkRQWGtvRQR_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_XboxOne_Base_NFQkPtfXqdhdFLpMBlkRQWGtvRQR * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_XboxOne_Base_KwWXDxYGBOIeZiLtjfDlSBydHoASA__ctor, (HardwareJoystickMap_Platform_XboxOne_Base_KwWXDxYGBOIeZiLtjfDlSBydHoASA * __this, int32_t param_0000bae4, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_XboxOne_Base_KwWXDxYGBOIeZiLtjfDlSBydHoASA_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_XboxOne_Base_KwWXDxYGBOIeZiLtjfDlSBydHoASA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE48E0, bool, HardwareJoystickMap_Platform_XboxOne_Base_KwWXDxYGBOIeZiLtjfDlSBydHoASA_MoveNext, (HardwareJoystickMap_Platform_XboxOne_Base_KwWXDxYGBOIeZiLtjfDlSBydHoASA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_Custom_Button *, HardwareJoystickMap_Platform_XboxOne_Base_KwWXDxYGBOIeZiLtjfDlSBydHoASA_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button__get_Current, (HardwareJoystickMap_Platform_XboxOne_Base_KwWXDxYGBOIeZiLtjfDlSBydHoASA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF50D0, void, HardwareJoystickMap_Platform_XboxOne_Base_KwWXDxYGBOIeZiLtjfDlSBydHoASA_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_XboxOne_Base_KwWXDxYGBOIeZiLtjfDlSBydHoASA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CB00, HardwareJoystickMap_Platform_XboxOne_Base_KwWXDxYGBOIeZiLtjfDlSBydHoASA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_XboxOne_Base_KwWXDxYGBOIeZiLtjfDlSBydHoASA_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_XboxOne_Base_KwWXDxYGBOIeZiLtjfDlSBydHoASA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF5120, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button_ *, HardwareJoystickMap_Platform_XboxOne_Base_KwWXDxYGBOIeZiLtjfDlSBydHoASA_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button__GetEnumerator, (HardwareJoystickMap_Platform_XboxOne_Base_KwWXDxYGBOIeZiLtjfDlSBydHoASA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF5120, IEnumerator *, HardwareJoystickMap_Platform_XboxOne_Base_KwWXDxYGBOIeZiLtjfDlSBydHoASA_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_XboxOne_Base_KwWXDxYGBOIeZiLtjfDlSBydHoASA * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_XboxOne_get_variants_base, (HardwareJoystickMap_Platform_XboxOne * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF5260, bool, HardwareJoystickMap_Platform_XboxOne_Matches, (HardwareJoystickMap_Platform_XboxOne * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x01FF5410, Object *, HardwareJoystickMap_Platform_XboxOne_DeepClone, (HardwareJoystickMap_Platform_XboxOne * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF5480, void, HardwareJoystickMap_Platform_XboxOne_CopyVars, (HardwareJoystickMap_Platform_XboxOne * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_XboxOne__ctor, (HardwareJoystickMap_Platform_XboxOne * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC340, int32_t, HardwareJoystickMap_Platform_PS4_Base_get_assignedButtonCount, (HardwareJoystickMap_Platform_PS4_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC370, int32_t, HardwareJoystickMap_Platform_PS4_Base_get_assignedAxisCount, (HardwareJoystickMap_Platform_PS4_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA29C0, InputPlatform__Enum, HardwareJoystickMap_Platform_PS4_Base_get_platform, (HardwareJoystickMap_Platform_PS4_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF5710, HardwareJoystickMap_Platform_Custom_Axis__Array *, HardwareJoystickMap_Platform_PS4_Base_get_Axes, (HardwareJoystickMap_Platform_PS4_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF58E0, HardwareJoystickMap_Platform_Custom_Button__Array *, HardwareJoystickMap_Platform_PS4_Base_get_Buttons, (HardwareJoystickMap_Platform_PS4_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC300, HardwareJoystickMap_Platform_PS4_Base_Axis__Array *, HardwareJoystickMap_Platform_PS4_Base_get_Axes_orig, (HardwareJoystickMap_Platform_PS4_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC320, HardwareJoystickMap_Platform_PS4_Base_Button__Array *, HardwareJoystickMap_Platform_PS4_Base_get_Buttons_orig, (HardwareJoystickMap_Platform_PS4_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEF170, bool, HardwareJoystickMap_Platform_PS4_Base_get_hasData, (HardwareJoystickMap_Platform_PS4_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB340, bool, HardwareJoystickMap_Platform_PS4_Base_get_disabled, (HardwareJoystickMap_Platform_PS4_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB360, bool, HardwareJoystickMap_Platform_PS4_Base_get_isAllowed, (HardwareJoystickMap_Platform_PS4_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, HardwareJoystickMap_Elements_Base *, HardwareJoystickMap_Platform_PS4_Base_get_elements_base, (HardwareJoystickMap_Platform_PS4_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_PS4_Base_get_variants_base, (HardwareJoystickMap_Platform_PS4_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC3A0, bool, HardwareJoystickMap_Platform_PS4_Base_Matches, (HardwareJoystickMap_Platform_PS4_Base * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x01FF5AB0, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis_ *, HardwareJoystickMap_Platform_PS4_Base_IterateAxes, (HardwareJoystickMap_Platform_PS4_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF5B70, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button_ *, HardwareJoystickMap_Platform_PS4_Base_IterateButtons, (HardwareJoystickMap_Platform_PS4_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF5C30, String__Array *, HardwareJoystickMap_Platform_PS4_Base_GetAxisNames, (HardwareJoystickMap_Platform_PS4_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x01FF5E30, String__Array *, HardwareJoystickMap_Platform_PS4_Base_GetEffectiveButtonNames, (HardwareJoystickMap_Platform_PS4_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x01FF6010, bool, HardwareJoystickMap_Platform_PS4_Base_IsElementIdentifierMapped, (HardwareJoystickMap_Platform_PS4_Base * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01FF6360, void, HardwareJoystickMap_Platform_PS4_Base_GetGameElementIdentifierIdMappings, (HardwareJoystickMap_Platform_PS4_Base * __this, Int32__Array * * buttons, Int32__Array * * axes, MethodInfo * method)); DO_APP_FUNC(0x01FF6930, AxisCalibrationData__Array *, HardwareJoystickMap_Platform_PS4_Base_GetAxisCalibrationData, (HardwareJoystickMap_Platform_PS4_Base * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CAC8, HardwareJoystickMap_Platform_PS4_Base_GetAxisCalibrationData__MethodInfo); DO_APP_FUNC(0x01FF6CB0, void, HardwareJoystickMap_Platform_PS4_Base_GetAxisData, (HardwareJoystickMap_Platform_PS4_Base * __this, AxisRange__Enum__Array * * axisRanges, HardwareAxisInfo__Array * * axisInfos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CAC0, HardwareJoystickMap_Platform_PS4_Base_GetAxisData__MethodInfo); DO_APP_FUNC(0x01FF70E0, void, HardwareJoystickMap_Platform_PS4_Base_GetButtonData, (HardwareJoystickMap_Platform_PS4_Base * __this, HardwareButtonInfo__Array * * buttonInfos, MethodInfo * method)); DO_APP_FUNC(0x01FDDC10, ControllerElementType__Enum, HardwareJoystickMap_Platform_PS4_Base_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_PS4_Base * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FDDC40, bool, HardwareJoystickMap_Platform_PS4_Base_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_PS4_Base * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC(0x01FF7350, Object *, HardwareJoystickMap_Platform_PS4_Base_DeepClone, (HardwareJoystickMap_Platform_PS4_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF73C0, void, HardwareJoystickMap_Platform_PS4_Base_CopyVars, (HardwareJoystickMap_Platform_PS4_Base * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_PS4_Base__ctor, (HardwareJoystickMap_Platform_PS4_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF4730, bool, HardwareJoystickMap_Platform_PS4_Base_MatchingCriteria_get_hasData, (HardwareJoystickMap_Platform_PS4_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7730, bool, HardwareJoystickMap_Platform_PS4_Base_MatchingCriteria_get_isAllowed, (HardwareJoystickMap_Platform_PS4_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF7560, bool, HardwareJoystickMap_Platform_PS4_Base_MatchingCriteria_Matches, (HardwareJoystickMap_Platform_PS4_Base_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool strictMatch, MethodInfo * method)); DO_APP_FUNC(0x01FF7700, Object *, HardwareJoystickMap_Platform_PS4_Base_MatchingCriteria_DeepClone, (HardwareJoystickMap_Platform_PS4_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF7770, void, HardwareJoystickMap_Platform_PS4_Base_MatchingCriteria_CopyVars, (HardwareJoystickMap_Platform_PS4_Base_MatchingCriteria * __this, HardwareJoystickMap_MatchingCriteria_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_PS4_Base_MatchingCriteria__ctor, (HardwareJoystickMap_Platform_PS4_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x007075B0, int32_t, HardwareJoystickMap_Platform_PS4_Base_Elements_get_buttonCount, (HardwareJoystickMap_Platform_PS4_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x00707330, int32_t, HardwareJoystickMap_Platform_PS4_Base_Elements_get_axisCount, (HardwareJoystickMap_Platform_PS4_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE3F20, ControllerElementType__Enum, HardwareJoystickMap_Platform_PS4_Base_Elements_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_PS4_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FF7860, bool, HardwareJoystickMap_Platform_PS4_Base_Elements_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_PS4_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CAF0, HardwareJoystickMap_Platform_PS4_Base_Elements_GetEffectiveAxisRange__MethodInfo); DO_APP_FUNC(0x01FF79F0, Object *, HardwareJoystickMap_Platform_PS4_Base_Elements_DeepClone, (HardwareJoystickMap_Platform_PS4_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF7A60, void, HardwareJoystickMap_Platform_PS4_Base_Elements_CopyVars, (HardwareJoystickMap_Platform_PS4_Base_Elements * __this, HardwareJoystickMap_Elements_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_PS4_Base_Elements__ctor, (HardwareJoystickMap_Platform_PS4_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF7BC0, Object *, HardwareJoystickMap_Platform_PS4_Base_Button_DeepClone, (HardwareJoystickMap_Platform_PS4_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF7C30, void, HardwareJoystickMap_Platform_PS4_Base_Button_CopyVars, (HardwareJoystickMap_Platform_PS4_Base_Button * __this, HardwareJoystickMap_Platform_Custom_Element * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_PS4_Base_Button__ctor, (HardwareJoystickMap_Platform_PS4_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF7C80, Object *, HardwareJoystickMap_Platform_PS4_Base_Axis_DeepClone, (HardwareJoystickMap_Platform_PS4_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF7CF0, void, HardwareJoystickMap_Platform_PS4_Base_Axis_CopyVars, (HardwareJoystickMap_Platform_PS4_Base_Axis * __this, HardwareJoystickMap_Platform_Custom_Element * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_PS4_Base_Axis__ctor, (HardwareJoystickMap_Platform_PS4_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_PS4_Base_jeEjXYfQCSPUIraieEqTdhJZxifxA__ctor, (HardwareJoystickMap_Platform_PS4_Base_jeEjXYfQCSPUIraieEqTdhJZxifxA * __this, int32_t param_0000bb03, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_PS4_Base_jeEjXYfQCSPUIraieEqTdhJZxifxA_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_PS4_Base_jeEjXYfQCSPUIraieEqTdhJZxifxA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE4640, bool, HardwareJoystickMap_Platform_PS4_Base_jeEjXYfQCSPUIraieEqTdhJZxifxA_MoveNext, (HardwareJoystickMap_Platform_PS4_Base_jeEjXYfQCSPUIraieEqTdhJZxifxA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_Custom_Axis *, HardwareJoystickMap_Platform_PS4_Base_jeEjXYfQCSPUIraieEqTdhJZxifxA_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis__get_Current, (HardwareJoystickMap_Platform_PS4_Base_jeEjXYfQCSPUIraieEqTdhJZxifxA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF7D40, void, HardwareJoystickMap_Platform_PS4_Base_jeEjXYfQCSPUIraieEqTdhJZxifxA_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_PS4_Base_jeEjXYfQCSPUIraieEqTdhJZxifxA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CA88, HardwareJoystickMap_Platform_PS4_Base_jeEjXYfQCSPUIraieEqTdhJZxifxA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_PS4_Base_jeEjXYfQCSPUIraieEqTdhJZxifxA_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_PS4_Base_jeEjXYfQCSPUIraieEqTdhJZxifxA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF7D90, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis_ *, HardwareJoystickMap_Platform_PS4_Base_jeEjXYfQCSPUIraieEqTdhJZxifxA_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis__GetEnumerator, (HardwareJoystickMap_Platform_PS4_Base_jeEjXYfQCSPUIraieEqTdhJZxifxA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF7D90, IEnumerator *, HardwareJoystickMap_Platform_PS4_Base_jeEjXYfQCSPUIraieEqTdhJZxifxA_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_PS4_Base_jeEjXYfQCSPUIraieEqTdhJZxifxA * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_PS4_Base_uHIGtSQjUBsUxbAfXnVCaFyjtUTC__ctor, (HardwareJoystickMap_Platform_PS4_Base_uHIGtSQjUBsUxbAfXnVCaFyjtUTC * __this, int32_t param_0000bb04, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_PS4_Base_uHIGtSQjUBsUxbAfXnVCaFyjtUTC_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_PS4_Base_uHIGtSQjUBsUxbAfXnVCaFyjtUTC * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE48E0, bool, HardwareJoystickMap_Platform_PS4_Base_uHIGtSQjUBsUxbAfXnVCaFyjtUTC_MoveNext, (HardwareJoystickMap_Platform_PS4_Base_uHIGtSQjUBsUxbAfXnVCaFyjtUTC * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_Custom_Button *, HardwareJoystickMap_Platform_PS4_Base_uHIGtSQjUBsUxbAfXnVCaFyjtUTC_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button__get_Current, (HardwareJoystickMap_Platform_PS4_Base_uHIGtSQjUBsUxbAfXnVCaFyjtUTC * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF7ED0, void, HardwareJoystickMap_Platform_PS4_Base_uHIGtSQjUBsUxbAfXnVCaFyjtUTC_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_PS4_Base_uHIGtSQjUBsUxbAfXnVCaFyjtUTC * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CA80, HardwareJoystickMap_Platform_PS4_Base_uHIGtSQjUBsUxbAfXnVCaFyjtUTC_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_PS4_Base_uHIGtSQjUBsUxbAfXnVCaFyjtUTC_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_PS4_Base_uHIGtSQjUBsUxbAfXnVCaFyjtUTC * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF7F20, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button_ *, HardwareJoystickMap_Platform_PS4_Base_uHIGtSQjUBsUxbAfXnVCaFyjtUTC_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button__GetEnumerator, (HardwareJoystickMap_Platform_PS4_Base_uHIGtSQjUBsUxbAfXnVCaFyjtUTC * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF7F20, IEnumerator *, HardwareJoystickMap_Platform_PS4_Base_uHIGtSQjUBsUxbAfXnVCaFyjtUTC_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_PS4_Base_uHIGtSQjUBsUxbAfXnVCaFyjtUTC * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_PS4_get_variants_base, (HardwareJoystickMap_Platform_PS4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF5260, bool, HardwareJoystickMap_Platform_PS4_Matches, (HardwareJoystickMap_Platform_PS4 * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x01FF8060, Object *, HardwareJoystickMap_Platform_PS4_DeepClone, (HardwareJoystickMap_Platform_PS4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF80D0, void, HardwareJoystickMap_Platform_PS4_CopyVars, (HardwareJoystickMap_Platform_PS4 * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_PS4__ctor, (HardwareJoystickMap_Platform_PS4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC340, int32_t, HardwareJoystickMap_Platform_NintendoSwitch_Base_get_assignedButtonCount, (HardwareJoystickMap_Platform_NintendoSwitch_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC370, int32_t, HardwareJoystickMap_Platform_NintendoSwitch_Base_get_assignedAxisCount, (HardwareJoystickMap_Platform_NintendoSwitch_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x00B31160, InputPlatform__Enum, HardwareJoystickMap_Platform_NintendoSwitch_Base_get_platform, (HardwareJoystickMap_Platform_NintendoSwitch_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF8360, HardwareJoystickMap_Platform_Custom_Axis__Array *, HardwareJoystickMap_Platform_NintendoSwitch_Base_get_Axes, (HardwareJoystickMap_Platform_NintendoSwitch_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF8530, HardwareJoystickMap_Platform_Custom_Button__Array *, HardwareJoystickMap_Platform_NintendoSwitch_Base_get_Buttons, (HardwareJoystickMap_Platform_NintendoSwitch_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC300, HardwareJoystickMap_Platform_NintendoSwitch_Base_Axis__Array *, HardwareJoystickMap_Platform_NintendoSwitch_Base_get_Axes_orig, (HardwareJoystickMap_Platform_NintendoSwitch_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC320, HardwareJoystickMap_Platform_NintendoSwitch_Base_Button__Array *, HardwareJoystickMap_Platform_NintendoSwitch_Base_get_Buttons_orig, (HardwareJoystickMap_Platform_NintendoSwitch_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEF170, bool, HardwareJoystickMap_Platform_NintendoSwitch_Base_get_hasData, (HardwareJoystickMap_Platform_NintendoSwitch_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB340, bool, HardwareJoystickMap_Platform_NintendoSwitch_Base_get_disabled, (HardwareJoystickMap_Platform_NintendoSwitch_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB360, bool, HardwareJoystickMap_Platform_NintendoSwitch_Base_get_isAllowed, (HardwareJoystickMap_Platform_NintendoSwitch_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, HardwareJoystickMap_Elements_Base *, HardwareJoystickMap_Platform_NintendoSwitch_Base_get_elements_base, (HardwareJoystickMap_Platform_NintendoSwitch_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_NintendoSwitch_Base_get_variants_base, (HardwareJoystickMap_Platform_NintendoSwitch_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC3A0, bool, HardwareJoystickMap_Platform_NintendoSwitch_Base_Matches, (HardwareJoystickMap_Platform_NintendoSwitch_Base * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x01FF8700, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis_ *, HardwareJoystickMap_Platform_NintendoSwitch_Base_IterateAxes, (HardwareJoystickMap_Platform_NintendoSwitch_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF87C0, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button_ *, HardwareJoystickMap_Platform_NintendoSwitch_Base_IterateButtons, (HardwareJoystickMap_Platform_NintendoSwitch_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF8880, String__Array *, HardwareJoystickMap_Platform_NintendoSwitch_Base_GetAxisNames, (HardwareJoystickMap_Platform_NintendoSwitch_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x01FF8A80, String__Array *, HardwareJoystickMap_Platform_NintendoSwitch_Base_GetEffectiveButtonNames, (HardwareJoystickMap_Platform_NintendoSwitch_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x01FF8C60, bool, HardwareJoystickMap_Platform_NintendoSwitch_Base_IsElementIdentifierMapped, (HardwareJoystickMap_Platform_NintendoSwitch_Base * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01FF8FB0, void, HardwareJoystickMap_Platform_NintendoSwitch_Base_GetGameElementIdentifierIdMappings, (HardwareJoystickMap_Platform_NintendoSwitch_Base * __this, Int32__Array * * buttons, Int32__Array * * axes, MethodInfo * method)); DO_APP_FUNC(0x01FF9580, AxisCalibrationData__Array *, HardwareJoystickMap_Platform_NintendoSwitch_Base_GetAxisCalibrationData, (HardwareJoystickMap_Platform_NintendoSwitch_Base * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CA30, HardwareJoystickMap_Platform_NintendoSwitch_Base_GetAxisCalibrationData__MethodInfo); DO_APP_FUNC(0x01FF9900, void, HardwareJoystickMap_Platform_NintendoSwitch_Base_GetAxisData, (HardwareJoystickMap_Platform_NintendoSwitch_Base * __this, AxisRange__Enum__Array * * axisRanges, HardwareAxisInfo__Array * * axisInfos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CA38, HardwareJoystickMap_Platform_NintendoSwitch_Base_GetAxisData__MethodInfo); DO_APP_FUNC(0x01FF9D30, void, HardwareJoystickMap_Platform_NintendoSwitch_Base_GetButtonData, (HardwareJoystickMap_Platform_NintendoSwitch_Base * __this, HardwareButtonInfo__Array * * buttonInfos, MethodInfo * method)); DO_APP_FUNC(0x01FDDC10, ControllerElementType__Enum, HardwareJoystickMap_Platform_NintendoSwitch_Base_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_NintendoSwitch_Base * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FDDC40, bool, HardwareJoystickMap_Platform_NintendoSwitch_Base_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_NintendoSwitch_Base * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC(0x01FF9FA0, Object *, HardwareJoystickMap_Platform_NintendoSwitch_Base_DeepClone, (HardwareJoystickMap_Platform_NintendoSwitch_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFA010, void, HardwareJoystickMap_Platform_NintendoSwitch_Base_CopyVars, (HardwareJoystickMap_Platform_NintendoSwitch_Base * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_NintendoSwitch_Base__ctor, (HardwareJoystickMap_Platform_NintendoSwitch_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF4730, bool, HardwareJoystickMap_Platform_NintendoSwitch_Base_MatchingCriteria_get_hasData, (HardwareJoystickMap_Platform_NintendoSwitch_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7730, bool, HardwareJoystickMap_Platform_NintendoSwitch_Base_MatchingCriteria_get_isAllowed, (HardwareJoystickMap_Platform_NintendoSwitch_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFA1B0, bool, HardwareJoystickMap_Platform_NintendoSwitch_Base_MatchingCriteria_Matches, (HardwareJoystickMap_Platform_NintendoSwitch_Base_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool strictMatch, MethodInfo * method)); DO_APP_FUNC(0x01FFA350, Object *, HardwareJoystickMap_Platform_NintendoSwitch_Base_MatchingCriteria_DeepClone, (HardwareJoystickMap_Platform_NintendoSwitch_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFA3C0, void, HardwareJoystickMap_Platform_NintendoSwitch_Base_MatchingCriteria_CopyVars, (HardwareJoystickMap_Platform_NintendoSwitch_Base_MatchingCriteria * __this, HardwareJoystickMap_MatchingCriteria_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_NintendoSwitch_Base_MatchingCriteria__ctor, (HardwareJoystickMap_Platform_NintendoSwitch_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x007075B0, int32_t, HardwareJoystickMap_Platform_NintendoSwitch_Base_Elements_get_buttonCount, (HardwareJoystickMap_Platform_NintendoSwitch_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x00707330, int32_t, HardwareJoystickMap_Platform_NintendoSwitch_Base_Elements_get_axisCount, (HardwareJoystickMap_Platform_NintendoSwitch_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE3F20, ControllerElementType__Enum, HardwareJoystickMap_Platform_NintendoSwitch_Base_Elements_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_NintendoSwitch_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FFA4B0, bool, HardwareJoystickMap_Platform_NintendoSwitch_Base_Elements_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_NintendoSwitch_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CA50, HardwareJoystickMap_Platform_NintendoSwitch_Base_Elements_GetEffectiveAxisRange__MethodInfo); DO_APP_FUNC(0x01FFA640, Object *, HardwareJoystickMap_Platform_NintendoSwitch_Base_Elements_DeepClone, (HardwareJoystickMap_Platform_NintendoSwitch_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFA6B0, void, HardwareJoystickMap_Platform_NintendoSwitch_Base_Elements_CopyVars, (HardwareJoystickMap_Platform_NintendoSwitch_Base_Elements * __this, HardwareJoystickMap_Elements_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_NintendoSwitch_Base_Elements__ctor, (HardwareJoystickMap_Platform_NintendoSwitch_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFA810, Object *, HardwareJoystickMap_Platform_NintendoSwitch_Base_Button_DeepClone, (HardwareJoystickMap_Platform_NintendoSwitch_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFA880, void, HardwareJoystickMap_Platform_NintendoSwitch_Base_Button_CopyVars, (HardwareJoystickMap_Platform_NintendoSwitch_Base_Button * __this, HardwareJoystickMap_Platform_Custom_Element * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_NintendoSwitch_Base_Button__ctor, (HardwareJoystickMap_Platform_NintendoSwitch_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFA8D0, Object *, HardwareJoystickMap_Platform_NintendoSwitch_Base_Axis_DeepClone, (HardwareJoystickMap_Platform_NintendoSwitch_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFA940, void, HardwareJoystickMap_Platform_NintendoSwitch_Base_Axis_CopyVars, (HardwareJoystickMap_Platform_NintendoSwitch_Base_Axis * __this, HardwareJoystickMap_Platform_Custom_Element * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_NintendoSwitch_Base_Axis__ctor, (HardwareJoystickMap_Platform_NintendoSwitch_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_NintendoSwitch_Base_QFAplrhqttNBrHdYDNQWIXcCJwmv__ctor, (HardwareJoystickMap_Platform_NintendoSwitch_Base_QFAplrhqttNBrHdYDNQWIXcCJwmv * __this, int32_t param_0000bb23, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_NintendoSwitch_Base_QFAplrhqttNBrHdYDNQWIXcCJwmv_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_NintendoSwitch_Base_QFAplrhqttNBrHdYDNQWIXcCJwmv * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE4640, bool, HardwareJoystickMap_Platform_NintendoSwitch_Base_QFAplrhqttNBrHdYDNQWIXcCJwmv_MoveNext, (HardwareJoystickMap_Platform_NintendoSwitch_Base_QFAplrhqttNBrHdYDNQWIXcCJwmv * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_Custom_Axis *, HardwareJoystickMap_Platform_NintendoSwitch_Base_QFAplrhqttNBrHdYDNQWIXcCJwmv_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis__get_Current, (HardwareJoystickMap_Platform_NintendoSwitch_Base_QFAplrhqttNBrHdYDNQWIXcCJwmv * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFA990, void, HardwareJoystickMap_Platform_NintendoSwitch_Base_QFAplrhqttNBrHdYDNQWIXcCJwmv_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_NintendoSwitch_Base_QFAplrhqttNBrHdYDNQWIXcCJwmv * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CA00, HardwareJoystickMap_Platform_NintendoSwitch_Base_QFAplrhqttNBrHdYDNQWIXcCJwmv_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_NintendoSwitch_Base_QFAplrhqttNBrHdYDNQWIXcCJwmv_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_NintendoSwitch_Base_QFAplrhqttNBrHdYDNQWIXcCJwmv * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFA9E0, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis_ *, HardwareJoystickMap_Platform_NintendoSwitch_Base_QFAplrhqttNBrHdYDNQWIXcCJwmv_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis__GetEnumerator, (HardwareJoystickMap_Platform_NintendoSwitch_Base_QFAplrhqttNBrHdYDNQWIXcCJwmv * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFA9E0, IEnumerator *, HardwareJoystickMap_Platform_NintendoSwitch_Base_QFAplrhqttNBrHdYDNQWIXcCJwmv_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_NintendoSwitch_Base_QFAplrhqttNBrHdYDNQWIXcCJwmv * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_NintendoSwitch_Base_KEhiMaJTCODDLpRDjfINavRnzmhr__ctor, (HardwareJoystickMap_Platform_NintendoSwitch_Base_KEhiMaJTCODDLpRDjfINavRnzmhr * __this, int32_t param_0000bb24, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_NintendoSwitch_Base_KEhiMaJTCODDLpRDjfINavRnzmhr_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_NintendoSwitch_Base_KEhiMaJTCODDLpRDjfINavRnzmhr * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE48E0, bool, HardwareJoystickMap_Platform_NintendoSwitch_Base_KEhiMaJTCODDLpRDjfINavRnzmhr_MoveNext, (HardwareJoystickMap_Platform_NintendoSwitch_Base_KEhiMaJTCODDLpRDjfINavRnzmhr * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_Custom_Button *, HardwareJoystickMap_Platform_NintendoSwitch_Base_KEhiMaJTCODDLpRDjfINavRnzmhr_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button__get_Current, (HardwareJoystickMap_Platform_NintendoSwitch_Base_KEhiMaJTCODDLpRDjfINavRnzmhr * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFAB20, void, HardwareJoystickMap_Platform_NintendoSwitch_Base_KEhiMaJTCODDLpRDjfINavRnzmhr_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_NintendoSwitch_Base_KEhiMaJTCODDLpRDjfINavRnzmhr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CA08, HardwareJoystickMap_Platform_NintendoSwitch_Base_KEhiMaJTCODDLpRDjfINavRnzmhr_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_NintendoSwitch_Base_KEhiMaJTCODDLpRDjfINavRnzmhr_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_NintendoSwitch_Base_KEhiMaJTCODDLpRDjfINavRnzmhr * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFAB70, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button_ *, HardwareJoystickMap_Platform_NintendoSwitch_Base_KEhiMaJTCODDLpRDjfINavRnzmhr_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button__GetEnumerator, (HardwareJoystickMap_Platform_NintendoSwitch_Base_KEhiMaJTCODDLpRDjfINavRnzmhr * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFAB70, IEnumerator *, HardwareJoystickMap_Platform_NintendoSwitch_Base_KEhiMaJTCODDLpRDjfINavRnzmhr_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_NintendoSwitch_Base_KEhiMaJTCODDLpRDjfINavRnzmhr * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_NintendoSwitch_get_variants_base, (HardwareJoystickMap_Platform_NintendoSwitch * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF5260, bool, HardwareJoystickMap_Platform_NintendoSwitch_Matches, (HardwareJoystickMap_Platform_NintendoSwitch * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x01FFACB0, Object *, HardwareJoystickMap_Platform_NintendoSwitch_DeepClone, (HardwareJoystickMap_Platform_NintendoSwitch * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFAD20, void, HardwareJoystickMap_Platform_NintendoSwitch_CopyVars, (HardwareJoystickMap_Platform_NintendoSwitch * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_NintendoSwitch__ctor, (HardwareJoystickMap_Platform_NintendoSwitch * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC340, int32_t, HardwareJoystickMap_Platform_Stadia_Base_get_assignedButtonCount, (HardwareJoystickMap_Platform_Stadia_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC370, int32_t, HardwareJoystickMap_Platform_Stadia_Base_get_assignedAxisCount, (HardwareJoystickMap_Platform_Stadia_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, HardwareJoystickMap_Platform_Stadia_Base_get_controllerNameOverride, (HardwareJoystickMap_Platform_Stadia_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFAFB0, InputPlatform__Enum, HardwareJoystickMap_Platform_Stadia_Base_get_platform, (HardwareJoystickMap_Platform_Stadia_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFAFC0, HardwareJoystickMap_Platform_Custom_Axis__Array *, HardwareJoystickMap_Platform_Stadia_Base_get_Axes, (HardwareJoystickMap_Platform_Stadia_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFB190, HardwareJoystickMap_Platform_Custom_Button__Array *, HardwareJoystickMap_Platform_Stadia_Base_get_Buttons, (HardwareJoystickMap_Platform_Stadia_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC300, HardwareJoystickMap_Platform_Stadia_Base_Axis__Array *, HardwareJoystickMap_Platform_Stadia_Base_get_Axes_orig, (HardwareJoystickMap_Platform_Stadia_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC320, HardwareJoystickMap_Platform_Stadia_Base_Button__Array *, HardwareJoystickMap_Platform_Stadia_Base_get_Buttons_orig, (HardwareJoystickMap_Platform_Stadia_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEF170, bool, HardwareJoystickMap_Platform_Stadia_Base_get_hasData, (HardwareJoystickMap_Platform_Stadia_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB340, bool, HardwareJoystickMap_Platform_Stadia_Base_get_disabled, (HardwareJoystickMap_Platform_Stadia_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB360, bool, HardwareJoystickMap_Platform_Stadia_Base_get_isAllowed, (HardwareJoystickMap_Platform_Stadia_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, HardwareJoystickMap_Elements_Base *, HardwareJoystickMap_Platform_Stadia_Base_get_elements_base, (HardwareJoystickMap_Platform_Stadia_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_Stadia_Base_get_variants_base, (HardwareJoystickMap_Platform_Stadia_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC3A0, bool, HardwareJoystickMap_Platform_Stadia_Base_Matches, (HardwareJoystickMap_Platform_Stadia_Base * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x01FFB360, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis_ *, HardwareJoystickMap_Platform_Stadia_Base_IterateAxes, (HardwareJoystickMap_Platform_Stadia_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFB420, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button_ *, HardwareJoystickMap_Platform_Stadia_Base_IterateButtons, (HardwareJoystickMap_Platform_Stadia_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFB4E0, String__Array *, HardwareJoystickMap_Platform_Stadia_Base_GetAxisNames, (HardwareJoystickMap_Platform_Stadia_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x01FFB6E0, String__Array *, HardwareJoystickMap_Platform_Stadia_Base_GetEffectiveButtonNames, (HardwareJoystickMap_Platform_Stadia_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x01FFB8C0, bool, HardwareJoystickMap_Platform_Stadia_Base_IsElementIdentifierMapped, (HardwareJoystickMap_Platform_Stadia_Base * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01FFBC10, void, HardwareJoystickMap_Platform_Stadia_Base_GetGameElementIdentifierIdMappings, (HardwareJoystickMap_Platform_Stadia_Base * __this, Int32__Array * * buttons, Int32__Array * * axes, MethodInfo * method)); DO_APP_FUNC(0x01FFC1E0, AxisCalibrationData__Array *, HardwareJoystickMap_Platform_Stadia_Base_GetAxisCalibrationData, (HardwareJoystickMap_Platform_Stadia_Base * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C9B8, HardwareJoystickMap_Platform_Stadia_Base_GetAxisCalibrationData__MethodInfo); DO_APP_FUNC(0x01FFC560, void, HardwareJoystickMap_Platform_Stadia_Base_GetAxisData, (HardwareJoystickMap_Platform_Stadia_Base * __this, AxisRange__Enum__Array * * axisRanges, HardwareAxisInfo__Array * * axisInfos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C9F8, HardwareJoystickMap_Platform_Stadia_Base_GetAxisData__MethodInfo); DO_APP_FUNC(0x01FFC990, void, HardwareJoystickMap_Platform_Stadia_Base_GetButtonData, (HardwareJoystickMap_Platform_Stadia_Base * __this, HardwareButtonInfo__Array * * buttonInfos, MethodInfo * method)); DO_APP_FUNC(0x01FDDC10, ControllerElementType__Enum, HardwareJoystickMap_Platform_Stadia_Base_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_Stadia_Base * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FDDC40, bool, HardwareJoystickMap_Platform_Stadia_Base_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_Stadia_Base * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC(0x01FFCC00, Object *, HardwareJoystickMap_Platform_Stadia_Base_DeepClone, (HardwareJoystickMap_Platform_Stadia_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFCC70, void, HardwareJoystickMap_Platform_Stadia_Base_CopyVars, (HardwareJoystickMap_Platform_Stadia_Base * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Stadia_Base__ctor, (HardwareJoystickMap_Platform_Stadia_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF4730, bool, HardwareJoystickMap_Platform_Stadia_Base_MatchingCriteria_get_hasData, (HardwareJoystickMap_Platform_Stadia_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7730, bool, HardwareJoystickMap_Platform_Stadia_Base_MatchingCriteria_get_isAllowed, (HardwareJoystickMap_Platform_Stadia_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFCE60, bool, HardwareJoystickMap_Platform_Stadia_Base_MatchingCriteria_Matches, (HardwareJoystickMap_Platform_Stadia_Base_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool strictMatch, MethodInfo * method)); DO_APP_FUNC(0x01FFD000, Object *, HardwareJoystickMap_Platform_Stadia_Base_MatchingCriteria_DeepClone, (HardwareJoystickMap_Platform_Stadia_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFD070, void, HardwareJoystickMap_Platform_Stadia_Base_MatchingCriteria_CopyVars, (HardwareJoystickMap_Platform_Stadia_Base_MatchingCriteria * __this, HardwareJoystickMap_MatchingCriteria_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Stadia_Base_MatchingCriteria__ctor, (HardwareJoystickMap_Platform_Stadia_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x007075B0, int32_t, HardwareJoystickMap_Platform_Stadia_Base_Elements_get_buttonCount, (HardwareJoystickMap_Platform_Stadia_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x00707330, int32_t, HardwareJoystickMap_Platform_Stadia_Base_Elements_get_axisCount, (HardwareJoystickMap_Platform_Stadia_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE3F20, ControllerElementType__Enum, HardwareJoystickMap_Platform_Stadia_Base_Elements_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_Stadia_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FFD160, bool, HardwareJoystickMap_Platform_Stadia_Base_Elements_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_Stadia_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C998, HardwareJoystickMap_Platform_Stadia_Base_Elements_GetEffectiveAxisRange__MethodInfo); DO_APP_FUNC(0x01FFD2F0, Object *, HardwareJoystickMap_Platform_Stadia_Base_Elements_DeepClone, (HardwareJoystickMap_Platform_Stadia_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFD360, void, HardwareJoystickMap_Platform_Stadia_Base_Elements_CopyVars, (HardwareJoystickMap_Platform_Stadia_Base_Elements * __this, HardwareJoystickMap_Elements_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Stadia_Base_Elements__ctor, (HardwareJoystickMap_Platform_Stadia_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFD4C0, Object *, HardwareJoystickMap_Platform_Stadia_Base_Button_DeepClone, (HardwareJoystickMap_Platform_Stadia_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFD530, void, HardwareJoystickMap_Platform_Stadia_Base_Button_CopyVars, (HardwareJoystickMap_Platform_Stadia_Base_Button * __this, HardwareJoystickMap_Platform_Custom_Element * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Stadia_Base_Button__ctor, (HardwareJoystickMap_Platform_Stadia_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFD580, Object *, HardwareJoystickMap_Platform_Stadia_Base_Axis_DeepClone, (HardwareJoystickMap_Platform_Stadia_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFD5F0, void, HardwareJoystickMap_Platform_Stadia_Base_Axis_CopyVars, (HardwareJoystickMap_Platform_Stadia_Base_Axis * __this, HardwareJoystickMap_Platform_Custom_Element * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Stadia_Base_Axis__ctor, (HardwareJoystickMap_Platform_Stadia_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_Stadia_Base_pXdKqPgnsrrGeZFkYDNTDnFNSPXU__ctor, (HardwareJoystickMap_Platform_Stadia_Base_pXdKqPgnsrrGeZFkYDNTDnFNSPXU * __this, int32_t param_0000bb43, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Stadia_Base_pXdKqPgnsrrGeZFkYDNTDnFNSPXU_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_Stadia_Base_pXdKqPgnsrrGeZFkYDNTDnFNSPXU * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE4640, bool, HardwareJoystickMap_Platform_Stadia_Base_pXdKqPgnsrrGeZFkYDNTDnFNSPXU_MoveNext, (HardwareJoystickMap_Platform_Stadia_Base_pXdKqPgnsrrGeZFkYDNTDnFNSPXU * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_Custom_Axis *, HardwareJoystickMap_Platform_Stadia_Base_pXdKqPgnsrrGeZFkYDNTDnFNSPXU_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis__get_Current, (HardwareJoystickMap_Platform_Stadia_Base_pXdKqPgnsrrGeZFkYDNTDnFNSPXU * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFD640, void, HardwareJoystickMap_Platform_Stadia_Base_pXdKqPgnsrrGeZFkYDNTDnFNSPXU_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_Stadia_Base_pXdKqPgnsrrGeZFkYDNTDnFNSPXU * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C9B0, HardwareJoystickMap_Platform_Stadia_Base_pXdKqPgnsrrGeZFkYDNTDnFNSPXU_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_Stadia_Base_pXdKqPgnsrrGeZFkYDNTDnFNSPXU_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_Stadia_Base_pXdKqPgnsrrGeZFkYDNTDnFNSPXU * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFD690, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis_ *, HardwareJoystickMap_Platform_Stadia_Base_pXdKqPgnsrrGeZFkYDNTDnFNSPXU_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis__GetEnumerator, (HardwareJoystickMap_Platform_Stadia_Base_pXdKqPgnsrrGeZFkYDNTDnFNSPXU * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFD690, IEnumerator *, HardwareJoystickMap_Platform_Stadia_Base_pXdKqPgnsrrGeZFkYDNTDnFNSPXU_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_Stadia_Base_pXdKqPgnsrrGeZFkYDNTDnFNSPXU * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_Stadia_Base_FETTsmmiuAhhHcrFawXPRzjUJgyeA__ctor, (HardwareJoystickMap_Platform_Stadia_Base_FETTsmmiuAhhHcrFawXPRzjUJgyeA * __this, int32_t param_0000bb44, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Stadia_Base_FETTsmmiuAhhHcrFawXPRzjUJgyeA_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_Stadia_Base_FETTsmmiuAhhHcrFawXPRzjUJgyeA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE48E0, bool, HardwareJoystickMap_Platform_Stadia_Base_FETTsmmiuAhhHcrFawXPRzjUJgyeA_MoveNext, (HardwareJoystickMap_Platform_Stadia_Base_FETTsmmiuAhhHcrFawXPRzjUJgyeA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_Custom_Button *, HardwareJoystickMap_Platform_Stadia_Base_FETTsmmiuAhhHcrFawXPRzjUJgyeA_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button__get_Current, (HardwareJoystickMap_Platform_Stadia_Base_FETTsmmiuAhhHcrFawXPRzjUJgyeA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFD7D0, void, HardwareJoystickMap_Platform_Stadia_Base_FETTsmmiuAhhHcrFawXPRzjUJgyeA_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_Stadia_Base_FETTsmmiuAhhHcrFawXPRzjUJgyeA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C9A8, HardwareJoystickMap_Platform_Stadia_Base_FETTsmmiuAhhHcrFawXPRzjUJgyeA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_Stadia_Base_FETTsmmiuAhhHcrFawXPRzjUJgyeA_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_Stadia_Base_FETTsmmiuAhhHcrFawXPRzjUJgyeA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFD820, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button_ *, HardwareJoystickMap_Platform_Stadia_Base_FETTsmmiuAhhHcrFawXPRzjUJgyeA_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button__GetEnumerator, (HardwareJoystickMap_Platform_Stadia_Base_FETTsmmiuAhhHcrFawXPRzjUJgyeA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFD820, IEnumerator *, HardwareJoystickMap_Platform_Stadia_Base_FETTsmmiuAhhHcrFawXPRzjUJgyeA_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_Stadia_Base_FETTsmmiuAhhHcrFawXPRzjUJgyeA * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_Stadia_get_variants_base, (HardwareJoystickMap_Platform_Stadia * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFD960, bool, HardwareJoystickMap_Platform_Stadia_Matches, (HardwareJoystickMap_Platform_Stadia * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x01FFDB10, Object *, HardwareJoystickMap_Platform_Stadia_DeepClone, (HardwareJoystickMap_Platform_Stadia * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFDB80, void, HardwareJoystickMap_Platform_Stadia_CopyVars, (HardwareJoystickMap_Platform_Stadia * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Stadia__ctor, (HardwareJoystickMap_Platform_Stadia * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC340, int32_t, HardwareJoystickMap_Platform_GameCore_Base_get_assignedButtonCount, (HardwareJoystickMap_Platform_GameCore_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC370, int32_t, HardwareJoystickMap_Platform_GameCore_Base_get_assignedAxisCount, (HardwareJoystickMap_Platform_GameCore_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, HardwareJoystickMap_Platform_GameCore_Base_get_controllerNameOverride, (HardwareJoystickMap_Platform_GameCore_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA29B0, InputPlatform__Enum, HardwareJoystickMap_Platform_GameCore_Base_get_platform, (HardwareJoystickMap_Platform_GameCore_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFDC90, HardwareJoystickMap_Platform_Custom_Axis__Array *, HardwareJoystickMap_Platform_GameCore_Base_get_Axes, (HardwareJoystickMap_Platform_GameCore_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFDE60, HardwareJoystickMap_Platform_Custom_Button__Array *, HardwareJoystickMap_Platform_GameCore_Base_get_Buttons, (HardwareJoystickMap_Platform_GameCore_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC300, HardwareJoystickMap_Platform_GameCore_Base_Axis__Array *, HardwareJoystickMap_Platform_GameCore_Base_get_Axes_orig, (HardwareJoystickMap_Platform_GameCore_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC320, HardwareJoystickMap_Platform_GameCore_Base_Button__Array *, HardwareJoystickMap_Platform_GameCore_Base_get_Buttons_orig, (HardwareJoystickMap_Platform_GameCore_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEF170, bool, HardwareJoystickMap_Platform_GameCore_Base_get_hasData, (HardwareJoystickMap_Platform_GameCore_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB340, bool, HardwareJoystickMap_Platform_GameCore_Base_get_disabled, (HardwareJoystickMap_Platform_GameCore_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB360, bool, HardwareJoystickMap_Platform_GameCore_Base_get_isAllowed, (HardwareJoystickMap_Platform_GameCore_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, HardwareJoystickMap_Elements_Base *, HardwareJoystickMap_Platform_GameCore_Base_get_elements_base, (HardwareJoystickMap_Platform_GameCore_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_GameCore_Base_get_variants_base, (HardwareJoystickMap_Platform_GameCore_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC3A0, bool, HardwareJoystickMap_Platform_GameCore_Base_Matches, (HardwareJoystickMap_Platform_GameCore_Base * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x01FFE030, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis_ *, HardwareJoystickMap_Platform_GameCore_Base_IterateAxes, (HardwareJoystickMap_Platform_GameCore_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFE0F0, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button_ *, HardwareJoystickMap_Platform_GameCore_Base_IterateButtons, (HardwareJoystickMap_Platform_GameCore_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFE1B0, String__Array *, HardwareJoystickMap_Platform_GameCore_Base_GetAxisNames, (HardwareJoystickMap_Platform_GameCore_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x01FFE3B0, String__Array *, HardwareJoystickMap_Platform_GameCore_Base_GetEffectiveButtonNames, (HardwareJoystickMap_Platform_GameCore_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x01FFE590, bool, HardwareJoystickMap_Platform_GameCore_Base_IsElementIdentifierMapped, (HardwareJoystickMap_Platform_GameCore_Base * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x01FFE8E0, void, HardwareJoystickMap_Platform_GameCore_Base_GetGameElementIdentifierIdMappings, (HardwareJoystickMap_Platform_GameCore_Base * __this, Int32__Array * * buttons, Int32__Array * * axes, MethodInfo * method)); DO_APP_FUNC(0x01FFEEB0, AxisCalibrationData__Array *, HardwareJoystickMap_Platform_GameCore_Base_GetAxisCalibrationData, (HardwareJoystickMap_Platform_GameCore_Base * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C978, HardwareJoystickMap_Platform_GameCore_Base_GetAxisCalibrationData__MethodInfo); DO_APP_FUNC(0x01FFF240, void, HardwareJoystickMap_Platform_GameCore_Base_GetAxisData, (HardwareJoystickMap_Platform_GameCore_Base * __this, AxisRange__Enum__Array * * axisRanges, HardwareAxisInfo__Array * * axisInfos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C970, HardwareJoystickMap_Platform_GameCore_Base_GetAxisData__MethodInfo); DO_APP_FUNC(0x01FFF680, void, HardwareJoystickMap_Platform_GameCore_Base_GetButtonData, (HardwareJoystickMap_Platform_GameCore_Base * __this, HardwareButtonInfo__Array * * buttonInfos, MethodInfo * method)); DO_APP_FUNC(0x01FDDC10, ControllerElementType__Enum, HardwareJoystickMap_Platform_GameCore_Base_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_GameCore_Base * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FDDC40, bool, HardwareJoystickMap_Platform_GameCore_Base_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_GameCore_Base * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC(0x01FFF8F0, Object *, HardwareJoystickMap_Platform_GameCore_Base_DeepClone, (HardwareJoystickMap_Platform_GameCore_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFF960, void, HardwareJoystickMap_Platform_GameCore_Base_CopyVars, (HardwareJoystickMap_Platform_GameCore_Base * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_GameCore_Base__ctor, (HardwareJoystickMap_Platform_GameCore_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFFB50, bool, HardwareJoystickMap_Platform_GameCore_Base_MatchingCriteria_get_hasData, (HardwareJoystickMap_Platform_GameCore_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7730, bool, HardwareJoystickMap_Platform_GameCore_Base_MatchingCriteria_get_isAllowed, (HardwareJoystickMap_Platform_GameCore_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFFB90, bool, HardwareJoystickMap_Platform_GameCore_Base_MatchingCriteria_ElementCountsMatch, (HardwareJoystickMap_Platform_GameCore_Base_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool * alternateMatched, MethodInfo * method)); DO_APP_FUNC(0x01FFFBF0, bool, HardwareJoystickMap_Platform_GameCore_Base_MatchingCriteria_Matches, (HardwareJoystickMap_Platform_GameCore_Base_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool strictMatch, MethodInfo * method)); DO_APP_FUNC(0x01FFFF00, Object *, HardwareJoystickMap_Platform_GameCore_Base_MatchingCriteria_DeepClone, (HardwareJoystickMap_Platform_GameCore_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFFF70, void, HardwareJoystickMap_Platform_GameCore_Base_MatchingCriteria_CopyVars, (HardwareJoystickMap_Platform_GameCore_Base_MatchingCriteria * __this, HardwareJoystickMap_MatchingCriteria_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x020000F0, bool, HardwareJoystickMap_Platform_GameCore_Base_MatchingCriteria_HasProductName, (HardwareJoystickMap_Platform_GameCore_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x02000150, bool, HardwareJoystickMap_Platform_GameCore_Base_MatchingCriteria_ProductNameMatches, (HardwareJoystickMap_Platform_GameCore_Base_MatchingCriteria * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_GameCore_Base_MatchingCriteria__ctor, (HardwareJoystickMap_Platform_GameCore_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x007075B0, int32_t, HardwareJoystickMap_Platform_GameCore_Base_Elements_get_buttonCount, (HardwareJoystickMap_Platform_GameCore_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x00707330, int32_t, HardwareJoystickMap_Platform_GameCore_Base_Elements_get_axisCount, (HardwareJoystickMap_Platform_GameCore_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE3F20, ControllerElementType__Enum, HardwareJoystickMap_Platform_GameCore_Base_Elements_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_GameCore_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x020001F0, bool, HardwareJoystickMap_Platform_GameCore_Base_Elements_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_GameCore_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C910, HardwareJoystickMap_Platform_GameCore_Base_Elements_GetEffectiveAxisRange__MethodInfo); DO_APP_FUNC(0x02000480, Object *, HardwareJoystickMap_Platform_GameCore_Base_Elements_DeepClone, (HardwareJoystickMap_Platform_GameCore_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x020004F0, void, HardwareJoystickMap_Platform_GameCore_Base_Elements_CopyVars, (HardwareJoystickMap_Platform_GameCore_Base_Elements * __this, HardwareJoystickMap_Elements_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_GameCore_Base_Elements__ctor, (HardwareJoystickMap_Platform_GameCore_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x02000650, Object *, HardwareJoystickMap_Platform_GameCore_Base_Button_DeepClone, (HardwareJoystickMap_Platform_GameCore_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x020006C0, void, HardwareJoystickMap_Platform_GameCore_Base_Button_CopyVars, (HardwareJoystickMap_Platform_GameCore_Base_Button * __this, HardwareJoystickMap_Platform_Custom_Element * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_GameCore_Base_Button__ctor, (HardwareJoystickMap_Platform_GameCore_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x02000740, Object *, HardwareJoystickMap_Platform_GameCore_Base_Axis_DeepClone, (HardwareJoystickMap_Platform_GameCore_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x020007B0, void, HardwareJoystickMap_Platform_GameCore_Base_Axis_CopyVars, (HardwareJoystickMap_Platform_GameCore_Base_Axis * __this, HardwareJoystickMap_Platform_Custom_Element * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_GameCore_Base_Axis__ctor, (HardwareJoystickMap_Platform_GameCore_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_GameCore_Base_kTTnZpLQIcEwmXBmZbwfsYmGoGug__ctor, (HardwareJoystickMap_Platform_GameCore_Base_kTTnZpLQIcEwmXBmZbwfsYmGoGug * __this, int32_t param_0000bb66, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_GameCore_Base_kTTnZpLQIcEwmXBmZbwfsYmGoGug_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_GameCore_Base_kTTnZpLQIcEwmXBmZbwfsYmGoGug * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE4640, bool, HardwareJoystickMap_Platform_GameCore_Base_kTTnZpLQIcEwmXBmZbwfsYmGoGug_MoveNext, (HardwareJoystickMap_Platform_GameCore_Base_kTTnZpLQIcEwmXBmZbwfsYmGoGug * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_Custom_Axis *, HardwareJoystickMap_Platform_GameCore_Base_kTTnZpLQIcEwmXBmZbwfsYmGoGug_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis__get_Current, (HardwareJoystickMap_Platform_GameCore_Base_kTTnZpLQIcEwmXBmZbwfsYmGoGug * __this, MethodInfo * method)); DO_APP_FUNC(0x02000830, void, HardwareJoystickMap_Platform_GameCore_Base_kTTnZpLQIcEwmXBmZbwfsYmGoGug_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_GameCore_Base_kTTnZpLQIcEwmXBmZbwfsYmGoGug * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C930, HardwareJoystickMap_Platform_GameCore_Base_kTTnZpLQIcEwmXBmZbwfsYmGoGug_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_GameCore_Base_kTTnZpLQIcEwmXBmZbwfsYmGoGug_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_GameCore_Base_kTTnZpLQIcEwmXBmZbwfsYmGoGug * __this, MethodInfo * method)); DO_APP_FUNC(0x02000880, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis_ *, HardwareJoystickMap_Platform_GameCore_Base_kTTnZpLQIcEwmXBmZbwfsYmGoGug_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis__GetEnumerator, (HardwareJoystickMap_Platform_GameCore_Base_kTTnZpLQIcEwmXBmZbwfsYmGoGug * __this, MethodInfo * method)); DO_APP_FUNC(0x02000880, IEnumerator *, HardwareJoystickMap_Platform_GameCore_Base_kTTnZpLQIcEwmXBmZbwfsYmGoGug_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_GameCore_Base_kTTnZpLQIcEwmXBmZbwfsYmGoGug * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_GameCore_Base_YbxrfFPVTQEbjiErazbeMUIXHAbj__ctor, (HardwareJoystickMap_Platform_GameCore_Base_YbxrfFPVTQEbjiErazbeMUIXHAbj * __this, int32_t param_0000bb67, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_GameCore_Base_YbxrfFPVTQEbjiErazbeMUIXHAbj_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_GameCore_Base_YbxrfFPVTQEbjiErazbeMUIXHAbj * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE48E0, bool, HardwareJoystickMap_Platform_GameCore_Base_YbxrfFPVTQEbjiErazbeMUIXHAbj_MoveNext, (HardwareJoystickMap_Platform_GameCore_Base_YbxrfFPVTQEbjiErazbeMUIXHAbj * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_Custom_Button *, HardwareJoystickMap_Platform_GameCore_Base_YbxrfFPVTQEbjiErazbeMUIXHAbj_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button__get_Current, (HardwareJoystickMap_Platform_GameCore_Base_YbxrfFPVTQEbjiErazbeMUIXHAbj * __this, MethodInfo * method)); DO_APP_FUNC(0x020009C0, void, HardwareJoystickMap_Platform_GameCore_Base_YbxrfFPVTQEbjiErazbeMUIXHAbj_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_GameCore_Base_YbxrfFPVTQEbjiErazbeMUIXHAbj * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C928, HardwareJoystickMap_Platform_GameCore_Base_YbxrfFPVTQEbjiErazbeMUIXHAbj_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_GameCore_Base_YbxrfFPVTQEbjiErazbeMUIXHAbj_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_GameCore_Base_YbxrfFPVTQEbjiErazbeMUIXHAbj * __this, MethodInfo * method)); DO_APP_FUNC(0x02000A10, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button_ *, HardwareJoystickMap_Platform_GameCore_Base_YbxrfFPVTQEbjiErazbeMUIXHAbj_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button__GetEnumerator, (HardwareJoystickMap_Platform_GameCore_Base_YbxrfFPVTQEbjiErazbeMUIXHAbj * __this, MethodInfo * method)); DO_APP_FUNC(0x02000A10, IEnumerator *, HardwareJoystickMap_Platform_GameCore_Base_YbxrfFPVTQEbjiErazbeMUIXHAbj_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_GameCore_Base_YbxrfFPVTQEbjiErazbeMUIXHAbj * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_GameCore_get_variants_base, (HardwareJoystickMap_Platform_GameCore * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFD960, bool, HardwareJoystickMap_Platform_GameCore_Matches, (HardwareJoystickMap_Platform_GameCore * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x02000B50, Object *, HardwareJoystickMap_Platform_GameCore_DeepClone, (HardwareJoystickMap_Platform_GameCore * __this, MethodInfo * method)); DO_APP_FUNC(0x02000BC0, void, HardwareJoystickMap_Platform_GameCore_CopyVars, (HardwareJoystickMap_Platform_GameCore * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x02000CD0, HardwareJoystickMap_Platform_GameCore *, HardwareJoystickMap_Platform_GameCore_CreateDefaultMap, (BridgedControllerHWInfo * bridgedController, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_GameCore__ctor, (HardwareJoystickMap_Platform_GameCore * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC340, int32_t, HardwareJoystickMap_Platform_PS5_Base_get_assignedButtonCount, (HardwareJoystickMap_Platform_PS5_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC370, int32_t, HardwareJoystickMap_Platform_PS5_Base_get_assignedAxisCount, (HardwareJoystickMap_Platform_PS5_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, HardwareJoystickMap_Platform_PS5_Base_get_controllerNameOverride, (HardwareJoystickMap_Platform_PS5_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA29D0, InputPlatform__Enum, HardwareJoystickMap_Platform_PS5_Base_get_platform, (HardwareJoystickMap_Platform_PS5_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x02001500, HardwareJoystickMap_Platform_Custom_Axis__Array *, HardwareJoystickMap_Platform_PS5_Base_get_Axes, (HardwareJoystickMap_Platform_PS5_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020016D0, HardwareJoystickMap_Platform_Custom_Button__Array *, HardwareJoystickMap_Platform_PS5_Base_get_Buttons, (HardwareJoystickMap_Platform_PS5_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC300, HardwareJoystickMap_Platform_PS5_Base_Axis__Array *, HardwareJoystickMap_Platform_PS5_Base_get_Axes_orig, (HardwareJoystickMap_Platform_PS5_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC320, HardwareJoystickMap_Platform_PS5_Base_Button__Array *, HardwareJoystickMap_Platform_PS5_Base_get_Buttons_orig, (HardwareJoystickMap_Platform_PS5_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEF170, bool, HardwareJoystickMap_Platform_PS5_Base_get_hasData, (HardwareJoystickMap_Platform_PS5_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB340, bool, HardwareJoystickMap_Platform_PS5_Base_get_disabled, (HardwareJoystickMap_Platform_PS5_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB360, bool, HardwareJoystickMap_Platform_PS5_Base_get_isAllowed, (HardwareJoystickMap_Platform_PS5_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, HardwareJoystickMap_Elements_Base *, HardwareJoystickMap_Platform_PS5_Base_get_elements_base, (HardwareJoystickMap_Platform_PS5_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_PS5_Base_get_variants_base, (HardwareJoystickMap_Platform_PS5_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC3A0, bool, HardwareJoystickMap_Platform_PS5_Base_Matches, (HardwareJoystickMap_Platform_PS5_Base * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x020018A0, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis_ *, HardwareJoystickMap_Platform_PS5_Base_IterateAxes, (HardwareJoystickMap_Platform_PS5_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x02001960, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button_ *, HardwareJoystickMap_Platform_PS5_Base_IterateButtons, (HardwareJoystickMap_Platform_PS5_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x02001A20, String__Array *, HardwareJoystickMap_Platform_PS5_Base_GetAxisNames, (HardwareJoystickMap_Platform_PS5_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x02001C20, String__Array *, HardwareJoystickMap_Platform_PS5_Base_GetEffectiveButtonNames, (HardwareJoystickMap_Platform_PS5_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x02001E00, bool, HardwareJoystickMap_Platform_PS5_Base_IsElementIdentifierMapped, (HardwareJoystickMap_Platform_PS5_Base * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x02002150, void, HardwareJoystickMap_Platform_PS5_Base_GetGameElementIdentifierIdMappings, (HardwareJoystickMap_Platform_PS5_Base * __this, Int32__Array * * buttons, Int32__Array * * axes, MethodInfo * method)); DO_APP_FUNC(0x02002720, AxisCalibrationData__Array *, HardwareJoystickMap_Platform_PS5_Base_GetAxisCalibrationData, (HardwareJoystickMap_Platform_PS5_Base * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C8D8, HardwareJoystickMap_Platform_PS5_Base_GetAxisCalibrationData__MethodInfo); DO_APP_FUNC(0x02002AA0, void, HardwareJoystickMap_Platform_PS5_Base_GetAxisData, (HardwareJoystickMap_Platform_PS5_Base * __this, AxisRange__Enum__Array * * axisRanges, HardwareAxisInfo__Array * * axisInfos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C888, HardwareJoystickMap_Platform_PS5_Base_GetAxisData__MethodInfo); DO_APP_FUNC(0x02002ED0, void, HardwareJoystickMap_Platform_PS5_Base_GetButtonData, (HardwareJoystickMap_Platform_PS5_Base * __this, HardwareButtonInfo__Array * * buttonInfos, MethodInfo * method)); DO_APP_FUNC(0x01FDDC10, ControllerElementType__Enum, HardwareJoystickMap_Platform_PS5_Base_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_PS5_Base * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FDDC40, bool, HardwareJoystickMap_Platform_PS5_Base_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_PS5_Base * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC(0x02003140, Object *, HardwareJoystickMap_Platform_PS5_Base_DeepClone, (HardwareJoystickMap_Platform_PS5_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020031B0, void, HardwareJoystickMap_Platform_PS5_Base_CopyVars, (HardwareJoystickMap_Platform_PS5_Base * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_PS5_Base__ctor, (HardwareJoystickMap_Platform_PS5_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF4730, bool, HardwareJoystickMap_Platform_PS5_Base_MatchingCriteria_get_hasData, (HardwareJoystickMap_Platform_PS5_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7730, bool, HardwareJoystickMap_Platform_PS5_Base_MatchingCriteria_get_isAllowed, (HardwareJoystickMap_Platform_PS5_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x020033A0, bool, HardwareJoystickMap_Platform_PS5_Base_MatchingCriteria_Matches, (HardwareJoystickMap_Platform_PS5_Base_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool strictMatch, MethodInfo * method)); DO_APP_FUNC(0x02003540, Object *, HardwareJoystickMap_Platform_PS5_Base_MatchingCriteria_DeepClone, (HardwareJoystickMap_Platform_PS5_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x020035B0, void, HardwareJoystickMap_Platform_PS5_Base_MatchingCriteria_CopyVars, (HardwareJoystickMap_Platform_PS5_Base_MatchingCriteria * __this, HardwareJoystickMap_MatchingCriteria_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_PS5_Base_MatchingCriteria__ctor, (HardwareJoystickMap_Platform_PS5_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x007075B0, int32_t, HardwareJoystickMap_Platform_PS5_Base_Elements_get_buttonCount, (HardwareJoystickMap_Platform_PS5_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x00707330, int32_t, HardwareJoystickMap_Platform_PS5_Base_Elements_get_axisCount, (HardwareJoystickMap_Platform_PS5_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE3F20, ControllerElementType__Enum, HardwareJoystickMap_Platform_PS5_Base_Elements_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_PS5_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x020036A0, bool, HardwareJoystickMap_Platform_PS5_Base_Elements_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_PS5_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C8A8, HardwareJoystickMap_Platform_PS5_Base_Elements_GetEffectiveAxisRange__MethodInfo); DO_APP_FUNC(0x02003830, Object *, HardwareJoystickMap_Platform_PS5_Base_Elements_DeepClone, (HardwareJoystickMap_Platform_PS5_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x020038A0, void, HardwareJoystickMap_Platform_PS5_Base_Elements_CopyVars, (HardwareJoystickMap_Platform_PS5_Base_Elements * __this, HardwareJoystickMap_Elements_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_PS5_Base_Elements__ctor, (HardwareJoystickMap_Platform_PS5_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x02003A00, Object *, HardwareJoystickMap_Platform_PS5_Base_Button_DeepClone, (HardwareJoystickMap_Platform_PS5_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x02003A70, void, HardwareJoystickMap_Platform_PS5_Base_Button_CopyVars, (HardwareJoystickMap_Platform_PS5_Base_Button * __this, HardwareJoystickMap_Platform_Custom_Element * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_PS5_Base_Button__ctor, (HardwareJoystickMap_Platform_PS5_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x02003AC0, Object *, HardwareJoystickMap_Platform_PS5_Base_Axis_DeepClone, (HardwareJoystickMap_Platform_PS5_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x02003B30, void, HardwareJoystickMap_Platform_PS5_Base_Axis_CopyVars, (HardwareJoystickMap_Platform_PS5_Base_Axis * __this, HardwareJoystickMap_Platform_Custom_Element * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_PS5_Base_Axis__ctor, (HardwareJoystickMap_Platform_PS5_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_PS5_Base_FHHrqIAKgUsEfDFzGhNiMnLlguXK__ctor, (HardwareJoystickMap_Platform_PS5_Base_FHHrqIAKgUsEfDFzGhNiMnLlguXK * __this, int32_t param_0000bb87, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_PS5_Base_FHHrqIAKgUsEfDFzGhNiMnLlguXK_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_PS5_Base_FHHrqIAKgUsEfDFzGhNiMnLlguXK * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE4640, bool, HardwareJoystickMap_Platform_PS5_Base_FHHrqIAKgUsEfDFzGhNiMnLlguXK_MoveNext, (HardwareJoystickMap_Platform_PS5_Base_FHHrqIAKgUsEfDFzGhNiMnLlguXK * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_Custom_Axis *, HardwareJoystickMap_Platform_PS5_Base_FHHrqIAKgUsEfDFzGhNiMnLlguXK_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis__get_Current, (HardwareJoystickMap_Platform_PS5_Base_FHHrqIAKgUsEfDFzGhNiMnLlguXK * __this, MethodInfo * method)); DO_APP_FUNC(0x02003B80, void, HardwareJoystickMap_Platform_PS5_Base_FHHrqIAKgUsEfDFzGhNiMnLlguXK_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_PS5_Base_FHHrqIAKgUsEfDFzGhNiMnLlguXK * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C840, HardwareJoystickMap_Platform_PS5_Base_FHHrqIAKgUsEfDFzGhNiMnLlguXK_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_PS5_Base_FHHrqIAKgUsEfDFzGhNiMnLlguXK_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_PS5_Base_FHHrqIAKgUsEfDFzGhNiMnLlguXK * __this, MethodInfo * method)); DO_APP_FUNC(0x02003BD0, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis_ *, HardwareJoystickMap_Platform_PS5_Base_FHHrqIAKgUsEfDFzGhNiMnLlguXK_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis__GetEnumerator, (HardwareJoystickMap_Platform_PS5_Base_FHHrqIAKgUsEfDFzGhNiMnLlguXK * __this, MethodInfo * method)); DO_APP_FUNC(0x02003BD0, IEnumerator *, HardwareJoystickMap_Platform_PS5_Base_FHHrqIAKgUsEfDFzGhNiMnLlguXK_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_PS5_Base_FHHrqIAKgUsEfDFzGhNiMnLlguXK * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_PS5_Base_KDissBBuZLjUWHPDRAoldGOkNlTT__ctor, (HardwareJoystickMap_Platform_PS5_Base_KDissBBuZLjUWHPDRAoldGOkNlTT * __this, int32_t param_0000bb88, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_PS5_Base_KDissBBuZLjUWHPDRAoldGOkNlTT_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_PS5_Base_KDissBBuZLjUWHPDRAoldGOkNlTT * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE48E0, bool, HardwareJoystickMap_Platform_PS5_Base_KDissBBuZLjUWHPDRAoldGOkNlTT_MoveNext, (HardwareJoystickMap_Platform_PS5_Base_KDissBBuZLjUWHPDRAoldGOkNlTT * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_Custom_Button *, HardwareJoystickMap_Platform_PS5_Base_KDissBBuZLjUWHPDRAoldGOkNlTT_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button__get_Current, (HardwareJoystickMap_Platform_PS5_Base_KDissBBuZLjUWHPDRAoldGOkNlTT * __this, MethodInfo * method)); DO_APP_FUNC(0x02003D10, void, HardwareJoystickMap_Platform_PS5_Base_KDissBBuZLjUWHPDRAoldGOkNlTT_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_PS5_Base_KDissBBuZLjUWHPDRAoldGOkNlTT * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C838, HardwareJoystickMap_Platform_PS5_Base_KDissBBuZLjUWHPDRAoldGOkNlTT_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_PS5_Base_KDissBBuZLjUWHPDRAoldGOkNlTT_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_PS5_Base_KDissBBuZLjUWHPDRAoldGOkNlTT * __this, MethodInfo * method)); DO_APP_FUNC(0x02003D60, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button_ *, HardwareJoystickMap_Platform_PS5_Base_KDissBBuZLjUWHPDRAoldGOkNlTT_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button__GetEnumerator, (HardwareJoystickMap_Platform_PS5_Base_KDissBBuZLjUWHPDRAoldGOkNlTT * __this, MethodInfo * method)); DO_APP_FUNC(0x02003D60, IEnumerator *, HardwareJoystickMap_Platform_PS5_Base_KDissBBuZLjUWHPDRAoldGOkNlTT_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_PS5_Base_KDissBBuZLjUWHPDRAoldGOkNlTT * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_PS5_get_variants_base, (HardwareJoystickMap_Platform_PS5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFD960, bool, HardwareJoystickMap_Platform_PS5_Matches, (HardwareJoystickMap_Platform_PS5 * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x02003EA0, Object *, HardwareJoystickMap_Platform_PS5_DeepClone, (HardwareJoystickMap_Platform_PS5 * __this, MethodInfo * method)); DO_APP_FUNC(0x02003F10, void, HardwareJoystickMap_Platform_PS5_CopyVars, (HardwareJoystickMap_Platform_PS5 * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_PS5__ctor, (HardwareJoystickMap_Platform_PS5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC340, int32_t, HardwareJoystickMap_Platform_InternalDriver_Base_get_assignedButtonCount, (HardwareJoystickMap_Platform_InternalDriver_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC370, int32_t, HardwareJoystickMap_Platform_InternalDriver_Base_get_assignedAxisCount, (HardwareJoystickMap_Platform_InternalDriver_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x02004020, InputPlatform__Enum, HardwareJoystickMap_Platform_InternalDriver_Base_get_platform, (HardwareJoystickMap_Platform_InternalDriver_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x02004030, HardwareJoystickMap_Platform_Custom_Axis__Array *, HardwareJoystickMap_Platform_InternalDriver_Base_get_Axes, (HardwareJoystickMap_Platform_InternalDriver_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x02004200, HardwareJoystickMap_Platform_Custom_Button__Array *, HardwareJoystickMap_Platform_InternalDriver_Base_get_Buttons, (HardwareJoystickMap_Platform_InternalDriver_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC300, HardwareJoystickMap_Platform_InternalDriver_Base_Axis__Array *, HardwareJoystickMap_Platform_InternalDriver_Base_get_Axes_orig, (HardwareJoystickMap_Platform_InternalDriver_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC320, HardwareJoystickMap_Platform_InternalDriver_Base_Button__Array *, HardwareJoystickMap_Platform_InternalDriver_Base_get_Buttons_orig, (HardwareJoystickMap_Platform_InternalDriver_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEF170, bool, HardwareJoystickMap_Platform_InternalDriver_Base_get_hasData, (HardwareJoystickMap_Platform_InternalDriver_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB340, bool, HardwareJoystickMap_Platform_InternalDriver_Base_get_disabled, (HardwareJoystickMap_Platform_InternalDriver_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB360, bool, HardwareJoystickMap_Platform_InternalDriver_Base_get_isAllowed, (HardwareJoystickMap_Platform_InternalDriver_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, HardwareJoystickMap_Elements_Base *, HardwareJoystickMap_Platform_InternalDriver_Base_get_elements_base, (HardwareJoystickMap_Platform_InternalDriver_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_InternalDriver_Base_get_variants_base, (HardwareJoystickMap_Platform_InternalDriver_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC3A0, bool, HardwareJoystickMap_Platform_InternalDriver_Base_Matches, (HardwareJoystickMap_Platform_InternalDriver_Base * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x020043D0, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis_ *, HardwareJoystickMap_Platform_InternalDriver_Base_IterateAxes, (HardwareJoystickMap_Platform_InternalDriver_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x02004490, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button_ *, HardwareJoystickMap_Platform_InternalDriver_Base_IterateButtons, (HardwareJoystickMap_Platform_InternalDriver_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x02004550, String__Array *, HardwareJoystickMap_Platform_InternalDriver_Base_GetAxisNames, (HardwareJoystickMap_Platform_InternalDriver_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x02004750, String__Array *, HardwareJoystickMap_Platform_InternalDriver_Base_GetEffectiveButtonNames, (HardwareJoystickMap_Platform_InternalDriver_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x02004930, bool, HardwareJoystickMap_Platform_InternalDriver_Base_IsElementIdentifierMapped, (HardwareJoystickMap_Platform_InternalDriver_Base * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x02004C80, void, HardwareJoystickMap_Platform_InternalDriver_Base_GetGameElementIdentifierIdMappings, (HardwareJoystickMap_Platform_InternalDriver_Base * __this, Int32__Array * * buttons, Int32__Array * * axes, MethodInfo * method)); DO_APP_FUNC(0x02005250, AxisCalibrationData__Array *, HardwareJoystickMap_Platform_InternalDriver_Base_GetAxisCalibrationData, (HardwareJoystickMap_Platform_InternalDriver_Base * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C800, HardwareJoystickMap_Platform_InternalDriver_Base_GetAxisCalibrationData__MethodInfo); DO_APP_FUNC(0x020055E0, void, HardwareJoystickMap_Platform_InternalDriver_Base_GetAxisData, (HardwareJoystickMap_Platform_InternalDriver_Base * __this, AxisRange__Enum__Array * * axisRanges, HardwareAxisInfo__Array * * axisInfos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C7F8, HardwareJoystickMap_Platform_InternalDriver_Base_GetAxisData__MethodInfo); DO_APP_FUNC(0x02005A20, void, HardwareJoystickMap_Platform_InternalDriver_Base_GetButtonData, (HardwareJoystickMap_Platform_InternalDriver_Base * __this, HardwareButtonInfo__Array * * buttonInfos, MethodInfo * method)); DO_APP_FUNC(0x01FDDC10, ControllerElementType__Enum, HardwareJoystickMap_Platform_InternalDriver_Base_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_InternalDriver_Base * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FDDC40, bool, HardwareJoystickMap_Platform_InternalDriver_Base_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_InternalDriver_Base * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC(0x02005C90, Object *, HardwareJoystickMap_Platform_InternalDriver_Base_DeepClone, (HardwareJoystickMap_Platform_InternalDriver_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x02005D00, void, HardwareJoystickMap_Platform_InternalDriver_Base_CopyVars, (HardwareJoystickMap_Platform_InternalDriver_Base * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_InternalDriver_Base__ctor, (HardwareJoystickMap_Platform_InternalDriver_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x02005EA0, bool, HardwareJoystickMap_Platform_InternalDriver_Base_MatchingCriteria_get_hasData, (HardwareJoystickMap_Platform_InternalDriver_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7730, bool, HardwareJoystickMap_Platform_InternalDriver_Base_MatchingCriteria_get_isAllowed, (HardwareJoystickMap_Platform_InternalDriver_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x02005EE0, bool, HardwareJoystickMap_Platform_InternalDriver_Base_MatchingCriteria_Matches, (HardwareJoystickMap_Platform_InternalDriver_Base_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool strictMatch, MethodInfo * method)); DO_APP_FUNC(0x02006160, bool, HardwareJoystickMap_Platform_InternalDriver_Base_MatchingCriteria_ElementCountsMatch, (HardwareJoystickMap_Platform_InternalDriver_Base_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool * alternateMatched, MethodInfo * method)); DO_APP_FUNC(0x020061E0, Object *, HardwareJoystickMap_Platform_InternalDriver_Base_MatchingCriteria_DeepClone, (HardwareJoystickMap_Platform_InternalDriver_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x02006250, void, HardwareJoystickMap_Platform_InternalDriver_Base_MatchingCriteria_CopyVars, (HardwareJoystickMap_Platform_InternalDriver_Base_MatchingCriteria * __this, HardwareJoystickMap_MatchingCriteria_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x02000150, bool, HardwareJoystickMap_Platform_InternalDriver_Base_MatchingCriteria_ProductNameMatches, (HardwareJoystickMap_Platform_InternalDriver_Base_MatchingCriteria * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_InternalDriver_Base_MatchingCriteria__ctor, (HardwareJoystickMap_Platform_InternalDriver_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x007075B0, int32_t, HardwareJoystickMap_Platform_InternalDriver_Base_Elements_get_buttonCount, (HardwareJoystickMap_Platform_InternalDriver_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x00707330, int32_t, HardwareJoystickMap_Platform_InternalDriver_Base_Elements_get_axisCount, (HardwareJoystickMap_Platform_InternalDriver_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE3F20, ControllerElementType__Enum, HardwareJoystickMap_Platform_InternalDriver_Base_Elements_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_InternalDriver_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x020063C0, bool, HardwareJoystickMap_Platform_InternalDriver_Base_Elements_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_InternalDriver_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C828, HardwareJoystickMap_Platform_InternalDriver_Base_Elements_GetEffectiveAxisRange__MethodInfo); DO_APP_FUNC(0x02006650, Object *, HardwareJoystickMap_Platform_InternalDriver_Base_Elements_DeepClone, (HardwareJoystickMap_Platform_InternalDriver_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x020066C0, void, HardwareJoystickMap_Platform_InternalDriver_Base_Elements_CopyVars, (HardwareJoystickMap_Platform_InternalDriver_Base_Elements * __this, HardwareJoystickMap_Elements_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_InternalDriver_Base_Elements__ctor, (HardwareJoystickMap_Platform_InternalDriver_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x02006820, Object *, HardwareJoystickMap_Platform_InternalDriver_Base_Button_DeepClone, (HardwareJoystickMap_Platform_InternalDriver_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x02006890, void, HardwareJoystickMap_Platform_InternalDriver_Base_Button_CopyVars, (HardwareJoystickMap_Platform_InternalDriver_Base_Button * __this, HardwareJoystickMap_Platform_Custom_Element * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_InternalDriver_Base_Button__ctor, (HardwareJoystickMap_Platform_InternalDriver_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x02006910, Object *, HardwareJoystickMap_Platform_InternalDriver_Base_Axis_DeepClone, (HardwareJoystickMap_Platform_InternalDriver_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x02006980, void, HardwareJoystickMap_Platform_InternalDriver_Base_Axis_CopyVars, (HardwareJoystickMap_Platform_InternalDriver_Base_Axis * __this, HardwareJoystickMap_Platform_Custom_Element * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_InternalDriver_Base_Axis__ctor, (HardwareJoystickMap_Platform_InternalDriver_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_InternalDriver_Base_iDXWdSyxxJpPIztytPycjELpapbw__ctor, (HardwareJoystickMap_Platform_InternalDriver_Base_iDXWdSyxxJpPIztytPycjELpapbw * __this, int32_t param_0000bbaa, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_InternalDriver_Base_iDXWdSyxxJpPIztytPycjELpapbw_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_InternalDriver_Base_iDXWdSyxxJpPIztytPycjELpapbw * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE4640, bool, HardwareJoystickMap_Platform_InternalDriver_Base_iDXWdSyxxJpPIztytPycjELpapbw_MoveNext, (HardwareJoystickMap_Platform_InternalDriver_Base_iDXWdSyxxJpPIztytPycjELpapbw * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_Custom_Axis *, HardwareJoystickMap_Platform_InternalDriver_Base_iDXWdSyxxJpPIztytPycjELpapbw_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis__get_Current, (HardwareJoystickMap_Platform_InternalDriver_Base_iDXWdSyxxJpPIztytPycjELpapbw * __this, MethodInfo * method)); DO_APP_FUNC(0x02006A00, void, HardwareJoystickMap_Platform_InternalDriver_Base_iDXWdSyxxJpPIztytPycjELpapbw_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_InternalDriver_Base_iDXWdSyxxJpPIztytPycjELpapbw * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C7D8, HardwareJoystickMap_Platform_InternalDriver_Base_iDXWdSyxxJpPIztytPycjELpapbw_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_InternalDriver_Base_iDXWdSyxxJpPIztytPycjELpapbw_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_InternalDriver_Base_iDXWdSyxxJpPIztytPycjELpapbw * __this, MethodInfo * method)); DO_APP_FUNC(0x02006A50, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis_ *, HardwareJoystickMap_Platform_InternalDriver_Base_iDXWdSyxxJpPIztytPycjELpapbw_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis__GetEnumerator, (HardwareJoystickMap_Platform_InternalDriver_Base_iDXWdSyxxJpPIztytPycjELpapbw * __this, MethodInfo * method)); DO_APP_FUNC(0x02006A50, IEnumerator *, HardwareJoystickMap_Platform_InternalDriver_Base_iDXWdSyxxJpPIztytPycjELpapbw_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_InternalDriver_Base_iDXWdSyxxJpPIztytPycjELpapbw * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_InternalDriver_Base_LevCKdetPHDFMXTowUZFKZXHbQgA__ctor, (HardwareJoystickMap_Platform_InternalDriver_Base_LevCKdetPHDFMXTowUZFKZXHbQgA * __this, int32_t param_0000bbab, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_InternalDriver_Base_LevCKdetPHDFMXTowUZFKZXHbQgA_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_InternalDriver_Base_LevCKdetPHDFMXTowUZFKZXHbQgA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE48E0, bool, HardwareJoystickMap_Platform_InternalDriver_Base_LevCKdetPHDFMXTowUZFKZXHbQgA_MoveNext, (HardwareJoystickMap_Platform_InternalDriver_Base_LevCKdetPHDFMXTowUZFKZXHbQgA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_Custom_Button *, HardwareJoystickMap_Platform_InternalDriver_Base_LevCKdetPHDFMXTowUZFKZXHbQgA_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button__get_Current, (HardwareJoystickMap_Platform_InternalDriver_Base_LevCKdetPHDFMXTowUZFKZXHbQgA * __this, MethodInfo * method)); DO_APP_FUNC(0x02006B90, void, HardwareJoystickMap_Platform_InternalDriver_Base_LevCKdetPHDFMXTowUZFKZXHbQgA_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_InternalDriver_Base_LevCKdetPHDFMXTowUZFKZXHbQgA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C7D0, HardwareJoystickMap_Platform_InternalDriver_Base_LevCKdetPHDFMXTowUZFKZXHbQgA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_InternalDriver_Base_LevCKdetPHDFMXTowUZFKZXHbQgA_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_InternalDriver_Base_LevCKdetPHDFMXTowUZFKZXHbQgA * __this, MethodInfo * method)); DO_APP_FUNC(0x02006BE0, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button_ *, HardwareJoystickMap_Platform_InternalDriver_Base_LevCKdetPHDFMXTowUZFKZXHbQgA_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button__GetEnumerator, (HardwareJoystickMap_Platform_InternalDriver_Base_LevCKdetPHDFMXTowUZFKZXHbQgA * __this, MethodInfo * method)); DO_APP_FUNC(0x02006BE0, IEnumerator *, HardwareJoystickMap_Platform_InternalDriver_Base_LevCKdetPHDFMXTowUZFKZXHbQgA_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_InternalDriver_Base_LevCKdetPHDFMXTowUZFKZXHbQgA * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_InternalDriver_get_variants_base, (HardwareJoystickMap_Platform_InternalDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF5260, bool, HardwareJoystickMap_Platform_InternalDriver_Matches, (HardwareJoystickMap_Platform_InternalDriver * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x02006D80, Object *, HardwareJoystickMap_Platform_InternalDriver_DeepClone, (HardwareJoystickMap_Platform_InternalDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x02006DF0, void, HardwareJoystickMap_Platform_InternalDriver_CopyVars, (HardwareJoystickMap_Platform_InternalDriver * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_InternalDriver__ctor, (HardwareJoystickMap_Platform_InternalDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x02007080, InputPlatform__Enum, HardwareJoystickMap_Platform_SDL2_Base_get_platform, (HardwareJoystickMap_Platform_SDL2_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB2D0, bool, HardwareJoystickMap_Platform_SDL2_Base_get_hasData, (HardwareJoystickMap_Platform_SDL2_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB340, bool, HardwareJoystickMap_Platform_SDL2_Base_get_disabled, (HardwareJoystickMap_Platform_SDL2_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB360, bool, HardwareJoystickMap_Platform_SDL2_Base_get_isAllowed, (HardwareJoystickMap_Platform_SDL2_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC300, HardwareJoystickMap_Platform_SDL2_Base_Axis__Array *, HardwareJoystickMap_Platform_SDL2_Base_get_Axes_orig, (HardwareJoystickMap_Platform_SDL2_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC320, HardwareJoystickMap_Platform_SDL2_Base_Button__Array *, HardwareJoystickMap_Platform_SDL2_Base_get_Buttons_orig, (HardwareJoystickMap_Platform_SDL2_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_SDL2_Base_get_variants_base, (HardwareJoystickMap_Platform_SDL2_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC3A0, bool, HardwareJoystickMap_Platform_SDL2_Base_Matches, (HardwareJoystickMap_Platform_SDL2_Base * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x01FDC340, int32_t, HardwareJoystickMap_Platform_SDL2_Base_get_assignedButtonCount, (HardwareJoystickMap_Platform_SDL2_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC370, int32_t, HardwareJoystickMap_Platform_SDL2_Base_get_assignedAxisCount, (HardwareJoystickMap_Platform_SDL2_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x02007090, String__Array *, HardwareJoystickMap_Platform_SDL2_Base_GetAxisNames, (HardwareJoystickMap_Platform_SDL2_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x020072A0, String__Array *, HardwareJoystickMap_Platform_SDL2_Base_GetEffectiveButtonNames, (HardwareJoystickMap_Platform_SDL2_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x02007490, bool, HardwareJoystickMap_Platform_SDL2_Base_IsElementIdentifierMapped, (HardwareJoystickMap_Platform_SDL2_Base * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x02007750, void, HardwareJoystickMap_Platform_SDL2_Base_GetGameElementIdentifierIdMappings, (HardwareJoystickMap_Platform_SDL2_Base * __this, Int32__Array * * buttons, Int32__Array * * axes, MethodInfo * method)); DO_APP_FUNC(0x02007C90, AxisCalibrationData__Array *, HardwareJoystickMap_Platform_SDL2_Base_GetAxisCalibrationData, (HardwareJoystickMap_Platform_SDL2_Base * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7ECC0, HardwareJoystickMap_Platform_SDL2_Base_GetAxisCalibrationData__MethodInfo); DO_APP_FUNC(0x02008020, void, HardwareJoystickMap_Platform_SDL2_Base_GetAxisData, (HardwareJoystickMap_Platform_SDL2_Base * __this, AxisRange__Enum__Array * * axisRanges, HardwareAxisInfo__Array * * axisInfos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7ECB8, HardwareJoystickMap_Platform_SDL2_Base_GetAxisData__MethodInfo); DO_APP_FUNC(0x02008460, void, HardwareJoystickMap_Platform_SDL2_Base_GetButtonData, (HardwareJoystickMap_Platform_SDL2_Base * __this, HardwareButtonInfo__Array * * buttonInfos, MethodInfo * method)); DO_APP_FUNC(0x01FDDC10, ControllerElementType__Enum, HardwareJoystickMap_Platform_SDL2_Base_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_SDL2_Base * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FDDC40, bool, HardwareJoystickMap_Platform_SDL2_Base_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_SDL2_Base * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC(0x020086D0, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_SDL2_Base_Axis_ *, HardwareJoystickMap_Platform_SDL2_Base_IterateAxes, (HardwareJoystickMap_Platform_SDL2_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x02008790, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_SDL2_Base_Button_ *, HardwareJoystickMap_Platform_SDL2_Base_IterateButtons, (HardwareJoystickMap_Platform_SDL2_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, HardwareJoystickMap_Elements_Base *, HardwareJoystickMap_Platform_SDL2_Base_get_elements_base, (HardwareJoystickMap_Platform_SDL2_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x02008850, Object *, HardwareJoystickMap_Platform_SDL2_Base_DeepClone, (HardwareJoystickMap_Platform_SDL2_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020088C0, void, HardwareJoystickMap_Platform_SDL2_Base_CopyVars, (HardwareJoystickMap_Platform_SDL2_Base * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_SDL2_Base__ctor, (HardwareJoystickMap_Platform_SDL2_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x020089D0, bool, HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria_get_hasData, (HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7730, bool, HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria_get_isAllowed, (HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x02008A00, bool, HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria_Matches, (HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool strictMatch, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria_get_alternateElementCount, (HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, HardwareJoystickMap_MatchingCriteria_Base_ElementCount_Base *, HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria_GetAlternateElementCount, (HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01FDB720, bool, HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria_ElementCountsMatch, (HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool * alternateMatched, MethodInfo * method)); DO_APP_FUNC(0x02008BA0, bool, HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria_AnyNameMatches, (HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, MethodInfo * method)); DO_APP_FUNC(0x01FEA5C0, bool, HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria_NameMatches, (HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria * __this, String * name, String__Array * names, bool useRegex, MethodInfo * method)); DO_APP_FUNC(0x02008CF0, Object *, HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria_DeepClone, (HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x02008D60, void, HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria_CopyVars, (HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria * __this, HardwareJoystickMap_MatchingCriteria_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria__ctor, (HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria_ElementCount__ctor, (HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria_ElementCount * __this, MethodInfo * method)); DO_APP_FUNC(0x02009020, Object *, HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria_ElementCount_DeepClone, (HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria_ElementCount * __this, MethodInfo * method)); DO_APP_FUNC(0x02009090, void, HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria_ElementCount_kuTDBTocQsGKwaLaWjWGRWYXhneWA, (HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria_ElementCount * __this, HardwareJoystickMap_MatchingCriteria_Base_ElementCount_Base * param_0000bbcb, MethodInfo * method)); DO_APP_FUNC(0x01FDBD30, bool, HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria_ElementCount_NWhioGIQTHWIJiNJWGzSJyccbFph, (HardwareJoystickMap_Platform_SDL2_Base_MatchingCriteria_ElementCount * __this, BridgedControllerHWInfo * param_0000bbcc, MethodInfo * method)); DO_APP_FUNC(0x007075B0, int32_t, HardwareJoystickMap_Platform_SDL2_Base_Elements_get_buttonCount, (HardwareJoystickMap_Platform_SDL2_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x00707330, int32_t, HardwareJoystickMap_Platform_SDL2_Base_Elements_get_axisCount, (HardwareJoystickMap_Platform_SDL2_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDDF80, HardwareJoystickMap_Platform_SDL2_Base_Axis *, HardwareJoystickMap_Platform_SDL2_Base_Elements_GetAxis, (HardwareJoystickMap_Platform_SDL2_Base_Elements * __this, int32_t axisIndex, MethodInfo * method)); DO_APP_FUNC(0x02009100, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_SDL2_Base_Axis_ *, HardwareJoystickMap_Platform_SDL2_Base_Elements_get_Axes, (HardwareJoystickMap_Platform_SDL2_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x020091C0, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_SDL2_Base_Button_ *, HardwareJoystickMap_Platform_SDL2_Base_Elements_get_Buttons, (HardwareJoystickMap_Platform_SDL2_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE3F20, ControllerElementType__Enum, HardwareJoystickMap_Platform_SDL2_Base_Elements_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_SDL2_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x02009280, bool, HardwareJoystickMap_Platform_SDL2_Base_Elements_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_SDL2_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EC78, HardwareJoystickMap_Platform_SDL2_Base_Elements_GetEffectiveAxisRange__MethodInfo); DO_APP_FUNC(0x02009510, Object *, HardwareJoystickMap_Platform_SDL2_Base_Elements_DeepClone, (HardwareJoystickMap_Platform_SDL2_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x02009580, void, HardwareJoystickMap_Platform_SDL2_Base_Elements_CopyVars, (HardwareJoystickMap_Platform_SDL2_Base_Elements * __this, HardwareJoystickMap_Elements_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_SDL2_Base_Elements__ctor, (HardwareJoystickMap_Platform_SDL2_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_SDL2_Base_Elements_NamSMfsFeZtHLdGsRbwZcWvOZrOX__ctor, (HardwareJoystickMap_Platform_SDL2_Base_Elements_NamSMfsFeZtHLdGsRbwZcWvOZrOX * __this, int32_t param_0000bbd2, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_SDL2_Base_Elements_NamSMfsFeZtHLdGsRbwZcWvOZrOX_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_SDL2_Base_Elements_NamSMfsFeZtHLdGsRbwZcWvOZrOX * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDE6C0, bool, HardwareJoystickMap_Platform_SDL2_Base_Elements_NamSMfsFeZtHLdGsRbwZcWvOZrOX_MoveNext, (HardwareJoystickMap_Platform_SDL2_Base_Elements_NamSMfsFeZtHLdGsRbwZcWvOZrOX * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_SDL2_Base_Axis *, HardwareJoystickMap_Platform_SDL2_Base_Elements_NamSMfsFeZtHLdGsRbwZcWvOZrOX_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_SDL2_Base_Axis__get_Current, (HardwareJoystickMap_Platform_SDL2_Base_Elements_NamSMfsFeZtHLdGsRbwZcWvOZrOX * __this, MethodInfo * method)); DO_APP_FUNC(0x020096E0, void, HardwareJoystickMap_Platform_SDL2_Base_Elements_NamSMfsFeZtHLdGsRbwZcWvOZrOX_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_SDL2_Base_Elements_NamSMfsFeZtHLdGsRbwZcWvOZrOX * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EC60, HardwareJoystickMap_Platform_SDL2_Base_Elements_NamSMfsFeZtHLdGsRbwZcWvOZrOX_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_SDL2_Base_Elements_NamSMfsFeZtHLdGsRbwZcWvOZrOX_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_SDL2_Base_Elements_NamSMfsFeZtHLdGsRbwZcWvOZrOX * __this, MethodInfo * method)); DO_APP_FUNC(0x02009730, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_SDL2_Base_Axis_ *, HardwareJoystickMap_Platform_SDL2_Base_Elements_NamSMfsFeZtHLdGsRbwZcWvOZrOX_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_SDL2_Base_Axis__GetEnumerator, (HardwareJoystickMap_Platform_SDL2_Base_Elements_NamSMfsFeZtHLdGsRbwZcWvOZrOX * __this, MethodInfo * method)); DO_APP_FUNC(0x02009730, IEnumerator *, HardwareJoystickMap_Platform_SDL2_Base_Elements_NamSMfsFeZtHLdGsRbwZcWvOZrOX_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_SDL2_Base_Elements_NamSMfsFeZtHLdGsRbwZcWvOZrOX * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_SDL2_Base_Elements_VOuYYNRCjagBBSMnvmAvtqbTfAHaA__ctor, (HardwareJoystickMap_Platform_SDL2_Base_Elements_VOuYYNRCjagBBSMnvmAvtqbTfAHaA * __this, int32_t param_0000bbd3, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_SDL2_Base_Elements_VOuYYNRCjagBBSMnvmAvtqbTfAHaA_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_SDL2_Base_Elements_VOuYYNRCjagBBSMnvmAvtqbTfAHaA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDE940, bool, HardwareJoystickMap_Platform_SDL2_Base_Elements_VOuYYNRCjagBBSMnvmAvtqbTfAHaA_MoveNext, (HardwareJoystickMap_Platform_SDL2_Base_Elements_VOuYYNRCjagBBSMnvmAvtqbTfAHaA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_SDL2_Base_Button *, HardwareJoystickMap_Platform_SDL2_Base_Elements_VOuYYNRCjagBBSMnvmAvtqbTfAHaA_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_SDL2_Base_Button__get_Current, (HardwareJoystickMap_Platform_SDL2_Base_Elements_VOuYYNRCjagBBSMnvmAvtqbTfAHaA * __this, MethodInfo * method)); DO_APP_FUNC(0x02009870, void, HardwareJoystickMap_Platform_SDL2_Base_Elements_VOuYYNRCjagBBSMnvmAvtqbTfAHaA_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_SDL2_Base_Elements_VOuYYNRCjagBBSMnvmAvtqbTfAHaA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7ECA0, HardwareJoystickMap_Platform_SDL2_Base_Elements_VOuYYNRCjagBBSMnvmAvtqbTfAHaA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_SDL2_Base_Elements_VOuYYNRCjagBBSMnvmAvtqbTfAHaA_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_SDL2_Base_Elements_VOuYYNRCjagBBSMnvmAvtqbTfAHaA * __this, MethodInfo * method)); DO_APP_FUNC(0x020098C0, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_SDL2_Base_Button_ *, HardwareJoystickMap_Platform_SDL2_Base_Elements_VOuYYNRCjagBBSMnvmAvtqbTfAHaA_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_SDL2_Base_Button__GetEnumerator, (HardwareJoystickMap_Platform_SDL2_Base_Elements_VOuYYNRCjagBBSMnvmAvtqbTfAHaA * __this, MethodInfo * method)); DO_APP_FUNC(0x020098C0, IEnumerator *, HardwareJoystickMap_Platform_SDL2_Base_Elements_VOuYYNRCjagBBSMnvmAvtqbTfAHaA_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_SDL2_Base_Elements_VOuYYNRCjagBBSMnvmAvtqbTfAHaA * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_SDL2_Base_Element_ImportVars, (HardwareJoystickMap_Platform_SDL2_Base_Element * __this, HardwareJoystickMap_Platform_SDL2_Base_Element * source, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_SDL2_Base_Element__ctor, (HardwareJoystickMap_Platform_SDL2_Base_Element * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE4220, void, HardwareJoystickMap_Platform_SDL2_Base_Button__ctor, (HardwareJoystickMap_Platform_SDL2_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x02009A00, Object *, HardwareJoystickMap_Platform_SDL2_Base_Button_DeepClone, (HardwareJoystickMap_Platform_SDL2_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x02009A80, void, HardwareJoystickMap_Platform_SDL2_Base_Button_ImportVars, (HardwareJoystickMap_Platform_SDL2_Base_Button * __this, HardwareJoystickMap_Platform_SDL2_Base_Element * source, MethodInfo * method)); DO_APP_FUNC(0x01FE43D0, void, HardwareJoystickMap_Platform_SDL2_Base_Axis__ctor, (HardwareJoystickMap_Platform_SDL2_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x02009CB0, Object *, HardwareJoystickMap_Platform_SDL2_Base_Axis_DeepClone, (HardwareJoystickMap_Platform_SDL2_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x02009D30, void, HardwareJoystickMap_Platform_SDL2_Base_Axis_ImportVars, (HardwareJoystickMap_Platform_SDL2_Base_Axis * __this, HardwareJoystickMap_Platform_SDL2_Base_Element * source, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_SDL2_Base_POwngWQOkCijJLROtYhvLEtZAvUI__ctor, (HardwareJoystickMap_Platform_SDL2_Base_POwngWQOkCijJLROtYhvLEtZAvUI * __this, int32_t param_0000bbd7, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_SDL2_Base_POwngWQOkCijJLROtYhvLEtZAvUI_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_SDL2_Base_POwngWQOkCijJLROtYhvLEtZAvUI * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDECC0, bool, HardwareJoystickMap_Platform_SDL2_Base_POwngWQOkCijJLROtYhvLEtZAvUI_MoveNext, (HardwareJoystickMap_Platform_SDL2_Base_POwngWQOkCijJLROtYhvLEtZAvUI * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_SDL2_Base_Axis *, HardwareJoystickMap_Platform_SDL2_Base_POwngWQOkCijJLROtYhvLEtZAvUI_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_SDL2_Base_Axis__get_Current, (HardwareJoystickMap_Platform_SDL2_Base_POwngWQOkCijJLROtYhvLEtZAvUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02009F20, void, HardwareJoystickMap_Platform_SDL2_Base_POwngWQOkCijJLROtYhvLEtZAvUI_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_SDL2_Base_POwngWQOkCijJLROtYhvLEtZAvUI * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EC88, HardwareJoystickMap_Platform_SDL2_Base_POwngWQOkCijJLROtYhvLEtZAvUI_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_SDL2_Base_POwngWQOkCijJLROtYhvLEtZAvUI_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_SDL2_Base_POwngWQOkCijJLROtYhvLEtZAvUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02009F70, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_SDL2_Base_Axis_ *, HardwareJoystickMap_Platform_SDL2_Base_POwngWQOkCijJLROtYhvLEtZAvUI_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_SDL2_Base_Axis__GetEnumerator, (HardwareJoystickMap_Platform_SDL2_Base_POwngWQOkCijJLROtYhvLEtZAvUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02009F70, IEnumerator *, HardwareJoystickMap_Platform_SDL2_Base_POwngWQOkCijJLROtYhvLEtZAvUI_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_SDL2_Base_POwngWQOkCijJLROtYhvLEtZAvUI * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_SDL2_Base_JAFKRCpJkrAjwQgPgscaFFBGoBAM__ctor, (HardwareJoystickMap_Platform_SDL2_Base_JAFKRCpJkrAjwQgPgscaFFBGoBAM * __this, int32_t param_0000bbd8, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_SDL2_Base_JAFKRCpJkrAjwQgPgscaFFBGoBAM_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_SDL2_Base_JAFKRCpJkrAjwQgPgscaFFBGoBAM * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDEF60, bool, HardwareJoystickMap_Platform_SDL2_Base_JAFKRCpJkrAjwQgPgscaFFBGoBAM_MoveNext, (HardwareJoystickMap_Platform_SDL2_Base_JAFKRCpJkrAjwQgPgscaFFBGoBAM * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_SDL2_Base_Button *, HardwareJoystickMap_Platform_SDL2_Base_JAFKRCpJkrAjwQgPgscaFFBGoBAM_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_SDL2_Base_Button__get_Current, (HardwareJoystickMap_Platform_SDL2_Base_JAFKRCpJkrAjwQgPgscaFFBGoBAM * __this, MethodInfo * method)); DO_APP_FUNC(0x0200A0B0, void, HardwareJoystickMap_Platform_SDL2_Base_JAFKRCpJkrAjwQgPgscaFFBGoBAM_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_SDL2_Base_JAFKRCpJkrAjwQgPgscaFFBGoBAM * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EC28, HardwareJoystickMap_Platform_SDL2_Base_JAFKRCpJkrAjwQgPgscaFFBGoBAM_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_SDL2_Base_JAFKRCpJkrAjwQgPgscaFFBGoBAM_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_SDL2_Base_JAFKRCpJkrAjwQgPgscaFFBGoBAM * __this, MethodInfo * method)); DO_APP_FUNC(0x0200A100, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_SDL2_Base_Button_ *, HardwareJoystickMap_Platform_SDL2_Base_JAFKRCpJkrAjwQgPgscaFFBGoBAM_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_SDL2_Base_Button__GetEnumerator, (HardwareJoystickMap_Platform_SDL2_Base_JAFKRCpJkrAjwQgPgscaFFBGoBAM * __this, MethodInfo * method)); DO_APP_FUNC(0x0200A100, IEnumerator *, HardwareJoystickMap_Platform_SDL2_Base_JAFKRCpJkrAjwQgPgscaFFBGoBAM_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_SDL2_Base_JAFKRCpJkrAjwQgPgscaFFBGoBAM * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_SDL2_get_variants_base, (HardwareJoystickMap_Platform_SDL2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDF200, bool, HardwareJoystickMap_Platform_SDL2_Matches, (HardwareJoystickMap_Platform_SDL2 * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x0200A240, Object *, HardwareJoystickMap_Platform_SDL2_DeepClone, (HardwareJoystickMap_Platform_SDL2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0200A2B0, void, HardwareJoystickMap_Platform_SDL2_CopyVars, (HardwareJoystickMap_Platform_SDL2 * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_SDL2__ctor, (HardwareJoystickMap_Platform_SDL2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC340, int32_t, HardwareJoystickMap_Platform_Steam_Base_get_assignedButtonCount, (HardwareJoystickMap_Platform_Steam_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC370, int32_t, HardwareJoystickMap_Platform_Steam_Base_get_assignedAxisCount, (HardwareJoystickMap_Platform_Steam_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x00A151C0, InputPlatform__Enum, HardwareJoystickMap_Platform_Steam_Base_get_platform, (HardwareJoystickMap_Platform_Steam_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB2D0, bool, HardwareJoystickMap_Platform_Steam_Base_get_hasData, (HardwareJoystickMap_Platform_Steam_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB340, bool, HardwareJoystickMap_Platform_Steam_Base_get_disabled, (HardwareJoystickMap_Platform_Steam_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB360, bool, HardwareJoystickMap_Platform_Steam_Base_get_isAllowed, (HardwareJoystickMap_Platform_Steam_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, HardwareJoystickMap_Elements_Base *, HardwareJoystickMap_Platform_Steam_Base_get_elements_base, (HardwareJoystickMap_Platform_Steam_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_Steam_Base_get_variants_base, (HardwareJoystickMap_Platform_Steam_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC3A0, bool, HardwareJoystickMap_Platform_Steam_Base_Matches, (HardwareJoystickMap_Platform_Steam_Base * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x0200A4C0, String__Array *, HardwareJoystickMap_Platform_Steam_Base_GetAxisNames, (HardwareJoystickMap_Platform_Steam_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x0200A500, String__Array *, HardwareJoystickMap_Platform_Steam_Base_GetEffectiveButtonNames, (HardwareJoystickMap_Platform_Steam_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, HardwareJoystickMap_Platform_Steam_Base_IsElementIdentifierMapped, (HardwareJoystickMap_Platform_Steam_Base * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x0200A540, void, HardwareJoystickMap_Platform_Steam_Base_GetGameElementIdentifierIdMappings, (HardwareJoystickMap_Platform_Steam_Base * __this, Int32__Array * * buttons, Int32__Array * * axes, MethodInfo * method)); DO_APP_FUNC(0x0200A640, AxisCalibrationData__Array *, HardwareJoystickMap_Platform_Steam_Base_GetAxisCalibrationData, (HardwareJoystickMap_Platform_Steam_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x0200A680, void, HardwareJoystickMap_Platform_Steam_Base_GetAxisData, (HardwareJoystickMap_Platform_Steam_Base * __this, AxisRange__Enum__Array * * axisRanges, HardwareAxisInfo__Array * * axisInfos, MethodInfo * method)); DO_APP_FUNC(0x0200A790, void, HardwareJoystickMap_Platform_Steam_Base_GetButtonData, (HardwareJoystickMap_Platform_Steam_Base * __this, HardwareButtonInfo__Array * * buttonInfos, MethodInfo * method)); DO_APP_FUNC(0x01FDDC10, ControllerElementType__Enum, HardwareJoystickMap_Platform_Steam_Base_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_Steam_Base * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FDDC40, bool, HardwareJoystickMap_Platform_Steam_Base_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_Steam_Base * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC(0x0200A820, Object *, HardwareJoystickMap_Platform_Steam_Base_DeepClone, (HardwareJoystickMap_Platform_Steam_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x0200A890, void, HardwareJoystickMap_Platform_Steam_Base_CopyVars, (HardwareJoystickMap_Platform_Steam_Base * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Steam_Base__ctor, (HardwareJoystickMap_Platform_Steam_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, HardwareJoystickMap_Platform_Steam_Base_MatchingCriteria_get_hasData, (HardwareJoystickMap_Platform_Steam_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7730, bool, HardwareJoystickMap_Platform_Steam_Base_MatchingCriteria_get_isAllowed, (HardwareJoystickMap_Platform_Steam_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF21D0, bool, HardwareJoystickMap_Platform_Steam_Base_MatchingCriteria_Matches, (HardwareJoystickMap_Platform_Steam_Base_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool strictMatch, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, HardwareJoystickMap_Platform_Steam_Base_MatchingCriteria_get_alternateElementCount, (HardwareJoystickMap_Platform_Steam_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, HardwareJoystickMap_MatchingCriteria_Base_ElementCount_Base *, HardwareJoystickMap_Platform_Steam_Base_MatchingCriteria_GetAlternateElementCount, (HardwareJoystickMap_Platform_Steam_Base_MatchingCriteria * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01FE3B60, bool, HardwareJoystickMap_Platform_Steam_Base_MatchingCriteria_ElementCountsMatch, (HardwareJoystickMap_Platform_Steam_Base_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool * alternateMatched, MethodInfo * method)); DO_APP_FUNC(0x0200AA30, Object *, HardwareJoystickMap_Platform_Steam_Base_MatchingCriteria_DeepClone, (HardwareJoystickMap_Platform_Steam_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x0200AAA0, void, HardwareJoystickMap_Platform_Steam_Base_MatchingCriteria_CopyVars, (HardwareJoystickMap_Platform_Steam_Base_MatchingCriteria * __this, HardwareJoystickMap_MatchingCriteria_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Steam_Base_MatchingCriteria__ctor, (HardwareJoystickMap_Platform_Steam_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, HardwareJoystickMap_Platform_Steam_Base_Elements_get_buttonCount, (HardwareJoystickMap_Platform_Steam_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, HardwareJoystickMap_Platform_Steam_Base_Elements_get_axisCount, (HardwareJoystickMap_Platform_Steam_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x0200AB60, Object *, HardwareJoystickMap_Platform_Steam_Base_Elements_DeepClone, (HardwareJoystickMap_Platform_Steam_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x0200ABD0, void, HardwareJoystickMap_Platform_Steam_Base_Elements_CopyVars, (HardwareJoystickMap_Platform_Steam_Base_Elements * __this, HardwareJoystickMap_Elements_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x006D5A90, ControllerElementType__Enum, HardwareJoystickMap_Platform_Steam_Base_Elements_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_Steam_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x0200AC00, bool, HardwareJoystickMap_Platform_Steam_Base_Elements_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_Steam_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Steam_Base_Elements__ctor, (HardwareJoystickMap_Platform_Steam_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_Steam_get_variants_base, (HardwareJoystickMap_Platform_Steam * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDF200, bool, HardwareJoystickMap_Platform_Steam_Matches, (HardwareJoystickMap_Platform_Steam * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x0200AC10, Object *, HardwareJoystickMap_Platform_Steam_DeepClone, (HardwareJoystickMap_Platform_Steam * __this, MethodInfo * method)); DO_APP_FUNC(0x0200AC80, void, HardwareJoystickMap_Platform_Steam_CopyVars, (HardwareJoystickMap_Platform_Steam * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_Steam__ctor, (HardwareJoystickMap_Platform_Steam * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC340, int32_t, HardwareJoystickMap_Platform_WebGL_Base_get_assignedButtonCount, (HardwareJoystickMap_Platform_WebGL_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC370, int32_t, HardwareJoystickMap_Platform_WebGL_Base_get_assignedAxisCount, (HardwareJoystickMap_Platform_WebGL_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x0200AF10, InputPlatform__Enum, HardwareJoystickMap_Platform_WebGL_Base_get_platform, (HardwareJoystickMap_Platform_WebGL_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x0200AF20, HardwareJoystickMap_Platform_Custom_Axis__Array *, HardwareJoystickMap_Platform_WebGL_Base_get_Axes, (HardwareJoystickMap_Platform_WebGL_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x0200B0F0, HardwareJoystickMap_Platform_Custom_Button__Array *, HardwareJoystickMap_Platform_WebGL_Base_get_Buttons, (HardwareJoystickMap_Platform_WebGL_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC300, HardwareJoystickMap_Platform_WebGL_Base_Axis__Array *, HardwareJoystickMap_Platform_WebGL_Base_get_Axes_orig, (HardwareJoystickMap_Platform_WebGL_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC320, HardwareJoystickMap_Platform_WebGL_Base_Button__Array *, HardwareJoystickMap_Platform_WebGL_Base_get_Buttons_orig, (HardwareJoystickMap_Platform_WebGL_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEF170, bool, HardwareJoystickMap_Platform_WebGL_Base_get_hasData, (HardwareJoystickMap_Platform_WebGL_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB340, bool, HardwareJoystickMap_Platform_WebGL_Base_get_disabled, (HardwareJoystickMap_Platform_WebGL_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB360, bool, HardwareJoystickMap_Platform_WebGL_Base_get_isAllowed, (HardwareJoystickMap_Platform_WebGL_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, HardwareJoystickMap_Elements_Base *, HardwareJoystickMap_Platform_WebGL_Base_get_elements_base, (HardwareJoystickMap_Platform_WebGL_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_WebGL_Base_get_variants_base, (HardwareJoystickMap_Platform_WebGL_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC3A0, bool, HardwareJoystickMap_Platform_WebGL_Base_Matches, (HardwareJoystickMap_Platform_WebGL_Base * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x0200B2C0, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis_ *, HardwareJoystickMap_Platform_WebGL_Base_IterateAxes, (HardwareJoystickMap_Platform_WebGL_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x0200B380, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button_ *, HardwareJoystickMap_Platform_WebGL_Base_IterateButtons, (HardwareJoystickMap_Platform_WebGL_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x0200B440, String__Array *, HardwareJoystickMap_Platform_WebGL_Base_GetAxisNames, (HardwareJoystickMap_Platform_WebGL_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x0200B640, String__Array *, HardwareJoystickMap_Platform_WebGL_Base_GetEffectiveButtonNames, (HardwareJoystickMap_Platform_WebGL_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x0200B820, bool, HardwareJoystickMap_Platform_WebGL_Base_IsElementIdentifierMapped, (HardwareJoystickMap_Platform_WebGL_Base * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x0200BB70, void, HardwareJoystickMap_Platform_WebGL_Base_GetGameElementIdentifierIdMappings, (HardwareJoystickMap_Platform_WebGL_Base * __this, Int32__Array * * buttons, Int32__Array * * axes, MethodInfo * method)); DO_APP_FUNC(0x0200C140, AxisCalibrationData__Array *, HardwareJoystickMap_Platform_WebGL_Base_GetAxisCalibrationData, (HardwareJoystickMap_Platform_WebGL_Base * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EBC0, HardwareJoystickMap_Platform_WebGL_Base_GetAxisCalibrationData__MethodInfo); DO_APP_FUNC(0x0200C4C0, void, HardwareJoystickMap_Platform_WebGL_Base_GetAxisData, (HardwareJoystickMap_Platform_WebGL_Base * __this, AxisRange__Enum__Array * * axisRanges, HardwareAxisInfo__Array * * axisInfos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EBB8, HardwareJoystickMap_Platform_WebGL_Base_GetAxisData__MethodInfo); DO_APP_FUNC(0x0200C8F0, void, HardwareJoystickMap_Platform_WebGL_Base_GetButtonData, (HardwareJoystickMap_Platform_WebGL_Base * __this, HardwareButtonInfo__Array * * buttonInfos, MethodInfo * method)); DO_APP_FUNC(0x01FDDC10, ControllerElementType__Enum, HardwareJoystickMap_Platform_WebGL_Base_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_WebGL_Base * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FDDC40, bool, HardwareJoystickMap_Platform_WebGL_Base_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_WebGL_Base * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC(0x0200CB60, Object *, HardwareJoystickMap_Platform_WebGL_Base_DeepClone, (HardwareJoystickMap_Platform_WebGL_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x0200CBD0, void, HardwareJoystickMap_Platform_WebGL_Base_CopyVars, (HardwareJoystickMap_Platform_WebGL_Base * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_WebGL_Base__ctor, (HardwareJoystickMap_Platform_WebGL_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x0200CD70, bool, HardwareJoystickMap_Platform_WebGL_Base_MatchingCriteria_get_hasData, (HardwareJoystickMap_Platform_WebGL_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7730, bool, HardwareJoystickMap_Platform_WebGL_Base_MatchingCriteria_get_isAllowed, (HardwareJoystickMap_Platform_WebGL_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x0200CDE0, bool, HardwareJoystickMap_Platform_WebGL_Base_MatchingCriteria_Matches, (HardwareJoystickMap_Platform_WebGL_Base_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool strictMatch, MethodInfo * method)); DO_APP_FUNC(0x0200D330, bool, HardwareJoystickMap_Platform_WebGL_Base_MatchingCriteria_CheckBrowserVersion, (int32_t browser, String * versionMin, String * versionMax, String__Array * currentVersion, MethodInfo * method)); DO_APP_FUNC(0x0200D8C0, bool, HardwareJoystickMap_Platform_WebGL_Base_MatchingCriteria_CheckOSVersion, (String * versionMin, String * versionMax, String__Array * currentVersion, MethodInfo * method)); DO_APP_FUNC(0x0200DE50, Object *, HardwareJoystickMap_Platform_WebGL_Base_MatchingCriteria_DeepClone, (HardwareJoystickMap_Platform_WebGL_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x0200DEC0, void, HardwareJoystickMap_Platform_WebGL_Base_MatchingCriteria_CopyVars, (HardwareJoystickMap_Platform_WebGL_Base_MatchingCriteria * __this, HardwareJoystickMap_MatchingCriteria_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_WebGL_Base_MatchingCriteria__ctor, (HardwareJoystickMap_Platform_WebGL_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x0200E170, Object *, HardwareJoystickMap_Platform_WebGL_Base_MatchingCriteria_ClientInfo_DeepClone, (HardwareJoystickMap_Platform_WebGL_Base_MatchingCriteria_ClientInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_WebGL_Base_MatchingCriteria_ClientInfo__ctor, (HardwareJoystickMap_Platform_WebGL_Base_MatchingCriteria_ClientInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x007075B0, int32_t, HardwareJoystickMap_Platform_WebGL_Base_Elements_get_buttonCount, (HardwareJoystickMap_Platform_WebGL_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x00707330, int32_t, HardwareJoystickMap_Platform_WebGL_Base_Elements_get_axisCount, (HardwareJoystickMap_Platform_WebGL_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE3F20, ControllerElementType__Enum, HardwareJoystickMap_Platform_WebGL_Base_Elements_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_WebGL_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x0200E330, bool, HardwareJoystickMap_Platform_WebGL_Base_Elements_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_WebGL_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EB78, HardwareJoystickMap_Platform_WebGL_Base_Elements_GetEffectiveAxisRange__MethodInfo); DO_APP_FUNC(0x0200E4C0, Object *, HardwareJoystickMap_Platform_WebGL_Base_Elements_DeepClone, (HardwareJoystickMap_Platform_WebGL_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x0200E530, void, HardwareJoystickMap_Platform_WebGL_Base_Elements_CopyVars, (HardwareJoystickMap_Platform_WebGL_Base_Elements * __this, HardwareJoystickMap_Elements_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_WebGL_Base_Elements__ctor, (HardwareJoystickMap_Platform_WebGL_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x0200E690, Object *, HardwareJoystickMap_Platform_WebGL_Base_Button_DeepClone, (HardwareJoystickMap_Platform_WebGL_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x0200E700, void, HardwareJoystickMap_Platform_WebGL_Base_Button_CopyVars, (HardwareJoystickMap_Platform_WebGL_Base_Button * __this, HardwareJoystickMap_Platform_Custom_Element * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_WebGL_Base_Button__ctor, (HardwareJoystickMap_Platform_WebGL_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x0200E750, Object *, HardwareJoystickMap_Platform_WebGL_Base_Axis_DeepClone, (HardwareJoystickMap_Platform_WebGL_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x0200E7C0, void, HardwareJoystickMap_Platform_WebGL_Base_Axis_CopyVars, (HardwareJoystickMap_Platform_WebGL_Base_Axis * __this, HardwareJoystickMap_Platform_Custom_Element * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_WebGL_Base_Axis__ctor, (HardwareJoystickMap_Platform_WebGL_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_WebGL_Base_fTuRDZpuiPIyhvZVRbrpztqEVtwn__ctor, (HardwareJoystickMap_Platform_WebGL_Base_fTuRDZpuiPIyhvZVRbrpztqEVtwn * __this, int32_t param_0000bc1d, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_WebGL_Base_fTuRDZpuiPIyhvZVRbrpztqEVtwn_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_WebGL_Base_fTuRDZpuiPIyhvZVRbrpztqEVtwn * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE4640, bool, HardwareJoystickMap_Platform_WebGL_Base_fTuRDZpuiPIyhvZVRbrpztqEVtwn_MoveNext, (HardwareJoystickMap_Platform_WebGL_Base_fTuRDZpuiPIyhvZVRbrpztqEVtwn * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_Custom_Axis *, HardwareJoystickMap_Platform_WebGL_Base_fTuRDZpuiPIyhvZVRbrpztqEVtwn_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis__get_Current, (HardwareJoystickMap_Platform_WebGL_Base_fTuRDZpuiPIyhvZVRbrpztqEVtwn * __this, MethodInfo * method)); DO_APP_FUNC(0x0200E810, void, HardwareJoystickMap_Platform_WebGL_Base_fTuRDZpuiPIyhvZVRbrpztqEVtwn_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_WebGL_Base_fTuRDZpuiPIyhvZVRbrpztqEVtwn * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EB90, HardwareJoystickMap_Platform_WebGL_Base_fTuRDZpuiPIyhvZVRbrpztqEVtwn_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_WebGL_Base_fTuRDZpuiPIyhvZVRbrpztqEVtwn_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_WebGL_Base_fTuRDZpuiPIyhvZVRbrpztqEVtwn * __this, MethodInfo * method)); DO_APP_FUNC(0x0200E860, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis_ *, HardwareJoystickMap_Platform_WebGL_Base_fTuRDZpuiPIyhvZVRbrpztqEVtwn_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis__GetEnumerator, (HardwareJoystickMap_Platform_WebGL_Base_fTuRDZpuiPIyhvZVRbrpztqEVtwn * __this, MethodInfo * method)); DO_APP_FUNC(0x0200E860, IEnumerator *, HardwareJoystickMap_Platform_WebGL_Base_fTuRDZpuiPIyhvZVRbrpztqEVtwn_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_WebGL_Base_fTuRDZpuiPIyhvZVRbrpztqEVtwn * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_WebGL_Base_cTrToEfGfdWILiRiuezqTpXBowRm__ctor, (HardwareJoystickMap_Platform_WebGL_Base_cTrToEfGfdWILiRiuezqTpXBowRm * __this, int32_t param_0000bc1e, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_WebGL_Base_cTrToEfGfdWILiRiuezqTpXBowRm_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_WebGL_Base_cTrToEfGfdWILiRiuezqTpXBowRm * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE48E0, bool, HardwareJoystickMap_Platform_WebGL_Base_cTrToEfGfdWILiRiuezqTpXBowRm_MoveNext, (HardwareJoystickMap_Platform_WebGL_Base_cTrToEfGfdWILiRiuezqTpXBowRm * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_Custom_Button *, HardwareJoystickMap_Platform_WebGL_Base_cTrToEfGfdWILiRiuezqTpXBowRm_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button__get_Current, (HardwareJoystickMap_Platform_WebGL_Base_cTrToEfGfdWILiRiuezqTpXBowRm * __this, MethodInfo * method)); DO_APP_FUNC(0x0200E9A0, void, HardwareJoystickMap_Platform_WebGL_Base_cTrToEfGfdWILiRiuezqTpXBowRm_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_WebGL_Base_cTrToEfGfdWILiRiuezqTpXBowRm * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EB98, HardwareJoystickMap_Platform_WebGL_Base_cTrToEfGfdWILiRiuezqTpXBowRm_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_WebGL_Base_cTrToEfGfdWILiRiuezqTpXBowRm_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_WebGL_Base_cTrToEfGfdWILiRiuezqTpXBowRm * __this, MethodInfo * method)); DO_APP_FUNC(0x0200E9F0, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button_ *, HardwareJoystickMap_Platform_WebGL_Base_cTrToEfGfdWILiRiuezqTpXBowRm_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button__GetEnumerator, (HardwareJoystickMap_Platform_WebGL_Base_cTrToEfGfdWILiRiuezqTpXBowRm * __this, MethodInfo * method)); DO_APP_FUNC(0x0200E9F0, IEnumerator *, HardwareJoystickMap_Platform_WebGL_Base_cTrToEfGfdWILiRiuezqTpXBowRm_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_WebGL_Base_cTrToEfGfdWILiRiuezqTpXBowRm * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_WebGL_get_variants_base, (HardwareJoystickMap_Platform_WebGL * __this, MethodInfo * method)); DO_APP_FUNC(0x01FF5260, bool, HardwareJoystickMap_Platform_WebGL_Matches, (HardwareJoystickMap_Platform_WebGL * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x0200EB30, Object *, HardwareJoystickMap_Platform_WebGL_DeepClone, (HardwareJoystickMap_Platform_WebGL * __this, MethodInfo * method)); DO_APP_FUNC(0x0200EBA0, void, HardwareJoystickMap_Platform_WebGL_CopyVars, (HardwareJoystickMap_Platform_WebGL * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_WebGL__ctor, (HardwareJoystickMap_Platform_WebGL * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC340, int32_t, HardwareJoystickMap_Platform_AppleGCController_Base_get_assignedButtonCount, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC370, int32_t, HardwareJoystickMap_Platform_AppleGCController_Base_get_assignedAxisCount, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, HardwareJoystickMap_Platform_AppleGCController_Base_get_controllerNameOverride, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x0200EE30, InputPlatform__Enum, HardwareJoystickMap_Platform_AppleGCController_Base_get_platform, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x0200EE40, HardwareJoystickMap_Platform_Custom_Axis__Array *, HardwareJoystickMap_Platform_AppleGCController_Base_get_Axes, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x0200F010, HardwareJoystickMap_Platform_Custom_Button__Array *, HardwareJoystickMap_Platform_AppleGCController_Base_get_Buttons, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x0200F1E0, HardwareJoystickMap_Platform_AppleGCController_Base_CompoundElement__Array *, HardwareJoystickMap_Platform_AppleGCController_Base_get_CompoundElements, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC300, HardwareJoystickMap_Platform_AppleGCController_Base_Axis__Array *, HardwareJoystickMap_Platform_AppleGCController_Base_get_Axes_orig, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC320, HardwareJoystickMap_Platform_AppleGCController_Base_Button__Array *, HardwareJoystickMap_Platform_AppleGCController_Base_get_Buttons_orig, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x0200F3B0, HardwareJoystickMap_Platform_AppleGCController_Base_CompoundElement__Array *, HardwareJoystickMap_Platform_AppleGCController_Base_get_CompoundElements_orig, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FEF170, bool, HardwareJoystickMap_Platform_AppleGCController_Base_get_hasData, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB340, bool, HardwareJoystickMap_Platform_AppleGCController_Base_get_disabled, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDB360, bool, HardwareJoystickMap_Platform_AppleGCController_Base_get_isAllowed, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, HardwareJoystickMap_Elements_Base *, HardwareJoystickMap_Platform_AppleGCController_Base_get_elements_base, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_AppleGCController_Base_get_variants_base, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x01FDC3A0, bool, HardwareJoystickMap_Platform_AppleGCController_Base_Matches, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x0200F3D0, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis_ *, HardwareJoystickMap_Platform_AppleGCController_Base_IterateAxes, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x0200F490, IEnumerable_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button_ *, HardwareJoystickMap_Platform_AppleGCController_Base_IterateButtons, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x0200F550, String__Array *, HardwareJoystickMap_Platform_AppleGCController_Base_GetAxisNames, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x0200F750, String__Array *, HardwareJoystickMap_Platform_AppleGCController_Base_GetEffectiveButtonNames, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, ControllerElementIdentifier__Array * identifiers, MethodInfo * method)); DO_APP_FUNC(0x0200F930, bool, HardwareJoystickMap_Platform_AppleGCController_Base_IsElementIdentifierMapped, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x0200FC80, void, HardwareJoystickMap_Platform_AppleGCController_Base_GetGameElementIdentifierIdMappings, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, Int32__Array * * buttons, Int32__Array * * axes, MethodInfo * method)); DO_APP_FUNC(0x02010250, AxisCalibrationData__Array *, HardwareJoystickMap_Platform_AppleGCController_Base_GetAxisCalibrationData, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EB58, HardwareJoystickMap_Platform_AppleGCController_Base_GetAxisCalibrationData__MethodInfo); DO_APP_FUNC(0x020105D0, void, HardwareJoystickMap_Platform_AppleGCController_Base_GetAxisData, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, AxisRange__Enum__Array * * axisRanges, HardwareAxisInfo__Array * * axisInfos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EB60, HardwareJoystickMap_Platform_AppleGCController_Base_GetAxisData__MethodInfo); DO_APP_FUNC(0x02010A00, void, HardwareJoystickMap_Platform_AppleGCController_Base_GetButtonData, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, HardwareButtonInfo__Array * * buttonInfos, MethodInfo * method)); DO_APP_FUNC(0x01FDDC10, ControllerElementType__Enum, HardwareJoystickMap_Platform_AppleGCController_Base_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01FDDC40, bool, HardwareJoystickMap_Platform_AppleGCController_Base_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC(0x02010C70, Object *, HardwareJoystickMap_Platform_AppleGCController_Base_DeepClone, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x02010CE0, void, HardwareJoystickMap_Platform_AppleGCController_Base_CopyVars, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_AppleGCController_Base__ctor, (HardwareJoystickMap_Platform_AppleGCController_Base * __this, MethodInfo * method)); DO_APP_FUNC(0x02010ED0, bool, HardwareJoystickMap_Platform_AppleGCController_Base_MatchingCriteria_get_hasData, (HardwareJoystickMap_Platform_AppleGCController_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7730, bool, HardwareJoystickMap_Platform_AppleGCController_Base_MatchingCriteria_get_isAllowed, (HardwareJoystickMap_Platform_AppleGCController_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x02010F10, bool, HardwareJoystickMap_Platform_AppleGCController_Base_MatchingCriteria_Matches, (HardwareJoystickMap_Platform_AppleGCController_Base_MatchingCriteria * __this, BridgedControllerHWInfo * bridgedControllerHWInfo, bool strictMatch, MethodInfo * method)); DO_APP_FUNC(0x02011140, Object *, HardwareJoystickMap_Platform_AppleGCController_Base_MatchingCriteria_DeepClone, (HardwareJoystickMap_Platform_AppleGCController_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x020111B0, void, HardwareJoystickMap_Platform_AppleGCController_Base_MatchingCriteria_CopyVars, (HardwareJoystickMap_Platform_AppleGCController_Base_MatchingCriteria * __this, HardwareJoystickMap_MatchingCriteria_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x020000F0, bool, HardwareJoystickMap_Platform_AppleGCController_Base_MatchingCriteria_HasProductCategory, (HardwareJoystickMap_Platform_AppleGCController_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x02000150, bool, HardwareJoystickMap_Platform_AppleGCController_Base_MatchingCriteria_ProductCategoryMatches, (HardwareJoystickMap_Platform_AppleGCController_Base_MatchingCriteria * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_AppleGCController_Base_MatchingCriteria__ctor, (HardwareJoystickMap_Platform_AppleGCController_Base_MatchingCriteria * __this, MethodInfo * method)); DO_APP_FUNC(0x007075B0, int32_t, HardwareJoystickMap_Platform_AppleGCController_Base_Elements_get_buttonCount, (HardwareJoystickMap_Platform_AppleGCController_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x00707330, int32_t, HardwareJoystickMap_Platform_AppleGCController_Base_Elements_get_axisCount, (HardwareJoystickMap_Platform_AppleGCController_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01F85D80, int32_t, HardwareJoystickMap_Platform_AppleGCController_Base_Elements_get_compoundElementCount, (HardwareJoystickMap_Platform_AppleGCController_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE3F20, ControllerElementType__Enum, HardwareJoystickMap_Platform_AppleGCController_Base_Elements_GetEffectiveElementIdentifierType, (HardwareJoystickMap_Platform_AppleGCController_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, MethodInfo * method)); DO_APP_FUNC(0x02011320, bool, HardwareJoystickMap_Platform_AppleGCController_Base_Elements_GetEffectiveAxisRange, (HardwareJoystickMap_Platform_AppleGCController_Base_Elements * __this, ControllerElementIdentifier * elementIdentifier, AxisRange__Enum * axisRange, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EAE8, HardwareJoystickMap_Platform_AppleGCController_Base_Elements_GetEffectiveAxisRange__MethodInfo); DO_APP_FUNC(0x020114B0, Object *, HardwareJoystickMap_Platform_AppleGCController_Base_Elements_DeepClone, (HardwareJoystickMap_Platform_AppleGCController_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x02011520, void, HardwareJoystickMap_Platform_AppleGCController_Base_Elements_CopyVars, (HardwareJoystickMap_Platform_AppleGCController_Base_Elements * __this, HardwareJoystickMap_Elements_Base * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_AppleGCController_Base_Elements__ctor, (HardwareJoystickMap_Platform_AppleGCController_Base_Elements * __this, MethodInfo * method)); DO_APP_FUNC(0x020116F0, Object *, HardwareJoystickMap_Platform_AppleGCController_Base_Button_DeepClone, (HardwareJoystickMap_Platform_AppleGCController_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x02011760, void, HardwareJoystickMap_Platform_AppleGCController_Base_Button_CopyVars, (HardwareJoystickMap_Platform_AppleGCController_Base_Button * __this, HardwareJoystickMap_Platform_Custom_Element * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_AppleGCController_Base_Button__ctor, (HardwareJoystickMap_Platform_AppleGCController_Base_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x020117D0, Object *, HardwareJoystickMap_Platform_AppleGCController_Base_Axis_DeepClone, (HardwareJoystickMap_Platform_AppleGCController_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x02011840, void, HardwareJoystickMap_Platform_AppleGCController_Base_Axis_CopyVars, (HardwareJoystickMap_Platform_AppleGCController_Base_Axis * __this, HardwareJoystickMap_Platform_Custom_Element * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_AppleGCController_Base_Axis__ctor, (HardwareJoystickMap_Platform_AppleGCController_Base_Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x020118B0, void, HardwareJoystickMap_Platform_AppleGCController_Base_CompoundElement_CopyVars, (HardwareJoystickMap_Platform_AppleGCController_Base_CompoundElement * __this, HardwareJoystickMap_Platform_AppleGCController_Base_CompoundElement * destination, MethodInfo * method)); DO_APP_FUNC(0x020118E0, Object *, HardwareJoystickMap_Platform_AppleGCController_Base_CompoundElement_DeepClone, (HardwareJoystickMap_Platform_AppleGCController_Base_CompoundElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_AppleGCController_Base_CompoundElement__ctor, (HardwareJoystickMap_Platform_AppleGCController_Base_CompoundElement * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_AppleGCController_Base_owLghjoTKECRFeKSCdKesAfgEtkM__ctor, (HardwareJoystickMap_Platform_AppleGCController_Base_owLghjoTKECRFeKSCdKesAfgEtkM * __this, int32_t param_0000bc3f, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_AppleGCController_Base_owLghjoTKECRFeKSCdKesAfgEtkM_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_AppleGCController_Base_owLghjoTKECRFeKSCdKesAfgEtkM * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE4640, bool, HardwareJoystickMap_Platform_AppleGCController_Base_owLghjoTKECRFeKSCdKesAfgEtkM_MoveNext, (HardwareJoystickMap_Platform_AppleGCController_Base_owLghjoTKECRFeKSCdKesAfgEtkM * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_Custom_Axis *, HardwareJoystickMap_Platform_AppleGCController_Base_owLghjoTKECRFeKSCdKesAfgEtkM_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis__get_Current, (HardwareJoystickMap_Platform_AppleGCController_Base_owLghjoTKECRFeKSCdKesAfgEtkM * __this, MethodInfo * method)); DO_APP_FUNC(0x02011940, void, HardwareJoystickMap_Platform_AppleGCController_Base_owLghjoTKECRFeKSCdKesAfgEtkM_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_AppleGCController_Base_owLghjoTKECRFeKSCdKesAfgEtkM * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EB10, HardwareJoystickMap_Platform_AppleGCController_Base_owLghjoTKECRFeKSCdKesAfgEtkM_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_AppleGCController_Base_owLghjoTKECRFeKSCdKesAfgEtkM_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_AppleGCController_Base_owLghjoTKECRFeKSCdKesAfgEtkM * __this, MethodInfo * method)); DO_APP_FUNC(0x02011990, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis_ *, HardwareJoystickMap_Platform_AppleGCController_Base_owLghjoTKECRFeKSCdKesAfgEtkM_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Axis__GetEnumerator, (HardwareJoystickMap_Platform_AppleGCController_Base_owLghjoTKECRFeKSCdKesAfgEtkM * __this, MethodInfo * method)); DO_APP_FUNC(0x02011990, IEnumerator *, HardwareJoystickMap_Platform_AppleGCController_Base_owLghjoTKECRFeKSCdKesAfgEtkM_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_AppleGCController_Base_owLghjoTKECRFeKSCdKesAfgEtkM * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_Platform_AppleGCController_Base_BkljFakBpDfpqKAryGFkiZOXsnjxA__ctor, (HardwareJoystickMap_Platform_AppleGCController_Base_BkljFakBpDfpqKAryGFkiZOXsnjxA * __this, int32_t param_0000bc40, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_AppleGCController_Base_BkljFakBpDfpqKAryGFkiZOXsnjxA_System_IDisposable_Dispose, (HardwareJoystickMap_Platform_AppleGCController_Base_BkljFakBpDfpqKAryGFkiZOXsnjxA * __this, MethodInfo * method)); DO_APP_FUNC(0x01FE48E0, bool, HardwareJoystickMap_Platform_AppleGCController_Base_BkljFakBpDfpqKAryGFkiZOXsnjxA_MoveNext, (HardwareJoystickMap_Platform_AppleGCController_Base_BkljFakBpDfpqKAryGFkiZOXsnjxA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, HardwareJoystickMap_Platform_Custom_Button *, HardwareJoystickMap_Platform_AppleGCController_Base_BkljFakBpDfpqKAryGFkiZOXsnjxA_System_Collections_Generic_IEnumerator_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button__get_Current, (HardwareJoystickMap_Platform_AppleGCController_Base_BkljFakBpDfpqKAryGFkiZOXsnjxA * __this, MethodInfo * method)); DO_APP_FUNC(0x02011AD0, void, HardwareJoystickMap_Platform_AppleGCController_Base_BkljFakBpDfpqKAryGFkiZOXsnjxA_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_Platform_AppleGCController_Base_BkljFakBpDfpqKAryGFkiZOXsnjxA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EB08, HardwareJoystickMap_Platform_AppleGCController_Base_BkljFakBpDfpqKAryGFkiZOXsnjxA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_Platform_AppleGCController_Base_BkljFakBpDfpqKAryGFkiZOXsnjxA_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_Platform_AppleGCController_Base_BkljFakBpDfpqKAryGFkiZOXsnjxA * __this, MethodInfo * method)); DO_APP_FUNC(0x02011B20, IEnumerator_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button_ *, HardwareJoystickMap_Platform_AppleGCController_Base_BkljFakBpDfpqKAryGFkiZOXsnjxA_System_Collections_Generic_IEnumerable_Rewired_Data_Mapping_HardwareJoystickMap_Platform_Custom_Button__GetEnumerator, (HardwareJoystickMap_Platform_AppleGCController_Base_BkljFakBpDfpqKAryGFkiZOXsnjxA * __this, MethodInfo * method)); DO_APP_FUNC(0x02011B20, IEnumerator *, HardwareJoystickMap_Platform_AppleGCController_Base_BkljFakBpDfpqKAryGFkiZOXsnjxA_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_Platform_AppleGCController_Base_BkljFakBpDfpqKAryGFkiZOXsnjxA * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, IList_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_ *, HardwareJoystickMap_Platform_AppleGCController_get_variants_base, (HardwareJoystickMap_Platform_AppleGCController * __this, MethodInfo * method)); DO_APP_FUNC(0x02011C60, bool, HardwareJoystickMap_Platform_AppleGCController_Matches, (HardwareJoystickMap_Platform_AppleGCController * __this, BridgedControllerHWInfo * BridgedControllerHWInfo, bool strictMatch, int32_t * variantIndex, HardwareJoystickMap_Platform * * platformMap, MethodInfo * method)); DO_APP_FUNC(0x02011E10, Object *, HardwareJoystickMap_Platform_AppleGCController_DeepClone, (HardwareJoystickMap_Platform_AppleGCController * __this, MethodInfo * method)); DO_APP_FUNC(0x02011E80, void, HardwareJoystickMap_Platform_AppleGCController_CopyVars, (HardwareJoystickMap_Platform_AppleGCController * __this, HardwareJoystickMap_Platform * destination, MethodInfo * method)); DO_APP_FUNC(0x02011F90, HardwareJoystickMap_Platform_AppleGCController *, HardwareJoystickMap_Platform_AppleGCController_CreateDefaultMap, (BridgedControllerHWInfo * bridgedController, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_Platform_AppleGCController__ctor, (HardwareJoystickMap_Platform_AppleGCController * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_lsaaRXzSdSjXGsNWSviySLmrxkfj__ctor, (HardwareJoystickMap_lsaaRXzSdSjXGsNWSviySLmrxkfj * __this, int32_t param_0000bc47, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_lsaaRXzSdSjXGsNWSviySLmrxkfj_System_IDisposable_Dispose, (HardwareJoystickMap_lsaaRXzSdSjXGsNWSviySLmrxkfj * __this, MethodInfo * method)); DO_APP_FUNC(0x02012680, bool, HardwareJoystickMap_lsaaRXzSdSjXGsNWSviySLmrxkfj_MoveNext, (HardwareJoystickMap_lsaaRXzSdSjXGsNWSviySLmrxkfj * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IControllerElementIdentifierCommon_Internal *, HardwareJoystickMap_lsaaRXzSdSjXGsNWSviySLmrxkfj_System_Collections_Generic_IEnumerator_Rewired_Interfaces_IControllerElementIdentifierCommon_Internal__get_Current, (HardwareJoystickMap_lsaaRXzSdSjXGsNWSviySLmrxkfj * __this, MethodInfo * method)); DO_APP_FUNC(0x02012770, void, HardwareJoystickMap_lsaaRXzSdSjXGsNWSviySLmrxkfj_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_lsaaRXzSdSjXGsNWSviySLmrxkfj * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EA98, HardwareJoystickMap_lsaaRXzSdSjXGsNWSviySLmrxkfj_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_lsaaRXzSdSjXGsNWSviySLmrxkfj_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_lsaaRXzSdSjXGsNWSviySLmrxkfj * __this, MethodInfo * method)); DO_APP_FUNC(0x020127C0, IEnumerator_1_Rewired_Interfaces_IControllerElementIdentifierCommon_Internal_ *, HardwareJoystickMap_lsaaRXzSdSjXGsNWSviySLmrxkfj_System_Collections_Generic_IEnumerable_Rewired_Interfaces_IControllerElementIdentifierCommon_Internal__GetEnumerator, (HardwareJoystickMap_lsaaRXzSdSjXGsNWSviySLmrxkfj * __this, MethodInfo * method)); DO_APP_FUNC(0x020127C0, IEnumerator *, HardwareJoystickMap_lsaaRXzSdSjXGsNWSviySLmrxkfj_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_lsaaRXzSdSjXGsNWSviySLmrxkfj * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickMap_lrUGiixxJxgEsqTWkCueMATRSirt__ctor, (HardwareJoystickMap_lrUGiixxJxgEsqTWkCueMATRSirt * __this, int32_t param_0000bc48, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_lrUGiixxJxgEsqTWkCueMATRSirt_System_IDisposable_Dispose, (HardwareJoystickMap_lrUGiixxJxgEsqTWkCueMATRSirt * __this, MethodInfo * method)); DO_APP_FUNC(0x02012680, bool, HardwareJoystickMap_lrUGiixxJxgEsqTWkCueMATRSirt_MoveNext, (HardwareJoystickMap_lrUGiixxJxgEsqTWkCueMATRSirt * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ControllerElementIdentifier *, HardwareJoystickMap_lrUGiixxJxgEsqTWkCueMATRSirt_System_Collections_Generic_IEnumerator_Rewired_ControllerElementIdentifier__get_Current, (HardwareJoystickMap_lrUGiixxJxgEsqTWkCueMATRSirt * __this, MethodInfo * method)); DO_APP_FUNC(0x02012900, void, HardwareJoystickMap_lrUGiixxJxgEsqTWkCueMATRSirt_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_lrUGiixxJxgEsqTWkCueMATRSirt * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EA80, HardwareJoystickMap_lrUGiixxJxgEsqTWkCueMATRSirt_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickMap_lrUGiixxJxgEsqTWkCueMATRSirt_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_lrUGiixxJxgEsqTWkCueMATRSirt * __this, MethodInfo * method)); DO_APP_FUNC(0x02012950, IEnumerator_1_Rewired_ControllerElementIdentifier_ *, HardwareJoystickMap_lrUGiixxJxgEsqTWkCueMATRSirt_System_Collections_Generic_IEnumerable_Rewired_ControllerElementIdentifier__GetEnumerator, (HardwareJoystickMap_lrUGiixxJxgEsqTWkCueMATRSirt * __this, MethodInfo * method)); DO_APP_FUNC(0x02012950, IEnumerator *, HardwareJoystickMap_lrUGiixxJxgEsqTWkCueMATRSirt_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_lrUGiixxJxgEsqTWkCueMATRSirt * __this, MethodInfo * method)); DO_APP_FUNC(0x01FC9B20, void, HardwareJoystickMap_AKUBqZfKWqilagnkBmUMbUlRrxonB__ctor, (HardwareJoystickMap_AKUBqZfKWqilagnkBmUMbUlRrxonB * __this, int32_t param_0000bc49, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_AKUBqZfKWqilagnkBmUMbUlRrxonB_System_IDisposable_Dispose, (HardwareJoystickMap_AKUBqZfKWqilagnkBmUMbUlRrxonB * __this, MethodInfo * method)); DO_APP_FUNC(0x02012A90, bool, HardwareJoystickMap_AKUBqZfKWqilagnkBmUMbUlRrxonB_MoveNext, (HardwareJoystickMap_AKUBqZfKWqilagnkBmUMbUlRrxonB * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, JoystickType__Enum, HardwareJoystickMap_AKUBqZfKWqilagnkBmUMbUlRrxonB_System_Collections_Generic_IEnumerator_Rewired_JoystickType__get_Current, (HardwareJoystickMap_AKUBqZfKWqilagnkBmUMbUlRrxonB * __this, MethodInfo * method)); DO_APP_FUNC(0x02012B20, void, HardwareJoystickMap_AKUBqZfKWqilagnkBmUMbUlRrxonB_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_AKUBqZfKWqilagnkBmUMbUlRrxonB * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EAC0, HardwareJoystickMap_AKUBqZfKWqilagnkBmUMbUlRrxonB_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02012B70, Object *, HardwareJoystickMap_AKUBqZfKWqilagnkBmUMbUlRrxonB_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_AKUBqZfKWqilagnkBmUMbUlRrxonB * __this, MethodInfo * method)); DO_APP_FUNC(0x02012BC0, IEnumerator_1_Rewired_JoystickType_ *, HardwareJoystickMap_AKUBqZfKWqilagnkBmUMbUlRrxonB_System_Collections_Generic_IEnumerable_Rewired_JoystickType__GetEnumerator, (HardwareJoystickMap_AKUBqZfKWqilagnkBmUMbUlRrxonB * __this, MethodInfo * method)); DO_APP_FUNC(0x02012BC0, IEnumerator *, HardwareJoystickMap_AKUBqZfKWqilagnkBmUMbUlRrxonB_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_AKUBqZfKWqilagnkBmUMbUlRrxonB * __this, MethodInfo * method)); DO_APP_FUNC(0x02012D00, void, HardwareJoystickMap_izmwytdAUQSgIhGFWHhqldpKsAHJ__ctor, (HardwareJoystickMap_izmwytdAUQSgIhGFWHhqldpKsAHJ * __this, int32_t param_0000bc4a, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickMap_izmwytdAUQSgIhGFWHhqldpKsAHJ_System_IDisposable_Dispose, (HardwareJoystickMap_izmwytdAUQSgIhGFWHhqldpKsAHJ * __this, MethodInfo * method)); DO_APP_FUNC(0x02012D80, bool, HardwareJoystickMap_izmwytdAUQSgIhGFWHhqldpKsAHJ_MoveNext, (HardwareJoystickMap_izmwytdAUQSgIhGFWHhqldpKsAHJ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8AF0, Guid, HardwareJoystickMap_izmwytdAUQSgIhGFWHhqldpKsAHJ_System_Collections_Generic_IEnumerator_System_Guid__get_Current, (HardwareJoystickMap_izmwytdAUQSgIhGFWHhqldpKsAHJ * __this, MethodInfo * method)); DO_APP_FUNC(0x02012E70, void, HardwareJoystickMap_izmwytdAUQSgIhGFWHhqldpKsAHJ_System_Collections_IEnumerator_Reset, (HardwareJoystickMap_izmwytdAUQSgIhGFWHhqldpKsAHJ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EAB0, HardwareJoystickMap_izmwytdAUQSgIhGFWHhqldpKsAHJ_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02012EC0, Object *, HardwareJoystickMap_izmwytdAUQSgIhGFWHhqldpKsAHJ_System_Collections_IEnumerator_get_Current, (HardwareJoystickMap_izmwytdAUQSgIhGFWHhqldpKsAHJ * __this, MethodInfo * method)); DO_APP_FUNC(0x02012F10, IEnumerator_1_System_Guid_ *, HardwareJoystickMap_izmwytdAUQSgIhGFWHhqldpKsAHJ_System_Collections_Generic_IEnumerable_System_Guid__GetEnumerator, (HardwareJoystickMap_izmwytdAUQSgIhGFWHhqldpKsAHJ * __this, MethodInfo * method)); DO_APP_FUNC(0x02012F10, IEnumerator *, HardwareJoystickMap_izmwytdAUQSgIhGFWHhqldpKsAHJ_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickMap_izmwytdAUQSgIhGFWHhqldpKsAHJ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, HardwareControllerTemplateMap__ctor, (HardwareControllerTemplateMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02013050, Guid, HardwareJoystickTemplateMap_get_Guid, (HardwareJoystickTemplateMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, HardwareJoystickTemplateMap_get_ControllerName, (HardwareJoystickTemplateMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, HardwareJoystickTemplateMap_get_ClassName, (HardwareJoystickTemplateMap * __this, MethodInfo * method)); DO_APP_FUNC(0x020130C0, IEnumerable_1_Rewired_ControllerTemplateElementIdentifier_ *, HardwareJoystickTemplateMap_get_ElementIdentifiers, (HardwareJoystickTemplateMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02013180, ControllerTemplateElementIdentifier *, HardwareJoystickTemplateMap_GetElementIdentifier, (HardwareJoystickTemplateMap * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x020131F0, bool, HardwareJoystickTemplateMap_ContainsElementIdentifier, (HardwareJoystickTemplateMap * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02013250, String__Array *, HardwareJoystickTemplateMap_GetElementIdentifierNames, (HardwareJoystickTemplateMap * __this, MethodInfo * method)); DO_APP_FUNC(0x020133D0, Int32__Array *, HardwareJoystickTemplateMap_GetElementIdentifierIds, (HardwareJoystickTemplateMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02013490, String__Array *, HardwareJoystickTemplateMap_GetElementIdentifierScriptingNames, (HardwareJoystickTemplateMap * __this, bool useAlternate, MethodInfo * method)); DO_APP_FUNC(0x020135E0, int32_t, HardwareJoystickTemplateMap_GetMappableElementIdentifierInfo, (HardwareJoystickTemplateMap * __this, String__Array * * names, Int32__Array * * ids, MethodInfo * method)); DO_APP_FUNC(0x02013A50, int32_t, HardwareJoystickTemplateMap_GetNonMappableElementIdentifierInfo, (HardwareJoystickTemplateMap * __this, String__Array * * names, Int32__Array * * ids, MethodInfo * method)); DO_APP_FUNC(0x02013EC0, String__Array *, HardwareJoystickTemplateMap_GetJoystickNames, (HardwareJoystickTemplateMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02014080, Int32__Array *, HardwareJoystickTemplateMap_GetJoystickIds, (HardwareJoystickTemplateMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02014180, Guid, HardwareJoystickTemplateMap_GetJoystickGuid, (HardwareJoystickTemplateMap * __this, int32_t joystickId, MethodInfo * method)); DO_APP_FUNC(0x020142C0, int32_t, HardwareJoystickTemplateMap_GetJoystickId, (HardwareJoystickTemplateMap * __this, Guid guid, MethodInfo * method)); DO_APP_FUNC(0x02014460, String *, HardwareJoystickTemplateMap_GetJoystickFileGuidString, (HardwareJoystickTemplateMap * __this, int32_t joystickId, MethodInfo * method)); DO_APP_FUNC(0x02014550, bool, HardwareJoystickTemplateMap_rNOBTeSDXORptwRcORjRxXGsfiKh, (HardwareJoystickTemplateMap * __this, ControllerMap_Editor * param_0000bc55, HardwareJoystickMap * param_0000bc56, Guid param_0000bc57, String * * param_0000bc58, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E9C0, HardwareJoystickTemplateMap_rNOBTeSDXORptwRcORjRxXGsfiKh__MethodInfo); DO_APP_FUNC(0x02014FC0, ControllerTemplateElementIdentifier *, HardwareJoystickTemplateMap_rKyPExDJwgeynhcbmwiCrjPfFUFQA, (HardwareJoystickTemplateMap * __this, Guid param_0000bc59, int32_t param_0000bc5a, MethodInfo * method)); DO_APP_FUNC(0x003CB370, HardwareJoystickTemplateMap_SpecialElementEntry__Array *, HardwareJoystickTemplateMap_GetSpecialElementsOrig, (HardwareJoystickTemplateMap * __this, MethodInfo * method)); DO_APP_FUNC(0x020152A0, HardwareJoystickTemplateMap_Entry *, HardwareJoystickTemplateMap_zMZhQpvljSyeqhEYHwethRDmnvCu, (HardwareJoystickTemplateMap * __this, Guid param_0000bc5b, MethodInfo * method)); DO_APP_FUNC(0x02015410, int32_t, HardwareJoystickTemplateMap_YfpqtojGMvqgsaONuERrdoDIlfTU, (HardwareJoystickTemplateMap * __this, int32_t param_0000bc5c, MethodInfo * method)); DO_APP_FUNC(0x02015470, IEnumerable_1_Rewired_Interfaces_IControllerElementIdentifierCommon_Internal_ *, HardwareJoystickTemplateMap_Rewired_Data_Mapping_IHardwareControllerMap_Internal_get_ElementIdentifiers, (HardwareJoystickTemplateMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02015530, IControllerElementIdentifierCommon_Internal *, HardwareJoystickTemplateMap_Rewired_Data_Mapping_IHardwareControllerMap_Internal_GetElementIdentifier, (HardwareJoystickTemplateMap * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, HardwareJoystickTemplateMap_Rewired_Data_Mapping_IHardwareControllerTemplateMap_Internal_get_name, (HardwareJoystickTemplateMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02015540, Guid, HardwareJoystickTemplateMap_Rewired_Data_Mapping_IHardwareControllerTemplateMap_Internal_get_typeGuid, (HardwareJoystickTemplateMap * __this, MethodInfo * method)); DO_APP_FUNC(0x01F85DC0, int32_t, HardwareJoystickTemplateMap_Rewired_Data_Mapping_IHardwareControllerTemplateMap_Internal_GetElementIdentifierCount, (HardwareJoystickTemplateMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02015570, IControllerTemplateElementIdentifier *, HardwareJoystickTemplateMap_Rewired_Data_Mapping_IHardwareControllerTemplateMap_Internal_GetTemplateElementIdentifier, (HardwareJoystickTemplateMap * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02015530, IControllerTemplateElementIdentifier *, HardwareJoystickTemplateMap_Rewired_Data_Mapping_IHardwareControllerTemplateMap_Internal_GetTemplateElementIdentifierById, (HardwareJoystickTemplateMap * __this, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x020155A0, IControllerTemplateMapSpecialElement_Internal *, HardwareJoystickTemplateMap_Rewired_Data_Mapping_IHardwareControllerTemplateMap_Internal_GetSpecialTemplateElementByElementIdentifierId, (HardwareJoystickTemplateMap * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02015610, tAekPsTTZodxujISbkMNBntFDmVT *, HardwareJoystickTemplateMap_Rewired_Data_Mapping_IHardwareControllerTemplateMap_Internal_GetAxisTarget, (HardwareJoystickTemplateMap * __this, Controller * controller, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x02015910, tAekPsTTZodxujISbkMNBntFDmVT *, HardwareJoystickTemplateMap_Rewired_Data_Mapping_IHardwareControllerTemplateMap_Internal_GetButtonTarget, (HardwareJoystickTemplateMap * __this, Controller * controller, int32_t elementIdentifierId, MethodInfo * method)); DO_APP_FUNC(0x02015B20, void, HardwareJoystickTemplateMap__ctor, (HardwareJoystickTemplateMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02015BB0, Guid, HardwareJoystickTemplateMap_Entry_get_JoystickGuid, (HardwareJoystickTemplateMap_Entry * __this, MethodInfo * method)); DO_APP_FUNC(0x02015D60, int32_t, HardwareJoystickTemplateMap_Entry_GetJoystickElementId, (HardwareJoystickTemplateMap_Entry * __this, int32_t templateElementId, MethodInfo * method)); DO_APP_FUNC(0x02015E30, int32_t, HardwareJoystickTemplateMap_Entry_GetTemplateElementId, (HardwareJoystickTemplateMap_Entry * __this, int32_t joystickElementId, MethodInfo * method)); DO_APP_FUNC(0x02015F00, HardwareJoystickTemplateMap_ElementIdentifierMap *, HardwareJoystickTemplateMap_Entry_GetElementIdentifierMap, (HardwareJoystickTemplateMap_Entry * __this, int32_t templateId, MethodInfo * method)); DO_APP_FUNC(0x02015FC0, void, HardwareJoystickTemplateMap_Entry_GetElementIdentifierMaps, (HardwareJoystickTemplateMap_Entry * __this, int32_t templateId, List_1_Rewired_Data_Mapping_HardwareJoystickTemplateMap_ElementIdentifierMap_ * results, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickTemplateMap_Entry__ctor, (HardwareJoystickTemplateMap_Entry * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickTemplateMap_ElementIdentifierMap__ctor, (HardwareJoystickTemplateMap_ElementIdentifierMap * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, HardwareJoystickTemplateMap_SpecialElementEntry__ctor, (HardwareJoystickTemplateMap_SpecialElementEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickTemplateMap_aQrzPsXwfOyYFkNADnHUKiyPGcrh__ctor, (HardwareJoystickTemplateMap_aQrzPsXwfOyYFkNADnHUKiyPGcrh * __this, int32_t param_0000bc6a, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickTemplateMap_aQrzPsXwfOyYFkNADnHUKiyPGcrh_System_IDisposable_Dispose, (HardwareJoystickTemplateMap_aQrzPsXwfOyYFkNADnHUKiyPGcrh * __this, MethodInfo * method)); DO_APP_FUNC(0x020160C0, bool, HardwareJoystickTemplateMap_aQrzPsXwfOyYFkNADnHUKiyPGcrh_MoveNext, (HardwareJoystickTemplateMap_aQrzPsXwfOyYFkNADnHUKiyPGcrh * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IControllerElementIdentifierCommon_Internal *, HardwareJoystickTemplateMap_aQrzPsXwfOyYFkNADnHUKiyPGcrh_System_Collections_Generic_IEnumerator_Rewired_Interfaces_IControllerElementIdentifierCommon_Internal__get_Current, (HardwareJoystickTemplateMap_aQrzPsXwfOyYFkNADnHUKiyPGcrh * __this, MethodInfo * method)); DO_APP_FUNC(0x020161B0, void, HardwareJoystickTemplateMap_aQrzPsXwfOyYFkNADnHUKiyPGcrh_System_Collections_IEnumerator_Reset, (HardwareJoystickTemplateMap_aQrzPsXwfOyYFkNADnHUKiyPGcrh * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E990, HardwareJoystickTemplateMap_aQrzPsXwfOyYFkNADnHUKiyPGcrh_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickTemplateMap_aQrzPsXwfOyYFkNADnHUKiyPGcrh_System_Collections_IEnumerator_get_Current, (HardwareJoystickTemplateMap_aQrzPsXwfOyYFkNADnHUKiyPGcrh * __this, MethodInfo * method)); DO_APP_FUNC(0x02016200, IEnumerator_1_Rewired_Interfaces_IControllerElementIdentifierCommon_Internal_ *, HardwareJoystickTemplateMap_aQrzPsXwfOyYFkNADnHUKiyPGcrh_System_Collections_Generic_IEnumerable_Rewired_Interfaces_IControllerElementIdentifierCommon_Internal__GetEnumerator, (HardwareJoystickTemplateMap_aQrzPsXwfOyYFkNADnHUKiyPGcrh * __this, MethodInfo * method)); DO_APP_FUNC(0x02016200, IEnumerator *, HardwareJoystickTemplateMap_aQrzPsXwfOyYFkNADnHUKiyPGcrh_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickTemplateMap_aQrzPsXwfOyYFkNADnHUKiyPGcrh * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, HardwareJoystickTemplateMap_pLWCyDzzPnueFHkratRzKFRISzcu__ctor, (HardwareJoystickTemplateMap_pLWCyDzzPnueFHkratRzKFRISzcu * __this, int32_t param_0000bc6b, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HardwareJoystickTemplateMap_pLWCyDzzPnueFHkratRzKFRISzcu_System_IDisposable_Dispose, (HardwareJoystickTemplateMap_pLWCyDzzPnueFHkratRzKFRISzcu * __this, MethodInfo * method)); DO_APP_FUNC(0x020160C0, bool, HardwareJoystickTemplateMap_pLWCyDzzPnueFHkratRzKFRISzcu_MoveNext, (HardwareJoystickTemplateMap_pLWCyDzzPnueFHkratRzKFRISzcu * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ControllerTemplateElementIdentifier *, HardwareJoystickTemplateMap_pLWCyDzzPnueFHkratRzKFRISzcu_System_Collections_Generic_IEnumerator_Rewired_ControllerTemplateElementIdentifier__get_Current, (HardwareJoystickTemplateMap_pLWCyDzzPnueFHkratRzKFRISzcu * __this, MethodInfo * method)); DO_APP_FUNC(0x02016340, void, HardwareJoystickTemplateMap_pLWCyDzzPnueFHkratRzKFRISzcu_System_Collections_IEnumerator_Reset, (HardwareJoystickTemplateMap_pLWCyDzzPnueFHkratRzKFRISzcu * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E998, HardwareJoystickTemplateMap_pLWCyDzzPnueFHkratRzKFRISzcu_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, HardwareJoystickTemplateMap_pLWCyDzzPnueFHkratRzKFRISzcu_System_Collections_IEnumerator_get_Current, (HardwareJoystickTemplateMap_pLWCyDzzPnueFHkratRzKFRISzcu * __this, MethodInfo * method)); DO_APP_FUNC(0x02016390, IEnumerator_1_Rewired_ControllerTemplateElementIdentifier_ *, HardwareJoystickTemplateMap_pLWCyDzzPnueFHkratRzKFRISzcu_System_Collections_Generic_IEnumerable_Rewired_ControllerTemplateElementIdentifier__GetEnumerator, (HardwareJoystickTemplateMap_pLWCyDzzPnueFHkratRzKFRISzcu * __this, MethodInfo * method)); DO_APP_FUNC(0x02016390, IEnumerator *, HardwareJoystickTemplateMap_pLWCyDzzPnueFHkratRzKFRISzcu_System_Collections_IEnumerable_GetEnumerator, (HardwareJoystickTemplateMap_pLWCyDzzPnueFHkratRzKFRISzcu * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, AxisCoordinateMode__Enum, HardwareAxisInfo_get_dataFormat, (HardwareAxisInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB250, bool, HardwareAxisInfo_get_excludeFromPolling, (HardwareAxisInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, SpecialAxisType__Enum, HardwareAxisInfo_get_specialAxisType, (HardwareAxisInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA9C0, float, HardwareAxisInfo_get_pollingDeadZone, (HardwareAxisInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x020164D0, void, HardwareAxisInfo__ctor, (HardwareAxisInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x020164F0, void, HardwareAxisInfo__ctor_1, (HardwareAxisInfo * __this, AxisCoordinateMode__Enum param_0000bc6c, bool param_0000bc6d, float param_0000bc6e, SpecialAxisType__Enum param_0000bc6f, MethodInfo * method)); DO_APP_FUNC(0x02016510, HardwareAxisInfo *, HardwareAxisInfo_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x02016570, Object *, HardwareAxisInfo_DeepClone, (HardwareAxisInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, HardwareButtonInfo_get_excludeFromPolling, (HardwareButtonInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A30, bool, HardwareButtonInfo_get_isPressureSensitive, (HardwareButtonInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01F58620, void, HardwareButtonInfo__ctor, (HardwareButtonInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01976E00, void, HardwareButtonInfo__ctor_1, (HardwareButtonInfo * __this, bool param_0000bc70, bool param_0000bc71, MethodInfo * method)); DO_APP_FUNC(0x02016600, Object *, HardwareButtonInfo_DeepClone, (HardwareButtonInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, AxisCalibrationInfo_get_applyRangeCalibration, (AxisCalibrationInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, AxisCalibrationInfo_set_applyRangeCalibration, (AxisCalibrationInfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00422A30, bool, AxisCalibrationInfo_get_invert, (AxisCalibrationInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A40, void, AxisCalibrationInfo_set_invert, (AxisCalibrationInfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BA310, float, AxisCalibrationInfo_get_deadZone, (AxisCalibrationInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA9C70, void, AxisCalibrationInfo_set_deadZone, (AxisCalibrationInfo * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, AxisCalibrationInfo_get_zero, (AxisCalibrationInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90F0, void, AxisCalibrationInfo_set_zero, (AxisCalibrationInfo * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA9C0, float, AxisCalibrationInfo_get_min, (AxisCalibrationInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA9D0, void, AxisCalibrationInfo_set_min, (AxisCalibrationInfo * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, AxisCalibrationInfo_get_max, (AxisCalibrationInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA780, void, AxisCalibrationInfo_set_max, (AxisCalibrationInfo * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, AxisSensitivityType__Enum, AxisCalibrationInfo_get_sensitivityType, (AxisCalibrationInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, AxisCalibrationInfo_set_sensitivityType, (AxisCalibrationInfo * __this, AxisSensitivityType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB1A0, float, AxisCalibrationInfo_get_sensitivity, (AxisCalibrationInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00986690, void, AxisCalibrationInfo_set_sensitivity, (AxisCalibrationInfo * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, AnimationCurve *, AxisCalibrationInfo_get_sensitivityCurve, (AxisCalibrationInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, AxisCalibrationInfo_set_sensitivityCurve, (AxisCalibrationInfo * __this, AnimationCurve * value, MethodInfo * method)); DO_APP_FUNC(0x02016660, void, AxisCalibrationInfo__ctor, (AxisCalibrationInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02016670, void, AxisCalibrationInfo__ctor_1, (AxisCalibrationInfo * __this, float param_0000bc7b, float param_0000bc7c, float param_0000bc7d, float param_0000bc7e, bool param_0000bc7f, bool param_0000bc80, AxisSensitivityType__Enum param_0000bc81, float param_0000bc82, AnimationCurve * param_0000bc83, MethodInfo * method)); DO_APP_FUNC(0x02016700, Object *, AxisCalibrationInfo_DeepClone, (AxisCalibrationInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02016870, AxisCalibrationData, AxisCalibrationInfo_ARxOgQQQsPWAOYFoAINsRjFRgsxdA, (AxisCalibrationInfo * param_0000bc84, MethodInfo * method)); DO_APP_FUNC(0x02016A20, AxisCalibrationInfo *, AxisCalibrationInfo_GTUfJEbuuhhwZXHxczYTEUFlkPbdb, (AxisCalibrationData param_0000bc85, MethodInfo * method)); DO_APP_FUNC(0x02016B90, IEnumerable_1_Rewired_ActionElementMap_ *, ControllerMap_Editor_get_ActionElementMaps, (ControllerMap_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x02016C50, Guid, ControllerMap_Editor_get_hardwareGuid, (ControllerMap_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x02016CC0, void, ControllerMap_Editor__ctor, (ControllerMap_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x02016D90, ControllerMap_Editor *, ControllerMap_Editor_Clone, (ControllerMap_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x020170D0, ActionElementMap *, ControllerMap_Editor_GetActionElementMap, (ControllerMap_Editor * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02017170, JoystickMap *, ControllerMap_Editor_QyOxvJWFDOQSbyZtiMgMtXBJWtrL, (ControllerMap_Editor * __this, Func_2_Int32_Boolean_ * param_0000bc92, HardwareControllerMapIdentifier param_0000bc93, HardwareJoystickMap * param_0000bc94, bool param_0000bc95, MethodInfo * method)); DO_APP_FUNC(0x02017250, KeyboardMap *, ControllerMap_Editor_NsgTbCUQZOWMIdkdDjOqLHMVMLwC, (ControllerMap_Editor * __this, Func_2_Int32_Boolean_ * param_0000bc96, MethodInfo * method)); DO_APP_FUNC(0x02017310, MouseMap *, ControllerMap_Editor_AUkpETDUROaNRXrbBrbbKTQSwetB, (ControllerMap_Editor * __this, Func_2_Int32_Boolean_ * param_0000bc97, MethodInfo * method)); DO_APP_FUNC(0x020173E0, CustomControllerMap *, ControllerMap_Editor_yHrWvKqjyAQRUuvIIrYRPiHBuRlT, (ControllerMap_Editor * __this, Func_2_Int32_Boolean_ * param_0000bc98, CustomController_Editor * param_0000bc99, MethodInfo * method)); DO_APP_FUNC(0x02017490, ControllerTemplateMap *, ControllerMap_Editor_TQSDRZnEEyjxLCMBjyboNRWAeBlA, (ControllerMap_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x02017730, void, ControllerMap_Editor_YgGqcbfedlUcDIkItYsQFbTZZjcw, (ControllerMap_Editor * __this, Func_2_Int32_Boolean_ * param_0000bc9a, ControllerMap * param_0000bc9b, HardwareControllerMapIdentifier param_0000bc9c, HardwareJoystickMap * param_0000bc9d, bool param_0000bc9e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E920, ControllerMap_Editor_YgGqcbfedlUcDIkItYsQFbTZZjcw__MethodInfo); DO_APP_FUNC(0x02017C90, void, ControllerMap_Editor_DWprjEWDtDJHObCyoiJGDrHlPWNq, (ControllerMap_Editor * __this, Func_2_Int32_Boolean_ * param_0000bc9f, InputSource__Enum param_0000bca0, CustomControllerMap * param_0000bca1, CustomController_Editor * param_0000bca2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E918, ControllerMap_Editor_DWprjEWDtDJHObCyoiJGDrHlPWNq__MethodInfo); DO_APP_FUNC(0x02018020, void, ControllerMap_Editor_CreateElementsFromHardwareMap, (ControllerMap_Editor * __this, IHardwareControllerMap * hardwareJoystickMap, MethodInfo * method)); DO_APP_FUNC(0x02018530, void, ControllerMap_Editor_CreateElementsFromHardwareMap_1, (ControllerMap_Editor * __this, CustomController_Editor * customController, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E948, ControllerMap_Editor_CreateElementsFromHardwareMap_1__MethodInfo); DO_APP_FUNC(0x02018AA0, void, ControllerMap_Editor_AddActionElementMap, (ControllerMap_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x02018B40, void, ControllerMap_Editor_InsertActionElementMap, (ControllerMap_Editor * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E940, ControllerMap_Editor_InsertActionElementMap__MethodInfo); DO_APP_FUNC(0x02018C30, void, ControllerMap_Editor_DeleteActionElementMap, (ControllerMap_Editor * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E930, ControllerMap_Editor_DeleteActionElementMap__MethodInfo); DO_APP_FUNC(0x02018D00, bool, ControllerMap_Editor_ReorderActionElementMap, (ControllerMap_Editor * __this, int32_t index, bool offsetDown, bool offsetNow, MethodInfo * method)); DO_APP_FUNC(0x02018D80, void, ControllerMap_Editor_DuplicateActionElementMap, (ControllerMap_Editor * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E8D0, ControllerMap_Editor_DuplicateActionElementMap__MethodInfo); DO_APP_FUNC(0x02018F20, ActionElementMap *, ControllerMap_Editor_rWdoYDnpcHARnGkazaMVTEDDopRp, (ControllerMap_Editor * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, ControllerMap_Editor_OxkBXeDsJQTQfEDarNsWfyHvyzUx__ctor, (ControllerMap_Editor_OxkBXeDsJQTQfEDarNsWfyHvyzUx * __this, int32_t param_0000bcab, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ControllerMap_Editor_OxkBXeDsJQTQfEDarNsWfyHvyzUx_System_IDisposable_Dispose, (ControllerMap_Editor_OxkBXeDsJQTQfEDarNsWfyHvyzUx * __this, MethodInfo * method)); DO_APP_FUNC(0x02018F80, bool, ControllerMap_Editor_OxkBXeDsJQTQfEDarNsWfyHvyzUx_MoveNext, (ControllerMap_Editor_OxkBXeDsJQTQfEDarNsWfyHvyzUx * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ActionElementMap *, ControllerMap_Editor_OxkBXeDsJQTQfEDarNsWfyHvyzUx_System_Collections_Generic_IEnumerator_Rewired_ActionElementMap__get_Current, (ControllerMap_Editor_OxkBXeDsJQTQfEDarNsWfyHvyzUx * __this, MethodInfo * method)); DO_APP_FUNC(0x020190B0, void, ControllerMap_Editor_OxkBXeDsJQTQfEDarNsWfyHvyzUx_System_Collections_IEnumerator_Reset, (ControllerMap_Editor_OxkBXeDsJQTQfEDarNsWfyHvyzUx * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E8C8, ControllerMap_Editor_OxkBXeDsJQTQfEDarNsWfyHvyzUx_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ControllerMap_Editor_OxkBXeDsJQTQfEDarNsWfyHvyzUx_System_Collections_IEnumerator_get_Current, (ControllerMap_Editor_OxkBXeDsJQTQfEDarNsWfyHvyzUx * __this, MethodInfo * method)); DO_APP_FUNC(0x02019100, IEnumerator_1_Rewired_ActionElementMap_ *, ControllerMap_Editor_OxkBXeDsJQTQfEDarNsWfyHvyzUx_System_Collections_Generic_IEnumerable_Rewired_ActionElementMap__GetEnumerator, (ControllerMap_Editor_OxkBXeDsJQTQfEDarNsWfyHvyzUx * __this, MethodInfo * method)); DO_APP_FUNC(0x02019100, IEnumerator *, ControllerMap_Editor_OxkBXeDsJQTQfEDarNsWfyHvyzUx_System_Collections_IEnumerable_GetEnumerator, (ControllerMap_Editor_OxkBXeDsJQTQfEDarNsWfyHvyzUx * __this, MethodInfo * method)); DO_APP_FUNC(0x02019240, Joystick *, DualSenseExtension_fddMxPtBrNdNCGnosKzsDEMUyZxz, (DualSenseExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x02019280, void, DualSenseExtension__ctor, (DualSenseExtension * __this, IDriver_DualSense * param_0000bcac, MethodInfo * method)); DO_APP_FUNC(0x02019470, void, DualSenseExtension__ctor_1, (DualSenseExtension * __this, DualSenseExtension * param_0000bcad, MethodInfo * method)); DO_APP_FUNC(0x02019680, int32_t, DualSenseExtension_get_vibrationMotorCount, (DualSenseExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x02019720, void, DualSenseExtension_SetVibration, (DualSenseExtension * __this, int32_t motorIndex, float motorLevel, MethodInfo * method)); DO_APP_FUNC(0x02019740, void, DualSenseExtension_SetVibration_1, (DualSenseExtension * __this, int32_t motorIndex, float motorLevel, float duration, MethodInfo * method)); DO_APP_FUNC(0x02019760, void, DualSenseExtension_SetVibration_2, (DualSenseExtension * __this, int32_t motorIndex, float motorLevel, bool stopOtherMotors, MethodInfo * method)); DO_APP_FUNC(0x02019780, void, DualSenseExtension_SetVibration_3, (DualSenseExtension * __this, int32_t motorIndex, float motorLevel, float duration, bool stopOtherMotors, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E8E8, DualSenseExtension_SetVibration_3__MethodInfo); DO_APP_FUNC(0x020198E0, float, DualSenseExtension_GetVibration, (DualSenseExtension * __this, int32_t motorIndex, MethodInfo * method)); DO_APP_FUNC(0x02019A20, void, DualSenseExtension_StopVibration, (DualSenseExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x02019B70, float, DualSenseExtension_GetVibration_1, (DualSenseExtension * __this, DualShock4MotorType__Enum motor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E8C0, DualSenseExtension_GetVibration_1__MethodInfo); DO_APP_FUNC(0x02019CF0, void, DualSenseExtension_SetVibration_4, (DualSenseExtension * __this, DualShock4MotorType__Enum motor, float motorLevel, MethodInfo * method)); DO_APP_FUNC(0x02019D10, void, DualSenseExtension_SetVibration_5, (DualSenseExtension * __this, DualShock4MotorType__Enum motor, float motorLevel, float duration, MethodInfo * method)); DO_APP_FUNC(0x02019D30, void, DualSenseExtension_SetVibration_6, (DualSenseExtension * __this, DualShock4MotorType__Enum motor, float motorLevel, bool stopOtherMotors, MethodInfo * method)); DO_APP_FUNC(0x02019D50, void, DualSenseExtension_SetVibration_7, (DualSenseExtension * __this, DualShock4MotorType__Enum motor, float motorLevel, float duration, bool stopOtherMotors, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E8B8, DualSenseExtension_SetVibration_7__MethodInfo); DO_APP_FUNC(0x02019FB0, void, DualSenseExtension_SetVibration_8, (DualSenseExtension * __this, float leftMotorLevel, float rightMotorLevel, MethodInfo * method)); DO_APP_FUNC(0x02019FD0, void, DualSenseExtension_SetVibration_9, (DualSenseExtension * __this, float leftMotorLevel, float rightMotorLevel, float leftMotorDuration, float rightMotorDuration, MethodInfo * method)); DO_APP_FUNC(0x0201A200, float, DualSenseExtension_get_lightColorRed, (DualSenseExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201A2E0, void, DualSenseExtension_set_lightColorRed, (DualSenseExtension * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0201A350, float, DualSenseExtension_get_lightColorGreen, (DualSenseExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201A430, void, DualSenseExtension_set_lightColorGreen, (DualSenseExtension * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0201A4A0, float, DualSenseExtension_get_lightColorBlue, (DualSenseExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201A580, void, DualSenseExtension_set_lightColorBlue, (DualSenseExtension * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0201A5F0, Color, DualSenseExtension_GetLightColor, (DualSenseExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201A780, void, DualSenseExtension_SetLightColor, (DualSenseExtension * __this, Color color, MethodInfo * method)); DO_APP_FUNC(0x0201A8F0, void, DualSenseExtension_SetLightColor_1, (DualSenseExtension * __this, float red, float green, float blue, MethodInfo * method)); DO_APP_FUNC(0x0201AAB0, void, DualSenseExtension_SetLightColor_2, (DualSenseExtension * __this, float red, float green, float blue, float intensity, MethodInfo * method)); DO_APP_FUNC(0x0201AC40, DualSenseMicrophoneLightMode__Enum, DualSenseExtension_get_microphoneLightMode, (DualSenseExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201AD20, void, DualSenseExtension_set_microphoneLightMode, (DualSenseExtension * __this, DualSenseMicrophoneLightMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0201AE10, DualSenseOtherLightBrightness__Enum, DualSenseExtension_get_otherLightBrightness, (DualSenseExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201AEF0, void, DualSenseExtension_set_otherLightBrightness, (DualSenseExtension * __this, DualSenseOtherLightBrightness__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0201AFE0, DualSensePlayerLightFlags__Enum, DualSenseExtension_get_playerLights, (DualSenseExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201B0C0, void, DualSenseExtension_set_playerLights, (DualSenseExtension * __this, DualSensePlayerLightFlags__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0201B1B0, Vector3, DualSenseExtension_GetAccelerometerValueRaw, (DualSenseExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201B310, Vector3, DualSenseExtension_GetAccelerometerValue, (DualSenseExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201B470, Vector3, DualSenseExtension_GetLastGyroscopeValueRaw, (DualSenseExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201B5D0, Vector3, DualSenseExtension_GetLastGyroscopeValue, (DualSenseExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201B730, Vector3, DualSenseExtension_GetGyroscopeValueRaw, (DualSenseExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201B890, Vector3, DualSenseExtension_GetGyroscopeValue, (DualSenseExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201B9F0, Quaternion, DualSenseExtension_GetOrientation, (DualSenseExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201BB70, void, DualSenseExtension_ResetOrientation, (DualSenseExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201BC40, int32_t, DualSenseExtension_get_maxTouches, (DualSenseExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201BD10, int32_t, DualSenseExtension_get_touchCount, (DualSenseExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201BDD0, int32_t, DualSenseExtension_GetTouchId, (DualSenseExtension * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0201BEF0, bool, DualSenseExtension_GetTouchPosition, (DualSenseExtension * __this, int32_t index, Vector2 * position, MethodInfo * method)); DO_APP_FUNC(0x0201C080, bool, DualSenseExtension_GetTouchPositionByTouchId, (DualSenseExtension * __this, int32_t touchId, Vector2 * position, MethodInfo * method)); DO_APP_FUNC(0x0201C210, bool, DualSenseExtension_GetTouchPositionAbsolute, (DualSenseExtension * __this, int32_t index, Vector2 * position, MethodInfo * method)); DO_APP_FUNC(0x0201C440, bool, DualSenseExtension_GetTouchPositionAbsoluteByTouchId, (DualSenseExtension * __this, int32_t touchId, Vector2 * position, MethodInfo * method)); DO_APP_FUNC(0x0201C670, bool, DualSenseExtension_IsTouching, (DualSenseExtension * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0201C790, bool, DualSenseExtension_IsTouchingByTouchId, (DualSenseExtension * __this, int32_t touchId, MethodInfo * method)); DO_APP_FUNC(0x0201C8B0, float, DualSenseExtension_get_batteryLevel, (DualSenseExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201C980, bool, DualSenseExtension_get_batteryCharging, (DualSenseExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201CA50, Vector3, DualSenseExtension_Rewired_ControllerExtensions_IDualShock4Extension_GetGyroscopeValue, (DualSenseExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201CBC0, Vector3, DualSenseExtension_Rewired_ControllerExtensions_IDualShock4Extension_GetGyroscopeValueRaw, (DualSenseExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201CD30, void, DualSenseExtension_jeaouqEbQHoWmxiqLJMNAZYkbhZj, (DualSenseExtension * __this, UpdateLoopType__Enum param_0000bce7, MethodInfo * method)); DO_APP_FUNC(0x0201CE70, void, DualSenseExtension_ydNyzOsUyivCGUkmrXgJPfOlXCff, (DualSenseExtension * __this, IControllerExtensionSource * param_0000bce8, MethodInfo * method)); DO_APP_FUNC(0x0201CF60, Controller_Extension *, DualSenseExtension_ZVfpcIxdYEVJzInzMIFrDENQKTOC, (DualSenseExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201CFD0, void, DualSenseExtension_dbPFOaostUFBJKZfqByPGWcSnAyJA, (DualSenseExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201D0F0, void, DualSenseExtension_CGlacFKtMHdRpDAXaffSZxVfvGbnb, (DualSenseExtension * __this, DualShock4MotorType__Enum param_0000bce9, float param_0000bcea, float param_0000bceb, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E8B0, DualSenseExtension_CGlacFKtMHdRpDAXaffSZxVfvGbnb__MethodInfo); DO_APP_FUNC(0x0201D1E0, void, DualSenseExtension_BRjdhpjVCerjOrTvXMOvpWCjujhMA__ctor, (DualSenseExtension_BRjdhpjVCerjOrTvXMOvpWCjujhMA * __this, IDriver_DualSense * param_0000bcec, bool param_0000bced, int32_t param_0000bcee, MethodInfo * method)); DO_APP_FUNC(0x0201D250, Joystick *, DualShock4Extension_fddMxPtBrNdNCGnosKzsDEMUyZxz, (DualShock4Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201D290, void, DualShock4Extension__ctor, (DualShock4Extension * __this, IDriver_DualShock4 * param_0000bd04, MethodInfo * method)); DO_APP_FUNC(0x0201D480, void, DualShock4Extension__ctor_1, (DualShock4Extension * __this, DualShock4Extension * param_0000bd05, MethodInfo * method)); DO_APP_FUNC(0x0201D690, int32_t, DualShock4Extension_get_vibrationMotorCount, (DualShock4Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201D730, void, DualShock4Extension_SetVibration, (DualShock4Extension * __this, int32_t motorIndex, float motorLevel, MethodInfo * method)); DO_APP_FUNC(0x0201D750, void, DualShock4Extension_SetVibration_1, (DualShock4Extension * __this, int32_t motorIndex, float motorLevel, float duration, MethodInfo * method)); DO_APP_FUNC(0x0201D770, void, DualShock4Extension_SetVibration_2, (DualShock4Extension * __this, int32_t motorIndex, float motorLevel, bool stopOtherMotors, MethodInfo * method)); DO_APP_FUNC(0x0201D790, void, DualShock4Extension_SetVibration_3, (DualShock4Extension * __this, int32_t motorIndex, float motorLevel, float duration, bool stopOtherMotors, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E8A0, DualShock4Extension_SetVibration_3__MethodInfo); DO_APP_FUNC(0x0201D8F0, float, DualShock4Extension_GetVibration, (DualShock4Extension * __this, int32_t motorIndex, MethodInfo * method)); DO_APP_FUNC(0x0201DA30, void, DualShock4Extension_StopVibration, (DualShock4Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201DB80, float, DualShock4Extension_GetVibration_1, (DualShock4Extension * __this, DualShock4MotorType__Enum motor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E890, DualShock4Extension_GetVibration_1__MethodInfo); DO_APP_FUNC(0x0201DD00, void, DualShock4Extension_SetVibration_4, (DualShock4Extension * __this, DualShock4MotorType__Enum motor, float motorLevel, MethodInfo * method)); DO_APP_FUNC(0x0201DD20, void, DualShock4Extension_SetVibration_5, (DualShock4Extension * __this, DualShock4MotorType__Enum motor, float motorLevel, float duration, MethodInfo * method)); DO_APP_FUNC(0x0201DD40, void, DualShock4Extension_SetVibration_6, (DualShock4Extension * __this, DualShock4MotorType__Enum motor, float motorLevel, bool stopOtherMotors, MethodInfo * method)); DO_APP_FUNC(0x0201DD60, void, DualShock4Extension_SetVibration_7, (DualShock4Extension * __this, DualShock4MotorType__Enum motor, float motorLevel, float duration, bool stopOtherMotors, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E888, DualShock4Extension_SetVibration_7__MethodInfo); DO_APP_FUNC(0x0201DFC0, void, DualShock4Extension_SetVibration_8, (DualShock4Extension * __this, float leftMotorLevel, float rightMotorLevel, MethodInfo * method)); DO_APP_FUNC(0x0201DFE0, void, DualShock4Extension_SetVibration_9, (DualShock4Extension * __this, float leftMotorLevel, float rightMotorLevel, float leftMotorDuration, float rightMotorDuration, MethodInfo * method)); DO_APP_FUNC(0x0201E210, float, DualShock4Extension_get_lightColorRed, (DualShock4Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201E2F0, void, DualShock4Extension_set_lightColorRed, (DualShock4Extension * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0201E360, float, DualShock4Extension_get_lightColorGreen, (DualShock4Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201E440, void, DualShock4Extension_set_lightColorGreen, (DualShock4Extension * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0201E4B0, float, DualShock4Extension_get_lightColorBlue, (DualShock4Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201E590, void, DualShock4Extension_set_lightColorBlue, (DualShock4Extension * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0201E600, Color, DualShock4Extension_GetLightColor, (DualShock4Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201E790, void, DualShock4Extension_SetLightColor, (DualShock4Extension * __this, Color color, MethodInfo * method)); DO_APP_FUNC(0x0201E900, void, DualShock4Extension_SetLightColor_1, (DualShock4Extension * __this, float red, float green, float blue, MethodInfo * method)); DO_APP_FUNC(0x0201EAC0, void, DualShock4Extension_SetLightColor_2, (DualShock4Extension * __this, float red, float green, float blue, float intensity, MethodInfo * method)); DO_APP_FUNC(0x0201EC50, void, DualShock4Extension_SetLightFlash, (DualShock4Extension * __this, float onDuration, float offDuration, MethodInfo * method)); DO_APP_FUNC(0x0201ED80, void, DualShock4Extension_StopLightFlash, (DualShock4Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201EE60, Vector3, DualShock4Extension_GetAccelerometerValueRaw, (DualShock4Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201EFC0, Vector3, DualShock4Extension_GetAccelerometerValue, (DualShock4Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201F120, Vector3, DualShock4Extension_GetLastGyroscopeValueRaw, (DualShock4Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201F280, Vector3, DualShock4Extension_GetLastGyroscopeValue, (DualShock4Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201F3E0, Vector3, DualShock4Extension_GetGyroscopeValueRaw, (DualShock4Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201F540, Vector3, DualShock4Extension_GetGyroscopeValue, (DualShock4Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201F6A0, Quaternion, DualShock4Extension_GetOrientation, (DualShock4Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201F820, void, DualShock4Extension_ResetOrientation, (DualShock4Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201F8F0, int32_t, DualShock4Extension_get_maxTouches, (DualShock4Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201F9C0, int32_t, DualShock4Extension_get_touchCount, (DualShock4Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x0201FA80, int32_t, DualShock4Extension_GetTouchId, (DualShock4Extension * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0201FBA0, bool, DualShock4Extension_GetTouchPosition, (DualShock4Extension * __this, int32_t index, Vector2 * position, MethodInfo * method)); DO_APP_FUNC(0x0201FD30, bool, DualShock4Extension_GetTouchPositionByTouchId, (DualShock4Extension * __this, int32_t touchId, Vector2 * position, MethodInfo * method)); DO_APP_FUNC(0x0201FEC0, bool, DualShock4Extension_GetTouchPositionAbsolute, (DualShock4Extension * __this, int32_t index, Vector2 * position, MethodInfo * method)); DO_APP_FUNC(0x020200F0, bool, DualShock4Extension_GetTouchPositionAbsoluteByTouchId, (DualShock4Extension * __this, int32_t touchId, Vector2 * position, MethodInfo * method)); DO_APP_FUNC(0x02020320, bool, DualShock4Extension_IsTouching, (DualShock4Extension * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02020440, bool, DualShock4Extension_IsTouchingByTouchId, (DualShock4Extension * __this, int32_t touchId, MethodInfo * method)); DO_APP_FUNC(0x02020560, float, DualShock4Extension_get_batteryLevel, (DualShock4Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x02020630, Vector3, DualShock4Extension_Rewired_ControllerExtensions_IDualShock4Extension_GetGyroscopeValue, (DualShock4Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x020207A0, Vector3, DualShock4Extension_Rewired_ControllerExtensions_IDualShock4Extension_GetGyroscopeValueRaw, (DualShock4Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x02020910, void, DualShock4Extension_jeaouqEbQHoWmxiqLJMNAZYkbhZj, (DualShock4Extension * __this, UpdateLoopType__Enum param_0000bd3e, MethodInfo * method)); DO_APP_FUNC(0x02020A50, void, DualShock4Extension_ydNyzOsUyivCGUkmrXgJPfOlXCff, (DualShock4Extension * __this, IControllerExtensionSource * param_0000bd3f, MethodInfo * method)); DO_APP_FUNC(0x02020B40, Controller_Extension *, DualShock4Extension_ZVfpcIxdYEVJzInzMIFrDENQKTOC, (DualShock4Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x02020BB0, void, DualShock4Extension_dbPFOaostUFBJKZfqByPGWcSnAyJA, (DualShock4Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x02020CD0, void, DualShock4Extension_CGlacFKtMHdRpDAXaffSZxVfvGbnb, (DualShock4Extension * __this, DualShock4MotorType__Enum param_0000bd40, float param_0000bd41, float param_0000bd42, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E880, DualShock4Extension_CGlacFKtMHdRpDAXaffSZxVfvGbnb__MethodInfo); DO_APP_FUNC(0x0201D1E0, void, DualShock4Extension_FgDrcAndNxyvefubozrJiNFsjXQg__ctor, (DualShock4Extension_FgDrcAndNxyvefubozrJiNFsjXQg * __this, IDriver_DualShock4 * param_0000bd43, bool param_0000bd44, int32_t param_0000bd45, MethodInfo * method)); DO_APP_FUNC(0x02020DC0, Joystick *, RailDriverExtension_fddMxPtBrNdNCGnosKzsDEMUyZxz, (RailDriverExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x02020E00, void, RailDriverExtension__ctor, (RailDriverExtension * __this, IDriver_RailDriver * param_0000bd46, MethodInfo * method)); DO_APP_FUNC(0x01F3C720, void, RailDriverExtension__ctor_1, (RailDriverExtension * __this, RailDriverExtension * param_0000bd47, MethodInfo * method)); DO_APP_FUNC(0x02020EB0, bool, RailDriverExtension_get_speakerEnabled, (RailDriverExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x02020F70, void, RailDriverExtension_set_speakerEnabled, (RailDriverExtension * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02021050, void, RailDriverExtension_SetLEDDisplay, (RailDriverExtension * __this, int32_t digitIndex, uint8_t digitBitValues, MethodInfo * method)); DO_APP_FUNC(0x02021170, void, RailDriverExtension_SetLEDDisplay_1, (RailDriverExtension * __this, uint8_t digit1BitValues, uint8_t digit2BitValues, uint8_t digit3BitValues, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RailDriverExtension_jeaouqEbQHoWmxiqLJMNAZYkbhZj, (RailDriverExtension * __this, UpdateLoopType__Enum param_0000bd4e, MethodInfo * method)); DO_APP_FUNC(0x02021310, void, RailDriverExtension_ydNyzOsUyivCGUkmrXgJPfOlXCff, (RailDriverExtension * __this, IControllerExtensionSource * param_0000bd4f, MethodInfo * method)); DO_APP_FUNC(0x020213E0, Controller_Extension *, RailDriverExtension_ZVfpcIxdYEVJzInzMIFrDENQKTOC, (RailDriverExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, RailDriverExtension_RlPEDatbFFSmIDauYJCkxnSWYsLf__ctor, (RailDriverExtension_RlPEDatbFFSmIDauYJCkxnSWYsLf * __this, IDriver_RailDriver * param_0000bd50, MethodInfo * method)); DO_APP_FUNC(0x020214A0, Joystick *, SteamControllerExtension_fddMxPtBrNdNCGnosKzsDEMUyZxz, (SteamControllerExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x020214E0, ISteamControllerInternal *, SteamControllerExtension_get_internalController, (SteamControllerExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x02021500, void, SteamControllerExtension__ctor, (SteamControllerExtension * __this, ISteamControllerInternal * param_0000bd51, MethodInfo * method)); DO_APP_FUNC(0x01F3C720, void, SteamControllerExtension__ctor_1, (SteamControllerExtension * __this, SteamControllerExtension * param_0000bd52, MethodInfo * method)); DO_APP_FUNC(0x020215B0, uint64_t, SteamControllerExtension_GetActionSetHandle, (SteamControllerExtension * __this, String * actionSetName, MethodInfo * method)); DO_APP_FUNC(0x02021680, uint64_t, SteamControllerExtension_GetAnalogActionHandle, (SteamControllerExtension * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02021750, uint64_t, SteamControllerExtension_GetDigitalActionHandle, (SteamControllerExtension * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02021820, String *, SteamControllerExtension_GetActionSetName, (SteamControllerExtension * __this, uint64_t actionSetHandle, MethodInfo * method)); DO_APP_FUNC(0x02021920, String *, SteamControllerExtension_GetAnalogActionName, (SteamControllerExtension * __this, uint64_t actionHandle, MethodInfo * method)); DO_APP_FUNC(0x02021A20, String *, SteamControllerExtension_GetDigitalActionName, (SteamControllerExtension * __this, uint64_t actionHandle, MethodInfo * method)); DO_APP_FUNC(0x02021B20, Vector2, SteamControllerExtension_GetAnalogActionValue, (SteamControllerExtension * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02021CB0, Vector2, SteamControllerExtension_GetAnalogActionValue_1, (SteamControllerExtension * __this, uint64_t actionHandle, MethodInfo * method)); DO_APP_FUNC(0x02021E30, bool, SteamControllerExtension_GetDigitalActionValue, (SteamControllerExtension * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02021F00, bool, SteamControllerExtension_GetDigitalActionValue_1, (SteamControllerExtension * __this, uint64_t actionHandle, MethodInfo * method)); DO_APP_FUNC(0x02021FE0, bool, SteamControllerExtension_SetActiveActionSet, (SteamControllerExtension * __this, uint64_t actionSetHandle, MethodInfo * method)); DO_APP_FUNC(0x020220C0, bool, SteamControllerExtension_SetActiveActionSet_1, (SteamControllerExtension * __this, String * actionSetName, MethodInfo * method)); DO_APP_FUNC(0x02022190, uint64_t, SteamControllerExtension_GetActiveActionSetHandle, (SteamControllerExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x02022250, String *, SteamControllerExtension_GetActiveActionSetName, (SteamControllerExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x02022330, void, SteamControllerExtension_ShowBindingPanel, (SteamControllerExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x020223F0, void, SteamControllerExtension_SetHapticPulse, (SteamControllerExtension * __this, SteamControllerPadType__Enum targePad, float durationSeconds, MethodInfo * method)); DO_APP_FUNC(0x02022550, void, SteamControllerExtension_SetHapticPulse_1, (SteamControllerExtension * __this, SteamControllerPadType__Enum targePad, uint16_t durationMicroSeconds, MethodInfo * method)); DO_APP_FUNC(0x020226B0, IList_1_Rewired_ControllerExtensions_SteamControllerActionOrigin_ *, SteamControllerExtension_GetDigitalActionOrigins, (SteamControllerExtension * __this, String * actionSetName, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02022810, IList_1_Rewired_ControllerExtensions_SteamControllerActionOrigin_ *, SteamControllerExtension_GetDigitalActionOrigins_1, (SteamControllerExtension * __this, uint64_t actionSetHandle, uint64_t actionHandle, MethodInfo * method)); DO_APP_FUNC(0x02022910, IList_1_Rewired_ControllerExtensions_SteamControllerActionOrigin_ *, SteamControllerExtension_GetAnalogActionOrigins, (SteamControllerExtension * __this, String * actionSetName, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x02022A70, IList_1_Rewired_ControllerExtensions_SteamControllerActionOrigin_ *, SteamControllerExtension_GetAnalogActionOrigins_1, (SteamControllerExtension * __this, uint64_t actionSetHandle, uint64_t actionHandle, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SteamControllerExtension_UpdateData, (SteamControllerExtension * __this, UpdateLoopType__Enum updateLoop, MethodInfo * method)); DO_APP_FUNC(0x02022B70, void, SteamControllerExtension_SourceUpdated, (SteamControllerExtension * __this, IControllerExtensionSource * source, MethodInfo * method)); DO_APP_FUNC(0x02022C40, Controller_Extension *, SteamControllerExtension_Clone, (SteamControllerExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SteamControllerExtension_LIeljCbdoWdgBAecluMnblrpCnHu, (SteamControllerExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, SteamControllerExtension_ZvwpLBHiSltaizbYgDHjJEakgjvIb__ctor, (SteamControllerExtension_ZvwpLBHiSltaizbYgDHjJEakgjvIb * __this, ISteamControllerInternal * param_0000bd6d, MethodInfo * method)); DO_APP_FUNC(0x02022D00, int32_t, PlayerController_1_get_playerId, (PlayerController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02022D70, void, PlayerController_1_set_playerId, (PlayerController_1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02022EF0, IList_1_Rewired_PlayerController_Button_ *, PlayerController_1_get_buttons, (PlayerController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02022F70, IList_1_Rewired_PlayerController_Axis_ *, PlayerController_1_get_axes, (PlayerController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02022FF0, IList_1_Rewired_PlayerController_Element_ *, PlayerController_1_get_elements, (PlayerController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02023070, int32_t, PlayerController_1_get_buttonCount, (PlayerController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02023160, int32_t, PlayerController_1_get_axisCount, (PlayerController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02023250, int32_t, PlayerController_1_get_elementCount, (PlayerController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x020232C0, void, PlayerController_1_add_ButtonStateChangedEvent, (PlayerController_1 * __this, Action_2_Int32_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x02023330, void, PlayerController_1_remove_ButtonStateChangedEvent, (PlayerController_1 * __this, Action_2_Int32_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x020233A0, void, PlayerController_1_add_AxisValueChangedEvent, (PlayerController_1 * __this, Action_2_Int32_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x02023410, void, PlayerController_1_remove_AxisValueChangedEvent, (PlayerController_1 * __this, Action_2_Int32_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x02023480, void, PlayerController_1_add_EnabledStateChangedEvent, (PlayerController_1 * __this, Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x020234F0, void, PlayerController_1_remove_EnabledStateChangedEvent, (PlayerController_1 * __this, Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x02023560, bool, PlayerController_1_GetButton, (PlayerController_1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x020235E0, bool, PlayerController_1_GetButtonDown, (PlayerController_1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02023660, bool, PlayerController_1_GetButtonUp, (PlayerController_1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x020236E0, float, PlayerController_1_GetAxis, (PlayerController_1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02023810, float, PlayerController_1_GetAxisRaw, (PlayerController_1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02023940, PlayerController_Element *, PlayerController_1_GetElement, (PlayerController_1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x020239C0, void, PlayerController_1_OnAwake, (PlayerController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02023AB0, void, PlayerController_1_OnAwakeFinished, (PlayerController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02023B10, void, PlayerController_1_OnEnabled, (PlayerController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02023BC0, void, PlayerController_1_OnDisabled, (PlayerController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02023C70, void, PlayerController_1_OnValidated, (PlayerController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02023E70, void, PlayerController_1_OnReset, (PlayerController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02024170, void, PlayerController_1_Subscribe, (PlayerController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x020243A0, void, PlayerController_1_Unsubscribe, (PlayerController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Object *, PlayerController_1_GetCreateSourceArgs, (PlayerController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x020245B0, PlayerController *, PlayerController_1_CreateSource, (PlayerController_1 * __this, Object * args, MethodInfo * method)); DO_APP_FUNC(0x020249D0, List_1_Rewired_Components_PlayerController_ElementInfo_ *, PlayerController_1_lStCduTbxxctDMIoyRyEUyEACtiI, (PlayerController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02025340, void, PlayerController_1_xYsnruModktOccesCbwgbuGIPnePA, (PlayerController_1 * __this, int32_t param_0000bd7e, bool param_0000bd7f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81658, PlayerController_1_xYsnruModktOccesCbwgbuGIPnePA__MethodInfo); DO_APP_FUNC(0x02025450, void, PlayerController_1_WFAiROsqULgsiDCBEOIDSgGVpWADb, (PlayerController_1 * __this, int32_t param_0000bd80, float param_0000bd81, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81650, PlayerController_1_WFAiROsqULgsiDCBEOIDSgGVpWADb__MethodInfo); DO_APP_FUNC(0x02025560, void, PlayerController_1_fvSQSdSYZfepLpqvMddrCsmTJrHl, (PlayerController_1 * __this, bool param_0000bd82, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81648, PlayerController_1_fvSQSdSYZfepLpqvMddrCsmTJrHl__MethodInfo); DO_APP_FUNC(0x02025620, void, PlayerController_1_XtsFKFFEeyKUmsradHIOWNtGlyPKA, (PlayerController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x020256D0, void, PlayerController_1__ctor, (PlayerController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD3F90, bool, PlayerController_1_Rewired_IPlayerController_get_enabled, (PlayerController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CACAA0, void, PlayerController_1_Rewired_IPlayerController_set_enabled, (PlayerController_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x020259A0, void, PlayerController_ButtonStateChangedHandler__ctor, (PlayerController_ButtonStateChangedHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02025A30, void, PlayerController_AxisValueChangedHandler__ctor, (PlayerController_AxisValueChangedHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02025AC0, void, PlayerController_EnabledStateChangedHandler__ctor, (PlayerController_EnabledStateChangedHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, PlayerController_ElementWithSourceInfo_get_name, (PlayerController_ElementWithSourceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, PlayerController_ElementWithSourceInfo_set_name, (PlayerController_ElementWithSourceInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, PlayerController_Element_TypeWithSource__Enum, PlayerController_ElementWithSourceInfo_get_elementType, (PlayerController_ElementWithSourceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, PlayerController_ElementWithSourceInfo_set_elementType, (PlayerController_ElementWithSourceInfo * __this, PlayerController_Element_TypeWithSource__Enum value, MethodInfo * method)); DO_APP_FUNC(0x006FF400, bool, PlayerController_ElementWithSourceInfo_get_enabled, (PlayerController_ElementWithSourceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF410, void, PlayerController_ElementWithSourceInfo_set_enabled, (PlayerController_ElementWithSourceInfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, PlayerController_ElementWithSourceInfo_get_actionId, (PlayerController_ElementWithSourceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, PlayerController_ElementWithSourceInfo_set_actionId, (PlayerController_ElementWithSourceInfo * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, AxisCoordinateMode__Enum, PlayerController_ElementWithSourceInfo_get_coordinateMode, (PlayerController_ElementWithSourceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, PlayerController_ElementWithSourceInfo_set_coordinateMode, (PlayerController_ElementWithSourceInfo * __this, AxisCoordinateMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB1A0, float, PlayerController_ElementWithSourceInfo_get_absoluteSourceSensitivity, (PlayerController_ElementWithSourceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00986690, void, PlayerController_ElementWithSourceInfo_set_absoluteSourceSensitivity, (PlayerController_ElementWithSourceInfo * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB0F0, float, PlayerController_ElementWithSourceInfo_get_repeatRate, (PlayerController_ElementWithSourceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA72C0, void, PlayerController_ElementWithSourceInfo_set_repeatRate, (PlayerController_ElementWithSourceInfo * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02025B00, PlayerController_Element_Definition *, PlayerController_ElementWithSourceInfo_ToDefinition, (PlayerController_ElementWithSourceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02025D00, void, PlayerController_ElementWithSourceInfo__ctor, (PlayerController_ElementWithSourceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, PlayerController_ElementInfo_get_name, (PlayerController_ElementInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, PlayerController_ElementInfo_set_name, (PlayerController_ElementInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, PlayerController_Element_Type__Enum, PlayerController_ElementInfo_get_elementType, (PlayerController_ElementInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, PlayerController_ElementInfo_set_elementType, (PlayerController_ElementInfo * __this, PlayerController_Element_Type__Enum value, MethodInfo * method)); DO_APP_FUNC(0x006FF400, bool, PlayerController_ElementInfo_get_enabled, (PlayerController_ElementInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF410, void, PlayerController_ElementInfo_set_enabled, (PlayerController_ElementInfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, PlayerController_ElementWithSourceInfo__Array *, PlayerController_ElementInfo_get_elements, (PlayerController_ElementInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, PlayerController_ElementInfo_set_elements, (PlayerController_ElementInfo * __this, PlayerController_ElementWithSourceInfo__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02025D20, PlayerController_Element_Definition *, PlayerController_ElementInfo_ToDefinition, (PlayerController_ElementInfo * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C814D8, PlayerController_ElementInfo_ToDefinition__MethodInfo); DO_APP_FUNC(0x020264C0, void, PlayerController_ElementInfo__ctor, (PlayerController_ElementInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02026550, PlayerMouse_1 *, PlayerMouse_sQARNbuHNGgIeGFLlNtQDsIENlgXA, (PlayerMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x020265B0, bool, PlayerMouse_get_defaultToCenter, (PlayerMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x02026650, void, PlayerMouse_set_defaultToCenter, (PlayerMouse * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x020267B0, bool, PlayerMouse_get_clampToMovementArea, (PlayerMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x02026850, void, PlayerMouse_set_clampToMovementArea, (PlayerMouse * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x020269A0, ScreenRect, PlayerMouse_get_movementArea, (PlayerMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x02026A80, void, PlayerMouse_set_movementArea, (PlayerMouse * __this, ScreenRect value, MethodInfo * method)); DO_APP_FUNC(0x02026D70, PlayerMouse_MovementAreaUnit__Enum, PlayerMouse_get_movementAreaUnit, (PlayerMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x02026E10, void, PlayerMouse_set_movementAreaUnit, (PlayerMouse * __this, PlayerMouse_MovementAreaUnit__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02026F60, Vector2, PlayerMouse_get_screenPosition, (PlayerMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x02027040, void, PlayerMouse_set_screenPosition, (PlayerMouse * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02027120, Vector2, PlayerMouse_get_screenPositionPrev, (PlayerMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x02027320, Vector2, PlayerMouse_get_screenPositionDelta, (PlayerMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x02027520, PlayerController_MouseAxis *, PlayerMouse_get_xAxis, (PlayerMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x020275C0, PlayerController_MouseAxis *, PlayerMouse_get_yAxis, (PlayerMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x02027660, PlayerController_MouseWheel *, PlayerMouse_get_wheel, (PlayerMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x02027700, PlayerController_Button *, PlayerMouse_get_leftButton, (PlayerMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x020277A0, PlayerController_Button *, PlayerMouse_get_rightButton, (PlayerMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x02027840, PlayerController_Button *, PlayerMouse_get_middleButton, (PlayerMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x020278E0, float, PlayerMouse_get_pointerSpeed, (PlayerMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x02027980, void, PlayerMouse_set_pointerSpeed, (PlayerMouse * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02027AB0, bool, PlayerMouse_get_useHardwarePointerPosition, (PlayerMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x02027BD0, void, PlayerMouse_set_useHardwarePointerPosition, (PlayerMouse * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02027D00, void, PlayerMouse_add_ScreenPositionChangedEvent, (PlayerMouse * __this, Action_1_UnityEngine_Vector2_ * value, MethodInfo * method)); DO_APP_FUNC(0x02027DB0, void, PlayerMouse_remove_ScreenPositionChangedEvent, (PlayerMouse * __this, Action_1_UnityEngine_Vector2_ * value, MethodInfo * method)); DO_APP_FUNC(0x02027E60, void, PlayerMouse_OnValidated, (PlayerMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x02028420, void, PlayerMouse_OnReset, (PlayerMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x02028520, PlayerController *, PlayerMouse_CreateSource, (PlayerMouse * __this, Object * args, MethodInfo * method)); DO_APP_FUNC(0x02028A30, void, PlayerMouse_Deinitialize, (PlayerMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x02028A80, void, PlayerMouse_Subscribe, (PlayerMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x02028BC0, void, PlayerMouse_Unsubscribe, (PlayerMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x02028D00, List_1_Rewired_Components_PlayerController_ElementInfo_ *, PlayerMouse_lStCduTbxxctDMIoyRyEUyEACtiI, (PlayerMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x020297D0, void, PlayerMouse_qyMMmFNcftbByafAoHJoMymZgSsqA, (PlayerMouse * __this, Vector2 param_0000bd99, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C814A8, PlayerMouse_qyMMmFNcftbByafAoHJoMymZgSsqA__MethodInfo); DO_APP_FUNC(0x020298D0, bool, PlayerMouse_Rewired_UI_IMouseInputSource_get_enabled, (PlayerMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x02029990, bool, PlayerMouse_Rewired_UI_IMouseInputSource_GetButtonDown, (PlayerMouse * __this, int32_t button, MethodInfo * method)); DO_APP_FUNC(0x02029A60, bool, PlayerMouse_Rewired_UI_IMouseInputSource_GetButtonUp, (PlayerMouse * __this, int32_t button, MethodInfo * method)); DO_APP_FUNC(0x02029B30, bool, PlayerMouse_Rewired_UI_IMouseInputSource_GetButton, (PlayerMouse * __this, int32_t button, MethodInfo * method)); DO_APP_FUNC(0x02029C00, Vector2, PlayerMouse_Rewired_UI_IMouseInputSource_get_screenPosition, (PlayerMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x02029D00, Vector2, PlayerMouse_Rewired_UI_IMouseInputSource_get_screenPositionDelta, (PlayerMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x02029E00, Vector2, PlayerMouse_Rewired_UI_IMouseInputSource_get_wheelDelta, (PlayerMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x02029F00, bool, PlayerMouse_Rewired_UI_IMouseInputSource_get_locked, (PlayerMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x02029FC0, void, PlayerMouse__ctor, (PlayerMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD3F90, bool, PlayerMouse_Rewired_IPlayerController_get_enabled, (PlayerMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x01CACAA0, void, PlayerMouse_Rewired_IPlayerController_set_enabled, (PlayerMouse * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0202A0B0, void, PlayerMouse_ScreenPositionChangedHandler__ctor, (PlayerMouse_ScreenPositionChangedHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, ComponentControl_CpkCDShvGTOWggDBKRwqHTfATFvtB, (ComponentControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202A0F0, void, ComponentControl__ctor, (ComponentControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202A140, void, ComponentControl_Rewired_ComponentControls_IComponentControl_Update, (ComponentControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202A1B0, void, ComponentControl_Awake, (ComponentControl * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ComponentControl_Start, (ComponentControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202A1C0, void, ComponentControl_OnEnable, (ComponentControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202A2E0, void, ComponentControl_OnDisable, (ComponentControl * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ComponentControl_OnDestroy, (ComponentControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202A350, void, ComponentControl_OnValidate, (ComponentControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202A370, void, ComponentControl_OnCanvasGroupChanged, (ComponentControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202A370, void, ComponentControl_OnTransformParentChanged, (ComponentControl * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ComponentControl_OnDidApplyAnimationProperties, (ComponentControl * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ComponentControl_Reset, (ComponentControl * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ComponentControl_bvuJmnqUwayyDafnxDLSclDQIjuB, (ComponentControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202A390, bool, ComponentControl_VvqQzESJPzkjbJimHjgiTnSWPvhL, (ComponentControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202A410, void, ComponentControl_NwJVgHYXCEKkeYUbDkZLfbizvJaD, (ComponentControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202A4A0, void, ComponentControl_GraKEfRJFxaCZMLFBEgoEZDuXjJK, (ComponentControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202A4E0, void, ComponentControl_nBXEmCutWdCjkKrBSKggubfowpYiA, (ComponentControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202A350, void, ComponentControl_nPoczuNddBNeGhTiwbxroKfVDJgW, (ComponentControl * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ComponentControl_JryJiJlFEvvYTCDwgQvJTGTeEIHKA, (ComponentControl * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ComponentControl_sWaGPBiEYqeWhmHzqWvfbIrEgrLQA, (ComponentControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202A4F0, bool, ComponentControl_sWAdnqClNZMTMBZuFzJLLtdahPQic, (ComponentControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202A540, bool, ComponentControl_tmuamqiivrWSfkUsJMiqZUSPaUe, (ComponentControl * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IComponentController *, ComponentControl_IPFJpJMLwxUWaidhbElHfLRlfRtCb, (ComponentControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202A640, IEnumerator *, ComponentControl_BFEFVdxvekTnyrTmPTnGBDaYbezd, (ComponentControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202A6E0, void, ComponentControl_YGOPOhZraSmTKLxttlgehWSSpLyI, (ComponentControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202A740, bool, ComponentControl_XUhyZyCjiJwHBvbITzYSERlsrdhE, (ComponentControl * __this, bool param_0000bd9e, bool param_0000bd9f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81448, ComponentControl_XUhyZyCjiJwHBvbITzYSERlsrdhE__MethodInfo); DO_APP_FUNC(0x0202A930, void, ComponentControl_OQKGYjLUWARTaYBcaxBgXuzHpZyr, (ComponentControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202A940, void, ComponentControl_QQEFUogcJIzNAOjIDQtcIxyuQPnMA, (ComponentControl * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ComponentControl_desDGhBBuHwkXsDZmTHhcFOREOsoA__ctor, (ComponentControl_desDGhBBuHwkXsDZmTHhcFOREOsoA * __this, int32_t param_0000bda0, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ComponentControl_desDGhBBuHwkXsDZmTHhcFOREOsoA_System_IDisposable_Dispose, (ComponentControl_desDGhBBuHwkXsDZmTHhcFOREOsoA * __this, MethodInfo * method)); DO_APP_FUNC(0x0202A9C0, bool, ComponentControl_desDGhBBuHwkXsDZmTHhcFOREOsoA_MoveNext, (ComponentControl_desDGhBBuHwkXsDZmTHhcFOREOsoA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ComponentControl_desDGhBBuHwkXsDZmTHhcFOREOsoA_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ComponentControl_desDGhBBuHwkXsDZmTHhcFOREOsoA * __this, MethodInfo * method)); DO_APP_FUNC(0x0202AAC0, void, ComponentControl_desDGhBBuHwkXsDZmTHhcFOREOsoA_System_Collections_IEnumerator_Reset, (ComponentControl_desDGhBBuHwkXsDZmTHhcFOREOsoA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81440, ComponentControl_desDGhBBuHwkXsDZmTHhcFOREOsoA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ComponentControl_desDGhBBuHwkXsDZmTHhcFOREOsoA_System_Collections_IEnumerator_get_Current, (ComponentControl_desDGhBBuHwkXsDZmTHhcFOREOsoA * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, ComponentController_CpkCDShvGTOWggDBKRwqHTfATFvtB, (ComponentController * __this, MethodInfo * method)); DO_APP_FUNC(0x0202AB10, void, ComponentController__ctor, (ComponentController * __this, MethodInfo * method)); DO_APP_FUNC(0x00B44790, void, ComponentController_Awake, (ComponentController * __this, MethodInfo * method)); DO_APP_FUNC(0x0202AC90, void, ComponentController_Update, (ComponentController * __this, MethodInfo * method)); DO_APP_FUNC(0x0202ADA0, void, ComponentController_OnEnable, (ComponentController * __this, MethodInfo * method)); DO_APP_FUNC(0x0202AE90, void, ComponentController_OnDisable, (ComponentController * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACD900, void, ComponentController_OnValidate, (ComponentController * __this, MethodInfo * method)); DO_APP_FUNC(0x0202AEB0, void, ComponentController_OnDestroy, (ComponentController * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ComponentController_VvqQzESJPzkjbJimHjgiTnSWPvhL, (ComponentController * __this, MethodInfo * method)); DO_APP_FUNC(0x00A794D0, void, ComponentController_GraKEfRJFxaCZMLFBEgoEZDuXjJK, (ComponentController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ComponentController_nBXEmCutWdCjkKrBSKggubfowpYiA, (ComponentController * __this, MethodInfo * method)); DO_APP_FUNC(0x0202AF20, void, ComponentController_Rewired_Utils_Interfaces_IRegistrar_Rewired_ComponentControls_IComponentControl__Register, (ComponentController * __this, IComponentControl * control, MethodInfo * method)); DO_APP_FUNC(0x0202AF80, void, ComponentController_Rewired_Utils_Interfaces_IRegistrar_Rewired_ComponentControls_IComponentControl__Deregister, (ComponentController * __this, IComponentControl * control, MethodInfo * method)); DO_APP_FUNC(0x0202AFF0, void, ComponentController_ClearControlValues, (ComponentController * __this, MethodInfo * method)); DO_APP_FUNC(0x0202B110, void, ComponentController_YGOPOhZraSmTKLxttlgehWSSpLyI, (ComponentController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ComponentController_nPoczuNddBNeGhTiwbxroKfVDJgW, (ComponentController * __this, MethodInfo * method)); DO_APP_FUNC(0x0202B160, IEnumerator *, ComponentController_ZdOtHNQuxgQkfwSltkpfaStSmbLw, (ComponentController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ComponentController_fjQlPGdYSEtBzRcckqNYdqzZwEPT__ctor, (ComponentController_fjQlPGdYSEtBzRcckqNYdqzZwEPT * __this, int32_t param_0000bda3, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ComponentController_fjQlPGdYSEtBzRcckqNYdqzZwEPT_System_IDisposable_Dispose, (ComponentController_fjQlPGdYSEtBzRcckqNYdqzZwEPT * __this, MethodInfo * method)); DO_APP_FUNC(0x0202B200, bool, ComponentController_fjQlPGdYSEtBzRcckqNYdqzZwEPT_MoveNext, (ComponentController_fjQlPGdYSEtBzRcckqNYdqzZwEPT * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ComponentController_fjQlPGdYSEtBzRcckqNYdqzZwEPT_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ComponentController_fjQlPGdYSEtBzRcckqNYdqzZwEPT * __this, MethodInfo * method)); DO_APP_FUNC(0x0202B2D0, void, ComponentController_fjQlPGdYSEtBzRcckqNYdqzZwEPT_System_Collections_IEnumerator_Reset, (ComponentController_fjQlPGdYSEtBzRcckqNYdqzZwEPT * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81418, ComponentController_fjQlPGdYSEtBzRcckqNYdqzZwEPT_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ComponentController_fjQlPGdYSEtBzRcckqNYdqzZwEPT_System_Collections_IEnumerator_get_Current, (ComponentController_fjQlPGdYSEtBzRcckqNYdqzZwEPT * __this, MethodInfo * method)); DO_APP_FUNC(0x0202B320, void, CustomController_1_add_InputSourceUpdateEvent, (CustomController_1 * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x0202B410, void, CustomController_1_remove_InputSourceUpdateEvent, (CustomController_1 * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, InputManager_Base *, CustomController_1_get_rewiredInputManager, (CustomController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0202B500, void, CustomController_1_set_rewiredInputManager, (CustomController_1 * __this, InputManager_Base * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, CustomControllerSelector *, CustomController_1_get_customControllerSelector, (CustomController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, CustomController_CreateCustomControllerSettings *, CustomController_1_get_createCustomControllerSettings, (CustomController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0202B720, void, CustomController_1__ctor, (CustomController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0202BAD0, CustomController *, CustomController_1_GetCustomController, (CustomController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0202ADA0, void, CustomController_1_OnEnable, (CustomController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0202BAE0, void, CustomController_1_OnDisable, (CustomController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0202BB50, void, CustomController_1_OnValidate, (CustomController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0202BBB0, void, CustomController_1_OnDestroy, (CustomController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0202BC20, bool, CustomController_1_OnInitialize, (CustomController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0202BD30, void, CustomController_1_OnSubscribeEvents, (CustomController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0202BE60, void, CustomController_1_OnUnsubscribeEvents, (CustomController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0202C000, void, CustomController_1_ClearControlValues, (CustomController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, CustomController_1_GetUseCustomController, (CustomController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CustomController_1_SetUseCustomController, (CustomController_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0202C170, void, CustomController_1_SetAxisValue, (CustomController_1 * __this, CustomControllerElementSelector * element, float value, MethodInfo * method)); DO_APP_FUNC(0x0202C3A0, void, CustomController_1_SetButtonValue, (CustomController_1 * __this, CustomControllerElementSelector * element, bool value, MethodInfo * method)); DO_APP_FUNC(0x0202C5D0, void, CustomController_1_ClearElementValue, (CustomController_1 * __this, CustomControllerElementTargetSet * targetSet, MethodInfo * method)); DO_APP_FUNC(0x0202C660, void, CustomController_1_ClearElementValue_1, (CustomController_1 * __this, CustomControllerElementTarget * target, MethodInfo * method)); DO_APP_FUNC(0x0202C680, void, CustomController_1_ClearElementValue_2, (CustomController_1 * __this, CustomControllerElementSelector * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C813A0, CustomController_1_ClearElementValue_2__MethodInfo); DO_APP_FUNC(0x0202C860, int32_t, CustomController_1_ElementExists_Editor, (CustomController_1 * __this, CustomControllerElementSelector * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81388, CustomController_1_ElementExists_Editor__MethodInfo); DO_APP_FUNC(0x0202CBA0, bool, CustomController_1_ElementExists, (CustomController_1 * __this, CustomControllerElementSelector * element, MethodInfo * method)); DO_APP_FUNC(0x0202CBF0, bool, CustomController_1_ValidateElements, (CustomController_1 * __this, CustomControllerElementTargetSet * targetSet, MethodInfo * method)); DO_APP_FUNC(0x0202CCB0, bool, CustomController_1_ValidateElement, (CustomController_1 * __this, CustomControllerElementTarget * target, MethodInfo * method)); DO_APP_FUNC(0x0202CCD0, bool, CustomController_1_ValidateElement_1, (CustomController_1 * __this, CustomControllerElementSelector * element, MethodInfo * method)); DO_APP_FUNC(0x0202D060, void, CustomController_1_nPoczuNddBNeGhTiwbxroKfVDJgW, (CustomController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0202D0B0, bool, CustomController_1_UOLbXYCfxJwJZMFDzXIDUkmEGyKX, (CustomController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0202D180, void, CustomController_1_EAUNCDNJHMJSrwnKQadlCaawcXKXA, (CustomController_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81320, CustomController_1_EAUNCDNJHMJSrwnKQadlCaawcXKXA__MethodInfo); DO_APP_FUNC(0x0202D360, CustomController *, CustomController_1_apSKxRgnzdICbPHFTYyXcaXvdFYA, (CustomController_1 * __this, bool param_0000bdb4, MethodInfo * method)); DO_APP_FUNC(0x0202D630, void, CustomController_1_LKQEbskuMoagrNYQDxuZippaFqxj, (CustomController_1 * __this, CustomController * param_0000bdb5, MethodInfo * method)); DO_APP_FUNC(0x0202D770, void, CustomController_1_YkZFqKQRcHghMNiHRQncIzENnMDJ, (CustomController_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0202D950, void, CustomController_1_UoSNtJPQQkacdEYxHoLNMoqCCOFs, (CustomController_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81378, CustomController_1_UoSNtJPQQkacdEYxHoLNMoqCCOFs__MethodInfo); DO_APP_FUNC(0x003BAD20, bool, CustomController_CreateCustomControllerSettings_get_createCustomController, (CustomController_CreateCustomControllerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x0202D980, void, CustomController_CreateCustomControllerSettings_set_createCustomController, (CustomController_CreateCustomControllerSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, CustomController_CreateCustomControllerSettings_get_customControllerSourceId, (CustomController_CreateCustomControllerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, CustomController_CreateCustomControllerSettings_set_customControllerSourceId, (CustomController_CreateCustomControllerSettings * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, CustomController_CreateCustomControllerSettings_get_assignToPlayerId, (CustomController_CreateCustomControllerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, CustomController_CreateCustomControllerSettings_set_assignToPlayerId, (CustomController_CreateCustomControllerSettings * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x006FF400, bool, CustomController_CreateCustomControllerSettings_get_destroyCustomController, (CustomController_CreateCustomControllerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF410, void, CustomController_CreateCustomControllerSettings_set_destroyCustomController, (CustomController_CreateCustomControllerSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0202D990, void, CustomController_CreateCustomControllerSettings__ctor, (CustomController_CreateCustomControllerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF00E0, void, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__ctor, (CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB * __this, CustomControllerElementSelector_ElementType__Enum param_0000bdba, int32_t param_0000bdbb, float param_0000bdbc, MethodInfo * method)); DO_APP_FUNC(0x0202D9A0, void, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__ctor_1, (CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB * __this, CustomControllerElementSelector_ElementType__Enum param_0000bdbd, int32_t param_0000bdbe, bool param_0000bdbf, MethodInfo * method)); DO_APP_FUNC(0x0202D9D0, bool, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_wbEnlygVmgnNWSFVqzAInqgYWwb, (CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB * __this, CustomControllerElementSelector_ElementType__Enum param_0000bdc0, int32_t param_0000bdc1, MethodInfo * method)); DO_APP_FUNC(0x0202D9E0, void, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_CfpLhHEcXLKTyGKvJEzgpeSAamQf, (CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB * __this, float param_0000bdc2, MethodInfo * method)); DO_APP_FUNC(0x0202DA20, void, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_CfpLhHEcXLKTyGKvJEzgpeSAamQf_1, (CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB * __this, bool param_0000bdc3, MethodInfo * method)); DO_APP_FUNC(0x0202DA30, CustomController_1 *, CustomControllerControl_mcytUqwiapNAMyWUVslGiKUORlT, (CustomControllerControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202A0F0, void, CustomControllerControl__ctor, (CustomControllerControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202DAC0, bool, CustomControllerControl_FrkVnWDoJGgRBgYAwvfzCClaKideA, (CustomControllerControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202DC20, void, CustomControllerControl_GraKEfRJFxaCZMLFBEgoEZDuXjJK, (CustomControllerControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202DDE0, void, CustomControllerControl_nBXEmCutWdCjkKrBSKggubfowpYiA, (CustomControllerControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202DF70, IComponentController *, CustomControllerControl_FindController, (CustomControllerControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202E020, Type *, CustomControllerControl_GetRequiredControllerType, (CustomControllerControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202E090, void, CustomControllerControl_gixGuIgXiSNaplsOuZjKdURqmRdMA, (CustomControllerControl * __this, CustomControllerElementTargetSet * param_0000bdc4, float param_0000bdc5, float param_0000bdc6, MethodInfo * method)); DO_APP_FUNC(0x0202E1C0, void, CustomControllerControl_gixGuIgXiSNaplsOuZjKdURqmRdMA_1, (CustomControllerControl * __this, CustomControllerElementTargetSet * param_0000bdc7, bool param_0000bdc8, MethodInfo * method)); DO_APP_FUNC(0x0202E2D0, void, CustomControllerControl_gixGuIgXiSNaplsOuZjKdURqmRdMA_2, (CustomControllerControl * __this, CustomControllerElementTarget * param_0000bdc9, float param_0000bdca, float param_0000bdcb, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C812A0, CustomControllerControl_gixGuIgXiSNaplsOuZjKdURqmRdMA_2__MethodInfo); DO_APP_FUNC(0x0202E450, void, CustomControllerControl_gixGuIgXiSNaplsOuZjKdURqmRdMA_3, (CustomControllerControl * __this, CustomControllerElementTarget * param_0000bdcc, bool param_0000bdcd, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81298, CustomControllerControl_gixGuIgXiSNaplsOuZjKdURqmRdMA_3__MethodInfo); DO_APP_FUNC(0x0202E560, void, CustomControllerControl_UoSNtJPQQkacdEYxHoLNMoqCCOFs, (CustomControllerControl * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81338, CustomControllerControl_UoSNtJPQQkacdEYxHoLNMoqCCOFs__MethodInfo); DO_APP_FUNC(0x0041F4C0, TiltControl_TiltDirection__Enum, TiltControl_get_axesToUse, (TiltControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202E5E0, void, TiltControl_set_axesToUse, (TiltControl * __this, TiltControl_TiltDirection__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, CustomControllerElementTargetSetForFloat *, TiltControl_get_horizontalTiltCustomControllerElement, (TiltControl * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE2C0, float, TiltControl_get_horizontalTiltLimit, (TiltControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202E620, void, TiltControl_set_horizontalTiltLimit, (TiltControl * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CA7A30, float, TiltControl_get_horizontalRestAngle, (TiltControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202E660, void, TiltControl_set_horizontalRestAngle, (TiltControl * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, CustomControllerElementTargetSetForFloat *, TiltControl_get_forwardTiltCustomControllerElement, (TiltControl * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE5090, float, TiltControl_get_forwardTiltLimit, (TiltControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202E6B0, void, TiltControl_set_forwardTiltLimit, (TiltControl * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00BC1070, float, TiltControl_get_forwardRestAngle, (TiltControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202E6F0, void, TiltControl_set_forwardRestAngle, (TiltControl * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0202E740, AxisCalibration *, TiltControl_get_horizontalAxisCalibration, (TiltControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202E770, AxisCalibration *, TiltControl_get_verticalAxisCalibration, (TiltControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202E7A0, Axis2DCalibration *, TiltControl_get_deadZoneType, (TiltControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202E7A0, Axis2DCalibration *, TiltControl_get_axis2DCalibration, (TiltControl * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, StandaloneAxis2D *, TiltControl_YWcFSDoMgRHfCeJQTHxgmcoaSpAI, (TiltControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202E7C0, Vector3, TiltControl_ETxwreBwNLcBRKLocEkBHcbuSyCO, (TiltControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202E870, void, TiltControl__ctor, (TiltControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, TiltControl_SetAccelerationSourceCallback, (TiltControl * __this, Func_1_UnityEngine_Vector3_ * callback, MethodInfo * method)); DO_APP_FUNC(0x0202EA80, void, TiltControl_SetRestOrientation, (TiltControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202EC20, void, TiltControl_OnValidate, (TiltControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202EC60, bool, TiltControl_VvqQzESJPzkjbJimHjgiTnSWPvhL, (TiltControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202EC90, void, TiltControl_bvuJmnqUwayyDafnxDLSclDQIjuB, (TiltControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202ECA0, void, TiltControl_VepABBWNzzdzJIXbGFLkFTmAGHfnA, (TiltControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202EDD0, void, TiltControl_ClearValue, (TiltControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202EFA0, void, TiltControl_beBSWWMANLCGXvmRGfDzBlGKDhzk, (TiltControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202F2B0, void, TiltControl_NGVhTzZiHzMivfpJQzqokLjDibifA, (TiltControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202F340, void, TiltControl_yBxBGoXCHzdxwIGZYVJFaiMKevHJ, (TiltControl * __this, TiltControl_TiltDirection__Enum param_0000bdd4, MethodInfo * method)); DO_APP_FUNC(0x0202F420, void, TouchButton_add_AxisValueChangedEvent, (TouchButton * __this, UnityAction_1_System_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x0202F480, void, TouchButton_remove_AxisValueChangedEvent, (TouchButton * __this, UnityAction_1_System_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x0202F510, void, TouchButton_add_ButtonValueChangedEvent, (TouchButton * __this, UnityAction_1_System_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x0202F570, void, TouchButton_remove_ButtonValueChangedEvent, (TouchButton * __this, UnityAction_1_System_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x0202F600, void, TouchButton_add_ButtonDownEvent, (TouchButton * __this, UnityAction * value, MethodInfo * method)); DO_APP_FUNC(0x0202F630, void, TouchButton_remove_ButtonDownEvent, (TouchButton * __this, UnityAction * value, MethodInfo * method)); DO_APP_FUNC(0x0202F690, void, TouchButton_add_ButtonUpEvent, (TouchButton * __this, UnityAction * value, MethodInfo * method)); DO_APP_FUNC(0x0202F6C0, void, TouchButton_remove_ButtonUpEvent, (TouchButton * __this, UnityAction * value, MethodInfo * method)); DO_APP_FUNC(0x00ACEE50, CustomControllerElementTargetSetForFloat *, TouchButton_get_targetCustomControllerElement, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6C380, TouchButton_ButtonType__Enum, TouchButton_get_buttonType, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x0202F720, void, TouchButton_set_buttonType, (TouchButton * __this, TouchButton_ButtonType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0202F740, bool, TouchButton_get_activateOnSwipeIn, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x0202F750, void, TouchButton_set_activateOnSwipeIn, (TouchButton * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0202F770, bool, TouchButton_get_stayActiveOnSwipeOut, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x0202F8A0, void, TouchButton_set_stayActiveOnSwipeOut, (TouchButton * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0202F8C0, bool, TouchButton_get_useDigitalAxisSimulation, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x0202F8D0, void, TouchButton_set_useDigitalAxisSimulation, (TouchButton * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x005E7740, float, TouchButton_get_digitalAxisGravity, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x0202F8F0, void, TouchButton_set_digitalAxisGravity, (TouchButton * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CAD380, float, TouchButton_get_digitalAxisSensitivity, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x0202F920, void, TouchButton_set_digitalAxisSensitivity, (TouchButton * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x004FC970, TouchRegion *, TouchButton_get_touchRegion, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x0202F950, void, TouchButton_set_touchRegion, (TouchButton * __this, TouchRegion * value, MethodInfo * method)); DO_APP_FUNC(0x004FC9E0, bool, TouchButton_get_useTouchRegionOnly, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x0202FB50, void, TouchButton_set_useTouchRegionOnly, (TouchButton * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E300A0, bool, TouchButton_get_moveToTouchPosition, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x0202FB70, void, TouchButton_set_moveToTouchPosition, (TouchButton * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0202FB90, bool, TouchButton_get_returnOnRelease, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x0202FBA0, void, TouchButton_set_returnOnRelease, (TouchButton * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0202FBC0, bool, TouchButton_get_followTouchPosition, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x0202FBD0, void, TouchButton_set_followTouchPosition, (TouchButton * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009EE1D0, bool, TouchButton_get_animateOnMoveToTouch, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x0202FBF0, void, TouchButton_set_animateOnMoveToTouch, (TouchButton * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01CB4A80, float, TouchButton_get_moveToTouchSpeed, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x0202FC10, void, TouchButton_set_moveToTouchSpeed, (TouchButton * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x005E77F0, bool, TouchButton_get_animateOnReturn, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x0202FC60, void, TouchButton_set_animateOnReturn, (TouchButton * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D3A160, float, TouchButton_get_returnSpeed, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x0202FC80, void, TouchButton_set_returnSpeed, (TouchButton * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0202FCD0, bool, TouchButton_get_manageRaycasting, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x0202FCE0, void, TouchButton_set_manageRaycasting, (TouchButton * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x007087D0, int32_t, TouchButton_get_pointerId, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x007087E0, void, TouchButton_set_pointerId, (TouchButton * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0202FD40, bool, TouchButton_get_hasPointer, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC900, StandaloneAxis *, TouchButton_get_axis, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x0202FD50, Action_1_Rewired_ComponentControls_TouchButton_kIKQVcRqialXKADlcioxUFLesvBs_ *, TouchButton_OnyRDFUwklVyIVLyRmDMnkJQXXGg, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x0202FE40, Action_1_Rewired_ComponentControls_TouchButton_kIKQVcRqialXKADlcioxUFLesvBs_ *, TouchButton_cyOVJXkPWuzuwKyrpjwSzTYKSNDc, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x0202FF30, float, TouchButton_WVTvupkurJCjIqAoVojrmWgmmBgA, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x0202FF90, float, TouchButton_vnxbGLShYrdzDxopALPMIllKCaEX, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x0202FFF0, bool, TouchButton_DdmrwQrXuBYbfTJPDfwOhLzSkAck, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02030050, bool, TouchButton_GvynJCxTxhXwUSgjCApZjSgkjQTd, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x020300B0, int32_t, TouchButton_qpRtlzScExIkXkkoYNKdlHDFyLvm, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x020300E0, void, TouchButton__ctor, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x020306F0, void, TouchButton_SetRawValue, (TouchButton * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02030720, void, TouchButton_SetDefaultPosition, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x020307C0, void, TouchButton_gCKVIbuSzNbQMKgLMWLrAvGSACHDA, (TouchButton * __this, Vector2 param_0000bdef, MethodInfo * method)); DO_APP_FUNC(0x020307D0, void, TouchButton_ReturnToDefaultPosition, (TouchButton * __this, bool instant, MethodInfo * method)); DO_APP_FUNC(0x02030840, void, TouchButton_ReturnToDefaultPosition_1, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x020308A0, void, TouchButton_Awake, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02030940, void, TouchButton_OnEnable, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x020309A0, void, TouchButton_OnDisable, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x020309E0, void, TouchButton_OnValidate, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02030A40, void, TouchButton_Reset, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02030B60, void, TouchButton_OnUpdate, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02030D80, bool, TouchButton_OnInitialize, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02030DC0, void, TouchButton_OnCustomControllerUpdate, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02030E70, void, TouchButton_OnSubscribeEvents, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x020312C0, void, TouchButton_OnUnsubscribeEvents, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02031710, void, TouchButton_OnSetProperty, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x020317A0, void, TouchButton_OnClear, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x020318D0, void, TouchButton_ClearValue, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02031970, bool, TouchButton_IsPressed, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02031A30, bool, TouchButton_IsThisOrTouchRegionGameObject, (TouchButton * __this, GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x02031D40, void, TouchButton_CGXyYJXewcaIGVcsszkoFfseqirp, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02032000, void, TouchButton_stUIeRdJRfCpPzpWiuusfXFfEPxg, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02032180, void, TouchButton_AmOfpQBCrzqMwoFIFoLFjXTeyQJbB, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02032290, void, TouchButton_ssgGWuJTIQhSYkSGNUGociJSbUfD, (TouchButton * __this, float param_0000bdf2, bool param_0000bdf3, MethodInfo * method)); DO_APP_FUNC(0x02032340, void, TouchButton_FtRiMaiiYLoWlAIPZFcUckztIqVH, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02032470, void, TouchButton_TkQtrofgbzCOuuKxuWjDLsFIgxQu, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x020324D0, void, TouchButton_OQKGYjLUWARTaYBcaxBgXuzHpZyr, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02032520, void, TouchButton_CpGHUZCMMnMDJGbCxQhmafNPIHJR, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x020325C0, bool, TouchButton_ylEwafHhXIcTIgfPctrigHSrFEHiA, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x020326E0, void, TouchButton_VgOgWnAVLnxeejuYtnsXGepivVZAc, (TouchButton * __this, TouchRegion * param_0000bdf4, MethodInfo * method)); DO_APP_FUNC(0x02032A10, void, TouchButton_JmNtDDHTJdswAkhzeRsvndbpfStt, (TouchButton * __this, TouchRegion * param_0000bdf5, MethodInfo * method)); DO_APP_FUNC(0x02032DD0, void, TouchButton_mRgTEPGbXcEVzikdvklGaKxqlBtd, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02032FF0, void, TouchButton_HnsaKtVKUlQOJpPAWEdAyQETEuco, (TouchButton * __this, Vector2 param_0000bdf6, bool param_0000bdf7, float param_0000bdf8, TouchButton_kIKQVcRqialXKADlcioxUFLesvBs__Enum param_0000bdf9, MethodInfo * method)); DO_APP_FUNC(0x020332F0, void, TouchButton_JCUNjQJCccvhaBXZPjDULQboMINo, (TouchButton * __this, Vector2 param_0000bdfa, PositionType__Enum param_0000bdfb, bool param_0000bdfc, float param_0000bdfd, TouchButton_kIKQVcRqialXKADlcioxUFLesvBs__Enum param_0000bdfe, MethodInfo * method)); DO_APP_FUNC(0x02033AB0, IEnumerator *, TouchButton_RSXiXJaRgNFeqPynlcuGjNybgsWK, (TouchButton * __this, Vector2 param_0000bdff, PositionType__Enum param_0000be00, float param_0000be01, TouchButton_kIKQVcRqialXKADlcioxUFLesvBs__Enum param_0000be02, MethodInfo * method)); DO_APP_FUNC(0x02033BA0, void, TouchButton_tKISLnvXbLIFiGaneTNBffnIxnLt, (TouchButton * __this, TouchButton_kIKQVcRqialXKADlcioxUFLesvBs__Enum param_0000be03, Vector2 param_0000be04, PositionType__Enum param_0000be05, MethodInfo * method)); DO_APP_FUNC(0x02033D10, void, TouchButton_vZwcmPxpMgFozCgUFnXGicUOUBjhA, (TouchButton * __this, TouchButton_kIKQVcRqialXKADlcioxUFLesvBs__Enum param_0000be06, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C811B0, TouchButton_vZwcmPxpMgFozCgUFnXGicUOUBjhA__MethodInfo); DO_APP_FUNC(0x02033EE0, void, TouchButton_opRnKnHwopwAVnWoHfIjQhdhOSsS, (TouchButton * __this, TouchButton_kIKQVcRqialXKADlcioxUFLesvBs__Enum param_0000be07, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81190, TouchButton_opRnKnHwopwAVnWoHfIjQhdhOSsS__MethodInfo); DO_APP_FUNC(0x020340C0, void, TouchButton_wCIfESUNZcwoTUlLQysFLlZSaeifA, (TouchButton * __this, int32_t param_0000be08, MethodInfo * method)); DO_APP_FUNC(0x02034180, void, TouchButton_LJumOqAZUhLtiXnGhUsFythDZDYF, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02034210, void, TouchButton_FQpJtUcjnQRqiINXeBmmkjwsEUmPA, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x020343E0, bool, TouchButton_ztJTBPiVCepvHGxiSjuqljodFEzM, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02034510, void, TouchButton_TWQVAKzrAxsJORydHKkRAmMGeQEx, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02034530, bool, TouchButton_yJDkGmqDGgQMWZBPHoCADHclpmri, (TouchButton * __this, int32_t param_0000be09, MethodInfo * method)); DO_APP_FUNC(0x020345D0, PointerEventData *, TouchButton_OiJQXmCWwgfialjxRYEjrOradfQDA, (TouchButton * __this, int32_t param_0000be0a, GameObject * param_0000be0b, MethodInfo * method)); DO_APP_FUNC(0x02034BE0, PointerEventData *, TouchButton_JCDaiDnrHFVuFvhMEnLZvAkFKQnj, (TouchButton * __this, int32_t param_0000be0c, MethodInfo * method)); DO_APP_FUNC(0x02034D40, void, TouchButton_fXjhbVsnVfQVYbostVLwgrhNQMGj, (TouchButton * __this, PointerEventData * param_0000be0d, MethodInfo * method)); DO_APP_FUNC(0x02034EE0, PointerEventData *, TouchButton_lNsvKLlGIzhZXEiIITXbPMcTNqeoA, (TouchButton * __this, int32_t param_0000be0e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80ED8, TouchButton_lNsvKLlGIzhZXEiIITXbPMcTNqeoA__MethodInfo); DO_APP_FUNC(0x020351B0, void, TouchButton_OTVNKAxHjnRKPFmHifdIhnOKdbjlA, (TouchButton * __this, PointerEventData * param_0000be0f, TouchButton_sbCabkQRztNVQPabdTdWYLupBNBf__Enum param_0000be10, MethodInfo * method)); DO_APP_FUNC(0x020352B0, void, TouchButton_fiJCOOEgExiMouVYKeojxlliJWWNA, (TouchButton * __this, PointerEventData * param_0000be11, TouchButton_sbCabkQRztNVQPabdTdWYLupBNBf__Enum param_0000be12, MethodInfo * method)); DO_APP_FUNC(0x02035390, void, TouchButton_tQmflXIDOosPGnFhgKTfRvZuApBm, (TouchButton * __this, PointerEventData * param_0000be13, TouchButton_sbCabkQRztNVQPabdTdWYLupBNBf__Enum param_0000be14, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80E80, TouchButton_tQmflXIDOosPGnFhgKTfRvZuApBm__MethodInfo); DO_APP_FUNC(0x02035690, void, TouchButton_NQxouavlsKqkLZGuEXIRrIlYwnsA, (TouchButton * __this, PointerEventData * param_0000be15, TouchButton_sbCabkQRztNVQPabdTdWYLupBNBf__Enum param_0000be16, MethodInfo * method)); DO_APP_FUNC(0x020357A0, void, TouchButton_jZfiuoeXkWcWXOYdDvvrKicNPBFo, (TouchButton * __this, int32_t param_0000be17, Vector2 param_0000be18, TouchButton_sbCabkQRztNVQPabdTdWYLupBNBf__Enum param_0000be19, MethodInfo * method)); DO_APP_FUNC(0x02035930, void, TouchButton_yrEHnEaFNGPbTdriTppZJfTlalOFA, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02035A20, void, TouchButton_OnPointerDown, (TouchButton * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02035BB0, void, TouchButton_OnPointerUp, (TouchButton * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02035D40, void, TouchButton_OnPointerEnter, (TouchButton * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02035ED0, void, TouchButton_OnPointerExit, (TouchButton * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02036060, void, TouchButton_LkubzBbVjHGoeHQSjEfiLDtgIzFNE, (TouchButton * __this, PointerEventData * param_0000be1e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80FC8, TouchButton_LkubzBbVjHGoeHQSjEfiLDtgIzFNE__MethodInfo); DO_APP_FUNC(0x02036120, void, TouchButton_mTaFgGIhgQcSvbUjWKOcQulfeEJt, (TouchButton * __this, PointerEventData * param_0000be1f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80F88, TouchButton_mTaFgGIhgQcSvbUjWKOcQulfeEJt__MethodInfo); DO_APP_FUNC(0x020361E0, void, TouchButton_oAsWxeDPnikGPHdsWJRZvrWFTeff, (TouchButton * __this, PointerEventData * param_0000be20, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80F78, TouchButton_oAsWxeDPnikGPHdsWJRZvrWFTeff__MethodInfo); DO_APP_FUNC(0x02036290, void, TouchButton_bbhCuPhKxptFYIHHBNRCtBzQnVHiA, (TouchButton * __this, PointerEventData * param_0000be21, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80FC0, TouchButton_bbhCuPhKxptFYIHHBNRCtBzQnVHiA__MethodInfo); DO_APP_FUNC(0x02036350, void, TouchButton_WFAiROsqULgsiDCBEOIDSgGVpWADb, (TouchButton * __this, float param_0000be22, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C810B0, TouchButton_WFAiROsqULgsiDCBEOIDSgGVpWADb__MethodInfo); DO_APP_FUNC(0x020363D0, void, TouchButton_EVuXFQyXeEmPguHzZFwiEBWrTnrd, (TouchButton * __this, bool param_0000be23, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81088, TouchButton_EVuXFQyXeEmPguHzZFwiEBWrTnrd__MethodInfo); DO_APP_FUNC(0x02036450, void, TouchButton_LmIKAysnzzOGQXrhZHgALBTpcStt, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C810C0, TouchButton_LmIKAysnzzOGQXrhZHgALBTpcStt__MethodInfo); DO_APP_FUNC(0x02036490, void, TouchButton_aPvAwHaIzANeRYvLNqGkylRSEzXAb, (TouchButton * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81060, TouchButton_aPvAwHaIzANeRYvLNqGkylRSEzXAb__MethodInfo); DO_APP_FUNC(0x020364D0, void, TouchButton_AxisValueChangedEventHandler__ctor, (TouchButton_AxisValueChangedEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02036510, void, TouchButton_ButtonValueChangedEventHandler__ctor, (TouchButton_ButtonValueChangedEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, TouchButton_ButtonDownEventHandler__ctor, (TouchButton_ButtonDownEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, TouchButton_ButtonUpEventHandler__ctor, (TouchButton_ButtonUpEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TouchButton_abYFvsEkLzfKvjfzJzikAMuFNidgc__ctor, (TouchButton_abYFvsEkLzfKvjfzJzikAMuFNidgc * __this, int32_t param_0000be24, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TouchButton_abYFvsEkLzfKvjfzJzikAMuFNidgc_System_IDisposable_Dispose, (TouchButton_abYFvsEkLzfKvjfzJzikAMuFNidgc * __this, MethodInfo * method)); DO_APP_FUNC(0x02036550, bool, TouchButton_abYFvsEkLzfKvjfzJzikAMuFNidgc_MoveNext, (TouchButton_abYFvsEkLzfKvjfzJzikAMuFNidgc * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TouchButton_abYFvsEkLzfKvjfzJzikAMuFNidgc_System_Collections_Generic_IEnumerator_System_Object__get_Current, (TouchButton_abYFvsEkLzfKvjfzJzikAMuFNidgc * __this, MethodInfo * method)); DO_APP_FUNC(0x02036840, void, TouchButton_abYFvsEkLzfKvjfzJzikAMuFNidgc_System_Collections_IEnumerator_Reset, (TouchButton_abYFvsEkLzfKvjfzJzikAMuFNidgc * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80E18, TouchButton_abYFvsEkLzfKvjfzJzikAMuFNidgc_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, TouchButton_abYFvsEkLzfKvjfzJzikAMuFNidgc_System_Collections_IEnumerator_get_Current, (TouchButton_abYFvsEkLzfKvjfzJzikAMuFNidgc * __this, MethodInfo * method)); DO_APP_FUNC(0x02036890, TouchController *, TouchControl_QrRAzBDZLdZuaUwnhRLJMMusmjqFb, (TouchControl * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Canvas *, TouchControl_MFuQefUsWDctJOpXERqsCWnsvVBu, (TouchControl * __this, MethodInfo * method)); DO_APP_FUNC(0x020368E0, RectTransform *, TouchControl_qEdvtWSjiqIcEiYtzqIQeQUdVMde, (TouchControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02036A50, RectTransform *, TouchControl_wWoCFcsHaZfFjkXjUcARqnmXznXNA, (TouchControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0202A0F0, void, TouchControl__ctor, (TouchControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02036AF0, void, TouchControl_OnValidate, (TouchControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02036B30, void, TouchControl_OnCanvasGroupChanged, (TouchControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02036B30, void, TouchControl_OnTransformParentChanged, (TouchControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02036B70, bool, TouchControl_FrkVnWDoJGgRBgYAwvfzCClaKideA, (TouchControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02030D80, bool, TouchControl_VvqQzESJPzkjbJimHjgiTnSWPvhL, (TouchControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02036CA0, void, TouchControl_nPoczuNddBNeGhTiwbxroKfVDJgW, (TouchControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02036CE0, IComponentController *, TouchControl_FindController, (TouchControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02036D90, Type *, TouchControl_GetRequiredControllerType, (TouchControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02036E00, bool, TouchControl_XUhyZyCjiJwHBvbITzYSERlsrdhE, (TouchControl * __this, bool param_0000be25, bool param_0000be26, MethodInfo * method)); DO_APP_FUNC(0x00531160, bool, TouchController_get_disableMouseInputWhenEnabled, (TouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x02037210, void, TouchController_set_disableMouseInputWhenEnabled, (TouchController * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00610C20, bool, TouchController_get_useCustomController, (TouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x02037220, void, TouchController_set_useCustomController, (TouchController * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02037300, void, TouchController__ctor, (TouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x02037310, void, TouchController_OnDisable, (TouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x02037450, bool, TouchController_VvqQzESJPzkjbJimHjgiTnSWPvhL, (TouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x00610C20, bool, TouchController_GetUseCustomController, (TouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC7840, void, TouchController_SetUseCustomController, (TouchController * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02037660, void, TouchController_EyEPObmPtssGyBzLkYzkaigztgOE, (TouchController * __this, bool param_0000be2a, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TouchController_nPoczuNddBNeGhTiwbxroKfVDJgW, (TouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x02037730, bool, TouchController_UOLbXYCfxJwJZMFDzXIDUkmEGyKX, (TouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x02037800, void, TouchInteractable_add_InteractionStateSetEvent, (TouchInteractable * __this, UnityAction_1_Rewired_ComponentControls_TouchInteractable_InteractionStateTransitionArgs_ * value, MethodInfo * method)); DO_APP_FUNC(0x02037860, void, TouchInteractable_remove_InteractionStateSetEvent, (TouchInteractable * __this, UnityAction_1_Rewired_ComponentControls_TouchInteractable_InteractionStateTransitionArgs_ * value, MethodInfo * method)); DO_APP_FUNC(0x020378F0, void, TouchInteractable_add_VisibilityChangedEvent, (TouchInteractable * __this, UnityAction_1_System_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x02037950, void, TouchInteractable_remove_VisibilityChangedEvent, (TouchInteractable * __this, UnityAction_1_System_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x020379E0, void, TouchInteractable_add_InteractionStateChangedToNormal, (TouchInteractable * __this, UnityAction * value, MethodInfo * method)); DO_APP_FUNC(0x02037A10, void, TouchInteractable_remove_InteractionStateChangedToNormal, (TouchInteractable * __this, UnityAction * value, MethodInfo * method)); DO_APP_FUNC(0x02037A70, void, TouchInteractable_add_InteractionStateChangedToHighlighted, (TouchInteractable * __this, UnityAction * value, MethodInfo * method)); DO_APP_FUNC(0x02037AA0, void, TouchInteractable_remove_InteractionStateChangedToHighlighted, (TouchInteractable * __this, UnityAction * value, MethodInfo * method)); DO_APP_FUNC(0x02037B00, void, TouchInteractable_add_InteractionStateChangedToPressed, (TouchInteractable * __this, UnityAction * value, MethodInfo * method)); DO_APP_FUNC(0x02037B30, void, TouchInteractable_remove_InteractionStateChangedToPressed, (TouchInteractable * __this, UnityAction * value, MethodInfo * method)); DO_APP_FUNC(0x02037B90, void, TouchInteractable_add_InteractionStateChangedToDisabled, (TouchInteractable * __this, UnityAction * value, MethodInfo * method)); DO_APP_FUNC(0x02037BC0, void, TouchInteractable_remove_InteractionStateChangedToDisabled, (TouchInteractable * __this, UnityAction * value, MethodInfo * method)); DO_APP_FUNC(0x02037C20, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_Rewired_UI_IVisibilityChangedHandler_System_Boolean_ *, TouchInteractable_DYIfCiBRnvbzMtPDzCVwcoXVNOrEA, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x02037DA0, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_Rewired_ComponentControls_TouchInteractable_IInteractionStateTransitionHandler_Rewired_ComponentControls_TouchInteractable_InteractionStateTransitionArgs_ *, TouchInteractable_fUsmVqzGcHIhzNpwzeUZwMtujltn, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, TouchInteractable_get_interactable, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x02037F40, void, TouchInteractable_set_interactable, (TouchInteractable * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00422AF0, bool, TouchInteractable_get_visible, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x02037F60, void, TouchInteractable_set_visible, (TouchInteractable * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x008D2680, bool, TouchInteractable_get_hideWhenIdle, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x02037FA0, void, TouchInteractable_set_hideWhenIdle, (TouchInteractable * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01365740, TouchInteractable_MouseButtonFlags__Enum, TouchInteractable_get_allowedMouseButtons, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x02037FC0, void, TouchInteractable_set_allowedMouseButtons, (TouchInteractable * __this, TouchInteractable_MouseButtonFlags__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, TouchInteractable_TransitionTypeFlags__Enum, TouchInteractable_get_transitionType, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x02037FE0, void, TouchInteractable_set_transitionType, (TouchInteractable * __this, TouchInteractable_TransitionTypeFlags__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02038000, ColorBlock, TouchInteractable_get_transitionColorTint, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x02038040, void, TouchInteractable_set_transitionColorTint, (TouchInteractable * __this, ColorBlock value, MethodInfo * method)); DO_APP_FUNC(0x02038090, SpriteState, TouchInteractable_get_transitionSpriteState, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x020380B0, void, TouchInteractable_set_transitionSpriteState, (TouchInteractable * __this, SpriteState value, MethodInfo * method)); DO_APP_FUNC(0x0070EC40, AnimationTriggers *, TouchInteractable_get_transitionAnimationTriggers, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x02038170, void, TouchInteractable_set_transitionAnimationTriggers, (TouchInteractable * __this, AnimationTriggers * value, MethodInfo * method)); DO_APP_FUNC(0x0070ED80, Graphic *, TouchInteractable_get_targetGraphic, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x020381F0, void, TouchInteractable_set_targetGraphic, (TouchInteractable * __this, Graphic * value, MethodInfo * method)); DO_APP_FUNC(0x020383F0, Image *, TouchInteractable_get_image, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x02038480, void, TouchInteractable_set_image, (TouchInteractable * __this, Image * value, MethodInfo * method)); DO_APP_FUNC(0x02038680, Animator *, TouchInteractable_get_animator, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A690, TouchInteractable_InteractionState__Enum, TouchInteractable_get_interactionState, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x02038710, void, TouchInteractable__ctor, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x02038E40, void, TouchInteractable_Awake, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x02039060, void, TouchInteractable_OnCanvasGroupChanged, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x02039310, void, TouchInteractable_OnDidApplyAnimationProperties, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x02039320, void, TouchInteractable_OnEnable, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x02039510, void, TouchInteractable_OnDisable, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x020395F0, void, TouchInteractable_OnValidate, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x02039A00, void, TouchInteractable_Reset, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x02039AF0, void, TouchInteractable_nPoczuNddBNeGhTiwbxroKfVDJgW, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x02039B40, void, TouchInteractable_sWaGPBiEYqeWhmHzqWvfbIrEgrLQA, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x02039B50, void, TouchInteractable_gAUgKlHRdkwVsGJLIZlhwfzEIyDc, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x02039BE0, void, TouchInteractable_RuFGgwcXInOkHGLqhKfQJLjHQPsP, (TouchInteractable * __this, TouchInteractable_InteractionState__Enum param_0000be41, bool param_0000be42, MethodInfo * method)); DO_APP_FUNC(0x0203A1E0, void, TouchInteractable_JzKBMsgFJRsvGrwsfcJHdSPCdyHub, (TouchInteractable * __this, Color param_0000be43, bool param_0000be44, MethodInfo * method)); DO_APP_FUNC(0x0203A380, void, TouchInteractable_OqbBOfjnDRzCDrAkZuqocltGmmccA, (TouchInteractable * __this, Sprite * param_0000be45, MethodInfo * method)); DO_APP_FUNC(0x0203A4C0, void, TouchInteractable_TGRVdGUfqOfRCpHiwHGqnBkDDEeT, (TouchInteractable * __this, String * param_0000be46, MethodInfo * method)); DO_APP_FUNC(0x0203A800, void, TouchInteractable_yZBfupIFKHXLurIaWdZiJYvklJCT, (TouchInteractable * __this, bool param_0000be47, MethodInfo * method)); DO_APP_FUNC(0x0203A8A0, bool, TouchInteractable_IsInteractable, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x0203A8C0, bool, TouchInteractable_HdeWVqPIPKCrTfjkHrsyahzlqWmab, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x0203A930, void, TouchInteractable_yAbFbSexFjRyNLmYmnyXUTwZjvbAA, (TouchInteractable * __this, BaseEventData * param_0000be48, MethodInfo * method)); DO_APP_FUNC(0x0203AAF0, bool, TouchInteractable_GoKACxPYktbxGiDsuxGsfinXXwZG, (TouchInteractable * __this, GameObject * param_0000be49, MethodInfo * method)); DO_APP_FUNC(0x0203ACD0, bool, TouchInteractable_GLOwCQLnRWjpyitRBTezDKXvbVOC, (TouchInteractable * __this, BaseEventData * param_0000be4a, MethodInfo * method)); DO_APP_FUNC(0x0203ADC0, bool, TouchInteractable_GLOwCQLnRWjpyitRBTezDKXvbVOC_1, (TouchInteractable * __this, bool param_0000be4b, GameObject * param_0000be4c, MethodInfo * method)); DO_APP_FUNC(0x0203B020, TouchInteractable_InteractionState__Enum, TouchInteractable_loAukoApQcJXPDYtRchKOdGnZqp, (TouchInteractable * __this, BaseEventData * param_0000be4d, MethodInfo * method)); DO_APP_FUNC(0x0203B160, bool, TouchInteractable_XBecUJRKtOBuOoKrjHhINIINhQRGA, (TouchInteractable * __this, TouchInteractable_InteractionState__Enum param_0000be4e, MethodInfo * method)); DO_APP_FUNC(0x0203B190, void, TouchInteractable_MqLzgPGdBFOauiZTmoLUSJYbmzAr, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x0203B1A0, void, TouchInteractable_QafTrOyztjDNUpucygCAbBQswIdV, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x0203B220, void, TouchInteractable_RBpunkTigdjXVBRySOUErPAmmXls, (TouchInteractable * __this, bool param_0000be4f, bool param_0000be50, MethodInfo * method)); DO_APP_FUNC(0x0203B300, void, TouchInteractable_fafadVJWUzceehYDjWDZASphgdWFb, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x0203B500, void, TouchInteractable_tGwvkCHfsBvdMVJDdObRnVRIeEwN, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x0203B5D0, void, TouchInteractable_OQKGYjLUWARTaYBcaxBgXuzHpZyr, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x0203B700, void, TouchInteractable_xhwdzOcaQuYwnaGKugzeAhUCGWeOA, (TouchInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x0203B810, void, TouchInteractable_OnPointerDown, (TouchInteractable * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0203B8C0, void, TouchInteractable_OnPointerUp, (TouchInteractable * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0203B970, void, TouchInteractable_OnPointerEnter, (TouchInteractable * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0203BA20, void, TouchInteractable_OnPointerExit, (TouchInteractable * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0203BAD0, void, TouchInteractable_OnBeginDrag, (TouchInteractable * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0203BB50, void, TouchInteractable_OnDrag, (TouchInteractable * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0203BBD0, void, TouchInteractable_OnEndDrag, (TouchInteractable * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0203BC50, void, TouchInteractable_UnityEngine_EventSystems_IPointerDownHandler_OnPointerDown, (TouchInteractable * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0108FA80, void, TouchInteractable_UnityEngine_EventSystems_IPointerUpHandler_OnPointerUp, (TouchInteractable * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0108FAA0, void, TouchInteractable_UnityEngine_EventSystems_IPointerEnterHandler_OnPointerEnter, (TouchInteractable * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0203BC70, void, TouchInteractable_UnityEngine_EventSystems_IPointerExitHandler_OnPointerExit, (TouchInteractable * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0108FCC0, void, TouchInteractable_UnityEngine_EventSystems_IBeginDragHandler_OnBeginDrag, (TouchInteractable * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0108FCE0, void, TouchInteractable_UnityEngine_EventSystems_IDragHandler_OnDrag, (TouchInteractable * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0203BC90, void, TouchInteractable_UnityEngine_EventSystems_IEndDragHandler_OnEndDrag, (TouchInteractable * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0203BCB0, bool, TouchInteractable_OdGHZBdcBVqWKEIntmIWuNUxiOlL, (int32_t param_0000be5f, MethodInfo * method)); DO_APP_FUNC(0x0203BE70, Vector3, TouchInteractable_hRwnkFeJXOQhXbRYkJZLWkSWRMCP, (int32_t param_0000be60, MethodInfo * method)); DO_APP_FUNC(0x0203C090, bool, TouchInteractable_RaMuzatiBIgXDcmzOKdRZNraCsOS, (int32_t param_0000be61, MethodInfo * method)); DO_APP_FUNC(0x0203C0A0, bool, TouchInteractable_AOfBEgQQEEiHQkYrtSGzOYETejqw, (int32_t param_0000be62, MethodInfo * method)); DO_APP_FUNC(0x0203C0C0, int32_t, TouchInteractable_gSuJlcHnkRLVLAxIgqYntivmldzX, (int32_t param_0000be63, MethodInfo * method)); DO_APP_FUNC(0x0203C200, bool, TouchInteractable_chMVrHoDMJGfZjZfljhRgcXXneILA, (TouchInteractable_MouseButtonFlags__Enum param_0000be64, int32_t param_0000be65, MethodInfo * method)); DO_APP_FUNC(0x0203C350, bool, TouchInteractable_KaHODPxdtNeCwSncyeLdPZWAgRBt, (TouchInteractable_MouseButtonFlags__Enum param_0000be66, int32_t param_0000be67, MethodInfo * method)); DO_APP_FUNC(0x0203C380, int32_t, TouchInteractable_vlgzYMcUBKEfCdpHXwcFWPhNTJAK, (int32_t param_0000be68, MethodInfo * method)); DO_APP_FUNC(0x0203C410, bool, TouchInteractable_fNqzazXinpUhtKPbbcgSRLRjOCMQ, (TouchInteractable_MouseButtonFlags__Enum param_0000be69, int32_t * param_0000be6a, MethodInfo * method)); DO_APP_FUNC(0x0203C480, bool, TouchInteractable_chMVrHoDMJGfZjZfljhRgcXXneILA_1, (int32_t param_0000be6b, TouchInteractable_MouseButtonFlags__Enum param_0000be6c, EventTriggerType__Enum param_0000be6d, MethodInfo * method)); DO_APP_FUNC(0x0203C650, bool, TouchInteractable_nGehpNmapMHqfyDAQhhxUlkFtomI, (TouchInteractable_MouseButtonFlags__Enum param_0000be6e, MethodInfo * method)); DO_APP_FUNC(0x0203C6D0, BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_Rewired_ComponentControls_TouchInteractable_IInteractionStateTransitionHandler_Rewired_ComponentControls_TouchInteractable_InteractionStateTransitionArgs_ *, TouchInteractable_lERpyoUiMCryncBKiXgcdMzqurUt, (MethodInfo * method)); DO_APP_FUNC(0x0203C920, void, TouchInteractable__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0203C9E0, void, TouchInteractable_JnAXhByrDejnRIvjfgNXGlfhptBfc, (TouchInteractable * __this, bool param_0000be6f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80B18, TouchInteractable_JnAXhByrDejnRIvjfgNXGlfhptBfc__MethodInfo); DO_APP_FUNC(0x0203C9F0, void, TouchInteractable_InteractionStateTransitionEventHandler__ctor, (TouchInteractable_InteractionStateTransitionEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x0203CA80, void, TouchInteractable_VisibilityChangedEventHandler__ctor, (TouchInteractable_VisibilityChangedEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, TouchInteractable *, TouchInteractable_InteractionStateTransitionArgs_get_sender, (TouchInteractable_InteractionStateTransitionArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, TouchInteractable_InteractionState__Enum, TouchInteractable_InteractionStateTransitionArgs_get_state, (TouchInteractable_InteractionStateTransitionArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA9C0, float, TouchInteractable_InteractionStateTransitionArgs_get_duration, (TouchInteractable_InteractionStateTransitionArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TouchInteractable_InteractionStateTransitionArgs__ctor, (TouchInteractable_InteractionStateTransitionArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x0203CAC0, void, TouchInteractable_InteractionStateTransitionArgs_kIkezWISFZiNZPpmTjWSviJqCHRq, (TouchInteractable_InteractionStateTransitionArgs * __this, TouchInteractable * param_0000be70, TouchInteractable_InteractionState__Enum param_0000be71, float param_0000be72, MethodInfo * method)); DO_APP_FUNC(0x0203CB30, void, TouchInteractable_KoeBubFjLenFWOGjupOOLMRwEyjk__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TouchInteractable_KoeBubFjLenFWOGjupOOLMRwEyjk__ctor, (TouchInteractable_KoeBubFjLenFWOGjupOOLMRwEyjk * __this, MethodInfo * method)); DO_APP_FUNC(0x0203CBE0, void, TouchInteractable_KoeBubFjLenFWOGjupOOLMRwEyjk_SUikyIgnRMbrCwzvfRXPrLnMwBCb, (TouchInteractable_KoeBubFjLenFWOGjupOOLMRwEyjk * __this, TouchInteractable_IInteractionStateTransitionHandler * param_0000be74, TouchInteractable_InteractionStateTransitionArgs * param_0000be75, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80940, TouchInteractable_KoeBubFjLenFWOGjupOOLMRwEyjk_SUikyIgnRMbrCwzvfRXPrLnMwBCb__MethodInfo); DO_APP_FUNC(0x00ACEE50, CustomControllerElementTargetSetForFloat *, TouchJoystick_get_horizontalAxisCustomControllerElement, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC820, CustomControllerElementTargetSetForFloat *, TouchJoystick_get_verticalAxisCustomControllerElement, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC890, CustomControllerElementTargetSetForBoolean *, TouchJoystick_get_tapCustomControllerElement, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC900, RectTransform *, TouchJoystick_get_stickTransform, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203CCA0, void, TouchJoystick_set_stickTransform, (TouchJoystick * __this, RectTransform * value, MethodInfo * method)); DO_APP_FUNC(0x01D76CC0, TouchJoystick_JoystickMode__Enum, TouchJoystick_get_joystickMode, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203CEA0, void, TouchJoystick_set_joystickMode, (TouchJoystick * __this, TouchJoystick_JoystickMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01CB49F0, float, TouchJoystick_get_digitalModeDeadZone, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203CEC0, void, TouchJoystick_set_digitalModeDeadZone, (TouchJoystick * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D6A910, float, TouchJoystick_get_stickRange, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203CF10, void, TouchJoystick_set_stickRange, (TouchJoystick * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x009EE1D0, bool, TouchJoystick_get_scaleStickRange, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0202FBF0, void, TouchJoystick_set_scaleStickRange, (TouchJoystick * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00422B10, TouchJoystick_StickBounds__Enum, TouchJoystick_gwHQmblPdEqSFhrCKAoPtAtvOurX, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203CF60, void, TouchJoystick_WOBvOpBtAJPEKlmrqetIidCaikDBA, (TouchJoystick * __this, TouchJoystick_StickBounds__Enum param_0000be7b, MethodInfo * method)); DO_APP_FUNC(0x00422B30, TouchJoystick_AxisDirection__Enum, TouchJoystick_get_axesToUse, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203CF80, void, TouchJoystick_set_axesToUse, (TouchJoystick * __this, TouchJoystick_AxisDirection__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01D6A940, TouchJoystick_SnapDirections__Enum, TouchJoystick_get_snapDirections, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203CFC0, void, TouchJoystick_set_snapDirections, (TouchJoystick * __this, TouchJoystick_SnapDirections__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0202FCD0, bool, TouchJoystick_get_snapStickToTouch, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203CFE0, void, TouchJoystick_set_snapStickToTouch, (TouchJoystick * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0203D000, bool, TouchJoystick_get_centerStickOnRelease, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203D010, void, TouchJoystick_set_centerStickOnRelease, (TouchJoystick * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0203D030, bool, TouchJoystick_get_activateOnSwipeIn, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203D040, void, TouchJoystick_set_activateOnSwipeIn, (TouchJoystick * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0203D060, bool, TouchJoystick_get_stayActiveOnSwipeOut, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203D190, void, TouchJoystick_set_stayActiveOnSwipeOut, (TouchJoystick * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0203D1B0, bool, TouchJoystick_get_allowTap, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203D1C0, void, TouchJoystick_set_allowTap, (TouchJoystick * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E1DC60, float, TouchJoystick_get_tapTimeout, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203D1E0, void, TouchJoystick_set_tapTimeout, (TouchJoystick * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CB7A30, int32_t, TouchJoystick_get_tapDistanceLimit, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203D210, void, TouchJoystick_set_tapDistanceLimit, (TouchJoystick * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00708760, TouchRegion *, TouchJoystick_get_touchRegion, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203D240, void, TouchJoystick_set_touchRegion, (TouchJoystick * __this, TouchRegion * value, MethodInfo * method)); DO_APP_FUNC(0x0203D440, bool, TouchJoystick_get_useTouchRegionOnly, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203D450, void, TouchJoystick_set_useTouchRegionOnly, (TouchJoystick * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0203D470, bool, TouchJoystick_get_moveToTouchPosition, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203D480, void, TouchJoystick_set_moveToTouchPosition, (TouchJoystick * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0203D4A0, bool, TouchJoystick_get_returnOnRelease, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203D4B0, void, TouchJoystick_set_returnOnRelease, (TouchJoystick * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0203D4D0, bool, TouchJoystick_get_followTouchPosition, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203D4E0, void, TouchJoystick_set_followTouchPosition, (TouchJoystick * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0203D500, bool, TouchJoystick_get_animateOnMoveToTouch, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203D510, void, TouchJoystick_set_animateOnMoveToTouch, (TouchJoystick * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0203D530, float, TouchJoystick_get_moveToTouchSpeed, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203D540, void, TouchJoystick_set_moveToTouchSpeed, (TouchJoystick * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D6A9F0, bool, TouchJoystick_get_animateOnReturn, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203D590, void, TouchJoystick_set_animateOnReturn, (TouchJoystick * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0203D5B0, float, TouchJoystick_get_returnSpeed, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203D5C0, void, TouchJoystick_set_returnSpeed, (TouchJoystick * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x007FD430, bool, TouchJoystick_get_manageRaycasting, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203D610, void, TouchJoystick_set_manageRaycasting, (TouchJoystick * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0203D670, AxisCalibration *, TouchJoystick_get_horizontalAxisCalibration, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203D6A0, AxisCalibration *, TouchJoystick_get_verticalAxisCalibration, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203D6D0, Axis2DCalibration *, TouchJoystick_get_deadZoneType, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203D6D0, Axis2DCalibration *, TouchJoystick_get_axis2DCalibration, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203D6F0, int32_t, TouchJoystick_get_pointerId, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203D700, void, TouchJoystick_set_pointerId, (TouchJoystick * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0203D710, bool, TouchJoystick_get_hasPointer, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203D720, bool, TouchJoystick_mJuChRJjKwEwoNOExNFSwvOyFMRc, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A180, StandaloneAxis2D *, TouchJoystick_YWcFSDoMgRHfCeJQTHxgmcoaSpAI, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203D780, Action_1_Rewired_ComponentControls_TouchJoystick_fYOgiAGPXEYioQpyMdUaGALkIoCKA_ *, TouchJoystick_OnyRDFUwklVyIVLyRmDMnkJQXXGg, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203D870, Action_1_Rewired_ComponentControls_TouchJoystick_fYOgiAGPXEYioQpyMdUaGALkIoCKA_ *, TouchJoystick_cyOVJXkPWuzuwKyrpjwSzTYKSNDc, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203D960, int32_t, TouchJoystick_qpRtlzScExIkXkkoYNKdlHDFyLvm, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203D990, RectTransform *, TouchJoystick_CBbCcAHsZwDbCznSNpZfyiYvBXSW, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203DAE0, float, TouchJoystick_VBZMVprYCSBfbrJtyaLIWcoKgfZp, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203DFF0, void, TouchJoystick_add_ValueChangedEvent, (TouchJoystick * __this, UnityAction_1_UnityEngine_Vector2_ * value, MethodInfo * method)); DO_APP_FUNC(0x0203E050, void, TouchJoystick_remove_ValueChangedEvent, (TouchJoystick * __this, UnityAction_1_UnityEngine_Vector2_ * value, MethodInfo * method)); DO_APP_FUNC(0x0203E0E0, void, TouchJoystick_add_StickPositionChangedEvent, (TouchJoystick * __this, UnityAction_1_UnityEngine_Vector2_ * value, MethodInfo * method)); DO_APP_FUNC(0x0203E140, void, TouchJoystick_remove_StickPositionChangedEvent, (TouchJoystick * __this, UnityAction_1_UnityEngine_Vector2_ * value, MethodInfo * method)); DO_APP_FUNC(0x0203E1D0, void, TouchJoystick_add_TouchDownEvent, (TouchJoystick * __this, UnityAction * value, MethodInfo * method)); DO_APP_FUNC(0x0203E200, void, TouchJoystick_remove_TouchDownEvent, (TouchJoystick * __this, UnityAction * value, MethodInfo * method)); DO_APP_FUNC(0x0203E260, void, TouchJoystick_add_TouchUpEvent, (TouchJoystick * __this, UnityAction * value, MethodInfo * method)); DO_APP_FUNC(0x0203E290, void, TouchJoystick_remove_TouchUpEvent, (TouchJoystick * __this, UnityAction * value, MethodInfo * method)); DO_APP_FUNC(0x0203E2F0, void, TouchJoystick_add_TapEvent, (TouchJoystick * __this, UnityAction * value, MethodInfo * method)); DO_APP_FUNC(0x0203E320, void, TouchJoystick_remove_TapEvent, (TouchJoystick * __this, UnityAction * value, MethodInfo * method)); DO_APP_FUNC(0x0203E380, void, TouchJoystick__ctor, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203EB10, Vector2, TouchJoystick_GetValue, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203EBA0, Vector2, TouchJoystick_GetRawValue, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203EC30, void, TouchJoystick_SetRawValue, (TouchJoystick * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x0203EE40, void, TouchJoystick_SetDefaultPosition, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203EEE0, void, TouchJoystick_gCKVIbuSzNbQMKgLMWLrAvGSACHDA, (TouchJoystick * __this, Vector2 param_0000be9b, MethodInfo * method)); DO_APP_FUNC(0x0203EEF0, void, TouchJoystick_ReturnToDefaultPosition, (TouchJoystick * __this, bool instant, MethodInfo * method)); DO_APP_FUNC(0x0203EF60, void, TouchJoystick_ReturnToDefaultPosition_1, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203EFC0, void, TouchJoystick_Awake, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203F200, void, TouchJoystick_OnEnable, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203F230, void, TouchJoystick_OnDisable, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203F280, void, TouchJoystick_OnValidate, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203F2C0, void, TouchJoystick_bvuJmnqUwayyDafnxDLSclDQIjuB, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203F410, bool, TouchJoystick_VvqQzESJPzkjbJimHjgiTnSWPvhL, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203F5F0, void, TouchJoystick_VepABBWNzzdzJIXbGFLkFTmAGHfnA, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203F750, void, TouchJoystick_GraKEfRJFxaCZMLFBEgoEZDuXjJK, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203F8D0, void, TouchJoystick_nBXEmCutWdCjkKrBSKggubfowpYiA, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203FA50, void, TouchJoystick_nPoczuNddBNeGhTiwbxroKfVDJgW, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203FAC0, void, TouchJoystick_JryJiJlFEvvYTCDwgQvJTGTeEIHKA, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203FC60, void, TouchJoystick_sWaGPBiEYqeWhmHzqWvfbIrEgrLQA, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x0203FF50, void, TouchJoystick_ClearValue, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x02040020, bool, TouchJoystick_HdeWVqPIPKCrTfjkHrsyahzlqWmab, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x02040090, bool, TouchJoystick_GoKACxPYktbxGiDsuxGsfinXXwZG, (TouchJoystick * __this, GameObject * param_0000be9d, MethodInfo * method)); DO_APP_FUNC(0x020403A0, void, TouchJoystick_OQKGYjLUWARTaYBcaxBgXuzHpZyr, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x02040420, void, TouchJoystick_CpGHUZCMMnMDJGbCxQhmafNPIHJR, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x020404C0, bool, TouchJoystick_ylEwafHhXIcTIgfPctrigHSrFEHiA, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x020405E0, void, TouchJoystick_VgOgWnAVLnxeejuYtnsXGepivVZAc, (TouchJoystick * __this, TouchRegion * param_0000be9e, MethodInfo * method)); DO_APP_FUNC(0x02040A80, void, TouchJoystick_JmNtDDHTJdswAkhzeRsvndbpfStt, (TouchJoystick * __this, TouchRegion * param_0000be9f, MethodInfo * method)); DO_APP_FUNC(0x02041030, void, TouchJoystick_mRgTEPGbXcEVzikdvklGaKxqlBtd, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x02041250, void, TouchJoystick_HnsaKtVKUlQOJpPAWEdAyQETEuco, (TouchJoystick * __this, Vector2 param_0000bea0, bool param_0000bea1, float param_0000bea2, TouchJoystick_fYOgiAGPXEYioQpyMdUaGALkIoCKA__Enum param_0000bea3, MethodInfo * method)); DO_APP_FUNC(0x02041550, void, TouchJoystick_JCUNjQJCccvhaBXZPjDULQboMINo, (TouchJoystick * __this, Vector2 param_0000bea4, PositionType__Enum param_0000bea5, bool param_0000bea6, float param_0000bea7, TouchJoystick_fYOgiAGPXEYioQpyMdUaGALkIoCKA__Enum param_0000bea8, MethodInfo * method)); DO_APP_FUNC(0x02041D10, IEnumerator *, TouchJoystick_RSXiXJaRgNFeqPynlcuGjNybgsWK, (TouchJoystick * __this, Vector2 param_0000bea9, PositionType__Enum param_0000beaa, float param_0000beab, TouchJoystick_fYOgiAGPXEYioQpyMdUaGALkIoCKA__Enum param_0000beac, MethodInfo * method)); DO_APP_FUNC(0x02041E00, void, TouchJoystick_tKISLnvXbLIFiGaneTNBffnIxnLt, (TouchJoystick * __this, TouchJoystick_fYOgiAGPXEYioQpyMdUaGALkIoCKA__Enum param_0000bead, Vector2 param_0000beae, PositionType__Enum param_0000beaf, MethodInfo * method)); DO_APP_FUNC(0x02041F70, void, TouchJoystick_vZwcmPxpMgFozCgUFnXGicUOUBjhA, (TouchJoystick * __this, TouchJoystick_fYOgiAGPXEYioQpyMdUaGALkIoCKA__Enum param_0000beb0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80988, TouchJoystick_vZwcmPxpMgFozCgUFnXGicUOUBjhA__MethodInfo); DO_APP_FUNC(0x02042140, void, TouchJoystick_opRnKnHwopwAVnWoHfIjQhdhOSsS, (TouchJoystick * __this, TouchJoystick_fYOgiAGPXEYioQpyMdUaGALkIoCKA__Enum param_0000beb1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80958, TouchJoystick_opRnKnHwopwAVnWoHfIjQhdhOSsS__MethodInfo); DO_APP_FUNC(0x02042320, void, TouchJoystick_LJumOqAZUhLtiXnGhUsFythDZDYF, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x020423B0, void, TouchJoystick_wCIfESUNZcwoTUlLQysFLlZSaeifA, (TouchJoystick * __this, int32_t param_0000beb2, Vector2 param_0000beb3, PositionType__Enum param_0000beb4, MethodInfo * method)); DO_APP_FUNC(0x020424F0, void, TouchJoystick_FQpJtUcjnQRqiINXeBmmkjwsEUmPA, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x02042940, void, TouchJoystick_CsCgFroCZEkwvYDeTjBaBPWnJDIdA, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x02042A70, void, TouchJoystick_uolPRwAXbFrlRbuEnljJTphJhKmb, (TouchJoystick * __this, Vector2 * param_0000beb5, MethodInfo * method)); DO_APP_FUNC(0x02042B10, bool, TouchJoystick_ztJTBPiVCepvHGxiSjuqljodFEzM, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x02042C40, void, TouchJoystick_TWQVAKzrAxsJORydHKkRAmMGeQEx, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x02042C60, bool, TouchJoystick_yJDkGmqDGgQMWZBPHoCADHclpmri, (TouchJoystick * __this, int32_t param_0000beb6, MethodInfo * method)); DO_APP_FUNC(0x02042D00, PointerEventData *, TouchJoystick_OiJQXmCWwgfialjxRYEjrOradfQDA, (TouchJoystick * __this, int32_t param_0000beb7, GameObject * param_0000beb8, MethodInfo * method)); DO_APP_FUNC(0x02043310, PointerEventData *, TouchJoystick_FhpeiLqREthPRTGgvkYUEferdhES, (TouchJoystick * __this, int32_t param_0000beb9, GameObject * param_0000beba, MethodInfo * method)); DO_APP_FUNC(0x020434C0, PointerEventData *, TouchJoystick_JCDaiDnrHFVuFvhMEnLZvAkFKQnj, (TouchJoystick * __this, int32_t param_0000bebb, MethodInfo * method)); DO_APP_FUNC(0x02043620, void, TouchJoystick_fXjhbVsnVfQVYbostVLwgrhNQMGj, (TouchJoystick * __this, PointerEventData * param_0000bebc, MethodInfo * method)); DO_APP_FUNC(0x02043690, void, TouchJoystick_axRMnbkazgjkQLCjFbVqqVnPbQC, (TouchJoystick * __this, PointerEventData * param_0000bebd, TouchJoystick_eeVAFWSAseCXcaRIjHWwGPdAyvBB__Enum param_0000bebe, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C806D8, TouchJoystick_axRMnbkazgjkQLCjFbVqqVnPbQC__MethodInfo); DO_APP_FUNC(0x020437F0, PointerEventData *, TouchJoystick_lNsvKLlGIzhZXEiIITXbPMcTNqeoA, (TouchJoystick * __this, int32_t param_0000bebf, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C806E0, TouchJoystick_lNsvKLlGIzhZXEiIITXbPMcTNqeoA__MethodInfo); DO_APP_FUNC(0x02043AC0, void, TouchJoystick_kQHfZASRTZaeRkVLqPuMtBflmIkhb, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x02043BE0, void, TouchJoystick_yBxBGoXCHzdxwIGZYVJFaiMKevHJ, (TouchJoystick * __this, TouchJoystick_AxisDirection__Enum param_0000bec0, MethodInfo * method)); DO_APP_FUNC(0x02043E80, void, TouchJoystick_OTVNKAxHjnRKPFmHifdIhnOKdbjlA, (TouchJoystick * __this, PointerEventData * param_0000bec1, TouchJoystick_eeVAFWSAseCXcaRIjHWwGPdAyvBB__Enum param_0000bec2, MethodInfo * method)); DO_APP_FUNC(0x02043F80, void, TouchJoystick_fiJCOOEgExiMouVYKeojxlliJWWNA, (TouchJoystick * __this, PointerEventData * param_0000bec3, TouchJoystick_eeVAFWSAseCXcaRIjHWwGPdAyvBB__Enum param_0000bec4, MethodInfo * method)); DO_APP_FUNC(0x02044060, void, TouchJoystick_tQmflXIDOosPGnFhgKTfRvZuApBm, (TouchJoystick * __this, PointerEventData * param_0000bec5, TouchJoystick_eeVAFWSAseCXcaRIjHWwGPdAyvBB__Enum param_0000bec6, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C806D0, TouchJoystick_tQmflXIDOosPGnFhgKTfRvZuApBm__MethodInfo); DO_APP_FUNC(0x02044370, void, TouchJoystick_NQxouavlsKqkLZGuEXIRrIlYwnsA, (TouchJoystick * __this, PointerEventData * param_0000bec7, TouchJoystick_eeVAFWSAseCXcaRIjHWwGPdAyvBB__Enum param_0000bec8, MethodInfo * method)); DO_APP_FUNC(0x02044480, void, TouchJoystick_UoAUtotVsKUPFesTwYxIPeNVmFCA, (TouchJoystick * __this, PointerEventData * param_0000bec9, TouchJoystick_eeVAFWSAseCXcaRIjHWwGPdAyvBB__Enum param_0000beca, MethodInfo * method)); DO_APP_FUNC(0x02044520, void, TouchJoystick_zPHHJCSnmrtYeYdHfMLtvWDBAlhF, (TouchJoystick * __this, PointerEventData * param_0000becb, TouchJoystick_eeVAFWSAseCXcaRIjHWwGPdAyvBB__Enum param_0000becc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C806E8, TouchJoystick_zPHHJCSnmrtYeYdHfMLtvWDBAlhF__MethodInfo); DO_APP_FUNC(0x02044B40, void, TouchJoystick_dBHFkYOTQpBIAJWkNvVIwRcxwqJj, (TouchJoystick * __this, PointerEventData * param_0000becd, TouchJoystick_eeVAFWSAseCXcaRIjHWwGPdAyvBB__Enum param_0000bece, MethodInfo * method)); DO_APP_FUNC(0x02044BE0, void, TouchJoystick_jZfiuoeXkWcWXOYdDvvrKicNPBFo, (TouchJoystick * __this, int32_t param_0000becf, Vector2 param_0000bed0, TouchJoystick_eeVAFWSAseCXcaRIjHWwGPdAyvBB__Enum param_0000bed1, MethodInfo * method)); DO_APP_FUNC(0x02045070, void, TouchJoystick_yrEHnEaFNGPbTdriTppZJfTlalOFA, (TouchJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x020452D0, void, TouchJoystick_slhjLcENVZpzhrSwhCUrAzzUCjZC, (TouchJoystick * __this, PointerEventData * param_0000bed2, MethodInfo * method)); DO_APP_FUNC(0x02045460, void, TouchJoystick_LirWQbijOOskvbRknquYbJkJSvNF, (TouchJoystick * __this, PointerEventData * param_0000bed3, MethodInfo * method)); DO_APP_FUNC(0x020455F0, void, TouchJoystick_BLqtVFFjNmlxAVboJGOKgUrsxRSnA, (TouchJoystick * __this, PointerEventData * param_0000bed4, MethodInfo * method)); DO_APP_FUNC(0x02045780, void, TouchJoystick_gyGTVLujDUcfwGFuNKBfDprPnuuiA, (TouchJoystick * __this, PointerEventData * param_0000bed5, MethodInfo * method)); DO_APP_FUNC(0x02045910, void, TouchJoystick_qhonccRBpuOAMNdshIeSePlEMqKD, (TouchJoystick * __this, PointerEventData * param_0000bed6, MethodInfo * method)); DO_APP_FUNC(0x02045B00, void, TouchJoystick_bFXaduURAfHnCJGmugGzYvuhnzWi, (TouchJoystick * __this, PointerEventData * param_0000bed7, MethodInfo * method)); DO_APP_FUNC(0x02045C90, void, TouchJoystick_btvWWpxgciTPORTdvOPyBUIFeqnr, (TouchJoystick * __this, PointerEventData * param_0000bed8, MethodInfo * method)); DO_APP_FUNC(0x02045E80, void, TouchJoystick_LkubzBbVjHGoeHQSjEfiLDtgIzFNE, (TouchJoystick * __this, PointerEventData * param_0000bed9, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C807A0, TouchJoystick_LkubzBbVjHGoeHQSjEfiLDtgIzFNE__MethodInfo); DO_APP_FUNC(0x02045F40, void, TouchJoystick_mTaFgGIhgQcSvbUjWKOcQulfeEJt, (TouchJoystick * __this, PointerEventData * param_0000beda, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80790, TouchJoystick_mTaFgGIhgQcSvbUjWKOcQulfeEJt__MethodInfo); DO_APP_FUNC(0x02046000, void, TouchJoystick_oAsWxeDPnikGPHdsWJRZvrWFTeff, (TouchJoystick * __this, PointerEventData * param_0000bedb, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80788, TouchJoystick_oAsWxeDPnikGPHdsWJRZvrWFTeff__MethodInfo); DO_APP_FUNC(0x020460B0, void, TouchJoystick_bbhCuPhKxptFYIHHBNRCtBzQnVHiA, (TouchJoystick * __this, PointerEventData * param_0000bedc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C807B8, TouchJoystick_bbhCuPhKxptFYIHHBNRCtBzQnVHiA__MethodInfo); DO_APP_FUNC(0x02046170, void, TouchJoystick_mClMPErokVYYIpuKSICQdJOQaAIdA, (TouchJoystick * __this, PointerEventData * param_0000bedd, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C807B0, TouchJoystick_mClMPErokVYYIpuKSICQdJOQaAIdA__MethodInfo); DO_APP_FUNC(0x02046290, void, TouchJoystick_CNVUXfloQFrsaqmkosqIPUyKdTpc, (TouchJoystick * __this, PointerEventData * param_0000bede, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C807C0, TouchJoystick_CNVUXfloQFrsaqmkosqIPUyKdTpc__MethodInfo); DO_APP_FUNC(0x02046350, void, TouchJoystick_PyTakAERYHHUkXtlecxsWOenpnoQ, (TouchJoystick * __this, PointerEventData * param_0000bedf, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80798, TouchJoystick_PyTakAERYHHUkXtlecxsWOenpnoQ__MethodInfo); DO_APP_FUNC(0x02046470, void, TouchJoystick_WFAiROsqULgsiDCBEOIDSgGVpWADb, (TouchJoystick * __this, Vector2 param_0000bee0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80768, TouchJoystick_WFAiROsqULgsiDCBEOIDSgGVpWADb__MethodInfo); DO_APP_FUNC(0x02046B70, BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_Rewired_ComponentControls_TouchJoystick_IValueChangedHandler_UnityEngine_Vector2_ *, TouchJoystick_FepaHEJgzLMnNaaAmxkoSFNWTDEd, (MethodInfo * method)); DO_APP_FUNC(0x02046D70, BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_Rewired_ComponentControls_TouchJoystick_IStickPositionChangedHandler_UnityEngine_Vector2_ *, TouchJoystick_wdwvnwlaANXAJTjSedwjmkecjIzU, (MethodInfo * method)); DO_APP_FUNC(0x02046F80, void, TouchJoystick_ValueChangedEventHandler__ctor, (TouchJoystick_ValueChangedEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02046FC0, void, TouchJoystick_StickPositionChangedEventHandler__ctor, (TouchJoystick_StickPositionChangedEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, TouchJoystick_TapEventHandler__ctor, (TouchJoystick_TapEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, TouchJoystick_TouchStartedEventHandler__ctor, (TouchJoystick_TouchStartedEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, TouchJoystick_TouchEndedEventHandler__ctor, (TouchJoystick_TouchEndedEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02047000, void, TouchJoystick_LuDCVlFbsGoXSwtLpZgQhCwRLyOOA__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TouchJoystick_LuDCVlFbsGoXSwtLpZgQhCwRLyOOA__ctor, (TouchJoystick_LuDCVlFbsGoXSwtLpZgQhCwRLyOOA * __this, MethodInfo * method)); DO_APP_FUNC(0x020470B0, void, TouchJoystick_LuDCVlFbsGoXSwtLpZgQhCwRLyOOA_WZglSbFblnhnTNvQtBxXEXZjWMuoA, (TouchJoystick_LuDCVlFbsGoXSwtLpZgQhCwRLyOOA * __this, TouchJoystick_IValueChangedHandler * param_0000bee3, Vector2 param_0000bee4, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C806B0, TouchJoystick_LuDCVlFbsGoXSwtLpZgQhCwRLyOOA_WZglSbFblnhnTNvQtBxXEXZjWMuoA__MethodInfo); DO_APP_FUNC(0x02047110, void, TouchJoystick_LuDCVlFbsGoXSwtLpZgQhCwRLyOOA_twbcwRBXziRMPxQqFChyenAhzrbgA, (TouchJoystick_LuDCVlFbsGoXSwtLpZgQhCwRLyOOA * __this, TouchJoystick_IStickPositionChangedHandler * param_0000bee5, Vector2 param_0000bee6, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80690, TouchJoystick_LuDCVlFbsGoXSwtLpZgQhCwRLyOOA_twbcwRBXziRMPxQqFChyenAhzrbgA__MethodInfo); DO_APP_FUNC(0x003BAD60, void, TouchJoystick_nRtKRFCJzLicaOaQLEgGAHTRJIqvA__ctor, (TouchJoystick_nRtKRFCJzLicaOaQLEgGAHTRJIqvA * __this, int32_t param_0000bee7, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TouchJoystick_nRtKRFCJzLicaOaQLEgGAHTRJIqvA_System_IDisposable_Dispose, (TouchJoystick_nRtKRFCJzLicaOaQLEgGAHTRJIqvA * __this, MethodInfo * method)); DO_APP_FUNC(0x02047170, bool, TouchJoystick_nRtKRFCJzLicaOaQLEgGAHTRJIqvA_MoveNext, (TouchJoystick_nRtKRFCJzLicaOaQLEgGAHTRJIqvA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TouchJoystick_nRtKRFCJzLicaOaQLEgGAHTRJIqvA_System_Collections_Generic_IEnumerator_System_Object__get_Current, (TouchJoystick_nRtKRFCJzLicaOaQLEgGAHTRJIqvA * __this, MethodInfo * method)); DO_APP_FUNC(0x02047460, void, TouchJoystick_nRtKRFCJzLicaOaQLEgGAHTRJIqvA_System_Collections_IEnumerator_Reset, (TouchJoystick_nRtKRFCJzLicaOaQLEgGAHTRJIqvA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82E00, TouchJoystick_nRtKRFCJzLicaOaQLEgGAHTRJIqvA_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, TouchJoystick_nRtKRFCJzLicaOaQLEgGAHTRJIqvA_System_Collections_IEnumerator_get_Current, (TouchJoystick_nRtKRFCJzLicaOaQLEgGAHTRJIqvA * __this, MethodInfo * method)); DO_APP_FUNC(0x020474B0, void, TouchPad_add_ValueChangedEvent, (TouchPad * __this, UnityAction_1_UnityEngine_Vector2_ * value, MethodInfo * method)); DO_APP_FUNC(0x02047510, void, TouchPad_remove_ValueChangedEvent, (TouchPad * __this, UnityAction_1_UnityEngine_Vector2_ * value, MethodInfo * method)); DO_APP_FUNC(0x020475A0, void, TouchPad_add_TapEvent, (TouchPad * __this, UnityAction * value, MethodInfo * method)); DO_APP_FUNC(0x020475D0, void, TouchPad_remove_TapEvent, (TouchPad * __this, UnityAction * value, MethodInfo * method)); DO_APP_FUNC(0x02047630, void, TouchPad_add_PressDownEvent, (TouchPad * __this, UnityAction * value, MethodInfo * method)); DO_APP_FUNC(0x02047660, void, TouchPad_remove_PressDownEvent, (TouchPad * __this, UnityAction * value, MethodInfo * method)); DO_APP_FUNC(0x020476C0, void, TouchPad_add_PressUpEvent, (TouchPad * __this, UnityAction * value, MethodInfo * method)); DO_APP_FUNC(0x020476F0, void, TouchPad_remove_PressUpEvent, (TouchPad * __this, UnityAction * value, MethodInfo * method)); DO_APP_FUNC(0x00ACEE50, CustomControllerElementTargetSetForFloat *, TouchPad_get_horizontalAxisCustomControllerElement, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC820, CustomControllerElementTargetSetForFloat *, TouchPad_get_verticalAxisCustomControllerElement, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC890, CustomControllerElementTargetSetForBoolean *, TouchPad_get_tapCustomControllerElement, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC900, CustomControllerElementTargetSetForBoolean *, TouchPad_get_pressCustomControllerElement, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x01D76CC0, TouchPad_AxisDirection__Enum, TouchPad_get_axesToUse, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x02047750, void, TouchPad_set_axesToUse, (TouchPad * __this, TouchPad_AxisDirection__Enum value, MethodInfo * method)); DO_APP_FUNC(0x005EE920, TouchPad_TouchPadMode__Enum, TouchPad_get_touchPadMode, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x02047790, void, TouchPad_set_touchPadMode, (TouchPad * __this, TouchPad_TouchPadMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01E1DC30, TouchPad_ValueFormat__Enum, TouchPad_get_valueFormat, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x020477B0, void, TouchPad_set_valueFormat, (TouchPad * __this, TouchPad_ValueFormat__Enum value, MethodInfo * method)); DO_APP_FUNC(0x009EE1D0, bool, TouchPad_get_useInertia, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x0202FBF0, void, TouchPad_set_useInertia, (TouchPad * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01CB4A80, float, TouchPad_get_inertiaFriction, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x020477D0, void, TouchPad_set_inertiaFriction, (TouchPad * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x005E77F0, bool, TouchPad_get_activateOnSwipeIn, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x0202FC60, void, TouchPad_set_activateOnSwipeIn, (TouchPad * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02047800, bool, TouchPad_get_stayActiveOnSwipeOut, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x02047810, void, TouchPad_set_stayActiveOnSwipeOut, (TouchPad * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02047830, bool, TouchPad_get_allowTap, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x02047840, void, TouchPad_set_allowTap, (TouchPad * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D3A160, float, TouchPad_get_tapTimeout, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x02047860, void, TouchPad_set_tapTimeout, (TouchPad * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02047890, int32_t, TouchPad_get_tapDistanceLimit, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x020478A0, void, TouchPad_set_tapDistanceLimit, (TouchPad * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0098B950, bool, TouchPad_get_allowPress, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x020478D0, void, TouchPad_set_allowPress, (TouchPad * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DB8170, float, TouchPad_get_pressStartDelay, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x020478F0, void, TouchPad_set_pressStartDelay, (TouchPad * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x007086B0, int32_t, TouchPad_get_pressDistanceLimit, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x02047930, void, TouchPad_set_pressDistanceLimit, (TouchPad * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02047960, bool, TouchPad_get_hideAtRuntime, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x02047970, void, TouchPad_set_hideAtRuntime, (TouchPad * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x020479A0, int32_t, TouchPad_get_pointerId, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x020479B0, void, TouchPad_set_pointerId, (TouchPad * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x020479C0, bool, TouchPad_get_hasPointer, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x020479D0, Vector2, TouchPad_get_touchStartPosition, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x02047A50, Vector2, TouchPad_get_touchPosition, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x02047B90, AxisCalibration *, TouchPad_get_horizontalAxisCalibration, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x02047BC0, AxisCalibration *, TouchPad_get_verticalAxisCalibration, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x02047BF0, Axis2DCalibration *, TouchPad_get_axis2DCalibration, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x007086F0, StandaloneAxis2D *, TouchPad_YWcFSDoMgRHfCeJQTHxgmcoaSpAI, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x02047C10, int32_t, TouchPad_qpRtlzScExIkXkkoYNKdlHDFyLvm, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x02047C40, bool, TouchPad_mJuChRJjKwEwoNOExNFSwvOyFMRc, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x02047CA0, void, TouchPad__ctor, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x02048550, void, TouchPad_Awake, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x020485E0, void, TouchPad_OnValidate, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x02048620, bool, TouchPad_VvqQzESJPzkjbJimHjgiTnSWPvhL, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x02048670, void, TouchPad_bvuJmnqUwayyDafnxDLSclDQIjuB, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x02048AB0, void, TouchPad_VepABBWNzzdzJIXbGFLkFTmAGHfnA, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x02048C50, void, TouchPad_nPoczuNddBNeGhTiwbxroKfVDJgW, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x02048CC0, void, TouchPad_JryJiJlFEvvYTCDwgQvJTGTeEIHKA, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x02048DD0, void, TouchPad_ClearValue, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x02048EA0, void, TouchPad_OQKGYjLUWARTaYBcaxBgXuzHpZyr, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x02048F30, void, TouchPad_kQHfZASRTZaeRkVLqPuMtBflmIkhb, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x02049080, void, TouchPad_yBxBGoXCHzdxwIGZYVJFaiMKevHJ, (TouchPad * __this, TouchPad_AxisDirection__Enum param_0000beff, MethodInfo * method)); DO_APP_FUNC(0x02049170, void, TouchPad_FQpJtUcjnQRqiINXeBmmkjwsEUmPA, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x02049340, void, TouchPad_KuEdRUFGIMFmdOAKghbYrunWAyAi, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x02049A50, void, TouchPad_LYGelzpbTVvjWPoKOCOCNdTxVbeD, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x02049B90, void, TouchPad_CsCgFroCZEkwvYDeTjBaBPWnJDIdA, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x02049D80, void, TouchPad_uolPRwAXbFrlRbuEnljJTphJhKmb, (TouchPad * __this, Vector2 * param_0000bf00, MethodInfo * method)); DO_APP_FUNC(0x02049E20, void, TouchPad_ZilldvVVwigUANJentLHZMkKdaRy, (TouchPad * __this, Vector2 * param_0000bf01, MethodInfo * method)); DO_APP_FUNC(0x02049F00, void, TouchPad_EokhMLYMETfHuBAQrEZEvbTgynvAA, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x0204A050, Vector2, TouchPad_WHIgVYnCDLjuEFVdOxMKqWHBSXWFA, (TouchPad * __this, Vector2 param_0000bf02, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82DA0, TouchPad_WHIgVYnCDLjuEFVdOxMKqWHBSXWFA__MethodInfo); DO_APP_FUNC(0x0204A190, void, TouchPad_kgtdTKIfoRDmYEhBGDatyYmfRWFXb, (TouchPad * __this, bool param_0000bf03, MethodInfo * method)); DO_APP_FUNC(0x0204A1E0, void, TouchPad_OTVNKAxHjnRKPFmHifdIhnOKdbjlA, (TouchPad * __this, PointerEventData * param_0000bf04, MethodInfo * method)); DO_APP_FUNC(0x0204A380, void, TouchPad_fiJCOOEgExiMouVYKeojxlliJWWNA, (TouchPad * __this, PointerEventData * param_0000bf05, MethodInfo * method)); DO_APP_FUNC(0x0204A460, void, TouchPad_tQmflXIDOosPGnFhgKTfRvZuApBm, (TouchPad * __this, PointerEventData * param_0000bf06, MethodInfo * method)); DO_APP_FUNC(0x0204A6E0, void, TouchPad_NQxouavlsKqkLZGuEXIRrIlYwnsA, (TouchPad * __this, PointerEventData * param_0000bf07, MethodInfo * method)); DO_APP_FUNC(0x0204A7F0, void, TouchPad_jZfiuoeXkWcWXOYdDvvrKicNPBFo, (TouchPad * __this, int32_t param_0000bf08, Vector2 param_0000bf09, MethodInfo * method)); DO_APP_FUNC(0x0204A8C0, void, TouchPad_yrEHnEaFNGPbTdriTppZJfTlalOFA, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x0204AB60, void, TouchPad_OnPointerUp, (TouchPad * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0204ACA0, void, TouchPad_OnPointerDown, (TouchPad * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0204AD50, void, TouchPad_OnPointerEnter, (TouchPad * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0204ADF0, void, TouchPad_OnPointerExit, (TouchPad * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0204AF50, void, TouchPad_TWQVAKzrAxsJORydHKkRAmMGeQEx, (TouchPad * __this, MethodInfo * method)); DO_APP_FUNC(0x0204AF70, bool, TouchPad_yJDkGmqDGgQMWZBPHoCADHclpmri, (TouchPad * __this, int32_t param_0000bf0e, MethodInfo * method)); DO_APP_FUNC(0x0204B010, PointerEventData *, TouchPad_OiJQXmCWwgfialjxRYEjrOradfQDA, (TouchPad * __this, int32_t param_0000bf0f, GameObject * param_0000bf10, MethodInfo * method)); DO_APP_FUNC(0x0204B620, PointerEventData *, TouchPad_FhpeiLqREthPRTGgvkYUEferdhES, (TouchPad * __this, int32_t param_0000bf11, GameObject * param_0000bf12, MethodInfo * method)); DO_APP_FUNC(0x0204B7D0, PointerEventData *, TouchPad_JCDaiDnrHFVuFvhMEnLZvAkFKQnj, (TouchPad * __this, int32_t param_0000bf13, MethodInfo * method)); DO_APP_FUNC(0x0204B930, void, TouchPad_fXjhbVsnVfQVYbostVLwgrhNQMGj, (TouchPad * __this, PointerEventData * param_0000bf14, MethodInfo * method)); DO_APP_FUNC(0x0204BAD0, PointerEventData *, TouchPad_lNsvKLlGIzhZXEiIITXbPMcTNqeoA, (TouchPad * __this, int32_t param_0000bf15, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82C60, TouchPad_lNsvKLlGIzhZXEiIITXbPMcTNqeoA__MethodInfo); DO_APP_FUNC(0x0204BDA0, void, TouchPad_yiJyuDElAFOIrssaGqaEzDRoNSSI__ctor, (TouchPad_yiJyuDElAFOIrssaGqaEzDRoNSSI * __this, int32_t param_0000bf16, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82C40, TouchPad_yiJyuDElAFOIrssaGqaEzDRoNSSI__ctor__MethodInfo); DO_APP_FUNC(0x0204BF30, void, TouchPad_yiJyuDElAFOIrssaGqaEzDRoNSSI_ZoDbkNKFlXFxAHENCTiSSpvcgFGj, (TouchPad_yiJyuDElAFOIrssaGqaEzDRoNSSI * __this, float param_0000bf17, float param_0000bf18, MethodInfo * method)); DO_APP_FUNC(0x0204C020, Vector2, TouchPad_yiJyuDElAFOIrssaGqaEzDRoNSSI_TEoufXGDMWUEXEQXcidMxrbYHAls, (TouchPad_yiJyuDElAFOIrssaGqaEzDRoNSSI * __this, MethodInfo * method)); DO_APP_FUNC(0x0204C130, void, TouchPad_yiJyuDElAFOIrssaGqaEzDRoNSSI_LpBoCPCTBSvqzLdVHjgVlaymaFSJA, (TouchPad_yiJyuDElAFOIrssaGqaEzDRoNSSI * __this, MethodInfo * method)); DO_APP_FUNC(0x0204C150, int32_t, TouchPad_yiJyuDElAFOIrssaGqaEzDRoNSSI_pvTtBUqKuzEguJAZaZVYsXpocaIw, (int32_t param_0000bf19, int32_t param_0000bf1a, MethodInfo * method)); DO_APP_FUNC(0x0204C160, int32_t, TouchPad_yiJyuDElAFOIrssaGqaEzDRoNSSI_ElGPUvYFoqrhqaViXGUoWlKxYxqC, (TouchPad_yiJyuDElAFOIrssaGqaEzDRoNSSI * __this, int32_t param_0000bf1b, int32_t param_0000bf1c, MethodInfo * method)); DO_APP_FUNC(0x0204C170, bool, TouchPad_yiJyuDElAFOIrssaGqaEzDRoNSSI_AVcVnJdFXIllSHQUYuLIIhmOulvj, (uint32_t param_0000bf1d, uint32_t param_0000bf1e, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TouchPad_yiJyuDElAFOIrssaGqaEzDRoNSSI_HPUxaKnanRQyGfrcKFncJRVsbqNi__ctor, (TouchPad_yiJyuDElAFOIrssaGqaEzDRoNSSI_HPUxaKnanRQyGfrcKFncJRVsbqNi * __this, MethodInfo * method)); DO_APP_FUNC(0x0204C190, void, TouchPad_ValueChangedEventHandler__ctor, (TouchPad_ValueChangedEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, TouchPad_TapEventHandler__ctor, (TouchPad_TapEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, TouchPad_PressDownEventHandler__ctor, (TouchPad_PressDownEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, TouchPad_PressUpEventHandler__ctor, (TouchPad_PressUpEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB80C0, bool, TouchRegion_get_hideAtRuntime, (TouchRegion * __this, MethodInfo * method)); DO_APP_FUNC(0x0204C1D0, void, TouchRegion_set_hideAtRuntime, (TouchRegion * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0204C200, void, TouchRegion_add_PointerDownEvent, (TouchRegion * __this, UnityAction_1_UnityEngine_EventSystems_PointerEventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x0204C260, void, TouchRegion_remove_PointerDownEvent, (TouchRegion * __this, UnityAction_1_UnityEngine_EventSystems_PointerEventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x0204C2F0, void, TouchRegion_add_PointerUpEvent, (TouchRegion * __this, UnityAction_1_UnityEngine_EventSystems_PointerEventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x0204C350, void, TouchRegion_remove_PointerUpEvent, (TouchRegion * __this, UnityAction_1_UnityEngine_EventSystems_PointerEventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x0204C3E0, void, TouchRegion_add_PointerEnterEvent, (TouchRegion * __this, UnityAction_1_UnityEngine_EventSystems_PointerEventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x0204C440, void, TouchRegion_remove_PointerEnterEvent, (TouchRegion * __this, UnityAction_1_UnityEngine_EventSystems_PointerEventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x0204C4D0, void, TouchRegion_add_PointerExitEvent, (TouchRegion * __this, UnityAction_1_UnityEngine_EventSystems_PointerEventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x0204C530, void, TouchRegion_remove_PointerExitEvent, (TouchRegion * __this, UnityAction_1_UnityEngine_EventSystems_PointerEventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x0204C5C0, void, TouchRegion_add_BeginDragEvent, (TouchRegion * __this, UnityAction_1_UnityEngine_EventSystems_PointerEventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x0204C620, void, TouchRegion_remove_BeginDragEvent, (TouchRegion * __this, UnityAction_1_UnityEngine_EventSystems_PointerEventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x0204C6B0, void, TouchRegion_add_DragEvent, (TouchRegion * __this, UnityAction_1_UnityEngine_EventSystems_PointerEventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x0204C710, void, TouchRegion_remove_DragEvent, (TouchRegion * __this, UnityAction_1_UnityEngine_EventSystems_PointerEventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x0204C7A0, void, TouchRegion_add_EndDragEvent, (TouchRegion * __this, UnityAction_1_UnityEngine_EventSystems_PointerEventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x0204C800, void, TouchRegion_remove_EndDragEvent, (TouchRegion * __this, UnityAction_1_UnityEngine_EventSystems_PointerEventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x0204C890, void, TouchRegion__ctor, (TouchRegion * __this, MethodInfo * method)); DO_APP_FUNC(0x0204CDB0, void, TouchRegion_Awake, (TouchRegion * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TouchRegion_ClearValue, (TouchRegion * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TouchRegion_VepABBWNzzdzJIXbGFLkFTmAGHfnA, (TouchRegion * __this, MethodInfo * method)); DO_APP_FUNC(0x0204CE40, void, TouchRegion_LirWQbijOOskvbRknquYbJkJSvNF, (TouchRegion * __this, PointerEventData * param_0000bf2e, MethodInfo * method)); DO_APP_FUNC(0x0204CF70, void, TouchRegion_slhjLcENVZpzhrSwhCUrAzzUCjZC, (TouchRegion * __this, PointerEventData * param_0000bf2f, MethodInfo * method)); DO_APP_FUNC(0x0204D0A0, void, TouchRegion_BLqtVFFjNmlxAVboJGOKgUrsxRSnA, (TouchRegion * __this, PointerEventData * param_0000bf30, MethodInfo * method)); DO_APP_FUNC(0x0204D1D0, void, TouchRegion_gyGTVLujDUcfwGFuNKBfDprPnuuiA, (TouchRegion * __this, PointerEventData * param_0000bf31, MethodInfo * method)); DO_APP_FUNC(0x0204D300, void, TouchRegion_qhonccRBpuOAMNdshIeSePlEMqKD, (TouchRegion * __this, PointerEventData * param_0000bf32, MethodInfo * method)); DO_APP_FUNC(0x0204D470, void, TouchRegion_bFXaduURAfHnCJGmugGzYvuhnzWi, (TouchRegion * __this, PointerEventData * param_0000bf33, MethodInfo * method)); DO_APP_FUNC(0x0204D5E0, void, TouchRegion_btvWWpxgciTPORTdvOPyBUIFeqnr, (TouchRegion * __this, PointerEventData * param_0000bf34, MethodInfo * method)); DO_APP_FUNC(0x0204D750, void, TouchRegion_YdvvUWnxXbiWbgYXeOOWZQJRBtyt__ctor, (TouchRegion_YdvvUWnxXbiWbgYXeOOWZQJRBtyt * __this, MethodInfo * method)); DO_APP_FUNC(0x0204D790, void, TouchRegion_LgKzqYSYFUIYMAJkbrmKKIglqYnA__ctor, (TouchRegion_LgKzqYSYFUIYMAJkbrmKKIglqYnA * __this, MethodInfo * method)); DO_APP_FUNC(0x0204D7D0, void, TouchRegion_gAzfzCTiKwnBcGjvXdXnVsQAiabB__ctor, (TouchRegion_gAzfzCTiKwnBcGjvXdXnVsQAiabB * __this, MethodInfo * method)); DO_APP_FUNC(0x0204D810, void, TouchRegion_ImPhMIkatHfmBJVsADwAsnGUJuBS__ctor, (TouchRegion_ImPhMIkatHfmBJVsADwAsnGUJuBS * __this, MethodInfo * method)); DO_APP_FUNC(0x0204D850, void, TouchRegion_DCBeKSNJXEcFFIrIiuxjaolLuIzCA__ctor, (TouchRegion_DCBeKSNJXEcFFIrIiuxjaolLuIzCA * __this, MethodInfo * method)); DO_APP_FUNC(0x0204D890, void, TouchRegion_bUPfGCpSRwOCTWLtVmGCCAVHHNMK__ctor, (TouchRegion_bUPfGCpSRwOCTWLtVmGCCAVHHNMK * __this, MethodInfo * method)); DO_APP_FUNC(0x0204D8D0, void, TouchRegion_uVxIBmTrpuiJpibaFPwFylQvRiKv__ctor, (TouchRegion_uVxIBmTrpuiJpibaFPwFylQvRiKv * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, RotateAroundAxis_Speed__Enum, RotateAroundAxis_get_speed, (RotateAroundAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, RotateAroundAxis_set_speed, (RotateAroundAxis * __this, RotateAroundAxis_Speed__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CA9C0, float, RotateAroundAxis_get_slowRotationSpeed, (RotateAroundAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA9D0, void, RotateAroundAxis_set_slowRotationSpeed, (RotateAroundAxis * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, RotateAroundAxis_get_fastRotationSpeed, (RotateAroundAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA780, void, RotateAroundAxis_set_fastRotationSpeed, (RotateAroundAxis * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, RotateAroundAxis_RotationAxis__Enum, RotateAroundAxis_get_rotateAroundAxis, (RotateAroundAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, RotateAroundAxis_set_rotateAroundAxis, (RotateAroundAxis * __this, RotateAroundAxis_RotationAxis__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, Space__Enum, RotateAroundAxis_get_relativeTo, (RotateAroundAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, RotateAroundAxis_set_relativeTo, (RotateAroundAxis * __this, Space__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0041F540, bool, RotateAroundAxis_get_reverse, (RotateAroundAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F550, void, RotateAroundAxis_set_reverse, (RotateAroundAxis * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0204D910, void, RotateAroundAxis_Update, (RotateAroundAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x0204DAE0, Vector3, RotateAroundAxis_kIlAHOciYuyzrFdwEmjGshsjCbbc, (RotateAroundAxis_RotationAxis__Enum param_0000bf3b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82B30, RotateAroundAxis_kIlAHOciYuyzrFdwEmjGshsjCbbc__MethodInfo); DO_APP_FUNC(0x003BADD0, void, RotateAroundAxis_SetSpeed, (RotateAroundAxis * __this, RotateAroundAxis_Speed__Enum speed, MethodInfo * method)); DO_APP_FUNC(0x0204DB80, void, RotateAroundAxis_SetSpeed_1, (RotateAroundAxis * __this, int32_t speed, MethodInfo * method)); DO_APP_FUNC(0x0204DD10, void, RotateAroundAxis__ctor, (RotateAroundAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, TouchInteractableTransitioner_get_visible, (TouchInteractableTransitioner * __this, MethodInfo * method)); DO_APP_FUNC(0x0204DD70, void, TouchInteractableTransitioner_set_visible, (TouchInteractableTransitioner * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, TouchInteractable_TransitionTypeFlags__Enum, TouchInteractableTransitioner_get_transitionType, (TouchInteractableTransitioner * __this, MethodInfo * method)); DO_APP_FUNC(0x0204DD80, void, TouchInteractableTransitioner_set_transitionType, (TouchInteractableTransitioner * __this, TouchInteractable_TransitionTypeFlags__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0204DD90, ColorBlock, TouchInteractableTransitioner_get_transitionColorTint, (TouchInteractableTransitioner * __this, MethodInfo * method)); DO_APP_FUNC(0x0204DDD0, void, TouchInteractableTransitioner_set_transitionColorTint, (TouchInteractableTransitioner * __this, ColorBlock value, MethodInfo * method)); DO_APP_FUNC(0x0204DE10, SpriteState, TouchInteractableTransitioner_get_transitionSpriteState, (TouchInteractableTransitioner * __this, MethodInfo * method)); DO_APP_FUNC(0x0204DE30, void, TouchInteractableTransitioner_set_transitionSpriteState, (TouchInteractableTransitioner * __this, SpriteState value, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, AnimationTriggers *, TouchInteractableTransitioner_get_transitionAnimationTriggers, (TouchInteractableTransitioner * __this, MethodInfo * method)); DO_APP_FUNC(0x0204DEE0, void, TouchInteractableTransitioner_set_transitionAnimationTriggers, (TouchInteractableTransitioner * __this, AnimationTriggers * value, MethodInfo * method)); DO_APP_FUNC(0x00605860, Graphic *, TouchInteractableTransitioner_get_targetGraphic, (TouchInteractableTransitioner * __this, MethodInfo * method)); DO_APP_FUNC(0x0204DF50, void, TouchInteractableTransitioner_set_targetGraphic, (TouchInteractableTransitioner * __this, Graphic * value, MethodInfo * method)); DO_APP_FUNC(0x00604E40, bool, TouchInteractableTransitioner_get_syncFadeDurationWithTransitionEvent, (TouchInteractableTransitioner * __this, MethodInfo * method)); DO_APP_FUNC(0x0204E150, void, TouchInteractableTransitioner_set_syncFadeDurationWithTransitionEvent, (TouchInteractableTransitioner * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0185B6A0, bool, TouchInteractableTransitioner_get_syncColorTintWithTransitionEvent, (TouchInteractableTransitioner * __this, MethodInfo * method)); DO_APP_FUNC(0x0204E170, void, TouchInteractableTransitioner_set_syncColorTintWithTransitionEvent, (TouchInteractableTransitioner * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0204E190, Image *, TouchInteractableTransitioner_get_image, (TouchInteractableTransitioner * __this, MethodInfo * method)); DO_APP_FUNC(0x0204E220, void, TouchInteractableTransitioner_set_image, (TouchInteractableTransitioner * __this, Image * value, MethodInfo * method)); DO_APP_FUNC(0x0204E420, Animator *, TouchInteractableTransitioner_get_animator, (TouchInteractableTransitioner * __this, MethodInfo * method)); DO_APP_FUNC(0x0204E4B0, void, TouchInteractableTransitioner__ctor, (TouchInteractableTransitioner * __this, MethodInfo * method)); DO_APP_FUNC(0x0204E640, void, TouchInteractableTransitioner_Awake, (TouchInteractableTransitioner * __this, MethodInfo * method)); DO_APP_FUNC(0x0204E860, void, TouchInteractableTransitioner_OnEnable, (TouchInteractableTransitioner * __this, MethodInfo * method)); DO_APP_FUNC(0x0204E8D0, void, TouchInteractableTransitioner_OnDisable, (TouchInteractableTransitioner * __this, MethodInfo * method)); DO_APP_FUNC(0x0204E950, void, TouchInteractableTransitioner_OnValidate, (TouchInteractableTransitioner * __this, MethodInfo * method)); DO_APP_FUNC(0x0204EA50, void, TouchInteractableTransitioner_Reset, (TouchInteractableTransitioner * __this, MethodInfo * method)); DO_APP_FUNC(0x0204EB40, void, TouchInteractableTransitioner_OnCanvasGroupWasChanged, (TouchInteractableTransitioner * __this, MethodInfo * method)); DO_APP_FUNC(0x0204EB40, void, TouchInteractableTransitioner_OnAnimationPropertiesWereApplied, (TouchInteractableTransitioner * __this, MethodInfo * method)); DO_APP_FUNC(0x0204EB40, void, TouchInteractableTransitioner_nPoczuNddBNeGhTiwbxroKfVDJgW, (TouchInteractableTransitioner * __this, MethodInfo * method)); DO_APP_FUNC(0x0204EB50, void, TouchInteractableTransitioner_OQKGYjLUWARTaYBcaxBgXuzHpZyr, (TouchInteractableTransitioner * __this, MethodInfo * method)); DO_APP_FUNC(0x0204EBC0, void, TouchInteractableTransitioner_yZBfupIFKHXLurIaWdZiJYvklJCT, (TouchInteractableTransitioner * __this, bool param_0000bf47, MethodInfo * method)); DO_APP_FUNC(0x0204EBE0, void, TouchInteractableTransitioner_RBpunkTigdjXVBRySOUErPAmmXls, (TouchInteractableTransitioner * __this, bool param_0000bf48, bool param_0000bf49, MethodInfo * method)); DO_APP_FUNC(0x0204EBF0, bool, TouchInteractableTransitioner_anmhbNOOwpzGfmyxkcvdtLTZsPGj, (TouchInteractableTransitioner * __this, MethodInfo * method)); DO_APP_FUNC(0x0204E8D0, void, TouchInteractableTransitioner_gAUgKlHRdkwVsGJLIZlhwfzEIyDc, (TouchInteractableTransitioner * __this, MethodInfo * method)); DO_APP_FUNC(0x0204EC40, void, TouchInteractableTransitioner_RuFGgwcXInOkHGLqhKfQJLjHQPsP, (TouchInteractableTransitioner * __this, TouchInteractable_InteractionState__Enum param_0000bf4a, bool param_0000bf4b, MethodInfo * method)); DO_APP_FUNC(0x0204F020, void, TouchInteractableTransitioner_JzKBMsgFJRsvGrwsfcJHdSPCdyHub, (TouchInteractableTransitioner * __this, Color param_0000bf4c, bool param_0000bf4d, MethodInfo * method)); DO_APP_FUNC(0x0204F1C0, void, TouchInteractableTransitioner_OqbBOfjnDRzCDrAkZuqocltGmmccA, (TouchInteractableTransitioner * __this, Sprite * param_0000bf4e, MethodInfo * method)); DO_APP_FUNC(0x0204F300, void, TouchInteractableTransitioner_TGRVdGUfqOfRCpHiwHGqnBkDDEeT, (TouchInteractableTransitioner * __this, String * param_0000bf4f, MethodInfo * method)); DO_APP_FUNC(0x0204F640, void, TouchInteractableTransitioner_OnInteractionStateTransition, (TouchInteractableTransitioner * __this, TouchInteractable_InteractionStateTransitionArgs * args, MethodInfo * method)); DO_APP_FUNC(0x0204DD70, void, TouchInteractableTransitioner_OnVisibilityChanged, (TouchInteractableTransitioner * __this, bool state, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, TouchJoystickAngleIndicator_get_visible, (TouchJoystickAngleIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x0204F950, void, TouchJoystickAngleIndicator_set_visible, (TouchJoystickAngleIndicator * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF3A0, bool, TouchJoystickAngleIndicator_get_targetAngleFromRotation, (TouchJoystickAngleIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x0204F970, void, TouchJoystickAngleIndicator_set_targetAngleFromRotation, (TouchJoystickAngleIndicator * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0204F980, float, TouchJoystickAngleIndicator_get_targetAngle, (TouchJoystickAngleIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x0204FA70, void, TouchJoystickAngleIndicator_set_targetAngle, (TouchJoystickAngleIndicator * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, TouchJoystickAngleIndicator_get_fadeWithValue, (TouchJoystickAngleIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x0204FA90, void, TouchJoystickAngleIndicator_set_fadeWithValue, (TouchJoystickAngleIndicator * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00667070, bool, TouchJoystickAngleIndicator_get_fadeWithAngle, (TouchJoystickAngleIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x0204FAA0, void, TouchJoystickAngleIndicator_set_fadeWithAngle, (TouchJoystickAngleIndicator * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, TouchJoystickAngleIndicator_get_fadeRange, (TouchJoystickAngleIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x0204FAB0, void, TouchJoystickAngleIndicator_set_fadeRange, (TouchJoystickAngleIndicator * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0114D740, Color, TouchJoystickAngleIndicator_get_activeColor, (TouchJoystickAngleIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB03E0, void, TouchJoystickAngleIndicator_set_activeColor, (TouchJoystickAngleIndicator * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x012D0760, Color, TouchJoystickAngleIndicator_get_normalColor, (TouchJoystickAngleIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x0204FAD0, void, TouchJoystickAngleIndicator_set_normalColor, (TouchJoystickAngleIndicator * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x0204FAE0, Image *, TouchJoystickAngleIndicator_RkFqJnsVxioTJAfMtwFFXdmgMDXN, (TouchJoystickAngleIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x0204FB80, Sprite *, TouchJoystickAngleIndicator_LkbNbPPnoBBwGiVJSMykJmskSTiRA, (TouchJoystickAngleIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x0204FDB0, RectTransform *, TouchJoystickAngleIndicator_wWoCFcsHaZfFjkXjUcARqnmXznXNA, (TouchJoystickAngleIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x0204FE50, void, TouchJoystickAngleIndicator__ctor, (TouchJoystickAngleIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x0204FED0, bool, TouchJoystickAngleIndicator_SUiDlvCzyVDoLKSpRUgoPZICOqxY, (TouchJoystickAngleIndicator * __this, Vector2 * param_0000bf5a, MethodInfo * method)); DO_APP_FUNC(0x02050160, void, TouchJoystickAngleIndicator_Awake, (TouchJoystickAngleIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x020501D0, void, TouchJoystickAngleIndicator_OnEnable, (TouchJoystickAngleIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x02050250, void, TouchJoystickAngleIndicator_OnDisable, (TouchJoystickAngleIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x02050260, void, TouchJoystickAngleIndicator_OnValidate, (TouchJoystickAngleIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x020502B0, void, TouchJoystickAngleIndicator_OnTransformParentChanged, (TouchJoystickAngleIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x020502C0, void, TouchJoystickAngleIndicator_RBpunkTigdjXVBRySOUErPAmmXls, (TouchJoystickAngleIndicator * __this, bool param_0000bf5b, bool param_0000bf5c, MethodInfo * method)); DO_APP_FUNC(0x02050380, void, TouchJoystickAngleIndicator_RMBDFuVIUmKbORUxIeCCWdSYVabW, (TouchJoystickAngleIndicator * __this, Vector2 param_0000bf5d, MethodInfo * method)); DO_APP_FUNC(0x020507A0, void, TouchJoystickAngleIndicator_fafadVJWUzceehYDjWDZASphgdWFb, (TouchJoystickAngleIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x020507B0, void, TouchJoystickAngleIndicator_tGwvkCHfsBvdMVJDdObRnVRIeEwN, (TouchJoystickAngleIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TouchJoystickAngleIndicator_nPoczuNddBNeGhTiwbxroKfVDJgW, (TouchJoystickAngleIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x020507D0, void, TouchJoystickAngleIndicator_zZGXvReYiyStkdcXOcmmCfnWBIsB, (TouchJoystickAngleIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x02050920, void, TouchJoystickAngleIndicator_QRLtCtWvWwPpAjFSwkBitqoUaMIEA, (TouchJoystickAngleIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x02050A50, void, TouchJoystickAngleIndicator_OnVisibilityChanged, (TouchJoystickAngleIndicator * __this, bool state, MethodInfo * method)); DO_APP_FUNC(0x02050A60, void, TouchJoystickAngleIndicator_OnTouchJoystickStickPositionChanged, (TouchJoystickAngleIndicator * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02050BB0, void, TouchJoystickAngleIndicator_Rewired_ComponentControls_TouchJoystick_IStickPositionChangedHandler_OnStickPositionChanged, (TouchJoystickAngleIndicator * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, TouchJoystickRadialIndicator_get_scale, (TouchJoystickRadialIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x02050BC0, void, TouchJoystickRadialIndicator_set_scale, (TouchJoystickRadialIndicator * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF3A0, bool, TouchJoystickRadialIndicator_get_preserveSpriteAspectRatio, (TouchJoystickRadialIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x02050BD0, void, TouchJoystickRadialIndicator_set_preserveSpriteAspectRatio, (TouchJoystickRadialIndicator * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CA9C0, float, TouchJoystickRadialIndicator_get_scaleRatio, (TouchJoystickRadialIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x02050BE0, void, TouchJoystickRadialIndicator_set_scaleRatio, (TouchJoystickRadialIndicator * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, TouchJoystickRadialIndicator_get_aspectRatioX, (TouchJoystickRadialIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x02050C20, void, TouchJoystickRadialIndicator_set_aspectRatioX, (TouchJoystickRadialIndicator * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, TouchJoystickRadialIndicator_get_aspectRatioY, (TouchJoystickRadialIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x02050C60, void, TouchJoystickRadialIndicator_set_aspectRatioY, (TouchJoystickRadialIndicator * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB1A0, float, TouchJoystickRadialIndicator_get_offset, (TouchJoystickRadialIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x02050CA0, void, TouchJoystickRadialIndicator_set_offset, (TouchJoystickRadialIndicator * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02050CC0, RectTransform *, TouchJoystickRadialIndicator_wWoCFcsHaZfFjkXjUcARqnmXznXNA, (TouchJoystickRadialIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x02050D60, void, TouchJoystickRadialIndicator_Rewired_Utils_Interfaces_IRegistrar_Rewired_ComponentControls_Effects_TouchJoystickAngleIndicator__Register, (TouchJoystickRadialIndicator * __this, TouchJoystickAngleIndicator * registrant, MethodInfo * method)); DO_APP_FUNC(0x02050EE0, void, TouchJoystickRadialIndicator_Rewired_Utils_Interfaces_IRegistrar_Rewired_ComponentControls_Effects_TouchJoystickAngleIndicator__Deregister, (TouchJoystickRadialIndicator * __this, TouchJoystickAngleIndicator * registrant, MethodInfo * method)); DO_APP_FUNC(0x02051010, void, TouchJoystickRadialIndicator_Update, (TouchJoystickRadialIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x02051020, void, TouchJoystickRadialIndicator_OnValidate, (TouchJoystickRadialIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x02051010, void, TouchJoystickRadialIndicator_OnEnable, (TouchJoystickRadialIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x02051090, void, TouchJoystickRadialIndicator_OnDestroy, (TouchJoystickRadialIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x02051100, void, TouchJoystickRadialIndicator_XTFaXORqGQsytcvsfeDPUKMFrSIt, (TouchJoystickRadialIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x02051210, void, TouchJoystickRadialIndicator_RMBDFuVIUmKbORUxIeCCWdSYVabW, (TouchJoystickRadialIndicator * __this, TouchJoystickAngleIndicator * param_0000bf69, MethodInfo * method)); DO_APP_FUNC(0x02051010, void, TouchJoystickRadialIndicator_nPoczuNddBNeGhTiwbxroKfVDJgW, (TouchJoystickRadialIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x02051820, void, TouchJoystickRadialIndicator_qzDlPtiIoAStcIRqoMwDBYxfgiuF, (TouchJoystickRadialIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x02051AC0, void, TouchJoystickRadialIndicator__ctor, (TouchJoystickRadialIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x02051C60, void, TouchJoystickRadialIndicator__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003B93C0, CustomControllerElementSelector *, CustomControllerElementTarget_get_element, (CustomControllerElementTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, Pole__Enum, CustomControllerElementTarget_get_valueContribution, (CustomControllerElementTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, CustomControllerElementTarget_set_valueContribution, (CustomControllerElementTarget * __this, Pole__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, CustomControllerElementTarget_ValueRange__Enum, CustomControllerElementTarget_get_valueRange, (CustomControllerElementTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, CustomControllerElementTarget_set_valueRange, (CustomControllerElementTarget * __this, CustomControllerElementTarget_ValueRange__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, CustomControllerElementTarget_get_invert, (CustomControllerElementTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, CustomControllerElementTarget_set_invert, (CustomControllerElementTarget * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02051CB0, void, CustomControllerElementTarget__ctor, (CustomControllerElementTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x02051D70, void, CustomControllerElementTarget__ctor_1, (CustomControllerElementTarget * __this, CustomControllerElementSelector * param_0000bf6d, MethodInfo * method)); DO_APP_FUNC(0x02051EA0, void, CustomControllerElementTarget_ClearElementCaches, (CustomControllerElementTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CustomControllerElementTargetSet__ctor, (CustomControllerElementTargetSet * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, CustomControllerElementTarget *, CustomControllerElementTargetSetForBoolean_get_target, (CustomControllerElementTargetSetForBoolean * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, CustomControllerElementTargetSetForBoolean_get_targetCount, (CustomControllerElementTargetSetForBoolean * __this, MethodInfo * method)); DO_APP_FUNC(0x02051EC0, CustomControllerElementTarget *, CustomControllerElementTargetSetForBoolean_get_Item, (CustomControllerElementTargetSetForBoolean * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82A50, CustomControllerElementTargetSetForBoolean_get_Item__MethodInfo); DO_APP_FUNC(0x02051F20, void, CustomControllerElementTargetSetForBoolean__ctor, (CustomControllerElementTargetSetForBoolean * __this, MethodInfo * method)); DO_APP_FUNC(0x02052030, void, CustomControllerElementTargetSetForBoolean__ctor_1, (CustomControllerElementTargetSetForBoolean * __this, CustomControllerElementTarget * param_0000bf70, MethodInfo * method)); DO_APP_FUNC(0x020521B0, void, CustomControllerElementTargetSetForBoolean_ClearElementCaches, (CustomControllerElementTargetSetForBoolean * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, CustomControllerElementTargetSetForFloat_get_splitValue, (CustomControllerElementTargetSetForFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, CustomControllerElementTargetSetForFloat_set_splitValue, (CustomControllerElementTargetSetForFloat * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, CustomControllerElementTarget *, CustomControllerElementTargetSetForFloat_get_target, (CustomControllerElementTargetSetForFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, CustomControllerElementTarget *, CustomControllerElementTargetSetForFloat_get_positiveTarget, (CustomControllerElementTargetSetForFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, CustomControllerElementTarget *, CustomControllerElementTargetSetForFloat_get_negativeTarget, (CustomControllerElementTargetSetForFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x020521D0, int32_t, CustomControllerElementTargetSetForFloat_get_targetCount, (CustomControllerElementTargetSetForFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x020521E0, CustomControllerElementTarget *, CustomControllerElementTargetSetForFloat_get_Item, (CustomControllerElementTargetSetForFloat * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82A88, CustomControllerElementTargetSetForFloat_get_Item__MethodInfo); DO_APP_FUNC(0x020522A0, void, CustomControllerElementTargetSetForFloat__ctor, (CustomControllerElementTargetSetForFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x02052540, void, CustomControllerElementTargetSetForFloat__ctor_1, (CustomControllerElementTargetSetForFloat * __this, CustomControllerElementTarget * param_0000bf73, MethodInfo * method)); DO_APP_FUNC(0x02052840, void, CustomControllerElementTargetSetForFloat__ctor_2, (CustomControllerElementTargetSetForFloat * __this, CustomControllerElementTarget * param_0000bf74, CustomControllerElementTarget * param_0000bf75, MethodInfo * method)); DO_APP_FUNC(0x02052BA0, void, CustomControllerElementTargetSetForFloat_ClearElementCaches, (CustomControllerElementTargetSetForFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, CustomControllerElementSelector_ElementType__Enum, CustomControllerElementSelector_get_elementType, (CustomControllerElementSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x02052BC0, void, CustomControllerElementSelector_set_elementType, (CustomControllerElementSelector * __this, CustomControllerElementSelector_ElementType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, CustomControllerElementSelector_SelectorType__Enum, CustomControllerElementSelector_get_selectorType, (CustomControllerElementSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x02052BE0, void, CustomControllerElementSelector_set_selectorType, (CustomControllerElementSelector * __this, CustomControllerElementSelector_SelectorType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, CustomControllerElementSelector_get_elementName, (CustomControllerElementSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x02052C00, void, CustomControllerElementSelector_set_elementName, (CustomControllerElementSelector * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, CustomControllerElementSelector_get_elementIndex, (CustomControllerElementSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x02052CB0, void, CustomControllerElementSelector_set_elementIndex, (CustomControllerElementSelector * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, CustomControllerElementSelector_get_elementId, (CustomControllerElementSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x02052CD0, void, CustomControllerElementSelector_set_elementId, (CustomControllerElementSelector * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02052CF0, bool, CustomControllerElementSelector_get_isAssigned, (CustomControllerElementSelector * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82A80, CustomControllerElementSelector_get_isAssigned__MethodInfo); DO_APP_FUNC(0x02052D90, int32_t, CustomControllerElementSelector_GetElementIndex, (CustomControllerElementSelector * __this, CustomController * customController, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82A78, CustomControllerElementSelector_GetElementIndex__MethodInfo); DO_APP_FUNC(0x020530E0, String *, CustomControllerElementSelector_GetSelectorFormattedString, (CustomControllerElementSelector * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C829D8, CustomControllerElementSelector_GetSelectorFormattedString__MethodInfo); DO_APP_FUNC(0x020531E0, IList_1_Rewired_ControllerElementIdentifier_ *, CustomControllerElementSelector_UDvbkNpBCwxqrgGLKBEkpMPRgehdA, (CustomControllerElementSelector * __this, CustomController * param_0000bf7c, CustomControllerElementSelector_ElementType__Enum param_0000bf7d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C829D0, CustomControllerElementSelector_UDvbkNpBCwxqrgGLKBEkpMPRgehdA__MethodInfo); DO_APP_FUNC(0x02053270, void, CustomControllerElementSelector_ClearCache, (CustomControllerElementSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x02053280, void, CustomControllerElementSelector__ctor, (CustomControllerElementSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, CustomControllerSelector_get_findUsingSourceId, (CustomControllerSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x0202D980, void, CustomControllerSelector_set_findUsingSourceId, (CustomControllerSelector * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, CustomControllerSelector_get_sourceId, (CustomControllerSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x020532A0, void, CustomControllerSelector_set_sourceId, (CustomControllerSelector * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, CustomControllerSelector_get_findUsingTag, (CustomControllerSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x020532C0, void, CustomControllerSelector_set_findUsingTag, (CustomControllerSelector * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, CustomControllerSelector_get_tag, (CustomControllerSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x020532D0, void, CustomControllerSelector_set_tag, (CustomControllerSelector * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, CustomControllerSelector_get_findInPlayer, (CustomControllerSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x02053370, void, CustomControllerSelector_set_findInPlayer, (CustomControllerSelector * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, int32_t, CustomControllerSelector_get_playerId, (CustomControllerSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x02053380, void, CustomControllerSelector_set_playerId, (CustomControllerSelector * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02053390, CustomController *, CustomControllerSelector_GetCustomController, (CustomControllerSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CustomControllerSelector_nPoczuNddBNeGhTiwbxroKfVDJgW, (CustomControllerSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD40, void, CustomControllerSelector__ctor, (CustomControllerSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, GUIText_get_text, (GUIText * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, GUIText_set_text, (GUIText * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, TextAnchor__Enum, GUIText_get_anchor, (GUIText * __this, MethodInfo * method)); DO_APP_FUNC(0x02053630, void, GUIText_set_anchor, (GUIText * __this, TextAnchor__Enum value, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, TextAlignment__Enum, GUIText_get_alignment, (GUIText * __this, MethodInfo * method)); DO_APP_FUNC(0x020536A0, void, GUIText_set_alignment, (GUIText * __this, TextAlignment__Enum value, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, GUIText_get_lineSpacing, (GUIText * __this, MethodInfo * method)); DO_APP_FUNC(0x020536B0, void, GUIText_set_lineSpacing, (GUIText * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Font *, GUIText_get_font, (GUIText * __this, MethodInfo * method)); DO_APP_FUNC(0x020536C0, void, GUIText_set_font, (GUIText * __this, Font * value, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int32_t, GUIText_get_fontSize, (GUIText * __this, MethodInfo * method)); DO_APP_FUNC(0x02053780, void, GUIText_set_fontSize, (GUIText * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00A88B20, FontStyle__Enum, GUIText_get_fontStyle, (GUIText * __this, MethodInfo * method)); DO_APP_FUNC(0x020537F0, void, GUIText_set_fontStyle, (GUIText * __this, FontStyle__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02053860, Color, GUIText_get_color, (GUIText * __this, MethodInfo * method)); DO_APP_FUNC(0x02053870, void, GUIText_set_color, (GUIText * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x02053910, Vector2, GUIText_get_pixelOffset, (GUIText * __this, MethodInfo * method)); DO_APP_FUNC(0x00B33C70, void, GUIText_set_pixelOffset, (GUIText * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x0068A9A0, bool, GUIText_get_useUnityUI, (GUIText * __this, MethodInfo * method)); DO_APP_FUNC(0x02053930, void, GUIText_set_useUnityUI, (GUIText * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02053950, void, GUIText_Awake, (GUIText * __this, MethodInfo * method)); DO_APP_FUNC(0x02053960, void, GUIText_Start, (GUIText * __this, MethodInfo * method)); DO_APP_FUNC(0x02053980, void, GUIText_OnGUI, (GUIText * __this, MethodInfo * method)); DO_APP_FUNC(0x02053D90, void, GUIText_Update, (GUIText * __this, MethodInfo * method)); DO_APP_FUNC(0x02053F80, void, GUIText_OnValidate, (GUIText * __this, MethodInfo * method)); DO_APP_FUNC(0x02053FB0, void, GUIText_nwDMNeUtZJmtlBXuHqIuGpeOigTj, (GUIText * __this, MethodInfo * method)); DO_APP_FUNC(0x02054C00, void, GUIText_gazSMQSFsJpydgyaWtGNUYpGHcsI, (GUIText * __this, MethodInfo * method)); DO_APP_FUNC(0x02054DE0, void, GUIText_IDwVqrNkLGKvoxKgbqzILsMtprFr, (GUIText * __this, MethodInfo * method)); DO_APP_FUNC(0x02055360, GUIText *, GUIText_GetOrAddComponent, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x02055570, GUIText *, GUIText_CreateLogger, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x02055690, void, GUIText__ctor, (GUIText * __this, MethodInfo * method)); DO_APP_FUNC(0x020556F0, void, OnGUIHelper_Awake, (OnGUIHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x02055780, void, OnGUIHelper_OnGUI, (OnGUIHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, OnGUIHelper__ctor, (OnGUIHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA3C0, float, StandaloneAxis_get_buttonActivationThreshold, (StandaloneAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x02055900, void, StandaloneAxis_set_buttonActivationThreshold, (StandaloneAxis * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, AxisCalibration *, StandaloneAxis_get_calibration, (StandaloneAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x02055930, void, StandaloneAxis_LKUZcsEMdhrTiXMgyKYEJvnkhUCT, (StandaloneAxis * __this, AxisCalibration * param_0000bf91, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, StandaloneAxis_get_valueRaw, (StandaloneAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x02055990, void, StandaloneAxis_lwXGsCaoiMwrruowXuaehCCLKZFj, (StandaloneAxis * __this, float param_0000bf92, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, StandaloneAxis_get_valueRawPrev, (StandaloneAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x020559A0, void, StandaloneAxis_unzdksPbLrIxXirxeHFIsctmVGRT, (StandaloneAxis * __this, float param_0000bf93, MethodInfo * method)); DO_APP_FUNC(0x020559B0, float, StandaloneAxis_get_valueRawDelta, (StandaloneAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x020559C0, float, StandaloneAxis_get_value, (StandaloneAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x020559E0, float, StandaloneAxis_get_valuePrev, (StandaloneAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x02055A00, float, StandaloneAxis_get_valueDelta, (StandaloneAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x02055A70, bool, StandaloneAxis_get_rawButtonValue, (StandaloneAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x02055A80, bool, StandaloneAxis_get_rawButtonValuePrev, (StandaloneAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x02055A90, bool, StandaloneAxis_get_buttonValue, (StandaloneAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x02055AF0, bool, StandaloneAxis_get_buttonValuePrev, (StandaloneAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x02055B50, float, StandaloneAxis_get_rawMin, (StandaloneAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x02055B80, float, StandaloneAxis_get_rawMax, (StandaloneAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x02055BB0, float, StandaloneAxis_get_rawZero, (StandaloneAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x02055BD0, void, StandaloneAxis_ktwmlemryRiLVYNYPiQbQlvvALihA, (StandaloneAxis * __this, StandaloneAxis_AxisValueChangedEventHandler * param_0000bf94, MethodInfo * method)); DO_APP_FUNC(0x02055CC0, void, StandaloneAxis_PRspkyEUTfDBkuuTAJkGfTgnqRlB, (StandaloneAxis * __this, StandaloneAxis_AxisValueChangedEventHandler * param_0000bf95, MethodInfo * method)); DO_APP_FUNC(0x02055BD0, void, StandaloneAxis_add_AxisValueChangedEvent, (StandaloneAxis * __this, StandaloneAxis_AxisValueChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02055CC0, void, StandaloneAxis_remove_AxisValueChangedEvent, (StandaloneAxis * __this, StandaloneAxis_AxisValueChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02055DB0, void, StandaloneAxis_WFobQJKHAaffylbVtOlNbzagNkhMB, (StandaloneAxis * __this, StandaloneAxis_AxisValueChangedEventHandler * param_0000bf98, MethodInfo * method)); DO_APP_FUNC(0x02055EA0, void, StandaloneAxis_hBeYFnYuOpghDtSCOZhJAovpCmJw, (StandaloneAxis * __this, StandaloneAxis_AxisValueChangedEventHandler * param_0000bf99, MethodInfo * method)); DO_APP_FUNC(0x02055DB0, void, StandaloneAxis_add_RawAxisValueChangedEvent, (StandaloneAxis * __this, StandaloneAxis_AxisValueChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02055EA0, void, StandaloneAxis_remove_RawAxisValueChangedEvent, (StandaloneAxis * __this, StandaloneAxis_AxisValueChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02055F90, void, StandaloneAxis_DhnEReGsNCzuxXPOwQBrmsJkaljk, (StandaloneAxis * __this, StandaloneAxis_ButtonDownEventHandler * param_0000bf9c, MethodInfo * method)); DO_APP_FUNC(0x02056080, void, StandaloneAxis_awNxGJGvZklVXYBvkGWwBtcNtbsw, (StandaloneAxis * __this, StandaloneAxis_ButtonDownEventHandler * param_0000bf9d, MethodInfo * method)); DO_APP_FUNC(0x02055F90, void, StandaloneAxis_add_ButtonDownEvent, (StandaloneAxis * __this, StandaloneAxis_ButtonDownEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02056080, void, StandaloneAxis_remove_ButtonDownEvent, (StandaloneAxis * __this, StandaloneAxis_ButtonDownEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02056170, void, StandaloneAxis_TUBbzrmEewXcxelpVjyofqUDjjQgb, (StandaloneAxis * __this, StandaloneAxis_ButtonUpEventHandler * param_0000bfa0, MethodInfo * method)); DO_APP_FUNC(0x02056260, void, StandaloneAxis_pSdaZjsSwKldwlpEKGMfjrhxRGjT, (StandaloneAxis * __this, StandaloneAxis_ButtonUpEventHandler * param_0000bfa1, MethodInfo * method)); DO_APP_FUNC(0x02056170, void, StandaloneAxis_add_ButtonUpEvent, (StandaloneAxis * __this, StandaloneAxis_ButtonUpEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02056260, void, StandaloneAxis_remove_ButtonUpEvent, (StandaloneAxis * __this, StandaloneAxis_ButtonUpEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02056350, void, StandaloneAxis_FNTWjDTGWdhVQfzjymqMWozFLfXeb, (StandaloneAxis * __this, StandaloneAxis_ButtonValueChangedEventHandler * param_0000bfa4, MethodInfo * method)); DO_APP_FUNC(0x02056440, void, StandaloneAxis_NMKQoJNSvtSZrGZREkbSKujXvEso, (StandaloneAxis * __this, StandaloneAxis_ButtonValueChangedEventHandler * param_0000bfa5, MethodInfo * method)); DO_APP_FUNC(0x02056350, void, StandaloneAxis_add_ButtonValueChangedEvent, (StandaloneAxis * __this, StandaloneAxis_ButtonValueChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02056440, void, StandaloneAxis_remove_ButtonValueChangedEvent, (StandaloneAxis * __this, StandaloneAxis_ButtonValueChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02056530, void, StandaloneAxis_DDNEtTRrJNsvMRuREZIiHiALlqEE, (StandaloneAxis * __this, StandaloneAxis_ButtonDownEventHandler * param_0000bfa8, MethodInfo * method)); DO_APP_FUNC(0x02056620, void, StandaloneAxis_whtFCjeJqVhQiBQWfbrbRzuHsvlJ, (StandaloneAxis * __this, StandaloneAxis_ButtonDownEventHandler * param_0000bfa9, MethodInfo * method)); DO_APP_FUNC(0x02056530, void, StandaloneAxis_add_RawButtonDownEvent, (StandaloneAxis * __this, StandaloneAxis_ButtonDownEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02056620, void, StandaloneAxis_remove_RawButtonDownEvent, (StandaloneAxis * __this, StandaloneAxis_ButtonDownEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02056710, void, StandaloneAxis_iCJdLiJFCmAyXvFoxLlbvitFkWVQA, (StandaloneAxis * __this, StandaloneAxis_ButtonUpEventHandler * param_0000bfac, MethodInfo * method)); DO_APP_FUNC(0x02056800, void, StandaloneAxis_wgzmDJMlBReaobbkxwDUXwuZXukB, (StandaloneAxis * __this, StandaloneAxis_ButtonUpEventHandler * param_0000bfad, MethodInfo * method)); DO_APP_FUNC(0x02056710, void, StandaloneAxis_add_RawButtonUpEvent, (StandaloneAxis * __this, StandaloneAxis_ButtonUpEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02056800, void, StandaloneAxis_remove_RawButtonUpEvent, (StandaloneAxis * __this, StandaloneAxis_ButtonUpEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x020568F0, void, StandaloneAxis_vQqCsHMhahilJANRZdGziLqEIoPBc, (StandaloneAxis * __this, StandaloneAxis_ButtonValueChangedEventHandler * param_0000bfb0, MethodInfo * method)); DO_APP_FUNC(0x020569E0, void, StandaloneAxis_DzgvefxwHUmoTSjxdXNvSElbSEmd, (StandaloneAxis * __this, StandaloneAxis_ButtonValueChangedEventHandler * param_0000bfb1, MethodInfo * method)); DO_APP_FUNC(0x020568F0, void, StandaloneAxis_add_RawButtonValueChangedEvent, (StandaloneAxis * __this, StandaloneAxis_ButtonValueChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x020569E0, void, StandaloneAxis_remove_RawButtonValueChangedEvent, (StandaloneAxis * __this, StandaloneAxis_ButtonValueChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02056AD0, void, StandaloneAxis__ctor, (StandaloneAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x02056D40, void, StandaloneAxis_SetRawValue, (StandaloneAxis * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02056F40, void, StandaloneAxis_Clear, (StandaloneAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x02056F70, StandaloneAxis *, StandaloneAxis_CreateRelative, (MethodInfo * method)); DO_APP_FUNC(0x01167BF0, void, StandaloneAxis_AxisValueChangedEventHandler__ctor, (StandaloneAxis_AxisValueChangedEventHandler * __this, Object * param_0000bfb5, void * param_0000bfb6, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, StandaloneAxis_AxisValueChangedEventHandler_Invoke, (StandaloneAxis_AxisValueChangedEventHandler * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02057020, IAsyncResult *, StandaloneAxis_AxisValueChangedEventHandler_BeginInvoke, (StandaloneAxis_AxisValueChangedEventHandler * __this, float value, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, StandaloneAxis_AxisValueChangedEventHandler_EndInvoke, (StandaloneAxis_AxisValueChangedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0040BB90, void, StandaloneAxis_ButtonValueChangedEventHandler__ctor, (StandaloneAxis_ButtonValueChangedEventHandler * __this, Object * param_0000bfbc, void * param_0000bfbd, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, StandaloneAxis_ButtonValueChangedEventHandler_Invoke, (StandaloneAxis_ButtonValueChangedEventHandler * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x020570B0, IAsyncResult *, StandaloneAxis_ButtonValueChangedEventHandler_BeginInvoke, (StandaloneAxis_ButtonValueChangedEventHandler * __this, bool value, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, StandaloneAxis_ButtonValueChangedEventHandler_EndInvoke, (StandaloneAxis_ButtonValueChangedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, StandaloneAxis_ButtonDownEventHandler__ctor, (StandaloneAxis_ButtonDownEventHandler * __this, Object * param_0000bfc3, void * param_0000bfc4, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, StandaloneAxis_ButtonDownEventHandler_Invoke, (StandaloneAxis_ButtonDownEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5A50, IAsyncResult *, StandaloneAxis_ButtonDownEventHandler_BeginInvoke, (StandaloneAxis_ButtonDownEventHandler * __this, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, StandaloneAxis_ButtonDownEventHandler_EndInvoke, (StandaloneAxis_ButtonDownEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, StandaloneAxis_ButtonUpEventHandler__ctor, (StandaloneAxis_ButtonUpEventHandler * __this, Object * param_0000bfc8, void * param_0000bfc9, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, StandaloneAxis_ButtonUpEventHandler_Invoke, (StandaloneAxis_ButtonUpEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5A50, IAsyncResult *, StandaloneAxis_ButtonUpEventHandler_BeginInvoke, (StandaloneAxis_ButtonUpEventHandler * __this, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, StandaloneAxis_ButtonUpEventHandler_EndInvoke, (StandaloneAxis_ButtonUpEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Axis2DCalibration *, StandaloneAxis2D_get_calibration, (StandaloneAxis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, StandaloneAxis *, StandaloneAxis2D_get_xAxis, (StandaloneAxis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, StandaloneAxis *, StandaloneAxis2D_get_yAxis, (StandaloneAxis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02057130, Vector2, StandaloneAxis2D_get_value, (StandaloneAxis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x020571E0, Vector2, StandaloneAxis2D_get_valuePrev, (StandaloneAxis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02057290, Vector2, StandaloneAxis2D_get_valueDelta, (StandaloneAxis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x020572E0, Vector2, StandaloneAxis2D_get_rawValue, (StandaloneAxis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02057370, Vector2, StandaloneAxis2D_get_rawValuePrev, (StandaloneAxis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02057400, Vector2, StandaloneAxis2D_get_rawValueDelta, (StandaloneAxis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x020574B0, Vector2, StandaloneAxis2D_get_rawZero, (StandaloneAxis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02057510, void, StandaloneAxis2D_add__ValueChangedEvent, (StandaloneAxis2D * __this, StandaloneAxis2D_ValueChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02057600, void, StandaloneAxis2D_remove__ValueChangedEvent, (StandaloneAxis2D * __this, StandaloneAxis2D_ValueChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02057510, void, StandaloneAxis2D_add_ValueChangedEvent, (StandaloneAxis2D * __this, StandaloneAxis2D_ValueChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02057600, void, StandaloneAxis2D_remove_ValueChangedEvent, (StandaloneAxis2D * __this, StandaloneAxis2D_ValueChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x020576F0, void, StandaloneAxis2D_add__RawValueChangedEvent, (StandaloneAxis2D * __this, StandaloneAxis2D_ValueChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x020577E0, void, StandaloneAxis2D_remove__RawValueChangedEvent, (StandaloneAxis2D * __this, StandaloneAxis2D_ValueChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x020576F0, void, StandaloneAxis2D_add_RawValueChangedEvent, (StandaloneAxis2D * __this, StandaloneAxis2D_ValueChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x020577E0, void, StandaloneAxis2D_remove_RawValueChangedEvent, (StandaloneAxis2D * __this, StandaloneAxis2D_ValueChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x020578D0, void, StandaloneAxis2D__ctor, (StandaloneAxis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02057A90, void, StandaloneAxis2D__ctor_1, (StandaloneAxis2D * __this, StandaloneAxis * param_0000bfd5, StandaloneAxis * param_0000bfd6, MethodInfo * method)); DO_APP_FUNC(0x02057D00, void, StandaloneAxis2D_SetRawValue, (StandaloneAxis2D * __this, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x02057D70, void, StandaloneAxis2D_SetRawValue_1, (StandaloneAxis2D * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02057DE0, void, StandaloneAxis2D_Clear, (StandaloneAxis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02057E80, void, StandaloneAxis2D_Initialize, (StandaloneAxis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02058010, void, StandaloneAxis2D_Deinitialize, (StandaloneAxis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02058020, void, StandaloneAxis2D_EvalAndSendValueChangeEvents, (StandaloneAxis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02057E80, void, StandaloneAxis2D_Subscribe, (StandaloneAxis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02058240, void, StandaloneAxis2D_Unsubscribe, (StandaloneAxis2D * __this, MethodInfo * method)); DO_APP_FUNC(0x020583C0, Vector2, StandaloneAxis2D_GetCalibratedValue, (StandaloneAxis2D * __this, StandaloneAxis * xAxis, StandaloneAxis * yAxis, MethodInfo * method)); DO_APP_FUNC(0x02058470, Vector2, StandaloneAxis2D_GetCalibratedValuePrev, (StandaloneAxis2D * __this, StandaloneAxis * xAxis, StandaloneAxis * yAxis, MethodInfo * method)); DO_APP_FUNC(0x02058520, void, StandaloneAxis2D_OnAxisValueChanged, (StandaloneAxis2D * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82978, StandaloneAxis2D_OnAxisValueChanged__MethodInfo); DO_APP_FUNC(0x02058570, void, StandaloneAxis2D_OnAxisRawValueChanged, (StandaloneAxis2D * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82970, StandaloneAxis2D_OnAxisRawValueChanged__MethodInfo); DO_APP_FUNC(0x020585C0, StandaloneAxis2D *, StandaloneAxis2D_CreateRelative, (MethodInfo * method)); DO_APP_FUNC(0x01167D20, void, StandaloneAxis2D_ValueChangedEventHandler__ctor, (StandaloneAxis2D_ValueChangedEventHandler * __this, Object * param_0000bfe0, void * param_0000bfe1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, StandaloneAxis2D_ValueChangedEventHandler_Invoke, (StandaloneAxis2D_ValueChangedEventHandler * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02058670, IAsyncResult *, StandaloneAxis2D_ValueChangedEventHandler_BeginInvoke, (StandaloneAxis2D_ValueChangedEventHandler * __this, Vector2 value, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, StandaloneAxis2D_ValueChangedEventHandler_EndInvoke, (StandaloneAxis2D_ValueChangedEventHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x020586F0, void, UIAnchor__ctor, (UIAnchor * __this, float param_0000bfe7, float param_0000bfe8, float param_0000bfe9, float param_0000bfea, MethodInfo * method)); DO_APP_FUNC(0x02058730, void, UIAnchor__ctor_1, (UIAnchor * __this, Vector2 param_0000bfeb, Vector2 param_0000bfec, MethodInfo * method)); DO_APP_FUNC(0x020587C0, UIAnchor, UIAnchor_get_TopLeft, (MethodInfo * method)); DO_APP_FUNC(0x020587E0, UIAnchor, UIAnchor_get_TopCenter, (MethodInfo * method)); DO_APP_FUNC(0x02058800, UIAnchor, UIAnchor_get_TopRight, (MethodInfo * method)); DO_APP_FUNC(0x02058820, UIAnchor, UIAnchor_get_MiddleLeft, (MethodInfo * method)); DO_APP_FUNC(0x02058840, UIAnchor, UIAnchor_get_MiddleCenter, (MethodInfo * method)); DO_APP_FUNC(0x02058860, UIAnchor, UIAnchor_get_MiddleRight, (MethodInfo * method)); DO_APP_FUNC(0x02058880, UIAnchor, UIAnchor_get_BottomLeft, (MethodInfo * method)); DO_APP_FUNC(0x02058890, UIAnchor, UIAnchor_get_BottomCenter, (MethodInfo * method)); DO_APP_FUNC(0x020588B0, UIAnchor, UIAnchor_get_BottomRight, (MethodInfo * method)); DO_APP_FUNC(0x020588D0, UIAnchor, UIAnchor_get_TopHStretch, (MethodInfo * method)); DO_APP_FUNC(0x020588F0, UIAnchor, UIAnchor_get_MiddleHStretch, (MethodInfo * method)); DO_APP_FUNC(0x02058910, UIAnchor, UIAnchor_get_BottomHStretch, (MethodInfo * method)); DO_APP_FUNC(0x02058930, UIAnchor, UIAnchor_get_LeftVStretch, (MethodInfo * method)); DO_APP_FUNC(0x02058950, UIAnchor, UIAnchor_get_CenterVStretch, (MethodInfo * method)); DO_APP_FUNC(0x02058970, UIAnchor, UIAnchor_get_RightVStretch, (MethodInfo * method)); DO_APP_FUNC(0x02058990, UIAnchor, UIAnchor_get_Stretch, (MethodInfo * method)); DO_APP_FUNC(0x020589B0, void, UIPivot__ctor, (UIPivot * __this, float param_0000bfed, float param_0000bfee, MethodInfo * method)); DO_APP_FUNC(0x020589D0, Vector2, UIPivot_op_Implicit, (UIPivot x, MethodInfo * method)); DO_APP_FUNC(0x020589F0, UIPivot, UIPivot_op_Implicit_1, (Vector2 x, MethodInfo * method)); DO_APP_FUNC(0x02058A10, UIPivot, UIPivot_get_TopLeft, (MethodInfo * method)); DO_APP_FUNC(0x02058A30, UIPivot, UIPivot_get_TopCenter, (MethodInfo * method)); DO_APP_FUNC(0x02058A50, UIPivot, UIPivot_get_TopRight, (MethodInfo * method)); DO_APP_FUNC(0x02058A70, UIPivot, UIPivot_get_MiddleLeft, (MethodInfo * method)); DO_APP_FUNC(0x02058A90, UIPivot, UIPivot_get_MiddleCenter, (MethodInfo * method)); DO_APP_FUNC(0x02058AB0, UIPivot, UIPivot_get_MiddleRight, (MethodInfo * method)); DO_APP_FUNC(0x02058AD0, UIPivot, UIPivot_get_BottomLeft, (MethodInfo * method)); DO_APP_FUNC(0x02058AF0, UIPivot, UIPivot_get_BottomCenter, (MethodInfo * method)); DO_APP_FUNC(0x02058B10, UIPivot, UIPivot_get_BottomRight, (MethodInfo * method)); DO_APP_FUNC(0x02058B30, BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_Rewired_UI_IVisibilityChangedHandler_System_Boolean_ *, zDZgydkVTSdUNcyzGBFFOHxZsClo_pGcSdWHqQJjvkLogyauJILuiagFT, (MethodInfo * method)); DO_APP_FUNC(0x02058D30, void, zDZgydkVTSdUNcyzGBFFOHxZsClo_TYlHmkDTznGBMhXHDVLwimyXARDj__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, zDZgydkVTSdUNcyzGBFFOHxZsClo_TYlHmkDTznGBMhXHDVLwimyXARDj__ctor, (zDZgydkVTSdUNcyzGBFFOHxZsClo_TYlHmkDTznGBMhXHDVLwimyXARDj * __this, MethodInfo * method)); DO_APP_FUNC(0x02058DE0, void, zDZgydkVTSdUNcyzGBFFOHxZsClo_TYlHmkDTznGBMhXHDVLwimyXARDj_vEtpQEjIAxTegDfyzgxUlYcnHEh, (zDZgydkVTSdUNcyzGBFFOHxZsClo_TYlHmkDTznGBMhXHDVLwimyXARDj * __this, IVisibilityChangedHandler * param_0000c00e, bool param_0000c00f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C829A0, zDZgydkVTSdUNcyzGBFFOHxZsClo_TYlHmkDTznGBMhXHDVLwimyXARDj_vEtpQEjIAxTegDfyzgxUlYcnHEh__MethodInfo); DO_APP_FUNC(0x02058E40, bool, ExtensionMethods_IsNullOrDestroyed, (Object * object, MethodInfo * method)); DO_APP_FUNC(0x02058FC0, Action_1_Exception_ *, SafeDelegate_get_S_ExceptionHandler, (MethodInfo * method)); DO_APP_FUNC(0x02059000, void, SafeDelegate_set_S_ExceptionHandler, (Action_1_Exception_ * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SafeDelegate__ctor, (SafeDelegate * __this, MethodInfo * method)); DO_APP_FUNC(0x020590A0, void, SafeAction__ctor, (SafeAction * __this, MethodInfo * method)); DO_APP_FUNC(0x020590E0, void, SafeAction__ctor_1, (SafeAction * __this, Action_1_Exception_ * param_0000c025, MethodInfo * method)); DO_APP_FUNC(0x020591E0, void, SafeAction__ctor_2, (SafeAction * __this, SafeAction * param_0000c026, MethodInfo * method)); DO_APP_FUNC(0x02059230, void, SafeAction_Invoke, (SafeAction * __this, MethodInfo * method)); DO_APP_FUNC(0x020593E0, Object *, SafeAction_Clone, (SafeAction * __this, MethodInfo * method)); DO_APP_FUNC(0x02059470, Action_2_Object_Action_ *, SafeAction_bDVflFQsgOWBIdMdGmAMbRhZrESH, (MethodInfo * method)); DO_APP_FUNC(0x02059570, void, SafeAction_kfojglLKXLBbytPmRSGPXnWCBiWH, (Object * param_0000c027, Action * param_0000c028, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82950, SafeAction_kfojglLKXLBbytPmRSGPXnWCBiWH__MethodInfo); DO_APP_FUNC(0x02059590, SafeAction *, SafeAction_op_Addition, (SafeAction * eventList, Action * listener, MethodInfo * method)); DO_APP_FUNC(0x02059650, SafeAction *, SafeAction_op_Subtraction, (SafeAction * eventList, Action * listener, MethodInfo * method)); DO_APP_FUNC(0x020596C0, Action *, SafeAction_op_Implicit, (SafeAction * obj, MethodInfo * method)); DO_APP_FUNC(0x02059710, SafeAction *, SafeAction_op_Implicit_1, (Action * obj, MethodInfo * method)); DO_APP_FUNC(0x020597D0, void, SystemInfo__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02059810, ADictionary_2_System_Type_System_Collections_Generic_List_1_ *, TempListPool_OtvZiZpEVhJmijfLUBywXlYDqdKj, (MethodInfo * method)); DO_APP_FUNC(0x02059940, void, TempListPool_Clear, (MethodInfo * method)); DO_APP_FUNC(0x02059A70, void, TempListPool_Clear_1, (Type * listType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82900, TempListPool_Clear_1__MethodInfo); DO_APP_FUNC(0x02059C60, ADictionary_2_System_Type_System_Collections_Generic_List_1__1 *, TempListPool_PjDAHtdxqqebxCpLhOqfFcxXTcRR_ZafsdaUmbBHeolRJuAqIczfeOjVz, (MethodInfo * method)); DO_APP_FUNC(0x02059D90, void, TempListPool_PjDAHtdxqqebxCpLhOqfFcxXTcRR_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (MethodInfo * method)); DO_APP_FUNC(0x02059E30, void, TempListPool_PjDAHtdxqqebxCpLhOqfFcxXTcRR_sjgQXMMRIHmhSmDrVpgFKxoFoOIy_1, (Type * param_0000c068, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C828E0, TempListPool_PjDAHtdxqqebxCpLhOqfFcxXTcRR_sjgQXMMRIHmhSmDrVpgFKxoFoOIy_1__MethodInfo); DO_APP_FUNC(0x02059F60, Int32__Array *, ArrayTools_ConvertToIntArray, (Array * array, MethodInfo * method)); DO_APP_FUNC(0x0205A260, void, ArrayTools_ShallowCopy, (Int32__Array * sourceArray, Int32__Array * targetArray, MethodInfo * method)); DO_APP_FUNC(0x0205A340, void, ArrayTools_ShallowCopy_1, (Single__Array * sourceArray, Single__Array * targetArray, MethodInfo * method)); DO_APP_FUNC(0x0205A420, void, ArrayTools_ShallowCopy_2, (Boolean__Array * sourceArray, Boolean__Array * targetArray, MethodInfo * method)); DO_APP_FUNC(0x0205A500, Byte__Array *, ArrayTools_CopyRange, (Byte__Array * inArray, int32_t startPos, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0205A5C0, Int32__Array *, ArrayTools_CopyRange_1, (Int32__Array * inArray, int32_t startPos, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0205A680, Single__Array *, ArrayTools_CopyRange_2, (Single__Array * inArray, int32_t startPos, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0205A740, String__Array *, ArrayTools_CopyRange_3, (String__Array * inArray, int32_t startPos, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0205A8B0, Byte__Array *, ArrayTools_Combine, (Byte__Array * inArray1, Byte__Array * inArray2, MethodInfo * method)); DO_APP_FUNC(0x0205A9F0, Int32__Array *, ArrayTools_Combine_1, (Int32__Array * inArray1, Int32__Array * inArray2, MethodInfo * method)); DO_APP_FUNC(0x0205AB20, Single__Array *, ArrayTools_Combine_2, (Single__Array * inArray1, Single__Array * inArray2, MethodInfo * method)); DO_APP_FUNC(0x0205AC50, String__Array *, ArrayTools_Combine_3, (String__Array * inArray1, String__Array * inArray2, MethodInfo * method)); DO_APP_FUNC(0x0205AEE0, void, ArrayTools_Trim, (String__Array * array, MethodInfo * method)); DO_APP_FUNC(0x0205AF50, RaycastHit__Array *, ArrayTools_SortNearToFar, (RaycastHit__Array * hits, MethodInfo * method)); DO_APP_FUNC(0x0205B180, int32_t, ArrayTools_IndexOf, (Int32__Array * array, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0205B1C0, int32_t, ArrayTools_IndexOf_1, (Single__Array * array, float value, MethodInfo * method)); DO_APP_FUNC(0x0205B210, int32_t, ArrayTools_IndexOf_2, (Int16__Array * array, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x0205B210, int32_t, ArrayTools_IndexOf_3, (UInt16__Array * array, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x0205B180, int32_t, ArrayTools_IndexOf_4, (UInt32__Array * array, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x0205B250, int32_t, ArrayTools_IndexOf_5, (Double__Array * array, double value, MethodInfo * method)); DO_APP_FUNC(0x0205B2A0, int32_t, ArrayTools_IndexOf_6, (Boolean__Array * array, bool value, MethodInfo * method)); DO_APP_FUNC(0x0205B2E0, int32_t, ArrayTools_IndexOf_7, (String__Array * array, String * value, MethodInfo * method)); DO_APP_FUNC(0x0205B380, int32_t, ArrayTools_IndexOf_8, (String__Array * array, String * value, StringComparison__Enum stringComparison, MethodInfo * method)); DO_APP_FUNC(0x0205B400, bool, ArrayTools_IsEqual, (Byte__Array * a1, Byte__Array * a2, MethodInfo * method)); DO_APP_FUNC(0x0205B470, bool, ArrayTools_Contains, (String__Array * array, String * item, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x0205B5F0, int32_t, ArrayTools_AddIfUnique, (String__Array * * array, String * item, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x0205B920, void, ArrayTools_RemoveDuplicates, (String__Array * * array, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x0205BD50, bool, ArrayTools_Remove, (String__Array * * array, String * item, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x0205BFA0, String__Array *, ArrayTools_ToLowerStripSpaces, (String__Array * array, MethodInfo * method)); DO_APP_FUNC(0x0205C0E0, int32_t, ArrayTools_ToBitmask, (Boolean__Array * array, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82890, ArrayTools_ToBitmask__MethodInfo); DO_APP_FUNC(0x0205C2B0, void, BitTools_GetBytes, (int16_t value, Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82870, BitTools_GetBytes__MethodInfo); DO_APP_FUNC(0x0205C390, void, BitTools_GetBytes_1, (int32_t value, Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82880, BitTools_GetBytes_1__MethodInfo); DO_APP_FUNC(0x0205C490, void, BitTools_GetBytes_2, (int64_t value, Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82860, BitTools_GetBytes_2__MethodInfo); DO_APP_FUNC(0x0205C5F0, Byte__Array *, BitTools_ffjEIgdQekSpIaAAoWQzrrPAQsJV, (MethodInfo * method)); DO_APP_FUNC(0x0205C6C0, float, BitTools_IntToFloat, (void * pointer, int32_t offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82898, BitTools_IntToFloat__MethodInfo); DO_APP_FUNC(0x0205C9D0, bool, CollectionTools_GetDictionaryValueSafe, (Dictionary_2_System_String_System_Object_ * dictionary, String * key, Type * type, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x0205CAC0, bool, CollectionTools_GetDictionaryValueSafe_float, (Dictionary_2_System_String_System_Object_ * dictionary, String * key, float * value, MethodInfo * method)); DO_APP_FUNC(0x0205CC40, bool, CollectionTools_GetDictionaryValueSafe_int, (Dictionary_2_System_String_System_Object_ * dictionary, String * key, int32_t * value, MethodInfo * method)); DO_APP_FUNC(0x0205CDC0, void, CollectionTools_AddValueSafe, (Dictionary_2_System_String_System_Object_ * data, String * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0205CEE0, Int32__Array *, EnumTools_GetIntValues, (Type * enumType, MethodInfo * method)); DO_APP_FUNC(0x0205CFD0, bool, EnumTools_IsEnum, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x0205CFF0, Type *, EnumTools_GetUnderlyingType, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x0205D000, bool, EnumTools_IsValidUnderlyingType, (Type * underlyingType, MethodInfo * method)); DO_APP_FUNC(0x0205D240, GUIContent__Array *, GUITools_ToGUIContentArray, (String__Array * items, MethodInfo * method)); DO_APP_FUNC(0x0205D410, GUIContent__Array *, GUITools_ToGUIContentArray_1, (IList_1_System_String_ * items, MethodInfo * method)); DO_APP_FUNC(0x0205D700, float, InputTools_TransformAxis2DComponentValue, (float value, float zero, float min, float max, MethodInfo * method)); DO_APP_FUNC(0x0205D8D0, float, InputTools_GetCalibratedAxisValueClamped, (float value, float zero, float min, float max, float deadZone, bool invert, bool applySensitivity, AxisSensitivityType__Enum sensitivityType, float sensitivity, AnimationCurve * sensitivityCurve, MethodInfo * method)); DO_APP_FUNC(0x0205DAB0, float, InputTools_GetCalibratedAxisValue, (float value, float deadZone, bool invert, bool applySensitivity, AxisSensitivityType__Enum sensitivityType, float sensitivity, AnimationCurve * sensitivityCurve, MethodInfo * method)); DO_APP_FUNC(0x0205DBA0, Vector2, InputTools_ApplyRadialDeadZone, (float xValue, float yValue, float deadzone, MethodInfo * method)); DO_APP_FUNC(0x0205DD20, float, InputTools_ApplySensitivity, (float value, AxisSensitivityType__Enum sensitivityType, float sensitivity, AnimationCurve * sensitivityCurve, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C827E0, InputTools_ApplySensitivity__MethodInfo); DO_APP_FUNC(0x0205DF50, bool, InputTools_IKSNnhBLzKJvnYZbktBwEYVnsjdG, (AnimationCurve * param_0000c14b, MethodInfo * method)); DO_APP_FUNC(0x0205E050, void, InputTools_ApplyRadialSensitivity, (Vector2 * value, AxisSensitivityType__Enum sensitivityType, float sensitivity, AnimationCurve * sensitivityCurve, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C827C8, InputTools_ApplyRadialSensitivity__MethodInfo); DO_APP_FUNC(0x0205E1A0, String *, InputTools_FormatHardwareIdentifierString, (String * str, MethodInfo * method)); DO_APP_FUNC(0x0205E250, AxisRange__Enum, InputTools_InvertAxisRange, (AxisRange__Enum axisRange, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C827B8, InputTools_InvertAxisRange__MethodInfo); DO_APP_FUNC(0x0205E2D0, void, InputTools_CompareLastActiveController, (Controller * controller, Controller * * lastController, double * lastTime, MethodInfo * method)); DO_APP_FUNC(0x0205E380, bool, InputTools_IsMappableControllerElementType, (Object * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C827B0, InputTools_IsMappableControllerElementType__MethodInfo); DO_APP_FUNC(0x0205E540, bool, InputTools_IsMappableType, (ControllerElementType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x0205E550, bool, InputTools_IsMappableType_1, (ControllerTemplateElementType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x0205E560, bool, InputTools_HandleForced4WayHatsOnUnknownControllers, (int32_t direction, HatType__Enum * hatType, MethodInfo * method)); DO_APP_FUNC(0x0205E5F0, float, InputTools_AxisToDigitalValue, (float value, MethodInfo * method)); DO_APP_FUNC(0x0205E650, float, InputTools_AxisToDigitalValue_1, (float value, float threshold, MethodInfo * method)); DO_APP_FUNC(0x0205E6A0, int8_t, MathTools_Abs, (int8_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82840, MathTools_Abs__MethodInfo); DO_APP_FUNC(0x0205E720, int16_t, MathTools_Abs_1, (int16_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82818, MathTools_Abs_1__MethodInfo); DO_APP_FUNC(0x0205E7A0, int32_t, MathTools_Abs_2, (int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82828, MathTools_Abs_2__MethodInfo); DO_APP_FUNC(0x0205E820, int64_t, MathTools_Abs_3, (int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82800, MathTools_Abs_3__MethodInfo); DO_APP_FUNC(0x0205E8A0, float, MathTools_Abs_4, (float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82808, MathTools_Abs_4__MethodInfo); DO_APP_FUNC(0x0205E920, double, MathTools_Abs_5, (double value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C827E8, MathTools_Abs_5__MethodInfo); DO_APP_FUNC(0x0205E9A0, bool, MathTools_Approximately, (float a, float b, MethodInfo * method)); DO_APP_FUNC(0x0205EA00, bool, MathTools_ApproximatelyZero, (float a, MethodInfo * method)); DO_APP_FUNC(0x0205EA40, bool, MathTools_IsZero, (float value, MethodInfo * method)); DO_APP_FUNC(0x0205EA60, bool, MathTools_IsZero_1, (float value, float threshold, MethodInfo * method)); DO_APP_FUNC(0x0205EA90, bool, MathTools_IsZero_2, (double value, MethodInfo * method)); DO_APP_FUNC(0x0205EAB0, bool, MathTools_IsZero_3, (double value, double threshold, MethodInfo * method)); DO_APP_FUNC(0x0205EAE0, bool, MathTools_IsExactlyEqual, (float a, float b, MethodInfo * method)); DO_APP_FUNC(0x0205EB10, bool, MathTools_IsExactlyEqual_1, (double a, double b, MethodInfo * method)); DO_APP_FUNC(0x0205EB40, bool, MathTools_IsNear, (float value, float targetValue, MethodInfo * method)); DO_APP_FUNC(0x0205EB80, bool, MathTools_IsNear_1, (float value, float targetValue, float threshold, MethodInfo * method)); DO_APP_FUNC(0x0205EBB0, bool, MathTools_IsNearZero, (float value, MethodInfo * method)); DO_APP_FUNC(0x0205EBE0, bool, MathTools_IsNearZero_1, (float value, float threshold, MethodInfo * method)); DO_APP_FUNC(0x0205EC10, bool, MathTools_IsNearOrWholeNumber, (float value, MethodInfo * method)); DO_APP_FUNC(0x0205EC90, bool, MathTools_IsNearOrWholeNumber_1, (float value, float threshold, MethodInfo * method)); DO_APP_FUNC(0x0205ED30, bool, MathTools_IsNearOrWholeNumber_2, (float value, int32_t * number, MethodInfo * method)); DO_APP_FUNC(0x0205EE00, bool, MathTools_IsNearOrWholeNumber_3, (float value, int32_t * number, float threshold, MethodInfo * method)); DO_APP_FUNC(0x0205EEE0, float, MathTools_RoundOffIfNearWholeNumber, (float value, MethodInfo * method)); DO_APP_FUNC(0x0205EFD0, float, MathTools_RoundOffIfNearWholeNumber_1, (float value, float threshold, MethodInfo * method)); DO_APP_FUNC(0x0205F0D0, bool, MathTools_IsEven, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0205F0E0, float, MathTools_ValueInNewRange, (float oldValue, float oldMin, float oldMax, float newMin, float newMax, MethodInfo * method)); DO_APP_FUNC(0x0205F190, int32_t, MathTools_ValueInNewRange_1, (int32_t oldValue, int32_t oldMin, int32_t oldMax, int32_t newMin, int32_t newMax, MethodInfo * method)); DO_APP_FUNC(0x0205F1C0, int8_t, MathTools_Max, (int8_t a, int8_t b, MethodInfo * method)); DO_APP_FUNC(0x01BDB570, uint8_t, MathTools_Max_1, (uint8_t a, uint8_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F1D0, int16_t, MathTools_Max_2, (int16_t a, int16_t b, MethodInfo * method)); DO_APP_FUNC(0x01BDB640, uint16_t, MathTools_Max_3, (uint16_t a, uint16_t b, MethodInfo * method)); DO_APP_FUNC(0x01BDB5D0, int32_t, MathTools_Max_4, (int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x01BDB650, uint32_t, MathTools_Max_5, (uint32_t a, uint32_t b, MethodInfo * method)); DO_APP_FUNC(0x01BDB5E0, int64_t, MathTools_Max_6, (int64_t a, int64_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F1E0, uint64_t, MathTools_Max_7, (uint64_t a, uint64_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F1F0, float, MathTools_Max_8, (float a, float b, MethodInfo * method)); DO_APP_FUNC(0x0205F200, double, MathTools_Max_9, (double a, double b, MethodInfo * method)); DO_APP_FUNC(0x0205F210, int8_t, MathTools_Min, (int8_t a, int8_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F220, uint8_t, MathTools_Min_1, (uint8_t a, uint8_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F230, int16_t, MathTools_Min_2, (int16_t a, int16_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F240, uint16_t, MathTools_Min_3, (uint16_t a, uint16_t b, MethodInfo * method)); DO_APP_FUNC(0x01BDB6B0, int32_t, MathTools_Min_4, (int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x01BDB720, uint32_t, MathTools_Min_5, (uint32_t a, uint32_t b, MethodInfo * method)); DO_APP_FUNC(0x01BDB6C0, int64_t, MathTools_Min_6, (int64_t a, int64_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F250, uint64_t, MathTools_Min_7, (uint64_t a, uint64_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F260, float, MathTools_Min_8, (float a, float b, MethodInfo * method)); DO_APP_FUNC(0x0205F270, double, MathTools_Min_9, (double a, double b, MethodInfo * method)); DO_APP_FUNC(0x0205F280, int8_t, MathTools_MaxMagnitude, (int8_t a, int8_t b, MethodInfo * method)); DO_APP_FUNC(0x01BDB570, uint8_t, MathTools_MaxMagnitude_1, (uint8_t a, uint8_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F2B0, int16_t, MathTools_MaxMagnitude_2, (int16_t a, int16_t b, MethodInfo * method)); DO_APP_FUNC(0x01BDB640, uint16_t, MathTools_MaxMagnitude_3, (uint16_t a, uint16_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F2E0, int32_t, MathTools_MaxMagnitude_4, (int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x01BDB650, uint32_t, MathTools_MaxMagnitude_5, (uint32_t a, uint32_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F310, int64_t, MathTools_MaxMagnitude_6, (int64_t a, int64_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F1E0, uint64_t, MathTools_MaxMagnitude_7, (uint64_t a, uint64_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F340, float, MathTools_MaxMagnitude_8, (float a, float b, MethodInfo * method)); DO_APP_FUNC(0x0205F380, double, MathTools_MaxMagnitude_9, (double a, double b, MethodInfo * method)); DO_APP_FUNC(0x0205F3C0, int8_t, MathTools_MinMagnitude, (int8_t a, int8_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F220, uint8_t, MathTools_MinMagnitude_1, (uint8_t a, uint8_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F3F0, int16_t, MathTools_MinMagnitude_2, (int16_t a, int16_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F240, uint16_t, MathTools_MinMagnitude_3, (uint16_t a, uint16_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F420, int32_t, MathTools_MinMagnitude_4, (int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x01BDB720, uint32_t, MathTools_MinMagnitude_5, (uint32_t a, uint32_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F450, int64_t, MathTools_MinMagnitude_6, (int64_t a, int64_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F250, uint64_t, MathTools_MinMagnitude_7, (uint64_t a, uint64_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F480, float, MathTools_MinMagnitude_8, (float a, float b, MethodInfo * method)); DO_APP_FUNC(0x0205F4C0, double, MathTools_MinMagnitude_9, (double a, double b, MethodInfo * method)); DO_APP_FUNC(0x0205F500, bool, MathTools_IsMoreMagnitudeOrEqual, (int8_t a, int8_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F530, bool, MathTools_IsMoreMagnitudeOrEqual_1, (uint8_t a, uint8_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F540, bool, MathTools_IsMoreMagnitudeOrEqual_2, (int16_t a, int16_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F570, bool, MathTools_IsMoreMagnitudeOrEqual_3, (uint16_t a, uint16_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F580, bool, MathTools_IsMoreMagnitudeOrEqual_4, (int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F5A0, bool, MathTools_IsMoreMagnitudeOrEqual_5, (uint32_t a, uint32_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F5B0, bool, MathTools_IsMoreMagnitudeOrEqual_6, (int64_t a, int64_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F5E0, bool, MathTools_IsMoreMagnitudeOrEqual_7, (uint64_t a, uint64_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F5F0, bool, MathTools_IsMoreMagnitudeOrEqual_8, (float a, float b, MethodInfo * method)); DO_APP_FUNC(0x0205F620, bool, MathTools_IsMoreMagnitudeOrEqual_9, (double a, double b, MethodInfo * method)); DO_APP_FUNC(0x0205F650, bool, MathTools_IsLessMagnitudeOrEqual, (int8_t a, int8_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F680, bool, MathTools_IsLessMagnitudeOrEqual_1, (uint8_t a, uint8_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F690, bool, MathTools_IsLessMagnitudeOrEqual_2, (int16_t a, int16_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F6C0, bool, MathTools_IsLessMagnitudeOrEqual_3, (uint16_t a, uint16_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F6D0, bool, MathTools_IsLessMagnitudeOrEqual_4, (int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F6F0, bool, MathTools_IsLessMagnitudeOrEqual_5, (uint32_t a, uint32_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F700, bool, MathTools_IsLessMagnitudeOrEqual_6, (int64_t a, int64_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F730, bool, MathTools_IsLessMagnitudeOrEqual_7, (uint64_t a, uint64_t b, MethodInfo * method)); DO_APP_FUNC(0x0205F740, bool, MathTools_IsLessMagnitudeOrEqual_8, (float a, float b, MethodInfo * method)); DO_APP_FUNC(0x0205F770, bool, MathTools_IsLessMagnitudeOrEqual_9, (double a, double b, MethodInfo * method)); DO_APP_FUNC(0x0205F7A0, uint8_t, MathTools_Clamp, (uint8_t value, uint8_t min, uint8_t max, MethodInfo * method)); DO_APP_FUNC(0x0205F7C0, int8_t, MathTools_Clamp_1, (int8_t value, int8_t min, int8_t max, MethodInfo * method)); DO_APP_FUNC(0x0205F7E0, int16_t, MathTools_Clamp_2, (int16_t value, int16_t min, int16_t max, MethodInfo * method)); DO_APP_FUNC(0x0205F800, uint16_t, MathTools_Clamp_3, (uint16_t value, uint16_t min, uint16_t max, MethodInfo * method)); DO_APP_FUNC(0x0205F820, int32_t, MathTools_Clamp_4, (int32_t value, int32_t min, int32_t max, MethodInfo * method)); DO_APP_FUNC(0x0205F840, uint32_t, MathTools_Clamp_5, (uint32_t value, uint32_t min, uint32_t max, MethodInfo * method)); DO_APP_FUNC(0x0205F860, int64_t, MathTools_Clamp_6, (int64_t value, int64_t min, int64_t max, MethodInfo * method)); DO_APP_FUNC(0x0205F880, uint64_t, MathTools_Clamp_7, (uint64_t value, uint64_t min, uint64_t max, MethodInfo * method)); DO_APP_FUNC(0x0205F8A0, float, MathTools_Clamp_8, (float value, float min, float max, MethodInfo * method)); DO_APP_FUNC(0x0205F8C0, double, MathTools_Clamp_9, (double value, double min, double max, MethodInfo * method)); DO_APP_FUNC(0x003EA8D0, float, MathTools_Clamp01, (float value, MethodInfo * method)); DO_APP_FUNC(0x0205F8E0, float, MathTools_ClampAngle360, (float angle, MethodInfo * method)); DO_APP_FUNC(0x0205F9F0, float, MathTools_ReverseAngleRotationDirection, (float angle, MethodInfo * method)); DO_APP_FUNC(0x0205FA30, bool, MathTools_AngleIsNear, (float angle, float targetAngle, float threshold, MethodInfo * method)); DO_APP_FUNC(0x0205FAD0, bool, MathTools_AngleIsBetween, (float angle, float min, float max, MethodInfo * method)); DO_APP_FUNC(0x0205FB50, bool, MathTools_EKkkVaOUtlJTlPkzCcXWRCpDTrMy, (int32_t param_0000c24d, int32_t param_0000c24e, MethodInfo * method)); DO_APP_FUNC(0x0205FB70, int32_t, MathTools_IntPow, (int32_t x, uint32_t pow, MethodInfo * method)); DO_APP_FUNC(0x0205FB90, uint32_t, MathTools_RoundUpToPowerOf2, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x0205FBD0, float, MathTools_BooleanToSign, (bool b, MethodInfo * method)); DO_APP_FUNC(0x0205FBF0, bool, MathTools_SignToBoolean, (float sign, MethodInfo * method)); DO_APP_FUNC(0x0205FC00, float, MathTools_Sin, (float value, MethodInfo * method)); DO_APP_FUNC(0x0205FC60, float, MathTools_Cos, (float value, MethodInfo * method)); DO_APP_FUNC(0x0205FCC0, float, MathTools_Tan, (float value, MethodInfo * method)); DO_APP_FUNC(0x0205FD20, float, MathTools_Asin, (float value, MethodInfo * method)); DO_APP_FUNC(0x0205FD80, float, MathTools_Acos, (float value, MethodInfo * method)); DO_APP_FUNC(0x0205FDE0, float, MathTools_Atan, (float value, MethodInfo * method)); DO_APP_FUNC(0x0205FE40, float, MathTools_Atan2, (float y, float x, MethodInfo * method)); DO_APP_FUNC(0x0205FEB0, float, MathTools_Sqrt, (float value, MethodInfo * method)); DO_APP_FUNC(0x0205FF30, float, MathTools_Pow, (float value, float p, MethodInfo * method)); DO_APP_FUNC(0x0205FFB0, float, MathTools_Exp, (float power, MethodInfo * method)); DO_APP_FUNC(0x02060010, float, MathTools_Log, (float value, float p, MethodInfo * method)); DO_APP_FUNC(0x02060090, float, MathTools_Log_1, (float value, MethodInfo * method)); DO_APP_FUNC(0x020600F0, float, MathTools_Log10, (float value, MethodInfo * method)); DO_APP_FUNC(0x02060150, float, MathTools_Ceil, (float value, MethodInfo * method)); DO_APP_FUNC(0x020601B0, float, MathTools_Floor, (float value, MethodInfo * method)); DO_APP_FUNC(0x02060210, float, MathTools_Round, (float value, MethodInfo * method)); DO_APP_FUNC(0x02060270, int32_t, MathTools_CeilToInt, (float value, MethodInfo * method)); DO_APP_FUNC(0x020602D0, int32_t, MathTools_FloorToInt, (float value, MethodInfo * method)); DO_APP_FUNC(0x02060330, int32_t, MathTools_RoundToInt, (float value, MethodInfo * method)); DO_APP_FUNC(0x02060390, float, MathTools_Sign, (float value, MethodInfo * method)); DO_APP_FUNC(0x020603B0, int32_t, MathTools_Sign_1, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x020603C0, float, MathTools_Repeat, (float t, float length, MethodInfo * method)); DO_APP_FUNC(0x02060450, float, MathTools_DeltaAngle, (float current, float target, MethodInfo * method)); DO_APP_FUNC(0x020604F0, Vector2, MathTools_MaxMagnitude_10, (Vector2 a, Vector2 b, MethodInfo * method)); DO_APP_FUNC(0x02060540, Vector3, MathTools_MaxMagnitude_11, (Vector3 a, Vector3 b, MethodInfo * method)); DO_APP_FUNC(0x020605C0, Vector2, MathTools_MinMagnitude_10, (Vector2 a, Vector2 b, MethodInfo * method)); DO_APP_FUNC(0x02060610, Vector3, MathTools_MinMagnitude_11, (Vector3 a, Vector3 b, MethodInfo * method)); DO_APP_FUNC(0x02060690, Vector2, MathTools_Clamp_10, (Vector2 value, Vector2 min, Vector2 max, MethodInfo * method)); DO_APP_FUNC(0x020606F0, Vector2, MathTools_Clamp_11, (Vector2 value, float min, float max, MethodInfo * method)); DO_APP_FUNC(0x02060750, Vector2, MathTools_Clamp_12, (Vector3 value, Vector3 min, Vector3 max, MethodInfo * method)); DO_APP_FUNC(0x020607A0, Vector2, MathTools_Clamp_13, (Vector3 value, float min, float max, MethodInfo * method)); DO_APP_FUNC(0x00C3DBF0, float, MathTools_Cross, (Vector2 a, Vector2 b, MethodInfo * method)); DO_APP_FUNC(0x020607E0, float, MathTools_Multiply, (Vector2 a, Vector2 b, MethodInfo * method)); DO_APP_FUNC(0x02060810, bool, MathTools_RectContains, (Rect rect, Vector2 pos, float rotation, MethodInfo * method)); DO_APP_FUNC(0x02060A10, Vector2, MathTools_RotateWorldPoint, (Vector2 point, Vector2 center, float angle, MethodInfo * method)); DO_APP_FUNC(0x02060B40, Vector2, MathTools_RotateLocalPoint, (Vector2 point, float angle, MethodInfo * method)); DO_APP_FUNC(0x02060C40, bool, MathTools_LineIntersectsRect, (Vector2 point1, Vector2 point2, Rect rect, float * sqrMagnitude, MethodInfo * method)); DO_APP_FUNC(0x02061060, bool, MathTools_LineSegementsIntersect, (Vector2 line1p1, Vector2 line1p2, Vector2 line2p1, Vector2 line2p2, Vector2 * intersection, bool collinearIntersects, MethodInfo * method)); DO_APP_FUNC(0x02061310, bool, MathTools_jbTfymnLfYHecMuaOincFHhuioZJ, (Vector2 param_0000c29a, Vector2 param_0000c29b, Vector2 param_0000c29c, Vector2 param_0000c29d, Vector2 * param_0000c29e, MethodInfo * method)); DO_APP_FUNC(0x02061450, bool, MathTools_RectContains_1, (Rect container, Rect child, MethodInfo * method)); DO_APP_FUNC(0x020614A0, bool, MathTools_GetOffsetToContainRect, (Rect container, Rect child, Vector2 * offset, MethodInfo * method)); DO_APP_FUNC(0x02061570, Matrix4x4, MathTools_TransformTo, (Transform * from, Transform * to, MethodInfo * method)); DO_APP_FUNC(0x02061700, Rect, MathTools_TransformRect, (Rect fromRect, Transform * from, Transform * to, MethodInfo * method)); DO_APP_FUNC(0x02061B10, Vector2, MathTools_SnapVectorToNearestAngle, (Vector2 vector, float angle, MethodInfo * method)); DO_APP_FUNC(0x02061DF0, float, MathTools_SignedAngle, (Vector3 from, Vector3 to, Vector3 axis, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MathTools__ctor, (MathTools * __this, MethodInfo * method)); DO_APP_FUNC(0x02061ED0, Object *, MiscTools_Clone, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02061F60, Guid, MiscTools_CreateGuidHashSHA256, (String * text, MethodInfo * method)); DO_APP_FUNC(0x020622D0, Guid, MiscTools_CreateGuidHashSHA1, (String * text, MethodInfo * method)); DO_APP_FUNC(0x020626C0, Guid, MiscTools_CreateHIDProductGuid, (int32_t vendorId, int32_t productId, MethodInfo * method)); DO_APP_FUNC(0x020628B0, uint32_t, MiscTools_Tick, (uint32_t counter, MethodInfo * method)); DO_APP_FUNC(0x02062930, int32_t, MiscTools_Tick_1, (int32_t counter, MethodInfo * method)); DO_APP_FUNC(0x020629B0, uint32_t, MiscTools_TickPrev, (uint32_t counter, MethodInfo * method)); DO_APP_FUNC(0x02062A30, int32_t, MiscTools_TickPrev_1, (int32_t counter, MethodInfo * method)); DO_APP_FUNC(0x02062B00, bool, MiscTools_IsTickValid, (uint32_t tick, MethodInfo * method)); DO_APP_FUNC(0x02062B60, bool, MiscTools_IsTickValid_1, (int32_t tick, MethodInfo * method)); DO_APP_FUNC(0x02062BC0, bool, MiscTools_IsTickNewer, (uint32_t tick1, uint32_t tick2, MethodInfo * method)); DO_APP_FUNC(0x02062C70, bool, MiscTools_IsTickNewer_1, (int32_t tick1, int32_t tick2, MethodInfo * method)); DO_APP_FUNC(0x02062D20, bool, MiscTools_IsTickNewerOrEqualTo, (uint32_t tick1, uint32_t tick2, MethodInfo * method)); DO_APP_FUNC(0x02062DD0, bool, MiscTools_IsTickNewerOrEqualTo_1, (int32_t tick1, int32_t tick2, MethodInfo * method)); DO_APP_FUNC(0x02062E80, int64_t, MiscTools_TickDifference, (uint32_t tick1, uint32_t tick2, MethodInfo * method)); DO_APP_FUNC(0x02062F90, int32_t, MiscTools_TickDifference_1, (int32_t tick1, int32_t tick2, MethodInfo * method)); DO_APP_FUNC(0x020630A0, int64_t, MiscTools_ToLongUnchecked, (Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85950, MiscTools_ToLongUnchecked__MethodInfo); DO_APP_FUNC(0x020634E0, bool, MiscTools_IsValidGuid, (String * guid, MethodInfo * method)); DO_APP_FUNC(0x02063600, void, MiscTools__cctor, (MethodInfo * method)); DO_APP_FUNC(0x020636B0, void *, NativeTools_OffsetIntPtr, (void * intPtr, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x02063740, bool, NativeTools_CopyMemory, (void * source, void * destination, int32_t sourceStartIndex, int32_t destinationStartIndex, int32_t bytesToCopy, bool throwOnError, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85988, NativeTools_CopyMemory__MethodInfo); DO_APP_FUNC(0x02063CA0, bool, NativeTools_CopyMemory_1, (Byte__Array * source, void * destination, int32_t sourceStartIndex, int32_t destinationStartIndex, int32_t bytesToCopy, bool throwOnError, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85970, NativeTools_CopyMemory_1__MethodInfo); DO_APP_FUNC(0x02063F60, bool, NativeTools_CopyMemory_2, (void * source, Byte__Array * destination, int32_t sourceStartIndex, int32_t destinationStartIndex, int32_t bytesToCopy, bool throwOnError, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85960, NativeTools_CopyMemory_2__MethodInfo); DO_APP_FUNC(0x02064220, bool, NativeTools_FillMemory, (void * buffer, int32_t length, uint8_t value, bool throwOnError, MethodInfo * method)); DO_APP_FUNC(0x02064250, bool, NativeTools_FillMemory_1, (void * buffer, int32_t startIndex, int32_t length, uint8_t value, bool throwOnError, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C858F8, NativeTools_FillMemory_1__MethodInfo); DO_APP_FUNC(0x02064D90, bool, NativeTools_FillMemory_2, (Byte__Array * buffer, int32_t length, uint8_t value, bool throwOnError, MethodInfo * method)); DO_APP_FUNC(0x02064DC0, bool, NativeTools_FillMemory_3, (Byte__Array * buffer, int32_t startIndex, int32_t length, uint8_t value, bool throwOnError, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C858F0, NativeTools_FillMemory_3__MethodInfo); DO_APP_FUNC(0x02065070, void, NativeTools_ZeroFillMemory, (void * buffer, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C858E0, NativeTools_ZeroFillMemory__MethodInfo); DO_APP_FUNC(0x02065350, String *, NativeTools_DumpToString, (void * buffer, int32_t length, String * stringFormat, MethodInfo * method)); DO_APP_FUNC(0x02065570, void, NativeTools_FreeHGlobalSafe, (void * * pointer, MethodInfo * method)); DO_APP_FUNC(0x02065620, bool, ReflectionTools_IsValueType, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x0205CFD0, bool, ReflectionTools_IsEnum, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02065650, Type *, ReflectionTools_GetUnderlyingEnumType, (Type * enumType, MethodInfo * method)); DO_APP_FUNC(0x02065710, bool, ReflectionTools_IsClass, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02065770, bool, ReflectionTools_IsPrimitive, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x020657A0, bool, ReflectionTools_IsArray, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x020657D0, bool, ReflectionTools_DoesTypeImplement, (Type * type, Type * baseOrInterfaceType, MethodInfo * method)); DO_APP_FUNC(0x02065800, bool, ReflectionTools_IsGenericType, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02065820, Type__Array *, ReflectionTools_GetGenericArguments, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02065840, IEnumerable_1_System_Reflection_FieldInfo__1 *, ReflectionTools_GetFields, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02065870, IEnumerable_1_System_Reflection_FieldInfo__1 *, ReflectionTools_GetFields_1, (Type * type, ReflectionTools_BindingFlags__Enum bindingFlags, MethodInfo * method)); DO_APP_FUNC(0x02065890, IEnumerable_1_System_Reflection_PropertyInfo__1 *, ReflectionTools_GetProperties, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x020658C0, IEnumerable_1_System_Reflection_PropertyInfo__1 *, ReflectionTools_GetProperties_1, (Type * type, ReflectionTools_BindingFlags__Enum bindingFlags, MethodInfo * method)); DO_APP_FUNC(0x020658E0, IEnumerable_1_System_Reflection_MethodInfo_ *, ReflectionTools_GetMethods, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02065910, IEnumerable_1_System_Reflection_MethodInfo_ *, ReflectionTools_GetMethods_1, (Type * type, ReflectionTools_BindingFlags__Enum bindingFlags, MethodInfo * method)); DO_APP_FUNC(0x02065930, bool, ReflectionTools_IsDefined, (Type * type, Type * attributeType, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x02065960, bool, ReflectionTools_IsAssemblyLoaded, (String * assemblyName, bool useShortName, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x02065C10, Type *, ReflectionTools_GetTypeInUnityEditorAssembly, (String * classPath, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x02065C20, Type *, ReflectionTools_GetTypeInUnityBuildAssembly, (String * classPath, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC(0x02065C30, Type *, ReflectionTools_TeZwwdscQxIjaoJIcipgeqEIqnSGA, (String * param_0000c31b, bool param_0000c31c, bool param_0000c31d, MethodInfo * method)); DO_APP_FUNC(0x02065CF0, Type *, ReflectionTools_GetTypeInAssembly, (String * classPath, String * assemblyName, bool ignoreCase, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85940, ReflectionTools_GetTypeInAssembly__MethodInfo); DO_APP_FUNC(0x01A0A3C0, MethodInfo_1 *, ReflectionTools_GetMethodInfo, (Delegate * delegate, MethodInfo * method)); DO_APP_FUNC(0x02065DE0, void, SerializationTools_WriteXmlElement, (XmlWriter * writer, String * name, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85938, SerializationTools_WriteXmlElement__MethodInfo); DO_APP_FUNC(0x02065FA0, void, SerializationTools_VpFbUBuTUtXLnGzZOVaHgzhOqGdi, (XmlWriter * param_0000c336, Object * param_0000c337, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C858A0, SerializationTools_VpFbUBuTUtXLnGzZOVaHgzhOqGdi__MethodInfo); DO_APP_FUNC(0x02067990, String *, SerializationTools_ReadXmlElement, (XmlReader * reader, String * name, MethodInfo * method)); DO_APP_FUNC(0x02067A60, bool, SerializationTools_TryReadXmlElement, (XmlReader * reader, String * name, String * * outValue, MethodInfo * method)); DO_APP_FUNC(0x02067BF0, bool, SerializationTools_TryReadXmlStartElement, (XmlReader * reader, String * name, bool * isEmpty, MethodInfo * method)); DO_APP_FUNC(0x02067C70, bool, SerializationTools_TryReadXmlEndElement, (XmlReader * reader, MethodInfo * method)); DO_APP_FUNC(0x02067CA0, String *, SerializationTools_CleanInvalidXmlChars, (String * text, MethodInfo * method)); DO_APP_FUNC(0x02067D80, String *, StringTools_ToString, (Int32__Array * inArray, MethodInfo * method)); DO_APP_FUNC(0x02067E50, String *, StringTools_ToString_1, (Single__Array * inArray, MethodInfo * method)); DO_APP_FUNC(0x02067F80, String *, StringTools_ToString_2, (String__Array * inArray, MethodInfo * method)); DO_APP_FUNC(0x02068030, String *, StringTools_ToString_3, (Boolean__Array * inArray, MethodInfo * method)); DO_APP_FUNC(0x02068170, String *, StringTools_ToString_4, (Byte__Array * inArray, MethodInfo * method)); DO_APP_FUNC(0x02068240, String *, StringTools_ToString_5, (Byte__Array * inArray, String * stringOptions, int32_t maxItemsPerLine, MethodInfo * method)); DO_APP_FUNC(0x02068420, String *, StringTools_ToString_6, (Vector3__Array * inArray, MethodInfo * method)); DO_APP_FUNC(0x02068500, String *, StringTools_ToString_7, (List_1_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x02068620, String *, StringTools_ToString_8, (Vector2 v, MethodInfo * method)); DO_APP_FUNC(0x02068690, String *, StringTools_ToString_9, (Vector3 v, MethodInfo * method)); DO_APP_FUNC(0x02068880, String__Array *, StringTools_Split, (String * str, String * delimiter, MethodInfo * method)); DO_APP_FUNC(0x020689B0, String__Array *, StringTools_SplitAndTrim, (String * str, String * delimiter, MethodInfo * method)); DO_APP_FUNC(0x02068BF0, String *, StringTools_DecodeNewlines, (String * s, MethodInfo * method)); DO_APP_FUNC(0x02068C60, String *, StringTools_EncodeNewlines, (String * s, MethodInfo * method)); DO_APP_FUNC(0x02068CD0, String *, StringTools_ArrayToText, (String__Array * sA, MethodInfo * method)); DO_APP_FUNC(0x02068D80, String__Array *, StringTools_TextToArray, (String * s, MethodInfo * method)); DO_APP_FUNC(0x02068EB0, String *, StringTools_StringToString, (String * s, MethodInfo * method)); DO_APP_FUNC(0x02068EF0, int32_t, StringTools_StringToInt, (String * s, MethodInfo * method)); DO_APP_FUNC(0x02068FC0, float, StringTools_StringToFloat, (String * s, MethodInfo * method)); DO_APP_FUNC(0x020690E0, bool, StringTools_StringToBoolean, (String * s, MethodInfo * method)); DO_APP_FUNC(0x020691E0, KeyCode__Enum, StringTools_StringToKeyCode, (String * s, MethodInfo * method)); DO_APP_FUNC(0x02069300, Enum, StringTools_StringToEnum, (String * str, Type * type, MethodInfo * method)); DO_APP_FUNC(0x020693E0, String *, StringTools_ToStringWithCount, (String * s, MethodInfo * method)); DO_APP_FUNC(0x02069550, Char__Array *, StringTools_StringToCharArray, (String * s, MethodInfo * method)); DO_APP_FUNC(0x02069560, String *, StringTools_CharArrayToString, (Char__Array * c, MethodInfo * method)); DO_APP_FUNC(0x02069580, String *, StringTools_CSVEncode, (String * s, MethodInfo * method)); DO_APP_FUNC(0x02069690, String *, StringTools_CSVDecode, (String * s, MethodInfo * method)); DO_APP_FUNC(0x020698F0, String__Array *, StringTools_CSVToArray, (String * s, MethodInfo * method)); DO_APP_FUNC(0x02069D70, String *, StringTools_TimeToString, (int32_t seconds, MethodInfo * method)); DO_APP_FUNC(0x02069DD0, String *, StringTools_TimeToString_1, (float seconds, MethodInfo * method)); DO_APP_FUNC(0x0206A160, void, StringTools__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0206A2F0, String *, StringTools_CleanUpFileName, (String * name, MethodInfo * method)); DO_APP_FUNC(0x0206A400, String *, StringTools_StripTrailingNumbers, (String * name, MethodInfo * method)); DO_APP_FUNC(0x0206A460, String *, StringTools_StripTrailingNumbers_1, (String * name, int32_t * number, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85858, StringTools_StripTrailingNumbers_1__MethodInfo); DO_APP_FUNC(0x0206A600, String *, StringTools_VerifyName, (String * name, int32_t indexInNameList, String__Array * names, bool cleanUpIllegalFileChars, MethodInfo * method)); DO_APP_FUNC(0x0206A690, String *, StringTools_VerifyName_1, (String * name, int32_t indexInNameList, String__Array * names, bool cleanUpIllegalFileChars, bool allowBlank, MethodInfo * method)); DO_APP_FUNC(0x0206A980, String *, StringTools_IterateName, (String * name, int32_t indexInNameList, String__Array * names, MethodInfo * method)); DO_APP_FUNC(0x0206AC90, String *, StringTools_ToString_10, (Rect rect, MethodInfo * method)); DO_APP_FUNC(0x0206AEE0, Guid, StringTools_ToGuid, (String * guid, MethodInfo * method)); DO_APP_FUNC(0x0206B040, Byte__Array *, StringTools_GetBytes, (String * str, MethodInfo * method)); DO_APP_FUNC(0x0206B0D0, String *, StringTools_GetString, (Byte__Array * bytes, MethodInfo * method)); DO_APP_FUNC(0x0206B160, String *, StringTools_ByteShiftEncode, (String * source, int16_t shift, MethodInfo * method)); DO_APP_FUNC(0x0206B300, String *, StringTools_GetNullTerminatedUnicodeString, (Byte__Array * bytes, MethodInfo * method)); DO_APP_FUNC(0x0206B3C0, String *, StringTools_SanitizeDeviceString, (String * text, MethodInfo * method)); DO_APP_FUNC(0x0206B4A0, String *, StringTools_ReplaceChar, (String * string, int32_t index, uint16_t replacement, MethodInfo * method)); DO_APP_FUNC(0x0206B510, String *, StringTools_AddSpacesToSentence, (String * text, bool preserveAcronyms, MethodInfo * method)); DO_APP_FUNC(0x0206B770, String *, StringTools_WriteVar, (String * name, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0206B7E0, String *, StringTools_WriteVar_1, (String * name, Object * value, uint16_t delimiter, MethodInfo * method)); DO_APP_FUNC(0x0206BAC0, void, StringTools_WriteVar_2, (StringBuilder * sb, String * name, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0206BC50, void, StringTools_WriteVar_3, (StringBuilder * sb, String * name, Object * value, uint16_t delimiter, MethodInfo * method)); DO_APP_FUNC(0x0206BD70, String *, StringTools_Trim, (String * str, MethodInfo * method)); DO_APP_FUNC(0x0206BD90, String *, StringTools_VariableNameToDisplayName, (String * fieldName, MethodInfo * method)); DO_APP_FUNC(0x0206C230, int32_t, StringTools_CountChars, (String * text, uint16_t character, MethodInfo * method)); DO_APP_FUNC(0x0206C2B0, UnityTools_UnityVersionClass *, UnityTools_get_unityVersionObj, (MethodInfo * method)); DO_APP_FUNC(0x0206C360, UnityTools_UnityVersion__Enum, UnityTools_get_unityVersion, (MethodInfo * method)); DO_APP_FUNC(0x0206C420, String *, UnityTools_get_unityVersionString, (MethodInfo * method)); DO_APP_FUNC(0x0206C500, Platform__Enum, UnityTools_get_platform, (MethodInfo * method)); DO_APP_FUNC(0x0206C5B0, Platform__Enum, UnityTools_get_effectivePlatform, (MethodInfo * method)); DO_APP_FUNC(0x0206C6D0, EditorPlatform__Enum, UnityTools_get_editorPlatform, (MethodInfo * method)); DO_APP_FUNC(0x0206C780, bool, UnityTools_get_isEditor, (MethodInfo * method)); DO_APP_FUNC(0x0206C840, bool, UnityTools_get_isPlaying, (MethodInfo * method)); DO_APP_FUNC(0x0206C8A0, bool, UnityTools_get_isDebugBuild, (MethodInfo * method)); DO_APP_FUNC(0x0206C960, WebplayerPlatform__Enum, UnityTools_get_webplayerPlatform, (MethodInfo * method)); DO_APP_FUNC(0x0206CA10, bool, UnityTools_get_logToDebugLog, (MethodInfo * method)); DO_APP_FUNC(0x0206CB90, bool, UnityTools_get_editorPlatformMatchesBuildPlatform, (MethodInfo * method)); DO_APP_FUNC(0x0206CCF0, bool, UnityTools_get_isSupportedVersion3, (MethodInfo * method)); DO_APP_FUNC(0x0206CDB0, bool, UnityTools_get_isSupportedVersion4, (MethodInfo * method)); DO_APP_FUNC(0x0206CE70, bool, UnityTools_get_supports2DColliders, (MethodInfo * method)); DO_APP_FUNC(0x0206CF30, bool, UnityTools_get_supportsSortingLayers, (MethodInfo * method)); DO_APP_FUNC(0x0206CFF0, bool, UnityTools_get_supportsUnityUI, (MethodInfo * method)); DO_APP_FUNC(0x0206D0B0, bool, UnityTools_get_supportsTouchControls, (MethodInfo * method)); DO_APP_FUNC(0x0206D170, bool, UnityTools_get_isAndroidPlatform, (MethodInfo * method)); DO_APP_FUNC(0x0206D2A0, bool, UnityTools_get_isIOSPlatform, (MethodInfo * method)); DO_APP_FUNC(0x0206D380, bool, UnityTools_get_isStandalonePlatform, (MethodInfo * method)); DO_APP_FUNC(0x0206D480, bool, UnityTools_get_windowsJoystickNamesReturnsEmptyStringsIfJoystickNull, (MethodInfo * method)); DO_APP_FUNC(0x0206D540, bool, UnityTools_get_supportsUnityUIGraphicRaycastTarget, (MethodInfo * method)); DO_APP_FUNC(0x0206D600, bool, UnityTools_get_supportsNestedPrefabs, (MethodInfo * method)); DO_APP_FUNC(0x0206D6C0, bool, UnityTools_get_supportsWindowsAppStore, (MethodInfo * method)); DO_APP_FUNC(0x0206D7A0, bool, UnityTools_get_supportsWindowsUWP, (MethodInfo * method)); DO_APP_FUNC(0x0206D860, bool, UnityTools_get_supportsWindowsUWP_IL2CPP, (MethodInfo * method)); DO_APP_FUNC(0x0206D920, bool, UnityTools_get_supportsXboxOne, (MethodInfo * method)); DO_APP_FUNC(0x0206D9E0, bool, UnityTools_get_supportsStadia, (MethodInfo * method)); DO_APP_FUNC(0x0206DAA0, bool, UnityTools_get_windowsStandalone_supportsRawInputForwarding, (MethodInfo * method)); DO_APP_FUNC(0x0206DB60, ScriptingBackend__Enum, UnityTools_get_scriptingBackend, (MethodInfo * method)); DO_APP_FUNC(0x0206DBC0, ScriptingAPILevel__Enum, UnityTools_get_scriptingAPILevel, (MethodInfo * method)); DO_APP_FUNC(0x0206DC20, IExternalTools *, UnityTools_get_externalTools, (MethodInfo * method)); DO_APP_FUNC(0x0206DCE0, IAndroidFallbackPlatformHelper *, UnityTools_LzwBvFeOFefRSfgaAhnbcLgPIUco, (MethodInfo * method)); DO_APP_FUNC(0x0206DD40, void, UnityTools_qaSiyygVcpRccqGXaIkcLzTwuJRTA, (IAndroidFallbackPlatformHelper * param_0000c39f, MethodInfo * method)); DO_APP_FUNC(0x0206DE00, bool, UnityTools_get_isInitialized, (MethodInfo * method)); DO_APP_FUNC(0x0206DE60, bool, UnityTools_CpkCDShvGTOWggDBKRwqHTfATFvtB, (MethodInfo * method)); DO_APP_FUNC(0x0206DEB0, bool, UnityTools_BlDBjkfpRrPGhkgPEEVcbFaSKRMJ, (MethodInfo * method)); DO_APP_FUNC(0x0206E240, void, UnityTools_LIeljCbdoWdgBAecluMnblrpCnHu, (UnityTools_KWAChOGmLimSYBqZwRDWzfpjEptmA param_0000c3a0, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, WebplayerPlatform__Enum, UnityTools_DetermineWebplayerPlatformType, (Platform__Enum platform, EditorPlatform__Enum editorPlatform, MethodInfo * method)); DO_APP_FUNC(0x0206E550, bool, UnityTools_IsUnityVersionInRange, (String * minVersionStr, String * maxVersionStr, MethodInfo * method)); DO_APP_FUNC(0x0206E9F0, bool, UnityTools_DIfqLBDrdRsRWrDMsgeayCnUTXFA, (String * param_0000c3a5, int32_t * param_0000c3a6, MethodInfo * method)); DO_APP_FUNC(0x0206EB00, void, UnityTools_uMbumxDBrndlmvQqLmxpHqusGebe, (MethodInfo * method)); DO_APP_FUNC(0x0206EC50, UnityTools_UnityVersion__Enum, UnityTools_CiYLBtgohHiPTmJAWfOWLRSgGwQg, (String * param_0000c3a7, MethodInfo * method)); DO_APP_FUNC(0x0206F930, UnityTools_UnityVersion__Enum, UnityTools_LqJrefbcGdQzNyQWcQRzaMRPKsAN, (int32_t param_0000c3a8, MethodInfo * method)); DO_APP_FUNC(0x0206F9E0, UnityTools_UnityVersion__Enum, UnityTools_QcENZMeiRaDJzeoPbfgwFEzdvjQEA, (int32_t param_0000c3a9, MethodInfo * method)); DO_APP_FUNC(0x0206FA90, void, UnityTools_xvEGVBoKRtqVyuOMBYscSolTFICk, (MethodInfo * method)); DO_APP_FUNC(0x0206FE60, Type *, UnityTools_cGeANLlFlxjqQuFlXHILDYNDYxCs, (FLVNNtfKOAYxUAwFurasJhEBxvVJ__Enum param_0000c3aa, MethodInfo * method)); DO_APP_FUNC(0x02070010, Type *, UnityTools_hJoWWovObHAYImqjpANtEjkwKdmq, (FLVNNtfKOAYxUAwFurasJhEBxvVJ__Enum param_0000c3ab, MethodInfo * method)); DO_APP_FUNC(0x02070100, List_1_System_String_ *, UnityTools_GetCurrentPlatformResourecesDLLPaths, (MethodInfo * method)); DO_APP_FUNC(0x02070280, Transform *, UnityTools_FindTransformInChildren, (Transform * transform, String * name, MethodInfo * method)); DO_APP_FUNC(0x020705A0, Transform *, UnityTools_FindTransformInChildren_1, (GameObject * gameObject, String * name, MethodInfo * method)); DO_APP_FUNC(0x02070730, GameObject *, UnityTools_FindGameObjectInChildren, (GameObject * gameObject, String * name, MethodInfo * method)); DO_APP_FUNC(0x020709C0, GameObject *, UnityTools_FindGameObjectInChildren_1, (Transform * transform, String * name, MethodInfo * method)); DO_APP_FUNC(0x02070C10, Component *, UnityTools_GetComponent, (Transform * transform, Type * type, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x02070DB0, Component *, UnityTools_GetComponent_1, (Component * component, Type * type, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x02070F50, Component *, UnityTools_GetComponent_2, (GameObject * gameObject, Type * type, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x020712C0, Component *, UnityTools_GetComponent_3, (Transform * transform, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02071450, Component *, UnityTools_GetComponent_4, (Component * component, Type * type, MethodInfo * method)); DO_APP_FUNC(0x020715E0, Component *, UnityTools_GetComponent_5, (GameObject * gameObject, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02071910, Component *, UnityTools_GetComponentInChildren, (GameObject * gameObject, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02071AA0, Component *, UnityTools_GetComponentInChildren_1, (Component * component, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02071C30, Component *, UnityTools_GetComponentInChildren_2, (Transform * transform, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02072000, Component *, UnityTools_GetComponentInChildren_3, (GameObject * gameObject, Type * type, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x020721A0, Component *, UnityTools_GetComponentInChildren_4, (Component * component, Type * type, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x02072340, Component *, UnityTools_GetComponentInChildren_5, (Transform * transform, Type * type, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x02072710, List_1_UnityEngine_Component_ *, UnityTools_GetComponents, (Transform * transform, Type * type, MethodInfo * method)); DO_APP_FUNC(0x020728E0, List_1_UnityEngine_Component_ *, UnityTools_GetComponents_1, (Component * component, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02072AB0, List_1_UnityEngine_Component_ *, UnityTools_GetComponents_2, (GameObject * gameObject, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02072C60, List_1_UnityEngine_Component_ *, UnityTools_GetComponents_3, (Transform * transform, Type * type, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x02072E50, List_1_UnityEngine_Component_ *, UnityTools_GetComponents_4, (Component * component, Type * type, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x02073040, List_1_UnityEngine_Component_ *, UnityTools_GetComponents_5, (GameObject * gameObject, Type * type, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x02073260, List_1_UnityEngine_Component_ *, UnityTools_GetComponentsInChildren, (Transform * transform, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85608, UnityTools_GetComponentsInChildren__MethodInfo); DO_APP_FUNC(0x02073500, List_1_UnityEngine_Component_ *, UnityTools_GetComponentsInChildren_1, (Component * component, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85570, UnityTools_GetComponentsInChildren_1__MethodInfo); DO_APP_FUNC(0x020736C0, List_1_UnityEngine_Component_ *, UnityTools_GetComponentsInChildren_2, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85558, UnityTools_GetComponentsInChildren_2__MethodInfo); DO_APP_FUNC(0x02073880, List_1_UnityEngine_Component_ *, UnityTools_GetComponentsInParents, (Transform * transform, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85540, UnityTools_GetComponentsInParents__MethodInfo); DO_APP_FUNC(0x02073B70, List_1_UnityEngine_Component_ *, UnityTools_GetComponentsInParents_1, (Component * component, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85550, UnityTools_GetComponentsInParents_1__MethodInfo); DO_APP_FUNC(0x02073D30, List_1_UnityEngine_Component_ *, UnityTools_GetComponentsInParents_2, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85538, UnityTools_GetComponentsInParents_2__MethodInfo); DO_APP_FUNC(0x02073EF0, int32_t, UnityTools_GetComponents_6, (Transform * transform, List_1_UnityEngine_Component_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C855C8, UnityTools_GetComponents_6__MethodInfo); DO_APP_FUNC(0x020740D0, int32_t, UnityTools_GetComponents_7, (Component * component, List_1_UnityEngine_Component_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C855A8, UnityTools_GetComponents_7__MethodInfo); DO_APP_FUNC(0x020742B0, int32_t, UnityTools_GetComponents_8, (GameObject * gameObject, List_1_UnityEngine_Component_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85588, UnityTools_GetComponents_8__MethodInfo); DO_APP_FUNC(0x02074730, int32_t, UnityTools_GetComponents_9, (Transform * transform, Type * type, List_1_UnityEngine_Component_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85598, UnityTools_GetComponents_9__MethodInfo); DO_APP_FUNC(0x02074930, int32_t, UnityTools_GetComponents_10, (Component * component, Type * type, List_1_UnityEngine_Component_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85580, UnityTools_GetComponents_10__MethodInfo); DO_APP_FUNC(0x02074B30, int32_t, UnityTools_GetComponents_11, (GameObject * gameObject, Type * type, List_1_UnityEngine_Component_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C854F0, UnityTools_GetComponents_11__MethodInfo); DO_APP_FUNC(0x02075000, int32_t, UnityTools_GetComponentsInSelfAndChildren, (Transform * transform, List_1_UnityEngine_Component_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C854D8, UnityTools_GetComponentsInSelfAndChildren__MethodInfo); DO_APP_FUNC(0x02075570, int32_t, UnityTools_GetComponentsInSelfAndChildren_1, (Component * component, List_1_UnityEngine_Component_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C854C0, UnityTools_GetComponentsInSelfAndChildren_1__MethodInfo); DO_APP_FUNC(0x02075750, int32_t, UnityTools_GetComponentsInSelfAndChildren_2, (GameObject * gameObject, List_1_UnityEngine_Component_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C854C8, UnityTools_GetComponentsInSelfAndChildren_2__MethodInfo); DO_APP_FUNC(0x02075930, int32_t, UnityTools_GetComponentsInChildren_3, (Transform * transform, List_1_UnityEngine_Component_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C854B8, UnityTools_GetComponentsInChildren_3__MethodInfo); DO_APP_FUNC(0x02075C20, int32_t, UnityTools_GetComponentsInChildren_4, (Component * component, List_1_UnityEngine_Component_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85528, UnityTools_GetComponentsInChildren_4__MethodInfo); DO_APP_FUNC(0x02075E00, int32_t, UnityTools_GetComponentsInChildren_5, (GameObject * gameObject, List_1_UnityEngine_Component_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85518, UnityTools_GetComponentsInChildren_5__MethodInfo); DO_APP_FUNC(0x02075FE0, int32_t, UnityTools_GetComponentsInParents_3, (Transform * transform, List_1_UnityEngine_Component_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85520, UnityTools_GetComponentsInParents_3__MethodInfo); DO_APP_FUNC(0x020761C0, int32_t, UnityTools_GetComponentsInParents_4, (Component * component, List_1_UnityEngine_Component_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85510, UnityTools_GetComponentsInParents_4__MethodInfo); DO_APP_FUNC(0x020763A0, int32_t, UnityTools_GetComponentsInParents_5, (GameObject * gameObject, List_1_UnityEngine_Component_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85500, UnityTools_GetComponentsInParents_5__MethodInfo); DO_APP_FUNC(0x02076790, bool, UnityTools_IsEnabled, (Component * component, MethodInfo * method)); DO_APP_FUNC(0x020769F0, bool, UnityTools_IsActiveAndEnabled, (Component * component, MethodInfo * method)); DO_APP_FUNC(0x02076CF0, Object_1 *, UnityTools_Instantiate, (Object_1 * original, Transform * parent, bool instantiateInWorldSpace, MethodInfo * method)); DO_APP_FUNC(0x02076E20, Object_1 *, UnityTools_Instantiate_1, (Object_1 * original, Vector3 position, Quaternion rotation, Transform * parent, bool instantiateInWorldSpace, MethodInfo * method)); DO_APP_FUNC(0x02076EF0, Vector3, UnityTools_TransformPoint, (Transform * from, Transform * to, Vector3 point, MethodInfo * method)); DO_APP_FUNC(0x020771E0, Vector3, UnityTools_TransformPoint_1, (Transform * from, Transform * to, MethodInfo * method)); DO_APP_FUNC(0x020772D0, Vector3, UnityTools_TransformDirection, (Transform * from, Transform * to, Vector3 direction, MethodInfo * method)); DO_APP_FUNC(0x020775C0, Vector3, UnityTools_TransformDirection_1, (Transform * from, Transform * to, MethodInfo * method)); DO_APP_FUNC(0x020776B0, Vector3, UnityTools_TransformVector, (Transform * from, Transform * to, Vector3 vector, MethodInfo * method)); DO_APP_FUNC(0x02077AC0, Vector3, UnityTools_TransformVector_1, (Transform * from, Transform * to, MethodInfo * method)); DO_APP_FUNC(0x02077BB0, Rect, UnityTools_TransformRect, (Transform * from, Transform * to, Rect rect, MethodInfo * method)); DO_APP_FUNC(0x020781C0, void, UnityTools_DebugDrawCross, (Vector3 position, float length, Color color, MethodInfo * method)); DO_APP_FUNC(0x02078820, void, UnityTools_DebugDrawCross_1, (Vector3 position, float length, Color color, float duration, MethodInfo * method)); DO_APP_FUNC(0x02078EA0, String *, UnityTools_GetUnityInputAxisName, (int32_t unityJoystickIndex, int32_t axisIndex, MethodInfo * method)); DO_APP_FUNC(0x02078F00, String *, UnityTools_GetUnityInputAxisNameByJoystickId, (int32_t unityJoystickId, int32_t axisIndex, MethodInfo * method)); DO_APP_FUNC(0x02079010, String *, UnityTools_GetUnityInputButtonName, (int32_t unityJoystickIndex, int32_t buttonIndex, MethodInfo * method)); DO_APP_FUNC(0x020790E0, String *, UnityTools_GetUnityInputButtonNameByJoystickId, (int32_t unityJoystickId, int32_t buttonIndex, MethodInfo * method)); DO_APP_FUNC(0x02079170, bool, UnityTools_IsValidUnityJoystickName, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02079560, AnimationCurve *, UnityTools_Copy, (AnimationCurve * orig, MethodInfo * method)); DO_APP_FUNC(0x020797B0, bool, UnityTools_IsNullOrDestroyed, (Object * object, MethodInfo * method)); DO_APP_FUNC(0x02079950, ButtonStateFlags__Enum, UnityTools_hvNfzOWOJwCJgiOjkZpjgdGQhlDN, (KeyCode__Enum param_0000c4e0, MethodInfo * method)); DO_APP_FUNC(0x02079A60, ButtonStateFlags__Enum, UnityTools_mqqZdClMIxtIoXjjFJzbegObqNYJ, (String * param_0000c4e1, MethodInfo * method)); DO_APP_FUNC(0x02079B70, void, UnityTools__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02079BB0, void, UnityTools_KWAChOGmLimSYBqZwRDWzfpjEptmA__ctor, (UnityTools_KWAChOGmLimSYBqZwRDWzfpjEptmA * __this, Platform__Enum param_0000c4e2, Platform__Enum param_0000c4e3, EditorPlatform__Enum param_0000c4e4, bool param_0000c4e5, WebplayerPlatform__Enum param_0000c4e6, ScriptingBackend__Enum param_0000c4e7, ScriptingAPILevel__Enum param_0000c4e8, IExternalTools * param_0000c4e9, MethodInfo * method)); DO_APP_FUNC(0x02079C30, void, UnityTools_UnityVersionClass__ctor, (UnityTools_UnityVersionClass * __this, String * param_0000c4ea, MethodInfo * method)); DO_APP_FUNC(0x02079FD0, String *, UnityTools_UnityVersionClass_ToString, (UnityTools_UnityVersionClass * __this, MethodInfo * method)); DO_APP_FUNC(0x0207A4F0, String *, UnityTools_UnityVersionClass_iKGmdQTiqORUBqNZQNCPmXDVmUYG, (UnityTools_UnityVersionClass * __this, UnityTools_UnityVersionClass_glaDNmAmAoVpJEKrdTjTLKRZNScgA__Enum param_0000c4eb, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85488, UnityTools_UnityVersionClass_iKGmdQTiqORUBqNZQNCPmXDVmUYG__MethodInfo); DO_APP_FUNC(0x0207A5C0, bool, UnityTools_UnityVersionClass_Equals, (UnityTools_UnityVersionClass * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x019CFBC0, int32_t, UnityTools_UnityVersionClass_GetHashCode, (UnityTools_UnityVersionClass * __this, MethodInfo * method)); DO_APP_FUNC(0x0207A730, bool, UnityTools_UnityVersionClass_op_LessThan, (UnityTools_UnityVersionClass * a, UnityTools_UnityVersionClass * b, MethodInfo * method)); DO_APP_FUNC(0x0207A7F0, bool, UnityTools_UnityVersionClass_op_GreaterThan, (UnityTools_UnityVersionClass * a, UnityTools_UnityVersionClass * b, MethodInfo * method)); DO_APP_FUNC(0x0207A8A0, bool, UnityTools_UnityVersionClass_op_GreaterThanOrEqual, (UnityTools_UnityVersionClass * a, UnityTools_UnityVersionClass * b, MethodInfo * method)); DO_APP_FUNC(0x0207A950, bool, UnityTools_UnityVersionClass_op_LessThanOrEqual, (UnityTools_UnityVersionClass * a, UnityTools_UnityVersionClass * b, MethodInfo * method)); DO_APP_FUNC(0x0207AA00, bool, UnityTools_UnityVersionClass_op_Equality, (UnityTools_UnityVersionClass * a, UnityTools_UnityVersionClass * b, MethodInfo * method)); DO_APP_FUNC(0x0207AAB0, bool, UnityTools_UnityVersionClass_op_Inequality, (UnityTools_UnityVersionClass * a, UnityTools_UnityVersionClass * b, MethodInfo * method)); DO_APP_FUNC(0x0207AB60, int32_t, UnityTools_UnityVersionClass_Comparison, (UnityTools_UnityVersionClass * a, UnityTools_UnityVersionClass * b, MethodInfo * method)); DO_APP_FUNC(0x0207AC20, bool, UnityTools_UnityVersionClass_IsValidVersionString, (String * versionString, MethodInfo * method)); DO_APP_FUNC(0x0207AE20, int32_t, UnityTools_UnityVersionClass_RLhogcPWbmatCIChbrIiPmpLmPzD, (UnityTools_UnityVersionClass_glaDNmAmAoVpJEKrdTjTLKRZNScgA__Enum param_0000c4fc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85470, UnityTools_UnityVersionClass_RLhogcPWbmatCIChbrIiPmpLmPzD__MethodInfo); DO_APP_FUNC(0x0207AEA0, bool, VMLJRlNegYHbCiCRxBNeWlBQKGKz_CwfsiIOGSFUegSdUcQsbCQhfhCXIA, (int32_t param_0000c539, MethodInfo * method)); DO_APP_FUNC(0x0207AF50, int32_t, VMLJRlNegYHbCiCRxBNeWlBQKGKz_cfyObUSxQZaYHmANrLsNJQroKmsh, (int32_t param_0000c53a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85428, VMLJRlNegYHbCiCRxBNeWlBQKGKz_cfyObUSxQZaYHmANrLsNJQroKmsh__MethodInfo); DO_APP_FUNC(0x0207B180, int32_t, VMLJRlNegYHbCiCRxBNeWlBQKGKz_gPbeATnjmfFQPgGZLVXVRHrChdjTA, (MethodInfo * method)); DO_APP_FUNC(0x0207B1F0, int32_t, VMLJRlNegYHbCiCRxBNeWlBQKGKz_WDTCIRJEdLCNcrHGjljxPRLlUZUl, (int32_t param_0000c53b, MethodInfo * method)); DO_APP_FUNC(0x0207B270, void, VMLJRlNegYHbCiCRxBNeWlBQKGKz__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0207B350, bool, PlatformTools_IsSysVersionInRange, (String * min, String * max, MethodInfo * method)); DO_APP_FUNC(0x0207B500, Object *, Factory_CreateInstance, (Type * type, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x0207B660, lYCsvqTFjFVfIgNtCCiGGqNkZigi, lYCsvqTFjFVfIgNtCCiGGqNkZigi_RjWIqygyejeVNIzJBKgBZhRbvFof, (MethodInfo * method)); DO_APP_FUNC(0x003C8E20, void, lYCsvqTFjFVfIgNtCCiGGqNkZigi__ctor, (lYCsvqTFjFVfIgNtCCiGGqNkZigi * __this, float param_0000c540, float param_0000c541, float param_0000c542, float param_0000c543, MethodInfo * method)); DO_APP_FUNC(0x0207B680, lYCsvqTFjFVfIgNtCCiGGqNkZigi, lYCsvqTFjFVfIgNtCCiGGqNkZigi_egsgTyhwVqGJYkCBfFJmWlIUfHaV, (float param_0000c544, float param_0000c545, float param_0000c546, float param_0000c547, MethodInfo * method)); DO_APP_FUNC(0x003C8E20, void, lYCsvqTFjFVfIgNtCCiGGqNkZigi_kIkezWISFZiNZPpmTjWSviJqCHRq, (lYCsvqTFjFVfIgNtCCiGGqNkZigi * __this, float param_0000c548, float param_0000c549, float param_0000c54a, float param_0000c54b, MethodInfo * method)); DO_APP_FUNC(0x0207B740, lYCsvqTFjFVfIgNtCCiGGqNkZigi, lYCsvqTFjFVfIgNtCCiGGqNkZigi_RLbXDBkJTKpnazTzcDHBogGtUkSn, (lYCsvqTFjFVfIgNtCCiGGqNkZigi param_0000c54c, lYCsvqTFjFVfIgNtCCiGGqNkZigi param_0000c54d, MethodInfo * method)); DO_APP_FUNC(0x0207B830, void, lYCsvqTFjFVfIgNtCCiGGqNkZigi_ZhtLPfUBfJDwjhDClhGaYdHWKIHzA, (lYCsvqTFjFVfIgNtCCiGGqNkZigi * __this, MethodInfo * method)); DO_APP_FUNC(0x0207B8E0, lYCsvqTFjFVfIgNtCCiGGqNkZigi, lYCsvqTFjFVfIgNtCCiGGqNkZigi_tFPimVdsqNmZtGMkltBUEvYktLWyA, (lYCsvqTFjFVfIgNtCCiGGqNkZigi * __this, MethodInfo * method)); DO_APP_FUNC(0x0207B910, void, lYCsvqTFjFVfIgNtCCiGGqNkZigi_bKrLcqUdqRviWoExkNBicNJhfzVj, (lYCsvqTFjFVfIgNtCCiGGqNkZigi * __this, MethodInfo * method)); DO_APP_FUNC(0x0207B940, lYCsvqTFjFVfIgNtCCiGGqNkZigi, lYCsvqTFjFVfIgNtCCiGGqNkZigi_CwbdYxjKpMeNxPnvkMubthoudblt, (lYCsvqTFjFVfIgNtCCiGGqNkZigi * __this, MethodInfo * method)); DO_APP_FUNC(0x009B8390, QeeoSydAJKtvhuMHtIdMCGTRHBDhA, QeeoSydAJKtvhuMHtIdMCGTRHBDhA_FWRdbdpAtNRvRJwCiyBKDfmDiJMv, (MethodInfo * method)); DO_APP_FUNC(0x003C8E10, void, QeeoSydAJKtvhuMHtIdMCGTRHBDhA__ctor, (QeeoSydAJKtvhuMHtIdMCGTRHBDhA * __this, float param_0000c54e, float param_0000c54f, float param_0000c550, MethodInfo * method)); DO_APP_FUNC(0x003C8E10, void, QeeoSydAJKtvhuMHtIdMCGTRHBDhA_kIkezWISFZiNZPpmTjWSviJqCHRq, (QeeoSydAJKtvhuMHtIdMCGTRHBDhA * __this, float param_0000c551, float param_0000c552, float param_0000c553, MethodInfo * method)); DO_APP_FUNC(0x0207B980, float, QeeoSydAJKtvhuMHtIdMCGTRHBDhA_RZoEDRCjcpWFATClgnAAfctKLZbIB, (QeeoSydAJKtvhuMHtIdMCGTRHBDhA * __this, MethodInfo * method)); DO_APP_FUNC(0x0207B9B0, void, QeeoSydAJKtvhuMHtIdMCGTRHBDhA_ZhtLPfUBfJDwjhDClhGaYdHWKIHzA, (QeeoSydAJKtvhuMHtIdMCGTRHBDhA * __this, MethodInfo * method)); DO_APP_FUNC(0x0207BA20, QeeoSydAJKtvhuMHtIdMCGTRHBDhA, QeeoSydAJKtvhuMHtIdMCGTRHBDhA_tFPimVdsqNmZtGMkltBUEvYktLWyA, (QeeoSydAJKtvhuMHtIdMCGTRHBDhA * __this, MethodInfo * method)); DO_APP_FUNC(0x0207BA50, QeeoSydAJKtvhuMHtIdMCGTRHBDhA, QeeoSydAJKtvhuMHtIdMCGTRHBDhA_zHzihznKALrJIhmbTaTwCHebbeFx, (QeeoSydAJKtvhuMHtIdMCGTRHBDhA param_0000c554, QeeoSydAJKtvhuMHtIdMCGTRHBDhA param_0000c555, MethodInfo * method)); DO_APP_FUNC(0x0207BA90, QeeoSydAJKtvhuMHtIdMCGTRHBDhA, QeeoSydAJKtvhuMHtIdMCGTRHBDhA_SPftZOuPaGmOzfnUFSSbvtdblJdg, (QeeoSydAJKtvhuMHtIdMCGTRHBDhA param_0000c556, QeeoSydAJKtvhuMHtIdMCGTRHBDhA param_0000c557, MethodInfo * method)); DO_APP_FUNC(0x0207BAD0, QeeoSydAJKtvhuMHtIdMCGTRHBDhA, QeeoSydAJKtvhuMHtIdMCGTRHBDhA_RLbXDBkJTKpnazTzcDHBogGtUkSn, (QeeoSydAJKtvhuMHtIdMCGTRHBDhA param_0000c558, float param_0000c559, MethodInfo * method)); DO_APP_FUNC(0x0207BB00, QeeoSydAJKtvhuMHtIdMCGTRHBDhA, QeeoSydAJKtvhuMHtIdMCGTRHBDhA_NiEYcSAZcIbkeQImpRgGQSrHSROR, (QeeoSydAJKtvhuMHtIdMCGTRHBDhA param_0000c55a, float param_0000c55b, MethodInfo * method)); DO_APP_FUNC(0x0207BB30, QeeoSydAJKtvhuMHtIdMCGTRHBDhA, QeeoSydAJKtvhuMHtIdMCGTRHBDhA_RLbXDBkJTKpnazTzcDHBogGtUkSn_1, (QeeoSydAJKtvhuMHtIdMCGTRHBDhA param_0000c55c, lYCsvqTFjFVfIgNtCCiGGqNkZigi param_0000c55d, MethodInfo * method)); DO_APP_FUNC(0x0207BD20, QeeoSydAJKtvhuMHtIdMCGTRHBDhA, QeeoSydAJKtvhuMHtIdMCGTRHBDhA_vVGqLbtcBFNgTMpIbRmmwSpMbFKu, (QeeoSydAJKtvhuMHtIdMCGTRHBDhA param_0000c55e, MethodInfo * method)); DO_APP_FUNC(0x0207BD60, float, QeeoSydAJKtvhuMHtIdMCGTRHBDhA_NDafttckDIzBSguFtQiILQykbHhm, (QeeoSydAJKtvhuMHtIdMCGTRHBDhA * __this, QeeoSydAJKtvhuMHtIdMCGTRHBDhA param_0000c55f, MethodInfo * method)); DO_APP_FUNC(0x0207BD90, QeeoSydAJKtvhuMHtIdMCGTRHBDhA, QeeoSydAJKtvhuMHtIdMCGTRHBDhA_yTiFExJcdGseCXeyeYJAeOUpveph, (QeeoSydAJKtvhuMHtIdMCGTRHBDhA * __this, QeeoSydAJKtvhuMHtIdMCGTRHBDhA param_0000c560, MethodInfo * method)); DO_APP_FUNC(0x0207BDF0, void, RUoxfUsVQBUZAcCaSatDwXuLMxtb__ctor, (RUoxfUsVQBUZAcCaSatDwXuLMxtb * __this, MethodInfo * method)); DO_APP_FUNC(0x0207BEA0, void, RUoxfUsVQBUZAcCaSatDwXuLMxtb_DiSEicMGRLeyYCcOOCJVXiKUImDxA, (RUoxfUsVQBUZAcCaSatDwXuLMxtb * __this, MethodInfo * method)); DO_APP_FUNC(0x0207BEC0, void, RUoxfUsVQBUZAcCaSatDwXuLMxtb_XUYlHArjcZHIIZmMQVtfQqgGDltj, (RUoxfUsVQBUZAcCaSatDwXuLMxtb * __this, float param_0000c561, float param_0000c562, float param_0000c563, float param_0000c564, float param_0000c565, float param_0000c566, float param_0000c567, float param_0000c568, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SerializeAttribute__ctor, (SerializeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DoNotSerializeAttribute__ctor, (DoNotSerializeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0207C8E0, Object *, JsonParser_FromJson, (Type * type, String * json, MethodInfo * method)); DO_APP_FUNC(0x0207C950, Object *, JsonParser_FromJson_1, (Type * type, String * json, Type * preferredAnonymousObjectType, MethodInfo * method)); DO_APP_FUNC(0x0207CB40, Object *, JsonParser_fYQwrxSUTjNVNNWHknPmGPxcGtAi, (Type * param_0000c577, String * param_0000c578, Type * param_0000c579, bool * param_0000c57a, MethodInfo * method)); DO_APP_FUNC(0x0207E0A0, Object *, JsonParser_kgxPUfkmVmrecqMSZYeoIemjjOXl, (String * param_0000c57b, Type * param_0000c57c, bool * param_0000c57d, MethodInfo * method)); DO_APP_FUNC(0x0207EEF0, Object *, JsonParser_fWjgDIIPVHrDpqMLtDiYOIqHnGyh, (Type * param_0000c57e, String * param_0000c57f, Type * param_0000c580, MethodInfo * method)); DO_APP_FUNC(0x0207F9C0, int32_t, JsonParser_TlPwQsXFLJHyZNFsbBCAaMPivKnLA, (bool param_0000c581, int32_t param_0000c582, String * param_0000c583, MethodInfo * method)); DO_APP_FUNC(0x0207FC20, List_1_System_String_ *, JsonParser_unJKSYSdSWSsMZdAJinBgLyYMPcJ, (String * param_0000c584, MethodInfo * method)); DO_APP_FUNC(0x02080050, void, JsonParser__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02080390, void, JsonParser_asoaGjfgLgOvekMIUjTqwSYAcxOd__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, JsonParser_asoaGjfgLgOvekMIUjTqwSYAcxOd__ctor, (JsonParser_asoaGjfgLgOvekMIUjTqwSYAcxOd * __this, MethodInfo * method)); DO_APP_FUNC(0x02080440, bool, JsonParser_asoaGjfgLgOvekMIUjTqwSYAcxOd_KuCgRdrGoKZAgjDfiKkAqdCtxdhm, (JsonParser_asoaGjfgLgOvekMIUjTqwSYAcxOd * __this, FieldInfo_1 * param_0000c585, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85400, JsonParser_asoaGjfgLgOvekMIUjTqwSYAcxOd_KuCgRdrGoKZAgjDfiKkAqdCtxdhm__MethodInfo); DO_APP_FUNC(0x02080620, String *, JsonParser_asoaGjfgLgOvekMIUjTqwSYAcxOd_mfFWSpSVJIFSdIihhxLgaIPaeUnm, (JsonParser_asoaGjfgLgOvekMIUjTqwSYAcxOd * __this, FieldInfo_1 * param_0000c586, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C853D8, JsonParser_asoaGjfgLgOvekMIUjTqwSYAcxOd_mfFWSpSVJIFSdIihhxLgaIPaeUnm__MethodInfo); DO_APP_FUNC(0x020807B0, bool, JsonParser_asoaGjfgLgOvekMIUjTqwSYAcxOd_JVnClzlekFDyDvPgRtgNmgTpuYdk, (JsonParser_asoaGjfgLgOvekMIUjTqwSYAcxOd * __this, PropertyInfo_1 * param_0000c587, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85408, JsonParser_asoaGjfgLgOvekMIUjTqwSYAcxOd_JVnClzlekFDyDvPgRtgNmgTpuYdk__MethodInfo); DO_APP_FUNC(0x020808E0, String *, JsonParser_asoaGjfgLgOvekMIUjTqwSYAcxOd_kLdtntNdHRlHIQdpnjXfoAODNAgx, (JsonParser_asoaGjfgLgOvekMIUjTqwSYAcxOd * __this, PropertyInfo_1 * param_0000c588, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C853E0, JsonParser_asoaGjfgLgOvekMIUjTqwSYAcxOd_kLdtntNdHRlHIQdpnjXfoAODNAgx__MethodInfo); DO_APP_FUNC(0x02080A70, Action_2_System_Text_StringBuilder_Object_ *, JsonWriter_KSXVIiBamWOZJbDCuPcaAvhTxMme, (MethodInfo * method)); DO_APP_FUNC(0x02080B70, String *, JsonWriter_ToJson, (Object * item, MethodInfo * method)); DO_APP_FUNC(0x02080C00, void, JsonWriter_eHNQwPLyrcBIYepCgdzyArbshIyaA, (StringBuilder * param_0000c58a, Object * param_0000c58b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85348, JsonWriter_eHNQwPLyrcBIYepCgdzyArbshIyaA__MethodInfo); DO_APP_FUNC(0x00ACA560, bool, CodeHelper_Equals, (CodeHelper * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x019CFBC0, int32_t, CodeHelper_GetHashCode, (CodeHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABD8C0, String *, CodeHelper_ToString, (CodeHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CodeHelper__ctor, (CodeHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x02082400, int32_t, SerializedMethod_get_DataCount, (SerializedMethod * __this, MethodInfo * method)); DO_APP_FUNC(0x017786C0, TypeWrapper, SerializedMethod_get_Result, (SerializedMethod * __this, MethodInfo * method)); DO_APP_FUNC(0x00434A10, bool, SerializedMethod_get_ResultIsValid, (SerializedMethod * __this, MethodInfo * method)); DO_APP_FUNC(0x02082450, TypeWrapper, SerializedMethod_GetData, (SerializedMethod * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C852E0, SerializedMethod_GetData__MethodInfo); DO_APP_FUNC(0x02082560, void, SerializedMethod_AddData, (SerializedMethod * __this, uint8_t item, MethodInfo * method)); DO_APP_FUNC(0x02082600, void, SerializedMethod_AddData_1, (SerializedMethod * __this, int8_t item, MethodInfo * method)); DO_APP_FUNC(0x020826A0, void, SerializedMethod_AddData_2, (SerializedMethod * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC(0x02082740, void, SerializedMethod_AddData_3, (SerializedMethod * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x020827E0, void, SerializedMethod_AddData_4, (SerializedMethod * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x02082880, void, SerializedMethod_AddData_5, (SerializedMethod * __this, int64_t item, MethodInfo * method)); DO_APP_FUNC(0x02082920, void, SerializedMethod_AddData_6, (SerializedMethod * __this, uint64_t item, MethodInfo * method)); DO_APP_FUNC(0x020829C0, void, SerializedMethod_AddData_7, (SerializedMethod * __this, float item, MethodInfo * method)); DO_APP_FUNC(0x02082A60, void, SerializedMethod_AddData_8, (SerializedMethod * __this, double item, MethodInfo * method)); DO_APP_FUNC(0x02082B00, void, SerializedMethod_AddData_9, (SerializedMethod * __this, bool item, MethodInfo * method)); DO_APP_FUNC(0x02082BA0, void, SerializedMethod_AddData_10, (SerializedMethod * __this, String * item, MethodInfo * method)); DO_APP_FUNC(0x02082C40, void, SerializedMethod_AddData_11, (SerializedMethod * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x02082CE0, void, SerializedMethod_AddData_12, (SerializedMethod * __this, TypeWrapper item, MethodInfo * method)); DO_APP_FUNC(0x02082D60, void, SerializedMethod_ClearData, (SerializedMethod * __this, MethodInfo * method)); DO_APP_FUNC(0x02082DD0, void, SerializedMethod_ClearResult, (SerializedMethod * __this, MethodInfo * method)); DO_APP_FUNC(0x02082DE0, void, SerializedMethod_AMjMyJZrKBpPmmYcRLASclgIUIRf, (SerializedMethod * __this, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, SerializedMethod__ctor, (SerializedMethod * __this, MethodInfo * method)); DO_APP_FUNC(0x02082F30, double, mspJDGgFPsjyYUezrhSNLlFRZhtj_uhHCCLrFIYgqxBJmTMFHsLiGjCOR, (MethodInfo * method)); DO_APP_FUNC(0x02082F90, int32_t, mspJDGgFPsjyYUezrhSNLlFRZhtj_IpggheDfgTDPoZCfcFiWfUAdRnqcB, (MethodInfo * method)); DO_APP_FUNC(0x02082FF0, void, mspJDGgFPsjyYUezrhSNLlFRZhtj_BEyKKZMMWFjfqasJjJstQZbrVJWP, (int32_t param_0000c59b, MethodInfo * method)); DO_APP_FUNC(0x02083080, void, mspJDGgFPsjyYUezrhSNLlFRZhtj__cctor, (MethodInfo * method)); DO_APP_FUNC(0x020830D0, void, mspJDGgFPsjyYUezrhSNLlFRZhtj_XUYlHArjcZHIIZmMQVtfQqgGDltj, (MethodInfo * method)); DO_APP_FUNC(0x02083380, void, mspJDGgFPsjyYUezrhSNLlFRZhtj_DiSEicMGRLeyYCcOOCJVXiKUImDxA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TimerAbs__ctor, (TimerAbs * __this, MethodInfo * method)); DO_APP_FUNC(0x02083510, void, TimerAbs__ctor_1, (TimerAbs * __this, double param_0000c59c, MethodInfo * method)); DO_APP_FUNC(0x02083520, void, TimerAbs_Start, (TimerAbs * __this, MethodInfo * method)); DO_APP_FUNC(0x020835A0, void, TimerAbs_Start_1, (TimerAbs * __this, double inLength, MethodInfo * method)); DO_APP_FUNC(0x02083620, bool, TimerAbs_Update, (TimerAbs * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1C170, void, TimerAbs_Clear, (TimerAbs * __this, MethodInfo * method)); DO_APP_FUNC(0x02083510, void, TimerAbs_SetLength, (TimerAbs * __this, double inLength, MethodInfo * method)); DO_APP_FUNC(0x020836A0, TimerAbs *, TimerAbs_Clone, (TimerAbs * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TimerRealTime__ctor, (TimerRealTime * __this, MethodInfo * method)); DO_APP_FUNC(0x02083510, void, TimerRealTime__ctor_1, (TimerRealTime * __this, double param_0000c59f, MethodInfo * method)); DO_APP_FUNC(0x02083720, void, TimerRealTime_Start, (TimerRealTime * __this, MethodInfo * method)); DO_APP_FUNC(0x02083790, void, TimerRealTime_Start_1, (TimerRealTime * __this, double inLength, MethodInfo * method)); DO_APP_FUNC(0x02083800, bool, TimerRealTime_Update, (TimerRealTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1C170, void, TimerRealTime_Clear, (TimerRealTime * __this, MethodInfo * method)); DO_APP_FUNC(0x02083510, void, TimerRealTime_SetLength, (TimerRealTime * __this, double inLength, MethodInfo * method)); DO_APP_FUNC(0x02083870, TimerAbs *, TimerRealTime_Clone, (TimerRealTime * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Timer_2__ctor, (Timer_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02083510, void, Timer_2__ctor_1, (Timer_2 * __this, double param_0000c5a2, MethodInfo * method)); DO_APP_FUNC(0x020838F0, void, Timer_2_EYgUqxVOvlxAncmlBdqRqEjCJSBv, (Timer_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02083900, void, Timer_2_EYgUqxVOvlxAncmlBdqRqEjCJSBv_1, (Timer_2 * __this, double param_0000c5a3, MethodInfo * method)); DO_APP_FUNC(0x020838F0, void, Timer_2_pjrBqhkWREfwbPSTbckQGzmeDIQN, (Timer_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02083910, bool, Timer_2_XUYlHArjcZHIIZmMQVtfQqgGDltj, (Timer_2 * __this, double param_0000c5a4, MethodInfo * method)); DO_APP_FUNC(0x01F1C170, void, Timer_2_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (Timer_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02083510, void, Timer_2_ZySoHyOUHZCFXeUPuLeOLNzGVKQq, (Timer_2 * __this, double param_0000c5a5, MethodInfo * method)); DO_APP_FUNC(0x02083940, Timer_2 *, Timer_2_ZVfpcIxdYEVJzInzMIFrDENQKTOC, (Timer_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FrameTimer__ctor, (FrameTimer * __this, MethodInfo * method)); DO_APP_FUNC(0x02083510, void, FrameTimer__ctor_1, (FrameTimer * __this, double param_0000c5a6, MethodInfo * method)); DO_APP_FUNC(0x020838F0, void, FrameTimer_EYgUqxVOvlxAncmlBdqRqEjCJSBv, (FrameTimer * __this, MethodInfo * method)); DO_APP_FUNC(0x02083900, void, FrameTimer_EYgUqxVOvlxAncmlBdqRqEjCJSBv_1, (FrameTimer * __this, double param_0000c5a7, MethodInfo * method)); DO_APP_FUNC(0x020839C0, bool, FrameTimer_XUYlHArjcZHIIZmMQVtfQqgGDltj, (FrameTimer * __this, double param_0000c5a8, double param_0000c5a9, MethodInfo * method)); DO_APP_FUNC(0x02083A20, void, FrameTimer_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (FrameTimer * __this, MethodInfo * method)); DO_APP_FUNC(0x02083510, void, FrameTimer_ZySoHyOUHZCFXeUPuLeOLNzGVKQq, (FrameTimer * __this, double param_0000c5aa, MethodInfo * method)); DO_APP_FUNC(0x02083A30, FrameTimer *, FrameTimer_ZVfpcIxdYEVJzInzMIFrDENQKTOC, (FrameTimer * __this, MethodInfo * method)); DO_APP_FUNC(0x02083AB0, void, Locker__ctor, (Locker * __this, Object * param_0000c5ab, MethodInfo * method)); DO_APP_FUNC(0x02083B20, void, Locker_Dispose, (Locker * __this, MethodInfo * method)); DO_APP_FUNC(0x02083B90, ThreadHelper_1 *, ThreadHelper_1_Create, (bool fixedTimeStep, int32_t fixedTimeStepFPS, bool useHighPrecisionTimer, int32_t timeoutMS, MethodInfo * method)); DO_APP_FUNC(0x02083C30, ThreadHelper_1 *, ThreadHelper_1_CreateFixedTimeStep, (int32_t timeStepFPS, int32_t timeoutMS, MethodInfo * method)); DO_APP_FUNC(0x02083C40, ThreadHelper_1 *, ThreadHelper_1_CreateFixedTimeStep_1, (int32_t timeStepFPS, bool useHighPrecisionTimer, int32_t timeoutMS, MethodInfo * method)); DO_APP_FUNC(0x00422AF0, bool, ThreadHelper_1_get_isRunning, (ThreadHelper_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02083CD0, bool, ThreadHelper_1_get_isStopped, (ThreadHelper_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02083D10, bool, ThreadHelper_1_get_useHighPrecitionTimer, (ThreadHelper_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02083D30, void, ThreadHelper_1_set_useHighPrecitionTimer, (ThreadHelper_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0041F5E0, bool, ThreadHelper_1_get_useFixedTimeStep, (ThreadHelper_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88B20, int32_t, ThreadHelper_1_get_fixedTimeStepFPS, (ThreadHelper_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02083D40, void, ThreadHelper_1_set_fixedTimeStepFPS, (ThreadHelper_1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D80210, int32_t, ThreadHelper_1_get_timeoutMS, (ThreadHelper_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02083D70, void, ThreadHelper_1_set_timeoutMS, (ThreadHelper_1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00764A50, uint32_t, ThreadHelper_1_get_tick, (ThreadHelper_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02083DA0, void, ThreadHelper_1_add_ThreadUpdateEvent, (ThreadHelper_1 * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x02083EA0, void, ThreadHelper_1_remove_ThreadUpdateEvent, (ThreadHelper_1 * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x02083FA0, void, ThreadHelper_1_pHMujIaJKxHrrxZOTPFXUvPqQVvv, (ThreadHelper_1 * __this, Action * param_0000c5bb, MethodInfo * method)); DO_APP_FUNC(0x020840A0, void, ThreadHelper_1_wJIXIwJybAScJIWiYJLdbMMFcPg, (ThreadHelper_1 * __this, Action * param_0000c5bc, MethodInfo * method)); DO_APP_FUNC(0x02083FA0, void, ThreadHelper_1_add_ThreadStartedEvent, (ThreadHelper_1 * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x020840A0, void, ThreadHelper_1_remove_ThreadStartedEvent, (ThreadHelper_1 * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x020841A0, void, ThreadHelper_1_YrdeQFflHErxVmyomsCzTrYOzesO, (ThreadHelper_1 * __this, Action * param_0000c5bf, MethodInfo * method)); DO_APP_FUNC(0x020842A0, void, ThreadHelper_1_UvPCXYyCLXsfSBXSZSOslbNtAjuZ, (ThreadHelper_1 * __this, Action * param_0000c5c0, MethodInfo * method)); DO_APP_FUNC(0x020841A0, void, ThreadHelper_1_add_ThreadPreStopEvent, (ThreadHelper_1 * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x020842A0, void, ThreadHelper_1_remove_ThreadPreStopEvent, (ThreadHelper_1 * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x020843A0, void, ThreadHelper_1__ctor, (ThreadHelper_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x020843C0, void, ThreadHelper_1__ctor_1, (ThreadHelper_1 * __this, int32_t param_0000c5c3, MethodInfo * method)); DO_APP_FUNC(0x020843E0, void, ThreadHelper_1__ctor_2, (ThreadHelper_1 * __this, int32_t param_0000c5c4, bool param_0000c5c5, int32_t param_0000c5c6, MethodInfo * method)); DO_APP_FUNC(0x02084800, bool, ThreadHelper_1_Start, (ThreadHelper_1 * __this, bool wait, MethodInfo * method)); DO_APP_FUNC(0x020849A0, void, ThreadHelper_1_Stop, (ThreadHelper_1 * __this, bool wait, MethodInfo * method)); DO_APP_FUNC(0x02084B10, bool, ThreadHelper_1_EnqueueAction, (ThreadHelper_1 * __this, Action * action, MethodInfo * method)); DO_APP_FUNC(0x02084C70, bool, ThreadHelper_1_InvokeActionSync, (ThreadHelper_1 * __this, Action * action, MethodInfo * method)); DO_APP_FUNC(0x02084CB0, void, ThreadHelper_1_WaitForActionQueueToFinish, (ThreadHelper_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02084EC0, void, ThreadHelper_1_ResetTimeout, (ThreadHelper_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02084F10, void, ThreadHelper_1_hBNWzEAqQiHyQJALPYobAYTznxTC, (ThreadHelper_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85298, ThreadHelper_1_hBNWzEAqQiHyQJALPYobAYTznxTC__MethodInfo); DO_APP_FUNC(0x02085630, void, ThreadHelper_1_NUIWlXxjUpKJRiHfSFlqHbBOinaL, (ThreadHelper_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02085880, void, ThreadHelper_1_uhcYolErzxqXlUKwiiCTtgnPtSJr, (ThreadHelper_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02085970, void, ThreadHelper_1_zWXKbnJHDvYFGwbyckUDHqcQUNGg, (ThreadHelper_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02085A70, void, ThreadHelper_1_Dispose, (ThreadHelper_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02085AE0, void, ThreadHelper_1_Finalize, (ThreadHelper_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02085B10, void, ThreadHelper_1_Dispose_1, (ThreadHelper_1 * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02085B50, void, ThreadHelper_1_sxpXFHwmiBoBIPWGRvQnilqwjQmE, (Object * param_0000c5cc, MethodInfo * method)); DO_APP_FUNC(0x020A5140, bool, ThreadedRingReportBuffer_get_IsRunning, (ThreadedRingReportBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, ThreadedRingReportBuffer_get_BufferLength, (ThreadedRingReportBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020A5160, int32_t, ThreadedRingReportBuffer_get_BytesInBuffer, (ThreadedRingReportBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020A5180, int32_t, ThreadedRingReportBuffer_get_EntriesInBuffer, (ThreadedRingReportBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, Byte__Array *, ThreadedRingReportBuffer_get_ReadBuffer, (ThreadedRingReportBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADDA40, int32_t, ThreadedRingReportBuffer_get_LastNumBytesRead, (ThreadedRingReportBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020A51A0, void, ThreadedRingReportBuffer__ctor, (ThreadedRingReportBuffer * __this, int32_t param_0000c5d4, int32_t param_0000c5d5, int32_t param_0000c5d6, int32_t param_0000c5d7, bool param_0000c5d8, Action_1_Byte_ * param_0000c5d9, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89628, ThreadedRingReportBuffer__ctor__MethodInfo); DO_APP_FUNC(0x020A5470, int32_t, ThreadedRingReportBuffer_Read, (ThreadedRingReportBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020A5570, int32_t, ThreadedRingReportBuffer_Read_1, (ThreadedRingReportBuffer * __this, Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89668, ThreadedRingReportBuffer_Read_1__MethodInfo); DO_APP_FUNC(0x020A56E0, int32_t, ThreadedRingReportBuffer_Read_2, (ThreadedRingReportBuffer * __this, void * buffer, int32_t bufferLength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89650, ThreadedRingReportBuffer_Read_2__MethodInfo); DO_APP_FUNC(0x020A58F0, int32_t, ThreadedRingReportBuffer_StartRead, (ThreadedRingReportBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020A5920, void, ThreadedRingReportBuffer_StartThread, (ThreadedRingReportBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020A5960, void, ThreadedRingReportBuffer_StopThread, (ThreadedRingReportBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020A59C0, bool, ThreadedRingReportBuffer_YGOPOhZraSmTKLxttlgehWSSpLyI, (ThreadedRingReportBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020A5A00, bool, ThreadedRingReportBuffer_GXgdSeITuubyoWngTrtPnvCajYDTA, (ThreadedRingReportBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020A5C00, void, ThreadedRingReportBuffer_JbIfolJevpInrJEGcebLkCazIerx, (ThreadedRingReportBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020A5DD0, void, ThreadedRingReportBuffer_KiUXWnYeAjoGhflMwEpWreoIFMQGA, (ThreadedRingReportBuffer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89640, ThreadedRingReportBuffer_KiUXWnYeAjoGhflMwEpWreoIFMQGA__MethodInfo); DO_APP_FUNC(0x020A5F00, void, ThreadedRingReportBuffer_Dispose, (ThreadedRingReportBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020A5F70, void, ThreadedRingReportBuffer_Finalize, (ThreadedRingReportBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020A5FA0, void, ThreadedRingReportBuffer_Dispose_1, (ThreadedRingReportBuffer * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, DualRingReportBuffer_get_BufferLength, (DualRingReportBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020A5FD0, int32_t, DualRingReportBuffer_get_BytesInBuffer, (DualRingReportBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020A5FF0, int32_t, DualRingReportBuffer_get_EntriesInBuffer, (DualRingReportBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Byte__Array *, DualRingReportBuffer_get_ReadBuffer, (DualRingReportBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int32_t, DualRingReportBuffer_get_LastNumBytesRead, (DualRingReportBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020A6010, void, DualRingReportBuffer__ctor, (DualRingReportBuffer * __this, int32_t param_0000c5de, int32_t param_0000c5df, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C895F8, DualRingReportBuffer__ctor__MethodInfo); DO_APP_FUNC(0x020A6300, int32_t, DualRingReportBuffer_StartRead, (DualRingReportBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020A6330, int32_t, DualRingReportBuffer_Read, (DualRingReportBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020A6430, int32_t, DualRingReportBuffer_Read_1, (DualRingReportBuffer * __this, Byte__Array * buffer, int32_t numBytesToRead, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C895F0, DualRingReportBuffer_Read_1__MethodInfo); DO_APP_FUNC(0x020A6610, int32_t, DualRingReportBuffer_Read_2, (DualRingReportBuffer * __this, void * buffer, int32_t bufferLength, int32_t numBytesToRead, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C895E8, DualRingReportBuffer_Read_2__MethodInfo); DO_APP_FUNC(0x020A6870, int32_t, DualRingReportBuffer_Write, (DualRingReportBuffer * __this, Byte__Array * buffer, int32_t numBytesToWrite, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C895D0, DualRingReportBuffer_Write__MethodInfo); DO_APP_FUNC(0x020A6A60, int32_t, DualRingReportBuffer_Write_1, (DualRingReportBuffer * __this, void * buffer, int32_t bufferLength, int32_t numBytesToWrite, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C895D8, DualRingReportBuffer_Write_1__MethodInfo); DO_APP_FUNC(0x020A6D80, void, DualRingReportBuffer_Clear, (DualRingReportBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020A6F40, void, DualRingReportBuffer_JbIfolJevpInrJEGcebLkCazIerx, (DualRingReportBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020A7110, void, DualRingReportBuffer_Dispose, (DualRingReportBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020A7170, void, DualRingReportBuffer_Finalize, (DualRingReportBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020A71A0, void, DualRingReportBuffer_Dispose_1, (DualRingReportBuffer * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x020A71B0, ObjectInstanceTracker *, ObjectInstanceTracker_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x020A73B0, uint32_t, ObjectInstanceTracker_Register, (ObjectInstanceTracker * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89610, ObjectInstanceTracker_Register__MethodInfo); DO_APP_FUNC(0x020A74A0, void, ObjectInstanceTracker_Unregister, (ObjectInstanceTracker * __this, uint32_t instanceId, MethodInfo * method)); DO_APP_FUNC(0x020A75B0, void, ObjectInstanceTracker_Dispose, (ObjectInstanceTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x020A7610, void, ObjectInstanceTracker_IEkPCabxTSDlHrotLqbcXFSgZNMJ, (ObjectInstanceTracker * __this, bool param_0000c5ef, MethodInfo * method)); DO_APP_FUNC(0x020A76C0, void, ObjectInstanceTracker_Finalize, (ObjectInstanceTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x020A7710, void, ObjectInstanceTracker__ctor, (ObjectInstanceTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, uint32_t, DualThreadLowLevelInputEventQueue_get_lastProcessedEventId, (DualThreadLowLevelInputEventQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x020A7870, int32_t, DualThreadLowLevelInputEventQueue_get_count, (DualThreadLowLevelInputEventQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x020A7960, void, DualThreadLowLevelInputEventQueue__ctor, (DualThreadLowLevelInputEventQueue * __this, int32_t param_0000c5f4, int32_t param_0000c5f5, int32_t param_0000c5f6, int32_t param_0000c5f7, MethodInfo * method)); DO_APP_FUNC(0x020A7CE0, DualThreadLowLevelInputEventQueue_INewEventWrapper *, DualThreadLowLevelInputEventQueue_T_CreateEvent, (DualThreadLowLevelInputEventQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x020A8000, void, DualThreadLowLevelInputEventQueue_Update, (DualThreadLowLevelInputEventQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x020A80D0, void, DualThreadLowLevelInputEventQueue_Clear, (DualThreadLowLevelInputEventQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x020A81F0, bool, DualThreadLowLevelInputEventQueue_ProcessNewEvents, (DualThreadLowLevelInputEventQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x020A8400, void, DualThreadLowLevelInputEventQueue_StopProcessingEvents, (DualThreadLowLevelInputEventQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x020A8410, void, DualThreadLowLevelInputEventQueue_ImportAll, (DualThreadLowLevelInputEventQueue * __this, DualThreadLowLevelInputEventQueue * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89598, DualThreadLowLevelInputEventQueue_ImportAll__MethodInfo); DO_APP_FUNC(0x020A8740, void, DualThreadLowLevelInputEventQueue_Dispose, (DualThreadLowLevelInputEventQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x020A87A0, void, DualThreadLowLevelInputEventQueue_Finalize, (DualThreadLowLevelInputEventQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x020A87F0, void, DualThreadLowLevelInputEventQueue_Dispose_1, (DualThreadLowLevelInputEventQueue * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01257900, LowLevelInputEvent, DualThreadLowLevelInputEventQueue_GiwGkzGURUZbILvnjIAhCuoWmbAvA_get_Event, (DualThreadLowLevelInputEventQueue_GiwGkzGURUZbILvnjIAhCuoWmbAvA * __this, MethodInfo * method)); DO_APP_FUNC(0x020A88F0, void, DualThreadLowLevelInputEventQueue_GiwGkzGURUZbILvnjIAhCuoWmbAvA_set_Event, (DualThreadLowLevelInputEventQueue_GiwGkzGURUZbILvnjIAhCuoWmbAvA * __this, LowLevelInputEvent value, MethodInfo * method)); DO_APP_FUNC(0x020A8900, void, DualThreadLowLevelInputEventQueue_GiwGkzGURUZbILvnjIAhCuoWmbAvA__ctor, (DualThreadLowLevelInputEventQueue_GiwGkzGURUZbILvnjIAhCuoWmbAvA * __this, Object * param_0000c5fb, MethodInfo * method)); DO_APP_FUNC(0x020A89E0, int32_t, LowLevelInputEventQueue_get_Count, (LowLevelInputEventQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5400, int32_t, LowLevelInputEventQueue_get_Capacity, (LowLevelInputEventQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x020A8A00, LowLevelInputEvent, LowLevelInputEventQueue_get_Item, (LowLevelInputEventQueue * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x020A8A70, void, LowLevelInputEventQueue__ctor, (LowLevelInputEventQueue * __this, int32_t param_0000c5fe, int32_t param_0000c5ff, int32_t param_0000c600, int32_t param_0000c601, MethodInfo * method)); DO_APP_FUNC(0x020A8BF0, LowLevelInputEvent, LowLevelInputEventQueue_CreateEvent, (LowLevelInputEventQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x020A8D10, int32_t, LowLevelInputEventQueue_FindNextIndex, (LowLevelInputEventQueue * __this, uint32_t id, MethodInfo * method)); DO_APP_FUNC(0x020A8FB0, bool, LowLevelInputEventQueue_TryGetNext, (LowLevelInputEventQueue * __this, int32_t index, LowLevelInputEvent * event, MethodInfo * method)); DO_APP_FUNC(0x020A9120, void, LowLevelInputEventQueue_Clear, (LowLevelInputEventQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x020A9150, void, LowLevelInputEventQueue_CopyAllFrom, (LowLevelInputEventQueue * __this, LowLevelInputEventQueue * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C895C8, LowLevelInputEventQueue_CopyAllFrom__MethodInfo); DO_APP_FUNC(0x020A91F0, void, LowLevelInputEventQueue_CopyNewEventsFrom, (LowLevelInputEventQueue * __this, LowLevelInputEventQueue * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C895C0, LowLevelInputEventQueue_CopyNewEventsFrom__MethodInfo); DO_APP_FUNC(0x020A9500, void, LowLevelInputEventQueue_Dispose, (LowLevelInputEventQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x020A95E0, void, LowLevelInputEventQueue_Finalize, (LowLevelInputEventQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x020A9610, void, LowLevelInputEventQueue_Dispose_1, (LowLevelInputEventQueue * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StopwatchBase__ctor, (StopwatchBase * __this, MethodInfo * method)); DO_APP_FUNC(0x020A96B0, int64_t, Stopwatch_1_get_frequency, (MethodInfo * method)); DO_APP_FUNC(0x020A9710, void, Stopwatch_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x020A9830, Stopwatch_1 *, Stopwatch_1_StartNew, (MethodInfo * method)); DO_APP_FUNC(0x020A98A0, int64_t, Stopwatch_1_ConvertTo100NSTicks, (int64_t ticks, MethodInfo * method)); DO_APP_FUNC(0x020A9930, double, Stopwatch_1_get_offsetSeconds, (Stopwatch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x020A99A0, void, Stopwatch_1_set_offsetSeconds, (Stopwatch_1 * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, int64_t, Stopwatch_1_get_offsetTicks, (Stopwatch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB110, void, Stopwatch_1_set_offsetTicks, (Stopwatch_1 * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x020A9A20, double, Stopwatch_1_get_elapsedSeconds, (Stopwatch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x020A9AD0, double, Stopwatch_1_get_elapsedSecondsRaw, (Stopwatch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x020A9B60, int64_t, Stopwatch_1_get_elapsedMilliseconds, (Stopwatch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x020A9C20, int64_t, Stopwatch_1_get_elapsedMillisecondsRaw, (Stopwatch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x020A9C40, int64_t, Stopwatch_1_get_elapsedTicks, (Stopwatch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x020A9C70, int64_t, Stopwatch_1_get_elapsedTicksRaw, (Stopwatch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x020A9C90, bool, Stopwatch_1_get_isRunning, (Stopwatch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x020A9CB0, void, Stopwatch_1__ctor, (Stopwatch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x020A9D40, void, Stopwatch_1_Stop, (Stopwatch_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89568, Stopwatch_1_Stop__MethodInfo); DO_APP_FUNC(0x020A9E10, void, Stopwatch_1_Start, (Stopwatch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x020A9ED0, void, Stopwatch_1_Reset, (Stopwatch_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89588, Stopwatch_1_Reset__MethodInfo); DO_APP_FUNC(0x020A9FA0, UnityStopwatch *, UnityStopwatch_get_Global, (MethodInfo * method)); DO_APP_FUNC(0x020AA070, int64_t, UnityStopwatch_get_frequency, (MethodInfo * method)); DO_APP_FUNC(0x020AA080, UnityStopwatch *, UnityStopwatch_StartNew, (MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, int64_t, UnityStopwatch_ConvertTo100NSTicks, (int64_t ticks, MethodInfo * method)); DO_APP_FUNC(0x01254CD0, double, UnityStopwatch_get_offsetSeconds, (UnityStopwatch * __this, MethodInfo * method)); DO_APP_FUNC(0x02083510, void, UnityStopwatch_set_offsetSeconds, (UnityStopwatch * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x020AA0F0, int64_t, UnityStopwatch_get_offsetTicks, (UnityStopwatch * __this, MethodInfo * method)); DO_APP_FUNC(0x020AA110, void, UnityStopwatch_set_offsetTicks, (UnityStopwatch * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x020AA130, double, UnityStopwatch_get_elapsedSeconds, (UnityStopwatch * __this, MethodInfo * method)); DO_APP_FUNC(0x020AA180, double, UnityStopwatch_get_elapsedSecondsRaw, (UnityStopwatch * __this, MethodInfo * method)); DO_APP_FUNC(0x020AA1A0, int64_t, UnityStopwatch_get_elapsedMilliseconds, (UnityStopwatch * __this, MethodInfo * method)); DO_APP_FUNC(0x020AA1E0, int64_t, UnityStopwatch_get_elapsedMillisecondsRaw, (UnityStopwatch * __this, MethodInfo * method)); DO_APP_FUNC(0x020AA210, int64_t, UnityStopwatch_get_elapsedTicks, (UnityStopwatch * __this, MethodInfo * method)); DO_APP_FUNC(0x020AA240, int64_t, UnityStopwatch_get_elapsedTicksRaw, (UnityStopwatch * __this, MethodInfo * method)); DO_APP_FUNC(0x020AA270, bool, UnityStopwatch_get_isRunning, (UnityStopwatch * __this, MethodInfo * method)); DO_APP_FUNC(0x020AA290, void, UnityStopwatch__ctor, (UnityStopwatch * __this, MethodInfo * method)); DO_APP_FUNC(0x020AA2A0, void, UnityStopwatch__ctor_1, (UnityStopwatch * __this, bool param_0000c61f, MethodInfo * method)); DO_APP_FUNC(0x020AA370, void, UnityStopwatch_Finalize, (UnityStopwatch * __this, MethodInfo * method)); DO_APP_FUNC(0x020AA3B0, void, UnityStopwatch_Stop, (UnityStopwatch * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89578, UnityStopwatch_Stop__MethodInfo); DO_APP_FUNC(0x020AA450, void, UnityStopwatch_Start, (UnityStopwatch * __this, MethodInfo * method)); DO_APP_FUNC(0x020AA480, void, UnityStopwatch_Reset, (UnityStopwatch * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89570, UnityStopwatch_Reset__MethodInfo); DO_APP_FUNC(0x020AA520, void, UnityStopwatch_nomQrjxIwBTmsnXJRktxPjEIwlfB, (UnityStopwatch * __this, MethodInfo * method)); DO_APP_FUNC(0x020AA710, void, UnityStopwatch_lpNBykdbkInlJwdXCKieAOUjdhtf, (UnityStopwatch * __this, MethodInfo * method)); DO_APP_FUNC(0x020AA8F0, void, UnityStopwatch_bvuJmnqUwayyDafnxDLSclDQIjuB, (UnityStopwatch * __this, UpdateLoopType__Enum param_0000c620, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89518, UnityStopwatch_bvuJmnqUwayyDafnxDLSclDQIjuB__MethodInfo); DO_APP_FUNC(0x003BAC40, bool, UnityStopwatch_PYePjHpKfNYrvlzkbfDzgKoCtUGl_pjjxXkilrHIvuRNJqIvEMedKjXrHA, (UnityStopwatch_PYePjHpKfNYrvlzkbfDzgKoCtUGl * __this, MethodInfo * method)); DO_APP_FUNC(0x020AA960, double, UnityStopwatch_PYePjHpKfNYrvlzkbfDzgKoCtUGl_VkUxODygBVumwDQKLoNhBdoGJkWX, (UnityStopwatch_PYePjHpKfNYrvlzkbfDzgKoCtUGl * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UnityStopwatch_PYePjHpKfNYrvlzkbfDzgKoCtUGl__ctor, (UnityStopwatch_PYePjHpKfNYrvlzkbfDzgKoCtUGl * __this, MethodInfo * method)); DO_APP_FUNC(0x020AA9D0, void, UnityStopwatch_PYePjHpKfNYrvlzkbfDzgKoCtUGl_XUYlHArjcZHIIZmMQVtfQqgGDltj, (UnityStopwatch_PYePjHpKfNYrvlzkbfDzgKoCtUGl * __this, MethodInfo * method)); DO_APP_FUNC(0x020AAA30, void, UnityStopwatch_PYePjHpKfNYrvlzkbfDzgKoCtUGl_EYgUqxVOvlxAncmlBdqRqEjCJSBv, (UnityStopwatch_PYePjHpKfNYrvlzkbfDzgKoCtUGl * __this, MethodInfo * method)); DO_APP_FUNC(0x020AAA50, void, UnityStopwatch_PYePjHpKfNYrvlzkbfDzgKoCtUGl_RKFCdeGEFKARohjtZIMETfTjywVp, (UnityStopwatch_PYePjHpKfNYrvlzkbfDzgKoCtUGl * __this, MethodInfo * method)); DO_APP_FUNC(0x020AAA70, void, UnityStopwatch_PYePjHpKfNYrvlzkbfDzgKoCtUGl_DiSEicMGRLeyYCcOOCJVXiKUImDxA, (UnityStopwatch_PYePjHpKfNYrvlzkbfDzgKoCtUGl * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ValueWatcher__ctor, (ValueWatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x020AAAA0, void, SerializedObject__ctor, (SerializedObject * __this, MethodInfo * method)); DO_APP_FUNC(0x020AAAB0, void, SerializedObject__ctor_1, (SerializedObject * __this, int32_t param_0000c794, MethodInfo * method)); DO_APP_FUNC(0x020AAB90, void, SerializedObject__ctor_2, (SerializedObject * __this, Type * param_0000c795, SerializedObject_ObjectType__Enum param_0000c796, MethodInfo * method)); DO_APP_FUNC(0x020AABB0, void, SerializedObject__ctor_3, (SerializedObject * __this, Type * param_0000c797, SerializedObject_ObjectType__Enum param_0000c798, int32_t param_0000c799, MethodInfo * method)); DO_APP_FUNC(0x020AAD00, void, SerializedObject__ctor_4, (SerializedObject * __this, Type * param_0000c79a, IDictionary_2_System_String_System_Object_ * param_0000c79b, SerializedObject_ObjectType__Enum param_0000c79c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C894F0, SerializedObject__ctor_4__MethodInfo); DO_APP_FUNC(0x020AB040, bool, SerializedObject_RqCIKYAouEaWvsxztVplPQfJBYFH, (SerializedObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, SerializedObject_ObjectType__Enum, SerializedObject_get_objectType, (SerializedObject * __this, MethodInfo * method)); DO_APP_FUNC(0x020AB050, void, SerializedObject_set_objectType, (SerializedObject * __this, SerializedObject_ObjectType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Type *, SerializedObject_get_type, (SerializedObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, SerializedObject_XmlInfo *, SerializedObject_get_xmlInfo, (SerializedObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, SerializedObject_set_xmlInfo, (SerializedObject * __this, SerializedObject_XmlInfo * value, MethodInfo * method)); DO_APP_FUNC(0x020AB140, int32_t, SerializedObject_get_count, (SerializedObject * __this, MethodInfo * method)); DO_APP_FUNC(0x020AB190, SerializedObject_Field, SerializedObject_get_Item, (SerializedObject * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x020AB270, void, SerializedObject_Add, (SerializedObject * __this, Type * type, String * fieldName, Object * value, SerializedObject_FieldOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89538, SerializedObject_Add__MethodInfo); DO_APP_FUNC(0x020AB690, void, SerializedObject_Add_1, (SerializedObject * __this, String * fieldName, Object * value, MethodInfo * method)); DO_APP_FUNC(0x020AB700, bool, SerializedObject_Remove, (SerializedObject * __this, String * fieldName, MethodInfo * method)); DO_APP_FUNC(0x020AB780, bool, SerializedObject_Contains, (SerializedObject * __this, String * fieldName, MethodInfo * method)); DO_APP_FUNC(0x020AB820, Type *, SerializedObject_GetDataType, (SerializedObject * __this, String * fieldName, MethodInfo * method)); DO_APP_FUNC(0x020AB8B0, bool, SerializedObject_TryGetOriginalValue, (SerializedObject * __this, String * fieldName, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x020ABA00, SerializedObject_Field, SerializedObject_GetEntry, (SerializedObject * __this, String * fieldName, MethodInfo * method)); DO_APP_FUNC(0x020ABAE0, Object *, SerializedObject_GetOriginalValue, (SerializedObject * __this, String * fieldName, MethodInfo * method)); DO_APP_FUNC(0x020ABB50, Object *, SerializedObject_GetOriginalValue_1, (SerializedObject * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x020ABBC0, String *, SerializedObject_ToXmlString, (SerializedObject * __this, bool writeDocumentTag, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C894D0, SerializedObject_ToXmlString__MethodInfo); DO_APP_FUNC(0x020ABEB0, String *, SerializedObject_ToJsonString, (SerializedObject * __this, MethodInfo * method)); DO_APP_FUNC(0x020ABEC0, String *, SerializedObject_ToString, (SerializedObject * __this, MethodInfo * method)); DO_APP_FUNC(0x020AC400, void, SerializedObject_MbBlrrpetcAyKlDurufLYLPPdlKi, (SerializedObject * __this, XmlWriter * param_0000c7bc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89430, SerializedObject_MbBlrrpetcAyKlDurufLYLPPdlKi__MethodInfo); DO_APP_FUNC(0x020AC500, void, SerializedObject_ambaxzRaNrUXkwJfcJriResZDnUJ, (SerializedObject * __this, XmlWriter * param_0000c7bd, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89408, SerializedObject_ambaxzRaNrUXkwJfcJriResZDnUJ__MethodInfo); DO_APP_FUNC(0x00418D30, bool, SerializedObject_DaEfheCxOiViyvWeBgcbkRGdzDenA, (SerializedObject * __this, MethodInfo * method)); DO_APP_FUNC(0x020ACA10, void, SerializedObject_YDqJDleRiNvaGCFcvcohbgTukZFXA, (SerializedObject * __this, XmlWriter * param_0000c7be, MethodInfo * method)); DO_APP_FUNC(0x020ACA20, void, SerializedObject_SPscjAhukVDSLtEsVfyFGWcjWRGx, (SerializedObject * __this, StringBuilder * param_0000c7bf, Action_2_System_Text_StringBuilder_Object_ * param_0000c7c0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89460, SerializedObject_SPscjAhukVDSLtEsVfyFGWcjWRGx__MethodInfo); DO_APP_FUNC(0x020ACDE0, void, SerializedObject_Rewired_Utils_Interfaces_IAddValue_System_Object__Add, (SerializedObject * __this, Object * param_0000c7c1, MethodInfo * method)); DO_APP_FUNC(0x020AB690, void, SerializedObject_Rewired_Utils_Interfaces_IAddKeyValue_System_String_System_Object__Add, (SerializedObject * __this, String * param_0000c7c2, Object * param_0000c7c3, MethodInfo * method)); DO_APP_FUNC(0x020ACE40, IEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_Field_ *, SerializedObject_System_Collections_Generic_IEnumerable_Rewired_Utils_Classes_Data_SerializedObject_Field__GetEnumerator, (SerializedObject * __this, MethodInfo * method)); DO_APP_FUNC(0x020ACED0, IEnumerator *, SerializedObject_System_Collections_IEnumerable_GetEnumerator, (SerializedObject * __this, MethodInfo * method)); DO_APP_FUNC(0x020ACF60, bool, SerializedObject_lbHphJnfMMARIhdTOlsYlhPqzNJm, (Type * param_0000c7c8, Object * param_0000c7c9, Object * * param_0000c7ca, NumberStyles__Enum param_0000c7cb, CultureInfo * param_0000c7cc, MethodInfo * method)); DO_APP_FUNC(0x020B2970, bool, SerializedObject_GAdDoSxktMbPMmjkLpsXaHmXeiDR, (Type * param_0000c7cd, SerializedObject * param_0000c7ce, Object * * param_0000c7cf, NumberStyles__Enum param_0000c7d0, CultureInfo * param_0000c7d1, MethodInfo * method)); DO_APP_FUNC(0x020B3520, SerializedObject *, SerializedObject_FromJson, (Type * type, String * jsonString, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89378, SerializedObject_FromJson__MethodInfo); DO_APP_FUNC(0x020B3710, SerializedObject *, SerializedObject_FromXml, (Type * type, String * xmlString, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89368, SerializedObject_FromXml__MethodInfo); DO_APP_FUNC(0x020B3A30, void, SerializedObject__cctor, (MethodInfo * method)); DO_APP_FUNC(0x011B03F0, void, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__ctor, (SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo * __this, Type * param_0000c7d6, Object * param_0000c7d7, SerializedObject_FieldOptions__Enum param_0000c7d8, MethodInfo * method)); DO_APP_FUNC(0x020B3C10, String *, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_puyyohkruQkIUNABhtMvSnGscDCS, (SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo * __this, MethodInfo * method)); DO_APP_FUNC(0x020B3DB0, void, SerializedObject_Field__ctor, (SerializedObject_Field * __this, String * param_0000c7d9, Object * param_0000c7da, Type * param_0000c7db, SerializedObject_FieldOptions__Enum param_0000c7dc, MethodInfo * method)); DO_APP_FUNC(0x020B3EC0, String *, SerializedObject_Field_ToString, (SerializedObject_Field * __this, MethodInfo * method)); DO_APP_FUNC(0x020B4080, List_1_Rewired_Utils_Classes_Data_SerializedObject_XmlInfo_cSbMSwulYDylVSNioizqhnQVHFieA_ *, SerializedObject_XmlInfo_get_attributes, (SerializedObject_XmlInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SerializedObject_XmlInfo__ctor, (SerializedObject_XmlInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x020B4150, String *, SerializedObject_XmlInfo_ToString, (SerializedObject_XmlInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SerializedObject_XmlInfo_cSbMSwulYDylVSNioizqhnQVHFieA__ctor, (SerializedObject_XmlInfo_cSbMSwulYDylVSNioizqhnQVHFieA * __this, MethodInfo * method)); DO_APP_FUNC(0x020B4260, String *, SerializedObject_XmlInfo_XQIDxGyjfiRrluyCoqxsImPAbnPd_puyyohkruQkIUNABhtMvSnGscDCS, (SerializedObject_XmlInfo_XQIDxGyjfiRrluyCoqxsImPAbnPd * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SerializedObject_XmlInfo_XQIDxGyjfiRrluyCoqxsImPAbnPd__ctor, (SerializedObject_XmlInfo_XQIDxGyjfiRrluyCoqxsImPAbnPd * __this, MethodInfo * method)); DO_APP_FUNC(0x020B4370, void, SerializedObject_Enumerator__ctor, (SerializedObject_Enumerator * __this, Object * param_0000c7dd, MethodInfo * method)); DO_APP_FUNC(0x020B4500, bool, SerializedObject_Enumerator_MoveNext, (SerializedObject_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01771B20, SerializedObject_Field, SerializedObject_Enumerator_get_Current, (SerializedObject_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SerializedObject_Enumerator_Dispose, (SerializedObject_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x020B4710, Object *, SerializedObject_Enumerator_System_Collections_IEnumerator_get_Current, (SerializedObject_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x020B4770, void, SerializedObject_Enumerator_System_Collections_IEnumerator_Reset, (SerializedObject_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA *, SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_IuchLRwkJxWPyFLWtnqGAIdkilnB, (SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5F760, bool, SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_CTSNVtOErUgHLezDeQIcEzENJipJ, (SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ * __this, MethodInfo * method)); DO_APP_FUNC(0x020B4810, void, SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ__ctor, (SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ * __this, String * param_0000c7de, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89340, SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ__ctor__MethodInfo); DO_APP_FUNC(0x020B4B10, void, SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_IKgwYnHeTrSyasUmjGnakGBdgkqL, (SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ * __this, XmlReader * param_0000c7df, MethodInfo * method)); DO_APP_FUNC(0x020B4E10, String *, SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_puyyohkruQkIUNABhtMvSnGscDCS, (SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ * __this, MethodInfo * method)); DO_APP_FUNC(0x020B4EC0, int32_t, SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA_bxNWycyNhXGdPXtxAYgOXbMUEdwI, (SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA * __this, MethodInfo * method)); DO_APP_FUNC(0x020B4F10, int32_t, SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA_lRKCtfgMfrnDTuexgHinBBsCSeOub, (SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA * __this, MethodInfo * method)); DO_APP_FUNC(0x020B4F60, void, SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA__ctor, (SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA * __this, String * param_0000c7e0, SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA * param_0000c7e1, MethodInfo * method)); DO_APP_FUNC(0x020B5180, void, SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA_dgAuapmANbflHjuSfgXbtApRDnOEA, (SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA * __this, SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA * param_0000c7e2, MethodInfo * method)); DO_APP_FUNC(0x020B52E0, void, SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA_tAzHDQIgpxGtgJLpqCOByrEKvejE, (SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA * __this, String * param_0000c7e3, String * param_0000c7e4, MethodInfo * method)); DO_APP_FUNC(0x020B54D0, bool, SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA_GyHAzQTwVxqeRhjXXUlDRkPALOpR, (SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA * __this, String * param_0000c7e5, MethodInfo * method)); DO_APP_FUNC(0x020B54F0, SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA *, SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA_onuzOQVNoUvKQwmbGPsFhrIQdaafA, (SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA * __this, String * param_0000c7e6, MethodInfo * method)); DO_APP_FUNC(0x020B5680, Object *, SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA_ETtGWuLefAbFlcXJUgWimtMLmAIX, (SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA * __this, MethodInfo * method)); DO_APP_FUNC(0x020B58D0, String *, SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA_puyyohkruQkIUNABhtMvSnGscDCS, (SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA * __this, MethodInfo * method)); DO_APP_FUNC(0x020B5920, String *, SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA_puyyohkruQkIUNABhtMvSnGscDCS_1, (SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA * __this, String * param_0000c7e7, int32_t param_0000c7e8, MethodInfo * method)); DO_APP_FUNC(0x020B69C0, void, SerializedObject_FXWfHyBeilpxeTScRmJiuaACmYxNA__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SerializedObject_FXWfHyBeilpxeTScRmJiuaACmYxNA__ctor, (SerializedObject_FXWfHyBeilpxeTScRmJiuaACmYxNA * __this, MethodInfo * method)); DO_APP_FUNC(0x020B6A70, bool, SerializedObject_FXWfHyBeilpxeTScRmJiuaACmYxNA_wHchENTxHYEyxnpkSjpNekrPZrlS, (SerializedObject_FXWfHyBeilpxeTScRmJiuaACmYxNA * __this, FieldInfo_1 * param_0000c7e9, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C893C0, SerializedObject_FXWfHyBeilpxeTScRmJiuaACmYxNA_wHchENTxHYEyxnpkSjpNekrPZrlS__MethodInfo); DO_APP_FUNC(0x020B6C50, String *, SerializedObject_FXWfHyBeilpxeTScRmJiuaACmYxNA_yxpmZNXdmRQyCsUOHEbqzFEpDISZ, (SerializedObject_FXWfHyBeilpxeTScRmJiuaACmYxNA * __this, FieldInfo_1 * param_0000c7ea, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C893B8, SerializedObject_FXWfHyBeilpxeTScRmJiuaACmYxNA_yxpmZNXdmRQyCsUOHEbqzFEpDISZ__MethodInfo); DO_APP_FUNC(0x020B6DE0, bool, SerializedObject_FXWfHyBeilpxeTScRmJiuaACmYxNA_DOxWiSZfSTHethLAmDBVgvUlsKkhA, (SerializedObject_FXWfHyBeilpxeTScRmJiuaACmYxNA * __this, PropertyInfo_1 * param_0000c7eb, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89440, SerializedObject_FXWfHyBeilpxeTScRmJiuaACmYxNA_DOxWiSZfSTHethLAmDBVgvUlsKkhA__MethodInfo); DO_APP_FUNC(0x020B6F10, String *, SerializedObject_FXWfHyBeilpxeTScRmJiuaACmYxNA_UmjgoxsstVUsabdnnFUFAYpqmPQP, (SerializedObject_FXWfHyBeilpxeTScRmJiuaACmYxNA * __this, PropertyInfo_1 * param_0000c7ec, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C893B0, SerializedObject_FXWfHyBeilpxeTScRmJiuaACmYxNA_UmjgoxsstVUsabdnnFUFAYpqmPQP__MethodInfo); DO_APP_FUNC(0x003B93C0, void *, NativeBuffer_get_Pointer, (NativeBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, NativeBuffer_get_Length, (NativeBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020B70A0, uint8_t, NativeBuffer_get_Item, (NativeBuffer * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89248, NativeBuffer_get_Item__MethodInfo); DO_APP_FUNC(0x020B7150, void, NativeBuffer_set_Item, (NativeBuffer * __this, int32_t index, uint8_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89250, NativeBuffer_set_Item__MethodInfo); DO_APP_FUNC(0x020B7210, void, NativeBuffer__ctor, (NativeBuffer * __this, int32_t param_0000c7f0, MethodInfo * method)); DO_APP_FUNC(0x020B7220, void *, NativeBuffer_GetPointer, (NativeBuffer * __this, int32_t offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89278, NativeBuffer_GetPointer__MethodInfo); DO_APP_FUNC(0x020B7300, String *, NativeBuffer_DumpToHexString, (NativeBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020B7570, bool, NativeBuffer_ReadBit, (NativeBuffer * __this, int32_t byteIndex, uint8_t bit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89270, NativeBuffer_ReadBit__MethodInfo); DO_APP_FUNC(0x020B76A0, uint8_t, NativeBuffer_ReadByte, (NativeBuffer * __this, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89268, NativeBuffer_ReadByte__MethodInfo); DO_APP_FUNC(0x020B7760, int16_t, NativeBuffer_ReadShort, (NativeBuffer * __this, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89258, NativeBuffer_ReadShort__MethodInfo); DO_APP_FUNC(0x020B7850, uint16_t, NativeBuffer_ReadUShort, (NativeBuffer * __this, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C891D8, NativeBuffer_ReadUShort__MethodInfo); DO_APP_FUNC(0x020B7940, int32_t, NativeBuffer_ReadInt, (NativeBuffer * __this, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C891C8, NativeBuffer_ReadInt__MethodInfo); DO_APP_FUNC(0x020B7A30, uint32_t, NativeBuffer_ReadUInt, (NativeBuffer * __this, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C891D0, NativeBuffer_ReadUInt__MethodInfo); DO_APP_FUNC(0x020B7B20, int64_t, NativeBuffer_ReadLong, (NativeBuffer * __this, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C891C0, NativeBuffer_ReadLong__MethodInfo); DO_APP_FUNC(0x020B7C10, uint64_t, NativeBuffer_ReadULong, (NativeBuffer * __this, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C891B8, NativeBuffer_ReadULong__MethodInfo); DO_APP_FUNC(0x020B7D00, float, NativeBuffer_ReadFloat, (NativeBuffer * __this, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89238, NativeBuffer_ReadFloat__MethodInfo); DO_APP_FUNC(0x020B7E00, double, NativeBuffer_ReadDouble, (NativeBuffer * __this, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89240, NativeBuffer_ReadDouble__MethodInfo); DO_APP_FUNC(0x020B7F00, void, NativeBuffer_Read, (NativeBuffer * __this, Byte__Array * buffer, int32_t numBytesToRead, int32_t readStartIndex, int32_t writeStartIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89220, NativeBuffer_Read__MethodInfo); DO_APP_FUNC(0x020B8320, void, NativeBuffer_Read_1, (NativeBuffer * __this, void * buffer, int32_t bufferLength, int32_t numBytesToRead, int32_t readStartIndex, int32_t writeStartIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89178, NativeBuffer_Read_1__MethodInfo); DO_APP_FUNC(0x020B87A0, int32_t, NativeBuffer_TryReadBytes, (NativeBuffer * __this, Byte__Array * buffer, int32_t numBytesToRead, int32_t readStartIndex, int32_t writeStartIndex, MethodInfo * method)); DO_APP_FUNC(0x020B8840, int32_t, NativeBuffer_TryReadBytes_1, (NativeBuffer * __this, void * buffer, int32_t bufferLength, int32_t numBytesToRead, int32_t readStartIndex, int32_t writeStartIndex, MethodInfo * method)); DO_APP_FUNC(0x020B8930, void, NativeBuffer_WriteBit, (NativeBuffer * __this, int32_t byteIndex, uint8_t bit, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89170, NativeBuffer_WriteBit__MethodInfo); DO_APP_FUNC(0x020B8AA0, void, NativeBuffer_Write, (NativeBuffer * __this, uint8_t byte, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89168, NativeBuffer_Write__MethodInfo); DO_APP_FUNC(0x020B8B60, void, NativeBuffer_Write_1, (NativeBuffer * __this, int16_t bytes, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89160, NativeBuffer_Write_1__MethodInfo); DO_APP_FUNC(0x020B8C60, void, NativeBuffer_Write_2, (NativeBuffer * __this, uint16_t bytes, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C891A8, NativeBuffer_Write_2__MethodInfo); DO_APP_FUNC(0x020B8D60, void, NativeBuffer_Write_3, (NativeBuffer * __this, int32_t bytes, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C891B0, NativeBuffer_Write_3__MethodInfo); DO_APP_FUNC(0x020B8E60, void, NativeBuffer_Write_4, (NativeBuffer * __this, uint32_t bytes, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C891A0, NativeBuffer_Write_4__MethodInfo); DO_APP_FUNC(0x020B8F60, void, NativeBuffer_Write_5, (NativeBuffer * __this, int64_t bytes, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89198, NativeBuffer_Write_5__MethodInfo); DO_APP_FUNC(0x020B9060, void, NativeBuffer_Write_6, (NativeBuffer * __this, uint64_t bytes, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89188, NativeBuffer_Write_6__MethodInfo); DO_APP_FUNC(0x020B9160, void, NativeBuffer_Write_7, (NativeBuffer * __this, float bytes, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89190, NativeBuffer_Write_7__MethodInfo); DO_APP_FUNC(0x020B9260, void, NativeBuffer_Write_8, (NativeBuffer * __this, double bytes, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89138, NativeBuffer_Write_8__MethodInfo); DO_APP_FUNC(0x020B9360, void, NativeBuffer_Write_9, (NativeBuffer * __this, Byte__Array * bytes, int32_t numBytesToWrite, int32_t writeStartIndex, int32_t readStartIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89130, NativeBuffer_Write_9__MethodInfo); DO_APP_FUNC(0x020B9780, void, NativeBuffer_Write_10, (NativeBuffer * __this, void * bytes, int32_t bufferLength, int32_t numBytesToWrite, int32_t writeStartIndex, int32_t readStartIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C890F0, NativeBuffer_Write_10__MethodInfo); DO_APP_FUNC(0x020B9C00, int32_t, NativeBuffer_TryWriteBytes, (NativeBuffer * __this, Byte__Array * bytes, int32_t numBytesToWrite, int32_t writeStartIndex, int32_t readStartIndex, MethodInfo * method)); DO_APP_FUNC(0x020B9CA0, int32_t, NativeBuffer_TryWriteBytes_1, (NativeBuffer * __this, void * bytes, int32_t bufferLength, int32_t numBytesToWrite, int32_t writeStartIndex, int32_t readStartIndex, MethodInfo * method)); DO_APP_FUNC(0x020B9D90, int32_t, NativeBuffer_TryFill, (NativeBuffer * __this, uint8_t value, int32_t numBytesToWrite, int32_t writeStartIndex, MethodInfo * method)); DO_APP_FUNC(0x020B9DF0, bool, NativeBuffer_Resize, (NativeBuffer * __this, int32_t size, bool preserveData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89158, NativeBuffer_Resize__MethodInfo); DO_APP_FUNC(0x020BA020, void, NativeBuffer_Clear, (NativeBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020BA040, void, NativeBuffer_Release, (NativeBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020BA0E0, void, NativeBuffer_CopyFrom, (NativeBuffer * __this, NativeBuffer * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89150, NativeBuffer_CopyFrom__MethodInfo); DO_APP_FUNC(0x020BA1C0, String *, NativeBuffer_ToString, (NativeBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020BA3D0, void, NativeBuffer_Dispose, (NativeBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x0195B920, void, NativeBuffer_Finalize, (NativeBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020BA440, void, NativeBuffer_Dispose_1, (NativeBuffer * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x020BA460, void *, NativeBuffer_op_Implicit, (NativeBuffer * buffer, MethodInfo * method)); DO_APP_FUNC(0x020BA4B0, bool, NativeBuffer_Copy, (NativeBuffer * source, NativeBuffer * destination, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C890C0, NativeBuffer_Copy__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, NativeRingBuffer_get_Capacity, (NativeRingBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, NativeRingBuffer_get_BytesInBuffer, (NativeRingBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x006113E0, bool, NativeRingBuffer_get_BufferOverrun, (NativeRingBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, NativeRingBuffer_get_ReadPosition, (NativeRingBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, int64_t, NativeRingBuffer_get_WritePosition, (NativeRingBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020BA5E0, void, NativeRingBuffer__ctor, (NativeRingBuffer * __this, int32_t param_0000c840, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C890B8, NativeRingBuffer__ctor__MethodInfo); DO_APP_FUNC(0x020BA700, void *, NativeRingBuffer_Allocate, (NativeRingBuffer * __this, int32_t bufferLength, bool zeroFill, uint32_t * passId, MethodInfo * method)); DO_APP_FUNC(0x020BA800, int32_t, NativeRingBuffer_Write, (NativeRingBuffer * __this, void * buffer, int32_t bufferLength, int32_t numBytesToWrite, int32_t * startOffset, uint32_t * passId, MethodInfo * method)); DO_APP_FUNC(0x020BA920, int32_t, NativeRingBuffer_Write_1, (NativeRingBuffer * __this, Byte__Array * buffer, int32_t numBytesToWrite, int32_t * startOffset, uint32_t * passId, MethodInfo * method)); DO_APP_FUNC(0x020BAA90, int32_t, NativeRingBuffer_Write_2, (NativeRingBuffer * __this, void * buffer, int32_t bufferLength, int32_t numBytesToWrite, MethodInfo * method)); DO_APP_FUNC(0x020BABB0, int32_t, NativeRingBuffer_Write_3, (NativeRingBuffer * __this, Byte__Array * buffer, int32_t numBytesToWrite, MethodInfo * method)); DO_APP_FUNC(0x020BABE0, int32_t, NativeRingBuffer_Read, (NativeRingBuffer * __this, void * buffer, int32_t bufferLength, int32_t numBytesToRead, MethodInfo * method)); DO_APP_FUNC(0x020BAD00, int32_t, NativeRingBuffer_Read_1, (NativeRingBuffer * __this, Byte__Array * buffer, int32_t numBytesToRead, MethodInfo * method)); DO_APP_FUNC(0x020BAE70, int32_t, NativeRingBuffer_RandomRead, (NativeRingBuffer * __this, void * buffer, int32_t bufferLength, int32_t numBytesToRead, int32_t readStartIndex, MethodInfo * method)); DO_APP_FUNC(0x020BAF80, int32_t, NativeRingBuffer_RandomRead_1, (NativeRingBuffer * __this, Byte__Array * buffer, int32_t numBytesToRead, int32_t readStartIndex, MethodInfo * method)); DO_APP_FUNC(0x020BB0E0, void *, NativeRingBuffer_GetPointerFromReadPosition, (NativeRingBuffer * __this, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x020BB170, int32_t, NativeRingBuffer_GetOffsetFromReadPosition, (NativeRingBuffer * __this, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x020BB1A0, bool, NativeRingBuffer_IsValid, (NativeRingBuffer * __this, int32_t startIndex, uint32_t passId, MethodInfo * method)); DO_APP_FUNC(0x020BB1D0, void, NativeRingBuffer_CopyFrom, (NativeRingBuffer * __this, NativeRingBuffer * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C890A0, NativeRingBuffer_CopyFrom__MethodInfo); DO_APP_FUNC(0x020BB3B0, void, NativeRingBuffer_Reset, (NativeRingBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020BB3D0, void, NativeRingBuffer_SGrfGgGTKaaeFaNOeKhZOZrRCBtzB, (NativeRingBuffer * __this, int32_t param_0000c863, MethodInfo * method)); DO_APP_FUNC(0x020BB480, void, NativeRingBuffer_kOdJJJavLAqjqGtaWGvYQWfPVcqB, (NativeRingBuffer * __this, int32_t param_0000c864, MethodInfo * method)); DO_APP_FUNC(0x020BB4D0, void, NativeRingBuffer_oydKLJylUPcQfkMzTCDycdnbSjfwb, (NativeRingBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020BB4F0, void, NativeRingBuffer_Dispose, (NativeRingBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020BB560, void, NativeRingBuffer_Finalize, (NativeRingBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x020BB590, void, NativeRingBuffer_Dispose_1, (NativeRingBuffer * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, uint32_t, NativeMemoryBlock_get_size, (NativeMemoryBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x020BB5C0, void, NativeMemoryBlock__ctor, (NativeMemoryBlock * __this, uint32_t param_0000c866, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C890E0, NativeMemoryBlock__ctor__MethodInfo); DO_APP_FUNC(0x020BB750, void *, NativeMemoryBlock_Allocate, (NativeMemoryBlock * __this, uint32_t bytes, void * ptrToData, MethodInfo * method)); DO_APP_FUNC(0x020BB830, void *, NativeMemoryBlock_Allocate_1, (NativeMemoryBlock * __this, uint32_t bytes, MethodInfo * method)); DO_APP_FUNC(0x020BB940, void, NativeMemoryBlock_Dispose, (NativeMemoryBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x0195B920, void, NativeMemoryBlock_Finalize, (NativeMemoryBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x020BB9B0, void, NativeMemoryBlock_Dispose_1, (NativeMemoryBlock * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x020BBA60, void, TypeWrapper__ctor, (TypeWrapper * __this, TypeWrapper_DataType__Enum param_0000c86b, MethodInfo * method)); DO_APP_FUNC(0x020BBB30, void, TypeWrapper__ctor_1, (TypeWrapper * __this, uint8_t param_0000c86c, MethodInfo * method)); DO_APP_FUNC(0x020BBC00, void, TypeWrapper__ctor_2, (TypeWrapper * __this, int8_t param_0000c86d, MethodInfo * method)); DO_APP_FUNC(0x020BBCD0, void, TypeWrapper__ctor_3, (TypeWrapper * __this, uint16_t param_0000c86e, MethodInfo * method)); DO_APP_FUNC(0x020BBDA0, void, TypeWrapper__ctor_4, (TypeWrapper * __this, int16_t param_0000c86f, MethodInfo * method)); DO_APP_FUNC(0x020BBE70, void, TypeWrapper__ctor_5, (TypeWrapper * __this, uint16_t param_0000c870, MethodInfo * method)); DO_APP_FUNC(0x020BBF40, void, TypeWrapper__ctor_6, (TypeWrapper * __this, int32_t param_0000c871, MethodInfo * method)); DO_APP_FUNC(0x020BC010, void, TypeWrapper__ctor_7, (TypeWrapper * __this, uint32_t param_0000c872, MethodInfo * method)); DO_APP_FUNC(0x020BC0E0, void, TypeWrapper__ctor_8, (TypeWrapper * __this, int64_t param_0000c873, MethodInfo * method)); DO_APP_FUNC(0x020BC1B0, void, TypeWrapper__ctor_9, (TypeWrapper * __this, uint64_t param_0000c874, MethodInfo * method)); DO_APP_FUNC(0x020BC280, void, TypeWrapper__ctor_10, (TypeWrapper * __this, float param_0000c875, MethodInfo * method)); DO_APP_FUNC(0x020BC350, void, TypeWrapper__ctor_11, (TypeWrapper * __this, double param_0000c876, MethodInfo * method)); DO_APP_FUNC(0x020BC420, void, TypeWrapper__ctor_12, (TypeWrapper * __this, bool param_0000c877, MethodInfo * method)); DO_APP_FUNC(0x020BC4F0, void, TypeWrapper__ctor_13, (TypeWrapper * __this, String * param_0000c878, MethodInfo * method)); DO_APP_FUNC(0x020BC610, void, TypeWrapper__ctor_14, (TypeWrapper * __this, Object * param_0000c879, MethodInfo * method)); DO_APP_FUNC(0x020BC730, void, TypeWrapper_Clear, (TypeWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x020BC800, uint8_t, TypeWrapper_op_Implicit, (TypeWrapper obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89060, TypeWrapper_op_Implicit__MethodInfo); DO_APP_FUNC(0x020BC870, int8_t, TypeWrapper_op_Implicit_1, (TypeWrapper obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89050, TypeWrapper_op_Implicit_1__MethodInfo); DO_APP_FUNC(0x020BC8E0, uint16_t, TypeWrapper_op_Implicit_2, (TypeWrapper obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89010, TypeWrapper_op_Implicit_2__MethodInfo); DO_APP_FUNC(0x020BC950, int16_t, TypeWrapper_op_Implicit_3, (TypeWrapper obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89000, TypeWrapper_op_Implicit_3__MethodInfo); DO_APP_FUNC(0x020BC9C0, int32_t, TypeWrapper_op_Implicit_4, (TypeWrapper obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89030, TypeWrapper_op_Implicit_4__MethodInfo); DO_APP_FUNC(0x020BCA30, int64_t, TypeWrapper_op_Implicit_5, (TypeWrapper obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89020, TypeWrapper_op_Implicit_5__MethodInfo); DO_APP_FUNC(0x020BCAA0, uint16_t, TypeWrapper_op_Implicit_6, (TypeWrapper obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88FD0, TypeWrapper_op_Implicit_6__MethodInfo); DO_APP_FUNC(0x020BCB10, uint32_t, TypeWrapper_op_Implicit_7, (TypeWrapper obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88FC0, TypeWrapper_op_Implicit_7__MethodInfo); DO_APP_FUNC(0x020BCB80, uint64_t, TypeWrapper_op_Implicit_8, (TypeWrapper obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88FF0, TypeWrapper_op_Implicit_8__MethodInfo); DO_APP_FUNC(0x020BCBF0, float, TypeWrapper_op_Implicit_9, (TypeWrapper obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88FE0, TypeWrapper_op_Implicit_9__MethodInfo); DO_APP_FUNC(0x020BCC50, double, TypeWrapper_op_Implicit_10, (TypeWrapper obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89090, TypeWrapper_op_Implicit_10__MethodInfo); DO_APP_FUNC(0x020BCCB0, bool, TypeWrapper_op_Implicit_11, (TypeWrapper obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89088, TypeWrapper_op_Implicit_11__MethodInfo); DO_APP_FUNC(0x020BCD20, String *, TypeWrapper_op_Implicit_12, (TypeWrapper obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89098, TypeWrapper_op_Implicit_12__MethodInfo); DO_APP_FUNC(0x020BCD80, TypeWrapper, TypeWrapper_op_Implicit_13, (uint8_t obj, MethodInfo * method)); DO_APP_FUNC(0x020BCDB0, TypeWrapper, TypeWrapper_op_Implicit_14, (int8_t obj, MethodInfo * method)); DO_APP_FUNC(0x020BCDE0, TypeWrapper, TypeWrapper_op_Implicit_15, (uint16_t obj, MethodInfo * method)); DO_APP_FUNC(0x020BCE10, TypeWrapper, TypeWrapper_op_Implicit_16, (int16_t obj, MethodInfo * method)); DO_APP_FUNC(0x020BCE40, TypeWrapper, TypeWrapper_op_Implicit_17, (int32_t obj, MethodInfo * method)); DO_APP_FUNC(0x020BCE70, TypeWrapper, TypeWrapper_op_Implicit_18, (int64_t obj, MethodInfo * method)); DO_APP_FUNC(0x020BCEA0, TypeWrapper, TypeWrapper_op_Implicit_19, (uint16_t obj, MethodInfo * method)); DO_APP_FUNC(0x020BCED0, TypeWrapper, TypeWrapper_op_Implicit_20, (uint32_t obj, MethodInfo * method)); DO_APP_FUNC(0x020BCF00, TypeWrapper, TypeWrapper_op_Implicit_21, (uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x020BCF30, TypeWrapper, TypeWrapper_op_Implicit_22, (float obj, MethodInfo * method)); DO_APP_FUNC(0x020BCF60, TypeWrapper, TypeWrapper_op_Implicit_23, (double obj, MethodInfo * method)); DO_APP_FUNC(0x020BCF90, TypeWrapper, TypeWrapper_op_Implicit_24, (bool obj, MethodInfo * method)); DO_APP_FUNC(0x020BCFC0, TypeWrapper, TypeWrapper_op_Implicit_25, (String * obj, MethodInfo * method)); DO_APP_FUNC(0x020BCFF0, bool, IntPtrWrapper_get_IsValid, (IntPtrWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x01262980, void, IntPtrWrapper__ctor, (IntPtrWrapper * __this, void * param_0000c894, MethodInfo * method)); DO_APP_FUNC(0x020BD040, void, IntPtrWrapper_Clear, (IntPtrWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x020BD090, void *, IntPtrWrapper_op_Implicit, (IntPtrWrapper * obj, MethodInfo * method)); DO_APP_FUNC(0x020BD0E0, void, IntVector2__ctor, (IntVector2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADC0, void, IntVector2__ctor_1, (IntVector2 * __this, int32_t param_0000c896, int32_t param_0000c897, MethodInfo * method)); DO_APP_FUNC(0x020BD0F0, IntVector2 *, IntVector2_Clone, (IntVector2 * __this, MethodInfo * method)); DO_APP_FUNC(0x020BD150, IntVector2 *, IntVector2_Clone_1, (IntVector2 * intVector2, MethodInfo * method)); DO_APP_FUNC(0x020BD1C0, IntVector2 *, IntVector2_op_Addition, (IntVector2 * value1, IntVector2 * value2, MethodInfo * method)); DO_APP_FUNC(0x020BD250, IntVector2 *, IntVector2_op_Subtraction, (IntVector2 * value1, IntVector2 * value2, MethodInfo * method)); DO_APP_FUNC(0x020BD2E0, IntVector2 *, IntVector2_op_Multiply, (IntVector2 * value1, IntVector2 * value2, MethodInfo * method)); DO_APP_FUNC(0x020BD380, IntVector2 *, IntVector2_op_Division, (IntVector2 * value1, IntVector2 * value2, MethodInfo * method)); DO_APP_FUNC(0x020BD420, IntVector2 *, IntVector2_op_Addition_1, (IntVector2 * value1, int32_t value2, MethodInfo * method)); DO_APP_FUNC(0x020BD4A0, IntVector2 *, IntVector2_op_Subtraction_1, (IntVector2 * value1, int32_t value2, MethodInfo * method)); DO_APP_FUNC(0x020BD520, IntVector2 *, IntVector2_op_Multiply_1, (IntVector2 * value1, int32_t value2, MethodInfo * method)); DO_APP_FUNC(0x020BD5A0, IntVector2 *, IntVector2_op_Division_1, (IntVector2 * value1, int32_t value2, MethodInfo * method)); DO_APP_FUNC(0x020BD620, Vector2, IntVector2_op_Addition_2, (IntVector2 * value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x020BD660, Vector2, IntVector2_op_Subtraction_2, (IntVector2 * value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x020BD6A0, Vector2, IntVector2_op_Multiply_2, (IntVector2 * value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x020BD6E0, Vector2, IntVector2_op_Division_2, (IntVector2 * value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x012B42A0, void, IntVector3__ctor, (IntVector3 * __this, MethodInfo * method)); DO_APP_FUNC(0x019DF440, void, IntVector3__ctor_1, (IntVector3 * __this, int32_t param_0000c8b1, int32_t param_0000c8b2, int32_t param_0000c8b3, MethodInfo * method)); DO_APP_FUNC(0x020BD720, IntVector3 *, IntVector3_Clone, (IntVector3 * __this, MethodInfo * method)); DO_APP_FUNC(0x020BD790, IntVector3 *, IntVector3_op_Addition, (IntVector3 * value1, IntVector3 * value2, MethodInfo * method)); DO_APP_FUNC(0x020BD840, IntVector3 *, IntVector3_op_Subtraction, (IntVector3 * value1, IntVector3 * value2, MethodInfo * method)); DO_APP_FUNC(0x020BD8F0, IntVector3 *, IntVector3_op_Multiply, (IntVector3 * value1, IntVector3 * value2, MethodInfo * method)); DO_APP_FUNC(0x020BD9B0, IntVector3 *, IntVector3_op_Division, (IntVector3 * value1, IntVector3 * value2, MethodInfo * method)); DO_APP_FUNC(0x020BDA70, IntVector3 *, IntVector3_op_Addition_1, (IntVector3 * value1, int32_t value2, MethodInfo * method)); DO_APP_FUNC(0x020BDB00, IntVector3 *, IntVector3_op_Subtraction_1, (IntVector3 * value1, int32_t value2, MethodInfo * method)); DO_APP_FUNC(0x020BDB90, IntVector3 *, IntVector3_op_Multiply_1, (IntVector3 * value1, int32_t value2, MethodInfo * method)); DO_APP_FUNC(0x020BDC20, IntVector3 *, IntVector3_op_Division_1, (IntVector3 * value1, int32_t value2, MethodInfo * method)); DO_APP_FUNC(0x020BDCC0, Vector3, IntVector3_op_Addition_2, (IntVector3 * value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x020BDD10, Vector3, IntVector3_op_Subtraction_2, (IntVector3 * value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x020BDD60, Vector3, IntVector3_op_Multiply_2, (IntVector3 * value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x020BDDB0, Vector3, IntVector3_op_Division_2, (IntVector3 * value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x01F769E0, void, IntVector4__ctor, (IntVector4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01A977C0, void, IntVector4__ctor_1, (IntVector4 * __this, int32_t param_0000c8cc, int32_t param_0000c8cd, int32_t param_0000c8ce, int32_t param_0000c8cf, MethodInfo * method)); DO_APP_FUNC(0x020BDE00, IntVector4 *, IntVector4_Clone, (IntVector4 * __this, MethodInfo * method)); DO_APP_FUNC(0x020BDE80, IntVector4 *, IntVector4_op_Addition, (IntVector4 * value1, IntVector4 * value2, MethodInfo * method)); DO_APP_FUNC(0x020BDF50, IntVector4 *, IntVector4_op_Subtraction, (IntVector4 * value1, IntVector4 * value2, MethodInfo * method)); DO_APP_FUNC(0x020BE020, IntVector4 *, IntVector4_op_Multiply, (IntVector4 * value1, IntVector4 * value2, MethodInfo * method)); DO_APP_FUNC(0x020BE0F0, IntVector4 *, IntVector4_op_Division, (IntVector4 * value1, IntVector4 * value2, MethodInfo * method)); DO_APP_FUNC(0x020BE1D0, IntVector4 *, IntVector4_op_Addition_1, (IntVector4 * value1, int32_t value2, MethodInfo * method)); DO_APP_FUNC(0x020BE270, IntVector4 *, IntVector4_op_Subtraction_1, (IntVector4 * value1, int32_t value2, MethodInfo * method)); DO_APP_FUNC(0x020BE310, IntVector4 *, IntVector4_op_Multiply_1, (IntVector4 * value1, int32_t value2, MethodInfo * method)); DO_APP_FUNC(0x020BE3B0, IntVector4 *, IntVector4_op_Division_1, (IntVector4 * value1, int32_t value2, MethodInfo * method)); DO_APP_FUNC(0x020BE460, Vector4, IntVector4_op_Addition_2, (IntVector4 * value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x020BE4C0, Vector4, IntVector4_op_Subtraction_2, (IntVector4 * value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x020BE520, Vector4, IntVector4_op_Multiply_2, (IntVector4 * value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x020BE580, Vector4, IntVector4_op_Division_2, (IntVector4 * value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, IntRect_1_get_yMin, (IntRect_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, IntRect_1_set_yMin, (IntRect_1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x020BE5E0, int32_t, IntRect_1_get_yMax, (IntRect_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x020BE5F0, void, IntRect_1_set_yMax, (IntRect_1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, IntRect_1_get_xMin, (IntRect_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, IntRect_1_set_xMin, (IntRect_1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x020BE600, int32_t, IntRect_1_get_xMax, (IntRect_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x020BE610, void, IntRect_1_set_xMax, (IntRect_1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, IntRect_1_get_top, (IntRect_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, IntRect_1_set_top, (IntRect_1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x020BE5E0, int32_t, IntRect_1_get_bottom, (IntRect_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x020BE5F0, void, IntRect_1_set_bottom, (IntRect_1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, IntRect_1_get_left, (IntRect_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, IntRect_1_set_left, (IntRect_1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x020BE600, int32_t, IntRect_1_get_right, (IntRect_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x020BE610, void, IntRect_1_set_right, (IntRect_1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IntRect_1__ctor, (IntRect_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01A977C0, void, IntRect_1__ctor_1, (IntRect_1 * __this, int32_t param_0000c8f0, int32_t param_0000c8f1, int32_t param_0000c8f2, int32_t param_0000c8f3, MethodInfo * method)); DO_APP_FUNC(0x020BE620, IntRect_1 *, IntRect_1_Clone, (IntRect_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x020BE6A0, IntRect_1 *, IntRect_1_Clone_1, (IntRect_1 * intRect, MethodInfo * method)); DO_APP_FUNC(0x01F769E0, void, IntPadding__ctor, (IntPadding * __this, MethodInfo * method)); DO_APP_FUNC(0x01A977C0, void, IntPadding__ctor_1, (IntPadding * __this, int32_t param_0000c8f5, int32_t param_0000c8f6, int32_t param_0000c8f7, int32_t param_0000c8f8, MethodInfo * method)); DO_APP_FUNC(0x020BE730, IntPadding *, IntPadding_Clone, (IntPadding * __this, MethodInfo * method)); DO_APP_FUNC(0x020BE7B0, IntPadding *, IntPadding_op_Addition, (IntPadding * value1, IntPadding * value2, MethodInfo * method)); DO_APP_FUNC(0x020BE880, IntPadding *, IntPadding_op_Subtraction, (IntPadding * value1, IntPadding * value2, MethodInfo * method)); DO_APP_FUNC(0x020BE950, IntPadding *, IntPadding_op_Multiply, (IntPadding * value1, IntPadding * value2, MethodInfo * method)); DO_APP_FUNC(0x020BEA20, IntPadding *, IntPadding_op_Division, (IntPadding * value1, IntPadding * value2, MethodInfo * method)); DO_APP_FUNC(0x020BEB00, IntPadding *, IntPadding_op_Addition_1, (IntPadding * value1, int32_t value2, MethodInfo * method)); DO_APP_FUNC(0x020BEBA0, IntPadding *, IntPadding_op_Subtraction_1, (IntPadding * value1, int32_t value2, MethodInfo * method)); DO_APP_FUNC(0x020BEC40, IntPadding *, IntPadding_op_Multiply_1, (IntPadding * value1, int32_t value2, MethodInfo * method)); DO_APP_FUNC(0x020BECE0, IntPadding *, IntPadding_op_Division_1, (IntPadding * value1, int32_t value2, MethodInfo * method)); DO_APP_FUNC(0x020BE460, Vector4, IntPadding_op_Addition_2, (IntPadding * value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x020BE4C0, Vector4, IntPadding_op_Subtraction_2, (IntPadding * value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x020BE520, Vector4, IntPadding_op_Multiply_2, (IntPadding * value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x020BE580, Vector4, IntPadding_op_Division_2, (IntPadding * value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x020BED90, uint64_t, SerializableULong_get_value, (SerializableULong * __this, MethodInfo * method)); DO_APP_FUNC(0x020BEDA0, void, SerializableULong_set_value, (SerializableULong * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SerializableULong__ctor, (SerializableULong * __this, MethodInfo * method)); DO_APP_FUNC(0x020BEDB0, void, SerializableULong__ctor_1, (SerializableULong * __this, SerializableULong * param_0000c912, MethodInfo * method)); DO_APP_FUNC(0x020BEDD0, void, SerializableULong_uOuFsKKzdEnsGqSZeNkGFclGZzfMB, (SerializableULong * __this, uint64_t param_0000c913, int32_t * param_0000c914, int32_t * param_0000c915, MethodInfo * method)); DO_APP_FUNC(0x020BEDE0, uint64_t, SerializableULong_VRNYMhFXYNfWZvhgbQmtiIuzMiU, (SerializableULong * __this, int32_t param_0000c916, int32_t param_0000c917, MethodInfo * method)); DO_APP_FUNC(0x020BEDF0, SerializableULong *, SerializableULong_Clone, (SerializableULong * __this, MethodInfo * method)); DO_APP_FUNC(0x020BEE50, void, hSbwNTNMXINZArnhChTjKcrEfQRS__ctor, (hSbwNTNMXINZArnhChTjKcrEfQRS * __this, uint8_t param_0000c918, MethodInfo * method)); DO_APP_FUNC(0x020BEE50, void, hSbwNTNMXINZArnhChTjKcrEfQRS__ctor_1, (hSbwNTNMXINZArnhChTjKcrEfQRS * __this, int8_t param_0000c919, MethodInfo * method)); DO_APP_FUNC(0x020BEE60, void, hSbwNTNMXINZArnhChTjKcrEfQRS__ctor_2, (hSbwNTNMXINZArnhChTjKcrEfQRS * __this, uint16_t param_0000c91a, MethodInfo * method)); DO_APP_FUNC(0x020BEE60, void, hSbwNTNMXINZArnhChTjKcrEfQRS__ctor_3, (hSbwNTNMXINZArnhChTjKcrEfQRS * __this, int16_t param_0000c91b, MethodInfo * method)); DO_APP_FUNC(0x020BEE60, void, hSbwNTNMXINZArnhChTjKcrEfQRS__ctor_4, (hSbwNTNMXINZArnhChTjKcrEfQRS * __this, uint16_t param_0000c91c, MethodInfo * method)); DO_APP_FUNC(0x020BEE70, void, hSbwNTNMXINZArnhChTjKcrEfQRS__ctor_5, (hSbwNTNMXINZArnhChTjKcrEfQRS * __this, int32_t param_0000c91d, MethodInfo * method)); DO_APP_FUNC(0x020BEE70, void, hSbwNTNMXINZArnhChTjKcrEfQRS__ctor_6, (hSbwNTNMXINZArnhChTjKcrEfQRS * __this, uint32_t param_0000c91e, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, hSbwNTNMXINZArnhChTjKcrEfQRS__ctor_7, (hSbwNTNMXINZArnhChTjKcrEfQRS * __this, int64_t param_0000c91f, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, hSbwNTNMXINZArnhChTjKcrEfQRS__ctor_8, (hSbwNTNMXINZArnhChTjKcrEfQRS * __this, uint64_t param_0000c920, MethodInfo * method)); DO_APP_FUNC(0x020BEE80, void, hSbwNTNMXINZArnhChTjKcrEfQRS__ctor_9, (hSbwNTNMXINZArnhChTjKcrEfQRS * __this, float param_0000c921, MethodInfo * method)); DO_APP_FUNC(0x020BEE90, void, hSbwNTNMXINZArnhChTjKcrEfQRS__ctor_10, (hSbwNTNMXINZArnhChTjKcrEfQRS * __this, double param_0000c922, MethodInfo * method)); DO_APP_FUNC(0x020BEE50, void, hSbwNTNMXINZArnhChTjKcrEfQRS__ctor_11, (hSbwNTNMXINZArnhChTjKcrEfQRS * __this, bool param_0000c923, MethodInfo * method)); DO_APP_FUNC(0x00C7E150, uint8_t, hSbwNTNMXINZArnhChTjKcrEfQRS_MTAZOborZiidxfcamkRsTuMeEDrw, (hSbwNTNMXINZArnhChTjKcrEfQRS param_0000c924, MethodInfo * method)); DO_APP_FUNC(0x00C7E150, int8_t, hSbwNTNMXINZArnhChTjKcrEfQRS_MTAZOborZiidxfcamkRsTuMeEDrw_1, (hSbwNTNMXINZArnhChTjKcrEfQRS param_0000c925, MethodInfo * method)); DO_APP_FUNC(0x01AF7CC0, uint16_t, hSbwNTNMXINZArnhChTjKcrEfQRS_MTAZOborZiidxfcamkRsTuMeEDrw_2, (hSbwNTNMXINZArnhChTjKcrEfQRS param_0000c926, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, int32_t, hSbwNTNMXINZArnhChTjKcrEfQRS_MTAZOborZiidxfcamkRsTuMeEDrw_3, (hSbwNTNMXINZArnhChTjKcrEfQRS param_0000c927, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, int64_t, hSbwNTNMXINZArnhChTjKcrEfQRS_MTAZOborZiidxfcamkRsTuMeEDrw_4, (hSbwNTNMXINZArnhChTjKcrEfQRS param_0000c928, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, uint32_t, hSbwNTNMXINZArnhChTjKcrEfQRS_MTAZOborZiidxfcamkRsTuMeEDrw_5, (hSbwNTNMXINZArnhChTjKcrEfQRS param_0000c929, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, uint64_t, hSbwNTNMXINZArnhChTjKcrEfQRS_MTAZOborZiidxfcamkRsTuMeEDrw_6, (hSbwNTNMXINZArnhChTjKcrEfQRS param_0000c92a, MethodInfo * method)); DO_APP_FUNC(0x020BEEA0, float, hSbwNTNMXINZArnhChTjKcrEfQRS_MTAZOborZiidxfcamkRsTuMeEDrw_7, (hSbwNTNMXINZArnhChTjKcrEfQRS param_0000c92b, MethodInfo * method)); DO_APP_FUNC(0x020BEEB0, double, hSbwNTNMXINZArnhChTjKcrEfQRS_MTAZOborZiidxfcamkRsTuMeEDrw_8, (hSbwNTNMXINZArnhChTjKcrEfQRS param_0000c92c, MethodInfo * method)); DO_APP_FUNC(0x00C7E150, bool, hSbwNTNMXINZArnhChTjKcrEfQRS_MTAZOborZiidxfcamkRsTuMeEDrw_9, (hSbwNTNMXINZArnhChTjKcrEfQRS param_0000c92d, MethodInfo * method)); DO_APP_FUNC(0x020BEEC0, hSbwNTNMXINZArnhChTjKcrEfQRS, hSbwNTNMXINZArnhChTjKcrEfQRS_MTAZOborZiidxfcamkRsTuMeEDrw_10, (uint8_t param_0000c92e, MethodInfo * method)); DO_APP_FUNC(0x020BEEC0, hSbwNTNMXINZArnhChTjKcrEfQRS, hSbwNTNMXINZArnhChTjKcrEfQRS_MTAZOborZiidxfcamkRsTuMeEDrw_11, (int8_t param_0000c92f, MethodInfo * method)); DO_APP_FUNC(0x020BEEE0, hSbwNTNMXINZArnhChTjKcrEfQRS, hSbwNTNMXINZArnhChTjKcrEfQRS_MTAZOborZiidxfcamkRsTuMeEDrw_12, (uint16_t param_0000c930, MethodInfo * method)); DO_APP_FUNC(0x020BEF00, hSbwNTNMXINZArnhChTjKcrEfQRS, hSbwNTNMXINZArnhChTjKcrEfQRS_MTAZOborZiidxfcamkRsTuMeEDrw_13, (int32_t param_0000c931, MethodInfo * method)); DO_APP_FUNC(0x020BEF00, hSbwNTNMXINZArnhChTjKcrEfQRS, hSbwNTNMXINZArnhChTjKcrEfQRS_MTAZOborZiidxfcamkRsTuMeEDrw_14, (uint32_t param_0000c932, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, hSbwNTNMXINZArnhChTjKcrEfQRS, hSbwNTNMXINZArnhChTjKcrEfQRS_MTAZOborZiidxfcamkRsTuMeEDrw_15, (int64_t param_0000c933, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, hSbwNTNMXINZArnhChTjKcrEfQRS, hSbwNTNMXINZArnhChTjKcrEfQRS_MTAZOborZiidxfcamkRsTuMeEDrw_16, (uint64_t param_0000c934, MethodInfo * method)); DO_APP_FUNC(0x020BEF20, hSbwNTNMXINZArnhChTjKcrEfQRS, hSbwNTNMXINZArnhChTjKcrEfQRS_MTAZOborZiidxfcamkRsTuMeEDrw_17, (float param_0000c935, MethodInfo * method)); DO_APP_FUNC(0x020BEF40, hSbwNTNMXINZArnhChTjKcrEfQRS, hSbwNTNMXINZArnhChTjKcrEfQRS_MTAZOborZiidxfcamkRsTuMeEDrw_18, (double param_0000c936, MethodInfo * method)); DO_APP_FUNC(0x020BEEC0, hSbwNTNMXINZArnhChTjKcrEfQRS, hSbwNTNMXINZArnhChTjKcrEfQRS_MTAZOborZiidxfcamkRsTuMeEDrw_19, (bool param_0000c937, MethodInfo * method)); DO_APP_FUNC(0x020BEF50, void, MsYMviDNoAqXHSeUpBDFjZLkjlOOA__ctor, (MsYMviDNoAqXHSeUpBDFjZLkjlOOA * __this, uint8_t param_0000c938, MethodInfo * method)); DO_APP_FUNC(0x020BEF50, void, MsYMviDNoAqXHSeUpBDFjZLkjlOOA__ctor_1, (MsYMviDNoAqXHSeUpBDFjZLkjlOOA * __this, int8_t param_0000c939, MethodInfo * method)); DO_APP_FUNC(0x020BEF60, void, MsYMviDNoAqXHSeUpBDFjZLkjlOOA__ctor_2, (MsYMviDNoAqXHSeUpBDFjZLkjlOOA * __this, uint16_t param_0000c93a, MethodInfo * method)); DO_APP_FUNC(0x020BEF60, void, MsYMviDNoAqXHSeUpBDFjZLkjlOOA__ctor_3, (MsYMviDNoAqXHSeUpBDFjZLkjlOOA * __this, int16_t param_0000c93b, MethodInfo * method)); DO_APP_FUNC(0x020BEF60, void, MsYMviDNoAqXHSeUpBDFjZLkjlOOA__ctor_4, (MsYMviDNoAqXHSeUpBDFjZLkjlOOA * __this, uint16_t param_0000c93c, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, MsYMviDNoAqXHSeUpBDFjZLkjlOOA__ctor_5, (MsYMviDNoAqXHSeUpBDFjZLkjlOOA * __this, int32_t param_0000c93d, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, MsYMviDNoAqXHSeUpBDFjZLkjlOOA__ctor_6, (MsYMviDNoAqXHSeUpBDFjZLkjlOOA * __this, uint32_t param_0000c93e, MethodInfo * method)); DO_APP_FUNC(0x00C84780, void, MsYMviDNoAqXHSeUpBDFjZLkjlOOA__ctor_7, (MsYMviDNoAqXHSeUpBDFjZLkjlOOA * __this, float param_0000c93f, MethodInfo * method)); DO_APP_FUNC(0x020BEF50, void, MsYMviDNoAqXHSeUpBDFjZLkjlOOA__ctor_8, (MsYMviDNoAqXHSeUpBDFjZLkjlOOA * __this, bool param_0000c940, MethodInfo * method)); DO_APP_FUNC(0x00C7E150, uint8_t, MsYMviDNoAqXHSeUpBDFjZLkjlOOA_MTAZOborZiidxfcamkRsTuMeEDrw, (MsYMviDNoAqXHSeUpBDFjZLkjlOOA param_0000c941, MethodInfo * method)); DO_APP_FUNC(0x00C7E150, int8_t, MsYMviDNoAqXHSeUpBDFjZLkjlOOA_MTAZOborZiidxfcamkRsTuMeEDrw_1, (MsYMviDNoAqXHSeUpBDFjZLkjlOOA param_0000c942, MethodInfo * method)); DO_APP_FUNC(0x01AF7CC0, uint16_t, MsYMviDNoAqXHSeUpBDFjZLkjlOOA_MTAZOborZiidxfcamkRsTuMeEDrw_2, (MsYMviDNoAqXHSeUpBDFjZLkjlOOA param_0000c943, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, int32_t, MsYMviDNoAqXHSeUpBDFjZLkjlOOA_MTAZOborZiidxfcamkRsTuMeEDrw_3, (MsYMviDNoAqXHSeUpBDFjZLkjlOOA param_0000c944, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, uint32_t, MsYMviDNoAqXHSeUpBDFjZLkjlOOA_MTAZOborZiidxfcamkRsTuMeEDrw_4, (MsYMviDNoAqXHSeUpBDFjZLkjlOOA param_0000c945, MethodInfo * method)); DO_APP_FUNC(0x020BEF70, float, MsYMviDNoAqXHSeUpBDFjZLkjlOOA_MTAZOborZiidxfcamkRsTuMeEDrw_5, (MsYMviDNoAqXHSeUpBDFjZLkjlOOA param_0000c946, MethodInfo * method)); DO_APP_FUNC(0x00C7E150, bool, MsYMviDNoAqXHSeUpBDFjZLkjlOOA_MTAZOborZiidxfcamkRsTuMeEDrw_6, (MsYMviDNoAqXHSeUpBDFjZLkjlOOA param_0000c947, MethodInfo * method)); DO_APP_FUNC(0x020BEF80, MsYMviDNoAqXHSeUpBDFjZLkjlOOA, MsYMviDNoAqXHSeUpBDFjZLkjlOOA_MTAZOborZiidxfcamkRsTuMeEDrw_7, (uint8_t param_0000c948, MethodInfo * method)); DO_APP_FUNC(0x020BEF80, MsYMviDNoAqXHSeUpBDFjZLkjlOOA, MsYMviDNoAqXHSeUpBDFjZLkjlOOA_MTAZOborZiidxfcamkRsTuMeEDrw_8, (int8_t param_0000c949, MethodInfo * method)); DO_APP_FUNC(0x020BEFA0, MsYMviDNoAqXHSeUpBDFjZLkjlOOA, MsYMviDNoAqXHSeUpBDFjZLkjlOOA_MTAZOborZiidxfcamkRsTuMeEDrw_9, (uint16_t param_0000c94a, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, MsYMviDNoAqXHSeUpBDFjZLkjlOOA, MsYMviDNoAqXHSeUpBDFjZLkjlOOA_MTAZOborZiidxfcamkRsTuMeEDrw_10, (int32_t param_0000c94b, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, MsYMviDNoAqXHSeUpBDFjZLkjlOOA, MsYMviDNoAqXHSeUpBDFjZLkjlOOA_MTAZOborZiidxfcamkRsTuMeEDrw_11, (uint32_t param_0000c94c, MethodInfo * method)); DO_APP_FUNC(0x020BEFC0, MsYMviDNoAqXHSeUpBDFjZLkjlOOA, MsYMviDNoAqXHSeUpBDFjZLkjlOOA_MTAZOborZiidxfcamkRsTuMeEDrw_12, (float param_0000c94d, MethodInfo * method)); DO_APP_FUNC(0x020BEF80, MsYMviDNoAqXHSeUpBDFjZLkjlOOA, MsYMviDNoAqXHSeUpBDFjZLkjlOOA_MTAZOborZiidxfcamkRsTuMeEDrw_13, (bool param_0000c94e, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, sHDwBRMooebxoGSNvHjjoyZmsXnf__ctor, (sHDwBRMooebxoGSNvHjjoyZmsXnf * __this, int32_t param_0000c94f, MethodInfo * method)); DO_APP_FUNC(0x00C84780, void, sHDwBRMooebxoGSNvHjjoyZmsXnf__ctor_1, (sHDwBRMooebxoGSNvHjjoyZmsXnf * __this, float param_0000c950, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, int32_t, sHDwBRMooebxoGSNvHjjoyZmsXnf_MTAZOborZiidxfcamkRsTuMeEDrw, (sHDwBRMooebxoGSNvHjjoyZmsXnf param_0000c951, MethodInfo * method)); DO_APP_FUNC(0x020BEF70, float, sHDwBRMooebxoGSNvHjjoyZmsXnf_MTAZOborZiidxfcamkRsTuMeEDrw_1, (sHDwBRMooebxoGSNvHjjoyZmsXnf param_0000c952, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, sHDwBRMooebxoGSNvHjjoyZmsXnf, sHDwBRMooebxoGSNvHjjoyZmsXnf_MTAZOborZiidxfcamkRsTuMeEDrw_2, (int32_t param_0000c953, MethodInfo * method)); DO_APP_FUNC(0x020BEFC0, sHDwBRMooebxoGSNvHjjoyZmsXnf, sHDwBRMooebxoGSNvHjjoyZmsXnf_MTAZOborZiidxfcamkRsTuMeEDrw_3, (float param_0000c954, MethodInfo * method)); DO_APP_FUNC(0x020BEFD0, void, dpNDXgBlEjauEbziedBzBFEZItWPB__ctor, (dpNDXgBlEjauEbziedBzBFEZItWPB * __this, int64_t param_0000c955, MethodInfo * method)); DO_APP_FUNC(0x020BEE90, void, dpNDXgBlEjauEbziedBzBFEZItWPB__ctor_1, (dpNDXgBlEjauEbziedBzBFEZItWPB * __this, double param_0000c956, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, int64_t, dpNDXgBlEjauEbziedBzBFEZItWPB_MTAZOborZiidxfcamkRsTuMeEDrw, (dpNDXgBlEjauEbziedBzBFEZItWPB param_0000c957, MethodInfo * method)); DO_APP_FUNC(0x020BEEB0, double, dpNDXgBlEjauEbziedBzBFEZItWPB_MTAZOborZiidxfcamkRsTuMeEDrw_1, (dpNDXgBlEjauEbziedBzBFEZItWPB param_0000c958, MethodInfo * method)); DO_APP_FUNC(0x020BEFE0, dpNDXgBlEjauEbziedBzBFEZItWPB, dpNDXgBlEjauEbziedBzBFEZItWPB_MTAZOborZiidxfcamkRsTuMeEDrw_2, (int64_t param_0000c959, MethodInfo * method)); DO_APP_FUNC(0x020BEF40, dpNDXgBlEjauEbziedBzBFEZItWPB, dpNDXgBlEjauEbziedBzBFEZItWPB_MTAZOborZiidxfcamkRsTuMeEDrw_3, (double param_0000c95a, MethodInfo * method)); DO_APP_FUNC(0x020BF000, float, Float2x_get_Item, (Float2x * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A9F8, Float2x_get_Item__MethodInfo); DO_APP_FUNC(0x020BF080, void, Float2x_set_Item, (Float2x * __this, int32_t index, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AA00, Float2x_set_Item__MethodInfo); DO_APP_FUNC(0x003C8D90, void, Float2x__ctor, (Float2x * __this, float param_0000c95e, float param_0000c95f, MethodInfo * method)); DO_APP_FUNC(0x020BF100, Float2x, Float2x_Clone, (Float2x * __this, MethodInfo * method)); DO_APP_FUNC(0x020589D0, Float2x, Float2x_Clone_1, (Float2x obj, MethodInfo * method)); DO_APP_FUNC(0x020BF120, Float2x, Float2x_get_Zero, (MethodInfo * method)); DO_APP_FUNC(0x020BF130, bool, Float2x_Equals, (Float2x * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x020BF1D0, int32_t, Float2x_GetHashCode, (Float2x * __this, MethodInfo * method)); DO_APP_FUNC(0x020BF210, bool, Float2x_Equals_1, (Float2x * __this, Float2x other, MethodInfo * method)); DO_APP_FUNC(0x020BF240, String *, Float2x_ToString, (Float2x * __this, MethodInfo * method)); DO_APP_FUNC(0x020BF2B0, Float2x, Float2x_Add, (Float2x value1, Float2x value2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A9E8, Float2x_Add__MethodInfo); DO_APP_FUNC(0x020BF2F0, Float2x, Float2x_Subtract, (Float2x value1, Float2x value2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AA28, Float2x_Subtract__MethodInfo); DO_APP_FUNC(0x020BF330, Float2x, Float2x_Multiply, (Float2x value1, Float2x value2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AA20, Float2x_Multiply__MethodInfo); DO_APP_FUNC(0x020BF370, Float2x, Float2x_Divide, (Float2x value1, Float2x value2, MethodInfo * method)); DO_APP_FUNC(0x020BF3B0, Func_3_Rewired_Utils_Classes_Data_Float2x_Rewired_Utils_Classes_Data_Float2x_Rewired_Utils_Classes_Data_Float2x_ *, Float2x_GetAdditionDelegate, (MethodInfo * method)); DO_APP_FUNC(0x020BF4D0, Func_3_Rewired_Utils_Classes_Data_Float2x_Rewired_Utils_Classes_Data_Float2x_Rewired_Utils_Classes_Data_Float2x_ *, Float2x_GetSubtractionDelegate, (MethodInfo * method)); DO_APP_FUNC(0x020BF5F0, Func_3_Rewired_Utils_Classes_Data_Float2x_Rewired_Utils_Classes_Data_Float2x_Rewired_Utils_Classes_Data_Float2x_ *, Float2x_GetMultiplicationDelegate, (MethodInfo * method)); DO_APP_FUNC(0x020BF710, Func_3_Rewired_Utils_Classes_Data_Float2x_Rewired_Utils_Classes_Data_Float2x_Rewired_Utils_Classes_Data_Float2x_ *, Float2x_GetDivisionDelegate, (MethodInfo * method)); DO_APP_FUNC(0x020589D0, Float2x, Float2x_op_Implicit, (Vector2 obj, MethodInfo * method)); DO_APP_FUNC(0x020589D0, Vector2, Float2x_op_Implicit_1, (Float2x obj, MethodInfo * method)); DO_APP_FUNC(0x020BF2B0, Float2x, Float2x_op_Addition, (Float2x value1, Float2x value2, MethodInfo * method)); DO_APP_FUNC(0x020BF2F0, Float2x, Float2x_op_Subtraction, (Float2x value1, Float2x value2, MethodInfo * method)); DO_APP_FUNC(0x020BF330, Float2x, Float2x_op_Multiply, (Float2x value1, Float2x value2, MethodInfo * method)); DO_APP_FUNC(0x020BF370, Float2x, Float2x_op_Division, (Float2x value1, Float2x value2, MethodInfo * method)); DO_APP_FUNC(0x020BF830, Float2x, Float2x_op_Addition_1, (Float2x value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x020BF860, Float2x, Float2x_op_Subtraction_1, (Float2x value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x020BF890, Float2x, Float2x_op_Multiply_1, (Float2x value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x020BF8C0, Float2x, Float2x_op_Division_1, (Float2x value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x020BF8F0, float, Float3x_get_Item, (Float3x * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AA18, Float3x_get_Item__MethodInfo); DO_APP_FUNC(0x020BF980, void, Float3x_set_Item, (Float3x * __this, int32_t index, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AA10, Float3x_set_Item__MethodInfo); DO_APP_FUNC(0x003C8E10, void, Float3x__ctor, (Float3x * __this, float param_0000c980, float param_0000c981, float param_0000c982, MethodInfo * method)); DO_APP_FUNC(0x020BFA10, Float3x, Float3x_Clone, (Float3x * __this, MethodInfo * method)); DO_APP_FUNC(0x020BFA30, Float3x, Float3x_Clone_1, (Float3x obj, MethodInfo * method)); DO_APP_FUNC(0x009B8390, Float3x, Float3x_get_Zero, (MethodInfo * method)); DO_APP_FUNC(0x020BFA50, bool, Float3x_Equals, (Float3x * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x020BFB00, int32_t, Float3x_GetHashCode, (Float3x * __this, MethodInfo * method)); DO_APP_FUNC(0x020BFB60, bool, Float3x_Equals_1, (Float3x * __this, Float3x other, MethodInfo * method)); DO_APP_FUNC(0x020BFB90, String *, Float3x_ToString, (Float3x * __this, MethodInfo * method)); DO_APP_FUNC(0x020BFD80, Float3x, Float3x_Add, (Float3x value1, Float3x value2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A9B0, Float3x_Add__MethodInfo); DO_APP_FUNC(0x020BFDD0, Float3x, Float3x_Subtract, (Float3x value1, Float3x value2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A9A8, Float3x_Subtract__MethodInfo); DO_APP_FUNC(0x020BFE20, Float3x, Float3x_Multiply, (Float3x value1, Float3x value2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A998, Float3x_Multiply__MethodInfo); DO_APP_FUNC(0x020BFE70, Float3x, Float3x_Divide, (Float3x value1, Float3x value2, MethodInfo * method)); DO_APP_FUNC(0x020BFEC0, Func_3_Rewired_Utils_Classes_Data_Float3x_Rewired_Utils_Classes_Data_Float3x_Rewired_Utils_Classes_Data_Float3x_ *, Float3x_GetAdditionDelegate, (MethodInfo * method)); DO_APP_FUNC(0x020BFFE0, Func_3_Rewired_Utils_Classes_Data_Float3x_Rewired_Utils_Classes_Data_Float3x_Rewired_Utils_Classes_Data_Float3x_ *, Float3x_GetSubtractionDelegate, (MethodInfo * method)); DO_APP_FUNC(0x020C0100, Func_3_Rewired_Utils_Classes_Data_Float3x_Rewired_Utils_Classes_Data_Float3x_Rewired_Utils_Classes_Data_Float3x_ *, Float3x_GetMultiplicationDelegate, (MethodInfo * method)); DO_APP_FUNC(0x020C0220, Func_3_Rewired_Utils_Classes_Data_Float3x_Rewired_Utils_Classes_Data_Float3x_Rewired_Utils_Classes_Data_Float3x_ *, Float3x_GetDivisionDelegate, (MethodInfo * method)); DO_APP_FUNC(0x020BFA10, Float3x, Float3x_op_Implicit, (Vector3 obj, MethodInfo * method)); DO_APP_FUNC(0x020BFA10, Vector3, Float3x_op_Implicit_1, (Float3x obj, MethodInfo * method)); DO_APP_FUNC(0x0207BA50, Float3x, Float3x_op_Addition, (Float3x value1, Float3x value2, MethodInfo * method)); DO_APP_FUNC(0x0207BA90, Float3x, Float3x_op_Subtraction, (Float3x value1, Float3x value2, MethodInfo * method)); DO_APP_FUNC(0x020C0340, Float3x, Float3x_op_Multiply, (Float3x value1, Float3x value2, MethodInfo * method)); DO_APP_FUNC(0x020C0380, Float3x, Float3x_op_Division, (Float3x value1, Float3x value2, MethodInfo * method)); DO_APP_FUNC(0x020C03C0, Float3x, Float3x_op_Addition_1, (Float3x value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x020C03F0, Float3x, Float3x_op_Subtraction_1, (Float3x value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x0207BAD0, Float3x, Float3x_op_Multiply_1, (Float3x value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x0207BB00, Float3x, Float3x_op_Division_1, (Float3x value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x020C0420, float, Float4x_get_Item, (Float4x * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A9A0, Float4x_get_Item__MethodInfo); DO_APP_FUNC(0x020C04C0, void, Float4x_set_Item, (Float4x * __this, int32_t index, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A988, Float4x_set_Item__MethodInfo); DO_APP_FUNC(0x003C8E20, void, Float4x__ctor, (Float4x * __this, float param_0000c9a3, float param_0000c9a4, float param_0000c9a5, float param_0000c9a6, MethodInfo * method)); DO_APP_FUNC(0x00BD1FE0, Float4x, Float4x_Clone, (Float4x * __this, MethodInfo * method)); DO_APP_FUNC(0x020C0560, Float4x, Float4x_Clone_1, (Float4x obj, MethodInfo * method)); DO_APP_FUNC(0x00ADC210, Float4x, Float4x_get_Zero, (MethodInfo * method)); DO_APP_FUNC(0x020C0580, bool, Float4x_Equals, (Float4x * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x020C0630, int32_t, Float4x_GetHashCode, (Float4x * __this, MethodInfo * method)); DO_APP_FUNC(0x020C06A0, bool, Float4x_Equals_1, (Float4x * __this, Float4x other, MethodInfo * method)); DO_APP_FUNC(0x020C06E0, String *, Float4x_ToString, (Float4x * __this, MethodInfo * method)); DO_APP_FUNC(0x020C0960, Float4x, Float4x_Add, (Float4x value1, Float4x value2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A9D8, Float4x_Add__MethodInfo); DO_APP_FUNC(0x020C09D0, Float4x, Float4x_Subtract, (Float4x value1, Float4x value2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A9C0, Float4x_Subtract__MethodInfo); DO_APP_FUNC(0x020C0A40, Float4x, Float4x_Multiply, (Float4x value1, Float4x value2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A9C8, Float4x_Multiply__MethodInfo); DO_APP_FUNC(0x020C0AB0, Float4x, Float4x_Divide, (Float4x value1, Float4x value2, MethodInfo * method)); DO_APP_FUNC(0x020C0B20, Func_3_Rewired_Utils_Classes_Data_Float4x_Rewired_Utils_Classes_Data_Float4x_Rewired_Utils_Classes_Data_Float4x_ *, Float4x_GetAdditionDelegate, (MethodInfo * method)); DO_APP_FUNC(0x020C0C40, Func_3_Rewired_Utils_Classes_Data_Float4x_Rewired_Utils_Classes_Data_Float4x_Rewired_Utils_Classes_Data_Float4x_ *, Float4x_GetSubtractionDelegate, (MethodInfo * method)); DO_APP_FUNC(0x020C0D60, Func_3_Rewired_Utils_Classes_Data_Float4x_Rewired_Utils_Classes_Data_Float4x_Rewired_Utils_Classes_Data_Float4x_ *, Float4x_GetMultiplicationDelegate, (MethodInfo * method)); DO_APP_FUNC(0x020C0E80, Func_3_Rewired_Utils_Classes_Data_Float4x_Rewired_Utils_Classes_Data_Float4x_Rewired_Utils_Classes_Data_Float4x_ *, Float4x_GetDivisionDelegate, (MethodInfo * method)); DO_APP_FUNC(0x00BD1FE0, Float4x, Float4x_op_Implicit, (Vector4 obj, MethodInfo * method)); DO_APP_FUNC(0x00BD1FE0, Vector4, Float4x_op_Implicit_1, (Float4x obj, MethodInfo * method)); DO_APP_FUNC(0x020C0FA0, Float4x, Float4x_op_Addition, (Float4x value1, Float4x value2, MethodInfo * method)); DO_APP_FUNC(0x020C0FF0, Float4x, Float4x_op_Subtraction, (Float4x value1, Float4x value2, MethodInfo * method)); DO_APP_FUNC(0x020C1040, Float4x, Float4x_op_Multiply, (Float4x value1, Float4x value2, MethodInfo * method)); DO_APP_FUNC(0x020C1090, Float4x, Float4x_op_Division, (Float4x value1, Float4x value2, MethodInfo * method)); DO_APP_FUNC(0x020C10E0, Float4x, Float4x_op_Addition_1, (Float4x value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x020C1100, Float4x, Float4x_op_Subtraction_1, (Float4x value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x020C1120, Float4x, Float4x_op_Multiply_1, (Float4x value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x020C1140, Float4x, Float4x_op_Division_1, (Float4x value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x003C8E20, void, ScreenRect__ctor, (ScreenRect * __this, float param_0000c9c4, float param_0000c9c5, float param_0000c9c6, float param_0000c9c7, MethodInfo * method)); DO_APP_FUNC(0x020C1160, float, ScreenRect_get_xMax, (ScreenRect * __this, MethodInfo * method)); DO_APP_FUNC(0x020C1170, void, ScreenRect_set_xMax, (ScreenRect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x020C1180, float, ScreenRect_get_yMax, (ScreenRect * __this, MethodInfo * method)); DO_APP_FUNC(0x020C1190, void, ScreenRect_set_yMax, (ScreenRect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x020C11A0, Vector2, ScreenRect_get_center, (ScreenRect * __this, MethodInfo * method)); DO_APP_FUNC(0x020C11D0, String *, ScreenRect_ToString, (ScreenRect * __this, MethodInfo * method)); DO_APP_FUNC(0x020C1420, Rect, ScreenRect_op_Implicit, (ScreenRect o, MethodInfo * method)); DO_APP_FUNC(0x020C1450, ScreenRect, ScreenRect_op_Implicit_1, (Rect o, MethodInfo * method)); DO_APP_FUNC(0x020C1480, bool, OXcOHDpoGGXVUtAOolfnMbASfEDk_CTSNVtOErUgHLezDeQIcEzENJipJ, (OXcOHDpoGGXVUtAOolfnMbASfEDk * __this, MethodInfo * method)); DO_APP_FUNC(0x020C1570, void, OXcOHDpoGGXVUtAOolfnMbASfEDk__ctor, (OXcOHDpoGGXVUtAOolfnMbASfEDk * __this, MethodInfo * method)); DO_APP_FUNC(0x020C1660, void, OXcOHDpoGGXVUtAOolfnMbASfEDk__ctor_1, (OXcOHDpoGGXVUtAOolfnMbASfEDk * __this, OXcOHDpoGGXVUtAOolfnMbASfEDk_GMgwMhVjOynCjDOPLDpGjSnSAgBpA__Enum param_0000c9f3, MethodInfo * method)); DO_APP_FUNC(0x020C1740, void, OXcOHDpoGGXVUtAOolfnMbASfEDk_GAtEhpYlZSCSVTwsBtzapKEDRMkm, (OXcOHDpoGGXVUtAOolfnMbASfEDk * __this, Transform * param_0000c9f4, bool param_0000c9f5, MethodInfo * method)); DO_APP_FUNC(0x020C17D0, void, OXcOHDpoGGXVUtAOolfnMbASfEDk_sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (OXcOHDpoGGXVUtAOolfnMbASfEDk * __this, MethodInfo * method)); DO_APP_FUNC(0x020C1830, void, OXcOHDpoGGXVUtAOolfnMbASfEDk_agXFJphBGxRkqmseZlUsAksfrULTA, (Transform * param_0000c9f6, bool param_0000c9f7, Dictionary_2_System_Int32_OXcOHDpoGGXVUtAOolfnMbASfEDk_hetUcKmEoUtrYIpdaWCDeGGUhEHn_ * param_0000c9f8, MethodInfo * method)); DO_APP_FUNC(0x020C1960, void, OXcOHDpoGGXVUtAOolfnMbASfEDk_iHrDtHKuQIZDoXyQnPoqLvivkNtU, (Transform * param_0000c9f9, bool param_0000c9fa, Dictionary_2_System_Int32_OXcOHDpoGGXVUtAOolfnMbASfEDk_hetUcKmEoUtrYIpdaWCDeGGUhEHn_ * param_0000c9fb, MethodInfo * method)); DO_APP_FUNC(0x020C1B30, void, OXcOHDpoGGXVUtAOolfnMbASfEDk_GAtEhpYlZSCSVTwsBtzapKEDRMkm_1, (Transform * param_0000c9fc, bool param_0000c9fd, Dictionary_2_System_Int32_OXcOHDpoGGXVUtAOolfnMbASfEDk_hetUcKmEoUtrYIpdaWCDeGGUhEHn_ * param_0000c9fe, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OXcOHDpoGGXVUtAOolfnMbASfEDk_hetUcKmEoUtrYIpdaWCDeGGUhEHn__ctor, (OXcOHDpoGGXVUtAOolfnMbASfEDk_hetUcKmEoUtrYIpdaWCDeGGUhEHn * __this, MethodInfo * method)); DO_APP_FUNC(0x020C1F50, Vector2, MEIcAwwiwfxCakEEEUBTQSedPtTj_wqxfuMPpGKdjefWpaodJsKiMwcNFA, (RectTransform * param_0000c9ff, RectTransform * param_0000ca00, Vector2 param_0000ca01, MethodInfo * method)); DO_APP_FUNC(0x020C2030, Vector2, MEIcAwwiwfxCakEEEUBTQSedPtTj_fsOCQAvQqtoolfYDBlkjICGtrIlm, (RectTransform * param_0000ca02, MethodInfo * method)); DO_APP_FUNC(0x020C2080, Rect, MEIcAwwiwfxCakEEEUBTQSedPtTj_qagdjZIqzVpObKYvzICcFjffiadPA, (RectTransform * param_0000ca03, MethodInfo * method)); DO_APP_FUNC(0x020C23A0, Vector2, MEIcAwwiwfxCakEEEUBTQSedPtTj_XjdaCUNFTorpVlFkooiTNUYIOxGG, (Canvas * param_0000ca04, RectTransform * param_0000ca05, Vector2 param_0000ca06, MethodInfo * method)); DO_APP_FUNC(0x020C23F0, Vector2, MEIcAwwiwfxCakEEEUBTQSedPtTj_xwgYfqPiMjzJtEgEAWbZIUJJDyTh, (Canvas * param_0000ca07, RectTransform * param_0000ca08, Vector2 param_0000ca09, MethodInfo * method)); DO_APP_FUNC(0x020C25E0, Vector2, MEIcAwwiwfxCakEEEUBTQSedPtTj_tpTRUNDsaBCykFpEdbpsIfdzIXWE, (RectTransform * param_0000ca0a, Vector3 param_0000ca0b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A948, MEIcAwwiwfxCakEEEUBTQSedPtTj_tpTRUNDsaBCykFpEdbpsIfdzIXWE__MethodInfo); DO_APP_FUNC(0x020C27F0, Vector2, MEIcAwwiwfxCakEEEUBTQSedPtTj_OWMDlRzjAwtqboUUFOJpZWvBYAc, (Rect param_0000ca0c, Vector2 param_0000ca0d, MethodInfo * method)); DO_APP_FUNC(0x020C2820, Vector3, MEIcAwwiwfxCakEEEUBTQSedPtTj_CAADDLjzXCWvNHvQgaHRmCKPDgkAA, (Transform * param_0000ca0e, PositionType__Enum param_0000ca0f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A950, MEIcAwwiwfxCakEEEUBTQSedPtTj_CAADDLjzXCWvNHvQgaHRmCKPDgkAA__MethodInfo); DO_APP_FUNC(0x020C2A30, void, MEIcAwwiwfxCakEEEUBTQSedPtTj_RUzAbUaNDzpWmkCOwIQxktbbtIDtA, (Transform * param_0000ca10, Vector3 param_0000ca11, PositionType__Enum param_0000ca12, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A8B8, MEIcAwwiwfxCakEEEUBTQSedPtTj_RUzAbUaNDzpWmkCOwIQxktbbtIDtA__MethodInfo); DO_APP_FUNC(0x003BABE0, void, BitmaskAttribute__ctor, (BitmaskAttribute * __this, Type * param_0000ca4a, MethodInfo * method)); DO_APP_FUNC(0x020C2C30, void, BitmaskToggleAttribute__ctor, (BitmaskToggleAttribute * __this, Type * param_0000ca4b, MethodInfo * method)); DO_APP_FUNC(0x003BA3C0, float, FieldRangeAttribute_get_minFloat, (FieldRangeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA310, float, FieldRangeAttribute_get_maxFloat, (FieldRangeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, FieldRangeAttribute_get_minInt, (FieldRangeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, FieldRangeAttribute_get_maxInt, (FieldRangeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x020C2C90, void, FieldRangeAttribute__ctor, (FieldRangeAttribute * __this, float param_0000ca4c, float param_0000ca4d, MethodInfo * method)); DO_APP_FUNC(0x020C2CB0, void, FieldRangeAttribute__ctor_1, (FieldRangeAttribute * __this, int32_t param_0000ca4e, int32_t param_0000ca4f, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PreserveAttribute__ctor, (PreserveAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, MonoPInvokeCallbackAttribute_2__ctor, (MonoPInvokeCallbackAttribute_2 * __this, Type * param_0000ca50, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, SerializationTypeAttribute_SerializationType__Enum, SerializationTypeAttribute_get_serializationType, (SerializationTypeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SerializationTypeAttribute__ctor, (SerializationTypeAttribute * __this, SerializationTypeAttribute_SerializationType__Enum param_0000ca51, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ActionIdFieldInfoAttribute__ctor, (ActionIdFieldInfoAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlayerIdFieldInfoAttribute__ctor, (PlayerIdFieldInfoAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x020C2CE0, void, DebugInformation_OnEnable, (DebugInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x020C2DF0, void, DebugInformation_OnDisable, (DebugInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x020C3000, void, DebugInformation_OnGUI, (DebugInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x020C3280, void, DebugInformation_DrawDebugInformation, (bool enabled, IDictionary_2_System_String_System_Boolean_ * foldouts, MethodInfo * method)); DO_APP_FUNC(0x020C3720, void, DebugInformation_rYztXQGGwvWwUoDdiKQweFzTgKkAA, (bool param_0000ca54, IDictionary_2_System_String_System_Boolean_ * param_0000ca55, MethodInfo * method)); DO_APP_FUNC(0x020C3CC0, void, DebugInformation_DotMizJChYaxSZpkzBEcJQFAECzr, (IDictionary_2_System_String_System_Boolean_ * param_0000ca56, String * param_0000ca57, MethodInfo * method)); DO_APP_FUNC(0x020C3FF0, void, DebugInformation_rwprLtnNVZAMsCFXotDaOPQVuiGc, (IList_1_Rewired_Joystick_ * param_0000ca58, IDictionary_2_System_String_System_Boolean_ * param_0000ca59, String * param_0000ca5a, MethodInfo * method)); DO_APP_FUNC(0x020C56C0, void, DebugInformation_mAvDCaBsEfGIYNEpNayeMlpbkiaW, (IDictionary_2_System_String_System_Boolean_ * param_0000ca5b, String * param_0000ca5c, MethodInfo * method)); DO_APP_FUNC(0x020C5E70, void, DebugInformation_IWnDXWURlCXXrxYfzCDmmgbRajam, (IDictionary_2_System_String_System_Boolean_ * param_0000ca5d, String * param_0000ca5e, MethodInfo * method)); DO_APP_FUNC(0x020C63A0, void, DebugInformation_vYiracPLJuBVGjAqiHFGrJPfgGFq, (IList_1_Rewired_CustomController_ * param_0000ca5f, IDictionary_2_System_String_System_Boolean_ * param_0000ca60, String * param_0000ca61, MethodInfo * method)); DO_APP_FUNC(0x020C8550, void, DebugInformation_JhiDAWkTBbFoxYDZWVvgidmgPxyF, (Player * param_0000ca62, int32_t param_0000ca63, IDictionary_2_System_String_System_Boolean_ * param_0000ca64, String * param_0000ca65, MethodInfo * method)); DO_APP_FUNC(0x020CAFC0, void, DebugInformation_EeeCucKXgomeptblWiqVtaGJCtNz, (IList_1_Rewired_InputBehavior_ * param_0000ca66, IDictionary_2_System_String_System_Boolean_ * param_0000ca67, String * param_0000ca68, MethodInfo * method)); DO_APP_FUNC(0x020CB2E0, void, DebugInformation_SDpDkgMHOFSymFjcNefUhluymJWM, (InputBehavior * param_0000ca69, int32_t param_0000ca6a, IDictionary_2_System_String_System_Boolean_ * param_0000ca6b, String * param_0000ca6c, MethodInfo * method)); DO_APP_FUNC(0x020CBE20, void, DebugInformation_LIRpeekwkjTUNWOsPuKEZVPAaOtD, (Controller * param_0000ca6d, IDictionary_2_System_String_System_Boolean_ * param_0000ca6e, String * param_0000ca6f, MethodInfo * method)); DO_APP_FUNC(0x020CD530, void, DebugInformation_fPVESOYKsYEcLieMbsPWfhaTrlBs, (IList_1_Rewired_Controller_Button_ * param_0000ca70, ControllerType__Enum param_0000ca71, IDictionary_2_System_String_System_Boolean_ * param_0000ca72, String * param_0000ca73, MethodInfo * method)); DO_APP_FUNC(0x020CE550, void, DebugInformation_fobSSzYbzYlVoNWYRhRBQymzRlLK, (IList_1_Rewired_Controller_Axis_ * param_0000ca74, IDictionary_2_System_String_System_Boolean_ * param_0000ca75, String * param_0000ca76, MethodInfo * method)); DO_APP_FUNC(0x020CF7C0, void, DebugInformation_YSZadNSJhXGNSLHOAxrbHeOjABZd, (ControllerMap * param_0000ca7c, IDictionary_2_System_String_System_Boolean_ * param_0000ca7d, String * param_0000ca7e, MethodInfo * method)); DO_APP_FUNC(0x020D01A0, void, DebugInformation_YSZadNSJhXGNSLHOAxrbHeOjABZd_1, (ControllerMapWithAxes * param_0000ca7f, IDictionary_2_System_String_System_Boolean_ * param_0000ca80, String * param_0000ca81, MethodInfo * method)); DO_APP_FUNC(0x020D0590, void, DebugInformation_NVbMtjOiWCThbZSWXKchlcNkTFti, (ControllerType__Enum param_0000ca82, ActionElementMap * param_0000ca83, int32_t param_0000ca84, IDictionary_2_System_String_System_Boolean_ * param_0000ca85, String * param_0000ca86, MethodInfo * method)); DO_APP_FUNC(0x020D1100, String *, DebugInformation_DmBBjKLZRCWFuRltMHfqFKHgmzoU, (ActionElementMap * param_0000ca87, MethodInfo * method)); DO_APP_FUNC(0x020D12D0, void, DebugInformation_uKDBurciERVxbcuRFwowzLrSrBs, (ControllerMapLayoutManager * param_0000ca88, IDictionary_2_System_String_System_Boolean_ * param_0000ca89, String * param_0000ca8a, MethodInfo * method)); DO_APP_FUNC(0x020D1710, void, DebugInformation_oCEhBZeUHLOrcPmCSlRHRoemuSRk, (ControllerMapLayoutManager_RuleSet * param_0000ca8b, int32_t param_0000ca8c, IDictionary_2_System_String_System_Boolean_ * param_0000ca8d, String * param_0000ca8e, MethodInfo * method)); DO_APP_FUNC(0x020D22A0, void, DebugInformation_dLBZgLVaSGxsrAGPOxotYUnAHLCg, (ControllerMapEnabler * param_0000ca8f, IDictionary_2_System_String_System_Boolean_ * param_0000ca90, String * param_0000ca91, MethodInfo * method)); DO_APP_FUNC(0x020D2650, void, DebugInformation_HJlricJGovNraYSWtECVMjYBMXSU, (ControllerMapEnabler_RuleSet * param_0000ca92, int32_t param_0000ca93, IDictionary_2_System_String_System_Boolean_ * param_0000ca94, String * param_0000ca95, MethodInfo * method)); DO_APP_FUNC(0x020D3520, void, DebugInformation_eKpDNaYiXUObZCesVXsrPvAcfldX, (ControllerSetSelector * param_0000ca96, IDictionary_2_System_String_System_Boolean_ * param_0000ca97, String * param_0000ca98, MethodInfo * method)); DO_APP_FUNC(0x020D3A10, void, DebugInformation_gsuGpELgUThnnSCIGEcrgCIpwAoCA, (Controller * param_0000ca99, IDictionary_2_System_String_System_Boolean_ * param_0000ca9a, String * param_0000ca9b, MethodInfo * method)); DO_APP_FUNC(0x020D3D00, void, DebugInformation_yZgplveUfzHHZethGuhClziuRlGc, (IControllerTemplate * param_0000ca9c, int32_t param_0000ca9d, String * param_0000ca9e, IDictionary_2_System_String_System_Boolean_ * param_0000ca9f, MethodInfo * method)); DO_APP_FUNC(0x020D4340, void, DebugInformation_lQoCYhoddjhEqdsmLHXRgaiFdUGF, (IControllerTemplateElement * param_0000caa0, int32_t param_0000caa1, String * param_0000caa2, IDictionary_2_System_String_System_Boolean_ * param_0000caa3, MethodInfo * method)); DO_APP_FUNC(0x020D59B0, void, DebugInformation_yONTSniUYbHiXtBiAuKFjSLOgsav, (IControllerTemplateAxis * param_0000caa4, String * param_0000caa5, String * param_0000caa6, IDictionary_2_System_String_System_Boolean_ * param_0000caa7, MethodInfo * method)); DO_APP_FUNC(0x020D5B30, void, DebugInformation_QelVvXqHULwIvvcEIzWISnxyjkAe, (IControllerTemplateButton * param_0000caa8, String * param_0000caa9, String * param_0000caaa, IDictionary_2_System_String_System_Boolean_ * param_0000caab, MethodInfo * method)); DO_APP_FUNC(0x020D5CB0, void, DebugInformation_bFetjIsuyfBojfzdekztlaoLcQvt, (IControllerTemplateAxis * param_0000caac, String * param_0000caad, IDictionary_2_System_String_System_Boolean_ * param_0000caae, MethodInfo * method)); DO_APP_FUNC(0x020D5E80, void, DebugInformation_iVThpDFEaJyIyhkSumxakXVzlJkt, (IControllerTemplateButton * param_0000caaf, String * param_0000cab0, IDictionary_2_System_String_System_Boolean_ * param_0000cab1, MethodInfo * method)); DO_APP_FUNC(0x020D62E0, void, DebugInformation_rGYovTzBxihpJMyHCvvbFaDhvAEQ, (IControllerTemplateAxisSource * param_0000cab2, String * param_0000cab3, String * param_0000cab4, IDictionary_2_System_String_System_Boolean_ * param_0000cab5, MethodInfo * method)); DO_APP_FUNC(0x020D65C0, void, DebugInformation_NgoIGsJQBrtKwdBwhdyKEPhEQsST, (IControllerTemplateButtonSource * param_0000cab6, String * param_0000cab7, String * param_0000cab8, IDictionary_2_System_String_System_Boolean_ * param_0000cab9, MethodInfo * method)); DO_APP_FUNC(0x020D6690, void, DebugInformation_VYIHwFXkRvppbXRhRAEkbehsXwyHA, (IControllerElementTarget * param_0000caba, String * param_0000cabb, String * param_0000cabc, IDictionary_2_System_String_System_Boolean_ * param_0000cabd, MethodInfo * method)); DO_APP_FUNC(0x020D6A60, bool, DebugInformation_FvmPKSRvNzQNyNTPJIrmOJRgSnZA, (String * param_0000cabe, bool param_0000cabf, MethodInfo * method)); DO_APP_FUNC(0x020D6B10, GUIStyle *, DebugInformation_PyGOoFURABaFCJQUSCKMZhRtznkS, (MethodInfo * method)); DO_APP_FUNC(0x020D6D40, GUIStyle *, DebugInformation_GetToggleStyle, (MethodInfo * method)); DO_APP_FUNC(0x020D6F70, GUIStyle *, DebugInformation_YaolHAyZmzamcOgeZZBFtHYrSEkV, (GUIStyle * param_0000cac0, MethodInfo * method)); DO_APP_FUNC(0x020D7070, void, DebugInformation__ctor, (DebugInformation * __this, MethodInfo * method)); DO_APP_FUNC(0x020D7190, void, DebugInformation_psrJiCrbBDfTPYRQqebcPdpNcDZD__ctor, (DebugInformation_psrJiCrbBDfTPYRQqebcPdpNcDZD * __this, String * param_0000cac1, String * param_0000cac2, IDictionary_2_System_String_System_Boolean_ * param_0000cac3, MethodInfo * method)); DO_APP_FUNC(0x020D7220, bool, DebugInformation_psrJiCrbBDfTPYRQqebcPdpNcDZD_dxnKpjcixFZTQpxqZBSxnAtkCwCL, (DebugInformation_psrJiCrbBDfTPYRQqebcPdpNcDZD * __this, String * param_0000cac4, String * param_0000cac5, IDictionary_2_System_String_System_Boolean_ * param_0000cac6, MethodInfo * method)); DO_APP_FUNC(0x020D73D0, bool, DebugInformation_psrJiCrbBDfTPYRQqebcPdpNcDZD_BYWzhBIqRzZGLdofTzAHPdCuFJHm, (DebugInformation_psrJiCrbBDfTPYRQqebcPdpNcDZD * __this, String * param_0000cac7, IDictionary_2_System_String_System_Boolean_ * param_0000cac8, MethodInfo * method)); DO_APP_FUNC(0x020D7460, bool, DebugInformation_psrJiCrbBDfTPYRQqebcPdpNcDZD_fqgsdRXQzElYNNxatvkvkeoYsELm, (DebugInformation_psrJiCrbBDfTPYRQqebcPdpNcDZD * __this, String * param_0000cac9, bool param_0000caca, IDictionary_2_System_String_System_Boolean_ * param_0000cacb, MethodInfo * method)); DO_APP_FUNC(0x020D74F0, void, DebugInformation_psrJiCrbBDfTPYRQqebcPdpNcDZD_Dispose, (DebugInformation_psrJiCrbBDfTPYRQqebcPdpNcDZD * __this, MethodInfo * method)); DO_APP_FUNC(0x020D7570, int32_t, DebugInformation_nhmIhIEoSBPixqxYllnIbALUlDFU_soPvGVxXoFJgbotYGyiTQOtTfeuD, (MethodInfo * method)); DO_APP_FUNC(0x020D75B0, void, DebugInformation_nhmIhIEoSBPixqxYllnIbALUlDFU_YEtalUHDkltpnjlLCUaOuOBptBZbA, (int32_t param_0000cacc, MethodInfo * method)); DO_APP_FUNC(0x020D7600, void, DebugInformation_qqgXbVyEkdgbvEtcofALpFogWGfKA_owrCDwELXutaxeWXEdWjHsYodkusA, (MethodInfo * method)); DO_APP_FUNC(0x020D7650, void, DebugInformation_qqgXbVyEkdgbvEtcofALpFogWGfKA_vFGkmtiKmurlIejBsfUaSMxJruhP, (MethodInfo * method)); DO_APP_FUNC(0x020D76A0, void, DebugInformation_qqgXbVyEkdgbvEtcofALpFogWGfKA_lfbxojNuEclpDEfdmuvYOzJinQpt, (MethodInfo * method)); DO_APP_FUNC(0x020D76F0, void, DebugInformation_qqgXbVyEkdgbvEtcofALpFogWGfKA_VBwozYKJLcLEKnxkVcyYFLIFUrup, (MethodInfo * method)); DO_APP_FUNC(0x020D7740, void, DebugInformation_qqgXbVyEkdgbvEtcofALpFogWGfKA_AlgBCLzgaoeJxxgCQhQCErSMYCMVA, (String * param_0000cacd, DebugInformation_gDYeWgxCcYFBxjumkZlGfZqroWDeA__Enum param_0000cace, MethodInfo * method)); DO_APP_FUNC(0x020D77B0, void, DebugInformation_qqgXbVyEkdgbvEtcofALpFogWGfKA_GnMYWMDPhlfSDTVXkVewjmknJzU, (String * param_0000cacf, String * param_0000cad0, MethodInfo * method)); DO_APP_FUNC(0x020D7840, void, DebugInformation_qqgXbVyEkdgbvEtcofALpFogWGfKA_cfHSFEGbrvJuPQgJyQPUxRvFZULd, (String * param_0000cad1, AnimationCurve * param_0000cad2, MethodInfo * method)); DO_APP_FUNC(0x020D78C0, bool, DebugInformation_qqgXbVyEkdgbvEtcofALpFogWGfKA_FvmPKSRvNzQNyNTPJIrmOJRgSnZA, (String * param_0000cad3, bool param_0000cad4, MethodInfo * method)); DO_APP_FUNC(0x020D7940, float, DebugInformation_ISUYuYsjJYHFziEhEbUyviTWasidb_rNJlCpyGEIPkInXEUGhYgFDcFkGC, (MethodInfo * method)); DO_APP_FUNC(0x020D7980, void, DebugInformation_ISUYuYsjJYHFziEhEbUyviTWasidb_dVvzQgQnfNxAtEosXrBzFGWjnBGE, (float param_0000cad5, MethodInfo * method)); DO_APP_FUNC(0x020D79D0, float, DebugInformation_ISUYuYsjJYHFziEhEbUyviTWasidb_tAjbIycavoDTJgOPRPaZxLTZqNqcb, (MethodInfo * method)); DO_APP_FUNC(0x020D7A10, void, DebugInformation_ISUYuYsjJYHFziEhEbUyviTWasidb_lhWyzAPcHNiPwATIbaNOTjquTrVH, (float param_0000cad6, MethodInfo * method)); DO_APP_FUNC(0x020D7A60, void, DebugInformation_aydvhcciCTimIvmZBgdBvkxppqpr__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugInformation_aydvhcciCTimIvmZBgdBvkxppqpr__ctor, (DebugInformation_aydvhcciCTimIvmZBgdBvkxppqpr * __this, MethodInfo * method)); DO_APP_FUNC(0x020D7B10, int32_t, DebugInformation_aydvhcciCTimIvmZBgdBvkxppqpr_NtmgZYGpzdJNIzphzwiRlcgwkqXdA, (DebugInformation_aydvhcciCTimIvmZBgdBvkxppqpr * __this, InputAction * param_0000cad7, InputAction * param_0000cad8, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A460, DebugInformation_aydvhcciCTimIvmZBgdBvkxppqpr_NtmgZYGpzdJNIzphzwiRlcgwkqXdA__MethodInfo); DO_APP_FUNC(0x003AC050, void, DebugInformation_EHkXTvvEARMDArDMvUfiiuUBVejl__ctor, (DebugInformation_EHkXTvvEARMDArDMvUfiiuUBVejl * __this, MethodInfo * method)); DO_APP_FUNC(0x020D7B40, bool, DebugInformation_EHkXTvvEARMDArDMvUfiiuUBVejl_NjPknwttbMQekDbLnMMaViwUSTTH, (DebugInformation_EHkXTvvEARMDArDMvUfiiuUBVejl * __this, InputAction * param_0000cad9, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A560, DebugInformation_EHkXTvvEARMDArDMvUfiiuUBVejl_NjPknwttbMQekDbLnMMaViwUSTTH__MethodInfo); DO_APP_FUNC(0x020D7B70, void, DirectInputJoystickElementIdentifier_Awake, (DirectInputJoystickElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x020D8010, void, DirectInputJoystickElementIdentifier_Start, (DirectInputJoystickElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x020D8070, void, DirectInputJoystickElementIdentifier_Update, (DirectInputJoystickElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x020D80D0, void, DirectInputJoystickElementIdentifier_OnDestroy, (DirectInputJoystickElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x020D8170, bool, DirectInputJoystickElementIdentifier_YIivPgwazpTZfVQnSWPdEddAmgjr, (DirectInputJoystickElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, DirectInputJoystickElementIdentifier__ctor, (DirectInputJoystickElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x020D8290, void, JoystickElementIdentifier_Awake, (JoystickElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x020D8BB0, void, JoystickElementIdentifier_Start, (JoystickElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x020D8C10, void, JoystickElementIdentifier_Update, (JoystickElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x020D8C70, void, JoystickElementIdentifier_OnDestroy, (JoystickElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x020D8D10, bool, JoystickElementIdentifier_UOLbXYCfxJwJZMFDzXIDUkmEGyKX, (JoystickElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, JoystickElementIdentifier__ctor, (JoystickElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x020D8DD0, void, OSXJoystickElementIdentifier_Awake, (OSXJoystickElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x020D9270, void, OSXJoystickElementIdentifier_Start, (OSXJoystickElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x020D92D0, void, OSXJoystickElementIdentifier_Update, (OSXJoystickElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x020D9330, void, OSXJoystickElementIdentifier_OnDestroy, (OSXJoystickElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x020D93D0, bool, OSXJoystickElementIdentifier_YIivPgwazpTZfVQnSWPdEddAmgjr, (OSXJoystickElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, OSXJoystickElementIdentifier__ctor, (OSXJoystickElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x020D94F0, void, RawInputJoystickElementIdentifier_Awake, (RawInputJoystickElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x020D9990, void, RawInputJoystickElementIdentifier_Start, (RawInputJoystickElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x020D99F0, void, RawInputJoystickElementIdentifier_Update, (RawInputJoystickElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x020D9A50, void, RawInputJoystickElementIdentifier_OnDestroy, (RawInputJoystickElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x020D9AF0, bool, RawInputJoystickElementIdentifier_YIivPgwazpTZfVQnSWPdEddAmgjr, (RawInputJoystickElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, RawInputJoystickElementIdentifier__ctor, (RawInputJoystickElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x020D9C10, void, UnityJoystickElementIdentifier_Awake, (UnityJoystickElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x020D9D20, void, UnityJoystickElementIdentifier_Start, (UnityJoystickElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x020D9D70, void, UnityJoystickElementIdentifier_Update, (UnityJoystickElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x020D9DC0, void, UnityJoystickElementIdentifier_OnDestroy, (UnityJoystickElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, UnityJoystickElementIdentifier__ctor, (UnityJoystickElementIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, feJLArQmekNTDAibHzrTyJvcIApb_Initialize, (feJLArQmekNTDAibHzrTyJvcIApb * __this, GUIText * text, MethodInfo * method)); DO_APP_FUNC(0x020D9E10, void, feJLArQmekNTDAibHzrTyJvcIApb_Start, (feJLArQmekNTDAibHzrTyJvcIApb * __this, MethodInfo * method)); DO_APP_FUNC(0x020DA000, void, feJLArQmekNTDAibHzrTyJvcIApb_Update, (feJLArQmekNTDAibHzrTyJvcIApb * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, feJLArQmekNTDAibHzrTyJvcIApb_OnDestroy, (feJLArQmekNTDAibHzrTyJvcIApb * __this, MethodInfo * method)); DO_APP_FUNC(0x020DAE00, void, feJLArQmekNTDAibHzrTyJvcIApb_FiUnObMlCbaIOUtJjeapCyhVLNCI, (feJLArQmekNTDAibHzrTyJvcIApb * __this, String * param_0000cadb, Object * param_0000cadc, MethodInfo * method)); DO_APP_FUNC(0x020DB070, void, feJLArQmekNTDAibHzrTyJvcIApb__ctor, (feJLArQmekNTDAibHzrTyJvcIApb * __this, MethodInfo * method)); DO_APP_FUNC(0x028DB410, void, UISupport_Initialize, (MethodInfo * method)); DO_APP_FUNC(0x01900DA0, Vector3Control *, OpenVRHMD_get_deviceVelocity, (OpenVRHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, OpenVRHMD_set_deviceVelocity, (OpenVRHMD * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900E10, Vector3Control *, OpenVRHMD_get_deviceAngularVelocity, (OpenVRHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E20, void, OpenVRHMD_set_deviceAngularVelocity, (OpenVRHMD * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900E80, Vector3Control *, OpenVRHMD_get_leftEyeVelocity, (OpenVRHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E90, void, OpenVRHMD_set_leftEyeVelocity, (OpenVRHMD * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900EF0, Vector3Control *, OpenVRHMD_get_leftEyeAngularVelocity, (OpenVRHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F00, void, OpenVRHMD_set_leftEyeAngularVelocity, (OpenVRHMD * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900F60, Vector3Control *, OpenVRHMD_get_rightEyeVelocity, (OpenVRHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F70, void, OpenVRHMD_set_rightEyeVelocity, (OpenVRHMD * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900FD0, Vector3Control *, OpenVRHMD_get_rightEyeAngularVelocity, (OpenVRHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x01900FE0, void, OpenVRHMD_set_rightEyeAngularVelocity, (OpenVRHMD * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01901040, Vector3Control *, OpenVRHMD_get_centerEyeVelocity, (OpenVRHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x01901050, void, OpenVRHMD_set_centerEyeVelocity, (OpenVRHMD * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x019010B0, Vector3Control *, OpenVRHMD_get_centerEyeAngularVelocity, (OpenVRHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x019010C0, void, OpenVRHMD_set_centerEyeAngularVelocity, (OpenVRHMD * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x028DB490, void, OpenVRHMD_FinishSetup, (OpenVRHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, OpenVRHMD__ctor, (OpenVRHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, Vector3Control *, OpenVRControllerWMR_get_deviceVelocity, (OpenVRControllerWMR * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, OpenVRControllerWMR_set_deviceVelocity, (OpenVRControllerWMR * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, Vector3Control *, OpenVRControllerWMR_get_deviceAngularVelocity, (OpenVRControllerWMR * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, OpenVRControllerWMR_set_deviceAngularVelocity, (OpenVRControllerWMR * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900D30, ButtonControl *, OpenVRControllerWMR_get_touchpadClick, (OpenVRControllerWMR * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, OpenVRControllerWMR_set_touchpadClick, (OpenVRControllerWMR * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, ButtonControl *, OpenVRControllerWMR_get_touchpadTouch, (OpenVRControllerWMR * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, OpenVRControllerWMR_set_touchpadTouch, (OpenVRControllerWMR * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, ButtonControl *, OpenVRControllerWMR_get_gripPressed, (OpenVRControllerWMR * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, OpenVRControllerWMR_set_gripPressed, (OpenVRControllerWMR * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, ButtonControl *, OpenVRControllerWMR_get_triggerPressed, (OpenVRControllerWMR * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, OpenVRControllerWMR_set_triggerPressed, (OpenVRControllerWMR * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, ButtonControl *, OpenVRControllerWMR_get_menu, (OpenVRControllerWMR * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, OpenVRControllerWMR_set_menu, (OpenVRControllerWMR * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E10, AxisControl *, OpenVRControllerWMR_get_trigger, (OpenVRControllerWMR * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E20, void, OpenVRControllerWMR_set_trigger, (OpenVRControllerWMR * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E80, AxisControl *, OpenVRControllerWMR_get_grip, (OpenVRControllerWMR * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E90, void, OpenVRControllerWMR_set_grip, (OpenVRControllerWMR * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900EF0, Vector2Control *, OpenVRControllerWMR_get_touchpad, (OpenVRControllerWMR * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F00, void, OpenVRControllerWMR_set_touchpad, (OpenVRControllerWMR * __this, Vector2Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900F60, Vector2Control *, OpenVRControllerWMR_get_joystick, (OpenVRControllerWMR * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F70, void, OpenVRControllerWMR_set_joystick, (OpenVRControllerWMR * __this, Vector2Control * value, MethodInfo * method)); DO_APP_FUNC(0x028DB8F0, void, OpenVRControllerWMR_FinishSetup, (OpenVRControllerWMR * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, OpenVRControllerWMR__ctor, (OpenVRControllerWMR * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, AxisControl *, ViveWand_get_grip, (ViveWand * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, ViveWand_set_grip, (ViveWand * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, ButtonControl *, ViveWand_get_gripPressed, (ViveWand * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, ViveWand_set_gripPressed, (ViveWand * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900D30, ButtonControl *, ViveWand_get_primary, (ViveWand * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, ViveWand_set_primary, (ViveWand * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, ButtonControl *, ViveWand_get_trackpadPressed, (ViveWand * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, ViveWand_set_trackpadPressed, (ViveWand * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, ButtonControl *, ViveWand_get_trackpadTouched, (ViveWand * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, ViveWand_set_trackpadTouched, (ViveWand * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, Vector2Control *, ViveWand_get_trackpad, (ViveWand * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, ViveWand_set_trackpad, (ViveWand * __this, Vector2Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, AxisControl *, ViveWand_get_trigger, (ViveWand * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, ViveWand_set_trigger, (ViveWand * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E10, ButtonControl *, ViveWand_get_triggerPressed, (ViveWand * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E20, void, ViveWand_set_triggerPressed, (ViveWand * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E80, Vector3Control *, ViveWand_get_deviceVelocity, (ViveWand * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E90, void, ViveWand_set_deviceVelocity, (ViveWand * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900EF0, Vector3Control *, ViveWand_get_deviceAngularVelocity, (ViveWand * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F00, void, ViveWand_set_deviceAngularVelocity, (ViveWand * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x028DBF00, void, ViveWand_FinishSetup, (ViveWand * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, ViveWand__ctor, (ViveWand * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, ViveLighthouse__ctor, (ViveLighthouse * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, Vector3Control *, ViveTracker_get_deviceVelocity, (ViveTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, ViveTracker_set_deviceVelocity, (ViveTracker * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, Vector3Control *, ViveTracker_get_deviceAngularVelocity, (ViveTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, ViveTracker_set_deviceAngularVelocity, (ViveTracker * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x028DC490, void, ViveTracker_FinishSetup, (ViveTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, ViveTracker__ctor, (ViveTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D30, AxisControl *, HandedViveTracker_get_grip, (HandedViveTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, HandedViveTracker_set_grip, (HandedViveTracker * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, ButtonControl *, HandedViveTracker_get_gripPressed, (HandedViveTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, HandedViveTracker_set_gripPressed, (HandedViveTracker * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, ButtonControl *, HandedViveTracker_get_primary, (HandedViveTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, HandedViveTracker_set_primary, (HandedViveTracker * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, ButtonControl *, HandedViveTracker_get_trackpadPressed, (HandedViveTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, HandedViveTracker_set_trackpadPressed, (HandedViveTracker * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, ButtonControl *, HandedViveTracker_get_triggerPressed, (HandedViveTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, HandedViveTracker_set_triggerPressed, (HandedViveTracker * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x028DC5E0, void, HandedViveTracker_FinishSetup, (HandedViveTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, HandedViveTracker__ctor, (HandedViveTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, Vector2Control *, OpenVROculusTouchController_get_thumbstick, (OpenVROculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, OpenVROculusTouchController_set_thumbstick, (OpenVROculusTouchController * __this, Vector2Control * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, AxisControl *, OpenVROculusTouchController_get_trigger, (OpenVROculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, OpenVROculusTouchController_set_trigger, (OpenVROculusTouchController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900D30, AxisControl *, OpenVROculusTouchController_get_grip, (OpenVROculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, OpenVROculusTouchController_set_grip, (OpenVROculusTouchController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, ButtonControl *, OpenVROculusTouchController_get_primaryButton, (OpenVROculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, OpenVROculusTouchController_set_primaryButton, (OpenVROculusTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, ButtonControl *, OpenVROculusTouchController_get_secondaryButton, (OpenVROculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, OpenVROculusTouchController_set_secondaryButton, (OpenVROculusTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, ButtonControl *, OpenVROculusTouchController_get_gripPressed, (OpenVROculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, OpenVROculusTouchController_set_gripPressed, (OpenVROculusTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, ButtonControl *, OpenVROculusTouchController_get_triggerPressed, (OpenVROculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, OpenVROculusTouchController_set_triggerPressed, (OpenVROculusTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E10, ButtonControl *, OpenVROculusTouchController_get_thumbstickClicked, (OpenVROculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E20, void, OpenVROculusTouchController_set_thumbstickClicked, (OpenVROculusTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E80, ButtonControl *, OpenVROculusTouchController_get_thumbstickTouched, (OpenVROculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E90, void, OpenVROculusTouchController_set_thumbstickTouched, (OpenVROculusTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900EF0, Vector3Control *, OpenVROculusTouchController_get_deviceVelocity, (OpenVROculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F00, void, OpenVROculusTouchController_set_deviceVelocity, (OpenVROculusTouchController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900F60, Vector3Control *, OpenVROculusTouchController_get_deviceAngularVelocity, (OpenVROculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F70, void, OpenVROculusTouchController_set_deviceAngularVelocity, (OpenVROculusTouchController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x028DC9F0, void, OpenVROculusTouchController_FinishSetup, (OpenVROculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, OpenVROculusTouchController__ctor, (OpenVROculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, ButtonControl *, OculusHMD_get_userPresence, (OculusHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, OculusHMD_set_userPresence, (OculusHMD * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E10, Vector3Control *, OculusHMD_get_deviceAngularVelocity, (OculusHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E20, void, OculusHMD_set_deviceAngularVelocity, (OculusHMD * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900E80, Vector3Control *, OculusHMD_get_deviceAcceleration, (OculusHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E90, void, OculusHMD_set_deviceAcceleration, (OculusHMD * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900EF0, Vector3Control *, OculusHMD_get_deviceAngularAcceleration, (OculusHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F00, void, OculusHMD_set_deviceAngularAcceleration, (OculusHMD * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900F60, Vector3Control *, OculusHMD_get_leftEyeAngularVelocity, (OculusHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F70, void, OculusHMD_set_leftEyeAngularVelocity, (OculusHMD * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900FD0, Vector3Control *, OculusHMD_get_leftEyeAcceleration, (OculusHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x01900FE0, void, OculusHMD_set_leftEyeAcceleration, (OculusHMD * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01901040, Vector3Control *, OculusHMD_get_leftEyeAngularAcceleration, (OculusHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x01901050, void, OculusHMD_set_leftEyeAngularAcceleration, (OculusHMD * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x019010B0, Vector3Control *, OculusHMD_get_rightEyeAngularVelocity, (OculusHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x019010C0, void, OculusHMD_set_rightEyeAngularVelocity, (OculusHMD * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01901120, Vector3Control *, OculusHMD_get_rightEyeAcceleration, (OculusHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x01901130, void, OculusHMD_set_rightEyeAcceleration, (OculusHMD * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01901190, Vector3Control *, OculusHMD_get_rightEyeAngularAcceleration, (OculusHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x019011A0, void, OculusHMD_set_rightEyeAngularAcceleration, (OculusHMD * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01901200, Vector3Control *, OculusHMD_get_centerEyeAngularVelocity, (OculusHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x01901210, void, OculusHMD_set_centerEyeAngularVelocity, (OculusHMD * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01901270, Vector3Control *, OculusHMD_get_centerEyeAcceleration, (OculusHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x01901280, void, OculusHMD_set_centerEyeAcceleration, (OculusHMD * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x019012E0, Vector3Control *, OculusHMD_get_centerEyeAngularAcceleration, (OculusHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x019012F0, void, OculusHMD_set_centerEyeAngularAcceleration, (OculusHMD * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x028DD000, void, OculusHMD_FinishSetup, (OculusHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, OculusHMD__ctor, (OculusHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, Vector2Control *, OculusTouchController_get_thumbstick, (OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, OculusTouchController_set_thumbstick, (OculusTouchController * __this, Vector2Control * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, AxisControl *, OculusTouchController_get_trigger, (OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, OculusTouchController_set_trigger, (OculusTouchController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900D30, AxisControl *, OculusTouchController_get_grip, (OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, OculusTouchController_set_grip, (OculusTouchController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, ButtonControl *, OculusTouchController_get_primaryButton, (OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, OculusTouchController_set_primaryButton, (OculusTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, ButtonControl *, OculusTouchController_get_secondaryButton, (OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, OculusTouchController_set_secondaryButton, (OculusTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, ButtonControl *, OculusTouchController_get_gripPressed, (OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, OculusTouchController_set_gripPressed, (OculusTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, ButtonControl *, OculusTouchController_get_start, (OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, OculusTouchController_set_start, (OculusTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E10, ButtonControl *, OculusTouchController_get_thumbstickClicked, (OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E20, void, OculusTouchController_set_thumbstickClicked, (OculusTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E80, ButtonControl *, OculusTouchController_get_primaryTouched, (OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E90, void, OculusTouchController_set_primaryTouched, (OculusTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900EF0, ButtonControl *, OculusTouchController_get_secondaryTouched, (OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F00, void, OculusTouchController_set_secondaryTouched, (OculusTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900F60, AxisControl *, OculusTouchController_get_triggerTouched, (OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F70, void, OculusTouchController_set_triggerTouched, (OculusTouchController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900FD0, ButtonControl *, OculusTouchController_get_triggerPressed, (OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900FE0, void, OculusTouchController_set_triggerPressed, (OculusTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901040, ButtonControl *, OculusTouchController_get_thumbstickTouched, (OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901050, void, OculusTouchController_set_thumbstickTouched, (OculusTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x019010B0, Vector3Control *, OculusTouchController_get_deviceVelocity, (OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x019010C0, void, OculusTouchController_set_deviceVelocity, (OculusTouchController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01901120, Vector3Control *, OculusTouchController_get_deviceAngularVelocity, (OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901130, void, OculusTouchController_set_deviceAngularVelocity, (OculusTouchController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01901190, Vector3Control *, OculusTouchController_get_deviceAcceleration, (OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x019011A0, void, OculusTouchController_set_deviceAcceleration, (OculusTouchController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01901200, Vector3Control *, OculusTouchController_get_deviceAngularAcceleration, (OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901210, void, OculusTouchController_set_deviceAngularAcceleration, (OculusTouchController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x028DD6F0, void, OculusTouchController_FinishSetup, (OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, OculusTouchController__ctor, (OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, IntegerControl *, OculusTrackingReference_get_trackingState, (OculusTrackingReference * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, OculusTrackingReference_set_trackingState, (OculusTrackingReference * __this, IntegerControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, ButtonControl *, OculusTrackingReference_get_isTracked, (OculusTrackingReference * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, OculusTrackingReference_set_isTracked, (OculusTrackingReference * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x028DE010, void, OculusTrackingReference_FinishSetup, (OculusTrackingReference * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, OculusTrackingReference__ctor, (OculusTrackingReference * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A1F0, ButtonControl *, OculusRemote_get_back, (OculusRemote * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A200, void, OculusRemote_set_back, (OculusRemote * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x007086F0, ButtonControl *, OculusRemote_get_start, (OculusRemote * __this, MethodInfo * method)); DO_APP_FUNC(0x00708700, void, OculusRemote_set_start, (OculusRemote * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00708760, Vector2Control *, OculusRemote_get_touchpad, (OculusRemote * __this, MethodInfo * method)); DO_APP_FUNC(0x00708770, void, OculusRemote_set_touchpad, (OculusRemote * __this, Vector2Control * value, MethodInfo * method)); DO_APP_FUNC(0x028DE170, void, OculusRemote_FinishSetup, (OculusRemote * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, OculusRemote__ctor, (OculusRemote * __this, MethodInfo * method)); DO_APP_FUNC(0x028DE350, ButtonControl *, OculusHMDExtended_get_back, (OculusHMDExtended * __this, MethodInfo * method)); DO_APP_FUNC(0x028DE360, void, OculusHMDExtended_set_back, (OculusHMDExtended * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x028DE3C0, Vector2Control *, OculusHMDExtended_get_touchpad, (OculusHMDExtended * __this, MethodInfo * method)); DO_APP_FUNC(0x028DE3D0, void, OculusHMDExtended_set_touchpad, (OculusHMDExtended * __this, Vector2Control * value, MethodInfo * method)); DO_APP_FUNC(0x028DE430, void, OculusHMDExtended_FinishSetup, (OculusHMDExtended * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, OculusHMDExtended__ctor, (OculusHMDExtended * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, Vector2Control *, GearVRTrackedController_get_touchpad, (GearVRTrackedController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, GearVRTrackedController_set_touchpad, (GearVRTrackedController * __this, Vector2Control * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, AxisControl *, GearVRTrackedController_get_trigger, (GearVRTrackedController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, GearVRTrackedController_set_trigger, (GearVRTrackedController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900D30, ButtonControl *, GearVRTrackedController_get_back, (GearVRTrackedController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, GearVRTrackedController_set_back, (GearVRTrackedController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, ButtonControl *, GearVRTrackedController_get_triggerPressed, (GearVRTrackedController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, GearVRTrackedController_set_triggerPressed, (GearVRTrackedController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, ButtonControl *, GearVRTrackedController_get_touchpadClicked, (GearVRTrackedController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, GearVRTrackedController_set_touchpadClicked, (GearVRTrackedController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, ButtonControl *, GearVRTrackedController_get_touchpadTouched, (GearVRTrackedController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, GearVRTrackedController_set_touchpadTouched, (GearVRTrackedController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, Vector3Control *, GearVRTrackedController_get_deviceAngularVelocity, (GearVRTrackedController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, GearVRTrackedController_set_deviceAngularVelocity, (GearVRTrackedController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900E10, Vector3Control *, GearVRTrackedController_get_deviceAcceleration, (GearVRTrackedController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E20, void, GearVRTrackedController_set_deviceAcceleration, (GearVRTrackedController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900E80, Vector3Control *, GearVRTrackedController_get_deviceAngularAcceleration, (GearVRTrackedController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E90, void, GearVRTrackedController_set_deviceAngularAcceleration, (GearVRTrackedController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x028DE590, void, GearVRTrackedController_FinishSetup, (GearVRTrackedController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, GearVRTrackedController__ctor, (GearVRTrackedController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, DaydreamHMD__ctor, (DaydreamHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, Vector2Control *, DaydreamController_get_touchpad, (DaydreamController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, DaydreamController_set_touchpad, (DaydreamController * __this, Vector2Control * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, ButtonControl *, DaydreamController_get_volumeUp, (DaydreamController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, DaydreamController_set_volumeUp, (DaydreamController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900D30, ButtonControl *, DaydreamController_get_recentered, (DaydreamController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, DaydreamController_set_recentered, (DaydreamController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, ButtonControl *, DaydreamController_get_volumeDown, (DaydreamController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, DaydreamController_set_volumeDown, (DaydreamController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, ButtonControl *, DaydreamController_get_recentering, (DaydreamController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, DaydreamController_set_recentering, (DaydreamController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, ButtonControl *, DaydreamController_get_app, (DaydreamController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, DaydreamController_set_app, (DaydreamController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, ButtonControl *, DaydreamController_get_home, (DaydreamController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, DaydreamController_set_home, (DaydreamController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E10, ButtonControl *, DaydreamController_get_touchpadClicked, (DaydreamController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E20, void, DaydreamController_set_touchpadClicked, (DaydreamController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E80, ButtonControl *, DaydreamController_get_touchpadTouched, (DaydreamController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E90, void, DaydreamController_set_touchpadTouched, (DaydreamController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900EF0, Vector3Control *, DaydreamController_get_deviceVelocity, (DaydreamController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F00, void, DaydreamController_set_deviceVelocity, (DaydreamController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900F60, Vector3Control *, DaydreamController_get_deviceAcceleration, (DaydreamController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F70, void, DaydreamController_set_deviceAcceleration, (DaydreamController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x028DEAA0, void, DaydreamController_FinishSetup, (DaydreamController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, DaydreamController__ctor, (DaydreamController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, ButtonControl *, WMRHMD_get_userPresence, (WMRHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, WMRHMD_set_userPresence, (WMRHMD * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x028DF0A0, void, WMRHMD_FinishSetup, (WMRHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, WMRHMD__ctor, (WMRHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, Vector3Control *, HololensHand_get_deviceVelocity, (HololensHand * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, HololensHand_set_deviceVelocity, (HololensHand * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, ButtonControl *, HololensHand_get_airTap, (HololensHand * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, HololensHand_set_airTap, (HololensHand * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900D30, AxisControl *, HololensHand_get_sourceLossRisk, (HololensHand * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, HololensHand_set_sourceLossRisk, (HololensHand * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, Vector3Control *, HololensHand_get_sourceLossMitigationDirection, (HololensHand * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, HololensHand_set_sourceLossMitigationDirection, (HololensHand * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x028DF160, void, HololensHand_FinishSetup, (HololensHand * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, HololensHand__ctor, (HololensHand * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, Vector2Control *, WMRSpatialController_get_joystick, (WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, WMRSpatialController_set_joystick, (WMRSpatialController * __this, Vector2Control * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, Vector2Control *, WMRSpatialController_get_touchpad, (WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, WMRSpatialController_set_touchpad, (WMRSpatialController * __this, Vector2Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900D30, AxisControl *, WMRSpatialController_get_grip, (WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, WMRSpatialController_set_grip, (WMRSpatialController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, ButtonControl *, WMRSpatialController_get_gripPressed, (WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, WMRSpatialController_set_gripPressed, (WMRSpatialController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, ButtonControl *, WMRSpatialController_get_menu, (WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, WMRSpatialController_set_menu, (WMRSpatialController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, AxisControl *, WMRSpatialController_get_trigger, (WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, WMRSpatialController_set_trigger, (WMRSpatialController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, ButtonControl *, WMRSpatialController_get_triggerPressed, (WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, WMRSpatialController_set_triggerPressed, (WMRSpatialController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E10, ButtonControl *, WMRSpatialController_get_joystickClicked, (WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E20, void, WMRSpatialController_set_joystickClicked, (WMRSpatialController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E80, ButtonControl *, WMRSpatialController_get_touchpadClicked, (WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E90, void, WMRSpatialController_set_touchpadClicked, (WMRSpatialController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900EF0, ButtonControl *, WMRSpatialController_get_touchpadTouched, (WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F00, void, WMRSpatialController_set_touchpadTouched, (WMRSpatialController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900F60, Vector3Control *, WMRSpatialController_get_deviceVelocity, (WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F70, void, WMRSpatialController_set_deviceVelocity, (WMRSpatialController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900FD0, Vector3Control *, WMRSpatialController_get_deviceAngularVelocity, (WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900FE0, void, WMRSpatialController_set_deviceAngularVelocity, (WMRSpatialController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01901040, AxisControl *, WMRSpatialController_get_batteryLevel, (WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901050, void, WMRSpatialController_set_batteryLevel, (WMRSpatialController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x019010B0, AxisControl *, WMRSpatialController_get_sourceLossRisk, (WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x019010C0, void, WMRSpatialController_set_sourceLossRisk, (WMRSpatialController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901120, Vector3Control *, WMRSpatialController_get_sourceLossMitigationDirection, (WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901130, void, WMRSpatialController_set_sourceLossMitigationDirection, (WMRSpatialController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01901190, Vector3Control *, WMRSpatialController_get_pointerPosition, (WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x019011A0, void, WMRSpatialController_set_pointerPosition, (WMRSpatialController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01901200, QuaternionControl *, WMRSpatialController_get_pointerRotation, (WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901210, void, WMRSpatialController_set_pointerRotation, (WMRSpatialController * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x028DF3E0, void, WMRSpatialController_FinishSetup, (WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, WMRSpatialController__ctor, (WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x028DFD10, Type *, InputInteraction_GetValueType, (Type * interactionType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87720, InputInteraction_GetValueType__MethodInfo); DO_APP_FUNC(0x028DFE00, String *, InputInteraction_GetDisplayName, (String * interaction, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C876F8, InputInteraction_GetDisplayName__MethodInfo); DO_APP_FUNC(0x028DFF00, String *, InputInteraction_GetDisplayName_1, (Type * interactionType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87770, InputInteraction_GetDisplayName_1__MethodInfo); DO_APP_FUNC(0x003B93C0, String *, InputAction_1_get_name, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, InputActionType__Enum_1, InputAction_1_get_type, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E00B0, Guid, InputAction_1_get_id, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E0100, Guid, InputAction_1_get_idDontGenerate, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, InputAction_1_get_expectedControlType, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, InputAction_1_set_expectedControlType, (InputAction_1 * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, InputAction_1_get_processors, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, InputAction_1_get_interactions, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E0200, InputActionMap *, InputAction_1_get_actionMap, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E0220, Nullable_1_UnityEngine_InputSystem_InputBinding_, InputAction_1_get_bindingMask, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E0260, void, InputAction_1_set_bindingMask, (InputAction_1 * __this, Nullable_1_UnityEngine_InputSystem_InputBinding_ value, MethodInfo * method)); DO_APP_FUNC(0x028E05E0, ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding_, InputAction_1_get_bindings, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E06E0, ReadOnlyArray_1_UnityEngine_InputSystem_InputControl_, InputAction_1_get_controls, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E0810, InputActionPhase__Enum, InputAction_1_get_phase, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E0870, bool, InputAction_1_get_inProgress, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E08E0, bool, InputAction_1_get_enabled, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E0940, void, InputAction_1_add_started, (InputAction_1 * __this, Action_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * value, MethodInfo * method)); DO_APP_FUNC(0x028E09A0, void, InputAction_1_remove_started, (InputAction_1 * __this, Action_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * value, MethodInfo * method)); DO_APP_FUNC(0x028E0A00, void, InputAction_1_add_canceled, (InputAction_1 * __this, Action_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * value, MethodInfo * method)); DO_APP_FUNC(0x028E0A60, void, InputAction_1_remove_canceled, (InputAction_1 * __this, Action_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * value, MethodInfo * method)); DO_APP_FUNC(0x028E0AC0, void, InputAction_1_add_performed, (InputAction_1 * __this, Action_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * value, MethodInfo * method)); DO_APP_FUNC(0x028E0B20, void, InputAction_1_remove_performed, (InputAction_1 * __this, Action_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * value, MethodInfo * method)); DO_APP_FUNC(0x028E0B80, bool, InputAction_1_get_triggered, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E0C20, InputControl *, InputAction_1_get_activeControl, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E0CA0, bool, InputAction_1_get_wantsInitialStateCheck, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E0CB0, void, InputAction_1_set_wantsInitialStateCheck, (InputAction_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x028E0CD0, void, InputAction_1__ctor, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E0DC0, void, InputAction_1__ctor_1, (InputAction_1 * __this, String * name, InputActionType__Enum_1 type, String * binding, String * interactions, String * processors, String * expectedControlType, MethodInfo * method)); DO_APP_FUNC(0x028E13A0, void, InputAction_1_Dispose, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E13C0, String *, InputAction_1_ToString, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E16F0, void, InputAction_1_Enable, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E18E0, void, InputAction_1_Disable, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E1A80, InputAction_1 *, InputAction_1_Clone, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E1D40, Object *, InputAction_1_System_ICloneable_Clone, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E1D50, Object *, InputAction_1_ReadValueAsObject, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E1DE0, void, InputAction_1_Reset, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E1E70, bool, InputAction_1_IsPressed, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E1ED0, bool, InputAction_1_IsInProgress, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E1F40, bool, InputAction_1_WasPressedThisFrame, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E1FE0, bool, InputAction_1_WasReleasedThisFrame, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E0B80, bool, InputAction_1_WasPerformedThisFrame, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E2080, float, InputAction_1_GetTimeoutCompletionPercentage, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E21D0, bool, InputAction_1_get_isSingletonAction, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E21F0, InputActionState_TriggerState, InputAction_1_get_currentState, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E2270, String *, InputAction_1_MakeSureIdIsInPlace, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E22A0, void, InputAction_1_GenerateId, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E2380, InputActionMap *, InputAction_1_GetOrCreateActionMap, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E23C0, void, InputAction_1_CreateInternalActionMapForSingletonAction, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E25F0, void, InputAction_1_RequestInitialStateCheckOnEnabledAction, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E26C0, bool, InputAction_1_ActiveControlIsValid, (InputAction_1 * __this, InputControl * control, MethodInfo * method)); DO_APP_FUNC(0x028E27D0, Nullable_1_UnityEngine_InputSystem_InputBinding_, InputAction_1_FindEffectiveBindingMask, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E2900, int32_t, InputAction_1_BindingIndexOnActionToBindingIndexOnMap, (InputAction_1 * __this, int32_t indexOfBindingOnAction, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87610, InputAction_1_BindingIndexOnActionToBindingIndexOnMap__MethodInfo); DO_APP_FUNC(0x028E2AC0, int32_t, InputAction_1_BindingIndexOnMapToBindingIndexOnAction, (InputAction_1 * __this, int32_t indexOfBindingOnMap, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, InputAction_CallbackContext_get_actionIndex, (InputAction_CallbackContext * __this, MethodInfo * method)); DO_APP_FUNC(0x028E2C60, int32_t, InputAction_CallbackContext_get_bindingIndex, (InputAction_CallbackContext * __this, MethodInfo * method)); DO_APP_FUNC(0x028E2C90, int32_t, InputAction_CallbackContext_get_controlIndex, (InputAction_CallbackContext * __this, MethodInfo * method)); DO_APP_FUNC(0x028E2CD0, int32_t, InputAction_CallbackContext_get_interactionIndex, (InputAction_CallbackContext * __this, MethodInfo * method)); DO_APP_FUNC(0x028E2D10, InputActionPhase__Enum, InputAction_CallbackContext_get_phase, (InputAction_CallbackContext * __this, MethodInfo * method)); DO_APP_FUNC(0x028E2D30, bool, InputAction_CallbackContext_get_started, (InputAction_CallbackContext * __this, MethodInfo * method)); DO_APP_FUNC(0x028E2D60, bool, InputAction_CallbackContext_get_performed, (InputAction_CallbackContext * __this, MethodInfo * method)); DO_APP_FUNC(0x028E2D90, bool, InputAction_CallbackContext_get_canceled, (InputAction_CallbackContext * __this, MethodInfo * method)); DO_APP_FUNC(0x028E2DC0, InputAction_1 *, InputAction_CallbackContext_get_action, (InputAction_CallbackContext * __this, MethodInfo * method)); DO_APP_FUNC(0x028E2DF0, InputControl *, InputAction_CallbackContext_get_control, (InputAction_CallbackContext * __this, MethodInfo * method)); DO_APP_FUNC(0x028E2E60, IInputInteraction *, InputAction_CallbackContext_get_interaction, (InputAction_CallbackContext * __this, MethodInfo * method)); DO_APP_FUNC(0x028E2EC0, double, InputAction_CallbackContext_get_time, (InputAction_CallbackContext * __this, MethodInfo * method)); DO_APP_FUNC(0x028E2EF0, double, InputAction_CallbackContext_get_startTime, (InputAction_CallbackContext * __this, MethodInfo * method)); DO_APP_FUNC(0x028E2F20, double, InputAction_CallbackContext_get_duration, (InputAction_CallbackContext * __this, MethodInfo * method)); DO_APP_FUNC(0x028E2F70, Type *, InputAction_CallbackContext_get_valueType, (InputAction_CallbackContext * __this, MethodInfo * method)); DO_APP_FUNC(0x028E3060, int32_t, InputAction_CallbackContext_get_valueSizeInBytes, (InputAction_CallbackContext * __this, MethodInfo * method)); DO_APP_FUNC(0x028E3150, void, InputAction_CallbackContext_ReadValue, (InputAction_CallbackContext * __this, Void * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87618, InputAction_CallbackContext_ReadValue__MethodInfo); DO_APP_FUNC(0x028E3350, bool, InputAction_CallbackContext_ReadValueAsButton, (InputAction_CallbackContext * __this, MethodInfo * method)); DO_APP_FUNC(0x028E3570, Object *, InputAction_CallbackContext_ReadValueAsObject, (InputAction_CallbackContext * __this, MethodInfo * method)); DO_APP_FUNC(0x028E3610, String *, InputAction_CallbackContext_ToString, (InputAction_CallbackContext * __this, MethodInfo * method)); DO_APP_FUNC(0x028E39D0, bool, InputActionAsset_get_enabled, (InputActionAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x028E3BA0, ReadOnlyArray_1_UnityEngine_InputSystem_InputActionMap_, InputActionAsset_get_actionMaps, (InputActionAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x028E3C60, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_, InputActionAsset_get_controlSchemes, (InputActionAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x028E3D20, IEnumerable_1_UnityEngine_InputSystem_InputBinding_ *, InputActionAsset_get_bindings, (InputActionAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4560, Nullable_1_UnityEngine_InputSystem_InputBinding_, InputActionAsset_get_bindingMask, (InputActionAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x028E3DE0, void, InputActionAsset_set_bindingMask, (InputActionAsset * __this, Nullable_1_UnityEngine_InputSystem_InputBinding_ value, MethodInfo * method)); DO_APP_FUNC(0x028E4000, Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1_, InputActionAsset_get_devices, (InputActionAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x028E4040, void, InputActionAsset_set_devices, (InputActionAsset * __this, Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1_ value, MethodInfo * method)); DO_APP_FUNC(0x028E40C0, InputAction_1 *, InputActionAsset_get_Item, (InputActionAsset * __this, String * actionNameOrId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C874D0, InputActionAsset_get_Item__MethodInfo); DO_APP_FUNC(0x028E4150, String *, InputActionAsset_ToJson, (InputActionAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x028E4450, void, InputActionAsset_LoadFromJson, (InputActionAsset * __this, String * json, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C874B0, InputActionAsset_LoadFromJson__MethodInfo); DO_APP_FUNC(0x028E45D0, InputActionAsset *, InputActionAsset_FromJson, (String * json, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C874C0, InputActionAsset_FromJson__MethodInfo); DO_APP_FUNC(0x028E47F0, InputAction_1 *, InputActionAsset_FindAction, (InputActionAsset * __this, String * actionNameOrId, bool throwIfNotFound, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C873B8, InputActionAsset_FindAction__MethodInfo); DO_APP_FUNC(0x028E4D50, int32_t, InputActionAsset_FindBinding, (InputActionAsset * __this, InputBinding mask, InputAction_1 * * action, MethodInfo * method)); DO_APP_FUNC(0x028E4EB0, InputActionMap *, InputActionAsset_FindActionMap, (InputActionAsset * __this, String * nameOrId, bool throwIfNotFound, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87398, InputActionAsset_FindActionMap__MethodInfo); DO_APP_FUNC(0x028E51E0, InputActionMap *, InputActionAsset_FindActionMap_1, (InputActionAsset * __this, Guid id, MethodInfo * method)); DO_APP_FUNC(0x028E52F0, InputAction_1 *, InputActionAsset_FindAction_1, (InputActionAsset * __this, Guid guid, MethodInfo * method)); DO_APP_FUNC(0x028E5470, int32_t, InputActionAsset_FindControlSchemeIndex, (InputActionAsset * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C873A8, InputActionAsset_FindControlSchemeIndex__MethodInfo); DO_APP_FUNC(0x028E5620, Nullable_1_UnityEngine_InputSystem_InputControlScheme_, InputActionAsset_FindControlScheme, (InputActionAsset * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C873E0, InputActionAsset_FindControlScheme__MethodInfo); DO_APP_FUNC(0x028E57B0, bool, InputActionAsset_IsUsableWithDevice, (InputActionAsset * __this, InputDevice * device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C873F0, InputActionAsset_IsUsableWithDevice__MethodInfo); DO_APP_FUNC(0x028E5920, void, InputActionAsset_Enable, (InputActionAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x028E5B40, void, InputActionAsset_Disable, (InputActionAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x028E5D20, bool, InputActionAsset_Contains, (InputActionAsset * __this, InputAction_1 * action, MethodInfo * method)); DO_APP_FUNC(0x028E5F00, IEnumerator_1_UnityEngine_InputSystem_InputAction_ *, InputActionAsset_GetEnumerator, (InputActionAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x028E5FA0, IEnumerator *, InputActionAsset_System_Collections_IEnumerable_GetEnumerator, (InputActionAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputActionAsset_MarkAsDirty, (InputActionAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x028E5FB0, void, InputActionAsset_OnWantToChangeSetup, (InputActionAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x028E6020, void, InputActionAsset_OnSetupChanged, (InputActionAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x028E60F0, void, InputActionAsset_ReResolveIfNecessary, (InputActionAsset * __this, bool fullResolve, MethodInfo * method)); DO_APP_FUNC(0x028E6130, void, InputActionAsset_ResolveBindingsIfNecessary, (InputActionAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x028E61D0, void, InputActionAsset_OnDestroy, (InputActionAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, InputActionAsset__ctor, (InputActionAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x028E6250, void, InputActionAsset_ReadFileJson_ToAsset, (InputActionAsset_ReadFileJson * __this, InputActionAsset * asset, MethodInfo * method)); DO_APP_FUNC(0x028E6560, void, InputActionAsset_get_bindings_d_8__ctor, (InputActionAsset_get_bindings_d_8 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputActionAsset_get_bindings_d_8_System_IDisposable_Dispose, (InputActionAsset_get_bindings_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E6580, bool, InputActionAsset_get_bindings_d_8_MoveNext, (InputActionAsset_get_bindings_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E67E0, InputBinding, InputActionAsset_get_bindings_d_8_System_Collections_Generic_IEnumerator_UnityEngine_InputSystem_InputBinding__get_Current, (InputActionAsset_get_bindings_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E6820, void, InputActionAsset_get_bindings_d_8_System_Collections_IEnumerator_Reset, (InputActionAsset_get_bindings_d_8 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87338, InputActionAsset_get_bindings_d_8_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x028E6870, Object *, InputActionAsset_get_bindings_d_8_System_Collections_IEnumerator_get_Current, (InputActionAsset_get_bindings_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E68F0, IEnumerator_1_UnityEngine_InputSystem_InputBinding_ *, InputActionAsset_get_bindings_d_8_System_Collections_Generic_IEnumerable_UnityEngine_InputSystem_InputBinding__GetEnumerator, (InputActionAsset_get_bindings_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E68F0, IEnumerator *, InputActionAsset_get_bindings_d_8_System_Collections_IEnumerable_GetEnumerator, (InputActionAsset_get_bindings_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, InputActionAsset_GetEnumerator_d_31__ctor, (InputActionAsset_GetEnumerator_d_31 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputActionAsset_GetEnumerator_d_31_System_IDisposable_Dispose, (InputActionAsset_GetEnumerator_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E69E0, bool, InputActionAsset_GetEnumerator_d_31_MoveNext, (InputActionAsset_GetEnumerator_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, InputAction_1 *, InputActionAsset_GetEnumerator_d_31_System_Collections_Generic_IEnumerator_UnityEngine_InputSystem_InputAction__get_Current, (InputActionAsset_GetEnumerator_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x028E6B80, void, InputActionAsset_GetEnumerator_d_31_System_Collections_IEnumerator_Reset, (InputActionAsset_GetEnumerator_d_31 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87298, InputActionAsset_GetEnumerator_d_31_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, InputActionAsset_GetEnumerator_d_31_System_Collections_IEnumerator_get_Current, (InputActionAsset_GetEnumerator_d_31 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, InputActionMap_get_name, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, InputActionAsset *, InputActionMap_get_asset, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028E6BD0, Guid, InputActionMap_get_id, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028E6C20, Guid, InputActionMap_get_idDontGenerate, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028E6D20, bool, InputActionMap_get_enabled, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028E6D30, ReadOnlyArray_1_UnityEngine_InputSystem_InputAction_, InputActionMap_get_actions, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028E6DF0, ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding_, InputActionMap_get_bindings, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028E6EB0, IEnumerable_1_UnityEngine_InputSystem_InputBinding_ *, InputActionMap_UnityEngine_InputSystem_IInputActionCollection2_get_bindings, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028E6F10, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_, InputActionMap_get_controlSchemes, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028E7050, Nullable_1_UnityEngine_InputSystem_InputBinding_, InputActionMap_get_bindingMask, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028E7090, void, InputActionMap_set_bindingMask, (InputActionMap * __this, Nullable_1_UnityEngine_InputSystem_InputBinding_ value, MethodInfo * method)); DO_APP_FUNC(0x028E72A0, Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1_, InputActionMap_get_devices, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028E7360, void, InputActionMap_set_devices, (InputActionMap * __this, Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1_ value, MethodInfo * method)); DO_APP_FUNC(0x028E73B0, InputAction_1 *, InputActionMap_get_Item, (InputActionMap * __this, String * actionNameOrId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C872F0, InputActionMap_get_Item__MethodInfo); DO_APP_FUNC(0x028E74D0, void, InputActionMap_add_actionTriggered, (InputActionMap * __this, Action_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * value, MethodInfo * method)); DO_APP_FUNC(0x028E7530, void, InputActionMap_remove_actionTriggered, (InputActionMap * __this, Action_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * value, MethodInfo * method)); DO_APP_FUNC(0x028E7590, void, InputActionMap__ctor, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028E75A0, void, InputActionMap__ctor_1, (InputActionMap * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x028E7600, void, InputActionMap_Dispose, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028E7620, int32_t, InputActionMap_FindActionIndex, (InputActionMap * __this, String * nameOrId, MethodInfo * method)); DO_APP_FUNC(0x028E7A90, void, InputActionMap_SetUpActionLookupTable, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028E7C90, void, InputActionMap_ClearActionLookupTable, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028E7CE0, int32_t, InputActionMap_FindActionIndex_1, (InputActionMap * __this, Guid id, MethodInfo * method)); DO_APP_FUNC(0x028E7DF0, InputAction_1 *, InputActionMap_FindAction, (InputActionMap * __this, String * actionNameOrId, bool throwIfNotFound, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C872E0, InputActionMap_FindAction__MethodInfo); DO_APP_FUNC(0x028E7F30, InputAction_1 *, InputActionMap_FindAction_1, (InputActionMap * __this, Guid id, MethodInfo * method)); DO_APP_FUNC(0x028E8050, bool, InputActionMap_IsUsableWithDevice, (InputActionMap * __this, InputDevice * device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C872D8, InputActionMap_IsUsableWithDevice__MethodInfo); DO_APP_FUNC(0x028E8160, void, InputActionMap_Enable, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028E81D0, void, InputActionMap_Disable, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028E8200, InputActionMap *, InputActionMap_Clone, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028E87C0, Object *, InputActionMap_System_ICloneable_Clone, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028E87D0, bool, InputActionMap_Contains, (InputActionMap * __this, InputAction_1 * action, MethodInfo * method)); DO_APP_FUNC(0x028E8800, String *, InputActionMap_ToString, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028E89A0, IEnumerator_1_UnityEngine_InputSystem_InputAction_ *, InputActionMap_GetEnumerator, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028E8AE0, IEnumerator *, InputActionMap_System_Collections_IEnumerable_GetEnumerator, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028E8AF0, bool, InputActionMap_get_needToResolveBindings, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028E8B00, void, InputActionMap_set_needToResolveBindings, (InputActionMap * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x028E8B20, bool, InputActionMap_get_bindingResolutionNeedsFullReResolve, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028E8B30, void, InputActionMap_set_bindingResolutionNeedsFullReResolve, (InputActionMap * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x028E8B50, bool, InputActionMap_get_controlsForEachActionInitialized, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028E8B60, void, InputActionMap_set_controlsForEachActionInitialized, (InputActionMap * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x028E8B80, bool, InputActionMap_get_bindingsForEachActionInitialized, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028E8B90, void, InputActionMap_set_bindingsForEachActionInitialized, (InputActionMap * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x028E8BB0, ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding_, InputActionMap_GetBindingsForSingleAction, (InputActionMap * __this, InputAction_1 * action, MethodInfo * method)); DO_APP_FUNC(0x028E8C90, ReadOnlyArray_1_UnityEngine_InputSystem_InputControl_, InputActionMap_GetControlsForSingleAction, (InputActionMap * __this, InputAction_1 * action, MethodInfo * method)); DO_APP_FUNC(0x028E8D70, void, InputActionMap_SetUpPerActionControlAndBindingArrays, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028E9AF0, void, InputActionMap_OnWantToChangeSetup, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87220, InputActionMap_OnWantToChangeSetup__MethodInfo); DO_APP_FUNC(0x028E9EB0, void, InputActionMap_OnSetupChanged, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028EA320, void, InputActionMap_OnBindingModified, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028EA350, void, InputActionMap_ClearCachedActionData, (InputActionMap * __this, bool onlyControls, MethodInfo * method)); DO_APP_FUNC(0x028EA470, void, InputActionMap_GenerateId, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028EA550, bool, InputActionMap_LazyResolveBindings, (InputActionMap * __this, bool fullResolve, MethodInfo * method)); DO_APP_FUNC(0x028EA650, bool, InputActionMap_ResolveBindingsIfNecessary, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028EA690, void, InputActionMap_ResolveBindings, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028EB830, int32_t, InputActionMap_FindBinding, (InputActionMap * __this, InputBinding mask, InputAction_1 * * action, MethodInfo * method)); DO_APP_FUNC(0x028EBBE0, int32_t, InputActionMap_FindBindingRelativeToMap, (InputActionMap * __this, InputBinding mask, MethodInfo * method)); DO_APP_FUNC(0x028EBC90, InputActionMap__Array *, InputActionMap_FromJson, (String * json, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C871A8, InputActionMap_FromJson__MethodInfo); DO_APP_FUNC(0x028EBDF0, String *, InputActionMap_ToJson, (IEnumerable_1_UnityEngine_InputSystem_InputActionMap_ * maps, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C870A0, InputActionMap_ToJson__MethodInfo); DO_APP_FUNC(0x028EBEB0, String *, InputActionMap_ToJson_1, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputActionMap_OnBeforeSerialize, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028EC030, void, InputActionMap_OnAfterDeserialize, (InputActionMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028EC1B0, int32_t, InputActionMap_DeviceArray_IndexOf, (InputActionMap_DeviceArray * __this, InputDevice * device, MethodInfo * method)); DO_APP_FUNC(0x028EC220, bool, InputActionMap_DeviceArray_Remove, (InputActionMap_DeviceArray * __this, InputDevice * device, MethodInfo * method)); DO_APP_FUNC(0x028EC310, Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1_, InputActionMap_DeviceArray_Get, (InputActionMap_DeviceArray * __this, MethodInfo * method)); DO_APP_FUNC(0x028EC480, bool, InputActionMap_DeviceArray_Set, (InputActionMap_DeviceArray * __this, Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1_ devices, MethodInfo * method)); DO_APP_FUNC(0x028EC700, InputActionMap_BindingOverrideJson, InputActionMap_BindingOverrideJson_FromBinding, (InputBinding binding, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x028EC980, InputActionMap_BindingOverrideJson, InputActionMap_BindingOverrideJson_FromBinding_1, (InputBinding binding, MethodInfo * method)); DO_APP_FUNC(0x028ECA00, InputBinding, InputActionMap_BindingOverrideJson_ToBinding, (InputActionMap_BindingOverrideJson bindingOverride, MethodInfo * method)); DO_APP_FUNC(0x028ECCA0, InputBinding, InputActionMap_BindingJson_ToBinding, (InputActionMap_BindingJson * __this, MethodInfo * method)); DO_APP_FUNC(0x028ECFA0, InputActionMap_BindingJson, InputActionMap_BindingJson_FromBinding, (InputBinding * binding, MethodInfo * method)); DO_APP_FUNC(0x028ED250, InputAction_1 *, InputActionMap_ReadActionJson_ToAction, (InputActionMap_ReadActionJson * __this, String * actionName, MethodInfo * method)); DO_APP_FUNC(0x028ED680, InputActionMap_WriteActionJson, InputActionMap_WriteActionJson_FromAction, (InputAction_1 * action, MethodInfo * method)); DO_APP_FUNC(0x028ED930, InputActionMap_WriteMapJson, InputActionMap_WriteMapJson_FromMap, (InputActionMap * map, MethodInfo * method)); DO_APP_FUNC(0x028EDEB0, InputActionMap_WriteFileJson, InputActionMap_WriteFileJson_FromMap, (InputActionMap * map, MethodInfo * method)); DO_APP_FUNC(0x028EDFF0, InputActionMap_WriteFileJson, InputActionMap_WriteFileJson_FromMaps, (IEnumerable_1_UnityEngine_InputSystem_InputActionMap_ * maps, MethodInfo * method)); DO_APP_FUNC(0x028EE360, InputActionMap__Array *, InputActionMap_ReadFileJson_ToMaps, (InputActionMap_ReadFileJson * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86FB8, InputActionMap_ReadFileJson_ToMaps__MethodInfo); DO_APP_FUNC(0x028EF490, Nullable_1_UnityEngine_InputSystem_Utilities_PrimitiveValue_, InputActionRebindingExtensions_GetParameterValue, (InputAction_1 * action, String * name, InputBinding bindingMask, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86E88, InputActionRebindingExtensions_GetParameterValue__MethodInfo); DO_APP_FUNC(0x028EF680, Nullable_1_UnityEngine_InputSystem_Utilities_PrimitiveValue_, InputActionRebindingExtensions_GetParameterValue_1, (InputAction_1 * action, InputActionRebindingExtensions_ParameterOverride parameterOverride, MethodInfo * method)); DO_APP_FUNC(0x028EFB20, Nullable_1_UnityEngine_InputSystem_Utilities_PrimitiveValue_, InputActionRebindingExtensions_GetParameterValue_2, (InputAction_1 * action, String * name, int32_t bindingIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86EA0, InputActionRebindingExtensions_GetParameterValue_2__MethodInfo); DO_APP_FUNC(0x028EFF70, void, InputActionRebindingExtensions_ApplyParameterOverride, (InputActionMap * actionMap, String * name, PrimitiveValue value, InputBinding bindingMask, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86E68, InputActionRebindingExtensions_ApplyParameterOverride__MethodInfo); DO_APP_FUNC(0x028F01B0, void, InputActionRebindingExtensions_ApplyParameterOverride_1, (InputActionAsset * asset, String * name, PrimitiveValue value, InputBinding bindingMask, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86E80, InputActionRebindingExtensions_ApplyParameterOverride_1__MethodInfo); DO_APP_FUNC(0x028F0530, void, InputActionRebindingExtensions_ApplyParameterOverride_2, (InputAction_1 * action, String * name, PrimitiveValue value, InputBinding bindingMask, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86E78, InputActionRebindingExtensions_ApplyParameterOverride_2__MethodInfo); DO_APP_FUNC(0x028F07A0, void, InputActionRebindingExtensions_ApplyParameterOverride_3, (InputAction_1 * action, String * name, PrimitiveValue value, int32_t bindingIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86EE8, InputActionRebindingExtensions_ApplyParameterOverride_3__MethodInfo); DO_APP_FUNC(0x028F0CA0, void, InputActionRebindingExtensions_ApplyParameterOverride_4, (InputActionState * state, int32_t mapIndex, InputActionRebindingExtensions_ParameterOverride__Array * * parameterOverrides, int32_t * parameterOverridesCount, InputActionRebindingExtensions_ParameterOverride parameterOverride, MethodInfo * method)); DO_APP_FUNC(0x028F17E0, int32_t, InputActionRebindingExtensions_GetBindingIndex, (InputAction_1 * action, InputBinding bindingMask, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86EB8, InputActionRebindingExtensions_GetBindingIndex__MethodInfo); DO_APP_FUNC(0x028F1A30, int32_t, InputActionRebindingExtensions_GetBindingIndex_1, (InputActionMap * actionMap, InputBinding bindingMask, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86DB0, InputActionRebindingExtensions_GetBindingIndex_1__MethodInfo); DO_APP_FUNC(0x028F1C80, int32_t, InputActionRebindingExtensions_GetBindingIndex_2, (InputAction_1 * action, String * group, String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86DC0, InputActionRebindingExtensions_GetBindingIndex_2__MethodInfo); DO_APP_FUNC(0x028F1DB0, Nullable_1_UnityEngine_InputSystem_InputBinding_, InputActionRebindingExtensions_GetBindingForControl, (InputAction_1 * action, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86D90, InputActionRebindingExtensions_GetBindingForControl__MethodInfo); DO_APP_FUNC(0x028F2000, int32_t, InputActionRebindingExtensions_GetBindingIndexForControl, (InputAction_1 * action, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86D80, InputActionRebindingExtensions_GetBindingIndexForControl__MethodInfo); DO_APP_FUNC(0x028F2200, String *, InputActionRebindingExtensions_GetBindingDisplayString, (InputAction_1 * action, InputBinding_DisplayStringOptions__Enum options, String * group, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86DA0, InputActionRebindingExtensions_GetBindingDisplayString__MethodInfo); DO_APP_FUNC(0x028F2500, String *, InputActionRebindingExtensions_GetBindingDisplayString_1, (InputAction_1 * action, InputBinding bindingMask, InputBinding_DisplayStringOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86E28, InputActionRebindingExtensions_GetBindingDisplayString_1__MethodInfo); DO_APP_FUNC(0x028F28B0, String *, InputActionRebindingExtensions_GetBindingDisplayString_2, (InputAction_1 * action, int32_t bindingIndex, InputBinding_DisplayStringOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86E18, InputActionRebindingExtensions_GetBindingDisplayString_2__MethodInfo); DO_APP_FUNC(0x028F2940, String *, InputActionRebindingExtensions_GetBindingDisplayString_3, (InputAction_1 * action, int32_t bindingIndex, String * * deviceLayoutName, String * * controlPath, InputBinding_DisplayStringOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86DE8, InputActionRebindingExtensions_GetBindingDisplayString_3__MethodInfo); DO_APP_FUNC(0x028F33F0, void, InputActionRebindingExtensions_ApplyBindingOverride, (InputAction_1 * action, String * newPath, String * group, String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86D10, InputActionRebindingExtensions_ApplyBindingOverride__MethodInfo); DO_APP_FUNC(0x028F35D0, void, InputActionRebindingExtensions_ApplyBindingOverride_1, (InputAction_1 * action, InputBinding bindingOverride, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86D28, InputActionRebindingExtensions_ApplyBindingOverride_1__MethodInfo); DO_APP_FUNC(0x028F3880, void, InputActionRebindingExtensions_ApplyBindingOverride_2, (InputAction_1 * action, int32_t bindingIndex, InputBinding bindingOverride, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86D20, InputActionRebindingExtensions_ApplyBindingOverride_2__MethodInfo); DO_APP_FUNC(0x028F39D0, void, InputActionRebindingExtensions_ApplyBindingOverride_3, (InputAction_1 * action, int32_t bindingIndex, String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86CC0, InputActionRebindingExtensions_ApplyBindingOverride_3__MethodInfo); DO_APP_FUNC(0x028F3B60, int32_t, InputActionRebindingExtensions_ApplyBindingOverride_4, (InputActionMap * actionMap, InputBinding bindingOverride, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86CE0, InputActionRebindingExtensions_ApplyBindingOverride_4__MethodInfo); DO_APP_FUNC(0x028F3CE0, void, InputActionRebindingExtensions_ApplyBindingOverride_5, (InputActionMap * actionMap, int32_t bindingIndex, InputBinding bindingOverride, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86CD8, InputActionRebindingExtensions_ApplyBindingOverride_5__MethodInfo); DO_APP_FUNC(0x028F3EF0, void, InputActionRebindingExtensions_RemoveBindingOverride, (InputAction_1 * action, int32_t bindingIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86CE8, InputActionRebindingExtensions_RemoveBindingOverride__MethodInfo); DO_APP_FUNC(0x028F3FB0, void, InputActionRebindingExtensions_RemoveBindingOverride_1, (InputAction_1 * action, InputBinding bindingMask, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86D00, InputActionRebindingExtensions_RemoveBindingOverride_1__MethodInfo); DO_APP_FUNC(0x028F4170, void, InputActionRebindingExtensions_RemoveBindingOverride_2, (InputActionMap * actionMap, InputBinding bindingMask, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86CF8, InputActionRebindingExtensions_RemoveBindingOverride_2__MethodInfo); DO_APP_FUNC(0x028F4330, void, InputActionRebindingExtensions_RemoveAllBindingOverrides, (IInputActionCollection2 * actions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86D68, InputActionRebindingExtensions_RemoveAllBindingOverrides__MethodInfo); DO_APP_FUNC(0x028F4620, void, InputActionRebindingExtensions_RemoveAllBindingOverrides_1, (InputAction_1 * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86D78, InputActionRebindingExtensions_RemoveAllBindingOverrides_1__MethodInfo); DO_APP_FUNC(0x028F4850, void, InputActionRebindingExtensions_ApplyBindingOverrides, (InputActionMap * actionMap, IEnumerable_1_UnityEngine_InputSystem_InputBinding_ * overrides, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86D48, InputActionRebindingExtensions_ApplyBindingOverrides__MethodInfo); DO_APP_FUNC(0x028F4B20, void, InputActionRebindingExtensions_RemoveBindingOverrides, (InputActionMap * actionMap, IEnumerable_1_UnityEngine_InputSystem_InputBinding_ * overrides, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86C00, InputActionRebindingExtensions_RemoveBindingOverrides__MethodInfo); DO_APP_FUNC(0x028F4F60, int32_t, InputActionRebindingExtensions_ApplyBindingOverridesOnMatchingControls, (InputAction_1 * action, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86C08, InputActionRebindingExtensions_ApplyBindingOverridesOnMatchingControls__MethodInfo); DO_APP_FUNC(0x028F52C0, int32_t, InputActionRebindingExtensions_ApplyBindingOverridesOnMatchingControls_1, (InputActionMap * actionMap, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86C28, InputActionRebindingExtensions_ApplyBindingOverridesOnMatchingControls_1__MethodInfo); DO_APP_FUNC(0x028F5430, String *, InputActionRebindingExtensions_SaveBindingOverridesAsJson, (IInputActionCollection2 * actions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86BF0, InputActionRebindingExtensions_SaveBindingOverridesAsJson__MethodInfo); DO_APP_FUNC(0x028F5810, String *, InputActionRebindingExtensions_SaveBindingOverridesAsJson_1, (InputAction_1 * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86C98, InputActionRebindingExtensions_SaveBindingOverridesAsJson_1__MethodInfo); DO_APP_FUNC(0x028F5CC0, void, InputActionRebindingExtensions_AddBindingOverrideJsonTo, (IInputActionCollection2 * actions, InputBinding binding, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * list, InputAction_1 * action, MethodInfo * method)); DO_APP_FUNC(0x028F5F80, void, InputActionRebindingExtensions_LoadBindingOverridesFromJson, (IInputActionCollection2 * actions, String * json, bool removeExisting, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86C38, InputActionRebindingExtensions_LoadBindingOverridesFromJson__MethodInfo); DO_APP_FUNC(0x028F60B0, void, InputActionRebindingExtensions_LoadBindingOverridesFromJson_1, (InputAction_1 * action, String * json, bool removeExisting, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86C60, InputActionRebindingExtensions_LoadBindingOverridesFromJson_1__MethodInfo); DO_APP_FUNC(0x028F61F0, void, InputActionRebindingExtensions_LoadBindingOverridesFromJsonInternal, (IInputActionCollection2 * actions, String * json, MethodInfo * method)); DO_APP_FUNC(0x028F6920, InputActionRebindingExtensions_RebindingOperation *, InputActionRebindingExtensions_PerformInteractiveRebinding, (InputAction_1 * action, int32_t bindingIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86B70, InputActionRebindingExtensions_PerformInteractiveRebinding__MethodInfo); DO_APP_FUNC(0x028F6F30, InputActionRebindingExtensions_DeferBindingResolutionWrapper *, InputActionRebindingExtensions_DeferBindingResolution, (MethodInfo * method)); DO_APP_FUNC(0x028F7060, void, InputActionRebindingExtensions_ParameterEnumerable__ctor, (InputActionRebindingExtensions_ParameterEnumerable * __this, InputActionState * state, InputActionRebindingExtensions_ParameterOverride parameter, int32_t mapIndex, MethodInfo * method)); DO_APP_FUNC(0x028F7170, InputActionRebindingExtensions_ParameterEnumerator, InputActionRebindingExtensions_ParameterEnumerable_GetEnumerator, (InputActionRebindingExtensions_ParameterEnumerable * __this, MethodInfo * method)); DO_APP_FUNC(0x028F72A0, IEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter_ *, InputActionRebindingExtensions_ParameterEnumerable_System_Collections_Generic_IEnumerable_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter__GetEnumerator, (InputActionRebindingExtensions_ParameterEnumerable * __this, MethodInfo * method)); DO_APP_FUNC(0x028F7370, IEnumerator *, InputActionRebindingExtensions_ParameterEnumerable_System_Collections_IEnumerable_GetEnumerator, (InputActionRebindingExtensions_ParameterEnumerable * __this, MethodInfo * method)); DO_APP_FUNC(0x028F7440, void, InputActionRebindingExtensions_ParameterEnumerator__ctor, (InputActionRebindingExtensions_ParameterEnumerator * __this, InputActionState * state, InputActionRebindingExtensions_ParameterOverride parameter, int32_t mapIndex, MethodInfo * method)); DO_APP_FUNC(0x028F7830, bool, InputActionRebindingExtensions_ParameterEnumerator_MoveToNextBinding, (InputActionRebindingExtensions_ParameterEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x028F7A50, bool, InputActionRebindingExtensions_ParameterEnumerator_MoveToNextInteraction, (InputActionRebindingExtensions_ParameterEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x028F7AC0, bool, InputActionRebindingExtensions_ParameterEnumerator_MoveToNextProcessor, (InputActionRebindingExtensions_ParameterEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x028F7B30, bool, InputActionRebindingExtensions_ParameterEnumerator_FindParameter, (InputActionRebindingExtensions_ParameterEnumerator * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC(0x028F7CE0, bool, InputActionRebindingExtensions_ParameterEnumerator_MoveNext, (InputActionRebindingExtensions_ParameterEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x028F7E60, void, InputActionRebindingExtensions_ParameterEnumerator_Reset, (InputActionRebindingExtensions_ParameterEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x028F7FD0, InputActionRebindingExtensions_Parameter, InputActionRebindingExtensions_ParameterEnumerator_get_Current, (InputActionRebindingExtensions_ParameterEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x028F80B0, Object *, InputActionRebindingExtensions_ParameterEnumerator_System_Collections_IEnumerator_get_Current, (InputActionRebindingExtensions_ParameterEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputActionRebindingExtensions_ParameterEnumerator_Dispose, (InputActionRebindingExtensions_ParameterEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x028F8120, Type *, InputActionRebindingExtensions_ParameterOverride_get_objectType, (InputActionRebindingExtensions_ParameterOverride * __this, MethodInfo * method)); DO_APP_FUNC(0x028F81D0, void, InputActionRebindingExtensions_ParameterOverride__ctor, (InputActionRebindingExtensions_ParameterOverride * __this, String * parameterName, InputBinding bindingMask, PrimitiveValue value, MethodInfo * method)); DO_APP_FUNC(0x028F8460, void, InputActionRebindingExtensions_ParameterOverride__ctor_1, (InputActionRebindingExtensions_ParameterOverride * __this, String * objectRegistrationName, String * parameterName, InputBinding bindingMask, PrimitiveValue value, MethodInfo * method)); DO_APP_FUNC(0x028F85B0, Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride_, InputActionRebindingExtensions_ParameterOverride_Find, (InputActionMap * actionMap, InputBinding * binding, String * parameterName, String * objectRegistrationName, MethodInfo * method)); DO_APP_FUNC(0x028F8920, Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride_, InputActionRebindingExtensions_ParameterOverride_Find_1, (InputActionRebindingExtensions_ParameterOverride__Array * overrides, int32_t overrideCount, InputBinding * binding, String * parameterName, String * objectRegistrationName, MethodInfo * method)); DO_APP_FUNC(0x028F8E60, Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride_, InputActionRebindingExtensions_ParameterOverride_PickMoreSpecificOne, (Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride_ first, Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride_ second, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, InputAction_1 *, InputActionRebindingExtensions_RebindingOperation_get_action, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028F9060, Nullable_1_UnityEngine_InputSystem_InputBinding_, InputActionRebindingExtensions_RebindingOperation_get_bindingMask, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028F90A0, InputControlList_1_InputControl_, InputActionRebindingExtensions_RebindingOperation_get_candidates, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028F90C0, ReadOnlyArray_1_System_Single_, InputActionRebindingExtensions_RebindingOperation_get_scores, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028F9180, ReadOnlyArray_1_System_Single_, InputActionRebindingExtensions_RebindingOperation_get_magnitudes, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028F9240, InputControl *, InputActionRebindingExtensions_RebindingOperation_get_selectedControl, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028F92B0, bool, InputActionRebindingExtensions_RebindingOperation_get_started, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028F92C0, bool, InputActionRebindingExtensions_RebindingOperation_get_completed, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028F92D0, bool, InputActionRebindingExtensions_RebindingOperation_get_canceled, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028F92E0, double, InputActionRebindingExtensions_RebindingOperation_get_startTime, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65350, float, InputActionRebindingExtensions_RebindingOperation_get_timeout, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028F92F0, String *, InputActionRebindingExtensions_RebindingOperation_get_expectedControlType, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028F9350, InputActionRebindingExtensions_RebindingOperation *, InputActionRebindingExtensions_RebindingOperation_WithAction, (InputActionRebindingExtensions_RebindingOperation * __this, InputAction_1 * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86A08, InputActionRebindingExtensions_RebindingOperation_WithAction__MethodInfo); DO_APP_FUNC(0x028F9560, InputActionRebindingExtensions_RebindingOperation *, InputActionRebindingExtensions_RebindingOperation_WithMatchingEventsBeingSuppressed, (InputActionRebindingExtensions_RebindingOperation * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x028F95B0, InputActionRebindingExtensions_RebindingOperation *, InputActionRebindingExtensions_RebindingOperation_WithCancelingThrough, (InputActionRebindingExtensions_RebindingOperation * __this, String * binding, MethodInfo * method)); DO_APP_FUNC(0x028F9630, InputActionRebindingExtensions_RebindingOperation *, InputActionRebindingExtensions_RebindingOperation_WithCancelingThrough_1, (InputActionRebindingExtensions_RebindingOperation * __this, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86A10, InputActionRebindingExtensions_RebindingOperation_WithCancelingThrough_1__MethodInfo); DO_APP_FUNC(0x028F96C0, InputActionRebindingExtensions_RebindingOperation *, InputActionRebindingExtensions_RebindingOperation_WithExpectedControlType, (InputActionRebindingExtensions_RebindingOperation * __this, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x028F9750, InputActionRebindingExtensions_RebindingOperation *, InputActionRebindingExtensions_RebindingOperation_WithExpectedControlType_1, (InputActionRebindingExtensions_RebindingOperation * __this, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C869D0, InputActionRebindingExtensions_RebindingOperation_WithExpectedControlType_1__MethodInfo); DO_APP_FUNC(0x028F9910, InputActionRebindingExtensions_RebindingOperation *, InputActionRebindingExtensions_RebindingOperation_WithTargetBinding, (InputActionRebindingExtensions_RebindingOperation * __this, int32_t bindingIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86A48, InputActionRebindingExtensions_RebindingOperation_WithTargetBinding__MethodInfo); DO_APP_FUNC(0x028FA4B0, InputActionRebindingExtensions_RebindingOperation *, InputActionRebindingExtensions_RebindingOperation_WithBindingMask, (InputActionRebindingExtensions_RebindingOperation * __this, Nullable_1_UnityEngine_InputSystem_InputBinding_ bindingMask, MethodInfo * method)); DO_APP_FUNC(0x028FA540, InputActionRebindingExtensions_RebindingOperation *, InputActionRebindingExtensions_RebindingOperation_WithBindingGroup, (InputActionRebindingExtensions_RebindingOperation * __this, String * group, MethodInfo * method)); DO_APP_FUNC(0x028FA720, InputActionRebindingExtensions_RebindingOperation *, InputActionRebindingExtensions_RebindingOperation_WithoutGeneralizingPathOfSelectedControl, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028FA730, InputActionRebindingExtensions_RebindingOperation *, InputActionRebindingExtensions_RebindingOperation_WithRebindAddingNewBinding, (InputActionRebindingExtensions_RebindingOperation * __this, String * group, MethodInfo * method)); DO_APP_FUNC(0x028FA7A0, InputActionRebindingExtensions_RebindingOperation *, InputActionRebindingExtensions_RebindingOperation_WithMagnitudeHavingToBeGreaterThan, (InputActionRebindingExtensions_RebindingOperation * __this, float magnitude, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86A30, InputActionRebindingExtensions_RebindingOperation_WithMagnitudeHavingToBeGreaterThan__MethodInfo); DO_APP_FUNC(0x028FA880, InputActionRebindingExtensions_RebindingOperation *, InputActionRebindingExtensions_RebindingOperation_WithoutIgnoringNoisyControls, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028FA8A0, InputActionRebindingExtensions_RebindingOperation *, InputActionRebindingExtensions_RebindingOperation_WithControlsHavingToMatchPath, (InputActionRebindingExtensions_RebindingOperation * __this, String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86990, InputActionRebindingExtensions_RebindingOperation_WithControlsHavingToMatchPath__MethodInfo); DO_APP_FUNC(0x028FAA80, InputActionRebindingExtensions_RebindingOperation *, InputActionRebindingExtensions_RebindingOperation_WithControlsExcluding, (InputActionRebindingExtensions_RebindingOperation * __this, String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86998, InputActionRebindingExtensions_RebindingOperation_WithControlsExcluding__MethodInfo); DO_APP_FUNC(0x028FAC60, InputActionRebindingExtensions_RebindingOperation *, InputActionRebindingExtensions_RebindingOperation_WithTimeout, (InputActionRebindingExtensions_RebindingOperation * __this, float timeInSeconds, MethodInfo * method)); DO_APP_FUNC(0x028FAC70, InputActionRebindingExtensions_RebindingOperation *, InputActionRebindingExtensions_RebindingOperation_OnComplete, (InputActionRebindingExtensions_RebindingOperation * __this, Action_1_UnityEngine_InputSystem_InputActionRebindingExtensions_RebindingOperation_ * callback, MethodInfo * method)); DO_APP_FUNC(0x028FACD0, InputActionRebindingExtensions_RebindingOperation *, InputActionRebindingExtensions_RebindingOperation_OnCancel, (InputActionRebindingExtensions_RebindingOperation * __this, Action_1_UnityEngine_InputSystem_InputActionRebindingExtensions_RebindingOperation_ * callback, MethodInfo * method)); DO_APP_FUNC(0x028FAD30, InputActionRebindingExtensions_RebindingOperation *, InputActionRebindingExtensions_RebindingOperation_OnPotentialMatch, (InputActionRebindingExtensions_RebindingOperation * __this, Action_1_UnityEngine_InputSystem_InputActionRebindingExtensions_RebindingOperation_ * callback, MethodInfo * method)); DO_APP_FUNC(0x028FAD90, InputActionRebindingExtensions_RebindingOperation *, InputActionRebindingExtensions_RebindingOperation_OnGeneratePath, (InputActionRebindingExtensions_RebindingOperation * __this, Func_2_UnityEngine_InputSystem_InputControl_String_ * callback, MethodInfo * method)); DO_APP_FUNC(0x028FADF0, InputActionRebindingExtensions_RebindingOperation *, InputActionRebindingExtensions_RebindingOperation_OnComputeScore, (InputActionRebindingExtensions_RebindingOperation * __this, Func_3_UnityEngine_InputSystem_InputControl_UnityEngine_InputSystem_LowLevel_InputEventPtr_Single_ * callback, MethodInfo * method)); DO_APP_FUNC(0x028FAE50, InputActionRebindingExtensions_RebindingOperation *, InputActionRebindingExtensions_RebindingOperation_OnApplyBinding, (InputActionRebindingExtensions_RebindingOperation * __this, Action_2_UnityEngine_InputSystem_InputActionRebindingExtensions_RebindingOperation_String_ * callback, MethodInfo * method)); DO_APP_FUNC(0x028FAEB0, InputActionRebindingExtensions_RebindingOperation *, InputActionRebindingExtensions_RebindingOperation_OnMatchWaitForAnother, (InputActionRebindingExtensions_RebindingOperation * __this, float seconds, MethodInfo * method)); DO_APP_FUNC(0x028FAEC0, InputActionRebindingExtensions_RebindingOperation *, InputActionRebindingExtensions_RebindingOperation_Start, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86958, InputActionRebindingExtensions_RebindingOperation_Start__MethodInfo); DO_APP_FUNC(0x028FB2B0, void, InputActionRebindingExtensions_RebindingOperation_Cancel, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028FB300, void, InputActionRebindingExtensions_RebindingOperation_Complete, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028FB320, void, InputActionRebindingExtensions_RebindingOperation_AddCandidate, (InputActionRebindingExtensions_RebindingOperation * __this, InputControl * control, float score, float magnitude, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86978, InputActionRebindingExtensions_RebindingOperation_AddCandidate__MethodInfo); DO_APP_FUNC(0x028FB4B0, void, InputActionRebindingExtensions_RebindingOperation_RemoveCandidate, (InputActionRebindingExtensions_RebindingOperation * __this, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C869C8, InputActionRebindingExtensions_RebindingOperation_RemoveCandidate__MethodInfo); DO_APP_FUNC(0x028FB610, void, InputActionRebindingExtensions_RebindingOperation_Dispose, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028FB6F0, void, InputActionRebindingExtensions_RebindingOperation_Finalize, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028FB800, InputActionRebindingExtensions_RebindingOperation *, InputActionRebindingExtensions_RebindingOperation_Reset, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028FBA50, void, InputActionRebindingExtensions_RebindingOperation_HookOnEvent, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028FBB70, void, InputActionRebindingExtensions_RebindingOperation_UnhookOnEvent, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028FBBE0, void, InputActionRebindingExtensions_RebindingOperation_OnEvent, (InputActionRebindingExtensions_RebindingOperation * __this, InputEventPtr eventPtr, InputDevice * device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C869B0, InputActionRebindingExtensions_RebindingOperation_OnEvent__MethodInfo); DO_APP_FUNC(0x028FC5B0, void, InputActionRebindingExtensions_RebindingOperation_SortCandidatesByScore, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028FC740, bool, InputActionRebindingExtensions_RebindingOperation_HavePathMatch, (InputControl * control, String__Array * paths, int32_t pathCount, MethodInfo * method)); DO_APP_FUNC(0x028FC7C0, void, InputActionRebindingExtensions_RebindingOperation_HookOnAfterUpdate, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028FC8E0, void, InputActionRebindingExtensions_RebindingOperation_UnhookOnAfterUpdate, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028FC950, void, InputActionRebindingExtensions_RebindingOperation_OnAfterUpdate, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86950, InputActionRebindingExtensions_RebindingOperation_OnAfterUpdate__MethodInfo); DO_APP_FUNC(0x028FCA90, void, InputActionRebindingExtensions_RebindingOperation_OnComplete_1, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C868E0, InputActionRebindingExtensions_RebindingOperation_OnComplete_1__MethodInfo); DO_APP_FUNC(0x028FD070, void, InputActionRebindingExtensions_RebindingOperation_OnCancel_1, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028FD0B0, void, InputActionRebindingExtensions_RebindingOperation_ResetAfterMatchCompleted, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028FD1B0, void, InputActionRebindingExtensions_RebindingOperation_ThrowIfRebindInProgress, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86900, InputActionRebindingExtensions_RebindingOperation_ThrowIfRebindInProgress__MethodInfo); DO_APP_FUNC(0x028FD220, String *, InputActionRebindingExtensions_RebindingOperation_GeneratePathForControl, (InputActionRebindingExtensions_RebindingOperation * __this, InputControl * control, MethodInfo * method)); DO_APP_FUNC(0x028FD3E0, void, InputActionRebindingExtensions_RebindingOperation__ctor, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputActionRebindingExtensions_RebindingOperation_c_DisplayClass32_0__ctor, (InputActionRebindingExtensions_RebindingOperation_c_DisplayClass32_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x028FD4D0, bool, InputActionRebindingExtensions_RebindingOperation_c_DisplayClass32_0__WithTargetBinding_b__0, (InputActionRebindingExtensions_RebindingOperation_c_DisplayClass32_0 * __this, InputControlScheme x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86A40, InputActionRebindingExtensions_RebindingOperation_c_DisplayClass32_0__WithTargetBinding_b__0__MethodInfo); DO_APP_FUNC(0x028FD5B0, void, InputActionRebindingExtensions_DeferBindingResolutionWrapper_Acquire, (InputActionRebindingExtensions_DeferBindingResolutionWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x028FD5F0, void, InputActionRebindingExtensions_DeferBindingResolutionWrapper_Dispose, (InputActionRebindingExtensions_DeferBindingResolutionWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputActionRebindingExtensions_DeferBindingResolutionWrapper__ctor, (InputActionRebindingExtensions_DeferBindingResolutionWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputActionRebindingExtensions_c_DisplayClass25_0__ctor, (InputActionRebindingExtensions_c_DisplayClass25_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x028FD660, String *, InputActionRebindingExtensions_c_DisplayClass25_0__GetBindingDisplayString_b__0, (InputActionRebindingExtensions_c_DisplayClass25_0 * __this, String * fragment, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86DC8, InputActionRebindingExtensions_c_DisplayClass25_0__GetBindingDisplayString_b__0__MethodInfo); DO_APP_FUNC(0x028FD970, InputAction_1 *, InputActionProperty_get_action, (InputActionProperty * __this, MethodInfo * method)); DO_APP_FUNC(0x028FDAB0, InputActionReference *, InputActionProperty_get_reference, (InputActionProperty * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, InputAction_1 *, InputActionProperty_get_serializedAction, (InputActionProperty * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, InputActionReference *, InputActionProperty_get_serializedReference, (InputActionProperty * __this, MethodInfo * method)); DO_APP_FUNC(0x028FDAC0, void, InputActionProperty__ctor, (InputActionProperty * __this, InputAction_1 * action, MethodInfo * method)); DO_APP_FUNC(0x028FDB70, void, InputActionProperty__ctor_1, (InputActionProperty * __this, InputActionReference * reference, MethodInfo * method)); DO_APP_FUNC(0x028FDC30, bool, InputActionProperty_Equals, (InputActionProperty * __this, InputActionProperty other, MethodInfo * method)); DO_APP_FUNC(0x028FDDF0, bool, InputActionProperty_Equals_1, (InputActionProperty * __this, InputAction_1 * other, MethodInfo * method)); DO_APP_FUNC(0x028FDE10, bool, InputActionProperty_Equals_2, (InputActionProperty * __this, InputActionReference * other, MethodInfo * method)); DO_APP_FUNC(0x028FDFB0, bool, InputActionProperty_Equals_3, (InputActionProperty * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x028FE090, int32_t, InputActionProperty_GetHashCode, (InputActionProperty * __this, MethodInfo * method)); DO_APP_FUNC(0x028FE1E0, bool, InputActionProperty_op_Equality, (InputActionProperty left, InputActionProperty right, MethodInfo * method)); DO_APP_FUNC(0x028FE210, bool, InputActionProperty_op_Inequality, (InputActionProperty left, InputActionProperty right, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, InputActionAsset *, InputActionReference_get_asset, (InputActionReference * __this, MethodInfo * method)); DO_APP_FUNC(0x028FE240, InputAction_1 *, InputActionReference_get_action, (InputActionReference * __this, MethodInfo * method)); DO_APP_FUNC(0x028FE560, void, InputActionReference_Set, (InputActionReference * __this, InputAction_1 * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88EA8, InputActionReference_Set__MethodInfo); DO_APP_FUNC(0x028FE7E0, void, InputActionReference_Set_1, (InputActionReference * __this, InputActionAsset * asset, String * mapName, String * actionName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88E60, InputActionReference_Set_1__MethodInfo); DO_APP_FUNC(0x028FEB90, void, InputActionReference_SetInternal, (InputActionReference * __this, InputActionAsset * asset, InputAction_1 * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88D90, InputActionReference_SetInternal__MethodInfo); DO_APP_FUNC(0x028FEF90, String *, InputActionReference_ToString, (InputActionReference * __this, MethodInfo * method)); DO_APP_FUNC(0x028FF300, String *, InputActionReference_GetDisplayName, (InputAction_1 * action, MethodInfo * method)); DO_APP_FUNC(0x028FF380, String *, InputActionReference_ToDisplayName, (InputActionReference * __this, MethodInfo * method)); DO_APP_FUNC(0x028FF430, InputAction_1 *, InputActionReference_op_Implicit, (InputActionReference * reference, MethodInfo * method)); DO_APP_FUNC(0x028FF440, InputActionReference *, InputActionReference_Create, (InputAction_1 * action, MethodInfo * method)); DO_APP_FUNC(0x028FF4C0, InputAction_1 *, InputActionReference_ToInputAction, (InputActionReference * __this, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, InputActionReference__ctor, (InputActionReference * __this, MethodInfo * method)); DO_APP_FUNC(0x028FF4D0, InputActionMap *, InputActionSetupExtensions_AddActionMap, (InputActionAsset * asset, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88D60, InputActionSetupExtensions_AddActionMap__MethodInfo); DO_APP_FUNC(0x028FF780, void, InputActionSetupExtensions_AddActionMap_1, (InputActionAsset * asset, InputActionMap * map, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88DE0, InputActionSetupExtensions_AddActionMap_1__MethodInfo); DO_APP_FUNC(0x028FFBE0, void, InputActionSetupExtensions_RemoveActionMap, (InputActionAsset * asset, InputActionMap * map, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88DA0, InputActionSetupExtensions_RemoveActionMap__MethodInfo); DO_APP_FUNC(0x028FFEC0, void, InputActionSetupExtensions_RemoveActionMap_1, (InputActionAsset * asset, String * nameOrId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88DC0, InputActionSetupExtensions_RemoveActionMap_1__MethodInfo); DO_APP_FUNC(0x02900090, InputAction_1 *, InputActionSetupExtensions_AddAction, (InputActionMap * map, String * name, InputActionType__Enum_1 type, String * binding, String * interactions, String * processors, String * groups, String * expectedControlLayout, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88C98, InputActionSetupExtensions_AddAction__MethodInfo); DO_APP_FUNC(0x02900570, void, InputActionSetupExtensions_RemoveAction, (InputAction_1 * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88C80, InputActionSetupExtensions_RemoveAction__MethodInfo); DO_APP_FUNC(0x02900E30, void, InputActionSetupExtensions_RemoveAction_1, (InputActionAsset * asset, String * nameOrId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88D30, InputActionSetupExtensions_RemoveAction_1__MethodInfo); DO_APP_FUNC(0x02901000, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_AddBinding, (InputAction_1 * action, String * path, String * interactions, String * processors, String * groups, MethodInfo * method)); DO_APP_FUNC(0x02901340, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_AddBinding_1, (InputAction_1 * action, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88D20, InputActionSetupExtensions_AddBinding_1__MethodInfo); DO_APP_FUNC(0x02901400, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_AddBinding_2, (InputAction_1 * action, InputBinding binding, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88D40, InputActionSetupExtensions_AddBinding_2__MethodInfo); DO_APP_FUNC(0x02901570, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_AddBinding_3, (InputActionMap * actionMap, String * path, String * interactions, String * groups, String * action, String * processors, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88D38, InputActionSetupExtensions_AddBinding_3__MethodInfo); DO_APP_FUNC(0x02901930, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_AddBinding_4, (InputActionMap * actionMap, String * path, InputAction_1 * action, String * interactions, String * groups, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88D48, InputActionSetupExtensions_AddBinding_4__MethodInfo); DO_APP_FUNC(0x02901C80, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_AddBinding_5, (InputActionMap * actionMap, String * path, Guid action, String * interactions, String * groups, MethodInfo * method)); DO_APP_FUNC(0x02901DD0, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_AddBinding_6, (InputActionMap * actionMap, InputBinding binding, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88CE8, InputActionSetupExtensions_AddBinding_6__MethodInfo); DO_APP_FUNC(0x02901F30, InputActionSetupExtensions_CompositeSyntax, InputActionSetupExtensions_AddCompositeBinding, (InputAction_1 * action, String * composite, String * interactions, String * processors, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88CF8, InputActionSetupExtensions_AddCompositeBinding__MethodInfo); DO_APP_FUNC(0x029022D0, int32_t, InputActionSetupExtensions_AddBindingInternal, (InputActionMap * map, InputBinding binding, int32_t bindingIndex, MethodInfo * method)); DO_APP_FUNC(0x029026B0, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_ChangeBinding, (InputAction_1 * action, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88B80, InputActionSetupExtensions_ChangeBinding__MethodInfo); DO_APP_FUNC(0x02902780, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_ChangeBinding_1, (InputAction_1 * action, String * name, MethodInfo * method)); DO_APP_FUNC(0x02902880, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_ChangeBinding_2, (InputActionMap * actionMap, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88BA8, InputActionSetupExtensions_ChangeBinding_2__MethodInfo); DO_APP_FUNC(0x029029C0, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_ChangeBindingWithId, (InputAction_1 * action, String * id, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88BA0, InputActionSetupExtensions_ChangeBindingWithId__MethodInfo); DO_APP_FUNC(0x02902B30, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_ChangeBindingWithId_1, (InputAction_1 * action, Guid id, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88B20, InputActionSetupExtensions_ChangeBindingWithId_1__MethodInfo); DO_APP_FUNC(0x02902CD0, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_ChangeBindingWithGroup, (InputAction_1 * action, String * group, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88B10, InputActionSetupExtensions_ChangeBindingWithGroup__MethodInfo); DO_APP_FUNC(0x02902E40, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_ChangeBindingWithPath, (InputAction_1 * action, String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88B38, InputActionSetupExtensions_ChangeBindingWithPath__MethodInfo); DO_APP_FUNC(0x02902FB0, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_ChangeBinding_3, (InputAction_1 * action, InputBinding match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88B30, InputActionSetupExtensions_ChangeBinding_3__MethodInfo); DO_APP_FUNC(0x02903330, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_ChangeCompositeBinding, (InputAction_1 * action, String * compositeName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88B60, InputActionSetupExtensions_ChangeCompositeBinding__MethodInfo); DO_APP_FUNC(0x02903760, void, InputActionSetupExtensions_Rename, (InputAction_1 * action, String * newName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88C10, InputActionSetupExtensions_Rename__MethodInfo); DO_APP_FUNC(0x02903BC0, void, InputActionSetupExtensions_AddControlScheme, (InputActionAsset * asset, InputControlScheme controlScheme, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88BB0, InputActionSetupExtensions_AddControlScheme__MethodInfo); DO_APP_FUNC(0x02903FB0, InputActionSetupExtensions_ControlSchemeSyntax, InputActionSetupExtensions_AddControlScheme_1, (InputActionAsset * asset, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88A30, InputActionSetupExtensions_AddControlScheme_1__MethodInfo); DO_APP_FUNC(0x02904230, void, InputActionSetupExtensions_RemoveControlScheme, (InputActionAsset * asset, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88A50, InputActionSetupExtensions_RemoveControlScheme__MethodInfo); DO_APP_FUNC(0x029044E0, InputControlScheme, InputActionSetupExtensions_WithBindingGroup, (InputControlScheme scheme, String * bindingGroup, MethodInfo * method)); DO_APP_FUNC(0x02904660, InputControlScheme, InputActionSetupExtensions_WithDevice, (InputControlScheme scheme, String * controlPath, bool required, MethodInfo * method)); DO_APP_FUNC(0x02904890, InputControlScheme, InputActionSetupExtensions_WithRequiredDevice, (InputControlScheme scheme, String * controlPath, MethodInfo * method)); DO_APP_FUNC(0x029049F0, InputControlScheme, InputActionSetupExtensions_WithOptionalDevice, (InputControlScheme scheme, String * controlPath, MethodInfo * method)); DO_APP_FUNC(0x02904B50, InputControlScheme, InputActionSetupExtensions_OrWithRequiredDevice, (InputControlScheme scheme, String * controlPath, MethodInfo * method)); DO_APP_FUNC(0x02904CB0, InputControlScheme, InputActionSetupExtensions_OrWithOptionalDevice, (InputControlScheme scheme, String * controlPath, MethodInfo * method)); DO_APP_FUNC(0x02904E10, bool, InputActionSetupExtensions_BindingSyntax_get_valid, (InputActionSetupExtensions_BindingSyntax * __this, MethodInfo * method)); DO_APP_FUNC(0x02904E80, int32_t, InputActionSetupExtensions_BindingSyntax_get_bindingIndex, (InputActionSetupExtensions_BindingSyntax * __this, MethodInfo * method)); DO_APP_FUNC(0x02904F00, InputBinding, InputActionSetupExtensions_BindingSyntax_get_binding, (InputActionSetupExtensions_BindingSyntax * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C889E0, InputActionSetupExtensions_BindingSyntax_get_binding__MethodInfo); DO_APP_FUNC(0x02905000, void, InputActionSetupExtensions_BindingSyntax__ctor, (InputActionSetupExtensions_BindingSyntax * __this, InputActionMap * map, int32_t bindingIndexInMap, InputAction_1 * action, MethodInfo * method)); DO_APP_FUNC(0x029050C0, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_BindingSyntax_WithName, (InputActionSetupExtensions_BindingSyntax * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C889D0, InputActionSetupExtensions_BindingSyntax_WithName__MethodInfo); DO_APP_FUNC(0x02905230, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_BindingSyntax_WithPath, (InputActionSetupExtensions_BindingSyntax * __this, String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88A00, InputActionSetupExtensions_BindingSyntax_WithPath__MethodInfo); DO_APP_FUNC(0x029053B0, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_BindingSyntax_WithGroup, (InputActionSetupExtensions_BindingSyntax * __this, String * group, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C889F0, InputActionSetupExtensions_BindingSyntax_WithGroup__MethodInfo); DO_APP_FUNC(0x029055D0, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_BindingSyntax_WithGroups, (InputActionSetupExtensions_BindingSyntax * __this, String * groups, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88AE0, InputActionSetupExtensions_BindingSyntax_WithGroups__MethodInfo); DO_APP_FUNC(0x029058C0, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_BindingSyntax_WithInteraction, (InputActionSetupExtensions_BindingSyntax * __this, String * interaction, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88AD0, InputActionSetupExtensions_BindingSyntax_WithInteraction__MethodInfo); DO_APP_FUNC(0x02905AE0, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_BindingSyntax_WithInteractions, (InputActionSetupExtensions_BindingSyntax * __this, String * interactions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88A70, InputActionSetupExtensions_BindingSyntax_WithInteractions__MethodInfo); DO_APP_FUNC(0x02905DD0, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_BindingSyntax_WithProcessor, (InputActionSetupExtensions_BindingSyntax * __this, String * processor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88A60, InputActionSetupExtensions_BindingSyntax_WithProcessor__MethodInfo); DO_APP_FUNC(0x02905FF0, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_BindingSyntax_WithProcessors, (InputActionSetupExtensions_BindingSyntax * __this, String * processors, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88AB0, InputActionSetupExtensions_BindingSyntax_WithProcessors__MethodInfo); DO_APP_FUNC(0x029062E0, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_BindingSyntax_Triggering, (InputActionSetupExtensions_BindingSyntax * __this, InputAction_1 * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88AA0, InputActionSetupExtensions_BindingSyntax_Triggering__MethodInfo); DO_APP_FUNC(0x02906500, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_BindingSyntax_To, (InputActionSetupExtensions_BindingSyntax * __this, InputBinding binding, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C888D0, InputActionSetupExtensions_BindingSyntax_To__MethodInfo); DO_APP_FUNC(0x029066B0, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_BindingSyntax_NextBinding, (InputActionSetupExtensions_BindingSyntax * __this, MethodInfo * method)); DO_APP_FUNC(0x029066F0, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_BindingSyntax_PreviousBinding, (InputActionSetupExtensions_BindingSyntax * __this, MethodInfo * method)); DO_APP_FUNC(0x02906730, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_BindingSyntax_NextPartBinding, (InputActionSetupExtensions_BindingSyntax * __this, String * partName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C888E0, InputActionSetupExtensions_BindingSyntax_NextPartBinding__MethodInfo); DO_APP_FUNC(0x029067D0, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_BindingSyntax_PreviousPartBinding, (InputActionSetupExtensions_BindingSyntax * __this, String * partName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C888F8, InputActionSetupExtensions_BindingSyntax_PreviousPartBinding__MethodInfo); DO_APP_FUNC(0x02906870, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_BindingSyntax_NextCompositeBinding, (InputActionSetupExtensions_BindingSyntax * __this, String * compositeName, MethodInfo * method)); DO_APP_FUNC(0x029068B0, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_BindingSyntax_PreviousCompositeBinding, (InputActionSetupExtensions_BindingSyntax * __this, String * compositeName, MethodInfo * method)); DO_APP_FUNC(0x029068F0, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_BindingSyntax_Iterate, (InputActionSetupExtensions_BindingSyntax * __this, bool next, MethodInfo * method)); DO_APP_FUNC(0x029069F0, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_BindingSyntax_IterateCompositeBinding, (InputActionSetupExtensions_BindingSyntax * __this, bool next, String * compositeName, MethodInfo * method)); DO_APP_FUNC(0x02906DD0, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_BindingSyntax_IteratePartBinding, (InputActionSetupExtensions_BindingSyntax * __this, bool next, String * partName, MethodInfo * method)); DO_APP_FUNC(0x02907110, void, InputActionSetupExtensions_BindingSyntax_Erase, (InputActionSetupExtensions_BindingSyntax * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88898, InputActionSetupExtensions_BindingSyntax_Erase__MethodInfo); DO_APP_FUNC(0x02907500, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_BindingSyntax_InsertPartBinding, (InputActionSetupExtensions_BindingSyntax * __this, String * partName, String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C888B8, InputActionSetupExtensions_BindingSyntax_InsertPartBinding__MethodInfo); DO_APP_FUNC(0x02907820, int32_t, InputActionSetupExtensions_CompositeSyntax_get_bindingIndex, (InputActionSetupExtensions_CompositeSyntax * __this, MethodInfo * method)); DO_APP_FUNC(0x02907850, void, InputActionSetupExtensions_CompositeSyntax__ctor, (InputActionSetupExtensions_CompositeSyntax * __this, InputActionMap * map, InputAction_1 * action, int32_t compositeIndex, MethodInfo * method)); DO_APP_FUNC(0x02907920, InputActionSetupExtensions_CompositeSyntax, InputActionSetupExtensions_CompositeSyntax_With, (InputActionSetupExtensions_CompositeSyntax * __this, String * name, String * binding, String * groups, String * processors, MethodInfo * method)); DO_APP_FUNC(0x02907B50, void, InputActionSetupExtensions_ControlSchemeSyntax__ctor, (InputActionSetupExtensions_ControlSchemeSyntax * __this, InputActionAsset * asset, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02907BC0, void, InputActionSetupExtensions_ControlSchemeSyntax__ctor_1, (InputActionSetupExtensions_ControlSchemeSyntax * __this, InputControlScheme controlScheme, MethodInfo * method)); DO_APP_FUNC(0x02907C90, InputActionSetupExtensions_ControlSchemeSyntax, InputActionSetupExtensions_ControlSchemeSyntax_WithBindingGroup, (InputActionSetupExtensions_ControlSchemeSyntax * __this, String * bindingGroup, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88980, InputActionSetupExtensions_ControlSchemeSyntax_WithBindingGroup__MethodInfo); DO_APP_FUNC(0x02907EC0, InputActionSetupExtensions_ControlSchemeSyntax, InputActionSetupExtensions_ControlSchemeSyntax_WithRequiredDevice, (InputActionSetupExtensions_ControlSchemeSyntax * __this, String * controlPath, MethodInfo * method)); DO_APP_FUNC(0x02907F10, InputActionSetupExtensions_ControlSchemeSyntax, InputActionSetupExtensions_ControlSchemeSyntax_WithOptionalDevice, (InputActionSetupExtensions_ControlSchemeSyntax * __this, String * controlPath, MethodInfo * method)); DO_APP_FUNC(0x02907F60, InputActionSetupExtensions_ControlSchemeSyntax, InputActionSetupExtensions_ControlSchemeSyntax_OrWithRequiredDevice, (InputActionSetupExtensions_ControlSchemeSyntax * __this, String * controlPath, MethodInfo * method)); DO_APP_FUNC(0x02907FB0, InputActionSetupExtensions_ControlSchemeSyntax, InputActionSetupExtensions_ControlSchemeSyntax_OrWithOptionalDevice, (InputActionSetupExtensions_ControlSchemeSyntax * __this, String * controlPath, MethodInfo * method)); DO_APP_FUNC(0x02908000, InputControlScheme, InputActionSetupExtensions_ControlSchemeSyntax_Done, (InputActionSetupExtensions_ControlSchemeSyntax * __this, MethodInfo * method)); DO_APP_FUNC(0x02908160, void, InputActionSetupExtensions_ControlSchemeSyntax_AddDeviceEntry, (InputActionSetupExtensions_ControlSchemeSyntax * __this, String * controlPath, InputControlScheme_DeviceRequirement_Flags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88910, InputActionSetupExtensions_ControlSchemeSyntax_AddDeviceEntry__MethodInfo); DO_APP_FUNC(0x003AC050, void, InputActionSetupExtensions_c_DisplayClass5_0__ctor, (InputActionSetupExtensions_c_DisplayClass5_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x029085B0, bool, InputActionSetupExtensions_c_DisplayClass5_0__RemoveAction_b__0, (InputActionSetupExtensions_c_DisplayClass5_0 * __this, InputBinding b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88C70, InputActionSetupExtensions_c_DisplayClass5_0__RemoveAction_b__0__MethodInfo); DO_APP_FUNC(0x00ADDA40, int32_t, InputActionState_get_totalCompositeCount, (InputActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5400, int32_t, InputActionState_get_totalMapCount, (InputActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x00A528F0, int32_t, InputActionState_get_totalActionCount, (InputActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x01D80210, int32_t, InputActionState_get_totalBindingCount, (InputActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x0111DD10, int32_t, InputActionState_get_totalInteractionCount, (InputActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A6C0, int32_t, InputActionState_get_totalControlCount, (InputActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C80, InputActionState_ActionMapIndices *, InputActionState_get_mapIndices, (InputActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, InputActionState_TriggerState *, InputActionState_get_actionStates, (InputActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, InputActionState_BindingState *, InputActionState_get_bindingStates, (InputActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7010, InputActionState_InteractionState *, InputActionState_get_interactionStates, (InputActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x00605860, int32_t *, InputActionState_get_controlIndexToBindingIndex, (InputActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF700, uint16_t *, InputActionState_get_controlGroupingAndComplexity, (InputActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, float *, InputActionState_get_controlMagnitudes, (InputActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7040, uint32_t *, InputActionState_get_enabledControls, (InputActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x00981560, bool, InputActionState_get_isProcessingControlStateChange, (InputActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x02908640, void, InputActionState_Initialize, (InputActionState * __this, InputBindingResolver resolver, MethodInfo * method)); DO_APP_FUNC(0x02908750, void, InputActionState_ComputeControlGroupingIfNecessary, (InputActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x02908950, void, InputActionState_ClaimDataFrom, (InputActionState * __this, InputBindingResolver resolver, MethodInfo * method)); DO_APP_FUNC(0x02908BA0, void, InputActionState_Finalize, (InputActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x02908C10, void, InputActionState_Dispose, (InputActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x02908C20, void, InputActionState_Destroy, (InputActionState * __this, bool isFinalizing, MethodInfo * method)); DO_APP_FUNC(0x02908E50, InputActionState *, InputActionState_Clone, (InputActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x02909180, Object *, InputActionState_System_ICloneable_Clone, (InputActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x02909190, bool, InputActionState_IsUsingDevice, (InputActionState * __this, InputDevice * device, MethodInfo * method)); DO_APP_FUNC(0x02909320, bool, InputActionState_CanUseDevice, (InputActionState * __this, InputDevice * device, MethodInfo * method)); DO_APP_FUNC(0x02909600, bool, InputActionState_HasEnabledActions, (InputActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x02909660, void, InputActionState_FinishBindingCompositeSetups, (InputActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x02909790, void, InputActionState_PrepareForBindingReResolution, (InputActionState * __this, bool needFullResolve, InputControlList_1_InputControl_ * activeControls, bool * hasEnabledActions, MethodInfo * method)); DO_APP_FUNC(0x02909CC0, void, InputActionState_FinishBindingResolution, (InputActionState * __this, bool hasEnabledActions, InputActionState_UnmanagedMemory oldMemory, InputControlList_1_InputControl_ activeControls, bool isFullResolve, MethodInfo * method)); DO_APP_FUNC(0x02909EC0, void, InputActionState_RestoreActionStatesAfterReResolvingBindings, (InputActionState * __this, InputActionState_UnmanagedMemory oldState, InputControlList_1_InputControl_ activeControls, bool isFullResolve, MethodInfo * method)); DO_APP_FUNC(0x0290A6A0, bool, InputActionState_IsActiveControl, (InputActionState * __this, int32_t bindingIndex, int32_t controlIndex, MethodInfo * method)); DO_APP_FUNC(0x0290A760, int32_t, InputActionState_FindControlIndexOnBinding, (InputActionState * __this, int32_t bindingIndex, InputControl * control, MethodInfo * method)); DO_APP_FUNC(0x0290A7D0, void, InputActionState_ResetActionStatesDrivenBy, (InputActionState * __this, InputDevice * device, MethodInfo * method)); DO_APP_FUNC(0x0290A940, bool, InputActionState_IsActionBoundToControlFromDevice, (InputActionState * __this, InputDevice * device, int32_t actionIndex, MethodInfo * method)); DO_APP_FUNC(0x0290AA50, void, InputActionState_ResetActionState, (InputActionState * __this, int32_t actionIndex, InputActionPhase__Enum toPhase, bool hardReset, MethodInfo * method)); DO_APP_FUNC(0x0290ACA0, InputActionState_TriggerState *, InputActionState_FetchActionState, (InputActionState * __this, InputAction_1 * action, MethodInfo * method)); DO_APP_FUNC(0x0290ACD0, InputActionState_ActionMapIndices, InputActionState_FetchMapIndices, (InputActionState * __this, InputActionMap * map, MethodInfo * method)); DO_APP_FUNC(0x0290AD20, void, InputActionState_EnableAllActions, (InputActionState * __this, InputActionMap * map, MethodInfo * method)); DO_APP_FUNC(0x0290AF70, void, InputActionState_EnableControls, (InputActionState * __this, InputActionMap * map, MethodInfo * method)); DO_APP_FUNC(0x0290AFE0, void, InputActionState_EnableSingleAction, (InputActionState * __this, InputAction_1 * action, MethodInfo * method)); DO_APP_FUNC(0x0290B130, void, InputActionState_EnableControls_1, (InputActionState * __this, InputAction_1 * action, MethodInfo * method)); DO_APP_FUNC(0x0290B250, void, InputActionState_DisableAllActions, (InputActionState * __this, InputActionMap * map, MethodInfo * method)); DO_APP_FUNC(0x0290B510, void, InputActionState_DisableControls, (InputActionState * __this, InputActionMap * map, MethodInfo * method)); DO_APP_FUNC(0x0290B580, void, InputActionState_DisableSingleAction, (InputActionState * __this, InputAction_1 * action, MethodInfo * method)); DO_APP_FUNC(0x0290B6C0, void, InputActionState_DisableControls_1, (InputActionState * __this, InputAction_1 * action, MethodInfo * method)); DO_APP_FUNC(0x0290B7E0, void, InputActionState_EnableControls_2, (InputActionState * __this, int32_t mapIndex, int32_t controlStartIndex, int32_t numControls, MethodInfo * method)); DO_APP_FUNC(0x0290B9D0, void, InputActionState_DisableControls_2, (InputActionState * __this, int32_t mapIndex, int32_t controlStartIndex, int32_t numControls, MethodInfo * method)); DO_APP_FUNC(0x0290BBB0, void, InputActionState_SetInitialStateCheckPending, (InputActionState * __this, int32_t actionIndex, bool value, MethodInfo * method)); DO_APP_FUNC(0x0290BC60, void, InputActionState_SetInitialStateCheckPending_1, (InputActionState * __this, InputActionState_BindingState * bindingStatePtr, bool value, MethodInfo * method)); DO_APP_FUNC(0x0290BCA0, bool, InputActionState_IsControlEnabled, (InputActionState * __this, int32_t controlIndex, MethodInfo * method)); DO_APP_FUNC(0x0290BCE0, void, InputActionState_SetControlEnabled, (InputActionState * __this, int32_t controlIndex, bool state, MethodInfo * method)); DO_APP_FUNC(0x0290BD20, void, InputActionState_HookOnBeforeUpdate, (InputActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x0290BEB0, void, InputActionState_UnhookOnBeforeUpdate, (InputActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x0290BF80, void, InputActionState_OnBeforeInitialUpdate, (InputActionState * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C887A8, InputActionState_OnBeforeInitialUpdate__MethodInfo); DO_APP_FUNC(0x0290C340, void, InputActionState_UnityEngine_InputSystem_LowLevel_IInputStateChangeMonitor_NotifyControlStateChanged, (InputActionState * __this, InputControl * control, double time, InputEventPtr eventPtr, int64_t mapControlAndBindingIndex, MethodInfo * method)); DO_APP_FUNC(0x0290C390, void, InputActionState_UnityEngine_InputSystem_LowLevel_IInputStateChangeMonitor_NotifyTimerExpired, (InputActionState * __this, InputControl * control, double time, int64_t mapControlAndBindingIndex, int32_t interactionIndex, MethodInfo * method)); DO_APP_FUNC(0x0290C3E0, int64_t, InputActionState_ToCombinedMapAndControlAndBindingIndex, (InputActionState * __this, int32_t mapIndex, int32_t controlIndex, int32_t bindingIndex, MethodInfo * method)); DO_APP_FUNC(0x0290C420, void, InputActionState_SplitUpMapAndControlAndBindingIndex, (InputActionState * __this, int64_t mapControlAndBindingIndex, int32_t * mapIndex, int32_t * controlIndex, int32_t * bindingIndex, MethodInfo * method)); DO_APP_FUNC(0x0290C450, int32_t, InputActionState_GetComplexityFromMonitorIndex, (int64_t mapControlAndBindingIndex, MethodInfo * method)); DO_APP_FUNC(0x0290C460, void, InputActionState_ProcessControlStateChange, (InputActionState * __this, int32_t mapIndex, int32_t controlIndex, int32_t bindingIndex, double time, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC(0x0290CBA0, void, InputActionState_ProcessButtonState, (InputActionState * __this, InputActionState_TriggerState * trigger, int32_t actionIndex, InputActionState_BindingState * bindingStatePtr, MethodInfo * method)); DO_APP_FUNC(0x0290CDB0, bool, InputActionState_ShouldIgnoreInputOnCompositeBinding, (InputActionState_BindingState * binding, InputEvent * eventPtr, MethodInfo * method)); DO_APP_FUNC(0x0290CDD0, bool, InputActionState_IsConflictingInput, (InputActionState * __this, InputActionState_TriggerState * trigger, int32_t actionIndex, MethodInfo * method)); DO_APP_FUNC(0x0290D370, uint16_t, InputActionState_GetActionBindingStartIndexAndCount, (InputActionState * __this, int32_t actionIndex, uint16_t * bindingCount, MethodInfo * method)); DO_APP_FUNC(0x0290D3A0, void, InputActionState_ProcessDefaultInteraction, (InputActionState * __this, InputActionState_TriggerState * trigger, int32_t actionIndex, MethodInfo * method)); DO_APP_FUNC(0x0290D6F0, void, InputActionState_ProcessInteractions, (InputActionState * __this, InputActionState_TriggerState * trigger, int32_t interactionStartIndex, int32_t interactionCount, MethodInfo * method)); DO_APP_FUNC(0x0290D990, void, InputActionState_ProcessTimeout, (InputActionState * __this, double time, int32_t mapIndex, int32_t controlIndex, int32_t bindingIndex, int32_t interactionIndex, MethodInfo * method)); DO_APP_FUNC(0x0290DD40, void, InputActionState_SetTotalTimeoutCompletionTime, (InputActionState * __this, float seconds, InputActionState_TriggerState * trigger, MethodInfo * method)); DO_APP_FUNC(0x0290DD80, void, InputActionState_StartTimeout, (InputActionState * __this, float seconds, InputActionState_TriggerState * trigger, MethodInfo * method)); DO_APP_FUNC(0x0290DF30, void, InputActionState_StopTimeout, (InputActionState * __this, int32_t interactionIndex, MethodInfo * method)); DO_APP_FUNC(0x0290E010, void, InputActionState_ChangePhaseOfInteraction, (InputActionState * __this, InputActionPhase__Enum newPhase, InputActionState_TriggerState * trigger, InputActionPhase__Enum phaseAfterPerformed, bool processNextInteractionOnCancel, MethodInfo * method)); DO_APP_FUNC(0x0290E540, bool, InputActionState_ChangePhaseOfAction, (InputActionState * __this, InputActionPhase__Enum newPhase, InputActionState_TriggerState * trigger, InputActionPhase__Enum phaseAfterPerformedOrCanceled, MethodInfo * method)); DO_APP_FUNC(0x0290E780, void, InputActionState_ChangePhaseOfActionInternal, (InputActionState * __this, int32_t actionIndex, InputActionState_TriggerState * actionState, InputActionPhase__Enum newPhase, InputActionState_TriggerState * trigger, MethodInfo * method)); DO_APP_FUNC(0x0290EA40, void, InputActionState_CallActionListeners, (InputActionState * __this, int32_t actionIndex, InputActionMap * actionMap, InputActionPhase__Enum phase, CallbackArray_1_System_Action_1__1 * listeners, String * callbackName, MethodInfo * method)); DO_APP_FUNC(0x0290ED10, Object *, InputActionState_GetActionOrNoneString, (InputActionState * __this, InputActionState_TriggerState * trigger, MethodInfo * method)); DO_APP_FUNC(0x0290ED70, InputAction_1 *, InputActionState_GetActionOrNull, (InputActionState * __this, int32_t bindingIndex, MethodInfo * method)); DO_APP_FUNC(0x0290EE10, InputAction_1 *, InputActionState_GetActionOrNull_1, (InputActionState * __this, InputActionState_TriggerState * trigger, MethodInfo * method)); DO_APP_FUNC(0x0290EEB0, InputControl *, InputActionState_GetControl, (InputActionState * __this, InputActionState_TriggerState * trigger, MethodInfo * method)); DO_APP_FUNC(0x0290EF00, IInputInteraction *, InputActionState_GetInteractionOrNull, (InputActionState * __this, InputActionState_TriggerState * trigger, MethodInfo * method)); DO_APP_FUNC(0x0290EF40, int32_t, InputActionState_GetBindingIndexInMap, (InputActionState * __this, int32_t bindingIndex, MethodInfo * method)); DO_APP_FUNC(0x0290EF90, int32_t, InputActionState_GetBindingIndexInState, (InputActionState * __this, int32_t mapIndex, int32_t bindingIndexInMap, MethodInfo * method)); DO_APP_FUNC(0x0290EFD0, InputActionState_BindingState *, InputActionState_GetBindingState, (InputActionState * __this, int32_t bindingIndex, MethodInfo * method)); DO_APP_FUNC(0x0290EFE0, InputBinding *, InputActionState_GetBinding, (InputActionState * __this, int32_t bindingIndex, MethodInfo * method)); DO_APP_FUNC(0x0290F060, InputActionMap *, InputActionState_GetActionMap, (InputActionState * __this, int32_t bindingIndex, MethodInfo * method)); DO_APP_FUNC(0x0290F0A0, void, InputActionState_ResetInteractionStateAndCancelIfNecessary, (InputActionState * __this, int32_t mapIndex, int32_t bindingIndex, int32_t interactionIndex, MethodInfo * method)); DO_APP_FUNC(0x0290F180, void, InputActionState_ResetInteractionState, (InputActionState * __this, int32_t interactionIndex, MethodInfo * method)); DO_APP_FUNC(0x0290F250, int32_t, InputActionState_GetValueSizeInBytes, (InputActionState * __this, int32_t bindingIndex, int32_t controlIndex, MethodInfo * method)); DO_APP_FUNC(0x0290F310, Type *, InputActionState_GetValueType, (InputActionState * __this, int32_t bindingIndex, int32_t controlIndex, MethodInfo * method)); DO_APP_FUNC(0x0290F3D0, bool, InputActionState_IsActuated, (InputActionState_TriggerState * trigger, float threshold, MethodInfo * method)); DO_APP_FUNC(0x0290F430, void, InputActionState_ReadValue, (InputActionState * __this, int32_t bindingIndex, int32_t controlIndex, Void * buffer, int32_t bufferSize, bool ignoreComposites, MethodInfo * method)); DO_APP_FUNC(0x0290F780, float, InputActionState_EvaluateCompositePartMagnitude, (InputActionState * __this, int32_t bindingIndex, int32_t partNumber, MethodInfo * method)); DO_APP_FUNC(0x0290F870, double, InputActionState_GetCompositePartPressTime, (InputActionState * __this, int32_t bindingIndex, int32_t partNumber, MethodInfo * method)); DO_APP_FUNC(0x0290F8F0, bool, InputActionState_ReadCompositePartValue, (InputActionState * __this, int32_t bindingIndex, int32_t partNumber, Void * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC(0x0290FA40, Object *, InputActionState_ReadCompositePartValueAsObject, (InputActionState * __this, int32_t bindingIndex, int32_t partNumber, MethodInfo * method)); DO_APP_FUNC(0x0290FB70, Object *, InputActionState_ReadValueAsObject, (InputActionState * __this, int32_t bindingIndex, int32_t controlIndex, bool ignoreComposites, MethodInfo * method)); DO_APP_FUNC(0x0290FE30, bool, InputActionState_ReadValueAsButton, (InputActionState * __this, int32_t bindingIndex, int32_t controlIndex, MethodInfo * method)); DO_APP_FUNC(0x0290FFC0, ISavedState *, InputActionState_SaveAndResetState, (MethodInfo * method)); DO_APP_FUNC(0x029105D0, void, InputActionState_AddToGlobalList, (InputActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x02910650, void, InputActionState_RemoveMapFromGlobalList, (InputActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x02910880, void, InputActionState_CompactGlobalList, (MethodInfo * method)); DO_APP_FUNC(0x02910B60, void, InputActionState_NotifyListenersOfActionChange, (InputActionState * __this, InputActionChange__Enum change, MethodInfo * method)); DO_APP_FUNC(0x02910D00, void, InputActionState_NotifyListenersOfActionChange_1, (InputActionChange__Enum change, Object * actionOrMapOrAsset, MethodInfo * method)); DO_APP_FUNC(0x02910DF0, void, InputActionState_ResetGlobals, (MethodInfo * method)); DO_APP_FUNC(0x02911080, int32_t, InputActionState_FindAllEnabledActions, (List_1_UnityEngine_InputSystem_InputAction_ * result, MethodInfo * method)); DO_APP_FUNC(0x02911360, void, InputActionState_OnDeviceChange, (InputDevice * device, InputDeviceChange__Enum change, MethodInfo * method)); DO_APP_FUNC(0x029117C0, void, InputActionState_DeferredResolutionOfBindings, (MethodInfo * method)); DO_APP_FUNC(0x02911AE0, void, InputActionState_DisableAllActions_1, (MethodInfo * method)); DO_APP_FUNC(0x02911C80, void, InputActionState_DestroyAllActionMapStates, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputActionState__ctor, (InputActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x02911FA0, int32_t, InputActionState_InteractionState_get_triggerControlIndex, (InputActionState_InteractionState * __this, MethodInfo * method)); DO_APP_FUNC(0x02911FC0, void, InputActionState_InteractionState_set_triggerControlIndex, (InputActionState_InteractionState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88720, InputActionState_InteractionState_set_triggerControlIndex__MethodInfo); DO_APP_FUNC(0x02912040, double, InputActionState_InteractionState_get_startTime, (InputActionState_InteractionState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912050, void, InputActionState_InteractionState_set_startTime, (InputActionState_InteractionState * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x00C52700, double, InputActionState_InteractionState_get_performedTime, (InputActionState_InteractionState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912060, void, InputActionState_InteractionState_set_performedTime, (InputActionState_InteractionState * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x00C526F0, double, InputActionState_InteractionState_get_timerStartTime, (InputActionState_InteractionState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912070, void, InputActionState_InteractionState_set_timerStartTime, (InputActionState_InteractionState * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x00C8D880, float, InputActionState_InteractionState_get_timerDuration, (InputActionState_InteractionState * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC8440, void, InputActionState_InteractionState_set_timerDuration, (InputActionState_InteractionState * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, InputActionState_InteractionState_get_totalTimeoutCompletionDone, (InputActionState_InteractionState * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA780, void, InputActionState_InteractionState_set_totalTimeoutCompletionDone, (InputActionState_InteractionState * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, InputActionState_InteractionState_get_totalTimeoutCompletionTimeRemaining, (InputActionState_InteractionState * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA750, void, InputActionState_InteractionState_set_totalTimeoutCompletionTimeRemaining, (InputActionState_InteractionState * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, int64_t, InputActionState_InteractionState_get_timerMonitorIndex, (InputActionState_InteractionState * __this, MethodInfo * method)); DO_APP_FUNC(0x028D7810, void, InputActionState_InteractionState_set_timerMonitorIndex, (InputActionState_InteractionState * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x02912080, bool, InputActionState_InteractionState_get_isTimerRunning, (InputActionState_InteractionState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912090, void, InputActionState_InteractionState_set_isTimerRunning, (InputActionState_InteractionState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01C52930, InputActionPhase__Enum, InputActionState_InteractionState_get_phase, (InputActionState_InteractionState * __this, MethodInfo * method)); DO_APP_FUNC(0x029120C0, void, InputActionState_InteractionState_set_phase, (InputActionState_InteractionState * __this, InputActionPhase__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02242FE0, int32_t, InputActionState_BindingState_get_controlStartIndex, (InputActionState_BindingState * __this, MethodInfo * method)); DO_APP_FUNC(0x029120D0, void, InputActionState_BindingState_set_controlStartIndex, (InputActionState_BindingState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88730, InputActionState_BindingState_set_controlStartIndex__MethodInfo); DO_APP_FUNC(0x00C59310, int32_t, InputActionState_BindingState_get_controlCount, (InputActionState_BindingState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912170, void, InputActionState_BindingState_set_controlCount, (InputActionState_BindingState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88658, InputActionState_BindingState_set_controlCount__MethodInfo); DO_APP_FUNC(0x02912210, int32_t, InputActionState_BindingState_get_interactionStartIndex, (InputActionState_BindingState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912230, void, InputActionState_BindingState_set_interactionStartIndex, (InputActionState_BindingState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88668, InputActionState_BindingState_set_interactionStartIndex__MethodInfo); DO_APP_FUNC(0x0186EE70, int32_t, InputActionState_BindingState_get_interactionCount, (InputActionState_BindingState * __this, MethodInfo * method)); DO_APP_FUNC(0x029122E0, void, InputActionState_BindingState_set_interactionCount, (InputActionState_BindingState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88678, InputActionState_BindingState_set_interactionCount__MethodInfo); DO_APP_FUNC(0x02912380, int32_t, InputActionState_BindingState_get_processorStartIndex, (InputActionState_BindingState * __this, MethodInfo * method)); DO_APP_FUNC(0x029123A0, void, InputActionState_BindingState_set_processorStartIndex, (InputActionState_BindingState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88688, InputActionState_BindingState_set_processorStartIndex__MethodInfo); DO_APP_FUNC(0x01C52930, int32_t, InputActionState_BindingState_get_processorCount, (InputActionState_BindingState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912450, void, InputActionState_BindingState_set_processorCount, (InputActionState_BindingState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88620, InputActionState_BindingState_set_processorCount__MethodInfo); DO_APP_FUNC(0x029124F0, int32_t, InputActionState_BindingState_get_actionIndex, (InputActionState_BindingState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912510, void, InputActionState_BindingState_set_actionIndex, (InputActionState_BindingState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88630, InputActionState_BindingState_set_actionIndex__MethodInfo); DO_APP_FUNC(0x029125C0, int32_t, InputActionState_BindingState_get_mapIndex, (InputActionState_BindingState * __this, MethodInfo * method)); DO_APP_FUNC(0x029125D0, void, InputActionState_BindingState_set_mapIndex, (InputActionState_BindingState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88640, InputActionState_BindingState_set_mapIndex__MethodInfo); DO_APP_FUNC(0x02912670, int32_t, InputActionState_BindingState_get_compositeOrCompositeBindingIndex, (InputActionState_BindingState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912690, void, InputActionState_BindingState_set_compositeOrCompositeBindingIndex, (InputActionState_BindingState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88648, InputActionState_BindingState_set_compositeOrCompositeBindingIndex__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, InputActionState_BindingState_get_triggerEventIdForComposite, (InputActionState_BindingState * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, InputActionState_BindingState_set_triggerEventIdForComposite, (InputActionState_BindingState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C526F0, double, InputActionState_BindingState_get_pressTime, (InputActionState_BindingState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912070, void, InputActionState_BindingState_set_pressTime, (InputActionState_BindingState * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x01771000, InputActionState_BindingState_Flags__Enum, InputActionState_BindingState_get_flags, (InputActionState_BindingState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912740, void, InputActionState_BindingState_set_flags, (InputActionState_BindingState * __this, InputActionState_BindingState_Flags__Enum value, MethodInfo * method)); DO_APP_FUNC(0x026127C0, bool, InputActionState_BindingState_get_chainsWithNext, (InputActionState_BindingState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912750, void, InputActionState_BindingState_set_chainsWithNext, (InputActionState_BindingState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02912780, bool, InputActionState_BindingState_get_isEndOfChain, (InputActionState_BindingState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912790, void, InputActionState_BindingState_set_isEndOfChain, (InputActionState_BindingState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x029127C0, bool, InputActionState_BindingState_get_isPartOfChain, (InputActionState_BindingState * __this, MethodInfo * method)); DO_APP_FUNC(0x029127E0, bool, InputActionState_BindingState_get_isComposite, (InputActionState_BindingState * __this, MethodInfo * method)); DO_APP_FUNC(0x029127F0, void, InputActionState_BindingState_set_isComposite, (InputActionState_BindingState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02912820, bool, InputActionState_BindingState_get_isPartOfComposite, (InputActionState_BindingState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912830, void, InputActionState_BindingState_set_isPartOfComposite, (InputActionState_BindingState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02912860, bool, InputActionState_BindingState_get_initialStateCheckPending, (InputActionState_BindingState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912870, void, InputActionState_BindingState_set_initialStateCheckPending, (InputActionState_BindingState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x029128A0, bool, InputActionState_BindingState_get_wantsInitialStateCheck, (InputActionState_BindingState * __this, MethodInfo * method)); DO_APP_FUNC(0x029128B0, void, InputActionState_BindingState_set_wantsInitialStateCheck, (InputActionState_BindingState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x029128E0, int32_t, InputActionState_BindingState_get_partIndex, (InputActionState_BindingState * __this, MethodInfo * method)); DO_APP_FUNC(0x029128F0, void, InputActionState_BindingState_set_partIndex, (InputActionState_BindingState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C886A8, InputActionState_BindingState_set_partIndex__MethodInfo); DO_APP_FUNC(0x00C59310, InputActionPhase__Enum, InputActionState_TriggerState_get_phase, (InputActionState_TriggerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7E140, void, InputActionState_TriggerState_set_phase, (InputActionState_TriggerState * __this, InputActionPhase__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02912900, bool, InputActionState_TriggerState_get_isDisabled, (InputActionState_TriggerState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912910, bool, InputActionState_TriggerState_get_isWaiting, (InputActionState_TriggerState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912920, bool, InputActionState_TriggerState_get_isStarted, (InputActionState_TriggerState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912930, bool, InputActionState_TriggerState_get_isPerformed, (InputActionState_TriggerState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912940, bool, InputActionState_TriggerState_get_isCanceled, (InputActionState_TriggerState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912040, double, InputActionState_TriggerState_get_time, (InputActionState_TriggerState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912050, void, InputActionState_TriggerState_set_time, (InputActionState_TriggerState * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x00C526F0, double, InputActionState_TriggerState_get_startTime, (InputActionState_TriggerState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912070, void, InputActionState_TriggerState_set_startTime, (InputActionState_TriggerState * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x003CA9C0, float, InputActionState_TriggerState_get_magnitude, (InputActionState_TriggerState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912950, void, InputActionState_TriggerState_set_magnitude, (InputActionState_TriggerState * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02912960, bool, InputActionState_TriggerState_get_haveMagnitude, (InputActionState_TriggerState * __this, MethodInfo * method)); DO_APP_FUNC(0x01C52930, int32_t, InputActionState_TriggerState_get_mapIndex, (InputActionState_TriggerState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912970, void, InputActionState_TriggerState_set_mapIndex, (InputActionState_TriggerState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C886B0, InputActionState_TriggerState_set_mapIndex__MethodInfo); DO_APP_FUNC(0x029129E0, int32_t, InputActionState_TriggerState_get_controlIndex, (InputActionState_TriggerState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912A00, void, InputActionState_TriggerState_set_controlIndex, (InputActionState_TriggerState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C886C8, InputActionState_TriggerState_set_controlIndex__MethodInfo); DO_APP_FUNC(0x00C57B30, int32_t, InputActionState_TriggerState_get_bindingIndex, (InputActionState_TriggerState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912A80, void, InputActionState_TriggerState_set_bindingIndex, (InputActionState_TriggerState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C886D8, InputActionState_TriggerState_set_bindingIndex__MethodInfo); DO_APP_FUNC(0x02912AF0, int32_t, InputActionState_TriggerState_get_interactionIndex, (InputActionState_TriggerState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912B10, void, InputActionState_TriggerState_set_interactionIndex, (InputActionState_TriggerState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88690, InputActionState_TriggerState_set_interactionIndex__MethodInfo); DO_APP_FUNC(0x003CA7C0, uint32_t, InputActionState_TriggerState_get_lastPerformedInUpdate, (InputActionState_TriggerState * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, InputActionState_TriggerState_set_lastPerformedInUpdate, (InputActionState_TriggerState * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, uint32_t, InputActionState_TriggerState_get_lastCanceledInUpdate, (InputActionState_TriggerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, InputActionState_TriggerState_set_lastCanceledInUpdate, (InputActionState_TriggerState * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, uint32_t, InputActionState_TriggerState_get_pressedInUpdate, (InputActionState_TriggerState * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, InputActionState_TriggerState_set_pressedInUpdate, (InputActionState_TriggerState * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, uint32_t, InputActionState_TriggerState_get_releasedInUpdate, (InputActionState_TriggerState * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD10, void, InputActionState_TriggerState_set_releasedInUpdate, (InputActionState_TriggerState * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x02912B90, bool, InputActionState_TriggerState_get_isPassThrough, (InputActionState_TriggerState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912BA0, void, InputActionState_TriggerState_set_isPassThrough, (InputActionState_TriggerState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02912BD0, bool, InputActionState_TriggerState_get_isButton, (InputActionState_TriggerState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912BE0, void, InputActionState_TriggerState_set_isButton, (InputActionState_TriggerState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02912C10, bool, InputActionState_TriggerState_get_isPressed, (InputActionState_TriggerState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912C20, void, InputActionState_TriggerState_set_isPressed, (InputActionState_TriggerState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02912C50, bool, InputActionState_TriggerState_get_mayNeedConflictResolution, (InputActionState_TriggerState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912C60, void, InputActionState_TriggerState_set_mayNeedConflictResolution, (InputActionState_TriggerState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02912C90, bool, InputActionState_TriggerState_get_hasMultipleConcurrentActuations, (InputActionState_TriggerState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912CA0, void, InputActionState_TriggerState_set_hasMultipleConcurrentActuations, (InputActionState_TriggerState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02912CD0, bool, InputActionState_TriggerState_get_inProcessing, (InputActionState_TriggerState * __this, MethodInfo * method)); DO_APP_FUNC(0x02912CE0, void, InputActionState_TriggerState_set_inProcessing, (InputActionState_TriggerState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0186EE70, InputActionState_TriggerState_Flags__Enum, InputActionState_TriggerState_get_flags, (InputActionState_TriggerState * __this, MethodInfo * method)); DO_APP_FUNC(0x01F17130, void, InputActionState_TriggerState_set_flags, (InputActionState_TriggerState * __this, InputActionState_TriggerState_Flags__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, InputActionState_UnmanagedMemory_get_isAllocated, (InputActionState_UnmanagedMemory * __this, MethodInfo * method)); DO_APP_FUNC(0x02912D10, int32_t, InputActionState_UnmanagedMemory_get_sizeInBytes, (InputActionState_UnmanagedMemory * __this, MethodInfo * method)); DO_APP_FUNC(0x02912D50, void, InputActionState_UnmanagedMemory_Allocate, (InputActionState_UnmanagedMemory * __this, int32_t mapCount, int32_t actionCount, int32_t bindingCount, int32_t controlCount, int32_t interactionCount, int32_t compositeCount, MethodInfo * method)); DO_APP_FUNC(0x02912F40, void, InputActionState_UnmanagedMemory_Dispose, (InputActionState_UnmanagedMemory * __this, MethodInfo * method)); DO_APP_FUNC(0x02912FF0, void, InputActionState_UnmanagedMemory_CopyDataFrom, (InputActionState_UnmanagedMemory * __this, InputActionState_UnmanagedMemory memory, MethodInfo * method)); DO_APP_FUNC(0x02913140, InputActionState_UnmanagedMemory, InputActionState_UnmanagedMemory_Clone, (InputActionState_UnmanagedMemory * __this, MethodInfo * method)); DO_APP_FUNC(0x02913290, void, InputActionState_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputActionState_c__ctor, (InputActionState_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02913340, void, InputActionState_c__SaveAndResetState_b__135_0, (InputActionState_c * __this, InputActionState_GlobalState * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88788, InputActionState_c__SaveAndResetState_b__135_0__MethodInfo); DO_APP_FUNC(0x029134D0, void, InputActionState_c__SaveAndResetState_b__135_1, (InputActionState_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C887A0, InputActionState_c__SaveAndResetState_b__135_1__MethodInfo); DO_APP_FUNC(0x00470F00, String *, InputBinding_get_name, (InputBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, InputBinding_set_name, (InputBinding * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x029134E0, Guid, InputBinding_get_id, (InputBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x029135E0, void, InputBinding_set_id, (InputBinding * __this, Guid value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, InputBinding_get_path, (InputBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InputBinding_set_path, (InputBinding * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, String *, InputBinding_get_overridePath, (InputBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, InputBinding_set_overridePath, (InputBinding * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, InputBinding_get_interactions, (InputBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, InputBinding_set_interactions, (InputBinding * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, String *, InputBinding_get_overrideInteractions, (InputBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, InputBinding_set_overrideInteractions, (InputBinding * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, InputBinding_get_processors, (InputBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, InputBinding_set_processors, (InputBinding * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, InputBinding_get_overrideProcessors, (InputBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, InputBinding_set_overrideProcessors, (InputBinding * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, InputBinding_get_groups, (InputBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, InputBinding_set_groups, (InputBinding * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, InputBinding_get_action, (InputBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, InputBinding_set_action, (InputBinding * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02913680, bool, InputBinding_get_isComposite, (InputBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x02913690, void, InputBinding_set_isComposite, (InputBinding * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x029136B0, bool, InputBinding_get_isPartOfComposite, (InputBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x029136C0, void, InputBinding_set_isPartOfComposite, (InputBinding * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x029136E0, bool, InputBinding_get_hasOverrides, (InputBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x02913700, void, InputBinding__ctor, (InputBinding * __this, String * path, String * action, String * groups, String * processors, String * interactions, String * name, MethodInfo * method)); DO_APP_FUNC(0x02913A30, String *, InputBinding_GetNameOfComposite, (InputBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x02913AE0, void, InputBinding_GenerateId, (InputBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x02913BC0, void, InputBinding_RemoveOverrides, (InputBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x02913CC0, InputBinding, InputBinding_MaskByGroup, (String * group, MethodInfo * method)); DO_APP_FUNC(0x02913D40, InputBinding, InputBinding_MaskByGroups, (String__Array * groups, MethodInfo * method)); DO_APP_FUNC(0x02913F70, String *, InputBinding_get_effectivePath, (InputBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x02913F80, String *, InputBinding_get_effectiveInteractions, (InputBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x02913F90, String *, InputBinding_get_effectiveProcessors, (InputBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x02913FA0, bool, InputBinding_get_isEmpty, (InputBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x02913FE0, bool, InputBinding_Equals, (InputBinding * __this, InputBinding other, MethodInfo * method)); DO_APP_FUNC(0x029143D0, bool, InputBinding_Equals_1, (InputBinding * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x029144A0, bool, InputBinding_op_Equality, (InputBinding left, InputBinding right, MethodInfo * method)); DO_APP_FUNC(0x029144F0, bool, InputBinding_op_Inequality, (InputBinding left, InputBinding right, MethodInfo * method)); DO_APP_FUNC(0x02914580, int32_t, InputBinding_GetHashCode, (InputBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x029146B0, String *, InputBinding_ToString, (InputBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x02914880, String *, InputBinding_ToDisplayString, (InputBinding * __this, InputBinding_DisplayStringOptions__Enum options, InputControl * control, MethodInfo * method)); DO_APP_FUNC(0x029148C0, String *, InputBinding_ToDisplayString_1, (InputBinding * __this, String * * deviceLayoutName, String * * controlPath, InputBinding_DisplayStringOptions__Enum options, InputControl * control, MethodInfo * method)); DO_APP_FUNC(0x02914DC0, bool, InputBinding_TriggersAction, (InputBinding * __this, InputAction_1 * action, MethodInfo * method)); DO_APP_FUNC(0x02914EE0, bool, InputBinding_Matches, (InputBinding * __this, InputBinding binding, MethodInfo * method)); DO_APP_FUNC(0x02914F00, bool, InputBinding_Matches_1, (InputBinding * __this, InputBinding * binding, InputBinding_MatchOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x02915090, void, InputBinding_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputBinding_c__ctor, (InputBinding_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0042BB40, bool, InputBinding_c__MaskByGroups_b__45_0, (InputBinding_c * __this, String * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88698, InputBinding_c__MaskByGroups_b__45_0__MethodInfo); DO_APP_FUNC(0x01E07FA0, float, InputBindingComposite_EvaluateMagnitude, (InputBindingComposite * __this, InputBindingCompositeContext * context, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputBindingComposite_FinishSetup, (InputBindingComposite * __this, InputBindingCompositeContext * context, MethodInfo * method)); DO_APP_FUNC(0x01CDF270, void, InputBindingComposite_CallFinishSetup, (InputBindingComposite * __this, InputBindingCompositeContext * context, MethodInfo * method)); DO_APP_FUNC(0x02915140, Type *, InputBindingComposite_GetValueType, (String * composite, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88600, InputBindingComposite_GetValueType__MethodInfo); DO_APP_FUNC(0x02915280, String *, InputBindingComposite_GetExpectedControlLayoutName, (String * composite, String * part, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88610, InputBindingComposite_GetExpectedControlLayoutName__MethodInfo); DO_APP_FUNC(0x02915430, IEnumerable_1_System_String_ *, InputBindingComposite_GetPartNames, (String * composite, MethodInfo * method)); DO_APP_FUNC(0x029154F0, String *, InputBindingComposite_GetDisplayFormatString, (String * composite, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C885E8, InputBindingComposite_GetDisplayFormatString__MethodInfo); DO_APP_FUNC(0x003AC050, void, InputBindingComposite__ctor, (InputBindingComposite * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F020, void, InputBindingComposite_GetPartNames_d_12__ctor, (InputBindingComposite_GetPartNames_d_12 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputBindingComposite_GetPartNames_d_12_System_IDisposable_Dispose, (InputBindingComposite_GetPartNames_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x02915600, bool, InputBindingComposite_GetPartNames_d_12_MoveNext, (InputBindingComposite_GetPartNames_d_12 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C885A0, InputBindingComposite_GetPartNames_d_12_MoveNext__MethodInfo); DO_APP_FUNC(0x003B93D0, String *, InputBindingComposite_GetPartNames_d_12_System_Collections_Generic_IEnumerator_System_String__get_Current, (InputBindingComposite_GetPartNames_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x02915830, void, InputBindingComposite_GetPartNames_d_12_System_Collections_IEnumerator_Reset, (InputBindingComposite_GetPartNames_d_12 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C885B0, InputBindingComposite_GetPartNames_d_12_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, InputBindingComposite_GetPartNames_d_12_System_Collections_IEnumerator_get_Current, (InputBindingComposite_GetPartNames_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x02915880, IEnumerator_1_System_String_ *, InputBindingComposite_GetPartNames_d_12_System_Collections_Generic_IEnumerable_System_String__GetEnumerator, (InputBindingComposite_GetPartNames_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x02915880, IEnumerator *, InputBindingComposite_GetPartNames_d_12_System_Collections_IEnumerable_GetEnumerator, (InputBindingComposite_GetPartNames_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x02915970, IEnumerable_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding_ *, InputBindingCompositeContext_get_controls, (InputBindingCompositeContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02915A30, float, InputBindingCompositeContext_EvaluateMagnitude, (InputBindingCompositeContext * __this, int32_t partNumber, MethodInfo * method)); DO_APP_FUNC(0x02915B30, bool, InputBindingCompositeContext_ReadValueAsButton, (InputBindingCompositeContext * __this, int32_t partNumber, MethodInfo * method)); DO_APP_FUNC(0x02915BD0, void, InputBindingCompositeContext_ReadValue, (InputBindingCompositeContext * __this, int32_t partNumber, Void * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC(0x02915D20, Object *, InputBindingCompositeContext_ReadValueAsObject, (InputBindingCompositeContext * __this, int32_t partNumber, MethodInfo * method)); DO_APP_FUNC(0x02915E60, double, InputBindingCompositeContext_GetPressTime, (InputBindingCompositeContext * __this, int32_t partNumber, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, InputBindingCompositeContext_PartBinding_get_part, (InputBindingCompositeContext_PartBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, InputBindingCompositeContext_PartBinding_set_part, (InputBindingCompositeContext_PartBinding * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x005DE470, InputControl *, InputBindingCompositeContext_PartBinding_get_control, (InputBindingCompositeContext_PartBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x0066A570, void, InputBindingCompositeContext_PartBinding_set_control, (InputBindingCompositeContext_PartBinding * __this, InputControl * value, MethodInfo * method)); DO_APP_FUNC(0x0097ED80, void, InputBindingCompositeContext_get_controls_d_2__ctor, (InputBindingCompositeContext_get_controls_d_2 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputBindingCompositeContext_get_controls_d_2_System_IDisposable_Dispose, (InputBindingCompositeContext_get_controls_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0293BED0, bool, InputBindingCompositeContext_get_controls_d_2_MoveNext, (InputBindingCompositeContext_get_controls_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, InputBindingCompositeContext_PartBinding, InputBindingCompositeContext_get_controls_d_2_System_Collections_Generic_IEnumerator_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding__get_Current, (InputBindingCompositeContext_get_controls_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0293C050, void, InputBindingCompositeContext_get_controls_d_2_System_Collections_IEnumerator_Reset, (InputBindingCompositeContext_get_controls_d_2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DDB0, InputBindingCompositeContext_get_controls_d_2_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0293C0A0, Object *, InputBindingCompositeContext_get_controls_d_2_System_Collections_IEnumerator_get_Current, (InputBindingCompositeContext_get_controls_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0293C0F0, IEnumerator_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding_ *, InputBindingCompositeContext_get_controls_d_2_System_Collections_Generic_IEnumerable_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding__GetEnumerator, (InputBindingCompositeContext_get_controls_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0293C0F0, IEnumerator *, InputBindingCompositeContext_get_controls_d_2_System_Collections_IEnumerable_GetEnumerator, (InputBindingCompositeContext_get_controls_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, InputBindingResolver_get_totalMapCount, (InputBindingResolver * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, int32_t, InputBindingResolver_get_totalActionCount, (InputBindingResolver * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, int32_t, InputBindingResolver_get_totalBindingCount, (InputBindingResolver * __this, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, InputBindingResolver_get_totalControlCount, (InputBindingResolver * __this, MethodInfo * method)); DO_APP_FUNC(0x0293C1E0, void, InputBindingResolver_Dispose, (InputBindingResolver * __this, MethodInfo * method)); DO_APP_FUNC(0x0293C1F0, void, InputBindingResolver_StartWithPreviousResolve, (InputBindingResolver * __this, InputActionState * state, bool isFullResolve, MethodInfo * method)); DO_APP_FUNC(0x0293C620, void, InputBindingResolver_AddActionMap, (InputBindingResolver * __this, InputActionMap * actionMap, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DD08, InputBindingResolver_AddActionMap__MethodInfo); DO_APP_FUNC(0x0293E1F0, InputBindingComposite *, InputBindingResolver_InstantiateBindingComposite, (InputBinding * binding, InputActionMap * actionMap, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DCE0, InputBindingResolver_InstantiateBindingComposite__MethodInfo); DO_APP_FUNC(0x0293E5F0, void, InputBindingResolver_ApplyParameters, (ReadOnlyArray_1_NamedValue_ parameters, Object * instance, InputActionMap * actionMap, InputBinding * binding, String * objectRegistrationName, String * namesAndParameters, MethodInfo * method)); DO_APP_FUNC(0x0293ED20, int32_t, InputBindingResolver_AssignCompositePartIndex, (Object * composite, String * name, int32_t * currentCompositePartCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DD58, InputBindingResolver_AssignCompositePartIndex__MethodInfo); DO_APP_FUNC(0x00470F00, String *, InputControlScheme_get_name, (InputControlScheme * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, String *, InputControlScheme_get_bindingGroup, (InputControlScheme * __this, MethodInfo * method)); DO_APP_FUNC(0x0066A570, void, InputControlScheme_set_bindingGroup, (InputControlScheme * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0293EFB0, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_, InputControlScheme_get_deviceRequirements, (InputControlScheme * __this, MethodInfo * method)); DO_APP_FUNC(0x0293F070, void, InputControlScheme__ctor, (InputControlScheme * __this, String * name, IEnumerable_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * devices, String * bindingGroup, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DC90, InputControlScheme__ctor__MethodInfo); DO_APP_FUNC(0x0293F270, void, InputControlScheme_SetNameAndBindingGroup, (InputControlScheme * __this, String * name, String * bindingGroup, MethodInfo * method)); DO_APP_FUNC(0x0293F440, bool, InputControlScheme_SupportsDevice, (InputControlScheme * __this, InputDevice * device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DC98, InputControlScheme_SupportsDevice__MethodInfo); DO_APP_FUNC(0x0293F5B0, bool, InputControlScheme_Equals, (InputControlScheme * __this, InputControlScheme other, MethodInfo * method)); DO_APP_FUNC(0x0293F990, bool, InputControlScheme_Equals_1, (InputControlScheme * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0293FA30, int32_t, InputControlScheme_GetHashCode, (InputControlScheme * __this, MethodInfo * method)); DO_APP_FUNC(0x0293FAE0, String *, InputControlScheme_ToString, (InputControlScheme * __this, MethodInfo * method)); DO_APP_FUNC(0x0293FCE0, bool, InputControlScheme_op_Equality, (InputControlScheme left, InputControlScheme right, MethodInfo * method)); DO_APP_FUNC(0x0293FD10, bool, InputControlScheme_op_Inequality, (InputControlScheme left, InputControlScheme right, MethodInfo * method)); DO_APP_FUNC(0x00C8D880, float, InputControlScheme_MatchResult_get_score, (InputControlScheme_MatchResult * __this, MethodInfo * method)); DO_APP_FUNC(0x0293FD40, bool, InputControlScheme_MatchResult_get_isSuccessfulMatch, (InputControlScheme_MatchResult * __this, MethodInfo * method)); DO_APP_FUNC(0x0293FD50, bool, InputControlScheme_MatchResult_get_hasMissingRequiredDevices, (InputControlScheme_MatchResult * __this, MethodInfo * method)); DO_APP_FUNC(0x0293FD60, bool, InputControlScheme_MatchResult_get_hasMissingOptionalDevices, (InputControlScheme_MatchResult * __this, MethodInfo * method)); DO_APP_FUNC(0x0293FD70, InputControlList_1_InputDevice_, InputControlScheme_MatchResult_get_devices, (InputControlScheme_MatchResult * __this, MethodInfo * method)); DO_APP_FUNC(0x0293FED0, InputControlScheme_MatchResult_Match, InputControlScheme_MatchResult_get_Item, (InputControlScheme_MatchResult * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DCC0, InputControlScheme_MatchResult_get_Item__MethodInfo); DO_APP_FUNC(0x0293FF90, IEnumerator_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_Match_ *, InputControlScheme_MatchResult_GetEnumerator, (InputControlScheme_MatchResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02940080, IEnumerator *, InputControlScheme_MatchResult_System_Collections_IEnumerable_GetEnumerator, (InputControlScheme_MatchResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02940090, void, InputControlScheme_MatchResult_Dispose, (InputControlScheme_MatchResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02940120, InputControl *, InputControlScheme_MatchResult_Match_get_control, (InputControlScheme_MatchResult_Match * __this, MethodInfo * method)); DO_APP_FUNC(0x02940170, InputDevice *, InputControlScheme_MatchResult_Match_get_device, (InputControlScheme_MatchResult_Match * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, InputControlScheme_MatchResult_Match_get_requirementIndex, (InputControlScheme_MatchResult_Match * __this, MethodInfo * method)); DO_APP_FUNC(0x029401D0, InputControlScheme_DeviceRequirement, InputControlScheme_MatchResult_Match_get_requirement, (InputControlScheme_MatchResult_Match * __this, MethodInfo * method)); DO_APP_FUNC(0x02940210, bool, InputControlScheme_MatchResult_Match_get_isOptional, (InputControlScheme_MatchResult_Match * __this, MethodInfo * method)); DO_APP_FUNC(0x02940250, bool, InputControlScheme_MatchResult_Enumerator_MoveNext, (InputControlScheme_MatchResult_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02940270, void, InputControlScheme_MatchResult_Enumerator_Reset, (InputControlScheme_MatchResult_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02940280, InputControlScheme_MatchResult_Match, InputControlScheme_MatchResult_Enumerator_get_Current, (InputControlScheme_MatchResult_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DC68, InputControlScheme_MatchResult_Enumerator_get_Current__MethodInfo); DO_APP_FUNC(0x02940340, Object *, InputControlScheme_MatchResult_Enumerator_System_Collections_IEnumerator_get_Current, (InputControlScheme_MatchResult_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputControlScheme_MatchResult_Enumerator_Dispose, (InputControlScheme_MatchResult_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, InputControlScheme_DeviceRequirement_get_controlPath, (InputControlScheme_DeviceRequirement * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, InputControlScheme_DeviceRequirement_set_controlPath, (InputControlScheme_DeviceRequirement * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0263D420, bool, InputControlScheme_DeviceRequirement_get_isOptional, (InputControlScheme_DeviceRequirement * __this, MethodInfo * method)); DO_APP_FUNC(0x0263D430, void, InputControlScheme_DeviceRequirement_set_isOptional, (InputControlScheme_DeviceRequirement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x029403C0, bool, InputControlScheme_DeviceRequirement_get_isAND, (InputControlScheme_DeviceRequirement * __this, MethodInfo * method)); DO_APP_FUNC(0x029403D0, void, InputControlScheme_DeviceRequirement_set_isAND, (InputControlScheme_DeviceRequirement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0263D450, bool, InputControlScheme_DeviceRequirement_get_isOR, (InputControlScheme_DeviceRequirement * __this, MethodInfo * method)); DO_APP_FUNC(0x0263D460, void, InputControlScheme_DeviceRequirement_set_isOR, (InputControlScheme_DeviceRequirement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x029403F0, String *, InputControlScheme_DeviceRequirement_ToString, (InputControlScheme_DeviceRequirement * __this, MethodInfo * method)); DO_APP_FUNC(0x029404D0, bool, InputControlScheme_DeviceRequirement_Equals, (InputControlScheme_DeviceRequirement * __this, InputControlScheme_DeviceRequirement other, MethodInfo * method)); DO_APP_FUNC(0x02940580, bool, InputControlScheme_DeviceRequirement_Equals_1, (InputControlScheme_DeviceRequirement * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02940620, int32_t, InputControlScheme_DeviceRequirement_GetHashCode, (InputControlScheme_DeviceRequirement * __this, MethodInfo * method)); DO_APP_FUNC(0x029406F0, bool, InputControlScheme_DeviceRequirement_op_Equality, (InputControlScheme_DeviceRequirement left, InputControlScheme_DeviceRequirement right, MethodInfo * method)); DO_APP_FUNC(0x02940710, bool, InputControlScheme_DeviceRequirement_op_Inequality, (InputControlScheme_DeviceRequirement left, InputControlScheme_DeviceRequirement right, MethodInfo * method)); DO_APP_FUNC(0x02940730, InputControlScheme, InputControlScheme_SchemeJson_ToScheme, (InputControlScheme_SchemeJson * __this, MethodInfo * method)); DO_APP_FUNC(0x02940A30, InputControlScheme_SchemeJson, InputControlScheme_SchemeJson_ToJson, (InputControlScheme scheme, MethodInfo * method)); DO_APP_FUNC(0x02940D40, InputControlScheme_SchemeJson__Array *, InputControlScheme_SchemeJson_ToJson_1, (InputControlScheme__Array * schemes, MethodInfo * method)); DO_APP_FUNC(0x02940EB0, InputControlScheme__Array *, InputControlScheme_SchemeJson_ToSchemes, (InputControlScheme_SchemeJson__Array * schemes, MethodInfo * method)); DO_APP_FUNC(0x02941010, InputControlScheme_DeviceRequirement, InputControlScheme_SchemeJson_DeviceJson_ToDeviceEntry, (InputControlScheme_SchemeJson_DeviceJson * __this, MethodInfo * method)); DO_APP_FUNC(0x029410A0, InputControlScheme_SchemeJson_DeviceJson, InputControlScheme_SchemeJson_DeviceJson_From, (InputControlScheme_DeviceRequirement requirement, MethodInfo * method)); DO_APP_FUNC(0x02941120, InputAction_1 *, InputInteractionContext_get_action, (InputInteractionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02941150, InputControl *, InputInteractionContext_get_control, (InputInteractionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, InputActionPhase__Enum, InputInteractionContext_get_phase, (InputInteractionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x00C52700, double, InputInteractionContext_get_time, (InputInteractionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01254CD0, double, InputInteractionContext_get_startTime, (InputInteractionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x0263D450, bool, InputInteractionContext_get_timerHasExpired, (InputInteractionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x0263D460, void, InputInteractionContext_set_timerHasExpired, (InputInteractionContext * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x029411A0, bool, InputInteractionContext_get_isWaiting, (InputInteractionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x029411B0, bool, InputInteractionContext_get_isStarted, (InputInteractionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0F0, float, InputInteractionContext_ComputeMagnitude, (InputInteractionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x029411C0, bool, InputInteractionContext_ControlIsActuated, (InputInteractionContext * __this, float threshold, MethodInfo * method)); DO_APP_FUNC(0x02941220, void, InputInteractionContext_Started, (InputInteractionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02941270, void, InputInteractionContext_Performed, (InputInteractionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x029412C0, void, InputInteractionContext_PerformedAndStayStarted, (InputInteractionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02941310, void, InputInteractionContext_PerformedAndStayPerformed, (InputInteractionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02941360, void, InputInteractionContext_Canceled, (InputInteractionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x029413A0, void, InputInteractionContext_Waiting, (InputInteractionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x029413E0, void, InputInteractionContext_SetTimeout, (InputInteractionContext * __this, float seconds, MethodInfo * method)); DO_APP_FUNC(0x02941410, void, InputInteractionContext_SetTotalTimeoutCompletionTime, (InputInteractionContext * __this, float seconds, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DC38, InputInteractionContext_SetTotalTimeoutCompletionTime__MethodInfo); DO_APP_FUNC(0x00AC1170, int32_t, InputInteractionContext_get_mapIndex, (InputInteractionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x029414E0, int32_t, InputInteractionContext_get_controlIndex, (InputInteractionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x0223B2A0, int32_t, InputInteractionContext_get_bindingIndex, (InputInteractionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02941500, int32_t, InputInteractionContext_get_interactionIndex, (InputInteractionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02941520, void, InputSystem_add_onLayoutChange, (Action_2_String_UnityEngine_InputSystem_InputControlLayoutChange_ * value, MethodInfo * method)); DO_APP_FUNC(0x02941720, void, InputSystem_remove_onLayoutChange, (Action_2_String_UnityEngine_InputSystem_InputControlLayoutChange_ * value, MethodInfo * method)); DO_APP_FUNC(0x02941920, void, InputSystem_RegisterLayout, (Type * type, String * name, Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_ matches, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DC28, InputSystem_RegisterLayout__MethodInfo); DO_APP_FUNC(0x02941AD0, void, InputSystem_RegisterLayout_1, (String * json, String * name, Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_ matches, MethodInfo * method)); DO_APP_FUNC(0x02941BE0, void, InputSystem_RegisterLayoutOverride, (String * json, String * name, MethodInfo * method)); DO_APP_FUNC(0x02941C70, void, InputSystem_RegisterLayoutMatcher, (String * layoutName, InputDeviceMatcher matcher, MethodInfo * method)); DO_APP_FUNC(0x02941CF0, void, InputSystem_RegisterLayoutBuilder, (Func_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ * buildMethod, String * name, String * baseLayout, Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_ matches, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DC40, InputSystem_RegisterLayoutBuilder__MethodInfo); DO_APP_FUNC(0x02941ED0, void, InputSystem_RemoveLayout, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02941F40, String *, InputSystem_TryFindMatchingLayout, (InputDeviceDescription deviceDescription, MethodInfo * method)); DO_APP_FUNC(0x02942010, IEnumerable_1_System_String_ *, InputSystem_ListLayouts, (MethodInfo * method)); DO_APP_FUNC(0x02942080, IEnumerable_1_System_String_ *, InputSystem_ListLayoutsBasedOn, (String * baseLayout, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DBB0, InputSystem_ListLayoutsBasedOn__MethodInfo); DO_APP_FUNC(0x02942150, InputControlLayout *, InputSystem_LoadLayout, (String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DB90, InputSystem_LoadLayout__MethodInfo); DO_APP_FUNC(0x02942260, String *, InputSystem_GetNameOfBaseLayout, (String * layoutName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DBA0, InputSystem_GetNameOfBaseLayout__MethodInfo); DO_APP_FUNC(0x02942470, bool, InputSystem_IsFirstLayoutBasedOnSecond, (String * firstLayoutName, String * secondLayoutName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DC08, InputSystem_IsFirstLayoutBasedOnSecond__MethodInfo); DO_APP_FUNC(0x02942610, void, InputSystem_RegisterProcessor, (Type * type, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DB68, InputSystem_RegisterProcessor__MethodInfo); DO_APP_FUNC(0x02942AF0, Type *, InputSystem_TryGetProcessor, (String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DB70, InputSystem_TryGetProcessor__MethodInfo); DO_APP_FUNC(0x02942BD0, IEnumerable_1_System_String_ *, InputSystem_ListProcessors, (MethodInfo * method)); DO_APP_FUNC(0x02942C50, ReadOnlyArray_1_UnityEngine_InputSystem_InputDevice_, InputSystem_get_devices, (MethodInfo * method)); DO_APP_FUNC(0x02942CD0, ReadOnlyArray_1_UnityEngine_InputSystem_InputDevice_, InputSystem_get_disconnectedDevices, (MethodInfo * method)); DO_APP_FUNC(0x02942DB0, void, InputSystem_add_onDeviceChange, (Action_2_UnityEngine_InputSystem_InputDevice_UnityEngine_InputSystem_InputDeviceChange_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DB60, InputSystem_add_onDeviceChange__MethodInfo); DO_APP_FUNC(0x02943000, void, InputSystem_remove_onDeviceChange, (Action_2_UnityEngine_InputSystem_InputDevice_UnityEngine_InputSystem_InputDeviceChange_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DB80, InputSystem_remove_onDeviceChange__MethodInfo); DO_APP_FUNC(0x02943250, void, InputSystem_add_onDeviceCommand, (InputDeviceCommandDelegate * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DB88, InputSystem_add_onDeviceCommand__MethodInfo); DO_APP_FUNC(0x029434A0, void, InputSystem_remove_onDeviceCommand, (InputDeviceCommandDelegate * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DB78, InputSystem_remove_onDeviceCommand__MethodInfo); DO_APP_FUNC(0x029436F0, void, InputSystem_add_onFindLayoutForDevice, (InputDeviceFindControlLayoutDelegate * value, MethodInfo * method)); DO_APP_FUNC(0x029438F0, void, InputSystem_remove_onFindLayoutForDevice, (InputDeviceFindControlLayoutDelegate * value, MethodInfo * method)); DO_APP_FUNC(0x02943AF0, float, InputSystem_get_pollingFrequency, (MethodInfo * method)); DO_APP_FUNC(0x02943B60, void, InputSystem_set_pollingFrequency, (float value, MethodInfo * method)); DO_APP_FUNC(0x02943C90, InputDevice *, InputSystem_AddDevice, (String * layout, String * name, String * variants, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DB38, InputSystem_AddDevice__MethodInfo); DO_APP_FUNC(0x02943DC0, InputDevice *, InputSystem_AddDevice_1, (InputDeviceDescription description, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DB50, InputSystem_AddDevice_1__MethodInfo); DO_APP_FUNC(0x02943F00, void, InputSystem_AddDevice_2, (InputDevice * device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DB58, InputSystem_AddDevice_2__MethodInfo); DO_APP_FUNC(0x02943FD0, void, InputSystem_RemoveDevice, (InputDevice * device, MethodInfo * method)); DO_APP_FUNC(0x02944050, void, InputSystem_FlushDisconnectedDevices, (MethodInfo * method)); DO_APP_FUNC(0x02944100, InputDevice *, InputSystem_GetDevice, (String * nameOrLayout, MethodInfo * method)); DO_APP_FUNC(0x02944170, InputDevice *, InputSystem_GetDevice_1, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02944440, InputDevice *, InputSystem_GetDeviceById, (int32_t deviceId, MethodInfo * method)); DO_APP_FUNC(0x029444B0, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ *, InputSystem_GetUnsupportedDevices, (MethodInfo * method)); DO_APP_FUNC(0x029445F0, int32_t, InputSystem_GetUnsupportedDevices_1, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * descriptions, MethodInfo * method)); DO_APP_FUNC(0x02944820, void, InputSystem_EnableDevice, (InputDevice * device, MethodInfo * method)); DO_APP_FUNC(0x029448A0, void, InputSystem_DisableDevice, (InputDevice * device, bool keepSendingEvents, MethodInfo * method)); DO_APP_FUNC(0x02944930, bool, InputSystem_TrySyncDevice, (InputDevice * device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DB10, InputSystem_TrySyncDevice__MethodInfo); DO_APP_FUNC(0x02944A10, void, InputSystem_ResetDevice, (InputDevice * device, bool alsoResetDontResetControls, MethodInfo * method)); DO_APP_FUNC(0x02944AA0, bool, InputSystem_TryResetDevice, (InputDevice * device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DB28, InputSystem_TryResetDevice__MethodInfo); DO_APP_FUNC(0x02944B10, void, InputSystem_PauseHaptics, (MethodInfo * method)); DO_APP_FUNC(0x02944C60, void, InputSystem_ResumeHaptics, (MethodInfo * method)); DO_APP_FUNC(0x02944DB0, void, InputSystem_ResetHaptics, (MethodInfo * method)); DO_APP_FUNC(0x02944F00, void, InputSystem_SetDeviceUsage, (InputDevice * device, String * usage, MethodInfo * method)); DO_APP_FUNC(0x02944FE0, void, InputSystem_SetDeviceUsage_1, (InputDevice * device, InternedString usage, MethodInfo * method)); DO_APP_FUNC(0x02945070, void, InputSystem_AddDeviceUsage, (InputDevice * device, String * usage, MethodInfo * method)); DO_APP_FUNC(0x02945120, void, InputSystem_AddDeviceUsage_1, (InputDevice * device, InternedString usage, MethodInfo * method)); DO_APP_FUNC(0x029451B0, void, InputSystem_RemoveDeviceUsage, (InputDevice * device, String * usage, MethodInfo * method)); DO_APP_FUNC(0x02945260, void, InputSystem_RemoveDeviceUsage_1, (InputDevice * device, InternedString usage, MethodInfo * method)); DO_APP_FUNC(0x029452F0, InputControl *, InputSystem_FindControl, (String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DAB0, InputSystem_FindControl__MethodInfo); DO_APP_FUNC(0x02945530, InputControlList_1_InputControl_, InputSystem_FindControls, (String * path, MethodInfo * method)); DO_APP_FUNC(0x02945610, bool, InputSystem_get_isProcessingEvents, (MethodInfo * method)); DO_APP_FUNC(0x00418D40, InputEventListener, InputSystem_get_onEvent, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputSystem_set_onEvent, (InputEventListener value, MethodInfo * method)); DO_APP_FUNC(0x02945680, IObservable_1_UnityEngine_InputSystem_InputControl_ *, InputSystem_get_onAnyButtonPress, (MethodInfo * method)); DO_APP_FUNC(0x02945BB0, void, InputSystem_QueueEvent, (InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DA70, InputSystem_QueueEvent__MethodInfo); DO_APP_FUNC(0x02945C90, void, InputSystem_QueueConfigChangeEvent, (InputDevice * device, double time, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DA78, InputSystem_QueueConfigChangeEvent__MethodInfo); DO_APP_FUNC(0x02945EE0, void, InputSystem_QueueTextEvent, (InputDevice * device, uint16_t character, double time, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DA60, InputSystem_QueueTextEvent__MethodInfo); DO_APP_FUNC(0x02946160, void, InputSystem_Update, (MethodInfo * method)); DO_APP_FUNC(0x02946240, void, InputSystem_Update_1, (InputUpdateType__Enum updateType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DAA0, InputSystem_Update_1__MethodInfo); DO_APP_FUNC(0x029463F0, void, InputSystem_add_onBeforeUpdate, (Action * value, MethodInfo * method)); DO_APP_FUNC(0x029465F0, void, InputSystem_remove_onBeforeUpdate, (Action * value, MethodInfo * method)); DO_APP_FUNC(0x029467F0, void, InputSystem_add_onAfterUpdate, (Action * value, MethodInfo * method)); DO_APP_FUNC(0x029469F0, void, InputSystem_remove_onAfterUpdate, (Action * value, MethodInfo * method)); DO_APP_FUNC(0x02946BF0, InputSettings *, InputSystem_get_settings, (MethodInfo * method)); DO_APP_FUNC(0x02946C60, void, InputSystem_set_settings, (InputSettings * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DA28, InputSystem_set_settings__MethodInfo); DO_APP_FUNC(0x02946F10, void, InputSystem_add_onSettingsChange, (Action * value, MethodInfo * method)); DO_APP_FUNC(0x02946FC0, void, InputSystem_remove_onSettingsChange, (Action * value, MethodInfo * method)); DO_APP_FUNC(0x02947070, void, InputSystem_add_onActionChange, (Action_2_Object_UnityEngine_InputSystem_InputActionChange_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DA40, InputSystem_add_onActionChange__MethodInfo); DO_APP_FUNC(0x02947130, void, InputSystem_remove_onActionChange, (Action_2_Object_UnityEngine_InputSystem_InputActionChange_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DA50, InputSystem_remove_onActionChange__MethodInfo); DO_APP_FUNC(0x029471F0, void, InputSystem_RegisterInteraction, (Type * type, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DA58, InputSystem_RegisterInteraction__MethodInfo); DO_APP_FUNC(0x02947380, Type *, InputSystem_TryGetInteraction, (String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DA30, InputSystem_TryGetInteraction__MethodInfo); DO_APP_FUNC(0x02947460, IEnumerable_1_System_String_ *, InputSystem_ListInteractions, (MethodInfo * method)); DO_APP_FUNC(0x029474E0, void, InputSystem_RegisterBindingComposite, (Type * type, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D9E0, InputSystem_RegisterBindingComposite__MethodInfo); DO_APP_FUNC(0x02947670, Type *, InputSystem_TryGetBindingComposite, (String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D9E8, InputSystem_TryGetBindingComposite__MethodInfo); DO_APP_FUNC(0x02911AE0, void, InputSystem_DisableAllEnabledActions, (MethodInfo * method)); DO_APP_FUNC(0x02947750, List_1_UnityEngine_InputSystem_InputAction_ *, InputSystem_ListEnabledActions, (MethodInfo * method)); DO_APP_FUNC(0x029477F0, int32_t, InputSystem_ListEnabledActions_1, (List_1_UnityEngine_InputSystem_InputAction_ * actions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D9F0, InputSystem_ListEnabledActions_1__MethodInfo); DO_APP_FUNC(0x02947860, InputRemoting *, InputSystem_get_remoting, (MethodInfo * method)); DO_APP_FUNC(0x029478C0, Version *, InputSystem_get_version, (MethodInfo * method)); DO_APP_FUNC(0x02947A10, bool, InputSystem_get_runInBackground, (MethodInfo * method)); DO_APP_FUNC(0x02947AA0, void, InputSystem_set_runInBackground, (bool value, MethodInfo * method)); DO_APP_FUNC(0x02947B40, InputMetrics, InputSystem_get_metrics, (MethodInfo * method)); DO_APP_FUNC(0x02947BE0, void, InputSystem__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02947BF0, void, InputSystem_RunInitializeInPlayer, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputSystem_EnsureInitialized, (MethodInfo * method)); DO_APP_FUNC(0x02947C70, void, InputSystem_InitializeInPlayer, (IInputRuntime * runtime, InputSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x02947FB0, void, InputSystem_RunInitialUpdate, (MethodInfo * method)); DO_APP_FUNC(0x02948090, void, InputSystem_PerformDefaultPluginInitialization, (MethodInfo * method)); DO_APP_FUNC(0x02948290, void, InputSystem_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputSystem_c__ctor, (InputSystem_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02948340, InputControl *, InputSystem_c__get_onAnyButtonPress_b__79_0, (InputSystem_c * __this, InputEventPtr e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DAD8, InputSystem_c__get_onAnyButtonPress_b__79_0__MethodInfo); DO_APP_FUNC(0x02948360, bool, InputSystem_c__get_onAnyButtonPress_b__79_1, (InputSystem_c * __this, InputControl * c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DAD0, InputSystem_c__get_onAnyButtonPress_b__79_1__MethodInfo); DO_APP_FUNC(0x02948370, void, CommonUsages__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02949510, String *, InputControl_get_name, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02949570, String *, InputControl_get_displayName, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, InputControl_set_displayName, (InputControl * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02949610, String *, InputControl_get_shortDisplayName, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, InputControl_set_shortDisplayName, (InputControl * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02949670, String *, InputControl_get_path, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02949800, String *, InputControl_get_layout, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02949860, String *, InputControl_get_variants, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, InputDevice *, InputControl_get_device, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, InputControl *, InputControl_get_parent, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x029498C0, ReadOnlyArray_1_UnityEngine_InputSystem_InputControl_, InputControl_get_children, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02949980, ReadOnlyArray_1_InternedString_, InputControl_get_usages, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02949A40, ReadOnlyArray_1_InternedString_, InputControl_get_aliases, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, InputStateBlock, InputControl_get_stateBlock, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02949B00, bool, InputControl_get_noisy, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02949B10, void, InputControl_set_noisy, (InputControl * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02949C10, bool, InputControl_get_synthetic, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02949C20, void, InputControl_set_synthetic, (InputControl * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02949C40, InputControl *, InputControl_get_Item, (InputControl * __this, String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D8E8, InputControl_get_Item__MethodInfo); DO_APP_FUNC(0x02949CD0, float, InputControl_get_magnitude, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02949D50, String *, InputControl_ToString, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02949E00, String *, InputControl_DebuggerDisplay, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02949CD0, float, InputControl_EvaluateMagnitude, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07FA0, float, InputControl_EvaluateMagnitude_1, (InputControl * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x02949FC0, void, InputControl_WriteValueFromBufferIntoState, (InputControl * __this, Void * bufferPtr, int32_t bufferSize, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D900, InputControl_WriteValueFromBufferIntoState__MethodInfo); DO_APP_FUNC(0x0294A030, void, InputControl_WriteValueFromObjectIntoState, (InputControl * __this, Object * value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D8F8, InputControl_WriteValueFromObjectIntoState__MethodInfo); DO_APP_FUNC(0x0294A0A0, InputControl *, InputControl_TryGetChildControl, (InputControl * __this, String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D920, InputControl_TryGetChildControl__MethodInfo); DO_APP_FUNC(0x0294A120, InputControl *, InputControl_GetChildControl, (InputControl * __this, String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D918, InputControl_GetChildControl__MethodInfo); DO_APP_FUNC(0x016C0330, void, InputControl__ctor, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputControl_FinishSetup, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0294A250, void, InputControl_RefreshConfigurationIfNeeded, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputControl_RefreshConfiguration, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0294A280, Void *, InputControl_get_currentStatePtr, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0294A2E0, Void *, InputControl_get_previousFrameStatePtr, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0294A340, Void *, InputControl_get_defaultStatePtr, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0294A380, Void *, InputControl_get_noiseMaskPtr, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0294A3C0, uint32_t, InputControl_get_stateOffsetRelativeToDeviceRoot, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x009D23A0, FourCC, InputControl_get_optimizedControlDataType, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, FourCC, InputControl_CalculateOptimizedControlDataType, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0294A430, void, InputControl_ApplyParameterChanges, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0294A4D0, void, InputControl_SetOptimizedControlDataType, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0294A540, void, InputControl_SetOptimizedControlDataTypeRecursively, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0294A7A0, void, InputControl_EnsureOptimizationTypeHasNotChanged, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0294AD30, bool, InputControl_get_isSetupFinished, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0294AD40, void, InputControl_set_isSetupFinished, (InputControl * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0294AD60, bool, InputControl_get_isButton, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0294AD70, void, InputControl_set_isButton, (InputControl * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0294AD90, bool, InputControl_get_isConfigUpToDate, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0294ADA0, void, InputControl_set_isConfigUpToDate, (InputControl * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0294ADC0, bool, InputControl_get_dontReset, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0294ADD0, void, InputControl_set_dontReset, (InputControl * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0294ADF0, bool, InputControl_get_usesStateFromOtherControl, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0294AE00, void, InputControl_set_usesStateFromOtherControl, (InputControl * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0294AE20, bool, InputControl_get_hasDefaultState, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0294AE30, void, InputControl_CallFinishSetupRecursive, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0294AF10, String *, InputControl_MakeChildPath, (InputControl * __this, String * path, MethodInfo * method)); DO_APP_FUNC(0x0294AFC0, void, InputControl_BakeOffsetIntoStateBlockRecursive, (InputControl * __this, uint32_t offset, MethodInfo * method)); DO_APP_FUNC(0x0294B0B0, int32_t, InputControl_GetDeviceIndex, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D8D8, InputControl_GetDeviceIndex__MethodInfo); DO_APP_FUNC(0x0294B280, bool, InputControl_IsValueConsideredPressed, (InputControl * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputControl_AddProcessor, (InputControl * __this, Object * first, MethodInfo * method)); DO_APP_FUNC(0x0294B330, void, InputControl_MarkAsStale, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0294B340, void, InputControl_MarkAsStaleRecursively, (InputControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0294B520, bool, InputControlExtensions_IsPressed, (InputControl * control, float buttonPressPoint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D8E0, InputControlExtensions_IsPressed__MethodInfo); DO_APP_FUNC(0x0294B670, bool, InputControlExtensions_IsActuated, (InputControl * control, float threshold, MethodInfo * method)); DO_APP_FUNC(0x0294B710, Object *, InputControlExtensions_ReadValueAsObject, (InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D8B0, InputControlExtensions_ReadValueAsObject__MethodInfo); DO_APP_FUNC(0x0294B7E0, void, InputControlExtensions_ReadValueIntoBuffer, (InputControl * control, Void * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D8A8, InputControlExtensions_ReadValueIntoBuffer__MethodInfo); DO_APP_FUNC(0x0294B930, Object *, InputControlExtensions_ReadDefaultValueAsObject, (InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D8C0, InputControlExtensions_ReadDefaultValueAsObject__MethodInfo); DO_APP_FUNC(0x0294B9E0, Object *, InputControlExtensions_ReadValueFromEventAsObject, (InputControl * control, InputEventPtr inputEvent, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D8B8, InputControlExtensions_ReadValueFromEventAsObject__MethodInfo); DO_APP_FUNC(0x0294BB20, void, InputControlExtensions_WriteValueFromObjectIntoEvent, (InputControl * control, InputEventPtr eventPtr, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D8D0, InputControlExtensions_WriteValueFromObjectIntoEvent__MethodInfo); DO_APP_FUNC(0x0294BC20, void, InputControlExtensions_WriteValueIntoState, (InputControl * control, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D8C8, InputControlExtensions_WriteValueIntoState__MethodInfo); DO_APP_FUNC(0x0294BE80, void, InputControlExtensions_CopyState, (InputDevice * device, Void * buffer, int32_t bufferSizeInBytes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D820, InputControlExtensions_CopyState__MethodInfo); DO_APP_FUNC(0x0294C090, bool, InputControlExtensions_CheckStateIsAtDefault, (InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D828, InputControlExtensions_CheckStateIsAtDefault__MethodInfo); DO_APP_FUNC(0x0294C1F0, bool, InputControlExtensions_CheckStateIsAtDefault_1, (InputControl * control, Void * statePtr, Void * maskPtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D840, InputControlExtensions_CheckStateIsAtDefault_1__MethodInfo); DO_APP_FUNC(0x0294C320, bool, InputControlExtensions_CheckStateIsAtDefaultIgnoringNoise, (InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D838, InputControlExtensions_CheckStateIsAtDefaultIgnoringNoise__MethodInfo); DO_APP_FUNC(0x0294C4C0, bool, InputControlExtensions_CheckStateIsAtDefaultIgnoringNoise_1, (InputControl * control, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D7F0, InputControlExtensions_CheckStateIsAtDefaultIgnoringNoise_1__MethodInfo); DO_APP_FUNC(0x0294C620, bool, InputControlExtensions_CompareStateIgnoringNoise, (InputControl * control, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D7E8, InputControlExtensions_CompareStateIgnoringNoise__MethodInfo); DO_APP_FUNC(0x0294C790, bool, InputControlExtensions_CompareState, (InputControl * control, Void * firstStatePtr, Void * secondStatePtr, Void * maskPtr, MethodInfo * method)); DO_APP_FUNC(0x0294C940, bool, InputControlExtensions_CompareState_1, (InputControl * control, Void * statePtr, Void * maskPtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D800, InputControlExtensions_CompareState_1__MethodInfo); DO_APP_FUNC(0x0294CA90, bool, InputControlExtensions_HasValueChangeInState, (InputControl * control, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D7F8, InputControlExtensions_HasValueChangeInState__MethodInfo); DO_APP_FUNC(0x0294CBD0, bool, InputControlExtensions_HasValueChangeInEvent, (InputControl * control, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D810, InputControlExtensions_HasValueChangeInEvent__MethodInfo); DO_APP_FUNC(0x0294CCE0, Void *, InputControlExtensions_GetStatePtrFromStateEvent, (InputControl * control, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D808, InputControlExtensions_GetStatePtrFromStateEvent__MethodInfo); DO_APP_FUNC(0x0294CDB0, Void *, InputControlExtensions_GetStatePtrFromStateEventUnchecked, (InputControl * control, InputEventPtr eventPtr, FourCC eventType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D848, InputControlExtensions_GetStatePtrFromStateEventUnchecked__MethodInfo); DO_APP_FUNC(0x0294D0A0, bool, InputControlExtensions_ResetToDefaultStateInEvent, (InputControl * control, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D858, InputControlExtensions_ResetToDefaultStateInEvent__MethodInfo); DO_APP_FUNC(0x0294D350, void, InputControlExtensions_AccumulateValueInEvent, (InputControl_1_System_Single_ * control, Void * currentStatePtr, InputEventPtr newState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D788, InputControlExtensions_AccumulateValueInEvent__MethodInfo); DO_APP_FUNC(0x0294D520, void, InputControlExtensions_AccumulateValueInEvent_1, (InputControl_1_UnityEngine_Vector2_ * control, Void * currentStatePtr, InputEventPtr newState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D790, InputControlExtensions_AccumulateValueInEvent_1__MethodInfo); DO_APP_FUNC(0x0294D720, String *, InputControlExtensions_BuildPath, (InputControl * control, String * deviceLayout, StringBuilder * builder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D768, InputControlExtensions_BuildPath__MethodInfo); DO_APP_FUNC(0x0294DDE0, InputControlExtensions_InputEventControlCollection, InputControlExtensions_EnumerateControls, (InputEventPtr eventPtr, InputControlExtensions_Enumerate__Enum flags, InputDevice * device, float magnitudeThreshold, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D770, InputControlExtensions_EnumerateControls__MethodInfo); DO_APP_FUNC(0x0294E080, InputControlExtensions_InputEventControlCollection, InputControlExtensions_EnumerateChangedControls, (InputEventPtr eventPtr, InputDevice * device, float magnitudeThreshold, MethodInfo * method)); DO_APP_FUNC(0x0294E0D0, bool, InputControlExtensions_HasButtonPress, (InputEventPtr eventPtr, float magnitude, bool buttonControlsOnly, MethodInfo * method)); DO_APP_FUNC(0x0294E0F0, InputControl *, InputControlExtensions_GetFirstButtonPressOrNull, (InputEventPtr eventPtr, float magnitude, bool buttonControlsOnly, MethodInfo * method)); DO_APP_FUNC(0x0294E330, IEnumerable_1_UnityEngine_InputSystem_InputControl_ *, InputControlExtensions_GetAllButtonPresses, (InputEventPtr eventPtr, float magnitude, bool buttonControlsOnly, MethodInfo * method)); DO_APP_FUNC(0x0294E3C0, InputControlExtensions_ControlBuilder, InputControlExtensions_Setup, (InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D7E0, InputControlExtensions_Setup__MethodInfo); DO_APP_FUNC(0x0294E500, InputControlExtensions_DeviceBuilder, InputControlExtensions_Setup_1, (InputDevice * device, int32_t controlCount, int32_t usageCount, int32_t aliasCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D7A0, InputControlExtensions_Setup_1__MethodInfo); DO_APP_FUNC(0x005DE470, InputEventPtr, InputControlExtensions_InputEventControlCollection_get_eventPtr, (InputControlExtensions_InputEventControlCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0294E840, InputControlExtensions_InputEventControlEnumerator, InputControlExtensions_InputEventControlCollection_GetEnumerator, (InputControlExtensions_InputEventControlCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0294E8A0, IEnumerator_1_UnityEngine_InputSystem_InputControl_ *, InputControlExtensions_InputEventControlCollection_System_Collections_Generic_IEnumerable_UnityEngine_InputSystem_InputControl__GetEnumerator, (InputControlExtensions_InputEventControlCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0294E9A0, IEnumerator *, InputControlExtensions_InputEventControlCollection_System_Collections_IEnumerable_GetEnumerator, (InputControlExtensions_InputEventControlCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0294EAA0, void, InputControlExtensions_InputEventControlEnumerator__ctor, (InputControlExtensions_InputEventControlEnumerator * __this, InputEventPtr eventPtr, InputDevice * device, InputControlExtensions_Enumerate__Enum flags, float magnitudeThreshold, MethodInfo * method)); DO_APP_FUNC(0x0294EDE0, bool, InputControlExtensions_InputEventControlEnumerator_CheckDefault, (InputControlExtensions_InputEventControlEnumerator * __this, uint32_t numBits, MethodInfo * method)); DO_APP_FUNC(0x0294EE10, bool, InputControlExtensions_InputEventControlEnumerator_CheckCurrent, (InputControlExtensions_InputEventControlEnumerator * __this, uint32_t numBits, MethodInfo * method)); DO_APP_FUNC(0x0294EE40, bool, InputControlExtensions_InputEventControlEnumerator_MoveNext, (InputControlExtensions_InputEventControlEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D708, InputControlExtensions_InputEventControlEnumerator_MoveNext__MethodInfo); DO_APP_FUNC(0x0294F2F0, void, InputControlExtensions_InputEventControlEnumerator_Reset, (InputControlExtensions_InputEventControlEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D718, InputControlExtensions_InputEventControlEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0294F770, void, InputControlExtensions_InputEventControlEnumerator_Dispose, (InputControlExtensions_InputEventControlEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, InputControl *, InputControlExtensions_InputEventControlEnumerator_get_Current, (InputControlExtensions_InputEventControlEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Object *, InputControlExtensions_InputEventControlEnumerator_System_Collections_IEnumerator_get_Current, (InputControlExtensions_InputEventControlEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, InputControl *, InputControlExtensions_ControlBuilder_get_control, (InputControlExtensions_ControlBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, InputControlExtensions_ControlBuilder_set_control, (InputControlExtensions_ControlBuilder * __this, InputControl * value, MethodInfo * method)); DO_APP_FUNC(0x0294F780, InputControlExtensions_ControlBuilder, InputControlExtensions_ControlBuilder_At, (InputControlExtensions_ControlBuilder * __this, InputDevice * device, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0294F880, InputControlExtensions_ControlBuilder, InputControlExtensions_ControlBuilder_WithParent, (InputControlExtensions_ControlBuilder * __this, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0294F8F0, InputControlExtensions_ControlBuilder, InputControlExtensions_ControlBuilder_WithName, (InputControlExtensions_ControlBuilder * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0294F990, InputControlExtensions_ControlBuilder, InputControlExtensions_ControlBuilder_WithDisplayName, (InputControlExtensions_ControlBuilder * __this, String * displayName, MethodInfo * method)); DO_APP_FUNC(0x0294FA70, InputControlExtensions_ControlBuilder, InputControlExtensions_ControlBuilder_WithShortDisplayName, (InputControlExtensions_ControlBuilder * __this, String * shortDisplayName, MethodInfo * method)); DO_APP_FUNC(0x0294FB50, InputControlExtensions_ControlBuilder, InputControlExtensions_ControlBuilder_WithLayout, (InputControlExtensions_ControlBuilder * __this, InternedString layout, MethodInfo * method)); DO_APP_FUNC(0x0294FBC0, InputControlExtensions_ControlBuilder, InputControlExtensions_ControlBuilder_WithUsages, (InputControlExtensions_ControlBuilder * __this, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0294FBF0, InputControlExtensions_ControlBuilder, InputControlExtensions_ControlBuilder_WithAliases, (InputControlExtensions_ControlBuilder * __this, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0294FC20, InputControlExtensions_ControlBuilder, InputControlExtensions_ControlBuilder_WithChildren, (InputControlExtensions_ControlBuilder * __this, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0294FC50, InputControlExtensions_ControlBuilder, InputControlExtensions_ControlBuilder_WithStateBlock, (InputControlExtensions_ControlBuilder * __this, InputStateBlock stateBlock, MethodInfo * method)); DO_APP_FUNC(0x0294FC80, InputControlExtensions_ControlBuilder, InputControlExtensions_ControlBuilder_WithDefaultState, (InputControlExtensions_ControlBuilder * __this, PrimitiveValue value, MethodInfo * method)); DO_APP_FUNC(0x0294FCC0, InputControlExtensions_ControlBuilder, InputControlExtensions_ControlBuilder_WithMinAndMax, (InputControlExtensions_ControlBuilder * __this, PrimitiveValue min, PrimitiveValue max, MethodInfo * method)); DO_APP_FUNC(0x0294FD00, InputControlExtensions_ControlBuilder, InputControlExtensions_ControlBuilder_IsNoisy, (InputControlExtensions_ControlBuilder * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0294FD30, InputControlExtensions_ControlBuilder, InputControlExtensions_ControlBuilder_IsSynthetic, (InputControlExtensions_ControlBuilder * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0294FD70, InputControlExtensions_ControlBuilder, InputControlExtensions_ControlBuilder_DontReset, (InputControlExtensions_ControlBuilder * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0294FDD0, InputControlExtensions_ControlBuilder, InputControlExtensions_ControlBuilder_IsButton, (InputControlExtensions_ControlBuilder * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0294FE10, void, InputControlExtensions_ControlBuilder_Finish, (InputControlExtensions_ControlBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, InputDevice *, InputControlExtensions_DeviceBuilder_get_device, (InputControlExtensions_DeviceBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, InputControlExtensions_DeviceBuilder_set_device, (InputControlExtensions_DeviceBuilder * __this, InputDevice * value, MethodInfo * method)); DO_APP_FUNC(0x0294F8F0, InputControlExtensions_DeviceBuilder, InputControlExtensions_DeviceBuilder_WithName, (InputControlExtensions_DeviceBuilder * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0294F990, InputControlExtensions_DeviceBuilder, InputControlExtensions_DeviceBuilder_WithDisplayName, (InputControlExtensions_DeviceBuilder * __this, String * displayName, MethodInfo * method)); DO_APP_FUNC(0x0294FA70, InputControlExtensions_DeviceBuilder, InputControlExtensions_DeviceBuilder_WithShortDisplayName, (InputControlExtensions_DeviceBuilder * __this, String * shortDisplayName, MethodInfo * method)); DO_APP_FUNC(0x0294FB50, InputControlExtensions_DeviceBuilder, InputControlExtensions_DeviceBuilder_WithLayout, (InputControlExtensions_DeviceBuilder * __this, InternedString layout, MethodInfo * method)); DO_APP_FUNC(0x0294FC20, InputControlExtensions_DeviceBuilder, InputControlExtensions_DeviceBuilder_WithChildren, (InputControlExtensions_DeviceBuilder * __this, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0294FC50, InputControlExtensions_DeviceBuilder, InputControlExtensions_DeviceBuilder_WithStateBlock, (InputControlExtensions_DeviceBuilder * __this, InputStateBlock stateBlock, MethodInfo * method)); DO_APP_FUNC(0x0294FD00, InputControlExtensions_DeviceBuilder, InputControlExtensions_DeviceBuilder_IsNoisy, (InputControlExtensions_DeviceBuilder * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0294FE30, InputControlExtensions_DeviceBuilder, InputControlExtensions_DeviceBuilder_WithControlUsage, (InputControlExtensions_DeviceBuilder * __this, int32_t controlIndex, InternedString usage, InputControl * control, MethodInfo * method)); DO_APP_FUNC(0x0294FF60, InputControlExtensions_DeviceBuilder, InputControlExtensions_DeviceBuilder_WithControlAlias, (InputControlExtensions_DeviceBuilder * __this, int32_t controlIndex, InternedString alias, MethodInfo * method)); DO_APP_FUNC(0x02950000, InputControlExtensions_DeviceBuilder, InputControlExtensions_DeviceBuilder_WithStateOffsetToControlIndexMap, (InputControlExtensions_DeviceBuilder * __this, UInt32__Array * map, MethodInfo * method)); DO_APP_FUNC(0x02950070, InputControlExtensions_DeviceBuilder, InputControlExtensions_DeviceBuilder_WithControlTree, (InputControlExtensions_DeviceBuilder * __this, Byte__Array * controlTreeNodes, UInt16__Array * controlTreeIndicies, MethodInfo * method)); DO_APP_FUNC(0x0294FE10, void, InputControlExtensions_DeviceBuilder_Finish, (InputControlExtensions_DeviceBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F020, void, InputControlExtensions_GetAllButtonPresses_d_43__ctor, (InputControlExtensions_GetAllButtonPresses_d_43 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x02950260, void, InputControlExtensions_GetAllButtonPresses_d_43_System_IDisposable_Dispose, (InputControlExtensions_GetAllButtonPresses_d_43 * __this, MethodInfo * method)); DO_APP_FUNC(0x029502C0, bool, InputControlExtensions_GetAllButtonPresses_d_43_MoveNext, (InputControlExtensions_GetAllButtonPresses_d_43 * __this, MethodInfo * method)); DO_APP_FUNC(0x02950630, void, InputControlExtensions_GetAllButtonPresses_d_43___m__Finally1, (InputControlExtensions_GetAllButtonPresses_d_43 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, InputControl *, InputControlExtensions_GetAllButtonPresses_d_43_System_Collections_Generic_IEnumerator_UnityEngine_InputSystem_InputControl__get_Current, (InputControlExtensions_GetAllButtonPresses_d_43 * __this, MethodInfo * method)); DO_APP_FUNC(0x02950650, void, InputControlExtensions_GetAllButtonPresses_d_43_System_Collections_IEnumerator_Reset, (InputControlExtensions_GetAllButtonPresses_d_43 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D758, InputControlExtensions_GetAllButtonPresses_d_43_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, InputControlExtensions_GetAllButtonPresses_d_43_System_Collections_IEnumerator_get_Current, (InputControlExtensions_GetAllButtonPresses_d_43 * __this, MethodInfo * method)); DO_APP_FUNC(0x029506A0, IEnumerator_1_UnityEngine_InputSystem_InputControl_ *, InputControlExtensions_GetAllButtonPresses_d_43_System_Collections_Generic_IEnumerable_UnityEngine_InputSystem_InputControl__GetEnumerator, (InputControlExtensions_GetAllButtonPresses_d_43 * __this, MethodInfo * method)); DO_APP_FUNC(0x029506A0, IEnumerator *, InputControlExtensions_GetAllButtonPresses_d_43_System_Collections_IEnumerable_GetEnumerator, (InputControlExtensions_GetAllButtonPresses_d_43 * __this, MethodInfo * method)); DO_APP_FUNC(0x02950750, String *, InputControlPath_CleanSlashes, (String * pathComponent, MethodInfo * method)); DO_APP_FUNC(0x02950780, String *, InputControlPath_Combine, (InputControl * parent, String * path, MethodInfo * method)); DO_APP_FUNC(0x02950880, String *, InputControlPath_ToHumanReadableString, (String * path, InputControlPath_HumanReadableStringOptions__Enum options, InputControl * control, MethodInfo * method)); DO_APP_FUNC(0x029508C0, String *, InputControlPath_ToHumanReadableString_1, (String * path, String * * deviceLayoutName, String * * controlPath, InputControlPath_HumanReadableStringOptions__Enum options, InputControl * control, MethodInfo * method)); DO_APP_FUNC(0x02950EF0, String__Array *, InputControlPath_TryGetDeviceUsages, (String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D6D0, InputControlPath_TryGetDeviceUsages__MethodInfo); DO_APP_FUNC(0x02951140, String *, InputControlPath_TryGetDeviceLayout, (String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D6B0, InputControlPath_TryGetDeviceLayout__MethodInfo); DO_APP_FUNC(0x029512F0, String *, InputControlPath_TryGetControlLayout, (String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D6B8, InputControlPath_TryGetControlLayout__MethodInfo); DO_APP_FUNC(0x029515D0, String *, InputControlPath_FindControlLayoutRecursive, (InputControlPath_PathParser * parser, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x029517F0, String *, InputControlPath_FindControlLayoutRecursive_1, (InputControlPath_PathParser * parser, InputControlLayout * layout, MethodInfo * method)); DO_APP_FUNC(0x02951C50, bool, InputControlPath_ControlLayoutMatchesPathComponent, (InputControlLayout_ControlItem * controlItem, InputControlPath_PathParser * parser, MethodInfo * method)); DO_APP_FUNC(0x02951E00, bool, InputControlPath_StringMatches, (Substring str, InternedString matchTo, MethodInfo * method)); DO_APP_FUNC(0x02952140, InputControl *, InputControlPath_TryFindControl, (InputControl * control, String * path, int32_t indexInPath, MethodInfo * method)); DO_APP_FUNC(0x02952260, InputControl__Array *, InputControlPath_TryFindControls, (InputControl * control, String * path, int32_t indexInPath, MethodInfo * method)); DO_APP_FUNC(0x02952480, int32_t, InputControlPath_TryFindControls_1, (InputControl * control, String * path, InputControlList_1_InputControl_ * matches, int32_t indexInPath, MethodInfo * method)); DO_APP_FUNC(0x029525F0, InputControl *, InputControlPath_TryFindChild, (InputControl * control, String * path, int32_t indexInPath, MethodInfo * method)); DO_APP_FUNC(0x029527B0, bool, InputControlPath_Matches, (String * expected, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D640, InputControlPath_Matches__MethodInfo); DO_APP_FUNC(0x02952970, bool, InputControlPath_MatchControlComponent, (InputControlPath_ParsedPathComponent * expectedControlComponent, InputControlLayout_ControlItem * controlItem, bool matchAlias, MethodInfo * method)); DO_APP_FUNC(0x02952DB0, bool, InputControlPath_MatchesPrefix, (String * expected, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D650, InputControlPath_MatchesPrefix__MethodInfo); DO_APP_FUNC(0x02952F80, bool, InputControlPath_MatchesRecursive, (InputControlPath_PathParser * parser, InputControl * currentControl, bool prefixOnly, MethodInfo * method)); DO_APP_FUNC(0x02953010, bool, InputControlPath_MatchPathComponent, (String * component, String * path, int32_t * indexInPath, InputControlPath_PathComponentType__Enum componentType, int32_t startIndexInComponent, MethodInfo * method)); DO_APP_FUNC(0x029533E0, bool, InputControlPath_PathComponentCanYieldMultipleMatches, (String * path, int32_t indexInPath, MethodInfo * method)); DO_APP_FUNC(0x029534A0, IEnumerable_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent_ *, InputControlPath_Parse, (String * path, MethodInfo * method)); DO_APP_FUNC(0x02953560, String *, InputControlPath_ParsedPathComponent_get_layout, (InputControlPath_ParsedPathComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x029535C0, IEnumerable_1_System_String_ *, InputControlPath_ParsedPathComponent_get_usages, (InputControlPath_ParsedPathComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x02953770, String *, InputControlPath_ParsedPathComponent_get_name, (InputControlPath_ParsedPathComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x029537D0, String *, InputControlPath_ParsedPathComponent_get_displayName, (InputControlPath_ParsedPathComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x02953830, bool, InputControlPath_ParsedPathComponent_get_isWildcard, (InputControlPath_ParsedPathComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x02953960, bool, InputControlPath_ParsedPathComponent_get_isDoubleWildcard, (InputControlPath_ParsedPathComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x02953A90, String *, InputControlPath_ParsedPathComponent_ToHumanReadableString, (InputControlPath_ParsedPathComponent * __this, String * parentLayoutName, String * parentControlPath, String * * referencedLayoutName, String * * controlPath, InputControlPath_HumanReadableStringOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x029549D0, String *, InputControlPath_ParsedPathComponent_ToHumanReadableString_1, (Substring substring, MethodInfo * method)); DO_APP_FUNC(0x02954A60, bool, InputControlPath_ParsedPathComponent_Matches, (InputControlPath_ParsedPathComponent * __this, InputControl * control, MethodInfo * method)); DO_APP_FUNC(0x02954F70, bool, InputControlPath_ParsedPathComponent_ComparePathElementToString, (Substring pathElement, String * element, MethodInfo * method)); DO_APP_FUNC(0x02955140, void, InputControlPath_ParsedPathComponent_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputControlPath_ParsedPathComponent_c__ctor, (InputControlPath_ParsedPathComponent_c * __this, MethodInfo * method)); DO_APP_FUNC(0x029551F0, String *, InputControlPath_ParsedPathComponent_c__get_usages_b__7_0, (InputControlPath_ParsedPathComponent_c * __this, Substring x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D698, InputControlPath_ParsedPathComponent_c__get_usages_b__7_0__MethodInfo); DO_APP_FUNC(0x02955250, bool, InputControlPath_PathParser_get_isAtEnd, (InputControlPath_PathParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02955260, void, InputControlPath_PathParser__ctor, (InputControlPath_PathParser * __this, String * path, MethodInfo * method)); DO_APP_FUNC(0x029552F0, bool, InputControlPath_PathParser_MoveToNextComponent, (InputControlPath_PathParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02955AD0, Substring, InputControlPath_PathParser_ParseComponentPart, (InputControlPath_PathParser * __this, uint16_t terminator, MethodInfo * method)); DO_APP_FUNC(0x02955BF0, void, InputControlPath_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputControlPath_c__ctor, (InputControlPath_c * __this, MethodInfo * method)); DO_APP_FUNC(0x029551F0, String *, InputControlPath_c__TryGetDeviceUsages_b__9_0, (InputControlPath_c * __this, Substring x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D6C0, InputControlPath_c__TryGetDeviceUsages_b__9_0__MethodInfo); DO_APP_FUNC(0x02955CA0, void, InputControlPath_Parse_d_34__ctor, (InputControlPath_Parse_d_34 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputControlPath_Parse_d_34_System_IDisposable_Dispose, (InputControlPath_Parse_d_34 * __this, MethodInfo * method)); DO_APP_FUNC(0x02955CC0, bool, InputControlPath_Parse_d_34_MoveNext, (InputControlPath_Parse_d_34 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D5D0, InputControlPath_Parse_d_34_MoveNext__MethodInfo); DO_APP_FUNC(0x0174F350, InputControlPath_ParsedPathComponent, InputControlPath_Parse_d_34_System_Collections_Generic_IEnumerator_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent__get_Current, (InputControlPath_Parse_d_34 * __this, MethodInfo * method)); DO_APP_FUNC(0x02955F90, void, InputControlPath_Parse_d_34_System_Collections_IEnumerator_Reset, (InputControlPath_Parse_d_34 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D610, InputControlPath_Parse_d_34_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02955FE0, Object *, InputControlPath_Parse_d_34_System_Collections_IEnumerator_get_Current, (InputControlPath_Parse_d_34 * __this, MethodInfo * method)); DO_APP_FUNC(0x02956050, IEnumerator_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent_ *, InputControlPath_Parse_d_34_System_Collections_Generic_IEnumerable_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent__GetEnumerator, (InputControlPath_Parse_d_34 * __this, MethodInfo * method)); DO_APP_FUNC(0x02956050, IEnumerator *, InputControlPath_Parse_d_34_System_Collections_IEnumerable_GetEnumerator, (InputControlPath_Parse_d_34 * __this, MethodInfo * method)); DO_APP_FUNC(0x02956140, Type *, InputProcessor_GetValueTypeFromType, (Type * processorType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D5F8, InputProcessor_GetValueTypeFromType__MethodInfo); DO_APP_FUNC(0x003C94D0, InputProcessor_CachingPolicy__Enum, InputProcessor_get_cachingPolicy, (InputProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputProcessor__ctor, (InputProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A1F0, ButtonControl *, Gamepad_get_buttonWest, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A200, void, Gamepad_set_buttonWest, (Gamepad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x007086F0, ButtonControl *, Gamepad_get_buttonNorth, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x00708700, void, Gamepad_set_buttonNorth, (Gamepad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00708760, ButtonControl *, Gamepad_get_buttonSouth, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x00708770, void, Gamepad_set_buttonSouth, (Gamepad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x009D17D0, ButtonControl *, Gamepad_get_buttonEast, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x009D17E0, void, Gamepad_set_buttonEast, (Gamepad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, ButtonControl *, Gamepad_get_leftStickButton, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, Gamepad_set_leftStickButton, (Gamepad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, ButtonControl *, Gamepad_get_rightStickButton, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, Gamepad_set_rightStickButton, (Gamepad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900D30, ButtonControl *, Gamepad_get_startButton, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, Gamepad_set_startButton, (Gamepad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, ButtonControl *, Gamepad_get_selectButton, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, Gamepad_set_selectButton, (Gamepad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, DpadControl *, Gamepad_get_dpad, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, Gamepad_set_dpad, (Gamepad * __this, DpadControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, ButtonControl *, Gamepad_get_leftShoulder, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, Gamepad_set_leftShoulder, (Gamepad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, ButtonControl *, Gamepad_get_rightShoulder, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, Gamepad_set_rightShoulder, (Gamepad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E10, StickControl *, Gamepad_get_leftStick, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E20, void, Gamepad_set_leftStick, (Gamepad * __this, StickControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E80, StickControl *, Gamepad_get_rightStick, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E90, void, Gamepad_set_rightStick, (Gamepad * __this, StickControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900EF0, ButtonControl *, Gamepad_get_leftTrigger, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F00, void, Gamepad_set_leftTrigger, (Gamepad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900F60, ButtonControl *, Gamepad_get_rightTrigger, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F70, void, Gamepad_set_rightTrigger, (Gamepad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00708760, ButtonControl *, Gamepad_get_aButton, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x009D17D0, ButtonControl *, Gamepad_get_bButton, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A1F0, ButtonControl *, Gamepad_get_xButton, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x007086F0, ButtonControl *, Gamepad_get_yButton, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x007086F0, ButtonControl *, Gamepad_get_triangleButton, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A1F0, ButtonControl *, Gamepad_get_squareButton, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x009D17D0, ButtonControl *, Gamepad_get_circleButton, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x00708760, ButtonControl *, Gamepad_get_crossButton, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x02956230, ButtonControl *, Gamepad_get_Item, (Gamepad * __this, GamepadButton__Enum button, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D600, Gamepad_get_Item__MethodInfo); DO_APP_FUNC(0x02956450, Gamepad *, Gamepad_get_current, (MethodInfo * method)); DO_APP_FUNC(0x02956490, void, Gamepad_set_current, (Gamepad * value, MethodInfo * method)); DO_APP_FUNC(0x02956530, ReadOnlyArray_1_UnityEngine_InputSystem_Gamepad_, Gamepad_get_all, (MethodInfo * method)); DO_APP_FUNC(0x029565F0, void, Gamepad_FinishSetup, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x02956DF0, void, Gamepad_MakeCurrent, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x02956E00, void, Gamepad_OnAdded, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x02956E80, void, Gamepad_OnRemoved, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x02956FC0, void, Gamepad_PauseHaptics, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x02956FE0, void, Gamepad_ResumeHaptics, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x029570A0, void, Gamepad_ResetHaptics, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x02957160, void, Gamepad_SetMotorSpeeds, (Gamepad * __this, float lowFrequency, float highFrequency, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, Gamepad__ctor, (Gamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x02957190, InputDeviceDescription, InputDevice_get_description, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x029571D0, bool, InputDevice_get_enabled, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x029571F0, bool, InputDevice_get_canRunInBackground, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x029572D0, bool, InputDevice_get_added, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x029572E0, bool, InputDevice_get_remote, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x029572F0, bool, InputDevice_get_native, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02957300, bool, InputDevice_get_updateBeforeRender, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x01D652F0, int32_t, InputDevice_get_deviceId, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02957310, double, InputDevice_get_lastUpdateTime, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02957360, bool, InputDevice_get_wasUpdatedThisFrame, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x029573B0, ReadOnlyArray_1_UnityEngine_InputSystem_InputControl_, InputDevice_get_allControls, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02957480, Type *, InputDevice_get_valueType, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x029574F0, int32_t, InputDevice_get_valueSizeInBytes, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02957580, ReadOnlyArray_1_UnityEngine_InputSystem_InputDevice_, InputDevice_get_all, (MethodInfo * method)); DO_APP_FUNC(0x02957630, void, InputDevice__ctor, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x029576A0, Object *, InputDevice_ReadValueFromBufferAsObject, (InputDevice * __this, Void * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D520, InputDevice_ReadValueFromBufferAsObject__MethodInfo); DO_APP_FUNC(0x029576F0, Object *, InputDevice_ReadValueFromStateAsObject, (InputDevice * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x02957830, void, InputDevice_ReadValueFromStateIntoBuffer, (InputDevice * __this, Void * statePtr, Void * bufferPtr, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D500, InputDevice_ReadValueFromStateIntoBuffer__MethodInfo); DO_APP_FUNC(0x02957A40, bool, InputDevice_CompareValue, (InputDevice * __this, Void * firstStatePtr, Void * secondStatePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D508, InputDevice_CompareValue__MethodInfo); DO_APP_FUNC(0x02957BC0, void, InputDevice_NotifyConfigurationChanged, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputDevice_MakeCurrent, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputDevice_OnAdded, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputDevice_OnRemoved, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputDevice_OnConfigurationChanged, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02957C50, int64_t, InputDevice_ExecuteCommand, (InputDevice * __this, InputDeviceCommand * commandPtr, MethodInfo * method)); DO_APP_FUNC(0x02957CD0, bool, InputDevice_QueryEnabledStateFromRuntime, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02957D90, bool, InputDevice_get_disabledInFrontend, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02957DA0, void, InputDevice_set_disabledInFrontend, (InputDevice * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02957DC0, bool, InputDevice_get_disabledInRuntime, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02957DD0, void, InputDevice_set_disabledInRuntime, (InputDevice * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02957E00, bool, InputDevice_get_disabledWhileInBackground, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02957E10, void, InputDevice_set_disabledWhileInBackground, (InputDevice * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02957E40, uint32_t, InputDevice_EncodeStateOffsetToControlMapEntry, (uint32_t controlIndex, uint32_t stateOffsetInBits, uint32_t stateSizeInBits, MethodInfo * method)); DO_APP_FUNC(0x02957E50, void, InputDevice_DecodeStateOffsetToControlMapEntry, (uint32_t entry, uint32_t * controlIndex, uint32_t * stateOffset, uint32_t * stateSize, MethodInfo * method)); DO_APP_FUNC(0x02957E70, bool, InputDevice_get_hasControlsWithDefaultState, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02957E80, void, InputDevice_set_hasControlsWithDefaultState, (InputDevice * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02957EA0, bool, InputDevice_get_hasDontResetControls, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02957EB0, void, InputDevice_set_hasDontResetControls, (InputDevice * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02957EE0, bool, InputDevice_get_hasStateCallbacks, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02957EF0, void, InputDevice_set_hasStateCallbacks, (InputDevice * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02957F10, bool, InputDevice_get_hasEventMerger, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02957F20, void, InputDevice_set_hasEventMerger, (InputDevice * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02957F50, bool, InputDevice_get_hasEventPreProcessor, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02957F60, void, InputDevice_set_hasEventPreProcessor, (InputDevice * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02957F90, void, InputDevice_AddDeviceUsage, (InputDevice * __this, InternedString usage, MethodInfo * method)); DO_APP_FUNC(0x02958050, void, InputDevice_RemoveDeviceUsage, (InputDevice * __this, InternedString usage, MethodInfo * method)); DO_APP_FUNC(0x02958210, void, InputDevice_ClearDeviceUsages, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02958280, bool, InputDevice_RequestSync, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02958300, bool, InputDevice_RequestReset, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02958380, bool, InputDevice_ExecuteEnableCommand, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02958400, bool, InputDevice_ExecuteDisableCommand, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x009CD740, void, InputDevice_NotifyAdded, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x009B9600, void, InputDevice_NotifyRemoved, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02958470, void, InputDevice_WriteChangedControlStates, (InputDevice * __this, uint8_t * deviceStateBuffer, Void * statePtr, uint32_t stateSizeInBytes, uint32_t stateOffsetInDevice, MethodInfo * method)); DO_APP_FUNC(0x029585F0, void, InputDevice_WritePartialChangedControlStatesInternal, (InputDevice * __this, Void * statePtr, uint32_t stateSizeInBits, uint32_t stateOffsetInDeviceInBits, uint8_t * deviceStatePtr, InputDevice_ControlBitRangeNode parentNode, uint32_t startOffset, MethodInfo * method)); DO_APP_FUNC(0x029588F0, void, InputDevice_DumpControlBitRangeNode, (InputDevice * __this, int32_t nodeIndex, InputDevice_ControlBitRangeNode node, uint32_t startOffset, uint32_t sizeInBits, List_1_System_String_ * output, MethodInfo * method)); DO_APP_FUNC(0x02958E00, void, InputDevice_DumpControlTree, (InputDevice * __this, InputDevice_ControlBitRangeNode parentNode, uint32_t startOffset, List_1_System_String_ * output, MethodInfo * method)); DO_APP_FUNC(0x02958FB0, String *, InputDevice_DumpControlTree_1, (InputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x029590A0, void, InputDevice_WriteChangedControlStatesInternal, (InputDevice * __this, Void * statePtr, uint32_t stateSizeInBits, uint8_t * deviceStatePtr, InputDevice_ControlBitRangeNode parentNode, uint32_t startOffset, MethodInfo * method)); DO_APP_FUNC(0x029594E0, bool, InputDevice_HasDataChangedInRange, (uint8_t * deviceStatePtr, Void * statePtr, uint32_t startOffset, uint32_t sizeInBits, MethodInfo * method)); DO_APP_FUNC(0x02959550, void, InputDevice_ControlBitRangeNode__ctor, (InputDevice_ControlBitRangeNode * __this, uint16_t endOffset, MethodInfo * method)); DO_APP_FUNC(0x01D3A1F0, ButtonControl *, Joystick_1_get_trigger, (Joystick_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A200, void, Joystick_1_set_trigger, (Joystick_1 * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x007086F0, StickControl *, Joystick_1_get_stick, (Joystick_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00708700, void, Joystick_1_set_stick, (Joystick_1 * __this, StickControl * value, MethodInfo * method)); DO_APP_FUNC(0x00708760, AxisControl *, Joystick_1_get_twist, (Joystick_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00708770, void, Joystick_1_set_twist, (Joystick_1 * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x009D17D0, Vector2Control *, Joystick_1_get_hatswitch, (Joystick_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009D17E0, void, Joystick_1_set_hatswitch, (Joystick_1 * __this, Vector2Control * value, MethodInfo * method)); DO_APP_FUNC(0x02959560, Joystick_1 *, Joystick_1_get_current, (MethodInfo * method)); DO_APP_FUNC(0x029595A0, void, Joystick_1_set_current, (Joystick_1 * value, MethodInfo * method)); DO_APP_FUNC(0x02959640, ReadOnlyArray_1_UnityEngine_InputSystem_Joystick_, Joystick_1_get_all, (MethodInfo * method)); DO_APP_FUNC(0x02959700, void, Joystick_1_FinishSetup, (Joystick_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02959980, void, Joystick_1_MakeCurrent, (Joystick_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02959990, void, Joystick_1_OnAdded, (Joystick_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02959A10, void, Joystick_1_OnRemoved, (Joystick_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, Joystick_1__ctor, (Joystick_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A210, void, Keyboard_1_add_onTextInput, (Keyboard_1 * __this, Action_1_Char_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8F130, Keyboard_1_add_onTextInput__MethodInfo); DO_APP_FUNC(0x0295A370, void, Keyboard_1_remove_onTextInput, (Keyboard_1 * __this, Action_1_Char_ * value, MethodInfo * method)); DO_APP_FUNC(0x0295A3D0, void, Keyboard_1_add_onIMECompositionChange, (Keyboard_1 * __this, Action_1_UnityEngine_InputSystem_LowLevel_IMECompositionString_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8F168, Keyboard_1_add_onIMECompositionChange__MethodInfo); DO_APP_FUNC(0x0295A530, void, Keyboard_1_remove_onIMECompositionChange, (Keyboard_1 * __this, Action_1_UnityEngine_InputSystem_LowLevel_IMECompositionString_ * value, MethodInfo * method)); DO_APP_FUNC(0x0295A590, void, Keyboard_1_SetIMEEnabled, (Keyboard_1 * __this, bool enabled, MethodInfo * method)); DO_APP_FUNC(0x0295A620, void, Keyboard_1_SetIMECursorPosition, (Keyboard_1 * __this, Vector2 position, MethodInfo * method)); DO_APP_FUNC(0x0295A6A0, String *, Keyboard_1_get_keyboardLayout, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, Keyboard_1_set_keyboardLayout, (Keyboard_1 * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01D3A1F0, AnyKeyControl *, Keyboard_1_get_anyKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A200, void, Keyboard_1_set_anyKey, (Keyboard_1 * __this, AnyKeyControl * value, MethodInfo * method)); DO_APP_FUNC(0x0295A6F0, KeyControl *, Keyboard_1_get_spaceKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A700, KeyControl *, Keyboard_1_get_enterKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A710, KeyControl *, Keyboard_1_get_tabKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A720, KeyControl *, Keyboard_1_get_backquoteKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A730, KeyControl *, Keyboard_1_get_quoteKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A740, KeyControl *, Keyboard_1_get_semicolonKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A750, KeyControl *, Keyboard_1_get_commaKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A760, KeyControl *, Keyboard_1_get_periodKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A770, KeyControl *, Keyboard_1_get_slashKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A780, KeyControl *, Keyboard_1_get_backslashKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A790, KeyControl *, Keyboard_1_get_leftBracketKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A7A0, KeyControl *, Keyboard_1_get_rightBracketKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A7B0, KeyControl *, Keyboard_1_get_minusKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A7C0, KeyControl *, Keyboard_1_get_equalsKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A7D0, KeyControl *, Keyboard_1_get_aKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A7E0, KeyControl *, Keyboard_1_get_bKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A7F0, KeyControl *, Keyboard_1_get_cKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A800, KeyControl *, Keyboard_1_get_dKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A810, KeyControl *, Keyboard_1_get_eKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A820, KeyControl *, Keyboard_1_get_fKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A830, KeyControl *, Keyboard_1_get_gKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A840, KeyControl *, Keyboard_1_get_hKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A850, KeyControl *, Keyboard_1_get_iKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A860, KeyControl *, Keyboard_1_get_jKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A870, KeyControl *, Keyboard_1_get_kKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A880, KeyControl *, Keyboard_1_get_lKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A890, KeyControl *, Keyboard_1_get_mKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A8A0, KeyControl *, Keyboard_1_get_nKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A8B0, KeyControl *, Keyboard_1_get_oKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A8C0, KeyControl *, Keyboard_1_get_pKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A8D0, KeyControl *, Keyboard_1_get_qKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A8E0, KeyControl *, Keyboard_1_get_rKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A8F0, KeyControl *, Keyboard_1_get_sKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A900, KeyControl *, Keyboard_1_get_tKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A910, KeyControl *, Keyboard_1_get_uKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A920, KeyControl *, Keyboard_1_get_vKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A930, KeyControl *, Keyboard_1_get_wKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A940, KeyControl *, Keyboard_1_get_xKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A950, KeyControl *, Keyboard_1_get_yKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A960, KeyControl *, Keyboard_1_get_zKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A970, KeyControl *, Keyboard_1_get_digit1Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A980, KeyControl *, Keyboard_1_get_digit2Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A990, KeyControl *, Keyboard_1_get_digit3Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A9A0, KeyControl *, Keyboard_1_get_digit4Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A9B0, KeyControl *, Keyboard_1_get_digit5Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A9C0, KeyControl *, Keyboard_1_get_digit6Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A9D0, KeyControl *, Keyboard_1_get_digit7Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A9E0, KeyControl *, Keyboard_1_get_digit8Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295A9F0, KeyControl *, Keyboard_1_get_digit9Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AA00, KeyControl *, Keyboard_1_get_digit0Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AA10, KeyControl *, Keyboard_1_get_leftShiftKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AA20, KeyControl *, Keyboard_1_get_rightShiftKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AA30, KeyControl *, Keyboard_1_get_leftAltKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AA40, KeyControl *, Keyboard_1_get_rightAltKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AA50, KeyControl *, Keyboard_1_get_leftCtrlKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AA60, KeyControl *, Keyboard_1_get_rightCtrlKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AA70, KeyControl *, Keyboard_1_get_leftMetaKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AA80, KeyControl *, Keyboard_1_get_rightMetaKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AA70, KeyControl *, Keyboard_1_get_leftWindowsKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AA80, KeyControl *, Keyboard_1_get_rightWindowsKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AA70, KeyControl *, Keyboard_1_get_leftAppleKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AA80, KeyControl *, Keyboard_1_get_rightAppleKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AA70, KeyControl *, Keyboard_1_get_leftCommandKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AA80, KeyControl *, Keyboard_1_get_rightCommandKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AA90, KeyControl *, Keyboard_1_get_contextMenuKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AAA0, KeyControl *, Keyboard_1_get_escapeKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AAB0, KeyControl *, Keyboard_1_get_leftArrowKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AAC0, KeyControl *, Keyboard_1_get_rightArrowKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AAD0, KeyControl *, Keyboard_1_get_upArrowKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AAE0, KeyControl *, Keyboard_1_get_downArrowKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AAF0, KeyControl *, Keyboard_1_get_backspaceKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AB00, KeyControl *, Keyboard_1_get_pageDownKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AB10, KeyControl *, Keyboard_1_get_pageUpKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AB20, KeyControl *, Keyboard_1_get_homeKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AB30, KeyControl *, Keyboard_1_get_endKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AB40, KeyControl *, Keyboard_1_get_insertKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AB50, KeyControl *, Keyboard_1_get_deleteKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AB60, KeyControl *, Keyboard_1_get_capsLockKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AB70, KeyControl *, Keyboard_1_get_scrollLockKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AB80, KeyControl *, Keyboard_1_get_numLockKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AB90, KeyControl *, Keyboard_1_get_printScreenKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295ABA0, KeyControl *, Keyboard_1_get_pauseKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295ABB0, KeyControl *, Keyboard_1_get_numpadEnterKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295ABC0, KeyControl *, Keyboard_1_get_numpadDivideKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295ABD0, KeyControl *, Keyboard_1_get_numpadMultiplyKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295ABE0, KeyControl *, Keyboard_1_get_numpadMinusKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295ABF0, KeyControl *, Keyboard_1_get_numpadPlusKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AC00, KeyControl *, Keyboard_1_get_numpadPeriodKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AC10, KeyControl *, Keyboard_1_get_numpadEqualsKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AC20, KeyControl *, Keyboard_1_get_numpad0Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AC30, KeyControl *, Keyboard_1_get_numpad1Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AC40, KeyControl *, Keyboard_1_get_numpad2Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AC50, KeyControl *, Keyboard_1_get_numpad3Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AC60, KeyControl *, Keyboard_1_get_numpad4Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AC70, KeyControl *, Keyboard_1_get_numpad5Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AC80, KeyControl *, Keyboard_1_get_numpad6Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AC90, KeyControl *, Keyboard_1_get_numpad7Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295ACA0, KeyControl *, Keyboard_1_get_numpad8Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295ACB0, KeyControl *, Keyboard_1_get_numpad9Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295ACC0, KeyControl *, Keyboard_1_get_f1Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295ACD0, KeyControl *, Keyboard_1_get_f2Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295ACE0, KeyControl *, Keyboard_1_get_f3Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295ACF0, KeyControl *, Keyboard_1_get_f4Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AD00, KeyControl *, Keyboard_1_get_f5Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AD10, KeyControl *, Keyboard_1_get_f6Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AD20, KeyControl *, Keyboard_1_get_f7Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AD30, KeyControl *, Keyboard_1_get_f8Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AD40, KeyControl *, Keyboard_1_get_f9Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AD50, KeyControl *, Keyboard_1_get_f10Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AD60, KeyControl *, Keyboard_1_get_f11Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AD70, KeyControl *, Keyboard_1_get_f12Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AD80, KeyControl *, Keyboard_1_get_oem1Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AD90, KeyControl *, Keyboard_1_get_oem2Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295ADA0, KeyControl *, Keyboard_1_get_oem3Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295ADB0, KeyControl *, Keyboard_1_get_oem4Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295ADC0, KeyControl *, Keyboard_1_get_oem5Key, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007086F0, ButtonControl *, Keyboard_1_get_shiftKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00708700, void, Keyboard_1_set_shiftKey, (Keyboard_1 * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00708760, ButtonControl *, Keyboard_1_get_ctrlKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00708770, void, Keyboard_1_set_ctrlKey, (Keyboard_1 * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x009D17D0, ButtonControl *, Keyboard_1_get_altKey, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009D17E0, void, Keyboard_1_set_altKey, (Keyboard_1 * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, ButtonControl *, Keyboard_1_get_imeSelected, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, Keyboard_1_set_imeSelected, (Keyboard_1 * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x0295ADD0, KeyControl *, Keyboard_1_get_Item, (Keyboard_1 * __this, Key__Enum key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8F090, Keyboard_1_get_Item__MethodInfo); DO_APP_FUNC(0x0295AE70, ReadOnlyArray_1_UnityEngine_InputSystem_Controls_KeyControl_, Keyboard_1_get_allKeys, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295AF40, Keyboard_1 *, Keyboard_1_get_current, (MethodInfo * method)); DO_APP_FUNC(0x0295AF80, void, Keyboard_1_set_current, (Keyboard_1 * value, MethodInfo * method)); DO_APP_FUNC(0x0295B020, void, Keyboard_1_MakeCurrent, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295B030, void, Keyboard_1_OnRemoved, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295B080, void, Keyboard_1_FinishSetup, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295DB70, void, Keyboard_1_RefreshConfiguration, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295DD40, void, Keyboard_1_OnTextInput, (Keyboard_1 * __this, uint16_t character, MethodInfo * method)); DO_APP_FUNC(0x0295DDD0, KeyControl *, Keyboard_1_FindKeyOnCurrentKeyboardLayout, (Keyboard_1 * __this, String * displayName, MethodInfo * method)); DO_APP_FUNC(0x0295DFF0, void, Keyboard_1_OnIMECompositionChanged, (Keyboard_1 * __this, IMECompositionString compositionString, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, KeyControl__Array *, Keyboard_1_get_keys, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, Keyboard_1_set_keys, (Keyboard_1 * __this, KeyControl__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, Keyboard_1__ctor, (Keyboard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D30, DeltaControl *, Mouse_1_get_scroll, (Mouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, Mouse_1_set_scroll, (Mouse_1 * __this, DeltaControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, ButtonControl *, Mouse_1_get_leftButton, (Mouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, Mouse_1_set_leftButton, (Mouse_1 * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, ButtonControl *, Mouse_1_get_middleButton, (Mouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, Mouse_1_set_middleButton, (Mouse_1 * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, ButtonControl *, Mouse_1_get_rightButton, (Mouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, Mouse_1_set_rightButton, (Mouse_1 * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, ButtonControl *, Mouse_1_get_backButton, (Mouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, Mouse_1_set_backButton, (Mouse_1 * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E10, ButtonControl *, Mouse_1_get_forwardButton, (Mouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E20, void, Mouse_1_set_forwardButton, (Mouse_1 * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E80, IntegerControl *, Mouse_1_get_clickCount, (Mouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E90, void, Mouse_1_set_clickCount, (Mouse_1 * __this, IntegerControl * value, MethodInfo * method)); DO_APP_FUNC(0x0295E100, Mouse_1 *, Mouse_1_get_current, (MethodInfo * method)); DO_APP_FUNC(0x0295E140, void, Mouse_1_set_current, (Mouse_1 * value, MethodInfo * method)); DO_APP_FUNC(0x0295E1E0, void, Mouse_1_MakeCurrent, (Mouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295E200, void, Mouse_1_OnAdded, (Mouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295E2B0, void, Mouse_1_OnRemoved, (Mouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295E340, void, Mouse_1_WarpCursorPosition, (Mouse_1 * __this, Vector2 position, MethodInfo * method)); DO_APP_FUNC(0x0295E3C0, void, Mouse_1_FinishSetup, (Mouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295E830, void, Mouse_1_OnNextUpdate, (Mouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295E8E0, void, Mouse_1_OnStateEvent, (Mouse_1 * __this, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC(0x0295E830, void, Mouse_1_UnityEngine_InputSystem_LowLevel_IInputStateCallbackReceiver_OnNextUpdate, (Mouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295E980, void, Mouse_1_UnityEngine_InputSystem_LowLevel_IInputStateCallbackReceiver_OnStateEvent, (Mouse_1 * __this, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, Mouse_1__ctor, (Mouse_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D30, ButtonControl *, Pen_get_tip, (Pen * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, Pen_set_tip, (Pen * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, ButtonControl *, Pen_get_eraser, (Pen * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, Pen_set_eraser, (Pen * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, ButtonControl *, Pen_get_firstBarrelButton, (Pen * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, Pen_set_firstBarrelButton, (Pen * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, ButtonControl *, Pen_get_secondBarrelButton, (Pen * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, Pen_set_secondBarrelButton, (Pen * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, ButtonControl *, Pen_get_thirdBarrelButton, (Pen * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, Pen_set_thirdBarrelButton, (Pen * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E10, ButtonControl *, Pen_get_fourthBarrelButton, (Pen * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E20, void, Pen_set_fourthBarrelButton, (Pen * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E80, ButtonControl *, Pen_get_inRange, (Pen * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E90, void, Pen_set_inRange, (Pen * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900EF0, Vector2Control *, Pen_get_tilt, (Pen * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F00, void, Pen_set_tilt, (Pen * __this, Vector2Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900F60, AxisControl *, Pen_get_twist, (Pen * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F70, void, Pen_set_twist, (Pen * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x0295E990, Pen *, Pen_get_current, (MethodInfo * method)); DO_APP_FUNC(0x0295E9D0, void, Pen_set_current, (Pen * value, MethodInfo * method)); DO_APP_FUNC(0x0295EA70, ButtonControl *, Pen_get_Item, (Pen * __this, PenButton__Enum button, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8EDA8, Pen_get_Item__MethodInfo); DO_APP_FUNC(0x0295EBB0, void, Pen_MakeCurrent, (Pen * __this, MethodInfo * method)); DO_APP_FUNC(0x0295EBD0, void, Pen_OnRemoved, (Pen * __this, MethodInfo * method)); DO_APP_FUNC(0x0295EC60, void, Pen_FinishSetup, (Pen * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, Pen__ctor, (Pen * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A1F0, Vector2Control *, Pointer_2_get_position, (Pointer_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A200, void, Pointer_2_set_position, (Pointer_2 * __this, Vector2Control * value, MethodInfo * method)); DO_APP_FUNC(0x007086F0, DeltaControl *, Pointer_2_get_delta, (Pointer_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00708700, void, Pointer_2_set_delta, (Pointer_2 * __this, DeltaControl * value, MethodInfo * method)); DO_APP_FUNC(0x00708760, Vector2Control *, Pointer_2_get_radius, (Pointer_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00708770, void, Pointer_2_set_radius, (Pointer_2 * __this, Vector2Control * value, MethodInfo * method)); DO_APP_FUNC(0x009D17D0, AxisControl *, Pointer_2_get_pressure, (Pointer_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x009D17E0, void, Pointer_2_set_pressure, (Pointer_2 * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, ButtonControl *, Pointer_2_get_press, (Pointer_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, Pointer_2_set_press, (Pointer_2 * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, IntegerControl *, Pointer_2_get_displayIndex, (Pointer_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, Pointer_2_set_displayIndex, (Pointer_2 * __this, IntegerControl * value, MethodInfo * method)); DO_APP_FUNC(0x0295F150, Pointer_2 *, Pointer_2_get_current, (MethodInfo * method)); DO_APP_FUNC(0x0295F190, void, Pointer_2_set_current, (Pointer_2 * value, MethodInfo * method)); DO_APP_FUNC(0x0295F230, void, Pointer_2_MakeCurrent, (Pointer_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295F240, void, Pointer_2_OnRemoved, (Pointer_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295F290, void, Pointer_2_FinishSetup, (Pointer_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295F620, void, Pointer_2_OnNextUpdate, (Pointer_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295F6C0, void, Pointer_2_OnStateEvent, (Pointer_2 * __this, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC(0x0295F760, void, Pointer_2_UnityEngine_InputSystem_LowLevel_IInputStateCallbackReceiver_OnNextUpdate, (Pointer_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295F770, void, Pointer_2_UnityEngine_InputSystem_LowLevel_IInputStateCallbackReceiver_OnStateEvent, (Pointer_2 * __this, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Pointer_2_UnityEngine_InputSystem_LowLevel_IInputStateCallbackReceiver_GetStateOffsetForEvent, (Pointer_2 * __this, InputControl * control, InputEventPtr eventPtr, uint32_t * offset, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, Pointer_2__ctor, (Pointer_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0295F780, void, FastKeyboard__ctor, (FastKeyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x029642E0, AnyKeyControl *, FastKeyboard_Initialize_ctrlKeyboardanyKey, (FastKeyboard * __this, InternedString kAnyKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029645F0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardescape, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029648D0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardspace, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02964BA0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardenter, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02964E90, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardtab, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02965160, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardbackquote, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02965430, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardquote, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02965700, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardsemicolon, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029659D0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardcomma, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02965CA0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardperiod, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02965F70, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardslash, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02966240, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardbackslash, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02966510, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardleftBracket, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029667E0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardrightBracket, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02966AB0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardminus, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02966D80, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardequals, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02967050, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardupArrow, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02967320, KeyControl *, FastKeyboard_Initialize_ctrlKeyboarddownArrow, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029675F0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardleftArrow, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029678C0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardrightArrow, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02967B90, KeyControl *, FastKeyboard_Initialize_ctrlKeyboarda, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02967E60, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardb, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02968130, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardc, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02968400, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardd, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029686D0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboarde, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029689A0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardf, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02968C70, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardg, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02968F40, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardh, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02969210, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardi, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029694E0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardj, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029697B0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardk, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02969A80, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardl, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02969D50, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardm, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296A020, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardn, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296A2F0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardo, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296A5C0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardp, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296A890, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardq, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296AB60, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardr, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296AE30, KeyControl *, FastKeyboard_Initialize_ctrlKeyboards, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296B100, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardt, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296B3D0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardu, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296B6A0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardv, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296B970, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardw, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296BC40, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardx, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296BF10, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardy, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296C1E0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardz, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296C4B0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboard1, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296C770, KeyControl *, FastKeyboard_Initialize_ctrlKeyboard2, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296CA30, KeyControl *, FastKeyboard_Initialize_ctrlKeyboard3, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296CCF0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboard4, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296CFB0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboard5, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296D270, KeyControl *, FastKeyboard_Initialize_ctrlKeyboard6, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296D530, KeyControl *, FastKeyboard_Initialize_ctrlKeyboard7, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296D7F0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboard8, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296DAB0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboard9, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296DD70, KeyControl *, FastKeyboard_Initialize_ctrlKeyboard0, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296E030, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardleftShift, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296E320, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardrightShift, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296E610, DiscreteButtonControl *, FastKeyboard_Initialize_ctrlKeyboardshift, (FastKeyboard * __this, InternedString kDiscreteButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296E910, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardleftAlt, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296EC00, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardrightAlt, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296EEF0, DiscreteButtonControl *, FastKeyboard_Initialize_ctrlKeyboardalt, (FastKeyboard * __this, InternedString kDiscreteButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296F1F0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardleftCtrl, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296F4E0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardrightCtrl, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296F7D0, DiscreteButtonControl *, FastKeyboard_Initialize_ctrlKeyboardctrl, (FastKeyboard * __this, InternedString kDiscreteButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296FAD0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardleftMeta, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0296FDD0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardrightMeta, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029700D0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardcontextMenu, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029703C0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardbackspace, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02970690, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardpageDown, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02970960, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardpageUp, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02970C30, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardhome, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02970F00, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardend, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029711D0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardinsert, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029714A0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboarddelete, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02971770, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardcapsLock, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02971A40, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardnumLock, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02971D10, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardprintScreen, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02971FE0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardscrollLock, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029722B0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardpause, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02972580, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardnumpadEnter, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02972850, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardnumpadDivide, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02972B20, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardnumpadMultiply, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02972DF0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardnumpadPlus, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029730C0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardnumpadMinus, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02973390, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardnumpadPeriod, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02973660, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardnumpadEquals, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02973930, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardnumpad1, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02973C00, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardnumpad2, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02973ED0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardnumpad3, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029741A0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardnumpad4, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02974470, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardnumpad5, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02974740, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardnumpad6, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02974A10, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardnumpad7, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02974CE0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardnumpad8, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02974FB0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardnumpad9, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02975280, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardnumpad0, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02975550, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardf1, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02975820, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardf2, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02975AF0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardf3, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02975DC0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardf4, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02976090, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardf5, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02976360, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardf6, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02976630, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardf7, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02976900, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardf8, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02976BD0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardf9, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02976EA0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardf10, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02977170, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardf11, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02977440, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardf12, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02977710, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardOEM1, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029779D0, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardOEM2, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02977C90, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardOEM3, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02977F50, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardOEM4, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02978210, KeyControl *, FastKeyboard_Initialize_ctrlKeyboardOEM5, (FastKeyboard * __this, InternedString kKeyLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029784D0, ButtonControl *, FastKeyboard_Initialize_ctrlKeyboardIMESelected, (FastKeyboard * __this, InternedString kButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029AEF50, void, FastMouse__ctor, (FastMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x029B0C30, Vector2Control *, FastMouse_Initialize_ctrlMouseposition, (FastMouse * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B0EC0, DeltaControl *, FastMouse_Initialize_ctrlMousedelta, (FastMouse * __this, InternedString kDeltaLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B1140, DeltaControl *, FastMouse_Initialize_ctrlMousescroll, (FastMouse * __this, InternedString kDeltaLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B13B0, ButtonControl *, FastMouse_Initialize_ctrlMousepress, (FastMouse * __this, InternedString kButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B1680, ButtonControl *, FastMouse_Initialize_ctrlMouseleftButton, (FastMouse * __this, InternedString kButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B1980, ButtonControl *, FastMouse_Initialize_ctrlMouserightButton, (FastMouse * __this, InternedString kButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B1C80, ButtonControl *, FastMouse_Initialize_ctrlMousemiddleButton, (FastMouse * __this, InternedString kButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B1F70, ButtonControl *, FastMouse_Initialize_ctrlMouseforwardButton, (FastMouse * __this, InternedString kButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B2250, ButtonControl *, FastMouse_Initialize_ctrlMousebackButton, (FastMouse * __this, InternedString kButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B2530, AxisControl *, FastMouse_Initialize_ctrlMousepressure, (FastMouse * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B27E0, Vector2Control *, FastMouse_Initialize_ctrlMouseradius, (FastMouse * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B2A60, IntegerControl *, FastMouse_Initialize_ctrlMousepointerId, (FastMouse * __this, InternedString kDigitalLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B2CB0, IntegerControl *, FastMouse_Initialize_ctrlMousedisplayIndex, (FastMouse * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B2F10, IntegerControl *, FastMouse_Initialize_ctrlMouseclickCount, (FastMouse * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B3180, AxisControl *, FastMouse_Initialize_ctrlMousepositionx, (FastMouse * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B3420, AxisControl *, FastMouse_Initialize_ctrlMousepositiony, (FastMouse * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B36C0, AxisControl *, FastMouse_Initialize_ctrlMousedeltaup, (FastMouse * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B3960, AxisControl *, FastMouse_Initialize_ctrlMousedeltadown, (FastMouse * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B3C10, AxisControl *, FastMouse_Initialize_ctrlMousedeltaleft, (FastMouse * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B3EC0, AxisControl *, FastMouse_Initialize_ctrlMousedeltaright, (FastMouse * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B4160, AxisControl *, FastMouse_Initialize_ctrlMousedeltax, (FastMouse * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B43E0, AxisControl *, FastMouse_Initialize_ctrlMousedeltay, (FastMouse * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B4660, AxisControl *, FastMouse_Initialize_ctrlMousescrollup, (FastMouse * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B4900, AxisControl *, FastMouse_Initialize_ctrlMousescrolldown, (FastMouse * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B4BB0, AxisControl *, FastMouse_Initialize_ctrlMousescrollleft, (FastMouse * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B4E60, AxisControl *, FastMouse_Initialize_ctrlMousescrollright, (FastMouse * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B5100, AxisControl *, FastMouse_Initialize_ctrlMousescrollx, (FastMouse * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B53A0, AxisControl *, FastMouse_Initialize_ctrlMousescrolly, (FastMouse * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B5660, AxisControl *, FastMouse_Initialize_ctrlMouseradiusx, (FastMouse * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B58E0, AxisControl *, FastMouse_Initialize_ctrlMouseradiusy, (FastMouse * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029B5B60, void, FastMouse_OnNextUpdate, (FastMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x029B5D00, void, FastMouse_OnStateEvent, (FastMouse * __this, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC(0x029B5B60, void, FastMouse_UnityEngine_InputSystem_LowLevel_IInputStateCallbackReceiver_OnNextUpdate, (FastMouse * __this, MethodInfo * method)); DO_APP_FUNC(0x029B5D00, void, FastMouse_UnityEngine_InputSystem_LowLevel_IInputStateCallbackReceiver_OnStateEvent, (FastMouse * __this, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC(0x029B5EC0, bool, FastMouse_MergeForward, (InputEventPtr currentEventPtr, InputEventPtr nextEventPtr, MethodInfo * method)); DO_APP_FUNC(0x029B5F70, bool, FastMouse_UnityEngine_InputSystem_LowLevel_IEventMerger_MergeForward, (FastMouse * __this, InputEventPtr currentEventPtr, InputEventPtr nextEventPtr, MethodInfo * method)); DO_APP_FUNC(0x02978A10, void, FastTouchscreen__ctor, (FastTouchscreen * __this, MethodInfo * method)); DO_APP_FUNC(0x0297DE00, TouchControl_1 *, FastTouchscreen_Initialize_ctrlTouchscreenprimaryTouch, (FastTouchscreen * __this, InternedString kTouchLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0297E070, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreenposition, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0297E310, DeltaControl *, FastTouchscreen_Initialize_ctrlTouchscreendelta, (FastTouchscreen * __this, InternedString kDeltaLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0297E590, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreenpressure, (FastTouchscreen * __this, InternedString kAnalogLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0297E840, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreenradius, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0297EAC0, TouchPressControl *, FastTouchscreen_Initialize_ctrlTouchscreenpress, (FastTouchscreen * __this, InternedString kTouchPressLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0297ED90, TouchControl_1 *, FastTouchscreen_Initialize_ctrlTouchscreentouch0, (FastTouchscreen * __this, InternedString kTouchLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0297F000, TouchControl_1 *, FastTouchscreen_Initialize_ctrlTouchscreentouch1, (FastTouchscreen * __this, InternedString kTouchLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0297F270, TouchControl_1 *, FastTouchscreen_Initialize_ctrlTouchscreentouch2, (FastTouchscreen * __this, InternedString kTouchLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0297F4E0, TouchControl_1 *, FastTouchscreen_Initialize_ctrlTouchscreentouch3, (FastTouchscreen * __this, InternedString kTouchLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0297F750, TouchControl_1 *, FastTouchscreen_Initialize_ctrlTouchscreentouch4, (FastTouchscreen * __this, InternedString kTouchLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0297F9C0, TouchControl_1 *, FastTouchscreen_Initialize_ctrlTouchscreentouch5, (FastTouchscreen * __this, InternedString kTouchLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0297FC30, TouchControl_1 *, FastTouchscreen_Initialize_ctrlTouchscreentouch6, (FastTouchscreen * __this, InternedString kTouchLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0297FEA0, TouchControl_1 *, FastTouchscreen_Initialize_ctrlTouchscreentouch7, (FastTouchscreen * __this, InternedString kTouchLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02980110, TouchControl_1 *, FastTouchscreen_Initialize_ctrlTouchscreentouch8, (FastTouchscreen * __this, InternedString kTouchLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02980380, TouchControl_1 *, FastTouchscreen_Initialize_ctrlTouchscreentouch9, (FastTouchscreen * __this, InternedString kTouchLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029805F0, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreendisplayIndex, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02980850, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreenprimaryTouchtouchId, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02980AF0, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreenprimaryTouchposition, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02980DA0, DeltaControl *, FastTouchscreen_Initialize_ctrlTouchscreenprimaryTouchdelta, (FastTouchscreen * __this, InternedString kDeltaLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02981030, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreenprimaryTouchpressure, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029812B0, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreenprimaryTouchradius, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02981540, TouchPhaseControl *, FastTouchscreen_Initialize_ctrlTouchscreenprimaryTouchphase, (FastTouchscreen * __this, InternedString kTouchPhaseLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029817D0, TouchPressControl *, FastTouchscreen_Initialize_ctrlTouchscreenprimaryTouchpress, (FastTouchscreen * __this, InternedString kTouchPressLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02981AB0, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreenprimaryTouchtapCount, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02981D30, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreenprimaryTouchdisplayIndex, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02981FB0, ButtonControl *, FastTouchscreen_Initialize_ctrlTouchscreenprimaryTouchindirectTouch, (FastTouchscreen * __this, InternedString kButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02982290, ButtonControl *, FastTouchscreen_Initialize_ctrlTouchscreenprimaryTouchtap, (FastTouchscreen * __this, InternedString kButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02982580, DoubleControl *, FastTouchscreen_Initialize_ctrlTouchscreenprimaryTouchstartTime, (FastTouchscreen * __this, InternedString kDoubleLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02982810, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreenprimaryTouchstartPosition, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02982AB0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreenprimaryTouchpositionx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02982D50, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreenprimaryTouchpositiony, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02982FF0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreenprimaryTouchdeltaup, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02983290, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreenprimaryTouchdeltadown, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02983540, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreenprimaryTouchdeltaleft, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029837F0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreenprimaryTouchdeltaright, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02983A90, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreenprimaryTouchdeltax, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02983D10, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreenprimaryTouchdeltay, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02983F90, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreenprimaryTouchradiusx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02984210, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreenprimaryTouchradiusy, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02984490, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreenprimaryTouchstartPositionx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02984710, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreenprimaryTouchstartPositiony, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02984990, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreenpositionx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02984C30, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreenpositiony, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02984ED0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreendeltaup, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02985170, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreendeltadown, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02985420, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreendeltaleft, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029856D0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreendeltaright, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02985970, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreendeltax, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02985BF0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreendeltay, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02985E70, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreenradiusx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029860F0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreenradiusy, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02986370, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch0touchId, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02986610, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch0position, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029868C0, DeltaControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch0delta, (FastTouchscreen * __this, InternedString kDeltaLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02986B50, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch0pressure, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02986DD0, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch0radius, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02987060, TouchPhaseControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch0phase, (FastTouchscreen * __this, InternedString kTouchPhaseLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029872F0, TouchPressControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch0press, (FastTouchscreen * __this, InternedString kTouchPressLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029875D0, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch0tapCount, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02987850, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch0displayIndex, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02987AD0, ButtonControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch0indirectTouch, (FastTouchscreen * __this, InternedString kButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02987DB0, ButtonControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch0tap, (FastTouchscreen * __this, InternedString kButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02988090, DoubleControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch0startTime, (FastTouchscreen * __this, InternedString kDoubleLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02988320, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch0startPosition, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029885C0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch0positionx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02988860, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch0positiony, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02988B00, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch0deltaup, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02988DA0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch0deltadown, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02989050, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch0deltaleft, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02989300, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch0deltaright, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029895A0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch0deltax, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02989820, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch0deltay, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02989AA0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch0radiusx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02989D20, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch0radiusy, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02989FA0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch0startPositionx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298A220, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch0startPositiony, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298A4A0, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch1touchId, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298A740, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch1position, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298A9F0, DeltaControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch1delta, (FastTouchscreen * __this, InternedString kDeltaLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298AC80, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch1pressure, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298AF00, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch1radius, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298B190, TouchPhaseControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch1phase, (FastTouchscreen * __this, InternedString kTouchPhaseLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298B420, TouchPressControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch1press, (FastTouchscreen * __this, InternedString kTouchPressLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298B700, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch1tapCount, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298B980, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch1displayIndex, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298BC00, ButtonControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch1indirectTouch, (FastTouchscreen * __this, InternedString kButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298BEE0, ButtonControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch1tap, (FastTouchscreen * __this, InternedString kButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298C1C0, DoubleControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch1startTime, (FastTouchscreen * __this, InternedString kDoubleLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298C450, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch1startPosition, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298C6F0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch1positionx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298C990, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch1positiony, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298CC30, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch1deltaup, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298CED0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch1deltadown, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298D180, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch1deltaleft, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298D430, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch1deltaright, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298D6D0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch1deltax, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298D950, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch1deltay, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298DBD0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch1radiusx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298DE50, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch1radiusy, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298E0D0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch1startPositionx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298E350, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch1startPositiony, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298E5D0, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch2touchId, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298E870, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch2position, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298EB20, DeltaControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch2delta, (FastTouchscreen * __this, InternedString kDeltaLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298EDB0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch2pressure, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298F030, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch2radius, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298F2C0, TouchPhaseControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch2phase, (FastTouchscreen * __this, InternedString kTouchPhaseLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298F550, TouchPressControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch2press, (FastTouchscreen * __this, InternedString kTouchPressLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298F830, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch2tapCount, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298FAB0, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch2displayIndex, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0298FD30, ButtonControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch2indirectTouch, (FastTouchscreen * __this, InternedString kButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02990010, ButtonControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch2tap, (FastTouchscreen * __this, InternedString kButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029902F0, DoubleControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch2startTime, (FastTouchscreen * __this, InternedString kDoubleLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02990580, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch2startPosition, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02990820, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch2positionx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02990AC0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch2positiony, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02990D60, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch2deltaup, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02991000, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch2deltadown, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029912B0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch2deltaleft, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02991560, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch2deltaright, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02991800, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch2deltax, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02991A80, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch2deltay, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02991D00, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch2radiusx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02991F80, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch2radiusy, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02992200, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch2startPositionx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02992480, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch2startPositiony, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02992700, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch3touchId, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029929A0, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch3position, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02992C50, DeltaControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch3delta, (FastTouchscreen * __this, InternedString kDeltaLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02992EE0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch3pressure, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02993160, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch3radius, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029933F0, TouchPhaseControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch3phase, (FastTouchscreen * __this, InternedString kTouchPhaseLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02993680, TouchPressControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch3press, (FastTouchscreen * __this, InternedString kTouchPressLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02993960, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch3tapCount, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02993BE0, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch3displayIndex, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02993E60, ButtonControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch3indirectTouch, (FastTouchscreen * __this, InternedString kButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02994140, ButtonControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch3tap, (FastTouchscreen * __this, InternedString kButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02994420, DoubleControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch3startTime, (FastTouchscreen * __this, InternedString kDoubleLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029946B0, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch3startPosition, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02994950, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch3positionx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02994BF0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch3positiony, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02994E90, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch3deltaup, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02995130, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch3deltadown, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029953E0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch3deltaleft, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02995690, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch3deltaright, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02995930, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch3deltax, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02995BB0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch3deltay, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02995E30, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch3radiusx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029960B0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch3radiusy, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02996330, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch3startPositionx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029965B0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch3startPositiony, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02996830, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch4touchId, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02996AD0, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch4position, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02996D80, DeltaControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch4delta, (FastTouchscreen * __this, InternedString kDeltaLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02997010, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch4pressure, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02997290, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch4radius, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02997520, TouchPhaseControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch4phase, (FastTouchscreen * __this, InternedString kTouchPhaseLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029977B0, TouchPressControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch4press, (FastTouchscreen * __this, InternedString kTouchPressLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02997A90, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch4tapCount, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02997D10, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch4displayIndex, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02997F90, ButtonControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch4indirectTouch, (FastTouchscreen * __this, InternedString kButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02998270, ButtonControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch4tap, (FastTouchscreen * __this, InternedString kButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02998550, DoubleControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch4startTime, (FastTouchscreen * __this, InternedString kDoubleLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029987E0, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch4startPosition, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02998A80, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch4positionx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02998D20, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch4positiony, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02998FC0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch4deltaup, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02999260, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch4deltadown, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02999510, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch4deltaleft, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029997C0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch4deltaright, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02999A60, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch4deltax, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02999CE0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch4deltay, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02999F60, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch4radiusx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299A1E0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch4radiusy, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299A460, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch4startPositionx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299A6E0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch4startPositiony, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299A960, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch5touchId, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299AC00, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch5position, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299AEB0, DeltaControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch5delta, (FastTouchscreen * __this, InternedString kDeltaLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299B140, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch5pressure, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299B3C0, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch5radius, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299B650, TouchPhaseControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch5phase, (FastTouchscreen * __this, InternedString kTouchPhaseLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299B8E0, TouchPressControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch5press, (FastTouchscreen * __this, InternedString kTouchPressLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299BBC0, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch5tapCount, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299BE40, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch5displayIndex, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299C0C0, ButtonControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch5indirectTouch, (FastTouchscreen * __this, InternedString kButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299C3A0, ButtonControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch5tap, (FastTouchscreen * __this, InternedString kButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299C680, DoubleControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch5startTime, (FastTouchscreen * __this, InternedString kDoubleLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299C910, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch5startPosition, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299CBB0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch5positionx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299CE50, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch5positiony, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299D0F0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch5deltaup, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299D390, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch5deltadown, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299D640, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch5deltaleft, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299D8F0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch5deltaright, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299DB90, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch5deltax, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299DE10, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch5deltay, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299E090, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch5radiusx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299E310, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch5radiusy, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299E590, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch5startPositionx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299E810, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch5startPositiony, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299EA90, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch6touchId, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299ED30, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch6position, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299EFE0, DeltaControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch6delta, (FastTouchscreen * __this, InternedString kDeltaLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299F270, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch6pressure, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299F4F0, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch6radius, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299F780, TouchPhaseControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch6phase, (FastTouchscreen * __this, InternedString kTouchPhaseLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299FA10, TouchPressControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch6press, (FastTouchscreen * __this, InternedString kTouchPressLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299FCF0, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch6tapCount, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x0299FF70, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch6displayIndex, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A01F0, ButtonControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch6indirectTouch, (FastTouchscreen * __this, InternedString kButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A04D0, ButtonControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch6tap, (FastTouchscreen * __this, InternedString kButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A07B0, DoubleControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch6startTime, (FastTouchscreen * __this, InternedString kDoubleLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A0A40, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch6startPosition, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A0CE0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch6positionx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A0F80, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch6positiony, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A1220, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch6deltaup, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A14C0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch6deltadown, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A1770, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch6deltaleft, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A1A20, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch6deltaright, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A1CC0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch6deltax, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A1F40, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch6deltay, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A21C0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch6radiusx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A2440, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch6radiusy, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A26C0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch6startPositionx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A2940, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch6startPositiony, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A2BC0, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch7touchId, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A2E60, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch7position, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A3110, DeltaControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch7delta, (FastTouchscreen * __this, InternedString kDeltaLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A33A0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch7pressure, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A3620, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch7radius, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A38B0, TouchPhaseControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch7phase, (FastTouchscreen * __this, InternedString kTouchPhaseLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A3B40, TouchPressControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch7press, (FastTouchscreen * __this, InternedString kTouchPressLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A3E20, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch7tapCount, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A40A0, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch7displayIndex, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A4320, ButtonControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch7indirectTouch, (FastTouchscreen * __this, InternedString kButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A4600, ButtonControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch7tap, (FastTouchscreen * __this, InternedString kButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A48E0, DoubleControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch7startTime, (FastTouchscreen * __this, InternedString kDoubleLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A4B70, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch7startPosition, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A4E10, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch7positionx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A50B0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch7positiony, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A5350, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch7deltaup, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A55F0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch7deltadown, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A58A0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch7deltaleft, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A5B50, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch7deltaright, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A5DF0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch7deltax, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A6070, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch7deltay, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A62F0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch7radiusx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A6570, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch7radiusy, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A67F0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch7startPositionx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A6A70, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch7startPositiony, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A6CF0, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch8touchId, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A6F90, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch8position, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A7240, DeltaControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch8delta, (FastTouchscreen * __this, InternedString kDeltaLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A74D0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch8pressure, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A7750, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch8radius, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A79E0, TouchPhaseControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch8phase, (FastTouchscreen * __this, InternedString kTouchPhaseLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A7C70, TouchPressControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch8press, (FastTouchscreen * __this, InternedString kTouchPressLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A7F50, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch8tapCount, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A81D0, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch8displayIndex, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A8450, ButtonControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch8indirectTouch, (FastTouchscreen * __this, InternedString kButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A8730, ButtonControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch8tap, (FastTouchscreen * __this, InternedString kButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A8A10, DoubleControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch8startTime, (FastTouchscreen * __this, InternedString kDoubleLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A8CA0, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch8startPosition, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A8F40, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch8positionx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A91E0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch8positiony, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A9480, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch8deltaup, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A9720, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch8deltadown, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A99D0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch8deltaleft, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A9C80, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch8deltaright, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029A9F20, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch8deltax, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029AA1A0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch8deltay, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029AA420, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch8radiusx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029AA6A0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch8radiusy, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029AA920, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch8startPositionx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029AABA0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch8startPositiony, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029AAE20, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch9touchId, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029AB0C0, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch9position, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029AB370, DeltaControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch9delta, (FastTouchscreen * __this, InternedString kDeltaLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029AB600, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch9pressure, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029AB880, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch9radius, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029ABB10, TouchPhaseControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch9phase, (FastTouchscreen * __this, InternedString kTouchPhaseLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029ABDA0, TouchPressControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch9press, (FastTouchscreen * __this, InternedString kTouchPressLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029AC080, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch9tapCount, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029AC300, IntegerControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch9displayIndex, (FastTouchscreen * __this, InternedString kIntegerLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029AC580, ButtonControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch9indirectTouch, (FastTouchscreen * __this, InternedString kButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029AC860, ButtonControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch9tap, (FastTouchscreen * __this, InternedString kButtonLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029ACB40, DoubleControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch9startTime, (FastTouchscreen * __this, InternedString kDoubleLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029ACDD0, Vector2Control *, FastTouchscreen_Initialize_ctrlTouchscreentouch9startPosition, (FastTouchscreen * __this, InternedString kVector2Layout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029AD070, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch9positionx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029AD310, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch9positiony, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029AD5B0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch9deltaup, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029AD850, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch9deltadown, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029ADB00, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch9deltaleft, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029ADDB0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch9deltaright, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029AE050, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch9deltax, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029AE2D0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch9deltay, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029AE550, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch9radiusx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029AE7D0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch9radiusy, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029AEA50, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch9startPositionx, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x029AECD0, AxisControl *, FastTouchscreen_Initialize_ctrlTouchscreentouch9startPositiony, (FastTouchscreen * __this, InternedString kAxisLayout, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x01C699E0, bool, InputRemoting_get_sending, (InputRemoting * __this, MethodInfo * method)); DO_APP_FUNC(0x029B6030, void, InputRemoting_set_sending, (InputRemoting * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x029B6050, void, InputRemoting__ctor, (InputRemoting * __this, InputManager_1 * manager, bool startSendingOnConnect, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91538, InputRemoting__ctor__MethodInfo); DO_APP_FUNC(0x029B6110, void, InputRemoting_StartSending, (InputRemoting * __this, MethodInfo * method)); DO_APP_FUNC(0x029B6320, void, InputRemoting_StopSending, (InputRemoting * __this, MethodInfo * method)); DO_APP_FUNC(0x029B6520, void, InputRemoting_System_IObserver_UnityEngine_InputSystem_InputRemoting_Message__OnNext, (InputRemoting * __this, InputRemoting_Message msg, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputRemoting_System_IObserver_UnityEngine_InputSystem_InputRemoting_Message__OnError, (InputRemoting * __this, Exception * error, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputRemoting_System_IObserver_UnityEngine_InputSystem_InputRemoting_Message__OnCompleted, (InputRemoting * __this, MethodInfo * method)); DO_APP_FUNC(0x029B6900, IDisposable *, InputRemoting_Subscribe, (InputRemoting * __this, IObserver_1_UnityEngine_InputSystem_InputRemoting_Message_ * observer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91570, InputRemoting_Subscribe__MethodInfo); DO_APP_FUNC(0x029B6A90, void, InputRemoting_SendInitialMessages, (InputRemoting * __this, MethodInfo * method)); DO_APP_FUNC(0x029B6AB0, void, InputRemoting_SendAllGeneratedLayouts, (InputRemoting * __this, MethodInfo * method)); DO_APP_FUNC(0x029B6D40, void, InputRemoting_SendLayout, (InputRemoting * __this, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x029B6DE0, void, InputRemoting_SendAllDevices, (InputRemoting * __this, MethodInfo * method)); DO_APP_FUNC(0x029B7030, void, InputRemoting_SendDevice, (InputRemoting * __this, InputDevice * device, MethodInfo * method)); DO_APP_FUNC(0x029B70C0, void, InputRemoting_SendEvent, (InputRemoting * __this, InputEventPtr eventPtr, InputDevice * device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91518, InputRemoting_SendEvent__MethodInfo); DO_APP_FUNC(0x029B7120, void, InputRemoting_SendDeviceChange, (InputRemoting * __this, InputDevice * device, InputDeviceChange__Enum change, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91548, InputRemoting_SendDeviceChange__MethodInfo); DO_APP_FUNC(0x029B72E0, void, InputRemoting_SendLayoutChange, (InputRemoting * __this, String * layout, InputControlLayoutChange__Enum change, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91510, InputRemoting_SendLayoutChange__MethodInfo); DO_APP_FUNC(0x029B7460, void, InputRemoting_Send, (InputRemoting * __this, InputRemoting_Message msg, MethodInfo * method)); DO_APP_FUNC(0x029B75A0, int32_t, InputRemoting_FindOrCreateSenderRecord, (InputRemoting * __this, int32_t senderId, MethodInfo * method)); DO_APP_FUNC(0x029B7660, InternedString, InputRemoting_BuildLayoutNamespace, (int32_t senderId, MethodInfo * method)); DO_APP_FUNC(0x029B7730, int32_t, InputRemoting_FindLocalDeviceId, (InputRemoting * __this, int32_t remoteDeviceId, int32_t senderIndex, MethodInfo * method)); DO_APP_FUNC(0x029B77A0, InputDevice *, InputRemoting_TryGetDeviceByRemoteId, (InputRemoting * __this, int32_t remoteDeviceId, int32_t senderIndex, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, InputManager_1 *, InputRemoting_get_manager, (InputRemoting * __this, MethodInfo * method)); DO_APP_FUNC(0x029B77D0, void, InputRemoting_RemoveRemoteDevices, (InputRemoting * __this, int32_t participantId, MethodInfo * method)); DO_APP_FUNC(0x029B7A00, void, InputRemoting_Subscriber_Dispose, (InputRemoting_Subscriber * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputRemoting_Subscriber__ctor, (InputRemoting_Subscriber * __this, MethodInfo * method)); DO_APP_FUNC(0x029B7A60, void, InputRemoting_ConnectMsg_Process, (InputRemoting * receiver, MethodInfo * method)); DO_APP_FUNC(0x029B7AB0, void, InputRemoting_StartSendingMsg_Process, (InputRemoting * receiver, MethodInfo * method)); DO_APP_FUNC(0x029B7AD0, void, InputRemoting_StopSendingMsg_Process, (InputRemoting * receiver, MethodInfo * method)); DO_APP_FUNC(0x029B7AF0, void, InputRemoting_DisconnectMsg_Process, (InputRemoting * receiver, InputRemoting_Message msg, MethodInfo * method)); DO_APP_FUNC(0x029B7B90, Nullable_1_UnityEngine_InputSystem_InputRemoting_Message_, InputRemoting_NewLayoutMsg_Create, (InputRemoting * sender, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x029B7FE0, void, InputRemoting_NewLayoutMsg_Process, (InputRemoting * receiver, InputRemoting_Message msg, MethodInfo * method)); DO_APP_FUNC(0x029B8150, InputRemoting_Message, InputRemoting_NewDeviceMsg_Create, (InputDevice * device, MethodInfo * method)); DO_APP_FUNC(0x029B8730, void, InputRemoting_NewDeviceMsg_Process, (InputRemoting * receiver, InputRemoting_Message msg, MethodInfo * method)); DO_APP_FUNC(0x029B8F50, void, InputRemoting_NewDeviceMsg_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputRemoting_NewDeviceMsg_c__ctor, (InputRemoting_NewDeviceMsg_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0293A700, String *, InputRemoting_NewDeviceMsg_c__Create_b__1_0, (InputRemoting_NewDeviceMsg_c * __this, InternedString x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91478, InputRemoting_NewDeviceMsg_c__Create_b__1_0__MethodInfo); DO_APP_FUNC(0x029B9000, InputRemoting_Message, InputRemoting_NewEventsMsg_CreateResetEvent, (InputDevice * device, bool isHardReset, MethodInfo * method)); DO_APP_FUNC(0x029B9100, InputRemoting_Message, InputRemoting_NewEventsMsg_CreateStateEvent, (InputDevice * device, MethodInfo * method)); DO_APP_FUNC(0x029B9200, InputRemoting_Message, InputRemoting_NewEventsMsg_Create, (InputEvent * events, int32_t eventCount, MethodInfo * method)); DO_APP_FUNC(0x029B9380, void, InputRemoting_NewEventsMsg_Process, (InputRemoting * receiver, InputRemoting_Message msg, MethodInfo * method)); DO_APP_FUNC(0x029B9520, InputRemoting_Message, InputRemoting_ChangeUsageMsg_Create, (InputDevice * device, MethodInfo * method)); DO_APP_FUNC(0x029B9920, void, InputRemoting_ChangeUsageMsg_Process, (InputRemoting * receiver, InputRemoting_Message msg, MethodInfo * method)); DO_APP_FUNC(0x029B9F00, void, InputRemoting_ChangeUsageMsg_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputRemoting_ChangeUsageMsg_c__ctor, (InputRemoting_ChangeUsageMsg_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0293A700, String *, InputRemoting_ChangeUsageMsg_c__Create_b__1_0, (InputRemoting_ChangeUsageMsg_c * __this, InternedString x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C913E0, InputRemoting_ChangeUsageMsg_c__Create_b__1_0__MethodInfo); DO_APP_FUNC(0x029B9FB0, InputRemoting_Message, InputRemoting_RemoveDeviceMsg_Create, (InputDevice * device, MethodInfo * method)); DO_APP_FUNC(0x029BA0C0, void, InputRemoting_RemoveDeviceMsg_Process, (InputRemoting * receiver, InputRemoting_Message msg, MethodInfo * method)); DO_APP_FUNC(0x029BA1C0, void, RemoteInputPlayerConnection_Bind, (RemoteInputPlayerConnection * __this, IEditorPlayerConnection * connection, bool isConnected, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91428, RemoteInputPlayerConnection_Bind__MethodInfo); DO_APP_FUNC(0x029BAA30, IDisposable *, RemoteInputPlayerConnection_Subscribe, (RemoteInputPlayerConnection * __this, IObserver_1_UnityEngine_InputSystem_InputRemoting_Message_ * observer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91370, RemoteInputPlayerConnection_Subscribe__MethodInfo); DO_APP_FUNC(0x029BACD0, void, RemoteInputPlayerConnection_OnConnected, (RemoteInputPlayerConnection * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91450, RemoteInputPlayerConnection_OnConnected__MethodInfo); DO_APP_FUNC(0x029BAD80, void, RemoteInputPlayerConnection_OnDisconnected, (RemoteInputPlayerConnection * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91448, RemoteInputPlayerConnection_OnDisconnected__MethodInfo); DO_APP_FUNC(0x029BAE80, void, RemoteInputPlayerConnection_OnNewDevice, (RemoteInputPlayerConnection * __this, MessageEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91460, RemoteInputPlayerConnection_OnNewDevice__MethodInfo); DO_APP_FUNC(0x029BAE90, void, RemoteInputPlayerConnection_OnNewLayout, (RemoteInputPlayerConnection * __this, MessageEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91400, RemoteInputPlayerConnection_OnNewLayout__MethodInfo); DO_APP_FUNC(0x029BAEA0, void, RemoteInputPlayerConnection_OnNewEvents, (RemoteInputPlayerConnection * __this, MessageEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91458, RemoteInputPlayerConnection_OnNewEvents__MethodInfo); DO_APP_FUNC(0x029BAEB0, void, RemoteInputPlayerConnection_OnRemoveDevice, (RemoteInputPlayerConnection * __this, MessageEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C913F8, RemoteInputPlayerConnection_OnRemoveDevice__MethodInfo); DO_APP_FUNC(0x029BAEC0, void, RemoteInputPlayerConnection_OnChangeUsages, (RemoteInputPlayerConnection * __this, MessageEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91438, RemoteInputPlayerConnection_OnChangeUsages__MethodInfo); DO_APP_FUNC(0x029BAED0, void, RemoteInputPlayerConnection_OnStartSending, (RemoteInputPlayerConnection * __this, MessageEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91410, RemoteInputPlayerConnection_OnStartSending__MethodInfo); DO_APP_FUNC(0x029BAEE0, void, RemoteInputPlayerConnection_OnStopSending, (RemoteInputPlayerConnection * __this, MessageEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91408, RemoteInputPlayerConnection_OnStopSending__MethodInfo); DO_APP_FUNC(0x029BAEF0, void, RemoteInputPlayerConnection_SendToSubscribers, (RemoteInputPlayerConnection * __this, InputRemoting_MessageType__Enum type, MessageEventArgs * args, MethodInfo * method)); DO_APP_FUNC(0x029BB0F0, void, RemoteInputPlayerConnection_System_IObserver_UnityEngine_InputSystem_InputRemoting_Message__OnNext, (RemoteInputPlayerConnection * __this, InputRemoting_Message msg, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RemoteInputPlayerConnection_System_IObserver_UnityEngine_InputSystem_InputRemoting_Message__OnError, (RemoteInputPlayerConnection * __this, Exception * error, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RemoteInputPlayerConnection_System_IObserver_UnityEngine_InputSystem_InputRemoting_Message__OnCompleted, (RemoteInputPlayerConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, RemoteInputPlayerConnection__ctor, (RemoteInputPlayerConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x029BB2B0, void, RemoteInputPlayerConnection__cctor, (MethodInfo * method)); DO_APP_FUNC(0x029BBB60, void, RemoteInputPlayerConnection_Subscriber_Dispose, (RemoteInputPlayerConnection_Subscriber * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RemoteInputPlayerConnection_Subscriber__ctor, (RemoteInputPlayerConnection_Subscriber * __this, MethodInfo * method)); DO_APP_FUNC(0x029BBBC0, float, Sensor_get_samplingFrequency, (Sensor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91310, Sensor_get_samplingFrequency__MethodInfo); DO_APP_FUNC(0x029BBCB0, void, Sensor_set_samplingFrequency, (Sensor * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, Sensor__ctor, (Sensor * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A1F0, Vector3Control *, Accelerometer_get_acceleration, (Accelerometer * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A200, void, Accelerometer_set_acceleration, (Accelerometer * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x029BBD30, Accelerometer *, Accelerometer_get_current, (MethodInfo * method)); DO_APP_FUNC(0x029BBD70, void, Accelerometer_set_current, (Accelerometer * value, MethodInfo * method)); DO_APP_FUNC(0x029BBE10, void, Accelerometer_MakeCurrent, (Accelerometer * __this, MethodInfo * method)); DO_APP_FUNC(0x029BBE20, void, Accelerometer_OnRemoved, (Accelerometer * __this, MethodInfo * method)); DO_APP_FUNC(0x029BBE70, void, Accelerometer_FinishSetup, (Accelerometer * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, Accelerometer__ctor, (Accelerometer * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A1F0, Vector3Control *, Gyroscope_get_angularVelocity, (Gyroscope * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A200, void, Gyroscope_set_angularVelocity, (Gyroscope * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x029BBF20, Gyroscope *, Gyroscope_get_current, (MethodInfo * method)); DO_APP_FUNC(0x029BBF60, void, Gyroscope_set_current, (Gyroscope * value, MethodInfo * method)); DO_APP_FUNC(0x029BC000, void, Gyroscope_MakeCurrent, (Gyroscope * __this, MethodInfo * method)); DO_APP_FUNC(0x029BC010, void, Gyroscope_OnRemoved, (Gyroscope * __this, MethodInfo * method)); DO_APP_FUNC(0x029BC060, void, Gyroscope_FinishSetup, (Gyroscope * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, Gyroscope__ctor, (Gyroscope * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A1F0, Vector3Control *, GravitySensor_get_gravity, (GravitySensor * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A200, void, GravitySensor_set_gravity, (GravitySensor * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x029BC110, GravitySensor *, GravitySensor_get_current, (MethodInfo * method)); DO_APP_FUNC(0x029BC150, void, GravitySensor_set_current, (GravitySensor * value, MethodInfo * method)); DO_APP_FUNC(0x029BC1F0, void, GravitySensor_FinishSetup, (GravitySensor * __this, MethodInfo * method)); DO_APP_FUNC(0x029BC2A0, void, GravitySensor_MakeCurrent, (GravitySensor * __this, MethodInfo * method)); DO_APP_FUNC(0x029BC2B0, void, GravitySensor_OnRemoved, (GravitySensor * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, GravitySensor__ctor, (GravitySensor * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A1F0, QuaternionControl *, AttitudeSensor_get_attitude, (AttitudeSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A200, void, AttitudeSensor_set_attitude, (AttitudeSensor * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x029BC300, AttitudeSensor *, AttitudeSensor_get_current, (MethodInfo * method)); DO_APP_FUNC(0x029BC340, void, AttitudeSensor_set_current, (AttitudeSensor * value, MethodInfo * method)); DO_APP_FUNC(0x029BC3E0, void, AttitudeSensor_MakeCurrent, (AttitudeSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x029BC3F0, void, AttitudeSensor_OnRemoved, (AttitudeSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x029BC440, void, AttitudeSensor_FinishSetup, (AttitudeSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, AttitudeSensor__ctor, (AttitudeSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A1F0, Vector3Control *, LinearAccelerationSensor_get_acceleration, (LinearAccelerationSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A200, void, LinearAccelerationSensor_set_acceleration, (LinearAccelerationSensor * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x029BC4F0, LinearAccelerationSensor *, LinearAccelerationSensor_get_current, (MethodInfo * method)); DO_APP_FUNC(0x029BC530, void, LinearAccelerationSensor_set_current, (LinearAccelerationSensor * value, MethodInfo * method)); DO_APP_FUNC(0x029BC5D0, void, LinearAccelerationSensor_MakeCurrent, (LinearAccelerationSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x029BC5E0, void, LinearAccelerationSensor_OnRemoved, (LinearAccelerationSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x029BC630, void, LinearAccelerationSensor_FinishSetup, (LinearAccelerationSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, LinearAccelerationSensor__ctor, (LinearAccelerationSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A1F0, Vector3Control *, MagneticFieldSensor_get_magneticField, (MagneticFieldSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A200, void, MagneticFieldSensor_set_magneticField, (MagneticFieldSensor * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x029BC6E0, MagneticFieldSensor *, MagneticFieldSensor_get_current, (MethodInfo * method)); DO_APP_FUNC(0x029BC720, void, MagneticFieldSensor_set_current, (MagneticFieldSensor * value, MethodInfo * method)); DO_APP_FUNC(0x029BC7C0, void, MagneticFieldSensor_MakeCurrent, (MagneticFieldSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x029BC7D0, void, MagneticFieldSensor_OnRemoved, (MagneticFieldSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x029BC820, void, MagneticFieldSensor_FinishSetup, (MagneticFieldSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, MagneticFieldSensor__ctor, (MagneticFieldSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A1F0, AxisControl *, LightSensor_get_lightLevel, (LightSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A200, void, LightSensor_set_lightLevel, (LightSensor * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x029BC8D0, LightSensor *, LightSensor_get_current, (MethodInfo * method)); DO_APP_FUNC(0x029BC910, void, LightSensor_set_current, (LightSensor * value, MethodInfo * method)); DO_APP_FUNC(0x029BC9B0, void, LightSensor_MakeCurrent, (LightSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x029BC9C0, void, LightSensor_OnRemoved, (LightSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x029BCA10, void, LightSensor_FinishSetup, (LightSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, LightSensor__ctor, (LightSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A1F0, AxisControl *, PressureSensor_get_atmosphericPressure, (PressureSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A200, void, PressureSensor_set_atmosphericPressure, (PressureSensor * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x029BCAC0, PressureSensor *, PressureSensor_get_current, (MethodInfo * method)); DO_APP_FUNC(0x029BCB00, void, PressureSensor_set_current, (PressureSensor * value, MethodInfo * method)); DO_APP_FUNC(0x029BCBA0, void, PressureSensor_MakeCurrent, (PressureSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x029BCBB0, void, PressureSensor_OnRemoved, (PressureSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x029BCC00, void, PressureSensor_FinishSetup, (PressureSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, PressureSensor__ctor, (PressureSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A1F0, AxisControl *, ProximitySensor_get_distance, (ProximitySensor * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A200, void, ProximitySensor_set_distance, (ProximitySensor * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x029BCCB0, ProximitySensor *, ProximitySensor_get_current, (MethodInfo * method)); DO_APP_FUNC(0x029BCCF0, void, ProximitySensor_set_current, (ProximitySensor * value, MethodInfo * method)); DO_APP_FUNC(0x029BCD90, void, ProximitySensor_MakeCurrent, (ProximitySensor * __this, MethodInfo * method)); DO_APP_FUNC(0x029BCDA0, void, ProximitySensor_OnRemoved, (ProximitySensor * __this, MethodInfo * method)); DO_APP_FUNC(0x029BCDF0, void, ProximitySensor_FinishSetup, (ProximitySensor * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, ProximitySensor__ctor, (ProximitySensor * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A1F0, AxisControl *, HumiditySensor_get_relativeHumidity, (HumiditySensor * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A200, void, HumiditySensor_set_relativeHumidity, (HumiditySensor * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x029BCEA0, HumiditySensor *, HumiditySensor_get_current, (MethodInfo * method)); DO_APP_FUNC(0x029BCEE0, void, HumiditySensor_set_current, (HumiditySensor * value, MethodInfo * method)); DO_APP_FUNC(0x029BCF80, void, HumiditySensor_MakeCurrent, (HumiditySensor * __this, MethodInfo * method)); DO_APP_FUNC(0x029BCF90, void, HumiditySensor_OnRemoved, (HumiditySensor * __this, MethodInfo * method)); DO_APP_FUNC(0x029BCFE0, void, HumiditySensor_FinishSetup, (HumiditySensor * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, HumiditySensor__ctor, (HumiditySensor * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A1F0, AxisControl *, AmbientTemperatureSensor_get_ambientTemperature, (AmbientTemperatureSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A200, void, AmbientTemperatureSensor_set_ambientTemperature, (AmbientTemperatureSensor * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x029BD090, AmbientTemperatureSensor *, AmbientTemperatureSensor_get_current, (MethodInfo * method)); DO_APP_FUNC(0x029BD0D0, void, AmbientTemperatureSensor_set_current, (AmbientTemperatureSensor * value, MethodInfo * method)); DO_APP_FUNC(0x029BD170, void, AmbientTemperatureSensor_MakeCurrent, (AmbientTemperatureSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x029BD180, void, AmbientTemperatureSensor_OnRemoved, (AmbientTemperatureSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x029BD1D0, void, AmbientTemperatureSensor_FinishSetup, (AmbientTemperatureSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, AmbientTemperatureSensor__ctor, (AmbientTemperatureSensor * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A1F0, IntegerControl *, StepCounter_get_stepCounter, (StepCounter * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A200, void, StepCounter_set_stepCounter, (StepCounter * __this, IntegerControl * value, MethodInfo * method)); DO_APP_FUNC(0x029BD280, StepCounter *, StepCounter_get_current, (MethodInfo * method)); DO_APP_FUNC(0x029BD2C0, void, StepCounter_set_current, (StepCounter * value, MethodInfo * method)); DO_APP_FUNC(0x029BD360, void, StepCounter_MakeCurrent, (StepCounter * __this, MethodInfo * method)); DO_APP_FUNC(0x029BD370, void, StepCounter_OnRemoved, (StepCounter * __this, MethodInfo * method)); DO_APP_FUNC(0x029BD3C0, void, StepCounter_FinishSetup, (StepCounter * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, StepCounter__ctor, (StepCounter * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D30, TouchControl_1 *, Touchscreen_get_primaryTouch, (Touchscreen * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, Touchscreen_set_primaryTouch, (Touchscreen * __this, TouchControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x029BD470, ReadOnlyArray_1_UnityEngine_InputSystem_Controls_TouchControl_, Touchscreen_get_touches, (Touchscreen * __this, MethodInfo * method)); DO_APP_FUNC(0x029BD480, void, Touchscreen_set_touches, (Touchscreen * __this, ReadOnlyArray_1_UnityEngine_InputSystem_Controls_TouchControl_ value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, TouchControl_1__Array *, Touchscreen_get_touchControlArray, (Touchscreen * __this, MethodInfo * method)); DO_APP_FUNC(0x029BD4E0, void, Touchscreen_set_touchControlArray, (Touchscreen * __this, TouchControl_1__Array * value, MethodInfo * method)); DO_APP_FUNC(0x029BD600, Touchscreen *, Touchscreen_get_current, (MethodInfo * method)); DO_APP_FUNC(0x029BD640, void, Touchscreen_set_current, (Touchscreen * value, MethodInfo * method)); DO_APP_FUNC(0x029BD6E0, void, Touchscreen_MakeCurrent, (Touchscreen * __this, MethodInfo * method)); DO_APP_FUNC(0x029BD700, void, Touchscreen_OnRemoved, (Touchscreen * __this, MethodInfo * method)); DO_APP_FUNC(0x029BD790, void, Touchscreen_FinishSetup, (Touchscreen * __this, MethodInfo * method)); DO_APP_FUNC(0x029BDEA0, void, Touchscreen_OnNextUpdate, (Touchscreen * __this, MethodInfo * method)); DO_APP_FUNC(0x029BE320, void, Touchscreen_OnStateEvent, (Touchscreen * __this, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC(0x029BEB30, void, Touchscreen_UnityEngine_InputSystem_LowLevel_IInputStateCallbackReceiver_OnNextUpdate, (Touchscreen * __this, MethodInfo * method)); DO_APP_FUNC(0x029BEB40, void, Touchscreen_UnityEngine_InputSystem_LowLevel_IInputStateCallbackReceiver_OnStateEvent, (Touchscreen * __this, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC(0x029BEB50, bool, Touchscreen_UnityEngine_InputSystem_LowLevel_IInputStateCallbackReceiver_GetStateOffsetForEvent, (Touchscreen * __this, InputControl * control, InputEventPtr eventPtr, uint32_t * offset, MethodInfo * method)); DO_APP_FUNC(0x029BEEF0, void, Touchscreen_UnityEngine_InputSystem_LowLevel_ICustomDeviceReset_Reset, (Touchscreen * __this, MethodInfo * method)); DO_APP_FUNC(0x029BF3D0, bool, Touchscreen_MergeForward, (InputEventPtr currentEventPtr, InputEventPtr nextEventPtr, MethodInfo * method)); DO_APP_FUNC(0x029BF460, bool, Touchscreen_UnityEngine_InputSystem_LowLevel_IEventMerger_MergeForward, (Touchscreen * __this, InputEventPtr currentEventPtr, InputEventPtr nextEventPtr, MethodInfo * method)); DO_APP_FUNC(0x029BF500, void, Touchscreen_TriggerTap, (TouchControl_1 * control, TouchState * state, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, Touchscreen__ctor, (Touchscreen * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A1F0, IntegerControl *, TrackedDevice_get_trackingState, (TrackedDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A200, void, TrackedDevice_set_trackingState, (TrackedDevice * __this, IntegerControl * value, MethodInfo * method)); DO_APP_FUNC(0x007086F0, ButtonControl *, TrackedDevice_get_isTracked, (TrackedDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x00708700, void, TrackedDevice_set_isTracked, (TrackedDevice * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00708760, Vector3Control *, TrackedDevice_get_devicePosition, (TrackedDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x00708770, void, TrackedDevice_set_devicePosition, (TrackedDevice * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x009D17D0, QuaternionControl *, TrackedDevice_get_deviceRotation, (TrackedDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x009D17E0, void, TrackedDevice_set_deviceRotation, (TrackedDevice * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x029BF5A0, void, TrackedDevice_FinishSetup, (TrackedDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, TrackedDevice__ctor, (TrackedDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x029BF820, bool, InputExtensions_IsInProgress, (InputActionPhase__Enum phase, MethodInfo * method)); DO_APP_FUNC(0x029BF830, bool, InputExtensions_IsEndedOrCanceled, (TouchPhase__Enum_1 phase, MethodInfo * method)); DO_APP_FUNC(0x029BF840, bool, InputExtensions_IsActive, (TouchPhase__Enum_1 phase, MethodInfo * method)); DO_APP_FUNC(0x029BF860, bool, InputExtensions_IsModifierKey, (Key__Enum key, MethodInfo * method)); DO_APP_FUNC(0x029BF870, bool, InputExtensions_IsTextInputKey, (Key__Enum key, MethodInfo * method)); DO_APP_FUNC(0x029BF890, ReadOnlyArray_1_UnityEngine_InputSystem_InputDevice_, InputManager_1_get_devices, (InputManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, TypeTable, InputManager_1_get_processors, (InputManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, TypeTable, InputManager_1_get_interactions, (InputManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, TypeTable, InputManager_1_get_composites, (InputManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029BF940, InputMetrics, InputManager_1_get_metrics, (InputManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF8E50, InputSettings *, InputManager_1_get_settings, (InputManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029BFB80, void, InputManager_1_set_settings, (InputManager_1 * __this, InputSettings * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91218, InputManager_1_set_settings__MethodInfo); DO_APP_FUNC(0x0070E4E0, InputUpdateType__Enum, InputManager_1_get_updateMask, (InputManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029BFE10, void, InputManager_1_set_updateMask, (InputManager_1 * __this, InputUpdateType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x029BFE30, InputUpdateType__Enum, InputManager_1_get_defaultUpdateType, (InputManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA310, float, InputManager_1_get_pollingFrequency, (InputManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029BFE70, void, InputManager_1_set_pollingFrequency, (InputManager_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91220, InputManager_1_set_pollingFrequency__MethodInfo); DO_APP_FUNC(0x029BFF50, void, InputManager_1_add_onDeviceChange, (InputManager_1 * __this, Action_2_UnityEngine_InputSystem_InputDevice_UnityEngine_InputSystem_InputDeviceChange_ * value, MethodInfo * method)); DO_APP_FUNC(0x029BFFB0, void, InputManager_1_remove_onDeviceChange, (InputManager_1 * __this, Action_2_UnityEngine_InputSystem_InputDevice_UnityEngine_InputSystem_InputDeviceChange_ * value, MethodInfo * method)); DO_APP_FUNC(0x029C0010, void, InputManager_1_add_onDeviceStateChange, (InputManager_1 * __this, Action_2_UnityEngine_InputSystem_InputDevice_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * value, MethodInfo * method)); DO_APP_FUNC(0x029C0070, void, InputManager_1_remove_onDeviceStateChange, (InputManager_1 * __this, Action_2_UnityEngine_InputSystem_InputDevice_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * value, MethodInfo * method)); DO_APP_FUNC(0x029C00D0, void, InputManager_1_add_onDeviceCommand, (InputManager_1 * __this, InputDeviceCommandDelegate * value, MethodInfo * method)); DO_APP_FUNC(0x029C0130, void, InputManager_1_remove_onDeviceCommand, (InputManager_1 * __this, InputDeviceCommandDelegate * value, MethodInfo * method)); DO_APP_FUNC(0x029C0190, void, InputManager_1_add_onFindControlLayoutForDevice, (InputManager_1 * __this, InputDeviceFindControlLayoutDelegate * value, MethodInfo * method)); DO_APP_FUNC(0x029C01F0, void, InputManager_1_remove_onFindControlLayoutForDevice, (InputManager_1 * __this, InputDeviceFindControlLayoutDelegate * value, MethodInfo * method)); DO_APP_FUNC(0x029C0250, void, InputManager_1_add_onLayoutChange, (InputManager_1 * __this, Action_2_String_UnityEngine_InputSystem_InputControlLayoutChange_ * value, MethodInfo * method)); DO_APP_FUNC(0x029C02B0, void, InputManager_1_remove_onLayoutChange, (InputManager_1 * __this, Action_2_String_UnityEngine_InputSystem_InputControlLayoutChange_ * value, MethodInfo * method)); DO_APP_FUNC(0x029C0310, void, InputManager_1_add_onEvent, (InputManager_1 * __this, Action_2_UnityEngine_InputSystem_LowLevel_InputEventPtr_UnityEngine_InputSystem_InputDevice_ * value, MethodInfo * method)); DO_APP_FUNC(0x029C0370, void, InputManager_1_remove_onEvent, (InputManager_1 * __this, Action_2_UnityEngine_InputSystem_LowLevel_InputEventPtr_UnityEngine_InputSystem_InputDevice_ * value, MethodInfo * method)); DO_APP_FUNC(0x029C03D0, void, InputManager_1_add_onBeforeUpdate, (InputManager_1 * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x029C0430, void, InputManager_1_remove_onBeforeUpdate, (InputManager_1 * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x029C0490, void, InputManager_1_add_onAfterUpdate, (InputManager_1 * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x029C04F0, void, InputManager_1_remove_onAfterUpdate, (InputManager_1 * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x029C0550, void, InputManager_1_add_onSettingsChange, (InputManager_1 * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x029C05B0, void, InputManager_1_remove_onSettingsChange, (InputManager_1 * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x029C0610, bool, InputManager_1_get_isProcessingEvents, (InputManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, InputManager_1_get_gameIsPlaying, (InputManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029C0620, bool, InputManager_1_get_gameHasFocus, (InputManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029C0660, bool, InputManager_1_get_gameShouldGetInputRegardlessOfFocus, (InputManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029C0690, void, InputManager_1_RegisterControlLayout, (InputManager_1 * __this, String * name, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91198, InputManager_1_RegisterControlLayout__MethodInfo); DO_APP_FUNC(0x029C0F40, void, InputManager_1_RegisterControlLayout_1, (InputManager_1 * __this, String * json, String * name, bool isOverride, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C910C8, InputManager_1_RegisterControlLayout_1__MethodInfo); DO_APP_FUNC(0x029C17C0, void, InputManager_1_RegisterControlLayoutBuilder, (InputManager_1 * __this, Func_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ * method_1, String * name, String * baseLayout, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C910A8, InputManager_1_RegisterControlLayoutBuilder__MethodInfo); DO_APP_FUNC(0x029C1A90, void, InputManager_1_PerformLayoutPostRegistration, (InputManager_1 * __this, InternedString layoutName, InlinedArray_1_InternedString_ baseLayouts, bool isReplacement, bool isKnownToBeDeviceLayout, bool isOverride, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91118, InputManager_1_PerformLayoutPostRegistration__MethodInfo); DO_APP_FUNC(0x029C2280, void, InputManager_1_RecreateDevicesUsingLayout, (InputManager_1 * __this, InternedString layout, bool isKnownToBeDeviceLayout, MethodInfo * method)); DO_APP_FUNC(0x029C24D0, bool, InputManager_1_IsControlOrChildUsingLayoutRecursive, (InputManager_1 * __this, InputControl * control, InternedString layout, MethodInfo * method)); DO_APP_FUNC(0x029C25D0, bool, InputManager_1_IsControlUsingLayout, (InputManager_1 * __this, InputControl * control, InternedString layout, MethodInfo * method)); DO_APP_FUNC(0x029C27A0, void, InputManager_1_RegisterControlLayoutMatcher, (InputManager_1 * __this, String * layoutName, InputDeviceMatcher matcher, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91030, InputManager_1_RegisterControlLayoutMatcher__MethodInfo); DO_APP_FUNC(0x029C2940, void, InputManager_1_RegisterControlLayoutMatcher_1, (InputManager_1 * __this, Type * type, InputDeviceMatcher matcher, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91048, InputManager_1_RegisterControlLayoutMatcher_1__MethodInfo); DO_APP_FUNC(0x029C2BA0, void, InputManager_1_RecreateDevicesUsingLayoutWithInferiorMatch, (InputManager_1 * __this, InputDeviceMatcher deviceMatcher, MethodInfo * method)); DO_APP_FUNC(0x029C2EE0, void, InputManager_1_RecreateDevice, (InputManager_1 * __this, InputDevice * oldDevice, InternedString newLayout, MethodInfo * method)); DO_APP_FUNC(0x029C3130, void, InputManager_1_AddAvailableDevicesMatchingDescription, (InputManager_1 * __this, InputDeviceMatcher matcher, InternedString layout, MethodInfo * method)); DO_APP_FUNC(0x029C3600, void, InputManager_1_RemoveControlLayout, (InputManager_1 * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91098, InputManager_1_RemoveControlLayout__MethodInfo); DO_APP_FUNC(0x029C3960, InputControlLayout *, InputManager_1_TryLoadControlLayout, (InputManager_1 * __this, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91050, InputManager_1_TryLoadControlLayout__MethodInfo); DO_APP_FUNC(0x029C3BF0, InputControlLayout *, InputManager_1_TryLoadControlLayout_1, (InputManager_1 * __this, InternedString name, MethodInfo * method)); DO_APP_FUNC(0x029C3C20, InternedString, InputManager_1_TryFindMatchingControlLayout, (InputManager_1 * __this, InputDeviceDescription * deviceDescription, int32_t deviceId, MethodInfo * method)); DO_APP_FUNC(0x029C4190, InternedString, InputManager_1_FindOrRegisterDeviceLayoutForType, (InputManager_1 * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x029C4240, bool, InputManager_1_IsDeviceLayoutMarkedAsSupportedInSettings, (InputManager_1 * __this, InternedString layoutName, MethodInfo * method)); DO_APP_FUNC(0x029C4380, IEnumerable_1_System_String_ *, InputManager_1_ListControlLayouts, (InputManager_1 * __this, String * basedOn, MethodInfo * method)); DO_APP_FUNC(0x029C44B0, void, InputManager_1_SetDeviceUsage, (InputManager_1 * __this, InputDevice * device, InternedString usage, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90FF8, InputManager_1_SetDeviceUsage__MethodInfo); DO_APP_FUNC(0x029C47D0, void, InputManager_1_AddDeviceUsage, (InputManager_1 * __this, InputDevice * device, InternedString usage, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91008, InputManager_1_AddDeviceUsage__MethodInfo); DO_APP_FUNC(0x029C4940, void, InputManager_1_RemoveDeviceUsage, (InputManager_1 * __this, InputDevice * device, InternedString usage, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90FE0, InputManager_1_RemoveDeviceUsage__MethodInfo); DO_APP_FUNC(0x029C4AB0, void, InputManager_1_NotifyUsageChanged, (InputManager_1 * __this, InputDevice * device, MethodInfo * method)); DO_APP_FUNC(0x029C4B60, InputDevice *, InputManager_1_AddDevice, (InputManager_1 * __this, Type * type, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90F60, InputManager_1_AddDevice__MethodInfo); DO_APP_FUNC(0x029C4D00, InputDevice *, InputManager_1_AddDevice_1, (InputManager_1 * __this, String * layout, String * name, InternedString variants, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90F68, InputManager_1_AddDevice_1__MethodInfo); DO_APP_FUNC(0x029C4F10, InputDevice *, InputManager_1_AddDevice_2, (InputManager_1 * __this, InternedString layout, int32_t deviceId, String * deviceName, InputDeviceDescription deviceDescription, InputDevice_DeviceFlags__Enum deviceFlags, InternedString variants, MethodInfo * method)); DO_APP_FUNC(0x029C5260, void, InputManager_1_AddDevice_3, (InputManager_1 * __this, InputDevice * device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90F58, InputManager_1_AddDevice_3__MethodInfo); DO_APP_FUNC(0x029C5A70, InputDevice *, InputManager_1_AddDevice_4, (InputManager_1 * __this, InputDeviceDescription description, MethodInfo * method)); DO_APP_FUNC(0x029C5AD0, InputDevice *, InputManager_1_AddDevice_5, (InputManager_1 * __this, InputDeviceDescription description, bool throwIfNoLayoutFound, String * deviceName, int32_t deviceId, InputDevice_DeviceFlags__Enum deviceFlags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90F90, InputManager_1_AddDevice_5__MethodInfo); DO_APP_FUNC(0x029C5E10, InputDevice *, InputManager_1_AddDevice_6, (InputManager_1 * __this, InputDeviceDescription description, InternedString layout, String * deviceName, int32_t deviceId, InputDevice_DeviceFlags__Enum deviceFlags, MethodInfo * method)); DO_APP_FUNC(0x029C5F60, void, InputManager_1_RemoveDevice, (InputManager_1 * __this, InputDevice * device, bool keepOnListOfAvailableDevices, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90F80, InputManager_1_RemoveDevice__MethodInfo); DO_APP_FUNC(0x029C65A0, void, InputManager_1_FlushDisconnectedDevices, (InputManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029C6600, void, InputManager_1_ResetDevice, (InputManager_1 * __this, InputDevice * device, bool alsoResetDontResetControls, Nullable_1_Boolean_ issueResetCommand, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90EA0, InputManager_1_ResetDevice__MethodInfo); DO_APP_FUNC(0x029C6C60, InputDevice *, InputManager_1_TryGetDevice, (InputManager_1 * __this, String * nameOrLayout, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90E70, InputManager_1_TryGetDevice__MethodInfo); DO_APP_FUNC(0x029C6DF0, InputDevice *, InputManager_1_GetDevice, (InputManager_1 * __this, String * nameOrLayout, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90E78, InputManager_1_GetDevice__MethodInfo); DO_APP_FUNC(0x029C6EA0, InputDevice *, InputManager_1_TryGetDevice_1, (InputManager_1 * __this, Type * layoutType, MethodInfo * method)); DO_APP_FUNC(0x029C6F30, InputDevice *, InputManager_1_TryGetDeviceById, (InputManager_1 * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x029C6FB0, int32_t, InputManager_1_GetUnsupportedDevices, (InputManager_1 * __this, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * descriptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90F08, InputManager_1_GetUnsupportedDevices__MethodInfo); DO_APP_FUNC(0x029C71A0, void, InputManager_1_EnableOrDisableDevice, (InputManager_1 * __this, InputDevice * device, bool enable, InputManager_DeviceDisableScope__Enum scope, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90F10, InputManager_1_EnableOrDisableDevice__MethodInfo); DO_APP_FUNC(0x029C7500, void, InputManager_1_QueueEvent, (InputManager_1 * __this, InputEvent * eventPtr, MethodInfo * method)); DO_APP_FUNC(0x00E81490, void, InputManager_1_QueueEvent_1, (InputManager_1 * __this, InputEventPtr ptr, MethodInfo * method)); DO_APP_FUNC(0x029C75F0, void, InputManager_1_Update, (InputManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029C7690, void, InputManager_1_Update_1, (InputManager_1 * __this, InputUpdateType__Enum updateType, MethodInfo * method)); DO_APP_FUNC(0x029C76F0, void, InputManager_1_Initialize, (InputManager_1 * __this, IInputRuntime * runtime, InputSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x029C7790, void, InputManager_1_Destroy, (InputManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029C7A00, void, InputManager_1_InitializeData, (InputManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029C8EF0, void, InputManager_1_InstallRuntime, (InputManager_1 * __this, IInputRuntime * runtime, MethodInfo * method)); DO_APP_FUNC(0x029C9380, void, InputManager_1_InstallGlobals, (InputManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029C9820, void, InputManager_1_UninstallGlobals, (InputManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029C9AB0, void, InputManager_1_MakeDeviceNameUnique, (InputManager_1 * __this, InputDevice * device, MethodInfo * method)); DO_APP_FUNC(0x029C9DB0, void, InputManager_1_ResetControlPathsRecursive, (InputControl * control, MethodInfo * method)); DO_APP_FUNC(0x029C9EB0, void, InputManager_1_AssignUniqueDeviceId, (InputManager_1 * __this, InputDevice * device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90A30, InputManager_1_AssignUniqueDeviceId__MethodInfo); DO_APP_FUNC(0x029CA030, void, InputManager_1_ReallocateStateBuffers, (InputManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029CA270, void, InputManager_1_InitializeDefaultState, (InputManager_1 * __this, InputDevice * device, MethodInfo * method)); DO_APP_FUNC(0x029CA440, void, InputManager_1_InitializeDeviceState, (InputManager_1 * __this, InputDevice * device, MethodInfo * method)); DO_APP_FUNC(0x029CA770, void, InputManager_1_OnNativeDeviceDiscovered, (InputManager_1 * __this, int32_t deviceId, String * deviceDescriptor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90AD0, InputManager_1_OnNativeDeviceDiscovered__MethodInfo); DO_APP_FUNC(0x029CACD0, InputDevice *, InputManager_1_TryMatchDisconnectedDevice, (InputManager_1 * __this, String * deviceDescriptor, MethodInfo * method)); DO_APP_FUNC(0x029CAF50, void, InputManager_1_InstallBeforeUpdateHookIfNecessary, (InputManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputManager_1_RestoreDevicesAfterDomainReloadIfNecessary, (InputManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputManager_1_WarnAboutDevicesFailingToRecreateAfterDomainReload, (InputManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029CB020, void, InputManager_1_OnBeforeUpdate, (InputManager_1 * __this, InputUpdateType__Enum updateType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90AC0, InputManager_1_OnBeforeUpdate__MethodInfo); DO_APP_FUNC(0x029CB230, void, InputManager_1_ApplySettings, (InputManager_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C909D8, InputManager_1_ApplySettings__MethodInfo); DO_APP_FUNC(0x029CBBB0, void, InputManager_1_AddAvailableDevicesThatAreNowRecognized, (InputManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029CBED0, bool, InputManager_1_ShouldRunDeviceInBackground, (InputManager_1 * __this, InputDevice * device, MethodInfo * method)); DO_APP_FUNC(0x029CBF10, void, InputManager_1_OnFocusChanged, (InputManager_1 * __this, bool focus, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90AB8, InputManager_1_OnFocusChanged__MethodInfo); DO_APP_FUNC(0x029CC170, bool, InputManager_1_ShouldRunUpdate, (InputManager_1 * __this, InputUpdateType__Enum updateType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90AE0, InputManager_1_ShouldRunUpdate__MethodInfo); DO_APP_FUNC(0x029CC190, void, InputManager_1_OnUpdate, (InputManager_1 * __this, InputUpdateType__Enum updateType, InputEventBuffer * eventBuffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90AC8, InputManager_1_OnUpdate__MethodInfo); DO_APP_FUNC(0x029CD370, void, InputManager_1_InvokeAfterUpdateCallback, (InputManager_1 * __this, InputUpdateType__Enum updateType, MethodInfo * method)); DO_APP_FUNC(0x029CD3D0, void, InputManager_1_DontMakeCurrentlyUpdatingDeviceCurrent, (InputManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029CD3E0, bool, InputManager_1_UpdateState, (InputManager_1 * __this, InputDevice * device, InputEvent * eventPtr, InputUpdateType__Enum updateType, MethodInfo * method)); DO_APP_FUNC(0x029CD4F0, bool, InputManager_1_UpdateState_1, (InputManager_1 * __this, InputDevice * device, InputUpdateType__Enum updateType, Void * statePtr, uint32_t stateOffsetInDevice, uint32_t stateSize, double internalTime, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC(0x029CD820, void, InputManager_1_WriteStateChange, (InputManager_1 * __this, InputStateBuffers_DoubleBuffers buffers, int32_t deviceIndex, InputStateBlock * deviceStateBlock, uint32_t stateOffsetInDevice, Void * statePtr, uint32_t stateSizeInBytes, bool flippedBuffers, MethodInfo * method)); DO_APP_FUNC(0x029CDB30, bool, InputManager_1_FlipBuffersForDeviceIfNecessary, (InputManager_1 * __this, InputDevice * device, InputUpdateType__Enum updateType, MethodInfo * method)); DO_APP_FUNC(0x029CDC30, void, InputManager_1_AddStateChangeMonitor, (InputManager_1 * __this, InputControl * control, IInputStateChangeMonitor * monitor, int64_t monitorIndex, uint32_t groupIndex, MethodInfo * method)); DO_APP_FUNC(0x029CDDD0, void, InputManager_1_RemoveStateChangeMonitors, (InputManager_1 * __this, InputDevice * device, MethodInfo * method)); DO_APP_FUNC(0x029CDFA0, void, InputManager_1_RemoveStateChangeMonitor, (InputManager_1 * __this, InputControl * control, IInputStateChangeMonitor * monitor, int64_t monitorIndex, MethodInfo * method)); DO_APP_FUNC(0x029CE1E0, void, InputManager_1_AddStateChangeMonitorTimeout, (InputManager_1 * __this, InputControl * control, IInputStateChangeMonitor * monitor, double time, int64_t monitorIndex, int32_t timerIndex, MethodInfo * method)); DO_APP_FUNC(0x029CE370, void, InputManager_1_RemoveStateChangeMonitorTimeout, (InputManager_1 * __this, IInputStateChangeMonitor * monitor, int64_t monitorIndex, int32_t timerIndex, MethodInfo * method)); DO_APP_FUNC(0x029CE4F0, void, InputManager_1_SortStateChangeMonitorsIfNecessary, (InputManager_1 * __this, int32_t deviceIndex, MethodInfo * method)); DO_APP_FUNC(0x029CE540, void, InputManager_1_SignalStateChangeMonitor, (InputManager_1 * __this, InputControl * control, IInputStateChangeMonitor * monitor, MethodInfo * method)); DO_APP_FUNC(0x029CE650, void, InputManager_1_FireStateChangeNotifications, (InputManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029CE750, bool, InputManager_1_ProcessStateChangeMonitors, (InputManager_1 * __this, int32_t deviceIndex, Void * newStateFromEvent, Void * oldStateOfDevice, uint32_t newStateSizeInBytes, uint32_t newStateOffsetInBytes, MethodInfo * method)); DO_APP_FUNC(0x029CEB70, void, InputManager_1_FireStateChangeNotifications_1, (InputManager_1 * __this, int32_t deviceIndex, double internalTime, InputEvent * eventPtr, MethodInfo * method)); DO_APP_FUNC(0x029CEF60, void, InputManager_1_ProcessStateChangeMonitorTimeouts, (InputManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputManager_1__ctor, (InputManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029CF280, int64_t, InputManager_1__TryFindMatchingControlLayout_b__72_0, (InputManager_1 * __this, InputDeviceCommand * commandRef, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90FC8, InputManager_1__TryFindMatchingControlLayout_b__72_0__MethodInfo); DO_APP_FUNC(0x0041F4C0, int32_t, InputManager_StateChangeMonitorsForDevice_get_count, (InputManager_StateChangeMonitorsForDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x029CFBA0, void, InputManager_StateChangeMonitorsForDevice_Add, (InputManager_StateChangeMonitorsForDevice * __this, InputControl * control, IInputStateChangeMonitor * monitor, int64_t monitorIndex, uint32_t groupIndex, MethodInfo * method)); DO_APP_FUNC(0x029CFED0, void, InputManager_StateChangeMonitorsForDevice_Remove, (InputManager_StateChangeMonitorsForDevice * __this, IInputStateChangeMonitor * monitor, int64_t monitorIndex, bool deferRemoval, MethodInfo * method)); DO_APP_FUNC(0x029CFFA0, void, InputManager_StateChangeMonitorsForDevice_Clear, (InputManager_StateChangeMonitorsForDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x029D0040, void, InputManager_StateChangeMonitorsForDevice_CompactArrays, (InputManager_StateChangeMonitorsForDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x029D00A0, void, InputManager_StateChangeMonitorsForDevice_RemoveAt, (InputManager_StateChangeMonitorsForDevice * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x029D01C0, void, InputManager_StateChangeMonitorsForDevice_SortMonitorsByIndex, (InputManager_StateChangeMonitorsForDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F020, void, InputManager_ListControlLayouts_d_75__ctor, (InputManager_ListControlLayouts_d_75 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x029D0320, void, InputManager_ListControlLayouts_d_75_System_IDisposable_Dispose, (InputManager_ListControlLayouts_d_75 * __this, MethodInfo * method)); DO_APP_FUNC(0x029D0780, bool, InputManager_ListControlLayouts_d_75_MoveNext, (InputManager_ListControlLayouts_d_75 * __this, MethodInfo * method)); DO_APP_FUNC(0x029D1680, void, InputManager_ListControlLayouts_d_75___m__Finally1, (InputManager_ListControlLayouts_d_75 * __this, MethodInfo * method)); DO_APP_FUNC(0x029D16D0, void, InputManager_ListControlLayouts_d_75___m__Finally2, (InputManager_ListControlLayouts_d_75 * __this, MethodInfo * method)); DO_APP_FUNC(0x029D1720, void, InputManager_ListControlLayouts_d_75___m__Finally3, (InputManager_ListControlLayouts_d_75 * __this, MethodInfo * method)); DO_APP_FUNC(0x029D1770, void, InputManager_ListControlLayouts_d_75___m__Finally4, (InputManager_ListControlLayouts_d_75 * __this, MethodInfo * method)); DO_APP_FUNC(0x029D17C0, void, InputManager_ListControlLayouts_d_75___m__Finally5, (InputManager_ListControlLayouts_d_75 * __this, MethodInfo * method)); DO_APP_FUNC(0x029D1810, void, InputManager_ListControlLayouts_d_75___m__Finally6, (InputManager_ListControlLayouts_d_75 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, InputManager_ListControlLayouts_d_75_System_Collections_Generic_IEnumerator_System_String__get_Current, (InputManager_ListControlLayouts_d_75 * __this, MethodInfo * method)); DO_APP_FUNC(0x029D1860, void, InputManager_ListControlLayouts_d_75_System_Collections_IEnumerator_Reset, (InputManager_ListControlLayouts_d_75 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93078, InputManager_ListControlLayouts_d_75_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, InputManager_ListControlLayouts_d_75_System_Collections_IEnumerator_get_Current, (InputManager_ListControlLayouts_d_75 * __this, MethodInfo * method)); DO_APP_FUNC(0x029D18B0, IEnumerator_1_System_String_ *, InputManager_ListControlLayouts_d_75_System_Collections_Generic_IEnumerable_System_String__GetEnumerator, (InputManager_ListControlLayouts_d_75 * __this, MethodInfo * method)); DO_APP_FUNC(0x029D18B0, IEnumerator *, InputManager_ListControlLayouts_d_75_System_Collections_IEnumerable_GetEnumerator, (InputManager_ListControlLayouts_d_75 * __this, MethodInfo * method)); DO_APP_FUNC(0x029D1A00, void, InputManager_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputManager_c__ctor, (InputManager_c * __this, MethodInfo * method)); DO_APP_FUNC(0x029D1AB0, String *, InputManager_c__MakeDeviceNameUnique_b__144_0, (InputManager_c * __this, InputDevice * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C909E0, InputManager_c__MakeDeviceNameUnique_b__144_0__MethodInfo); DO_APP_FUNC(0x003CA7C0, InputSettings_UpdateMode__Enum, InputSettings_get_updateMode, (InputSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x029D1B50, void, InputSettings_set_updateMode, (InputSettings * __this, InputSettings_UpdateMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0041F540, bool, InputSettings_get_compensateForScreenOrientation, (InputSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x029D1B60, void, InputSettings_set_compensateForScreenOrientation, (InputSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, InputSettings_get_filterNoiseOnCurrent, (InputSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputSettings_set_filterNoiseOnCurrent, (InputSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CE2C0, float, InputSettings_get_defaultDeadzoneMin, (InputSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x029D1B70, void, InputSettings_set_defaultDeadzoneMin, (InputSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CA7A30, float, InputSettings_get_defaultDeadzoneMax, (InputSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x029D1B90, void, InputSettings_set_defaultDeadzoneMax, (InputSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x008CC030, float, InputSettings_get_defaultButtonPressPoint, (InputSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x029D1BB0, void, InputSettings_set_defaultButtonPressPoint, (InputSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CA4F60, float, InputSettings_get_buttonReleaseThreshold, (InputSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x029D1BF0, void, InputSettings_set_buttonReleaseThreshold, (InputSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CE5090, float, InputSettings_get_defaultTapTime, (InputSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x029D1C10, void, InputSettings_set_defaultTapTime, (InputSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00BC1070, float, InputSettings_get_defaultSlowTapTime, (InputSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x029D1C30, void, InputSettings_set_defaultSlowTapTime, (InputSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C92C50, float, InputSettings_get_defaultHoldTime, (InputSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x029D1C50, void, InputSettings_set_defaultHoldTime, (InputSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00CA3F80, float, InputSettings_get_tapRadius, (InputSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x029D1C70, void, InputSettings_set_tapRadius, (InputSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00ABB120, float, InputSettings_get_multiTapDelayTime, (InputSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x029D1C90, void, InputSettings_set_multiTapDelayTime, (InputSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C5300, InputSettings_BackgroundBehavior__Enum, InputSettings_get_backgroundBehavior, (InputSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x029D1CB0, void, InputSettings_set_backgroundBehavior, (InputSettings * __this, InputSettings_BackgroundBehavior__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, InputSettings_EditorInputBehaviorInPlayMode__Enum, InputSettings_get_editorInputBehaviorInPlayMode, (InputSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x029D1CC0, void, InputSettings_set_editorInputBehaviorInPlayMode, (InputSettings * __this, InputSettings_EditorInputBehaviorInPlayMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, InputSettings_get_maxEventBytesPerUpdate, (InputSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x029D1CD0, void, InputSettings_set_maxEventBytesPerUpdate, (InputSettings * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, InputSettings_get_maxQueuedEventsPerUpdate, (InputSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x029D1CE0, void, InputSettings_set_maxQueuedEventsPerUpdate, (InputSettings * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x029D1CF0, ReadOnlyArray_1_System_String_, InputSettings_get_supportedDevices, (InputSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x029D1DB0, void, InputSettings_set_supportedDevices, (InputSettings * __this, ReadOnlyArray_1_System_String_ value, MethodInfo * method)); DO_APP_FUNC(0x00610C10, bool, InputSettings_get_disableRedundantEventsMerging, (InputSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x029D1F70, void, InputSettings_set_disableRedundantEventsMerging, (InputSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x026A1C30, bool, InputSettings_get_shortcutKeysConsumeInput, (InputSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x029D1F80, void, InputSettings_set_shortcutKeysConsumeInput, (InputSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x029D1F90, void, InputSettings_SetInternalFeatureFlag, (InputSettings * __this, String * featureName, bool enabled, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92F88, InputSettings_SetInternalFeatureFlag__MethodInfo); DO_APP_FUNC(0x029D2260, bool, InputSettings_IsFeatureEnabled, (InputSettings * __this, String * featureName, MethodInfo * method)); DO_APP_FUNC(0x029D22E0, void, InputSettings_OnChange, (InputSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x029D24C0, void, InputSettings__ctor, (InputSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, InputActionAsset *, DefaultInputActions_get_asset, (DefaultInputActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D2520, void, DefaultInputActions__ctor, (DefaultInputActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D2D80, void, DefaultInputActions_Dispose, (DefaultInputActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D2DE0, Nullable_1_UnityEngine_InputSystem_InputBinding_, DefaultInputActions_get_bindingMask, (DefaultInputActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D2E30, void, DefaultInputActions_set_bindingMask, (DefaultInputActions * __this, Nullable_1_UnityEngine_InputSystem_InputBinding_ value, MethodInfo * method)); DO_APP_FUNC(0x029D3060, Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1_, DefaultInputActions_get_devices, (DefaultInputActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D30B0, void, DefaultInputActions_set_devices, (DefaultInputActions * __this, Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1_ value, MethodInfo * method)); DO_APP_FUNC(0x029D3130, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_, DefaultInputActions_get_controlSchemes, (DefaultInputActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D3170, bool, DefaultInputActions_Contains, (DefaultInputActions * __this, InputAction_1 * action, MethodInfo * method)); DO_APP_FUNC(0x029D3190, IEnumerator_1_UnityEngine_InputSystem_InputAction_ *, DefaultInputActions_GetEnumerator, (DefaultInputActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D3190, IEnumerator *, DefaultInputActions_System_Collections_IEnumerable_GetEnumerator, (DefaultInputActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D31B0, void, DefaultInputActions_Enable, (DefaultInputActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D31D0, void, DefaultInputActions_Disable, (DefaultInputActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D31F0, IEnumerable_1_UnityEngine_InputSystem_InputBinding_ *, DefaultInputActions_get_bindings, (DefaultInputActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D32C0, InputAction_1 *, DefaultInputActions_FindAction, (DefaultInputActions * __this, String * actionNameOrId, bool throwIfNotFound, MethodInfo * method)); DO_APP_FUNC(0x029D32E0, int32_t, DefaultInputActions_FindBinding, (DefaultInputActions * __this, InputBinding bindingMask, InputAction_1 * * action, MethodInfo * method)); DO_APP_FUNC(0x003B93F0, DefaultInputActions_PlayerActions, DefaultInputActions_get_Player, (DefaultInputActions * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93F0, DefaultInputActions_UIActions, DefaultInputActions_get_UI, (DefaultInputActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D3440, InputControlScheme, DefaultInputActions_get_KeyboardMouseScheme, (DefaultInputActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D3510, InputControlScheme, DefaultInputActions_get_GamepadScheme, (DefaultInputActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D35E0, InputControlScheme, DefaultInputActions_get_TouchScheme, (DefaultInputActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D36B0, InputControlScheme, DefaultInputActions_get_JoystickScheme, (DefaultInputActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D3780, InputControlScheme, DefaultInputActions_get_XRScheme, (DefaultInputActions * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, DefaultInputActions_PlayerActions__ctor, (DefaultInputActions_PlayerActions * __this, DefaultInputActions * wrapper, MethodInfo * method)); DO_APP_FUNC(0x029D3850, InputAction_1 *, DefaultInputActions_PlayerActions_get_Move, (DefaultInputActions_PlayerActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D3870, InputAction_1 *, DefaultInputActions_PlayerActions_get_Look, (DefaultInputActions_PlayerActions * __this, MethodInfo * method)); DO_APP_FUNC(0x024103B0, InputAction_1 *, DefaultInputActions_PlayerActions_get_Fire, (DefaultInputActions_PlayerActions * __this, MethodInfo * method)); DO_APP_FUNC(0x02410390, InputActionMap *, DefaultInputActions_PlayerActions_Get, (DefaultInputActions_PlayerActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D3890, void, DefaultInputActions_PlayerActions_Enable, (DefaultInputActions_PlayerActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D3910, void, DefaultInputActions_PlayerActions_Disable, (DefaultInputActions_PlayerActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D3950, bool, DefaultInputActions_PlayerActions_get_enabled, (DefaultInputActions_PlayerActions * __this, MethodInfo * method)); DO_APP_FUNC(0x0101BB30, InputActionMap *, DefaultInputActions_PlayerActions_op_Implicit, (DefaultInputActions_PlayerActions set, MethodInfo * method)); DO_APP_FUNC(0x029D3980, void, DefaultInputActions_PlayerActions_SetCallbacks, (DefaultInputActions_PlayerActions * __this, DefaultInputActions_IPlayerActions * instance, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, DefaultInputActions_UIActions__ctor, (DefaultInputActions_UIActions * __this, DefaultInputActions * wrapper, MethodInfo * method)); DO_APP_FUNC(0x029D4AC0, InputAction_1 *, DefaultInputActions_UIActions_get_Navigate, (DefaultInputActions_UIActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D4AE0, InputAction_1 *, DefaultInputActions_UIActions_get_Submit, (DefaultInputActions_UIActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D4B00, InputAction_1 *, DefaultInputActions_UIActions_get_Cancel, (DefaultInputActions_UIActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D4B20, InputAction_1 *, DefaultInputActions_UIActions_get_Point, (DefaultInputActions_UIActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D4B40, InputAction_1 *, DefaultInputActions_UIActions_get_Click, (DefaultInputActions_UIActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D4B60, InputAction_1 *, DefaultInputActions_UIActions_get_ScrollWheel, (DefaultInputActions_UIActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D4B80, InputAction_1 *, DefaultInputActions_UIActions_get_MiddleClick, (DefaultInputActions_UIActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D4BA0, InputAction_1 *, DefaultInputActions_UIActions_get_RightClick, (DefaultInputActions_UIActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D4BC0, InputAction_1 *, DefaultInputActions_UIActions_get_TrackedDevicePosition, (DefaultInputActions_UIActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D4BE0, InputAction_1 *, DefaultInputActions_UIActions_get_TrackedDeviceOrientation, (DefaultInputActions_UIActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D4C00, InputActionMap *, DefaultInputActions_UIActions_Get, (DefaultInputActions_UIActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D4C20, void, DefaultInputActions_UIActions_Enable, (DefaultInputActions_UIActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D4CA0, void, DefaultInputActions_UIActions_Disable, (DefaultInputActions_UIActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D4CE0, bool, DefaultInputActions_UIActions_get_enabled, (DefaultInputActions_UIActions * __this, MethodInfo * method)); DO_APP_FUNC(0x029D4D10, InputActionMap *, DefaultInputActions_UIActions_op_Implicit, (DefaultInputActions_UIActions set, MethodInfo * method)); DO_APP_FUNC(0x029D4D30, void, DefaultInputActions_UIActions_SetCallbacks, (DefaultInputActions_UIActions * __this, DefaultInputActions_IUIActions * instance, MethodInfo * method)); DO_APP_FUNC(0x029D7B70, Object *, InputValue_Get, (InputValue * __this, MethodInfo * method)); DO_APP_FUNC(0x029D7C20, bool, InputValue_get_isPressed, (InputValue * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputValue__ctor, (InputValue * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E420, bool, PlayerInput_1_get_inputIsActive, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E420, bool, PlayerInput_1_get_active, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E400, int32_t, PlayerInput_1_get_playerIndex, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007666D0, int32_t, PlayerInput_1_get_splitScreenIndex, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029D7D30, InputActionAsset *, PlayerInput_1_get_actions, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029D7E00, void, PlayerInput_1_set_actions, (PlayerInput_1 * __this, InputActionAsset * value, MethodInfo * method)); DO_APP_FUNC(0x029D8100, String *, PlayerInput_1_get_currentControlScheme, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, String *, PlayerInput_1_get_defaultControlScheme, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, PlayerInput_1_set_defaultControlScheme, (PlayerInput_1 * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0041F5E0, bool, PlayerInput_1_get_neverAutoSwitchControlSchemes, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029D81E0, void, PlayerInput_1_set_neverAutoSwitchControlSchemes, (PlayerInput_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C7030, InputActionMap *, PlayerInput_1_get_currentActionMap, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029D8220, void, PlayerInput_1_set_currentActionMap, (PlayerInput_1 * __this, InputActionMap * value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, String *, PlayerInput_1_get_defaultActionMap, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, PlayerInput_1_set_defaultActionMap, (PlayerInput_1 * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, PlayerNotifications__Enum, PlayerInput_1_get_notificationBehavior, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029D8590, void, PlayerInput_1_set_notificationBehavior, (PlayerInput_1 * __this, PlayerNotifications__Enum value, MethodInfo * method)); DO_APP_FUNC(0x029D85E0, ReadOnlyArray_1_UnityEngine_InputSystem_PlayerInput_ActionEvent_, PlayerInput_1_get_actionEvents, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029D86B0, void, PlayerInput_1_set_actionEvents, (PlayerInput_1 * __this, ReadOnlyArray_1_UnityEngine_InputSystem_PlayerInput_ActionEvent_ value, MethodInfo * method)); DO_APP_FUNC(0x029D8770, PlayerInput_DeviceLostEvent *, PlayerInput_1_get_deviceLostEvent, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029D8850, PlayerInput_DeviceRegainedEvent *, PlayerInput_1_get_deviceRegainedEvent, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029D8930, PlayerInput_ControlsChangedEvent *, PlayerInput_1_get_controlsChangedEvent, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029D8A10, void, PlayerInput_1_add_onActionTriggered, (PlayerInput_1 * __this, Action_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92E60, PlayerInput_1_add_onActionTriggered__MethodInfo); DO_APP_FUNC(0x029D8AC0, void, PlayerInput_1_remove_onActionTriggered, (PlayerInput_1 * __this, Action_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92E78, PlayerInput_1_remove_onActionTriggered__MethodInfo); DO_APP_FUNC(0x029D8B70, void, PlayerInput_1_add_onDeviceLost, (PlayerInput_1 * __this, Action_1_UnityEngine_InputSystem_PlayerInput_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92E40, PlayerInput_1_add_onDeviceLost__MethodInfo); DO_APP_FUNC(0x029D8C20, void, PlayerInput_1_remove_onDeviceLost, (PlayerInput_1 * __this, Action_1_UnityEngine_InputSystem_PlayerInput_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92E50, PlayerInput_1_remove_onDeviceLost__MethodInfo); DO_APP_FUNC(0x029D8CD0, void, PlayerInput_1_add_onDeviceRegained, (PlayerInput_1 * __this, Action_1_UnityEngine_InputSystem_PlayerInput_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92EB0, PlayerInput_1_add_onDeviceRegained__MethodInfo); DO_APP_FUNC(0x029D8D80, void, PlayerInput_1_remove_onDeviceRegained, (PlayerInput_1 * __this, Action_1_UnityEngine_InputSystem_PlayerInput_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92EB8, PlayerInput_1_remove_onDeviceRegained__MethodInfo); DO_APP_FUNC(0x029D8E30, void, PlayerInput_1_add_onControlsChanged, (PlayerInput_1 * __this, Action_1_UnityEngine_InputSystem_PlayerInput_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92EC0, PlayerInput_1_add_onControlsChanged__MethodInfo); DO_APP_FUNC(0x029D8EE0, void, PlayerInput_1_remove_onControlsChanged, (PlayerInput_1 * __this, Action_1_UnityEngine_InputSystem_PlayerInput_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92E88, PlayerInput_1_remove_onControlsChanged__MethodInfo); DO_APP_FUNC(0x003C7010, Camera *, PlayerInput_1_get_camera, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, PlayerInput_1_set_camera, (PlayerInput_1 * __this, Camera * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, InputSystemUIInputModule *, PlayerInput_1_get_uiInputModule, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029D8F90, void, PlayerInput_1_set_uiInputModule, (PlayerInput_1 * __this, InputSystemUIInputModule * value, MethodInfo * method)); DO_APP_FUNC(0x0101D6E0, InputUser, PlayerInput_1_get_user, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029D9550, ReadOnlyArray_1_UnityEngine_InputSystem_InputDevice_, PlayerInput_1_get_devices, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029D95B0, bool, PlayerInput_1_get_hasMissingRequiredDevices, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029D96C0, ReadOnlyArray_1_UnityEngine_InputSystem_PlayerInput_, PlayerInput_1_get_all, (MethodInfo * method)); DO_APP_FUNC(0x029D97A0, bool, PlayerInput_1_get_isSinglePlayer, (MethodInfo * method)); DO_APP_FUNC(0x029D9960, void, PlayerInput_1_ActivateInput, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029D9AB0, void, PlayerInput_1_DeactivateInput, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029D9AB0, void, PlayerInput_1_PassivateInput, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029D9AF0, bool, PlayerInput_1_SwitchCurrentControlScheme, (PlayerInput_1 * __this, InputDevice__Array * devices, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92DC8, PlayerInput_1_SwitchCurrentControlScheme__MethodInfo); DO_APP_FUNC(0x029D9D90, void, PlayerInput_1_SwitchCurrentControlScheme_1, (PlayerInput_1 * __this, String * controlScheme, InputDevice__Array * devices, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92DD8, PlayerInput_1_SwitchCurrentControlScheme_1__MethodInfo); DO_APP_FUNC(0x029D9F60, void, PlayerInput_1_SwitchCurrentActionMap, (PlayerInput_1 * __this, String * mapNameOrId, MethodInfo * method)); DO_APP_FUNC(0x029DA170, PlayerInput_1 *, PlayerInput_1_GetPlayerByIndex, (int32_t playerIndex, MethodInfo * method)); DO_APP_FUNC(0x029DA270, PlayerInput_1 *, PlayerInput_1_FindFirstPairedToDevice, (InputDevice * device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92E30, PlayerInput_1_FindFirstPairedToDevice__MethodInfo); DO_APP_FUNC(0x029DA460, PlayerInput_1 *, PlayerInput_1_Instantiate, (GameObject * prefab, int32_t playerIndex, String * controlScheme, int32_t splitScreenIndex, InputDevice * pairWithDevice, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92DF8, PlayerInput_1_Instantiate__MethodInfo); DO_APP_FUNC(0x029DA710, PlayerInput_1 *, PlayerInput_1_Instantiate_1, (GameObject * prefab, int32_t playerIndex, String * controlScheme, int32_t splitScreenIndex, InputDevice__Array * pairWithDevices, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92E08, PlayerInput_1_Instantiate_1__MethodInfo); DO_APP_FUNC(0x029DA9E0, PlayerInput_1 *, PlayerInput_1_DoInstantiate, (GameObject * prefab, MethodInfo * method)); DO_APP_FUNC(0x029DAF90, void, PlayerInput_1_InitializeActions, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029DB880, void, PlayerInput_1_UninitializeActions, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029DBB80, void, PlayerInput_1_InstallOnActionTriggeredHook, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029DBE70, void, PlayerInput_1_UninstallOnActionTriggeredHook, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029DC0A0, void, PlayerInput_1_OnActionTriggered, (PlayerInput_1 * __this, InputAction_CallbackContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92CD8, PlayerInput_1_OnActionTriggered__MethodInfo); DO_APP_FUNC(0x029DC3A0, void, PlayerInput_1_CacheMessageNames, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlayerInput_1_ClearCaches, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029DC950, void, PlayerInput_1_AssignUserAndDevices, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029DD6A0, bool, PlayerInput_1_HaveBindingForDevice, (PlayerInput_1 * __this, InputDevice * device, MethodInfo * method)); DO_APP_FUNC(0x029DD860, void, PlayerInput_1_UnassignUserAndDevices, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029DDA20, bool, PlayerInput_1_TryToActivateControlScheme, (PlayerInput_1 * __this, InputControlScheme controlScheme, MethodInfo * method)); DO_APP_FUNC(0x029DDD90, void, PlayerInput_1_AssignPlayerIndex, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029DE140, void, PlayerInput_1_OnEnable, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029DE9B0, void, PlayerInput_1_StartListeningForUnpairedDeviceActivity, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029DED30, void, PlayerInput_1_StopListeningForUnpairedDeviceActivity, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029DEE60, void, PlayerInput_1_StartListeningForDeviceChanges, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029DEF80, void, PlayerInput_1_StopListeningForDeviceChanges, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029DEFF0, void, PlayerInput_1_OnDisable, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029DF4C0, void, PlayerInput_1_DebugLogAction, (PlayerInput_1 * __this, InputAction_CallbackContext context, MethodInfo * method)); DO_APP_FUNC(0x029DF520, void, PlayerInput_1_HandleDeviceLost, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029DF640, void, PlayerInput_1_HandleDeviceRegained, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029DF760, void, PlayerInput_1_HandleControlsChanged, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029DF880, void, PlayerInput_1_OnUserChange, (InputUser user, InputUserChange__Enum change, InputDevice * device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92C30, PlayerInput_1_OnUserChange__MethodInfo); DO_APP_FUNC(0x029DFA20, bool, PlayerInput_1_OnPreFilterUnpairedDeviceUsed, (InputDevice * device, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92CA8, PlayerInput_1_OnPreFilterUnpairedDeviceUsed__MethodInfo); DO_APP_FUNC(0x029DFDA0, void, PlayerInput_1_OnUnpairedDeviceUsed, (PlayerInput_1 * __this, InputControl * control, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92CC0, PlayerInput_1_OnUnpairedDeviceUsed__MethodInfo); DO_APP_FUNC(0x029E0680, void, PlayerInput_1_OnDeviceChange, (PlayerInput_1 * __this, InputDevice * device, InputDeviceChange__Enum change, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92CC8, PlayerInput_1_OnDeviceChange__MethodInfo); DO_APP_FUNC(0x029E0840, void, PlayerInput_1_SwitchControlSchemeInternal, (PlayerInput_1 * __this, InputControlScheme * controlScheme, InputDevice__Array * devices, MethodInfo * method)); DO_APP_FUNC(0x029E0FE0, void, PlayerInput_1__ctor, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x029E1040, void, PlayerInput_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, PlayerInput_ActionEvent_get_actionId, (PlayerInput_ActionEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, PlayerInput_ActionEvent_get_actionName, (PlayerInput_ActionEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x029E10A0, void, PlayerInput_ActionEvent__ctor, (PlayerInput_ActionEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x029E10E0, void, PlayerInput_ActionEvent__ctor_1, (PlayerInput_ActionEvent * __this, InputAction_1 * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92AE8, PlayerInput_ActionEvent__ctor_1__MethodInfo); DO_APP_FUNC(0x029E1530, void, PlayerInput_ActionEvent__ctor_2, (PlayerInput_ActionEvent * __this, Guid actionGUID, String * name, MethodInfo * method)); DO_APP_FUNC(0x029E1660, void, PlayerInput_DeviceLostEvent__ctor, (PlayerInput_DeviceLostEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x029E16A0, void, PlayerInput_DeviceRegainedEvent__ctor, (PlayerInput_DeviceRegainedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x029E16E0, void, PlayerInput_ControlsChangedEvent__ctor, (PlayerInput_ControlsChangedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00531160, bool, PlayerInputManager_get_splitScreen, (PlayerInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x029E1720, void, PlayerInputManager_set_splitScreen, (PlayerInputManager * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00610C20, bool, PlayerInputManager_get_maintainAspectRatioInSplitScreen, (PlayerInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADDA40, int32_t, PlayerInputManager_get_fixedNumberOfSplitScreens, (PlayerInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00B2F370, Rect, PlayerInputManager_get_splitScreenArea, (PlayerInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x029E1A80, int32_t, PlayerInputManager_get_playerCount, (PlayerInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, PlayerInputManager_get_maxPlayerCount, (PlayerInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, PlayerInputManager_get_joiningEnabled, (PlayerInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, PlayerJoinBehavior__Enum, PlayerInputManager_get_joinBehavior, (PlayerInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x029E1AE0, void, PlayerInputManager_set_joinBehavior, (PlayerInputManager * __this, PlayerJoinBehavior__Enum value, MethodInfo * method)); DO_APP_FUNC(0x029E1B30, InputActionProperty, PlayerInputManager_get_joinAction, (PlayerInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x029E1B50, void, PlayerInputManager_set_joinAction, (PlayerInputManager * __this, InputActionProperty value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, PlayerNotifications__Enum, PlayerInputManager_get_notificationBehavior, (PlayerInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, PlayerInputManager_set_notificationBehavior, (PlayerInputManager * __this, PlayerNotifications__Enum value, MethodInfo * method)); DO_APP_FUNC(0x029E1C30, PlayerInputManager_PlayerJoinedEvent *, PlayerInputManager_get_playerJoinedEvent, (PlayerInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x029E1D10, PlayerInputManager_PlayerLeftEvent *, PlayerInputManager_get_playerLeftEvent, (PlayerInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x029E1DF0, void, PlayerInputManager_add_onPlayerJoined, (PlayerInputManager * __this, Action_1_UnityEngine_InputSystem_PlayerInput_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92A08, PlayerInputManager_add_onPlayerJoined__MethodInfo); DO_APP_FUNC(0x029E1EA0, void, PlayerInputManager_remove_onPlayerJoined, (PlayerInputManager * __this, Action_1_UnityEngine_InputSystem_PlayerInput_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92A10, PlayerInputManager_remove_onPlayerJoined__MethodInfo); DO_APP_FUNC(0x029E1F50, void, PlayerInputManager_add_onPlayerLeft, (PlayerInputManager * __this, Action_1_UnityEngine_InputSystem_PlayerInput_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92A18, PlayerInputManager_add_onPlayerLeft__MethodInfo); DO_APP_FUNC(0x029E2000, void, PlayerInputManager_remove_onPlayerLeft, (PlayerInputManager * __this, Action_1_UnityEngine_InputSystem_PlayerInput_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C929F8, PlayerInputManager_remove_onPlayerLeft__MethodInfo); DO_APP_FUNC(0x003C5420, GameObject *, PlayerInputManager_get_playerPrefab, (PlayerInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, PlayerInputManager_set_playerPrefab, (PlayerInputManager * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x029E20B0, PlayerInputManager *, PlayerInputManager_get_instance, (MethodInfo * method)); DO_APP_FUNC(0x029E20F0, void, PlayerInputManager_set_instance, (PlayerInputManager * value, MethodInfo * method)); DO_APP_FUNC(0x029E2190, void, PlayerInputManager_EnableJoining, (PlayerInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x029E2480, void, PlayerInputManager_DisableJoining, (PlayerInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x029E2560, void, PlayerInputManager_JoinPlayerFromUI, (PlayerInputManager * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92A60, PlayerInputManager_JoinPlayerFromUI__MethodInfo); DO_APP_FUNC(0x029E25D0, void, PlayerInputManager_JoinPlayerFromAction, (PlayerInputManager * __this, InputAction_CallbackContext context, MethodInfo * method)); DO_APP_FUNC(0x029E2640, void, PlayerInputManager_JoinPlayerFromActionIfNotAlreadyJoined, (PlayerInputManager * __this, InputAction_CallbackContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92A38, PlayerInputManager_JoinPlayerFromActionIfNotAlreadyJoined__MethodInfo); DO_APP_FUNC(0x029E27D0, PlayerInput_1 *, PlayerInputManager_JoinPlayer, (PlayerInputManager * __this, int32_t playerIndex, int32_t splitScreenIndex, String * controlScheme, InputDevice * pairWithDevice, MethodInfo * method)); DO_APP_FUNC(0x029E2890, PlayerInput_1 *, PlayerInputManager_JoinPlayer_1, (PlayerInputManager * __this, int32_t playerIndex, int32_t splitScreenIndex, String * controlScheme, InputDevice__Array * pairWithDevices, MethodInfo * method)); DO_APP_FUNC(0x029E2950, String__Array *, PlayerInputManager_get_messages, (MethodInfo * method)); DO_APP_FUNC(0x029E2A50, bool, PlayerInputManager_CheckIfPlayerCanJoin, (PlayerInputManager * __this, int32_t playerIndex, MethodInfo * method)); DO_APP_FUNC(0x029E2DF0, void, PlayerInputManager_OnUnpairedDeviceUsed, (PlayerInputManager * __this, InputControl * control, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92A50, PlayerInputManager_OnUnpairedDeviceUsed__MethodInfo); DO_APP_FUNC(0x029E2EA0, void, PlayerInputManager_OnEnable, (PlayerInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x029E34F0, void, PlayerInputManager_OnDisable, (PlayerInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x029E36B0, void, PlayerInputManager_UpdateSplitScreen, (PlayerInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x029E3E50, bool, PlayerInputManager_IsDeviceUsableWithPlayerActions, (PlayerInputManager * __this, InputDevice * device, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlayerInputManager_ValidateInputActionAsset, (PlayerInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x029E44A0, void, PlayerInputManager_NotifyPlayerJoined, (PlayerInputManager * __this, PlayerInput_1 * player, MethodInfo * method)); DO_APP_FUNC(0x029E45E0, void, PlayerInputManager_NotifyPlayerLeft, (PlayerInputManager * __this, PlayerInput_1 * player, MethodInfo * method)); DO_APP_FUNC(0x029E4720, void, PlayerInputManager__ctor, (PlayerInputManager * __this, MethodInfo * method)); DO_APP_FUNC(0x029E4790, void, PlayerInputManager_PlayerJoinedEvent__ctor, (PlayerInputManager_PlayerJoinedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x029E47D0, void, PlayerInputManager_PlayerLeftEvent__ctor, (PlayerInputManager_PlayerLeftEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x029E4810, void, DynamicBitfield_SetLength, (DynamicBitfield * __this, int32_t newLength, MethodInfo * method)); DO_APP_FUNC(0x029E4870, void, DynamicBitfield_SetBit, (DynamicBitfield * __this, int32_t bitIndex, MethodInfo * method)); DO_APP_FUNC(0x029E4900, bool, DynamicBitfield_TestBit, (DynamicBitfield * __this, int32_t bitIndex, MethodInfo * method)); DO_APP_FUNC(0x029E4970, void, DynamicBitfield_ClearBit, (DynamicBitfield * __this, int32_t bitIndex, MethodInfo * method)); DO_APP_FUNC(0x029E4A00, int32_t, DynamicBitfield_BitCountToULongCount, (int32_t bitCount, MethodInfo * method)); DO_APP_FUNC(0x029E4A10, FourCC, PoseState_get_format, (PoseState * __this, MethodInfo * method)); DO_APP_FUNC(0x029E4A70, void, PoseState__ctor, (PoseState * __this, bool isTracked, InputTrackingState__Enum trackingState, Vector3 position, Quaternion rotation, Vector3 velocity, Vector3 angularVelocity, MethodInfo * method)); DO_APP_FUNC(0x029E4AC0, void, PoseState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x007086F0, ButtonControl *, PoseControl_get_isTracked, (PoseControl * __this, MethodInfo * method)); DO_APP_FUNC(0x00708700, void, PoseControl_set_isTracked, (PoseControl * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00708760, IntegerControl *, PoseControl_get_trackingState, (PoseControl * __this, MethodInfo * method)); DO_APP_FUNC(0x00708770, void, PoseControl_set_trackingState, (PoseControl * __this, IntegerControl * value, MethodInfo * method)); DO_APP_FUNC(0x009D17D0, Vector3Control *, PoseControl_get_position, (PoseControl * __this, MethodInfo * method)); DO_APP_FUNC(0x009D17E0, void, PoseControl_set_position, (PoseControl * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, QuaternionControl *, PoseControl_get_rotation, (PoseControl * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, PoseControl_set_rotation, (PoseControl * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, Vector3Control *, PoseControl_get_velocity, (PoseControl * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, PoseControl_set_velocity, (PoseControl * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900D30, Vector3Control *, PoseControl_get_angularVelocity, (PoseControl * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, PoseControl_set_angularVelocity, (PoseControl * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x029E4B00, void, PoseControl__ctor, (PoseControl * __this, MethodInfo * method)); DO_APP_FUNC(0x029E4BF0, void, PoseControl_FinishSetup, (PoseControl * __this, MethodInfo * method)); DO_APP_FUNC(0x029E4F90, PoseState, PoseControl_ReadUnprocessedValueFromState, (PoseControl * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x029E51B0, void, PoseControl_WriteValueIntoState, (PoseControl * __this, PoseState value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x029E53E0, FourCC, PoseControl_CalculateOptimizedControlDataType, (PoseControl * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, Vector3Control *, XRHMD_get_leftEyePosition, (XRHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, XRHMD_set_leftEyePosition, (XRHMD * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, QuaternionControl *, XRHMD_get_leftEyeRotation, (XRHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, XRHMD_set_leftEyeRotation, (XRHMD * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900D30, Vector3Control *, XRHMD_get_rightEyePosition, (XRHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, XRHMD_set_rightEyePosition, (XRHMD * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, QuaternionControl *, XRHMD_get_rightEyeRotation, (XRHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, XRHMD_set_rightEyeRotation, (XRHMD * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, Vector3Control *, XRHMD_get_centerEyePosition, (XRHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, XRHMD_set_centerEyePosition, (XRHMD * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, QuaternionControl *, XRHMD_get_centerEyeRotation, (XRHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, XRHMD_set_centerEyeRotation, (XRHMD * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x029E5670, void, XRHMD_FinishSetup, (XRHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, XRHMD__ctor, (XRHMD * __this, MethodInfo * method)); DO_APP_FUNC(0x029E59E0, XRController *, XRController_get_leftHand, (MethodInfo * method)); DO_APP_FUNC(0x029E5A90, XRController *, XRController_get_rightHand, (MethodInfo * method)); DO_APP_FUNC(0x029E5B40, void, XRController_FinishSetup, (XRController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, XRController__ctor, (XRController * __this, MethodInfo * method)); DO_APP_FUNC(0x029E5D30, void, XRControllerWithRumble_SendImpulse, (XRControllerWithRumble * __this, float amplitude, float duration, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, XRControllerWithRumble__ctor, (XRControllerWithRumble * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, TrackedPoseDriver_TrackingType__Enum, TrackedPoseDriver_get_trackingType, (TrackedPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, TrackedPoseDriver_set_trackingType, (TrackedPoseDriver * __this, TrackedPoseDriver_TrackingType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, TrackedPoseDriver_UpdateType__Enum, TrackedPoseDriver_get_updateType, (TrackedPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, TrackedPoseDriver_set_updateType, (TrackedPoseDriver * __this, TrackedPoseDriver_UpdateType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, TrackedPoseDriver_get_ignoreTrackingState, (TrackedPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, TrackedPoseDriver_set_ignoreTrackingState, (TrackedPoseDriver * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x017784D0, InputActionProperty, TrackedPoseDriver_get_positionInput, (TrackedPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x029E5DE0, void, TrackedPoseDriver_set_positionInput, (TrackedPoseDriver * __this, InputActionProperty value, MethodInfo * method)); DO_APP_FUNC(0x01AE96E0, InputActionProperty, TrackedPoseDriver_get_rotationInput, (TrackedPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x029E5F40, void, TrackedPoseDriver_set_rotationInput, (TrackedPoseDriver * __this, InputActionProperty value, MethodInfo * method)); DO_APP_FUNC(0x029E60A0, InputActionProperty, TrackedPoseDriver_get_trackingStateInput, (TrackedPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x029E60C0, void, TrackedPoseDriver_set_trackingStateInput, (TrackedPoseDriver * __this, InputActionProperty value, MethodInfo * method)); DO_APP_FUNC(0x029E6220, void, TrackedPoseDriver_BindActions, (TrackedPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x029E6250, void, TrackedPoseDriver_UnbindActions, (TrackedPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x029E6280, void, TrackedPoseDriver_BindPosition, (TrackedPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x029E6510, void, TrackedPoseDriver_BindRotation, (TrackedPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x029E67A0, void, TrackedPoseDriver_BindTrackingState, (TrackedPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x029E6A30, void, TrackedPoseDriver_UnbindPosition, (TrackedPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x029E6C70, void, TrackedPoseDriver_UnbindRotation, (TrackedPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x029E6EB0, void, TrackedPoseDriver_UnbindTrackingState, (TrackedPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x029E70F0, void, TrackedPoseDriver_OnPositionPerformed, (TrackedPoseDriver * __this, InputAction_CallbackContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C927F0, TrackedPoseDriver_OnPositionPerformed__MethodInfo); DO_APP_FUNC(0x029E7150, void, TrackedPoseDriver_OnPositionCanceled, (TrackedPoseDriver * __this, InputAction_CallbackContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92800, TrackedPoseDriver_OnPositionCanceled__MethodInfo); DO_APP_FUNC(0x029E71A0, void, TrackedPoseDriver_OnRotationPerformed, (TrackedPoseDriver * __this, InputAction_CallbackContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92898, TrackedPoseDriver_OnRotationPerformed__MethodInfo); DO_APP_FUNC(0x029E7200, void, TrackedPoseDriver_OnRotationCanceled, (TrackedPoseDriver * __this, InputAction_CallbackContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92870, TrackedPoseDriver_OnRotationCanceled__MethodInfo); DO_APP_FUNC(0x029E7250, void, TrackedPoseDriver_OnTrackingStatePerformed, (TrackedPoseDriver * __this, InputAction_CallbackContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92828, TrackedPoseDriver_OnTrackingStatePerformed__MethodInfo); DO_APP_FUNC(0x029E72B0, void, TrackedPoseDriver_OnTrackingStateCanceled, (TrackedPoseDriver * __this, InputAction_CallbackContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92830, TrackedPoseDriver_OnTrackingStateCanceled__MethodInfo); DO_APP_FUNC(0x029E72C0, void, TrackedPoseDriver_Reset, (TrackedPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x029E7600, void, TrackedPoseDriver_Awake, (TrackedPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x029E76F0, void, TrackedPoseDriver_OnEnable, (TrackedPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x029E77C0, void, TrackedPoseDriver_OnDisable, (TrackedPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x029E7890, void, TrackedPoseDriver_OnDestroy, (TrackedPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x029E7980, void, TrackedPoseDriver_UpdateCallback, (TrackedPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92740, TrackedPoseDriver_UpdateCallback__MethodInfo); DO_APP_FUNC(0x029E7CD0, void, TrackedPoseDriver_ReadTrackingState, (TrackedPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x029E7F30, void, TrackedPoseDriver_OnUpdate, (TrackedPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x029E7F50, void, TrackedPoseDriver_OnBeforeRender, (TrackedPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x029E7F70, void, TrackedPoseDriver_PerformUpdate, (TrackedPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x029E7FB0, void, TrackedPoseDriver_SetLocalTransform, (TrackedPoseDriver * __this, Vector3 newPosition, Quaternion newRotation, MethodInfo * method)); DO_APP_FUNC(0x029E81F0, bool, TrackedPoseDriver_HasStereoCamera, (TrackedPoseDriver * __this, Camera * * cameraComponent, MethodInfo * method)); DO_APP_FUNC(0x029E82A0, InputAction_1 *, TrackedPoseDriver_get_positionAction, (TrackedPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x029E82B0, void, TrackedPoseDriver_set_positionAction, (TrackedPoseDriver * __this, InputAction_1 * value, MethodInfo * method)); DO_APP_FUNC(0x029E8430, InputAction_1 *, TrackedPoseDriver_get_rotationAction, (TrackedPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x029E8440, void, TrackedPoseDriver_set_rotationAction, (TrackedPoseDriver * __this, InputAction_1 * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TrackedPoseDriver_UnityEngine_ISerializationCallbackReceiver_OnBeforeSerialize, (TrackedPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x029E85C0, void, TrackedPoseDriver_UnityEngine_ISerializationCallbackReceiver_OnAfterDeserialize, (TrackedPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x029E8680, void, TrackedPoseDriver__ctor, (TrackedPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x029E8750, uint32_t, XRLayoutBuilder_GetSizeOfFeature, (XRFeatureDescriptor featureDescriptor, MethodInfo * method)); DO_APP_FUNC(0x029E8810, String *, XRLayoutBuilder_SanitizeString, (String * original, bool allowPaths, MethodInfo * method)); DO_APP_FUNC(0x029E89C0, String *, XRLayoutBuilder_OnFindLayoutForDevice, (InputDeviceDescription * description, String * matchedLayout, InputDeviceExecuteCommandDelegate * executeCommandDelegate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C924D0, XRLayoutBuilder_OnFindLayoutForDevice__MethodInfo); DO_APP_FUNC(0x029E8FF0, String *, XRLayoutBuilder_ConvertPotentialAliasToName, (InputControlLayout * layout, String * nameOrAlias, MethodInfo * method)); DO_APP_FUNC(0x029E9290, bool, XRLayoutBuilder_IsSubControl, (XRLayoutBuilder * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x029E92D0, String *, XRLayoutBuilder_GetParentControlName, (XRLayoutBuilder * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x029E9310, bool, XRLayoutBuilder_IsPoseControl, (XRLayoutBuilder * __this, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * features, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x029E94D0, InputControlLayout *, XRLayoutBuilder_Build, (XRLayoutBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XRLayoutBuilder__ctor, (XRLayoutBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x029EA5D0, void, XRLayoutBuilder__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XRLayoutBuilder_c_DisplayClass5_0__ctor, (XRLayoutBuilder_c_DisplayClass5_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x029EA980, InputControlLayout *, XRLayoutBuilder_c_DisplayClass5_0__OnFindLayoutForDevice_b__0, (XRLayoutBuilder_c_DisplayClass5_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92690, XRLayoutBuilder_c_DisplayClass5_0__OnFindLayoutForDevice_b__0__MethodInfo); DO_APP_FUNC(0x029EA9A0, String *, XRDeviceDescriptor_ToJson, (XRDeviceDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x029EA9B0, XRDeviceDescriptor *, XRDeviceDescriptor_FromJson, (String * json, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XRDeviceDescriptor__ctor, (XRDeviceDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, uint32_t, Bone_get_parentBoneIndex, (Bone * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, Bone_set_parentBoneIndex, (Bone * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C585C0, Vector3, Bone_get_position, (Bone * __this, MethodInfo * method)); DO_APP_FUNC(0x029EA9F0, void, Bone_set_position, (Bone * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, Quaternion, Bone_get_rotation, (Bone * __this, MethodInfo * method)); DO_APP_FUNC(0x01915FA0, void, Bone_set_rotation, (Bone * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x01770B70, Vector3, Eyes_get_leftEyePosition, (Eyes * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC8470, void, Eyes_set_leftEyePosition, (Eyes * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01CE8A20, Quaternion, Eyes_get_leftEyeRotation, (Eyes * __this, MethodInfo * method)); DO_APP_FUNC(0x029EAA00, void, Eyes_set_leftEyeRotation, (Eyes * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x0224CAA0, Vector3, Eyes_get_rightEyePosition, (Eyes * __this, MethodInfo * method)); DO_APP_FUNC(0x029EAA10, void, Eyes_set_rightEyePosition, (Eyes * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x0114D740, Quaternion, Eyes_get_rightEyeRotation, (Eyes * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB03E0, void, Eyes_set_rightEyeRotation, (Eyes * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x00A23080, Vector3, Eyes_get_fixationPoint, (Eyes * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA4F50, void, Eyes_set_fixationPoint, (Eyes * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01CA4F60, float, Eyes_get_leftEyeOpenAmount, (Eyes * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA4F70, void, Eyes_set_leftEyeOpenAmount, (Eyes * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CE5090, float, Eyes_get_rightEyeOpenAmount, (Eyes * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE50A0, void, Eyes_set_rightEyeOpenAmount, (Eyes * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x004FC900, IntegerControl *, BoneControl_get_parentBoneIndex, (BoneControl * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC910, void, BoneControl_set_parentBoneIndex, (BoneControl * __this, IntegerControl * value, MethodInfo * method)); DO_APP_FUNC(0x004FC970, Vector3Control *, BoneControl_get_position, (BoneControl * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC980, void, BoneControl_set_position, (BoneControl * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x005E7780, QuaternionControl *, BoneControl_get_rotation, (BoneControl * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7790, void, BoneControl_set_rotation, (BoneControl * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x029EAA20, void, BoneControl_FinishSetup, (BoneControl * __this, MethodInfo * method)); DO_APP_FUNC(0x029EAC30, Bone, BoneControl_ReadUnprocessedValueFromState, (BoneControl * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x029EAD10, void, BoneControl_WriteValueIntoState, (BoneControl * __this, Bone value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x029EADD0, void, BoneControl__ctor, (BoneControl * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, Vector3Control *, EyesControl_get_leftEyePosition, (EyesControl * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, EyesControl_set_leftEyePosition, (EyesControl * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900D30, QuaternionControl *, EyesControl_get_leftEyeRotation, (EyesControl * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, EyesControl_set_leftEyeRotation, (EyesControl * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, Vector3Control *, EyesControl_get_rightEyePosition, (EyesControl * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, EyesControl_set_rightEyePosition, (EyesControl * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, QuaternionControl *, EyesControl_get_rightEyeRotation, (EyesControl * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, EyesControl_set_rightEyeRotation, (EyesControl * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, Vector3Control *, EyesControl_get_fixationPoint, (EyesControl * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, EyesControl_set_fixationPoint, (EyesControl * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, AxisControl *, EyesControl_get_leftEyeOpenAmount, (EyesControl * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, EyesControl_set_leftEyeOpenAmount, (EyesControl * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E10, AxisControl *, EyesControl_get_rightEyeOpenAmount, (EyesControl * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E20, void, EyesControl_set_rightEyeOpenAmount, (EyesControl * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x029EAE50, void, EyesControl_FinishSetup, (EyesControl * __this, MethodInfo * method)); DO_APP_FUNC(0x029EB260, Eyes, EyesControl_ReadUnprocessedValueFromState, (EyesControl * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x029EB3F0, void, EyesControl_WriteValueIntoState, (EyesControl * __this, Eyes value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x029EB580, void, EyesControl__ctor, (EyesControl * __this, MethodInfo * method)); DO_APP_FUNC(0x029EB600, void, XRSupport_Initialize, (MethodInfo * method)); DO_APP_FUNC(0x01770B70, HapticCapabilities, BufferedRumble_get_capabilities, (BufferedRumble * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC8470, void, BufferedRumble_set_capabilities, (BufferedRumble * __this, HapticCapabilities value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, InputDevice *, BufferedRumble_get_device, (BufferedRumble * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, BufferedRumble_set_device, (BufferedRumble * __this, InputDevice * value, MethodInfo * method)); DO_APP_FUNC(0x029ED090, void, BufferedRumble__ctor, (BufferedRumble * __this, InputDevice * device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C923F0, BufferedRumble__ctor__MethodInfo); DO_APP_FUNC(0x029ED1E0, void, BufferedRumble_EnqueueRumble, (BufferedRumble * __this, Byte__Array * samples, MethodInfo * method)); DO_APP_FUNC(0x009B8F70, void, HapticState__ctor, (HapticState * __this, uint32_t samplesQueued, uint32_t samplesAvailable, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, uint32_t, HapticState_get_samplesQueued, (HapticState * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, HapticState_set_samplesQueued, (HapticState * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C59320, uint32_t, HapticState_get_samplesAvailable, (HapticState * __this, MethodInfo * method)); DO_APP_FUNC(0x01914E90, void, HapticState_set_samplesAvailable, (HapticState * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x029ED420, FourCC, GetCurrentHapticStateCommand_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x029ED420, FourCC, GetCurrentHapticStateCommand_get_typeStatic, (GetCurrentHapticStateCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x029ED430, HapticState, GetCurrentHapticStateCommand_get_currentState, (GetCurrentHapticStateCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x029ED450, GetCurrentHapticStateCommand, GetCurrentHapticStateCommand_Create, (MethodInfo * method)); DO_APP_FUNC(0x009B8450, void, HapticCapabilities__ctor, (HapticCapabilities * __this, uint32_t numChannels, uint32_t frequencyHz, uint32_t maxBufferSize, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, uint32_t, HapticCapabilities_get_numChannels, (HapticCapabilities * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, HapticCapabilities_set_numChannels, (HapticCapabilities * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C59320, uint32_t, HapticCapabilities_get_frequencyHz, (HapticCapabilities * __this, MethodInfo * method)); DO_APP_FUNC(0x01914E90, void, HapticCapabilities_set_frequencyHz, (HapticCapabilities * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x00470F10, uint32_t, HapticCapabilities_get_maxBufferSize, (HapticCapabilities * __this, MethodInfo * method)); DO_APP_FUNC(0x01914EB0, void, HapticCapabilities_set_maxBufferSize, (HapticCapabilities * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x029ED480, FourCC, GetHapticCapabilitiesCommand_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x029ED480, FourCC, GetHapticCapabilitiesCommand_get_typeStatic, (GetHapticCapabilitiesCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x029ED490, HapticCapabilities, GetHapticCapabilitiesCommand_get_capabilities, (GetHapticCapabilitiesCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x029ED4B0, GetHapticCapabilitiesCommand, GetHapticCapabilitiesCommand_Create, (MethodInfo * method)); DO_APP_FUNC(0x029ED4E0, FourCC, SendBufferedHapticCommand_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x029ED4E0, FourCC, SendBufferedHapticCommand_get_typeStatic, (SendBufferedHapticCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x029ED4F0, SendBufferedHapticCommand, SendBufferedHapticCommand_Create, (Byte__Array * rumbleBuffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92380, SendBufferedHapticCommand_Create__MethodInfo); DO_APP_FUNC(0x029ED690, FourCC, SendHapticImpulseCommand_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x029ED690, FourCC, SendHapticImpulseCommand_get_typeStatic, (SendHapticImpulseCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x029ED6A0, SendHapticImpulseCommand, SendHapticImpulseCommand_Create, (int32_t motorChannel, float motorAmplitude, float motorDuration, MethodInfo * method)); DO_APP_FUNC(0x01901040, ButtonControl *, XInputController_get_menu, (XInputController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901050, void, XInputController_set_menu, (XInputController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x019010B0, ButtonControl *, XInputController_get_view, (XInputController * __this, MethodInfo * method)); DO_APP_FUNC(0x019010C0, void, XInputController_set_view, (XInputController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x029ED6D0, XInputController_DeviceSubType__Enum, XInputController_get_subType, (XInputController * __this, MethodInfo * method)); DO_APP_FUNC(0x029ED710, XInputController_DeviceFlags__Enum, XInputController_get_flags, (XInputController * __this, MethodInfo * method)); DO_APP_FUNC(0x029ED750, void, XInputController_FinishSetup, (XInputController * __this, MethodInfo * method)); DO_APP_FUNC(0x029ED830, void, XInputController_ParseCapabilities, (XInputController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, XInputController__ctor, (XInputController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, XInputControllerWindows__ctor, (XInputControllerWindows * __this, MethodInfo * method)); DO_APP_FUNC(0x029ED9D0, void, XInputSupport_Initialize, (MethodInfo * method)); DO_APP_FUNC(0x029EDB40, FourCC, XInputControllerWindowsState_get_format, (XInputControllerWindowsState * __this, MethodInfo * method)); DO_APP_FUNC(0x029EDB50, XInputControllerWindowsState, XInputControllerWindowsState_WithButton, (XInputControllerWindowsState * __this, XInputControllerWindowsState_Button__Enum button, MethodInfo * method)); DO_APP_FUNC(0x029EDB80, bool, InputUser_get_valid, (InputUser * __this, MethodInfo * method)); DO_APP_FUNC(0x029EDC10, int32_t, InputUser_get_index, (InputUser * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92258, InputUser_get_index__MethodInfo); DO_APP_FUNC(0x00AE0430, uint32_t, InputUser_get_id, (InputUser * __this, MethodInfo * method)); DO_APP_FUNC(0x029EDD80, Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle_, InputUser_get_platformUserAccountHandle, (InputUser * __this, MethodInfo * method)); DO_APP_FUNC(0x029EDE20, String *, InputUser_get_platformUserAccountName, (InputUser * __this, MethodInfo * method)); DO_APP_FUNC(0x029EDEA0, String *, InputUser_get_platformUserAccountId, (InputUser * __this, MethodInfo * method)); DO_APP_FUNC(0x029EDF20, ReadOnlyArray_1_UnityEngine_InputSystem_InputDevice_, InputUser_get_pairedDevices, (InputUser * __this, MethodInfo * method)); DO_APP_FUNC(0x029EE030, ReadOnlyArray_1_UnityEngine_InputSystem_InputDevice_, InputUser_get_lostDevices, (InputUser * __this, MethodInfo * method)); DO_APP_FUNC(0x029EE150, IInputActionCollection *, InputUser_get_actions, (InputUser * __this, MethodInfo * method)); DO_APP_FUNC(0x029EE1D0, Nullable_1_UnityEngine_InputSystem_InputControlScheme_, InputUser_get_controlScheme, (InputUser * __this, MethodInfo * method)); DO_APP_FUNC(0x029EE270, InputControlScheme_MatchResult, InputUser_get_controlSchemeMatch, (InputUser * __this, MethodInfo * method)); DO_APP_FUNC(0x029EE330, bool, InputUser_get_hasMissingRequiredDevices, (InputUser * __this, MethodInfo * method)); DO_APP_FUNC(0x029EE3B0, ReadOnlyArray_1_UnityEngine_InputSystem_Users_InputUser_, InputUser_get_all, (MethodInfo * method)); DO_APP_FUNC(0x029EE470, void, InputUser_add_onChange, (Action_3_UnityEngine_InputSystem_Users_InputUser_UnityEngine_InputSystem_Users_InputUserChange_UnityEngine_InputSystem_InputDevice_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C921D0, InputUser_add_onChange__MethodInfo); DO_APP_FUNC(0x029EE530, void, InputUser_remove_onChange, (Action_3_UnityEngine_InputSystem_Users_InputUser_UnityEngine_InputSystem_Users_InputUserChange_UnityEngine_InputSystem_InputDevice_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C921E0, InputUser_remove_onChange__MethodInfo); DO_APP_FUNC(0x029EE5F0, void, InputUser_add_onUnpairedDeviceUsed, (Action_2_UnityEngine_InputSystem_InputControl_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C921B0, InputUser_add_onUnpairedDeviceUsed__MethodInfo); DO_APP_FUNC(0x029EE6D0, void, InputUser_remove_onUnpairedDeviceUsed, (Action_2_UnityEngine_InputSystem_InputControl_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C921C0, InputUser_remove_onUnpairedDeviceUsed__MethodInfo); DO_APP_FUNC(0x029EE7C0, void, InputUser_add_onPrefilterUnpairedDeviceActivity, (Func_3_UnityEngine_InputSystem_InputDevice_UnityEngine_InputSystem_LowLevel_InputEventPtr_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92210, InputUser_add_onPrefilterUnpairedDeviceActivity__MethodInfo); DO_APP_FUNC(0x029EE880, void, InputUser_remove_onPrefilterUnpairedDeviceActivity, (Func_3_UnityEngine_InputSystem_InputDevice_UnityEngine_InputSystem_LowLevel_InputEventPtr_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92220, InputUser_remove_onPrefilterUnpairedDeviceActivity__MethodInfo); DO_APP_FUNC(0x029EE940, int32_t, InputUser_get_listenForUnpairedDeviceActivity, (MethodInfo * method)); DO_APP_FUNC(0x029EE980, void, InputUser_set_listenForUnpairedDeviceActivity, (int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C921F0, InputUser_set_listenForUnpairedDeviceActivity__MethodInfo); DO_APP_FUNC(0x029EEA80, String *, InputUser_ToString, (InputUser * __this, MethodInfo * method)); DO_APP_FUNC(0x029EEE10, void, InputUser_AssociateActionsWithUser, (InputUser * __this, IInputActionCollection * actions, MethodInfo * method)); DO_APP_FUNC(0x029EF310, InputUser_ControlSchemeChangeSyntax, InputUser_ActivateControlScheme, (InputUser * __this, String * schemeName, MethodInfo * method)); DO_APP_FUNC(0x029EF390, bool, InputUser_TryFindControlScheme, (InputUser * __this, String * schemeName, InputControlScheme * scheme, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92148, InputUser_TryFindControlScheme__MethodInfo); DO_APP_FUNC(0x029EF720, void, InputUser_FindControlScheme, (InputUser * __this, String * schemeName, InputControlScheme * scheme, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C920F0, InputUser_FindControlScheme__MethodInfo); DO_APP_FUNC(0x029EF800, InputUser_ControlSchemeChangeSyntax, InputUser_ActivateControlScheme_1, (InputUser * __this, InputControlScheme scheme, MethodInfo * method)); DO_APP_FUNC(0x029EF9C0, void, InputUser_ActivateControlSchemeInternal, (InputUser * __this, int32_t userIndex, InputControlScheme scheme, MethodInfo * method)); DO_APP_FUNC(0x029EFEF0, void, InputUser_UnpairDevice, (InputUser * __this, InputDevice * device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C921A0, InputUser_UnpairDevice__MethodInfo); DO_APP_FUNC(0x029EFFF0, void, InputUser_UnpairDevices, (InputUser * __this, MethodInfo * method)); DO_APP_FUNC(0x029F0310, void, InputUser_RemoveLostDevicesForUser, (int32_t userIndex, MethodInfo * method)); DO_APP_FUNC(0x029F04C0, void, InputUser_UnpairDevicesAndRemoveUser, (InputUser * __this, MethodInfo * method)); DO_APP_FUNC(0x029F04F0, InputControlList_1_InputDevice_, InputUser_GetUnpairedInputDevices, (MethodInfo * method)); DO_APP_FUNC(0x029F0550, int32_t, InputUser_GetUnpairedInputDevices_1, (InputControlList_1_InputDevice_ * list, MethodInfo * method)); DO_APP_FUNC(0x029F0850, Nullable_1_UnityEngine_InputSystem_Users_InputUser_, InputUser_FindUserPairedToDevice, (InputDevice * device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92188, InputUser_FindUserPairedToDevice__MethodInfo); DO_APP_FUNC(0x029F0A30, Nullable_1_UnityEngine_InputSystem_Users_InputUser_, InputUser_FindUserByAccount, (InputUserAccountHandle platformUserAccountHandle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92060, InputUser_FindUserByAccount__MethodInfo); DO_APP_FUNC(0x029F0C70, InputUser, InputUser_CreateUserWithoutPairedDevices, (MethodInfo * method)); DO_APP_FUNC(0x029F0CD0, InputUser, InputUser_PerformPairingWithDevice, (InputDevice * device, InputUser user, InputUserPairingOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92048, InputUser_PerformPairingWithDevice__MethodInfo); DO_APP_FUNC(0x029F0F00, bool, InputUser_InitiateUserAccountSelection, (int32_t userIndex, InputDevice * device, InputUserPairingOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x00C514D0, bool, InputUser_Equals, (InputUser * __this, InputUser other, MethodInfo * method)); DO_APP_FUNC(0x029F1160, bool, InputUser_Equals_1, (InputUser * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, InputUser_GetHashCode, (InputUser * __this, MethodInfo * method)); DO_APP_FUNC(0x00B40120, bool, InputUser_op_Equality, (InputUser left, InputUser right, MethodInfo * method)); DO_APP_FUNC(0x00B30240, bool, InputUser_op_Inequality, (InputUser left, InputUser right, MethodInfo * method)); DO_APP_FUNC(0x029F11F0, int32_t, InputUser_AddUser, (MethodInfo * method)); DO_APP_FUNC(0x029F15C0, void, InputUser_RemoveUser, (int32_t userIndex, MethodInfo * method)); DO_APP_FUNC(0x029F1A10, void, InputUser_Notify, (int32_t userIndex, InputUserChange__Enum change, InputDevice * device, MethodInfo * method)); DO_APP_FUNC(0x029F1C50, int32_t, InputUser_TryFindUserIndex, (uint32_t userId, MethodInfo * method)); DO_APP_FUNC(0x029F1CE0, int32_t, InputUser_TryFindUserIndex_1, (InputUserAccountHandle platformHandle, MethodInfo * method)); DO_APP_FUNC(0x029F1E10, int32_t, InputUser_TryFindUserIndex_2, (InputDevice * device, MethodInfo * method)); DO_APP_FUNC(0x029F1F10, void, InputUser_AddDeviceToUser, (int32_t userIndex, InputDevice * device, bool asLostDevice, bool dontUpdateControlScheme, MethodInfo * method)); DO_APP_FUNC(0x029F2450, void, InputUser_RemoveDeviceFromUser, (int32_t userIndex, InputDevice * device, bool asLostDevice, MethodInfo * method)); DO_APP_FUNC(0x029F2B30, void, InputUser_UpdateControlSchemeMatch, (int32_t userIndex, bool autoPairMissing, MethodInfo * method)); DO_APP_FUNC(0x029F3490, int64_t, InputUser_UpdatePlatformUserAccount, (int32_t userIndex, InputDevice * device, MethodInfo * method)); DO_APP_FUNC(0x029F3BA0, int64_t, InputUser_QueryPairedPlatformUserAccount, (InputDevice * device, Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle_ * platformAccountHandle, String * * platformAccountName, String * * platformAccountId, MethodInfo * method)); DO_APP_FUNC(0x029F4140, bool, InputUser_InitiateUserAccountSelectionAtPlatformLevel, (InputDevice * device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91EA8, InputUser_InitiateUserAccountSelectionAtPlatformLevel__MethodInfo); DO_APP_FUNC(0x029F4210, void, InputUser_OnActionChange, (Object * obj, InputActionChange__Enum change, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91E58, InputUser_OnActionChange__MethodInfo); DO_APP_FUNC(0x029F4340, void, InputUser_OnDeviceChange, (InputDevice * device, InputDeviceChange__Enum change, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91E70, InputUser_OnDeviceChange__MethodInfo); DO_APP_FUNC(0x029F49D0, int32_t, InputUser_FindLostDevice, (InputDevice * device, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x029F4A80, void, InputUser_OnEvent, (InputEventPtr eventPtr, InputDevice * device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91E48, InputUser_OnEvent__MethodInfo); DO_APP_FUNC(0x029F4F90, ISavedState *, InputUser_SaveAndResetState, (MethodInfo * method)); DO_APP_FUNC(0x029F55D0, void, InputUser_HookIntoActionChange, (MethodInfo * method)); DO_APP_FUNC(0x029F57B0, void, InputUser_UnhookFromActionChange, (MethodInfo * method)); DO_APP_FUNC(0x029F58F0, void, InputUser_HookIntoDeviceChange, (MethodInfo * method)); DO_APP_FUNC(0x029F5A70, void, InputUser_UnhookFromDeviceChange, (MethodInfo * method)); DO_APP_FUNC(0x029F5B10, void, InputUser_HookIntoEvents, (MethodInfo * method)); DO_APP_FUNC(0x029F5C90, void, InputUser_UnhookFromDeviceStateChange, (MethodInfo * method)); DO_APP_FUNC(0x029F5D30, void, InputUser_DisposeAndResetGlobalState, (MethodInfo * method)); DO_APP_FUNC(0x029F5E90, void, InputUser_ResetGlobals, (MethodInfo * method)); DO_APP_FUNC(0x029F5F60, InputUser_ControlSchemeChangeSyntax, InputUser_ControlSchemeChangeSyntax_AndPairRemainingDevices, (InputUser_ControlSchemeChangeSyntax * __this, MethodInfo * method)); DO_APP_FUNC(0x029F5F80, int32_t, InputUser_CompareDevicesByUserAccount_Compare, (InputUser_CompareDevicesByUserAccount * __this, InputDevice * x, InputDevice * y, MethodInfo * method)); DO_APP_FUNC(0x0126EDF0, Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle_, InputUser_CompareDevicesByUserAccount_GetUserAccountHandleForDevice, (InputDevice * device, MethodInfo * method)); DO_APP_FUNC(0x029F60F0, void, InputUser_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputUser_c__ctor, (InputUser_c * __this, MethodInfo * method)); DO_APP_FUNC(0x029F61A0, void, InputUser_c__SaveAndResetState_b__86_0, (InputUser_c * __this, InputUser_GlobalState * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91F08, InputUser_c__SaveAndResetState_b__86_0__MethodInfo); DO_APP_FUNC(0x029F6370, void, InputUser_c__SaveAndResetState_b__86_1, (InputUser_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91F28, InputUser_c__SaveAndResetState_b__86_1__MethodInfo); DO_APP_FUNC(0x00470F00, String *, InputUserAccountHandle_get_apiName, (InputUserAccountHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, uint64_t, InputUserAccountHandle_get_handle, (InputUserAccountHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x029F6380, void, InputUserAccountHandle__ctor, (InputUserAccountHandle * __this, String * apiName, uint64_t handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95920, InputUserAccountHandle__ctor__MethodInfo); DO_APP_FUNC(0x029F6450, String *, InputUserAccountHandle_ToString, (InputUserAccountHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x029F6570, bool, InputUserAccountHandle_Equals, (InputUserAccountHandle * __this, InputUserAccountHandle other, MethodInfo * method)); DO_APP_FUNC(0x029F6670, bool, InputUserAccountHandle_Equals_1, (InputUserAccountHandle * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x029F6710, bool, InputUserAccountHandle_op_Equality, (InputUserAccountHandle left, InputUserAccountHandle right, MethodInfo * method)); DO_APP_FUNC(0x029F6730, bool, InputUserAccountHandle_op_Inequality, (InputUserAccountHandle left, InputUserAccountHandle right, MethodInfo * method)); DO_APP_FUNC(0x029F6750, int32_t, InputUserAccountHandle_GetHashCode, (InputUserAccountHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, InputUserSettings_get_customBindings, (InputUserSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InputUserSettings_set_customBindings, (InputUserSettings * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, InputUserSettings_get_invertMouseX, (InputUserSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, InputUserSettings_set_invertMouseX, (InputUserSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF3A0, bool, InputUserSettings_get_invertMouseY, (InputUserSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3B0, void, InputUserSettings_set_invertMouseY, (InputUserSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02664B40, Nullable_1_Single_, InputUserSettings_get_mouseSmoothing, (InputUserSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x029F67A0, void, InputUserSettings_set_mouseSmoothing, (InputUserSettings * __this, Nullable_1_Single_ value, MethodInfo * method)); DO_APP_FUNC(0x029F67B0, Nullable_1_Single_, InputUserSettings_get_mouseSensitivity, (InputUserSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C0DB00, void, InputUserSettings_set_mouseSensitivity, (InputUserSettings * __this, Nullable_1_Single_ value, MethodInfo * method)); DO_APP_FUNC(0x0041F540, bool, InputUserSettings_get_invertStickX, (InputUserSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F550, void, InputUserSettings_set_invertStickX, (InputUserSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0046DDA0, bool, InputUserSettings_get_invertStickY, (InputUserSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x0046DDB0, void, InputUserSettings_set_invertStickY, (InputUserSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02140F80, bool, InputUserSettings_get_swapSticks, (InputUserSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02140F90, void, InputUserSettings_set_swapSticks, (InputUserSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02140FA0, bool, InputUserSettings_get_swapBumpers, (InputUserSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02140FB0, void, InputUserSettings_set_swapBumpers, (InputUserSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, InputUserSettings_get_swapTriggers, (InputUserSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88980, void, InputUserSettings_set_swapTriggers, (InputUserSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x005DE710, bool, InputUserSettings_get_swapDpadAndLeftStick, (InputUserSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01D132E0, void, InputUserSettings_set_swapDpadAndLeftStick, (InputUserSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x005DE720, float, InputUserSettings_get_vibrationStrength, (InputUserSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE730, void, InputUserSettings_set_vibrationStrength, (InputUserSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputUserSettings_Apply, (InputUserSettings * __this, IInputActionCollection * actions, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputUserSettings__ctor, (InputUserSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, BaseInputOverride_get_compositionString, (BaseInputOverride * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, BaseInputOverride__ctor, (BaseInputOverride * __this, MethodInfo * method)); DO_APP_FUNC(0x029F67C0, void, ExtendedAxisEventData__ctor, (ExtendedAxisEventData * __this, EventSystem * eventSystem, MethodInfo * method)); DO_APP_FUNC(0x029F67D0, String *, ExtendedAxisEventData_ToString, (ExtendedAxisEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x029F68B0, void, ExtendedPointerEventData__ctor, (ExtendedPointerEventData * __this, EventSystem * eventSystem, MethodInfo * method)); DO_APP_FUNC(0x01D3A1F0, InputControl *, ExtendedPointerEventData_get_control, (ExtendedPointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A200, void, ExtendedPointerEventData_set_control, (ExtendedPointerEventData * __this, InputControl * value, MethodInfo * method)); DO_APP_FUNC(0x007086F0, InputDevice *, ExtendedPointerEventData_get_device, (ExtendedPointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x00708700, void, ExtendedPointerEventData_set_device, (ExtendedPointerEventData * __this, InputDevice * value, MethodInfo * method)); DO_APP_FUNC(0x029F68C0, int32_t, ExtendedPointerEventData_get_touchId, (ExtendedPointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x029F68D0, void, ExtendedPointerEventData_set_touchId, (ExtendedPointerEventData * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x029F68E0, UIPointerType__Enum, ExtendedPointerEventData_get_pointerType, (ExtendedPointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x029F68F0, void, ExtendedPointerEventData_set_pointerType, (ExtendedPointerEventData * __this, UIPointerType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x007087D0, int32_t, ExtendedPointerEventData_get_uiToolkitPointerId, (ExtendedPointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x007087E0, void, ExtendedPointerEventData_set_uiToolkitPointerId, (ExtendedPointerEventData * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x029F6900, Vector3, ExtendedPointerEventData_get_trackedDevicePosition, (ExtendedPointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x029F6920, void, ExtendedPointerEventData_set_trackedDevicePosition, (ExtendedPointerEventData * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x029F6940, Quaternion, ExtendedPointerEventData_get_trackedDeviceOrientation, (ExtendedPointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x029F6950, void, ExtendedPointerEventData_set_trackedDeviceOrientation, (ExtendedPointerEventData * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x029F6960, String *, ExtendedPointerEventData_ToString, (ExtendedPointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x029F71F0, int32_t, ExtendedPointerEventData_MakePointerIdForTouch, (int32_t deviceId, int32_t touchId, MethodInfo * method)); DO_APP_FUNC(0x00C7E150, int32_t, ExtendedPointerEventData_TouchIdFromPointerId, (int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x029F7200, void, ExtendedPointerEventData_ReadDeviceState, (ExtendedPointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x029F7650, int32_t, ExtendedPointerEventData_GetPenPointerId, (Pen * pen, MethodInfo * method)); DO_APP_FUNC(0x029F7950, int32_t, ExtendedPointerEventData_GetTouchPointerId, (TouchControl_1 * touchControl, MethodInfo * method)); DO_APP_FUNC(0x005EA900, bool, InputSystemUIInputModule_get_deselectOnBackgroundClick, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x005EA910, void, InputSystemUIInputModule_set_deselectOnBackgroundClick, (InputSystemUIInputModule * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0101D7C0, UIPointerBehavior__Enum, InputSystemUIInputModule_get_pointerBehavior, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D7D0, void, InputSystemUIInputModule_set_pointerBehavior, (InputSystemUIInputModule * __this, UIPointerBehavior__Enum value, MethodInfo * method)); DO_APP_FUNC(0x018BD840, InputSystemUIInputModule_CursorLockBehavior__Enum, InputSystemUIInputModule_get_cursorLockBehavior, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0239F890, void, InputSystemUIInputModule_set_cursorLockBehavior, (InputSystemUIInputModule * __this, InputSystemUIInputModule_CursorLockBehavior__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01DF8240, GameObject *, InputSystemUIInputModule_get_localMultiPlayerRoot, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF8250, void, InputSystemUIInputModule_set_localMultiPlayerRoot, (InputSystemUIInputModule * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x029F7AB0, void, InputSystemUIInputModule_ActivateModule, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x029F7C10, bool, InputSystemUIInputModule_IsPointerOverGameObject, (InputSystemUIInputModule * __this, int32_t pointerOrTouchId, MethodInfo * method)); DO_APP_FUNC(0x029F7EE0, RaycastResult, InputSystemUIInputModule_GetLastRaycastResult, (InputSystemUIInputModule * __this, int32_t pointerOrTouchId, MethodInfo * method)); DO_APP_FUNC(0x029F8030, RaycastResult, InputSystemUIInputModule_PerformRaycast, (InputSystemUIInputModule * __this, ExtendedPointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95820, InputSystemUIInputModule_PerformRaycast__MethodInfo); DO_APP_FUNC(0x029F83C0, void, InputSystemUIInputModule_ProcessPointer, (InputSystemUIInputModule * __this, PointerModel * state, MethodInfo * method)); DO_APP_FUNC(0x029F8A50, bool, InputSystemUIInputModule_PointerShouldIgnoreTransform, (InputSystemUIInputModule * __this, Transform * t, MethodInfo * method)); DO_APP_FUNC(0x029F8C30, void, InputSystemUIInputModule_ProcessPointerMovement, (InputSystemUIInputModule * __this, PointerModel * pointer, ExtendedPointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x029F8C90, void, InputSystemUIInputModule_ProcessPointerMovement_1, (InputSystemUIInputModule * __this, ExtendedPointerEventData * eventData, GameObject * currentPointerTarget, MethodInfo * method)); DO_APP_FUNC(0x029F9C10, void, InputSystemUIInputModule_ProcessPointerButton, (InputSystemUIInputModule * __this, PointerModel_ButtonState * button, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x029FAB80, void, InputSystemUIInputModule_ProcessPointerButtonDrag, (InputSystemUIInputModule * __this, PointerModel_ButtonState * button, ExtendedPointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x029FB020, void, InputSystemUIInputModule_ProcessPointerScroll, (PointerModel * pointer, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x029FB120, void, InputSystemUIInputModule_ProcessNavigation, (InputSystemUIInputModule * __this, NavigationModel * navigationState, MethodInfo * method)); DO_APP_FUNC(0x029FB7E0, bool, InputSystemUIInputModule_IsMoveAllowed, (InputSystemUIInputModule * __this, AxisEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x00C92C50, float, InputSystemUIInputModule_get_moveRepeatDelay, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x01D80200, void, InputSystemUIInputModule_set_moveRepeatDelay, (InputSystemUIInputModule * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00CA3F80, float, InputSystemUIInputModule_get_moveRepeatRate, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA3F90, void, InputSystemUIInputModule_set_moveRepeatRate, (InputSystemUIInputModule * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x029FBC50, bool, InputSystemUIInputModule_get_explictlyIgnoreFocus, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x029FBCB0, bool, InputSystemUIInputModule_get_shouldIgnoreFocus, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA3F80, float, InputSystemUIInputModule_get_repeatRate, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA3F90, void, InputSystemUIInputModule_set_repeatRate, (InputSystemUIInputModule * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C92C50, float, InputSystemUIInputModule_get_repeatDelay, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x01D80200, void, InputSystemUIInputModule_set_repeatDelay, (InputSystemUIInputModule * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, Transform *, InputSystemUIInputModule_get_xrTrackingOrigin, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, InputSystemUIInputModule_set_xrTrackingOrigin, (InputSystemUIInputModule * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00ABB120, float, InputSystemUIInputModule_get_trackedDeviceDragThresholdMultiplier, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB130, void, InputSystemUIInputModule_set_trackedDeviceDragThresholdMultiplier, (InputSystemUIInputModule * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x029FBD70, void, InputSystemUIInputModule_SwapAction, (InputSystemUIInputModule * __this, InputActionReference * * property, InputActionReference * newValue, bool actionsHooked, Action_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * actionCallback, MethodInfo * method)); DO_APP_FUNC(0x003C7010, InputActionReference *, InputSystemUIInputModule_get_point, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x029FC3A0, void, InputSystemUIInputModule_set_point, (InputSystemUIInputModule * __this, InputActionReference * value, MethodInfo * method)); DO_APP_FUNC(0x003BF700, InputActionReference *, InputSystemUIInputModule_get_scrollWheel, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x029FC3E0, void, InputSystemUIInputModule_set_scrollWheel, (InputSystemUIInputModule * __this, InputActionReference * value, MethodInfo * method)); DO_APP_FUNC(0x00A90540, InputActionReference *, InputSystemUIInputModule_get_leftClick, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x029FC420, void, InputSystemUIInputModule_set_leftClick, (InputSystemUIInputModule * __this, InputActionReference * value, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, InputActionReference *, InputSystemUIInputModule_get_middleClick, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x029FC460, void, InputSystemUIInputModule_set_middleClick, (InputSystemUIInputModule * __this, InputActionReference * value, MethodInfo * method)); DO_APP_FUNC(0x00605860, InputActionReference *, InputSystemUIInputModule_get_rightClick, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x029FC4A0, void, InputSystemUIInputModule_set_rightClick, (InputSystemUIInputModule * __this, InputActionReference * value, MethodInfo * method)); DO_APP_FUNC(0x003C7020, InputActionReference *, InputSystemUIInputModule_get_move, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x029FC4E0, void, InputSystemUIInputModule_set_move, (InputSystemUIInputModule * __this, InputActionReference * value, MethodInfo * method)); DO_APP_FUNC(0x003C7030, InputActionReference *, InputSystemUIInputModule_get_submit, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x029FC520, void, InputSystemUIInputModule_set_submit, (InputSystemUIInputModule * __this, InputActionReference * value, MethodInfo * method)); DO_APP_FUNC(0x003C7040, InputActionReference *, InputSystemUIInputModule_get_cancel, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x029FC550, void, InputSystemUIInputModule_set_cancel, (InputSystemUIInputModule * __this, InputActionReference * value, MethodInfo * method)); DO_APP_FUNC(0x004B2C80, InputActionReference *, InputSystemUIInputModule_get_trackedDeviceOrientation, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x029FC580, void, InputSystemUIInputModule_set_trackedDeviceOrientation, (InputSystemUIInputModule * __this, InputActionReference * value, MethodInfo * method)); DO_APP_FUNC(0x00473D30, InputActionReference *, InputSystemUIInputModule_get_trackedDevicePosition, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x029FC5C0, void, InputSystemUIInputModule_set_trackedDevicePosition, (InputSystemUIInputModule * __this, InputActionReference * value, MethodInfo * method)); DO_APP_FUNC(0x029FC600, void, InputSystemUIInputModule_AssignDefaultActions, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x029FCF70, void, InputSystemUIInputModule_UnassignActions, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x029FD130, InputActionReference *, InputSystemUIInputModule_get_trackedDeviceSelect, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95798, InputSystemUIInputModule_get_trackedDeviceSelect__MethodInfo); DO_APP_FUNC(0x029FD180, void, InputSystemUIInputModule_set_trackedDeviceSelect, (InputSystemUIInputModule * __this, InputActionReference * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C957A8, InputSystemUIInputModule_set_trackedDeviceSelect__MethodInfo); DO_APP_FUNC(0x029FD1D0, void, InputSystemUIInputModule_Awake, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x029FD230, void, InputSystemUIInputModule_OnDestroy, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x029FD250, void, InputSystemUIInputModule_OnEnable, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x029FD500, void, InputSystemUIInputModule_OnDisable, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x029FD670, void, InputSystemUIInputModule_ResetPointers, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x029FD8E0, bool, InputSystemUIInputModule_HasNoActions, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x029FDAE0, void, InputSystemUIInputModule_EnableAllActions, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x029FDBA0, void, InputSystemUIInputModule_DisableAllActions, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x029FDC80, void, InputSystemUIInputModule_EnableInputAction, (InputSystemUIInputModule * __this, InputActionReference * inputActionReference, MethodInfo * method)); DO_APP_FUNC(0x029FDE70, void, InputSystemUIInputModule_TryDisableInputAction, (InputSystemUIInputModule * __this, InputActionReference * inputActionReference, bool isComponentDisabling, MethodInfo * method)); DO_APP_FUNC(0x029FE0D0, int32_t, InputSystemUIInputModule_GetPointerStateIndexFor, (InputSystemUIInputModule * __this, int32_t pointerOrTouchId, MethodInfo * method)); DO_APP_FUNC(0x029FE2A0, PointerModel *, InputSystemUIInputModule_GetPointerStateForIndex, (InputSystemUIInputModule * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x029FE2F0, int32_t, InputSystemUIInputModule_GetDisplayIndexFor, (InputSystemUIInputModule * __this, InputControl * control, MethodInfo * method)); DO_APP_FUNC(0x029FE3C0, int32_t, InputSystemUIInputModule_GetPointerStateIndexFor_1, (InputSystemUIInputModule * __this, InputAction_CallbackContext * context, MethodInfo * method)); DO_APP_FUNC(0x029FE440, int32_t, InputSystemUIInputModule_GetPointerStateIndexFor_2, (InputSystemUIInputModule * __this, InputControl * control, bool createIfNotExists, MethodInfo * method)); DO_APP_FUNC(0x029FF050, int32_t, InputSystemUIInputModule_AllocatePointer, (InputSystemUIInputModule * __this, int32_t pointerId, int32_t displayIndex, int32_t touchId, UIPointerType__Enum pointerType, InputControl * control, InputDevice * device, InputControl * touchControl, MethodInfo * method)); DO_APP_FUNC(0x029FF390, void, InputSystemUIInputModule_SendPointerExitEventsAndRemovePointer, (InputSystemUIInputModule * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x029FF580, void, InputSystemUIInputModule_RemovePointerAtIndex, (InputSystemUIInputModule * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x029FFB20, void, InputSystemUIInputModule_PurgeStalePointers, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x029FFCA0, bool, InputSystemUIInputModule_HaveControlForDevice, (InputDevice * device, InputActionReference * actionReference, MethodInfo * method)); DO_APP_FUNC(0x029FFD80, void, InputSystemUIInputModule_OnPointCallback, (InputSystemUIInputModule * __this, InputAction_CallbackContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95700, InputSystemUIInputModule_OnPointCallback__MethodInfo); DO_APP_FUNC(0x029FFE40, bool, InputSystemUIInputModule_IgnoreNextClick, (InputSystemUIInputModule * __this, InputAction_CallbackContext * context, bool wasPressed, MethodInfo * method)); DO_APP_FUNC(0x029FFF80, void, InputSystemUIInputModule_OnLeftClickCallback, (InputSystemUIInputModule * __this, InputAction_CallbackContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C956F8, InputSystemUIInputModule_OnLeftClickCallback__MethodInfo); DO_APP_FUNC(0x02A00080, void, InputSystemUIInputModule_OnRightClickCallback, (InputSystemUIInputModule * __this, InputAction_CallbackContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95718, InputSystemUIInputModule_OnRightClickCallback__MethodInfo); DO_APP_FUNC(0x02A001A0, void, InputSystemUIInputModule_OnMiddleClickCallback, (InputSystemUIInputModule * __this, InputAction_CallbackContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C956F0, InputSystemUIInputModule_OnMiddleClickCallback__MethodInfo); DO_APP_FUNC(0x02A002C0, bool, InputSystemUIInputModule_CheckForRemovedDevice, (InputSystemUIInputModule * __this, InputAction_CallbackContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A00330, void, InputSystemUIInputModule_OnScrollCallback, (InputSystemUIInputModule * __this, InputAction_CallbackContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95710, InputSystemUIInputModule_OnScrollCallback__MethodInfo); DO_APP_FUNC(0x02A00440, void, InputSystemUIInputModule_OnMoveCallback, (InputSystemUIInputModule * __this, InputAction_CallbackContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95708, InputSystemUIInputModule_OnMoveCallback__MethodInfo); DO_APP_FUNC(0x02A004B0, void, InputSystemUIInputModule_OnTrackedDeviceOrientationCallback, (InputSystemUIInputModule * __this, InputAction_CallbackContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95728, InputSystemUIInputModule_OnTrackedDeviceOrientationCallback__MethodInfo); DO_APP_FUNC(0x02A005C0, void, InputSystemUIInputModule_OnTrackedDevicePositionCallback, (InputSystemUIInputModule * __this, InputAction_CallbackContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95720, InputSystemUIInputModule_OnTrackedDevicePositionCallback__MethodInfo); DO_APP_FUNC(0x02A006E0, void, InputSystemUIInputModule_OnControlsChanged, (InputSystemUIInputModule * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C957B8, InputSystemUIInputModule_OnControlsChanged__MethodInfo); DO_APP_FUNC(0x02A006F0, void, InputSystemUIInputModule_FilterPointerStatesByType, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02A00AB0, void, InputSystemUIInputModule_Process, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02A00EA0, int32_t, InputSystemUIInputModule_ConvertUIToolkitPointerId, (InputSystemUIInputModule * __this, PointerEventData * sourcePointerData, MethodInfo * method)); DO_APP_FUNC(0x02A00FE0, void, InputSystemUIInputModule_HookActions, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x029FD230, void, InputSystemUIInputModule_UnhookActions, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02A01560, void, InputSystemUIInputModule_SetActionCallbacks, (InputSystemUIInputModule * __this, bool install, MethodInfo * method)); DO_APP_FUNC(0x02A016A0, void, InputSystemUIInputModule_SetActionCallback, (InputActionReference * actionReference, Action_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * callback, bool install, MethodInfo * method)); DO_APP_FUNC(0x02A01810, InputActionReference *, InputSystemUIInputModule_UpdateReferenceForNewAsset, (InputSystemUIInputModule * __this, InputActionReference * actionReference, MethodInfo * method)); DO_APP_FUNC(0x003C7000, InputActionAsset *, InputSystemUIInputModule_get_actionsAsset, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02A01990, void, InputSystemUIInputModule_set_actionsAsset, (InputSystemUIInputModule * __this, InputActionAsset * value, MethodInfo * method)); DO_APP_FUNC(0x02A01DD0, void, InputSystemUIInputModule__ctor, (InputSystemUIInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02A01E00, void, InputSystemUIInputModule__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003C5420, GameObject *, MultiplayerEventSystem_get_playerRoot, (MultiplayerEventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02A01EF0, void, MultiplayerEventSystem_set_playerRoot, (MultiplayerEventSystem * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x02A01F50, void, MultiplayerEventSystem_OnEnable, (MultiplayerEventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02A020B0, void, MultiplayerEventSystem_OnDisable, (MultiplayerEventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02A020C0, void, MultiplayerEventSystem_InitializePlayerRoot, (MultiplayerEventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02A02300, void, MultiplayerEventSystem_Update, (MultiplayerEventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02A023E0, void, MultiplayerEventSystem__ctor, (MultiplayerEventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02A02430, void, NavigationModel_Reset, (NavigationModel * __this, MethodInfo * method)); DO_APP_FUNC(0x02A02480, UIPointerType__Enum, PointerModel_get_pointerType, (PointerModel * __this, MethodInfo * method)); DO_APP_FUNC(0x02A024B0, Vector2, PointerModel_get_screenPosition, (PointerModel * __this, MethodInfo * method)); DO_APP_FUNC(0x02A024D0, void, PointerModel_set_screenPosition, (PointerModel * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02A02520, Vector3, PointerModel_get_worldPosition, (PointerModel * __this, MethodInfo * method)); DO_APP_FUNC(0x02A02540, void, PointerModel_set_worldPosition, (PointerModel * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02A025C0, Quaternion, PointerModel_get_worldOrientation, (PointerModel * __this, MethodInfo * method)); DO_APP_FUNC(0x02A025D0, void, PointerModel_set_worldOrientation, (PointerModel * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x02A02640, Vector2, PointerModel_get_scrollDelta, (PointerModel * __this, MethodInfo * method)); DO_APP_FUNC(0x02A02660, void, PointerModel_set_scrollDelta, (PointerModel * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02A026B0, float, PointerModel_get_pressure, (PointerModel * __this, MethodInfo * method)); DO_APP_FUNC(0x02A026C0, void, PointerModel_set_pressure, (PointerModel * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02A026E0, float, PointerModel_get_azimuthAngle, (PointerModel * __this, MethodInfo * method)); DO_APP_FUNC(0x02A026F0, void, PointerModel_set_azimuthAngle, (PointerModel * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02A02710, float, PointerModel_get_altitudeAngle, (PointerModel * __this, MethodInfo * method)); DO_APP_FUNC(0x02A02720, void, PointerModel_set_altitudeAngle, (PointerModel * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02A02740, float, PointerModel_get_twist, (PointerModel * __this, MethodInfo * method)); DO_APP_FUNC(0x02A02750, void, PointerModel_set_twist, (PointerModel * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02A02770, Vector2, PointerModel_get_radius, (PointerModel * __this, MethodInfo * method)); DO_APP_FUNC(0x02A02790, void, PointerModel_set_radius, (PointerModel * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02A027E0, void, PointerModel__ctor, (PointerModel * __this, ExtendedPointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02A02970, void, PointerModel_OnFrameFinished, (PointerModel * __this, MethodInfo * method)); DO_APP_FUNC(0x02A029F0, void, PointerModel_CopyTouchOrPenStateFrom, (PointerModel * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x00C59310, bool, PointerModel_ButtonState_get_isPressed, (PointerModel_ButtonState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A02AF0, void, PointerModel_ButtonState_set_isPressed, (PointerModel_ButtonState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C24000, bool, PointerModel_ButtonState_get_ignoreNextClick, (PointerModel_ButtonState * __this, MethodInfo * method)); DO_APP_FUNC(0x00C24010, void, PointerModel_ButtonState_set_ignoreNextClick, (PointerModel_ButtonState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C859B0, float, PointerModel_ButtonState_get_pressTime, (PointerModel_ButtonState * __this, MethodInfo * method)); DO_APP_FUNC(0x00C859C0, void, PointerModel_ButtonState_set_pressTime, (PointerModel_ButtonState * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C23FE0, bool, PointerModel_ButtonState_get_clickedOnSameGameObject, (PointerModel_ButtonState * __this, MethodInfo * method)); DO_APP_FUNC(0x00C23FF0, void, PointerModel_ButtonState_set_clickedOnSameGameObject, (PointerModel_ButtonState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02A02B40, bool, PointerModel_ButtonState_get_wasPressedThisFrame, (PointerModel_ButtonState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A02B60, bool, PointerModel_ButtonState_get_wasReleasedThisFrame, (PointerModel_ButtonState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A02B80, void, PointerModel_ButtonState_CopyPressStateTo, (PointerModel_ButtonState * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02A02D60, void, PointerModel_ButtonState_CopyPressStateFrom, (PointerModel_ButtonState * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02A02FA0, void, PointerModel_ButtonState_OnEndFrame, (PointerModel_ButtonState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A02FB0, Camera *, TrackedDeviceRaycaster_get_eventCamera, (TrackedDeviceRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5300, LayerMask, TrackedDeviceRaycaster_get_blockingMask, (TrackedDeviceRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5310, void, TrackedDeviceRaycaster_set_blockingMask, (TrackedDeviceRaycaster * __this, LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x009C8430, bool, TrackedDeviceRaycaster_get_checkFor3DOcclusion, (TrackedDeviceRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x009C8440, void, TrackedDeviceRaycaster_set_checkFor3DOcclusion, (TrackedDeviceRaycaster * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D09D10, bool, TrackedDeviceRaycaster_get_checkFor2DOcclusion, (TrackedDeviceRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x01D09D20, void, TrackedDeviceRaycaster_set_checkFor2DOcclusion, (TrackedDeviceRaycaster * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, TrackedDeviceRaycaster_get_ignoreReversedGraphics, (TrackedDeviceRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, TrackedDeviceRaycaster_set_ignoreReversedGraphics, (TrackedDeviceRaycaster * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB0F0, float, TrackedDeviceRaycaster_get_maxDistance, (TrackedDeviceRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA72C0, void, TrackedDeviceRaycaster_set_maxDistance, (TrackedDeviceRaycaster * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02A03100, RaycastResult, TrackedDeviceRaycaster_get_leftControllerHit, (TrackedDeviceRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x02A03130, RaycastResult, TrackedDeviceRaycaster_get_rightControllerHit, (TrackedDeviceRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x005D50F0, bool, TrackedDeviceRaycaster_get_isDropdownOpen, (TrackedDeviceRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x025C8370, void, TrackedDeviceRaycaster_set_isDropdownOpen, (TrackedDeviceRaycaster * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E81E00, bool, TrackedDeviceRaycaster_get_isLoading, (TrackedDeviceRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x01E81E10, void, TrackedDeviceRaycaster_set_isLoading, (TrackedDeviceRaycaster * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02A03170, void, TrackedDeviceRaycaster_OnEnable, (TrackedDeviceRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x02A03350, void, TrackedDeviceRaycaster_OnDisable, (TrackedDeviceRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x02A035A0, void, TrackedDeviceRaycaster_Raycast, (TrackedDeviceRaycaster * __this, PointerEventData * eventData, List_1_UnityEngine_EventSystems_RaycastResult_ * resultAppendList, MethodInfo * method)); DO_APP_FUNC(0x02A03640, void, TrackedDeviceRaycaster_PerformRaycast, (TrackedDeviceRaycaster * __this, ExtendedPointerEventData * eventData, List_1_UnityEngine_EventSystems_RaycastResult_ * resultAppendList, MethodInfo * method)); DO_APP_FUNC(0x02A04830, void, TrackedDeviceRaycaster_SortedRaycastGraphics, (TrackedDeviceRaycaster * __this, Canvas * canvas, Ray ray, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * results, MethodInfo * method)); DO_APP_FUNC(0x02A05190, bool, TrackedDeviceRaycaster_RayIntersectsRectTransform, (RectTransform * transform, Ray ray, Vector3 * worldPosition, float * distance, MethodInfo * method)); DO_APP_FUNC(0x02A05720, Canvas *, TrackedDeviceRaycaster_get_canvas, (TrackedDeviceRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x02A05890, void, TrackedDeviceRaycaster__ctor, (TrackedDeviceRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x02A05990, void, TrackedDeviceRaycaster__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02A05A70, void, TrackedDeviceRaycaster_RaycastHitData__ctor, (TrackedDeviceRaycaster_RaycastHitData * __this, Graphic * graphic, Vector3 worldHitPosition, Vector2 screenPosition, float distance, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Graphic *, TrackedDeviceRaycaster_RaycastHitData_get_graphic, (TrackedDeviceRaycaster_RaycastHitData * __this, MethodInfo * method)); DO_APP_FUNC(0x00999700, Vector3, TrackedDeviceRaycaster_RaycastHitData_get_worldHitPosition, (TrackedDeviceRaycaster_RaycastHitData * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDE540, Vector2, TrackedDeviceRaycaster_RaycastHitData_get_screenPosition, (TrackedDeviceRaycaster_RaycastHitData * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA9C0, float, TrackedDeviceRaycaster_RaycastHitData_get_distance, (TrackedDeviceRaycaster_RaycastHitData * __this, MethodInfo * method)); DO_APP_FUNC(0x02A05AF0, void, TrackedDeviceRaycaster_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TrackedDeviceRaycaster_c__ctor, (TrackedDeviceRaycaster_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02A05BA0, int32_t, TrackedDeviceRaycaster_c__SortedRaycastGraphics_b__35_0, (TrackedDeviceRaycaster_c * __this, TrackedDeviceRaycaster_RaycastHitData g1, TrackedDeviceRaycaster_RaycastHitData g2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C955D0, TrackedDeviceRaycaster_c__SortedRaycastGraphics_b__35_0__MethodInfo); DO_APP_FUNC(0x003B93B0, RectTransform *, VirtualMouseInput_get_cursorTransform, (VirtualMouseInput * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, VirtualMouseInput_set_cursorTransform, (VirtualMouseInput * __this, RectTransform * value, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, VirtualMouseInput_get_cursorSpeed, (VirtualMouseInput * __this, MethodInfo * method)); DO_APP_FUNC(0x00989750, void, VirtualMouseInput_set_cursorSpeed, (VirtualMouseInput * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, VirtualMouseInput_CursorMode__Enum, VirtualMouseInput_get_cursorMode, (VirtualMouseInput * __this, MethodInfo * method)); DO_APP_FUNC(0x02A05CA0, void, VirtualMouseInput_set_cursorMode, (VirtualMouseInput * __this, VirtualMouseInput_CursorMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Graphic *, VirtualMouseInput_get_cursorGraphic, (VirtualMouseInput * __this, MethodInfo * method)); DO_APP_FUNC(0x02A05E50, void, VirtualMouseInput_set_cursorGraphic, (VirtualMouseInput * __this, Graphic * value, MethodInfo * method)); DO_APP_FUNC(0x005DE720, float, VirtualMouseInput_get_scrollSpeed, (VirtualMouseInput * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE730, void, VirtualMouseInput_set_scrollSpeed, (VirtualMouseInput * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x009E4000, Mouse_1 *, VirtualMouseInput_get_virtualMouse, (VirtualMouseInput * __this, MethodInfo * method)); DO_APP_FUNC(0x029E1B30, InputActionProperty, VirtualMouseInput_get_stickAction, (VirtualMouseInput * __this, MethodInfo * method)); DO_APP_FUNC(0x02A05F60, void, VirtualMouseInput_set_stickAction, (VirtualMouseInput * __this, InputActionProperty value, MethodInfo * method)); DO_APP_FUNC(0x011301C0, InputActionProperty, VirtualMouseInput_get_leftButtonAction, (VirtualMouseInput * __this, MethodInfo * method)); DO_APP_FUNC(0x02A05F90, void, VirtualMouseInput_set_leftButtonAction, (VirtualMouseInput * __this, InputActionProperty value, MethodInfo * method)); DO_APP_FUNC(0x02A06150, InputActionProperty, VirtualMouseInput_get_rightButtonAction, (VirtualMouseInput * __this, MethodInfo * method)); DO_APP_FUNC(0x02A06170, void, VirtualMouseInput_set_rightButtonAction, (VirtualMouseInput * __this, InputActionProperty value, MethodInfo * method)); DO_APP_FUNC(0x02A06340, InputActionProperty, VirtualMouseInput_get_middleButtonAction, (VirtualMouseInput * __this, MethodInfo * method)); DO_APP_FUNC(0x02A06360, void, VirtualMouseInput_set_middleButtonAction, (VirtualMouseInput * __this, InputActionProperty value, MethodInfo * method)); DO_APP_FUNC(0x02A06520, InputActionProperty, VirtualMouseInput_get_forwardButtonAction, (VirtualMouseInput * __this, MethodInfo * method)); DO_APP_FUNC(0x02A06540, void, VirtualMouseInput_set_forwardButtonAction, (VirtualMouseInput * __this, InputActionProperty value, MethodInfo * method)); DO_APP_FUNC(0x02A06710, InputActionProperty, VirtualMouseInput_get_backButtonAction, (VirtualMouseInput * __this, MethodInfo * method)); DO_APP_FUNC(0x02A06730, void, VirtualMouseInput_set_backButtonAction, (VirtualMouseInput * __this, InputActionProperty value, MethodInfo * method)); DO_APP_FUNC(0x02A06900, InputActionProperty, VirtualMouseInput_get_scrollWheelAction, (VirtualMouseInput * __this, MethodInfo * method)); DO_APP_FUNC(0x02A06920, void, VirtualMouseInput_set_scrollWheelAction, (VirtualMouseInput * __this, InputActionProperty value, MethodInfo * method)); DO_APP_FUNC(0x02A06950, void, VirtualMouseInput_OnEnable, (VirtualMouseInput * __this, MethodInfo * method)); DO_APP_FUNC(0x02A07280, void, VirtualMouseInput_OnDisable, (VirtualMouseInput * __this, MethodInfo * method)); DO_APP_FUNC(0x02A077E0, void, VirtualMouseInput_TryFindCanvas, (VirtualMouseInput * __this, MethodInfo * method)); DO_APP_FUNC(0x02A07880, void, VirtualMouseInput_TryEnableHardwareCursor, (VirtualMouseInput * __this, MethodInfo * method)); DO_APP_FUNC(0x02A07C70, void, VirtualMouseInput_UpdateMotion, (VirtualMouseInput * __this, MethodInfo * method)); DO_APP_FUNC(0x02A08230, void, VirtualMouseInput_OnButtonActionTriggered, (VirtualMouseInput * __this, InputAction_CallbackContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95530, VirtualMouseInput_OnButtonActionTriggered__MethodInfo); DO_APP_FUNC(0x02A08580, void, VirtualMouseInput_SetActionCallback, (InputActionProperty field, Action_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * callback, bool install, MethodInfo * method)); DO_APP_FUNC(0x02A086B0, void, VirtualMouseInput_SetAction, (InputActionProperty * field, InputActionProperty value, MethodInfo * method)); DO_APP_FUNC(0x02A08940, void, VirtualMouseInput_OnAfterInputUpdate, (VirtualMouseInput * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95540, VirtualMouseInput_OnAfterInputUpdate__MethodInfo); DO_APP_FUNC(0x02A08950, void, VirtualMouseInput__ctor, (VirtualMouseInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01901040, ButtonControl *, SwitchProControllerHID_get_captureButton, (SwitchProControllerHID * __this, MethodInfo * method)); DO_APP_FUNC(0x01901050, void, SwitchProControllerHID_set_captureButton, (SwitchProControllerHID * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x019010B0, ButtonControl *, SwitchProControllerHID_get_homeButton, (SwitchProControllerHID * __this, MethodInfo * method)); DO_APP_FUNC(0x019010C0, void, SwitchProControllerHID_set_homeButton, (SwitchProControllerHID * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x02A089B0, void, SwitchProControllerHID_OnAdded, (SwitchProControllerHID * __this, MethodInfo * method)); DO_APP_FUNC(0x02A08BD0, void, SwitchProControllerHID_HandshakeRestart, (SwitchProControllerHID * __this, MethodInfo * method)); DO_APP_FUNC(0x02A08C50, void, SwitchProControllerHID_HandshakeTick, (SwitchProControllerHID * __this, MethodInfo * method)); DO_APP_FUNC(0x02A08F60, void, SwitchProControllerHID_OnNextUpdate, (SwitchProControllerHID * __this, MethodInfo * method)); DO_APP_FUNC(0x02A08F70, void, SwitchProControllerHID_OnStateEvent, (SwitchProControllerHID * __this, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SwitchProControllerHID_GetStateOffsetForEvent, (SwitchProControllerHID * __this, InputControl * control, InputEventPtr eventPtr, uint32_t * offset, MethodInfo * method)); DO_APP_FUNC(0x02A09140, bool, SwitchProControllerHID_PreProcessEvent, (SwitchProControllerHID * __this, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, SwitchProControllerHID__ctor, (SwitchProControllerHID * __this, MethodInfo * method)); DO_APP_FUNC(0x02A092D0, void, SwitchProControllerHID__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02A093B0, SwitchProControllerHIDInputState, SwitchProControllerHID_SwitchInputOnlyReport_ToHIDInputReport, (SwitchProControllerHID_SwitchInputOnlyReport * __this, MethodInfo * method)); DO_APP_FUNC(0x02A09800, SwitchProControllerHIDInputState, SwitchProControllerHID_SwitchSimpleInputReport_ToHIDInputReport, (SwitchProControllerHID_SwitchSimpleInputReport * __this, MethodInfo * method)); DO_APP_FUNC(0x02A09C80, SwitchProControllerHIDInputState, SwitchProControllerHID_SwitchFullInputReport_ToHIDInputReport, (SwitchProControllerHID_SwitchFullInputReport * __this, MethodInfo * method)); DO_APP_FUNC(0x02A0A0A0, FourCC, SwitchProControllerHID_SwitchHIDGenericInputReport_get_Format, (MethodInfo * method)); DO_APP_FUNC(0x02A0A0B0, FourCC, SwitchProControllerHID_SwitchMagicOutputHIDBluetooth_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x02A0A0B0, FourCC, SwitchProControllerHID_SwitchMagicOutputHIDBluetooth_get_typeStatic, (SwitchProControllerHID_SwitchMagicOutputHIDBluetooth * __this, MethodInfo * method)); DO_APP_FUNC(0x02A0A0C0, SwitchProControllerHID_SwitchMagicOutputHIDBluetooth, SwitchProControllerHID_SwitchMagicOutputHIDBluetooth_Create, (SwitchProControllerHID_SwitchMagicOutputReport_CommandIdType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02A0A0B0, FourCC, SwitchProControllerHID_SwitchMagicOutputHIDUSB_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x02A0A0B0, FourCC, SwitchProControllerHID_SwitchMagicOutputHIDUSB_get_typeStatic, (SwitchProControllerHID_SwitchMagicOutputHIDUSB * __this, MethodInfo * method)); DO_APP_FUNC(0x02A0A120, SwitchProControllerHID_SwitchMagicOutputHIDUSB, SwitchProControllerHID_SwitchMagicOutputHIDUSB_Create, (SwitchProControllerHID_SwitchMagicOutputReport_CommandIdType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02A0A180, void, SwitchSupportHID_Initialize, (MethodInfo * method)); DO_APP_FUNC(0x02A0AA00, FourCC, SwitchProControllerHIDInputState_get_format, (SwitchProControllerHIDInputState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A0AA60, SwitchProControllerHIDInputState, SwitchProControllerHIDInputState_WithButton, (SwitchProControllerHIDInputState * __this, SwitchProControllerHIDInputState_Button__Enum button, bool value, MethodInfo * method)); DO_APP_FUNC(0x02A0AB60, void, SwitchProControllerHIDInputState_Set, (SwitchProControllerHIDInputState * __this, SwitchProControllerHIDInputState_Button__Enum button, bool state, MethodInfo * method)); DO_APP_FUNC(0x02A0ABD0, void, SwitchProControllerHIDInputState_Press, (SwitchProControllerHIDInputState * __this, SwitchProControllerHIDInputState_Button__Enum button, MethodInfo * method)); DO_APP_FUNC(0x02A0AC60, void, SwitchProControllerHIDInputState_Release, (SwitchProControllerHIDInputState * __this, SwitchProControllerHIDInputState_Button__Enum button, MethodInfo * method)); DO_APP_FUNC(0x02A0ACF0, void, SwitchProControllerHIDInputState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02A0AD30, void, OnScreenButton_OnPointerUp, (OnScreenButton * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02A0AD80, void, OnScreenButton_OnPointerDown, (OnScreenButton * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, OnScreenButton_get_controlPathInternal, (OnScreenButton * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, OnScreenButton_set_controlPathInternal, (OnScreenButton * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, OnScreenButton__ctor, (OnScreenButton * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0B4C0, String *, OnScreenControl_get_controlPath, (OnScreenControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02A0ADD0, void, OnScreenControl_set_controlPath, (OnScreenControl * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, InputControl *, OnScreenControl_get_control, (OnScreenControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02A0AE50, void, OnScreenControl_SetupInputControl, (OnScreenControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02A0BBF0, void, OnScreenControl_SentDefaultValueToControl, (OnScreenControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02A0BCC0, void, OnScreenControl_OnEnable, (OnScreenControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02A0BCD0, void, OnScreenControl_OnDisable, (OnScreenControl * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, OnScreenControl__ctor, (OnScreenControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02A0C000, OnScreenControl_OnScreenDeviceInfo, OnScreenControl_OnScreenDeviceInfo_AddControl, (OnScreenControl_OnScreenDeviceInfo * __this, OnScreenControl * control, MethodInfo * method)); DO_APP_FUNC(0x02A0C100, OnScreenControl_OnScreenDeviceInfo, OnScreenControl_OnScreenDeviceInfo_RemoveControl, (OnScreenControl_OnScreenDeviceInfo * __this, OnScreenControl * control, MethodInfo * method)); DO_APP_FUNC(0x02A0C550, void, OnScreenControl_OnScreenDeviceInfo_Destroy, (OnScreenControl_OnScreenDeviceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02A0C640, void, OnScreenStick_OnPointerDown, (OnScreenStick * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95478, OnScreenStick_OnPointerDown__MethodInfo); DO_APP_FUNC(0x02A0C700, void, OnScreenStick_OnDrag, (OnScreenStick * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95490, OnScreenStick_OnDrag__MethodInfo); DO_APP_FUNC(0x02A0C7C0, void, OnScreenStick_OnPointerUp, (OnScreenStick * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02A0C7D0, void, OnScreenStick_Start, (OnScreenStick * __this, MethodInfo * method)); DO_APP_FUNC(0x02A0D2B0, void, OnScreenStick_BeginInteraction, (OnScreenStick * __this, Vector2 pointerPosition, Camera * uiCamera, MethodInfo * method)); DO_APP_FUNC(0x02A0D640, void, OnScreenStick_MoveStick, (OnScreenStick * __this, Vector2 pointerPosition, Camera * uiCamera, MethodInfo * method)); DO_APP_FUNC(0x02A0DAD0, void, OnScreenStick_EndInteraction, (OnScreenStick * __this, MethodInfo * method)); DO_APP_FUNC(0x02A0DC60, void, OnScreenStick_OnPointerDown_1, (OnScreenStick * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C953A8, OnScreenStick_OnPointerDown_1__MethodInfo); DO_APP_FUNC(0x02A0E260, void, OnScreenStick_OnPointerMove, (OnScreenStick * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95408, OnScreenStick_OnPointerMove__MethodInfo); DO_APP_FUNC(0x02A0E3E0, void, OnScreenStick_OnPointerUp_1, (OnScreenStick * __this, InputAction_CallbackContext ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C953C0, OnScreenStick_OnPointerUp_1__MethodInfo); DO_APP_FUNC(0x02A0E4B0, Camera *, OnScreenStick_GetCameraFromCanvas, (OnScreenStick * __this, MethodInfo * method)); DO_APP_FUNC(0x02A0E6D0, void, OnScreenStick_OnDrawGizmosSelected, (OnScreenStick * __this, MethodInfo * method)); DO_APP_FUNC(0x02A0EC40, void, OnScreenStick_DrawGizmoCircle, (OnScreenStick * __this, Vector2 center, float radius, MethodInfo * method)); DO_APP_FUNC(0x02A0EE00, void, OnScreenStick_UpdateDynamicOriginClickableArea, (OnScreenStick * __this, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, OnScreenStick_get_movementRange, (OnScreenStick * __this, MethodInfo * method)); DO_APP_FUNC(0x00989750, void, OnScreenStick_set_movementRange, (OnScreenStick * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x005DE720, float, OnScreenStick_get_dynamicOriginRange, (OnScreenStick * __this, MethodInfo * method)); DO_APP_FUNC(0x02A0F030, void, OnScreenStick_set_dynamicOriginRange, (OnScreenStick * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x006104D0, bool, OnScreenStick_get_useIsolatedInputActions, (OnScreenStick * __this, MethodInfo * method)); DO_APP_FUNC(0x01D595A0, void, OnScreenStick_set_useIsolatedInputActions, (OnScreenStick * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, OnScreenStick_get_controlPathInternal, (OnScreenStick * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, OnScreenStick_set_controlPathInternal, (OnScreenStick * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, OnScreenStick_Behaviour__Enum, OnScreenStick_get_behaviour, (OnScreenStick * __this, MethodInfo * method)); DO_APP_FUNC(0x00523180, void, OnScreenStick_set_behaviour, (OnScreenStick * __this, OnScreenStick_Behaviour__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02A0F050, void, OnScreenStick__ctor, (OnScreenStick * __this, MethodInfo * method)); DO_APP_FUNC(0x02A0F0B0, FourCC, HID_get_QueryHIDReportDescriptorDeviceCommandType, (MethodInfo * method)); DO_APP_FUNC(0x02A0F0C0, FourCC, HID_get_QueryHIDReportDescriptorSizeDeviceCommandType, (MethodInfo * method)); DO_APP_FUNC(0x02A0F0D0, FourCC, HID_get_QueryHIDParsedReportDescriptorDeviceCommandType, (MethodInfo * method)); DO_APP_FUNC(0x02A0F0E0, HID_HIDDeviceDescriptor, HID_get_hidDescriptor, (HID * __this, MethodInfo * method)); DO_APP_FUNC(0x02A0F270, String *, HID_OnFindLayoutForDevice, (InputDeviceDescription * description, String * matchedLayout, InputDeviceExecuteCommandDelegate * executeDeviceCommand, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C975E8, HID_OnFindLayoutForDevice__MethodInfo); DO_APP_FUNC(0x02A0FF10, HID_HIDDeviceDescriptor, HID_ReadHIDDeviceDescriptor, (InputDeviceDescription * deviceDescription, InputDeviceExecuteCommandDelegate * executeCommandDelegate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95228, HID_ReadHIDDeviceDescriptor__MethodInfo); DO_APP_FUNC(0x02A106B0, String *, HID_UsagePageToString, (HID_UsagePage__Enum usagePage, MethodInfo * method)); DO_APP_FUNC(0x02A10730, String *, HID_UsageToString, (HID_UsagePage__Enum usagePage, int32_t usage, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, HID__ctor, (HID * __this, MethodInfo * method)); DO_APP_FUNC(0x02A107F0, InputControlLayout *, HID_HIDLayoutBuilder_Build, (HID_HIDLayoutBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HID_HIDLayoutBuilder__ctor, (HID_HIDLayoutBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02A11D10, void, HID_HIDLayoutBuilder_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HID_HIDLayoutBuilder_c__ctor, (HID_HIDLayoutBuilder_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02A11DC0, bool, HID_HIDLayoutBuilder_c__Build_b__4_0, (HID_HIDLayoutBuilder_c * __this, HID_HIDElementDescriptor element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C952A8, HID_HIDLayoutBuilder_c__Build_b__4_0__MethodInfo); DO_APP_FUNC(0x02A11DE0, bool, HID_HIDLayoutBuilder_c__Build_b__4_1, (HID_HIDLayoutBuilder_c * __this, HID_HIDElementDescriptor element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C952A0, HID_HIDLayoutBuilder_c__Build_b__4_1__MethodInfo); DO_APP_FUNC(0x02A11E00, String *, HID_HIDLayoutBuilder_c__Build_b__4_2, (HID_HIDLayoutBuilder_c * __this, InputControlLayout_ControlItem x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C952C0, HID_HIDLayoutBuilder_c__Build_b__4_2__MethodInfo); DO_APP_FUNC(0x02A11E60, bool, HID_HIDElementDescriptor_get_hasNullState, (HID_HIDElementDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A11E70, bool, HID_HIDElementDescriptor_get_hasPreferredState, (HID_HIDElementDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A11E80, bool, HID_HIDElementDescriptor_get_isArray, (HID_HIDElementDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A11E90, bool, HID_HIDElementDescriptor_get_isNonLinear, (HID_HIDElementDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A11EA0, bool, HID_HIDElementDescriptor_get_isRelative, (HID_HIDElementDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A11EB0, bool, HID_HIDElementDescriptor_get_isConstant, (HID_HIDElementDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A11EC0, bool, HID_HIDElementDescriptor_get_isWrapping, (HID_HIDElementDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A11ED0, bool, HID_HIDElementDescriptor_get_isSigned, (HID_HIDElementDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A11EE0, float, HID_HIDElementDescriptor_get_minFloatValue, (HID_HIDElementDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A11FC0, float, HID_HIDElementDescriptor_get_maxFloatValue, (HID_HIDElementDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A120A0, bool, HID_HIDElementDescriptor_Is, (HID_HIDElementDescriptor * __this, HID_UsagePage__Enum usagePage, int32_t usage, MethodInfo * method)); DO_APP_FUNC(0x02A120B0, String *, HID_HIDElementDescriptor_DetermineName, (HID_HIDElementDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A12390, String *, HID_HIDElementDescriptor_DetermineDisplayName, (HID_HIDElementDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A12470, bool, HID_HIDElementDescriptor_IsUsableElement, (HID_HIDElementDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A124A0, String *, HID_HIDElementDescriptor_DetermineLayout, (HID_HIDElementDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A125A0, FourCC, HID_HIDElementDescriptor_DetermineFormat, (HID_HIDElementDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A12720, InternedString__Array *, HID_HIDElementDescriptor_DetermineUsages, (HID_HIDElementDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A12AA0, String *, HID_HIDElementDescriptor_DetermineParameters, (HID_HIDElementDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A12C50, String *, HID_HIDElementDescriptor_DetermineAxisNormalizationParameters, (HID_HIDElementDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A12E00, String *, HID_HIDElementDescriptor_DetermineProcessors, (HID_HIDElementDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A12E60, PrimitiveValue, HID_HIDElementDescriptor_DetermineDefaultState, (HID_HIDElementDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A12FA0, void, HID_HIDElementDescriptor_AddChildControls, (HID_HIDElementDescriptor * __this, HID_HIDElementDescriptor * element, String * controlName, InputControlLayout_Builder * * builder, MethodInfo * method)); DO_APP_FUNC(0x02A14750, String *, HID_HIDDeviceDescriptor_ToJson, (HID_HIDDeviceDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A147C0, HID_HIDDeviceDescriptor, HID_HIDDeviceDescriptor_FromJson, (String * json, MethodInfo * method)); DO_APP_FUNC(0x02A16F50, void, HID_HIDDeviceDescriptorBuilder__ctor, (HID_HIDDeviceDescriptorBuilder * __this, HID_UsagePage__Enum usagePage, int32_t usage, MethodInfo * method)); DO_APP_FUNC(0x02A16F80, void, HID_HIDDeviceDescriptorBuilder__ctor_1, (HID_HIDDeviceDescriptorBuilder * __this, HID_GenericDesktop__Enum usage, MethodInfo * method)); DO_APP_FUNC(0x02A16FB0, HID_HIDDeviceDescriptorBuilder, HID_HIDDeviceDescriptorBuilder_StartReport, (HID_HIDDeviceDescriptorBuilder * __this, HID_HIDReportType__Enum reportType, int32_t reportId, MethodInfo * method)); DO_APP_FUNC(0x02A16FF0, HID_HIDDeviceDescriptorBuilder, HID_HIDDeviceDescriptorBuilder_AddElement, (HID_HIDDeviceDescriptorBuilder * __this, HID_UsagePage__Enum usagePage, int32_t usage, int32_t sizeInBits, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97718, HID_HIDDeviceDescriptorBuilder_AddElement__MethodInfo); DO_APP_FUNC(0x02A17470, HID_HIDDeviceDescriptorBuilder, HID_HIDDeviceDescriptorBuilder_AddElement_1, (HID_HIDDeviceDescriptorBuilder * __this, HID_GenericDesktop__Enum usage, int32_t sizeInBits, MethodInfo * method)); DO_APP_FUNC(0x02A174D0, HID_HIDDeviceDescriptorBuilder, HID_HIDDeviceDescriptorBuilder_WithPhysicalMinMax, (HID_HIDDeviceDescriptorBuilder * __this, int32_t min, int32_t max, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97660, HID_HIDDeviceDescriptorBuilder_WithPhysicalMinMax__MethodInfo); DO_APP_FUNC(0x02A17690, HID_HIDDeviceDescriptorBuilder, HID_HIDDeviceDescriptorBuilder_WithLogicalMinMax, (HID_HIDDeviceDescriptorBuilder * __this, int32_t min, int32_t max, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97668, HID_HIDDeviceDescriptorBuilder_WithLogicalMinMax__MethodInfo); DO_APP_FUNC(0x02A17850, HID_HIDDeviceDescriptor, HID_HIDDeviceDescriptorBuilder_Finish, (HID_HIDDeviceDescriptorBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HID_c_DisplayClass12_0__ctor, (HID_c_DisplayClass12_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A179C0, InputControlLayout *, HID_c_DisplayClass12_0__OnFindLayoutForDevice_b__0, (HID_c_DisplayClass12_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95350, HID_c_DisplayClass12_0__OnFindLayoutForDevice_b__0__MethodInfo); DO_APP_FUNC(0x02A179E0, bool, HIDParser_ParseReportDescriptor, (Byte__Array * buffer, HID_HIDDeviceDescriptor * deviceDescriptor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97620, HIDParser_ParseReportDescriptor__MethodInfo); DO_APP_FUNC(0x02A17A70, bool, HIDParser_ParseReportDescriptor_1, (uint8_t * bufferPtr, int32_t bufferLength, HID_HIDDeviceDescriptor * deviceDescriptor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97690, HIDParser_ParseReportDescriptor_1__MethodInfo); DO_APP_FUNC(0x02A18A30, int32_t, HIDParser_ReadData, (int32_t itemSize, uint8_t * currentPtr, uint8_t * endPtr, MethodInfo * method)); DO_APP_FUNC(0x02A18A90, int32_t, HIDParser_HIDReportData_FindOrAddReport, (Nullable_1_Int32_ reportId, HID_HIDReportType__Enum reportType, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * reports, MethodInfo * method)); DO_APP_FUNC(0x02A18CB0, void, HIDParser_HIDItemStateLocal_Reset, (HIDParser_HIDItemStateLocal * state, MethodInfo * method)); DO_APP_FUNC(0x02A18D60, void, HIDParser_HIDItemStateLocal_SetUsage, (HIDParser_HIDItemStateLocal * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02A18EC0, int32_t, HIDParser_HIDItemStateLocal_GetUsage, (HIDParser_HIDItemStateLocal * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02A18FC0, HID_UsagePage__Enum, HIDParser_HIDItemStateGlobal_GetUsagePage, (HIDParser_HIDItemStateGlobal * __this, int32_t index, HIDParser_HIDItemStateLocal * localItemState, MethodInfo * method)); DO_APP_FUNC(0x02A19050, int32_t, HIDParser_HIDItemStateGlobal_GetPhysicalMin, (HIDParser_HIDItemStateGlobal * __this, MethodInfo * method)); DO_APP_FUNC(0x02A190E0, int32_t, HIDParser_HIDItemStateGlobal_GetPhysicalMax, (HIDParser_HIDItemStateGlobal * __this, MethodInfo * method)); DO_APP_FUNC(0x02A19170, ReadOnlyArray_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_, HIDSupport_get_supportedHIDUsages, (MethodInfo * method)); DO_APP_FUNC(0x02A19260, void, HIDSupport_set_supportedHIDUsages, (ReadOnlyArray_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ value, MethodInfo * method)); DO_APP_FUNC(0x02A195E0, void, HIDSupport_Initialize, (MethodInfo * method)); DO_APP_FUNC(0x009B8F70, void, HIDSupport_HIDPageUsage__ctor, (HIDSupport_HIDPageUsage * __this, HID_UsagePage__Enum page, int32_t usage, MethodInfo * method)); DO_APP_FUNC(0x02A197D0, void, HIDSupport_HIDPageUsage__ctor_1, (HIDSupport_HIDPageUsage * __this, HID_GenericDesktop__Enum usage, MethodInfo * method)); DO_APP_FUNC(0x02A197E0, bool, EnhancedTouchSupport_get_enabled, (MethodInfo * method)); DO_APP_FUNC(0x02A19820, void, EnhancedTouchSupport_Enable, (MethodInfo * method)); DO_APP_FUNC(0x02A19A30, void, EnhancedTouchSupport_Disable, (MethodInfo * method)); DO_APP_FUNC(0x02A19C70, void, EnhancedTouchSupport_Reset, (MethodInfo * method)); DO_APP_FUNC(0x02A19D40, void, EnhancedTouchSupport_SetUpState, (MethodInfo * method)); DO_APP_FUNC(0x02A1A000, void, EnhancedTouchSupport_TearDownState, (MethodInfo * method)); DO_APP_FUNC(0x02A1A2C0, void, EnhancedTouchSupport_OnDeviceChange, (InputDevice * device, InputDeviceChange__Enum change, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C975F8, EnhancedTouchSupport_OnDeviceChange__MethodInfo); DO_APP_FUNC(0x02A1A860, void, EnhancedTouchSupport_OnSettingsChange, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97598, EnhancedTouchSupport_OnSettingsChange__MethodInfo); DO_APP_FUNC(0x02A1A8F0, void, EnhancedTouchSupport_CheckEnabled, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97580, EnhancedTouchSupport_CheckEnabled__MethodInfo); DO_APP_FUNC(0x003B93C0, Touchscreen *, Finger_get_screen, (Finger * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, Finger_get_index, (Finger * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1A990, bool, Finger_get_isActive, (Finger * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1AA30, Vector2, Finger_get_screenPosition, (Finger * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1AB70, Touch_1, Finger_get_lastTouch, (Finger * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1ACE0, Touch_1, Finger_get_currentTouch, (Finger * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1AF40, TouchHistory, Finger_get_touchHistory, (Finger * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1B040, void, Finger__ctor, (Finger * __this, Touchscreen * screen, int32_t index, InputUpdateType__Enum updateMask, MethodInfo * method)); DO_APP_FUNC(0x02A1BA60, bool, Finger_ShouldRecordTouch, (InputControl * control, double time, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C975B8, Finger_ShouldRecordTouch__MethodInfo); DO_APP_FUNC(0x02A1BB60, void, Finger_OnTouchRecorded, (Finger * __this, InputStateHistory_Record record, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C975A0, Finger_OnTouchRecorded__MethodInfo); DO_APP_FUNC(0x02A1BE80, Touch_1, Finger_FindTouch, (Finger * __this, uint32_t uniqueId, MethodInfo * method)); DO_APP_FUNC(0x02A1C1C0, TouchHistory, Finger_GetTouchHistory, (Finger * __this, Touch_1 touch, MethodInfo * method)); DO_APP_FUNC(0x02A1C5F0, bool, Touch_1_get_valid, (Touch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Finger *, Touch_1_get_finger, (Touch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1C630, TouchPhase__Enum_1, Touch_1_get_phase, (Touch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1C6B0, bool, Touch_1_get_began, (Touch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1C710, bool, Touch_1_get_inProgress, (Touch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1C7C0, bool, Touch_1_get_ended, (Touch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1C850, int32_t, Touch_1_get_touchId, (Touch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1C8D0, float, Touch_1_get_pressure, (Touch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1C950, Vector2, Touch_1_get_radius, (Touch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1C9E0, double, Touch_1_get_startTime, (Touch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1CA60, double, Touch_1_get_time, (Touch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1CAA0, Touchscreen *, Touch_1_get_screen, (Touch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1CB00, Vector2, Touch_1_get_screenPosition, (Touch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1CB90, Vector2, Touch_1_get_startScreenPosition, (Touch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1CC20, Vector2, Touch_1_get_delta, (Touch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1CCB0, int32_t, Touch_1_get_tapCount, (Touch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1CD30, bool, Touch_1_get_isTap, (Touch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1CDB0, int32_t, Touch_1_get_displayIndex, (Touch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1CE30, bool, Touch_1_get_isInProgress, (Touch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1CEA0, uint32_t, Touch_1_get_updateStepCount, (Touch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1CF20, uint32_t, Touch_1_get_uniqueId, (Touch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1CFA0, TouchState *, Touch_1_get_state, (Touch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1CFE0, Touch_ExtraDataPerTouchState *, Touch_1_get_extraData, (Touch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1D020, TouchHistory, Touch_1_get_history, (Touch_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C974C8, Touch_1_get_history__MethodInfo); DO_APP_FUNC(0x02A1D160, ReadOnlyArray_1_UnityEngine_InputSystem_EnhancedTouch_Touch_, Touch_1_get_activeTouches, (MethodInfo * method)); DO_APP_FUNC(0x02A1D260, ReadOnlyArray_1_UnityEngine_InputSystem_EnhancedTouch_Finger_, Touch_1_get_fingers, (MethodInfo * method)); DO_APP_FUNC(0x02A1D2F0, ReadOnlyArray_1_UnityEngine_InputSystem_EnhancedTouch_Finger_, Touch_1_get_activeFingers, (MethodInfo * method)); DO_APP_FUNC(0x02A1D390, IEnumerable_1_UnityEngine_InputSystem_Touchscreen_ *, Touch_1_get_screens, (MethodInfo * method)); DO_APP_FUNC(0x02A1D420, void, Touch_1_add_onFingerDown, (Action_1_UnityEngine_InputSystem_EnhancedTouch_Finger_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C974D8, Touch_1_add_onFingerDown__MethodInfo); DO_APP_FUNC(0x02A1D4F0, void, Touch_1_remove_onFingerDown, (Action_1_UnityEngine_InputSystem_EnhancedTouch_Finger_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C974E8, Touch_1_remove_onFingerDown__MethodInfo); DO_APP_FUNC(0x02A1D5C0, void, Touch_1_add_onFingerUp, (Action_1_UnityEngine_InputSystem_EnhancedTouch_Finger_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97478, Touch_1_add_onFingerUp__MethodInfo); DO_APP_FUNC(0x02A1D690, void, Touch_1_remove_onFingerUp, (Action_1_UnityEngine_InputSystem_EnhancedTouch_Finger_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97480, Touch_1_remove_onFingerUp__MethodInfo); DO_APP_FUNC(0x02A1D760, void, Touch_1_add_onFingerMove, (Action_1_UnityEngine_InputSystem_EnhancedTouch_Finger_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97468, Touch_1_add_onFingerMove__MethodInfo); DO_APP_FUNC(0x02A1D830, void, Touch_1_remove_onFingerMove, (Action_1_UnityEngine_InputSystem_EnhancedTouch_Finger_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97470, Touch_1_remove_onFingerMove__MethodInfo); DO_APP_FUNC(0x02A1D900, int32_t, Touch_1_get_maxHistoryLengthPerFinger, (MethodInfo * method)); DO_APP_FUNC(0x011A4DD0, void, Touch_1__ctor, (Touch_1 * __this, Finger * finger, InputStateHistory_1_TValue_Record_TouchState_ touchRecord, MethodInfo * method)); DO_APP_FUNC(0x02A1D960, String *, Touch_1_ToString, (Touch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1DD90, bool, Touch_1_Equals, (Touch_1 * __this, Touch_1 other, MethodInfo * method)); DO_APP_FUNC(0x02A1DE40, bool, Touch_1_Equals_1, (Touch_1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02A1DF10, int32_t, Touch_1_GetHashCode, (Touch_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1DFB0, void, Touch_1_AddTouchscreen, (Touchscreen * screen, MethodInfo * method)); DO_APP_FUNC(0x02A1E050, void, Touch_1_RemoveTouchscreen, (Touchscreen * screen, MethodInfo * method)); DO_APP_FUNC(0x02A1E180, void, Touch_1_BeginUpdate, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97590, Touch_1_BeginUpdate__MethodInfo); DO_APP_FUNC(0x02A1E200, Touch_GlobalState, Touch_1_CreateGlobalState, (MethodInfo * method)); DO_APP_FUNC(0x02A1E230, ISavedState *, Touch_1_SaveAndResetState, (MethodInfo * method)); DO_APP_FUNC(0x02A1E980, void, Touch_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02A1EAC0, void, Touch_FingerAndTouchState_AddFingers, (Touch_FingerAndTouchState * __this, Touchscreen * screen, MethodInfo * method)); DO_APP_FUNC(0x02A1ED00, void, Touch_FingerAndTouchState_RemoveFingers, (Touch_FingerAndTouchState * __this, Touchscreen * screen, MethodInfo * method)); DO_APP_FUNC(0x02A1EE30, void, Touch_FingerAndTouchState_Destroy, (Touch_FingerAndTouchState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1EF00, void, Touch_FingerAndTouchState_UpdateActiveFingers, (Touch_FingerAndTouchState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1F050, void, Touch_FingerAndTouchState_UpdateActiveTouches, (Touch_FingerAndTouchState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1F780, void, Touch_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Touch_c__ctor, (Touch_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1F830, void, Touch_c__SaveAndResetState_b__80_0, (Touch_c * __this, Touch_GlobalState * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C973E8, Touch_c__SaveAndResetState_b__80_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, Touch_c__SaveAndResetState_b__80_1, (Touch_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97400, Touch_c__SaveAndResetState_b__80_1__MethodInfo); DO_APP_FUNC(0x02A1FA10, void, TouchHistory__ctor, (TouchHistory * __this, Finger * finger, InputStateHistory_1_TouchState_ * history, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02A1FB20, IEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch_ *, TouchHistory_GetEnumerator, (TouchHistory * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1FBF0, IEnumerator *, TouchHistory_System_Collections_IEnumerable_GetEnumerator, (TouchHistory * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, TouchHistory_get_Count, (TouchHistory * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1FC00, Touch_1, TouchHistory_get_Item, (TouchHistory * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97390, TouchHistory_get_Item__MethodInfo); DO_APP_FUNC(0x02A1FD80, void, TouchHistory_CheckValid, (TouchHistory * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97398, TouchHistory_CheckValid__MethodInfo); DO_APP_FUNC(0x02A1FE50, void, TouchHistory_Enumerator__ctor, (TouchHistory_Enumerator * __this, TouchHistory owner, MethodInfo * method)); DO_APP_FUNC(0x02A1FED0, bool, TouchHistory_Enumerator_MoveNext, (TouchHistory_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01D63640, void, TouchHistory_Enumerator_Reset, (TouchHistory_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1FEF0, Touch_1, TouchHistory_Enumerator_get_Current, (TouchHistory_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02A1FF40, Object *, TouchHistory_Enumerator_System_Collections_IEnumerator_get_Current, (TouchHistory_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TouchHistory_Enumerator_Dispose, (TouchHistory_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Touchscreen *, TouchSimulation_get_simulatedTouchscreen, (TouchSimulation * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, TouchSimulation_set_simulatedTouchscreen, (TouchSimulation * __this, Touchscreen * value, MethodInfo * method)); DO_APP_FUNC(0x02A1FFC0, TouchSimulation *, TouchSimulation_get_instance, (MethodInfo * method)); DO_APP_FUNC(0x02A20000, void, TouchSimulation_Enable, (MethodInfo * method)); DO_APP_FUNC(0x02A203D0, void, TouchSimulation_Disable, (MethodInfo * method)); DO_APP_FUNC(0x02A20580, void, TouchSimulation_Destroy, (MethodInfo * method)); DO_APP_FUNC(0x02A20790, void, TouchSimulation_AddPointer, (TouchSimulation * __this, Pointer_2 * pointer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C973D0, TouchSimulation_AddPointer__MethodInfo); DO_APP_FUNC(0x02A20A00, void, TouchSimulation_RemovePointer, (TouchSimulation * __this, Pointer_2 * pointer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97340, TouchSimulation_RemovePointer__MethodInfo); DO_APP_FUNC(0x02A21140, void, TouchSimulation_OnEvent, (TouchSimulation * __this, InputEventPtr eventPtr, InputDevice * device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97378, TouchSimulation_OnEvent__MethodInfo); DO_APP_FUNC(0x02A218A0, void, TouchSimulation_OnDeviceChange, (TouchSimulation * __this, InputDevice * device, InputDeviceChange__Enum change, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97360, TouchSimulation_OnDeviceChange__MethodInfo); DO_APP_FUNC(0x02A219F0, void, TouchSimulation_OnEnable, (TouchSimulation * __this, MethodInfo * method)); DO_APP_FUNC(0x02A22160, void, TouchSimulation_OnDisable, (TouchSimulation * __this, MethodInfo * method)); DO_APP_FUNC(0x02A22330, void, TouchSimulation_UpdateTouch, (TouchSimulation * __this, int32_t touchIndex, int32_t pointerIndex, TouchPhase__Enum_1 phase, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TouchSimulation_UnityEngine_InputSystem_LowLevel_IInputStateChangeMonitor_NotifyControlStateChanged, (TouchSimulation * __this, InputControl * control, double time, InputEventPtr eventPtr, int64_t monitorIndex, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TouchSimulation_UnityEngine_InputSystem_LowLevel_IInputStateChangeMonitor_NotifyTimerExpired, (TouchSimulation * __this, InputControl * control, double time, int64_t monitorIndex, int32_t timerIndex, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TouchSimulation_InstallStateChangeMonitors, (TouchSimulation * __this, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TouchSimulation_OnSourceControlChangedValue, (TouchSimulation * __this, InputControl * control, double time, InputEventPtr eventPtr, int64_t sourceDeviceAndButtonIndex, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TouchSimulation_UninstallStateChangeMonitors, (TouchSimulation * __this, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x02A227D0, void, TouchSimulation__ctor, (TouchSimulation * __this, MethodInfo * method)); DO_APP_FUNC(0x01901040, ButtonControl *, DualShockGamepad_get_touchpadButton, (DualShockGamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x01901050, void, DualShockGamepad_set_touchpadButton, (DualShockGamepad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x019010B0, ButtonControl *, DualShockGamepad_get_optionsButton, (DualShockGamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x019010C0, void, DualShockGamepad_set_optionsButton, (DualShockGamepad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901120, ButtonControl *, DualShockGamepad_get_shareButton, (DualShockGamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x01901130, void, DualShockGamepad_set_shareButton, (DualShockGamepad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901190, ButtonControl *, DualShockGamepad_get_L1, (DualShockGamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x019011A0, void, DualShockGamepad_set_L1, (DualShockGamepad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901200, ButtonControl *, DualShockGamepad_get_R1, (DualShockGamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x01901210, void, DualShockGamepad_set_R1, (DualShockGamepad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901270, ButtonControl *, DualShockGamepad_get_L2, (DualShockGamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x01901280, void, DualShockGamepad_set_L2, (DualShockGamepad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x019012E0, ButtonControl *, DualShockGamepad_get_R2, (DualShockGamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x019012F0, void, DualShockGamepad_set_R2, (DualShockGamepad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x028DE350, ButtonControl *, DualShockGamepad_get_L3, (DualShockGamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x028DE360, void, DualShockGamepad_set_L3, (DualShockGamepad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x028DE3C0, ButtonControl *, DualShockGamepad_get_R3, (DualShockGamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x028DE3D0, void, DualShockGamepad_set_R3, (DualShockGamepad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x02A22820, DualShockGamepad *, DualShockGamepad_get_current, (MethodInfo * method)); DO_APP_FUNC(0x02A22860, void, DualShockGamepad_set_current, (DualShockGamepad * value, MethodInfo * method)); DO_APP_FUNC(0x02A22900, void, DualShockGamepad_MakeCurrent, (DualShockGamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x02A22920, void, DualShockGamepad_OnRemoved, (DualShockGamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x02A22AA0, void, DualShockGamepad_FinishSetup, (DualShockGamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DualShockGamepad_SetLightBarColor, (DualShockGamepad * __this, Color color, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, DualShockGamepad__ctor, (DualShockGamepad * __this, MethodInfo * method)); DO_APP_FUNC(0x02A22E60, ButtonControl *, DualSenseGamepadHID_get_leftTriggerButton, (DualSenseGamepadHID * __this, MethodInfo * method)); DO_APP_FUNC(0x02A22E70, void, DualSenseGamepadHID_set_leftTriggerButton, (DualSenseGamepadHID * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x02A22ED0, ButtonControl *, DualSenseGamepadHID_get_rightTriggerButton, (DualSenseGamepadHID * __this, MethodInfo * method)); DO_APP_FUNC(0x02A22EE0, void, DualSenseGamepadHID_set_rightTriggerButton, (DualSenseGamepadHID * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x02A22F40, ButtonControl *, DualSenseGamepadHID_get_playStationButton, (DualSenseGamepadHID * __this, MethodInfo * method)); DO_APP_FUNC(0x02A22F50, void, DualSenseGamepadHID_set_playStationButton, (DualSenseGamepadHID * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x02A22FB0, void, DualSenseGamepadHID_FinishSetup, (DualSenseGamepadHID * __this, MethodInfo * method)); DO_APP_FUNC(0x02A23180, void, DualSenseGamepadHID_PauseHaptics, (DualSenseGamepadHID * __this, MethodInfo * method)); DO_APP_FUNC(0x02A23230, void, DualSenseGamepadHID_ResetHaptics, (DualSenseGamepadHID * __this, MethodInfo * method)); DO_APP_FUNC(0x02A232C0, void, DualSenseGamepadHID_ResumeHaptics, (DualSenseGamepadHID * __this, MethodInfo * method)); DO_APP_FUNC(0x02A23340, void, DualSenseGamepadHID_SetLightBarColor, (DualSenseGamepadHID * __this, Color color, MethodInfo * method)); DO_APP_FUNC(0x02A233E0, void, DualSenseGamepadHID_SetMotorSpeeds, (DualSenseGamepadHID * __this, float lowFrequency, float highFrequency, MethodInfo * method)); DO_APP_FUNC(0x02A234B0, bool, DualSenseGamepadHID_SetMotorSpeedsAndLightBarColor, (DualSenseGamepadHID * __this, Nullable_1_Single_ lowFrequency, Nullable_1_Single_ highFrequency, Nullable_1_UnityEngine_Color_ color, MethodInfo * method)); DO_APP_FUNC(0x02A237A0, bool, DualSenseGamepadHID_MergeForward, (DualSenseGamepadHID_DualSenseHIDUSBInputReport * currentState, DualSenseGamepadHID_DualSenseHIDUSBInputReport * nextState, MethodInfo * method)); DO_APP_FUNC(0x02A237E0, bool, DualSenseGamepadHID_MergeForward_1, (DualSenseGamepadHID_DualSenseHIDBluetoothInputReport * currentState, DualSenseGamepadHID_DualSenseHIDBluetoothInputReport * nextState, MethodInfo * method)); DO_APP_FUNC(0x02A23820, bool, DualSenseGamepadHID_MergeForward_2, (DualSenseGamepadHID_DualSenseHIDMinimalInputReport * currentState, DualSenseGamepadHID_DualSenseHIDMinimalInputReport * nextState, MethodInfo * method)); DO_APP_FUNC(0x02A23860, bool, DualSenseGamepadHID_UnityEngine_InputSystem_LowLevel_IEventMerger_MergeForward, (DualSenseGamepadHID * __this, InputEventPtr currentEventPtr, InputEventPtr nextEventPtr, MethodInfo * method)); DO_APP_FUNC(0x02A23A10, bool, DualSenseGamepadHID_UnityEngine_InputSystem_LowLevel_IEventPreProcessor_PreProcessEvent, (DualSenseGamepadHID * __this, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DualSenseGamepadHID_OnNextUpdate, (DualSenseGamepadHID * __this, MethodInfo * method)); DO_APP_FUNC(0x02A23CC0, void, DualSenseGamepadHID_OnStateEvent, (DualSenseGamepadHID * __this, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, DualSenseGamepadHID_GetStateOffsetForEvent, (DualSenseGamepadHID * __this, InputControl * control, InputEventPtr eventPtr, uint32_t * offset, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, DualSenseGamepadHID__ctor, (DualSenseGamepadHID * __this, MethodInfo * method)); DO_APP_FUNC(0x02A0A0A0, FourCC, DualSenseGamepadHID_DualSenseHIDGenericInputReport_get_Format, (MethodInfo * method)); DO_APP_FUNC(0x02A23EC0, DualSenseHIDInputReport, DualSenseGamepadHID_DualSenseHIDUSBInputReport_ToHIDInputReport, (DualSenseGamepadHID_DualSenseHIDUSBInputReport * __this, MethodInfo * method)); DO_APP_FUNC(0x02A23F10, DualSenseHIDInputReport, DualSenseGamepadHID_DualSenseHIDBluetoothInputReport_ToHIDInputReport, (DualSenseGamepadHID_DualSenseHIDBluetoothInputReport * __this, MethodInfo * method)); DO_APP_FUNC(0x02A23F60, DualSenseHIDInputReport, DualSenseGamepadHID_DualSenseHIDMinimalInputReport_ToHIDInputReport, (DualSenseGamepadHID_DualSenseHIDMinimalInputReport * __this, MethodInfo * method)); DO_APP_FUNC(0x02A23FB0, void, DualSenseGamepadHID_DualSenseHIDMinimalInputReport__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02A22E60, ButtonControl *, DualShock4GamepadHID_get_leftTriggerButton, (DualShock4GamepadHID * __this, MethodInfo * method)); DO_APP_FUNC(0x02A22E70, void, DualShock4GamepadHID_set_leftTriggerButton, (DualShock4GamepadHID * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x02A22ED0, ButtonControl *, DualShock4GamepadHID_get_rightTriggerButton, (DualShock4GamepadHID * __this, MethodInfo * method)); DO_APP_FUNC(0x02A22EE0, void, DualShock4GamepadHID_set_rightTriggerButton, (DualShock4GamepadHID * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x02A22F40, ButtonControl *, DualShock4GamepadHID_get_playStationButton, (DualShock4GamepadHID * __this, MethodInfo * method)); DO_APP_FUNC(0x02A22F50, void, DualShock4GamepadHID_set_playStationButton, (DualShock4GamepadHID * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x02A24010, void, DualShock4GamepadHID_FinishSetup, (DualShock4GamepadHID * __this, MethodInfo * method)); DO_APP_FUNC(0x02A241E0, void, DualShock4GamepadHID_PauseHaptics, (DualShock4GamepadHID * __this, MethodInfo * method)); DO_APP_FUNC(0x02A24330, void, DualShock4GamepadHID_ResetHaptics, (DualShock4GamepadHID * __this, MethodInfo * method)); DO_APP_FUNC(0x02A244A0, void, DualShock4GamepadHID_ResumeHaptics, (DualShock4GamepadHID * __this, MethodInfo * method)); DO_APP_FUNC(0x02A246C0, void, DualShock4GamepadHID_SetLightBarColor, (DualShock4GamepadHID * __this, Color color, MethodInfo * method)); DO_APP_FUNC(0x02A24840, void, DualShock4GamepadHID_SetMotorSpeeds, (DualShock4GamepadHID * __this, float lowFrequency, float highFrequency, MethodInfo * method)); DO_APP_FUNC(0x02A249C0, bool, DualShock4GamepadHID_SetMotorSpeedsAndLightBarColor, (DualShock4GamepadHID * __this, float lowFrequency, float highFrequency, Color color, MethodInfo * method)); DO_APP_FUNC(0x02A24C10, bool, DualShock4GamepadHID_UnityEngine_InputSystem_LowLevel_IEventPreProcessor_PreProcessEvent, (DualShock4GamepadHID * __this, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DualShock4GamepadHID_OnNextUpdate, (DualShock4GamepadHID * __this, MethodInfo * method)); DO_APP_FUNC(0x02A24DD0, void, DualShock4GamepadHID_OnStateEvent, (DualShock4GamepadHID * __this, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, DualShock4GamepadHID_GetStateOffsetForEvent, (DualShock4GamepadHID * __this, InputControl * control, InputEventPtr eventPtr, uint32_t * offset, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, DualShock4GamepadHID__ctor, (DualShock4GamepadHID * __this, MethodInfo * method)); DO_APP_FUNC(0x02A0A0A0, FourCC, DualShock4GamepadHID_DualShock4HIDGenericInputReport_get_Format, (MethodInfo * method)); DO_APP_FUNC(0x02A24FD0, DualShock4HIDInputReport, DualShock4GamepadHID_DualShock4HIDGenericInputReport_ToHIDInputReport, (DualShock4GamepadHID_DualShock4HIDGenericInputReport * __this, MethodInfo * method)); DO_APP_FUNC(0x02A22E60, ButtonControl *, DualShock3GamepadHID_get_leftTriggerButton, (DualShock3GamepadHID * __this, MethodInfo * method)); DO_APP_FUNC(0x02A22E70, void, DualShock3GamepadHID_set_leftTriggerButton, (DualShock3GamepadHID * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x02A22ED0, ButtonControl *, DualShock3GamepadHID_get_rightTriggerButton, (DualShock3GamepadHID * __this, MethodInfo * method)); DO_APP_FUNC(0x02A22EE0, void, DualShock3GamepadHID_set_rightTriggerButton, (DualShock3GamepadHID * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x02A22F40, ButtonControl *, DualShock3GamepadHID_get_playStationButton, (DualShock3GamepadHID * __this, MethodInfo * method)); DO_APP_FUNC(0x02A22F50, void, DualShock3GamepadHID_set_playStationButton, (DualShock3GamepadHID * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x02A25020, void, DualShock3GamepadHID_FinishSetup, (DualShock3GamepadHID * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, DualShock3GamepadHID__ctor, (DualShock3GamepadHID * __this, MethodInfo * method)); DO_APP_FUNC(0x02A251F0, void, DualShockSupport_Initialize, (MethodInfo * method)); DO_APP_FUNC(0x02A258B0, FourCC, DualSenseHIDInputReport_get_format, (DualSenseHIDInputReport * __this, MethodInfo * method)); DO_APP_FUNC(0x02A25910, void, DualSenseHIDInputReport__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02A0A0B0, FourCC, DualSenseHIDUSBOutputReport_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x02A0A0B0, FourCC, DualSenseHIDUSBOutputReport_get_typeStatic, (DualSenseHIDUSBOutputReport * __this, MethodInfo * method)); DO_APP_FUNC(0x02A25950, DualSenseHIDUSBOutputReport, DualSenseHIDUSBOutputReport_Create, (DualSenseHIDOutputReportPayload payload, MethodInfo * method)); DO_APP_FUNC(0x02A0A0B0, FourCC, DualSenseHIDBluetoothOutputReport_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x02A0A0B0, FourCC, DualSenseHIDBluetoothOutputReport_get_typeStatic, (DualSenseHIDBluetoothOutputReport * __this, MethodInfo * method)); DO_APP_FUNC(0x02A259A0, DualSenseHIDBluetoothOutputReport, DualSenseHIDBluetoothOutputReport_Create, (DualSenseHIDOutputReportPayload payload, uint8_t outputSequenceId, MethodInfo * method)); DO_APP_FUNC(0x02A25A10, FourCC, DualShock4HIDInputReport_get_format, (DualShock4HIDInputReport * __this, MethodInfo * method)); DO_APP_FUNC(0x02A25A70, void, DualShock4HIDInputReport__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02A0A0A0, FourCC, DualShock3HIDInputReport_get_format, (DualShock3HIDInputReport * __this, MethodInfo * method)); DO_APP_FUNC(0x02A0A0B0, FourCC, DualShockHIDOutputReport_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x02A0A0B0, FourCC, DualShockHIDOutputReport_get_typeStatic, (DualShockHIDOutputReport * __this, MethodInfo * method)); DO_APP_FUNC(0x02A25AB0, void, DualShockHIDOutputReport_SetMotorSpeeds, (DualShockHIDOutputReport * __this, float lowFreq, float highFreq, MethodInfo * method)); DO_APP_FUNC(0x02A25B00, void, DualShockHIDOutputReport_SetColor, (DualShockHIDOutputReport * __this, Color color, MethodInfo * method)); DO_APP_FUNC(0x02A25B80, DualShockHIDOutputReport, DualShockHIDOutputReport_Create, (MethodInfo * method)); DO_APP_FUNC(0x00C0D910, float, DualMotorRumble_get_lowFrequencyMotorSpeed, (DualMotorRumble * __this, MethodInfo * method)); DO_APP_FUNC(0x00C84780, void, DualMotorRumble_set_lowFrequencyMotorSpeed, (DualMotorRumble * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C8D880, float, DualMotorRumble_get_highFrequencyMotorSpeed, (DualMotorRumble * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC8440, void, DualMotorRumble_set_highFrequencyMotorSpeed, (DualMotorRumble * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02A25BB0, bool, DualMotorRumble_get_isRumbling, (DualMotorRumble * __this, MethodInfo * method)); DO_APP_FUNC(0x02A25BF0, void, DualMotorRumble_PauseHaptics, (DualMotorRumble * __this, InputDevice * device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C971F8, DualMotorRumble_PauseHaptics__MethodInfo); DO_APP_FUNC(0x02A25D00, void, DualMotorRumble_ResumeHaptics, (DualMotorRumble * __this, InputDevice * device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97210, DualMotorRumble_ResumeHaptics__MethodInfo); DO_APP_FUNC(0x02A25DB0, void, DualMotorRumble_ResetHaptics, (DualMotorRumble * __this, InputDevice * device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97208, DualMotorRumble_ResetHaptics__MethodInfo); DO_APP_FUNC(0x02A25E60, void, DualMotorRumble_SetMotorSpeeds, (DualMotorRumble * __this, InputDevice * device, float lowFrequency, float highFrequency, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97268, DualMotorRumble_SetMotorSpeeds__MethodInfo); DO_APP_FUNC(0x02A25FA0, FourCC, DisableDeviceCommand_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x02A25FA0, FourCC, DisableDeviceCommand_get_typeStatic, (DisableDeviceCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02A25FB0, DisableDeviceCommand, DisableDeviceCommand_Create, (MethodInfo * method)); DO_APP_FUNC(0x02A25FD0, FourCC, EnableDeviceCommand_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x02A25FD0, FourCC, EnableDeviceCommand_get_typeStatic, (EnableDeviceCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02A25FE0, EnableDeviceCommand, EnableDeviceCommand_Create, (MethodInfo * method)); DO_APP_FUNC(0x02A26000, FourCC, EnableIMECompositionCommand_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x02A26010, bool, EnableIMECompositionCommand_get_imeEnabled, (EnableIMECompositionCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26000, FourCC, EnableIMECompositionCommand_get_typeStatic, (EnableIMECompositionCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26020, EnableIMECompositionCommand, EnableIMECompositionCommand_Create, (bool enabled, MethodInfo * method)); DO_APP_FUNC(0x02A26050, FourCC, InitiateUserAccountPairingCommand_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x02A26050, FourCC, InitiateUserAccountPairingCommand_get_typeStatic, (InitiateUserAccountPairingCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26060, InitiateUserAccountPairingCommand, InitiateUserAccountPairingCommand_Create, (MethodInfo * method)); DO_APP_FUNC(0x02A26080, void, InputDeviceCommandDelegate__ctor, (InputDeviceCommandDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x016126A0, Nullable_1_Int64_, InputDeviceCommandDelegate_Invoke, (InputDeviceCommandDelegate * __this, InputDevice * device, InputDeviceCommand * command, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, InputDeviceCommandDelegate_BeginInvoke, (InputDeviceCommandDelegate * __this, InputDevice * device, InputDeviceCommand * command, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x00C05460, Nullable_1_Int64_, InputDeviceCommandDelegate_EndInvoke, (InputDeviceCommandDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01602E00, void, InputDeviceExecuteCommandDelegate__ctor, (InputDeviceExecuteCommandDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, int64_t, InputDeviceExecuteCommandDelegate_Invoke, (InputDeviceExecuteCommandDelegate * __this, InputDeviceCommand * command, MethodInfo * method)); DO_APP_FUNC(0x02A26240, IAsyncResult *, InputDeviceExecuteCommandDelegate_BeginInvoke, (InputDeviceExecuteCommandDelegate * __this, InputDeviceCommand * command, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x02A262D0, int64_t, InputDeviceExecuteCommandDelegate_EndInvoke, (InputDeviceExecuteCommandDelegate * __this, InputDeviceCommand * command, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02A26300, int32_t, InputDeviceCommand_get_payloadSizeInBytes, (InputDeviceCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26310, Void *, InputDeviceCommand_get_payloadPtr, (InputDeviceCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x009B8F70, void, InputDeviceCommand__ctor, (InputDeviceCommand * __this, FourCC type, int32_t sizeInBytes, MethodInfo * method)); DO_APP_FUNC(0x02A26320, NativeArray_1_System_Byte_, InputDeviceCommand_AllocateNative, (FourCC type, int32_t payloadSize, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, FourCC, InputDeviceCommand_get_typeStatic, (InputDeviceCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02A263D0, FourCC, QueryCanRunInBackground_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x02A263D0, FourCC, QueryCanRunInBackground_get_typeStatic, (QueryCanRunInBackground * __this, MethodInfo * method)); DO_APP_FUNC(0x02A263E0, QueryCanRunInBackground, QueryCanRunInBackground_Create, (MethodInfo * method)); DO_APP_FUNC(0x02A26410, FourCC, QueryDimensionsCommand_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x02A26410, FourCC, QueryDimensionsCommand_get_typeStatic, (QueryDimensionsCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26420, QueryDimensionsCommand, QueryDimensionsCommand_Create, (MethodInfo * method)); DO_APP_FUNC(0x02A26450, FourCC, QueryEnabledStateCommand_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x02A26450, FourCC, QueryEnabledStateCommand_get_typeStatic, (QueryEnabledStateCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26460, QueryEnabledStateCommand, QueryEnabledStateCommand_Create, (MethodInfo * method)); DO_APP_FUNC(0x02A26490, FourCC, QueryKeyboardLayoutCommand_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x02A264A0, String *, QueryKeyboardLayoutCommand_ReadLayoutName, (QueryKeyboardLayoutCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02A264C0, void, QueryKeyboardLayoutCommand_WriteLayoutName, (QueryKeyboardLayoutCommand * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02A26490, FourCC, QueryKeyboardLayoutCommand_get_typeStatic, (QueryKeyboardLayoutCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26500, QueryKeyboardLayoutCommand, QueryKeyboardLayoutCommand_Create, (MethodInfo * method)); DO_APP_FUNC(0x02A26540, FourCC, QueryKeyNameCommand_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x02A26550, String *, QueryKeyNameCommand_ReadKeyName, (QueryKeyNameCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26540, FourCC, QueryKeyNameCommand_get_typeStatic, (QueryKeyNameCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26570, QueryKeyNameCommand, QueryKeyNameCommand_Create, (Key__Enum key, MethodInfo * method)); DO_APP_FUNC(0x02A265C0, FourCC, QueryPairedUserAccountCommand_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x02A265D0, String *, QueryPairedUserAccountCommand_get_id, (QueryPairedUserAccountCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02A265F0, void, QueryPairedUserAccountCommand_set_id, (QueryPairedUserAccountCommand * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97230, QueryPairedUserAccountCommand_set_id__MethodInfo); DO_APP_FUNC(0x02A26730, String *, QueryPairedUserAccountCommand_get_name, (QueryPairedUserAccountCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26750, void, QueryPairedUserAccountCommand_set_name, (QueryPairedUserAccountCommand * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97240, QueryPairedUserAccountCommand_set_name__MethodInfo); DO_APP_FUNC(0x02A265C0, FourCC, QueryPairedUserAccountCommand_get_typeStatic, (QueryPairedUserAccountCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26890, QueryPairedUserAccountCommand, QueryPairedUserAccountCommand_Create, (MethodInfo * method)); DO_APP_FUNC(0x02A268D0, FourCC, QuerySamplingFrequencyCommand_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x02A268D0, FourCC, QuerySamplingFrequencyCommand_get_typeStatic, (QuerySamplingFrequencyCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02A268E0, QuerySamplingFrequencyCommand, QuerySamplingFrequencyCommand_Create, (MethodInfo * method)); DO_APP_FUNC(0x02A26910, FourCC, QueryUserIdCommand_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x02A264A0, String *, QueryUserIdCommand_ReadId, (QueryUserIdCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26910, FourCC, QueryUserIdCommand_get_typeStatic, (QueryUserIdCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26920, QueryUserIdCommand, QueryUserIdCommand_Create, (MethodInfo * method)); DO_APP_FUNC(0x02A26960, FourCC, RequestResetCommand_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x02A26960, FourCC, RequestResetCommand_get_typeStatic, (RequestResetCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26970, RequestResetCommand, RequestResetCommand_Create, (MethodInfo * method)); DO_APP_FUNC(0x02A26990, FourCC, RequestSyncCommand_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x02A26990, FourCC, RequestSyncCommand_get_typeStatic, (RequestSyncCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02A269A0, RequestSyncCommand, RequestSyncCommand_Create, (MethodInfo * method)); DO_APP_FUNC(0x02A269C0, FourCC, SetIMECursorPositionCommand_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x01772BF0, Vector2, SetIMECursorPositionCommand_get_position, (SetIMECursorPositionCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02A269C0, FourCC, SetIMECursorPositionCommand_get_typeStatic, (SetIMECursorPositionCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02A269D0, SetIMECursorPositionCommand, SetIMECursorPositionCommand_Create, (Vector2 cursorPosition, MethodInfo * method)); DO_APP_FUNC(0x02A269F0, FourCC, SetSamplingFrequencyCommand_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x02A269F0, FourCC, SetSamplingFrequencyCommand_get_typeStatic, (SetSamplingFrequencyCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26A00, SetSamplingFrequencyCommand, SetSamplingFrequencyCommand_Create, (float frequency, MethodInfo * method)); DO_APP_FUNC(0x02A26A30, FourCC, UseWindowsGamingInputCommand_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x02A26A30, FourCC, UseWindowsGamingInputCommand_get_typeStatic, (UseWindowsGamingInputCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26A40, UseWindowsGamingInputCommand, UseWindowsGamingInputCommand_Create, (bool enable, MethodInfo * method)); DO_APP_FUNC(0x02A26A70, FourCC, WarpMousePositionCommand_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x02A26A70, FourCC, WarpMousePositionCommand_get_typeStatic, (WarpMousePositionCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26A80, WarpMousePositionCommand, WarpMousePositionCommand_Create, (Vector2 position, MethodInfo * method)); DO_APP_FUNC(0x02A26AA0, FourCC, GamepadState_get_Format, (MethodInfo * method)); DO_APP_FUNC(0x02A26AA0, FourCC, GamepadState_get_format, (GamepadState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26AB0, void, GamepadState__ctor, (GamepadState * __this, GamepadButton__Enum__Array * buttons, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97248, GamepadState__ctor__MethodInfo); DO_APP_FUNC(0x02A26B60, GamepadState, GamepadState_WithButton, (GamepadState * __this, GamepadButton__Enum button, bool value, MethodInfo * method)); DO_APP_FUNC(0x02A26BB0, FourCC, DualMotorRumbleCommand_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x02A26BB0, FourCC, DualMotorRumbleCommand_get_typeStatic, (DualMotorRumbleCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26BC0, DualMotorRumbleCommand, DualMotorRumbleCommand_Create, (float lowFrequency, float highFrequency, MethodInfo * method)); DO_APP_FUNC(0x02A26BF0, FourCC, JoystickState_get_kFormat, (MethodInfo * method)); DO_APP_FUNC(0x02A26BF0, FourCC, JoystickState_get_format, (JoystickState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26C00, FourCC, KeyboardState_get_Format, (MethodInfo * method)); DO_APP_FUNC(0x02A26C10, void, KeyboardState__ctor, (KeyboardState * __this, Key__Enum__Array * pressedKeys, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97258, KeyboardState__ctor__MethodInfo); DO_APP_FUNC(0x0292FDA0, void, KeyboardState_Set, (KeyboardState * __this, Key__Enum key, bool state, MethodInfo * method)); DO_APP_FUNC(0x02A26D10, void, KeyboardState_Press, (KeyboardState * __this, Key__Enum key, MethodInfo * method)); DO_APP_FUNC(0x02A26D30, void, KeyboardState_Release, (KeyboardState * __this, Key__Enum key, MethodInfo * method)); DO_APP_FUNC(0x02A26C00, FourCC, KeyboardState_get_format, (KeyboardState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26D50, FourCC, MouseState_get_Format, (MethodInfo * method)); DO_APP_FUNC(0x02A26D60, MouseState, MouseState_WithButton, (MouseState * __this, MouseButton__Enum button, bool state, MethodInfo * method)); DO_APP_FUNC(0x02A26D50, FourCC, MouseState_get_format, (MouseState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26DB0, FourCC, PenState_get_Format, (MethodInfo * method)); DO_APP_FUNC(0x02A26DC0, PenState, PenState_WithButton, (PenState * __this, PenButton__Enum button, bool state, MethodInfo * method)); DO_APP_FUNC(0x02A26DB0, FourCC, PenState_get_format, (PenState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26E10, FourCC, PointerState_get_kFormat, (MethodInfo * method)); DO_APP_FUNC(0x02A26E10, FourCC, PointerState_get_format, (PointerState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26E20, FourCC, AccelerometerState_get_kFormat, (MethodInfo * method)); DO_APP_FUNC(0x02A26E20, FourCC, AccelerometerState_get_format, (AccelerometerState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26E30, FourCC, GyroscopeState_get_kFormat, (MethodInfo * method)); DO_APP_FUNC(0x02A26E30, FourCC, GyroscopeState_get_format, (GyroscopeState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26E40, FourCC, GravityState_get_kFormat, (MethodInfo * method)); DO_APP_FUNC(0x02A26E40, FourCC, GravityState_get_format, (GravityState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26E50, FourCC, AttitudeState_get_kFormat, (MethodInfo * method)); DO_APP_FUNC(0x02A26E50, FourCC, AttitudeState_get_format, (AttitudeState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26E60, FourCC, LinearAccelerationState_get_kFormat, (MethodInfo * method)); DO_APP_FUNC(0x02A26E60, FourCC, LinearAccelerationState_get_format, (LinearAccelerationState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26E70, FourCC, TouchState_get_Format, (MethodInfo * method)); DO_APP_FUNC(0x00667060, TouchPhase__Enum_1, TouchState_get_phase, (TouchState * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, TouchState_set_phase, (TouchState * __this, TouchPhase__Enum_1 value, MethodInfo * method)); DO_APP_FUNC(0x02A26E80, bool, TouchState_get_isNoneEndedOrCanceled, (TouchState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26EA0, bool, TouchState_get_isInProgress, (TouchState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26EC0, bool, TouchState_get_isPrimaryTouch, (TouchState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26ED0, void, TouchState_set_isPrimaryTouch, (TouchState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02A26F00, bool, TouchState_get_isOrphanedPrimaryTouch, (TouchState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26F10, void, TouchState_set_isOrphanedPrimaryTouch, (TouchState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02A26F40, bool, TouchState_get_isIndirectTouch, (TouchState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26F50, void, TouchState_set_isIndirectTouch, (TouchState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02A26F80, bool, TouchState_get_isTap, (TouchState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26F90, void, TouchState_set_isTap, (TouchState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02A26F80, bool, TouchState_get_isTapPress, (TouchState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26F90, void, TouchState_set_isTapPress, (TouchState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02A26FC0, bool, TouchState_get_isTapRelease, (TouchState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A26FD0, void, TouchState_set_isTapRelease, (TouchState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02A27000, bool, TouchState_get_beganInSameFrame, (TouchState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A27010, void, TouchState_set_beganInSameFrame, (TouchState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02A26E70, FourCC, TouchState_get_format, (TouchState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A27040, String *, TouchState_ToString, (TouchState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A273D0, FourCC, TouchscreenState_get_Format, (MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, TouchState *, TouchscreenState_get_primaryTouch, (TouchscreenState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A273E0, TouchState *, TouchscreenState_get_touches, (TouchscreenState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A273D0, FourCC, TouchscreenState_get_format, (TouchscreenState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A273F0, FourCC, ActionEvent_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x02A27400, double, ActionEvent_get_startTime, (ActionEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02A27410, void, ActionEvent_set_startTime, (ActionEvent * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x006FF3E0, InputActionPhase__Enum, ActionEvent_get_phase, (ActionEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3F0, void, ActionEvent_set_phase, (ActionEvent * __this, InputActionPhase__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02A27420, uint8_t *, ActionEvent_get_valueData, (ActionEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02A27430, int32_t, ActionEvent_get_valueSizeInBytes, (ActionEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3C0, int32_t, ActionEvent_get_stateIndex, (ActionEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02A27440, void, ActionEvent_set_stateIndex, (ActionEvent * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C971A0, ActionEvent_set_stateIndex__MethodInfo); DO_APP_FUNC(0x00C66FA0, int32_t, ActionEvent_get_controlIndex, (ActionEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02A274B0, void, ActionEvent_set_controlIndex, (ActionEvent * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C971B0, ActionEvent_set_controlIndex__MethodInfo); DO_APP_FUNC(0x02236BF0, int32_t, ActionEvent_get_bindingIndex, (ActionEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02A27520, void, ActionEvent_set_bindingIndex, (ActionEvent * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97160, ActionEvent_set_bindingIndex__MethodInfo); DO_APP_FUNC(0x02A27590, int32_t, ActionEvent_get_interactionIndex, (ActionEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02A275B0, void, ActionEvent_set_interactionIndex, (ActionEvent * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97168, ActionEvent_set_interactionIndex__MethodInfo); DO_APP_FUNC(0x00A5CD60, InputEventPtr, ActionEvent_ToEventPtr, (ActionEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02A273F0, FourCC, ActionEvent_get_typeStatic, (ActionEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02A27630, int32_t, ActionEvent_GetEventSizeWithValueSize, (int32_t valueSizeInBytes, MethodInfo * method)); DO_APP_FUNC(0x02A27640, ActionEvent *, ActionEvent_From, (InputEventPtr ptr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97180, ActionEvent_From__MethodInfo); DO_APP_FUNC(0x02A27780, uint32_t, DeltaStateEvent_get_deltaStateSizeInBytes, (DeltaStateEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02A27790, Void *, DeltaStateEvent_get_deltaState, (DeltaStateEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02A277A0, FourCC, DeltaStateEvent_get_typeStatic, (DeltaStateEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, InputEventPtr, DeltaStateEvent_ToEventPtr, (DeltaStateEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02A277B0, DeltaStateEvent *, DeltaStateEvent_From, (InputEventPtr ptr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C971D8, DeltaStateEvent_From__MethodInfo); DO_APP_FUNC(0x00A5CD60, DeltaStateEvent *, DeltaStateEvent_FromUnchecked, (InputEventPtr ptr, MethodInfo * method)); DO_APP_FUNC(0x02A278F0, NativeArray_1_System_Byte_, DeltaStateEvent_From_1, (InputControl * control, InputEventPtr * eventPtr, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C971F0, DeltaStateEvent_From_1__MethodInfo); DO_APP_FUNC(0x02A27C80, FourCC, DeviceConfigurationEvent_get_typeStatic, (DeviceConfigurationEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, InputEventPtr, DeviceConfigurationEvent_ToEventPtr, (DeviceConfigurationEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02A27C90, DeviceConfigurationEvent, DeviceConfigurationEvent_Create, (int32_t deviceId, double time, MethodInfo * method)); DO_APP_FUNC(0x02A27D60, FourCC, DeviceRemoveEvent_get_typeStatic, (DeviceRemoveEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, InputEventPtr, DeviceRemoveEvent_ToEventPtr, (DeviceRemoveEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02A27D70, DeviceRemoveEvent, DeviceRemoveEvent_Create, (int32_t deviceId, double time, MethodInfo * method)); DO_APP_FUNC(0x02A27E40, FourCC, DeviceResetEvent_get_typeStatic, (DeviceResetEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02A27E50, DeviceResetEvent, DeviceResetEvent_Create, (int32_t deviceId, bool hardReset, double time, MethodInfo * method)); DO_APP_FUNC(0x02A27F30, FourCC, IMECompositionEvent_get_typeStatic, (IMECompositionEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02A27F40, IMECompositionEvent, IMECompositionEvent_Create, (int32_t deviceId, String * compositionString, double time, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, IMECompositionString_get_Count, (IMECompositionString * __this, MethodInfo * method)); DO_APP_FUNC(0x02A28140, uint16_t, IMECompositionString_get_Item, (IMECompositionString * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C971B8, IMECompositionString_get_Item__MethodInfo); DO_APP_FUNC(0x02A281C0, void, IMECompositionString__ctor, (IMECompositionString * __this, String * characters, MethodInfo * method)); DO_APP_FUNC(0x02A28230, String *, IMECompositionString_ToString, (IMECompositionString * __this, MethodInfo * method)); DO_APP_FUNC(0x02A28250, IEnumerator_1_System_Char_ *, IMECompositionString_GetEnumerator, (IMECompositionString * __this, MethodInfo * method)); DO_APP_FUNC(0x02A28320, IEnumerator *, IMECompositionString_System_Collections_IEnumerable_GetEnumerator, (IMECompositionString * __this, MethodInfo * method)); DO_APP_FUNC(0x02A28330, void, IMECompositionString_Enumerator__ctor, (IMECompositionString_Enumerator * __this, IMECompositionString compositionString, MethodInfo * method)); DO_APP_FUNC(0x02A28390, bool, IMECompositionString_Enumerator_MoveNext, (IMECompositionString_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02A283C0, void, IMECompositionString_Enumerator_Reset, (IMECompositionString_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IMECompositionString_Enumerator_Dispose, (IMECompositionString_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01774AD0, uint16_t, IMECompositionString_Enumerator_get_Current, (IMECompositionString_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02A283D0, Object *, IMECompositionString_Enumerator_System_Collections_IEnumerator_get_Current, (IMECompositionString_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, FourCC, InputEvent_get_type, (InputEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, InputEvent_set_type, (InputEvent * __this, FourCC value, MethodInfo * method)); DO_APP_FUNC(0x01771110, uint32_t, InputEvent_get_sizeInBytes, (InputEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02A28420, void, InputEvent_set_sizeInBytes, (InputEvent * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C970B0, InputEvent_set_sizeInBytes__MethodInfo); DO_APP_FUNC(0x02A284D0, int32_t, InputEvent_get_eventId, (InputEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02A284E0, void, InputEvent_set_eventId, (InputEvent * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02A284F0, int32_t, InputEvent_get_deviceId, (InputEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02236C50, void, InputEvent_set_deviceId, (InputEvent * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02A28500, double, InputEvent_get_time, (InputEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02A28550, void, InputEvent_set_time, (InputEvent * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x02912040, double, InputEvent_get_internalTime, (InputEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02912050, void, InputEvent_set_internalTime, (InputEvent * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x02A285B0, void, InputEvent__ctor, (InputEvent * __this, FourCC type, int32_t sizeInBytes, int32_t deviceId, double time, MethodInfo * method)); DO_APP_FUNC(0x02A28670, bool, InputEvent_get_handled, (InputEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02A28680, void, InputEvent_set_handled, (InputEvent * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02A286A0, String *, InputEvent_ToString, (InputEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02A289A0, InputEvent *, InputEvent_GetNextInMemory, (InputEvent * currentPtr, MethodInfo * method)); DO_APP_FUNC(0x02A289C0, InputEvent *, InputEvent_GetNextInMemoryChecked, (InputEvent * currentPtr, InputEventBuffer * buffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C970A8, InputEvent_GetNextInMemoryChecked__MethodInfo); DO_APP_FUNC(0x02A28B10, bool, InputEvent_Equals, (InputEvent * first, InputEvent * second, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, InputEventBuffer_get_eventCount, (InputEventBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, int64_t, InputEventBuffer_get_sizeInBytes, (InputEventBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A28B60, int64_t, InputEventBuffer_get_capacityInBytes, (InputEventBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, NativeArray_1_System_Byte_, InputEventBuffer_get_data, (InputEventBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A28BB0, InputEventPtr, InputEventBuffer_get_bufferPtr, (InputEventBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A28BF0, void, InputEventBuffer__ctor, (InputEventBuffer * __this, InputEvent * eventPtr, int32_t eventCount, int32_t sizeInBytes, int32_t capacityInBytes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97148, InputEventBuffer__ctor__MethodInfo); DO_APP_FUNC(0x02A28DC0, void, InputEventBuffer__ctor_1, (InputEventBuffer * __this, NativeArray_1_System_Byte_ buffer, int32_t eventCount, int32_t sizeInBytes, bool transferNativeArrayOwnership, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C970D8, InputEventBuffer__ctor_1__MethodInfo); DO_APP_FUNC(0x02A28F00, void, InputEventBuffer_AppendEvent, (InputEventBuffer * __this, InputEvent * eventPtr, int32_t capacityIncrementInBytes, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97100, InputEventBuffer_AppendEvent__MethodInfo); DO_APP_FUNC(0x02A28FA0, InputEvent *, InputEventBuffer_AllocateEvent, (InputEventBuffer * __this, int32_t sizeInBytes, int32_t capacityIncrementInBytes, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97000, InputEventBuffer_AllocateEvent__MethodInfo); DO_APP_FUNC(0x02A29250, bool, InputEventBuffer_Contains, (InputEventBuffer * __this, InputEvent * eventPtr, MethodInfo * method)); DO_APP_FUNC(0x02A292C0, void, InputEventBuffer_Reset, (InputEventBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A292E0, void, InputEventBuffer_AdvanceToNextEvent, (InputEventBuffer * __this, InputEvent * * currentReadPos, InputEvent * * currentWritePos, int32_t * numEventsRetainedInBuffer, int32_t * numRemainingEvents, bool leaveEventInBuffer, MethodInfo * method)); DO_APP_FUNC(0x02A293D0, IEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ *, InputEventBuffer_GetEnumerator, (InputEventBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A294A0, IEnumerator *, InputEventBuffer_System_Collections_IEnumerable_GetEnumerator, (InputEventBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A294B0, void, InputEventBuffer_Dispose, (InputEventBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A29500, InputEventBuffer, InputEventBuffer_Clone, (InputEventBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A29660, Object *, InputEventBuffer_System_ICloneable_Clone, (InputEventBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A296D0, void, InputEventBuffer_Enumerator__ctor, (InputEventBuffer_Enumerator * __this, InputEventBuffer buffer, MethodInfo * method)); DO_APP_FUNC(0x02A29730, bool, InputEventBuffer_Enumerator_MoveNext, (InputEventBuffer_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x012B42A0, void, InputEventBuffer_Enumerator_Reset, (InputEventBuffer_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputEventBuffer_Enumerator_Dispose, (InputEventBuffer_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, InputEventPtr, InputEventBuffer_Enumerator_get_Current, (InputEventBuffer_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02A29780, Object *, InputEventBuffer_Enumerator_System_Collections_IEnumerator_get_Current, (InputEventBuffer_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02A297D0, InputEventListener, InputEventListener_op_Addition, (InputEventListener _, Action_2_UnityEngine_InputSystem_LowLevel_InputEventPtr_UnityEngine_InputSystem_InputDevice_ * callback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97080, InputEventListener_op_Addition__MethodInfo); DO_APP_FUNC(0x02A29A30, InputEventListener, InputEventListener_op_Subtraction, (InputEventListener _, Action_2_UnityEngine_InputSystem_LowLevel_InputEventPtr_UnityEngine_InputSystem_InputDevice_ * callback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97030, InputEventListener_op_Subtraction__MethodInfo); DO_APP_FUNC(0x02A29C90, IDisposable *, InputEventListener_Subscribe, (InputEventListener * __this, IObserver_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * observer, MethodInfo * method)); DO_APP_FUNC(0x02A29FE0, void, InputEventListener_ObserverState__ctor, (InputEventListener_ObserverState * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2A0B0, void, InputEventListener_ObserverState___ctor_b__2_0, (InputEventListener_ObserverState * __this, InputEventPtr eventPtr, InputDevice * device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96EE8, InputEventListener_ObserverState___ctor_b__2_0__MethodInfo); DO_APP_FUNC(0x02A2A1D0, void, InputEventListener_DisposableObserver_Dispose, (InputEventListener_DisposableObserver * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputEventListener_DisposableObserver__ctor, (InputEventListener_DisposableObserver * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, InputEventPtr__ctor, (InputEventPtr * __this, InputEvent * eventPtr, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, InputEventPtr_get_valid, (InputEventPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2A3A0, bool, InputEventPtr_get_handled, (InputEventPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2A3C0, void, InputEventPtr_set_handled, (InputEventPtr * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96EB8, InputEventPtr_set_handled__MethodInfo); DO_APP_FUNC(0x02A2A450, int32_t, InputEventPtr_get_id, (InputEventPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2A470, void, InputEventPtr_set_id, (InputEventPtr * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96EB0, InputEventPtr_set_id__MethodInfo); DO_APP_FUNC(0x02A2A4F0, FourCC, InputEventPtr_get_type, (InputEventPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2A500, uint32_t, InputEventPtr_get_sizeInBytes, (InputEventPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2A520, int32_t, InputEventPtr_get_deviceId, (InputEventPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2A540, void, InputEventPtr_set_deviceId, (InputEventPtr * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96ED0, InputEventPtr_set_deviceId__MethodInfo); DO_APP_FUNC(0x02A2A5B0, double, InputEventPtr_get_time, (InputEventPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2A610, void, InputEventPtr_set_time, (InputEventPtr * __this, double value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96EC8, InputEventPtr_set_time__MethodInfo); DO_APP_FUNC(0x02A2A6C0, double, InputEventPtr_get_internalTime, (InputEventPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2A6E0, void, InputEventPtr_set_internalTime, (InputEventPtr * __this, double value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96EE0, InputEventPtr_set_internalTime__MethodInfo); DO_APP_FUNC(0x00470F00, InputEvent *, InputEventPtr_get_data, (InputEventPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2A760, FourCC, InputEventPtr_get_stateFormat, (InputEventPtr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96F40, InputEventPtr_get_stateFormat__MethodInfo); DO_APP_FUNC(0x02A2A810, uint32_t, InputEventPtr_get_stateSizeInBytes, (InputEventPtr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96F50, InputEventPtr_get_stateSizeInBytes__MethodInfo); DO_APP_FUNC(0x02A2A910, uint32_t, InputEventPtr_get_stateOffset, (InputEventPtr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96F68, InputEventPtr_get_stateOffset__MethodInfo); DO_APP_FUNC(0x02A2A9F0, InputEventPtr, InputEventPtr_Next, (InputEventPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2AA10, String *, InputEventPtr_ToString, (InputEventPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, InputEvent *, InputEventPtr_ToPointer, (InputEventPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2AA80, bool, InputEventPtr_Equals, (InputEventPtr * __this, InputEventPtr other, MethodInfo * method)); DO_APP_FUNC(0x02A2AAD0, bool, InputEventPtr_Equals_1, (InputEventPtr * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, InputEventPtr_GetHashCode, (InputEventPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, InputEventPtr_op_Equality, (InputEventPtr left, InputEventPtr right, MethodInfo * method)); DO_APP_FUNC(0x00AD34D0, bool, InputEventPtr_op_Inequality, (InputEventPtr left, InputEventPtr right, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, InputEventPtr, InputEventPtr_op_Implicit, (InputEvent * eventPtr, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, InputEventPtr, InputEventPtr_From, (InputEvent * eventPtr, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, InputEvent *, InputEventPtr_op_Implicit_1, (InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, InputEvent *, InputEventPtr_FromInputEventPtr, (InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC(0x005625F0, bool, InputEventStream_get_isOpen, (InputEventStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2AB90, int32_t, InputEventStream_get_remainingEventCount, (InputEventStream * __this, MethodInfo * method)); DO_APP_FUNC(0x015FAEF0, int32_t, InputEventStream_get_numEventsRetainedInBuffer, (InputEventStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2ABA0, InputEvent *, InputEventStream_get_currentEventPtr, (InputEventStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2ABC0, uint32_t, InputEventStream_get_numBytesRetainedInBuffer, (InputEventStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2AC00, void, InputEventStream__ctor, (InputEventStream * __this, InputEventBuffer * eventBuffer, int32_t maxAppendedEvents, MethodInfo * method)); DO_APP_FUNC(0x02A2AC90, void, InputEventStream_Close, (InputEventStream * __this, InputEventBuffer * eventBuffer, MethodInfo * method)); DO_APP_FUNC(0x02A2AE10, void, InputEventStream_CleanUpAfterException, (InputEventStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2AEC0, void, InputEventStream_Write, (InputEventStream * __this, InputEvent * eventPtr, MethodInfo * method)); DO_APP_FUNC(0x02A2B160, InputEvent *, InputEventStream_Advance, (InputEventStream * __this, bool leaveEventInBuffer, MethodInfo * method)); DO_APP_FUNC(0x02A2B200, InputEvent *, InputEventStream_Peek, (InputEventStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2B240, FourCC, InputEventTrace_get_FrameMarkerEvent, (MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, InputEventTrace_get_deviceId, (InputEventTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, InputEventTrace_set_deviceId, (InputEventTrace * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB250, bool, InputEventTrace_get_enabled, (InputEventTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x00682E30, bool, InputEventTrace_get_recordFrameMarkers, (InputEventTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2B250, void, InputEventTrace_set_recordFrameMarkers, (InputEventTrace * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00A90540, int64_t, InputEventTrace_get_eventCount, (InputEventTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, int64_t, InputEventTrace_get_totalEventSizeInBytes, (InputEventTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2B360, int64_t, InputEventTrace_get_allocatedSizeInBytes, (InputEventTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, int64_t, InputEventTrace_get_maxSizeInBytes, (InputEventTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2B380, ReadOnlyArray_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_, InputEventTrace_get_deviceInfos, (InputEventTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Func_3_UnityEngine_InputSystem_LowLevel_InputEventPtr_UnityEngine_InputSystem_InputDevice_Boolean_ *, InputEventTrace_get_onFilterEvent, (InputEventTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, InputEventTrace_set_onFilterEvent, (InputEventTrace * __this, Func_3_UnityEngine_InputSystem_LowLevel_InputEventPtr_UnityEngine_InputSystem_InputDevice_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x02A2B460, void, InputEventTrace_add_onEvent, (InputEventTrace * __this, Action_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * value, MethodInfo * method)); DO_APP_FUNC(0x02A2B4B0, void, InputEventTrace_remove_onEvent, (InputEventTrace * __this, Action_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * value, MethodInfo * method)); DO_APP_FUNC(0x02A2B500, void, InputEventTrace__ctor, (InputEventTrace * __this, InputDevice * device, int64_t bufferSizeInBytes, bool growBuffer, int64_t maxBufferSizeInBytes, int64_t growIncrementSizeInBytes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96E78, InputEventTrace__ctor__MethodInfo); DO_APP_FUNC(0x02A2B5C0, void, InputEventTrace__ctor_1, (InputEventTrace * __this, int64_t bufferSizeInBytes, bool growBuffer, int64_t maxBufferSizeInBytes, int64_t growIncrementSizeInBytes, MethodInfo * method)); DO_APP_FUNC(0x02A2B610, void, InputEventTrace_WriteTo, (InputEventTrace * __this, String * filePath, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96E20, InputEventTrace_WriteTo__MethodInfo); DO_APP_FUNC(0x02A2B7B0, void, InputEventTrace_WriteTo_1, (InputEventTrace * __this, Stream * stream, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96E50, InputEventTrace_WriteTo_1__MethodInfo); DO_APP_FUNC(0x02A2BE60, void, InputEventTrace_ReadFrom, (InputEventTrace * __this, String * filePath, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96CE0, InputEventTrace_ReadFrom__MethodInfo); DO_APP_FUNC(0x02A2BF80, void, InputEventTrace_ReadFrom_1, (InputEventTrace * __this, Stream * stream, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96D00, InputEventTrace_ReadFrom_1__MethodInfo); DO_APP_FUNC(0x02A2C810, InputEventTrace *, InputEventTrace_LoadFrom, (String * filePath, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96CA8, InputEventTrace_LoadFrom__MethodInfo); DO_APP_FUNC(0x02A2CA90, InputEventTrace *, InputEventTrace_LoadFrom_1, (Stream * stream, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96CD8, InputEventTrace_LoadFrom_1__MethodInfo); DO_APP_FUNC(0x02A2CBF0, InputEventTrace_ReplayController *, InputEventTrace_Replay, (InputEventTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2CD00, bool, InputEventTrace_Resize, (InputEventTrace * __this, int64_t newBufferSize, int64_t newMaxBufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96D70, InputEventTrace_Resize__MethodInfo); DO_APP_FUNC(0x02A2CFC0, void, InputEventTrace_Clear, (InputEventTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2D040, void, InputEventTrace_Enable, (InputEventTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2D1D0, void, InputEventTrace_Disable, (InputEventTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2D2E0, bool, InputEventTrace_GetNextEvent, (InputEventTrace * __this, InputEventPtr * current, MethodInfo * method)); DO_APP_FUNC(0x02A2D360, IEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ *, InputEventTrace_GetEnumerator, (InputEventTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2D410, IEnumerator *, InputEventTrace_System_Collections_IEnumerable_GetEnumerator, (InputEventTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2D420, void, InputEventTrace_Dispose, (InputEventTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x00605860, uint8_t *, InputEventTrace_get_m_EventBuffer, (InputEventTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2D520, void, InputEventTrace_set_m_EventBuffer, (InputEventTrace * __this, uint8_t * value, MethodInfo * method)); DO_APP_FUNC(0x003BF700, uint8_t *, InputEventTrace_get_m_EventBufferHead, (InputEventTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2D530, void, InputEventTrace_set_m_EventBufferHead, (InputEventTrace * __this, uint8_t * value, MethodInfo * method)); DO_APP_FUNC(0x00473D30, uint8_t *, InputEventTrace_get_m_EventBufferTail, (InputEventTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2D540, void, InputEventTrace_set_m_EventBufferTail, (InputEventTrace * __this, uint8_t * value, MethodInfo * method)); DO_APP_FUNC(0x02A2D550, void, InputEventTrace_Allocate, (InputEventTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2D5C0, void, InputEventTrace_Release, (InputEventTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2D6C0, void, InputEventTrace_OnBeforeUpdate, (InputEventTrace * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96D98, InputEventTrace_OnBeforeUpdate__MethodInfo); DO_APP_FUNC(0x02A2D7C0, void, InputEventTrace_OnInputEvent, (InputEventTrace * __this, InputEventPtr inputEvent, InputDevice * device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96D08, InputEventTrace_OnInputEvent__MethodInfo); DO_APP_FUNC(0x02A2DDD0, FourCC, InputEventTrace_get_kFileFormat, (MethodInfo * method)); DO_APP_FUNC(0x02A2DDE0, void, InputEventTrace__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02A2DEC0, void, InputEventTrace_Enumerator__ctor, (InputEventTrace_Enumerator * __this, InputEventTrace * trace, MethodInfo * method)); DO_APP_FUNC(0x02A2DF30, void, InputEventTrace_Enumerator_Dispose, (InputEventTrace_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2DF90, bool, InputEventTrace_Enumerator_MoveNext, (InputEventTrace_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C994F0, InputEventTrace_Enumerator_MoveNext__MethodInfo); DO_APP_FUNC(0x02A2E070, void, InputEventTrace_Enumerator_Reset, (InputEventTrace_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, InputEventPtr, InputEventTrace_Enumerator_get_Current, (InputEventTrace_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2E0A0, Object *, InputEventTrace_Enumerator_System_Collections_IEnumerator_get_Current, (InputEventTrace_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, InputEventTrace *, InputEventTrace_ReplayController_get_trace, (InputEventTrace_ReplayController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, InputEventTrace_ReplayController_get_finished, (InputEventTrace_ReplayController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, InputEventTrace_ReplayController_set_finished, (InputEventTrace_ReplayController * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00422A30, bool, InputEventTrace_ReplayController_get_paused, (InputEventTrace_ReplayController * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A40, void, InputEventTrace_ReplayController_set_paused, (InputEventTrace_ReplayController * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, InputEventTrace_ReplayController_get_position, (InputEventTrace_ReplayController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, InputEventTrace_ReplayController_set_position, (InputEventTrace_ReplayController * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02A2E0F0, IEnumerable_1_UnityEngine_InputSystem_InputDevice_ *, InputEventTrace_ReplayController_get_createdDevices, (InputEventTrace_ReplayController * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2E150, void, InputEventTrace_ReplayController__ctor, (InputEventTrace_ReplayController * __this, InputEventTrace * trace, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99580, InputEventTrace_ReplayController__ctor__MethodInfo); DO_APP_FUNC(0x02A2E210, void, InputEventTrace_ReplayController_Dispose, (InputEventTrace_ReplayController * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2E4E0, InputEventTrace_ReplayController *, InputEventTrace_ReplayController_WithDeviceMappedFromTo, (InputEventTrace_ReplayController * __this, InputDevice * recordedDevice, InputDevice * playbackDevice, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99540, InputEventTrace_ReplayController_WithDeviceMappedFromTo__MethodInfo); DO_APP_FUNC(0x02A2E5C0, InputEventTrace_ReplayController *, InputEventTrace_ReplayController_WithDeviceMappedFromTo_1, (InputEventTrace_ReplayController * __this, int32_t recordedDeviceId, int32_t playbackDeviceId, MethodInfo * method)); DO_APP_FUNC(0x02A2E6F0, InputEventTrace_ReplayController *, InputEventTrace_ReplayController_WithAllDevicesMappedToNewInstances, (InputEventTrace_ReplayController * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2E700, InputEventTrace_ReplayController *, InputEventTrace_ReplayController_OnFinished, (InputEventTrace_ReplayController * __this, Action * action, MethodInfo * method)); DO_APP_FUNC(0x02A2E760, InputEventTrace_ReplayController *, InputEventTrace_ReplayController_OnEvent, (InputEventTrace_ReplayController * __this, Action_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * action, MethodInfo * method)); DO_APP_FUNC(0x02A2E7C0, InputEventTrace_ReplayController *, InputEventTrace_ReplayController_PlayOneEvent, (InputEventTrace_ReplayController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99558, InputEventTrace_ReplayController_PlayOneEvent__MethodInfo); DO_APP_FUNC(0x02A2E850, InputEventTrace_ReplayController *, InputEventTrace_ReplayController_Rewind, (InputEventTrace_ReplayController * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2E910, InputEventTrace_ReplayController *, InputEventTrace_ReplayController_PlayAllFramesOneByOne, (InputEventTrace_ReplayController * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2E9C0, InputEventTrace_ReplayController *, InputEventTrace_ReplayController_PlayAllEvents, (InputEventTrace_ReplayController * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2EA60, InputEventTrace_ReplayController *, InputEventTrace_ReplayController_PlayAllEventsAccordingToTimestamps, (InputEventTrace_ReplayController * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2F090, void, InputEventTrace_ReplayController_OnBeginFrame, (InputEventTrace_ReplayController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99598, InputEventTrace_ReplayController_OnBeginFrame__MethodInfo); DO_APP_FUNC(0x02A2F2C0, void, InputEventTrace_ReplayController_Finished, (InputEventTrace_ReplayController * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2F390, void, InputEventTrace_ReplayController_QueueEvent, (InputEventTrace_ReplayController * __this, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC(0x02A2F710, bool, InputEventTrace_ReplayController_MoveNext, (InputEventTrace_ReplayController * __this, bool skipFrameEvents, InputEventPtr * eventPtr, MethodInfo * method)); DO_APP_FUNC(0x02A2FB90, int32_t, InputEventTrace_ReplayController_ApplyDeviceMapping, (InputEventTrace_ReplayController * __this, int32_t originalDeviceId, MethodInfo * method)); DO_APP_FUNC(0x02A30000, void, InputEventTrace_ReplayController_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputEventTrace_ReplayController_c__ctor, (InputEventTrace_ReplayController_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02A300B0, int32_t, InputEventTrace_ReplayController_c__PlayAllEventsAccordingToTimestamps_b__38_0, (InputEventTrace_ReplayController_c * __this, InputEventPtr a, InputEventPtr b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C993D8, InputEventTrace_ReplayController_c__PlayAllEventsAccordingToTimestamps_b__38_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, InputEventTrace_ReplayController_c_DisplayClass43_0__ctor, (InputEventTrace_ReplayController_c_DisplayClass43_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A301B0, bool, InputEventTrace_ReplayController_c_DisplayClass43_0__ApplyDeviceMapping_b__0, (InputEventTrace_ReplayController_c_DisplayClass43_0 * __this, InputEventTrace_DeviceInfo x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99458, InputEventTrace_ReplayController_c_DisplayClass43_0__ApplyDeviceMapping_b__0__MethodInfo); DO_APP_FUNC(0x00AE0430, int32_t, InputEventTrace_DeviceInfo_get_deviceId, (InputEventTrace_DeviceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, InputEventTrace_DeviceInfo_set_deviceId, (InputEventTrace_DeviceInfo * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x005DE470, String *, InputEventTrace_DeviceInfo_get_layout, (InputEventTrace_DeviceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0066A570, void, InputEventTrace_DeviceInfo_set_layout, (InputEventTrace_DeviceInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, FourCC, InputEventTrace_DeviceInfo_get_stateFormat, (InputEventTrace_DeviceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, InputEventTrace_DeviceInfo_set_stateFormat, (InputEventTrace_DeviceInfo * __this, FourCC value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, InputEventTrace_DeviceInfo_get_stateSizeInBytes, (InputEventTrace_DeviceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, InputEventTrace_DeviceInfo_set_stateSizeInBytes, (InputEventTrace_DeviceInfo * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02A301C0, uint32_t, StateEvent_get_stateSizeInBytes, (StateEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02A301D0, Void *, StateEvent_get_state, (StateEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, InputEventPtr, StateEvent_ToEventPtr, (StateEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02A301E0, FourCC, StateEvent_get_typeStatic, (StateEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02A301F0, StateEvent *, StateEvent_From, (InputEventPtr ptr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99488, StateEvent_From__MethodInfo); DO_APP_FUNC(0x00A5CD60, StateEvent *, StateEvent_FromUnchecked, (InputEventPtr ptr, MethodInfo * method)); DO_APP_FUNC(0x02A30330, NativeArray_1_System_Byte_, StateEvent_From_1, (InputDevice * device, InputEventPtr * eventPtr, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x02A30360, NativeArray_1_System_Byte_, StateEvent_FromDefaultStateFor, (InputDevice * device, InputEventPtr * eventPtr, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x02A30390, NativeArray_1_System_Byte_, StateEvent_From_2, (InputDevice * device, InputEventPtr * eventPtr, Allocator__Enum allocator, bool useDefaultState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99338, StateEvent_From_2__MethodInfo); DO_APP_FUNC(0x02A306A0, FourCC, TextEvent_get_typeStatic, (TextEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02A306B0, TextEvent *, TextEvent_From, (InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99358, TextEvent_From__MethodInfo); DO_APP_FUNC(0x02A307F0, TextEvent, TextEvent_Create, (int32_t deviceId, uint16_t character, double time, MethodInfo * method)); DO_APP_FUNC(0x02A308D0, TextEvent, TextEvent_Create_1, (int32_t deviceId, int32_t character, double time, MethodInfo * method)); DO_APP_FUNC(0x003F2CF0, void, InputUpdateDelegate__ctor, (InputUpdateDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, InputUpdateDelegate_Invoke, (InputUpdateDelegate * __this, InputUpdateType__Enum updateType, InputEventBuffer * eventBuffer, MethodInfo * method)); DO_APP_FUNC(0x02A309B0, IAsyncResult *, InputUpdateDelegate_BeginInvoke, (InputUpdateDelegate * __this, InputUpdateType__Enum updateType, InputEventBuffer * eventBuffer, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, InputUpdateDelegate_EndInvoke, (InputUpdateDelegate * __this, InputEventBuffer * eventBuffer, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, InputMetrics_get_maxNumDevices, (InputMetrics * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, InputMetrics_set_maxNumDevices, (InputMetrics * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C59320, int32_t, InputMetrics_get_currentNumDevices, (InputMetrics * __this, MethodInfo * method)); DO_APP_FUNC(0x01914E90, void, InputMetrics_set_currentNumDevices, (InputMetrics * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, InputMetrics_get_maxStateSizeInBytes, (InputMetrics * __this, MethodInfo * method)); DO_APP_FUNC(0x01914EB0, void, InputMetrics_set_maxStateSizeInBytes, (InputMetrics * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, int32_t, InputMetrics_get_currentStateSizeInBytes, (InputMetrics * __this, MethodInfo * method)); DO_APP_FUNC(0x01B64E90, void, InputMetrics_set_currentStateSizeInBytes, (InputMetrics * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, InputMetrics_get_currentControlCount, (InputMetrics * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, InputMetrics_set_currentControlCount, (InputMetrics * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, InputMetrics_get_currentLayoutCount, (InputMetrics * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, InputMetrics_set_currentLayoutCount, (InputMetrics * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, InputMetrics_get_totalEventBytes, (InputMetrics * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, InputMetrics_set_totalEventBytes, (InputMetrics * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, InputMetrics_get_totalEventCount, (InputMetrics * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, InputMetrics_set_totalEventCount, (InputMetrics * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, InputMetrics_get_totalUpdateCount, (InputMetrics * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, InputMetrics_set_totalUpdateCount, (InputMetrics * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01F53DC0, double, InputMetrics_get_totalEventProcessingTime, (InputMetrics * __this, MethodInfo * method)); DO_APP_FUNC(0x02A30A60, void, InputMetrics_set_totalEventProcessingTime, (InputMetrics * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x02A30A70, double, InputMetrics_get_totalEventLagTime, (InputMetrics * __this, MethodInfo * method)); DO_APP_FUNC(0x02A30A80, void, InputMetrics_set_totalEventLagTime, (InputMetrics * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x02A30A90, float, InputMetrics_get_averageEventBytesPerFrame, (InputMetrics * __this, MethodInfo * method)); DO_APP_FUNC(0x02A30AB0, double, InputMetrics_get_averageProcessingTimePerEvent, (InputMetrics * __this, MethodInfo * method)); DO_APP_FUNC(0x02A30AD0, double, InputMetrics_get_averageLagTimePerEvent, (InputMetrics * __this, MethodInfo * method)); DO_APP_FUNC(0x02A30AF0, void, InputUpdate_OnBeforeUpdate, (InputUpdateType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02A30B70, void, InputUpdate_OnUpdate, (InputUpdateType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02A30BF0, InputUpdate_SerializedState, InputUpdate_Save, (MethodInfo * method)); DO_APP_FUNC(0x02A30C40, void, InputUpdate_Restore, (InputUpdate_SerializedState state, MethodInfo * method)); DO_APP_FUNC(0x02A30CE0, InputUpdateType__Enum, InputUpdate_GetUpdateTypeForPlayer, (InputUpdateType__Enum mask, MethodInfo * method)); DO_APP_FUNC(0x02A30D00, bool, InputUpdate_IsPlayerUpdate, (InputUpdateType__Enum updateType, MethodInfo * method)); DO_APP_FUNC(0x00C59320, uint32_t, InputUpdate_UpdateStepCount_get_value, (InputUpdate_UpdateStepCount * __this, MethodInfo * method)); DO_APP_FUNC(0x01914E90, void, InputUpdate_UpdateStepCount_set_value, (InputUpdate_UpdateStepCount * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x02A30D10, void, InputUpdate_UpdateStepCount_OnBeforeUpdate, (InputUpdate_UpdateStepCount * __this, MethodInfo * method)); DO_APP_FUNC(0x02A30D20, void, InputUpdate_UpdateStepCount_OnUpdate, (InputUpdate_UpdateStepCount * __this, MethodInfo * method)); DO_APP_FUNC(0x02A30D30, int32_t, NativeInputRuntime_AllocateDeviceId, (NativeInputRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x02A30DB0, void, NativeInputRuntime_Update, (NativeInputRuntime * __this, InputUpdateType__Enum updateType, MethodInfo * method)); DO_APP_FUNC(0x02A30E40, void, NativeInputRuntime_QueueEvent, (NativeInputRuntime * __this, InputEvent * ptr, MethodInfo * method)); DO_APP_FUNC(0x02A30ED0, int64_t, NativeInputRuntime_DeviceCommand, (NativeInputRuntime * __this, int32_t deviceId, InputDeviceCommand * commandPtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C992A8, NativeInputRuntime_DeviceCommand__MethodInfo); DO_APP_FUNC(0x003B93E0, InputUpdateDelegate *, NativeInputRuntime_get_onUpdate, (NativeInputRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x02A30FE0, void, NativeInputRuntime_set_onUpdate, (NativeInputRuntime * __this, InputUpdateDelegate * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Action_1_UnityEngine_InputSystem_LowLevel_InputUpdateType_ *, NativeInputRuntime_get_onBeforeUpdate, (NativeInputRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x02A31370, void, NativeInputRuntime_set_onBeforeUpdate, (NativeInputRuntime * __this, Action_1_UnityEngine_InputSystem_LowLevel_InputUpdateType_ * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Func_2_UnityEngine_InputSystem_LowLevel_InputUpdateType_Boolean_ *, NativeInputRuntime_get_onShouldRunUpdate, (NativeInputRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x02A31640, void, NativeInputRuntime_set_onShouldRunUpdate, (NativeInputRuntime * __this, Func_2_UnityEngine_InputSystem_LowLevel_InputUpdateType_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x02A31910, Action_2_Int32_String_ *, NativeInputRuntime_get_onDeviceDiscovered, (NativeInputRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x02A319B0, void, NativeInputRuntime_set_onDeviceDiscovered, (NativeInputRuntime * __this, Action_2_Int32_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Action *, NativeInputRuntime_get_onShutdown, (NativeInputRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x02A31AF0, void, NativeInputRuntime_set_onShutdown, (NativeInputRuntime * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, Action_1_Boolean_ *, NativeInputRuntime_get_onPlayerFocusChanged, (NativeInputRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x02A31D40, void, NativeInputRuntime_set_onPlayerFocusChanged, (NativeInputRuntime * __this, Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x02A320A0, bool, NativeInputRuntime_get_isPlayerFocused, (NativeInputRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE2C0, float, NativeInputRuntime_get_pollingFrequency, (NativeInputRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x02A320F0, void, NativeInputRuntime_set_pollingFrequency, (NativeInputRuntime * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02A32190, double, NativeInputRuntime_get_currentTime, (NativeInputRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x02A32210, double, NativeInputRuntime_get_currentTimeForFixedUpdate, (NativeInputRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x02A322F0, double, NativeInputRuntime_get_currentTimeOffsetToRealtimeSinceStartup, (NativeInputRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x02A32370, float, NativeInputRuntime_get_unscaledGameTime, (NativeInputRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x02A323C0, bool, NativeInputRuntime_get_runInBackground, (NativeInputRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, NativeInputRuntime_set_runInBackground, (NativeInputRuntime * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01AA0E70, void, NativeInputRuntime_OnShutdown, (NativeInputRuntime * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C992C8, NativeInputRuntime_OnShutdown__MethodInfo); DO_APP_FUNC(0x02A32420, bool, NativeInputRuntime_OnWantsToShutdown, (NativeInputRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x02A32460, void, NativeInputRuntime_OnFocusChanged, (NativeInputRuntime * __this, bool focus, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C992D0, NativeInputRuntime_OnFocusChanged__MethodInfo); DO_APP_FUNC(0x02A32490, Vector2, NativeInputRuntime_get_screenSize, (NativeInputRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x02A32550, ScreenOrientation__Enum, NativeInputRuntime_get_screenOrientation, (NativeInputRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x02A325A0, bool, NativeInputRuntime_get_isInBatchMode, (NativeInputRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeInputRuntime_RegisterAnalyticsEvent, (NativeInputRuntime * __this, String * name, int32_t maxPerHour, int32_t maxPropertiesPerEvent, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeInputRuntime_SendAnalyticsEvent, (NativeInputRuntime * __this, String * name, Object * data, MethodInfo * method)); DO_APP_FUNC(0x02A325F0, void, NativeInputRuntime__ctor, (NativeInputRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x02A32600, void, NativeInputRuntime__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeInputRuntime_c_DisplayClass7_0__ctor, (NativeInputRuntime_c_DisplayClass7_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A326B0, void, NativeInputRuntime_c_DisplayClass7_0__set_onUpdate_b__0, (NativeInputRuntime_c_DisplayClass7_0 * __this, NativeInputUpdateType__Enum updateType, NativeInputEventBuffer * eventBufferPtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C992B0, NativeInputRuntime_c_DisplayClass7_0__set_onUpdate_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, NativeInputRuntime_c_DisplayClass10_0__ctor, (NativeInputRuntime_c_DisplayClass10_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A32890, void, NativeInputRuntime_c_DisplayClass10_0__set_onBeforeUpdate_b__0, (NativeInputRuntime_c_DisplayClass10_0 * __this, NativeInputUpdateType__Enum updateType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99278, NativeInputRuntime_c_DisplayClass10_0__set_onBeforeUpdate_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, NativeInputRuntime_c_DisplayClass13_0__ctor, (NativeInputRuntime_c_DisplayClass13_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A328C0, bool, NativeInputRuntime_c_DisplayClass13_0__set_onShouldRunUpdate_b__0, (NativeInputRuntime_c_DisplayClass13_0 * __this, NativeInputUpdateType__Enum updateType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C992E8, NativeInputRuntime_c_DisplayClass13_0__set_onShouldRunUpdate_b__0__MethodInfo); DO_APP_FUNC(0x02A328F0, InputUpdateType__Enum, InputState_get_currentUpdateType, (MethodInfo * method)); DO_APP_FUNC(0x02A32930, uint32_t, InputState_get_updateCount, (MethodInfo * method)); DO_APP_FUNC(0x02A32970, double, InputState_get_currentTime, (MethodInfo * method)); DO_APP_FUNC(0x02A329F0, void, InputState_add_onChange, (Action_2_UnityEngine_InputSystem_InputDevice_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * value, MethodInfo * method)); DO_APP_FUNC(0x02A32AA0, void, InputState_remove_onChange, (Action_2_UnityEngine_InputSystem_InputDevice_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * value, MethodInfo * method)); DO_APP_FUNC(0x02A32B50, void, InputState_Change, (InputDevice * device, InputEventPtr eventPtr, InputUpdateType__Enum updateType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99228, InputState_Change__MethodInfo); DO_APP_FUNC(0x02A32E50, bool, InputState_IsIntegerFormat, (FourCC format, MethodInfo * method)); DO_APP_FUNC(0x02A32FD0, void, InputState_AddChangeMonitor, (InputControl * control, IInputStateChangeMonitor * monitor, int64_t monitorIndex, uint32_t groupIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C991D0, InputState_AddChangeMonitor__MethodInfo); DO_APP_FUNC(0x02A331B0, IInputStateChangeMonitor *, InputState_AddChangeMonitor_1, (InputControl * control, Action_4_UnityEngine_InputSystem_InputControl_Double_UnityEngine_InputSystem_LowLevel_InputEventPtr_Int64_ * valueChangeCallback, int32_t monitorIndex, Action_4_UnityEngine_InputSystem_InputControl_Double_Int64_Int32_ * timerExpiredCallback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99198, InputState_AddChangeMonitor_1__MethodInfo); DO_APP_FUNC(0x02A33350, void, InputState_RemoveChangeMonitor, (InputControl * control, IInputStateChangeMonitor * monitor, int64_t monitorIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C991A0, InputState_RemoveChangeMonitor__MethodInfo); DO_APP_FUNC(0x02A334A0, void, InputState_AddChangeMonitorTimeout, (InputControl * control, IInputStateChangeMonitor * monitor, double time, int64_t monitorIndex, int32_t timerIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C991D8, InputState_AddChangeMonitorTimeout__MethodInfo); DO_APP_FUNC(0x02A335B0, void, InputState_RemoveChangeMonitorTimeout, (IInputStateChangeMonitor * monitor, int64_t monitorIndex, int32_t timerIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C991E0, InputState_RemoveChangeMonitorTimeout__MethodInfo); DO_APP_FUNC(0x02A336A0, void, InputState_StateChangeMonitorDelegate_NotifyControlStateChanged, (InputState_StateChangeMonitorDelegate * __this, InputControl * control, double time, InputEventPtr eventPtr, int64_t monitorIndex, MethodInfo * method)); DO_APP_FUNC(0x02A336D0, void, InputState_StateChangeMonitorDelegate_NotifyTimerExpired, (InputState_StateChangeMonitorDelegate * __this, InputControl * control, double time, int64_t monitorIndex, int32_t timerIndex, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputState_StateChangeMonitorDelegate__ctor, (InputState_StateChangeMonitorDelegate * __this, MethodInfo * method)); DO_APP_FUNC(0x02A336F0, int32_t, InputStateBlock_GetSizeOfPrimitiveFormatInBits, (FourCC type, MethodInfo * method)); DO_APP_FUNC(0x02A33A40, FourCC, InputStateBlock_GetPrimitiveFormatFromType, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, FourCC, InputStateBlock_get_format, (InputStateBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, InputStateBlock_set_format, (InputStateBlock * __this, FourCC value, MethodInfo * method)); DO_APP_FUNC(0x00C59320, uint32_t, InputStateBlock_get_byteOffset, (InputStateBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x01914E90, void, InputStateBlock_set_byteOffset, (InputStateBlock * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x00470F10, uint32_t, InputStateBlock_get_bitOffset, (InputStateBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x01914EB0, void, InputStateBlock_set_bitOffset, (InputStateBlock * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, uint32_t, InputStateBlock_get_sizeInBits, (InputStateBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x01B64E90, void, InputStateBlock_set_sizeInBits, (InputStateBlock * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x02A34070, uint32_t, InputStateBlock_get_alignedSizeInBytes, (InputStateBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x02A340C0, uint32_t, InputStateBlock_get_effectiveByteOffset, (InputStateBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x02A34110, uint32_t, InputStateBlock_get_effectiveBitOffset, (InputStateBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x02A34160, int32_t, InputStateBlock_ReadInt, (InputStateBlock * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99108, InputStateBlock_ReadInt__MethodInfo); DO_APP_FUNC(0x02A34450, void, InputStateBlock_WriteInt, (InputStateBlock * __this, Void * statePtr, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99118, InputStateBlock_WriteInt__MethodInfo); DO_APP_FUNC(0x02A346D0, float, InputStateBlock_ReadFloat, (InputStateBlock * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C990F0, InputStateBlock_ReadFloat__MethodInfo); DO_APP_FUNC(0x02A34AC0, void, InputStateBlock_WriteFloat, (InputStateBlock * __this, Void * statePtr, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C990F8, InputStateBlock_WriteFloat__MethodInfo); DO_APP_FUNC(0x02A34E40, PrimitiveValue, InputStateBlock_FloatToPrimitiveValue, (InputStateBlock * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99100, InputStateBlock_FloatToPrimitiveValue__MethodInfo); DO_APP_FUNC(0x02A35210, double, InputStateBlock_ReadDouble, (InputStateBlock * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99160, InputStateBlock_ReadDouble__MethodInfo); DO_APP_FUNC(0x02A35610, void, InputStateBlock_WriteDouble, (InputStateBlock * __this, Void * statePtr, double value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99170, InputStateBlock_WriteDouble__MethodInfo); DO_APP_FUNC(0x02A359B0, void, InputStateBlock_Write, (InputStateBlock * __this, Void * statePtr, PrimitiveValue value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99128, InputStateBlock_Write__MethodInfo); DO_APP_FUNC(0x02A35CD0, void, InputStateBlock_CopyToFrom, (InputStateBlock * __this, Void * toStatePtr, Void * fromStatePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99140, InputStateBlock_CopyToFrom__MethodInfo); DO_APP_FUNC(0x02A35E30, void, InputStateBlock__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02A36020, InputStateBuffers_DoubleBuffers, InputStateBuffers_GetDoubleBuffersFor, (InputStateBuffers * __this, InputUpdateType__Enum updateType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C990A0, InputStateBuffers_GetDoubleBuffersFor__MethodInfo); DO_APP_FUNC(0x02A36100, Void *, InputStateBuffers_GetFrontBufferForDevice, (int32_t deviceIndex, MethodInfo * method)); DO_APP_FUNC(0x02A36150, Void *, InputStateBuffers_GetBackBufferForDevice, (int32_t deviceIndex, MethodInfo * method)); DO_APP_FUNC(0x02A361A0, void, InputStateBuffers_SwitchTo, (InputStateBuffers buffers, InputUpdateType__Enum update, MethodInfo * method)); DO_APP_FUNC(0x02A36200, void, InputStateBuffers_AllocateAll, (InputStateBuffers * __this, InputDevice__Array * devices, int32_t deviceCount, MethodInfo * method)); DO_APP_FUNC(0x02A36370, InputStateBuffers_DoubleBuffers, InputStateBuffers_SetUpDeviceToBufferMappings, (int32_t deviceCount, uint8_t * * bufferPtr, uint32_t sizePerBuffer, uint32_t mappingTableSizePerBuffer, MethodInfo * method)); DO_APP_FUNC(0x02A363D0, void, InputStateBuffers_FreeAll, (InputStateBuffers * __this, MethodInfo * method)); DO_APP_FUNC(0x02A364F0, void, InputStateBuffers_MigrateAll, (InputStateBuffers * __this, InputDevice__Array * devices, int32_t deviceCount, InputStateBuffers oldBuffers, MethodInfo * method)); DO_APP_FUNC(0x02A36820, void, InputStateBuffers_MigrateDoubleBuffer, (InputStateBuffers_DoubleBuffers newBuffer, InputDevice__Array * devices, int32_t deviceCount, InputStateBuffers_DoubleBuffers oldBuffer, MethodInfo * method)); DO_APP_FUNC(0x02A369D0, void, InputStateBuffers_MigrateSingleBuffer, (Void * newBuffer, InputDevice__Array * devices, int32_t deviceCount, Void * oldBuffer, MethodInfo * method)); DO_APP_FUNC(0x02A36B00, uint32_t, InputStateBuffers_ComputeSizeOfSingleStateBuffer, (InputDevice__Array * devices, int32_t deviceCount, MethodInfo * method)); DO_APP_FUNC(0x02A36C90, uint32_t, InputStateBuffers_NextDeviceOffset, (uint32_t currentOffset, InputDevice * device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C990D0, InputStateBuffers_NextDeviceOffset__MethodInfo); DO_APP_FUNC(0x0185F430, bool, InputStateBuffers_DoubleBuffers_get_valid, (InputStateBuffers_DoubleBuffers * __this, MethodInfo * method)); DO_APP_FUNC(0x02A36DB0, void, InputStateBuffers_DoubleBuffers_SetFrontBuffer, (InputStateBuffers_DoubleBuffers * __this, int32_t deviceIndex, Void * ptr, MethodInfo * method)); DO_APP_FUNC(0x02A36DC0, void, InputStateBuffers_DoubleBuffers_SetBackBuffer, (InputStateBuffers_DoubleBuffers * __this, int32_t deviceIndex, Void * ptr, MethodInfo * method)); DO_APP_FUNC(0x02A36DD0, Void *, InputStateBuffers_DoubleBuffers_GetFrontBuffer, (InputStateBuffers_DoubleBuffers * __this, int32_t deviceIndex, MethodInfo * method)); DO_APP_FUNC(0x02A36DE0, Void *, InputStateBuffers_DoubleBuffers_GetBackBuffer, (InputStateBuffers_DoubleBuffers * __this, int32_t deviceIndex, MethodInfo * method)); DO_APP_FUNC(0x02A36DF0, void, InputStateBuffers_DoubleBuffers_SwapBuffers, (InputStateBuffers_DoubleBuffers * __this, int32_t deviceIndex, MethodInfo * method)); DO_APP_FUNC(0x00A88B20, int32_t, InputStateHistory_get_Count, (InputStateHistory * __this, MethodInfo * method)); DO_APP_FUNC(0x01D80210, uint32_t, InputStateHistory_get_version, (InputStateHistory * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5400, int32_t, InputStateHistory_get_historyDepth, (InputStateHistory * __this, MethodInfo * method)); DO_APP_FUNC(0x02A36E40, void, InputStateHistory_set_historyDepth, (InputStateHistory * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C990E0, InputStateHistory_set_historyDepth__MethodInfo); DO_APP_FUNC(0x00A528F0, int32_t, InputStateHistory_get_extraMemoryPerRecord, (InputStateHistory * __this, MethodInfo * method)); DO_APP_FUNC(0x02A36F30, void, InputStateHistory_set_extraMemoryPerRecord, (InputStateHistory * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C990B0, InputStateHistory_set_extraMemoryPerRecord__MethodInfo); DO_APP_FUNC(0x02A37020, InputUpdateType__Enum, InputStateHistory_get_updateMask, (InputStateHistory * __this, MethodInfo * method)); DO_APP_FUNC(0x02A370D0, void, InputStateHistory_set_updateMask, (InputStateHistory * __this, InputUpdateType__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99060, InputStateHistory_set_updateMask__MethodInfo); DO_APP_FUNC(0x02A37190, ReadOnlyArray_1_UnityEngine_InputSystem_InputControl_, InputStateHistory_get_controls, (InputStateHistory * __this, MethodInfo * method)); DO_APP_FUNC(0x02A37240, InputStateHistory_Record, InputStateHistory_get_Item, (InputStateHistory * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99068, InputStateHistory_get_Item__MethodInfo); DO_APP_FUNC(0x02A373C0, void, InputStateHistory_set_Item, (InputStateHistory * __this, int32_t index, InputStateHistory_Record value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99038, InputStateHistory_set_Item__MethodInfo); DO_APP_FUNC(0x003B93C0, Action_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record_ *, InputStateHistory_get_onRecordAdded, (InputStateHistory * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InputStateHistory_set_onRecordAdded, (InputStateHistory * __this, Action_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record_ * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Func_4_UnityEngine_InputSystem_InputControl_Double_UnityEngine_InputSystem_LowLevel_InputEventPtr_Boolean_ *, InputStateHistory_get_onShouldRecordStateChange, (InputStateHistory * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, InputStateHistory_set_onShouldRecordStateChange, (InputStateHistory * __this, Func_4_UnityEngine_InputSystem_InputControl_Double_UnityEngine_InputSystem_LowLevel_InputEventPtr_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x02A37560, void, InputStateHistory__ctor, (InputStateHistory * __this, int32_t maxStateSizeInBytes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99040, InputStateHistory__ctor__MethodInfo); DO_APP_FUNC(0x02A37600, void, InputStateHistory__ctor_1, (InputStateHistory * __this, String * path, MethodInfo * method)); DO_APP_FUNC(0x016D7760, void, InputStateHistory__ctor_2, (InputStateHistory * __this, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99048, InputStateHistory__ctor_2__MethodInfo); DO_APP_FUNC(0x02A37810, void, InputStateHistory__ctor_3, (InputStateHistory * __this, IEnumerable_1_UnityEngine_InputSystem_InputControl_ * controls, MethodInfo * method)); DO_APP_FUNC(0x02A37910, void, InputStateHistory_Finalize, (InputStateHistory * __this, MethodInfo * method)); DO_APP_FUNC(0x02A37950, void, InputStateHistory_Clear, (InputStateHistory * __this, MethodInfo * method)); DO_APP_FUNC(0x02A37960, InputStateHistory_Record, InputStateHistory_AddRecord, (InputStateHistory * __this, InputStateHistory_Record record, MethodInfo * method)); DO_APP_FUNC(0x02A37A30, void, InputStateHistory_StartRecording, (InputStateHistory * __this, MethodInfo * method)); DO_APP_FUNC(0x02A37C10, void, InputStateHistory_StopRecording, (InputStateHistory * __this, MethodInfo * method)); DO_APP_FUNC(0x02A37F00, InputStateHistory_Record, InputStateHistory_RecordStateChange, (InputStateHistory * __this, InputControl * control, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99070, InputStateHistory_RecordStateChange__MethodInfo); DO_APP_FUNC(0x02A38140, InputStateHistory_Record, InputStateHistory_RecordStateChange_1, (InputStateHistory * __this, InputControl * control, Void * statePtr, double time, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99090, InputStateHistory_RecordStateChange_1__MethodInfo); DO_APP_FUNC(0x02A38510, IEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record_ *, InputStateHistory_GetEnumerator, (InputStateHistory * __this, MethodInfo * method)); DO_APP_FUNC(0x02A38510, IEnumerator *, InputStateHistory_System_Collections_IEnumerable_GetEnumerator, (InputStateHistory * __this, MethodInfo * method)); DO_APP_FUNC(0x02A385C0, void, InputStateHistory_Dispose, (InputStateHistory * __this, MethodInfo * method)); DO_APP_FUNC(0x02A38670, void, InputStateHistory_Destroy, (InputStateHistory * __this, MethodInfo * method)); DO_APP_FUNC(0x02A386D0, void, InputStateHistory_Allocate, (InputStateHistory * __this, MethodInfo * method)); DO_APP_FUNC(0x02A38A10, int32_t, InputStateHistory_RecordIndexToUserIndex, (InputStateHistory * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02A38A30, int32_t, InputStateHistory_UserIndexToRecordIndex, (InputStateHistory * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02A38A40, InputStateHistory_RecordHeader *, InputStateHistory_GetRecord, (InputStateHistory * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98FF8, InputStateHistory_GetRecord__MethodInfo); DO_APP_FUNC(0x02A38B40, InputStateHistory_RecordHeader *, InputStateHistory_GetRecordUnchecked, (InputStateHistory * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02A38BD0, InputStateHistory_RecordHeader *, InputStateHistory_AllocateRecord, (InputStateHistory * __this, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x02A38CB0, Object *, InputStateHistory_ReadValueAsObject, (InputStateHistory * __this, InputStateHistory_RecordHeader * data, MethodInfo * method)); DO_APP_FUNC(0x02A38EA0, void, InputStateHistory_UnityEngine_InputSystem_LowLevel_IInputStateChangeMonitor_NotifyControlStateChanged, (InputStateHistory * __this, InputControl * control, double time, InputEventPtr eventPtr, int64_t monitorIndex, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputStateHistory_UnityEngine_InputSystem_LowLevel_IInputStateChangeMonitor_NotifyTimerExpired, (InputStateHistory * __this, InputControl * control, double time, int64_t monitorIndex, int32_t timerIndex, MethodInfo * method)); DO_APP_FUNC(0x02A39050, int32_t, InputStateHistory_get_bytesPerRecord, (InputStateHistory * __this, MethodInfo * method)); DO_APP_FUNC(0x01499F40, void, InputStateHistory_Enumerator__ctor, (InputStateHistory_Enumerator * __this, InputStateHistory * history, MethodInfo * method)); DO_APP_FUNC(0x01499FB0, bool, InputStateHistory_Enumerator_MoveNext, (InputStateHistory_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01498300, void, InputStateHistory_Enumerator_Reset, (InputStateHistory_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02A390A0, InputStateHistory_Record, InputStateHistory_Enumerator_get_Current, (InputStateHistory_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02A39240, Object *, InputStateHistory_Enumerator_System_Collections_IEnumerator_get_Current, (InputStateHistory_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputStateHistory_Enumerator_Dispose, (InputStateHistory_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02A392A0, uint8_t *, InputStateHistory_RecordHeader_get_statePtrWithControlIndex, (InputStateHistory_RecordHeader * __this, MethodInfo * method)); DO_APP_FUNC(0x01BEBE90, uint8_t *, InputStateHistory_RecordHeader_get_statePtrWithoutControlIndex, (InputStateHistory_RecordHeader * __this, MethodInfo * method)); DO_APP_FUNC(0x02A392B0, InputStateHistory_RecordHeader *, InputStateHistory_Record_get_header, (InputStateHistory_Record * __this, MethodInfo * method)); DO_APP_FUNC(0x01091DD0, int32_t, InputStateHistory_Record_get_recordIndex, (InputStateHistory_Record * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, uint32_t, InputStateHistory_Record_get_version, (InputStateHistory_Record * __this, MethodInfo * method)); DO_APP_FUNC(0x02A392E0, bool, InputStateHistory_Record_get_valid, (InputStateHistory_Record * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, InputStateHistory *, InputStateHistory_Record_get_owner, (InputStateHistory_Record * __this, MethodInfo * method)); DO_APP_FUNC(0x02A39330, int32_t, InputStateHistory_Record_get_index, (InputStateHistory_Record * __this, MethodInfo * method)); DO_APP_FUNC(0x02A39370, double, InputStateHistory_Record_get_time, (InputStateHistory_Record * __this, MethodInfo * method)); DO_APP_FUNC(0x02A393B0, InputControl *, InputStateHistory_Record_get_control, (InputStateHistory_Record * __this, MethodInfo * method)); DO_APP_FUNC(0x02A39550, InputStateHistory_Record, InputStateHistory_Record_get_next, (InputStateHistory_Record * __this, MethodInfo * method)); DO_APP_FUNC(0x02A39670, InputStateHistory_Record, InputStateHistory_Record_get_previous, (InputStateHistory_Record * __this, MethodInfo * method)); DO_APP_FUNC(0x010925A0, void, InputStateHistory_Record__ctor, (InputStateHistory_Record * __this, InputStateHistory * owner, int32_t index, InputStateHistory_RecordHeader * header, MethodInfo * method)); DO_APP_FUNC(0x02A39790, Object *, InputStateHistory_Record_ReadValueAsObject, (InputStateHistory_Record * __this, MethodInfo * method)); DO_APP_FUNC(0x02A397E0, Void *, InputStateHistory_Record_GetUnsafeMemoryPtr, (InputStateHistory_Record * __this, MethodInfo * method)); DO_APP_FUNC(0x02A39800, Void *, InputStateHistory_Record_GetUnsafeMemoryPtrUnchecked, (InputStateHistory_Record * __this, MethodInfo * method)); DO_APP_FUNC(0x02A398A0, Void *, InputStateHistory_Record_GetUnsafeExtraMemoryPtr, (InputStateHistory_Record * __this, MethodInfo * method)); DO_APP_FUNC(0x02A398C0, Void *, InputStateHistory_Record_GetUnsafeExtraMemoryPtrUnchecked, (InputStateHistory_Record * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99008, InputStateHistory_Record_GetUnsafeExtraMemoryPtrUnchecked__MethodInfo); DO_APP_FUNC(0x02A399B0, void, InputStateHistory_Record_CopyFrom, (InputStateHistory_Record * __this, InputStateHistory_Record record, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99020, InputStateHistory_Record_CopyFrom__MethodInfo); DO_APP_FUNC(0x02A39EA0, void, InputStateHistory_Record_CheckValid, (InputStateHistory_Record * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98FC8, InputStateHistory_Record_CheckValid__MethodInfo); DO_APP_FUNC(0x0108EF00, bool, InputStateHistory_Record_Equals, (InputStateHistory_Record * __this, InputStateHistory_Record other, MethodInfo * method)); DO_APP_FUNC(0x02A39F90, bool, InputStateHistory_Record_Equals_1, (InputStateHistory_Record * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01093050, int32_t, InputStateHistory_Record_GetHashCode, (InputStateHistory_Record * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3A030, String *, InputStateHistory_Record_ToString, (InputStateHistory_Record * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3A1E0, float, AxisDeadzoneProcessor_get_minOrDefault, (AxisDeadzoneProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3A260, float, AxisDeadzoneProcessor_get_maxOrDefault, (AxisDeadzoneProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3A2E0, float, AxisDeadzoneProcessor_Process, (AxisDeadzoneProcessor * __this, float value, InputControl * control, MethodInfo * method)); DO_APP_FUNC(0x02A3A3B0, String *, AxisDeadzoneProcessor_ToString, (AxisDeadzoneProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3A4A0, void, AxisDeadzoneProcessor__ctor, (AxisDeadzoneProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3A4D0, float, ClampProcessor_Process, (ClampProcessor * __this, float value, InputControl * control, MethodInfo * method)); DO_APP_FUNC(0x02A3A4F0, String *, ClampProcessor_ToString, (ClampProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3A5D0, void, ClampProcessor__ctor, (ClampProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3A600, Vector3, CompensateDirectionProcessor_Process, (CompensateDirectionProcessor * __this, Vector3 value, InputControl * control, MethodInfo * method)); DO_APP_FUNC(0x02A3A8A0, String *, CompensateDirectionProcessor_ToString, (CompensateDirectionProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, InputProcessor_CachingPolicy__Enum, CompensateDirectionProcessor_get_cachingPolicy, (CompensateDirectionProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3A8E0, void, CompensateDirectionProcessor__ctor, (CompensateDirectionProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3A910, Quaternion, CompensateRotationProcessor_Process, (CompensateRotationProcessor * __this, Quaternion value, InputControl * control, MethodInfo * method)); DO_APP_FUNC(0x02A3ABD0, String *, CompensateRotationProcessor_ToString, (CompensateRotationProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, InputProcessor_CachingPolicy__Enum, CompensateRotationProcessor_get_cachingPolicy, (CompensateRotationProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3AC10, void, CompensateRotationProcessor__ctor, (CompensateRotationProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3AC40, float, InvertProcessor_Process, (InvertProcessor * __this, float value, InputControl * control, MethodInfo * method)); DO_APP_FUNC(0x02A3AC50, String *, InvertProcessor_ToString, (InvertProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3AC90, void, InvertProcessor__ctor, (InvertProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3ACC0, Vector2, InvertVector2Processor_Process, (InvertVector2Processor * __this, Vector2 value, InputControl * control, MethodInfo * method)); DO_APP_FUNC(0x02A3AD20, String *, InvertVector2Processor_ToString, (InvertVector2Processor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3ADF0, void, InvertVector2Processor__ctor, (InvertVector2Processor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3AE40, Vector3, InvertVector3Processor_Process, (InvertVector3Processor * __this, Vector3 value, InputControl * control, MethodInfo * method)); DO_APP_FUNC(0x02A3AEA0, String *, InvertVector3Processor_ToString, (InvertVector3Processor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3AFB0, void, InvertVector3Processor__ctor, (InvertVector3Processor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3AFF0, float, NormalizeProcessor_Process, (NormalizeProcessor * __this, float value, InputControl * control, MethodInfo * method)); DO_APP_FUNC(0x02A3B020, float, NormalizeProcessor_Normalize, (float value, float min, float max, float zero, MethodInfo * method)); DO_APP_FUNC(0x02A3B0B0, float, NormalizeProcessor_Denormalize, (float value, float min, float max, float zero, MethodInfo * method)); DO_APP_FUNC(0x02A3B100, String *, NormalizeProcessor_ToString, (NormalizeProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3B220, void, NormalizeProcessor__ctor, (NormalizeProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3B250, Vector2, NormalizeVector2Processor_Process, (NormalizeVector2Processor * __this, Vector2 value, InputControl * control, MethodInfo * method)); DO_APP_FUNC(0x02A3B270, String *, NormalizeVector2Processor_ToString, (NormalizeVector2Processor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3B2B0, void, NormalizeVector2Processor__ctor, (NormalizeVector2Processor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3B2E0, Vector3, NormalizeVector3Processor_Process, (NormalizeVector3Processor * __this, Vector3 value, InputControl * control, MethodInfo * method)); DO_APP_FUNC(0x02A3B310, String *, NormalizeVector3Processor_ToString, (NormalizeVector3Processor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3B350, void, NormalizeVector3Processor__ctor, (NormalizeVector3Processor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3B380, float, ScaleProcessor_Process, (ScaleProcessor * __this, float value, InputControl * control, MethodInfo * method)); DO_APP_FUNC(0x02A3B390, String *, ScaleProcessor_ToString, (ScaleProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3B440, void, ScaleProcessor__ctor, (ScaleProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3B490, Vector2, ScaleVector2Processor_Process, (ScaleVector2Processor * __this, Vector2 value, InputControl * control, MethodInfo * method)); DO_APP_FUNC(0x02A3B4C0, String *, ScaleVector2Processor_ToString, (ScaleVector2Processor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3B5A0, void, ScaleVector2Processor__ctor, (ScaleVector2Processor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3B600, Vector3, ScaleVector3Processor_Process, (ScaleVector3Processor * __this, Vector3 value, InputControl * control, MethodInfo * method)); DO_APP_FUNC(0x02A3B640, String *, ScaleVector3Processor_ToString, (ScaleVector3Processor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3B760, void, ScaleVector3Processor__ctor, (ScaleVector3Processor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3B7B0, float, StickDeadzoneProcessor_get_minOrDefault, (StickDeadzoneProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3B830, float, StickDeadzoneProcessor_get_maxOrDefault, (StickDeadzoneProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3B8B0, Vector2, StickDeadzoneProcessor_Process, (StickDeadzoneProcessor * __this, Vector2 value, InputControl * control, MethodInfo * method)); DO_APP_FUNC(0x02A3B9C0, float, StickDeadzoneProcessor_GetDeadZoneAdjustedValue, (StickDeadzoneProcessor * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02A3BA90, String *, StickDeadzoneProcessor_ToString, (StickDeadzoneProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3BB80, void, StickDeadzoneProcessor__ctor, (StickDeadzoneProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, InputControlAttribute_get_layout, (InputControlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InputControlAttribute_set_layout, (InputControlAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, InputControlAttribute_get_variants, (InputControlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, InputControlAttribute_set_variants, (InputControlAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, InputControlAttribute_get_name, (InputControlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, InputControlAttribute_set_name, (InputControlAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, InputControlAttribute_get_format, (InputControlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, InputControlAttribute_set_format, (InputControlAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, InputControlAttribute_get_usage, (InputControlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, InputControlAttribute_set_usage, (InputControlAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String__Array *, InputControlAttribute_get_usages, (InputControlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, InputControlAttribute_set_usages, (InputControlAttribute * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, String *, InputControlAttribute_get_parameters, (InputControlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, InputControlAttribute_set_parameters, (InputControlAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, String *, InputControlAttribute_get_processors, (InputControlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, InputControlAttribute_set_processors, (InputControlAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, InputControlAttribute_get_alias, (InputControlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, InputControlAttribute_set_alias, (InputControlAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, String__Array *, InputControlAttribute_get_aliases, (InputControlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, InputControlAttribute_set_aliases, (InputControlAttribute * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, String *, InputControlAttribute_get_useStateFrom, (InputControlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, InputControlAttribute_set_useStateFrom, (InputControlAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x007666D0, uint32_t, InputControlAttribute_get_bit, (InputControlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB190, void, InputControlAttribute_set_bit, (InputControlAttribute * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x015FAEF0, uint32_t, InputControlAttribute_get_offset, (InputControlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00564BA0, void, InputControlAttribute_set_offset, (InputControlAttribute * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01B48D90, uint32_t, InputControlAttribute_get_sizeInBits, (InputControlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07B40, void, InputControlAttribute_set_sizeInBits, (InputControlAttribute * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01015EC0, int32_t, InputControlAttribute_get_arraySize, (InputControlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01015ED0, void, InputControlAttribute_set_arraySize, (InputControlAttribute * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C7020, String *, InputControlAttribute_get_displayName, (InputControlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE20, void, InputControlAttribute_set_displayName, (InputControlAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C7030, String *, InputControlAttribute_get_shortDisplayName, (InputControlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, InputControlAttribute_set_shortDisplayName, (InputControlAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x005FC5C0, bool, InputControlAttribute_get_noisy, (InputControlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x004841B0, void, InputControlAttribute_set_noisy, (InputControlAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00648740, bool, InputControlAttribute_get_synthetic, (InputControlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00648750, void, InputControlAttribute_set_synthetic, (InputControlAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02A3BBB0, bool, InputControlAttribute_get_dontReset, (InputControlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3BBC0, void, InputControlAttribute_set_dontReset, (InputControlAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00A90540, Object *, InputControlAttribute_get_defaultState, (InputControlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90550, void, InputControlAttribute_set_defaultState, (InputControlAttribute * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, Object *, InputControlAttribute_get_minValue, (InputControlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F50, void, InputControlAttribute_set_minValue, (InputControlAttribute * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00605860, Object *, InputControlAttribute_get_maxValue, (InputControlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00473A50, void, InputControlAttribute_set_maxValue, (InputControlAttribute * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02A3BBD0, void, InputControlAttribute__ctor, (InputControlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3BBE0, void, InputDeviceFindControlLayoutDelegate__ctor, (InputDeviceFindControlLayoutDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, String *, InputDeviceFindControlLayoutDelegate_Invoke, (InputDeviceFindControlLayoutDelegate * __this, InputDeviceDescription * description, String * matchedLayout, InputDeviceExecuteCommandDelegate * executeDeviceCommand, MethodInfo * method)); DO_APP_FUNC(0x02A3BD20, IAsyncResult *, InputDeviceFindControlLayoutDelegate_BeginInvoke, (InputDeviceFindControlLayoutDelegate * __this, InputDeviceDescription * description, String * matchedLayout, InputDeviceExecuteCommandDelegate * executeDeviceCommand, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, String *, InputDeviceFindControlLayoutDelegate_EndInvoke, (InputDeviceFindControlLayoutDelegate * __this, InputDeviceDescription * description, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02A3BDC0, InternedString, InputControlLayout_get_DefaultVariant, (MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, InternedString, InputControlLayout_get_name, (InputControlLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3BE20, String *, InputControlLayout_get_displayName, (InputControlLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Type *, InputControlLayout_get_type, (InputControlLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x0114D740, InternedString, InputControlLayout_get_variants, (InputControlLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, FourCC, InputControlLayout_get_stateFormat, (InputControlLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x01365740, int32_t, InputControlLayout_get_stateSizeInBytes, (InputControlLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3BE80, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, InputControlLayout_get_baseLayouts, (InputControlLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3BEE0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, InputControlLayout_get_appliedOverrides, (InputControlLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3BF40, ReadOnlyArray_1_InternedString_, InputControlLayout_get_commonUsages, (InputControlLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3C010, ReadOnlyArray_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_, InputControlLayout_get_controls, (InputControlLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3C0E0, bool, InputControlLayout_get_updateBeforeRender, (InputControlLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3C120, bool, InputControlLayout_get_isDeviceLayout, (InputControlLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3C1C0, bool, InputControlLayout_get_isControlLayout, (InputControlLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3C260, bool, InputControlLayout_get_isOverride, (InputControlLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3C270, void, InputControlLayout_set_isOverride, (InputControlLayout * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02A3C290, bool, InputControlLayout_get_isGenericTypeOfDevice, (InputControlLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3C2A0, void, InputControlLayout_set_isGenericTypeOfDevice, (InputControlLayout * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02A3C2C0, bool, InputControlLayout_get_hideInUI, (InputControlLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3C2D0, void, InputControlLayout_set_hideInUI, (InputControlLayout * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02A3C2F0, bool, InputControlLayout_get_isNoisy, (InputControlLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3C300, void, InputControlLayout_set_isNoisy, (InputControlLayout * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02A3C320, Nullable_1_Boolean_, InputControlLayout_get_canRunInBackground, (InputControlLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3C380, void, InputControlLayout_set_canRunInBackground, (InputControlLayout * __this, Nullable_1_Boolean_ value, MethodInfo * method)); DO_APP_FUNC(0x02A3C420, InputControlLayout_ControlItem, InputControlLayout_get_Item, (InputControlLayout * __this, String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98F38, InputControlLayout_get_Item__MethodInfo); DO_APP_FUNC(0x02A3C5F0, Nullable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_, InputControlLayout_FindControl, (InputControlLayout * __this, InternedString path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98F20, InputControlLayout_FindControl__MethodInfo); DO_APP_FUNC(0x02A3C940, Nullable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_, InputControlLayout_FindControlIncludingArrayElements, (InputControlLayout * __this, String * path, int32_t * arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98F28, InputControlLayout_FindControlIncludingArrayElements__MethodInfo); DO_APP_FUNC(0x02A3CFE0, Type *, InputControlLayout_GetValueType, (InputControlLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3D070, InputControlLayout *, InputControlLayout_FromType, (String * name, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02A3D790, String *, InputControlLayout_ToJson, (InputControlLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x02A3D840, InputControlLayout *, InputControlLayout_FromJson, (String * json, MethodInfo * method)); DO_APP_FUNC(0x02A3D990, void, InputControlLayout__ctor, (InputControlLayout * __this, String * name, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02A3DA80, void, InputControlLayout_AddControlItems, (Type * type, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * controlLayouts, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x02A3DBC0, void, InputControlLayout_AddControlItemsFromFields, (Type * type, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * controlLayouts, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x02A3DC60, void, InputControlLayout_AddControlItemsFromProperties, (Type * type, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * controlLayouts, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x02A3DD00, void, InputControlLayout_AddControlItemsFromMembers, (MemberInfo_1__Array * members, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * controlItems, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x02A3E350, void, InputControlLayout_AddControlItemsFromMember, (MemberInfo_1 * member, InputControlAttribute__Array * attributes, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * controlItems, MethodInfo * method)); DO_APP_FUNC(0x02A3E700, InputControlLayout_ControlItem, InputControlLayout_CreateControlItemFromMember, (MemberInfo_1 * member, InputControlAttribute * attribute, MethodInfo * method)); DO_APP_FUNC(0x02A3F7C0, String *, InputControlLayout_InferLayoutFromValueType, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02A3FA20, void, InputControlLayout_MergeLayout, (InputControlLayout * __this, InputControlLayout * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98E30, InputControlLayout_MergeLayout__MethodInfo); DO_APP_FUNC(0x02A415A0, Dictionary_2_System_String_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, InputControlLayout_CreateLookupTableForControls, (InputControlLayout_ControlItem__Array * controlItems, List_1_System_String_ * variants, MethodInfo * method)); DO_APP_FUNC(0x02A41AA0, bool, InputControlLayout_VariantsMatch, (InternedString expected, InternedString actual, MethodInfo * method)); DO_APP_FUNC(0x02A41B00, bool, InputControlLayout_VariantsMatch_1, (String * expected, String * actual, MethodInfo * method)); DO_APP_FUNC(0x02A41C70, void, InputControlLayout_ParseHeaderFieldsFromJson, (String * json, InternedString * name, InlinedArray_1_InternedString_ * baseLayouts, InputDeviceMatcher * deviceMatcher, MethodInfo * method)); DO_APP_FUNC(0x02A41F50, InputControlLayout_Cache *, InputControlLayout_get_cache, (MethodInfo * method)); DO_APP_FUNC(0x02A41FB0, InputControlLayout_CacheRefInstance, InputControlLayout_CacheRef, (MethodInfo * method)); DO_APP_FUNC(0x02A42010, void, InputControlLayout__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02A420E0, bool, InputControlLayout__MergeLayout_b__77_0, (InputControlLayout * __this, InputControlLayout_ControlItem x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98E60, InputControlLayout__MergeLayout_b__77_0__MethodInfo); DO_APP_FUNC(0x00C71F10, InternedString, InputControlLayout_ControlItem_get_name, (InputControlLayout_ControlItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01198710, void, InputControlLayout_ControlItem_set_name, (InputControlLayout_ControlItem * __this, InternedString value, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, InternedString, InputControlLayout_ControlItem_get_layout, (InputControlLayout_ControlItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01867DF0, void, InputControlLayout_ControlItem_set_layout, (InputControlLayout_ControlItem * __this, InternedString value, MethodInfo * method)); DO_APP_FUNC(0x01097D80, InternedString, InputControlLayout_ControlItem_get_variants, (InputControlLayout_ControlItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02A421A0, void, InputControlLayout_ControlItem_set_variants, (InputControlLayout_ControlItem * __this, InternedString value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, InputControlLayout_ControlItem_get_useStateFrom, (InputControlLayout_ControlItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, InputControlLayout_ControlItem_set_useStateFrom, (InputControlLayout_ControlItem * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, InputControlLayout_ControlItem_get_displayName, (InputControlLayout_ControlItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, InputControlLayout_ControlItem_set_displayName, (InputControlLayout_ControlItem * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, String *, InputControlLayout_ControlItem_get_shortDisplayName, (InputControlLayout_ControlItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, InputControlLayout_ControlItem_set_shortDisplayName, (InputControlLayout_ControlItem * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02053860, ReadOnlyArray_1_InternedString_, InputControlLayout_ControlItem_get_usages, (InputControlLayout_ControlItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02A42200, void, InputControlLayout_ControlItem_set_usages, (InputControlLayout_ControlItem * __this, ReadOnlyArray_1_InternedString_ value, MethodInfo * method)); DO_APP_FUNC(0x00BD9290, ReadOnlyArray_1_InternedString_, InputControlLayout_ControlItem_get_aliases, (InputControlLayout_ControlItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02A42260, void, InputControlLayout_ControlItem_set_aliases, (InputControlLayout_ControlItem * __this, ReadOnlyArray_1_InternedString_ value, MethodInfo * method)); DO_APP_FUNC(0x02A422C0, ReadOnlyArray_1_NamedValue_, InputControlLayout_ControlItem_get_parameters, (InputControlLayout_ControlItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02A422D0, void, InputControlLayout_ControlItem_set_parameters, (InputControlLayout_ControlItem * __this, ReadOnlyArray_1_NamedValue_ value, MethodInfo * method)); DO_APP_FUNC(0x028A9BE0, ReadOnlyArray_1_NameAndParameters_, InputControlLayout_ControlItem_get_processors, (InputControlLayout_ControlItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02A42330, void, InputControlLayout_ControlItem_set_processors, (InputControlLayout_ControlItem * __this, ReadOnlyArray_1_NameAndParameters_ value, MethodInfo * method)); DO_APP_FUNC(0x00C6E400, uint32_t, InputControlLayout_ControlItem_get_offset, (InputControlLayout_ControlItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E410, void, InputControlLayout_ControlItem_set_offset, (InputControlLayout_ControlItem * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x009B7060, uint32_t, InputControlLayout_ControlItem_get_bit, (InputControlLayout_ControlItem * __this, MethodInfo * method)); DO_APP_FUNC(0x009B7070, void, InputControlLayout_ControlItem_set_bit, (InputControlLayout_ControlItem * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C6E520, uint32_t, InputControlLayout_ControlItem_get_sizeInBits, (InputControlLayout_ControlItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07B70, void, InputControlLayout_ControlItem_set_sizeInBits, (InputControlLayout_ControlItem * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x0101D6C0, FourCC, InputControlLayout_ControlItem_get_format, (InputControlLayout_ControlItem * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D6D0, void, InputControlLayout_ControlItem_set_format, (InputControlLayout_ControlItem * __this, FourCC value, MethodInfo * method)); DO_APP_FUNC(0x0101D6E0, InputControlLayout_ControlItem_Flags__Enum, InputControlLayout_ControlItem_get_flags, (InputControlLayout_ControlItem * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D6F0, void, InputControlLayout_ControlItem_set_flags, (InputControlLayout_ControlItem * __this, InputControlLayout_ControlItem_Flags__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0185B660, int32_t, InputControlLayout_ControlItem_get_arraySize, (InputControlLayout_ControlItem * __this, MethodInfo * method)); DO_APP_FUNC(0x0185B670, void, InputControlLayout_ControlItem_set_arraySize, (InputControlLayout_ControlItem * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02A42390, PrimitiveValue, InputControlLayout_ControlItem_get_defaultState, (InputControlLayout_ControlItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02A423A0, void, InputControlLayout_ControlItem_set_defaultState, (InputControlLayout_ControlItem * __this, PrimitiveValue value, MethodInfo * method)); DO_APP_FUNC(0x02A423B0, PrimitiveValue, InputControlLayout_ControlItem_get_minValue, (InputControlLayout_ControlItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02A423C0, void, InputControlLayout_ControlItem_set_minValue, (InputControlLayout_ControlItem * __this, PrimitiveValue value, MethodInfo * method)); DO_APP_FUNC(0x02A423D0, PrimitiveValue, InputControlLayout_ControlItem_get_maxValue, (InputControlLayout_ControlItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02A423E0, void, InputControlLayout_ControlItem_set_maxValue, (InputControlLayout_ControlItem * __this, PrimitiveValue value, MethodInfo * method)); DO_APP_FUNC(0x02A423F0, bool, InputControlLayout_ControlItem_get_isModifyingExistingControl, (InputControlLayout_ControlItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02A42400, void, InputControlLayout_ControlItem_set_isModifyingExistingControl, (InputControlLayout_ControlItem * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02A42420, bool, InputControlLayout_ControlItem_get_isNoisy, (InputControlLayout_ControlItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02A42430, void, InputControlLayout_ControlItem_set_isNoisy, (InputControlLayout_ControlItem * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02A42450, bool, InputControlLayout_ControlItem_get_isSynthetic, (InputControlLayout_ControlItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02A42460, void, InputControlLayout_ControlItem_set_isSynthetic, (InputControlLayout_ControlItem * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02A42480, bool, InputControlLayout_ControlItem_get_dontReset, (InputControlLayout_ControlItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02A42490, void, InputControlLayout_ControlItem_set_dontReset, (InputControlLayout_ControlItem * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02A424B0, bool, InputControlLayout_ControlItem_get_isFirstDefinedInThisLayout, (InputControlLayout_ControlItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02A424C0, void, InputControlLayout_ControlItem_set_isFirstDefinedInThisLayout, (InputControlLayout_ControlItem * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02A424E0, bool, InputControlLayout_ControlItem_get_isArray, (InputControlLayout_ControlItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02A424F0, InputControlLayout_ControlItem, InputControlLayout_ControlItem_Merge, (InputControlLayout_ControlItem * __this, InputControlLayout_ControlItem other, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, InputControlLayout_Builder_get_name, (InputControlLayout_Builder * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InputControlLayout_Builder_set_name, (InputControlLayout_Builder * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, InputControlLayout_Builder_get_displayName, (InputControlLayout_Builder * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, InputControlLayout_Builder_set_displayName, (InputControlLayout_Builder * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Type *, InputControlLayout_Builder_get_type, (InputControlLayout_Builder * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, InputControlLayout_Builder_set_type, (InputControlLayout_Builder * __this, Type * value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, FourCC, InputControlLayout_Builder_get_stateFormat, (InputControlLayout_Builder * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, InputControlLayout_Builder_set_stateFormat, (InputControlLayout_Builder * __this, FourCC value, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, int32_t, InputControlLayout_Builder_get_stateSizeInBytes, (InputControlLayout_Builder * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD10, void, InputControlLayout_Builder_set_stateSizeInBytes, (InputControlLayout_Builder * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, InputControlLayout_Builder_get_extendsLayout, (InputControlLayout_Builder * __this, MethodInfo * method)); DO_APP_FUNC(0x02A42D40, void, InputControlLayout_Builder_set_extendsLayout, (InputControlLayout_Builder * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0223B340, Nullable_1_Boolean_, InputControlLayout_Builder_get_updateBeforeRender, (InputControlLayout_Builder * __this, MethodInfo * method)); DO_APP_FUNC(0x0223B350, void, InputControlLayout_Builder_set_updateBeforeRender, (InputControlLayout_Builder * __this, Nullable_1_Boolean_ value, MethodInfo * method)); DO_APP_FUNC(0x02A42E10, ReadOnlyArray_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_, InputControlLayout_Builder_get_controls, (InputControlLayout_Builder * __this, MethodInfo * method)); DO_APP_FUNC(0x02A42EC0, InputControlLayout_Builder_ControlBuilder, InputControlLayout_Builder_AddControl, (InputControlLayout_Builder * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98DD0, InputControlLayout_Builder_AddControl__MethodInfo); DO_APP_FUNC(0x02A43340, InputControlLayout_Builder *, InputControlLayout_Builder_WithName, (InputControlLayout_Builder * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02A433A0, InputControlLayout_Builder *, InputControlLayout_Builder_WithDisplayName, (InputControlLayout_Builder * __this, String * displayName, MethodInfo * method)); DO_APP_FUNC(0x02A43400, InputControlLayout_Builder *, InputControlLayout_Builder_WithFormat, (InputControlLayout_Builder * __this, FourCC format, MethodInfo * method)); DO_APP_FUNC(0x02A43410, InputControlLayout_Builder *, InputControlLayout_Builder_WithFormat_1, (InputControlLayout_Builder * __this, String * format, MethodInfo * method)); DO_APP_FUNC(0x02A43440, InputControlLayout_Builder *, InputControlLayout_Builder_WithSizeInBytes, (InputControlLayout_Builder * __this, int32_t sizeInBytes, MethodInfo * method)); DO_APP_FUNC(0x02A43450, InputControlLayout_Builder *, InputControlLayout_Builder_Extend, (InputControlLayout_Builder * __this, String * baseLayoutName, MethodInfo * method)); DO_APP_FUNC(0x02A43470, InputControlLayout *, InputControlLayout_Builder_Build, (InputControlLayout_Builder * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputControlLayout_Builder__ctor, (InputControlLayout_Builder * __this, MethodInfo * method)); DO_APP_FUNC(0x02A439D0, InputControlLayout_Builder_ControlBuilder, InputControlLayout_Builder_ControlBuilder_WithDisplayName, (InputControlLayout_Builder_ControlBuilder * __this, String * displayName, MethodInfo * method)); DO_APP_FUNC(0x02A43A70, InputControlLayout_Builder_ControlBuilder, InputControlLayout_Builder_ControlBuilder_WithLayout, (InputControlLayout_Builder_ControlBuilder * __this, String * layout, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98D98, InputControlLayout_Builder_ControlBuilder_WithLayout__MethodInfo); DO_APP_FUNC(0x02A43BD0, InputControlLayout_Builder_ControlBuilder, InputControlLayout_Builder_ControlBuilder_WithFormat, (InputControlLayout_Builder_ControlBuilder * __this, FourCC format, MethodInfo * method)); DO_APP_FUNC(0x02A43C20, InputControlLayout_Builder_ControlBuilder, InputControlLayout_Builder_ControlBuilder_WithFormat_1, (InputControlLayout_Builder_ControlBuilder * __this, String * format, MethodInfo * method)); DO_APP_FUNC(0x02A43CA0, InputControlLayout_Builder_ControlBuilder, InputControlLayout_Builder_ControlBuilder_WithByteOffset, (InputControlLayout_Builder_ControlBuilder * __this, uint32_t offset, MethodInfo * method)); DO_APP_FUNC(0x02A43CF0, InputControlLayout_Builder_ControlBuilder, InputControlLayout_Builder_ControlBuilder_WithBitOffset, (InputControlLayout_Builder_ControlBuilder * __this, uint32_t bit, MethodInfo * method)); DO_APP_FUNC(0x02A43D40, InputControlLayout_Builder_ControlBuilder, InputControlLayout_Builder_ControlBuilder_IsSynthetic, (InputControlLayout_Builder_ControlBuilder * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02A43DB0, InputControlLayout_Builder_ControlBuilder, InputControlLayout_Builder_ControlBuilder_IsNoisy, (InputControlLayout_Builder_ControlBuilder * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02A43E20, InputControlLayout_Builder_ControlBuilder, InputControlLayout_Builder_ControlBuilder_DontReset, (InputControlLayout_Builder_ControlBuilder * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02A43E90, InputControlLayout_Builder_ControlBuilder, InputControlLayout_Builder_ControlBuilder_WithSizeInBits, (InputControlLayout_Builder_ControlBuilder * __this, uint32_t sizeInBits, MethodInfo * method)); DO_APP_FUNC(0x02A43EE0, InputControlLayout_Builder_ControlBuilder, InputControlLayout_Builder_ControlBuilder_WithRange, (InputControlLayout_Builder_ControlBuilder * __this, float minValue, float maxValue, MethodInfo * method)); DO_APP_FUNC(0x02A43FD0, InputControlLayout_Builder_ControlBuilder, InputControlLayout_Builder_ControlBuilder_WithUsages, (InputControlLayout_Builder_ControlBuilder * __this, InternedString__Array * usages, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98DB8, InputControlLayout_Builder_ControlBuilder_WithUsages__MethodInfo); DO_APP_FUNC(0x02A44290, InputControlLayout_Builder_ControlBuilder, InputControlLayout_Builder_ControlBuilder_WithUsages_1, (InputControlLayout_Builder_ControlBuilder * __this, IEnumerable_1_System_String_ * usages, MethodInfo * method)); DO_APP_FUNC(0x02A444D0, InputControlLayout_Builder_ControlBuilder, InputControlLayout_Builder_ControlBuilder_WithUsages_2, (InputControlLayout_Builder_ControlBuilder * __this, String__Array * usages, MethodInfo * method)); DO_APP_FUNC(0x02A44500, InputControlLayout_Builder_ControlBuilder, InputControlLayout_Builder_ControlBuilder_WithParameters, (InputControlLayout_Builder_ControlBuilder * __this, String * parameters, MethodInfo * method)); DO_APP_FUNC(0x02A446B0, InputControlLayout_Builder_ControlBuilder, InputControlLayout_Builder_ControlBuilder_WithProcessors, (InputControlLayout_Builder_ControlBuilder * __this, String * processors, MethodInfo * method)); DO_APP_FUNC(0x02A448E0, InputControlLayout_Builder_ControlBuilder, InputControlLayout_Builder_ControlBuilder_WithDefaultState, (InputControlLayout_Builder_ControlBuilder * __this, PrimitiveValue value, MethodInfo * method)); DO_APP_FUNC(0x02A44940, InputControlLayout_Builder_ControlBuilder, InputControlLayout_Builder_ControlBuilder_UsingStateFrom, (InputControlLayout_Builder_ControlBuilder * __this, String * path, MethodInfo * method)); DO_APP_FUNC(0x02A449F0, InputControlLayout_Builder_ControlBuilder, InputControlLayout_Builder_ControlBuilder_AsArrayOfControlsWithSize, (InputControlLayout_Builder_ControlBuilder * __this, int32_t arraySize, MethodInfo * method)); DO_APP_FUNC(0x02A44A40, void, InputControlLayout_Builder_ControlBuilder_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputControlLayout_Builder_ControlBuilder_c__ctor, (InputControlLayout_Builder_ControlBuilder_c * __this, MethodInfo * method)); DO_APP_FUNC(0x029168F0, InternedString, InputControlLayout_Builder_ControlBuilder_c__WithUsages_b__14_0, (InputControlLayout_Builder_ControlBuilder_c * __this, String * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98D08, InputControlLayout_Builder_ControlBuilder_c__WithUsages_b__14_0__MethodInfo); DO_APP_FUNC(0x02A44AF0, InputControlLayout *, InputControlLayout_LayoutJson_ToLayout, (InputControlLayout_LayoutJson * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98CE0, InputControlLayout_LayoutJson_ToLayout__MethodInfo); DO_APP_FUNC(0x02A45920, InputControlLayout_LayoutJson, InputControlLayout_LayoutJson_FromLayout, (InputControlLayout * layout, MethodInfo * method)); DO_APP_FUNC(0x02A462E0, void, InputControlLayout_LayoutJson_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputControlLayout_LayoutJson_c__ctor, (InputControlLayout_LayoutJson_c * __this, MethodInfo * method)); DO_APP_FUNC(0x029168F0, InternedString, InputControlLayout_LayoutJson_c__ToLayout_b__14_0, (InputControlLayout_LayoutJson_c * __this, String * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98CF0, InputControlLayout_LayoutJson_c__ToLayout_b__14_0__MethodInfo); DO_APP_FUNC(0x0293A700, String *, InputControlLayout_LayoutJson_c__FromLayout_b__15_0, (InputControlLayout_LayoutJson_c * __this, InternedString x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98D30, InputControlLayout_LayoutJson_c__FromLayout_b__15_0__MethodInfo); DO_APP_FUNC(0x0293A700, String *, InputControlLayout_LayoutJson_c__FromLayout_b__15_1, (InputControlLayout_LayoutJson_c * __this, InternedString x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98D28, InputControlLayout_LayoutJson_c__FromLayout_b__15_1__MethodInfo); DO_APP_FUNC(0x02A46390, void, InputControlLayout_ControlItemJson__ctor, (InputControlLayout_ControlItemJson * __this, MethodInfo * method)); DO_APP_FUNC(0x02A463A0, InputControlLayout_ControlItem, InputControlLayout_ControlItemJson_ToLayout, (InputControlLayout_ControlItemJson * __this, MethodInfo * method)); DO_APP_FUNC(0x02A47160, InputControlLayout_ControlItemJson__Array *, InputControlLayout_ControlItemJson_FromControlItems, (InputControlLayout_ControlItem__Array * items, MethodInfo * method)); DO_APP_FUNC(0x02A47F30, void, InputControlLayout_ControlItemJson_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputControlLayout_ControlItemJson_c__ctor, (InputControlLayout_ControlItemJson_c * __this, MethodInfo * method)); DO_APP_FUNC(0x029168F0, InternedString, InputControlLayout_ControlItemJson_c__ToLayout_b__24_0, (InputControlLayout_ControlItemJson_c * __this, String * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98C70, InputControlLayout_ControlItemJson_c__ToLayout_b__24_0__MethodInfo); DO_APP_FUNC(0x029168F0, InternedString, InputControlLayout_ControlItemJson_c__ToLayout_b__24_1, (InputControlLayout_ControlItemJson_c * __this, String * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98C68, InputControlLayout_ControlItemJson_c__ToLayout_b__24_1__MethodInfo); DO_APP_FUNC(0x02931B10, String *, InputControlLayout_ControlItemJson_c__FromControlItems_b__25_0, (InputControlLayout_ControlItemJson_c * __this, NamedValue x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98C60, InputControlLayout_ControlItemJson_c__FromControlItems_b__25_0__MethodInfo); DO_APP_FUNC(0x02A47FE0, String *, InputControlLayout_ControlItemJson_c__FromControlItems_b__25_1, (InputControlLayout_ControlItemJson_c * __this, NameAndParameters x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98C58, InputControlLayout_ControlItemJson_c__FromControlItems_b__25_1__MethodInfo); DO_APP_FUNC(0x0293A700, String *, InputControlLayout_ControlItemJson_c__FromControlItems_b__25_2, (InputControlLayout_ControlItemJson_c * __this, InternedString x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98CC8, InputControlLayout_ControlItemJson_c__FromControlItems_b__25_2__MethodInfo); DO_APP_FUNC(0x0293A700, String *, InputControlLayout_ControlItemJson_c__FromControlItems_b__25_3, (InputControlLayout_ControlItemJson_c * __this, InternedString x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98CC0, InputControlLayout_ControlItemJson_c__FromControlItems_b__25_3__MethodInfo); DO_APP_FUNC(0x02A48000, void, InputControlLayout_Collection_Allocate, (InputControlLayout_Collection * __this, MethodInfo * method)); DO_APP_FUNC(0x02A486B0, InternedString, InputControlLayout_Collection_TryFindLayoutForType, (InputControlLayout_Collection * __this, Type * layoutType, MethodInfo * method)); DO_APP_FUNC(0x02A488B0, InternedString, InputControlLayout_Collection_TryFindMatchingLayout, (InputControlLayout_Collection * __this, InputDeviceDescription deviceDescription, MethodInfo * method)); DO_APP_FUNC(0x02A48B70, bool, InputControlLayout_Collection_HasLayout, (InputControlLayout_Collection * __this, InternedString name, MethodInfo * method)); DO_APP_FUNC(0x02A48CC0, InputControlLayout *, InputControlLayout_Collection_TryLoadLayoutInternal, (InputControlLayout_Collection * __this, InternedString name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98C20, InputControlLayout_Collection_TryLoadLayoutInternal__MethodInfo); DO_APP_FUNC(0x02A49390, InputControlLayout *, InputControlLayout_Collection_TryLoadLayout, (InputControlLayout_Collection * __this, InternedString name, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_ * table, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98BF8, InputControlLayout_Collection_TryLoadLayout__MethodInfo); DO_APP_FUNC(0x02A49A80, InternedString, InputControlLayout_Collection_GetBaseLayoutName, (InputControlLayout_Collection * __this, InternedString layoutName, MethodInfo * method)); DO_APP_FUNC(0x02A49BA0, InternedString, InputControlLayout_Collection_GetRootLayoutName, (InputControlLayout_Collection * __this, InternedString layoutName, MethodInfo * method)); DO_APP_FUNC(0x02A49CE0, bool, InputControlLayout_Collection_ComputeDistanceInInheritanceHierarchy, (InputControlLayout_Collection * __this, InternedString firstLayout, InternedString secondLayout, int32_t * distance, MethodInfo * method)); DO_APP_FUNC(0x02A49DF0, InternedString, InputControlLayout_Collection_FindLayoutThatIntroducesControl, (InputControlLayout_Collection * __this, InputControl * control, InputControlLayout_Cache cache, MethodInfo * method)); DO_APP_FUNC(0x02A4A0B0, Type *, InputControlLayout_Collection_GetControlTypeForLayout, (InputControlLayout_Collection * __this, InternedString layoutName, MethodInfo * method)); DO_APP_FUNC(0x02A4A390, bool, InputControlLayout_Collection_ValueTypeIsAssignableFrom, (InputControlLayout_Collection * __this, InternedString layoutName, Type * valueType, MethodInfo * method)); DO_APP_FUNC(0x02A4A4A0, bool, InputControlLayout_Collection_IsGeneratedLayout, (InputControlLayout_Collection * __this, InternedString layout, MethodInfo * method)); DO_APP_FUNC(0x02A4A520, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, InputControlLayout_Collection_GetBaseLayouts, (InputControlLayout_Collection * __this, InternedString layout, bool includeSelf, MethodInfo * method)); DO_APP_FUNC(0x02A4A680, bool, InputControlLayout_Collection_IsBasedOn, (InputControlLayout_Collection * __this, InternedString parentLayout, InternedString childLayout, MethodInfo * method)); DO_APP_FUNC(0x02A4A7D0, void, InputControlLayout_Collection_AddMatcher, (InputControlLayout_Collection * __this, InternedString layout, InputDeviceMatcher matcher, MethodInfo * method)); DO_APP_FUNC(0x0097ED80, void, InputControlLayout_Collection_GetBaseLayouts_d_24__ctor, (InputControlLayout_Collection_GetBaseLayouts_d_24 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputControlLayout_Collection_GetBaseLayouts_d_24_System_IDisposable_Dispose, (InputControlLayout_Collection_GetBaseLayouts_d_24 * __this, MethodInfo * method)); DO_APP_FUNC(0x02915F00, bool, InputControlLayout_Collection_GetBaseLayouts_d_24_MoveNext, (InputControlLayout_Collection_GetBaseLayouts_d_24 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, InternedString, InputControlLayout_Collection_GetBaseLayouts_d_24_System_Collections_Generic_IEnumerator_UnityEngine_InputSystem_Utilities_InternedString__get_Current, (InputControlLayout_Collection_GetBaseLayouts_d_24 * __this, MethodInfo * method)); DO_APP_FUNC(0x02916010, void, InputControlLayout_Collection_GetBaseLayouts_d_24_System_Collections_IEnumerator_Reset, (InputControlLayout_Collection_GetBaseLayouts_d_24 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A8B0, InputControlLayout_Collection_GetBaseLayouts_d_24_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02916060, Object *, InputControlLayout_Collection_GetBaseLayouts_d_24_System_Collections_IEnumerator_get_Current, (InputControlLayout_Collection_GetBaseLayouts_d_24 * __this, MethodInfo * method)); DO_APP_FUNC(0x029160B0, IEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, InputControlLayout_Collection_GetBaseLayouts_d_24_System_Collections_Generic_IEnumerable_UnityEngine_InputSystem_Utilities_InternedString__GetEnumerator, (InputControlLayout_Collection_GetBaseLayouts_d_24 * __this, MethodInfo * method)); DO_APP_FUNC(0x029160B0, IEnumerator *, InputControlLayout_Collection_GetBaseLayouts_d_24_System_Collections_IEnumerable_GetEnumerator, (InputControlLayout_Collection_GetBaseLayouts_d_24 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90540, String *, InputControlLayout_LayoutNotFoundException_get_layout, (InputControlLayout_LayoutNotFoundException * __this, MethodInfo * method)); DO_APP_FUNC(0x02916240, void, InputControlLayout_LayoutNotFoundException__ctor, (InputControlLayout_LayoutNotFoundException * __this, MethodInfo * method)); DO_APP_FUNC(0x02916290, void, InputControlLayout_LayoutNotFoundException__ctor_1, (InputControlLayout_LayoutNotFoundException * __this, String * name, String * message, MethodInfo * method)); DO_APP_FUNC(0x02916360, void, InputControlLayout_LayoutNotFoundException__ctor_2, (InputControlLayout_LayoutNotFoundException * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02916470, void, InputControlLayout_LayoutNotFoundException__ctor_3, (InputControlLayout_LayoutNotFoundException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x029164E0, void, InputControlLayout_LayoutNotFoundException__ctor_4, (InputControlLayout_LayoutNotFoundException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x02916560, void, InputControlLayout_Cache_Clear, (InputControlLayout_Cache * __this, MethodInfo * method)); DO_APP_FUNC(0x029165C0, InputControlLayout *, InputControlLayout_Cache_FindOrLoadLayout, (InputControlLayout_Cache * __this, String * name, bool throwIfNotFound, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A8E0, InputControlLayout_Cache_FindOrLoadLayout__MethodInfo); DO_APP_FUNC(0x02916780, void, InputControlLayout_CacheRefInstance_Dispose, (InputControlLayout_CacheRefInstance * __this, MethodInfo * method)); DO_APP_FUNC(0x02916840, void, InputControlLayout_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputControlLayout_c__ctor, (InputControlLayout_c * __this, MethodInfo * method)); DO_APP_FUNC(0x029168F0, InternedString, InputControlLayout_c__FromType_b__52_0, (InputControlLayout_c * __this, String * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98E80, InputControlLayout_c__FromType_b__52_0__MethodInfo); DO_APP_FUNC(0x029168F0, InternedString, InputControlLayout_c__CreateControlItemFromMember_b__75_0, (InputControlLayout_c * __this, String * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98E28, InputControlLayout_c__CreateControlItemFromMember_b__75_0__MethodInfo); DO_APP_FUNC(0x029168F0, InternedString, InputControlLayout_c__CreateControlItemFromMember_b__75_1, (InputControlLayout_c * __this, String * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98E20, InputControlLayout_c__CreateControlItemFromMember_b__75_1__MethodInfo); DO_APP_FUNC(0x003B93C0, Type *, InputControlLayoutAttribute_get_stateType, (InputControlLayoutAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InputControlLayoutAttribute_set_stateType, (InputControlLayoutAttribute * __this, Type * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, InputControlLayoutAttribute_get_stateFormat, (InputControlLayoutAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, InputControlLayoutAttribute_set_stateFormat, (InputControlLayoutAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String__Array *, InputControlLayoutAttribute_get_commonUsages, (InputControlLayoutAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, InputControlLayoutAttribute_set_commonUsages, (InputControlLayoutAttribute * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, InputControlLayoutAttribute_get_variants, (InputControlLayoutAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, InputControlLayoutAttribute_set_variants, (InputControlLayoutAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, InputControlLayoutAttribute_get_isNoisy, (InputControlLayoutAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88980, void, InputControlLayoutAttribute_set_isNoisy, (InputControlLayoutAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02916920, bool, InputControlLayoutAttribute_get_canRunInBackground, (InputControlLayoutAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02916970, void, InputControlLayoutAttribute_set_canRunInBackground, (InputControlLayoutAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x029169C0, bool, InputControlLayoutAttribute_get_updateBeforeRender, (InputControlLayoutAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02916A10, void, InputControlLayoutAttribute_set_updateBeforeRender, (InputControlLayoutAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009C67C0, bool, InputControlLayoutAttribute_get_isGenericTypeOfDevice, (InputControlLayoutAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01D59570, void, InputControlLayoutAttribute_set_isGenericTypeOfDevice, (InputControlLayoutAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, InputControlLayoutAttribute_get_displayName, (InputControlLayoutAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, InputControlLayoutAttribute_set_displayName, (InputControlLayoutAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, String *, InputControlLayoutAttribute_get_description, (InputControlLayoutAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, InputControlLayoutAttribute_set_description, (InputControlLayoutAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00434A10, bool, InputControlLayoutAttribute_get_hideInUI, (InputControlLayoutAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x005391A0, void, InputControlLayoutAttribute_set_hideInUI, (InputControlLayoutAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputControlLayoutAttribute__ctor, (InputControlLayoutAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02916A60, void, InputDeviceBuilder_Setup, (InputDeviceBuilder * __this, InternedString layout, InternedString variants, InputDeviceDescription deviceDescription, MethodInfo * method)); DO_APP_FUNC(0x02916D20, InputDevice *, InputDeviceBuilder_Finish, (InputDeviceBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02916D40, void, InputDeviceBuilder_Dispose, (InputDeviceBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02916D50, void, InputDeviceBuilder_Reset, (InputDeviceBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02916E60, InputControl *, InputDeviceBuilder_InstantiateLayout, (InputDeviceBuilder * __this, InternedString layout, InternedString variants, InternedString name, InputControl * parent, MethodInfo * method)); DO_APP_FUNC(0x02916FB0, InputControl *, InputDeviceBuilder_InstantiateLayout_1, (InputDeviceBuilder * __this, InputControlLayout * layout, InternedString variants, InternedString name, InputControl * parent, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A800, InputDeviceBuilder_InstantiateLayout_1__MethodInfo); DO_APP_FUNC(0x02917920, void, InputDeviceBuilder_AddChildControls, (InputDeviceBuilder * __this, InputControlLayout * layout, InternedString variants, InputControl * parent, bool * haveChildrenUsingStateFromOtherControls, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A628, InputDeviceBuilder_AddChildControls__MethodInfo); DO_APP_FUNC(0x029182F0, InputControl *, InputDeviceBuilder_AddChildControl, (InputDeviceBuilder * __this, InputControlLayout * layout, InternedString variants, InputControl * parent, bool * haveChildrenUsingStateFromOtherControls, InputControlLayout_ControlItem controlItem, int32_t childIndex, String * nameOverride, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A700, InputDeviceBuilder_AddChildControl__MethodInfo); DO_APP_FUNC(0x02918EA0, void, InputDeviceBuilder_InsertChildControlOverride, (InputDeviceBuilder * __this, InputControl * parent, InputControlLayout_ControlItem * controlItem, MethodInfo * method)); DO_APP_FUNC(0x02919310, String *, InputDeviceBuilder_ChildControlOverridePath, (InputDeviceBuilder * __this, InputControl * parent, InternedString controlName, MethodInfo * method)); DO_APP_FUNC(0x029194F0, void, InputDeviceBuilder_AddChildControlIfMissing, (InputDeviceBuilder * __this, InputControlLayout * layout, InternedString variants, InputControl * parent, bool * haveChildrenUsingStateFromOtherControls, InputControlLayout_ControlItem * controlItem, MethodInfo * method)); DO_APP_FUNC(0x029195F0, InputControl *, InputDeviceBuilder_InsertChildControl, (InputDeviceBuilder * __this, InputControlLayout * layout, InternedString variant, InputControl * parent, bool * haveChildrenUsingStateFromOtherControls, InputControlLayout_ControlItem * controlItem, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A518, InputDeviceBuilder_InsertChildControl__MethodInfo); DO_APP_FUNC(0x02919C30, void, InputDeviceBuilder_ApplyUseStateFrom, (InputControl * parent, InputControlLayout_ControlItem * controlItem, InputControlLayout * layout, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A608, InputDeviceBuilder_ApplyUseStateFrom__MethodInfo); DO_APP_FUNC(0x02919E90, void, InputDeviceBuilder_ShiftChildIndicesInHierarchyOneUp, (InputDevice * device, int32_t startIndex, InputControl * exceptControl, MethodInfo * method)); DO_APP_FUNC(0x02919F00, void, InputDeviceBuilder_SetDisplayName, (InputDeviceBuilder * __this, InputControl * control, String * longDisplayNameFromLayout, String * shortDisplayNameFromLayout, bool shortName, MethodInfo * method)); DO_APP_FUNC(0x0291A290, void, InputDeviceBuilder_AddParentDisplayNameRecursive, (InputControl * control, StringBuilder * stringBuilder, bool shortName, MethodInfo * method)); DO_APP_FUNC(0x0291A3B0, void, InputDeviceBuilder_AddProcessors, (InputControl * control, InputControlLayout_ControlItem * controlItem, String * layoutName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A590, InputDeviceBuilder_AddProcessors__MethodInfo); DO_APP_FUNC(0x0291A640, void, InputDeviceBuilder_SetFormat, (InputControl * control, InputControlLayout_ControlItem controlItem, MethodInfo * method)); DO_APP_FUNC(0x0291A700, InputControlLayout *, InputDeviceBuilder_FindOrLoadLayout, (String * name, MethodInfo * method)); DO_APP_FUNC(0x0291A7A0, void, InputDeviceBuilder_ComputeStateLayout, (InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A418, InputDeviceBuilder_ComputeStateLayout__MethodInfo); DO_APP_FUNC(0x0291B280, void, InputDeviceBuilder_FinalizeControlHierarchy, (InputDeviceBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A490, InputDeviceBuilder_FinalizeControlHierarchy__MethodInfo); DO_APP_FUNC(0x0291B600, void, InputDeviceBuilder_FinalizeControlHierarchyRecursive, (InputDeviceBuilder * __this, InputControl * control, int32_t controlIndex, InputControl__Array * allControls, bool noisy, bool dontReset, int32_t * controlIndiciesNextFreeIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A440, InputDeviceBuilder_FinalizeControlHierarchyRecursive__MethodInfo); DO_APP_FUNC(0x0291BB60, void, InputDeviceBuilder_InsertControlBitRangeNode, (InputDeviceBuilder * __this, InputDevice_ControlBitRangeNode * parent, InputControl * control, int32_t * controlIndiciesNextFreeIndex, uint16_t startOffset, MethodInfo * method)); DO_APP_FUNC(0x0291C070, uint16_t, InputDeviceBuilder_GetBestMidPoint, (InputDeviceBuilder * __this, InputDevice_ControlBitRangeNode parent, uint16_t startOffset, MethodInfo * method)); DO_APP_FUNC(0x0291C810, void, InputDeviceBuilder_AddControlToNode, (InputDeviceBuilder * __this, InputControl * control, int32_t * controlIndiciesNextFreeIndex, int32_t nodeIndex, MethodInfo * method)); DO_APP_FUNC(0x0291CAF0, void, InputDeviceBuilder_AddChildren, (InputDeviceBuilder * __this, InputDevice_ControlBitRangeNode * parent, InputDevice_ControlBitRangeNode left, InputDevice_ControlBitRangeNode right, MethodInfo * method)); DO_APP_FUNC(0x0291CC30, uint16_t, InputDeviceBuilder_GetControlIndex, (InputDeviceBuilder * __this, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A2D8, InputDeviceBuilder_GetControlIndex__MethodInfo); DO_APP_FUNC(0x0291CD00, InputDeviceBuilder *, InputDeviceBuilder_get_instance, (MethodInfo * method)); DO_APP_FUNC(0x0291CD40, InputDeviceBuilder_RefInstance, InputDeviceBuilder_Ref, (MethodInfo * method)); DO_APP_FUNC(0x0291CD90, void, InputDeviceBuilder_RefInstance_Dispose, (InputDeviceBuilder_RefInstance * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, InputDeviceDescription_get_interfaceName, (InputDeviceDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, InputDeviceDescription_set_interfaceName, (InputDeviceDescription * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x005DE470, String *, InputDeviceDescription_get_deviceClass, (InputDeviceDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x0066A570, void, InputDeviceDescription_set_deviceClass, (InputDeviceDescription * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, InputDeviceDescription_get_manufacturer, (InputDeviceDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InputDeviceDescription_set_manufacturer, (InputDeviceDescription * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, InputDeviceDescription_get_product, (InputDeviceDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, InputDeviceDescription_set_product, (InputDeviceDescription * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, InputDeviceDescription_get_serial, (InputDeviceDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, InputDeviceDescription_set_serial, (InputDeviceDescription * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, InputDeviceDescription_get_version, (InputDeviceDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, InputDeviceDescription_set_version, (InputDeviceDescription * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, InputDeviceDescription_get_capabilities, (InputDeviceDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, InputDeviceDescription_set_capabilities, (InputDeviceDescription * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0291CE30, bool, InputDeviceDescription_get_empty, (InputDeviceDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x0291CEA0, String *, InputDeviceDescription_ToString, (InputDeviceDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x0291D230, bool, InputDeviceDescription_Equals, (InputDeviceDescription * __this, InputDeviceDescription other, MethodInfo * method)); DO_APP_FUNC(0x0291D4D0, bool, InputDeviceDescription_Equals_1, (InputDeviceDescription * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0291D580, int32_t, InputDeviceDescription_GetHashCode, (InputDeviceDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x0291D6E0, bool, InputDeviceDescription_op_Equality, (InputDeviceDescription left, InputDeviceDescription right, MethodInfo * method)); DO_APP_FUNC(0x0291D720, bool, InputDeviceDescription_op_Inequality, (InputDeviceDescription left, InputDeviceDescription right, MethodInfo * method)); DO_APP_FUNC(0x0291D760, String *, InputDeviceDescription_ToJson, (InputDeviceDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x0291DA40, InputDeviceDescription, InputDeviceDescription_FromJson, (String * json, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A308, InputDeviceDescription_FromJson__MethodInfo); DO_APP_FUNC(0x0291DE50, bool, InputDeviceDescription_ComparePropertyToDeviceDescriptor, (String * propertyName, String * propertyValue, String * deviceDescriptor, MethodInfo * method)); DO_APP_FUNC(0x00ADB710, bool, InputDeviceMatcher_get_empty, (InputDeviceMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x0291E100, IEnumerable_1_KeyValuePair_2_System_String_System_Object_ *, InputDeviceMatcher_get_patterns, (InputDeviceMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x0291E1C0, InputDeviceMatcher, InputDeviceMatcher_WithInterface, (InputDeviceMatcher * __this, String * pattern, bool supportRegex, MethodInfo * method)); DO_APP_FUNC(0x0291E260, InputDeviceMatcher, InputDeviceMatcher_WithDeviceClass, (InputDeviceMatcher * __this, String * pattern, bool supportRegex, MethodInfo * method)); DO_APP_FUNC(0x0291E300, InputDeviceMatcher, InputDeviceMatcher_WithManufacturer, (InputDeviceMatcher * __this, String * pattern, bool supportRegex, MethodInfo * method)); DO_APP_FUNC(0x0291E3A0, InputDeviceMatcher, InputDeviceMatcher_WithProduct, (InputDeviceMatcher * __this, String * pattern, bool supportRegex, MethodInfo * method)); DO_APP_FUNC(0x0291E440, InputDeviceMatcher, InputDeviceMatcher_WithVersion, (InputDeviceMatcher * __this, String * pattern, bool supportRegex, MethodInfo * method)); DO_APP_FUNC(0x0291E4E0, InputDeviceMatcher, InputDeviceMatcher_With, (InputDeviceMatcher * __this, InternedString key, Object * value, bool supportRegex, MethodInfo * method)); DO_APP_FUNC(0x0291E850, float, InputDeviceMatcher_MatchPercentage, (InputDeviceMatcher * __this, InputDeviceDescription deviceDescription, MethodInfo * method)); DO_APP_FUNC(0x0291EDD0, bool, InputDeviceMatcher_MatchSingleProperty, (Object * pattern, String * value, MethodInfo * method)); DO_APP_FUNC(0x0291EFC0, int32_t, InputDeviceMatcher_GetNumPropertiesIn, (InputDeviceDescription description, MethodInfo * method)); DO_APP_FUNC(0x0291F030, InputDeviceMatcher, InputDeviceMatcher_FromDeviceDescription, (InputDeviceDescription deviceDescription, MethodInfo * method)); DO_APP_FUNC(0x0291F380, String *, InputDeviceMatcher_ToString, (InputDeviceMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x0291F530, bool, InputDeviceMatcher_Equals, (InputDeviceMatcher * __this, InputDeviceMatcher other, MethodInfo * method)); DO_APP_FUNC(0x0291F6A0, bool, InputDeviceMatcher_Equals_1, (InputDeviceMatcher * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0291F740, bool, InputDeviceMatcher_op_Equality, (InputDeviceMatcher left, InputDeviceMatcher right, MethodInfo * method)); DO_APP_FUNC(0x0291F7A0, bool, InputDeviceMatcher_op_Inequality, (InputDeviceMatcher left, InputDeviceMatcher right, MethodInfo * method)); DO_APP_FUNC(0x0291F840, int32_t, InputDeviceMatcher_GetHashCode, (InputDeviceMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x0291F860, void, InputDeviceMatcher__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0291FBB0, InputDeviceMatcher_MatcherJson, InputDeviceMatcher_MatcherJson_FromMatcher, (InputDeviceMatcher matcher, MethodInfo * method)); DO_APP_FUNC(0x02920250, InputDeviceMatcher, InputDeviceMatcher_MatcherJson_ToMatcher, (InputDeviceMatcher_MatcherJson * __this, MethodInfo * method)); DO_APP_FUNC(0x0097ED80, void, InputDeviceMatcher_get_patterns_d_4__ctor, (InputDeviceMatcher_get_patterns_d_4 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputDeviceMatcher_get_patterns_d_4_System_IDisposable_Dispose, (InputDeviceMatcher_get_patterns_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02920A40, bool, InputDeviceMatcher_get_patterns_d_4_MoveNext, (InputDeviceMatcher_get_patterns_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, KeyValuePair_2_System_String_System_Object_, InputDeviceMatcher_get_patterns_d_4_System_Collections_Generic_IEnumerator_System_Collections_Generic_KeyValuePair_System_String_System_Object___get_Current, (InputDeviceMatcher_get_patterns_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02920C00, void, InputDeviceMatcher_get_patterns_d_4_System_Collections_IEnumerator_Reset, (InputDeviceMatcher_get_patterns_d_4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A170, InputDeviceMatcher_get_patterns_d_4_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02920C50, Object *, InputDeviceMatcher_get_patterns_d_4_System_Collections_IEnumerator_get_Current, (InputDeviceMatcher_get_patterns_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02920CA0, IEnumerator_1_KeyValuePair_2_System_String_System_Object_ *, InputDeviceMatcher_get_patterns_d_4_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_System_Object___GetEnumerator, (InputDeviceMatcher_get_patterns_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02920CA0, IEnumerator *, InputDeviceMatcher_get_patterns_d_4_System_Collections_IEnumerable_GetEnumerator, (InputDeviceMatcher_get_patterns_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02920D90, void, InputDeviceMatcher_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputDeviceMatcher_c__ctor, (InputDeviceMatcher_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02920E40, bool, InputDeviceMatcher_c__With_b__11_0, (InputDeviceMatcher_c * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A1C0, InputDeviceMatcher_c__With_b__11_0__MethodInfo); DO_APP_FUNC(0x02920EC0, void, AnyKeyControl__ctor, (AnyKeyControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02920F30, float, AnyKeyControl_ReadUnprocessedValueFromState, (AnyKeyControl * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x02921060, float, AxisControl_Preprocess, (AxisControl * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02921150, float, AxisControl_Unpreprocess, (AxisControl * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x029211E0, void, AxisControl__ctor, (AxisControl * __this, MethodInfo * method)); DO_APP_FUNC(0x029212A0, void, AxisControl_FinishSetup, (AxisControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02921390, float, AxisControl_ReadUnprocessedValueFromState, (AxisControl * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x02921460, void, AxisControl_WriteValueIntoState, (AxisControl * __this, float value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x029215C0, bool, AxisControl_CompareValue, (AxisControl * __this, Void * firstStatePtr, Void * secondStatePtr, MethodInfo * method)); DO_APP_FUNC(0x02921780, float, AxisControl_EvaluateMagnitude, (AxisControl * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x02921890, float, AxisControl_EvaluateMagnitude_1, (AxisControl * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02921960, FourCC, AxisControl_CalculateOptimizedControlDataType, (AxisControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02921B00, float, ButtonControl_get_pressPointOrDefault, (ButtonControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02921B60, void, ButtonControl__ctor, (ButtonControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02921C70, bool, ButtonControl_IsValueConsideredPressed, (ButtonControl * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02921CF0, bool, ButtonControl_get_isPressed, (ButtonControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02921D40, bool, ButtonControl_get_wasPressedThisFrame, (ButtonControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02921E10, bool, ButtonControl_get_wasReleasedThisFrame, (ButtonControl * __this, MethodInfo * method)); DO_APP_FUNC(0x006EB170, AxisControl *, DeltaControl_get_up, (DeltaControl * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A700, void, DeltaControl_set_up, (DeltaControl * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x00ACEE50, AxisControl *, DeltaControl_get_down, (DeltaControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02921EE0, void, DeltaControl_set_down, (DeltaControl * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x004FC820, AxisControl *, DeltaControl_get_left, (DeltaControl * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC830, void, DeltaControl_set_left, (DeltaControl * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x004FC890, AxisControl *, DeltaControl_get_right, (DeltaControl * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC8A0, void, DeltaControl_set_right, (DeltaControl * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x02921F40, void, DeltaControl_FinishSetup, (DeltaControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02922190, void, DeltaControl__ctor, (DeltaControl * __this, MethodInfo * method)); DO_APP_FUNC(0x029221A0, void, DiscreteButtonControl_FinishSetup, (DiscreteButtonControl * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89F08, DiscreteButtonControl_FinishSetup__MethodInfo); DO_APP_FUNC(0x029222D0, float, DiscreteButtonControl_ReadUnprocessedValueFromState, (DiscreteButtonControl * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x029223B0, void, DiscreteButtonControl_WriteValueIntoState, (DiscreteButtonControl * __this, float value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89F90, DiscreteButtonControl_WriteValueIntoState__MethodInfo); DO_APP_FUNC(0x02922510, void, DiscreteButtonControl__ctor, (DiscreteButtonControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02922520, void, DoubleControl__ctor, (DoubleControl * __this, MethodInfo * method)); DO_APP_FUNC(0x029225E0, double, DoubleControl_ReadUnprocessedValueFromState, (DoubleControl * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x02922640, void, DoubleControl_WriteValueIntoState, (DoubleControl * __this, double value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x006EB170, ButtonControl *, DpadControl_get_up, (DpadControl * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A700, void, DpadControl_set_up, (DpadControl * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00ACEE50, ButtonControl *, DpadControl_get_down, (DpadControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02921EE0, void, DpadControl_set_down, (DpadControl * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x004FC820, ButtonControl *, DpadControl_get_left, (DpadControl * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC830, void, DpadControl_set_left, (DpadControl * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x004FC890, ButtonControl *, DpadControl_get_right, (DpadControl * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC8A0, void, DpadControl_set_right, (DpadControl * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x029226B0, void, DpadControl__ctor, (DpadControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02922720, void, DpadControl_FinishSetup, (DpadControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02922970, Vector2, DpadControl_ReadUnprocessedValueFromState, (DpadControl * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x02922C40, void, DpadControl_WriteValueIntoState, (DpadControl * __this, Vector2 value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x02922E00, Vector2, DpadControl_MakeDpadVector, (bool up, bool down, bool left, bool right, bool normalize, MethodInfo * method)); DO_APP_FUNC(0x02922E80, Vector2, DpadControl_MakeDpadVector_1, (float up, float down, float left, float right, MethodInfo * method)); DO_APP_FUNC(0x00C6C380, int32_t, DpadControl_DpadAxisControl_get_component, (DpadControl_DpadAxisControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02922EA0, void, DpadControl_DpadAxisControl_set_component, (DpadControl_DpadAxisControl * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02922EB0, void, DpadControl_DpadAxisControl_FinishSetup, (DpadControl_DpadAxisControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02922FA0, float, DpadControl_DpadAxisControl_ReadUnprocessedValueFromState, (DpadControl_DpadAxisControl * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x029230C0, void, DpadControl_DpadAxisControl__ctor, (DpadControl_DpadAxisControl * __this, MethodInfo * method)); DO_APP_FUNC(0x029230D0, void, IntegerControl__ctor, (IntegerControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02923190, int32_t, IntegerControl_ReadUnprocessedValueFromState, (IntegerControl * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x02923230, void, IntegerControl_WriteValueIntoState, (IntegerControl * __this, int32_t value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x029232D0, FourCC, IntegerControl_CalculateOptimizedControlDataType, (IntegerControl * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89C0, Key__Enum, KeyControl_get_keyCode, (KeyControl * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89D0, void, KeyControl_set_keyCode, (KeyControl * __this, Key__Enum value, MethodInfo * method)); DO_APP_FUNC(0x029233C0, int32_t, KeyControl_get_scanCode, (KeyControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02923410, void, KeyControl_RefreshConfiguration, (KeyControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02922510, void, KeyControl__ctor, (KeyControl * __this, MethodInfo * method)); DO_APP_FUNC(0x006EB170, AxisControl *, QuaternionControl_get_x, (QuaternionControl * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A700, void, QuaternionControl_set_x, (QuaternionControl * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x00ACEE50, AxisControl *, QuaternionControl_get_y, (QuaternionControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02921EE0, void, QuaternionControl_set_y, (QuaternionControl * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x004FC820, AxisControl *, QuaternionControl_get_z, (QuaternionControl * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC830, void, QuaternionControl_set_z, (QuaternionControl * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x004FC890, AxisControl *, QuaternionControl_get_w, (QuaternionControl * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC8A0, void, QuaternionControl_set_w, (QuaternionControl * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x02923680, void, QuaternionControl__ctor, (QuaternionControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02923740, void, QuaternionControl_FinishSetup, (QuaternionControl * __this, MethodInfo * method)); DO_APP_FUNC(0x029239B0, Quaternion, QuaternionControl_ReadUnprocessedValueFromState, (QuaternionControl * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x02923B10, void, QuaternionControl_WriteValueIntoState, (QuaternionControl * __this, Quaternion value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x02923C40, FourCC, QuaternionControl_CalculateOptimizedControlDataType, (QuaternionControl * __this, MethodInfo * method)); DO_APP_FUNC(0x006EB170, ButtonControl *, StickControl_get_up, (StickControl * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A700, void, StickControl_set_up, (StickControl * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00ACEE50, ButtonControl *, StickControl_get_down, (StickControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02921EE0, void, StickControl_set_down, (StickControl * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x004FC820, ButtonControl *, StickControl_get_left, (StickControl * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC830, void, StickControl_set_left, (StickControl * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x004FC890, ButtonControl *, StickControl_get_right, (StickControl * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC8A0, void, StickControl_set_right, (StickControl * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x02923F00, void, StickControl_FinishSetup, (StickControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02922190, void, StickControl__ctor, (StickControl * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A1F0, TouchPressControl *, TouchControl_1_get_press, (TouchControl_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A200, void, TouchControl_1_set_press, (TouchControl_1 * __this, TouchPressControl * value, MethodInfo * method)); DO_APP_FUNC(0x007086F0, IntegerControl *, TouchControl_1_get_displayIndex, (TouchControl_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00708700, void, TouchControl_1_set_displayIndex, (TouchControl_1 * __this, IntegerControl * value, MethodInfo * method)); DO_APP_FUNC(0x00708760, IntegerControl *, TouchControl_1_get_touchId, (TouchControl_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00708770, void, TouchControl_1_set_touchId, (TouchControl_1 * __this, IntegerControl * value, MethodInfo * method)); DO_APP_FUNC(0x009D17D0, Vector2Control *, TouchControl_1_get_position, (TouchControl_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009D17E0, void, TouchControl_1_set_position, (TouchControl_1 * __this, Vector2Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, DeltaControl *, TouchControl_1_get_delta, (TouchControl_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, TouchControl_1_set_delta, (TouchControl_1 * __this, DeltaControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, AxisControl *, TouchControl_1_get_pressure, (TouchControl_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, TouchControl_1_set_pressure, (TouchControl_1 * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900D30, Vector2Control *, TouchControl_1_get_radius, (TouchControl_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, TouchControl_1_set_radius, (TouchControl_1 * __this, Vector2Control * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, TouchPhaseControl *, TouchControl_1_get_phase, (TouchControl_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, TouchControl_1_set_phase, (TouchControl_1 * __this, TouchPhaseControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, ButtonControl *, TouchControl_1_get_indirectTouch, (TouchControl_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, TouchControl_1_set_indirectTouch, (TouchControl_1 * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, ButtonControl *, TouchControl_1_get_tap, (TouchControl_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, TouchControl_1_set_tap, (TouchControl_1 * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, IntegerControl *, TouchControl_1_get_tapCount, (TouchControl_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, TouchControl_1_set_tapCount, (TouchControl_1 * __this, IntegerControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E10, DoubleControl *, TouchControl_1_get_startTime, (TouchControl_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E20, void, TouchControl_1_set_startTime, (TouchControl_1 * __this, DoubleControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E80, Vector2Control *, TouchControl_1_get_startPosition, (TouchControl_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E90, void, TouchControl_1_set_startPosition, (TouchControl_1 * __this, Vector2Control * value, MethodInfo * method)); DO_APP_FUNC(0x02924150, bool, TouchControl_1_get_isInProgress, (TouchControl_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02924270, void, TouchControl_1__ctor, (TouchControl_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02924320, void, TouchControl_1_FinishSetup, (TouchControl_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02924A90, TouchState, TouchControl_1_ReadUnprocessedValueFromState, (TouchControl_1 * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x02924B20, void, TouchControl_1_WriteValueIntoState, (TouchControl_1 * __this, TouchState value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x02924BB0, void, TouchPhaseControl__ctor, (TouchPhaseControl * __this, MethodInfo * method)); DO_APP_FUNC(0x02924C70, TouchPhase__Enum_1, TouchPhaseControl_ReadUnprocessedValueFromState, (TouchPhaseControl * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x02924CE0, void, TouchPhaseControl_WriteValueIntoState, (TouchPhaseControl * __this, TouchPhase__Enum_1 value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x02924D50, void, TouchPressControl_FinishSetup, (TouchPressControl * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89C78, TouchPressControl_FinishSetup__MethodInfo); DO_APP_FUNC(0x02924E80, float, TouchPressControl_ReadUnprocessedValueFromState, (TouchPressControl * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x02924F10, void, TouchPressControl_WriteValueIntoState, (TouchPressControl * __this, float value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89CC0, TouchPressControl_WriteValueIntoState__MethodInfo); DO_APP_FUNC(0x02922510, void, TouchPressControl__ctor, (TouchPressControl * __this, MethodInfo * method)); DO_APP_FUNC(0x00584BF0, AxisControl *, Vector2Control_get_x, (Vector2Control * __this, MethodInfo * method)); DO_APP_FUNC(0x008E4B80, void, Vector2Control_set_x, (Vector2Control * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x007F4830, AxisControl *, Vector2Control_get_y, (Vector2Control * __this, MethodInfo * method)); DO_APP_FUNC(0x008E4BE0, void, Vector2Control_set_y, (Vector2Control * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x02924F60, void, Vector2Control__ctor, (Vector2Control * __this, MethodInfo * method)); DO_APP_FUNC(0x02925020, void, Vector2Control_FinishSetup, (Vector2Control * __this, MethodInfo * method)); DO_APP_FUNC(0x02925190, Vector2, Vector2Control_ReadUnprocessedValueFromState, (Vector2Control * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x02925270, void, Vector2Control_WriteValueIntoState, (Vector2Control * __this, Vector2 value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x02925350, float, Vector2Control_EvaluateMagnitude, (Vector2Control * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x02925460, FourCC, Vector2Control_CalculateOptimizedControlDataType, (Vector2Control * __this, MethodInfo * method)); DO_APP_FUNC(0x007F4830, AxisControl *, Vector3Control_get_x, (Vector3Control * __this, MethodInfo * method)); DO_APP_FUNC(0x008E4BE0, void, Vector3Control_set_x, (Vector3Control * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x006EB170, AxisControl *, Vector3Control_get_y, (Vector3Control * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A700, void, Vector3Control_set_y, (Vector3Control * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x00ACEE50, AxisControl *, Vector3Control_get_z, (Vector3Control * __this, MethodInfo * method)); DO_APP_FUNC(0x02921EE0, void, Vector3Control_set_z, (Vector3Control * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x029255E0, void, Vector3Control__ctor, (Vector3Control * __this, MethodInfo * method)); DO_APP_FUNC(0x029256A0, void, Vector3Control_FinishSetup, (Vector3Control * __this, MethodInfo * method)); DO_APP_FUNC(0x02925890, Vector3, Vector3Control_ReadUnprocessedValueFromState, (Vector3Control * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x029259B0, void, Vector3Control_WriteValueIntoState, (Vector3Control * __this, Vector3 value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x02925AC0, float, Vector3Control_EvaluateMagnitude, (Vector3Control * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x02925BE0, FourCC, Vector3Control_CalculateOptimizedControlDataType, (Vector3Control * __this, MethodInfo * method)); DO_APP_FUNC(0x02925DE0, float, HoldInteraction_get_durationOrDefault, (HoldInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02925E60, float, HoldInteraction_get_pressPointOrDefault, (HoldInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02925EC0, void, HoldInteraction_Process, (HoldInteraction * __this, InputInteractionContext * context, MethodInfo * method)); DO_APP_FUNC(0x02926040, void, HoldInteraction_Reset, (HoldInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HoldInteraction__ctor, (HoldInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02926050, float, MultiTapInteraction_get_tapTimeOrDefault, (MultiTapInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x029260D0, float, MultiTapInteraction_get_tapDelayOrDefault, (MultiTapInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02926150, float, MultiTapInteraction_get_pressPointOrDefault, (MultiTapInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x029261B0, float, MultiTapInteraction_get_releasePointOrDefault, (MultiTapInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02926230, void, MultiTapInteraction_Process, (MultiTapInteraction * __this, InputInteractionContext * context, MethodInfo * method)); DO_APP_FUNC(0x029264E0, void, MultiTapInteraction_Reset, (MultiTapInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B00, void, MultiTapInteraction__ctor, (MultiTapInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x029264F0, float, PressInteraction_get_pressPointOrDefault, (PressInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02926550, float, PressInteraction_get_releasePointOrDefault, (PressInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x029265D0, void, PressInteraction_Process, (PressInteraction * __this, InputInteractionContext * context, MethodInfo * method)); DO_APP_FUNC(0x00966980, void, PressInteraction_Reset, (PressInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PressInteraction__ctor, (PressInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02926810, float, SlowTapInteraction_get_durationOrDefault, (SlowTapInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02926890, float, SlowTapInteraction_get_pressPointOrDefault, (SlowTapInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x029268F0, void, SlowTapInteraction_Process, (SlowTapInteraction * __this, InputInteractionContext * context, MethodInfo * method)); DO_APP_FUNC(0x02926040, void, SlowTapInteraction_Reset, (SlowTapInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SlowTapInteraction__ctor, (SlowTapInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02926AD0, float, TapInteraction_get_durationOrDefault, (TapInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02926B50, float, TapInteraction_get_pressPointOrDefault, (TapInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02926BB0, float, TapInteraction_get_releasePointOrDefault, (TapInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02926C30, void, TapInteraction_Process, (TapInteraction * __this, InputInteractionContext * context, MethodInfo * method)); DO_APP_FUNC(0x02926040, void, TapInteraction_Reset, (TapInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TapInteraction__ctor, (TapInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02926E00, InputEventBuffer, InputActionTrace_get_buffer, (InputActionTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x00764A50, int32_t, InputActionTrace_get_count, (InputActionTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputActionTrace__ctor, (InputActionTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x02926E20, void, InputActionTrace__ctor_1, (InputActionTrace * __this, InputAction_1 * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89C20, InputActionTrace__ctor_1__MethodInfo); DO_APP_FUNC(0x02926E90, void, InputActionTrace__ctor_2, (InputActionTrace * __this, InputActionMap * actionMap, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89BE8, InputActionTrace__ctor_2__MethodInfo); DO_APP_FUNC(0x02927030, void, InputActionTrace_SubscribeToAll, (InputActionTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x02927100, void, InputActionTrace_UnsubscribeFromAll, (InputActionTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x029272C0, void, InputActionTrace_SubscribeTo, (InputActionTrace * __this, InputAction_1 * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89B50, InputActionTrace_SubscribeTo__MethodInfo); DO_APP_FUNC(0x029274E0, void, InputActionTrace_SubscribeTo_1, (InputActionTrace * __this, InputActionMap * actionMap, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89B68, InputActionTrace_SubscribeTo_1__MethodInfo); DO_APP_FUNC(0x02927680, void, InputActionTrace_UnsubscribeFrom, (InputActionTrace * __this, InputAction_1 * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89B30, InputActionTrace_UnsubscribeFrom__MethodInfo); DO_APP_FUNC(0x02927880, void, InputActionTrace_UnsubscribeFrom_1, (InputActionTrace * __this, InputActionMap * actionMap, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89B88, InputActionTrace_UnsubscribeFrom_1__MethodInfo); DO_APP_FUNC(0x02927A00, void, InputActionTrace_RecordAction, (InputActionTrace * __this, InputAction_CallbackContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89B58, InputActionTrace_RecordAction__MethodInfo); DO_APP_FUNC(0x02927C10, void, InputActionTrace_Clear, (InputActionTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x02927C60, void, InputActionTrace_Finalize, (InputActionTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x02927CA0, String *, InputActionTrace_ToString, (InputActionTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x02927FC0, void, InputActionTrace_Dispose, (InputActionTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x02927FE0, void, InputActionTrace_DisposeInternal, (InputActionTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x02928280, IEnumerator_1_UnityEngine_InputSystem_Utilities_InputActionTrace_ActionEventPtr_ *, InputActionTrace_GetEnumerator, (InputActionTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x02928390, IEnumerator *, InputActionTrace_System_Collections_IEnumerable_GetEnumerator, (InputActionTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x029283A0, void, InputActionTrace_HookOnActionChange, (InputActionTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x02928560, void, InputActionTrace_UnhookOnActionChange, (InputActionTrace * __this, MethodInfo * method)); DO_APP_FUNC(0x02928670, void, InputActionTrace_OnActionChange, (InputActionTrace * __this, Object * actionOrMapOrAsset, InputActionChange__Enum change, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89B10, InputActionTrace_OnActionChange__MethodInfo); DO_APP_FUNC(0x02928A00, void, InputActionTrace_CloneActionStateBeforeBindingsChange, (InputActionTrace * __this, InputActionMap * actionMap, MethodInfo * method)); DO_APP_FUNC(0x02928B30, InputAction_1 *, InputActionTrace_ActionEventPtr_get_action, (InputActionTrace_ActionEventPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x02928B60, InputActionPhase__Enum, InputActionTrace_ActionEventPtr_get_phase, (InputActionTrace_ActionEventPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x02928B70, InputControl *, InputActionTrace_ActionEventPtr_get_control, (InputActionTrace_ActionEventPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x02928BB0, IInputInteraction *, InputActionTrace_ActionEventPtr_get_interaction, (InputActionTrace_ActionEventPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x02928C00, double, InputActionTrace_ActionEventPtr_get_time, (InputActionTrace_ActionEventPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x02928C60, double, InputActionTrace_ActionEventPtr_get_startTime, (InputActionTrace_ActionEventPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x02928C70, double, InputActionTrace_ActionEventPtr_get_duration, (InputActionTrace_ActionEventPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x02928CE0, int32_t, InputActionTrace_ActionEventPtr_get_valueSizeInBytes, (InputActionTrace_ActionEventPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x02928CF0, Object *, InputActionTrace_ActionEventPtr_ReadValueAsObject, (InputActionTrace_ActionEventPtr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89A58, InputActionTrace_ActionEventPtr_ReadValueAsObject__MethodInfo); DO_APP_FUNC(0x02928F60, void, InputActionTrace_ActionEventPtr_ReadValue, (InputActionTrace_ActionEventPtr * __this, Void * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89A30, InputActionTrace_ActionEventPtr_ReadValue__MethodInfo); DO_APP_FUNC(0x02929060, String *, InputActionTrace_ActionEventPtr_ToString, (InputActionTrace_ActionEventPtr * __this, MethodInfo * method)); DO_APP_FUNC(0x02929560, void, InputActionTrace_Enumerator__ctor, (InputActionTrace_Enumerator * __this, InputActionTrace * trace, MethodInfo * method)); DO_APP_FUNC(0x02929620, bool, InputActionTrace_Enumerator_MoveNext, (InputActionTrace_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02929670, void, InputActionTrace_Enumerator_Reset, (InputActionTrace_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputActionTrace_Enumerator_Dispose, (InputActionTrace_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02929680, InputActionTrace_ActionEventPtr, InputActionTrace_Enumerator_get_Current, (InputActionTrace_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02929750, Object *, InputActionTrace_Enumerator_System_Collections_IEnumerator_get_Current, (InputActionTrace_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x029297B0, int32_t, Vector2MagnitudeComparer_Compare, (Vector2MagnitudeComparer * __this, Vector2 x, Vector2 y, MethodInfo * method)); DO_APP_FUNC(0x02929810, int32_t, Vector3MagnitudeComparer_Compare, (Vector3MagnitudeComparer * __this, Vector3 x, Vector3 y, MethodInfo * method)); DO_APP_FUNC(0x02929870, bool, CSharpCodeHelpers_IsProperIdentifier, (String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89A60, CSharpCodeHelpers_IsProperIdentifier__MethodInfo); DO_APP_FUNC(0x02929960, bool, CSharpCodeHelpers_IsEmptyOrProperIdentifier, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02929A60, bool, CSharpCodeHelpers_IsEmptyOrProperNamespaceName, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02929B30, String *, CSharpCodeHelpers_MakeIdentifier, (String * name, String * suffix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89A68, CSharpCodeHelpers_MakeIdentifier__MethodInfo); DO_APP_FUNC(0x02929D80, String *, CSharpCodeHelpers_MakeTypeName, (String * name, String * suffix, MethodInfo * method)); DO_APP_FUNC(0x02929ED0, void, DelegateHelpers_InvokeCallbacksSafe, (CallbackArray_1_System_Action_ * callbacks, String * callbackName, Object * context, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, DisplayStringFormatAttribute_get_formatString, (DisplayStringFormatAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, DisplayStringFormatAttribute_set_formatString, (DisplayStringFormatAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, DisplayStringFormatAttribute__ctor, (DisplayStringFormatAttribute * __this, String * formatString, MethodInfo * method)); DO_APP_FUNC(0x0292A110, bool, ExceptionHelpers_IsExceptionIndicatingBugInCode, (Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, FourCC__ctor, (FourCC * __this, int32_t code, MethodInfo * method)); DO_APP_FUNC(0x0292A210, void, FourCC__ctor_1, (FourCC * __this, uint16_t a, uint16_t b, uint16_t c, uint16_t d, MethodInfo * method)); DO_APP_FUNC(0x0292A240, void, FourCC__ctor_2, (FourCC * __this, String * str, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89A08, FourCC__ctor_2__MethodInfo); DO_APP_FUNC(0x0099AF90, int32_t, FourCC_op_Implicit, (FourCC fourCC, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, FourCC, FourCC_op_Implicit_1, (int32_t i, MethodInfo * method)); DO_APP_FUNC(0x0292A390, String *, FourCC_ToString, (FourCC * __this, MethodInfo * method)); DO_APP_FUNC(0x00C514D0, bool, FourCC_Equals, (FourCC * __this, FourCC other, MethodInfo * method)); DO_APP_FUNC(0x0292A5F0, bool, FourCC_Equals_1, (FourCC * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, FourCC_GetHashCode, (FourCC * __this, MethodInfo * method)); DO_APP_FUNC(0x00B40120, bool, FourCC_op_Equality, (FourCC left, FourCC right, MethodInfo * method)); DO_APP_FUNC(0x00B30240, bool, FourCC_op_Inequality, (FourCC left, FourCC right, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, FourCC, FourCC_FromInt32, (int32_t i, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, int32_t, FourCC_ToInt32, (FourCC fourCC, MethodInfo * method)); DO_APP_FUNC(0x0292A680, int32_t, InternedString_get_length, (InternedString * __this, MethodInfo * method)); DO_APP_FUNC(0x0292A690, void, InternedString__ctor, (InternedString * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x0292A980, bool, InternedString_IsEmpty, (InternedString * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, String *, InternedString_ToLower, (InternedString * __this, MethodInfo * method)); DO_APP_FUNC(0x0292A990, bool, InternedString_Equals, (InternedString * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0292ABA0, bool, InternedString_Equals_1, (InternedString * __this, InternedString other, MethodInfo * method)); DO_APP_FUNC(0x0292ABB0, int32_t, InternedString_CompareTo, (InternedString * __this, InternedString other, MethodInfo * method)); DO_APP_FUNC(0x0292ACA0, int32_t, InternedString_GetHashCode, (InternedString * __this, MethodInfo * method)); DO_APP_FUNC(0x0292ACD0, String *, InternedString_ToString, (InternedString * __this, MethodInfo * method)); DO_APP_FUNC(0x0292ABA0, bool, InternedString_op_Equality, (InternedString a, InternedString b, MethodInfo * method)); DO_APP_FUNC(0x0292AD20, bool, InternedString_op_Inequality, (InternedString a, InternedString b, MethodInfo * method)); DO_APP_FUNC(0x0292AD30, bool, InternedString_op_Equality_1, (InternedString a, String * b, MethodInfo * method)); DO_APP_FUNC(0x0292AF50, bool, InternedString_op_Inequality_1, (InternedString a, String * b, MethodInfo * method)); DO_APP_FUNC(0x0292B170, bool, InternedString_op_Equality_2, (String * a, InternedString b, MethodInfo * method)); DO_APP_FUNC(0x0292B390, bool, InternedString_op_Inequality_2, (String * a, InternedString b, MethodInfo * method)); DO_APP_FUNC(0x0292B5B0, bool, InternedString_op_LessThan, (InternedString left, InternedString right, MethodInfo * method)); DO_APP_FUNC(0x0292B6A0, bool, InternedString_op_GreaterThan, (InternedString left, InternedString right, MethodInfo * method)); DO_APP_FUNC(0x0292ACD0, String *, InternedString_op_Implicit, (InternedString str, MethodInfo * method)); DO_APP_FUNC(0x0292B7A0, void, JsonParser_1__ctor, (JsonParser_1 * __this, String * json, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89A10, JsonParser_1__ctor__MethodInfo); DO_APP_FUNC(0x0292B870, void, JsonParser_1_Reset, (JsonParser_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0292B880, String *, JsonParser_1_ToString, (JsonParser_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0292B9D0, bool, JsonParser_1_NavigateToProperty, (JsonParser_1 * __this, String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89A28, JsonParser_1_NavigateToProperty__MethodInfo); DO_APP_FUNC(0x0292BEF0, bool, JsonParser_1_CurrentPropertyHasValueEqualTo, (JsonParser_1 * __this, JsonParser_JsonValue expectedValue, MethodInfo * method)); DO_APP_FUNC(0x0292C100, bool, JsonParser_1_ParseToken, (JsonParser_1 * __this, uint16_t token, MethodInfo * method)); DO_APP_FUNC(0x0292C180, bool, JsonParser_1_ParseValue, (JsonParser_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0292C1C0, bool, JsonParser_1_ParseValue_1, (JsonParser_1 * __this, JsonParser_JsonValue * result, MethodInfo * method)); DO_APP_FUNC(0x0292C2E0, bool, JsonParser_1_ParseStringValue, (JsonParser_1 * __this, JsonParser_JsonValue * result, MethodInfo * method)); DO_APP_FUNC(0x0292C500, bool, JsonParser_1_ParseArrayValue, (JsonParser_1 * __this, JsonParser_JsonValue * result, MethodInfo * method)); DO_APP_FUNC(0x0292C8B0, bool, JsonParser_1_ParseObjectValue, (JsonParser_1 * __this, JsonParser_JsonValue * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C899B0, JsonParser_1_ParseObjectValue__MethodInfo); DO_APP_FUNC(0x0292CB50, bool, JsonParser_1_ParseNumber, (JsonParser_1 * __this, JsonParser_JsonValue * result, MethodInfo * method)); DO_APP_FUNC(0x0292D100, bool, JsonParser_1_ParseBooleanValue, (JsonParser_1 * __this, JsonParser_JsonValue * result, MethodInfo * method)); DO_APP_FUNC(0x0292D320, bool, JsonParser_1_ParseNullValue, (JsonParser_1 * __this, JsonParser_JsonValue * result, MethodInfo * method)); DO_APP_FUNC(0x0292D390, bool, JsonParser_1_SkipToValue, (JsonParser_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0292D400, bool, JsonParser_1_SkipString, (JsonParser_1 * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x0292D4D0, void, JsonParser_1_SkipWhitespace, (JsonParser_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0292D570, bool, JsonParser_1_get_isAtEnd, (JsonParser_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0292D580, String *, JsonParser_JsonString_ToString, (JsonParser_JsonString * __this, MethodInfo * method)); DO_APP_FUNC(0x0292D6B0, bool, JsonParser_JsonString_Equals, (JsonParser_JsonString * __this, JsonParser_JsonString other, MethodInfo * method)); DO_APP_FUNC(0x0292D8B0, bool, JsonParser_JsonString_Equals_1, (JsonParser_JsonString * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0292D950, int32_t, JsonParser_JsonString_GetHashCode, (JsonParser_JsonString * __this, MethodInfo * method)); DO_APP_FUNC(0x0292D9C0, bool, JsonParser_JsonString_op_Equality, (JsonParser_JsonString left, JsonParser_JsonString right, MethodInfo * method)); DO_APP_FUNC(0x0292D9F0, bool, JsonParser_JsonString_op_Inequality, (JsonParser_JsonString left, JsonParser_JsonString right, MethodInfo * method)); DO_APP_FUNC(0x0292DA20, JsonParser_JsonString, JsonParser_JsonString_op_Implicit, (String * str, MethodInfo * method)); DO_APP_FUNC(0x0292DB20, bool, JsonParser_JsonValue_ToBoolean, (JsonParser_JsonValue * __this, MethodInfo * method)); DO_APP_FUNC(0x0292DC10, int64_t, JsonParser_JsonValue_ToInteger, (JsonParser_JsonValue * __this, MethodInfo * method)); DO_APP_FUNC(0x0292DCB0, double, JsonParser_JsonValue_ToDouble, (JsonParser_JsonValue * __this, MethodInfo * method)); DO_APP_FUNC(0x0292DD60, String *, JsonParser_JsonValue_ToString, (JsonParser_JsonValue * __this, MethodInfo * method)); DO_APP_FUNC(0x0292E470, JsonParser_JsonValue, JsonParser_JsonValue_op_Implicit, (bool val, MethodInfo * method)); DO_APP_FUNC(0x0292E4A0, JsonParser_JsonValue, JsonParser_JsonValue_op_Implicit_1, (int64_t val, MethodInfo * method)); DO_APP_FUNC(0x0292E4D0, JsonParser_JsonValue, JsonParser_JsonValue_op_Implicit_2, (double val, MethodInfo * method)); DO_APP_FUNC(0x0292E500, JsonParser_JsonValue, JsonParser_JsonValue_op_Implicit_3, (String * str, MethodInfo * method)); DO_APP_FUNC(0x0292E670, JsonParser_JsonValue, JsonParser_JsonValue_op_Implicit_4, (JsonParser_JsonString str, MethodInfo * method)); DO_APP_FUNC(0x0292E700, JsonParser_JsonValue, JsonParser_JsonValue_op_Implicit_5, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * array, MethodInfo * method)); DO_APP_FUNC(0x0292E780, JsonParser_JsonValue, JsonParser_JsonValue_op_Implicit_6, (Dictionary_2_System_String_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * obj, MethodInfo * method)); DO_APP_FUNC(0x0292E800, JsonParser_JsonValue, JsonParser_JsonValue_op_Implicit_7, (Enum val, MethodInfo * method)); DO_APP_FUNC(0x0292E880, bool, JsonParser_JsonValue_Equals, (JsonParser_JsonValue * __this, JsonParser_JsonValue other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89998, JsonParser_JsonValue_Equals__MethodInfo); DO_APP_FUNC(0x0292EB70, bool, JsonParser_JsonValue_Equals_1, (Object * obj, JsonParser_JsonValue value, MethodInfo * method)); DO_APP_FUNC(0x0292F720, bool, JsonParser_JsonValue_Equals_2, (JsonParser_JsonValue * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0292F7E0, int32_t, JsonParser_JsonValue_GetHashCode, (JsonParser_JsonValue * __this, MethodInfo * method)); DO_APP_FUNC(0x0292F930, bool, JsonParser_JsonValue_op_Equality, (JsonParser_JsonValue left, JsonParser_JsonValue right, MethodInfo * method)); DO_APP_FUNC(0x0292F980, bool, JsonParser_JsonValue_op_Inequality, (JsonParser_JsonValue left, JsonParser_JsonValue right, MethodInfo * method)); DO_APP_FUNC(0x0292FB20, void, JsonParser_JsonValue_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, JsonParser_JsonValue_c__ctor, (JsonParser_JsonValue_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0292FBD0, String *, JsonParser_JsonValue_c__ToString_b__11_0, (JsonParser_JsonValue_c * __this, JsonParser_JsonValue x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89970, JsonParser_JsonValue_c__ToString_b__11_0__MethodInfo); DO_APP_FUNC(0x0292FBF0, String *, JsonParser_JsonValue_c__ToString_b__11_1, (JsonParser_JsonValue_c * __this, KeyValuePair_2_System_String_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ pair, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89968, JsonParser_JsonValue_c__ToString_b__11_1__MethodInfo); DO_APP_FUNC(0x0292FD00, bool, MemoryHelpers_Compare, (Void * ptr1, Void * ptr2, MemoryHelpers_BitRegion region, MethodInfo * method)); DO_APP_FUNC(0x0292FD80, uint32_t, MemoryHelpers_ComputeFollowingByteOffset, (uint32_t byteOffset, uint32_t sizeInBits, MethodInfo * method)); DO_APP_FUNC(0x0292FDA0, void, MemoryHelpers_WriteSingleBit, (Void * ptr, uint32_t bitOffset, bool value, MethodInfo * method)); DO_APP_FUNC(0x0292FDD0, bool, MemoryHelpers_ReadSingleBit, (Void * ptr, uint32_t bitOffset, MethodInfo * method)); DO_APP_FUNC(0x0292FE00, void, MemoryHelpers_MemCpyBitRegion, (Void * destination, Void * source, uint32_t bitOffset, uint32_t bitCount, MethodInfo * method)); DO_APP_FUNC(0x0292FF10, bool, MemoryHelpers_MemCmpBitRegion, (Void * ptr1, Void * ptr2, uint32_t bitOffset, uint32_t bitCount, Void * mask, MethodInfo * method)); DO_APP_FUNC(0x02930090, void, MemoryHelpers_MemSet, (Void * destination, int32_t numBytes, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x02930160, void, MemoryHelpers_MemCpyMasked, (Void * destination, Void * source, int32_t numBytes, Void * mask, MethodInfo * method)); DO_APP_FUNC(0x02930270, uint32_t, MemoryHelpers_ReadMultipleBitsAsUInt, (Void * ptr, uint32_t bitOffset, uint32_t bitCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BCE0, MemoryHelpers_ReadMultipleBitsAsUInt__MethodInfo); DO_APP_FUNC(0x02930470, void, MemoryHelpers_WriteUIntAsMultipleBits, (Void * ptr, uint32_t bitOffset, uint32_t bitCount, uint32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BD00, MemoryHelpers_WriteUIntAsMultipleBits__MethodInfo); DO_APP_FUNC(0x02930690, int32_t, MemoryHelpers_ReadTwosComplementMultipleBitsAsInt, (Void * ptr, uint32_t bitOffset, uint32_t bitCount, MethodInfo * method)); DO_APP_FUNC(0x029306A0, void, MemoryHelpers_WriteIntAsTwosComplementMultipleBits, (Void * ptr, uint32_t bitOffset, uint32_t bitCount, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x029306B0, int32_t, MemoryHelpers_ReadExcessKMultipleBitsAsInt, (Void * ptr, uint32_t bitOffset, uint32_t bitCount, MethodInfo * method)); DO_APP_FUNC(0x029306E0, void, MemoryHelpers_WriteIntAsExcessKMultipleBits, (Void * ptr, uint32_t bitOffset, uint32_t bitCount, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02930710, float, MemoryHelpers_ReadMultipleBitsAsNormalizedUInt, (Void * ptr, uint32_t bitOffset, uint32_t bitCount, MethodInfo * method)); DO_APP_FUNC(0x02930780, void, MemoryHelpers_WriteNormalizedUIntAsMultipleBits, (Void * ptr, uint32_t bitOffset, uint32_t bitCount, float value, MethodInfo * method)); DO_APP_FUNC(0x029307F0, void, MemoryHelpers_SetBitsInBuffer, (Void * buffer, int32_t byteOffset, int32_t bitOffset, int32_t sizeInBits, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BC38, MemoryHelpers_SetBitsInBuffer__MethodInfo); DO_APP_FUNC(0x02930AA0, uint32_t, MemoryHelpers_AlignNatural, (uint32_t offset, uint32_t sizeInBytes, MethodInfo * method)); DO_APP_FUNC(0x02930B20, bool, MemoryHelpers_BitRegion_get_isEmpty, (MemoryHelpers_BitRegion * __this, MethodInfo * method)); DO_APP_FUNC(0x009B8F70, void, MemoryHelpers_BitRegion__ctor, (MemoryHelpers_BitRegion * __this, uint32_t bitOffset, uint32_t sizeInBits, MethodInfo * method)); DO_APP_FUNC(0x02930B30, void, MemoryHelpers_BitRegion__ctor_1, (MemoryHelpers_BitRegion * __this, uint32_t byteOffset, uint32_t bitOffset, uint32_t sizeInBits, MethodInfo * method)); DO_APP_FUNC(0x02930B40, MemoryHelpers_BitRegion, MemoryHelpers_BitRegion_Overlap, (MemoryHelpers_BitRegion * __this, MemoryHelpers_BitRegion other, MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, NameAndParameters_get_name, (NameAndParameters * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, NameAndParameters_set_name, (NameAndParameters * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, ReadOnlyArray_1_NamedValue_, NameAndParameters_get_parameters, (NameAndParameters * __this, MethodInfo * method)); DO_APP_FUNC(0x02930BE0, void, NameAndParameters_set_parameters, (NameAndParameters * __this, ReadOnlyArray_1_NamedValue_ value, MethodInfo * method)); DO_APP_FUNC(0x02930C40, String *, NameAndParameters_ToString, (NameAndParameters * __this, MethodInfo * method)); DO_APP_FUNC(0x02930FE0, IEnumerable_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ *, NameAndParameters_ParseMultiple, (String * text, MethodInfo * method)); DO_APP_FUNC(0x02931090, bool, NameAndParameters_ParseMultiple_1, (String * text, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * * list, MethodInfo * method)); DO_APP_FUNC(0x029313D0, String *, NameAndParameters_ParseName, (String * text, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BC80, NameAndParameters_ParseName__MethodInfo); DO_APP_FUNC(0x02931460, NameAndParameters, NameAndParameters_Parse, (String * text, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BC90, NameAndParameters_Parse__MethodInfo); DO_APP_FUNC(0x02931500, NameAndParameters, NameAndParameters_ParseNameAndParameters, (String * text, int32_t * index, bool nameOnly, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BB78, NameAndParameters_ParseNameAndParameters__MethodInfo); DO_APP_FUNC(0x02931A60, void, NameAndParameters_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NameAndParameters_c__ctor, (NameAndParameters_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02931B10, String *, NameAndParameters_c__ToString_b__8_0, (NameAndParameters_c * __this, NamedValue x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BCB0, NameAndParameters_c__ToString_b__8_0__MethodInfo); DO_APP_FUNC(0x00470F00, String *, NamedValue_get_name, (NamedValue * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, NamedValue_set_name, (NamedValue * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, PrimitiveValue, NamedValue_get_value, (NamedValue * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB03D0, void, NamedValue_set_value, (NamedValue * __this, PrimitiveValue value, MethodInfo * method)); DO_APP_FUNC(0x00470F10, TypeCode__Enum, NamedValue_get_type, (NamedValue * __this, MethodInfo * method)); DO_APP_FUNC(0x02931B30, NamedValue, NamedValue_ConvertTo, (NamedValue * __this, TypeCode__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02931BC0, String *, NamedValue_ToString, (NamedValue * __this, MethodInfo * method)); DO_APP_FUNC(0x02931C80, bool, NamedValue_Equals, (NamedValue * __this, NamedValue other, MethodInfo * method)); DO_APP_FUNC(0x02931DD0, bool, NamedValue_Equals_1, (NamedValue * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02931E70, int32_t, NamedValue_GetHashCode, (NamedValue * __this, MethodInfo * method)); DO_APP_FUNC(0x02931EE0, bool, NamedValue_op_Equality, (NamedValue left, NamedValue right, MethodInfo * method)); DO_APP_FUNC(0x02931F10, bool, NamedValue_op_Inequality, (NamedValue left, NamedValue right, MethodInfo * method)); DO_APP_FUNC(0x02931F40, NamedValue__Array *, NamedValue_ParseMultiple, (String * parameterString, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BBB0, NamedValue_ParseMultiple__MethodInfo); DO_APP_FUNC(0x02932170, NamedValue, NamedValue_Parse, (String * str, MethodInfo * method)); DO_APP_FUNC(0x029321B0, NamedValue, NamedValue_ParseParameter, (String * parameterString, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x02932510, void, NamedValue_ApplyToObject, (NamedValue * __this, Object * instance, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BBE0, NamedValue_ApplyToObject__MethodInfo); DO_APP_FUNC(0x02932870, int32_t, NumberHelpers_AlignToMultipleOf, (int32_t number, int32_t alignment, MethodInfo * method)); DO_APP_FUNC(0x02932890, int64_t, NumberHelpers_AlignToMultipleOf_1, (int64_t number, int64_t alignment, MethodInfo * method)); DO_APP_FUNC(0x029328B0, uint32_t, NumberHelpers_AlignToMultipleOf_2, (uint32_t number, uint32_t alignment, MethodInfo * method)); DO_APP_FUNC(0x029328D0, bool, NumberHelpers_Approximately, (double a, double b, MethodInfo * method)); DO_APP_FUNC(0x029329A0, float, NumberHelpers_IntToNormalizedFloat, (int32_t value, int32_t minValue, int32_t maxValue, MethodInfo * method)); DO_APP_FUNC(0x029329F0, int32_t, NumberHelpers_NormalizedFloatToInt, (float value, int32_t intMinValue, int32_t intMaxValue, MethodInfo * method)); DO_APP_FUNC(0x02932A40, float, NumberHelpers_UIntToNormalizedFloat, (uint32_t value, uint32_t minValue, uint32_t maxValue, MethodInfo * method)); DO_APP_FUNC(0x02932A90, uint32_t, NumberHelpers_NormalizedFloatToUInt, (float value, uint32_t uintMinValue, uint32_t uintMaxValue, MethodInfo * method)); DO_APP_FUNC(0x02932B00, uint32_t, NumberHelpers_RemapUIntBitsToNormalizeFloatToUIntBits, (uint32_t value, uint32_t inBitSize, uint32_t outBitSize, MethodInfo * method)); DO_APP_FUNC(0x02932BA0, void, ForDeviceEventObservable__ctor, (ForDeviceEventObservable * __this, IObservable_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * source, Type * deviceType, InputDevice * device, MethodInfo * method)); DO_APP_FUNC(0x02932CA0, IDisposable *, ForDeviceEventObservable_Subscribe, (ForDeviceEventObservable * __this, IObserver_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * observer, MethodInfo * method)); DO_APP_FUNC(0x02932E40, void, ForDeviceEventObservable_ForDevice__ctor, (ForDeviceEventObservable_ForDevice * __this, Type * deviceType, InputDevice * device, IObserver_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * observer, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ForDeviceEventObservable_ForDevice_OnCompleted, (ForDeviceEventObservable_ForDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02932F50, void, ForDeviceEventObservable_ForDevice_OnError, (ForDeviceEventObservable_ForDevice * __this, Exception * error, MethodInfo * method)); DO_APP_FUNC(0x02932FA0, void, ForDeviceEventObservable_ForDevice_OnNext, (ForDeviceEventObservable_ForDevice * __this, InputEventPtr value, MethodInfo * method)); DO_APP_FUNC(0x029330C0, IObservable_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ *, Observable_ForDevice, (IObservable_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * source, InputDevice * device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BAA0, Observable_ForDevice__MethodInfo); DO_APP_FUNC(0x029331A0, void, PredictiveParser_ExpectSingleChar, (PredictiveParser * __this, ReadOnlySpan_1_Char_ str, uint16_t c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BAB0, PredictiveParser_ExpectSingleChar__MethodInfo); DO_APP_FUNC(0x029332C0, int32_t, PredictiveParser_ExpectInt, (PredictiveParser * __this, ReadOnlySpan_1_Char_ str, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BAB8, PredictiveParser_ExpectInt__MethodInfo); DO_APP_FUNC(0x02933420, ReadOnlySpan_1_Char_, PredictiveParser_ExpectString, (PredictiveParser * __this, ReadOnlySpan_1_Char_ str, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BB18, PredictiveParser_ExpectString__MethodInfo); DO_APP_FUNC(0x029336C0, bool, PredictiveParser_AcceptSingleChar, (PredictiveParser * __this, ReadOnlySpan_1_Char_ str, uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x02933700, bool, PredictiveParser_AcceptString, (PredictiveParser * __this, ReadOnlySpan_1_Char_ input, ReadOnlySpan_1_Char_ * output, MethodInfo * method)); DO_APP_FUNC(0x02933860, void, PredictiveParser_AcceptInt, (PredictiveParser * __this, ReadOnlySpan_1_Char_ str, MethodInfo * method)); DO_APP_FUNC(0x029338C0, uint8_t *, PrimitiveValue_get_valuePtr, (PrimitiveValue * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, TypeCode__Enum, PrimitiveValue_get_type, (PrimitiveValue * __this, MethodInfo * method)); DO_APP_FUNC(0x00B3FEC0, bool, PrimitiveValue_get_isEmpty, (PrimitiveValue * __this, MethodInfo * method)); DO_APP_FUNC(0x029338D0, void, PrimitiveValue__ctor, (PrimitiveValue * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x029338E0, void, PrimitiveValue__ctor_1, (PrimitiveValue * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x02933900, void, PrimitiveValue__ctor_2, (PrimitiveValue * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x02933910, void, PrimitiveValue__ctor_3, (PrimitiveValue * __this, int8_t value, MethodInfo * method)); DO_APP_FUNC(0x02933920, void, PrimitiveValue__ctor_4, (PrimitiveValue * __this, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x02933940, void, PrimitiveValue__ctor_5, (PrimitiveValue * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x02933960, void, PrimitiveValue__ctor_6, (PrimitiveValue * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02933980, void, PrimitiveValue__ctor_7, (PrimitiveValue * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x029339A0, void, PrimitiveValue__ctor_8, (PrimitiveValue * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x029339C0, void, PrimitiveValue__ctor_9, (PrimitiveValue * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x029339E0, void, PrimitiveValue__ctor_10, (PrimitiveValue * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02933A00, void, PrimitiveValue__ctor_11, (PrimitiveValue * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x02933A20, PrimitiveValue, PrimitiveValue_ConvertTo, (PrimitiveValue * __this, TypeCode__Enum type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BB20, PrimitiveValue_ConvertTo__MethodInfo); DO_APP_FUNC(0x02933D60, bool, PrimitiveValue_Equals, (PrimitiveValue * __this, PrimitiveValue other, MethodInfo * method)); DO_APP_FUNC(0x02933DE0, bool, PrimitiveValue_Equals_1, (PrimitiveValue * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02934110, bool, PrimitiveValue_op_Equality, (PrimitiveValue left, PrimitiveValue right, MethodInfo * method)); DO_APP_FUNC(0x02934190, bool, PrimitiveValue_op_Inequality, (PrimitiveValue left, PrimitiveValue right, MethodInfo * method)); DO_APP_FUNC(0x02934210, int32_t, PrimitiveValue_GetHashCode, (PrimitiveValue * __this, MethodInfo * method)); DO_APP_FUNC(0x02934230, String *, PrimitiveValue_ToString, (PrimitiveValue * __this, MethodInfo * method)); DO_APP_FUNC(0x02934690, PrimitiveValue, PrimitiveValue_FromString, (String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BAF0, PrimitiveValue_FromString__MethodInfo); DO_APP_FUNC(0x00AE0430, TypeCode__Enum, PrimitiveValue_GetTypeCode, (PrimitiveValue * __this, MethodInfo * method)); DO_APP_FUNC(0x02934EE0, bool, PrimitiveValue_ToBoolean, (PrimitiveValue * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x02934FA0, uint8_t, PrimitiveValue_ToByte, (PrimitiveValue * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x02934FB0, uint16_t, PrimitiveValue_ToChar, (PrimitiveValue * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x02934FD0, DateTime, PrimitiveValue_ToDateTime, (PrimitiveValue * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BB00, PrimitiveValue_ToDateTime__MethodInfo); DO_APP_FUNC(0x02935030, Decimal, PrimitiveValue_ToDecimal, (PrimitiveValue * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x02935070, double, PrimitiveValue_ToDouble, (PrimitiveValue * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x02934FA0, int16_t, PrimitiveValue_ToInt16, (PrimitiveValue * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x02934FA0, int32_t, PrimitiveValue_ToInt32, (PrimitiveValue * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x02935170, int64_t, PrimitiveValue_ToInt64, (PrimitiveValue * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x02934FA0, int8_t, PrimitiveValue_ToSByte, (PrimitiveValue * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x02935200, float, PrimitiveValue_ToSingle, (PrimitiveValue * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x02935220, String *, PrimitiveValue_ToString_1, (PrimitiveValue * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x02935230, Object *, PrimitiveValue_ToType, (PrimitiveValue * __this, Type * conversionType, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BA00, PrimitiveValue_ToType__MethodInfo); DO_APP_FUNC(0x02935280, uint16_t, PrimitiveValue_ToUInt16, (PrimitiveValue * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x02935280, uint32_t, PrimitiveValue_ToUInt32, (PrimitiveValue * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x02935290, uint64_t, PrimitiveValue_ToUInt64, (PrimitiveValue * __this, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x029353A0, Object *, PrimitiveValue_ToObject, (PrimitiveValue * __this, MethodInfo * method)); DO_APP_FUNC(0x029356A0, PrimitiveValue, PrimitiveValue_FromObject, (Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BA38, PrimitiveValue_FromObject__MethodInfo); DO_APP_FUNC(0x02935F80, PrimitiveValue, PrimitiveValue_op_Implicit, (bool value, MethodInfo * method)); DO_APP_FUNC(0x02935FA0, PrimitiveValue, PrimitiveValue_op_Implicit_1, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x02935FC0, PrimitiveValue, PrimitiveValue_op_Implicit_2, (uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x02935FE0, PrimitiveValue, PrimitiveValue_op_Implicit_3, (int8_t value, MethodInfo * method)); DO_APP_FUNC(0x02936000, PrimitiveValue, PrimitiveValue_op_Implicit_4, (int16_t value, MethodInfo * method)); DO_APP_FUNC(0x02936020, PrimitiveValue, PrimitiveValue_op_Implicit_5, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x02936040, PrimitiveValue, PrimitiveValue_op_Implicit_6, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02936060, PrimitiveValue, PrimitiveValue_op_Implicit_7, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x02936080, PrimitiveValue, PrimitiveValue_op_Implicit_8, (int64_t value, MethodInfo * method)); DO_APP_FUNC(0x029360A0, PrimitiveValue, PrimitiveValue_op_Implicit_9, (uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x029360C0, PrimitiveValue, PrimitiveValue_op_Implicit_10, (float value, MethodInfo * method)); DO_APP_FUNC(0x029360E0, PrimitiveValue, PrimitiveValue_op_Implicit_11, (double value, MethodInfo * method)); DO_APP_FUNC(0x02935F80, PrimitiveValue, PrimitiveValue_FromBoolean, (bool value, MethodInfo * method)); DO_APP_FUNC(0x02935FA0, PrimitiveValue, PrimitiveValue_FromChar, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x02935FC0, PrimitiveValue, PrimitiveValue_FromByte, (uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x02935FE0, PrimitiveValue, PrimitiveValue_FromSByte, (int8_t value, MethodInfo * method)); DO_APP_FUNC(0x02936000, PrimitiveValue, PrimitiveValue_FromInt16, (int16_t value, MethodInfo * method)); DO_APP_FUNC(0x02936020, PrimitiveValue, PrimitiveValue_FromUInt16, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x02936040, PrimitiveValue, PrimitiveValue_FromInt32, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02936060, PrimitiveValue, PrimitiveValue_FromUInt32, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x02936080, PrimitiveValue, PrimitiveValue_FromInt64, (int64_t value, MethodInfo * method)); DO_APP_FUNC(0x029360A0, PrimitiveValue, PrimitiveValue_FromUInt64, (uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x029360C0, PrimitiveValue, PrimitiveValue_FromSingle, (float value, MethodInfo * method)); DO_APP_FUNC(0x029360E0, PrimitiveValue, PrimitiveValue_FromDouble, (double value, MethodInfo * method)); DO_APP_FUNC(0x02936100, Sprite *, SpriteUtilities_CreateCircleSprite, (int32_t radius, Color32 colour, MethodInfo * method)); DO_APP_FUNC(0x02936570, String *, StringHelpers_Escape, (String * str, String * chars, String * replacements, MethodInfo * method)); DO_APP_FUNC(0x02936710, String *, StringHelpers_Unescape, (String * str, String * chars, String * replacements, MethodInfo * method)); DO_APP_FUNC(0x029368B0, bool, StringHelpers_Contains, (String * str, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x029368E0, bool, StringHelpers_Contains_1, (String * str, String * text, StringComparison__Enum comparison, MethodInfo * method)); DO_APP_FUNC(0x02936920, String *, StringHelpers_GetPlural, (String * str, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BA88, StringHelpers_GetPlural__MethodInfo); DO_APP_FUNC(0x02936B60, String *, StringHelpers_NicifyMemorySize, (int64_t numBytes, MethodInfo * method)); DO_APP_FUNC(0x02936D50, bool, StringHelpers_FromNicifiedMemorySize, (String * text, int64_t * result, int64_t defaultMultiplier, MethodInfo * method)); DO_APP_FUNC(0x029372E0, int32_t, StringHelpers_CountOccurrences, (String * str, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x02937370, IEnumerable_1_UnityEngine_InputSystem_Utilities_Substring_ *, StringHelpers_Tokenize, (String * str, MethodInfo * method)); DO_APP_FUNC(0x02937430, IEnumerable_1_System_String_ *, StringHelpers_Split, (String * str, Func_2_Char_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x02937560, bool, StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement, (String * firstList, String * secondList, uint16_t separator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B918, StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement__MethodInfo); DO_APP_FUNC(0x02937930, int32_t, StringHelpers_ParseInt, (String * str, int32_t pos, MethodInfo * method)); DO_APP_FUNC(0x029379C0, bool, StringHelpers_WriteStringToBuffer, (String * text, void * buffer, int32_t bufferSizeInCharacters, MethodInfo * method)); DO_APP_FUNC(0x029379E0, bool, StringHelpers_WriteStringToBuffer_1, (String * text, void * buffer, int32_t bufferSizeInCharacters, uint32_t * offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B928, StringHelpers_WriteStringToBuffer_1__MethodInfo); DO_APP_FUNC(0x02937BE0, String *, StringHelpers_ReadStringFromBuffer, (void * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC(0x02937CF0, String *, StringHelpers_ReadStringFromBuffer_1, (void * buffer, int32_t bufferSize, uint32_t * offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B9B8, StringHelpers_ReadStringFromBuffer_1__MethodInfo); DO_APP_FUNC(0x02937E10, bool, StringHelpers_IsPrintable, (uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x02937E90, String *, StringHelpers_WithAllWhitespaceStripped, (String * str, MethodInfo * method)); DO_APP_FUNC(0x02937FA0, bool, StringHelpers_InvariantEqualsIgnoreCase, (String * left, String * right, MethodInfo * method)); DO_APP_FUNC(0x029380A0, String *, StringHelpers_ExpandTemplateString, (String * template_1, Func_2_String_String_ * mapFunc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B980, StringHelpers_ExpandTemplateString__MethodInfo); DO_APP_FUNC(0x0097ED80, void, StringHelpers_Tokenize_d_8__ctor, (StringHelpers_Tokenize_d_8 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StringHelpers_Tokenize_d_8_System_IDisposable_Dispose, (StringHelpers_Tokenize_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x029382C0, bool, StringHelpers_Tokenize_d_8_MoveNext, (StringHelpers_Tokenize_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, Substring, StringHelpers_Tokenize_d_8_System_Collections_Generic_IEnumerator_UnityEngine_InputSystem_Utilities_Substring__get_Current, (StringHelpers_Tokenize_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x02938560, void, StringHelpers_Tokenize_d_8_System_Collections_IEnumerator_Reset, (StringHelpers_Tokenize_d_8 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B998, StringHelpers_Tokenize_d_8_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x029385B0, Object *, StringHelpers_Tokenize_d_8_System_Collections_IEnumerator_get_Current, (StringHelpers_Tokenize_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x02938600, IEnumerator_1_UnityEngine_InputSystem_Utilities_Substring_ *, StringHelpers_Tokenize_d_8_System_Collections_Generic_IEnumerable_UnityEngine_InputSystem_Utilities_Substring__GetEnumerator, (StringHelpers_Tokenize_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x02938600, IEnumerator *, StringHelpers_Tokenize_d_8_System_Collections_IEnumerable_GetEnumerator, (StringHelpers_Tokenize_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F020, void, StringHelpers_Split_d_9__ctor, (StringHelpers_Split_d_9 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StringHelpers_Split_d_9_System_IDisposable_Dispose, (StringHelpers_Split_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x029386F0, bool, StringHelpers_Split_d_9_MoveNext, (StringHelpers_Split_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, StringHelpers_Split_d_9_System_Collections_Generic_IEnumerator_System_String__get_Current, (StringHelpers_Split_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x02938840, void, StringHelpers_Split_d_9_System_Collections_IEnumerator_Reset, (StringHelpers_Split_d_9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B890, StringHelpers_Split_d_9_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, StringHelpers_Split_d_9_System_Collections_IEnumerator_get_Current, (StringHelpers_Split_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x02938890, IEnumerator_1_System_String_ *, StringHelpers_Split_d_9_System_Collections_Generic_IEnumerable_System_String__GetEnumerator, (StringHelpers_Split_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x02938890, IEnumerator *, StringHelpers_Split_d_9_System_Collections_IEnumerable_GetEnumerator, (StringHelpers_Split_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x029389D0, bool, Substring_get_isEmpty, (Substring * __this, MethodInfo * method)); DO_APP_FUNC(0x029389E0, void, Substring__ctor, (Substring * __this, String * str, MethodInfo * method)); DO_APP_FUNC(0x01030CE0, void, Substring__ctor_1, (Substring * __this, String * str, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02938A50, void, Substring__ctor_2, (Substring * __this, String * str, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02938AC0, bool, Substring_Equals, (Substring * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02938C90, bool, Substring_Equals_1, (Substring * __this, String * other, MethodInfo * method)); DO_APP_FUNC(0x02938D50, bool, Substring_Equals_2, (Substring * __this, Substring other, MethodInfo * method)); DO_APP_FUNC(0x02938DE0, bool, Substring_Equals_3, (Substring * __this, InternedString other, MethodInfo * method)); DO_APP_FUNC(0x02938EA0, int32_t, Substring_CompareTo, (Substring * __this, Substring other, MethodInfo * method)); DO_APP_FUNC(0x02938F20, int32_t, Substring_Compare, (Substring left, Substring right, StringComparison__Enum comparison, MethodInfo * method)); DO_APP_FUNC(0x02938F70, bool, Substring_StartsWith, (Substring * __this, String * str, MethodInfo * method)); DO_APP_FUNC(0x02939010, String *, Substring_Substr, (Substring * __this, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02939050, String *, Substring_ToString, (Substring * __this, MethodInfo * method)); DO_APP_FUNC(0x029390B0, int32_t, Substring_GetHashCode, (Substring * __this, MethodInfo * method)); DO_APP_FUNC(0x02938D50, bool, Substring_op_Equality, (Substring a, Substring b, MethodInfo * method)); DO_APP_FUNC(0x02939120, bool, Substring_op_Inequality, (Substring a, Substring b, MethodInfo * method)); DO_APP_FUNC(0x029391B0, bool, Substring_op_Equality_1, (Substring a, InternedString b, MethodInfo * method)); DO_APP_FUNC(0x029391D0, bool, Substring_op_Inequality_1, (Substring a, InternedString b, MethodInfo * method)); DO_APP_FUNC(0x029391F0, bool, Substring_op_Equality_2, (InternedString a, Substring b, MethodInfo * method)); DO_APP_FUNC(0x02939220, bool, Substring_op_Inequality_2, (InternedString a, Substring b, MethodInfo * method)); DO_APP_FUNC(0x02939250, Substring, Substring_op_Implicit, (String * s, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, int32_t, Substring_get_length, (Substring * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, Substring_get_index, (Substring * __this, MethodInfo * method)); DO_APP_FUNC(0x029392C0, uint16_t, Substring_get_Item, (Substring * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B830, Substring_get_Item__MethodInfo); DO_APP_FUNC(0x02939360, bool, TypeHelpers_IsInt, (TypeCode__Enum type, MethodInfo * method)); DO_APP_FUNC(0x029393B0, Type *, TypeHelpers_GetValueType, (MemberInfo_1 * member, MethodInfo * method)); DO_APP_FUNC(0x02939520, String *, TypeHelpers_GetNiceTypeName, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x029399E0, Type *, TypeHelpers_GetGenericTypeArgumentFromHierarchy, (Type * type, Type * genericTypeDefinition, int32_t argumentIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B8D0, TypeHelpers_GetGenericTypeArgumentFromHierarchy__MethodInfo); DO_APP_FUNC(0x02939DD0, IEnumerable_1_System_String_ *, TypeTable_get_names, (TypeTable * __this, MethodInfo * method)); DO_APP_FUNC(0x02939F70, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, TypeTable_get_internedNames, (TypeTable * __this, MethodInfo * method)); DO_APP_FUNC(0x02939FC0, void, TypeTable_Initialize, (TypeTable * __this, MethodInfo * method)); DO_APP_FUNC(0x0293A0A0, InternedString, TypeTable_FindNameForType, (TypeTable * __this, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B760, TypeTable_FindNameForType__MethodInfo); DO_APP_FUNC(0x0293A310, void, TypeTable_AddTypeRegistration, (TypeTable * __this, String * name, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B7A0, TypeTable_AddTypeRegistration__MethodInfo); DO_APP_FUNC(0x0293A4C0, Type *, TypeTable_LookupTypeRegistration, (TypeTable * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B810, TypeTable_LookupTypeRegistration__MethodInfo); DO_APP_FUNC(0x0293A650, void, TypeTable_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TypeTable_c__ctor, (TypeTable_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0293A700, String *, TypeTable_c__get_names_b__2_0, (TypeTable_c * __this, InternedString x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B8A0, TypeTable_c__get_names_b__2_0__MethodInfo); DO_APP_FUNC(0x0293A750, float, AxisComposite_get_midPoint, (AxisComposite * __this, MethodInfo * method)); DO_APP_FUNC(0x0293A770, float, AxisComposite_ReadValue, (AxisComposite * __this, InputBindingCompositeContext * context, MethodInfo * method)); DO_APP_FUNC(0x0293A930, float, AxisComposite_EvaluateMagnitude, (AxisComposite * __this, InputBindingCompositeContext * context, MethodInfo * method)); DO_APP_FUNC(0x0293A9B0, void, AxisComposite__ctor, (AxisComposite * __this, MethodInfo * method)); DO_APP_FUNC(0x0293AA10, float, ButtonWithOneModifier_ReadValue, (ButtonWithOneModifier * __this, InputBindingCompositeContext * context, MethodInfo * method)); DO_APP_FUNC(0x0293AAF0, bool, ButtonWithOneModifier_ModifierIsPressed, (ButtonWithOneModifier * __this, InputBindingCompositeContext * context, MethodInfo * method)); DO_APP_FUNC(0x01D8C400, float, ButtonWithOneModifier_EvaluateMagnitude, (ButtonWithOneModifier * __this, InputBindingCompositeContext * context, MethodInfo * method)); DO_APP_FUNC(0x0293AB60, void, ButtonWithOneModifier_FinishSetup, (ButtonWithOneModifier * __this, InputBindingCompositeContext * context, MethodInfo * method)); DO_APP_FUNC(0x0293ABD0, void, ButtonWithOneModifier__ctor, (ButtonWithOneModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x0293AC00, float, ButtonWithTwoModifiers_ReadValue, (ButtonWithTwoModifiers * __this, InputBindingCompositeContext * context, MethodInfo * method)); DO_APP_FUNC(0x0293AD20, bool, ButtonWithTwoModifiers_ModifiersArePressed, (ButtonWithTwoModifiers * __this, InputBindingCompositeContext * context, MethodInfo * method)); DO_APP_FUNC(0x01D8C400, float, ButtonWithTwoModifiers_EvaluateMagnitude, (ButtonWithTwoModifiers * __this, InputBindingCompositeContext * context, MethodInfo * method)); DO_APP_FUNC(0x0293ADE0, void, ButtonWithTwoModifiers_FinishSetup, (ButtonWithTwoModifiers * __this, InputBindingCompositeContext * context, MethodInfo * method)); DO_APP_FUNC(0x0293AE50, void, ButtonWithTwoModifiers__ctor, (ButtonWithTwoModifiers * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Type *, OneModifierComposite_get_valueType, (OneModifierComposite * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, OneModifierComposite_get_valueSizeInBytes, (OneModifierComposite * __this, MethodInfo * method)); DO_APP_FUNC(0x0293AE80, float, OneModifierComposite_EvaluateMagnitude, (OneModifierComposite * __this, InputBindingCompositeContext * context, MethodInfo * method)); DO_APP_FUNC(0x0293AED0, void, OneModifierComposite_ReadValue, (OneModifierComposite * __this, InputBindingCompositeContext * context, Void * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC(0x0293AF40, bool, OneModifierComposite_ModifierIsPressed, (OneModifierComposite * __this, InputBindingCompositeContext * context, MethodInfo * method)); DO_APP_FUNC(0x0293AFB0, void, OneModifierComposite_FinishSetup, (OneModifierComposite * __this, InputBindingCompositeContext * context, MethodInfo * method)); DO_APP_FUNC(0x0293B050, Object *, OneModifierComposite_ReadValueAsObject, (OneModifierComposite * __this, InputBindingCompositeContext * context, MethodInfo * method)); DO_APP_FUNC(0x0293B0A0, void, OneModifierComposite_DetermineValueTypeAndSize, (InputBindingCompositeContext * context, int32_t part, Type * * valueType, int32_t * valueSizeInBytes, bool * isButton, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OneModifierComposite__ctor, (OneModifierComposite * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Type *, TwoModifiersComposite_get_valueType, (TwoModifiersComposite * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, TwoModifiersComposite_get_valueSizeInBytes, (TwoModifiersComposite * __this, MethodInfo * method)); DO_APP_FUNC(0x0293B470, float, TwoModifiersComposite_EvaluateMagnitude, (TwoModifiersComposite * __this, InputBindingCompositeContext * context, MethodInfo * method)); DO_APP_FUNC(0x0293B4C0, void, TwoModifiersComposite_ReadValue, (TwoModifiersComposite * __this, InputBindingCompositeContext * context, Void * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC(0x0293B530, bool, TwoModifiersComposite_ModifiersArePressed, (TwoModifiersComposite * __this, InputBindingCompositeContext * context, MethodInfo * method)); DO_APP_FUNC(0x0293B5F0, void, TwoModifiersComposite_FinishSetup, (TwoModifiersComposite * __this, InputBindingCompositeContext * context, MethodInfo * method)); DO_APP_FUNC(0x0293B690, Object *, TwoModifiersComposite_ReadValueAsObject, (TwoModifiersComposite * __this, InputBindingCompositeContext * context, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TwoModifiersComposite__ctor, (TwoModifiersComposite * __this, MethodInfo * method)); DO_APP_FUNC(0x0293B6F0, Vector2, Vector2Composite_ReadValue, (Vector2Composite * __this, InputBindingCompositeContext * context, MethodInfo * method)); DO_APP_FUNC(0x0293B980, float, Vector2Composite_EvaluateMagnitude, (Vector2Composite * __this, InputBindingCompositeContext * context, MethodInfo * method)); DO_APP_FUNC(0x0293B9B0, void, Vector2Composite__ctor, (Vector2Composite * __this, MethodInfo * method)); DO_APP_FUNC(0x0293B9F0, Vector3, Vector3Composite_ReadValue, (Vector3Composite * __this, InputBindingCompositeContext * context, MethodInfo * method)); DO_APP_FUNC(0x0293BE10, void, Vector3Composite__ctor, (Vector3Composite * __this, MethodInfo * method)); DO_APP_FUNC(0x02327750, String *, SR_1_GetString, (String * name, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x0196C020, String *, SR_1_GetString_1, (CultureInfo * culture, String * name, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CodeDomProvider_1__ctor, (CodeDomProvider_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CSharpCodeProvider_1__ctor, (CSharpCodeProvider_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MonoTODOAttribute_1__ctor, (MonoTODOAttribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x023278B0, void, AsyncHelper__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02327AF0, void, Base64Encoder__ctor, (Base64Encoder * __this, MethodInfo * method)); DO_APP_FUNC(0x02327B80, void, Base64Encoder_Encode, (Base64Encoder * __this, Byte__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C689A0, Base64Encoder_Encode__MethodInfo); DO_APP_FUNC(0x02327FC0, void, Base64Encoder_Flush, (Base64Encoder * __this, MethodInfo * method)); DO_APP_FUNC(0x02328090, void, XmlRawWriterBase64Encoder__ctor, (XmlRawWriterBase64Encoder * __this, XmlRawWriter * rawWriter, MethodInfo * method)); DO_APP_FUNC(0x02328100, void, XmlRawWriterBase64Encoder_WriteChars, (XmlRawWriterBase64Encoder * __this, Char__Array * chars, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02328090, void, XmlTextWriterBase64Encoder__ctor, (XmlTextWriterBase64Encoder * __this, XmlTextEncoder * xmlTextEncoder, MethodInfo * method)); DO_APP_FUNC(0x02328130, void, XmlTextWriterBase64Encoder_WriteChars, (XmlTextWriterBase64Encoder * __this, Char__Array * chars, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02328160, bool, BinHexDecoder_get_IsFull, (BinHexDecoder * __this, MethodInfo * method)); DO_APP_FUNC(0x02328170, int32_t, BinHexDecoder_Decode, (BinHexDecoder * __this, Char__Array * chars, int32_t startPos, int32_t len, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68970, BinHexDecoder_Decode__MethodInfo); DO_APP_FUNC(0x023283B0, Byte__Array *, BinHexDecoder_Decode_1, (Char__Array * chars, bool allowOddChars, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68940, BinHexDecoder_Decode_1__MethodInfo); DO_APP_FUNC(0x023285E0, void, BinHexDecoder_Decode_2, (uint16_t * pChars, uint16_t * pCharsEndPos, uint8_t * pBytes, uint8_t * pBytesEndPos, bool * hasHalfByteCached, uint8_t * cachedHalfByte, int32_t * charsDecoded, int32_t * bytesDecoded, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68A30, BinHexDecoder_Decode_2__MethodInfo); DO_APP_FUNC(0x02328770, void, BinHexEncoder_Encode, (Byte__Array * buffer, int32_t index, int32_t count, XmlWriter * writer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68A50, BinHexEncoder_Encode__MethodInfo); DO_APP_FUNC(0x023289D0, String *, BinHexEncoder_Encode_1, (Byte__Array * inArray, int32_t offsetIn, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68A18, BinHexEncoder_Encode_1__MethodInfo); DO_APP_FUNC(0x02328BD0, int32_t, BinHexEncoder_Encode_2, (Byte__Array * inArray, int32_t offsetIn, int32_t count, Char__Array * outArray, MethodInfo * method)); DO_APP_FUNC(0x02328D10, void, BitStack__ctor, (BitStack * __this, MethodInfo * method)); DO_APP_FUNC(0x02328D20, void, BitStack_PushBit, (BitStack * __this, bool bit, MethodInfo * method)); DO_APP_FUNC(0x02328D60, bool, BitStack_PopBit, (BitStack * __this, MethodInfo * method)); DO_APP_FUNC(0x02328DC0, bool, BitStack_PeekBit, (BitStack * __this, MethodInfo * method)); DO_APP_FUNC(0x02328DD0, void, BitStack_PushCurr, (BitStack * __this, MethodInfo * method)); DO_APP_FUNC(0x02329090, void, BitStack_PopCurr, (BitStack * __this, MethodInfo * method)); DO_APP_FUNC(0x023290D0, int32_t, Bits_Count, (uint32_t num, MethodInfo * method)); DO_APP_FUNC(0x02329180, int32_t, Bits_LeastPosition, (uint32_t num, MethodInfo * method)); DO_APP_FUNC(0x02329290, void, Bits__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02329330, void, ByteStack__ctor, (ByteStack * __this, int32_t growthRate, MethodInfo * method)); DO_APP_FUNC(0x023293D0, void, ByteStack_Push, (ByteStack * __this, uint8_t data, MethodInfo * method)); DO_APP_FUNC(0x023294E0, uint8_t, ByteStack_Pop, (ByteStack * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CharEntityEncoderFallback__ctor, (CharEntityEncoderFallback * __this, MethodInfo * method)); DO_APP_FUNC(0x02329530, EncoderFallbackBuffer *, CharEntityEncoderFallback_CreateFallbackBuffer, (CharEntityEncoderFallback * __this, MethodInfo * method)); DO_APP_FUNC(0x00EECEB0, int32_t, CharEntityEncoderFallback_get_MaxCharCount, (CharEntityEncoderFallback * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, CharEntityEncoderFallback_set_StartOffset, (CharEntityEncoderFallback * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x023296D0, void, CharEntityEncoderFallback_Reset, (CharEntityEncoderFallback * __this, Int32__Array * textContentMarks, int32_t endMarkPos, MethodInfo * method)); DO_APP_FUNC(0x02329740, bool, CharEntityEncoderFallback_CanReplaceAt, (CharEntityEncoderFallback * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x023297A0, void, CharEntityEncoderFallbackBuffer__ctor, (CharEntityEncoderFallbackBuffer * __this, CharEntityEncoderFallback * parent, MethodInfo * method)); DO_APP_FUNC(0x023298B0, bool, CharEntityEncoderFallbackBuffer_Fallback, (CharEntityEncoderFallbackBuffer * __this, uint16_t charUnknown, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02329BA0, bool, CharEntityEncoderFallbackBuffer_Fallback_1, (CharEntityEncoderFallbackBuffer * __this, uint16_t charUnknownHigh, uint16_t charUnknownLow, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C688F0, CharEntityEncoderFallbackBuffer_Fallback_1__MethodInfo); DO_APP_FUNC(0x02329F60, uint16_t, CharEntityEncoderFallbackBuffer_GetNextChar, (CharEntityEncoderFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02329FD0, bool, CharEntityEncoderFallbackBuffer_MovePrevious, (CharEntityEncoderFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02329FF0, int32_t, CharEntityEncoderFallbackBuffer_get_Remaining, (CharEntityEncoderFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x0232A020, void, CharEntityEncoderFallbackBuffer_Reset, (CharEntityEncoderFallbackBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x0232A030, int32_t, CharEntityEncoderFallbackBuffer_SurrogateCharToUtf32, (CharEntityEncoderFallbackBuffer * __this, uint16_t highSurrogate, uint16_t lowSurrogate, MethodInfo * method)); DO_APP_FUNC(0x0232A050, void, HtmlEncodedRawTextWriter__ctor, (HtmlEncodedRawTextWriter * __this, TextWriter * writer, XmlWriterSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x0232A080, void, HtmlEncodedRawTextWriter__ctor_1, (HtmlEncodedRawTextWriter * __this, Stream * stream, XmlWriterSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HtmlEncodedRawTextWriter_WriteXmlDeclaration, (HtmlEncodedRawTextWriter * __this, XmlStandalone__Enum standalone, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HtmlEncodedRawTextWriter_WriteXmlDeclaration_1, (HtmlEncodedRawTextWriter * __this, String * xmldecl, MethodInfo * method)); DO_APP_FUNC(0x0232A0B0, void, HtmlEncodedRawTextWriter_WriteDocType, (HtmlEncodedRawTextWriter * __this, String * name, String * pubid, String * sysid, String * subset, MethodInfo * method)); DO_APP_FUNC(0x0232A3B0, void, HtmlEncodedRawTextWriter_WriteStartElement, (HtmlEncodedRawTextWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0232A580, void, HtmlEncodedRawTextWriter_StartElementContent, (HtmlEncodedRawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0232A5E0, void, HtmlEncodedRawTextWriter_WriteEndElement, (HtmlEncodedRawTextWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0232A730, void, HtmlEncodedRawTextWriter_WriteFullEndElement, (HtmlEncodedRawTextWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0232A880, void, HtmlEncodedRawTextWriter_WriteStartAttribute, (HtmlEncodedRawTextWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0232AA20, void, HtmlEncodedRawTextWriter_WriteEndAttribute, (HtmlEncodedRawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0232AAB0, void, HtmlEncodedRawTextWriter_WriteProcessingInstruction, (HtmlEncodedRawTextWriter * __this, String * target, String * text, MethodInfo * method)); DO_APP_FUNC(0x0232ABF0, void, HtmlEncodedRawTextWriter_WriteString, (HtmlEncodedRawTextWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x0232ACE0, void, HtmlEncodedRawTextWriter_WriteEntityRef, (HtmlEncodedRawTextWriter * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C686D8, HtmlEncodedRawTextWriter_WriteEntityRef__MethodInfo); DO_APP_FUNC(0x0232AD50, void, HtmlEncodedRawTextWriter_WriteCharEntity, (HtmlEncodedRawTextWriter * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C686E8, HtmlEncodedRawTextWriter_WriteCharEntity__MethodInfo); DO_APP_FUNC(0x0232ADC0, void, HtmlEncodedRawTextWriter_WriteSurrogateCharEntity, (HtmlEncodedRawTextWriter * __this, uint16_t lowChar, uint16_t highChar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68698, HtmlEncodedRawTextWriter_WriteSurrogateCharEntity__MethodInfo); DO_APP_FUNC(0x0232AE30, void, HtmlEncodedRawTextWriter_WriteChars, (HtmlEncodedRawTextWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0232AEC0, void, HtmlEncodedRawTextWriter_Init, (HtmlEncodedRawTextWriter * __this, XmlWriterSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x0232B2E0, void, HtmlEncodedRawTextWriter_WriteMetaElement, (HtmlEncodedRawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0232B4D0, void, HtmlEncodedRawTextWriter_WriteHtmlElementTextBlock, (HtmlEncodedRawTextWriter * __this, uint16_t * pSrc, uint16_t * pSrcEnd, MethodInfo * method)); DO_APP_FUNC(0x0232B4F0, void, HtmlEncodedRawTextWriter_WriteHtmlAttributeTextBlock, (HtmlEncodedRawTextWriter * __this, uint16_t * pSrc, uint16_t * pSrcEnd, MethodInfo * method)); DO_APP_FUNC(0x0232B540, void, HtmlEncodedRawTextWriter_WriteHtmlAttributeText, (HtmlEncodedRawTextWriter * __this, uint16_t * pSrc, uint16_t * pSrcEnd, MethodInfo * method)); DO_APP_FUNC(0x0232B8A0, void, HtmlEncodedRawTextWriter_WriteUriAttributeText, (HtmlEncodedRawTextWriter * __this, uint16_t * pSrc, uint16_t * pSrcEnd, MethodInfo * method)); DO_APP_FUNC(0x0232BCF0, void, HtmlEncodedRawTextWriter_OutputRestAmps, (HtmlEncodedRawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0232BD90, void, HtmlEncodedRawTextWriterIndent__ctor, (HtmlEncodedRawTextWriterIndent * __this, TextWriter * writer, XmlWriterSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x0232BE40, void, HtmlEncodedRawTextWriterIndent__ctor_1, (HtmlEncodedRawTextWriterIndent * __this, Stream * stream, XmlWriterSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x0232BEF0, void, HtmlEncodedRawTextWriterIndent_WriteDocType, (HtmlEncodedRawTextWriterIndent * __this, String * name, String * pubid, String * sysid, String * subset, MethodInfo * method)); DO_APP_FUNC(0x0232BF20, void, HtmlEncodedRawTextWriterIndent_WriteStartElement, (HtmlEncodedRawTextWriterIndent * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0232C110, void, HtmlEncodedRawTextWriterIndent_StartElementContent, (HtmlEncodedRawTextWriterIndent * __this, MethodInfo * method)); DO_APP_FUNC(0x0232C190, void, HtmlEncodedRawTextWriterIndent_WriteEndElement, (HtmlEncodedRawTextWriterIndent * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0232C230, void, HtmlEncodedRawTextWriterIndent_WriteStartAttribute, (HtmlEncodedRawTextWriterIndent * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0232C2D0, void, HtmlEncodedRawTextWriterIndent_FlushBuffer, (HtmlEncodedRawTextWriterIndent * __this, MethodInfo * method)); DO_APP_FUNC(0x0232C2F0, void, HtmlEncodedRawTextWriterIndent_Init, (HtmlEncodedRawTextWriterIndent * __this, XmlWriterSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x0232C380, void, HtmlEncodedRawTextWriterIndent_WriteIndent, (HtmlEncodedRawTextWriterIndent * __this, MethodInfo * method)); DO_APP_FUNC(0x0232C400, void, HtmlTernaryTree__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0232C5A0, void, HtmlUtf8RawTextWriter__ctor, (HtmlUtf8RawTextWriter * __this, Stream * stream, XmlWriterSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HtmlUtf8RawTextWriter_WriteXmlDeclaration, (HtmlUtf8RawTextWriter * __this, XmlStandalone__Enum standalone, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HtmlUtf8RawTextWriter_WriteXmlDeclaration_1, (HtmlUtf8RawTextWriter * __this, String * xmldecl, MethodInfo * method)); DO_APP_FUNC(0x0232C5D0, void, HtmlUtf8RawTextWriter_WriteDocType, (HtmlUtf8RawTextWriter * __this, String * name, String * pubid, String * sysid, String * subset, MethodInfo * method)); DO_APP_FUNC(0x0232C8A0, void, HtmlUtf8RawTextWriter_WriteStartElement, (HtmlUtf8RawTextWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0232CA30, void, HtmlUtf8RawTextWriter_StartElementContent, (HtmlUtf8RawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0232CA80, void, HtmlUtf8RawTextWriter_WriteEndElement, (HtmlUtf8RawTextWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0232CBB0, void, HtmlUtf8RawTextWriter_WriteFullEndElement, (HtmlUtf8RawTextWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0232CCE0, void, HtmlUtf8RawTextWriter_WriteStartAttribute, (HtmlUtf8RawTextWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0232CE60, void, HtmlUtf8RawTextWriter_WriteEndAttribute, (HtmlUtf8RawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0232CED0, void, HtmlUtf8RawTextWriter_WriteProcessingInstruction, (HtmlUtf8RawTextWriter * __this, String * target, String * text, MethodInfo * method)); DO_APP_FUNC(0x0232CFE0, void, HtmlUtf8RawTextWriter_WriteString, (HtmlUtf8RawTextWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x0232D080, void, HtmlUtf8RawTextWriter_WriteEntityRef, (HtmlUtf8RawTextWriter * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68548, HtmlUtf8RawTextWriter_WriteEntityRef__MethodInfo); DO_APP_FUNC(0x0232D0F0, void, HtmlUtf8RawTextWriter_WriteCharEntity, (HtmlUtf8RawTextWriter * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68558, HtmlUtf8RawTextWriter_WriteCharEntity__MethodInfo); DO_APP_FUNC(0x0232D160, void, HtmlUtf8RawTextWriter_WriteSurrogateCharEntity, (HtmlUtf8RawTextWriter * __this, uint16_t lowChar, uint16_t highChar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68568, HtmlUtf8RawTextWriter_WriteSurrogateCharEntity__MethodInfo); DO_APP_FUNC(0x0232D1D0, void, HtmlUtf8RawTextWriter_WriteChars, (HtmlUtf8RawTextWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0232D220, void, HtmlUtf8RawTextWriter_Init, (HtmlUtf8RawTextWriter * __this, XmlWriterSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x0232D640, void, HtmlUtf8RawTextWriter_WriteMetaElement, (HtmlUtf8RawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0232D830, void, HtmlUtf8RawTextWriter_WriteHtmlElementTextBlock, (HtmlUtf8RawTextWriter * __this, uint16_t * pSrc, uint16_t * pSrcEnd, MethodInfo * method)); DO_APP_FUNC(0x0232D850, void, HtmlUtf8RawTextWriter_WriteHtmlAttributeTextBlock, (HtmlUtf8RawTextWriter * __this, uint16_t * pSrc, uint16_t * pSrcEnd, MethodInfo * method)); DO_APP_FUNC(0x0232D8A0, void, HtmlUtf8RawTextWriter_WriteHtmlAttributeText, (HtmlUtf8RawTextWriter * __this, uint16_t * pSrc, uint16_t * pSrcEnd, MethodInfo * method)); DO_APP_FUNC(0x0232DB90, void, HtmlUtf8RawTextWriter_WriteUriAttributeText, (HtmlUtf8RawTextWriter * __this, uint16_t * pSrc, uint16_t * pSrcEnd, MethodInfo * method)); DO_APP_FUNC(0x0232DF70, void, HtmlUtf8RawTextWriter_OutputRestAmps, (HtmlUtf8RawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0232E010, void, HtmlUtf8RawTextWriterIndent__ctor, (HtmlUtf8RawTextWriterIndent * __this, Stream * stream, XmlWriterSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x0232E0C0, void, HtmlUtf8RawTextWriterIndent_WriteDocType, (HtmlUtf8RawTextWriterIndent * __this, String * name, String * pubid, String * sysid, String * subset, MethodInfo * method)); DO_APP_FUNC(0x0232E0F0, void, HtmlUtf8RawTextWriterIndent_WriteStartElement, (HtmlUtf8RawTextWriterIndent * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0232E2B0, void, HtmlUtf8RawTextWriterIndent_StartElementContent, (HtmlUtf8RawTextWriterIndent * __this, MethodInfo * method)); DO_APP_FUNC(0x0232E330, void, HtmlUtf8RawTextWriterIndent_WriteEndElement, (HtmlUtf8RawTextWriterIndent * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0232E4C0, void, HtmlUtf8RawTextWriterIndent_WriteStartAttribute, (HtmlUtf8RawTextWriterIndent * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0232E560, void, HtmlUtf8RawTextWriterIndent_FlushBuffer, (HtmlUtf8RawTextWriterIndent * __this, MethodInfo * method)); DO_APP_FUNC(0x0232E580, void, HtmlUtf8RawTextWriterIndent_Init, (HtmlUtf8RawTextWriterIndent * __this, XmlWriterSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x0232E610, void, HtmlUtf8RawTextWriterIndent_WriteIndent, (HtmlUtf8RawTextWriterIndent * __this, MethodInfo * method)); DO_APP_FUNC(0x008AC8F0, void, OnRemoveWriter__ctor, (OnRemoveWriter * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, OnRemoveWriter_Invoke, (OnRemoveWriter * __this, XmlRawWriter * writer, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IncrementalReadDecoder__ctor, (IncrementalReadDecoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, IncrementalReadDummyDecoder_get_IsFull, (IncrementalReadDummyDecoder * __this, MethodInfo * method)); DO_APP_FUNC(0x009CB660, int32_t, IncrementalReadDummyDecoder_Decode, (IncrementalReadDummyDecoder * __this, Char__Array * chars, int32_t startPos, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IncrementalReadDummyDecoder__ctor, (IncrementalReadDummyDecoder * __this, MethodInfo * method)); DO_APP_FUNC(0x0232E690, void, QueryOutputWriter__ctor, (QueryOutputWriter * __this, XmlRawWriter * writer, XmlWriterSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x0232EBD0, void, QueryOutputWriter_set_NamespaceResolver, (QueryOutputWriter * __this, IXmlNamespaceResolver * value, MethodInfo * method)); DO_APP_FUNC(0x0232EC50, void, QueryOutputWriter_WriteXmlDeclaration, (QueryOutputWriter * __this, XmlStandalone__Enum standalone, MethodInfo * method)); DO_APP_FUNC(0x0232EC80, void, QueryOutputWriter_WriteXmlDeclaration_1, (QueryOutputWriter * __this, String * xmldecl, MethodInfo * method)); DO_APP_FUNC(0x0232ECB0, void, QueryOutputWriter_WriteDocType, (QueryOutputWriter * __this, String * name, String * pubid, String * sysid, String * subset, MethodInfo * method)); DO_APP_FUNC(0x0232ECF0, void, QueryOutputWriter_WriteStartElement, (QueryOutputWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68530, QueryOutputWriter_WriteStartElement__MethodInfo); DO_APP_FUNC(0x0232EF00, void, QueryOutputWriter_WriteEndElement, (QueryOutputWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0232EF90, void, QueryOutputWriter_WriteFullEndElement, (QueryOutputWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0232F020, void, QueryOutputWriter_StartElementContent, (QueryOutputWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0232F050, void, QueryOutputWriter_WriteStartAttribute, (QueryOutputWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0232F090, void, QueryOutputWriter_WriteEndAttribute, (QueryOutputWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0232F0C0, void, QueryOutputWriter_WriteNamespaceDeclaration, (QueryOutputWriter * __this, String * prefix, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0232F0F0, bool, QueryOutputWriter_get_SupportsNamespaceDeclarationInChunks, (QueryOutputWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0232F120, void, QueryOutputWriter_WriteStartNamespaceDeclaration, (QueryOutputWriter * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x0232F150, void, QueryOutputWriter_WriteEndNamespaceDeclaration, (QueryOutputWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0232F180, void, QueryOutputWriter_WriteCData, (QueryOutputWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x0232F1B0, void, QueryOutputWriter_WriteComment, (QueryOutputWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x0232F1E0, void, QueryOutputWriter_WriteProcessingInstruction, (QueryOutputWriter * __this, String * name, String * text, MethodInfo * method)); DO_APP_FUNC(0x0232F210, void, QueryOutputWriter_WriteWhitespace, (QueryOutputWriter * __this, String * ws, MethodInfo * method)); DO_APP_FUNC(0x0232F280, void, QueryOutputWriter_WriteString, (QueryOutputWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x0232F2F0, void, QueryOutputWriter_WriteChars, (QueryOutputWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0232F3B0, void, QueryOutputWriter_WriteEntityRef, (QueryOutputWriter * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0232F3E0, void, QueryOutputWriter_WriteCharEntity, (QueryOutputWriter * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x0232F410, void, QueryOutputWriter_WriteSurrogateCharEntity, (QueryOutputWriter * __this, uint16_t lowChar, uint16_t highChar, MethodInfo * method)); DO_APP_FUNC(0x0232F440, void, QueryOutputWriter_WriteRaw, (QueryOutputWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0232F500, void, QueryOutputWriter_WriteRaw_1, (QueryOutputWriter * __this, String * data, MethodInfo * method)); DO_APP_FUNC(0x0232F570, void, QueryOutputWriter_Close, (QueryOutputWriter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C684E8, QueryOutputWriter_Close__MethodInfo); DO_APP_FUNC(0x0232F630, void, QueryOutputWriter_Flush, (QueryOutputWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0232F660, bool, QueryOutputWriter_StartCDataSection, (QueryOutputWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x009C8650, void, QueryOutputWriter_EndCDataSection, (QueryOutputWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0232F6A0, void, ReadContentAsBinaryHelper_Finish, (ReadContentAsBinaryHelper * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C684C0, ReadContentAsBinaryHelper_Finish__MethodInfo); DO_APP_FUNC(0x0232F8F0, void, ReadContentAsBinaryHelper_Reset, (ReadContentAsBinaryHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0232F900, bool, ReadContentAsBinaryHelper_MoveToNextContentNode, (ReadContentAsBinaryHelper * __this, bool moveIfOnContentNode, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, TernaryTreeReadOnly__ctor, (TernaryTreeReadOnly * __this, Byte__Array * nodeBuffer, MethodInfo * method)); DO_APP_FUNC(0x0232FA40, uint8_t, TernaryTreeReadOnly_FindCaseInsensitiveString, (TernaryTreeReadOnly * __this, String * stringToFind, MethodInfo * method)); DO_APP_FUNC(0x0232FBB0, void, SecureStringHasher__ctor, (SecureStringHasher * __this, MethodInfo * method)); DO_APP_FUNC(0x0232FC00, bool, SecureStringHasher_Equals, (SecureStringHasher * __this, String * x, String * y, MethodInfo * method)); DO_APP_FUNC(0x0232FCA0, int32_t, SecureStringHasher_GetHashCode, (SecureStringHasher * __this, String * key, MethodInfo * method)); DO_APP_FUNC(0x0232FDA0, int32_t, SecureStringHasher_GetHashCodeOfString, (String * key, int32_t sLen, int64_t additionalEntropy, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C682B8, SecureStringHasher_GetHashCodeOfString__MethodInfo); DO_APP_FUNC(0x0232FE20, SecureStringHasher_HashCodeOfStringDelegate *, SecureStringHasher_GetHashCodeDelegate, (MethodInfo * method)); DO_APP_FUNC(0x02330130, void, SecureStringHasher_HashCodeOfStringDelegate__ctor, (SecureStringHasher_HashCodeOfStringDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, int32_t, SecureStringHasher_HashCodeOfStringDelegate_Invoke, (SecureStringHasher_HashCodeOfStringDelegate * __this, String * s, int32_t sLen, int64_t additionalEntropy, MethodInfo * method)); DO_APP_FUNC(0x02330270, void, TextEncodedRawTextWriter__ctor, (TextEncodedRawTextWriter * __this, TextWriter * writer, XmlWriterSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x02330280, void, TextEncodedRawTextWriter__ctor_1, (TextEncodedRawTextWriter * __this, Stream * stream, XmlWriterSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextEncodedRawTextWriter_WriteXmlDeclaration, (TextEncodedRawTextWriter * __this, XmlStandalone__Enum standalone, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextEncodedRawTextWriter_WriteXmlDeclaration_1, (TextEncodedRawTextWriter * __this, String * xmldecl, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextEncodedRawTextWriter_WriteDocType, (TextEncodedRawTextWriter * __this, String * name, String * pubid, String * sysid, String * subset, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextEncodedRawTextWriter_WriteStartElement, (TextEncodedRawTextWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextEncodedRawTextWriter_WriteEndElement, (TextEncodedRawTextWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextEncodedRawTextWriter_WriteFullEndElement, (TextEncodedRawTextWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextEncodedRawTextWriter_StartElementContent, (TextEncodedRawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02330290, void, TextEncodedRawTextWriter_WriteStartAttribute, (TextEncodedRawTextWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x023302A0, void, TextEncodedRawTextWriter_WriteEndAttribute, (TextEncodedRawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextEncodedRawTextWriter_WriteNamespaceDeclaration, (TextEncodedRawTextWriter * __this, String * prefix, String * ns, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, TextEncodedRawTextWriter_get_SupportsNamespaceDeclarationInChunks, (TextEncodedRawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x023302B0, void, TextEncodedRawTextWriter_WriteCData, (TextEncodedRawTextWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextEncodedRawTextWriter_WriteComment, (TextEncodedRawTextWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextEncodedRawTextWriter_WriteProcessingInstruction, (TextEncodedRawTextWriter * __this, String * name, String * text, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextEncodedRawTextWriter_WriteEntityRef, (TextEncodedRawTextWriter * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextEncodedRawTextWriter_WriteCharEntity, (TextEncodedRawTextWriter * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextEncodedRawTextWriter_WriteSurrogateCharEntity, (TextEncodedRawTextWriter * __this, uint16_t lowChar, uint16_t highChar, MethodInfo * method)); DO_APP_FUNC(0x02330320, void, TextEncodedRawTextWriter_WriteWhitespace, (TextEncodedRawTextWriter * __this, String * ws, MethodInfo * method)); DO_APP_FUNC(0x02330320, void, TextEncodedRawTextWriter_WriteString, (TextEncodedRawTextWriter * __this, String * textBlock, MethodInfo * method)); DO_APP_FUNC(0x02330390, void, TextEncodedRawTextWriter_WriteChars, (TextEncodedRawTextWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02330390, void, TextEncodedRawTextWriter_WriteRaw, (TextEncodedRawTextWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02330320, void, TextEncodedRawTextWriter_WriteRaw_1, (TextEncodedRawTextWriter * __this, String * data, MethodInfo * method)); DO_APP_FUNC(0x02330420, void, TextUtf8RawTextWriter__ctor, (TextUtf8RawTextWriter * __this, Stream * stream, XmlWriterSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextUtf8RawTextWriter_WriteXmlDeclaration, (TextUtf8RawTextWriter * __this, XmlStandalone__Enum standalone, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextUtf8RawTextWriter_WriteXmlDeclaration_1, (TextUtf8RawTextWriter * __this, String * xmldecl, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextUtf8RawTextWriter_WriteDocType, (TextUtf8RawTextWriter * __this, String * name, String * pubid, String * sysid, String * subset, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextUtf8RawTextWriter_WriteStartElement, (TextUtf8RawTextWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextUtf8RawTextWriter_WriteEndElement, (TextUtf8RawTextWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextUtf8RawTextWriter_WriteFullEndElement, (TextUtf8RawTextWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextUtf8RawTextWriter_StartElementContent, (TextUtf8RawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02330290, void, TextUtf8RawTextWriter_WriteStartAttribute, (TextUtf8RawTextWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x023302A0, void, TextUtf8RawTextWriter_WriteEndAttribute, (TextUtf8RawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextUtf8RawTextWriter_WriteNamespaceDeclaration, (TextUtf8RawTextWriter * __this, String * prefix, String * ns, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, TextUtf8RawTextWriter_get_SupportsNamespaceDeclarationInChunks, (TextUtf8RawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02330430, void, TextUtf8RawTextWriter_WriteCData, (TextUtf8RawTextWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextUtf8RawTextWriter_WriteComment, (TextUtf8RawTextWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextUtf8RawTextWriter_WriteProcessingInstruction, (TextUtf8RawTextWriter * __this, String * name, String * text, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextUtf8RawTextWriter_WriteEntityRef, (TextUtf8RawTextWriter * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextUtf8RawTextWriter_WriteCharEntity, (TextUtf8RawTextWriter * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextUtf8RawTextWriter_WriteSurrogateCharEntity, (TextUtf8RawTextWriter * __this, uint16_t lowChar, uint16_t highChar, MethodInfo * method)); DO_APP_FUNC(0x02330470, void, TextUtf8RawTextWriter_WriteWhitespace, (TextUtf8RawTextWriter * __this, String * ws, MethodInfo * method)); DO_APP_FUNC(0x02330470, void, TextUtf8RawTextWriter_WriteString, (TextUtf8RawTextWriter * __this, String * textBlock, MethodInfo * method)); DO_APP_FUNC(0x023304C0, void, TextUtf8RawTextWriter_WriteChars, (TextUtf8RawTextWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x023304C0, void, TextUtf8RawTextWriter_WriteRaw, (TextUtf8RawTextWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02330470, void, TextUtf8RawTextWriter_WriteRaw_1, (TextUtf8RawTextWriter * __this, String * data, MethodInfo * method)); DO_APP_FUNC(0x02330510, void, ValidatingReaderNodeData__ctor, (ValidatingReaderNodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x02330520, void, ValidatingReaderNodeData__ctor_1, (ValidatingReaderNodeData * __this, XmlNodeType__Enum nodeType, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, ValidatingReaderNodeData_get_LocalName, (ValidatingReaderNodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ValidatingReaderNodeData_set_LocalName, (ValidatingReaderNodeData * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, ValidatingReaderNodeData_get_Namespace, (ValidatingReaderNodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ValidatingReaderNodeData_set_Namespace, (ValidatingReaderNodeData * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, ValidatingReaderNodeData_get_Prefix, (ValidatingReaderNodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ValidatingReaderNodeData_set_Prefix, (ValidatingReaderNodeData * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02330530, String *, ValidatingReaderNodeData_GetAtomizedNameWPrefix, (ValidatingReaderNodeData * __this, XmlNameTable * nameTable, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int32_t, ValidatingReaderNodeData_get_Depth, (ValidatingReaderNodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x00523180, void, ValidatingReaderNodeData_set_Depth, (ValidatingReaderNodeData * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, ValidatingReaderNodeData_get_RawValue, (ValidatingReaderNodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, ValidatingReaderNodeData_set_RawValue, (ValidatingReaderNodeData * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, ValidatingReaderNodeData_get_OriginalStringValue, (ValidatingReaderNodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x0111DD10, XmlNodeType__Enum, ValidatingReaderNodeData_get_NodeType, (ValidatingReaderNodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x01A20C50, void, ValidatingReaderNodeData_set_NodeType, (ValidatingReaderNodeData * __this, XmlNodeType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, AttributePSVIInfo *, ValidatingReaderNodeData_get_AttInfo, (ValidatingReaderNodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, ValidatingReaderNodeData_set_AttInfo, (ValidatingReaderNodeData * __this, AttributePSVIInfo * value, MethodInfo * method)); DO_APP_FUNC(0x01D80210, int32_t, ValidatingReaderNodeData_get_LineNumber, (ValidatingReaderNodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A6C0, int32_t, ValidatingReaderNodeData_get_LinePosition, (ValidatingReaderNodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x02330690, void, ValidatingReaderNodeData_Clear, (ValidatingReaderNodeData * __this, XmlNodeType__Enum nodeType, MethodInfo * method)); DO_APP_FUNC(0x023308C0, void, ValidatingReaderNodeData_SetLineInfo, (ValidatingReaderNodeData * __this, int32_t lineNo, int32_t linePos, MethodInfo * method)); DO_APP_FUNC(0x023308D0, void, ValidatingReaderNodeData_SetLineInfo_1, (ValidatingReaderNodeData * __this, IXmlLineInfo * lineInfo, MethodInfo * method)); DO_APP_FUNC(0x02330940, void, ValidatingReaderNodeData_SetItemData, (ValidatingReaderNodeData * __this, String * localName, String * prefix, String * ns, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x02330B00, void, ValidatingReaderNodeData_SetItemData_1, (ValidatingReaderNodeData * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02330B10, void, ValidatingReaderNodeData_SetItemData_2, (ValidatingReaderNodeData * __this, String * value, String * originalStringValue, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, XmlReader *, XmlAsyncCheckReader_get_CoreReader, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02330BC0, XmlAsyncCheckReader *, XmlAsyncCheckReader_CreateAsyncCheckWrapper, (XmlReader * reader, MethodInfo * method)); DO_APP_FUNC(0x02330F80, void, XmlAsyncCheckReader__ctor, (XmlAsyncCheckReader * __this, XmlReader * reader, MethodInfo * method)); DO_APP_FUNC(0x023310C0, void, XmlAsyncCheckReader_CheckAsync, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C682D8, XmlAsyncCheckReader_CheckAsync__MethodInfo); DO_APP_FUNC(0x02331190, XmlReaderSettings *, XmlAsyncCheckReader_get_Settings, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02331260, XmlNodeType__Enum, XmlAsyncCheckReader_get_NodeType, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x023312A0, String *, XmlAsyncCheckReader_get_Name, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x023312E0, String *, XmlAsyncCheckReader_get_LocalName, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02331320, String *, XmlAsyncCheckReader_get_NamespaceURI, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02331360, String *, XmlAsyncCheckReader_get_Prefix, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x023313A0, bool, XmlAsyncCheckReader_get_HasValue, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x023313E0, String *, XmlAsyncCheckReader_get_Value, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02331420, int32_t, XmlAsyncCheckReader_get_Depth, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02331460, String *, XmlAsyncCheckReader_get_BaseURI, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x023314A0, bool, XmlAsyncCheckReader_get_IsEmptyElement, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x023314E0, bool, XmlAsyncCheckReader_get_IsDefault, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02331520, IXmlSchemaInfo *, XmlAsyncCheckReader_get_SchemaInfo, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02331560, String *, XmlAsyncCheckReader_ReadContentAsString, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x023315A0, int32_t, XmlAsyncCheckReader_get_AttributeCount, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x023315E0, String *, XmlAsyncCheckReader_GetAttribute, (XmlAsyncCheckReader * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02331630, String *, XmlAsyncCheckReader_GetAttribute_1, (XmlAsyncCheckReader * __this, String * name, String * namespaceURI, MethodInfo * method)); DO_APP_FUNC(0x02331690, bool, XmlAsyncCheckReader_MoveToAttribute, (XmlAsyncCheckReader * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x023316E0, void, XmlAsyncCheckReader_MoveToAttribute_1, (XmlAsyncCheckReader * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02331730, bool, XmlAsyncCheckReader_MoveToFirstAttribute, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02331770, bool, XmlAsyncCheckReader_MoveToNextAttribute, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x023317B0, bool, XmlAsyncCheckReader_MoveToElement, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x023317F0, bool, XmlAsyncCheckReader_ReadAttributeValue, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02331830, bool, XmlAsyncCheckReader_Read, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02331870, bool, XmlAsyncCheckReader_get_EOF, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x023318B0, void, XmlAsyncCheckReader_Close, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x023318F0, ReadState__Enum_1, XmlAsyncCheckReader_get_ReadState, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02331930, void, XmlAsyncCheckReader_Skip, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02331970, XmlNameTable *, XmlAsyncCheckReader_get_NameTable, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x023319B0, String *, XmlAsyncCheckReader_LookupNamespace, (XmlAsyncCheckReader * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x02331A00, bool, XmlAsyncCheckReader_get_CanResolveEntity, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02331A40, void, XmlAsyncCheckReader_ResolveEntity, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02331A80, String *, XmlAsyncCheckReader_ReadString, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02331AC0, XmlNodeType__Enum, XmlAsyncCheckReader_MoveToContent, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02331B00, void, XmlAsyncCheckReader_ReadStartElement, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02331B40, void, XmlAsyncCheckReader_ReadStartElement_1, (XmlAsyncCheckReader * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02331B90, String *, XmlAsyncCheckReader_ReadElementString, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02331BD0, void, XmlAsyncCheckReader_ReadEndElement, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02331C10, bool, XmlAsyncCheckReader_IsStartElement, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02331C50, bool, XmlAsyncCheckReader_IsStartElement_1, (XmlAsyncCheckReader * __this, String * localname, String * ns, MethodInfo * method)); DO_APP_FUNC(0x02331CB0, void, XmlAsyncCheckReader_Dispose, (XmlAsyncCheckReader * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02331CF0, XmlNamespaceManager *, XmlAsyncCheckReader_get_NamespaceManager, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02331D30, IDtdInfo *, XmlAsyncCheckReader_get_DtdInfo, (XmlAsyncCheckReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02331D70, void, XmlAsyncCheckReaderWithNS__ctor, (XmlAsyncCheckReaderWithNS * __this, XmlReader * reader, MethodInfo * method)); DO_APP_FUNC(0x02331E70, IDictionary_2_System_String_System_String_ *, XmlAsyncCheckReaderWithNS_System_Xml_IXmlNamespaceResolver_GetNamespacesInScope, (XmlAsyncCheckReaderWithNS * __this, XmlNamespaceScope__Enum scope, MethodInfo * method)); DO_APP_FUNC(0x02331ED0, String *, XmlAsyncCheckReaderWithNS_System_Xml_IXmlNamespaceResolver_LookupNamespace, (XmlAsyncCheckReaderWithNS * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x02331F30, String *, XmlAsyncCheckReaderWithNS_System_Xml_IXmlNamespaceResolver_LookupPrefix, (XmlAsyncCheckReaderWithNS * __this, String * namespaceName, MethodInfo * method)); DO_APP_FUNC(0x02331F90, void, XmlAsyncCheckReaderWithLineInfo__ctor, (XmlAsyncCheckReaderWithLineInfo * __this, XmlReader * reader, MethodInfo * method)); DO_APP_FUNC(0x02332090, bool, XmlAsyncCheckReaderWithLineInfo_HasLineInfo, (XmlAsyncCheckReaderWithLineInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x023320E0, int32_t, XmlAsyncCheckReaderWithLineInfo_get_LineNumber, (XmlAsyncCheckReaderWithLineInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02332130, int32_t, XmlAsyncCheckReaderWithLineInfo_get_LinePosition, (XmlAsyncCheckReaderWithLineInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02332180, void, XmlAsyncCheckReaderWithLineInfoNS__ctor, (XmlAsyncCheckReaderWithLineInfoNS * __this, XmlReader * reader, MethodInfo * method)); DO_APP_FUNC(0x02332280, IDictionary_2_System_String_System_String_ *, XmlAsyncCheckReaderWithLineInfoNS_System_Xml_IXmlNamespaceResolver_GetNamespacesInScope, (XmlAsyncCheckReaderWithLineInfoNS * __this, XmlNamespaceScope__Enum scope, MethodInfo * method)); DO_APP_FUNC(0x023322E0, String *, XmlAsyncCheckReaderWithLineInfoNS_System_Xml_IXmlNamespaceResolver_LookupNamespace, (XmlAsyncCheckReaderWithLineInfoNS * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x02332340, String *, XmlAsyncCheckReaderWithLineInfoNS_System_Xml_IXmlNamespaceResolver_LookupPrefix, (XmlAsyncCheckReaderWithLineInfoNS * __this, String * namespaceName, MethodInfo * method)); DO_APP_FUNC(0x023323A0, void, XmlAsyncCheckReaderWithLineInfoNSSchema__ctor, (XmlAsyncCheckReaderWithLineInfoNSSchema * __this, XmlReader * reader, MethodInfo * method)); DO_APP_FUNC(0x023324A0, XmlSchemaValidity__Enum, XmlAsyncCheckReaderWithLineInfoNSSchema_System_Xml_Schema_IXmlSchemaInfo_get_Validity, (XmlAsyncCheckReaderWithLineInfoNSSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x023324F0, bool, XmlAsyncCheckReaderWithLineInfoNSSchema_System_Xml_Schema_IXmlSchemaInfo_get_IsDefault, (XmlAsyncCheckReaderWithLineInfoNSSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x02332540, bool, XmlAsyncCheckReaderWithLineInfoNSSchema_System_Xml_Schema_IXmlSchemaInfo_get_IsNil, (XmlAsyncCheckReaderWithLineInfoNSSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x02332590, XmlSchemaSimpleType *, XmlAsyncCheckReaderWithLineInfoNSSchema_System_Xml_Schema_IXmlSchemaInfo_get_MemberType, (XmlAsyncCheckReaderWithLineInfoNSSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x023325E0, XmlSchemaType *, XmlAsyncCheckReaderWithLineInfoNSSchema_System_Xml_Schema_IXmlSchemaInfo_get_SchemaType, (XmlAsyncCheckReaderWithLineInfoNSSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x02332630, XmlSchemaElement *, XmlAsyncCheckReaderWithLineInfoNSSchema_System_Xml_Schema_IXmlSchemaInfo_get_SchemaElement, (XmlAsyncCheckReaderWithLineInfoNSSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x02332680, XmlSchemaAttribute *, XmlAsyncCheckReaderWithLineInfoNSSchema_System_Xml_Schema_IXmlSchemaInfo_get_SchemaAttribute, (XmlAsyncCheckReaderWithLineInfoNSSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x023326D0, void, XmlAsyncCheckWriter__ctor, (XmlAsyncCheckWriter * __this, XmlWriter * writer, MethodInfo * method)); DO_APP_FUNC(0x023327F0, void, XmlAsyncCheckWriter_CheckAsync, (XmlAsyncCheckWriter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68168, XmlAsyncCheckWriter_CheckAsync__MethodInfo); DO_APP_FUNC(0x023328C0, void, XmlAsyncCheckWriter_WriteStartDocument, (XmlAsyncCheckWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02332900, void, XmlAsyncCheckWriter_WriteStartDocument_1, (XmlAsyncCheckWriter * __this, bool standalone, MethodInfo * method)); DO_APP_FUNC(0x02332950, void, XmlAsyncCheckWriter_WriteEndDocument, (XmlAsyncCheckWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02332990, void, XmlAsyncCheckWriter_WriteDocType, (XmlAsyncCheckWriter * __this, String * name, String * pubid, String * sysid, String * subset, MethodInfo * method)); DO_APP_FUNC(0x02332A00, void, XmlAsyncCheckWriter_WriteStartElement, (XmlAsyncCheckWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x02332A70, void, XmlAsyncCheckWriter_WriteEndElement, (XmlAsyncCheckWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02332AB0, void, XmlAsyncCheckWriter_WriteFullEndElement, (XmlAsyncCheckWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02332AF0, void, XmlAsyncCheckWriter_WriteStartAttribute, (XmlAsyncCheckWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x02332B60, void, XmlAsyncCheckWriter_WriteEndAttribute, (XmlAsyncCheckWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02332BA0, void, XmlAsyncCheckWriter_WriteCData, (XmlAsyncCheckWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02332BF0, void, XmlAsyncCheckWriter_WriteComment, (XmlAsyncCheckWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02332C40, void, XmlAsyncCheckWriter_WriteProcessingInstruction, (XmlAsyncCheckWriter * __this, String * name, String * text, MethodInfo * method)); DO_APP_FUNC(0x02332CA0, void, XmlAsyncCheckWriter_WriteEntityRef, (XmlAsyncCheckWriter * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02332CF0, void, XmlAsyncCheckWriter_WriteCharEntity, (XmlAsyncCheckWriter * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x02332D40, void, XmlAsyncCheckWriter_WriteWhitespace, (XmlAsyncCheckWriter * __this, String * ws, MethodInfo * method)); DO_APP_FUNC(0x02332D90, void, XmlAsyncCheckWriter_WriteString, (XmlAsyncCheckWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02332DE0, void, XmlAsyncCheckWriter_WriteSurrogateCharEntity, (XmlAsyncCheckWriter * __this, uint16_t lowChar, uint16_t highChar, MethodInfo * method)); DO_APP_FUNC(0x02332E40, void, XmlAsyncCheckWriter_WriteChars, (XmlAsyncCheckWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02332EB0, void, XmlAsyncCheckWriter_WriteRaw, (XmlAsyncCheckWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02332F20, void, XmlAsyncCheckWriter_WriteRaw_1, (XmlAsyncCheckWriter * __this, String * data, MethodInfo * method)); DO_APP_FUNC(0x02332F70, void, XmlAsyncCheckWriter_WriteBase64, (XmlAsyncCheckWriter * __this, Byte__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02332FE0, void, XmlAsyncCheckWriter_WriteBinHex, (XmlAsyncCheckWriter * __this, Byte__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02333050, WriteState__Enum, XmlAsyncCheckWriter_get_WriteState, (XmlAsyncCheckWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02333090, void, XmlAsyncCheckWriter_Close, (XmlAsyncCheckWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x023330D0, void, XmlAsyncCheckWriter_Flush, (XmlAsyncCheckWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02333110, String *, XmlAsyncCheckWriter_LookupPrefix, (XmlAsyncCheckWriter * __this, String * ns, MethodInfo * method)); DO_APP_FUNC(0x02333160, void, XmlAsyncCheckWriter_WriteValue, (XmlAsyncCheckWriter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x023331B0, void, XmlAsyncCheckWriter_WriteValue_1, (XmlAsyncCheckWriter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02333200, void, XmlAsyncCheckWriter_WriteValue_2, (XmlAsyncCheckWriter * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02333250, void, XmlAsyncCheckWriter_WriteValue_3, (XmlAsyncCheckWriter * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x023332A0, void, XmlAsyncCheckWriter_WriteValue_4, (XmlAsyncCheckWriter * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x023332F0, void, XmlAsyncCheckWriter_WriteValue_5, (XmlAsyncCheckWriter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02333340, void, XmlAsyncCheckWriter_WriteValue_6, (XmlAsyncCheckWriter * __this, Decimal value, MethodInfo * method)); DO_APP_FUNC(0x02333390, void, XmlAsyncCheckWriter_WriteValue_7, (XmlAsyncCheckWriter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x023333E0, void, XmlAsyncCheckWriter_WriteValue_8, (XmlAsyncCheckWriter * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x02333430, void, XmlAsyncCheckWriter_Dispose, (XmlAsyncCheckWriter * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02333470, void, XmlAutoDetectWriter__ctor, (XmlAutoDetectWriter * __this, XmlWriterSettings * writerSettings, MethodInfo * method)); DO_APP_FUNC(0x02333720, void, XmlAutoDetectWriter__ctor_1, (XmlAutoDetectWriter * __this, TextWriter * textWriter, XmlWriterSettings * writerSettings, MethodInfo * method)); DO_APP_FUNC(0x023337A0, void, XmlAutoDetectWriter__ctor_2, (XmlAutoDetectWriter * __this, Stream * strm, XmlWriterSettings * writerSettings, MethodInfo * method)); DO_APP_FUNC(0x02333820, void, XmlAutoDetectWriter_WriteDocType, (XmlAutoDetectWriter * __this, String * name, String * pubid, String * sysid, String * subset, MethodInfo * method)); DO_APP_FUNC(0x023338A0, void, XmlAutoDetectWriter_WriteStartElement, (XmlAutoDetectWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x02333980, void, XmlAutoDetectWriter_WriteStartAttribute, (XmlAutoDetectWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x02333A00, void, XmlAutoDetectWriter_WriteEndAttribute, (XmlAutoDetectWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02333A30, void, XmlAutoDetectWriter_WriteCData, (XmlAutoDetectWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02333A80, void, XmlAutoDetectWriter_WriteComment, (XmlAutoDetectWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02333AC0, void, XmlAutoDetectWriter_WriteProcessingInstruction, (XmlAutoDetectWriter * __this, String * name, String * text, MethodInfo * method)); DO_APP_FUNC(0x02333B00, void, XmlAutoDetectWriter_WriteWhitespace, (XmlAutoDetectWriter * __this, String * ws, MethodInfo * method)); DO_APP_FUNC(0x02333B40, void, XmlAutoDetectWriter_WriteString, (XmlAutoDetectWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02333B90, void, XmlAutoDetectWriter_WriteChars, (XmlAutoDetectWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02333BD0, void, XmlAutoDetectWriter_WriteRaw, (XmlAutoDetectWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02333C10, void, XmlAutoDetectWriter_WriteRaw_1, (XmlAutoDetectWriter * __this, String * data, MethodInfo * method)); DO_APP_FUNC(0x02333C60, void, XmlAutoDetectWriter_WriteEntityRef, (XmlAutoDetectWriter * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02333CB0, void, XmlAutoDetectWriter_WriteCharEntity, (XmlAutoDetectWriter * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x02333D00, void, XmlAutoDetectWriter_WriteSurrogateCharEntity, (XmlAutoDetectWriter * __this, uint16_t lowChar, uint16_t highChar, MethodInfo * method)); DO_APP_FUNC(0x02333D60, void, XmlAutoDetectWriter_WriteBase64, (XmlAutoDetectWriter * __this, Byte__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02333DE0, void, XmlAutoDetectWriter_WriteBinHex, (XmlAutoDetectWriter * __this, Byte__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02333E60, void, XmlAutoDetectWriter_Close, (XmlAutoDetectWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02333EA0, void, XmlAutoDetectWriter_Flush, (XmlAutoDetectWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02333EE0, void, XmlAutoDetectWriter_WriteValue, (XmlAutoDetectWriter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02333F30, void, XmlAutoDetectWriter_WriteValue_1, (XmlAutoDetectWriter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02333F80, void, XmlAutoDetectWriter_WriteValue_2, (XmlAutoDetectWriter * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02333FD0, void, XmlAutoDetectWriter_WriteValue_3, (XmlAutoDetectWriter * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x02334020, void, XmlAutoDetectWriter_WriteValue_4, (XmlAutoDetectWriter * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x02334070, void, XmlAutoDetectWriter_WriteValue_5, (XmlAutoDetectWriter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x023340C0, void, XmlAutoDetectWriter_WriteValue_6, (XmlAutoDetectWriter * __this, Decimal value, MethodInfo * method)); DO_APP_FUNC(0x02334120, void, XmlAutoDetectWriter_WriteValue_7, (XmlAutoDetectWriter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02334170, void, XmlAutoDetectWriter_WriteValue_8, (XmlAutoDetectWriter * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x023341C0, void, XmlAutoDetectWriter_set_NamespaceResolver, (XmlAutoDetectWriter * __this, IXmlNamespaceResolver * value, MethodInfo * method)); DO_APP_FUNC(0x02334250, void, XmlAutoDetectWriter_WriteXmlDeclaration, (XmlAutoDetectWriter * __this, XmlStandalone__Enum standalone, MethodInfo * method)); DO_APP_FUNC(0x023342A0, void, XmlAutoDetectWriter_WriteXmlDeclaration_1, (XmlAutoDetectWriter * __this, String * xmldecl, MethodInfo * method)); DO_APP_FUNC(0x0232F020, void, XmlAutoDetectWriter_StartElementContent, (XmlAutoDetectWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x023342F0, void, XmlAutoDetectWriter_WriteEndElement, (XmlAutoDetectWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x02334320, void, XmlAutoDetectWriter_WriteFullEndElement, (XmlAutoDetectWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x02334350, void, XmlAutoDetectWriter_WriteNamespaceDeclaration, (XmlAutoDetectWriter * __this, String * prefix, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0232F0F0, bool, XmlAutoDetectWriter_get_SupportsNamespaceDeclarationInChunks, (XmlAutoDetectWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x023343B0, void, XmlAutoDetectWriter_WriteStartNamespaceDeclaration, (XmlAutoDetectWriter * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x0232F150, void, XmlAutoDetectWriter_WriteEndNamespaceDeclaration, (XmlAutoDetectWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02334400, bool, XmlAutoDetectWriter_IsHtmlTag, (String * tagName, MethodInfo * method)); DO_APP_FUNC(0x02334460, void, XmlAutoDetectWriter_EnsureWrappedWriter, (XmlAutoDetectWriter * __this, XmlOutputMethod__Enum outMethod, MethodInfo * method)); DO_APP_FUNC(0x02334470, bool, XmlAutoDetectWriter_TextBlockCreatesWriter, (XmlAutoDetectWriter * __this, String * textBlock, MethodInfo * method)); DO_APP_FUNC(0x02334520, void, XmlAutoDetectWriter_CreateWrappedWriter, (XmlAutoDetectWriter * __this, XmlOutputMethod__Enum outMethod, MethodInfo * method)); DO_APP_FUNC(0x02334880, void, XmlEncodedRawTextWriter__ctor, (XmlEncodedRawTextWriter * __this, XmlWriterSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x02334A10, void, XmlEncodedRawTextWriter__ctor_1, (XmlEncodedRawTextWriter * __this, TextWriter * writer, XmlWriterSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x02334BF0, void, XmlEncodedRawTextWriter__ctor_2, (XmlEncodedRawTextWriter * __this, Stream * stream, XmlWriterSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x02335190, void, XmlEncodedRawTextWriter_WriteXmlDeclaration, (XmlEncodedRawTextWriter * __this, XmlStandalone__Enum standalone, MethodInfo * method)); DO_APP_FUNC(0x023353C0, void, XmlEncodedRawTextWriter_WriteXmlDeclaration_1, (XmlEncodedRawTextWriter * __this, String * xmldecl, MethodInfo * method)); DO_APP_FUNC(0x02335430, void, XmlEncodedRawTextWriter_WriteDocType, (XmlEncodedRawTextWriter * __this, String * name, String * pubid, String * sysid, String * subset, MethodInfo * method)); DO_APP_FUNC(0x023356D0, void, XmlEncodedRawTextWriter_WriteStartElement, (XmlEncodedRawTextWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x023357B0, void, XmlEncodedRawTextWriter_StartElementContent, (XmlEncodedRawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x023357F0, void, XmlEncodedRawTextWriter_WriteEndElement, (XmlEncodedRawTextWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x02335970, void, XmlEncodedRawTextWriter_WriteFullEndElement, (XmlEncodedRawTextWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x02335A90, void, XmlEncodedRawTextWriter_WriteStartAttribute, (XmlEncodedRawTextWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x02335BB0, void, XmlEncodedRawTextWriter_WriteEndAttribute, (XmlEncodedRawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02335C10, void, XmlEncodedRawTextWriter_WriteNamespaceDeclaration, (XmlEncodedRawTextWriter * __this, String * prefix, String * namespaceName, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, XmlEncodedRawTextWriter_get_SupportsNamespaceDeclarationInChunks, (XmlEncodedRawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02335C70, void, XmlEncodedRawTextWriter_WriteStartNamespaceDeclaration, (XmlEncodedRawTextWriter * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x02335DD0, void, XmlEncodedRawTextWriter_WriteEndNamespaceDeclaration, (XmlEncodedRawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02335E30, void, XmlEncodedRawTextWriter_WriteCData, (XmlEncodedRawTextWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02336070, void, XmlEncodedRawTextWriter_WriteComment, (XmlEncodedRawTextWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x023361D0, void, XmlEncodedRawTextWriter_WriteProcessingInstruction, (XmlEncodedRawTextWriter * __this, String * name, String * text, MethodInfo * method)); DO_APP_FUNC(0x02336320, void, XmlEncodedRawTextWriter_WriteEntityRef, (XmlEncodedRawTextWriter * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x023363F0, void, XmlEncodedRawTextWriter_WriteCharEntity, (XmlEncodedRawTextWriter * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68150, XmlEncodedRawTextWriter_WriteCharEntity__MethodInfo); DO_APP_FUNC(0x02336670, void, XmlEncodedRawTextWriter_WriteWhitespace, (XmlEncodedRawTextWriter * __this, String * ws, MethodInfo * method)); DO_APP_FUNC(0x023366F0, void, XmlEncodedRawTextWriter_WriteString, (XmlEncodedRawTextWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02336770, void, XmlEncodedRawTextWriter_WriteSurrogateCharEntity, (XmlEncodedRawTextWriter * __this, uint16_t lowChar, uint16_t highChar, MethodInfo * method)); DO_APP_FUNC(0x0232AE30, void, XmlEncodedRawTextWriter_WriteChars, (XmlEncodedRawTextWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02336970, void, XmlEncodedRawTextWriter_WriteRaw, (XmlEncodedRawTextWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x023302B0, void, XmlEncodedRawTextWriter_WriteRaw_1, (XmlEncodedRawTextWriter * __this, String * data, MethodInfo * method)); DO_APP_FUNC(0x02336A00, void, XmlEncodedRawTextWriter_Close, (XmlEncodedRawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02336D80, void, XmlEncodedRawTextWriter_Flush, (XmlEncodedRawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02336E00, void, XmlEncodedRawTextWriter_FlushBuffer, (XmlEncodedRawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02337370, void, XmlEncodedRawTextWriter_EncodeChars, (XmlEncodedRawTextWriter * __this, int32_t startOffset, int32_t endOffset, bool writeAllToStream, MethodInfo * method)); DO_APP_FUNC(0x023374F0, void, XmlEncodedRawTextWriter_FlushEncoder, (XmlEncodedRawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x023375C0, void, XmlEncodedRawTextWriter_WriteAttributeTextBlock, (XmlEncodedRawTextWriter * __this, uint16_t * pSrc, uint16_t * pSrcEnd, MethodInfo * method)); DO_APP_FUNC(0x023378C0, void, XmlEncodedRawTextWriter_WriteElementTextBlock, (XmlEncodedRawTextWriter * __this, uint16_t * pSrc, uint16_t * pSrcEnd, MethodInfo * method)); DO_APP_FUNC(0x02337BF0, void, XmlEncodedRawTextWriter_RawText, (XmlEncodedRawTextWriter * __this, String * s, MethodInfo * method)); DO_APP_FUNC(0x02337C20, void, XmlEncodedRawTextWriter_RawText_1, (XmlEncodedRawTextWriter * __this, uint16_t * pSrcBegin, uint16_t * pSrcEnd, MethodInfo * method)); DO_APP_FUNC(0x02337DC0, void, XmlEncodedRawTextWriter_WriteRawWithCharChecking, (XmlEncodedRawTextWriter * __this, uint16_t * pSrcBegin, uint16_t * pSrcEnd, MethodInfo * method)); DO_APP_FUNC(0x02338050, void, XmlEncodedRawTextWriter_WriteCommentOrPi, (XmlEncodedRawTextWriter * __this, String * text, int32_t stopChar, MethodInfo * method)); DO_APP_FUNC(0x023383E0, void, XmlEncodedRawTextWriter_WriteCDataSection, (XmlEncodedRawTextWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02338750, uint16_t *, XmlEncodedRawTextWriter_EncodeSurrogate, (uint16_t * pSrc, uint16_t * pSrcEnd, uint16_t * pDst, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68140, XmlEncodedRawTextWriter_EncodeSurrogate__MethodInfo); DO_APP_FUNC(0x023388D0, uint16_t *, XmlEncodedRawTextWriter_InvalidXmlChar, (XmlEncodedRawTextWriter * __this, int32_t ch, uint16_t * pDst, bool entitize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C680D8, XmlEncodedRawTextWriter_InvalidXmlChar__MethodInfo); DO_APP_FUNC(0x02338A80, void, XmlEncodedRawTextWriter_EncodeChar, (XmlEncodedRawTextWriter * __this, uint16_t * * pSrc, uint16_t * pSrcEnd, uint16_t * * pDst, MethodInfo * method)); DO_APP_FUNC(0x02338B60, void, XmlEncodedRawTextWriter_ChangeTextContentMark, (XmlEncodedRawTextWriter * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02338BE0, void, XmlEncodedRawTextWriter_GrowTextContentMarks, (XmlEncodedRawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02338D90, uint16_t *, XmlEncodedRawTextWriter_WriteNewLine, (XmlEncodedRawTextWriter * __this, uint16_t * pDst, MethodInfo * method)); DO_APP_FUNC(0x02338E10, uint16_t *, XmlEncodedRawTextWriter_LtEntity, (uint16_t * pDst, MethodInfo * method)); DO_APP_FUNC(0x02338E30, uint16_t *, XmlEncodedRawTextWriter_GtEntity, (uint16_t * pDst, MethodInfo * method)); DO_APP_FUNC(0x02338E50, uint16_t *, XmlEncodedRawTextWriter_AmpEntity, (uint16_t * pDst, MethodInfo * method)); DO_APP_FUNC(0x02338E70, uint16_t *, XmlEncodedRawTextWriter_QuoteEntity, (uint16_t * pDst, MethodInfo * method)); DO_APP_FUNC(0x02338E90, uint16_t *, XmlEncodedRawTextWriter_TabEntity, (uint16_t * pDst, MethodInfo * method)); DO_APP_FUNC(0x02338EB0, uint16_t *, XmlEncodedRawTextWriter_LineFeedEntity, (uint16_t * pDst, MethodInfo * method)); DO_APP_FUNC(0x02338ED0, uint16_t *, XmlEncodedRawTextWriter_CarriageReturnEntity, (uint16_t * pDst, MethodInfo * method)); DO_APP_FUNC(0x02338EF0, uint16_t *, XmlEncodedRawTextWriter_CharEntity, (uint16_t * pDst, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x02339040, uint16_t *, XmlEncodedRawTextWriter_RawStartCData, (uint16_t * pDst, MethodInfo * method)); DO_APP_FUNC(0x02339070, uint16_t *, XmlEncodedRawTextWriter_RawEndCData, (uint16_t * pDst, MethodInfo * method)); DO_APP_FUNC(0x02339090, void, XmlEncodedRawTextWriter_ValidateContentChars, (XmlEncodedRawTextWriter * __this, String * chars, String * propertyName, bool allowOnlyWhitespace, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C680D0, XmlEncodedRawTextWriter_ValidateContentChars__MethodInfo); DO_APP_FUNC(0x023394B0, void, XmlEncodedRawTextWriterIndent__ctor, (XmlEncodedRawTextWriterIndent * __this, TextWriter * writer, XmlWriterSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x023394E0, void, XmlEncodedRawTextWriterIndent__ctor_1, (XmlEncodedRawTextWriterIndent * __this, Stream * stream, XmlWriterSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x02339510, void, XmlEncodedRawTextWriterIndent_WriteDocType, (XmlEncodedRawTextWriterIndent * __this, String * name, String * pubid, String * sysid, String * subset, MethodInfo * method)); DO_APP_FUNC(0x02339580, void, XmlEncodedRawTextWriterIndent_WriteStartElement, (XmlEncodedRawTextWriterIndent * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x023396D0, void, XmlEncodedRawTextWriterIndent_StartElementContent, (XmlEncodedRawTextWriterIndent * __this, MethodInfo * method)); DO_APP_FUNC(0x009D23B0, void, XmlEncodedRawTextWriterIndent_OnRootElement, (XmlEncodedRawTextWriterIndent * __this, ConformanceLevel__Enum currentConformanceLevel, MethodInfo * method)); DO_APP_FUNC(0x02339740, void, XmlEncodedRawTextWriterIndent_WriteEndElement, (XmlEncodedRawTextWriterIndent * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x02339810, void, XmlEncodedRawTextWriterIndent_WriteFullEndElement, (XmlEncodedRawTextWriterIndent * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x023398E0, void, XmlEncodedRawTextWriterIndent_WriteStartAttribute, (XmlEncodedRawTextWriterIndent * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x02339940, void, XmlEncodedRawTextWriterIndent_WriteCData, (XmlEncodedRawTextWriterIndent * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02339950, void, XmlEncodedRawTextWriterIndent_WriteComment, (XmlEncodedRawTextWriterIndent * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02339990, void, XmlEncodedRawTextWriterIndent_WriteProcessingInstruction, (XmlEncodedRawTextWriterIndent * __this, String * target, String * text, MethodInfo * method)); DO_APP_FUNC(0x023399E0, void, XmlEncodedRawTextWriterIndent_WriteEntityRef, (XmlEncodedRawTextWriterIndent * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02339AB0, void, XmlEncodedRawTextWriterIndent_WriteCharEntity, (XmlEncodedRawTextWriterIndent * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x02339AC0, void, XmlEncodedRawTextWriterIndent_WriteSurrogateCharEntity, (XmlEncodedRawTextWriterIndent * __this, uint16_t lowChar, uint16_t highChar, MethodInfo * method)); DO_APP_FUNC(0x02339AD0, void, XmlEncodedRawTextWriterIndent_WriteWhitespace, (XmlEncodedRawTextWriterIndent * __this, String * ws, MethodInfo * method)); DO_APP_FUNC(0x02339B50, void, XmlEncodedRawTextWriterIndent_WriteString, (XmlEncodedRawTextWriterIndent * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02339BD0, void, XmlEncodedRawTextWriterIndent_WriteChars, (XmlEncodedRawTextWriterIndent * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02339C70, void, XmlEncodedRawTextWriterIndent_WriteRaw, (XmlEncodedRawTextWriterIndent * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02339D00, void, XmlEncodedRawTextWriterIndent_WriteRaw_1, (XmlEncodedRawTextWriterIndent * __this, String * data, MethodInfo * method)); DO_APP_FUNC(0x02339D70, void, XmlEncodedRawTextWriterIndent_WriteBase64, (XmlEncodedRawTextWriterIndent * __this, Byte__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02339D90, void, XmlEncodedRawTextWriterIndent_Init, (XmlEncodedRawTextWriterIndent * __this, XmlWriterSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x02339F70, void, XmlEncodedRawTextWriterIndent_WriteIndent, (XmlEncodedRawTextWriterIndent * __this, MethodInfo * method)); DO_APP_FUNC(0x02339FF0, void, XmlEventCache__ctor, (XmlEventCache * __this, String * baseUri, bool hasRootNode, MethodInfo * method)); DO_APP_FUNC(0x0233A050, void, XmlEventCache_EndEvents, (XmlEventCache * __this, MethodInfo * method)); DO_APP_FUNC(0x0233A0A0, void, XmlEventCache_EventsToWriter, (XmlEventCache * __this, XmlWriter * writer, MethodInfo * method)); DO_APP_FUNC(0x0233AB70, void, XmlEventCache_WriteDocType, (XmlEventCache * __this, String * name, String * pubid, String * sysid, String * subset, MethodInfo * method)); DO_APP_FUNC(0x0233AC00, void, XmlEventCache_WriteStartElement, (XmlEventCache * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0233AC90, void, XmlEventCache_WriteStartAttribute, (XmlEventCache * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0233AD20, void, XmlEventCache_WriteEndAttribute, (XmlEventCache * __this, MethodInfo * method)); DO_APP_FUNC(0x0233AD60, void, XmlEventCache_WriteCData, (XmlEventCache * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x0233AD70, void, XmlEventCache_WriteComment, (XmlEventCache * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x0233AD80, void, XmlEventCache_WriteProcessingInstruction, (XmlEventCache * __this, String * name, String * text, MethodInfo * method)); DO_APP_FUNC(0x0233ADB0, void, XmlEventCache_WriteWhitespace, (XmlEventCache * __this, String * ws, MethodInfo * method)); DO_APP_FUNC(0x0233ADC0, void, XmlEventCache_WriteString, (XmlEventCache * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02333B90, void, XmlEventCache_WriteChars, (XmlEventCache * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02333BD0, void, XmlEventCache_WriteRaw, (XmlEventCache * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0233ADF0, void, XmlEventCache_WriteRaw_1, (XmlEventCache * __this, String * data, MethodInfo * method)); DO_APP_FUNC(0x0233AE00, void, XmlEventCache_WriteEntityRef, (XmlEventCache * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0233AE10, void, XmlEventCache_WriteCharEntity, (XmlEventCache * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x0233AE80, void, XmlEventCache_WriteSurrogateCharEntity, (XmlEventCache * __this, uint16_t lowChar, uint16_t highChar, MethodInfo * method)); DO_APP_FUNC(0x0233AF20, void, XmlEventCache_WriteBase64, (XmlEventCache * __this, Byte__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0233AF60, void, XmlEventCache_WriteBinHex, (XmlEventCache * __this, Byte__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0233AFA0, void, XmlEventCache_Close, (XmlEventCache * __this, MethodInfo * method)); DO_APP_FUNC(0x0233AFE0, void, XmlEventCache_Flush, (XmlEventCache * __this, MethodInfo * method)); DO_APP_FUNC(0x0233B020, void, XmlEventCache_WriteValue, (XmlEventCache * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0233B0C0, void, XmlEventCache_WriteValue_1, (XmlEventCache * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0233B0E0, void, XmlEventCache_Dispose, (XmlEventCache * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x0233B1F0, void, XmlEventCache_WriteXmlDeclaration, (XmlEventCache * __this, XmlStandalone__Enum standalone, MethodInfo * method)); DO_APP_FUNC(0x0233B260, void, XmlEventCache_WriteXmlDeclaration_1, (XmlEventCache * __this, String * xmldecl, MethodInfo * method)); DO_APP_FUNC(0x0233B270, void, XmlEventCache_StartElementContent, (XmlEventCache * __this, MethodInfo * method)); DO_APP_FUNC(0x0233B2B0, void, XmlEventCache_WriteEndElement, (XmlEventCache * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0233B340, void, XmlEventCache_WriteFullEndElement, (XmlEventCache * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0233B3D0, void, XmlEventCache_WriteNamespaceDeclaration, (XmlEventCache * __this, String * prefix, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0233B400, void, XmlEventCache_WriteEndBase64, (XmlEventCache * __this, MethodInfo * method)); DO_APP_FUNC(0x0233B440, void, XmlEventCache_AddEvent, (XmlEventCache * __this, XmlEventCache_XmlEventType__Enum eventType, MethodInfo * method)); DO_APP_FUNC(0x0233B490, void, XmlEventCache_AddEvent_1, (XmlEventCache * __this, XmlEventCache_XmlEventType__Enum eventType, String * s1, MethodInfo * method)); DO_APP_FUNC(0x0233B540, void, XmlEventCache_AddEvent_2, (XmlEventCache * __this, XmlEventCache_XmlEventType__Enum eventType, String * s1, String * s2, MethodInfo * method)); DO_APP_FUNC(0x0233B5C0, void, XmlEventCache_AddEvent_3, (XmlEventCache * __this, XmlEventCache_XmlEventType__Enum eventType, String * s1, String * s2, String * s3, MethodInfo * method)); DO_APP_FUNC(0x0233B640, void, XmlEventCache_AddEvent_4, (XmlEventCache * __this, XmlEventCache_XmlEventType__Enum eventType, String * s1, String * s2, String * s3, Object * o, MethodInfo * method)); DO_APP_FUNC(0x0233B6C0, void, XmlEventCache_AddEvent_5, (XmlEventCache * __this, XmlEventCache_XmlEventType__Enum eventType, Object * o, MethodInfo * method)); DO_APP_FUNC(0x0233B770, int32_t, XmlEventCache_NewEvent, (XmlEventCache * __this, MethodInfo * method)); DO_APP_FUNC(0x0233BA40, Byte__Array *, XmlEventCache_ToBytes, (Byte__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, XmlEventCache_XmlEvent_InitEvent, (XmlEventCache_XmlEvent * __this, XmlEventCache_XmlEventType__Enum eventType, MethodInfo * method)); DO_APP_FUNC(0x011A23D0, void, XmlEventCache_XmlEvent_InitEvent_1, (XmlEventCache_XmlEvent * __this, XmlEventCache_XmlEventType__Enum eventType, String * s1, MethodInfo * method)); DO_APP_FUNC(0x02410E80, void, XmlEventCache_XmlEvent_InitEvent_2, (XmlEventCache_XmlEvent * __this, XmlEventCache_XmlEventType__Enum eventType, String * s1, String * s2, MethodInfo * method)); DO_APP_FUNC(0x02410F30, void, XmlEventCache_XmlEvent_InitEvent_3, (XmlEventCache_XmlEvent * __this, XmlEventCache_XmlEventType__Enum eventType, String * s1, String * s2, String * s3, MethodInfo * method)); DO_APP_FUNC(0x02411030, void, XmlEventCache_XmlEvent_InitEvent_4, (XmlEventCache_XmlEvent * __this, XmlEventCache_XmlEventType__Enum eventType, String * s1, String * s2, String * s3, Object * o, MethodInfo * method)); DO_APP_FUNC(0x02411180, void, XmlEventCache_XmlEvent_InitEvent_5, (XmlEventCache_XmlEvent * __this, XmlEventCache_XmlEventType__Enum eventType, Object * o, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, XmlEventCache_XmlEventType__Enum, XmlEventCache_XmlEvent_get_EventType, (XmlEventCache_XmlEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, String *, XmlEventCache_XmlEvent_get_String1, (XmlEventCache_XmlEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, XmlEventCache_XmlEvent_get_String2, (XmlEventCache_XmlEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, XmlEventCache_XmlEvent_get_String3, (XmlEventCache_XmlEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Object *, XmlEventCache_XmlEvent_get_Object, (XmlEventCache_XmlEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x024111E0, void, XmlParserContext__ctor, (XmlParserContext * __this, XmlNameTable * nt, XmlNamespaceManager * nsMgr, String * docTypeName, String * pubId, String * sysId, String * internalSubset, String * baseURI, String * xmlLang, XmlSpace__Enum xmlSpace, MethodInfo * method)); DO_APP_FUNC(0x02411250, void, XmlParserContext__ctor_1, (XmlParserContext * __this, XmlNameTable * nt, XmlNamespaceManager * nsMgr, String * docTypeName, String * pubId, String * sysId, String * internalSubset, String * baseURI, String * xmlLang, XmlSpace__Enum xmlSpace, Encoding * enc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C785F0, XmlParserContext__ctor_1__MethodInfo); DO_APP_FUNC(0x003B93C0, XmlNameTable *, XmlParserContext_get_NameTable, (XmlParserContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, XmlNamespaceManager *, XmlParserContext_get_NamespaceManager, (XmlParserContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, XmlParserContext_get_DocTypeName, (XmlParserContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, XmlParserContext_get_PublicId, (XmlParserContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, XmlParserContext_get_SystemId, (XmlParserContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, XmlParserContext_get_BaseURI, (XmlParserContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, XmlParserContext_get_InternalSubset, (XmlParserContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, String *, XmlParserContext_get_XmlLang, (XmlParserContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5400, XmlSpace__Enum, XmlParserContext_get_XmlSpace, (XmlParserContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, Encoding *, XmlParserContext_get_Encoding, (XmlParserContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02411980, bool, XmlParserContext_get_HasDtdInfo, (XmlParserContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02411AC0, void, XmlRawWriter_WriteStartDocument, (XmlRawWriter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C785C8, XmlRawWriter_WriteStartDocument__MethodInfo); DO_APP_FUNC(0x02411B30, void, XmlRawWriter_WriteStartDocument_1, (XmlRawWriter * __this, bool standalone, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C785D0, XmlRawWriter_WriteStartDocument_1__MethodInfo); DO_APP_FUNC(0x02411BA0, void, XmlRawWriter_WriteEndDocument, (XmlRawWriter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C785D8, XmlRawWriter_WriteEndDocument__MethodInfo); DO_APP_FUNC(0x003AC050, void, XmlRawWriter_WriteDocType, (XmlRawWriter * __this, String * name, String * pubid, String * sysid, String * subset, MethodInfo * method)); DO_APP_FUNC(0x02411C10, void, XmlRawWriter_WriteEndElement, (XmlRawWriter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C785E0, XmlRawWriter_WriteEndElement__MethodInfo); DO_APP_FUNC(0x02411C80, void, XmlRawWriter_WriteFullEndElement, (XmlRawWriter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C785B8, XmlRawWriter_WriteFullEndElement__MethodInfo); DO_APP_FUNC(0x02411CF0, void, XmlRawWriter_WriteBase64, (XmlRawWriter * __this, Byte__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02411E50, String *, XmlRawWriter_LookupPrefix, (XmlRawWriter * __this, String * ns, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C785A8, XmlRawWriter_LookupPrefix__MethodInfo); DO_APP_FUNC(0x02411EC0, WriteState__Enum, XmlRawWriter_get_WriteState, (XmlRawWriter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C785B0, XmlRawWriter_get_WriteState__MethodInfo); DO_APP_FUNC(0x0233B0C0, void, XmlRawWriter_WriteCData, (XmlRawWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02411F30, void, XmlRawWriter_WriteCharEntity, (XmlRawWriter * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x02411FC0, void, XmlRawWriter_WriteSurrogateCharEntity, (XmlRawWriter * __this, uint16_t lowChar, uint16_t highChar, MethodInfo * method)); DO_APP_FUNC(0x0233B0C0, void, XmlRawWriter_WriteWhitespace, (XmlRawWriter * __this, String * ws, MethodInfo * method)); DO_APP_FUNC(0x02333B90, void, XmlRawWriter_WriteChars, (XmlRawWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02333B90, void, XmlRawWriter_WriteRaw, (XmlRawWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0233B0C0, void, XmlRawWriter_WriteRaw_1, (XmlRawWriter * __this, String * data, MethodInfo * method)); DO_APP_FUNC(0x02412070, void, XmlRawWriter_WriteValue, (XmlRawWriter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78540, XmlRawWriter_WriteValue__MethodInfo); DO_APP_FUNC(0x0233B0C0, void, XmlRawWriter_WriteValue_1, (XmlRawWriter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, XmlRawWriter_set_NamespaceResolver, (XmlRawWriter * __this, IXmlNamespaceResolver * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlRawWriter_WriteXmlDeclaration, (XmlRawWriter * __this, XmlStandalone__Enum standalone, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlRawWriter_WriteXmlDeclaration_1, (XmlRawWriter * __this, String * xmldecl, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlRawWriter_OnRootElement, (XmlRawWriter * __this, ConformanceLevel__Enum conformanceLevel, MethodInfo * method)); DO_APP_FUNC(0x02412170, void, XmlRawWriter_WriteFullEndElement_1, (XmlRawWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, XmlRawWriter_get_SupportsNamespaceDeclarationInChunks, (XmlRawWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02412190, void, XmlRawWriter_WriteStartNamespaceDeclaration, (XmlRawWriter * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78548, XmlRawWriter_WriteStartNamespaceDeclaration__MethodInfo); DO_APP_FUNC(0x024121E0, void, XmlRawWriter_WriteEndNamespaceDeclaration, (XmlRawWriter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78550, XmlRawWriter_WriteEndNamespaceDeclaration__MethodInfo); DO_APP_FUNC(0x02412230, void, XmlRawWriter_WriteEndBase64, (XmlRawWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02412250, void, XmlRawWriter_Close, (XmlRawWriter * __this, WriteState__Enum currentState, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlRawWriter__ctor, (XmlRawWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, XmlReaderSettings *, XmlReader_get_Settings, (XmlReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02412270, String *, XmlReader_get_Name, (XmlReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02412380, bool, XmlReader_get_HasValue, (XmlReader * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, XmlReader_get_IsDefault, (XmlReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024123F0, IXmlSchemaInfo *, XmlReader_get_SchemaInfo, (XmlReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02412430, String *, XmlReader_ReadContentAsString, (XmlReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78530, XmlReader_ReadContentAsString__MethodInfo); DO_APP_FUNC(0x024124F0, void, XmlReader_MoveToAttribute, (XmlReader * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78538, XmlReader_MoveToAttribute__MethodInfo); DO_APP_FUNC(0x003AC050, void, XmlReader_Close, (XmlReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024125D0, void, XmlReader_Skip, (XmlReader * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, XmlReader_get_CanResolveEntity, (XmlReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024126E0, String *, XmlReader_ReadString, (XmlReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78590, XmlReader_ReadString__MethodInfo); DO_APP_FUNC(0x02412940, XmlNodeType__Enum, XmlReader_MoveToContent, (XmlReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024129E0, void, XmlReader_ReadStartElement, (XmlReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78598, XmlReader_ReadStartElement__MethodInfo); DO_APP_FUNC(0x02412AF0, void, XmlReader_ReadStartElement_1, (XmlReader * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78580, XmlReader_ReadStartElement_1__MethodInfo); DO_APP_FUNC(0x02412CD0, String *, XmlReader_ReadElementString, (XmlReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78568, XmlReader_ReadElementString__MethodInfo); DO_APP_FUNC(0x02412FB0, void, XmlReader_ReadEndElement, (XmlReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78560, XmlReader_ReadEndElement__MethodInfo); DO_APP_FUNC(0x024130C0, bool, XmlReader_IsStartElement, (XmlReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024130F0, bool, XmlReader_IsStartElement_1, (XmlReader * __this, String * localname, String * ns, MethodInfo * method)); DO_APP_FUNC(0x024131F0, void, XmlReader_Dispose, (XmlReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02413210, void, XmlReader_Dispose_1, (XmlReader * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, XmlNamespaceManager *, XmlReader_get_NamespaceManager, (XmlReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02413250, bool, XmlReader_IsTextualNode, (XmlNodeType__Enum nodeType, MethodInfo * method)); DO_APP_FUNC(0x024132C0, bool, XmlReader_CanReadContentAs, (XmlNodeType__Enum nodeType, MethodInfo * method)); DO_APP_FUNC(0x02413330, bool, XmlReader_HasValueInternal, (XmlNodeType__Enum nodeType, MethodInfo * method)); DO_APP_FUNC(0x024133A0, bool, XmlReader_SkipSubtree, (XmlReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02413490, Exception *, XmlReader_CreateReadContentAsException, (XmlReader * __this, String * methodName, MethodInfo * method)); DO_APP_FUNC(0x02413540, bool, XmlReader_CanReadContentAs_1, (XmlReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024135B0, Exception *, XmlReader_CreateReadContentAsException_1, (String * methodName, XmlNodeType__Enum nodeType, IXmlLineInfo * lineInfo, MethodInfo * method)); DO_APP_FUNC(0x02413770, String *, XmlReader_AddLineInfo, (String * message, IXmlLineInfo * lineInfo, MethodInfo * method)); DO_APP_FUNC(0x02413950, String *, XmlReader_InternalReadContentAsString, (XmlReader * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IDtdInfo *, XmlReader_get_DtdInfo, (XmlReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02413B70, XmlReader *, XmlReader_Create, (Stream * input, XmlReaderSettings * settings, String * baseUri, MethodInfo * method)); DO_APP_FUNC(0x02413D40, XmlReader *, XmlReader_Create_1, (TextReader * input, MethodInfo * method)); DO_APP_FUNC(0x02413DC0, XmlReader *, XmlReader_Create_2, (TextReader * input, XmlReaderSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x02413FA0, XmlReader *, XmlReader_Create_3, (TextReader * input, XmlReaderSettings * settings, String * baseUri, MethodInfo * method)); DO_APP_FUNC(0x02414130, int32_t, XmlReader_CalcBufferSize, (Stream * input, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78518, XmlReader_CalcBufferSize__MethodInfo); DO_APP_FUNC(0x003AC050, void, XmlReader__ctor, (XmlReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024141D0, void, XmlReader__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02414240, void, XmlReaderSettings__ctor, (XmlReaderSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, XmlReaderSettings_get_Async, (XmlReaderSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x024143E0, void, XmlReaderSettings_set_Async, (XmlReaderSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, XmlNameTable *, XmlReaderSettings_get_NameTable, (XmlReaderSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02414440, void, XmlReaderSettings_set_NameTable, (XmlReaderSettings * __this, XmlNameTable * value, MethodInfo * method)); DO_APP_FUNC(0x01CBAC60, bool, XmlReaderSettings_get_IsXmlResolverSet, (XmlReaderSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBAC70, void, XmlReaderSettings_set_IsXmlResolverSet, (XmlReaderSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x024144E0, void, XmlReaderSettings_set_XmlResolver, (XmlReaderSettings * __this, XmlResolver * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, XmlResolver *, XmlReaderSettings_GetXmlResolver, (XmlReaderSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02414580, XmlResolver *, XmlReaderSettings_GetXmlResolver_CheckConfig, (XmlReaderSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, XmlReaderSettings_get_LineNumberOffset, (XmlReaderSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02414590, void, XmlReaderSettings_set_LineNumberOffset, (XmlReaderSettings * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, int32_t, XmlReaderSettings_get_LinePositionOffset, (XmlReaderSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x024145E0, void, XmlReaderSettings_set_LinePositionOffset, (XmlReaderSettings * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C5300, ConformanceLevel__Enum, XmlReaderSettings_get_ConformanceLevel, (XmlReaderSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02414630, void, XmlReaderSettings_set_ConformanceLevel, (XmlReaderSettings * __this, ConformanceLevel__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78490, XmlReaderSettings_set_ConformanceLevel__MethodInfo); DO_APP_FUNC(0x006113E0, bool, XmlReaderSettings_get_CheckCharacters, (XmlReaderSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x024146E0, void, XmlReaderSettings_set_CheckCharacters, (XmlReaderSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, int64_t, XmlReaderSettings_get_MaxCharactersInDocument, (XmlReaderSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02414740, void, XmlReaderSettings_set_MaxCharactersInDocument, (XmlReaderSettings * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C784E0, XmlReaderSettings_set_MaxCharactersInDocument__MethodInfo); DO_APP_FUNC(0x003C5390, int64_t, XmlReaderSettings_get_MaxCharactersFromEntities, (XmlReaderSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x024147F0, void, XmlReaderSettings_set_MaxCharactersFromEntities, (XmlReaderSettings * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C784E8, XmlReaderSettings_set_MaxCharactersFromEntities__MethodInfo); DO_APP_FUNC(0x00434A10, bool, XmlReaderSettings_get_IgnoreWhitespace, (XmlReaderSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x024148A0, void, XmlReaderSettings_set_IgnoreWhitespace, (XmlReaderSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x004305B0, bool, XmlReaderSettings_get_IgnoreProcessingInstructions, (XmlReaderSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02414900, void, XmlReaderSettings_set_IgnoreProcessingInstructions, (XmlReaderSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0060FBA0, bool, XmlReaderSettings_get_IgnoreComments, (XmlReaderSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02414960, void, XmlReaderSettings_set_IgnoreComments, (XmlReaderSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00A528F0, DtdProcessing__Enum, XmlReaderSettings_get_DtdProcessing, (XmlReaderSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x024149C0, void, XmlReaderSettings_set_DtdProcessing, (XmlReaderSettings * __this, DtdProcessing__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C783E0, XmlReaderSettings_set_DtdProcessing__MethodInfo); DO_APP_FUNC(0x00C7C380, bool, XmlReaderSettings_get_CloseInput, (XmlReaderSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02414A70, void, XmlReaderSettings_set_CloseInput, (XmlReaderSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0111DD10, ValidationType__Enum, XmlReaderSettings_get_ValidationType, (XmlReaderSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02414AD0, void, XmlReaderSettings_set_ValidationType, (XmlReaderSettings * __this, ValidationType__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C783D8, XmlReaderSettings_set_ValidationType__MethodInfo); DO_APP_FUNC(0x01D80210, XmlSchemaValidationFlags__Enum, XmlReaderSettings_get_ValidationFlags, (XmlReaderSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02414B80, void, XmlReaderSettings_set_ValidationFlags, (XmlReaderSettings * __this, XmlSchemaValidationFlags__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C783B8, XmlReaderSettings_set_ValidationFlags__MethodInfo); DO_APP_FUNC(0x02414C30, XmlSchemaSet *, XmlReaderSettings_get_Schemas, (XmlReaderSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02414CF0, void, XmlReaderSettings_set_Schemas, (XmlReaderSettings * __this, XmlSchemaSet * value, MethodInfo * method)); DO_APP_FUNC(0x02414D90, XmlReaderSettings *, XmlReaderSettings_Clone, (XmlReaderSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, ValidationEventHandler *, XmlReaderSettings_GetEventHandler, (XmlReaderSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02414DF0, XmlReader *, XmlReaderSettings_CreateReader, (XmlReaderSettings * __this, Stream * input, Uri * baseUri, String * baseUriString, XmlParserContext * inputContext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78460, XmlReaderSettings_CreateReader__MethodInfo); DO_APP_FUNC(0x02414FA0, XmlReader *, XmlReaderSettings_CreateReader_1, (XmlReaderSettings * __this, TextReader * input, String * baseUriString, XmlParserContext * inputContext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78428, XmlReaderSettings_CreateReader_1__MethodInfo); DO_APP_FUNC(0x01CBAC50, void, XmlReaderSettings_set_ReadOnly, (XmlReaderSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x024150F0, void, XmlReaderSettings_CheckReadOnly, (XmlReaderSettings * __this, String * propertyName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78438, XmlReaderSettings_CheckReadOnly__MethodInfo); DO_APP_FUNC(0x02414240, void, XmlReaderSettings_Initialize, (XmlReaderSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x024151B0, void, XmlReaderSettings_Initialize_1, (XmlReaderSettings * __this, XmlResolver * resolver, MethodInfo * method)); DO_APP_FUNC(0x02415350, XmlResolver *, XmlReaderSettings_CreateDefaultResolver, (MethodInfo * method)); DO_APP_FUNC(0x024153A0, XmlReader *, XmlReaderSettings_AddValidation, (XmlReaderSettings * __this, XmlReader * reader, MethodInfo * method)); DO_APP_FUNC(0x024154E0, XmlValidatingReaderImpl *, XmlReaderSettings_CreateDtdValidatingReader, (XmlReaderSettings * __this, XmlReader * baseReader, MethodInfo * method)); DO_APP_FUNC(0x02415580, bool, XmlReaderSettings_EnableLegacyXmlSettings, (MethodInfo * method)); DO_APP_FUNC(0x02415630, void, XmlTextEncoder__ctor, (XmlTextEncoder * __this, TextWriter * textWriter, MethodInfo * method)); DO_APP_FUNC(0x02236C10, void, XmlTextEncoder_set_QuoteChar, (XmlTextEncoder * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x02415710, void, XmlTextEncoder_StartAttribute, (XmlTextEncoder * __this, bool cacheAttrValue, MethodInfo * method)); DO_APP_FUNC(0x024157F0, void, XmlTextEncoder_EndAttribute, (XmlTextEncoder * __this, MethodInfo * method)); DO_APP_FUNC(0x02415830, String *, XmlTextEncoder_get_AttributeValue, (XmlTextEncoder * __this, MethodInfo * method)); DO_APP_FUNC(0x024158A0, void, XmlTextEncoder_WriteSurrogateChar, (XmlTextEncoder * __this, uint16_t lowChar, uint16_t highChar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78368, XmlTextEncoder_WriteSurrogateChar__MethodInfo); DO_APP_FUNC(0x02415960, void, XmlTextEncoder_Write, (XmlTextEncoder * __this, Char__Array * array, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78380, XmlTextEncoder_Write__MethodInfo); DO_APP_FUNC(0x02415ED0, void, XmlTextEncoder_WriteSurrogateCharEntity, (XmlTextEncoder * __this, uint16_t lowChar, uint16_t highChar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78318, XmlTextEncoder_WriteSurrogateCharEntity__MethodInfo); DO_APP_FUNC(0x02416110, void, XmlTextEncoder_Write_1, (XmlTextEncoder * __this, String * text, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78330, XmlTextEncoder_Write_1__MethodInfo); DO_APP_FUNC(0x02416670, void, XmlTextEncoder_WriteRawWithSurrogateChecking, (XmlTextEncoder * __this, String * text, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C782F0, XmlTextEncoder_WriteRawWithSurrogateChecking__MethodInfo); DO_APP_FUNC(0x024168C0, void, XmlTextEncoder_WriteRaw, (XmlTextEncoder * __this, Char__Array * array, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C782F8, XmlTextEncoder_WriteRaw__MethodInfo); DO_APP_FUNC(0x02416AA0, void, XmlTextEncoder_WriteCharEntity, (XmlTextEncoder * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78200, XmlTextEncoder_WriteCharEntity__MethodInfo); DO_APP_FUNC(0x02416C90, void, XmlTextEncoder_WriteEntityRef, (XmlTextEncoder * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02416D90, void, XmlTextEncoder_WriteStringFragment, (XmlTextEncoder * __this, String * str, int32_t offset, int32_t count, Char__Array * helperBuffer, MethodInfo * method)); DO_APP_FUNC(0x02416E40, void, XmlTextEncoder_WriteCharEntityImpl, (XmlTextEncoder * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x02416F50, void, XmlTextEncoder_WriteCharEntityImpl_1, (XmlTextEncoder * __this, String * strVal, MethodInfo * method)); DO_APP_FUNC(0x02416FF0, void, XmlTextEncoder_WriteEntityRefImpl, (XmlTextEncoder * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02417070, void, XmlTextReader__ctor, (XmlTextReader * __this, String * url, Stream * input, XmlNameTable * nt, MethodInfo * method)); DO_APP_FUNC(0x024171F0, void, XmlTextReader__ctor_1, (XmlTextReader * __this, TextReader * input, MethodInfo * method)); DO_APP_FUNC(0x024173D0, void, XmlTextReader__ctor_2, (XmlTextReader * __this, TextReader * input, XmlNameTable * nt, MethodInfo * method)); DO_APP_FUNC(0x02417570, XmlNodeType__Enum, XmlTextReader_get_NodeType, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024175A0, String *, XmlTextReader_get_Name, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024175D0, String *, XmlTextReader_get_LocalName, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6C2F0, String *, XmlTextReader_get_NamespaceURI, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6C320, String *, XmlTextReader_get_Prefix, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6C160, bool, XmlTextReader_get_HasValue, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02417600, String *, XmlTextReader_get_Value, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02417630, int32_t, XmlTextReader_get_Depth, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02417660, String *, XmlTextReader_get_BaseURI, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6C190, bool, XmlTextReader_get_IsEmptyElement, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6C580, bool, XmlTextReader_get_IsDefault, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02417690, int32_t, XmlTextReader_get_AttributeCount, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024176C0, String *, XmlTextReader_GetAttribute, (XmlTextReader * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x024176F0, String *, XmlTextReader_GetAttribute_1, (XmlTextReader * __this, String * localName, String * namespaceURI, MethodInfo * method)); DO_APP_FUNC(0x022BEAA0, bool, XmlTextReader_MoveToAttribute, (XmlTextReader * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02417720, void, XmlTextReader_MoveToAttribute_1, (XmlTextReader * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x01B685C0, bool, XmlTextReader_MoveToFirstAttribute, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6C550, bool, XmlTextReader_MoveToNextAttribute, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B68620, bool, XmlTextReader_MoveToElement, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02417750, bool, XmlTextReader_ReadAttributeValue, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6ED20, bool, XmlTextReader_Read, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6ED50, bool, XmlTextReader_get_EOF, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02417780, void, XmlTextReader_Close, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x019A98D0, ReadState__Enum_1, XmlTextReader_get_ReadState, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024177B0, void, XmlTextReader_Skip, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024177E0, XmlNameTable *, XmlTextReader_get_NameTable, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02417810, String *, XmlTextReader_LookupNamespace, (XmlTextReader * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, XmlTextReader_get_CanResolveEntity, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02417850, void, XmlTextReader_ResolveEntity, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02417880, String *, XmlTextReader_ReadString, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, XmlTextReader_HasLineInfo, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024178B0, int32_t, XmlTextReader_get_LineNumber, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024178E0, int32_t, XmlTextReader_get_LinePosition, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02417910, IDictionary_2_System_String_System_String_ *, XmlTextReader_System_Xml_IXmlNamespaceResolver_GetNamespacesInScope, (XmlTextReader * __this, XmlNamespaceScope__Enum scope, MethodInfo * method)); DO_APP_FUNC(0x01B6F380, String *, XmlTextReader_System_Xml_IXmlNamespaceResolver_LookupNamespace, (XmlTextReader * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x02417950, String *, XmlTextReader_System_Xml_IXmlNamespaceResolver_LookupPrefix, (XmlTextReader * __this, String * namespaceName, MethodInfo * method)); DO_APP_FUNC(0x02417990, void, XmlTextReader_set_Normalization, (XmlTextReader * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02417A80, void, XmlTextReader_set_WhitespaceHandling, (XmlTextReader * __this, WhitespaceHandling__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02417B90, void, XmlTextReader_set_EntityHandling, (XmlTextReader * __this, EntityHandling__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02417C40, void, XmlTextReader_set_XmlResolver, (XmlTextReader * __this, XmlResolver * value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, XmlTextReaderImpl *, XmlTextReader_get_Impl, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02417C60, XmlNamespaceManager *, XmlTextReader_get_NamespaceManager, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02417C90, void, XmlTextReader_set_XmlValidatingReaderCompatibilityMode, (XmlTextReader * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02417CB0, IDtdInfo *, XmlTextReader_get_DtdInfo, (XmlTextReader * __this, MethodInfo * method)); DO_APP_FUNC(0x023480D0, void, XmlTextReaderImpl__ctor, (XmlTextReaderImpl * __this, XmlNameTable * nt, MethodInfo * method)); DO_APP_FUNC(0x02348940, void, XmlTextReaderImpl__ctor_1, (XmlTextReaderImpl * __this, XmlResolver * resolver, XmlReaderSettings * settings, XmlParserContext * context, MethodInfo * method)); DO_APP_FUNC(0x02349360, void, XmlTextReaderImpl__ctor_2, (XmlTextReaderImpl * __this, String * url, Stream * input, XmlNameTable * nt, MethodInfo * method)); DO_APP_FUNC(0x02349580, void, XmlTextReaderImpl__ctor_3, (XmlTextReaderImpl * __this, TextReader * input, MethodInfo * method)); DO_APP_FUNC(0x02349630, void, XmlTextReaderImpl__ctor_4, (XmlTextReaderImpl * __this, TextReader * input, XmlNameTable * nt, MethodInfo * method)); DO_APP_FUNC(0x023496B0, void, XmlTextReaderImpl__ctor_5, (XmlTextReaderImpl * __this, String * url, TextReader * input, XmlNameTable * nt, MethodInfo * method)); DO_APP_FUNC(0x023498B0, void, XmlTextReaderImpl__ctor_6, (XmlTextReaderImpl * __this, String * xmlFragment, XmlNodeType__Enum fragType, XmlParserContext * context, MethodInfo * method)); DO_APP_FUNC(0x02349A90, void, XmlTextReaderImpl__ctor_7, (XmlTextReaderImpl * __this, String * xmlFragment, XmlParserContext * context, MethodInfo * method)); DO_APP_FUNC(0x02349C00, void, XmlTextReaderImpl_FinishInitUriString, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C0F0, XmlTextReaderImpl_FinishInitUriString__MethodInfo); DO_APP_FUNC(0x0234A0A0, void, XmlTextReaderImpl__ctor_8, (XmlTextReaderImpl * __this, Stream * stream, Byte__Array * bytes, int32_t byteCount, XmlReaderSettings * settings, Uri * baseUri, String * baseUriStr, XmlParserContext * context, bool closeInput, MethodInfo * method)); DO_APP_FUNC(0x0234A570, void, XmlTextReaderImpl_FinishInitStream, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234A6E0, void, XmlTextReaderImpl__ctor_9, (XmlTextReaderImpl * __this, TextReader * input, XmlReaderSettings * settings, String * baseUriStr, XmlParserContext * context, MethodInfo * method)); DO_APP_FUNC(0x0234A940, void, XmlTextReaderImpl_FinishInitTextReader, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234AA80, XmlReaderSettings *, XmlTextReaderImpl_get_Settings, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234AE20, XmlNodeType__Enum, XmlTextReaderImpl_get_NodeType, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234AE40, String *, XmlTextReaderImpl_get_Name, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234AE70, String *, XmlTextReaderImpl_get_LocalName, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234AE90, String *, XmlTextReaderImpl_get_NamespaceURI, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234AEB0, String *, XmlTextReaderImpl_get_Prefix, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234AED0, String *, XmlTextReaderImpl_get_Value, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234B050, int32_t, XmlTextReaderImpl_get_Depth, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB4A10, String *, XmlTextReaderImpl_get_BaseURI, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234B070, bool, XmlTextReaderImpl_get_IsEmptyElement, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234B0A0, bool, XmlTextReaderImpl_get_IsDefault, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6AA70, ReadState__Enum_1, XmlTextReaderImpl_get_ReadState, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234B0D0, bool, XmlTextReaderImpl_get_EOF, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8DB0, XmlNameTable *, XmlTextReaderImpl_get_NameTable, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, XmlTextReaderImpl_get_CanResolveEntity, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x018BD840, int32_t, XmlTextReaderImpl_get_AttributeCount, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234B0E0, String *, XmlTextReaderImpl_GetAttribute, (XmlTextReaderImpl * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0234B170, String *, XmlTextReaderImpl_GetAttribute_1, (XmlTextReaderImpl * __this, String * localName, String * namespaceURI, MethodInfo * method)); DO_APP_FUNC(0x0234B2C0, bool, XmlTextReaderImpl_MoveToAttribute, (XmlTextReaderImpl * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0234B3D0, void, XmlTextReaderImpl_MoveToAttribute_1, (XmlTextReaderImpl * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C100, XmlTextReaderImpl_MoveToAttribute_1__MethodInfo); DO_APP_FUNC(0x0234B500, bool, XmlTextReaderImpl_MoveToFirstAttribute, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234B5C0, bool, XmlTextReaderImpl_MoveToNextAttribute, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234B6A0, bool, XmlTextReaderImpl_MoveToElement, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234B770, void, XmlTextReaderImpl_FinishInit, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234B7C0, bool, XmlTextReaderImpl_Read, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234C060, void, XmlTextReaderImpl_Close, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234C070, void, XmlTextReaderImpl_Skip, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234C280, String *, XmlTextReaderImpl_LookupNamespace, (XmlTextReaderImpl * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x0234C2C0, bool, XmlTextReaderImpl_ReadAttributeValue, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234C5F0, void, XmlTextReaderImpl_ResolveEntity, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C0A0, XmlTextReaderImpl_ResolveEntity__MethodInfo); DO_APP_FUNC(0x019012F0, void, XmlTextReaderImpl_set_OuterReader, (XmlTextReaderImpl * __this, XmlReader * value, MethodInfo * method)); DO_APP_FUNC(0x0234C8B0, void, XmlTextReaderImpl_MoveOffEntityReference, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C090, XmlTextReaderImpl_MoveOffEntityReference__MethodInfo); DO_APP_FUNC(0x0234C990, String *, XmlTextReaderImpl_ReadString, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, XmlTextReaderImpl_HasLineInfo, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234C9B0, int32_t, XmlTextReaderImpl_get_LineNumber, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234C9D0, int32_t, XmlTextReaderImpl_get_LinePosition, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234C9F0, IDictionary_2_System_String_System_String_ *, XmlTextReaderImpl_System_Xml_IXmlNamespaceResolver_GetNamespacesInScope, (XmlTextReaderImpl * __this, XmlNamespaceScope__Enum scope, MethodInfo * method)); DO_APP_FUNC(0x0234CA20, String *, XmlTextReaderImpl_System_Xml_IXmlNamespaceResolver_LookupNamespace, (XmlTextReaderImpl * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x0234CA40, String *, XmlTextReaderImpl_System_Xml_IXmlNamespaceResolver_LookupPrefix, (XmlTextReaderImpl * __this, String * namespaceName, MethodInfo * method)); DO_APP_FUNC(0x0234C9F0, IDictionary_2_System_String_System_String_ *, XmlTextReaderImpl_GetNamespacesInScope, (XmlTextReaderImpl * __this, XmlNamespaceScope__Enum scope, MethodInfo * method)); DO_APP_FUNC(0x0234CA40, String *, XmlTextReaderImpl_LookupPrefix, (XmlTextReaderImpl * __this, String * namespaceName, MethodInfo * method)); DO_APP_FUNC(0x0234CA70, void, XmlTextReaderImpl_set_Namespaces, (XmlTextReaderImpl * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C078, XmlTextReaderImpl_set_Namespaces__MethodInfo); DO_APP_FUNC(0x0234CD90, void, XmlTextReaderImpl_set_Normalization, (XmlTextReaderImpl * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C0C0, XmlTextReaderImpl_set_Normalization__MethodInfo); DO_APP_FUNC(0x0234CE70, void, XmlTextReaderImpl_set_WhitespaceHandling, (XmlTextReaderImpl * __this, WhitespaceHandling__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C0C8, XmlTextReaderImpl_set_WhitespaceHandling__MethodInfo); DO_APP_FUNC(0x0234CF70, void, XmlTextReaderImpl_set_EntityHandling, (XmlTextReaderImpl * __this, EntityHandling__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C0B8, XmlTextReaderImpl_set_EntityHandling__MethodInfo); DO_APP_FUNC(0x0234D010, bool, XmlTextReaderImpl_get_IsResolverSet, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234D020, void, XmlTextReaderImpl_set_XmlResolver, (XmlTextReaderImpl * __this, XmlResolver * value, MethodInfo * method)); DO_APP_FUNC(0x00AC8DB0, XmlNameTable *, XmlTextReaderImpl_get_DtdParserProxy_NameTable, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC890, IXmlNamespaceResolver *, XmlTextReaderImpl_get_DtdParserProxy_NamespaceResolver, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234D1B0, bool, XmlTextReaderImpl_get_DtdParserProxy_DtdValidation, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6BF30, bool, XmlTextReaderImpl_get_DtdParserProxy_Normalization, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234D1C0, bool, XmlTextReaderImpl_get_DtdParserProxy_Namespaces, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x005D50F0, bool, XmlTextReaderImpl_get_DtdParserProxy_V1CompatibilityMode, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234D1D0, Uri *, XmlTextReaderImpl_get_DtdParserProxy_BaseUri, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x005FC5C0, bool, XmlTextReaderImpl_get_DtdParserProxy_IsEof, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Char__Array *, XmlTextReaderImpl_get_DtdParserProxy_ParsingBuffer, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, int32_t, XmlTextReaderImpl_get_DtdParserProxy_ParsingBufferLength, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, XmlTextReaderImpl_get_DtdParserProxy_CurrentPosition, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5310, void, XmlTextReaderImpl_set_DtdParserProxy_CurrentPosition, (XmlTextReaderImpl * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0234D290, int32_t, XmlTextReaderImpl_get_DtdParserProxy_EntityStackLength, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234D2A0, bool, XmlTextReaderImpl_get_DtdParserProxy_IsEntityEolNormalized, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, IValidationEventHandling *, XmlTextReaderImpl_get_DtdParserProxy_ValidationEventHandling, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234D2B0, void, XmlTextReaderImpl_DtdParserProxy_OnNewLine, (XmlTextReaderImpl * __this, int32_t pos, MethodInfo * method)); DO_APP_FUNC(0x01B48D90, int32_t, XmlTextReaderImpl_get_DtdParserProxy_LineNo, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x01015EC0, int32_t, XmlTextReaderImpl_get_DtdParserProxy_LineStartPosition, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234D2C0, int32_t, XmlTextReaderImpl_DtdParserProxy_ReadData, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234D2D0, int32_t, XmlTextReaderImpl_DtdParserProxy_ParseNumericCharRef, (XmlTextReaderImpl * __this, StringBuilder * internalSubsetBuilder, MethodInfo * method)); DO_APP_FUNC(0x0234D380, int32_t, XmlTextReaderImpl_DtdParserProxy_ParseNamedCharRef, (XmlTextReaderImpl * __this, bool expand, StringBuilder * internalSubsetBuilder, MethodInfo * method)); DO_APP_FUNC(0x0234D390, void, XmlTextReaderImpl_DtdParserProxy_ParsePI, (XmlTextReaderImpl * __this, StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x0234D3E0, void, XmlTextReaderImpl_DtdParserProxy_ParseComment, (XmlTextReaderImpl * __this, StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x0234DC20, bool, XmlTextReaderImpl_get_IsResolverNull, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234DC30, XmlResolver *, XmlTextReaderImpl_GetTempResolver, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234DC90, bool, XmlTextReaderImpl_DtdParserProxy_PushEntity, (XmlTextReaderImpl * __this, IDtdEntityInfo * entity, int32_t * entityId, MethodInfo * method)); DO_APP_FUNC(0x0234DD50, bool, XmlTextReaderImpl_DtdParserProxy_PopEntity, (XmlTextReaderImpl * __this, IDtdEntityInfo * * oldEntity, int32_t * newEntityId, MethodInfo * method)); DO_APP_FUNC(0x0234DE40, bool, XmlTextReaderImpl_DtdParserProxy_PushExternalSubset, (XmlTextReaderImpl * __this, String * systemId, String * publicId, MethodInfo * method)); DO_APP_FUNC(0x0234DFE0, void, XmlTextReaderImpl_DtdParserProxy_PushInternalDtd, (XmlTextReaderImpl * __this, String * baseUri, String * internalDtd, MethodInfo * method)); DO_APP_FUNC(0x0234E0C0, void, XmlTextReaderImpl_DtdParserProxy_Throw, (XmlTextReaderImpl * __this, Exception * e, MethodInfo * method)); DO_APP_FUNC(0x0234E0D0, void, XmlTextReaderImpl_DtdParserProxy_OnSystemId, (XmlTextReaderImpl * __this, String * systemId, LineInfo keywordLineInfo, LineInfo systemLiteralLineInfo, MethodInfo * method)); DO_APP_FUNC(0x0234E1B0, void, XmlTextReaderImpl_DtdParserProxy_OnPublicId, (XmlTextReaderImpl * __this, String * publicId, LineInfo keywordLineInfo, LineInfo publicLiteralLineInfo, MethodInfo * method)); DO_APP_FUNC(0x0234E290, void, XmlTextReaderImpl_Throw, (XmlTextReaderImpl * __this, int32_t pos, String * res, String * arg, MethodInfo * method)); DO_APP_FUNC(0x0234E2B0, void, XmlTextReaderImpl_Throw_1, (XmlTextReaderImpl * __this, int32_t pos, String * res, String__Array * args, MethodInfo * method)); DO_APP_FUNC(0x0234E2D0, void, XmlTextReaderImpl_Throw_2, (XmlTextReaderImpl * __this, int32_t pos, String * res, MethodInfo * method)); DO_APP_FUNC(0x0234E330, void, XmlTextReaderImpl_Throw_3, (XmlTextReaderImpl * __this, String * res, MethodInfo * method)); DO_APP_FUNC(0x0234E380, void, XmlTextReaderImpl_Throw_4, (XmlTextReaderImpl * __this, String * res, int32_t lineNo, int32_t linePos, MethodInfo * method)); DO_APP_FUNC(0x0234E430, void, XmlTextReaderImpl_Throw_5, (XmlTextReaderImpl * __this, String * res, String * arg, MethodInfo * method)); DO_APP_FUNC(0x0234E4E0, void, XmlTextReaderImpl_Throw_6, (XmlTextReaderImpl * __this, String * res, String * arg, int32_t lineNo, int32_t linePos, MethodInfo * method)); DO_APP_FUNC(0x0234E580, void, XmlTextReaderImpl_Throw_7, (XmlTextReaderImpl * __this, String * res, String__Array * args, MethodInfo * method)); DO_APP_FUNC(0x0234E630, void, XmlTextReaderImpl_Throw_8, (XmlTextReaderImpl * __this, String * res, String * arg, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x0234E6D0, void, XmlTextReaderImpl_Throw_9, (XmlTextReaderImpl * __this, String * res, String__Array * args, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x0234E780, void, XmlTextReaderImpl_Throw_10, (XmlTextReaderImpl * __this, Exception * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C070, XmlTextReaderImpl_Throw_10__MethodInfo); DO_APP_FUNC(0x0234E820, void, XmlTextReaderImpl_ReThrow, (XmlTextReaderImpl * __this, Exception * e, int32_t lineNo, int32_t linePos, MethodInfo * method)); DO_APP_FUNC(0x0234E8D0, void, XmlTextReaderImpl_ThrowWithoutLineInfo, (XmlTextReaderImpl * __this, String * res, MethodInfo * method)); DO_APP_FUNC(0x0234E970, void, XmlTextReaderImpl_ThrowWithoutLineInfo_1, (XmlTextReaderImpl * __this, String * res, String * arg, MethodInfo * method)); DO_APP_FUNC(0x0234EA00, void, XmlTextReaderImpl_ThrowWithoutLineInfo_2, (XmlTextReaderImpl * __this, String * res, String__Array * args, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x0234EA90, void, XmlTextReaderImpl_ThrowInvalidChar, (XmlTextReaderImpl * __this, Char__Array * data, int32_t length, int32_t invCharPos, MethodInfo * method)); DO_APP_FUNC(0x0234EB00, void, XmlTextReaderImpl_SetErrorState, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234EB20, void, XmlTextReaderImpl_SendValidationEvent, (XmlTextReaderImpl * __this, XmlSeverityType__Enum severity, String * code, String * arg, int32_t lineNo, int32_t linePos, MethodInfo * method)); DO_APP_FUNC(0x0234EC20, void, XmlTextReaderImpl_SendValidationEvent_1, (XmlTextReaderImpl * __this, XmlSeverityType__Enum severity, XmlSchemaException * exception, MethodInfo * method)); DO_APP_FUNC(0x0234EC90, bool, XmlTextReaderImpl_get_InAttributeValueIterator, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234ECB0, void, XmlTextReaderImpl_FinishAttributeValueIterator, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234D1B0, bool, XmlTextReaderImpl_get_DtdValidation, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234ED70, void, XmlTextReaderImpl_InitStreamInput, (XmlTextReaderImpl * __this, Stream * stream, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x0234EDF0, void, XmlTextReaderImpl_InitStreamInput_1, (XmlTextReaderImpl * __this, String * baseUriStr, Stream * stream, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x0234EE20, void, XmlTextReaderImpl_InitStreamInput_2, (XmlTextReaderImpl * __this, Uri * baseUri, Stream * stream, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x0234EEA0, void, XmlTextReaderImpl_InitStreamInput_3, (XmlTextReaderImpl * __this, Uri * baseUri, String * baseUriStr, Stream * stream, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x0234EED0, void, XmlTextReaderImpl_InitStreamInput_4, (XmlTextReaderImpl * __this, Uri * baseUri, String * baseUriStr, Stream * stream, Byte__Array * bytes, int32_t byteCount, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x0234F600, void, XmlTextReaderImpl_InitTextReaderInput, (XmlTextReaderImpl * __this, String * baseUriStr, TextReader * input, MethodInfo * method)); DO_APP_FUNC(0x0234F620, void, XmlTextReaderImpl_InitTextReaderInput_1, (XmlTextReaderImpl * __this, String * baseUriStr, Uri * baseUri, TextReader * input, MethodInfo * method)); DO_APP_FUNC(0x0234F890, void, XmlTextReaderImpl_InitStringInput, (XmlTextReaderImpl * __this, String * baseUriStr, Encoding * originalEncoding, String * str, MethodInfo * method)); DO_APP_FUNC(0x0234FAD0, void, XmlTextReaderImpl_InitFragmentReader, (XmlTextReaderImpl * __this, XmlNodeType__Enum fragmentType, XmlParserContext * parserContext, bool allowXmlDeclFragment, MethodInfo * method)); DO_APP_FUNC(0x023500C0, void, XmlTextReaderImpl_ProcessDtdFromParserContext, (XmlTextReaderImpl * __this, XmlParserContext * context, MethodInfo * method)); DO_APP_FUNC(0x02350130, void, XmlTextReaderImpl_OpenUrl, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x023503E0, void, XmlTextReaderImpl_OpenUrlDelegate, (XmlTextReaderImpl * __this, Object * xmlResolver, MethodInfo * method)); DO_APP_FUNC(0x023505D0, Encoding *, XmlTextReaderImpl_DetectEncoding, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02350810, void, XmlTextReaderImpl_SetupEncoding, (XmlTextReaderImpl * __this, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x02350B50, void, XmlTextReaderImpl_SwitchEncoding, (XmlTextReaderImpl * __this, Encoding * newEncoding, MethodInfo * method)); DO_APP_FUNC(0x02350D10, Encoding *, XmlTextReaderImpl_CheckEncoding, (XmlTextReaderImpl * __this, String * newEncodingName, MethodInfo * method)); DO_APP_FUNC(0x023513E0, void, XmlTextReaderImpl_UnDecodeChars, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02351490, void, XmlTextReaderImpl_SwitchEncodingToUTF8, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02351530, int32_t, XmlTextReaderImpl_ReadData, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02351AD0, int32_t, XmlTextReaderImpl_GetChars, (XmlTextReaderImpl * __this, int32_t maxCharsCount, MethodInfo * method)); DO_APP_FUNC(0x02351BB0, void, XmlTextReaderImpl_InvalidCharRecovery, (XmlTextReaderImpl * __this, int32_t * bytesCount, int32_t * charsCount, MethodInfo * method)); DO_APP_FUNC(0x02351D00, void, XmlTextReaderImpl_Close_1, (XmlTextReaderImpl * __this, bool closeInput, MethodInfo * method)); DO_APP_FUNC(0x02352060, void, XmlTextReaderImpl_ShiftBuffer, (XmlTextReaderImpl * __this, int32_t sourcePos, int32_t destPos, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02352090, bool, XmlTextReaderImpl_ParseXmlDeclaration, (XmlTextReaderImpl * __this, bool isTextDecl, MethodInfo * method)); DO_APP_FUNC(0x023534F0, bool, XmlTextReaderImpl_ParseDocumentContent, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02353AE0, bool, XmlTextReaderImpl_ParseElementContent, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02353F10, void, XmlTextReaderImpl_ThrowUnclosedElements, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02354100, void, XmlTextReaderImpl_ParseElement, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02354730, void, XmlTextReaderImpl_AddDefaultAttributesAndNormalize, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02354DD0, void, XmlTextReaderImpl_ParseEndElement, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x023552F0, void, XmlTextReaderImpl_ThrowTagMismatch, (XmlTextReaderImpl * __this, XmlTextReaderImpl_NodeData * startTag, MethodInfo * method)); DO_APP_FUNC(0x02355500, void, XmlTextReaderImpl_ParseAttributes, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02355AE0, void, XmlTextReaderImpl_ElementNamespaceLookup, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02355C10, void, XmlTextReaderImpl_AttributeNamespaceLookup, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02355CC0, void, XmlTextReaderImpl_AttributeDuplCheck, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x023560A0, void, XmlTextReaderImpl_OnDefaultNamespaceDecl, (XmlTextReaderImpl * __this, XmlTextReaderImpl_NodeData * attr, MethodInfo * method)); DO_APP_FUNC(0x02356290, void, XmlTextReaderImpl_OnNamespaceDecl, (XmlTextReaderImpl * __this, XmlTextReaderImpl_NodeData * attr, MethodInfo * method)); DO_APP_FUNC(0x02356380, void, XmlTextReaderImpl_OnXmlReservedAttribute, (XmlTextReaderImpl * __this, XmlTextReaderImpl_NodeData * attr, MethodInfo * method)); DO_APP_FUNC(0x023566A0, void, XmlTextReaderImpl_ParseAttributeValueSlow, (XmlTextReaderImpl * __this, int32_t curPos, uint16_t quoteChar, XmlTextReaderImpl_NodeData * attr, MethodInfo * method)); DO_APP_FUNC(0x023579F0, void, XmlTextReaderImpl_AddAttributeChunkToList, (XmlTextReaderImpl * __this, XmlTextReaderImpl_NodeData * attr, XmlTextReaderImpl_NodeData * chunk, XmlTextReaderImpl_NodeData * * lastChunk, MethodInfo * method)); DO_APP_FUNC(0x02357B60, bool, XmlTextReaderImpl_ParseText, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02357FD0, bool, XmlTextReaderImpl_ParseText_1, (XmlTextReaderImpl * __this, int32_t * startPos, int32_t * endPos, int32_t * outOrChars, MethodInfo * method)); DO_APP_FUNC(0x023586C0, void, XmlTextReaderImpl_FinishPartialValue, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02358C50, void, XmlTextReaderImpl_FinishOtherValueIterator, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02358DA0, void, XmlTextReaderImpl_SkipPartialTextValue, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02358E00, void, XmlTextReaderImpl_FinishReadValueChunk, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02358E40, void, XmlTextReaderImpl_FinishReadContentAsBinary, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02358F90, void, XmlTextReaderImpl_FinishReadElementContentAsBinary, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02359060, bool, XmlTextReaderImpl_ParseRootLevelWhitespace, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02359290, void, XmlTextReaderImpl_ParseEntityReference, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02359340, XmlTextReaderImpl_EntityType__Enum, XmlTextReaderImpl_HandleEntityReference, (XmlTextReaderImpl * __this, bool isInAttributeValue, XmlTextReaderImpl_EntityExpandType__Enum expandType, int32_t * charRefEndPos, MethodInfo * method)); DO_APP_FUNC(0x023595D0, XmlTextReaderImpl_EntityType__Enum, XmlTextReaderImpl_HandleGeneralEntityReference, (XmlTextReaderImpl * __this, String * name, bool isInAttributeValue, bool pushFakeEntityIfNullResolver, int32_t entityStartLinePos, MethodInfo * method)); DO_APP_FUNC(0x02359A30, bool, XmlTextReaderImpl_get_InEntity, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02359A40, bool, XmlTextReaderImpl_HandleEntityEnd, (XmlTextReaderImpl * __this, bool checkEntityNesting, MethodInfo * method)); DO_APP_FUNC(0x02359CD0, void, XmlTextReaderImpl_SetupEndEntityNodeInContent, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02359F20, void, XmlTextReaderImpl_SetupEndEntityNodeInAttribute, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02359FF0, bool, XmlTextReaderImpl_ParsePI, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0235A000, bool, XmlTextReaderImpl_ParsePI_1, (XmlTextReaderImpl * __this, StringBuilder * piInDtdStringBuilder, MethodInfo * method)); DO_APP_FUNC(0x0235A860, bool, XmlTextReaderImpl_ParsePIValue, (XmlTextReaderImpl * __this, int32_t * outStartPos, int32_t * outEndPos, MethodInfo * method)); DO_APP_FUNC(0x0235ABE0, bool, XmlTextReaderImpl_ParseComment, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0235B1C0, void, XmlTextReaderImpl_ParseCData, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0235B1D0, void, XmlTextReaderImpl_ParseCDataOrComment, (XmlTextReaderImpl * __this, XmlNodeType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x0235B730, bool, XmlTextReaderImpl_ParseCDataOrComment_1, (XmlTextReaderImpl * __this, XmlNodeType__Enum type, int32_t * outStartPos, int32_t * outEndPos, MethodInfo * method)); DO_APP_FUNC(0x0235BB50, bool, XmlTextReaderImpl_ParseDoctypeDecl, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0235BEA0, void, XmlTextReaderImpl_ParseDtd, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0235C230, void, XmlTextReaderImpl_SkipDtd, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0235CC30, void, XmlTextReaderImpl_SkipPublicOrSystemIdLiteral, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0235CCD0, void, XmlTextReaderImpl_SkipUntil, (XmlTextReaderImpl * __this, uint16_t stopChar, bool recognizeLiterals, MethodInfo * method)); DO_APP_FUNC(0x0235D170, int32_t, XmlTextReaderImpl_EatWhitespaces, (XmlTextReaderImpl * __this, StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x0235D3B0, int32_t, XmlTextReaderImpl_ParseCharRefInline, (XmlTextReaderImpl * __this, int32_t startPos, int32_t * charCount, XmlTextReaderImpl_EntityType__Enum * entityType, MethodInfo * method)); DO_APP_FUNC(0x0235D430, int32_t, XmlTextReaderImpl_ParseNumericCharRef, (XmlTextReaderImpl * __this, bool expand, StringBuilder * internalSubsetBuilder, XmlTextReaderImpl_EntityType__Enum * entityType, MethodInfo * method)); DO_APP_FUNC(0x0235D500, int32_t, XmlTextReaderImpl_ParseNumericCharRefInline, (XmlTextReaderImpl * __this, int32_t startPos, bool expand, StringBuilder * internalSubsetBuilder, int32_t * charCount, XmlTextReaderImpl_EntityType__Enum * entityType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6BC38, XmlTextReaderImpl_ParseNumericCharRefInline__MethodInfo); DO_APP_FUNC(0x0235DCF0, int32_t, XmlTextReaderImpl_ParseNamedCharRef, (XmlTextReaderImpl * __this, bool expand, StringBuilder * internalSubsetBuilder, MethodInfo * method)); DO_APP_FUNC(0x0235E030, int32_t, XmlTextReaderImpl_ParseNamedCharRefInline, (XmlTextReaderImpl * __this, int32_t startPos, bool expand, StringBuilder * internalSubsetBuilder, MethodInfo * method)); DO_APP_FUNC(0x0235E340, int32_t, XmlTextReaderImpl_ParseName, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0235E370, int32_t, XmlTextReaderImpl_ParseQName, (XmlTextReaderImpl * __this, int32_t * colonPos, MethodInfo * method)); DO_APP_FUNC(0x0235E390, int32_t, XmlTextReaderImpl_ParseQName_1, (XmlTextReaderImpl * __this, bool isQName, int32_t startOffset, int32_t * colonPos, MethodInfo * method)); DO_APP_FUNC(0x0235E640, bool, XmlTextReaderImpl_ReadDataInName, (XmlTextReaderImpl * __this, int32_t * pos, MethodInfo * method)); DO_APP_FUNC(0x0235E690, String *, XmlTextReaderImpl_ParseEntityName, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0235E790, XmlTextReaderImpl_NodeData *, XmlTextReaderImpl_AddNode, (XmlTextReaderImpl * __this, int32_t nodeIndex, int32_t nodeDepth, MethodInfo * method)); DO_APP_FUNC(0x0235E7E0, XmlTextReaderImpl_NodeData *, XmlTextReaderImpl_AllocNode, (XmlTextReaderImpl * __this, int32_t nodeIndex, int32_t nodeDepth, MethodInfo * method)); DO_APP_FUNC(0x0235E9A0, XmlTextReaderImpl_NodeData *, XmlTextReaderImpl_AddAttributeNoChecks, (XmlTextReaderImpl * __this, String * name, int32_t attrDepth, MethodInfo * method)); DO_APP_FUNC(0x0235EAA0, XmlTextReaderImpl_NodeData *, XmlTextReaderImpl_AddAttribute, (XmlTextReaderImpl * __this, int32_t endNamePos, int32_t colonPos, MethodInfo * method)); DO_APP_FUNC(0x0235ED70, XmlTextReaderImpl_NodeData *, XmlTextReaderImpl_AddAttribute_1, (XmlTextReaderImpl * __this, String * localName, String * prefix, String * nameWPrefix, MethodInfo * method)); DO_APP_FUNC(0x0235EF00, void, XmlTextReaderImpl_PopElementContext, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0234D2B0, void, XmlTextReaderImpl_OnNewLine, (XmlTextReaderImpl * __this, int32_t pos, MethodInfo * method)); DO_APP_FUNC(0x0235EFC0, void, XmlTextReaderImpl_OnEof, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0235F100, String *, XmlTextReaderImpl_LookupNamespace_1, (XmlTextReaderImpl * __this, XmlTextReaderImpl_NodeData * node, MethodInfo * method)); DO_APP_FUNC(0x0235F1E0, void, XmlTextReaderImpl_AddNamespace, (XmlTextReaderImpl * __this, String * prefix, String * uri, XmlTextReaderImpl_NodeData * attr, MethodInfo * method)); DO_APP_FUNC(0x0235F4A0, void, XmlTextReaderImpl_ResetAttributes, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0235F5B0, void, XmlTextReaderImpl_FullAttributeCleanup, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0235F690, void, XmlTextReaderImpl_PushXmlContext, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0235F860, void, XmlTextReaderImpl_PopXmlContext, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0235F8F0, XmlNodeType__Enum, XmlTextReaderImpl_GetWhitespaceType, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0235F940, XmlNodeType__Enum, XmlTextReaderImpl_GetTextNodeType, (XmlTextReaderImpl * __this, int32_t orChars, MethodInfo * method)); DO_APP_FUNC(0x0235F9A0, void, XmlTextReaderImpl_PushExternalEntityOrSubset, (XmlTextReaderImpl * __this, String * publicId, String * systemId, Uri * baseUri, String * entityName, MethodInfo * method)); DO_APP_FUNC(0x0235FD30, bool, XmlTextReaderImpl_OpenAndPush, (XmlTextReaderImpl * __this, Uri * uri, MethodInfo * method)); DO_APP_FUNC(0x0235FFF0, bool, XmlTextReaderImpl_PushExternalEntity, (XmlTextReaderImpl * __this, IDtdEntityInfo * entity, MethodInfo * method)); DO_APP_FUNC(0x023601F0, void, XmlTextReaderImpl_PushInternalEntity, (XmlTextReaderImpl * __this, IDtdEntityInfo * entity, MethodInfo * method)); DO_APP_FUNC(0x02360370, void, XmlTextReaderImpl_PopEntity, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02360410, void, XmlTextReaderImpl_RegisterEntity, (XmlTextReaderImpl * __this, IDtdEntityInfo * entity, MethodInfo * method)); DO_APP_FUNC(0x02360750, void, XmlTextReaderImpl_UnregisterEntity, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x023607C0, void, XmlTextReaderImpl_PushParsingState, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02360A40, void, XmlTextReaderImpl_PopParsingState, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02360B80, int32_t, XmlTextReaderImpl_IncrementalRead, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02361880, void, XmlTextReaderImpl_FinishIncrementalRead, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x023619A0, bool, XmlTextReaderImpl_ParseFragmentAttribute, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02361A40, bool, XmlTextReaderImpl_ParseAttributeValueChunk, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x023621E0, void, XmlTextReaderImpl_ParseXmlDeclarationFragment, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02362270, void, XmlTextReaderImpl_ThrowUnexpectedToken, (XmlTextReaderImpl * __this, int32_t pos, String * expectedToken, MethodInfo * method)); DO_APP_FUNC(0x02362290, void, XmlTextReaderImpl_ThrowUnexpectedToken_1, (XmlTextReaderImpl * __this, String * expectedToken1, MethodInfo * method)); DO_APP_FUNC(0x023622A0, void, XmlTextReaderImpl_ThrowUnexpectedToken_2, (XmlTextReaderImpl * __this, int32_t pos, String * expectedToken1, String * expectedToken2, MethodInfo * method)); DO_APP_FUNC(0x023622C0, void, XmlTextReaderImpl_ThrowUnexpectedToken_3, (XmlTextReaderImpl * __this, String * expectedToken1, String * expectedToken2, MethodInfo * method)); DO_APP_FUNC(0x02362460, String *, XmlTextReaderImpl_ParseUnexpectedToken, (XmlTextReaderImpl * __this, int32_t pos, MethodInfo * method)); DO_APP_FUNC(0x02362470, String *, XmlTextReaderImpl_ParseUnexpectedToken_1, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02362540, void, XmlTextReaderImpl_ThrowExpectingWhitespace, (XmlTextReaderImpl * __this, int32_t pos, MethodInfo * method)); DO_APP_FUNC(0x023625D0, int32_t, XmlTextReaderImpl_GetIndexOfAttributeWithoutPrefix, (XmlTextReaderImpl * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02362690, int32_t, XmlTextReaderImpl_GetIndexOfAttributeWithPrefix, (XmlTextReaderImpl * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02362770, bool, XmlTextReaderImpl_ZeroEndingStream, (XmlTextReaderImpl * __this, int32_t pos, MethodInfo * method)); DO_APP_FUNC(0x023627E0, void, XmlTextReaderImpl_ParseDtdFromParserContext, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02362A50, bool, XmlTextReaderImpl_MoveToNextContentNode, (XmlTextReaderImpl * __this, bool moveIfOnContentNode, MethodInfo * method)); DO_APP_FUNC(0x02362B60, void, XmlTextReaderImpl_SetupFromParserContext, (XmlTextReaderImpl * __this, XmlParserContext * context, XmlReaderSettings * settings, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6BB50, XmlTextReaderImpl_SetupFromParserContext__MethodInfo); DO_APP_FUNC(0x01D3A1F0, IDtdInfo *, XmlTextReaderImpl_get_DtdInfo, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02362FB0, void, XmlTextReaderImpl_SetDtdInfo, (XmlTextReaderImpl * __this, IDtdInfo * newDtdInfo, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, XmlTextReaderImpl_set_ValidationEventHandling, (XmlTextReaderImpl * __this, IValidationEventHandling * value, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, XmlTextReaderImpl_set_OnDefaultAttributeUse, (XmlTextReaderImpl * __this, XmlTextReaderImpl_OnDefaultAttributeUseDelegate * value, MethodInfo * method)); DO_APP_FUNC(0x023630B0, void, XmlTextReaderImpl_set_XmlValidatingReaderCompatibilityMode, (XmlTextReaderImpl * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01CB7A30, XmlNodeType__Enum, XmlTextReaderImpl_get_FragmentType, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02363190, void, XmlTextReaderImpl_ChangeCurrentNodeType, (XmlTextReaderImpl * __this, XmlNodeType__Enum newNodeType, MethodInfo * method)); DO_APP_FUNC(0x023631B0, XmlResolver *, XmlTextReaderImpl_GetResolver, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x023631D0, void, XmlTextReaderImpl_set_InternalSchemaType, (XmlTextReaderImpl * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02363240, Object *, XmlTextReaderImpl_get_InternalTypedValue, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02363270, void, XmlTextReaderImpl_set_InternalTypedValue, (XmlTextReaderImpl * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x023632E0, bool, XmlTextReaderImpl_get_StandAlone, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC890, XmlNamespaceManager *, XmlTextReaderImpl_get_NamespaceManager, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x005D50F0, bool, XmlTextReaderImpl_get_V1Compat, (XmlTextReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x023632F0, bool, XmlTextReaderImpl_AddDefaultAttributeDtd, (XmlTextReaderImpl * __this, IDtdDefaultAttributeInfo * defAttrInfo, bool definedInDtd, XmlTextReaderImpl_NodeData__Array * nameSortedNodeData, MethodInfo * method)); DO_APP_FUNC(0x023636A0, bool, XmlTextReaderImpl_AddDefaultAttributeNonDtd, (XmlTextReaderImpl * __this, SchemaAttDef * attrDef, MethodInfo * method)); DO_APP_FUNC(0x02363A40, XmlTextReaderImpl_NodeData *, XmlTextReaderImpl_AddDefaultAttributeInternal, (XmlTextReaderImpl * __this, String * localName, String * ns, String * prefix, String * value, int32_t lineNo, int32_t linePos, int32_t valueLineNo, int32_t valueLinePos, bool isXmlAttribute, MethodInfo * method)); DO_APP_FUNC(0x02363D90, void, XmlTextReaderImpl_set_DisableUndeclaredEntityCheck, (XmlTextReaderImpl * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02363DA0, bool, XmlTextReaderImpl_UriEqual, (XmlTextReaderImpl * __this, Uri * uri1, String * uri1Str, String * uri2Str, XmlResolver * resolver, MethodInfo * method)); DO_APP_FUNC(0x02363EB0, void, XmlTextReaderImpl_RegisterConsumedCharacters, (XmlTextReaderImpl * __this, int64_t characters, bool inEntityReference, MethodInfo * method)); DO_APP_FUNC(0x02363FF0, String *, XmlTextReaderImpl_StripSpaces, (String * value, MethodInfo * method)); DO_APP_FUNC(0x02364240, void, XmlTextReaderImpl_StripSpaces_1, (Char__Array * value, int32_t index, int32_t * len, MethodInfo * method)); DO_APP_FUNC(0x02364360, void, XmlTextReaderImpl_BlockCopyChars, (Char__Array * src, int32_t srcOffset, Char__Array * dst, int32_t dstOffset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02364380, void, XmlTextReaderImpl_BlockCopy, (Byte__Array * src, int32_t srcOffset, Byte__Array * dst, int32_t dstOffset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01CA5780, void, XmlTextReaderImpl_LaterInitParam__ctor, (XmlTextReaderImpl_LaterInitParam * __this, MethodInfo * method)); DO_APP_FUNC(0x02417CE0, void, XmlTextReaderImpl_ParsingState_Clear, (XmlTextReaderImpl_ParsingState * __this, MethodInfo * method)); DO_APP_FUNC(0x02417FD0, void, XmlTextReaderImpl_ParsingState_Close, (XmlTextReaderImpl_ParsingState * __this, bool closeInput, MethodInfo * method)); DO_APP_FUNC(0x003C5400, int32_t, XmlTextReaderImpl_ParsingState_get_LineNo, (XmlTextReaderImpl_ParsingState * __this, MethodInfo * method)); DO_APP_FUNC(0x02418030, int32_t, XmlTextReaderImpl_ParsingState_get_LinePos, (XmlTextReaderImpl_ParsingState * __this, MethodInfo * method)); DO_APP_FUNC(0x02418040, void, XmlTextReaderImpl_XmlContext__ctor, (XmlTextReaderImpl_XmlContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02418190, void, XmlTextReaderImpl_XmlContext__ctor_1, (XmlTextReaderImpl_XmlContext * __this, XmlTextReaderImpl_XmlContext * previousContext, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlTextReaderImpl_NoNamespaceManager__ctor, (XmlTextReaderImpl_NoNamespaceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x024182C0, String *, XmlTextReaderImpl_NoNamespaceManager_get_DefaultNamespace, (XmlTextReaderImpl_NoNamespaceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlTextReaderImpl_NoNamespaceManager_PushScope, (XmlTextReaderImpl_NoNamespaceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, XmlTextReaderImpl_NoNamespaceManager_PopScope, (XmlTextReaderImpl_NoNamespaceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlTextReaderImpl_NoNamespaceManager_AddNamespace, (XmlTextReaderImpl_NoNamespaceManager * __this, String * prefix, String * uri, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IEnumerator *, XmlTextReaderImpl_NoNamespaceManager_GetEnumerator, (XmlTextReaderImpl_NoNamespaceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IDictionary_2_System_String_System_String_ *, XmlTextReaderImpl_NoNamespaceManager_GetNamespacesInScope, (XmlTextReaderImpl_NoNamespaceManager * __this, XmlNamespaceScope__Enum scope, MethodInfo * method)); DO_APP_FUNC(0x02418300, String *, XmlTextReaderImpl_NoNamespaceManager_LookupNamespace, (XmlTextReaderImpl_NoNamespaceManager * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, String *, XmlTextReaderImpl_NoNamespaceManager_LookupPrefix, (XmlTextReaderImpl_NoNamespaceManager * __this, String * uri, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, XmlTextReaderImpl_DtdParserProxy__ctor, (XmlTextReaderImpl_DtdParserProxy * __this, XmlTextReaderImpl * reader, MethodInfo * method)); DO_APP_FUNC(0x02418340, XmlNameTable *, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapter_get_NameTable, (XmlTextReaderImpl_DtdParserProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x02418360, IXmlNamespaceResolver *, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapter_get_NamespaceResolver, (XmlTextReaderImpl_DtdParserProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x02418380, Uri *, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapter_get_BaseUri, (XmlTextReaderImpl_DtdParserProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x02418440, bool, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapter_get_IsEof, (XmlTextReaderImpl_DtdParserProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x01AAA9E0, Char__Array *, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapter_get_ParsingBuffer, (XmlTextReaderImpl_DtdParserProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC020, int32_t, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapter_get_ParsingBufferLength, (XmlTextReaderImpl_DtdParserProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACBD80, int32_t, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapter_get_CurrentPosition, (XmlTextReaderImpl_DtdParserProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x02418460, void, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapter_set_CurrentPosition, (XmlTextReaderImpl_DtdParserProxy * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02418480, int32_t, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapter_get_EntityStackLength, (XmlTextReaderImpl_DtdParserProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x024184A0, bool, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapter_get_IsEntityEolNormalized, (XmlTextReaderImpl_DtdParserProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x024184C0, void, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapter_OnNewLine, (XmlTextReaderImpl_DtdParserProxy * __this, int32_t pos, MethodInfo * method)); DO_APP_FUNC(0x024184F0, int32_t, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapter_get_LineNo, (XmlTextReaderImpl_DtdParserProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x02418510, int32_t, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapter_get_LineStartPosition, (XmlTextReaderImpl_DtdParserProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x02418530, int32_t, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapter_ReadData, (XmlTextReaderImpl_DtdParserProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x02418550, int32_t, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapter_ParseNumericCharRef, (XmlTextReaderImpl_DtdParserProxy * __this, StringBuilder * internalSubsetBuilder, MethodInfo * method)); DO_APP_FUNC(0x02418620, int32_t, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapter_ParseNamedCharRef, (XmlTextReaderImpl_DtdParserProxy * __this, bool expand, StringBuilder * internalSubsetBuilder, MethodInfo * method)); DO_APP_FUNC(0x02418640, void, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapter_ParsePI, (XmlTextReaderImpl_DtdParserProxy * __this, StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x024186A0, void, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapter_ParseComment, (XmlTextReaderImpl_DtdParserProxy * __this, StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x024186C0, bool, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapter_PushEntity, (XmlTextReaderImpl_DtdParserProxy * __this, IDtdEntityInfo * entity, int32_t * entityId, MethodInfo * method)); DO_APP_FUNC(0x024187A0, bool, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapter_PopEntity, (XmlTextReaderImpl_DtdParserProxy * __this, IDtdEntityInfo * * oldEntity, int32_t * newEntityId, MethodInfo * method)); DO_APP_FUNC(0x024188B0, bool, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapter_PushExternalSubset, (XmlTextReaderImpl_DtdParserProxy * __this, String * systemId, String * publicId, MethodInfo * method)); DO_APP_FUNC(0x02418A40, void, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapter_PushInternalDtd, (XmlTextReaderImpl_DtdParserProxy * __this, String * baseUri, String * internalDtd, MethodInfo * method)); DO_APP_FUNC(0x02418B30, void, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapter_Throw, (XmlTextReaderImpl_DtdParserProxy * __this, Exception * e, MethodInfo * method)); DO_APP_FUNC(0x02418B60, void, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapter_OnSystemId, (XmlTextReaderImpl_DtdParserProxy * __this, String * systemId, LineInfo keywordLineInfo, LineInfo systemLiteralLineInfo, MethodInfo * method)); DO_APP_FUNC(0x02418C50, void, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapter_OnPublicId, (XmlTextReaderImpl_DtdParserProxy * __this, String * publicId, LineInfo keywordLineInfo, LineInfo publicLiteralLineInfo, MethodInfo * method)); DO_APP_FUNC(0x02418D40, bool, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapterWithValidation_get_DtdValidation, (XmlTextReaderImpl_DtdParserProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x02418D70, IValidationEventHandling *, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapterWithValidation_get_ValidationEventHandling, (XmlTextReaderImpl_DtdParserProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x02418D90, bool, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapterV1_get_Normalization, (XmlTextReaderImpl_DtdParserProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x02418DB0, bool, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapterV1_get_Namespaces, (XmlTextReaderImpl_DtdParserProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x02418DD0, bool, XmlTextReaderImpl_DtdParserProxy_System_Xml_IDtdParserAdapterV1_get_V1CompatibilityMode, (XmlTextReaderImpl_DtdParserProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x02418DF0, XmlTextReaderImpl_NodeData *, XmlTextReaderImpl_NodeData_get_None, (MethodInfo * method)); DO_APP_FUNC(0x02418F00, void, XmlTextReaderImpl_NodeData__ctor, (XmlTextReaderImpl_NodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x0111DD10, int32_t, XmlTextReaderImpl_NodeData_get_LineNo, (XmlTextReaderImpl_NodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x01D80210, int32_t, XmlTextReaderImpl_NodeData_get_LinePos, (XmlTextReaderImpl_NodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x02418F20, bool, XmlTextReaderImpl_NodeData_get_IsEmptyElement, (XmlTextReaderImpl_NodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7C390, void, XmlTextReaderImpl_NodeData_set_IsEmptyElement, (XmlTextReaderImpl_NodeData * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02418F30, bool, XmlTextReaderImpl_NodeData_get_IsDefaultAttribute, (XmlTextReaderImpl_NodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7C390, void, XmlTextReaderImpl_NodeData_set_IsDefaultAttribute, (XmlTextReaderImpl_NodeData * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02418F40, bool, XmlTextReaderImpl_NodeData_get_ValueBuffered, (XmlTextReaderImpl_NodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x02418F50, String *, XmlTextReaderImpl_NodeData_get_StringValue, (XmlTextReaderImpl_NodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x02418FE0, void, XmlTextReaderImpl_NodeData_TrimSpacesInValue, (XmlTextReaderImpl_NodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x02419160, void, XmlTextReaderImpl_NodeData_Clear, (XmlTextReaderImpl_NodeData * __this, XmlNodeType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02419340, void, XmlTextReaderImpl_NodeData_ClearName, (XmlTextReaderImpl_NodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x02419500, void, XmlTextReaderImpl_NodeData_SetLineInfo, (XmlTextReaderImpl_NodeData * __this, int32_t lineNo, int32_t linePos, MethodInfo * method)); DO_APP_FUNC(0x02419510, void, XmlTextReaderImpl_NodeData_SetLineInfo2, (XmlTextReaderImpl_NodeData * __this, int32_t lineNo, int32_t linePos, MethodInfo * method)); DO_APP_FUNC(0x02419520, void, XmlTextReaderImpl_NodeData_SetValueNode, (XmlTextReaderImpl_NodeData * __this, XmlNodeType__Enum type, String * value, MethodInfo * method)); DO_APP_FUNC(0x024195A0, void, XmlTextReaderImpl_NodeData_SetValueNode_1, (XmlTextReaderImpl_NodeData * __this, XmlNodeType__Enum type, Char__Array * chars, int32_t startPos, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x02419690, void, XmlTextReaderImpl_NodeData_SetNamedNode, (XmlTextReaderImpl_NodeData * __this, XmlNodeType__Enum type, String * localName, MethodInfo * method)); DO_APP_FUNC(0x02419710, void, XmlTextReaderImpl_NodeData_SetNamedNode_1, (XmlTextReaderImpl_NodeData * __this, XmlNodeType__Enum type, String * localName, String * prefix, String * nameWPrefix, MethodInfo * method)); DO_APP_FUNC(0x02419930, void, XmlTextReaderImpl_NodeData_SetValue, (XmlTextReaderImpl_NodeData * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02419990, void, XmlTextReaderImpl_NodeData_SetValue_1, (XmlTextReaderImpl_NodeData * __this, Char__Array * chars, int32_t startPos, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x02419A60, void, XmlTextReaderImpl_NodeData_OnBufferInvalidated, (XmlTextReaderImpl_NodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x02419AF0, void, XmlTextReaderImpl_NodeData_CopyTo, (XmlTextReaderImpl_NodeData * __this, int32_t valueOffset, StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x02419B80, String *, XmlTextReaderImpl_NodeData_GetNameWPrefix, (XmlTextReaderImpl_NodeData * __this, XmlNameTable * nt, MethodInfo * method)); DO_APP_FUNC(0x02419CF0, String *, XmlTextReaderImpl_NodeData_CreateNameWPrefix, (XmlTextReaderImpl_NodeData * __this, XmlNameTable * nt, MethodInfo * method)); DO_APP_FUNC(0x02419E40, int32_t, XmlTextReaderImpl_NodeData_System_IComparable_CompareTo, (XmlTextReaderImpl_NodeData * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02419F50, IComparer_1_System_Object_ *, XmlTextReaderImpl_DtdDefaultAttributeInfoToNodeDataComparer_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x02419FB0, int32_t, XmlTextReaderImpl_DtdDefaultAttributeInfoToNodeDataComparer_Compare, (XmlTextReaderImpl_DtdDefaultAttributeInfoToNodeDataComparer * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C780E0, XmlTextReaderImpl_DtdDefaultAttributeInfoToNodeDataComparer_Compare__MethodInfo); DO_APP_FUNC(0x003AC050, void, XmlTextReaderImpl_DtdDefaultAttributeInfoToNodeDataComparer__ctor, (XmlTextReaderImpl_DtdDefaultAttributeInfoToNodeDataComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x0241A330, void, XmlTextReaderImpl_DtdDefaultAttributeInfoToNodeDataComparer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, XmlTextReaderImpl_OnDefaultAttributeUseDelegate__ctor, (XmlTextReaderImpl_OnDefaultAttributeUseDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, XmlTextReaderImpl_OnDefaultAttributeUseDelegate_Invoke, (XmlTextReaderImpl_OnDefaultAttributeUseDelegate * __this, IDtdDefaultAttributeInfo * defaultAttribute, XmlTextReaderImpl * coreReader, MethodInfo * method)); DO_APP_FUNC(0x0241A3E0, void, XmlTextWriter__ctor, (XmlTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0241A660, void, XmlTextWriter__ctor_1, (XmlTextWriter * __this, Stream * w, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x0241A8D0, void, XmlTextWriter__ctor_2, (XmlTextWriter * __this, TextWriter * w, MethodInfo * method)); DO_APP_FUNC(0x0241AAA0, Stream *, XmlTextWriter_get_BaseStream, (XmlTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0241AB20, void, XmlTextWriter_set_Formatting, (XmlTextWriter * __this, Formatting__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0241AB30, void, XmlTextWriter_WriteStartDocument, (XmlTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0241AB40, void, XmlTextWriter_WriteStartDocument_1, (XmlTextWriter * __this, bool standalone, MethodInfo * method)); DO_APP_FUNC(0x0241AB60, void, XmlTextWriter_WriteEndDocument, (XmlTextWriter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78190, XmlTextWriter_WriteEndDocument__MethodInfo); DO_APP_FUNC(0x0241AD50, void, XmlTextWriter_WriteDocType, (XmlTextWriter * __this, String * name, String * pubid, String * sysid, String * subset, MethodInfo * method)); DO_APP_FUNC(0x0241B160, void, XmlTextWriter_WriteStartElement, (XmlTextWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78118, XmlTextWriter_WriteStartElement__MethodInfo); DO_APP_FUNC(0x0241B720, void, XmlTextWriter_WriteEndElement, (XmlTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0241B730, void, XmlTextWriter_WriteFullEndElement, (XmlTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0241B740, void, XmlTextWriter_WriteStartAttribute, (XmlTextWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78038, XmlTextWriter_WriteStartAttribute__MethodInfo); DO_APP_FUNC(0x0241BF60, void, XmlTextWriter_WriteEndAttribute, (XmlTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0241BFB0, void, XmlTextWriter_WriteCData, (XmlTextWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78010, XmlTextWriter_WriteCData__MethodInfo); DO_APP_FUNC(0x0241C310, void, XmlTextWriter_WriteComment, (XmlTextWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78000, XmlTextWriter_WriteComment__MethodInfo); DO_APP_FUNC(0x0241C6A0, void, XmlTextWriter_WriteProcessingInstruction, (XmlTextWriter * __this, String * name, String * text, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78070, XmlTextWriter_WriteProcessingInstruction__MethodInfo); DO_APP_FUNC(0x0241CAC0, void, XmlTextWriter_WriteEntityRef, (XmlTextWriter * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0241CC40, void, XmlTextWriter_WriteCharEntity, (XmlTextWriter * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x0241CCB0, void, XmlTextWriter_WriteWhitespace, (XmlTextWriter * __this, String * ws, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78060, XmlTextWriter_WriteWhitespace__MethodInfo); DO_APP_FUNC(0x0241CE20, void, XmlTextWriter_WriteString, (XmlTextWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x0241CEA0, void, XmlTextWriter_WriteSurrogateCharEntity, (XmlTextWriter * __this, uint16_t lowChar, uint16_t highChar, MethodInfo * method)); DO_APP_FUNC(0x0241CF20, void, XmlTextWriter_WriteChars, (XmlTextWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0241CFC0, void, XmlTextWriter_WriteRaw, (XmlTextWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0241D060, void, XmlTextWriter_WriteRaw_1, (XmlTextWriter * __this, String * data, MethodInfo * method)); DO_APP_FUNC(0x0241D0D0, void, XmlTextWriter_WriteBase64, (XmlTextWriter * __this, Byte__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0241D280, void, XmlTextWriter_WriteBinHex, (XmlTextWriter * __this, Byte__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0241D310, WriteState__Enum, XmlTextWriter_get_WriteState, (XmlTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0241D380, void, XmlTextWriter_Close, (XmlTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0241D4A0, void, XmlTextWriter_Flush, (XmlTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0241D4D0, String *, XmlTextWriter_LookupPrefix, (XmlTextWriter * __this, String * ns, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78048, XmlTextWriter_LookupPrefix__MethodInfo); DO_APP_FUNC(0x0241D610, void, XmlTextWriter_StartDocument, (XmlTextWriter * __this, int32_t standalone, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77FA8, XmlTextWriter_StartDocument__MethodInfo); DO_APP_FUNC(0x0241D9D0, void, XmlTextWriter_AutoComplete, (XmlTextWriter * __this, XmlTextWriter_Token__Enum token, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77F88, XmlTextWriter_AutoComplete__MethodInfo); DO_APP_FUNC(0x0241DFF0, void, XmlTextWriter_AutoCompleteAll, (XmlTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0241E040, void, XmlTextWriter_InternalWriteEndElement, (XmlTextWriter * __this, bool longFormat, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77FA0, XmlTextWriter_InternalWriteEndElement__MethodInfo); DO_APP_FUNC(0x0241E480, void, XmlTextWriter_WriteEndStartTag, (XmlTextWriter * __this, bool empty, MethodInfo * method)); DO_APP_FUNC(0x0241E8B0, void, XmlTextWriter_WriteEndAttributeQuote, (XmlTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0241E930, void, XmlTextWriter_Indent, (XmlTextWriter * __this, bool beforeEndElement, MethodInfo * method)); DO_APP_FUNC(0x0241EA10, void, XmlTextWriter_PushNamespace, (XmlTextWriter * __this, String * prefix, String * ns, bool declared, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77FF0, XmlTextWriter_PushNamespace__MethodInfo); DO_APP_FUNC(0x0241ED40, void, XmlTextWriter_AddNamespace, (XmlTextWriter * __this, String * prefix, String * ns, bool declared, MethodInfo * method)); DO_APP_FUNC(0x0241F120, void, XmlTextWriter_AddToNamespaceHashtable, (XmlTextWriter * __this, int32_t namespaceIndex, MethodInfo * method)); DO_APP_FUNC(0x0241F260, void, XmlTextWriter_PopNamespaces, (XmlTextWriter * __this, int32_t indexFrom, int32_t indexTo, MethodInfo * method)); DO_APP_FUNC(0x0241F3A0, String *, XmlTextWriter_GeneratePrefix, (XmlTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0241F5E0, void, XmlTextWriter_InternalWriteProcessingInstruction, (XmlTextWriter * __this, String * name, String * text, MethodInfo * method)); DO_APP_FUNC(0x0241F6F0, int32_t, XmlTextWriter_LookupNamespace, (XmlTextWriter * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x0241F860, int32_t, XmlTextWriter_LookupNamespaceInCurrentScope, (XmlTextWriter * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x0241FA10, String *, XmlTextWriter_FindPrefix, (XmlTextWriter * __this, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0241FB20, void, XmlTextWriter_ValidateName, (XmlTextWriter * __this, String * name, bool isNCName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77F10, XmlTextWriter_ValidateName__MethodInfo); DO_APP_FUNC(0x0241FDB0, void, XmlTextWriter_HandleSpecialAttribute, (XmlTextWriter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77F00, XmlTextWriter_HandleSpecialAttribute__MethodInfo); DO_APP_FUNC(0x024200E0, void, XmlTextWriter_VerifyPrefixXml, (XmlTextWriter * __this, String * prefix, String * ns, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77F70, XmlTextWriter_VerifyPrefixXml__MethodInfo); DO_APP_FUNC(0x024201F0, void, XmlTextWriter_PushStack, (XmlTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02420430, void, XmlTextWriter_FlushEncoders, (XmlTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02420460, void, XmlTextWriter__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02420F60, void, XmlTextWriter_TagInfo_Init, (XmlTextWriter_TagInfo * __this, int32_t nsTop, MethodInfo * method)); DO_APP_FUNC(0x024210B0, void, XmlTextWriter_Namespace_Set, (XmlTextWriter_Namespace * __this, String * prefix, String * ns, bool declared, MethodInfo * method)); DO_APP_FUNC(0x02421170, void, XmlUtf8RawTextWriter__ctor, (XmlUtf8RawTextWriter * __this, XmlWriterSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x024212F0, void, XmlUtf8RawTextWriter__ctor_1, (XmlUtf8RawTextWriter * __this, Stream * stream, XmlWriterSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x024216B0, void, XmlUtf8RawTextWriter_WriteXmlDeclaration, (XmlUtf8RawTextWriter * __this, XmlStandalone__Enum standalone, MethodInfo * method)); DO_APP_FUNC(0x024218C0, void, XmlUtf8RawTextWriter_WriteXmlDeclaration_1, (XmlUtf8RawTextWriter * __this, String * xmldecl, MethodInfo * method)); DO_APP_FUNC(0x02421930, void, XmlUtf8RawTextWriter_WriteDocType, (XmlUtf8RawTextWriter * __this, String * name, String * pubid, String * sysid, String * subset, MethodInfo * method)); DO_APP_FUNC(0x02421BA0, void, XmlUtf8RawTextWriter_WriteStartElement, (XmlUtf8RawTextWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x02421C50, void, XmlUtf8RawTextWriter_StartElementContent, (XmlUtf8RawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02421C90, void, XmlUtf8RawTextWriter_WriteEndElement, (XmlUtf8RawTextWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x02421DE0, void, XmlUtf8RawTextWriter_WriteFullEndElement, (XmlUtf8RawTextWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x02421EE0, void, XmlUtf8RawTextWriter_WriteStartAttribute, (XmlUtf8RawTextWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x02421FE0, void, XmlUtf8RawTextWriter_WriteEndAttribute, (XmlUtf8RawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02335C10, void, XmlUtf8RawTextWriter_WriteNamespaceDeclaration, (XmlUtf8RawTextWriter * __this, String * prefix, String * namespaceName, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, XmlUtf8RawTextWriter_get_SupportsNamespaceDeclarationInChunks, (XmlUtf8RawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02422020, void, XmlUtf8RawTextWriter_WriteStartNamespaceDeclaration, (XmlUtf8RawTextWriter * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x02422150, void, XmlUtf8RawTextWriter_WriteEndNamespaceDeclaration, (XmlUtf8RawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02422190, void, XmlUtf8RawTextWriter_WriteCData, (XmlUtf8RawTextWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02422380, void, XmlUtf8RawTextWriter_WriteComment, (XmlUtf8RawTextWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x024224A0, void, XmlUtf8RawTextWriter_WriteProcessingInstruction, (XmlUtf8RawTextWriter * __this, String * name, String * text, MethodInfo * method)); DO_APP_FUNC(0x024225B0, void, XmlUtf8RawTextWriter_WriteEntityRef, (XmlUtf8RawTextWriter * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02422650, void, XmlUtf8RawTextWriter_WriteCharEntity, (XmlUtf8RawTextWriter * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77EF8, XmlUtf8RawTextWriter_WriteCharEntity__MethodInfo); DO_APP_FUNC(0x024228A0, void, XmlUtf8RawTextWriter_WriteWhitespace, (XmlUtf8RawTextWriter * __this, String * ws, MethodInfo * method)); DO_APP_FUNC(0x024228A0, void, XmlUtf8RawTextWriter_WriteString, (XmlUtf8RawTextWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x024228E0, void, XmlUtf8RawTextWriter_WriteSurrogateCharEntity, (XmlUtf8RawTextWriter * __this, uint16_t lowChar, uint16_t highChar, MethodInfo * method)); DO_APP_FUNC(0x0232D1D0, void, XmlUtf8RawTextWriter_WriteChars, (XmlUtf8RawTextWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02422AC0, void, XmlUtf8RawTextWriter_WriteRaw, (XmlUtf8RawTextWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02330430, void, XmlUtf8RawTextWriter_WriteRaw_1, (XmlUtf8RawTextWriter * __this, String * data, MethodInfo * method)); DO_APP_FUNC(0x02422B10, void, XmlUtf8RawTextWriter_Close, (XmlUtf8RawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02422C90, void, XmlUtf8RawTextWriter_Flush, (XmlUtf8RawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02422CD0, void, XmlUtf8RawTextWriter_FlushBuffer, (XmlUtf8RawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlUtf8RawTextWriter_FlushEncoder, (XmlUtf8RawTextWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02423060, void, XmlUtf8RawTextWriter_WriteAttributeTextBlock, (XmlUtf8RawTextWriter * __this, uint16_t * pSrc, uint16_t * pSrcEnd, MethodInfo * method)); DO_APP_FUNC(0x02423320, void, XmlUtf8RawTextWriter_WriteElementTextBlock, (XmlUtf8RawTextWriter * __this, uint16_t * pSrc, uint16_t * pSrcEnd, MethodInfo * method)); DO_APP_FUNC(0x02423610, void, XmlUtf8RawTextWriter_RawText, (XmlUtf8RawTextWriter * __this, String * s, MethodInfo * method)); DO_APP_FUNC(0x02423640, void, XmlUtf8RawTextWriter_RawText_1, (XmlUtf8RawTextWriter * __this, uint16_t * pSrcBegin, uint16_t * pSrcEnd, MethodInfo * method)); DO_APP_FUNC(0x024237C0, void, XmlUtf8RawTextWriter_WriteRawWithCharChecking, (XmlUtf8RawTextWriter * __this, uint16_t * pSrcBegin, uint16_t * pSrcEnd, MethodInfo * method)); DO_APP_FUNC(0x02423A60, void, XmlUtf8RawTextWriter_WriteCommentOrPi, (XmlUtf8RawTextWriter * __this, String * text, int32_t stopChar, MethodInfo * method)); DO_APP_FUNC(0x02423E40, void, XmlUtf8RawTextWriter_WriteCDataSection, (XmlUtf8RawTextWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x024241E0, bool, XmlUtf8RawTextWriter_IsSurrogateByte, (uint8_t b, MethodInfo * method)); DO_APP_FUNC(0x024241F0, uint8_t *, XmlUtf8RawTextWriter_EncodeSurrogate, (uint16_t * pSrc, uint16_t * pSrcEnd, uint8_t * pDst, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77E88, XmlUtf8RawTextWriter_EncodeSurrogate__MethodInfo); DO_APP_FUNC(0x024243A0, uint8_t *, XmlUtf8RawTextWriter_InvalidXmlChar, (XmlUtf8RawTextWriter * __this, int32_t ch, uint8_t * pDst, bool entitize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77E90, XmlUtf8RawTextWriter_InvalidXmlChar__MethodInfo); DO_APP_FUNC(0x024245B0, void, XmlUtf8RawTextWriter_EncodeChar, (XmlUtf8RawTextWriter * __this, uint16_t * * pSrc, uint16_t * pSrcEnd, uint8_t * * pDst, MethodInfo * method)); DO_APP_FUNC(0x02424680, uint8_t *, XmlUtf8RawTextWriter_EncodeMultibyteUTF8, (int32_t ch, uint8_t * pDst, MethodInfo * method)); DO_APP_FUNC(0x024246D0, void, XmlUtf8RawTextWriter_CharToUTF8, (uint16_t * * pSrc, uint16_t * pSrcEnd, uint8_t * * pDst, MethodInfo * method)); DO_APP_FUNC(0x02424790, uint8_t *, XmlUtf8RawTextWriter_WriteNewLine, (XmlUtf8RawTextWriter * __this, uint8_t * pDst, MethodInfo * method)); DO_APP_FUNC(0x02424800, uint8_t *, XmlUtf8RawTextWriter_LtEntity, (uint8_t * pDst, MethodInfo * method)); DO_APP_FUNC(0x02424810, uint8_t *, XmlUtf8RawTextWriter_GtEntity, (uint8_t * pDst, MethodInfo * method)); DO_APP_FUNC(0x02424820, uint8_t *, XmlUtf8RawTextWriter_AmpEntity, (uint8_t * pDst, MethodInfo * method)); DO_APP_FUNC(0x02424830, uint8_t *, XmlUtf8RawTextWriter_QuoteEntity, (uint8_t * pDst, MethodInfo * method)); DO_APP_FUNC(0x02424850, uint8_t *, XmlUtf8RawTextWriter_TabEntity, (uint8_t * pDst, MethodInfo * method)); DO_APP_FUNC(0x02424860, uint8_t *, XmlUtf8RawTextWriter_LineFeedEntity, (uint8_t * pDst, MethodInfo * method)); DO_APP_FUNC(0x02424870, uint8_t *, XmlUtf8RawTextWriter_CarriageReturnEntity, (uint8_t * pDst, MethodInfo * method)); DO_APP_FUNC(0x02424880, uint8_t *, XmlUtf8RawTextWriter_CharEntity, (uint8_t * pDst, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x024249D0, uint8_t *, XmlUtf8RawTextWriter_RawStartCData, (uint8_t * pDst, MethodInfo * method)); DO_APP_FUNC(0x024249F0, uint8_t *, XmlUtf8RawTextWriter_RawEndCData, (uint8_t * pDst, MethodInfo * method)); DO_APP_FUNC(0x02424A00, void, XmlUtf8RawTextWriter_ValidateContentChars, (XmlUtf8RawTextWriter * __this, String * chars, String * propertyName, bool allowOnlyWhitespace, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77E80, XmlUtf8RawTextWriter_ValidateContentChars__MethodInfo); DO_APP_FUNC(0x02424E20, void, XmlUtf8RawTextWriterIndent__ctor, (XmlUtf8RawTextWriterIndent * __this, Stream * stream, XmlWriterSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x02424E50, void, XmlUtf8RawTextWriterIndent_WriteDocType, (XmlUtf8RawTextWriterIndent * __this, String * name, String * pubid, String * sysid, String * subset, MethodInfo * method)); DO_APP_FUNC(0x02424EC0, void, XmlUtf8RawTextWriterIndent_WriteStartElement, (XmlUtf8RawTextWriterIndent * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x02424FF0, void, XmlUtf8RawTextWriterIndent_StartElementContent, (XmlUtf8RawTextWriterIndent * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D1E0, void, XmlUtf8RawTextWriterIndent_OnRootElement, (XmlUtf8RawTextWriterIndent * __this, ConformanceLevel__Enum currentConformanceLevel, MethodInfo * method)); DO_APP_FUNC(0x02425060, void, XmlUtf8RawTextWriterIndent_WriteEndElement, (XmlUtf8RawTextWriterIndent * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x02425130, void, XmlUtf8RawTextWriterIndent_WriteFullEndElement, (XmlUtf8RawTextWriterIndent * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x024252B0, void, XmlUtf8RawTextWriterIndent_WriteStartAttribute, (XmlUtf8RawTextWriterIndent * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x024253C0, void, XmlUtf8RawTextWriterIndent_WriteCData, (XmlUtf8RawTextWriterIndent * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x024253D0, void, XmlUtf8RawTextWriterIndent_WriteComment, (XmlUtf8RawTextWriterIndent * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02425410, void, XmlUtf8RawTextWriterIndent_WriteProcessingInstruction, (XmlUtf8RawTextWriterIndent * __this, String * target, String * text, MethodInfo * method)); DO_APP_FUNC(0x02425540, void, XmlUtf8RawTextWriterIndent_WriteEntityRef, (XmlUtf8RawTextWriterIndent * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x024255F0, void, XmlUtf8RawTextWriterIndent_WriteCharEntity, (XmlUtf8RawTextWriterIndent * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x02425600, void, XmlUtf8RawTextWriterIndent_WriteSurrogateCharEntity, (XmlUtf8RawTextWriterIndent * __this, uint16_t lowChar, uint16_t highChar, MethodInfo * method)); DO_APP_FUNC(0x02425610, void, XmlUtf8RawTextWriterIndent_WriteWhitespace, (XmlUtf8RawTextWriterIndent * __this, String * ws, MethodInfo * method)); DO_APP_FUNC(0x02425610, void, XmlUtf8RawTextWriterIndent_WriteString, (XmlUtf8RawTextWriterIndent * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02425660, void, XmlUtf8RawTextWriterIndent_WriteChars, (XmlUtf8RawTextWriterIndent * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x024256B0, void, XmlUtf8RawTextWriterIndent_WriteRaw, (XmlUtf8RawTextWriterIndent * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02425700, void, XmlUtf8RawTextWriterIndent_WriteRaw_1, (XmlUtf8RawTextWriterIndent * __this, String * data, MethodInfo * method)); DO_APP_FUNC(0x02425750, void, XmlUtf8RawTextWriterIndent_WriteBase64, (XmlUtf8RawTextWriterIndent * __this, Byte__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02425770, void, XmlUtf8RawTextWriterIndent_Init, (XmlUtf8RawTextWriterIndent * __this, XmlWriterSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x02425940, void, XmlUtf8RawTextWriterIndent_WriteIndent, (XmlUtf8RawTextWriterIndent * __this, MethodInfo * method)); DO_APP_FUNC(0x024259C0, void, XmlValidatingReaderImpl__ctor, (XmlValidatingReaderImpl * __this, XmlReader * reader, ValidationEventHandler * settingsEventHandler, bool processIdentityConstraints, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77E60, XmlValidatingReaderImpl__ctor__MethodInfo); DO_APP_FUNC(0x02426190, XmlReaderSettings *, XmlValidatingReaderImpl_get_Settings, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02417570, XmlNodeType__Enum, XmlValidatingReaderImpl_get_NodeType, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x024175A0, String *, XmlValidatingReaderImpl_get_Name, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x024175D0, String *, XmlValidatingReaderImpl_get_LocalName, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6C2F0, String *, XmlValidatingReaderImpl_get_NamespaceURI, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6C320, String *, XmlValidatingReaderImpl_get_Prefix, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6C160, bool, XmlValidatingReaderImpl_get_HasValue, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02417600, String *, XmlValidatingReaderImpl_get_Value, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02417630, int32_t, XmlValidatingReaderImpl_get_Depth, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02417660, String *, XmlValidatingReaderImpl_get_BaseURI, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6C190, bool, XmlValidatingReaderImpl_get_IsEmptyElement, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6C580, bool, XmlValidatingReaderImpl_get_IsDefault, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x024262A0, ReadState__Enum_1, XmlValidatingReaderImpl_get_ReadState, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6ED50, bool, XmlValidatingReaderImpl_get_EOF, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x024177E0, XmlNameTable *, XmlValidatingReaderImpl_get_NameTable, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02417690, int32_t, XmlValidatingReaderImpl_get_AttributeCount, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x024176C0, String *, XmlValidatingReaderImpl_GetAttribute, (XmlValidatingReaderImpl * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x024176F0, String *, XmlValidatingReaderImpl_GetAttribute_1, (XmlValidatingReaderImpl * __this, String * localName, String * namespaceURI, MethodInfo * method)); DO_APP_FUNC(0x024262E0, bool, XmlValidatingReaderImpl_MoveToAttribute, (XmlValidatingReaderImpl * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02426330, void, XmlValidatingReaderImpl_MoveToAttribute_1, (XmlValidatingReaderImpl * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02426370, bool, XmlValidatingReaderImpl_MoveToFirstAttribute, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x024263C0, bool, XmlValidatingReaderImpl_MoveToNextAttribute, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02426410, bool, XmlValidatingReaderImpl_MoveToElement, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02426460, bool, XmlValidatingReaderImpl_Read, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02426710, void, XmlValidatingReaderImpl_Close, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02426750, String *, XmlValidatingReaderImpl_LookupNamespace, (XmlValidatingReaderImpl * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x02426780, bool, XmlValidatingReaderImpl_ReadAttributeValue, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, XmlValidatingReaderImpl_get_CanResolveEntity, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x024267F0, void, XmlValidatingReaderImpl_ResolveEntity, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02426830, void, XmlValidatingReaderImpl_MoveOffEntityReference, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77E98, XmlValidatingReaderImpl_MoveOffEntityReference__MethodInfo); DO_APP_FUNC(0x02426900, String *, XmlValidatingReaderImpl_ReadString, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, XmlValidatingReaderImpl_HasLineInfo, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x024269D0, int32_t, XmlValidatingReaderImpl_get_LineNumber, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02426A70, int32_t, XmlValidatingReaderImpl_get_LinePosition, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02426B10, IDictionary_2_System_String_System_String_ *, XmlValidatingReaderImpl_System_Xml_IXmlNamespaceResolver_GetNamespacesInScope, (XmlValidatingReaderImpl * __this, XmlNamespaceScope__Enum scope, MethodInfo * method)); DO_APP_FUNC(0x0234CA20, String *, XmlValidatingReaderImpl_System_Xml_IXmlNamespaceResolver_LookupNamespace, (XmlValidatingReaderImpl * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x02426B70, String *, XmlValidatingReaderImpl_System_Xml_IXmlNamespaceResolver_LookupPrefix, (XmlValidatingReaderImpl * __this, String * namespaceName, MethodInfo * method)); DO_APP_FUNC(0x02426B10, IDictionary_2_System_String_System_String_ *, XmlValidatingReaderImpl_GetNamespacesInScope, (XmlValidatingReaderImpl * __this, XmlNamespaceScope__Enum scope, MethodInfo * method)); DO_APP_FUNC(0x02426B70, String *, XmlValidatingReaderImpl_LookupPrefix, (XmlValidatingReaderImpl * __this, String * namespaceName, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, ValidationType__Enum, XmlValidatingReaderImpl_get_ValidationType, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, XmlSchemaCollection *, XmlValidatingReaderImpl_get_Schemas, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02426BD0, void, XmlValidatingReaderImpl_ParseDtdFromParserContext, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02426CF0, void, XmlValidatingReaderImpl_ValidateDtd, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02426E70, void, XmlValidatingReaderImpl_ResolveEntityInternally, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02426F10, void, XmlValidatingReaderImpl_SetupValidation, (XmlValidatingReaderImpl * __this, ValidationType__Enum valType, MethodInfo * method)); DO_APP_FUNC(0x02427250, XmlResolver *, XmlValidatingReaderImpl_GetResolver, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02427340, void, XmlValidatingReaderImpl_ProcessCoreReaderEvent, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, BaseValidator *, XmlValidatingReaderImpl_get_Validator, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, XmlValidatingReaderImpl_set_Validator, (XmlValidatingReaderImpl * __this, BaseValidator * value, MethodInfo * method)); DO_APP_FUNC(0x01AB97B0, XmlNamespaceManager *, XmlValidatingReaderImpl_get_NamespaceManager, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02427460, bool, XmlValidatingReaderImpl_get_StandAlone, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02427480, void, XmlValidatingReaderImpl_set_SchemaTypeObject, (XmlValidatingReaderImpl * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x024274A0, Object *, XmlValidatingReaderImpl_get_TypedValueObject, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x024274D0, void, XmlValidatingReaderImpl_set_TypedValueObject, (XmlValidatingReaderImpl * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x024274F0, bool, XmlValidatingReaderImpl_AddDefaultAttribute, (XmlValidatingReaderImpl * __this, SchemaAttDef * attdef, MethodInfo * method)); DO_APP_FUNC(0x02427510, IDtdInfo *, XmlValidatingReaderImpl_get_DtdInfo, (XmlValidatingReaderImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02427540, void, XmlValidatingReaderImpl_ValidateDefaultAttributeOnUse, (XmlValidatingReaderImpl * __this, IDtdDefaultAttributeInfo * defaultAttribute, XmlTextReaderImpl * coreReader, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77E50, XmlValidatingReaderImpl_ValidateDefaultAttributeOnUse__MethodInfo); DO_APP_FUNC(0x003BABE0, void, XmlValidatingReaderImpl_ValidationEventHandling__ctor, (XmlValidatingReaderImpl_ValidationEventHandling * __this, XmlValidatingReaderImpl * reader, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, XmlValidatingReaderImpl_ValidationEventHandling_System_Xml_IValidationEventHandling_get_EventHandler, (XmlValidatingReaderImpl_ValidationEventHandling * __this, MethodInfo * method)); DO_APP_FUNC(0x02427690, void, XmlValidatingReaderImpl_ValidationEventHandling_System_Xml_IValidationEventHandling_SendEvent, (XmlValidatingReaderImpl_ValidationEventHandling * __this, Exception * exception, XmlSeverityType__Enum severity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77E10, XmlValidatingReaderImpl_ValidationEventHandling_System_Xml_IValidationEventHandling_SendEvent__MethodInfo); DO_APP_FUNC(0x024277C0, void, XmlValidatingReaderImpl_ValidationEventHandling_AddHandler, (XmlValidatingReaderImpl_ValidationEventHandling * __this, ValidationEventHandler * handler, MethodInfo * method)); DO_APP_FUNC(0x024278B0, void, XmlWellFormedWriter__ctor, (XmlWellFormedWriter * __this, XmlWriter * writer, XmlWriterSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x024280B0, WriteState__Enum, XmlWellFormedWriter_get_WriteState, (XmlWellFormedWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02428140, void, XmlWellFormedWriter_WriteStartDocument, (XmlWellFormedWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02428150, void, XmlWellFormedWriter_WriteStartDocument_1, (XmlWellFormedWriter * __this, bool standalone, MethodInfo * method)); DO_APP_FUNC(0x02428180, void, XmlWellFormedWriter_WriteEndDocument, (XmlWellFormedWriter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77E40, XmlWellFormedWriter_WriteEndDocument__MethodInfo); DO_APP_FUNC(0x02428290, void, XmlWellFormedWriter_WriteDocType, (XmlWellFormedWriter * __this, String * name, String * pubid, String * sysid, String * subset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77E30, XmlWellFormedWriter_WriteDocType__MethodInfo); DO_APP_FUNC(0x02428840, void, XmlWellFormedWriter_WriteStartElement, (XmlWellFormedWriter * __this, String * prefix, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77DB8, XmlWellFormedWriter_WriteStartElement__MethodInfo); DO_APP_FUNC(0x02428BD0, void, XmlWellFormedWriter_WriteEndElement, (XmlWellFormedWriter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77DC0, XmlWellFormedWriter_WriteEndElement__MethodInfo); DO_APP_FUNC(0x02428DA0, void, XmlWellFormedWriter_WriteFullEndElement, (XmlWellFormedWriter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77DA8, XmlWellFormedWriter_WriteFullEndElement__MethodInfo); DO_APP_FUNC(0x02428F70, void, XmlWellFormedWriter_WriteStartAttribute, (XmlWellFormedWriter * __this, String * prefix, String * localName, String * namespaceName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77D98, XmlWellFormedWriter_WriteStartAttribute__MethodInfo); DO_APP_FUNC(0x02429880, void, XmlWellFormedWriter_WriteEndAttribute, (XmlWellFormedWriter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77DF0, XmlWellFormedWriter_WriteEndAttribute__MethodInfo); DO_APP_FUNC(0x0242ABE0, void, XmlWellFormedWriter_WriteCData, (XmlWellFormedWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x0242ACA0, void, XmlWellFormedWriter_WriteComment, (XmlWellFormedWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x0242AD60, void, XmlWellFormedWriter_WriteProcessingInstruction, (XmlWellFormedWriter * __this, String * name, String * text, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77DE8, XmlWellFormedWriter_WriteProcessingInstruction__MethodInfo); DO_APP_FUNC(0x0242B060, void, XmlWellFormedWriter_WriteEntityRef, (XmlWellFormedWriter * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77DE0, XmlWellFormedWriter_WriteEntityRef__MethodInfo); DO_APP_FUNC(0x0242B180, void, XmlWellFormedWriter_WriteCharEntity, (XmlWellFormedWriter * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77D70, XmlWellFormedWriter_WriteCharEntity__MethodInfo); DO_APP_FUNC(0x0242B350, void, XmlWellFormedWriter_WriteSurrogateCharEntity, (XmlWellFormedWriter * __this, uint16_t lowChar, uint16_t highChar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77D68, XmlWellFormedWriter_WriteSurrogateCharEntity__MethodInfo); DO_APP_FUNC(0x0242B560, void, XmlWellFormedWriter_WriteWhitespace, (XmlWellFormedWriter * __this, String * ws, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77D60, XmlWellFormedWriter_WriteWhitespace__MethodInfo); DO_APP_FUNC(0x0242B740, void, XmlWellFormedWriter_WriteString, (XmlWellFormedWriter * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x0242B880, void, XmlWellFormedWriter_WriteChars, (XmlWellFormedWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77D50, XmlWellFormedWriter_WriteChars__MethodInfo); DO_APP_FUNC(0x0242BB80, void, XmlWellFormedWriter_WriteRaw, (XmlWellFormedWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77D58, XmlWellFormedWriter_WriteRaw__MethodInfo); DO_APP_FUNC(0x0242BE80, void, XmlWellFormedWriter_WriteRaw_1, (XmlWellFormedWriter * __this, String * data, MethodInfo * method)); DO_APP_FUNC(0x0242BF60, void, XmlWellFormedWriter_WriteBase64, (XmlWellFormedWriter * __this, Byte__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77D90, XmlWellFormedWriter_WriteBase64__MethodInfo); DO_APP_FUNC(0x0242C160, void, XmlWellFormedWriter_Close, (XmlWellFormedWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0242C7C0, void, XmlWellFormedWriter_Flush, (XmlWellFormedWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0242C820, String *, XmlWellFormedWriter_LookupPrefix, (XmlWellFormedWriter * __this, String * ns, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77D88, XmlWellFormedWriter_LookupPrefix__MethodInfo); DO_APP_FUNC(0x0242CA30, void, XmlWellFormedWriter_WriteValue, (XmlWellFormedWriter * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0242CAB0, void, XmlWellFormedWriter_WriteValue_1, (XmlWellFormedWriter * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x0242CB30, void, XmlWellFormedWriter_WriteValue_2, (XmlWellFormedWriter * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x0242CBB0, void, XmlWellFormedWriter_WriteValue_3, (XmlWellFormedWriter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0242CC30, void, XmlWellFormedWriter_WriteValue_4, (XmlWellFormedWriter * __this, Decimal value, MethodInfo * method)); DO_APP_FUNC(0x0242CCC0, void, XmlWellFormedWriter_WriteValue_5, (XmlWellFormedWriter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0242CD40, void, XmlWellFormedWriter_WriteValue_6, (XmlWellFormedWriter * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x0242CDC0, void, XmlWellFormedWriter_WriteValue_7, (XmlWellFormedWriter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0242CE70, void, XmlWellFormedWriter_WriteValue_8, (XmlWellFormedWriter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0242CF80, void, XmlWellFormedWriter_WriteBinHex, (XmlWellFormedWriter * __this, Byte__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77D80, XmlWellFormedWriter_WriteBinHex__MethodInfo); DO_APP_FUNC(0x003B93D0, XmlRawWriter *, XmlWellFormedWriter_get_RawWriter, (XmlWellFormedWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0242D080, bool, XmlWellFormedWriter_get_SaveAttrValue, (XmlWellFormedWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0242D090, bool, XmlWellFormedWriter_get_InBase64, (XmlWellFormedWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0242D0B0, void, XmlWellFormedWriter_SetSpecialAttribute, (XmlWellFormedWriter * __this, XmlWellFormedWriter_SpecialAttribute__Enum special, MethodInfo * method)); DO_APP_FUNC(0x0242D230, void, XmlWellFormedWriter_WriteStartDocumentImpl, (XmlWellFormedWriter * __this, XmlStandalone__Enum standalone, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77D30, XmlWellFormedWriter_WriteStartDocumentImpl__MethodInfo); DO_APP_FUNC(0x0242D410, void, XmlWellFormedWriter_StartFragment, (XmlWellFormedWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0242D420, void, XmlWellFormedWriter_PushNamespaceImplicit, (XmlWellFormedWriter * __this, String * prefix, String * ns, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77D20, XmlWellFormedWriter_PushNamespaceImplicit__MethodInfo); DO_APP_FUNC(0x0242DA80, bool, XmlWellFormedWriter_PushNamespaceExplicit, (XmlWellFormedWriter * __this, String * prefix, String * ns, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77D10, XmlWellFormedWriter_PushNamespaceExplicit__MethodInfo); DO_APP_FUNC(0x0242E1E0, void, XmlWellFormedWriter_AddNamespace, (XmlWellFormedWriter * __this, String * prefix, String * ns, XmlWellFormedWriter_NamespaceKind__Enum kind, MethodInfo * method)); DO_APP_FUNC(0x0242E550, void, XmlWellFormedWriter_AddToNamespaceHashtable, (XmlWellFormedWriter * __this, int32_t namespaceIndex, MethodInfo * method)); DO_APP_FUNC(0x0242E680, int32_t, XmlWellFormedWriter_LookupNamespaceIndex, (XmlWellFormedWriter * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x0242E7D0, void, XmlWellFormedWriter_PopNamespaces, (XmlWellFormedWriter * __this, int32_t indexFrom, int32_t indexTo, MethodInfo * method)); DO_APP_FUNC(0x0242E900, XmlException *, XmlWellFormedWriter_DupAttrException, (String * prefix, String * localName, MethodInfo * method)); DO_APP_FUNC(0x0242EA50, void, XmlWellFormedWriter_AdvanceState, (XmlWellFormedWriter * __this, XmlWellFormedWriter_Token__Enum token, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77D48, XmlWellFormedWriter_AdvanceState__MethodInfo); DO_APP_FUNC(0x0242EE60, void, XmlWellFormedWriter_StartElementContent, (XmlWellFormedWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0242EF20, String *, XmlWellFormedWriter_GetStateName, (XmlWellFormedWriter_State__Enum state, MethodInfo * method)); DO_APP_FUNC(0x0242EFC0, String *, XmlWellFormedWriter_LookupNamespace, (XmlWellFormedWriter * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x0242F0D0, String *, XmlWellFormedWriter_LookupLocalNamespace, (XmlWellFormedWriter * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x0242F1D0, String *, XmlWellFormedWriter_GeneratePrefix, (XmlWellFormedWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0242F4B0, void, XmlWellFormedWriter_CheckNCName, (XmlWellFormedWriter * __this, String * ncname, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77D38, XmlWellFormedWriter_CheckNCName__MethodInfo); DO_APP_FUNC(0x0242F5E0, Exception *, XmlWellFormedWriter_InvalidCharsException, (String * name, int32_t badCharIndex, MethodInfo * method)); DO_APP_FUNC(0x0242F7E0, void, XmlWellFormedWriter_ThrowInvalidStateTransition, (XmlWellFormedWriter * __this, XmlWellFormedWriter_Token__Enum token, XmlWellFormedWriter_State__Enum currentState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77C90, XmlWellFormedWriter_ThrowInvalidStateTransition__MethodInfo); DO_APP_FUNC(0x0242F9F0, bool, XmlWellFormedWriter_get_IsClosedOrErrorState, (XmlWellFormedWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x0242FA00, void, XmlWellFormedWriter_AddAttribute, (XmlWellFormedWriter * __this, String * prefix, String * localName, String * namespaceName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77C80, XmlWellFormedWriter_AddAttribute__MethodInfo); DO_APP_FUNC(0x0242FFC0, void, XmlWellFormedWriter_AddToAttrHashTable, (XmlWellFormedWriter * __this, int32_t attributeIndex, MethodInfo * method)); DO_APP_FUNC(0x02430130, void, XmlWellFormedWriter__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, XmlWellFormedWriter_NamespaceResolverProxy__ctor, (XmlWellFormedWriter_NamespaceResolverProxy * __this, XmlWellFormedWriter * wfWriter, MethodInfo * method)); DO_APP_FUNC(0x02430FA0, IDictionary_2_System_String_System_String_ *, XmlWellFormedWriter_NamespaceResolverProxy_System_Xml_IXmlNamespaceResolver_GetNamespacesInScope, (XmlWellFormedWriter_NamespaceResolverProxy * __this, XmlNamespaceScope__Enum scope, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79FC0, XmlWellFormedWriter_NamespaceResolverProxy_System_Xml_IXmlNamespaceResolver_GetNamespacesInScope__MethodInfo); DO_APP_FUNC(0x02430FF0, String *, XmlWellFormedWriter_NamespaceResolverProxy_System_Xml_IXmlNamespaceResolver_LookupNamespace, (XmlWellFormedWriter_NamespaceResolverProxy * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x02431010, String *, XmlWellFormedWriter_NamespaceResolverProxy_System_Xml_IXmlNamespaceResolver_LookupPrefix, (XmlWellFormedWriter_NamespaceResolverProxy * __this, String * namespaceName, MethodInfo * method)); DO_APP_FUNC(0x02431040, void, XmlWellFormedWriter_ElementScope_Set, (XmlWellFormedWriter_ElementScope * __this, String * prefix, String * localName, String * namespaceUri, int32_t prevNSTop, MethodInfo * method)); DO_APP_FUNC(0x024311C0, void, XmlWellFormedWriter_ElementScope_WriteEndElement, (XmlWellFormedWriter_ElementScope * __this, XmlRawWriter * rawWriter, MethodInfo * method)); DO_APP_FUNC(0x02431200, void, XmlWellFormedWriter_ElementScope_WriteFullEndElement, (XmlWellFormedWriter_ElementScope * __this, XmlRawWriter * rawWriter, MethodInfo * method)); DO_APP_FUNC(0x02431240, void, XmlWellFormedWriter_Namespace_Set, (XmlWellFormedWriter_Namespace * __this, String * prefix, String * namespaceUri, XmlWellFormedWriter_NamespaceKind__Enum kind, MethodInfo * method)); DO_APP_FUNC(0x02431300, void, XmlWellFormedWriter_Namespace_WriteDecl, (XmlWellFormedWriter_Namespace * __this, XmlWriter * writer, XmlRawWriter * rawWriter, MethodInfo * method)); DO_APP_FUNC(0x02431430, void, XmlWellFormedWriter_AttrName_Set, (XmlWellFormedWriter_AttrName * __this, String * prefix, String * localName, String * namespaceUri, MethodInfo * method)); DO_APP_FUNC(0x02431550, bool, XmlWellFormedWriter_AttrName_IsDuplicate, (XmlWellFormedWriter_AttrName * __this, String * prefix, String * localName, String * namespaceUri, MethodInfo * method)); DO_APP_FUNC(0x02431640, String *, XmlWellFormedWriter_AttributeValueCache_get_StringValue, (XmlWellFormedWriter_AttributeValueCache * __this, MethodInfo * method)); DO_APP_FUNC(0x02431680, void, XmlWellFormedWriter_AttributeValueCache_WriteEntityRef, (XmlWellFormedWriter_AttributeValueCache * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02431980, void, XmlWellFormedWriter_AttributeValueCache_WriteCharEntity, (XmlWellFormedWriter_AttributeValueCache * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x02431A10, void, XmlWellFormedWriter_AttributeValueCache_WriteSurrogateCharEntity, (XmlWellFormedWriter_AttributeValueCache * __this, uint16_t lowChar, uint16_t highChar, MethodInfo * method)); DO_APP_FUNC(0x02431AE0, void, XmlWellFormedWriter_AttributeValueCache_WriteWhitespace, (XmlWellFormedWriter_AttributeValueCache * __this, String * ws, MethodInfo * method)); DO_APP_FUNC(0x02431B40, void, XmlWellFormedWriter_AttributeValueCache_WriteString, (XmlWellFormedWriter_AttributeValueCache * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02431BF0, void, XmlWellFormedWriter_AttributeValueCache_WriteChars, (XmlWellFormedWriter_AttributeValueCache * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02431D00, void, XmlWellFormedWriter_AttributeValueCache_WriteRaw, (XmlWellFormedWriter_AttributeValueCache * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02431E10, void, XmlWellFormedWriter_AttributeValueCache_WriteRaw_1, (XmlWellFormedWriter_AttributeValueCache * __this, String * data, MethodInfo * method)); DO_APP_FUNC(0x02431E70, void, XmlWellFormedWriter_AttributeValueCache_WriteValue, (XmlWellFormedWriter_AttributeValueCache * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02431ED0, void, XmlWellFormedWriter_AttributeValueCache_Replay, (XmlWellFormedWriter_AttributeValueCache * __this, XmlWriter * writer, MethodInfo * method)); DO_APP_FUNC(0x02432330, void, XmlWellFormedWriter_AttributeValueCache_Trim, (XmlWellFormedWriter_AttributeValueCache * __this, MethodInfo * method)); DO_APP_FUNC(0x024328F0, void, XmlWellFormedWriter_AttributeValueCache_Clear, (XmlWellFormedWriter_AttributeValueCache * __this, MethodInfo * method)); DO_APP_FUNC(0x02432970, void, XmlWellFormedWriter_AttributeValueCache_StartComplexValue, (XmlWellFormedWriter_AttributeValueCache * __this, MethodInfo * method)); DO_APP_FUNC(0x02432A00, void, XmlWellFormedWriter_AttributeValueCache_AddItem, (XmlWellFormedWriter_AttributeValueCache * __this, XmlWellFormedWriter_AttributeValueCache_ItemType__Enum type, Object * data, MethodInfo * method)); DO_APP_FUNC(0x02432E10, void, XmlWellFormedWriter_AttributeValueCache__ctor, (XmlWellFormedWriter_AttributeValueCache * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlWellFormedWriter_AttributeValueCache_Item__ctor, (XmlWellFormedWriter_AttributeValueCache_Item * __this, MethodInfo * method)); DO_APP_FUNC(0x0073A5C0, void, XmlWellFormedWriter_AttributeValueCache_Item_Set, (XmlWellFormedWriter_AttributeValueCache_Item * __this, XmlWellFormedWriter_AttributeValueCache_ItemType__Enum type, Object * data, MethodInfo * method)); DO_APP_FUNC(0x01B0B130, void, XmlWellFormedWriter_AttributeValueCache_BufferChunk__ctor, (XmlWellFormedWriter_AttributeValueCache_BufferChunk * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02432EC0, void, XmlWriter_WriteStartElement, (XmlWriter * __this, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x02432EF0, void, XmlWriter_WriteStartElement_1, (XmlWriter * __this, String * localName, MethodInfo * method)); DO_APP_FUNC(0x02432F20, void, XmlWriter_WriteAttributeString, (XmlWriter * __this, String * localName, String * ns, String * value, MethodInfo * method)); DO_APP_FUNC(0x02432F90, void, XmlWriter_WriteAttributeString_1, (XmlWriter * __this, String * localName, String * value, MethodInfo * method)); DO_APP_FUNC(0x02433000, void, XmlWriter_WriteAttributeString_2, (XmlWriter * __this, String * prefix, String * localName, String * ns, String * value, MethodInfo * method)); DO_APP_FUNC(0x02433050, void, XmlWriter_WriteBinHex, (XmlWriter * __this, Byte__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlWriter_Close, (XmlWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02433080, void, XmlWriter_WriteValue, (XmlWriter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79FE0, XmlWriter_WriteValue__MethodInfo); DO_APP_FUNC(0x02433180, void, XmlWriter_WriteValue_1, (XmlWriter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x024331A0, void, XmlWriter_WriteValue_2, (XmlWriter * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02433250, void, XmlWriter_WriteValue_3, (XmlWriter * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x02433340, void, XmlWriter_WriteValue_4, (XmlWriter * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x024333C0, void, XmlWriter_WriteValue_5, (XmlWriter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02433440, void, XmlWriter_WriteValue_6, (XmlWriter * __this, Decimal value, MethodInfo * method)); DO_APP_FUNC(0x02433590, void, XmlWriter_WriteValue_7, (XmlWriter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02433600, void, XmlWriter_WriteValue_8, (XmlWriter * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x02433680, void, XmlWriter_WriteElementString, (XmlWriter * __this, String * localName, String * ns, String * value, MethodInfo * method)); DO_APP_FUNC(0x024336F0, void, XmlWriter_Dispose, (XmlWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02433710, void, XmlWriter_Dispose_1, (XmlWriter * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02433750, XmlWriter *, XmlWriter_Create, (Stream * output, XmlWriterSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x024337D0, XmlWriter *, XmlWriter_Create_1, (TextWriter * output, MethodInfo * method)); DO_APP_FUNC(0x02433840, XmlWriter *, XmlWriter_Create_2, (TextWriter * output, XmlWriterSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlWriter__ctor, (XmlWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x024338C0, void, XmlWriterSettings__ctor, (XmlWriterSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, XmlWriterSettings_get_Async, (XmlWriterSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Encoding *, XmlWriterSettings_get_Encoding, (XmlWriterSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, XmlWriterSettings_get_OmitXmlDeclaration, (XmlWriterSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02433990, void, XmlWriterSettings_set_OmitXmlDeclaration, (XmlWriterSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, NewLineHandling__Enum, XmlWriterSettings_get_NewLineHandling, (XmlWriterSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, XmlWriterSettings_get_NewLineChars, (XmlWriterSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x024339F0, bool, XmlWriterSettings_get_Indent, (XmlWriterSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02433A00, void, XmlWriterSettings_set_Indent, (XmlWriterSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, XmlWriterSettings_get_IndentChars, (XmlWriterSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x008FC900, bool, XmlWriterSettings_get_NewLineOnAttributes, (XmlWriterSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00610410, bool, XmlWriterSettings_get_CloseOutput, (XmlWriterSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5400, ConformanceLevel__Enum, XmlWriterSettings_get_ConformanceLevel, (XmlWriterSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02433A60, void, XmlWriterSettings_set_ConformanceLevel, (XmlWriterSettings * __this, ConformanceLevel__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79F18, XmlWriterSettings_set_ConformanceLevel__MethodInfo); DO_APP_FUNC(0x006108F0, bool, XmlWriterSettings_get_CheckCharacters, (XmlWriterSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88B20, NamespaceHandling__Enum, XmlWriterSettings_get_NamespaceHandling, (XmlWriterSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02433B10, void, XmlWriterSettings_set_NamespaceHandling, (XmlWriterSettings * __this, NamespaceHandling__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79E10, XmlWriterSettings_set_NamespaceHandling__MethodInfo); DO_APP_FUNC(0x01F933A0, bool, XmlWriterSettings_get_WriteEndDocumentOnClose, (XmlWriterSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x0111DD10, XmlOutputMethod__Enum, XmlWriterSettings_get_OutputMethod, (XmlWriterSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01A20C50, void, XmlWriterSettings_set_OutputMethod, (XmlWriterSettings * __this, XmlOutputMethod__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02433BC0, XmlWriterSettings *, XmlWriterSettings_Clone, (XmlWriterSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, List_1_System_Xml_XmlQualifiedName_ *, XmlWriterSettings_get_CDataSectionElements, (XmlWriterSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x0068A9A0, bool, XmlWriterSettings_get_DoNotEscapeUriAttributes, (XmlWriterSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00610E90, bool, XmlWriterSettings_get_MergeCDataSections, (XmlWriterSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, String *, XmlWriterSettings_get_MediaType, (XmlWriterSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7010, String *, XmlWriterSettings_get_DocTypeSystem, (XmlWriterSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, String *, XmlWriterSettings_get_DocTypePublic, (XmlWriterSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D6B0, XmlStandalone__Enum, XmlWriterSettings_get_Standalone, (XmlWriterSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x006486C0, bool, XmlWriterSettings_get_AutoXmlDeclaration, (XmlWriterSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5300, TriState__Enum_1, XmlWriterSettings_get_IndentInternal, (XmlWriterSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02433CE0, bool, XmlWriterSettings_get_IsQuerySpecific, (XmlWriterSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02433D50, XmlWriter *, XmlWriterSettings_CreateWriter, (XmlWriterSettings * __this, Stream * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79E60, XmlWriterSettings_CreateWriter__MethodInfo); DO_APP_FUNC(0x024343D0, XmlWriter *, XmlWriterSettings_CreateWriter_1, (XmlWriterSettings * __this, TextWriter * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79E80, XmlWriterSettings_CreateWriter_1__MethodInfo); DO_APP_FUNC(0x006486F0, void, XmlWriterSettings_set_ReadOnly, (XmlWriterSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02434830, void, XmlWriterSettings_CheckReadOnly, (XmlWriterSettings * __this, String * propertyName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79E38, XmlWriterSettings_CheckReadOnly__MethodInfo); DO_APP_FUNC(0x024348F0, void, XmlWriterSettings_Initialize, (XmlWriterSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02434BC0, void, XsdCachingReader__ctor, (XsdCachingReader * __this, XmlReader * reader, IXmlLineInfo * lineInfo, CachingEventHandler * handlerMethod, MethodInfo * method)); DO_APP_FUNC(0x02434E00, void, XsdCachingReader_Init, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024350A0, void, XsdCachingReader_Reset, (XsdCachingReader * __this, XmlReader * reader, MethodInfo * method)); DO_APP_FUNC(0x004982D0, XmlReaderSettings *, XsdCachingReader_get_Settings, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02435100, XmlNodeType__Enum, XsdCachingReader_get_NodeType, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02435120, String *, XsdCachingReader_get_Name, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02435150, String *, XsdCachingReader_get_LocalName, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01E92D10, String *, XsdCachingReader_get_NamespaceURI, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02435170, String *, XsdCachingReader_get_Prefix, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02435190, bool, XsdCachingReader_get_HasValue, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024351F0, String *, XsdCachingReader_get_Value, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02435220, int32_t, XsdCachingReader_get_Depth, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02417660, String *, XsdCachingReader_get_BaseURI, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, XsdCachingReader_get_IsEmptyElement, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, XsdCachingReader_get_IsDefault, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int32_t, XsdCachingReader_get_AttributeCount, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02435240, String *, XsdCachingReader_GetAttribute, (XsdCachingReader * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02435350, String *, XsdCachingReader_GetAttribute_1, (XsdCachingReader * __this, String * name, String * namespaceURI, MethodInfo * method)); DO_APP_FUNC(0x02435460, bool, XsdCachingReader_MoveToAttribute, (XsdCachingReader * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x024355C0, void, XsdCachingReader_MoveToAttribute_1, (XsdCachingReader * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79CD0, XsdCachingReader_MoveToAttribute_1__MethodInfo); DO_APP_FUNC(0x024356B0, bool, XsdCachingReader_MoveToFirstAttribute, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02435740, bool, XsdCachingReader_MoveToNextAttribute, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024357E0, bool, XsdCachingReader_MoveToElement, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02435830, bool, XsdCachingReader_Read, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02435BF0, ValidatingReaderNodeData *, XsdCachingReader_RecordTextNode, (XsdCachingReader * __this, String * textValue, String * originalStringValue, int32_t depth, int32_t lineNo, int32_t linePos, MethodInfo * method)); DO_APP_FUNC(0x02435C70, void, XsdCachingReader_SwitchTextNodeAndEndElement, (XsdCachingReader * __this, String * textValue, String * originalStringValue, MethodInfo * method)); DO_APP_FUNC(0x02435DC0, void, XsdCachingReader_RecordEndElementNode, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02435F70, String *, XsdCachingReader_ReadOriginalContentAsString, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02435F90, bool, XsdCachingReader_get_EOF, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02435FD0, void, XsdCachingReader_Close, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x019A98D0, ReadState__Enum_1, XsdCachingReader_get_ReadState, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02436010, void, XsdCachingReader_Skip, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, XmlNameTable *, XsdCachingReader_get_NameTable, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6F380, String *, XsdCachingReader_LookupNamespace, (XsdCachingReader * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x02436150, void, XsdCachingReader_ResolveEntity, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79CB0, XsdCachingReader_ResolveEntity__MethodInfo); DO_APP_FUNC(0x024361A0, bool, XsdCachingReader_ReadAttributeValue, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, XsdCachingReader_System_Xml_IXmlLineInfo_HasLineInfo, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02436370, int32_t, XsdCachingReader_System_Xml_IXmlLineInfo_get_LineNumber, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02436390, int32_t, XsdCachingReader_System_Xml_IXmlLineInfo_get_LinePosition, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024363B0, void, XsdCachingReader_SetToReplayMode, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, XmlReader *, XsdCachingReader_GetCoreReader, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, IXmlLineInfo *, XsdCachingReader_GetLineInfo, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024363E0, void, XsdCachingReader_ClearAttributesInfo, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024363F0, ValidatingReaderNodeData *, XsdCachingReader_AddAttribute, (XsdCachingReader * __this, int32_t attIndex, MethodInfo * method)); DO_APP_FUNC(0x024365C0, ValidatingReaderNodeData *, XsdCachingReader_AddContent, (XsdCachingReader * __this, XmlNodeType__Enum nodeType, MethodInfo * method)); DO_APP_FUNC(0x02436790, void, XsdCachingReader_RecordAttributes, (XsdCachingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02436A00, int32_t, XsdCachingReader_GetAttributeIndexWithoutPrefix, (XsdCachingReader * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02436A90, int32_t, XsdCachingReader_GetAttributeIndexWithPrefix, (XsdCachingReader * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02436B40, ValidatingReaderNodeData *, XsdCachingReader_CreateDummyTextNode, (XsdCachingReader * __this, String * attributeValue, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x008AC8F0, void, CachingEventHandler__ctor, (CachingEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, CachingEventHandler_Invoke, (CachingEventHandler * __this, XsdCachingReader * cachingReader, MethodInfo * method)); DO_APP_FUNC(0x02436C90, void, AttributePSVIInfo__ctor, (AttributePSVIInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02436D40, void, AttributePSVIInfo_Reset, (AttributePSVIInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02436EB0, void, XsdValidatingReader__ctor, (XsdValidatingReader * __this, XmlReader * reader, XmlResolver * xmlResolver, XmlReaderSettings * readerSettings, XmlSchemaObject * partialValidationType, MethodInfo * method)); DO_APP_FUNC(0x02437320, void, XsdValidatingReader__ctor_1, (XsdValidatingReader * __this, XmlReader * reader, XmlResolver * xmlResolver, XmlReaderSettings * readerSettings, MethodInfo * method)); DO_APP_FUNC(0x02437340, void, XsdValidatingReader_Init, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02437B10, void, XsdValidatingReader_SetupValidator, (XsdValidatingReader * __this, XmlReaderSettings * readerSettings, XmlReader * reader, XmlSchemaObject * partialValidationType, MethodInfo * method)); DO_APP_FUNC(0x02438240, XmlReaderSettings *, XsdValidatingReader_get_Settings, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024383D0, XmlNodeType__Enum, XsdValidatingReader_get_NodeType, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024384A0, String *, XsdValidatingReader_get_Name, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02438600, String *, XsdValidatingReader_get_LocalName, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02438650, String *, XsdValidatingReader_get_NamespaceURI, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024386A0, String *, XsdValidatingReader_get_Prefix, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024386F0, bool, XsdValidatingReader_get_HasValue, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02438730, String *, XsdValidatingReader_get_Value, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02438780, int32_t, XsdValidatingReader_get_Depth, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02417660, String *, XsdValidatingReader_get_BaseURI, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6C190, bool, XsdValidatingReader_get_IsEmptyElement, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024387D0, bool, XsdValidatingReader_get_IsDefault, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, IXmlSchemaInfo *, XsdValidatingReader_get_SchemaInfo, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02438810, String *, XsdValidatingReader_ReadContentAsString, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79C60, XsdValidatingReader_ReadContentAsString__MethodInfo); DO_APP_FUNC(0x01B48D90, int32_t, XsdValidatingReader_get_AttributeCount, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02438B30, String *, XsdValidatingReader_GetAttribute, (XsdValidatingReader * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02438BB0, String *, XsdValidatingReader_GetAttribute_1, (XsdValidatingReader * __this, String * name, String * namespaceURI, MethodInfo * method)); DO_APP_FUNC(0x02438CE0, bool, XsdValidatingReader_MoveToAttribute, (XsdValidatingReader * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02438E00, void, XsdValidatingReader_MoveToAttribute_1, (XsdValidatingReader * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79C40, XsdValidatingReader_MoveToAttribute_1__MethodInfo); DO_APP_FUNC(0x02439030, bool, XsdValidatingReader_MoveToFirstAttribute, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02439350, bool, XsdValidatingReader_MoveToNextAttribute, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02439660, bool, XsdValidatingReader_MoveToElement, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024396C0, bool, XsdValidatingReader_Read, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01B6ED50, bool, XsdValidatingReader_get_EOF, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024399A0, void, XsdValidatingReader_Close, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024399E0, ReadState__Enum_1, XsdValidatingReader_get_ReadState, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02439A20, void, XsdValidatingReader_Skip, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x00473D30, XmlNameTable *, XsdValidatingReader_get_NameTable, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02439BC0, String *, XsdValidatingReader_LookupNamespace, (XsdValidatingReader * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x02439C20, void, XsdValidatingReader_ResolveEntity, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79C78, XsdValidatingReader_ResolveEntity__MethodInfo); DO_APP_FUNC(0x02439C70, bool, XsdValidatingReader_ReadAttributeValue, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02439EC0, bool, XsdValidatingReader_System_Xml_Schema_IXmlSchemaInfo_get_IsDefault, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02439F50, bool, XsdValidatingReader_System_Xml_Schema_IXmlSchemaInfo_get_IsNil, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02439FA0, XmlSchemaValidity__Enum, XsdValidatingReader_System_Xml_Schema_IXmlSchemaInfo_get_Validity, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x0243A060, XmlSchemaSimpleType *, XsdValidatingReader_System_Xml_Schema_IXmlSchemaInfo_get_MemberType, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x0243A240, XmlSchemaType *, XsdValidatingReader_System_Xml_Schema_IXmlSchemaInfo_get_SchemaType, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x0243A2A0, XmlSchemaElement *, XsdValidatingReader_System_Xml_Schema_IXmlSchemaInfo_get_SchemaElement, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x0243A300, XmlSchemaAttribute *, XsdValidatingReader_System_Xml_Schema_IXmlSchemaInfo_get_SchemaAttribute, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, XsdValidatingReader_HasLineInfo, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x0243A350, int32_t, XsdValidatingReader_get_LineNumber, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x0243A3B0, int32_t, XsdValidatingReader_get_LinePosition, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x0243A410, IDictionary_2_System_String_System_String_ *, XsdValidatingReader_System_Xml_IXmlNamespaceResolver_GetNamespacesInScope, (XsdValidatingReader * __this, XmlNamespaceScope__Enum scope, MethodInfo * method)); DO_APP_FUNC(0x0243A4A0, String *, XsdValidatingReader_System_Xml_IXmlNamespaceResolver_LookupNamespace, (XsdValidatingReader * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x0243A530, String *, XsdValidatingReader_System_Xml_IXmlNamespaceResolver_LookupPrefix, (XsdValidatingReader * __this, String * namespaceName, MethodInfo * method)); DO_APP_FUNC(0x02417600, Object *, XsdValidatingReader_GetStringValue, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79D00, XsdValidatingReader_GetStringValue__MethodInfo); DO_APP_FUNC(0x0243A5C0, XmlSchemaType *, XsdValidatingReader_get_ElementXmlType, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x0243A5F0, XmlSchemaType *, XsdValidatingReader_get_AttributeXmlType, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x0243A630, XmlSchemaInfo *, XsdValidatingReader_get_AttributeSchemaInfo, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x0243A650, void, XsdValidatingReader_ProcessReaderEvent, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79C70, XsdValidatingReader_ProcessReaderEvent__MethodInfo); DO_APP_FUNC(0x0243A890, void, XsdValidatingReader_ProcessElementEvent, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x0243AFD0, void, XsdValidatingReader_ProcessEndElementEvent, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x0243B290, void, XsdValidatingReader_ValidateAttributes, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x0243B5F0, void, XsdValidatingReader_ClearAttributesInfo, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x0243B680, AttributePSVIInfo *, XsdValidatingReader_GetAttributePSVI, (XsdValidatingReader * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0243B840, AttributePSVIInfo *, XsdValidatingReader_GetAttributePSVI_1, (XsdValidatingReader * __this, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0243B8A0, ValidatingReaderNodeData *, XsdValidatingReader_GetDefaultAttribute, (XsdValidatingReader * __this, String * name, bool updatePosition, MethodInfo * method)); DO_APP_FUNC(0x0243BA10, ValidatingReaderNodeData *, XsdValidatingReader_GetDefaultAttribute_1, (XsdValidatingReader * __this, String * attrLocalName, String * ns, bool updatePosition, MethodInfo * method)); DO_APP_FUNC(0x0243BB60, AttributePSVIInfo *, XsdValidatingReader_AddAttributePSVI, (XsdValidatingReader * __this, int32_t attIndex, MethodInfo * method)); DO_APP_FUNC(0x0243BDB0, bool, XsdValidatingReader_IsXSDRoot, (XsdValidatingReader * __this, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0243BDD0, void, XsdValidatingReader_ProcessInlineSchema, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x0243BF10, Object *, XsdValidatingReader_InternalReadContentAsObject, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x0243BF40, Object *, XsdValidatingReader_InternalReadContentAsObject_1, (XsdValidatingReader * __this, bool unwrapTypedValue, MethodInfo * method)); DO_APP_FUNC(0x0243BF60, Object *, XsdValidatingReader_InternalReadContentAsObject_2, (XsdValidatingReader * __this, bool unwrapTypedValue, String * * originalStringValue, MethodInfo * method)); DO_APP_FUNC(0x0243C2B0, Object *, XsdValidatingReader_ReadTillEndElement, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x0243C620, void, XsdValidatingReader_SwitchReader, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x0243C6E0, void, XsdValidatingReader_ReadAheadForMemberType, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x0243C980, void, XsdValidatingReader_GetIsDefault, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x0243CD60, void, XsdValidatingReader_GetMemberType, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x0243CEA0, Object *, XsdValidatingReader_ReturnBoxedValue, (XsdValidatingReader * __this, Object * typedValue, XmlSchemaType * xmlType, bool unWrap, MethodInfo * method)); DO_APP_FUNC(0x0243D040, XsdCachingReader *, XsdValidatingReader_GetCachingReader, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x0243D270, ValidatingReaderNodeData *, XsdValidatingReader_CreateDummyTextNode, (XsdValidatingReader * __this, String * attributeValue, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x0243D3F0, void, XsdValidatingReader_CachingCallBack, (XsdValidatingReader * __this, XsdCachingReader * cachingReader, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79C28, XsdValidatingReader_CachingCallBack__MethodInfo); DO_APP_FUNC(0x0243D4D0, String *, XsdValidatingReader_GetOriginalAtomicValueStringOfElement, (XsdValidatingReader * __this, MethodInfo * method)); DO_APP_FUNC(0x0243D590, void, DomNameTable__ctor, (DomNameTable * __this, XmlDocument * document, MethodInfo * method)); DO_APP_FUNC(0x0243D710, XmlName *, DomNameTable_GetName, (DomNameTable * __this, String * prefix, String * localName, String * ns, IXmlSchemaInfo * schemaInfo, MethodInfo * method)); DO_APP_FUNC(0x0243D930, XmlName *, DomNameTable_AddName, (DomNameTable * __this, String * prefix, String * localName, String * ns, IXmlSchemaInfo * schemaInfo, MethodInfo * method)); DO_APP_FUNC(0x0243DEB0, void, DomNameTable_Grow, (DomNameTable * __this, MethodInfo * method)); DO_APP_FUNC(0x0243E040, void, XmlAttribute__ctor, (XmlAttribute * __this, XmlName * name, XmlDocument * doc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79C18, XmlAttribute__ctor__MethodInfo); DO_APP_FUNC(0x0243E2D0, void, XmlAttribute__ctor_1, (XmlAttribute * __this, String * prefix, String * localName, String * namespaceURI, XmlDocument * doc, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, XmlName *, XmlAttribute_get_XmlName, (XmlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, XmlAttribute_set_XmlName, (XmlAttribute * __this, XmlName * value, MethodInfo * method)); DO_APP_FUNC(0x0243E320, XmlNode *, XmlAttribute_CloneNode, (XmlAttribute * __this, bool deep, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, XmlNode *, XmlAttribute_get_ParentNode, (XmlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0243E410, String *, XmlAttribute_get_Name, (XmlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0243E430, String *, XmlAttribute_get_LocalName, (XmlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0CD0, String *, XmlAttribute_get_NamespaceURI, (XmlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0243E450, String *, XmlAttribute_get_Prefix, (XmlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, XmlNodeType__Enum, XmlAttribute_get_NodeType, (XmlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02317DF0, XmlDocument *, XmlAttribute_get_OwnerDocument, (XmlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0243E470, String *, XmlAttribute_get_Value, (XmlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0243E490, void, XmlAttribute_set_Value, (XmlAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0243E4B0, void, XmlAttribute_set_InnerText, (XmlAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0243E520, bool, XmlAttribute_PrepareOwnerElementInElementIdAttrMap, (XmlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0243E710, void, XmlAttribute_ResetOwnerElementInElementIdAttrMap, (XmlAttribute * __this, String * oldInnerText, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, XmlAttribute_get_IsContainer, (XmlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0243E850, XmlNode *, XmlAttribute_AppendChildForLoad, (XmlAttribute * __this, XmlNode * newChild, XmlDocument * doc, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, XmlLinkedNode *, XmlAttribute_get_LastNode, (XmlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, XmlAttribute_set_LastNode, (XmlAttribute * __this, XmlLinkedNode * value, MethodInfo * method)); DO_APP_FUNC(0x0243EC00, bool, XmlAttribute_IsValidChildType, (XmlAttribute * __this, XmlNodeType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, XmlAttribute_get_Specified, (XmlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0243EC10, XmlNode *, XmlAttribute_RemoveChild, (XmlAttribute * __this, XmlNode * oldChild, MethodInfo * method)); DO_APP_FUNC(0x0243EC90, XmlNode *, XmlAttribute_AppendChild, (XmlAttribute * __this, XmlNode * newChild, MethodInfo * method)); DO_APP_FUNC(0x0243ED10, XmlElement *, XmlAttribute_get_OwnerElement, (XmlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0243EDA0, void, XmlAttribute_set_InnerXml, (XmlAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0243EE30, void, XmlAttribute_WriteTo, (XmlAttribute * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x0243EF00, void, XmlAttribute_WriteContentTo, (XmlAttribute * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x0243EF70, String *, XmlAttribute_get_BaseURI, (XmlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, XmlAttribute_SetParent, (XmlAttribute * __this, XmlNode * node, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, XmlAttributeCollection__ctor, (XmlAttributeCollection * __this, XmlNode * parent, MethodInfo * method)); DO_APP_FUNC(0x0243F010, XmlAttribute *, XmlAttributeCollection_get_ItemOf, (XmlAttributeCollection * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79BD0, XmlAttributeCollection_get_ItemOf__MethodInfo); DO_APP_FUNC(0x0243F110, XmlNode *, XmlAttributeCollection_SetNamedItem, (XmlAttributeCollection * __this, XmlNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79BC0, XmlAttributeCollection_SetNamedItem__MethodInfo); DO_APP_FUNC(0x0243F2C0, XmlAttribute *, XmlAttributeCollection_Append, (XmlAttributeCollection * __this, XmlAttribute * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79BF0, XmlAttributeCollection_Append__MethodInfo); DO_APP_FUNC(0x0243F510, XmlAttribute *, XmlAttributeCollection_Remove, (XmlAttributeCollection * __this, XmlAttribute * node, MethodInfo * method)); DO_APP_FUNC(0x0243F5A0, XmlAttribute *, XmlAttributeCollection_RemoveAt, (XmlAttributeCollection * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x0243F660, void, XmlAttributeCollection_RemoveAll, (XmlAttributeCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0243F740, void, XmlAttributeCollection_System_Collections_ICollection_CopyTo, (XmlAttributeCollection * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, XmlAttributeCollection_System_Collections_ICollection_get_IsSynchronized, (XmlAttributeCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Object *, XmlAttributeCollection_System_Collections_ICollection_get_SyncRoot, (XmlAttributeCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0243F7D0, int32_t, XmlAttributeCollection_System_Collections_ICollection_get_Count, (XmlAttributeCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0243F7E0, XmlNode *, XmlAttributeCollection_AddNode, (XmlAttributeCollection * __this, XmlNode * node, MethodInfo * method)); DO_APP_FUNC(0x0243F8E0, XmlNode *, XmlAttributeCollection_InsertNodeAt, (XmlAttributeCollection * __this, int32_t i, XmlNode * node, MethodInfo * method)); DO_APP_FUNC(0x0243F990, XmlNode *, XmlAttributeCollection_RemoveNodeAt, (XmlAttributeCollection * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x0243FB70, void, XmlAttributeCollection_Detach, (XmlAttributeCollection * __this, XmlAttribute * attr, MethodInfo * method)); DO_APP_FUNC(0x0243FC50, void, XmlAttributeCollection_InsertParentIntoElementIdAttrMap, (XmlAttributeCollection * __this, XmlAttribute * attr, MethodInfo * method)); DO_APP_FUNC(0x0243FE40, void, XmlAttributeCollection_RemoveParentFromElementIdAttrMap, (XmlAttributeCollection * __this, XmlAttribute * attr, MethodInfo * method)); DO_APP_FUNC(0x02440030, int32_t, XmlAttributeCollection_RemoveDuplicateAttribute, (XmlAttributeCollection * __this, XmlAttribute * attr, MethodInfo * method)); DO_APP_FUNC(0x02440300, bool, XmlAttributeCollection_PrepareParentInElementIdAttrMap, (XmlAttributeCollection * __this, String * attrPrefix, String * attrLocalName, MethodInfo * method)); DO_APP_FUNC(0x02440460, void, XmlAttributeCollection_ResetParentInElementIdAttrMap, (XmlAttributeCollection * __this, String * oldVal, String * newVal, MethodInfo * method)); DO_APP_FUNC(0x02440540, XmlAttribute *, XmlAttributeCollection_InternalAppendAttribute, (XmlAttributeCollection * __this, XmlAttribute * node, MethodInfo * method)); DO_APP_FUNC(0x02440600, void, XmlCDataSection__ctor, (XmlCDataSection * __this, String * data, XmlDocument * doc, MethodInfo * method)); DO_APP_FUNC(0x02440610, String *, XmlCDataSection_get_Name, (XmlCDataSection * __this, MethodInfo * method)); DO_APP_FUNC(0x02440610, String *, XmlCDataSection_get_LocalName, (XmlCDataSection * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEC8E0, XmlNodeType__Enum, XmlCDataSection_get_NodeType, (XmlCDataSection * __this, MethodInfo * method)); DO_APP_FUNC(0x02440640, XmlNode *, XmlCDataSection_get_ParentNode, (XmlCDataSection * __this, MethodInfo * method)); DO_APP_FUNC(0x024406E0, XmlNode *, XmlCDataSection_CloneNode, (XmlCDataSection * __this, bool deep, MethodInfo * method)); DO_APP_FUNC(0x02440750, void, XmlCDataSection_WriteTo, (XmlCDataSection * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlCDataSection_WriteContentTo, (XmlCDataSection * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, XmlCDataSection_get_IsText, (XmlCDataSection * __this, MethodInfo * method)); DO_APP_FUNC(0x024407A0, void, XmlCharacterData__ctor, (XmlCharacterData * __this, String * data, XmlDocument * doc, MethodInfo * method)); DO_APP_FUNC(0x02440820, String *, XmlCharacterData_get_Value, (XmlCharacterData * __this, MethodInfo * method)); DO_APP_FUNC(0x010134A0, void, XmlCharacterData_set_Value, (XmlCharacterData * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01B209F0, String *, XmlCharacterData_get_InnerText, (XmlCharacterData * __this, MethodInfo * method)); DO_APP_FUNC(0x02343360, void, XmlCharacterData_set_InnerText, (XmlCharacterData * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02440840, String *, XmlCharacterData_get_Data, (XmlCharacterData * __this, MethodInfo * method)); DO_APP_FUNC(0x024408A0, void, XmlCharacterData_set_Data, (XmlCharacterData * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x024409A0, bool, XmlCharacterData_CheckOnData, (XmlCharacterData * __this, String * data, MethodInfo * method)); DO_APP_FUNC(0x02440A20, void, XmlChildEnumerator__ctor, (XmlChildEnumerator * __this, XmlNode * container, MethodInfo * method)); DO_APP_FUNC(0x02440B10, bool, XmlChildEnumerator_System_Collections_IEnumerator_MoveNext, (XmlChildEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02440B10, bool, XmlChildEnumerator_MoveNext, (XmlChildEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02440C40, void, XmlChildEnumerator_System_Collections_IEnumerator_Reset, (XmlChildEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02440CC0, Object *, XmlChildEnumerator_System_Collections_IEnumerator_get_Current, (XmlChildEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02440CC0, XmlNode *, XmlChildEnumerator_get_Current, (XmlChildEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79B80, XmlChildEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003BABE0, void, XmlChildNodes__ctor, (XmlChildNodes * __this, XmlNode * container, MethodInfo * method)); DO_APP_FUNC(0x02440D50, XmlNode *, XmlChildNodes_Item, (XmlChildNodes * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02440DC0, int32_t, XmlChildNodes_get_Count, (XmlChildNodes * __this, MethodInfo * method)); DO_APP_FUNC(0x02440E20, IEnumerator *, XmlChildNodes_GetEnumerator, (XmlChildNodes * __this, MethodInfo * method)); DO_APP_FUNC(0x02440600, void, XmlComment__ctor, (XmlComment * __this, String * comment, XmlDocument * doc, MethodInfo * method)); DO_APP_FUNC(0x02440F00, String *, XmlComment_get_Name, (XmlComment * __this, MethodInfo * method)); DO_APP_FUNC(0x02440F00, String *, XmlComment_get_LocalName, (XmlComment * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEC8F0, XmlNodeType__Enum, XmlComment_get_NodeType, (XmlComment * __this, MethodInfo * method)); DO_APP_FUNC(0x02440F30, XmlNode *, XmlComment_CloneNode, (XmlComment * __this, bool deep, MethodInfo * method)); DO_APP_FUNC(0x02440FA0, void, XmlComment_WriteTo, (XmlComment * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlComment_WriteContentTo, (XmlComment * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x02440FF0, void, XmlDeclaration__ctor, (XmlDeclaration * __this, String * version, String * encoding, String * standalone, XmlDocument * doc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79BA0, XmlDeclaration__ctor__MethodInfo); DO_APP_FUNC(0x003B93E0, String *, XmlDeclaration_get_Version, (XmlDeclaration * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, XmlDeclaration_set_Version, (XmlDeclaration * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, XmlDeclaration_get_Encoding, (XmlDeclaration * __this, MethodInfo * method)); DO_APP_FUNC(0x02441360, void, XmlDeclaration_set_Encoding, (XmlDeclaration * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, XmlDeclaration_get_Standalone, (XmlDeclaration * __this, MethodInfo * method)); DO_APP_FUNC(0x02441410, void, XmlDeclaration_set_Standalone, (XmlDeclaration * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79B98, XmlDeclaration_set_Standalone__MethodInfo); DO_APP_FUNC(0x0243E470, String *, XmlDeclaration_get_Value, (XmlDeclaration * __this, MethodInfo * method)); DO_APP_FUNC(0x0243E490, void, XmlDeclaration_set_Value, (XmlDeclaration * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02441670, String *, XmlDeclaration_get_InnerText, (XmlDeclaration * __this, MethodInfo * method)); DO_APP_FUNC(0x02441800, void, XmlDeclaration_set_InnerText, (XmlDeclaration * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79B90, XmlDeclaration_set_InnerText__MethodInfo); DO_APP_FUNC(0x02441A90, String *, XmlDeclaration_get_Name, (XmlDeclaration * __this, MethodInfo * method)); DO_APP_FUNC(0x02441AD0, String *, XmlDeclaration_get_LocalName, (XmlDeclaration * __this, MethodInfo * method)); DO_APP_FUNC(0x022943A0, XmlNodeType__Enum, XmlDeclaration_get_NodeType, (XmlDeclaration * __this, MethodInfo * method)); DO_APP_FUNC(0x02441AF0, XmlNode *, XmlDeclaration_CloneNode, (XmlDeclaration * __this, bool deep, MethodInfo * method)); DO_APP_FUNC(0x02441B50, void, XmlDeclaration_WriteTo, (XmlDeclaration * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlDeclaration_WriteContentTo, (XmlDeclaration * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x02441BD0, bool, XmlDeclaration_IsValidXmlVersion, (XmlDeclaration * __this, String * ver, MethodInfo * method)); DO_APP_FUNC(0x02441C40, void, XmlDocument__ctor, (XmlDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x02441D40, void, XmlDocument__ctor_1, (XmlDocument * __this, XmlNameTable * nt, MethodInfo * method)); DO_APP_FUNC(0x02441DF0, void, XmlDocument__ctor_2, (XmlDocument * __this, XmlImplementation * imp, MethodInfo * method)); DO_APP_FUNC(0x003CB370, SchemaInfo *, XmlDocument_get_DtdSchemaInfo, (XmlDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, XmlDocument_set_DtdSchemaInfo, (XmlDocument * __this, SchemaInfo * value, MethodInfo * method)); DO_APP_FUNC(0x02442990, void, XmlDocument_CheckName, (String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79B28, XmlDocument_CheckName__MethodInfo); DO_APP_FUNC(0x02442A60, XmlName *, XmlDocument_AddXmlName, (XmlDocument * __this, String * prefix, String * localName, String * namespaceURI, IXmlSchemaInfo * schemaInfo, MethodInfo * method)); DO_APP_FUNC(0x02442A90, XmlName *, XmlDocument_GetXmlName, (XmlDocument * __this, String * prefix, String * localName, String * namespaceURI, IXmlSchemaInfo * schemaInfo, MethodInfo * method)); DO_APP_FUNC(0x02442AC0, XmlName *, XmlDocument_AddAttrXmlName, (XmlDocument * __this, String * prefix, String * localName, String * namespaceURI, IXmlSchemaInfo * schemaInfo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79B48, XmlDocument_AddAttrXmlName__MethodInfo); DO_APP_FUNC(0x02442C00, bool, XmlDocument_AddIdInfo, (XmlDocument * __this, XmlName * eleName, XmlName * attrName, MethodInfo * method)); DO_APP_FUNC(0x02442D30, XmlName *, XmlDocument_GetIDInfoByElement_, (XmlDocument * __this, XmlName * eleName, MethodInfo * method)); DO_APP_FUNC(0x02442E50, XmlName *, XmlDocument_GetIDInfoByElement, (XmlDocument * __this, XmlName * eleName, MethodInfo * method)); DO_APP_FUNC(0x02442F70, WeakReference *, XmlDocument_GetElement, (XmlDocument * __this, ArrayList * elementList, XmlElement * elem, MethodInfo * method)); DO_APP_FUNC(0x02443410, void, XmlDocument_AddElementWithId, (XmlDocument * __this, String * id, XmlElement * elem, MethodInfo * method)); DO_APP_FUNC(0x02443690, void, XmlDocument_RemoveElementWithId, (XmlDocument * __this, String * id, XmlElement * elem, MethodInfo * method)); DO_APP_FUNC(0x024437F0, XmlNode *, XmlDocument_CloneNode, (XmlDocument * __this, bool deep, MethodInfo * method)); DO_APP_FUNC(0x01BD8AC0, XmlNodeType__Enum, XmlDocument_get_NodeType, (XmlDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, XmlNode *, XmlDocument_get_ParentNode, (XmlDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x02443920, XmlDocumentType *, XmlDocument_get_DocumentType, (XmlDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x024439B0, XmlDeclaration *, XmlDocument_get_Declaration, (XmlDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, XmlImplementation *, XmlDocument_get_Implementation, (XmlDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, String *, XmlDocument_get_Name, (XmlDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, String *, XmlDocument_get_LocalName, (XmlDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x02443A70, XmlElement *, XmlDocument_get_DocumentElement, (XmlDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, XmlDocument_get_IsContainer, (XmlDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, XmlLinkedNode *, XmlDocument_get_LastNode, (XmlDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, XmlDocument_set_LastNode, (XmlDocument * __this, XmlLinkedNode * value, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, XmlDocument *, XmlDocument_get_OwnerDocument, (XmlDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, XmlDocument_set_Schemas, (XmlDocument * __this, XmlSchemaSet * value, MethodInfo * method)); DO_APP_FUNC(0x00531160, bool, XmlDocument_get_CanReportValidity, (XmlDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB80C0, bool, XmlDocument_get_HasSetResolver, (XmlDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x006EB170, XmlResolver *, XmlDocument_GetResolver, (XmlDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x02443B00, bool, XmlDocument_IsValidChildType, (XmlDocument * __this, XmlNodeType__Enum type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79A60, XmlDocument_IsValidChildType__MethodInfo); DO_APP_FUNC(0x02443CE0, bool, XmlDocument_HasNodeTypeInPrevSiblings, (XmlDocument * __this, XmlNodeType__Enum nt, XmlNode * refNode, MethodInfo * method)); DO_APP_FUNC(0x02443DD0, bool, XmlDocument_HasNodeTypeInNextSiblings, (XmlDocument * __this, XmlNodeType__Enum nt, XmlNode * refNode, MethodInfo * method)); DO_APP_FUNC(0x02443E50, bool, XmlDocument_CanInsertAfter, (XmlDocument * __this, XmlNode * newChild, XmlNode * refChild, MethodInfo * method)); DO_APP_FUNC(0x02444020, void, XmlDocument_SetDefaultNamespace, (XmlDocument * __this, String * prefix, String * localName, String * * namespaceURI, MethodInfo * method)); DO_APP_FUNC(0x024441F0, XmlCDataSection *, XmlDocument_CreateCDataSection, (XmlDocument * __this, String * data, MethodInfo * method)); DO_APP_FUNC(0x02444270, XmlComment *, XmlDocument_CreateComment, (XmlDocument * __this, String * data, MethodInfo * method)); DO_APP_FUNC(0x024442F0, XmlDocumentType *, XmlDocument_CreateDocumentType, (XmlDocument * __this, String * name, String * publicId, String * systemId, String * internalSubset, MethodInfo * method)); DO_APP_FUNC(0x024443A0, XmlDocumentFragment *, XmlDocument_CreateDocumentFragment, (XmlDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x024444B0, void, XmlDocument_AddDefaultAttributes, (XmlDocument * __this, XmlElement * elem, MethodInfo * method)); DO_APP_FUNC(0x02444860, SchemaElementDecl *, XmlDocument_GetSchemaElementDecl, (XmlDocument * __this, XmlElement * elem, MethodInfo * method)); DO_APP_FUNC(0x02444980, XmlAttribute *, XmlDocument_PrepareDefaultAttribute, (XmlDocument * __this, SchemaAttDef * attdef, String * attrPrefix, String * attrLocalname, String * attrNamespaceURI, MethodInfo * method)); DO_APP_FUNC(0x02444AC0, XmlEntityReference *, XmlDocument_CreateEntityReference, (XmlDocument * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02444B40, XmlProcessingInstruction *, XmlDocument_CreateProcessingInstruction, (XmlDocument * __this, String * target, String * data, MethodInfo * method)); DO_APP_FUNC(0x02444BD0, XmlDeclaration *, XmlDocument_CreateXmlDeclaration, (XmlDocument * __this, String * version, String * encoding, String * standalone, MethodInfo * method)); DO_APP_FUNC(0x02444C70, XmlText *, XmlDocument_CreateTextNode, (XmlDocument * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02444CF0, XmlSignificantWhitespace *, XmlDocument_CreateSignificantWhitespace, (XmlDocument * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02444D70, XmlWhitespace *, XmlDocument_CreateWhitespace, (XmlDocument * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02444DF0, XmlNode *, XmlDocument_ImportNodeInternal, (XmlDocument * __this, XmlNode * node, bool deep, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79A48, XmlDocument_ImportNodeInternal__MethodInfo); DO_APP_FUNC(0x02445540, void, XmlDocument_ImportAttributes, (XmlDocument * __this, XmlNode * fromElem, XmlNode * toElem, MethodInfo * method)); DO_APP_FUNC(0x024456B0, void, XmlDocument_ImportChildren, (XmlDocument * __this, XmlNode * fromNode, XmlNode * toNode, bool deep, MethodInfo * method)); DO_APP_FUNC(0x0243E450, XmlNameTable *, XmlDocument_get_NameTable, (XmlDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x02445770, XmlAttribute *, XmlDocument_CreateAttribute, (XmlDocument * __this, String * prefix, String * localName, String * namespaceURI, MethodInfo * method)); DO_APP_FUNC(0x02445820, XmlAttribute *, XmlDocument_CreateDefaultAttribute, (XmlDocument * __this, String * prefix, String * localName, String * namespaceURI, MethodInfo * method)); DO_APP_FUNC(0x024458E0, XmlElement *, XmlDocument_CreateElement, (XmlDocument * __this, String * prefix, String * localName, String * namespaceURI, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, XmlDocument_get_IsReadOnly, (XmlDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x024459C0, XmlNamedNodeMap *, XmlDocument_get_Entities, (XmlDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, XmlDocument_set_Entities, (XmlDocument * __this, XmlNamedNodeMap * value, MethodInfo * method)); DO_APP_FUNC(0x02445AD0, bool, XmlDocument_get_IsLoading, (XmlDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x02445AE0, void, XmlDocument_set_IsLoading, (XmlDocument * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00610C20, bool, XmlDocument_get_ActualLoadingStatus, (XmlDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x02445AF0, XmlNode *, XmlDocument_ReadNode, (XmlDocument * __this, XmlReader * reader, MethodInfo * method)); DO_APP_FUNC(0x02445BB0, XmlTextReader *, XmlDocument_SetupReader, (XmlDocument * __this, XmlTextReader * tr, MethodInfo * method)); DO_APP_FUNC(0x02445C20, void, XmlDocument_Load, (XmlDocument * __this, XmlReader * reader, MethodInfo * method)); DO_APP_FUNC(0x02445D40, void, XmlDocument_LoadXml, (XmlDocument * __this, String * xml, MethodInfo * method)); DO_APP_FUNC(0x02446030, void, XmlDocument_set_InnerText, (XmlDocument * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C799F0, XmlDocument_set_InnerText__MethodInfo); DO_APP_FUNC(0x024460A0, void, XmlDocument_set_InnerXml, (XmlDocument * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0203BC50, void, XmlDocument_WriteTo, (XmlDocument * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x024460C0, void, XmlDocument_WriteContentTo, (XmlDocument * __this, XmlWriter * xw, MethodInfo * method)); DO_APP_FUNC(0x02446340, XmlNodeChangedEventArgs *, XmlDocument_GetEventArgs, (XmlDocument * __this, XmlNode * node, XmlNode * oldParent, XmlNode * newParent, String * oldValue, String * newValue, XmlNodeChangedAction__Enum action, MethodInfo * method)); DO_APP_FUNC(0x02446450, XmlNodeChangedEventArgs *, XmlDocument_GetInsertEventArgsForLoad, (XmlDocument * __this, XmlNode * node, XmlNode * newParent, MethodInfo * method)); DO_APP_FUNC(0x02446530, void, XmlDocument_BeforeEvent, (XmlDocument * __this, XmlNodeChangedEventArgs * args, MethodInfo * method)); DO_APP_FUNC(0x02446590, void, XmlDocument_AfterEvent, (XmlDocument * __this, XmlNodeChangedEventArgs * args, MethodInfo * method)); DO_APP_FUNC(0x024465F0, XmlAttribute *, XmlDocument_GetDefaultAttribute, (XmlDocument * __this, XmlElement * elem, String * attrPrefix, String * attrLocalname, String * attrNamespaceURI, MethodInfo * method)); DO_APP_FUNC(0x02446940, XmlEntity *, XmlDocument_GetEntityNode, (XmlDocument * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x007F4830, String *, XmlDocument_get_BaseURI, (XmlDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x008E4BE0, void, XmlDocument_SetBaseURI, (XmlDocument * __this, String * inBaseURI, MethodInfo * method)); DO_APP_FUNC(0x02446A30, XmlNode *, XmlDocument_AppendChildForLoad, (XmlDocument * __this, XmlNode * newChild, XmlDocument * doc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C799C0, XmlDocument_AppendChildForLoad__MethodInfo); DO_APP_FUNC(0x02446D40, void, XmlDocument__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02446FE0, void, XmlDocumentFragment__ctor, (XmlDocumentFragment * __this, XmlDocument * ownerDocument, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C799A0, XmlDocumentFragment__ctor__MethodInfo); DO_APP_FUNC(0x024470B0, String *, XmlDocumentFragment_get_Name, (XmlDocumentFragment * __this, MethodInfo * method)); DO_APP_FUNC(0x024470B0, String *, XmlDocumentFragment_get_LocalName, (XmlDocumentFragment * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD9AC0, XmlNodeType__Enum, XmlDocumentFragment_get_NodeType, (XmlDocumentFragment * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, XmlNode *, XmlDocumentFragment_get_ParentNode, (XmlDocumentFragment * __this, MethodInfo * method)); DO_APP_FUNC(0x024470E0, XmlDocument *, XmlDocumentFragment_get_OwnerDocument, (XmlDocumentFragment * __this, MethodInfo * method)); DO_APP_FUNC(0x02447160, void, XmlDocumentFragment_set_InnerXml, (XmlDocumentFragment * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x024471F0, XmlNode *, XmlDocumentFragment_CloneNode, (XmlDocumentFragment * __this, bool deep, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, XmlDocumentFragment_get_IsContainer, (XmlDocumentFragment * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, XmlLinkedNode *, XmlDocumentFragment_get_LastNode, (XmlDocumentFragment * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, XmlDocumentFragment_set_LastNode, (XmlDocumentFragment * __this, XmlLinkedNode * value, MethodInfo * method)); DO_APP_FUNC(0x02447290, bool, XmlDocumentFragment_IsValidChildType, (XmlDocumentFragment * __this, XmlNodeType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02447340, bool, XmlDocumentFragment_CanInsertAfter, (XmlDocumentFragment * __this, XmlNode * newChild, XmlNode * refChild, MethodInfo * method)); DO_APP_FUNC(0x0203BC50, void, XmlDocumentFragment_WriteTo, (XmlDocumentFragment * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x024473C0, void, XmlDocumentFragment_WriteContentTo, (XmlDocumentFragment * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x02447640, void, XmlDocumentType__ctor, (XmlDocumentType * __this, String * name, String * publicId, String * systemId, String * internalSubset, XmlDocument * doc, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, XmlDocumentType_get_Name, (XmlDocumentType * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, XmlDocumentType_get_LocalName, (XmlDocumentType * __this, MethodInfo * method)); DO_APP_FUNC(0x00A14060, XmlNodeType__Enum, XmlDocumentType_get_NodeType, (XmlDocumentType * __this, MethodInfo * method)); DO_APP_FUNC(0x024478A0, XmlNode *, XmlDocumentType_CloneNode, (XmlDocumentType * __this, bool deep, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, XmlDocumentType_get_IsReadOnly, (XmlDocumentType * __this, MethodInfo * method)); DO_APP_FUNC(0x02447900, XmlNamedNodeMap *, XmlDocumentType_get_Entities, (XmlDocumentType * __this, MethodInfo * method)); DO_APP_FUNC(0x02447A10, XmlNamedNodeMap *, XmlDocumentType_get_Notations, (XmlDocumentType * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, XmlDocumentType_get_PublicId, (XmlDocumentType * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, XmlDocumentType_get_SystemId, (XmlDocumentType * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, XmlDocumentType_get_InternalSubset, (XmlDocumentType * __this, MethodInfo * method)); DO_APP_FUNC(0x008FC900, bool, XmlDocumentType_get_ParseWithNamespaces, (XmlDocumentType * __this, MethodInfo * method)); DO_APP_FUNC(0x02447B20, void, XmlDocumentType_WriteTo, (XmlDocumentType * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlDocumentType_WriteContentTo, (XmlDocumentType * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x003C5490, SchemaInfo *, XmlDocumentType_get_DtdSchemaInfo, (XmlDocumentType * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, XmlDocumentType_set_DtdSchemaInfo, (XmlDocumentType * __this, SchemaInfo * value, MethodInfo * method)); DO_APP_FUNC(0x02447B70, void, XmlElement__ctor, (XmlElement * __this, XmlName * name, bool empty, XmlDocument * doc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C799D8, XmlElement__ctor__MethodInfo); DO_APP_FUNC(0x02447DB0, void, XmlElement__ctor_1, (XmlElement * __this, String * prefix, String * localName, String * namespaceURI, XmlDocument * doc, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, XmlName *, XmlElement_get_XmlName, (XmlElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, XmlElement_set_XmlName, (XmlElement * __this, XmlName * value, MethodInfo * method)); DO_APP_FUNC(0x02447E20, XmlNode *, XmlElement_CloneNode, (XmlElement * __this, bool deep, MethodInfo * method)); DO_APP_FUNC(0x02448300, String *, XmlElement_get_Name, (XmlElement * __this, MethodInfo * method)); DO_APP_FUNC(0x01648F50, String *, XmlElement_get_LocalName, (XmlElement * __this, MethodInfo * method)); DO_APP_FUNC(0x01F62E90, String *, XmlElement_get_NamespaceURI, (XmlElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02448320, String *, XmlElement_get_Prefix, (XmlElement * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, XmlNodeType__Enum, XmlElement_get_NodeType, (XmlElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, XmlNode *, XmlElement_get_ParentNode, (XmlElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00977410, XmlDocument *, XmlElement_get_OwnerDocument, (XmlElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, XmlElement_get_IsContainer, (XmlElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02448340, XmlNode *, XmlElement_AppendChildForLoad, (XmlElement * __this, XmlNode * newChild, XmlDocument * doc, MethodInfo * method)); DO_APP_FUNC(0x02448700, bool, XmlElement_get_IsEmpty, (XmlElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02448710, void, XmlElement_set_IsEmpty, (XmlElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x024487F0, XmlLinkedNode *, XmlElement_get_LastNode, (XmlElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, XmlElement_set_LastNode, (XmlElement * __this, XmlLinkedNode * value, MethodInfo * method)); DO_APP_FUNC(0x02448800, bool, XmlElement_IsValidChildType, (XmlElement * __this, XmlNodeType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02448860, XmlAttributeCollection *, XmlElement_get_Attributes, (XmlElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02448AD0, bool, XmlElement_get_HasAttributes, (XmlElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02448B10, XmlAttribute *, XmlElement_SetAttributeNode, (XmlElement * __this, XmlAttribute * newAttr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79968, XmlElement_SetAttributeNode__MethodInfo); DO_APP_FUNC(0x02448C50, void, XmlElement_WriteTo, (XmlElement * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x02448D60, void, XmlElement_WriteElementTo, (XmlWriter * writer, XmlElement * e, MethodInfo * method)); DO_APP_FUNC(0x02448FF0, void, XmlElement_WriteStartElement, (XmlElement * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x0243EF00, void, XmlElement_WriteContentTo, (XmlElement * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x02449130, void, XmlElement_RemoveAllAttributes, (XmlElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02449240, void, XmlElement_RemoveAll, (XmlElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02449270, void, XmlElement_RemoveAllChildren, (XmlElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02449280, void, XmlElement_set_InnerXml, (XmlElement * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x024492F0, String *, XmlElement_get_InnerText, (XmlElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02449300, void, XmlElement_set_InnerText, (XmlElement * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x024493F0, XmlNode *, XmlElement_get_NextSibling, (XmlElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, XmlElement_SetParent, (XmlElement * __this, XmlNode * node, MethodInfo * method)); DO_APP_FUNC(0x02449430, void, XmlEntity__ctor, (XmlEntity * __this, String * name, String * strdata, String * publicId, String * systemId, String * notationName, XmlDocument * doc, MethodInfo * method)); DO_APP_FUNC(0x02449750, XmlNode *, XmlEntity_CloneNode, (XmlEntity * __this, bool deep, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79940, XmlEntity_CloneNode__MethodInfo); DO_APP_FUNC(0x00418D30, bool, XmlEntity_get_IsReadOnly, (XmlEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, XmlEntity_get_Name, (XmlEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, XmlEntity_get_LocalName, (XmlEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x024492F0, String *, XmlEntity_get_InnerText, (XmlEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x024497C0, void, XmlEntity_set_InnerText, (XmlEntity * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79950, XmlEntity_set_InnerText__MethodInfo); DO_APP_FUNC(0x00418D30, bool, XmlEntity_get_IsContainer, (XmlEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x02449830, XmlLinkedNode *, XmlEntity_get_LastNode, (XmlEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, XmlEntity_set_LastNode, (XmlEntity * __this, XmlLinkedNode * value, MethodInfo * method)); DO_APP_FUNC(0x02449940, bool, XmlEntity_IsValidChildType, (XmlEntity * __this, XmlNodeType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x01AF2340, XmlNodeType__Enum, XmlEntity_get_NodeType, (XmlEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, XmlEntity_get_SystemId, (XmlEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x02449960, void, XmlEntity_set_InnerXml, (XmlEntity * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79998, XmlEntity_set_InnerXml__MethodInfo); DO_APP_FUNC(0x003AC050, void, XmlEntity_WriteTo, (XmlEntity * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlEntity_WriteContentTo, (XmlEntity * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x003C5390, String *, XmlEntity_get_BaseURI, (XmlEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, XmlEntity_SetBaseURI, (XmlEntity * __this, String * inBaseURI, MethodInfo * method)); DO_APP_FUNC(0x024499D0, void, XmlEntityReference__ctor, (XmlEntityReference * __this, String * name, XmlDocument * doc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79978, XmlEntityReference__ctor__MethodInfo); DO_APP_FUNC(0x003B93E0, String *, XmlEntityReference_get_Name, (XmlEntityReference * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, XmlEntityReference_get_LocalName, (XmlEntityReference * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, String *, XmlEntityReference_get_Value, (XmlEntityReference * __this, MethodInfo * method)); DO_APP_FUNC(0x02449B10, void, XmlEntityReference_set_Value, (XmlEntityReference * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79988, XmlEntityReference_set_Value__MethodInfo); DO_APP_FUNC(0x011B8EF0, XmlNodeType__Enum, XmlEntityReference_get_NodeType, (XmlEntityReference * __this, MethodInfo * method)); DO_APP_FUNC(0x02449B80, XmlNode *, XmlEntityReference_CloneNode, (XmlEntityReference * __this, bool deep, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, XmlEntityReference_get_IsReadOnly, (XmlEntityReference * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, XmlEntityReference_get_IsContainer, (XmlEntityReference * __this, MethodInfo * method)); DO_APP_FUNC(0x02449BD0, void, XmlEntityReference_SetParent, (XmlEntityReference * __this, XmlNode * node, MethodInfo * method)); DO_APP_FUNC(0x0108FAA0, void, XmlEntityReference_SetParentForLoad, (XmlEntityReference * __this, XmlNode * node, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, XmlLinkedNode *, XmlEntityReference_get_LastNode, (XmlEntityReference * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, XmlEntityReference_set_LastNode, (XmlEntityReference * __this, XmlLinkedNode * value, MethodInfo * method)); DO_APP_FUNC(0x02448800, bool, XmlEntityReference_IsValidChildType, (XmlEntityReference * __this, XmlNodeType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02449D50, void, XmlEntityReference_WriteTo, (XmlEntityReference * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x02449D80, void, XmlEntityReference_WriteContentTo, (XmlEntityReference * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x0244A000, String *, XmlEntityReference_get_BaseURI, (XmlEntityReference * __this, MethodInfo * method)); DO_APP_FUNC(0x0244A040, String *, XmlEntityReference_ConstructBaseURI, (XmlEntityReference * __this, String * baseURI, String * systemId, MethodInfo * method)); DO_APP_FUNC(0x0244A110, String *, XmlEntityReference_get_ChildBaseURI, (XmlEntityReference * __this, MethodInfo * method)); DO_APP_FUNC(0x0244A360, void, XmlImplementation__ctor, (XmlImplementation * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, XmlImplementation__ctor_1, (XmlImplementation * __this, XmlNameTable * nt, MethodInfo * method)); DO_APP_FUNC(0x0244A410, XmlDocument *, XmlImplementation_CreateDocument, (XmlImplementation * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, XmlNameTable *, XmlImplementation_get_NameTable, (XmlImplementation * __this, MethodInfo * method)); DO_APP_FUNC(0x0244A480, void, XmlLinkedNode__ctor, (XmlLinkedNode * __this, XmlDocument * doc, MethodInfo * method)); DO_APP_FUNC(0x0244A5B0, XmlNode *, XmlLinkedNode_get_PreviousSibling, (XmlLinkedNode * __this, MethodInfo * method)); DO_APP_FUNC(0x0244A640, XmlNode *, XmlLinkedNode_get_NextSibling, (XmlLinkedNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlLoader__ctor, (XmlLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x0244A6A0, void, XmlLoader_Load, (XmlLoader * __this, XmlDocument * doc, XmlReader * reader, bool preserveWhitespace, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79908, XmlLoader_Load__MethodInfo); DO_APP_FUNC(0x0244AAA0, void, XmlLoader_LoadDocSequence, (XmlLoader * __this, XmlDocument * parentDoc, MethodInfo * method)); DO_APP_FUNC(0x0244AB20, XmlNode *, XmlLoader_ReadCurrentNode, (XmlLoader * __this, XmlDocument * doc, XmlReader * reader, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79918, XmlLoader_ReadCurrentNode__MethodInfo); DO_APP_FUNC(0x0244AD60, XmlNode *, XmlLoader_LoadNode, (XmlLoader * __this, bool skipOverWhitespace, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C798F8, XmlLoader_LoadNode__MethodInfo); DO_APP_FUNC(0x0244B510, XmlAttribute *, XmlLoader_LoadAttributeNode, (XmlLoader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79930, XmlLoader_LoadAttributeNode__MethodInfo); DO_APP_FUNC(0x0244B8C0, XmlAttribute *, XmlLoader_LoadDefaultAttribute, (XmlLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x0244BAF0, void, XmlLoader_LoadAttributeValue, (XmlLoader * __this, XmlNode * parent, bool direct, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79928, XmlLoader_LoadAttributeValue__MethodInfo); DO_APP_FUNC(0x0244BE50, XmlEntityReference *, XmlLoader_LoadEntityReferenceNode, (XmlLoader * __this, bool direct, MethodInfo * method)); DO_APP_FUNC(0x0244C0C0, XmlDeclaration *, XmlLoader_LoadDeclarationNode, (XmlLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x0244C340, XmlDocumentType *, XmlLoader_LoadDocumentTypeNode, (XmlLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x0244C5E0, XmlNode *, XmlLoader_LoadNodeDirect, (XmlLoader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C798E0, XmlLoader_LoadNodeDirect__MethodInfo); DO_APP_FUNC(0x0244CC20, XmlAttribute *, XmlLoader_LoadAttributeNodeDirect, (XmlLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x0244CE20, void, XmlLoader_ParseDocumentType, (XmlLoader * __this, XmlDocumentType * dtNode, MethodInfo * method)); DO_APP_FUNC(0x0244CEA0, void, XmlLoader_ParseDocumentType_1, (XmlLoader * __this, XmlDocumentType * dtNode, bool bUseResolver, XmlResolver * resolver, MethodInfo * method)); DO_APP_FUNC(0x0244D260, void, XmlLoader_LoadDocumentType, (XmlLoader * __this, IDtdInfo * dtdInfo, XmlDocumentType * dtNode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C798A8, XmlLoader_LoadDocumentType__MethodInfo); DO_APP_FUNC(0x0244E450, XmlParserContext *, XmlLoader_GetContext, (XmlLoader * __this, XmlNode * node, MethodInfo * method)); DO_APP_FUNC(0x0244EF00, XmlNamespaceManager *, XmlLoader_ParsePartialContent, (XmlLoader * __this, XmlNode * parentNode, String * innerxmltext, XmlNodeType__Enum nt, MethodInfo * method)); DO_APP_FUNC(0x0244F200, void, XmlLoader_LoadInnerXmlElement, (XmlLoader * __this, XmlElement * node, String * innerxmltext, MethodInfo * method)); DO_APP_FUNC(0x0244F3A0, void, XmlLoader_LoadInnerXmlAttribute, (XmlLoader * __this, XmlAttribute * node, String * innerxmltext, MethodInfo * method)); DO_APP_FUNC(0x0244F3C0, void, XmlLoader_RemoveDuplicateNamespace, (XmlLoader * __this, XmlElement * elem, XmlNamespaceManager * mgr, bool fCheckElemAttrs, MethodInfo * method)); DO_APP_FUNC(0x0244F780, String *, XmlLoader_EntitizeName, (XmlLoader * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0244F7E0, void, XmlLoader_ExpandEntity, (XmlLoader * __this, XmlEntity * ent, MethodInfo * method)); DO_APP_FUNC(0x0244F8A0, void, XmlLoader_ExpandEntityReference, (XmlLoader * __this, XmlEntityReference * eref, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C798F0, XmlLoader_ExpandEntityReference__MethodInfo); DO_APP_FUNC(0x02450010, XmlReader *, XmlLoader_CreateInnerXmlReader, (XmlLoader * __this, String * xmlFragment, XmlNodeType__Enum nt, XmlParserContext * context, XmlDocument * doc, MethodInfo * method)); DO_APP_FUNC(0x02450280, void, XmlLoader_ParseXmlDeclarationValue, (String * strValue, String * * version, String * * encoding, String * * standalone, MethodInfo * method)); DO_APP_FUNC(0x024507C0, Exception *, XmlLoader_UnexpectedNodeType, (XmlNodeType__Enum nodetype, MethodInfo * method)); DO_APP_FUNC(0x02450950, XmlName *, XmlName_Create, (String * prefix, String * localName, String * ns, int32_t hashCode, XmlDocument * ownerDoc, XmlName * next, IXmlSchemaInfo * schemaInfo, MethodInfo * method)); DO_APP_FUNC(0x02450A80, void, XmlName__ctor, (XmlName * __this, String * prefix, String * localName, String * ns, int32_t hashCode, XmlDocument * ownerDoc, XmlName * next, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, XmlName_get_LocalName, (XmlName * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, XmlName_get_NamespaceURI, (XmlName * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, XmlName_get_Prefix, (XmlName * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, XmlName_get_HashCode, (XmlName * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, XmlDocument *, XmlName_get_OwnerDocument, (XmlName * __this, MethodInfo * method)); DO_APP_FUNC(0x02450CA0, String *, XmlName_get_Name, (XmlName * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, XmlSchemaValidity__Enum, XmlName_get_Validity, (XmlName * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, XmlName_get_IsDefault, (XmlName * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, XmlName_get_IsNil, (XmlName * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, XmlSchemaSimpleType *, XmlName_get_MemberType, (XmlName * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, XmlSchemaType *, XmlName_get_SchemaType, (XmlName * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, XmlSchemaElement *, XmlName_get_SchemaElement, (XmlName * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, XmlSchemaAttribute *, XmlName_get_SchemaAttribute, (XmlName * __this, MethodInfo * method)); DO_APP_FUNC(0x01C84CE0, bool, XmlName_Equals, (XmlName * __this, IXmlSchemaInfo * schemaInfo, MethodInfo * method)); DO_APP_FUNC(0x02450F60, int32_t, XmlName_GetHashCode, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02450FD0, void, XmlNameEx__ctor, (XmlNameEx * __this, String * prefix, String * localName, String * ns, int32_t hashCode, XmlDocument * ownerDoc, XmlName * next, IXmlSchemaInfo * schemaInfo, MethodInfo * method)); DO_APP_FUNC(0x02451230, XmlSchemaValidity__Enum, XmlNameEx_get_Validity, (XmlNameEx * __this, MethodInfo * method)); DO_APP_FUNC(0x02451260, bool, XmlNameEx_get_IsDefault, (XmlNameEx * __this, MethodInfo * method)); DO_APP_FUNC(0x02451270, bool, XmlNameEx_get_IsNil, (XmlNameEx * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, XmlSchemaSimpleType *, XmlNameEx_get_MemberType, (XmlNameEx * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, XmlSchemaType *, XmlNameEx_get_SchemaType, (XmlNameEx * __this, MethodInfo * method)); DO_APP_FUNC(0x02451280, XmlSchemaElement *, XmlNameEx_get_SchemaElement, (XmlNameEx * __this, MethodInfo * method)); DO_APP_FUNC(0x02451310, XmlSchemaAttribute *, XmlNameEx_get_SchemaAttribute, (XmlNameEx * __this, MethodInfo * method)); DO_APP_FUNC(0x024513A0, void, XmlNameEx_SetValidity, (XmlNameEx * __this, XmlSchemaValidity__Enum value, MethodInfo * method)); DO_APP_FUNC(0x024513B0, void, XmlNameEx_SetIsDefault, (XmlNameEx * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x024513E0, void, XmlNameEx_SetIsNil, (XmlNameEx * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02451410, bool, XmlNameEx_Equals, (XmlNameEx * __this, IXmlSchemaInfo * schemaInfo, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, XmlNamedNodeMap__ctor, (XmlNamedNodeMap * __this, XmlNode * parent, MethodInfo * method)); DO_APP_FUNC(0x024515F0, XmlNode *, XmlNamedNodeMap_GetNamedItem, (XmlNamedNodeMap * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x024517A0, XmlNode *, XmlNamedNodeMap_SetNamedItem, (XmlNamedNodeMap * __this, XmlNode * node, MethodInfo * method)); DO_APP_FUNC(0x0243F7D0, int32_t, XmlNamedNodeMap_get_Count, (XmlNamedNodeMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02451880, IEnumerator *, XmlNamedNodeMap_GetEnumerator, (XmlNamedNodeMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02451890, int32_t, XmlNamedNodeMap_FindNodeOffset, (XmlNamedNodeMap * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x024519C0, int32_t, XmlNamedNodeMap_FindNodeOffset_1, (XmlNamedNodeMap * __this, String * localName, String * namespaceURI, MethodInfo * method)); DO_APP_FUNC(0x02451B50, XmlNode *, XmlNamedNodeMap_AddNode, (XmlNamedNodeMap * __this, XmlNode * node, MethodInfo * method)); DO_APP_FUNC(0x02451CF0, XmlNode *, XmlNamedNodeMap_AddNodeForLoad, (XmlNamedNodeMap * __this, XmlNode * node, XmlDocument * doc, MethodInfo * method)); DO_APP_FUNC(0x02451DB0, XmlNode *, XmlNamedNodeMap_RemoveNodeAt, (XmlNamedNodeMap * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02451F20, XmlNode *, XmlNamedNodeMap_ReplaceNodeAt, (XmlNamedNodeMap * __this, int32_t i, XmlNode * node, MethodInfo * method)); DO_APP_FUNC(0x02451F90, XmlNode *, XmlNamedNodeMap_InsertNodeAt, (XmlNamedNodeMap * __this, int32_t i, XmlNode * node, MethodInfo * method)); DO_APP_FUNC(0x02452140, int32_t, XmlNamedNodeMap_SmallXmlNodeList_get_Count, (XmlNamedNodeMap_SmallXmlNodeList * __this, MethodInfo * method)); DO_APP_FUNC(0x024521D0, Object *, XmlNamedNodeMap_SmallXmlNodeList_get_Item, (XmlNamedNodeMap_SmallXmlNodeList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1668, XmlNamedNodeMap_SmallXmlNodeList_get_Item__MethodInfo); DO_APP_FUNC(0x02452310, void, XmlNamedNodeMap_SmallXmlNodeList_Add, (XmlNamedNodeMap_SmallXmlNodeList * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02452560, void, XmlNamedNodeMap_SmallXmlNodeList_RemoveAt, (XmlNamedNodeMap_SmallXmlNodeList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC16F8, XmlNamedNodeMap_SmallXmlNodeList_RemoveAt__MethodInfo); DO_APP_FUNC(0x024526A0, void, XmlNamedNodeMap_SmallXmlNodeList_Insert, (XmlNamedNodeMap_SmallXmlNodeList * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1720, XmlNamedNodeMap_SmallXmlNodeList_Insert__MethodInfo); DO_APP_FUNC(0x024528C0, IEnumerator *, XmlNamedNodeMap_SmallXmlNodeList_GetEnumerator, (XmlNamedNodeMap_SmallXmlNodeList * __this, MethodInfo * method)); DO_APP_FUNC(0x01A185F0, void, XmlNamedNodeMap_SmallXmlNodeList_SingleObjectEnumerator__ctor, (XmlNamedNodeMap_SmallXmlNodeList_SingleObjectEnumerator * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02452A10, Object *, XmlNamedNodeMap_SmallXmlNodeList_SingleObjectEnumerator_get_Current, (XmlNamedNodeMap_SmallXmlNodeList_SingleObjectEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC16D0, XmlNamedNodeMap_SmallXmlNodeList_SingleObjectEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x02452A70, bool, XmlNamedNodeMap_SmallXmlNodeList_SingleObjectEnumerator_MoveNext, (XmlNamedNodeMap_SmallXmlNodeList_SingleObjectEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x00727E20, void, XmlNamedNodeMap_SmallXmlNodeList_SingleObjectEnumerator_Reset, (XmlNamedNodeMap_SmallXmlNodeList_SingleObjectEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlNode__ctor, (XmlNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02452A90, void, XmlNode__ctor_1, (XmlNode * __this, XmlDocument * doc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC16C8, XmlNode__ctor_1__MethodInfo); DO_APP_FUNC(0x003C94D0, String *, XmlNode_get_Value, (XmlNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02452B60, void, XmlNode_set_Value, (XmlNode * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC16B8, XmlNode_set_Value__MethodInfo); DO_APP_FUNC(0x02452C40, XmlNode *, XmlNode_get_ParentNode, (XmlNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02452D20, XmlNodeList *, XmlNode_get_ChildNodes, (XmlNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, XmlNode *, XmlNode_get_PreviousSibling, (XmlNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, XmlNode *, XmlNode_get_NextSibling, (XmlNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, XmlAttributeCollection *, XmlNode_get_Attributes, (XmlNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02452DC0, XmlDocument *, XmlNode_get_OwnerDocument, (XmlNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02452E90, XmlNode *, XmlNode_get_FirstChild, (XmlNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02452EC0, XmlNode *, XmlNode_get_LastChild, (XmlNode * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, XmlNode_get_IsContainer, (XmlNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, XmlLinkedNode *, XmlNode_get_LastNode, (XmlNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlNode_set_LastNode, (XmlNode * __this, XmlLinkedNode * value, MethodInfo * method)); DO_APP_FUNC(0x02452EE0, bool, XmlNode_AncestorNode, (XmlNode * __this, XmlNode * node, MethodInfo * method)); DO_APP_FUNC(0x02452F60, XmlNode *, XmlNode_RemoveChild, (XmlNode * __this, XmlNode * oldChild, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC15E8, XmlNode_RemoveChild__MethodInfo); DO_APP_FUNC(0x02453530, XmlNode *, XmlNode_AppendChild, (XmlNode * __this, XmlNode * newChild, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC15B0, XmlNode_AppendChild__MethodInfo); DO_APP_FUNC(0x02453C20, XmlNode *, XmlNode_AppendChildForLoad, (XmlNode * __this, XmlNode * newChild, XmlDocument * doc, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, XmlNode_IsValidChildType, (XmlNode * __this, XmlNodeType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, XmlNode_CanInsertAfter, (XmlNode * __this, XmlNode * newChild, XmlNode * refChild, MethodInfo * method)); DO_APP_FUNC(0x02453F60, bool, XmlNode_get_HasChildNodes, (XmlNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02453F90, void, XmlNode_CopyChildren, (XmlNode * __this, XmlDocument * doc, XmlNode * container, bool deep, MethodInfo * method)); DO_APP_FUNC(0x02454050, String *, XmlNode_get_NamespaceURI, (XmlNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02454090, String *, XmlNode_get_Prefix, (XmlNode * __this, MethodInfo * method)); DO_APP_FUNC(0x024540D0, bool, XmlNode_get_IsReadOnly, (XmlNode * __this, MethodInfo * method)); DO_APP_FUNC(0x024541C0, bool, XmlNode_HasReadOnlyParent, (XmlNode * n, MethodInfo * method)); DO_APP_FUNC(0x02454290, Object *, XmlNode_System_ICloneable_Clone, (XmlNode * __this, MethodInfo * method)); DO_APP_FUNC(0x024542B0, IEnumerator *, XmlNode_System_Collections_IEnumerable_GetEnumerator, (XmlNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02454320, IEnumerator *, XmlNode_GetEnumerator, (XmlNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02454390, void, XmlNode_AppendChildText, (XmlNode * __this, StringBuilder * builder, MethodInfo * method)); DO_APP_FUNC(0x024544C0, String *, XmlNode_get_InnerText, (XmlNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02454600, void, XmlNode_set_InnerText, (XmlNode * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02454710, void, XmlNode_set_InnerXml, (XmlNode * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1610, XmlNode_set_InnerXml__MethodInfo); DO_APP_FUNC(0x02454780, String *, XmlNode_get_BaseURI, (XmlNode * __this, MethodInfo * method)); DO_APP_FUNC(0x024548B0, void, XmlNode_RemoveAll, (XmlNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02454930, void, XmlNode_SetParent, (XmlNode * __this, XmlNode * node, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, XmlNode_SetParentForLoad, (XmlNode * __this, XmlNode * node, MethodInfo * method)); DO_APP_FUNC(0x02454A10, XmlNode *, XmlNode_FindChild, (XmlNode * __this, XmlNodeType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02454AA0, XmlNodeChangedEventArgs *, XmlNode_GetEventArgs, (XmlNode * __this, XmlNode * node, XmlNode * oldParent, XmlNode * newParent, String * oldValue, String * newValue, XmlNodeChangedAction__Enum action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1528, XmlNode_GetEventArgs__MethodInfo); DO_APP_FUNC(0x02454BE0, void, XmlNode_BeforeEvent, (XmlNode * __this, XmlNodeChangedEventArgs * args, MethodInfo * method)); DO_APP_FUNC(0x02454C30, void, XmlNode_AfterEvent, (XmlNode * __this, XmlNodeChangedEventArgs * args, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, XmlNode_get_IsText, (XmlNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02454C80, void, XmlNode_NestTextNodes, (XmlNode * prevNode, XmlNode * nextNode, MethodInfo * method)); DO_APP_FUNC(0x02454CE0, void, XmlNode_UnnestTextNodes, (XmlNode * prevNode, XmlNode * nextNode, MethodInfo * method)); DO_APP_FUNC(0x02454D60, void, XmlNodeChangedEventArgs__ctor, (XmlNodeChangedEventArgs * __this, XmlNode * node, XmlNode * oldParent, XmlNode * newParent, String * oldValue, String * newValue, XmlNodeChangedAction__Enum action, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, XmlNodeChangedAction__Enum, XmlNodeChangedEventArgs_get_Action, (XmlNodeChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, XmlNodeChangedEventHandler__ctor, (XmlNodeChangedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, XmlNodeChangedEventHandler_Invoke, (XmlNodeChangedEventHandler * __this, Object * sender, XmlNodeChangedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x01C3C7F0, XmlNode *, XmlNodeList_get_ItemOf, (XmlNodeList * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x01358D70, void, XmlNodeList_System_IDisposable_Dispose, (XmlNodeList * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlNodeList_PrivateDisposeNodeList, (XmlNodeList * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlNodeList__ctor, (XmlNodeList * __this, MethodInfo * method)); DO_APP_FUNC(0x02454F70, void, XmlNotation__ctor, (XmlNotation * __this, String * name, String * publicId, String * systemId, XmlDocument * doc, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, XmlNotation_get_Name, (XmlNotation * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, XmlNotation_get_LocalName, (XmlNotation * __this, MethodInfo * method)); DO_APP_FUNC(0x00EECEB0, XmlNodeType__Enum, XmlNotation_get_NodeType, (XmlNotation * __this, MethodInfo * method)); DO_APP_FUNC(0x024551D0, XmlNode *, XmlNotation_CloneNode, (XmlNotation * __this, bool deep, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1508, XmlNotation_CloneNode__MethodInfo); DO_APP_FUNC(0x00418D30, bool, XmlNotation_get_IsReadOnly, (XmlNotation * __this, MethodInfo * method)); DO_APP_FUNC(0x02455240, void, XmlNotation_set_InnerXml, (XmlNotation * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1558, XmlNotation_set_InnerXml__MethodInfo); DO_APP_FUNC(0x003AC050, void, XmlNotation_WriteTo, (XmlNotation * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlNotation_WriteContentTo, (XmlNotation * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x024552B0, void, XmlProcessingInstruction__ctor, (XmlProcessingInstruction * __this, String * target, String * data, XmlDocument * doc, MethodInfo * method)); DO_APP_FUNC(0x02455390, String *, XmlProcessingInstruction_get_Name, (XmlProcessingInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x02441AD0, String *, XmlProcessingInstruction_get_LocalName, (XmlProcessingInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, XmlProcessingInstruction_get_Value, (XmlProcessingInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x024553F0, void, XmlProcessingInstruction_set_Value, (XmlProcessingInstruction * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02455400, void, XmlProcessingInstruction_set_Data, (XmlProcessingInstruction * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, XmlProcessingInstruction_get_InnerText, (XmlProcessingInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x024553F0, void, XmlProcessingInstruction_set_InnerText, (XmlProcessingInstruction * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00EECFF0, XmlNodeType__Enum, XmlProcessingInstruction_get_NodeType, (XmlProcessingInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x02455500, XmlNode *, XmlProcessingInstruction_CloneNode, (XmlProcessingInstruction * __this, bool deep, MethodInfo * method)); DO_APP_FUNC(0x02455550, void, XmlProcessingInstruction_WriteTo, (XmlProcessingInstruction * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlProcessingInstruction_WriteContentTo, (XmlProcessingInstruction * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x02455590, void, XmlSignificantWhitespace__ctor, (XmlSignificantWhitespace * __this, String * strData, XmlDocument * doc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC14C8, XmlSignificantWhitespace__ctor__MethodInfo); DO_APP_FUNC(0x02455690, String *, XmlSignificantWhitespace_get_Name, (XmlSignificantWhitespace * __this, MethodInfo * method)); DO_APP_FUNC(0x02455690, String *, XmlSignificantWhitespace_get_LocalName, (XmlSignificantWhitespace * __this, MethodInfo * method)); DO_APP_FUNC(0x01B37CA0, XmlNodeType__Enum, XmlSignificantWhitespace_get_NodeType, (XmlSignificantWhitespace * __this, MethodInfo * method)); DO_APP_FUNC(0x024556C0, XmlNode *, XmlSignificantWhitespace_get_ParentNode, (XmlSignificantWhitespace * __this, MethodInfo * method)); DO_APP_FUNC(0x02455770, XmlNode *, XmlSignificantWhitespace_CloneNode, (XmlSignificantWhitespace * __this, bool deep, MethodInfo * method)); DO_APP_FUNC(0x02440820, String *, XmlSignificantWhitespace_get_Value, (XmlSignificantWhitespace * __this, MethodInfo * method)); DO_APP_FUNC(0x024557E0, void, XmlSignificantWhitespace_set_Value, (XmlSignificantWhitespace * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC14C0, XmlSignificantWhitespace_set_Value__MethodInfo); DO_APP_FUNC(0x024558F0, void, XmlSignificantWhitespace_WriteTo, (XmlSignificantWhitespace * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSignificantWhitespace_WriteContentTo, (XmlSignificantWhitespace * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, XmlSignificantWhitespace_get_IsText, (XmlSignificantWhitespace * __this, MethodInfo * method)); DO_APP_FUNC(0x02455940, void, XmlText__ctor, (XmlText * __this, String * strData, MethodInfo * method)); DO_APP_FUNC(0x02440600, void, XmlText__ctor_1, (XmlText * __this, String * strData, XmlDocument * doc, MethodInfo * method)); DO_APP_FUNC(0x02455950, String *, XmlText_get_Name, (XmlText * __this, MethodInfo * method)); DO_APP_FUNC(0x02455950, String *, XmlText_get_LocalName, (XmlText * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F690, XmlNodeType__Enum, XmlText_get_NodeType, (XmlText * __this, MethodInfo * method)); DO_APP_FUNC(0x02440640, XmlNode *, XmlText_get_ParentNode, (XmlText * __this, MethodInfo * method)); DO_APP_FUNC(0x02455980, XmlNode *, XmlText_CloneNode, (XmlText * __this, bool deep, MethodInfo * method)); DO_APP_FUNC(0x02440820, String *, XmlText_get_Value, (XmlText * __this, MethodInfo * method)); DO_APP_FUNC(0x024559F0, void, XmlText_set_Value, (XmlText * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x024558F0, void, XmlText_WriteTo, (XmlText * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlText_WriteContentTo, (XmlText * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, XmlText_get_IsText, (XmlText * __this, MethodInfo * method)); DO_APP_FUNC(0x0243E2D0, void, XmlUnspecifiedAttribute__ctor, (XmlUnspecifiedAttribute * __this, String * prefix, String * localName, String * namespaceURI, XmlDocument * doc, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, XmlUnspecifiedAttribute_get_Specified, (XmlUnspecifiedAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02455AB0, XmlNode *, XmlUnspecifiedAttribute_CloneNode, (XmlUnspecifiedAttribute * __this, bool deep, MethodInfo * method)); DO_APP_FUNC(0x02455C00, void, XmlUnspecifiedAttribute_set_InnerText, (XmlUnspecifiedAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02455C80, XmlNode *, XmlUnspecifiedAttribute_RemoveChild, (XmlUnspecifiedAttribute * __this, XmlNode * oldChild, MethodInfo * method)); DO_APP_FUNC(0x02455D10, XmlNode *, XmlUnspecifiedAttribute_AppendChild, (XmlUnspecifiedAttribute * __this, XmlNode * newChild, MethodInfo * method)); DO_APP_FUNC(0x02455DA0, void, XmlUnspecifiedAttribute_WriteTo, (XmlUnspecifiedAttribute * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, XmlUnspecifiedAttribute_SetSpecified, (XmlUnspecifiedAttribute * __this, bool f, MethodInfo * method)); DO_APP_FUNC(0x02455E80, void, XmlWhitespace__ctor, (XmlWhitespace * __this, String * strData, XmlDocument * doc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC14E8, XmlWhitespace__ctor__MethodInfo); DO_APP_FUNC(0x02455F80, String *, XmlWhitespace_get_Name, (XmlWhitespace * __this, MethodInfo * method)); DO_APP_FUNC(0x02455F80, String *, XmlWhitespace_get_LocalName, (XmlWhitespace * __this, MethodInfo * method)); DO_APP_FUNC(0x01B38030, XmlNodeType__Enum, XmlWhitespace_get_NodeType, (XmlWhitespace * __this, MethodInfo * method)); DO_APP_FUNC(0x024556C0, XmlNode *, XmlWhitespace_get_ParentNode, (XmlWhitespace * __this, MethodInfo * method)); DO_APP_FUNC(0x02440820, String *, XmlWhitespace_get_Value, (XmlWhitespace * __this, MethodInfo * method)); DO_APP_FUNC(0x02455FB0, void, XmlWhitespace_set_Value, (XmlWhitespace * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC14D8, XmlWhitespace_set_Value__MethodInfo); DO_APP_FUNC(0x024560C0, XmlNode *, XmlWhitespace_CloneNode, (XmlWhitespace * __this, bool deep, MethodInfo * method)); DO_APP_FUNC(0x02456130, void, XmlWhitespace_WriteTo, (XmlWhitespace * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlWhitespace_WriteContentTo, (XmlWhitespace * __this, XmlWriter * w, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, XmlWhitespace_get_IsText, (XmlWhitespace * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, EmptyEnumerator_System_Collections_IEnumerator_MoveNext, (EmptyEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EmptyEnumerator_System_Collections_IEnumerator_Reset, (EmptyEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02456180, Object *, EmptyEnumerator_System_Collections_IEnumerator_get_Current, (EmptyEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1588, EmptyEnumerator_System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003AC050, void, EmptyEnumerator__ctor, (EmptyEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x024561F0, void, HWStack__ctor, (HWStack * __this, int32_t GrowthRate, MethodInfo * method)); DO_APP_FUNC(0x024562A0, void, HWStack__ctor_1, (HWStack * __this, int32_t GrowthRate, int32_t limit, MethodInfo * method)); DO_APP_FUNC(0x02456360, Object *, HWStack_Push, (HWStack * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC15A0, HWStack_Push__MethodInfo); DO_APP_FUNC(0x024564E0, Object *, HWStack_Pop, (HWStack * __this, MethodInfo * method)); DO_APP_FUNC(0x02456520, Object *, HWStack_Peek, (HWStack * __this, MethodInfo * method)); DO_APP_FUNC(0x02456560, void, HWStack_AddToTop, (HWStack * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x024565E0, Object *, HWStack_get_Item, (HWStack * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1590, HWStack_get_Item__MethodInfo); DO_APP_FUNC(0x02456660, void, HWStack_set_Item, (HWStack * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1568, HWStack_set_Item__MethodInfo); DO_APP_FUNC(0x003CB280, int32_t, HWStack_get_Length, (HWStack * __this, MethodInfo * method)); DO_APP_FUNC(0x02456720, void, HWStack__ctor_2, (HWStack * __this, Object__Array * stack, int32_t growthRate, int32_t used, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02456790, Object *, HWStack_Clone, (HWStack * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, PositionInfo_HasLineInfo, (PositionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, PositionInfo_get_LineNumber, (PositionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, PositionInfo_get_LinePosition, (PositionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x024568D0, PositionInfo *, PositionInfo_GetPositionInfo, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PositionInfo__ctor, (PositionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ReaderPositionInfo__ctor, (ReaderPositionInfo * __this, IXmlLineInfo * lineInfo, MethodInfo * method)); DO_APP_FUNC(0x024569C0, bool, ReaderPositionInfo_HasLineInfo, (ReaderPositionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02456A10, int32_t, ReaderPositionInfo_get_LineNumber, (ReaderPositionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02456A60, int32_t, ReaderPositionInfo_get_LinePosition, (ReaderPositionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x009B8F70, void, LineInfo__ctor, (LineInfo * __this, int32_t lineNo, int32_t linePos, MethodInfo * method)); DO_APP_FUNC(0x009B8F70, void, LineInfo_Set, (LineInfo * __this, int32_t lineNo, int32_t linePos, MethodInfo * method)); DO_APP_FUNC(0x02456AB0, void, NameTable__ctor, (NameTable * __this, MethodInfo * method)); DO_APP_FUNC(0x02456B80, String *, NameTable_Add, (NameTable * __this, String * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1450, NameTable_Add__MethodInfo); DO_APP_FUNC(0x02456D50, String *, NameTable_Add_1, (NameTable * __this, Char__Array * key, int32_t start, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x02456F20, String *, NameTable_Get, (NameTable * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1460, NameTable_Get__MethodInfo); DO_APP_FUNC(0x024570E0, String *, NameTable_AddEntry, (NameTable * __this, String * str, int32_t hashCode, MethodInfo * method)); DO_APP_FUNC(0x02457410, void, NameTable_Grow, (NameTable * __this, MethodInfo * method)); DO_APP_FUNC(0x024575A0, bool, NameTable_TextEquals, (String * str1, Char__Array * str2, int32_t str2Start, int32_t str2Length, MethodInfo * method)); DO_APP_FUNC(0x02102540, void, NameTable_Entry__ctor, (NameTable_Entry * __this, String * str, int32_t hashCode, NameTable_Entry * next, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, Ref_Equal, (String * strA, String * strB, MethodInfo * method)); DO_APP_FUNC(0x02457630, void, DtdParser__ctor, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02457870, IDtdParser *, DtdParser_Create, (MethodInfo * method)); DO_APP_FUNC(0x024578D0, void, DtdParser_Initialize, (DtdParser * __this, IDtdParserAdapter * readerAdapter, MethodInfo * method)); DO_APP_FUNC(0x02457CF0, void, DtdParser_InitializeFreeFloatingDtd, (DtdParser * __this, String * baseUri, String * docTypeName, String * publicId, String * systemId, String * internalSubset, IDtdParserAdapter * adapter, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC13F0, DtdParser_InitializeFreeFloatingDtd__MethodInfo); DO_APP_FUNC(0x02458070, IDtdInfo *, DtdParser_System_Xml_IDtdParser_ParseInternalDtd, (DtdParser * __this, IDtdParserAdapter * adapter, bool saveInternalSubset, MethodInfo * method)); DO_APP_FUNC(0x024580B0, IDtdInfo *, DtdParser_System_Xml_IDtdParser_ParseFreeFloatingDtd, (DtdParser * __this, String * baseUri, String * docTypeName, String * publicId, String * systemId, String * internalSubset, IDtdParserAdapter * adapter, MethodInfo * method)); DO_APP_FUNC(0x02458100, bool, DtdParser_get_ParsingInternalSubset, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02458110, bool, DtdParser_get_IgnoreEntityReferences, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02458120, bool, DtdParser_get_SaveInternalSubsetValue, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02458190, bool, DtdParser_get_ParsingTopLevelMarkup, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0060FBA0, bool, DtdParser_get_SupportNamespaces, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x00434A10, bool, DtdParser_get_Normalize, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x024581B0, void, DtdParser_Parse, (DtdParser * __this, bool saveInternalSubset, MethodInfo * method)); DO_APP_FUNC(0x02458540, void, DtdParser_ParseInDocumentDtd, (DtdParser * __this, bool saveInternalSubset, MethodInfo * method)); DO_APP_FUNC(0x02458760, void, DtdParser_ParseFreeFloatingDtd, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x024587C0, void, DtdParser_ParseInternalSubset, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x024587D0, void, DtdParser_ParseExternalSubset, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02458910, void, DtdParser_ParseSubset, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02458FE0, void, DtdParser_ParseAttlistDecl, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02459890, void, DtdParser_ParseAttlistType, (DtdParser * __this, SchemaAttDef * attrDef, SchemaElementDecl * elementDecl, bool ignoreErrors, MethodInfo * method)); DO_APP_FUNC(0x0245A120, void, DtdParser_ParseAttlistDefault, (DtdParser * __this, SchemaAttDef * attrDef, bool ignoreErrors, MethodInfo * method)); DO_APP_FUNC(0x0245A3A0, void, DtdParser_ParseElementDecl, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0245A860, void, DtdParser_ParseElementOnlyContent, (DtdParser * __this, ParticleContentValidator * pcv, int32_t startParenEntityId, MethodInfo * method)); DO_APP_FUNC(0x0245AD80, void, DtdParser_ParseHowMany, (DtdParser * __this, ParticleContentValidator * pcv, MethodInfo * method)); DO_APP_FUNC(0x0245ADF0, void, DtdParser_ParseElementMixedContent, (DtdParser * __this, ParticleContentValidator * pcv, int32_t startParenEntityId, MethodInfo * method)); DO_APP_FUNC(0x0245B130, void, DtdParser_ParseEntityDecl, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0245B710, void, DtdParser_ParseNotationDecl, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0245BB00, void, DtdParser_AddUndeclaredNotation, (DtdParser * __this, String * notationName, MethodInfo * method)); DO_APP_FUNC(0x0245BF00, void, DtdParser_ParseComment, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0245C0D0, void, DtdParser_ParsePI, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0245C1D0, void, DtdParser_ParseCondSection, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0245C480, void, DtdParser_ParseExternalId, (DtdParser * __this, DtdParser_Token__Enum idTokenType, DtdParser_Token__Enum declType, String * * publicId, String * * systemId, MethodInfo * method)); DO_APP_FUNC(0x0245CD00, DtdParser_Token__Enum, DtdParser_GetToken, (DtdParser * __this, bool needWhiteSpace, MethodInfo * method)); DO_APP_FUNC(0x0245DF80, DtdParser_Token__Enum, DtdParser_ScanSubsetContent, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0245E7A0, DtdParser_Token__Enum, DtdParser_ScanNameExpected, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0245E7D0, DtdParser_Token__Enum, DtdParser_ScanQNameExpected, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0245E800, DtdParser_Token__Enum, DtdParser_ScanNmtokenExpected, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0245E830, DtdParser_Token__Enum, DtdParser_ScanDoctype1, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0245E970, DtdParser_Token__Enum, DtdParser_ScanDoctype2, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0245EA20, DtdParser_Token__Enum, DtdParser_ScanClosingTag, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0245EAB0, DtdParser_Token__Enum, DtdParser_ScanElement1, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0245ED80, DtdParser_Token__Enum, DtdParser_ScanElement2, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0245EFB0, DtdParser_Token__Enum, DtdParser_ScanElement3, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0245F030, DtdParser_Token__Enum, DtdParser_ScanElement4, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0245F0F0, DtdParser_Token__Enum, DtdParser_ScanElement5, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0245F1E0, DtdParser_Token__Enum, DtdParser_ScanElement6, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0245F2B0, DtdParser_Token__Enum, DtdParser_ScanElement7, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0245F300, DtdParser_Token__Enum, DtdParser_ScanAttlist1, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0245F3D0, DtdParser_Token__Enum, DtdParser_ScanAttlist2, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0245FB60, DtdParser_Token__Enum, DtdParser_ScanAttlist3, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0245FC00, DtdParser_Token__Enum, DtdParser_ScanAttlist4, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0245FCD0, DtdParser_Token__Enum, DtdParser_ScanAttlist5, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0245FDA0, DtdParser_Token__Enum, DtdParser_ScanAttlist6, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02460240, DtdParser_Token__Enum, DtdParser_ScanAttlist7, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02460300, DtdParser_Token__Enum, DtdParser_ScanLiteral, (DtdParser * __this, DtdParser_LiteralType__Enum literalType, MethodInfo * method)); DO_APP_FUNC(0x024612C0, XmlQualifiedName *, DtdParser_ScanEntityName, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x024613D0, DtdParser_Token__Enum, DtdParser_ScanNotation1, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x024614E0, DtdParser_Token__Enum, DtdParser_ScanSystemId, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02461590, DtdParser_Token__Enum, DtdParser_ScanEntity1, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02461600, DtdParser_Token__Enum, DtdParser_ScanEntity2, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02461750, DtdParser_Token__Enum, DtdParser_ScanEntity3, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02461850, DtdParser_Token__Enum, DtdParser_ScanPublicId1, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02461900, DtdParser_Token__Enum, DtdParser_ScanPublicId2, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02461970, DtdParser_Token__Enum, DtdParser_ScanCondSection1, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02461CD0, DtdParser_Token__Enum, DtdParser_ScanCondSection2, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02461D60, DtdParser_Token__Enum, DtdParser_ScanCondSection3, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x024623E0, void, DtdParser_ScanName, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x024623F0, void, DtdParser_ScanQName, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02462400, void, DtdParser_ScanQName_1, (DtdParser * __this, bool isQName, MethodInfo * method)); DO_APP_FUNC(0x024626C0, bool, DtdParser_ReadDataInName, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02462710, void, DtdParser_ScanNmtoken, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02462920, bool, DtdParser_EatPublicKeyword, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x024629E0, bool, DtdParser_EatSystemKeyword, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02462AA0, XmlQualifiedName *, DtdParser_GetNameQualified, (DtdParser * __this, bool canHavePrefix, MethodInfo * method)); DO_APP_FUNC(0x02462C60, String *, DtdParser_GetNameString, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02462C60, String *, DtdParser_GetNmtokenString, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02462C80, String *, DtdParser_GetValue, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02462CE0, String *, DtdParser_GetValueWithStrippedSpaces, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02462D50, int32_t, DtdParser_ReadData, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02462DD0, void, DtdParser_LoadParsingBuffer, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02462F20, void, DtdParser_SaveParsingBuffer, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02462F30, void, DtdParser_SaveParsingBuffer_1, (DtdParser * __this, int32_t internalSubsetValueEndPos, MethodInfo * method)); DO_APP_FUNC(0x02463020, bool, DtdParser_HandleEntityReference, (DtdParser * __this, bool paramEntity, bool inLiteral, bool inAttribute, MethodInfo * method)); DO_APP_FUNC(0x02463090, bool, DtdParser_HandleEntityReference_1, (DtdParser * __this, XmlQualifiedName * entityName, bool paramEntity, bool inLiteral, bool inAttribute, MethodInfo * method)); DO_APP_FUNC(0x024632A0, bool, DtdParser_HandleEntityEnd, (DtdParser * __this, bool inLiteral, MethodInfo * method)); DO_APP_FUNC(0x02463410, SchemaEntity *, DtdParser_VerifyEntityReference, (DtdParser * __this, XmlQualifiedName * entityName, bool paramEntity, bool mustBeDeclared, bool inAttribute, MethodInfo * method)); DO_APP_FUNC(0x02463690, void, DtdParser_SendValidationEvent, (DtdParser * __this, int32_t pos, XmlSeverityType__Enum severity, String * code, String * arg, MethodInfo * method)); DO_APP_FUNC(0x02463800, void, DtdParser_SendValidationEvent_1, (DtdParser * __this, XmlSeverityType__Enum severity, String * code, String * arg, MethodInfo * method)); DO_APP_FUNC(0x02463960, void, DtdParser_SendValidationEvent_2, (DtdParser * __this, XmlSeverityType__Enum severity, XmlSchemaException * e, MethodInfo * method)); DO_APP_FUNC(0x02463A00, bool, DtdParser_IsAttributeValueType, (DtdParser * __this, DtdParser_Token__Enum token, MethodInfo * method)); DO_APP_FUNC(0x02463A10, int32_t, DtdParser_get_LineNo, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02463A60, int32_t, DtdParser_get_LinePos, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02463AC0, String *, DtdParser_get_BaseUriStr, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02463B70, void, DtdParser_OnUnexpectedError, (DtdParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02463BC0, void, DtdParser_Throw, (DtdParser * __this, int32_t curPos, String * res, MethodInfo * method)); DO_APP_FUNC(0x02463C30, void, DtdParser_Throw_1, (DtdParser * __this, int32_t curPos, String * res, String * arg, MethodInfo * method)); DO_APP_FUNC(0x02463DF0, void, DtdParser_Throw_2, (DtdParser * __this, int32_t curPos, String * res, String__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02463FB0, void, DtdParser_Throw_3, (DtdParser * __this, String * res, String * arg, int32_t lineNo, int32_t linePos, MethodInfo * method)); DO_APP_FUNC(0x024640E0, void, DtdParser_ThrowInvalidChar, (DtdParser * __this, int32_t pos, String * data, int32_t invCharPos, MethodInfo * method)); DO_APP_FUNC(0x024641A0, void, DtdParser_ThrowInvalidChar_1, (DtdParser * __this, Char__Array * data, int32_t length, int32_t invCharPos, MethodInfo * method)); DO_APP_FUNC(0x02464250, void, DtdParser_ThrowUnexpectedToken, (DtdParser * __this, int32_t pos, String * expectedToken, MethodInfo * method)); DO_APP_FUNC(0x02464270, void, DtdParser_ThrowUnexpectedToken_1, (DtdParser * __this, int32_t pos, String * expectedToken1, String * expectedToken2, MethodInfo * method)); DO_APP_FUNC(0x024644A0, String *, DtdParser_ParseUnexpectedToken, (DtdParser * __this, int32_t startPos, MethodInfo * method)); DO_APP_FUNC(0x02464570, String *, DtdParser_StripSpaces, (String * value, MethodInfo * method)); DO_APP_FUNC(0x024647C0, void, DtdParser_UndeclaredNotation__ctor, (DtdParser_UndeclaredNotation * __this, String * name, int32_t lineNo, int32_t linePos, MethodInfo * method)); DO_APP_FUNC(0x02464890, void, DtdParser_ParseElementOnlyContent_LocalFrame__ctor, (DtdParser_ParseElementOnlyContent_LocalFrame * __this, int32_t startParentEntityIdParam, MethodInfo * method)); DO_APP_FUNC(0x024648A0, int32_t, ValidateNames_ParseNmtoken, (String * s, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x02464980, int32_t, ValidateNames_ParseNmtokenNoNamespaces, (String * s, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x02464A60, int32_t, ValidateNames_ParseNameNoNamespaces, (String * s, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x02464BB0, bool, ValidateNames_IsNameNoNamespaces, (String * s, MethodInfo * method)); DO_APP_FUNC(0x02464C20, int32_t, ValidateNames_ParseNCName, (String * s, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x02464D60, int32_t, ValidateNames_ParseNCName_1, (String * s, MethodInfo * method)); DO_APP_FUNC(0x02464DC0, int32_t, ValidateNames_ParseQName, (String * s, int32_t offset, int32_t * colonOffset, MethodInfo * method)); DO_APP_FUNC(0x02464EB0, void, ValidateNames_ParseQNameThrow, (String * s, String * * prefix, String * * localName, MethodInfo * method)); DO_APP_FUNC(0x02465070, void, ValidateNames_ThrowInvalidName, (String * s, int32_t offsetStartChar, int32_t offsetBadChar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1000, ValidateNames_ThrowInvalidName__MethodInfo); DO_APP_FUNC(0x02465280, Exception *, ValidateNames_GetInvalidNameException, (String * s, int32_t offsetStartChar, int32_t offsetBadChar, MethodInfo * method)); DO_APP_FUNC(0x02465550, void, ValidateNames_SplitQName, (String * name, String * * prefix, String * * lname, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1010, ValidateNames_SplitQName__MethodInfo); DO_APP_FUNC(0x02465760, void, ValidateNames__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02465800, Object *, XmlCharType_get_StaticLock, (MethodInfo * method)); DO_APP_FUNC(0x024658D0, void, XmlCharType_InitInstance, (MethodInfo * method)); DO_APP_FUNC(0x02466160, void, XmlCharType_SetProperties, (Byte__Array * chProps, String * ranges, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, XmlCharType__ctor, (XmlCharType * __this, Byte__Array * charProperties, MethodInfo * method)); DO_APP_FUNC(0x024661F0, XmlCharType, XmlCharType_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x024662B0, bool, XmlCharType_IsWhiteSpace, (XmlCharType * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x024662E0, bool, XmlCharType_IsNCNameSingleChar, (XmlCharType * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x02466310, bool, XmlCharType_IsStartNCNameSingleChar, (XmlCharType * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x02466340, bool, XmlCharType_IsNameSingleChar, (XmlCharType * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x02466380, bool, XmlCharType_IsCharData, (XmlCharType * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x024663B0, bool, XmlCharType_IsPubidChar, (XmlCharType * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x02466440, bool, XmlCharType_IsTextChar, (XmlCharType * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x02466470, bool, XmlCharType_IsLetter, (XmlCharType * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x024664A0, bool, XmlCharType_IsNCNameCharXml4e, (XmlCharType * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x024664D0, bool, XmlCharType_IsStartNCNameCharXml4e, (XmlCharType * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x02466510, bool, XmlCharType_IsNameCharXml4e, (XmlCharType * __this, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x01BC42E0, bool, XmlCharType_IsDigit, (uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x02466550, bool, XmlCharType_IsHighSurrogate, (int32_t ch, MethodInfo * method)); DO_APP_FUNC(0x02466560, bool, XmlCharType_IsLowSurrogate, (int32_t ch, MethodInfo * method)); DO_APP_FUNC(0x02466570, bool, XmlCharType_IsSurrogate, (int32_t ch, MethodInfo * method)); DO_APP_FUNC(0x02466580, int32_t, XmlCharType_CombineSurrogateChar, (int32_t lowChar, int32_t highChar, MethodInfo * method)); DO_APP_FUNC(0x024665A0, void, XmlCharType_SplitSurrogateChar, (int32_t combinedChar, uint16_t * lowChar, uint16_t * highChar, MethodInfo * method)); DO_APP_FUNC(0x024665E0, bool, XmlCharType_IsOnlyWhitespace, (XmlCharType * __this, String * str, MethodInfo * method)); DO_APP_FUNC(0x02466660, int32_t, XmlCharType_IsOnlyWhitespaceWithPos, (XmlCharType * __this, String * str, MethodInfo * method)); DO_APP_FUNC(0x024666E0, int32_t, XmlCharType_IsOnlyCharData, (XmlCharType * __this, String * str, MethodInfo * method)); DO_APP_FUNC(0x024667D0, bool, XmlCharType_IsOnlyDigits, (String * str, int32_t startPos, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x02466840, int32_t, XmlCharType_IsPublicId, (XmlCharType * __this, String * str, MethodInfo * method)); DO_APP_FUNC(0x019BD9B0, bool, XmlCharType_InRange, (int32_t value, int32_t start, int32_t end, MethodInfo * method)); DO_APP_FUNC(0x024668C0, String *, XmlComplianceUtil_NonCDataNormalize, (String * value, MethodInfo * method)); DO_APP_FUNC(0x02466B80, String *, XmlComplianceUtil_CDataNormalize, (String * value, MethodInfo * method)); DO_APP_FUNC(0x02466D80, String *, XmlConvert_EncodeName, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02466DE0, String *, XmlConvert_EncodeLocalName, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02466E40, String *, XmlConvert_DecodeName, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02467710, String *, XmlConvert_EncodeName_1, (String * name, bool first, bool local, MethodInfo * method)); DO_APP_FUNC(0x024682B0, int32_t, XmlConvert_FromHex, (uint16_t digit, MethodInfo * method)); DO_APP_FUNC(0x024682E0, Byte__Array *, XmlConvert_FromBinHexString, (String * s, MethodInfo * method)); DO_APP_FUNC(0x024683A0, Byte__Array *, XmlConvert_FromBinHexString_1, (String * s, bool allowOddCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4BA8, XmlConvert_FromBinHexString_1__MethodInfo); DO_APP_FUNC(0x02468420, String *, XmlConvert_ToBinHexString, (Byte__Array * inArray, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4BA0, XmlConvert_ToBinHexString__MethodInfo); DO_APP_FUNC(0x024685B0, String *, XmlConvert_VerifyName, (String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4BB0, XmlConvert_VerifyName__MethodInfo); DO_APP_FUNC(0x02468730, Exception *, XmlConvert_TryVerifyName, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02468900, String *, XmlConvert_VerifyQName, (String * name, ExceptionType__Enum exceptionType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4BF0, XmlConvert_VerifyQName__MethodInfo); DO_APP_FUNC(0x02468A60, String *, XmlConvert_VerifyNCName, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02468C10, String *, XmlConvert_VerifyNCName_1, (String * name, ExceptionType__Enum exceptionType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4BD8, XmlConvert_VerifyNCName_1__MethodInfo); DO_APP_FUNC(0x02468D90, Exception *, XmlConvert_TryVerifyNCName, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02468E70, String *, XmlConvert_VerifyTOKEN, (String * token, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4BE0, XmlConvert_VerifyTOKEN__MethodInfo); DO_APP_FUNC(0x02469190, Exception *, XmlConvert_TryVerifyTOKEN, (String * token, MethodInfo * method)); DO_APP_FUNC(0x024694C0, Exception *, XmlConvert_TryVerifyNMTOKEN, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02469710, Exception *, XmlConvert_TryVerifyNormalizedString, (String * str, MethodInfo * method)); DO_APP_FUNC(0x02469800, String *, XmlConvert_ToString, (bool value, MethodInfo * method)); DO_APP_FUNC(0x02469860, String *, XmlConvert_ToString_1, (Decimal value, MethodInfo * method)); DO_APP_FUNC(0x024698D0, String *, XmlConvert_ToString_2, (int8_t value, MethodInfo * method)); DO_APP_FUNC(0x02469970, String *, XmlConvert_ToString_3, (int16_t value, MethodInfo * method)); DO_APP_FUNC(0x02469A10, String *, XmlConvert_ToString_4, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02469AB0, String *, XmlConvert_ToString_5, (int64_t value, MethodInfo * method)); DO_APP_FUNC(0x02469B50, String *, XmlConvert_ToString_6, (uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x02469BF0, String *, XmlConvert_ToString_7, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x02469C90, String *, XmlConvert_ToString_8, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x02469D30, String *, XmlConvert_ToString_9, (uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x02469DD0, String *, XmlConvert_ToString_10, (float value, MethodInfo * method)); DO_APP_FUNC(0x02469EF0, String *, XmlConvert_ToString_11, (double value, MethodInfo * method)); DO_APP_FUNC(0x023C7AC0, String *, XmlConvert_ToString_12, (TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x0246A010, String *, XmlConvert_ToString_13, (DateTime value, XmlDateTimeSerializationMode__Enum dateTimeOption, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4B88, XmlConvert_ToString_13__MethodInfo); DO_APP_FUNC(0x0246A2A0, String *, XmlConvert_ToString_14, (DateTimeOffset value, MethodInfo * method)); DO_APP_FUNC(0x0246A350, String *, XmlConvert_ToString_15, (Guid value, MethodInfo * method)); DO_APP_FUNC(0x0246A3A0, bool, XmlConvert_ToBoolean, (String * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4B70, XmlConvert_ToBoolean__MethodInfo); DO_APP_FUNC(0x0246A620, Exception *, XmlConvert_TryToBoolean, (String * s, bool * result, MethodInfo * method)); DO_APP_FUNC(0x0246A920, uint16_t, XmlConvert_ToChar, (String * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4B78, XmlConvert_ToChar__MethodInfo); DO_APP_FUNC(0x0246AA00, Exception *, XmlConvert_TryToChar, (String * s, uint16_t * result, MethodInfo * method)); DO_APP_FUNC(0x0246ABA0, Decimal, XmlConvert_ToDecimal, (String * s, MethodInfo * method)); DO_APP_FUNC(0x0246AC30, Exception *, XmlConvert_TryToDecimal, (String * s, Decimal * result, MethodInfo * method)); DO_APP_FUNC(0x0246ADF0, Decimal, XmlConvert_ToInteger, (String * s, MethodInfo * method)); DO_APP_FUNC(0x0246AE80, Exception *, XmlConvert_TryToInteger, (String * s, Decimal * result, MethodInfo * method)); DO_APP_FUNC(0x0246B040, int8_t, XmlConvert_ToSByte, (String * s, MethodInfo * method)); DO_APP_FUNC(0x0246B0E0, Exception *, XmlConvert_TryToSByte, (String * s, int8_t * result, MethodInfo * method)); DO_APP_FUNC(0x0246B340, int16_t, XmlConvert_ToInt16, (String * s, MethodInfo * method)); DO_APP_FUNC(0x0246B3E0, Exception *, XmlConvert_TryToInt16, (String * s, int16_t * result, MethodInfo * method)); DO_APP_FUNC(0x0246B630, int32_t, XmlConvert_ToInt32, (String * s, MethodInfo * method)); DO_APP_FUNC(0x0246B660, Exception *, XmlConvert_TryToInt32, (String * s, int32_t * result, MethodInfo * method)); DO_APP_FUNC(0x0246B7F0, int64_t, XmlConvert_ToInt64, (String * s, MethodInfo * method)); DO_APP_FUNC(0x0246B820, Exception *, XmlConvert_TryToInt64, (String * s, int64_t * result, MethodInfo * method)); DO_APP_FUNC(0x0246B9B0, uint8_t, XmlConvert_ToByte, (String * s, MethodInfo * method)); DO_APP_FUNC(0x0246BA50, Exception *, XmlConvert_TryToByte, (String * s, uint8_t * result, MethodInfo * method)); DO_APP_FUNC(0x0246BC50, uint16_t, XmlConvert_ToUInt16, (String * s, MethodInfo * method)); DO_APP_FUNC(0x0246BCF0, Exception *, XmlConvert_TryToUInt16, (String * s, uint16_t * result, MethodInfo * method)); DO_APP_FUNC(0x0246BEE0, uint32_t, XmlConvert_ToUInt32, (String * s, MethodInfo * method)); DO_APP_FUNC(0x0246BF10, Exception *, XmlConvert_TryToUInt32, (String * s, uint32_t * result, MethodInfo * method)); DO_APP_FUNC(0x0246C0A0, uint64_t, XmlConvert_ToUInt64, (String * s, MethodInfo * method)); DO_APP_FUNC(0x0246C0D0, Exception *, XmlConvert_TryToUInt64, (String * s, uint64_t * result, MethodInfo * method)); DO_APP_FUNC(0x0246C260, float, XmlConvert_ToSingle, (String * s, MethodInfo * method)); DO_APP_FUNC(0x0246C3C0, Exception *, XmlConvert_TryToSingle, (String * s, float * result, MethodInfo * method)); DO_APP_FUNC(0x0246C690, double, XmlConvert_ToDouble, (String * s, MethodInfo * method)); DO_APP_FUNC(0x0246C7F0, Exception *, XmlConvert_TryToDouble, (String * s, double * result, MethodInfo * method)); DO_APP_FUNC(0x0246CAD0, double, XmlConvert_ToXPathDouble, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x0246CD40, Exception *, XmlConvert_TryToTimeSpan, (String * s, TimeSpan * result, MethodInfo * method)); DO_APP_FUNC(0x0246CE00, String__Array *, XmlConvert_get_AllDateTimeFormats, (MethodInfo * method)); DO_APP_FUNC(0x0246CEB0, void, XmlConvert_CreateAllDateTimeFormats, (MethodInfo * method)); DO_APP_FUNC(0x0246D840, DateTime, XmlConvert_ToDateTime, (String * s, MethodInfo * method)); DO_APP_FUNC(0x0246D9C0, DateTime, XmlConvert_ToDateTime_1, (String * s, String__Array * formats, MethodInfo * method)); DO_APP_FUNC(0x0246DA70, DateTime, XmlConvert_ToDateTime_2, (String * s, XmlDateTimeSerializationMode__Enum dateTimeOption, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4AB8, XmlConvert_ToDateTime_2__MethodInfo); DO_APP_FUNC(0x0246DD20, Guid, XmlConvert_ToGuid, (String * s, MethodInfo * method)); DO_APP_FUNC(0x0246DD40, Exception *, XmlConvert_TryToGuid, (String * s, Guid * result, MethodInfo * method)); DO_APP_FUNC(0x0246E070, DateTime, XmlConvert_SwitchToLocalTime, (DateTime value, MethodInfo * method)); DO_APP_FUNC(0x0246E200, DateTime, XmlConvert_SwitchToUtcTime, (DateTime value, MethodInfo * method)); DO_APP_FUNC(0x0246E360, Uri *, XmlConvert_ToUri, (String * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4AA8, XmlConvert_ToUri__MethodInfo); DO_APP_FUNC(0x0246E7E0, Exception *, XmlConvert_TryToUri, (String * s, Uri * * result, MethodInfo * method)); DO_APP_FUNC(0x0246ECA0, bool, XmlConvert_StrEqual, (Char__Array * chars, int32_t strPos1, int32_t strLen1, String * str2, MethodInfo * method)); DO_APP_FUNC(0x0246ED40, String *, XmlConvert_TrimString, (String * value, MethodInfo * method)); DO_APP_FUNC(0x0246EE00, String *, XmlConvert_TrimStringStart, (String * value, MethodInfo * method)); DO_APP_FUNC(0x0246EEB0, String *, XmlConvert_TrimStringEnd, (String * value, MethodInfo * method)); DO_APP_FUNC(0x0246EF70, String__Array *, XmlConvert_SplitString, (String * value, MethodInfo * method)); DO_APP_FUNC(0x0246F070, bool, XmlConvert_IsNegativeZero, (double value, MethodInfo * method)); DO_APP_FUNC(0x01AF02E0, int64_t, XmlConvert_DoubleToInt64Bits, (double value, MethodInfo * method)); DO_APP_FUNC(0x0246F0F0, Exception *, XmlConvert_CreateException, (String * res, String * arg, ExceptionType__Enum exceptionType, int32_t lineNo, int32_t linePos, MethodInfo * method)); DO_APP_FUNC(0x0246F250, Exception *, XmlConvert_CreateException_1, (String * res, String__Array * args, ExceptionType__Enum exceptionType, MethodInfo * method)); DO_APP_FUNC(0x0246F2D0, Exception *, XmlConvert_CreateException_2, (String * res, String__Array * args, ExceptionType__Enum exceptionType, int32_t lineNo, int32_t linePos, MethodInfo * method)); DO_APP_FUNC(0x0246F3C0, Exception *, XmlConvert_CreateInvalidSurrogatePairException, (uint16_t low, uint16_t hi, MethodInfo * method)); DO_APP_FUNC(0x0246F470, Exception *, XmlConvert_CreateInvalidSurrogatePairException_1, (uint16_t low, uint16_t hi, ExceptionType__Enum exceptionType, MethodInfo * method)); DO_APP_FUNC(0x0246F4F0, Exception *, XmlConvert_CreateInvalidSurrogatePairException_2, (uint16_t low, uint16_t hi, ExceptionType__Enum exceptionType, int32_t lineNo, int32_t linePos, MethodInfo * method)); DO_APP_FUNC(0x0246F880, Exception *, XmlConvert_CreateInvalidHighSurrogateCharException, (uint16_t hi, MethodInfo * method)); DO_APP_FUNC(0x0246F920, Exception *, XmlConvert_CreateInvalidHighSurrogateCharException_1, (uint16_t hi, ExceptionType__Enum exceptionType, MethodInfo * method)); DO_APP_FUNC(0x0246F990, Exception *, XmlConvert_CreateInvalidHighSurrogateCharException_2, (uint16_t hi, ExceptionType__Enum exceptionType, int32_t lineNo, int32_t linePos, MethodInfo * method)); DO_APP_FUNC(0x0246FC70, Exception *, XmlConvert_CreateInvalidCharException, (uint16_t invChar, uint16_t nextChar, MethodInfo * method)); DO_APP_FUNC(0x0246FDD0, Exception *, XmlConvert_CreateInvalidCharException_1, (uint16_t invChar, uint16_t nextChar, ExceptionType__Enum exceptionType, MethodInfo * method)); DO_APP_FUNC(0x0246FEB0, Exception *, XmlConvert_CreateInvalidNameCharException, (String * name, int32_t index, ExceptionType__Enum exceptionType, MethodInfo * method)); DO_APP_FUNC(0x0246FFD0, ArgumentException *, XmlConvert_CreateInvalidNameArgumentException, (String * name, String * argumentName, MethodInfo * method)); DO_APP_FUNC(0x024700E0, void, XmlConvert__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02470300, Stream *, XmlDownloadManager_GetStream, (XmlDownloadManager * __this, Uri * uri, ICredentials * credentials, IWebProxy * proxy, RequestCachePolicy * cachePolicy, MethodInfo * method)); DO_APP_FUNC(0x02470440, Stream *, XmlDownloadManager_GetNonFileStream, (XmlDownloadManager * __this, Uri * uri, ICredentials * credentials, IWebProxy * proxy, RequestCachePolicy * cachePolicy, MethodInfo * method)); DO_APP_FUNC(0x02470AD0, void, XmlDownloadManager_Remove, (XmlDownloadManager * __this, String * host, MethodInfo * method)); DO_APP_FUNC(0x02470CD0, Task_1_System_IO_Stream_ *, XmlDownloadManager_GetStreamAsync, (XmlDownloadManager * __this, Uri * uri, ICredentials * credentials, IWebProxy * proxy, RequestCachePolicy * cachePolicy, MethodInfo * method)); DO_APP_FUNC(0x02470EC0, Task_1_System_IO_Stream_ *, XmlDownloadManager_GetNonFileStreamAsync, (XmlDownloadManager * __this, Uri * uri, ICredentials * credentials, IWebProxy * proxy, RequestCachePolicy * cachePolicy, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlDownloadManager__ctor, (XmlDownloadManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlDownloadManager_c_DisplayClass4_0__ctor, (XmlDownloadManager_c_DisplayClass4_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x024711D0, Stream *, XmlDownloadManager_c_DisplayClass4_0__GetStreamAsync_b__0, (XmlDownloadManager_c_DisplayClass4_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4998, XmlDownloadManager_c_DisplayClass4_0__GetStreamAsync_b__0__MethodInfo); DO_APP_FUNC(0x02471280, void, XmlDownloadManager_GetNonFileStreamAsync_d_5_MoveNext, (XmlDownloadManager_GetNonFileStreamAsync_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x02471DE0, void, XmlDownloadManager_GetNonFileStreamAsync_d_5_SetStateMachine, (XmlDownloadManager_GetNonFileStreamAsync_d_5 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenedHost__ctor, (OpenedHost * __this, MethodInfo * method)); DO_APP_FUNC(0x02471E50, void, XmlRegisteredNonCachedStream__ctor, (XmlRegisteredNonCachedStream * __this, Stream * stream, XmlDownloadManager * downloadManager, String * host, MethodInfo * method)); DO_APP_FUNC(0x02471FB0, void, XmlRegisteredNonCachedStream_Finalize, (XmlRegisteredNonCachedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02472060, void, XmlRegisteredNonCachedStream_Dispose, (XmlRegisteredNonCachedStream * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x024721A0, IAsyncResult *, XmlRegisteredNonCachedStream_BeginRead, (XmlRegisteredNonCachedStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x024721E0, IAsyncResult *, XmlRegisteredNonCachedStream_BeginWrite, (XmlRegisteredNonCachedStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, AsyncCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x02472220, int32_t, XmlRegisteredNonCachedStream_EndRead, (XmlRegisteredNonCachedStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x02472250, void, XmlRegisteredNonCachedStream_EndWrite, (XmlRegisteredNonCachedStream * __this, IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC(0x01E63AC0, void, XmlRegisteredNonCachedStream_Flush, (XmlRegisteredNonCachedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02472280, int32_t, XmlRegisteredNonCachedStream_Read, (XmlRegisteredNonCachedStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x024722B0, int32_t, XmlRegisteredNonCachedStream_ReadByte, (XmlRegisteredNonCachedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63B90, int64_t, XmlRegisteredNonCachedStream_Seek, (XmlRegisteredNonCachedStream * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC(0x01E63BC0, void, XmlRegisteredNonCachedStream_SetLength, (XmlRegisteredNonCachedStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x024722E0, void, XmlRegisteredNonCachedStream_Write, (XmlRegisteredNonCachedStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02472310, void, XmlRegisteredNonCachedStream_WriteByte, (XmlRegisteredNonCachedStream * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01E63A30, bool, XmlRegisteredNonCachedStream_get_CanRead, (XmlRegisteredNonCachedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63A60, bool, XmlRegisteredNonCachedStream_get_CanSeek, (XmlRegisteredNonCachedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63A90, bool, XmlRegisteredNonCachedStream_get_CanWrite, (XmlRegisteredNonCachedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63AF0, int64_t, XmlRegisteredNonCachedStream_get_Length, (XmlRegisteredNonCachedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63B30, int64_t, XmlRegisteredNonCachedStream_get_Position, (XmlRegisteredNonCachedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x02472340, void, XmlRegisteredNonCachedStream_set_Position, (XmlRegisteredNonCachedStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x02472370, void, XmlCachedStream__ctor, (XmlCachedStream * __this, Uri * uri, Stream * stream, MethodInfo * method)); DO_APP_FUNC(0x02472530, void, UTF16Decoder__ctor, (UTF16Decoder * __this, bool bigEndian, MethodInfo * method)); DO_APP_FUNC(0x019CA880, int32_t, UTF16Decoder_GetCharCount, (UTF16Decoder * __this, Byte__Array * bytes, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02472540, int32_t, UTF16Decoder_GetCharCount_1, (UTF16Decoder * __this, Byte__Array * bytes, int32_t index, int32_t count, bool flush, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4938, UTF16Decoder_GetCharCount_1__MethodInfo); DO_APP_FUNC(0x02472640, int32_t, UTF16Decoder_GetChars, (UTF16Decoder * __this, Byte__Array * bytes, int32_t byteIndex, int32_t byteCount, Char__Array * chars, int32_t charIndex, MethodInfo * method)); DO_APP_FUNC(0x024728B0, void, UTF16Decoder_Convert, (UTF16Decoder * __this, Byte__Array * bytes, int32_t byteIndex, int32_t byteCount, Char__Array * chars, int32_t charIndex, int32_t charCount, bool flush, int32_t * bytesUsed, int32_t * charsUsed, bool * completed, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SafeAsciiDecoder__ctor, (SafeAsciiDecoder * __this, MethodInfo * method)); DO_APP_FUNC(0x009CB660, int32_t, SafeAsciiDecoder_GetCharCount, (SafeAsciiDecoder * __this, Byte__Array * bytes, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02472B80, int32_t, SafeAsciiDecoder_GetChars, (SafeAsciiDecoder * __this, Byte__Array * bytes, int32_t byteIndex, int32_t byteCount, Char__Array * chars, int32_t charIndex, MethodInfo * method)); DO_APP_FUNC(0x02472C10, void, SafeAsciiDecoder_Convert, (SafeAsciiDecoder * __this, Byte__Array * bytes, int32_t byteIndex, int32_t byteCount, Char__Array * chars, int32_t charIndex, int32_t charCount, bool flush, int32_t * bytesUsed, int32_t * charsUsed, bool * completed, MethodInfo * method)); DO_APP_FUNC(0x01C2A9A0, String *, Ucs4Encoding_get_WebName, (Ucs4Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Decoder *, Ucs4Encoding_GetDecoder, (Ucs4Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x02472CC0, int32_t, Ucs4Encoding_GetByteCount, (Ucs4Encoding * __this, Char__Array * chars, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4920, Ucs4Encoding_GetByteCount__MethodInfo); DO_APP_FUNC(0x003C94D0, Byte__Array *, Ucs4Encoding_GetBytes, (Ucs4Encoding * __this, String * s, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, Ucs4Encoding_GetBytes_1, (Ucs4Encoding * __this, Char__Array * chars, int32_t charIndex, int32_t charCount, Byte__Array * bytes, int32_t byteIndex, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, Ucs4Encoding_GetMaxByteCount, (Ucs4Encoding * __this, int32_t charCount, MethodInfo * method)); DO_APP_FUNC(0x02472D30, int32_t, Ucs4Encoding_GetCharCount, (Ucs4Encoding * __this, Byte__Array * bytes, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02472D60, int32_t, Ucs4Encoding_GetChars, (Ucs4Encoding * __this, Byte__Array * bytes, int32_t byteIndex, int32_t byteCount, Char__Array * chars, int32_t charIndex, MethodInfo * method)); DO_APP_FUNC(0x02472DA0, int32_t, Ucs4Encoding_GetMaxCharCount, (Ucs4Encoding * __this, int32_t byteCount, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, Ucs4Encoding_get_CodePage, (Ucs4Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Encoder *, Ucs4Encoding_GetEncoder, (Ucs4Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x02472DB0, Encoding *, Ucs4Encoding_get_UCS4_Littleendian, (MethodInfo * method)); DO_APP_FUNC(0x02472EC0, Encoding *, Ucs4Encoding_get_UCS4_Bigendian, (MethodInfo * method)); DO_APP_FUNC(0x02472FD0, Encoding *, Ucs4Encoding_get_UCS4_2143, (MethodInfo * method)); DO_APP_FUNC(0x024730E0, Encoding *, Ucs4Encoding_get_UCS4_3412, (MethodInfo * method)); DO_APP_FUNC(0x019C53B0, void, Ucs4Encoding__ctor, (Ucs4Encoding * __this, MethodInfo * method)); DO_APP_FUNC(0x024731F0, void, Ucs4Encoding1234__ctor, (Ucs4Encoding1234 * __this, MethodInfo * method)); DO_APP_FUNC(0x024732C0, String *, Ucs4Encoding1234_get_EncodingName, (Ucs4Encoding1234 * __this, MethodInfo * method)); DO_APP_FUNC(0x02473300, Byte__Array *, Ucs4Encoding1234_GetPreamble, (Ucs4Encoding1234 * __this, MethodInfo * method)); DO_APP_FUNC(0x02473360, void, Ucs4Encoding4321__ctor, (Ucs4Encoding4321 * __this, MethodInfo * method)); DO_APP_FUNC(0x02473430, String *, Ucs4Encoding4321_get_EncodingName, (Ucs4Encoding4321 * __this, MethodInfo * method)); DO_APP_FUNC(0x02473470, Byte__Array *, Ucs4Encoding4321_GetPreamble, (Ucs4Encoding4321 * __this, MethodInfo * method)); DO_APP_FUNC(0x024734D0, void, Ucs4Encoding2143__ctor, (Ucs4Encoding2143 * __this, MethodInfo * method)); DO_APP_FUNC(0x024735A0, String *, Ucs4Encoding2143_get_EncodingName, (Ucs4Encoding2143 * __this, MethodInfo * method)); DO_APP_FUNC(0x024735E0, Byte__Array *, Ucs4Encoding2143_GetPreamble, (Ucs4Encoding2143 * __this, MethodInfo * method)); DO_APP_FUNC(0x02473640, void, Ucs4Encoding3412__ctor, (Ucs4Encoding3412 * __this, MethodInfo * method)); DO_APP_FUNC(0x02473710, String *, Ucs4Encoding3412_get_EncodingName, (Ucs4Encoding3412 * __this, MethodInfo * method)); DO_APP_FUNC(0x02473750, Byte__Array *, Ucs4Encoding3412_GetPreamble, (Ucs4Encoding3412 * __this, MethodInfo * method)); DO_APP_FUNC(0x024737B0, int32_t, Ucs4Decoder_GetCharCount, (Ucs4Decoder * __this, Byte__Array * bytes, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x024737C0, int32_t, Ucs4Decoder_GetChars, (Ucs4Decoder * __this, Byte__Array * bytes, int32_t byteIndex, int32_t byteCount, Char__Array * chars, int32_t charIndex, MethodInfo * method)); DO_APP_FUNC(0x02473960, void, Ucs4Decoder_Convert, (Ucs4Decoder * __this, Byte__Array * bytes, int32_t byteIndex, int32_t byteCount, Char__Array * chars, int32_t charIndex, int32_t charCount, bool flush, int32_t * bytesUsed, int32_t * charsUsed, bool * completed, MethodInfo * method)); DO_APP_FUNC(0x02473B80, void, Ucs4Decoder_Ucs4ToUTF16, (Ucs4Decoder * __this, uint32_t code, Char__Array * chars, int32_t charIndex, MethodInfo * method)); DO_APP_FUNC(0x02473BF0, void, Ucs4Decoder__ctor, (Ucs4Decoder * __this, MethodInfo * method)); DO_APP_FUNC(0x02473C80, int32_t, Ucs4Decoder4321_GetFullChars, (Ucs4Decoder4321 * __this, Byte__Array * bytes, int32_t byteIndex, int32_t byteCount, Char__Array * chars, int32_t charIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC48D0, Ucs4Decoder4321_GetFullChars__MethodInfo); DO_APP_FUNC(0x02473F40, void, Ucs4Decoder4321__ctor, (Ucs4Decoder4321 * __this, MethodInfo * method)); DO_APP_FUNC(0x02473F50, int32_t, Ucs4Decoder1234_GetFullChars, (Ucs4Decoder1234 * __this, Byte__Array * bytes, int32_t byteIndex, int32_t byteCount, Char__Array * chars, int32_t charIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4900, Ucs4Decoder1234_GetFullChars__MethodInfo); DO_APP_FUNC(0x02473F40, void, Ucs4Decoder1234__ctor, (Ucs4Decoder1234 * __this, MethodInfo * method)); DO_APP_FUNC(0x02474210, int32_t, Ucs4Decoder2143_GetFullChars, (Ucs4Decoder2143 * __this, Byte__Array * bytes, int32_t byteIndex, int32_t byteCount, Char__Array * chars, int32_t charIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC48F8, Ucs4Decoder2143_GetFullChars__MethodInfo); DO_APP_FUNC(0x02473F40, void, Ucs4Decoder2143__ctor, (Ucs4Decoder2143 * __this, MethodInfo * method)); DO_APP_FUNC(0x024744D0, int32_t, Ucs4Decoder3412_GetFullChars, (Ucs4Decoder3412 * __this, Byte__Array * bytes, int32_t byteIndex, int32_t byteCount, Char__Array * chars, int32_t charIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC48E8, Ucs4Decoder3412_GetFullChars__MethodInfo); DO_APP_FUNC(0x02473F40, void, Ucs4Decoder3412__ctor, (Ucs4Decoder3412 * __this, MethodInfo * method)); DO_APP_FUNC(0x02474790, void, XmlException__ctor, (XmlException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x02474E80, void, XmlException_GetObjectData, (XmlException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x02474FF0, void, XmlException__ctor_1, (XmlException * __this, MethodInfo * method)); DO_APP_FUNC(0x02475020, void, XmlException__ctor_2, (XmlException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x02475050, void, XmlException__ctor_3, (XmlException * __this, String * message, Exception * innerException, int32_t lineNumber, int32_t linePosition, MethodInfo * method)); DO_APP_FUNC(0x02475080, void, XmlException__ctor_4, (XmlException * __this, String * message, Exception * innerException, int32_t lineNumber, int32_t linePosition, String * sourceUri, MethodInfo * method)); DO_APP_FUNC(0x024753D0, void, XmlException__ctor_5, (XmlException * __this, String * res, String__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02475400, void, XmlException__ctor_6, (XmlException * __this, String * res, String * arg, MethodInfo * method)); DO_APP_FUNC(0x024754D0, void, XmlException__ctor_7, (XmlException * __this, String * res, String * arg, String * sourceUri, MethodInfo * method)); DO_APP_FUNC(0x024755B0, void, XmlException__ctor_8, (XmlException * __this, String * res, String * arg, IXmlLineInfo * lineInfo, MethodInfo * method)); DO_APP_FUNC(0x02475690, void, XmlException__ctor_9, (XmlException * __this, String * res, String * arg, Exception * innerException, IXmlLineInfo * lineInfo, MethodInfo * method)); DO_APP_FUNC(0x024757D0, void, XmlException__ctor_10, (XmlException * __this, String * res, String__Array * args, IXmlLineInfo * lineInfo, MethodInfo * method)); DO_APP_FUNC(0x024757F0, void, XmlException__ctor_11, (XmlException * __this, String * res, String__Array * args, IXmlLineInfo * lineInfo, String * sourceUri, MethodInfo * method)); DO_APP_FUNC(0x024758C0, void, XmlException__ctor_12, (XmlException * __this, String * res, String * arg, int32_t lineNumber, int32_t linePosition, MethodInfo * method)); DO_APP_FUNC(0x024759A0, void, XmlException__ctor_13, (XmlException * __this, String * res, String * arg, int32_t lineNumber, int32_t linePosition, String * sourceUri, MethodInfo * method)); DO_APP_FUNC(0x02475A90, void, XmlException__ctor_14, (XmlException * __this, String * res, String__Array * args, int32_t lineNumber, int32_t linePosition, MethodInfo * method)); DO_APP_FUNC(0x02475AC0, void, XmlException__ctor_15, (XmlException * __this, String * res, String__Array * args, int32_t lineNumber, int32_t linePosition, String * sourceUri, MethodInfo * method)); DO_APP_FUNC(0x02475B00, void, XmlException__ctor_16, (XmlException * __this, String * res, String__Array * args, Exception * innerException, int32_t lineNumber, int32_t linePosition, MethodInfo * method)); DO_APP_FUNC(0x02475B30, void, XmlException__ctor_17, (XmlException * __this, String * res, String__Array * args, Exception * innerException, int32_t lineNumber, int32_t linePosition, String * sourceUri, MethodInfo * method)); DO_APP_FUNC(0x02475CC0, String *, XmlException_FormatUserMessage, (String * message, int32_t lineNumber, int32_t linePosition, MethodInfo * method)); DO_APP_FUNC(0x02475E00, String *, XmlException_CreateMessage, (String * res, String__Array * args, int32_t lineNumber, int32_t linePosition, MethodInfo * method)); DO_APP_FUNC(0x02476010, String__Array *, XmlException_BuildCharExceptionArgs, (String * data, int32_t invCharIndex, MethodInfo * method)); DO_APP_FUNC(0x02476080, String__Array *, XmlException_BuildCharExceptionArgs_1, (Char__Array * data, int32_t length, int32_t invCharIndex, MethodInfo * method)); DO_APP_FUNC(0x024760E0, String__Array *, XmlException_BuildCharExceptionArgs_2, (uint16_t invChar, uint16_t nextChar, MethodInfo * method)); DO_APP_FUNC(0x0185B680, int32_t, XmlException_get_LineNumber, (XmlException * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E360, int32_t, XmlException_get_LinePosition, (XmlException * __this, MethodInfo * method)); DO_APP_FUNC(0x02476500, String *, XmlException_get_Message, (XmlException * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90540, String *, XmlException_get_ResString, (XmlException * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlNameTable__ctor, (XmlNameTable * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlNamespaceManager__ctor, (XmlNamespaceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02476520, void, XmlNamespaceManager__ctor_1, (XmlNamespaceManager * __this, XmlNameTable * nameTable, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, XmlNameTable *, XmlNamespaceManager_get_NameTable, (XmlNamespaceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x024768A0, String *, XmlNamespaceManager_get_DefaultNamespace, (XmlNamespaceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01151150, void, XmlNamespaceManager_PushScope, (XmlNamespaceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02476910, bool, XmlNamespaceManager_PopScope, (XmlNamespaceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02476A30, void, XmlNamespaceManager_AddNamespace, (XmlNamespaceManager * __this, String * prefix, String * uri, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC47E0, XmlNamespaceManager_AddNamespace__MethodInfo); DO_APP_FUNC(0x02476F40, IEnumerator *, XmlNamespaceManager_GetEnumerator, (XmlNamespaceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02477140, IDictionary_2_System_String_System_String_ *, XmlNamespaceManager_GetNamespacesInScope, (XmlNamespaceManager * __this, XmlNamespaceScope__Enum scope, MethodInfo * method)); DO_APP_FUNC(0x02477300, String *, XmlNamespaceManager_LookupNamespace, (XmlNamespaceManager * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x02477350, int32_t, XmlNamespaceManager_LookupNamespaceDecl, (XmlNamespaceManager * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x02477570, String *, XmlNamespaceManager_LookupPrefix, (XmlNamespaceManager * __this, String * uri, MethodInfo * method)); DO_APP_FUNC(0x024776A0, void, XmlNamespaceManager_NamespaceDeclaration_Set, (XmlNamespaceManager_NamespaceDeclaration * __this, String * prefix, String * uri, int32_t scopeId, int32_t previousNsIndex, MethodInfo * method)); DO_APP_FUNC(0x02477760, void, XmlQualifiedName__ctor, (XmlQualifiedName * __this, MethodInfo * method)); DO_APP_FUNC(0x024778C0, void, XmlQualifiedName__ctor_1, (XmlQualifiedName * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02477A20, void, XmlQualifiedName__ctor_2, (XmlQualifiedName * __this, String * name, String * ns, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, XmlQualifiedName_get_Namespace, (XmlQualifiedName * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, XmlQualifiedName_get_Name, (XmlQualifiedName * __this, MethodInfo * method)); DO_APP_FUNC(0x02477B50, int32_t, XmlQualifiedName_GetHashCode, (XmlQualifiedName * __this, MethodInfo * method)); DO_APP_FUNC(0x02477C90, bool, XmlQualifiedName_get_IsEmpty, (XmlQualifiedName * __this, MethodInfo * method)); DO_APP_FUNC(0x02477CD0, String *, XmlQualifiedName_ToString, (XmlQualifiedName * __this, MethodInfo * method)); DO_APP_FUNC(0x02477D40, bool, XmlQualifiedName_Equals, (XmlQualifiedName * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x02477ED0, bool, XmlQualifiedName_op_Equality, (XmlQualifiedName * a, XmlQualifiedName * b, MethodInfo * method)); DO_APP_FUNC(0x02477F90, bool, XmlQualifiedName_op_Inequality, (XmlQualifiedName * a, XmlQualifiedName * b, MethodInfo * method)); DO_APP_FUNC(0x02478090, String *, XmlQualifiedName_ToString_1, (String * name, String * ns, MethodInfo * method)); DO_APP_FUNC(0x02478100, XmlQualifiedName_HashCodeOfStringDelegate *, XmlQualifiedName_GetHashCodeDelegate, (MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, XmlQualifiedName_IsRandomizedHashingDisabled, (MethodInfo * method)); DO_APP_FUNC(0x01149D50, int32_t, XmlQualifiedName_GetHashCodeOfString, (String * s, int32_t length, int64_t additionalEntropy, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC46B0, XmlQualifiedName_GetHashCodeOfString__MethodInfo); DO_APP_FUNC(0x02478440, void, XmlQualifiedName_Init, (XmlQualifiedName * __this, String * name, String * ns, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, XmlQualifiedName_SetNamespace, (XmlQualifiedName * __this, String * ns, MethodInfo * method)); DO_APP_FUNC(0x02478500, void, XmlQualifiedName_Verify, (XmlQualifiedName * __this, MethodInfo * method)); DO_APP_FUNC(0x024785A0, void, XmlQualifiedName_Atomize, (XmlQualifiedName * __this, XmlNameTable * nameTable, MethodInfo * method)); DO_APP_FUNC(0x024786B0, XmlQualifiedName *, XmlQualifiedName_Parse, (String * s, IXmlNamespaceResolver * nsmgr, String * * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC46E0, XmlQualifiedName_Parse__MethodInfo); DO_APP_FUNC(0x02478830, XmlQualifiedName *, XmlQualifiedName_Clone, (XmlQualifiedName * __this, MethodInfo * method)); DO_APP_FUNC(0x024788B0, void, XmlQualifiedName__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02330130, void, XmlQualifiedName_HashCodeOfStringDelegate__ctor, (XmlQualifiedName_HashCodeOfStringDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, int32_t, XmlQualifiedName_HashCodeOfStringDelegate_Invoke, (XmlQualifiedName_HashCodeOfStringDelegate * __this, String * s, int32_t sLen, int64_t additionalEntropy, MethodInfo * method)); DO_APP_FUNC(0x02478A20, Uri *, XmlResolver_ResolveUri, (XmlResolver * __this, Uri * baseUri, String * relativeUri, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4690, XmlResolver_ResolveUri__MethodInfo); DO_APP_FUNC(0x02478CC0, bool, XmlResolver_SupportsType, (XmlResolver * __this, Uri * absoluteUri, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4760, XmlResolver_SupportsType__MethodInfo); DO_APP_FUNC(0x02478DE0, Task_1_System_Object_ *, XmlResolver_GetEntityAsync, (XmlResolver * __this, Uri * absoluteUri, String * role, Type * ofObjectToReturn, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4750, XmlResolver_GetEntityAsync__MethodInfo); DO_APP_FUNC(0x003AC050, void, XmlResolver__ctor, (XmlResolver * __this, MethodInfo * method)); DO_APP_FUNC(0x02478E30, XmlDownloadManager *, XmlUrlResolver_get_DownloadManager, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlUrlResolver__ctor, (XmlUrlResolver * __this, MethodInfo * method)); DO_APP_FUNC(0x02478F50, Object *, XmlUrlResolver_GetEntity, (XmlUrlResolver * __this, Uri * absoluteUri, String * role, Type * ofObjectToReturn, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4730, XmlUrlResolver_GetEntity__MethodInfo); DO_APP_FUNC(0x024791D0, Uri *, XmlUrlResolver_ResolveUri, (XmlUrlResolver * __this, Uri * baseUri, String * relativeUri, MethodInfo * method)); DO_APP_FUNC(0x024791E0, Task_1_System_Object_ *, XmlUrlResolver_GetEntityAsync, (XmlUrlResolver * __this, Uri * absoluteUri, String * role, Type * ofObjectToReturn, MethodInfo * method)); DO_APP_FUNC(0x02479440, void, XmlUrlResolver_GetEntityAsync_d_15_MoveNext, (XmlUrlResolver_GetEntityAsync_d_15 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC45A8, XmlUrlResolver_GetEntityAsync_d_15_MoveNext__MethodInfo); DO_APP_FUNC(0x02479850, void, XmlUrlResolver_GetEntityAsync_d_15_SetStateMachine, (XmlUrlResolver_GetEntityAsync_d_15 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, BinaryCompatibility_1_get_TargetsAtLeast_Desktop_V4_5_2, (MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, String *, Res_GetString, (String * name, MethodInfo * method)); DO_APP_FUNC(0x024798C0, String *, Res_GetString_1, (String * name, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, XmlNameTable *, XPathDocument_get_NameTable, (XPathDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, XPathDocument_get_HasLineInfo, (XPathDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x024799D0, int32_t, XPathDocument_GetXmlNamespaceNode, (XPathDocument * __this, XPathNode__Array * * pageXmlNmsp, MethodInfo * method)); DO_APP_FUNC(0x02479A30, int32_t, XPathDocument_LookupNamespaces, (XPathDocument * __this, XPathNode__Array * pageElem, int32_t idxElem, XPathNode__Array * * pageNmsp, MethodInfo * method)); DO_APP_FUNC(0x02479D00, void, XPathException__ctor, (XPathException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0247A1B0, void, XPathException_GetObjectData, (XPathException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0247A2A0, void, XPathException__ctor_1, (XPathException * __this, MethodInfo * method)); DO_APP_FUNC(0x0247A3A0, void, XPathException__ctor_2, (XPathException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x0247A480, XPathException *, XPathException_Create, (String * res, MethodInfo * method)); DO_APP_FUNC(0x0247A4F0, XPathException *, XPathException_Create_1, (String * res, String * arg, MethodInfo * method)); DO_APP_FUNC(0x0247A5D0, XPathException *, XPathException_Create_2, (String * res, String * arg, String * arg2, MethodInfo * method)); DO_APP_FUNC(0x0247A700, void, XPathException__ctor_3, (XPathException * __this, String * res, String__Array * args, MethodInfo * method)); DO_APP_FUNC(0x0247A720, void, XPathException__ctor_4, (XPathException * __this, String * res, String__Array * args, Exception * inner, MethodInfo * method)); DO_APP_FUNC(0x0247A830, String *, XPathException_CreateMessage, (String * res, String__Array * args, MethodInfo * method)); DO_APP_FUNC(0x0247A8E0, String *, XPathException_get_Message, (XPathException * __this, MethodInfo * method)); DO_APP_FUNC(0x0247A900, Object *, XPathItem_ValueAs, (XPathItem * __this, Type * returnType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XPathItem__ctor, (XPathItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02399A00, String *, XPathNavigator_ToString, (XPathNavigator * __this, MethodInfo * method)); DO_APP_FUNC(0x0247A920, XmlSchemaType *, XPathNavigator_get_XmlType, (XPathNavigator * __this, MethodInfo * method)); DO_APP_FUNC(0x0247A9A0, Object *, XPathNavigator_get_TypedValue, (XPathNavigator * __this, MethodInfo * method)); DO_APP_FUNC(0x0247AB80, Type *, XPathNavigator_get_ValueType, (XPathNavigator * __this, MethodInfo * method)); DO_APP_FUNC(0x0247AC70, bool, XPathNavigator_get_ValueAsBoolean, (XPathNavigator * __this, MethodInfo * method)); DO_APP_FUNC(0x0247AE40, DateTime, XPathNavigator_get_ValueAsDateTime, (XPathNavigator * __this, MethodInfo * method)); DO_APP_FUNC(0x0247B010, double, XPathNavigator_get_ValueAsDouble, (XPathNavigator * __this, MethodInfo * method)); DO_APP_FUNC(0x0247B1E0, int32_t, XPathNavigator_get_ValueAsInt, (XPathNavigator * __this, MethodInfo * method)); DO_APP_FUNC(0x0247B3B0, int64_t, XPathNavigator_get_ValueAsLong, (XPathNavigator * __this, MethodInfo * method)); DO_APP_FUNC(0x0247B580, Object *, XPathNavigator_ValueAs, (XPathNavigator * __this, Type * returnType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC(0x024101C0, Object *, XPathNavigator_System_ICloneable_Clone, (XPathNavigator * __this, MethodInfo * method)); DO_APP_FUNC(0x0247B790, String *, XPathNavigator_LookupNamespace, (XPathNavigator * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x0247B9B0, String *, XPathNavigator_LookupPrefix, (XPathNavigator * __this, String * namespaceURI, MethodInfo * method)); DO_APP_FUNC(0x0247BCB0, IDictionary_2_System_String_System_String_ *, XPathNavigator_GetNamespacesInScope, (XPathNavigator * __this, XmlNamespaceScope__Enum scope, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Object *, XPathNavigator_get_UnderlyingObject, (XPathNavigator * __this, MethodInfo * method)); DO_APP_FUNC(0x0247BF20, bool, XPathNavigator_MoveToNamespace, (XPathNavigator * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0247BFF0, IXmlSchemaInfo *, XPathNavigator_get_SchemaInfo, (XPathNavigator * __this, MethodInfo * method)); DO_APP_FUNC(0x0247C030, bool, XPathNavigator_IsText, (XPathNodeType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XPathNavigator__ctor, (XPathNavigator * __this, MethodInfo * method)); DO_APP_FUNC(0x0247C040, void, XPathNavigator__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0247C320, bool, XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_Equals, (XPathNavigatorKeyComparer * __this, Object * obj1, Object * obj2, MethodInfo * method)); DO_APP_FUNC(0x0247C410, int32_t, XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_GetHashCode, (XPathNavigatorKeyComparer * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4340, XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_GetHashCode__MethodInfo); DO_APP_FUNC(0x003AC050, void, XPathNavigatorKeyComparer__ctor, (XPathNavigatorKeyComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x0247C660, String *, CodeIdentifier_MakePascal, (String * identifier, MethodInfo * method)); DO_APP_FUNC(0x0247C950, String *, CodeIdentifier_MakeValid, (String * identifier, MethodInfo * method)); DO_APP_FUNC(0x0247CB70, bool, CodeIdentifier_IsValidStart, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x0247CBD0, bool, CodeIdentifier_IsValid, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x0247CC80, void, CodeIdentifier__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSerializerNamespaces__ctor, (XmlSerializerNamespaces * __this, MethodInfo * method)); DO_APP_FUNC(0x0247CD40, void, XmlSerializerNamespaces_Add, (XmlSerializerNamespaces * __this, String * prefix, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0247CE10, void, XmlSerializerNamespaces_AddInternal, (XmlSerializerNamespaces * __this, String * prefix, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0247CE60, XmlQualifiedName__Array *, XmlSerializerNamespaces_ToArray, (XmlSerializerNamespaces * __this, MethodInfo * method)); DO_APP_FUNC(0x0247CF70, int32_t, XmlSerializerNamespaces_get_Count, (XmlSerializerNamespaces * __this, MethodInfo * method)); DO_APP_FUNC(0x0247CFB0, ArrayList *, XmlSerializerNamespaces_get_NamespaceList, (XmlSerializerNamespaces * __this, MethodInfo * method)); DO_APP_FUNC(0x0247D330, Hashtable *, XmlSerializerNamespaces_get_Namespaces, (XmlSerializerNamespaces * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, XmlSerializerNamespaces_set_Namespaces, (XmlSerializerNamespaces * __this, Hashtable * value, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, XmlAttributeEventHandler__ctor, (XmlAttributeEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, XmlAttributeEventHandler_Invoke, (XmlAttributeEventHandler * __this, Object * sender, XmlAttributeEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0247D3F0, void, XmlAttributeEventArgs__ctor, (XmlAttributeEventArgs * __this, XmlAttribute * attr, int32_t lineNumber, int32_t linePosition, Object * o, String * qnames, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, XmlElementEventHandler__ctor, (XmlElementEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, XmlElementEventHandler_Invoke, (XmlElementEventHandler * __this, Object * sender, XmlElementEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0247D560, void, XmlElementEventArgs__ctor, (XmlElementEventArgs * __this, XmlElement * elem, int32_t lineNumber, int32_t linePosition, Object * o, String * qnames, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, XmlNodeEventHandler__ctor, (XmlNodeEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, XmlNodeEventHandler_Invoke, (XmlNodeEventHandler * __this, Object * sender, XmlNodeEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0247D6D0, void, XmlNodeEventArgs__ctor, (XmlNodeEventArgs * __this, XmlNode * xmlNode, int32_t lineNumber, int32_t linePosition, Object * o, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, UnreferencedObjectEventHandler__ctor, (UnreferencedObjectEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, UnreferencedObjectEventHandler_Invoke, (UnreferencedObjectEventHandler * __this, Object * sender, UnreferencedObjectEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0247D800, void, UnreferencedObjectEventArgs__ctor, (UnreferencedObjectEventArgs * __this, Object * o, String * id, MethodInfo * method)); DO_APP_FUNC(0x0247D910, void, ReflectionHelper_RegisterSchemaType, (ReflectionHelper * __this, XmlTypeMapping * map, String * xmlType, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0247D9D0, XmlTypeMapping *, ReflectionHelper_GetRegisteredSchemaType, (ReflectionHelper * __this, String * xmlType, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0247DAD0, void, ReflectionHelper_RegisterClrType, (ReflectionHelper * __this, XmlTypeMapping * map, Type * type, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0247DC20, XmlTypeMapping *, ReflectionHelper_GetRegisteredClrType, (ReflectionHelper * __this, Type * type, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0247DD90, void, ReflectionHelper_CheckSerializableType, (Type * type, bool allowPrivateConstructors, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4228, ReflectionHelper_CheckSerializableType__MethodInfo); DO_APP_FUNC(0x0247E160, void, ReflectionHelper__ctor, (ReflectionHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0247E2C0, void, ReflectionHelper__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, XmlTypeConvertorAttribute_get_Method, (XmlTypeConvertorAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, XmlTypeConvertorAttribute_set_Method, (XmlTypeConvertorAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, XmlTypeConvertorAttribute__ctor, (XmlTypeConvertorAttribute * __this, String * method_1, MethodInfo * method)); DO_APP_FUNC(0x0247E370, void, TypeData__ctor, (TypeData * __this, Type * type, String * elementName, bool isPrimitive, MethodInfo * method)); DO_APP_FUNC(0x0247E390, void, TypeData__ctor_1, (TypeData * __this, Type * type, String * elementName, bool isPrimitive, TypeData * mappedType, XmlSchemaPatternFacet * facet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC41D8, TypeData__ctor_1__MethodInfo); DO_APP_FUNC(0x0247EB90, void, TypeData_LookupTypeConvertor, (TypeData * __this, MethodInfo * method)); DO_APP_FUNC(0x0247ED20, void, TypeData_ConvertForAssignment, (TypeData * __this, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, TypeData_get_TypeName, (TypeData * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, TypeData_get_XmlType, (TypeData * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Type *, TypeData_get_Type, (TypeData * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, TypeData_get_FullTypeName, (TypeData * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, SchemaTypes__Enum, TypeData_get_SchemaType, (TypeData * __this, MethodInfo * method)); DO_APP_FUNC(0x0247EE60, bool, TypeData_get_IsListType, (TypeData * __this, MethodInfo * method)); DO_APP_FUNC(0x0247EE70, bool, TypeData_get_IsComplexType, (TypeData * __this, MethodInfo * method)); DO_APP_FUNC(0x0247EEA0, bool, TypeData_get_IsValueType, (TypeData * __this, MethodInfo * method)); DO_APP_FUNC(0x0247EF40, bool, TypeData_get_IsNullable, (TypeData * __this, MethodInfo * method)); DO_APP_FUNC(0x00C86140, void, TypeData_set_IsNullable, (TypeData * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0247F050, TypeData *, TypeData_get_ListItemTypeData, (TypeData * __this, MethodInfo * method)); DO_APP_FUNC(0x0247F150, Type *, TypeData_get_ListItemType, (TypeData * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4050, TypeData_get_ListItemType__MethodInfo); DO_APP_FUNC(0x0247FA30, bool, TypeData_get_IsXsdType, (TypeData * __this, MethodInfo * method)); DO_APP_FUNC(0x0068A9A0, bool, TypeData_get_HasPublicConstructor, (TypeData * __this, MethodInfo * method)); DO_APP_FUNC(0x0247FA40, PropertyInfo_1 *, TypeData_GetIndexerProperty, (Type * collectionType, MethodInfo * method)); DO_APP_FUNC(0x0247FB90, InvalidOperationException *, TypeData_CreateMissingAddMethodException, (Type * type, String * inheritFrom, Type * argumentType, MethodInfo * method)); DO_APP_FUNC(0x0247FD00, Type *, TypeData_GetGenericListItemType, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x0247FF10, void, TypeData__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, TypeMember__ctor, (TypeMember * __this, Type * type, String * member, MethodInfo * method)); DO_APP_FUNC(0x02481BB0, int32_t, TypeMember_GetHashCode, (TypeMember * __this, MethodInfo * method)); DO_APP_FUNC(0x02481C10, bool, TypeMember_Equals, (TypeMember * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02481D40, bool, TypeMember_Equals_1, (TypeMember * tm1, TypeMember * tm2, MethodInfo * method)); DO_APP_FUNC(0x02481E10, String *, TypeMember_ToString, (TypeMember * __this, MethodInfo * method)); DO_APP_FUNC(0x02481E80, void, TypeTranslator__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02485430, TypeData *, TypeTranslator_GetTypeData, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02485490, TypeData *, TypeTranslator_GetTypeData_1, (Type * runtimeType, String * xmlDataType, bool underlyingEnumType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC37C0, TypeTranslator_GetTypeData_1__MethodInfo); DO_APP_FUNC(0x024860B0, TypeData *, TypeTranslator_GetPrimitiveTypeData, (String * typeName, MethodInfo * method)); DO_APP_FUNC(0x02486110, TypeData *, TypeTranslator_GetPrimitiveTypeData_1, (String * typeName, bool nullable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC3768, TypeTranslator_GetPrimitiveTypeData_1__MethodInfo); DO_APP_FUNC(0x02486370, TypeData *, TypeTranslator_FindPrimitiveTypeData, (String * typeName, MethodInfo * method)); DO_APP_FUNC(0x02486440, String *, TypeTranslator_GetArrayName, (String * elemName, MethodInfo * method)); DO_APP_FUNC(0x02486650, void, TypeTranslator_ParseArrayType, (String * arrayType, String * * type, String * * ns, String * * dimensions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC3870, TypeTranslator_ParseArrayType__MethodInfo); DO_APP_FUNC(0x003AC050, void, XmlAnyAttributeAttribute__ctor, (XmlAnyAttributeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE10, void, XmlAnyElementAttribute__ctor, (XmlAnyElementAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02486920, String *, XmlAnyElementAttribute_get_Name, (XmlAnyElementAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, XmlAnyElementAttribute_get_Namespace, (XmlAnyElementAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, XmlAnyElementAttribute_get_Order, (XmlAnyElementAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02486980, int32_t, XmlAnyElementAttributes_Add, (XmlAnyElementAttributes * __this, XmlAnyElementAttribute * attribute, MethodInfo * method)); DO_APP_FUNC(0x024869E0, int32_t, XmlAnyElementAttributes_get_Order, (XmlAnyElementAttributes * __this, MethodInfo * method)); DO_APP_FUNC(0x01942690, void, XmlAnyElementAttributes__ctor, (XmlAnyElementAttributes * __this, MethodInfo * method)); DO_APP_FUNC(0x02486BC0, String *, XmlArrayAttribute_get_ElementName, (XmlArrayAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, XmlSchemaForm__Enum, XmlArrayAttribute_get_Form, (XmlArrayAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF400, bool, XmlArrayAttribute_get_IsNullable, (XmlArrayAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, XmlArrayAttribute_get_Namespace, (XmlArrayAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, XmlArrayAttribute_get_Order, (XmlArrayAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02486C20, String *, XmlArrayItemAttribute_get_DataType, (XmlArrayItemAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02486C80, String *, XmlArrayItemAttribute_get_ElementName, (XmlArrayItemAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, XmlSchemaForm__Enum, XmlArrayItemAttribute_get_Form, (XmlArrayItemAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, XmlArrayItemAttribute_get_Namespace, (XmlArrayItemAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, XmlArrayItemAttribute_get_IsNullable, (XmlArrayItemAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE710, bool, XmlArrayItemAttribute_get_IsNullableSpecified, (XmlArrayItemAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Type *, XmlArrayItemAttribute_get_Type, (XmlArrayItemAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, int32_t, XmlArrayItemAttribute_get_NestingLevel, (XmlArrayItemAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02486CE0, int32_t, XmlArrayItemAttributes_Add, (XmlArrayItemAttributes * __this, XmlArrayItemAttribute * attribute, MethodInfo * method)); DO_APP_FUNC(0x01942690, void, XmlArrayItemAttributes__ctor, (XmlArrayItemAttributes * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, XmlAttributeAttribute__ctor, (XmlAttributeAttribute * __this, String * attributeName, MethodInfo * method)); DO_APP_FUNC(0x02486D40, String *, XmlAttributeAttribute_get_AttributeName, (XmlAttributeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02486DA0, String *, XmlAttributeAttribute_get_DataType, (XmlAttributeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, XmlAttributeAttribute_set_DataType, (XmlAttributeAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, XmlSchemaForm__Enum, XmlAttributeAttribute_get_Form, (XmlAttributeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, XmlAttributeAttribute_get_Namespace, (XmlAttributeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02486E00, void, XmlAttributeOverrides__ctor, (XmlAttributeOverrides * __this, MethodInfo * method)); DO_APP_FUNC(0x02486EC0, XmlAttributes *, XmlAttributeOverrides_get_Item, (XmlAttributeOverrides * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02486F20, XmlAttributes *, XmlAttributeOverrides_get_Item_1, (XmlAttributeOverrides * __this, Type * type, String * member, MethodInfo * method)); DO_APP_FUNC(0x024870B0, TypeMember *, XmlAttributeOverrides_GetKey, (XmlAttributeOverrides * __this, Type * type, String * member, MethodInfo * method)); DO_APP_FUNC(0x024871C0, void, XmlAttributes__ctor, (XmlAttributes * __this, MethodInfo * method)); DO_APP_FUNC(0x02487410, void, XmlAttributes__ctor_1, (XmlAttributes * __this, ICustomAttributeProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, XmlAnyAttributeAttribute *, XmlAttributes_get_XmlAnyAttribute, (XmlAttributes * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, XmlAnyElementAttributes *, XmlAttributes_get_XmlAnyElements, (XmlAttributes * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, XmlArrayAttribute *, XmlAttributes_get_XmlArray, (XmlAttributes * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, XmlArrayItemAttributes *, XmlAttributes_get_XmlArrayItems, (XmlAttributes * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, XmlAttributeAttribute *, XmlAttributes_get_XmlAttribute, (XmlAttributes * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, XmlChoiceIdentifierAttribute *, XmlAttributes_get_XmlChoiceIdentifier, (XmlAttributes * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, Object *, XmlAttributes_get_XmlDefaultValue, (XmlAttributes * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, XmlElementAttributes *, XmlAttributes_get_XmlElements, (XmlAttributes * __this, MethodInfo * method)); DO_APP_FUNC(0x00531160, bool, XmlAttributes_get_XmlIgnore, (XmlAttributes * __this, MethodInfo * method)); DO_APP_FUNC(0x00610C20, bool, XmlAttributes_get_Xmlns, (XmlAttributes * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, XmlRootAttribute *, XmlAttributes_get_XmlRoot, (XmlAttributes * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, XmlTextAttribute *, XmlAttributes_get_XmlText, (XmlAttributes * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7010, XmlTypeAttribute *, XmlAttributes_get_XmlType, (XmlAttributes * __this, MethodInfo * method)); DO_APP_FUNC(0x02488510, Nullable_1_Int32_, XmlAttributes_get_Order, (XmlAttributes * __this, MethodInfo * method)); DO_APP_FUNC(0x02488620, int32_t, XmlAttributes_get_SortableOrder, (XmlAttributes * __this, MethodInfo * method)); DO_APP_FUNC(0x024886A0, String *, XmlChoiceIdentifierAttribute_get_MemberName, (XmlChoiceIdentifierAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02488700, String *, XmlCustomFormatter_FromEnum, (int64_t value, String__Array * values, Int64__Array * ids, String * typeName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC3588, XmlCustomFormatter_FromEnum__MethodInfo); DO_APP_FUNC(0x024889C0, String *, XmlCustomFormatter_FromXmlName, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02488A50, String *, XmlCustomFormatter_FromXmlNCName, (String * ncName, MethodInfo * method)); DO_APP_FUNC(0x02488AE0, String *, XmlCustomFormatter_ToXmlString, (TypeData * type, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02489D50, Object *, XmlCustomFormatter_FromXmlString, (TypeData * type, String * value, MethodInfo * method)); DO_APP_FUNC(0x0248AF10, void, XmlCustomFormatter__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0248B830, void, XmlElementAttribute__ctor, (XmlElementAttribute * __this, String * elementName, MethodInfo * method)); DO_APP_FUNC(0x0248B890, void, XmlElementAttribute__ctor_1, (XmlElementAttribute * __this, String * elementName, Type * type, MethodInfo * method)); DO_APP_FUNC(0x0248B950, String *, XmlElementAttribute_get_DataType, (XmlElementAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0248B9B0, String *, XmlElementAttribute_get_ElementName, (XmlElementAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, XmlSchemaForm__Enum, XmlElementAttribute_get_Form, (XmlElementAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, XmlElementAttribute_get_Namespace, (XmlElementAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, XmlElementAttribute_get_IsNullable, (XmlElementAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int32_t, XmlElementAttribute_get_Order, (XmlElementAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Type *, XmlElementAttribute_get_Type, (XmlElementAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0248BA10, XmlElementAttribute *, XmlElementAttributes_get_Item, (XmlElementAttributes * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0248BAC0, int32_t, XmlElementAttributes_Add, (XmlElementAttributes * __this, XmlElementAttribute * attribute, MethodInfo * method)); DO_APP_FUNC(0x0248BB20, int32_t, XmlElementAttributes_get_Order, (XmlElementAttributes * __this, MethodInfo * method)); DO_APP_FUNC(0x01942690, void, XmlElementAttributes__ctor, (XmlElementAttributes * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, XmlEnumAttribute__ctor, (XmlEnumAttribute * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, XmlEnumAttribute_get_Name, (XmlEnumAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlIgnoreAttribute__ctor, (XmlIgnoreAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Type *, XmlIncludeAttribute_get_Type, (XmlIncludeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0248BD00, void, XmlMapping__ctor, (XmlMapping * __this, String * elementName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, XmlMapping_get_ElementName, (XmlMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, XmlMapping_get_Namespace, (XmlMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, XmlMapping_SetKey, (XmlMapping * __this, String * key, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, ObjectMap_1 *, XmlMapping_get_ObjectMap, (XmlMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, XmlMapping_set_ObjectMap, (XmlMapping * __this, ObjectMap_1 * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ArrayList *, XmlMapping_get_RelatedMaps, (XmlMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, XmlMapping_set_RelatedMaps, (XmlMapping * __this, ArrayList * value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, SerializationFormat__Enum, XmlMapping_get_Format, (XmlMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, XmlMapping_set_Format, (XmlMapping * __this, SerializationFormat__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ObjectMap_1__ctor, (ObjectMap_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8C460, int32_t, XmlMembersMapping_get_Count, (XmlMembersMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x008FC900, bool, XmlMembersMapping_get_HasWrapperElement, (XmlMembersMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlNamespaceDeclarationsAttribute__ctor, (XmlNamespaceDeclarationsAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0248BDB0, void, XmlReflectionImporter__ctor, (XmlReflectionImporter * __this, XmlAttributeOverrides * attributeOverrides, String * defaultNamespace, MethodInfo * method)); DO_APP_FUNC(0x0248C270, XmlTypeMapping *, XmlReflectionImporter_ImportTypeMapping, (XmlReflectionImporter * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x0248C290, XmlTypeMapping *, XmlReflectionImporter_ImportTypeMapping_1, (XmlReflectionImporter * __this, Type * type, String * defaultNamespace, MethodInfo * method)); DO_APP_FUNC(0x0248C2B0, XmlTypeMapping *, XmlReflectionImporter_ImportTypeMapping_2, (XmlReflectionImporter * __this, Type * type, XmlRootAttribute * root, String * defaultNamespace, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC55C8, XmlReflectionImporter_ImportTypeMapping_2__MethodInfo); DO_APP_FUNC(0x0248C4A0, XmlTypeMapping *, XmlReflectionImporter_ImportTypeMapping_3, (XmlReflectionImporter * __this, TypeData * typeData, XmlRootAttribute * root, String * defaultNamespace, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5540, XmlReflectionImporter_ImportTypeMapping_3__MethodInfo); DO_APP_FUNC(0x0248C9B0, XmlTypeMapping *, XmlReflectionImporter_CreateTypeMapping, (XmlReflectionImporter * __this, TypeData * typeData, XmlRootAttribute * root, String * defaultXmlType, String * defaultNamespace, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5530, XmlReflectionImporter_CreateTypeMapping__MethodInfo); DO_APP_FUNC(0x0248CF50, XmlTypeMapping *, XmlReflectionImporter_ImportClassMapping, (XmlReflectionImporter * __this, Type * type, XmlRootAttribute * root, String * defaultNamespace, bool isBaseType, MethodInfo * method)); DO_APP_FUNC(0x0248D030, XmlTypeMapping *, XmlReflectionImporter_ImportClassMapping_1, (XmlReflectionImporter * __this, TypeData * typeData, XmlRootAttribute * root, String * defaultNamespace, bool isBaseType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC54B0, XmlReflectionImporter_ImportClassMapping_1__MethodInfo); DO_APP_FUNC(0x0248E430, void, XmlReflectionImporter_RegisterDerivedMap, (XmlReflectionImporter * __this, XmlTypeMapping * map, XmlTypeMapping * derivedMap, MethodInfo * method)); DO_APP_FUNC(0x0248E570, String *, XmlReflectionImporter_GetTypeNamespace, (XmlReflectionImporter * __this, TypeData * typeData, XmlRootAttribute * root, String * defaultNamespace, MethodInfo * method)); DO_APP_FUNC(0x0248E6A0, XmlTypeMapping *, XmlReflectionImporter_ImportListMapping, (XmlReflectionImporter * __this, Type * type, XmlRootAttribute * root, String * defaultNamespace, XmlAttributes * atts, int32_t nestingLevel, MethodInfo * method)); DO_APP_FUNC(0x0248E770, XmlTypeMapping *, XmlReflectionImporter_ImportListMapping_1, (XmlReflectionImporter * __this, TypeData * typeData, XmlRootAttribute * root, String * defaultNamespace, XmlAttributes * atts, int32_t nestingLevel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC54D0, XmlReflectionImporter_ImportListMapping_1__MethodInfo); DO_APP_FUNC(0x0248F690, XmlTypeMapping *, XmlReflectionImporter_ImportXmlNodeMapping, (XmlReflectionImporter * __this, TypeData * typeData, XmlRootAttribute * root, String * defaultNamespace, MethodInfo * method)); DO_APP_FUNC(0x0248F9A0, XmlTypeMapping *, XmlReflectionImporter_ImportPrimitiveMapping, (XmlReflectionImporter * __this, TypeData * typeData, XmlRootAttribute * root, String * defaultNamespace, MethodInfo * method)); DO_APP_FUNC(0x0248FBA0, XmlTypeMapping *, XmlReflectionImporter_ImportEnumMapping, (XmlReflectionImporter * __this, TypeData * typeData, XmlRootAttribute * root, String * defaultNamespace, MethodInfo * method)); DO_APP_FUNC(0x02490470, XmlTypeMapping *, XmlReflectionImporter_ImportXmlSerializableMapping, (XmlReflectionImporter * __this, TypeData * typeData, XmlRootAttribute * root, String * defaultNamespace, MethodInfo * method)); DO_APP_FUNC(0x024906C0, void, XmlReflectionImporter_ImportIncludedTypes, (XmlReflectionImporter * __this, Type * type, String * defaultNamespace, MethodInfo * method)); DO_APP_FUNC(0x02490810, List_1_System_Xml_Serialization_XmlReflectionMember_ *, XmlReflectionImporter_GetReflectionMembers, (XmlReflectionImporter * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02491510, XmlTypeMapMember *, XmlReflectionImporter_CreateMapMember, (XmlReflectionImporter * __this, Type * declaringType, XmlReflectionMember * rmember, String * defaultNamespace, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5470, XmlReflectionImporter_CreateMapMember__MethodInfo); DO_APP_FUNC(0x024924C0, XmlTypeMapElementInfoList *, XmlReflectionImporter_ImportElementInfo, (XmlReflectionImporter * __this, Type * cls, String * defaultName, String * defaultNamespace, Type * defaultType, XmlTypeMapMemberElement * member, XmlAttributes * atts, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5378, XmlReflectionImporter_ImportElementInfo__MethodInfo); DO_APP_FUNC(0x02493630, XmlTypeMapElementInfoList *, XmlReflectionImporter_ImportAnyElementInfo, (XmlReflectionImporter * __this, String * defaultNamespace, XmlReflectionMember * rmember, XmlTypeMapMemberElement * member, XmlAttributes * atts, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5320, XmlReflectionImporter_ImportAnyElementInfo__MethodInfo); DO_APP_FUNC(0x02493C40, void, XmlReflectionImporter_ImportTextElementInfo, (XmlReflectionImporter * __this, XmlTypeMapElementInfoList * list, Type * defaultType, XmlTypeMapMemberElement * member, XmlAttributes * atts, String * defaultNamespace, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5330, XmlReflectionImporter_ImportTextElementInfo__MethodInfo); DO_APP_FUNC(0x024940F0, bool, XmlReflectionImporter_CanBeNull, (XmlReflectionImporter * __this, TypeData * type, MethodInfo * method)); DO_APP_FUNC(0x02494140, void, XmlReflectionImporter_IncludeType, (XmlReflectionImporter * __this, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5318, XmlReflectionImporter_IncludeType__MethodInfo); DO_APP_FUNC(0x02494600, Object *, XmlReflectionImporter_GetDefaultValue, (XmlReflectionImporter * __this, TypeData * typeData, Object * defaultValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5368, XmlReflectionImporter_GetDefaultValue__MethodInfo); DO_APP_FUNC(0x02494810, void, XmlReflectionImporter__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02494940, void, XmlReflectionImporter_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlReflectionImporter_c__ctor, (XmlReflectionImporter_c * __this, MethodInfo * method)); DO_APP_FUNC(0x024949F0, int32_t, XmlReflectionImporter_c__ImportClassMapping_b__28_0, (XmlReflectionImporter_c * __this, XmlReflectionMember * m1, XmlReflectionMember * m2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5568, XmlReflectionImporter_c__ImportClassMapping_b__28_0__MethodInfo); DO_APP_FUNC(0x02494A60, void, XmlReflectionMember__ctor, (XmlReflectionMember * __this, String * name, Type * type, XmlAttributes * attributes, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, XmlReflectionMember_get_IsReturnValue, (XmlReflectionMember * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, XmlReflectionMember_get_MemberName, (XmlReflectionMember * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Type *, XmlReflectionMember_get_MemberType, (XmlReflectionMember * __this, MethodInfo * method)); DO_APP_FUNC(0x02494B60, XmlAttributes *, XmlReflectionMember_get_XmlAttributes, (XmlReflectionMember * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Type *, XmlReflectionMember_get_DeclaringType, (XmlReflectionMember * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, XmlReflectionMember_set_DeclaringType, (XmlReflectionMember * __this, Type * value, MethodInfo * method)); DO_APP_FUNC(0x01AA1050, void, XmlRootAttribute__ctor, (XmlRootAttribute * __this, String * elementName, MethodInfo * method)); DO_APP_FUNC(0x02494C20, String *, XmlRootAttribute_get_ElementName, (XmlRootAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, XmlRootAttribute_get_IsNullable, (XmlRootAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, XmlRootAttribute_get_Namespace, (XmlRootAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, XmlRootAttribute_set_Namespace, (XmlRootAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, XmlSchemaProviderAttribute__ctor, (XmlSchemaProviderAttribute * __this, String * methodName, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, XmlSchemaProviderAttribute_get_MethodName, (XmlSchemaProviderAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, XmlSchemaProviderAttribute_get_IsAny, (XmlSchemaProviderAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, XmlSchemaProviderAttribute_set_IsAny, (XmlSchemaProviderAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01015CE0, void, XmlSerializationCollectionFixupCallback__ctor, (XmlSerializationCollectionFixupCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, XmlSerializationCollectionFixupCallback_Invoke, (XmlSerializationCollectionFixupCallback * __this, Object * collection, Object * collectionItems, MethodInfo * method)); DO_APP_FUNC(0x008AC8F0, void, XmlSerializationFixupCallback__ctor, (XmlSerializationFixupCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, XmlSerializationFixupCallback_Invoke, (XmlSerializationFixupCallback * __this, Object * fixup, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSerializationGeneratedCode__ctor, (XmlSerializationGeneratedCode * __this, MethodInfo * method)); DO_APP_FUNC(0x00BADBA0, void, XmlSerializationReadCallback__ctor, (XmlSerializationReadCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BADCD0, Object *, XmlSerializationReadCallback_Invoke, (XmlSerializationReadCallback * __this, MethodInfo * method)); DO_APP_FUNC(0x02494C80, void, XmlSerializationReader_Initialize, (XmlSerializationReader * __this, XmlReader * reader, XmlSerializer * eventSource, MethodInfo * method)); DO_APP_FUNC(0x02495550, ArrayList *, XmlSerializationReader_EnsureArrayList, (XmlSerializationReader * __this, ArrayList * list, MethodInfo * method)); DO_APP_FUNC(0x024955B0, Hashtable *, XmlSerializationReader_EnsureHashtable, (XmlSerializationReader * __this, Hashtable * hash, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSerializationReader__ctor, (XmlSerializationReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02495620, XmlDocument *, XmlSerializationReader_get_Document, (XmlSerializationReader * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, XmlReader *, XmlSerializationReader_get_Reader, (XmlSerializationReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02495710, void, XmlSerializationReader_AddFixup, (XmlSerializationReader * __this, XmlSerializationReader_CollectionFixup * fixup, MethodInfo * method)); DO_APP_FUNC(0x02495880, void, XmlSerializationReader_AddFixup_1, (XmlSerializationReader * __this, XmlSerializationReader_Fixup * fixup, MethodInfo * method)); DO_APP_FUNC(0x02495970, void, XmlSerializationReader_AddFixup_2, (XmlSerializationReader * __this, XmlSerializationReader_CollectionItemFixup * fixup, MethodInfo * method)); DO_APP_FUNC(0x02495A60, void, XmlSerializationReader_AddReadCallback, (XmlSerializationReader * __this, String * name, String * ns, Type * type, XmlSerializationReadCallback * read, MethodInfo * method)); DO_APP_FUNC(0x02495D30, void, XmlSerializationReader_AddTarget, (XmlSerializationReader * __this, String * id, Object * o, MethodInfo * method)); DO_APP_FUNC(0x02495F30, String *, XmlSerializationReader_CurrentTag, (XmlSerializationReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02496110, Exception *, XmlSerializationReader_CreateReadOnlyCollectionException, (XmlSerializationReader * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x024961E0, Exception *, XmlSerializationReader_CreateUnknownConstantException, (XmlSerializationReader * __this, String * value, Type * enumType, MethodInfo * method)); DO_APP_FUNC(0x024962C0, Exception *, XmlSerializationReader_CreateUnknownNodeException, (XmlSerializationReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02496360, Exception *, XmlSerializationReader_CreateUnknownTypeException, (XmlSerializationReader * __this, XmlQualifiedName * type, MethodInfo * method)); DO_APP_FUNC(0x02496600, Array *, XmlSerializationReader_EnsureArrayIndex, (XmlSerializationReader * __this, Array * a, int32_t index, Type * elementType, MethodInfo * method)); DO_APP_FUNC(0x02496770, bool, XmlSerializationReader_GetNullAttr, (XmlSerializationReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02496850, Object *, XmlSerializationReader_GetTarget, (XmlSerializationReader * __this, String * id, MethodInfo * method)); DO_APP_FUNC(0x02496940, bool, XmlSerializationReader_TargetReady, (XmlSerializationReader * __this, String * id, MethodInfo * method)); DO_APP_FUNC(0x02496970, XmlQualifiedName *, XmlSerializationReader_GetXsiType, (XmlSerializationReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02496C80, bool, XmlSerializationReader_IsXmlnsAttribute, (XmlSerializationReader * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02496D30, void, XmlSerializationReader_ParseWsdlArrayType, (XmlSerializationReader * __this, XmlAttribute * attr, MethodInfo * method)); DO_APP_FUNC(0x02497570, XmlQualifiedName *, XmlSerializationReader_ReadElementQualifiedName, (XmlSerializationReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02497680, void, XmlSerializationReader_ReadEndElement, (XmlSerializationReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02497740, bool, XmlSerializationReader_ReadNull, (XmlSerializationReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02497930, XmlQualifiedName *, XmlSerializationReader_ReadNullableQualifiedName, (XmlSerializationReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02497960, String *, XmlSerializationReader_ReadNullableString, (XmlSerializationReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024979B0, Object *, XmlSerializationReader_ReadReferencedElement, (XmlSerializationReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02497A20, XmlSerializationReader_WriteCallbackInfo *, XmlSerializationReader_GetCallbackInfo, (XmlSerializationReader * __this, XmlQualifiedName * qname, MethodInfo * method)); DO_APP_FUNC(0x02497B70, Object *, XmlSerializationReader_ReadReferencedElement_1, (XmlSerializationReader * __this, String * name, String * ns, MethodInfo * method)); DO_APP_FUNC(0x02497F10, bool, XmlSerializationReader_ReadList, (XmlSerializationReader * __this, Object * * resultList, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5298, XmlSerializationReader_ReadList__MethodInfo); DO_APP_FUNC(0x02498590, void, XmlSerializationReader_ReadReferencedElements, (XmlSerializationReader * __this, MethodInfo * method)); DO_APP_FUNC(0x024993A0, Object *, XmlSerializationReader_ReadReferencingElement, (XmlSerializationReader * __this, String * * fixupReference, MethodInfo * method)); DO_APP_FUNC(0x02499430, Object *, XmlSerializationReader_ReadReferencingElement_1, (XmlSerializationReader * __this, String * name, String * ns, String * * fixupReference, MethodInfo * method)); DO_APP_FUNC(0x02499450, Object *, XmlSerializationReader_ReadReferencingElement_2, (XmlSerializationReader * __this, String * name, String * ns, bool elementCanBeType, String * * fixupReference, MethodInfo * method)); DO_APP_FUNC(0x02499950, IXmlSerializable *, XmlSerializationReader_ReadSerializable, (XmlSerializationReader * __this, IXmlSerializable * serializable, MethodInfo * method)); DO_APP_FUNC(0x02499B40, Object *, XmlSerializationReader_ReadTypedPrimitive, (XmlSerializationReader * __this, XmlQualifiedName * type, MethodInfo * method)); DO_APP_FUNC(0x02499B50, Object *, XmlSerializationReader_ReadTypedPrimitive_1, (XmlSerializationReader * __this, XmlQualifiedName * qname, bool reportUnknown, MethodInfo * method)); DO_APP_FUNC(0x0249A5B0, XmlNode *, XmlSerializationReader_ReadXmlNode, (XmlSerializationReader * __this, bool wrapped, MethodInfo * method)); DO_APP_FUNC(0x0249A620, XmlDocument *, XmlSerializationReader_ReadXmlDocument, (XmlSerializationReader * __this, bool wrapped, MethodInfo * method)); DO_APP_FUNC(0x0249A750, Array *, XmlSerializationReader_ShrinkArray, (XmlSerializationReader * __this, Array * a, int32_t length, Type * elementType, bool isNullable, MethodInfo * method)); DO_APP_FUNC(0x0249A8E0, XmlQualifiedName *, XmlSerializationReader_ToXmlQualifiedName, (XmlSerializationReader * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5218, XmlSerializationReader_ToXmlQualifiedName__MethodInfo); DO_APP_FUNC(0x0249AB70, void, XmlSerializationReader_UnknownAttribute, (XmlSerializationReader * __this, Object * o, XmlAttribute * attr, String * qnames, MethodInfo * method)); DO_APP_FUNC(0x0249AE00, void, XmlSerializationReader_UnknownElement, (XmlSerializationReader * __this, Object * o, XmlElement * elem, String * qnames, MethodInfo * method)); DO_APP_FUNC(0x0249B090, void, XmlSerializationReader_UnknownNode, (XmlSerializationReader * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x0249B100, void, XmlSerializationReader_UnknownNode_1, (XmlSerializationReader * __this, Object * o, String * qnames, MethodInfo * method)); DO_APP_FUNC(0x0249B180, void, XmlSerializationReader_OnUnknownNode, (XmlSerializationReader * __this, XmlNode * node, Object * o, String * qnames, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5200, XmlSerializationReader_OnUnknownNode__MethodInfo); DO_APP_FUNC(0x0249B550, void, XmlSerializationReader_UnreferencedObject, (XmlSerializationReader * __this, String * id, Object * o, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSerializationReader_WriteCallbackInfo__ctor, (XmlSerializationReader_WriteCallbackInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0249B6D0, void, XmlSerializationReader_CollectionFixup__ctor, (XmlSerializationReader_CollectionFixup * __this, Object * collection, XmlSerializationCollectionFixupCallback * callback, String * id, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, XmlSerializationCollectionFixupCallback *, XmlSerializationReader_CollectionFixup_get_Callback, (XmlSerializationReader_CollectionFixup * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, XmlSerializationReader_CollectionFixup_get_Collection, (XmlSerializationReader_CollectionFixup * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Object *, XmlSerializationReader_CollectionFixup_get_Id, (XmlSerializationReader_CollectionFixup * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Object *, XmlSerializationReader_CollectionFixup_get_CollectionItems, (XmlSerializationReader_CollectionFixup * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, XmlSerializationReader_CollectionFixup_set_CollectionItems, (XmlSerializationReader_CollectionFixup * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0249B7E0, void, XmlSerializationReader_Fixup__ctor, (XmlSerializationReader_Fixup * __this, Object * o, XmlSerializationFixupCallback * callback, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, XmlSerializationFixupCallback *, XmlSerializationReader_Fixup_get_Callback, (XmlSerializationReader_Fixup * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String__Array *, XmlSerializationReader_Fixup_get_Ids, (XmlSerializationReader_Fixup * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, XmlSerializationReader_Fixup_get_Source, (XmlSerializationReader_Fixup * __this, MethodInfo * method)); DO_APP_FUNC(0x02102540, void, XmlSerializationReader_CollectionItemFixup__ctor, (XmlSerializationReader_CollectionItemFixup * __this, Array * list, int32_t index, String * id, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Array *, XmlSerializationReader_CollectionItemFixup_get_Collection, (XmlSerializationReader_CollectionItemFixup * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, XmlSerializationReader_CollectionItemFixup_get_Index, (XmlSerializationReader_CollectionItemFixup * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, XmlSerializationReader_CollectionItemFixup_get_Id, (XmlSerializationReader_CollectionItemFixup * __this, MethodInfo * method)); DO_APP_FUNC(0x0249B940, void, XmlSerializationReaderInterpreter__ctor, (XmlSerializationReaderInterpreter * __this, XmlMapping * typeMap, MethodInfo * method)); DO_APP_FUNC(0x0249B9C0, void, XmlSerializationReaderInterpreter_InitCallbacks, (XmlSerializationReaderInterpreter * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSerializationReaderInterpreter_InitIDs, (XmlSerializationReaderInterpreter * __this, MethodInfo * method)); DO_APP_FUNC(0x0249BD10, Object *, XmlSerializationReaderInterpreter_ReadRoot, (XmlSerializationReaderInterpreter * __this, MethodInfo * method)); DO_APP_FUNC(0x0249BED0, Object *, XmlSerializationReaderInterpreter_ReadEncodedObject, (XmlSerializationReaderInterpreter * __this, XmlTypeMapping * typeMap, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5250, XmlSerializationReaderInterpreter_ReadEncodedObject__MethodInfo); DO_APP_FUNC(0x0249C090, Object *, XmlSerializationReaderInterpreter_ReadMessage, (XmlSerializationReaderInterpreter * __this, XmlMembersMapping * typeMap, MethodInfo * method)); DO_APP_FUNC(0x0249C660, Object *, XmlSerializationReaderInterpreter_ReadRoot_1, (XmlSerializationReaderInterpreter * __this, XmlTypeMapping * rootMap, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5190, XmlSerializationReaderInterpreter_ReadRoot_1__MethodInfo); DO_APP_FUNC(0x0249C7D0, Object *, XmlSerializationReaderInterpreter_ReadObject, (XmlSerializationReaderInterpreter * __this, XmlTypeMapping * typeMap, bool isNullable, bool checkType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5180, XmlSerializationReaderInterpreter_ReadObject__MethodInfo); DO_APP_FUNC(0x0249CA00, Object *, XmlSerializationReaderInterpreter_ReadClassInstance, (XmlSerializationReaderInterpreter * __this, XmlTypeMapping * typeMap, bool isNullable, bool checkType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5178, XmlSerializationReaderInterpreter_ReadClassInstance__MethodInfo); DO_APP_FUNC(0x0249CD20, void, XmlSerializationReaderInterpreter_ReadClassInstanceMembers, (XmlSerializationReaderInterpreter * __this, XmlTypeMapping * typeMap, Object * ob, MethodInfo * method)); DO_APP_FUNC(0x0249CDD0, void, XmlSerializationReaderInterpreter_ReadAttributeMembers, (XmlSerializationReaderInterpreter * __this, ClassMap * map, Object * ob, bool isValueList, MethodInfo * method)); DO_APP_FUNC(0x0249D3C0, void, XmlSerializationReaderInterpreter_ReadMembers, (XmlSerializationReaderInterpreter * __this, ClassMap * map, Object * ob, bool isValueList, bool readBySoapOrder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC51B0, XmlSerializationReaderInterpreter_ReadMembers__MethodInfo); DO_APP_FUNC(0x0249F7D0, void, XmlSerializationReaderInterpreter_SetListMembersDefaults, (XmlSerializationReaderInterpreter * __this, ClassMap * map, Object * ob, bool isValueList, MethodInfo * method)); DO_APP_FUNC(0x0249FAB0, void, XmlSerializationReaderInterpreter_FixupMembers, (XmlSerializationReaderInterpreter * __this, ClassMap * map, Object * obfixup, bool isValueList, MethodInfo * method)); DO_APP_FUNC(0x0249B090, void, XmlSerializationReaderInterpreter_ProcessUnknownAttribute, (XmlSerializationReaderInterpreter * __this, Object * target, MethodInfo * method)); DO_APP_FUNC(0x0249B090, void, XmlSerializationReaderInterpreter_ProcessUnknownElement, (XmlSerializationReaderInterpreter * __this, Object * target, MethodInfo * method)); DO_APP_FUNC(0x0249FDF0, bool, XmlSerializationReaderInterpreter_IsReadOnly, (XmlSerializationReaderInterpreter * __this, XmlTypeMapMember * member, TypeData * memType, Object * ob, bool isValueList, MethodInfo * method)); DO_APP_FUNC(0x0249FFB0, void, XmlSerializationReaderInterpreter_SetMemberValue, (XmlSerializationReaderInterpreter * __this, XmlTypeMapMember * member, Object * ob, Object * value, bool isValueList, MethodInfo * method)); DO_APP_FUNC(0x024A0160, void, XmlSerializationReaderInterpreter_SetMemberValueFromAttr, (XmlSerializationReaderInterpreter * __this, XmlTypeMapMember * member, Object * ob, Object * value, bool isValueList, MethodInfo * method)); DO_APP_FUNC(0x024A0260, Object *, XmlSerializationReaderInterpreter_GetMemberValue, (XmlSerializationReaderInterpreter * __this, XmlTypeMapMember * member, Object * ob, bool isValueList, MethodInfo * method)); DO_APP_FUNC(0x024A0340, Object *, XmlSerializationReaderInterpreter_ReadObjectElement, (XmlSerializationReaderInterpreter * __this, XmlTypeMapElementInfo * elem, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5168, XmlSerializationReaderInterpreter_ReadObjectElement__MethodInfo); DO_APP_FUNC(0x024A0540, Object *, XmlSerializationReaderInterpreter_ReadPrimitiveValue, (XmlSerializationReaderInterpreter * __this, XmlTypeMapElementInfo * elem, MethodInfo * method)); DO_APP_FUNC(0x024A06C0, Object *, XmlSerializationReaderInterpreter_GetValueFromXmlString, (XmlSerializationReaderInterpreter * __this, String * value, TypeData * typeData, XmlTypeMapping * typeMap, MethodInfo * method)); DO_APP_FUNC(0x024A07F0, Object *, XmlSerializationReaderInterpreter_ReadListElement, (XmlSerializationReaderInterpreter * __this, XmlTypeMapping * typeMap, bool isNullable, Object * list, bool canCreateInstance, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5160, XmlSerializationReaderInterpreter_ReadListElement__MethodInfo); DO_APP_FUNC(0x024A0CB0, Object *, XmlSerializationReaderInterpreter_ReadListString, (XmlSerializationReaderInterpreter * __this, XmlTypeMapping * typeMap, String * values, MethodInfo * method)); DO_APP_FUNC(0x024A0F70, void, XmlSerializationReaderInterpreter_AddListValue, (XmlSerializationReaderInterpreter * __this, TypeData * listType, Object * * list, int32_t index, Object * value, bool canCreateInstance, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5140, XmlSerializationReaderInterpreter_AddListValue__MethodInfo); DO_APP_FUNC(0x01C0E1C0, Object *, XmlSerializationReaderInterpreter_CreateInstance, (Type * type, bool nonPublic, MethodInfo * method)); DO_APP_FUNC(0x024A1330, Object *, XmlSerializationReaderInterpreter_CreateInstance_1, (XmlSerializationReaderInterpreter * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x024A13B0, Object *, XmlSerializationReaderInterpreter_CreateList, (XmlSerializationReaderInterpreter * __this, Type * listType, MethodInfo * method)); DO_APP_FUNC(0x024A1460, Object *, XmlSerializationReaderInterpreter_InitializeList, (XmlSerializationReaderInterpreter * __this, TypeData * listType, MethodInfo * method)); DO_APP_FUNC(0x024A14F0, void, XmlSerializationReaderInterpreter_FillList, (XmlSerializationReaderInterpreter * __this, Object * list, Object * items, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC51F0, XmlSerializationReaderInterpreter_FillList__MethodInfo); DO_APP_FUNC(0x024A1510, void, XmlSerializationReaderInterpreter_CopyEnumerableList, (XmlSerializationReaderInterpreter * __this, Object * source, Object * dest, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5138, XmlSerializationReaderInterpreter_CopyEnumerableList__MethodInfo); DO_APP_FUNC(0x024A1970, Object *, XmlSerializationReaderInterpreter_ReadXmlNodeElement, (XmlSerializationReaderInterpreter * __this, XmlTypeMapping * typeMap, bool isNullable, MethodInfo * method)); DO_APP_FUNC(0x024A19A0, Object *, XmlSerializationReaderInterpreter_ReadXmlNode, (XmlSerializationReaderInterpreter * __this, TypeData * type, bool wrapped, MethodInfo * method)); DO_APP_FUNC(0x024A1B60, Object *, XmlSerializationReaderInterpreter_ReadPrimitiveElement, (XmlSerializationReaderInterpreter * __this, XmlTypeMapping * typeMap, bool isNullable, MethodInfo * method)); DO_APP_FUNC(0x024A1C20, Object *, XmlSerializationReaderInterpreter_ReadEnumElement, (XmlSerializationReaderInterpreter * __this, XmlTypeMapping * typeMap, bool isNullable, MethodInfo * method)); DO_APP_FUNC(0x024A1CA0, Object *, XmlSerializationReaderInterpreter_GetEnumValue, (XmlSerializationReaderInterpreter * __this, XmlTypeMapping * typeMap, String * val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5150, XmlSerializationReaderInterpreter_GetEnumValue__MethodInfo); DO_APP_FUNC(0x024A1E30, Object *, XmlSerializationReaderInterpreter_ReadXmlSerializableElement, (XmlSerializationReaderInterpreter * __this, XmlTypeMapping * typeMap, bool isNullable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5148, XmlSerializationReaderInterpreter_ReadXmlSerializableElement__MethodInfo); DO_APP_FUNC(0x024A20A0, void, XmlSerializationReaderInterpreter__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01A822F0, void, XmlSerializationReaderInterpreter_FixupCallbackInfo__ctor, (XmlSerializationReaderInterpreter_FixupCallbackInfo * __this, XmlSerializationReaderInterpreter * sri, ClassMap * map, bool isValueList, MethodInfo * method)); DO_APP_FUNC(0x024A2240, void, XmlSerializationReaderInterpreter_FixupCallbackInfo_FixupMembers, (XmlSerializationReaderInterpreter_FixupCallbackInfo * __this, Object * fixup, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC51D0, XmlSerializationReaderInterpreter_FixupCallbackInfo_FixupMembers__MethodInfo); DO_APP_FUNC(0x003BAE40, void, XmlSerializationReaderInterpreter_ReaderCallbackInfo__ctor, (XmlSerializationReaderInterpreter_ReaderCallbackInfo * __this, XmlSerializationReaderInterpreter * sri, XmlTypeMapping * typeMap, MethodInfo * method)); DO_APP_FUNC(0x024A2280, Object *, XmlSerializationReaderInterpreter_ReaderCallbackInfo_ReadObject, (XmlSerializationReaderInterpreter_ReaderCallbackInfo * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5268, XmlSerializationReaderInterpreter_ReaderCallbackInfo_ReadObject__MethodInfo); DO_APP_FUNC(0x008AC8F0, void, XmlSerializationWriteCallback__ctor, (XmlSerializationWriteCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, XmlSerializationWriteCallback_Invoke, (XmlSerializationWriteCallback * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x024A22C0, void, XmlSerializationWriter__ctor, (XmlSerializationWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x024A2380, void, XmlSerializationWriter_Initialize, (XmlSerializationWriter * __this, XmlWriter * writer, XmlSerializerNamespaces * nss, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, XmlWriter *, XmlSerializationWriter_get_Writer, (XmlSerializationWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x024A26A0, void, XmlSerializationWriter_AddWriteCallback, (XmlSerializationWriter * __this, Type * type, String * typeName, String * typeNs, XmlSerializationWriteCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x024A2920, Exception *, XmlSerializationWriter_CreateUnknownAnyElementException, (XmlSerializationWriter * __this, String * name, String * ns, MethodInfo * method)); DO_APP_FUNC(0x024A2A00, Exception *, XmlSerializationWriter_CreateUnknownTypeException, (XmlSerializationWriter * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x024A2AE0, Exception *, XmlSerializationWriter_CreateUnknownTypeException_1, (XmlSerializationWriter * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x024A2BB0, String *, XmlSerializationWriter_FromXmlQualifiedName, (XmlSerializationWriter * __this, XmlQualifiedName * xmlQualifiedName, MethodInfo * method)); DO_APP_FUNC(0x024A2CF0, String *, XmlSerializationWriter_GetId, (XmlSerializationWriter * __this, Object * o, bool addToReferencesList, MethodInfo * method)); DO_APP_FUNC(0x024A2EF0, bool, XmlSerializationWriter_AlreadyQueued, (XmlSerializationWriter * __this, Object * ob, MethodInfo * method)); DO_APP_FUNC(0x024A2F30, String *, XmlSerializationWriter_GetNamespacePrefix, (XmlSerializationWriter * __this, String * ns, MethodInfo * method)); DO_APP_FUNC(0x024A30F0, String *, XmlSerializationWriter_GetQualifiedName, (XmlSerializationWriter * __this, String * name, String * ns, MethodInfo * method)); DO_APP_FUNC(0x024A33C0, void, XmlSerializationWriter_TopLevelElement, (XmlSerializationWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x024A33D0, void, XmlSerializationWriter_WriteAttribute, (XmlSerializationWriter * __this, String * localName, String * ns, String * value, MethodInfo * method)); DO_APP_FUNC(0x024A3450, void, XmlSerializationWriter_WriteAttribute_1, (XmlSerializationWriter * __this, String * prefix, String * localName, String * ns, String * value, MethodInfo * method)); DO_APP_FUNC(0x024A34D0, void, XmlSerializationWriter_WriteXmlNode, (XmlSerializationWriter * __this, XmlNode * node, MethodInfo * method)); DO_APP_FUNC(0x024A35A0, void, XmlSerializationWriter_WriteElementEncoded, (XmlSerializationWriter * __this, XmlNode * node, String * name, String * ns, bool isNullable, bool any, MethodInfo * method)); DO_APP_FUNC(0x024A36D0, void, XmlSerializationWriter_WriteElementLiteral, (XmlSerializationWriter * __this, XmlNode * node, String * name, String * ns, bool isNullable, bool any, MethodInfo * method)); DO_APP_FUNC(0x024A3800, void, XmlSerializationWriter_WriteElementQualifiedName, (XmlSerializationWriter * __this, String * localName, String * ns, XmlQualifiedName * value, MethodInfo * method)); DO_APP_FUNC(0x024A3820, void, XmlSerializationWriter_WriteElementQualifiedName_1, (XmlSerializationWriter * __this, String * localName, String * ns, XmlQualifiedName * value, XmlQualifiedName * xsiType, MethodInfo * method)); DO_APP_FUNC(0x024A3990, void, XmlSerializationWriter_WriteElementString, (XmlSerializationWriter * __this, String * localName, String * ns, String * value, MethodInfo * method)); DO_APP_FUNC(0x024A39B0, void, XmlSerializationWriter_WriteElementString_1, (XmlSerializationWriter * __this, String * localName, String * ns, String * value, XmlQualifiedName * xsiType, MethodInfo * method)); DO_APP_FUNC(0x024A3B80, void, XmlSerializationWriter_WriteEndElement, (XmlSerializationWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x024A3BB0, void, XmlSerializationWriter_WriteEndElement_1, (XmlSerializationWriter * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x024A3C00, void, XmlSerializationWriter_WriteNamespaceDeclarations, (XmlSerializationWriter * __this, XmlSerializerNamespaces * xmlns, MethodInfo * method)); DO_APP_FUNC(0x024A4010, void, XmlSerializationWriter_WriteNullableQualifiedNameEncoded, (XmlSerializationWriter * __this, String * name, String * ns, XmlQualifiedName * value, XmlQualifiedName * xsiType, MethodInfo * method)); DO_APP_FUNC(0x024A40F0, void, XmlSerializationWriter_WriteNullableQualifiedNameLiteral, (XmlSerializationWriter * __this, String * name, String * ns, XmlQualifiedName * value, MethodInfo * method)); DO_APP_FUNC(0x024A41C0, void, XmlSerializationWriter_WriteNullableStringEncoded, (XmlSerializationWriter * __this, String * name, String * ns, String * value, XmlQualifiedName * xsiType, MethodInfo * method)); DO_APP_FUNC(0x024A41E0, void, XmlSerializationWriter_WriteNullableStringLiteral, (XmlSerializationWriter * __this, String * name, String * ns, String * value, MethodInfo * method)); DO_APP_FUNC(0x024A4210, void, XmlSerializationWriter_WriteNullTagEncoded, (XmlSerializationWriter * __this, String * name, String * ns, MethodInfo * method)); DO_APP_FUNC(0x024A4330, void, XmlSerializationWriter_WriteNullTagLiteral, (XmlSerializationWriter * __this, String * name, String * ns, MethodInfo * method)); DO_APP_FUNC(0x024A4450, void, XmlSerializationWriter_WritePotentiallyReferencingElement, (XmlSerializationWriter * __this, String * n, String * ns, Object * o, Type * ambientType, bool suppressReference, bool isNullable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC50C8, XmlSerializationWriter_WritePotentiallyReferencingElement__MethodInfo); DO_APP_FUNC(0x024A4910, void, XmlSerializationWriter_WriteReferencedElements, (XmlSerializationWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x024A4BD0, bool, XmlSerializationWriter_IsPrimitiveArray, (XmlSerializationWriter * __this, TypeData * td, MethodInfo * method)); DO_APP_FUNC(0x024A4CD0, void, XmlSerializationWriter_WriteArray, (XmlSerializationWriter * __this, Object * o, TypeData * td, MethodInfo * method)); DO_APP_FUNC(0x024A50F0, void, XmlSerializationWriter_WriteReferencingElement, (XmlSerializationWriter * __this, String * n, String * ns, Object * o, bool isNullable, MethodInfo * method)); DO_APP_FUNC(0x024A52B0, void, XmlSerializationWriter_CheckReferenceQueue, (XmlSerializationWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x024A5390, void, XmlSerializationWriter_WriteSerializable, (XmlSerializationWriter * __this, IXmlSerializable * serializable, String * name, String * ns, bool isNullable, MethodInfo * method)); DO_APP_FUNC(0x024A5470, void, XmlSerializationWriter_WriteSerializable_1, (XmlSerializationWriter * __this, IXmlSerializable * serializable, String * name, String * ns, bool isNullable, bool wrapped, MethodInfo * method)); DO_APP_FUNC(0x024A5580, void, XmlSerializationWriter_WriteStartDocument, (XmlSerializationWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x024A55E0, void, XmlSerializationWriter_WriteStartElement, (XmlSerializationWriter * __this, String * name, String * ns, MethodInfo * method)); DO_APP_FUNC(0x024A5610, void, XmlSerializationWriter_WriteStartElement_1, (XmlSerializationWriter * __this, String * name, String * ns, bool writePrefixed, MethodInfo * method)); DO_APP_FUNC(0x024A5640, void, XmlSerializationWriter_WriteStartElement_2, (XmlSerializationWriter * __this, String * name, String * ns, Object * o, MethodInfo * method)); DO_APP_FUNC(0x024A5670, void, XmlSerializationWriter_WriteStartElement_3, (XmlSerializationWriter * __this, String * name, String * ns, Object * o, bool writePrefixed, MethodInfo * method)); DO_APP_FUNC(0x024A56A0, void, XmlSerializationWriter_WriteStartElement_4, (XmlSerializationWriter * __this, String * name, String * ns, Object * o, bool writePrefixed, ICollection * namespaces, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC50D8, XmlSerializationWriter_WriteStartElement_4__MethodInfo); DO_APP_FUNC(0x024A5D90, void, XmlSerializationWriter_WriteTypedPrimitive, (XmlSerializationWriter * __this, String * name, String * ns, Object * o, bool xsiType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC50F0, XmlSerializationWriter_WriteTypedPrimitive__MethodInfo); DO_APP_FUNC(0x024A6100, void, XmlSerializationWriter_WriteValue, (XmlSerializationWriter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x024A6140, void, XmlSerializationWriter_WriteXmlAttribute, (XmlSerializationWriter * __this, XmlNode * node, Object * container, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC50A8, XmlSerializationWriter_WriteXmlAttribute__MethodInfo); DO_APP_FUNC(0x024A6690, void, XmlSerializationWriter_WriteXsiType, (XmlSerializationWriter * __this, String * name, String * ns, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSerializationWriter_WriteCallbackInfo__ctor, (XmlSerializationWriter_WriteCallbackInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x024A67F0, void, XmlSerializationWriterInterpreter__ctor, (XmlSerializationWriterInterpreter * __this, XmlMapping * typeMap, MethodInfo * method)); DO_APP_FUNC(0x024A6930, void, XmlSerializationWriterInterpreter_InitCallbacks, (XmlSerializationWriterInterpreter * __this, MethodInfo * method)); DO_APP_FUNC(0x024A6D20, void, XmlSerializationWriterInterpreter_WriteRoot, (XmlSerializationWriterInterpreter * __this, Object * ob, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC50A0, XmlSerializationWriterInterpreter_WriteRoot__MethodInfo); DO_APP_FUNC(0x024A6FF0, void, XmlSerializationWriterInterpreter_WriteObject, (XmlSerializationWriterInterpreter * __this, XmlTypeMapping * typeMap, Object * ob, String * element, String * namesp, bool isNullable, bool needType, bool writeWrappingElem, MethodInfo * method)); DO_APP_FUNC(0x024A7830, void, XmlSerializationWriterInterpreter_WriteMessage, (XmlSerializationWriterInterpreter * __this, XmlMembersMapping * membersMap, Object__Array * parameters, MethodInfo * method)); DO_APP_FUNC(0x024A7B00, void, XmlSerializationWriterInterpreter_WriteObjectElement, (XmlSerializationWriterInterpreter * __this, XmlTypeMapping * typeMap, Object * ob, String * element, String * namesp, MethodInfo * method)); DO_APP_FUNC(0x024A7C50, void, XmlSerializationWriterInterpreter_WriteObjectElementAttributes, (XmlSerializationWriterInterpreter * __this, XmlTypeMapping * typeMap, Object * ob, MethodInfo * method)); DO_APP_FUNC(0x024A7D00, void, XmlSerializationWriterInterpreter_WriteObjectElementElements, (XmlSerializationWriterInterpreter * __this, XmlTypeMapping * typeMap, Object * ob, MethodInfo * method)); DO_APP_FUNC(0x024A7DB0, void, XmlSerializationWriterInterpreter_WriteMembers, (XmlSerializationWriterInterpreter * __this, ClassMap * map, Object * ob, bool isValueList, MethodInfo * method)); DO_APP_FUNC(0x024A7E10, void, XmlSerializationWriterInterpreter_WriteAttributeMembers, (XmlSerializationWriterInterpreter * __this, ClassMap * map, Object * ob, bool isValueList, MethodInfo * method)); DO_APP_FUNC(0x024A8380, void, XmlSerializationWriterInterpreter_WriteElementMembers, (XmlSerializationWriterInterpreter * __this, ClassMap * map, Object * ob, bool isValueList, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5060, XmlSerializationWriterInterpreter_WriteElementMembers__MethodInfo); DO_APP_FUNC(0x024A8930, Object *, XmlSerializationWriterInterpreter_GetMemberValue, (XmlSerializationWriterInterpreter * __this, XmlTypeMapMember * member, Object * ob, bool isValueList, MethodInfo * method)); DO_APP_FUNC(0x024A8A10, bool, XmlSerializationWriterInterpreter_MemberHasValue, (XmlSerializationWriterInterpreter * __this, XmlTypeMapMember * member, Object * ob, bool isValueList, MethodInfo * method)); DO_APP_FUNC(0x024A8D20, void, XmlSerializationWriterInterpreter_WriteMemberElement, (XmlSerializationWriterInterpreter * __this, XmlTypeMapElementInfo * elem, Object * memberValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5058, XmlSerializationWriterInterpreter_WriteMemberElement__MethodInfo); DO_APP_FUNC(0x024A93C0, Object *, XmlSerializationWriterInterpreter_ImplicitConvert, (Object * obj, Type * type, MethodInfo * method)); DO_APP_FUNC(0x024A9730, void, XmlSerializationWriterInterpreter_WritePrimitiveValueLiteral, (XmlSerializationWriterInterpreter * __this, Object * memberValue, String * name, String * ns, XmlTypeMapping * mappedType, TypeData * typeData, bool wrapped, bool isNullable, MethodInfo * method)); DO_APP_FUNC(0x024A9A30, void, XmlSerializationWriterInterpreter_WritePrimitiveValueEncoded, (XmlSerializationWriterInterpreter * __this, Object * memberValue, String * name, String * ns, XmlQualifiedName * xsiType, XmlTypeMapping * mappedType, TypeData * typeData, bool wrapped, bool isNullable, MethodInfo * method)); DO_APP_FUNC(0x024A9D50, void, XmlSerializationWriterInterpreter_WriteListElement, (XmlSerializationWriterInterpreter * __this, XmlTypeMapping * typeMap, Object * ob, String * element, String * namesp, MethodInfo * method)); DO_APP_FUNC(0x024AA000, void, XmlSerializationWriterInterpreter_WriteListContent, (XmlSerializationWriterInterpreter * __this, Object * container, TypeData * listType, ListMap * map, Object * ob, StringBuilder * targetString, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5078, XmlSerializationWriterInterpreter_WriteListContent__MethodInfo); DO_APP_FUNC(0x024AA7B0, int32_t, XmlSerializationWriterInterpreter_GetListCount, (XmlSerializationWriterInterpreter * __this, TypeData * listType, Object * ob, MethodInfo * method)); DO_APP_FUNC(0x024AA990, void, XmlSerializationWriterInterpreter_WriteAnyElementContent, (XmlSerializationWriterInterpreter * __this, XmlTypeMapMemberAnyElement * member, Object * memberValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5050, XmlSerializationWriterInterpreter_WriteAnyElementContent__MethodInfo); DO_APP_FUNC(0x024AAF80, void, XmlSerializationWriterInterpreter_WritePrimitiveElement, (XmlSerializationWriterInterpreter * __this, XmlTypeMapping * typeMap, Object * ob, String * element, String * namesp, MethodInfo * method)); DO_APP_FUNC(0x024AAFD0, void, XmlSerializationWriterInterpreter_WriteEnumElement, (XmlSerializationWriterInterpreter * __this, XmlTypeMapping * typeMap, Object * ob, String * element, String * namesp, MethodInfo * method)); DO_APP_FUNC(0x024AB0A0, String *, XmlSerializationWriterInterpreter_GetStringValue, (XmlSerializationWriterInterpreter * __this, XmlTypeMapping * typeMap, TypeData * type, Object * value, MethodInfo * method)); DO_APP_FUNC(0x024AB3B0, String *, XmlSerializationWriterInterpreter_GetEnumXmlValue, (XmlSerializationWriterInterpreter * __this, XmlTypeMapping * typeMap, Object * ob, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, XmlSerializationWriterInterpreter_CallbackInfo__ctor, (XmlSerializationWriterInterpreter_CallbackInfo * __this, XmlSerializationWriterInterpreter * swi, XmlTypeMapping * typeMap, MethodInfo * method)); DO_APP_FUNC(0x024AB460, void, XmlSerializationWriterInterpreter_CallbackInfo_WriteObject, (XmlSerializationWriterInterpreter_CallbackInfo * __this, Object * ob, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5098, XmlSerializationWriterInterpreter_CallbackInfo_WriteObject__MethodInfo); DO_APP_FUNC(0x024AB4C0, void, XmlSerializationWriterInterpreter_CallbackInfo_WriteEnum, (XmlSerializationWriterInterpreter_CallbackInfo * __this, Object * ob, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC50B8, XmlSerializationWriterInterpreter_CallbackInfo_WriteEnum__MethodInfo); DO_APP_FUNC(0x024AB520, void, XmlSerializer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x024AB680, void, XmlSerializer__ctor, (XmlSerializer * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x024AB7E0, void, XmlSerializer__ctor_1, (XmlSerializer * __this, Type * type, XmlAttributeOverrides * overrides, Type__Array * extraTypes, XmlRootAttribute * root, String * defaultNamespace, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7878, XmlSerializer__ctor_1__MethodInfo); DO_APP_FUNC(0x0224A660, void, XmlSerializer_OnUnknownAttribute, (XmlSerializer * __this, XmlAttributeEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x024AB9A0, void, XmlSerializer_OnUnknownElement, (XmlSerializer * __this, XmlElementEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x024AB9C0, void, XmlSerializer_OnUnknownNode, (XmlSerializer * __this, XmlNodeEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0108FEE0, void, XmlSerializer_OnUnreferencedObject, (XmlSerializer * __this, UnreferencedObjectEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x024AB9E0, XmlSerializationReader *, XmlSerializer_CreateReader, (XmlSerializer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7868, XmlSerializer_CreateReader__MethodInfo); DO_APP_FUNC(0x024ABA30, XmlSerializationWriter *, XmlSerializer_CreateWriter, (XmlSerializer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7858, XmlSerializer_CreateWriter__MethodInfo); DO_APP_FUNC(0x024ABA80, Object *, XmlSerializer_Deserialize, (XmlSerializer * __this, TextReader * textReader, MethodInfo * method)); DO_APP_FUNC(0x024ABED0, Object *, XmlSerializer_Deserialize_1, (XmlSerializer * __this, XmlReader * xmlReader, MethodInfo * method)); DO_APP_FUNC(0x024AC000, Object *, XmlSerializer_Deserialize_2, (XmlSerializer * __this, XmlSerializationReader * reader, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7888, XmlSerializer_Deserialize_2__MethodInfo); DO_APP_FUNC(0x024AC2B0, void, XmlSerializer_Serialize, (XmlSerializer * __this, Object * o, XmlSerializationWriter * writer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7728, XmlSerializer_Serialize__MethodInfo); DO_APP_FUNC(0x024AC4E0, void, XmlSerializer_Serialize_1, (XmlSerializer * __this, TextWriter * textWriter, Object * o, MethodInfo * method)); DO_APP_FUNC(0x024AC6F0, void, XmlSerializer_Serialize_2, (XmlSerializer * __this, XmlWriter * xmlWriter, Object * o, MethodInfo * method)); DO_APP_FUNC(0x024AC710, void, XmlSerializer_Serialize_3, (XmlSerializer * __this, XmlWriter * xmlWriter, Object * o, XmlSerializerNamespaces * namespaces, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7698, XmlSerializer_Serialize_3__MethodInfo); DO_APP_FUNC(0x024ACB40, XmlSerializationWriter *, XmlSerializer_CreateWriter_1, (XmlSerializer * __this, XmlMapping * typeMapping, MethodInfo * method)); DO_APP_FUNC(0x024AD080, XmlSerializationReader *, XmlSerializer_CreateReader_1, (XmlSerializer * __this, XmlMapping * typeMapping, MethodInfo * method)); DO_APP_FUNC(0x024AD130, XmlSerializationWriter *, XmlSerializer_SerializerData_CreateWriter, (XmlSerializer_SerializerData * __this, MethodInfo * method)); DO_APP_FUNC(0x024AD210, XmlSerializationWriter *, XmlSerializerImplementation_get_Writer, (XmlSerializerImplementation * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7788, XmlSerializerImplementation_get_Writer__MethodInfo); DO_APP_FUNC(0x003AC050, void, XmlTextAttribute__ctor, (XmlTextAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x024AD260, String *, XmlTextAttribute_get_DataType, (XmlTextAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Type *, XmlTextAttribute_get_Type, (XmlTextAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, XmlTypeAttribute_get_IncludeInSchema, (XmlTypeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, XmlTypeAttribute_get_Namespace, (XmlTypeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x024AD2C0, String *, XmlTypeAttribute_get_TypeName, (XmlTypeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x024AD320, void, XmlTypeMapElementInfo__ctor, (XmlTypeMapElementInfo * __this, XmlTypeMapMember * member, TypeData * type, MethodInfo * method)); DO_APP_FUNC(0x003CB370, TypeData *, XmlTypeMapElementInfo_get_TypeData, (XmlTypeMapElementInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Object *, XmlTypeMapElementInfo_get_ChoiceValue, (XmlTypeMapElementInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, XmlTypeMapElementInfo_set_ChoiceValue, (XmlTypeMapElementInfo * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, XmlTypeMapElementInfo_get_ElementName, (XmlTypeMapElementInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, XmlTypeMapElementInfo_set_ElementName, (XmlTypeMapElementInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, XmlTypeMapElementInfo_get_Namespace, (XmlTypeMapElementInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, XmlTypeMapElementInfo_set_Namespace, (XmlTypeMapElementInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x024AD4B0, String *, XmlTypeMapElementInfo_get_DataTypeNamespace, (XmlTypeMapElementInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x024AD540, String *, XmlTypeMapElementInfo_get_DataTypeName, (XmlTypeMapElementInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, XmlSchemaForm__Enum, XmlTypeMapElementInfo_get_Form, (XmlTypeMapElementInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, XmlTypeMapElementInfo_set_Form, (XmlTypeMapElementInfo * __this, XmlSchemaForm__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, XmlTypeMapping *, XmlTypeMapElementInfo_get_MappedType, (XmlTypeMapElementInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, XmlTypeMapElementInfo_set_MappedType, (XmlTypeMapElementInfo * __this, XmlTypeMapping * value, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, XmlTypeMapElementInfo_get_IsNullable, (XmlTypeMapElementInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AE0, void, XmlTypeMapElementInfo_set_IsNullable, (XmlTypeMapElementInfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, XmlTypeMapMember *, XmlTypeMapElementInfo_get_Member, (XmlTypeMapElementInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01A728E0, void, XmlTypeMapElementInfo_set_NestingLevel, (XmlTypeMapElementInfo * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x024AD570, bool, XmlTypeMapElementInfo_get_MultiReferenceType, (XmlTypeMapElementInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F5E0, bool, XmlTypeMapElementInfo_get_WrappedElement, (XmlTypeMapElementInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F5F0, void, XmlTypeMapElementInfo_set_WrappedElement, (XmlTypeMapElementInfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x024AD590, bool, XmlTypeMapElementInfo_get_IsTextElement, (XmlTypeMapElementInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x024AD610, void, XmlTypeMapElementInfo_set_IsTextElement, (XmlTypeMapElementInfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC75B8, XmlTypeMapElementInfo_set_IsTextElement__MethodInfo); DO_APP_FUNC(0x024AD780, bool, XmlTypeMapElementInfo_get_IsUnnamedAnyElement, (XmlTypeMapElementInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x024AD810, void, XmlTypeMapElementInfo_set_IsUnnamedAnyElement, (XmlTypeMapElementInfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC75E0, XmlTypeMapElementInfo_set_IsUnnamedAnyElement__MethodInfo); DO_APP_FUNC(0x01D80210, int32_t, XmlTypeMapElementInfo_get_ExplicitOrder, (XmlTypeMapElementInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00B37840, void, XmlTypeMapElementInfo_set_ExplicitOrder, (XmlTypeMapElementInfo * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x024AD980, bool, XmlTypeMapElementInfo_Equals, (XmlTypeMapElementInfo * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x019CFBC0, int32_t, XmlTypeMapElementInfo_GetHashCode, (XmlTypeMapElementInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x024ADB50, void, XmlTypeMapElementInfoList__ctor, (XmlTypeMapElementInfoList * __this, MethodInfo * method)); DO_APP_FUNC(0x024ADB60, void, XmlTypeMapMember__ctor, (XmlTypeMapMember * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, XmlTypeMapMember_get_Name, (XmlTypeMapMember * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, XmlTypeMapMember_set_Name, (XmlTypeMapMember * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Object *, XmlTypeMapMember_get_DefaultValue, (XmlTypeMapMember * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, XmlTypeMapMember_set_DefaultValue, (XmlTypeMapMember * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x024ADC10, bool, XmlTypeMapMember_IsReadOnly, (XmlTypeMapMember * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x024ADD70, Object *, XmlTypeMapMember_GetValue, (Object * ob, String * name, MethodInfo * method)); DO_APP_FUNC(0x024ADF20, Object *, XmlTypeMapMember_GetValue_1, (XmlTypeMapMember * __this, Object * ob, MethodInfo * method)); DO_APP_FUNC(0x024AE120, void, XmlTypeMapMember_SetValue, (XmlTypeMapMember * __this, Object * ob, Object * value, MethodInfo * method)); DO_APP_FUNC(0x024AE350, void, XmlTypeMapMember_SetValue_1, (Object * ob, String * name, Object * value, MethodInfo * method)); DO_APP_FUNC(0x024AE510, void, XmlTypeMapMember_InitMember, (XmlTypeMapMember * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, TypeData *, XmlTypeMapMember_get_TypeData, (XmlTypeMapMember * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, XmlTypeMapMember_set_TypeData, (XmlTypeMapMember * __this, TypeData * value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, XmlTypeMapMember_get_Index, (XmlTypeMapMember * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, XmlTypeMapMember_set_Index, (XmlTypeMapMember * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, XmlTypeMapMember_get_GlobalIndex, (XmlTypeMapMember * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, XmlTypeMapMember_set_GlobalIndex, (XmlTypeMapMember * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01A20C80, bool, XmlTypeMapMember_get_IsOptionalValueType, (XmlTypeMapMember * __this, MethodInfo * method)); DO_APP_FUNC(0x024AE8B0, void, XmlTypeMapMember_set_IsOptionalValueType, (XmlTypeMapMember * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01A20C40, bool, XmlTypeMapMember_get_IsReturnValue, (XmlTypeMapMember * __this, MethodInfo * method)); DO_APP_FUNC(0x024AE8E0, void, XmlTypeMapMember_set_IsReturnValue, (XmlTypeMapMember * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x024AE910, void, XmlTypeMapMember_CheckOptionalValueType, (XmlTypeMapMember * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x024AE9F0, bool, XmlTypeMapMember_GetValueSpecified, (XmlTypeMapMember * __this, Object * ob, MethodInfo * method)); DO_APP_FUNC(0x024AED40, void, XmlTypeMapMember_SetValueSpecified, (XmlTypeMapMember * __this, Object * ob, bool value, MethodInfo * method)); DO_APP_FUNC(0x024AF070, void, XmlTypeMapMemberAttribute__ctor, (XmlTypeMapMemberAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, String *, XmlTypeMapMemberAttribute_get_AttributeName, (XmlTypeMapMemberAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, XmlTypeMapMemberAttribute_set_AttributeName, (XmlTypeMapMemberAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, String *, XmlTypeMapMemberAttribute_get_Namespace, (XmlTypeMapMemberAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, XmlTypeMapMemberAttribute_set_Namespace, (XmlTypeMapMemberAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00ABB190, void, XmlTypeMapMemberAttribute_set_Form, (XmlTypeMapMemberAttribute * __this, XmlSchemaForm__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003C7010, XmlTypeMapping *, XmlTypeMapMemberAttribute_get_MappedType, (XmlTypeMapMemberAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, XmlTypeMapMemberAttribute_set_MappedType, (XmlTypeMapMemberAttribute * __this, XmlTypeMapping * value, MethodInfo * method)); DO_APP_FUNC(0x024AF100, void, XmlTypeMapMemberElement__ctor, (XmlTypeMapMemberElement * __this, MethodInfo * method)); DO_APP_FUNC(0x024AF110, XmlTypeMapElementInfoList *, XmlTypeMapMemberElement_get_ElementInfo, (XmlTypeMapMemberElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, XmlTypeMapMemberElement_set_ElementInfo, (XmlTypeMapMemberElement * __this, XmlTypeMapElementInfoList * value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, String *, XmlTypeMapMemberElement_get_ChoiceMember, (XmlTypeMapMemberElement * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, XmlTypeMapMemberElement_set_ChoiceMember, (XmlTypeMapMemberElement * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C7010, TypeData *, XmlTypeMapMemberElement_get_ChoiceTypeData, (XmlTypeMapMemberElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, XmlTypeMapMemberElement_set_ChoiceTypeData, (XmlTypeMapMemberElement * __this, TypeData * value, MethodInfo * method)); DO_APP_FUNC(0x024AF1D0, XmlTypeMapElementInfo *, XmlTypeMapMemberElement_FindElement, (XmlTypeMapMemberElement * __this, Object * ob, Object * memberValue, MethodInfo * method)); DO_APP_FUNC(0x024AF750, void, XmlTypeMapMemberElement_SetChoice, (XmlTypeMapMemberElement * __this, Object * ob, Object * choice, MethodInfo * method)); DO_APP_FUNC(0x00C7C380, bool, XmlTypeMapMemberElement_get_IsXmlTextCollector, (XmlTypeMapMemberElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7C390, void, XmlTypeMapMemberElement_set_IsXmlTextCollector, (XmlTypeMapMemberElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x024AF100, void, XmlTypeMapMemberList__ctor, (XmlTypeMapMemberList * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC7870, int32_t, XmlTypeMapMemberExpandable_get_FlatArrayIndex, (XmlTypeMapMemberExpandable * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC7880, void, XmlTypeMapMemberExpandable_set_FlatArrayIndex, (XmlTypeMapMemberExpandable * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x024AF100, void, XmlTypeMapMemberExpandable__ctor, (XmlTypeMapMemberExpandable * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, ListMap *, XmlTypeMapMemberFlatList_get_ListMap, (XmlTypeMapMemberFlatList * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, XmlTypeMapMemberFlatList_set_ListMap, (XmlTypeMapMemberFlatList * __this, ListMap * value, MethodInfo * method)); DO_APP_FUNC(0x024AF100, void, XmlTypeMapMemberFlatList__ctor, (XmlTypeMapMemberFlatList * __this, MethodInfo * method)); DO_APP_FUNC(0x024AF770, bool, XmlTypeMapMemberAnyElement_IsElementDefined, (XmlTypeMapMemberAnyElement * __this, String * name, String * ns, MethodInfo * method)); DO_APP_FUNC(0x024AFA30, bool, XmlTypeMapMemberAnyElement_get_IsDefaultAny, (XmlTypeMapMemberAnyElement * __this, MethodInfo * method)); DO_APP_FUNC(0x024AF100, void, XmlTypeMapMemberAnyElement__ctor, (XmlTypeMapMemberAnyElement * __this, MethodInfo * method)); DO_APP_FUNC(0x024AF100, void, XmlTypeMapMemberAnyAttribute__ctor, (XmlTypeMapMemberAnyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x024AF100, void, XmlTypeMapMemberNamespaces__ctor, (XmlTypeMapMemberNamespaces * __this, MethodInfo * method)); DO_APP_FUNC(0x024AFC30, void, XmlTypeMapping__ctor, (XmlTypeMapping * __this, String * elementName, String * ns, TypeData * typeData, String * xmlType, String * xmlTypeNamespace, MethodInfo * method)); DO_APP_FUNC(0x024AFEB0, String *, XmlTypeMapping_get_TypeFullName, (XmlTypeMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, TypeData *, XmlTypeMapping_get_TypeData, (XmlTypeMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, String *, XmlTypeMapping_get_XmlType, (XmlTypeMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, XmlTypeMapping_set_XmlType, (XmlTypeMapping * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x024AFED0, String *, XmlTypeMapping_get_XmlTypeNamespace, (XmlTypeMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, XmlTypeMapping_set_XmlTypeNamespace, (XmlTypeMapping * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x009C2D40, bool, XmlTypeMapping_get_HasXmlTypeNamespace, (XmlTypeMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, ArrayList *, XmlTypeMapping_get_DerivedTypes, (XmlTypeMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x0068A9A0, bool, XmlTypeMapping_get_MultiReferenceType, (XmlTypeMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, XmlTypeMapping *, XmlTypeMapping_get_BaseMap, (XmlTypeMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, XmlTypeMapping_set_BaseMap, (XmlTypeMapping * __this, XmlTypeMapping * value, MethodInfo * method)); DO_APP_FUNC(0x00C86140, void, XmlTypeMapping_set_IncludeInSchema, (XmlTypeMapping * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006100F0, bool, XmlTypeMapping_get_IsNullable, (XmlTypeMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x024AFF20, void, XmlTypeMapping_set_IsNullable, (XmlTypeMapping * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00610200, bool, XmlTypeMapping_get_IsAny, (XmlTypeMapping * __this, MethodInfo * method)); DO_APP_FUNC(0x024AFF30, void, XmlTypeMapping_set_IsAny, (XmlTypeMapping * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x024AFF40, XmlTypeMapping *, XmlTypeMapping_GetRealTypeMap, (XmlTypeMapping * __this, Type * objectType, MethodInfo * method)); DO_APP_FUNC(0x024B00D0, XmlTypeMapping *, XmlTypeMapping_GetRealElementMap, (XmlTypeMapping * __this, String * name, String * ens, MethodInfo * method)); DO_APP_FUNC(0x024B0410, void, XmlTypeMapping_UpdateRoot, (XmlTypeMapping * __this, XmlQualifiedName * qname, MethodInfo * method)); DO_APP_FUNC(0x024B0560, void, XmlSerializableMapping__ctor, (XmlSerializableMapping * __this, XmlRootAttribute * root, String * elementName, String * ns, TypeData * typeData, String * xmlType, String * xmlTypeNamespace, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC74C0, XmlSerializableMapping__ctor__MethodInfo); DO_APP_FUNC(0x024B1360, void, ClassMap_AddMember, (ClassMap * __this, XmlTypeMapMember * member, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7370, ClassMap_AddMember__MethodInfo); DO_APP_FUNC(0x024B21B0, void, ClassMap_RegisterFlatList, (ClassMap * __this, XmlTypeMapMemberExpandable * member, MethodInfo * method)); DO_APP_FUNC(0x024B22C0, XmlTypeMapMemberAttribute *, ClassMap_GetAttribute, (ClassMap * __this, String * name, String * ns, MethodInfo * method)); DO_APP_FUNC(0x024B23C0, XmlTypeMapElementInfo *, ClassMap_GetElement, (ClassMap * __this, String * name, String * ns, int32_t minimalOrder, MethodInfo * method)); DO_APP_FUNC(0x024B2700, XmlTypeMapElementInfo *, ClassMap_GetElement_1, (ClassMap * __this, String * name, String * ns, MethodInfo * method)); DO_APP_FUNC(0x024B29B0, String *, ClassMap_BuildKey, (ClassMap * __this, String * name, String * ns, int32_t explicitOrder, MethodInfo * method)); DO_APP_FUNC(0x024B2A90, bool, ClassMap_get_IsOrderDependentMap, (ClassMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, XmlTypeMapMemberAnyElement *, ClassMap_get_DefaultAnyElementMember, (ClassMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, XmlTypeMapMemberAnyAttribute *, ClassMap_get_DefaultAnyAttributeMember, (ClassMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, XmlTypeMapMemberNamespaces *, ClassMap_get_NamespaceDeclarations, (ClassMap * __this, MethodInfo * method)); DO_APP_FUNC(0x024B2D30, ICollection *, ClassMap_get_AttributeMembers, (ClassMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ICollection *, ClassMap_get_ElementMembers, (ClassMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, ArrayList *, ClassMap_get_AllMembers, (ClassMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, ArrayList *, ClassMap_get_FlatLists, (ClassMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, ArrayList *, ClassMap_get_ListMembers, (ClassMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, XmlTypeMapMember *, ClassMap_get_XmlTextCollector, (ClassMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7010, XmlTypeMapMember *, ClassMap_get_ReturnMember, (ClassMap * __this, MethodInfo * method)); DO_APP_FUNC(0x024B3180, XmlQualifiedName *, ClassMap_get_SimpleContentBaseType, (ClassMap * __this, MethodInfo * method)); DO_APP_FUNC(0x00C52680, void, ClassMap_SetCanBeSimpleType, (ClassMap * __this, bool can, MethodInfo * method)); DO_APP_FUNC(0x024B33B0, bool, ClassMap_get_HasSimpleContent, (ClassMap * __this, MethodInfo * method)); DO_APP_FUNC(0x024B3440, void, ClassMap__ctor, (ClassMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ListMap_set_ChoiceMember, (ListMap * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, XmlTypeMapElementInfoList *, ListMap_get_ItemInfo, (ListMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ListMap_set_ItemInfo, (ListMap * __this, XmlTypeMapElementInfoList * value, MethodInfo * method)); DO_APP_FUNC(0x024B35A0, XmlTypeMapElementInfo *, ListMap_FindElement, (ListMap * __this, Object * ob, int32_t index, Object * memberValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC73B8, ListMap_FindElement__MethodInfo); DO_APP_FUNC(0x024B3C40, XmlTypeMapElementInfo *, ListMap_FindElement_1, (ListMap * __this, String * elementName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x024B3EC0, XmlTypeMapElementInfo *, ListMap_FindTextElement, (ListMap * __this, MethodInfo * method)); DO_APP_FUNC(0x024B40A0, void, ListMap_GetArrayType, (ListMap * __this, int32_t itemCount, String * * localName, String * * ns, MethodInfo * method)); DO_APP_FUNC(0x024B4580, bool, ListMap_Equals, (ListMap * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x019CFBC0, int32_t, ListMap_GetHashCode, (ListMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ListMap__ctor, (ListMap * __this, MethodInfo * method)); DO_APP_FUNC(0x024B4710, void, EnumMap__ctor, (EnumMap * __this, EnumMap_EnumMapMember__Array * members, bool isFlags, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, EnumMap_get_IsFlags, (EnumMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String__Array *, EnumMap_get_EnumNames, (EnumMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String__Array *, EnumMap_get_XmlNames, (EnumMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Int64__Array *, EnumMap_get_Values, (EnumMap * __this, MethodInfo * method)); DO_APP_FUNC(0x024B4AE0, String *, EnumMap_GetXmlName, (EnumMap * __this, String * typeName, Object * enumValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7350, EnumMap_GetXmlName__MethodInfo); DO_APP_FUNC(0x024B4E80, String *, EnumMap_GetEnumName, (EnumMap * __this, String * typeName, String * xmlName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7348, EnumMap_GetEnumName__MethodInfo); DO_APP_FUNC(0x024B5240, void, EnumMap_EnumMapMember__ctor, (EnumMap_EnumMapMember * __this, String * xmlName, String * enumName, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, EnumMap_EnumMapMember_get_XmlName, (EnumMap_EnumMapMember * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, EnumMap_EnumMapMember_get_EnumName, (EnumMap_EnumMapMember * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, int64_t, EnumMap_EnumMapMember_get_Value, (EnumMap_EnumMapMember * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, XmlReaderSection_get_ProhibitDefaultUrlResolver, (MethodInfo * method)); DO_APP_FUNC(0x024B5300, XmlResolver *, XmlReaderSection_CreateDefaultResolver, (MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, XmlReaderSection_get_CollapseWhiteSpaceIntoEmptyString, (MethodInfo * method)); DO_APP_FUNC(0x024B5350, void, StringConcat_Clear, (StringConcat * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, StringConcat_get_Count, (StringConcat * __this, MethodInfo * method)); DO_APP_FUNC(0x024B53B0, String *, StringConcat_GetResult, (StringConcat * __this, MethodInfo * method)); DO_APP_FUNC(0x024B54B0, void, StringConcat_ConcatNoDelimiter, (StringConcat * __this, String * s, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, DoubleLinkAxis *, AxisElement_get_CurNode, (AxisElement * __this, MethodInfo * method)); DO_APP_FUNC(0x024B5650, void, AxisElement__ctor, (AxisElement * __this, DoubleLinkAxis * node, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x024B56B0, void, AxisElement_SetDepth, (AxisElement * __this, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x024B56C0, void, AxisElement_MoveToParent, (AxisElement * __this, int32_t depth, ForwardAxis * parent, MethodInfo * method)); DO_APP_FUNC(0x024B5850, bool, AxisElement_MoveToChild, (AxisElement * __this, String * name, String * URN, int32_t depth, ForwardAxis * parent, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ForwardAxis *, AxisStack_get_Subtree, (AxisStack * __this, MethodInfo * method)); DO_APP_FUNC(0x01B68390, int32_t, AxisStack_get_Length, (AxisStack * __this, MethodInfo * method)); DO_APP_FUNC(0x024B5A20, void, AxisStack__ctor, (AxisStack * __this, ForwardAxis * faxis, ActiveAxis * parent, MethodInfo * method)); DO_APP_FUNC(0x024B5BC0, void, AxisStack_Push, (AxisStack * __this, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x024B5CA0, void, AxisStack_Pop, (AxisStack * __this, MethodInfo * method)); DO_APP_FUNC(0x024B5CF0, bool, AxisStack_Equal, (String * thisname, String * thisURN, String * name, String * URN, MethodInfo * method)); DO_APP_FUNC(0x024B5DB0, void, AxisStack_MoveToParent, (AxisStack * __this, String * name, String * URN, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x024B6130, bool, AxisStack_MoveToChild, (AxisStack * __this, String * name, String * URN, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x024B6330, bool, AxisStack_MoveToAttribute, (AxisStack * __this, String * name, String * URN, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, ActiveAxis_get_CurrentDepth, (ActiveAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x024B6570, void, ActiveAxis_Reactivate, (ActiveAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x024B6580, void, ActiveAxis__ctor, (ActiveAxis * __this, Asttree * axisTree, MethodInfo * method)); DO_APP_FUNC(0x024B6930, bool, ActiveAxis_MoveToStartElement, (ActiveAxis * __this, String * localname, String * URN, MethodInfo * method)); DO_APP_FUNC(0x024B6AC0, bool, ActiveAxis_EndElement, (ActiveAxis * __this, String * localname, String * URN, MethodInfo * method)); DO_APP_FUNC(0x024B6C00, bool, ActiveAxis_MoveToAttribute, (ActiveAxis * __this, String * localname, String * URN, MethodInfo * method)); DO_APP_FUNC(0x003C5390, Axis *, DoubleLinkAxis_get_Next, (DoubleLinkAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, DoubleLinkAxis_set_Next, (DoubleLinkAxis * __this, Axis * value, MethodInfo * method)); DO_APP_FUNC(0x024B6D60, void, DoubleLinkAxis__ctor, (DoubleLinkAxis * __this, Axis * axis, DoubleLinkAxis * inputaxis, MethodInfo * method)); DO_APP_FUNC(0x024B6ED0, DoubleLinkAxis *, DoubleLinkAxis_ConvertTree, (Axis * axis, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, DoubleLinkAxis *, ForwardAxis_get_RootNode, (ForwardAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, DoubleLinkAxis *, ForwardAxis_get_TopNode, (ForwardAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, ForwardAxis_get_IsAttribute, (ForwardAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x00667070, bool, ForwardAxis_get_IsDss, (ForwardAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x024B70F0, bool, ForwardAxis_get_IsSelfAxis, (ForwardAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x024B7100, void, ForwardAxis__ctor, (ForwardAxis * __this, DoubleLinkAxis * axis, bool isdesorself, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, ArrayList *, Asttree_get_SubtreeArray, (Asttree * __this, MethodInfo * method)); DO_APP_FUNC(0x024B7360, void, Asttree__ctor, (Asttree * __this, String * xPath, bool isField, XmlNamespaceManager * nsmgr, MethodInfo * method)); DO_APP_FUNC(0x024B7440, bool, Asttree_IsNameTest, (Axis * ast, MethodInfo * method)); DO_APP_FUNC(0x024B7470, bool, Asttree_IsAttribute, (Axis * ast, MethodInfo * method)); DO_APP_FUNC(0x024B74A0, bool, Asttree_IsDescendantOrSelf, (Axis * ast, MethodInfo * method)); DO_APP_FUNC(0x024B74D0, bool, Asttree_IsSelf, (Axis * ast, MethodInfo * method)); DO_APP_FUNC(0x024B7500, void, Asttree_CompileXPath, (Asttree * __this, String * xPath, bool isField, XmlNamespaceManager * nsmgr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7338, Asttree_CompileXPath__MethodInfo); DO_APP_FUNC(0x024B7F00, void, Asttree_SetURN, (Asttree * __this, Axis * axis, XmlNamespaceManager * nsmgr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7328, Asttree_SetURN__MethodInfo); DO_APP_FUNC(0x024B8070, void, AutoValidator__ctor, (AutoValidator * __this, XmlValidatingReaderImpl * reader, XmlSchemaCollection * schemaCollection, IValidationEventHandling * eventHandling, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, AutoValidator_get_PreserveWhitespace, (AutoValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024B8150, void, AutoValidator_Validate, (AutoValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AutoValidator_CompleteValidation, (AutoValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Object *, AutoValidator_FindId, (AutoValidator * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x024B8330, ValidationType__Enum, AutoValidator_DetectValidationType, (AutoValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024B87C0, void, BaseProcessor__ctor, (BaseProcessor * __this, XmlNameTable * nameTable, SchemaNames * schemaNames, ValidationEventHandler * eventHandler, MethodInfo * method)); DO_APP_FUNC(0x024B8850, void, BaseProcessor__ctor_1, (BaseProcessor * __this, XmlNameTable * nameTable, SchemaNames * schemaNames, ValidationEventHandler * eventHandler, XmlSchemaCompilationSettings * compilationSettings, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, XmlNameTable *, BaseProcessor_get_NameTable, (BaseProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x024B8A70, SchemaNames *, BaseProcessor_get_SchemaNames, (BaseProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, ValidationEventHandler *, BaseProcessor_get_EventHandler, (BaseProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, XmlSchemaCompilationSettings *, BaseProcessor_get_CompilationSettings, (BaseProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x019C00A0, bool, BaseProcessor_get_HasErrors, (BaseProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x024B8B40, void, BaseProcessor_AddToTable, (BaseProcessor * __this, XmlSchemaObjectTable * table, XmlQualifiedName * qname, XmlSchemaObject * item, MethodInfo * method)); DO_APP_FUNC(0x024B91C0, bool, BaseProcessor_IsValidAttributeGroupRedefine, (BaseProcessor * __this, XmlSchemaObject * existingObject, XmlSchemaObject * item, XmlSchemaObjectTable * table, MethodInfo * method)); DO_APP_FUNC(0x024B9320, bool, BaseProcessor_IsValidGroupRedefine, (BaseProcessor * __this, XmlSchemaObject * existingObject, XmlSchemaObject * item, XmlSchemaObjectTable * table, MethodInfo * method)); DO_APP_FUNC(0x024B9450, bool, BaseProcessor_IsValidTypeRedefine, (BaseProcessor * __this, XmlSchemaObject * existingObject, XmlSchemaObject * item, XmlSchemaObjectTable * table, MethodInfo * method)); DO_APP_FUNC(0x024B9590, void, BaseProcessor_SendValidationEvent, (BaseProcessor * __this, String * code, XmlSchemaObject * source, MethodInfo * method)); DO_APP_FUNC(0x024B96D0, void, BaseProcessor_SendValidationEvent_1, (BaseProcessor * __this, String * code, String * msg, XmlSchemaObject * source, MethodInfo * method)); DO_APP_FUNC(0x024B97F0, void, BaseProcessor_SendValidationEvent_2, (BaseProcessor * __this, String * code, String * msg1, String * msg2, XmlSchemaObject * source, MethodInfo * method)); DO_APP_FUNC(0x024B99E0, void, BaseProcessor_SendValidationEvent_3, (BaseProcessor * __this, String * code, String__Array * args, Exception * innerException, XmlSchemaObject * source, MethodInfo * method)); DO_APP_FUNC(0x024B9B50, void, BaseProcessor_SendValidationEvent_4, (BaseProcessor * __this, String * code, String * msg1, String * msg2, String * sourceUri, int32_t lineNumber, int32_t linePosition, MethodInfo * method)); DO_APP_FUNC(0x024B9D40, void, BaseProcessor_SendValidationEvent_5, (BaseProcessor * __this, String * code, XmlSchemaObject * source, XmlSeverityType__Enum severity, MethodInfo * method)); DO_APP_FUNC(0x024B9E10, void, BaseProcessor_SendValidationEvent_6, (BaseProcessor * __this, XmlSchemaException * e, MethodInfo * method)); DO_APP_FUNC(0x024B9EC0, void, BaseProcessor_SendValidationEvent_7, (BaseProcessor * __this, String * code, String * msg, XmlSchemaObject * source, XmlSeverityType__Enum severity, MethodInfo * method)); DO_APP_FUNC(0x024B9F70, void, BaseProcessor_SendValidationEvent_8, (BaseProcessor * __this, XmlSchemaException * e, XmlSeverityType__Enum severity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC72D8, BaseProcessor_SendValidationEvent_8__MethodInfo); DO_APP_FUNC(0x024BA040, void, BaseProcessor_SendValidationEventNoThrow, (BaseProcessor * __this, XmlSchemaException * e, XmlSeverityType__Enum severity, MethodInfo * method)); DO_APP_FUNC(0x024BA0E0, void, BaseValidator__ctor, (BaseValidator * __this, BaseValidator * other, MethodInfo * method)); DO_APP_FUNC(0x024BA430, void, BaseValidator__ctor_1, (BaseValidator * __this, XmlValidatingReaderImpl * reader, XmlSchemaCollection * schemaCollection, IValidationEventHandling * eventHandling, MethodInfo * method)); DO_APP_FUNC(0x003C5420, XmlValidatingReaderImpl *, BaseValidator_get_Reader, (BaseValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, XmlSchemaCollection *, BaseValidator_get_SchemaCollection, (BaseValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, XmlNameTable *, BaseValidator_get_NameTable, (BaseValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024BA6D0, SchemaNames *, BaseValidator_get_SchemaNames, (BaseValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, PositionInfo *, BaseValidator_get_PositionInfo, (BaseValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, XmlResolver *, BaseValidator_get_XmlResolver, (BaseValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, BaseValidator_set_XmlResolver, (BaseValidator * __this, XmlResolver * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, Uri *, BaseValidator_get_BaseUri, (BaseValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, BaseValidator_set_BaseUri, (BaseValidator * __this, Uri * value, MethodInfo * method)); DO_APP_FUNC(0x024BA930, ValidationEventHandler *, BaseValidator_get_EventHandler, (BaseValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, SchemaInfo *, BaseValidator_get_SchemaInfo, (BaseValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024BA9C0, void, BaseValidator_set_DtdInfo, (BaseValidator * __this, IDtdInfo * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC72E0, BaseValidator_set_DtdInfo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, BaseValidator_get_PreserveWhitespace, (BaseValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseValidator_Validate, (BaseValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseValidator_CompleteValidation, (BaseValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Object *, BaseValidator_FindId, (BaseValidator * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x024BAAE0, void, BaseValidator_ValidateText, (BaseValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024BAE30, void, BaseValidator_ValidateWhitespace, (BaseValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024BAFD0, void, BaseValidator_SaveTextValue, (BaseValidator * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x024BB0A0, void, BaseValidator_SendValidationEvent, (BaseValidator * __this, String * code, MethodInfo * method)); DO_APP_FUNC(0x024BB100, void, BaseValidator_SendValidationEvent_1, (BaseValidator * __this, String * code, String__Array * args, MethodInfo * method)); DO_APP_FUNC(0x024BB230, void, BaseValidator_SendValidationEvent_2, (BaseValidator * __this, String * code, String * arg, MethodInfo * method)); DO_APP_FUNC(0x024BB350, void, BaseValidator_SendValidationEvent_3, (BaseValidator * __this, XmlSchemaException * e, MethodInfo * method)); DO_APP_FUNC(0x024BB3E0, void, BaseValidator_SendValidationEvent_4, (BaseValidator * __this, String * code, String * msg, XmlSeverityType__Enum severity, MethodInfo * method)); DO_APP_FUNC(0x024BB510, void, BaseValidator_SendValidationEvent_5, (BaseValidator * __this, String * code, String__Array * args, XmlSeverityType__Enum severity, MethodInfo * method)); DO_APP_FUNC(0x024BB650, void, BaseValidator_SendValidationEvent_6, (BaseValidator * __this, XmlSchemaException * e, XmlSeverityType__Enum severity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC72B8, BaseValidator_SendValidationEvent_6__MethodInfo); DO_APP_FUNC(0x024BB6E0, void, BaseValidator_ProcessEntity, (SchemaInfo * sinfo, String * name, Object * sender, ValidationEventHandler * eventhandler, String * baseUri, int32_t lineNumber, int32_t linePosition, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC72C0, BaseValidator_ProcessEntity__MethodInfo); DO_APP_FUNC(0x024BB910, void, BaseValidator_ProcessEntity_1, (SchemaInfo * sinfo, String * name, IValidationEventHandling * eventHandling, String * baseUriStr, int32_t lineNumber, int32_t linePosition, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC72A8, BaseValidator_ProcessEntity_1__MethodInfo); DO_APP_FUNC(0x024BBB00, BaseValidator *, BaseValidator_CreateInstance, (ValidationType__Enum valType, XmlValidatingReaderImpl * reader, XmlSchemaCollection * schemaCollection, IValidationEventHandling * eventHandling, bool processIdentityConstraints, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BitSet_1__ctor, (BitSet_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x024BBF00, void, BitSet_1__ctor_1, (BitSet_1 * __this, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, BitSet_1_get_Count, (BitSet_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x024BBFA0, bool, BitSet_1_get_Item, (BitSet_1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x024BBFF0, void, BitSet_1_Clear, (BitSet_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x024BC040, void, BitSet_1_Set, (BitSet_1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x024BBFA0, bool, BitSet_1_Get, (BitSet_1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x024BC0B0, int32_t, BitSet_1_NextSet, (BitSet_1 * __this, int32_t startFrom, MethodInfo * method)); DO_APP_FUNC(0x024BC140, void, BitSet_1_And, (BitSet_1 * __this, BitSet_1 * other, MethodInfo * method)); DO_APP_FUNC(0x024BC210, void, BitSet_1_Or, (BitSet_1 * __this, BitSet_1 * other, MethodInfo * method)); DO_APP_FUNC(0x024BC2B0, int32_t, BitSet_1_GetHashCode, (BitSet_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x024BC2F0, bool, BitSet_1_Equals, (BitSet_1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x024BC470, BitSet_1 *, BitSet_1_Clone, (BitSet_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x024BC5A0, bool, BitSet_1_get_IsEmpty, (BitSet_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x024BC5F0, bool, BitSet_1_Intersects, (BitSet_1 * __this, BitSet_1 * other, MethodInfo * method)); DO_APP_FUNC(0x024BC6C0, int32_t, BitSet_1_Subscript, (BitSet_1 * __this, int32_t bitIndex, MethodInfo * method)); DO_APP_FUNC(0x024BC6D0, void, BitSet_1_EnsureLength, (BitSet_1 * __this, int32_t nRequiredLength, MethodInfo * method)); DO_APP_FUNC(0x024BC890, void, ChameleonKey__ctor, (ChameleonKey * __this, String * ns, XmlSchema * originalSchema, MethodInfo * method)); DO_APP_FUNC(0x024BCA60, int32_t, ChameleonKey_GetHashCode, (ChameleonKey * __this, MethodInfo * method)); DO_APP_FUNC(0x024BCB00, bool, ChameleonKey_Equals, (ChameleonKey * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, CompiledIdentityConstraint_ConstraintRole__Enum, CompiledIdentityConstraint_get_Role, (CompiledIdentityConstraint * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Asttree *, CompiledIdentityConstraint_get_Selector, (CompiledIdentityConstraint * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Asttree__Array *, CompiledIdentityConstraint_get_Fields, (CompiledIdentityConstraint * __this, MethodInfo * method)); DO_APP_FUNC(0x024BCC10, void, CompiledIdentityConstraint__ctor, (CompiledIdentityConstraint * __this, MethodInfo * method)); DO_APP_FUNC(0x024BCD20, void, CompiledIdentityConstraint__ctor_1, (CompiledIdentityConstraint * __this, XmlSchemaIdentityConstraint * constraint, XmlNamespaceManager * nsmgr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7268, CompiledIdentityConstraint__ctor_1__MethodInfo); DO_APP_FUNC(0x024BD350, void, CompiledIdentityConstraint__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, ConstraintStruct_get_TableDim, (ConstraintStruct * __this, MethodInfo * method)); DO_APP_FUNC(0x024BD510, void, ConstraintStruct__ctor, (ConstraintStruct * __this, CompiledIdentityConstraint * constraint, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, LocatedActiveAxis_get_Column, (LocatedActiveAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x024BD860, void, LocatedActiveAxis__ctor, (LocatedActiveAxis * __this, Asttree * astfield, KeySequence * ks, int32_t column, MethodInfo * method)); DO_APP_FUNC(0x024BD8F0, void, LocatedActiveAxis_Reactivate, (LocatedActiveAxis * __this, KeySequence * ks, MethodInfo * method)); DO_APP_FUNC(0x024BD950, int32_t, SelectorActiveAxis_get_lastDepth, (SelectorActiveAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x024BDA00, void, SelectorActiveAxis__ctor, (SelectorActiveAxis * __this, Asttree * axisTree, ConstraintStruct * cs, MethodInfo * method)); DO_APP_FUNC(0x024BDB30, bool, SelectorActiveAxis_EndElement, (SelectorActiveAxis * __this, String * localname, String * URN, MethodInfo * method)); DO_APP_FUNC(0x024BDD20, int32_t, SelectorActiveAxis_PushKS, (SelectorActiveAxis * __this, int32_t errline, int32_t errcol, MethodInfo * method)); DO_APP_FUNC(0x024BE320, KeySequence *, SelectorActiveAxis_PopKS, (SelectorActiveAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x024BE3C0, void, KSStruct__ctor, (KSStruct * __this, KeySequence * ks, int32_t dim, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, TypedObject_get_Dim, (TypedObject * __this, MethodInfo * method)); DO_APP_FUNC(0x006113E0, bool, TypedObject_get_IsList, (TypedObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01A21930, bool, TypedObject_get_IsDecimal, (TypedObject * __this, MethodInfo * method)); DO_APP_FUNC(0x011736F0, Decimal__Array *, TypedObject_get_Dvalue, (TypedObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TypedObject_get_Value, (TypedObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, XmlSchemaDatatype *, TypedObject_get_Type, (TypedObject * __this, MethodInfo * method)); DO_APP_FUNC(0x024BE4C0, void, TypedObject__ctor, (TypedObject * __this, Object * obj, String * svalue, XmlSchemaDatatype * xsdtype, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, TypedObject_ToString, (TypedObject * __this, MethodInfo * method)); DO_APP_FUNC(0x024BE710, void, TypedObject_SetDecimal, (TypedObject * __this, MethodInfo * method)); DO_APP_FUNC(0x024BEB50, bool, TypedObject_ListDValueEquals, (TypedObject * __this, TypedObject * other, MethodInfo * method)); DO_APP_FUNC(0x024BECB0, bool, TypedObject_Equals, (TypedObject * __this, TypedObject * other, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, TypedObject_DecimalStruct_get_IsDecimal, (TypedObject_DecimalStruct * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, TypedObject_DecimalStruct_set_IsDecimal, (TypedObject_DecimalStruct * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Decimal__Array *, TypedObject_DecimalStruct_get_Dvalue, (TypedObject_DecimalStruct * __this, MethodInfo * method)); DO_APP_FUNC(0x024BF120, void, TypedObject_DecimalStruct__ctor, (TypedObject_DecimalStruct * __this, MethodInfo * method)); DO_APP_FUNC(0x024BF1B0, void, TypedObject_DecimalStruct__ctor_1, (TypedObject_DecimalStruct * __this, int32_t dim, MethodInfo * method)); DO_APP_FUNC(0x024BF250, void, KeySequence__ctor, (KeySequence * __this, int32_t dim, int32_t line, int32_t col, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, KeySequence_get_PosLine, (KeySequence * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, KeySequence_get_PosCol, (KeySequence * __this, MethodInfo * method)); DO_APP_FUNC(0x016171B0, Object *, KeySequence_get_Item, (KeySequence * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x024BF310, void, KeySequence_set_Item, (KeySequence * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x024BF470, bool, KeySequence_IsQualified, (KeySequence * __this, MethodInfo * method)); DO_APP_FUNC(0x024BF4E0, int32_t, KeySequence_GetHashCode, (KeySequence * __this, MethodInfo * method)); DO_APP_FUNC(0x024BF910, bool, KeySequence_Equals, (KeySequence * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x024BFA30, String *, KeySequence_ToString, (KeySequence * __this, MethodInfo * method)); DO_APP_FUNC(0x024BFB90, void, UpaException__ctor, (UpaException * __this, Object * particle1, Object * particle2, MethodInfo * method)); DO_APP_FUNC(0x00A90540, Object *, UpaException_get_Particle1, (UpaException * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, Object *, UpaException_get_Particle2, (UpaException * __this, MethodInfo * method)); DO_APP_FUNC(0x024BFCB0, void, SymbolsDictionary__ctor, (SymbolsDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x024BFE10, int32_t, SymbolsDictionary_get_Count, (SymbolsDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, SymbolsDictionary_get_IsUpaEnforced, (SymbolsDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AE0, void, SymbolsDictionary_set_IsUpaEnforced, (SymbolsDictionary * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x024BFE20, int32_t, SymbolsDictionary_AddName, (SymbolsDictionary * __this, XmlQualifiedName * name, Object * particle, MethodInfo * method)); DO_APP_FUNC(0x024BFF60, void, SymbolsDictionary_AddNamespaceList, (SymbolsDictionary * __this, NamespaceList * list, Object * particle, bool allowLocal, MethodInfo * method)); DO_APP_FUNC(0x024C0250, void, SymbolsDictionary_AddWildcard, (SymbolsDictionary * __this, String * wildcard, Object * particle, MethodInfo * method)); DO_APP_FUNC(0x024C0420, ICollection *, SymbolsDictionary_GetNamespaceListSymbols, (SymbolsDictionary * __this, NamespaceList * list, MethodInfo * method)); DO_APP_FUNC(0x024C0A90, int32_t, SymbolsDictionary_get_Item, (SymbolsDictionary * __this, XmlQualifiedName * name, MethodInfo * method)); DO_APP_FUNC(0x024C0B90, bool, SymbolsDictionary_Exists, (SymbolsDictionary * __this, XmlQualifiedName * name, MethodInfo * method)); DO_APP_FUNC(0x024C0BD0, Object *, SymbolsDictionary_GetParticle, (SymbolsDictionary * __this, int32_t symbol, MethodInfo * method)); DO_APP_FUNC(0x024C0C10, String *, SymbolsDictionary_NameOf, (SymbolsDictionary * __this, int32_t symbol, MethodInfo * method)); DO_APP_FUNC(0x011A23D0, void, Position__ctor, (Position * __this, int32_t symbol, Object * particle, MethodInfo * method)); DO_APP_FUNC(0x024C10D0, int32_t, Positions_Add, (Positions * __this, int32_t symbol, Object * particle, MethodInfo * method)); DO_APP_FUNC(0x024C11C0, Position, Positions_get_Item, (Positions * __this, int32_t pos, MethodInfo * method)); DO_APP_FUNC(0x01B68390, int32_t, Positions_get_Count, (Positions * __this, MethodInfo * method)); DO_APP_FUNC(0x024C1260, void, Positions__ctor, (Positions * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SyntaxTreeNode_get_IsRangeNode, (SyntaxTreeNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SyntaxTreeNode__ctor, (SyntaxTreeNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, LeafNode__ctor, (LeafNode * __this, int32_t pos, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, LeafNode_get_Pos, (LeafNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, LeafNode_set_Pos, (LeafNode * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LeafNode_ExpandTree, (LeafNode * __this, InteriorNode * parent, SymbolsDictionary * symbols, Positions * positions, MethodInfo * method)); DO_APP_FUNC(0x024C1310, void, LeafNode_ConstructPos, (LeafNode * __this, BitSet_1 * firstpos, BitSet_1 * lastpos, BitSet_1__Array * followpos, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, LeafNode_get_IsNullable, (LeafNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, NamespaceListNode__ctor, (NamespaceListNode * __this, NamespaceList * namespaceList, Object * particle, MethodInfo * method)); DO_APP_FUNC(0x024C13E0, ICollection *, NamespaceListNode_GetResolvedSymbols, (NamespaceListNode * __this, SymbolsDictionary * symbols, MethodInfo * method)); DO_APP_FUNC(0x024C1410, void, NamespaceListNode_ExpandTree, (NamespaceListNode * __this, InteriorNode * parent, SymbolsDictionary * symbols, Positions * positions, MethodInfo * method)); DO_APP_FUNC(0x024C1850, void, NamespaceListNode_ConstructPos, (NamespaceListNode * __this, BitSet_1 * firstpos, BitSet_1 * lastpos, BitSet_1__Array * followpos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC71D8, NamespaceListNode_ConstructPos__MethodInfo); DO_APP_FUNC(0x024C18A0, bool, NamespaceListNode_get_IsNullable, (NamespaceListNode * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC71D0, NamespaceListNode_get_IsNullable__MethodInfo); DO_APP_FUNC(0x003B93C0, SyntaxTreeNode *, InteriorNode_get_LeftChild, (InteriorNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InteriorNode_set_LeftChild, (InteriorNode * __this, SyntaxTreeNode * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, SyntaxTreeNode *, InteriorNode_get_RightChild, (InteriorNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, InteriorNode_set_RightChild, (InteriorNode * __this, SyntaxTreeNode * value, MethodInfo * method)); DO_APP_FUNC(0x024C18F0, void, InteriorNode_ExpandTreeNoRecursive, (InteriorNode * __this, InteriorNode * parent, SymbolsDictionary * symbols, Positions * positions, MethodInfo * method)); DO_APP_FUNC(0x024C1B30, void, InteriorNode_ExpandTree, (InteriorNode * __this, InteriorNode * parent, SymbolsDictionary * symbols, Positions * positions, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InteriorNode__ctor, (InteriorNode * __this, MethodInfo * method)); DO_APP_FUNC(0x024C1BB0, void, SequenceNode_ConstructPos, (SequenceNode * __this, BitSet_1 * firstpos, BitSet_1 * lastpos, BitSet_1__Array * followpos, MethodInfo * method)); DO_APP_FUNC(0x024C25F0, bool, SequenceNode_get_IsNullable, (SequenceNode * __this, MethodInfo * method)); DO_APP_FUNC(0x024C27E0, void, SequenceNode_ExpandTree, (SequenceNode * __this, InteriorNode * parent, SymbolsDictionary * symbols, Positions * positions, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SequenceNode__ctor, (SequenceNode * __this, MethodInfo * method)); DO_APP_FUNC(0x024C27F0, void, SequenceNode_SequenceConstructPosContext__ctor, (SequenceNode_SequenceConstructPosContext * __this, SequenceNode * node, BitSet_1 * firstpos, BitSet_1 * lastpos, MethodInfo * method)); DO_APP_FUNC(0x024C2990, void, ChoiceNode_ConstructChildPos, (SyntaxTreeNode * child, BitSet_1 * firstpos, BitSet_1 * lastpos, BitSet_1__Array * followpos, MethodInfo * method)); DO_APP_FUNC(0x024C2AA0, void, ChoiceNode_ConstructPos, (ChoiceNode * __this, BitSet_1 * firstpos, BitSet_1 * lastpos, BitSet_1__Array * followpos, MethodInfo * method)); DO_APP_FUNC(0x024C2CD0, bool, ChoiceNode_get_IsNullable, (ChoiceNode * __this, MethodInfo * method)); DO_APP_FUNC(0x024C27E0, void, ChoiceNode_ExpandTree, (ChoiceNode * __this, InteriorNode * parent, SymbolsDictionary * symbols, Positions * positions, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ChoiceNode__ctor, (ChoiceNode * __this, MethodInfo * method)); DO_APP_FUNC(0x024C2D70, void, PlusNode_ConstructPos, (PlusNode * __this, BitSet_1 * firstpos, BitSet_1 * lastpos, BitSet_1__Array * followpos, MethodInfo * method)); DO_APP_FUNC(0x02417570, bool, PlusNode_get_IsNullable, (PlusNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlusNode__ctor, (PlusNode * __this, MethodInfo * method)); DO_APP_FUNC(0x024C2F00, void, QmarkNode_ConstructPos, (QmarkNode * __this, BitSet_1 * firstpos, BitSet_1 * lastpos, BitSet_1__Array * followpos, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, QmarkNode_get_IsNullable, (QmarkNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, QmarkNode__ctor, (QmarkNode * __this, MethodInfo * method)); DO_APP_FUNC(0x024C2D70, void, StarNode_ConstructPos, (StarNode * __this, BitSet_1 * firstpos, BitSet_1 * lastpos, BitSet_1__Array * followpos, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, StarNode_get_IsNullable, (StarNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StarNode__ctor, (StarNode * __this, MethodInfo * method)); DO_APP_FUNC(0x024C2F30, void, LeafRangeNode__ctor, (LeafRangeNode * __this, Decimal min, Decimal max, MethodInfo * method)); DO_APP_FUNC(0x024C2F50, void, LeafRangeNode__ctor_1, (LeafRangeNode * __this, int32_t pos, Decimal min, Decimal max, MethodInfo * method)); DO_APP_FUNC(0x0114D740, Decimal, LeafRangeNode_get_Max, (LeafRangeNode * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, Decimal, LeafRangeNode_get_Min, (LeafRangeNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, BitSet_1 *, LeafRangeNode_get_NextIteration, (LeafRangeNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, LeafRangeNode_set_NextIteration, (LeafRangeNode * __this, BitSet_1 * value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, LeafRangeNode_get_IsRangeNode, (LeafRangeNode * __this, MethodInfo * method)); DO_APP_FUNC(0x024C2F70, void, LeafRangeNode_ExpandTree, (LeafRangeNode * __this, InteriorNode * parent, SymbolsDictionary * symbols, Positions * positions, MethodInfo * method)); DO_APP_FUNC(0x024C2FC0, void, ContentValidator__ctor, (ContentValidator * __this, XmlSchemaContentType__Enum contentType, MethodInfo * method)); DO_APP_FUNC(0x024C2FD0, void, ContentValidator__ctor_1, (ContentValidator * __this, XmlSchemaContentType__Enum contentType, bool isOpen, bool isEmptiable, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, XmlSchemaContentType__Enum, ContentValidator_get_ContentType, (ContentValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024C2FE0, bool, ContentValidator_get_PreserveWhitespace, (ContentValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x01AEE970, bool, ContentValidator_get_IsEmptiable, (ContentValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024C3000, bool, ContentValidator_get_IsOpen, (ContentValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0D520, void, ContentValidator_set_IsOpen, (ContentValidator * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ContentValidator_InitValidation, (ContentValidator * __this, ValidationState * context, MethodInfo * method)); DO_APP_FUNC(0x024C3020, Object *, ContentValidator_ValidateElement, (ContentValidator * __this, XmlQualifiedName * name, ValidationState * context, int32_t * errorCode, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ContentValidator_CompleteValidation, (ContentValidator * __this, ValidationState * context, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, ArrayList *, ContentValidator_ExpectedElements, (ContentValidator * __this, ValidationState * context, bool isRequiredOnly, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, ArrayList *, ContentValidator_ExpectedParticles, (ContentValidator * __this, ValidationState * context, bool isRequiredOnly, XmlSchemaSet * schemaSet, MethodInfo * method)); DO_APP_FUNC(0x024C3050, void, ContentValidator_AddParticleToExpected, (XmlSchemaParticle * p, XmlSchemaSet * schemaSet, ArrayList * particles, MethodInfo * method)); DO_APP_FUNC(0x024C30D0, void, ContentValidator_AddParticleToExpected_1, (XmlSchemaParticle * p, XmlSchemaSet * schemaSet, ArrayList * particles, bool global, MethodInfo * method)); DO_APP_FUNC(0x024C3380, void, ContentValidator__cctor, (MethodInfo * method)); DO_APP_FUNC(0x024C3600, void, ParticleContentValidator__ctor, (ParticleContentValidator * __this, XmlSchemaContentType__Enum contentType, MethodInfo * method)); DO_APP_FUNC(0x024C3660, void, ParticleContentValidator__ctor_1, (ParticleContentValidator * __this, XmlSchemaContentType__Enum contentType, bool enableUpaCheck, MethodInfo * method)); DO_APP_FUNC(0x024C36D0, void, ParticleContentValidator_InitValidation, (ParticleContentValidator * __this, ValidationState * context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC71B8, ParticleContentValidator_InitValidation__MethodInfo); DO_APP_FUNC(0x024C3720, Object *, ParticleContentValidator_ValidateElement, (ParticleContentValidator * __this, XmlQualifiedName * name, ValidationState * context, int32_t * errorCode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC71B0, ParticleContentValidator_ValidateElement__MethodInfo); DO_APP_FUNC(0x024C3770, bool, ParticleContentValidator_CompleteValidation, (ParticleContentValidator * __this, ValidationState * context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC71A8, ParticleContentValidator_CompleteValidation__MethodInfo); DO_APP_FUNC(0x024C37C0, void, ParticleContentValidator_Start, (ParticleContentValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024C3B40, void, ParticleContentValidator_OpenGroup, (ParticleContentValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024C3B70, void, ParticleContentValidator_CloseGroup, (ParticleContentValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024C3D50, bool, ParticleContentValidator_Exists, (ParticleContentValidator * __this, XmlQualifiedName * name, MethodInfo * method)); DO_APP_FUNC(0x024C3D90, void, ParticleContentValidator_AddName, (ParticleContentValidator * __this, XmlQualifiedName * name, Object * particle, MethodInfo * method)); DO_APP_FUNC(0x024C3E40, void, ParticleContentValidator_AddNamespaceList, (ParticleContentValidator * __this, NamespaceList * namespaceList, Object * particle, MethodInfo * method)); DO_APP_FUNC(0x024C3F80, void, ParticleContentValidator_AddLeafNode, (ParticleContentValidator * __this, SyntaxTreeNode * node, MethodInfo * method)); DO_APP_FUNC(0x024C4070, void, ParticleContentValidator_AddChoice, (ParticleContentValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024C41B0, void, ParticleContentValidator_AddSequence, (ParticleContentValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024C42F0, void, ParticleContentValidator_AddStar, (ParticleContentValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024C4350, void, ParticleContentValidator_AddPlus, (ParticleContentValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024C43B0, void, ParticleContentValidator_AddQMark, (ParticleContentValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024C4410, void, ParticleContentValidator_AddLeafRange, (ParticleContentValidator * __this, Decimal min, Decimal max, MethodInfo * method)); DO_APP_FUNC(0x024C4540, void, ParticleContentValidator_Closure, (ParticleContentValidator * __this, InteriorNode * node, MethodInfo * method)); DO_APP_FUNC(0x024C4730, ContentValidator *, ParticleContentValidator_Finish, (ParticleContentValidator * __this, bool useDFA, MethodInfo * method)); DO_APP_FUNC(0x024C51C0, BitSet_1__Array *, ParticleContentValidator_CalculateTotalFollowposForRangeNodes, (ParticleContentValidator * __this, BitSet_1 * firstpos, BitSet_1__Array * followpos, BitSet_1 * * posWithRangeTerminals, MethodInfo * method)); DO_APP_FUNC(0x024C5640, void, ParticleContentValidator_CheckCMUPAWithLeafRangeNodes, (ParticleContentValidator * __this, BitSet_1 * curpos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7170, ParticleContentValidator_CheckCMUPAWithLeafRangeNodes__MethodInfo); DO_APP_FUNC(0x024C5870, BitSet_1 *, ParticleContentValidator_GetApplicableMinMaxFollowPos, (ParticleContentValidator * __this, BitSet_1 * curpos, BitSet_1 * posWithRangeTerminals, BitSet_1__Array * minmaxFollowPos, MethodInfo * method)); DO_APP_FUNC(0x024C5B60, void, ParticleContentValidator_CheckUniqueParticleAttribution, (ParticleContentValidator * __this, BitSet_1 * firstpos, BitSet_1__Array * followpos, MethodInfo * method)); DO_APP_FUNC(0x024C5C00, void, ParticleContentValidator_CheckUniqueParticleAttribution_1, (ParticleContentValidator * __this, BitSet_1 * curpos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7110, ParticleContentValidator_CheckUniqueParticleAttribution_1__MethodInfo); DO_APP_FUNC(0x024C5EA0, Int32__Array__Array *, ParticleContentValidator_BuildTransitionTable, (ParticleContentValidator * __this, BitSet_1 * firstpos, BitSet_1__Array * followpos, int32_t endMarkerPos, MethodInfo * method)); DO_APP_FUNC(0x024C64F0, void, DfaContentValidator__ctor, (DfaContentValidator * __this, Int32__Array__Array * transitionTable, SymbolsDictionary * symbols, XmlSchemaContentType__Enum contentType, bool isOpen, bool isEmptiable, MethodInfo * method)); DO_APP_FUNC(0x024C6620, void, DfaContentValidator_InitValidation, (DfaContentValidator * __this, ValidationState * context, MethodInfo * method)); DO_APP_FUNC(0x024C6680, Object *, DfaContentValidator_ValidateElement, (DfaContentValidator * __this, XmlQualifiedName * name, ValidationState * context, int32_t * errorCode, MethodInfo * method)); DO_APP_FUNC(0x024C67D0, bool, DfaContentValidator_CompleteValidation, (DfaContentValidator * __this, ValidationState * context, MethodInfo * method)); DO_APP_FUNC(0x024C67F0, ArrayList *, DfaContentValidator_ExpectedElements, (DfaContentValidator * __this, ValidationState * context, bool isRequiredOnly, MethodInfo * method)); DO_APP_FUNC(0x024C69E0, ArrayList *, DfaContentValidator_ExpectedParticles, (DfaContentValidator * __this, ValidationState * context, bool isRequiredOnly, XmlSchemaSet * schemaSet, MethodInfo * method)); DO_APP_FUNC(0x024C6B70, void, NfaContentValidator__ctor, (NfaContentValidator * __this, BitSet_1 * firstpos, BitSet_1__Array * followpos, SymbolsDictionary * symbols, Positions * positions, int32_t endMarkerPos, XmlSchemaContentType__Enum contentType, bool isOpen, bool isEmptiable, MethodInfo * method)); DO_APP_FUNC(0x024C6D50, void, NfaContentValidator_InitValidation, (NfaContentValidator * __this, ValidationState * context, MethodInfo * method)); DO_APP_FUNC(0x024C6E80, Object *, NfaContentValidator_ValidateElement, (NfaContentValidator * __this, XmlQualifiedName * name, ValidationState * context, int32_t * errorCode, MethodInfo * method)); DO_APP_FUNC(0x024C7140, bool, NfaContentValidator_CompleteValidation, (NfaContentValidator * __this, ValidationState * context, MethodInfo * method)); DO_APP_FUNC(0x024C71C0, ArrayList *, NfaContentValidator_ExpectedElements, (NfaContentValidator * __this, ValidationState * context, bool isRequiredOnly, MethodInfo * method)); DO_APP_FUNC(0x024C73D0, ArrayList *, NfaContentValidator_ExpectedParticles, (NfaContentValidator * __this, ValidationState * context, bool isRequiredOnly, XmlSchemaSet * schemaSet, MethodInfo * method)); DO_APP_FUNC(0x024C75F0, void, RangeContentValidator__ctor, (RangeContentValidator * __this, BitSet_1 * firstpos, BitSet_1__Array * followpos, SymbolsDictionary * symbols, Positions * positions, int32_t endMarkerPos, XmlSchemaContentType__Enum contentType, bool isEmptiable, BitSet_1 * positionsWithRangeTerminals, int32_t minmaxNodesCount, MethodInfo * method)); DO_APP_FUNC(0x024C7820, void, RangeContentValidator_InitValidation, (RangeContentValidator * __this, ValidationState * context, MethodInfo * method)); DO_APP_FUNC(0x024C7B90, Object *, RangeContentValidator_ValidateElement, (RangeContentValidator * __this, XmlQualifiedName * name, ValidationState * context, int32_t * errorCode, MethodInfo * method)); DO_APP_FUNC(0x024C8970, bool, RangeContentValidator_CompleteValidation, (RangeContentValidator * __this, ValidationState * context, MethodInfo * method)); DO_APP_FUNC(0x024C8990, ArrayList *, RangeContentValidator_ExpectedElements, (RangeContentValidator * __this, ValidationState * context, bool isRequiredOnly, MethodInfo * method)); DO_APP_FUNC(0x024C8D30, ArrayList *, RangeContentValidator_ExpectedParticles, (RangeContentValidator * __this, ValidationState * context, bool isRequiredOnly, XmlSchemaSet * schemaSet, MethodInfo * method)); DO_APP_FUNC(0x024C90F0, void, AllElementsContentValidator__ctor, (AllElementsContentValidator * __this, XmlSchemaContentType__Enum contentType, int32_t size, bool isEmptiable, MethodInfo * method)); DO_APP_FUNC(0x024C9300, bool, AllElementsContentValidator_AddElement, (AllElementsContentValidator * __this, XmlQualifiedName * name, Object * particle, bool isEmptiable, MethodInfo * method)); DO_APP_FUNC(0x024C9450, bool, AllElementsContentValidator_get_IsEmptiable, (AllElementsContentValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024C9470, void, AllElementsContentValidator_InitValidation, (AllElementsContentValidator * __this, ValidationState * context, MethodInfo * method)); DO_APP_FUNC(0x024C9560, Object *, AllElementsContentValidator_ValidateElement, (AllElementsContentValidator * __this, XmlQualifiedName * name, ValidationState * context, int32_t * errorCode, MethodInfo * method)); DO_APP_FUNC(0x024C9710, bool, AllElementsContentValidator_CompleteValidation, (AllElementsContentValidator * __this, ValidationState * context, MethodInfo * method)); DO_APP_FUNC(0x024C9760, ArrayList *, AllElementsContentValidator_ExpectedElements, (AllElementsContentValidator * __this, ValidationState * context, bool isRequiredOnly, MethodInfo * method)); DO_APP_FUNC(0x024C9B20, ArrayList *, AllElementsContentValidator_ExpectedParticles, (AllElementsContentValidator * __this, ValidationState * context, bool isRequiredOnly, XmlSchemaSet * schemaSet, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, XsdSimpleValue__ctor, (XsdSimpleValue * __this, XmlSchemaSimpleType * st, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, XmlSchemaSimpleType *, XsdSimpleValue_get_XmlType, (XsdSimpleValue * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, XsdSimpleValue_get_TypedValue, (XsdSimpleValue * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RestrictionFacets__ctor, (RestrictionFacets * __this, MethodInfo * method)); DO_APP_FUNC(0x024C9F80, void, DatatypeImplementation__cctor, (MethodInfo * method)); DO_APP_FUNC(0x024D0270, XmlSchemaSimpleType *, DatatypeImplementation_get_AnySimpleType, (MethodInfo * method)); DO_APP_FUNC(0x024D02D0, XmlSchemaSimpleType *, DatatypeImplementation_get_UntypedAtomicType, (MethodInfo * method)); DO_APP_FUNC(0x024D0330, DatatypeImplementation *, DatatypeImplementation_FromXmlTokenizedType, (XmlTokenizedType__Enum token, MethodInfo * method)); DO_APP_FUNC(0x024D03B0, DatatypeImplementation *, DatatypeImplementation_FromXmlTokenizedTypeXsd, (XmlTokenizedType__Enum token, MethodInfo * method)); DO_APP_FUNC(0x024D0430, DatatypeImplementation *, DatatypeImplementation_FromXdrName, (String * name, MethodInfo * method)); DO_APP_FUNC(0x024D05D0, DatatypeImplementation *, DatatypeImplementation_FromTypeName, (String * name, MethodInfo * method)); DO_APP_FUNC(0x024D0770, XmlSchemaSimpleType *, DatatypeImplementation_StartBuiltinType, (XmlQualifiedName * qname, XmlSchemaDatatype * dataType, MethodInfo * method)); DO_APP_FUNC(0x024D09B0, void, DatatypeImplementation_FinishBuiltinType, (XmlSchemaSimpleType * derivedType, XmlSchemaSimpleType * baseType, MethodInfo * method)); DO_APP_FUNC(0x024D0DF0, void, DatatypeImplementation_CreateBuiltinTypes, (MethodInfo * method)); DO_APP_FUNC(0x024D2020, XmlSchemaSimpleType *, DatatypeImplementation_GetSimpleTypeFromTypeCode, (XmlTypeCode__Enum typeCode, MethodInfo * method)); DO_APP_FUNC(0x024D20A0, XmlSchemaSimpleType *, DatatypeImplementation_GetSimpleTypeFromXsdType, (XmlQualifiedName * qname, MethodInfo * method)); DO_APP_FUNC(0x024D2170, XmlSchemaSimpleType *, DatatypeImplementation_GetNormalizedStringTypeV1Compat, (MethodInfo * method)); DO_APP_FUNC(0x024D24E0, XmlSchemaSimpleType *, DatatypeImplementation_GetTokenTypeV1Compat, (MethodInfo * method)); DO_APP_FUNC(0x024D2850, XmlSchemaSimpleType__Array *, DatatypeImplementation_GetBuiltInTypes, (MethodInfo * method)); DO_APP_FUNC(0x024D28B0, XmlTypeCode__Enum, DatatypeImplementation_GetPrimitiveTypeCode, (XmlTypeCode__Enum typeCode, MethodInfo * method)); DO_APP_FUNC(0x024D2A20, XmlSchemaDatatype *, DatatypeImplementation_DeriveByRestriction, (DatatypeImplementation * __this, XmlSchemaObjectCollection * facets, XmlNameTable * nameTable, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x024D2C70, XmlSchemaDatatype *, DatatypeImplementation_DeriveByList, (DatatypeImplementation * __this, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x024D2C80, XmlSchemaDatatype *, DatatypeImplementation_DeriveByList_1, (DatatypeImplementation * __this, int32_t minSize, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6E40, DatatypeImplementation_DeriveByList_1__MethodInfo); DO_APP_FUNC(0x024D30B0, DatatypeImplementation *, DatatypeImplementation_DeriveByUnion, (XmlSchemaSimpleType__Array * types, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DatatypeImplementation_VerifySchemaValid, (DatatypeImplementation * __this, XmlSchemaObjectTable * notations, XmlSchemaObject * caller, MethodInfo * method)); DO_APP_FUNC(0x024D32D0, bool, DatatypeImplementation_IsDerivedFrom, (DatatypeImplementation * __this, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024D35C0, bool, DatatypeImplementation_IsEqual, (DatatypeImplementation * __this, Object * o1, Object * o2, MethodInfo * method)); DO_APP_FUNC(0x024D35F0, bool, DatatypeImplementation_IsComparable, (DatatypeImplementation * __this, XmlSchemaDatatype * dtype, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, XmlValueConverter *, DatatypeImplementation_CreateValueConverter, (DatatypeImplementation * __this, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x024D36F0, FacetsChecker *, DatatypeImplementation_get_FacetsChecker, (DatatypeImplementation * __this, MethodInfo * method)); DO_APP_FUNC(0x024D3750, XmlValueConverter *, DatatypeImplementation_get_ValueConverter, (DatatypeImplementation * __this, MethodInfo * method)); DO_APP_FUNC(0x00EECEB0, XmlTokenizedType__Enum, DatatypeImplementation_get_TokenizedType, (DatatypeImplementation * __this, MethodInfo * method)); DO_APP_FUNC(0x024D37E0, Type *, DatatypeImplementation_get_ValueType, (DatatypeImplementation * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, XmlSchemaDatatypeVariety__Enum, DatatypeImplementation_get_Variety, (DatatypeImplementation * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, XmlTypeCode__Enum, DatatypeImplementation_get_TypeCode, (DatatypeImplementation * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, RestrictionFacets *, DatatypeImplementation_get_Restriction, (DatatypeImplementation * __this, MethodInfo * method)); DO_APP_FUNC(0x024D3850, bool, DatatypeImplementation_get_HasLexicalFacets, (DatatypeImplementation * __this, MethodInfo * method)); DO_APP_FUNC(0x024D3870, bool, DatatypeImplementation_get_HasValueFacets, (DatatypeImplementation * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, DatatypeImplementation *, DatatypeImplementation_get_Base, (DatatypeImplementation * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, XmlSchemaWhiteSpace__Enum, DatatypeImplementation_get_BuiltInWhitespaceFacet, (DatatypeImplementation * __this, MethodInfo * method)); DO_APP_FUNC(0x024D3890, Object *, DatatypeImplementation_ParseValue, (DatatypeImplementation * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6E10, DatatypeImplementation_ParseValue__MethodInfo); DO_APP_FUNC(0x024D3AD0, Object *, DatatypeImplementation_ParseValue_1, (DatatypeImplementation * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, bool createAtomicValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6E08, DatatypeImplementation_ParseValue_1__MethodInfo); DO_APP_FUNC(0x024D3C90, Exception *, DatatypeImplementation_TryParseValue, (DatatypeImplementation * __this, Object * value, XmlNameTable * nameTable, IXmlNamespaceResolver * namespaceResolver, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024D4070, String *, DatatypeImplementation_GetTypeName, (DatatypeImplementation * __this, MethodInfo * method)); DO_APP_FUNC(0x024D40F0, int32_t, DatatypeImplementation_Compare, (DatatypeImplementation * __this, Byte__Array * value1, Byte__Array * value2, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DatatypeImplementation__ctor, (DatatypeImplementation * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, DatatypeImplementation_SchemaDatatypeMap__ctor, (DatatypeImplementation_SchemaDatatypeMap * __this, String * name, DatatypeImplementation * type, MethodInfo * method)); DO_APP_FUNC(0x01AB2900, void, DatatypeImplementation_SchemaDatatypeMap__ctor_1, (DatatypeImplementation_SchemaDatatypeMap * __this, String * name, DatatypeImplementation * type, int32_t parentIndex, MethodInfo * method)); DO_APP_FUNC(0x0101BB30, DatatypeImplementation *, DatatypeImplementation_SchemaDatatypeMap_op_Explicit, (DatatypeImplementation_SchemaDatatypeMap * sdm, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, DatatypeImplementation_SchemaDatatypeMap_get_Name, (DatatypeImplementation_SchemaDatatypeMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, DatatypeImplementation_SchemaDatatypeMap_get_ParentIndex, (DatatypeImplementation_SchemaDatatypeMap * __this, MethodInfo * method)); DO_APP_FUNC(0x024D4180, int32_t, DatatypeImplementation_SchemaDatatypeMap_CompareTo, (DatatypeImplementation_SchemaDatatypeMap * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x024D4280, XmlValueConverter *, Datatype_List_CreateValueConverter, (Datatype_List * __this, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x024D47A0, void, Datatype_List__ctor, (Datatype_List * __this, DatatypeImplementation * type, int32_t minListSize, MethodInfo * method)); DO_APP_FUNC(0x024D4890, int32_t, Datatype_List_Compare, (Datatype_List * __this, Object * value1, Object * value2, MethodInfo * method)); DO_APP_FUNC(0x024D4C30, Type *, Datatype_List_get_ValueType, (Datatype_List * __this, MethodInfo * method)); DO_APP_FUNC(0x024D4C50, XmlTokenizedType__Enum, Datatype_List_get_TokenizedType, (Datatype_List * __this, MethodInfo * method)); DO_APP_FUNC(0x024D4C80, Type *, Datatype_List_get_ListValueType, (Datatype_List * __this, MethodInfo * method)); DO_APP_FUNC(0x024D4CB0, FacetsChecker *, Datatype_List_get_FacetsChecker, (Datatype_List * __this, MethodInfo * method)); DO_APP_FUNC(0x024D4D10, XmlTypeCode__Enum, Datatype_List_get_TypeCode, (Datatype_List * __this, MethodInfo * method)); DO_APP_FUNC(0x024D4D40, RestrictionFlags__Enum, Datatype_List_get_ValidRestrictionFlags, (Datatype_List * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, DatatypeImplementation *, Datatype_List_get_ItemType, (Datatype_List * __this, MethodInfo * method)); DO_APP_FUNC(0x024D4D50, Exception *, Datatype_List_TryParseValue, (Datatype_List * __this, Object * value, XmlNameTable * nameTable, IXmlNamespaceResolver * namespaceResolver, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9C18, Datatype_List_TryParseValue__MethodInfo); DO_APP_FUNC(0x024D5370, Exception *, Datatype_List_TryParseValue_1, (Datatype_List * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024D58D0, XmlValueConverter *, Datatype_union_CreateValueConverter, (Datatype_union * __this, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x024D5940, void, Datatype_union__ctor, (Datatype_union * __this, XmlSchemaSimpleType__Array * types, MethodInfo * method)); DO_APP_FUNC(0x024D5A10, int32_t, Datatype_union_Compare, (Datatype_union * __this, Object * value1, Object * value2, MethodInfo * method)); DO_APP_FUNC(0x024D5B20, Type *, Datatype_union_get_ValueType, (Datatype_union * __this, MethodInfo * method)); DO_APP_FUNC(0x00A14060, XmlTypeCode__Enum, Datatype_union_get_TypeCode, (Datatype_union * __this, MethodInfo * method)); DO_APP_FUNC(0x024D5B80, FacetsChecker *, Datatype_union_get_FacetsChecker, (Datatype_union * __this, MethodInfo * method)); DO_APP_FUNC(0x024D5BE0, Type *, Datatype_union_get_ListValueType, (Datatype_union * __this, MethodInfo * method)); DO_APP_FUNC(0x00EECEE0, RestrictionFlags__Enum, Datatype_union_get_ValidRestrictionFlags, (Datatype_union * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, XmlSchemaSimpleType__Array *, Datatype_union_get_BaseMemberTypes, (Datatype_union * __this, MethodInfo * method)); DO_APP_FUNC(0x024D5C40, bool, Datatype_union_HasAtomicMembers, (Datatype_union * __this, MethodInfo * method)); DO_APP_FUNC(0x024D5CE0, bool, Datatype_union_IsUnionBaseOf, (Datatype_union * __this, DatatypeImplementation * derivedType, MethodInfo * method)); DO_APP_FUNC(0x024D5D90, Exception *, Datatype_union_TryParseValue, (Datatype_union * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024D6050, Exception *, Datatype_union_TryParseValue_1, (Datatype_union * __this, Object * value, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9C30, Datatype_union_TryParseValue_1__MethodInfo); DO_APP_FUNC(0x024D6530, void, Datatype_union__cctor, (MethodInfo * method)); DO_APP_FUNC(0x024D66A0, XmlValueConverter *, Datatype_anySimpleType_CreateValueConverter, (Datatype_anySimpleType * __this, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x024D6700, FacetsChecker *, Datatype_anySimpleType_get_FacetsChecker, (Datatype_anySimpleType * __this, MethodInfo * method)); DO_APP_FUNC(0x024D6760, Type *, Datatype_anySimpleType_get_ValueType, (Datatype_anySimpleType * __this, MethodInfo * method)); DO_APP_FUNC(0x00A14060, XmlTypeCode__Enum, Datatype_anySimpleType_get_TypeCode, (Datatype_anySimpleType * __this, MethodInfo * method)); DO_APP_FUNC(0x024D67C0, Type *, Datatype_anySimpleType_get_ListValueType, (Datatype_anySimpleType * __this, MethodInfo * method)); DO_APP_FUNC(0x00EECEB0, XmlTokenizedType__Enum, Datatype_anySimpleType_get_TokenizedType, (Datatype_anySimpleType * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, RestrictionFlags__Enum, Datatype_anySimpleType_get_ValidRestrictionFlags, (Datatype_anySimpleType * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, XmlSchemaWhiteSpace__Enum, Datatype_anySimpleType_get_BuiltInWhitespaceFacet, (Datatype_anySimpleType * __this, MethodInfo * method)); DO_APP_FUNC(0x024D6820, int32_t, Datatype_anySimpleType_Compare, (Datatype_anySimpleType * __this, Object * value1, Object * value2, MethodInfo * method)); DO_APP_FUNC(0x024D6930, Exception *, Datatype_anySimpleType_TryParseValue, (Datatype_anySimpleType * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024D69A0, void, Datatype_anySimpleType__ctor, (Datatype_anySimpleType * __this, MethodInfo * method)); DO_APP_FUNC(0x024D69F0, void, Datatype_anySimpleType__cctor, (MethodInfo * method)); DO_APP_FUNC(0x024D6B60, XmlValueConverter *, Datatype_anyAtomicType_CreateValueConverter, (Datatype_anyAtomicType * __this, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, XmlSchemaWhiteSpace__Enum, Datatype_anyAtomicType_get_BuiltInWhitespaceFacet, (Datatype_anyAtomicType * __this, MethodInfo * method)); DO_APP_FUNC(0x00A14060, XmlTypeCode__Enum, Datatype_anyAtomicType_get_TypeCode, (Datatype_anyAtomicType * __this, MethodInfo * method)); DO_APP_FUNC(0x024D6BC0, void, Datatype_anyAtomicType__ctor, (Datatype_anyAtomicType * __this, MethodInfo * method)); DO_APP_FUNC(0x024D6C40, XmlValueConverter *, Datatype_untypedAtomicType_CreateValueConverter, (Datatype_untypedAtomicType * __this, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, XmlSchemaWhiteSpace__Enum, Datatype_untypedAtomicType_get_BuiltInWhitespaceFacet, (Datatype_untypedAtomicType * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD9AC0, XmlTypeCode__Enum, Datatype_untypedAtomicType_get_TypeCode, (Datatype_untypedAtomicType * __this, MethodInfo * method)); DO_APP_FUNC(0x024D6CA0, void, Datatype_untypedAtomicType__ctor, (Datatype_untypedAtomicType * __this, MethodInfo * method)); DO_APP_FUNC(0x024D6CB0, XmlValueConverter *, Datatype_string_CreateValueConverter, (Datatype_string * __this, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, XmlSchemaWhiteSpace__Enum, Datatype_string_get_BuiltInWhitespaceFacet, (Datatype_string * __this, MethodInfo * method)); DO_APP_FUNC(0x024D6D50, FacetsChecker *, Datatype_string_get_FacetsChecker, (Datatype_string * __this, MethodInfo * method)); DO_APP_FUNC(0x00EECEB0, XmlTypeCode__Enum, Datatype_string_get_TypeCode, (Datatype_string * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, XmlTokenizedType__Enum, Datatype_string_get_TokenizedType, (Datatype_string * __this, MethodInfo * method)); DO_APP_FUNC(0x024D4D40, RestrictionFlags__Enum, Datatype_string_get_ValidRestrictionFlags, (Datatype_string * __this, MethodInfo * method)); DO_APP_FUNC(0x024D6DB0, Exception *, Datatype_string_TryParseValue, (Datatype_string * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024D6F60, void, Datatype_string__ctor, (Datatype_string * __this, MethodInfo * method)); DO_APP_FUNC(0x024D6FE0, XmlValueConverter *, Datatype_boolean_CreateValueConverter, (Datatype_boolean * __this, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x024D7080, FacetsChecker *, Datatype_boolean_get_FacetsChecker, (Datatype_boolean * __this, MethodInfo * method)); DO_APP_FUNC(0x01B38030, XmlTypeCode__Enum, Datatype_boolean_get_TypeCode, (Datatype_boolean * __this, MethodInfo * method)); DO_APP_FUNC(0x024D70E0, Type *, Datatype_boolean_get_ValueType, (Datatype_boolean * __this, MethodInfo * method)); DO_APP_FUNC(0x024D7140, Type *, Datatype_boolean_get_ListValueType, (Datatype_boolean * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, XmlSchemaWhiteSpace__Enum, Datatype_boolean_get_BuiltInWhitespaceFacet, (Datatype_boolean * __this, MethodInfo * method)); DO_APP_FUNC(0x00A0EF00, RestrictionFlags__Enum, Datatype_boolean_get_ValidRestrictionFlags, (Datatype_boolean * __this, MethodInfo * method)); DO_APP_FUNC(0x024D71A0, int32_t, Datatype_boolean_Compare, (Datatype_boolean * __this, Object * value1, Object * value2, MethodInfo * method)); DO_APP_FUNC(0x024D7230, Exception *, Datatype_boolean_TryParseValue, (Datatype_boolean * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024D73F0, void, Datatype_boolean__ctor, (Datatype_boolean * __this, MethodInfo * method)); DO_APP_FUNC(0x024D7470, void, Datatype_boolean__cctor, (MethodInfo * method)); DO_APP_FUNC(0x024D75E0, XmlValueConverter *, Datatype_float_CreateValueConverter, (Datatype_float * __this, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x024D75F0, FacetsChecker *, Datatype_float_get_FacetsChecker, (Datatype_float * __this, MethodInfo * method)); DO_APP_FUNC(0x01B27620, XmlTypeCode__Enum, Datatype_float_get_TypeCode, (Datatype_float * __this, MethodInfo * method)); DO_APP_FUNC(0x024D7650, Type *, Datatype_float_get_ValueType, (Datatype_float * __this, MethodInfo * method)); DO_APP_FUNC(0x024D76B0, Type *, Datatype_float_get_ListValueType, (Datatype_float * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, XmlSchemaWhiteSpace__Enum, Datatype_float_get_BuiltInWhitespaceFacet, (Datatype_float * __this, MethodInfo * method)); DO_APP_FUNC(0x024D7710, RestrictionFlags__Enum, Datatype_float_get_ValidRestrictionFlags, (Datatype_float * __this, MethodInfo * method)); DO_APP_FUNC(0x024D7720, int32_t, Datatype_float_Compare, (Datatype_float * __this, Object * value1, Object * value2, MethodInfo * method)); DO_APP_FUNC(0x024D77A0, Exception *, Datatype_float_TryParseValue, (Datatype_float * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024D7980, void, Datatype_float__ctor, (Datatype_float * __this, MethodInfo * method)); DO_APP_FUNC(0x024D7A00, void, Datatype_float__cctor, (MethodInfo * method)); DO_APP_FUNC(0x024D75E0, XmlValueConverter *, Datatype_double_CreateValueConverter, (Datatype_double * __this, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x024D7B70, FacetsChecker *, Datatype_double_get_FacetsChecker, (Datatype_double * __this, MethodInfo * method)); DO_APP_FUNC(0x003D0D70, XmlTypeCode__Enum, Datatype_double_get_TypeCode, (Datatype_double * __this, MethodInfo * method)); DO_APP_FUNC(0x024D7BD0, Type *, Datatype_double_get_ValueType, (Datatype_double * __this, MethodInfo * method)); DO_APP_FUNC(0x024D7C30, Type *, Datatype_double_get_ListValueType, (Datatype_double * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, XmlSchemaWhiteSpace__Enum, Datatype_double_get_BuiltInWhitespaceFacet, (Datatype_double * __this, MethodInfo * method)); DO_APP_FUNC(0x024D7710, RestrictionFlags__Enum, Datatype_double_get_ValidRestrictionFlags, (Datatype_double * __this, MethodInfo * method)); DO_APP_FUNC(0x024D7C90, int32_t, Datatype_double_Compare, (Datatype_double * __this, Object * value1, Object * value2, MethodInfo * method)); DO_APP_FUNC(0x024D7D10, Exception *, Datatype_double_TryParseValue, (Datatype_double * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024D7EF0, void, Datatype_double__ctor, (Datatype_double * __this, MethodInfo * method)); DO_APP_FUNC(0x024D7F70, void, Datatype_double__cctor, (MethodInfo * method)); DO_APP_FUNC(0x024D80E0, XmlValueConverter *, Datatype_decimal_CreateValueConverter, (Datatype_decimal * __this, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x024D8180, FacetsChecker *, Datatype_decimal_get_FacetsChecker, (Datatype_decimal * __this, MethodInfo * method)); DO_APP_FUNC(0x01B37CA0, XmlTypeCode__Enum, Datatype_decimal_get_TypeCode, (Datatype_decimal * __this, MethodInfo * method)); DO_APP_FUNC(0x024D81E0, Type *, Datatype_decimal_get_ValueType, (Datatype_decimal * __this, MethodInfo * method)); DO_APP_FUNC(0x024D8240, Type *, Datatype_decimal_get_ListValueType, (Datatype_decimal * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, XmlSchemaWhiteSpace__Enum, Datatype_decimal_get_BuiltInWhitespaceFacet, (Datatype_decimal * __this, MethodInfo * method)); DO_APP_FUNC(0x024D82A0, RestrictionFlags__Enum, Datatype_decimal_get_ValidRestrictionFlags, (Datatype_decimal * __this, MethodInfo * method)); DO_APP_FUNC(0x024D82B0, int32_t, Datatype_decimal_Compare, (Datatype_decimal * __this, Object * value1, Object * value2, MethodInfo * method)); DO_APP_FUNC(0x024D8340, Exception *, Datatype_decimal_TryParseValue, (Datatype_decimal * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024D8520, void, Datatype_decimal__ctor, (Datatype_decimal * __this, MethodInfo * method)); DO_APP_FUNC(0x024D85A0, void, Datatype_decimal__cctor, (MethodInfo * method)); DO_APP_FUNC(0x024D87E0, XmlValueConverter *, Datatype_duration_CreateValueConverter, (Datatype_duration * __this, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x024D87F0, FacetsChecker *, Datatype_duration_get_FacetsChecker, (Datatype_duration * __this, MethodInfo * method)); DO_APP_FUNC(0x022943A0, XmlTypeCode__Enum, Datatype_duration_get_TypeCode, (Datatype_duration * __this, MethodInfo * method)); DO_APP_FUNC(0x024D8850, Type *, Datatype_duration_get_ValueType, (Datatype_duration * __this, MethodInfo * method)); DO_APP_FUNC(0x024D88B0, Type *, Datatype_duration_get_ListValueType, (Datatype_duration * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, XmlSchemaWhiteSpace__Enum, Datatype_duration_get_BuiltInWhitespaceFacet, (Datatype_duration * __this, MethodInfo * method)); DO_APP_FUNC(0x024D7710, RestrictionFlags__Enum, Datatype_duration_get_ValidRestrictionFlags, (Datatype_duration * __this, MethodInfo * method)); DO_APP_FUNC(0x024D8910, int32_t, Datatype_duration_Compare, (Datatype_duration * __this, Object * value1, Object * value2, MethodInfo * method)); DO_APP_FUNC(0x024D89A0, Exception *, Datatype_duration_TryParseValue, (Datatype_duration * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024D8CA0, void, Datatype_duration__ctor, (Datatype_duration * __this, MethodInfo * method)); DO_APP_FUNC(0x024D8D20, void, Datatype_duration__cctor, (MethodInfo * method)); DO_APP_FUNC(0x024D8E90, Exception *, Datatype_yearMonthDuration_TryParseValue, (Datatype_yearMonthDuration * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x02293E40, XmlTypeCode__Enum, Datatype_yearMonthDuration_get_TypeCode, (Datatype_yearMonthDuration * __this, MethodInfo * method)); DO_APP_FUNC(0x024D9100, void, Datatype_yearMonthDuration__ctor, (Datatype_yearMonthDuration * __this, MethodInfo * method)); DO_APP_FUNC(0x024D9150, Exception *, Datatype_dayTimeDuration_TryParseValue, (Datatype_dayTimeDuration * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024D93C0, XmlTypeCode__Enum, Datatype_dayTimeDuration_get_TypeCode, (Datatype_dayTimeDuration * __this, MethodInfo * method)); DO_APP_FUNC(0x024D93D0, void, Datatype_dayTimeDuration__ctor, (Datatype_dayTimeDuration * __this, MethodInfo * method)); DO_APP_FUNC(0x024D9420, XmlValueConverter *, Datatype_dateTimeBase_CreateValueConverter, (Datatype_dateTimeBase * __this, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x024D94C0, FacetsChecker *, Datatype_dateTimeBase_get_FacetsChecker, (Datatype_dateTimeBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0199F890, XmlTypeCode__Enum, Datatype_dateTimeBase_get_TypeCode, (Datatype_dateTimeBase * __this, MethodInfo * method)); DO_APP_FUNC(0x024D9520, void, Datatype_dateTimeBase__ctor, (Datatype_dateTimeBase * __this, XsdDateTimeFlags__Enum dateTimeFlags, MethodInfo * method)); DO_APP_FUNC(0x024D95B0, Type *, Datatype_dateTimeBase_get_ValueType, (Datatype_dateTimeBase * __this, MethodInfo * method)); DO_APP_FUNC(0x024D9610, Type *, Datatype_dateTimeBase_get_ListValueType, (Datatype_dateTimeBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, XmlSchemaWhiteSpace__Enum, Datatype_dateTimeBase_get_BuiltInWhitespaceFacet, (Datatype_dateTimeBase * __this, MethodInfo * method)); DO_APP_FUNC(0x024D7710, RestrictionFlags__Enum, Datatype_dateTimeBase_get_ValidRestrictionFlags, (Datatype_dateTimeBase * __this, MethodInfo * method)); DO_APP_FUNC(0x024D9670, int32_t, Datatype_dateTimeBase_Compare, (Datatype_dateTimeBase * __this, Object * value1, Object * value2, MethodInfo * method)); DO_APP_FUNC(0x024D98D0, Exception *, Datatype_dateTimeBase_TryParseValue, (Datatype_dateTimeBase * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024D9D70, void, Datatype_dateTimeBase__cctor, (MethodInfo * method)); DO_APP_FUNC(0x024D9EE0, void, Datatype_dateTimeNoTimeZone__ctor, (Datatype_dateTimeNoTimeZone * __this, MethodInfo * method)); DO_APP_FUNC(0x024D9F40, void, Datatype_dateTimeTimeZone__ctor, (Datatype_dateTimeTimeZone * __this, MethodInfo * method)); DO_APP_FUNC(0x024D9FA0, void, Datatype_dateTime__ctor, (Datatype_dateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x024DA000, void, Datatype_timeNoTimeZone__ctor, (Datatype_timeNoTimeZone * __this, MethodInfo * method)); DO_APP_FUNC(0x024DA060, void, Datatype_timeTimeZone__ctor, (Datatype_timeTimeZone * __this, MethodInfo * method)); DO_APP_FUNC(0x01F64020, XmlTypeCode__Enum, Datatype_time_get_TypeCode, (Datatype_time * __this, MethodInfo * method)); DO_APP_FUNC(0x024DA0C0, void, Datatype_time__ctor, (Datatype_time * __this, MethodInfo * method)); DO_APP_FUNC(0x00EECED0, XmlTypeCode__Enum, Datatype_date_get_TypeCode, (Datatype_date * __this, MethodInfo * method)); DO_APP_FUNC(0x024DA120, void, Datatype_date__ctor, (Datatype_date * __this, MethodInfo * method)); DO_APP_FUNC(0x01B41110, XmlTypeCode__Enum, Datatype_yearMonth_get_TypeCode, (Datatype_yearMonth * __this, MethodInfo * method)); DO_APP_FUNC(0x024DA180, void, Datatype_yearMonth__ctor, (Datatype_yearMonth * __this, MethodInfo * method)); DO_APP_FUNC(0x01B1E600, XmlTypeCode__Enum, Datatype_year_get_TypeCode, (Datatype_year * __this, MethodInfo * method)); DO_APP_FUNC(0x024DA1E0, void, Datatype_year__ctor, (Datatype_year * __this, MethodInfo * method)); DO_APP_FUNC(0x01B450F0, XmlTypeCode__Enum, Datatype_monthDay_get_TypeCode, (Datatype_monthDay * __this, MethodInfo * method)); DO_APP_FUNC(0x024DA240, void, Datatype_monthDay__ctor, (Datatype_monthDay * __this, MethodInfo * method)); DO_APP_FUNC(0x00EECEE0, XmlTypeCode__Enum, Datatype_day_get_TypeCode, (Datatype_day * __this, MethodInfo * method)); DO_APP_FUNC(0x024DA2A0, void, Datatype_day__ctor, (Datatype_day * __this, MethodInfo * method)); DO_APP_FUNC(0x024DA300, XmlTypeCode__Enum, Datatype_month_get_TypeCode, (Datatype_month * __this, MethodInfo * method)); DO_APP_FUNC(0x024DA310, void, Datatype_month__ctor, (Datatype_month * __this, MethodInfo * method)); DO_APP_FUNC(0x024D87E0, XmlValueConverter *, Datatype_hexBinary_CreateValueConverter, (Datatype_hexBinary * __this, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x024DA370, FacetsChecker *, Datatype_hexBinary_get_FacetsChecker, (Datatype_hexBinary * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA2990, XmlTypeCode__Enum, Datatype_hexBinary_get_TypeCode, (Datatype_hexBinary * __this, MethodInfo * method)); DO_APP_FUNC(0x024DA3D0, Type *, Datatype_hexBinary_get_ValueType, (Datatype_hexBinary * __this, MethodInfo * method)); DO_APP_FUNC(0x024DA430, Type *, Datatype_hexBinary_get_ListValueType, (Datatype_hexBinary * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, XmlSchemaWhiteSpace__Enum, Datatype_hexBinary_get_BuiltInWhitespaceFacet, (Datatype_hexBinary * __this, MethodInfo * method)); DO_APP_FUNC(0x024D4D40, RestrictionFlags__Enum, Datatype_hexBinary_get_ValidRestrictionFlags, (Datatype_hexBinary * __this, MethodInfo * method)); DO_APP_FUNC(0x024DA490, int32_t, Datatype_hexBinary_Compare, (Datatype_hexBinary * __this, Object * value1, Object * value2, MethodInfo * method)); DO_APP_FUNC(0x024DA5B0, Exception *, Datatype_hexBinary_TryParseValue, (Datatype_hexBinary * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024DA800, void, Datatype_hexBinary__ctor, (Datatype_hexBinary * __this, MethodInfo * method)); DO_APP_FUNC(0x024DA880, void, Datatype_hexBinary__cctor, (MethodInfo * method)); DO_APP_FUNC(0x024D87E0, XmlValueConverter *, Datatype_base64Binary_CreateValueConverter, (Datatype_base64Binary * __this, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x024DA9F0, FacetsChecker *, Datatype_base64Binary_get_FacetsChecker, (Datatype_base64Binary * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA29A0, XmlTypeCode__Enum, Datatype_base64Binary_get_TypeCode, (Datatype_base64Binary * __this, MethodInfo * method)); DO_APP_FUNC(0x024DAA50, Type *, Datatype_base64Binary_get_ValueType, (Datatype_base64Binary * __this, MethodInfo * method)); DO_APP_FUNC(0x024DAAB0, Type *, Datatype_base64Binary_get_ListValueType, (Datatype_base64Binary * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, XmlSchemaWhiteSpace__Enum, Datatype_base64Binary_get_BuiltInWhitespaceFacet, (Datatype_base64Binary * __this, MethodInfo * method)); DO_APP_FUNC(0x024D4D40, RestrictionFlags__Enum, Datatype_base64Binary_get_ValidRestrictionFlags, (Datatype_base64Binary * __this, MethodInfo * method)); DO_APP_FUNC(0x024DAB10, int32_t, Datatype_base64Binary_Compare, (Datatype_base64Binary * __this, Object * value1, Object * value2, MethodInfo * method)); DO_APP_FUNC(0x024DAC30, Exception *, Datatype_base64Binary_TryParseValue, (Datatype_base64Binary * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024DAEB0, void, Datatype_base64Binary__ctor, (Datatype_base64Binary * __this, MethodInfo * method)); DO_APP_FUNC(0x024DAF30, void, Datatype_base64Binary__cctor, (MethodInfo * method)); DO_APP_FUNC(0x024D87E0, XmlValueConverter *, Datatype_anyURI_CreateValueConverter, (Datatype_anyURI * __this, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x024DB0A0, FacetsChecker *, Datatype_anyURI_get_FacetsChecker, (Datatype_anyURI * __this, MethodInfo * method)); DO_APP_FUNC(0x00EECF00, XmlTypeCode__Enum, Datatype_anyURI_get_TypeCode, (Datatype_anyURI * __this, MethodInfo * method)); DO_APP_FUNC(0x024DB100, Type *, Datatype_anyURI_get_ValueType, (Datatype_anyURI * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Datatype_anyURI_get_HasValueFacets, (Datatype_anyURI * __this, MethodInfo * method)); DO_APP_FUNC(0x024DB160, Type *, Datatype_anyURI_get_ListValueType, (Datatype_anyURI * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, XmlSchemaWhiteSpace__Enum, Datatype_anyURI_get_BuiltInWhitespaceFacet, (Datatype_anyURI * __this, MethodInfo * method)); DO_APP_FUNC(0x024D4D40, RestrictionFlags__Enum, Datatype_anyURI_get_ValidRestrictionFlags, (Datatype_anyURI * __this, MethodInfo * method)); DO_APP_FUNC(0x024DB1C0, int32_t, Datatype_anyURI_Compare, (Datatype_anyURI * __this, Object * value1, Object * value2, MethodInfo * method)); DO_APP_FUNC(0x024DB290, Exception *, Datatype_anyURI_TryParseValue, (Datatype_anyURI * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024DB490, void, Datatype_anyURI__ctor, (Datatype_anyURI * __this, MethodInfo * method)); DO_APP_FUNC(0x024DB510, void, Datatype_anyURI__cctor, (MethodInfo * method)); DO_APP_FUNC(0x024D87E0, XmlValueConverter *, Datatype_QName_CreateValueConverter, (Datatype_QName * __this, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x024DB680, FacetsChecker *, Datatype_QName_get_FacetsChecker, (Datatype_QName * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA29B0, XmlTypeCode__Enum, Datatype_QName_get_TypeCode, (Datatype_QName * __this, MethodInfo * method)); DO_APP_FUNC(0x00A14060, XmlTokenizedType__Enum, Datatype_QName_get_TokenizedType, (Datatype_QName * __this, MethodInfo * method)); DO_APP_FUNC(0x024D4D40, RestrictionFlags__Enum, Datatype_QName_get_ValidRestrictionFlags, (Datatype_QName * __this, MethodInfo * method)); DO_APP_FUNC(0x024DB6E0, Type *, Datatype_QName_get_ValueType, (Datatype_QName * __this, MethodInfo * method)); DO_APP_FUNC(0x024DB740, Type *, Datatype_QName_get_ListValueType, (Datatype_QName * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, XmlSchemaWhiteSpace__Enum, Datatype_QName_get_BuiltInWhitespaceFacet, (Datatype_QName * __this, MethodInfo * method)); DO_APP_FUNC(0x024DB7A0, Exception *, Datatype_QName_TryParseValue, (Datatype_QName * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024DB9F0, void, Datatype_QName__ctor, (Datatype_QName * __this, MethodInfo * method)); DO_APP_FUNC(0x024DBA70, void, Datatype_QName__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01DA29D0, XmlTypeCode__Enum, Datatype_normalizedString_get_TypeCode, (Datatype_normalizedString * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, XmlSchemaWhiteSpace__Enum, Datatype_normalizedString_get_BuiltInWhitespaceFacet, (Datatype_normalizedString * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Datatype_normalizedString_get_HasValueFacets, (Datatype_normalizedString * __this, MethodInfo * method)); DO_APP_FUNC(0x024DBBE0, void, Datatype_normalizedString__ctor, (Datatype_normalizedString * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA29D0, XmlTypeCode__Enum, Datatype_normalizedStringV1Compat_get_TypeCode, (Datatype_normalizedStringV1Compat * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Datatype_normalizedStringV1Compat_get_HasValueFacets, (Datatype_normalizedStringV1Compat * __this, MethodInfo * method)); DO_APP_FUNC(0x024DBBE0, void, Datatype_normalizedStringV1Compat__ctor, (Datatype_normalizedStringV1Compat * __this, MethodInfo * method)); DO_APP_FUNC(0x00B31160, XmlTypeCode__Enum, Datatype_token_get_TypeCode, (Datatype_token * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, XmlSchemaWhiteSpace__Enum, Datatype_token_get_BuiltInWhitespaceFacet, (Datatype_token * __this, MethodInfo * method)); DO_APP_FUNC(0x024DBBE0, void, Datatype_token__ctor, (Datatype_token * __this, MethodInfo * method)); DO_APP_FUNC(0x00B31160, XmlTypeCode__Enum, Datatype_tokenV1Compat_get_TypeCode, (Datatype_tokenV1Compat * __this, MethodInfo * method)); DO_APP_FUNC(0x024DBBE0, void, Datatype_tokenV1Compat__ctor, (Datatype_tokenV1Compat * __this, MethodInfo * method)); DO_APP_FUNC(0x02296E40, XmlTypeCode__Enum, Datatype_language_get_TypeCode, (Datatype_language * __this, MethodInfo * method)); DO_APP_FUNC(0x024DBBE0, void, Datatype_language__ctor, (Datatype_language * __this, MethodInfo * method)); DO_APP_FUNC(0x01FFAFB0, XmlTypeCode__Enum, Datatype_NMTOKEN_get_TypeCode, (Datatype_NMTOKEN * __this, MethodInfo * method)); DO_APP_FUNC(0x01AF2340, XmlTokenizedType__Enum, Datatype_NMTOKEN_get_TokenizedType, (Datatype_NMTOKEN * __this, MethodInfo * method)); DO_APP_FUNC(0x024DBBE0, void, Datatype_NMTOKEN__ctor, (Datatype_NMTOKEN * __this, MethodInfo * method)); DO_APP_FUNC(0x024DBBF0, XmlTypeCode__Enum, Datatype_Name_get_TypeCode, (Datatype_Name * __this, MethodInfo * method)); DO_APP_FUNC(0x024DBBE0, void, Datatype_Name__ctor, (Datatype_Name * __this, MethodInfo * method)); DO_APP_FUNC(0x02004020, XmlTypeCode__Enum, Datatype_NCName_get_TypeCode, (Datatype_NCName * __this, MethodInfo * method)); DO_APP_FUNC(0x024DBC00, Exception *, Datatype_NCName_TryParseValue, (Datatype_NCName * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024DBBE0, void, Datatype_NCName__ctor, (Datatype_NCName * __this, MethodInfo * method)); DO_APP_FUNC(0x02007080, XmlTypeCode__Enum, Datatype_ID_get_TypeCode, (Datatype_ID * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, XmlTokenizedType__Enum, Datatype_ID_get_TokenizedType, (Datatype_ID * __this, MethodInfo * method)); DO_APP_FUNC(0x024DBBE0, void, Datatype_ID__ctor, (Datatype_ID * __this, MethodInfo * method)); DO_APP_FUNC(0x02297840, XmlTypeCode__Enum, Datatype_IDREF_get_TypeCode, (Datatype_IDREF * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, XmlTokenizedType__Enum, Datatype_IDREF_get_TokenizedType, (Datatype_IDREF * __this, MethodInfo * method)); DO_APP_FUNC(0x024DBBE0, void, Datatype_IDREF__ctor, (Datatype_IDREF * __this, MethodInfo * method)); DO_APP_FUNC(0x024DBDF0, XmlTypeCode__Enum, Datatype_ENTITY_get_TypeCode, (Datatype_ENTITY * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEC8E0, XmlTokenizedType__Enum, Datatype_ENTITY_get_TokenizedType, (Datatype_ENTITY * __this, MethodInfo * method)); DO_APP_FUNC(0x024DBBE0, void, Datatype_ENTITY__ctor, (Datatype_ENTITY * __this, MethodInfo * method)); DO_APP_FUNC(0x024D87E0, XmlValueConverter *, Datatype_NOTATION_CreateValueConverter, (Datatype_NOTATION * __this, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x024DBE00, FacetsChecker *, Datatype_NOTATION_get_FacetsChecker, (Datatype_NOTATION * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA29C0, XmlTypeCode__Enum, Datatype_NOTATION_get_TypeCode, (Datatype_NOTATION * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEC8F0, XmlTokenizedType__Enum, Datatype_NOTATION_get_TokenizedType, (Datatype_NOTATION * __this, MethodInfo * method)); DO_APP_FUNC(0x024D4D40, RestrictionFlags__Enum, Datatype_NOTATION_get_ValidRestrictionFlags, (Datatype_NOTATION * __this, MethodInfo * method)); DO_APP_FUNC(0x024DBE60, Type *, Datatype_NOTATION_get_ValueType, (Datatype_NOTATION * __this, MethodInfo * method)); DO_APP_FUNC(0x024DBEC0, Type *, Datatype_NOTATION_get_ListValueType, (Datatype_NOTATION * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, XmlSchemaWhiteSpace__Enum, Datatype_NOTATION_get_BuiltInWhitespaceFacet, (Datatype_NOTATION * __this, MethodInfo * method)); DO_APP_FUNC(0x024DBF20, Exception *, Datatype_NOTATION_TryParseValue, (Datatype_NOTATION * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024DC170, void, Datatype_NOTATION_VerifySchemaValid, (Datatype_NOTATION * __this, XmlSchemaObjectTable * notations, XmlSchemaObject * caller, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9A50, Datatype_NOTATION_VerifySchemaValid__MethodInfo); DO_APP_FUNC(0x024DC430, void, Datatype_NOTATION__ctor, (Datatype_NOTATION * __this, MethodInfo * method)); DO_APP_FUNC(0x024DC4B0, void, Datatype_NOTATION__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00A0EF00, XmlTypeCode__Enum, Datatype_integer_get_TypeCode, (Datatype_integer * __this, MethodInfo * method)); DO_APP_FUNC(0x024DC620, Exception *, Datatype_integer_TryParseValue, (Datatype_integer * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024DC7D0, void, Datatype_integer__ctor, (Datatype_integer * __this, MethodInfo * method)); DO_APP_FUNC(0x024DC820, FacetsChecker *, Datatype_nonPositiveInteger_get_FacetsChecker, (Datatype_nonPositiveInteger * __this, MethodInfo * method)); DO_APP_FUNC(0x00A151C0, XmlTypeCode__Enum, Datatype_nonPositiveInteger_get_TypeCode, (Datatype_nonPositiveInteger * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Datatype_nonPositiveInteger_get_HasValueFacets, (Datatype_nonPositiveInteger * __this, MethodInfo * method)); DO_APP_FUNC(0x024DC7D0, void, Datatype_nonPositiveInteger__ctor, (Datatype_nonPositiveInteger * __this, MethodInfo * method)); DO_APP_FUNC(0x024DC880, void, Datatype_nonPositiveInteger__cctor, (MethodInfo * method)); DO_APP_FUNC(0x024DC9A0, FacetsChecker *, Datatype_negativeInteger_get_FacetsChecker, (Datatype_negativeInteger * __this, MethodInfo * method)); DO_APP_FUNC(0x0200AF10, XmlTypeCode__Enum, Datatype_negativeInteger_get_TypeCode, (Datatype_negativeInteger * __this, MethodInfo * method)); DO_APP_FUNC(0x024DCA00, void, Datatype_negativeInteger__ctor, (Datatype_negativeInteger * __this, MethodInfo * method)); DO_APP_FUNC(0x024DCA90, void, Datatype_negativeInteger__cctor, (MethodInfo * method)); DO_APP_FUNC(0x024DCBB0, FacetsChecker *, Datatype_long_get_FacetsChecker, (Datatype_long * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Datatype_long_get_HasValueFacets, (Datatype_long * __this, MethodInfo * method)); DO_APP_FUNC(0x0200EE30, XmlTypeCode__Enum, Datatype_long_get_TypeCode, (Datatype_long * __this, MethodInfo * method)); DO_APP_FUNC(0x024DCC10, int32_t, Datatype_long_Compare, (Datatype_long * __this, Object * value1, Object * value2, MethodInfo * method)); DO_APP_FUNC(0x024DCC90, Type *, Datatype_long_get_ValueType, (Datatype_long * __this, MethodInfo * method)); DO_APP_FUNC(0x024DCCF0, Type *, Datatype_long_get_ListValueType, (Datatype_long * __this, MethodInfo * method)); DO_APP_FUNC(0x024DCD50, Exception *, Datatype_long_TryParseValue, (Datatype_long * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024DC7D0, void, Datatype_long__ctor, (Datatype_long * __this, MethodInfo * method)); DO_APP_FUNC(0x024DD080, void, Datatype_long__cctor, (MethodInfo * method)); DO_APP_FUNC(0x024DD2C0, FacetsChecker *, Datatype_int_get_FacetsChecker, (Datatype_int * __this, MethodInfo * method)); DO_APP_FUNC(0x024DD320, XmlTypeCode__Enum, Datatype_int_get_TypeCode, (Datatype_int * __this, MethodInfo * method)); DO_APP_FUNC(0x024DD330, int32_t, Datatype_int_Compare, (Datatype_int * __this, Object * value1, Object * value2, MethodInfo * method)); DO_APP_FUNC(0x024DD3B0, Type *, Datatype_int_get_ValueType, (Datatype_int * __this, MethodInfo * method)); DO_APP_FUNC(0x024DD410, Type *, Datatype_int_get_ListValueType, (Datatype_int * __this, MethodInfo * method)); DO_APP_FUNC(0x024DD470, Exception *, Datatype_int_TryParseValue, (Datatype_int * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024DD7A0, void, Datatype_int__ctor, (Datatype_int * __this, MethodInfo * method)); DO_APP_FUNC(0x024DD830, void, Datatype_int__cctor, (MethodInfo * method)); DO_APP_FUNC(0x024DDA70, FacetsChecker *, Datatype_short_get_FacetsChecker, (Datatype_short * __this, MethodInfo * method)); DO_APP_FUNC(0x024DDAD0, XmlTypeCode__Enum, Datatype_short_get_TypeCode, (Datatype_short * __this, MethodInfo * method)); DO_APP_FUNC(0x024DDAE0, int32_t, Datatype_short_Compare, (Datatype_short * __this, Object * value1, Object * value2, MethodInfo * method)); DO_APP_FUNC(0x024DDC20, Type *, Datatype_short_get_ValueType, (Datatype_short * __this, MethodInfo * method)); DO_APP_FUNC(0x024DDC80, Type *, Datatype_short_get_ListValueType, (Datatype_short * __this, MethodInfo * method)); DO_APP_FUNC(0x024DDCE0, Exception *, Datatype_short_TryParseValue, (Datatype_short * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024DDEB0, void, Datatype_short__ctor, (Datatype_short * __this, MethodInfo * method)); DO_APP_FUNC(0x024DDF00, void, Datatype_short__cctor, (MethodInfo * method)); DO_APP_FUNC(0x024DE140, FacetsChecker *, Datatype_byte_get_FacetsChecker, (Datatype_byte * __this, MethodInfo * method)); DO_APP_FUNC(0x0226BB10, XmlTypeCode__Enum, Datatype_byte_get_TypeCode, (Datatype_byte * __this, MethodInfo * method)); DO_APP_FUNC(0x024DE1A0, int32_t, Datatype_byte_Compare, (Datatype_byte * __this, Object * value1, Object * value2, MethodInfo * method)); DO_APP_FUNC(0x024DE2E0, Type *, Datatype_byte_get_ValueType, (Datatype_byte * __this, MethodInfo * method)); DO_APP_FUNC(0x024DE340, Type *, Datatype_byte_get_ListValueType, (Datatype_byte * __this, MethodInfo * method)); DO_APP_FUNC(0x024DE3A0, Exception *, Datatype_byte_TryParseValue, (Datatype_byte * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024DE570, void, Datatype_byte__ctor, (Datatype_byte * __this, MethodInfo * method)); DO_APP_FUNC(0x024DE600, void, Datatype_byte__cctor, (MethodInfo * method)); DO_APP_FUNC(0x024DE840, FacetsChecker *, Datatype_nonNegativeInteger_get_FacetsChecker, (Datatype_nonNegativeInteger * __this, MethodInfo * method)); DO_APP_FUNC(0x01BA7EB0, XmlTypeCode__Enum, Datatype_nonNegativeInteger_get_TypeCode, (Datatype_nonNegativeInteger * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Datatype_nonNegativeInteger_get_HasValueFacets, (Datatype_nonNegativeInteger * __this, MethodInfo * method)); DO_APP_FUNC(0x024DC7D0, void, Datatype_nonNegativeInteger__ctor, (Datatype_nonNegativeInteger * __this, MethodInfo * method)); DO_APP_FUNC(0x024DE8A0, void, Datatype_nonNegativeInteger__cctor, (MethodInfo * method)); DO_APP_FUNC(0x024DE9C0, FacetsChecker *, Datatype_unsignedLong_get_FacetsChecker, (Datatype_unsignedLong * __this, MethodInfo * method)); DO_APP_FUNC(0x00EECFA0, XmlTypeCode__Enum, Datatype_unsignedLong_get_TypeCode, (Datatype_unsignedLong * __this, MethodInfo * method)); DO_APP_FUNC(0x024DEA20, int32_t, Datatype_unsignedLong_Compare, (Datatype_unsignedLong * __this, Object * value1, Object * value2, MethodInfo * method)); DO_APP_FUNC(0x024DEAA0, Type *, Datatype_unsignedLong_get_ValueType, (Datatype_unsignedLong * __this, MethodInfo * method)); DO_APP_FUNC(0x024DEB00, Type *, Datatype_unsignedLong_get_ListValueType, (Datatype_unsignedLong * __this, MethodInfo * method)); DO_APP_FUNC(0x024DEB60, Exception *, Datatype_unsignedLong_TryParseValue, (Datatype_unsignedLong * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024DEEF0, void, Datatype_unsignedLong__ctor, (Datatype_unsignedLong * __this, MethodInfo * method)); DO_APP_FUNC(0x024DEF80, void, Datatype_unsignedLong__cctor, (MethodInfo * method)); DO_APP_FUNC(0x024DF1F0, FacetsChecker *, Datatype_unsignedInt_get_FacetsChecker, (Datatype_unsignedInt * __this, MethodInfo * method)); DO_APP_FUNC(0x02204DD0, XmlTypeCode__Enum, Datatype_unsignedInt_get_TypeCode, (Datatype_unsignedInt * __this, MethodInfo * method)); DO_APP_FUNC(0x024DF250, int32_t, Datatype_unsignedInt_Compare, (Datatype_unsignedInt * __this, Object * value1, Object * value2, MethodInfo * method)); DO_APP_FUNC(0x024DF2D0, Type *, Datatype_unsignedInt_get_ValueType, (Datatype_unsignedInt * __this, MethodInfo * method)); DO_APP_FUNC(0x024DF330, Type *, Datatype_unsignedInt_get_ListValueType, (Datatype_unsignedInt * __this, MethodInfo * method)); DO_APP_FUNC(0x024DF390, Exception *, Datatype_unsignedInt_TryParseValue, (Datatype_unsignedInt * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024DF6C0, void, Datatype_unsignedInt__ctor, (Datatype_unsignedInt * __this, MethodInfo * method)); DO_APP_FUNC(0x024DF710, void, Datatype_unsignedInt__cctor, (MethodInfo * method)); DO_APP_FUNC(0x024DF980, FacetsChecker *, Datatype_unsignedShort_get_FacetsChecker, (Datatype_unsignedShort * __this, MethodInfo * method)); DO_APP_FUNC(0x00A18E70, XmlTypeCode__Enum, Datatype_unsignedShort_get_TypeCode, (Datatype_unsignedShort * __this, MethodInfo * method)); DO_APP_FUNC(0x024DF9E0, int32_t, Datatype_unsignedShort_Compare, (Datatype_unsignedShort * __this, Object * value1, Object * value2, MethodInfo * method)); DO_APP_FUNC(0x024DFB20, Type *, Datatype_unsignedShort_get_ValueType, (Datatype_unsignedShort * __this, MethodInfo * method)); DO_APP_FUNC(0x024DFB80, Type *, Datatype_unsignedShort_get_ListValueType, (Datatype_unsignedShort * __this, MethodInfo * method)); DO_APP_FUNC(0x024DFBE0, Exception *, Datatype_unsignedShort_TryParseValue, (Datatype_unsignedShort * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024DFDB0, void, Datatype_unsignedShort__ctor, (Datatype_unsignedShort * __this, MethodInfo * method)); DO_APP_FUNC(0x024DFE40, void, Datatype_unsignedShort__cctor, (MethodInfo * method)); DO_APP_FUNC(0x024E00B0, FacetsChecker *, Datatype_unsignedByte_get_FacetsChecker, (Datatype_unsignedByte * __this, MethodInfo * method)); DO_APP_FUNC(0x0228A780, XmlTypeCode__Enum, Datatype_unsignedByte_get_TypeCode, (Datatype_unsignedByte * __this, MethodInfo * method)); DO_APP_FUNC(0x024E0110, int32_t, Datatype_unsignedByte_Compare, (Datatype_unsignedByte * __this, Object * value1, Object * value2, MethodInfo * method)); DO_APP_FUNC(0x024E0250, Type *, Datatype_unsignedByte_get_ValueType, (Datatype_unsignedByte * __this, MethodInfo * method)); DO_APP_FUNC(0x024E02B0, Type *, Datatype_unsignedByte_get_ListValueType, (Datatype_unsignedByte * __this, MethodInfo * method)); DO_APP_FUNC(0x024E0310, Exception *, Datatype_unsignedByte_TryParseValue, (Datatype_unsignedByte * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024E04E0, void, Datatype_unsignedByte__ctor, (Datatype_unsignedByte * __this, MethodInfo * method)); DO_APP_FUNC(0x024E0530, void, Datatype_unsignedByte__cctor, (MethodInfo * method)); DO_APP_FUNC(0x024E07A0, FacetsChecker *, Datatype_positiveInteger_get_FacetsChecker, (Datatype_positiveInteger * __this, MethodInfo * method)); DO_APP_FUNC(0x00EECF10, XmlTypeCode__Enum, Datatype_positiveInteger_get_TypeCode, (Datatype_positiveInteger * __this, MethodInfo * method)); DO_APP_FUNC(0x024E0800, void, Datatype_positiveInteger__ctor, (Datatype_positiveInteger * __this, MethodInfo * method)); DO_APP_FUNC(0x024E0890, void, Datatype_positiveInteger__cctor, (MethodInfo * method)); DO_APP_FUNC(0x024E09B0, Object *, Datatype_doubleXdr_ParseValue, (Datatype_doubleXdr * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9880, Datatype_doubleXdr_ParseValue__MethodInfo); DO_APP_FUNC(0x024E0B80, void, Datatype_doubleXdr__ctor, (Datatype_doubleXdr * __this, MethodInfo * method)); DO_APP_FUNC(0x024E0BD0, Object *, Datatype_floatXdr_ParseValue, (Datatype_floatXdr * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC97F8, Datatype_floatXdr_ParseValue__MethodInfo); DO_APP_FUNC(0x024E0DA0, void, Datatype_floatXdr__ctor, (Datatype_floatXdr * __this, MethodInfo * method)); DO_APP_FUNC(0x00A14060, XmlTokenizedType__Enum, Datatype_QNameXdr_get_TokenizedType, (Datatype_QNameXdr * __this, MethodInfo * method)); DO_APP_FUNC(0x024E0DF0, Object *, Datatype_QNameXdr_ParseValue, (Datatype_QNameXdr * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9810, Datatype_QNameXdr_ParseValue__MethodInfo); DO_APP_FUNC(0x024E1030, Type *, Datatype_QNameXdr_get_ValueType, (Datatype_QNameXdr * __this, MethodInfo * method)); DO_APP_FUNC(0x024E1090, Type *, Datatype_QNameXdr_get_ListValueType, (Datatype_QNameXdr * __this, MethodInfo * method)); DO_APP_FUNC(0x024E10F0, void, Datatype_QNameXdr__ctor, (Datatype_QNameXdr * __this, MethodInfo * method)); DO_APP_FUNC(0x024E1170, void, Datatype_QNameXdr__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01BD8AC0, XmlTokenizedType__Enum, Datatype_ENUMERATION_get_TokenizedType, (Datatype_ENUMERATION * __this, MethodInfo * method)); DO_APP_FUNC(0x024DBBE0, void, Datatype_ENUMERATION__ctor, (Datatype_ENUMERATION * __this, MethodInfo * method)); DO_APP_FUNC(0x024E12E0, Type *, Datatype_char_get_ValueType, (Datatype_char * __this, MethodInfo * method)); DO_APP_FUNC(0x024E1340, Type *, Datatype_char_get_ListValueType, (Datatype_char * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, RestrictionFlags__Enum, Datatype_char_get_ValidRestrictionFlags, (Datatype_char * __this, MethodInfo * method)); DO_APP_FUNC(0x024E13A0, int32_t, Datatype_char_Compare, (Datatype_char * __this, Object * value1, Object * value2, MethodInfo * method)); DO_APP_FUNC(0x024E14F0, Object *, Datatype_char_ParseValue, (Datatype_char * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9830, Datatype_char_ParseValue__MethodInfo); DO_APP_FUNC(0x024E1720, Exception *, Datatype_char_TryParseValue, (Datatype_char * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024E19D0, void, Datatype_char__ctor, (Datatype_char * __this, MethodInfo * method)); DO_APP_FUNC(0x024E1A50, void, Datatype_char__cctor, (MethodInfo * method)); DO_APP_FUNC(0x024E1BC0, Object *, Datatype_fixed_ParseValue, (Datatype_fixed * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC97C0, Datatype_fixed_ParseValue__MethodInfo); DO_APP_FUNC(0x024E1E90, Exception *, Datatype_fixed_TryParseValue, (Datatype_fixed * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024E20E0, void, Datatype_fixed__ctor, (Datatype_fixed * __this, MethodInfo * method)); DO_APP_FUNC(0x024E2130, Type *, Datatype_uuid_get_ValueType, (Datatype_uuid * __this, MethodInfo * method)); DO_APP_FUNC(0x024E2190, Type *, Datatype_uuid_get_ListValueType, (Datatype_uuid * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, RestrictionFlags__Enum, Datatype_uuid_get_ValidRestrictionFlags, (Datatype_uuid * __this, MethodInfo * method)); DO_APP_FUNC(0x024E21F0, int32_t, Datatype_uuid_Compare, (Datatype_uuid * __this, Object * value1, Object * value2, MethodInfo * method)); DO_APP_FUNC(0x024E2300, Object *, Datatype_uuid_ParseValue, (Datatype_uuid * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC97B8, Datatype_uuid_ParseValue__MethodInfo); DO_APP_FUNC(0x024E2580, Exception *, Datatype_uuid_TryParseValue, (Datatype_uuid * __this, String * s, XmlNameTable * nameTable, IXmlNamespaceResolver * nsmgr, Object * * typedValue, MethodInfo * method)); DO_APP_FUNC(0x024E26D0, void, Datatype_uuid__ctor, (Datatype_uuid * __this, MethodInfo * method)); DO_APP_FUNC(0x024E2750, void, Datatype_uuid__cctor, (MethodInfo * method)); DO_APP_FUNC(0x024E28C0, void, DtdValidator__ctor, (DtdValidator * __this, XmlValidatingReaderImpl * reader, IValidationEventHandling * eventHandling, bool processIdentityConstraints, MethodInfo * method)); DO_APP_FUNC(0x024E29C0, void, DtdValidator_Init, (DtdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024E2CD0, void, DtdValidator_Validate, (DtdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024E3090, bool, DtdValidator_MeetsStandAloneConstraint, (DtdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024E3130, void, DtdValidator_ValidatePIComment, (DtdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024E3220, void, DtdValidator_ValidateElement, (DtdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024E3520, void, DtdValidator_ValidateChildElement, (DtdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024E36F0, void, DtdValidator_ValidateStartElement, (DtdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024E3D60, void, DtdValidator_ValidateEndStartElement, (DtdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024E3F70, void, DtdValidator_ProcessElement, (DtdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024E41A0, void, DtdValidator_CompleteValidation, (DtdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024E4360, void, DtdValidator_ValidateEndElement, (DtdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02396870, bool, DtdValidator_get_PreserveWhitespace, (DtdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024E45C0, void, DtdValidator_ProcessTokenizedType, (DtdValidator * __this, XmlTokenizedType__Enum ttype, String * name, MethodInfo * method)); DO_APP_FUNC(0x024E48F0, void, DtdValidator_CheckValue, (DtdValidator * __this, String * value, SchemaAttDef * attdef, MethodInfo * method)); DO_APP_FUNC(0x024E4F50, void, DtdValidator_AddID, (DtdValidator * __this, String * name, Object * node, MethodInfo * method)); DO_APP_FUNC(0x024E5050, Object *, DtdValidator_FindId, (DtdValidator * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x024E5080, bool, DtdValidator_GenEntity, (DtdValidator * __this, XmlQualifiedName * qname, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC97B0, DtdValidator_GenEntity__MethodInfo); DO_APP_FUNC(0x024E52A0, SchemaEntity *, DtdValidator_GetEntity, (DtdValidator * __this, XmlQualifiedName * qname, bool fParameterEntity, MethodInfo * method)); DO_APP_FUNC(0x024E5360, void, DtdValidator_CheckForwardRefs, (DtdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024E5500, void, DtdValidator_Push, (DtdValidator * __this, XmlQualifiedName * elementName, MethodInfo * method)); DO_APP_FUNC(0x024E5800, bool, DtdValidator_Pop, (DtdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024E5950, void, DtdValidator_SetDefaultTypedValue, (SchemaAttDef * attdef, IDtdParserAdapter * readerAdapter, MethodInfo * method)); DO_APP_FUNC(0x024E5C10, void, DtdValidator_CheckDefaultValue, (SchemaAttDef * attdef, SchemaInfo * sinfo, IValidationEventHandling * eventHandling, String * baseUriStr, MethodInfo * method)); DO_APP_FUNC(0x024E5F70, void, DtdValidator__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0041E8A0, String *, DtdValidator_NamespaceManager_LookupNamespace, (DtdValidator_NamespaceManager * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DtdValidator_NamespaceManager__ctor, (DtdValidator_NamespaceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x024E6030, Exception *, FacetsChecker_CheckLexicalFacets, (FacetsChecker * __this, String * * parseString, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Exception *, FacetsChecker_CheckValueFacets, (FacetsChecker * __this, Object * value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Exception *, FacetsChecker_CheckValueFacets_1, (FacetsChecker * __this, Decimal value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Exception *, FacetsChecker_CheckValueFacets_2, (FacetsChecker * __this, int64_t value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Exception *, FacetsChecker_CheckValueFacets_3, (FacetsChecker * __this, int32_t value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Exception *, FacetsChecker_CheckValueFacets_4, (FacetsChecker * __this, int16_t value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Exception *, FacetsChecker_CheckValueFacets_5, (FacetsChecker * __this, DateTime value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Exception *, FacetsChecker_CheckValueFacets_6, (FacetsChecker * __this, double value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Exception *, FacetsChecker_CheckValueFacets_7, (FacetsChecker * __this, float value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Exception *, FacetsChecker_CheckValueFacets_8, (FacetsChecker * __this, String * value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Exception *, FacetsChecker_CheckValueFacets_9, (FacetsChecker * __this, Byte__Array * value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Exception *, FacetsChecker_CheckValueFacets_10, (FacetsChecker * __this, TimeSpan value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Exception *, FacetsChecker_CheckValueFacets_11, (FacetsChecker * __this, XmlQualifiedName * value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024E60A0, void, FacetsChecker_CheckWhitespaceFacets, (FacetsChecker * __this, String * * s, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024E6260, Exception *, FacetsChecker_CheckPatternFacets, (FacetsChecker * __this, RestrictionFacets * restriction, String * value, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, FacetsChecker_MatchEnumeration, (FacetsChecker * __this, Object * value, ArrayList * enumeration, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024E6490, RestrictionFacets *, FacetsChecker_ConstructRestriction, (FacetsChecker * __this, DatatypeImplementation * datatype, XmlSchemaObjectCollection * facets, XmlNameTable * nameTable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9738, FacetsChecker_ConstructRestriction__MethodInfo); DO_APP_FUNC(0x024E6A20, Decimal, FacetsChecker_Power, (int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FacetsChecker__ctor, (FacetsChecker * __this, MethodInfo * method)); DO_APP_FUNC(0x024E6BD0, void, FacetsChecker_FacetsCompiler__ctor, (FacetsChecker_FacetsCompiler * __this, DatatypeImplementation * baseDatatype, RestrictionFacets * restriction, MethodInfo * method)); DO_APP_FUNC(0x024E7000, void, FacetsChecker_FacetsCompiler_CompileLengthFacet, (FacetsChecker_FacetsCompiler * __this, XmlSchemaFacet * facet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9760, FacetsChecker_FacetsCompiler_CompileLengthFacet__MethodInfo); DO_APP_FUNC(0x024E74A0, void, FacetsChecker_FacetsCompiler_CompileMinLengthFacet, (FacetsChecker_FacetsCompiler * __this, XmlSchemaFacet * facet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC96A8, FacetsChecker_FacetsCompiler_CompileMinLengthFacet__MethodInfo); DO_APP_FUNC(0x024E78B0, void, FacetsChecker_FacetsCompiler_CompileMaxLengthFacet, (FacetsChecker_FacetsCompiler * __this, XmlSchemaFacet * facet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9680, FacetsChecker_FacetsCompiler_CompileMaxLengthFacet__MethodInfo); DO_APP_FUNC(0x024E7CC0, void, FacetsChecker_FacetsCompiler_CompilePatternFacet, (FacetsChecker_FacetsCompiler * __this, XmlSchemaPatternFacet * facet, MethodInfo * method)); DO_APP_FUNC(0x024E7F30, void, FacetsChecker_FacetsCompiler_CompileEnumerationFacet, (FacetsChecker_FacetsCompiler * __this, XmlSchemaFacet * facet, IXmlNamespaceResolver * nsmgr, XmlNameTable * nameTable, MethodInfo * method)); DO_APP_FUNC(0x024E8130, void, FacetsChecker_FacetsCompiler_CompileWhitespaceFacet, (FacetsChecker_FacetsCompiler * __this, XmlSchemaFacet * facet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9708, FacetsChecker_FacetsCompiler_CompileWhitespaceFacet__MethodInfo); DO_APP_FUNC(0x024E8630, void, FacetsChecker_FacetsCompiler_CompileMaxInclusiveFacet, (FacetsChecker_FacetsCompiler * __this, XmlSchemaFacet * facet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9620, FacetsChecker_FacetsCompiler_CompileMaxInclusiveFacet__MethodInfo); DO_APP_FUNC(0x024E88B0, void, FacetsChecker_FacetsCompiler_CompileMaxExclusiveFacet, (FacetsChecker_FacetsCompiler * __this, XmlSchemaFacet * facet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC95D0, FacetsChecker_FacetsCompiler_CompileMaxExclusiveFacet__MethodInfo); DO_APP_FUNC(0x024E8B40, void, FacetsChecker_FacetsCompiler_CompileMinInclusiveFacet, (FacetsChecker_FacetsCompiler * __this, XmlSchemaFacet * facet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9658, FacetsChecker_FacetsCompiler_CompileMinInclusiveFacet__MethodInfo); DO_APP_FUNC(0x024E8DD0, void, FacetsChecker_FacetsCompiler_CompileMinExclusiveFacet, (FacetsChecker_FacetsCompiler * __this, XmlSchemaFacet * facet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9660, FacetsChecker_FacetsCompiler_CompileMinExclusiveFacet__MethodInfo); DO_APP_FUNC(0x024E9060, void, FacetsChecker_FacetsCompiler_CompileTotalDigitsFacet, (FacetsChecker_FacetsCompiler * __this, XmlSchemaFacet * facet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9648, FacetsChecker_FacetsCompiler_CompileTotalDigitsFacet__MethodInfo); DO_APP_FUNC(0x024E9430, void, FacetsChecker_FacetsCompiler_CompileFractionDigitsFacet, (FacetsChecker_FacetsCompiler * __this, XmlSchemaFacet * facet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9558, FacetsChecker_FacetsCompiler_CompileFractionDigitsFacet__MethodInfo); DO_APP_FUNC(0x024E9780, void, FacetsChecker_FacetsCompiler_FinishFacetCompile, (FacetsChecker_FacetsCompiler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9508, FacetsChecker_FacetsCompiler_FinishFacetCompile__MethodInfo); DO_APP_FUNC(0x024E9B50, void, FacetsChecker_FacetsCompiler_CheckValue, (FacetsChecker_FacetsCompiler * __this, Object * value, XmlSchemaFacet * facet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC94F8, FacetsChecker_FacetsCompiler_CheckValue__MethodInfo); DO_APP_FUNC(0x024EA2A0, void, FacetsChecker_FacetsCompiler_CompileFacetCombinations, (FacetsChecker_FacetsCompiler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC95C0, FacetsChecker_FacetsCompiler_CompileFacetCombinations__MethodInfo); DO_APP_FUNC(0x024EA8A0, void, FacetsChecker_FacetsCompiler_CopyFacetsFromBaseType, (FacetsChecker_FacetsCompiler * __this, MethodInfo * method)); DO_APP_FUNC(0x024EB060, Object *, FacetsChecker_FacetsCompiler_ParseFacetValue, (FacetsChecker_FacetsCompiler * __this, XmlSchemaDatatype * datatype, XmlSchemaFacet * facet, String * code, IXmlNamespaceResolver * nsmgr, XmlNameTable * nameTable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC94A0, FacetsChecker_FacetsCompiler_ParseFacetValue__MethodInfo); DO_APP_FUNC(0x024EB220, String *, FacetsChecker_FacetsCompiler_Preprocess, (String * pattern, MethodInfo * method)); DO_APP_FUNC(0x024EB4E0, void, FacetsChecker_FacetsCompiler_CheckProhibitedFlag, (FacetsChecker_FacetsCompiler * __this, XmlSchemaFacet * facet, RestrictionFlags__Enum flag, String * errorCode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC94B0, FacetsChecker_FacetsCompiler_CheckProhibitedFlag__MethodInfo); DO_APP_FUNC(0x024EB580, void, FacetsChecker_FacetsCompiler_CheckDupFlag, (FacetsChecker_FacetsCompiler * __this, XmlSchemaFacet * facet, RestrictionFlags__Enum flag, String * errorCode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC94A8, FacetsChecker_FacetsCompiler_CheckDupFlag__MethodInfo); DO_APP_FUNC(0x024EB610, void, FacetsChecker_FacetsCompiler_SetFlag, (FacetsChecker_FacetsCompiler * __this, XmlSchemaFacet * facet, RestrictionFlags__Enum flag, MethodInfo * method)); DO_APP_FUNC(0x024EB670, void, FacetsChecker_FacetsCompiler_SetFlag_1, (FacetsChecker_FacetsCompiler * __this, RestrictionFlags__Enum flag, MethodInfo * method)); DO_APP_FUNC(0x024EB6A0, void, FacetsChecker_FacetsCompiler__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01773660, void, FacetsChecker_FacetsCompiler_Map__ctor, (FacetsChecker_FacetsCompiler_Map * __this, uint16_t m, String * r, MethodInfo * method)); DO_APP_FUNC(0x024EBE90, void, Numeric10FacetsChecker__ctor, (Numeric10FacetsChecker * __this, Decimal minVal, Decimal maxVal, MethodInfo * method)); DO_APP_FUNC(0x024EBEA0, Exception *, Numeric10FacetsChecker_CheckValueFacets, (Numeric10FacetsChecker * __this, Object * value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024EBF40, Exception *, Numeric10FacetsChecker_CheckValueFacets_1, (Numeric10FacetsChecker * __this, Decimal value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024EC7A0, Exception *, Numeric10FacetsChecker_CheckValueFacets_2, (Numeric10FacetsChecker * __this, int64_t value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024EC860, Exception *, Numeric10FacetsChecker_CheckValueFacets_3, (Numeric10FacetsChecker * __this, int32_t value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024EC910, Exception *, Numeric10FacetsChecker_CheckValueFacets_4, (Numeric10FacetsChecker * __this, int16_t value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024EC9C0, bool, Numeric10FacetsChecker_MatchEnumeration, (Numeric10FacetsChecker * __this, Object * value, ArrayList * enumeration, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024ECA90, bool, Numeric10FacetsChecker_MatchEnumeration_1, (Numeric10FacetsChecker * __this, Decimal value, ArrayList * enumeration, XmlValueConverter * valueConverter, MethodInfo * method)); DO_APP_FUNC(0x024ECC00, Exception *, Numeric10FacetsChecker_CheckTotalAndFractionDigits, (Numeric10FacetsChecker * __this, Decimal value, int32_t totalDigits, int32_t fractionDigits, bool checkTotal, bool checkFraction, MethodInfo * method)); DO_APP_FUNC(0x024ED240, void, Numeric10FacetsChecker__cctor, (MethodInfo * method)); DO_APP_FUNC(0x024ED330, Exception *, Numeric2FacetsChecker_CheckValueFacets, (Numeric2FacetsChecker * __this, Object * value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024ED3C0, Exception *, Numeric2FacetsChecker_CheckValueFacets_1, (Numeric2FacetsChecker * __this, double value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024ED760, Exception *, Numeric2FacetsChecker_CheckValueFacets_2, (Numeric2FacetsChecker * __this, float value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024ED780, bool, Numeric2FacetsChecker_MatchEnumeration, (Numeric2FacetsChecker * __this, Object * value, ArrayList * enumeration, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024ED8A0, bool, Numeric2FacetsChecker_MatchEnumeration_1, (Numeric2FacetsChecker * __this, double value, ArrayList * enumeration, XmlValueConverter * valueConverter, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Numeric2FacetsChecker__ctor, (Numeric2FacetsChecker * __this, MethodInfo * method)); DO_APP_FUNC(0x024ED960, Exception *, DurationFacetsChecker_CheckValueFacets, (DurationFacetsChecker * __this, Object * value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024EDAA0, Exception *, DurationFacetsChecker_CheckValueFacets_1, (DurationFacetsChecker * __this, TimeSpan value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024EDE30, bool, DurationFacetsChecker_MatchEnumeration, (DurationFacetsChecker * __this, Object * value, ArrayList * enumeration, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024EDEC0, bool, DurationFacetsChecker_MatchEnumeration_1, (DurationFacetsChecker * __this, TimeSpan value, ArrayList * enumeration, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DurationFacetsChecker__ctor, (DurationFacetsChecker * __this, MethodInfo * method)); DO_APP_FUNC(0x024EDFB0, Exception *, DateTimeFacetsChecker_CheckValueFacets, (DateTimeFacetsChecker * __this, Object * value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024EE040, Exception *, DateTimeFacetsChecker_CheckValueFacets_1, (DateTimeFacetsChecker * __this, DateTime value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024EE4C0, bool, DateTimeFacetsChecker_MatchEnumeration, (DateTimeFacetsChecker * __this, Object * value, ArrayList * enumeration, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024EE550, bool, DateTimeFacetsChecker_MatchEnumeration_1, (DateTimeFacetsChecker * __this, DateTime value, ArrayList * enumeration, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DateTimeFacetsChecker__ctor, (DateTimeFacetsChecker * __this, MethodInfo * method)); DO_APP_FUNC(0x024EE680, Regex *, StringFacetsChecker_get_LanguagePattern, (MethodInfo * method)); DO_APP_FUNC(0x024EE7A0, Exception *, StringFacetsChecker_CheckValueFacets, (StringFacetsChecker * __this, Object * value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024EE830, Exception *, StringFacetsChecker_CheckValueFacets_1, (StringFacetsChecker * __this, String * value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024EE850, Exception *, StringFacetsChecker_CheckValueFacets_2, (StringFacetsChecker * __this, String * value, XmlSchemaDatatype * datatype, bool verifyUri, MethodInfo * method)); DO_APP_FUNC(0x024EEAF0, bool, StringFacetsChecker_MatchEnumeration, (StringFacetsChecker * __this, Object * value, ArrayList * enumeration, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024EEB80, bool, StringFacetsChecker_MatchEnumeration_1, (StringFacetsChecker * __this, String * value, ArrayList * enumeration, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024EEDF0, Exception *, StringFacetsChecker_CheckBuiltInFacets, (StringFacetsChecker * __this, String * s, XmlTypeCode__Enum typeCode, bool verifyUri, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StringFacetsChecker__ctor, (StringFacetsChecker * __this, MethodInfo * method)); DO_APP_FUNC(0x024EF2F0, Exception *, QNameFacetsChecker_CheckValueFacets, (QNameFacetsChecker * __this, Object * value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024EF440, Exception *, QNameFacetsChecker_CheckValueFacets_1, (QNameFacetsChecker * __this, XmlQualifiedName * value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024EF680, bool, QNameFacetsChecker_MatchEnumeration, (QNameFacetsChecker * __this, Object * value, ArrayList * enumeration, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024EF7C0, bool, QNameFacetsChecker_MatchEnumeration_1, (QNameFacetsChecker * __this, XmlQualifiedName * value, ArrayList * enumeration, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, QNameFacetsChecker__ctor, (QNameFacetsChecker * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MiscFacetsChecker__ctor, (MiscFacetsChecker * __this, MethodInfo * method)); DO_APP_FUNC(0x024EF8D0, Exception *, BinaryFacetsChecker_CheckValueFacets, (BinaryFacetsChecker * __this, Object * value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024EF970, Exception *, BinaryFacetsChecker_CheckValueFacets_1, (BinaryFacetsChecker * __this, Byte__Array * value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024EFB90, bool, BinaryFacetsChecker_MatchEnumeration, (BinaryFacetsChecker * __this, Object * value, ArrayList * enumeration, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024EFC40, bool, BinaryFacetsChecker_MatchEnumeration_1, (BinaryFacetsChecker * __this, Byte__Array * value, ArrayList * enumeration, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BinaryFacetsChecker__ctor, (BinaryFacetsChecker * __this, MethodInfo * method)); DO_APP_FUNC(0x024EFD50, Exception *, ListFacetsChecker_CheckValueFacets, (ListFacetsChecker * __this, Object * value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024EFFF0, bool, ListFacetsChecker_MatchEnumeration, (ListFacetsChecker * __this, Object * value, ArrayList * enumeration, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ListFacetsChecker__ctor, (ListFacetsChecker * __this, MethodInfo * method)); DO_APP_FUNC(0x024F00B0, Exception *, UnionFacetsChecker_CheckValueFacets, (UnionFacetsChecker * __this, Object * value, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x024EFFF0, bool, UnionFacetsChecker_MatchEnumeration, (UnionFacetsChecker * __this, Object * value, ArrayList * enumeration, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UnionFacetsChecker__ctor, (UnionFacetsChecker * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NamespaceList__ctor, (NamespaceList * __this, MethodInfo * method)); DO_APP_FUNC(0x024F01D0, void, NamespaceList__ctor_1, (NamespaceList * __this, String * namespaces, String * targetNamespace, MethodInfo * method)); DO_APP_FUNC(0x024F0590, NamespaceList *, NamespaceList_Clone, (NamespaceList * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, NamespaceList_ListType__Enum, NamespaceList_get_Type, (NamespaceList * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, NamespaceList_get_Excluded, (NamespaceList * __this, MethodInfo * method)); DO_APP_FUNC(0x024F0730, ICollection *, NamespaceList_get_Enumerate, (NamespaceList * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9428, NamespaceList_get_Enumerate__MethodInfo); DO_APP_FUNC(0x024F07B0, bool, NamespaceList_Allows, (NamespaceList * __this, String * ns, MethodInfo * method)); DO_APP_FUNC(0x024F0860, bool, NamespaceList_Allows_1, (NamespaceList * __this, XmlQualifiedName * qname, MethodInfo * method)); DO_APP_FUNC(0x024F0890, String *, NamespaceList_ToString, (NamespaceList * __this, MethodInfo * method)); DO_APP_FUNC(0x024F0C80, bool, NamespaceList_IsSubset, (NamespaceList * sub, NamespaceList * super, MethodInfo * method)); DO_APP_FUNC(0x024F0F60, NamespaceList *, NamespaceList_Union, (NamespaceList * o1, NamespaceList * o2, bool v1Compat, MethodInfo * method)); DO_APP_FUNC(0x024F1490, NamespaceList *, NamespaceList_CompareSetToOther, (NamespaceList * __this, NamespaceList * other, MethodInfo * method)); DO_APP_FUNC(0x024F1610, NamespaceList *, NamespaceList_Intersection, (NamespaceList * o1, NamespaceList * o2, bool v1Compat, MethodInfo * method)); DO_APP_FUNC(0x024F1B20, void, NamespaceList_RemoveNamespace, (NamespaceList * __this, String * tns, MethodInfo * method)); DO_APP_FUNC(0x024F1B80, void, NamespaceListV1Compat__ctor, (NamespaceListV1Compat * __this, String * namespaces, String * targetNamespace, MethodInfo * method)); DO_APP_FUNC(0x024F1B90, bool, NamespaceListV1Compat_Allows, (NamespaceListV1Compat * __this, String * ns, MethodInfo * method)); DO_APP_FUNC(0x024F1CA0, void, Parser_1__ctor, (Parser_1 * __this, SchemaType__Enum schemaType, XmlNameTable * nameTable, SchemaNames * schemaNames, ValidationEventHandler * eventHandler, MethodInfo * method)); DO_APP_FUNC(0x024F1F50, SchemaType__Enum, Parser_1_Parse, (Parser_1 * __this, XmlReader * reader, String * targetNamespace, MethodInfo * method)); DO_APP_FUNC(0x024F1FC0, void, Parser_1_StartParsing, (Parser_1 * __this, XmlReader * reader, String * targetNamespace, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC93F0, Parser_1_StartParsing__MethodInfo); DO_APP_FUNC(0x024F2780, bool, Parser_1_CheckSchemaRoot, (Parser_1 * __this, SchemaType__Enum rootType, String * * code, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, SchemaType__Enum, Parser_1_FinishParsing, (Parser_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, XmlSchema *, Parser_1_get_XmlSchema, (Parser_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, Parser_1_set_XmlResolver, (Parser_1 * __this, XmlResolver * value, MethodInfo * method)); DO_APP_FUNC(0x003C7000, SchemaInfo *, Parser_1_get_XdrSchema, (Parser_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x024F2990, bool, Parser_1_ParseReaderNode, (Parser_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x024F3270, void, Parser_1_ProcessAppInfoDocMarkup, (Parser_1 * __this, bool root, MethodInfo * method)); DO_APP_FUNC(0x024F35A0, XmlElement *, Parser_1_LoadElementNode, (Parser_1 * __this, bool root, MethodInfo * method)); DO_APP_FUNC(0x024F3B40, XmlAttribute *, Parser_1_CreateXmlNsAttribute, (Parser_1 * __this, String * prefix, String * value, MethodInfo * method)); DO_APP_FUNC(0x024F3C80, XmlAttribute *, Parser_1_LoadAttributeNode, (Parser_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9420, Parser_1_LoadAttributeNode__MethodInfo); DO_APP_FUNC(0x024F3E40, XmlEntityReference *, Parser_1_LoadEntityReferenceInAttribute, (Parser_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9410, Parser_1_LoadEntityReferenceInAttribute__MethodInfo); DO_APP_FUNC(0x003BAE40, void, RedefineEntry__ctor, (RedefineEntry * __this, XmlSchemaRedefine * external, XmlSchema * schema, MethodInfo * method)); DO_APP_FUNC(0x024F40D0, void, Preprocessor__ctor, (Preprocessor * __this, XmlNameTable * nameTable, SchemaNames * schemaNames, ValidationEventHandler * eventHandler, XmlSchemaCompilationSettings * compilationSettings, MethodInfo * method)); DO_APP_FUNC(0x024F42E0, bool, Preprocessor_Execute, (Preprocessor * __this, XmlSchema * schema, String * targetNamespace, bool loadExternals, MethodInfo * method)); DO_APP_FUNC(0x024F4C60, void, Preprocessor_Cleanup, (Preprocessor * __this, XmlSchema * schema, MethodInfo * method)); DO_APP_FUNC(0x024F4D60, void, Preprocessor_CleanupRedefine, (Preprocessor * __this, XmlSchemaExternal * include, MethodInfo * method)); DO_APP_FUNC(0x004B2C90, void, Preprocessor_set_XmlResolver, (Preprocessor * __this, XmlResolver * value, MethodInfo * method)); DO_APP_FUNC(0x00473A50, void, Preprocessor_set_ReaderSettings, (Preprocessor * __this, XmlReaderSettings * value, MethodInfo * method)); DO_APP_FUNC(0x0070DE20, void, Preprocessor_set_SchemaLocations, (Preprocessor * __this, Hashtable * value, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, Preprocessor_set_ChameleonSchemas, (Preprocessor * __this, Hashtable * value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, XmlSchema *, Preprocessor_get_RootSchema, (Preprocessor * __this, MethodInfo * method)); DO_APP_FUNC(0x024F4E00, void, Preprocessor_BuildSchemaList, (Preprocessor * __this, XmlSchema * schema, MethodInfo * method)); DO_APP_FUNC(0x024F4FC0, void, Preprocessor_LoadExternals, (Preprocessor * __this, XmlSchema * schema, MethodInfo * method)); DO_APP_FUNC(0x024F5ED0, XmlSchema *, Preprocessor_GetBuildInSchema, (MethodInfo * method)); DO_APP_FUNC(0x024F6C80, void, Preprocessor_BuildRefNamespaces, (Preprocessor * __this, XmlSchema * schema, MethodInfo * method)); DO_APP_FUNC(0x024F6F40, void, Preprocessor_ParseUri, (Preprocessor * __this, String * uri, String * code, XmlSchemaObject * sourceSchemaObject, MethodInfo * method)); DO_APP_FUNC(0x024F7040, void, Preprocessor_Preprocess, (Preprocessor * __this, XmlSchema * schema, String * targetNamespace, ArrayList * imports, MethodInfo * method)); DO_APP_FUNC(0x024F8650, void, Preprocessor_CopyIncludedComponents, (Preprocessor * __this, XmlSchema * includedSchema, XmlSchema * schema, MethodInfo * method)); DO_APP_FUNC(0x024F9610, void, Preprocessor_PreprocessRedefine, (Preprocessor * __this, RedefineEntry * redefineEntry, MethodInfo * method)); DO_APP_FUNC(0x024FA6C0, void, Preprocessor_GetIncludedSet, (Preprocessor * __this, XmlSchema * schema, ArrayList * includesList, MethodInfo * method)); DO_APP_FUNC(0x024FA840, XmlSchema *, Preprocessor_GetParentSchema, (XmlSchemaObject * currentSchemaObject, MethodInfo * method)); DO_APP_FUNC(0x024FA8B0, void, Preprocessor_SetSchemaDefaults, (Preprocessor * __this, XmlSchema * schema, MethodInfo * method)); DO_APP_FUNC(0x024FA9C0, int32_t, Preprocessor_CountGroupSelfReference, (Preprocessor * __this, XmlSchemaObjectCollection * items, XmlQualifiedName * name, XmlSchemaGroup * redefined, MethodInfo * method)); DO_APP_FUNC(0x024FAD80, void, Preprocessor_CheckRefinedGroup, (Preprocessor * __this, XmlSchemaGroup * group, MethodInfo * method)); DO_APP_FUNC(0x024FAE30, void, Preprocessor_CheckRefinedAttributeGroup, (Preprocessor * __this, XmlSchemaAttributeGroup * attributeGroup, MethodInfo * method)); DO_APP_FUNC(0x024FAFA0, void, Preprocessor_CheckRefinedSimpleType, (Preprocessor * __this, XmlSchemaSimpleType * stype, MethodInfo * method)); DO_APP_FUNC(0x024FB0F0, void, Preprocessor_CheckRefinedComplexType, (Preprocessor * __this, XmlSchemaComplexType * ctype, MethodInfo * method)); DO_APP_FUNC(0x024FB590, void, Preprocessor_PreprocessAttribute, (Preprocessor * __this, XmlSchemaAttribute * attribute, MethodInfo * method)); DO_APP_FUNC(0x024FB780, void, Preprocessor_PreprocessLocalAttribute, (Preprocessor * __this, XmlSchemaAttribute * attribute, MethodInfo * method)); DO_APP_FUNC(0x024FBA50, void, Preprocessor_PreprocessAttributeContent, (Preprocessor * __this, XmlSchemaAttribute * attribute, MethodInfo * method)); DO_APP_FUNC(0x024FBD50, void, Preprocessor_PreprocessAttributeGroup, (Preprocessor * __this, XmlSchemaAttributeGroup * attributeGroup, MethodInfo * method)); DO_APP_FUNC(0x024FBED0, void, Preprocessor_PreprocessElement, (Preprocessor * __this, XmlSchemaElement * element, MethodInfo * method)); DO_APP_FUNC(0x024FC1C0, void, Preprocessor_PreprocessLocalElement, (Preprocessor * __this, XmlSchemaElement * element, MethodInfo * method)); DO_APP_FUNC(0x024FC700, void, Preprocessor_PreprocessElementContent, (Preprocessor * __this, XmlSchemaElement * element, MethodInfo * method)); DO_APP_FUNC(0x024FCBF0, void, Preprocessor_PreprocessIdentityConstraint, (Preprocessor * __this, XmlSchemaIdentityConstraint * constraint, MethodInfo * method)); DO_APP_FUNC(0x024FD110, void, Preprocessor_PreprocessSimpleType, (Preprocessor * __this, XmlSchemaSimpleType * simpleType, bool local, MethodInfo * method)); DO_APP_FUNC(0x024FDAD0, void, Preprocessor_PreprocessComplexType, (Preprocessor * __this, XmlSchemaComplexType * complexType, bool local, MethodInfo * method)); DO_APP_FUNC(0x024FE860, void, Preprocessor_PreprocessGroup, (Preprocessor * __this, XmlSchemaGroup * group, MethodInfo * method)); DO_APP_FUNC(0x024FEAA0, void, Preprocessor_PreprocessNotation, (Preprocessor * __this, XmlSchemaNotation * notation, MethodInfo * method)); DO_APP_FUNC(0x024FED40, void, Preprocessor_PreprocessParticle, (Preprocessor * __this, XmlSchemaParticle * particle, MethodInfo * method)); DO_APP_FUNC(0x024FFAA0, void, Preprocessor_PreprocessAttributes, (Preprocessor * __this, XmlSchemaObjectCollection * attributes, XmlSchemaAnyAttribute * anyAttribute, XmlSchemaObject * parent, MethodInfo * method)); DO_APP_FUNC(0x024FFEC0, void, Preprocessor_ValidateIdAttribute, (Preprocessor * __this, XmlSchemaObject * xso, MethodInfo * method)); DO_APP_FUNC(0x02500160, void, Preprocessor_ValidateNameAttribute, (Preprocessor * __this, XmlSchemaObject * xso, MethodInfo * method)); DO_APP_FUNC(0x02500490, void, Preprocessor_ValidateQNameAttribute, (Preprocessor * __this, XmlSchemaObject * xso, String * attributeName, XmlQualifiedName * value, MethodInfo * method)); DO_APP_FUNC(0x02500760, Uri *, Preprocessor_ResolveSchemaLocationUri, (Preprocessor * __this, XmlSchema * enclosingSchema, String * location, MethodInfo * method)); DO_APP_FUNC(0x025007B0, Object *, Preprocessor_GetSchemaEntity, (Preprocessor * __this, Uri * ruri, MethodInfo * method)); DO_APP_FUNC(0x025007F0, XmlSchema *, Preprocessor_GetChameleonSchema, (Preprocessor * __this, String * targetNamespace, XmlSchema * schema, MethodInfo * method)); DO_APP_FUNC(0x02500A10, void, Preprocessor_SetParent, (Preprocessor * __this, XmlSchemaObject * child, XmlSchemaObject * parent, MethodInfo * method)); DO_APP_FUNC(0x02500A70, void, Preprocessor_PreprocessAnnotation, (Preprocessor * __this, XmlSchemaObject * schemaObject, MethodInfo * method)); DO_APP_FUNC(0x02500B40, void, Preprocessor_PreprocessAnnotation_1, (Preprocessor * __this, XmlSchemaAnnotation * annotation, MethodInfo * method)); DO_APP_FUNC(0x02500C40, void, SchemaAttDef__ctor, (SchemaAttDef * __this, XmlQualifiedName * name, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x02500C50, void, SchemaAttDef__ctor_1, (SchemaAttDef * __this, XmlQualifiedName * name, MethodInfo * method)); DO_APP_FUNC(0x02500C60, void, SchemaAttDef__ctor_2, (SchemaAttDef * __this, MethodInfo * method)); DO_APP_FUNC(0x02500C70, String *, SchemaAttDef_System_Xml_IDtdAttributeInfo_get_Prefix, (SchemaAttDef * __this, MethodInfo * method)); DO_APP_FUNC(0x01171D30, String *, SchemaAttDef_System_Xml_IDtdAttributeInfo_get_LocalName, (SchemaAttDef * __this, MethodInfo * method)); DO_APP_FUNC(0x007666D0, int32_t, SchemaAttDef_System_Xml_IDtdAttributeInfo_get_LineNumber, (SchemaAttDef * __this, MethodInfo * method)); DO_APP_FUNC(0x015FAEF0, int32_t, SchemaAttDef_System_Xml_IDtdAttributeInfo_get_LinePosition, (SchemaAttDef * __this, MethodInfo * method)); DO_APP_FUNC(0x02500CD0, bool, SchemaAttDef_System_Xml_IDtdAttributeInfo_get_IsNonCDataType, (SchemaAttDef * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, SchemaAttDef_System_Xml_IDtdAttributeInfo_get_IsDeclaredInExternal, (SchemaAttDef * __this, MethodInfo * method)); DO_APP_FUNC(0x02500D00, bool, SchemaAttDef_System_Xml_IDtdAttributeInfo_get_IsXmlAttribute, (SchemaAttDef * __this, MethodInfo * method)); DO_APP_FUNC(0x02500D10, String *, SchemaAttDef_System_Xml_IDtdDefaultAttributeInfo_get_DefaultValueExpanded, (SchemaAttDef * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, Object *, SchemaAttDef_System_Xml_IDtdDefaultAttributeInfo_get_DefaultValueTyped, (SchemaAttDef * __this, MethodInfo * method)); DO_APP_FUNC(0x01B48D90, int32_t, SchemaAttDef_System_Xml_IDtdDefaultAttributeInfo_get_ValueLineNumber, (SchemaAttDef * __this, MethodInfo * method)); DO_APP_FUNC(0x01015EC0, int32_t, SchemaAttDef_System_Xml_IDtdDefaultAttributeInfo_get_ValueLinePosition, (SchemaAttDef * __this, MethodInfo * method)); DO_APP_FUNC(0x015FAEF0, int32_t, SchemaAttDef_get_LinePosition, (SchemaAttDef * __this, MethodInfo * method)); DO_APP_FUNC(0x00564BA0, void, SchemaAttDef_set_LinePosition, (SchemaAttDef * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x007666D0, int32_t, SchemaAttDef_get_LineNumber, (SchemaAttDef * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB190, void, SchemaAttDef_set_LineNumber, (SchemaAttDef * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01015EC0, int32_t, SchemaAttDef_get_ValueLinePosition, (SchemaAttDef * __this, MethodInfo * method)); DO_APP_FUNC(0x01015ED0, void, SchemaAttDef_set_ValueLinePosition, (SchemaAttDef * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01B48D90, int32_t, SchemaAttDef_get_ValueLineNumber, (SchemaAttDef * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07B40, void, SchemaAttDef_set_ValueLineNumber, (SchemaAttDef * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02500D70, String *, SchemaAttDef_get_DefaultValueExpanded, (SchemaAttDef * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, SchemaAttDef_set_DefaultValueExpanded, (SchemaAttDef * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02500DD0, XmlTokenizedType__Enum, SchemaAttDef_get_TokenizedType, (SchemaAttDef * __this, MethodInfo * method)); DO_APP_FUNC(0x02500E00, void, SchemaAttDef_set_TokenizedType, (SchemaAttDef * __this, XmlTokenizedType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00AC7870, SchemaAttDef_Reserve__Enum, SchemaAttDef_get_Reserved, (SchemaAttDef * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC7880, void, SchemaAttDef_set_Reserved, (SchemaAttDef * __this, SchemaAttDef_Reserve__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01B48DA0, bool, SchemaAttDef_get_DefaultValueChecked, (SchemaAttDef * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, XmlSchemaAttribute *, SchemaAttDef_get_SchemaAttribute, (SchemaAttDef * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, SchemaAttDef_set_SchemaAttribute, (SchemaAttDef * __this, XmlSchemaAttribute * value, MethodInfo * method)); DO_APP_FUNC(0x02500E70, void, SchemaAttDef_CheckXmlSpace, (SchemaAttDef * __this, IValidationEventHandling * validationEventHandling, MethodInfo * method)); DO_APP_FUNC(0x02501210, SchemaAttDef *, SchemaAttDef_Clone, (SchemaAttDef * __this, MethodInfo * method)); DO_APP_FUNC(0x02501270, void, SchemaAttDef__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SchemaBuilder__ctor, (SchemaBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02501320, void, SchemaCollectionCompiler__ctor, (SchemaCollectionCompiler * __this, XmlNameTable * nameTable, ValidationEventHandler * eventHandler, MethodInfo * method)); DO_APP_FUNC(0x025014A0, bool, SchemaCollectionCompiler_Execute, (SchemaCollectionCompiler * __this, XmlSchema * schema, SchemaInfo * schemaInfo, bool compileContentModel, MethodInfo * method)); DO_APP_FUNC(0x02501550, void, SchemaCollectionCompiler_Prepare, (SchemaCollectionCompiler * __this, MethodInfo * method)); DO_APP_FUNC(0x02501900, void, SchemaCollectionCompiler_Cleanup, (SchemaCollectionCompiler * __this, MethodInfo * method)); DO_APP_FUNC(0x02502700, void, SchemaCollectionCompiler_Cleanup_1, (XmlSchema * schema, MethodInfo * method)); DO_APP_FUNC(0x02503170, void, SchemaCollectionCompiler_Compile, (SchemaCollectionCompiler * __this, MethodInfo * method)); DO_APP_FUNC(0x02504EB0, void, SchemaCollectionCompiler_Output, (SchemaCollectionCompiler * __this, SchemaInfo * schemaInfo, MethodInfo * method)); DO_APP_FUNC(0x02505E60, void, SchemaCollectionCompiler_CleanupAttribute, (XmlSchemaAttribute * attribute, MethodInfo * method)); DO_APP_FUNC(0x02505F40, void, SchemaCollectionCompiler_CleanupAttributeGroup, (XmlSchemaAttributeGroup * attributeGroup, MethodInfo * method)); DO_APP_FUNC(0x02505FD0, void, SchemaCollectionCompiler_CleanupComplexType, (XmlSchemaComplexType * complexType, MethodInfo * method)); DO_APP_FUNC(0x02506520, void, SchemaCollectionCompiler_CleanupSimpleType, (XmlSchemaSimpleType * simpleType, MethodInfo * method)); DO_APP_FUNC(0x02506590, void, SchemaCollectionCompiler_CleanupElement, (XmlSchemaElement * element, MethodInfo * method)); DO_APP_FUNC(0x02506870, void, SchemaCollectionCompiler_CleanupAttributes, (XmlSchemaObjectCollection * attributes, MethodInfo * method)); DO_APP_FUNC(0x02506970, void, SchemaCollectionCompiler_CleanupGroup, (XmlSchemaGroup * group, MethodInfo * method)); DO_APP_FUNC(0x025069F0, void, SchemaCollectionCompiler_CleanupParticle, (XmlSchemaParticle * particle, MethodInfo * method)); DO_APP_FUNC(0x02506C00, void, SchemaCollectionCompiler_CompileSubstitutionGroup, (SchemaCollectionCompiler * __this, XmlSchemaSubstitutionGroupV1Compat * substitutionGroup, MethodInfo * method)); DO_APP_FUNC(0x02507320, void, SchemaCollectionCompiler_CheckSubstitutionGroup, (SchemaCollectionCompiler * __this, XmlSchemaSubstitutionGroup * substitutionGroup, MethodInfo * method)); DO_APP_FUNC(0x02507570, void, SchemaCollectionCompiler_CompileGroup, (SchemaCollectionCompiler * __this, XmlSchemaGroup * group, MethodInfo * method)); DO_APP_FUNC(0x025076B0, void, SchemaCollectionCompiler_CompileSimpleType, (SchemaCollectionCompiler * __this, XmlSchemaSimpleType * simpleType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA398, SchemaCollectionCompiler_CompileSimpleType__MethodInfo); DO_APP_FUNC(0x025080F0, XmlSchemaSimpleType__Array *, SchemaCollectionCompiler_CompileBaseMemberTypes, (SchemaCollectionCompiler * __this, XmlSchemaSimpleType * simpleType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA3A8, SchemaCollectionCompiler_CompileBaseMemberTypes__MethodInfo); DO_APP_FUNC(0x025085B0, void, SchemaCollectionCompiler_CheckUnionType, (SchemaCollectionCompiler * __this, XmlSchemaSimpleType * unionMember, ArrayList * memberTypeDefinitions, XmlSchemaSimpleType * parentType, MethodInfo * method)); DO_APP_FUNC(0x02508700, void, SchemaCollectionCompiler_CompileComplexType, (SchemaCollectionCompiler * __this, XmlSchemaComplexType * complexType, MethodInfo * method)); DO_APP_FUNC(0x02509560, void, SchemaCollectionCompiler_CompileSimpleContentExtension, (SchemaCollectionCompiler * __this, XmlSchemaComplexType * complexType, XmlSchemaSimpleContentExtension * simpleExtension, MethodInfo * method)); DO_APP_FUNC(0x025098A0, void, SchemaCollectionCompiler_CompileSimpleContentRestriction, (SchemaCollectionCompiler * __this, XmlSchemaComplexType * complexType, XmlSchemaSimpleContentRestriction * simpleRestriction, MethodInfo * method)); DO_APP_FUNC(0x02509D70, void, SchemaCollectionCompiler_CompileComplexContentExtension, (SchemaCollectionCompiler * __this, XmlSchemaComplexType * complexType, XmlSchemaComplexContent * complexContent, XmlSchemaComplexContentExtension * complexExtension, MethodInfo * method)); DO_APP_FUNC(0x0250A380, void, SchemaCollectionCompiler_CompileComplexContentRestriction, (SchemaCollectionCompiler * __this, XmlSchemaComplexType * complexType, XmlSchemaComplexContent * complexContent, XmlSchemaComplexContentRestriction * complexRestriction, MethodInfo * method)); DO_APP_FUNC(0x0250A840, void, SchemaCollectionCompiler_CheckParticleDerivation, (SchemaCollectionCompiler * __this, XmlSchemaComplexType * complexType, MethodInfo * method)); DO_APP_FUNC(0x0250A930, XmlSchemaParticle *, SchemaCollectionCompiler_CompileContentTypeParticle, (SchemaCollectionCompiler * __this, XmlSchemaParticle * particle, bool substitution, MethodInfo * method)); DO_APP_FUNC(0x0250AC10, XmlSchemaParticle *, SchemaCollectionCompiler_CannonicalizeParticle, (SchemaCollectionCompiler * __this, XmlSchemaParticle * particle, bool root, bool substitution, MethodInfo * method)); DO_APP_FUNC(0x0250AF70, XmlSchemaParticle *, SchemaCollectionCompiler_CannonicalizeElement, (SchemaCollectionCompiler * __this, XmlSchemaElement * element, bool substitution, MethodInfo * method)); DO_APP_FUNC(0x0250B140, XmlSchemaParticle *, SchemaCollectionCompiler_CannonicalizeGroupRef, (SchemaCollectionCompiler * __this, XmlSchemaGroupRef * groupRef, bool root, bool substitution, MethodInfo * method)); DO_APP_FUNC(0x0250B980, XmlSchemaParticle *, SchemaCollectionCompiler_CannonicalizeAll, (SchemaCollectionCompiler * __this, XmlSchemaAll * all, bool root, bool substitution, MethodInfo * method)); DO_APP_FUNC(0x0250C0F0, XmlSchemaParticle *, SchemaCollectionCompiler_CannonicalizeChoice, (SchemaCollectionCompiler * __this, XmlSchemaChoice * choice, bool root, bool substitution, MethodInfo * method)); DO_APP_FUNC(0x0250C990, XmlSchemaParticle *, SchemaCollectionCompiler_CannonicalizeSequence, (SchemaCollectionCompiler * __this, XmlSchemaSequence * sequence, bool root, bool substitution, MethodInfo * method)); DO_APP_FUNC(0x0250D1A0, bool, SchemaCollectionCompiler_IsValidRestriction, (SchemaCollectionCompiler * __this, XmlSchemaParticle * derivedParticle, XmlSchemaParticle * baseParticle, MethodInfo * method)); DO_APP_FUNC(0x0250DCD0, bool, SchemaCollectionCompiler_IsElementFromElement, (SchemaCollectionCompiler * __this, XmlSchemaElement * derivedElement, XmlSchemaElement * baseElement, MethodInfo * method)); DO_APP_FUNC(0x0250DED0, bool, SchemaCollectionCompiler_IsElementFromAny, (SchemaCollectionCompiler * __this, XmlSchemaElement * derivedElement, XmlSchemaAny * baseAny, MethodInfo * method)); DO_APP_FUNC(0x0250DF60, bool, SchemaCollectionCompiler_IsAnyFromAny, (SchemaCollectionCompiler * __this, XmlSchemaAny * derivedAny, XmlSchemaAny * baseAny, MethodInfo * method)); DO_APP_FUNC(0x0250DFC0, bool, SchemaCollectionCompiler_IsGroupBaseFromAny, (SchemaCollectionCompiler * __this, XmlSchemaGroupBase * derivedGroupBase, XmlSchemaAny * baseAny, MethodInfo * method)); DO_APP_FUNC(0x0250E340, bool, SchemaCollectionCompiler_IsElementFromGroupBase, (SchemaCollectionCompiler * __this, XmlSchemaElement * derivedElement, XmlSchemaGroupBase * baseGroupBase, bool skipEmptableOnly, MethodInfo * method)); DO_APP_FUNC(0x0250E7D0, bool, SchemaCollectionCompiler_IsGroupBaseFromGroupBase, (SchemaCollectionCompiler * __this, XmlSchemaGroupBase * derivedGroupBase, XmlSchemaGroupBase * baseGroupBase, bool skipEmptableOnly, MethodInfo * method)); DO_APP_FUNC(0x0250EB10, bool, SchemaCollectionCompiler_IsSequenceFromAll, (SchemaCollectionCompiler * __this, XmlSchemaSequence * derivedSequence, XmlSchemaAll * baseAll, MethodInfo * method)); DO_APP_FUNC(0x0250EEF0, bool, SchemaCollectionCompiler_IsSequenceFromChoice, (SchemaCollectionCompiler * __this, XmlSchemaSequence * derivedSequence, XmlSchemaChoice * baseChoice, MethodInfo * method)); DO_APP_FUNC(0x0250F270, void, SchemaCollectionCompiler_CalculateSequenceRange, (SchemaCollectionCompiler * __this, XmlSchemaSequence * sequence, Decimal * minOccurs, Decimal * maxOccurs, MethodInfo * method)); DO_APP_FUNC(0x0250F8C0, bool, SchemaCollectionCompiler_IsValidOccurrenceRangeRestriction, (SchemaCollectionCompiler * __this, XmlSchemaParticle * derivedParticle, XmlSchemaParticle * baseParticle, MethodInfo * method)); DO_APP_FUNC(0x0250FA40, bool, SchemaCollectionCompiler_IsValidOccurrenceRangeRestriction_1, (SchemaCollectionCompiler * __this, Decimal minOccurs, Decimal maxOccurs, Decimal baseMinOccurs, Decimal baseMaxOccurs, MethodInfo * method)); DO_APP_FUNC(0x0250FB90, int32_t, SchemaCollectionCompiler_GetMappingParticle, (SchemaCollectionCompiler * __this, XmlSchemaParticle * particle, XmlSchemaObjectCollection * collection, MethodInfo * method)); DO_APP_FUNC(0x0250FCB0, bool, SchemaCollectionCompiler_IsParticleEmptiable, (SchemaCollectionCompiler * __this, XmlSchemaParticle * particle, MethodInfo * method)); DO_APP_FUNC(0x0250FDC0, void, SchemaCollectionCompiler_CalculateEffectiveTotalRange, (SchemaCollectionCompiler * __this, XmlSchemaParticle * particle, Decimal * minOccurs, Decimal * maxOccurs, MethodInfo * method)); DO_APP_FUNC(0x02510B50, void, SchemaCollectionCompiler_PushComplexType, (SchemaCollectionCompiler * __this, XmlSchemaComplexType * complexType, MethodInfo * method)); DO_APP_FUNC(0x02381200, XmlSchemaContentType__Enum, SchemaCollectionCompiler_GetSchemaContentType, (SchemaCollectionCompiler * __this, XmlSchemaComplexType * complexType, XmlSchemaComplexContent * complexContent, XmlSchemaParticle * particle, MethodInfo * method)); DO_APP_FUNC(0x02510B80, void, SchemaCollectionCompiler_CompileAttributeGroup, (SchemaCollectionCompiler * __this, XmlSchemaAttributeGroup * attributeGroup, MethodInfo * method)); DO_APP_FUNC(0x025112F0, void, SchemaCollectionCompiler_CompileLocalAttributes, (SchemaCollectionCompiler * __this, XmlSchemaComplexType * baseType, XmlSchemaComplexType * derivedType, XmlSchemaObjectCollection * attributes, XmlSchemaAnyAttribute * anyAttribute, XmlSchemaDerivationMethod__Enum derivedBy, MethodInfo * method)); DO_APP_FUNC(0x025124C0, XmlSchemaAnyAttribute *, SchemaCollectionCompiler_CompileAnyAttributeUnion, (SchemaCollectionCompiler * __this, XmlSchemaAnyAttribute * a, XmlSchemaAnyAttribute * b, MethodInfo * method)); DO_APP_FUNC(0x02512570, XmlSchemaAnyAttribute *, SchemaCollectionCompiler_CompileAnyAttributeIntersection, (SchemaCollectionCompiler * __this, XmlSchemaAnyAttribute * a, XmlSchemaAnyAttribute * b, MethodInfo * method)); DO_APP_FUNC(0x02512620, void, SchemaCollectionCompiler_CompileAttribute, (SchemaCollectionCompiler * __this, XmlSchemaAttribute * xa, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA2C0, SchemaCollectionCompiler_CompileAttribute__MethodInfo); DO_APP_FUNC(0x025131D0, void, SchemaCollectionCompiler_CompileIdentityConstraint, (SchemaCollectionCompiler * __this, XmlSchemaIdentityConstraint * xi, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA2E8, SchemaCollectionCompiler_CompileIdentityConstraint__MethodInfo); DO_APP_FUNC(0x02513930, void, SchemaCollectionCompiler_CompileElement, (SchemaCollectionCompiler * __this, XmlSchemaElement * xe, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA318, SchemaCollectionCompiler_CompileElement__MethodInfo); DO_APP_FUNC(0x025148A0, ContentValidator *, SchemaCollectionCompiler_CompileComplexContent, (SchemaCollectionCompiler * __this, XmlSchemaComplexType * complexType, MethodInfo * method)); DO_APP_FUNC(0x025156A0, void, SchemaCollectionCompiler_BuildParticleContentModel, (SchemaCollectionCompiler * __this, ParticleContentValidator * contentValidator, XmlSchemaParticle * particle, MethodInfo * method)); DO_APP_FUNC(0x02515F80, void, SchemaCollectionCompiler_CompileParticleElements, (SchemaCollectionCompiler * __this, XmlSchemaComplexType * complexType, XmlSchemaParticle * particle, MethodInfo * method)); DO_APP_FUNC(0x025162A0, void, SchemaCollectionCompiler_CompileCompexTypeElements, (SchemaCollectionCompiler * __this, XmlSchemaComplexType * complexType, MethodInfo * method)); DO_APP_FUNC(0x02516380, XmlSchemaSimpleType *, SchemaCollectionCompiler_GetSimpleType, (SchemaCollectionCompiler * __this, XmlQualifiedName * name, MethodInfo * method)); DO_APP_FUNC(0x025164F0, XmlSchemaComplexType *, SchemaCollectionCompiler_GetComplexType, (SchemaCollectionCompiler * __this, XmlQualifiedName * name, MethodInfo * method)); DO_APP_FUNC(0x025165B0, XmlSchemaType *, SchemaCollectionCompiler_GetAnySchemaType, (SchemaCollectionCompiler * __this, XmlQualifiedName * name, MethodInfo * method)); DO_APP_FUNC(0x02516790, void, SchemaCollectionPreprocessor__ctor, (SchemaCollectionPreprocessor * __this, XmlNameTable * nameTable, SchemaNames * schemaNames, ValidationEventHandler * eventHandler, MethodInfo * method)); DO_APP_FUNC(0x025167A0, bool, SchemaCollectionPreprocessor_Execute, (SchemaCollectionPreprocessor * __this, XmlSchema * schema, String * targetNamespace, bool loadExternals, XmlSchemaCollection * xsc, MethodInfo * method)); DO_APP_FUNC(0x02516B10, void, SchemaCollectionPreprocessor_Cleanup, (SchemaCollectionPreprocessor * __this, XmlSchema * schema, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, SchemaCollectionPreprocessor_set_XmlResolver, (SchemaCollectionPreprocessor * __this, XmlResolver * value, MethodInfo * method)); DO_APP_FUNC(0x025170C0, void, SchemaCollectionPreprocessor_LoadExternals, (SchemaCollectionPreprocessor * __this, XmlSchema * schema, XmlSchemaCollection * xsc, MethodInfo * method)); DO_APP_FUNC(0x02517DF0, void, SchemaCollectionPreprocessor_BuildRefNamespaces, (SchemaCollectionPreprocessor * __this, XmlSchema * schema, MethodInfo * method)); DO_APP_FUNC(0x02518090, void, SchemaCollectionPreprocessor_Preprocess, (SchemaCollectionPreprocessor * __this, XmlSchema * schema, String * targetNamespace, SchemaCollectionPreprocessor_Compositor__Enum compositor, MethodInfo * method)); DO_APP_FUNC(0x02519FE0, void, SchemaCollectionPreprocessor_PreprocessRedefine, (SchemaCollectionPreprocessor * __this, XmlSchemaRedefine * redefine, MethodInfo * method)); DO_APP_FUNC(0x0251B1D0, int32_t, SchemaCollectionPreprocessor_CountGroupSelfReference, (SchemaCollectionPreprocessor * __this, XmlSchemaObjectCollection * items, XmlQualifiedName * name, MethodInfo * method)); DO_APP_FUNC(0x0251B560, void, SchemaCollectionPreprocessor_CheckRefinedGroup, (SchemaCollectionPreprocessor * __this, XmlSchemaGroup * group, MethodInfo * method)); DO_APP_FUNC(0x0251B600, void, SchemaCollectionPreprocessor_CheckRefinedAttributeGroup, (SchemaCollectionPreprocessor * __this, XmlSchemaAttributeGroup * attributeGroup, MethodInfo * method)); DO_APP_FUNC(0x0251B770, void, SchemaCollectionPreprocessor_CheckRefinedSimpleType, (SchemaCollectionPreprocessor * __this, XmlSchemaSimpleType * stype, MethodInfo * method)); DO_APP_FUNC(0x0251B8C0, void, SchemaCollectionPreprocessor_CheckRefinedComplexType, (SchemaCollectionPreprocessor * __this, XmlSchemaComplexType * ctype, MethodInfo * method)); DO_APP_FUNC(0x0251BD60, void, SchemaCollectionPreprocessor_PreprocessAttribute, (SchemaCollectionPreprocessor * __this, XmlSchemaAttribute * attribute, MethodInfo * method)); DO_APP_FUNC(0x0251BF50, void, SchemaCollectionPreprocessor_PreprocessLocalAttribute, (SchemaCollectionPreprocessor * __this, XmlSchemaAttribute * attribute, MethodInfo * method)); DO_APP_FUNC(0x0251C220, void, SchemaCollectionPreprocessor_PreprocessAttributeContent, (SchemaCollectionPreprocessor * __this, XmlSchemaAttribute * attribute, MethodInfo * method)); DO_APP_FUNC(0x0251C560, void, SchemaCollectionPreprocessor_PreprocessAttributeGroup, (SchemaCollectionPreprocessor * __this, XmlSchemaAttributeGroup * attributeGroup, MethodInfo * method)); DO_APP_FUNC(0x0251C6E0, void, SchemaCollectionPreprocessor_PreprocessElement, (SchemaCollectionPreprocessor * __this, XmlSchemaElement * element, MethodInfo * method)); DO_APP_FUNC(0x0251C9D0, void, SchemaCollectionPreprocessor_PreprocessLocalElement, (SchemaCollectionPreprocessor * __this, XmlSchemaElement * element, MethodInfo * method)); DO_APP_FUNC(0x0251CF10, void, SchemaCollectionPreprocessor_PreprocessElementContent, (SchemaCollectionPreprocessor * __this, XmlSchemaElement * element, MethodInfo * method)); DO_APP_FUNC(0x0251D430, void, SchemaCollectionPreprocessor_PreprocessIdentityConstraint, (SchemaCollectionPreprocessor * __this, XmlSchemaIdentityConstraint * constraint, MethodInfo * method)); DO_APP_FUNC(0x0251D950, void, SchemaCollectionPreprocessor_PreprocessSimpleType, (SchemaCollectionPreprocessor * __this, XmlSchemaSimpleType * simpleType, bool local, MethodInfo * method)); DO_APP_FUNC(0x0251E320, void, SchemaCollectionPreprocessor_PreprocessComplexType, (SchemaCollectionPreprocessor * __this, XmlSchemaComplexType * complexType, bool local, MethodInfo * method)); DO_APP_FUNC(0x0251F0B0, void, SchemaCollectionPreprocessor_PreprocessGroup, (SchemaCollectionPreprocessor * __this, XmlSchemaGroup * group, MethodInfo * method)); DO_APP_FUNC(0x0251F2F0, void, SchemaCollectionPreprocessor_PreprocessNotation, (SchemaCollectionPreprocessor * __this, XmlSchemaNotation * notation, MethodInfo * method)); DO_APP_FUNC(0x0251F540, void, SchemaCollectionPreprocessor_PreprocessParticle, (SchemaCollectionPreprocessor * __this, XmlSchemaParticle * particle, MethodInfo * method)); DO_APP_FUNC(0x02520320, void, SchemaCollectionPreprocessor_PreprocessAttributes, (SchemaCollectionPreprocessor * __this, XmlSchemaObjectCollection * attributes, XmlSchemaAnyAttribute * anyAttribute, XmlSchemaObject * parent, MethodInfo * method)); DO_APP_FUNC(0x025207E0, void, SchemaCollectionPreprocessor_ValidateIdAttribute, (SchemaCollectionPreprocessor * __this, XmlSchemaObject * xso, MethodInfo * method)); DO_APP_FUNC(0x02520A10, void, SchemaCollectionPreprocessor_ValidateNameAttribute, (SchemaCollectionPreprocessor * __this, XmlSchemaObject * xso, MethodInfo * method)); DO_APP_FUNC(0x02520D40, void, SchemaCollectionPreprocessor_ValidateQNameAttribute, (SchemaCollectionPreprocessor * __this, XmlSchemaObject * xso, String * attributeName, XmlQualifiedName * value, MethodInfo * method)); DO_APP_FUNC(0x02500A10, void, SchemaCollectionPreprocessor_SetParent, (SchemaCollectionPreprocessor * __this, XmlSchemaObject * child, XmlSchemaObject * parent, MethodInfo * method)); DO_APP_FUNC(0x02520E60, void, SchemaCollectionPreprocessor_PreprocessAnnotation, (SchemaCollectionPreprocessor * __this, XmlSchemaObject * schemaObject, MethodInfo * method)); DO_APP_FUNC(0x02520FE0, Uri *, SchemaCollectionPreprocessor_ResolveSchemaLocationUri, (SchemaCollectionPreprocessor * __this, XmlSchema * enclosingSchema, String * location, MethodInfo * method)); DO_APP_FUNC(0x02521030, Stream *, SchemaCollectionPreprocessor_GetSchemaEntity, (SchemaCollectionPreprocessor * __this, Uri * ruri, MethodInfo * method)); DO_APP_FUNC(0x023643F0, void, SchemaDeclBase__ctor, (SchemaDeclBase * __this, XmlQualifiedName * name, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x02364570, void, SchemaDeclBase__ctor_1, (SchemaDeclBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, XmlQualifiedName *, SchemaDeclBase_get_Name, (SchemaDeclBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, SchemaDeclBase_set_Name, (SchemaDeclBase * __this, XmlQualifiedName * value, MethodInfo * method)); DO_APP_FUNC(0x02364620, String *, SchemaDeclBase_get_Prefix, (SchemaDeclBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, SchemaDeclBase_set_Prefix, (SchemaDeclBase * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, SchemaDeclBase_get_IsDeclaredInExternal, (SchemaDeclBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, SchemaDeclBase_set_IsDeclaredInExternal, (SchemaDeclBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, SchemaDeclBase_Use__Enum, SchemaDeclBase_get_Presence, (SchemaDeclBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, SchemaDeclBase_set_Presence, (SchemaDeclBase * __this, SchemaDeclBase_Use__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, int64_t, SchemaDeclBase_get_MaxLength, (SchemaDeclBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00725180, void, SchemaDeclBase_set_MaxLength, (SchemaDeclBase * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, int64_t, SchemaDeclBase_get_MinLength, (SchemaDeclBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02364680, void, SchemaDeclBase_set_MinLength, (SchemaDeclBase * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, XmlSchemaType *, SchemaDeclBase_get_SchemaType, (SchemaDeclBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, SchemaDeclBase_set_SchemaType, (SchemaDeclBase * __this, XmlSchemaType * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, XmlSchemaDatatype *, SchemaDeclBase_get_Datatype, (SchemaDeclBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, SchemaDeclBase_set_Datatype, (SchemaDeclBase * __this, XmlSchemaDatatype * value, MethodInfo * method)); DO_APP_FUNC(0x02364690, void, SchemaDeclBase_AddValue, (SchemaDeclBase * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, List_1_System_String_ *, SchemaDeclBase_get_Values, (SchemaDeclBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, SchemaDeclBase_set_Values, (SchemaDeclBase * __this, List_1_System_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x023647E0, String *, SchemaDeclBase_get_DefaultValueRaw, (SchemaDeclBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, SchemaDeclBase_set_DefaultValueRaw, (SchemaDeclBase * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, Object *, SchemaDeclBase_get_DefaultValueTyped, (SchemaDeclBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, SchemaDeclBase_set_DefaultValueTyped, (SchemaDeclBase * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02364840, bool, SchemaDeclBase_CheckEnumeration, (SchemaDeclBase * __this, Object * pVal, MethodInfo * method)); DO_APP_FUNC(0x02364960, bool, SchemaDeclBase_CheckValue, (SchemaDeclBase * __this, Object * pVal, MethodInfo * method)); DO_APP_FUNC(0x023649C0, void, SchemaElementDecl__ctor, (SchemaElementDecl * __this, MethodInfo * method)); DO_APP_FUNC(0x02364B70, void, SchemaElementDecl__ctor_1, (SchemaElementDecl * __this, XmlSchemaDatatype * dtype, MethodInfo * method)); DO_APP_FUNC(0x02364E20, void, SchemaElementDecl__ctor_2, (SchemaElementDecl * __this, XmlQualifiedName * name, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x02364FF0, SchemaElementDecl *, SchemaElementDecl_CreateAnyTypeElementDecl, (MethodInfo * method)); DO_APP_FUNC(0x01E49DC0, bool, SchemaElementDecl_System_Xml_IDtdAttributeListInfo_get_HasNonCDataAttributes, (SchemaElementDecl * __this, MethodInfo * method)); DO_APP_FUNC(0x02365110, IDtdAttributeInfo *, SchemaElementDecl_System_Xml_IDtdAttributeListInfo_LookupAttribute, (SchemaElementDecl * __this, String * prefix, String * localName, MethodInfo * method)); DO_APP_FUNC(0x003C7000, IEnumerable_1_System_Xml_IDtdDefaultAttributeInfo_ *, SchemaElementDecl_System_Xml_IDtdAttributeListInfo_LookupDefaultAttributes, (SchemaElementDecl * __this, MethodInfo * method)); DO_APP_FUNC(0x005625F0, bool, SchemaElementDecl_get_IsIdDeclared, (SchemaElementDecl * __this, MethodInfo * method)); DO_APP_FUNC(0x00562600, void, SchemaElementDecl_set_IsIdDeclared, (SchemaElementDecl * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E49DC0, bool, SchemaElementDecl_get_HasNonCDataAttribute, (SchemaElementDecl * __this, MethodInfo * method)); DO_APP_FUNC(0x023651D0, void, SchemaElementDecl_set_HasNonCDataAttribute, (SchemaElementDecl * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x023651E0, SchemaElementDecl *, SchemaElementDecl_Clone, (SchemaElementDecl * __this, MethodInfo * method)); DO_APP_FUNC(0x02365240, bool, SchemaElementDecl_get_IsAbstract, (SchemaElementDecl * __this, MethodInfo * method)); DO_APP_FUNC(0x02365250, void, SchemaElementDecl_set_IsAbstract, (SchemaElementDecl * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02365260, bool, SchemaElementDecl_get_IsNillable, (SchemaElementDecl * __this, MethodInfo * method)); DO_APP_FUNC(0x02365270, void, SchemaElementDecl_set_IsNillable, (SchemaElementDecl * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C6E520, XmlSchemaDerivationMethod__Enum, SchemaElementDecl_get_Block, (SchemaElementDecl * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07B70, void, SchemaElementDecl_set_Block, (SchemaElementDecl * __this, XmlSchemaDerivationMethod__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00A7D210, bool, SchemaElementDecl_get_IsNotationDeclared, (SchemaElementDecl * __this, MethodInfo * method)); DO_APP_FUNC(0x02365280, void, SchemaElementDecl_set_IsNotationDeclared, (SchemaElementDecl * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02365290, bool, SchemaElementDecl_get_HasDefaultAttribute, (SchemaElementDecl * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC4450, bool, SchemaElementDecl_get_HasRequiredAttribute, (SchemaElementDecl * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, ContentValidator *, SchemaElementDecl_get_ContentValidator, (SchemaElementDecl * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, SchemaElementDecl_set_ContentValidator, (SchemaElementDecl * __this, ContentValidator * value, MethodInfo * method)); DO_APP_FUNC(0x003C7040, XmlSchemaAnyAttribute *, SchemaElementDecl_get_AnyAttribute, (SchemaElementDecl * __this, MethodInfo * method)); DO_APP_FUNC(0x00591040, void, SchemaElementDecl_set_AnyAttribute, (SchemaElementDecl * __this, XmlSchemaAnyAttribute * value, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, CompiledIdentityConstraint__Array *, SchemaElementDecl_get_Constraints, (SchemaElementDecl * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F50, void, SchemaElementDecl_set_Constraints, (SchemaElementDecl * __this, CompiledIdentityConstraint__Array * value, MethodInfo * method)); DO_APP_FUNC(0x00605860, XmlSchemaElement *, SchemaElementDecl_get_SchemaElement, (SchemaElementDecl * __this, MethodInfo * method)); DO_APP_FUNC(0x00473A50, void, SchemaElementDecl_set_SchemaElement, (SchemaElementDecl * __this, XmlSchemaElement * value, MethodInfo * method)); DO_APP_FUNC(0x023652A0, void, SchemaElementDecl_AddAttDef, (SchemaElementDecl * __this, SchemaAttDef * attdef, MethodInfo * method)); DO_APP_FUNC(0x02365460, SchemaAttDef *, SchemaElementDecl_GetAttDef, (SchemaElementDecl * __this, XmlQualifiedName * qname, MethodInfo * method)); DO_APP_FUNC(0x003C7000, IList_1_System_Xml_IDtdDefaultAttributeInfo_ *, SchemaElementDecl_get_DefaultAttDefs, (SchemaElementDecl * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaAttDef_ *, SchemaElementDecl_get_AttDefs, (SchemaElementDecl * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_XmlQualifiedName_ *, SchemaElementDecl_get_ProhibitedAttributes, (SchemaElementDecl * __this, MethodInfo * method)); DO_APP_FUNC(0x023654E0, void, SchemaElementDecl_CheckAttributes, (SchemaElementDecl * __this, Hashtable * presence, bool standalone, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6E9C8, SchemaElementDecl_CheckAttributes__MethodInfo); DO_APP_FUNC(0x02365870, void, SchemaElementDecl__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02365920, void, SchemaEntity__ctor, (SchemaEntity * __this, XmlQualifiedName * qname, bool isParameter, MethodInfo * method)); DO_APP_FUNC(0x01171D30, String *, SchemaEntity_System_Xml_IDtdEntityInfo_get_Name, (SchemaEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00610410, bool, SchemaEntity_System_Xml_IDtdEntityInfo_get_IsExternal, (SchemaEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x0060F990, bool, SchemaEntity_System_Xml_IDtdEntityInfo_get_IsDeclaredInExternal, (SchemaEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x02365A40, bool, SchemaEntity_System_Xml_IDtdEntityInfo_get_IsUnparsedEntity, (SchemaEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x008FC900, bool, SchemaEntity_System_Xml_IDtdEntityInfo_get_IsParameterEntity, (SchemaEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x02365A80, String *, SchemaEntity_System_Xml_IDtdEntityInfo_get_BaseUriString, (SchemaEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x02365AE0, String *, SchemaEntity_System_Xml_IDtdEntityInfo_get_DeclaredUriString, (SchemaEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, SchemaEntity_System_Xml_IDtdEntityInfo_get_SystemId, (SchemaEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, SchemaEntity_System_Xml_IDtdEntityInfo_get_PublicId, (SchemaEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, SchemaEntity_System_Xml_IDtdEntityInfo_get_Text, (SchemaEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, SchemaEntity_System_Xml_IDtdEntityInfo_get_LineNumber, (SchemaEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x01365740, int32_t, SchemaEntity_System_Xml_IDtdEntityInfo_get_LinePosition, (SchemaEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x02365B40, bool, SchemaEntity_IsPredefinedEntity, (String * n, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, XmlQualifiedName *, SchemaEntity_get_Name, (SchemaEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, SchemaEntity_get_Url, (SchemaEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x02365CF0, void, SchemaEntity_set_Url, (SchemaEntity * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, SchemaEntity_get_Pubid, (SchemaEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, SchemaEntity_set_Pubid, (SchemaEntity * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00610410, bool, SchemaEntity_get_IsExternal, (SchemaEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x01D81110, void, SchemaEntity_set_IsExternal, (SchemaEntity * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0060F990, bool, SchemaEntity_get_DeclaredInExternal, (SchemaEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x01F07B50, void, SchemaEntity_set_DeclaredInExternal, (SchemaEntity * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, XmlQualifiedName *, SchemaEntity_get_NData, (SchemaEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, SchemaEntity_set_NData, (SchemaEntity * __this, XmlQualifiedName * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, SchemaEntity_get_Text, (SchemaEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x02365D50, void, SchemaEntity_set_Text, (SchemaEntity * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, SchemaEntity_get_Line, (SchemaEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF230, void, SchemaEntity_set_Line, (SchemaEntity * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01365740, int32_t, SchemaEntity_get_Pos, (SchemaEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x01A728E0, void, SchemaEntity_set_Pos, (SchemaEntity * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02365DB0, String *, SchemaEntity_get_BaseURI, (SchemaEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, SchemaEntity_set_BaseURI, (SchemaEntity * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0060F880, bool, SchemaEntity_get_ParsingInProgress, (SchemaEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1EBE0, void, SchemaEntity_set_ParsingInProgress, (SchemaEntity * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02365E10, String *, SchemaEntity_get_DeclaredURI, (SchemaEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, SchemaEntity_set_DeclaredURI, (SchemaEntity * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02365E70, void, SchemaInfo__ctor, (SchemaInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, XmlQualifiedName *, SchemaInfo_get_DocTypeName, (SchemaInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, SchemaInfo_set_DocTypeName, (SchemaInfo * __this, XmlQualifiedName * value, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, SchemaInfo_set_InternalDtdSubset, (SchemaInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaElementDecl_ *, SchemaInfo_get_ElementDecls, (SchemaInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaElementDecl_ *, SchemaInfo_get_UndeclaredElementDecls, (SchemaInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02366300, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaEntity_ *, SchemaInfo_get_GeneralEntities, (SchemaInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x023663F0, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaEntity_ *, SchemaInfo_get_ParameterEntities, (SchemaInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADDA40, SchemaType__Enum, SchemaInfo_get_SchemaType, (SchemaInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A620, void, SchemaInfo_set_SchemaType, (SchemaInfo * __this, SchemaType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Dictionary_2_System_String_System_Boolean_ *, SchemaInfo_get_TargetNamespaces, (SchemaInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaElementDecl_ *, SchemaInfo_get_ElementDeclsByType, (SchemaInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaAttDef_ *, SchemaInfo_get_AttributeDecls, (SchemaInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x023664E0, Dictionary_2_System_String_System_Xml_Schema_SchemaNotation_ *, SchemaInfo_get_Notations, (SchemaInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A6C0, int32_t, SchemaInfo_get_ErrorCount, (SchemaInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A710, void, SchemaInfo_set_ErrorCount, (SchemaInfo * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x023665D0, SchemaElementDecl *, SchemaInfo_GetElementDecl, (SchemaInfo * __this, XmlQualifiedName * qname, MethodInfo * method)); DO_APP_FUNC(0x02366650, SchemaElementDecl *, SchemaInfo_GetTypeDecl, (SchemaInfo * __this, XmlQualifiedName * qname, MethodInfo * method)); DO_APP_FUNC(0x023666D0, XmlSchemaElement *, SchemaInfo_GetElement, (SchemaInfo * __this, XmlQualifiedName * qname, MethodInfo * method)); DO_APP_FUNC(0x02366700, bool, SchemaInfo_HasSchema, (SchemaInfo * __this, String * ns, MethodInfo * method)); DO_APP_FUNC(0x02366780, bool, SchemaInfo_Contains, (SchemaInfo * __this, String * ns, MethodInfo * method)); DO_APP_FUNC(0x02366800, SchemaAttDef *, SchemaInfo_GetAttributeXdr, (SchemaInfo * __this, SchemaElementDecl * ed, XmlQualifiedName * qname, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6E940, SchemaInfo_GetAttributeXdr__MethodInfo); DO_APP_FUNC(0x023669F0, SchemaAttDef *, SchemaInfo_GetAttributeXsd, (SchemaInfo * __this, SchemaElementDecl * ed, XmlQualifiedName * qname, XmlSchemaObject * partialValidationType, AttributeMatchState__Enum * attributeMatchState, MethodInfo * method)); DO_APP_FUNC(0x02366C80, SchemaAttDef *, SchemaInfo_GetAttributeXsd_1, (SchemaInfo * __this, SchemaElementDecl * ed, XmlQualifiedName * qname, bool * skip, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6E9A0, SchemaInfo_GetAttributeXsd_1__MethodInfo); DO_APP_FUNC(0x02366DE0, void, SchemaInfo_Add, (SchemaInfo * __this, SchemaInfo * sinfo, ValidationEventHandler * eventhandler, MethodInfo * method)); DO_APP_FUNC(0x02367D10, void, SchemaInfo_Finish, (SchemaInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00610410, bool, SchemaInfo_System_Xml_IDtdInfo_get_HasDefaultAttributes, (SchemaInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x008FC900, bool, SchemaInfo_System_Xml_IDtdInfo_get_HasNonCDataAttributes, (SchemaInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02367F10, IDtdAttributeListInfo *, SchemaInfo_System_Xml_IDtdInfo_LookupAttributeList, (SchemaInfo * __this, String * prefix, String * localName, MethodInfo * method)); DO_APP_FUNC(0x02367FF0, IDtdEntityInfo *, SchemaInfo_System_Xml_IDtdInfo_LookupEntity, (SchemaInfo * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003B9330, XmlQualifiedName *, SchemaInfo_System_Xml_IDtdInfo_get_Name, (SchemaInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, SchemaInfo_System_Xml_IDtdInfo_get_InternalDtdSubset, (SchemaInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x023680D0, void, SchemaNames__ctor, (SchemaNames * __this, XmlNameTable * nameTable, MethodInfo * method)); DO_APP_FUNC(0x0236C110, void, SchemaNames_CreateTokenToQNameTable, (SchemaNames * __this, MethodInfo * method)); DO_APP_FUNC(0x0236E9D0, SchemaType__Enum, SchemaNames_SchemaTypeFromRoot, (SchemaNames * __this, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0236EB40, bool, SchemaNames_IsXSDRoot, (SchemaNames * __this, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0236EBF0, bool, SchemaNames_IsXDRRoot, (SchemaNames * __this, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, SchemaNamespaceManager__ctor, (SchemaNamespaceManager * __this, XmlSchemaObject * node, MethodInfo * method)); DO_APP_FUNC(0x0236ECA0, String *, SchemaNamespaceManager_LookupNamespace, (SchemaNamespaceManager * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x0236EE40, String *, SchemaNamespaceManager_LookupPrefix, (SchemaNamespaceManager * __this, String * ns, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, SchemaNotation__ctor, (SchemaNotation * __this, XmlQualifiedName * name, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, XmlQualifiedName *, SchemaNotation_get_Name, (SchemaNotation * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, SchemaNotation_get_SystemLiteral, (SchemaNotation * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, SchemaNotation_set_SystemLiteral, (SchemaNotation * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, SchemaNotation_get_Pubid, (SchemaNotation * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, SchemaNotation_set_Pubid, (SchemaNotation * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0236F160, void, Compiler__ctor, (Compiler * __this, XmlNameTable * nameTable, ValidationEventHandler * eventHandler, XmlSchema * schemaForSchema, XmlSchemaCompilationSettings * compilationSettings, MethodInfo * method)); DO_APP_FUNC(0x0236F780, bool, Compiler_Execute, (Compiler * __this, XmlSchemaSet * schemaSet, SchemaInfo * schemaCompiledInfo, MethodInfo * method)); DO_APP_FUNC(0x0236F970, void, Compiler_Prepare, (Compiler * __this, XmlSchema * schema, bool cleanup, MethodInfo * method)); DO_APP_FUNC(0x02370C90, void, Compiler_UpdateSForSSimpleTypes, (Compiler * __this, MethodInfo * method)); DO_APP_FUNC(0x02370DE0, void, Compiler_Output, (Compiler * __this, SchemaInfo * schemaInfo, MethodInfo * method)); DO_APP_FUNC(0x02371E10, void, Compiler_ImportAllCompiledSchemas, (Compiler * __this, XmlSchemaSet * schemaSet, MethodInfo * method)); DO_APP_FUNC(0x02371F20, bool, Compiler_Compile, (Compiler * __this, MethodInfo * method)); DO_APP_FUNC(0x02373C00, void, Compiler_CleanupAttribute, (Compiler * __this, XmlSchemaAttribute * attribute, MethodInfo * method)); DO_APP_FUNC(0x02373C90, void, Compiler_CleanupAttributeGroup, (Compiler * __this, XmlSchemaAttributeGroup * attributeGroup, MethodInfo * method)); DO_APP_FUNC(0x02373D60, void, Compiler_CleanupComplexType, (Compiler * __this, XmlSchemaComplexType * complexType, MethodInfo * method)); DO_APP_FUNC(0x02374450, void, Compiler_CleanupSimpleType, (Compiler * __this, XmlSchemaSimpleType * simpleType, MethodInfo * method)); DO_APP_FUNC(0x023745B0, void, Compiler_CleanupElement, (Compiler * __this, XmlSchemaElement * element, MethodInfo * method)); DO_APP_FUNC(0x02374860, void, Compiler_CleanupAttributes, (Compiler * __this, XmlSchemaObjectCollection * attributes, MethodInfo * method)); DO_APP_FUNC(0x02374970, void, Compiler_CleanupGroup, (Compiler * __this, XmlSchemaGroup * group, MethodInfo * method)); DO_APP_FUNC(0x02374A20, void, Compiler_CleanupParticle, (Compiler * __this, XmlSchemaParticle * particle, MethodInfo * method)); DO_APP_FUNC(0x02374BF0, void, Compiler_ProcessSubstitutionGroups, (Compiler * __this, MethodInfo * method)); DO_APP_FUNC(0x02375320, void, Compiler_CompileSubstitutionGroup, (Compiler * __this, XmlSchemaSubstitutionGroup * substitutionGroup, MethodInfo * method)); DO_APP_FUNC(0x02375920, void, Compiler_RecursivelyCheckRedefinedGroups, (Compiler * __this, XmlSchemaGroup * redefinedGroup, XmlSchemaGroup * baseGroup, MethodInfo * method)); DO_APP_FUNC(0x02375B00, void, Compiler_RecursivelyCheckRedefinedAttributeGroups, (Compiler * __this, XmlSchemaAttributeGroup * attributeGroup, XmlSchemaAttributeGroup * baseAttributeGroup, MethodInfo * method)); DO_APP_FUNC(0x02375B90, void, Compiler_CompileGroup, (Compiler * __this, XmlSchemaGroup * group, MethodInfo * method)); DO_APP_FUNC(0x02375CC0, void, Compiler_CompileSimpleType, (Compiler * __this, XmlSchemaSimpleType * simpleType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6E500, Compiler_CompileSimpleType__MethodInfo); DO_APP_FUNC(0x023769F0, XmlSchemaSimpleType__Array *, Compiler_CompileBaseMemberTypes, (Compiler * __this, XmlSchemaSimpleType * simpleType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6E480, Compiler_CompileBaseMemberTypes__MethodInfo); DO_APP_FUNC(0x02376EB0, void, Compiler_CheckUnionType, (Compiler * __this, XmlSchemaSimpleType * unionMember, ArrayList * memberTypeDefinitions, XmlSchemaSimpleType * parentType, MethodInfo * method)); DO_APP_FUNC(0x02377000, void, Compiler_CompileComplexType, (Compiler * __this, XmlSchemaComplexType * complexType, MethodInfo * method)); DO_APP_FUNC(0x02377C40, void, Compiler_CompileSimpleContentExtension, (Compiler * __this, XmlSchemaComplexType * complexType, XmlSchemaSimpleContentExtension * simpleExtension, MethodInfo * method)); DO_APP_FUNC(0x02377F80, void, Compiler_CompileSimpleContentRestriction, (Compiler * __this, XmlSchemaComplexType * complexType, XmlSchemaSimpleContentRestriction * simpleRestriction, MethodInfo * method)); DO_APP_FUNC(0x02378450, void, Compiler_CompileComplexContentExtension, (Compiler * __this, XmlSchemaComplexType * complexType, XmlSchemaComplexContent * complexContent, XmlSchemaComplexContentExtension * complexExtension, MethodInfo * method)); DO_APP_FUNC(0x02378990, void, Compiler_CompileComplexContentRestriction, (Compiler * __this, XmlSchemaComplexType * complexType, XmlSchemaComplexContent * complexContent, XmlSchemaComplexContentRestriction * complexRestriction, MethodInfo * method)); DO_APP_FUNC(0x02378E20, void, Compiler_CheckParticleDerivation, (Compiler * __this, XmlSchemaComplexType * complexType, MethodInfo * method)); DO_APP_FUNC(0x02379370, void, Compiler_CheckParticleDerivation_1, (Compiler * __this, XmlSchemaParticle * derivedParticle, XmlSchemaParticle * baseParticle, MethodInfo * method)); DO_APP_FUNC(0x023794A0, XmlSchemaParticle *, Compiler_CompileContentTypeParticle, (Compiler * __this, XmlSchemaParticle * particle, MethodInfo * method)); DO_APP_FUNC(0x02379770, XmlSchemaParticle *, Compiler_CannonicalizeParticle, (Compiler * __this, XmlSchemaParticle * particle, bool root, MethodInfo * method)); DO_APP_FUNC(0x02379A90, XmlSchemaParticle *, Compiler_CannonicalizeElement, (Compiler * __this, XmlSchemaElement * element, MethodInfo * method)); DO_APP_FUNC(0x02379DA0, XmlSchemaParticle *, Compiler_CannonicalizeGroupRef, (Compiler * __this, XmlSchemaGroupRef * groupRef, bool root, MethodInfo * method)); DO_APP_FUNC(0x0237A5A0, XmlSchemaParticle *, Compiler_CannonicalizeAll, (Compiler * __this, XmlSchemaAll * all, bool root, MethodInfo * method)); DO_APP_FUNC(0x0237A910, XmlSchemaParticle *, Compiler_CannonicalizeChoice, (Compiler * __this, XmlSchemaChoice * choice, bool root, MethodInfo * method)); DO_APP_FUNC(0x0237B1C0, XmlSchemaParticle *, Compiler_CannonicalizeSequence, (Compiler * __this, XmlSchemaSequence * sequence, bool root, MethodInfo * method)); DO_APP_FUNC(0x0237B9B0, XmlSchemaParticle *, Compiler_CannonicalizePointlessRoot, (Compiler * __this, XmlSchemaParticle * particle, MethodInfo * method)); DO_APP_FUNC(0x0237C050, bool, Compiler_IsValidRestriction, (Compiler * __this, XmlSchemaParticle * derivedParticle, XmlSchemaParticle * baseParticle, MethodInfo * method)); DO_APP_FUNC(0x0237D670, bool, Compiler_IsElementFromElement, (Compiler * __this, XmlSchemaElement * derivedElement, XmlSchemaElement * baseElement, MethodInfo * method)); DO_APP_FUNC(0x0237D9C0, bool, Compiler_IsElementFromAny, (Compiler * __this, XmlSchemaElement * derivedElement, XmlSchemaAny * baseAny, MethodInfo * method)); DO_APP_FUNC(0x0237DCA0, bool, Compiler_IsAnyFromAny, (Compiler * __this, XmlSchemaAny * derivedAny, XmlSchemaAny * baseAny, MethodInfo * method)); DO_APP_FUNC(0x0237DE90, bool, Compiler_IsGroupBaseFromAny, (Compiler * __this, XmlSchemaGroupBase * derivedGroupBase, XmlSchemaAny * baseAny, MethodInfo * method)); DO_APP_FUNC(0x0237E450, bool, Compiler_IsElementFromGroupBase, (Compiler * __this, XmlSchemaElement * derivedElement, XmlSchemaGroupBase * baseGroupBase, MethodInfo * method)); DO_APP_FUNC(0x0237EF50, bool, Compiler_IsChoiceFromChoiceSubstGroup, (Compiler * __this, XmlSchemaChoice * derivedChoice, XmlSchemaChoice * baseChoice, MethodInfo * method)); DO_APP_FUNC(0x0237F150, bool, Compiler_IsGroupBaseFromGroupBase, (Compiler * __this, XmlSchemaGroupBase * derivedGroupBase, XmlSchemaGroupBase * baseGroupBase, bool skipEmptableOnly, MethodInfo * method)); DO_APP_FUNC(0x0237F5C0, bool, Compiler_IsSequenceFromAll, (Compiler * __this, XmlSchemaSequence * derivedSequence, XmlSchemaAll * baseAll, MethodInfo * method)); DO_APP_FUNC(0x0237F9A0, bool, Compiler_IsSequenceFromChoice, (Compiler * __this, XmlSchemaSequence * derivedSequence, XmlSchemaChoice * baseChoice, MethodInfo * method)); DO_APP_FUNC(0x0237FFD0, bool, Compiler_IsValidOccurrenceRangeRestriction, (Compiler * __this, XmlSchemaParticle * derivedParticle, XmlSchemaParticle * baseParticle, MethodInfo * method)); DO_APP_FUNC(0x02380150, bool, Compiler_IsValidOccurrenceRangeRestriction_1, (Compiler * __this, Decimal minOccurs, Decimal maxOccurs, Decimal baseMinOccurs, Decimal baseMaxOccurs, MethodInfo * method)); DO_APP_FUNC(0x023802A0, int32_t, Compiler_GetMappingParticle, (Compiler * __this, XmlSchemaParticle * particle, XmlSchemaObjectCollection * collection, MethodInfo * method)); DO_APP_FUNC(0x023803C0, bool, Compiler_IsParticleEmptiable, (Compiler * __this, XmlSchemaParticle * particle, MethodInfo * method)); DO_APP_FUNC(0x023804D0, void, Compiler_CalculateEffectiveTotalRange, (Compiler * __this, XmlSchemaParticle * particle, Decimal * minOccurs, Decimal * maxOccurs, MethodInfo * method)); DO_APP_FUNC(0x023811D0, void, Compiler_PushComplexType, (Compiler * __this, XmlSchemaComplexType * complexType, MethodInfo * method)); DO_APP_FUNC(0x02381200, XmlSchemaContentType__Enum, Compiler_GetSchemaContentType, (Compiler * __this, XmlSchemaComplexType * complexType, XmlSchemaComplexContent * complexContent, XmlSchemaParticle * particle, MethodInfo * method)); DO_APP_FUNC(0x02381280, void, Compiler_CompileAttributeGroup, (Compiler * __this, XmlSchemaAttributeGroup * attributeGroup, MethodInfo * method)); DO_APP_FUNC(0x02381B30, void, Compiler_CompileLocalAttributes, (Compiler * __this, XmlSchemaComplexType * baseType, XmlSchemaComplexType * derivedType, XmlSchemaObjectCollection * attributes, XmlSchemaAnyAttribute * anyAttribute, XmlSchemaDerivationMethod__Enum derivedBy, MethodInfo * method)); DO_APP_FUNC(0x02382D80, void, Compiler_CheckAtrributeGroupRestriction, (Compiler * __this, XmlSchemaAttributeGroup * baseAttributeGroup, XmlSchemaAttributeGroup * derivedAttributeGroup, MethodInfo * method)); DO_APP_FUNC(0x023836C0, bool, Compiler_IsProcessContentsRestricted, (Compiler * __this, XmlSchemaComplexType * baseType, XmlSchemaAnyAttribute * derivedAttributeWildcard, XmlSchemaAnyAttribute * baseAttributeWildcard, MethodInfo * method)); DO_APP_FUNC(0x023837B0, XmlSchemaAnyAttribute *, Compiler_CompileAnyAttributeUnion, (Compiler * __this, XmlSchemaAnyAttribute * a, XmlSchemaAnyAttribute * b, MethodInfo * method)); DO_APP_FUNC(0x02383860, XmlSchemaAnyAttribute *, Compiler_CompileAnyAttributeIntersection, (Compiler * __this, XmlSchemaAnyAttribute * a, XmlSchemaAnyAttribute * b, MethodInfo * method)); DO_APP_FUNC(0x02383910, void, Compiler_CompileAttribute, (Compiler * __this, XmlSchemaAttribute * xa, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6E250, Compiler_CompileAttribute__MethodInfo); DO_APP_FUNC(0x02384240, void, Compiler_SetDefaultFixed, (Compiler * __this, XmlSchemaAttribute * xa, SchemaAttDef * decl, MethodInfo * method)); DO_APP_FUNC(0x02384400, void, Compiler_CompileIdentityConstraint, (Compiler * __this, XmlSchemaIdentityConstraint * xi, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6E278, Compiler_CompileIdentityConstraint__MethodInfo); DO_APP_FUNC(0x02384B50, void, Compiler_CompileElement, (Compiler * __this, XmlSchemaElement * xe, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6E1F8, Compiler_CompileElement__MethodInfo); DO_APP_FUNC(0x02385B50, ContentValidator *, Compiler_CompileComplexContent, (Compiler * __this, XmlSchemaComplexType * complexType, MethodInfo * method)); DO_APP_FUNC(0x02386920, bool, Compiler_BuildParticleContentModel, (Compiler * __this, ParticleContentValidator * contentValidator, XmlSchemaParticle * particle, MethodInfo * method)); DO_APP_FUNC(0x02387250, void, Compiler_CompileParticleElements, (Compiler * __this, XmlSchemaComplexType * complexType, XmlSchemaParticle * particle, MethodInfo * method)); DO_APP_FUNC(0x02387570, void, Compiler_CompileParticleElements_1, (Compiler * __this, XmlSchemaParticle * particle, MethodInfo * method)); DO_APP_FUNC(0x02387780, void, Compiler_CompileComplexTypeElements, (Compiler * __this, XmlSchemaComplexType * complexType, MethodInfo * method)); DO_APP_FUNC(0x023878C0, XmlSchemaSimpleType *, Compiler_GetSimpleType, (Compiler * __this, XmlQualifiedName * name, MethodInfo * method)); DO_APP_FUNC(0x023879B0, XmlSchemaComplexType *, Compiler_GetComplexType, (Compiler * __this, XmlQualifiedName * name, MethodInfo * method)); DO_APP_FUNC(0x02387A60, XmlSchemaType *, Compiler_GetAnySchemaType, (Compiler * __this, XmlQualifiedName * name, MethodInfo * method)); DO_APP_FUNC(0x02387C30, void, Compiler_CopyPosition, (Compiler * __this, XmlSchemaAnnotated * to, XmlSchemaAnnotated * from, bool copyParent, MethodInfo * method)); DO_APP_FUNC(0x02387D70, bool, Compiler_IsFixedEqual, (Compiler * __this, SchemaDeclBase * baseDecl, SchemaDeclBase * derivedDecl, MethodInfo * method)); DO_APP_FUNC(0x02387FC0, void, ValidationEventArgs__ctor, (ValidationEventArgs * __this, XmlSchemaException * ex, MethodInfo * method)); DO_APP_FUNC(0x02388070, void, ValidationEventArgs__ctor_1, (ValidationEventArgs * __this, XmlSchemaException * ex, XmlSeverityType__Enum severity, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, XmlSeverityType__Enum, ValidationEventArgs_get_Severity, (ValidationEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, XmlSchemaException *, ValidationEventArgs_get_Exception, (ValidationEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, ValidationEventHandler__ctor, (ValidationEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ValidationEventHandler_Invoke, (ValidationEventHandler * __this, Object * sender, ValidationEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x02388130, void, ValidationState__ctor, (ValidationState * __this, MethodInfo * method)); DO_APP_FUNC(0x023881C0, void, XdrBuilder__ctor, (XdrBuilder * __this, XmlReader * reader, XmlNamespaceManager * curmgr, SchemaInfo * sinfo, String * targetNamspace, XmlNameTable * nameTable, SchemaNames * schemaNames, ValidationEventHandler * eventhandler, MethodInfo * method)); DO_APP_FUNC(0x02388910, bool, XdrBuilder_ProcessElement, (XdrBuilder * __this, String * prefix, String * name, String * ns, MethodInfo * method)); DO_APP_FUNC(0x02388BE0, void, XdrBuilder_ProcessAttribute, (XdrBuilder * __this, String * prefix, String * name, String * ns, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71FC0, XdrBuilder_ProcessAttribute__MethodInfo); DO_APP_FUNC(0x00B481B0, void, XdrBuilder_set_XmlResolver, (XdrBuilder * __this, XmlResolver * value, MethodInfo * method)); DO_APP_FUNC(0x02389190, bool, XdrBuilder_LoadSchema, (XdrBuilder * __this, String * uri, MethodInfo * method)); DO_APP_FUNC(0x02389760, bool, XdrBuilder_IsXdrSchema, (String * uri, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, XdrBuilder_IsContentParsed, (XdrBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02389AA0, void, XdrBuilder_ProcessMarkup, (XdrBuilder * __this, XmlNode__Array * markup, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71F80, XdrBuilder_ProcessMarkup__MethodInfo); DO_APP_FUNC(0x02389B10, void, XdrBuilder_ProcessCData, (XdrBuilder * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02389BE0, void, XdrBuilder_StartChildren, (XdrBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02389C20, void, XdrBuilder_EndChildren, (XdrBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02389D60, void, XdrBuilder_Push, (XdrBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02389DF0, void, XdrBuilder_Pop, (XdrBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02389F10, void, XdrBuilder_PushGroupInfo, (XdrBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02389FC0, void, XdrBuilder_PopGroupInfo, (XdrBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x0238A0E0, void, XdrBuilder_XDR_InitRoot, (XdrBuilder * builder, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71A40, XdrBuilder_XDR_InitRoot__MethodInfo); DO_APP_FUNC(0x0238A240, void, XdrBuilder_XDR_BuildRoot_Name, (XdrBuilder * builder, Object * obj, String * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71BD8, XdrBuilder_XDR_BuildRoot_Name__MethodInfo); DO_APP_FUNC(0x003AC050, void, XdrBuilder_XDR_BuildRoot_ID, (XdrBuilder * builder, Object * obj, String * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71BD0, XdrBuilder_XDR_BuildRoot_ID__MethodInfo); DO_APP_FUNC(0x0238A3A0, void, XdrBuilder_XDR_BeginRoot, (XdrBuilder * builder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71B68, XdrBuilder_XDR_BeginRoot__MethodInfo); DO_APP_FUNC(0x0238A570, void, XdrBuilder_XDR_EndRoot, (XdrBuilder * builder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71A90, XdrBuilder_XDR_EndRoot__MethodInfo); DO_APP_FUNC(0x0238AAA0, void, XdrBuilder_XDR_InitElementType, (XdrBuilder * builder, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71A20, XdrBuilder_XDR_InitElementType__MethodInfo); DO_APP_FUNC(0x0238AD90, void, XdrBuilder_XDR_BuildElementType_Name, (XdrBuilder * builder, Object * obj, String * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71C20, XdrBuilder_XDR_BuildElementType_Name__MethodInfo); DO_APP_FUNC(0x0238B0C0, void, XdrBuilder_XDR_BuildElementType_Content, (XdrBuilder * builder, Object * obj, String * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71C38, XdrBuilder_XDR_BuildElementType_Content__MethodInfo); DO_APP_FUNC(0x0238B170, void, XdrBuilder_XDR_BuildElementType_Model, (XdrBuilder * builder, Object * obj, String * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71C18, XdrBuilder_XDR_BuildElementType_Model__MethodInfo); DO_APP_FUNC(0x0238B300, void, XdrBuilder_XDR_BuildElementType_Order, (XdrBuilder * builder, Object * obj, String * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71C28, XdrBuilder_XDR_BuildElementType_Order__MethodInfo); DO_APP_FUNC(0x0238B3C0, void, XdrBuilder_XDR_BuildElementType_DtType, (XdrBuilder * builder, Object * obj, String * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71C58, XdrBuilder_XDR_BuildElementType_DtType__MethodInfo); DO_APP_FUNC(0x0238B590, void, XdrBuilder_XDR_BuildElementType_DtValues, (XdrBuilder * builder, Object * obj, String * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71C08, XdrBuilder_XDR_BuildElementType_DtValues__MethodInfo); DO_APP_FUNC(0x0238B6F0, void, XdrBuilder_XDR_BuildElementType_DtMaxLength, (XdrBuilder * builder, Object * obj, String * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71C40, XdrBuilder_XDR_BuildElementType_DtMaxLength__MethodInfo); DO_APP_FUNC(0x0238B780, void, XdrBuilder_XDR_BuildElementType_DtMinLength, (XdrBuilder * builder, Object * obj, String * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71C50, XdrBuilder_XDR_BuildElementType_DtMinLength__MethodInfo); DO_APP_FUNC(0x0238B810, void, XdrBuilder_XDR_BeginElementType, (XdrBuilder * builder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71B60, XdrBuilder_XDR_BeginElementType__MethodInfo); DO_APP_FUNC(0x0238BBB0, void, XdrBuilder_XDR_EndElementType, (XdrBuilder * builder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71A70, XdrBuilder_XDR_EndElementType__MethodInfo); DO_APP_FUNC(0x0238C2F0, void, XdrBuilder_XDR_InitAttributeType, (XdrBuilder * builder, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71A50, XdrBuilder_XDR_InitAttributeType__MethodInfo); DO_APP_FUNC(0x0238C4F0, void, XdrBuilder_XDR_BuildAttributeType_Name, (XdrBuilder * builder, Object * obj, String * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71B58, XdrBuilder_XDR_BuildAttributeType_Name__MethodInfo); DO_APP_FUNC(0x0238C960, void, XdrBuilder_XDR_BuildAttributeType_Required, (XdrBuilder * builder, Object * obj, String * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71B08, XdrBuilder_XDR_BuildAttributeType_Required__MethodInfo); DO_APP_FUNC(0x0238C9E0, void, XdrBuilder_XDR_BuildAttributeType_Default, (XdrBuilder * builder, Object * obj, String * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71B70, XdrBuilder_XDR_BuildAttributeType_Default__MethodInfo); DO_APP_FUNC(0x0238CA50, void, XdrBuilder_XDR_BuildAttributeType_DtType, (XdrBuilder * builder, Object * obj, String * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71B40, XdrBuilder_XDR_BuildAttributeType_DtType__MethodInfo); DO_APP_FUNC(0x0238CCC0, void, XdrBuilder_XDR_BuildAttributeType_DtValues, (XdrBuilder * builder, Object * obj, String * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71B50, XdrBuilder_XDR_BuildAttributeType_DtValues__MethodInfo); DO_APP_FUNC(0x0238CE20, void, XdrBuilder_XDR_BuildAttributeType_DtMaxLength, (XdrBuilder * builder, Object * obj, String * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71B80, XdrBuilder_XDR_BuildAttributeType_DtMaxLength__MethodInfo); DO_APP_FUNC(0x0238CEB0, void, XdrBuilder_XDR_BuildAttributeType_DtMinLength, (XdrBuilder * builder, Object * obj, String * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71B38, XdrBuilder_XDR_BuildAttributeType_DtMinLength__MethodInfo); DO_APP_FUNC(0x0238CF40, void, XdrBuilder_XDR_BeginAttributeType, (XdrBuilder * builder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71BA0, XdrBuilder_XDR_BeginAttributeType__MethodInfo); DO_APP_FUNC(0x0238D000, void, XdrBuilder_XDR_EndAttributeType, (XdrBuilder * builder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71AA8, XdrBuilder_XDR_EndAttributeType__MethodInfo); DO_APP_FUNC(0x0238D440, void, XdrBuilder_XDR_InitElement, (XdrBuilder * builder, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71A28, XdrBuilder_XDR_InitElement__MethodInfo); DO_APP_FUNC(0x0238D530, void, XdrBuilder_XDR_BuildElement_Type, (XdrBuilder * builder, Object * obj, String * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71BF0, XdrBuilder_XDR_BuildElement_Type__MethodInfo); DO_APP_FUNC(0x0238D730, void, XdrBuilder_XDR_BuildElement_MinOccurs, (XdrBuilder * builder, Object * obj, String * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71BE8, XdrBuilder_XDR_BuildElement_MinOccurs__MethodInfo); DO_APP_FUNC(0x0238D7B0, void, XdrBuilder_XDR_BuildElement_MaxOccurs, (XdrBuilder * builder, Object * obj, String * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71BE0, XdrBuilder_XDR_BuildElement_MaxOccurs__MethodInfo); DO_APP_FUNC(0x0238D830, void, XdrBuilder_XDR_EndElement, (XdrBuilder * builder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71A80, XdrBuilder_XDR_EndElement__MethodInfo); DO_APP_FUNC(0x0238D970, void, XdrBuilder_XDR_InitAttribute, (XdrBuilder * builder, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71A58, XdrBuilder_XDR_InitAttribute__MethodInfo); DO_APP_FUNC(0x0238DA50, void, XdrBuilder_XDR_BuildAttribute_Type, (XdrBuilder * builder, Object * obj, String * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71B28, XdrBuilder_XDR_BuildAttribute_Type__MethodInfo); DO_APP_FUNC(0x0238DC00, void, XdrBuilder_XDR_BuildAttribute_Required, (XdrBuilder * builder, Object * obj, String * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71B20, XdrBuilder_XDR_BuildAttribute_Required__MethodInfo); DO_APP_FUNC(0x0238DC90, void, XdrBuilder_XDR_BuildAttribute_Default, (XdrBuilder * builder, Object * obj, String * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71B18, XdrBuilder_XDR_BuildAttribute_Default__MethodInfo); DO_APP_FUNC(0x0238DD00, void, XdrBuilder_XDR_BeginAttribute, (XdrBuilder * builder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71BA8, XdrBuilder_XDR_BeginAttribute__MethodInfo); DO_APP_FUNC(0x0238E3B0, void, XdrBuilder_XDR_EndAttribute, (XdrBuilder * builder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71AB8, XdrBuilder_XDR_EndAttribute__MethodInfo); DO_APP_FUNC(0x0238E3E0, void, XdrBuilder_XDR_InitGroup, (XdrBuilder * builder, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71A38, XdrBuilder_XDR_InitGroup__MethodInfo); DO_APP_FUNC(0x0238E5C0, void, XdrBuilder_XDR_BuildGroup_Order, (XdrBuilder * builder, Object * obj, String * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71BC0, XdrBuilder_XDR_BuildGroup_Order__MethodInfo); DO_APP_FUNC(0x0238E6B0, void, XdrBuilder_XDR_BuildGroup_MinOccurs, (XdrBuilder * builder, Object * obj, String * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71BB8, XdrBuilder_XDR_BuildGroup_MinOccurs__MethodInfo); DO_APP_FUNC(0x0238E740, void, XdrBuilder_XDR_BuildGroup_MaxOccurs, (XdrBuilder * builder, Object * obj, String * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71C00, XdrBuilder_XDR_BuildGroup_MaxOccurs__MethodInfo); DO_APP_FUNC(0x0238E7D0, void, XdrBuilder_XDR_EndGroup, (XdrBuilder * builder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71A88, XdrBuilder_XDR_EndGroup__MethodInfo); DO_APP_FUNC(0x0238EAB0, void, XdrBuilder_XDR_InitElementDtType, (XdrBuilder * builder, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71A68, XdrBuilder_XDR_InitElementDtType__MethodInfo); DO_APP_FUNC(0x0238EBC0, void, XdrBuilder_XDR_EndElementDtType, (XdrBuilder * builder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71AC0, XdrBuilder_XDR_EndElementDtType__MethodInfo); DO_APP_FUNC(0x0238ED90, void, XdrBuilder_XDR_InitAttributeDtType, (XdrBuilder * builder, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71A48, XdrBuilder_XDR_InitAttributeDtType__MethodInfo); DO_APP_FUNC(0x0238EE30, void, XdrBuilder_XDR_EndAttributeDtType, (XdrBuilder * builder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71AA0, XdrBuilder_XDR_EndAttributeDtType__MethodInfo); DO_APP_FUNC(0x0238EF60, bool, XdrBuilder_GetNextState, (XdrBuilder * __this, XmlQualifiedName * qname, MethodInfo * method)); DO_APP_FUNC(0x0238F150, bool, XdrBuilder_IsSkipableElement, (XdrBuilder * __this, XmlQualifiedName * qname, MethodInfo * method)); DO_APP_FUNC(0x0238F250, bool, XdrBuilder_IsSkipableAttribute, (XdrBuilder * __this, XmlQualifiedName * qname, MethodInfo * method)); DO_APP_FUNC(0x0238F3C0, int32_t, XdrBuilder_GetOrder, (XdrBuilder * __this, XmlQualifiedName * qname, MethodInfo * method)); DO_APP_FUNC(0x0238F580, void, XdrBuilder_AddOrder, (XdrBuilder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71D90, XdrBuilder_AddOrder__MethodInfo); DO_APP_FUNC(0x0238F650, bool, XdrBuilder_IsYes, (Object * obj, XdrBuilder * builder, MethodInfo * method)); DO_APP_FUNC(0x0238F7D0, uint32_t, XdrBuilder_ParseMinOccurs, (Object * obj, XdrBuilder * builder, MethodInfo * method)); DO_APP_FUNC(0x0238F910, uint32_t, XdrBuilder_ParseMaxOccurs, (Object * obj, XdrBuilder * builder, MethodInfo * method)); DO_APP_FUNC(0x0238FAF0, void, XdrBuilder_HandleMinMax, (ParticleContentValidator * pContent, uint32_t cMin, uint32_t cMax, MethodInfo * method)); DO_APP_FUNC(0x0238FB20, void, XdrBuilder_ParseDtMaxLength, (uint32_t * cVal, Object * obj, XdrBuilder * builder, MethodInfo * method)); DO_APP_FUNC(0x0238FCA0, void, XdrBuilder_ParseDtMinLength, (uint32_t * cVal, Object * obj, XdrBuilder * builder, MethodInfo * method)); DO_APP_FUNC(0x0238FE20, void, XdrBuilder_CompareMinMaxLength, (uint32_t cMin, uint32_t cMax, XdrBuilder * builder, MethodInfo * method)); DO_APP_FUNC(0x0238FEA0, bool, XdrBuilder_ParseInteger, (String * str, uint32_t * n, MethodInfo * method)); DO_APP_FUNC(0x0238FEE0, void, XdrBuilder_XDR_CheckAttributeDefault, (XdrBuilder * __this, XdrBuilder_DeclBaseInfo * decl, SchemaAttDef * pAttdef, MethodInfo * method)); DO_APP_FUNC(0x0238FFF0, void, XdrBuilder_SetAttributePresence, (XdrBuilder * __this, SchemaAttDef * pAttdef, bool fRequired, MethodInfo * method)); DO_APP_FUNC(0x02390040, int32_t, XdrBuilder_GetContent, (XdrBuilder * __this, XmlQualifiedName * qname, MethodInfo * method)); DO_APP_FUNC(0x02390250, bool, XdrBuilder_GetModel, (XdrBuilder * __this, XmlQualifiedName * qname, MethodInfo * method)); DO_APP_FUNC(0x02390370, XmlSchemaDatatype *, XdrBuilder_CheckDatatype, (XdrBuilder * __this, String * str, MethodInfo * method)); DO_APP_FUNC(0x02390500, void, XdrBuilder_CheckDefaultAttValue, (XdrBuilder * __this, SchemaAttDef * attDef, MethodInfo * method)); DO_APP_FUNC(0x02390670, bool, XdrBuilder_IsGlobal, (XdrBuilder * __this, int32_t flags, MethodInfo * method)); DO_APP_FUNC(0x02390680, void, XdrBuilder_SendValidationEvent, (XdrBuilder * __this, String * code, String__Array * args, XmlSeverityType__Enum severity, MethodInfo * method)); DO_APP_FUNC(0x023907C0, void, XdrBuilder_SendValidationEvent_1, (XdrBuilder * __this, String * code, MethodInfo * method)); DO_APP_FUNC(0x02390820, void, XdrBuilder_SendValidationEvent_2, (XdrBuilder * __this, String * code, String * msg, MethodInfo * method)); DO_APP_FUNC(0x02390940, void, XdrBuilder_SendValidationEvent_3, (XdrBuilder * __this, XmlSchemaException * e, XmlSeverityType__Enum severity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71CE0, XdrBuilder_SendValidationEvent_3__MethodInfo); DO_APP_FUNC(0x02390A20, void, XdrBuilder__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02393310, void, XdrBuilder_DeclBaseInfo__ctor, (XdrBuilder_DeclBaseInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02393320, void, XdrBuilder_DeclBaseInfo_Reset, (XdrBuilder_DeclBaseInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02393670, void, XdrBuilder_GroupContent_Copy, (XdrBuilder_GroupContent * from, XdrBuilder_GroupContent * to, MethodInfo * method)); DO_APP_FUNC(0x023936A0, XdrBuilder_GroupContent *, XdrBuilder_GroupContent_Copy_1, (XdrBuilder_GroupContent * other, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XdrBuilder_GroupContent__ctor, (XdrBuilder_GroupContent * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XdrBuilder_ElementContent__ctor, (XdrBuilder_ElementContent * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XdrBuilder_AttributeContent__ctor, (XdrBuilder_AttributeContent * __this, MethodInfo * method)); DO_APP_FUNC(0x02393700, void, XdrBuilder_XdrBuildFunction__ctor, (XdrBuilder_XdrBuildFunction * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, XdrBuilder_XdrBuildFunction_Invoke, (XdrBuilder_XdrBuildFunction * __this, XdrBuilder * builder, Object * obj, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x0042CDF0, void, XdrBuilder_XdrInitFunction__ctor, (XdrBuilder_XdrInitFunction * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, XdrBuilder_XdrInitFunction_Invoke, (XdrBuilder_XdrInitFunction * __this, XdrBuilder * builder, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EC720, void, XdrBuilder_XdrBeginChildFunction__ctor, (XdrBuilder_XdrBeginChildFunction * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, XdrBuilder_XdrBeginChildFunction_Invoke, (XdrBuilder_XdrBeginChildFunction * __this, XdrBuilder * builder, MethodInfo * method)); DO_APP_FUNC(0x003EC720, void, XdrBuilder_XdrEndChildFunction__ctor, (XdrBuilder_XdrEndChildFunction * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, XdrBuilder_XdrEndChildFunction_Invoke, (XdrBuilder_XdrEndChildFunction * __this, XdrBuilder * builder, MethodInfo * method)); DO_APP_FUNC(0x02393840, void, XdrBuilder_XdrAttributeEntry__ctor, (XdrBuilder_XdrAttributeEntry * __this, SchemaNames_Token__Enum a, XmlTokenizedType__Enum ttype, XdrBuilder_XdrBuildFunction * build, MethodInfo * method)); DO_APP_FUNC(0x02393930, void, XdrBuilder_XdrAttributeEntry__ctor_1, (XdrBuilder_XdrAttributeEntry * __this, SchemaNames_Token__Enum a, XmlTokenizedType__Enum ttype, int32_t schemaFlags, XdrBuilder_XdrBuildFunction * build, MethodInfo * method)); DO_APP_FUNC(0x02393A20, void, XdrBuilder_XdrEntry__ctor, (XdrBuilder_XdrEntry * __this, SchemaNames_Token__Enum n, Int32__Array * states, XdrBuilder_XdrAttributeEntry__Array * attributes, XdrBuilder_XdrInitFunction * init, XdrBuilder_XdrBeginChildFunction * begin, XdrBuilder_XdrEndChildFunction * end, bool fText, MethodInfo * method)); DO_APP_FUNC(0x02393BE0, void, XdrValidator__ctor, (XdrValidator * __this, BaseValidator * validator, MethodInfo * method)); DO_APP_FUNC(0x02393CC0, void, XdrValidator__ctor_1, (XdrValidator * __this, XmlValidatingReaderImpl * reader, XmlSchemaCollection * schemaCollection, IValidationEventHandling * eventHandling, MethodInfo * method)); DO_APP_FUNC(0x02393DC0, void, XdrValidator_Init, (XdrValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02394200, void, XdrValidator_Validate, (XdrValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x023942E0, void, XdrValidator_ValidateElement, (XdrValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02394830, void, XdrValidator_ValidateChildElement, (XdrValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02394A00, bool, XdrValidator_get_IsInlineSchemaStarted, (XdrValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02394A10, void, XdrValidator_ProcessInlineSchema, (XdrValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02394D70, void, XdrValidator_ProcessElement, (XdrValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02394E90, void, XdrValidator_ValidateEndElement, (XdrValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02395250, SchemaElementDecl *, XdrValidator_ThoroughGetElementDecl, (XdrValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02395690, void, XdrValidator_ValidateStartElement, (XdrValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02395BC0, void, XdrValidator_ValidateEndStartElement, (XdrValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02395F80, void, XdrValidator_LoadSchemaFromLocation, (XdrValidator * __this, String * uri, MethodInfo * method)); DO_APP_FUNC(0x02396680, void, XdrValidator_LoadSchema, (XdrValidator * __this, String * uri, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71918, XdrValidator_LoadSchema__MethodInfo); DO_APP_FUNC(0x02396850, bool, XdrValidator_get_HasSchema, (XdrValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02396870, bool, XdrValidator_get_PreserveWhitespace, (XdrValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x023968C0, void, XdrValidator_ProcessTokenizedType, (XdrValidator * __this, XmlTokenizedType__Enum ttype, String * name, MethodInfo * method)); DO_APP_FUNC(0x02396BD0, void, XdrValidator_CompleteValidation, (XdrValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02396E60, void, XdrValidator_CheckValue, (XdrValidator * __this, String * value, SchemaAttDef * attdef, MethodInfo * method)); DO_APP_FUNC(0x02397530, void, XdrValidator_CheckDefaultValue, (String * value, SchemaAttDef * attdef, SchemaInfo * sinfo, XmlNamespaceManager * nsManager, XmlNameTable * NameTable, Object * sender, ValidationEventHandler * eventhandler, String * baseUri, int32_t lineNo, int32_t linePos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71938, XdrValidator_CheckDefaultValue__MethodInfo); DO_APP_FUNC(0x02397A30, void, XdrValidator_AddID, (XdrValidator * __this, String * name, Object * node, MethodInfo * method)); DO_APP_FUNC(0x02397B30, Object *, XdrValidator_FindId, (XdrValidator * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02397B60, void, XdrValidator_Push, (XdrValidator * __this, XmlQualifiedName * elementName, MethodInfo * method)); DO_APP_FUNC(0x02397E60, void, XdrValidator_Pop, (XdrValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02397FB0, void, XdrValidator_CheckForwardRefs, (XdrValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02398150, XmlQualifiedName *, XdrValidator_QualifiedName, (XdrValidator * __this, String * name, String * ns, MethodInfo * method)); DO_APP_FUNC(0x02398200, void, XmlAtomicValue__ctor, (XmlAtomicValue * __this, XmlSchemaType * xmlType, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71808, XmlAtomicValue__ctor__MethodInfo); DO_APP_FUNC(0x023982C0, void, XmlAtomicValue__ctor_1, (XmlAtomicValue * __this, XmlSchemaType * xmlType, DateTime value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C718B8, XmlAtomicValue__ctor_1__MethodInfo); DO_APP_FUNC(0x02398380, void, XmlAtomicValue__ctor_2, (XmlAtomicValue * __this, XmlSchemaType * xmlType, double value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C718C0, XmlAtomicValue__ctor_2__MethodInfo); DO_APP_FUNC(0x02398440, void, XmlAtomicValue__ctor_3, (XmlAtomicValue * __this, XmlSchemaType * xmlType, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C718C8, XmlAtomicValue__ctor_3__MethodInfo); DO_APP_FUNC(0x02398500, void, XmlAtomicValue__ctor_4, (XmlAtomicValue * __this, XmlSchemaType * xmlType, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C718D8, XmlAtomicValue__ctor_4__MethodInfo); DO_APP_FUNC(0x023985C0, void, XmlAtomicValue__ctor_5, (XmlAtomicValue * __this, XmlSchemaType * xmlType, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C718A0, XmlAtomicValue__ctor_5__MethodInfo); DO_APP_FUNC(0x02398740, void, XmlAtomicValue__ctor_6, (XmlAtomicValue * __this, XmlSchemaType * xmlType, String * value, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71880, XmlAtomicValue__ctor_6__MethodInfo); DO_APP_FUNC(0x02398AC0, void, XmlAtomicValue__ctor_7, (XmlAtomicValue * __this, XmlSchemaType * xmlType, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71890, XmlAtomicValue__ctor_7__MethodInfo); DO_APP_FUNC(0x02398C40, void, XmlAtomicValue__ctor_8, (XmlAtomicValue * __this, XmlSchemaType * xmlType, Object * value, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71870, XmlAtomicValue__ctor_8__MethodInfo); DO_APP_FUNC(0x00A5CD60, Object *, XmlAtomicValue_System_ICloneable_Clone, (XmlAtomicValue * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, XmlSchemaType *, XmlAtomicValue_get_XmlType, (XmlAtomicValue * __this, MethodInfo * method)); DO_APP_FUNC(0x02398F00, Type *, XmlAtomicValue_get_ValueType, (XmlAtomicValue * __this, MethodInfo * method)); DO_APP_FUNC(0x02398F40, Object *, XmlAtomicValue_get_TypedValue, (XmlAtomicValue * __this, MethodInfo * method)); DO_APP_FUNC(0x02399150, bool, XmlAtomicValue_get_ValueAsBoolean, (XmlAtomicValue * __this, MethodInfo * method)); DO_APP_FUNC(0x02399260, DateTime, XmlAtomicValue_get_ValueAsDateTime, (XmlAtomicValue * __this, MethodInfo * method)); DO_APP_FUNC(0x02399370, double, XmlAtomicValue_get_ValueAsDouble, (XmlAtomicValue * __this, MethodInfo * method)); DO_APP_FUNC(0x02399480, int32_t, XmlAtomicValue_get_ValueAsInt, (XmlAtomicValue * __this, MethodInfo * method)); DO_APP_FUNC(0x02399590, int64_t, XmlAtomicValue_get_ValueAsLong, (XmlAtomicValue * __this, MethodInfo * method)); DO_APP_FUNC(0x023996A0, Object *, XmlAtomicValue_ValueAs, (XmlAtomicValue * __this, Type * type, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC(0x023998C0, String *, XmlAtomicValue_get_Value, (XmlAtomicValue * __this, MethodInfo * method)); DO_APP_FUNC(0x02399A00, String *, XmlAtomicValue_ToString, (XmlAtomicValue * __this, MethodInfo * method)); DO_APP_FUNC(0x02399A20, String *, XmlAtomicValue_GetPrefixFromQName, (XmlAtomicValue * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02399B90, void, XmlAtomicValue_NamespacePrefixForQName__ctor, (XmlAtomicValue_NamespacePrefixForQName * __this, String * prefix, String * ns, MethodInfo * method)); DO_APP_FUNC(0x02399C40, String *, XmlAtomicValue_NamespacePrefixForQName_LookupNamespace, (XmlAtomicValue_NamespacePrefixForQName * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x02399CA0, String *, XmlAtomicValue_NamespacePrefixForQName_LookupPrefix, (XmlAtomicValue_NamespacePrefixForQName * __this, String * namespaceName, MethodInfo * method)); DO_APP_FUNC(0x02399D00, IDictionary_2_System_String_System_String_ *, XmlAtomicValue_NamespacePrefixForQName_GetNamespacesInScope, (XmlAtomicValue_NamespacePrefixForQName * __this, XmlNamespaceScope__Enum scope, MethodInfo * method)); DO_APP_FUNC(0x02399DD0, void, XmlSchema__ctor, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x0239A2C0, bool, XmlSchema_CompileSchema, (XmlSchema * __this, XmlSchemaCollection * xsc, XmlResolver * resolver, SchemaInfo * schemaInfo, String * ns, ValidationEventHandler * validationEventHandler, XmlNameTable * nameTable, bool CompileContentModel, MethodInfo * method)); DO_APP_FUNC(0x0239A780, void, XmlSchema_CompileSchemaInSet, (XmlSchema * __this, XmlNameTable * nameTable, ValidationEventHandler * eventHandler, XmlSchemaCompilationSettings * compilationSettings, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, XmlSchemaForm__Enum, XmlSchema_get_AttributeFormDefault, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF230, void, XmlSchema_set_AttributeFormDefault, (XmlSchema * __this, XmlSchemaForm__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, XmlSchemaDerivationMethod__Enum, XmlSchema_get_BlockDefault, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x00523180, void, XmlSchema_set_BlockDefault, (XmlSchema * __this, XmlSchemaDerivationMethod__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00A88B20, XmlSchemaDerivationMethod__Enum, XmlSchema_get_FinalDefault, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88B30, void, XmlSchema_set_FinalDefault, (XmlSchema * __this, XmlSchemaDerivationMethod__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01365740, XmlSchemaForm__Enum, XmlSchema_get_ElementFormDefault, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x01A728E0, void, XmlSchema_set_ElementFormDefault, (XmlSchema * __this, XmlSchemaForm__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, String *, XmlSchema_get_TargetNamespace, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, XmlSchema_set_TargetNamespace, (XmlSchema * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, XmlSchema_get_Version, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, XmlSchema_set_Version, (XmlSchema * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, XmlSchemaObjectCollection *, XmlSchema_get_Includes, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, XmlSchemaObjectCollection *, XmlSchema_get_Items, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x00804C10, bool, XmlSchema_get_IsCompiledBySet, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x00C52680, void, XmlSchema_set_IsCompiledBySet, (XmlSchema * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F0EDB0, bool, XmlSchema_get_IsPreprocessed, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0EDC0, void, XmlSchema_set_IsPreprocessed, (XmlSchema * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F0EDD0, bool, XmlSchema_get_IsRedefined, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0EDE0, void, XmlSchema_set_IsRedefined, (XmlSchema * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0239A840, XmlSchemaObjectTable *, XmlSchema_get_Attributes, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x0239A910, XmlSchemaObjectTable *, XmlSchema_get_AttributeGroups, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x0239A9E0, XmlSchemaObjectTable *, XmlSchema_get_SchemaTypes, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x0239AAB0, XmlSchemaObjectTable *, XmlSchema_get_Elements, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, String *, XmlSchema_get_Id, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, XmlSchema_set_Id, (XmlSchema * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00605860, XmlSchemaObjectTable *, XmlSchema_get_Groups, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF700, XmlSchemaObjectTable *, XmlSchema_get_Notations, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x00473D30, XmlSchemaObjectTable *, XmlSchema_get_IdentityConstraints, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x004F66F0, Uri *, XmlSchema_get_BaseUri, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x004F6700, void, XmlSchema_set_BaseUri, (XmlSchema * __this, Uri * value, MethodInfo * method)); DO_APP_FUNC(0x0239AB80, int32_t, XmlSchema_get_SchemaId, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x01E49E10, bool, XmlSchema_get_IsChameleon, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA5CC0, void, XmlSchema_set_IsChameleon, (XmlSchema * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AC8DB0, Hashtable *, XmlSchema_get_Ids, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x0239AC00, XmlDocument *, XmlSchema_get_Document, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07B50, int32_t, XmlSchema_get_ErrorCount, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07B60, void, XmlSchema_set_ErrorCount, (XmlSchema * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0239ACD0, XmlSchema *, XmlSchema_Clone, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x0239AF70, XmlSchema *, XmlSchema_DeepClone, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, String *, XmlSchema_get_IdAttribute, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, XmlSchema_set_IdAttribute, (XmlSchema * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x009CAB30, void, XmlSchema_SetIsCompiled, (XmlSchema * __this, bool isCompiled, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, XmlSchema_SetUnhandledAttributes, (XmlSchema * __this, XmlAttribute__Array * moreAttributes, MethodInfo * method)); DO_APP_FUNC(0x0239B4F0, void, XmlSchema_AddAnnotation, (XmlSchema * __this, XmlSchemaAnnotation * annotation, MethodInfo * method)); DO_APP_FUNC(0x0239B550, ArrayList *, XmlSchema_get_ImportedSchemas, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x0239B620, ArrayList *, XmlSchema_get_ImportedNamespaces, (XmlSchema * __this, MethodInfo * method)); DO_APP_FUNC(0x0239B6F0, void, XmlSchema_GetExternalSchemasList, (XmlSchema * __this, IList * extList, XmlSchema * schema, MethodInfo * method)); DO_APP_FUNC(0x0239B870, void, XmlSchema__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003C7020, XmlSchemaObjectCollection *, XmlSchemaAll_get_Items, (XmlSchemaAll * __this, MethodInfo * method)); DO_APP_FUNC(0x0239B8B0, bool, XmlSchemaAll_get_IsEmpty, (XmlSchemaAll * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE20, void, XmlSchemaAll_SetItems, (XmlSchemaAll * __this, XmlSchemaObjectCollection * newItems, MethodInfo * method)); DO_APP_FUNC(0x0239B910, void, XmlSchemaAll__ctor, (XmlSchemaAll * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, XmlSchemaAnnotated_get_Id, (XmlSchemaAnnotated * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, XmlSchemaAnnotated_set_Id, (XmlSchemaAnnotated * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, XmlSchemaAnnotation *, XmlSchemaAnnotated_get_Annotation, (XmlSchemaAnnotated * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, XmlSchemaAnnotated_set_Annotation, (XmlSchemaAnnotated * __this, XmlSchemaAnnotation * value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, XmlAttribute__Array *, XmlSchemaAnnotated_get_UnhandledAttributes, (XmlSchemaAnnotated * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, XmlSchemaAnnotated_get_IdAttribute, (XmlSchemaAnnotated * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, XmlSchemaAnnotated_set_IdAttribute, (XmlSchemaAnnotated * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, XmlSchemaAnnotated_SetUnhandledAttributes, (XmlSchemaAnnotated * __this, XmlAttribute__Array * moreAttributes, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, XmlSchemaAnnotated_AddAnnotation, (XmlSchemaAnnotated * __this, XmlSchemaAnnotation * annotation, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSchemaAnnotated__ctor, (XmlSchemaAnnotated * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, XmlSchemaAnnotation_get_Id, (XmlSchemaAnnotation * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, XmlSchemaAnnotation_set_Id, (XmlSchemaAnnotation * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, XmlSchemaObjectCollection *, XmlSchemaAnnotation_get_Items, (XmlSchemaAnnotation * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, XmlSchemaAnnotation_get_IdAttribute, (XmlSchemaAnnotation * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, XmlSchemaAnnotation_set_IdAttribute, (XmlSchemaAnnotation * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, XmlSchemaAnnotation_SetUnhandledAttributes, (XmlSchemaAnnotation * __this, XmlAttribute__Array * moreAttributes, MethodInfo * method)); DO_APP_FUNC(0x0239BA10, void, XmlSchemaAnnotation__ctor, (XmlSchemaAnnotation * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, String *, XmlSchemaAny_get_Namespace, (XmlSchemaAny * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE20, void, XmlSchemaAny_set_Namespace, (XmlSchemaAny * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00609B20, void, XmlSchemaAny_set_ProcessContents, (XmlSchemaAny * __this, XmlSchemaContentProcessing__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003C7040, NamespaceList *, XmlSchemaAny_get_NamespaceList, (XmlSchemaAny * __this, MethodInfo * method)); DO_APP_FUNC(0x0239BAC0, String *, XmlSchemaAny_get_ResolvedNamespace, (XmlSchemaAny * __this, MethodInfo * method)); DO_APP_FUNC(0x0239BB10, XmlSchemaContentProcessing__Enum, XmlSchemaAny_get_ProcessContentsCorrect, (XmlSchemaAny * __this, MethodInfo * method)); DO_APP_FUNC(0x0239BB30, String *, XmlSchemaAny_get_NameString, (XmlSchemaAny * __this, MethodInfo * method)); DO_APP_FUNC(0x0239BF60, void, XmlSchemaAny_BuildNamespaceList, (XmlSchemaAny * __this, String * targetNamespace, MethodInfo * method)); DO_APP_FUNC(0x0239C0C0, void, XmlSchemaAny_BuildNamespaceListV1Compat, (XmlSchemaAny * __this, String * targetNamespace, MethodInfo * method)); DO_APP_FUNC(0x0239C240, bool, XmlSchemaAny_Allows, (XmlSchemaAny * __this, XmlQualifiedName * qname, MethodInfo * method)); DO_APP_FUNC(0x0239C280, void, XmlSchemaAny__ctor, (XmlSchemaAny * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, XmlSchemaAnyAttribute_set_Namespace, (XmlSchemaAnyAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0076A6C0, XmlSchemaContentProcessing__Enum, XmlSchemaAnyAttribute_get_ProcessContents, (XmlSchemaAnyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A710, void, XmlSchemaAnyAttribute_set_ProcessContents, (XmlSchemaAnyAttribute * __this, XmlSchemaContentProcessing__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, NamespaceList *, XmlSchemaAnyAttribute_get_NamespaceList, (XmlSchemaAnyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0239C2D0, XmlSchemaContentProcessing__Enum, XmlSchemaAnyAttribute_get_ProcessContentsCorrect, (XmlSchemaAnyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0239C2E0, void, XmlSchemaAnyAttribute_BuildNamespaceList, (XmlSchemaAnyAttribute * __this, String * targetNamespace, MethodInfo * method)); DO_APP_FUNC(0x0239C430, void, XmlSchemaAnyAttribute_BuildNamespaceListV1Compat, (XmlSchemaAnyAttribute * __this, String * targetNamespace, MethodInfo * method)); DO_APP_FUNC(0x0239C590, bool, XmlSchemaAnyAttribute_Allows, (XmlSchemaAnyAttribute * __this, XmlQualifiedName * qname, MethodInfo * method)); DO_APP_FUNC(0x0239C5D0, bool, XmlSchemaAnyAttribute_IsSubset, (XmlSchemaAnyAttribute * sub, XmlSchemaAnyAttribute * super, MethodInfo * method)); DO_APP_FUNC(0x0239C600, XmlSchemaAnyAttribute *, XmlSchemaAnyAttribute_Intersection, (XmlSchemaAnyAttribute * o1, XmlSchemaAnyAttribute * o2, bool v1Compat, MethodInfo * method)); DO_APP_FUNC(0x0239C770, XmlSchemaAnyAttribute *, XmlSchemaAnyAttribute_Union, (XmlSchemaAnyAttribute * o1, XmlSchemaAnyAttribute * o2, bool v1Compat, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSchemaAnyAttribute__ctor, (XmlSchemaAnyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, XmlSchemaAppInfo_set_Source, (XmlSchemaAppInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, XmlSchemaAppInfo_set_Markup, (XmlSchemaAppInfo * __this, XmlNode__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSchemaAppInfo__ctor, (XmlSchemaAppInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, XmlSchemaAttribute_get_DefaultValue, (XmlSchemaAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, XmlSchemaAttribute_set_DefaultValue, (XmlSchemaAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, String *, XmlSchemaAttribute_get_FixedValue, (XmlSchemaAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, XmlSchemaAttribute_set_FixedValue, (XmlSchemaAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x007666D0, XmlSchemaForm__Enum, XmlSchemaAttribute_get_Form, (XmlSchemaAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB190, void, XmlSchemaAttribute_set_Form, (XmlSchemaAttribute * __this, XmlSchemaForm__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, String *, XmlSchemaAttribute_get_Name, (XmlSchemaAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, XmlSchemaAttribute_set_Name, (XmlSchemaAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C7010, XmlQualifiedName *, XmlSchemaAttribute_get_RefName, (XmlSchemaAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0239C8E0, void, XmlSchemaAttribute_set_RefName, (XmlSchemaAttribute * __this, XmlQualifiedName * value, MethodInfo * method)); DO_APP_FUNC(0x003C7020, XmlQualifiedName *, XmlSchemaAttribute_get_SchemaTypeName, (XmlSchemaAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0239C9C0, void, XmlSchemaAttribute_set_SchemaTypeName, (XmlSchemaAttribute * __this, XmlQualifiedName * value, MethodInfo * method)); DO_APP_FUNC(0x003C7040, XmlSchemaSimpleType *, XmlSchemaAttribute_get_SchemaType, (XmlSchemaAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00591040, void, XmlSchemaAttribute_set_SchemaType, (XmlSchemaAttribute * __this, XmlSchemaSimpleType * value, MethodInfo * method)); DO_APP_FUNC(0x015FAEF0, XmlSchemaUse__Enum, XmlSchemaAttribute_get_Use, (XmlSchemaAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00564BA0, void, XmlSchemaAttribute_set_Use, (XmlSchemaAttribute * __this, XmlSchemaUse__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003C7030, XmlQualifiedName *, XmlSchemaAttribute_get_QualifiedName, (XmlSchemaAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90540, XmlSchemaSimpleType *, XmlSchemaAttribute_get_AttributeSchemaType, (XmlSchemaAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0239CAA0, XmlSchemaDatatype *, XmlSchemaAttribute_get_Datatype, (XmlSchemaAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, XmlSchemaAttribute_SetQualifiedName, (XmlSchemaAttribute * __this, XmlQualifiedName * value, MethodInfo * method)); DO_APP_FUNC(0x00A90550, void, XmlSchemaAttribute_SetAttributeType, (XmlSchemaAttribute * __this, XmlSchemaSimpleType * value, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, SchemaAttDef *, XmlSchemaAttribute_get_AttDef, (XmlSchemaAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F50, void, XmlSchemaAttribute_set_AttDef, (XmlSchemaAttribute * __this, SchemaAttDef * value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, String *, XmlSchemaAttribute_get_NameAttribute, (XmlSchemaAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, XmlSchemaAttribute_set_NameAttribute, (XmlSchemaAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0239CAC0, XmlSchemaObject *, XmlSchemaAttribute_Clone, (XmlSchemaAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0239CCA0, void, XmlSchemaAttribute__ctor, (XmlSchemaAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, XmlSchemaAttributeGroup_get_Name, (XmlSchemaAttributeGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, XmlSchemaAttributeGroup_set_Name, (XmlSchemaAttributeGroup * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, XmlSchemaObjectCollection *, XmlSchemaAttributeGroup_get_Attributes, (XmlSchemaAttributeGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, XmlSchemaAnyAttribute *, XmlSchemaAttributeGroup_get_AnyAttribute, (XmlSchemaAttributeGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, XmlSchemaAttributeGroup_set_AnyAttribute, (XmlSchemaAttributeGroup * __this, XmlSchemaAnyAttribute * value, MethodInfo * method)); DO_APP_FUNC(0x003C7000, XmlQualifiedName *, XmlSchemaAttributeGroup_get_QualifiedName, (XmlSchemaAttributeGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x0239CE20, XmlSchemaObjectTable *, XmlSchemaAttributeGroup_get_AttributeUses, (XmlSchemaAttributeGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, XmlSchemaAnyAttribute *, XmlSchemaAttributeGroup_get_AttributeWildcard, (XmlSchemaAttributeGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, XmlSchemaAttributeGroup_set_AttributeWildcard, (XmlSchemaAttributeGroup * __this, XmlSchemaAnyAttribute * value, MethodInfo * method)); DO_APP_FUNC(0x003C7010, XmlSchemaAttributeGroup *, XmlSchemaAttributeGroup_get_Redefined, (XmlSchemaAttributeGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, XmlSchemaAttributeGroup_set_Redefined, (XmlSchemaAttributeGroup * __this, XmlSchemaAttributeGroup * value, MethodInfo * method)); DO_APP_FUNC(0x00C6E400, int32_t, XmlSchemaAttributeGroup_get_SelfReferenceCount, (XmlSchemaAttributeGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E410, void, XmlSchemaAttributeGroup_set_SelfReferenceCount, (XmlSchemaAttributeGroup * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, XmlSchemaAttributeGroup_get_NameAttribute, (XmlSchemaAttributeGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, XmlSchemaAttributeGroup_set_NameAttribute, (XmlSchemaAttributeGroup * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, XmlSchemaAttributeGroup_SetQualifiedName, (XmlSchemaAttributeGroup * __this, XmlQualifiedName * value, MethodInfo * method)); DO_APP_FUNC(0x0239CEE0, XmlSchemaObject *, XmlSchemaAttributeGroup_Clone, (XmlSchemaAttributeGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x0239D090, void, XmlSchemaAttributeGroup__ctor, (XmlSchemaAttributeGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, XmlQualifiedName *, XmlSchemaAttributeGroupRef_get_RefName, (XmlSchemaAttributeGroupRef * __this, MethodInfo * method)); DO_APP_FUNC(0x0239D1E0, void, XmlSchemaAttributeGroupRef_set_RefName, (XmlSchemaAttributeGroupRef * __this, XmlQualifiedName * value, MethodInfo * method)); DO_APP_FUNC(0x0239D2C0, void, XmlSchemaAttributeGroupRef__ctor, (XmlSchemaAttributeGroupRef * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, XmlSchemaObjectCollection *, XmlSchemaChoice_get_Items, (XmlSchemaChoice * __this, MethodInfo * method)); DO_APP_FUNC(0x0239D370, bool, XmlSchemaChoice_get_IsEmpty, (XmlSchemaChoice * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE20, void, XmlSchemaChoice_SetItems, (XmlSchemaChoice * __this, XmlSchemaObjectCollection * newItems, MethodInfo * method)); DO_APP_FUNC(0x0239D380, void, XmlSchemaChoice__ctor, (XmlSchemaChoice * __this, MethodInfo * method)); DO_APP_FUNC(0x0239D480, void, XmlSchemaCollection__ctor, (XmlSchemaCollection * __this, XmlNameTable * nametable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71430, XmlSchemaCollection__ctor__MethodInfo); DO_APP_FUNC(0x0239D720, int32_t, XmlSchemaCollection_get_Count, (XmlSchemaCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, XmlNameTable *, XmlSchemaCollection_get_NameTable, (XmlSchemaCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, XmlSchemaCollection_set_XmlResolver, (XmlSchemaCollection * __this, XmlResolver * value, MethodInfo * method)); DO_APP_FUNC(0x0239D750, XmlSchema *, XmlSchemaCollection_get_Item, (XmlSchemaCollection * __this, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0239D810, IEnumerator *, XmlSchemaCollection_System_Collections_IEnumerable_GetEnumerator, (XmlSchemaCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0239D8E0, XmlSchemaCollectionEnumerator *, XmlSchemaCollection_GetEnumerator, (XmlSchemaCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0239D9B0, void, XmlSchemaCollection_System_Collections_ICollection_CopyTo, (XmlSchemaCollection * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C713E8, XmlSchemaCollection_System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D30, bool, XmlSchemaCollection_System_Collections_ICollection_get_IsSynchronized, (XmlSchemaCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Object *, XmlSchemaCollection_System_Collections_ICollection_get_SyncRoot, (XmlSchemaCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0239D720, int32_t, XmlSchemaCollection_System_Collections_ICollection_get_Count, (XmlSchemaCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x0239DB70, SchemaInfo *, XmlSchemaCollection_GetSchemaInfo, (XmlSchemaCollection * __this, String * ns, MethodInfo * method)); DO_APP_FUNC(0x0239DC30, SchemaNames *, XmlSchemaCollection_GetSchemaNames, (XmlSchemaCollection * __this, XmlNameTable * nt, MethodInfo * method)); DO_APP_FUNC(0x0239DD40, XmlSchema *, XmlSchemaCollection_Add, (XmlSchemaCollection * __this, String * ns, SchemaInfo * schemaInfo, XmlSchema * schema, bool compile, MethodInfo * method)); DO_APP_FUNC(0x0239DD70, XmlSchema *, XmlSchemaCollection_Add_1, (XmlSchemaCollection * __this, String * ns, SchemaInfo * schemaInfo, XmlSchema * schema, bool compile, XmlResolver * resolver, MethodInfo * method)); DO_APP_FUNC(0x0239DFD0, void, XmlSchemaCollection_Add_2, (XmlSchemaCollection * __this, String * ns, XmlSchemaCollectionNode * node, MethodInfo * method)); DO_APP_FUNC(0x003C5320, ValidationEventHandler *, XmlSchemaCollection_get_EventHandler, (XmlSchemaCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, XmlSchemaCollection_set_EventHandler, (XmlSchemaCollection * __this, ValidationEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, XmlSchemaCollectionNode_set_NamespaceURI, (XmlSchemaCollectionNode * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, SchemaInfo *, XmlSchemaCollectionNode_get_SchemaInfo, (XmlSchemaCollectionNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, XmlSchemaCollectionNode_set_SchemaInfo, (XmlSchemaCollectionNode * __this, SchemaInfo * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, XmlSchema *, XmlSchemaCollectionNode_get_Schema, (XmlSchemaCollectionNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, XmlSchemaCollectionNode_set_Schema, (XmlSchemaCollectionNode * __this, XmlSchema * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSchemaCollectionNode__ctor, (XmlSchemaCollectionNode * __this, MethodInfo * method)); DO_APP_FUNC(0x0239E110, void, XmlSchemaCollectionEnumerator__ctor, (XmlSchemaCollectionEnumerator * __this, Hashtable * collection, MethodInfo * method)); DO_APP_FUNC(0x0239E190, void, XmlSchemaCollectionEnumerator_System_Collections_IEnumerator_Reset, (XmlSchemaCollectionEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x0239E1E0, bool, XmlSchemaCollectionEnumerator_System_Collections_IEnumerator_MoveNext, (XmlSchemaCollectionEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x0239E230, bool, XmlSchemaCollectionEnumerator_MoveNext, (XmlSchemaCollectionEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x0239E280, Object *, XmlSchemaCollectionEnumerator_System_Collections_IEnumerator_get_Current, (XmlSchemaCollectionEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x0239E290, XmlSchema *, XmlSchemaCollectionEnumerator_get_Current, (XmlSchemaCollectionEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x0239E320, XmlSchemaCollectionNode *, XmlSchemaCollectionEnumerator_get_CurrentNode, (XmlSchemaCollectionEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD40, void, XmlSchemaCompilationSettings__ctor, (XmlSchemaCompilationSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, XmlSchemaCompilationSettings_get_EnableUpaCheck, (XmlSchemaCompilationSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00531160, bool, XmlSchemaComplexContent_get_IsMixed, (XmlSchemaComplexContent * __this, MethodInfo * method)); DO_APP_FUNC(0x0239E3B0, void, XmlSchemaComplexContent_set_IsMixed, (XmlSchemaComplexContent * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, XmlSchemaContent *, XmlSchemaComplexContent_get_Content, (XmlSchemaComplexContent * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, XmlSchemaComplexContent_set_Content, (XmlSchemaComplexContent * __this, XmlSchemaContent * value, MethodInfo * method)); DO_APP_FUNC(0x00610C20, bool, XmlSchemaComplexContent_get_HasMixedAttribute, (XmlSchemaComplexContent * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSchemaComplexContent__ctor, (XmlSchemaComplexContent * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, XmlQualifiedName *, XmlSchemaComplexContentExtension_get_BaseTypeName, (XmlSchemaComplexContentExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0239E3C0, void, XmlSchemaComplexContentExtension_set_BaseTypeName, (XmlSchemaComplexContentExtension * __this, XmlQualifiedName * value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, XmlSchemaParticle *, XmlSchemaComplexContentExtension_get_Particle, (XmlSchemaComplexContentExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, XmlSchemaComplexContentExtension_set_Particle, (XmlSchemaComplexContentExtension * __this, XmlSchemaParticle * value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, XmlSchemaObjectCollection *, XmlSchemaComplexContentExtension_get_Attributes, (XmlSchemaComplexContentExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, XmlSchemaAnyAttribute *, XmlSchemaComplexContentExtension_get_AnyAttribute, (XmlSchemaComplexContentExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, XmlSchemaComplexContentExtension_set_AnyAttribute, (XmlSchemaComplexContentExtension * __this, XmlSchemaAnyAttribute * value, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, XmlSchemaComplexContentExtension_SetAttributes, (XmlSchemaComplexContentExtension * __this, XmlSchemaObjectCollection * newAttributes, MethodInfo * method)); DO_APP_FUNC(0x0239E4A0, void, XmlSchemaComplexContentExtension__ctor, (XmlSchemaComplexContentExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, XmlQualifiedName *, XmlSchemaComplexContentRestriction_get_BaseTypeName, (XmlSchemaComplexContentRestriction * __this, MethodInfo * method)); DO_APP_FUNC(0x0239E5F0, void, XmlSchemaComplexContentRestriction_set_BaseTypeName, (XmlSchemaComplexContentRestriction * __this, XmlQualifiedName * value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, XmlSchemaParticle *, XmlSchemaComplexContentRestriction_get_Particle, (XmlSchemaComplexContentRestriction * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, XmlSchemaComplexContentRestriction_set_Particle, (XmlSchemaComplexContentRestriction * __this, XmlSchemaParticle * value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, XmlSchemaObjectCollection *, XmlSchemaComplexContentRestriction_get_Attributes, (XmlSchemaComplexContentRestriction * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, XmlSchemaAnyAttribute *, XmlSchemaComplexContentRestriction_get_AnyAttribute, (XmlSchemaComplexContentRestriction * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, XmlSchemaComplexContentRestriction_set_AnyAttribute, (XmlSchemaComplexContentRestriction * __this, XmlSchemaAnyAttribute * value, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, XmlSchemaComplexContentRestriction_SetAttributes, (XmlSchemaComplexContentRestriction * __this, XmlSchemaObjectCollection * newAttributes, MethodInfo * method)); DO_APP_FUNC(0x0239E6D0, void, XmlSchemaComplexContentRestriction__ctor, (XmlSchemaComplexContentRestriction * __this, MethodInfo * method)); DO_APP_FUNC(0x0239E820, void, XmlSchemaComplexType__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0239ED30, XmlSchemaComplexType *, XmlSchemaComplexType_CreateAnyType, (XmlSchemaContentProcessing__Enum processContents, MethodInfo * method)); DO_APP_FUNC(0x0239F3A0, void, XmlSchemaComplexType__ctor, (XmlSchemaComplexType * __this, MethodInfo * method)); DO_APP_FUNC(0x0239F460, XmlSchemaComplexType *, XmlSchemaComplexType_get_AnyType, (MethodInfo * method)); DO_APP_FUNC(0x0239F4C0, XmlSchemaComplexType *, XmlSchemaComplexType_get_UntypedAnyType, (MethodInfo * method)); DO_APP_FUNC(0x0239F520, ContentValidator *, XmlSchemaComplexType_get_AnyTypeContentValidator, (MethodInfo * method)); DO_APP_FUNC(0x0239F5A0, bool, XmlSchemaComplexType_get_IsAbstract, (XmlSchemaComplexType * __this, MethodInfo * method)); DO_APP_FUNC(0x0239F5B0, void, XmlSchemaComplexType_set_IsAbstract, (XmlSchemaComplexType * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0101D6E0, XmlSchemaDerivationMethod__Enum, XmlSchemaComplexType_get_Block, (XmlSchemaComplexType * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D6F0, void, XmlSchemaComplexType_set_Block, (XmlSchemaComplexType * __this, XmlSchemaDerivationMethod__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0239F5E0, bool, XmlSchemaComplexType_get_IsMixed, (XmlSchemaComplexType * __this, MethodInfo * method)); DO_APP_FUNC(0x0239F5F0, void, XmlSchemaComplexType_set_IsMixed, (XmlSchemaComplexType * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00605860, XmlSchemaContentModel *, XmlSchemaComplexType_get_ContentModel, (XmlSchemaComplexType * __this, MethodInfo * method)); DO_APP_FUNC(0x00473A50, void, XmlSchemaComplexType_set_ContentModel, (XmlSchemaComplexType * __this, XmlSchemaContentModel * value, MethodInfo * method)); DO_APP_FUNC(0x003BF700, XmlSchemaParticle *, XmlSchemaComplexType_get_Particle, (XmlSchemaComplexType * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF710, void, XmlSchemaComplexType_set_Particle, (XmlSchemaComplexType * __this, XmlSchemaParticle * value, MethodInfo * method)); DO_APP_FUNC(0x0239F620, XmlSchemaObjectCollection *, XmlSchemaComplexType_get_Attributes, (XmlSchemaComplexType * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C80, XmlSchemaAnyAttribute *, XmlSchemaComplexType_get_AnyAttribute, (XmlSchemaComplexType * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C90, void, XmlSchemaComplexType_set_AnyAttribute, (XmlSchemaComplexType * __this, XmlSchemaAnyAttribute * value, MethodInfo * method)); DO_APP_FUNC(0x00C6E520, XmlSchemaContentType__Enum, XmlSchemaComplexType_get_ContentType, (XmlSchemaComplexType * __this, MethodInfo * method)); DO_APP_FUNC(0x0070EC40, XmlSchemaParticle *, XmlSchemaComplexType_get_ContentTypeParticle, (XmlSchemaComplexType * __this, MethodInfo * method)); DO_APP_FUNC(0x018BD840, XmlSchemaDerivationMethod__Enum, XmlSchemaComplexType_get_BlockResolved, (XmlSchemaComplexType * __this, MethodInfo * method)); DO_APP_FUNC(0x0239F6F0, XmlSchemaObjectTable *, XmlSchemaComplexType_get_AttributeUses, (XmlSchemaComplexType * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8DB0, XmlSchemaAnyAttribute *, XmlSchemaComplexType_get_AttributeWildcard, (XmlSchemaComplexType * __this, MethodInfo * method)); DO_APP_FUNC(0x0239F7C0, XmlSchemaObjectTable *, XmlSchemaComplexType_get_LocalElements, (XmlSchemaComplexType * __this, MethodInfo * method)); DO_APP_FUNC(0x00B481B0, void, XmlSchemaComplexType_SetContentTypeParticle, (XmlSchemaComplexType * __this, XmlSchemaParticle * value, MethodInfo * method)); DO_APP_FUNC(0x0239F890, void, XmlSchemaComplexType_SetBlockResolved, (XmlSchemaComplexType * __this, XmlSchemaDerivationMethod__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00AC8DC0, void, XmlSchemaComplexType_SetAttributeWildcard, (XmlSchemaComplexType * __this, XmlSchemaAnyAttribute * value, MethodInfo * method)); DO_APP_FUNC(0x0239F8A0, void, XmlSchemaComplexType_set_HasWildCard, (XmlSchemaComplexType * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00B2F140, void, XmlSchemaComplexType_SetAttributes, (XmlSchemaComplexType * __this, XmlSchemaObjectCollection * newAttributes, MethodInfo * method)); DO_APP_FUNC(0x0239F8D0, bool, XmlSchemaComplexType_ContainsIdAttribute, (XmlSchemaComplexType * __this, bool findAll, MethodInfo * method)); DO_APP_FUNC(0x0239FB60, XmlSchemaObject *, XmlSchemaComplexType_Clone, (XmlSchemaComplexType * __this, MethodInfo * method)); DO_APP_FUNC(0x0239FB70, XmlSchemaObject *, XmlSchemaComplexType_Clone_1, (XmlSchemaComplexType * __this, XmlSchema * parentSchema, MethodInfo * method)); DO_APP_FUNC(0x023A0700, void, XmlSchemaComplexType_ClearCompiledState, (XmlSchemaComplexType * __this, MethodInfo * method)); DO_APP_FUNC(0x023A08C0, XmlSchemaObjectCollection *, XmlSchemaComplexType_CloneAttributes, (XmlSchemaObjectCollection * attributes, MethodInfo * method)); DO_APP_FUNC(0x023A0BA0, XmlSchemaObjectCollection *, XmlSchemaComplexType_CloneGroupBaseParticles, (XmlSchemaObjectCollection * groupBaseParticles, XmlSchema * parentSchema, MethodInfo * method)); DO_APP_FUNC(0x023A0D00, XmlSchemaParticle *, XmlSchemaComplexType_CloneParticle, (XmlSchemaParticle * particle, XmlSchema * parentSchema, MethodInfo * method)); DO_APP_FUNC(0x023A1240, XmlSchemaForm__Enum, XmlSchemaComplexType_GetResolvedElementForm, (XmlSchema * parentSchema, XmlSchemaElement * element, MethodInfo * method)); DO_APP_FUNC(0x023A1270, bool, XmlSchemaComplexType_HasParticleRef, (XmlSchemaParticle * particle, XmlSchema * parentSchema, MethodInfo * method)); DO_APP_FUNC(0x023A15C0, bool, XmlSchemaComplexType_HasAttributeQNameRef, (XmlSchemaObjectCollection * attributes, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSchemaContent__ctor, (XmlSchemaContent * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSchemaContentModel__ctor, (XmlSchemaContentModel * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, XmlSchemaDatatypeVariety__Enum, XmlSchemaDatatype_get_Variety, (XmlSchemaDatatype * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, XmlTypeCode__Enum, XmlSchemaDatatype_get_TypeCode, (XmlSchemaDatatype * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, XmlSchemaDatatype_IsDerivedFrom, (XmlSchemaDatatype * __this, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x023A1770, String *, XmlSchemaDatatype_get_TypeCodeString, (XmlSchemaDatatype * __this, MethodInfo * method)); DO_APP_FUNC(0x023A18F0, String *, XmlSchemaDatatype_TypeCodeToString, (XmlSchemaDatatype * __this, XmlTypeCode__Enum typeCode, MethodInfo * method)); DO_APP_FUNC(0x023A1F70, String *, XmlSchemaDatatype_ConcatenatedToString, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x023A25A0, XmlSchemaDatatype *, XmlSchemaDatatype_FromXmlTokenizedType, (XmlTokenizedType__Enum token, MethodInfo * method)); DO_APP_FUNC(0x023A2650, XmlSchemaDatatype *, XmlSchemaDatatype_FromXmlTokenizedTypeXsd, (XmlTokenizedType__Enum token, MethodInfo * method)); DO_APP_FUNC(0x023A2700, XmlSchemaDatatype *, XmlSchemaDatatype_FromXdrName, (String * name, MethodInfo * method)); DO_APP_FUNC(0x023A28C0, XmlSchemaDatatype *, XmlSchemaDatatype_DeriveByUnion, (XmlSchemaSimpleType__Array * types, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x023A2920, String *, XmlSchemaDatatype_XdrCanonizeUri, (String * uri, XmlNameTable * nameTable, SchemaNames * schemaNames, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSchemaDatatype__ctor, (XmlSchemaDatatype * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, XmlSchemaDocumentation_set_Source, (XmlSchemaDocumentation * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x023A2CD0, void, XmlSchemaDocumentation_set_Language, (XmlSchemaDocumentation * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, XmlSchemaDocumentation_set_Markup, (XmlSchemaDocumentation * __this, XmlNode__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSchemaDocumentation__ctor, (XmlSchemaDocumentation * __this, MethodInfo * method)); DO_APP_FUNC(0x023A2E20, void, XmlSchemaDocumentation__cctor, (MethodInfo * method)); DO_APP_FUNC(0x009CAB20, bool, XmlSchemaElement_get_IsAbstract, (XmlSchemaElement * __this, MethodInfo * method)); DO_APP_FUNC(0x023A2F50, void, XmlSchemaElement_set_IsAbstract, (XmlSchemaElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0101D6B0, XmlSchemaDerivationMethod__Enum, XmlSchemaElement_get_Block, (XmlSchemaElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00609B20, void, XmlSchemaElement_set_Block, (XmlSchemaElement * __this, XmlSchemaDerivationMethod__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00A90540, String *, XmlSchemaElement_get_DefaultValue, (XmlSchemaElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90550, void, XmlSchemaElement_set_DefaultValue, (XmlSchemaElement * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x012CBC20, XmlSchemaDerivationMethod__Enum, XmlSchemaElement_get_Final, (XmlSchemaElement * __this, MethodInfo * method)); DO_APP_FUNC(0x004841A0, void, XmlSchemaElement_set_Final, (XmlSchemaElement * __this, XmlSchemaDerivationMethod__Enum value, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, String *, XmlSchemaElement_get_FixedValue, (XmlSchemaElement * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F50, void, XmlSchemaElement_set_FixedValue, (XmlSchemaElement * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00C6E400, XmlSchemaForm__Enum, XmlSchemaElement_get_Form, (XmlSchemaElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E410, void, XmlSchemaElement_set_Form, (XmlSchemaElement * __this, XmlSchemaForm__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00605860, String *, XmlSchemaElement_get_Name, (XmlSchemaElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00473A50, void, XmlSchemaElement_set_Name, (XmlSchemaElement * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01F0EDB0, bool, XmlSchemaElement_get_IsNillable, (XmlSchemaElement * __this, MethodInfo * method)); DO_APP_FUNC(0x023A2F60, void, XmlSchemaElement_set_IsNillable, (XmlSchemaElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F0EDD0, bool, XmlSchemaElement_get_HasNillableAttribute, (XmlSchemaElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00804C10, bool, XmlSchemaElement_get_HasAbstractAttribute, (XmlSchemaElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF700, XmlQualifiedName *, XmlSchemaElement_get_RefName, (XmlSchemaElement * __this, MethodInfo * method)); DO_APP_FUNC(0x023A2F70, void, XmlSchemaElement_set_RefName, (XmlSchemaElement * __this, XmlQualifiedName * value, MethodInfo * method)); DO_APP_FUNC(0x00473D30, XmlQualifiedName *, XmlSchemaElement_get_SubstitutionGroup, (XmlSchemaElement * __this, MethodInfo * method)); DO_APP_FUNC(0x023A3060, void, XmlSchemaElement_set_SubstitutionGroup, (XmlSchemaElement * __this, XmlQualifiedName * value, MethodInfo * method)); DO_APP_FUNC(0x004B2C80, XmlQualifiedName *, XmlSchemaElement_get_SchemaTypeName, (XmlSchemaElement * __this, MethodInfo * method)); DO_APP_FUNC(0x023A3150, void, XmlSchemaElement_set_SchemaTypeName, (XmlSchemaElement * __this, XmlQualifiedName * value, MethodInfo * method)); DO_APP_FUNC(0x0070EC40, XmlSchemaType *, XmlSchemaElement_get_SchemaType, (XmlSchemaElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00B481B0, void, XmlSchemaElement_set_SchemaType, (XmlSchemaElement * __this, XmlSchemaType * value, MethodInfo * method)); DO_APP_FUNC(0x023A3240, XmlSchemaObjectCollection *, XmlSchemaElement_get_Constraints, (XmlSchemaElement * __this, MethodInfo * method)); DO_APP_FUNC(0x0070ED80, XmlQualifiedName *, XmlSchemaElement_get_QualifiedName, (XmlSchemaElement * __this, MethodInfo * method)); DO_APP_FUNC(0x004F66F0, XmlSchemaType *, XmlSchemaElement_get_ElementSchemaType, (XmlSchemaElement * __this, MethodInfo * method)); DO_APP_FUNC(0x009D23A0, XmlSchemaDerivationMethod__Enum, XmlSchemaElement_get_BlockResolved, (XmlSchemaElement * __this, MethodInfo * method)); DO_APP_FUNC(0x009D23C0, XmlSchemaDerivationMethod__Enum, XmlSchemaElement_get_FinalResolved, (XmlSchemaElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00B48210, void, XmlSchemaElement_SetQualifiedName, (XmlSchemaElement * __this, XmlQualifiedName * value, MethodInfo * method)); DO_APP_FUNC(0x004F6700, void, XmlSchemaElement_SetElementType, (XmlSchemaElement * __this, XmlSchemaType * value, MethodInfo * method)); DO_APP_FUNC(0x009D23B0, void, XmlSchemaElement_SetBlockResolved, (XmlSchemaElement * __this, XmlSchemaDerivationMethod__Enum value, MethodInfo * method)); DO_APP_FUNC(0x009D23D0, void, XmlSchemaElement_SetFinalResolved, (XmlSchemaElement * __this, XmlSchemaDerivationMethod__Enum value, MethodInfo * method)); DO_APP_FUNC(0x023A3310, bool, XmlSchemaElement_get_HasConstraints, (XmlSchemaElement * __this, MethodInfo * method)); DO_APP_FUNC(0x01B48DA0, bool, XmlSchemaElement_get_IsLocalTypeDerivationChecked, (XmlSchemaElement * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0EDF0, void, XmlSchemaElement_set_IsLocalTypeDerivationChecked, (XmlSchemaElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009E4000, SchemaElementDecl *, XmlSchemaElement_get_ElementDecl, (XmlSchemaElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8E20, void, XmlSchemaElement_set_ElementDecl, (XmlSchemaElement * __this, SchemaElementDecl * value, MethodInfo * method)); DO_APP_FUNC(0x00605860, String *, XmlSchemaElement_get_NameAttribute, (XmlSchemaElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00473A50, void, XmlSchemaElement_set_NameAttribute, (XmlSchemaElement * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x023A3360, String *, XmlSchemaElement_get_NameString, (XmlSchemaElement * __this, MethodInfo * method)); DO_APP_FUNC(0x023A3390, XmlSchemaObject *, XmlSchemaElement_Clone, (XmlSchemaElement * __this, MethodInfo * method)); DO_APP_FUNC(0x023A33A0, XmlSchemaObject *, XmlSchemaElement_Clone_1, (XmlSchemaElement * __this, XmlSchema * parentSchema, MethodInfo * method)); DO_APP_FUNC(0x023A3810, void, XmlSchemaElement__ctor, (XmlSchemaElement * __this, MethodInfo * method)); DO_APP_FUNC(0x023A3A60, void, XmlSchemaException__ctor, (XmlSchemaException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x023A40E0, void, XmlSchemaException_GetObjectData, (XmlSchemaException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x023A4250, void, XmlSchemaException__ctor_1, (XmlSchemaException * __this, MethodInfo * method)); DO_APP_FUNC(0x023A4370, void, XmlSchemaException__ctor_2, (XmlSchemaException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x023A4390, void, XmlSchemaException__ctor_3, (XmlSchemaException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x023A43B0, void, XmlSchemaException__ctor_4, (XmlSchemaException * __this, String * message, Exception * innerException, int32_t lineNumber, int32_t linePosition, MethodInfo * method)); DO_APP_FUNC(0x023A44D0, void, XmlSchemaException__ctor_5, (XmlSchemaException * __this, String * res, String__Array * args, MethodInfo * method)); DO_APP_FUNC(0x023A4500, void, XmlSchemaException__ctor_6, (XmlSchemaException * __this, String * res, String * arg, MethodInfo * method)); DO_APP_FUNC(0x023A45E0, void, XmlSchemaException__ctor_7, (XmlSchemaException * __this, String * res, String * arg, String * sourceUri, int32_t lineNumber, int32_t linePosition, MethodInfo * method)); DO_APP_FUNC(0x023A46D0, void, XmlSchemaException__ctor_8, (XmlSchemaException * __this, String * res, String * sourceUri, int32_t lineNumber, int32_t linePosition, MethodInfo * method)); DO_APP_FUNC(0x023A4710, void, XmlSchemaException__ctor_9, (XmlSchemaException * __this, String * res, String__Array * args, String * sourceUri, int32_t lineNumber, int32_t linePosition, MethodInfo * method)); DO_APP_FUNC(0x023A4750, void, XmlSchemaException__ctor_10, (XmlSchemaException * __this, String * res, XmlSchemaObject * source, MethodInfo * method)); DO_APP_FUNC(0x023A47A0, void, XmlSchemaException__ctor_11, (XmlSchemaException * __this, String * res, String * arg, XmlSchemaObject * source, MethodInfo * method)); DO_APP_FUNC(0x023A48A0, void, XmlSchemaException__ctor_12, (XmlSchemaException * __this, String * res, String__Array * args, XmlSchemaObject * source, MethodInfo * method)); DO_APP_FUNC(0x023A48F0, void, XmlSchemaException__ctor_13, (XmlSchemaException * __this, String * res, String__Array * args, Exception * innerException, String * sourceUri, int32_t lineNumber, int32_t linePosition, XmlSchemaObject * source, MethodInfo * method)); DO_APP_FUNC(0x023A4AD0, String *, XmlSchemaException_CreateMessage, (String * res, String__Array * args, MethodInfo * method)); DO_APP_FUNC(0x00A90540, String *, XmlSchemaException_get_GetRes, (XmlSchemaException * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, String__Array *, XmlSchemaException_get_Args, (XmlSchemaException * __this, MethodInfo * method)); DO_APP_FUNC(0x00605860, String *, XmlSchemaException_get_SourceUri, (XmlSchemaException * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E4E0, int32_t, XmlSchemaException_get_LineNumber, (XmlSchemaException * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E660, int32_t, XmlSchemaException_get_LinePosition, (XmlSchemaException * __this, MethodInfo * method)); DO_APP_FUNC(0x00473D30, XmlSchemaObject *, XmlSchemaException_get_SourceSchemaObject, (XmlSchemaException * __this, MethodInfo * method)); DO_APP_FUNC(0x023A4B20, void, XmlSchemaException_SetSource, (XmlSchemaException * __this, String * sourceUri, int32_t lineNumber, int32_t linePosition, MethodInfo * method)); DO_APP_FUNC(0x00B2F140, void, XmlSchemaException_SetSchemaObject, (XmlSchemaException * __this, XmlSchemaObject * source, MethodInfo * method)); DO_APP_FUNC(0x023A4B90, void, XmlSchemaException_SetSource_1, (XmlSchemaException * __this, XmlSchemaObject * source, MethodInfo * method)); DO_APP_FUNC(0x023A4C80, String *, XmlSchemaException_get_Message, (XmlSchemaException * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, XmlSchemaExternal_get_SchemaLocation, (XmlSchemaExternal * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, XmlSchemaExternal_set_SchemaLocation, (XmlSchemaExternal * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, XmlSchema *, XmlSchemaExternal_get_Schema, (XmlSchemaExternal * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, XmlSchemaExternal_set_Schema, (XmlSchemaExternal * __this, XmlSchema * value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, XmlSchemaExternal_get_Id, (XmlSchemaExternal * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, XmlSchemaExternal_set_Id, (XmlSchemaExternal * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, Uri *, XmlSchemaExternal_get_BaseUri, (XmlSchemaExternal * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, XmlSchemaExternal_set_BaseUri, (XmlSchemaExternal * __this, Uri * value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, XmlSchemaExternal_get_IdAttribute, (XmlSchemaExternal * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, XmlSchemaExternal_set_IdAttribute, (XmlSchemaExternal * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, XmlSchemaExternal_SetUnhandledAttributes, (XmlSchemaExternal * __this, XmlAttribute__Array * moreAttributes, MethodInfo * method)); DO_APP_FUNC(0x00764A50, Compositor__Enum, XmlSchemaExternal_get_Compositor, (XmlSchemaExternal * __this, MethodInfo * method)); DO_APP_FUNC(0x01C1F550, void, XmlSchemaExternal_set_Compositor, (XmlSchemaExternal * __this, Compositor__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSchemaExternal__ctor, (XmlSchemaExternal * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, XmlSchemaFacet_get_Value, (XmlSchemaFacet * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, XmlSchemaFacet_set_Value, (XmlSchemaFacet * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00531160, bool, XmlSchemaFacet_get_IsFixed, (XmlSchemaFacet * __this, MethodInfo * method)); DO_APP_FUNC(0x023A4CA0, void, XmlSchemaFacet_set_IsFixed, (XmlSchemaFacet * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00ADDA40, FacetType__Enum, XmlSchemaFacet_get_FacetType, (XmlSchemaFacet * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A620, void, XmlSchemaFacet_set_FacetType, (XmlSchemaFacet * __this, FacetType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSchemaFacet__ctor, (XmlSchemaFacet * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSchemaNumericFacet__ctor, (XmlSchemaNumericFacet * __this, MethodInfo * method)); DO_APP_FUNC(0x023A4D50, void, XmlSchemaLengthFacet__ctor, (XmlSchemaLengthFacet * __this, MethodInfo * method)); DO_APP_FUNC(0x023A4D60, void, XmlSchemaMinLengthFacet__ctor, (XmlSchemaMinLengthFacet * __this, MethodInfo * method)); DO_APP_FUNC(0x023A4D70, void, XmlSchemaMaxLengthFacet__ctor, (XmlSchemaMaxLengthFacet * __this, MethodInfo * method)); DO_APP_FUNC(0x023A4D80, void, XmlSchemaPatternFacet__ctor, (XmlSchemaPatternFacet * __this, MethodInfo * method)); DO_APP_FUNC(0x023A4D90, void, XmlSchemaEnumerationFacet__ctor, (XmlSchemaEnumerationFacet * __this, MethodInfo * method)); DO_APP_FUNC(0x023A4DA0, void, XmlSchemaMinExclusiveFacet__ctor, (XmlSchemaMinExclusiveFacet * __this, MethodInfo * method)); DO_APP_FUNC(0x023A4DB0, void, XmlSchemaMinInclusiveFacet__ctor, (XmlSchemaMinInclusiveFacet * __this, MethodInfo * method)); DO_APP_FUNC(0x023A4DC0, void, XmlSchemaMaxExclusiveFacet__ctor, (XmlSchemaMaxExclusiveFacet * __this, MethodInfo * method)); DO_APP_FUNC(0x023A4DD0, void, XmlSchemaMaxInclusiveFacet__ctor, (XmlSchemaMaxInclusiveFacet * __this, MethodInfo * method)); DO_APP_FUNC(0x023A4DE0, void, XmlSchemaTotalDigitsFacet__ctor, (XmlSchemaTotalDigitsFacet * __this, MethodInfo * method)); DO_APP_FUNC(0x023A4DF0, void, XmlSchemaFractionDigitsFacet__ctor, (XmlSchemaFractionDigitsFacet * __this, MethodInfo * method)); DO_APP_FUNC(0x023A4E00, void, XmlSchemaWhiteSpaceFacet__ctor, (XmlSchemaWhiteSpaceFacet * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, XmlSchemaGroup_get_Name, (XmlSchemaGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, XmlSchemaGroup_set_Name, (XmlSchemaGroup * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, XmlSchemaGroupBase *, XmlSchemaGroup_get_Particle, (XmlSchemaGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, XmlSchemaGroup_set_Particle, (XmlSchemaGroup * __this, XmlSchemaGroupBase * value, MethodInfo * method)); DO_APP_FUNC(0x003C7000, XmlQualifiedName *, XmlSchemaGroup_get_QualifiedName, (XmlSchemaGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, XmlSchemaParticle *, XmlSchemaGroup_get_CanonicalParticle, (XmlSchemaGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, XmlSchemaGroup_set_CanonicalParticle, (XmlSchemaGroup * __this, XmlSchemaParticle * value, MethodInfo * method)); DO_APP_FUNC(0x003C7010, XmlSchemaGroup *, XmlSchemaGroup_get_Redefined, (XmlSchemaGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, XmlSchemaGroup_set_Redefined, (XmlSchemaGroup * __this, XmlSchemaGroup * value, MethodInfo * method)); DO_APP_FUNC(0x00AC7870, int32_t, XmlSchemaGroup_get_SelfReferenceCount, (XmlSchemaGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC7880, void, XmlSchemaGroup_set_SelfReferenceCount, (XmlSchemaGroup * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, XmlSchemaGroup_get_NameAttribute, (XmlSchemaGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, XmlSchemaGroup_set_NameAttribute, (XmlSchemaGroup * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, XmlSchemaGroup_SetQualifiedName, (XmlSchemaGroup * __this, XmlQualifiedName * value, MethodInfo * method)); DO_APP_FUNC(0x023A4E10, XmlSchemaObject *, XmlSchemaGroup_Clone, (XmlSchemaGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x023A4E20, XmlSchemaObject *, XmlSchemaGroup_Clone_1, (XmlSchemaGroup * __this, XmlSchema * parentSchema, MethodInfo * method)); DO_APP_FUNC(0x023A50A0, void, XmlSchemaGroup__ctor, (XmlSchemaGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x023A5150, void, XmlSchemaGroupBase__ctor, (XmlSchemaGroupBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, XmlQualifiedName *, XmlSchemaGroupRef_get_RefName, (XmlSchemaGroupRef * __this, MethodInfo * method)); DO_APP_FUNC(0x023A51A0, void, XmlSchemaGroupRef_set_RefName, (XmlSchemaGroupRef * __this, XmlQualifiedName * value, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, XmlSchemaGroupRef_SetParticle, (XmlSchemaGroupRef * __this, XmlSchemaGroupBase * value, MethodInfo * method)); DO_APP_FUNC(0x003C7040, XmlSchemaGroup *, XmlSchemaGroupRef_get_Redefined, (XmlSchemaGroupRef * __this, MethodInfo * method)); DO_APP_FUNC(0x00591040, void, XmlSchemaGroupRef_set_Redefined, (XmlSchemaGroupRef * __this, XmlSchemaGroup * value, MethodInfo * method)); DO_APP_FUNC(0x023A5280, void, XmlSchemaGroupRef__ctor, (XmlSchemaGroupRef * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, XmlSchemaIdentityConstraint_get_Name, (XmlSchemaIdentityConstraint * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, XmlSchemaIdentityConstraint_set_Name, (XmlSchemaIdentityConstraint * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, XmlSchemaXPath *, XmlSchemaIdentityConstraint_get_Selector, (XmlSchemaIdentityConstraint * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, XmlSchemaIdentityConstraint_set_Selector, (XmlSchemaIdentityConstraint * __this, XmlSchemaXPath * value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, XmlSchemaObjectCollection *, XmlSchemaIdentityConstraint_get_Fields, (XmlSchemaIdentityConstraint * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, XmlQualifiedName *, XmlSchemaIdentityConstraint_get_QualifiedName, (XmlSchemaIdentityConstraint * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, XmlSchemaIdentityConstraint_SetQualifiedName, (XmlSchemaIdentityConstraint * __this, XmlQualifiedName * value, MethodInfo * method)); DO_APP_FUNC(0x003C7010, CompiledIdentityConstraint *, XmlSchemaIdentityConstraint_get_CompiledConstraint, (XmlSchemaIdentityConstraint * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, XmlSchemaIdentityConstraint_set_CompiledConstraint, (XmlSchemaIdentityConstraint * __this, CompiledIdentityConstraint * value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, XmlSchemaIdentityConstraint_get_NameAttribute, (XmlSchemaIdentityConstraint * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, XmlSchemaIdentityConstraint_set_NameAttribute, (XmlSchemaIdentityConstraint * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x023A5360, void, XmlSchemaIdentityConstraint__ctor, (XmlSchemaIdentityConstraint * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, XmlSchemaXPath_get_XPath, (XmlSchemaXPath * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, XmlSchemaXPath_set_XPath, (XmlSchemaXPath * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSchemaXPath__ctor, (XmlSchemaXPath * __this, MethodInfo * method)); DO_APP_FUNC(0x023A54B0, void, XmlSchemaUnique__ctor, (XmlSchemaUnique * __this, MethodInfo * method)); DO_APP_FUNC(0x023A54B0, void, XmlSchemaKey__ctor, (XmlSchemaKey * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, XmlQualifiedName *, XmlSchemaKeyref_get_Refer, (XmlSchemaKeyref * __this, MethodInfo * method)); DO_APP_FUNC(0x023A54C0, void, XmlSchemaKeyref_set_Refer, (XmlSchemaKeyref * __this, XmlQualifiedName * value, MethodInfo * method)); DO_APP_FUNC(0x023A55A0, void, XmlSchemaKeyref__ctor, (XmlSchemaKeyref * __this, MethodInfo * method)); DO_APP_FUNC(0x023A5650, void, XmlSchemaImport__ctor, (XmlSchemaImport * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, String *, XmlSchemaImport_get_Namespace, (XmlSchemaImport * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, XmlSchemaImport_set_Namespace, (XmlSchemaImport * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, XmlSchemaImport_AddAnnotation, (XmlSchemaImport * __this, XmlSchemaAnnotation * annotation, MethodInfo * method)); DO_APP_FUNC(0x023A5660, void, XmlSchemaInclude__ctor, (XmlSchemaInclude * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, XmlSchemaInclude_AddAnnotation, (XmlSchemaInclude * __this, XmlSchemaAnnotation * annotation, MethodInfo * method)); DO_APP_FUNC(0x023A5670, void, XmlSchemaInfo__ctor, (XmlSchemaInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x023A5680, void, XmlSchemaInfo__ctor_1, (XmlSchemaInfo * __this, XmlSchemaValidity__Enum validity, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, XmlSchemaValidity__Enum, XmlSchemaInfo_get_Validity, (XmlSchemaInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF230, void, XmlSchemaInfo_set_Validity, (XmlSchemaInfo * __this, XmlSchemaValidity__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, XmlSchemaInfo_get_IsDefault, (XmlSchemaInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, XmlSchemaInfo_set_IsDefault, (XmlSchemaInfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00422A30, bool, XmlSchemaInfo_get_IsNil, (XmlSchemaInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A40, void, XmlSchemaInfo_set_IsNil, (XmlSchemaInfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, XmlSchemaSimpleType *, XmlSchemaInfo_get_MemberType, (XmlSchemaInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, XmlSchemaInfo_set_MemberType, (XmlSchemaInfo * __this, XmlSchemaSimpleType * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, XmlSchemaType *, XmlSchemaInfo_get_SchemaType, (XmlSchemaInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x023A56B0, void, XmlSchemaInfo_set_SchemaType, (XmlSchemaInfo * __this, XmlSchemaType * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, XmlSchemaElement *, XmlSchemaInfo_get_SchemaElement, (XmlSchemaInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x023A5740, void, XmlSchemaInfo_set_SchemaElement, (XmlSchemaInfo * __this, XmlSchemaElement * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, XmlSchemaAttribute *, XmlSchemaInfo_get_SchemaAttribute, (XmlSchemaInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x023A5800, void, XmlSchemaInfo_set_SchemaAttribute, (XmlSchemaInfo * __this, XmlSchemaAttribute * value, MethodInfo * method)); DO_APP_FUNC(0x023A58C0, XmlSchemaType *, XmlSchemaInfo_get_XmlType, (XmlSchemaInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x023A58E0, bool, XmlSchemaInfo_get_HasDefaultValue, (XmlSchemaInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x023A5920, bool, XmlSchemaInfo_get_IsUnionType, (XmlSchemaInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x023A5960, void, XmlSchemaInfo_Clear, (XmlSchemaInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, XmlSchemaNotation_get_Name, (XmlSchemaNotation * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, XmlSchemaNotation_set_Name, (XmlSchemaNotation * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, String *, XmlSchemaNotation_get_Public, (XmlSchemaNotation * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, XmlSchemaNotation_set_Public, (XmlSchemaNotation * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, String *, XmlSchemaNotation_get_System, (XmlSchemaNotation * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, XmlSchemaNotation_set_System, (XmlSchemaNotation * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C7000, XmlQualifiedName *, XmlSchemaNotation_get_QualifiedName, (XmlSchemaNotation * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, XmlSchemaNotation_set_QualifiedName, (XmlSchemaNotation * __this, XmlQualifiedName * value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, XmlSchemaNotation_get_NameAttribute, (XmlSchemaNotation * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, XmlSchemaNotation_set_NameAttribute, (XmlSchemaNotation * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x023A5AD0, void, XmlSchemaNotation__ctor, (XmlSchemaNotation * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, XmlSchemaObject_get_LineNumber, (XmlSchemaObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, XmlSchemaObject_set_LineNumber, (XmlSchemaObject * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, XmlSchemaObject_get_LinePosition, (XmlSchemaObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, XmlSchemaObject_set_LinePosition, (XmlSchemaObject * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, XmlSchemaObject_get_SourceUri, (XmlSchemaObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, XmlSchemaObject_set_SourceUri, (XmlSchemaObject * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, XmlSchemaObject *, XmlSchemaObject_get_Parent, (XmlSchemaObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, XmlSchemaObject_set_Parent, (XmlSchemaObject * __this, XmlSchemaObject * value, MethodInfo * method)); DO_APP_FUNC(0x023A5B80, XmlSerializerNamespaces *, XmlSchemaObject_get_Namespaces, (XmlSchemaObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, XmlSchemaObject_set_Namespaces, (XmlSchemaObject * __this, XmlSerializerNamespaces * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSchemaObject_OnAdd, (XmlSchemaObject * __this, XmlSchemaObjectCollection * container, Object * item, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSchemaObject_OnRemove, (XmlSchemaObject * __this, XmlSchemaObjectCollection * container, Object * item, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSchemaObject_OnClear, (XmlSchemaObject * __this, XmlSchemaObjectCollection * container, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, String *, XmlSchemaObject_get_IdAttribute, (XmlSchemaObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSchemaObject_set_IdAttribute, (XmlSchemaObject * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSchemaObject_SetUnhandledAttributes, (XmlSchemaObject * __this, XmlAttribute__Array * moreAttributes, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSchemaObject_AddAnnotation, (XmlSchemaObject * __this, XmlSchemaAnnotation * annotation, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, String *, XmlSchemaObject_get_NameAttribute, (XmlSchemaObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSchemaObject_set_NameAttribute, (XmlSchemaObject * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, XmlSchemaObject_get_IsProcessing, (XmlSchemaObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88980, void, XmlSchemaObject_set_IsProcessing, (XmlSchemaObject * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x023A5C30, XmlSchemaObject *, XmlSchemaObject_Clone, (XmlSchemaObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSchemaObject__ctor, (XmlSchemaObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01942690, void, XmlSchemaObjectCollection__ctor, (XmlSchemaObjectCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x023A5CB0, XmlSchemaObject *, XmlSchemaObjectCollection_get_Item, (XmlSchemaObjectCollection * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x023A5D60, void, XmlSchemaObjectCollection_set_Item, (XmlSchemaObjectCollection * __this, int32_t index, XmlSchemaObject * value, MethodInfo * method)); DO_APP_FUNC(0x023A5DD0, int32_t, XmlSchemaObjectCollection_Add, (XmlSchemaObjectCollection * __this, XmlSchemaObject * item, MethodInfo * method)); DO_APP_FUNC(0x023A5E30, void, XmlSchemaObjectCollection_Remove, (XmlSchemaObjectCollection * __this, XmlSchemaObject * item, MethodInfo * method)); DO_APP_FUNC(0x023A5E90, void, XmlSchemaObjectCollection_OnInsert, (XmlSchemaObjectCollection * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x023A5EB0, void, XmlSchemaObjectCollection_OnSet, (XmlSchemaObjectCollection * __this, int32_t index, Object * oldValue, Object * newValue, MethodInfo * method)); DO_APP_FUNC(0x023A5F10, void, XmlSchemaObjectCollection_OnClear, (XmlSchemaObjectCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x023A5F30, void, XmlSchemaObjectCollection_OnRemove, (XmlSchemaObjectCollection * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x023A5F50, XmlSchemaObjectCollection *, XmlSchemaObjectCollection_Clone, (XmlSchemaObjectCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x023A5FD0, void, XmlSchemaObjectCollection_Add_1, (XmlSchemaObjectCollection * __this, XmlSchemaObjectCollection * collToAdd, MethodInfo * method)); DO_APP_FUNC(0x023A6000, void, XmlSchemaObjectTable__ctor, (XmlSchemaObjectTable * __this, MethodInfo * method)); DO_APP_FUNC(0x023A6250, void, XmlSchemaObjectTable_Add, (XmlSchemaObjectTable * __this, XmlQualifiedName * name, XmlSchemaObject * value, MethodInfo * method)); DO_APP_FUNC(0x023A6480, void, XmlSchemaObjectTable_Insert, (XmlSchemaObjectTable * __this, XmlQualifiedName * name, XmlSchemaObject * value, MethodInfo * method)); DO_APP_FUNC(0x023A65E0, void, XmlSchemaObjectTable_Replace, (XmlSchemaObjectTable * __this, XmlQualifiedName * name, XmlSchemaObject * value, MethodInfo * method)); DO_APP_FUNC(0x023A6720, void, XmlSchemaObjectTable_Clear, (XmlSchemaObjectTable * __this, MethodInfo * method)); DO_APP_FUNC(0x023A67B0, void, XmlSchemaObjectTable_Remove, (XmlSchemaObjectTable * __this, XmlQualifiedName * name, MethodInfo * method)); DO_APP_FUNC(0x023A6950, int32_t, XmlSchemaObjectTable_FindIndexByValue, (XmlSchemaObjectTable * __this, XmlSchemaObject * xso, MethodInfo * method)); DO_APP_FUNC(0x023A6A00, int32_t, XmlSchemaObjectTable_get_Count, (XmlSchemaObjectTable * __this, MethodInfo * method)); DO_APP_FUNC(0x023A6A50, bool, XmlSchemaObjectTable_Contains, (XmlSchemaObjectTable * __this, XmlQualifiedName * name, MethodInfo * method)); DO_APP_FUNC(0x023A6AD0, XmlSchemaObject *, XmlSchemaObjectTable_get_Item, (XmlSchemaObjectTable * __this, XmlQualifiedName * name, MethodInfo * method)); DO_APP_FUNC(0x023A6B50, ICollection *, XmlSchemaObjectTable_get_Values, (XmlSchemaObjectTable * __this, MethodInfo * method)); DO_APP_FUNC(0x023A6C20, IDictionaryEnumerator *, XmlSchemaObjectTable_GetEnumerator, (XmlSchemaObjectTable * __this, MethodInfo * method)); DO_APP_FUNC(0x00AB78E0, void, XmlSchemaObjectTable_XmlSchemaObjectEntry__ctor, (XmlSchemaObjectTable_XmlSchemaObjectEntry * __this, XmlQualifiedName * name, XmlSchemaObject * value, MethodInfo * method)); DO_APP_FUNC(0x00A9FD50, void, XmlSchemaObjectTable_ValuesCollection__ctor, (XmlSchemaObjectTable_ValuesCollection * __this, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * entries, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, XmlSchemaObjectTable_ValuesCollection_get_Count, (XmlSchemaObjectTable_ValuesCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x023A6D10, Object *, XmlSchemaObjectTable_ValuesCollection_get_SyncRoot, (XmlSchemaObjectTable_ValuesCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x023A6D60, bool, XmlSchemaObjectTable_ValuesCollection_get_IsSynchronized, (XmlSchemaObjectTable_ValuesCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x023A6DB0, void, XmlSchemaObjectTable_ValuesCollection_CopyTo, (XmlSchemaObjectTable_ValuesCollection * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74048, XmlSchemaObjectTable_ValuesCollection_CopyTo__MethodInfo); DO_APP_FUNC(0x023A6F20, IEnumerator *, XmlSchemaObjectTable_ValuesCollection_GetEnumerator, (XmlSchemaObjectTable_ValuesCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x023A6FE0, void, XmlSchemaObjectTable_XSOEnumerator__ctor, (XmlSchemaObjectTable_XSOEnumerator * __this, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * entries, int32_t size, XmlSchemaObjectTable_EnumeratorType__Enum enumType, MethodInfo * method)); DO_APP_FUNC(0x023A7050, Object *, XmlSchemaObjectTable_XSOEnumerator_get_Current, (XmlSchemaObjectTable_XSOEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74028, XmlSchemaObjectTable_XSOEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x023A7280, bool, XmlSchemaObjectTable_XSOEnumerator_MoveNext, (XmlSchemaObjectTable_XSOEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x023A74D0, void, XmlSchemaObjectTable_XSOEnumerator_Reset, (XmlSchemaObjectTable_XSOEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x023A6FE0, void, XmlSchemaObjectTable_XSODictionaryEnumerator__ctor, (XmlSchemaObjectTable_XSODictionaryEnumerator * __this, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * entries, int32_t size, XmlSchemaObjectTable_EnumeratorType__Enum enumType, MethodInfo * method)); DO_APP_FUNC(0x023A7590, DictionaryEntry, XmlSchemaObjectTable_XSODictionaryEnumerator_get_Entry, (XmlSchemaObjectTable_XSODictionaryEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73FF8, XmlSchemaObjectTable_XSODictionaryEnumerator_get_Entry__MethodInfo); DO_APP_FUNC(0x023A7740, Object *, XmlSchemaObjectTable_XSODictionaryEnumerator_get_Key, (XmlSchemaObjectTable_XSODictionaryEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74008, XmlSchemaObjectTable_XSODictionaryEnumerator_get_Key__MethodInfo); DO_APP_FUNC(0x023A78E0, Object *, XmlSchemaObjectTable_XSODictionaryEnumerator_get_Value, (XmlSchemaObjectTable_XSODictionaryEnumerator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73FC0, XmlSchemaObjectTable_XSODictionaryEnumerator_get_Value__MethodInfo); DO_APP_FUNC(0x023A7A80, String *, XmlSchemaParticle_get_MinOccursString, (XmlSchemaParticle * __this, MethodInfo * method)); DO_APP_FUNC(0x023A7BC0, void, XmlSchemaParticle_set_MinOccursString, (XmlSchemaParticle * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73EA0, XmlSchemaParticle_set_MinOccursString__MethodInfo); DO_APP_FUNC(0x023A7DE0, String *, XmlSchemaParticle_get_MaxOccursString, (XmlSchemaParticle * __this, MethodInfo * method)); DO_APP_FUNC(0x023A7FF0, void, XmlSchemaParticle_set_MaxOccursString, (XmlSchemaParticle * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73E40, XmlSchemaParticle_set_MaxOccursString__MethodInfo); DO_APP_FUNC(0x0112EF30, Decimal, XmlSchemaParticle_get_MinOccurs, (XmlSchemaParticle * __this, MethodInfo * method)); DO_APP_FUNC(0x023A8330, void, XmlSchemaParticle_set_MinOccurs, (XmlSchemaParticle * __this, Decimal value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73E08, XmlSchemaParticle_set_MinOccurs__MethodInfo); DO_APP_FUNC(0x00B2F370, Decimal, XmlSchemaParticle_get_MaxOccurs, (XmlSchemaParticle * __this, MethodInfo * method)); DO_APP_FUNC(0x023A85B0, void, XmlSchemaParticle_set_MaxOccurs, (XmlSchemaParticle * __this, Decimal value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73F18, XmlSchemaParticle_set_MaxOccurs__MethodInfo); DO_APP_FUNC(0x023A88D0, bool, XmlSchemaParticle_get_IsEmpty, (XmlSchemaParticle * __this, MethodInfo * method)); DO_APP_FUNC(0x023A8990, String *, XmlSchemaParticle_get_NameString, (XmlSchemaParticle * __this, MethodInfo * method)); DO_APP_FUNC(0x023A89D0, XmlQualifiedName *, XmlSchemaParticle_GetQualifiedName, (XmlSchemaParticle * __this, MethodInfo * method)); DO_APP_FUNC(0x023A8B80, void, XmlSchemaParticle__ctor, (XmlSchemaParticle * __this, MethodInfo * method)); DO_APP_FUNC(0x023A8C00, void, XmlSchemaParticle__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, XmlSchemaParticle_EmptyParticle_get_IsEmpty, (XmlSchemaParticle_EmptyParticle * __this, MethodInfo * method)); DO_APP_FUNC(0x023A8D00, void, XmlSchemaParticle_EmptyParticle__ctor, (XmlSchemaParticle_EmptyParticle * __this, MethodInfo * method)); DO_APP_FUNC(0x023A8D50, void, XmlSchemaRedefine__ctor, (XmlSchemaRedefine * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, XmlSchemaObjectCollection *, XmlSchemaRedefine_get_Items, (XmlSchemaRedefine * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7010, XmlSchemaObjectTable *, XmlSchemaRedefine_get_AttributeGroups, (XmlSchemaRedefine * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, XmlSchemaObjectTable *, XmlSchemaRedefine_get_SchemaTypes, (XmlSchemaRedefine * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, XmlSchemaObjectTable *, XmlSchemaRedefine_get_Groups, (XmlSchemaRedefine * __this, MethodInfo * method)); DO_APP_FUNC(0x023A8F80, void, XmlSchemaRedefine_AddAnnotation, (XmlSchemaRedefine * __this, XmlSchemaAnnotation * annotation, MethodInfo * method)); DO_APP_FUNC(0x003C7020, XmlSchemaObjectCollection *, XmlSchemaSequence_get_Items, (XmlSchemaSequence * __this, MethodInfo * method)); DO_APP_FUNC(0x0239B8B0, bool, XmlSchemaSequence_get_IsEmpty, (XmlSchemaSequence * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE20, void, XmlSchemaSequence_SetItems, (XmlSchemaSequence * __this, XmlSchemaObjectCollection * newItems, MethodInfo * method)); DO_APP_FUNC(0x023A8FE0, void, XmlSchemaSequence__ctor, (XmlSchemaSequence * __this, MethodInfo * method)); DO_APP_FUNC(0x023A90E0, Object *, XmlSchemaSet_get_InternalSyncObject, (XmlSchemaSet * __this, MethodInfo * method)); DO_APP_FUNC(0x023A9190, void, XmlSchemaSet__ctor, (XmlSchemaSet * __this, MethodInfo * method)); DO_APP_FUNC(0x023A9200, void, XmlSchemaSet__ctor_1, (XmlSchemaSet * __this, XmlNameTable * nameTable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73CC8, XmlSchemaSet__ctor_1__MethodInfo); DO_APP_FUNC(0x023A9840, void, XmlSchemaSet_add_ValidationEventHandler, (XmlSchemaSet * __this, ValidationEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x023A9A60, void, XmlSchemaSet_remove_ValidationEventHandler, (XmlSchemaSet * __this, ValidationEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, XmlSchemaSet_get_IsCompiled, (XmlSchemaSet * __this, MethodInfo * method)); DO_APP_FUNC(0x023A9BC0, void, XmlSchemaSet_set_XmlResolver, (XmlSchemaSet * __this, XmlResolver * value, MethodInfo * method)); DO_APP_FUNC(0x003C7020, XmlSchemaCompilationSettings *, XmlSchemaSet_get_CompilationSettings, (XmlSchemaSet * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE20, void, XmlSchemaSet_set_CompilationSettings, (XmlSchemaSet * __this, XmlSchemaCompilationSettings * value, MethodInfo * method)); DO_APP_FUNC(0x023A9BE0, int32_t, XmlSchemaSet_get_Count, (XmlSchemaSet * __this, MethodInfo * method)); DO_APP_FUNC(0x023A9C10, XmlSchemaObjectTable *, XmlSchemaSet_get_GlobalElements, (XmlSchemaSet * __this, MethodInfo * method)); DO_APP_FUNC(0x023A9CE0, XmlSchemaObjectTable *, XmlSchemaSet_get_GlobalAttributes, (XmlSchemaSet * __this, MethodInfo * method)); DO_APP_FUNC(0x023A9DB0, XmlSchemaObjectTable *, XmlSchemaSet_get_GlobalTypes, (XmlSchemaSet * __this, MethodInfo * method)); DO_APP_FUNC(0x023A9E80, XmlSchemaObjectTable *, XmlSchemaSet_get_SubstitutionGroups, (XmlSchemaSet * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, Hashtable *, XmlSchemaSet_get_SchemaLocations, (XmlSchemaSet * __this, MethodInfo * method)); DO_APP_FUNC(0x023A9F50, XmlSchemaObjectTable *, XmlSchemaSet_get_TypeExtensions, (XmlSchemaSet * __this, MethodInfo * method)); DO_APP_FUNC(0x023AA020, void, XmlSchemaSet_Add, (XmlSchemaSet * __this, XmlSchemaSet * schemas, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73D88, XmlSchemaSet_Add__MethodInfo); DO_APP_FUNC(0x023AA950, XmlSchema *, XmlSchemaSet_Add_1, (XmlSchemaSet * __this, XmlSchema * schema, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73C08, XmlSchemaSet_Add_1__MethodInfo); DO_APP_FUNC(0x023AAC20, bool, XmlSchemaSet_RemoveRecursive, (XmlSchemaSet * __this, XmlSchema * schemaToRemove, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73BE8, XmlSchemaSet_RemoveRecursive__MethodInfo); DO_APP_FUNC(0x023AB600, void, XmlSchemaSet_Compile, (XmlSchemaSet * __this, MethodInfo * method)); DO_APP_FUNC(0x023AC230, void, XmlSchemaSet_CopyTo, (XmlSchemaSet * __this, XmlSchema__Array * schemas, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73B80, XmlSchemaSet_CopyTo__MethodInfo); DO_APP_FUNC(0x023AC370, ICollection *, XmlSchemaSet_Schemas, (XmlSchemaSet * __this, String * targetNamespace, MethodInfo * method)); DO_APP_FUNC(0x023AC570, XmlSchema *, XmlSchemaSet_Add_2, (XmlSchemaSet * __this, String * targetNamespace, XmlSchema * schema, MethodInfo * method)); DO_APP_FUNC(0x023AC5D0, void, XmlSchemaSet_Add_3, (XmlSchemaSet * __this, String * targetNamespace, XmlReader * reader, Hashtable * validatedNamespaces, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73CA8, XmlSchemaSet_Add_3__MethodInfo); DO_APP_FUNC(0x023ACB70, XmlSchema *, XmlSchemaSet_FindSchemaByNSAndUrl, (XmlSchemaSet * __this, Uri * schemaUri, String * ns, DictionaryEntry__Array * locationsTable, MethodInfo * method)); DO_APP_FUNC(0x023ACEF0, void, XmlSchemaSet_AddSchemaToSet, (XmlSchemaSet * __this, XmlSchema * schema, MethodInfo * method)); DO_APP_FUNC(0x023AD3D0, void, XmlSchemaSet_ProcessNewSubstitutionGroups, (XmlSchemaSet * __this, XmlSchemaObjectTable * substitutionGroupsTable, bool resolve, MethodInfo * method)); DO_APP_FUNC(0x023AD760, void, XmlSchemaSet_ResolveSubstitutionGroup, (XmlSchemaSet * __this, XmlSchemaSubstitutionGroup * substitutionGroup, XmlSchemaObjectTable * substTable, MethodInfo * method)); DO_APP_FUNC(0x023ADB90, XmlSchema *, XmlSchemaSet_Remove, (XmlSchemaSet * __this, XmlSchema * schema, bool forceCompile, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73A88, XmlSchemaSet_Remove__MethodInfo); DO_APP_FUNC(0x023ADF90, void, XmlSchemaSet_ClearTables, (XmlSchemaSet * __this, MethodInfo * method)); DO_APP_FUNC(0x023AE0E0, bool, XmlSchemaSet_PreprocessSchema, (XmlSchemaSet * __this, XmlSchema * * schema, String * targetNamespace, MethodInfo * method)); DO_APP_FUNC(0x023AE3A0, XmlSchema *, XmlSchemaSet_ParseSchema, (XmlSchemaSet * __this, String * targetNamespace, XmlReader * reader, MethodInfo * method)); DO_APP_FUNC(0x023AE550, void, XmlSchemaSet_CopyFromCompiledSet, (XmlSchemaSet * __this, XmlSchemaSet * otherSet, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, SchemaInfo *, XmlSchemaSet_get_CompiledInfo, (XmlSchemaSet * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, XmlReaderSettings *, XmlSchemaSet_get_ReaderSettings, (XmlSchemaSet * __this, MethodInfo * method)); DO_APP_FUNC(0x023AFA10, XmlResolver *, XmlSchemaSet_GetResolver, (XmlSchemaSet * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, ValidationEventHandler *, XmlSchemaSet_GetEventHandler, (XmlSchemaSet * __this, MethodInfo * method)); DO_APP_FUNC(0x023AFA30, SchemaNames *, XmlSchemaSet_GetSchemaNames, (XmlSchemaSet * __this, XmlNameTable * nt, MethodInfo * method)); DO_APP_FUNC(0x023AFB40, bool, XmlSchemaSet_IsSchemaLoaded, (XmlSchemaSet * __this, Uri * schemaUri, String * targetNamespace, XmlSchema * * schema, MethodInfo * method)); DO_APP_FUNC(0x023B0890, bool, XmlSchemaSet_GetSchemaByUri, (XmlSchemaSet * __this, Uri * schemaUri, XmlSchema * * schema, MethodInfo * method)); DO_APP_FUNC(0x023B0AE0, String *, XmlSchemaSet_GetTargetNamespace, (XmlSchemaSet * __this, XmlSchema * schema, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, SortedList *, XmlSchemaSet_get_SortedSchemas, (XmlSchemaSet * __this, MethodInfo * method)); DO_APP_FUNC(0x023B0B40, void, XmlSchemaSet_RemoveSchemaFromCaches, (XmlSchemaSet * __this, XmlSchema * schema, MethodInfo * method)); DO_APP_FUNC(0x023B1010, void, XmlSchemaSet_RemoveSchemaFromGlobalTables, (XmlSchemaSet * __this, XmlSchema * schema, MethodInfo * method)); DO_APP_FUNC(0x023B1A10, bool, XmlSchemaSet_AddToTable, (XmlSchemaSet * __this, XmlSchemaObjectTable * table, XmlQualifiedName * qname, XmlSchemaObject * item, MethodInfo * method)); DO_APP_FUNC(0x023B1D90, void, XmlSchemaSet_VerifyTables, (XmlSchemaSet * __this, MethodInfo * method)); DO_APP_FUNC(0x023B1FE0, void, XmlSchemaSet_InternalValidationCallback, (XmlSchemaSet * __this, Object * sender, ValidationEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73D10, XmlSchemaSet_InternalValidationCallback__MethodInfo); DO_APP_FUNC(0x023B2030, void, XmlSchemaSet_SendValidationEvent, (XmlSchemaSet * __this, XmlSchemaException * e, XmlSeverityType__Enum severity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C739E8, XmlSchemaSet_SendValidationEvent__MethodInfo); DO_APP_FUNC(0x003C5420, XmlSchemaContent *, XmlSchemaSimpleContent_get_Content, (XmlSchemaSimpleContent * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, XmlSchemaSimpleContent_set_Content, (XmlSchemaSimpleContent * __this, XmlSchemaContent * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSchemaSimpleContent__ctor, (XmlSchemaSimpleContent * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, XmlQualifiedName *, XmlSchemaSimpleContentExtension_get_BaseTypeName, (XmlSchemaSimpleContentExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x023B2100, void, XmlSchemaSimpleContentExtension_set_BaseTypeName, (XmlSchemaSimpleContentExtension * __this, XmlQualifiedName * value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, XmlSchemaObjectCollection *, XmlSchemaSimpleContentExtension_get_Attributes, (XmlSchemaSimpleContentExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, XmlSchemaAnyAttribute *, XmlSchemaSimpleContentExtension_get_AnyAttribute, (XmlSchemaSimpleContentExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, XmlSchemaSimpleContentExtension_set_AnyAttribute, (XmlSchemaSimpleContentExtension * __this, XmlSchemaAnyAttribute * value, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, XmlSchemaSimpleContentExtension_SetAttributes, (XmlSchemaSimpleContentExtension * __this, XmlSchemaObjectCollection * newAttributes, MethodInfo * method)); DO_APP_FUNC(0x023B21E0, void, XmlSchemaSimpleContentExtension__ctor, (XmlSchemaSimpleContentExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, XmlQualifiedName *, XmlSchemaSimpleContentRestriction_get_BaseTypeName, (XmlSchemaSimpleContentRestriction * __this, MethodInfo * method)); DO_APP_FUNC(0x023B2330, void, XmlSchemaSimpleContentRestriction_set_BaseTypeName, (XmlSchemaSimpleContentRestriction * __this, XmlQualifiedName * value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, XmlSchemaSimpleType *, XmlSchemaSimpleContentRestriction_get_BaseType, (XmlSchemaSimpleContentRestriction * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, XmlSchemaSimpleContentRestriction_set_BaseType, (XmlSchemaSimpleContentRestriction * __this, XmlSchemaSimpleType * value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, XmlSchemaObjectCollection *, XmlSchemaSimpleContentRestriction_get_Facets, (XmlSchemaSimpleContentRestriction * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, XmlSchemaObjectCollection *, XmlSchemaSimpleContentRestriction_get_Attributes, (XmlSchemaSimpleContentRestriction * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7010, XmlSchemaAnyAttribute *, XmlSchemaSimpleContentRestriction_get_AnyAttribute, (XmlSchemaSimpleContentRestriction * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, XmlSchemaSimpleContentRestriction_set_AnyAttribute, (XmlSchemaSimpleContentRestriction * __this, XmlSchemaAnyAttribute * value, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, XmlSchemaSimpleContentRestriction_SetAttributes, (XmlSchemaSimpleContentRestriction * __this, XmlSchemaObjectCollection * newAttributes, MethodInfo * method)); DO_APP_FUNC(0x023B2410, void, XmlSchemaSimpleContentRestriction__ctor, (XmlSchemaSimpleContentRestriction * __this, MethodInfo * method)); DO_APP_FUNC(0x023B25D0, void, XmlSchemaSimpleType__ctor, (XmlSchemaSimpleType * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, XmlSchemaSimpleTypeContent *, XmlSchemaSimpleType_get_Content, (XmlSchemaSimpleType * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F50, void, XmlSchemaSimpleType_set_Content, (XmlSchemaSimpleType * __this, XmlSchemaSimpleTypeContent * value, MethodInfo * method)); DO_APP_FUNC(0x023B25E0, XmlSchemaObject *, XmlSchemaSimpleType_Clone, (XmlSchemaSimpleType * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSchemaSimpleTypeContent__ctor, (XmlSchemaSimpleTypeContent * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, XmlQualifiedName *, XmlSchemaSimpleTypeList_get_ItemTypeName, (XmlSchemaSimpleTypeList * __this, MethodInfo * method)); DO_APP_FUNC(0x023B2750, void, XmlSchemaSimpleTypeList_set_ItemTypeName, (XmlSchemaSimpleTypeList * __this, XmlQualifiedName * value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, XmlSchemaSimpleType *, XmlSchemaSimpleTypeList_get_ItemType, (XmlSchemaSimpleTypeList * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, XmlSchemaSimpleTypeList_set_ItemType, (XmlSchemaSimpleTypeList * __this, XmlSchemaSimpleType * value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, XmlSchemaSimpleType *, XmlSchemaSimpleTypeList_get_BaseItemType, (XmlSchemaSimpleTypeList * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, XmlSchemaSimpleTypeList_set_BaseItemType, (XmlSchemaSimpleTypeList * __this, XmlSchemaSimpleType * value, MethodInfo * method)); DO_APP_FUNC(0x023B2830, XmlSchemaObject *, XmlSchemaSimpleTypeList_Clone, (XmlSchemaSimpleTypeList * __this, MethodInfo * method)); DO_APP_FUNC(0x023B2990, void, XmlSchemaSimpleTypeList__ctor, (XmlSchemaSimpleTypeList * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, XmlQualifiedName *, XmlSchemaSimpleTypeRestriction_get_BaseTypeName, (XmlSchemaSimpleTypeRestriction * __this, MethodInfo * method)); DO_APP_FUNC(0x023B2A40, void, XmlSchemaSimpleTypeRestriction_set_BaseTypeName, (XmlSchemaSimpleTypeRestriction * __this, XmlQualifiedName * value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, XmlSchemaSimpleType *, XmlSchemaSimpleTypeRestriction_get_BaseType, (XmlSchemaSimpleTypeRestriction * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, XmlSchemaSimpleTypeRestriction_set_BaseType, (XmlSchemaSimpleTypeRestriction * __this, XmlSchemaSimpleType * value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, XmlSchemaObjectCollection *, XmlSchemaSimpleTypeRestriction_get_Facets, (XmlSchemaSimpleTypeRestriction * __this, MethodInfo * method)); DO_APP_FUNC(0x023B2B20, XmlSchemaObject *, XmlSchemaSimpleTypeRestriction_Clone, (XmlSchemaSimpleTypeRestriction * __this, MethodInfo * method)); DO_APP_FUNC(0x023B2C80, void, XmlSchemaSimpleTypeRestriction__ctor, (XmlSchemaSimpleTypeRestriction * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, XmlSchemaObjectCollection *, XmlSchemaSimpleTypeUnion_get_BaseTypes, (XmlSchemaSimpleTypeUnion * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, XmlQualifiedName__Array *, XmlSchemaSimpleTypeUnion_get_MemberTypes, (XmlSchemaSimpleTypeUnion * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, XmlSchemaSimpleTypeUnion_set_MemberTypes, (XmlSchemaSimpleTypeUnion * __this, XmlQualifiedName__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, XmlSchemaSimpleType__Array *, XmlSchemaSimpleTypeUnion_get_BaseMemberTypes, (XmlSchemaSimpleTypeUnion * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, XmlSchemaSimpleTypeUnion_SetBaseMemberTypes, (XmlSchemaSimpleTypeUnion * __this, XmlSchemaSimpleType__Array * baseMemberTypes, MethodInfo * method)); DO_APP_FUNC(0x023B2DD0, XmlSchemaObject *, XmlSchemaSimpleTypeUnion_Clone, (XmlSchemaSimpleTypeUnion * __this, MethodInfo * method)); DO_APP_FUNC(0x023B30B0, void, XmlSchemaSimpleTypeUnion__ctor, (XmlSchemaSimpleTypeUnion * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, ArrayList *, XmlSchemaSubstitutionGroup_get_Members, (XmlSchemaSubstitutionGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, XmlQualifiedName *, XmlSchemaSubstitutionGroup_get_Examplar, (XmlSchemaSubstitutionGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, XmlSchemaSubstitutionGroup_set_Examplar, (XmlSchemaSubstitutionGroup * __this, XmlQualifiedName * value, MethodInfo * method)); DO_APP_FUNC(0x023B3160, void, XmlSchemaSubstitutionGroup__ctor, (XmlSchemaSubstitutionGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, XmlSchemaChoice *, XmlSchemaSubstitutionGroupV1Compat_get_Choice, (XmlSchemaSubstitutionGroupV1Compat * __this, MethodInfo * method)); DO_APP_FUNC(0x023B32B0, void, XmlSchemaSubstitutionGroupV1Compat__ctor, (XmlSchemaSubstitutionGroupV1Compat * __this, MethodInfo * method)); DO_APP_FUNC(0x023B3360, XmlSchemaSimpleType *, XmlSchemaType_GetBuiltInSimpleType, (XmlTypeCode__Enum typeCode, MethodInfo * method)); DO_APP_FUNC(0x023B33B0, XmlSchemaComplexType *, XmlSchemaType_GetBuiltInComplexType, (XmlQualifiedName * qualifiedName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C739E0, XmlSchemaType_GetBuiltInComplexType__MethodInfo); DO_APP_FUNC(0x003C5420, String *, XmlSchemaType_get_Name, (XmlSchemaType * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, XmlSchemaType_set_Name, (XmlSchemaType * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0076A6C0, XmlSchemaDerivationMethod__Enum, XmlSchemaType_get_Final, (XmlSchemaType * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A710, void, XmlSchemaType_set_Final, (XmlSchemaType * __this, XmlSchemaDerivationMethod__Enum value, MethodInfo * method)); DO_APP_FUNC(0x023B3540, XmlQualifiedName *, XmlSchemaType_get_QualifiedName, (XmlSchemaType * __this, MethodInfo * method)); DO_APP_FUNC(0x01B48D90, XmlSchemaDerivationMethod__Enum, XmlSchemaType_get_FinalResolved, (XmlSchemaType * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, XmlSchemaType *, XmlSchemaType_get_BaseXmlSchemaType, (XmlSchemaType * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADDA40, XmlSchemaDerivationMethod__Enum, XmlSchemaType_get_DerivedBy, (XmlSchemaType * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, XmlSchemaDatatype *, XmlSchemaType_get_Datatype, (XmlSchemaType * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, XmlSchemaType_get_IsMixed, (XmlSchemaType * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlSchemaType_set_IsMixed, (XmlSchemaType * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x023B3550, XmlTypeCode__Enum, XmlSchemaType_get_TypeCode, (XmlSchemaType * __this, MethodInfo * method)); DO_APP_FUNC(0x023B3610, XmlValueConverter *, XmlSchemaType_get_ValueConverter, (XmlSchemaType * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E520, XmlSchemaContentType__Enum, XmlSchemaType_get_SchemaContentType, (XmlSchemaType * __this, MethodInfo * method)); DO_APP_FUNC(0x023B3690, void, XmlSchemaType_SetQualifiedName, (XmlSchemaType * __this, XmlQualifiedName * value, MethodInfo * method)); DO_APP_FUNC(0x01E07B40, void, XmlSchemaType_SetFinalResolved, (XmlSchemaType * __this, XmlSchemaDerivationMethod__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, XmlSchemaType_SetBaseSchemaType, (XmlSchemaType * __this, XmlSchemaType * value, MethodInfo * method)); DO_APP_FUNC(0x0076A620, void, XmlSchemaType_SetDerivedBy, (XmlSchemaType * __this, XmlSchemaDerivationMethod__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, XmlSchemaType_SetDatatype, (XmlSchemaType * __this, XmlSchemaDatatype * value, MethodInfo * method)); DO_APP_FUNC(0x023B36F0, SchemaElementDecl *, XmlSchemaType_get_ElementDecl, (XmlSchemaType * __this, MethodInfo * method)); DO_APP_FUNC(0x023B3700, void, XmlSchemaType_set_ElementDecl, (XmlSchemaType * __this, SchemaElementDecl * value, MethodInfo * method)); DO_APP_FUNC(0x003C7040, XmlSchemaType *, XmlSchemaType_get_Redefined, (XmlSchemaType * __this, MethodInfo * method)); DO_APP_FUNC(0x00591040, void, XmlSchemaType_set_Redefined, (XmlSchemaType * __this, XmlSchemaType * value, MethodInfo * method)); DO_APP_FUNC(0x01E07B70, void, XmlSchemaType_SetContentType, (XmlSchemaType * __this, XmlSchemaContentType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x023B3760, bool, XmlSchemaType_IsDerivedFrom, (XmlSchemaType * derivedType, XmlSchemaType * baseType, XmlSchemaDerivationMethod__Enum except, MethodInfo * method)); DO_APP_FUNC(0x023B3900, bool, XmlSchemaType_IsDerivedFromDatatype, (XmlSchemaDatatype * derivedDataType, XmlSchemaDatatype * baseDataType, XmlSchemaDerivationMethod__Enum except, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, XmlSchemaType_get_NameAttribute, (XmlSchemaType * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, XmlSchemaType_set_NameAttribute, (XmlSchemaType * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x023B39E0, void, XmlSchemaType__ctor, (XmlSchemaType * __this, MethodInfo * method)); DO_APP_FUNC(0x023B3AA0, void, XmlSchemaValidationException__ctor, (XmlSchemaValidationException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x023A40E0, void, XmlSchemaValidationException_GetObjectData, (XmlSchemaValidationException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x023A4250, void, XmlSchemaValidationException__ctor_1, (XmlSchemaValidationException * __this, MethodInfo * method)); DO_APP_FUNC(0x023B3AC0, void, XmlSchemaValidationException__ctor_2, (XmlSchemaValidationException * __this, String * res, String * arg, String * sourceUri, int32_t lineNumber, int32_t linePosition, MethodInfo * method)); DO_APP_FUNC(0x023A4710, void, XmlSchemaValidationException__ctor_3, (XmlSchemaValidationException * __this, String * res, String__Array * args, String * sourceUri, int32_t lineNumber, int32_t linePosition, MethodInfo * method)); DO_APP_FUNC(0x023B3BB0, void, XmlSchemaValidationException__ctor_4, (XmlSchemaValidationException * __this, String * res, String__Array * args, Exception * innerException, String * sourceUri, int32_t lineNumber, int32_t linePosition, MethodInfo * method)); DO_APP_FUNC(0x00BADBA0, void, XmlValueGetter__ctor, (XmlValueGetter * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BADCD0, Object *, XmlValueGetter_Invoke, (XmlValueGetter * __this, MethodInfo * method)); DO_APP_FUNC(0x023B3BF0, void, IdRefNode__ctor, (IdRefNode * __this, IdRefNode * next, String * id, int32_t lineNo, int32_t linePos, MethodInfo * method)); DO_APP_FUNC(0x023B3CC0, void, XmlSchemaValidator__ctor, (XmlSchemaValidator * __this, XmlNameTable * nameTable, XmlSchemaSet * schemas, IXmlNamespaceResolver * namespaceResolver, XmlSchemaValidationFlags__Enum validationFlags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73978, XmlSchemaValidator__ctor__MethodInfo); DO_APP_FUNC(0x023B4040, void, XmlSchemaValidator_Init, (XmlSchemaValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x023B4990, void, XmlSchemaValidator_Reset, (XmlSchemaValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x00675F80, void, XmlSchemaValidator_set_XmlResolver, (XmlSchemaValidator * __this, XmlResolver * value, MethodInfo * method)); DO_APP_FUNC(0x023B4AB0, void, XmlSchemaValidator_set_LineInfoProvider, (XmlSchemaValidator * __this, IXmlLineInfo * value, MethodInfo * method)); DO_APP_FUNC(0x023B4B80, void, XmlSchemaValidator_set_SourceUri, (XmlSchemaValidator * __this, Uri * value, MethodInfo * method)); DO_APP_FUNC(0x004B2C90, void, XmlSchemaValidator_set_ValidationEventSender, (XmlSchemaValidator * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x023B4C70, void, XmlSchemaValidator_add_ValidationEventHandler, (XmlSchemaValidator * __this, ValidationEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x023B4D70, void, XmlSchemaValidator_remove_ValidationEventHandler, (XmlSchemaValidator * __this, ValidationEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x023B4E70, void, XmlSchemaValidator_AddSchema, (XmlSchemaValidator * __this, XmlSchema * schema, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73958, XmlSchemaValidator_AddSchema__MethodInfo); DO_APP_FUNC(0x023B5310, void, XmlSchemaValidator_Initialize, (XmlSchemaValidator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C739C8, XmlSchemaValidator_Initialize__MethodInfo); DO_APP_FUNC(0x023B5490, void, XmlSchemaValidator_Initialize_1, (XmlSchemaValidator * __this, XmlSchemaObject * partialValidationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C739D0, XmlSchemaValidator_Initialize_1__MethodInfo); DO_APP_FUNC(0x023B57E0, void, XmlSchemaValidator_ValidateElement, (XmlSchemaValidator * __this, String * localName, String * namespaceUri, XmlSchemaInfo * schemaInfo, String * xsiType, String * xsiNil, String * xsiSchemaLocation, String * xsiNoNamespaceSchemaLocation, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73998, XmlSchemaValidator_ValidateElement__MethodInfo); DO_APP_FUNC(0x023B5DB0, Object *, XmlSchemaValidator_ValidateAttribute, (XmlSchemaValidator * __this, String * localName, String * namespaceUri, XmlValueGetter * attributeValue, XmlSchemaInfo * schemaInfo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C739B0, XmlSchemaValidator_ValidateAttribute__MethodInfo); DO_APP_FUNC(0x023B5E40, Object *, XmlSchemaValidator_ValidateAttribute_1, (XmlSchemaValidator * __this, String * lName, String * ns, XmlValueGetter * attributeValueGetter, String * attributeStringValue, XmlSchemaInfo * schemaInfo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C738F0, XmlSchemaValidator_ValidateAttribute_1__MethodInfo); DO_APP_FUNC(0x023B6900, void, XmlSchemaValidator_ValidateEndOfAttributes, (XmlSchemaValidator * __this, XmlSchemaInfo * schemaInfo, MethodInfo * method)); DO_APP_FUNC(0x023B69D0, void, XmlSchemaValidator_ValidateText, (XmlSchemaValidator * __this, XmlValueGetter * elementValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C738E0, XmlSchemaValidator_ValidateText__MethodInfo); DO_APP_FUNC(0x023B6A50, void, XmlSchemaValidator_ValidateText_1, (XmlSchemaValidator * __this, String * elementStringValue, XmlValueGetter * elementValueGetter, MethodInfo * method)); DO_APP_FUNC(0x023B6F20, void, XmlSchemaValidator_ValidateWhitespace, (XmlSchemaValidator * __this, XmlValueGetter * elementValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73948, XmlSchemaValidator_ValidateWhitespace__MethodInfo); DO_APP_FUNC(0x023B6FA0, void, XmlSchemaValidator_ValidateWhitespace_1, (XmlSchemaValidator * __this, String * elementStringValue, XmlValueGetter * elementValueGetter, MethodInfo * method)); DO_APP_FUNC(0x023B7230, Object *, XmlSchemaValidator_ValidateEndElement, (XmlSchemaValidator * __this, XmlSchemaInfo * schemaInfo, MethodInfo * method)); DO_APP_FUNC(0x023B7240, void, XmlSchemaValidator_SkipToEndElement, (XmlSchemaValidator * __this, XmlSchemaInfo * schemaInfo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73940, XmlSchemaValidator_SkipToEndElement__MethodInfo); DO_APP_FUNC(0x023B74D0, void, XmlSchemaValidator_EndValidation, (XmlSchemaValidator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73930, XmlSchemaValidator_EndValidation__MethodInfo); DO_APP_FUNC(0x023B7760, void, XmlSchemaValidator_GetUnspecifiedDefaultAttributes, (XmlSchemaValidator * __this, ArrayList * defaultAttributes, bool createNodeData, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, XmlSchemaSet *, XmlSchemaValidator_get_SchemaSet, (XmlSchemaValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, XmlSchemaValidationFlags__Enum, XmlSchemaValidator_get_ValidationFlags, (XmlSchemaValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x023B7EF0, XmlSchemaContentType__Enum, XmlSchemaValidator_get_CurrentContentType, (XmlSchemaValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x023B7F30, void, XmlSchemaValidator_SetDtdSchemaInfo, (XmlSchemaValidator * __this, IDtdInfo * dtdSchemaInfo, MethodInfo * method)); DO_APP_FUNC(0x023B7F90, bool, XmlSchemaValidator_get_StrictlyAssessed, (XmlSchemaValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x023B7FD0, bool, XmlSchemaValidator_get_HasSchema, (XmlSchemaValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x023B8020, String *, XmlSchemaValidator_GetConcatenatedValue, (XmlSchemaValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x023B8050, Object *, XmlSchemaValidator_InternalValidateEndElement, (XmlSchemaValidator * __this, XmlSchemaInfo * schemaInfo, Object * typedValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73870, XmlSchemaValidator_InternalValidateEndElement__MethodInfo); DO_APP_FUNC(0x023B8700, void, XmlSchemaValidator_ProcessSchemaLocations, (XmlSchemaValidator * __this, String * xsiSchemaLocation, String * xsiNoNamespaceSchemaLocation, MethodInfo * method)); DO_APP_FUNC(0x023B8B00, Object *, XmlSchemaValidator_ValidateElementContext, (XmlSchemaValidator * __this, XmlQualifiedName * elementName, bool * invalidElementInContext, MethodInfo * method)); DO_APP_FUNC(0x023B90E0, XmlSchemaElement *, XmlSchemaValidator_GetSubstitutionGroupHead, (XmlSchemaValidator * __this, XmlQualifiedName * member, MethodInfo * method)); DO_APP_FUNC(0x023B9400, Object *, XmlSchemaValidator_ValidateAtomicValue, (XmlSchemaValidator * __this, String * stringValue, XmlSchemaSimpleType * * memberType, MethodInfo * method)); DO_APP_FUNC(0x023B9810, Object *, XmlSchemaValidator_ValidateAtomicValue_1, (XmlSchemaValidator * __this, Object * parsedValue, XmlSchemaSimpleType * * memberType, MethodInfo * method)); DO_APP_FUNC(0x023B9D60, String *, XmlSchemaValidator_GetTypeName, (XmlSchemaValidator * __this, SchemaDeclBase * decl, MethodInfo * method)); DO_APP_FUNC(0x023B9DD0, void, XmlSchemaValidator_SaveTextValue, (XmlSchemaValidator * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x023B9E20, void, XmlSchemaValidator_Push, (XmlSchemaValidator * __this, XmlQualifiedName * elementName, MethodInfo * method)); DO_APP_FUNC(0x023BA240, void, XmlSchemaValidator_Pop, (XmlSchemaValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x023BA440, SchemaElementDecl *, XmlSchemaValidator_FastGetElementDecl, (XmlSchemaValidator * __this, XmlQualifiedName * elementName, Object * particle, MethodInfo * method)); DO_APP_FUNC(0x023BA7A0, SchemaElementDecl *, XmlSchemaValidator_CheckXsiTypeAndNil, (XmlSchemaValidator * __this, SchemaElementDecl * elementDecl, String * xsiType, String * xsiNil, bool * declFound, MethodInfo * method)); DO_APP_FUNC(0x023BB150, void, XmlSchemaValidator_ThrowDeclNotFoundWarningOrError, (XmlSchemaValidator * __this, bool declFound, MethodInfo * method)); DO_APP_FUNC(0x023BB3B0, void, XmlSchemaValidator_CheckElementProperties, (XmlSchemaValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x023BB4B0, void, XmlSchemaValidator_ValidateStartElementIdentityConstraints, (XmlSchemaValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x023BB510, SchemaAttDef *, XmlSchemaValidator_CheckIsXmlAttribute, (XmlSchemaValidator * __this, XmlQualifiedName * attQName, MethodInfo * method)); DO_APP_FUNC(0x023BB650, void, XmlSchemaValidator_AddXmlNamespaceSchema, (XmlSchemaValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x023BB6F0, Object *, XmlSchemaValidator_CheckMixedValueConstraint, (XmlSchemaValidator * __this, String * elementValue, MethodInfo * method)); DO_APP_FUNC(0x023BB820, void, XmlSchemaValidator_LoadSchema, (XmlSchemaValidator * __this, String * uri, String * url, MethodInfo * method)); DO_APP_FUNC(0x023BBD30, void, XmlSchemaValidator_RecompileSchemaSet, (XmlSchemaValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x023BBDF0, void, XmlSchemaValidator_ProcessTokenizedType, (XmlSchemaValidator * __this, XmlTokenizedType__Enum ttype, String * name, bool attrValue, MethodInfo * method)); DO_APP_FUNC(0x023BC0E0, Object *, XmlSchemaValidator_CheckAttributeValue, (XmlSchemaValidator * __this, Object * value, SchemaAttDef * attdef, MethodInfo * method)); DO_APP_FUNC(0x023BC470, Object *, XmlSchemaValidator_CheckElementValue, (XmlSchemaValidator * __this, String * stringValue, MethodInfo * method)); DO_APP_FUNC(0x023BC870, void, XmlSchemaValidator_CheckTokenizedTypes, (XmlSchemaValidator * __this, XmlSchemaDatatype * dtype, Object * typedValue, bool attrValue, MethodInfo * method)); DO_APP_FUNC(0x023BCA00, Object *, XmlSchemaValidator_FindId, (XmlSchemaValidator * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x023BCA30, void, XmlSchemaValidator_CheckForwardRefs, (XmlSchemaValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x023BCBC0, bool, XmlSchemaValidator_get_HasIdentityConstraints, (XmlSchemaValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x023BCBE0, bool, XmlSchemaValidator_get_ProcessIdentityConstraints, (XmlSchemaValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x023BCBF0, bool, XmlSchemaValidator_get_ReportValidationWarnings, (XmlSchemaValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x023BCC00, bool, XmlSchemaValidator_get_ProcessSchemaHints, (XmlSchemaValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x023BCC20, void, XmlSchemaValidator_CheckStateTransition, (XmlSchemaValidator * __this, ValidatorState__Enum toState, String * methodName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C737C8, XmlSchemaValidator_CheckStateTransition__MethodInfo); DO_APP_FUNC(0x023BCEF0, void, XmlSchemaValidator_ClearPSVI, (XmlSchemaValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x023BCF90, void, XmlSchemaValidator_CheckRequiredAttributes, (XmlSchemaValidator * __this, SchemaElementDecl * currentElementDecl, MethodInfo * method)); DO_APP_FUNC(0x023BD260, XmlSchemaElement *, XmlSchemaValidator_GetSchemaElement, (XmlSchemaValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x023BD3B0, String *, XmlSchemaValidator_GetDefaultAttributePrefix, (XmlSchemaValidator * __this, String * attributeNS, MethodInfo * method)); DO_APP_FUNC(0x023BD660, void, XmlSchemaValidator_AddIdentityConstraints, (XmlSchemaValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x023BDCA0, void, XmlSchemaValidator_ElementIdentityConstraints, (XmlSchemaValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x023BE050, void, XmlSchemaValidator_AttributeIdentityConstraints, (XmlSchemaValidator * __this, String * name, String * ns, Object * obj, String * sobj, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x023BE3B0, void, XmlSchemaValidator_EndElementIdentityConstraints, (XmlSchemaValidator * __this, Object * typedValue, String * stringValue, XmlSchemaDatatype * datatype, MethodInfo * method)); DO_APP_FUNC(0x023BF260, void, XmlSchemaValidator_ElementValidationError, (XmlQualifiedName * name, ValidationState * context, ValidationEventHandler * eventHandler, Object * sender, String * sourceUri, int32_t lineNo, int32_t linePos, XmlSchemaSet * schemaSet, MethodInfo * method)); DO_APP_FUNC(0x023BFDA0, void, XmlSchemaValidator_CompleteValidationError, (ValidationState * context, ValidationEventHandler * eventHandler, Object * sender, String * sourceUri, int32_t lineNo, int32_t linePos, XmlSchemaSet * schemaSet, MethodInfo * method)); DO_APP_FUNC(0x023C0480, String *, XmlSchemaValidator_PrintExpectedElements, (ArrayList * expected, bool getParticles, MethodInfo * method)); DO_APP_FUNC(0x023C0910, String *, XmlSchemaValidator_PrintNames, (ArrayList * expected, MethodInfo * method)); DO_APP_FUNC(0x023C0AB0, void, XmlSchemaValidator_PrintNamesWithNS, (ArrayList * expected, StringBuilder * builder, MethodInfo * method)); DO_APP_FUNC(0x023C10A0, void, XmlSchemaValidator_EnumerateAny, (StringBuilder * builder, String * namespaces, MethodInfo * method)); DO_APP_FUNC(0x023C1330, String *, XmlSchemaValidator_QNameString, (String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x023C13A0, String *, XmlSchemaValidator_BuildElementName, (XmlQualifiedName * qname, MethodInfo * method)); DO_APP_FUNC(0x023C1410, String *, XmlSchemaValidator_BuildElementName_1, (String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x023C1580, void, XmlSchemaValidator_ProcessEntity, (XmlSchemaValidator * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x023C1650, void, XmlSchemaValidator_SendValidationEvent, (XmlSchemaValidator * __this, String * code, MethodInfo * method)); DO_APP_FUNC(0x023C16B0, void, XmlSchemaValidator_SendValidationEvent_1, (XmlSchemaValidator * __this, String * code, String__Array * args, MethodInfo * method)); DO_APP_FUNC(0x023C17E0, void, XmlSchemaValidator_SendValidationEvent_2, (XmlSchemaValidator * __this, String * code, String * arg, MethodInfo * method)); DO_APP_FUNC(0x023C18F0, void, XmlSchemaValidator_SendValidationEvent_3, (XmlSchemaValidator * __this, String * code, String * arg1, String * arg2, MethodInfo * method)); DO_APP_FUNC(0x023C1AC0, void, XmlSchemaValidator_SendValidationEvent_4, (XmlSchemaValidator * __this, String * code, String__Array * args, Exception * innerException, XmlSeverityType__Enum severity, MethodInfo * method)); DO_APP_FUNC(0x023C1C20, void, XmlSchemaValidator_SendValidationEvent_5, (XmlSchemaValidator * __this, String * code, String__Array * args, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x023C1D50, void, XmlSchemaValidator_SendValidationEvent_6, (XmlSchemaValidator * __this, XmlSchemaValidationException * e, MethodInfo * method)); DO_APP_FUNC(0x023C1D60, void, XmlSchemaValidator_SendValidationEvent_7, (XmlSchemaValidator * __this, XmlSchemaException * e, MethodInfo * method)); DO_APP_FUNC(0x023C1E60, void, XmlSchemaValidator_SendValidationEvent_8, (XmlSchemaValidator * __this, String * code, String * msg, XmlSeverityType__Enum severity, MethodInfo * method)); DO_APP_FUNC(0x023C1F90, void, XmlSchemaValidator_SendValidationEvent_9, (XmlSchemaValidator * __this, XmlSchemaValidationException * e, XmlSeverityType__Enum severity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C735B8, XmlSchemaValidator_SendValidationEvent_9__MethodInfo); DO_APP_FUNC(0x023C20E0, void, XmlSchemaValidator_SendValidationEvent_10, (ValidationEventHandler * eventHandler, Object * sender, XmlSchemaValidationException * e, XmlSeverityType__Enum severity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73580, XmlSchemaValidator_SendValidationEvent_10__MethodInfo); DO_APP_FUNC(0x023C21B0, void, XmlSchemaValidator__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XmlValueConverter__ctor, (XmlValueConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x023C2A30, void, XmlBaseConverter__ctor, (XmlBaseConverter * __this, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x023C2C00, void, XmlBaseConverter__ctor_1, (XmlBaseConverter * __this, XmlTypeCode__Enum typeCode, MethodInfo * method)); DO_APP_FUNC(0x023C2DD0, void, XmlBaseConverter__ctor_2, (XmlBaseConverter * __this, XmlBaseConverter * converterAtomic, MethodInfo * method)); DO_APP_FUNC(0x023C2ED0, void, XmlBaseConverter__ctor_3, (XmlBaseConverter * __this, XmlBaseConverter * converterAtomic, Type * clrTypeDefault, MethodInfo * method)); DO_APP_FUNC(0x023C2FC0, bool, XmlBaseConverter_ToBoolean, (XmlBaseConverter * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x023C30C0, bool, XmlBaseConverter_ToBoolean_1, (XmlBaseConverter * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x023C31C0, bool, XmlBaseConverter_ToBoolean_2, (XmlBaseConverter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x023C32B0, bool, XmlBaseConverter_ToBoolean_3, (XmlBaseConverter * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x023C33B0, bool, XmlBaseConverter_ToBoolean_4, (XmlBaseConverter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x023C3480, bool, XmlBaseConverter_ToBoolean_5, (XmlBaseConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x023C3550, DateTime, XmlBaseConverter_ToDateTime, (XmlBaseConverter * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x023C3650, DateTime, XmlBaseConverter_ToDateTime_1, (XmlBaseConverter * __this, DateTimeOffset value, MethodInfo * method)); DO_APP_FUNC(0x023C3750, DateTime, XmlBaseConverter_ToDateTime_2, (XmlBaseConverter * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x023C3850, DateTime, XmlBaseConverter_ToDateTime_3, (XmlBaseConverter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x023C3940, DateTime, XmlBaseConverter_ToDateTime_4, (XmlBaseConverter * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x023C3A40, DateTime, XmlBaseConverter_ToDateTime_5, (XmlBaseConverter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x023C3B10, DateTime, XmlBaseConverter_ToDateTime_6, (XmlBaseConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x023C3BE0, DateTimeOffset, XmlBaseConverter_ToDateTimeOffset, (XmlBaseConverter * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x023C3CF0, DateTimeOffset, XmlBaseConverter_ToDateTimeOffset_1, (XmlBaseConverter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x023C3DD0, DateTimeOffset, XmlBaseConverter_ToDateTimeOffset_2, (XmlBaseConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x023C3EB0, Decimal, XmlBaseConverter_ToDecimal, (XmlBaseConverter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x023C3F90, Decimal, XmlBaseConverter_ToDecimal_1, (XmlBaseConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x023C4070, double, XmlBaseConverter_ToDouble, (XmlBaseConverter * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x023C4170, double, XmlBaseConverter_ToDouble_1, (XmlBaseConverter * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x023C4270, double, XmlBaseConverter_ToDouble_2, (XmlBaseConverter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x023C4370, double, XmlBaseConverter_ToDouble_3, (XmlBaseConverter * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x023C4470, double, XmlBaseConverter_ToDouble_4, (XmlBaseConverter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x023C4540, double, XmlBaseConverter_ToDouble_5, (XmlBaseConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x023C4610, int32_t, XmlBaseConverter_ToInt32, (XmlBaseConverter * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x023C4700, int32_t, XmlBaseConverter_ToInt32_1, (XmlBaseConverter * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x023C47F0, int32_t, XmlBaseConverter_ToInt32_2, (XmlBaseConverter * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x023C48F0, int32_t, XmlBaseConverter_ToInt32_3, (XmlBaseConverter * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x023C49E0, int32_t, XmlBaseConverter_ToInt32_4, (XmlBaseConverter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x023C4AB0, int32_t, XmlBaseConverter_ToInt32_5, (XmlBaseConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x023C4B80, int64_t, XmlBaseConverter_ToInt64, (XmlBaseConverter * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x023C4C70, int64_t, XmlBaseConverter_ToInt64_1, (XmlBaseConverter * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x023C4D60, int64_t, XmlBaseConverter_ToInt64_2, (XmlBaseConverter * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x023C4E60, int64_t, XmlBaseConverter_ToInt64_3, (XmlBaseConverter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x023C4F50, int64_t, XmlBaseConverter_ToInt64_4, (XmlBaseConverter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x023C5020, int64_t, XmlBaseConverter_ToInt64_5, (XmlBaseConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x023C50F0, float, XmlBaseConverter_ToSingle, (XmlBaseConverter * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x023C51F0, float, XmlBaseConverter_ToSingle_1, (XmlBaseConverter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x023C52C0, float, XmlBaseConverter_ToSingle_2, (XmlBaseConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x023C5390, String *, XmlBaseConverter_ToString, (XmlBaseConverter * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x023C5480, String *, XmlBaseConverter_ToString_1, (XmlBaseConverter * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x023C5570, String *, XmlBaseConverter_ToString_2, (XmlBaseConverter * __this, DateTimeOffset value, MethodInfo * method)); DO_APP_FUNC(0x023C5660, String *, XmlBaseConverter_ToString_3, (XmlBaseConverter * __this, Decimal value, MethodInfo * method)); DO_APP_FUNC(0x023C5750, String *, XmlBaseConverter_ToString_4, (XmlBaseConverter * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x023C5840, String *, XmlBaseConverter_ToString_5, (XmlBaseConverter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x023C5930, String *, XmlBaseConverter_ToString_6, (XmlBaseConverter * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x023C5A20, String *, XmlBaseConverter_ToString_7, (XmlBaseConverter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x023C5B10, String *, XmlBaseConverter_ToString_8, (XmlBaseConverter * __this, Object * value, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC(0x023C5BE0, String *, XmlBaseConverter_ToString_9, (XmlBaseConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x023C5C00, Object *, XmlBaseConverter_ChangeType, (XmlBaseConverter * __this, bool value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC(0x023C5C90, Object *, XmlBaseConverter_ChangeType_1, (XmlBaseConverter * __this, DateTime value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC(0x023C5D20, Object *, XmlBaseConverter_ChangeType_2, (XmlBaseConverter * __this, Decimal value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC(0x023C5DB0, Object *, XmlBaseConverter_ChangeType_3, (XmlBaseConverter * __this, double value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC(0x023C5E40, Object *, XmlBaseConverter_ChangeType_4, (XmlBaseConverter * __this, int32_t value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC(0x023C5ED0, Object *, XmlBaseConverter_ChangeType_5, (XmlBaseConverter * __this, int64_t value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC(0x023C5F60, Object *, XmlBaseConverter_ChangeType_6, (XmlBaseConverter * __this, String * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC(0x023C5F80, Object *, XmlBaseConverter_ChangeType_7, (XmlBaseConverter * __this, Object * value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, XmlSchemaType *, XmlBaseConverter_get_SchemaType, (XmlBaseConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, XmlTypeCode__Enum, XmlBaseConverter_get_TypeCode, (XmlBaseConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x023C5FB0, String *, XmlBaseConverter_get_XmlTypeName, (XmlBaseConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Type *, XmlBaseConverter_get_DefaultClrType, (XmlBaseConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x023C60C0, bool, XmlBaseConverter_IsDerivedFrom, (Type * derivedType, Type * baseType, MethodInfo * method)); DO_APP_FUNC(0x023C6170, Exception *, XmlBaseConverter_CreateInvalidClrMappingException, (XmlBaseConverter * __this, Type * sourceType, Type * destinationType, MethodInfo * method)); DO_APP_FUNC(0x023C6460, String *, XmlBaseConverter_QNameToString, (XmlQualifiedName * name, MethodInfo * method)); DO_APP_FUNC(0x023C65F0, Object *, XmlBaseConverter_ChangeListType, (XmlBaseConverter * __this, Object * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73530, XmlBaseConverter_ChangeListType__MethodInfo); DO_APP_FUNC(0x023C6650, Byte__Array *, XmlBaseConverter_StringToBase64Binary, (String * value, MethodInfo * method)); DO_APP_FUNC(0x023C6780, DateTime, XmlBaseConverter_StringToDate, (String * value, MethodInfo * method)); DO_APP_FUNC(0x023C6800, DateTime, XmlBaseConverter_StringToDateTime, (String * value, MethodInfo * method)); DO_APP_FUNC(0x023C6880, TimeSpan, XmlBaseConverter_StringToDayTimeDuration, (String * value, MethodInfo * method)); DO_APP_FUNC(0x023C6980, TimeSpan, XmlBaseConverter_StringToDuration, (String * value, MethodInfo * method)); DO_APP_FUNC(0x023C6A80, DateTime, XmlBaseConverter_StringToGDay, (String * value, MethodInfo * method)); DO_APP_FUNC(0x023C6B00, DateTime, XmlBaseConverter_StringToGMonth, (String * value, MethodInfo * method)); DO_APP_FUNC(0x023C6B80, DateTime, XmlBaseConverter_StringToGMonthDay, (String * value, MethodInfo * method)); DO_APP_FUNC(0x023C6C00, DateTime, XmlBaseConverter_StringToGYear, (String * value, MethodInfo * method)); DO_APP_FUNC(0x023C6C80, DateTime, XmlBaseConverter_StringToGYearMonth, (String * value, MethodInfo * method)); DO_APP_FUNC(0x023C6D00, DateTimeOffset, XmlBaseConverter_StringToDateOffset, (String * value, MethodInfo * method)); DO_APP_FUNC(0x023C6DA0, DateTimeOffset, XmlBaseConverter_StringToDateTimeOffset, (String * value, MethodInfo * method)); DO_APP_FUNC(0x023C6E40, DateTimeOffset, XmlBaseConverter_StringToGDayOffset, (String * value, MethodInfo * method)); DO_APP_FUNC(0x023C6EE0, DateTimeOffset, XmlBaseConverter_StringToGMonthOffset, (String * value, MethodInfo * method)); DO_APP_FUNC(0x023C6F80, DateTimeOffset, XmlBaseConverter_StringToGMonthDayOffset, (String * value, MethodInfo * method)); DO_APP_FUNC(0x023C7020, DateTimeOffset, XmlBaseConverter_StringToGYearOffset, (String * value, MethodInfo * method)); DO_APP_FUNC(0x023C70C0, DateTimeOffset, XmlBaseConverter_StringToGYearMonthOffset, (String * value, MethodInfo * method)); DO_APP_FUNC(0x023C7160, Byte__Array *, XmlBaseConverter_StringToHexBinary, (String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73518, XmlBaseConverter_StringToHexBinary__MethodInfo); DO_APP_FUNC(0x023C72A0, XmlQualifiedName *, XmlBaseConverter_StringToQName, (String * value, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73508, XmlBaseConverter_StringToQName__MethodInfo); DO_APP_FUNC(0x023C75B0, DateTime, XmlBaseConverter_StringToTime, (String * value, MethodInfo * method)); DO_APP_FUNC(0x023C7630, DateTimeOffset, XmlBaseConverter_StringToTimeOffset, (String * value, MethodInfo * method)); DO_APP_FUNC(0x023C76D0, TimeSpan, XmlBaseConverter_StringToYearMonthDuration, (String * value, MethodInfo * method)); DO_APP_FUNC(0x023C77D0, String *, XmlBaseConverter_AnyUriToString, (Uri * value, MethodInfo * method)); DO_APP_FUNC(0x023C7840, String *, XmlBaseConverter_Base64BinaryToString, (Byte__Array * value, MethodInfo * method)); DO_APP_FUNC(0x023C7960, String *, XmlBaseConverter_DateToString, (DateTime value, MethodInfo * method)); DO_APP_FUNC(0x023C79E0, String *, XmlBaseConverter_DateTimeToString, (DateTime value, MethodInfo * method)); DO_APP_FUNC(0x023C7A60, String *, XmlBaseConverter_DayTimeDurationToString, (TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x023C7AC0, String *, XmlBaseConverter_DurationToString, (TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x023C7B20, String *, XmlBaseConverter_GDayToString, (DateTime value, MethodInfo * method)); DO_APP_FUNC(0x023C7BA0, String *, XmlBaseConverter_GMonthToString, (DateTime value, MethodInfo * method)); DO_APP_FUNC(0x023C7C20, String *, XmlBaseConverter_GMonthDayToString, (DateTime value, MethodInfo * method)); DO_APP_FUNC(0x023C7CA0, String *, XmlBaseConverter_GYearToString, (DateTime value, MethodInfo * method)); DO_APP_FUNC(0x023C7D20, String *, XmlBaseConverter_GYearMonthToString, (DateTime value, MethodInfo * method)); DO_APP_FUNC(0x023C7DA0, String *, XmlBaseConverter_DateOffsetToString, (DateTimeOffset value, MethodInfo * method)); DO_APP_FUNC(0x023C7E30, String *, XmlBaseConverter_DateTimeOffsetToString, (DateTimeOffset value, MethodInfo * method)); DO_APP_FUNC(0x023C7EC0, String *, XmlBaseConverter_GDayOffsetToString, (DateTimeOffset value, MethodInfo * method)); DO_APP_FUNC(0x023C7F50, String *, XmlBaseConverter_GMonthOffsetToString, (DateTimeOffset value, MethodInfo * method)); DO_APP_FUNC(0x023C7FE0, String *, XmlBaseConverter_GMonthDayOffsetToString, (DateTimeOffset value, MethodInfo * method)); DO_APP_FUNC(0x023C8070, String *, XmlBaseConverter_GYearOffsetToString, (DateTimeOffset value, MethodInfo * method)); DO_APP_FUNC(0x023C8100, String *, XmlBaseConverter_GYearMonthOffsetToString, (DateTimeOffset value, MethodInfo * method)); DO_APP_FUNC(0x023C8190, String *, XmlBaseConverter_QNameToString_1, (XmlQualifiedName * qname, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73500, XmlBaseConverter_QNameToString_1__MethodInfo); DO_APP_FUNC(0x023C8380, String *, XmlBaseConverter_TimeToString, (DateTime value, MethodInfo * method)); DO_APP_FUNC(0x023C8400, String *, XmlBaseConverter_TimeOffsetToString, (DateTimeOffset value, MethodInfo * method)); DO_APP_FUNC(0x023C8490, String *, XmlBaseConverter_YearMonthDurationToString, (TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x023C84F0, DateTime, XmlBaseConverter_DateTimeOffsetToDateTime, (DateTimeOffset value, MethodInfo * method)); DO_APP_FUNC(0x023C8540, int32_t, XmlBaseConverter_DecimalToInt32, (Decimal value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C734F8, XmlBaseConverter_DecimalToInt32__MethodInfo); DO_APP_FUNC(0x023C8800, int64_t, XmlBaseConverter_DecimalToInt64, (Decimal value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C734E8, XmlBaseConverter_DecimalToInt64__MethodInfo); DO_APP_FUNC(0x023C8AD0, uint64_t, XmlBaseConverter_DecimalToUInt64, (Decimal value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C734A8, XmlBaseConverter_DecimalToUInt64__MethodInfo); DO_APP_FUNC(0x023C8D90, uint8_t, XmlBaseConverter_Int32ToByte, (int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C734B0, XmlBaseConverter_Int32ToByte__MethodInfo); DO_APP_FUNC(0x023C8EB0, int16_t, XmlBaseConverter_Int32ToInt16, (int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73490, XmlBaseConverter_Int32ToInt16__MethodInfo); DO_APP_FUNC(0x023C8FD0, int8_t, XmlBaseConverter_Int32ToSByte, (int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73498, XmlBaseConverter_Int32ToSByte__MethodInfo); DO_APP_FUNC(0x023C90F0, uint16_t, XmlBaseConverter_Int32ToUInt16, (int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C734A0, XmlBaseConverter_Int32ToUInt16__MethodInfo); DO_APP_FUNC(0x023C9210, int32_t, XmlBaseConverter_Int64ToInt32, (int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73480, XmlBaseConverter_Int64ToInt32__MethodInfo); DO_APP_FUNC(0x023C9340, uint32_t, XmlBaseConverter_Int64ToUInt32, (int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73488, XmlBaseConverter_Int64ToUInt32__MethodInfo); DO_APP_FUNC(0x023C9460, DateTime, XmlBaseConverter_UntypedAtomicToDateTime, (String * value, MethodInfo * method)); DO_APP_FUNC(0x023C94E0, DateTimeOffset, XmlBaseConverter_UntypedAtomicToDateTimeOffset, (String * value, MethodInfo * method)); DO_APP_FUNC(0x023C9580, void, XmlBaseConverter__cctor, (MethodInfo * method)); DO_APP_FUNC(0x023CA6A0, void, XmlNumeric10Converter__ctor, (XmlNumeric10Converter * __this, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x023CA700, XmlValueConverter *, XmlNumeric10Converter_Create, (XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x023CA7A0, Decimal, XmlNumeric10Converter_ToDecimal, (XmlNumeric10Converter * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74E68, XmlNumeric10Converter_ToDecimal__MethodInfo); DO_APP_FUNC(0x023CA920, Decimal, XmlNumeric10Converter_ToDecimal_1, (XmlNumeric10Converter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74E50, XmlNumeric10Converter_ToDecimal_1__MethodInfo); DO_APP_FUNC(0x023CAE20, int32_t, XmlNumeric10Converter_ToInt32, (XmlNumeric10Converter * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x023CAE70, int32_t, XmlNumeric10Converter_ToInt32_1, (XmlNumeric10Converter * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74E48, XmlNumeric10Converter_ToInt32_1__MethodInfo); DO_APP_FUNC(0x023CB000, int32_t, XmlNumeric10Converter_ToInt32_2, (XmlNumeric10Converter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74E10, XmlNumeric10Converter_ToInt32_2__MethodInfo); DO_APP_FUNC(0x023CB440, int64_t, XmlNumeric10Converter_ToInt64, (XmlNumeric10Converter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x023CB450, int64_t, XmlNumeric10Converter_ToInt64_1, (XmlNumeric10Converter * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74E08, XmlNumeric10Converter_ToInt64_1__MethodInfo); DO_APP_FUNC(0x023CB5E0, int64_t, XmlNumeric10Converter_ToInt64_2, (XmlNumeric10Converter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74E00, XmlNumeric10Converter_ToInt64_2__MethodInfo); DO_APP_FUNC(0x023CBA00, String *, XmlNumeric10Converter_ToString, (XmlNumeric10Converter * __this, Decimal value, MethodInfo * method)); DO_APP_FUNC(0x023CBD10, String *, XmlNumeric10Converter_ToString_1, (XmlNumeric10Converter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x023CBD60, String *, XmlNumeric10Converter_ToString_2, (XmlNumeric10Converter * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x023CBDB0, String *, XmlNumeric10Converter_ToString_3, (XmlNumeric10Converter * __this, Object * value, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74E40, XmlNumeric10Converter_ToString_3__MethodInfo); DO_APP_FUNC(0x023CC200, Object *, XmlNumeric10Converter_ChangeType, (XmlNumeric10Converter * __this, Decimal value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74E38, XmlNumeric10Converter_ChangeType__MethodInfo); DO_APP_FUNC(0x023CC680, Object *, XmlNumeric10Converter_ChangeType_1, (XmlNumeric10Converter * __this, int32_t value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74E20, XmlNumeric10Converter_ChangeType_1__MethodInfo); DO_APP_FUNC(0x023CCC40, Object *, XmlNumeric10Converter_ChangeType_2, (XmlNumeric10Converter * __this, int64_t value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74E28, XmlNumeric10Converter_ChangeType_2__MethodInfo); DO_APP_FUNC(0x023CD220, Object *, XmlNumeric10Converter_ChangeType_3, (XmlNumeric10Converter * __this, String * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74E18, XmlNumeric10Converter_ChangeType_3__MethodInfo); DO_APP_FUNC(0x023CD670, Object *, XmlNumeric10Converter_ChangeType_4, (XmlNumeric10Converter * __this, Object * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74DD8, XmlNumeric10Converter_ChangeType_4__MethodInfo); DO_APP_FUNC(0x023CEA80, Object *, XmlNumeric10Converter_ChangeTypeWildcardDestination, (XmlNumeric10Converter * __this, Object * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC(0x023CEED0, Object *, XmlNumeric10Converter_ChangeTypeWildcardSource, (XmlNumeric10Converter * __this, Object * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC(0x023CF370, void, XmlNumeric2Converter__ctor, (XmlNumeric2Converter * __this, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x023CF3D0, XmlValueConverter *, XmlNumeric2Converter_Create, (XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x023CF470, double, XmlNumeric2Converter_ToDouble, (XmlNumeric2Converter * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74DC8, XmlNumeric2Converter_ToDouble__MethodInfo); DO_APP_FUNC(0x023CF550, double, XmlNumeric2Converter_ToDouble_1, (XmlNumeric2Converter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74DF8, XmlNumeric2Converter_ToDouble_1__MethodInfo); DO_APP_FUNC(0x023CF8E0, float, XmlNumeric2Converter_ToSingle, (XmlNumeric2Converter * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x023CF8F0, float, XmlNumeric2Converter_ToSingle_1, (XmlNumeric2Converter * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74DF0, XmlNumeric2Converter_ToSingle_1__MethodInfo); DO_APP_FUNC(0x023CF9D0, float, XmlNumeric2Converter_ToSingle_2, (XmlNumeric2Converter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74DE8, XmlNumeric2Converter_ToSingle_2__MethodInfo); DO_APP_FUNC(0x023CFDB0, String *, XmlNumeric2Converter_ToString, (XmlNumeric2Converter * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x023CFE60, String *, XmlNumeric2Converter_ToString_1, (XmlNumeric2Converter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x023CFEF0, String *, XmlNumeric2Converter_ToString_2, (XmlNumeric2Converter * __this, Object * value, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74DE0, XmlNumeric2Converter_ToString_2__MethodInfo); DO_APP_FUNC(0x023D0280, Object *, XmlNumeric2Converter_ChangeType, (XmlNumeric2Converter * __this, double value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74DA0, XmlNumeric2Converter_ChangeType__MethodInfo); DO_APP_FUNC(0x023D05F0, Object *, XmlNumeric2Converter_ChangeType_1, (XmlNumeric2Converter * __this, String * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74D98, XmlNumeric2Converter_ChangeType_1__MethodInfo); DO_APP_FUNC(0x023D09C0, Object *, XmlNumeric2Converter_ChangeType_2, (XmlNumeric2Converter * __this, Object * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74D90, XmlNumeric2Converter_ChangeType_2__MethodInfo); DO_APP_FUNC(0x023D11A0, void, XmlDateTimeConverter__ctor, (XmlDateTimeConverter * __this, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x023D1200, XmlValueConverter *, XmlDateTimeConverter_Create, (XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x023D12A0, DateTime, XmlDateTimeConverter_ToDateTime, (XmlDateTimeConverter * __this, DateTimeOffset value, MethodInfo * method)); DO_APP_FUNC(0x023D1330, DateTime, XmlDateTimeConverter_ToDateTime_1, (XmlDateTimeConverter * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74DC0, XmlDateTimeConverter_ToDateTime_1__MethodInfo); DO_APP_FUNC(0x023D1660, DateTime, XmlDateTimeConverter_ToDateTime_2, (XmlDateTimeConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74DB8, XmlDateTimeConverter_ToDateTime_2__MethodInfo); DO_APP_FUNC(0x023D1A00, DateTimeOffset, XmlDateTimeConverter_ToDateTimeOffset, (XmlDateTimeConverter * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x023D1A30, DateTimeOffset, XmlDateTimeConverter_ToDateTimeOffset_1, (XmlDateTimeConverter * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74DA8, XmlDateTimeConverter_ToDateTimeOffset_1__MethodInfo); DO_APP_FUNC(0x023D1D70, DateTimeOffset, XmlDateTimeConverter_ToDateTimeOffset_2, (XmlDateTimeConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74DB0, XmlDateTimeConverter_ToDateTimeOffset_2__MethodInfo); DO_APP_FUNC(0x023D2170, String *, XmlDateTimeConverter_ToString, (XmlDateTimeConverter * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x023D2430, String *, XmlDateTimeConverter_ToString_1, (XmlDateTimeConverter * __this, DateTimeOffset value, MethodInfo * method)); DO_APP_FUNC(0x023D2700, String *, XmlDateTimeConverter_ToString_2, (XmlDateTimeConverter * __this, Object * value, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74D58, XmlDateTimeConverter_ToString_2__MethodInfo); DO_APP_FUNC(0x023D2A90, Object *, XmlDateTimeConverter_ChangeType, (XmlDateTimeConverter * __this, DateTime value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74D50, XmlDateTimeConverter_ChangeType__MethodInfo); DO_APP_FUNC(0x023D2FB0, Object *, XmlDateTimeConverter_ChangeType_1, (XmlDateTimeConverter * __this, String * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74D40, XmlDateTimeConverter_ChangeType_1__MethodInfo); DO_APP_FUNC(0x023D3380, Object *, XmlDateTimeConverter_ChangeType_2, (XmlDateTimeConverter * __this, Object * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74D48, XmlDateTimeConverter_ChangeType_2__MethodInfo); DO_APP_FUNC(0x023D3D40, void, XmlBooleanConverter__ctor, (XmlBooleanConverter * __this, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x023D3DA0, XmlValueConverter *, XmlBooleanConverter_Create, (XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x023D3E40, bool, XmlBooleanConverter_ToBoolean, (XmlBooleanConverter * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74D80, XmlBooleanConverter_ToBoolean__MethodInfo); DO_APP_FUNC(0x023D3EF0, bool, XmlBooleanConverter_ToBoolean_1, (XmlBooleanConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74D70, XmlBooleanConverter_ToBoolean_1__MethodInfo); DO_APP_FUNC(0x023D4210, String *, XmlBooleanConverter_ToString, (XmlBooleanConverter * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x023D42A0, String *, XmlBooleanConverter_ToString_1, (XmlBooleanConverter * __this, Object * value, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74D68, XmlBooleanConverter_ToString_1__MethodInfo); DO_APP_FUNC(0x023D45F0, Object *, XmlBooleanConverter_ChangeType, (XmlBooleanConverter * __this, bool value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74D60, XmlBooleanConverter_ChangeType__MethodInfo); DO_APP_FUNC(0x023D4A90, Object *, XmlBooleanConverter_ChangeType_1, (XmlBooleanConverter * __this, String * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74D18, XmlBooleanConverter_ChangeType_1__MethodInfo); DO_APP_FUNC(0x023D4DE0, Object *, XmlBooleanConverter_ChangeType_2, (XmlBooleanConverter * __this, Object * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74D10, XmlBooleanConverter_ChangeType_2__MethodInfo); DO_APP_FUNC(0x023D55F0, void, XmlMiscConverter__ctor, (XmlMiscConverter * __this, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x023D5650, XmlValueConverter *, XmlMiscConverter_Create, (XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x023D56F0, String *, XmlMiscConverter_ToString, (XmlMiscConverter * __this, Object * value, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74D00, XmlMiscConverter_ToString__MethodInfo); DO_APP_FUNC(0x023D5F90, Object *, XmlMiscConverter_ChangeType, (XmlMiscConverter * __this, String * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74D38, XmlMiscConverter_ChangeType__MethodInfo); DO_APP_FUNC(0x023D65A0, Object *, XmlMiscConverter_ChangeType_1, (XmlMiscConverter * __this, Object * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74D30, XmlMiscConverter_ChangeType_1__MethodInfo); DO_APP_FUNC(0x023D76E0, Object *, XmlMiscConverter_ChangeTypeWildcardDestination, (XmlMiscConverter * __this, Object * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC(0x023D7840, Object *, XmlMiscConverter_ChangeTypeWildcardSource, (XmlMiscConverter * __this, Object * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC(0x023D79C0, void, XmlStringConverter__ctor, (XmlStringConverter * __this, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x023D7A20, XmlValueConverter *, XmlStringConverter_Create, (XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x023D7AC0, String *, XmlStringConverter_ToString, (XmlStringConverter * __this, Object * value, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74CD0, XmlStringConverter_ToString__MethodInfo); DO_APP_FUNC(0x023D7D10, Object *, XmlStringConverter_ChangeType, (XmlStringConverter * __this, String * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74CC0, XmlStringConverter_ChangeType__MethodInfo); DO_APP_FUNC(0x023D7FD0, Object *, XmlStringConverter_ChangeType_1, (XmlStringConverter * __this, Object * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74CC8, XmlStringConverter_ChangeType_1__MethodInfo); DO_APP_FUNC(0x023D8490, void, XmlUntypedConverter__ctor, (XmlUntypedConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x023D8570, void, XmlUntypedConverter__ctor_1, (XmlUntypedConverter * __this, XmlUntypedConverter * atomicConverter, bool allowListToList, MethodInfo * method)); DO_APP_FUNC(0x023D8760, bool, XmlUntypedConverter_ToBoolean, (XmlUntypedConverter * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74CB8, XmlUntypedConverter_ToBoolean__MethodInfo); DO_APP_FUNC(0x023D8810, bool, XmlUntypedConverter_ToBoolean_1, (XmlUntypedConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74CF8, XmlUntypedConverter_ToBoolean_1__MethodInfo); DO_APP_FUNC(0x023D8A10, DateTime, XmlUntypedConverter_ToDateTime, (XmlUntypedConverter * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74CE8, XmlUntypedConverter_ToDateTime__MethodInfo); DO_APP_FUNC(0x023D8AC0, DateTime, XmlUntypedConverter_ToDateTime_1, (XmlUntypedConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74CF0, XmlUntypedConverter_ToDateTime_1__MethodInfo); DO_APP_FUNC(0x023D8CB0, DateTimeOffset, XmlUntypedConverter_ToDateTimeOffset, (XmlUntypedConverter * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74CE0, XmlUntypedConverter_ToDateTimeOffset__MethodInfo); DO_APP_FUNC(0x023D8DE0, DateTimeOffset, XmlUntypedConverter_ToDateTimeOffset_1, (XmlUntypedConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74CD8, XmlUntypedConverter_ToDateTimeOffset_1__MethodInfo); DO_APP_FUNC(0x023D8FF0, Decimal, XmlUntypedConverter_ToDecimal, (XmlUntypedConverter * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74C88, XmlUntypedConverter_ToDecimal__MethodInfo); DO_APP_FUNC(0x023D9110, Decimal, XmlUntypedConverter_ToDecimal_1, (XmlUntypedConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74C90, XmlUntypedConverter_ToDecimal_1__MethodInfo); DO_APP_FUNC(0x023D9380, double, XmlUntypedConverter_ToDouble, (XmlUntypedConverter * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74C80, XmlUntypedConverter_ToDouble__MethodInfo); DO_APP_FUNC(0x023D9430, double, XmlUntypedConverter_ToDouble_1, (XmlUntypedConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74C78, XmlUntypedConverter_ToDouble_1__MethodInfo); DO_APP_FUNC(0x023D9630, int32_t, XmlUntypedConverter_ToInt32, (XmlUntypedConverter * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74C68, XmlUntypedConverter_ToInt32__MethodInfo); DO_APP_FUNC(0x023D96F0, int32_t, XmlUntypedConverter_ToInt32_1, (XmlUntypedConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74C70, XmlUntypedConverter_ToInt32_1__MethodInfo); DO_APP_FUNC(0x023D9910, int64_t, XmlUntypedConverter_ToInt64, (XmlUntypedConverter * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74CB0, XmlUntypedConverter_ToInt64__MethodInfo); DO_APP_FUNC(0x023D99D0, int64_t, XmlUntypedConverter_ToInt64_1, (XmlUntypedConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74CA8, XmlUntypedConverter_ToInt64_1__MethodInfo); DO_APP_FUNC(0x023D9BF0, float, XmlUntypedConverter_ToSingle, (XmlUntypedConverter * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74C98, XmlUntypedConverter_ToSingle__MethodInfo); DO_APP_FUNC(0x023D9CA0, float, XmlUntypedConverter_ToSingle_1, (XmlUntypedConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74CA0, XmlUntypedConverter_ToSingle_1__MethodInfo); DO_APP_FUNC(0x023D9EA0, String *, XmlUntypedConverter_ToString, (XmlUntypedConverter * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x023D9F30, String *, XmlUntypedConverter_ToString_1, (XmlUntypedConverter * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x023D9F80, String *, XmlUntypedConverter_ToString_2, (XmlUntypedConverter * __this, DateTimeOffset value, MethodInfo * method)); DO_APP_FUNC(0x023DA040, String *, XmlUntypedConverter_ToString_3, (XmlUntypedConverter * __this, Decimal value, MethodInfo * method)); DO_APP_FUNC(0x023DA170, String *, XmlUntypedConverter_ToString_4, (XmlUntypedConverter * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x023DA1D0, String *, XmlUntypedConverter_ToString_5, (XmlUntypedConverter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x023DA220, String *, XmlUntypedConverter_ToString_6, (XmlUntypedConverter * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x023DA270, String *, XmlUntypedConverter_ToString_7, (XmlUntypedConverter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x023DA2D0, String *, XmlUntypedConverter_ToString_8, (XmlUntypedConverter * __this, Object * value, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74C48, XmlUntypedConverter_ToString_8__MethodInfo); DO_APP_FUNC(0x023DB330, Object *, XmlUntypedConverter_ChangeType, (XmlUntypedConverter * __this, bool value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74C60, XmlUntypedConverter_ChangeType__MethodInfo); DO_APP_FUNC(0x023DB550, Object *, XmlUntypedConverter_ChangeType_1, (XmlUntypedConverter * __this, DateTime value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74C58, XmlUntypedConverter_ChangeType_1__MethodInfo); DO_APP_FUNC(0x023DB720, Object *, XmlUntypedConverter_ChangeType_2, (XmlUntypedConverter * __this, Decimal value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74C50, XmlUntypedConverter_ChangeType_2__MethodInfo); DO_APP_FUNC(0x023DB9E0, Object *, XmlUntypedConverter_ChangeType_3, (XmlUntypedConverter * __this, double value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74C18, XmlUntypedConverter_ChangeType_3__MethodInfo); DO_APP_FUNC(0x023DBBC0, Object *, XmlUntypedConverter_ChangeType_4, (XmlUntypedConverter * __this, int32_t value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74C20, XmlUntypedConverter_ChangeType_4__MethodInfo); DO_APP_FUNC(0x023DBDA0, Object *, XmlUntypedConverter_ChangeType_5, (XmlUntypedConverter * __this, int64_t value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74C10, XmlUntypedConverter_ChangeType_5__MethodInfo); DO_APP_FUNC(0x023DBF80, Object *, XmlUntypedConverter_ChangeType_6, (XmlUntypedConverter * __this, String * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74C08, XmlUntypedConverter_ChangeType_6__MethodInfo); DO_APP_FUNC(0x023DCD30, Object *, XmlUntypedConverter_ChangeType_7, (XmlUntypedConverter * __this, Object * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74C00, XmlUntypedConverter_ChangeType_7__MethodInfo); DO_APP_FUNC(0x023DE5E0, Object *, XmlUntypedConverter_ChangeTypeWildcardDestination, (XmlUntypedConverter * __this, Object * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC(0x023DE740, Object *, XmlUntypedConverter_ChangeTypeWildcardSource, (XmlUntypedConverter * __this, Object * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC(0x023DE8F0, Object *, XmlUntypedConverter_ChangeListType, (XmlUntypedConverter * __this, Object * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74C30, XmlUntypedConverter_ChangeListType__MethodInfo); DO_APP_FUNC(0x023DEC50, bool, XmlUntypedConverter_SupportsType, (XmlUntypedConverter * __this, Type * clrType, MethodInfo * method)); DO_APP_FUNC(0x023DF1D0, void, XmlUntypedConverter__cctor, (MethodInfo * method)); DO_APP_FUNC(0x023DF390, void, XmlAnyConverter__ctor, (XmlAnyConverter * __this, XmlTypeCode__Enum typeCode, MethodInfo * method)); DO_APP_FUNC(0x023DF590, bool, XmlAnyConverter_ToBoolean, (XmlAnyConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74C28, XmlAnyConverter_ToBoolean__MethodInfo); DO_APP_FUNC(0x023DF790, DateTime, XmlAnyConverter_ToDateTime, (XmlAnyConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74BC8, XmlAnyConverter_ToDateTime__MethodInfo); DO_APP_FUNC(0x023DF990, DateTimeOffset, XmlAnyConverter_ToDateTimeOffset, (XmlAnyConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74BB8, XmlAnyConverter_ToDateTimeOffset__MethodInfo); DO_APP_FUNC(0x023DFBE0, Decimal, XmlAnyConverter_ToDecimal, (XmlAnyConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74BC0, XmlAnyConverter_ToDecimal__MethodInfo); DO_APP_FUNC(0x023DFE30, double, XmlAnyConverter_ToDouble, (XmlAnyConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74BB0, XmlAnyConverter_ToDouble__MethodInfo); DO_APP_FUNC(0x023E0030, int32_t, XmlAnyConverter_ToInt32, (XmlAnyConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74BA8, XmlAnyConverter_ToInt32__MethodInfo); DO_APP_FUNC(0x023E0220, int64_t, XmlAnyConverter_ToInt64, (XmlAnyConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74BF0, XmlAnyConverter_ToInt64__MethodInfo); DO_APP_FUNC(0x023E0410, float, XmlAnyConverter_ToSingle, (XmlAnyConverter * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74BF8, XmlAnyConverter_ToSingle__MethodInfo); DO_APP_FUNC(0x023E0650, Object *, XmlAnyConverter_ChangeType, (XmlAnyConverter * __this, bool value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74BE8, XmlAnyConverter_ChangeType__MethodInfo); DO_APP_FUNC(0x023E0930, Object *, XmlAnyConverter_ChangeType_1, (XmlAnyConverter * __this, DateTime value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74BE0, XmlAnyConverter_ChangeType_1__MethodInfo); DO_APP_FUNC(0x023E0C10, Object *, XmlAnyConverter_ChangeType_2, (XmlAnyConverter * __this, Decimal value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74BD0, XmlAnyConverter_ChangeType_2__MethodInfo); DO_APP_FUNC(0x023E0E60, Object *, XmlAnyConverter_ChangeType_3, (XmlAnyConverter * __this, double value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74BD8, XmlAnyConverter_ChangeType_3__MethodInfo); DO_APP_FUNC(0x023E1140, Object *, XmlAnyConverter_ChangeType_4, (XmlAnyConverter * __this, int32_t value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74B80, XmlAnyConverter_ChangeType_4__MethodInfo); DO_APP_FUNC(0x023E1420, Object *, XmlAnyConverter_ChangeType_5, (XmlAnyConverter * __this, int64_t value, Type * destinationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74B78, XmlAnyConverter_ChangeType_5__MethodInfo); DO_APP_FUNC(0x023E1700, Object *, XmlAnyConverter_ChangeType_6, (XmlAnyConverter * __this, String * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74B68, XmlAnyConverter_ChangeType_6__MethodInfo); DO_APP_FUNC(0x023E1930, Object *, XmlAnyConverter_ChangeType_7, (XmlAnyConverter * __this, Object * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74B60, XmlAnyConverter_ChangeType_7__MethodInfo); DO_APP_FUNC(0x023E37F0, Object *, XmlAnyConverter_ChangeTypeWildcardDestination, (XmlAnyConverter * __this, Object * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC(0x023E3950, Object *, XmlAnyConverter_ChangeTypeWildcardSource, (XmlAnyConverter * __this, Object * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC(0x023E3AD0, XPathNavigator *, XmlAnyConverter_ToNavigator, (XmlAnyConverter * __this, XPathNavigator * nav, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74BA0, XmlAnyConverter_ToNavigator__MethodInfo); DO_APP_FUNC(0x023E3B70, void, XmlAnyConverter__cctor, (MethodInfo * method)); DO_APP_FUNC(0x023E3D60, void, XmlAnyListConverter__ctor, (XmlAnyListConverter * __this, XmlBaseConverter * atomicConverter, MethodInfo * method)); DO_APP_FUNC(0x023E3D70, Object *, XmlAnyListConverter_ChangeType, (XmlAnyListConverter * __this, Object * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74B98, XmlAnyListConverter_ChangeType__MethodInfo); DO_APP_FUNC(0x023E4010, void, XmlAnyListConverter__cctor, (MethodInfo * method)); DO_APP_FUNC(0x023E4280, void, XmlListConverter__ctor, (XmlListConverter * __this, XmlBaseConverter * atomicConverter, MethodInfo * method)); DO_APP_FUNC(0x023E4410, void, XmlListConverter__ctor_1, (XmlListConverter * __this, XmlBaseConverter * atomicConverter, Type * clrTypeDefault, MethodInfo * method)); DO_APP_FUNC(0x023E4580, void, XmlListConverter__ctor_2, (XmlListConverter * __this, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x023E45E0, XmlValueConverter *, XmlListConverter_Create, (XmlValueConverter * atomicConverter, MethodInfo * method)); DO_APP_FUNC(0x023E47D0, Object *, XmlListConverter_ChangeType, (XmlListConverter * __this, Object * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74AD0, XmlListConverter_ChangeType__MethodInfo); DO_APP_FUNC(0x023E4910, Object *, XmlListConverter_ChangeListType, (XmlListConverter * __this, Object * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74A68, XmlListConverter_ChangeListType__MethodInfo); DO_APP_FUNC(0x023E5850, bool, XmlListConverter_IsListType, (XmlListConverter * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x023E59E0, IList *, XmlListConverter_ToList, (XmlListConverter * __this, Object * list, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC(0x023E5F60, List_1_System_String_ *, XmlListConverter_StringAsList, (XmlListConverter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x023E6010, String *, XmlListConverter_ListAsString, (XmlListConverter * __this, IEnumerable * list, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC(0x023E62C0, Exception *, XmlListConverter_CreateInvalidClrMappingException, (XmlListConverter * __this, Type * sourceType, Type * destinationType, MethodInfo * method)); DO_APP_FUNC(0x023E65B0, void, XmlUnionConverter__ctor, (XmlUnionConverter * __this, XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x023E6950, XmlValueConverter *, XmlUnionConverter_Create, (XmlSchemaType * schemaType, MethodInfo * method)); DO_APP_FUNC(0x023E69C0, Object *, XmlUnionConverter_ChangeType, (XmlUnionConverter * __this, Object * value, Type * destinationType, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74A88, XmlUnionConverter_ChangeType__MethodInfo); DO_APP_FUNC(0x023E6E70, void, XsdBuilder__ctor, (XsdBuilder * __this, XmlReader * reader, XmlNamespaceManager * curmgr, XmlSchema * schema, XmlNameTable * nameTable, SchemaNames * schemaNames, ValidationEventHandler * eventhandler, MethodInfo * method)); DO_APP_FUNC(0x023E7500, bool, XsdBuilder_ProcessElement, (XsdBuilder * __this, String * prefix, String * name, String * ns, MethodInfo * method)); DO_APP_FUNC(0x023E77E0, void, XsdBuilder_ProcessAttribute, (XsdBuilder * __this, String * prefix, String * name, String * ns, String * value, MethodInfo * method)); DO_APP_FUNC(0x023E7E60, bool, XsdBuilder_IsContentParsed, (XsdBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x00708700, void, XsdBuilder_ProcessMarkup, (XsdBuilder * __this, XmlNode__Array * markup, MethodInfo * method)); DO_APP_FUNC(0x023E7E80, void, XsdBuilder_ProcessCData, (XsdBuilder * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x023E7ED0, void, XsdBuilder_StartChildren, (XsdBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x023E8100, void, XsdBuilder_EndChildren, (XsdBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x023E8150, void, XsdBuilder_Push, (XsdBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x023E8480, void, XsdBuilder_Pop, (XsdBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x019A8AA0, SchemaNames_Token__Enum, XsdBuilder_get_CurrentElement, (XsdBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x023E85E0, SchemaNames_Token__Enum, XsdBuilder_get_ParentElement, (XsdBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x023E8670, XmlSchemaObject *, XsdBuilder_get_ParentContainer, (XsdBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x023E8710, XmlSchemaObject *, XsdBuilder_GetContainer, (XsdBuilder * __this, XsdBuilder_State__Enum state, MethodInfo * method)); DO_APP_FUNC(0x023E8960, void, XsdBuilder_SetContainer, (XsdBuilder * __this, XsdBuilder_State__Enum state, Object * container, MethodInfo * method)); DO_APP_FUNC(0x023EA0E0, void, XsdBuilder_BuildAnnotated_Id, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74600, XsdBuilder_BuildAnnotated_Id__MethodInfo); DO_APP_FUNC(0x023EA110, void, XsdBuilder_BuildSchema_AttributeFormDefault, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74330, XsdBuilder_BuildSchema_AttributeFormDefault__MethodInfo); DO_APP_FUNC(0x023EA1D0, void, XsdBuilder_BuildSchema_ElementFormDefault, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74340, XsdBuilder_BuildSchema_ElementFormDefault__MethodInfo); DO_APP_FUNC(0x023EA290, void, XsdBuilder_BuildSchema_TargetNamespace, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74310, XsdBuilder_BuildSchema_TargetNamespace__MethodInfo); DO_APP_FUNC(0x023EA300, void, XsdBuilder_BuildSchema_Version, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74318, XsdBuilder_BuildSchema_Version__MethodInfo); DO_APP_FUNC(0x023EA370, void, XsdBuilder_BuildSchema_FinalDefault, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74348, XsdBuilder_BuildSchema_FinalDefault__MethodInfo); DO_APP_FUNC(0x023EA3F0, void, XsdBuilder_BuildSchema_BlockDefault, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74338, XsdBuilder_BuildSchema_BlockDefault__MethodInfo); DO_APP_FUNC(0x023EA470, void, XsdBuilder_InitSchema, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C742F8, XsdBuilder_InitSchema__MethodInfo); DO_APP_FUNC(0x023EA4E0, void, XsdBuilder_InitInclude, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74220, XsdBuilder_InitInclude__MethodInfo); DO_APP_FUNC(0x023EA680, void, XsdBuilder_BuildInclude_SchemaLocation, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74378, XsdBuilder_BuildInclude_SchemaLocation__MethodInfo); DO_APP_FUNC(0x023EA6F0, void, XsdBuilder_InitImport, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74218, XsdBuilder_InitImport__MethodInfo); DO_APP_FUNC(0x023EA890, void, XsdBuilder_BuildImport_Namespace, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C744A8, XsdBuilder_BuildImport_Namespace__MethodInfo); DO_APP_FUNC(0x023EA900, void, XsdBuilder_BuildImport_SchemaLocation, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74370, XsdBuilder_BuildImport_SchemaLocation__MethodInfo); DO_APP_FUNC(0x023EA970, void, XsdBuilder_InitRedefine, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C742F0, XsdBuilder_InitRedefine__MethodInfo); DO_APP_FUNC(0x023EAB10, void, XsdBuilder_BuildRedefine_SchemaLocation, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74368, XsdBuilder_BuildRedefine_SchemaLocation__MethodInfo); DO_APP_FUNC(0x023EAB80, void, XsdBuilder_EndRedefine, (XsdBuilder * builder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C743B0, XsdBuilder_EndRedefine__MethodInfo); DO_APP_FUNC(0x023EABA0, void, XsdBuilder_InitAttribute, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74270, XsdBuilder_InitAttribute__MethodInfo); DO_APP_FUNC(0x023EAD40, void, XsdBuilder_BuildAttribute_Default, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C745C0, XsdBuilder_BuildAttribute_Default__MethodInfo); DO_APP_FUNC(0x023EADB0, void, XsdBuilder_BuildAttribute_Fixed, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C745C8, XsdBuilder_BuildAttribute_Fixed__MethodInfo); DO_APP_FUNC(0x023EAE20, void, XsdBuilder_BuildAttribute_Form, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74590, XsdBuilder_BuildAttribute_Form__MethodInfo); DO_APP_FUNC(0x023EAEE0, void, XsdBuilder_BuildAttribute_Use, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74470, XsdBuilder_BuildAttribute_Use__MethodInfo); DO_APP_FUNC(0x023EAFA0, void, XsdBuilder_BuildAttribute_Ref, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C745A0, XsdBuilder_BuildAttribute_Ref__MethodInfo); DO_APP_FUNC(0x023EB0E0, void, XsdBuilder_BuildAttribute_Name, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74598, XsdBuilder_BuildAttribute_Name__MethodInfo); DO_APP_FUNC(0x023EB150, void, XsdBuilder_BuildAttribute_Type, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C745A8, XsdBuilder_BuildAttribute_Type__MethodInfo); DO_APP_FUNC(0x023EB290, void, XsdBuilder_InitElement, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74268, XsdBuilder_InitElement__MethodInfo); DO_APP_FUNC(0x023EB4A0, void, XsdBuilder_BuildElement_Abstract, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74448, XsdBuilder_BuildElement_Abstract__MethodInfo); DO_APP_FUNC(0x023EB520, void, XsdBuilder_BuildElement_Block, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74410, XsdBuilder_BuildElement_Block__MethodInfo); DO_APP_FUNC(0x023EB5A0, void, XsdBuilder_BuildElement_Default, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74418, XsdBuilder_BuildElement_Default__MethodInfo); DO_APP_FUNC(0x023EB610, void, XsdBuilder_BuildElement_Form, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C744F0, XsdBuilder_BuildElement_Form__MethodInfo); DO_APP_FUNC(0x023EB6D0, void, XsdBuilder_BuildElement_SubstitutionGroup, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C744E0, XsdBuilder_BuildElement_SubstitutionGroup__MethodInfo); DO_APP_FUNC(0x023EB810, void, XsdBuilder_BuildElement_Final, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74420, XsdBuilder_BuildElement_Final__MethodInfo); DO_APP_FUNC(0x023EB890, void, XsdBuilder_BuildElement_Fixed, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74428, XsdBuilder_BuildElement_Fixed__MethodInfo); DO_APP_FUNC(0x023EB900, void, XsdBuilder_BuildElement_MaxOccurs, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C744F8, XsdBuilder_BuildElement_MaxOccurs__MethodInfo); DO_APP_FUNC(0x023EB930, void, XsdBuilder_BuildElement_MinOccurs, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74500, XsdBuilder_BuildElement_MinOccurs__MethodInfo); DO_APP_FUNC(0x023EB960, void, XsdBuilder_BuildElement_Name, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74508, XsdBuilder_BuildElement_Name__MethodInfo); DO_APP_FUNC(0x023EB9D0, void, XsdBuilder_BuildElement_Nillable, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C744D0, XsdBuilder_BuildElement_Nillable__MethodInfo); DO_APP_FUNC(0x023EBA50, void, XsdBuilder_BuildElement_Ref, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C744D8, XsdBuilder_BuildElement_Ref__MethodInfo); DO_APP_FUNC(0x023EBB90, void, XsdBuilder_BuildElement_Type, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C744E8, XsdBuilder_BuildElement_Type__MethodInfo); DO_APP_FUNC(0x023EBCD0, void, XsdBuilder_InitSimpleType, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C742C0, XsdBuilder_InitSimpleType__MethodInfo); DO_APP_FUNC(0x023EC270, void, XsdBuilder_BuildSimpleType_Name, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C743D8, XsdBuilder_BuildSimpleType_Name__MethodInfo); DO_APP_FUNC(0x023EC2E0, void, XsdBuilder_BuildSimpleType_Final, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C743D0, XsdBuilder_BuildSimpleType_Final__MethodInfo); DO_APP_FUNC(0x023EC360, void, XsdBuilder_InitSimpleTypeUnion, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C742B8, XsdBuilder_InitSimpleTypeUnion__MethodInfo); DO_APP_FUNC(0x023EC5C0, void, XsdBuilder_BuildSimpleTypeUnion_MemberTypes, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74408, XsdBuilder_BuildSimpleTypeUnion_MemberTypes__MethodInfo); DO_APP_FUNC(0x023EC7C0, void, XsdBuilder_InitSimpleTypeList, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C742E8, XsdBuilder_InitSimpleTypeList__MethodInfo); DO_APP_FUNC(0x023EC990, void, XsdBuilder_BuildSimpleTypeList_ItemType, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C743F8, XsdBuilder_BuildSimpleTypeList_ItemType__MethodInfo); DO_APP_FUNC(0x023ECAD0, void, XsdBuilder_InitSimpleTypeRestriction, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C742B0, XsdBuilder_InitSimpleTypeRestriction__MethodInfo); DO_APP_FUNC(0x023ECCA0, void, XsdBuilder_BuildSimpleTypeRestriction_Base, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74400, XsdBuilder_BuildSimpleTypeRestriction_Base__MethodInfo); DO_APP_FUNC(0x023ECDE0, void, XsdBuilder_InitComplexType, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74258, XsdBuilder_InitComplexType__MethodInfo); DO_APP_FUNC(0x023ED070, void, XsdBuilder_BuildComplexType_Abstract, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74450, XsdBuilder_BuildComplexType_Abstract__MethodInfo); DO_APP_FUNC(0x023ED100, void, XsdBuilder_BuildComplexType_Block, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74458, XsdBuilder_BuildComplexType_Block__MethodInfo); DO_APP_FUNC(0x023ED180, void, XsdBuilder_BuildComplexType_Final, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74460, XsdBuilder_BuildComplexType_Final__MethodInfo); DO_APP_FUNC(0x023ED200, void, XsdBuilder_BuildComplexType_Mixed, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74468, XsdBuilder_BuildComplexType_Mixed__MethodInfo); DO_APP_FUNC(0x023ED290, void, XsdBuilder_BuildComplexType_Name, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74430, XsdBuilder_BuildComplexType_Name__MethodInfo); DO_APP_FUNC(0x023ED300, void, XsdBuilder_InitComplexContent, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74250, XsdBuilder_InitComplexContent__MethodInfo); DO_APP_FUNC(0x023ED530, void, XsdBuilder_BuildComplexContent_Mixed, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74488, XsdBuilder_BuildComplexContent_Mixed__MethodInfo); DO_APP_FUNC(0x023ED5B0, void, XsdBuilder_InitComplexContentExtension, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74280, XsdBuilder_InitComplexContentExtension__MethodInfo); DO_APP_FUNC(0x023ED880, void, XsdBuilder_BuildComplexContentExtension_Base, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74478, XsdBuilder_BuildComplexContentExtension_Base__MethodInfo); DO_APP_FUNC(0x023ED9C0, void, XsdBuilder_InitComplexContentRestriction, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74288, XsdBuilder_InitComplexContentRestriction__MethodInfo); DO_APP_FUNC(0x023EDC30, void, XsdBuilder_BuildComplexContentRestriction_Base, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74480, XsdBuilder_BuildComplexContentRestriction_Base__MethodInfo); DO_APP_FUNC(0x023EDD70, void, XsdBuilder_InitSimpleContent, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C742E0, XsdBuilder_InitSimpleContent__MethodInfo); DO_APP_FUNC(0x023EDFA0, void, XsdBuilder_InitSimpleContentExtension, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C742D0, XsdBuilder_InitSimpleContentExtension__MethodInfo); DO_APP_FUNC(0x023EE270, void, XsdBuilder_BuildSimpleContentExtension_Base, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74328, XsdBuilder_BuildSimpleContentExtension_Base__MethodInfo); DO_APP_FUNC(0x023EE3B0, void, XsdBuilder_InitSimpleContentRestriction, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C742D8, XsdBuilder_InitSimpleContentRestriction__MethodInfo); DO_APP_FUNC(0x023EE550, void, XsdBuilder_BuildSimpleContentRestriction_Base, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C743F0, XsdBuilder_BuildSimpleContentRestriction_Base__MethodInfo); DO_APP_FUNC(0x023EE690, void, XsdBuilder_InitAttributeGroup, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C743A8, XsdBuilder_InitAttributeGroup__MethodInfo); DO_APP_FUNC(0x023EE830, void, XsdBuilder_BuildAttributeGroup_Name, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C745B8, XsdBuilder_BuildAttributeGroup_Name__MethodInfo); DO_APP_FUNC(0x023EE8A0, void, XsdBuilder_InitAttributeGroupRef, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C743A0, XsdBuilder_InitAttributeGroupRef__MethodInfo); DO_APP_FUNC(0x023EEA60, void, XsdBuilder_BuildAttributeGroupRef_Ref, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C745B0, XsdBuilder_BuildAttributeGroupRef_Ref__MethodInfo); DO_APP_FUNC(0x023EEBA0, void, XsdBuilder_InitAnyAttribute, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C743C8, XsdBuilder_InitAnyAttribute__MethodInfo); DO_APP_FUNC(0x023EF140, void, XsdBuilder_BuildAnyAttribute_Namespace, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74608, XsdBuilder_BuildAnyAttribute_Namespace__MethodInfo); DO_APP_FUNC(0x023EF1B0, void, XsdBuilder_BuildAnyAttribute_ProcessContents, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C745D0, XsdBuilder_BuildAnyAttribute_ProcessContents__MethodInfo); DO_APP_FUNC(0x023EF270, void, XsdBuilder_InitGroup, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74248, XsdBuilder_InitGroup__MethodInfo); DO_APP_FUNC(0x023EF4A0, void, XsdBuilder_BuildGroup_Name, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74490, XsdBuilder_BuildGroup_Name__MethodInfo); DO_APP_FUNC(0x023EF510, void, XsdBuilder_InitGroupRef, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74240, XsdBuilder_InitGroupRef__MethodInfo); DO_APP_FUNC(0x023EF750, void, XsdBuilder_BuildParticle_MaxOccurs, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74358, XsdBuilder_BuildParticle_MaxOccurs__MethodInfo); DO_APP_FUNC(0x023EF780, void, XsdBuilder_BuildParticle_MinOccurs, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74360, XsdBuilder_BuildParticle_MinOccurs__MethodInfo); DO_APP_FUNC(0x023EF7B0, void, XsdBuilder_BuildGroupRef_Ref, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C744C8, XsdBuilder_BuildGroupRef_Ref__MethodInfo); DO_APP_FUNC(0x023EF8F0, void, XsdBuilder_InitAll, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C743B8, XsdBuilder_InitAll__MethodInfo); DO_APP_FUNC(0x023EFA70, void, XsdBuilder_InitChoice, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74278, XsdBuilder_InitChoice__MethodInfo); DO_APP_FUNC(0x023EFBF0, void, XsdBuilder_InitSequence, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74308, XsdBuilder_InitSequence__MethodInfo); DO_APP_FUNC(0x023EFD70, void, XsdBuilder_InitAny, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74390, XsdBuilder_InitAny__MethodInfo); DO_APP_FUNC(0x023EFF20, void, XsdBuilder_BuildAny_Namespace, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C745D8, XsdBuilder_BuildAny_Namespace__MethodInfo); DO_APP_FUNC(0x023EFF90, void, XsdBuilder_BuildAny_ProcessContents, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C745E0, XsdBuilder_BuildAny_ProcessContents__MethodInfo); DO_APP_FUNC(0x023F0050, void, XsdBuilder_InitNotation, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74228, XsdBuilder_InitNotation__MethodInfo); DO_APP_FUNC(0x023F0250, void, XsdBuilder_BuildNotation_Name, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74380, XsdBuilder_BuildNotation_Name__MethodInfo); DO_APP_FUNC(0x023F02C0, void, XsdBuilder_BuildNotation_Public, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74388, XsdBuilder_BuildNotation_Public__MethodInfo); DO_APP_FUNC(0x023F0330, void, XsdBuilder_BuildNotation_System, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74350, XsdBuilder_BuildNotation_System__MethodInfo); DO_APP_FUNC(0x023F03A0, void, XsdBuilder_InitFacet, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74230, XsdBuilder_InitFacet__MethodInfo); DO_APP_FUNC(0x023F0810, void, XsdBuilder_BuildFacet_Fixed, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C744B0, XsdBuilder_BuildFacet_Fixed__MethodInfo); DO_APP_FUNC(0x023F08A0, void, XsdBuilder_BuildFacet_Value, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C744B8, XsdBuilder_BuildFacet_Value__MethodInfo); DO_APP_FUNC(0x023F0910, void, XsdBuilder_InitIdentityConstraint, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74210, XsdBuilder_InitIdentityConstraint__MethodInfo); DO_APP_FUNC(0x023F0D80, void, XsdBuilder_BuildIdentityConstraint_Name, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74498, XsdBuilder_BuildIdentityConstraint_Name__MethodInfo); DO_APP_FUNC(0x023F0DF0, void, XsdBuilder_BuildIdentityConstraint_Refer, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C744A0, XsdBuilder_BuildIdentityConstraint_Refer__MethodInfo); DO_APP_FUNC(0x023F0FF0, void, XsdBuilder_InitSelector, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74300, XsdBuilder_InitSelector__MethodInfo); DO_APP_FUNC(0x023F11B0, void, XsdBuilder_BuildSelector_XPath, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74320, XsdBuilder_BuildSelector_XPath__MethodInfo); DO_APP_FUNC(0x023F1220, void, XsdBuilder_InitField, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74238, XsdBuilder_InitField__MethodInfo); DO_APP_FUNC(0x023F11B0, void, XsdBuilder_BuildField_XPath, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C744C0, XsdBuilder_BuildField_XPath__MethodInfo); DO_APP_FUNC(0x023F13C0, void, XsdBuilder_InitAnnotation, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C743C0, XsdBuilder_InitAnnotation__MethodInfo); DO_APP_FUNC(0x023F15E0, void, XsdBuilder_InitAppinfo, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74398, XsdBuilder_InitAppinfo__MethodInfo); DO_APP_FUNC(0x023F17F0, void, XsdBuilder_BuildAppinfo_Source, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C745E8, XsdBuilder_BuildAppinfo_Source__MethodInfo); DO_APP_FUNC(0x023F18B0, void, XsdBuilder_EndAppinfo, (XsdBuilder * builder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C743E0, XsdBuilder_EndAppinfo__MethodInfo); DO_APP_FUNC(0x023F1920, void, XsdBuilder_InitDocumentation, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74260, XsdBuilder_InitDocumentation__MethodInfo); DO_APP_FUNC(0x023F1B30, void, XsdBuilder_BuildDocumentation_Source, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74438, XsdBuilder_BuildDocumentation_Source__MethodInfo); DO_APP_FUNC(0x023F1BF0, void, XsdBuilder_BuildDocumentation_XmlLang, (XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74440, XsdBuilder_BuildDocumentation_XmlLang__MethodInfo); DO_APP_FUNC(0x023F1E30, void, XsdBuilder_EndDocumentation, (XsdBuilder * builder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C743E8, XsdBuilder_EndDocumentation__MethodInfo); DO_APP_FUNC(0x023F1EA0, void, XsdBuilder_AddAttribute, (XsdBuilder * __this, XmlSchemaObject * value, MethodInfo * method)); DO_APP_FUNC(0x023F2140, void, XsdBuilder_AddParticle, (XsdBuilder * __this, XmlSchemaParticle * particle, MethodInfo * method)); DO_APP_FUNC(0x023F2590, bool, XsdBuilder_GetNextState, (XsdBuilder * __this, XmlQualifiedName * qname, MethodInfo * method)); DO_APP_FUNC(0x023F2760, bool, XsdBuilder_IsSkipableElement, (XsdBuilder * __this, XmlQualifiedName * qname, MethodInfo * method)); DO_APP_FUNC(0x023F2790, void, XsdBuilder_SetMinOccurs, (XsdBuilder * __this, XmlSchemaParticle * particle, String * value, MethodInfo * method)); DO_APP_FUNC(0x023F27F0, void, XsdBuilder_SetMaxOccurs, (XsdBuilder * __this, XmlSchemaParticle * particle, String * value, MethodInfo * method)); DO_APP_FUNC(0x023F2850, bool, XsdBuilder_ParseBoolean, (XsdBuilder * __this, String * value, String * attributeName, MethodInfo * method)); DO_APP_FUNC(0x023F28F0, int32_t, XsdBuilder_ParseEnum, (XsdBuilder * __this, String * value, String * attributeName, String__Array * values, MethodInfo * method)); DO_APP_FUNC(0x023F2A10, XmlQualifiedName *, XsdBuilder_ParseQName, (XsdBuilder * __this, String * value, String * attributeName, MethodInfo * method)); DO_APP_FUNC(0x023F2C70, int32_t, XsdBuilder_ParseBlockFinalEnum, (XsdBuilder * __this, String * value, String * attributeName, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, String *, XsdBuilder_ParseUriReference, (String * s, MethodInfo * method)); DO_APP_FUNC(0x023F2F20, void, XsdBuilder_SendValidationEvent, (XsdBuilder * __this, String * code, String * arg0, String * arg1, String * arg2, MethodInfo * method)); DO_APP_FUNC(0x023F3140, void, XsdBuilder_SendValidationEvent_1, (XsdBuilder * __this, String * code, String * msg, MethodInfo * method)); DO_APP_FUNC(0x023F3260, void, XsdBuilder_SendValidationEvent_2, (XsdBuilder * __this, String * code, String__Array * args, XmlSeverityType__Enum severity, MethodInfo * method)); DO_APP_FUNC(0x023F33A0, void, XsdBuilder_SendValidationEvent_3, (XsdBuilder * __this, XmlSchemaException * e, XmlSeverityType__Enum severity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74638, XsdBuilder_SendValidationEvent_3__MethodInfo); DO_APP_FUNC(0x023F34E0, void, XsdBuilder_SendValidationEvent_4, (XsdBuilder * __this, XmlSchemaException * e, MethodInfo * method)); DO_APP_FUNC(0x023F34F0, void, XsdBuilder_RecordPosition, (XsdBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x023F3670, void, XsdBuilder__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0042CDF0, void, XsdBuilder_XsdBuildFunction__ctor, (XsdBuilder_XsdBuildFunction * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, XsdBuilder_XsdBuildFunction_Invoke, (XsdBuilder_XsdBuildFunction * __this, XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC(0x0042CDF0, void, XsdBuilder_XsdInitFunction__ctor, (XsdBuilder_XsdInitFunction * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, XsdBuilder_XsdInitFunction_Invoke, (XsdBuilder_XsdInitFunction * __this, XsdBuilder * builder, String * value, MethodInfo * method)); DO_APP_FUNC(0x003EC720, void, XsdBuilder_XsdEndChildFunction__ctor, (XsdBuilder_XsdEndChildFunction * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, XsdBuilder_XsdEndChildFunction_Invoke, (XsdBuilder_XsdEndChildFunction * __this, XsdBuilder * builder, MethodInfo * method)); DO_APP_FUNC(0x0073A5C0, void, XsdBuilder_XsdAttributeEntry__ctor, (XsdBuilder_XsdAttributeEntry * __this, SchemaNames_Token__Enum a, XsdBuilder_XsdBuildFunction * build, MethodInfo * method)); DO_APP_FUNC(0x023FA4E0, void, XsdBuilder_XsdEntry__ctor, (XsdBuilder_XsdEntry * __this, SchemaNames_Token__Enum n, XsdBuilder_State__Enum state, XsdBuilder_State__Enum__Array * nextStates, XsdBuilder_XsdAttributeEntry__Array * attributes, XsdBuilder_XsdInitFunction * init, XsdBuilder_XsdEndChildFunction * end, bool parseContent, MethodInfo * method)); DO_APP_FUNC(0x023FA660, void, XsdBuilder_BuilderNamespaceManager__ctor, (XsdBuilder_BuilderNamespaceManager * __this, XmlNamespaceManager * nsMgr, XmlReader * reader, MethodInfo * method)); DO_APP_FUNC(0x023FA710, String *, XsdBuilder_BuilderNamespaceManager_LookupNamespace, (XsdBuilder_BuilderNamespaceManager * __this, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x023FA780, void, XsdDateTime__ctor, (XsdDateTime * __this, String * text, XsdDateTimeFlags__Enum kinds, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76CD8, XsdDateTime__ctor__MethodInfo); DO_APP_FUNC(0x023FA9C0, void, XsdDateTime__ctor_1, (XsdDateTime * __this, XsdDateTime_Parser parser, MethodInfo * method)); DO_APP_FUNC(0x023FAA50, void, XsdDateTime_InitiateXsdDateTime, (XsdDateTime * __this, XsdDateTime_Parser parser, MethodInfo * method)); DO_APP_FUNC(0x023FAB90, bool, XsdDateTime_TryParse, (String * text, XsdDateTimeFlags__Enum kinds, XsdDateTime * result, MethodInfo * method)); DO_APP_FUNC(0x023FAD00, void, XsdDateTime__ctor_2, (XsdDateTime * __this, DateTime dateTime, XsdDateTimeFlags__Enum kinds, MethodInfo * method)); DO_APP_FUNC(0x023FAFE0, void, XsdDateTime__ctor_3, (XsdDateTime * __this, DateTimeOffset dateTimeOffset, MethodInfo * method)); DO_APP_FUNC(0x023FB050, void, XsdDateTime__ctor_4, (XsdDateTime * __this, DateTimeOffset dateTimeOffset, XsdDateTimeFlags__Enum kinds, MethodInfo * method)); DO_APP_FUNC(0x023FB2E0, XsdDateTime_DateTimeTypeCode__Enum, XsdDateTime_get_InternalTypeCode, (XsdDateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01AEAF50, XsdDateTime_XsdDateTimeKind__Enum, XsdDateTime_get_InternalKind, (XsdDateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x023FB2F0, int32_t, XsdDateTime_get_Year, (XsdDateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x023FB380, int32_t, XsdDateTime_get_Month, (XsdDateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x023FB410, int32_t, XsdDateTime_get_Day, (XsdDateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x023FB4A0, int32_t, XsdDateTime_get_Hour, (XsdDateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x023FB4F0, int32_t, XsdDateTime_get_Minute, (XsdDateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x023FB540, int32_t, XsdDateTime_get_Second, (XsdDateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x023FB590, int32_t, XsdDateTime_get_Fraction, (XsdDateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01AEAF40, int32_t, XsdDateTime_get_ZoneHour, (XsdDateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x00C65280, int32_t, XsdDateTime_get_ZoneMinute, (XsdDateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x023FB7D0, DateTime, XsdDateTime_op_Implicit, (XsdDateTime xdt, MethodInfo * method)); DO_APP_FUNC(0x023FC0A0, DateTimeOffset, XsdDateTime_op_Implicit_1, (XsdDateTime xdt, MethodInfo * method)); DO_APP_FUNC(0x023FC5F0, String *, XsdDateTime_ToString, (XsdDateTime * __this, MethodInfo * method)); DO_APP_FUNC(0x023FCBF0, void, XsdDateTime_PrintDate, (XsdDateTime * __this, StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x023FCE90, void, XsdDateTime_PrintTime, (XsdDateTime * __this, StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x023FD2F0, void, XsdDateTime_PrintZone, (XsdDateTime * __this, StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x023FD650, void, XsdDateTime_IntToCharArray, (XsdDateTime * __this, Char__Array * text, int32_t start, int32_t value, int32_t digits, MethodInfo * method)); DO_APP_FUNC(0x023FD6F0, void, XsdDateTime_ShortToCharArray, (XsdDateTime * __this, Char__Array * text, int32_t start, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x023FD770, void, XsdDateTime__cctor, (MethodInfo * method)); DO_APP_FUNC(0x023FDCF0, bool, XsdDateTime_Parser_Parse, (XsdDateTime_Parser * __this, String * text, XsdDateTimeFlags__Enum kinds, MethodInfo * method)); DO_APP_FUNC(0x023FEE20, bool, XsdDateTime_Parser_ParseDate, (XsdDateTime_Parser * __this, int32_t start, MethodInfo * method)); DO_APP_FUNC(0x023FF130, bool, XsdDateTime_Parser_ParseTimeAndZoneAndWhitespace, (XsdDateTime_Parser * __this, int32_t start, MethodInfo * method)); DO_APP_FUNC(0x023FF1C0, bool, XsdDateTime_Parser_ParseTimeAndWhitespace, (XsdDateTime_Parser * __this, int32_t start, MethodInfo * method)); DO_APP_FUNC(0x023FF240, bool, XsdDateTime_Parser_ParseTime, (XsdDateTime_Parser * __this, int32_t * start, MethodInfo * method)); DO_APP_FUNC(0x023FF680, bool, XsdDateTime_Parser_ParseZoneAndWhitespace, (XsdDateTime_Parser * __this, int32_t start, MethodInfo * method)); DO_APP_FUNC(0x023FF970, bool, XsdDateTime_Parser_Parse4Dig, (XsdDateTime_Parser * __this, int32_t start, int32_t * num, MethodInfo * method)); DO_APP_FUNC(0x023FFA60, bool, XsdDateTime_Parser_Parse2Dig, (XsdDateTime_Parser * __this, int32_t start, int32_t * num, MethodInfo * method)); DO_APP_FUNC(0x023FFAE0, bool, XsdDateTime_Parser_ParseChar, (XsdDateTime_Parser * __this, int32_t start, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x023FFB30, bool, XsdDateTime_Parser_Test, (XsdDateTimeFlags__Enum left, XsdDateTimeFlags__Enum right, MethodInfo * method)); DO_APP_FUNC(0x023FFB40, void, XsdDateTime_Parser__cctor, (MethodInfo * method)); DO_APP_FUNC(0x023FFC20, void, XsdDuration__ctor, (XsdDuration * __this, bool isNegative, int32_t years, int32_t months, int32_t days, int32_t hours, int32_t minutes, int32_t seconds, int32_t nanoseconds, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76C18, XsdDuration__ctor__MethodInfo); DO_APP_FUNC(0x023FFEF0, void, XsdDuration__ctor_1, (XsdDuration * __this, TimeSpan timeSpan, MethodInfo * method)); DO_APP_FUNC(0x023FFF00, void, XsdDuration__ctor_2, (XsdDuration * __this, TimeSpan timeSpan, XsdDuration_DurationType__Enum durationType, MethodInfo * method)); DO_APP_FUNC(0x02400180, void, XsdDuration__ctor_3, (XsdDuration * __this, String * s, XsdDuration_DurationType__Enum durationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76BA8, XsdDuration__ctor_3__MethodInfo); DO_APP_FUNC(0x02400230, bool, XsdDuration_get_IsNegative, (XsdDuration * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, XsdDuration_get_Years, (XsdDuration * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59320, int32_t, XsdDuration_get_Months, (XsdDuration * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, XsdDuration_get_Days, (XsdDuration * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, int32_t, XsdDuration_get_Hours, (XsdDuration * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, XsdDuration_get_Minutes, (XsdDuration * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, XsdDuration_get_Seconds, (XsdDuration * __this, MethodInfo * method)); DO_APP_FUNC(0x02400240, int32_t, XsdDuration_get_Nanoseconds, (XsdDuration * __this, MethodInfo * method)); DO_APP_FUNC(0x02400250, TimeSpan, XsdDuration_ToTimeSpan, (XsdDuration * __this, XsdDuration_DurationType__Enum durationType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76BC0, XsdDuration_ToTimeSpan__MethodInfo); DO_APP_FUNC(0x024002A0, Exception *, XsdDuration_TryToTimeSpan, (XsdDuration * __this, TimeSpan * result, MethodInfo * method)); DO_APP_FUNC(0x024002B0, Exception *, XsdDuration_TryToTimeSpan_1, (XsdDuration * __this, XsdDuration_DurationType__Enum durationType, TimeSpan * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76A58, XsdDuration_TryToTimeSpan_1__MethodInfo); DO_APP_FUNC(0x024008D0, String *, XsdDuration_ToString, (XsdDuration * __this, MethodInfo * method)); DO_APP_FUNC(0x024008E0, String *, XsdDuration_ToString_1, (XsdDuration * __this, XsdDuration_DurationType__Enum durationType, MethodInfo * method)); DO_APP_FUNC(0x02400DD0, Exception *, XsdDuration_TryParse, (String * s, XsdDuration * result, MethodInfo * method)); DO_APP_FUNC(0x02400DE0, Exception *, XsdDuration_TryParse_1, (String * s, XsdDuration_DurationType__Enum durationType, XsdDuration * result, MethodInfo * method)); DO_APP_FUNC(0x024019C0, String *, XsdDuration_TryParseDigits, (String * s, int32_t * offset, bool eatDigits, int32_t * result, int32_t * numDigits, MethodInfo * method)); DO_APP_FUNC(0x02401B10, void, XsdValidator__ctor, (XsdValidator * __this, BaseValidator * validator, MethodInfo * method)); DO_APP_FUNC(0x02401B40, void, XsdValidator__ctor_1, (XsdValidator * __this, XmlValidatingReaderImpl * reader, XmlSchemaCollection * schemaCollection, IValidationEventHandling * eventHandling, MethodInfo * method)); DO_APP_FUNC(0x02401B70, void, XsdValidator_Init, (XsdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024023D0, void, XsdValidator_Validate, (XsdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024024B0, void, XsdValidator_CompleteValidation, (XsdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02394A00, bool, XsdValidator_get_IsInlineSchemaStarted, (XsdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02402650, void, XsdValidator_ProcessInlineSchema, (XsdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02402950, void, XsdValidator_ValidateElement, (XsdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02402B60, Object *, XsdValidator_ValidateChildElement, (XsdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02402DE0, void, XsdValidator_ProcessElement, (XsdValidator * __this, Object * particle, MethodInfo * method)); DO_APP_FUNC(0x02403230, void, XsdValidator_ProcessXsiAttributes, (XsdValidator * __this, XmlQualifiedName * * xsiType, String * * xsiNil, MethodInfo * method)); DO_APP_FUNC(0x02403B40, void, XsdValidator_ValidateEndElement, (XsdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02403DA0, SchemaElementDecl *, XsdValidator_FastGetElementDecl, (XsdValidator * __this, Object * particle, MethodInfo * method)); DO_APP_FUNC(0x02403E90, SchemaElementDecl *, XsdValidator_ThoroughGetElementDecl, (XsdValidator * __this, SchemaElementDecl * elementDecl, XmlQualifiedName * xsiType, String * xsiNil, MethodInfo * method)); DO_APP_FUNC(0x02404430, void, XsdValidator_ValidateStartElement, (XsdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02404DC0, void, XsdValidator_ValidateEndStartElement, (XsdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02405220, void, XsdValidator_LoadSchemaFromLocation, (XsdValidator * __this, String * uri, String * url, MethodInfo * method)); DO_APP_FUNC(0x024058F0, void, XsdValidator_LoadSchema, (XsdValidator * __this, String * uri, String * url, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76930, XsdValidator_LoadSchema__MethodInfo); DO_APP_FUNC(0x02396850, bool, XsdValidator_get_HasSchema, (XsdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02396870, bool, XsdValidator_get_PreserveWhitespace, (XsdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02405AF0, void, XsdValidator_ProcessTokenizedType, (XsdValidator * __this, XmlTokenizedType__Enum ttype, String * name, MethodInfo * method)); DO_APP_FUNC(0x02405E00, void, XsdValidator_CheckValue, (XsdValidator * __this, String * value, SchemaAttDef * attdef, MethodInfo * method)); DO_APP_FUNC(0x024063A0, void, XsdValidator_AddID, (XsdValidator * __this, String * name, Object * node, MethodInfo * method)); DO_APP_FUNC(0x02397B30, Object *, XsdValidator_FindId, (XsdValidator * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x024064A0, bool, XsdValidator_IsXSDRoot, (XsdValidator * __this, String * localName, String * ns, MethodInfo * method)); DO_APP_FUNC(0x024064C0, void, XsdValidator_Push, (XsdValidator * __this, XmlQualifiedName * elementName, MethodInfo * method)); DO_APP_FUNC(0x02406840, void, XsdValidator_Pop, (XsdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024024B0, void, XsdValidator_CheckForwardRefs, (XsdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024069C0, void, XsdValidator_ValidateStartElementIdentityConstraints, (XsdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02406A20, bool, XsdValidator_get_HasIdentityConstraints, (XsdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02406A30, void, XsdValidator_AddIdentityConstraints, (XsdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x024070C0, void, XsdValidator_ElementIdentityConstraints, (XsdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02407500, void, XsdValidator_AttributeIdentityConstraints, (XsdValidator * __this, String * name, String * ns, Object * obj, String * sobj, SchemaAttDef * attdef, MethodInfo * method)); DO_APP_FUNC(0x02407890, Object *, XsdValidator_UnWrapUnion, (XsdValidator * __this, Object * typedValue, MethodInfo * method)); DO_APP_FUNC(0x02407900, void, XsdValidator_EndElementIdentityConstraints, (XsdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02408890, void, XsdValidator__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AstNode__ctor, (AstNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02408A50, void, Axis__ctor, (Axis * __this, Axis_AxisType__Enum axisType, AstNode * input, String * prefix, String * name, XPathNodeType__Enum nodetype, MethodInfo * method)); DO_APP_FUNC(0x02408C10, void, Axis__ctor_1, (Axis * __this, Axis_AxisType__Enum axisType, AstNode * input, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, AstNode_AstType__Enum, Axis_get_Type, (Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F690, XPathResultType__Enum, Axis_get_ReturnType, (Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, AstNode *, Axis_get_Input, (Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, Axis_set_Input, (Axis * __this, AstNode * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, Axis_get_Prefix, (Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, Axis_get_Name, (Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5300, XPathNodeType__Enum, Axis_get_NodeType, (Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, Axis_AxisType__Enum, Axis_get_TypeOfAxis, (Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x006113E0, bool, Axis_get_AbbrAxis, (Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, Axis_get_Urn, (Axis * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, Axis_set_Urn, (Axis * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, Filter__ctor, (Filter * __this, AstNode * input, AstNode * condition, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, AstNode_AstType__Enum, Filter_get_Type, (Filter * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F690, XPathResultType__Enum, Filter_get_ReturnType, (Filter * __this, MethodInfo * method)); DO_APP_FUNC(0x02408CA0, void, Function__ctor, (Function * __this, Function_FunctionType__Enum ftype, List_1_MS_Internal_Xml_XPath_AstNode_ * argumentList, MethodInfo * method)); DO_APP_FUNC(0x02408D80, void, Function__ctor_1, (Function * __this, String * prefix, String * name, List_1_MS_Internal_Xml_XPath_AstNode_ * argumentList, MethodInfo * method)); DO_APP_FUNC(0x02408F20, void, Function__ctor_2, (Function * __this, Function_FunctionType__Enum ftype, AstNode * arg, MethodInfo * method)); DO_APP_FUNC(0x00EEC8E0, AstNode_AstType__Enum, Function_get_Type, (Function * __this, MethodInfo * method)); DO_APP_FUNC(0x02409020, XPathResultType__Enum, Function_get_ReturnType, (Function * __this, MethodInfo * method)); DO_APP_FUNC(0x024090A0, void, Function__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, Group_1__ctor, (Group_1 * __this, AstNode * groupNode, MethodInfo * method)); DO_APP_FUNC(0x011B8EF0, AstNode_AstType__Enum, Group_1_get_Type, (Group_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F690, XPathResultType__Enum, Group_1_get_ReturnType, (Group_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02409180, void, Operand__ctor, (Operand * __this, String * val, MethodInfo * method)); DO_APP_FUNC(0x024091E0, void, Operand__ctor_1, (Operand * __this, double val, MethodInfo * method)); DO_APP_FUNC(0x0075F690, AstNode_AstType__Enum, Operand_get_Type, (Operand * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, XPathResultType__Enum, Operand_get_ReturnType, (Operand * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCEFD0, void, Operator_2__ctor, (Operator_2 * __this, Operator_Op__Enum op, AstNode * opnd1, AstNode * opnd2, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, AstNode_AstType__Enum, Operator_2_get_Type, (Operator_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02409290, XPathResultType__Enum, Operator_2_get_ReturnType, (Operator_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x024092B0, void, Operator_2__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Root__ctor, (Root * __this, MethodInfo * method)); DO_APP_FUNC(0x01AF2340, AstNode_AstType__Enum, Root_get_Type, (Root * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F690, XPathResultType__Enum, Root_get_ReturnType, (Root * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, Variable__ctor, (Variable * __this, String * name, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x00EECFF0, AstNode_AstType__Enum, Variable_get_Type, (Variable * __this, MethodInfo * method)); DO_APP_FUNC(0x011B8EF0, XPathResultType__Enum, Variable_get_ReturnType, (Variable * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, XPathParser__ctor, (XPathParser * __this, XPathScanner * scanner, MethodInfo * method)); DO_APP_FUNC(0x02409390, AstNode *, XPathParser_ParseXPathExpression, (String * xpathExpression, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C767F0, XPathParser_ParseXPathExpression__MethodInfo); DO_APP_FUNC(0x02409600, AstNode *, XPathParser_ParseExpression, (XPathParser * __this, AstNode * qyInput, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C767B8, XPathParser_ParseExpression__MethodInfo); DO_APP_FUNC(0x024097D0, AstNode *, XPathParser_ParseOrExpr, (XPathParser * __this, AstNode * qyInput, MethodInfo * method)); DO_APP_FUNC(0x02409950, AstNode *, XPathParser_ParseAndExpr, (XPathParser * __this, AstNode * qyInput, MethodInfo * method)); DO_APP_FUNC(0x02409AD0, AstNode *, XPathParser_ParseEqualityExpr, (XPathParser * __this, AstNode * qyInput, MethodInfo * method)); DO_APP_FUNC(0x02409BE0, AstNode *, XPathParser_ParseRelationalExpr, (XPathParser * __this, AstNode * qyInput, MethodInfo * method)); DO_APP_FUNC(0x02409D10, AstNode *, XPathParser_ParseAdditiveExpr, (XPathParser * __this, AstNode * qyInput, MethodInfo * method)); DO_APP_FUNC(0x02409E20, AstNode *, XPathParser_ParseMultiplicativeExpr, (XPathParser * __this, AstNode * qyInput, MethodInfo * method)); DO_APP_FUNC(0x0240A020, AstNode *, XPathParser_ParseUnaryExpr, (XPathParser * __this, AstNode * qyInput, MethodInfo * method)); DO_APP_FUNC(0x0240A140, AstNode *, XPathParser_ParseUnionExpr, (XPathParser * __this, AstNode * qyInput, MethodInfo * method)); DO_APP_FUNC(0x0240A320, bool, XPathParser_IsNodeType, (XPathScanner * scaner, MethodInfo * method)); DO_APP_FUNC(0x0240A4C0, AstNode *, XPathParser_ParsePathExpr, (XPathParser * __this, AstNode * qyInput, MethodInfo * method)); DO_APP_FUNC(0x0240A860, AstNode *, XPathParser_ParseFilterExpr, (XPathParser * __this, AstNode * qyInput, MethodInfo * method)); DO_APP_FUNC(0x0240A9A0, AstNode *, XPathParser_ParsePredicate, (XPathParser * __this, AstNode * qyInput, MethodInfo * method)); DO_APP_FUNC(0x0240AA40, AstNode *, XPathParser_ParseLocationPath, (XPathParser * __this, AstNode * qyInput, MethodInfo * method)); DO_APP_FUNC(0x0240ABB0, AstNode *, XPathParser_ParseRelativeLocationPath, (XPathParser * __this, AstNode * qyInput, MethodInfo * method)); DO_APP_FUNC(0x0240AD00, bool, XPathParser_IsStep, (XPathScanner_LexKind__Enum lexKind, MethodInfo * method)); DO_APP_FUNC(0x0240AD30, AstNode *, XPathParser_ParseStep, (XPathParser * __this, AstNode * qyInput, MethodInfo * method)); DO_APP_FUNC(0x0240B060, AstNode *, XPathParser_ParseNodeTest, (XPathParser * __this, AstNode * qyInput, Axis_AxisType__Enum axisType, XPathNodeType__Enum nodeType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76788, XPathParser_ParseNodeTest__MethodInfo); DO_APP_FUNC(0x0240B4C0, bool, XPathParser_IsPrimaryExpr, (XPathScanner * scanner, MethodInfo * method)); DO_APP_FUNC(0x0240B550, AstNode *, XPathParser_ParsePrimaryExpr, (XPathParser * __this, AstNode * qyInput, MethodInfo * method)); DO_APP_FUNC(0x0240B920, AstNode *, XPathParser_ParseMethod, (XPathParser * __this, AstNode * qyInput, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C765B8, XPathParser_ParseMethod__MethodInfo); DO_APP_FUNC(0x0240C230, void, XPathParser_CheckToken, (XPathParser * __this, XPathScanner_LexKind__Enum t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76560, XPathParser_CheckToken__MethodInfo); DO_APP_FUNC(0x0240C2B0, void, XPathParser_PassToken, (XPathParser * __this, XPathScanner_LexKind__Enum t, MethodInfo * method)); DO_APP_FUNC(0x0240C2E0, void, XPathParser_NextLex, (XPathParser * __this, MethodInfo * method)); DO_APP_FUNC(0x0240C300, bool, XPathParser_TestOp, (XPathParser * __this, String * op, MethodInfo * method)); DO_APP_FUNC(0x0240C370, void, XPathParser_CheckNodeSet, (XPathParser * __this, XPathResultType__Enum t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76578, XPathParser_CheckNodeSet__MethodInfo); DO_APP_FUNC(0x0240C3E0, Dictionary_2_System_String_MS_Internal_Xml_XPath_XPathParser_ParamInfo_ *, XPathParser_CreateFunctionTable, (MethodInfo * method)); DO_APP_FUNC(0x0240DAB0, Dictionary_2_System_String_MS_Internal_Xml_XPath_Axis_AxisType_ *, XPathParser_CreateAxesTable, (MethodInfo * method)); DO_APP_FUNC(0x0240DEE0, Axis_AxisType__Enum, XPathParser_GetAxis, (XPathParser * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C764C0, XPathParser_GetAxis__MethodInfo); DO_APP_FUNC(0x0240E000, void, XPathParser__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD50, Function_FunctionType__Enum, XPathParser_ParamInfo_get_FType, (XPathParser_ParamInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, XPathParser_ParamInfo_get_Minargs, (XPathParser_ParamInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, XPathParser_ParamInfo_get_Maxargs, (XPathParser_ParamInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, XPathResultType__Enum__Array *, XPathParser_ParamInfo_get_ArgTypes, (XPathParser_ParamInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BC640, void, XPathParser_ParamInfo__ctor, (XPathParser_ParamInfo * __this, Function_FunctionType__Enum ftype, int32_t minargs, int32_t maxargs, XPathResultType__Enum__Array * argTypes, MethodInfo * method)); DO_APP_FUNC(0x0240E690, void, XPathScanner__ctor, (XPathScanner * __this, String * xpathExpr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76460, XPathScanner__ctor__MethodInfo); DO_APP_FUNC(0x003B93C0, String *, XPathScanner_get_SourceText, (XPathScanner * __this, MethodInfo * method)); DO_APP_FUNC(0x012D0730, uint16_t, XPathScanner_get_CurrentChar, (XPathScanner * __this, MethodInfo * method)); DO_APP_FUNC(0x0240E7D0, bool, XPathScanner_NextChar, (XPathScanner * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, XPathScanner_LexKind__Enum, XPathScanner_get_Kind, (XPathScanner * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, XPathScanner_get_Name, (XPathScanner * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, XPathScanner_get_Prefix, (XPathScanner * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, XPathScanner_get_StringValue, (XPathScanner * __this, MethodInfo * method)); DO_APP_FUNC(0x0240E840, double, XPathScanner_get_NumberValue, (XPathScanner * __this, MethodInfo * method)); DO_APP_FUNC(0x00434A10, bool, XPathScanner_get_CanBeFunction, (XPathScanner * __this, MethodInfo * method)); DO_APP_FUNC(0x0240E850, void, XPathScanner_SkipSpace, (XPathScanner * __this, MethodInfo * method)); DO_APP_FUNC(0x0240E8D0, bool, XPathScanner_NextLex, (XPathScanner * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76458, XPathScanner_NextLex__MethodInfo); DO_APP_FUNC(0x0240EF10, double, XPathScanner_ScanNumber, (XPathScanner * __this, MethodInfo * method)); DO_APP_FUNC(0x0240F0B0, double, XPathScanner_ScanFraction, (XPathScanner * __this, MethodInfo * method)); DO_APP_FUNC(0x0240F190, String *, XPathScanner_ScanString, (XPathScanner * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C762F0, XPathScanner_ScanString__MethodInfo); DO_APP_FUNC(0x0240F2E0, String *, XPathScanner_ScanName, (XPathScanner * __this, MethodInfo * method)); DO_APP_FUNC(0x0240F390, void, XPathDocumentNavigator__ctor, (XPathDocumentNavigator * __this, XPathNode__Array * pageCurrent, int32_t idxCurrent, XPathNode__Array * pageParent, int32_t idxParent, MethodInfo * method)); DO_APP_FUNC(0x0240F4B0, String *, XPathDocumentNavigator_get_Value, (XPathDocumentNavigator * __this, MethodInfo * method)); DO_APP_FUNC(0x0240F800, XPathNavigator *, XPathDocumentNavigator_Clone, (XPathDocumentNavigator * __this, MethodInfo * method)); DO_APP_FUNC(0x0240F980, XPathNodeType__Enum, XPathDocumentNavigator_get_NodeType, (XPathDocumentNavigator * __this, MethodInfo * method)); DO_APP_FUNC(0x0240F9C0, String *, XPathDocumentNavigator_get_LocalName, (XPathDocumentNavigator * __this, MethodInfo * method)); DO_APP_FUNC(0x0240FA00, String *, XPathDocumentNavigator_get_NamespaceURI, (XPathDocumentNavigator * __this, MethodInfo * method)); DO_APP_FUNC(0x0240FA40, String *, XPathDocumentNavigator_get_Prefix, (XPathDocumentNavigator * __this, MethodInfo * method)); DO_APP_FUNC(0x0240FA80, XmlNameTable *, XPathDocumentNavigator_get_NameTable, (XPathDocumentNavigator * __this, MethodInfo * method)); DO_APP_FUNC(0x0240FAD0, bool, XPathDocumentNavigator_MoveToFirstNamespace, (XPathDocumentNavigator * __this, XPathNamespaceScope__Enum namespaceScope, MethodInfo * method)); DO_APP_FUNC(0x0240FCC0, bool, XPathDocumentNavigator_MoveToNextNamespace, (XPathDocumentNavigator * __this, XPathNamespaceScope__Enum scope, MethodInfo * method)); DO_APP_FUNC(0x0240FF30, bool, XPathDocumentNavigator_MoveToParent, (XPathDocumentNavigator * __this, MethodInfo * method)); DO_APP_FUNC(0x02410130, bool, XPathDocumentNavigator_IsSamePosition, (XPathDocumentNavigator * __this, XPathNavigator * other, MethodInfo * method)); DO_APP_FUNC(0x024101C0, Object *, XPathDocumentNavigator_get_UnderlyingObject, (XPathDocumentNavigator * __this, MethodInfo * method)); DO_APP_FUNC(0x024101E0, bool, XPathDocumentNavigator_HasLineInfo, (XPathDocumentNavigator * __this, MethodInfo * method)); DO_APP_FUNC(0x02410230, int32_t, XPathDocumentNavigator_get_LineNumber, (XPathDocumentNavigator * __this, MethodInfo * method)); DO_APP_FUNC(0x024102B0, int32_t, XPathDocumentNavigator_get_LinePosition, (XPathDocumentNavigator * __this, MethodInfo * method)); DO_APP_FUNC(0x02410350, int32_t, XPathDocumentNavigator_GetPositionHashCode, (XPathDocumentNavigator * __this, MethodInfo * method)); DO_APP_FUNC(0x02410360, XPathNodeType__Enum, XPathNode_get_NodeType, (XPathNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02410370, String *, XPathNode_get_Prefix, (XPathNode * __this, MethodInfo * method)); DO_APP_FUNC(0x01971F40, String *, XPathNode_get_LocalName, (XPathNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02410390, String *, XPathNode_get_NamespaceUri, (XPathNode * __this, MethodInfo * method)); DO_APP_FUNC(0x024103B0, XPathDocument *, XPathNode_get_Document, (XPathNode * __this, MethodInfo * method)); DO_APP_FUNC(0x024103D0, int32_t, XPathNode_get_LineNumber, (XPathNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02410400, int32_t, XPathNode_get_LinePosition, (XPathNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02410420, int32_t, XPathNode_get_CollapsedLinePosition, (XPathNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02410450, XPathNodePageInfo *, XPathNode_get_PageInfo, (XPathNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02410470, int32_t, XPathNode_GetParent, (XPathNode * __this, XPathNode__Array * * pageNode, MethodInfo * method)); DO_APP_FUNC(0x024104F0, int32_t, XPathNode_GetSibling, (XPathNode * __this, XPathNode__Array * * pageNode, MethodInfo * method)); DO_APP_FUNC(0x02410570, bool, XPathNode_get_IsXmlNamespaceNode, (XPathNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02410610, bool, XPathNode_get_HasSibling, (XPathNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02410620, bool, XPathNode_get_HasCollapsedText, (XPathNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02410630, bool, XPathNode_get_IsText, (XPathNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02410690, bool, XPathNode_get_HasNamespaceDecls, (XPathNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, XPathNode_get_Value, (XPathNode * __this, MethodInfo * method)); DO_APP_FUNC(0x0050EF20, void, XPathNodeRef__ctor, (XPathNodeRef * __this, XPathNode__Array * page, int32_t idx, MethodInfo * method)); DO_APP_FUNC(0x00470F00, XPathNode__Array *, XPathNodeRef_get_Page, (XPathNodeRef * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, XPathNodeRef_get_Index, (XPathNodeRef * __this, MethodInfo * method)); DO_APP_FUNC(0x024106A0, int32_t, XPathNodeRef_GetHashCode, (XPathNodeRef * __this, MethodInfo * method)); DO_APP_FUNC(0x024106E0, int32_t, XPathNodeHelper_GetLocalNamespaces, (XPathNode__Array * pageElem, int32_t idxElem, XPathNode__Array * * pageNmsp, MethodInfo * method)); DO_APP_FUNC(0x024107B0, int32_t, XPathNodeHelper_GetInScopeNamespaces, (XPathNode__Array * pageElem, int32_t idxElem, XPathNode__Array * * pageNmsp, MethodInfo * method)); DO_APP_FUNC(0x02410970, bool, XPathNodeHelper_GetParent, (XPathNode__Array * * pageNode, int32_t * idxNode, MethodInfo * method)); DO_APP_FUNC(0x02410AA0, int32_t, XPathNodeHelper_GetLocation, (XPathNode__Array * pageNode, int32_t idxNode, MethodInfo * method)); DO_APP_FUNC(0x02410AE0, bool, XPathNodeHelper_GetTextFollowing, (XPathNode__Array * * pageCurrent, int32_t * idxCurrent, XPathNode__Array * pageEnd, int32_t idxEnd, MethodInfo * method)); DO_APP_FUNC(0x02410CF0, bool, XPathNodeHelper_GetNonDescendant, (XPathNode__Array * * pageNode, int32_t * idxNode, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, XPathNodePageInfo_get_PageNumber, (XPathNodePageInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, XPathNodePageInfo_get_NodeCount, (XPathNodePageInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, XPathNode__Array *, XPathNodePageInfo_get_NextPage, (XPathNodePageInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, XPathNodePageInfo *, XPathNodeInfoAtom_get_PageInfo, (XPathNodeInfoAtom * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, XPathNodeInfoAtom_get_LocalName, (XPathNodeInfoAtom * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, XPathNodeInfoAtom_get_NamespaceUri, (XPathNodeInfoAtom * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, XPathNodeInfoAtom_get_Prefix, (XPathNodeInfoAtom * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, XPathNode__Array *, XPathNodeInfoAtom_get_SiblingPage, (XPathNodeInfoAtom * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, XPathNode__Array *, XPathNodeInfoAtom_get_ParentPage, (XPathNodeInfoAtom * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, XPathDocument *, XPathNodeInfoAtom_get_Document, (XPathNodeInfoAtom * __this, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int32_t, XPathNodeInfoAtom_get_LineNumberBase, (XPathNodeInfoAtom * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88B20, int32_t, XPathNodeInfoAtom_get_LinePositionBase, (XPathNodeInfoAtom * __this, MethodInfo * method)); DO_APP_FUNC(0x00895E30, uint32_t, _PrivateImplementationDetails__3_ComputeStringHash, (String * s, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EmbeddedAttribute__ctor, (EmbeddedAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IsReadOnlyAttribute_1__ctor, (IsReadOnlyAttribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02E065E0, float, AlignmentUtils_RoundToPixelGrid, (float v, float pixelsPerPoint, float offset, MethodInfo * method)); DO_APP_FUNC(0x02E06610, float, AlignmentUtils_CeilToPixelGrid, (float v, float pixelsPerPoint, float offset, MethodInfo * method)); DO_APP_FUNC(0x02E06640, bool, AtlasBase_TryGetAtlas, (AtlasBase * __this, VisualElement * ctx, Texture2D * src, TextureId * atlas, RectInt * atlasRect, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AtlasBase_ReturnAtlas, (AtlasBase * __this, VisualElement * ctx, Texture2D * src, TextureId atlas, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AtlasBase_Reset, (AtlasBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AtlasBase_OnAssignedToPanel, (AtlasBase * __this, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AtlasBase_OnRemovedFromPanel, (AtlasBase * __this, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AtlasBase_OnUpdateDynamicTextures, (AtlasBase * __this, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02E066B0, void, AtlasBase_InvokeAssignedToPanel, (AtlasBase * __this, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02343360, void, AtlasBase_InvokeRemovedFromPanel, (AtlasBase * __this, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x01CDF270, void, AtlasBase_InvokeUpdateDynamicTextures, (AtlasBase * __this, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02E066D0, void, AtlasBase_RepaintTexturedElements, (IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02E06900, void, AtlasBase_SetDynamicTexture, (AtlasBase * __this, TextureId id, Texture * texture, MethodInfo * method)); DO_APP_FUNC(0x02E06920, void, AtlasBase__ctor, (AtlasBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02E06A00, void, DynamicAtlasCustomFilter__ctor, (DynamicAtlasCustomFilter * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, bool, DynamicAtlasCustomFilter_Invoke, (DynamicAtlasCustomFilter * __this, Texture2D * texture, DynamicAtlasFilters__Enum * filtersToApply, MethodInfo * method)); DO_APP_FUNC(0x02E06B40, bool, DynamicAtlas_get_isInitialized, (DynamicAtlas * __this, MethodInfo * method)); DO_APP_FUNC(0x02E06B60, void, DynamicAtlas_OnAssignedToPanel, (DynamicAtlas * __this, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02E06C60, void, DynamicAtlas_OnRemovedFromPanel, (DynamicAtlas * __this, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02E06D00, void, DynamicAtlas_Reset, (DynamicAtlas * __this, MethodInfo * method)); DO_APP_FUNC(0x02E06DD0, void, DynamicAtlas_InitPages, (DynamicAtlas * __this, MethodInfo * method)); DO_APP_FUNC(0x02E070A0, void, DynamicAtlas_DestroyPages, (DynamicAtlas * __this, MethodInfo * method)); DO_APP_FUNC(0x02E07290, bool, DynamicAtlas_TryGetAtlas, (DynamicAtlas * __this, VisualElement * ve, Texture2D * src, TextureId * atlas, RectInt * atlasRect, MethodInfo * method)); DO_APP_FUNC(0x02E077E0, void, DynamicAtlas_ReturnAtlas, (DynamicAtlas * __this, VisualElement * ve, Texture2D * src, TextureId atlas, MethodInfo * method)); DO_APP_FUNC(0x02E07B70, void, DynamicAtlas_OnUpdateDynamicTextures, (DynamicAtlas * __this, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02E07BF0, bool, DynamicAtlas_IsTextureFormatSupported, (TextureFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02E07C70, bool, DynamicAtlas_IsTextureValid, (DynamicAtlas * __this, Texture2D * texture, FilterMode__Enum atlasFilterMode, MethodInfo * method)); DO_APP_FUNC(0x02E07E60, void, DynamicAtlas_set_minAtlasSize, (DynamicAtlas * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02E07E80, void, DynamicAtlas_set_maxAtlasSize, (DynamicAtlas * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01DA29D0, DynamicAtlasFilters__Enum, DynamicAtlas_get_defaultFilters, (MethodInfo * method)); DO_APP_FUNC(0x02E07EA0, void, DynamicAtlas_set_activeFilters, (DynamicAtlas * __this, DynamicAtlasFilters__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02DBCA20, int32_t, DynamicAtlas_get_maxSubTextureSize, (DynamicAtlas * __this, MethodInfo * method)); DO_APP_FUNC(0x02E07EC0, void, DynamicAtlas_set_maxSubTextureSize, (DynamicAtlas * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02E07EE0, void, DynamicAtlas_set_customFilter, (DynamicAtlas * __this, DynamicAtlasCustomFilter * value, MethodInfo * method)); DO_APP_FUNC(0x02E07F80, void, DynamicAtlas__ctor, (DynamicAtlas * __this, MethodInfo * method)); DO_APP_FUNC(0x02E08270, DynamicAtlas_TextureInfo *, DynamicAtlas_TextureInfo_Create, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC9D8, DynamicAtlas_TextureInfo_Create__MethodInfo); DO_APP_FUNC(0x02E082E0, void, DynamicAtlas_TextureInfo_Reset, (DynamicAtlas_TextureInfo * info, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECA10, DynamicAtlas_TextureInfo_Reset__MethodInfo); DO_APP_FUNC(0x02E08370, void, DynamicAtlas_TextureInfo__ctor, (DynamicAtlas_TextureInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02E083A0, void, DynamicAtlas_TextureInfo__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01DF8320, IBinding *, BindableElement_get_binding, (BindableElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E08550, void, BindableElement_set_bindingPath, (BindableElement * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02E085B0, void, BindableElement__ctor, (BindableElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E08600, void, BindableElement_UxmlFactory__ctor, (BindableElement_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02E08640, void, BindableElement_UxmlTraits__ctor, (BindableElement_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02E08770, void, BindableElement_UxmlTraits_Init, (BindableElement_UxmlTraits * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02E08870, void, Clickable_add_clicked, (Clickable * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x02E08960, void, Clickable_remove_clicked, (Clickable * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x00531160, bool, Clickable_get_active, (Clickable * __this, MethodInfo * method)); DO_APP_FUNC(0x00531170, void, Clickable_set_active, (Clickable * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E05E10, Vector2, Clickable_get_lastMousePosition, (Clickable * __this, MethodInfo * method)); DO_APP_FUNC(0x01952180, void, Clickable_set_lastMousePosition, (Clickable * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x00C7C380, bool, Clickable_get_acceptClicksIfDisabled, (Clickable * __this, MethodInfo * method)); DO_APP_FUNC(0x02E08A50, InvokePolicy__Enum, Clickable_get_invokePolicy, (Clickable * __this, MethodInfo * method)); DO_APP_FUNC(0x02E08A60, void, Clickable__ctor, (Clickable * __this, Action * handler, int64_t delay, int64_t interval, MethodInfo * method)); DO_APP_FUNC(0x02E08AA0, void, Clickable__ctor_1, (Clickable * __this, Action_1_UnityEngine_UIElements_EventBase_ * handler, MethodInfo * method)); DO_APP_FUNC(0x02E08C00, void, Clickable__ctor_2, (Clickable * __this, Action * handler, MethodInfo * method)); DO_APP_FUNC(0x02E08D70, void, Clickable_OnTimer, (Clickable * __this, TimerState timerState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC750, Clickable_OnTimer__MethodInfo); DO_APP_FUNC(0x02E08E30, bool, Clickable_IsRepeatable, (Clickable * __this, MethodInfo * method)); DO_APP_FUNC(0x02E08E50, void, Clickable_RegisterCallbacksOnTarget, (Clickable * __this, MethodInfo * method)); DO_APP_FUNC(0x02E09390, void, Clickable_UnregisterCallbacksFromTarget, (Clickable * __this, MethodInfo * method)); DO_APP_FUNC(0x02E098F0, void, Clickable_OnMouseDown, (Clickable * __this, MouseDownEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC968, Clickable_OnMouseDown__MethodInfo); DO_APP_FUNC(0x02E099E0, void, Clickable_OnMouseMove, (Clickable * __this, MouseMoveEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC958, Clickable_OnMouseMove__MethodInfo); DO_APP_FUNC(0x02E09A60, void, Clickable_OnMouseUp, (Clickable * __this, MouseUpEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC948, Clickable_OnMouseUp__MethodInfo); DO_APP_FUNC(0x02E09B90, void, Clickable_OnMouseCaptureOut, (Clickable * __this, MouseCaptureOutEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC970, Clickable_OnMouseCaptureOut__MethodInfo); DO_APP_FUNC(0x02E09C20, void, Clickable_OnPointerDown, (Clickable * __this, PointerDownEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC798, Clickable_OnPointerDown__MethodInfo); DO_APP_FUNC(0x02E09DA0, void, Clickable_OnPointerMove, (Clickable * __this, PointerMoveEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC790, Clickable_OnPointerMove__MethodInfo); DO_APP_FUNC(0x02E09F00, void, Clickable_OnPointerUp, (Clickable * __this, PointerUpEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC780, Clickable_OnPointerUp__MethodInfo); DO_APP_FUNC(0x02E0A0C0, void, Clickable_OnPointerCancel, (Clickable * __this, PointerCancelEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC7B0, Clickable_OnPointerCancel__MethodInfo); DO_APP_FUNC(0x02E0A1E0, void, Clickable_OnPointerCaptureOut, (Clickable * __this, PointerCaptureOutEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC7A0, Clickable_OnPointerCaptureOut__MethodInfo); DO_APP_FUNC(0x02E0A2B0, bool, Clickable_ContainsPointer, (Clickable * __this, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02E0A340, bool, Clickable_IsNotMouseEvent, (int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02E0A3A0, void, Clickable_Invoke, (Clickable * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02E0A3F0, void, Clickable_SimulateSingleClick, (Clickable * __this, EventBase * evt, int32_t delayMs, MethodInfo * method)); DO_APP_FUNC(0x02E0A540, void, Clickable_ProcessDownEvent, (Clickable * __this, EventBase * evt, Vector2 localPosition, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02E0A930, void, Clickable_ProcessMoveEvent, (Clickable * __this, EventBase * evt, Vector2 localPosition, MethodInfo * method)); DO_APP_FUNC(0x02E0A9A0, void, Clickable_ProcessUpEvent, (Clickable * __this, EventBase * evt, Vector2 localPosition, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02E0AB40, void, Clickable_ProcessCancelEvent, (Clickable * __this, EventBase * evt, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02E0AC80, void, Clickable__SimulateSingleClick_b__43_0, (Clickable * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC760, Clickable__SimulateSingleClick_b__43_0__MethodInfo); DO_APP_FUNC(0x02E0ACB0, int32_t, ClickDetector_get_s_DoubleClickTime, (MethodInfo * method)); DO_APP_FUNC(0x02E0AD10, void, ClickDetector_set_s_DoubleClickTime, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02E0AD70, void, ClickDetector__ctor, (ClickDetector * __this, MethodInfo * method)); DO_APP_FUNC(0x02E0B060, void, ClickDetector_StartClickTracking, (ClickDetector * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02E0B280, void, ClickDetector_SendClickEvent, (ClickDetector * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02E0B8B0, void, ClickDetector_CancelClickTracking, (ClickDetector * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02E0B970, void, ClickDetector_ProcessEvent, (ClickDetector * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02E0BD40, bool, ClickDetector_ContainsPointer, (VisualElement * element, Vector2 position, MethodInfo * method)); DO_APP_FUNC(0x02E0BF10, void, ClickDetector_Cleanup, (ClickDetector * __this, List_1_UnityEngine_UIElements_VisualElement_ * elements, MethodInfo * method)); DO_APP_FUNC(0x02E0C0C0, void, ClickDetector__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E0C100, void, ClickDetector_ButtonClickStatus_Reset, (ClickDetector_ButtonClickStatus * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ClickDetector_ButtonClickStatus__ctor, (ClickDetector_ButtonClickStatus * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Texture2D *, Cursor_get_texture, (Cursor * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, Cursor_set_texture, (Cursor * __this, Texture2D * value, MethodInfo * method)); DO_APP_FUNC(0x01772BF0, Vector2, Cursor_get_hotspot, (Cursor * __this, MethodInfo * method)); DO_APP_FUNC(0x01F22870, void, Cursor_set_hotspot, (Cursor * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Cursor_get_defaultCursorId, (Cursor * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Cursor_set_defaultCursorId, (Cursor * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02E0C1A0, bool, Cursor_Equals, (Cursor * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02E0C240, bool, Cursor_Equals_1, (Cursor * __this, Cursor other, MethodInfo * method)); DO_APP_FUNC(0x02E0C2F0, int32_t, Cursor_GetHashCode, (Cursor * __this, MethodInfo * method)); DO_APP_FUNC(0x02E0C3C0, bool, Cursor_op_Equality, (Cursor style1, Cursor style2, MethodInfo * method)); DO_APP_FUNC(0x02E0C3F0, String *, Cursor_ToString, (Cursor * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, CursorManager_get_isCursorOverriden, (CursorManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, CursorManager_set_isCursorOverriden, (CursorManager * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02E0C4B0, void, CursorManager_SetCursor, (CursorManager * __this, Cursor cursor, MethodInfo * method)); DO_APP_FUNC(0x02E0C710, void, CursorManager_ResetCursor, (CursorManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CursorManager__ctor, (CursorManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02A320A0, bool, DefaultEventSystem_get_isAppFocused, (DefaultEventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02E0C7C0, DefaultEventSystem_IInput *, DefaultEventSystem_get_input, (DefaultEventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02E0C830, DefaultEventSystem_IInput *, DefaultEventSystem_GetDefaultInput, (DefaultEventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02E0C900, bool, DefaultEventSystem_ShouldIgnoreEventsOnAppNotFocused, (DefaultEventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, BaseRuntimePanel *, DefaultEventSystem_get_focusedPanel, (DefaultEventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02E0C950, void, DefaultEventSystem_set_focusedPanel, (DefaultEventSystem * __this, BaseRuntimePanel * value, MethodInfo * method)); DO_APP_FUNC(0x02E0C9E0, void, DefaultEventSystem_Update, (DefaultEventSystem * __this, DefaultEventSystem_UpdateMode__Enum updateMode, MethodInfo * method)); DO_APP_FUNC(0x02E0CAB0, void, DefaultEventSystem_SendIMGUIEvents, (DefaultEventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02E0D170, void, DefaultEventSystem_SendInputEvents, (DefaultEventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02E0D5C0, void, DefaultEventSystem_UpdateFocusedPanel, (DefaultEventSystem * __this, BaseRuntimePanel * runtimePanel, MethodInfo * method)); DO_APP_FUNC(0x02E0D660, EventBase *, DefaultEventSystem_MakeTouchEvent, (Touch touch, EventModifiers__Enum modifiers, MethodInfo * method)); DO_APP_FUNC(0x02E0D780, bool, DefaultEventSystem_ProcessTouchEvents, (DefaultEventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02E0DDB0, Vector2, DefaultEventSystem_GetRawMoveVector, (DefaultEventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02E0DF10, bool, DefaultEventSystem_ShouldSendMoveFromInput, (DefaultEventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02E0E130, Vector2, DefaultEventSystem_GetLocalScreenPosition, (Event_1 * evt, Nullable_1_Int32_ * targetDisplay, MethodInfo * method)); DO_APP_FUNC(0x02E0E1A0, void, DefaultEventSystem__ctor, (DefaultEventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02E0E470, void, DefaultEventSystem__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E0E5A0, bool, DefaultEventSystem_Input_GetButtonDown, (DefaultEventSystem_Input * __this, String * button, MethodInfo * method)); DO_APP_FUNC(0x01D97830, float, DefaultEventSystem_Input_GetAxisRaw, (DefaultEventSystem_Input * __this, String * axis, MethodInfo * method)); DO_APP_FUNC(0x01F544B0, int32_t, DefaultEventSystem_Input_get_touchCount, (DefaultEventSystem_Input * __this, MethodInfo * method)); DO_APP_FUNC(0x01F54650, Touch, DefaultEventSystem_Input_GetTouch, (DefaultEventSystem_Input * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02D6B550, bool, DefaultEventSystem_Input_get_mousePresent, (DefaultEventSystem_Input * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DefaultEventSystem_Input__ctor, (DefaultEventSystem_Input * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, DefaultEventSystem_NoInput_GetButtonDown, (DefaultEventSystem_NoInput * __this, String * button, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, DefaultEventSystem_NoInput_GetAxisRaw, (DefaultEventSystem_NoInput * __this, String * axis, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, DefaultEventSystem_NoInput_get_touchCount, (DefaultEventSystem_NoInput * __this, MethodInfo * method)); DO_APP_FUNC(0x02E0E5F0, Touch, DefaultEventSystem_NoInput_GetTouch, (DefaultEventSystem_NoInput * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, DefaultEventSystem_NoInput_get_mousePresent, (DefaultEventSystem_NoInput * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DefaultEventSystem_NoInput__ctor, (DefaultEventSystem_NoInput * __this, MethodInfo * method)); DO_APP_FUNC(0x02E0E610, void, DefaultEventSystem_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DefaultEventSystem_c__ctor, (DefaultEventSystem_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02E0E6C0, EventBase *, DefaultEventSystem_c__SendIMGUIEvents_b__23_0, (DefaultEventSystem_c * __this, DefaultEventSystem * self, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC690, DefaultEventSystem_c__SendIMGUIEvents_b__23_0__MethodInfo); DO_APP_FUNC(0x02E0E720, EventBase *, DefaultEventSystem_c__SendIMGUIEvents_b__23_1, (DefaultEventSystem_c * __this, Vector3 panelPosition, Vector3 panelDelta, DefaultEventSystem * self, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC5F0, DefaultEventSystem_c__SendIMGUIEvents_b__23_1__MethodInfo); DO_APP_FUNC(0x02E0E800, EventBase *, DefaultEventSystem_c__SendIMGUIEvents_b__23_2, (DefaultEventSystem_c * __this, Vector3 panelPosition, Vector3 panelDelta, DefaultEventSystem * self, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC5E8, DefaultEventSystem_c__SendIMGUIEvents_b__23_2__MethodInfo); DO_APP_FUNC(0x02E0E970, EventBase *, DefaultEventSystem_c__SendInputEvents_b__24_0, (DefaultEventSystem_c * __this, DefaultEventSystem * self, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC5D8, DefaultEventSystem_c__SendInputEvents_b__24_0__MethodInfo); DO_APP_FUNC(0x02E0E9A0, EventBase *, DefaultEventSystem_c__SendInputEvents_b__24_1, (DefaultEventSystem_c * __this, DefaultEventSystem * self, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC5D0, DefaultEventSystem_c__SendInputEvents_b__24_1__MethodInfo); DO_APP_FUNC(0x02E0EA00, EventBase *, DefaultEventSystem_c__SendInputEvents_b__24_2, (DefaultEventSystem_c * __this, DefaultEventSystem * self, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC5C8, DefaultEventSystem_c__SendInputEvents_b__24_2__MethodInfo); DO_APP_FUNC(0x02E0EA60, EventBase *, DefaultEventSystem_c__ProcessTouchEvents_b__30_0, (DefaultEventSystem_c * __this, Vector3 panelPosition, Vector3 panelDelta, Touch _touch, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC620, DefaultEventSystem_c__ProcessTouchEvents_b__30_0__MethodInfo); DO_APP_FUNC(0x00418D40, bool, DefaultEventSystem_c___cctor_b__41_0, (DefaultEventSystem_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC638, DefaultEventSystem_c___cctor_b__41_0__MethodInfo); DO_APP_FUNC(0x02E0EBF0, void, DisposeHelper_NotifyDisposedUsed, (IDisposable * disposable, MethodInfo * method)); DO_APP_FUNC(0x02E0ECB0, void, DropdownMenuEventInfo__ctor, (DropdownMenuEventInfo * __this, EventBase * e, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DropdownMenuItem__ctor, (DropdownMenuItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, DropdownMenuSeparator__ctor, (DropdownMenuSeparator * __this, String * subMenuPath, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, DropdownMenuAction_set_status, (DropdownMenuAction * __this, DropdownMenuAction_Status__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, DropdownMenuAction_set_eventInfo, (DropdownMenuAction * __this, DropdownMenuEventInfo * value, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, DropdownMenuAction_set_userData, (DropdownMenuAction * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02E0EE50, void, DropdownMenuAction__ctor, (DropdownMenuAction * __this, String * actionName, Action_1_UnityEngine_UIElements_DropdownMenuAction_ * actionCallback, Func_2_UnityEngine_UIElements_DropdownMenuAction_UnityEngine_UIElements_DropdownMenuAction_Status_ * actionStatusCallback, Object * userData, MethodInfo * method)); DO_APP_FUNC(0x02E0EFA0, void, DropdownMenuAction_UpdateActionStatus, (DropdownMenuAction * __this, DropdownMenuEventInfo * eventInfo, MethodInfo * method)); DO_APP_FUNC(0x01616940, List_1_UnityEngine_UIElements_DropdownMenuItem_ *, DropdownMenu_MenuItems, (DropdownMenu * __this, MethodInfo * method)); DO_APP_FUNC(0x02E0F030, void, DropdownMenu_AppendAction, (DropdownMenu * __this, String * actionName, Action_1_UnityEngine_UIElements_DropdownMenuAction_ * action, Func_2_UnityEngine_UIElements_DropdownMenuAction_UnityEngine_UIElements_DropdownMenuAction_Status_ * actionStatusCallback, Object * userData, MethodInfo * method)); DO_APP_FUNC(0x02E0F260, void, DropdownMenu_InsertSeparator, (DropdownMenu * __this, String * subMenuPath, int32_t atIndex, MethodInfo * method)); DO_APP_FUNC(0x02E0F420, void, DropdownMenu_PrepareForDisplay, (DropdownMenu * __this, EventBase * e, MethodInfo * method)); DO_APP_FUNC(0x02E0F8F0, IGenericMenu *, DropdownUtility_CreateDropdown, (MethodInfo * method)); DO_APP_FUNC(0x02E0F990, void, EventDispatcherGate__ctor, (EventDispatcherGate * __this, EventDispatcher_1 * d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC548, EventDispatcherGate__ctor__MethodInfo); DO_APP_FUNC(0x02E0FA60, void, EventDispatcherGate_Dispose, (EventDispatcherGate * __this, MethodInfo * method)); DO_APP_FUNC(0x02E0FAF0, bool, EventDispatcherGate_Equals, (EventDispatcherGate * __this, EventDispatcherGate other, MethodInfo * method)); DO_APP_FUNC(0x02E0FB30, bool, EventDispatcherGate_Equals_1, (EventDispatcherGate * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02E0FC10, int32_t, EventDispatcherGate_GetHashCode, (EventDispatcherGate * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, PointerDispatchState *, EventDispatcher_1_get_pointerState, (EventDispatcher_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02E0FC40, EventDispatcher_1 *, EventDispatcher_1_CreateForRuntime, (IList_1_UnityEngine_UIElements_IEventDispatchingStrategy_ * strategies, MethodInfo * method)); DO_APP_FUNC(0x02E0FCB0, void, EventDispatcher_1__ctor, (EventDispatcher_1 * __this, IList_1_UnityEngine_UIElements_IEventDispatchingStrategy_ * strategies, MethodInfo * method)); DO_APP_FUNC(0x02E100E0, bool, EventDispatcher_1_get_dispatchImmediately, (EventDispatcher_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D81110, void, EventDispatcher_1_set_processingEvents, (EventDispatcher_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02E10100, void, EventDispatcher_1_Dispatch, (EventDispatcher_1 * __this, EventBase * evt, IPanel * panel, DispatchMode__Enum dispatchMode, MethodInfo * method)); DO_APP_FUNC(0x02E104B0, void, EventDispatcher_1_CloseGate, (EventDispatcher_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02E104C0, void, EventDispatcher_1_OpenGate, (EventDispatcher_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02E10540, void, EventDispatcher_1_ProcessEventQueue, (EventDispatcher_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC470, EventDispatcher_1_ProcessEventQueue__MethodInfo); DO_APP_FUNC(0x02E109B0, void, EventDispatcher_1_ProcessEvent, (EventDispatcher_1 * __this, EventBase * evt, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02E10EA0, void, EventDispatcher_1_ApplyDispatchingStrategies, (EventDispatcher_1 * __this, EventBase * evt, IPanel * panel, bool imguiEventIsInitiallyUsed, MethodInfo * method)); DO_APP_FUNC(0x02E11180, void, EventDispatcher_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E11620, void, Focusable__ctor, (Focusable * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, Focusable_get_focusable, (Focusable * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, Focusable_set_focusable, (Focusable * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, Focusable_get_tabIndex, (Focusable * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, Focusable_set_tabIndex, (Focusable * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02E11630, bool, Focusable_get_delegatesFocus, (Focusable * __this, MethodInfo * method)); DO_APP_FUNC(0x02E11640, void, Focusable_set_delegatesFocus, (Focusable * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC438, Focusable_set_delegatesFocus__MethodInfo); DO_APP_FUNC(0x02E11720, bool, Focusable_get_excludeFromFocusRing, (Focusable * __this, MethodInfo * method)); DO_APP_FUNC(0x02E11730, void, Focusable_set_excludeFromFocusRing, (Focusable * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC428, Focusable_set_excludeFromFocusRing__MethodInfo); DO_APP_FUNC(0x003BAC40, bool, Focusable_get_canGrabFocus, (Focusable * __this, MethodInfo * method)); DO_APP_FUNC(0x02E11810, void, Focusable_Focus, (Focusable * __this, MethodInfo * method)); DO_APP_FUNC(0x02E11940, void, Focusable_Blur, (Focusable * __this, MethodInfo * method)); DO_APP_FUNC(0x02E11990, void, Focusable_BlurImmediately, (Focusable * __this, MethodInfo * method)); DO_APP_FUNC(0x02E119E0, Focusable *, Focusable_GetFocusDelegate, (Focusable * __this, MethodInfo * method)); DO_APP_FUNC(0x02E11A70, Focusable *, Focusable_GetFirstFocusableChild, (VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02E11C20, void, Focusable_ExecuteDefaultAction, (Focusable * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02E11C20, void, Focusable_ExecuteDefaultActionDisabled, (Focusable * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02E11C20, void, Focusable_ProcessEvent, (Focusable * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02E11C70, FocusChangeDirection *, FocusChangeDirection_get_unspecified, (MethodInfo * method)); DO_APP_FUNC(0x02E11CD0, FocusChangeDirection *, FocusChangeDirection_get_none, (MethodInfo * method)); DO_APP_FUNC(0x02E11D30, FocusChangeDirection *, FocusChangeDirection_get_lastValue, (MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, FocusChangeDirection__ctor, (FocusChangeDirection * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02E11D90, int32_t, FocusChangeDirection_op_Implicit, (FocusChangeDirection * fcd, MethodInfo * method)); DO_APP_FUNC(0x025874C0, void, FocusChangeDirection_System_IDisposable_Dispose, (FocusChangeDirection * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FocusChangeDirection_Dispose, (FocusChangeDirection * __this, MethodInfo * method)); DO_APP_FUNC(0x02E11DA0, void, FocusChangeDirection_ApplyTo, (FocusChangeDirection * __this, FocusController * focusController, Focusable * f, MethodInfo * method)); DO_APP_FUNC(0x02E11DE0, void, FocusChangeDirection__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E11FF0, void, FocusController__ctor, (FocusController * __this, IFocusRing * focusRing, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IFocusRing *, FocusController_get_focusRing, (FocusController * __this, MethodInfo * method)); DO_APP_FUNC(0x02E121F0, Focusable *, FocusController_get_focusedElement, (FocusController * __this, MethodInfo * method)); DO_APP_FUNC(0x02E12250, bool, FocusController_IsFocused, (FocusController * __this, Focusable * f, MethodInfo * method)); DO_APP_FUNC(0x02E123D0, Focusable *, FocusController_GetRetargetedFocusedElement, (FocusController * __this, VisualElement * retargetAgainst, MethodInfo * method)); DO_APP_FUNC(0x02E12750, Focusable *, FocusController_GetLeafFocusedElement, (FocusController * __this, MethodInfo * method)); DO_APP_FUNC(0x02E12820, bool, FocusController_IsLocalElement, (FocusController * __this, Focusable * f, MethodInfo * method)); DO_APP_FUNC(0x02E12870, bool, FocusController_IsPendingFocus, (FocusController * __this, Focusable * f, MethodInfo * method)); DO_APP_FUNC(0x02E12920, void, FocusController_SetFocusToLastFocusedElement, (FocusController * __this, MethodInfo * method)); DO_APP_FUNC(0x02E129B0, void, FocusController_BlurLastFocusedElement, (FocusController * __this, MethodInfo * method)); DO_APP_FUNC(0x02E12AA0, void, FocusController_DoFocusChange, (FocusController * __this, Focusable * f, MethodInfo * method)); DO_APP_FUNC(0x02E12D10, Focusable *, FocusController_FocusNextInDirection, (FocusController * __this, FocusChangeDirection * direction, MethodInfo * method)); DO_APP_FUNC(0x02E12E30, void, FocusController_AboutToReleaseFocus, (FocusController * __this, Focusable * focusable, Focusable * willGiveFocusTo, FocusChangeDirection * direction, DispatchMode__Enum dispatchMode, MethodInfo * method)); DO_APP_FUNC(0x02E12F50, void, FocusController_ReleaseFocus, (FocusController * __this, Focusable * focusable, Focusable * willGiveFocusTo, FocusChangeDirection * direction, DispatchMode__Enum dispatchMode, MethodInfo * method)); DO_APP_FUNC(0x02E13070, void, FocusController_AboutToGrabFocus, (FocusController * __this, Focusable * focusable, Focusable * willTakeFocusFrom, FocusChangeDirection * direction, DispatchMode__Enum dispatchMode, MethodInfo * method)); DO_APP_FUNC(0x02E13190, void, FocusController_GrabFocus, (FocusController * __this, Focusable * focusable, Focusable * willTakeFocusFrom, FocusChangeDirection * direction, bool bIsFocusDelegated, DispatchMode__Enum dispatchMode, MethodInfo * method)); DO_APP_FUNC(0x02E132B0, void, FocusController_Blur, (FocusController * __this, Focusable * focusable, bool bIsFocusDelegated, DispatchMode__Enum dispatchMode, MethodInfo * method)); DO_APP_FUNC(0x02E133A0, void, FocusController_SwitchFocus, (FocusController * __this, Focusable * newFocusedElement, bool bIsFocusDelegated, DispatchMode__Enum dispatchMode, MethodInfo * method)); DO_APP_FUNC(0x02E13470, void, FocusController_SwitchFocus_1, (FocusController * __this, Focusable * newFocusedElement, FocusChangeDirection * direction, bool bIsFocusDelegated, DispatchMode__Enum dispatchMode, MethodInfo * method)); DO_APP_FUNC(0x02E13770, Focusable *, FocusController_SwitchFocusOnEvent, (FocusController * __this, EventBase * e, MethodInfo * method)); DO_APP_FUNC(0x02E13A50, void, FocusController_ReevaluateFocus, (FocusController * __this, MethodInfo * method)); DO_APP_FUNC(0x02E13B50, bool, FocusController_GetFocusableParentForPointerEvent, (FocusController * __this, Focusable * target, Focusable * * effectiveTarget, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, int32_t, FocusController_get_imguiKeyboardControl, (FocusController * __this, MethodInfo * method)); DO_APP_FUNC(0x00C083A0, void, FocusController_set_imguiKeyboardControl, (FocusController * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02E13D50, void, FocusController_SyncIMGUIFocus, (FocusController * __this, int32_t imguiKeyboardControlID, Focusable * imguiContainerHavingKeyboardControl, bool forceSwitch, MethodInfo * method)); DO_APP_FUNC(0x02E13E10, void, GroupBoxUtility_OnOptionAttachToPanel, (AttachToPanelEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1BD0, GroupBoxUtility_OnOptionAttachToPanel__MethodInfo); DO_APP_FUNC(0x02E14080, void, GroupBoxUtility_OnOptionDetachFromPanel, (DetachFromPanelEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1B90, GroupBoxUtility_OnOptionDetachFromPanel__MethodInfo); DO_APP_FUNC(0x02E14230, IGroupManager *, GroupBoxUtility_FindOrCreateGroupManager, (IGroupBox * groupBox, MethodInfo * method)); DO_APP_FUNC(0x02E14880, void, GroupBoxUtility_OnGroupBoxDetachedFromPanel, (DetachFromPanelEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC310, GroupBoxUtility_OnGroupBoxDetachedFromPanel__MethodInfo); DO_APP_FUNC(0x02E14950, void, GroupBoxUtility_OnPanelDestroyed, (BaseVisualElementPanel * panel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC308, GroupBoxUtility_OnPanelDestroyed__MethodInfo); DO_APP_FUNC(0x02E14B40, void, GroupBoxUtility__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E14DD0, void, DefaultGroupManager_OnOptionSelectionChanged, (DefaultGroupManager * __this, IGroupBoxOption * selectedOption, MethodInfo * method)); DO_APP_FUNC(0x02E15050, void, DefaultGroupManager_RegisterOption, (DefaultGroupManager * __this, IGroupBoxOption * option, MethodInfo * method)); DO_APP_FUNC(0x02E15150, void, DefaultGroupManager_UnregisterOption, (DefaultGroupManager * __this, IGroupBoxOption * option, MethodInfo * method)); DO_APP_FUNC(0x02E151B0, void, DefaultGroupManager__ctor, (DefaultGroupManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02E15280, Action *, IMGUIContainer_get_onGUIHandler, (IMGUIContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02E15290, void, IMGUIContainer_set_onGUIHandler, (IMGUIContainer * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x02E15390, ObjectGUIState *, IMGUIContainer_get_guiState, (IMGUIContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02E154D0, Rect, IMGUIContainer_get_lastWorldClip, (IMGUIContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02E154E0, void, IMGUIContainer_set_lastWorldClip, (IMGUIContainer * __this, Rect value, MethodInfo * method)); DO_APP_FUNC(0x02E154F0, bool, IMGUIContainer_get_cullingEnabled, (IMGUIContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02E15500, GUILayoutUtility_LayoutCache *, IMGUIContainer_get_cache, (IMGUIContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02E155D0, float, IMGUIContainer_get_layoutMeasuredWidth, (IMGUIContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02E15600, float, IMGUIContainer_get_layoutMeasuredHeight, (IMGUIContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x00E17CA0, ContextType__Enum, IMGUIContainer_get_contextType, (IMGUIContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02E15630, void, IMGUIContainer_set_contextType, (IMGUIContainer * __this, ContextType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02E15640, bool, IMGUIContainer_get_focusOnlyIfHasFocusableControls, (IMGUIContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02E15650, bool, IMGUIContainer_get_canGrabFocus, (IMGUIContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02E15680, void, IMGUIContainer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E15F50, void, IMGUIContainer__ctor, (IMGUIContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02E15F60, void, IMGUIContainer__ctor_1, (IMGUIContainer * __this, Action * onGUIHandler, MethodInfo * method)); DO_APP_FUNC(0x02E163E0, void, IMGUIContainer_OnGenerateVisualContent, (IMGUIContainer * __this, MeshGenerationContext * mgc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC008, IMGUIContainer_OnGenerateVisualContent__MethodInfo); DO_APP_FUNC(0x02E16550, void, IMGUIContainer_SaveGlobals, (IMGUIContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02E16940, void, IMGUIContainer_RestoreGlobals, (IMGUIContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02E16D40, void, IMGUIContainer_DoOnGUI, (IMGUIContainer * __this, Event_1 * evt, Matrix4x4 parentTransform, Rect clippingRect, bool isComputingLayout, Rect layoutSize, Action * onGUIHandler, bool canAffectFocus, MethodInfo * method)); DO_APP_FUNC(0x02E186D0, void, IMGUIContainer_MarkDirtyLayout, (IMGUIContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02E18710, void, IMGUIContainer_HandleEvent, (IMGUIContainer * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02E187A0, void, IMGUIContainer_DoIMGUIRepaint, (IMGUIContainer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBFE8, IMGUIContainer_DoIMGUIRepaint__MethodInfo); DO_APP_FUNC(0x02E18B40, bool, IMGUIContainer_SendEventToIMGUI, (IMGUIContainer * __this, EventBase * evt, bool canAffectFocus, bool verifyBounds, MethodInfo * method)); DO_APP_FUNC(0x02E18E70, bool, IMGUIContainer_SendEventToIMGUIRaw, (IMGUIContainer * __this, EventBase * evt, bool canAffectFocus, bool verifyBounds, MethodInfo * method)); DO_APP_FUNC(0x02E18F30, bool, IMGUIContainer_VerifyBounds, (IMGUIContainer * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02E19170, bool, IMGUIContainer_IsContainerCapturingTheMouse, (IMGUIContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02E19240, bool, IMGUIContainer_IsLocalEvent, (IMGUIContainer * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02E19460, bool, IMGUIContainer_IsEventInsideLocalWindow, (IMGUIContainer * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02E19690, bool, IMGUIContainer_IsDockAreaMouseUp, (EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02E197C0, bool, IMGUIContainer_HandleIMGUIEvent, (IMGUIContainer * __this, Event_1 * e, bool canAffectFocus, MethodInfo * method)); DO_APP_FUNC(0x02E197F0, bool, IMGUIContainer_HandleIMGUIEvent_1, (IMGUIContainer * __this, Event_1 * e, Action * onGUIHandler, bool canAffectFocus, MethodInfo * method)); DO_APP_FUNC(0x02E19B40, bool, IMGUIContainer_HandleIMGUIEvent_2, (IMGUIContainer * __this, Event_1 * e, Matrix4x4 worldTransform, Rect clippingRect, Action * onGUIHandler, bool canAffectFocus, MethodInfo * method)); DO_APP_FUNC(0x02E1A150, void, IMGUIContainer_ExecuteDefaultAction, (IMGUIContainer * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02E1A4B0, void, IMGUIContainer_SetFoldoutDepthClass, (IMGUIContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1A670, Vector2, IMGUIContainer_DoMeasure, (IMGUIContainer * __this, float desiredWidth, VisualElement_MeasureMode__Enum widthMode, float desiredHeight, VisualElement_MeasureMode__Enum heightMode, MethodInfo * method)); DO_APP_FUNC(0x02E1AB10, Rect, IMGUIContainer_GetCurrentClipRect, (IMGUIContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1AB90, void, IMGUIContainer_GetCurrentTransformAndClip, (IMGUIContainer * container, Event_1 * evt, Matrix4x4 * transform, Rect * clipRect, MethodInfo * method)); DO_APP_FUNC(0x02E1AE10, void, IMGUIContainer_Dispose, (IMGUIContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1AE80, void, IMGUIContainer_Dispose_1, (IMGUIContainer * __this, bool disposeManaged, MethodInfo * method)); DO_APP_FUNC(0x02E1AF00, void, IMGUIContainer__DoOnGUI_b__57_0, (IMGUIContainer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC040, IMGUIContainer__DoOnGUI_b__57_0__MethodInfo); DO_APP_FUNC(0x02E1AF30, void, IMGUIContainer_UxmlFactory__ctor, (IMGUIContainer_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1AF70, void, IMGUIContainer_UxmlTraits__ctor, (IMGUIContainer_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1AFE0, void, ImmediateModeException__ctor, (ImmediateModeException * __this, Exception * inner, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, KeyboardNavigationManipulator__ctor, (KeyboardNavigationManipulator * __this, Action_2_UnityEngine_UIElements_KeyboardNavigationOperation_UnityEngine_UIElements_EventBase_ * action, MethodInfo * method)); DO_APP_FUNC(0x02E1B060, void, KeyboardNavigationManipulator_RegisterCallbacksOnTarget, (KeyboardNavigationManipulator * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1B2A0, void, KeyboardNavigationManipulator_UnregisterCallbacksFromTarget, (KeyboardNavigationManipulator * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1B520, void, KeyboardNavigationManipulator_OnKeyDown, (KeyboardNavigationManipulator * __this, KeyDownEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBDC0, KeyboardNavigationManipulator_OnKeyDown__MethodInfo); DO_APP_FUNC(0x02E1B800, void, KeyboardNavigationManipulator_OnRuntimeKeyDown, (KeyboardNavigationManipulator * __this, KeyDownEvent * evt, MethodInfo * method)); DO_APP_FUNC(0x02E1B910, void, KeyboardNavigationManipulator_OnEditorKeyDown, (KeyboardNavigationManipulator * __this, KeyDownEvent * evt, MethodInfo * method)); DO_APP_FUNC(0x02E1BA90, void, KeyboardNavigationManipulator_OnNavigationCancel, (KeyboardNavigationManipulator * __this, NavigationCancelEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBDB8, KeyboardNavigationManipulator_OnNavigationCancel__MethodInfo); DO_APP_FUNC(0x02E1BAB0, void, KeyboardNavigationManipulator_OnNavigationSubmit, (KeyboardNavigationManipulator * __this, NavigationSubmitEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBD98, KeyboardNavigationManipulator_OnNavigationSubmit__MethodInfo); DO_APP_FUNC(0x02E1BAD0, void, KeyboardNavigationManipulator_OnNavigationMove, (KeyboardNavigationManipulator * __this, NavigationMoveEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBDA8, KeyboardNavigationManipulator_OnNavigationMove__MethodInfo); DO_APP_FUNC(0x02E1BB40, void, KeyboardNavigationManipulator_Invoke, (KeyboardNavigationManipulator * __this, KeyboardNavigationOperation__Enum operation, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02E1BB60, KeyboardNavigationOperation__Enum, KeyboardNavigationManipulator__OnRuntimeKeyDown_g__GetOperation_5_0, (KeyboardNavigationManipulator_c_DisplayClass5_0 * param_0000f9ac, MethodInfo * method)); DO_APP_FUNC(0x02E1BC20, KeyboardNavigationOperation__Enum, KeyboardNavigationManipulator__OnEditorKeyDown_g__GetOperation_6_0, (KeyboardNavigationManipulator_c_DisplayClass6_0 * param_0000f9ad, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, MouseButton__Enum_1, ManipulatorActivationFilter_get_button, (ManipulatorActivationFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, ManipulatorActivationFilter_set_button, (ManipulatorActivationFilter * __this, MouseButton__Enum_1 value, MethodInfo * method)); DO_APP_FUNC(0x00C59320, EventModifiers__Enum, ManipulatorActivationFilter_get_modifiers, (ManipulatorActivationFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, ManipulatorActivationFilter_get_clickCount, (ManipulatorActivationFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1BD60, bool, ManipulatorActivationFilter_Equals, (ManipulatorActivationFilter * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02E1BE00, bool, ManipulatorActivationFilter_Equals_1, (ManipulatorActivationFilter * __this, ManipulatorActivationFilter other, MethodInfo * method)); DO_APP_FUNC(0x02E1BE20, int32_t, ManipulatorActivationFilter_GetHashCode, (ManipulatorActivationFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1BE40, bool, ManipulatorActivationFilter_Matches, (ManipulatorActivationFilter * __this, IMouseEvent * e, MethodInfo * method)); DO_APP_FUNC(0x02E1BF10, bool, ManipulatorActivationFilter_HasModifiers, (ManipulatorActivationFilter * __this, IMouseEvent * e, MethodInfo * method)); DO_APP_FUNC(0x02E1C000, bool, ManipulatorActivationFilter_Matches_1, (ManipulatorActivationFilter * __this, IPointerEvent * e, MethodInfo * method)); DO_APP_FUNC(0x02E1C0D0, bool, ManipulatorActivationFilter_HasModifiers_1, (ManipulatorActivationFilter * __this, IPointerEvent * e, MethodInfo * method)); DO_APP_FUNC(0x02E1C1C0, bool, ManipulatorActivationFilter_MatchModifiers, (ManipulatorActivationFilter * __this, bool alt, bool ctrl, bool shift, bool command, MethodInfo * method)); DO_APP_FUNC(0x01616940, VisualElement *, Manipulator_get_target, (Manipulator * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1C250, void, Manipulator_set_target, (Manipulator * __this, VisualElement * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Manipulator__ctor, (Manipulator * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1C2F0, bool, MouseCaptureController_HasMouseCapture, (IEventHandler * handler, MethodInfo * method)); DO_APP_FUNC(0x02E1C470, void, MouseCaptureController_CaptureMouse, (IEventHandler * handler, MethodInfo * method)); DO_APP_FUNC(0x02E1C800, void, MouseCaptureController_ReleaseMouse, (IEventHandler * handler, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ *, MouseManipulator_get_activators, (MouseManipulator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, MouseManipulator_set_activators, (MouseManipulator * __this, List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * value, MethodInfo * method)); DO_APP_FUNC(0x02E1C9D0, void, MouseManipulator__ctor, (MouseManipulator * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1CB50, bool, MouseManipulator_CanStartManipulation, (MouseManipulator * __this, IMouseEvent * e, MethodInfo * method)); DO_APP_FUNC(0x02E1CD70, bool, MouseManipulator_CanStopManipulation, (MouseManipulator * __this, IMouseEvent * e, MethodInfo * method)); DO_APP_FUNC(0x014944B0, Matrix4x4, RepaintData_get_currentOffset, (RepaintData * __this, MethodInfo * method)); DO_APP_FUNC(0x00BD9290, Rect, RepaintData_get_currentWorldClip, (RepaintData * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, Event_1 *, RepaintData_get_repaintEvent, (RepaintData * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, RepaintData_set_repaintEvent, (RepaintData * __this, Event_1 * value, MethodInfo * method)); DO_APP_FUNC(0x02E1CDE0, void, RepaintData__ctor, (RepaintData * __this, MethodInfo * method)); DO_APP_FUNC(0x01168550, void, HierarchyEvent__ctor, (HierarchyEvent * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, HierarchyEvent_Invoke, (HierarchyEvent * __this, VisualElement * ve, HierarchyChangeType__Enum changeType, MethodInfo * method)); DO_APP_FUNC(0x02E1CE40, void, BaseVisualElementPanel_add_panelDisposed, (BaseVisualElementPanel * __this, Action_1_UnityEngine_UIElements_BaseVisualElementPanel_ * value, MethodInfo * method)); DO_APP_FUNC(0x02E1CF50, void, BaseVisualElementPanel_remove_panelDisposed, (BaseVisualElementPanel * __this, Action_1_UnityEngine_UIElements_BaseVisualElementPanel_ * value, MethodInfo * method)); DO_APP_FUNC(0x02E1D060, void, BaseVisualElementPanel__ctor, (BaseVisualElementPanel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1D2E0, void, BaseVisualElementPanel_Dispose, (BaseVisualElementPanel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1D350, void, BaseVisualElementPanel_Dispose_1, (BaseVisualElementPanel * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02D7B360, float, BaseVisualElementPanel_get_scale, (BaseVisualElementPanel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1D730, void, BaseVisualElementPanel_set_scale, (BaseVisualElementPanel * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02E1D810, void, BaseVisualElementPanel_set_pixelsPerPoint, (BaseVisualElementPanel * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02E1D8F0, float, BaseVisualElementPanel_get_scaledPixelsPerPoint, (BaseVisualElementPanel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1D900, PanelClearSettings, BaseVisualElementPanel_get_clearSettings, (BaseVisualElementPanel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1D920, void, BaseVisualElementPanel_set_clearSettings, (BaseVisualElementPanel * __this, PanelClearSettings value, MethodInfo * method)); DO_APP_FUNC(0x008FC900, bool, BaseVisualElementPanel_get_duringLayoutPhase, (BaseVisualElementPanel * __this, MethodInfo * method)); DO_APP_FUNC(0x00985F10, void, BaseVisualElementPanel_set_duringLayoutPhase, (BaseVisualElementPanel * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, RepaintData *, BaseVisualElementPanel_get_repaintData, (BaseVisualElementPanel * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, BaseVisualElementPanel_set_repaintData, (BaseVisualElementPanel * __this, RepaintData * value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, ICursorManager *, BaseVisualElementPanel_get_cursorManager, (BaseVisualElementPanel * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, BaseVisualElementPanel_set_cursorManager, (BaseVisualElementPanel * __this, ICursorManager * value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, ContextualMenuManager *, BaseVisualElementPanel_get_contextualMenuManager, (BaseVisualElementPanel * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, BaseVisualElementPanel_set_contextualMenuManager, (BaseVisualElementPanel * __this, ContextualMenuManager * value, MethodInfo * method)); DO_APP_FUNC(0x02E1D930, void, BaseVisualElementPanel_SendEvent, (BaseVisualElementPanel * __this, EventBase * e, DispatchMode__Enum dispatchMode, MethodInfo * method)); DO_APP_FUNC(0x0068A9A0, bool, BaseVisualElementPanel_get_disposed, (BaseVisualElementPanel * __this, MethodInfo * method)); DO_APP_FUNC(0x00C86130, void, BaseVisualElementPanel_set_disposed, (BaseVisualElementPanel * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02E1DA00, VisualElement *, BaseVisualElementPanel_GetTopElementUnderPointer, (BaseVisualElementPanel * __this, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02E1DA40, VisualElement *, BaseVisualElementPanel_RecomputeTopElementUnderPointer, (BaseVisualElementPanel * __this, int32_t pointerId, Vector2 pointerPos, EventBase * triggerEvent, MethodInfo * method)); DO_APP_FUNC(0x02E1DB80, void, BaseVisualElementPanel_ClearCachedElementUnderPointer, (BaseVisualElementPanel * __this, int32_t pointerId, EventBase * triggerEvent, MethodInfo * method)); DO_APP_FUNC(0x02E1DBC0, void, BaseVisualElementPanel_CommitElementUnderPointers, (BaseVisualElementPanel * __this, MethodInfo * method)); DO_APP_FUNC(0x00A77200, Shader *, BaseVisualElementPanel_get_standardWorldSpaceShader, (BaseVisualElementPanel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1DC30, void, BaseVisualElementPanel_add_standardShaderChanged, (BaseVisualElementPanel * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x02E1DD20, void, BaseVisualElementPanel_remove_standardShaderChanged, (BaseVisualElementPanel * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x02E1DE10, void, BaseVisualElementPanel_add_standardWorldSpaceShaderChanged, (BaseVisualElementPanel * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x02E1DF00, void, BaseVisualElementPanel_remove_standardWorldSpaceShaderChanged, (BaseVisualElementPanel * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x02E1DFF0, void, BaseVisualElementPanel_add_atlasChanged, (BaseVisualElementPanel * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x02E1E0F0, void, BaseVisualElementPanel_remove_atlasChanged, (BaseVisualElementPanel * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x02E1E1F0, void, BaseVisualElementPanel_InvokeAtlasChanged, (BaseVisualElementPanel * __this, MethodInfo * method)); DO_APP_FUNC(0x01288520, void, BaseVisualElementPanel_InvokeUpdateMaterial, (BaseVisualElementPanel * __this, Material * mat, MethodInfo * method)); DO_APP_FUNC(0x02E1E210, void, BaseVisualElementPanel_add_hierarchyChanged, (BaseVisualElementPanel * __this, HierarchyEvent * value, MethodInfo * method)); DO_APP_FUNC(0x02E1E310, void, BaseVisualElementPanel_remove_hierarchyChanged, (BaseVisualElementPanel * __this, HierarchyEvent * value, MethodInfo * method)); DO_APP_FUNC(0x02E1E410, void, BaseVisualElementPanel_InvokeHierarchyChanged, (BaseVisualElementPanel * __this, VisualElement * ve, HierarchyChangeType__Enum changeType, MethodInfo * method)); DO_APP_FUNC(0x02E1E430, void, BaseVisualElementPanel_InvokeBeforeUpdate, (BaseVisualElementPanel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1E450, void, BaseVisualElementPanel_UpdateElementUnderPointers, (BaseVisualElementPanel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1E700, void, BaseVisualElementPanel_Update, (BaseVisualElementPanel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1E7A0, void, LoadResourceFunction__ctor, (LoadResourceFunction * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01614B10, Object_1 *, LoadResourceFunction_Invoke, (LoadResourceFunction * __this, String * pathName, Type * type, float dpiScaling, MethodInfo * method)); DO_APP_FUNC(0x00BADBA0, void, TimeMsFunction__ctor, (TimeMsFunction * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BADCD0, int64_t, TimeMsFunction_Invoke, (TimeMsFunction * __this, MethodInfo * method)); DO_APP_FUNC(0x00BADBA0, void, GetViewDataDictionary__ctor, (GetViewDataDictionary * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BADCD0, ISerializableJsonDictionary *, GetViewDataDictionary_Invoke, (GetViewDataDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, SavePersistentViewData__ctor, (SavePersistentViewData * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, SavePersistentViewData_Invoke, (SavePersistentViewData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D53980, VisualElement *, Panel_get_visualTree, (Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x003C2850, EventDispatcher_1 *, Panel_get_dispatcher, (Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x003C2860, void, Panel_set_dispatcher, (Panel * __this, EventDispatcher_1 * value, MethodInfo * method)); DO_APP_FUNC(0x02E1E8E0, TimerEventScheduler *, Panel_get_timerEventScheduler, (Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1E8E0, IScheduler *, Panel_get_scheduler, (Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x00473D30, IStylePropertyAnimationSystem *, Panel_get_styleAnimationSystem, (Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1E9B0, void, Panel_set_styleAnimationSystem, (Panel * __this, IStylePropertyAnimationSystem * value, MethodInfo * method)); DO_APP_FUNC(0x00AC90A0, ScriptableObject *, Panel_get_ownerObject, (Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC90B0, void, Panel_set_ownerObject, (Panel * __this, ScriptableObject * value, MethodInfo * method)); DO_APP_FUNC(0x00C6C130, ContextType__Enum, Panel_get_contextType, (Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6C140, void, Panel_set_contextType, (Panel * __this, ContextType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x007F4830, SavePersistentViewData *, Panel_get_saveViewData, (Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x006EB170, GetViewDataDictionary *, Panel_get_getViewDataDictionary, (Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACEE50, FocusController *, Panel_get_focusController, (Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x02921EE0, void, Panel_set_focusController, (Panel * __this, FocusController * value, MethodInfo * method)); DO_APP_FUNC(0x02E1EA70, EventInterests, Panel_get_IMGUIEventInterests, (Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1EA90, void, Panel_set_IMGUIEventInterests, (Panel * __this, EventInterests value, MethodInfo * method)); DO_APP_FUNC(0x02E1EAB0, LoadResourceFunction *, Panel_get_loadResourceFunc, (MethodInfo * method)); DO_APP_FUNC(0x02E1EB10, Object_1 *, Panel_LoadResource, (String * pathName, Type * type, float dpiScaling, MethodInfo * method)); DO_APP_FUNC(0x02E1EC20, void, Panel_Focus, (Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1ECD0, void, Panel_Blur, (Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x02D53AD0, String *, Panel_get_name, (Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1EDE0, void, Panel_set_name, (Panel * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02E1EE40, void, Panel_CreateMarkers, (Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1F310, TimeMsFunction *, Panel_get_TimeSinceStartup, (MethodInfo * method)); DO_APP_FUNC(0x01D6A8F0, int32_t, Panel_get_IMGUIContainersCount, (Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A900, void, Panel_set_IMGUIContainersCount, (Panel * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x004FC890, IMGUIContainer *, Panel_get_rootIMGUIContainer, (Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3D990, uint32_t, Panel_get_version, (Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x018BD840, uint32_t, Panel_get_hierarchyVersion, (Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1F370, Shader *, Panel_get_standardShader, (Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1F380, AtlasBase *, Panel_get_atlas, (Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E1F390, void, Panel_set_atlas, (Panel * __this, AtlasBase * value, MethodInfo * method)); DO_APP_FUNC(0x02E1F470, void, Panel__ctor, (Panel * __this, ScriptableObject * ownerObject, ContextType__Enum contextType, EventDispatcher_1 * dispatcher, MethodInfo * method)); DO_APP_FUNC(0x02E1FB70, void, Panel_Dispose, (Panel * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02E1FCE0, int64_t, Panel_TimeSinceStartupMs, (MethodInfo * method)); DO_APP_FUNC(0x02E1FDE0, int64_t, Panel_DefaultTimeSinceStartupMs, (MethodInfo * method)); DO_APP_FUNC(0x02E1FE40, VisualElement *, Panel_PickAll, (VisualElement * root, Vector2 point, List_1_UnityEngine_UIElements_VisualElement_ * picked, MethodInfo * method)); DO_APP_FUNC(0x02E1FEC0, VisualElement *, Panel_PerformPick, (VisualElement * root, Vector2 point, List_1_UnityEngine_UIElements_VisualElement_ * picked, MethodInfo * method)); DO_APP_FUNC(0x02E20220, VisualElement *, Panel_PickAll_1, (Panel * __this, Vector2 point, List_1_UnityEngine_UIElements_VisualElement_ * picked, MethodInfo * method)); DO_APP_FUNC(0x02E20300, VisualElement *, Panel_Pick, (Panel * __this, Vector2 point, MethodInfo * method)); DO_APP_FUNC(0x02E20510, void, Panel_ValidateLayout, (Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E20590, void, Panel_UpdateAnimations, (Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E205C0, void, Panel_UpdateBindings, (Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E205F0, void, Panel_ApplyStyles, (Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E20620, void, Panel_UpdateForRepaint, (Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E206B0, void, Panel_Repaint, (Panel * __this, Event_1 * e, MethodInfo * method)); DO_APP_FUNC(0x02E20A60, void, Panel_OnVersionChanged, (Panel * __this, VisualElement * ve, VersionChangeType__Enum versionChangeType, MethodInfo * method)); DO_APP_FUNC(0x02E20BD0, IVisualTreeUpdater *, Panel_GetUpdater, (Panel * __this, VisualTreeUpdatePhase__Enum phase, MethodInfo * method)); DO_APP_FUNC(0x02E20C10, void, Panel__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02CF84C0, Vector2Int, Panel__Pick_g__PixelOf_99_0, (Vector2 p, MethodInfo * method)); DO_APP_FUNC(0x00ACF280, GameObject *, BaseRuntimePanel_get_selectableGameObject, (BaseRuntimePanel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E20CB0, void, BaseRuntimePanel_set_selectableGameObject, (BaseRuntimePanel * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x01D6A960, float, BaseRuntimePanel_get_sortingPriority, (BaseRuntimePanel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E20EB0, void, BaseRuntimePanel_set_sortingPriority, (BaseRuntimePanel * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02E20F80, void, BaseRuntimePanel_add_destroyed, (BaseRuntimePanel * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x02E21080, void, BaseRuntimePanel_remove_destroyed, (BaseRuntimePanel * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x02E21180, void, BaseRuntimePanel__ctor, (BaseRuntimePanel * __this, ScriptableObject * ownerObject, EventDispatcher_1 * dispatcher, MethodInfo * method)); DO_APP_FUNC(0x02E21380, void, BaseRuntimePanel_Dispose, (BaseRuntimePanel * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02E21520, Shader *, BaseRuntimePanel_get_standardWorldSpaceShader, (BaseRuntimePanel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E21530, bool, BaseRuntimePanel_get_drawToCameras, (BaseRuntimePanel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E21540, void, BaseRuntimePanel_set_drawToCameras, (BaseRuntimePanel * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02E215F0, int32_t, BaseRuntimePanel_get_targetDisplay, (BaseRuntimePanel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E21600, void, BaseRuntimePanel_set_targetDisplay, (BaseRuntimePanel * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02E21610, int32_t, BaseRuntimePanel_get_screenRenderingWidth, (BaseRuntimePanel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E21730, int32_t, BaseRuntimePanel_get_screenRenderingHeight, (BaseRuntimePanel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E21850, void, BaseRuntimePanel_Repaint, (BaseRuntimePanel * __this, Event_1 * e, MethodInfo * method)); DO_APP_FUNC(0x01900E80, Func_2_UnityEngine_Vector2_UnityEngine_Vector2_ *, BaseRuntimePanel_get_screenToPanelSpace, (BaseRuntimePanel * __this, MethodInfo * method)); DO_APP_FUNC(0x02E22060, void, BaseRuntimePanel_set_screenToPanelSpace, (BaseRuntimePanel * __this, Func_2_UnityEngine_Vector2_UnityEngine_Vector2_ * value, MethodInfo * method)); DO_APP_FUNC(0x02E22130, Vector2, BaseRuntimePanel_ScreenToPanel, (BaseRuntimePanel * __this, Vector2 screen, MethodInfo * method)); DO_APP_FUNC(0x02E22180, bool, BaseRuntimePanel_ScreenToPanel_1, (BaseRuntimePanel * __this, Vector2 screenPosition, Vector2 screenDelta, Vector2 * panelPosition, Vector2 * panelDelta, bool allowOutside, MethodInfo * method)); DO_APP_FUNC(0x02E22420, void, BaseRuntimePanel_AssignPanelToComponents, (BaseRuntimePanel * __this, BaseRuntimePanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02E22850, void, BaseRuntimePanel_PointerLeavesPanel, (BaseRuntimePanel * __this, int32_t pointerId, Vector2 position, MethodInfo * method)); DO_APP_FUNC(0x02E22920, void, BaseRuntimePanel_PointerEntersPanel, (BaseRuntimePanel * __this, int32_t pointerId, Vector2 position, MethodInfo * method)); DO_APP_FUNC(0x02E229C0, void, BaseRuntimePanel__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E22B10, void, BaseRuntimePanel_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseRuntimePanel_c__ctor, (BaseRuntimePanel_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0041E8A0, Vector2, BaseRuntimePanel_c___cctor_b__44_0, (BaseRuntimePanel_c * __this, Vector2 p, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBAA0, BaseRuntimePanel_c___cctor_b__44_0__MethodInfo); DO_APP_FUNC(0x02E22BC0, PointerDispatchState *, PointerCaptureHelper_GetStateFor, (IEventHandler * handler, MethodInfo * method)); DO_APP_FUNC(0x02E22C60, bool, PointerCaptureHelper_HasPointerCapture, (IEventHandler * handler, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02E22D40, void, PointerCaptureHelper_CapturePointer, (IEventHandler * handler, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02E22F50, void, PointerCaptureHelper_ReleasePointer, (IEventHandler * handler, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02E23020, IEventHandler *, PointerCaptureHelper_GetCapturingElement, (IPanel * panel, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02E230B0, void, PointerCaptureHelper_ReleasePointer_1, (IPanel * panel, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02E23130, void, PointerCaptureHelper_ActivateCompatibilityMouseEvents, (IPanel * panel, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02E231B0, void, PointerCaptureHelper_PreventCompatibilityMouseEvents, (IPanel * panel, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02E23230, bool, PointerCaptureHelper_ShouldSendCompatibilityMouseEvents, (IPanel * panel, IPointerEvent * evt, MethodInfo * method)); DO_APP_FUNC(0x02E23390, void, PointerCaptureHelper_ProcessPointerCapture, (IPanel * panel, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02E23400, void, PointerDispatchState__ctor, (PointerDispatchState * __this, MethodInfo * method)); DO_APP_FUNC(0x02E23700, void, PointerDispatchState_Reset, (PointerDispatchState * __this, MethodInfo * method)); DO_APP_FUNC(0x016171B0, IEventHandler *, PointerDispatchState_GetCapturingElement, (PointerDispatchState * __this, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02E23850, bool, PointerDispatchState_HasPointerCapture, (PointerDispatchState * __this, IEventHandler * handler, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02E23880, void, PointerDispatchState_CapturePointer, (PointerDispatchState * __this, IEventHandler * handler, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02E23A00, void, PointerDispatchState_ReleasePointer, (PointerDispatchState * __this, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02E23A30, void, PointerDispatchState_ReleasePointer_1, (PointerDispatchState * __this, IEventHandler * handler, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02E23A80, void, PointerDispatchState_ProcessPointerCapture, (PointerDispatchState * __this, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02E24030, void, PointerDispatchState_ActivateCompatibilityMouseEvents, (PointerDispatchState * __this, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02E24060, void, PointerDispatchState_PreventCompatibilityMouseEvents, (PointerDispatchState * __this, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02E24090, bool, PointerDispatchState_ShouldSendCompatibilityMouseEvents, (PointerDispatchState * __this, IPointerEvent * evt, MethodInfo * method)); DO_APP_FUNC(0x02E24140, bool, PointerManipulator_CanStartManipulation, (PointerManipulator * __this, IPointerEvent * e, MethodInfo * method)); DO_APP_FUNC(0x02E24370, bool, PointerManipulator_CanStopManipulation, (PointerManipulator * __this, IPointerEvent * e, MethodInfo * method)); DO_APP_FUNC(0x02E1C9D0, void, PointerManipulator__ctor, (PointerManipulator * __this, MethodInfo * method)); DO_APP_FUNC(0x02E243E0, Matrix4x4, ProjectionUtils_Ortho, (float left, float right, float bottom, float top, float near_1, float far_1, MethodInfo * method)); DO_APP_FUNC(0x00470F00, int64_t, TimerState_get_start, (TimerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, TimerState_set_start, (TimerState * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x005DE470, int64_t, TimerState_get_now, (TimerState * __this, MethodInfo * method)); DO_APP_FUNC(0x01F22870, void, TimerState_set_now, (TimerState * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x02E24540, int64_t, TimerState_get_deltaTime, (TimerState * __this, MethodInfo * method)); DO_APP_FUNC(0x02E24550, bool, TimerState_Equals, (TimerState * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02E245F0, bool, TimerState_Equals_1, (TimerState * __this, TimerState other, MethodInfo * method)); DO_APP_FUNC(0x02E24620, int32_t, TimerState_GetHashCode, (TimerState * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, int64_t, ScheduledItem_get_startMs, (ScheduledItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB110, void, ScheduledItem_set_startMs, (ScheduledItem * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, int64_t, ScheduledItem_get_delayMs, (ScheduledItem * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4B0, void, ScheduledItem_set_delayMs, (ScheduledItem * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, int64_t, ScheduledItem_get_intervalMs, (ScheduledItem * __this, MethodInfo * method)); DO_APP_FUNC(0x028D7810, void, ScheduledItem_set_intervalMs, (ScheduledItem * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, int64_t, ScheduledItem_get_endTimeMs, (ScheduledItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02E24660, void, ScheduledItem__ctor, (ScheduledItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02E24750, void, ScheduledItem_ResetStartTime, (ScheduledItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScheduledItem_OnItemUnscheduled, (ScheduledItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02E247A0, bool, ScheduledItem_ShouldUnschedule, (ScheduledItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02E247D0, void, ScheduledItem__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E24C10, void, ScheduledItem_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScheduledItem_c__ctor, (ScheduledItem_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ScheduledItem_c___cctor_b__25_0, (ScheduledItem_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBA18, ScheduledItem_c___cctor_b__25_0__MethodInfo); DO_APP_FUNC(0x00418D40, bool, ScheduledItem_c___cctor_b__25_1, (ScheduledItem_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBA40, ScheduledItem_c___cctor_b__25_1__MethodInfo); DO_APP_FUNC(0x02E24CC0, void, TimerEventScheduler_Schedule, (TimerEventScheduler * __this, ScheduledItem * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BF88, TimerEventScheduler_Schedule__MethodInfo); DO_APP_FUNC(0x02E24EA0, bool, TimerEventScheduler_RemovedScheduledItemAt, (TimerEventScheduler * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E24F20, void, TimerEventScheduler_Unschedule, (TimerEventScheduler * __this, ScheduledItem * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BFA0, TimerEventScheduler_Unschedule__MethodInfo); DO_APP_FUNC(0x02E251F0, bool, TimerEventScheduler_PrivateUnSchedule, (TimerEventScheduler * __this, ScheduledItem * sItem, MethodInfo * method)); DO_APP_FUNC(0x02E25320, void, TimerEventScheduler_UpdateScheduledEvents, (TimerEventScheduler * __this, MethodInfo * method)); DO_APP_FUNC(0x02E25C80, void, TimerEventScheduler__ctor, (TimerEventScheduler * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB6450, float, Spacing_get_horizontal, (Spacing * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB6460, float, Spacing_get_vertical, (Spacing * __this, MethodInfo * method)); DO_APP_FUNC(0x003C8E20, void, Spacing__ctor, (Spacing * __this, float left, float top, float right, float bottom, MethodInfo * method)); DO_APP_FUNC(0x02E25EC0, Rect, Spacing_op_Subtraction, (Rect r, Spacing a, MethodInfo * method)); DO_APP_FUNC(0x02E25F30, CursorPositionStylePainterParameters, CursorPositionStylePainterParameters_GetDefault, (VisualElement * ve, String * text, MethodInfo * method)); DO_APP_FUNC(0x02E261E0, TextNativeSettings, CursorPositionStylePainterParameters_GetTextNativeSettings, (CursorPositionStylePainterParameters * __this, float scaling, MethodInfo * method)); DO_APP_FUNC(0x02E26370, bool, VisualElement_get_hasRunningAnimations, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E263D0, bool, VisualElement_get_hasCompletedAnimations, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, VisualElement_UnityEngine_UIElements_IStylePropertyAnimations_get_runningAnimationCount, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, VisualElement_UnityEngine_UIElements_IStylePropertyAnimations_set_runningAnimationCount, (VisualElement * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, int32_t, VisualElement_UnityEngine_UIElements_IStylePropertyAnimations_get_completedAnimationCount, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD10, void, VisualElement_UnityEngine_UIElements_IStylePropertyAnimations_set_completedAnimationCount, (VisualElement * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02E26430, IStylePropertyAnimationSystem *, VisualElement_GetStylePropertyAnimationSystem, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, IStylePropertyAnimations *, VisualElement_get_styleAnimation, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E26460, bool, VisualElement_UnityEngine_UIElements_IStylePropertyAnimations_Start, (VisualElement * __this, StylePropertyId__Enum id, float from, float to, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, MethodInfo * method)); DO_APP_FUNC(0x02E265B0, bool, VisualElement_UnityEngine_UIElements_IStylePropertyAnimations_Start_1, (VisualElement * __this, StylePropertyId__Enum id, int32_t from, int32_t to, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, MethodInfo * method)); DO_APP_FUNC(0x02E26670, bool, VisualElement_UnityEngine_UIElements_IStylePropertyAnimations_Start_2, (VisualElement * __this, StylePropertyId__Enum id, Length from, Length to, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, MethodInfo * method)); DO_APP_FUNC(0x02E267C0, bool, VisualElement_UnityEngine_UIElements_IStylePropertyAnimations_Start_3, (VisualElement * __this, StylePropertyId__Enum id, Color from, Color to, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, MethodInfo * method)); DO_APP_FUNC(0x02E26930, bool, VisualElement_UnityEngine_UIElements_IStylePropertyAnimations_StartEnum, (VisualElement * __this, StylePropertyId__Enum id, int32_t from, int32_t to, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, MethodInfo * method)); DO_APP_FUNC(0x02E269F0, bool, VisualElement_UnityEngine_UIElements_IStylePropertyAnimations_Start_4, (VisualElement * __this, StylePropertyId__Enum id, Background from, Background to, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, MethodInfo * method)); DO_APP_FUNC(0x02E26B80, bool, VisualElement_UnityEngine_UIElements_IStylePropertyAnimations_Start_5, (VisualElement * __this, StylePropertyId__Enum id, FontDefinition from, FontDefinition to, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, MethodInfo * method)); DO_APP_FUNC(0x02E26CF0, bool, VisualElement_UnityEngine_UIElements_IStylePropertyAnimations_Start_6, (VisualElement * __this, StylePropertyId__Enum id, Font * from, Font * to, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, MethodInfo * method)); DO_APP_FUNC(0x02E26E40, bool, VisualElement_UnityEngine_UIElements_IStylePropertyAnimations_Start_7, (VisualElement * __this, StylePropertyId__Enum id, TextShadow from, TextShadow to, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, MethodInfo * method)); DO_APP_FUNC(0x02E26FE0, bool, VisualElement_UnityEngine_UIElements_IStylePropertyAnimations_Start_8, (VisualElement * __this, StylePropertyId__Enum id, Scale from, Scale to, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, MethodInfo * method)); DO_APP_FUNC(0x02E27150, bool, VisualElement_UnityEngine_UIElements_IStylePropertyAnimations_Start_9, (VisualElement * __this, StylePropertyId__Enum id, Translate_1 from, Translate_1 to, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, MethodInfo * method)); DO_APP_FUNC(0x02E272E0, bool, VisualElement_UnityEngine_UIElements_IStylePropertyAnimations_Start_10, (VisualElement * __this, StylePropertyId__Enum id, Rotate_1 from, Rotate_1 to, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, MethodInfo * method)); DO_APP_FUNC(0x02E27470, bool, VisualElement_UnityEngine_UIElements_IStylePropertyAnimations_Start_11, (VisualElement * __this, StylePropertyId__Enum id, TransformOrigin from, TransformOrigin to, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, MethodInfo * method)); DO_APP_FUNC(0x02E275F0, void, VisualElement_UnityEngine_UIElements_IStylePropertyAnimations_CancelAnimation, (VisualElement * __this, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x02E27670, void, VisualElement_UnityEngine_UIElements_IStylePropertyAnimations_CancelAllAnimations, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E27770, void, VisualElement_UnityEngine_UIElements_IStylePropertyAnimations_UpdateAnimation, (VisualElement * __this, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x02E277F0, void, VisualElement_UnityEngine_UIElements_IStylePropertyAnimations_GetAllAnimations, (VisualElement * __this, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outPropertyIds, MethodInfo * method)); DO_APP_FUNC(0x02E27960, bool, VisualElement_TryConvertLengthUnits, (VisualElement * __this, StylePropertyId__Enum id, Length * from, Length * to, int32_t subPropertyIndex, MethodInfo * method)); DO_APP_FUNC(0x02E27BF0, bool, VisualElement_TryConvertTransformOriginUnits, (VisualElement * __this, TransformOrigin * from, TransformOrigin * to, MethodInfo * method)); DO_APP_FUNC(0x02E27CA0, bool, VisualElement_TryConvertTranslateUnits, (VisualElement * __this, Translate_1 * from, Translate_1 * to, MethodInfo * method)); DO_APP_FUNC(0x02E27D50, Nullable_1_Single_, VisualElement_GetParentSizeForLengthConversion, (VisualElement * __this, StylePropertyId__Enum id, int32_t subPropertyIndex, MethodInfo * method)); DO_APP_FUNC(0x02E27F90, bool, VisualElement_get_isCompositeRoot, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E27FA0, void, VisualElement_set_isCompositeRoot, (VisualElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02E27FD0, bool, VisualElement_get_isHierarchyDisplayed, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E27FE0, void, VisualElement_set_isHierarchyDisplayed, (VisualElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D53520, String *, VisualElement_get_viewDataKey, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E28010, void, VisualElement_set_viewDataKey, (VisualElement * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02E280E0, bool, VisualElement_get_enableViewDataPersistence, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E280F0, void, VisualElement_set_enableViewDataPersistence, (VisualElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02E28120, Object *, VisualElement_get_userData, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E281A0, void, VisualElement_set_userData, (VisualElement * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02E28220, bool, VisualElement_get_canGrabFocus, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E28320, FocusController *, VisualElement_get_focusController, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E28370, UsageHints__Enum, VisualElement_get_usageHints, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E28390, void, VisualElement_set_usageHints, (VisualElement * __this, UsageHints__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D2D850, RenderHints__Enum, VisualElement_get_renderHints, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E285A0, void, VisualElement_set_renderHints, (VisualElement * __this, RenderHints__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02E28600, void, VisualElement_MarkRenderHintsClean, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x01C3EB40, ITransform_1 *, VisualElement_get_transform, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E28610, Vector3, VisualElement_UnityEngine_UIElements_ITransform_get_position, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E28690, void, VisualElement_UnityEngine_UIElements_ITransform_set_position, (VisualElement * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02E28850, Vector3, VisualElement_UnityEngine_UIElements_ITransform_get_scale, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E288D0, bool, VisualElement_get_isLayoutManual, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E288E0, void, VisualElement_set_isLayoutManual, (VisualElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02E28910, float, VisualElement_get_scaledPixelsPerPoint, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E28980, Rect, VisualElement_get_layout, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E28B60, void, VisualElement_set_layout, (VisualElement * __this, Rect value, MethodInfo * method)); DO_APP_FUNC(0x02E29390, void, VisualElement_ClearManualLayout, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E295E0, Rect, VisualElement_get_contentRect, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E29870, Rect, VisualElement_get_paddingRect, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E299D0, bool, VisualElement_get_isBoundingBoxDirty, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E299E0, void, VisualElement_set_isBoundingBoxDirty, (VisualElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02E29A10, bool, VisualElement_get_isWorldBoundingBoxDirty, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E29A20, void, VisualElement_set_isWorldBoundingBoxDirty, (VisualElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02E29A50, Rect, VisualElement_get_boundingBox, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E29AA0, Rect, VisualElement_get_worldBoundingBox, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E29B80, Rect, VisualElement_get_boundingBoxInParentSpace, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E29BD0, void, VisualElement_UpdateBoundingBox, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E29F90, void, VisualElement_UpdateWorldBoundingBox, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2A030, Rect, VisualElement_get_worldBound, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2A140, Rect, VisualElement_get_localBound, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2A1C0, Rect, VisualElement_get_rect, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2A220, bool, VisualElement_get_isWorldTransformDirty, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2A230, void, VisualElement_set_isWorldTransformDirty, (VisualElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02E2A260, bool, VisualElement_get_isWorldTransformInverseDirty, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2A270, void, VisualElement_set_isWorldTransformInverseDirty, (VisualElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02E2A2A0, Matrix4x4, VisualElement_get_worldTransform, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2A310, Matrix4x4 *, VisualElement_get_worldTransformRef, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2A340, Matrix4x4 *, VisualElement_get_worldTransformInverse, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2A400, void, VisualElement_UpdateWorldTransform, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2A710, void, VisualElement_UpdateWorldTransformInverse, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2A7C0, bool, VisualElement_get_isWorldClipDirty, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2A7D0, void, VisualElement_set_isWorldClipDirty, (VisualElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02E2A800, Rect, VisualElement_get_worldClip, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2A850, Rect, VisualElement_get_worldClipMinusGroup, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2A8A0, bool, VisualElement_get_worldClipIsInfinite, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2A8E0, void, VisualElement_EnsureWorldTransformAndClipUpToDate, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2A920, void, VisualElement_UpdateWorldClip, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2AD90, Rect, VisualElement_CombineClipRects, (VisualElement * __this, Rect rect, Rect parentRect, MethodInfo * method)); DO_APP_FUNC(0x02E2AE20, Rect, VisualElement_SubstractBorderPadding, (VisualElement * __this, Rect worldRect, MethodInfo * method)); DO_APP_FUNC(0x02E2B0E0, Rect, VisualElement_ComputeAAAlignedBound, (Rect position, Matrix4x4 mat, MethodInfo * method)); DO_APP_FUNC(0x02E2B350, PseudoStates__Enum, VisualElement_get_pseudoStates, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2B360, void, VisualElement_set_pseudoStates, (VisualElement * __this, PseudoStates__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02E2B3F0, int32_t, VisualElement_get_containedPointerIds, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2B400, void, VisualElement_set_containedPointerIds, (VisualElement * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02E2B410, void, VisualElement_UpdateHoverPseudoState, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2B4E0, PickingMode__Enum, VisualElement_get_pickingMode, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2B4F0, void, VisualElement_set_pickingMode, (VisualElement * __this, PickingMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D17D50, String *, VisualElement_get_name, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2B530, void, VisualElement_set_name, (VisualElement * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02E2B600, List_1_System_String_ *, VisualElement_get_classList, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2B700, String *, VisualElement_get_fullTypeName, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2B7B0, String *, VisualElement_get_typeName, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2B7E0, YogaNode *, VisualElement_get_yogaNode, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2B7F0, void, VisualElement_set_yogaNode, (VisualElement * __this, YogaNode * value, MethodInfo * method)); DO_APP_FUNC(0x02E2B850, ComputedStyle *, VisualElement_get_computedStyle, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2B860, bool, VisualElement_get_hasInlineStyle, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2B870, bool, VisualElement_get_styleInitialized, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2B880, void, VisualElement_set_styleInitialized, (VisualElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02E2B8B0, void, VisualElement_ChangeIMGUIContainerCount, (VisualElement * __this, int32_t delta, MethodInfo * method)); DO_APP_FUNC(0x02E2B8F0, void, VisualElement__ctor, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2BFB0, void, VisualElement_ExecuteDefaultAction, (VisualElement * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02E2C760, Rect, VisualElement_GetTooltipRect, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2C790, void, VisualElement_SetTooltip, (VisualElement * __this, TooltipEvent * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BC80, VisualElement_SetTooltip__MethodInfo); DO_APP_FUNC(0x02E2C8E0, void, VisualElement_Focus, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2CA80, void, VisualElement_SetPanel, (VisualElement * __this, BaseVisualElementPanel * p, MethodInfo * method)); DO_APP_FUNC(0x02E2D600, void, VisualElement_WillChangePanel, (VisualElement * __this, BaseVisualElementPanel * destinationPanel, MethodInfo * method)); DO_APP_FUNC(0x02E2D750, void, VisualElement_HasChangedPanel, (VisualElement * __this, BaseVisualElementPanel * prevPanel, MethodInfo * method)); DO_APP_FUNC(0x02E2D9F0, void, VisualElement_SendEvent, (VisualElement * __this, EventBase * e, MethodInfo * method)); DO_APP_FUNC(0x02E2DA10, void, VisualElement_SendEvent_1, (VisualElement * __this, EventBase * e, DispatchMode__Enum dispatchMode, MethodInfo * method)); DO_APP_FUNC(0x02E2DA30, void, VisualElement_IncrementVersion, (VisualElement * __this, VersionChangeType__Enum changeType, MethodInfo * method)); DO_APP_FUNC(0x02E2DA60, void, VisualElement_InvokeHierarchyChanged, (VisualElement * __this, HierarchyChangeType__Enum changeType, MethodInfo * method)); DO_APP_FUNC(0x02E2DA90, bool, VisualElement_SetEnabledFromHierarchyPrivate, (VisualElement * __this, bool state, MethodInfo * method)); DO_APP_FUNC(0x02E2DF50, bool, VisualElement_get_isParentEnabledInHierarchy, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2DF90, bool, VisualElement_get_enabledInHierarchy, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE7F0, bool, VisualElement_get_enabledSelf, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE800, void, VisualElement_set_enabledSelf, (VisualElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02E2DFA0, void, VisualElement_SetEnabled, (VisualElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02E2DFC0, void, VisualElement_PropagateEnabledToChildren, (VisualElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02E2E0A0, bool, VisualElement_get_visible, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2E100, void, VisualElement_set_visible, (VisualElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02E2E180, void, VisualElement_MarkDirtyRepaint, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6C470, Action_1_UnityEngine_UIElements_MeshGenerationContext_ *, VisualElement_get_generateVisualContent, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2E1B0, void, VisualElement_set_generateVisualContent, (VisualElement * __this, Action_1_UnityEngine_UIElements_MeshGenerationContext_ * value, MethodInfo * method)); DO_APP_FUNC(0x02E2E210, void, VisualElement_InvokeGenerateVisualContent, (VisualElement * __this, MeshGenerationContext * mgc, MethodInfo * method)); DO_APP_FUNC(0x02E2E2E0, void, VisualElement_GetFullHierarchicalViewDataKey, (VisualElement * __this, StringBuilder * key, MethodInfo * method)); DO_APP_FUNC(0x02E2E380, String *, VisualElement_GetFullHierarchicalViewDataKey_1, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2E470, void, VisualElement_OverwriteFromViewData, (VisualElement * __this, Object * obj, String * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BE18, VisualElement_OverwriteFromViewData__MethodInfo); DO_APP_FUNC(0x02E2E7B0, void, VisualElement_SaveViewData, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2E840, bool, VisualElement_IsViewDataPersitenceSupportedOnChildren, (VisualElement * __this, bool existingState, MethodInfo * method)); DO_APP_FUNC(0x02E2E8F0, void, VisualElement_OnViewDataReady, (VisualElement * __this, bool enablePersistence, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VisualElement_OnViewDataReady_1, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2E930, bool, VisualElement_ContainsPoint, (VisualElement * __this, Vector2 localPoint, MethodInfo * method)); DO_APP_FUNC(0x02E2E990, bool, VisualElement_get_requireMeasureFunction, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2E9A0, void, VisualElement_set_requireMeasureFunction, (VisualElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02E2EA10, void, VisualElement_AssignMeasureFunction, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2EAB0, void, VisualElement_RemoveMeasureFunction, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2EAE0, Vector2, VisualElement_DoMeasure, (VisualElement * __this, float desiredWidth, VisualElement_MeasureMode__Enum widthMode, float desiredHeight, VisualElement_MeasureMode__Enum heightMode, MethodInfo * method)); DO_APP_FUNC(0x02E2EB00, YogaSize, VisualElement_Measure, (VisualElement * __this, YogaNode * node, float width, YogaMeasureMode__Enum widthMode, float height, YogaMeasureMode__Enum heightMode, MethodInfo * method)); DO_APP_FUNC(0x02E2ECC0, void, VisualElement_FinalizeLayout, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2EDA0, void, VisualElement_SetInlineRule, (VisualElement * __this, StyleSheet * sheet, StyleRule * rule, MethodInfo * method)); DO_APP_FUNC(0x02E2EEA0, void, VisualElement_SetComputedStyle, (VisualElement * __this, ComputedStyle * newStyle, MethodInfo * method)); DO_APP_FUNC(0x02E2F120, String *, VisualElement_ToString, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x018693E0, List_1_System_String_ *, VisualElement_GetClassesForIteration, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E2F410, void, VisualElement_AddToClassList, (VisualElement * __this, String * className, MethodInfo * method)); DO_APP_FUNC(0x02E2F650, void, VisualElement_RemoveFromClassList, (VisualElement * __this, String * className, MethodInfo * method)); DO_APP_FUNC(0x02E2F7E0, void, VisualElement_EnableInClassList, (VisualElement * __this, String * className, bool enable, MethodInfo * method)); DO_APP_FUNC(0x02E2F810, bool, VisualElement_ClassListContains, (VisualElement * __this, String * cls, MethodInfo * method)); DO_APP_FUNC(0x02E2F920, Object *, VisualElement_GetProperty, (VisualElement * __this, PropertyName key, MethodInfo * method)); DO_APP_FUNC(0x02E2F9A0, void, VisualElement_SetProperty, (VisualElement * __this, PropertyName key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02E2FA20, bool, VisualElement_HasProperty, (VisualElement * __this, PropertyName key, MethodInfo * method)); DO_APP_FUNC(0x02E2FAA0, bool, VisualElement_TryGetPropertyInternal, (VisualElement * __this, PropertyName key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x02E2FC10, void, VisualElement_CheckUserKeyArgument, (PropertyName key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BDB0, VisualElement_CheckUserKeyArgument__MethodInfo); DO_APP_FUNC(0x02E2FD80, void, VisualElement_SetPropertyInternal, (VisualElement * __this, PropertyName key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02E301A0, void, VisualElement_UpdateCursorStyle, (VisualElement * __this, int64_t eventType, MethodInfo * method)); DO_APP_FUNC(0x02E303E0, VisualElement_RenderTargetMode__Enum, VisualElement_get_subRenderTargetMode, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E303F0, Material *, VisualElement_get_defaultMaterial, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E30400, VisualElementAnimationSystem *, VisualElement_GetAnimationSystem, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E304B0, void, VisualElement_RegisterAnimation, (VisualElement * __this, IValueAnimationUpdate * anim, MethodInfo * method)); DO_APP_FUNC(0x02E30670, void, VisualElement_UnregisterAnimation, (VisualElement * __this, IValueAnimationUpdate * anim, MethodInfo * method)); DO_APP_FUNC(0x02E30730, void, VisualElement_UnregisterRunningAnimations, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E307C0, void, VisualElement_RegisterRunningAnimations, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E30830, void, VisualElement_AssignStyleValues, (VisualElement * ve, StyleValues src, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BCC8, VisualElement_AssignStyleValues__MethodInfo); DO_APP_FUNC(0x02E31430, StyleValues, VisualElement_ReadCurrentValues, (VisualElement * __this, VisualElement * ve, StyleValues targetValuesToRead, MethodInfo * method)); DO_APP_FUNC(0x02E32440, ValueAnimation_1_StyleValues_ *, VisualElement_UnityEngine_UIElements_Experimental_ITransitionAnimations_Start, (VisualElement * __this, StyleValues to, int32_t durationMs, MethodInfo * method)); DO_APP_FUNC(0x02E325C0, ValueAnimation_1_StyleValues_ *, VisualElement_Start, (VisualElement * __this, Func_2_UnityEngine_UIElements_VisualElement_UnityEngine_UIElements_Experimental_StyleValues_ * fromValueGetter, StyleValues to, int32_t durationMs, MethodInfo * method)); DO_APP_FUNC(0x01C3EB40, IExperimentalFeatures *, VisualElement_get_experimental, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x01C3EB40, ITransitionAnimations *, VisualElement_UnityEngine_UIElements_IExperimentalFeatures_get_animation, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E328A0, VisualElement_Hierarchy, VisualElement_get_hierarchy, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E328B0, void, VisualElement_set_hierarchy, (VisualElement * __this, VisualElement_Hierarchy value, MethodInfo * method)); DO_APP_FUNC(0x02E32910, bool, VisualElement_get_isRootVisualContainer, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E32920, void, VisualElement_set_isRootVisualContainer, (VisualElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02E32930, bool, VisualElement_get_disableClipping, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E32940, void, VisualElement_set_disableClipping, (VisualElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02E32970, bool, VisualElement_ShouldClip, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E329D0, VisualElement *, VisualElement_get_parent, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E329E0, BaseVisualElementPanel *, VisualElement_get_elementPanel, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E329F0, void, VisualElement_set_elementPanel, (VisualElement * __this, BaseVisualElementPanel * value, MethodInfo * method)); DO_APP_FUNC(0x02E32A50, IPanel *, VisualElement_get_panel, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x01C3EB40, VisualElement *, VisualElement_get_contentContainer, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E32A60, void, VisualElement_set_visualTreeAssetSource, (VisualElement * __this, VisualTreeAsset * value, MethodInfo * method)); DO_APP_FUNC(0x02E32AC0, void, VisualElement_Add, (VisualElement * __this, VisualElement * child, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BCF8, VisualElement_Add__MethodInfo); DO_APP_FUNC(0x02E32C30, void, VisualElement_Insert, (VisualElement * __this, int32_t index, VisualElement * element, MethodInfo * method)); DO_APP_FUNC(0x02E32D20, void, VisualElement_Clear, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E32DA0, VisualElement *, VisualElement_ElementAt, (VisualElement * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E32DB0, VisualElement *, VisualElement_get_Item, (VisualElement * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x02E32E90, int32_t, VisualElement_get_childCount, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E32F30, int32_t, VisualElement_IndexOf, (VisualElement * __this, VisualElement * element, MethodInfo * method)); DO_APP_FUNC(0x02E33030, VisualElement *, VisualElement_ElementAtTreePath, (VisualElement * __this, List_1_System_Int32_ * childIndexes, MethodInfo * method)); DO_APP_FUNC(0x02E332E0, bool, VisualElement_FindElementInTree, (VisualElement * __this, VisualElement * element, List_1_System_Int32_ * outChildIndexes, MethodInfo * method)); DO_APP_FUNC(0x02E33460, void, VisualElement_BringToFront, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E334B0, void, VisualElement_SendToBack, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E33500, void, VisualElement_PlaceBehind, (VisualElement * __this, VisualElement * sibling, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BD20, VisualElement_PlaceBehind__MethodInfo); DO_APP_FUNC(0x02E33630, void, VisualElement_RemoveFromHierarchy, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E33730, bool, VisualElement_Contains, (VisualElement * __this, VisualElement * child, MethodInfo * method)); DO_APP_FUNC(0x02E33780, void, VisualElement_GatherAllChildren, (VisualElement * __this, List_1_UnityEngine_UIElements_VisualElement_ * elements, MethodInfo * method)); DO_APP_FUNC(0x02E338A0, VisualElement *, VisualElement_FindCommonAncestor, (VisualElement * __this, VisualElement * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BD18, VisualElement_FindCommonAncestor__MethodInfo); DO_APP_FUNC(0x02E33A40, VisualElement *, VisualElement_GetRoot, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E33AD0, VisualElement *, VisualElement_GetRootVisualContainer, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E33B10, VisualElement *, VisualElement_GetNextElementDepthFirst, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E33C50, VisualElement *, VisualElement_GetPreviousElementDepthFirst, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E33DA0, VisualElement *, VisualElement_RetargetElement, (VisualElement * __this, VisualElement * retargetAgainst, MethodInfo * method)); DO_APP_FUNC(0x02E33E50, Vector3, VisualElement_get_positionWithLayout, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E33EF0, void, VisualElement_GetPivotedMatrixWithLayout, (VisualElement * __this, Matrix4x4 * result, MethodInfo * method)); DO_APP_FUNC(0x02E343B0, bool, VisualElement_get_hasDefaultRotationAndScale, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E344F0, float, VisualElement_Min, (float a, float b, float c, float d, MethodInfo * method)); DO_APP_FUNC(0x02E34500, float, VisualElement_Max, (float a, float b, float c, float d, MethodInfo * method)); DO_APP_FUNC(0x02E34510, void, VisualElement_TransformAlignedRectToParentSpace, (VisualElement * __this, Rect * rect, MethodInfo * method)); DO_APP_FUNC(0x02E34660, Rect, VisualElement_CalculateConservativeRect, (Matrix4x4 * matrix, Rect rect, MethodInfo * method)); DO_APP_FUNC(0x02E34A60, void, VisualElement_TransformAlignedRect, (Matrix4x4 * matrix, Rect * rect, MethodInfo * method)); DO_APP_FUNC(0x02E34AE0, void, VisualElement_OrderMinMaxRect, (Rect * rect, MethodInfo * method)); DO_APP_FUNC(0x02E34B30, Vector2, VisualElement_MultiplyMatrix44Point2, (Matrix4x4 * lhs, Vector2 point, MethodInfo * method)); DO_APP_FUNC(0x02E34B80, Vector2, VisualElement_MultiplyVector2, (Matrix4x4 * lhs, Vector2 vector, MethodInfo * method)); DO_APP_FUNC(0x02E34BC0, void, VisualElement_MultiplyMatrix34, (Matrix4x4 * lhs, Matrix4x4 * rhs, Matrix4x4 * res, MethodInfo * method)); DO_APP_FUNC(0x02E34DF0, void, VisualElement_TranslateMatrix34, (Matrix4x4 * lhs, Vector3 rhs, Matrix4x4 * res, MethodInfo * method)); DO_APP_FUNC(0x02B06260, void, VisualElement_TranslateMatrix34InPlace, (Matrix4x4 * lhs, Vector3 rhs, MethodInfo * method)); DO_APP_FUNC(0x01C3EB40, IVisualElementScheduler *, VisualElement_get_schedule, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E34F00, IVisualElementScheduledItem *, VisualElement_UnityEngine_UIElements_IVisualElementScheduler_Execute, (VisualElement * __this, Action_1_UnityEngine_UIElements_TimerState_ * timerUpdateEvent, MethodInfo * method)); DO_APP_FUNC(0x02E35040, IVisualElementScheduledItem *, VisualElement_UnityEngine_UIElements_IVisualElementScheduler_Execute_1, (VisualElement * __this, Action * updateEvent, MethodInfo * method)); DO_APP_FUNC(0x02E35180, IStyle *, VisualElement_get_style, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E35250, ICustomStyle *, VisualElement_get_customStyle, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93F0, VisualElementStyleSheetSet, VisualElement_get_styleSheets, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E35330, void, VisualElement_AddStyleSheetPath, (VisualElement * __this, String * sheetPath, MethodInfo * method)); DO_APP_FUNC(0x02E35780, StyleFloat, VisualElement_ResolveLengthValue, (VisualElement * __this, Length length, bool isRow, MethodInfo * method)); DO_APP_FUNC(0x02E358B0, Vector3, VisualElement_ResolveTranslate, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E35A90, Vector3, VisualElement_ResolveTransformOrigin, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E35CB0, Quaternion, VisualElement_ResolveRotation, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E35E20, Vector3, VisualElement_ResolveScale, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E35F60, String *, VisualElement_get_tooltip, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E36000, void, VisualElement_set_tooltip, (VisualElement * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02E36180, VisualElement_TypeData *, VisualElement_get_typeData, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, IResolvedStyle *, VisualElement_get_resolvedStyle, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E36480, Color, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_backgroundColor, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E364E0, Color, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_borderBottomColor, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E36540, float, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_borderBottomLeftRadius, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E365A0, float, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_borderBottomRightRadius, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E36600, float, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_borderBottomWidth, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E36670, Color, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_borderLeftColor, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E366D0, float, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_borderLeftWidth, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E36740, Color, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_borderRightColor, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E367A0, float, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_borderRightWidth, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E36810, Color, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_borderTopColor, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E36870, float, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_borderTopLeftRadius, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E368D0, float, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_borderTopRightRadius, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E36930, float, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_borderTopWidth, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E369A0, float, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_bottom, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E36A10, Color, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_color, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E36A70, DisplayStyle__Enum, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_display, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E36AC0, FlexDirection__Enum, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_flexDirection, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E36B10, float, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_flexGrow, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E36B60, float, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_flexShrink, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E36BB0, float, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_height, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E36C20, float, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_left, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E36C90, float, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_marginBottom, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E36D00, float, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_marginLeft, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E36D70, float, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_marginRight, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E36DE0, float, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_marginTop, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E36E50, StyleFloat, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_minHeight, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E36EB0, StyleFloat, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_minWidth, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E36F10, float, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_opacity, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E36F60, float, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_paddingBottom, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E36FD0, float, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_paddingLeft, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E37040, float, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_paddingRight, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E370B0, float, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_paddingTop, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E37120, float, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_right, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E37190, Scale, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_scale, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E371F0, float, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_top, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E37260, Vector3, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_transformOrigin, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E37290, Vector3, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_translate, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E372C0, Color, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_unityBackgroundImageTintColor, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E37320, int32_t, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_unitySliceLeft, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E37370, int32_t, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_unitySliceRight, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E373C0, Color, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_unityTextOutlineColor, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E37420, float, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_unityTextOutlineWidth, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E37470, Visibility__Enum, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_visibility, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E374C0, WhiteSpace__Enum, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_whiteSpace, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E37510, float, VisualElement_UnityEngine_UIElements_IResolvedStyle_get_width, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02E37580, void, VisualElement__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E37B00, YogaSize, VisualElement__AssignMeasureFunction_b__254_0, (VisualElement * __this, YogaNode * node, float f, YogaMeasureMode__Enum mode, float f1, YogaMeasureMode__Enum heightMode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BE38, VisualElement__AssignMeasureFunction_b__254_0__MethodInfo); DO_APP_FUNC(0x02E37CC0, void, VisualElement_UxmlFactory__ctor, (VisualElement_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, UxmlIntAttributeDescription *, VisualElement_UxmlTraits_get_focusIndex, (VisualElement_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, UxmlBoolAttributeDescription *, VisualElement_UxmlTraits_get_focusable, (VisualElement_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02E37D00, void, VisualElement_UxmlTraits_Init, (VisualElement_UxmlTraits * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BB68, VisualElement_UxmlTraits_Init__MethodInfo); DO_APP_FUNC(0x02E37FF0, void, VisualElement_UxmlTraits__ctor, (VisualElement_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02E38CF0, VisualElement *, VisualElement_Hierarchy_get_parent, (VisualElement_Hierarchy * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, VisualElement_Hierarchy__ctor, (VisualElement_Hierarchy * __this, VisualElement * element, MethodInfo * method)); DO_APP_FUNC(0x02E38D10, void, VisualElement_Hierarchy_Add, (VisualElement_Hierarchy * __this, VisualElement * child, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BC10, VisualElement_Hierarchy_Add__MethodInfo); DO_APP_FUNC(0x02E38DD0, void, VisualElement_Hierarchy_Insert, (VisualElement_Hierarchy * __this, int32_t index, VisualElement * child, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BBF8, VisualElement_Hierarchy_Insert__MethodInfo); DO_APP_FUNC(0x02E391E0, void, VisualElement_Hierarchy_Remove, (VisualElement_Hierarchy * __this, VisualElement * child, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BB18, VisualElement_Hierarchy_Remove__MethodInfo); DO_APP_FUNC(0x02E39320, void, VisualElement_Hierarchy_RemoveAt, (VisualElement_Hierarchy * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BB50, VisualElement_Hierarchy_RemoveAt__MethodInfo); DO_APP_FUNC(0x02E39670, void, VisualElement_Hierarchy_Clear, (VisualElement_Hierarchy * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BB48, VisualElement_Hierarchy_Clear__MethodInfo); DO_APP_FUNC(0x02E39BD0, void, VisualElement_Hierarchy_BringToFront, (VisualElement_Hierarchy * __this, VisualElement * child, MethodInfo * method)); DO_APP_FUNC(0x02E39D40, void, VisualElement_Hierarchy_SendToBack, (VisualElement_Hierarchy * __this, VisualElement * child, MethodInfo * method)); DO_APP_FUNC(0x02E39E30, void, VisualElement_Hierarchy_PlaceBehind, (VisualElement_Hierarchy * __this, VisualElement * child, VisualElement * over, MethodInfo * method)); DO_APP_FUNC(0x02E39F70, void, VisualElement_Hierarchy_MoveChildElement, (VisualElement_Hierarchy * __this, VisualElement * child, int32_t currentIndex, int32_t nextIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BB58, VisualElement_Hierarchy_MoveChildElement__MethodInfo); DO_APP_FUNC(0x02E3A0E0, int32_t, VisualElement_Hierarchy_get_childCount, (VisualElement_Hierarchy * __this, MethodInfo * method)); DO_APP_FUNC(0x02E3A130, VisualElement *, VisualElement_Hierarchy_get_Item, (VisualElement_Hierarchy * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x02E3A1B0, int32_t, VisualElement_Hierarchy_IndexOf, (VisualElement_Hierarchy * __this, VisualElement * element, MethodInfo * method)); DO_APP_FUNC(0x02E3A250, VisualElement *, VisualElement_Hierarchy_ElementAt, (VisualElement_Hierarchy * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E3A260, void, VisualElement_Hierarchy_SetParent, (VisualElement_Hierarchy * __this, VisualElement * value, MethodInfo * method)); DO_APP_FUNC(0x02E3A390, void, VisualElement_Hierarchy_PutChildAtIndex, (VisualElement_Hierarchy * __this, VisualElement * child, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E3A4F0, void, VisualElement_Hierarchy_RemoveChildAtIndex, (VisualElement_Hierarchy * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E3A570, void, VisualElement_Hierarchy_ReleaseChildList, (VisualElement_Hierarchy * __this, MethodInfo * method)); DO_APP_FUNC(0x02E3A6B0, bool, VisualElement_Hierarchy_Equals, (VisualElement_Hierarchy * __this, VisualElement_Hierarchy other, MethodInfo * method)); DO_APP_FUNC(0x02E3A6C0, bool, VisualElement_Hierarchy_Equals_1, (VisualElement_Hierarchy * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02E0FC10, int32_t, VisualElement_Hierarchy_GetHashCode, (VisualElement_Hierarchy * __this, MethodInfo * method)); DO_APP_FUNC(0x02D2F8F0, bool, VisualElement_Hierarchy_op_Equality, (VisualElement_Hierarchy x, VisualElement_Hierarchy y, MethodInfo * method)); DO_APP_FUNC(0x003C5320, VisualElement *, VisualElement_BaseVisualElementScheduledItem_get_element, (VisualElement_BaseVisualElementScheduledItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, VisualElement_BaseVisualElementScheduledItem_set_element, (VisualElement_BaseVisualElementScheduledItem * __this, VisualElement * value, MethodInfo * method)); DO_APP_FUNC(0x02E3A750, void, VisualElement_BaseVisualElementScheduledItem__ctor, (VisualElement_BaseVisualElementScheduledItem * __this, VisualElement * handler, MethodInfo * method)); DO_APP_FUNC(0x02E3A9C0, IVisualElementScheduledItem *, VisualElement_BaseVisualElementScheduledItem_StartingIn, (VisualElement_BaseVisualElementScheduledItem * __this, int64_t delayMs, MethodInfo * method)); DO_APP_FUNC(0x02E3A9D0, IVisualElementScheduledItem *, VisualElement_BaseVisualElementScheduledItem_Every, (VisualElement_BaseVisualElementScheduledItem * __this, int64_t intervalMs, MethodInfo * method)); DO_APP_FUNC(0x02E3AAE0, void, VisualElement_BaseVisualElementScheduledItem_OnItemUnscheduled, (VisualElement_BaseVisualElementScheduledItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02E3AB20, void, VisualElement_BaseVisualElementScheduledItem_Resume, (VisualElement_BaseVisualElementScheduledItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02E3AB50, void, VisualElement_BaseVisualElementScheduledItem_Pause, (VisualElement_BaseVisualElementScheduledItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02E3AB80, void, VisualElement_BaseVisualElementScheduledItem_ExecuteLater, (VisualElement_BaseVisualElementScheduledItem * __this, int64_t delayMs, MethodInfo * method)); DO_APP_FUNC(0x02E3AC00, void, VisualElement_BaseVisualElementScheduledItem_OnPanelActivate, (VisualElement_BaseVisualElementScheduledItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02E3ACD0, void, VisualElement_BaseVisualElementScheduledItem_OnPanelDeactivate, (VisualElement_BaseVisualElementScheduledItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02E3AD50, bool, VisualElement_BaseVisualElementScheduledItem_CanBeActivated, (VisualElement_BaseVisualElementScheduledItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02E3ADA0, void, VisualElement_TimerStateScheduledItem__ctor, (VisualElement_TimerStateScheduledItem * __this, VisualElement * handler, Action_1_UnityEngine_UIElements_TimerState_ * updateEvent, MethodInfo * method)); DO_APP_FUNC(0x02E3AE00, void, VisualElement_TimerStateScheduledItem_PerformTimerUpdate, (VisualElement_TimerStateScheduledItem * __this, TimerState state, MethodInfo * method)); DO_APP_FUNC(0x02E3AE40, void, VisualElement_SimpleScheduledItem__ctor, (VisualElement_SimpleScheduledItem * __this, VisualElement * handler, Action * updateEvent, MethodInfo * method)); DO_APP_FUNC(0x02E3AEA0, void, VisualElement_SimpleScheduledItem_PerformTimerUpdate, (VisualElement_SimpleScheduledItem * __this, TimerState state, MethodInfo * method)); DO_APP_FUNC(0x02E3AED0, void, VisualElement_CustomStyleAccess_SetContext, (VisualElement_CustomStyleAccess * __this, Dictionary_2_System_String_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * customProperties, float dpiScaling, MethodInfo * method)); DO_APP_FUNC(0x02E3AF30, bool, VisualElement_CustomStyleAccess_TryGetValue, (VisualElement_CustomStyleAccess * __this, CustomStyleProperty_1_System_Single_ property, float * value, MethodInfo * method)); DO_APP_FUNC(0x02E3B020, bool, VisualElement_CustomStyleAccess_TryGetValue_1, (VisualElement_CustomStyleAccess * __this, CustomStyleProperty_1_System_Int32_ property, int32_t * value, MethodInfo * method)); DO_APP_FUNC(0x02E3B120, bool, VisualElement_CustomStyleAccess_TryGetValue_2, (VisualElement_CustomStyleAccess * __this, CustomStyleProperty_1_UnityEngine_Color_ property, Color * value, MethodInfo * method)); DO_APP_FUNC(0x02E3B2E0, bool, VisualElement_CustomStyleAccess_TryGetValue_3, (VisualElement_CustomStyleAccess * __this, CustomStyleProperty_1_UnityEngine_Texture2D_ property, Texture2D * * value, MethodInfo * method)); DO_APP_FUNC(0x02E3B540, bool, VisualElement_CustomStyleAccess_TryGetValue_4, (VisualElement_CustomStyleAccess * __this, CustomStyleProperty_1_UnityEngine_Sprite_ property, Sprite * * value, MethodInfo * method)); DO_APP_FUNC(0x02E3B7A0, bool, VisualElement_CustomStyleAccess_TryGetValue_5, (VisualElement_CustomStyleAccess * __this, CustomStyleProperty_1_VectorImage_ property, VectorImage * * value, MethodInfo * method)); DO_APP_FUNC(0x02E3BA00, bool, VisualElement_CustomStyleAccess_TryGetValue_6, (VisualElement_CustomStyleAccess * __this, CustomStyleProperty_1_System_String_ property, String * * value, MethodInfo * method)); DO_APP_FUNC(0x02E3BB70, bool, VisualElement_CustomStyleAccess_TryGetValue_7, (VisualElement_CustomStyleAccess * __this, String * propertyName, StyleValueType__Enum valueType, StylePropertyValue * customProp, MethodInfo * method)); DO_APP_FUNC(0x02E3BC10, void, VisualElement_CustomStyleAccess_LogCustomPropertyWarning, (String * propertyName, StyleValueType__Enum valueType, StylePropertyValue customProp, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VisualElement_CustomStyleAccess__ctor, (VisualElement_CustomStyleAccess * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Type *, VisualElement_TypeData_get_type, (VisualElement_TypeData * __this, MethodInfo * method)); DO_APP_FUNC(0x02E3BD30, void, VisualElement_TypeData__ctor, (VisualElement_TypeData * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02E3BE90, String *, VisualElement_TypeData_get_fullTypeName, (VisualElement_TypeData * __this, MethodInfo * method)); DO_APP_FUNC(0x02E3BF30, String *, VisualElement_TypeData_get_typeName, (VisualElement_TypeData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VisualElement_c_DisplayClass314_0__ctor, (VisualElement_c_DisplayClass314_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02E3C0B0, StyleValues, VisualElement_c_DisplayClass314_0__UnityEngine_UIElements_Experimental_ITransitionAnimations_Start_b__0, (VisualElement_c_DisplayClass314_0 * __this, VisualElement * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BD30, VisualElement_c_DisplayClass314_0__UnityEngine_UIElements_Experimental_ITransitionAnimations_Start_b__0__MethodInfo); DO_APP_FUNC(0x02E3C0E0, void, StylePropertyAnimationSystem__ctor, (StylePropertyAnimationSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02E3C2A0, bool, StylePropertyAnimationSystem_StartTransition, (StylePropertyAnimationSystem * __this, VisualElement * owner, StylePropertyId__Enum prop, float startValue, float endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, MethodInfo * method)); DO_APP_FUNC(0x02E3C420, bool, StylePropertyAnimationSystem_StartTransition_1, (StylePropertyAnimationSystem * __this, VisualElement * owner, StylePropertyId__Enum prop, int32_t startValue, int32_t endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, MethodInfo * method)); DO_APP_FUNC(0x02E3C590, bool, StylePropertyAnimationSystem_StartTransition_2, (StylePropertyAnimationSystem * __this, VisualElement * owner, StylePropertyId__Enum prop, Length startValue, Length endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, MethodInfo * method)); DO_APP_FUNC(0x02E3C700, bool, StylePropertyAnimationSystem_StartTransition_3, (StylePropertyAnimationSystem * __this, VisualElement * owner, StylePropertyId__Enum prop, Color startValue, Color endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, MethodInfo * method)); DO_APP_FUNC(0x02E3C890, bool, StylePropertyAnimationSystem_StartTransition_4, (StylePropertyAnimationSystem * __this, VisualElement * owner, StylePropertyId__Enum prop, Background startValue, Background endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, MethodInfo * method)); DO_APP_FUNC(0x02E3CA30, bool, StylePropertyAnimationSystem_StartTransition_5, (StylePropertyAnimationSystem * __this, VisualElement * owner, StylePropertyId__Enum prop, FontDefinition startValue, FontDefinition endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, MethodInfo * method)); DO_APP_FUNC(0x02E3CBC0, bool, StylePropertyAnimationSystem_StartTransition_6, (StylePropertyAnimationSystem * __this, VisualElement * owner, StylePropertyId__Enum prop, Font * startValue, Font * endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, MethodInfo * method)); DO_APP_FUNC(0x02E3CD30, bool, StylePropertyAnimationSystem_StartTransition_7, (StylePropertyAnimationSystem * __this, VisualElement * owner, StylePropertyId__Enum prop, TextShadow startValue, TextShadow endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, MethodInfo * method)); DO_APP_FUNC(0x02E3CEF0, bool, StylePropertyAnimationSystem_StartTransition_8, (StylePropertyAnimationSystem * __this, VisualElement * owner, StylePropertyId__Enum prop, Scale startValue, Scale endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, MethodInfo * method)); DO_APP_FUNC(0x02E3D080, bool, StylePropertyAnimationSystem_StartTransition_9, (StylePropertyAnimationSystem * __this, VisualElement * owner, StylePropertyId__Enum prop, Rotate_1 startValue, Rotate_1 endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, MethodInfo * method)); DO_APP_FUNC(0x02E3D230, bool, StylePropertyAnimationSystem_StartTransition_10, (StylePropertyAnimationSystem * __this, VisualElement * owner, StylePropertyId__Enum prop, Translate_1 startValue, Translate_1 endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, MethodInfo * method)); DO_APP_FUNC(0x02E3D3E0, bool, StylePropertyAnimationSystem_StartTransition_11, (StylePropertyAnimationSystem * __this, VisualElement * owner, StylePropertyId__Enum prop, TransformOrigin startValue, TransformOrigin endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, MethodInfo * method)); DO_APP_FUNC(0x02E3D580, void, StylePropertyAnimationSystem_CancelAllAnimations, (StylePropertyAnimationSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02E3D6E0, void, StylePropertyAnimationSystem_CancelAllAnimations_1, (StylePropertyAnimationSystem * __this, VisualElement * owner, MethodInfo * method)); DO_APP_FUNC(0x02E3D8E0, void, StylePropertyAnimationSystem_CancelAnimation, (StylePropertyAnimationSystem * __this, VisualElement * owner, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x02E3D980, void, StylePropertyAnimationSystem_UpdateAnimation, (StylePropertyAnimationSystem * __this, VisualElement * owner, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x02E3DA20, void, StylePropertyAnimationSystem_GetAllAnimations, (StylePropertyAnimationSystem * __this, VisualElement * owner, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * propertyIds, MethodInfo * method)); DO_APP_FUNC(0x01616940, int64_t, StylePropertyAnimationSystem_CurrentTimeMs, (StylePropertyAnimationSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02E3DBA0, void, StylePropertyAnimationSystem_Update, (StylePropertyAnimationSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x0050EF20, void, StylePropertyAnimationSystem_ElementPropertyPair__ctor, (StylePropertyAnimationSystem_ElementPropertyPair * __this, VisualElement * element, StylePropertyId__Enum property, MethodInfo * method)); DO_APP_FUNC(0x02E3DCA0, void, StylePropertyAnimationSystem_ElementPropertyPair__cctor, (MethodInfo * method)); DO_APP_FUNC(0x016397B0, bool, StylePropertyAnimationSystem_ElementPropertyPair_EqualityComparer_Equals, (StylePropertyAnimationSystem_ElementPropertyPair_EqualityComparer * __this, StylePropertyAnimationSystem_ElementPropertyPair x, StylePropertyAnimationSystem_ElementPropertyPair y, MethodInfo * method)); DO_APP_FUNC(0x02E3DD60, int32_t, StylePropertyAnimationSystem_ElementPropertyPair_EqualityComparer_GetHashCode, (StylePropertyAnimationSystem_ElementPropertyPair_EqualityComparer * __this, StylePropertyAnimationSystem_ElementPropertyPair obj, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StylePropertyAnimationSystem_ElementPropertyPair_EqualityComparer__ctor, (StylePropertyAnimationSystem_ElementPropertyPair_EqualityComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StylePropertyAnimationSystem_Values__ctor, (StylePropertyAnimationSystem_Values * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7040, Func_3_Single_Single_Boolean_ *, StylePropertyAnimationSystem_ValuesFloat_get_SameFunc, (StylePropertyAnimationSystem_ValuesFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x02E3DDA0, bool, StylePropertyAnimationSystem_ValuesFloat_IsSame, (float a, float b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B980, StylePropertyAnimationSystem_ValuesFloat_IsSame__MethodInfo); DO_APP_FUNC(0x02CF7080, float, StylePropertyAnimationSystem_ValuesFloat_Lerp, (float a, float b, float t, MethodInfo * method)); DO_APP_FUNC(0x02E3DDB0, void, StylePropertyAnimationSystem_ValuesFloat_UpdateValues, (StylePropertyAnimationSystem_ValuesFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x02E3DE30, void, StylePropertyAnimationSystem_ValuesFloat_UpdateComputedStyle, (StylePropertyAnimationSystem_ValuesFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x02E3DEF0, void, StylePropertyAnimationSystem_ValuesFloat_UpdateComputedStyle_1, (StylePropertyAnimationSystem_ValuesFloat * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02E3DF70, void, StylePropertyAnimationSystem_ValuesFloat__ctor, (StylePropertyAnimationSystem_ValuesFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7040, Func_3_Int32_Int32_Boolean_ *, StylePropertyAnimationSystem_ValuesInt_get_SameFunc, (StylePropertyAnimationSystem_ValuesInt * __this, MethodInfo * method)); DO_APP_FUNC(0x00B40120, bool, StylePropertyAnimationSystem_ValuesInt_IsSame, (int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3628, StylePropertyAnimationSystem_ValuesInt_IsSame__MethodInfo); DO_APP_FUNC(0x02E88D30, int32_t, StylePropertyAnimationSystem_ValuesInt_Lerp, (int32_t a, int32_t b, float t, MethodInfo * method)); DO_APP_FUNC(0x02E88D50, void, StylePropertyAnimationSystem_ValuesInt_UpdateValues, (StylePropertyAnimationSystem_ValuesInt * __this, MethodInfo * method)); DO_APP_FUNC(0x02E88DF0, void, StylePropertyAnimationSystem_ValuesInt_UpdateComputedStyle, (StylePropertyAnimationSystem_ValuesInt * __this, MethodInfo * method)); DO_APP_FUNC(0x02E88EA0, void, StylePropertyAnimationSystem_ValuesInt_UpdateComputedStyle_1, (StylePropertyAnimationSystem_ValuesInt * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02E88F20, void, StylePropertyAnimationSystem_ValuesInt__ctor, (StylePropertyAnimationSystem_ValuesInt * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7040, Func_3_UnityEngine_UIElements_Length_UnityEngine_UIElements_Length_Boolean_ *, StylePropertyAnimationSystem_ValuesLength_get_SameFunc, (StylePropertyAnimationSystem_ValuesLength * __this, MethodInfo * method)); DO_APP_FUNC(0x02E89100, bool, StylePropertyAnimationSystem_ValuesLength_IsSame, (Length a, Length b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3640, StylePropertyAnimationSystem_ValuesLength_IsSame__MethodInfo); DO_APP_FUNC(0x02E89140, bool, StylePropertyAnimationSystem_ValuesLength_ConvertUnits, (StylePropertyAnimationSystem_ValuesLength * __this, VisualElement * owner, StylePropertyId__Enum prop, Length * a, Length * b, MethodInfo * method)); DO_APP_FUNC(0x02E89180, Length, StylePropertyAnimationSystem_ValuesLength_Lerp, (Length a, Length b, float t, MethodInfo * method)); DO_APP_FUNC(0x02E891F0, void, StylePropertyAnimationSystem_ValuesLength_UpdateValues, (StylePropertyAnimationSystem_ValuesLength * __this, MethodInfo * method)); DO_APP_FUNC(0x02E892D0, void, StylePropertyAnimationSystem_ValuesLength_UpdateComputedStyle, (StylePropertyAnimationSystem_ValuesLength * __this, MethodInfo * method)); DO_APP_FUNC(0x02E89390, void, StylePropertyAnimationSystem_ValuesLength_UpdateComputedStyle_1, (StylePropertyAnimationSystem_ValuesLength * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02E89410, void, StylePropertyAnimationSystem_ValuesLength__ctor, (StylePropertyAnimationSystem_ValuesLength * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7040, Func_3_UnityEngine_Color_UnityEngine_Color_Boolean_ *, StylePropertyAnimationSystem_ValuesColor_get_SameFunc, (StylePropertyAnimationSystem_ValuesColor * __this, MethodInfo * method)); DO_APP_FUNC(0x02E895F0, bool, StylePropertyAnimationSystem_ValuesColor_IsSame, (Color c, Color d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3660, StylePropertyAnimationSystem_ValuesColor_IsSame__MethodInfo); DO_APP_FUNC(0x02E89660, Color, StylePropertyAnimationSystem_ValuesColor_Lerp, (Color a, Color b, float t, MethodInfo * method)); DO_APP_FUNC(0x02E89700, void, StylePropertyAnimationSystem_ValuesColor_UpdateValues, (StylePropertyAnimationSystem_ValuesColor * __this, MethodInfo * method)); DO_APP_FUNC(0x02E89810, void, StylePropertyAnimationSystem_ValuesColor_UpdateComputedStyle, (StylePropertyAnimationSystem_ValuesColor * __this, MethodInfo * method)); DO_APP_FUNC(0x02E898F0, void, StylePropertyAnimationSystem_ValuesColor_UpdateComputedStyle_1, (StylePropertyAnimationSystem_ValuesColor * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02E89980, void, StylePropertyAnimationSystem_ValuesColor__ctor, (StylePropertyAnimationSystem_ValuesColor * __this, MethodInfo * method)); DO_APP_FUNC(0x02E89B60, void, StylePropertyAnimationSystem_ValuesBackground_UpdateComputedStyle, (StylePropertyAnimationSystem_ValuesBackground * __this, MethodInfo * method)); DO_APP_FUNC(0x02E89C50, void, StylePropertyAnimationSystem_ValuesBackground_UpdateComputedStyle_1, (StylePropertyAnimationSystem_ValuesBackground * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02E89CF0, void, StylePropertyAnimationSystem_ValuesBackground__ctor, (StylePropertyAnimationSystem_ValuesBackground * __this, MethodInfo * method)); DO_APP_FUNC(0x02E89E00, void, StylePropertyAnimationSystem_ValuesFontDefinition_UpdateComputedStyle, (StylePropertyAnimationSystem_ValuesFontDefinition * __this, MethodInfo * method)); DO_APP_FUNC(0x02E89EE0, void, StylePropertyAnimationSystem_ValuesFontDefinition_UpdateComputedStyle_1, (StylePropertyAnimationSystem_ValuesFontDefinition * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02E89F70, void, StylePropertyAnimationSystem_ValuesFontDefinition__ctor, (StylePropertyAnimationSystem_ValuesFontDefinition * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8A080, void, StylePropertyAnimationSystem_ValuesFont_UpdateComputedStyle, (StylePropertyAnimationSystem_ValuesFont * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8A140, void, StylePropertyAnimationSystem_ValuesFont_UpdateComputedStyle_1, (StylePropertyAnimationSystem_ValuesFont * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02E8A1C0, void, StylePropertyAnimationSystem_ValuesFont__ctor, (StylePropertyAnimationSystem_ValuesFont * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7040, Func_3_UnityEngine_UIElements_TextShadow_UnityEngine_UIElements_TextShadow_Boolean_ *, StylePropertyAnimationSystem_ValuesTextShadow_get_SameFunc, (StylePropertyAnimationSystem_ValuesTextShadow * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8A2D0, bool, StylePropertyAnimationSystem_ValuesTextShadow_IsSame, (TextShadow a, TextShadow b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA35C8, StylePropertyAnimationSystem_ValuesTextShadow_IsSame__MethodInfo); DO_APP_FUNC(0x02E8A3A0, TextShadow, StylePropertyAnimationSystem_ValuesTextShadow_Lerp, (TextShadow a, TextShadow b, float t, MethodInfo * method)); DO_APP_FUNC(0x02E8A4E0, void, StylePropertyAnimationSystem_ValuesTextShadow_UpdateValues, (StylePropertyAnimationSystem_ValuesTextShadow * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8A690, void, StylePropertyAnimationSystem_ValuesTextShadow_UpdateComputedStyle, (StylePropertyAnimationSystem_ValuesTextShadow * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8A790, void, StylePropertyAnimationSystem_ValuesTextShadow_UpdateComputedStyle_1, (StylePropertyAnimationSystem_ValuesTextShadow * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02E8A840, void, StylePropertyAnimationSystem_ValuesTextShadow__ctor, (StylePropertyAnimationSystem_ValuesTextShadow * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7040, Func_3_UnityEngine_UIElements_Scale_UnityEngine_UIElements_Scale_Boolean_ *, StylePropertyAnimationSystem_ValuesScale_get_SameFunc, (StylePropertyAnimationSystem_ValuesScale * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8AA20, bool, StylePropertyAnimationSystem_ValuesScale_IsSame, (Scale a, Scale b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA35D0, StylePropertyAnimationSystem_ValuesScale_IsSame__MethodInfo); DO_APP_FUNC(0x02E8AA70, void, StylePropertyAnimationSystem_ValuesScale_UpdateComputedStyle, (StylePropertyAnimationSystem_ValuesScale * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8AB50, void, StylePropertyAnimationSystem_ValuesScale_UpdateComputedStyle_1, (StylePropertyAnimationSystem_ValuesScale * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02E8ABE0, Scale, StylePropertyAnimationSystem_ValuesScale_Lerp, (Scale a, Scale b, float t, MethodInfo * method)); DO_APP_FUNC(0x02E8AC40, void, StylePropertyAnimationSystem_ValuesScale_UpdateValues, (StylePropertyAnimationSystem_ValuesScale * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8AD30, void, StylePropertyAnimationSystem_ValuesScale__ctor, (StylePropertyAnimationSystem_ValuesScale * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7040, Func_3_UnityEngine_UIElements_Rotate_UnityEngine_UIElements_Rotate_Boolean_ *, StylePropertyAnimationSystem_ValuesRotate_get_SameFunc, (StylePropertyAnimationSystem_ValuesRotate * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8AF10, bool, StylePropertyAnimationSystem_ValuesRotate_IsSame, (Rotate_1 a, Rotate_1 b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA35E8, StylePropertyAnimationSystem_ValuesRotate_IsSame__MethodInfo); DO_APP_FUNC(0x02E8AF60, void, StylePropertyAnimationSystem_ValuesRotate_UpdateComputedStyle, (StylePropertyAnimationSystem_ValuesRotate * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8B050, void, StylePropertyAnimationSystem_ValuesRotate_UpdateComputedStyle_1, (StylePropertyAnimationSystem_ValuesRotate * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02E8B0F0, Rotate_1, StylePropertyAnimationSystem_ValuesRotate_Lerp, (Rotate_1 a, Rotate_1 b, float t, MethodInfo * method)); DO_APP_FUNC(0x02E8B250, void, StylePropertyAnimationSystem_ValuesRotate_UpdateValues, (StylePropertyAnimationSystem_ValuesRotate * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8B4E0, void, StylePropertyAnimationSystem_ValuesRotate__ctor, (StylePropertyAnimationSystem_ValuesRotate * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7040, Func_3_UnityEngine_UIElements_Translate_UnityEngine_UIElements_Translate_Boolean_ *, StylePropertyAnimationSystem_ValuesTranslate_get_SameFunc, (StylePropertyAnimationSystem_ValuesTranslate * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8B6C0, bool, StylePropertyAnimationSystem_ValuesTranslate_IsSame, (Translate_1 a, Translate_1 b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3610, StylePropertyAnimationSystem_ValuesTranslate_IsSame__MethodInfo); DO_APP_FUNC(0x02E8B710, bool, StylePropertyAnimationSystem_ValuesTranslate_ConvertUnits, (StylePropertyAnimationSystem_ValuesTranslate * __this, VisualElement * owner, StylePropertyId__Enum prop, Translate_1 * a, Translate_1 * b, MethodInfo * method)); DO_APP_FUNC(0x02E8B7E0, void, StylePropertyAnimationSystem_ValuesTranslate_UpdateComputedStyle, (StylePropertyAnimationSystem_ValuesTranslate * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8B8D0, void, StylePropertyAnimationSystem_ValuesTranslate_UpdateComputedStyle_1, (StylePropertyAnimationSystem_ValuesTranslate * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02E8B970, Translate_1, StylePropertyAnimationSystem_ValuesTranslate_Lerp, (Translate_1 a, Translate_1 b, float t, MethodInfo * method)); DO_APP_FUNC(0x02E8BA70, void, StylePropertyAnimationSystem_ValuesTranslate_UpdateValues, (StylePropertyAnimationSystem_ValuesTranslate * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8BCD0, void, StylePropertyAnimationSystem_ValuesTranslate__ctor, (StylePropertyAnimationSystem_ValuesTranslate * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7040, Func_3_UnityEngine_UIElements_TransformOrigin_UnityEngine_UIElements_TransformOrigin_Boolean_ *, StylePropertyAnimationSystem_ValuesTransformOrigin_get_SameFunc, (StylePropertyAnimationSystem_ValuesTransformOrigin * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8BEB0, bool, StylePropertyAnimationSystem_ValuesTransformOrigin_IsSame, (TransformOrigin a, TransformOrigin b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3548, StylePropertyAnimationSystem_ValuesTransformOrigin_IsSame__MethodInfo); DO_APP_FUNC(0x02E8BF50, bool, StylePropertyAnimationSystem_ValuesTransformOrigin_ConvertUnits, (StylePropertyAnimationSystem_ValuesTransformOrigin * __this, VisualElement * owner, StylePropertyId__Enum prop, TransformOrigin * a, TransformOrigin * b, MethodInfo * method)); DO_APP_FUNC(0x02E8C020, void, StylePropertyAnimationSystem_ValuesTransformOrigin_UpdateComputedStyle, (StylePropertyAnimationSystem_ValuesTransformOrigin * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8C110, void, StylePropertyAnimationSystem_ValuesTransformOrigin_UpdateComputedStyle_1, (StylePropertyAnimationSystem_ValuesTransformOrigin * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02E8C1A0, TransformOrigin, StylePropertyAnimationSystem_ValuesTransformOrigin_Lerp, (TransformOrigin a, TransformOrigin b, float t, MethodInfo * method)); DO_APP_FUNC(0x02E8C290, void, StylePropertyAnimationSystem_ValuesTransformOrigin_UpdateValues, (StylePropertyAnimationSystem_ValuesTransformOrigin * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8C4B0, void, StylePropertyAnimationSystem_ValuesTransformOrigin__ctor, (StylePropertyAnimationSystem_ValuesTransformOrigin * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, StylePropertyId__Enum, StylePropertyName_get_id, (StylePropertyName * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, String *, StylePropertyName_get_name, (StylePropertyName * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8C690, StylePropertyId__Enum, StylePropertyName_StylePropertyIdFromString, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02E8C770, void, StylePropertyName__ctor, (StylePropertyName * __this, StylePropertyId__Enum stylePropertyId, MethodInfo * method)); DO_APP_FUNC(0x02E8C8D0, void, StylePropertyName__ctor_1, (StylePropertyName * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02E8CA70, bool, StylePropertyName_op_Equality, (StylePropertyName lhs, StylePropertyName rhs, MethodInfo * method)); DO_APP_FUNC(0x02E8CA80, bool, StylePropertyName_op_Inequality, (StylePropertyName lhs, StylePropertyName rhs, MethodInfo * method)); DO_APP_FUNC(0x02E8CA90, StylePropertyName, StylePropertyName_op_Implicit, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02B40F80, int32_t, StylePropertyName_GetHashCode, (StylePropertyName * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8CAD0, bool, StylePropertyName_Equals, (StylePropertyName * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x02E8CA70, bool, StylePropertyName_Equals_1, (StylePropertyName * __this, StylePropertyName other, MethodInfo * method)); DO_APP_FUNC(0x02D2F740, String *, StylePropertyName_ToString, (StylePropertyName * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF83B0, String *, TemplateContainer_get_templateId, (TemplateContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8CB50, void, TemplateContainer_set_templateId, (TemplateContainer * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02E8CBB0, void, TemplateContainer_set_templateSource, (TemplateContainer * __this, VisualTreeAsset * value, MethodInfo * method)); DO_APP_FUNC(0x02E8CC10, void, TemplateContainer__ctor, (TemplateContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8CC20, void, TemplateContainer__ctor_1, (TemplateContainer * __this, String * templateId, MethodInfo * method)); DO_APP_FUNC(0x02E8CD30, VisualElement *, TemplateContainer_get_contentContainer, (TemplateContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8CD40, void, TemplateContainer_SetContentContainer, (TemplateContainer * __this, VisualElement * content, MethodInfo * method)); DO_APP_FUNC(0x02E8CDA0, String *, TemplateContainer_UxmlFactory_get_uxmlName, (TemplateContainer_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8CDE0, String *, TemplateContainer_UxmlFactory_get_uxmlQualifiedName, (TemplateContainer_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8CE60, void, TemplateContainer_UxmlFactory__ctor, (TemplateContainer_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8CEA0, void, TemplateContainer_UxmlTraits_Init, (TemplateContainer_UxmlTraits * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02E8D590, void, TemplateContainer_UxmlTraits__ctor, (TemplateContainer_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8D6D0, void, TextElement_1__ctor, (TextElement_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8D9C0, ITextHandle *, TextElement_1_get_textHandle, (TextElement_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8CB50, void, TextElement_1_set_textHandle, (TextElement_1 * __this, ITextHandle * value, MethodInfo * method)); DO_APP_FUNC(0x02E8D9D0, void, TextElement_1_HandleEvent, (TextElement_1 * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02E8DBD0, void, TextElement_1_OnGeometryChanged, (TextElement_1 * __this, GeometryChangedEvent * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3520, TextElement_1_OnGeometryChanged__MethodInfo); DO_APP_FUNC(0x02E8DBE0, String *, TextElement_1_get_text, (TextElement_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8DC20, void, TextElement_1_set_text, (TextElement_1 * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02E8DC80, bool, TextElement_1_get_enableRichText, (TextElement_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8DC90, void, TextElement_1_set_enableRichText, (TextElement_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02E8DCD0, bool, TextElement_1_get_displayTooltipWhenElided, (TextElement_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8DCE0, void, TextElement_1_set_displayTooltipWhenElided, (TextElement_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02E8DD30, bool, TextElement_1_get_isElided, (TextElement_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8DD40, void, TextElement_1_set_isElided, (TextElement_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02E8DD50, void, TextElement_1_OnGenerateVisualContent, (TextElement_1 * __this, MeshGenerationContext * mgc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3518, TextElement_1_OnGenerateVisualContent__MethodInfo); DO_APP_FUNC(0x02E8DFE0, String *, TextElement_1_ElideText, (TextElement_1 * __this, String * drawText, String * ellipsisText, float width, TextOverflowPosition__Enum textOverflowPosition, MethodInfo * method)); DO_APP_FUNC(0x02E8E4C0, void, TextElement_1_UpdateTooltip, (TextElement_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8E530, void, TextElement_1_UpdateVisibleText, (TextElement_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8E820, bool, TextElement_1_ShouldElide, (TextElement_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8E8F0, bool, TextElement_1_TextLibraryCanElide, (TextElement_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8E960, Vector2, TextElement_1_MeasureTextSize, (TextElement_1 * __this, String * textToMeasure, float width, VisualElement_MeasureMode__Enum widthMode, float height, VisualElement_MeasureMode__Enum heightMode, MethodInfo * method)); DO_APP_FUNC(0x02E8E9A0, Vector2, TextElement_1_DoMeasure, (TextElement_1 * __this, float desiredWidth, VisualElement_MeasureMode__Enum widthMode, float desiredHeight, VisualElement_MeasureMode__Enum heightMode, MethodInfo * method)); DO_APP_FUNC(0x02E8EA20, String *, TextElement_1_UnityEngine_UIElements_INotifyValueChanged_System_String__get_value, (TextElement_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8EA70, void, TextElement_1_UnityEngine_UIElements_INotifyValueChanged_System_String__set_value, (TextElement_1 * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02E8EC10, void, TextElement_1_UnityEngine_UIElements_INotifyValueChanged_System_String__SetValueWithoutNotify, (TextElement_1 * __this, String * newValue, MethodInfo * method)); DO_APP_FUNC(0x02E8ED00, void, TextElement_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E8EE80, void, TextElement_UxmlFactory__ctor, (TextElement_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8EEC0, void, TextElement_UxmlTraits_Init, (TextElement_UxmlTraits * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02E8F0E0, void, TextElement_UxmlTraits__ctor, (TextElement_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8F410, bool, TextShadow_Equals, (TextShadow * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02E8F4C0, bool, TextShadow_Equals_1, (TextShadow * __this, TextShadow other, MethodInfo * method)); DO_APP_FUNC(0x02E8F590, int32_t, TextShadow_GetHashCode, (TextShadow * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8F600, bool, TextShadow_op_Equality, (TextShadow style1, TextShadow style2, MethodInfo * method)); DO_APP_FUNC(0x02E8F630, bool, TextShadow_op_Inequality, (TextShadow style1, TextShadow style2, MethodInfo * method)); DO_APP_FUNC(0x02E8F700, String *, TextShadow_ToString, (TextShadow * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8F840, TextShadow, TextShadow_LerpUnclamped, (TextShadow a, TextShadow b, float t, MethodInfo * method)); DO_APP_FUNC(0x02E8F980, void, UIElementsPackageUtility__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E8FA40, void, UIElementsRuntimeUtility_add_onCreatePanel, (Action_1_UnityEngine_UIElements_BaseRuntimePanel_ * value, MethodInfo * method)); DO_APP_FUNC(0x02E8FBA0, void, UIElementsRuntimeUtility_remove_onCreatePanel, (Action_1_UnityEngine_UIElements_BaseRuntimePanel_ * value, MethodInfo * method)); DO_APP_FUNC(0x02E8FD00, void, UIElementsRuntimeUtility__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E90420, EventBase *, UIElementsRuntimeUtility_CreateEvent, (Event_1 * systemEvent, MethodInfo * method)); DO_APP_FUNC(0x02E904D0, BaseRuntimePanel *, UIElementsRuntimeUtility_FindOrCreateRuntimePanel, (ScriptableObject * ownerObject, UIElementsRuntimeUtility_CreateRuntimePanelDelegate * createDelegate, MethodInfo * method)); DO_APP_FUNC(0x02E90700, void, UIElementsRuntimeUtility_DisposeRuntimePanel, (ScriptableObject * ownerObject, MethodInfo * method)); DO_APP_FUNC(0x02E90A00, void, UIElementsRuntimeUtility_RegisterCachedPanelInternal, (int32_t instanceID, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02E90D10, void, UIElementsRuntimeUtility_RemoveCachedPanelInternal, (int32_t instanceID, MethodInfo * method)); DO_APP_FUNC(0x02E90F70, void, UIElementsRuntimeUtility_RepaintOffscreenPanels, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3458, UIElementsRuntimeUtility_RepaintOffscreenPanels__MethodInfo); DO_APP_FUNC(0x02E91250, void, UIElementsRuntimeUtility_RepaintOverlayPanel, (BaseRuntimePanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02E91580, void, UIElementsRuntimeUtility_BeginRenderOverlays, (int32_t displayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3468, UIElementsRuntimeUtility_BeginRenderOverlays__MethodInfo); DO_APP_FUNC(0x02E915E0, void, UIElementsRuntimeUtility_RenderOverlaysBeforePriority, (int32_t displayIndex, float maxPriority, MethodInfo * method)); DO_APP_FUNC(0x02E917E0, void, UIElementsRuntimeUtility_EndRenderOverlays, (int32_t displayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3450, UIElementsRuntimeUtility_EndRenderOverlays__MethodInfo); DO_APP_FUNC(0x02E91850, Object_1 *, UIElementsRuntimeUtility_get_activeEventSystem, (MethodInfo * method)); DO_APP_FUNC(0x02E918B0, void, UIElementsRuntimeUtility_set_activeEventSystem, (Object_1 * value, MethodInfo * method)); DO_APP_FUNC(0x02E91970, bool, UIElementsRuntimeUtility_get_useDefaultEventSystem, (MethodInfo * method)); DO_APP_FUNC(0x02E91AE0, void, UIElementsRuntimeUtility_RegisterEventSystem, (Object_1 * eventSystem, MethodInfo * method)); DO_APP_FUNC(0x02E91EA0, void, UIElementsRuntimeUtility_UnregisterEventSystem, (Object_1 * eventSystem, MethodInfo * method)); DO_APP_FUNC(0x02E920A0, DefaultEventSystem *, UIElementsRuntimeUtility_get_defaultEventSystem, (MethodInfo * method)); DO_APP_FUNC(0x02E921C0, void, UIElementsRuntimeUtility_UpdateRuntimePanels, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA33C0, UIElementsRuntimeUtility_UpdateRuntimePanels__MethodInfo); DO_APP_FUNC(0x02E92760, void, UIElementsRuntimeUtility_MarkPotentiallyEmpty, (PanelSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x02E928B0, void, UIElementsRuntimeUtility_RemoveUnusedPanels, (MethodInfo * method)); DO_APP_FUNC(0x02E92AE0, void, UIElementsRuntimeUtility_RegisterPlayerloopCallback, (MethodInfo * method)); DO_APP_FUNC(0x02E92C20, void, UIElementsRuntimeUtility_UnregisterPlayerloopCallback, (MethodInfo * method)); DO_APP_FUNC(0x02E92CF0, void, UIElementsRuntimeUtility_SetPanelOrderingDirty, (MethodInfo * method)); DO_APP_FUNC(0x02E92D50, List_1_UnityEngine_UIElements_Panel_ *, UIElementsRuntimeUtility_GetSortedPlayerPanels, (MethodInfo * method)); DO_APP_FUNC(0x02E92DF0, void, UIElementsRuntimeUtility_SortPanels, (MethodInfo * method)); DO_APP_FUNC(0x02E93060, Vector2, UIElementsRuntimeUtility_MultiDisplayBottomLeftToPanelPosition, (Vector2 position, Nullable_1_Int32_ * targetDisplay, MethodInfo * method)); DO_APP_FUNC(0x02E93360, Vector2, UIElementsRuntimeUtility_MultiDisplayToLocalScreenPosition, (Vector2 position, Nullable_1_Int32_ * targetDisplay, MethodInfo * method)); DO_APP_FUNC(0x02E93520, Vector2, UIElementsRuntimeUtility_ScreenBottomLeftToPanelPosition, (Vector2 position, int32_t targetDisplay, MethodInfo * method)); DO_APP_FUNC(0x02E93640, Vector2, UIElementsRuntimeUtility_ScreenBottomLeftToPanelDelta, (Vector2 delta, MethodInfo * method)); DO_APP_FUNC(0x0160E080, void, UIElementsRuntimeUtility_CreateRuntimePanelDelegate__ctor, (UIElementsRuntimeUtility_CreateRuntimePanelDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, BaseRuntimePanel *, UIElementsRuntimeUtility_CreateRuntimePanelDelegate_Invoke, (UIElementsRuntimeUtility_CreateRuntimePanelDelegate * __this, ScriptableObject * ownerObject, MethodInfo * method)); DO_APP_FUNC(0x02E93660, void, UIElementsRuntimeUtility_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIElementsRuntimeUtility_c__ctor, (UIElementsRuntimeUtility_c * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIElementsRuntimeUtility_c___cctor_b__9_0, (UIElementsRuntimeUtility_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA34F0, UIElementsRuntimeUtility_c___cctor_b__9_0__MethodInfo); DO_APP_FUNC(0x02E93710, void, UIElementsRuntimeUtility_c___cctor_b__9_1, (UIElementsRuntimeUtility_c * __this, int32_t displayIndex, int32_t sortOrder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3470, UIElementsRuntimeUtility_c___cctor_b__9_1__MethodInfo); DO_APP_FUNC(0x02E93770, int32_t, UIElementsRuntimeUtility_c__SortPanels_b__47_0, (UIElementsRuntimeUtility_c * __this, Panel * a, Panel * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA33C8, UIElementsRuntimeUtility_c__SortPanels_b__47_0__MethodInfo); DO_APP_FUNC(0x02E93920, void, UIEventRegistration__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E94340, void, UIEventRegistration_RegisterUIElementSystem, (IUIElementsUtility * utility, MethodInfo * method)); DO_APP_FUNC(0x02E943D0, void, UIEventRegistration_TakeCapture, (MethodInfo * method)); DO_APP_FUNC(0x02E94570, void, UIEventRegistration_ReleaseCapture, (MethodInfo * method)); DO_APP_FUNC(0x02E94710, bool, UIEventRegistration_EndContainerGUIFromException, (Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x02E94960, bool, UIEventRegistration_ProcessEvent, (int32_t instanceID, void * nativeEventPtr, MethodInfo * method)); DO_APP_FUNC(0x02E94BC0, void, UIEventRegistration_CleanupRoots, (MethodInfo * method)); DO_APP_FUNC(0x02E94D60, void, UIEventRegistration_MakeCurrentIMGUIContainerDirty, (MethodInfo * method)); DO_APP_FUNC(0x02E94F00, void, UIEventRegistration_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIEventRegistration_c__ctor, (UIEventRegistration_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02E94FB0, void, UIEventRegistration_c___cctor_b__1_0, (UIEventRegistration_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3380, UIEventRegistration_c___cctor_b__1_0__MethodInfo); DO_APP_FUNC(0x02E95000, void, UIEventRegistration_c___cctor_b__1_1, (UIEventRegistration_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3368, UIEventRegistration_c___cctor_b__1_1__MethodInfo); DO_APP_FUNC(0x02E95050, bool, UIEventRegistration_c___cctor_b__1_2, (UIEventRegistration_c * __this, int32_t i, void * ptr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3370, UIEventRegistration_c___cctor_b__1_2__MethodInfo); DO_APP_FUNC(0x02E950B0, void, UIEventRegistration_c___cctor_b__1_3, (UIEventRegistration_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3358, UIEventRegistration_c___cctor_b__1_3__MethodInfo); DO_APP_FUNC(0x02E95100, bool, UIEventRegistration_c___cctor_b__1_4, (UIEventRegistration_c * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3360, UIEventRegistration_c___cctor_b__1_4__MethodInfo); DO_APP_FUNC(0x02E95150, void, UIEventRegistration_c___cctor_b__1_5, (UIEventRegistration_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3348, UIEventRegistration_c___cctor_b__1_5__MethodInfo); DO_APP_FUNC(0x02E951A0, void, UIElementsUtility__ctor, (UIElementsUtility * __this, MethodInfo * method)); DO_APP_FUNC(0x02E95260, bool, UIElementsUtility_UnityEngine_UIElements_IUIElementsUtility_MakeCurrentIMGUIContainerDirty, (UIElementsUtility * __this, MethodInfo * method)); DO_APP_FUNC(0x02E95350, bool, UIElementsUtility_UnityEngine_UIElements_IUIElementsUtility_TakeCapture, (UIElementsUtility * __this, MethodInfo * method)); DO_APP_FUNC(0x01C26F90, bool, UIElementsUtility_UnityEngine_UIElements_IUIElementsUtility_ReleaseCapture, (UIElementsUtility * __this, MethodInfo * method)); DO_APP_FUNC(0x02E95540, bool, UIElementsUtility_UnityEngine_UIElements_IUIElementsUtility_ProcessEvent, (UIElementsUtility * __this, int32_t instanceID, void * nativeEventPtr, bool * eventHandled, MethodInfo * method)); DO_APP_FUNC(0x02E956A0, bool, UIElementsUtility_UnityEngine_UIElements_IUIElementsUtility_CleanupRoots, (UIElementsUtility * __this, MethodInfo * method)); DO_APP_FUNC(0x02E95840, bool, UIElementsUtility_UnityEngine_UIElements_IUIElementsUtility_EndContainerGUIFromException, (UIElementsUtility * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x02E95910, void, UIElementsUtility_RegisterCachedPanel, (int32_t instanceID, Panel * panel, MethodInfo * method)); DO_APP_FUNC(0x02E959C0, void, UIElementsUtility_RemoveCachedPanel, (int32_t instanceID, MethodInfo * method)); DO_APP_FUNC(0x02E95A50, bool, UIElementsUtility_TryGetPanel, (int32_t instanceID, Panel * * panel, MethodInfo * method)); DO_APP_FUNC(0x02E95AF0, void, UIElementsUtility_BeginContainerGUI, (GUILayoutUtility_LayoutCache * cache, Event_1 * evt, IMGUIContainer * container, MethodInfo * method)); DO_APP_FUNC(0x02E96090, void, UIElementsUtility_EndContainerGUI, (Event_1 * evt, Rect layoutSize, MethodInfo * method)); DO_APP_FUNC(0x02E963A0, EventBase *, UIElementsUtility_CreateEvent, (Event_1 * systemEvent, MethodInfo * method)); DO_APP_FUNC(0x02E96450, EventBase *, UIElementsUtility_CreateEvent_1, (Event_1 * systemEvent, EventType__Enum eventType, MethodInfo * method)); DO_APP_FUNC(0x02E969D0, bool, UIElementsUtility_DoDispatch, (BaseVisualElementPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02E97280, void, UIElementsUtility_GetAllPanels, (List_1_UnityEngine_UIElements_Panel_ * panels, ContextType__Enum contextType, MethodInfo * method)); DO_APP_FUNC(0x02E973D0, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_Panel_, UIElementsUtility_GetPanelsIterator, (MethodInfo * method)); DO_APP_FUNC(0x02E97500, float, UIElementsUtility_PixelsPerUnitScaleForElement, (VisualElement * ve, Sprite * sprite, MethodInfo * method)); DO_APP_FUNC(0x02E97690, void, UIElementsUtility__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E97DF0, String *, RuleMatcher_ToString, (RuleMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UQuery_UQueryMatcher__ctor, (UQuery_UQueryMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02E6A370, void, UQuery_UQueryMatcher_Traverse, (UQuery_UQueryMatcher * __this, VisualElement * element, MethodInfo * method)); DO_APP_FUNC(0x01C26F90, bool, UQuery_UQueryMatcher_OnRuleMatchedElement, (UQuery_UQueryMatcher * __this, RuleMatcher matcher, VisualElement * element, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UQuery_UQueryMatcher_NoProcessResult, (VisualElement * e, MatchResultInfo i, MethodInfo * method)); DO_APP_FUNC(0x02E97E20, void, UQuery_UQueryMatcher_TraverseRecursive, (UQuery_UQueryMatcher * __this, VisualElement * element, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x02E980C0, void, UQuery_UQueryMatcher_Run, (UQuery_UQueryMatcher * __this, VisualElement * root, List_1_UnityEngine_UIElements_RuleMatcher_ * matchers, MethodInfo * method)); DO_APP_FUNC(0x02E98130, void, UQuery_UQueryMatcher_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UQuery_UQueryMatcher_c__ctor, (UQuery_UQueryMatcher_c * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UQuery_UQueryMatcher_c__TraverseRecursive_b__5_0, (UQuery_UQueryMatcher_c * __this, VisualElement * e, MatchResultInfo i, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3288, UQuery_UQueryMatcher_c__TraverseRecursive_b__5_0__MethodInfo); DO_APP_FUNC(0x003B93D0, VisualElement *, UQuery_SingleQueryMatcher_get_match, (UQuery_SingleQueryMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, UQuery_SingleQueryMatcher_set_match, (UQuery_SingleQueryMatcher * __this, VisualElement * value, MethodInfo * method)); DO_APP_FUNC(0x02E981E0, void, UQuery_SingleQueryMatcher_Run, (UQuery_SingleQueryMatcher * __this, VisualElement * root, List_1_UnityEngine_UIElements_RuleMatcher_ * matchers, MethodInfo * method)); DO_APP_FUNC(0x02E98320, bool, UQuery_SingleQueryMatcher_IsInUse, (UQuery_SingleQueryMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UQuery_SingleQueryMatcher__ctor, (UQuery_SingleQueryMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02E98330, bool, UQuery_FirstQueryMatcher_OnRuleMatchedElement, (UQuery_FirstQueryMatcher * __this, RuleMatcher matcher, VisualElement * element, MethodInfo * method)); DO_APP_FUNC(0x02E98390, UQuery_SingleQueryMatcher *, UQuery_FirstQueryMatcher_CreateNew, (UQuery_FirstQueryMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UQuery_FirstQueryMatcher__ctor, (UQuery_FirstQueryMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02E983E0, void, UQuery_FirstQueryMatcher__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E98490, VisualElement *, UQueryExtensions_Q, (VisualElement * e, String * name, String * className, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA32A8, UQueryExtensions_Q__MethodInfo); DO_APP_FUNC(0x02E98B90, void, UQueryExtensions__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E99E60, void, VectorImage__ctor, (VectorImage * __this, MethodInfo * method)); DO_APP_FUNC(0x02E9A010, List_1_UnityEngine_UIElements_VisualElement_ *, VisualElementListPool_Copy, (List_1_UnityEngine_UIElements_VisualElement_ * elements, MethodInfo * method)); DO_APP_FUNC(0x02E9A0E0, List_1_UnityEngine_UIElements_VisualElement_ *, VisualElementListPool_Get, (int32_t initialCapacity, MethodInfo * method)); DO_APP_FUNC(0x02E9A1C0, void, VisualElementListPool_Release, (List_1_UnityEngine_UIElements_VisualElement_ * elements, MethodInfo * method)); DO_APP_FUNC(0x02E9A280, void, VisualElementListPool__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E9A360, void, VisualElementExtensions_AddManipulator, (VisualElement * ele, IManipulator * manipulator, MethodInfo * method)); DO_APP_FUNC(0x02E9A3C0, void, VisualElementExtensions_RemoveManipulator, (VisualElement * ele, IManipulator * manipulator, MethodInfo * method)); DO_APP_FUNC(0x02E9A410, Vector2, VisualElementExtensions_WorldToLocal, (VisualElement * ele, Vector2 p, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3230, VisualElementExtensions_WorldToLocal__MethodInfo); DO_APP_FUNC(0x02E9A500, Vector2, VisualElementExtensions_LocalToWorld, (VisualElement * ele, Vector2 p, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3220, VisualElementExtensions_LocalToWorld__MethodInfo); DO_APP_FUNC(0x02E9A610, Rect, VisualElementExtensions_WorldToLocal_1, (VisualElement * ele, Rect r, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3188, VisualElementExtensions_WorldToLocal_1__MethodInfo); DO_APP_FUNC(0x02E9A700, FocusChangeDirection *, VisualElementFocusChangeDirection_get_left, (MethodInfo * method)); DO_APP_FUNC(0x02E9A760, FocusChangeDirection *, VisualElementFocusChangeDirection_get_right, (MethodInfo * method)); DO_APP_FUNC(0x02E9A7C0, void, VisualElementFocusChangeDirection__ctor, (VisualElementFocusChangeDirection * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02E9A820, void, VisualElementFocusChangeDirection__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E9AAB0, VisualElementFocusChangeTarget *, VisualElementFocusChangeTarget_GetPooled, (Focusable * target, MethodInfo * method)); DO_APP_FUNC(0x02E9AB90, void, VisualElementFocusChangeTarget_Dispose, (VisualElementFocusChangeTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x02E9AC70, void, VisualElementFocusChangeTarget_ApplyTo, (VisualElementFocusChangeTarget * __this, FocusController * focusController, Focusable * f, MethodInfo * method)); DO_APP_FUNC(0x02E9ACA0, void, VisualElementFocusChangeTarget__ctor, (VisualElementFocusChangeTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Focusable *, VisualElementFocusChangeTarget_get_target, (VisualElementFocusChangeTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, VisualElementFocusChangeTarget_set_target, (VisualElementFocusChangeTarget * __this, Focusable * value, MethodInfo * method)); DO_APP_FUNC(0x02E9AD50, void, VisualElementFocusChangeTarget__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E9AE30, void, VisualElementFocusRing__ctor, (VisualElementFocusRing * __this, VisualElement * root, VisualElementFocusRing_DefaultFocusOrder__Enum dfo, MethodInfo * method)); DO_APP_FUNC(0x01A6C190, FocusController *, VisualElementFocusRing_get_focusController, (VisualElementFocusRing * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, VisualElementFocusRing_DefaultFocusOrder__Enum, VisualElementFocusRing_get_defaultFocusOrder, (VisualElementFocusRing * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, VisualElementFocusRing_set_defaultFocusOrder, (VisualElementFocusRing * __this, VisualElementFocusRing_DefaultFocusOrder__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02E9AF60, int32_t, VisualElementFocusRing_FocusRingAutoIndexSort, (VisualElementFocusRing * __this, VisualElementFocusRing_FocusRingRecord * a, VisualElementFocusRing_FocusRingRecord * b, MethodInfo * method)); DO_APP_FUNC(0x02E9B350, int32_t, VisualElementFocusRing_FocusRingSort, (VisualElementFocusRing * __this, VisualElementFocusRing_FocusRingRecord * a, VisualElementFocusRing_FocusRingRecord * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3120, VisualElementFocusRing_FocusRingSort__MethodInfo); DO_APP_FUNC(0x02E9B480, void, VisualElementFocusRing_DoUpdate, (VisualElementFocusRing * __this, MethodInfo * method)); DO_APP_FUNC(0x02E9B570, void, VisualElementFocusRing_BuildRingForScopeRecursive, (VisualElementFocusRing * __this, VisualElement * ve, int32_t * scopeIndex, List_1_UnityEngine_UIElements_VisualElementFocusRing_FocusRingRecord_ * scopeList, MethodInfo * method)); DO_APP_FUNC(0x02E9B880, void, VisualElementFocusRing_SortAndFlattenScopeLists, (VisualElementFocusRing * __this, List_1_UnityEngine_UIElements_VisualElementFocusRing_FocusRingRecord_ * rootScopeList, MethodInfo * method)); DO_APP_FUNC(0x02E9BB50, int32_t, VisualElementFocusRing_GetFocusableInternalIndex, (VisualElementFocusRing * __this, Focusable * f, MethodInfo * method)); DO_APP_FUNC(0x02E9BC10, FocusChangeDirection *, VisualElementFocusRing_GetFocusChangeDirection, (VisualElementFocusRing * __this, Focusable * currentFocusable, EventBase * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3150, VisualElementFocusRing_GetFocusChangeDirection__MethodInfo); DO_APP_FUNC(0x02E9C060, FocusChangeDirection *, VisualElementFocusRing_GetKeyDownFocusChangeDirection, (EventBase * e, MethodInfo * method)); DO_APP_FUNC(0x02E9C250, Focusable *, VisualElementFocusRing_GetNextFocusable, (VisualElementFocusRing * __this, Focusable * currentFocusable, FocusChangeDirection * direction, MethodInfo * method)); DO_APP_FUNC(0x02E9C900, Focusable *, VisualElementFocusRing_GetNextFocusableInTree, (VisualElement * currentFocusable, MethodInfo * method)); DO_APP_FUNC(0x02E9C9A0, Focusable *, VisualElementFocusRing_GetPreviousFocusableInTree, (VisualElement * currentFocusable, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VisualElementFocusRing_FocusRingRecord__ctor, (VisualElementFocusRing_FocusRingRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, VisualElementPanelActivator_get_isActive, (VisualElementPanelActivator * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, VisualElementPanelActivator_set_isActive, (VisualElementPanelActivator * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF3A0, bool, VisualElementPanelActivator_get_isDetaching, (VisualElementPanelActivator * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3B0, void, VisualElementPanelActivator_set_isDetaching, (VisualElementPanelActivator * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, VisualElementPanelActivator__ctor, (VisualElementPanelActivator * __this, IVisualElementPanelActivatable * activatable, MethodInfo * method)); DO_APP_FUNC(0x02E9CA90, void, VisualElementPanelActivator_SetActive, (VisualElementPanelActivator * __this, bool action, MethodInfo * method)); DO_APP_FUNC(0x02E9CD50, void, VisualElementPanelActivator_SendActivation, (VisualElementPanelActivator * __this, MethodInfo * method)); DO_APP_FUNC(0x02E9CDD0, void, VisualElementPanelActivator_SendDeactivation, (VisualElementPanelActivator * __this, MethodInfo * method)); DO_APP_FUNC(0x02E9CE50, void, VisualElementPanelActivator_OnEnter, (VisualElementPanelActivator * __this, AttachToPanelEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA30A0, VisualElementPanelActivator_OnEnter__MethodInfo); DO_APP_FUNC(0x02E9CE60, void, VisualElementPanelActivator_OnLeave, (VisualElementPanelActivator * __this, DetachFromPanelEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3090, VisualElementPanelActivator_OnLeave__MethodInfo); DO_APP_FUNC(0x003BA280, void, VisualElementStyleSheetSet__ctor, (VisualElementStyleSheetSet * __this, VisualElement * element, MethodInfo * method)); DO_APP_FUNC(0x02E9CEC0, void, VisualElementStyleSheetSet_Add, (VisualElementStyleSheetSet * __this, StyleSheet * styleSheet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA30B0, VisualElementStyleSheetSet_Add__MethodInfo); DO_APP_FUNC(0x02E9D1B0, bool, VisualElementStyleSheetSet_Remove, (VisualElementStyleSheetSet * __this, StyleSheet * styleSheet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA30D8, VisualElementStyleSheetSet_Remove__MethodInfo); DO_APP_FUNC(0x02E0FAF0, bool, VisualElementStyleSheetSet_Equals, (VisualElementStyleSheetSet * __this, VisualElementStyleSheetSet other, MethodInfo * method)); DO_APP_FUNC(0x02E9D3E0, bool, VisualElementStyleSheetSet_Equals_1, (VisualElementStyleSheetSet * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02E0FC10, int32_t, VisualElementStyleSheetSet_GetHashCode, (VisualElementStyleSheetSet * __this, MethodInfo * method)); DO_APP_FUNC(0x02E9D4C0, String *, VisualElementUtils_GetUniqueName, (String * nameBase, MethodInfo * method)); DO_APP_FUNC(0x02E9D680, int32_t, VisualElementUtils_GetFoldoutDepth, (VisualElement * element, MethodInfo * method)); DO_APP_FUNC(0x02E9D760, int32_t, VisualElementUtils_GetListAndFoldoutDepth, (VisualElement * element, MethodInfo * method)); DO_APP_FUNC(0x02E9D880, void, VisualElementUtils__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E9DA20, ProfilerMarker, VisualElementAnimationSystem_get_profilerMarker, (VisualElementAnimationSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02E9DA80, ProfilerMarker, VisualElementAnimationSystem_get_stylePropertyAnimationProfilerMarker, (MethodInfo * method)); DO_APP_FUNC(0x02E9DAE0, void, VisualElementAnimationSystem_UnregisterAnimation, (VisualElementAnimationSystem * __this, IValueAnimationUpdate * anim, MethodInfo * method)); DO_APP_FUNC(0x02E9DB40, void, VisualElementAnimationSystem_UnregisterAnimations, (VisualElementAnimationSystem * __this, List_1_UnityEngine_UIElements_Experimental_IValueAnimationUpdate_ * anims, MethodInfo * method)); DO_APP_FUNC(0x02E9DCD0, void, VisualElementAnimationSystem_RegisterAnimation, (VisualElementAnimationSystem * __this, IValueAnimationUpdate * anim, MethodInfo * method)); DO_APP_FUNC(0x02E9DD50, void, VisualElementAnimationSystem_RegisterAnimations, (VisualElementAnimationSystem * __this, List_1_UnityEngine_UIElements_Experimental_IValueAnimationUpdate_ * anims, MethodInfo * method)); DO_APP_FUNC(0x02E9DF00, void, VisualElementAnimationSystem_Update, (VisualElementAnimationSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VisualElementAnimationSystem_OnVersionChanged, (VisualElementAnimationSystem * __this, VisualElement * ve, VersionChangeType__Enum versionChangeType, MethodInfo * method)); DO_APP_FUNC(0x02E9E410, void, VisualElementAnimationSystem__ctor, (VisualElementAnimationSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02E9E5C0, void, VisualElementAnimationSystem__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E9E7F0, void, BaseVisualTreeHierarchyTrackerUpdater_OnVersionChanged, (BaseVisualTreeHierarchyTrackerUpdater * __this, VisualElement * ve, VersionChangeType__Enum versionChangeType, MethodInfo * method)); DO_APP_FUNC(0x02E9EA30, void, BaseVisualTreeHierarchyTrackerUpdater_Update, (BaseVisualTreeHierarchyTrackerUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02E9EB80, void, BaseVisualTreeHierarchyTrackerUpdater_ProcessNewChange, (BaseVisualTreeHierarchyTrackerUpdater * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02E9ECA0, void, BaseVisualTreeHierarchyTrackerUpdater_ProcessAddOrMove, (BaseVisualTreeHierarchyTrackerUpdater * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02E9ED60, void, BaseVisualTreeHierarchyTrackerUpdater_ProcessRemove, (BaseVisualTreeHierarchyTrackerUpdater * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x0061D130, void, BaseVisualTreeHierarchyTrackerUpdater__ctor, (BaseVisualTreeHierarchyTrackerUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02E9EEC0, bool, StyleCache_TryGetValue, (int64_t hash, ComputedStyle * data, MethodInfo * method)); DO_APP_FUNC(0x02E9F040, void, StyleCache_SetValue, (int64_t hash, ComputedStyle * data, MethodInfo * method)); DO_APP_FUNC(0x02E9F140, bool, StyleCache_TryGetValue_1, (int32_t hash, StyleVariableContext * * data, MethodInfo * method)); DO_APP_FUNC(0x02E9F1E0, void, StyleCache_SetValue_1, (int32_t hash, StyleVariableContext * data, MethodInfo * method)); DO_APP_FUNC(0x02E9F290, bool, StyleCache_TryGetValue_2, (int32_t hash, ComputedTransitionProperty__Array * * data, MethodInfo * method)); DO_APP_FUNC(0x02E9F330, void, StyleCache_SetValue_2, (int32_t hash, ComputedTransitionProperty__Array * data, MethodInfo * method)); DO_APP_FUNC(0x02E9F3E0, void, StyleCache__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E9F690, ProfilerMarker, VisualTreeStyleUpdater_get_profilerMarker, (VisualTreeStyleUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02E9F6F0, void, VisualTreeStyleUpdater_OnVersionChanged, (VisualTreeStyleUpdater * __this, VisualElement * ve, VersionChangeType__Enum versionChangeType, MethodInfo * method)); DO_APP_FUNC(0x02E9F7D0, void, VisualTreeStyleUpdater_Update, (VisualTreeStyleUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02E9FD40, void, VisualTreeStyleUpdater_ApplyStyles, (VisualTreeStyleUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02E9FE40, void, VisualTreeStyleUpdater__ctor, (VisualTreeStyleUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02EA0000, void, VisualTreeStyleUpdater__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02EA0120, int32_t, StyleMatchingContext_get_styleSheetCount, (StyleMatchingContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02EA0170, void, StyleMatchingContext__ctor, (StyleMatchingContext * __this, Action_2_UnityEngine_UIElements_VisualElement_UnityEngine_UIElements_StyleSheets_MatchResultInfo_ * processResult, MethodInfo * method)); DO_APP_FUNC(0x02EA0380, void, StyleMatchingContext_AddStyleSheet, (StyleMatchingContext * __this, StyleSheet * sheet, MethodInfo * method)); DO_APP_FUNC(0x02EA04B0, void, StyleMatchingContext_RemoveStyleSheetRange, (StyleMatchingContext * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02EA0520, StyleSheet *, StyleMatchingContext_GetStyleSheetAt, (StyleMatchingContext * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, VisualTreeStyleUpdaterTraversal_get_currentPixelsPerPoint, (VisualTreeStyleUpdaterTraversal * __this, MethodInfo * method)); DO_APP_FUNC(0x00989750, void, VisualTreeStyleUpdaterTraversal_set_currentPixelsPerPoint, (VisualTreeStyleUpdaterTraversal * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00989750, void, VisualTreeStyleUpdaterTraversal_PrepareTraversal, (VisualTreeStyleUpdaterTraversal * __this, float pixelsPerPoint, MethodInfo * method)); DO_APP_FUNC(0x02EA05A0, void, VisualTreeStyleUpdaterTraversal_AddChangedElement, (VisualTreeStyleUpdaterTraversal * __this, VisualElement * ve, VersionChangeType__Enum versionChangeType, MethodInfo * method)); DO_APP_FUNC(0x02EA06D0, void, VisualTreeStyleUpdaterTraversal_Clear, (VisualTreeStyleUpdaterTraversal * __this, MethodInfo * method)); DO_APP_FUNC(0x02EA0770, void, VisualTreeStyleUpdaterTraversal_PropagateToChildren, (VisualTreeStyleUpdaterTraversal * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02EA0900, void, VisualTreeStyleUpdaterTraversal_PropagateToParents, (VisualTreeStyleUpdaterTraversal * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02EA09C0, void, VisualTreeStyleUpdaterTraversal_OnProcessMatchResult, (VisualElement * current, MatchResultInfo info, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2E58, VisualTreeStyleUpdaterTraversal_OnProcessMatchResult__MethodInfo); DO_APP_FUNC(0x02EA0A00, void, VisualTreeStyleUpdaterTraversal_TraverseRecursive, (VisualTreeStyleUpdaterTraversal * __this, VisualElement * element, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x02EA13B0, void, VisualTreeStyleUpdaterTraversal_ProcessTransitions, (VisualTreeStyleUpdaterTraversal * __this, VisualElement * element, ComputedStyle * oldStyle, ComputedStyle * newStyle, MethodInfo * method)); DO_APP_FUNC(0x02EA14D0, void, VisualTreeStyleUpdaterTraversal_ForceUpdateTransitions, (VisualTreeStyleUpdaterTraversal * __this, VisualElement * element, MethodInfo * method)); DO_APP_FUNC(0x02EA17C0, void, VisualTreeStyleUpdaterTraversal_CancelAnimationsWithNoTransitionProperty, (VisualTreeStyleUpdaterTraversal * __this, VisualElement * element, ComputedStyle * newStyle, MethodInfo * method)); DO_APP_FUNC(0x02EA1B00, bool, VisualTreeStyleUpdaterTraversal_ShouldSkipElement, (VisualTreeStyleUpdaterTraversal * __this, VisualElement * element, MethodInfo * method)); DO_APP_FUNC(0x02EA1B90, ComputedStyle, VisualTreeStyleUpdaterTraversal_ProcessMatchedRules, (VisualTreeStyleUpdaterTraversal * __this, VisualElement * element, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * matchingSelectors, MethodInfo * method)); DO_APP_FUNC(0x02EA3170, void, VisualTreeStyleUpdaterTraversal_ProcessMatchedVariables, (VisualTreeStyleUpdaterTraversal * __this, StyleSheet * sheet, StyleRule * rule, MethodInfo * method)); DO_APP_FUNC(0x02EA3250, void, VisualTreeStyleUpdaterTraversal__ctor, (VisualTreeStyleUpdaterTraversal * __this, MethodInfo * method)); DO_APP_FUNC(0x02EA3760, void, VisualTreeStyleUpdaterTraversal_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VisualTreeStyleUpdaterTraversal_c__ctor, (VisualTreeStyleUpdaterTraversal_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02EA3810, int32_t, VisualTreeStyleUpdaterTraversal_c__ProcessMatchedRules_b__24_0, (VisualTreeStyleUpdaterTraversal_c * __this, SelectorMatchRecord a, SelectorMatchRecord b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2EB0, VisualTreeStyleUpdaterTraversal_c__ProcessMatchedRules_b__24_0__MethodInfo); DO_APP_FUNC(0x02EA3920, ProfilerMarker, VisualTreeTransformClipUpdater_get_profilerMarker, (VisualTreeTransformClipUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02EA3980, void, VisualTreeTransformClipUpdater_OnVersionChanged, (VisualTreeTransformClipUpdater * __this, VisualElement * ve, VersionChangeType__Enum versionChangeType, MethodInfo * method)); DO_APP_FUNC(0x02EA3AD0, void, VisualTreeTransformClipUpdater_DirtyHierarchy, (VisualElement * ve, bool mustDirtyWorldTransform, bool mustDirtyWorldClip, MethodInfo * method)); DO_APP_FUNC(0x02EA3C90, void, VisualTreeTransformClipUpdater_DirtyBoundingBoxHierarchy, (VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02EA3CF0, void, VisualTreeTransformClipUpdater_Update, (VisualTreeTransformClipUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02EA3D60, void, VisualTreeTransformClipUpdater__ctor, (VisualTreeTransformClipUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02EA3D70, void, VisualTreeTransformClipUpdater__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02EA3E90, void, VisualTreeUpdater__ctor, (VisualTreeUpdater * __this, BaseVisualElementPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02EA4130, void, VisualTreeUpdater_Dispose, (VisualTreeUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02EA4250, void, VisualTreeUpdater_UpdateVisualTreePhase, (VisualTreeUpdater * __this, VisualTreeUpdatePhase__Enum phase, MethodInfo * method)); DO_APP_FUNC(0x02EA4420, void, VisualTreeUpdater_OnVersionChanged, (VisualTreeUpdater * __this, VisualElement * ve, VersionChangeType__Enum versionChangeType, MethodInfo * method)); DO_APP_FUNC(0x02EA4560, IVisualTreeUpdater *, VisualTreeUpdater_GetUpdater, (VisualTreeUpdater * __this, VisualTreeUpdatePhase__Enum phase, MethodInfo * method)); DO_APP_FUNC(0x02EA45A0, void, VisualTreeUpdater_SetDefaultUpdaters, (VisualTreeUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02EA46C0, void, VisualTreeUpdater_UpdaterArray__ctor, (VisualTreeUpdater_UpdaterArray * __this, MethodInfo * method)); DO_APP_FUNC(0x02EA4750, void, VisualTreeUpdater_UpdaterArray_set_Item, (VisualTreeUpdater_UpdaterArray * __this, VisualTreeUpdatePhase__Enum phase, IVisualTreeUpdater * value, MethodInfo * method)); DO_APP_FUNC(0x016171B0, IVisualTreeUpdater *, VisualTreeUpdater_UpdaterArray_get_Item, (VisualTreeUpdater_UpdaterArray * __this, VisualTreeUpdatePhase__Enum phase, MethodInfo * method)); DO_APP_FUNC(0x016171B0, IVisualTreeUpdater *, VisualTreeUpdater_UpdaterArray_get_Item_1, (VisualTreeUpdater_UpdaterArray * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02EA4810, void, BaseVisualTreeUpdater_add_panelChanged, (BaseVisualTreeUpdater * __this, Action_1_UnityEngine_UIElements_BaseVisualElementPanel_ * value, MethodInfo * method)); DO_APP_FUNC(0x02EA4920, void, BaseVisualTreeUpdater_remove_panelChanged, (BaseVisualTreeUpdater * __this, Action_1_UnityEngine_UIElements_BaseVisualElementPanel_ * value, MethodInfo * method)); DO_APP_FUNC(0x014BA540, BaseVisualElementPanel *, BaseVisualTreeUpdater_get_panel, (BaseVisualTreeUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02EA4A30, void, BaseVisualTreeUpdater_set_panel, (BaseVisualTreeUpdater * __this, BaseVisualElementPanel * value, MethodInfo * method)); DO_APP_FUNC(0x02EA4AA0, VisualElement *, BaseVisualTreeUpdater_get_visualTree, (BaseVisualTreeUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02EA4AD0, void, BaseVisualTreeUpdater_Dispose, (BaseVisualTreeUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseVisualTreeUpdater_Dispose_1, (BaseVisualTreeUpdater * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseVisualTreeUpdater__ctor, (BaseVisualTreeUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02EA4B40, ProfilerMarker, VisualTreeViewDataUpdater_get_profilerMarker, (VisualTreeViewDataUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02EA4BA0, void, VisualTreeViewDataUpdater_OnVersionChanged, (VisualTreeViewDataUpdater * __this, VisualElement * ve, VersionChangeType__Enum versionChangeType, MethodInfo * method)); DO_APP_FUNC(0x02EA4CD0, void, VisualTreeViewDataUpdater_Update, (VisualTreeViewDataUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02EA4E30, void, VisualTreeViewDataUpdater_ValidateViewDataOnSubTree, (VisualTreeViewDataUpdater * __this, VisualElement * ve, bool enablePersistence, MethodInfo * method)); DO_APP_FUNC(0x02EA5090, void, VisualTreeViewDataUpdater_PropagateToParents, (VisualTreeViewDataUpdater * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02EA5150, void, VisualTreeViewDataUpdater__ctor, (VisualTreeViewDataUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02EA52A0, void, VisualTreeViewDataUpdater__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02EA53C0, ProfilerMarker, VisualTreeBindingsUpdater_get_profilerMarker, (VisualTreeBindingsUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02EA5420, IBinding *, VisualTreeBindingsUpdater_GetBindingObjectFromElement, (VisualTreeBindingsUpdater * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02EA5550, void, VisualTreeBindingsUpdater_StartTracking, (VisualTreeBindingsUpdater * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02EA55F0, void, VisualTreeBindingsUpdater_StopTracking, (VisualTreeBindingsUpdater * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, Dictionary_2_System_Object_System_Object_ *, VisualTreeBindingsUpdater_get_temporaryObjectCache, (VisualTreeBindingsUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02EA5690, IBinding *, VisualTreeBindingsUpdater_GetAdditionalBinding, (VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02EA5720, void, VisualTreeBindingsUpdater_StartTrackingRecursive, (VisualTreeBindingsUpdater * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02EA58F0, void, VisualTreeBindingsUpdater_StopTrackingRecursive, (VisualTreeBindingsUpdater * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02EA5AA0, void, VisualTreeBindingsUpdater_OnVersionChanged, (VisualTreeBindingsUpdater * __this, VisualElement * ve, VersionChangeType__Enum versionChangeType, MethodInfo * method)); DO_APP_FUNC(0x02EA5BB0, void, VisualTreeBindingsUpdater_OnHierarchyChange, (VisualTreeBindingsUpdater * __this, VisualElement * ve, HierarchyChangeType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02EA5BE0, int64_t, VisualTreeBindingsUpdater_CurrentTime, (MethodInfo * method)); DO_APP_FUNC(0x02EA5C30, void, VisualTreeBindingsUpdater_PerformTrackingOperations, (VisualTreeBindingsUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02EA5F70, void, VisualTreeBindingsUpdater_Update, (VisualTreeBindingsUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02EA6640, void, VisualTreeBindingsUpdater_UpdateBindings, (VisualTreeBindingsUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02EA6C20, void, VisualTreeBindingsUpdater__ctor, (VisualTreeBindingsUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02EA6FA0, void, VisualTreeBindingsUpdater__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02EA7330, void, CollectionViewController_add_itemsSourceChanged, (CollectionViewController * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x02EA7420, void, CollectionViewController_remove_itemsSourceChanged, (CollectionViewController * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x02EA7510, void, CollectionViewController_add_itemIndexChanged, (CollectionViewController * __this, Action_2_Int32_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x02EA7620, void, CollectionViewController_remove_itemIndexChanged, (CollectionViewController * __this, Action_2_Int32_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IList *, CollectionViewController_get_itemsSource, (CollectionViewController * __this, MethodInfo * method)); DO_APP_FUNC(0x02EA7730, void, CollectionViewController_set_itemsSource, (CollectionViewController * __this, IList * value, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, CollectionViewController_SetItemsSourceWithoutNotify, (CollectionViewController * __this, IList * source, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, BaseVerticalCollectionView *, CollectionViewController_get_view, (CollectionViewController * __this, MethodInfo * method)); DO_APP_FUNC(0x02EA77B0, void, CollectionViewController_SetView, (CollectionViewController * __this, BaseVerticalCollectionView * view, MethodInfo * method)); DO_APP_FUNC(0x02EA7890, int32_t, CollectionViewController_GetItemsCount, (CollectionViewController * __this, MethodInfo * method)); DO_APP_FUNC(0x0163CDE0, int32_t, CollectionViewController_GetIndexForId, (CollectionViewController * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02EA78F0, int32_t, CollectionViewController_GetIdForIndex, (CollectionViewController * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02EA7930, Object *, CollectionViewController_GetItemForIndex, (CollectionViewController * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02EA79D0, void, CollectionViewController_InvokeMakeItem, (CollectionViewController * __this, ReusableCollectionItem * reusableItem, MethodInfo * method)); DO_APP_FUNC(0x02EA7A20, void, CollectionViewController_InvokeBindItem, (CollectionViewController * __this, ReusableCollectionItem * reusableItem, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02EA7AF0, void, CollectionViewController_InvokeUnbindItem, (CollectionViewController * __this, ReusableCollectionItem * reusableItem, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02EA7B20, void, CollectionViewController_InvokeDestroyItem, (CollectionViewController * __this, ReusableCollectionItem * reusableItem, MethodInfo * method)); DO_APP_FUNC(0x02EA7B50, VisualElement *, CollectionViewController_MakeItem, (CollectionViewController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2D18, CollectionViewController_MakeItem__MethodInfo); DO_APP_FUNC(0x02EA7C70, void, CollectionViewController_BindItem, (CollectionViewController * __this, VisualElement * element, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2D08, CollectionViewController_BindItem__MethodInfo); DO_APP_FUNC(0x02EA7E20, void, CollectionViewController_UnbindItem, (CollectionViewController * __this, VisualElement * element, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02EA7E60, void, CollectionViewController_DestroyItem, (CollectionViewController * __this, VisualElement * element, MethodInfo * method)); DO_APP_FUNC(0x02EA7EA0, void, CollectionViewController_RaiseItemsSourceChanged, (CollectionViewController * __this, MethodInfo * method)); DO_APP_FUNC(0x02EA7EC0, void, CollectionViewController_RaiseItemIndexChanged, (CollectionViewController * __this, int32_t srcIndex, int32_t dstIndex, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CollectionViewController__ctor, (CollectionViewController * __this, MethodInfo * method)); DO_APP_FUNC(0x02EA7EE0, void, ListViewController_add_itemsSourceSizeChanged, (ListViewController * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x02EA7FD0, void, ListViewController_remove_itemsSourceSizeChanged, (ListViewController * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x02EA80C0, void, ListViewController_add_itemsAdded, (ListViewController * __this, Action_1_System_Collections_Generic_IEnumerable_1__1 * value, MethodInfo * method)); DO_APP_FUNC(0x02EA81D0, void, ListViewController_remove_itemsAdded, (ListViewController * __this, Action_1_System_Collections_Generic_IEnumerable_1__1 * value, MethodInfo * method)); DO_APP_FUNC(0x02EA82E0, void, ListViewController_add_itemsRemoved, (ListViewController * __this, Action_1_System_Collections_Generic_IEnumerable_1__1 * value, MethodInfo * method)); DO_APP_FUNC(0x02EA83F0, void, ListViewController_remove_itemsRemoved, (ListViewController * __this, Action_1_System_Collections_Generic_IEnumerable_1__1 * value, MethodInfo * method)); DO_APP_FUNC(0x02EA8500, ListView *, ListViewController_get_listView, (ListViewController * __this, MethodInfo * method)); DO_APP_FUNC(0x02EA8590, void, ListViewController_InvokeMakeItem, (ListViewController * __this, ReusableCollectionItem * reusableItem, MethodInfo * method)); DO_APP_FUNC(0x02EA89B0, void, ListViewController_InvokeBindItem, (ListViewController * __this, ReusableCollectionItem * reusableItem, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01175020, bool, ListViewController_NeedsDragHandle, (ListViewController * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02EA8CE0, void, ListViewController_AddItems, (ListViewController * __this, int32_t itemCount, MethodInfo * method)); DO_APP_FUNC(0x02EA9340, void, ListViewController_Move, (ListViewController * __this, int32_t index, int32_t newIndex, MethodInfo * method)); DO_APP_FUNC(0x02EA94E0, void, ListViewController_RemoveItem, (ListViewController * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02EA9670, void, ListViewController_RemoveItems, (ListViewController * __this, List_1_System_Int32_ * indices, MethodInfo * method)); DO_APP_FUNC(0x02EA98D0, void, ListViewController_RemoveItems_1, (ListViewController * __this, int32_t itemCount, MethodInfo * method)); DO_APP_FUNC(0x02EA9AB0, void, ListViewController_RaiseOnSizeChanged, (ListViewController * __this, MethodInfo * method)); DO_APP_FUNC(0x02EA9AD0, void, ListViewController_RaiseItemsAdded, (ListViewController * __this, IEnumerable_1_System_Int32_ * indices, MethodInfo * method)); DO_APP_FUNC(0x02EA9AF0, void, ListViewController_RaiseItemsRemoved, (ListViewController * __this, IEnumerable_1_System_Int32_ * indices, MethodInfo * method)); DO_APP_FUNC(0x02EA9B10, Array *, ListViewController_AddToArray, (Array * source, int32_t itemCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2CE8, ListViewController_AddToArray__MethodInfo); DO_APP_FUNC(0x02EA9CD0, Array *, ListViewController_RemoveFromArray, (Array * source, List_1_System_Int32_ * indicesToRemove, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2CD8, ListViewController_RemoveFromArray__MethodInfo); DO_APP_FUNC(0x02EA9E80, void, ListViewController_Swap, (ListViewController * __this, int32_t lhs, int32_t rhs, MethodInfo * method)); DO_APP_FUNC(0x02EA9F60, void, ListViewController_EnsureItemSourceCanBeResized, (ListViewController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2CF0, ListViewController_EnsureItemSourceCanBeResized__MethodInfo); DO_APP_FUNC(0x003AC050, void, ListViewController__ctor, (ListViewController * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAA050, bool, ListViewController__AddItems_g__IsGenericList_14_0, (Type * t, MethodInfo * method)); DO_APP_FUNC(0x02EAA120, TreeView *, TreeViewController_get_treeView, (TreeViewController * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAA1B0, void, TreeViewController_RebuildTree, (TreeViewController * __this, MethodInfo * method)); DO_APP_FUNC(0x018693E0, IEnumerable_1_System_Int32_ *, TreeViewController_GetRootItemIds, (TreeViewController * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAA630, bool, TreeViewController_HasChildren, (TreeViewController * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02EAA6E0, bool, TreeViewController_HasChildrenByIndex, (TreeViewController * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02EAA7E0, IEnumerable_1_System_Int32_ *, TreeViewController_GetChildrenIdsByIndex, (TreeViewController * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02EAA890, int32_t, TreeViewController_GetChildIndexForId, (TreeViewController * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02EAAA60, int32_t, TreeViewController_GetIndentationDepth, (TreeViewController * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02EAAAC0, bool, TreeViewController_IsExpanded, (TreeViewController * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02EAAB70, bool, TreeViewController_IsExpandedByIndex, (TreeViewController * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02EAAC30, void, TreeViewController_ExpandItemByIndex, (TreeViewController * __this, int32_t index, bool expandAllChildren, bool refresh, MethodInfo * method)); DO_APP_FUNC(0x02EAB710, void, TreeViewController_ExpandItem, (TreeViewController * __this, int32_t id, bool expandAllChildren, bool refresh, MethodInfo * method)); DO_APP_FUNC(0x02EAB8D0, void, TreeViewController_RegenerateWrappers, (TreeViewController * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAB9C0, void, TreeViewController_CreateWrappers, (TreeViewController * __this, IEnumerable_1_System_Int32_ * treeViewItemIds, int32_t depth, List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * * wrappers, MethodInfo * method)); DO_APP_FUNC(0x02EABF50, bool, TreeViewController_IsIndexValid, (TreeViewController * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02EA7EC0, void, TreeViewController_RaiseItemParentChanged, (TreeViewController * __this, int32_t id, int32_t newParentId, MethodInfo * method)); DO_APP_FUNC(0x02EABFC0, void, TreeViewController__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, CollectionVirtualizationController__ctor, (CollectionVirtualizationController * __this, ScrollView * scrollView, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, VisualElement *, ReusableCollectionItem_get_rootElement, (ReusableCollectionItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, VisualElement *, ReusableCollectionItem_get_bindableElement, (ReusableCollectionItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ReusableCollectionItem_set_bindableElement, (ReusableCollectionItem * __this, VisualElement * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ValueAnimation_1_StyleValues_ *, ReusableCollectionItem_get_animator, (ReusableCollectionItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ReusableCollectionItem_set_animator, (ReusableCollectionItem * __this, ValueAnimation_1_StyleValues_ * value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, ReusableCollectionItem_get_index, (ReusableCollectionItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, ReusableCollectionItem_set_index, (ReusableCollectionItem * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, ReusableCollectionItem_get_id, (ReusableCollectionItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, ReusableCollectionItem_set_id, (ReusableCollectionItem * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, ReusableCollectionItem_get_isDragGhost, (ReusableCollectionItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, ReusableCollectionItem_set_isDragGhost, (ReusableCollectionItem * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02EAC1C0, void, ReusableCollectionItem_add_onGeometryChanged, (ReusableCollectionItem * __this, Action_1_UnityEngine_UIElements_ReusableCollectionItem_ * value, MethodInfo * method)); DO_APP_FUNC(0x02EAC2D0, void, ReusableCollectionItem_remove_onGeometryChanged, (ReusableCollectionItem * __this, Action_1_UnityEngine_UIElements_ReusableCollectionItem_ * value, MethodInfo * method)); DO_APP_FUNC(0x02EAC3E0, void, ReusableCollectionItem__ctor, (ReusableCollectionItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ReusableCollectionItem_Init, (ReusableCollectionItem * __this, VisualElement * item, MethodInfo * method)); DO_APP_FUNC(0x02EAC4C0, void, ReusableCollectionItem_PreAttachElement, (ReusableCollectionItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAC5A0, void, ReusableCollectionItem_DetachElement, (ReusableCollectionItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAC6F0, void, ReusableCollectionItem_SetSelected, (ReusableCollectionItem * __this, bool selected, MethodInfo * method)); DO_APP_FUNC(0x02EAC820, void, ReusableCollectionItem_SetDragGhost, (ReusableCollectionItem * __this, bool dragGhost, MethodInfo * method)); DO_APP_FUNC(0x00C69360, void, ReusableCollectionItem_OnGeometryChanged, (ReusableCollectionItem * __this, GeometryChangedEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5BD8, ReusableCollectionItem_OnGeometryChanged__MethodInfo); DO_APP_FUNC(0x02913F70, VisualElement *, ReusableListViewItem_get_rootElement, (ReusableListViewItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAC920, void, ReusableListViewItem_Init, (ReusableListViewItem * __this, VisualElement * item, bool usesAnimatedDragger, MethodInfo * method)); DO_APP_FUNC(0x02EAC980, void, ReusableListViewItem_UpdateHierarchy, (ReusableListViewItem * __this, bool usesAnimatedDragger, MethodInfo * method)); DO_APP_FUNC(0x02EACDC0, void, ReusableListViewItem_UpdateDragHandle, (ReusableListViewItem * __this, bool needsDragHandle, MethodInfo * method)); DO_APP_FUNC(0x02EACF20, void, ReusableListViewItem_PreAttachElement, (ReusableListViewItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAD070, void, ReusableListViewItem_DetachElement, (ReusableListViewItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAD230, void, ReusableListViewItem_SetDragGhost, (ReusableListViewItem * __this, bool dragGhost, MethodInfo * method)); DO_APP_FUNC(0x02EAC3E0, void, ReusableListViewItem__ctor, (ReusableListViewItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAD3A0, void, BaseBoolField__ctor, (BaseBoolField * __this, String * label, MethodInfo * method)); DO_APP_FUNC(0x02EAD950, void, BaseBoolField_OnNavigationSubmit, (BaseBoolField * __this, NavigationSubmitEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5BB0, BaseBoolField_OnNavigationSubmit__MethodInfo); DO_APP_FUNC(0x02EAD980, void, BaseBoolField_OnKeyDown, (BaseBoolField * __this, KeyDownEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5BA8, BaseBoolField_OnKeyDown__MethodInfo); DO_APP_FUNC(0x02EADA30, String *, BaseBoolField_get_text, (BaseBoolField * __this, MethodInfo * method)); DO_APP_FUNC(0x02EADA60, void, BaseBoolField_set_text, (BaseBoolField * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02EADB50, void, BaseBoolField_InitLabel, (BaseBoolField * __this, MethodInfo * method)); DO_APP_FUNC(0x02EADCA0, void, BaseBoolField_SetValueWithoutNotify, (BaseBoolField * __this, bool newValue, MethodInfo * method)); DO_APP_FUNC(0x02EADDF0, void, BaseBoolField_OnClickEvent, (BaseBoolField * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5BC0, BaseBoolField_OnClickEvent__MethodInfo); DO_APP_FUNC(0x02EAE000, void, BaseBoolField_ToggleValue, (BaseBoolField * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAE040, void, BaseBoolField_UpdateMixedValueContent, (BaseBoolField * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SerializedVirtualizationData__ctor, (SerializedVirtualizationData * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAE230, void, BaseVerticalCollectionView_add_onItemsChosen, (BaseVerticalCollectionView * __this, Action_1_System_Collections_Generic_IEnumerable_1_ * value, MethodInfo * method)); DO_APP_FUNC(0x02EAE350, void, BaseVerticalCollectionView_remove_onItemsChosen, (BaseVerticalCollectionView * __this, Action_1_System_Collections_Generic_IEnumerable_1_ * value, MethodInfo * method)); DO_APP_FUNC(0x02EAE470, void, BaseVerticalCollectionView_add_onSelectionChange, (BaseVerticalCollectionView * __this, Action_1_System_Collections_Generic_IEnumerable_1_ * value, MethodInfo * method)); DO_APP_FUNC(0x02EAE590, void, BaseVerticalCollectionView_remove_onSelectionChange, (BaseVerticalCollectionView * __this, Action_1_System_Collections_Generic_IEnumerable_1_ * value, MethodInfo * method)); DO_APP_FUNC(0x01DF8DE0, Func_2_Int32_Int32_ *, BaseVerticalCollectionView_get_getItemId, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAE6B0, void, BaseVerticalCollectionView_set_getItemId, (BaseVerticalCollectionView * __this, Func_2_Int32_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x02EAE710, IList *, BaseVerticalCollectionView_get_itemsSource, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAE730, void, BaseVerticalCollectionView_set_itemsSource, (BaseVerticalCollectionView * __this, IList * value, MethodInfo * method)); DO_APP_FUNC(0x0113E0D0, Func_1_UnityEngine_UIElements_VisualElement_ *, BaseVerticalCollectionView_get_makeItem, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAE790, void, BaseVerticalCollectionView_set_makeItem, (BaseVerticalCollectionView * __this, Func_1_UnityEngine_UIElements_VisualElement_ * value, MethodInfo * method)); DO_APP_FUNC(0x0113E140, Action_2_UnityEngine_UIElements_VisualElement_Int32_ *, BaseVerticalCollectionView_get_bindItem, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAE840, void, BaseVerticalCollectionView_set_bindItem, (BaseVerticalCollectionView * __this, Action_2_UnityEngine_UIElements_VisualElement_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x01DF8650, Action_2_UnityEngine_UIElements_VisualElement_Int32_ *, BaseVerticalCollectionView_get_unbindItem, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF8660, void, BaseVerticalCollectionView_set_unbindItem, (BaseVerticalCollectionView * __this, Action_2_UnityEngine_UIElements_VisualElement_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x0129D500, Action_1_UnityEngine_UIElements_VisualElement_ *, BaseVerticalCollectionView_get_destroyItem, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, VisualElement *, BaseVerticalCollectionView_get_contentContainer, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAE8F0, SelectionType__Enum, BaseVerticalCollectionView_get_selectionType, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAE900, void, BaseVerticalCollectionView_set_selectionType, (BaseVerticalCollectionView * __this, SelectionType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02EAE9B0, int32_t, BaseVerticalCollectionView_get_selectedIndex, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAEA30, void, BaseVerticalCollectionView_set_selectedIndex, (BaseVerticalCollectionView * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01DF8800, IEnumerable_1_System_Int32_ *, BaseVerticalCollectionView_get_selectedIndices, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAEA40, List_1_System_Int32_ *, BaseVerticalCollectionView_get_selectedIds, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAEA50, IEnumerable_1_UnityEngine_UIElements_ReusableCollectionItem_ *, BaseVerticalCollectionView_get_activeItems, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x0129D940, ScrollView *, BaseVerticalCollectionView_get_scrollView, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF8E50, ListViewDragger *, BaseVerticalCollectionView_get_dragger, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x012A29F0, CollectionViewController *, BaseVerticalCollectionView_get_viewController, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAEAD0, CollectionVirtualizationController *, BaseVerticalCollectionView_get_virtualizationController, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAEB10, float, BaseVerticalCollectionView_ResolveItemHeight, (BaseVerticalCollectionView * __this, float height, MethodInfo * method)); DO_APP_FUNC(0x02EAEBB0, void, BaseVerticalCollectionView_set_showBorder, (BaseVerticalCollectionView * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02EAEC50, bool, BaseVerticalCollectionView_get_reorderable, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAECF0, void, BaseVerticalCollectionView_set_reorderable, (BaseVerticalCollectionView * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02EAED90, void, BaseVerticalCollectionView_set_horizontalScrollingEnabled, (BaseVerticalCollectionView * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02EAEDE0, AlternatingRowBackground__Enum, BaseVerticalCollectionView_get_showAlternatingRowBackgrounds, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAEDF0, void, BaseVerticalCollectionView_set_showAlternatingRowBackgrounds, (BaseVerticalCollectionView * __this, AlternatingRowBackground__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00E17CA0, CollectionVirtualizationMethod__Enum, BaseVerticalCollectionView_get_virtualizationMethod, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAEE10, void, BaseVerticalCollectionView_set_virtualizationMethod, (BaseVerticalCollectionView * __this, CollectionVirtualizationMethod__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02EAEE50, float, BaseVerticalCollectionView_get_fixedItemHeight, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAEE60, void, BaseVerticalCollectionView_set_fixedItemHeight, (BaseVerticalCollectionView * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5AE8, BaseVerticalCollectionView_set_fixedItemHeight__MethodInfo); DO_APP_FUNC(0x02EAEF70, float, BaseVerticalCollectionView_get_lastHeight, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAEF80, void, BaseVerticalCollectionView_CreateVirtualizationController, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAEAD0, CollectionVirtualizationController *, BaseVerticalCollectionView_GetOrCreateVirtualizationController, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAEFC0, CollectionViewController *, BaseVerticalCollectionView_GetOrCreateViewController, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAF000, void, BaseVerticalCollectionView_CreateViewController, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAF060, void, BaseVerticalCollectionView_SetViewController, (BaseVerticalCollectionView * __this, CollectionViewController * controller, MethodInfo * method)); DO_APP_FUNC(0x02EAF580, ListViewDragger *, BaseVerticalCollectionView_CreateDragger, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EAF5F0, void, BaseVerticalCollectionView_InitializeDragAndDropController, (BaseVerticalCollectionView * __this, bool enableReordering, MethodInfo * method)); DO_APP_FUNC(0x02EAF850, void, BaseVerticalCollectionView__ctor, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB0460, VisualElement *, BaseVerticalCollectionView_GetRootElementForId, (BaseVerticalCollectionView * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02EB0570, bool, BaseVerticalCollectionView_HasValidDataAndBindings, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB05B0, void, BaseVerticalCollectionView_OnItemIndexChanged, (BaseVerticalCollectionView * __this, int32_t srcIndex, int32_t dstIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5B08, BaseVerticalCollectionView_OnItemIndexChanged__MethodInfo); DO_APP_FUNC(0x02EB05E0, void, BaseVerticalCollectionView_OnItemsSourceChanged, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5B10, BaseVerticalCollectionView_OnItemsSourceChanged__MethodInfo); DO_APP_FUNC(0x02EB0600, void, BaseVerticalCollectionView_RefreshItems, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB0680, void, BaseVerticalCollectionView_Rebuild, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB0700, void, BaseVerticalCollectionView_RefreshSelection, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB0940, void, BaseVerticalCollectionView_PostRefresh, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB0A30, void, BaseVerticalCollectionView_ScrollToItem, (BaseVerticalCollectionView * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02EB0AC0, void, BaseVerticalCollectionView_OnScroll, (BaseVerticalCollectionView * __this, Vector2 offset, MethodInfo * method)); DO_APP_FUNC(0x02EB0B60, void, BaseVerticalCollectionView_Resize, (BaseVerticalCollectionView * __this, Vector2 size, MethodInfo * method)); DO_APP_FUNC(0x02EB0C10, void, BaseVerticalCollectionView_OnAttachToPanel, (BaseVerticalCollectionView * __this, AttachToPanelEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5B28, BaseVerticalCollectionView_OnAttachToPanel__MethodInfo); DO_APP_FUNC(0x02EB1090, void, BaseVerticalCollectionView_OnDetachFromPanel, (BaseVerticalCollectionView * __this, DetachFromPanelEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5B20, BaseVerticalCollectionView_OnDetachFromPanel__MethodInfo); DO_APP_FUNC(0x02EB1420, bool, BaseVerticalCollectionView_Apply, (BaseVerticalCollectionView * __this, KeyboardNavigationOperation__Enum op, bool shiftKey, MethodInfo * method)); DO_APP_FUNC(0x02EB18C0, void, BaseVerticalCollectionView_Apply_1, (BaseVerticalCollectionView * __this, KeyboardNavigationOperation__Enum op, EventBase * sourceEvent, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5A88, BaseVerticalCollectionView_Apply_1__MethodInfo); DO_APP_FUNC(0x02EB19C0, void, BaseVerticalCollectionView_OnPointerMove, (BaseVerticalCollectionView * __this, PointerMoveEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5A80, BaseVerticalCollectionView_OnPointerMove__MethodInfo); DO_APP_FUNC(0x02EB1A50, void, BaseVerticalCollectionView_OnPointerDown, (BaseVerticalCollectionView * __this, PointerDownEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5A78, BaseVerticalCollectionView_OnPointerDown__MethodInfo); DO_APP_FUNC(0x02EB1BC0, void, BaseVerticalCollectionView_OnPointerCancel, (BaseVerticalCollectionView * __this, PointerCancelEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5A90, BaseVerticalCollectionView_OnPointerCancel__MethodInfo); DO_APP_FUNC(0x02EB1C50, void, BaseVerticalCollectionView_OnPointerUp, (BaseVerticalCollectionView * __this, PointerUpEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5A68, BaseVerticalCollectionView_OnPointerUp__MethodInfo); DO_APP_FUNC(0x02EB1DC0, void, BaseVerticalCollectionView_ProcessPointerDown, (BaseVerticalCollectionView * __this, IPointerEvent * evt, MethodInfo * method)); DO_APP_FUNC(0x02EB2000, void, BaseVerticalCollectionView_ProcessPointerUp, (BaseVerticalCollectionView * __this, IPointerEvent * evt, MethodInfo * method)); DO_APP_FUNC(0x02EB2380, void, BaseVerticalCollectionView_DoSelect, (BaseVerticalCollectionView * __this, Vector2 localPosition, int32_t clickCount, bool actionKey, bool shiftKey, MethodInfo * method)); DO_APP_FUNC(0x02EB27B0, void, BaseVerticalCollectionView_DoRangeSelection, (BaseVerticalCollectionView * __this, int32_t rangeSelectionFinalIndex, MethodInfo * method)); DO_APP_FUNC(0x02EAEA30, void, BaseVerticalCollectionView_ProcessSingleClick, (BaseVerticalCollectionView * __this, int32_t clickedIndex, MethodInfo * method)); DO_APP_FUNC(0x02EB2940, void, BaseVerticalCollectionView_SelectAll, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB2CA0, void, BaseVerticalCollectionView_AddToSelection, (BaseVerticalCollectionView * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02EB2D20, void, BaseVerticalCollectionView_AddToSelection_1, (BaseVerticalCollectionView * __this, IList_1_System_Int32_ * indexes, MethodInfo * method)); DO_APP_FUNC(0x02EB2F80, void, BaseVerticalCollectionView_AddToSelectionWithoutValidation, (BaseVerticalCollectionView * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02EB3350, void, BaseVerticalCollectionView_RemoveFromSelection, (BaseVerticalCollectionView * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02EB33C0, void, BaseVerticalCollectionView_RemoveFromSelectionWithoutValidation, (BaseVerticalCollectionView * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02EB3710, void, BaseVerticalCollectionView_SetSelection, (BaseVerticalCollectionView * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02EB37A0, void, BaseVerticalCollectionView_SetSelection_1, (BaseVerticalCollectionView * __this, IEnumerable_1_System_Int32_ * indices, MethodInfo * method)); DO_APP_FUNC(0x02EB37B0, void, BaseVerticalCollectionView_SetSelectionWithoutNotify, (BaseVerticalCollectionView * __this, IEnumerable_1_System_Int32_ * indices, MethodInfo * method)); DO_APP_FUNC(0x02EB37C0, void, BaseVerticalCollectionView_SetSelectionInternal, (BaseVerticalCollectionView * __this, IEnumerable_1_System_Int32_ * indices, bool sendNotification, MethodInfo * method)); DO_APP_FUNC(0x02EB3A20, void, BaseVerticalCollectionView_NotifyOfSelectionChange, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB3AA0, void, BaseVerticalCollectionView_ClearSelection, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB3B40, void, BaseVerticalCollectionView_ClearSelectionWithoutValidation, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB3DA0, void, BaseVerticalCollectionView_OnViewDataReady, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB3DD0, void, BaseVerticalCollectionView_ExecuteDefaultAction, (BaseVerticalCollectionView * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02EB41C0, void, BaseVerticalCollectionView_OnSizeChanged, (BaseVerticalCollectionView * __this, GeometryChangedEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5B48, BaseVerticalCollectionView_OnSizeChanged__MethodInfo); DO_APP_FUNC(0x02EB4280, void, BaseVerticalCollectionView_OnCustomStyleResolved, (BaseVerticalCollectionView * __this, CustomStyleResolvedEvent * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5B18, BaseVerticalCollectionView_OnCustomStyleResolved__MethodInfo); DO_APP_FUNC(0x003AC050, void, BaseVerticalCollectionView_UnityEngine_ISerializationCallbackReceiver_OnBeforeSerialize, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB4440, void, BaseVerticalCollectionView_UnityEngine_ISerializationCallbackReceiver_OnAfterDeserialize, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB4450, void, BaseVerticalCollectionView__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02EB4C30, void, BaseVerticalCollectionView___ctor_b__144_0, (BaseVerticalCollectionView * __this, float v, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5B50, BaseVerticalCollectionView___ctor_b__144_0__MethodInfo); DO_APP_FUNC(0x02EB4CD0, void, BaseVerticalCollectionView__Apply_g__HandleSelectionAndScroll_165_0, (BaseVerticalCollectionView * __this, int32_t index, BaseVerticalCollectionView_c_DisplayClass165_0 * param_0000ffc1, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseVerticalCollectionView_c_DisplayClass146_0__ctor, (BaseVerticalCollectionView_c_DisplayClass146_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB4DB0, bool, BaseVerticalCollectionView_c_DisplayClass146_0__GetRootElementForId_b__0, (BaseVerticalCollectionView_c_DisplayClass146_0 * __this, ReusableCollectionItem * t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5A58, BaseVerticalCollectionView_c_DisplayClass146_0__GetRootElementForId_b__0__MethodInfo); DO_APP_FUNC(0x02EB4DD0, void, Box__ctor, (Box * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB4E70, void, Box__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02EB4F20, void, Box_UxmlFactory__ctor, (Box_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB4F70, Clickable *, Button_1_get_clickable, (Button_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB4F80, void, Button_1_set_clickable, (Button_1 * __this, Clickable * value, MethodInfo * method)); DO_APP_FUNC(0x02EB50A0, void, Button_1__ctor, (Button_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB50B0, void, Button_1__ctor_1, (Button_1 * __this, Action * clickEvent, MethodInfo * method)); DO_APP_FUNC(0x02EB5370, void, Button_1_OnNavigationSubmit, (Button_1 * __this, NavigationSubmitEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5940, Button_1_OnNavigationSubmit__MethodInfo); DO_APP_FUNC(0x02EB53B0, void, Button_1_OnKeyDown, (Button_1 * __this, KeyDownEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5938, Button_1_OnKeyDown__MethodInfo); DO_APP_FUNC(0x02EB5470, Vector2, Button_1_DoMeasure, (Button_1 * __this, float desiredWidth, VisualElement_MeasureMode__Enum widthMode, float desiredHeight, VisualElement_MeasureMode__Enum heightMode, MethodInfo * method)); DO_APP_FUNC(0x02EB5550, void, Button_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02EB5680, void, Button_UxmlFactory__ctor, (Button_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB56C0, void, Button_UxmlTraits__ctor, (Button_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB5710, List_1_UnityEngine_UIElements_Button_ *, ButtonStripField_get_buttons, (ButtonStripField * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB5830, void, ButtonStripField__ctor, (ButtonStripField * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB5950, void, ButtonStripField_SetValueWithoutNotify, (ButtonStripField * __this, int32_t newValue, MethodInfo * method)); DO_APP_FUNC(0x02EB5AC0, void, ButtonStripField_RefreshButtonsState, (ButtonStripField * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB5BD0, void, ButtonStripField_UxmlFactory__ctor, (ButtonStripField_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB5C10, void, ButtonStripField_UxmlTraits__ctor, (ButtonStripField_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB5DB0, TextElement_1 *, DropdownField_get_textElement, (DropdownField * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB5DC0, String *, DropdownField_GetValueToDisplay, (DropdownField * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB5E60, String *, DropdownField_GetListItemToDisplay, (DropdownField * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02EB5F20, void, DropdownField_set_index, (DropdownField * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02EB5FD0, void, DropdownField__ctor, (DropdownField * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB5FE0, void, DropdownField__ctor_1, (DropdownField * __this, String * label, MethodInfo * method)); DO_APP_FUNC(0x02EB6500, void, DropdownField_AddMenuItems, (DropdownField * __this, IGenericMenu * menu, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5868, DropdownField_AddMenuItems__MethodInfo); DO_APP_FUNC(0x02EB69B0, void, DropdownField_ChangeValueFromMenu, (DropdownField * __this, String * menuItem, MethodInfo * method)); DO_APP_FUNC(0x02EB69D0, void, DropdownField_set_choices, (DropdownField * __this, List_1_System_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x02EB6A80, String *, DropdownField_get_value, (DropdownField * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB6AD0, void, DropdownField_set_value, (DropdownField * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02EB6B90, void, DropdownField_SetValueWithoutNotify, (DropdownField * __this, String * newValue, MethodInfo * method)); DO_APP_FUNC(0x02EB6D10, void, DropdownField_ExecuteDefaultActionAtTarget, (DropdownField * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02EB6EF0, void, DropdownField_ShowMenu, (DropdownField * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB70E0, void, DropdownField_UpdateMixedValueContent, (DropdownField * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB71E0, void, DropdownField__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02EB76C0, void, DropdownField_UxmlFactory__ctor, (DropdownField_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB7700, void, DropdownField_UxmlTraits_Init, (DropdownField_UxmlTraits * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02EB7A80, void, DropdownField_UxmlTraits__ctor, (DropdownField_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB7E30, Vector2, DropdownField_PopupTextElement_DoMeasure, (DropdownField_PopupTextElement * __this, float desiredWidth, VisualElement_MeasureMode__Enum widthMode, float desiredHeight, VisualElement_MeasureMode__Enum heightMode, MethodInfo * method)); DO_APP_FUNC(0x02EB7EF0, void, DropdownField_PopupTextElement__ctor, (DropdownField_PopupTextElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DropdownField_c_DisplayClass38_0__ctor, (DropdownField_c_DisplayClass38_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB7F40, void, DropdownField_c_DisplayClass38_0__AddMenuItems_b__0, (DropdownField_c_DisplayClass38_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5908, DropdownField_c_DisplayClass38_0__AddMenuItems_b__0__MethodInfo); DO_APP_FUNC(0x01D6B010, VisualElement *, Foldout_get_contentContainer, (Foldout * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB7F70, void, Foldout_set_text, (Foldout * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02EB80B0, bool, Foldout_get_value, (Foldout * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB80C0, void, Foldout_set_value, (Foldout * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02EB81E0, void, Foldout_SetValueWithoutNotify, (Foldout * __this, bool newValue, MethodInfo * method)); DO_APP_FUNC(0x02EB82A0, void, Foldout_OnViewDataReady, (Foldout * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB82E0, void, Foldout__ctor, (Foldout * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB88B0, void, Foldout_OnAttachToPanel, (Foldout * __this, AttachToPanelEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5830, Foldout_OnAttachToPanel__MethodInfo); DO_APP_FUNC(0x02EB8B90, void, Foldout__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02EB9030, void, Foldout___ctor_b__25_0, (Foldout * __this, ChangeEvent_1_System_Boolean_ * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5848, Foldout___ctor_b__25_0__MethodInfo); DO_APP_FUNC(0x02EB9090, void, Foldout_UxmlFactory__ctor, (Foldout_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB90D0, void, Foldout_UxmlTraits_Init, (Foldout_UxmlTraits * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02EB9230, void, Foldout_UxmlTraits__ctor, (Foldout_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB9480, VisualElement *, GenericDropdownMenu_get_contentContainer, (GenericDropdownMenu * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB94B0, void, GenericDropdownMenu__ctor, (GenericDropdownMenu * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB9A70, void, GenericDropdownMenu_OnAttachToPanel, (GenericDropdownMenu * __this, AttachToPanelEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA57B0, GenericDropdownMenu_OnAttachToPanel__MethodInfo); DO_APP_FUNC(0x02EB9F70, void, GenericDropdownMenu_OnDetachFromPanel, (GenericDropdownMenu * __this, DetachFromPanelEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA57A0, GenericDropdownMenu_OnDetachFromPanel__MethodInfo); DO_APP_FUNC(0x02EBA3B0, void, GenericDropdownMenu_Hide, (GenericDropdownMenu * __this, MethodInfo * method)); DO_APP_FUNC(0x02EBA500, void, GenericDropdownMenu_Apply, (GenericDropdownMenu * __this, KeyboardNavigationOperation__Enum op, EventBase * sourceEvent, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA57C8, GenericDropdownMenu_Apply__MethodInfo); DO_APP_FUNC(0x02EBA540, bool, GenericDropdownMenu_Apply_1, (GenericDropdownMenu * __this, KeyboardNavigationOperation__Enum op, MethodInfo * method)); DO_APP_FUNC(0x02EBA870, void, GenericDropdownMenu_OnPointerDown, (GenericDropdownMenu * __this, PointerDownEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA57F0, GenericDropdownMenu_OnPointerDown__MethodInfo); DO_APP_FUNC(0x02EBAA30, void, GenericDropdownMenu_OnPointerMove, (GenericDropdownMenu * __this, PointerMoveEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA57F8, GenericDropdownMenu_OnPointerMove__MethodInfo); DO_APP_FUNC(0x02EBABF0, void, GenericDropdownMenu_OnPointerUp, (GenericDropdownMenu * __this, PointerUpEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA57E8, GenericDropdownMenu_OnPointerUp__MethodInfo); DO_APP_FUNC(0x02EBADC0, void, GenericDropdownMenu_OnFocusOut, (GenericDropdownMenu * __this, FocusOutEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA57B8, GenericDropdownMenu_OnFocusOut__MethodInfo); DO_APP_FUNC(0x02EBAEE0, void, GenericDropdownMenu_OnParentResized, (GenericDropdownMenu * __this, GeometryChangedEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA57C0, GenericDropdownMenu_OnParentResized__MethodInfo); DO_APP_FUNC(0x02EBAEF0, void, GenericDropdownMenu_UpdateSelection, (GenericDropdownMenu * __this, VisualElement * target, MethodInfo * method)); DO_APP_FUNC(0x02EBB040, void, GenericDropdownMenu_ChangeSelectedIndex, (GenericDropdownMenu * __this, int32_t newIndex, int32_t previousIndex, MethodInfo * method)); DO_APP_FUNC(0x02EBB1A0, int32_t, GenericDropdownMenu_GetSelectedIndex, (GenericDropdownMenu * __this, MethodInfo * method)); DO_APP_FUNC(0x02EBB260, void, GenericDropdownMenu_AddItem, (GenericDropdownMenu * __this, String * itemName, bool isChecked, Action * action, MethodInfo * method)); DO_APP_FUNC(0x02EBB2D0, void, GenericDropdownMenu_AddSeparator, (GenericDropdownMenu * __this, String * path, MethodInfo * method)); DO_APP_FUNC(0x02EBB3D0, GenericDropdownMenu_MenuItem *, GenericDropdownMenu_AddItem_1, (GenericDropdownMenu * __this, String * itemName, bool isChecked, bool isEnabled, Object * data, MethodInfo * method)); DO_APP_FUNC(0x02EBB990, void, GenericDropdownMenu_DropDown, (GenericDropdownMenu * __this, Rect position, VisualElement * targetElement, bool anchored, MethodInfo * method)); DO_APP_FUNC(0x02EBAEE0, void, GenericDropdownMenu_OnTargetElementDetachFromPanel, (GenericDropdownMenu * __this, DetachFromPanelEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA57E0, GenericDropdownMenu_OnTargetElementDetachFromPanel__MethodInfo); DO_APP_FUNC(0x02EBC360, void, GenericDropdownMenu_OnContainerGeometryChanged, (GenericDropdownMenu * __this, GeometryChangedEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA57D0, GenericDropdownMenu_OnContainerGeometryChanged__MethodInfo); DO_APP_FUNC(0x02EBC370, void, GenericDropdownMenu_EnsureVisibilityInParent, (GenericDropdownMenu * __this, MethodInfo * method)); DO_APP_FUNC(0x02EBCA40, void, GenericDropdownMenu__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02EBCEC0, void, GenericDropdownMenu__Apply_g__UpdateSelectionDown_27_0, (GenericDropdownMenu * __this, int32_t newIndex, GenericDropdownMenu_c_DisplayClass27_0 * param_00010006, MethodInfo * method)); DO_APP_FUNC(0x02EBCF90, void, GenericDropdownMenu__Apply_g__UpdateSelectionUp_27_1, (GenericDropdownMenu * __this, int32_t newIndex, GenericDropdownMenu_c_DisplayClass27_0 * param_00010008, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GenericDropdownMenu_MenuItem__ctor, (GenericDropdownMenu_MenuItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02EBD050, void, GroupBox_set_text, (GroupBox * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02EBD250, void, GroupBox__ctor, (GroupBox * __this, MethodInfo * method)); DO_APP_FUNC(0x02EBD3A0, void, GroupBox__ctor_1, (GroupBox * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02EBD460, void, GroupBox__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02EBD5B0, void, GroupBox_UxmlFactory__ctor, (GroupBox_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02EBD5F0, void, GroupBox_UxmlTraits_Init, (GroupBox_UxmlTraits * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02EBD700, void, GroupBox_UxmlTraits__ctor, (GroupBox_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02EBD830, void, HelpBox_set_text, (HelpBox * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02EBD860, void, HelpBox_set_messageType, (HelpBox * __this, HelpBoxMessageType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02EBD880, void, HelpBox__ctor, (HelpBox * __this, MethodInfo * method)); DO_APP_FUNC(0x02EBD8D0, void, HelpBox__ctor_1, (HelpBox * __this, String * text, HelpBoxMessageType__Enum messageType, MethodInfo * method)); DO_APP_FUNC(0x02EBDB10, String *, HelpBox_GetIconClass, (HelpBox * __this, HelpBoxMessageType__Enum messageType, MethodInfo * method)); DO_APP_FUNC(0x02EBDBF0, void, HelpBox_UpdateIcon, (HelpBox * __this, HelpBoxMessageType__Enum messageType, MethodInfo * method)); DO_APP_FUNC(0x02EBDDC0, void, HelpBox__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02EBE1A0, void, HelpBox_UxmlFactory__ctor, (HelpBox_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02EBE1E0, void, HelpBox_UxmlTraits_Init, (HelpBox_UxmlTraits * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02EBE370, void, HelpBox_UxmlTraits__ctor, (HelpBox_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02EBE5D0, Texture *, Image_1_get_image, (Image_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8D9C0, Sprite *, Image_1_get_sprite, (Image_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8CD30, VectorImage *, Image_1_get_vectorImage, (Image_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EBE5E0, Rect, Image_1_get_sourceRect, (Image_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EBE610, Rect, Image_1_get_uv, (Image_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EBE620, ScaleMode__Enum, Image_1_get_scaleMode, (Image_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EBE630, Color, Image_1_get_tintColor, (Image_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EBE640, void, Image_1__ctor, (Image_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EBE8A0, Vector2, Image_1_GetTextureDisplaySize, (Image_1 * __this, Texture * texture, MethodInfo * method)); DO_APP_FUNC(0x02EBEA30, Vector2, Image_1_GetTextureDisplaySize_1, (Image_1 * __this, Sprite * sprite, MethodInfo * method)); DO_APP_FUNC(0x02EBEC40, Vector2, Image_1_DoMeasure, (Image_1 * __this, float desiredWidth, VisualElement_MeasureMode__Enum widthMode, float desiredHeight, VisualElement_MeasureMode__Enum heightMode, MethodInfo * method)); DO_APP_FUNC(0x02EBF1F0, void, Image_1_OnGenerateVisualContent, (Image_1 * __this, MeshGenerationContext * mgc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA56C8, Image_1_OnGenerateVisualContent__MethodInfo); DO_APP_FUNC(0x02EBFA60, void, Image_1_OnCustomStyleResolved, (Image_1 * __this, CustomStyleResolvedEvent * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA56D8, Image_1_OnCustomStyleResolved__MethodInfo); DO_APP_FUNC(0x02EC02B0, void, Image_1_SetScaleMode, (Image_1 * __this, ScaleMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02EC02F0, Rect, Image_1_GetSourceRect, (Image_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC0600, void, Image_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02EC0A20, void, Image_UxmlFactory__ctor, (Image_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC0A60, void, Image_UxmlTraits__ctor, (Image_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, KeyboardTextEditorEventHandler_get_isClicking, (KeyboardTextEditorEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC0A70, void, KeyboardTextEditorEventHandler_set_isClicking, (KeyboardTextEditorEventHandler * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02EC0A90, void, KeyboardTextEditorEventHandler__ctor, (KeyboardTextEditorEventHandler * __this, TextEditorEngine * editorEngine, ITextInputField * textInputField, MethodInfo * method)); DO_APP_FUNC(0x02EC0BB0, void, KeyboardTextEditorEventHandler_ExecuteDefaultActionAtTarget, (KeyboardTextEditorEventHandler * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02EC1500, void, KeyboardTextEditorEventHandler_OnFocus, (KeyboardTextEditorEventHandler * __this, FocusEvent * _, MethodInfo * method)); DO_APP_FUNC(0x02EC16B0, void, KeyboardTextEditorEventHandler_OnBlur, (KeyboardTextEditorEventHandler * __this, BlurEvent * _, MethodInfo * method)); DO_APP_FUNC(0x02EC1700, void, KeyboardTextEditorEventHandler_OnMouseDown, (KeyboardTextEditorEventHandler * __this, MouseDownEvent * evt, MethodInfo * method)); DO_APP_FUNC(0x02EC1B80, void, KeyboardTextEditorEventHandler_OnMouseUp, (KeyboardTextEditorEventHandler * __this, MouseUpEvent * evt, MethodInfo * method)); DO_APP_FUNC(0x02EC1C90, void, KeyboardTextEditorEventHandler_OnMouseMove, (KeyboardTextEditorEventHandler * __this, MouseMoveEvent * evt, MethodInfo * method)); DO_APP_FUNC(0x02EC1DA0, void, KeyboardTextEditorEventHandler_ProcessDragMove, (KeyboardTextEditorEventHandler * __this, MouseMoveEvent * evt, MethodInfo * method)); DO_APP_FUNC(0x02EC2050, bool, KeyboardTextEditorEventHandler_MoveDistanceQualifiesForDrag, (KeyboardTextEditorEventHandler * __this, Vector2 start, Vector2 current, MethodInfo * method)); DO_APP_FUNC(0x02EC2090, void, KeyboardTextEditorEventHandler_OnKeyDown, (KeyboardTextEditorEventHandler * __this, KeyDownEvent * evt, MethodInfo * method)); DO_APP_FUNC(0x02EC2620, void, KeyboardTextEditorEventHandler_OnValidateCommandEvent, (KeyboardTextEditorEventHandler * __this, ValidateCommandEvent * evt, MethodInfo * method)); DO_APP_FUNC(0x02EC2980, void, KeyboardTextEditorEventHandler_OnExecuteCommandEvent, (KeyboardTextEditorEventHandler * __this, ExecuteCommandEvent * evt, MethodInfo * method)); DO_APP_FUNC(0x02EC2E70, void, KeyboardTextEditorEventHandler_PreDrawCursor, (KeyboardTextEditorEventHandler * __this, String * newText, MethodInfo * method)); DO_APP_FUNC(0x02EC32F0, void, KeyboardTextEditorEventHandler_PostDrawCursor, (KeyboardTextEditorEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC3320, void, Label__ctor, (Label * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC3370, void, Label__ctor_1, (Label * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02EC3430, void, Label__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02EC34E0, void, Label_UxmlFactory__ctor, (Label_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC3520, void, Label_UxmlTraits__ctor, (Label_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC3530, bool, ListView_get_showBoundCollectionSize, (ListView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC3540, void, ListView_set_showBoundCollectionSize, (ListView * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02EC3560, bool, ListView_get_showFoldoutHeader, (ListView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC3570, void, ListView_set_showFoldoutHeader, (ListView * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02EC38E0, void, ListView_SetupArraySizeField, (ListView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC3DA0, void, ListView_set_headerTitle, (ListView * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02EC3E20, bool, ListView_get_showAddRemoveFooter, (ListView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC3E30, void, ListView_set_showAddRemoveFooter, (ListView * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02EC3E40, void, ListView_EnableFooter, (ListView * __this, bool enabled, MethodInfo * method)); DO_APP_FUNC(0x02EC4540, void, ListView_AddItems, (ListView * __this, int32_t itemCount, MethodInfo * method)); DO_APP_FUNC(0x02EC4570, void, ListView_OnArraySizeFieldChanged, (ListView * __this, ChangeEvent_1_System_String_ * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA54A0, ListView_OnArraySizeFieldChanged__MethodInfo); DO_APP_FUNC(0x02EC4740, void, ListView_UpdateArraySizeField, (ListView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC47F0, void, ListView_UpdateEmpty, (ListView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC49E0, void, ListView_OnAddClicked, (ListView * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5518, ListView_OnAddClicked__MethodInfo); DO_APP_FUNC(0x02EC4B40, void, ListView_OnRemoveClicked, (ListView * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5500, ListView_OnRemoveClicked__MethodInfo); DO_APP_FUNC(0x02EC4D20, ListViewController *, ListView_get_viewController, (ListView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC4D30, void, ListView_CreateVirtualizationController, (ListView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC4D70, void, ListView_CreateViewController, (ListView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC4DD0, void, ListView_SetViewController, (ListView * __this, ListViewController * controller, MethodInfo * method)); DO_APP_FUNC(0x02EC5620, void, ListView_OnItemAdded, (ListView * __this, IEnumerable_1_System_Int32_ * indices, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5348, ListView_OnItemAdded__MethodInfo); DO_APP_FUNC(0x02EC5640, void, ListView_OnItemsRemoved, (ListView * __this, IEnumerable_1_System_Int32_ * indices, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5350, ListView_OnItemsRemoved__MethodInfo); DO_APP_FUNC(0x02EB4440, void, ListView_OnItemsSourceSizeChanged, (ListView * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5380, ListView_OnItemsSourceSizeChanged__MethodInfo); DO_APP_FUNC(0x02EC5660, ListViewReorderMode__Enum, ListView_get_reorderMode, (ListView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC5670, void, ListView_set_reorderMode, (ListView * __this, ListViewReorderMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02EC56C0, ListViewDragger *, ListView_CreateDragger, (ListView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC5750, ICollectionDragAndDropController *, ListView_CreateDragAndDropController, (ListView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC5810, void, ListView__ctor, (ListView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC58B0, void, ListView_PostRefresh, (ListView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC59B0, void, ListView__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02EC6580, void, ListView__OnAddClicked_b__34_0, (ListView * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5528, ListView__OnAddClicked_b__34_0__MethodInfo); DO_APP_FUNC(0x02EC6600, void, ListView_UxmlFactory__ctor, (ListView_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC6640, void, ListView_UxmlTraits_Init, (ListView_UxmlTraits * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02EC6BF0, void, ListView_UxmlTraits__ctor, (ListView_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x0129D500, VisualElement *, MinMaxSlider_get_dragElement, (MinMaxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x0129D510, void, MinMaxSlider_set_dragElement, (MinMaxSlider * __this, VisualElement * value, MethodInfo * method)); DO_APP_FUNC(0x01143420, VisualElement *, MinMaxSlider_get_dragMinThumb, (MinMaxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x0129D570, void, MinMaxSlider_set_dragMinThumb, (MinMaxSlider * __this, VisualElement * value, MethodInfo * method)); DO_APP_FUNC(0x0129D5D0, VisualElement *, MinMaxSlider_get_dragMaxThumb, (MinMaxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x01143430, void, MinMaxSlider_set_dragMaxThumb, (MinMaxSlider * __this, VisualElement * value, MethodInfo * method)); DO_APP_FUNC(0x0129D5E0, ClampedDragger_1_System_Single_ *, MinMaxSlider_get_clampedDragger, (MinMaxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x0129D5F0, void, MinMaxSlider_set_clampedDragger, (MinMaxSlider * __this, ClampedDragger_1_System_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x02EC7A10, float, MinMaxSlider_get_minValue, (MinMaxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC7A40, void, MinMaxSlider_set_minValue, (MinMaxSlider * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02EC7AC0, float, MinMaxSlider_get_maxValue, (MinMaxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC7AF0, void, MinMaxSlider_set_maxValue, (MinMaxSlider * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02EC7B70, Vector2, MinMaxSlider_get_value, (MinMaxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC7BC0, void, MinMaxSlider_set_value, (MinMaxSlider * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02EC7C20, void, MinMaxSlider_SetValueWithoutNotify, (MinMaxSlider * __this, Vector2 newValue, MethodInfo * method)); DO_APP_FUNC(0x02EC7D40, float, MinMaxSlider_get_lowLimit, (MinMaxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC7D50, void, MinMaxSlider_set_lowLimit, (MinMaxSlider * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA51C8, MinMaxSlider_set_lowLimit__MethodInfo); DO_APP_FUNC(0x02EC7E60, float, MinMaxSlider_get_highLimit, (MinMaxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC7E70, void, MinMaxSlider_set_highLimit, (MinMaxSlider * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5230, MinMaxSlider_set_highLimit__MethodInfo); DO_APP_FUNC(0x02EC7F80, void, MinMaxSlider__ctor, (MinMaxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC7FC0, void, MinMaxSlider__ctor_1, (MinMaxSlider * __this, String * label, float minValue, float maxValue, float minLimit, float maxLimit, MethodInfo * method)); DO_APP_FUNC(0x02EC8860, Vector2, MinMaxSlider_ClampValues, (MinMaxSlider * __this, Vector2 valueToClamp, MethodInfo * method)); DO_APP_FUNC(0x02EC88F0, void, MinMaxSlider_UpdateDragElementPosition, (MinMaxSlider * __this, GeometryChangedEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA50B0, MinMaxSlider_UpdateDragElementPosition__MethodInfo); DO_APP_FUNC(0x02EC8960, void, MinMaxSlider_UpdateDragElementPosition_1, (MinMaxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC9780, float, MinMaxSlider_SliderLerpUnclamped, (MinMaxSlider * __this, float a, float b, float interpolant, MethodInfo * method)); DO_APP_FUNC(0x02EC97A0, float, MinMaxSlider_SliderNormalizeValue, (MinMaxSlider * __this, float currentValue, float lowerValue, float higherValue, MethodInfo * method)); DO_APP_FUNC(0x02EC97C0, float, MinMaxSlider_ComputeValueFromPosition, (MinMaxSlider * __this, float positionToConvert, MethodInfo * method)); DO_APP_FUNC(0x02EC98E0, void, MinMaxSlider_ExecuteDefaultAction, (MinMaxSlider * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02EC9A30, void, MinMaxSlider_SetSliderValueFromDrag, (MinMaxSlider * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5038, MinMaxSlider_SetSliderValueFromDrag__MethodInfo); DO_APP_FUNC(0x02EC9AF0, void, MinMaxSlider_SetSliderValueFromClick, (MinMaxSlider * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5028, MinMaxSlider_SetSliderValueFromClick__MethodInfo); DO_APP_FUNC(0x02EC9F60, void, MinMaxSlider_ComputeValueDragStateNoThumb, (MinMaxSlider * __this, float lowLimitPosition, float highLimitPosition, float dragElementPos, MethodInfo * method)); DO_APP_FUNC(0x02ECA020, void, MinMaxSlider_ComputeValueFromDraggingThumb, (MinMaxSlider * __this, float dragElementStartPos, float dragElementEndPos, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MinMaxSlider_UpdateMixedValueContent, (MinMaxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECA220, void, MinMaxSlider__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02ECA6A0, void, MinMaxSlider_UxmlFactory__ctor, (MinMaxSlider_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECA6E0, void, MinMaxSlider_UxmlTraits_Init, (MinMaxSlider_UxmlTraits * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02ECAA20, void, MinMaxSlider_UxmlTraits__ctor, (MinMaxSlider_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECAFA0, void, PopupWindow__ctor, (PopupWindow * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB4F70, VisualElement *, PopupWindow_get_contentContainer, (PopupWindow * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECB1D0, void, PopupWindow__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02ECB320, void, PopupWindow_UxmlFactory__ctor, (PopupWindow_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02EC3520, void, PopupWindow_UxmlTraits__ctor, (PopupWindow_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECB360, void, AbstractProgressBar_set_title, (AbstractProgressBar * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02ECB390, float, AbstractProgressBar_get_lowValue, (AbstractProgressBar * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECB3A0, void, AbstractProgressBar_set_lowValue, (AbstractProgressBar * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02ECB3C0, float, AbstractProgressBar_get_highValue, (AbstractProgressBar * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECB3D0, void, AbstractProgressBar_set_highValue, (AbstractProgressBar * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02ECB3F0, void, AbstractProgressBar__ctor, (AbstractProgressBar * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECB8D0, void, AbstractProgressBar_OnGeometryChanged, (AbstractProgressBar * __this, GeometryChangedEvent * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7930, AbstractProgressBar_OnGeometryChanged__MethodInfo); DO_APP_FUNC(0x02ECB900, float, AbstractProgressBar_get_value, (AbstractProgressBar * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECB910, void, AbstractProgressBar_set_value, (AbstractProgressBar * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02ECBAD0, void, AbstractProgressBar_SetValueWithoutNotify, (AbstractProgressBar * __this, float newValue, MethodInfo * method)); DO_APP_FUNC(0x02ECBB10, void, AbstractProgressBar_SetProgress, (AbstractProgressBar * __this, float p, MethodInfo * method)); DO_APP_FUNC(0x02ECBD00, float, AbstractProgressBar_CalculateProgressWidth, (AbstractProgressBar * __this, float width, MethodInfo * method)); DO_APP_FUNC(0x02ECBDB0, void, AbstractProgressBar__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02ECC190, void, AbstractProgressBar_UxmlTraits_Init, (AbstractProgressBar_UxmlTraits * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02ECC3C0, void, AbstractProgressBar_UxmlTraits__ctor, (AbstractProgressBar_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECC870, void, ProgressBar__ctor, (ProgressBar * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECC8C0, void, ProgressBar_UxmlFactory__ctor, (ProgressBar_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECC900, bool, RadioButton_get_value, (RadioButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECC950, void, RadioButton_set_value, (RadioButton * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02ECCB30, void, RadioButton__ctor, (RadioButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECCB40, void, RadioButton__ctor_1, (RadioButton * __this, String * label, MethodInfo * method)); DO_APP_FUNC(0x02ECCEE0, void, RadioButton_InitLabel, (RadioButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECCF60, void, RadioButton_ToggleValue, (RadioButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02EB69B0, void, RadioButton_SetSelected, (RadioButton * __this, bool selected, MethodInfo * method)); DO_APP_FUNC(0x02ECCFB0, void, RadioButton_SetValueWithoutNotify, (RadioButton * __this, bool newValue, MethodInfo * method)); DO_APP_FUNC(0x02ECD110, void, RadioButton_UpdateCheckmark, (RadioButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECD1B0, void, RadioButton_UpdateMixedValueContent, (RadioButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECD260, void, RadioButton__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02ECD640, void, RadioButton_UxmlFactory__ctor, (RadioButton_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECD680, void, RadioButton_UxmlTraits_Init, (RadioButton_UxmlTraits * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02ECD7A0, void, RadioButton_UxmlTraits__ctor, (RadioButton_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECD8F0, void, RadioButtonGroup_set_choices, (RadioButtonGroup * __this, IEnumerable_1_System_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x02ECDF70, void, RadioButtonGroup__ctor, (RadioButtonGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECDF80, void, RadioButtonGroup__ctor_1, (RadioButtonGroup * __this, String * label, List_1_System_String_ * radioButtonChoices, MethodInfo * method)); DO_APP_FUNC(0x02ECE240, void, RadioButtonGroup_RadioButtonValueChangedCallback, (RadioButtonGroup * __this, ChangeEvent_1_System_Boolean_ * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA75A8, RadioButtonGroup_RadioButtonValueChangedCallback__MethodInfo); DO_APP_FUNC(0x02ECE380, void, RadioButtonGroup_SetValueWithoutNotify, (RadioButtonGroup * __this, int32_t newValue, MethodInfo * method)); DO_APP_FUNC(0x02ECE3D0, void, RadioButtonGroup_UpdateRadioButtons, (RadioButtonGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECE610, void, RadioButtonGroup__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02ECE6C0, void, RadioButtonGroup_UxmlFactory__ctor, (RadioButtonGroup_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECE700, void, RadioButtonGroup_UxmlTraits_Init, (RadioButtonGroup_UxmlTraits * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02ECE840, void, RadioButtonGroup_UxmlTraits__ctor, (RadioButtonGroup_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECE990, void, RepeatButton__ctor, (RepeatButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECEA30, void, RepeatButton__ctor_1, (RepeatButton * __this, Action * clickEvent, int64_t delay, int64_t interval, MethodInfo * method)); DO_APP_FUNC(0x02ECEB10, void, RepeatButton_SetAction, (RepeatButton * __this, Action * clickEvent, int64_t delay, int64_t interval, MethodInfo * method)); DO_APP_FUNC(0x02ECEC90, void, RepeatButton_AddAction, (RepeatButton * __this, Action * clickEvent, MethodInfo * method)); DO_APP_FUNC(0x02ECEDA0, void, RepeatButton__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02ECEE50, void, RepeatButton_UxmlFactory__ctor, (RepeatButton_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECEE90, void, RepeatButton_UxmlTraits_Init, (RepeatButton_UxmlTraits * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02ECF000, void, RepeatButton_UxmlTraits__ctor, (RepeatButton_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECF220, void, Scroller_add_valueChanged, (Scroller * __this, Action_1_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x02ECF340, void, Scroller_remove_valueChanged, (Scroller * __this, Action_1_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x01DF8390, Slider_1 *, Scroller_get_slider, (Scroller * __this, MethodInfo * method)); DO_APP_FUNC(0x02E08550, void, Scroller_set_slider, (Scroller * __this, Slider_1 * value, MethodInfo * method)); DO_APP_FUNC(0x01DF83B0, RepeatButton *, Scroller_get_lowButton, (Scroller * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8CB50, void, Scroller_set_lowButton, (Scroller * __this, RepeatButton * value, MethodInfo * method)); DO_APP_FUNC(0x01D6B010, RepeatButton *, Scroller_get_highButton, (Scroller * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8CD40, void, Scroller_set_highButton, (Scroller * __this, RepeatButton * value, MethodInfo * method)); DO_APP_FUNC(0x02ECF460, float, Scroller_get_value, (Scroller * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECF490, void, Scroller_set_value, (Scroller * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02ECF4C0, float, Scroller_get_lowValue, (Scroller * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECF510, void, Scroller_set_lowValue, (Scroller * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02ECF570, float, Scroller_get_highValue, (Scroller * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECF5C0, void, Scroller_set_highValue, (Scroller * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02ECF620, void, Scroller_set_direction, (Scroller * __this, SliderDirection__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02ECF7B0, void, Scroller__ctor, (Scroller * __this, MethodInfo * method)); DO_APP_FUNC(0x02ECF7E0, void, Scroller__ctor_1, (Scroller * __this, float lowValue, float highValue, Action_1_Single_ * valueChanged, SliderDirection__Enum direction, MethodInfo * method)); DO_APP_FUNC(0x02ECFE30, void, Scroller_Adjust, (Scroller * __this, float factor, MethodInfo * method)); DO_APP_FUNC(0x02ECFEC0, void, Scroller_OnSliderValueChange, (Scroller * __this, ChangeEvent_1_System_Single_ * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA74A0, Scroller_OnSliderValueChange__MethodInfo); DO_APP_FUNC(0x02ECFFA0, void, Scroller_ScrollPageUp, (Scroller * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7480, Scroller_ScrollPageUp__MethodInfo); DO_APP_FUNC(0x02ED0080, void, Scroller_ScrollPageDown, (Scroller * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7470, Scroller_ScrollPageDown__MethodInfo); DO_APP_FUNC(0x02ED0160, void, Scroller_ScrollPageUp_1, (Scroller * __this, float factor, MethodInfo * method)); DO_APP_FUNC(0x02ED0260, void, Scroller_ScrollPageDown_1, (Scroller * __this, float factor, MethodInfo * method)); DO_APP_FUNC(0x02ED0360, void, Scroller__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02ED0740, void, Scroller_UxmlFactory__ctor, (Scroller_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED0780, void, Scroller_UxmlTraits_Init, (Scroller_UxmlTraits * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02ED09D0, void, Scroller_UxmlTraits__ctor, (Scroller_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED0F30, ScrollerVisibility__Enum, ScrollView_get_horizontalScrollerVisibility, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED0F40, void, ScrollView_set_horizontalScrollerVisibility, (ScrollView * __this, ScrollerVisibility__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02ED0FD0, ScrollerVisibility__Enum, ScrollView_get_verticalScrollerVisibility, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED0FE0, void, ScrollView_set_verticalScrollerVisibility, (ScrollView * __this, ScrollerVisibility__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02ED1080, void, ScrollView_set_showHorizontal, (ScrollView * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02ED10A0, void, ScrollView_set_showVertical, (ScrollView * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02ED10C0, bool, ScrollView_get_needsHorizontal, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED1100, bool, ScrollView_get_needsVertical, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED1140, bool, ScrollView_get_isVerticalScrollDisplayed, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED11A0, bool, ScrollView_get_isHorizontalScrollDisplayed, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED1200, Vector2, ScrollView_get_scrollOffset, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED1290, void, ScrollView_set_scrollOffset, (ScrollView * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02ED1360, void, ScrollView_set_horizontalPageSize, (ScrollView * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02ED1370, void, ScrollView_set_verticalPageSize, (ScrollView * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01291F60, float, ScrollView_get_mouseWheelScrollSize, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED1380, void, ScrollView_set_mouseWheelScrollSize, (ScrollView * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02ED1410, float, ScrollView_get_scrollableWidth, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED14A0, float, ScrollView_get_scrollableHeight, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED1530, bool, ScrollView_get_hasInertia, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED1550, float, ScrollView_get_scrollDecelerationRate, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED1560, void, ScrollView_set_scrollDecelerationRate, (ScrollView * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02ECB900, float, ScrollView_get_elasticity, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED1580, void, ScrollView_set_elasticity, (ScrollView * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02ED15A0, ScrollView_TouchScrollBehavior__Enum, ScrollView_get_touchScrollBehavior, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED15B0, void, ScrollView_set_touchScrollBehavior, (ScrollView * __this, ScrollView_TouchScrollBehavior__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02ED1680, ScrollView_NestedInteractionKind__Enum, ScrollView_get_nestedInteractionKind, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED1690, void, ScrollView_set_nestedInteractionKind, (ScrollView * __this, ScrollView_NestedInteractionKind__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02ED16A0, void, ScrollView_set_elasticAnimationIntervalMs, (ScrollView * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x02ED17E0, void, ScrollView_OnHorizontalScrollDragElementChanged, (ScrollView * __this, GeometryChangedEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7328, ScrollView_OnHorizontalScrollDragElementChanged__MethodInfo); DO_APP_FUNC(0x02ED1850, void, ScrollView_OnVerticalScrollDragElementChanged, (ScrollView * __this, GeometryChangedEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7370, ScrollView_OnVerticalScrollDragElementChanged__MethodInfo); DO_APP_FUNC(0x02ED18C0, void, ScrollView_UpdateHorizontalSliderPageSize, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED19D0, void, ScrollView_UpdateVerticalSliderPageSize, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED1AE0, void, ScrollView_UpdateContentViewTransform, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED1D50, void, ScrollView_ScrollTo, (ScrollView * __this, VisualElement * child, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7310, ScrollView_ScrollTo__MethodInfo); DO_APP_FUNC(0x02ED1FB0, float, ScrollView_GetXDeltaOffset, (ScrollView * __this, VisualElement * child, MethodInfo * method)); DO_APP_FUNC(0x02ED2210, float, ScrollView_GetYDeltaOffset, (ScrollView * __this, VisualElement * child, MethodInfo * method)); DO_APP_FUNC(0x02ED2470, float, ScrollView_GetDeltaDistance, (ScrollView * __this, float viewMin, float viewMax, float childBoundaryMin, float childBoundaryMax, MethodInfo * method)); DO_APP_FUNC(0x0113E140, VisualElement *, ScrollView_get_contentViewport, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x0113E150, void, ScrollView_set_contentViewport, (ScrollView * __this, VisualElement * value, MethodInfo * method)); DO_APP_FUNC(0x01DF8650, Scroller *, ScrollView_get_horizontalScroller, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF8660, void, ScrollView_set_horizontalScroller, (ScrollView * __this, Scroller * value, MethodInfo * method)); DO_APP_FUNC(0x0129D500, Scroller *, ScrollView_get_verticalScroller, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x0129D510, void, ScrollView_set_verticalScroller, (ScrollView * __this, Scroller * value, MethodInfo * method)); DO_APP_FUNC(0x02EB5DB0, VisualElement *, ScrollView_get_contentContainer, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED24E0, void, ScrollView__ctor, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED24F0, void, ScrollView__ctor_1, (ScrollView * __this, ScrollViewMode__Enum scrollViewMode, MethodInfo * method)); DO_APP_FUNC(0x02ED3750, ScrollViewMode__Enum, ScrollView_get_mode, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED3760, void, ScrollView_set_mode, (ScrollView * __this, ScrollViewMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02ED3780, void, ScrollView_SetScrollViewMode, (ScrollView * __this, ScrollViewMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02ED3930, void, ScrollView_OnAttachToPanel, (ScrollView * __this, AttachToPanelEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7330, ScrollView_OnAttachToPanel__MethodInfo); DO_APP_FUNC(0x02ED3E80, void, ScrollView_OnDetachFromPanel, (ScrollView * __this, DetachFromPanelEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7338, ScrollView_OnDetachFromPanel__MethodInfo); DO_APP_FUNC(0x02ED43F0, void, ScrollView_OnPointerCapture, (ScrollView * __this, PointerCaptureEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA72B0, ScrollView_OnPointerCapture__MethodInfo); DO_APP_FUNC(0x02ED4560, void, ScrollView_OnPointerCaptureOut, (ScrollView * __this, PointerCaptureOutEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA72A8, ScrollView_OnPointerCaptureOut__MethodInfo); DO_APP_FUNC(0x02ED46C0, void, ScrollView_OnGeometryChanged, (ScrollView * __this, GeometryChangedEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7320, ScrollView_OnGeometryChanged__MethodInfo); DO_APP_FUNC(0x02ED49C0, void, ScrollView_ScheduleResetLayoutPass, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED4B10, void, ScrollView_ResetLayoutPass, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA72F0, ScrollView_ResetLayoutPass__MethodInfo); DO_APP_FUNC(0x02ED4B20, float, ScrollView_ComputeElasticOffset, (float deltaPointer, float initialScrollOffset, float lowLimit, float hardLowLimit, float highLimit, float hardHighLimit, MethodInfo * method)); DO_APP_FUNC(0x02ED4C90, void, ScrollView_ComputeInitialSpringBackVelocity, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED4DF0, void, ScrollView_SpringBack, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED5130, void, ScrollView_ApplyScrollInertia, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED5430, void, ScrollView_PostPointerUpAnimation, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7408, ScrollView_PostPointerUpAnimation__MethodInfo); DO_APP_FUNC(0x02ED5580, void, ScrollView_OnPointerDown, (ScrollView * __this, PointerDownEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7298, ScrollView_OnPointerDown__MethodInfo); DO_APP_FUNC(0x02ED5850, void, ScrollView_OnPointerMove, (ScrollView * __this, PointerMoveEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7390, ScrollView_OnPointerMove__MethodInfo); DO_APP_FUNC(0x02ED5B10, void, ScrollView_OnPointerCancel, (ScrollView * __this, PointerCancelEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA72C0, ScrollView_OnPointerCancel__MethodInfo); DO_APP_FUNC(0x02ED5B70, void, ScrollView_OnPointerUp, (ScrollView * __this, PointerUpEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7398, ScrollView_OnPointerUp__MethodInfo); DO_APP_FUNC(0x02ED5C60, void, ScrollView_InitTouchScrolling, (ScrollView * __this, Vector2 position, MethodInfo * method)); DO_APP_FUNC(0x02ED5FD0, ScrollView_TouchScrollingResult__Enum, ScrollView_ComputeTouchScrolling, (ScrollView * __this, Vector2 position, MethodInfo * method)); DO_APP_FUNC(0x02ED6370, bool, ScrollView_ApplyTouchScrolling, (ScrollView * __this, Vector2 newScrollOffset, MethodInfo * method)); DO_APP_FUNC(0x02ED66F0, bool, ScrollView_ReleaseScrolling, (ScrollView * __this, int32_t pointerId, IEventHandler * target, MethodInfo * method)); DO_APP_FUNC(0x02ED6830, void, ScrollView_ExecuteElasticSpringAnimation, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED6AB0, void, ScrollView_AdjustScrollers, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED6C80, void, ScrollView_UpdateScrollers, (ScrollView * __this, bool displayHorizontal, bool displayVertical, MethodInfo * method)); DO_APP_FUNC(0x02ED7120, void, ScrollView_OnScrollersGeometryChanged, (ScrollView * __this, GeometryChangedEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7388, ScrollView_OnScrollersGeometryChanged__MethodInfo); DO_APP_FUNC(0x02ED72F0, void, ScrollView_OnScrollWheel, (ScrollView * __this, WheelEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7380, ScrollView_OnScrollWheel__MethodInfo); DO_APP_FUNC(0x02ED7800, void, ScrollView_OnRootCustomStyleResolved, (ScrollView * __this, CustomStyleResolvedEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA72A0, ScrollView_OnRootCustomStyleResolved__MethodInfo); DO_APP_FUNC(0x02ED7810, void, ScrollView_ReadSingleLineHeight, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED7A10, void, ScrollView_UpdateElasticBehaviour, (ScrollView * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7368, ScrollView_UpdateElasticBehaviour__MethodInfo); DO_APP_FUNC(0x02ED7CD0, void, ScrollView__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02ED8380, void, ScrollView___ctor_b__117_0, (ScrollView * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7378, ScrollView___ctor_b__117_0__MethodInfo); DO_APP_FUNC(0x02ED83D0, void, ScrollView___ctor_b__117_1, (ScrollView * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7360, ScrollView___ctor_b__117_1__MethodInfo); DO_APP_FUNC(0x02ED8420, void, ScrollView_UxmlFactory__ctor, (ScrollView_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED8460, void, ScrollView_UxmlTraits_Init, (ScrollView_UxmlTraits * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02ED8B90, void, ScrollView_UxmlTraits__ctor, (ScrollView_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED9940, void, Slider_1__ctor, (Slider_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02ED9970, void, Slider_1__ctor_1, (Slider_1 * __this, float start, float end, SliderDirection__Enum direction, float pageSize, MethodInfo * method)); DO_APP_FUNC(0x02ED99A0, void, Slider_1__ctor_2, (Slider_1 * __this, String * label, float start, float end, SliderDirection__Enum direction, float pageSize, MethodInfo * method)); DO_APP_FUNC(0x02ED9B10, float, Slider_1_SliderLerpUnclamped, (Slider_1 * __this, float a, float b, float interpolant, MethodInfo * method)); DO_APP_FUNC(0x02EC97A0, float, Slider_1_SliderNormalizeValue, (Slider_1 * __this, float currentValue, float lowerValue, float higherValue, MethodInfo * method)); DO_APP_FUNC(0x02ED9CE0, float, Slider_1_ParseStringToValue, (Slider_1 * __this, String * stringValue, MethodInfo * method)); DO_APP_FUNC(0x02ED9E60, void, Slider_1_ComputeValueFromKey, (Slider_1 * __this, BaseSlider_1_TValueType_SliderKey_System_Single_ * sliderKey, bool isShift, MethodInfo * method)); DO_APP_FUNC(0x02EDA0E0, void, Slider_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02EDA2D0, void, Slider_UxmlFactory__ctor, (Slider_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02EDA310, void, Slider_UxmlTraits_Init, (Slider_UxmlTraits * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02EDA750, void, Slider_UxmlTraits__ctor, (Slider_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02EDAED0, void, SliderInt__ctor, (SliderInt * __this, MethodInfo * method)); DO_APP_FUNC(0x02EDB010, void, SliderInt__ctor_1, (SliderInt * __this, String * label, int32_t start, int32_t end, SliderDirection__Enum direction, float pageSize, MethodInfo * method)); DO_APP_FUNC(0x02EDB180, float, SliderInt_get_pageSize, (SliderInt * __this, MethodInfo * method)); DO_APP_FUNC(0x02EDB1D0, void, SliderInt_set_pageSize, (SliderInt * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02EDB230, int32_t, SliderInt_SliderLerpUnclamped, (SliderInt * __this, int32_t a, int32_t b, float interpolant, MethodInfo * method)); DO_APP_FUNC(0x02EDB250, float, SliderInt_SliderNormalizeValue, (SliderInt * __this, int32_t currentValue, int32_t lowerValue, int32_t higherValue, MethodInfo * method)); DO_APP_FUNC(0x02EDB280, int32_t, SliderInt_ParseStringToValue, (SliderInt * __this, String * stringValue, MethodInfo * method)); DO_APP_FUNC(0x02EDB360, void, SliderInt_ComputeValueAndDirectionFromClick, (SliderInt * __this, float sliderLength, float dragElementLength, float dragElementPos, float dragElementLastPos, MethodInfo * method)); DO_APP_FUNC(0x02EDB600, void, SliderInt_ComputeValueFromKey, (SliderInt * __this, BaseSlider_1_TValueType_SliderKey_System_Int32_ * sliderKey, bool isShift, MethodInfo * method)); DO_APP_FUNC(0x02EDB880, void, SliderInt__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02EDBA70, void, SliderInt_UxmlFactory__ctor, (SliderInt_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02EDBAB0, void, SliderInt_UxmlTraits_Init, (SliderInt_UxmlTraits * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02EDBF10, void, SliderInt_UxmlTraits__ctor, (SliderInt_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, TextEditorEngine *, TextEditorEventHandler_get_editorEngine, (TextEditorEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, TextEditorEventHandler_set_editorEngine, (TextEditorEventHandler * __this, TextEditorEngine * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ITextInputField *, TextEditorEventHandler_get_textInputField, (TextEditorEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, TextEditorEventHandler_set_textInputField, (TextEditorEventHandler * __this, ITextInputField * value, MethodInfo * method)); DO_APP_FUNC(0x02EDC590, void, TextEditorEventHandler__ctor, (TextEditorEventHandler * __this, TextEditorEngine * editorEngine, ITextInputField * textInputField, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextEditorEventHandler_ExecuteDefaultActionAtTarget, (TextEditorEventHandler * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02EDC6B0, void, TextEditorEventHandler_ExecuteDefaultAction, (TextEditorEventHandler * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02EDC840, void, TextEditorEngine__ctor, (TextEditorEngine * __this, TextEditorEngine_OnDetectFocusChangeFunction * detectFocusChange, TextEditorEngine_OnIndexChangeFunction * indexChangeFunction, MethodInfo * method)); DO_APP_FUNC(0x02EDC920, Rect, TextEditorEngine_get_localPosition, (TextEditorEngine * __this, MethodInfo * method)); DO_APP_FUNC(0x02EDC960, void, TextEditorEngine_OnDetectFocusChange, (TextEditorEngine * __this, MethodInfo * method)); DO_APP_FUNC(0x02EDC990, void, TextEditorEngine_OnCursorIndexChange, (TextEditorEngine * __this, MethodInfo * method)); DO_APP_FUNC(0x02EDC990, void, TextEditorEngine_OnSelectIndexChange, (TextEditorEngine * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, TextEditorEngine_OnDetectFocusChangeFunction__ctor, (TextEditorEngine_OnDetectFocusChangeFunction * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, TextEditorEngine_OnDetectFocusChangeFunction_Invoke, (TextEditorEngine_OnDetectFocusChangeFunction * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, TextEditorEngine_OnIndexChangeFunction__ctor, (TextEditorEngine_OnIndexChangeFunction * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, TextEditorEngine_OnIndexChangeFunction_Invoke, (TextEditorEngine_OnIndexChangeFunction * __this, MethodInfo * method)); DO_APP_FUNC(0x02EDC9C0, TextField_TextInput *, TextField_get_textInput, (TextField * __this, MethodInfo * method)); DO_APP_FUNC(0x02EDCA50, void, TextField_set_multiline, (TextField * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02EDCAF0, void, TextField__ctor, (TextField * __this, MethodInfo * method)); DO_APP_FUNC(0x02EDCB20, void, TextField__ctor_1, (TextField * __this, String * label, MethodInfo * method)); DO_APP_FUNC(0x02EDCB50, void, TextField__ctor_2, (TextField * __this, String * label, int32_t maxLength, bool multiline, bool isPasswordField, uint16_t maskChar, MethodInfo * method)); DO_APP_FUNC(0x02EDCE20, String *, TextField_get_value, (TextField * __this, MethodInfo * method)); DO_APP_FUNC(0x02EDCE70, void, TextField_set_value, (TextField * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02EDCF20, void, TextField_SetValueWithoutNotify, (TextField * __this, String * newValue, MethodInfo * method)); DO_APP_FUNC(0x02EDCFC0, void, TextField_OnViewDataReady, (TextField * __this, MethodInfo * method)); DO_APP_FUNC(0x0041E8A0, String *, TextField_ValueToString, (TextField * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02EDD080, void, TextField__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02EDD270, void, TextField_UxmlFactory__ctor, (TextField_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02EDD2B0, void, TextField_UxmlTraits_Init, (TextField_UxmlTraits * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02EDD400, void, TextField_UxmlTraits__ctor, (TextField_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02EDD550, TextField *, TextField_TextInput_get_parentTextField, (TextField_TextInput * __this, MethodInfo * method)); DO_APP_FUNC(0x02EDD5D0, bool, TextField_TextInput_get_multiline, (TextField_TextInput * __this, MethodInfo * method)); DO_APP_FUNC(0x02EDD5E0, void, TextField_TextInput_set_multiline, (TextField_TextInput * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02EDD860, void, TextField_TextInput_SetTextAlign, (TextField_TextInput * __this, MethodInfo * method)); DO_APP_FUNC(0x02EDD940, void, TextField_TextInput_set_isPasswordField, (TextField_TextInput * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02EDD9A0, String *, TextField_TextInput_StringToValue, (TextField_TextInput * __this, String * str, MethodInfo * method)); DO_APP_FUNC(0x02EDD9B0, void, TextField_TextInput_SyncTextEngine, (TextField_TextInput * __this, MethodInfo * method)); DO_APP_FUNC(0x02EDDA60, void, TextField_TextInput_ExecuteDefaultActionAtTarget, (TextField_TextInput * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02EDE230, void, TextField_TextInput_ExecuteDefaultAction, (TextField_TextInput * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02EDE470, void, TextField_TextInput__ctor, (TextField_TextInput * __this, MethodInfo * method)); DO_APP_FUNC(0x02EDE4B0, void, Toggle_1__ctor, (Toggle_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EDE5C0, void, Toggle_1__ctor_1, (Toggle_1 * __this, String * label, MethodInfo * method)); DO_APP_FUNC(0x02EDE6E0, void, Toggle_1_InitLabel, (Toggle_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EDE760, void, Toggle_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02EDEB40, void, Toggle_UxmlFactory__ctor, (Toggle_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02EDEB80, void, Toggle_UxmlTraits_Init, (Toggle_UxmlTraits * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02EDECA0, void, Toggle_UxmlTraits__ctor, (Toggle_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02EDEDF0, void, TouchScreenTextEditorEventHandler__ctor, (TouchScreenTextEditorEventHandler * __this, TextEditorEngine * editorEngine, ITextInputField * textInputField, MethodInfo * method)); DO_APP_FUNC(0x02EDEE50, void, TouchScreenTextEditorEventHandler_PollTouchScreenKeyboard, (TouchScreenTextEditorEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02EDF010, void, TouchScreenTextEditorEventHandler_DoPollTouchScreenKeyboard, (TouchScreenTextEditorEventHandler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6F58, TouchScreenTextEditorEventHandler_DoPollTouchScreenKeyboard__MethodInfo); DO_APP_FUNC(0x02EDF390, void, TouchScreenTextEditorEventHandler_ExecuteDefaultActionAtTarget, (TouchScreenTextEditorEventHandler * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x01DF89B0, Action_2_UnityEngine_UIElements_VisualElement_UnityEngine_UIElements_ITreeViewItem_ *, TreeView_1_get_unbindItem, (TreeView_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EDF860, void, TreeView_1_set_itemHeight, (TreeView_1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02EDF890, void, TreeView_1_set_showBorder, (TreeView_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02EDF8C0, void, TreeView_1_set_selectionType, (TreeView_1 * __this, SelectionType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02EDF8F0, void, TreeView_1_set_showAlternatingRowBackgrounds, (TreeView_1 * __this, AlternatingRowBackground__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02EDF930, void, TreeView_1__ctor, (TreeView_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE02B0, void, TreeView_1_RefreshItems, (TreeView_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE02E0, void, TreeView_1_Rebuild, (TreeView_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE0310, void, TreeView_1_OnViewDataReady, (TreeView_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE0360, IEnumerable_1_UnityEngine_UIElements_ITreeViewItem_ *, TreeView_1_GetAllItems, (IEnumerable_1_UnityEngine_UIElements_ITreeViewItem_ * rootItems, MethodInfo * method)); DO_APP_FUNC(0x02EE0420, void, TreeView_1_OnKeyDown, (TreeView_1 * __this, KeyDownEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6EC0, TreeView_1_OnKeyDown__MethodInfo); DO_APP_FUNC(0x02EE04E0, void, TreeView_1_ListViewRefresh, (TreeView_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE0510, void, TreeView_1_OnItemsChosen, (TreeView_1 * __this, IEnumerable_1_System_Object_ * chosenItems, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6F80, TreeView_1_OnItemsChosen__MethodInfo); DO_APP_FUNC(0x02EE0830, void, TreeView_1_OnSelectionChange, (TreeView_1 * __this, IEnumerable_1_System_Object_ * selectedListItems, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6EC8, TreeView_1_OnSelectionChange__MethodInfo); DO_APP_FUNC(0x02EE0BD0, void, TreeView_1_OnTreeViewMouseUp, (TreeView_1 * __this, MouseUpEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6EB0, TreeView_1_OnTreeViewMouseUp__MethodInfo); DO_APP_FUNC(0x02EE0C20, void, TreeView_1_OnItemMouseUp, (TreeView_1 * __this, MouseUpEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6F10, TreeView_1_OnItemMouseUp__MethodInfo); DO_APP_FUNC(0x02EE13C0, VisualElement *, TreeView_1_MakeTreeItem, (TreeView_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6F90, TreeView_1_MakeTreeItem__MethodInfo); DO_APP_FUNC(0x02EE18E0, void, TreeView_1_UnbindTreeItem, (TreeView_1 * __this, VisualElement * element, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6EB8, TreeView_1_UnbindTreeItem__MethodInfo); DO_APP_FUNC(0x02EE1A40, void, TreeView_1_BindTreeItem, (TreeView_1 * __this, VisualElement * element, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6FA0, TreeView_1_BindTreeItem__MethodInfo); DO_APP_FUNC(0x02EE1EF0, int32_t, TreeView_1_GetItemId, (TreeView_1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6F88, TreeView_1_GetItemId__MethodInfo); DO_APP_FUNC(0x02EE1FB0, bool, TreeView_1_IsExpandedByIndex, (TreeView_1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02EE2100, void, TreeView_1_CollapseItemByIndex, (TreeView_1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02EE2450, void, TreeView_1_ExpandItemByIndex, (TreeView_1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02EE26D0, void, TreeView_1_ToggleExpandedState, (TreeView_1 * __this, ChangeEvent_1_System_Boolean_ * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6F18, TreeView_1_ToggleExpandedState__MethodInfo); DO_APP_FUNC(0x02EE2890, void, TreeView_1_CreateWrappers, (TreeView_1 * __this, IEnumerable_1_UnityEngine_UIElements_ITreeViewItem_ * treeViewItems, int32_t depth, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * * wrappers, MethodInfo * method)); DO_APP_FUNC(0x02EE2D80, void, TreeView_1_RegenerateWrappers, (TreeView_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE2E10, void, TreeView_1_OnCustomStyleResolved, (TreeView_1 * __this, CustomStyleResolvedEvent * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6F78, TreeView_1_OnCustomStyleResolved__MethodInfo); DO_APP_FUNC(0x02EE2FD0, void, TreeView_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02EE3300, void, TreeView_UxmlFactory__ctor, (TreeView_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE3340, void, TreeView_UxmlTraits_Init, (TreeView_UxmlTraits * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02EE3650, void, TreeView_UxmlTraits__ctor, (TreeView_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE3B30, int32_t, TreeView_TreeViewItemWrapper_get_id, (TreeView_TreeViewItemWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, TreeView_GetAllItems_d_64__ctor, (TreeView_GetAllItems_d_64 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TreeView_GetAllItems_d_64_System_IDisposable_Dispose, (TreeView_GetAllItems_d_64 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE3B80, bool, TreeView_GetAllItems_d_64_MoveNext, (TreeView_GetAllItems_d_64 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ITreeViewItem *, TreeView_GetAllItems_d_64_System_Collections_Generic_IEnumerator_UnityEngine_UIElements_ITreeViewItem__get_Current, (TreeView_GetAllItems_d_64 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE3F40, void, TreeView_GetAllItems_d_64_System_Collections_IEnumerator_Reset, (TreeView_GetAllItems_d_64 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6E18, TreeView_GetAllItems_d_64_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, TreeView_GetAllItems_d_64_System_Collections_IEnumerator_get_Current, (TreeView_GetAllItems_d_64 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE3F90, IEnumerator_1_UnityEngine_UIElements_ITreeViewItem_ *, TreeView_GetAllItems_d_64_System_Collections_Generic_IEnumerable_UnityEngine_UIElements_ITreeViewItem__GetEnumerator, (TreeView_GetAllItems_d_64 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE3F90, IEnumerator *, TreeView_GetAllItems_d_64_System_Collections_IEnumerable_GetEnumerator, (TreeView_GetAllItems_d_64 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, TreeItem_get_id, (TreeItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59320, int32_t, TreeItem_get_parentId, (TreeItem * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, IEnumerable_1_System_Int32_ *, TreeItem_get_childrenIds, (TreeItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE40D0, bool, TreeItem_get_hasChildren, (TreeItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02242780, void, TreeItem__ctor, (TreeItem * __this, int32_t id, int32_t parentId, IEnumerable_1_System_Int32_ * childrenIds, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, TreeViewItemWrapper_get_id, (TreeViewItemWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, IEnumerable_1_System_Int32_ *, TreeViewItemWrapper_get_childrenIds, (TreeViewItemWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE40D0, bool, TreeViewItemWrapper_get_hasChildren, (TreeViewItemWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE4120, void, TreeViewItemWrapper__ctor, (TreeViewItemWrapper * __this, TreeItem item, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x01DF83B0, VisualElement *, TwoPaneSplitView_get_fixedPane, (TwoPaneSplitView * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6B010, VisualElement *, TwoPaneSplitView_get_flexedPane, (TwoPaneSplitView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE4180, int32_t, TwoPaneSplitView_get_fixedPaneIndex, (TwoPaneSplitView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE4190, float, TwoPaneSplitView_get_fixedPaneDimension, (TwoPaneSplitView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE41C0, void, TwoPaneSplitView_set_fixedPaneDimension, (TwoPaneSplitView * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02EE41E0, void, TwoPaneSplitView__ctor, (TwoPaneSplitView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE46B0, void, TwoPaneSplitView_Init, (TwoPaneSplitView * __this, int32_t fixedPaneIndex, float fixedPaneInitialDimension, TwoPaneSplitViewOrientation__Enum orientation, MethodInfo * method)); DO_APP_FUNC(0x02EE4B10, void, TwoPaneSplitView_OnPostDisplaySetup, (TwoPaneSplitView * __this, GeometryChangedEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6E30, TwoPaneSplitView_OnPostDisplaySetup__MethodInfo); DO_APP_FUNC(0x02EE4C40, void, TwoPaneSplitView_PostDisplaySetup, (TwoPaneSplitView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE5A00, void, TwoPaneSplitView_OnSizeChange, (TwoPaneSplitView * __this, GeometryChangedEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6D70, TwoPaneSplitView_OnSizeChange__MethodInfo); DO_APP_FUNC(0x02EE5A10, void, TwoPaneSplitView_OnSizeChange_1, (TwoPaneSplitView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE5C90, VisualElement *, TwoPaneSplitView_get_contentContainer, (TwoPaneSplitView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE5CA0, void, TwoPaneSplitView_OnViewDataReady, (TwoPaneSplitView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE5CD0, void, TwoPaneSplitView_SetDragLineOffset, (TwoPaneSplitView * __this, float offset, MethodInfo * method)); DO_APP_FUNC(0x02EE5EB0, void, TwoPaneSplitView_SetFixedPaneDimension, (TwoPaneSplitView * __this, float dimension, MethodInfo * method)); DO_APP_FUNC(0x02EE6090, void, TwoPaneSplitView__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02EE6630, void, TwoPaneSplitView_UxmlFactory__ctor, (TwoPaneSplitView_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE6670, void, TwoPaneSplitView_UxmlTraits_Init, (TwoPaneSplitView_UxmlTraits * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02EE6820, void, TwoPaneSplitView_UxmlTraits__ctor, (TwoPaneSplitView_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE6B90, VisualElement *, TwoPaneSplitViewResizer_get_fixedPane, (TwoPaneSplitViewResizer * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE6BB0, VisualElement *, TwoPaneSplitViewResizer_get_flexedPane, (TwoPaneSplitViewResizer * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE6BD0, float, TwoPaneSplitViewResizer_get_fixedPaneMinDimension, (TwoPaneSplitViewResizer * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE6C60, float, TwoPaneSplitViewResizer_get_flexedPaneMinDimension, (TwoPaneSplitViewResizer * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE6CF0, void, TwoPaneSplitViewResizer__ctor, (TwoPaneSplitViewResizer * __this, TwoPaneSplitView * splitView, int32_t dir, TwoPaneSplitViewOrientation__Enum orientation, MethodInfo * method)); DO_APP_FUNC(0x02EE6E70, void, TwoPaneSplitViewResizer_RegisterCallbacksOnTarget, (TwoPaneSplitViewResizer * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE7030, void, TwoPaneSplitViewResizer_UnregisterCallbacksFromTarget, (TwoPaneSplitViewResizer * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE7220, void, TwoPaneSplitViewResizer_ApplyDelta, (TwoPaneSplitViewResizer * __this, float delta, MethodInfo * method)); DO_APP_FUNC(0x02EE78E0, void, TwoPaneSplitViewResizer_OnPointerDown, (TwoPaneSplitViewResizer * __this, PointerDownEvent * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6D60, TwoPaneSplitViewResizer_OnPointerDown__MethodInfo); DO_APP_FUNC(0x02EE79A0, void, TwoPaneSplitViewResizer_OnPointerMove, (TwoPaneSplitViewResizer * __this, PointerMoveEvent * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6D68, TwoPaneSplitViewResizer_OnPointerMove__MethodInfo); DO_APP_FUNC(0x02EE7A60, void, TwoPaneSplitViewResizer_OnPointerUp, (TwoPaneSplitViewResizer * __this, PointerUpEvent * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6D58, TwoPaneSplitViewResizer_OnPointerUp__MethodInfo); DO_APP_FUNC(0x01DF89B0, Action_2_UnityEngine_UIElements_VisualElement_UnityEngine_UIElements_ITreeViewItem_ *, InternalTreeView_get_unbindItem, (InternalTreeView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EDF860, void, InternalTreeView_set_itemHeight, (InternalTreeView * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02EDF890, void, InternalTreeView_set_showBorder, (InternalTreeView * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02EDF8C0, void, InternalTreeView_set_selectionType, (InternalTreeView * __this, SelectionType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02EDF8F0, void, InternalTreeView_set_showAlternatingRowBackgrounds, (InternalTreeView * __this, AlternatingRowBackground__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02EE7B20, void, InternalTreeView__ctor, (InternalTreeView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE84A0, void, InternalTreeView_RefreshItems, (InternalTreeView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE84D0, void, InternalTreeView_Rebuild, (InternalTreeView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE8500, void, InternalTreeView_OnViewDataReady, (InternalTreeView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE8550, IEnumerable_1_UnityEngine_UIElements_ITreeViewItem_ *, InternalTreeView_GetAllItems, (IEnumerable_1_UnityEngine_UIElements_ITreeViewItem_ * rootItems, MethodInfo * method)); DO_APP_FUNC(0x02EE8610, void, InternalTreeView_OnKeyDown, (InternalTreeView * __this, KeyDownEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9930, InternalTreeView_OnKeyDown__MethodInfo); DO_APP_FUNC(0x02EE04E0, void, InternalTreeView_ListViewRefresh, (InternalTreeView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EE86D0, void, InternalTreeView_OnItemsChosen, (InternalTreeView * __this, IEnumerable_1_System_Object_ * chosenItems, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9950, InternalTreeView_OnItemsChosen__MethodInfo); DO_APP_FUNC(0x02EE89F0, void, InternalTreeView_OnSelectionChange, (InternalTreeView * __this, IEnumerable_1_System_Object_ * selectedListItems, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9940, InternalTreeView_OnSelectionChange__MethodInfo); DO_APP_FUNC(0x02EE0BD0, void, InternalTreeView_OnTreeViewMouseUp, (InternalTreeView * __this, MouseUpEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9918, InternalTreeView_OnTreeViewMouseUp__MethodInfo); DO_APP_FUNC(0x02EE8D90, void, InternalTreeView_OnItemMouseUp, (InternalTreeView * __this, MouseUpEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9898, InternalTreeView_OnItemMouseUp__MethodInfo); DO_APP_FUNC(0x02EE9530, VisualElement *, InternalTreeView_MakeTreeItem, (InternalTreeView * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9960, InternalTreeView_MakeTreeItem__MethodInfo); DO_APP_FUNC(0x02EE9A50, void, InternalTreeView_UnbindTreeItem, (InternalTreeView * __this, VisualElement * element, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9920, InternalTreeView_UnbindTreeItem__MethodInfo); DO_APP_FUNC(0x02EE9BC0, void, InternalTreeView_BindTreeItem, (InternalTreeView * __this, VisualElement * element, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9908, InternalTreeView_BindTreeItem__MethodInfo); DO_APP_FUNC(0x02EEA070, int32_t, InternalTreeView_GetItemId, (InternalTreeView * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9958, InternalTreeView_GetItemId__MethodInfo); DO_APP_FUNC(0x02EEA130, bool, InternalTreeView_IsExpandedByIndex, (InternalTreeView * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02EEA280, void, InternalTreeView_CollapseItemByIndex, (InternalTreeView * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02EEA5D0, void, InternalTreeView_ExpandItemByIndex, (InternalTreeView * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02EEA850, void, InternalTreeView_ToggleExpandedState, (InternalTreeView * __this, ChangeEvent_1_System_Boolean_ * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA98A8, InternalTreeView_ToggleExpandedState__MethodInfo); DO_APP_FUNC(0x02EEAA10, void, InternalTreeView_CreateWrappers, (InternalTreeView * __this, IEnumerable_1_UnityEngine_UIElements_ITreeViewItem_ * treeViewItems, int32_t depth, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * * wrappers, MethodInfo * method)); DO_APP_FUNC(0x02EEAF00, void, InternalTreeView_RegenerateWrappers, (InternalTreeView * __this, MethodInfo * method)); DO_APP_FUNC(0x02EEAF90, void, InternalTreeView_OnCustomStyleResolved, (InternalTreeView * __this, CustomStyleResolvedEvent * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9948, InternalTreeView_OnCustomStyleResolved__MethodInfo); DO_APP_FUNC(0x02EEB150, void, InternalTreeView__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02EEB480, void, InternalTreeView_UxmlFactory__ctor, (InternalTreeView_UxmlFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02EEB4C0, void, InternalTreeView_UxmlTraits_Init, (InternalTreeView_UxmlTraits * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02EEB7D0, void, InternalTreeView_UxmlTraits__ctor, (InternalTreeView_UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02EEBCB0, int32_t, InternalTreeView_TreeViewItemWrapper_get_id, (InternalTreeView_TreeViewItemWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, InternalTreeView_GetAllItems_d_64__ctor, (InternalTreeView_GetAllItems_d_64 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InternalTreeView_GetAllItems_d_64_System_IDisposable_Dispose, (InternalTreeView_GetAllItems_d_64 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EEBD00, bool, InternalTreeView_GetAllItems_d_64_MoveNext, (InternalTreeView_GetAllItems_d_64 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ITreeViewItem *, InternalTreeView_GetAllItems_d_64_System_Collections_Generic_IEnumerator_UnityEngine_UIElements_ITreeViewItem__get_Current, (InternalTreeView_GetAllItems_d_64 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EEC0C0, void, InternalTreeView_GetAllItems_d_64_System_Collections_IEnumerator_Reset, (InternalTreeView_GetAllItems_d_64 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9800, InternalTreeView_GetAllItems_d_64_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, InternalTreeView_GetAllItems_d_64_System_Collections_IEnumerator_get_Current, (InternalTreeView_GetAllItems_d_64 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EEC110, IEnumerator_1_UnityEngine_UIElements_ITreeViewItem_ *, InternalTreeView_GetAllItems_d_64_System_Collections_Generic_IEnumerable_UnityEngine_UIElements_ITreeViewItem__GetEnumerator, (InternalTreeView_GetAllItems_d_64 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EEC110, IEnumerator *, InternalTreeView_GetAllItems_d_64_System_Collections_IEnumerable_GetEnumerator, (InternalTreeView_GetAllItems_d_64 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IEnumerable_1_System_Int32_ *, BaseReorderableDragAndDropController_GetSortedSelectedIds, (BaseReorderableDragAndDropController * __this, MethodInfo * method)); DO_APP_FUNC(0x02EEC250, void, BaseReorderableDragAndDropController__ctor, (BaseReorderableDragAndDropController * __this, BaseVerticalCollectionView * view, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, BaseReorderableDragAndDropController_get_enableReordering, (BaseReorderableDragAndDropController * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, BaseReorderableDragAndDropController_set_enableReordering, (BaseReorderableDragAndDropController * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02108460, bool, BaseReorderableDragAndDropController_CanStartDrag, (BaseReorderableDragAndDropController * __this, IEnumerable_1_System_Int32_ * itemIndices, MethodInfo * method)); DO_APP_FUNC(0x02EEC390, StartDragArgs, BaseReorderableDragAndDropController_SetupDragAndDrop, (BaseReorderableDragAndDropController * __this, IEnumerable_1_System_Int32_ * itemIds, bool skipText, MethodInfo * method)); DO_APP_FUNC(0x01618840, int32_t, BaseReorderableDragAndDropController_CompareId, (BaseReorderableDragAndDropController * __this, int32_t id1, int32_t id2, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseReorderableDragAndDropController_DragCleanup, (BaseReorderableDragAndDropController * __this, MethodInfo * method)); DO_APP_FUNC(0x02EEC850, IDragAndDrop *, DragAndDropUtility_GetDragAndDrop, (IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02EECA60, Object *, DefaultDragAndDropClient_get_source, (DefaultDragAndDropClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02EECAB0, Object *, DefaultDragAndDropClient_GetGenericData, (DefaultDragAndDropClient * __this, String * key, MethodInfo * method)); DO_APP_FUNC(0x02EECB20, void, DefaultDragAndDropClient_StartDrag, (DefaultDragAndDropClient * __this, StartDragArgs args, Vector3 pointerPosition, MethodInfo * method)); DO_APP_FUNC(0x02EED2D0, void, DefaultDragAndDropClient_UpdateDrag, (DefaultDragAndDropClient * __this, Vector3 pointerPosition, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DefaultDragAndDropClient_AcceptDrag, (DefaultDragAndDropClient * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, DefaultDragAndDropClient_SetVisualMode, (DefaultDragAndDropClient * __this, DragVisualMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02EED4E0, void, DefaultDragAndDropClient_DragCleanup, (DefaultDragAndDropClient * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, DragAndDropData *, DefaultDragAndDropClient_get_data, (DefaultDragAndDropClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02EED580, void, DefaultDragAndDropClient__ctor, (DefaultDragAndDropClient * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, DragEventsProcessor_get_supportsDragEvents, (DragEventsProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x02EED640, bool, DragEventsProcessor_get_useDragEvents, (DragEventsProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x02EED6A0, IDragAndDrop *, DragEventsProcessor_get_dragAndDrop, (DragEventsProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x02EED6D0, bool, DragEventsProcessor_get_isEditorContext, (DragEventsProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x02EED7B0, void, DragEventsProcessor__ctor, (DragEventsProcessor * __this, VisualElement * target, MethodInfo * method)); DO_APP_FUNC(0x02EED940, void, DragEventsProcessor_RegisterCallbacksFromTarget, (DragEventsProcessor * __this, AttachToPanelEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9770, DragEventsProcessor_RegisterCallbacksFromTarget__MethodInfo); DO_APP_FUNC(0x02EED950, void, DragEventsProcessor_RegisterCallbacksFromTarget_1, (DragEventsProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x02EEDCB0, void, DragEventsProcessor_UnregisterCallbacksFromTarget, (DragEventsProcessor * __this, DetachFromPanelEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA97B8, DragEventsProcessor_UnregisterCallbacksFromTarget__MethodInfo); DO_APP_FUNC(0x02EEDCC0, void, DragEventsProcessor_UnregisterCallbacksFromTarget_1, (DragEventsProcessor * __this, bool unregisterPanelEvents, MethodInfo * method)); DO_APP_FUNC(0x02EEE1B0, void, DragEventsProcessor_OnPointerDownEvent, (DragEventsProcessor * __this, PointerDownEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9788, DragEventsProcessor_OnPointerDownEvent__MethodInfo); DO_APP_FUNC(0x02EEE2E0, void, DragEventsProcessor_OnPointerUpEvent, (DragEventsProcessor * __this, PointerUpEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA97D8, DragEventsProcessor_OnPointerUpEvent__MethodInfo); DO_APP_FUNC(0x02EEE4C0, void, DragEventsProcessor_OnPointerLeaveEvent, (DragEventsProcessor * __this, PointerLeaveEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9790, DragEventsProcessor_OnPointerLeaveEvent__MethodInfo); DO_APP_FUNC(0x02EEE4E0, void, DragEventsProcessor_OnPointerCancelEvent, (DragEventsProcessor * __this, PointerCancelEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA97A0, DragEventsProcessor_OnPointerCancelEvent__MethodInfo); DO_APP_FUNC(0x02EEE5F0, void, DragEventsProcessor_OnPointerCapturedOut, (DragEventsProcessor * __this, PointerCaptureOutEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA97A8, DragEventsProcessor_OnPointerCapturedOut__MethodInfo); DO_APP_FUNC(0x02EEE6C0, void, DragEventsProcessor_OnPointerMoveEvent, (DragEventsProcessor * __this, PointerMoveEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA97D0, DragEventsProcessor_OnPointerMoveEvent__MethodInfo); DO_APP_FUNC(0x02EEEAB0, DragEventsProcessor *, DragEventsProcessor_GetDropTarget, (DragEventsProcessor * __this, Vector2 position, MethodInfo * method)); DO_APP_FUNC(0x02EEEC80, Object *, DragAndDropData_UnityEngine_UIElements_IDragAndDropData_get_userData, (DragAndDropData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DragAndDropData__ctor, (DragAndDropData * __this, MethodInfo * method)); DO_APP_FUNC(0x02EEECD0, void, StartDragArgs__ctor, (StartDragArgs * __this, String * title, DragVisualMode__Enum visualMode, MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, StartDragArgs_get_title, (StartDragArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F10, DragVisualMode__Enum, StartDragArgs_get_visualMode, (StartDragArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Hashtable *, StartDragArgs_get_genericData, (StartDragArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, StartDragArgs_set_genericData, (StartDragArgs * __this, Hashtable * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IEnumerable_1_UnityEngine_Object_ *, StartDragArgs_get_unityObjectReferences, (StartDragArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, StartDragArgs_set_unityObjectReferences, (StartDragArgs * __this, IEnumerable_1_UnityEngine_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x02EEEDE0, void, StartDragArgs_SetGenericData, (StartDragArgs * __this, String * key, Object * data, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, DragAndDropArgs_set_target, (DragAndDropArgs * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, DragAndDropArgs_get_insertAtIndex, (DragAndDropArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01914EB0, void, DragAndDropArgs_set_insertAtIndex, (DragAndDropArgs * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, int32_t, DragAndDropArgs_get_parentId, (DragAndDropArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01B64E90, void, DragAndDropArgs_set_parentId, (DragAndDropArgs * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, DragAndDropArgs_get_childIndex, (DragAndDropArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DragAndDropArgs_set_childIndex, (DragAndDropArgs * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, DragAndDropPosition__Enum, DragAndDropArgs_get_dragAndDropPosition, (DragAndDropArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, DragAndDropArgs_set_dragAndDropPosition, (DragAndDropArgs * __this, DragAndDropPosition__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IDragAndDropData *, DragAndDropArgs_get_dragAndDropData, (DragAndDropArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, DragAndDropArgs_set_dragAndDropData, (DragAndDropArgs * __this, IDragAndDropData * value, MethodInfo * method)); DO_APP_FUNC(0x02EEEEE0, BaseVerticalCollectionView *, ListViewDragger_get_targetView, (ListViewDragger * __this, MethodInfo * method)); DO_APP_FUNC(0x02EEEF70, ScrollView *, ListViewDragger_get_targetScrollView, (ListViewDragger * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7010, ICollectionDragAndDropController *, ListViewDragger_get_dragAndDropController, (ListViewDragger * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, ListViewDragger_set_dragAndDropController, (ListViewDragger * __this, ICollectionDragAndDropController * value, MethodInfo * method)); DO_APP_FUNC(0x02EEEFA0, void, ListViewDragger__ctor, (ListViewDragger * __this, BaseVerticalCollectionView * listView, MethodInfo * method)); DO_APP_FUNC(0x02EEF140, bool, ListViewDragger_CanStartDrag, (ListViewDragger * __this, Vector3 pointerPosition, MethodInfo * method)); DO_APP_FUNC(0x02EEF340, StartDragArgs, ListViewDragger_StartDrag, (ListViewDragger * __this, Vector3 pointerPosition, MethodInfo * method)); DO_APP_FUNC(0x02EEF580, void, ListViewDragger_UpdateDrag, (ListViewDragger * __this, Vector3 pointerPosition, MethodInfo * method)); DO_APP_FUNC(0x02EEF820, DragVisualMode__Enum, ListViewDragger_GetVisualMode, (ListViewDragger * __this, Vector3 pointerPosition, ListViewDragger_DragPosition * dragPosition, MethodInfo * method)); DO_APP_FUNC(0x02EEF940, void, ListViewDragger_OnDrop, (ListViewDragger * __this, Vector3 pointerPosition, MethodInfo * method)); DO_APP_FUNC(0x02EEFB20, void, ListViewDragger_HandleDragAndScroll, (ListViewDragger * __this, Vector2 pointerPosition, MethodInfo * method)); DO_APP_FUNC(0x02EEFDC0, void, ListViewDragger_ApplyDragAndDropUI, (ListViewDragger * __this, ListViewDragger_DragPosition dragPosition, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA96B8, ListViewDragger_ApplyDragAndDropUI__MethodInfo); DO_APP_FUNC(0x02EF0770, bool, ListViewDragger_TryGetDragPosition, (ListViewDragger * __this, Vector2 pointerPosition, ListViewDragger_DragPosition * dragPosition, MethodInfo * method)); DO_APP_FUNC(0x02EF0B40, void, ListViewDragger_HandleTreePosition, (ListViewDragger * __this, Vector2 pointerPosition, ListViewDragger_DragPosition * dragPosition, MethodInfo * method)); DO_APP_FUNC(0x02EF0C60, void, ListViewDragger_HandleSiblingInsertionAtAvailableDepthsAndChangeTargetIfNeeded, (ListViewDragger * __this, ListViewDragger_DragPosition * dragPosition, Vector2 pointerPosition, MethodInfo * method)); DO_APP_FUNC(0x02EF13F0, void, ListViewDragger_GetPreviousAndNextItemsIgnoringDraggedItems, (ListViewDragger * __this, int32_t insertAtIndex, int32_t * previousItemId, int32_t * nextItemId, MethodInfo * method)); DO_APP_FUNC(0x02EF15D0, DragAndDropArgs, ListViewDragger_MakeDragAndDropArgs, (ListViewDragger * __this, ListViewDragger_DragPosition dragPosition, MethodInfo * method)); DO_APP_FUNC(0x02EF1830, float, ListViewDragger_GetHoverBarTopPosition, (ListViewDragger * __this, ReusableCollectionItem * item, MethodInfo * method)); DO_APP_FUNC(0x02EF1A00, void, ListViewDragger_PlaceHoverBarAtElement, (ListViewDragger * __this, ReusableCollectionItem * item, MethodInfo * method)); DO_APP_FUNC(0x02EF1C00, void, ListViewDragger_PlaceHoverBarAt, (ListViewDragger * __this, float top, float indentationPadding, float siblingBottom, MethodInfo * method)); DO_APP_FUNC(0x02EF2350, void, ListViewDragger_ClearDragAndDropUI, (ListViewDragger * __this, bool dragCancelled, MethodInfo * method)); DO_APP_FUNC(0x02EF27D0, ReusableCollectionItem *, ListViewDragger_GetRecycledItem, (ListViewDragger * __this, Vector3 pointerPosition, MethodInfo * method)); DO_APP_FUNC(0x02EF29F0, void, ListViewDragger__ApplyDragAndDropUI_g__GeometryChangedCallback_26_0, (ListViewDragger * __this, GeometryChangedEvent * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA96D0, ListViewDragger__ApplyDragAndDropUI_g__GeometryChangedCallback_26_0__MethodInfo); DO_APP_FUNC(0x02EF2B60, bool, ListViewDragger_DragPosition_Equals, (ListViewDragger_DragPosition * __this, ListViewDragger_DragPosition other, MethodInfo * method)); DO_APP_FUNC(0x02EF2BE0, bool, ListViewDragger_DragPosition_Equals_1, (ListViewDragger_DragPosition * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02EF2CE0, int32_t, ListViewDragger_DragPosition_GetHashCode, (ListViewDragger_DragPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF2D60, ReusableCollectionItem *, ListViewDraggerExtension_GetRecycledItemFromId, (BaseVerticalCollectionView * listView, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02EF2EE0, ReusableCollectionItem *, ListViewDraggerExtension_GetRecycledItemFromIndex, (BaseVerticalCollectionView * listView, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00604E40, bool, ListViewDraggerAnimated_get_isDragging, (ListViewDraggerAnimated * __this, MethodInfo * method)); DO_APP_FUNC(0x00604E50, void, ListViewDraggerAnimated_set_isDragging, (ListViewDraggerAnimated * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, ReusableCollectionItem *, ListViewDraggerAnimated_get_draggedItem, (ListViewDraggerAnimated * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ListViewDraggerAnimated_get_supportsDragEvents, (ListViewDraggerAnimated * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF3060, void, ListViewDraggerAnimated__ctor, (ListViewDraggerAnimated * __this, BaseVerticalCollectionView * listView, MethodInfo * method)); DO_APP_FUNC(0x02EF3070, StartDragArgs, ListViewDraggerAnimated_StartDrag, (ListViewDraggerAnimated * __this, Vector3 pointerPosition, MethodInfo * method)); DO_APP_FUNC(0x02EF3A00, void, ListViewDraggerAnimated_UpdateDrag, (ListViewDraggerAnimated * __this, Vector3 pointerPosition, MethodInfo * method)); DO_APP_FUNC(0x02EF4180, void, ListViewDraggerAnimated_Animate, (ListViewDraggerAnimated * __this, ReusableCollectionItem * element, float paddingTop, MethodInfo * method)); DO_APP_FUNC(0x02EF45A0, void, ListViewDraggerAnimated_OnDrop, (ListViewDraggerAnimated * __this, Vector3 pointerPosition, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ListViewDraggerAnimated_ClearDragAndDropUI, (ListViewDraggerAnimated * __this, bool dragCancelled, MethodInfo * method)); DO_APP_FUNC(0x02EF4B40, bool, ListViewDraggerAnimated_TryGetDragPosition, (ListViewDraggerAnimated * __this, Vector2 pointerPosition, ListViewDragger_DragPosition * dragPosition, MethodInfo * method)); DO_APP_FUNC(0x02EF4BB0, void, ListViewReorderableDragAndDropController__ctor, (ListViewReorderableDragAndDropController * __this, ListView * view, MethodInfo * method)); DO_APP_FUNC(0x02EF4C20, DragVisualMode__Enum, ListViewReorderableDragAndDropController_HandleDragAndDrop, (ListViewReorderableDragAndDropController * __this, IListDragAndDropArgs * args, MethodInfo * method)); DO_APP_FUNC(0x02EF4D00, void, ListViewReorderableDragAndDropController_OnDrop, (ListViewReorderableDragAndDropController * __this, IListDragAndDropArgs * args, MethodInfo * method)); DO_APP_FUNC(0x02EF4FA0, void, TreeViewReorderableDragAndDropController__ctor, (TreeViewReorderableDragAndDropController * __this, TreeView * view, MethodInfo * method)); DO_APP_FUNC(0x02EF50E0, int32_t, TreeViewReorderableDragAndDropController_CompareId, (TreeViewReorderableDragAndDropController * __this, int32_t id1, int32_t id2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9690, TreeViewReorderableDragAndDropController_CompareId__MethodInfo); DO_APP_FUNC(0x02EF57F0, StartDragArgs, TreeViewReorderableDragAndDropController_SetupDragAndDrop, (TreeViewReorderableDragAndDropController * __this, IEnumerable_1_System_Int32_ * itemIds, bool skipText, MethodInfo * method)); DO_APP_FUNC(0x02EF5990, DragVisualMode__Enum, TreeViewReorderableDragAndDropController_HandleDragAndDrop, (TreeViewReorderableDragAndDropController * __this, IListDragAndDropArgs * args, MethodInfo * method)); DO_APP_FUNC(0x02EF5A50, void, TreeViewReorderableDragAndDropController_OnDrop, (TreeViewReorderableDragAndDropController * __this, IListDragAndDropArgs * args, MethodInfo * method)); DO_APP_FUNC(0x02EF6280, void, TreeViewReorderableDragAndDropController_DragCleanup, (TreeViewReorderableDragAndDropController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TreeViewReorderableDragAndDropController_DropData__ctor, (TreeViewReorderableDragAndDropController_DropData * __this, MethodInfo * method)); DO_APP_FUNC(0x009B8F70, void, TreeViewReorderableDragAndDropController_TreeItemState__ctor, (TreeViewReorderableDragAndDropController_TreeItemState * __this, int32_t parentId, int32_t childIndex, MethodInfo * method)); DO_APP_FUNC(0x02EF6320, void, PointerCaptureOutEvent__ctor, (PointerCaptureOutEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF6360, void, PointerCaptureEvent__ctor, (PointerCaptureEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF63A0, void, MouseCaptureOutEvent__ctor, (MouseCaptureOutEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF63F0, void, MouseCaptureEvent__ctor, (MouseCaptureEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF6440, bool, CommandEventDispatchingStrategy_CanDispatchEvent, (CommandEventDispatchingStrategy * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02EF6490, void, CommandEventDispatchingStrategy_DispatchEvent, (CommandEventDispatchingStrategy * __this, EventBase * evt, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CommandEventDispatchingStrategy__ctor, (CommandEventDispatchingStrategy * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF6670, void, ValidateCommandEvent__ctor, (ValidateCommandEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF66B0, void, ExecuteCommandEvent__ctor, (ExecuteCommandEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF66F0, bool, DefaultDispatchingStrategy_CanDispatchEvent, (DefaultDispatchingStrategy * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02EF6780, void, DefaultDispatchingStrategy_DispatchEvent, (DefaultDispatchingStrategy * __this, EventBase * evt, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DefaultDispatchingStrategy__ctor, (DefaultDispatchingStrategy * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF6970, VisualElement *, ElementUnderPointer_GetTopElementUnderPointer, (ElementUnderPointer * __this, int32_t pointerId, Vector2 * pickPosition, bool * isTemporary, MethodInfo * method)); DO_APP_FUNC(0x016171B0, VisualElement *, ElementUnderPointer_GetTopElementUnderPointer_1, (ElementUnderPointer * __this, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02EF69E0, void, ElementUnderPointer_SetElementUnderPointer, (ElementUnderPointer * __this, VisualElement * newElementUnderPointer, int32_t pointerId, Vector2 pointerPos, MethodInfo * method)); DO_APP_FUNC(0x02EF6B40, Vector2, ElementUnderPointer_GetEventPointerPosition, (ElementUnderPointer * __this, EventBase * triggerEvent, MethodInfo * method)); DO_APP_FUNC(0x02EF6C50, void, ElementUnderPointer_SetTemporaryElementUnderPointer, (ElementUnderPointer * __this, VisualElement * newElementUnderPointer, int32_t pointerId, EventBase * triggerEvent, MethodInfo * method)); DO_APP_FUNC(0x02EF6C70, void, ElementUnderPointer_SetElementUnderPointer_1, (ElementUnderPointer * __this, VisualElement * newElementUnderPointer, int32_t pointerId, EventBase * triggerEvent, MethodInfo * method)); DO_APP_FUNC(0x02EF6C90, void, ElementUnderPointer_SetElementUnderPointer_2, (ElementUnderPointer * __this, VisualElement * newElementUnderPointer, int32_t pointerId, EventBase * triggerEvent, bool temporary, MethodInfo * method)); DO_APP_FUNC(0x02EF7010, void, ElementUnderPointer_CommitElementUnderPointers, (ElementUnderPointer * __this, EventDispatcher_1 * dispatcher, ContextType__Enum contextType, MethodInfo * method)); DO_APP_FUNC(0x02EF7E60, void, ElementUnderPointer__ctor, (ElementUnderPointer * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF81B0, int64_t, EventBase_RegisterEventType, (MethodInfo * method)); DO_APP_FUNC(0x0120BF80, int64_t, EventBase_get_eventTypeId, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, int64_t, EventBase_get_timestamp, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01262980, void, EventBase_set_timestamp, (EventBase * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, uint64_t, EventBase_get_eventId, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB110, void, EventBase_set_eventId, (EventBase * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x0041F4B0, void, EventBase_set_triggerEventId, (EventBase * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x0041F4B0, void, EventBase_SetTriggerEventId, (EventBase * __this, uint64_t id, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, EventBase_EventPropagation__Enum, EventBase_get_propagation, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, EventBase_set_propagation, (EventBase * __this, EventBase_EventPropagation__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02EF8200, PropagationPaths *, EventBase_get_path, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF8340, void, EventBase_set_path, (EventBase * __this, PropagationPaths * value, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, EventBase_LifeCycleStatus__Enum, EventBase_get_lifeCycleStatus, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF230, void, EventBase_set_lifeCycleStatus, (EventBase * __this, EventBase_LifeCycleStatus__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EventBase_PreDispatch, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01358D10, void, EventBase_PreDispatch_1, (EventBase * __this, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EventBase_PostDispatch, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF8520, void, EventBase_PostDispatch_1, (EventBase * __this, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02EF8550, bool, EventBase_get_bubbles, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF8560, bool, EventBase_get_tricklesDown, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF8570, bool, EventBase_get_skipDisabledElements, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF8580, void, EventBase_set_skipDisabledElements, (EventBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02EF85A0, bool, EventBase_get_ignoreCompositeRoots, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF85B0, void, EventBase_set_ignoreCompositeRoots, (EventBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, IEventHandler *, EventBase_get_leafTarget, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, EventBase_set_leafTarget, (EventBase * __this, IEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02D533F0, IEventHandler *, EventBase_get_target, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF85D0, void, EventBase_set_target, (EventBase * __this, IEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, List_1_UnityEngine_UIElements_IEventHandler_ *, EventBase_get_skipElements, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF8690, bool, EventBase_Skip, (EventBase * __this, IEventHandler * h, MethodInfo * method)); DO_APP_FUNC(0x02EF8730, bool, EventBase_get_isPropagationStopped, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF8740, void, EventBase_set_isPropagationStopped, (EventBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02EF8760, void, EventBase_StopPropagation, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF8770, bool, EventBase_get_isImmediatePropagationStopped, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF8780, void, EventBase_set_isImmediatePropagationStopped, (EventBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02EF87A0, void, EventBase_StopImmediatePropagation, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF87B0, bool, EventBase_get_isDefaultPrevented, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF87C0, void, EventBase_set_isDefaultPrevented, (EventBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02EF87E0, void, EventBase_PreventDefault, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A6C0, PropagationPhase__Enum, EventBase_get_propagationPhase, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A710, void, EventBase_set_propagationPhase, (EventBase * __this, PropagationPhase__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D53600, IEventHandler *, EventBase_get_currentTarget, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF87F0, void, EventBase_set_currentTarget, (EventBase * __this, IEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02EF89D0, bool, EventBase_get_dispatch, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF89E0, void, EventBase_set_dispatch, (EventBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02EF8A00, void, EventBase_MarkReceivedByDispatcher, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF8A90, bool, EventBase_get_dispatched, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF8AA0, void, EventBase_set_dispatched, (EventBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02EF8AC0, bool, EventBase_get_processed, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF8AD0, void, EventBase_set_processed, (EventBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02EF8AF0, bool, EventBase_get_processedByFocusController, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF8B00, void, EventBase_set_processedByFocusController, (EventBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02EF8B20, bool, EventBase_get_stopDispatch, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF8B30, void, EventBase_set_stopDispatch, (EventBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02EF8B50, bool, EventBase_get_propagateToIMGUI, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF8B60, void, EventBase_set_propagateToIMGUI, (EventBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02EF8B80, bool, EventBase_get_imguiEventIsValid, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF8B90, void, EventBase_set_imguiEventIsValid, (EventBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02EF8BB0, Event_1 *, EventBase_get_imguiEvent, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF8BC0, void, EventBase_set_imguiEvent, (EventBase * __this, Event_1 * value, MethodInfo * method)); DO_APP_FUNC(0x01E05E30, Vector2, EventBase_get_originalMousePosition, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01E05E50, void, EventBase_set_originalMousePosition, (EventBase * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02EF8D70, void, EventBase_Init, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF8D80, void, EventBase_LocalInit, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF90F0, void, EventBase__ctor, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF9220, bool, EventBase_get_pooled, (EventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF9230, void, EventBase_set_pooled, (EventBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, CallbackPhase__Enum, EventCallbackFunctorBase_get_phase, (EventCallbackFunctorBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, InvokePolicy__Enum, EventCallbackFunctorBase_get_invokePolicy, (EventCallbackFunctorBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADC0, void, EventCallbackFunctorBase__ctor, (EventCallbackFunctorBase * __this, CallbackPhase__Enum phase, InvokePolicy__Enum invokePolicy, MethodInfo * method)); DO_APP_FUNC(0x02EF9250, bool, EventCallbackFunctorBase_PhaseMatches, (EventCallbackFunctorBase * __this, PropagationPhase__Enum propagationPhase, MethodInfo * method)); DO_APP_FUNC(0x02EF9280, EventCallbackList *, EventCallbackListPool_Get, (EventCallbackListPool * __this, EventCallbackList * initializer, MethodInfo * method)); DO_APP_FUNC(0x02EF94F0, void, EventCallbackListPool_Release, (EventCallbackListPool * __this, EventCallbackList * element, MethodInfo * method)); DO_APP_FUNC(0x02EF95B0, void, EventCallbackListPool__ctor, (EventCallbackListPool * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, EventCallbackList_get_trickleDownCallbackCount, (EventCallbackList * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, EventCallbackList_set_trickleDownCallbackCount, (EventCallbackList * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, EventCallbackList_get_bubbleUpCallbackCount, (EventCallbackList * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, EventCallbackList_set_bubbleUpCallbackCount, (EventCallbackList * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02EF9680, void, EventCallbackList__ctor, (EventCallbackList * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF9750, void, EventCallbackList__ctor_1, (EventCallbackList * __this, EventCallbackList * source, MethodInfo * method)); DO_APP_FUNC(0x02EF9830, bool, EventCallbackList_Contains, (EventCallbackList * __this, int64_t eventTypeId, Delegate * callback, CallbackPhase__Enum phase, MethodInfo * method)); DO_APP_FUNC(0x02EF9950, EventCallbackFunctorBase *, EventCallbackList_Find, (EventCallbackList * __this, int64_t eventTypeId, Delegate * callback, CallbackPhase__Enum phase, MethodInfo * method)); DO_APP_FUNC(0x02EF9A70, bool, EventCallbackList_Remove, (EventCallbackList * __this, int64_t eventTypeId, Delegate * callback, CallbackPhase__Enum phase, MethodInfo * method)); DO_APP_FUNC(0x02EF9BD0, void, EventCallbackList_Add, (EventCallbackList * __this, EventCallbackFunctorBase * item, MethodInfo * method)); DO_APP_FUNC(0x02EF9C90, void, EventCallbackList_AddRange, (EventCallbackList * __this, EventCallbackList * list, MethodInfo * method)); DO_APP_FUNC(0x02EF9E60, int32_t, EventCallbackList_get_Count, (EventCallbackList * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF9EB0, EventCallbackFunctorBase *, EventCallbackList_get_Item, (EventCallbackList * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02EF9F30, void, EventCallbackList_Clear, (EventCallbackList * __this, MethodInfo * method)); DO_APP_FUNC(0x02EF9FA0, EventCallbackList *, EventCallbackRegistry_GetCallbackList, (EventCallbackList * initializer, MethodInfo * method)); DO_APP_FUNC(0x02EFA010, void, EventCallbackRegistry_ReleaseCallbackList, (EventCallbackList * toRelease, MethodInfo * method)); DO_APP_FUNC(0x0061D130, void, EventCallbackRegistry__ctor, (EventCallbackRegistry * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFA120, EventCallbackList *, EventCallbackRegistry_GetCallbackListForWriting, (EventCallbackRegistry * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFA250, EventCallbackList *, EventCallbackRegistry_GetCallbackListForReading, (EventCallbackRegistry * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFA270, bool, EventCallbackRegistry_UnregisterCallback, (EventCallbackRegistry * __this, int64_t eventTypeId, Delegate * callback, TrickleDown__Enum useTrickleDown, MethodInfo * method)); DO_APP_FUNC(0x02EFA3E0, void, EventCallbackRegistry_InvokeCallbacks, (EventCallbackRegistry * __this, EventBase * evt, PropagationPhase__Enum propagationPhase, MethodInfo * method)); DO_APP_FUNC(0x02EFA600, bool, EventCallbackRegistry_HasTrickleDownHandlers, (EventCallbackRegistry * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFA620, bool, EventCallbackRegistry_HasBubbleHandlers, (EventCallbackRegistry * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFA640, void, EventCallbackRegistry__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02EFA7C0, void, CallbackEventHandler_HandleEventAtTargetPhase, (CallbackEventHandler * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02EFA840, void, CallbackEventHandler_HandleEvent, (CallbackEventHandler * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02EFAA70, bool, CallbackEventHandler_HasTrickleDownHandlers, (CallbackEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFAAA0, bool, CallbackEventHandler_HasBubbleUpHandlers, (CallbackEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CallbackEventHandler_ExecuteDefaultActionAtTarget, (CallbackEventHandler * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CallbackEventHandler_ExecuteDefaultAction, (CallbackEventHandler * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CallbackEventHandler_ExecuteDefaultActionDisabledAtTarget, (CallbackEventHandler * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CallbackEventHandler_ExecuteDefaultActionDisabled, (CallbackEventHandler * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CallbackEventHandler__ctor, (CallbackEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFAAD0, void, FocusOutEvent_Init, (FocusOutEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFAB60, void, FocusOutEvent_LocalInit, (FocusOutEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFAB70, void, FocusOutEvent__ctor, (FocusOutEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFABC0, void, BlurEvent_PreDispatch, (BlurEvent * __this, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02EFAC40, void, BlurEvent__ctor, (BlurEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFAC80, void, FocusInEvent_Init, (FocusInEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFAB60, void, FocusInEvent_LocalInit, (FocusInEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFAD10, void, FocusInEvent__ctor, (FocusInEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFAD60, void, FocusEvent_PreDispatch, (FocusEvent * __this, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02EFAE30, void, FocusEvent__ctor, (FocusEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFAE70, void, EventDispatchUtilities_PropagateEvent, (EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02EFB650, void, EventDispatchUtilities_PropagateToIMGUIContainer, (VisualElement * root, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02EFB920, void, EventDispatchUtilities_ExecuteDefaultAction, (EventBase * evt, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02EFBA30, bool, IMGUIEventDispatchingStrategy_CanDispatchEvent, (IMGUIEventDispatchingStrategy * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02EFBAC0, void, IMGUIEventDispatchingStrategy_DispatchEvent, (IMGUIEventDispatchingStrategy * __this, EventBase * evt, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IMGUIEventDispatchingStrategy__ctor, (IMGUIEventDispatchingStrategy * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, InputEvent_1_set_previousData, (InputEvent_1 * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00591040, void, InputEvent_1_set_newData, (InputEvent_1 * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02EFBB40, void, InputEvent_1_Init, (InputEvent_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFBBF0, void, InputEvent_1_LocalInit, (InputEvent_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFBCB0, InputEvent_1 *, InputEvent_1_GetPooled, (String * previousData, String * newData, MethodInfo * method)); DO_APP_FUNC(0x02EFBDE0, void, InputEvent_1__ctor, (InputEvent_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFBE50, bool, KeyboardEventDispatchingStrategy_CanDispatchEvent, (KeyboardEventDispatchingStrategy * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02EFBEA0, void, KeyboardEventDispatchingStrategy_DispatchEvent, (KeyboardEventDispatchingStrategy * __this, EventBase * evt, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, KeyboardEventDispatchingStrategy__ctor, (KeyboardEventDispatchingStrategy * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFC050, void, KeyDownEvent_GetEquivalentImguiEvent, (KeyDownEvent * __this, Event_1 * outImguiEvent, MethodInfo * method)); DO_APP_FUNC(0x02EFC290, void, KeyDownEvent__ctor, (KeyDownEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFC2D0, void, KeyUpEvent__ctor, (KeyUpEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFC310, GeometryChangedEvent *, GeometryChangedEvent_GetPooled, (Rect oldRect, Rect newRect, MethodInfo * method)); DO_APP_FUNC(0x02EFC3A0, void, GeometryChangedEvent_Init, (GeometryChangedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFC470, void, GeometryChangedEvent_LocalInit, (GeometryChangedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02863020, Rect, GeometryChangedEvent_get_oldRect, (GeometryChangedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02ABE100, void, GeometryChangedEvent_set_oldRect, (GeometryChangedEvent * __this, Rect value, MethodInfo * method)); DO_APP_FUNC(0x01CBAD10, Rect, GeometryChangedEvent_get_newRect, (GeometryChangedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02ABE110, void, GeometryChangedEvent_set_newRect, (GeometryChangedEvent * __this, Rect value, MethodInfo * method)); DO_APP_FUNC(0x0185B680, int32_t, GeometryChangedEvent_get_layoutPass, (GeometryChangedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x0185B690, void, GeometryChangedEvent_set_layoutPass, (GeometryChangedEvent * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02EFC490, void, GeometryChangedEvent__ctor, (GeometryChangedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFC520, bool, MouseCaptureDispatchingStrategy_CanDispatchEvent, (MouseCaptureDispatchingStrategy * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02EFC5A0, void, MouseCaptureDispatchingStrategy_DispatchEvent, (MouseCaptureDispatchingStrategy * __this, EventBase * evt, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MouseCaptureDispatchingStrategy__ctor, (MouseCaptureDispatchingStrategy * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFCD30, bool, MouseEventDispatchingStrategy_CanDispatchEvent, (MouseEventDispatchingStrategy * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02EFCD80, void, MouseEventDispatchingStrategy_DispatchEvent, (MouseEventDispatchingStrategy * __this, EventBase * evt, IPanel * iPanel, MethodInfo * method)); DO_APP_FUNC(0x02EFD130, bool, MouseEventDispatchingStrategy_SendEventToTarget, (EventBase * evt, BaseVisualElementPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02EFD1F0, bool, MouseEventDispatchingStrategy_SendEventToRegularTarget, (EventBase * evt, BaseVisualElementPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02EFD290, bool, MouseEventDispatchingStrategy_SendEventToIMGUIContainer, (EventBase * evt, BaseVisualElementPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02EFD4A0, void, MouseEventDispatchingStrategy_SetBestTargetForEvent, (EventBase * evt, BaseVisualElementPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02EFD550, void, MouseEventDispatchingStrategy_UpdateElementUnderMouse, (EventBase * evt, BaseVisualElementPanel * panel, VisualElement * * elementUnderMouse, MethodInfo * method)); DO_APP_FUNC(0x02EFD8A0, bool, MouseEventDispatchingStrategy_IsDone, (EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MouseEventDispatchingStrategy__ctor, (MouseEventDispatchingStrategy * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFD930, void, MouseDownEvent_Init, (MouseDownEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFD9C0, void, MouseDownEvent_LocalInit, (MouseDownEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFD9D0, void, MouseDownEvent__ctor, (MouseDownEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFDA20, MouseDownEvent *, MouseDownEvent_MakeFromPointerEvent, (IPointerEvent * pointerEvent, MethodInfo * method)); DO_APP_FUNC(0x02EFDB40, MouseDownEvent *, MouseDownEvent_GetPooled, (PointerDownEvent * pointerEvent, MethodInfo * method)); DO_APP_FUNC(0x02EFDB40, MouseDownEvent *, MouseDownEvent_GetPooled_1, (PointerMoveEvent * pointerEvent, MethodInfo * method)); DO_APP_FUNC(0x02EFDB50, void, MouseUpEvent_Init, (MouseUpEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFD9C0, void, MouseUpEvent_LocalInit, (MouseUpEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFDBE0, void, MouseUpEvent__ctor, (MouseUpEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFDC30, MouseUpEvent *, MouseUpEvent_MakeFromPointerEvent, (IPointerEvent * pointerEvent, MethodInfo * method)); DO_APP_FUNC(0x02EFDD50, MouseUpEvent *, MouseUpEvent_GetPooled, (PointerUpEvent * pointerEvent, MethodInfo * method)); DO_APP_FUNC(0x02EFDD50, MouseUpEvent *, MouseUpEvent_GetPooled_1, (PointerMoveEvent * pointerEvent, MethodInfo * method)); DO_APP_FUNC(0x02EFDD50, MouseUpEvent *, MouseUpEvent_GetPooled_2, (PointerCancelEvent * pointerEvent, MethodInfo * method)); DO_APP_FUNC(0x02EFDD60, void, MouseMoveEvent_Init, (MouseMoveEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFDDF0, void, MouseMoveEvent_LocalInit, (MouseMoveEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFDE00, void, MouseMoveEvent__ctor, (MouseMoveEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFDE50, MouseMoveEvent *, MouseMoveEvent_GetPooled, (PointerMoveEvent * pointerEvent, MethodInfo * method)); DO_APP_FUNC(0x02EFDE90, void, ContextClickEvent__ctor, (ContextClickEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE6F60, Vector3, WheelEvent_get_delta, (WheelEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE6F80, void, WheelEvent_set_delta, (WheelEvent * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02EFDED0, WheelEvent *, WheelEvent_GetPooled, (Event_1 * systemEvent, MethodInfo * method)); DO_APP_FUNC(0x02EFDF70, WheelEvent *, WheelEvent_GetPooled_1, (Vector3 delta, IPointerEvent * pointerEvent, MethodInfo * method)); DO_APP_FUNC(0x02EFDFE0, void, WheelEvent_Init, (WheelEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFE0B0, void, WheelEvent_LocalInit, (WheelEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFE110, void, WheelEvent__ctor, (WheelEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFE1A0, void, MouseEnterEvent_Init, (MouseEnterEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFE230, void, MouseEnterEvent_LocalInit, (MouseEnterEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFE240, void, MouseEnterEvent__ctor, (MouseEnterEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFE290, void, MouseLeaveEvent_Init, (MouseLeaveEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFE230, void, MouseLeaveEvent_LocalInit, (MouseLeaveEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFE320, void, MouseLeaveEvent__ctor, (MouseLeaveEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFE370, void, MouseEnterWindowEvent_Init, (MouseEnterWindowEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFE400, void, MouseEnterWindowEvent_LocalInit, (MouseEnterWindowEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFE410, void, MouseEnterWindowEvent__ctor, (MouseEnterWindowEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFE460, void, MouseEnterWindowEvent_PostDispatch, (MouseEnterWindowEvent * __this, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02EFE560, void, MouseLeaveWindowEvent_Init, (MouseLeaveWindowEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFE620, void, MouseLeaveWindowEvent_LocalInit, (MouseLeaveWindowEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFE670, void, MouseLeaveWindowEvent__ctor, (MouseLeaveWindowEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFE6F0, MouseLeaveWindowEvent *, MouseLeaveWindowEvent_GetPooled, (Event_1 * systemEvent, MethodInfo * method)); DO_APP_FUNC(0x02EFE810, void, MouseLeaveWindowEvent_PostDispatch, (MouseLeaveWindowEvent * __this, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02EFE910, void, MouseOverEvent__ctor, (MouseOverEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFE950, void, MouseOutEvent__ctor, (MouseOutEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C80, DropdownMenu *, ContextualMenuPopulateEvent_get_menu, (ContextualMenuPopulateEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C90, void, ContextualMenuPopulateEvent_set_menu, (ContextualMenuPopulateEvent * __this, DropdownMenu * value, MethodInfo * method)); DO_APP_FUNC(0x0070EC40, EventBase *, ContextualMenuPopulateEvent_get_triggerEvent, (ContextualMenuPopulateEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B481B0, void, ContextualMenuPopulateEvent_set_triggerEvent, (ContextualMenuPopulateEvent * __this, EventBase * value, MethodInfo * method)); DO_APP_FUNC(0x02EFE990, void, ContextualMenuPopulateEvent_Init, (ContextualMenuPopulateEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFEA20, void, ContextualMenuPopulateEvent_LocalInit, (ContextualMenuPopulateEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFEB80, void, ContextualMenuPopulateEvent__ctor, (ContextualMenuPopulateEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFEBD0, void, ContextualMenuPopulateEvent_PostDispatch, (ContextualMenuPopulateEvent * __this, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02EFEC80, void, MouseEventsHelper_SendMouseOverMouseOut, (VisualElement * previousTopElementUnderMouse, VisualElement * currentTopElementUnderMouse, IMouseEvent * triggerEvent, Vector2 mousePosition, MethodInfo * method)); DO_APP_FUNC(0x02EFF230, void, PointerEventsHelper_SendOverOut, (VisualElement * previousTopElementUnderPointer, VisualElement * currentTopElementUnderPointer, IPointerEvent * triggerEvent, Vector2 position, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02EFFB40, bool, NavigationEventDispatchingStrategy_CanDispatchEvent, (NavigationEventDispatchingStrategy * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02EFFB90, void, NavigationEventDispatchingStrategy_DispatchEvent, (NavigationEventDispatchingStrategy * __this, EventBase * evt, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NavigationEventDispatchingStrategy__ctor, (NavigationEventDispatchingStrategy * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFFC40, NavigationMoveEvent_Direction__Enum, NavigationMoveEvent_DetermineMoveDirection, (float x, float y, float deadZone, MethodInfo * method)); DO_APP_FUNC(0x0101D6B0, NavigationMoveEvent_Direction__Enum, NavigationMoveEvent_get_direction, (NavigationMoveEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00609B20, void, NavigationMoveEvent_set_direction, (NavigationMoveEvent * __this, NavigationMoveEvent_Direction__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00A7D130, void, NavigationMoveEvent_set_move, (NavigationMoveEvent * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02EFFCC0, NavigationMoveEvent *, NavigationMoveEvent_GetPooled, (Vector2 moveVector, MethodInfo * method)); DO_APP_FUNC(0x02EFFD90, void, NavigationMoveEvent_Init, (NavigationMoveEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFFE70, void, NavigationMoveEvent__ctor, (NavigationMoveEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00609B20, void, NavigationTabEvent_set_direction, (NavigationTabEvent * __this, NavigationTabEvent_Direction__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02EFFED0, NavigationTabEvent_Direction__Enum, NavigationTabEvent_DetermineMoveDirection, (int32_t moveValue, MethodInfo * method)); DO_APP_FUNC(0x02EFFEF0, NavigationTabEvent *, NavigationTabEvent_GetPooled, (int32_t moveValue, MethodInfo * method)); DO_APP_FUNC(0x02EFFF80, void, NavigationTabEvent_Init, (NavigationTabEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F00010, void, NavigationTabEvent__ctor, (NavigationTabEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F00070, void, NavigationCancelEvent__ctor, (NavigationCancelEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F000B0, void, NavigationSubmitEvent__ctor, (NavigationSubmitEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F000F0, void, AttachToPanelEvent__ctor, (AttachToPanelEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F00130, void, DetachFromPanelEvent__ctor, (DetachFromPanelEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F00170, bool, PointerCaptureDispatchingStrategy_CanDispatchEvent, (PointerCaptureDispatchingStrategy * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02F001C0, void, PointerCaptureDispatchingStrategy_DispatchEvent, (PointerCaptureDispatchingStrategy * __this, EventBase * evt, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PointerCaptureDispatchingStrategy__ctor, (PointerCaptureDispatchingStrategy * __this, MethodInfo * method)); DO_APP_FUNC(0x02F00630, void, PointerDeviceState_RemovePanelData, (IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02F007F0, void, PointerDeviceState_SavePointerPosition, (int32_t pointerId, Vector2 position, IPanel * panel, ContextType__Enum contextType, MethodInfo * method)); DO_APP_FUNC(0x02F008A0, void, PointerDeviceState_PressButton, (int32_t pointerId, int32_t buttonId, MethodInfo * method)); DO_APP_FUNC(0x02F00970, void, PointerDeviceState_ReleaseButton, (int32_t pointerId, int32_t buttonId, MethodInfo * method)); DO_APP_FUNC(0x02F00A40, void, PointerDeviceState_ReleaseAllButtons, (int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02F00AC0, Vector2, PointerDeviceState_GetPointerPosition, (int32_t pointerId, ContextType__Enum contextType, MethodInfo * method)); DO_APP_FUNC(0x02F00B50, IPanel *, PointerDeviceState_GetPanel, (int32_t pointerId, ContextType__Enum contextType, MethodInfo * method)); DO_APP_FUNC(0x02F00BD0, bool, PointerDeviceState_HasFlagFast, (PointerDeviceState_LocationFlag__Enum flagSet, PointerDeviceState_LocationFlag__Enum flag, MethodInfo * method)); DO_APP_FUNC(0x02F00BE0, bool, PointerDeviceState_HasLocationFlag, (int32_t pointerId, ContextType__Enum contextType, PointerDeviceState_LocationFlag__Enum flag, MethodInfo * method)); DO_APP_FUNC(0x02F00C70, int32_t, PointerDeviceState_GetPressedButtons, (int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02F00CF0, bool, PointerDeviceState_HasAdditionalPressedButtons, (int32_t pointerId, int32_t exceptButtonId, MethodInfo * method)); DO_APP_FUNC(0x02F00D80, void, PointerDeviceState_SetPlayerPanelWithSoftPointerCapture, (int32_t pointerId, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02F00E40, IPanel *, PointerDeviceState_GetPlayerPanelWithSoftPointerCapture, (int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02F00EC0, void, PointerDeviceState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00470F00, Vector2, PointerDeviceState_PointerLocation_get_Position, (PointerDeviceState_PointerLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, PointerDeviceState_PointerLocation_set_Position, (PointerDeviceState_PointerLocation * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x005DE470, IPanel *, PointerDeviceState_PointerLocation_get_Panel, (PointerDeviceState_PointerLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x0066A570, void, PointerDeviceState_PointerLocation_set_Panel, (PointerDeviceState_PointerLocation * __this, IPanel * value, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, PointerDeviceState_LocationFlag__Enum, PointerDeviceState_PointerLocation_get_Flags, (PointerDeviceState_PointerLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PointerDeviceState_PointerLocation_set_Flags, (PointerDeviceState_PointerLocation * __this, PointerDeviceState_LocationFlag__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02F010F0, void, PointerDeviceState_PointerLocation_SetLocation, (PointerDeviceState_PointerLocation * __this, Vector2 position, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02F01220, bool, PointerEventDispatchingStrategy_CanDispatchEvent, (PointerEventDispatchingStrategy * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02F01270, void, PointerEventDispatchingStrategy_DispatchEvent, (PointerEventDispatchingStrategy * __this, EventBase * evt, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02F012B0, void, PointerEventDispatchingStrategy_SendEventToTarget, (EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x02F012E0, void, PointerEventDispatchingStrategy_SetBestTargetForEvent, (EventBase * evt, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02F014B0, void, PointerEventDispatchingStrategy_UpdateElementUnderPointer, (EventBase * evt, IPanel * panel, VisualElement * * elementUnderPointer, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PointerEventDispatchingStrategy__ctor, (PointerEventDispatchingStrategy * __this, MethodInfo * method)); DO_APP_FUNC(0x02F016C0, String *, PointerType_GetPointerType, (int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02F01780, bool, PointerType_IsDirectManipulationDevice, (String * pointerType, MethodInfo * method)); DO_APP_FUNC(0x02F01810, void, PointerType__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F01A40, void, PointerId__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F01BC0, void, PointerDownEvent_Init, (PointerDownEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F01CA0, void, PointerDownEvent_LocalInit, (PointerDownEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F01D10, void, PointerDownEvent__ctor, (PointerDownEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F01DB0, void, PointerDownEvent_PostDispatch, (PointerDownEvent * __this, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x008E4B60, bool, PointerMoveEvent_get_isHandledByDraggable, (PointerMoveEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x008E4B70, void, PointerMoveEvent_set_isHandledByDraggable, (PointerMoveEvent * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F01F90, void, PointerMoveEvent_Init, (PointerMoveEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F02020, void, PointerMoveEvent_LocalInit, (PointerMoveEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F02090, void, PointerMoveEvent__ctor, (PointerMoveEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F020E0, void, PointerMoveEvent_PostDispatch, (PointerMoveEvent * __this, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02F02490, void, PointerStationaryEvent_Init, (PointerStationaryEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F02570, void, PointerStationaryEvent_LocalInit, (PointerStationaryEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F025E0, void, PointerStationaryEvent__ctor, (PointerStationaryEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F02680, void, PointerUpEvent_Init, (PointerUpEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F02760, void, PointerUpEvent_LocalInit, (PointerUpEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F027D0, void, PointerUpEvent__ctor, (PointerUpEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F02870, void, PointerUpEvent_PostDispatch, (PointerUpEvent * __this, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02F16320, void, PointerCancelEvent_Init, (PointerCancelEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F16400, void, PointerCancelEvent_LocalInit, (PointerCancelEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F16470, void, PointerCancelEvent__ctor, (PointerCancelEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F16510, void, PointerCancelEvent_PostDispatch, (PointerCancelEvent * __this, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02F16810, void, ClickEvent_Init, (ClickEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFD9C0, void, ClickEvent_LocalInit, (ClickEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F168A0, void, ClickEvent__ctor, (ClickEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F168F0, ClickEvent *, ClickEvent_GetPooled, (PointerUpEvent * pointerEvent, int32_t clickCount, MethodInfo * method)); DO_APP_FUNC(0x02F16960, void, PointerEnterEvent_Init, (PointerEnterEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F169F0, void, PointerEnterEvent_LocalInit, (PointerEnterEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F16A00, void, PointerEnterEvent__ctor, (PointerEnterEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F16A50, void, PointerLeaveEvent_Init, (PointerLeaveEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F169F0, void, PointerLeaveEvent_LocalInit, (PointerLeaveEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F16AE0, void, PointerLeaveEvent__ctor, (PointerLeaveEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F16B30, void, PointerOverEvent__ctor, (PointerOverEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F16B70, void, PointerOutEvent__ctor, (PointerOutEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F16BB0, void, PropagationPaths__ctor, (PropagationPaths * __this, MethodInfo * method)); DO_APP_FUNC(0x02F16EE0, PropagationPaths *, PropagationPaths_Copy, (PropagationPaths * paths, MethodInfo * method)); DO_APP_FUNC(0x02F17030, PropagationPaths *, PropagationPaths_Build, (VisualElement * elem, EventBase * evt, PropagationPaths_Type__Enum pathTypesRequested, MethodInfo * method)); DO_APP_FUNC(0x02F171E0, void, PropagationPaths_Release, (PropagationPaths * __this, MethodInfo * method)); DO_APP_FUNC(0x02F17300, void, PropagationPaths__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F173E0, ICustomStyle *, CustomStyleResolvedEvent_get_customStyle, (CustomStyleResolvedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F17520, void, CustomStyleResolvedEvent__ctor, (CustomStyleResolvedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, TooltipEvent_set_tooltip, (TooltipEvent * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02F17590, void, TooltipEvent_set_rect, (TooltipEvent * __this, Rect value, MethodInfo * method)); DO_APP_FUNC(0x02F175A0, void, TooltipEvent_Init, (TooltipEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F17650, void, TooltipEvent_LocalInit, (TooltipEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F17700, void, TooltipEvent__ctor, (TooltipEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, StylePropertyNameCollection__ctor, (StylePropertyNameCollection * __this, List_1_UnityEngine_UIElements_StylePropertyName_ * list, MethodInfo * method)); DO_APP_FUNC(0x02F17770, StylePropertyNameCollection_Enumerator, StylePropertyNameCollection_GetEnumerator, (StylePropertyNameCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02F178B0, IEnumerator_1_UnityEngine_UIElements_StylePropertyName_ *, StylePropertyNameCollection_System_Collections_Generic_IEnumerable_UnityEngine_UIElements_StylePropertyName__GetEnumerator, (StylePropertyNameCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02F17920, IEnumerator *, StylePropertyNameCollection_System_Collections_IEnumerable_GetEnumerator, (StylePropertyNameCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x02F17990, void, StylePropertyNameCollection_Enumerator__ctor, (StylePropertyNameCollection_Enumerator * __this, List_1_T_Enumerator_UnityEngine_UIElements_StylePropertyName_ enumerator, MethodInfo * method)); DO_APP_FUNC(0x02F179F0, bool, StylePropertyNameCollection_Enumerator_MoveNext, (StylePropertyNameCollection_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02F17A30, StylePropertyName, StylePropertyNameCollection_Enumerator_get_Current, (StylePropertyNameCollection_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02F17A80, Object *, StylePropertyNameCollection_Enumerator_System_Collections_IEnumerator_get_Current, (StylePropertyNameCollection_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StylePropertyNameCollection_Enumerator_Reset, (StylePropertyNameCollection_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02F17AF0, void, StylePropertyNameCollection_Enumerator_Dispose, (StylePropertyNameCollection_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02F17B20, void, TransitionRunEvent__ctor, (TransitionRunEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F17B60, void, TransitionStartEvent__ctor, (TransitionStartEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F17BA0, void, TransitionEndEvent__ctor, (TransitionEndEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F17BE0, void, TransitionCancelEvent__ctor, (TransitionCancelEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F17C20, IMGUIEvent *, IMGUIEvent_GetPooled, (Event_1 * systemEvent, MethodInfo * method)); DO_APP_FUNC(0x02F17CB0, void, IMGUIEvent_Init, (IMGUIEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02EFDDF0, void, IMGUIEvent_LocalInit, (IMGUIEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F17D60, void, IMGUIEvent__ctor, (IMGUIEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EventDebuggerLogCall__ctor, (EventDebuggerLogCall * __this, Delegate * callback, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EventDebuggerLogCall_Dispose, (EventDebuggerLogCall * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EventDebuggerLogIMGUICall__ctor, (EventDebuggerLogIMGUICall * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EventDebuggerLogIMGUICall_Dispose, (EventDebuggerLogIMGUICall * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EventDebuggerLogExecuteDefaultAction__ctor, (EventDebuggerLogExecuteDefaultAction * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EventDebuggerLogExecuteDefaultAction_Dispose, (EventDebuggerLogExecuteDefaultAction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EventDebugger_LogPropagationPaths, (EventBase * evt, PropagationPaths * paths, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, DynamicAtlasSettings_get_minAtlasSize, (DynamicAtlasSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DynamicAtlasSettings_set_minAtlasSize, (DynamicAtlasSettings * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, DynamicAtlasSettings_get_maxAtlasSize, (DynamicAtlasSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, DynamicAtlasSettings_set_maxAtlasSize, (DynamicAtlasSettings * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, DynamicAtlasSettings_get_maxSubTextureSize, (DynamicAtlasSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, DynamicAtlasSettings_set_maxSubTextureSize, (DynamicAtlasSettings * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, DynamicAtlasFilters__Enum, DynamicAtlasSettings_get_activeFilters, (DynamicAtlasSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, DynamicAtlasSettings_set_activeFilters, (DynamicAtlasSettings * __this, DynamicAtlasFilters__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01DA29D0, DynamicAtlasFilters__Enum, DynamicAtlasSettings_get_defaultFilters, (MethodInfo * method)); DO_APP_FUNC(0x003B93E0, DynamicAtlasCustomFilter *, DynamicAtlasSettings_get_customFilter, (DynamicAtlasSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, DynamicAtlasSettings_set_customFilter, (DynamicAtlasSettings * __this, DynamicAtlasCustomFilter * value, MethodInfo * method)); DO_APP_FUNC(0x02F17DD0, DynamicAtlasSettings *, DynamicAtlasSettings_get_defaults, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DynamicAtlasSettings__ctor, (DynamicAtlasSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01A6C190, FocusController *, NavigateFocusRing_get_focusController, (NavigateFocusRing * __this, MethodInfo * method)); DO_APP_FUNC(0x02F17E80, void, NavigateFocusRing__ctor, (NavigateFocusRing * __this, VisualElement * root, MethodInfo * method)); DO_APP_FUNC(0x02F17FC0, FocusChangeDirection *, NavigateFocusRing_GetFocusChangeDirection, (NavigateFocusRing * __this, Focusable * currentFocusable, EventBase * e, MethodInfo * method)); DO_APP_FUNC(0x02F18650, Focusable *, NavigateFocusRing_GetNextFocusable, (NavigateFocusRing * __this, Focusable * currentFocusable, FocusChangeDirection * direction, MethodInfo * method)); DO_APP_FUNC(0x02F188C0, Focusable *, NavigateFocusRing_GetNextFocusable2D, (NavigateFocusRing * __this, Focusable * currentFocusable, NavigateFocusRing_ChangeDirection * direction, MethodInfo * method)); DO_APP_FUNC(0x02F18FE0, bool, NavigateFocusRing_IsActive, (VisualElement * v, MethodInfo * method)); DO_APP_FUNC(0x02F19050, bool, NavigateFocusRing_IsNavigable, (Focusable * focusable, MethodInfo * method)); DO_APP_FUNC(0x02F190A0, void, NavigateFocusRing__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F19570, void, NavigateFocusRing_ChangeDirection__ctor, (NavigateFocusRing_ChangeDirection * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02F195D0, bool, NavigateFocusRing_FocusableHierarchyTraversal_ValidateHierarchyTraversal, (NavigateFocusRing_FocusableHierarchyTraversal * __this, VisualElement * v, MethodInfo * method)); DO_APP_FUNC(0x02F196F0, bool, NavigateFocusRing_FocusableHierarchyTraversal_ValidateElement, (NavigateFocusRing_FocusableHierarchyTraversal * __this, VisualElement * v, MethodInfo * method)); DO_APP_FUNC(0x02F19800, int32_t, NavigateFocusRing_FocusableHierarchyTraversal_Order, (NavigateFocusRing_FocusableHierarchyTraversal * __this, VisualElement * a, VisualElement * b, MethodInfo * method)); DO_APP_FUNC(0x02F198B0, int32_t, NavigateFocusRing_FocusableHierarchyTraversal_StrictOrder, (NavigateFocusRing_FocusableHierarchyTraversal * __this, VisualElement * a, VisualElement * b, MethodInfo * method)); DO_APP_FUNC(0x02F19930, int32_t, NavigateFocusRing_FocusableHierarchyTraversal_StrictOrder_1, (NavigateFocusRing_FocusableHierarchyTraversal * __this, Rect ra, Rect rb, MethodInfo * method)); DO_APP_FUNC(0x02F19B10, int32_t, NavigateFocusRing_FocusableHierarchyTraversal_TieBreaker, (NavigateFocusRing_FocusableHierarchyTraversal * __this, Rect ra, Rect rb, MethodInfo * method)); DO_APP_FUNC(0x02F19C40, VisualElement *, NavigateFocusRing_FocusableHierarchyTraversal_GetBestOverall, (NavigateFocusRing_FocusableHierarchyTraversal * __this, VisualElement * candidate, VisualElement * bestSoFar, MethodInfo * method)); DO_APP_FUNC(0x014BA540, ThemeStyleSheet *, PanelSettings_get_themeStyleSheet, (PanelSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02F19DA0, void, PanelSettings_set_themeStyleSheet, (PanelSettings * __this, ThemeStyleSheet * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, RenderTexture *, PanelSettings_get_targetTexture, (PanelSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02F19E00, void, PanelSettings_set_targetTexture, (PanelSettings * __this, RenderTexture * value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, PanelScaleMode__Enum, PanelSettings_get_scaleMode, (PanelSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, PanelSettings_set_scaleMode, (PanelSettings * __this, PanelScaleMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB0F0, float, PanelSettings_get_scale, (PanelSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA72C0, void, PanelSettings_set_scale, (PanelSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, PanelSettings_get_referenceDpi, (PanelSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02F19E70, void, PanelSettings_set_referenceDpi, (PanelSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x005DE720, float, PanelSettings_get_fallbackDpi, (PanelSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02F19EA0, void, PanelSettings_set_fallbackDpi, (PanelSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Vector2Int, PanelSettings_get_referenceResolution, (PanelSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F570, void, PanelSettings_set_referenceResolution, (PanelSettings * __this, Vector2Int value, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, PanelScreenMatchMode__Enum, PanelSettings_get_screenMatchMode, (PanelSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00523180, void, PanelSettings_set_screenMatchMode, (PanelSettings * __this, PanelScreenMatchMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01CA4F60, float, PanelSettings_get_match, (PanelSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA4F70, void, PanelSettings_set_match, (PanelSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CE5090, float, PanelSettings_get_sortingOrder, (PanelSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02F19ED0, void, PanelSettings_set_sortingOrder, (PanelSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02F19F20, void, PanelSettings_ApplySortingOrder, (PanelSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00A528F0, int32_t, PanelSettings_get_targetDisplay, (PanelSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02F19F60, void, PanelSettings_set_targetDisplay, (PanelSettings * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0041F5E0, bool, PanelSettings_get_clearDepthStencil, (PanelSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F5F0, void, PanelSettings_set_clearDepthStencil, (PanelSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F19FA0, float, PanelSettings_get_depthClearValue, (PanelSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x0060FCB0, bool, PanelSettings_get_clearColor, (PanelSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x0074C7E0, void, PanelSettings_set_clearColor, (PanelSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F19FB0, Color, PanelSettings_get_colorClearValue, (PanelSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02F19FC0, void, PanelSettings_set_colorClearValue, (PanelSettings * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x02F19FD0, BaseRuntimePanel *, PanelSettings_get_panel, (PanelSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02F19FF0, VisualElement *, PanelSettings_get_visualTree, (PanelSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, DynamicAtlasSettings *, PanelSettings_get_dynamicAtlasSettings, (PanelSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE20, void, PanelSettings_set_dynamicAtlasSettings, (PanelSettings * __this, DynamicAtlasSettings * value, MethodInfo * method)); DO_APP_FUNC(0x02F1A030, void, PanelSettings__ctor, (PanelSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PanelSettings_Reset, (PanelSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1A2A0, void, PanelSettings_OnEnable, (PanelSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1A470, void, PanelSettings_OnDisable, (PanelSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1A470, void, PanelSettings_DisposePanel, (PanelSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x005EA920, float, PanelSettings_get_ScreenDPI, (PanelSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x005EA930, void, PanelSettings_set_ScreenDPI, (PanelSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02F1A490, void, PanelSettings_UpdateScreenDPI, (PanelSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1A4F0, void, PanelSettings_ApplyThemeStyleSheet, (PanelSettings * __this, VisualElement * root, MethodInfo * method)); DO_APP_FUNC(0x02F1A910, void, PanelSettings_InitializeShaders, (PanelSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1AD70, void, PanelSettings_ApplyPanelSettings, (PanelSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1B890, void, PanelSettings_SetScreenToPanelSpaceFunction, (PanelSettings * __this, Func_2_UnityEngine_Vector2_UnityEngine_Vector2_ * screentoPanelSpaceFunction, MethodInfo * method)); DO_APP_FUNC(0x02F1B9E0, float, PanelSettings_ResolveScale, (PanelSettings * __this, Rect targetRect, float screenDpi, MethodInfo * method)); DO_APP_FUNC(0x02F1BAE0, Rect, PanelSettings_GetDisplayRect, (PanelSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1BE10, void, PanelSettings_AttachAndInsertUIDocumentToVisualTree, (PanelSettings * __this, UIDocument * uiDocument, MethodInfo * method)); DO_APP_FUNC(0x02F1BF80, void, PanelSettings_DetachUIDocument, (PanelSettings * __this, UIDocument * uiDocument, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, PanelSettings_RuntimePanelAccess__ctor, (PanelSettings_RuntimePanelAccess * __this, PanelSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x00C22950, bool, PanelSettings_RuntimePanelAccess_get_isInitialized, (PanelSettings_RuntimePanelAccess * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1C1E0, BaseRuntimePanel *, PanelSettings_RuntimePanelAccess_get_panel, (PanelSettings_RuntimePanelAccess * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1C6D0, void, PanelSettings_RuntimePanelAccess_DisposePanel, (PanelSettings_RuntimePanelAccess * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1C790, void, PanelSettings_RuntimePanelAccess_SetTargetTexture, (PanelSettings_RuntimePanelAccess * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1C810, void, PanelSettings_RuntimePanelAccess_SetSortingPriority, (PanelSettings_RuntimePanelAccess * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1C850, void, PanelSettings_RuntimePanelAccess_SetTargetDisplay, (PanelSettings_RuntimePanelAccess * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1C880, BaseRuntimePanel *, PanelSettings_RuntimePanelAccess_CreateRelatedRuntimePanel, (PanelSettings_RuntimePanelAccess * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1C980, void, PanelSettings_RuntimePanelAccess_DisposeRelatedPanel, (PanelSettings_RuntimePanelAccess * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1C9E0, void, PanelSettings_RuntimePanelAccess_MarkPotentiallyEmpty, (PanelSettings_RuntimePanelAccess * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1CB70, EventDispatcher_1 *, RuntimeEventDispatcher_Create, (MethodInfo * method)); DO_APP_FUNC(0x01900EF0, PanelSettings *, RuntimePanel_get_panelSettings, (RuntimePanel * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1CDC0, RuntimePanel *, RuntimePanel_Create, (ScriptableObject * ownerObject, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB810, RuntimePanel_Create__MethodInfo); DO_APP_FUNC(0x02F1CE30, void, RuntimePanel__ctor, (RuntimePanel * __this, ScriptableObject * ownerObject, MethodInfo * method)); DO_APP_FUNC(0x02F1D440, void, RuntimePanel_Update, (RuntimePanel * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1D5F0, void, RuntimePanel__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F1D690, void, UIDocumentList_RemoveFromListAndFromVisualTree, (UIDocumentList * __this, UIDocument * uiDocument, MethodInfo * method)); DO_APP_FUNC(0x02F1D700, void, UIDocumentList_AddToListAndToVisualTree, (UIDocumentList * __this, UIDocument * uiDocument, VisualElement * visualTree, int32_t firstInsertIndex, MethodInfo * method)); DO_APP_FUNC(0x02F1DAE0, void, UIDocumentList__ctor, (UIDocumentList * __this, MethodInfo * method)); DO_APP_FUNC(0x02414580, PanelSettings *, UIDocument_get_panelSettings, (UIDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1DBB0, void, UIDocument_set_panelSettings, (UIDocument * __this, PanelSettings * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, UIDocument *, UIDocument_get_parentUI, (UIDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, UIDocument_set_parentUI, (UIDocument * __this, UIDocument * value, MethodInfo * method)); DO_APP_FUNC(0x02D533F0, VisualTreeAsset *, UIDocument_get_visualTreeAsset, (UIDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1E350, void, UIDocument_set_visualTreeAsset, (UIDocument * __this, VisualTreeAsset * value, MethodInfo * method)); DO_APP_FUNC(0x02D53520, VisualElement *, UIDocument_get_rootVisualElement, (UIDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A6C0, int32_t, UIDocument_get_firstChildInserIndex, (UIDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB140, float, UIDocument_get_sortingOrder, (UIDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1E3B0, void, UIDocument_set_sortingOrder, (UIDocument * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02F1E3D0, void, UIDocument_ApplySortingOrder, (UIDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1E3E0, void, UIDocument__ctor, (UIDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1E570, void, UIDocument_Awake, (UIDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1E580, void, UIDocument_OnEnable, (UIDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1E7E0, void, UIDocument_SetupFromHierarchy, (UIDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1E9B0, UIDocument *, UIDocument_FindUIDocumentParent, (UIDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1EBE0, void, UIDocument_Reset, (UIDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1EF10, void, UIDocument_AddChildAndInsertContentToVisualTree, (UIDocument * __this, UIDocument * child, MethodInfo * method)); DO_APP_FUNC(0x02F1F050, void, UIDocument_RemoveChild, (UIDocument * __this, UIDocument * child, MethodInfo * method)); DO_APP_FUNC(0x02F1F0D0, void, UIDocument_RecreateUI, (UIDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1F990, void, UIDocument_SetupRootClassList, (UIDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1FAE0, void, UIDocument_AddRootVisualElementToTree, (UIDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1FD30, void, UIDocument_RemoveFromHierarchy, (UIDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1FF80, void, UIDocument_OnDisable, (UIDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x02F1FFF0, void, UIDocument_OnTransformChildrenChanged, (UIDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x02F202C0, void, UIDocument_OnTransformParentChanged, (UIDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x02F202D0, void, UIDocument_ReactToHierarchyChanged, (UIDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, UIRAtlasAllocator_get_maxAtlasSize, (UIRAtlasAllocator * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, UIRAtlasAllocator_get_maxImageWidth, (UIRAtlasAllocator * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, UIRAtlasAllocator_get_maxImageHeight, (UIRAtlasAllocator * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, UIRAtlasAllocator_get_virtualWidth, (UIRAtlasAllocator * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, UIRAtlasAllocator_set_virtualWidth, (UIRAtlasAllocator * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, UIRAtlasAllocator_get_virtualHeight, (UIRAtlasAllocator * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, UIRAtlasAllocator_set_virtualHeight, (UIRAtlasAllocator * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, UIRAtlasAllocator_get_physicalWidth, (UIRAtlasAllocator * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, UIRAtlasAllocator_set_physicalWidth, (UIRAtlasAllocator * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, UIRAtlasAllocator_get_physicalHeight, (UIRAtlasAllocator * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, UIRAtlasAllocator_set_physicalHeight, (UIRAtlasAllocator * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00434A10, bool, UIRAtlasAllocator_get_disposed, (UIRAtlasAllocator * __this, MethodInfo * method)); DO_APP_FUNC(0x005391A0, void, UIRAtlasAllocator_set_disposed, (UIRAtlasAllocator * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F20420, void, UIRAtlasAllocator_Dispose, (UIRAtlasAllocator * __this, MethodInfo * method)); DO_APP_FUNC(0x02F20490, void, UIRAtlasAllocator_Dispose_1, (UIRAtlasAllocator * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02F20670, int32_t, UIRAtlasAllocator_GetLog2OfNextPower, (int32_t n, MethodInfo * method)); DO_APP_FUNC(0x02F206E0, void, UIRAtlasAllocator__ctor, (UIRAtlasAllocator * __this, int32_t initialAtlasSize, int32_t maxAtlasSize, int32_t sidePadding, MethodInfo * method)); DO_APP_FUNC(0x02F20AA0, bool, UIRAtlasAllocator_TryAllocate, (UIRAtlasAllocator * __this, int32_t width, int32_t height, RectInt * location, MethodInfo * method)); DO_APP_FUNC(0x02F20DC0, bool, UIRAtlasAllocator_TryPartitionArea, (UIRAtlasAllocator * __this, UIRAtlasAllocator_AreaNode * areaNode, int32_t rowIndex, int32_t rowHeight, int32_t minWidth, MethodInfo * method)); DO_APP_FUNC(0x02F21190, void, UIRAtlasAllocator_BuildAreas, (UIRAtlasAllocator * __this, MethodInfo * method)); DO_APP_FUNC(0x02F21270, void, UIRAtlasAllocator__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, UIRAtlasAllocator_Row_get_offsetX, (UIRAtlasAllocator_Row * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, UIRAtlasAllocator_Row_set_offsetX, (UIRAtlasAllocator_Row * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, UIRAtlasAllocator_Row_get_offsetY, (UIRAtlasAllocator_Row * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, UIRAtlasAllocator_Row_set_offsetY, (UIRAtlasAllocator_Row * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, UIRAtlasAllocator_Row_get_width, (UIRAtlasAllocator_Row * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, UIRAtlasAllocator_Row_set_width, (UIRAtlasAllocator_Row * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, UIRAtlasAllocator_Row_set_height, (UIRAtlasAllocator_Row * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02F21310, UIRAtlasAllocator_Row *, UIRAtlasAllocator_Row_Acquire, (int32_t offsetX, int32_t offsetY, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02F213D0, void, UIRAtlasAllocator_Row_Release, (UIRAtlasAllocator_Row * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIRAtlasAllocator_Row__ctor, (UIRAtlasAllocator_Row * __this, MethodInfo * method)); DO_APP_FUNC(0x02F21470, void, UIRAtlasAllocator_Row__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F21550, UIRAtlasAllocator_AreaNode *, UIRAtlasAllocator_AreaNode_Acquire, (RectInt rect, MethodInfo * method)); DO_APP_FUNC(0x02F216A0, void, UIRAtlasAllocator_AreaNode_Release, (UIRAtlasAllocator_AreaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F21730, void, UIRAtlasAllocator_AreaNode_RemoveFromChain, (UIRAtlasAllocator_AreaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F218A0, void, UIRAtlasAllocator_AreaNode_AddAfter, (UIRAtlasAllocator_AreaNode * __this, UIRAtlasAllocator_AreaNode * previous, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIRAtlasAllocator_AreaNode__ctor, (UIRAtlasAllocator_AreaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F21A90, void, UIRAtlasAllocator_AreaNode__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TextureId, DynamicAtlasPage_get_textureId, (DynamicAtlasPage * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DynamicAtlasPage_set_textureId, (DynamicAtlasPage * __this, TextureId value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, RenderTexture *, DynamicAtlasPage_get_atlas, (DynamicAtlasPage * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, DynamicAtlasPage_set_atlas, (DynamicAtlasPage * __this, RenderTexture * value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, RenderTextureFormat__Enum, DynamicAtlasPage_get_format, (DynamicAtlasPage * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, FilterMode__Enum, DynamicAtlasPage_get_filterMode, (DynamicAtlasPage * __this, MethodInfo * method)); DO_APP_FUNC(0x02F21B70, void, DynamicAtlasPage__ctor, (DynamicAtlasPage * __this, RenderTextureFormat__Enum format, FilterMode__Enum filterMode, Vector2Int minSize, Vector2Int maxSize, MethodInfo * method)); DO_APP_FUNC(0x00531160, bool, DynamicAtlasPage_get_disposed, (DynamicAtlasPage * __this, MethodInfo * method)); DO_APP_FUNC(0x00531170, void, DynamicAtlasPage_set_disposed, (DynamicAtlasPage * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F21D90, void, DynamicAtlasPage_Dispose, (DynamicAtlasPage * __this, MethodInfo * method)); DO_APP_FUNC(0x02F21E00, void, DynamicAtlasPage_Dispose_1, (DynamicAtlasPage * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02F220A0, bool, DynamicAtlasPage_TryAdd, (DynamicAtlasPage * __this, Texture2D * image, Allocator2D_Alloc2D * alloc, RectInt * rect, MethodInfo * method)); DO_APP_FUNC(0x02F222A0, void, DynamicAtlasPage_Update, (DynamicAtlasPage * __this, Texture2D * image, RectInt rect, MethodInfo * method)); DO_APP_FUNC(0x02F224D0, void, DynamicAtlasPage_Remove, (DynamicAtlasPage * __this, Allocator2D_Alloc2D alloc, MethodInfo * method)); DO_APP_FUNC(0x02F225A0, void, DynamicAtlasPage_Commit, (DynamicAtlasPage * __this, MethodInfo * method)); DO_APP_FUNC(0x02F226D0, void, DynamicAtlasPage_UpdateAtlasTexture, (DynamicAtlasPage * __this, MethodInfo * method)); DO_APP_FUNC(0x02F22DD0, RenderTexture *, DynamicAtlasPage_CreateAtlasTexture, (DynamicAtlasPage * __this, MethodInfo * method)); DO_APP_FUNC(0x02F23000, ProfilerMarker, UIRLayoutUpdater_get_profilerMarker, (UIRLayoutUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02F23060, void, UIRLayoutUpdater_OnVersionChanged, (UIRLayoutUpdater * __this, VisualElement * ve, VersionChangeType__Enum versionChangeType, MethodInfo * method)); DO_APP_FUNC(0x02F230B0, void, UIRLayoutUpdater_Update, (UIRLayoutUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02F23580, void, UIRLayoutUpdater_UpdateSubTree, (UIRLayoutUpdater * __this, VisualElement * ve, int32_t currentLayoutPass, bool isDisplayed, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIRLayoutUpdater__ctor, (UIRLayoutUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02F240C0, void, UIRLayoutUpdater__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MeshWriteData__ctor, (MeshWriteData * __this, MethodInfo * method)); DO_APP_FUNC(0x02F241E0, int32_t, MeshWriteData_get_vertexCount, (MeshWriteData * __this, MethodInfo * method)); DO_APP_FUNC(0x02F24220, int32_t, MeshWriteData_get_indexCount, (MeshWriteData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D309C0, Rect, MeshWriteData_get_uvRegion, (MeshWriteData * __this, MethodInfo * method)); DO_APP_FUNC(0x02F24260, void, MeshWriteData_SetNextVertex, (MeshWriteData * __this, Vertex vertex, MethodInfo * method)); DO_APP_FUNC(0x02F242F0, void, MeshWriteData_SetNextIndex, (MeshWriteData * __this, uint16_t index, MethodInfo * method)); DO_APP_FUNC(0x02F24350, void, MeshWriteData_SetAllVertices, (MeshWriteData * __this, Vertex__Array * vertices, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB6B0, MeshWriteData_SetAllVertices__MethodInfo); DO_APP_FUNC(0x02F24410, void, MeshWriteData_SetAllIndices, (MeshWriteData * __this, UInt16__Array * indices, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB6C0, MeshWriteData_SetAllIndices__MethodInfo); DO_APP_FUNC(0x02F244D0, void, MeshWriteData_Reset, (MeshWriteData * __this, NativeSlice_1_UnityEngine_UIElements_Vertex_ vertices, NativeSlice_1_System_UInt16_ indices, MethodInfo * method)); DO_APP_FUNC(0x02F24500, void, MeshWriteData_Reset_1, (MeshWriteData * __this, NativeSlice_1_UnityEngine_UIElements_Vertex_ vertices, NativeSlice_1_System_UInt16_ indices, Rect uvRegion, MethodInfo * method)); DO_APP_FUNC(0x02F24520, ColorPage, ColorPage_Init, (RenderChain * renderChain, BMPAlloc alloc, MethodInfo * method)); DO_APP_FUNC(0x02F245D0, void, MeshGenerationContextUtils_Rectangle, (MeshGenerationContext * mgc, MeshGenerationContextUtils_RectangleParams rectParams, MethodInfo * method)); DO_APP_FUNC(0x02F24740, void, MeshGenerationContextUtils_Text, (MeshGenerationContext * mgc, MeshGenerationContextUtils_TextParams textParams, ITextHandle * handle, float pixelsPerPoint, MethodInfo * method)); DO_APP_FUNC(0x02F24950, Vector2, MeshGenerationContextUtils_ConvertBorderRadiusPercentToPoints, (Vector2 borderRectSize, Length length, MethodInfo * method)); DO_APP_FUNC(0x02F249B0, void, MeshGenerationContextUtils_GetVisualElementRadii, (VisualElement * ve, Vector2 * topLeft, Vector2 * bottomLeft, Vector2 * topRight, Vector2 * bottomRight, MethodInfo * method)); DO_APP_FUNC(0x02F24CA0, void, MeshGenerationContextUtils_AdjustBackgroundSizeForBorders, (VisualElement * visualElement, MeshGenerationContextUtils_RectangleParams * rectParams, MethodInfo * method)); DO_APP_FUNC(0x02F24EB0, void, MeshGenerationContextUtils_RectangleParams_AdjustUVsForScaleMode, (Rect rect, Rect uv, Texture * texture, ScaleMode__Enum scaleMode, Rect * rectOut, Rect * uvOut, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB6D0, MeshGenerationContextUtils_RectangleParams_AdjustUVsForScaleMode__MethodInfo); DO_APP_FUNC(0x02F250D0, void, MeshGenerationContextUtils_RectangleParams_AdjustSpriteUVsForScaleMode, (Rect containerRect, Rect srcRect, Rect spriteGeomRect, Sprite * sprite, ScaleMode__Enum scaleMode, Rect * rectOut, Rect * uvOut, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB6C8, MeshGenerationContextUtils_RectangleParams_AdjustSpriteUVsForScaleMode__MethodInfo); DO_APP_FUNC(0x02F25750, Rect, MeshGenerationContextUtils_RectangleParams_RectIntersection, (Rect a, Rect b, MethodInfo * method)); DO_APP_FUNC(0x02F25830, Rect, MeshGenerationContextUtils_RectangleParams_ComputeGeomRect, (Sprite * sprite, MethodInfo * method)); DO_APP_FUNC(0x02F25980, Rect, MeshGenerationContextUtils_RectangleParams_ComputeUVRect, (Sprite * sprite, MethodInfo * method)); DO_APP_FUNC(0x02F25AD0, Rect, MeshGenerationContextUtils_RectangleParams_ApplyPackingRotation, (Rect uv, SpritePackingRotation__Enum rotation, MethodInfo * method)); DO_APP_FUNC(0x02F25BA0, MeshGenerationContextUtils_RectangleParams, MeshGenerationContextUtils_RectangleParams_MakeTextured, (Rect rect, Rect uv, Texture * texture, ScaleMode__Enum scaleMode, ContextType__Enum panelContext, MethodInfo * method)); DO_APP_FUNC(0x02F25DC0, MeshGenerationContextUtils_RectangleParams, MeshGenerationContextUtils_RectangleParams_MakeSprite, (Rect containerRect, Rect subRect, Sprite * sprite, ScaleMode__Enum scaleMode, ContextType__Enum panelContext, bool hasRadius, Vector4 * slices, MethodInfo * method)); DO_APP_FUNC(0x02F26CB0, MeshGenerationContextUtils_RectangleParams, MeshGenerationContextUtils_RectangleParams_MakeVectorTextured, (Rect rect, Rect uv, VectorImage * vectorImage, ScaleMode__Enum scaleMode, ContextType__Enum panelContext, MethodInfo * method)); DO_APP_FUNC(0x02F26E80, bool, MeshGenerationContextUtils_RectangleParams_HasRadius, (MeshGenerationContextUtils_RectangleParams * __this, float epsilon, MethodInfo * method)); DO_APP_FUNC(0x02F26EE0, int32_t, MeshGenerationContextUtils_TextParams_GetHashCode, (MeshGenerationContextUtils_TextParams * __this, MethodInfo * method)); DO_APP_FUNC(0x02F271A0, MeshGenerationContextUtils_TextParams, MeshGenerationContextUtils_TextParams_MakeStyleBased, (VisualElement * ve, String * text, MethodInfo * method)); DO_APP_FUNC(0x02F27830, TextNativeSettings, MeshGenerationContextUtils_TextParams_GetTextNativeSettings, (MeshGenerationContextUtils_TextParams textParams, float scaling, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, MeshGenerationContext__ctor, (MeshGenerationContext * __this, IStylePainter * painter, MethodInfo * method)); DO_APP_FUNC(0x02F27A50, void, UIRRepaintUpdater__ctor, (UIRRepaintUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02F27BC0, ProfilerMarker, UIRRepaintUpdater_get_profilerMarker, (UIRRepaintUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, UIRRepaintUpdater_get_drawStats, (UIRRepaintUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE710, bool, UIRRepaintUpdater_get_breakBatches, (UIRRepaintUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02F27C20, void, UIRRepaintUpdater_OnVersionChanged, (UIRRepaintUpdater * __this, VisualElement * ve, VersionChangeType__Enum versionChangeType, MethodInfo * method)); DO_APP_FUNC(0x02F27EB0, void, UIRRepaintUpdater_Update, (UIRRepaintUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02F28140, RenderChain *, UIRRepaintUpdater_CreateRenderChain, (UIRRepaintUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02F281B0, void, UIRRepaintUpdater__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F284B0, void, UIRRepaintUpdater_OnGraphicsResourcesRecreate, (bool recreate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB680, UIRRepaintUpdater_OnGraphicsResourcesRecreate__MethodInfo); DO_APP_FUNC(0x02F287B0, void, UIRRepaintUpdater_OnPanelChanged, (UIRRepaintUpdater * __this, BaseVisualElementPanel * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB678, UIRRepaintUpdater_OnPanelChanged__MethodInfo); DO_APP_FUNC(0x02F287D0, void, UIRRepaintUpdater_AttachToPanel, (UIRRepaintUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02F28D50, void, UIRRepaintUpdater_DetachFromPanel, (UIRRepaintUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02F292B0, void, UIRRepaintUpdater_InitRenderChain, (UIRRepaintUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02F293C0, void, UIRRepaintUpdater_DestroyRenderChain, (UIRRepaintUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02F294D0, void, UIRRepaintUpdater_OnPanelAtlasChanged, (UIRRepaintUpdater * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB640, UIRRepaintUpdater_OnPanelAtlasChanged__MethodInfo); DO_APP_FUNC(0x02F294E0, void, UIRRepaintUpdater_OnPanelHierarchyChanged, (UIRRepaintUpdater * __this, VisualElement * ve, HierarchyChangeType__Enum changeType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB630, UIRRepaintUpdater_OnPanelHierarchyChanged__MethodInfo); DO_APP_FUNC(0x02F29550, void, UIRRepaintUpdater_OnPanelStandardShaderChanged, (UIRRepaintUpdater * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB638, UIRRepaintUpdater_OnPanelStandardShaderChanged__MethodInfo); DO_APP_FUNC(0x02F298B0, void, UIRRepaintUpdater_OnPanelStandardWorldSpaceShaderChanged, (UIRRepaintUpdater * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB648, UIRRepaintUpdater_OnPanelStandardWorldSpaceShaderChanged__MethodInfo); DO_APP_FUNC(0x02F29C10, void, UIRRepaintUpdater_ResetAllElementsDataRecursive, (UIRRepaintUpdater * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x004C5F30, bool, UIRRepaintUpdater_get_disposed, (UIRRepaintUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x0066A960, void, UIRRepaintUpdater_set_disposed, (UIRRepaintUpdater * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F29D40, void, UIRRepaintUpdater_Dispose, (UIRRepaintUpdater * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02F29D70, void, TextureId__ctor, (TextureId * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02F29D80, int32_t, TextureId_get_index, (TextureId * __this, MethodInfo * method)); DO_APP_FUNC(0x02F29D90, float, TextureId_ConvertToGpu, (TextureId * __this, MethodInfo * method)); DO_APP_FUNC(0x02F29DE0, bool, TextureId_Equals, (TextureId * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02B40F80, int32_t, TextureId_GetHashCode, (TextureId * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFAC20, bool, TextureId_op_Equality, (TextureId left, TextureId right, MethodInfo * method)); DO_APP_FUNC(0x02F29E80, bool, TextureId_op_Inequality, (TextureId left, TextureId right, MethodInfo * method)); DO_APP_FUNC(0x02F29EE0, void, TextureId__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F29F20, TextureRegistry *, TextureRegistry_get_instance, (MethodInfo * method)); DO_APP_FUNC(0x02F29F80, Texture *, TextureRegistry_GetTexture, (TextureRegistry * __this, TextureId id, MethodInfo * method)); DO_APP_FUNC(0x02F2A1C0, TextureId, TextureRegistry_AllocAndAcquireDynamic, (TextureRegistry * __this, MethodInfo * method)); DO_APP_FUNC(0x02F2A1D0, void, TextureRegistry_UpdateDynamic, (TextureRegistry * __this, TextureId id, Texture * texture, MethodInfo * method)); DO_APP_FUNC(0x02F2A510, TextureId, TextureRegistry_AllocAndAcquire, (TextureRegistry * __this, Texture * texture, bool dynamic, MethodInfo * method)); DO_APP_FUNC(0x02F2AA10, TextureId, TextureRegistry_Acquire, (TextureRegistry * __this, Texture * tex, MethodInfo * method)); DO_APP_FUNC(0x02F2AC10, void, TextureRegistry_Release, (TextureRegistry * __this, TextureId id, MethodInfo * method)); DO_APP_FUNC(0x02F2AFB0, void, TextureRegistry__ctor, (TextureRegistry * __this, MethodInfo * method)); DO_APP_FUNC(0x02F2B2B0, void, TextureRegistry__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F2B360, bool, UIRUtility_ShapeWindingIsClockwise, (int32_t maskDepth, int32_t stencilRef, MethodInfo * method)); DO_APP_FUNC(0x02F2B3E0, bool, UIRUtility_IsRoundRect, (VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02F2B4B0, bool, UIRUtility_IsVectorImageBackground, (VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02F2B610, bool, UIRUtility_IsElementSelfHidden, (VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02F2B670, void, UIRUtility_Destroy, (Object_1 * obj, MethodInfo * method)); DO_APP_FUNC(0x02F2B7F0, int32_t, UIRUtility_GetPrevPow2, (int32_t n, MethodInfo * method)); DO_APP_FUNC(0x02F2B810, int32_t, UIRUtility_GetNextPow2, (int32_t n, MethodInfo * method)); DO_APP_FUNC(0x02F2B830, int32_t, UIRUtility_GetNextPow2Exp, (int32_t n, MethodInfo * method)); DO_APP_FUNC(0x02F2B850, void, UIRUtility__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F2B9A0, Angle_2, Angle_2_None, (MethodInfo * method)); DO_APP_FUNC(0x00C0D910, float, Angle_2_get_value, (Angle_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x013699D0, void, Angle_2__ctor, (Angle_2 * __this, float value, AngleUnit__Enum unit, MethodInfo * method)); DO_APP_FUNC(0x013699D0, void, Angle_2__ctor_1, (Angle_2 * __this, float value, Angle_Unit__Enum unit, MethodInfo * method)); DO_APP_FUNC(0x02F2B9C0, float, Angle_2_ToDegrees, (Angle_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F2BA20, Angle_2, Angle_2_op_Implicit, (float value, MethodInfo * method)); DO_APP_FUNC(0x02F2BA40, bool, Angle_2_op_Equality, (Angle_2 lhs, Angle_2 rhs, MethodInfo * method)); DO_APP_FUNC(0x02F2BA70, bool, Angle_2_Equals, (Angle_2 * __this, Angle_2 other, MethodInfo * method)); DO_APP_FUNC(0x02F2BAA0, bool, Angle_2_Equals_1, (Angle_2 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F2BB50, int32_t, Angle_2_GetHashCode, (Angle_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F2BB70, String *, Angle_2_ToString, (Angle_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9D9A0, Texture2D *, Background_get_texture, (Background * __this, MethodInfo * method)); DO_APP_FUNC(0x02F2BD80, void, Background_set_texture, (Background * __this, Texture2D * value, MethodInfo * method)); DO_APP_FUNC(0x02D2F740, Sprite *, Background_get_sprite, (Background * __this, MethodInfo * method)); DO_APP_FUNC(0x02F2C050, void, Background_set_sprite, (Background * __this, Sprite * value, MethodInfo * method)); DO_APP_FUNC(0x01616940, RenderTexture *, Background_get_renderTexture, (Background * __this, MethodInfo * method)); DO_APP_FUNC(0x02F2C330, void, Background_set_renderTexture, (Background * __this, RenderTexture * value, MethodInfo * method)); DO_APP_FUNC(0x014BA540, VectorImage *, Background_get_vectorImage, (Background * __this, MethodInfo * method)); DO_APP_FUNC(0x02F2C610, void, Background_set_vectorImage, (Background * __this, VectorImage * value, MethodInfo * method)); DO_APP_FUNC(0x02F2C8F0, Background, Background_FromTexture2D, (Texture2D * t, MethodInfo * method)); DO_APP_FUNC(0x02F2C940, Background, Background_FromRenderTexture, (RenderTexture * rt, MethodInfo * method)); DO_APP_FUNC(0x02F2C990, Background, Background_FromSprite, (Sprite * s, MethodInfo * method)); DO_APP_FUNC(0x02F2C9E0, Background, Background_FromVectorImage, (VectorImage * vi, MethodInfo * method)); DO_APP_FUNC(0x02F2CA30, Background, Background_FromObject, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F2CF20, bool, Background_op_Equality, (Background lhs, Background rhs, MethodInfo * method)); DO_APP_FUNC(0x02F2D4A0, bool, Background_op_Inequality, (Background lhs, Background rhs, MethodInfo * method)); DO_APP_FUNC(0x02F2D4E0, bool, Background_Equals, (Background * __this, Background other, MethodInfo * method)); DO_APP_FUNC(0x02F2D520, bool, Background_Equals_1, (Background * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F2D5D0, int32_t, Background_GetHashCode, (Background * __this, MethodInfo * method)); DO_APP_FUNC(0x02F2D6A0, String *, Background_ToString, (Background * __this, MethodInfo * method)); DO_APP_FUNC(0x02F02B70, int32_t, ComputedStyle_get_customPropertiesCount, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F02BC0, bool, ComputedStyle_get_hasTransition, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F02BE0, void, ComputedStyle_FinalizeApply, (ComputedStyle * __this, ComputedStyle * parentStyle, MethodInfo * method)); DO_APP_FUNC(0x02F02DD0, void, ComputedStyle_SyncWithLayout, (ComputedStyle * __this, YogaNode * targetNode, MethodInfo * method)); DO_APP_FUNC(0x02F03B60, bool, ComputedStyle_ApplyGlobalKeyword, (ComputedStyle * __this, StylePropertyReader * reader, ComputedStyle * parentStyle, MethodInfo * method)); DO_APP_FUNC(0x02F03CB0, bool, ComputedStyle_ApplyGlobalKeyword_1, (ComputedStyle * __this, StylePropertyId__Enum id, StyleKeyword__Enum keyword, ComputedStyle * parentStyle, MethodInfo * method)); DO_APP_FUNC(0x02F03CD0, void, ComputedStyle_RemoveCustomStyleProperty, (ComputedStyle * __this, StylePropertyReader * reader, MethodInfo * method)); DO_APP_FUNC(0x02F03DA0, void, ComputedStyle_ApplyCustomStyleProperty, (ComputedStyle * __this, StylePropertyReader * reader, MethodInfo * method)); DO_APP_FUNC(0x02F03F50, void, ComputedStyle_ApplyAllPropertyInitial, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, ComputedStyle_ResetComputedTransitions, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F03FF0, VersionChangeType__Enum, ComputedStyle_CompareChanges, (ComputedStyle * x, ComputedStyle * y, MethodInfo * method)); DO_APP_FUNC(0x02F047D0, bool, ComputedStyle_StartAnimationInlineTranslate, (VisualElement * element, ComputedStyle * computedStyle, StyleTranslate translate, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, MethodInfo * method)); DO_APP_FUNC(0x02F04970, Align__Enum, ComputedStyle_get_alignContent, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F049C0, Align__Enum, ComputedStyle_get_alignItems, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F04A10, Align__Enum, ComputedStyle_get_alignSelf, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F04A60, Color, ComputedStyle_get_backgroundColor, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F04AC0, Background, ComputedStyle_get_backgroundImage, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F04B20, Color, ComputedStyle_get_borderBottomColor, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F04B80, Length, ComputedStyle_get_borderBottomLeftRadius, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F04BD0, Length, ComputedStyle_get_borderBottomRightRadius, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F04C20, float, ComputedStyle_get_borderBottomWidth, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F04C70, Color, ComputedStyle_get_borderLeftColor, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F04CD0, float, ComputedStyle_get_borderLeftWidth, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F04D20, Color, ComputedStyle_get_borderRightColor, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F04D80, float, ComputedStyle_get_borderRightWidth, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F04DD0, Color, ComputedStyle_get_borderTopColor, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F04E30, Length, ComputedStyle_get_borderTopLeftRadius, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F04E80, Length, ComputedStyle_get_borderTopRightRadius, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F04ED0, float, ComputedStyle_get_borderTopWidth, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F04F20, Length, ComputedStyle_get_bottom, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F04F70, Color, ComputedStyle_get_color, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F04FD0, Cursor, ComputedStyle_get_cursor, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05030, DisplayStyle__Enum, ComputedStyle_get_display, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05080, Length, ComputedStyle_get_flexBasis, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F050D0, FlexDirection__Enum, ComputedStyle_get_flexDirection, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05120, float, ComputedStyle_get_flexGrow, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05170, float, ComputedStyle_get_flexShrink, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F051C0, Wrap__Enum, ComputedStyle_get_flexWrap, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05210, Length, ComputedStyle_get_fontSize, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05260, Length, ComputedStyle_get_height, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F052B0, Justify__Enum, ComputedStyle_get_justifyContent, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05300, Length, ComputedStyle_get_left, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05350, Length, ComputedStyle_get_letterSpacing, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F053A0, Length, ComputedStyle_get_marginBottom, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F053F0, Length, ComputedStyle_get_marginLeft, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05440, Length, ComputedStyle_get_marginRight, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05490, Length, ComputedStyle_get_marginTop, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F054E0, Length, ComputedStyle_get_maxHeight, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05530, Length, ComputedStyle_get_maxWidth, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05580, Length, ComputedStyle_get_minHeight, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F055D0, Length, ComputedStyle_get_minWidth, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05620, float, ComputedStyle_get_opacity, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05670, OverflowInternal__Enum, ComputedStyle_get_overflow, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F056C0, Length, ComputedStyle_get_paddingBottom, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05710, Length, ComputedStyle_get_paddingLeft, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05760, Length, ComputedStyle_get_paddingRight, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F057B0, Length, ComputedStyle_get_paddingTop, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05800, Position__Enum, ComputedStyle_get_position, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05850, Length, ComputedStyle_get_right, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F058A0, Rotate_1, ComputedStyle_get_rotate, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05900, Scale, ComputedStyle_get_scale, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05960, TextOverflow__Enum, ComputedStyle_get_textOverflow, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F059B0, TextShadow, ComputedStyle_get_textShadow, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05A20, Length, ComputedStyle_get_top, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05A70, TransformOrigin, ComputedStyle_get_transformOrigin, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05AD0, List_1_UnityEngine_UIElements_TimeValue_ *, ComputedStyle_get_transitionDelay, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05B20, List_1_UnityEngine_UIElements_TimeValue_ *, ComputedStyle_get_transitionDuration, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05B70, List_1_UnityEngine_UIElements_StylePropertyName_ *, ComputedStyle_get_transitionProperty, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05BC0, List_1_UnityEngine_UIElements_EasingFunction_ *, ComputedStyle_get_transitionTimingFunction, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05C10, Translate_1, ComputedStyle_get_translate, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05C70, Color, ComputedStyle_get_unityBackgroundImageTintColor, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05CD0, ScaleMode__Enum, ComputedStyle_get_unityBackgroundScaleMode, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05D20, Font *, ComputedStyle_get_unityFont, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05D70, FontDefinition, ComputedStyle_get_unityFontDefinition, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05DD0, FontStyle__Enum, ComputedStyle_get_unityFontStyleAndWeight, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05E20, OverflowClipBox__Enum, ComputedStyle_get_unityOverflowClipBox, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05E70, Length, ComputedStyle_get_unityParagraphSpacing, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05EC0, int32_t, ComputedStyle_get_unitySliceBottom, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05F10, int32_t, ComputedStyle_get_unitySliceLeft, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05F60, int32_t, ComputedStyle_get_unitySliceRight, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F05FB0, int32_t, ComputedStyle_get_unitySliceTop, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F06000, TextAnchor__Enum, ComputedStyle_get_unityTextAlign, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F06050, Color, ComputedStyle_get_unityTextOutlineColor, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F060B0, float, ComputedStyle_get_unityTextOutlineWidth, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F06100, TextOverflowPosition__Enum, ComputedStyle_get_unityTextOverflowPosition, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F06150, Visibility__Enum, ComputedStyle_get_visibility, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F061A0, WhiteSpace__Enum, ComputedStyle_get_whiteSpace, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F061F0, Length, ComputedStyle_get_width, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F06240, Length, ComputedStyle_get_wordSpacing, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F06290, ComputedStyle, ComputedStyle_Create, (ComputedStyle * parentStyle, MethodInfo * method)); DO_APP_FUNC(0x02F06690, ComputedStyle, ComputedStyle_CreateInitial, (MethodInfo * method)); DO_APP_FUNC(0x02F06FD0, ComputedStyle, ComputedStyle_Acquire, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F07110, void, ComputedStyle_Release, (ComputedStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F07200, void, ComputedStyle_CopyFrom, (ComputedStyle * __this, ComputedStyle * other, MethodInfo * method)); DO_APP_FUNC(0x02F07420, void, ComputedStyle_ApplyProperties, (ComputedStyle * __this, StylePropertyReader * reader, ComputedStyle * parentStyle, MethodInfo * method)); DO_APP_FUNC(0x02F08700, void, ComputedStyle_ApplyStyleValue, (ComputedStyle * __this, StyleValue sv, ComputedStyle * parentStyle, MethodInfo * method)); DO_APP_FUNC(0x02F09490, void, ComputedStyle_ApplyStyleValueManaged, (ComputedStyle * __this, StyleValueManaged sv, ComputedStyle * parentStyle, MethodInfo * method)); DO_APP_FUNC(0x02F09960, void, ComputedStyle_ApplyStyleCursor, (ComputedStyle * __this, Cursor cursor, MethodInfo * method)); DO_APP_FUNC(0x02F09A00, void, ComputedStyle_ApplyStyleTextShadow, (ComputedStyle * __this, TextShadow st, MethodInfo * method)); DO_APP_FUNC(0x02F09A70, void, ComputedStyle_ApplyFromComputedStyle, (ComputedStyle * __this, StylePropertyId__Enum id, ComputedStyle * other, MethodInfo * method)); DO_APP_FUNC(0x02F0AC00, void, ComputedStyle_ApplyPropertyAnimation, (ComputedStyle * __this, VisualElement * ve, StylePropertyId__Enum id, Length newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA090, ComputedStyle_ApplyPropertyAnimation__MethodInfo); DO_APP_FUNC(0x02F0B510, void, ComputedStyle_ApplyPropertyAnimation_1, (ComputedStyle * __this, VisualElement * ve, StylePropertyId__Enum id, float newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA078, ComputedStyle_ApplyPropertyAnimation_1__MethodInfo); DO_APP_FUNC(0x02F0B8B0, void, ComputedStyle_ApplyPropertyAnimation_2, (ComputedStyle * __this, VisualElement * ve, StylePropertyId__Enum id, int32_t newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA0E8, ComputedStyle_ApplyPropertyAnimation_2__MethodInfo); DO_APP_FUNC(0x02F0BF00, void, ComputedStyle_ApplyPropertyAnimation_3, (ComputedStyle * __this, VisualElement * ve, StylePropertyId__Enum id, Color newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA0B8, ComputedStyle_ApplyPropertyAnimation_3__MethodInfo); DO_APP_FUNC(0x02F0C1C0, void, ComputedStyle_ApplyPropertyAnimation_4, (ComputedStyle * __this, VisualElement * ve, StylePropertyId__Enum id, Background newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9F30, ComputedStyle_ApplyPropertyAnimation_4__MethodInfo); DO_APP_FUNC(0x02F0C370, void, ComputedStyle_ApplyPropertyAnimation_5, (ComputedStyle * __this, VisualElement * ve, StylePropertyId__Enum id, Font * newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9F08, ComputedStyle_ApplyPropertyAnimation_5__MethodInfo); DO_APP_FUNC(0x02F0C510, void, ComputedStyle_ApplyPropertyAnimation_6, (ComputedStyle * __this, VisualElement * ve, StylePropertyId__Enum id, FontDefinition newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9F88, ComputedStyle_ApplyPropertyAnimation_6__MethodInfo); DO_APP_FUNC(0x02F0C6B0, void, ComputedStyle_ApplyPropertyAnimation_7, (ComputedStyle * __this, VisualElement * ve, StylePropertyId__Enum id, TextShadow newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9F58, ComputedStyle_ApplyPropertyAnimation_7__MethodInfo); DO_APP_FUNC(0x02F0C820, void, ComputedStyle_ApplyPropertyAnimation_8, (ComputedStyle * __this, VisualElement * ve, StylePropertyId__Enum id, Translate_1 newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9FD8, ComputedStyle_ApplyPropertyAnimation_8__MethodInfo); DO_APP_FUNC(0x02F0C990, void, ComputedStyle_ApplyPropertyAnimation_9, (ComputedStyle * __this, VisualElement * ve, StylePropertyId__Enum id, TransformOrigin newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9FB0, ComputedStyle_ApplyPropertyAnimation_9__MethodInfo); DO_APP_FUNC(0x02F0CAF0, void, ComputedStyle_ApplyPropertyAnimation_10, (ComputedStyle * __this, VisualElement * ve, StylePropertyId__Enum id, Rotate_1 newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA010, ComputedStyle_ApplyPropertyAnimation_10__MethodInfo); DO_APP_FUNC(0x02F0CC50, void, ComputedStyle_ApplyPropertyAnimation_11, (ComputedStyle * __this, VisualElement * ve, StylePropertyId__Enum id, Scale newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9FF8, ComputedStyle_ApplyPropertyAnimation_11__MethodInfo); DO_APP_FUNC(0x02F0CDB0, bool, ComputedStyle_StartAnimation, (VisualElement * element, StylePropertyId__Enum id, ComputedStyle * oldStyle, ComputedStyle * newStyle, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, MethodInfo * method)); DO_APP_FUNC(0x02F0F660, bool, ComputedStyle_StartAnimationAllProperty, (VisualElement * element, ComputedStyle * oldStyle, ComputedStyle * newStyle, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, MethodInfo * method)); DO_APP_FUNC(0x02F11820, bool, ComputedStyle_StartAnimationInline, (VisualElement * element, StylePropertyId__Enum id, ComputedStyle * computedStyle, StyleValue sv, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, MethodInfo * method)); DO_APP_FUNC(0x02F14010, void, ComputedStyle_ApplyStyleTransformOrigin, (ComputedStyle * __this, TransformOrigin st, MethodInfo * method)); DO_APP_FUNC(0x02F14070, void, ComputedStyle_ApplyStyleTranslate, (ComputedStyle * __this, Translate_1 translateValue, MethodInfo * method)); DO_APP_FUNC(0x02F140D0, void, ComputedStyle_ApplyStyleRotate, (ComputedStyle * __this, Rotate_1 rotateValue, MethodInfo * method)); DO_APP_FUNC(0x02F14130, void, ComputedStyle_ApplyStyleScale, (ComputedStyle * __this, Scale scaleValue, MethodInfo * method)); DO_APP_FUNC(0x02F14190, void, ComputedStyle_ApplyInitialValue, (ComputedStyle * __this, StylePropertyReader * reader, MethodInfo * method)); DO_APP_FUNC(0x02F141E0, void, ComputedStyle_ApplyInitialValue_1, (ComputedStyle * __this, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x02F15EC0, void, ComputedStyle_ApplyUnsetValue, (ComputedStyle * __this, StylePropertyReader * reader, ComputedStyle * parentStyle, MethodInfo * method)); DO_APP_FUNC(0x02F15F00, void, ComputedStyle_ApplyUnsetValue_1, (ComputedStyle * __this, StylePropertyId__Enum id, ComputedStyle * parentStyle, MethodInfo * method)); DO_APP_FUNC(0x02F2DA50, void, ComputedTransitionUtils_UpdateComputedTransitions, (ComputedStyle * computedStyle, MethodInfo * method)); DO_APP_FUNC(0x02F2DB00, bool, ComputedTransitionUtils_HasTransitionProperty, (ComputedStyle * computedStyle, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x02F2DBD0, bool, ComputedTransitionUtils_GetTransitionProperty, (ComputedStyle * computedStyle, StylePropertyId__Enum id, ComputedTransitionProperty * result, MethodInfo * method)); DO_APP_FUNC(0x02F2DCE0, ComputedTransitionProperty__Array *, ComputedTransitionUtils_GetOrComputeTransitionPropertyData, (ComputedStyle * computedStyle, MethodInfo * method)); DO_APP_FUNC(0x02F2DFC0, int32_t, ComputedTransitionUtils_GetTransitionHashCode, (ComputedStyle * cs, MethodInfo * method)); DO_APP_FUNC(0x02F2E940, bool, ComputedTransitionUtils_SameTransitionProperty, (ComputedStyle * x, ComputedStyle * y, MethodInfo * method)); DO_APP_FUNC(0x02F2EBE0, bool, ComputedTransitionUtils_SameTransitionProperty_1, (List_1_UnityEngine_UIElements_StylePropertyName_ * a, List_1_UnityEngine_UIElements_StylePropertyName_ * b, MethodInfo * method)); DO_APP_FUNC(0x02F2ECD0, bool, ComputedTransitionUtils_SameTransitionProperty_2, (List_1_UnityEngine_UIElements_TimeValue_ * a, List_1_UnityEngine_UIElements_TimeValue_ * b, MethodInfo * method)); DO_APP_FUNC(0x02F2EDE0, void, ComputedTransitionUtils_ComputeTransitionPropertyData, (ComputedStyle * computedStyle, List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * outData, MethodInfo * method)); DO_APP_FUNC(0x02F2F220, int32_t, ComputedTransitionUtils_ConvertTransitionTime, (TimeValue time, MethodInfo * method)); DO_APP_FUNC(0x02F2F250, Func_2_Single_Single_ *, ComputedTransitionUtils_ConvertTransitionFunction, (EasingMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02F305E0, void, ComputedTransitionUtils__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F30780, void, ComputedTransitionUtils_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ComputedTransitionUtils_c__ctor, (ComputedTransitionUtils_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02F30830, float, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_0, (ComputedTransitionUtils_c * __this, float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB4C0, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_0__MethodInfo); DO_APP_FUNC(0x02F30860, float, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_1, (ComputedTransitionUtils_c * __this, float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB420, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_1__MethodInfo); DO_APP_FUNC(0x02F30870, float, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_2, (ComputedTransitionUtils_c * __this, float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB400, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_2__MethodInfo); DO_APP_FUNC(0x02F30890, float, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_3, (ComputedTransitionUtils_c * __this, float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB408, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_3__MethodInfo); DO_APP_FUNC(0x02F308E0, float, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_4, (ComputedTransitionUtils_c * __this, float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB3F0, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_4__MethodInfo); DO_APP_FUNC(0x02F308F0, float, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_5, (ComputedTransitionUtils_c * __this, float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB3F8, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_5__MethodInfo); DO_APP_FUNC(0x02F30920, float, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_6, (ComputedTransitionUtils_c * __this, float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB450, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_6__MethodInfo); DO_APP_FUNC(0x02F30940, float, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_7, (ComputedTransitionUtils_c * __this, float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB458, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_7__MethodInfo); DO_APP_FUNC(0x02F30980, float, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_8, (ComputedTransitionUtils_c * __this, float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB440, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_8__MethodInfo); DO_APP_FUNC(0x02F30990, float, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_9, (ComputedTransitionUtils_c * __this, float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB448, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_9__MethodInfo); DO_APP_FUNC(0x02F309C0, float, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_10, (ComputedTransitionUtils_c * __this, float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB4B0, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_10__MethodInfo); DO_APP_FUNC(0x02F30A20, float, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_11, (ComputedTransitionUtils_c * __this, float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB4B8, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_11__MethodInfo); DO_APP_FUNC(0x02F30A80, float, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_12, (ComputedTransitionUtils_c * __this, float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB508, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_12__MethodInfo); DO_APP_FUNC(0x02F30AB0, float, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_13, (ComputedTransitionUtils_c * __this, float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB510, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_13__MethodInfo); DO_APP_FUNC(0x02F30B60, float, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_14, (ComputedTransitionUtils_c * __this, float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB4F8, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_14__MethodInfo); DO_APP_FUNC(0x02F30B70, float, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_15, (ComputedTransitionUtils_c * __this, float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB500, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_15__MethodInfo); DO_APP_FUNC(0x02F30B80, float, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_16, (ComputedTransitionUtils_c * __this, float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB4E8, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_16__MethodInfo); DO_APP_FUNC(0x02F30CC0, float, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_17, (ComputedTransitionUtils_c * __this, float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB4F0, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_17__MethodInfo); DO_APP_FUNC(0x02F30CE0, float, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_18, (ComputedTransitionUtils_c * __this, float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB4D8, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_18__MethodInfo); DO_APP_FUNC(0x02F30D10, float, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_19, (ComputedTransitionUtils_c * __this, float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB4E0, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_19__MethodInfo); DO_APP_FUNC(0x02F30D80, float, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_20, (ComputedTransitionUtils_c * __this, float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB428, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_20__MethodInfo); DO_APP_FUNC(0x02F30D90, float, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_21, (ComputedTransitionUtils_c * __this, float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB410, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_21__MethodInfo); DO_APP_FUNC(0x02F30DA0, float, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_22, (ComputedTransitionUtils_c * __this, float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB418, ComputedTransitionUtils_c__ConvertTransitionFunction_b__12_22__MethodInfo); DO_APP_FUNC(0x00AE0430, EasingMode__Enum, EasingFunction_get_mode, (EasingFunction * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, EasingFunction__ctor, (EasingFunction * __this, EasingMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02CFF3C0, EasingFunction, EasingFunction_op_Implicit, (EasingMode__Enum easingMode, MethodInfo * method)); DO_APP_FUNC(0x02CFAC20, bool, EasingFunction_op_Equality, (EasingFunction lhs, EasingFunction rhs, MethodInfo * method)); DO_APP_FUNC(0x02F30EC0, bool, EasingFunction_Equals, (EasingFunction * __this, EasingFunction other, MethodInfo * method)); DO_APP_FUNC(0x02F30ED0, bool, EasingFunction_Equals_1, (EasingFunction * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F30F50, String *, EasingFunction_ToString, (EasingFunction * __this, MethodInfo * method)); DO_APP_FUNC(0x02B40F80, int32_t, EasingFunction_GetHashCode, (EasingFunction * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9D9A0, Font *, FontDefinition_get_font, (FontDefinition * __this, MethodInfo * method)); DO_APP_FUNC(0x02D2F740, FontAsset *, FontDefinition_get_fontAsset, (FontDefinition * __this, MethodInfo * method)); DO_APP_FUNC(0x02F30FB0, FontDefinition, FontDefinition_FromFont, (Font * f, MethodInfo * method)); DO_APP_FUNC(0x02F31030, FontDefinition, FontDefinition_FromSDFFont, (FontAsset * f, MethodInfo * method)); DO_APP_FUNC(0x02F310B0, FontDefinition, FontDefinition_FromObject, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F313E0, bool, FontDefinition_IsEmpty, (FontDefinition * __this, MethodInfo * method)); DO_APP_FUNC(0x02F315D0, String *, FontDefinition_ToString, (FontDefinition * __this, MethodInfo * method)); DO_APP_FUNC(0x02F31730, bool, FontDefinition_Equals, (FontDefinition * __this, FontDefinition other, MethodInfo * method)); DO_APP_FUNC(0x02F317F0, bool, FontDefinition_Equals_1, (FontDefinition * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F31890, int32_t, FontDefinition_GetHashCode, (FontDefinition * __this, MethodInfo * method)); DO_APP_FUNC(0x02F31AB0, bool, FontDefinition_op_Equality, (FontDefinition left, FontDefinition right, MethodInfo * method)); DO_APP_FUNC(0x02F31AD0, bool, FontDefinition_op_Inequality, (FontDefinition left, FontDefinition right, MethodInfo * method)); DO_APP_FUNC(0x02F31AF0, StyleLength, StyleValueCollection_GetStyleLength, (StyleValueCollection * __this, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x02F31BA0, StyleFloat, StyleValueCollection_GetStyleFloat, (StyleValueCollection * __this, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x02F31C10, StyleInt, StyleValueCollection_GetStyleInt, (StyleValueCollection * __this, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x02F31C70, bool, StyleValueCollection_TryGetStyleValue, (StyleValueCollection * __this, StylePropertyId__Enum id, StyleValue * value, MethodInfo * method)); DO_APP_FUNC(0x02F31E10, void, StyleValueCollection_SetStyleValue, (StyleValueCollection * __this, StyleValue value, MethodInfo * method)); DO_APP_FUNC(0x02F32020, void, StyleValueCollection__ctor, (StyleValueCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, VisualElement *, InlineStyleAccess_get_ve, (InlineStyleAccess * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, InlineStyleAccess_set_ve, (InlineStyleAccess * __this, VisualElement * value, MethodInfo * method)); DO_APP_FUNC(0x02F321A0, void, InlineStyleAccess__ctor, (InlineStyleAccess * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02F32210, void, InlineStyleAccess_Finalize, (InlineStyleAccess * __this, MethodInfo * method)); DO_APP_FUNC(0x02F32310, void, InlineStyleAccess_SetInlineRule, (InlineStyleAccess * __this, StyleSheet * sheet, StyleRule * rule, MethodInfo * method)); DO_APP_FUNC(0x02F32560, bool, InlineStyleAccess_IsValueSet, (InlineStyleAccess * __this, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x02F32910, void, InlineStyleAccess_ApplyInlineStyles, (InlineStyleAccess * __this, ComputedStyle * computedStyle, MethodInfo * method)); DO_APP_FUNC(0x02F33880, StyleCursor, InlineStyleAccess_UnityEngine_UIElements_IStyle_get_cursor, (InlineStyleAccess * __this, MethodInfo * method)); DO_APP_FUNC(0x02F339C0, StyleTextShadow, InlineStyleAccess_UnityEngine_UIElements_IStyle_get_textShadow, (InlineStyleAccess * __this, MethodInfo * method)); DO_APP_FUNC(0x02F33A30, StyleTransformOrigin, InlineStyleAccess_UnityEngine_UIElements_IStyle_get_transformOrigin, (InlineStyleAccess * __this, MethodInfo * method)); DO_APP_FUNC(0x02F33A80, StyleTranslate, InlineStyleAccess_UnityEngine_UIElements_IStyle_get_translate, (InlineStyleAccess * __this, MethodInfo * method)); DO_APP_FUNC(0x02F33AE0, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_translate, (InlineStyleAccess * __this, StyleTranslate value, MethodInfo * method)); DO_APP_FUNC(0x02F33C50, StyleRotate, InlineStyleAccess_UnityEngine_UIElements_IStyle_get_rotate, (InlineStyleAccess * __this, MethodInfo * method)); DO_APP_FUNC(0x02F33CB0, StyleScale, InlineStyleAccess_UnityEngine_UIElements_IStyle_get_scale, (InlineStyleAccess * __this, MethodInfo * method)); DO_APP_FUNC(0x02F33CF0, bool, InlineStyleAccess_SetStyleValue, (InlineStyleAccess * __this, StylePropertyId__Enum id, StyleLength inlineValue, MethodInfo * method)); DO_APP_FUNC(0x02F33E40, bool, InlineStyleAccess_SetStyleValue_1, (InlineStyleAccess * __this, StylePropertyId__Enum id, StyleFloat inlineValue, MethodInfo * method)); DO_APP_FUNC(0x02F33F60, bool, InlineStyleAccess_SetStyleValue_2, (InlineStyleAccess * __this, StylePropertyId__Enum id, StyleColor inlineValue, MethodInfo * method)); DO_APP_FUNC(0x02F34100, bool, InlineStyleAccess_SetInlineTranslate, (InlineStyleAccess * __this, StyleTranslate inlineValue, MethodInfo * method)); DO_APP_FUNC(0x02F34240, void, InlineStyleAccess_ApplyStyleTranslate, (InlineStyleAccess * __this, StyleTranslate translate, MethodInfo * method)); DO_APP_FUNC(0x02F34610, void, InlineStyleAccess_ApplyStyleValue, (InlineStyleAccess * __this, StyleValue value, MethodInfo * method)); DO_APP_FUNC(0x02F348F0, bool, InlineStyleAccess_RemoveInlineStyle, (InlineStyleAccess * __this, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x02F34A40, void, InlineStyleAccess_ApplyFromComputedStyle, (InlineStyleAccess * __this, StylePropertyId__Enum id, ComputedStyle * newStyle, MethodInfo * method)); DO_APP_FUNC(0x02F34C30, bool, InlineStyleAccess_TryGetInlineCursor, (InlineStyleAccess * __this, StyleCursor * value, MethodInfo * method)); DO_APP_FUNC(0x02F34CA0, bool, InlineStyleAccess_TryGetInlineTextShadow, (InlineStyleAccess * __this, StyleTextShadow * value, MethodInfo * method)); DO_APP_FUNC(0x02F34CC0, bool, InlineStyleAccess_TryGetInlineTransformOrigin, (InlineStyleAccess * __this, StyleTransformOrigin * value, MethodInfo * method)); DO_APP_FUNC(0x02F34CE0, bool, InlineStyleAccess_TryGetInlineTranslate, (InlineStyleAccess * __this, StyleTranslate * value, MethodInfo * method)); DO_APP_FUNC(0x02F34D10, bool, InlineStyleAccess_TryGetInlineRotate, (InlineStyleAccess * __this, StyleRotate * value, MethodInfo * method)); DO_APP_FUNC(0x02F34D40, bool, InlineStyleAccess_TryGetInlineScale, (InlineStyleAccess * __this, StyleScale * value, MethodInfo * method)); DO_APP_FUNC(0x02F34D70, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_backgroundColor, (InlineStyleAccess * __this, StyleColor value, MethodInfo * method)); DO_APP_FUNC(0x02F34DE0, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_borderBottomColor, (InlineStyleAccess * __this, StyleColor value, MethodInfo * method)); DO_APP_FUNC(0x02F34E50, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_borderBottomLeftRadius, (InlineStyleAccess * __this, StyleLength value, MethodInfo * method)); DO_APP_FUNC(0x02F34EC0, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_borderBottomRightRadius, (InlineStyleAccess * __this, StyleLength value, MethodInfo * method)); DO_APP_FUNC(0x02F34F30, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_borderBottomWidth, (InlineStyleAccess * __this, StyleFloat value, MethodInfo * method)); DO_APP_FUNC(0x02F34FF0, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_borderLeftColor, (InlineStyleAccess * __this, StyleColor value, MethodInfo * method)); DO_APP_FUNC(0x02F35060, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_borderLeftWidth, (InlineStyleAccess * __this, StyleFloat value, MethodInfo * method)); DO_APP_FUNC(0x02F35120, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_borderRightColor, (InlineStyleAccess * __this, StyleColor value, MethodInfo * method)); DO_APP_FUNC(0x02F35190, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_borderRightWidth, (InlineStyleAccess * __this, StyleFloat value, MethodInfo * method)); DO_APP_FUNC(0x02F35250, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_borderTopColor, (InlineStyleAccess * __this, StyleColor value, MethodInfo * method)); DO_APP_FUNC(0x02F352C0, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_borderTopLeftRadius, (InlineStyleAccess * __this, StyleLength value, MethodInfo * method)); DO_APP_FUNC(0x02F35330, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_borderTopRightRadius, (InlineStyleAccess * __this, StyleLength value, MethodInfo * method)); DO_APP_FUNC(0x02F353A0, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_borderTopWidth, (InlineStyleAccess * __this, StyleFloat value, MethodInfo * method)); DO_APP_FUNC(0x02F35460, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_bottom, (InlineStyleAccess * __this, StyleLength value, MethodInfo * method)); DO_APP_FUNC(0x02F35540, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_color, (InlineStyleAccess * __this, StyleColor value, MethodInfo * method)); DO_APP_FUNC(0x02F355B0, StyleEnum_1_DisplayStyle_, InlineStyleAccess_UnityEngine_UIElements_IStyle_get_display, (InlineStyleAccess * __this, MethodInfo * method)); DO_APP_FUNC(0x02F35650, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_display, (InlineStyleAccess * __this, StyleEnum_1_DisplayStyle_ value, MethodInfo * method)); DO_APP_FUNC(0x02F35770, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_flexBasis, (InlineStyleAccess * __this, StyleLength value, MethodInfo * method)); DO_APP_FUNC(0x02F35850, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_flexDirection, (InlineStyleAccess * __this, StyleEnum_1_FlexDirection_ value, MethodInfo * method)); DO_APP_FUNC(0x02F35970, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_flexGrow, (InlineStyleAccess * __this, StyleFloat value, MethodInfo * method)); DO_APP_FUNC(0x02F35A30, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_flexShrink, (InlineStyleAccess * __this, StyleFloat value, MethodInfo * method)); DO_APP_FUNC(0x02F35AF0, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_fontSize, (InlineStyleAccess * __this, StyleLength value, MethodInfo * method)); DO_APP_FUNC(0x02F35B60, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_height, (InlineStyleAccess * __this, StyleLength value, MethodInfo * method)); DO_APP_FUNC(0x02F35C40, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_left, (InlineStyleAccess * __this, StyleLength value, MethodInfo * method)); DO_APP_FUNC(0x02F35D20, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_marginBottom, (InlineStyleAccess * __this, StyleLength value, MethodInfo * method)); DO_APP_FUNC(0x02F35E00, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_marginLeft, (InlineStyleAccess * __this, StyleLength value, MethodInfo * method)); DO_APP_FUNC(0x02F35EE0, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_marginRight, (InlineStyleAccess * __this, StyleLength value, MethodInfo * method)); DO_APP_FUNC(0x02F35FC0, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_marginTop, (InlineStyleAccess * __this, StyleLength value, MethodInfo * method)); DO_APP_FUNC(0x02F360A0, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_maxHeight, (InlineStyleAccess * __this, StyleLength value, MethodInfo * method)); DO_APP_FUNC(0x02F36180, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_minWidth, (InlineStyleAccess * __this, StyleLength value, MethodInfo * method)); DO_APP_FUNC(0x02F36260, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_opacity, (InlineStyleAccess * __this, StyleFloat value, MethodInfo * method)); DO_APP_FUNC(0x02F362C0, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_paddingBottom, (InlineStyleAccess * __this, StyleLength value, MethodInfo * method)); DO_APP_FUNC(0x02F363A0, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_paddingLeft, (InlineStyleAccess * __this, StyleLength value, MethodInfo * method)); DO_APP_FUNC(0x02F36480, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_paddingRight, (InlineStyleAccess * __this, StyleLength value, MethodInfo * method)); DO_APP_FUNC(0x02F36560, StyleLength, InlineStyleAccess_UnityEngine_UIElements_IStyle_get_paddingTop, (InlineStyleAccess * __this, MethodInfo * method)); DO_APP_FUNC(0x02F365F0, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_paddingTop, (InlineStyleAccess * __this, StyleLength value, MethodInfo * method)); DO_APP_FUNC(0x02F366D0, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_position, (InlineStyleAccess * __this, StyleEnum_1_Position_ value, MethodInfo * method)); DO_APP_FUNC(0x02F36800, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_right, (InlineStyleAccess * __this, StyleLength value, MethodInfo * method)); DO_APP_FUNC(0x02F368E0, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_top, (InlineStyleAccess * __this, StyleLength value, MethodInfo * method)); DO_APP_FUNC(0x02F369C0, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_unityBackgroundImageTintColor, (InlineStyleAccess * __this, StyleColor value, MethodInfo * method)); DO_APP_FUNC(0x02F36A30, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_visibility, (InlineStyleAccess * __this, StyleEnum_1_Visibility_ value, MethodInfo * method)); DO_APP_FUNC(0x02F36AC0, StyleLength, InlineStyleAccess_UnityEngine_UIElements_IStyle_get_width, (InlineStyleAccess * __this, MethodInfo * method)); DO_APP_FUNC(0x02F36B50, void, InlineStyleAccess_UnityEngine_UIElements_IStyle_set_width, (InlineStyleAccess * __this, StyleLength value, MethodInfo * method)); DO_APP_FUNC(0x02F36C30, void, InlineStyleAccess__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F36D00, Length, Length_Percent, (float value, MethodInfo * method)); DO_APP_FUNC(0x02F36D40, Length, Length_Auto, (MethodInfo * method)); DO_APP_FUNC(0x02F36D60, Length, Length_None, (MethodInfo * method)); DO_APP_FUNC(0x00C0D910, float, Length_get_value, (Length * __this, MethodInfo * method)); DO_APP_FUNC(0x02F36D80, void, Length_set_value, (Length * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C59320, LengthUnit__Enum, Length_get_unit, (Length * __this, MethodInfo * method)); DO_APP_FUNC(0x02F36DB0, bool, Length_IsAuto, (Length * __this, MethodInfo * method)); DO_APP_FUNC(0x02F36DC0, bool, Length_IsNone, (Length * __this, MethodInfo * method)); DO_APP_FUNC(0x02F36DD0, void, Length__ctor, (Length * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02F36E00, void, Length__ctor_1, (Length * __this, float value, LengthUnit__Enum unit, MethodInfo * method)); DO_APP_FUNC(0x02F36E00, void, Length__ctor_2, (Length * __this, float value, Length_Unit__Enum unit, MethodInfo * method)); DO_APP_FUNC(0x02F36E30, Length, Length_op_Implicit, (float value, MethodInfo * method)); DO_APP_FUNC(0x02F2BA40, bool, Length_op_Equality, (Length lhs, Length rhs, MethodInfo * method)); DO_APP_FUNC(0x02F36E70, bool, Length_op_Inequality, (Length lhs, Length rhs, MethodInfo * method)); DO_APP_FUNC(0x02F2BA70, bool, Length_Equals, (Length * __this, Length other, MethodInfo * method)); DO_APP_FUNC(0x02F36EA0, bool, Length_Equals_1, (Length * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F2BB50, int32_t, Length_GetHashCode, (Length * __this, MethodInfo * method)); DO_APP_FUNC(0x02F36F50, String *, Length_ToString, (Length * __this, MethodInfo * method)); DO_APP_FUNC(0x02F37140, void, Rotate_1__ctor, (Rotate_1 * __this, Angle_2 angle, MethodInfo * method)); DO_APP_FUNC(0x02F371A0, Rotate_1, Rotate_1_Initial, (MethodInfo * method)); DO_APP_FUNC(0x02F37230, Rotate_1, Rotate_1_None, (MethodInfo * method)); DO_APP_FUNC(0x00470F00, Angle_2, Rotate_1_get_angle, (Rotate_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, Rotate_1_set_angle, (Rotate_1 * __this, Angle_2 value, MethodInfo * method)); DO_APP_FUNC(0x00999700, Vector3, Rotate_1_get_axis, (Rotate_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F372D0, bool, Rotate_1_op_Equality, (Rotate_1 lhs, Rotate_1 rhs, MethodInfo * method)); DO_APP_FUNC(0x02F373D0, bool, Rotate_1_op_Inequality, (Rotate_1 lhs, Rotate_1 rhs, MethodInfo * method)); DO_APP_FUNC(0x02F37420, bool, Rotate_1_Equals, (Rotate_1 * __this, Rotate_1 other, MethodInfo * method)); DO_APP_FUNC(0x02F37470, bool, Rotate_1_Equals_1, (Rotate_1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F37530, int32_t, Rotate_1_GetHashCode, (Rotate_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F37610, String *, Rotate_1_ToString, (Rotate_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F37680, Quaternion, Rotate_1_ToQuaternion, (Rotate_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F37770, void, Scale__ctor, (Scale * __this, Vector3 scale, MethodInfo * method)); DO_APP_FUNC(0x02F377A0, Scale, Scale_Initial, (MethodInfo * method)); DO_APP_FUNC(0x02F37820, Scale, Scale_None, (MethodInfo * method)); DO_APP_FUNC(0x01770B70, Vector3, Scale_get_value, (Scale * __this, MethodInfo * method)); DO_APP_FUNC(0x02F378C0, bool, Scale_op_Equality, (Scale lhs, Scale rhs, MethodInfo * method)); DO_APP_FUNC(0x02F37920, bool, Scale_op_Inequality, (Scale lhs, Scale rhs, MethodInfo * method)); DO_APP_FUNC(0x02F37970, bool, Scale_Equals, (Scale * __this, Scale other, MethodInfo * method)); DO_APP_FUNC(0x02F379C0, bool, Scale_Equals_1, (Scale * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F37A90, int32_t, Scale_GetHashCode, (Scale * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF4B10, String *, Scale_ToString, (Scale * __this, MethodInfo * method)); DO_APP_FUNC(0x02F37AF0, Color, StyleColor_get_value, (StyleColor * __this, MethodInfo * method)); DO_APP_FUNC(0x01EDDFC0, StyleKeyword__Enum, StyleColor_get_keyword, (StyleColor * __this, MethodInfo * method)); DO_APP_FUNC(0x01B16620, void, StyleColor__ctor, (StyleColor * __this, Color v, MethodInfo * method)); DO_APP_FUNC(0x01770A50, void, StyleColor__ctor_1, (StyleColor * __this, Color v, StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02F37B10, bool, StyleColor_op_Equality, (StyleColor lhs, StyleColor rhs, MethodInfo * method)); DO_APP_FUNC(0x02F37B90, StyleColor, StyleColor_op_Implicit, (Color v, MethodInfo * method)); DO_APP_FUNC(0x02F37BB0, bool, StyleColor_Equals, (StyleColor * __this, StyleColor other, MethodInfo * method)); DO_APP_FUNC(0x02F37C30, bool, StyleColor_Equals_1, (StyleColor * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F37D20, int32_t, StyleColor_GetHashCode, (StyleColor * __this, MethodInfo * method)); DO_APP_FUNC(0x02F37D40, String *, StyleColor_ToString, (StyleColor * __this, MethodInfo * method)); DO_APP_FUNC(0x02F37DB0, Cursor, StyleCursor_get_value, (StyleCursor * __this, MethodInfo * method)); DO_APP_FUNC(0x01012D90, StyleKeyword__Enum, StyleCursor_get_keyword, (StyleCursor * __this, MethodInfo * method)); DO_APP_FUNC(0x02F37E00, void, StyleCursor__ctor, (StyleCursor * __this, StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02F37E80, void, StyleCursor__ctor_1, (StyleCursor * __this, Cursor v, StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02F37EF0, bool, StyleCursor_op_Equality, (StyleCursor lhs, StyleCursor rhs, MethodInfo * method)); DO_APP_FUNC(0x02F37FF0, StyleCursor, StyleCursor_op_Implicit, (StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02F38090, bool, StyleCursor_Equals, (StyleCursor * __this, StyleCursor other, MethodInfo * method)); DO_APP_FUNC(0x02F38190, bool, StyleCursor_Equals_1, (StyleCursor * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F38230, int32_t, StyleCursor_GetHashCode, (StyleCursor * __this, MethodInfo * method)); DO_APP_FUNC(0x02F38250, String *, StyleCursor_ToString, (StyleCursor * __this, MethodInfo * method)); DO_APP_FUNC(0x02F382D0, float, StyleFloat_get_value, (StyleFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x01119C00, StyleKeyword__Enum, StyleFloat_get_keyword, (StyleFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x02F382E0, void, StyleFloat__ctor, (StyleFloat * __this, float v, MethodInfo * method)); DO_APP_FUNC(0x02F382F0, void, StyleFloat__ctor_1, (StyleFloat * __this, StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x013699D0, void, StyleFloat__ctor_2, (StyleFloat * __this, float v, StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02F38300, bool, StyleFloat_op_Equality, (StyleFloat lhs, StyleFloat rhs, MethodInfo * method)); DO_APP_FUNC(0x02F38330, StyleFloat, StyleFloat_op_Implicit, (StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02F2BA20, StyleFloat, StyleFloat_op_Implicit_1, (float v, MethodInfo * method)); DO_APP_FUNC(0x02F38350, bool, StyleFloat_Equals, (StyleFloat * __this, StyleFloat other, MethodInfo * method)); DO_APP_FUNC(0x02F38380, bool, StyleFloat_Equals_1, (StyleFloat * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F2BB50, int32_t, StyleFloat_GetHashCode, (StyleFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x02F38430, String *, StyleFloat_ToString, (StyleFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x01119BF0, int32_t, StyleInt_get_value, (StyleInt * __this, MethodInfo * method)); DO_APP_FUNC(0x01119C00, StyleKeyword__Enum, StyleInt_get_keyword, (StyleInt * __this, MethodInfo * method)); DO_APP_FUNC(0x02F382F0, void, StyleInt__ctor, (StyleInt * __this, StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x00ADB730, void, StyleInt__ctor_1, (StyleInt * __this, int32_t v, StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02F384A0, bool, StyleInt_op_Equality, (StyleInt lhs, StyleInt rhs, MethodInfo * method)); DO_APP_FUNC(0x02F38330, StyleInt, StyleInt_op_Implicit, (StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02F384C0, bool, StyleInt_Equals, (StyleInt * __this, StyleInt other, MethodInfo * method)); DO_APP_FUNC(0x02F384F0, bool, StyleInt_Equals_1, (StyleInt * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02D2BA50, int32_t, StyleInt_GetHashCode, (StyleInt * __this, MethodInfo * method)); DO_APP_FUNC(0x02F38590, String *, StyleInt_ToString, (StyleInt * __this, MethodInfo * method)); DO_APP_FUNC(0x02F38600, Length, StyleLength_get_value, (StyleLength * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, StyleKeyword__Enum, StyleLength_get_keyword, (StyleLength * __this, MethodInfo * method)); DO_APP_FUNC(0x02F38610, void, StyleLength__ctor, (StyleLength * __this, float v, MethodInfo * method)); DO_APP_FUNC(0x02F38670, void, StyleLength__ctor_1, (StyleLength * __this, StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02F38680, void, StyleLength__ctor_2, (StyleLength * __this, Length v, StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02F386B0, bool, StyleLength_op_Equality, (StyleLength lhs, StyleLength rhs, MethodInfo * method)); DO_APP_FUNC(0x02F386F0, StyleLength, StyleLength_op_Implicit, (StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02F38710, StyleLength, StyleLength_op_Implicit_1, (float v, MethodInfo * method)); DO_APP_FUNC(0x02F387A0, bool, StyleLength_Equals, (StyleLength * __this, StyleLength other, MethodInfo * method)); DO_APP_FUNC(0x02F38810, bool, StyleLength_Equals_1, (StyleLength * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F388F0, int32_t, StyleLength_GetHashCode, (StyleLength * __this, MethodInfo * method)); DO_APP_FUNC(0x02F38920, String *, StyleLength_ToString, (StyleLength * __this, MethodInfo * method)); DO_APP_FUNC(0x02F37DB0, Rotate_1, StyleRotate_get_value, (StyleRotate * __this, MethodInfo * method)); DO_APP_FUNC(0x01012D90, StyleKeyword__Enum, StyleRotate_get_keyword, (StyleRotate * __this, MethodInfo * method)); DO_APP_FUNC(0x02F389A0, void, StyleRotate__ctor, (StyleRotate * __this, StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02F389D0, void, StyleRotate__ctor_1, (StyleRotate * __this, Rotate_1 v, StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02F389F0, bool, StyleRotate_op_Equality, (StyleRotate lhs, StyleRotate rhs, MethodInfo * method)); DO_APP_FUNC(0x02F38A70, StyleRotate, StyleRotate_op_Implicit, (StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02F38AA0, bool, StyleRotate_Equals, (StyleRotate * __this, StyleRotate other, MethodInfo * method)); DO_APP_FUNC(0x02F38B20, bool, StyleRotate_Equals_1, (StyleRotate * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F38C20, int32_t, StyleRotate_GetHashCode, (StyleRotate * __this, MethodInfo * method)); DO_APP_FUNC(0x02F38C40, String *, StyleRotate_ToString, (StyleRotate * __this, MethodInfo * method)); DO_APP_FUNC(0x02F37AF0, Scale, StyleScale_get_value, (StyleScale * __this, MethodInfo * method)); DO_APP_FUNC(0x01EDDFC0, StyleKeyword__Enum, StyleScale_get_keyword, (StyleScale * __this, MethodInfo * method)); DO_APP_FUNC(0x02F38CC0, void, StyleScale__ctor, (StyleScale * __this, StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x01770A50, void, StyleScale__ctor_1, (StyleScale * __this, Scale v, StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02F38CD0, bool, StyleScale_op_Equality, (StyleScale lhs, StyleScale rhs, MethodInfo * method)); DO_APP_FUNC(0x02F38D40, StyleScale, StyleScale_op_Implicit, (StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02F38D50, bool, StyleScale_Equals, (StyleScale * __this, StyleScale other, MethodInfo * method)); DO_APP_FUNC(0x02F38DC0, bool, StyleScale_Equals_1, (StyleScale * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F38E90, int32_t, StyleScale_GetHashCode, (StyleScale * __this, MethodInfo * method)); DO_APP_FUNC(0x02F38EF0, String *, StyleScale_ToString, (StyleScale * __this, MethodInfo * method)); DO_APP_FUNC(0x02F37DB0, Translate_1, StyleTranslate_get_value, (StyleTranslate * __this, MethodInfo * method)); DO_APP_FUNC(0x01012D90, StyleKeyword__Enum, StyleTranslate_get_keyword, (StyleTranslate * __this, MethodInfo * method)); DO_APP_FUNC(0x02F38F60, void, StyleTranslate__ctor, (StyleTranslate * __this, Translate_1 v, MethodInfo * method)); DO_APP_FUNC(0x02F389A0, void, StyleTranslate__ctor_1, (StyleTranslate * __this, StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02F389D0, void, StyleTranslate__ctor_2, (StyleTranslate * __this, Translate_1 v, StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02F38F80, bool, StyleTranslate_op_Equality, (StyleTranslate lhs, StyleTranslate rhs, MethodInfo * method)); DO_APP_FUNC(0x02F38A70, StyleTranslate, StyleTranslate_op_Implicit, (StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02F39000, StyleTranslate, StyleTranslate_op_Implicit_1, (Translate_1 v, MethodInfo * method)); DO_APP_FUNC(0x02F39030, bool, StyleTranslate_Equals, (StyleTranslate * __this, StyleTranslate other, MethodInfo * method)); DO_APP_FUNC(0x02F390B0, bool, StyleTranslate_Equals_1, (StyleTranslate * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F391B0, int32_t, StyleTranslate_GetHashCode, (StyleTranslate * __this, MethodInfo * method)); DO_APP_FUNC(0x02F391D0, String *, StyleTranslate_ToString, (StyleTranslate * __this, MethodInfo * method)); DO_APP_FUNC(0x02F39250, TextShadow, StyleTextShadow_get_value, (StyleTextShadow * __this, MethodInfo * method)); DO_APP_FUNC(0x02B40F80, StyleKeyword__Enum, StyleTextShadow_get_keyword, (StyleTextShadow * __this, MethodInfo * method)); DO_APP_FUNC(0x02F392A0, void, StyleTextShadow__ctor, (StyleTextShadow * __this, StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02F392D0, void, StyleTextShadow__ctor_1, (StyleTextShadow * __this, TextShadow v, StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02F392F0, bool, StyleTextShadow_op_Equality, (StyleTextShadow lhs, StyleTextShadow rhs, MethodInfo * method)); DO_APP_FUNC(0x02F393F0, StyleTextShadow, StyleTextShadow_op_Implicit, (StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02F39430, bool, StyleTextShadow_Equals, (StyleTextShadow * __this, StyleTextShadow other, MethodInfo * method)); DO_APP_FUNC(0x02F39470, bool, StyleTextShadow_Equals_1, (StyleTextShadow * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F39520, int32_t, StyleTextShadow_GetHashCode, (StyleTextShadow * __this, MethodInfo * method)); DO_APP_FUNC(0x02F395B0, String *, StyleTextShadow_ToString, (StyleTextShadow * __this, MethodInfo * method)); DO_APP_FUNC(0x02F39630, TransformOrigin, StyleTransformOrigin_get_value, (StyleTransformOrigin * __this, MethodInfo * method)); DO_APP_FUNC(0x014904A0, StyleKeyword__Enum, StyleTransformOrigin_get_keyword, (StyleTransformOrigin * __this, MethodInfo * method)); DO_APP_FUNC(0x02F39660, void, StyleTransformOrigin__ctor, (StyleTransformOrigin * __this, StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02F39670, void, StyleTransformOrigin__ctor_1, (StyleTransformOrigin * __this, TransformOrigin v, StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02F39690, bool, StyleTransformOrigin_op_Equality, (StyleTransformOrigin lhs, StyleTransformOrigin rhs, MethodInfo * method)); DO_APP_FUNC(0x02F39780, StyleTransformOrigin, StyleTransformOrigin_op_Implicit, (StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02F397B0, bool, StyleTransformOrigin_Equals, (StyleTransformOrigin * __this, StyleTransformOrigin other, MethodInfo * method)); DO_APP_FUNC(0x02F398A0, bool, StyleTransformOrigin_Equals_1, (StyleTransformOrigin * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F39940, int32_t, StyleTransformOrigin_GetHashCode, (StyleTransformOrigin * __this, MethodInfo * method)); DO_APP_FUNC(0x02F39960, String *, StyleTransformOrigin_ToString, (StyleTransformOrigin * __this, MethodInfo * method)); DO_APP_FUNC(0x02F399E0, YogaValue, StyleValueExtensions_ToYogaValue, (Length length, MethodInfo * method)); DO_APP_FUNC(0x02F39B60, Length, StyleValueExtensions_ToLength, (StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02F39C60, Rotate_1, StyleValueExtensions_ToRotate, (StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02F39DE0, Scale, StyleValueExtensions_ToScale, (StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02F39F60, Translate_1, StyleValueExtensions_ToTranslate, (StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02F3A080, Length, StyleValueExtensions_ToLength_1, (StyleLength styleLength, MethodInfo * method)); DO_APP_FUNC(0x00C0D910, float, TimeValue_get_value, (TimeValue * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59320, TimeUnit__Enum, TimeValue_get_unit, (TimeValue * __this, MethodInfo * method)); DO_APP_FUNC(0x02F382E0, void, TimeValue__ctor, (TimeValue * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x013699D0, void, TimeValue__ctor_1, (TimeValue * __this, float value, TimeUnit__Enum unit, MethodInfo * method)); DO_APP_FUNC(0x02F2BA20, TimeValue, TimeValue_op_Implicit, (float value, MethodInfo * method)); DO_APP_FUNC(0x02F2BA40, bool, TimeValue_op_Equality, (TimeValue lhs, TimeValue rhs, MethodInfo * method)); DO_APP_FUNC(0x02F36E70, bool, TimeValue_op_Inequality, (TimeValue lhs, TimeValue rhs, MethodInfo * method)); DO_APP_FUNC(0x02F2BA70, bool, TimeValue_Equals, (TimeValue * __this, TimeValue other, MethodInfo * method)); DO_APP_FUNC(0x02F3A0C0, bool, TimeValue_Equals_1, (TimeValue * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F2BB50, int32_t, TimeValue_GetHashCode, (TimeValue * __this, MethodInfo * method)); DO_APP_FUNC(0x02F3A170, String *, TimeValue_ToString, (TimeValue * __this, MethodInfo * method)); DO_APP_FUNC(0x02F3A300, void, TransformOrigin__ctor, (TransformOrigin * __this, Length x, Length y, float z, MethodInfo * method)); DO_APP_FUNC(0x02F3A310, TransformOrigin, TransformOrigin_Initial, (MethodInfo * method)); DO_APP_FUNC(0x00470F00, Length, TransformOrigin_get_x, (TransformOrigin * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, TransformOrigin_set_x, (TransformOrigin * __this, Length value, MethodInfo * method)); DO_APP_FUNC(0x005DE470, Length, TransformOrigin_get_y, (TransformOrigin * __this, MethodInfo * method)); DO_APP_FUNC(0x01F22870, void, TransformOrigin_set_y, (TransformOrigin * __this, Length value, MethodInfo * method)); DO_APP_FUNC(0x003BA3C0, float, TransformOrigin_get_z, (TransformOrigin * __this, MethodInfo * method)); DO_APP_FUNC(0x02E8BEB0, bool, TransformOrigin_op_Equality, (TransformOrigin lhs, TransformOrigin rhs, MethodInfo * method)); DO_APP_FUNC(0x02F3A380, bool, TransformOrigin_op_Inequality, (TransformOrigin lhs, TransformOrigin rhs, MethodInfo * method)); DO_APP_FUNC(0x02F3A430, bool, TransformOrigin_Equals, (TransformOrigin * __this, TransformOrigin other, MethodInfo * method)); DO_APP_FUNC(0x02F3A4D0, bool, TransformOrigin_Equals_1, (TransformOrigin * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F3A570, int32_t, TransformOrigin_GetHashCode, (TransformOrigin * __this, MethodInfo * method)); DO_APP_FUNC(0x02F3A5F0, String *, TransformOrigin_ToString, (TransformOrigin * __this, MethodInfo * method)); DO_APP_FUNC(0x02F3A880, void, Translate_1__ctor, (Translate_1 * __this, Length x, Length y, float z, MethodInfo * method)); DO_APP_FUNC(0x02F3A8A0, Translate_1, Translate_1_None, (MethodInfo * method)); DO_APP_FUNC(0x00470F00, Length, Translate_1_get_x, (Translate_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, Translate_1_set_x, (Translate_1 * __this, Length value, MethodInfo * method)); DO_APP_FUNC(0x005DE470, Length, Translate_1_get_y, (Translate_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01F22870, void, Translate_1_set_y, (Translate_1 * __this, Length value, MethodInfo * method)); DO_APP_FUNC(0x003BA3C0, float, Translate_1_get_z, (Translate_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F3A8D0, bool, Translate_1_op_Equality, (Translate_1 lhs, Translate_1 rhs, MethodInfo * method)); DO_APP_FUNC(0x02F3A9E0, bool, Translate_1_op_Inequality, (Translate_1 lhs, Translate_1 rhs, MethodInfo * method)); DO_APP_FUNC(0x02F3AA30, bool, Translate_1_Equals, (Translate_1 * __this, Translate_1 other, MethodInfo * method)); DO_APP_FUNC(0x02F3AA80, bool, Translate_1_Equals_1, (Translate_1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F3A570, int32_t, Translate_1_GetHashCode, (Translate_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F3AB40, String *, Translate_1_ToString, (Translate_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F3ADD0, InheritedData, InheritedData_Copy, (InheritedData * __this, MethodInfo * method)); DO_APP_FUNC(0x02F3AE20, void, InheritedData_CopyFrom, (InheritedData * __this, InheritedData * other, MethodInfo * method)); DO_APP_FUNC(0x02F3AEE0, bool, InheritedData_op_Equality, (InheritedData lhs, InheritedData rhs, MethodInfo * method)); DO_APP_FUNC(0x02F3B640, bool, InheritedData_Equals, (InheritedData * __this, InheritedData other, MethodInfo * method)); DO_APP_FUNC(0x02F3B710, bool, InheritedData_Equals_1, (InheritedData * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F3B820, int32_t, InheritedData_GetHashCode, (InheritedData * __this, MethodInfo * method)); DO_APP_FUNC(0x02F3BAC0, LayoutData, LayoutData_Copy, (LayoutData * __this, MethodInfo * method)); DO_APP_FUNC(0x02F3BB40, void, LayoutData_CopyFrom, (LayoutData * __this, LayoutData * other, MethodInfo * method)); DO_APP_FUNC(0x02F3BC50, bool, LayoutData_op_Equality, (LayoutData lhs, LayoutData rhs, MethodInfo * method)); DO_APP_FUNC(0x02F3E640, bool, LayoutData_Equals, (LayoutData * __this, LayoutData other, MethodInfo * method)); DO_APP_FUNC(0x02F3E770, bool, LayoutData_Equals_1, (LayoutData * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F3E8A0, int32_t, LayoutData_GetHashCode, (LayoutData * __this, MethodInfo * method)); DO_APP_FUNC(0x02F3EC30, RareData, RareData_Copy, (RareData * __this, MethodInfo * method)); DO_APP_FUNC(0x02F3EC60, void, RareData_CopyFrom, (RareData * __this, RareData * other, MethodInfo * method)); DO_APP_FUNC(0x02F3ECE0, bool, RareData_op_Equality, (RareData lhs, RareData rhs, MethodInfo * method)); DO_APP_FUNC(0x02F3EF90, bool, RareData_Equals, (RareData * __this, RareData other, MethodInfo * method)); DO_APP_FUNC(0x02F3F010, bool, RareData_Equals_1, (RareData * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F3F120, int32_t, RareData_GetHashCode, (RareData * __this, MethodInfo * method)); DO_APP_FUNC(0x02F3F1A0, TransformData, TransformData_Copy, (TransformData * __this, MethodInfo * method)); DO_APP_FUNC(0x02F3F1D0, void, TransformData_CopyFrom, (TransformData * __this, TransformData * other, MethodInfo * method)); DO_APP_FUNC(0x02F3F200, bool, TransformData_op_Equality, (TransformData lhs, TransformData rhs, MethodInfo * method)); DO_APP_FUNC(0x02F3F460, bool, TransformData_Equals, (TransformData * __this, TransformData other, MethodInfo * method)); DO_APP_FUNC(0x02F3F6C0, bool, TransformData_Equals_1, (TransformData * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F3F790, int32_t, TransformData_GetHashCode, (TransformData * __this, MethodInfo * method)); DO_APP_FUNC(0x02F3F8D0, TransitionData, TransitionData_Copy, (TransitionData * __this, MethodInfo * method)); DO_APP_FUNC(0x02F3FBD0, void, TransitionData_CopyFrom, (TransitionData * __this, TransitionData * other, MethodInfo * method)); DO_APP_FUNC(0x02F3FDC0, bool, TransitionData_op_Equality, (TransitionData lhs, TransitionData rhs, MethodInfo * method)); DO_APP_FUNC(0x02F3FE10, bool, TransitionData_Equals, (TransitionData * __this, TransitionData other, MethodInfo * method)); DO_APP_FUNC(0x02F3FE50, bool, TransitionData_Equals_1, (TransitionData * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F3FF00, int32_t, TransitionData_GetHashCode, (TransitionData * __this, MethodInfo * method)); DO_APP_FUNC(0x02F3FFC0, VisualData, VisualData_Copy, (VisualData * __this, MethodInfo * method)); DO_APP_FUNC(0x02F40020, void, VisualData_CopyFrom, (VisualData * __this, VisualData * other, MethodInfo * method)); DO_APP_FUNC(0x02F40100, bool, VisualData_op_Equality, (VisualData lhs, VisualData rhs, MethodInfo * method)); DO_APP_FUNC(0x02F40620, bool, VisualData_Equals, (VisualData * __this, VisualData other, MethodInfo * method)); DO_APP_FUNC(0x02F40710, bool, VisualData_Equals_1, (VisualData * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F40830, int32_t, VisualData_GetHashCode, (VisualData * __this, MethodInfo * method)); DO_APP_FUNC(0x01EDDFC0, int32_t, StyleComplexSelector_get_specificity, (StyleComplexSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, StyleRule *, StyleComplexSelector_get_rule, (StyleComplexSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, StyleComplexSelector_set_rule, (StyleComplexSelector * __this, StyleRule * value, MethodInfo * method)); DO_APP_FUNC(0x02414580, StyleSelector__Array *, StyleComplexSelector_get_selectors, (StyleComplexSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, StyleComplexSelector_set_selectors, (StyleComplexSelector * __this, StyleSelector__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02F40980, void, StyleComplexSelector_CachePseudoStateMasks, (StyleComplexSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x02F41180, String *, StyleComplexSelector_ToString, (StyleComplexSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StyleComplexSelector__ctor, (StyleComplexSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x0119F2E0, void, StyleComplexSelector_PseudoStateData__ctor, (StyleComplexSelector_PseudoStateData * __this, PseudoStates__Enum state, bool negate, MethodInfo * method)); DO_APP_FUNC(0x02F414E0, void, StyleComplexSelector_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StyleComplexSelector_c__ctor, (StyleComplexSelector_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADE8E0, String *, StyleComplexSelector_c__ToString_b__20_0, (StyleComplexSelector_c * __this, StyleSelector * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0310, StyleComplexSelector_c__ToString_b__20_0__MethodInfo); DO_APP_FUNC(0x01616940, String *, StyleProperty_get_name, (StyleProperty * __this, MethodInfo * method)); DO_APP_FUNC(0x02414580, StyleValueHandle__Array *, StyleProperty_get_values, (StyleProperty * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StyleProperty__ctor, (StyleProperty * __this, MethodInfo * method)); DO_APP_FUNC(0x01616940, StyleProperty__Array *, StyleRule_get_properties, (StyleRule * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StyleRule__ctor, (StyleRule * __this, MethodInfo * method)); DO_APP_FUNC(0x01616940, StyleSelectorPart__Array *, StyleSelector_get_parts, (StyleSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, StyleSelector_set_parts, (StyleSelector * __this, StyleSelectorPart__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01012D90, StyleSelectorRelationship__Enum, StyleSelector_get_previousRelationship, (StyleSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, StyleSelector_set_previousRelationship, (StyleSelector * __this, StyleSelectorRelationship__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02F41590, String *, StyleSelector_ToString, (StyleSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x02F41970, void, StyleSelector__ctor, (StyleSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x02F41980, void, StyleSelector_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StyleSelector_c__ctor, (StyleSelector_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02F41A30, String *, StyleSelector_c__ToString_b__10_0, (StyleSelector_c * __this, StyleSelectorPart p, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0350, StyleSelector_c__ToString_b__10_0__MethodInfo); DO_APP_FUNC(0x00E9D9A0, String *, StyleSelectorPart_get_value, (StyleSelectorPart * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, StyleSelectorType__Enum, StyleSelectorPart_get_type, (StyleSelectorPart * __this, MethodInfo * method)); DO_APP_FUNC(0x01914EB0, void, StyleSelectorPart_set_type, (StyleSelectorPart * __this, StyleSelectorType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02F41A50, String *, StyleSelectorPart_ToString, (StyleSelectorPart * __this, MethodInfo * method)); DO_APP_FUNC(0x02F41B80, StyleSelectorPart, StyleSelectorPart_CreateClass, (String * className, MethodInfo * method)); DO_APP_FUNC(0x02F41C10, StyleSelectorPart, StyleSelectorPart_CreateId, (String * Id, MethodInfo * method)); DO_APP_FUNC(0x02F41CA0, StyleSelectorPart, StyleSelectorPart_CreatePredicate, (Object * predicate, MethodInfo * method)); DO_APP_FUNC(0x02F41D30, bool, StyleSheet_get_importedWithErrors, (StyleSheet * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, StyleSheet_set_importedWithErrors, (StyleSheet * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F41D40, bool, StyleSheet_get_importedWithWarnings, (StyleSheet * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3B0, void, StyleSheet_set_importedWithWarnings, (StyleSheet * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02414580, StyleRule__Array *, StyleSheet_get_rules, (StyleSheet * __this, MethodInfo * method)); DO_APP_FUNC(0x02F41D50, void, StyleSheet_set_rules, (StyleSheet * __this, StyleRule__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02D17420, StyleComplexSelector__Array *, StyleSheet_get_complexSelectors, (StyleSheet * __this, MethodInfo * method)); DO_APP_FUNC(0x02F41DB0, void, StyleSheet_set_complexSelectors, (StyleSheet * __this, StyleComplexSelector__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02D53600, List_1_UnityEngine_UIElements_StyleSheet_ *, StyleSheet_get_flattenedRecursiveImports, (StyleSheet * __this, MethodInfo * method)); DO_APP_FUNC(0x02F41E10, int32_t, StyleSheet_get_contentHash, (StyleSheet * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB190, void, StyleSheet_set_contentHash, (StyleSheet * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02F41E20, bool, StyleSheet_get_isDefaultStyleSheet, (StyleSheet * __this, MethodInfo * method)); DO_APP_FUNC(0x02F41E30, void, StyleSheet_set_isDefaultStyleSheet, (StyleSheet * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F41FA0, void, StyleSheet_OnEnable, (StyleSheet * __this, MethodInfo * method)); DO_APP_FUNC(0x02F41FB0, void, StyleSheet_FlattenImportedStyleSheetsRecursive, (StyleSheet * __this, MethodInfo * method)); DO_APP_FUNC(0x02F42080, void, StyleSheet_FlattenImportedStyleSheetsRecursive_1, (StyleSheet * __this, StyleSheet * sheet, MethodInfo * method)); DO_APP_FUNC(0x02F42240, void, StyleSheet_SetupReferences, (StyleSheet * __this, MethodInfo * method)); DO_APP_FUNC(0x02F42990, StyleValueKeyword__Enum, StyleSheet_ReadKeyword, (StyleSheet * __this, StyleValueHandle handle, MethodInfo * method)); DO_APP_FUNC(0x02F429A0, float, StyleSheet_ReadFloat, (StyleSheet * __this, StyleValueHandle handle, MethodInfo * method)); DO_APP_FUNC(0x02F42A80, bool, StyleSheet_TryReadFloat, (StyleSheet * __this, StyleValueHandle handle, float * value, MethodInfo * method)); DO_APP_FUNC(0x02F42B90, Dimension, StyleSheet_ReadDimension, (StyleSheet * __this, StyleValueHandle handle, MethodInfo * method)); DO_APP_FUNC(0x02F42C70, bool, StyleSheet_TryReadDimension, (StyleSheet * __this, StyleValueHandle handle, Dimension * value, MethodInfo * method)); DO_APP_FUNC(0x02F42D90, Color, StyleSheet_ReadColor, (StyleSheet * __this, StyleValueHandle handle, MethodInfo * method)); DO_APP_FUNC(0x02F42E40, bool, StyleSheet_TryReadColor, (StyleSheet * __this, StyleValueHandle handle, Color * value, MethodInfo * method)); DO_APP_FUNC(0x02F42EE0, String *, StyleSheet_ReadString, (StyleSheet * __this, StyleValueHandle handle, MethodInfo * method)); DO_APP_FUNC(0x02F42F60, bool, StyleSheet_TryReadString, (StyleSheet * __this, StyleValueHandle handle, String * * value, MethodInfo * method)); DO_APP_FUNC(0x02F43000, String *, StyleSheet_ReadEnum, (StyleSheet * __this, StyleValueHandle handle, MethodInfo * method)); DO_APP_FUNC(0x02F43080, bool, StyleSheet_TryReadEnum, (StyleSheet * __this, StyleValueHandle handle, String * * value, MethodInfo * method)); DO_APP_FUNC(0x02F43120, String *, StyleSheet_ReadVariable, (StyleSheet * __this, StyleValueHandle handle, MethodInfo * method)); DO_APP_FUNC(0x02F431A0, bool, StyleSheet_TryReadVariable, (StyleSheet * __this, StyleValueHandle handle, String * * value, MethodInfo * method)); DO_APP_FUNC(0x02F43240, String *, StyleSheet_ReadResourcePath, (StyleSheet * __this, StyleValueHandle handle, MethodInfo * method)); DO_APP_FUNC(0x02F432C0, bool, StyleSheet_TryReadResourcePath, (StyleSheet * __this, StyleValueHandle handle, String * * value, MethodInfo * method)); DO_APP_FUNC(0x02F43360, Object_1 *, StyleSheet_ReadAssetReference, (StyleSheet * __this, StyleValueHandle handle, MethodInfo * method)); DO_APP_FUNC(0x02F433E0, String *, StyleSheet_ReadMissingAssetReferenceUrl, (StyleSheet * __this, StyleValueHandle handle, MethodInfo * method)); DO_APP_FUNC(0x02F43460, bool, StyleSheet_TryReadAssetReference, (StyleSheet * __this, StyleValueHandle handle, Object_1 * * value, MethodInfo * method)); DO_APP_FUNC(0x02F42990, StyleValueFunction__Enum, StyleSheet_ReadFunction, (StyleSheet * __this, StyleValueHandle handle, MethodInfo * method)); DO_APP_FUNC(0x02F43500, String *, StyleSheet_ReadFunctionName, (StyleSheet * __this, StyleValueHandle handle, MethodInfo * method)); DO_APP_FUNC(0x02F437B0, ScalableImage, StyleSheet_ReadScalableImage, (StyleSheet * __this, StyleValueHandle handle, MethodInfo * method)); DO_APP_FUNC(0x02F43860, bool, StyleSheet_CustomStartsWith, (String * originalString, String * pattern, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, StyleSheet__ctor, (StyleSheet * __this, MethodInfo * method)); DO_APP_FUNC(0x02F43940, void, StyleSheet__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F439F0, String *, StyleValueFunctionExtension_ToUssString, (StyleValueFunction__Enum svf, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFFF8, StyleValueFunctionExtension_ToUssString__MethodInfo); DO_APP_FUNC(0x02B40F80, StyleValueType__Enum, StyleValueHandle_get_valueType, (StyleValueHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, StyleValueHandle_set_valueType, (StyleValueHandle * __this, StyleValueType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02F43B20, String *, StyleValueKeywordExtension_ToUssString, (StyleValueKeyword__Enum svk, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0038, StyleValueKeywordExtension_ToUssString__MethodInfo); DO_APP_FUNC(0x009AF110, void, StyleVariable__ctor, (StyleVariable * __this, String * name, StyleSheet * sheet, StyleValueHandle__Array * handles, MethodInfo * method)); DO_APP_FUNC(0x02F43CE0, int32_t, StyleVariable_GetHashCode, (StyleVariable * __this, MethodInfo * method)); DO_APP_FUNC(0x02F43D80, void, StyleVariableContext_Add, (StyleVariableContext * __this, StyleVariable sv, MethodInfo * method)); DO_APP_FUNC(0x02F43FD0, void, StyleVariableContext_AddInitialRange, (StyleVariableContext * __this, StyleVariableContext * other, MethodInfo * method)); DO_APP_FUNC(0x02F44100, void, StyleVariableContext_Clear, (StyleVariableContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02F441B0, void, StyleVariableContext__ctor, (StyleVariableContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02F443C0, void, StyleVariableContext__ctor_1, (StyleVariableContext * __this, StyleVariableContext * other, MethodInfo * method)); DO_APP_FUNC(0x02F44570, bool, StyleVariableContext_TryFindVariable, (StyleVariableContext * __this, String * name, StyleVariable * v, MethodInfo * method)); DO_APP_FUNC(0x01EDDFC0, int32_t, StyleVariableContext_GetVariableHash, (StyleVariableContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02F446D0, void, StyleVariableContext__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003C5320, StyleSheet *, StyleVariableResolver_get_currentSheet, (StyleVariableResolver * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, StyleValueHandle__Array *, StyleVariableResolver_get_currentHandles, (StyleVariableResolver * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ *, StyleVariableResolver_get_resolvedValues, (StyleVariableResolver * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, StyleVariableContext *, StyleVariableResolver_get_variableContext, (StyleVariableResolver * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, StyleVariableResolver_set_variableContext, (StyleVariableResolver * __this, StyleVariableContext * value, MethodInfo * method)); DO_APP_FUNC(0x02F44780, void, StyleVariableResolver_Init, (StyleVariableResolver * __this, StyleProperty * property, StyleSheet * sheet, StyleValueHandle__Array * handles, MethodInfo * method)); DO_APP_FUNC(0x02F448C0, void, StyleVariableResolver_PushContext, (StyleVariableResolver * __this, StyleSheet * sheet, StyleValueHandle__Array * handles, MethodInfo * method)); DO_APP_FUNC(0x02F44B00, void, StyleVariableResolver_PopContext, (StyleVariableResolver * __this, MethodInfo * method)); DO_APP_FUNC(0x02F44CF0, void, StyleVariableResolver_AddValue, (StyleVariableResolver * __this, StyleValueHandle handle, MethodInfo * method)); DO_APP_FUNC(0x02F44DC0, bool, StyleVariableResolver_ResolveVarFunction, (StyleVariableResolver * __this, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x02F44F40, StyleVariableResolver_Result__Enum, StyleVariableResolver_ResolveVarFunction_1, (StyleVariableResolver * __this, int32_t * index, int32_t argc, String * varName, MethodInfo * method)); DO_APP_FUNC(0x02F450D0, bool, StyleVariableResolver_ValidateResolvedValues, (StyleVariableResolver * __this, MethodInfo * method)); DO_APP_FUNC(0x02F452C0, StyleVariableResolver_Result__Enum, StyleVariableResolver_ResolveVariable, (StyleVariableResolver * __this, String * variableName, MethodInfo * method)); DO_APP_FUNC(0x02F456F0, StyleVariableResolver_Result__Enum, StyleVariableResolver_ResolveFallback, (StyleVariableResolver * __this, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x02F45A20, void, StyleVariableResolver_ParseVarFunction, (StyleSheet * sheet, StyleValueHandle__Array * handles, int32_t * index, int32_t * argCount, String * * variableName, MethodInfo * method)); DO_APP_FUNC(0x02F45B10, void, StyleVariableResolver__ctor, (StyleVariableResolver * __this, MethodInfo * method)); DO_APP_FUNC(0x02F45FA0, void, StyleVariableResolver__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F46070, void, ThemeStyleSheet_OnEnable, (ThemeStyleSheet * __this, MethodInfo * method)); DO_APP_FUNC(0x02F460A0, void, ThemeStyleSheet__ctor, (ThemeStyleSheet * __this, MethodInfo * method)); DO_APP_FUNC(0x02F460F0, PanelTextSettings *, PanelTextSettings_get_defaultPanelTextSettings, (MethodInfo * method)); DO_APP_FUNC(0x02F463C0, void, PanelTextSettings_UpdateLocalizationFontAsset, (MethodInfo * method)); DO_APP_FUNC(0x02F469A0, FontAsset *, PanelTextSettings_GetCachedFontAsset, (PanelTextSettings * __this, Font * font, MethodInfo * method)); DO_APP_FUNC(0x02F469B0, void, PanelTextSettings__ctor, (PanelTextSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02F469C0, void, PanelTextSettings__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00470F00, Vector2, TextCoreHandle_get_MeasuredSizes, (TextCoreHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, TextCoreHandle_set_MeasuredSizes, (TextCoreHandle * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x01772BF0, Vector2, TextCoreHandle_get_RoundedSizes, (TextCoreHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01F22870, void, TextCoreHandle_set_RoundedSizes, (TextCoreHandle * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02F46A70, ITextHandle *, TextCoreHandle_New, (MethodInfo * method)); DO_APP_FUNC(0x02F46C00, TextInfo_1 *, TextCoreHandle_get_textInfoMesh, (TextCoreHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F46CC0, TextInfo_1 *, TextCoreHandle_get_textInfoLayout, (MethodInfo * method)); DO_APP_FUNC(0x01C26F90, bool, TextCoreHandle_IsLegacy, (TextCoreHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F46E10, bool, TextCoreHandle_IsDirty, (TextCoreHandle * __this, MeshGenerationContextUtils_TextParams parms, MethodInfo * method)); DO_APP_FUNC(0x02F46E50, Vector2, TextCoreHandle_GetCursorPosition, (TextCoreHandle * __this, CursorPositionStylePainterParameters parms, float scaling, MethodInfo * method)); DO_APP_FUNC(0x02F46EF0, float, TextCoreHandle_ComputeTextWidth, (TextCoreHandle * __this, MeshGenerationContextUtils_TextParams parms, float scaling, MethodInfo * method)); DO_APP_FUNC(0x02F46FD0, float, TextCoreHandle_ComputeTextHeight, (TextCoreHandle * __this, MeshGenerationContextUtils_TextParams parms, float scaling, MethodInfo * method)); DO_APP_FUNC(0x02F470B0, float, TextCoreHandle_GetLineHeight, (TextCoreHandle * __this, int32_t characterIndex, MeshGenerationContextUtils_TextParams textParams, float textScaling, float pixelPerPoint, MethodInfo * method)); DO_APP_FUNC(0x02F471D0, TextInfo_1 *, TextCoreHandle_Update, (TextCoreHandle * __this, MeshGenerationContextUtils_TextParams parms, float pixelsPerPoint, MethodInfo * method)); DO_APP_FUNC(0x02F47530, void, TextCoreHandle_UpdatePreferredValues, (TextCoreHandle * __this, MeshGenerationContextUtils_TextParams parms, MethodInfo * method)); DO_APP_FUNC(0x02F47810, TextOverflowMode__Enum, TextCoreHandle_GetTextOverflowMode, (MeshGenerationContextUtils_TextParams textParams, MethodInfo * method)); DO_APP_FUNC(0x02F47890, void, TextCoreHandle_UpdateGenerationSettingsCommon, (MeshGenerationContextUtils_TextParams painterParams, TextGenerationSettings_1 * settings, MethodInfo * method)); DO_APP_FUNC(0x02F47EE0, bool, TextCoreHandle_IsElided, (TextCoreHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F47F40, void, TextCoreHandle__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00470F00, Vector2, TextNativeHandle_get_MeasuredSizes, (TextNativeHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, TextNativeHandle_set_MeasuredSizes, (TextNativeHandle * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x01772BF0, Vector2, TextNativeHandle_get_RoundedSizes, (TextNativeHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01F22870, void, TextNativeHandle_set_RoundedSizes, (TextNativeHandle * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02F48080, ITextHandle *, TextNativeHandle_New, (MethodInfo * method)); DO_APP_FUNC(0x01175020, bool, TextNativeHandle_IsLegacy, (TextNativeHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F480E0, float, TextNativeHandle_GetLineHeight, (TextNativeHandle * __this, int32_t characterIndex, MeshGenerationContextUtils_TextParams textParams, float textScaling, float pixelPerPoint, MethodInfo * method)); DO_APP_FUNC(0x02F48180, TextInfo_1 *, TextNativeHandle_Update, (TextNativeHandle * __this, MeshGenerationContextUtils_TextParams parms, float pixelsPerPoint, MethodInfo * method)); DO_APP_FUNC(0x02F481E0, NativeArray_1_UnityEngine_UIElements_TextVertex_, TextNativeHandle_GetVertices, (TextNativeHandle * __this, MeshGenerationContextUtils_TextParams parms, float scaling, MethodInfo * method)); DO_APP_FUNC(0x02F48480, Vector2, TextNativeHandle_GetCursorPosition, (TextNativeHandle * __this, CursorPositionStylePainterParameters parms, float scaling, MethodInfo * method)); DO_APP_FUNC(0x02F48510, float, TextNativeHandle_ComputeTextWidth, (TextNativeHandle * __this, MeshGenerationContextUtils_TextParams parms, float scaling, MethodInfo * method)); DO_APP_FUNC(0x02F487D0, float, TextNativeHandle_ComputeTextHeight, (TextNativeHandle * __this, MeshGenerationContextUtils_TextParams parms, float scaling, MethodInfo * method)); DO_APP_FUNC(0x01C26F90, bool, TextNativeHandle_IsElided, (TextNativeHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02F48A50, float, TextUtilities_ComputeTextScaling, (Matrix4x4 worldMatrix, float pixelsPerPoint, MethodInfo * method)); DO_APP_FUNC(0x02F48AF0, Vector2, TextUtilities_MeasureVisualElementTextSize, (VisualElement * ve, String * textToMeasure, float width, VisualElement_MeasureMode__Enum widthMode, float height, VisualElement_MeasureMode__Enum heightMode, ITextHandle * textHandle, MethodInfo * method)); DO_APP_FUNC(0x02F48E70, FontAsset *, TextUtilities_GetFontAsset, (MeshGenerationContextUtils_TextParams textParam, MethodInfo * method)); DO_APP_FUNC(0x02F49100, FontAsset *, TextUtilities_GetFontAsset_1, (VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02F494E0, Font *, TextUtilities_GetFont, (MeshGenerationContextUtils_TextParams textParam, MethodInfo * method)); DO_APP_FUNC(0x02F496E0, Font *, TextUtilities_GetFont_1, (VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02F49A10, bool, TextUtilities_IsFontAssigned, (VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02F49BA0, bool, TextUtilities_IsFontAssigned_1, (MeshGenerationContextUtils_TextParams textParams, MethodInfo * method)); DO_APP_FUNC(0x02F49CD0, PanelTextSettings *, TextUtilities_GetTextSettingsFrom, (VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02F49D90, PanelTextSettings *, TextUtilities_GetTextSettingsFrom_1, (MeshGenerationContextUtils_TextParams textParam, MethodInfo * method)); DO_APP_FUNC(0x02F49E60, TextCoreSettings, TextUtilities_GetTextCoreSettingsForElement, (VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02F4A2E0, String *, UxmlRootElementFactory_get_uxmlName, (UxmlRootElementFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02F4A320, String *, UxmlRootElementFactory_get_uxmlQualifiedName, (UxmlRootElementFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x00A77200, VisualElement *, UxmlRootElementFactory_Create, (UxmlRootElementFactory * __this, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02F4A3A0, void, UxmlRootElementFactory__ctor, (UxmlRootElementFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02F4A3E0, void, UxmlRootElementTraits__ctor, (UxmlRootElementTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02F4A600, String *, UxmlStyleFactory_get_uxmlName, (UxmlStyleFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02F4A640, String *, UxmlStyleFactory_get_uxmlQualifiedName, (UxmlStyleFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x00A77200, VisualElement *, UxmlStyleFactory_Create, (UxmlStyleFactory * __this, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02F4A6C0, void, UxmlStyleFactory__ctor, (UxmlStyleFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02F4A700, void, UxmlStyleTraits__ctor, (UxmlStyleTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02F4AA00, String *, UxmlTemplateFactory_get_uxmlName, (UxmlTemplateFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02F4AA40, String *, UxmlTemplateFactory_get_uxmlQualifiedName, (UxmlTemplateFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x00A77200, VisualElement *, UxmlTemplateFactory_Create, (UxmlTemplateFactory * __this, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02F4AAC0, void, UxmlTemplateFactory__ctor, (UxmlTemplateFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02F4AB00, void, UxmlTemplateTraits__ctor, (UxmlTemplateTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02F4AE10, String *, UxmlAttributeOverridesFactory_get_uxmlName, (UxmlAttributeOverridesFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02F4AE50, String *, UxmlAttributeOverridesFactory_get_uxmlQualifiedName, (UxmlAttributeOverridesFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x00A77200, VisualElement *, UxmlAttributeOverridesFactory_Create, (UxmlAttributeOverridesFactory * __this, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02F4AED0, void, UxmlAttributeOverridesFactory__ctor, (UxmlAttributeOverridesFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02F4AF10, void, UxmlAttributeOverridesTraits__ctor, (UxmlAttributeOverridesTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x02F4B040, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ *, TemplateAsset_get_attributeOverrides, (TemplateAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02D537C0, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ *, TemplateAsset_get_slotUsages, (TemplateAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x01162890, void, UxmlAttributeDescription__ctor, (UxmlAttributeDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, UxmlAttributeDescription_get_name, (UxmlAttributeDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, UxmlAttributeDescription_set_name, (UxmlAttributeDescription * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02F4B120, void, UxmlAttributeDescription_set_obsoleteNames, (UxmlAttributeDescription * __this, IEnumerable_1_System_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, UxmlAttributeDescription_set_type, (UxmlAttributeDescription * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, UxmlAttributeDescription_set_typeNamespace, (UxmlAttributeDescription * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5310, void, UxmlAttributeDescription_set_use, (UxmlAttributeDescription * __this, UxmlAttributeDescription_Use__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, UxmlAttributeDescription_set_restriction, (UxmlAttributeDescription * __this, UxmlTypeRestriction * value, MethodInfo * method)); DO_APP_FUNC(0x02F4B240, bool, UxmlAttributeDescription_TryGetValueFromBagAsString, (UxmlAttributeDescription * __this, IUxmlAttributes * bag, CreationContext cc, String * * value, MethodInfo * method)); DO_APP_FUNC(0x02F4B910, void, UxmlStringAttributeDescription__ctor, (UxmlStringAttributeDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x02F4BB00, String *, UxmlStringAttributeDescription_GetValueFromBag, (UxmlStringAttributeDescription * __this, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02F4BD10, void, UxmlStringAttributeDescription_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UxmlStringAttributeDescription_c__ctor, (UxmlStringAttributeDescription_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0041E8A0, String *, UxmlStringAttributeDescription_c__GetValueFromBag_b__3_0, (UxmlStringAttributeDescription_c * __this, String * s, String * t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF9C8, UxmlStringAttributeDescription_c__GetValueFromBag_b__3_0__MethodInfo); DO_APP_FUNC(0x02F4BDC0, void, UxmlFloatAttributeDescription__ctor, (UxmlFloatAttributeDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x02F4BF50, float, UxmlFloatAttributeDescription_GetValueFromBag, (UxmlFloatAttributeDescription * __this, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02F4C150, float, UxmlFloatAttributeDescription_ConvertValueToFloat, (String * v, float defaultValue, MethodInfo * method)); DO_APP_FUNC(0x02F4C250, void, UxmlFloatAttributeDescription_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UxmlFloatAttributeDescription_c__ctor, (UxmlFloatAttributeDescription_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02F4C300, float, UxmlFloatAttributeDescription_c__GetValueFromBag_b__3_0, (UxmlFloatAttributeDescription_c * __this, String * s, float f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFA78, UxmlFloatAttributeDescription_c__GetValueFromBag_b__3_0__MethodInfo); DO_APP_FUNC(0x02F4C400, void, UxmlIntAttributeDescription__ctor, (UxmlIntAttributeDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x02F4C590, int32_t, UxmlIntAttributeDescription_GetValueFromBag, (UxmlIntAttributeDescription * __this, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02F4C790, bool, UxmlIntAttributeDescription_TryGetValueFromBag, (UxmlIntAttributeDescription * __this, IUxmlAttributes * bag, CreationContext cc, int32_t * value, MethodInfo * method)); DO_APP_FUNC(0x02F4C9B0, int32_t, UxmlIntAttributeDescription_ConvertValueToInt, (String * v, int32_t defaultValue, MethodInfo * method)); DO_APP_FUNC(0x02F4CA90, void, UxmlIntAttributeDescription_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UxmlIntAttributeDescription_c__ctor, (UxmlIntAttributeDescription_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02F4CB40, int32_t, UxmlIntAttributeDescription_c__GetValueFromBag_b__3_0, (UxmlIntAttributeDescription_c * __this, String * s, int32_t i, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF8C0, UxmlIntAttributeDescription_c__GetValueFromBag_b__3_0__MethodInfo); DO_APP_FUNC(0x02F4CB40, int32_t, UxmlIntAttributeDescription_c__TryGetValueFromBag_b__4_0, (UxmlIntAttributeDescription_c * __this, String * s, int32_t i, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF908, UxmlIntAttributeDescription_c__TryGetValueFromBag_b__4_0__MethodInfo); DO_APP_FUNC(0x02F4CB50, void, UxmlLongAttributeDescription__ctor, (UxmlLongAttributeDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x02F4CCE0, int64_t, UxmlLongAttributeDescription_GetValueFromBag, (UxmlLongAttributeDescription * __this, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02F4CEF0, int64_t, UxmlLongAttributeDescription_ConvertValueToLong, (String * v, int64_t defaultValue, MethodInfo * method)); DO_APP_FUNC(0x02F4CFD0, void, UxmlLongAttributeDescription_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UxmlLongAttributeDescription_c__ctor, (UxmlLongAttributeDescription_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02F4D080, int64_t, UxmlLongAttributeDescription_c__GetValueFromBag_b__3_0, (UxmlLongAttributeDescription_c * __this, String * s, int64_t l, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF930, UxmlLongAttributeDescription_c__GetValueFromBag_b__3_0__MethodInfo); DO_APP_FUNC(0x02F4D160, void, UxmlBoolAttributeDescription__ctor, (UxmlBoolAttributeDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x02F4D2F0, bool, UxmlBoolAttributeDescription_GetValueFromBag, (UxmlBoolAttributeDescription * __this, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02F4D500, bool, UxmlBoolAttributeDescription_TryGetValueFromBag, (UxmlBoolAttributeDescription * __this, IUxmlAttributes * bag, CreationContext cc, bool * value, MethodInfo * method)); DO_APP_FUNC(0x02F4D720, bool, UxmlBoolAttributeDescription_ConvertValueToBool, (String * v, bool defaultValue, MethodInfo * method)); DO_APP_FUNC(0x02F4D820, void, UxmlBoolAttributeDescription_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UxmlBoolAttributeDescription_c__ctor, (UxmlBoolAttributeDescription_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02F4D8D0, bool, UxmlBoolAttributeDescription_c__GetValueFromBag_b__3_0, (UxmlBoolAttributeDescription_c * __this, String * s, bool b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF960, UxmlBoolAttributeDescription_c__GetValueFromBag_b__3_0__MethodInfo); DO_APP_FUNC(0x02F4D8D0, bool, UxmlBoolAttributeDescription_c__TryGetValueFromBag_b__4_0, (UxmlBoolAttributeDescription_c * __this, String * s, bool b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF800, UxmlBoolAttributeDescription_c__TryGetValueFromBag_b__4_0__MethodInfo); DO_APP_FUNC(0x003BAD40, void, UxmlTraits__ctor, (UxmlTraits * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, UxmlTraits_set_canHaveAnyAttribute, (UxmlTraits * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UxmlTraits_Init, (UxmlTraits * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x02D2F8F0, bool, UxmlTypeRestriction_Equals, (UxmlTypeRestriction * __this, UxmlTypeRestriction * other, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UxmlTypeRestriction__ctor, (UxmlTypeRestriction * __this, MethodInfo * method)); DO_APP_FUNC(0x01616940, IEnumerable_1_System_String_ *, UxmlEnumeration_get_values, (UxmlEnumeration * __this, MethodInfo * method)); DO_APP_FUNC(0x02F4D8F0, void, UxmlEnumeration_set_values, (UxmlEnumeration * __this, IEnumerable_1_System_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x02F4DA10, bool, UxmlEnumeration_Equals, (UxmlEnumeration * __this, UxmlTypeRestriction * other, MethodInfo * method)); DO_APP_FUNC(0x02F4DB70, void, UxmlEnumeration__ctor, (UxmlEnumeration * __this, MethodInfo * method)); DO_APP_FUNC(0x01012D90, int32_t, VisualElementAsset_get_id, (VisualElementAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x01616930, int32_t, VisualElementAsset_get_orderInDocument, (VisualElementAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x01EADAF0, int32_t, VisualElementAsset_get_parentId, (VisualElementAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x01EADB00, int32_t, VisualElementAsset_get_ruleIndex, (VisualElementAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x018693E0, String *, VisualElementAsset_get_fullTypeName, (VisualElementAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x018693D0, String__Array *, VisualElementAsset_get_classes, (VisualElementAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02F4DC40, List_1_System_String_ *, VisualElementAsset_get_stylesheetPaths, (VisualElementAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x009C2D40, bool, VisualElementAsset_get_hasStylesheetPaths, (VisualElementAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02F4DD10, List_1_UnityEngine_UIElements_StyleSheet_ *, VisualElementAsset_get_stylesheets, (VisualElementAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02F4DDE0, bool, VisualElementAsset_get_hasStylesheets, (VisualElementAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00531160, bool, VisualElementAsset_get_skipClone, (VisualElementAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VisualElementAsset_OnBeforeSerialize, (VisualElementAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02F4DDF0, void, VisualElementAsset_OnAfterDeserialize, (VisualElementAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02F4E020, void, VisualElementAsset_AddProperty, (VisualElementAsset * __this, String * propertyName, String * propertyValue, MethodInfo * method)); DO_APP_FUNC(0x02F4E030, void, VisualElementAsset_SetOrAddProperty, (VisualElementAsset * __this, String * propertyName, String * propertyValue, MethodInfo * method)); DO_APP_FUNC(0x02F4E250, bool, VisualElementAsset_TryGetAttributeValue, (VisualElementAsset * __this, String * propertyName, String * * value, MethodInfo * method)); DO_APP_FUNC(0x02F4E440, Dictionary_2_System_String_List_1_UnityEngine_UIElements_IUxmlFactory_ *, VisualElementFactoryRegistry_get_factories, (MethodInfo * method)); DO_APP_FUNC(0x02F4E570, void, VisualElementFactoryRegistry_RegisterFactory, (IUxmlFactory * factory, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF6C0, VisualElementFactoryRegistry_RegisterFactory__MethodInfo); DO_APP_FUNC(0x02F4E920, bool, VisualElementFactoryRegistry_TryGetValue, (String * fullTypeName, List_1_UnityEngine_UIElements_IUxmlFactory_ * * factoryList, MethodInfo * method)); DO_APP_FUNC(0x02F4E9E0, void, VisualElementFactoryRegistry_RegisterEngineFactories, (MethodInfo * method)); DO_APP_FUNC(0x02F4FDC0, void, VisualElementFactoryRegistry_RegisterUserFactories, (MethodInfo * method)); DO_APP_FUNC(0x02F41D30, bool, VisualTreeAsset_get_importedWithErrors, (VisualTreeAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, VisualTreeAsset_set_importedWithErrors, (VisualTreeAsset * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F41D40, bool, VisualTreeAsset_get_importedWithWarnings, (VisualTreeAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3B0, void, VisualTreeAsset_set_importedWithWarnings, (VisualTreeAsset * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F50190, int32_t, VisualTreeAsset_GetNextChildSerialNumber, (VisualTreeAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02F50200, IEnumerable_1_UnityEngine_UIElements_VisualTreeAsset_ *, VisualTreeAsset_get_templateDependencies, (VisualTreeAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02F502C0, IEnumerable_1_UnityEngine_UIElements_StyleSheet_ *, VisualTreeAsset_get_stylesheets, (VisualTreeAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02D17D50, List_1_UnityEngine_UIElements_VisualElementAsset_ *, VisualTreeAsset_get_visualElementAssets, (VisualTreeAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, VisualTreeAsset_set_visualElementAssets, (VisualTreeAsset * __this, List_1_UnityEngine_UIElements_VisualElementAsset_ * value, MethodInfo * method)); DO_APP_FUNC(0x018693E0, List_1_UnityEngine_UIElements_TemplateAsset_ *, VisualTreeAsset_get_templateAssets, (VisualTreeAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, VisualTreeAsset_set_templateAssets, (VisualTreeAsset * __this, List_1_UnityEngine_UIElements_TemplateAsset_ * value, MethodInfo * method)); DO_APP_FUNC(0x018693D0, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ *, VisualTreeAsset_get_slots, (VisualTreeAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, VisualTreeAsset_set_slots, (VisualTreeAsset * __this, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * value, MethodInfo * method)); DO_APP_FUNC(0x02DBCA20, int32_t, VisualTreeAsset_get_contentContainerId, (VisualTreeAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5410, void, VisualTreeAsset_set_contentContainerId, (VisualTreeAsset * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02F50380, TemplateContainer *, VisualTreeAsset_Instantiate, (VisualTreeAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02F50520, TemplateContainer *, VisualTreeAsset_Instantiate_1, (VisualTreeAsset * __this, String * bindingPath, MethodInfo * method)); DO_APP_FUNC(0x02F505A0, TemplateContainer *, VisualTreeAsset_CloneTree, (VisualTreeAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02F50520, TemplateContainer *, VisualTreeAsset_CloneTree_1, (VisualTreeAsset * __this, String * bindingPath, MethodInfo * method)); DO_APP_FUNC(0x02F505B0, void, VisualTreeAsset_CloneTree_2, (VisualTreeAsset * __this, VisualElement * target, MethodInfo * method)); DO_APP_FUNC(0x02F505E0, void, VisualTreeAsset_CloneTree_3, (VisualTreeAsset * __this, VisualElement * target, int32_t * firstElementIndex, int32_t * elementAddedCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF470, VisualTreeAsset_CloneTree_3__MethodInfo); DO_APP_FUNC(0x02F50800, void, VisualTreeAsset_CloneTree_4, (VisualTreeAsset * __this, VisualElement * target, Dictionary_2_System_String_UnityEngine_UIElements_VisualElement_ * slotInsertionPoints, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * attributeOverrides, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF300, VisualTreeAsset_CloneTree_4__MethodInfo); DO_APP_FUNC(0x02F51140, VisualElement *, VisualTreeAsset_CloneSetupRecursively, (VisualTreeAsset * __this, VisualElementAsset * root, Dictionary_2_System_Int32_List_1_UnityEngine_UIElements_VisualElementAsset_ * idToChildren, CreationContext context, MethodInfo * method)); DO_APP_FUNC(0x02F52100, int32_t, VisualTreeAsset_CompareForOrder, (VisualElementAsset * a, VisualElementAsset * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF4E0, VisualTreeAsset_CompareForOrder__MethodInfo); DO_APP_FUNC(0x02F52140, bool, VisualTreeAsset_TryGetSlotInsertionPoint, (VisualTreeAsset * __this, int32_t insertionPointId, String * * slotName, MethodInfo * method)); DO_APP_FUNC(0x02F522E0, VisualTreeAsset *, VisualTreeAsset_ResolveTemplate, (VisualTreeAsset * __this, String * templateName, MethodInfo * method)); DO_APP_FUNC(0x02F52690, VisualElement *, VisualTreeAsset_Create, (VisualElementAsset * asset, CreationContext ctx, MethodInfo * method)); DO_APP_FUNC(0x02F52F60, void, VisualTreeAsset_AssignClassListFromAssetToElement, (VisualElementAsset * asset, VisualElement * element, MethodInfo * method)); DO_APP_FUNC(0x02F52FD0, void, VisualTreeAsset_AssignStyleSheetFromAssetToElement, (VisualElementAsset * asset, VisualElement * element, MethodInfo * method)); DO_APP_FUNC(0x02F53280, int32_t, VisualTreeAsset_get_contentHash, (VisualTreeAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x0111DDC0, void, VisualTreeAsset_set_contentHash, (VisualTreeAsset * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, VisualTreeAsset__ctor, (VisualTreeAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02F53290, void, VisualTreeAsset__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F53430, VisualElement *, VisualTreeAsset__Create_g__CreateError_49_0, (VisualTreeAsset_c_DisplayClass49_0 * param_0001078c, MethodInfo * method)); DO_APP_FUNC(0x02F535D0, void, VisualTreeAsset_UsingEntry__ctor, (VisualTreeAsset_UsingEntry * __this, String * alias, String * path, MethodInfo * method)); DO_APP_FUNC(0x02F536D0, void, VisualTreeAsset_UsingEntry__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F53790, int32_t, VisualTreeAsset_UsingEntryComparer_Compare, (VisualTreeAsset_UsingEntryComparer * __this, VisualTreeAsset_UsingEntry x, VisualTreeAsset_UsingEntry y, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VisualTreeAsset_UsingEntryComparer__ctor, (VisualTreeAsset_UsingEntryComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, VisualTreeAsset_get_templateDependencies_d_17__ctor, (VisualTreeAsset_get_templateDependencies_d_17 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x02F53800, void, VisualTreeAsset_get_templateDependencies_d_17_System_IDisposable_Dispose, (VisualTreeAsset_get_templateDependencies_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F538C0, bool, VisualTreeAsset_get_templateDependencies_d_17_MoveNext, (VisualTreeAsset_get_templateDependencies_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F54210, void, VisualTreeAsset_get_templateDependencies_d_17___m__Finally1, (VisualTreeAsset_get_templateDependencies_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, VisualTreeAsset *, VisualTreeAsset_get_templateDependencies_d_17_System_Collections_Generic_IEnumerator_UnityEngine_UIElements_VisualTreeAsset__get_Current, (VisualTreeAsset_get_templateDependencies_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F54260, void, VisualTreeAsset_get_templateDependencies_d_17_System_Collections_IEnumerator_Reset, (VisualTreeAsset_get_templateDependencies_d_17 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF100, VisualTreeAsset_get_templateDependencies_d_17_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, VisualTreeAsset_get_templateDependencies_d_17_System_Collections_IEnumerator_get_Current, (VisualTreeAsset_get_templateDependencies_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F542B0, IEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_ *, VisualTreeAsset_get_templateDependencies_d_17_System_Collections_Generic_IEnumerable_UnityEngine_UIElements_VisualTreeAsset__GetEnumerator, (VisualTreeAsset_get_templateDependencies_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F542B0, IEnumerator *, VisualTreeAsset_get_templateDependencies_d_17_System_Collections_IEnumerable_GetEnumerator, (VisualTreeAsset_get_templateDependencies_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, VisualTreeAsset_get_stylesheets_d_21__ctor, (VisualTreeAsset_get_stylesheets_d_21 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x02F543F0, void, VisualTreeAsset_get_stylesheets_d_21_System_IDisposable_Dispose, (VisualTreeAsset_get_stylesheets_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F54610, bool, VisualTreeAsset_get_stylesheets_d_21_MoveNext, (VisualTreeAsset_get_stylesheets_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F55440, void, VisualTreeAsset_get_stylesheets_d_21___m__Finally1, (VisualTreeAsset_get_stylesheets_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F55490, void, VisualTreeAsset_get_stylesheets_d_21___m__Finally2, (VisualTreeAsset_get_stylesheets_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F554E0, void, VisualTreeAsset_get_stylesheets_d_21___m__Finally3, (VisualTreeAsset_get_stylesheets_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, StyleSheet *, VisualTreeAsset_get_stylesheets_d_21_System_Collections_Generic_IEnumerator_UnityEngine_UIElements_StyleSheet__get_Current, (VisualTreeAsset_get_stylesheets_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F55530, void, VisualTreeAsset_get_stylesheets_d_21_System_Collections_IEnumerator_Reset, (VisualTreeAsset_get_stylesheets_d_21 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF110, VisualTreeAsset_get_stylesheets_d_21_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, VisualTreeAsset_get_stylesheets_d_21_System_Collections_IEnumerator_get_Current, (VisualTreeAsset_get_stylesheets_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F55580, IEnumerator_1_UnityEngine_UIElements_StyleSheet_ *, VisualTreeAsset_get_stylesheets_d_21_System_Collections_Generic_IEnumerable_UnityEngine_UIElements_StyleSheet__GetEnumerator, (VisualTreeAsset_get_stylesheets_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F55580, IEnumerator *, VisualTreeAsset_get_stylesheets_d_21_System_Collections_IEnumerable_GetEnumerator, (VisualTreeAsset_get_stylesheets_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VisualTreeAsset_c_DisplayClass45_0__ctor, (VisualTreeAsset_c_DisplayClass45_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F556C0, bool, VisualTreeAsset_c_DisplayClass45_0__CloneSetupRecursively_b__0, (VisualTreeAsset_c_DisplayClass45_0 * __this, VisualTreeAsset_SlotUsageEntry u, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF340, VisualTreeAsset_c_DisplayClass45_0__CloneSetupRecursively_b__0__MethodInfo); DO_APP_FUNC(0x00470F00, VisualElement *, CreationContext_get_target, (CreationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, CreationContext_set_target, (CreationContext * __this, VisualElement * value, MethodInfo * method)); DO_APP_FUNC(0x005DE470, VisualTreeAsset *, CreationContext_get_visualTreeAsset, (CreationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x0066A570, void, CreationContext_set_visualTreeAsset, (CreationContext * __this, VisualTreeAsset * value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Dictionary_2_System_String_UnityEngine_UIElements_VisualElement_ *, CreationContext_get_slotInsertionPoints, (CreationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, CreationContext_set_slotInsertionPoints, (CreationContext * __this, Dictionary_2_System_String_UnityEngine_UIElements_VisualElement_ * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ *, CreationContext_get_attributeOverrides, (CreationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, CreationContext_set_attributeOverrides, (CreationContext * __this, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * value, MethodInfo * method)); DO_APP_FUNC(0x02F556F0, void, CreationContext__ctor, (CreationContext * __this, Dictionary_2_System_String_UnityEngine_UIElements_VisualElement_ * slotInsertionPoints, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * attributeOverrides, VisualTreeAsset * vta, VisualElement * target, MethodInfo * method)); DO_APP_FUNC(0x02F558B0, bool, CreationContext_Equals, (CreationContext * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F55970, bool, CreationContext_Equals_1, (CreationContext * __this, CreationContext other, MethodInfo * method)); DO_APP_FUNC(0x02F55AF0, int32_t, CreationContext_GetHashCode, (CreationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02F55C30, void, CreationContext__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F55C80, void, Allocator2D__ctor, (Allocator2D * __this, Vector2Int minSize, Vector2Int maxSize, int32_t rowHeightBias, MethodInfo * method)); DO_APP_FUNC(0x02F56240, bool, Allocator2D_TryAllocate, (Allocator2D * __this, int32_t width, int32_t height, Allocator2D_Alloc2D * alloc2D, MethodInfo * method)); DO_APP_FUNC(0x02F567D0, void, Allocator2D_Free, (Allocator2D * __this, Allocator2D_Alloc2D alloc2D, MethodInfo * method)); DO_APP_FUNC(0x02F56AA0, void, Allocator2D_BuildAreas, (List_1_UnityEngine_UIElements_UIR_Allocator2D_Area_ * areas, Vector2Int minSize, Vector2Int maxSize, MethodInfo * method)); DO_APP_FUNC(0x02F56C60, Vector2Int, Allocator2D_ComputeMaxAllocSize, (List_1_UnityEngine_UIElements_UIR_Allocator2D_Area_ * areas, int32_t rowHeightBias, MethodInfo * method)); DO_APP_FUNC(0x02F56D90, Allocator2D_Row__Array *, Allocator2D_BuildRowArray, (int32_t maxRowHeight, int32_t rowHeightBias, MethodInfo * method)); DO_APP_FUNC(0x02F56E20, void, Allocator2D_Area__ctor, (Allocator2D_Area * __this, RectInt rect, MethodInfo * method)); DO_APP_FUNC(0x02F56EF0, Allocator2D_Row *, Allocator2D_Row_Create, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1DE8, Allocator2D_Row_Create__MethodInfo); DO_APP_FUNC(0x02F56F60, void, Allocator2D_Row_Reset, (Allocator2D_Row * row, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1DF0, Allocator2D_Row_Reset__MethodInfo); DO_APP_FUNC(0x02F570A0, void, Allocator2D_Row__ctor, (Allocator2D_Row * __this, MethodInfo * method)); DO_APP_FUNC(0x02F570D0, void, Allocator2D_Row__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F57280, void, Allocator2D_Alloc2D__ctor, (Allocator2D_Alloc2D * __this, Allocator2D_Row * row, Alloc alloc, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x01EDDFC0, int32_t, GradientSettingsAtlas_get_length, (GradientSettingsAtlas * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, GradientSettingsAtlas_get_disposed, (GradientSettingsAtlas * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AE0, void, GradientSettingsAtlas_set_disposed, (GradientSettingsAtlas * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F573B0, void, GradientSettingsAtlas_Dispose, (GradientSettingsAtlas * __this, MethodInfo * method)); DO_APP_FUNC(0x02F57420, void, GradientSettingsAtlas_Dispose_1, (GradientSettingsAtlas * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02F57490, void, GradientSettingsAtlas__ctor, (GradientSettingsAtlas * __this, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02F575C0, void, GradientSettingsAtlas_Reset, (GradientSettingsAtlas * __this, MethodInfo * method)); DO_APP_FUNC(0x02414580, Texture2D *, GradientSettingsAtlas_get_atlas, (GradientSettingsAtlas * __this, MethodInfo * method)); DO_APP_FUNC(0x02F576E0, Alloc, GradientSettingsAtlas_Add, (GradientSettingsAtlas * __this, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02F577D0, void, GradientSettingsAtlas_Write, (GradientSettingsAtlas * __this, Alloc alloc, GradientSettings__Array * settings, GradientRemap * remap, MethodInfo * method)); DO_APP_FUNC(0x00422AF0, bool, GradientSettingsAtlas_get_MustCommit, (GradientSettingsAtlas * __this, MethodInfo * method)); DO_APP_FUNC(0x00422B00, void, GradientSettingsAtlas_set_MustCommit, (GradientSettingsAtlas * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F57D10, void, GradientSettingsAtlas_Commit, (GradientSettingsAtlas * __this, MethodInfo * method)); DO_APP_FUNC(0x02F57D80, void, GradientSettingsAtlas_PrepareAtlas, (GradientSettingsAtlas * __this, MethodInfo * method)); DO_APP_FUNC(0x02F58110, void, GradientSettingsAtlas__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F58230, void, GradientSettingsAtlas_RawTexture_WriteRawInt2Packed, (GradientSettingsAtlas_RawTexture * __this, int32_t v0, int32_t v1, int32_t destX, int32_t destY, MethodInfo * method)); DO_APP_FUNC(0x02F582D0, void, GradientSettingsAtlas_RawTexture_WriteRawFloat4Packed, (GradientSettingsAtlas_RawTexture * __this, float f0, float f1, float f2, float f3, int32_t destX, int32_t destY, MethodInfo * method)); DO_APP_FUNC(0x02F58380, void, MeshBuilder_MakeBorder, (MeshGenerationContextUtils_BorderParams borderParams, float posZ, MeshBuilder_AllocMeshData meshAlloc, MethodInfo * method)); DO_APP_FUNC(0x02F584A0, void, MeshBuilder_MakeSolidRect, (MeshGenerationContextUtils_RectangleParams rectParams, float posZ, MeshBuilder_AllocMeshData meshAlloc, MethodInfo * method)); DO_APP_FUNC(0x02F58710, void, MeshBuilder_MakeTexturedRect, (MeshGenerationContextUtils_RectangleParams rectParams, float posZ, MeshBuilder_AllocMeshData meshAlloc, ColorPage colorPage, MethodInfo * method)); DO_APP_FUNC(0x02F59140, Vertex, MeshBuilder_ConvertTextVertexToUIRVertex, (MeshInfo info, int32_t index, Vector2 offset, VertexFlags__Enum flags, bool isDynamicColor, MethodInfo * method)); DO_APP_FUNC(0x02F59300, Vertex, MeshBuilder_ConvertTextVertexToUIRVertex_1, (TextVertex_1 textVertex, Vector2 offset, MethodInfo * method)); DO_APP_FUNC(0x02F593C0, int32_t, MeshBuilder_LimitTextVertices, (int32_t vertexCount, bool logTruncation, MethodInfo * method)); DO_APP_FUNC(0x02F59540, void, MeshBuilder_MakeText, (MeshInfo meshInfo, Vector2 offset, MeshBuilder_AllocMeshData meshAlloc, VertexFlags__Enum flags, bool isDynamicColor, MethodInfo * method)); DO_APP_FUNC(0x02F59BA0, void, MeshBuilder_MakeText_1, (NativeArray_1_UnityEngine_UIElements_TextVertex_ uiVertices, Vector2 offset, MeshBuilder_AllocMeshData meshAlloc, MethodInfo * method)); DO_APP_FUNC(0x02F5A270, void, MeshBuilder_UpdateText, (NativeArray_1_UnityEngine_UIElements_TextVertex_ uiVertices, Vector2 offset, Matrix4x4 transform, Color32 xformClipPages, Color32 ids, Color32 flags, Color32 opacityPageSettingIndex, NativeSlice_1_UnityEngine_UIElements_Vertex_ vertices, MethodInfo * method)); DO_APP_FUNC(0x02F5A630, void, MeshBuilder_MakeQuad, (Rect rcPosition, Rect rcTexCoord, Color color, float posZ, MeshBuilder_AllocMeshData meshAlloc, ColorPage colorPage, MethodInfo * method)); DO_APP_FUNC(0x02F5ACC0, void, MeshBuilder_MakeSlicedQuad, (MeshGenerationContextUtils_RectangleParams * rectParams, float posZ, MeshBuilder_AllocMeshData meshAlloc, MethodInfo * method)); DO_APP_FUNC(0x02F5B6C0, void, MeshBuilder_MakeVectorGraphics, (MeshGenerationContextUtils_RectangleParams rectParams, int32_t settingIndexOffset, MeshBuilder_AllocMeshData meshAlloc, int32_t * finalVertexCount, int32_t * finalIndexCount, MethodInfo * method)); DO_APP_FUNC(0x02F5C330, void, MeshBuilder_MakeVectorGraphicsStretchBackground, (Vertex__Array * svgVertices, UInt16__Array * svgIndices, float svgWidth, float svgHeight, Rect targetRect, Rect sourceUV, ScaleMode__Enum scaleMode, Color tint, int32_t settingIndexOffset, MeshBuilder_AllocMeshData meshAlloc, int32_t * finalVertexCount, int32_t * finalIndexCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1D08, MeshBuilder_MakeVectorGraphicsStretchBackground__MethodInfo); DO_APP_FUNC(0x02F5CFA0, void, MeshBuilder_SplitTriangle, (Vertex * vertices, uint16_t * indices, int32_t * vertexCount, int32_t indexToProcess, int32_t * indexCount, float svgWidth, float svgHeight, Vector4 sliceLTRB, int32_t sliceIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1D00, MeshBuilder_SplitTriangle__MethodInfo); DO_APP_FUNC(0x02F5D7A0, void, MeshBuilder_ScaleSplittedTriangles, (Vertex * vertices, int32_t vertexCount, float svgWidth, float svgHeight, Rect targetRect, Vector4 sliceLTRB, MethodInfo * method)); DO_APP_FUNC(0x02F5DA40, void, MeshBuilder_MakeVectorGraphics9SliceBackground, (Vertex__Array * svgVertices, UInt16__Array * svgIndices, float svgWidth, float svgHeight, Rect targetRect, Vector4 sliceLTRB, bool stretch, Color tint, int32_t settingIndexOffset, MeshBuilder_AllocMeshData meshAlloc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1D20, MeshBuilder_MakeVectorGraphics9SliceBackground__MethodInfo); DO_APP_FUNC(0x02F5E640, MeshBuilder_ClipCounts, MeshBuilder_UpperBoundApproximateRectClippingResults, (Vertex__Array * vertices, UInt16__Array * indices, Vector4 clipRectMinMax, MethodInfo * method)); DO_APP_FUNC(0x02F5E8B0, void, MeshBuilder_RectClip, (Vertex__Array * vertices, UInt16__Array * indices, Vector4 clipRectMinMax, MeshWriteData * mwd, MeshBuilder_ClipCounts cc, int32_t * newVertexCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1D18, MeshBuilder_RectClip__MethodInfo); DO_APP_FUNC(0x02F5EE10, void, MeshBuilder_RectClipTriangle, (Vertex * vt, uint16_t * it, Vector4 clipRectMinMax, MeshWriteData * mwd, uint16_t * nextNewVertex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1D10, MeshBuilder_RectClipTriangle__MethodInfo); DO_APP_FUNC(0x02F5FDC0, Vector3, MeshBuilder_GetVertexBaryCentricCoordinates, (Vertex * vt, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x02F5FF30, Vertex, MeshBuilder_InterpolateVertexInTriangle, (Vertex * vt, float x, float y, Vector3 uvw, MethodInfo * method)); DO_APP_FUNC(0x02F60210, Vertex, MeshBuilder_InterpolateVertexInTriangleEdge, (Vertex * vt, int32_t e0, int32_t e1, float t, MethodInfo * method)); DO_APP_FUNC(0x02F60500, float, MeshBuilder_IntersectSegments, (float ax, float ay, float bx, float by, float cx, float cy, float dx, float dy, MethodInfo * method)); DO_APP_FUNC(0x02F60640, void, MeshBuilder__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F60C20, MeshWriteData *, MeshBuilder_AllocMeshData_Allocate, (MeshBuilder_AllocMeshData * __this, uint32_t vertexCount, uint32_t indexCount, MethodInfo * method)); DO_APP_FUNC(0x02F60C50, void, MeshBuilder_AllocMeshData_Allocator__ctor, (MeshBuilder_AllocMeshData_Allocator * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, MeshWriteData *, MeshBuilder_AllocMeshData_Allocator_Invoke, (MeshBuilder_AllocMeshData_Allocator * __this, uint32_t vertexCount, uint32_t indexCount, MeshBuilder_AllocMeshData * allocatorData, MethodInfo * method)); DO_APP_FUNC(0x02F60D80, void, RenderChain__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F614E0, void, RenderChain__ctor, (RenderChain * __this, BaseVisualElementPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x02F61D60, void, RenderChain_Constructor, (RenderChain * __this, BaseVisualElementPanel * panelObj, UIRenderDevice * deviceObj, AtlasBase * atlas, VectorImageManager * vectorImageMan, MethodInfo * method)); DO_APP_FUNC(0x02F62560, void, RenderChain_Destructor, (RenderChain * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6C2A0, bool, RenderChain_get_disposed, (RenderChain * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6C2B0, void, RenderChain_set_disposed, (RenderChain * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F62C30, void, RenderChain_Dispose, (RenderChain * __this, MethodInfo * method)); DO_APP_FUNC(0x02F62CA0, void, RenderChain_Dispose_1, (RenderChain * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02F62CD0, void, RenderChain_ProcessChanges, (RenderChain * __this, MethodInfo * method)); DO_APP_FUNC(0x02F63580, void, RenderChain_Render, (RenderChain * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1BC0, RenderChain_Render__MethodInfo); DO_APP_FUNC(0x02F63B10, void, RenderChain_ProcessTextRegen, (RenderChain * __this, bool timeSliced, MethodInfo * method)); DO_APP_FUNC(0x02F63F90, void, RenderChain_UIEOnChildAdded, (RenderChain * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1BD8, RenderChain_UIEOnChildAdded__MethodInfo); DO_APP_FUNC(0x02F641D0, void, RenderChain_UIEOnChildrenReordered, (RenderChain * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1C00, RenderChain_UIEOnChildrenReordered__MethodInfo); DO_APP_FUNC(0x02F645D0, void, RenderChain_UIEOnChildRemoving, (RenderChain * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1BF0, RenderChain_UIEOnChildRemoving__MethodInfo); DO_APP_FUNC(0x02F646F0, void, RenderChain_StopTrackingGroupTransformElement, (RenderChain * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02F64750, void, RenderChain_UIEOnRenderHintsChanged, (RenderChain * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1C38, RenderChain_UIEOnRenderHintsChanged__MethodInfo); DO_APP_FUNC(0x02F64820, void, RenderChain_UIEOnClippingChanged, (RenderChain * __this, VisualElement * ve, bool hierarchical, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1C28, RenderChain_UIEOnClippingChanged__MethodInfo); DO_APP_FUNC(0x02F648C0, void, RenderChain_UIEOnOpacityChanged, (RenderChain * __this, VisualElement * ve, bool hierarchical, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1C18, RenderChain_UIEOnOpacityChanged__MethodInfo); DO_APP_FUNC(0x02F64970, void, RenderChain_UIEOnColorChanged, (RenderChain * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1B98, RenderChain_UIEOnColorChanged__MethodInfo); DO_APP_FUNC(0x02F64A10, void, RenderChain_UIEOnTransformOrSizeChanged, (RenderChain * __this, VisualElement * ve, bool transformChanged, bool clipRectSizeChanged, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1B88, RenderChain_UIEOnTransformOrSizeChanged__MethodInfo); DO_APP_FUNC(0x02F64AC0, void, RenderChain_UIEOnVisualsChanged, (RenderChain * __this, VisualElement * ve, bool hierarchical, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1B78, RenderChain_UIEOnVisualsChanged__MethodInfo); DO_APP_FUNC(0x00ACEE50, BaseVisualElementPanel *, RenderChain_get_panel, (RenderChain * __this, MethodInfo * method)); DO_APP_FUNC(0x02921EE0, void, RenderChain_set_panel, (RenderChain * __this, BaseVisualElementPanel * value, MethodInfo * method)); DO_APP_FUNC(0x004FC820, UIRenderDevice *, RenderChain_get_device, (RenderChain * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC830, void, RenderChain_set_device, (RenderChain * __this, UIRenderDevice * value, MethodInfo * method)); DO_APP_FUNC(0x004FC890, AtlasBase *, RenderChain_get_atlas, (RenderChain * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC8A0, void, RenderChain_set_atlas, (RenderChain * __this, AtlasBase * value, MethodInfo * method)); DO_APP_FUNC(0x004FC900, VectorImageManager *, RenderChain_get_vectorImageManager, (RenderChain * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC910, void, RenderChain_set_vectorImageManager, (RenderChain * __this, VectorImageManager * value, MethodInfo * method)); DO_APP_FUNC(0x01901270, UIRStylePainter *, RenderChain_get_painter, (RenderChain * __this, MethodInfo * method)); DO_APP_FUNC(0x01901280, void, RenderChain_set_painter, (RenderChain * __this, UIRStylePainter * value, MethodInfo * method)); DO_APP_FUNC(0x02F64B70, bool, RenderChain_get_drawStats, (RenderChain * __this, MethodInfo * method)); DO_APP_FUNC(0x02F64B80, void, RenderChain_set_drawStats, (RenderChain * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F64B90, bool, RenderChain_get_drawInCameras, (RenderChain * __this, MethodInfo * method)); DO_APP_FUNC(0x02F64BA0, void, RenderChain_set_drawInCameras, (RenderChain * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F64BB0, void, RenderChain_set_defaultShader, (RenderChain * __this, Shader * value, MethodInfo * method)); DO_APP_FUNC(0x02F64E20, void, RenderChain_set_defaultWorldSpaceShader, (RenderChain * __this, Shader * value, MethodInfo * method)); DO_APP_FUNC(0x02F65090, Material *, RenderChain_GetStandardMaterial, (RenderChain * __this, MethodInfo * method)); DO_APP_FUNC(0x02F65390, Material *, RenderChain_GetStandardWorldSpaceMaterial, (RenderChain * __this, MethodInfo * method)); DO_APP_FUNC(0x02F65690, void, RenderChain_EnsureFitsDepth, (RenderChain * __this, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x02F656A0, void, RenderChain_ChildWillBeRemoved, (RenderChain * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02F65760, RenderChainCommand *, RenderChain_AllocCommand, (RenderChain * __this, MethodInfo * method)); DO_APP_FUNC(0x02F657C0, void, RenderChain_FreeCommand, (RenderChain * __this, RenderChainCommand * cmd, MethodInfo * method)); DO_APP_FUNC(0x02F65910, void, RenderChain_OnRenderCommandAdded, (RenderChain * __this, RenderChainCommand * command, MethodInfo * method)); DO_APP_FUNC(0x02F65A80, void, RenderChain_OnRenderCommandsRemoved, (RenderChain * __this, RenderChainCommand * firstCommand, RenderChainCommand * lastCommand, MethodInfo * method)); DO_APP_FUNC(0x02F65AF0, void, RenderChain_AddTextElement, (RenderChain * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02F65C30, void, RenderChain_RemoveTextElement, (RenderChain * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02F65E60, void, RenderChain_OnGroupTransformElementChangedTransform, (RenderChain * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02F66050, RenderChain_RenderNodeData, RenderChain_AccessRenderNodeData, (void * obj, MethodInfo * method)); DO_APP_FUNC(0x02F661E0, void, RenderChain_OnRenderNodeExecute, (void * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1D70, RenderChain_OnRenderNodeExecute__MethodInfo); DO_APP_FUNC(0x02F66420, void, RenderChain_OnRegisterIntermediateRenderers, (Camera * camera, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1D88, RenderChain_OnRegisterIntermediateRenderers__MethodInfo); DO_APP_FUNC(0x02F66EA0, void, RenderChain_OnRegisterIntermediateRendererMat, (BaseRuntimePanel * rtp, RenderChain * renderChain, RenderChain_RenderNodeData * rnd, Camera * camera, int32_t sameDistanceSortPriority, MethodInfo * method)); DO_APP_FUNC(0x02F67420, void, RenderChain_RepaintTexturedElements, (RenderChain * __this, MethodInfo * method)); DO_APP_FUNC(0x02F67570, void, RenderChain_OnFontReset, (RenderChain * __this, Font * font, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1CE0, RenderChain_OnFontReset__MethodInfo); DO_APP_FUNC(0x02F67580, void, RenderChain_AppendTexture, (RenderChain * __this, VisualElement * ve, Texture * src, TextureId id, bool isAtlas, MethodInfo * method)); DO_APP_FUNC(0x02F67750, void, RenderChain_ResetTextures, (RenderChain * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02F678D0, void, RenderChain_DrawStats, (RenderChain * __this, MethodInfo * method)); DO_APP_FUNC(0x02F68360, VisualElement *, RenderChain_GetFirstElementInPanel, (VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02F68390, void, RenderChain_DepthOrderedDirtyTracking_EnsureFits, (RenderChain_DepthOrderedDirtyTracking * __this, int32_t maxDepth, MethodInfo * method)); DO_APP_FUNC(0x02F684C0, void, RenderChain_DepthOrderedDirtyTracking_RegisterDirty, (RenderChain_DepthOrderedDirtyTracking * __this, VisualElement * ve, RenderDataDirtyTypes__Enum dirtyTypes, RenderDataDirtyTypeClasses__Enum dirtyTypeClass, MethodInfo * method)); DO_APP_FUNC(0x02F687D0, void, RenderChain_DepthOrderedDirtyTracking_ClearDirty, (RenderChain_DepthOrderedDirtyTracking * __this, VisualElement * ve, RenderDataDirtyTypes__Enum dirtyTypesInverse, MethodInfo * method)); DO_APP_FUNC(0x02F68B70, void, RenderChain_DepthOrderedDirtyTracking_Reset, (RenderChain_DepthOrderedDirtyTracking * __this, MethodInfo * method)); DO_APP_FUNC(0x02F68BE0, int32_t, RenderChain_RenderChainStaticIndexAllocator_AllocateIndex, (RenderChain * renderChain, MethodInfo * method)); DO_APP_FUNC(0x02F68DF0, void, RenderChain_RenderChainStaticIndexAllocator_FreeIndex, (int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02F68EA0, RenderChain *, RenderChain_RenderChainStaticIndexAllocator_AccessIndex, (int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02F68F40, void, RenderChain_RenderChainStaticIndexAllocator__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F690A0, void, RenderChain_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RenderChain_c__ctor, (RenderChain_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02F69150, RenderChainCommand *, RenderChain_c___ctor_b__37_0, (RenderChain_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1CB8, RenderChain_c___ctor_b__37_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, RenderChain_c___ctor_b__37_1, (RenderChain_c * __this, RenderChainCommand * cmd, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1CC0, RenderChain_c___ctor_b__37_1__MethodInfo); DO_APP_FUNC(0x02F691C0, RenderChainCommand *, RenderChainVEData_get_lastClosingOrLastCommand, (RenderChainVEData * __this, MethodInfo * method)); DO_APP_FUNC(0x02F691D0, bool, RenderChainVEData_AllocatesID, (BMPAlloc alloc, MethodInfo * method)); DO_APP_FUNC(0x02F69230, bool, RenderChainVEData_InheritsID, (BMPAlloc alloc, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, BaseShaderInfoStorage_get_disposed, (BaseShaderInfoStorage * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, BaseShaderInfoStorage_set_disposed, (BaseShaderInfoStorage * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F69290, void, BaseShaderInfoStorage_Dispose, (BaseShaderInfoStorage * __this, MethodInfo * method)); DO_APP_FUNC(0x01F8C450, void, BaseShaderInfoStorage_Dispose_1, (BaseShaderInfoStorage * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseShaderInfoStorage__ctor, (BaseShaderInfoStorage * __this, MethodInfo * method)); DO_APP_FUNC(0x02F69300, void, BaseShaderInfoStorage__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F694A0, void, ShaderInfoStorageRGBA32__ctor, (ShaderInfoStorageRGBA32 * __this, int32_t initialSize, int32_t maxSize, MethodInfo * method)); DO_APP_FUNC(0x02F69550, void, ShaderInfoStorageRGBA32__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F69780, void, ShaderInfoStorageRGBA32_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ShaderInfoStorageRGBA32_c__ctor, (ShaderInfoStorageRGBA32_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02F69830, Color32, ShaderInfoStorageRGBA32_c___cctor_b__2_0, (ShaderInfoStorageRGBA32_c * __this, Color c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1A20, ShaderInfoStorageRGBA32_c___cctor_b__2_0__MethodInfo); DO_APP_FUNC(0x02F69850, void, ShaderInfoStorageRGBAFloat__ctor, (ShaderInfoStorageRGBAFloat * __this, int32_t initialSize, int32_t maxSize, MethodInfo * method)); DO_APP_FUNC(0x02F69900, void, ShaderInfoStorageRGBAFloat__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F69B30, void, ShaderInfoStorageRGBAFloat_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ShaderInfoStorageRGBAFloat_c__ctor, (ShaderInfoStorageRGBAFloat_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC65C0, Color, ShaderInfoStorageRGBAFloat_c___cctor_b__2_0, (ShaderInfoStorageRGBAFloat_c * __this, Color c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1978, ShaderInfoStorageRGBAFloat_c___cctor_b__2_0__MethodInfo); DO_APP_FUNC(0x02F69BE0, void, Shaders__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F6A150, void, Tessellation_TessellateRect, (MeshGenerationContextUtils_RectangleParams rectParams, float posZ, MeshBuilder_AllocMeshData meshAlloc, bool computeUVs, MethodInfo * method)); DO_APP_FUNC(0x02F6A8B0, void, Tessellation_TessellateQuad, (MeshGenerationContextUtils_RectangleParams rectParams, float posZ, MeshBuilder_AllocMeshData meshAlloc, MethodInfo * method)); DO_APP_FUNC(0x02F6AED0, void, Tessellation_TessellateBorder, (MeshGenerationContextUtils_BorderParams borderParams, float posZ, MeshBuilder_AllocMeshData meshAlloc, MethodInfo * method)); DO_APP_FUNC(0x02F6B590, void, Tessellation_TessellateRoundedCorners, (MeshGenerationContextUtils_RectangleParams * rectParams, float posZ, MeshWriteData * mesh, ColorPage colorPage, uint16_t * vertexCount, uint16_t * indexCount, bool countOnly, MethodInfo * method)); DO_APP_FUNC(0x02F6BAE0, void, Tessellation_TessellateRoundedBorders, (MeshGenerationContextUtils_BorderParams * border, float posZ, MeshWriteData * mesh, uint16_t * vertexCount, uint16_t * indexCount, bool countOnly, MethodInfo * method)); DO_APP_FUNC(0x02F6C190, void, Tessellation_TessellateRoundedCorner, (Rect rect, Color32 color, float posZ, Vector2 radius, MeshWriteData * mesh, ColorPage colorPage, uint16_t * vertexCount, uint16_t * indexCount, bool countOnly, MethodInfo * method)); DO_APP_FUNC(0x02F6C5E0, void, Tessellation_TessellateRoundedBorder, (Rect rect, Color32 leftColor, Color32 topColor, float posZ, Vector2 radius, float leftWidth, float topWidth, MeshWriteData * mesh, ColorPage leftColorPage, ColorPage topColorPage, uint16_t * vertexCount, uint16_t * indexCount, bool countOnly, MethodInfo * method)); DO_APP_FUNC(0x02F6CF30, Vector2, Tessellation_IntersectLines, (Vector2 p0, Vector2 p1, Vector2 p2, Vector2 p3, MethodInfo * method)); DO_APP_FUNC(0x02F6D0D0, int32_t, Tessellation_LooseCompare, (float a, float b, MethodInfo * method)); DO_APP_FUNC(0x02F6D180, void, Tessellation_TessellateComplexBorderCorner, (Rect rect, Vector2 radius, float leftWidth, float topWidth, Color32 leftColor, Color32 topColor, float posZ, MeshWriteData * mesh, ColorPage leftColorPage, ColorPage topColorPage, uint16_t * vertexCount, uint16_t * indexCount, bool countOnly, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1968, Tessellation_TessellateComplexBorderCorner__MethodInfo); DO_APP_FUNC(0x02F6D970, void, Tessellation_TessellateQuad_1, (Rect rect, Color32 color, float posZ, MeshWriteData * mesh, ColorPage colorPage, uint16_t * vertexCount, uint16_t * indexCount, bool countOnly, MethodInfo * method)); DO_APP_FUNC(0x02F6DF60, void, Tessellation_TessellateQuad_2, (Rect rect, Tessellation_Edges__Enum smoothedEdges, Color32 color, float posZ, MeshWriteData * mesh, ColorPage colorPage, uint16_t * vertexCount, uint16_t * indexCount, bool countOnly, MethodInfo * method)); DO_APP_FUNC(0x02F6E040, int32_t, Tessellation_EdgesCount, (Tessellation_Edges__Enum edges, MethodInfo * method)); DO_APP_FUNC(0x02F6E080, void, Tessellation_TessellateQuad_3, (Rect rect, Tessellation_Edges__Enum smoothedEdges, Vector2 * offsets, Color32 color, float posZ, MeshWriteData * mesh, ColorPage colorPage, uint16_t * vertexCount, uint16_t * indexCount, bool countOnly, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1970, Tessellation_TessellateQuad_3__MethodInfo); DO_APP_FUNC(0x02F6EBC0, void, Tessellation_EncodeStraightArc, (Vertex * v0, Vertex * v1, Vertex * center, float radius, MethodInfo * method)); DO_APP_FUNC(0x02F6EDB0, void, Tessellation_ExpandTriangle, (Vector3 * v0, Vector3 * v1, Vector3 center, float factor, MethodInfo * method)); DO_APP_FUNC(0x02F6F030, void, Tessellation_TessellateQuadSingleEdge, (Rect rect, Tessellation_Edges__Enum smoothedEdge, Color32 color, float posZ, MeshWriteData * mesh, ColorPage colorPage, uint16_t * vertexCount, uint16_t * indexCount, bool countOnly, MethodInfo * method)); DO_APP_FUNC(0x02F6F9F0, void, Tessellation_TessellateStraightBorder, (Rect rect, Tessellation_Edges__Enum smoothedEdge, float miterOffset, Color color, float posZ, MeshWriteData * mesh, ColorPage colorPage, uint16_t * vertexCount, uint16_t * indexCount, bool countOnly, MethodInfo * method)); DO_APP_FUNC(0x02F70AA0, Vector4, Tessellation_GetInterpolatedCircle, (Vector2 p, Vertex * v0, Vertex * v1, Vertex * v2, MethodInfo * method)); DO_APP_FUNC(0x02F70D50, void, Tessellation_ComputeBarycentricCoordinates, (Vector2 p, Vector2 a, Vector2 b, Vector2 c, float * u, float * v, float * w, MethodInfo * method)); DO_APP_FUNC(0x02F70EE0, void, Tessellation_TessellateFilledFan, (Vector2 center, Vector2 radius, Vector2 miterOffset, float leftWidth, float topWidth, Color32 leftColor, Color32 topColor, float posZ, MeshWriteData * mesh, ColorPage leftColorPage, ColorPage topColorPage, uint16_t * vertexCount, uint16_t * indexCount, bool countOnly, MethodInfo * method)); DO_APP_FUNC(0x02F71AA0, void, Tessellation_TessellateBorderedFan, (Vector2 center, Vector2 outerRadius, float leftWidth, float topWidth, Color32 leftColor, Color32 topColor, float posZ, MeshWriteData * mesh, ColorPage leftColorPage, ColorPage topColorPage, uint16_t * vertexCount, uint16_t * indexCount, bool countOnly, MethodInfo * method)); DO_APP_FUNC(0x02F722B0, void, Tessellation_MirrorVertices, (Rect rect, NativeSlice_1_UnityEngine_UIElements_Vertex_ vertices, int32_t vertexStart, int32_t vertexCount, bool flipHorizontal, MethodInfo * method)); DO_APP_FUNC(0x02F72660, void, Tessellation_FlipWinding, (NativeSlice_1_System_UInt16_ indices, int32_t indexStart, int32_t indexCount, MethodInfo * method)); DO_APP_FUNC(0x02F728A0, void, Tessellation_ComputeUVs, (Rect tessellatedRect, Rect textureRect, Rect uvRegion, NativeSlice_1_UnityEngine_UIElements_Vertex_ vertices, MethodInfo * method)); DO_APP_FUNC(0x02F72BB0, void, Tessellation__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E3E460, bool, TextCoreSettings_Equals, (TextCoreSettings * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02E3E510, bool, TextCoreSettings_Equals_1, (TextCoreSettings * __this, TextCoreSettings other, MethodInfo * method)); DO_APP_FUNC(0x02E3E6B0, int32_t, TextCoreSettings_GetHashCode, (TextCoreSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00434A10, bool, TextureBlitter_get_disposed, (TextureBlitter * __this, MethodInfo * method)); DO_APP_FUNC(0x005391A0, void, TextureBlitter_set_disposed, (TextureBlitter * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02E3E760, void, TextureBlitter_Dispose, (TextureBlitter * __this, MethodInfo * method)); DO_APP_FUNC(0x02E3E7D0, void, TextureBlitter_Dispose_1, (TextureBlitter * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02E3E890, void, TextureBlitter__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E3EB10, void, TextureBlitter__ctor, (TextureBlitter * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x02E3EDB0, void, TextureBlitter_QueueBlit, (TextureBlitter * __this, Texture * src, RectInt srcRect, Vector2Int dstPos, bool addBorder, Color tint, MethodInfo * method)); DO_APP_FUNC(0x02E3EFE0, void, TextureBlitter_BlitOneNow, (TextureBlitter * __this, RenderTexture * dst, Texture * src, RectInt srcRect, Vector2Int dstPos, bool addBorder, Color tint, MethodInfo * method)); DO_APP_FUNC(0x02E3F190, void, TextureBlitter_Commit, (TextureBlitter * __this, RenderTexture * dst, MethodInfo * method)); DO_APP_FUNC(0x02E3F290, void, TextureBlitter_BeginBlit, (TextureBlitter * __this, RenderTexture * dst, MethodInfo * method)); DO_APP_FUNC(0x02E3F860, void, TextureBlitter_DoBlit, (TextureBlitter * __this, IList_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * blitInfos, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x02E40380, void, TextureBlitter_EndBlit, (TextureBlitter * __this, MethodInfo * method)); DO_APP_FUNC(0x02E40460, void, TextureSlotManager__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E40720, void, TextureSlotManager__ctor, (TextureSlotManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02E409D0, void, TextureSlotManager_Reset, (TextureSlotManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02E40AF0, void, TextureSlotManager_StartNewBatch, (TextureSlotManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02E40B60, int32_t, TextureSlotManager_IndexOf, (TextureSlotManager * __this, TextureId id, MethodInfo * method)); DO_APP_FUNC(0x02E40C30, void, TextureSlotManager_MarkUsed, (TextureSlotManager * __this, int32_t slotIndex, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, TextureSlotManager_get_FreeSlots, (TextureSlotManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5310, void, TextureSlotManager_set_FreeSlots, (TextureSlotManager * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02E40C90, int32_t, TextureSlotManager_FindOldestSlot, (TextureSlotManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02E40D60, void, TextureSlotManager_Bind, (TextureSlotManager * __this, TextureId id, int32_t slot, MaterialPropertyBlock * mat, MethodInfo * method)); DO_APP_FUNC(0x02E41150, void, VectorImageRenderInfoPool__ctor, (VectorImageRenderInfoPool * __this, MethodInfo * method)); DO_APP_FUNC(0x02E41410, void, VectorImageRenderInfoPool_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VectorImageRenderInfoPool_c__ctor, (VectorImageRenderInfoPool_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02E414C0, VectorImageRenderInfo *, VectorImageRenderInfoPool_c___ctor_b__0_0, (VectorImageRenderInfoPool_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D5A8, VectorImageRenderInfoPool_c___ctor_b__0_0__MethodInfo); DO_APP_FUNC(0x02E41530, void, VectorImageRenderInfoPool_c___ctor_b__0_1, (VectorImageRenderInfoPool_c * __this, VectorImageRenderInfo * vectorImageInfo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D590, VectorImageRenderInfoPool_c___ctor_b__0_1__MethodInfo); DO_APP_FUNC(0x02E415B0, void, VectorImageRenderInfo_Reset, (VectorImageRenderInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02E41610, void, VectorImageRenderInfo__ctor, (VectorImageRenderInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02E41640, void, GradientRemapPool__ctor, (GradientRemapPool * __this, MethodInfo * method)); DO_APP_FUNC(0x02E41900, void, GradientRemapPool_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GradientRemapPool_c__ctor, (GradientRemapPool_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02E419B0, GradientRemap *, GradientRemapPool_c___ctor_b__0_0, (GradientRemapPool_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D4F8, GradientRemapPool_c___ctor_b__0_0__MethodInfo); DO_APP_FUNC(0x02E41A20, void, GradientRemapPool_c___ctor_b__0_1, (GradientRemapPool_c * __this, GradientRemap * gradientRemap, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D4E0, GradientRemapPool_c___ctor_b__0_1__MethodInfo); DO_APP_FUNC(0x02E41AA0, void, GradientRemap_Reset, (GradientRemap * __this, MethodInfo * method)); DO_APP_FUNC(0x02E41B10, void, GradientRemap__ctor, (GradientRemap * __this, MethodInfo * method)); DO_APP_FUNC(0x02E41B40, Texture2D *, VectorImageManager_get_atlas, (VectorImageManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02E41B60, void, VectorImageManager__ctor, (VectorImageManager * __this, AtlasBase * atlas, MethodInfo * method)); DO_APP_FUNC(0x00422AF0, bool, VectorImageManager_get_disposed, (VectorImageManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00422B00, void, VectorImageManager_set_disposed, (VectorImageManager * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02E41FE0, void, VectorImageManager_Dispose, (VectorImageManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02E42050, void, VectorImageManager_Dispose_1, (VectorImageManager * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02E42210, void, VectorImageManager_Commit, (VectorImageManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02E422A0, GradientRemap *, VectorImageManager_AddUser, (VectorImageManager * __this, VectorImage * vi, VisualElement * context, MethodInfo * method)); DO_APP_FUNC(0x02E42440, VectorImageRenderInfo *, VectorImageManager_Register, (VectorImageManager * __this, VectorImage * vi, VisualElement * context, MethodInfo * method)); DO_APP_FUNC(0x02E42920, void, VectorImageManager__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E42B70, bool, BMPAlloc_Equals, (BMPAlloc * __this, BMPAlloc other, MethodInfo * method)); DO_APP_FUNC(0x02E42B90, bool, BMPAlloc_IsValid, (BMPAlloc * __this, MethodInfo * method)); DO_APP_FUNC(0x02E42BA0, String *, BMPAlloc_ToString, (BMPAlloc * __this, MethodInfo * method)); DO_APP_FUNC(0x02E42CD0, void, BMPAlloc__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E42D30, void, BitmapAllocator32_Construct, (BitmapAllocator32 * __this, int32_t pageHeight, int32_t entryWidth, int32_t entryHeight, MethodInfo * method)); DO_APP_FUNC(0x02E430E0, void, BitmapAllocator32_ForceFirstAlloc, (BitmapAllocator32 * __this, uint16_t firstPageX, uint16_t firstPageY, MethodInfo * method)); DO_APP_FUNC(0x02E43250, BMPAlloc, BitmapAllocator32_Allocate, (BitmapAllocator32 * __this, BaseShaderInfoStorage * storage, MethodInfo * method)); DO_APP_FUNC(0x02E43780, void, BitmapAllocator32_Free, (BitmapAllocator32 * __this, BMPAlloc alloc, MethodInfo * method)); DO_APP_FUNC(0x01012D90, int32_t, BitmapAllocator32_get_entryWidth, (BitmapAllocator32 * __this, MethodInfo * method)); DO_APP_FUNC(0x01616930, int32_t, BitmapAllocator32_get_entryHeight, (BitmapAllocator32 * __this, MethodInfo * method)); DO_APP_FUNC(0x02E43900, void, BitmapAllocator32_GetAllocPageAtlasLocation, (BitmapAllocator32 * __this, int32_t page, uint16_t * x, uint16_t * y, MethodInfo * method)); DO_APP_FUNC(0x02E439A0, uint8_t, BitmapAllocator32_CountTrailingZeroes, (uint32_t val, MethodInfo * method)); DO_APP_FUNC(0x02E43A30, int32_t, UIRVEShaderInfoAllocator_get_pageWidth, (MethodInfo * method)); DO_APP_FUNC(0x02E43A40, int32_t, UIRVEShaderInfoAllocator_get_pageHeight, (MethodInfo * method)); DO_APP_FUNC(0x02E43A50, Vector2Int, UIRVEShaderInfoAllocator_AllocToTexelCoord, (BitmapAllocator32 * allocator, BMPAlloc alloc, MethodInfo * method)); DO_APP_FUNC(0x02E43B00, int32_t, UIRVEShaderInfoAllocator_AllocToConstantBufferIndex, (BMPAlloc alloc, MethodInfo * method)); DO_APP_FUNC(0x02E43B60, bool, UIRVEShaderInfoAllocator_AtlasRectMatchesPage, (BitmapAllocator32 * allocator, BMPAlloc defAlloc, RectInt atlasRect, MethodInfo * method)); DO_APP_FUNC(0x02E43CA0, NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4_, UIRVEShaderInfoAllocator_get_transformConstants, (UIRVEShaderInfoAllocator * __this, MethodInfo * method)); DO_APP_FUNC(0x02E43DC0, NativeSlice_1_UnityEngine_Vector4_, UIRVEShaderInfoAllocator_get_clipRectConstants, (UIRVEShaderInfoAllocator * __this, MethodInfo * method)); DO_APP_FUNC(0x02E43EE0, Texture *, UIRVEShaderInfoAllocator_get_atlas, (UIRVEShaderInfoAllocator * __this, MethodInfo * method)); DO_APP_FUNC(0x02E43F80, void, UIRVEShaderInfoAllocator_Construct, (UIRVEShaderInfoAllocator * __this, MethodInfo * method)); DO_APP_FUNC(0x02E44400, void, UIRVEShaderInfoAllocator_ReallyCreateStorage, (UIRVEShaderInfoAllocator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D390, UIRVEShaderInfoAllocator_ReallyCreateStorage__MethodInfo); DO_APP_FUNC(0x02E44C60, void, UIRVEShaderInfoAllocator_Dispose, (UIRVEShaderInfoAllocator * __this, MethodInfo * method)); DO_APP_FUNC(0x02E44DB0, void, UIRVEShaderInfoAllocator_IssuePendingStorageChanges, (UIRVEShaderInfoAllocator * __this, MethodInfo * method)); DO_APP_FUNC(0x02E44DD0, BMPAlloc, UIRVEShaderInfoAllocator_AllocTransform, (UIRVEShaderInfoAllocator * __this, MethodInfo * method)); DO_APP_FUNC(0x02E44F20, BMPAlloc, UIRVEShaderInfoAllocator_AllocClipRect, (UIRVEShaderInfoAllocator * __this, MethodInfo * method)); DO_APP_FUNC(0x02E45070, BMPAlloc, UIRVEShaderInfoAllocator_AllocOpacity, (UIRVEShaderInfoAllocator * __this, MethodInfo * method)); DO_APP_FUNC(0x02E450E0, BMPAlloc, UIRVEShaderInfoAllocator_AllocColor, (UIRVEShaderInfoAllocator * __this, MethodInfo * method)); DO_APP_FUNC(0x02E45150, BMPAlloc, UIRVEShaderInfoAllocator_AllocTextCoreSettings, (UIRVEShaderInfoAllocator * __this, TextCoreSettings settings, MethodInfo * method)); DO_APP_FUNC(0x02E451C0, void, UIRVEShaderInfoAllocator_SetTransformValue, (UIRVEShaderInfoAllocator * __this, BMPAlloc alloc, Matrix4x4 xform, MethodInfo * method)); DO_APP_FUNC(0x02E45500, void, UIRVEShaderInfoAllocator_SetClipRectValue, (UIRVEShaderInfoAllocator * __this, BMPAlloc alloc, Vector4 clipRect, MethodInfo * method)); DO_APP_FUNC(0x02E456C0, void, UIRVEShaderInfoAllocator_SetOpacityValue, (UIRVEShaderInfoAllocator * __this, BMPAlloc alloc, float opacity, MethodInfo * method)); DO_APP_FUNC(0x02E45800, void, UIRVEShaderInfoAllocator_SetColorValue, (UIRVEShaderInfoAllocator * __this, BMPAlloc alloc, Color color, bool isEditorContext, MethodInfo * method)); DO_APP_FUNC(0x02E45980, void, UIRVEShaderInfoAllocator_SetTextCoreSettingValue, (UIRVEShaderInfoAllocator * __this, BMPAlloc alloc, TextCoreSettings settings, bool isEditorContext, MethodInfo * method)); DO_APP_FUNC(0x02E45CF0, void, UIRVEShaderInfoAllocator_FreeTransform, (UIRVEShaderInfoAllocator * __this, BMPAlloc alloc, MethodInfo * method)); DO_APP_FUNC(0x02E45D90, void, UIRVEShaderInfoAllocator_FreeClipRect, (UIRVEShaderInfoAllocator * __this, BMPAlloc alloc, MethodInfo * method)); DO_APP_FUNC(0x02E45E30, void, UIRVEShaderInfoAllocator_FreeOpacity, (UIRVEShaderInfoAllocator * __this, BMPAlloc alloc, MethodInfo * method)); DO_APP_FUNC(0x02E45ED0, void, UIRVEShaderInfoAllocator_FreeColor, (UIRVEShaderInfoAllocator * __this, BMPAlloc alloc, MethodInfo * method)); DO_APP_FUNC(0x02E45F70, void, UIRVEShaderInfoAllocator_FreeTextCoreSettings, (UIRVEShaderInfoAllocator * __this, BMPAlloc alloc, MethodInfo * method)); DO_APP_FUNC(0x02E46020, Color32, UIRVEShaderInfoAllocator_TransformAllocToVertexData, (UIRVEShaderInfoAllocator * __this, BMPAlloc alloc, MethodInfo * method)); DO_APP_FUNC(0x02E46170, Color32, UIRVEShaderInfoAllocator_ClipRectAllocToVertexData, (UIRVEShaderInfoAllocator * __this, BMPAlloc alloc, MethodInfo * method)); DO_APP_FUNC(0x02E462C0, Color32, UIRVEShaderInfoAllocator_OpacityAllocToVertexData, (UIRVEShaderInfoAllocator * __this, BMPAlloc alloc, MethodInfo * method)); DO_APP_FUNC(0x02E46400, Color32, UIRVEShaderInfoAllocator_ColorAllocToVertexData, (UIRVEShaderInfoAllocator * __this, BMPAlloc alloc, MethodInfo * method)); DO_APP_FUNC(0x02E46540, Color32, UIRVEShaderInfoAllocator_TextCoreSettingsToVertexData, (UIRVEShaderInfoAllocator * __this, BMPAlloc alloc, MethodInfo * method)); DO_APP_FUNC(0x02E46680, void, UIRVEShaderInfoAllocator__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E46990, void, MeshHandle__ctor, (MeshHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E4E0, uint32_t, UIRenderDevice_get_maxVerticesPerPage, (UIRenderDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x009321F0, bool, UIRenderDevice_get_breakBatches, (UIRenderDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x00932200, void, UIRenderDevice_set_breakBatches, (UIRenderDevice * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02E469C0, void, UIRenderDevice__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E47320, void, UIRenderDevice__ctor, (UIRenderDevice * __this, uint32_t initialVertexCapacity, uint32_t initialIndexCapacity, MethodInfo * method)); DO_APP_FUNC(0x02E47340, void, UIRenderDevice__ctor_1, (UIRenderDevice * __this, uint32_t initialVertexCapacity, uint32_t initialIndexCapacity, bool mockDevice, MethodInfo * method)); DO_APP_FUNC(0x02E47E90, Texture2D *, UIRenderDevice_get_defaultShaderInfoTexFloat, (MethodInfo * method)); DO_APP_FUNC(0x02E485C0, Texture2D *, UIRenderDevice_get_defaultShaderInfoTexARGB8, (MethodInfo * method)); DO_APP_FUNC(0x02E48B00, bool, UIRenderDevice_get_vertexTexturingIsAvailable, (MethodInfo * method)); DO_APP_FUNC(0x02E48DD0, bool, UIRenderDevice_get_shaderModelIs35, (MethodInfo * method)); DO_APP_FUNC(0x02E490A0, void, UIRenderDevice_InitVertexDeclaration, (UIRenderDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02E49240, void, UIRenderDevice_CompleteCreation, (UIRenderDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02E494E0, bool, UIRenderDevice_get_fullyCreated, (UIRenderDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02E494F0, bool, UIRenderDevice_get_disposed, (UIRenderDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02E49500, void, UIRenderDevice_set_disposed, (UIRenderDevice * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02E49510, void, UIRenderDevice_Dispose, (UIRenderDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02E49580, void, UIRenderDevice_Dispose_1, (UIRenderDevice * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02E49820, MeshHandle *, UIRenderDevice_Allocate, (UIRenderDevice * __this, uint32_t vertexCount, uint32_t indexCount, NativeSlice_1_UnityEngine_UIElements_Vertex_ * vertexData, NativeSlice_1_System_UInt16_ * indexData, uint16_t * indexOffset, MethodInfo * method)); DO_APP_FUNC(0x02E49900, void, UIRenderDevice_Update, (UIRenderDevice * __this, MeshHandle * mesh, uint32_t vertexCount, NativeSlice_1_UnityEngine_UIElements_Vertex_ * vertexData, MethodInfo * method)); DO_APP_FUNC(0x02E49CB0, void, UIRenderDevice_Update_1, (UIRenderDevice * __this, MeshHandle * mesh, uint32_t vertexCount, uint32_t indexCount, NativeSlice_1_UnityEngine_UIElements_Vertex_ * vertexData, NativeSlice_1_System_UInt16_ * indexData, uint16_t * indexOffset, MethodInfo * method)); DO_APP_FUNC(0x02E4A090, void, UIRenderDevice_UpdateCopyBackIndices, (UIRenderDevice * __this, MeshHandle * mesh, bool copyBackIndices, MethodInfo * method)); DO_APP_FUNC(0x02E4A240, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ *, UIRenderDevice_ActiveUpdatesForMeshHandle, (UIRenderDevice * __this, MeshHandle * mesh, MethodInfo * method)); DO_APP_FUNC(0x02E4A2E0, bool, UIRenderDevice_TryAllocFromPage, (UIRenderDevice * __this, Page * page, uint32_t vertexCount, uint32_t indexCount, Alloc * va, Alloc * ia, bool shortLived, MethodInfo * method)); DO_APP_FUNC(0x02E4A530, void, UIRenderDevice_Allocate_1, (UIRenderDevice * __this, MeshHandle * meshHandle, uint32_t vertexCount, uint32_t indexCount, NativeSlice_1_UnityEngine_UIElements_Vertex_ * vertexData, NativeSlice_1_System_UInt16_ * indexData, bool shortLived, MethodInfo * method)); DO_APP_FUNC(0x02E4B040, void, UIRenderDevice_UpdateAfterGPUUsedData, (UIRenderDevice * __this, MeshHandle * mesh, uint32_t vertexCount, uint32_t indexCount, NativeSlice_1_UnityEngine_UIElements_Vertex_ * vertexData, NativeSlice_1_System_UInt16_ * indexData, uint16_t * indexOffset, UIRenderDevice_AllocToUpdate * allocToUpdate, bool copyBackIndices, MethodInfo * method)); DO_APP_FUNC(0x02E4BBF0, void, UIRenderDevice_Free, (UIRenderDevice * __this, MeshHandle * mesh, MethodInfo * method)); DO_APP_FUNC(0x02E4C7B0, Vector4, UIRenderDevice_GetClipSpaceParams, (MethodInfo * method)); DO_APP_FUNC(0x02E4C8F0, void, UIRenderDevice_OnFrameRenderingBegin, (UIRenderDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02E4CA60, void, UIRenderDevice_ApplyDrawCommandState, (UIRenderDevice * __this, RenderChainCommand * cmd, int32_t textureSlot, Material * newMat, bool newMatDiffers, bool newFontDiffers, UIRenderDevice_EvaluationState * st, MethodInfo * method)); DO_APP_FUNC(0x02E4CD50, void, UIRenderDevice_ApplyBatchState, (UIRenderDevice * __this, UIRenderDevice_EvaluationState * st, bool allowMaterialChange, MethodInfo * method)); DO_APP_FUNC(0x02E4CF70, void, UIRenderDevice_EvaluateChain, (UIRenderDevice * __this, RenderChainCommand * head, Material * initialMat, Material * defaultMat, Texture * gradientSettings, Texture * shaderInfo, float pixelsPerPoint, NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4_ transforms, NativeSlice_1_UnityEngine_Vector4_ clipRects, MaterialPropertyBlock * stateMatProps, bool allowMaterialChange, Exception * * immediateException, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D190, UIRenderDevice_EvaluateChain__MethodInfo); DO_APP_FUNC(0x02E4E470, void, UIRenderDevice_UpdateFenceValue, (UIRenderDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02E4E560, void, UIRenderDevice_KickRanges, (UIRenderDevice * __this, DrawBufferRange * ranges, int32_t * rangesReady, int32_t * rangesStart, int32_t rangesCount, Page * curPage, MethodInfo * method)); DO_APP_FUNC(0x02E4E8B0, void, UIRenderDevice_WaitOnCpuFence, (UIRenderDevice * __this, uint32_t fence, MethodInfo * method)); DO_APP_FUNC(0x02E4E9A0, void, UIRenderDevice_AdvanceFrame, (UIRenderDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02E4FB30, void, UIRenderDevice_PruneUnusedPages, (UIRenderDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02E4FDC0, void, UIRenderDevice_PrepareForGfxDeviceRecreate, (MethodInfo * method)); DO_APP_FUNC(0x02E50180, void, UIRenderDevice_WrapUpGfxDeviceRecreate, (MethodInfo * method)); DO_APP_FUNC(0x02E501E0, void, UIRenderDevice_FlushAllPendingDeviceDisposes, (MethodInfo * method)); DO_APP_FUNC(0x02E50290, UIRenderDevice_DrawStatistics, UIRenderDevice_GatherDrawStatistics, (UIRenderDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02E502B0, void, UIRenderDevice_ProcessDeviceFreeQueue, (MethodInfo * method)); DO_APP_FUNC(0x02E50920, void, UIRenderDevice_OnEngineUpdateGlobal, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D2B0, UIRenderDevice_OnEngineUpdateGlobal__MethodInfo); DO_APP_FUNC(0x02E50970, void, UIRenderDevice_OnFlushPendingResources, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D2F8, UIRenderDevice_OnFlushPendingResources__MethodInfo); DO_APP_FUNC(0x02E509D0, void, UIRenderDevice_DeviceToFree_Dispose, (UIRenderDevice_DeviceToFree * __this, MethodInfo * method)); DO_APP_FUNC(0x02E50AD0, void, UIRenderDevice_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIRenderDevice_c__ctor, (UIRenderDevice_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02E50B80, MeshHandle *, UIRenderDevice_c___ctor_b__53_0, (UIRenderDevice_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D280, UIRenderDevice_c___ctor_b__53_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, UIRenderDevice_c___ctor_b__53_1, (UIRenderDevice_c * __this, MeshHandle * mh, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D288, UIRenderDevice_c___ctor_b__53_1__MethodInfo); DO_APP_FUNC(0x02E50BF0, void, BestFitAllocator__ctor, (BestFitAllocator * __this, uint32_t size, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, uint32_t, BestFitAllocator_get_totalSize, (BestFitAllocator * __this, MethodInfo * method)); DO_APP_FUNC(0x02E50E80, uint32_t, BestFitAllocator_get_highWatermark, (BestFitAllocator * __this, MethodInfo * method)); DO_APP_FUNC(0x02E50E90, Alloc, BestFitAllocator_Allocate, (BestFitAllocator * __this, uint32_t size, MethodInfo * method)); DO_APP_FUNC(0x02E51240, void, BestFitAllocator_Free, (BestFitAllocator * __this, Alloc alloc, MethodInfo * method)); DO_APP_FUNC(0x02E516C0, BestFitAllocator_Block *, BestFitAllocator_CoalesceBlockWithPrevious, (BestFitAllocator * __this, BestFitAllocator_Block * block, MethodInfo * method)); DO_APP_FUNC(0x02E51920, BestFitAllocator_Block *, BestFitAllocator_BestFitFindAvailableBlock, (BestFitAllocator * __this, uint32_t size, MethodInfo * method)); DO_APP_FUNC(0x02E51960, void, BestFitAllocator_SplitBlock, (BestFitAllocator * __this, BestFitAllocator_Block * block, uint32_t size, MethodInfo * method)); DO_APP_FUNC(0x02E51CF0, BestFitAllocator_Block *, BestFitAllocator_BlockPool_CreateBlock, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D008, BestFitAllocator_BlockPool_CreateBlock__MethodInfo); DO_APP_FUNC(0x003AC050, void, BestFitAllocator_BlockPool_ResetBlock, (BestFitAllocator_Block * block, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D010, BestFitAllocator_BlockPool_ResetBlock__MethodInfo); DO_APP_FUNC(0x02E51D60, void, BestFitAllocator_BlockPool__ctor, (BestFitAllocator_BlockPool * __this, MethodInfo * method)); DO_APP_FUNC(0x02E51E60, uint32_t, BestFitAllocator_Block_get_size, (BestFitAllocator_Block * __this, MethodInfo * method)); DO_APP_FUNC(0x02E51E70, void, BestFitAllocator_Block__ctor, (BestFitAllocator_Block * __this, MethodInfo * method)); DO_APP_FUNC(0x02E51EA0, void, GPUBufferAllocator__ctor, (GPUBufferAllocator * __this, uint32_t maxSize, MethodInfo * method)); DO_APP_FUNC(0x02E52000, Alloc, GPUBufferAllocator_Allocate, (GPUBufferAllocator * __this, uint32_t size, bool shortLived, MethodInfo * method)); DO_APP_FUNC(0x02E521B0, void, GPUBufferAllocator_Free, (GPUBufferAllocator * __this, Alloc alloc, MethodInfo * method)); DO_APP_FUNC(0x02E52230, bool, GPUBufferAllocator_get_isEmpty, (GPUBufferAllocator * __this, MethodInfo * method)); DO_APP_FUNC(0x02E52270, bool, GPUBufferAllocator_HighLowCollide, (GPUBufferAllocator * __this, MethodInfo * method)); DO_APP_FUNC(0x02E522A0, void, Page__ctor, (Page * __this, uint32_t vertexMaxCount, uint32_t indexMaxCount, uint32_t maxQueuedFrameCount, bool mockPage, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, Page_get_disposed, (Page * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, Page_set_disposed, (Page * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02E524A0, void, Page_Dispose, (Page * __this, MethodInfo * method)); DO_APP_FUNC(0x02E52510, void, Page_Dispose_1, (Page * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02E52660, bool, Page_get_isEmpty, (Page * __this, MethodInfo * method)); DO_APP_FUNC(0x02E526E0, void, DrawParams_Reset, (DrawParams * __this, MethodInfo * method)); DO_APP_FUNC(0x02E52910, void, DrawParams__ctor, (DrawParams * __this, MethodInfo * method)); DO_APP_FUNC(0x02E52DA0, void, DrawParams__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E52E00, void, RenderChainCommand_Reset, (RenderChainCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02E52FB0, void, RenderChainCommand_ExecuteNonDrawMesh, (RenderChainCommand * __this, DrawParams * drawParams, float pixelsPerPoint, Exception * * immediateException, MethodInfo * method)); DO_APP_FUNC(0x02E54440, void, RenderChainCommand_Blit, (RenderChainCommand * __this, Texture * source, RenderTexture * destination, float depth, MethodInfo * method)); DO_APP_FUNC(0x02E54890, Rect, RenderChainCommand_CombineScissorRects, (Rect r0, Rect r1, MethodInfo * method)); DO_APP_FUNC(0x02E54A20, RectInt, RenderChainCommand_RectPointsToPixelsAndFlipYAxis, (Rect rect, float pixelsPerPoint, MethodInfo * method)); DO_APP_FUNC(0x02E54B70, void, RenderChainCommand__ctor, (RenderChainCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02E54BA0, void, RenderChainCommand__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E54CB0, void, CommandGenerator_GetVerticesTransformInfo, (VisualElement * ve, Matrix4x4 * transform, MethodInfo * method)); DO_APP_FUNC(0x02E54EB0, void, CommandGenerator_ComputeTransformMatrix, (VisualElement * ve, VisualElement * ancestor, Matrix4x4 * result, MethodInfo * method)); DO_APP_FUNC(0x02E55020, bool, CommandGenerator_IsParentOrAncestorOf, (VisualElement * ve, VisualElement * child, MethodInfo * method)); DO_APP_FUNC(0x02E55070, UIRStylePainter_ClosingInfo, CommandGenerator_PaintElement, (RenderChain * renderChain, VisualElement * ve, ChainBuilderStats * stats, MethodInfo * method)); DO_APP_FUNC(0x02E56E80, Material *, CommandGenerator_CreateBlitShader, (float colorConversion, MethodInfo * method)); DO_APP_FUNC(0x02E57290, Material *, CommandGenerator_GetBlitMaterial, (VisualElement_RenderTargetMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02E577C0, void, CommandGenerator_ClosePaintElement, (VisualElement * ve, UIRStylePainter_ClosingInfo closingInfo, RenderChain * renderChain, ChainBuilderStats * stats, MethodInfo * method)); DO_APP_FUNC(0x02E579C0, void, CommandGenerator_UpdateOrAllocate, (MeshHandle * * data, int32_t vertexCount, int32_t indexCount, UIRenderDevice * device, NativeSlice_1_UnityEngine_UIElements_Vertex_ * verts, NativeSlice_1_System_UInt16_ * indices, uint16_t * indexOffset, ChainBuilderStats * stats, MethodInfo * method)); DO_APP_FUNC(0x02E57BC0, void, CommandGenerator_CopyTransformVertsPos, (NativeSlice_1_UnityEngine_UIElements_Vertex_ source, NativeSlice_1_UnityEngine_UIElements_Vertex_ target, Matrix4x4 mat, Color32 xformClipPages, Color32 ids, Color32 addFlags, Color32 opacityPage, Color32 textCoreSettingsPage, bool isText, float textureId, MethodInfo * method)); DO_APP_FUNC(0x02E57F80, void, CommandGenerator_CopyTransformVertsPosAndVec, (NativeSlice_1_UnityEngine_UIElements_Vertex_ source, NativeSlice_1_UnityEngine_UIElements_Vertex_ target, Matrix4x4 mat, Color32 xformClipPages, Color32 ids, Color32 addFlags, Color32 opacityPage, Color32 textCoreSettingsPage, bool isText, float textureId, MethodInfo * method)); DO_APP_FUNC(0x02E58380, void, CommandGenerator_CopyTriangleIndicesFlipWindingOrder, (NativeSlice_1_System_UInt16_ source, NativeSlice_1_System_UInt16_ target, int32_t indexOffset, MethodInfo * method)); DO_APP_FUNC(0x02E58770, void, CommandGenerator_CopyTriangleIndices, (NativeSlice_1_System_UInt16_ source, NativeSlice_1_System_UInt16_ target, int32_t indexOffset, MethodInfo * method)); DO_APP_FUNC(0x02E588F0, bool, CommandGenerator_NudgeVerticesToNewSpace, (VisualElement * ve, UIRenderDevice * device, MethodInfo * method)); DO_APP_FUNC(0x02E58D20, void, CommandGenerator_DoNudgeVertices, (VisualElement * ve, UIRenderDevice * device, MeshHandle * mesh, Matrix4x4 * nudgeTransform, MethodInfo * method)); DO_APP_FUNC(0x02E59490, RenderChainCommand *, CommandGenerator_InjectMeshDrawCommand, (RenderChain * renderChain, VisualElement * ve, RenderChainCommand * * cmdPrev, RenderChainCommand * * cmdNext, MeshHandle * mesh, int32_t indexCount, int32_t indexOffset, Material * material, TextureId texture, Texture * font, int32_t stencilRef, MethodInfo * method)); DO_APP_FUNC(0x02E59790, RenderChainCommand *, CommandGenerator_InjectClosingMeshDrawCommand, (RenderChain * renderChain, VisualElement * ve, RenderChainCommand * * cmdPrev, RenderChainCommand * * cmdNext, MeshHandle * mesh, int32_t indexCount, int32_t indexOffset, Material * material, TextureId texture, Texture * font, int32_t stencilRef, MethodInfo * method)); DO_APP_FUNC(0x02E59A90, void, CommandGenerator_FindCommandInsertionPoint, (VisualElement * ve, RenderChainCommand * * prev, RenderChainCommand * * next, MethodInfo * method)); DO_APP_FUNC(0x02E59F20, void, CommandGenerator_FindClosingCommandInsertionPoint, (VisualElement * ve, RenderChainCommand * * prev, RenderChainCommand * * next, MethodInfo * method)); DO_APP_FUNC(0x02E5A3E0, void, CommandGenerator_InjectCommandInBetween, (RenderChain * renderChain, RenderChainCommand * cmd, RenderChainCommand * * prev, RenderChainCommand * * next, MethodInfo * method)); DO_APP_FUNC(0x02E5A760, void, CommandGenerator_InjectClosingCommandInBetween, (RenderChain * renderChain, RenderChainCommand * cmd, RenderChainCommand * * prev, RenderChainCommand * * next, MethodInfo * method)); DO_APP_FUNC(0x02E5AB10, void, CommandGenerator_ResetCommands, (RenderChain * renderChain, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02E5B210, void, CommandGenerator__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E5B770, void, RenderEvents_ProcessOnClippingChanged, (RenderChain * renderChain, VisualElement * ve, uint32_t dirtyID, ChainBuilderStats * stats, MethodInfo * method)); DO_APP_FUNC(0x02E5B890, void, RenderEvents_ProcessOnOpacityChanged, (RenderChain * renderChain, VisualElement * ve, uint32_t dirtyID, ChainBuilderStats * stats, MethodInfo * method)); DO_APP_FUNC(0x02E5B990, void, RenderEvents_ProcessOnColorChanged, (RenderChain * renderChain, VisualElement * ve, uint32_t dirtyID, ChainBuilderStats * stats, MethodInfo * method)); DO_APP_FUNC(0x02E5BB40, void, RenderEvents_ProcessOnTransformOrSizeChanged, (RenderChain * renderChain, VisualElement * ve, uint32_t dirtyID, ChainBuilderStats * stats, MethodInfo * method)); DO_APP_FUNC(0x02E5BC20, void, RenderEvents_ProcessOnVisualsChanged, (RenderChain * renderChain, VisualElement * ve, uint32_t dirtyID, ChainBuilderStats * stats, MethodInfo * method)); DO_APP_FUNC(0x02E5BD70, void, RenderEvents_ProcessRegenText, (RenderChain * renderChain, VisualElement * ve, UIRTextUpdatePainter * painter, UIRenderDevice * device, ChainBuilderStats * stats, MethodInfo * method)); DO_APP_FUNC(0x02E5BEA0, Matrix4x4, RenderEvents_GetTransformIDTransformInfo, (VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02E5C080, Vector4, RenderEvents_GetClipRectIDClipInfo, (VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02E5C330, uint32_t, RenderEvents_DepthFirstOnChildAdded, (RenderChain * renderChain, VisualElement * parent, VisualElement * ve, int32_t index, bool resetState, MethodInfo * method)); DO_APP_FUNC(0x02E5CF00, uint32_t, RenderEvents_DepthFirstOnChildRemoving, (RenderChain * renderChain, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02E5DB50, void, RenderEvents_DepthFirstOnClippingChanged, (RenderChain * renderChain, VisualElement * parent, VisualElement * ve, uint32_t dirtyID, bool hierarchical, bool isRootOfChange, bool isPendingHierarchicalRepaint, bool inheritedClipRectIDChanged, bool inheritedMaskingChanged, UIRenderDevice * device, ChainBuilderStats * stats, MethodInfo * method)); DO_APP_FUNC(0x02E5E1D0, void, RenderEvents_DepthFirstOnOpacityChanged, (RenderChain * renderChain, float parentCompositeOpacity, VisualElement * ve, uint32_t dirtyID, bool hierarchical, ChainBuilderStats * stats, bool isDoingFullVertexRegeneration, MethodInfo * method)); DO_APP_FUNC(0x02E5E660, void, RenderEvents_OnColorChanged, (RenderChain * renderChain, VisualElement * ve, uint32_t dirtyID, ChainBuilderStats * stats, MethodInfo * method)); DO_APP_FUNC(0x02E5E7D0, void, RenderEvents_DepthFirstOnTransformOrSizeChanged, (RenderChain * renderChain, VisualElement * parent, VisualElement * ve, uint32_t dirtyID, UIRenderDevice * device, bool isAncestorOfChangeSkinned, bool transformChanged, ChainBuilderStats * stats, MethodInfo * method)); DO_APP_FUNC(0x02E5EE80, void, RenderEvents_DepthFirstOnVisualsChanged, (RenderChain * renderChain, VisualElement * ve, uint32_t dirtyID, bool parentHierarchyHidden, bool hierarchical, ChainBuilderStats * stats, MethodInfo * method)); DO_APP_FUNC(0x02E5F370, bool, RenderEvents_UpdateTextCoreSettings, (RenderChain * renderChain, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02E5F8B0, bool, RenderEvents_IsElementHierarchyHidden, (VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02E5F910, VisualElement *, RenderEvents_GetLastDeepestChild, (VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02E5FA50, ClipMethod__Enum, RenderEvents_DetermineSelfClipMethod, (RenderChain * renderChain, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02E5FC20, bool, RenderEvents_UpdateLocalFlipsWinding, (VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02E5FD10, void, RenderEvents_UpdateWorldFlipsWinding, (VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02E5FD60, void, RenderEvents_UpdateZeroScaling, (VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02E5FE40, bool, RenderEvents_NeedsTransformID, (VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02E5FE70, bool, RenderEvents_NeedsColorID, (VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02E5FE90, bool, RenderEvents_InitColorIDs, (RenderChain * renderChain, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02E60280, void, RenderEvents_SetColorValues, (RenderChain * renderChain, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02E60690, void, RenderEvents__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E606D0, MeshWriteData *, UIRStylePainter_GetPooledMeshWriteData, (UIRStylePainter * __this, MethodInfo * method)); DO_APP_FUNC(0x02E607C0, MeshWriteData *, UIRStylePainter_AllocRawVertsIndices, (UIRStylePainter * __this, uint32_t vertexCount, uint32_t indexCount, MeshBuilder_AllocMeshData * allocatorData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F768, UIRStylePainter_AllocRawVertsIndices__MethodInfo); DO_APP_FUNC(0x02E608A0, MeshWriteData *, UIRStylePainter_AllocThroughDrawMesh, (UIRStylePainter * __this, uint32_t vertexCount, uint32_t indexCount, MeshBuilder_AllocMeshData * allocatorData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F758, UIRStylePainter_AllocThroughDrawMesh__MethodInfo); DO_APP_FUNC(0x02E608D0, MeshWriteData *, UIRStylePainter_AllocThroughDrawGradients, (UIRStylePainter * __this, uint32_t vertexCount, uint32_t indexCount, MeshBuilder_AllocMeshData * allocatorData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F750, UIRStylePainter_AllocThroughDrawGradients__MethodInfo); DO_APP_FUNC(0x02E60900, void, UIRStylePainter__ctor, (UIRStylePainter * __this, RenderChain * renderChain, MethodInfo * method)); DO_APP_FUNC(0x00ACF280, MeshGenerationContext *, UIRStylePainter_get_meshGenerationContext, (UIRStylePainter * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB4A10, VisualElement *, UIRStylePainter_get_currentElement, (UIRStylePainter * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB4A20, void, UIRStylePainter_set_currentElement, (UIRStylePainter * __this, VisualElement * value, MethodInfo * method)); DO_APP_FUNC(0x014BA540, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ *, UIRStylePainter_get_entries, (UIRStylePainter * __this, MethodInfo * method)); DO_APP_FUNC(0x02E61130, UIRStylePainter_ClosingInfo, UIRStylePainter_get_closingInfo, (UIRStylePainter * __this, MethodInfo * method)); DO_APP_FUNC(0x02E61170, int32_t, UIRStylePainter_get_totalVertices, (UIRStylePainter * __this, MethodInfo * method)); DO_APP_FUNC(0x02E61180, void, UIRStylePainter_set_totalVertices, (UIRStylePainter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D6A9A0, int32_t, UIRStylePainter_get_totalIndices, (UIRStylePainter * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A9B0, void, UIRStylePainter_set_totalIndices, (UIRStylePainter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0203D030, bool, UIRStylePainter_get_disposed, (UIRStylePainter * __this, MethodInfo * method)); DO_APP_FUNC(0x005EEC30, void, UIRStylePainter_set_disposed, (UIRStylePainter * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02E61190, void, UIRStylePainter_Dispose, (UIRStylePainter * __this, MethodInfo * method)); DO_APP_FUNC(0x02E61250, void, UIRStylePainter_Dispose_1, (UIRStylePainter * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02E612E0, void, UIRStylePainter_Begin, (UIRStylePainter * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x02E61A90, void, UIRStylePainter_LandClipUnregisterMeshDrawCommand, (UIRStylePainter * __this, RenderChainCommand * cmd, MethodInfo * method)); DO_APP_FUNC(0x02E61B60, void, UIRStylePainter_LandClipRegisterMesh, (UIRStylePainter * __this, NativeSlice_1_UnityEngine_UIElements_Vertex_ vertices, NativeSlice_1_System_UInt16_ indices, int32_t indexOffset, MethodInfo * method)); DO_APP_FUNC(0x02E61C10, MeshWriteData *, UIRStylePainter_AddGradientsEntry, (UIRStylePainter * __this, int32_t vertexCount, int32_t indexCount, TextureId texture, Material * material, MeshGenerationContext_MeshFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02E61F70, MeshWriteData *, UIRStylePainter_DrawMesh, (UIRStylePainter * __this, int32_t vertexCount, int32_t indexCount, Texture * texture, Material * material, MeshGenerationContext_MeshFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02E625A0, void, UIRStylePainter_DrawText, (UIRStylePainter * __this, MeshGenerationContextUtils_TextParams textParams, ITextHandle * handle, float pixelsPerPoint, MethodInfo * method)); DO_APP_FUNC(0x02E62720, void, UIRStylePainter_DrawTextNative, (UIRStylePainter * __this, MeshGenerationContextUtils_TextParams textParams, ITextHandle * handle, float pixelsPerPoint, MethodInfo * method)); DO_APP_FUNC(0x02E62E90, void, UIRStylePainter_DrawTextCore, (UIRStylePainter * __this, MeshGenerationContextUtils_TextParams textParams, ITextHandle * handle, float pixelsPerPoint, MethodInfo * method)); DO_APP_FUNC(0x02E63670, void, UIRStylePainter_DrawRectangle, (UIRStylePainter * __this, MeshGenerationContextUtils_RectangleParams rectParams, MethodInfo * method)); DO_APP_FUNC(0x02E641C0, void, UIRStylePainter_DrawBorder, (UIRStylePainter * __this, MeshGenerationContextUtils_BorderParams borderParams, MethodInfo * method)); DO_APP_FUNC(0x02E644D0, void, UIRStylePainter_DrawImmediate, (UIRStylePainter * __this, Action * callback, bool cullingEnabled, MethodInfo * method)); DO_APP_FUNC(0x02E64730, VisualElement *, UIRStylePainter_get_visualElement, (UIRStylePainter * __this, MethodInfo * method)); DO_APP_FUNC(0x02E64740, void, UIRStylePainter_DrawVisualElementBackground, (UIRStylePainter * __this, MethodInfo * method)); DO_APP_FUNC(0x02E65B00, void, UIRStylePainter_DrawVisualElementBorder, (UIRStylePainter * __this, MethodInfo * method)); DO_APP_FUNC(0x02E661C0, void, UIRStylePainter_ApplyVisualElementClipping, (UIRStylePainter * __this, MethodInfo * method)); DO_APP_FUNC(0x02E66490, UInt16__Array *, UIRStylePainter_AdjustSpriteWinding, (UIRStylePainter * __this, Vector2__Array * vertices, UInt16__Array * indices, MethodInfo * method)); DO_APP_FUNC(0x02E66890, void, UIRStylePainter_DrawSprite, (UIRStylePainter * __this, MeshGenerationContextUtils_RectangleParams rectParams, MethodInfo * method)); DO_APP_FUNC(0x02E67310, void, UIRStylePainter_ApplyInset, (UIRStylePainter * __this, MeshGenerationContextUtils_RectangleParams * rectParams, Texture * tex, MethodInfo * method)); DO_APP_FUNC(0x02E676B0, void, UIRStylePainter_DrawVectorImage, (UIRStylePainter * __this, MeshGenerationContextUtils_RectangleParams rectParams, MethodInfo * method)); DO_APP_FUNC(0x02E67FD0, void, UIRStylePainter_Reset, (UIRStylePainter * __this, MethodInfo * method)); DO_APP_FUNC(0x02E68130, void, UIRStylePainter_ValidateMeshWriteData, (UIRStylePainter * __this, MethodInfo * method)); DO_APP_FUNC(0x02E68790, void, UIRStylePainter_GenerateStencilClipEntryForRoundedRectBackground, (UIRStylePainter * __this, MethodInfo * method)); DO_APP_FUNC(0x02E69090, void, UIRStylePainter_GenerateStencilClipEntryForSVGBackground, (UIRStylePainter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, MeshGenerationContext *, UIRTextUpdatePainter_get_meshGenerationContext, (UIRTextUpdatePainter * __this, MethodInfo * method)); DO_APP_FUNC(0x02E694D0, void, UIRTextUpdatePainter__ctor, (UIRTextUpdatePainter * __this, MethodInfo * method)); DO_APP_FUNC(0x02E695D0, void, UIRTextUpdatePainter_Begin, (UIRTextUpdatePainter * __this, VisualElement * ve, UIRenderDevice * device, MethodInfo * method)); DO_APP_FUNC(0x02E69AE0, void, UIRTextUpdatePainter_End, (UIRTextUpdatePainter * __this, MethodInfo * method)); DO_APP_FUNC(0x02E69BE0, void, UIRTextUpdatePainter_Dispose, (UIRTextUpdatePainter * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIRTextUpdatePainter_DrawRectangle, (UIRTextUpdatePainter * __this, MeshGenerationContextUtils_RectangleParams rectParams, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIRTextUpdatePainter_DrawImmediate, (UIRTextUpdatePainter * __this, Action * callback, bool cullingEnabled, MethodInfo * method)); DO_APP_FUNC(0x02E69C70, void, UIRTextUpdatePainter_DrawText, (UIRTextUpdatePainter * __this, MeshGenerationContextUtils_TextParams textParams, ITextHandle * handle, float pixelsPerPoint, MethodInfo * method)); DO_APP_FUNC(0x02E6A370, void, HierarchyTraversal_Traverse, (HierarchyTraversal * __this, VisualElement * element, MethodInfo * method)); DO_APP_FUNC(0x02E6A390, void, HierarchyTraversal_Recurse, (HierarchyTraversal * __this, VisualElement * element, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HierarchyTraversal__ctor, (HierarchyTraversal * __this, MethodInfo * method)); DO_APP_FUNC(0x02E6A4E0, void, StylePropertyUtil__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E6D710, bool, StylePropertyUtil_IsAnimatable, (StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x02E6D7A0, bool, StylePropertyUtil_TryGetEnumIntValue, (StyleEnumType__Enum enumType, String * value, int32_t * intValue, MethodInfo * method)); DO_APP_FUNC(0x02E6E9A0, bool, StylePropertyUtil_IsMatchingShorthand, (StylePropertyId__Enum shorthand, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x02E6EAD0, ComputedStyle *, InitialStyle_Get, (MethodInfo * method)); DO_APP_FUNC(0x02E6EB20, ComputedStyle, InitialStyle_Acquire, (MethodInfo * method)); DO_APP_FUNC(0x02E6EBE0, void, InitialStyle__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E6FE40, Align__Enum, InitialStyle_get_alignContent, (MethodInfo * method)); DO_APP_FUNC(0x02E6FEC0, Align__Enum, InitialStyle_get_alignItems, (MethodInfo * method)); DO_APP_FUNC(0x02E6FF40, Align__Enum, InitialStyle_get_alignSelf, (MethodInfo * method)); DO_APP_FUNC(0x02E6FFC0, Color, InitialStyle_get_backgroundColor, (MethodInfo * method)); DO_APP_FUNC(0x02E70040, Background, InitialStyle_get_backgroundImage, (MethodInfo * method)); DO_APP_FUNC(0x02E700D0, Color, InitialStyle_get_borderBottomColor, (MethodInfo * method)); DO_APP_FUNC(0x02E70150, Length, InitialStyle_get_borderBottomLeftRadius, (MethodInfo * method)); DO_APP_FUNC(0x02E701D0, Length, InitialStyle_get_borderBottomRightRadius, (MethodInfo * method)); DO_APP_FUNC(0x02E70250, float, InitialStyle_get_borderBottomWidth, (MethodInfo * method)); DO_APP_FUNC(0x02E702D0, Color, InitialStyle_get_borderLeftColor, (MethodInfo * method)); DO_APP_FUNC(0x02E70350, float, InitialStyle_get_borderLeftWidth, (MethodInfo * method)); DO_APP_FUNC(0x02E703D0, Color, InitialStyle_get_borderRightColor, (MethodInfo * method)); DO_APP_FUNC(0x02E70450, float, InitialStyle_get_borderRightWidth, (MethodInfo * method)); DO_APP_FUNC(0x02E704D0, Color, InitialStyle_get_borderTopColor, (MethodInfo * method)); DO_APP_FUNC(0x02E70560, Length, InitialStyle_get_borderTopLeftRadius, (MethodInfo * method)); DO_APP_FUNC(0x02E705E0, Length, InitialStyle_get_borderTopRightRadius, (MethodInfo * method)); DO_APP_FUNC(0x02E70660, float, InitialStyle_get_borderTopWidth, (MethodInfo * method)); DO_APP_FUNC(0x02E706E0, Length, InitialStyle_get_bottom, (MethodInfo * method)); DO_APP_FUNC(0x02E70760, Color, InitialStyle_get_color, (MethodInfo * method)); DO_APP_FUNC(0x02E707E0, Cursor, InitialStyle_get_cursor, (MethodInfo * method)); DO_APP_FUNC(0x02E70870, DisplayStyle__Enum, InitialStyle_get_display, (MethodInfo * method)); DO_APP_FUNC(0x02E708F0, Length, InitialStyle_get_flexBasis, (MethodInfo * method)); DO_APP_FUNC(0x02E70970, FlexDirection__Enum, InitialStyle_get_flexDirection, (MethodInfo * method)); DO_APP_FUNC(0x02E709F0, float, InitialStyle_get_flexGrow, (MethodInfo * method)); DO_APP_FUNC(0x02E70A70, float, InitialStyle_get_flexShrink, (MethodInfo * method)); DO_APP_FUNC(0x02E70AF0, Wrap__Enum, InitialStyle_get_flexWrap, (MethodInfo * method)); DO_APP_FUNC(0x02E70B70, Length, InitialStyle_get_fontSize, (MethodInfo * method)); DO_APP_FUNC(0x02E70BF0, Length, InitialStyle_get_height, (MethodInfo * method)); DO_APP_FUNC(0x02E70C70, Justify__Enum, InitialStyle_get_justifyContent, (MethodInfo * method)); DO_APP_FUNC(0x02E70CF0, Length, InitialStyle_get_left, (MethodInfo * method)); DO_APP_FUNC(0x02E70D70, Length, InitialStyle_get_letterSpacing, (MethodInfo * method)); DO_APP_FUNC(0x02E70DF0, Length, InitialStyle_get_marginBottom, (MethodInfo * method)); DO_APP_FUNC(0x02E70E70, Length, InitialStyle_get_marginLeft, (MethodInfo * method)); DO_APP_FUNC(0x02E70EF0, Length, InitialStyle_get_marginRight, (MethodInfo * method)); DO_APP_FUNC(0x02E70F70, Length, InitialStyle_get_marginTop, (MethodInfo * method)); DO_APP_FUNC(0x02E70FF0, Length, InitialStyle_get_maxHeight, (MethodInfo * method)); DO_APP_FUNC(0x02E71070, Length, InitialStyle_get_maxWidth, (MethodInfo * method)); DO_APP_FUNC(0x02E710F0, Length, InitialStyle_get_minHeight, (MethodInfo * method)); DO_APP_FUNC(0x02E71170, Length, InitialStyle_get_minWidth, (MethodInfo * method)); DO_APP_FUNC(0x02E711F0, float, InitialStyle_get_opacity, (MethodInfo * method)); DO_APP_FUNC(0x02E71270, OverflowInternal__Enum, InitialStyle_get_overflow, (MethodInfo * method)); DO_APP_FUNC(0x02E712F0, Length, InitialStyle_get_paddingBottom, (MethodInfo * method)); DO_APP_FUNC(0x02E71370, Length, InitialStyle_get_paddingLeft, (MethodInfo * method)); DO_APP_FUNC(0x02E713F0, Length, InitialStyle_get_paddingRight, (MethodInfo * method)); DO_APP_FUNC(0x02E71470, Length, InitialStyle_get_paddingTop, (MethodInfo * method)); DO_APP_FUNC(0x02E714F0, Position__Enum, InitialStyle_get_position, (MethodInfo * method)); DO_APP_FUNC(0x02E71570, Length, InitialStyle_get_right, (MethodInfo * method)); DO_APP_FUNC(0x02E715F0, Rotate_1, InitialStyle_get_rotate, (MethodInfo * method)); DO_APP_FUNC(0x02E71680, Scale, InitialStyle_get_scale, (MethodInfo * method)); DO_APP_FUNC(0x02E71700, TextOverflow__Enum, InitialStyle_get_textOverflow, (MethodInfo * method)); DO_APP_FUNC(0x02E71780, TextShadow, InitialStyle_get_textShadow, (MethodInfo * method)); DO_APP_FUNC(0x02E71810, Length, InitialStyle_get_top, (MethodInfo * method)); DO_APP_FUNC(0x02E71890, TransformOrigin, InitialStyle_get_transformOrigin, (MethodInfo * method)); DO_APP_FUNC(0x02E71920, List_1_UnityEngine_UIElements_TimeValue_ *, InitialStyle_get_transitionDelay, (MethodInfo * method)); DO_APP_FUNC(0x02E719A0, List_1_UnityEngine_UIElements_TimeValue_ *, InitialStyle_get_transitionDuration, (MethodInfo * method)); DO_APP_FUNC(0x02E71A20, List_1_UnityEngine_UIElements_StylePropertyName_ *, InitialStyle_get_transitionProperty, (MethodInfo * method)); DO_APP_FUNC(0x02E71AA0, List_1_UnityEngine_UIElements_EasingFunction_ *, InitialStyle_get_transitionTimingFunction, (MethodInfo * method)); DO_APP_FUNC(0x02E71B20, Translate_1, InitialStyle_get_translate, (MethodInfo * method)); DO_APP_FUNC(0x02E71BB0, Color, InitialStyle_get_unityBackgroundImageTintColor, (MethodInfo * method)); DO_APP_FUNC(0x02E71C30, ScaleMode__Enum, InitialStyle_get_unityBackgroundScaleMode, (MethodInfo * method)); DO_APP_FUNC(0x02E71CB0, Font *, InitialStyle_get_unityFont, (MethodInfo * method)); DO_APP_FUNC(0x02E71D30, FontDefinition, InitialStyle_get_unityFontDefinition, (MethodInfo * method)); DO_APP_FUNC(0x02E71DB0, FontStyle__Enum, InitialStyle_get_unityFontStyleAndWeight, (MethodInfo * method)); DO_APP_FUNC(0x02E71E30, OverflowClipBox__Enum, InitialStyle_get_unityOverflowClipBox, (MethodInfo * method)); DO_APP_FUNC(0x02E71EB0, Length, InitialStyle_get_unityParagraphSpacing, (MethodInfo * method)); DO_APP_FUNC(0x02E71F30, int32_t, InitialStyle_get_unitySliceBottom, (MethodInfo * method)); DO_APP_FUNC(0x02E71FB0, int32_t, InitialStyle_get_unitySliceLeft, (MethodInfo * method)); DO_APP_FUNC(0x02E72030, int32_t, InitialStyle_get_unitySliceRight, (MethodInfo * method)); DO_APP_FUNC(0x02E720B0, int32_t, InitialStyle_get_unitySliceTop, (MethodInfo * method)); DO_APP_FUNC(0x02E72130, TextAnchor__Enum, InitialStyle_get_unityTextAlign, (MethodInfo * method)); DO_APP_FUNC(0x02E721B0, Color, InitialStyle_get_unityTextOutlineColor, (MethodInfo * method)); DO_APP_FUNC(0x02E72240, float, InitialStyle_get_unityTextOutlineWidth, (MethodInfo * method)); DO_APP_FUNC(0x02E722C0, TextOverflowPosition__Enum, InitialStyle_get_unityTextOverflowPosition, (MethodInfo * method)); DO_APP_FUNC(0x02E72340, Visibility__Enum, InitialStyle_get_visibility, (MethodInfo * method)); DO_APP_FUNC(0x02E723C0, WhiteSpace__Enum, InitialStyle_get_whiteSpace, (MethodInfo * method)); DO_APP_FUNC(0x02E72440, Length, InitialStyle_get_width, (MethodInfo * method)); DO_APP_FUNC(0x02E724C0, Length, InitialStyle_get_wordSpacing, (MethodInfo * method)); DO_APP_FUNC(0x02E72540, void, ShorthandApplicator_ApplyBorderColor, (StylePropertyReader * reader, ComputedStyle * computedStyle, MethodInfo * method)); DO_APP_FUNC(0x02E72760, void, ShorthandApplicator_ApplyBorderRadius, (StylePropertyReader * reader, ComputedStyle * computedStyle, MethodInfo * method)); DO_APP_FUNC(0x02E72940, void, ShorthandApplicator_ApplyBorderWidth, (StylePropertyReader * reader, ComputedStyle * computedStyle, MethodInfo * method)); DO_APP_FUNC(0x02E72B90, void, ShorthandApplicator_ApplyFlex, (StylePropertyReader * reader, ComputedStyle * computedStyle, MethodInfo * method)); DO_APP_FUNC(0x02E72C80, void, ShorthandApplicator_ApplyMargin, (StylePropertyReader * reader, ComputedStyle * computedStyle, MethodInfo * method)); DO_APP_FUNC(0x02E72E70, void, ShorthandApplicator_ApplyPadding, (StylePropertyReader * reader, ComputedStyle * computedStyle, MethodInfo * method)); DO_APP_FUNC(0x02E73070, void, ShorthandApplicator_ApplyTransition, (StylePropertyReader * reader, ComputedStyle * computedStyle, MethodInfo * method)); DO_APP_FUNC(0x02E73290, void, ShorthandApplicator_ApplyUnityTextOutline, (StylePropertyReader * reader, ComputedStyle * computedStyle, MethodInfo * method)); DO_APP_FUNC(0x02E73430, bool, ShorthandApplicator_CompileFlexShorthand, (StylePropertyReader * reader, float * grow, float * shrink, Length * basis, MethodInfo * method)); DO_APP_FUNC(0x02E73690, void, ShorthandApplicator_CompileBorderRadius, (StylePropertyReader * reader, Length * top, Length * right, Length * bottom, Length * left, MethodInfo * method)); DO_APP_FUNC(0x02E73790, void, ShorthandApplicator_CompileBoxArea, (StylePropertyReader * reader, Length * top, Length * right, Length * bottom, Length * left, MethodInfo * method)); DO_APP_FUNC(0x02E73900, void, ShorthandApplicator_CompileBoxArea_1, (StylePropertyReader * reader, float * top, float * right, float * bottom, float * left, MethodInfo * method)); DO_APP_FUNC(0x02E73AF0, void, ShorthandApplicator_CompileBoxArea_2, (StylePropertyReader * reader, Color * top, Color * right, Color * bottom, Color * left, MethodInfo * method)); DO_APP_FUNC(0x02E73C90, void, ShorthandApplicator_CompileTextOutline, (StylePropertyReader * reader, Color * outlineColor, float * outlineWidth, MethodInfo * method)); DO_APP_FUNC(0x02E73DD0, void, ShorthandApplicator_CompileTransition, (StylePropertyReader * reader, List_1_UnityEngine_UIElements_TimeValue_ * * outDelay, List_1_UnityEngine_UIElements_TimeValue_ * * outDuration, List_1_UnityEngine_UIElements_StylePropertyName_ * * outProperty, List_1_UnityEngine_UIElements_EasingFunction_ * * outTimingFunction, MethodInfo * method)); DO_APP_FUNC(0x02E74BE0, void, ShorthandApplicator__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E74EC0, bool, StylePropertyCache_TryGetSyntax, (String * name, String * * syntax, MethodInfo * method)); DO_APP_FUNC(0x02E74F60, bool, StylePropertyCache_TryGetNonTerminalValue, (String * name, String * * syntax, MethodInfo * method)); DO_APP_FUNC(0x02E75000, void, StylePropertyCache__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E76E30, void, Dimension__ctor, (Dimension * __this, float value, Dimension_Unit__Enum unit, MethodInfo * method)); DO_APP_FUNC(0x02E76E40, Length, Dimension_ToLength, (Dimension * __this, MethodInfo * method)); DO_APP_FUNC(0x02E76E80, TimeValue, Dimension_ToTime, (Dimension * __this, MethodInfo * method)); DO_APP_FUNC(0x02E76EA0, Angle_2, Dimension_ToAngle, (Dimension * __this, MethodInfo * method)); DO_APP_FUNC(0x02E76F00, bool, Dimension_op_Equality, (Dimension lhs, Dimension rhs, MethodInfo * method)); DO_APP_FUNC(0x02E76F30, bool, Dimension_Equals, (Dimension * __this, Dimension other, MethodInfo * method)); DO_APP_FUNC(0x02E76F60, bool, Dimension_Equals_1, (Dimension * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02E77010, int32_t, Dimension_GetHashCode, (Dimension * __this, MethodInfo * method)); DO_APP_FUNC(0x02E77040, String *, Dimension_ToString, (Dimension * __this, MethodInfo * method)); DO_APP_FUNC(0x02E77260, String *, ScalableImage_ToString, (ScalableImage * __this, MethodInfo * method)); DO_APP_FUNC(0x02E77460, bool, ImageSource_IsNull, (ImageSource * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, StyleProperty *, StylePropertyReader_get_property, (StylePropertyReader * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, StylePropertyReader_set_property, (StylePropertyReader * __this, StyleProperty * value, MethodInfo * method)); DO_APP_FUNC(0x0111DD10, StylePropertyId__Enum, StylePropertyReader_get_propertyId, (StylePropertyReader * __this, MethodInfo * method)); DO_APP_FUNC(0x01A20C50, void, StylePropertyReader_set_propertyId, (StylePropertyReader * __this, StylePropertyId__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01D80210, int32_t, StylePropertyReader_get_valueCount, (StylePropertyReader * __this, MethodInfo * method)); DO_APP_FUNC(0x00B37840, void, StylePropertyReader_set_valueCount, (StylePropertyReader * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00ABB120, float, StylePropertyReader_get_dpiScaling, (StylePropertyReader * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB130, void, StylePropertyReader_set_dpiScaling, (StylePropertyReader * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02E777D0, void, StylePropertyReader_SetContext, (StylePropertyReader * __this, StyleSheet * sheet, StyleComplexSelector * selector, StyleVariableContext * varContext, float dpiScaling, MethodInfo * method)); DO_APP_FUNC(0x02E779E0, void, StylePropertyReader_SetInlineContext, (StylePropertyReader * __this, StyleSheet * sheet, StyleProperty__Array * properties, StylePropertyId__Enum__Array * propertyIds, float dpiScaling, MethodInfo * method)); DO_APP_FUNC(0x02E77B00, StylePropertyId__Enum, StylePropertyReader_MoveNextProperty, (StylePropertyReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02E77B30, StylePropertyValue, StylePropertyReader_GetValue, (StylePropertyReader * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E77BD0, StyleValueType__Enum, StylePropertyReader_GetValueType, (StylePropertyReader * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E77C50, bool, StylePropertyReader_IsValueType, (StylePropertyReader * __this, int32_t index, StyleValueType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02E77CE0, bool, StylePropertyReader_IsKeyword, (StylePropertyReader * __this, int32_t index, StyleValueKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x02E77DA0, String *, StylePropertyReader_ReadAsString, (StylePropertyReader * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E77E40, Length, StylePropertyReader_ReadLength, (StylePropertyReader * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E77FA0, TimeValue, StylePropertyReader_ReadTimeValue, (StylePropertyReader * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E78060, Translate_1, StylePropertyReader_ReadTranslate, (StylePropertyReader * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E781F0, TransformOrigin, StylePropertyReader_ReadTransformOrigin, (StylePropertyReader * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E784A0, Rotate_1, StylePropertyReader_ReadRotate, (StylePropertyReader * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E786A0, Scale, StylePropertyReader_ReadScale, (StylePropertyReader * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E78810, float, StylePropertyReader_ReadFloat, (StylePropertyReader * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E788B0, int32_t, StylePropertyReader_ReadInt, (StylePropertyReader * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E78950, Color, StylePropertyReader_ReadColor, (StylePropertyReader * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E78B00, int32_t, StylePropertyReader_ReadEnum, (StylePropertyReader * __this, StyleEnumType__Enum enumType, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E78C20, FontDefinition, StylePropertyReader_ReadFontDefinition, (StylePropertyReader * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E79610, Font *, StylePropertyReader_ReadFont, (StylePropertyReader * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E799F0, Background, StylePropertyReader_ReadBackground, (StylePropertyReader * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E79F40, Cursor, StylePropertyReader_ReadCursor, (StylePropertyReader * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E7A430, TextShadow, StylePropertyReader_ReadTextShadow, (StylePropertyReader * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E7A980, void, StylePropertyReader_ReadListEasingFunction, (StylePropertyReader * __this, List_1_UnityEngine_UIElements_EasingFunction_ * list, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E7ABE0, void, StylePropertyReader_ReadListTimeValue, (StylePropertyReader * __this, List_1_UnityEngine_UIElements_TimeValue_ * list, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E7ADA0, void, StylePropertyReader_ReadListStylePropertyName, (StylePropertyReader * __this, List_1_UnityEngine_UIElements_StylePropertyName_ * list, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E7AFF0, void, StylePropertyReader_LoadProperties, (StylePropertyReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02E7B470, void, StylePropertyReader_SetCurrentProperty, (StylePropertyReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02E7B5F0, TransformOrigin, StylePropertyReader_ReadTransformOrigin_1, (int32_t valCount, StylePropertyValue val1, StylePropertyValue val2, StylePropertyValue zVvalue, MethodInfo * method)); DO_APP_FUNC(0x02E7B770, Length, StylePropertyReader_ReadTransformOriginEnum, (StylePropertyValue value, bool * isVertical, bool * isHorizontal, MethodInfo * method)); DO_APP_FUNC(0x02E7B930, Translate_1, StylePropertyReader_ReadTranslate_1, (int32_t valCount, StylePropertyValue val1, StylePropertyValue val2, StylePropertyValue val3, MethodInfo * method)); DO_APP_FUNC(0x02E7BC30, Scale, StylePropertyReader_ReadScale_1, (int32_t valCount, StylePropertyValue val1, StylePropertyValue val2, StylePropertyValue val3, MethodInfo * method)); DO_APP_FUNC(0x02E7BE50, Rotate_1, StylePropertyReader_ReadRotate_1, (int32_t valCount, StylePropertyValue val1, StylePropertyValue val2, StylePropertyValue val3, StylePropertyValue val4, MethodInfo * method)); DO_APP_FUNC(0x02E7C020, int32_t, StylePropertyReader_ReadEnum_1, (StyleEnumType__Enum enumType, StylePropertyValue value, MethodInfo * method)); DO_APP_FUNC(0x02E7C0D0, Angle_2, StylePropertyReader_ReadAngle, (StylePropertyValue value, MethodInfo * method)); DO_APP_FUNC(0x02E7C1A0, bool, StylePropertyReader_TryGetImageSourceFromValue, (StylePropertyValue propertyValue, float dpiScaling, ImageSource * source, MethodInfo * method)); DO_APP_FUNC(0x02E7C9F0, void, StylePropertyReader__ctor, (StylePropertyReader * __this, MethodInfo * method)); DO_APP_FUNC(0x02E7CBD0, void, StylePropertyReader_GetCursorIdFunction__ctor, (StylePropertyReader_GetCursorIdFunction * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, StylePropertyReader_GetCursorIdFunction_Invoke, (StylePropertyReader_GetCursorIdFunction * __this, StyleSheet * sheet, StyleValueHandle handle, MethodInfo * method)); DO_APP_FUNC(0x00C59330, void, MatchResultInfo__ctor, (MatchResultInfo * __this, bool success, PseudoStates__Enum triggerPseudoMask, PseudoStates__Enum dependencyPseudoMask, MethodInfo * method)); DO_APP_FUNC(0x02E7CD90, void, SelectorMatchRecord__ctor, (SelectorMatchRecord * __this, StyleSheet * sheet, int32_t styleSheetIndexInStack, MethodInfo * method)); DO_APP_FUNC(0x02E7CDF0, int32_t, SelectorMatchRecord_Compare, (SelectorMatchRecord a, SelectorMatchRecord b, MethodInfo * method)); DO_APP_FUNC(0x02E7CF00, MatchResultInfo, StyleSelectorHelper_MatchesSelector, (VisualElement * element, StyleSelector * selector, MethodInfo * method)); DO_APP_FUNC(0x02E7D1C0, bool, StyleSelectorHelper_MatchRightToLeft, (VisualElement * element, StyleComplexSelector * complexSelector, Action_2_UnityEngine_UIElements_VisualElement_UnityEngine_UIElements_StyleSheets_MatchResultInfo_ * processResult, MethodInfo * method)); DO_APP_FUNC(0x02E7D360, void, StyleSelectorHelper_FastLookup, (IDictionary_2_System_String_UnityEngine_UIElements_StyleComplexSelector_ * table, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * matchedSelectors, StyleMatchingContext * context, String * input, SelectorMatchRecord * record, MethodInfo * method)); DO_APP_FUNC(0x02E7D6A0, void, StyleSelectorHelper_FindMatches, (StyleMatchingContext * context, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * matchedSelectors, int32_t parentSheetIndex, MethodInfo * method)); DO_APP_FUNC(0x02E7DA70, StylePropertyId__Enum__Array *, StyleSheetCache_GetPropertyIds, (StyleSheet * sheet, int32_t ruleIndex, MethodInfo * method)); DO_APP_FUNC(0x02E7DD00, StylePropertyId__Enum__Array *, StyleSheetCache_GetPropertyIds_1, (StyleRule * rule, MethodInfo * method)); DO_APP_FUNC(0x02E7DDD0, StylePropertyId__Enum, StyleSheetCache_GetPropertyId, (StyleRule * rule, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E7DEF0, void, StyleSheetCache__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E7E0C0, void, StyleSheetCache_SheetHandleKey__ctor, (StyleSheetCache_SheetHandleKey * __this, StyleSheet * sheet, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E7E100, bool, StyleSheetCache_SheetHandleKeyComparer_Equals, (StyleSheetCache_SheetHandleKeyComparer * __this, StyleSheetCache_SheetHandleKey x, StyleSheetCache_SheetHandleKey y, MethodInfo * method)); DO_APP_FUNC(0x0163F310, int32_t, StyleSheetCache_SheetHandleKeyComparer_GetHashCode, (StyleSheetCache_SheetHandleKeyComparer * __this, StyleSheetCache_SheetHandleKey key, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StyleSheetCache_SheetHandleKeyComparer__ctor, (StyleSheetCache_SheetHandleKeyComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x02E7E120, bool, StyleSheetColor_TryGetColor, (String * name, Color * color, MethodInfo * method)); DO_APP_FUNC(0x02E7E280, Color32, StyleSheetColor_HexToColor32, (uint32_t color, MethodInfo * method)); DO_APP_FUNC(0x02E7E2A0, void, StyleSheetColor__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E80AE0, String *, StyleSheetExtensions_ReadAsString, (StyleSheet * sheet, StyleValueHandle handle, MethodInfo * method)); DO_APP_FUNC(0x02E80ED0, bool, StyleSheetExtensions_IsVarFunction, (StyleValueHandle handle, MethodInfo * method)); DO_APP_FUNC(0x02E80EF0, bool, MatchResult_get_success, (MatchResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02E80F00, bool, BaseStyleMatcher_get_hasCurrent, (BaseStyleMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, BaseStyleMatcher_get_currentIndex, (BaseStyleMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, BaseStyleMatcher_set_currentIndex, (BaseStyleMatcher * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, BaseStyleMatcher_get_matchedVariableCount, (BaseStyleMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, BaseStyleMatcher_set_matchedVariableCount, (BaseStyleMatcher * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02E80F30, void, BaseStyleMatcher_Initialize, (BaseStyleMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02E80F80, void, BaseStyleMatcher_MoveNext, (BaseStyleMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02E80FC0, void, BaseStyleMatcher_SaveContext, (BaseStyleMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02E81050, void, BaseStyleMatcher_RestoreContext, (BaseStyleMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02E810A0, void, BaseStyleMatcher_DropContext, (BaseStyleMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02E810F0, bool, BaseStyleMatcher_Match, (BaseStyleMatcher * __this, Expression * exp, MethodInfo * method)); DO_APP_FUNC(0x02E812C0, bool, BaseStyleMatcher_MatchExpression, (BaseStyleMatcher * __this, Expression * exp, MethodInfo * method)); DO_APP_FUNC(0x02E813C0, bool, BaseStyleMatcher_MatchExpressionWithMultiplier, (BaseStyleMatcher * __this, Expression * exp, MethodInfo * method)); DO_APP_FUNC(0x02E81500, bool, BaseStyleMatcher_MatchGroup, (BaseStyleMatcher * __this, Expression * exp, MethodInfo * method)); DO_APP_FUNC(0x02E815C0, bool, BaseStyleMatcher_MatchCombinator, (BaseStyleMatcher * __this, Expression * exp, MethodInfo * method)); DO_APP_FUNC(0x02E817E0, bool, BaseStyleMatcher_MatchOr, (BaseStyleMatcher * __this, Expression * exp, MethodInfo * method)); DO_APP_FUNC(0x02E81950, bool, BaseStyleMatcher_MatchOrOr, (BaseStyleMatcher * __this, Expression * exp, MethodInfo * method)); DO_APP_FUNC(0x02E81970, bool, BaseStyleMatcher_MatchAndAnd, (BaseStyleMatcher * __this, Expression * exp, MethodInfo * method)); DO_APP_FUNC(0x02E819B0, int32_t, BaseStyleMatcher_MatchMany, (BaseStyleMatcher * __this, Expression * exp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FF58, BaseStyleMatcher_MatchMany__MethodInfo); DO_APP_FUNC(0x02E81BB0, int32_t, BaseStyleMatcher_MatchManyByOrder, (BaseStyleMatcher * __this, Expression * exp, int32_t * matchOrder, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FFD0, BaseStyleMatcher_MatchManyByOrder__MethodInfo); DO_APP_FUNC(0x02E81D20, bool, BaseStyleMatcher_MatchJuxtaposition, (BaseStyleMatcher * __this, Expression * exp, MethodInfo * method)); DO_APP_FUNC(0x02E81DA0, bool, BaseStyleMatcher_MatchDataType, (BaseStyleMatcher * __this, Expression * exp, MethodInfo * method)); DO_APP_FUNC(0x02E81F20, void, BaseStyleMatcher__ctor, (BaseStyleMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02E82060, void, BaseStyleMatcher__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02E82140, StylePropertyValue, StylePropertyValueMatcher_get_current, (StylePropertyValueMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02E82200, int32_t, StylePropertyValueMatcher_get_valueCount, (StylePropertyValueMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, StylePropertyValueMatcher_get_isCurrentVariable, (StylePropertyValueMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02E82250, bool, StylePropertyValueMatcher_get_isCurrentComma, (StylePropertyValueMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02E82310, MatchResult, StylePropertyValueMatcher_Match, (StylePropertyValueMatcher * __this, Expression * exp, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * values, MethodInfo * method)); DO_APP_FUNC(0x02E82640, bool, StylePropertyValueMatcher_MatchKeyword, (StylePropertyValueMatcher * __this, String * keyword, MethodInfo * method)); DO_APP_FUNC(0x02E82710, bool, StylePropertyValueMatcher_MatchNumber, (StylePropertyValueMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02E82710, bool, StylePropertyValueMatcher_MatchInteger, (StylePropertyValueMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02E82730, bool, StylePropertyValueMatcher_MatchLength, (StylePropertyValueMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02E827B0, bool, StylePropertyValueMatcher_MatchPercentage, (StylePropertyValueMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02E82830, bool, StylePropertyValueMatcher_MatchColor, (StylePropertyValueMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02E828F0, bool, StylePropertyValueMatcher_MatchResource, (StylePropertyValueMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02E82910, bool, StylePropertyValueMatcher_MatchUrl, (StylePropertyValueMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02E82940, bool, StylePropertyValueMatcher_MatchTime, (StylePropertyValueMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02E829B0, bool, StylePropertyValueMatcher_MatchCustomIdent, (StylePropertyValueMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02E82B00, bool, StylePropertyValueMatcher_MatchAngle, (StylePropertyValueMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02E82B80, void, StylePropertyValueMatcher__ctor, (StylePropertyValueMatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02E82CF0, void, Expression__ctor, (Expression * __this, ExpressionType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02B40F80, ExpressionMultiplierType__Enum, ExpressionMultiplier_get_type, (ExpressionMultiplier * __this, MethodInfo * method)); DO_APP_FUNC(0x02E82DD0, void, ExpressionMultiplier_set_type, (ExpressionMultiplier * __this, ExpressionMultiplierType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02E82DE0, void, ExpressionMultiplier__ctor, (ExpressionMultiplier * __this, ExpressionMultiplierType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02E82E00, void, ExpressionMultiplier_SetType, (ExpressionMultiplier * __this, ExpressionMultiplierType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02E82E80, Expression *, StyleSyntaxParser_Parse, (StyleSyntaxParser * __this, String * syntax, MethodInfo * method)); DO_APP_FUNC(0x02E83170, Expression *, StyleSyntaxParser_ParseExpression, (StyleSyntaxParser * __this, StyleSyntaxTokenizer * tokenizer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FEE0, StyleSyntaxParser_ParseExpression__MethodInfo); DO_APP_FUNC(0x02E83420, void, StyleSyntaxParser_ProcessCombinatorStack, (StyleSyntaxParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02E83780, Expression *, StyleSyntaxParser_ParseTerm, (StyleSyntaxParser * __this, StyleSyntaxTokenizer * tokenizer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FE40, StyleSyntaxParser_ParseTerm__MethodInfo); DO_APP_FUNC(0x02E83980, ExpressionCombinator__Enum, StyleSyntaxParser_ParseCombinatorType, (StyleSyntaxParser * __this, StyleSyntaxTokenizer * tokenizer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FE38, StyleSyntaxParser_ParseCombinatorType__MethodInfo); DO_APP_FUNC(0x02E83C70, Expression *, StyleSyntaxParser_ParseGroup, (StyleSyntaxParser * __this, StyleSyntaxTokenizer * tokenizer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FE80, StyleSyntaxParser_ParseGroup__MethodInfo); DO_APP_FUNC(0x02E84020, Expression *, StyleSyntaxParser_ParseDataType, (StyleSyntaxParser * __this, StyleSyntaxTokenizer * tokenizer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FE98, StyleSyntaxParser_ParseDataType__MethodInfo); DO_APP_FUNC(0x02E84570, Expression *, StyleSyntaxParser_ParseNonTerminalValue, (StyleSyntaxParser * __this, String * syntax, MethodInfo * method)); DO_APP_FUNC(0x02E847D0, Expression *, StyleSyntaxParser_ParseProperty, (StyleSyntaxParser * __this, StyleSyntaxTokenizer * tokenizer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FD90, StyleSyntaxParser_ParseProperty__MethodInfo); DO_APP_FUNC(0x02E84CF0, void, StyleSyntaxParser_ParseMultiplier, (StyleSyntaxParser * __this, StyleSyntaxTokenizer * tokenizer, ExpressionMultiplier * multiplier, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FD60, StyleSyntaxParser_ParseMultiplier__MethodInfo); DO_APP_FUNC(0x02E84FC0, void, StyleSyntaxParser_ParseRanges, (StyleSyntaxParser * __this, StyleSyntaxTokenizer * tokenizer, int32_t * min, int32_t * max, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FDC0, StyleSyntaxParser_ParseRanges__MethodInfo); DO_APP_FUNC(0x02E85120, void, StyleSyntaxParser_EatSpace, (StyleSyntaxTokenizer * tokenizer, MethodInfo * method)); DO_APP_FUNC(0x02E85180, bool, StyleSyntaxParser_IsExpressionEnd, (StyleSyntaxToken token, MethodInfo * method)); DO_APP_FUNC(0x02E851A0, bool, StyleSyntaxParser_IsCombinator, (StyleSyntaxToken token, MethodInfo * method)); DO_APP_FUNC(0x02E851C0, bool, StyleSyntaxParser_IsMultiplier, (StyleSyntaxToken token, MethodInfo * method)); DO_APP_FUNC(0x02E851F0, void, StyleSyntaxParser__ctor, (StyleSyntaxParser * __this, MethodInfo * method)); DO_APP_FUNC(0x02E85510, void, StyleSyntaxToken__ctor, (StyleSyntaxToken * __this, StyleSyntaxTokenType__Enum t, MethodInfo * method)); DO_APP_FUNC(0x02E85570, void, StyleSyntaxToken__ctor_1, (StyleSyntaxToken * __this, StyleSyntaxTokenType__Enum type, String * text, MethodInfo * method)); DO_APP_FUNC(0x02E855E0, void, StyleSyntaxToken__ctor_2, (StyleSyntaxToken * __this, StyleSyntaxTokenType__Enum type, int32_t number, MethodInfo * method)); DO_APP_FUNC(0x02E85640, StyleSyntaxToken, StyleSyntaxTokenizer_get_current, (StyleSyntaxTokenizer * __this, MethodInfo * method)); DO_APP_FUNC(0x02E85780, StyleSyntaxToken, StyleSyntaxTokenizer_MoveNext, (StyleSyntaxTokenizer * __this, MethodInfo * method)); DO_APP_FUNC(0x02E85840, StyleSyntaxToken, StyleSyntaxTokenizer_PeekNext, (StyleSyntaxTokenizer * __this, MethodInfo * method)); DO_APP_FUNC(0x02E85970, void, StyleSyntaxTokenizer_Tokenize, (StyleSyntaxTokenizer * __this, String * syntax, MethodInfo * method)); DO_APP_FUNC(0x02E86880, bool, StyleSyntaxTokenizer_IsNextCharacter, (String * s, int32_t index, uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x02E868D0, bool, StyleSyntaxTokenizer_IsNextLetterOrDash, (String * s, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E869A0, bool, StyleSyntaxTokenizer_IsNextNumber, (String * s, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02E86A40, int32_t, StyleSyntaxTokenizer_GlobCharacter, (String * s, int32_t index, uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x02E86AB0, void, StyleSyntaxTokenizer__ctor, (StyleSyntaxTokenizer * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACD900, float, Easing_Linear, (float t, MethodInfo * method)); DO_APP_FUNC(0x02E86C40, float, Easing_InSine, (float t, MethodInfo * method)); DO_APP_FUNC(0x02E86C70, float, Easing_OutSine, (float t, MethodInfo * method)); DO_APP_FUNC(0x02E86C80, float, Easing_InOutSine, (float t, MethodInfo * method)); DO_APP_FUNC(0x02E86CB0, float, Easing_InQuad, (float t, MethodInfo * method)); DO_APP_FUNC(0x0091C680, float, Easing_OutQuad, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81E88, Easing_OutQuad__MethodInfo); DO_APP_FUNC(0x02E86CC0, float, Easing_InOutQuad, (float t, MethodInfo * method)); DO_APP_FUNC(0x02E86D10, float, Easing_InCubic, (float t, MethodInfo * method)); DO_APP_FUNC(0x02E86D20, float, Easing_OutCubic, (float t, MethodInfo * method)); DO_APP_FUNC(0x02E86D50, float, Easing_InOutCubic, (float t, MethodInfo * method)); DO_APP_FUNC(0x02E86DB0, float, Easing_InPower, (float t, int32_t power, MethodInfo * method)); DO_APP_FUNC(0x02E86DC0, float, Easing_OutPower, (float t, int32_t power, MethodInfo * method)); DO_APP_FUNC(0x02E86E10, float, Easing_InOutPower, (float t, int32_t power, MethodInfo * method)); DO_APP_FUNC(0x0091D010, float, Easing_InBounce, (float t, MethodInfo * method)); DO_APP_FUNC(0x0091D0E0, float, Easing_OutBounce, (float t, MethodInfo * method)); DO_APP_FUNC(0x02E86E90, float, Easing_InOutBounce, (float t, MethodInfo * method)); DO_APP_FUNC(0x02E86FB0, float, Easing_InElastic, (float t, MethodInfo * method)); DO_APP_FUNC(0x02E87040, float, Easing_OutElastic, (float t, MethodInfo * method)); DO_APP_FUNC(0x02E870E0, float, Easing_InOutElastic, (float t, MethodInfo * method)); DO_APP_FUNC(0x02E87220, float, Easing_InBack, (float t, MethodInfo * method)); DO_APP_FUNC(0x02E87240, float, Easing_OutBack, (float t, MethodInfo * method)); DO_APP_FUNC(0x02E87280, float, Easing_InOutBack, (float t, MethodInfo * method)); DO_APP_FUNC(0x02E87300, float, Easing_InCirc, (float t, MethodInfo * method)); DO_APP_FUNC(0x02E87360, float, Easing_OutCirc, (float t, MethodInfo * method)); DO_APP_FUNC(0x02E87390, float, Easing_InOutCirc, (float t, MethodInfo * method)); DO_APP_FUNC(0x02E87440, void, StyleValues_set_top, (StyleValues * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02E874A0, void, StyleValues_set_left, (StyleValues * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02E87500, void, StyleValues_set_width, (StyleValues * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02E87560, void, StyleValues_set_height, (StyleValues * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02E875C0, void, StyleValues_set_right, (StyleValues * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02E87620, void, StyleValues_set_bottom, (StyleValues * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02E87680, void, StyleValues_set_color, (StyleValues * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x02E876E0, void, StyleValues_set_backgroundColor, (StyleValues * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x02E87740, void, StyleValues_set_unityBackgroundImageTintColor, (StyleValues * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x02E877A0, void, StyleValues_set_borderColor, (StyleValues * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x02E87800, void, StyleValues_set_marginLeft, (StyleValues * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02E87860, void, StyleValues_set_marginTop, (StyleValues * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02E878C0, void, StyleValues_set_marginRight, (StyleValues * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02E87920, void, StyleValues_set_marginBottom, (StyleValues * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02E87980, void, StyleValues_set_paddingLeft, (StyleValues * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02E879E0, float, StyleValues_get_paddingTop, (StyleValues * __this, MethodInfo * method)); DO_APP_FUNC(0x02E87A70, void, StyleValues_set_paddingTop, (StyleValues * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02E87AD0, void, StyleValues_set_paddingRight, (StyleValues * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02E87B30, void, StyleValues_set_paddingBottom, (StyleValues * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02E87B90, void, StyleValues_set_borderLeftWidth, (StyleValues * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02E87BF0, void, StyleValues_set_borderRightWidth, (StyleValues * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02E87C50, void, StyleValues_set_borderTopWidth, (StyleValues * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02E87CB0, void, StyleValues_set_borderBottomWidth, (StyleValues * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02E87D10, void, StyleValues_set_borderTopLeftRadius, (StyleValues * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02E87D70, void, StyleValues_set_borderTopRightRadius, (StyleValues * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02E87DD0, void, StyleValues_set_borderBottomLeftRadius, (StyleValues * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02E87E30, void, StyleValues_set_borderBottomRightRadius, (StyleValues * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02E87E90, void, StyleValues_set_opacity, (StyleValues * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02E87EF0, void, StyleValues_set_flexGrow, (StyleValues * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02E87EF0, void, StyleValues_set_flexShrink, (StyleValues * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02E87F50, void, StyleValues_SetValue, (StyleValues * __this, StylePropertyId__Enum id, float value, MethodInfo * method)); DO_APP_FUNC(0x02E87FB0, void, StyleValues_SetValue_1, (StyleValues * __this, StylePropertyId__Enum id, Color value, MethodInfo * method)); DO_APP_FUNC(0x02E88010, StyleValueCollection *, StyleValues_Values, (StyleValues * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF7080, float, Lerp_4_Interpolate, (float start, float end, float ratio, MethodInfo * method)); DO_APP_FUNC(0x02E880D0, Color, Lerp_4_Interpolate_1, (Color start, Color end, float ratio, MethodInfo * method)); DO_APP_FUNC(0x02E88170, StyleValues, Lerp_4_Interpolate_2, (StyleValues start, StyleValues end, float ratio, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BCD0, Lerp_4_Interpolate_2__MethodInfo); DO_APP_FUNC(0x02E88720, TreeViewController *, TreeView_get_viewController, (TreeView * __this, MethodInfo * method)); DO_APP_FUNC(0x02E887B0, ICollectionDragAndDropController *, TreeView_CreateDragAndDropController, (TreeView * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF8F00, List_1_System_Int32_ *, TreeView_get_expandedItemIds, (TreeView * __this, MethodInfo * method)); DO_APP_FUNC(0x02E88920, bool, TreeView_IsExpanded, (TreeView * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02E88950, void, TreeView__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, VRCameraIdentifier__ctor, (VRCameraIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBF690, void, VRHand_Awake, (VRHand * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBF800, void, VRHand_OnTriggerEnter, (VRHand * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01CBFCF0, void, VRHand_OnTriggerExit, (VRHand * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01CBFE50, void, VRHand_OnDisable, (VRHand * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBFEC0, void, VRHand_OnEntityDetached, (VRHand * __this, BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0D60, VRHand_OnEntityDetached__MethodInfo); DO_APP_FUNC(0x01CC0030, void, VRHand_OnDestroy, (VRHand * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC0110, void, VRHand__ctor, (VRHand * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC0210, String *, AssetInfo_get_Version, (MethodInfo * method)); DO_APP_FUNC(0x01CC0270, String *, AssetInfo_get_Name, (MethodInfo * method)); DO_APP_FUNC(0x01CC02B0, void, AssetInfo__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01CC0360, float, MathUtility_FrictionValue, (PhysicMaterial * material1, PhysicMaterial * material2, bool dynamicFriction, MethodInfo * method)); DO_APP_FUNC(0x01CC06D0, float, MathUtility_BouncinessValue, (PhysicMaterial * material1, PhysicMaterial * material2, MethodInfo * method)); DO_APP_FUNC(0x01CC0950, Vector3, MathUtility_TransformPoint, (Vector3 worldPosition, Quaternion rotation, Vector3 localPosition, MethodInfo * method)); DO_APP_FUNC(0x01CC0B30, Vector3, MathUtility_InverseTransformPoint, (Vector3 worldPosition, Quaternion rotation, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x01CC0DA0, Vector3, MathUtility_TransformDirection, (Vector3 direction, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x01CC0F60, Vector3, MathUtility_InverseTransformDirection, (Vector3 direction, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x01CC11C0, Quaternion, MathUtility_TransformQuaternion, (Quaternion worldRotation, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x01CC1330, Quaternion, MathUtility_InverseTransformQuaternion, (Quaternion worldRotation, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x01CC1520, void, MathUtility_CapsuleColliderEndCaps, (CapsuleCollider * capsuleCollider, Vector3 position, Quaternion rotation, Vector3 * firstEndCap, Vector3 * secondEndCap, MethodInfo * method)); DO_APP_FUNC(0x01CC1B20, void, MathUtility_CapsuleColliderEndCaps_1, (float height, float radius, Vector3 center, Vector3 direction, Vector3 position, Quaternion rotation, Vector3 * firstEndCap, Vector3 * secondEndCap, MethodInfo * method)); DO_APP_FUNC(0x01CC1E70, Vector3, MathUtility_CapsuleColliderDirection, (CapsuleCollider * capsuleCollider, MethodInfo * method)); DO_APP_FUNC(0x01CC1FF0, float, MathUtility_ClampInnerAngle, (float angle, MethodInfo * method)); DO_APP_FUNC(0x01CC2020, float, MathUtility_ClampAngle, (float angle, MethodInfo * method)); DO_APP_FUNC(0x01CC2050, float, MathUtility_ClampAngle_1, (float angle, float min, float max, MethodInfo * method)); DO_APP_FUNC(0x01CC2140, float, MathUtility_ClampAngle_2, (float angle, float deltaAngle, float min, float max, MethodInfo * method)); DO_APP_FUNC(0x01CC22F0, Quaternion, MathUtility_QuaternionFromMatrix, (Matrix4x4 matrix, MethodInfo * method)); DO_APP_FUNC(0x01CC23A0, Vector3, MathUtility_PositionFromMatrix, (Matrix4x4 matrix, MethodInfo * method)); DO_APP_FUNC(0x01CC23D0, Matrix4x4, MathUtility_ApplyRotationToChildMatrices, (Transform * current, Transform * root, Quaternion deltaRotation, MethodInfo * method)); DO_APP_FUNC(0x01CC2B60, Vector3, MathUtility_ClosestPointOnCollider, (Transform * transform, Collider * collider, Vector3 point, Vector3 moveDirection, bool sphereCheck, bool lowerPoint, MethodInfo * method)); DO_APP_FUNC(0x01CC2F30, Vector3, MathUtility_ClosestPointOnCapsule, (Transform * transform, CapsuleCollider * capsuleCollider, Vector3 point, Vector3 moveDirection, bool sphereCheck, bool lowerPoint, MethodInfo * method)); DO_APP_FUNC(0x01CC3B50, Vector3, MathUtility_ClosestPointOnSphere, (Transform * transform, Vector3 point, Vector3 sphereCenter, float radius, bool sphereCheck, bool lowerPoint, MethodInfo * method)); DO_APP_FUNC(0x01CC4010, float, MathUtility_CapsuleColliderHeightMultiplier, (CapsuleCollider * capsuleCollider, MethodInfo * method)); DO_APP_FUNC(0x01CC4350, float, MathUtility_ColliderRadiusMultiplier, (Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x01CC4680, bool, MathUtility_IsUnderCollider, (Transform * transform, Collider * collider, Vector3 point, MethodInfo * method)); DO_APP_FUNC(0x01CC49D0, float, MathUtility_LocalColliderHeight, (Transform * transform, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x01CC4D30, float, MathUtility_InversePow, (float b, float value, MethodInfo * method)); DO_APP_FUNC(0x01CC4D70, float, MathUtility_Round, (float value, int32_t factor, MethodInfo * method)); DO_APP_FUNC(0x01CC4DA0, Quaternion, MathUtility_Round_1, (Quaternion value, int32_t factor, MethodInfo * method)); DO_APP_FUNC(0x01CC4ED0, bool, MathUtility_IsUniform, (Vector3 scale, MethodInfo * method)); DO_APP_FUNC(0x01CC4F10, bool, MathUtility_InLayerMask, (int32_t layer, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x01CC4F30, int32_t, MathUtility_Concatenate, (int32_t a, int32_t b, int32_t c, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MathUtility__ctor, (MathUtility * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC4F50, void, MathUtility__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, QuickSelect__ctor, (QuickSelect * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC5040, float, TimeUtility_get_FramerateDeltaTime, (MethodInfo * method)); DO_APP_FUNC(0x01CC5090, float, TimeUtility_get_DeltaTimeScaled, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TimeUtility__ctor, (TimeUtility * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC5130, void, TransformExtensions_SetParentOrigin, (Transform * transform, Transform * parent, MethodInfo * method)); DO_APP_FUNC(0x01CC52F0, void, TransformExtensions_SetLayerRecursively, (Transform * transform, int32_t layer, MethodInfo * method)); DO_APP_FUNC(0x01CC5470, Type *, UnityEngineUtility_GetType, (String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0D30, UnityEngineUtility_GetType__MethodInfo); DO_APP_FUNC(0x01CC5AC0, String *, UnityEngineUtility_GetFriendlyName, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01CC5C00, String *, UnityEngineUtility_GetFriendlyName_1, (String * fullName, String * name, MethodInfo * method)); DO_APP_FUNC(0x01CC5CE0, bool, UnityEngineUtility_HasAttribute, (FieldInfo_1 * field, Type * attribute, MethodInfo * method)); DO_APP_FUNC(0x01CC6090, bool, UnityEngineUtility_HasAttribute_1, (PropertyInfo_1 * property, Type * attribute, MethodInfo * method)); DO_APP_FUNC(0x01CC6440, Camera *, UnityEngineUtility_FindCamera, (GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CC6D10, Camera *, UnityEngineUtility_SearchForCamera, (GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CC7340, bool, UnityEngineUtility_HasUpdatedObject, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01CC73D0, void, UnityEngineUtility_AddUpdatedObject, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01CC7430, void, UnityEngineUtility_AddUpdatedObject_1, (Object * obj, bool autoClear, MethodInfo * method)); DO_APP_FUNC(0x01CC7600, void, UnityEngineUtility_ClearUpdatedObjects, (MethodInfo * method)); DO_APP_FUNC(0x01CC7680, void, UnityEngineUtility_ClearUpdatedObjectsEvent, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0CD8, UnityEngineUtility_ClearUpdatedObjectsEvent__MethodInfo); DO_APP_FUNC(0x01CC7740, void, UnityEngineUtility_SizeSprite, (Sprite * sprite, RectTransform * spriteRectTransform, MethodInfo * method)); DO_APP_FUNC(0x01CC78E0, void, UnityEngineUtility_ClearCache, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UnityEngineUtility__ctor, (UnityEngineUtility * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC7BC0, void, UnityEngineUtility__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01CC7EC0, int32_t, UnityEngineUtility_RaycastHitComparer_Compare, (UnityEngineUtility_RaycastHitComparer * __this, RaycastHit x, RaycastHit y, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UnityEngineUtility_RaycastHitComparer__ctor, (UnityEngineUtility_RaycastHitComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC8160, bool, UnityEngineUtility_RaycastHitEqualityComparer_Equals, (UnityEngineUtility_RaycastHitEqualityComparer * __this, RaycastHit x, RaycastHit y, MethodInfo * method)); DO_APP_FUNC(0x01CC83B0, int32_t, UnityEngineUtility_RaycastHitEqualityComparer_GetHashCode, (UnityEngineUtility_RaycastHitEqualityComparer * __this, RaycastHit hit, MethodInfo * method)); DO_APP_FUNC(0x00C0D910, float, MinMaxFloat_get_MinValue, (MinMaxFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x00C84780, void, MinMaxFloat_set_MinValue, (MinMaxFloat * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C8D880, float, MinMaxFloat_get_MaxValue, (MinMaxFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC8440, void, MinMaxFloat_set_MaxValue, (MinMaxFloat * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CC8450, float, MinMaxFloat_get_RandomValue, (MinMaxFloat * __this, MethodInfo * method)); DO_APP_FUNC(0x003C8D90, void, MinMaxFloat__ctor, (MinMaxFloat * __this, float minValue, float maxValue, MethodInfo * method)); DO_APP_FUNC(0x01770B70, Vector3, MinMaxVector3_get_MinValue, (MinMaxVector3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC8470, void, MinMaxVector3_set_MinValue, (MinMaxVector3 * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00C71770, Vector3, MinMaxVector3_get_MaxValue, (MinMaxVector3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC8480, void, MinMaxVector3_set_MaxValue, (MinMaxVector3 * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00675890, Vector3, MinMaxVector3_get_MinMagnitude, (MinMaxVector3 * __this, MethodInfo * method)); DO_APP_FUNC(0x006758B0, void, MinMaxVector3_set_MinMagnitude, (MinMaxVector3 * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01CC8490, Vector3, MinMaxVector3_get_RandomValue, (MinMaxVector3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC8560, void, MinMaxVector3__ctor, (MinMaxVector3 * __this, Vector3 minValue, Vector3 maxValue, MethodInfo * method)); DO_APP_FUNC(0x01CC85D0, void, MinMaxVector3__ctor_1, (MinMaxVector3 * __this, Vector3 minValue, Vector3 maxValue, Vector3 minMagnitude, MethodInfo * method)); DO_APP_FUNC(0x01CC8610, float, MinMaxVector3_GetRandomFloat, (MinMaxVector3 * __this, float minValue, float maxValue, float minMagnitude, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, GameObject *, ObjectSpawnInfo_get_Object, (ObjectSpawnInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, ObjectSpawnInfo_get_Probability, (ObjectSpawnInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF400, bool, ObjectSpawnInfo_get_RandomSpin, (ObjectSpawnInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC86E0, GameObject *, ObjectSpawnInfo_Instantiate, (ObjectSpawnInfo * __this, Vector3 position, Vector3 normal, Vector3 gravityDirection, MethodInfo * method)); DO_APP_FUNC(0x01CC8D50, void, ObjectSpawnInfo__ctor, (ObjectSpawnInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, Color, OriginalMaterialValue_get_Color, (OriginalMaterialValue * __this, MethodInfo * method)); DO_APP_FUNC(0x011FE070, void, OriginalMaterialValue_set_Color, (OriginalMaterialValue * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, OriginalMaterialValue_get_ContainsMode, (OriginalMaterialValue * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, OriginalMaterialValue_set_ContainsMode, (OriginalMaterialValue * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BA310, float, OriginalMaterialValue_get_Mode, (OriginalMaterialValue * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA9C70, void, OriginalMaterialValue_set_Mode, (OriginalMaterialValue * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, OriginalMaterialValue_get_SrcBlend, (OriginalMaterialValue * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, OriginalMaterialValue_set_SrcBlend, (OriginalMaterialValue * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, OriginalMaterialValue_get_DstBlend, (OriginalMaterialValue * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, OriginalMaterialValue_set_DstBlend, (OriginalMaterialValue * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, OriginalMaterialValue_get_AlphaBlend, (OriginalMaterialValue * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, OriginalMaterialValue_set_AlphaBlend, (OriginalMaterialValue * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, OriginalMaterialValue_get_RenderQueue, (OriginalMaterialValue * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, OriginalMaterialValue_set_RenderQueue, (OriginalMaterialValue * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01CC8D60, int32_t, OriginalMaterialValue_get_ModeID, (MethodInfo * method)); DO_APP_FUNC(0x01CC8DC0, int32_t, OriginalMaterialValue_get_SrcBlendID, (MethodInfo * method)); DO_APP_FUNC(0x01CC8E20, int32_t, OriginalMaterialValue_get_DstBlendID, (MethodInfo * method)); DO_APP_FUNC(0x01CC8E80, String *, OriginalMaterialValue_get_AlphaBlendString, (MethodInfo * method)); DO_APP_FUNC(0x01CC8EE0, void, OriginalMaterialValue_Initialize, (MethodInfo * method)); DO_APP_FUNC(0x01CC9070, void, OriginalMaterialValue_Initialize_1, (OriginalMaterialValue * __this, Material * material, int32_t colorID, bool containsMode, MethodInfo * method)); DO_APP_FUNC(0x01CC92B0, void, OriginalMaterialValue__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, AnimationEventTrigger_get_WaitForAnimationEvent, (AnimationEventTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, AnimationEventTrigger_set_WaitForAnimationEvent, (AnimationEventTrigger * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BA310, float, AnimationEventTrigger_get_Duration, (AnimationEventTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA9C70, void, AnimationEventTrigger_set_Duration, (AnimationEventTrigger * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AnimationEventTrigger__ctor, (AnimationEventTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC9360, void, AnimationEventTrigger__ctor_1, (AnimationEventTrigger * __this, bool waitForAnimationEvent, float duration, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, InspectorFoldout_get_Title, (InspectorFoldout * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InspectorFoldout__ctor, (InspectorFoldout * __this, String * title, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AllowDuplicateTypes__ctor, (AllowDuplicateTypes * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC9370, Ability *, AbilityBuilder_AddAbility, (UltimateCharacterLocomotion * characterLocomotion, Type * abilityType, MethodInfo * method)); DO_APP_FUNC(0x01CC94E0, Ability *, AbilityBuilder_AddAbility_1, (UltimateCharacterLocomotion * characterLocomotion, Type * abilityType, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01CC98C0, ItemAbility *, AbilityBuilder_AddItemAbility, (UltimateCharacterLocomotion * characterLocomotion, Type * abilityType, MethodInfo * method)); DO_APP_FUNC(0x01CC9990, ItemAbility *, AbilityBuilder_AddItemAbility_1, (UltimateCharacterLocomotion * characterLocomotion, Type * abilityType, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01CC9C90, void, AbilityBuilder_SerializeAbilities, (UltimateCharacterLocomotion * characterLocomotion, MethodInfo * method)); DO_APP_FUNC(0x01CC9E10, void, AbilityBuilder_SerializeItemAbilities, (UltimateCharacterLocomotion * characterLocomotion, MethodInfo * method)); DO_APP_FUNC(0x01CC9F90, void, AbilityBuilder_RemoveAbility, (UltimateCharacterLocomotion * characterLocomotion, Ability * ability, MethodInfo * method)); DO_APP_FUNC(0x01CCA2A0, void, AbilityBuilder_RemoveItemAbility, (UltimateCharacterLocomotion * characterLocomotion, Ability * ability, MethodInfo * method)); DO_APP_FUNC(0x01CCA400, RequireComponent__Array *, AbilityBuilder_GetRequiredComponents, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01CCA600, void, AbilityBuilder_SetAbilityDefaultValues, (Ability * ability, MethodInfo * method)); DO_APP_FUNC(0x01CCAF00, DefaultInputName__Array *, AbilityBuilder_GetDefaultInputNames, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01CCB110, DefaultStartType *, AbilityBuilder_GetDefaultStartType, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01CCB370, DefaultStopType *, AbilityBuilder_GetDefaultStopType, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01CCB5D0, DefaultAbilityIndex *, AbilityBuilder_GetDefaultAbilityIndex, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01CCB830, DefaultAbilityIntData *, AbilityBuilder_GetDefaultAbilityIntData, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01CCBA90, DefaultItemStateIndex *, AbilityBuilder_GetDefaultItemStateIndex, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01CCBCF0, DefaultState *, AbilityBuilder_GetDefaultState, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01CCBF50, DefaultAllowPositionalInput *, AbilityBuilder_GetDefaultAllowPositionalInput, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01CCC1B0, DefaultAllowRotationalInput *, AbilityBuilder_GetDefaultAllowRotationalInput, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01CCC410, DefaultUseGravity *, AbilityBuilder_GetDefaultUseGravity, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01CCC670, DefaultUseRootMotionPosition *, AbilityBuilder_GetDefaultUseRootMotionPosition, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01CCC8D0, DefaultUseRootMotionRotation *, AbilityBuilder_GetDefaultUseRootMotionRotation, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01CCCB30, DefaultDetectHorizontalCollisions *, AbilityBuilder_GetDefaultDetectHorizontalCollisions, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01CCCD90, DefaultDetectVerticalCollisions *, AbilityBuilder_GetDefaultDetectVerticalCollisions, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01CCCFF0, DefaultObjectDetection *, AbilityBuilder_GetDefaultObjectDetection, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01CCD250, DefaultUseLookDirection *, AbilityBuilder_GetDefaultUseLookDirection, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01CCD4B0, DefaultCastOffset *, AbilityBuilder_GetDefaultCastOffset, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01CCD710, DefaultEquippedSlots *, AbilityBuilder_GetDefaultEquippedSlots, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01CCD970, DefaultReequipSlots *, AbilityBuilder_GetDefaultReequipSlots, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01CCDBD0, AddState__Array *, AbilityBuilder_GetAddStates, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01CCDDE0, void, AbilityBuilder__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01CCEF60, void, CharacterBuilder_BuildCharacter, (GameObject * character, bool addAnimator, RuntimeAnimatorController * animatorController, String * firstPersonMovementType, String * thirdPersonMovementType, bool startFirstPersonPerspective, GameObject__Array * firstPersonHiddenObjects, Material * invisibleShadowCasterMaterial, bool aiAgent, MethodInfo * method)); DO_APP_FUNC(0x01CCF310, void, CharacterBuilder_AddEssentials, (GameObject * character, bool addAnimator, RuntimeAnimatorController * animatorController, bool addPerspectiveMonitor, Material * invisibleShadowCasterMaterial, bool aiAgent, MethodInfo * method)); DO_APP_FUNC(0x01CD0230, void, CharacterBuilder_AddAnimator, (GameObject * character, RuntimeAnimatorController * animatorController, bool aiAgent, MethodInfo * method)); DO_APP_FUNC(0x01CD0540, void, CharacterBuilder_RemoveAnimator, (GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CD0810, void, CharacterBuilder_SetRecursiveLayer, (GameObject * gameObject, int32_t layer, int32_t characterLayer, MethodInfo * method)); DO_APP_FUNC(0x01CD0D00, void, CharacterBuilder_RemoveEssentials, (GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CD14D0, void, CharacterBuilder_AddMovementType, (GameObject * character, String * movementType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0730, CharacterBuilder_AddMovementType__MethodInfo); DO_APP_FUNC(0x01CD1980, void, CharacterBuilder_BuildCharacterComponents, (GameObject * character, bool aiAgent, bool addItems, ItemCollection * itemCollection, bool firstPersonItems, bool addHealth, bool addUnityIK, bool addFootEffects, bool addStandardAbilities, bool addNavMeshAgent, MethodInfo * method)); DO_APP_FUNC(0x01CD28D0, void, CharacterBuilder_AddAIAgent, (GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CD2E00, void, CharacterBuilder_RemoveAIAgent, (GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CD33B0, void, CharacterBuilder_AddUnityInput, (GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CD3500, void, CharacterBuilder_RemoveUnityInput, (GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CD3690, void, CharacterBuilder_AddItemSupport, (GameObject * character, ItemCollection * itemCollection, bool aiAgent, bool firstPersonItems, MethodInfo * method)); DO_APP_FUNC(0x01CD4400, void, CharacterBuilder_RemoveItemSupport, (GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CD4E00, void, CharacterBuilder_AddHealth, (GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CD5150, void, CharacterBuilder_RemoveHealth, (GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CD5560, void, CharacterBuilder_AddUnityIK, (GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CD56B0, void, CharacterBuilder_RemoveUnityIK, (GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CD5840, void, CharacterBuilder_AddFootEffects, (GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CD59A0, void, CharacterBuilder_RemoveFootEffects, (GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CD5B30, GameObject *, ItemBuilder_BuildItem, (String * name, ItemDefinitionBase * itemDefinition, int32_t animatorItemID, GameObject * character, int32_t slotID, bool addToDefaultLoadout, bool addFirstPersonPerspective, GameObject * firstPersonObject, RuntimeAnimatorController * firstPersonObjectAnimatorController, GameObject * firstPersonVisibleItem, ItemSlot * firstPersonItemSlot, RuntimeAnimatorController * firstPersonVisibleItemAnimatorController, bool addThirdPersonPerspective, GameObject * thirdPersonObject, ItemSlot * thirdPersonItemSlot, RuntimeAnimatorController * thirdPersonObjectAnimatorController, Material * invisibleShadowCasterMaterial, ItemBuilder_ActionType__Enum actionType, ItemDefinitionBase * actionItemDefinition, MethodInfo * method)); DO_APP_FUNC(0x01CD6BA0, Transform *, ItemBuilder_CreateGameObject, (String * name, Transform * parent, MethodInfo * method)); DO_APP_FUNC(0x01CD6CA0, void, ItemBuilder_AddFirstPersonObject, (GameObject * character, String * name, GameObject * itemGameObject, GameObject * * firstPersonObject, RuntimeAnimatorController * firstPersonObjectAnimatorController, GameObject * * firstPersonVisibleItem, ItemSlot * firstPersonItemSlot, RuntimeAnimatorController * firstPersonVisibleItemAnimatorController, MethodInfo * method)); DO_APP_FUNC(0x01CD8130, void, ItemBuilder_AddFirstPersonArms, (GameObject * character, GameObject * firstPersonObject, RuntimeAnimatorController * firstPersonObjectAnimatorController, MethodInfo * method)); DO_APP_FUNC(0x01CD8800, void, ItemBuilder_RemoveFirstPersonObject, (FirstPersonPerspectiveItem * firstPersonPerspectiveItem, MethodInfo * method)); DO_APP_FUNC(0x01CD8A90, void, ItemBuilder_AddThirdPersonObject, (GameObject * character, String * name, GameObject * itemGameObject, GameObject * * thirdPersonObject, ItemSlot * thirdPersonItemSlot, RuntimeAnimatorController * thirdPersonObjectAnimatorController, Material * invisibleShadowCasterMaterial, bool defaultAddThirdPersonObject, MethodInfo * method)); DO_APP_FUNC(0x01CD9580, void, ItemBuilder_AddPropertiesToActions, (GameObject * itemGameObject, GameObject * firstPersonObject, GameObject * firstPersonVisibleItem, GameObject * thirdPersonObject, MethodInfo * method)); DO_APP_FUNC(0x01CD9840, void, ItemBuilder_RemoveThirdPersonObject, (ThirdPersonPerspectiveItem * thirdPersonVisibleItem, MethodInfo * method)); DO_APP_FUNC(0x01CD9A00, void, ItemBuilder_AddAction, (GameObject * itemGameObject, GameObject * firstPersonObject, GameObject * firstPersonVisibleItem, GameObject * thirdPersonObject, ItemBuilder_ActionType__Enum actionType, ItemDefinitionBase * actionItemDefinition, MethodInfo * method)); DO_APP_FUNC(0x01CD9FC0, void, ItemBuilder_AddShootableWeaponProperties, (GameObject * itemGameObject, int32_t actionID, GameObject * firstPersonObject, GameObject * firstPersonVisibleItem, GameObject * thirdPersonObject, MethodInfo * method)); DO_APP_FUNC(0x01CDA790, void, ItemBuilder_AddMagicItemProperties, (GameObject * itemGameObject, int32_t actionID, GameObject * firstPersonObject, GameObject * firstPersonVisibleItem, GameObject * thirdPersonObject, MethodInfo * method)); DO_APP_FUNC(0x01CDAF10, void, ItemBuilder_AddThrowableItemProperties, (GameObject * itemGameObject, int32_t actionID, GameObject * firstPersonObject, GameObject * firstPersonVisibleItem, GameObject * thirdPersonObject, MethodInfo * method)); DO_APP_FUNC(0x01CDB520, void, ItemBuilder_AddGrenadeItemProperties, (GameObject * itemGameObject, int32_t actionID, GameObject * firstPersonObject, GameObject * firstPersonVisibleItem, GameObject * thirdPersonObject, MethodInfo * method)); DO_APP_FUNC(0x01CDC030, void, ItemBuilder_AddFlashlightProperties, (GameObject * itemGameObject, int32_t actionID, GameObject * firstPersonObject, GameObject * firstPersonVisibleItem, GameObject * thirdPersonObject, MethodInfo * method)); DO_APP_FUNC(0x01CDC7E0, void, ItemBuilder_AddAction_1, (GameObject * itemGameObject, ItemBuilder_ActionType__Enum actionType, ItemDefinitionBase * actionItemDefinition, MethodInfo * method)); DO_APP_FUNC(0x01CDC850, void, ItemBuilder_PopulatePerspectiveObjects, (GameObject * itemGameObject, GameObject * * firstPersonObject, GameObject * * firstPersonVisibleItemGameObject, GameObject * * thirdPersonObject, MethodInfo * method)); DO_APP_FUNC(0x01CDCB80, void, ItemBuilder_RemoveAction, (ItemAction * itemAction, MethodInfo * method)); DO_APP_FUNC(0x01CDCC60, void, ItemBuilder_RemovePerspectiveProperties, (GameObject * itemGameObject, int32_t actionID, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ItemBuilder__ctor, (ItemBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x01CDD1C0, ViewType *, ViewTypeBuilder_AddViewType, (CameraController * cameraController, Type * viewType, MethodInfo * method)); DO_APP_FUNC(0x01CDD4E0, void, ViewTypeBuilder_AddFirstPersonCamera, (CameraController * cameraController, FirstPerson * viewType, MethodInfo * method)); DO_APP_FUNC(0x01CDDB90, void, ViewTypeBuilder_SerializeViewTypes, (CameraController * cameraController, MethodInfo * method)); DO_APP_FUNC(0x01CDDCD0, AddState__Array *, ViewTypeBuilder_GetAddStates, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x01CDDED0, void, ViewTypeBuilder__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01CDDFC0, void, AttributeMonitor_Awake, (AttributeMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CDE430, void, AttributeMonitor_OnAttachCharacter, (AttributeMonitor * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CDED90, void, AttributeMonitor_OnUpdateValue, (AttributeMonitor * __this, Attribute_1 * attribute, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0430, AttributeMonitor_OnUpdateValue__MethodInfo); DO_APP_FUNC(0x01CDEDF0, void, AttributeMonitor_OnDestroy, (AttributeMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CDF1B0, bool, AttributeMonitor_CanShowUI, (AttributeMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CDF1D0, void, AttributeMonitor__ctor, (AttributeMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, GameObject *, CharacterMonitor_get_Character, (CharacterMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CDF270, void, CharacterMonitor_set_Character, (CharacterMonitor * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, CharacterMonitor_get_Visible, (CharacterMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CDF290, void, CharacterMonitor_set_Visible, (CharacterMonitor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01CDF360, void, CharacterMonitor_Awake, (CharacterMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CDF900, void, CharacterMonitor_OnAttachCharacter, (CharacterMonitor * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CDFF80, void, CharacterMonitor_Start, (CharacterMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE0040, void, CharacterMonitor_ShowUI, (CharacterMonitor * __this, bool show, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0420, CharacterMonitor_ShowUI__MethodInfo); DO_APP_FUNC(0x01CE0110, bool, CharacterMonitor_CanShowUI, (CharacterMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE0120, void, CharacterMonitor_OnDestroy, (CharacterMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE02F0, void, CharacterMonitor__ctor, (CharacterMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE2C0, float, CrosshairsMonitor_get_CollisionRadius, (CrosshairsMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE2D0, void, CrosshairsMonitor_set_CollisionRadius, (CrosshairsMonitor * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, QueryTriggerInteraction__Enum, CrosshairsMonitor_get_TriggerInteraction, (CrosshairsMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x00523180, void, CrosshairsMonitor_set_TriggerInteraction, (CrosshairsMonitor * __this, QueryTriggerInteraction__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0112EF30, Color, CrosshairsMonitor_get_DefaultColor, (CrosshairsMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE0300, void, CrosshairsMonitor_set_DefaultColor, (CrosshairsMonitor * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x00B2F370, Color, CrosshairsMonitor_get_TargetColor, (CrosshairsMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE0310, void, CrosshairsMonitor_set_TargetColor, (CrosshairsMonitor * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x00977540, bool, CrosshairsMonitor_get_DisableOnDeath, (CrosshairsMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x00977550, void, CrosshairsMonitor_set_DisableOnDeath, (CrosshairsMonitor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01CE0320, void, CrosshairsMonitor_Awake, (CrosshairsMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE0D00, void, CrosshairsMonitor_OnAttachCharacter, (CrosshairsMonitor * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CE1BD0, void, CrosshairsMonitor_Update, (CrosshairsMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE2AA0, void, CrosshairsMonitor_OnEquipItem, (CrosshairsMonitor * __this, Item * item, int32_t slotID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0458, CrosshairsMonitor_OnEquipItem__MethodInfo); DO_APP_FUNC(0x01CE3890, void, CrosshairsMonitor_OnUpdateDominantItem, (CrosshairsMonitor * __this, Item * item, bool dominantItem, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0440, CrosshairsMonitor_OnUpdateDominantItem__MethodInfo); DO_APP_FUNC(0x01CE3A30, void, CrosshairsMonitor_OnUnequipItem, (CrosshairsMonitor * __this, Item * item, int32_t slotID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0448, CrosshairsMonitor_OnUnequipItem__MethodInfo); DO_APP_FUNC(0x01CE3BD0, void, CrosshairsMonitor_ResetMonitor, (CrosshairsMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE4270, void, CrosshairsMonitor_PositionSprite, (CrosshairsMonitor * __this, RectTransform * spriteRectTransform, float xPosition, float yPosition, MethodInfo * method)); DO_APP_FUNC(0x01CE4360, void, CrosshairsMonitor_OnAddCrosshairsSpread, (CrosshairsMonitor * __this, bool start, bool fromRecoil, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0470, CrosshairsMonitor_OnAddCrosshairsSpread__MethodInfo); DO_APP_FUNC(0x01CE44F0, void, CrosshairsMonitor_OnAim, (CrosshairsMonitor * __this, bool aim, bool inputStart, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0468, CrosshairsMonitor_OnAim__MethodInfo); DO_APP_FUNC(0x01CE4500, void, CrosshairsMonitor_EnableCrosshairsImage, (CrosshairsMonitor * __this, bool enable, MethodInfo * method)); DO_APP_FUNC(0x01CE4E90, void, CrosshairsMonitor_OnDeath, (CrosshairsMonitor * __this, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0460, CrosshairsMonitor_OnDeath__MethodInfo); DO_APP_FUNC(0x01CE4F10, void, CrosshairsMonitor_OnRespawn, (CrosshairsMonitor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0450, CrosshairsMonitor_OnRespawn__MethodInfo); DO_APP_FUNC(0x01CE4F60, bool, CrosshairsMonitor_CanShowUI, (CrosshairsMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE4FB0, void, CrosshairsMonitor__ctor, (CrosshairsMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, DamageIndicatorMonitor_get_AlwaysShowIndicator, (DamageIndicatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AE0, void, DamageIndicatorMonitor_set_AlwaysShowIndicator, (DamageIndicatorMonitor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00422AF0, bool, DamageIndicatorMonitor_get_FollowAttacker, (DamageIndicatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x00422B00, void, DamageIndicatorMonitor_set_FollowAttacker, (DamageIndicatorMonitor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01CA7A30, float, DamageIndicatorMonitor_get_IndicatorAngleTreshold, (DamageIndicatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA7A40, void, DamageIndicatorMonitor_set_IndicatorAngleTreshold, (DamageIndicatorMonitor * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x008CC030, float, DamageIndicatorMonitor_get_IndicatorOffset, (DamageIndicatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x008CC040, void, DamageIndicatorMonitor_set_IndicatorOffset, (DamageIndicatorMonitor * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CA4F60, float, DamageIndicatorMonitor_get_IndicatorVisiblityTime, (DamageIndicatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA4F70, void, DamageIndicatorMonitor_set_IndicatorVisiblityTime, (DamageIndicatorMonitor * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CE5090, float, DamageIndicatorMonitor_get_IndicatorFadeTime, (DamageIndicatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE50A0, void, DamageIndicatorMonitor_set_IndicatorFadeTime, (DamageIndicatorMonitor * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CE50B0, void, DamageIndicatorMonitor_Awake, (DamageIndicatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE54E0, void, DamageIndicatorMonitor_OnAttachCharacter, (DamageIndicatorMonitor * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CE5D00, void, DamageIndicatorMonitor_OnDamage, (DamageIndicatorMonitor * __this, float amount, Vector3 position, Vector3 force, GameObject * attacker, Collider * hitCollider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0380, DamageIndicatorMonitor_OnDamage__MethodInfo); DO_APP_FUNC(0x01CE63D0, void, DamageIndicatorMonitor_Update, (DamageIndicatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE6F90, void, DamageIndicatorMonitor_OnRespawn, (DamageIndicatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0378, DamageIndicatorMonitor_OnRespawn__MethodInfo); DO_APP_FUNC(0x01CE7190, bool, DamageIndicatorMonitor_CanShowUI, (DamageIndicatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE71B0, void, DamageIndicatorMonitor__ctor, (DamageIndicatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Transform *, DamageIndicatorMonitor_DamageIndicator_get_Attacker, (DamageIndicatorMonitor_DamageIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x00999700, Vector3, DamageIndicatorMonitor_DamageIndicator_get_Position, (DamageIndicatorMonitor_DamageIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA310, float, DamageIndicatorMonitor_DamageIndicator_get_Angle, (DamageIndicatorMonitor_DamageIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA9C70, void, DamageIndicatorMonitor_DamageIndicator_set_Angle, (DamageIndicatorMonitor_DamageIndicator * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, DamageIndicatorMonitor_DamageIndicator_get_DisplayTime, (DamageIndicatorMonitor_DamageIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90F0, void, DamageIndicatorMonitor_DamageIndicator_set_DisplayTime, (DamageIndicatorMonitor_DamageIndicator * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, GameObject *, DamageIndicatorMonitor_DamageIndicator_get_GameObject, (DamageIndicatorMonitor_DamageIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, RectTransform *, DamageIndicatorMonitor_DamageIndicator_get_RectTransform, (DamageIndicatorMonitor_DamageIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Image *, DamageIndicatorMonitor_DamageIndicator_get_Image, (DamageIndicatorMonitor_DamageIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE71E0, void, DamageIndicatorMonitor_DamageIndicator_Initialize, (DamageIndicatorMonitor_DamageIndicator * __this, Transform * attacker, Vector3 position, float angle, GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, FullScreenItemUIMonitor_get_ID, (FullScreenItemUIMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF230, void, FullScreenItemUIMonitor_set_ID, (FullScreenItemUIMonitor * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01CE7470, void, FullScreenItemUIMonitor_Awake, (FullScreenItemUIMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE7570, void, FullScreenItemUIMonitor_OnAttachCharacter, (FullScreenItemUIMonitor * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CE79B0, void, FullScreenItemUIMonitor_OnShowItemUI, (FullScreenItemUIMonitor * __this, int32_t id, bool show, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE03C0, FullScreenItemUIMonitor_OnShowItemUI__MethodInfo); DO_APP_FUNC(0x01CE7A30, bool, FullScreenItemUIMonitor_CanShowUI, (FullScreenItemUIMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE02F0, void, FullScreenItemUIMonitor__ctor, (FullScreenItemUIMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE7A50, HealthFlashMonitor_Flash, HealthFlashMonitor_get_DamageFlash, (HealthFlashMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE7A70, void, HealthFlashMonitor_set_DamageFlash, (HealthFlashMonitor * __this, HealthFlashMonitor_Flash value, MethodInfo * method)); DO_APP_FUNC(0x01CE7AE0, HealthFlashMonitor_Flash, HealthFlashMonitor_get_HealFlash, (HealthFlashMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE7B00, void, HealthFlashMonitor_set_HealFlash, (HealthFlashMonitor * __this, HealthFlashMonitor_Flash value, MethodInfo * method)); DO_APP_FUNC(0x01CE7B70, void, HealthFlashMonitor_Awake, (HealthFlashMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE7E80, void, HealthFlashMonitor_OnAttachCharacter, (HealthFlashMonitor * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CE8350, void, HealthFlashMonitor_OnDamage, (HealthFlashMonitor * __this, float amount, Vector3 position, Vector3 force, GameObject * attacker, Collider * hitCollider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE03A0, HealthFlashMonitor_OnDamage__MethodInfo); DO_APP_FUNC(0x01CE84C0, void, HealthFlashMonitor_OnHeal, (HealthFlashMonitor * __this, float amount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0398, HealthFlashMonitor_OnHeal__MethodInfo); DO_APP_FUNC(0x01CE8640, void, HealthFlashMonitor_Update, (HealthFlashMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE87C0, bool, HealthFlashMonitor_CanShowUI, (HealthFlashMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE8810, void, HealthFlashMonitor__ctor, (HealthFlashMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59310, bool, HealthFlashMonitor_Flash_get_CanActivate, (HealthFlashMonitor_Flash * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8D880, float, HealthFlashMonitor_Flash_get_VisiblityDuration, (HealthFlashMonitor_Flash * __this, MethodInfo * method)); DO_APP_FUNC(0x00C859B0, float, HealthFlashMonitor_Flash_get_FadeDuration, (HealthFlashMonitor_Flash * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE8A20, Color, HealthFlashMonitor_Flash_get_Color, (HealthFlashMonitor_Flash * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Sprite *, HealthFlashMonitor_Flash_get_Sprite, (HealthFlashMonitor_Flash * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE8A30, void, HealthFlashMonitor_Flash__ctor, (HealthFlashMonitor_Flash * __this, bool canActivate, Color color, float visibilityDuration, float fadeDuration, MethodInfo * method)); DO_APP_FUNC(0x01CE8AA0, void, ItemMonitor_OnAttachCharacter, (ItemMonitor * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ItemMonitor_OnPickupItemIdentifier, (ItemMonitor * __this, IItemIdentifier * itemIdentifier, int32_t amount, bool immediatePickup, bool forceEquip, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ItemMonitor_OnUpdateDominantItem, (ItemMonitor * __this, Item * item, bool dominantItem, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ItemMonitor_OnUseConsumableItemIdentifier, (ItemMonitor * __this, Item * item, IItemIdentifier * itemIdentifier, int32_t amount, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ItemMonitor_OnAdjustItemIdentifierAmount, (ItemMonitor * __this, IItemIdentifier * itemIdentifier, int32_t amount, MethodInfo * method)); DO_APP_FUNC(0x01CE02F0, void, ItemMonitor__ctor, (ItemMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE9240, void, MessageMonitor_Awake, (MessageMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE9340, void, MessageMonitor_OnAttachCharacter, (MessageMonitor * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CE9750, void, MessageMonitor_OnAbilityCanStart, (MessageMonitor * __this, Ability * ability, bool canStart, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0358, MessageMonitor_OnAbilityCanStart__MethodInfo); DO_APP_FUNC(0x01CE9C90, void, MessageMonitor_OnObjectPickedUp, (MessageMonitor * __this, ObjectPickup * objectPickup, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0350, MessageMonitor_OnObjectPickedUp__MethodInfo); DO_APP_FUNC(0x01CEA030, void, MessageMonitor_UpdateMessage, (MessageMonitor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0348, MessageMonitor_UpdateMessage__MethodInfo); DO_APP_FUNC(0x01CEAA70, void, MessageMonitor_FadeMessage, (MessageMonitor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0340, MessageMonitor_FadeMessage__MethodInfo); DO_APP_FUNC(0x01CEAEA0, bool, MessageMonitor_CanShowUI, (MessageMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CEAFE0, void, MessageMonitor__ctor, (MessageMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, ItemDefinitionBase *, PersistentItemMonitor_get_ItemDefinition, (PersistentItemMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, PersistentItemMonitor_set_ItemDefinition, (PersistentItemMonitor * __this, ItemDefinitionBase * value, MethodInfo * method)); DO_APP_FUNC(0x0041F5E0, bool, PersistentItemMonitor_get_AlwaysVisible, (PersistentItemMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F5F0, void, PersistentItemMonitor_set_AlwaysVisible, (PersistentItemMonitor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0060FCB0, bool, PersistentItemMonitor_get_VisibleOnDeath, (PersistentItemMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x0074C7E0, void, PersistentItemMonitor_set_VisibleOnDeath, (PersistentItemMonitor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01CEB0C0, void, PersistentItemMonitor_Awake, (PersistentItemMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CEB1C0, void, PersistentItemMonitor_OnAttachCharacter, (PersistentItemMonitor * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CEB740, void, PersistentItemMonitor_OnPickupItemIdentifier, (PersistentItemMonitor * __this, IItemIdentifier * itemIdentifier, int32_t amount, bool immediatePickup, bool forceEquip, MethodInfo * method)); DO_APP_FUNC(0x01CEBA50, bool, PersistentItemMonitor_ShowCount, (PersistentItemMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CEBC10, void, PersistentItemMonitor_OnEquipItem, (PersistentItemMonitor * __this, Item * item, int32_t slotID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE02C0, PersistentItemMonitor_OnEquipItem__MethodInfo); DO_APP_FUNC(0x01CEBC50, void, PersistentItemMonitor_OnUpdateDominantItem, (PersistentItemMonitor * __this, Item * item, bool dominantItem, MethodInfo * method)); DO_APP_FUNC(0x01CEBCD0, void, PersistentItemMonitor_UpdateActiveState, (PersistentItemMonitor * __this, bool forceActive, MethodInfo * method)); DO_APP_FUNC(0x01CEBE60, bool, PersistentItemMonitor_ItemIdentifierMatch, (PersistentItemMonitor * __this, Item * item, MethodInfo * method)); DO_APP_FUNC(0x01CEC210, void, PersistentItemMonitor_OnUseConsumableItemIdentifier, (PersistentItemMonitor * __this, Item * item, IItemIdentifier * itemIdentifier, int32_t amount, MethodInfo * method)); DO_APP_FUNC(0x01CEC3F0, void, PersistentItemMonitor_OnAdjustItemIdentifierAmount, (PersistentItemMonitor * __this, IItemIdentifier * itemIdentifier, int32_t amount, MethodInfo * method)); DO_APP_FUNC(0x01CEC5D0, void, PersistentItemMonitor_OnDeath, (PersistentItemMonitor * __this, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE02C8, PersistentItemMonitor_OnDeath__MethodInfo); DO_APP_FUNC(0x01CEC5E0, void, PersistentItemMonitor_OnRespawn, (PersistentItemMonitor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE02B8, PersistentItemMonitor_OnRespawn__MethodInfo); DO_APP_FUNC(0x01CEC5F0, bool, PersistentItemMonitor_CanShowUI, (PersistentItemMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CEC620, void, PersistentItemMonitor__ctor, (PersistentItemMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, Image *, SlotItemMonitor_get_ItemIcon, (SlotItemMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CEC640, void, SlotItemMonitor_Awake, (SlotItemMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CEC940, void, SlotItemMonitor_OnAttachCharacter, (SlotItemMonitor * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CECFB0, void, SlotItemMonitor_OnPickupItemIdentifier, (SlotItemMonitor * __this, IItemIdentifier * itemIdentifier, int32_t amount, bool immediatePickup, bool forceEquip, MethodInfo * method)); DO_APP_FUNC(0x01CED110, void, SlotItemMonitor_OnEquipItem, (SlotItemMonitor * __this, Item * item, int32_t slotID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE02D8, SlotItemMonitor_OnEquipItem__MethodInfo); DO_APP_FUNC(0x01CED6A0, void, SlotItemMonitor_DisableCountText, (SlotItemMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CEDB40, void, SlotItemMonitor_OnUpdateDominantItem, (SlotItemMonitor * __this, Item * item, bool dominantItem, MethodInfo * method)); DO_APP_FUNC(0x01CEDF00, void, SlotItemMonitor_OnUseConsumableItemIdentifier, (SlotItemMonitor * __this, Item * item, IItemIdentifier * itemIdentifier, int32_t amount, MethodInfo * method)); DO_APP_FUNC(0x01CEDF60, void, SlotItemMonitor_OnAdjustItemIdentifierAmount, (SlotItemMonitor * __this, IItemIdentifier * itemIdentifier, int32_t amount, MethodInfo * method)); DO_APP_FUNC(0x01CEE010, void, SlotItemMonitor_OnUnequipItem, (SlotItemMonitor * __this, Item * item, int32_t slotID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE02D0, SlotItemMonitor_OnUnequipItem__MethodInfo); DO_APP_FUNC(0x01CEE1F0, bool, SlotItemMonitor_CanShowUI, (SlotItemMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CEE400, void, SlotItemMonitor_ResetMonitor, (SlotItemMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE02F0, void, SlotItemMonitor__ctor, (SlotItemMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, AnimatorUpdate_set_KinematicObjectIndex, (AnimatorUpdate * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D0C450, KinematicObjectManager_UpdateLocation__Enum, AnimatorUpdate_get_UpdateLocation, (AnimatorUpdate * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0C4C0, void, AnimatorUpdate_Awake, (AnimatorUpdate * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0C5A0, void, AnimatorUpdate_OnEnable, (AnimatorUpdate * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0C5E0, void, AnimatorUpdate_Move, (AnimatorUpdate * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0C690, void, AnimatorUpdate_OnDisable, (AnimatorUpdate * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AnimatorUpdate__ctor, (AnimatorUpdate * __this, MethodInfo * method)); DO_APP_FUNC(0x009B9450, Transform *, AnimatorUpdate_Opsive_UltimateCharacterController_Game_IKinematicObject_get_transform, (AnimatorUpdate * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, Attribute_1_get_Name, (Attribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, Attribute_1_set_Name, (Attribute_1 * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, Attribute_1_get_MinValue, (Attribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA780, void, Attribute_1_set_MinValue, (Attribute_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, Attribute_1_get_MaxValue, (Attribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA750, void, Attribute_1_set_MaxValue, (Attribute_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB1A0, float, Attribute_1_get_Value, (Attribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0C6C0, void, Attribute_1_set_Value, (Attribute_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, Attribute_AutoUpdateValue__Enum, Attribute_1_get_AutoUpdateValueType, (Attribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0C790, void, Attribute_1_set_AutoUpdateValueType, (Attribute_1 * __this, Attribute_AutoUpdateValue__Enum value, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, Attribute_1_get_AutoUpdateStartDelay, (Attribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0C7B0, void, Attribute_1_set_AutoUpdateStartDelay, (Attribute_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x005DE720, float, Attribute_1_get_AutoUpdateInterval, (Attribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE730, void, Attribute_1_set_AutoUpdateInterval, (Attribute_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CE2C0, float, Attribute_1_get_AutoUpdateAmount, (Attribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE2D0, void, Attribute_1_set_AutoUpdateAmount, (Attribute_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D0C7D0, void, Attribute_1__ctor, (Attribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0C800, void, Attribute_1__ctor_1, (Attribute_1 * __this, String * name, float value, MethodInfo * method)); DO_APP_FUNC(0x01D0C8B0, void, Attribute_1_Initialize, (Attribute_1 * __this, GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x01D0C940, void, Attribute_1_ScheduleAutoUpdate, (Attribute_1 * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x01D0CA80, void, Attribute_1_UpdateValue, (Attribute_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7018, Attribute_1_UpdateValue__MethodInfo); DO_APP_FUNC(0x01D0CD10, bool, Attribute_1_IsValid, (Attribute_1 * __this, float valueChange, MethodInfo * method)); DO_APP_FUNC(0x01D0CD20, void, Attribute_1_CancelAutoUpdate, (Attribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0CD30, void, Attribute_1_ResetValue, (Attribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0CDD0, void, Attribute_1_StateChange, (Attribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0CDE0, void, Attribute_1_Finalize, (Attribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, AttributeModifier_get_AttributeName, (AttributeModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AttributeModifier_set_AttributeName, (AttributeModifier * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, AttributeModifier_get_ValueChange, (AttributeModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90F0, void, AttributeModifier_set_ValueChange, (AttributeModifier * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x006FF400, bool, AttributeModifier_get_ChangeUpdateValue, (AttributeModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF410, void, AttributeModifier_set_ChangeUpdateValue, (AttributeModifier * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, Attribute_AutoUpdateValue__Enum, AttributeModifier_get_AutoUpdateValueType, (AttributeModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, AttributeModifier_set_AutoUpdateValueType, (AttributeModifier * __this, Attribute_AutoUpdateValue__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, AttributeModifier_get_AutoUpdateStartDelay, (AttributeModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA750, void, AttributeModifier_set_AutoUpdateStartDelay, (AttributeModifier * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB1A0, float, AttributeModifier_get_AutoUpdateInterval, (AttributeModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00986690, void, AttributeModifier_set_AutoUpdateInterval, (AttributeModifier * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB0F0, float, AttributeModifier_get_AutoUpdateAmount, (AttributeModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA72C0, void, AttributeModifier_set_AutoUpdateAmount, (AttributeModifier * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, AttributeModifier_get_AutoUpdateDuration, (AttributeModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00989750, void, AttributeModifier_set_AutoUpdateDuration, (AttributeModifier * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Attribute_1 *, AttributeModifier_get_Attribute, (AttributeModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x008FC900, bool, AttributeModifier_get_AutoUpdating, (AttributeModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0CE30, void, AttributeModifier__ctor, (AttributeModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0CE50, void, AttributeModifier__ctor_1, (AttributeModifier * __this, String * name, float valueChange, Attribute_AutoUpdateValue__Enum autoUpdateValueType, MethodInfo * method)); DO_APP_FUNC(0x01D0CED0, bool, AttributeModifier_Initialize, (AttributeModifier * __this, GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x01D0D0B0, bool, AttributeModifier_Initialize_1, (AttributeModifier * __this, AttributeModifier * other, AttributeManager * attributeManager, MethodInfo * method)); DO_APP_FUNC(0x01D0D2F0, bool, AttributeModifier_IsValid, (AttributeModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0D310, void, AttributeModifier_EnableModifier, (AttributeModifier * __this, bool enable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE70F8, AttributeModifier_EnableModifier__MethodInfo); DO_APP_FUNC(0x003B93D0, Attribute_1__Array *, AttributeManager_get_Attributes, (AttributeManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0D5B0, void, AttributeManager_set_Attributes, (AttributeManager * __this, Attribute_1__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01D0D670, void, AttributeManager_Awake, (AttributeManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0D680, void, AttributeManager_Initialize, (AttributeManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0D810, Attribute_1 *, AttributeManager_GetAttribute, (AttributeManager * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01D0D8B0, void, AttributeManager__ctor, (AttributeManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0101DAD0, bool, CharacterHealth_get_ApplyFallDamage, (CharacterHealth * __this, MethodInfo * method)); DO_APP_FUNC(0x0101DAE0, void, CharacterHealth_set_ApplyFallDamage, (CharacterHealth * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D0DBD0, float, CharacterHealth_get_MinFallDamageHeight, (CharacterHealth * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0DBE0, void, CharacterHealth_set_MinFallDamageHeight, (CharacterHealth * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D0DBF0, float, CharacterHealth_get_MinFallDamage, (CharacterHealth * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0DC00, void, CharacterHealth_set_MinFallDamage, (CharacterHealth * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D0DC10, float, CharacterHealth_get_MaxFallDamage, (CharacterHealth * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0DC20, void, CharacterHealth_set_MaxFallDamage, (CharacterHealth * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D0DC30, float, CharacterHealth_get_DeathHeight, (CharacterHealth * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0DC40, void, CharacterHealth_set_DeathHeight, (CharacterHealth * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00AC90A0, AnimationCurve *, CharacterHealth_get_DamageCurve, (CharacterHealth * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC90B0, void, CharacterHealth_set_DamageCurve, (CharacterHealth * __this, AnimationCurve * value, MethodInfo * method)); DO_APP_FUNC(0x00584BF0, String *, CharacterHealth_get_StartDamagedName, (CharacterHealth * __this, MethodInfo * method)); DO_APP_FUNC(0x008E4B80, void, CharacterHealth_set_StartDamagedName, (CharacterHealth * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01D0DC50, int32_t, CharacterHealth_get_DamagedEffectIndex, (CharacterHealth * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0DC60, void, CharacterHealth_set_DamagedEffectIndex, (CharacterHealth * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D0DC70, void, CharacterHealth_Awake, (CharacterHealth * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0DEE0, void, CharacterHealth_Start, (CharacterHealth * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0E270, void, CharacterHealth_OnDamage, (CharacterHealth * __this, float amount, Vector3 position, Vector3 direction, float forceMagnitude, int32_t frames, float radius, GameObject * attacker, Object * attackerObject, Collider * hitCollider, MethodInfo * method)); DO_APP_FUNC(0x01D0E340, void, CharacterHealth_Die, (CharacterHealth * __this, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC(0x01D0E4F0, void, CharacterHealth_OnRespawn, (CharacterHealth * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0E6D0, void, CharacterHealth_OnCharacterLand, (CharacterHealth * __this, float fallHeight, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6F08, CharacterHealth_OnCharacterLand__MethodInfo); DO_APP_FUNC(0x01D0E890, void, CharacterHealth_OnDestroy, (CharacterHealth * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0E980, void, CharacterHealth__ctor, (CharacterHealth * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0EA40, void, CharacterRespawner_Awake, (CharacterRespawner * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0EB30, void, CharacterRespawner_Respawn, (CharacterRespawner * __this, Vector3 position, Quaternion rotation, bool transformChange, MethodInfo * method)); DO_APP_FUNC(0x01D0EC20, void, CharacterRespawner_OnDisable, (CharacterRespawner * __this, MethodInfo * method)); DO_APP_FUNC(0x004841B0, void, CharacterRespawner_OnActivate, (CharacterRespawner * __this, bool activate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6EA8, CharacterRespawner_OnActivate__MethodInfo); DO_APP_FUNC(0x01D0ED40, void, CharacterRespawner_OnDestroy, (CharacterRespawner * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0EF60, void, CharacterRespawner__ctor, (CharacterRespawner * __this, MethodInfo * method)); DO_APP_FUNC(0x00675890, Vector3, DirectionalConstantForce_get_Direction, (DirectionalConstantForce * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0F020, void, DirectionalConstantForce_set_Direction, (DirectionalConstantForce * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, DirectionalConstantForce_get_Magnitude, (DirectionalConstantForce * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0F0D0, void, DirectionalConstantForce_set_Magnitude, (DirectionalConstantForce * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D0F170, void, DirectionalConstantForce_Awake, (DirectionalConstantForce * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0F200, void, DirectionalConstantForce_OnEnable, (DirectionalConstantForce * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0F270, void, DirectionalConstantForce_Update, (DirectionalConstantForce * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0F330, void, DirectionalConstantForce__ctor, (DirectionalConstantForce * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, Health_get_Invincible, (Health * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, Health_set_Invincible, (Health * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, Health_get_TimeInvincibleAfterSpawn, (Health * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA750, void, Health_set_TimeInvincibleAfterSpawn, (Health * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, Health_get_HealthAttributeName, (Health * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0F3B0, void, Health_set_HealthAttributeName, (Health * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, Health_get_ShieldAttributeName, (Health * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0F560, void, Health_set_ShieldAttributeName, (Health * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Hitbox__Array *, Health_get_Hitboxes, (Health * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, Health_set_Hitboxes, (Health * __this, Hitbox__Array * value, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int32_t, Health_get_MaxHitboxCollisionCount, (Health * __this, MethodInfo * method)); DO_APP_FUNC(0x00523180, void, Health_set_MaxHitboxCollisionCount, (Health * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, GameObject__Array *, Health_get_SpawnedObjectsOnDeath, (Health * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, Health_set_SpawnedObjectsOnDeath, (Health * __this, GameObject__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, GameObject__Array *, Health_get_DestroyedObjectsOnDeath, (Health * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, Health_set_DestroyedObjectsOnDeath, (Health * __this, GameObject__Array * value, MethodInfo * method)); DO_APP_FUNC(0x00531160, bool, Health_get_DeactivateOnDeath, (Health * __this, MethodInfo * method)); DO_APP_FUNC(0x00531170, void, Health_set_DeactivateOnDeath, (Health * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00ABB140, float, Health_get_DeactivateOnDeathDelay, (Health * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB150, void, Health_set_DeactivateOnDeathDelay, (Health * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00764A50, LayerMask, Health_get_DeathLayer, (Health * __this, MethodInfo * method)); DO_APP_FUNC(0x01C1F550, void, Health_set_DeathLayer, (Health * __this, LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x003C7000, AudioClipSet *, Health_get_TakeDamageAudioClipSet, (Health * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, Health_set_TakeDamageAudioClipSet, (Health * __this, AudioClipSet * value, MethodInfo * method)); DO_APP_FUNC(0x003C7010, AudioClipSet *, Health_get_HealAudioClipSet, (Health * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, Health_set_HealAudioClipSet, (Health * __this, AudioClipSet * value, MethodInfo * method)); DO_APP_FUNC(0x003C7020, AudioClipSet *, Health_get_DeathAudioClipSet, (Health * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE20, void, Health_set_DeathAudioClipSet, (Health * __this, AudioClipSet * value, MethodInfo * method)); DO_APP_FUNC(0x003C7030, UnityFloatVector3Vector3GameObjectEvent *, Health_get_OnDamageEvent, (Health * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, Health_set_OnDamageEvent, (Health * __this, UnityFloatVector3Vector3GameObjectEvent * value, MethodInfo * method)); DO_APP_FUNC(0x003C7040, UnityFloatEvent *, Health_get_OnHealEvent, (Health * __this, MethodInfo * method)); DO_APP_FUNC(0x00591040, void, Health_set_OnHealEvent, (Health * __this, UnityFloatEvent * value, MethodInfo * method)); DO_APP_FUNC(0x00A90540, UnityVector3Vector3GameObjectEvent *, Health_get_OnDeathEvent, (Health * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90550, void, Health_set_OnDeathEvent, (Health * __this, UnityVector3Vector3GameObjectEvent * value, MethodInfo * method)); DO_APP_FUNC(0x01D0F710, float, Health_get_HealthValue, (Health * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0F730, float, Health_get_ShieldValue, (Health * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0F750, float, Health_get_Value, (Health * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0F790, void, Health_Awake, (Health * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0FF70, void, Health_Damage, (Health * __this, float amount, MethodInfo * method)); DO_APP_FUNC(0x01D100C0, void, Health_Damage_1, (Health * __this, float amount, Vector3 position, Vector3 direction, float forceMagnitude, MethodInfo * method)); DO_APP_FUNC(0x01D10140, void, Health_Damage_2, (Health * __this, float amount, Vector3 position, Vector3 direction, float forceMagnitude, float radius, MethodInfo * method)); DO_APP_FUNC(0x01D101D0, void, Health_Damage_3, (Health * __this, float amount, Vector3 position, Vector3 direction, float forceMagnitude, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC(0x01D10260, void, Health_Damage_4, (Health * __this, float amount, Vector3 position, Vector3 direction, float forceMagnitude, int32_t frames, float radius, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC(0x01D102F0, void, Health_Damage_5, (Health * __this, float amount, Vector3 position, Vector3 direction, float forceMagnitude, int32_t frames, float radius, GameObject * attacker, Collider * hitCollider, MethodInfo * method)); DO_APP_FUNC(0x01D10390, void, Health_Damage_6, (Health * __this, float amount, Vector3 position, Vector3 direction, float forceMagnitude, int32_t frames, float radius, GameObject * attacker, Object * attackerObject, Collider * hitCollider, MethodInfo * method)); DO_APP_FUNC(0x01D10550, void, Health_OnDamage, (Health * __this, float amount, Vector3 position, Vector3 direction, float forceMagnitude, int32_t frames, float radius, GameObject * attacker, Object * attackerObject, Collider * hitCollider, MethodInfo * method)); DO_APP_FUNC(0x01D11100, bool, Health_IsAlive, (Health * __this, MethodInfo * method)); DO_APP_FUNC(0x01D11140, void, Health_Die, (Health * __this, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC(0x01D11B50, void, Health_ImmediateDeath, (Health * __this, MethodInfo * method)); DO_APP_FUNC(0x01D11CC0, void, Health_ImmediateDeath_1, (Health * __this, Vector3 position, Vector3 direction, float forceMagnitude, MethodInfo * method)); DO_APP_FUNC(0x01D11D80, bool, Health_Heal, (Health * __this, float amount, MethodInfo * method)); DO_APP_FUNC(0x01D11F40, void, Health_Deactivate, (Health * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6E18, Health_Deactivate__MethodInfo); DO_APP_FUNC(0x01D11FA0, void, Health_OnRespawn, (Health * __this, MethodInfo * method)); DO_APP_FUNC(0x01D120A0, void, Health_OnDestroy, (Health * __this, MethodInfo * method)); DO_APP_FUNC(0x01D12170, void, Health__ctor, (Health * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Collider *, Hitbox_get_Collider, (Hitbox * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, Hitbox_get_DamageMultiplier, (Hitbox * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC8D50, void, Hitbox__ctor, (Hitbox * __this, MethodInfo * method)); DO_APP_FUNC(0x01D12360, void, Hitbox__ctor_1, (Hitbox * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, Interactable_get_ID, (Interactable * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, Interactable_set_ID, (Interactable * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, MonoBehaviour__Array *, Interactable_get_Targets, (Interactable * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, Interactable_set_Targets, (Interactable * __this, MonoBehaviour__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, AbilityIKTarget__Array *, Interactable_get_IKTargets, (Interactable * __this, MethodInfo * method)); DO_APP_FUNC(0x01D123C0, void, Interactable_Awake, (Interactable * __this, MethodInfo * method)); DO_APP_FUNC(0x01D127F0, bool, Interactable_CanInteract, (Interactable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01D128B0, void, Interactable_Interact, (Interactable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01D129F0, String *, Interactable_AbilityMessage, (Interactable * __this, MethodInfo * method)); DO_APP_FUNC(0x005E60F0, void, Interactable__ctor, (Interactable * __this, MethodInfo * method)); DO_APP_FUNC(0x01D12B10, void, ParticlePooler_Awake, (ParticlePooler * __this, MethodInfo * method)); DO_APP_FUNC(0x01D12C50, void, ParticlePooler_OnEnable, (ParticlePooler * __this, MethodInfo * method)); DO_APP_FUNC(0x01D12DF0, void, ParticlePooler_OnDisable, (ParticlePooler * __this, MethodInfo * method)); DO_APP_FUNC(0x01D12E00, void, ParticlePooler_PoolGameObject, (ParticlePooler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6DE8, ParticlePooler_PoolGameObject__MethodInfo); DO_APP_FUNC(0x003AC000, void, ParticlePooler__ctor, (ParticlePooler * __this, MethodInfo * method)); DO_APP_FUNC(0x01D13010, void, Remover_Awake, (Remover * __this, MethodInfo * method)); DO_APP_FUNC(0x01D130B0, void, Remover_OnEnable, (Remover * __this, MethodInfo * method)); DO_APP_FUNC(0x01D13190, void, Remover_CancelRemoveEvent, (Remover * __this, MethodInfo * method)); DO_APP_FUNC(0x01D13210, void, Remover_OnDisable, (Remover * __this, MethodInfo * method)); DO_APP_FUNC(0x01D13220, void, Remover_Remove, (Remover * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6DE0, Remover_Remove__MethodInfo); DO_APP_FUNC(0x01D13290, void, Remover__ctor, (Remover * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, Respawner_SpawnPositioningMode__Enum, Respawner_get_PositioningMode, (Respawner * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, Respawner_set_PositioningMode, (Respawner * __this, Respawner_SpawnPositioningMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, Respawner_get_Grouping, (Respawner * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, Respawner_set_Grouping, (Respawner * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB1A0, float, Respawner_get_MinRespawnTime, (Respawner * __this, MethodInfo * method)); DO_APP_FUNC(0x00986690, void, Respawner_set_MinRespawnTime, (Respawner * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB0F0, float, Respawner_get_MaxRespawnTime, (Respawner * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA72C0, void, Respawner_set_MaxRespawnTime, (Respawner * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, Respawner_get_ScheduleRespawnOnDeath, (Respawner * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88980, void, Respawner_set_ScheduleRespawnOnDeath, (Respawner * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x005DE710, bool, Respawner_get_ScheduleRespawnOnDisable, (Respawner * __this, MethodInfo * method)); DO_APP_FUNC(0x01D132E0, void, Respawner_set_ScheduleRespawnOnDisable, (Respawner * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, AudioClipSet *, Respawner_get_RespawnAudioClipSet, (Respawner * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, Respawner_set_RespawnAudioClipSet, (Respawner * __this, AudioClipSet * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, UnityEvent *, Respawner_get_OnRespawnEvent, (Respawner * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, Respawner_set_OnRespawnEvent, (Respawner * __this, UnityEvent * value, MethodInfo * method)); DO_APP_FUNC(0x01D132F0, void, Respawner_Awake, (Respawner * __this, MethodInfo * method)); DO_APP_FUNC(0x01D13680, void, Respawner_OnDeath, (Respawner * __this, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6E08, Respawner_OnDeath__MethodInfo); DO_APP_FUNC(0x01D13810, void, Respawner_OnDisable, (Respawner * __this, MethodInfo * method)); DO_APP_FUNC(0x01D13930, void, Respawner_Respawn, (Respawner * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6E00, Respawner_Respawn__MethodInfo); DO_APP_FUNC(0x01D13CE0, void, Respawner_Respawn_1, (Respawner * __this, Vector3 position, Quaternion rotation, bool transformChange, MethodInfo * method)); DO_APP_FUNC(0x01D14050, void, Respawner_OnDestroy, (Respawner * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0EF60, void, Respawner__ctor, (Respawner * __this, MethodInfo * method)); DO_APP_FUNC(0x01D141A0, void, RigidbodyImpulse_Awake, (RigidbodyImpulse * __this, MethodInfo * method)); DO_APP_FUNC(0x01D14230, void, RigidbodyImpulse_OnEnable, (RigidbodyImpulse * __this, MethodInfo * method)); DO_APP_FUNC(0x01D14420, void, RigidbodyImpulse__ctor, (RigidbodyImpulse * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AOTLinker_Linker, (AOTLinker * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AOTLinker__ctor, (AOTLinker * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, GameObject *, ThirdPersonFlashlightProperties_get_Light, (ThirdPersonFlashlightProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, ThirdPersonFlashlightProperties_set_Light, (ThirdPersonFlashlightProperties * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x01D144F0, void, ThirdPersonFlashlightProperties_Awake, (ThirdPersonFlashlightProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F670, void, ThirdPersonFlashlightProperties__ctor, (ThirdPersonFlashlightProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, Transform *, ThirdPersonGrenadeItemProperties_get_PinAttachmentLocation, (ThirdPersonGrenadeItemProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, ThirdPersonGrenadeItemProperties_set_PinAttachmentLocation, (ThirdPersonGrenadeItemProperties * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00764A50, int32_t, ThirdPersonGrenadeItemProperties_get_PinAttachmentLocationID, (ThirdPersonGrenadeItemProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x01C1F550, void, ThirdPersonGrenadeItemProperties_set_PinAttachmentLocationID, (ThirdPersonGrenadeItemProperties * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D14560, void, ThirdPersonGrenadeItemProperties_Awake, (ThirdPersonGrenadeItemProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x01D14BA0, void, ThirdPersonGrenadeItemProperties__ctor, (ThirdPersonGrenadeItemProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ThirdPersonItemProperties_get_FirstPersonItem, (ThirdPersonItemProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F670, void, ThirdPersonItemProperties__ctor, (ThirdPersonItemProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Transform *, ThirdPersonMagicItemProperties_get_OriginLocation, (ThirdPersonMagicItemProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, ThirdPersonMagicItemProperties_set_OriginLocation, (ThirdPersonMagicItemProperties * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x0075F670, void, ThirdPersonMagicItemProperties__ctor, (ThirdPersonMagicItemProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, Transform *, ThirdPersonPerspectiveItem_get_NonDominantHandIKTarget, (ThirdPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, ThirdPersonPerspectiveItem_set_NonDominantHandIKTarget, (ThirdPersonPerspectiveItem * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, Transform *, ThirdPersonPerspectiveItem_get_NonDominantHandIKTargetHint, (ThirdPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, ThirdPersonPerspectiveItem_set_NonDominantHandIKTargetHint, (ThirdPersonPerspectiveItem * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x003C7000, Transform *, ThirdPersonPerspectiveItem_get_HolsterTarget, (ThirdPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, ThirdPersonPerspectiveItem_set_HolsterTarget, (ThirdPersonPerspectiveItem * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ThirdPersonPerspectiveItem_get_FirstPersonItem, (ThirdPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D14BB0, bool, ThirdPersonPerspectiveItem_Initialize, (ThirdPersonPerspectiveItem * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01D15440, Transform *, ThirdPersonPerspectiveItem_GetSpawnParent, (ThirdPersonPerspectiveItem * __this, GameObject * character, int32_t slotID, bool parentToItemSlotID, MethodInfo * method)); DO_APP_FUNC(0x01D158A0, bool, ThirdPersonPerspectiveItem_IsActive, (ThirdPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D15C50, void, ThirdPersonPerspectiveItem_SetActive, (ThirdPersonPerspectiveItem * __this, bool active, MethodInfo * method)); DO_APP_FUNC(0x01D161B0, void, ThirdPersonPerspectiveItem_Pickup, (ThirdPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D163B0, void, ThirdPersonPerspectiveItem_Remove, (ThirdPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D16560, void, ThirdPersonPerspectiveItem_OnDeath, (ThirdPersonPerspectiveItem * __this, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6DD8, ThirdPersonPerspectiveItem_OnDeath__MethodInfo); DO_APP_FUNC(0x01D166D0, void, ThirdPersonPerspectiveItem_OnRespawn, (ThirdPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6DD0, ThirdPersonPerspectiveItem_OnRespawn__MethodInfo); DO_APP_FUNC(0x01D16840, void, ThirdPersonPerspectiveItem_OnDestroy, (ThirdPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D16A80, void, ThirdPersonPerspectiveItem__ctor, (ThirdPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE5090, float, ThirdPersonShootableWeaponProperties_get_LookSensitivity, (ThirdPersonShootableWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE50A0, void, ThirdPersonShootableWeaponProperties_set_LookSensitivity, (ThirdPersonShootableWeaponProperties * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, Transform *, ThirdPersonShootableWeaponProperties_get_FirePointLocation, (ThirdPersonShootableWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, ThirdPersonShootableWeaponProperties_set_FirePointLocation, (ThirdPersonShootableWeaponProperties * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x003C7000, Transform *, ThirdPersonShootableWeaponProperties_get_MuzzleFlashLocation, (ThirdPersonShootableWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, ThirdPersonShootableWeaponProperties_set_MuzzleFlashLocation, (ThirdPersonShootableWeaponProperties * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x003C7010, Transform *, ThirdPersonShootableWeaponProperties_get_ShellLocation, (ThirdPersonShootableWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, ThirdPersonShootableWeaponProperties_set_ShellLocation, (ThirdPersonShootableWeaponProperties * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x003C7020, Transform *, ThirdPersonShootableWeaponProperties_get_SmokeLocation, (ThirdPersonShootableWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE20, void, ThirdPersonShootableWeaponProperties_set_SmokeLocation, (ThirdPersonShootableWeaponProperties * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x003C7030, Transform *, ThirdPersonShootableWeaponProperties_get_TracerLocation, (ThirdPersonShootableWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, ThirdPersonShootableWeaponProperties_set_TracerLocation, (ThirdPersonShootableWeaponProperties * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x003C7040, Transform *, ThirdPersonShootableWeaponProperties_get_ReloadableClip, (ThirdPersonShootableWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x00591040, void, ThirdPersonShootableWeaponProperties_set_ReloadableClip, (ThirdPersonShootableWeaponProperties * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00A90540, Transform *, ThirdPersonShootableWeaponProperties_get_ReloadableClipAttachment, (ThirdPersonShootableWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90550, void, ThirdPersonShootableWeaponProperties_set_ReloadableClipAttachment, (ThirdPersonShootableWeaponProperties * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x0101D6E0, int32_t, ThirdPersonShootableWeaponProperties_get_ReloadableClipAttachmentID, (ThirdPersonShootableWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D6F0, void, ThirdPersonShootableWeaponProperties_set_ReloadableClipAttachmentID, (ThirdPersonShootableWeaponProperties * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00605860, Transform *, ThirdPersonShootableWeaponProperties_get_ReloadProjectileAttachment, (ThirdPersonShootableWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x00473A50, void, ThirdPersonShootableWeaponProperties_set_ReloadProjectileAttachment, (ThirdPersonShootableWeaponProperties * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x0070E4E0, int32_t, ThirdPersonShootableWeaponProperties_get_ReloadProjectileAttachmentID, (ThirdPersonShootableWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D1E0, void, ThirdPersonShootableWeaponProperties_set_ReloadProjectileAttachmentID, (ThirdPersonShootableWeaponProperties * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00473D30, GameObject *, ThirdPersonShootableWeaponProperties_get_ScopeCamera, (ThirdPersonShootableWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x00B2F140, void, ThirdPersonShootableWeaponProperties_set_ScopeCamera, (ThirdPersonShootableWeaponProperties * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x01D16AA0, void, ThirdPersonShootableWeaponProperties_Awake, (ThirdPersonShootableWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C90, void, ThirdPersonShootableWeaponProperties_OnAttachLookSource, (ThirdPersonShootableWeaponProperties * __this, ILookSource * lookSource, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6D60, ThirdPersonShootableWeaponProperties_OnAttachLookSource__MethodInfo); DO_APP_FUNC(0x01D17C50, bool, ThirdPersonShootableWeaponProperties_CanFire, (ThirdPersonShootableWeaponProperties * __this, bool abilityActive, bool fireInLookSourceDirection, MethodInfo * method)); DO_APP_FUNC(0x01D17E50, void, ThirdPersonShootableWeaponProperties_OnDestroy, (ThirdPersonShootableWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x01D17F40, void, ThirdPersonShootableWeaponProperties__ctor, (ThirdPersonShootableWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Transform *, ThirdPersonThrowableItemProperties_get_ThrowLocation, (ThirdPersonThrowableItemProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, ThirdPersonThrowableItemProperties_set_ThrowLocation, (ThirdPersonThrowableItemProperties * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, Transform *, ThirdPersonThrowableItemProperties_get_TrajectoryLocation, (ThirdPersonThrowableItemProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, ThirdPersonThrowableItemProperties_set_TrajectoryLocation, (ThirdPersonThrowableItemProperties * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x0075F670, void, ThirdPersonThrowableItemProperties__ctor, (ThirdPersonThrowableItemProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F670, void, ThirdPersonWeaponProperties__ctor, (ThirdPersonWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x01D17F70, DecalManager *, DecalManager_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, DecalManager_get_DecalLimit, (DecalManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, DecalManager_set_DecalLimit, (DecalManager * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, DecalManager_get_WeatheredDecalLimit, (DecalManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, DecalManager_set_WeatheredDecalLimit, (DecalManager * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, DecalManager_get_RemoveFadeoutSpeed, (DecalManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, DecalManager_set_RemoveFadeoutSpeed, (DecalManager * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D180C0, void, DecalManager_OnEnable, (DecalManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01D182D0, void, DecalManager_Spawn, (GameObject * original, RaycastHit hit, float scale, float allowedEdgeOverlap, MethodInfo * method)); DO_APP_FUNC(0x01D18370, void, DecalManager_SpawnInternal, (DecalManager * __this, GameObject * original, RaycastHit hit, float scale, float allowedEdgeOverlap, MethodInfo * method)); DO_APP_FUNC(0x01D18730, void, DecalManager_SpawnFootprint, (GameObject * original, RaycastHit hit, float scale, float allowedEdgeOverlap, Vector3 footprintDirection, bool flipFootprint, MethodInfo * method)); DO_APP_FUNC(0x01D18800, void, DecalManager_SpawnFootprintInternal, (DecalManager * __this, GameObject * original, RaycastHit hit, float scale, float allowedEdgeOverlap, Vector3 footprintDirection, bool flipFootprint, MethodInfo * method)); DO_APP_FUNC(0x01D18B80, GameObject *, DecalManager_SpawnDecal, (DecalManager * __this, GameObject * original, RaycastHit hit, Quaternion rotation, float scale, float allowedEdgeOverlap, MethodInfo * method)); DO_APP_FUNC(0x01D19110, bool, DecalManager_CacheMeshAndRenderer, (DecalManager * __this, GameObject * decal, MethodInfo * method)); DO_APP_FUNC(0x01D19730, bool, DecalManager_DoQuadTest, (DecalManager * __this, GameObject * decal, float allowedEdgeOverlap, MethodInfo * method)); DO_APP_FUNC(0x01D19C20, void, DecalManager_Add, (DecalManager * __this, GameObject * decal, MethodInfo * method)); DO_APP_FUNC(0x01D19D50, void, DecalManager_WeatherDecals, (DecalManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01D1A130, void, DecalManager_Update, (DecalManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01D1A4E0, void, DecalManager_SceneUnloaded, (DecalManager * __this, Scene scene, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6D70, DecalManager_SceneUnloaded__MethodInfo); DO_APP_FUNC(0x01D1A620, void, DecalManager_OnDisable, (DecalManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01D1A6D0, void, DecalManager_DomainReset, (MethodInfo * method)); DO_APP_FUNC(0x01D1A780, void, DecalManager__ctor, (DecalManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00610E80, bool, SurfaceEffect_get_SingleAudioSource, (SurfaceEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB180, void, SurfaceEffect_set_SingleAudioSource, (SurfaceEffect * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ObjectSpawnInfo__Array *, SurfaceEffect_get_SpawnedObjects, (SurfaceEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, SurfaceEffect_set_SpawnedObjects, (SurfaceEffect * __this, ObjectSpawnInfo__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, GameObject__Array *, SurfaceEffect_get_Decals, (SurfaceEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, SurfaceEffect_set_Decals, (SurfaceEffect * __this, GameObject__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003CB1A0, float, SurfaceEffect_get_MinDecalScale, (SurfaceEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x00986690, void, SurfaceEffect_set_MinDecalScale, (SurfaceEffect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB0F0, float, SurfaceEffect_get_MaxDecalScale, (SurfaceEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA72C0, void, SurfaceEffect_set_MaxDecalScale, (SurfaceEffect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, SurfaceEffect_get_AllowedDecalEdgeOverlap, (SurfaceEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x00989750, void, SurfaceEffect_set_AllowedDecalEdgeOverlap, (SurfaceEffect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, AudioClip__Array *, SurfaceEffect_get_AudioClips, (SurfaceEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, SurfaceEffect_set_AudioClips, (SurfaceEffect * __this, AudioClip__Array * value, MethodInfo * method)); DO_APP_FUNC(0x008CC030, float, SurfaceEffect_get_MinAudioVolume, (SurfaceEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x008CC040, void, SurfaceEffect_set_MinAudioVolume, (SurfaceEffect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CA4F60, float, SurfaceEffect_get_MaxAudioVolume, (SurfaceEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA4F70, void, SurfaceEffect_set_MaxAudioVolume, (SurfaceEffect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CE5090, float, SurfaceEffect_get_MinAudioPitch, (SurfaceEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE50A0, void, SurfaceEffect_set_MinAudioPitch, (SurfaceEffect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00BC1070, float, SurfaceEffect_get_MaxAudioPitch, (SurfaceEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x01D1AB30, void, SurfaceEffect_set_MaxAudioPitch, (SurfaceEffect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0041F5E0, bool, SurfaceEffect_get_OneClipPerFrame, (SurfaceEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F5F0, void, SurfaceEffect_set_OneClipPerFrame, (SurfaceEffect * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0060FCB0, bool, SurfaceEffect_get_RandomClipSelection, (SurfaceEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x0074C7E0, void, SurfaceEffect_set_RandomClipSelection, (SurfaceEffect * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, String *, SurfaceEffect_get_StateName, (SurfaceEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, SurfaceEffect_set_StateName, (SurfaceEffect * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00ABB160, float, SurfaceEffect_get_StateDisableTimer, (SurfaceEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB170, void, SurfaceEffect_set_StateDisableTimer, (SurfaceEffect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D1AB40, void, SurfaceEffect_Spawn, (SurfaceEffect * __this, RaycastHit hit, Vector3 gravityDirection, float timeScale, GameObject * originator, bool spawnDecals, MethodInfo * method)); DO_APP_FUNC(0x01D1AD40, void, SurfaceEffect_SpawnObjects, (SurfaceEffect * __this, RaycastHit hit, Vector3 gravityDirection, MethodInfo * method)); DO_APP_FUNC(0x01D1AE40, void, SurfaceEffect_SpawnDecal, (SurfaceEffect * __this, RaycastHit hit, MethodInfo * method)); DO_APP_FUNC(0x01D1AF50, GameObject *, SurfaceEffect_GetDecal, (SurfaceEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x01D1B380, void, SurfaceEffect_SpawnFootprint, (SurfaceEffect * __this, RaycastHit hit, Vector3 gravityDirection, float timeScale, GameObject * originator, bool spawnDecals, Vector3 footprintDirection, bool flipFootprint, MethodInfo * method)); DO_APP_FUNC(0x01D1B540, void, SurfaceEffect_PlayAudioClip, (SurfaceEffect * __this, RaycastHit hit, float timeScale, GameObject * originator, MethodInfo * method)); DO_APP_FUNC(0x01D1BAD0, void, SurfaceEffect_SetState, (SurfaceEffect * __this, RaycastHit hit, MethodInfo * method)); DO_APP_FUNC(0x01D1BBF0, void, SurfaceEffect__ctor, (SurfaceEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, SurfaceType *, SurfaceIdentifier_get_SurfaceType, (SurfaceIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, SurfaceIdentifier_get_AllowDecals, (SurfaceIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x004245A0, void, SurfaceIdentifier__ctor, (SurfaceIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, SurfaceImpact__ctor, (SurfaceImpact * __this, MethodInfo * method)); DO_APP_FUNC(0x01D1BC40, SurfaceManager *, SurfaceManager_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ObjectSurface__Array *, SurfaceManager_get_ObjectSurfaces, (SurfaceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, SurfaceManager_get_DetectTerrainTreeTextures, (SurfaceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, SurfaceImpact *, SurfaceManager_get_FallbackSurfaceImpact, (SurfaceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, SurfaceType *, SurfaceManager_get_FallbackSurfaceType, (SurfaceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, SurfaceManager_get_FallbackAllowDecals, (SurfaceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01D1BD90, void, SurfaceManager_OnEnable, (SurfaceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01D1BFA0, void, SurfaceManager_Awake, (SurfaceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01D1C110, void, SurfaceManager_InitObjectSurfaces, (SurfaceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01D1C8B0, bool, SurfaceManager_IsDuplicateObjectTexture, (SurfaceManager * __this, Texture * texture, MethodInfo * method)); DO_APP_FUNC(0x01D1CBE0, bool, SurfaceManager_SpawnEffect, (RaycastHit hit, SurfaceImpact * surfaceImpact, Vector3 gravityDirection, float timeScale, GameObject * originator, MethodInfo * method)); DO_APP_FUNC(0x01D1CCC0, bool, SurfaceManager_SpawnEffect_1, (RaycastHit hit, Collider * collider, SurfaceImpact * surfaceImpact, Vector3 gravityDirection, float timeScale, GameObject * originator, MethodInfo * method)); DO_APP_FUNC(0x01D1CD90, bool, SurfaceManager_SpawnEffectInternal, (SurfaceManager * __this, RaycastHit hit, Collider * collider, SurfaceImpact * surfaceImpact, Vector3 gravityDirection, float timeScale, GameObject * originator, MethodInfo * method)); DO_APP_FUNC(0x01D1CFB0, bool, SurfaceManager_SpawnEffect_2, (RaycastHit hit, SurfaceImpact * surfaceImpact, Vector3 gravityDirection, float timeScale, GameObject * originator, Vector3 footprintDirection, bool flipFootprint, MethodInfo * method)); DO_APP_FUNC(0x01D1D0C0, bool, SurfaceManager_SpawnEffect_3, (RaycastHit hit, Collider * collider, SurfaceImpact * surfaceImpact, Vector3 gravityDirection, float timeScale, GameObject * originator, Vector3 footprintDirection, bool flipFootprint, MethodInfo * method)); DO_APP_FUNC(0x01D1D1D0, bool, SurfaceManager_SpawnEffectInternal_1, (SurfaceManager * __this, RaycastHit hit, Collider * collider, SurfaceImpact * surfaceImpact, Vector3 gravityDirection, float timeScale, GameObject * originator, Vector3 footprintDirection, bool flipFootprint, MethodInfo * method)); DO_APP_FUNC(0x01D1D600, SurfaceEffect *, SurfaceManager_GetSurfaceEffect, (SurfaceManager * __this, RaycastHit hit, Collider * collider, SurfaceImpact * surfaceImpact, SurfaceType * * surfaceType, bool * spawnDecals, MethodInfo * method)); DO_APP_FUNC(0x01D1D850, SurfaceType *, SurfaceManager_GetSurfaceType, (SurfaceManager * __this, RaycastHit hit, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x01D1DE70, SurfaceIdentifier *, SurfaceManager_GetSurfaceIdentifier, (SurfaceManager * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x01D1E3A0, SurfaceType *, SurfaceManager_GetSimpleSurfaceType, (SurfaceManager * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x01D1E6C0, bool, SurfaceManager_HasComplexMaterial, (SurfaceManager * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x01D1EBE0, Renderer *, SurfaceManager_GetRenderer, (SurfaceManager * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x01D1F630, Texture *, SurfaceManager_GetMainTexture, (SurfaceManager * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x01D1FAA0, bool, SurfaceManager_ShouldSpawnDecals, (SurfaceManager * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x01D1FC30, SurfaceType *, SurfaceManager_GetNonUVSurfaceType, (SurfaceManager * __this, Texture * texture, MethodInfo * method)); DO_APP_FUNC(0x01D1FEC0, SurfaceType *, SurfaceManager_GetComplexSurfaceType, (SurfaceManager * __this, RaycastHit hit, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x01D20060, Material *, SurfaceManager_GetHitMaterial, (SurfaceManager * __this, RaycastHit hit, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x01D20650, Mesh *, SurfaceManager_GetMesh, (SurfaceManager * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x01D20E20, SurfaceType *, SurfaceManager_GetComplexSurfaceType_1, (SurfaceManager * __this, Material * material, RaycastHit hit, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x01D21720, Vector2, SurfaceManager_AdjustTextureCoordinate, (SurfaceManager * __this, Vector2 textureCoordinate, Material * material, MethodInfo * method)); DO_APP_FUNC(0x01D21850, SurfaceType *, SurfaceManager_GetTerrainSurfaceType, (SurfaceManager * __this, RaycastHit hit, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x01D21D30, Texture *, SurfaceManager_GetTreeTexture, (SurfaceManager * __this, RaycastHit hit, Terrain * terrain, MethodInfo * method)); DO_APP_FUNC(0x01D225C0, Texture *, SurfaceManager_GetTerrainTexture, (SurfaceManager * __this, Vector3 worldPosition, Terrain * terrain, MethodInfo * method)); DO_APP_FUNC(0x01D22870, int32_t, SurfaceManager_GetDominantTerrainTexture, (SurfaceManager * __this, Vector3 worldPosition, Terrain * terrain, MethodInfo * method)); DO_APP_FUNC(0x01D22DC0, SurfaceEffect *, SurfaceManager_GetSurfaceEffect_1, (SurfaceManager * __this, SurfaceImpact * surfaceImpact, SurfaceType * * surfaceType, bool * spawnDecals, MethodInfo * method)); DO_APP_FUNC(0x01D235D0, SurfaceEffect *, SurfaceManager_GetPrimarySurfaceEffect, (SurfaceManager * __this, SurfaceImpact * surfaceImpact, SurfaceType * surfaceType, MethodInfo * method)); DO_APP_FUNC(0x01D23750, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceImpact_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceEffect_ *, SurfaceManager_GetSurfaceImpactMap, (SurfaceManager * __this, SurfaceType * surfaceType, MethodInfo * method)); DO_APP_FUNC(0x01D23DA0, void, SurfaceManager_SceneUnloaded, (SurfaceManager * __this, Scene scene, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6CA0, SurfaceManager_SceneUnloaded__MethodInfo); DO_APP_FUNC(0x01D23EE0, void, SurfaceManager_OnDisable, (SurfaceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01D23F90, void, SurfaceManager_DomainReset, (MethodInfo * method)); DO_APP_FUNC(0x01D24040, void, SurfaceManager__ctor, (SurfaceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, SurfaceImpact *, ImpactEffect_get_SurfaceImpact, (ImpactEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, SurfaceEffect *, ImpactEffect_get_SurfaceEffect, (ImpactEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Texture *, UVTexture_get_Texture, (UVTexture * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, UVTexture_set_Texture, (UVTexture * __this, Texture * value, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, Rect, UVTexture_get_UV, (UVTexture * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB03D0, void, UVTexture_set_UV, (UVTexture * __this, Rect value, MethodInfo * method)); DO_APP_FUNC(0x00470F00, SurfaceType *, ObjectSurface_get_SurfaceType, (ObjectSurface * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ObjectSurface_set_SurfaceType, (ObjectSurface * __this, SurfaceType * value, MethodInfo * method)); DO_APP_FUNC(0x005DE470, UVTexture__Array *, ObjectSurface_get_UVTextures, (ObjectSurface * __this, MethodInfo * method)); DO_APP_FUNC(0x0066A570, void, ObjectSurface_set_UVTextures, (ObjectSurface * __this, UVTexture__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ImpactEffect__Array *, SurfaceType_get_ImpactEffects, (SurfaceType * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, SurfaceType_get_AllowFootprints, (SurfaceType * __this, MethodInfo * method)); DO_APP_FUNC(0x01D24A30, void, SurfaceType__ctor, (SurfaceType * __this, MethodInfo * method)); DO_APP_FUNC(0x01D24A40, void, AOTLinker_1_Linker, (AOTLinker_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AOTLinker_1__ctor, (AOTLinker_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D2AD10, void, AOTLinker_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__ctor, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, AOTLinker_c__Linker_b__0_0, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6128, AOTLinker_c__Linker_b__0_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_1, (AOTLinker_c * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6030, AOTLinker_c__Linker_b__0_1__MethodInfo); DO_APP_FUNC(0x00986680, float, AOTLinker_c__Linker_b__0_2, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5FC8, AOTLinker_c__Linker_b__0_2__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_3, (AOTLinker_c * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6080, AOTLinker_c__Linker_b__0_3__MethodInfo); DO_APP_FUNC(0x003C94D0, uint32_t, AOTLinker_c__Linker_b__0_4, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5F08, AOTLinker_c__Linker_b__0_4__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_5, (AOTLinker_c * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5EA8, AOTLinker_c__Linker_b__0_5__MethodInfo); DO_APP_FUNC(0x00986680, double, AOTLinker_c__Linker_b__0_6, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5F60, AOTLinker_c__Linker_b__0_6__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_7, (AOTLinker_c * __this, double value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5E00, AOTLinker_c__Linker_b__0_7__MethodInfo); DO_APP_FUNC(0x003C94D0, int64_t, AOTLinker_c__Linker_b__0_8, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5DA8, AOTLinker_c__Linker_b__0_8__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_9, (AOTLinker_c * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5E40, AOTLinker_c__Linker_b__0_9__MethodInfo); DO_APP_FUNC(0x00418D30, bool, AOTLinker_c__Linker_b__0_10, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE60D0, AOTLinker_c__Linker_b__0_10__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_11, (AOTLinker_c * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6178, AOTLinker_c__Linker_b__0_11__MethodInfo); DO_APP_FUNC(0x01D2ADC0, String *, AOTLinker_c__Linker_b__0_12, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6170, AOTLinker_c__Linker_b__0_12__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_13, (AOTLinker_c * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6168, AOTLinker_c__Linker_b__0_13__MethodInfo); DO_APP_FUNC(0x00418D40, uint8_t, AOTLinker_c__Linker_b__0_14, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6160, AOTLinker_c__Linker_b__0_14__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_15, (AOTLinker_c * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6158, AOTLinker_c__Linker_b__0_15__MethodInfo); DO_APP_FUNC(0x003C8F50, Vector2, AOTLinker_c__Linker_b__0_16, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6150, AOTLinker_c__Linker_b__0_16__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_17, (AOTLinker_c * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6148, AOTLinker_c__Linker_b__0_17__MethodInfo); DO_APP_FUNC(0x003C8FA0, Vector3, AOTLinker_c__Linker_b__0_18, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6040, AOTLinker_c__Linker_b__0_18__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_19, (AOTLinker_c * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6038, AOTLinker_c__Linker_b__0_19__MethodInfo); DO_APP_FUNC(0x01D2AE00, Vector4, AOTLinker_c__Linker_b__0_20, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6020, AOTLinker_c__Linker_b__0_20__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_21, (AOTLinker_c * __this, Vector4 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6018, AOTLinker_c__Linker_b__0_21__MethodInfo); DO_APP_FUNC(0x01D2AE50, Quaternion, AOTLinker_c__Linker_b__0_22, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6010, AOTLinker_c__Linker_b__0_22__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_23, (AOTLinker_c * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6008, AOTLinker_c__Linker_b__0_23__MethodInfo); DO_APP_FUNC(0x003C8E90, Color, AOTLinker_c__Linker_b__0_24, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6000, AOTLinker_c__Linker_b__0_24__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_25, (AOTLinker_c * __this, Color value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5FF8, AOTLinker_c__Linker_b__0_25__MethodInfo); DO_APP_FUNC(0x00ADC210, Rect, AOTLinker_c__Linker_b__0_26, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5FF0, AOTLinker_c__Linker_b__0_26__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_27, (AOTLinker_c * __this, Rect value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5FE8, AOTLinker_c__Linker_b__0_27__MethodInfo); DO_APP_FUNC(0x01D2AEA0, Matrix4x4, AOTLinker_c__Linker_b__0_28, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5FE0, AOTLinker_c__Linker_b__0_28__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_29, (AOTLinker_c * __this, Matrix4x4 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5FD0, AOTLinker_c__Linker_b__0_29__MethodInfo); DO_APP_FUNC(0x01D2AF00, AnimationCurve *, AOTLinker_c__Linker_b__0_30, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5FC0, AOTLinker_c__Linker_b__0_30__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_31, (AOTLinker_c * __this, AnimationCurve * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5FB8, AOTLinker_c__Linker_b__0_31__MethodInfo); DO_APP_FUNC(0x003C94D0, LayerMask, AOTLinker_c__Linker_b__0_32, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE60C0, AOTLinker_c__Linker_b__0_32__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_33, (AOTLinker_c * __this, LayerMask value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE60B8, AOTLinker_c__Linker_b__0_33__MethodInfo); DO_APP_FUNC(0x003C94D0, HumanBodyBones__Enum, AOTLinker_c__Linker_b__0_34, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE60B0, AOTLinker_c__Linker_b__0_34__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_35, (AOTLinker_c * __this, HumanBodyBones__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE60A8, AOTLinker_c__Linker_b__0_35__MethodInfo); DO_APP_FUNC(0x003C94D0, QueryTriggerInteraction__Enum, AOTLinker_c__Linker_b__0_36, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE60A0, AOTLinker_c__Linker_b__0_36__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_37, (AOTLinker_c * __this, QueryTriggerInteraction__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6098, AOTLinker_c__Linker_b__0_37__MethodInfo); DO_APP_FUNC(0x003C94D0, ForceMode__Enum, AOTLinker_c__Linker_b__0_38, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6090, AOTLinker_c__Linker_b__0_38__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_39, (AOTLinker_c * __this, ForceMode__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6088, AOTLinker_c__Linker_b__0_39__MethodInfo); DO_APP_FUNC(0x01D2AF90, Object_1 *, AOTLinker_c__Linker_b__0_40, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6078, AOTLinker_c__Linker_b__0_40__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_41, (AOTLinker_c * __this, Object_1 * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6070, AOTLinker_c__Linker_b__0_41__MethodInfo); DO_APP_FUNC(0x003C94D0, GameObject *, AOTLinker_c__Linker_b__0_42, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6068, AOTLinker_c__Linker_b__0_42__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_43, (AOTLinker_c * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6060, AOTLinker_c__Linker_b__0_43__MethodInfo); DO_APP_FUNC(0x003C94D0, Transform *, AOTLinker_c__Linker_b__0_44, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6058, AOTLinker_c__Linker_b__0_44__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_45, (AOTLinker_c * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6050, AOTLinker_c__Linker_b__0_45__MethodInfo); DO_APP_FUNC(0x01D2AFE0, MinMaxFloat, AOTLinker_c__Linker_b__0_46, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6048, AOTLinker_c__Linker_b__0_46__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_47, (AOTLinker_c * __this, MinMaxFloat value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5F20, AOTLinker_c__Linker_b__0_47__MethodInfo); DO_APP_FUNC(0x01D2AFF0, MinMaxVector3, AOTLinker_c__Linker_b__0_48, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5F18, AOTLinker_c__Linker_b__0_48__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_49, (AOTLinker_c * __this, MinMaxVector3 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5F10, AOTLinker_c__Linker_b__0_49__MethodInfo); DO_APP_FUNC(0x003C94D0, PlayerInput_LookVectorMode__Enum, AOTLinker_c__Linker_b__0_50, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5F00, AOTLinker_c__Linker_b__0_50__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_51, (AOTLinker_c * __this, PlayerInput_LookVectorMode__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5EF8, AOTLinker_c__Linker_b__0_51__MethodInfo); DO_APP_FUNC(0x00ADC210, ObjectPoolBase_PreloadedPrefab, AOTLinker_c__Linker_b__0_52, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5EF0, AOTLinker_c__Linker_b__0_52__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_53, (AOTLinker_c * __this, ObjectPoolBase_PreloadedPrefab value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5EE8, AOTLinker_c__Linker_b__0_53__MethodInfo); DO_APP_FUNC(0x003C94D0, Ability_AbilityStartType__Enum, AOTLinker_c__Linker_b__0_54, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5EE0, AOTLinker_c__Linker_b__0_54__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_55, (AOTLinker_c * __this, Ability_AbilityStartType__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5ED8, AOTLinker_c__Linker_b__0_55__MethodInfo); DO_APP_FUNC(0x003C94D0, Ability_AbilityStopType__Enum, AOTLinker_c__Linker_b__0_56, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5EC8, AOTLinker_c__Linker_b__0_56__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_57, (AOTLinker_c * __this, Ability_AbilityStopType__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5EC0, AOTLinker_c__Linker_b__0_57__MethodInfo); DO_APP_FUNC(0x003C94D0, Ability_AbilityBoolOverride__Enum, AOTLinker_c__Linker_b__0_58, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5EB8, AOTLinker_c__Linker_b__0_58__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_59, (AOTLinker_c * __this, Ability_AbilityBoolOverride__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5EB0, AOTLinker_c__Linker_b__0_59__MethodInfo); DO_APP_FUNC(0x00ADC210, ComboTimeout_ComboInputElement, AOTLinker_c__Linker_b__0_60, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5EA0, AOTLinker_c__Linker_b__0_60__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_61, (AOTLinker_c * __this, ComboTimeout_ComboInputElement value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5FB0, AOTLinker_c__Linker_b__0_61__MethodInfo); DO_APP_FUNC(0x003C94D0, RestrictPosition_RestrictionType__Enum, AOTLinker_c__Linker_b__0_62, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5FA8, AOTLinker_c__Linker_b__0_62__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_63, (AOTLinker_c * __this, RestrictPosition_RestrictionType__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5FA0, AOTLinker_c__Linker_b__0_63__MethodInfo); DO_APP_FUNC(0x003C94D0, DetectObjectAbilityBase_ObjectDetectionMode__Enum, AOTLinker_c__Linker_b__0_64, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5F98, AOTLinker_c__Linker_b__0_64__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_65, (AOTLinker_c * __this, DetectObjectAbilityBase_ObjectDetectionMode__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5F88, AOTLinker_c__Linker_b__0_65__MethodInfo); DO_APP_FUNC(0x003C94D0, EquipUnequip_AutoEquipType__Enum, AOTLinker_c__Linker_b__0_66, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5F80, AOTLinker_c__Linker_b__0_66__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_67, (AOTLinker_c * __this, EquipUnequip_AutoEquipType__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5F78, AOTLinker_c__Linker_b__0_67__MethodInfo); DO_APP_FUNC(0x003C94D0, Shake_ShakeTarget__Enum, AOTLinker_c__Linker_b__0_68, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5F70, AOTLinker_c__Linker_b__0_68__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_69, (AOTLinker_c * __this, Shake_ShakeTarget__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5F68, AOTLinker_c__Linker_b__0_69__MethodInfo); DO_APP_FUNC(0x003C94D0, Attribute_AutoUpdateValue__Enum, AOTLinker_c__Linker_b__0_70, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5F58, AOTLinker_c__Linker_b__0_70__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_71, (AOTLinker_c * __this, Attribute_AutoUpdateValue__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5F50, AOTLinker_c__Linker_b__0_71__MethodInfo); DO_APP_FUNC(0x003C94D0, SurfaceImpact *, AOTLinker_c__Linker_b__0_72, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5F48, AOTLinker_c__Linker_b__0_72__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_73, (AOTLinker_c * __this, SurfaceImpact * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5F38, AOTLinker_c__Linker_b__0_73__MethodInfo); DO_APP_FUNC(0x0126EDF0, UVTexture, AOTLinker_c__Linker_b__0_74, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5F30, AOTLinker_c__Linker_b__0_74__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_75, (AOTLinker_c * __this, UVTexture value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5F28, AOTLinker_c__Linker_b__0_75__MethodInfo); DO_APP_FUNC(0x00ADC210, ObjectSurface, AOTLinker_c__Linker_b__0_76, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5E28, AOTLinker_c__Linker_b__0_76__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_77, (AOTLinker_c * __this, ObjectSurface value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5E20, AOTLinker_c__Linker_b__0_77__MethodInfo); DO_APP_FUNC(0x003C94D0, ObjectSpawnInfo *, AOTLinker_c__Linker_b__0_78, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5E10, AOTLinker_c__Linker_b__0_78__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_79, (AOTLinker_c * __this, ObjectSpawnInfo * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5E08, AOTLinker_c__Linker_b__0_79__MethodInfo); DO_APP_FUNC(0x003C94D0, AnimationEventTrigger *, AOTLinker_c__Linker_b__0_80, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5DF8, AOTLinker_c__Linker_b__0_80__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_81, (AOTLinker_c * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5DF0, AOTLinker_c__Linker_b__0_81__MethodInfo); DO_APP_FUNC(0x00ADC210, CharacterFootEffects_Foot, AOTLinker_c__Linker_b__0_82, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5DE8, AOTLinker_c__Linker_b__0_82__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_83, (AOTLinker_c * __this, CharacterFootEffects_Foot value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5DE0, AOTLinker_c__Linker_b__0_83__MethodInfo); DO_APP_FUNC(0x003C94D0, CharacterFootEffects_FootstepPlacementMode__Enum, AOTLinker_c__Linker_b__0_84, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5DD8, AOTLinker_c__Linker_b__0_84__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_85, (AOTLinker_c * __this, CharacterFootEffects_FootstepPlacementMode__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5DD0, AOTLinker_c__Linker_b__0_85__MethodInfo); DO_APP_FUNC(0x003C94D0, SpawnPoint_SpawnShape__Enum, AOTLinker_c__Linker_b__0_86, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5DC8, AOTLinker_c__Linker_b__0_86__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_87, (AOTLinker_c * __this, SpawnPoint_SpawnShape__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5DC0, AOTLinker_c__Linker_b__0_87__MethodInfo); DO_APP_FUNC(0x003C94D0, Respawner_SpawnPositioningMode__Enum, AOTLinker_c__Linker_b__0_88, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5DB8, AOTLinker_c__Linker_b__0_88__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_89, (AOTLinker_c * __this, Respawner_SpawnPositioningMode__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5DB0, AOTLinker_c__Linker_b__0_89__MethodInfo); DO_APP_FUNC(0x0127A9A0, MovingPlatform_Waypoint, AOTLinker_c__Linker_b__0_90, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5E98, AOTLinker_c__Linker_b__0_90__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_91, (AOTLinker_c * __this, MovingPlatform_Waypoint value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5E88, AOTLinker_c__Linker_b__0_91__MethodInfo); DO_APP_FUNC(0x003C94D0, MovingPlatform_PathMovementType__Enum, AOTLinker_c__Linker_b__0_92, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5E80, AOTLinker_c__Linker_b__0_92__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_93, (AOTLinker_c * __this, MovingPlatform_PathMovementType__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5E78, AOTLinker_c__Linker_b__0_93__MethodInfo); DO_APP_FUNC(0x003C94D0, MovingPlatform_PathDirection__Enum, AOTLinker_c__Linker_b__0_94, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5E70, AOTLinker_c__Linker_b__0_94__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_95, (AOTLinker_c * __this, MovingPlatform_PathDirection__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5E68, AOTLinker_c__Linker_b__0_95__MethodInfo); DO_APP_FUNC(0x003C94D0, MovingPlatform_MovementInterpolationMode__Enum, AOTLinker_c__Linker_b__0_96, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5E60, AOTLinker_c__Linker_b__0_96__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_97, (AOTLinker_c * __this, MovingPlatform_MovementInterpolationMode__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5E58, AOTLinker_c__Linker_b__0_97__MethodInfo); DO_APP_FUNC(0x003C94D0, MovingPlatform_RotateInterpolationMode__Enum, AOTLinker_c__Linker_b__0_98, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5E50, AOTLinker_c__Linker_b__0_98__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_99, (AOTLinker_c * __this, MovingPlatform_RotateInterpolationMode__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5E48, AOTLinker_c__Linker_b__0_99__MethodInfo); DO_APP_FUNC(0x003C94D0, AudioClipSet *, AOTLinker_c__Linker_b__0_100, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6120, AOTLinker_c__Linker_b__0_100__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_101, (AOTLinker_c * __this, AudioClipSet * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6118, AOTLinker_c__Linker_b__0_101__MethodInfo); DO_APP_FUNC(0x003C94D0, Reload_AutoReloadType__Enum, AOTLinker_c__Linker_b__0_102, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6110, AOTLinker_c__Linker_b__0_102__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_103, (AOTLinker_c * __this, Reload_AutoReloadType__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6108, AOTLinker_c__Linker_b__0_103__MethodInfo); DO_APP_FUNC(0x003C94D0, ShootableWeapon_FireMode__Enum, AOTLinker_c__Linker_b__0_104, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6100, AOTLinker_c__Linker_b__0_104__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_105, (AOTLinker_c * __this, ShootableWeapon_FireMode__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE60F8, AOTLinker_c__Linker_b__0_105__MethodInfo); DO_APP_FUNC(0x003C94D0, ShootableWeapon_FireType__Enum, AOTLinker_c__Linker_b__0_106, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE60F0, AOTLinker_c__Linker_b__0_106__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_107, (AOTLinker_c * __this, ShootableWeapon_FireType__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE60E8, AOTLinker_c__Linker_b__0_107__MethodInfo); DO_APP_FUNC(0x003C94D0, ShootableWeapon_ProjectileVisiblityType__Enum, AOTLinker_c__Linker_b__0_108, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE60E0, AOTLinker_c__Linker_b__0_108__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_109, (AOTLinker_c * __this, ShootableWeapon_ProjectileVisiblityType__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE60D8, AOTLinker_c__Linker_b__0_109__MethodInfo); DO_APP_FUNC(0x003C94D0, ShootableWeapon_ReloadClipType__Enum, AOTLinker_c__Linker_b__0_110, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE60C8, AOTLinker_c__Linker_b__0_110__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_111, (AOTLinker_c * __this, ShootableWeapon_ReloadClipType__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE61C0, AOTLinker_c__Linker_b__0_111__MethodInfo); DO_APP_FUNC(0x003C94D0, MagicItem_CastDirection__Enum, AOTLinker_c__Linker_b__0_112, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE61B8, AOTLinker_c__Linker_b__0_112__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_113, (AOTLinker_c * __this, MagicItem_CastDirection__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE61B0, AOTLinker_c__Linker_b__0_113__MethodInfo); DO_APP_FUNC(0x003C94D0, MagicItem_CastUseType__Enum, AOTLinker_c__Linker_b__0_114, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE61A8, AOTLinker_c__Linker_b__0_114__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_115, (AOTLinker_c * __this, MagicItem_CastUseType__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE61A0, AOTLinker_c__Linker_b__0_115__MethodInfo); DO_APP_FUNC(0x003C94D0, MagicItem_CastInterruptSource__Enum, AOTLinker_c__Linker_b__0_116, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6198, AOTLinker_c__Linker_b__0_116__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_117, (AOTLinker_c * __this, MagicItem_CastInterruptSource__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6190, AOTLinker_c__Linker_b__0_117__MethodInfo); DO_APP_FUNC(0x0127AD00, HealthFlashMonitor_Flash, AOTLinker_c__Linker_b__0_118, (AOTLinker_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6188, AOTLinker_c__Linker_b__0_118__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c__Linker_b__0_119, (AOTLinker_c * __this, HealthFlashMonitor_Flash value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6180, AOTLinker_c__Linker_b__0_119__MethodInfo); DO_APP_FUNC(0x01D2B010, DefaultPreset *, DefaultPreset_CreateDefaultPreset, (MethodInfo * method)); DO_APP_FUNC(0x01D2B0A0, void, DefaultPreset_Initialize, (DefaultPreset * __this, Object * obj, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01D2B240, void, DefaultPreset_ApplyValues, (DefaultPreset * __this, Preset_BaseDelegate__Array * delegates, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, DefaultPreset__ctor, (DefaultPreset * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Serialization *, PersistablePreset_get_Data, (PersistablePreset * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, PersistablePreset_set_Data, (PersistablePreset * __this, Serialization * value, MethodInfo * method)); DO_APP_FUNC(0x01D2B320, PersistablePreset *, PersistablePreset_CreatePreset, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01D2B410, PersistablePreset *, PersistablePreset_CreatePreset_1, (Object * obj, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01D2B500, void, PersistablePreset_Initialize, (PersistablePreset * __this, Object * obj, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, PersistablePreset__ctor, (PersistablePreset * __this, MethodInfo * method)); DO_APP_FUNC(0x00C22950, bool, Preset_get_IsInitialized, (Preset * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Preset_BaseDelegate__Array *, Preset_get_Delegates, (Preset * __this, MethodInfo * method)); DO_APP_FUNC(0x01D2BBA0, Preset *, Preset_CreatePreset, (MethodInfo * method)); DO_APP_FUNC(0x01D2BC30, void, Preset_Initialize, (Preset * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01D2BC50, void, Preset_Initialize_1, (Preset * __this, Object * obj, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01D2C0D0, void, Preset_UpdateValue, (Preset * __this, MethodInfo * method)); DO_APP_FUNC(0x01D2C150, void, Preset_ApplyValues, (Preset * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Preset_ApplyValues_1, (Preset * __this, Preset_BaseDelegate__Array * delegates, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, Preset__ctor, (Preset * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Preset_BaseDelegate__ctor, (Preset_BaseDelegate * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, IStateOwner *, State_get_Owner, (State * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, State_get_Name, (State * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Preset *, State_get_Preset, (State * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, State_set_Preset, (State * __this, Preset * value, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, State_get_Default, (State * __this, MethodInfo * method)); DO_APP_FUNC(0x01D09D10, bool, State_get_Active, (State * __this, MethodInfo * method)); DO_APP_FUNC(0x01D09D20, void, State_set_Active, (State * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, State__ctor, (State * __this, MethodInfo * method)); DO_APP_FUNC(0x01D2C1D0, void, State__ctor_1, (State * __this, String * name, bool defaultState, MethodInfo * method)); DO_APP_FUNC(0x00FCEA30, void, State__ctor_2, (State * __this, String * name, Preset * preset, String__Array * blockList, MethodInfo * method)); DO_APP_FUNC(0x01D2C230, void, State_Initialize, (State * __this, IStateOwner * owner, Dictionary_2_System_String_Opsive_UltimateCharacterController_StateSystem_State_ * nameStateMap, MethodInfo * method)); DO_APP_FUNC(0x01D2C490, void, State_UpdateBlockList, (State * __this, Dictionary_2_System_String_Opsive_UltimateCharacterController_StateSystem_State_ * nameStateMap, MethodInfo * method)); DO_APP_FUNC(0x01D2C9C0, bool, State_IsBlocked, (State * __this, MethodInfo * method)); DO_APP_FUNC(0x01D2CA60, void, State_ApplyValues, (State * __this, MethodInfo * method)); DO_APP_FUNC(0x01D2CB80, void, State_ApplyValues_1, (State * __this, Preset_BaseDelegate__Array * delegates, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, State__Array *, StateBehavior_get_States, (StateBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, StateBehavior_set_States, (StateBehavior * __this, State__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01D2CCB0, void, StateBehavior_Awake, (StateBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x01D2CD90, void, StateBehavior_SetState, (StateBehavior * __this, String * stateName, bool active, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StateBehavior_StateWillChange, (StateBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StateBehavior_StateChange, (StateBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x01D2CE00, void, StateBehavior__ctor, (StateBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, StateConfiguration_Profile__Array *, StateConfiguration_get_Profiles, (StateConfiguration * __this, MethodInfo * method)); DO_APP_FUNC(0x01D2CFE0, void, StateConfiguration_set_Profiles, (StateConfiguration * __this, StateConfiguration_Profile__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01D2D090, void, StateConfiguration_Initialize, (StateConfiguration * __this, MethodInfo * method)); DO_APP_FUNC(0x01D2D650, void, StateConfiguration_ResetInitialization, (StateConfiguration * __this, MethodInfo * method)); DO_APP_FUNC(0x01D2D6B0, List_1_System_String_ *, StateConfiguration_GetProfilesForGameObject, (StateConfiguration * __this, GameObject * gameObject, StateConfiguration_Profile_ProfileType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x01D2DC90, void, StateConfiguration_GetProfilesForType, (StateConfiguration * __this, Type * objType, StateConfiguration_Profile_ProfileType__Enum profileType, List_1_System_String_ * profileNames, MethodInfo * method)); DO_APP_FUNC(0x01D2DE40, void, StateConfiguration_AddStatesToGameObject, (StateConfiguration * __this, String * profileName, GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x01D2E3E0, void, StateConfiguration_AddStatesToObject, (StateConfiguration * __this, String * profileName, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, StateConfiguration__ctor, (StateConfiguration * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, StateConfiguration_Profile_get_Name, (StateConfiguration_Profile * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, StateConfiguration_Profile_set_Name, (StateConfiguration_Profile * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, StateConfiguration_Profile_ProfileType__Enum, StateConfiguration_Profile_get_Type, (StateConfiguration_Profile * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, StateConfiguration_Profile_set_Type, (StateConfiguration_Profile * __this, StateConfiguration_Profile_ProfileType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, StateConfiguration_Profile_StateElement__Array *, StateConfiguration_Profile_get_StateElements, (StateConfiguration_Profile * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, StateConfiguration_Profile_set_StateElements, (StateConfiguration_Profile * __this, StateConfiguration_Profile_StateElement__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StateConfiguration_Profile__ctor, (StateConfiguration_Profile * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, StateConfiguration_Profile_StateElement_get_Name, (StateConfiguration_Profile_StateElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, StateConfiguration_Profile_StateElement_set_Name, (StateConfiguration_Profile_StateElement * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, PersistablePreset *, StateConfiguration_Profile_StateElement_get_Preset, (StateConfiguration_Profile_StateElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, StateConfiguration_Profile_StateElement_set_Preset, (StateConfiguration_Profile_StateElement * __this, PersistablePreset * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String__Array *, StateConfiguration_Profile_StateElement_get_BlockList, (StateConfiguration_Profile_StateElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, StateConfiguration_Profile_StateElement_set_BlockList, (StateConfiguration_Profile_StateElement * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, StateConfiguration_Profile_StateElement_get_Default, (StateConfiguration_Profile_StateElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, StateConfiguration_Profile_StateElement_set_Default, (StateConfiguration_Profile_StateElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StateConfiguration_Profile_StateElement__ctor, (StateConfiguration_Profile_StateElement * __this, MethodInfo * method)); DO_APP_FUNC(0x01D2E960, void, StateConfiguration_Profile_StateElement__ctor_1, (StateConfiguration_Profile_StateElement * __this, String * name, PersistablePreset * preset, String__Array * blockList, bool defaultState, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, StateManager_get_SendStateChangeEvent, (StateManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, StateManager_set_SendStateChangeEvent, (StateManager * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D2EA70, StateManager *, StateManager_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x01D2EBC0, void, StateManager_OnEnable, (StateManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01D2EDD0, void, StateManager_Initialize, (GameObject * gameObject, IStateOwner * owner, State__Array * states, MethodInfo * method)); DO_APP_FUNC(0x01D2EE30, void, StateManager_InitializeInternal, (StateManager * __this, GameObject * gameObject, IStateOwner * owner, State__Array * states, MethodInfo * method)); DO_APP_FUNC(0x01D30020, void, StateManager_LinkGameObjects, (GameObject * original, GameObject * linkedGameObject, bool link, MethodInfo * method)); DO_APP_FUNC(0x01D30080, void, StateManager_LinkGameObjectsInternal, (StateManager * __this, GameObject * original, GameObject * linkedGameObject, bool link, MethodInfo * method)); DO_APP_FUNC(0x01D303E0, void, StateManager_SetState, (Object * owner, State__Array * states, String * stateName, bool active, MethodInfo * method)); DO_APP_FUNC(0x01D30450, void, StateManager_SetStateInternal, (StateManager * __this, Object * owner, State__Array * states, String * stateName, bool active, MethodInfo * method)); DO_APP_FUNC(0x01D305E0, void, StateManager_SetState_1, (GameObject * gameObject, String * stateName, bool active, MethodInfo * method)); DO_APP_FUNC(0x01D30640, void, StateManager_SetStateInternal_1, (StateManager * __this, GameObject * gameObject, String * stateName, bool active, MethodInfo * method)); DO_APP_FUNC(0x01D30D00, void, StateManager_SetLinkStateInternal, (StateManager * __this, GameObject * gameObject, String * stateName, bool active, MethodInfo * method)); DO_APP_FUNC(0x01D30E10, void, StateManager_ActivateState, (State * state, bool active, State__Array * states, MethodInfo * method)); DO_APP_FUNC(0x01D30E80, void, StateManager_ActivateStateInternal, (StateManager * __this, State * state, bool active, State__Array * states, MethodInfo * method)); DO_APP_FUNC(0x01D30EB0, void, StateManager_CombineStates, (StateManager * __this, State * state, bool active, State__Array * states, MethodInfo * method)); DO_APP_FUNC(0x01D31020, void, StateManager_DeactivateStateTimer, (GameObject * gameObject, String * stateName, float time, MethodInfo * method)); DO_APP_FUNC(0x01D31080, void, StateManager_DeactivateStateTimerInternal, (StateManager * __this, GameObject * gameObject, String * stateName, float time, MethodInfo * method)); DO_APP_FUNC(0x01D31440, void, StateManager_DeactivateState, (StateManager * __this, GameObject * gameObject, String * stateName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5A28, StateManager_DeactivateState__MethodInfo); DO_APP_FUNC(0x01D31510, void, StateManager_SceneUnloaded, (StateManager * __this, Scene scene, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5BE8, StateManager_SceneUnloaded__MethodInfo); DO_APP_FUNC(0x01D31650, void, StateManager_OnDisable, (StateManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01D31700, void, StateManager_DomainReset, (MethodInfo * method)); DO_APP_FUNC(0x01D317B0, void, StateManager__ctor, (StateManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, State__Array *, StateObject_get_States, (StateObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, StateObject_set_States, (StateObject * __this, State__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01D383B0, void, StateObject_Initialize, (StateObject * __this, GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x01D38450, void, StateObject_SetState, (StateObject * __this, String * stateName, bool active, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StateObject_StateWillChange, (StateObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StateObject_StateChange, (StateObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01D384C0, void, StateObject__ctor, (StateObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, AddState_get_Name, (AddState * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, AddState_get_PresetGUID, (AddState * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, AddState__ctor, (AddState * __this, String * name, String * presetGUID, MethodInfo * method)); DO_APP_FUNC(0x003B9330, AudioClipSet *, StateTrigger_get_ActivateAudioClipSet, (StateTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, StateTrigger_set_ActivateAudioClipSet, (StateTrigger * __this, AudioClipSet * value, MethodInfo * method)); DO_APP_FUNC(0x01D38660, void, StateTrigger_Awake, (StateTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x01D387A0, void, StateTrigger_OnTriggerEnter, (StateTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01D38F80, void, StateTrigger_ChangeState, (StateTrigger * __this, GameObject * gameObject, bool activate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9780, StateTrigger_ChangeState__MethodInfo); DO_APP_FUNC(0x01D39260, void, StateTrigger_OnTriggerExit, (StateTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01D39CE0, void, StateTrigger_OnRespawn, (StateTrigger * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9768, StateTrigger_OnRespawn__MethodInfo); DO_APP_FUNC(0x01D39F00, void, StateTrigger__ctor, (StateTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, ObjectActivator_get_Active, (ObjectActivator * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, ObjectActivator_set_Active, (ObjectActivator * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D39FE0, void, ObjectActivator_Awake, (ObjectActivator * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A090, void, ObjectActivator_StateChange, (ObjectActivator * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A100, void, ObjectActivator__ctor, (ObjectActivator * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, ObjectForwardFaces_get_ForwardFaceCount, (ObjectForwardFaces * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, ObjectForwardFaces_set_ForwardFaceCount, (ObjectForwardFaces * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D3A110, void, ObjectForwardFaces__ctor, (ObjectForwardFaces * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, uint32_t, ObjectIdentifier_get_ID, (ObjectIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, ObjectIdentifier_set_ID, (ObjectIdentifier * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ObjectIdentifier__ctor, (ObjectIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00422B10, LayerMask, Destructible_get_StickyLayers, (Destructible * __this, MethodInfo * method)); DO_APP_FUNC(0x00422B20, void, Destructible_set_StickyLayers, (Destructible * __this, LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x005E77F0, bool, Destructible_get_DestroyOnCollision, (Destructible * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7800, void, Destructible_set_DestroyOnCollision, (Destructible * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D3A160, float, Destructible_get_DestructionDelay, (Destructible * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A170, void, Destructible_set_DestructionDelay, (Destructible * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D3A180, ObjectSpawnInfo__Array *, Destructible_get_SpawnedObjectsOnDestruction, (Destructible * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A190, void, Destructible_set_SpawnedObjectsOnDestruction, (Destructible * __this, ObjectSpawnInfo__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01D3A1F0, UnityFloatVector3Vector3GameObjectEvent *, Destructible_get_OnImpactEvent, (Destructible * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A200, void, Destructible_set_OnImpactEvent, (Destructible * __this, UnityFloatVector3Vector3GameObjectEvent * value, MethodInfo * method)); DO_APP_FUNC(0x01D3A260, void, Destructible_Awake, (Destructible * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A790, void, Destructible_Initialize, (Destructible * __this, Vector3 velocity, Vector3 torque, float damageAmount, float impactForce, int32_t impactForceFrames, LayerMask impactLayers, String * impactStateName, float impactStateDisableTimer, SurfaceImpact * surfaceImpact, GameObject * originator, MethodInfo * method)); DO_APP_FUNC(0x01D3A870, void, Destructible_InitializeDestructibleProperties, (Destructible * __this, float damageAmount, float impactForce, int32_t impactForceFrames, LayerMask impactLayers, String * impactStateName, float impactStateDisableTimer, SurfaceImpact * surfaceImpact, MethodInfo * method)); DO_APP_FUNC(0x01D3AFC0, void, Destructible_OnCollision, (Destructible * __this, Nullable_1_UnityEngine_RaycastHit_ hit, MethodInfo * method)); DO_APP_FUNC(0x01D3C320, void, Destructible_Destruct, (Destructible * __this, Nullable_1_UnityEngine_RaycastHit_ hit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9820, Destructible_Destruct__MethodInfo); DO_APP_FUNC(0x01D3C4B0, void, Destructible_Destruct_1, (Destructible * __this, Vector3 hitPosition, Vector3 hitNormal, MethodInfo * method)); DO_APP_FUNC(0x01D3C910, void, Destructible_StopParticleSystem, (Destructible * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9810, Destructible_StopParticleSystem__MethodInfo); DO_APP_FUNC(0x01D3C980, void, Destructible_OnDisable, (Destructible * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3CB60, void, Destructible__ctor, (Destructible * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, Explosion_get_ExplodeOnEnable, (Explosion * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, Explosion_set_ExplodeOnEnable, (Explosion * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CA9C0, float, Explosion_get_Radius, (Explosion * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA9D0, void, Explosion_set_Radius, (Explosion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, Explosion_get_DamageAmount, (Explosion * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA780, void, Explosion_set_DamageAmount, (Explosion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, Explosion_get_ImpactForce, (Explosion * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA750, void, Explosion_set_ImpactForce, (Explosion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, Explosion_get_ImpactForceFrames, (Explosion * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, Explosion_set_ImpactForceFrames, (Explosion * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, LayerMask, Explosion_get_ImpactLayers, (Explosion * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD10, void, Explosion_set_ImpactLayers, (Explosion * __this, LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, Explosion_get_LineOfSight, (Explosion * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88980, void, Explosion_set_LineOfSight, (Explosion * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x005DE720, float, Explosion_get_Lifespan, (Explosion * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE730, void, Explosion_set_Lifespan, (Explosion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, AudioClipSet *, Explosion_get_ExplosionAudioClipSet, (Explosion * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, Explosion_set_ExplosionAudioClipSet, (Explosion * __this, AudioClipSet * value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, UnityFloatVector3Vector3GameObjectEvent *, Explosion_get_OnImpactEvent, (Explosion * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, Explosion_set_OnImpactEvent, (Explosion * __this, UnityFloatVector3Vector3GameObjectEvent * value, MethodInfo * method)); DO_APP_FUNC(0x01D3CBA0, void, Explosion_Awake, (Explosion * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3CDB0, void, Explosion_OnEnable, (Explosion * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3CDE0, void, Explosion_Explode, (Explosion * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3CE10, void, Explosion_Explode_1, (Explosion * __this, GameObject * originator, MethodInfo * method)); DO_APP_FUNC(0x01D3CE40, void, Explosion_Explode_2, (Explosion * __this, float damageAmount, float impactForce, int32_t impactForceFrames, GameObject * originator, MethodInfo * method)); DO_APP_FUNC(0x01D3E680, void, Explosion_Destroy, (Explosion * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE95C0, Explosion_Destroy__MethodInfo); DO_APP_FUNC(0x01D3E6E0, void, Explosion__ctor, (Explosion * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3E8A0, float, Grenade_get_Lifespan, (Grenade * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3E8B0, void, Grenade_set_Lifespan, (Grenade * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, Transform *, Grenade_get_Pin, (Grenade * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, Grenade_set_Pin, (Grenade * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x01D3E8C0, void, Grenade_Awake, (Grenade * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3EB60, void, Grenade_OnEnable, (Grenade * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3EB90, void, Grenade_Initialize, (Grenade * __this, Vector3 velocity, Vector3 torque, float damageAmount, float impactForce, int32_t impactForceFrames, LayerMask impactLayers, String * impactStateName, float impactStateDisableTimer, SurfaceImpact * surfaceImpact, GameObject * originator, bool originatorCollisionCheck, MethodInfo * method)); DO_APP_FUNC(0x01D3ECC0, void, Grenade_StartCooking, (Grenade * __this, GameObject * originator, MethodInfo * method)); DO_APP_FUNC(0x01D3EE00, void, Grenade_DetachAttachPin, (Grenade * __this, Transform * attachTransform, MethodInfo * method)); DO_APP_FUNC(0x01D3F1D0, void, Grenade_Deactivate, (Grenade * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE96E0, Grenade_Deactivate__MethodInfo); DO_APP_FUNC(0x01D3F480, void, Grenade__ctor, (Grenade * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, KinematicObjectManager_UpdateLocation__Enum, MovingPlatform_get_UpdateLocation, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, MovingPlatform_Waypoint__Array *, MovingPlatform_get_Waypoints, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, MovingPlatform_set_Waypoints, (MovingPlatform * __this, MovingPlatform_Waypoint__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003C5300, MovingPlatform_PathDirection__Enum, MovingPlatform_get_Direction, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5310, void, MovingPlatform_set_Direction, (MovingPlatform * __this, MovingPlatform_PathDirection__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, MovingPlatform_PathMovementType__Enum, MovingPlatform_get_MovementType, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x00C083A0, void, MovingPlatform_set_MovementType, (MovingPlatform * __this, MovingPlatform_PathMovementType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, MovingPlatform_get_TargetWaypoint, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF230, void, MovingPlatform_set_TargetWaypoint, (MovingPlatform * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01CA7A30, float, MovingPlatform_get_MovementSpeed, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA7A40, void, MovingPlatform_set_MovementSpeed, (MovingPlatform * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, MovingPlatform_MovementInterpolationMode__Enum, MovingPlatform_get_MovementInterpolation, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x00523180, void, MovingPlatform_set_MovementInterpolation, (MovingPlatform * __this, MovingPlatform_MovementInterpolationMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00A88B20, MovingPlatform_RotateInterpolationMode__Enum, MovingPlatform_get_RotationInterpolation, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88B30, void, MovingPlatform_set_RotationInterpolation, (MovingPlatform * __this, MovingPlatform_RotateInterpolationMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01CE5090, float, MovingPlatform_get_RotationEaseAmount, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE50A0, void, MovingPlatform_set_RotationEaseAmount, (MovingPlatform * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D3F4C0, Vector3, MovingPlatform_get_CustomRotationSpeed, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3F4E0, void, MovingPlatform_set_CustomRotationSpeed, (MovingPlatform * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, String *, MovingPlatform_get_CharacterTriggerState, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, MovingPlatform_set_CharacterTriggerState, (MovingPlatform * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00C7C380, bool, MovingPlatform_get_EnableOnInteract, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7C390, void, MovingPlatform_set_EnableOnInteract, (MovingPlatform * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00564B80, bool, MovingPlatform_get_ChangeDirectionsOnInteract, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBAC50, void, MovingPlatform_set_ChangeDirectionsOnInteract, (MovingPlatform * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009B7060, int32_t, MovingPlatform_get_NextWaypoint, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E400, int32_t, MovingPlatform_get_KinematicObjectIndex, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E410, void, MovingPlatform_set_KinematicObjectIndex, (MovingPlatform * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D3F4F0, void, MovingPlatform_Awake, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3FC70, void, MovingPlatform_OnEnable, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3FCB0, void, MovingPlatform_Move, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3FFA0, void, MovingPlatform_UpdatePath, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x01D400F0, void, MovingPlatform_UpdateWaypoint, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9528, MovingPlatform_UpdateWaypoint__MethodInfo); DO_APP_FUNC(0x01D401E0, void, MovingPlatform_UpdateState, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x01D40300, float, MovingPlatform_GetRemainingDistance, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x01D40500, void, MovingPlatform_GoToNextWaypoint, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x01D406C0, int32_t, MovingPlatform_GetNextWaypoint, (MovingPlatform * __this, bool increase, MethodInfo * method)); DO_APP_FUNC(0x01D40710, void, MovingPlatform_UpdateRotation, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x01D40CC0, void, MovingPlatform_ApplyRotation, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x01D40D30, void, MovingPlatform_UpdatePosition, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x01D41290, void, MovingPlatform_ApplyPosition, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, MovingPlatform_CanInteract, (MovingPlatform * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01D413A0, void, MovingPlatform_Interact, (MovingPlatform * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01D41420, void, MovingPlatform_OnTriggerEnter, (MovingPlatform * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01D416E0, void, MovingPlatform_OnTriggerExit, (MovingPlatform * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01D419A0, void, MovingPlatform_OnDisable, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x01D419D0, void, MovingPlatform__ctor, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x009B9450, Transform *, MovingPlatform_Opsive_UltimateCharacterController_Game_IKinematicObject_get_transform, (MovingPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Transform *, MovingPlatform_Waypoint_get_Transform, (MovingPlatform_Waypoint * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, MovingPlatform_Waypoint_set_Transform, (MovingPlatform_Waypoint * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00C859B0, float, MovingPlatform_Waypoint_get_Delay, (MovingPlatform_Waypoint * __this, MethodInfo * method)); DO_APP_FUNC(0x00C859C0, void, MovingPlatform_Waypoint_set_Delay, (MovingPlatform_Waypoint * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, MovingPlatform_Waypoint_get_State, (MovingPlatform_Waypoint * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, MovingPlatform_Waypoint_set_State, (MovingPlatform_Waypoint * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, MovingPlatform_Waypoint_get_StateHash, (MovingPlatform_Waypoint * __this, MethodInfo * method)); DO_APP_FUNC(0x01D41B20, void, MovingPlatform_Waypoint_Initialize, (MovingPlatform_Waypoint * __this, MethodInfo * method)); DO_APP_FUNC(0x01D41B40, void, MuzzleFlash_Awake, (MuzzleFlash * __this, MethodInfo * method)); DO_APP_FUNC(0x01D42040, void, MuzzleFlash_OnEnable, (MuzzleFlash * __this, MethodInfo * method)); DO_APP_FUNC(0x01D422D0, void, MuzzleFlash_Show, (MuzzleFlash * __this, Item * item, int32_t itemActionID, bool pooled, UltimateCharacterLocomotion * characterLocomotion, MethodInfo * method)); DO_APP_FUNC(0x01D42BA0, void, MuzzleFlash_Update, (MuzzleFlash * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBAC90, void, MuzzleFlash_OnChangeTimeScale, (MuzzleFlash * __this, float timeScale, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9598, MuzzleFlash_OnChangeTimeScale__MethodInfo); DO_APP_FUNC(0x01D42EC0, void, MuzzleFlash_OnDisable, (MuzzleFlash * __this, MethodInfo * method)); DO_APP_FUNC(0x01D430F0, void, MuzzleFlash__ctor, (MuzzleFlash * __this, MethodInfo * method)); DO_APP_FUNC(0x01D431D0, void, Projectile_Initialize, (Projectile * __this, Vector3 velocity, Vector3 torque, float damageAmount, float impactForce, int32_t impactForceFrames, LayerMask impactLayers, String * impactStateName, float impactStateDisableTimer, SurfaceImpact * surfaceImpact, GameObject * originator, MethodInfo * method)); DO_APP_FUNC(0x01D433A0, void, Projectile_Deactivate, (Projectile * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9578, Projectile_Deactivate__MethodInfo); DO_APP_FUNC(0x01D433D0, void, Projectile_OnCollision, (Projectile * __this, Nullable_1_UnityEngine_RaycastHit_ hit, MethodInfo * method)); DO_APP_FUNC(0x01D43490, void, Projectile_OnDisable, (Projectile * __this, MethodInfo * method)); DO_APP_FUNC(0x01D436F0, void, Projectile__ctor, (Projectile * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA9C0, float, TrajectoryObject_get_Mass, (TrajectoryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA9D0, void, TrajectoryObject_set_Mass, (TrajectoryObject * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, TrajectoryObject_get_StartVelocityMultiplier, (TrajectoryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA780, void, TrajectoryObject_set_StartVelocityMultiplier, (TrajectoryObject * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, TrajectoryObject_get_GravityMagnitude, (TrajectoryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA750, void, TrajectoryObject_set_GravityMagnitude, (TrajectoryObject * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB1A0, float, TrajectoryObject_get_Speed, (TrajectoryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00986690, void, TrajectoryObject_set_Speed, (TrajectoryObject * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB0F0, float, TrajectoryObject_get_RotationSpeed, (TrajectoryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA72C0, void, TrajectoryObject_set_RotationSpeed, (TrajectoryObject * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, TrajectoryObject_get_Damping, (TrajectoryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00989750, void, TrajectoryObject_set_Damping, (TrajectoryObject * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x005DE720, float, TrajectoryObject_get_RotationDamping, (TrajectoryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE730, void, TrajectoryObject_set_RotationDamping, (TrajectoryObject * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, TrajectoryObject_get_RotateInMoveDirection, (TrajectoryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AE0, void, TrajectoryObject_set_RotateInMoveDirection, (TrajectoryObject * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01CA7A30, float, TrajectoryObject_get_SettleThreshold, (TrajectoryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA7A40, void, TrajectoryObject_set_SettleThreshold, (TrajectoryObject * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x008CC030, float, TrajectoryObject_get_SidewaysSettleThreshold, (TrajectoryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x008CC040, void, TrajectoryObject_set_SidewaysSettleThreshold, (TrajectoryObject * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CA4F60, float, TrajectoryObject_get_StartSidewaysVelocityMagnitude, (TrajectoryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA4F70, void, TrajectoryObject_set_StartSidewaysVelocityMagnitude, (TrajectoryObject * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C5400, LayerMask, TrajectoryObject_get_ImpactLayers, (TrajectoryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5410, void, TrajectoryObject_set_ImpactLayers, (TrajectoryObject * __this, LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, SurfaceImpact *, TrajectoryObject_get_SurfaceImpact, (TrajectoryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, TrajectoryObject_set_SurfaceImpact, (TrajectoryObject * __this, SurfaceImpact * value, MethodInfo * method)); DO_APP_FUNC(0x00ABB120, float, TrajectoryObject_get_ForceMultiplier, (TrajectoryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB130, void, TrajectoryObject_set_ForceMultiplier, (TrajectoryObject * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00ADDA40, TrajectoryObject_CollisionMode__Enum, TrajectoryObject_get_Collision, (TrajectoryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A620, void, TrajectoryObject_set_Collision, (TrajectoryObject * __this, TrajectoryObject_CollisionMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00ABB160, float, TrajectoryObject_get_ReflectMultiplier, (TrajectoryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB170, void, TrajectoryObject_set_ReflectMultiplier, (TrajectoryObject * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C7010, AudioClipSet *, TrajectoryObject_get_ActiveAudioClipSet, (TrajectoryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, TrajectoryObject_set_ActiveAudioClipSet, (TrajectoryObject * __this, AudioClipSet * value, MethodInfo * method)); DO_APP_FUNC(0x00A90540, GameObject *, TrajectoryObject_get_Originator, (TrajectoryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01D43730, Vector3, TrajectoryObject_get_Velocity, (TrajectoryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01D43750, Vector3, TrajectoryObject_get_Torque, (TrajectoryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF700, LineRenderer *, TrajectoryObject_get_LineRenderer, (TrajectoryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01D43770, void, TrajectoryObject_set_AutoDisable, (TrajectoryObject * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D43780, void, TrajectoryObject_Awake, (TrajectoryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01D43C30, void, TrajectoryObject_OnEnable, (TrajectoryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01D43D90, void, TrajectoryObject_SimulateTrajectory, (TrajectoryObject * __this, GameObject * originator, Vector3 startPosition, Vector3 endPosition, MethodInfo * method)); DO_APP_FUNC(0x01D44530, void, TrajectoryObject_SimulateTrajectory_1, (TrajectoryObject * __this, GameObject * originator, Vector3 position, Quaternion rotation, Vector3 velocity, Vector3 torque, MethodInfo * method)); DO_APP_FUNC(0x01D44B20, void, TrajectoryObject_ClearTrajectory, (TrajectoryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01D44ED0, Vector3, TrajectoryObject_CalculateVelocity, (TrajectoryObject * __this, Vector3 startPosition, Vector3 endPosition, MethodInfo * method)); DO_APP_FUNC(0x01D44F90, void, TrajectoryObject_SimulateTrajectory_2, (TrajectoryObject * __this, GameObject * originator, Vector3 velocity, Vector3 torque, List_1_UnityEngine_Vector3_ * positions, int32_t positionsSkip, MethodInfo * method)); DO_APP_FUNC(0x01D452C0, void, TrajectoryObject_SimulateTrajectory_3, (TrajectoryObject * __this, Vector3 position, Quaternion rotation, List_1_UnityEngine_Vector3_ * positions, int32_t positionsSkip, MethodInfo * method)); DO_APP_FUNC(0x01D45440, void, TrajectoryObject_Initialize, (TrajectoryObject * __this, Vector3 velocity, Vector3 torque, GameObject * originator, MethodInfo * method)); DO_APP_FUNC(0x01D454A0, void, TrajectoryObject_Initialize_1, (TrajectoryObject * __this, Vector3 velocity, Vector3 torque, GameObject * originator, bool originatorCollisionCheck, MethodInfo * method)); DO_APP_FUNC(0x01D45580, void, TrajectoryObject_Initialize_2, (TrajectoryObject * __this, Vector3 velocity, Vector3 torque, GameObject * originator, bool originatorCollisionCheck, Vector3 defaultNormalizedGravity, MethodInfo * method)); DO_APP_FUNC(0x01D45CC0, void, TrajectoryObject_SetOriginator, (TrajectoryObject * __this, GameObject * originator, Vector3 defaultNormalizedGravity, MethodInfo * method)); DO_APP_FUNC(0x01D46330, bool, TrajectoryObject_OverlapCast, (TrajectoryObject * __this, Vector3 position, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x01D474A0, void, TrajectoryObject_InitializeComponentReferences, (TrajectoryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01D479B0, void, TrajectoryObject_FixedUpdate, (TrajectoryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01D48440, bool, TrajectoryObject_Move, (TrajectoryObject * __this, Vector3 * position, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x01D49070, void, TrajectoryObject_OnCollision, (TrajectoryObject * __this, Nullable_1_UnityEngine_RaycastHit_ hit, MethodInfo * method)); DO_APP_FUNC(0x01D49450, bool, TrajectoryObject_SingleCast, (TrajectoryObject * __this, Vector3 position, Quaternion rotation, Vector3 direction, MethodInfo * method)); DO_APP_FUNC(0x01D49FC0, void, TrajectoryObject_Rotate, (TrajectoryObject * __this, Vector3 position, Quaternion * rotation, MethodInfo * method)); DO_APP_FUNC(0x01D4B050, void, TrajectoryObject_Stop, (TrajectoryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4B0C0, void, TrajectoryObject_AddTorque, (TrajectoryObject * __this, Vector3 torque, MethodInfo * method)); DO_APP_FUNC(0x01D4B110, void, TrajectoryObject_AddForce, (TrajectoryObject * __this, Vector3 force, int32_t frames, MethodInfo * method)); DO_APP_FUNC(0x01D4B110, void, TrajectoryObject_AddForce_1, (TrajectoryObject * __this, Vector3 force, MethodInfo * method)); DO_APP_FUNC(0x01D4B1A0, void, TrajectoryObject_OnChangeTimeScale, (TrajectoryObject * __this, float timeScale, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9408, TrajectoryObject_OnChangeTimeScale__MethodInfo); DO_APP_FUNC(0x01D4B1B0, void, TrajectoryObject_OnDisable, (TrajectoryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4B3E0, void, TrajectoryObject__ctor, (TrajectoryObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4B530, void, MagicParticle_Awake, (MagicParticle * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4B990, void, MagicParticle_Initialize, (MagicParticle * __this, MagicItem * magicItem, uint32_t castID, MethodInfo * method)); DO_APP_FUNC(0x01D4B9F0, void, MagicParticle_OnParticleCollision, (MagicParticle * __this, GameObject * other, MethodInfo * method)); DO_APP_FUNC(0x01D4C3F0, void, MagicParticle_OnDisable, (MagicParticle * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, MagicParticle__ctor, (MagicParticle * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4C670, bool, MagicProjectile_get_DestroyOnCollision, (MagicProjectile * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4C680, void, MagicProjectile_set_DestroyOnCollision, (MagicProjectile * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D4C690, bool, MagicProjectile_get_WaitForParticleStop, (MagicProjectile * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4C6A0, void, MagicProjectile_set_WaitForParticleStop, (MagicProjectile * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D4C6B0, void, MagicProjectile_Initialize, (MagicProjectile * __this, Vector3 velocity, Vector3 torque, GameObject * originator, MagicItem * magicItem, uint32_t castID, MethodInfo * method)); DO_APP_FUNC(0x01D4C8E0, void, MagicProjectile_OnCollision, (MagicProjectile * __this, Nullable_1_UnityEngine_RaycastHit_ hit, MethodInfo * method)); DO_APP_FUNC(0x01D4CD40, void, MagicProjectile_ReturnToObjectPool, (MagicProjectile * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE93A0, MagicProjectile_ReturnToObjectPool__MethodInfo); DO_APP_FUNC(0x01D4CD50, void, MagicProjectile__ctor, (MagicProjectile * __this, MethodInfo * method)); DO_APP_FUNC(0x00675890, Vector3, PivotOffset_get_Offset, (PivotOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x006758B0, void, PivotOffset_set_Offset, (PivotOffset * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, PivotOffset__ctor, (PivotOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4CD60, void, Shell_Awake, (Shell * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4CF70, void, Shell_OnEnable, (Shell * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4D1A0, void, Shell_FixedUpdate, (Shell * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4D430, void, Shell_OnCollision, (Shell * __this, Nullable_1_UnityEngine_RaycastHit_ hit, MethodInfo * method)); DO_APP_FUNC(0x01D4D6B0, void, Shell__ctor, (Shell * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4D6D0, void, Smoke_Awake, (Smoke * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4D990, void, Smoke_Show, (Smoke * __this, Item * item, int32_t itemActionID, UltimateCharacterLocomotion * characterLocomotion, MethodInfo * method)); DO_APP_FUNC(0x01D4DE50, void, Smoke_DestroySelf, (Smoke * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE92B0, Smoke_DestroySelf__MethodInfo); DO_APP_FUNC(0x01D4DE60, void, Smoke_OnChangePerspectives, (Smoke * __this, bool firstPersonPerspective, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE92A0, Smoke_OnChangePerspectives__MethodInfo); DO_APP_FUNC(0x01D4E450, void, Smoke_OnDisable, (Smoke * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, Smoke__ctor, (Smoke * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4E670, void, Tracer_Awake, (Tracer * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4E7B0, void, Tracer_Initialize, (Tracer * __this, Vector3 hitPoint, MethodInfo * method)); DO_APP_FUNC(0x01D3E680, void, Tracer_DestroyObject, (Tracer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9318, Tracer_DestroyObject__MethodInfo); DO_APP_FUNC(0x01D4E9B0, void, Tracer__ctor, (Tracer * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, CharacterIKBase_IKGoal__Enum, AbilityIKTarget_get_Goal, (AbilityIKTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA9C0, float, AbilityIKTarget_get_Delay, (AbilityIKTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, AbilityIKTarget_get_InterpolationDuration, (AbilityIKTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, AbilityIKTarget_get_Duration, (AbilityIKTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Transform *, AbilityIKTarget_get_Transform, (AbilityIKTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4EA00, void, AbilityIKTarget_Awake, (AbilityIKTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4EAA0, void, AbilityIKTarget__ctor, (AbilityIKTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x00675890, Vector3, AbilityStartLocation_get_Offset, (AbilityStartLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x006758B0, void, AbilityStartLocation_set_Offset, (AbilityStartLocation * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, AbilityStartLocation_get_YawOffset, (AbilityStartLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA750, void, AbilityStartLocation_set_YawOffset, (AbilityStartLocation * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C71840, Vector3, AbilityStartLocation_get_Size, (AbilityStartLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4EB00, void, AbilityStartLocation_set_Size, (AbilityStartLocation * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x005DE720, float, AbilityStartLocation_get_Distance, (AbilityStartLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE730, void, AbilityStartLocation_set_Distance, (AbilityStartLocation * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CE2C0, float, AbilityStartLocation_get_Angle, (AbilityStartLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE2D0, void, AbilityStartLocation_set_Angle, (AbilityStartLocation * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0060F770, bool, AbilityStartLocation_get_RequireGrounded, (AbilityStartLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4EB10, void, AbilityStartLocation_set_RequireGrounded, (AbilityStartLocation * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00610420, bool, AbilityStartLocation_get_PrecisionStart, (AbilityStartLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4EB20, void, AbilityStartLocation_set_PrecisionStart, (AbilityStartLocation * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x008CC030, float, AbilityStartLocation_get_MovementMultiplier, (AbilityStartLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x008CC040, void, AbilityStartLocation_set_MovementMultiplier, (AbilityStartLocation * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D4EB30, Quaternion, AbilityStartLocation_get_TargetRotation, (AbilityStartLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x00C92C50, float, AbilityStartLocation_get_StartYawOffset, (AbilityStartLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4EDB0, Vector3, AbilityStartLocation_get_StartOffset, (AbilityStartLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4EDD0, void, AbilityStartLocation_Awake, (AbilityStartLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4EE80, Vector3, AbilityStartLocation_GetTargetPosition, (AbilityStartLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4EF30, Vector3, AbilityStartLocation_GetTargetDirection, (AbilityStartLocation * __this, Vector3 position, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x01D4F230, bool, AbilityStartLocation_IsPositionValid, (AbilityStartLocation * __this, Vector3 position, Quaternion rotation, bool grounded, MethodInfo * method)); DO_APP_FUNC(0x01D4F2E0, bool, AbilityStartLocation_IsRotationValid, (AbilityStartLocation * __this, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x01D4F8C0, void, AbilityStartLocation__ctor, (AbilityStartLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E270, bool, AnimatedInteractable_get_ActiveBoolInteractable, (AnimatedInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4F950, void, AnimatedInteractable_Awake, (AnimatedInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4FFA0, bool, AnimatedInteractable_CanInteract, (AnimatedInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01D4FFC0, void, AnimatedInteractable_Interact, (AnimatedInteractable * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01D50910, void, AnimatedInteractable_ResetInteract, (AnimatedInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x01D50990, String *, AnimatedInteractable_AbilityMessage, (AnimatedInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D6C0, int32_t, AnimatedInteractable_GetBoolParameterHash, (AnimatedInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, AnimatedInteractable_GetBoolParameter, (AnimatedInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x01D50A70, void, AnimatedInteractable_SetBoolInteractValue, (AnimatedInteractable * __this, bool interactValue, MethodInfo * method)); DO_APP_FUNC(0x01D50BB0, void, AnimatedInteractable_PlayInteractSound, (AnimatedInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x01D50EB0, void, AnimatedInteractable_PlayAnnaInteractSound, (AnimatedInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x01D51130, void, AnimatedInteractable_AnnaSetBoolInteractValue, (AnimatedInteractable * __this, bool interactValue, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, AnimatedInteractable_IsSingleInteract, (AnimatedInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x005F3BD0, void, AnimatedInteractable__ctor, (AnimatedInteractable * __this, MethodInfo * method)); DO_APP_FUNC(0x01D512F0, void, GravityZone_OnTriggerEnter, (GravityZone * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01D516A0, void, GravityZone_OnTriggerExit, (GravityZone * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, GravityZone__ctor, (GravityZone * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D0F0, float, HealthPickup_get_HealthAmount, (HealthPickup * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D100, void, HealthPickup_set_HealthAmount, (HealthPickup * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x006486C0, bool, HealthPickup_get_AlwaysPickup, (HealthPickup * __this, MethodInfo * method)); DO_APP_FUNC(0x006486D0, void, HealthPickup_set_AlwaysPickup, (HealthPickup * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D51900, void, HealthPickup_TriggerEnter, (HealthPickup * __this, GameObject * other, MethodInfo * method)); DO_APP_FUNC(0x01D51AE0, void, HealthPickup__ctor, (HealthPickup * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90540, ItemDefinitionAmount__Array *, ItemPickup_GetItemDefinitionAmounts, (ItemPickup * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90550, void, ItemPickup_SetItemDefinitionAmounts, (ItemPickup * __this, ItemDefinitionAmount__Array * itemDefinitionAmounts, MethodInfo * method)); DO_APP_FUNC(0x01D51B00, bool, ItemPickup_DoItemIdentifierPickupInternal, (ItemPickup * __this, GameObject * character, InventoryBase * inventory, int32_t slotID, bool immediatePickup, bool forceEquip, MethodInfo * method)); DO_APP_FUNC(0x01D51C40, void, ItemPickup__ctor, (ItemPickup * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, ItemPickupBase_PickupSet__Array *, ItemPickupBase_get_ItemPickupSet, (ItemPickupBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, ItemPickupBase_set_ItemPickupSet, (ItemPickupBase * __this, ItemPickupBase_PickupSet__Array * value, MethodInfo * method)); DO_APP_FUNC(0x005FC5C0, bool, ItemPickupBase_get_AlwaysPickup, (ItemPickupBase * __this, MethodInfo * method)); DO_APP_FUNC(0x004841B0, void, ItemPickupBase_set_AlwaysPickup, (ItemPickupBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D51C50, void, ItemPickupBase_Awake, (ItemPickupBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01D51FA0, void, ItemPickupBase_TriggerEnter, (ItemPickupBase * __this, GameObject * other, MethodInfo * method)); DO_APP_FUNC(0x01D51FB0, void, ItemPickupBase_TriggerEnter_1, (ItemPickupBase * __this, GameObject * other, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01D52320, void, ItemPickupBase_TryItemPickup, (ItemPickupBase * __this, InventoryBase * inventory, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01D526C0, void, ItemPickupBase_DoItemPickup, (ItemPickupBase * __this, GameObject * character, InventoryBase * inventory, int32_t slotID, bool immediatePickup, bool pickupItemIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01D53440, bool, ItemPickupBase_DoItemIdentifierPickup, (ItemPickupBase * __this, GameObject * character, InventoryBase * inventory, int32_t slotID, bool immediatePickup, bool forceEquip, MethodInfo * method)); DO_APP_FUNC(0x01D53530, void, ItemPickupBase_OnWillEquipItem, (ItemPickupBase * __this, Item * item, int32_t slotID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9120, ItemPickupBase_OnWillEquipItem__MethodInfo); DO_APP_FUNC(0x01D51C40, void, ItemPickupBase__ctor, (ItemPickupBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, GameObject *, ItemPickupBase_PickupSet_get_Item, (ItemPickupBase_PickupSet * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ItemPickupBase_PickupSet_set_Item, (ItemPickupBase_PickupSet * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, uint32_t, ItemPickupBase_PickupSet_get_CategoryID, (ItemPickupBase_PickupSet * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, ItemPickupBase_PickupSet_set_CategoryID, (ItemPickupBase_PickupSet * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, ItemSet *, ItemPickupBase_PickupSet_get_ItemSet, (ItemPickupBase_PickupSet * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ItemPickupBase_PickupSet_set_ItemSet, (ItemPickupBase_PickupSet * __this, ItemSet * value, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, ItemPickupBase_PickupSet_get_Default, (ItemPickupBase_PickupSet * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, ItemPickupBase_PickupSet_set_Default, (ItemPickupBase_PickupSet * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D53540, void, ItemPickupBase_PickupSet__ctor, (ItemPickupBase_PickupSet * __this, MethodInfo * method)); DO_APP_FUNC(0x00675890, Vector3, MoveTowardsLocation_get_Offset, (MoveTowardsLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x006758B0, void, MoveTowardsLocation_set_Offset, (MoveTowardsLocation * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, MoveTowardsLocation_get_YawOffset, (MoveTowardsLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA750, void, MoveTowardsLocation_set_YawOffset, (MoveTowardsLocation * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C71840, Vector3, MoveTowardsLocation_get_Size, (MoveTowardsLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4EB00, void, MoveTowardsLocation_set_Size, (MoveTowardsLocation * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x005DE720, float, MoveTowardsLocation_get_Distance, (MoveTowardsLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE730, void, MoveTowardsLocation_set_Distance, (MoveTowardsLocation * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CE2C0, float, MoveTowardsLocation_get_Angle, (MoveTowardsLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE2D0, void, MoveTowardsLocation_set_Angle, (MoveTowardsLocation * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0060F770, bool, MoveTowardsLocation_get_RequireGrounded, (MoveTowardsLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4EB10, void, MoveTowardsLocation_set_RequireGrounded, (MoveTowardsLocation * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00610420, bool, MoveTowardsLocation_get_PrecisionStart, (MoveTowardsLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4EB20, void, MoveTowardsLocation_set_PrecisionStart, (MoveTowardsLocation * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x008CC030, float, MoveTowardsLocation_get_MovementMultiplier, (MoveTowardsLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x008CC040, void, MoveTowardsLocation_set_MovementMultiplier, (MoveTowardsLocation * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D4EE80, Vector3, MoveTowardsLocation_get_TargetPosition, (MoveTowardsLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4EB30, Quaternion, MoveTowardsLocation_get_TargetRotation, (MoveTowardsLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x00C92C50, float, MoveTowardsLocation_get_StartYawOffset, (MoveTowardsLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4EDB0, Vector3, MoveTowardsLocation_get_StartOffset, (MoveTowardsLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4EDD0, void, MoveTowardsLocation_Awake, (MoveTowardsLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x01D53610, Vector3, MoveTowardsLocation_GetTargetDirection, (MoveTowardsLocation * __this, Vector3 position, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x01D53910, bool, MoveTowardsLocation_IsPositionValid, (MoveTowardsLocation * __this, Vector3 position, Quaternion rotation, bool grounded, MethodInfo * method)); DO_APP_FUNC(0x01D4F2E0, bool, MoveTowardsLocation_IsRotationValid, (MoveTowardsLocation * __this, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x01D4F8C0, void, MoveTowardsLocation__ctor, (MoveTowardsLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, ObjectPickup_get_TriggerEnableDelay, (ObjectPickup * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90F0, void, ObjectPickup_set_TriggerEnableDelay, (ObjectPickup * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x006FF400, bool, ObjectPickup_get_PickupOnTriggerEnter, (ObjectPickup * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF410, void, ObjectPickup_set_PickupOnTriggerEnter, (ObjectPickup * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00B46BA0, Vector3, ObjectPickup_get_RotationSpeed, (ObjectPickup * __this, MethodInfo * method)); DO_APP_FUNC(0x01D539C0, void, ObjectPickup_set_RotationSpeed, (ObjectPickup * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, AudioClipSet *, ObjectPickup_get_PickupAudioClipSet, (ObjectPickup * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, ObjectPickup_set_PickupAudioClipSet, (ObjectPickup * __this, AudioClipSet * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, ObjectPickup_get_PickupMessageText, (ObjectPickup * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, ObjectPickup_set_PickupMessageText, (ObjectPickup * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, Sprite *, ObjectPickup_get_PickupMessageIcon, (ObjectPickup * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, ObjectPickup_set_PickupMessageIcon, (ObjectPickup * __this, Sprite * value, MethodInfo * method)); DO_APP_FUNC(0x00BF81F0, bool, ObjectPickup_get_IsDepleted, (ObjectPickup * __this, MethodInfo * method)); DO_APP_FUNC(0x01D53A60, void, ObjectPickup_Awake, (ObjectPickup * __this, MethodInfo * method)); DO_APP_FUNC(0x01D53EB0, void, ObjectPickup_OnEnable, (ObjectPickup * __this, MethodInfo * method)); DO_APP_FUNC(0x01D53EC0, void, ObjectPickup_Initialize, (ObjectPickup * __this, bool forceInitialization, MethodInfo * method)); DO_APP_FUNC(0x01D54260, void, ObjectPickup_CheckVelocity, (ObjectPickup * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9170, ObjectPickup_CheckVelocity__MethodInfo); DO_APP_FUNC(0x01D54430, void, ObjectPickup_EnableTrigger, (ObjectPickup * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9168, ObjectPickup_EnableTrigger__MethodInfo); DO_APP_FUNC(0x01D54550, void, ObjectPickup_Update, (ObjectPickup * __this, MethodInfo * method)); DO_APP_FUNC(0x01D54830, void, ObjectPickup_OnTriggerEnter, (ObjectPickup * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01D548C0, void, ObjectPickup_ObjectPickedUp, (ObjectPickup * __this, GameObject * pickedUpBy, MethodInfo * method)); DO_APP_FUNC(0x01D54B90, void, ObjectPickup__ctor, (ObjectPickup * __this, MethodInfo * method)); DO_APP_FUNC(0x01D54C70, void, SphericalGravityZone_Awake, (SphericalGravityZone * __this, MethodInfo * method)); DO_APP_FUNC(0x01D54DB0, Vector3, SphericalGravityZone_DetermineGravityDirection, (SphericalGravityZone * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x01D550D0, void, SphericalGravityZone__ctor, (SphericalGravityZone * __this, MethodInfo * method)); DO_APP_FUNC(0x01D55190, NetworkObjectPool *, NetworkObjectPool_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x01D551D0, bool, NetworkObjectPool_IsNetworkActive, (MethodInfo * method)); DO_APP_FUNC(0x01D552F0, void, NetworkObjectPool_OnEnable, (NetworkObjectPool * __this, MethodInfo * method)); DO_APP_FUNC(0x01D554F0, void, NetworkObjectPool_NetworkSpawn, (GameObject * original, GameObject * instanceObject, bool sceneObject, MethodInfo * method)); DO_APP_FUNC(0x01D556B0, void, NetworkObjectPool_Destroy, (GameObject * obj, MethodInfo * method)); DO_APP_FUNC(0x01D55850, bool, NetworkObjectPool_SpawnedWithPool, (GameObject * obj, MethodInfo * method)); DO_APP_FUNC(0x01D559B0, void, NetworkObjectPool_SceneUnloaded, (NetworkObjectPool * __this, Scene scene, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8FC8, NetworkObjectPool_SceneUnloaded__MethodInfo); DO_APP_FUNC(0x01D55AD0, void, NetworkObjectPool_OnDisable, (NetworkObjectPool * __this, MethodInfo * method)); DO_APP_FUNC(0x01D55B80, void, NetworkObjectPool_DomainReset, (MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, NetworkObjectPool__ctor, (NetworkObjectPool * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, AnimationCurve *, AnimatorMotion_get_XPosition, (AnimatorMotion * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, AnimatorMotion_set_XPosition, (AnimatorMotion * __this, AnimationCurve * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, AnimationCurve *, AnimatorMotion_get_YPosition, (AnimatorMotion * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, AnimatorMotion_set_YPosition, (AnimatorMotion * __this, AnimationCurve * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, AnimationCurve *, AnimatorMotion_get_ZPosition, (AnimatorMotion * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, AnimatorMotion_set_ZPosition, (AnimatorMotion * __this, AnimationCurve * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, AnimationCurve *, AnimatorMotion_get_XRotation, (AnimatorMotion * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, AnimatorMotion_set_XRotation, (AnimatorMotion * __this, AnimationCurve * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, AnimationCurve *, AnimatorMotion_get_YRotation, (AnimatorMotion * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, AnimatorMotion_set_YRotation, (AnimatorMotion * __this, AnimationCurve * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, AnimationCurve *, AnimatorMotion_get_ZRotation, (AnimatorMotion * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, AnimatorMotion_set_ZRotation, (AnimatorMotion * __this, AnimationCurve * value, MethodInfo * method)); DO_APP_FUNC(0x01D55C20, void, AnimatorMotion_EvaluatePosition, (AnimatorMotion * __this, float time, Vector3 * position, MethodInfo * method)); DO_APP_FUNC(0x01D55D80, void, AnimatorMotion_EvaluateRotation, (AnimatorMotion * __this, float time, Quaternion * rotation, MethodInfo * method)); DO_APP_FUNC(0x01D55F60, void, AnimatorMotion__ctor, (AnimatorMotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01D561F0, SmoothRandom_FractalNoise *, SmoothRandom_get_Noise, (MethodInfo * method)); DO_APP_FUNC(0x01D56310, Vector3, SmoothRandom_GetVector3, (float speed, MethodInfo * method)); DO_APP_FUNC(0x01D564A0, Vector3, SmoothRandom_GetVector3Centered, (float speed, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SmoothRandom__ctor, (SmoothRandom * __this, MethodInfo * method)); DO_APP_FUNC(0x01D567A0, void, SmoothRandom_Perlin__ctor, (SmoothRandom_Perlin * __this, MethodInfo * method)); DO_APP_FUNC(0x01D56E60, float, SmoothRandom_Perlin_SCurve, (SmoothRandom_Perlin * __this, float t, MethodInfo * method)); DO_APP_FUNC(0x01D56E80, float, SmoothRandom_Perlin_Lerp, (SmoothRandom_Perlin * __this, float t, float a, float b, MethodInfo * method)); DO_APP_FUNC(0x01D56E90, void, SmoothRandom_Perlin_Setup, (SmoothRandom_Perlin * __this, float value, int32_t * b0, int32_t * b1, float * r0, float * r1, MethodInfo * method)); DO_APP_FUNC(0x01D56ED0, float, SmoothRandom_Perlin_At2, (SmoothRandom_Perlin * __this, float rx, float ry, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x01D56EF0, float, SmoothRandom_Perlin_At3, (SmoothRandom_Perlin * __this, float rx, float ry, float rz, float x, float y, float z, MethodInfo * method)); DO_APP_FUNC(0x01D56F10, float, SmoothRandom_Perlin_Noise, (SmoothRandom_Perlin * __this, float arg, MethodInfo * method)); DO_APP_FUNC(0x01D56FD0, float, SmoothRandom_Perlin_Noise_1, (SmoothRandom_Perlin * __this, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x01D572A0, float, SmoothRandom_Perlin_Noise_2, (SmoothRandom_Perlin * __this, float x, float y, float z, MethodInfo * method)); DO_APP_FUNC(0x01D57930, void, SmoothRandom_Perlin_Normalize2, (SmoothRandom_Perlin * __this, float * x, float * y, MethodInfo * method)); DO_APP_FUNC(0x01D57A10, void, SmoothRandom_Perlin_Normalize3, (SmoothRandom_Perlin * __this, float * x, float * y, float * z, MethodInfo * method)); DO_APP_FUNC(0x01D57B30, void, SmoothRandom_FractalNoise__ctor, (SmoothRandom_FractalNoise * __this, float inH, float inLacunarity, float inOctaves, MethodInfo * method)); DO_APP_FUNC(0x01D57B50, void, SmoothRandom_FractalNoise__ctor_1, (SmoothRandom_FractalNoise * __this, float inH, float inLacunarity, float inOctaves, SmoothRandom_Perlin * noise, MethodInfo * method)); DO_APP_FUNC(0x01D57DB0, float, SmoothRandom_FractalNoise_HybridMultifractal, (SmoothRandom_FractalNoise * __this, float x, float y, float offset, MethodInfo * method)); DO_APP_FUNC(0x003BA3C0, float, Spring_get_Stiffness, (Spring * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA760, void, Spring_set_Stiffness, (Spring * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003BA310, float, Spring_get_Damping, (Spring * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA9C70, void, Spring_set_Damping, (Spring * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, Spring_get_VelocityFadeInLength, (Spring * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90F0, void, Spring_set_VelocityFadeInLength, (Spring * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, Spring_get_MaxSoftForceFrames, (Spring * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, Spring_set_MaxSoftForceFrames, (Spring * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, Spring_get_MinVelocity, (Spring * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA780, void, Spring_set_MinVelocity, (Spring * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, Spring_get_MaxVelocity, (Spring * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA750, void, Spring_set_MaxVelocity, (Spring * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C71840, Vector3, Spring_get_MinValue, (Spring * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4EB00, void, Spring_set_MinValue, (Spring * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01D57F40, Vector3, Spring_get_MaxValue, (Spring * __this, MethodInfo * method)); DO_APP_FUNC(0x01D57F60, void, Spring_set_MaxValue, (Spring * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01D57F70, Vector3, Spring_get_Value, (Spring * __this, MethodInfo * method)); DO_APP_FUNC(0x01D57F90, void, Spring_set_Value, (Spring * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01D3F4C0, Vector3, Spring_get_Velocity, (Spring * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3F4E0, void, Spring_set_Velocity, (Spring * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01D57FA0, Vector3, Spring_get_RestValue, (Spring * __this, MethodInfo * method)); DO_APP_FUNC(0x01D57FC0, void, Spring_set_RestValue, (Spring * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00977530, void, Spring_set_TimeScale, (Spring * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D580C0, void, Spring__ctor, (Spring * __this, MethodInfo * method)); DO_APP_FUNC(0x01D58130, void, Spring__ctor_1, (Spring * __this, float stiffness, float damping, MethodInfo * method)); DO_APP_FUNC(0x01D581A0, void, Spring_Initialize, (Spring * __this, bool rotationalSpring, bool fixedUpdate, MethodInfo * method)); DO_APP_FUNC(0x01D584C0, void, Spring_Tick, (Spring * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8F98, Spring_Tick__MethodInfo); DO_APP_FUNC(0x01D58840, void, Spring_Calculate, (Spring * __this, MethodInfo * method)); DO_APP_FUNC(0x01D58AC0, void, Spring_Move, (Spring * __this, MethodInfo * method)); DO_APP_FUNC(0x01D58C10, void, Spring_AddForce, (Spring * __this, Vector3 force, MethodInfo * method)); DO_APP_FUNC(0x01D58C40, void, Spring_AddForce_1, (Spring * __this, Vector3 force, int32_t frames, MethodInfo * method)); DO_APP_FUNC(0x01D58E10, void, Spring_AddForceInternal, (Spring * __this, Vector3 force, MethodInfo * method)); DO_APP_FUNC(0x01D58FF0, void, Spring_AddSoftForce, (Spring * __this, Vector3 force, float frames, MethodInfo * method)); DO_APP_FUNC(0x01D59180, void, Spring_Reset, (Spring * __this, MethodInfo * method)); DO_APP_FUNC(0x01D59270, void, Spring_Stop, (Spring * __this, bool includeSoftForce, MethodInfo * method)); DO_APP_FUNC(0x01D59350, void, Spring_Destroy, (Spring * __this, MethodInfo * method)); DO_APP_FUNC(0x01D59440, void, Spring_Finalize, (Spring * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, ItemDefinitionBase *, Item_get_ItemDefinition, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, Item_set_ItemDefinition, (Item * __this, ItemDefinitionBase * value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, Item_get_SlotID, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, Item_set_SlotID, (Item * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, int32_t, Item_get_AnimatorItemID, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD10, void, Item_set_AnimatorItemID, (Item * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, Item_get_AnimatorMovementSetID, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5310, void, Item_set_AnimatorMovementSetID, (Item * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x006113E0, bool, Item_get_DominantItem, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x01D59480, void, Item_set_DominantItem, (Item * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009C67C0, bool, Item_get_UniqueItemSet, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x01D59570, void, Item_set_UniqueItemSet, (Item * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D59580, bool, Item_get_AllowCameraZoom, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x01D59590, void, Item_set_AllowCameraZoom, (Item * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, GameObject *, Item_get_DropPrefab, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, Item_set_DropPrefab, (Item * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x008CC030, float, Item_get_DropVelocityMultiplier, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x008CC040, void, Item_set_DropVelocityMultiplier, (Item * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x006104D0, bool, Item_get_FullInventoryDrop, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x01D595A0, void, Item_set_FullInventoryDrop, (Item * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x012AE140, bool, Item_get_DropConsumableItems, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x01D595B0, void, Item_set_DropConsumableItems, (Item * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, AnimationEventTrigger *, Item_get_EquipEvent, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, Item_set_EquipEvent, (Item * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, AnimationEventTrigger *, Item_get_EquipCompleteEvent, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, Item_set_EquipCompleteEvent, (Item * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, AnimatorAudioStateSet *, Item_get_EquipAnimatorAudioStateSet, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, Item_set_EquipAnimatorAudioStateSet, (Item * __this, AnimatorAudioStateSet * value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, AnimationEventTrigger *, Item_get_UnequipEvent, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, Item_set_UnequipEvent, (Item * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x003C7000, AnimationEventTrigger *, Item_get_UnequipCompleteEvent, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, Item_set_UnequipCompleteEvent, (Item * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x003C7010, AnimatorAudioStateSet *, Item_get_UnequipAnimatorAudioStateSet, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, Item_set_UnequipAnimatorAudioStateSet, (Item * __this, AnimatorAudioStateSet * value, MethodInfo * method)); DO_APP_FUNC(0x00AC7870, int32_t, Item_get_UIMonitorID, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC7880, void, Item_set_UIMonitorID, (Item * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C7030, Sprite *, Item_get_Icon, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, Item_set_Icon, (Item * __this, Sprite * value, MethodInfo * method)); DO_APP_FUNC(0x005FC5C0, bool, Item_get_ShowCrosshairsOnAim, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x004841B0, void, Item_set_ShowCrosshairsOnAim, (Item * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00A90540, Sprite *, Item_get_CenterCrosshairs, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7CDE0, float, Item_get_QuadrantOffset, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D180, void, Item_set_QuadrantOffset, (Item * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00A7D190, float, Item_get_MaxQuadrantSpread, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D1A0, void, Item_set_MaxQuadrantSpread, (Item * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00A7D1B0, float, Item_get_QuadrantSpreadDamping, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D1C0, void, Item_set_QuadrantSpreadDamping, (Item * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003BF700, Sprite *, Item_get_LeftCrosshairs, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x00473D30, Sprite *, Item_get_TopCrosshairs, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C80, Sprite *, Item_get_RightCrosshairs, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x0070EC40, Sprite *, Item_get_BottomCrosshairs, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x01B55920, bool, Item_get_ShowFullScreenUI, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x01D595C0, void, Item_set_ShowFullScreenUI, (Item * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01B3EB30, int32_t, Item_get_FullScreenUIID, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x01D59700, void, Item_set_FullScreenUIID, (Item * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x004F66F0, UnityEvent *, Item_get_PickupItemEvent, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x004F6700, void, Item_set_PickupItemEvent, (Item * __this, UnityEvent * value, MethodInfo * method)); DO_APP_FUNC(0x00675FE0, UnityEvent *, Item_get_EquipItemEvent, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x00675F80, void, Item_set_EquipItemEvent, (Item * __this, UnityEvent * value, MethodInfo * method)); DO_APP_FUNC(0x00AC8DB0, UnityEvent *, Item_get_UnequipItemEvent, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8DC0, void, Item_set_UnequipItemEvent, (Item * __this, UnityEvent * value, MethodInfo * method)); DO_APP_FUNC(0x009E4000, UnityEvent *, Item_get_DropItemEvent, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8E20, void, Item_set_DropItemEvent, (Item * __this, UnityEvent * value, MethodInfo * method)); DO_APP_FUNC(0x007F4830, PerspectiveItem *, Item_get_ActivePerspectiveItem, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACEE50, PerspectiveItem *, Item_get_FirstPersonPerspectiveItem, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC90A0, IItemIdentifier *, Item_get_ItemIdentifier, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC90B0, void, Item_set_ItemIdentifier, (Item * __this, IItemIdentifier * value, MethodInfo * method)); DO_APP_FUNC(0x006EB170, PerspectiveItem *, Item_get_ThirdPersonPerspectiveItem, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7780, ItemAction__Array *, Item_get_ItemActions, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x01D59710, bool, Item_get_VisibleObjectActive, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x01D59720, void, Item_Awake, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x01D5A8D0, void, Item_Start, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x01D5AD60, void, Item_Pickup, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x01D5B000, ItemAction *, Item_GetItemAction, (Item * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01D5B0F0, void, Item_WillEquip, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x01D5B180, void, Item_StartEquip, (Item * __this, bool immediateEquip, MethodInfo * method)); DO_APP_FUNC(0x01D5B420, void, Item_Equip, (Item * __this, bool immediateEquip, MethodInfo * method)); DO_APP_FUNC(0x01D5B670, void, Item_Move, (Item * __this, float horizontalMovement, float verticalMovement, MethodInfo * method)); DO_APP_FUNC(0x01D5B8A0, void, Item_StartUnequip, (Item * __this, bool immediateUnequip, MethodInfo * method)); DO_APP_FUNC(0x01D5BBA0, void, Item_Unequip, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x01D5BF40, void, Item_SetVisibleObjectActive, (Item * __this, bool active, MethodInfo * method)); DO_APP_FUNC(0x01D5C2E0, GameObject *, Item_GetVisibleObject, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x01D5C310, bool, Item_IsActive, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x01D59580, bool, Item_CanCameraZoom, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x01D5C350, void, Item_SnapAnimator, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x01D5C690, void, Item_SetHorizontalMovementParameter, (Item * __this, float value, float timeScale, float dampingTime, MethodInfo * method)); DO_APP_FUNC(0x01D5CA20, void, Item_SetForwardMovementParameter, (Item * __this, float value, float timeScale, float dampingTime, MethodInfo * method)); DO_APP_FUNC(0x01D5CDB0, void, Item_SetPitchParameter, (Item * __this, float value, float timeScale, float dampingTime, MethodInfo * method)); DO_APP_FUNC(0x01D5D140, void, Item_SetYawParameter, (Item * __this, float value, float timeScale, float dampingTime, MethodInfo * method)); DO_APP_FUNC(0x01D5D4D0, void, Item_SetMovingParameter, (Item * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D5D820, void, Item_SetAimingParameter, (Item * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D5DB70, void, Item_SetMovementSetIDParameter, (Item * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D5DEC0, void, Item_SetAbilityIndexParameter, (Item * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D5E210, void, Item_SetAbilityIntDataParameter, (Item * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D5E560, void, Item_SetAbilityFloatDataParameter, (Item * __this, float value, float timeScale, float dampingTime, MethodInfo * method)); DO_APP_FUNC(0x01D5E8F0, void, Item_SetSpeedParameter, (Item * __this, float value, float timeScale, float dampingTime, MethodInfo * method)); DO_APP_FUNC(0x01D5EC80, void, Item_SetHeightParameter, (Item * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D5EFD0, void, Item_SetItemIDParameter, (Item * __this, int32_t slotID, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D5F340, void, Item_SetItemStateIndexParameter, (Item * __this, int32_t slotID, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D5F6B0, void, Item_SetItemSubstateIndexParameter, (Item * __this, int32_t slotID, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D5FA20, void, Item_OnChangePerspectives, (Item * __this, bool firstPersonPerspective, MethodInfo * method)); DO_APP_FUNC(0x01D5FC60, void, Item_Drop, (Item * __this, int32_t amount, bool forceDrop, MethodInfo * method)); DO_APP_FUNC(0x01D5FC80, void, Item_Drop_1, (Item * __this, int32_t amount, bool forceDrop, bool remove, MethodInfo * method)); DO_APP_FUNC(0x01D60BC0, void, Item_Remove, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x01D60E40, void, Item_OnDestroy, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x01D60F70, Item *, Item_SpawnItem, (GameObject * character, Item * item, MethodInfo * method)); DO_APP_FUNC(0x01D614C0, void, Item__ctor, (Item * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, ItemPerspectiveProperties_get_ActionID, (ItemPerspectiveProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, ItemPerspectiveProperties_set_ActionID, (ItemPerspectiveProperties * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D61810, void, ItemPerspectiveProperties_Awake, (ItemPerspectiveProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F670, void, ItemPerspectiveProperties__ctor, (ItemPerspectiveProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ItemPlacement__ctor, (ItemPlacement * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, ItemSlot_get_ID, (ItemSlot * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, ItemSlot_set_ID, (ItemSlot * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ItemSlot__ctor, (ItemSlot * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, GameObject *, PerspectiveItem_get_Object, (PerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, PerspectiveItem_set_Object, (PerspectiveItem * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x01D61B40, bool, PerspectiveItem_Initialize, (PerspectiveItem * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PerspectiveItem_ItemStarted, (PerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D623C0, bool, PerspectiveItem_IsActive, (PerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D62420, void, PerspectiveItem_SetActive, (PerspectiveItem * __this, bool active, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, GameObject *, PerspectiveItem_GetVisibleObject, (PerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PerspectiveItem_Pickup, (PerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PerspectiveItem_StartEquip, (PerspectiveItem * __this, bool immediateEquip, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PerspectiveItem_Move, (PerspectiveItem * __this, float horizontalMovement, float verticalMovement, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PerspectiveItem_StartUnequip, (PerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PerspectiveItem_Unequip, (PerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D62490, void, PerspectiveItem_Remove, (PerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F670, void, PerspectiveItem__ctor, (PerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D625E0, void, AnimatorAudioStateSelector_Initialize, (AnimatorAudioStateSelector * __this, GameObject * gameObject, UltimateCharacterLocomotion * characterLocomotion, Item * item, AnimatorAudioStateSet_AnimatorAudioState__Array * states, MethodInfo * method)); DO_APP_FUNC(0x01D627A0, void, AnimatorAudioStateSelector_StartStopStateSelection, (AnimatorAudioStateSelector * __this, bool start, MethodInfo * method)); DO_APP_FUNC(0x006FEBF0, int32_t, AnimatorAudioStateSelector_GetStateIndex, (AnimatorAudioStateSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, AnimatorAudioStateSelector_NextState, (AnimatorAudioStateSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x01D62820, bool, AnimatorAudioStateSelector_IsStateValid, (AnimatorAudioStateSelector * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, AnimatorAudioStateSelector_GetAdditionalItemSubstateIndex, (AnimatorAudioStateSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AnimatorAudioStateSelector_OnDestroy, (AnimatorAudioStateSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AnimatorAudioStateSelector__ctor, (AnimatorAudioStateSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Serialization *, AnimatorAudioStateSet_get_AnimatorAudioStateSelectorData, (AnimatorAudioStateSet * __this, MethodInfo * method)); DO_APP_FUNC(0x01D628D0, void, AnimatorAudioStateSet_set_AnimatorAudioStateSelectorData, (AnimatorAudioStateSet * __this, Serialization * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, AnimatorAudioStateSet_AnimatorAudioState__Array *, AnimatorAudioStateSet_get_States, (AnimatorAudioStateSet * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, AnimatorAudioStateSet_set_States, (AnimatorAudioStateSet * __this, AnimatorAudioStateSet_AnimatorAudioState__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01D62980, AnimatorAudioStateSelector *, AnimatorAudioStateSet_get_AnimatorAudioStateSelector, (AnimatorAudioStateSet * __this, MethodInfo * method)); DO_APP_FUNC(0x01D629F0, void, AnimatorAudioStateSet__ctor, (AnimatorAudioStateSet * __this, MethodInfo * method)); DO_APP_FUNC(0x01D62BA0, void, AnimatorAudioStateSet__ctor_1, (AnimatorAudioStateSet * __this, int32_t itemSubstateParameter, MethodInfo * method)); DO_APP_FUNC(0x01D62DE0, void, AnimatorAudioStateSet_DeserializeAnimatorAudioStateSelector, (AnimatorAudioStateSet * __this, Item * item, UltimateCharacterLocomotion * characterLocomotion, MethodInfo * method)); DO_APP_FUNC(0x01D630D0, void, AnimatorAudioStateSet_Awake, (AnimatorAudioStateSet * __this, GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x01D63160, int32_t, AnimatorAudioStateSet_GetStateIndex, (AnimatorAudioStateSet * __this, MethodInfo * method)); DO_APP_FUNC(0x01D631B0, void, AnimatorAudioStateSet_StartStopStateSelection, (AnimatorAudioStateSet * __this, bool start, MethodInfo * method)); DO_APP_FUNC(0x01D631E0, int32_t, AnimatorAudioStateSet_GetItemSubstateIndex, (AnimatorAudioStateSet * __this, MethodInfo * method)); DO_APP_FUNC(0x01D63290, void, AnimatorAudioStateSet_PlayAudioClip, (AnimatorAudioStateSet * __this, GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x01D632A0, void, AnimatorAudioStateSet_PlayAudioClip_1, (AnimatorAudioStateSet * __this, GameObject * gameObject, int32_t reservedIndex, MethodInfo * method)); DO_APP_FUNC(0x01D63340, bool, AnimatorAudioStateSet_NextState, (AnimatorAudioStateSet * __this, MethodInfo * method)); DO_APP_FUNC(0x01D63370, void, AnimatorAudioStateSet_OnDestroy, (AnimatorAudioStateSet * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, AnimatorAudioStateSet_AnimatorAudioState_get_Enabled, (AnimatorAudioStateSet_AnimatorAudioState * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, AnimatorAudioStateSet_AnimatorAudioState_set_Enabled, (AnimatorAudioStateSet_AnimatorAudioState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF3A0, bool, AnimatorAudioStateSet_AnimatorAudioState_get_AllowDuringMovement, (AnimatorAudioStateSet_AnimatorAudioState * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3B0, void, AnimatorAudioStateSet_AnimatorAudioState_set_AllowDuringMovement, (AnimatorAudioStateSet_AnimatorAudioState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF3C0, bool, AnimatorAudioStateSet_AnimatorAudioState_get_RequireGrounded, (AnimatorAudioStateSet_AnimatorAudioState * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3D0, void, AnimatorAudioStateSet_AnimatorAudioState_set_RequireGrounded, (AnimatorAudioStateSet_AnimatorAudioState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, AnimatorAudioStateSet_AnimatorAudioState_get_StateName, (AnimatorAudioStateSet_AnimatorAudioState * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, AnimatorAudioStateSet_AnimatorAudioState_set_StateName, (AnimatorAudioStateSet_AnimatorAudioState * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, AnimatorAudioStateSet_AnimatorAudioState_get_ItemSubstateIndex, (AnimatorAudioStateSet_AnimatorAudioState * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, AnimatorAudioStateSet_AnimatorAudioState_set_ItemSubstateIndex, (AnimatorAudioStateSet_AnimatorAudioState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, AudioClipSet *, AnimatorAudioStateSet_AnimatorAudioState_get_AudioClipSet, (AnimatorAudioStateSet_AnimatorAudioState * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, AnimatorAudioStateSet_AnimatorAudioState_set_AudioClipSet, (AnimatorAudioStateSet_AnimatorAudioState * __this, AudioClipSet * value, MethodInfo * method)); DO_APP_FUNC(0x01D63390, void, AnimatorAudioStateSet_AnimatorAudioState__ctor, (AnimatorAudioStateSet_AnimatorAudioState * __this, MethodInfo * method)); DO_APP_FUNC(0x01D63440, void, AnimatorAudioStateSet_AnimatorAudioState__ctor_1, (AnimatorAudioStateSet_AnimatorAudioState * __this, int32_t itemSubstateIndex, MethodInfo * method)); DO_APP_FUNC(0x01D634F0, void, AnimatorAudioStateSet_AnimatorAudioState_PlayAudioClip, (AnimatorAudioStateSet_AnimatorAudioState * __this, GameObject * gameObject, int32_t reservedIndex, MethodInfo * method)); DO_APP_FUNC(0x01D63520, void, Random_1_Initialize, (Random_1 * __this, GameObject * gameObject, UltimateCharacterLocomotion * characterLocomotion, Item * item, AnimatorAudioStateSet_AnimatorAudioState__Array * states, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, Random_1_GetStateIndex, (Random_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D63560, bool, Random_1_NextState, (Random_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D63640, void, Random_1__ctor, (Random_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, Sequence_1_get_ResetDelay, (Sequence_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00989750, void, Sequence_1_set_ResetDelay, (Sequence_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D63650, void, Sequence_1_StartStopStateSelection, (Sequence_1 * __this, bool start, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, int32_t, Sequence_1_GetStateIndex, (Sequence_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D63770, bool, Sequence_1_NextState, (Sequence_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D63810, void, Sequence_1__ctor, (Sequence_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8DB0, AttributeModifier *, Flashlight_get_BatteryModifier, (Flashlight * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8DC0, void, Flashlight_set_BatteryModifier, (Flashlight * __this, AttributeModifier * value, MethodInfo * method)); DO_APP_FUNC(0x01D63820, void, Flashlight_Awake, (Flashlight * __this, MethodInfo * method)); DO_APP_FUNC(0x01D639C0, void, Flashlight_Start, (Flashlight * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IItemIdentifier *, Flashlight_GetConsumableItemIdentifier, (Flashlight * __this, MethodInfo * method)); DO_APP_FUNC(0x006FEBF0, int32_t, Flashlight_GetConsumableItemIdentifierAmount, (Flashlight * __this, MethodInfo * method)); DO_APP_FUNC(0x01D63CB0, bool, Flashlight_CanUseItem, (Flashlight * __this, ItemAbility * itemAbility, UsableItem_UseAbilityState__Enum abilityState, MethodInfo * method)); DO_APP_FUNC(0x01D63D10, void, Flashlight_StartItemUse, (Flashlight * __this, ItemAbility * itemAbility, MethodInfo * method)); DO_APP_FUNC(0x01D63DE0, void, Flashlight_ToggleFlashlight, (Flashlight * __this, bool active, MethodInfo * method)); DO_APP_FUNC(0x01D63EB0, void, Flashlight_OnBatteryEmpty, (Flashlight * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB4B0, Flashlight_OnBatteryEmpty__MethodInfo); DO_APP_FUNC(0x01D63EB0, void, Flashlight_StartUnequip, (Flashlight * __this, MethodInfo * method)); DO_APP_FUNC(0x01D63EC0, void, Flashlight_OnChangePerspectives, (Flashlight * __this, bool firstPersonPerspective, MethodInfo * method)); DO_APP_FUNC(0x01D64150, void, Flashlight_OnDestroy, (Flashlight * __this, MethodInfo * method)); DO_APP_FUNC(0x01D64250, void, Flashlight__ctor, (Flashlight * __this, MethodInfo * method)); DO_APP_FUNC(0x01D643A0, bool, GrenadeItem_get_AnimatePinRemoval, (GrenadeItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D643B0, void, GrenadeItem_set_AnimatePinRemoval, (GrenadeItem * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01901200, AnimationEventTrigger *, GrenadeItem_get_RemovePinEvent, (GrenadeItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01901210, void, GrenadeItem_set_RemovePinEvent, (GrenadeItem * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x01D643C0, void, GrenadeItem_StartItemUse, (GrenadeItem * __this, ItemAbility * itemAbility, MethodInfo * method)); DO_APP_FUNC(0x01D64820, void, GrenadeItem_RemovePin, (GrenadeItem * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB428, GrenadeItem_RemovePin__MethodInfo); DO_APP_FUNC(0x01D64950, void, GrenadeItem__ctor, (GrenadeItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, ItemAction_get_ID, (ItemAction * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, ItemAction_set_ID, (ItemAction * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Item *, ItemAction_get_Item, (ItemAction * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, ItemPerspectiveProperties *, ItemAction_get_FirstPersonPerspectiveProperties, (ItemAction * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, ItemPerspectiveProperties *, ItemAction_get_ThirdPersonPerspectiveProperties, (ItemAction * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, ItemPerspectiveProperties *, ItemAction_get_ActivePerspectiveProperties, (ItemAction * __this, MethodInfo * method)); DO_APP_FUNC(0x01D64B40, void, ItemAction_Awake, (ItemAction * __this, MethodInfo * method)); DO_APP_FUNC(0x01D64FE0, void, ItemAction_Start, (ItemAction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ItemAction_Pickup, (ItemAction * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ItemAction_CanActivateVisibleObject, (ItemAction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ItemAction_WillEquip, (ItemAction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ItemAction_Equip, (ItemAction * __this, MethodInfo * method)); DO_APP_FUNC(0x01D651A0, void, ItemAction_OnChangePerspectives, (ItemAction * __this, bool firstPersonPerspective, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ItemAction_StartUnequip, (ItemAction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ItemAction_Unequip, (ItemAction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ItemAction_Remove, (ItemAction * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65210, void, ItemAction_OnDestroy, (ItemAction * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F670, void, ItemAction__ctor, (ItemAction * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E290, bool, MagicItem_get_RequireGrounded, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E2A0, void, MagicItem_set_RequireGrounded, (MagicItem * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D652F0, MagicItem_CastDirection__Enum, MagicItem_get_Direction, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65300, void, MagicItem_set_Direction, (MagicItem * __this, MagicItem_CastDirection__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01D65310, bool, MagicItem_get_UseLookSource, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65320, void, MagicItem_set_UseLookSource, (MagicItem * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D65330, float, MagicItem_get_MaxDistance, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65340, void, MagicItem_set_MaxDistance, (MagicItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D65350, float, MagicItem_get_Radius, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65360, void, MagicItem_set_Radius, (MagicItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D65370, LayerMask, MagicItem_get_DetectLayers, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65380, void, MagicItem_set_DetectLayers, (MagicItem * __this, LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x01D0DBF0, float, MagicItem_get_MaxAngle, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0DC00, void, MagicItem_set_MaxAngle, (MagicItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01025880, int32_t, MagicItem_get_TargetCount, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65390, void, MagicItem_set_TargetCount, (MagicItem * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00AC90A0, Transform *, MagicItem_get_SurfaceIndicator, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D653A0, Vector3, MagicItem_get_SurfaceIndicatorOffset, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D653C0, void, MagicItem_set_SurfaceIndicatorOffset, (MagicItem * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01D653E0, MagicItem_CastUseType__Enum, MagicItem_get_UseType, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D653F0, void, MagicItem_set_UseType, (MagicItem * __this, MagicItem_CastUseType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01D65400, float, MagicItem_get_MinContinuousUseDuration, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65410, void, MagicItem_set_MinContinuousUseDuration, (MagicItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D65420, bool, MagicItem_get_ContinuousCast, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65430, void, MagicItem_set_ContinuousCast, (MagicItem * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D65440, int32_t, MagicItem_get_UseAmount, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65450, void, MagicItem_set_UseAmount, (MagicItem * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D65460, MagicItem_CastInterruptSource__Enum, MagicItem_get_InterruptSource, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65470, void, MagicItem_set_InterruptSource, (MagicItem * __this, MagicItem_CastInterruptSource__Enum value, MethodInfo * method)); DO_APP_FUNC(0x004FC820, SurfaceImpact *, MagicItem_get_SurfaceImpact, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC830, void, MagicItem_set_SurfaceImpact, (MagicItem * __this, SurfaceImpact * value, MethodInfo * method)); DO_APP_FUNC(0x005E89C0, int32_t, MagicItem_get_CanStopSubstateIndexAddition, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89D0, void, MagicItem_set_CanStopSubstateIndexAddition, (MagicItem * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x004FC900, Serialization__Array *, MagicItem_get_BeginActionData, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65480, void, MagicItem_set_BeginActionData, (MagicItem * __this, Serialization__Array * value, MethodInfo * method)); DO_APP_FUNC(0x004FC970, Serialization__Array *, MagicItem_get_CastActionData, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65540, void, MagicItem_set_CastActionData, (MagicItem * __this, Serialization__Array * value, MethodInfo * method)); DO_APP_FUNC(0x005E7780, Serialization__Array *, MagicItem_get_ImpactActionData, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65600, void, MagicItem_set_ImpactActionData, (MagicItem * __this, Serialization__Array * value, MethodInfo * method)); DO_APP_FUNC(0x00ACF280, Serialization__Array *, MagicItem_get_EndActionData, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D656C0, void, MagicItem_set_EndActionData, (MagicItem * __this, Serialization__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, GameObject *, MagicItem_get_Character, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x007086F0, IMagicItemPerspectiveProperties *, MagicItem_get_MagicItemPerspectiveProperties, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65780, BeginEndAction__Array *, MagicItem_get_BeginActions, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00708770, void, MagicItem_set_BeginActions, (MagicItem * __this, BeginEndAction__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01D657F0, CastAction__Array *, MagicItem_get_CastActions, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x009D17E0, void, MagicItem_set_CastActions, (MagicItem * __this, CastAction__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01D65860, ImpactAction__Array *, MagicItem_get_ImpactActions, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, MagicItem_set_ImpactActions, (MagicItem * __this, ImpactAction__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01D658D0, BeginEndAction__Array *, MagicItem_get_EndActions, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, MagicItem_set_EndActions, (MagicItem * __this, BeginEndAction__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01D65940, void, MagicItem_Awake, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65E80, void, MagicItem_DeserializeBeginActions, (MagicItem * __this, bool forceDeserialization, MethodInfo * method)); DO_APP_FUNC(0x01D661A0, void, MagicItem_DeserializeCastActions, (MagicItem * __this, bool forceDeserialization, MethodInfo * method)); DO_APP_FUNC(0x01D664B0, void, MagicItem_DeserializeImpactActions, (MagicItem * __this, bool forceDeserialization, MethodInfo * method)); DO_APP_FUNC(0x01D667C0, void, MagicItem_DeserializeEndActions, (MagicItem * __this, bool forceDeserialization, MethodInfo * method)); DO_APP_FUNC(0x01D66AE0, void, MagicItem_Start, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D66DD0, void, MagicItem_Equip, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D66FC0, bool, MagicItem_CanUseItem, (MagicItem * __this, ItemAbility * itemAbility, UsableItem_UseAbilityState__Enum abilityState, MethodInfo * method)); DO_APP_FUNC(0x01D670B0, bool, MagicItem_CanStartAbility, (MagicItem * __this, Ability * ability, MethodInfo * method)); DO_APP_FUNC(0x01D671A0, void, MagicItem_StartItemUse, (MagicItem * __this, ItemAbility * itemAbility, MethodInfo * method)); DO_APP_FUNC(0x01D672F0, void, MagicItem_StartStopBeginEndActions, (MagicItem * __this, bool beginActions, bool start, bool networkEvent, MethodInfo * method)); DO_APP_FUNC(0x01D673F0, void, MagicItem_UseItem, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D678A0, void, MagicItem_DetermineTargetColliders, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D680F0, bool, MagicItem_DetermineCastValues, (MagicItem * __this, int32_t index, Vector3 * direction, Vector3 * position, Vector3 * normal, MethodInfo * method)); DO_APP_FUNC(0x01D68A30, void, MagicItem_UseItemUpdate, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D68AB0, bool, MagicItem_IsItemUsePending, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D68AE0, int32_t, MagicItem_GetItemSubstateIndex, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D68B50, void, MagicItem_ItemUseComplete, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D68BD0, void, MagicItem_LateUpdate, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D69200, void, MagicItem_PerformImpact, (MagicItem * __this, uint32_t castID, GameObject * source, GameObject * target, RaycastHit hit, MethodInfo * method)); DO_APP_FUNC(0x01D69490, bool, MagicItem_IsValidCollisionObject, (MagicItem * __this, GameObject * other, MethodInfo * method)); DO_APP_FUNC(0x01D69570, void, MagicItem_InterruptImpact, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D69580, void, MagicItem_TryStopItemUse, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D69680, bool, MagicItem_CanStopItemUse, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D69740, void, MagicItem_StopItemUse, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D697F0, void, MagicItem_StartUnequip, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D69A00, void, MagicItem_Unequip, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D69C10, void, MagicItem_OnMoving, (MagicItem * __this, bool moving, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB300, MagicItem_OnMoving__MethodInfo); DO_APP_FUNC(0x01D69C80, void, MagicItem_OnAbilityActive, (MagicItem * __this, Ability * ability, bool active, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB320, MagicItem_OnAbilityActive__MethodInfo); DO_APP_FUNC(0x01D69DA0, void, MagicItem_OnDamage, (MagicItem * __this, float amount, Vector3 position, Vector3 force, GameObject * attacker, Collider * hitCollider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB310, MagicItem_OnDamage__MethodInfo); DO_APP_FUNC(0x01D69E10, void, MagicItem_OnChangePerspectives, (MagicItem * __this, bool firstPersonPerspective, MethodInfo * method)); DO_APP_FUNC(0x01D6A3C0, void, MagicItem_OnDestroy, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A590, void, MagicItem__ctor, (MagicItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8DB0, ItemDefinitionBase *, ShootableWeapon_get_ConsumableItemDefinition, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8DC0, void, ShootableWeapon_set_ConsumableItemDefinition, (ShootableWeapon * __this, ItemDefinitionBase * value, MethodInfo * method)); DO_APP_FUNC(0x01D6A630, ShootableWeapon_FireMode__Enum, ShootableWeapon_get_Mode, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A640, void, ShootableWeapon_set_Mode, (ShootableWeapon * __this, ShootableWeapon_FireMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0101D8B0, ShootableWeapon_FireType__Enum, ShootableWeapon_get_Type, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D8C0, void, ShootableWeapon_set_Type, (ShootableWeapon * __this, ShootableWeapon_FireType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01D65350, float, ShootableWeapon_get_MinChargeLength, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65360, void, ShootableWeapon_set_MinChargeLength, (ShootableWeapon * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D0DBD0, float, ShootableWeapon_get_FullChargeLength, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0DBE0, void, ShootableWeapon_set_FullChargeLength, (ShootableWeapon * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D6A650, int32_t, ShootableWeapon_get_ChargeItemSubstateParameterValue, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A660, void, ShootableWeapon_set_ChargeItemSubstateParameterValue, (ShootableWeapon * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D0DC10, float, ShootableWeapon_get_MinChargeStrength, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0DC20, void, ShootableWeapon_set_MinChargeStrength, (ShootableWeapon * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C28C0, AudioClipSet *, ShootableWeapon_get_ChargeAudioClipSet, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x003C28D0, void, ShootableWeapon_set_ChargeAudioClipSet, (ShootableWeapon * __this, AudioClipSet * value, MethodInfo * method)); DO_APP_FUNC(0x01D6A670, int32_t, ShootableWeapon_get_FireCount, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A680, void, ShootableWeapon_set_FireCount, (ShootableWeapon * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D6A690, int32_t, ShootableWeapon_get_BurstCount, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A6A0, void, ShootableWeapon_set_BurstCount, (ShootableWeapon * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D6A6B0, float, ShootableWeapon_get_BurstDelay, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A6C0, void, ShootableWeapon_set_BurstDelay, (ShootableWeapon * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D6A6D0, float, ShootableWeapon_get_Spread, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A6E0, void, ShootableWeapon_set_Spread, (ShootableWeapon * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0066A5D0, bool, ShootableWeapon_get_FireInLookSourceDirection, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A6F0, void, ShootableWeapon_set_FireInLookSourceDirection, (ShootableWeapon * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006EB170, GameObject *, ShootableWeapon_get_Projectile, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A700, void, ShootableWeapon_set_Projectile, (ShootableWeapon * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x01D6A760, float, ShootableWeapon_get_ProjectileFireVelocityMagnitude, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A770, void, ShootableWeapon_set_ProjectileFireVelocityMagnitude, (ShootableWeapon * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D65460, ShootableWeapon_ProjectileVisiblityType__Enum, ShootableWeapon_get_ProjectileVisiblity, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65470, void, ShootableWeapon_set_ProjectileVisiblity, (ShootableWeapon * __this, ShootableWeapon_ProjectileVisiblityType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00C6C380, int32_t, ShootableWeapon_get_ProjectileStartLayer, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A780, void, ShootableWeapon_set_ProjectileStartLayer, (ShootableWeapon * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D6A8F0, int32_t, ShootableWeapon_get_ProjectileFiredLayer, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A900, void, ShootableWeapon_set_ProjectileFiredLayer, (ShootableWeapon * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x005E7740, float, ShootableWeapon_get_LayerChangeDelay, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7750, void, ShootableWeapon_set_LayerChangeDelay, (ShootableWeapon * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CAD380, float, ShootableWeapon_get_ProjectileEnableDelayAfterOtherUse, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD390, void, ShootableWeapon_set_ProjectileEnableDelayAfterOtherUse, (ShootableWeapon * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CB8600, int32_t, ShootableWeapon_get_DryFireItemSubstateParameterValue, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB8610, void, ShootableWeapon_set_DryFireItemSubstateParameterValue, (ShootableWeapon * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x004FC970, AudioClipSet *, ShootableWeapon_get_DryFireAudioClipSet, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC980, void, ShootableWeapon_set_DryFireAudioClipSet, (ShootableWeapon * __this, AudioClipSet * value, MethodInfo * method)); DO_APP_FUNC(0x01D6A910, float, ShootableWeapon_get_HitscanFireDelay, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A920, void, ShootableWeapon_set_HitscanFireDelay, (ShootableWeapon * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0098F240, float, ShootableWeapon_get_HitscanFireRange, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A930, void, ShootableWeapon_set_HitscanFireRange, (ShootableWeapon * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00422B30, LayerMask, ShootableWeapon_get_ImpactLayers, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x00422B40, void, ShootableWeapon_set_ImpactLayers, (ShootableWeapon * __this, LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x01D6A940, QueryTriggerInteraction__Enum, ShootableWeapon_get_HitscanTriggerInteraction, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A950, void, ShootableWeapon_set_HitscanTriggerInteraction, (ShootableWeapon * __this, QueryTriggerInteraction__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01D6A960, float, ShootableWeapon_get_DamageAmount, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A970, void, ShootableWeapon_set_DamageAmount, (ShootableWeapon * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D6A980, float, ShootableWeapon_get_ImpactForce, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A990, void, ShootableWeapon_set_ImpactForce, (ShootableWeapon * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D6A9A0, int32_t, ShootableWeapon_get_ImpactForceFrames, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A9B0, void, ShootableWeapon_set_ImpactForceFrames, (ShootableWeapon * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D3A1F0, String *, ShootableWeapon_get_ImpactStateName, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A200, void, ShootableWeapon_set_ImpactStateName, (ShootableWeapon * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01D6A9C0, float, ShootableWeapon_get_ImpactStateDisableTimer, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A9D0, void, ShootableWeapon_set_ImpactStateDisableTimer, (ShootableWeapon * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00708760, SurfaceImpact *, ShootableWeapon_get_SurfaceImpact, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x00708770, void, ShootableWeapon_set_SurfaceImpact, (ShootableWeapon * __this, SurfaceImpact * value, MethodInfo * method)); DO_APP_FUNC(0x007087D0, int32_t, ShootableWeapon_get_ClipSize, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x007087E0, void, ShootableWeapon_set_ClipSize, (ShootableWeapon * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x007087F0, Reload_AutoReloadType__Enum, ShootableWeapon_get_AutoReload, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x00708800, void, ShootableWeapon_set_AutoReload, (ShootableWeapon * __this, Reload_AutoReloadType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x009DD520, ShootableWeapon_ReloadClipType__Enum, ShootableWeapon_get_ReloadType, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A9E0, void, ShootableWeapon_set_ReloadType, (ShootableWeapon * __this, ShootableWeapon_ReloadClipType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01D6A9F0, bool, ShootableWeapon_get_CanCameraZoom, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6AA00, void, ShootableWeapon_set_CanCameraZoom, (ShootableWeapon * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D6AA10, bool, ShootableWeapon_get_ReloadCrosshairsSpread, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6AA20, void, ShootableWeapon_set_ReloadCrosshairsSpread, (ShootableWeapon * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, AnimatorAudioStateSet *, ShootableWeapon_get_ReloadAnimatorAudioStateSet, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, ShootableWeapon_set_ReloadAnimatorAudioStateSet, (ShootableWeapon * __this, AnimatorAudioStateSet * value, MethodInfo * method)); DO_APP_FUNC(0x01900D30, AnimationEventTrigger *, ShootableWeapon_get_ReloadEvent, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, ShootableWeapon_set_ReloadEvent, (ShootableWeapon * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, AnimationEventTrigger *, ShootableWeapon_get_ReloadCompleteEvent, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, ShootableWeapon_set_ReloadCompleteEvent, (ShootableWeapon * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, AudioClipSet *, ShootableWeapon_get_ReloadCompleteAudioClipSet, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, ShootableWeapon_set_ReloadCompleteAudioClipSet, (ShootableWeapon * __this, AudioClipSet * value, MethodInfo * method)); DO_APP_FUNC(0x01D6AA30, bool, ShootableWeapon_get_ReloadDetachAttachClip, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6AA40, void, ShootableWeapon_set_ReloadDetachAttachClip, (ShootableWeapon * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, AnimationEventTrigger *, ShootableWeapon_get_ReloadDetachClipEvent, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, ShootableWeapon_set_ReloadDetachClipEvent, (ShootableWeapon * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x01900E10, AnimationEventTrigger *, ShootableWeapon_get_ReloadShowProjectileEvent, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E20, void, ShootableWeapon_set_ReloadShowProjectileEvent, (ShootableWeapon * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x01900E80, AnimationEventTrigger *, ShootableWeapon_get_ReloadAttachProjectileEvent, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E90, void, ShootableWeapon_set_ReloadAttachProjectileEvent, (ShootableWeapon * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x01900EF0, GameObject *, ShootableWeapon_get_ReloadDropClip, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F00, void, ShootableWeapon_set_ReloadDropClip, (ShootableWeapon * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x01D6AA50, float, ShootableWeapon_get_ReloadClipLayerChangeDelay, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6AA60, void, ShootableWeapon_set_ReloadClipLayerChangeDelay, (ShootableWeapon * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D6AA70, int32_t, ShootableWeapon_get_ReloadClipTargetLayer, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6AA80, void, ShootableWeapon_set_ReloadClipTargetLayer, (ShootableWeapon * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01900FD0, AnimationEventTrigger *, ShootableWeapon_get_ReloadDropClipEvent, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01900FE0, void, ShootableWeapon_set_ReloadDropClipEvent, (ShootableWeapon * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x01901040, AnimationEventTrigger *, ShootableWeapon_get_ReloadAttachClipEvent, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01901050, void, ShootableWeapon_set_ReloadAttachClipEvent, (ShootableWeapon * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x01D6AA90, MinMaxVector3, ShootableWeapon_get_PositionRecoil, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6AAC0, void, ShootableWeapon_set_PositionRecoil, (ShootableWeapon * __this, MinMaxVector3 value, MethodInfo * method)); DO_APP_FUNC(0x01D6AAE0, MinMaxVector3, ShootableWeapon_get_RotationRecoil, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6AB10, void, ShootableWeapon_set_RotationRecoil, (ShootableWeapon * __this, MinMaxVector3 value, MethodInfo * method)); DO_APP_FUNC(0x01D6AB30, MinMaxVector3, ShootableWeapon_get_PositionCameraRecoil, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6AB60, void, ShootableWeapon_set_PositionCameraRecoil, (ShootableWeapon * __this, MinMaxVector3 value, MethodInfo * method)); DO_APP_FUNC(0x01D6AB80, MinMaxVector3, ShootableWeapon_get_RotationCameraRecoil, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6ABB0, void, ShootableWeapon_set_RotationCameraRecoil, (ShootableWeapon * __this, MinMaxVector3 value, MethodInfo * method)); DO_APP_FUNC(0x01D6ABD0, float, ShootableWeapon_get_CameraRecoilAccumulation, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6ABE0, void, ShootableWeapon_set_CameraRecoilAccumulation, (ShootableWeapon * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D6ABF0, bool, ShootableWeapon_get_LocalizeRecoilForce, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6AC00, void, ShootableWeapon_set_LocalizeRecoilForce, (ShootableWeapon * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D6AC10, GameObject *, ShootableWeapon_get_MuzzleFlash, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6AC20, void, ShootableWeapon_set_MuzzleFlash, (ShootableWeapon * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x01D6AC80, bool, ShootableWeapon_get_PoolMuzzleFlash, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6AC90, void, ShootableWeapon_set_PoolMuzzleFlash, (ShootableWeapon * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D6ACA0, GameObject *, ShootableWeapon_get_Shell, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6ACB0, void, ShootableWeapon_set_Shell, (ShootableWeapon * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x01D6AD10, MinMaxVector3, ShootableWeapon_get_ShellVelocity, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6AD40, void, ShootableWeapon_set_ShellVelocity, (ShootableWeapon * __this, MinMaxVector3 value, MethodInfo * method)); DO_APP_FUNC(0x01D6AD60, MinMaxVector3, ShootableWeapon_get_ShellTorque, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6AD90, void, ShootableWeapon_set_ShellTorque, (ShootableWeapon * __this, MinMaxVector3 value, MethodInfo * method)); DO_APP_FUNC(0x01D6ADB0, float, ShootableWeapon_get_ShellEjectDelay, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6ADC0, void, ShootableWeapon_set_ShellEjectDelay, (ShootableWeapon * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D6ADD0, GameObject *, ShootableWeapon_get_Smoke, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x00648600, void, ShootableWeapon_set_Smoke, (ShootableWeapon * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x01D6ADE0, float, ShootableWeapon_get_SmokeSpawnDelay, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6ADF0, void, ShootableWeapon_set_SmokeSpawnDelay, (ShootableWeapon * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D6AE00, GameObject *, ShootableWeapon_get_Tracer, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6AE10, void, ShootableWeapon_set_Tracer, (ShootableWeapon * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x01D6AE70, float, ShootableWeapon_get_TracerDefaultLength, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6AE80, void, ShootableWeapon_set_TracerDefaultLength, (ShootableWeapon * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D6AE90, float, ShootableWeapon_get_TracerSpawnDelay, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6AEA0, void, ShootableWeapon_set_TracerSpawnDelay, (ShootableWeapon * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D6AEB0, bool, ShootableWeapon_get_DisableScopeCameraOnNoAim, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6AEC0, void, ShootableWeapon_set_DisableScopeCameraOnNoAim, (ShootableWeapon * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D6AED0, UnityFloatVector3Vector3GameObjectEvent *, ShootableWeapon_get_OnHitscanImpactEvent, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6AEE0, void, ShootableWeapon_set_OnHitscanImpactEvent, (ShootableWeapon * __this, UnityFloatVector3Vector3GameObjectEvent * value, MethodInfo * method)); DO_APP_FUNC(0x01D6AF40, int32_t, ShootableWeapon_get_ClipRemaining, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6AF50, void, ShootableWeapon_set_ClipRemaining, (ShootableWeapon * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D6B010, IShootableWeaponPerspectiveProperties *, ShootableWeapon_get_ShootableWeaponPerspectiveProperties, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6B020, void, ShootableWeapon_Awake, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6B920, void, ShootableWeapon_Start, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6BB20, void, ShootableWeapon_WillEquip, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6C140, void, ShootableWeapon_Equip, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6C470, IItemIdentifier *, ShootableWeapon_GetConsumableItemIdentifier, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6C480, void, ShootableWeapon_SetConsumableItemIdentifierAmount, (ShootableWeapon * __this, int32_t amount, MethodInfo * method)); DO_APP_FUNC(0x01D6AF40, int32_t, ShootableWeapon_GetConsumableItemIdentifierAmount, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6C490, void, ShootableWeapon_RemoveConsumableItemIdentifierAmount, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6C4A0, int32_t, ShootableWeapon_GetItemSubstateIndex, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6C530, bool, ShootableWeapon_CanUseItem, (ShootableWeapon * __this, ItemAbility * itemAbility, UsableItem_UseAbilityState__Enum abilityState, MethodInfo * method)); DO_APP_FUNC(0x01D6C660, void, ShootableWeapon_StartItemUse, (ShootableWeapon * __this, ItemAbility * itemAbility, MethodInfo * method)); DO_APP_FUNC(0x01D6C750, void, ShootableWeapon_UseItemUpdate, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6C830, void, ShootableWeapon_UseItem, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6CAD0, bool, ShootableWeapon_IsItemUsePending, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6CAF0, void, ShootableWeapon_OnCharged, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB150, ShootableWeapon_OnCharged__MethodInfo); DO_APP_FUNC(0x01D6CBF0, void, ShootableWeapon_Fire, (ShootableWeapon * __this, float strength, MethodInfo * method)); DO_APP_FUNC(0x01D6CF10, void, ShootableWeapon_ProjectileFire, (ShootableWeapon * __this, float strength, MethodInfo * method)); DO_APP_FUNC(0x01D6DE30, void, ShootableWeapon_ChangeFiredLayer, (ShootableWeapon * __this, GameObject * projectileObject, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB128, ShootableWeapon_ChangeFiredLayer__MethodInfo); DO_APP_FUNC(0x01D6DEB0, void, ShootableWeapon_DetermineVisibleProjectile, (ShootableWeapon * __this, bool forceDisable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEAF30, ShootableWeapon_DetermineVisibleProjectile__MethodInfo); DO_APP_FUNC(0x01D6E490, void, ShootableWeapon_DetermineVisibleScopeCamera, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6E620, void, ShootableWeapon_OnAim, (ShootableWeapon * __this, bool aim, bool inputStart, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB218, ShootableWeapon_OnAim__MethodInfo); DO_APP_FUNC(0x01D6E650, void, ShootableWeapon_HitscanFire, (ShootableWeapon * __this, float strength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB138, ShootableWeapon_HitscanFire__MethodInfo); DO_APP_FUNC(0x01D6F730, void, ShootableWeapon_AddHitscanTracer, (ShootableWeapon * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x01D6FA00, Vector3, ShootableWeapon_FireDirection, (ShootableWeapon * __this, Vector3 firePoint, MethodInfo * method)); DO_APP_FUNC(0x01D6FD00, void, ShootableWeapon_ApplyFireEffects, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D702A0, void, ShootableWeapon_SpawnMuzzleFlash, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D70CD0, void, ShootableWeapon_EjectShell, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEAF80, ShootableWeapon_EjectShell__MethodInfo); DO_APP_FUNC(0x01D710E0, void, ShootableWeapon_SpawnSmoke, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB068, ShootableWeapon_SpawnSmoke__MethodInfo); DO_APP_FUNC(0x01D713A0, void, ShootableWeapon_BurstReset, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB140, ShootableWeapon_BurstReset__MethodInfo); DO_APP_FUNC(0x01D71410, void, ShootableWeapon_ItemUseComplete, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D714F0, void, ShootableWeapon_TryStopItemUse, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D716C0, bool, ShootableWeapon_CanStopItemUse, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D71700, void, ShootableWeapon_StopItemUse, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6C470, IItemIdentifier *, ShootableWeapon_GetReloadableItemIdentifier, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D717C0, bool, ShootableWeapon_CanReloadItem, (ShootableWeapon * __this, bool sharedCheck, MethodInfo * method)); DO_APP_FUNC(0x01D71A30, void, ShootableWeapon_StartItemReload, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D71F60, void, ShootableWeapon_DetermineTotalReloadAmount, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D72300, void, ShootableWeapon_DetachClip, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB0F0, ShootableWeapon_DetachClip__MethodInfo); DO_APP_FUNC(0x01D72650, void, ShootableWeapon_DetachAttachClip, (ShootableWeapon * __this, bool detach, IShootableWeaponPerspectiveProperties * shootableWeaponPerspectiveProperties, bool firstPerson, MethodInfo * method)); DO_APP_FUNC(0x01D72E90, void, ShootableWeapon_DropClip, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB0E8, ShootableWeapon_DropClip__MethodInfo); DO_APP_FUNC(0x01D73610, void, ShootableWeapon_UpdateDropClipLayer, (ShootableWeapon * __this, GameObject * dropClip, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEAED8, ShootableWeapon_UpdateDropClipLayer__MethodInfo); DO_APP_FUNC(0x01D73690, void, ShootableWeapon_AttachClip, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB108, ShootableWeapon_AttachClip__MethodInfo); DO_APP_FUNC(0x01D737D0, void, ShootableWeapon_ShowReloadProjectile, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB0C8, ShootableWeapon_ShowReloadProjectile__MethodInfo); DO_APP_FUNC(0x01D738F0, void, ShootableWeapon_AttachReloadProjectile, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB0F8, ShootableWeapon_AttachReloadProjectile__MethodInfo); DO_APP_FUNC(0x01D73910, void, ShootableWeapon_ReloadItem, (ShootableWeapon * __this, bool fullClip, MethodInfo * method)); DO_APP_FUNC(0x01D73CE0, void, ShootableWeapon_AddRemoveReloadableClip, (ShootableWeapon * __this, bool add, IShootableWeaponPerspectiveProperties * shootableWeaponPerspectiveProperties, bool firstPerson, MethodInfo * method)); DO_APP_FUNC(0x01D743D0, void, ShootableWeapon_ItemReloadComplete, (ShootableWeapon * __this, bool success, bool immediateReload, MethodInfo * method)); DO_APP_FUNC(0x01D746C0, void, ShootableWeapon_ItemStartUse, (ShootableWeapon * __this, IUsableItem * usableItem, bool start, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB0D8, ShootableWeapon_ItemStartUse__MethodInfo); DO_APP_FUNC(0x01D74940, void, ShootableWeapon_OnChangePerspectives, (ShootableWeapon * __this, bool firstPersonPerspective, MethodInfo * method)); DO_APP_FUNC(0x01D754D0, void, ShootableWeapon_StartUnequip, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D754F0, void, ShootableWeapon_Unequip, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D75800, void, ShootableWeapon_OnAddItem, (ShootableWeapon * __this, Item * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB160, ShootableWeapon_OnAddItem__MethodInfo); DO_APP_FUNC(0x01D75870, void, ShootableWeapon_CheckForSharedConsumableItemIdentifiers, (ShootableWeapon * __this, ShootableWeapon__Array * shootableWeapons, MethodInfo * method)); DO_APP_FUNC(0x01D75BA0, void, ShootableWeapon_OnEquipItem, (ShootableWeapon * __this, Item * item, int32_t slotID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB208, ShootableWeapon_OnEquipItem__MethodInfo); DO_APP_FUNC(0x01D75C60, void, ShootableWeapon_OnUnequipItem, (ShootableWeapon * __this, Item * item, int32_t slotID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB200, ShootableWeapon_OnUnequipItem__MethodInfo); DO_APP_FUNC(0x01D75D20, void, ShootableWeapon_Remove, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D75D30, void, ShootableWeapon_StateChange, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D75E40, void, ShootableWeapon_OnDestroy, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x01D760F0, void, ShootableWeapon__ctor, (ShootableWeapon * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8DB0, GameObject *, ThrowableItem_get_ThrownObject, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8DC0, void, ThrowableItem_set_ThrownObject, (ThrowableItem * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x01D65310, bool, ThrowableItem_get_DisableVisibleObject, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D76A00, void, ThrowableItem_set_DisableVisibleObject, (ThrowableItem * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x005425B0, AnimationEventTrigger *, ThrowableItem_get_ActivateThrowableObjectEvent, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8F70, void, ThrowableItem_set_ActivateThrowableObjectEvent, (ThrowableItem * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x008E4B60, bool, ThrowableItem_get_ThrowOnStopUse, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x008E4B70, void, ThrowableItem_set_ThrowOnStopUse, (ThrowableItem * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D6A670, int32_t, ThrowableItem_get_StartLayer, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D76B50, void, ThrowableItem_set_StartLayer, (ThrowableItem * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D6A690, int32_t, ThrowableItem_get_ThrownLayer, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A6A0, void, ThrowableItem_set_ThrownLayer, (ThrowableItem * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D6A6B0, float, ThrowableItem_get_LayerChangeDelay, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A6C0, void, ThrowableItem_set_LayerChangeDelay, (ThrowableItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D76C80, Vector3, ThrowableItem_get_Velocity, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D76CA0, void, ThrowableItem_set_Velocity, (ThrowableItem * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01D6A6D0, float, ThrowableItem_get_DamageAmount, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A6E0, void, ThrowableItem_set_DamageAmount, (ThrowableItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D0DC50, LayerMask, ThrowableItem_get_ImpactLayers, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0DC60, void, ThrowableItem_set_ImpactLayers, (ThrowableItem * __this, LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x006EB170, SurfaceImpact *, ThrowableItem_get_SurfaceImpact, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A700, void, ThrowableItem_set_SurfaceImpact, (ThrowableItem * __this, SurfaceImpact * value, MethodInfo * method)); DO_APP_FUNC(0x01D6A760, float, ThrowableItem_get_ImpactForce, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A770, void, ThrowableItem_set_ImpactForce, (ThrowableItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D65460, int32_t, ThrowableItem_get_ImpactForceFrames, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65470, void, ThrowableItem_set_ImpactForceFrames, (ThrowableItem * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x004FC820, String *, ThrowableItem_get_ImpactStateName, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC830, void, ThrowableItem_set_ImpactStateName, (ThrowableItem * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x005E7740, float, ThrowableItem_get_ImpactStateDisableTimer, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7750, void, ThrowableItem_set_ImpactStateDisableTimer, (ThrowableItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x004FC900, AnimationEventTrigger *, ThrowableItem_get_ReequipEvent, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC910, void, ThrowableItem_set_ReequipEvent, (ThrowableItem * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x01D76CC0, int32_t, ThrowableItem_get_ReequipItemSubstateParameterValue, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D76CD0, void, ThrowableItem_set_ReequipItemSubstateParameterValue, (ThrowableItem * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D76CE0, bool, ThrowableItem_get_ShowTrajectoryOnAim, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D76CF0, void, ThrowableItem_set_ShowTrajectoryOnAim, (ThrowableItem * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00743970, Vector3, ThrowableItem_get_TrajectoryOffset, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D76EA0, void, ThrowableItem_set_TrajectoryOffset, (ThrowableItem * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01D76EC0, void, ThrowableItem_Awake, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D77C30, void, ThrowableItem_Start, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D78420, void, ThrowableItem_EnableObjectMeshRenderers, (ThrowableItem * __this, bool enable, MethodInfo * method)); DO_APP_FUNC(0x01D784F0, IItemIdentifier *, ThrowableItem_GetConsumableItemIdentifier, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x006FEBF0, int32_t, ThrowableItem_GetConsumableItemIdentifierAmount, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D78510, void, ThrowableItem_Equip, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D78590, bool, ThrowableItem_CanActivateVisibleObject, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D785B0, int32_t, ThrowableItem_GetItemSubstateIndex, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D78610, void, ThrowableItem_LateUpdate, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D78E00, void, ThrowableItem_OnAim, (ThrowableItem * __this, bool aim, bool inputStart, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEAD08, ThrowableItem_OnAim__MethodInfo); DO_APP_FUNC(0x01D78F50, bool, ThrowableItem_CanUseItem, (ThrowableItem * __this, ItemAbility * itemAbility, UsableItem_UseAbilityState__Enum abilityState, MethodInfo * method)); DO_APP_FUNC(0x01D79120, void, ThrowableItem_StartItemUse, (ThrowableItem * __this, ItemAbility * itemAbility, MethodInfo * method)); DO_APP_FUNC(0x01D799B0, void, ThrowableItem_ActivateThrowableObject, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEAD78, ThrowableItem_ActivateThrowableObject__MethodInfo); DO_APP_FUNC(0x01D79B30, void, ThrowableItem_StartThrow, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D79C90, void, ThrowableItem_UseItem, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D79DE0, void, ThrowableItem_ThrowItem, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D7A9F0, void, ThrowableItem_ChangeThrownLayer, (ThrowableItem * __this, GameObject * thrownObject, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEAC18, ThrowableItem_ChangeThrownLayer__MethodInfo); DO_APP_FUNC(0x01D7AA70, void, ThrowableItem_ItemUseComplete, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D7ABA0, void, ThrowableItem_TryStopItemUse, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D7ABD0, bool, ThrowableItem_CanStopItemUse, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D7ABF0, void, ThrowableItem_StopItemUse, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D7AE70, void, ThrowableItem_ReequipThrowableItem, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEACF8, ThrowableItem_ReequipThrowableItem__MethodInfo); DO_APP_FUNC(0x01D7B090, void, ThrowableItem_Unequip, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D7B1F0, void, ThrowableItem_OnChangePerspectives, (ThrowableItem * __this, bool firstPersonPerspective, MethodInfo * method)); DO_APP_FUNC(0x01D7B8C0, void, ThrowableItem_OnDestroy, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D7BA30, void, ThrowableItem__ctor, (ThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB160, float, UsableItem_get_UseRate, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB170, void, UsableItem_set_UseRate, (UsableItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00610E80, bool, UsableItem_get_CanEquipEmptyItem, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB180, void, UsableItem_set_CanEquipEmptyItem, (UsableItem * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D7BB70, bool, UsableItem_get_FaceTarget, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D7BB80, void, UsableItem_set_FaceTarget, (UsableItem * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x008C4D60, float, UsableItem_get_StopUseAbilityDelay, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D331D0, void, UsableItem_set_StopUseAbilityDelay, (UsableItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C7010, AnimationEventTrigger *, UsableItem_get_UseEvent, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, UsableItem_set_UseEvent, (UsableItem * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x003C7020, AnimationEventTrigger *, UsableItem_get_UseCompleteEvent, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE20, void, UsableItem_set_UseCompleteEvent, (UsableItem * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x00562610, bool, UsableItem_get_ForceRootMotionPosition, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00562620, void, UsableItem_set_ForceRootMotionPosition, (UsableItem * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00648660, bool, UsableItem_get_ForceRootMotionRotation, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00648670, void, UsableItem_set_ForceRootMotionRotation, (UsableItem * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C7040, String *, UsableItem_get_UseAttributeName, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D7BB90, void, UsableItem_set_UseAttributeName, (UsableItem * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01D7BE10, float, UsableItem_get_UseAttributeAmount, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D7BE20, void, UsableItem_set_UseAttributeAmount, (UsableItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D7BE30, bool, UsableItem_get_DropWhenUseDepleted, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D7BE40, void, UsableItem_set_DropWhenUseDepleted, (UsableItem * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, String *, UsableItem_get_CharacterUseAttributeName, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D7BE50, void, UsableItem_set_CharacterUseAttributeName, (UsableItem * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00A7D1B0, float, UsableItem_get_CharacterUseAttributeAmount, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D1C0, void, UsableItem_set_CharacterUseAttributeAmount, (UsableItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0054CE10, bool, UsableItem_get_PlayAudioOnStartUse, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D7C0D0, void, UsableItem_set_PlayAudioOnStartUse, (UsableItem * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BF700, AnimatorAudioStateSet *, UsableItem_get_UseAnimatorAudioStateSet, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF710, void, UsableItem_set_UseAnimatorAudioStateSet, (UsableItem * __this, AnimatorAudioStateSet * value, MethodInfo * method)); DO_APP_FUNC(0x01D7C0E0, void, UsableItem_Awake, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00B2F140, void, UsableItem_OnAttachLookSource, (UsableItem * __this, ILookSource * lookSource, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B960, UsableItem_OnAttachLookSource__MethodInfo); DO_APP_FUNC(0x003C94D0, IItemIdentifier *, UsableItem_GetConsumableItemIdentifier, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, UsableItem_GetConsumableItemIdentifierAmount, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UsableItem_SetConsumableItemIdentifierAmount, (UsableItem * __this, int32_t amount, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UsableItem_RemoveConsumableItemIdentifierAmount, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D7C7A0, bool, UsableItem_CanUseItem, (UsableItem * __this, ItemAbility * itemAbility, UsableItem_UseAbilityState__Enum abilityState, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, UsableItem_CanStartAbility, (UsableItem * __this, Ability * ability, MethodInfo * method)); DO_APP_FUNC(0x01D7C8C0, void, UsableItem_StartItemUse, (UsableItem * __this, ItemAbility * useAbility, MethodInfo * method)); DO_APP_FUNC(0x01D7CAB0, void, UsableItem_UseItem, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D7CCC0, bool, UsableItem_IsItemInUse, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, UsableItem_IsItemUsePending, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D7CCD0, int32_t, UsableItem_GetItemSubstateIndex, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UsableItem_UseItemUpdate, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UsableItem_ItemUseComplete, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UsableItem_TryStopItemUse, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, UsableItem_CanStopItemUse, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D7CD00, void, UsableItem_StopItemUse, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D7CD40, void, UsableItem_UseDepleted, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B958, UsableItem_UseDepleted__MethodInfo); DO_APP_FUNC(0x01D7CDC0, void, UsableItem_OnDestroy, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D7D030, void, UsableItem__ctor, (UsableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00A23080, Vector3, AddForce_2_get_Amount, (AddForce_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA4F50, void, AddForce_2_set_Amount, (AddForce_2 * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00A88B20, ForceMode__Enum, AddForce_2_get_Mode, (AddForce_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88B30, void, AddForce_2_set_Mode, (AddForce_2 * __this, ForceMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00434A10, bool, AddForce_2_get_AddForceAtPosition, (AddForce_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x005391A0, void, AddForce_2_set_AddForceAtPosition, (AddForce_2 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D7D210, void, AddForce_2_ImpactInternal, (AddForce_2 * __this, uint32_t castID, GameObject * source, GameObject * target, RaycastHit hit, MethodInfo * method)); DO_APP_FUNC(0x01D7D510, void, AddForce_2__ctor, (AddForce_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A23080, Vector3, AddTorque_2_get_Amount, (AddTorque_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA4F50, void, AddTorque_2_set_Amount, (AddTorque_2 * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00A88B20, ForceMode__Enum, AddTorque_2_get_Mode, (AddTorque_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88B30, void, AddTorque_2_set_Mode, (AddTorque_2 * __this, ForceMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01D7D520, void, AddTorque_2_ImpactInternal, (AddTorque_2 * __this, uint32_t castID, GameObject * source, GameObject * target, RaycastHit hit, MethodInfo * method)); DO_APP_FUNC(0x01D7D510, void, AddTorque_2__ctor, (AddTorque_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE2C0, float, Damage_1_get_Amount, (Damage_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE2D0, void, Damage_1_set_Amount, (Damage_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CA7A30, float, Damage_1_get_ForceMagnitude, (Damage_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA7A40, void, Damage_1_set_ForceMagnitude, (Damage_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int32_t, Damage_1_get_ForceFrames, (Damage_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00523180, void, Damage_1_set_ForceFrames, (Damage_1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x006104D0, bool, Damage_1_get_InterruptImpactOnNullHealth, (Damage_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D595A0, void, Damage_1_set_InterruptImpactOnNullHealth, (Damage_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D7D6B0, void, Damage_1_ImpactInternal, (Damage_1 * __this, uint32_t castID, GameObject * source, GameObject * target, RaycastHit hit, MethodInfo * method)); DO_APP_FUNC(0x01D7DB30, void, Damage_1__ctor, (Damage_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE2C0, float, Heal_1_get_Amount, (Heal_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE2D0, void, Heal_1_set_Amount, (Heal_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0060F770, bool, Heal_1_get_InterruptImpactOnNullHealth, (Heal_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4EB10, void, Heal_1_set_InterruptImpactOnNullHealth, (Heal_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D7DB50, void, Heal_1_ImpactInternal, (Heal_1 * __this, uint32_t castID, GameObject * source, GameObject * target, RaycastHit hit, MethodInfo * method)); DO_APP_FUNC(0x01D7DCC0, void, Heal_1__ctor, (Heal_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D7DCE0, void, ImpactAction_Initialize, (ImpactAction * __this, GameObject * character, MagicItem * magicItem, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01D7DD70, void, ImpactAction_Impact, (ImpactAction * __this, uint32_t castID, GameObject * source, GameObject * target, RaycastHit hit, MethodInfo * method)); DO_APP_FUNC(0x01D7E050, bool, ImpactAction_HasImpacted, (ImpactAction * __this, Transform * obj, MethodInfo * method)); DO_APP_FUNC(0x01D7E0C0, void, ImpactAction_Reset, (ImpactAction * __this, uint32_t castID, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ImpactAction_OnDestroy, (ImpactAction * __this, MethodInfo * method)); DO_APP_FUNC(0x01D7E190, void, ImpactAction__ctor, (ImpactAction * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, AttributeModifier *, ModifyAttribute_get_AttributeModifier, (ModifyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, ModifyAttribute_set_AttributeModifier, (ModifyAttribute * __this, AttributeModifier * value, MethodInfo * method)); DO_APP_FUNC(0x01D7E270, void, ModifyAttribute_ImpactInternal, (ModifyAttribute * __this, uint32_t castID, GameObject * source, GameObject * target, RaycastHit hit, MethodInfo * method)); DO_APP_FUNC(0x01D7E550, void, ModifyAttribute_ModifierAutoUpdateEnabled, (ModifyAttribute * __this, AttributeModifier * attributeModifier, bool enable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B8B8, ModifyAttribute_ModifierAutoUpdateEnabled__MethodInfo); DO_APP_FUNC(0x01D7E690, void, ModifyAttribute__ctor, (ModifyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, AudioClip__Array *, PlayAudioClip_get_AudioClips, (PlayAudioClip * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, PlayAudioClip_set_AudioClips, (PlayAudioClip * __this, AudioClip__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01D7E750, void, PlayAudioClip_ImpactInternal, (PlayAudioClip * __this, uint32_t castID, GameObject * source, GameObject * target, RaycastHit hit, MethodInfo * method)); DO_APP_FUNC(0x01D7D510, void, PlayAudioClip__ctor, (PlayAudioClip * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE2C0, float, Ricochet_get_Radius, (Ricochet * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE2D0, void, Ricochet_set_Radius, (Ricochet * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01365740, int32_t, Ricochet_get_MaxChainCount, (Ricochet * __this, MethodInfo * method)); DO_APP_FUNC(0x01A728E0, void, Ricochet_set_MaxChainCount, (Ricochet * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D7E9C0, void, Ricochet_Initialize, (Ricochet * __this, GameObject * character, MagicItem * magicItem, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01D7EB30, void, Ricochet_ImpactInternal, (Ricochet * __this, uint32_t castID, GameObject * source, GameObject * target, RaycastHit hit, MethodInfo * method)); DO_APP_FUNC(0x01D7F1C0, void, Ricochet_Reset, (Ricochet * __this, uint32_t castID, MethodInfo * method)); DO_APP_FUNC(0x01D7F2A0, void, Ricochet__ctor, (Ricochet * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, GameObject *, SpawnParticle_get_ParticlePrefab, (SpawnParticle * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, SpawnParticle_set_ParticlePrefab, (SpawnParticle * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x01D57F70, Vector3, SpawnParticle_get_PositionOffset, (SpawnParticle * __this, MethodInfo * method)); DO_APP_FUNC(0x01D57F90, void, SpawnParticle_set_PositionOffset, (SpawnParticle * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01D3F4C0, Vector3, SpawnParticle_get_RotationOffset, (SpawnParticle * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3F4E0, void, SpawnParticle_set_RotationOffset, (SpawnParticle * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00531160, bool, SpawnParticle_get_ParentToImpactedObject, (SpawnParticle * __this, MethodInfo * method)); DO_APP_FUNC(0x00531170, void, SpawnParticle_set_ParentToImpactedObject, (SpawnParticle * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D7F390, void, SpawnParticle_ImpactInternal, (SpawnParticle * __this, uint32_t castID, GameObject * source, GameObject * target, RaycastHit hit, MethodInfo * method)); DO_APP_FUNC(0x01D7FC80, void, SpawnParticle_Reset, (SpawnParticle * __this, uint32_t castID, MethodInfo * method)); DO_APP_FUNC(0x01D7FD50, void, SpawnParticle__ctor, (SpawnParticle * __this, MethodInfo * method)); DO_APP_FUNC(0x01D7FE30, void, SpawnSurfaceEffect_Initialize, (SpawnSurfaceEffect * __this, GameObject * character, MagicItem * magicItem, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01D7FF30, void, SpawnSurfaceEffect_ImpactInternal, (SpawnSurfaceEffect * __this, uint32_t castID, GameObject * source, GameObject * target, RaycastHit hit, MethodInfo * method)); DO_APP_FUNC(0x01D7D510, void, SpawnSurfaceEffect__ctor, (SpawnSurfaceEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, CastAction_get_Delay, (CastAction * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90F0, void, CastAction_set_Delay, (CastAction * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, uint32_t, CastAction_get_CastID, (CastAction * __this, MethodInfo * method)); DO_APP_FUNC(0x00C083A0, void, CastAction_set_CastID, (CastAction * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D800E0, void, CastAction_Initialize, (CastAction * __this, GameObject * character, MagicItem * magicItem, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CastAction_Awake, (CastAction * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, CastAction_IsValidTargetPosition, (CastAction * __this, Vector3 position, Vector3 normal, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CastAction_WillStop, (CastAction * __this, MethodInfo * method)); DO_APP_FUNC(0x01D801D0, void, CastAction_Stop, (CastAction * __this, uint32_t castID, MethodInfo * method)); DO_APP_FUNC(0x01D801F0, void, CastAction_Stop_1, (CastAction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CastAction_OnChangePerspectives, (CastAction * __this, Transform * origin, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CastAction_OnDestroy, (CastAction * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0BC50, void, CastAction__ctor, (CastAction * __this, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, PhysicsCast_CastMode__Enum, PhysicsCast_get_Mode, (PhysicsCast * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF230, void, PhysicsCast_set_Mode, (PhysicsCast * __this, PhysicsCast_CastMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0060F770, bool, PhysicsCast_get_UseLookSourcePosition, (PhysicsCast * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4EB10, void, PhysicsCast_set_UseLookSourcePosition, (PhysicsCast * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D57F70, Vector3, PhysicsCast_get_PositionOffset, (PhysicsCast * __this, MethodInfo * method)); DO_APP_FUNC(0x01D57F90, void, PhysicsCast_set_PositionOffset, (PhysicsCast * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00BC1070, float, PhysicsCast_get_Distance, (PhysicsCast * __this, MethodInfo * method)); DO_APP_FUNC(0x01D1AB30, void, PhysicsCast_set_Distance, (PhysicsCast * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C92C50, float, PhysicsCast_get_Radius, (PhysicsCast * __this, MethodInfo * method)); DO_APP_FUNC(0x01D80200, void, PhysicsCast_set_Radius, (PhysicsCast * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D80210, LayerMask, PhysicsCast_get_Layers, (PhysicsCast * __this, MethodInfo * method)); DO_APP_FUNC(0x00B37840, void, PhysicsCast_set_Layers, (PhysicsCast * __this, LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x0076A6C0, QueryTriggerInteraction__Enum, PhysicsCast_get_TriggerInteraction, (PhysicsCast * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A710, void, PhysicsCast_set_TriggerInteraction, (PhysicsCast * __this, QueryTriggerInteraction__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01D80220, void, PhysicsCast_Initialize, (PhysicsCast * __this, GameObject * character, MagicItem * magicItem, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01D803C0, void, PhysicsCast_Cast, (PhysicsCast * __this, Transform * origin, Vector3 direction, Vector3 targetPosition, MethodInfo * method)); DO_APP_FUNC(0x01D80E50, void, PhysicsCast_Stop, (PhysicsCast * __this, MethodInfo * method)); DO_APP_FUNC(0x01D810D0, void, PhysicsCast__ctor, (PhysicsCast * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, AudioClip__Array *, PlayAudioClip_1_get_AudioClips, (PlayAudioClip_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, PlayAudioClip_1_set_AudioClips, (PlayAudioClip_1 * __this, AudioClip__Array * value, MethodInfo * method)); DO_APP_FUNC(0x008FC900, bool, PlayAudioClip_1_get_PlayAtOrigin, (PlayAudioClip_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00985F10, void, PlayAudioClip_1_set_PlayAtOrigin, (PlayAudioClip_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00610410, bool, PlayAudioClip_1_get_Loop, (PlayAudioClip_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D81110, void, PlayAudioClip_1_set_Loop, (PlayAudioClip_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01CA4F60, float, PlayAudioClip_1_get_FadeOutDuration, (PlayAudioClip_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA4F70, void, PlayAudioClip_1_set_FadeOutDuration, (PlayAudioClip_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CE5090, float, PlayAudioClip_1_get_FadeStep, (PlayAudioClip_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE50A0, void, PlayAudioClip_1_set_FadeStep, (PlayAudioClip_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D81120, void, PlayAudioClip_1_Cast, (PlayAudioClip_1 * __this, Transform * origin, Vector3 direction, Vector3 targetPosition, MethodInfo * method)); DO_APP_FUNC(0x01D81650, void, PlayAudioClip_1_Stop, (PlayAudioClip_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D81840, void, PlayAudioClip_1_FadeAudio, (PlayAudioClip_1 * __this, float interval, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B880, PlayAudioClip_1_FadeAudio__MethodInfo); DO_APP_FUNC(0x01D81B60, void, PlayAudioClip_1__ctor, (PlayAudioClip_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, GameObject *, SpawnObject_get_Object, (SpawnObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, SpawnObject_set_Object, (SpawnObject * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x01D57F70, Vector3, SpawnObject_get_PositionOffset, (SpawnObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01D57F90, void, SpawnObject_set_PositionOffset, (SpawnObject * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01D3F4C0, Vector3, SpawnObject_get_RotationOffset, (SpawnObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3F4E0, void, SpawnObject_set_RotationOffset, (SpawnObject * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00531160, bool, SpawnObject_get_ParentToOrigin, (SpawnObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00531170, void, SpawnObject_set_ParentToOrigin, (SpawnObject * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, SpawnObject_set_SpawnedGameObject, (SpawnObject * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x01D81B80, void, SpawnObject_Initialize, (SpawnObject * __this, GameObject * character, MagicItem * magicItem, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01D81D20, void, SpawnObject_Cast, (SpawnObject * __this, Transform * origin, Vector3 direction, Vector3 targetPosition, MethodInfo * method)); DO_APP_FUNC(0x01D82470, void, SpawnObject_Stop, (SpawnObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01D825E0, void, SpawnObject_OnChangePerspectives, (SpawnObject * __this, Transform * origin, MethodInfo * method)); DO_APP_FUNC(0x01D0BC50, void, SpawnObject__ctor, (SpawnObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, GameObject *, SpawnParticle_1_get_ParticlePrefab, (SpawnParticle_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D82C30, void, SpawnParticle_1_set_ParticlePrefab, (SpawnParticle_1 * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x01D57F70, Vector3, SpawnParticle_1_get_PositionOffset, (SpawnParticle_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D57F90, void, SpawnParticle_1_set_PositionOffset, (SpawnParticle_1 * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01D3F4C0, Vector3, SpawnParticle_1_get_RotationOffset, (SpawnParticle_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3F4E0, void, SpawnParticle_1_set_RotationOffset, (SpawnParticle_1 * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00531160, bool, SpawnParticle_1_get_ParentToOrigin, (SpawnParticle_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00531170, void, SpawnParticle_1_set_ParentToOrigin, (SpawnParticle_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00610C20, bool, SpawnParticle_1_get_ProjectDirectionOnPlane, (SpawnParticle_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC7840, void, SpawnParticle_1_set_ProjectDirectionOnPlane, (SpawnParticle_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0060FED0, bool, SpawnParticle_1_get_ClearParentOnStop, (SpawnParticle_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D82E70, void, SpawnParticle_1_set_ClearParentOnStop, (SpawnParticle_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0060FFE0, bool, SpawnParticle_1_get_SetRendererLengthScale, (SpawnParticle_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D82E80, void, SpawnParticle_1_set_SetRendererLengthScale, (SpawnParticle_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00ABB140, float, SpawnParticle_1_get_AdditionalLength, (SpawnParticle_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB150, void, SpawnParticle_1_set_AdditionalLength, (SpawnParticle_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00764A50, int32_t, SpawnParticle_1_get_ParticleLayer, (SpawnParticle_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D82E90, void, SpawnParticle_1_set_ParticleLayer, (SpawnParticle_1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C86150, float, SpawnParticle_1_get_FadeInDuration, (SpawnParticle_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C86160, void, SpawnParticle_1_set_FadeInDuration, (SpawnParticle_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x008C4D60, float, SpawnParticle_1_get_FadeOutDuration, (SpawnParticle_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D331D0, void, SpawnParticle_1_set_FadeOutDuration, (SpawnParticle_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00977520, float, SpawnParticle_1_get_FadeStep, (SpawnParticle_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00977530, void, SpawnParticle_1_set_FadeStep, (SpawnParticle_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D82FB0, void, SpawnParticle_1_set_SpawnedGameObject, (SpawnParticle_1 * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x01D83260, void, SpawnParticle_1_Initialize, (SpawnParticle_1 * __this, GameObject * character, MagicItem * magicItem, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01D83460, void, SpawnParticle_1_Cast, (SpawnParticle_1 * __this, Transform * origin, Vector3 direction, Vector3 targetPosition, MethodInfo * method)); DO_APP_FUNC(0x01D84450, void, SpawnParticle_1_SetRendererLength, (SpawnParticle_1 * __this, Vector3 position, Vector3 targetPosition, MethodInfo * method)); DO_APP_FUNC(0x01D846B0, void, SpawnParticle_1_StartMaterialFade, (SpawnParticle_1 * __this, GameObject * particle, MethodInfo * method)); DO_APP_FUNC(0x01D84890, void, SpawnParticle_1_SetRendererAlpha, (SpawnParticle_1 * __this, float alpha, MethodInfo * method)); DO_APP_FUNC(0x01D84AF0, void, SpawnParticle_1_FadeMaterials, (SpawnParticle_1 * __this, float interval, float targetAlpha, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B828, SpawnParticle_1_FadeMaterials__MethodInfo); DO_APP_FUNC(0x01D84E90, void, SpawnParticle_1_WillStop, (SpawnParticle_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D84F20, void, SpawnParticle_1_Stop, (SpawnParticle_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D851F0, void, SpawnParticle_1_OnChangePerspectives, (SpawnParticle_1 * __this, Transform * origin, MethodInfo * method)); DO_APP_FUNC(0x01D85790, void, SpawnParticle_1__ctor, (SpawnParticle_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, GameObject *, SpawnProjectile_get_ProjectilePrefab, (SpawnProjectile * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, SpawnProjectile_set_ProjectilePrefab, (SpawnProjectile * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x01D57F70, Vector3, SpawnProjectile_get_PositionOffset, (SpawnProjectile * __this, MethodInfo * method)); DO_APP_FUNC(0x01D57F90, void, SpawnProjectile_set_PositionOffset, (SpawnProjectile * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01D3F4C0, Vector3, SpawnProjectile_get_RotationOffset, (SpawnProjectile * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3F4E0, void, SpawnProjectile_set_RotationOffset, (SpawnProjectile * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00ABB120, float, SpawnProjectile_get_Speed, (SpawnProjectile * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB130, void, SpawnProjectile_set_Speed, (SpawnProjectile * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00610C10, bool, SpawnProjectile_get_ParentToOrigin, (SpawnProjectile * __this, MethodInfo * method)); DO_APP_FUNC(0x01D85830, void, SpawnProjectile_set_ParentToOrigin, (SpawnProjectile * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D85840, void, SpawnProjectile_Initialize, (SpawnProjectile * __this, GameObject * character, MagicItem * magicItem, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01D85940, void, SpawnProjectile_Cast, (SpawnProjectile * __this, Transform * origin, Vector3 direction, Vector3 targetPosition, MethodInfo * method)); DO_APP_FUNC(0x01D86130, void, SpawnProjectile__ctor, (SpawnProjectile * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, StartEffect_get_EffectName, (StartEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, StartEffect_set_EffectName, (StartEffect * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int32_t, StartEffect_get_EffectIndex, (StartEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x00523180, void, StartEffect_set_EffectIndex, (StartEffect * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x006104D0, bool, StartEffect_get_StopEffect, (StartEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x01D595A0, void, StartEffect_set_StopEffect, (StartEffect * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D86140, void, StartEffect_Initialize, (StartEffect * __this, GameObject * character, MagicItem * magicItem, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01D86240, void, StartEffect_Awake, (StartEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x01D863B0, void, StartEffect_Cast, (StartEffect * __this, Transform * origin, Vector3 direction, Vector3 targetPosition, MethodInfo * method)); DO_APP_FUNC(0x01D863F0, void, StartEffect_Stop, (StartEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x01D86430, void, StartEffect__ctor, (StartEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x01D86440, void, TargetImpact_Cast, (TargetImpact * __this, Transform * origin, Vector3 direction, Vector3 targetPosition, MethodInfo * method)); DO_APP_FUNC(0x01D866E0, void, TargetImpact_Stop, (TargetImpact * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0BC50, void, TargetImpact__ctor, (TargetImpact * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, Teleport_1_get_SnapAnimator, (Teleport_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AE0, void, Teleport_1_set_SnapAnimator, (Teleport_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D86960, void, Teleport_1_Initialize, (Teleport_1 * __this, GameObject * character, MagicItem * magicItem, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01D86AD0, bool, Teleport_1_IsValidTargetPosition, (Teleport_1 * __this, Vector3 position, Vector3 normal, MethodInfo * method)); DO_APP_FUNC(0x01D86CF0, void, Teleport_1_Cast, (Teleport_1 * __this, Transform * origin, Vector3 direction, Vector3 targetPosition, MethodInfo * method)); DO_APP_FUNC(0x01D0BC50, void, Teleport_1__ctor, (Teleport_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D86F60, void, BeginEndAction_Initialize, (BeginEndAction * __this, GameObject * character, MagicItem * magicItem, bool beginAction, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BeginEndAction_Start, (BeginEndAction * __this, Transform * origin, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BeginEndAction_Update, (BeginEndAction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BeginEndAction_Stop, (BeginEndAction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BeginEndAction_OnChangePerspectives, (BeginEndAction * __this, Transform * origin, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BeginEndAction_OnDestroy, (BeginEndAction * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0BC50, void, BeginEndAction__ctor, (BeginEndAction * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, FadeMaterials_get_ColorPropertyName, (FadeMaterials * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, FadeMaterials_set_ColorPropertyName, (FadeMaterials * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, FadeMaterials_get_TargetAlpha, (FadeMaterials * __this, MethodInfo * method)); DO_APP_FUNC(0x00989750, void, FadeMaterials_set_TargetAlpha, (FadeMaterials * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x005DE720, float, FadeMaterials_get_FadeSpeed, (FadeMaterials * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE730, void, FadeMaterials_set_FadeSpeed, (FadeMaterials * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, List_1_UnityEngine_Material_ *, FadeMaterials_get_Materials, (FadeMaterials * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, HashSet_1_UnityEngine_Material_ *, FadeMaterials_get_ActiveMaterials, (FadeMaterials * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, Dictionary_2_UnityEngine_Material_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ *, FadeMaterials_get_OriginalMaterialValuesMap, (FadeMaterials * __this, MethodInfo * method)); DO_APP_FUNC(0x01D86FF0, void, FadeMaterials_Initialize, (FadeMaterials * __this, GameObject * character, MagicItem * magicItem, bool beginAction, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01D87150, void, FadeMaterials_Start, (FadeMaterials * __this, Transform * origin, MethodInfo * method)); DO_APP_FUNC(0x01D877E0, void, FadeMaterials_EnableRendererFade, (FadeMaterials * __this, MethodInfo * method)); DO_APP_FUNC(0x01D87DF0, void, FadeMaterials_Update, (FadeMaterials * __this, MethodInfo * method)); DO_APP_FUNC(0x01D880D0, void, FadeMaterials_Stop, (FadeMaterials * __this, MethodInfo * method)); DO_APP_FUNC(0x01D884E0, void, FadeMaterials_OnChangePerspectives, (FadeMaterials * __this, bool firstPersonPerspective, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B810, FadeMaterials_OnChangePerspectives__MethodInfo); DO_APP_FUNC(0x01D88500, void, FadeMaterials_OnDestroy, (FadeMaterials * __this, MethodInfo * method)); DO_APP_FUNC(0x01D885F0, void, FadeMaterials__ctor, (FadeMaterials * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, AudioClip__Array *, PlayAudioClip_2_get_AudioClips, (PlayAudioClip_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, PlayAudioClip_2_set_AudioClips, (PlayAudioClip_2 * __this, AudioClip__Array * value, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, PlayAudioClip_2_get_PlayAtOrigin, (PlayAudioClip_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88980, void, PlayAudioClip_2_set_PlayAtOrigin, (PlayAudioClip_2 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x005DE710, bool, PlayAudioClip_2_get_Loop, (PlayAudioClip_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D132E0, void, PlayAudioClip_2_set_Loop, (PlayAudioClip_2 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D888D0, void, PlayAudioClip_2_Initialize, (PlayAudioClip_2 * __this, GameObject * character, MagicItem * magicItem, bool beginAction, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01D889A0, void, PlayAudioClip_2_Start, (PlayAudioClip_2 * __this, Transform * origin, MethodInfo * method)); DO_APP_FUNC(0x01D88E80, void, PlayAudioClip_2_Stop, (PlayAudioClip_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D89030, void, PlayAudioClip_2__ctor, (PlayAudioClip_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, GameObject *, SpawnParticle_2_get_ParticlePrefab, (SpawnParticle_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, SpawnParticle_2_set_ParticlePrefab, (SpawnParticle_2 * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x00990E00, Vector3, SpawnParticle_2_get_PositionOffset, (SpawnParticle_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00990E20, void, SpawnParticle_2_set_PositionOffset, (SpawnParticle_2 * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01D89040, Vector3, SpawnParticle_2_get_RotationOffset, (SpawnParticle_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D89060, void, SpawnParticle_2_set_RotationOffset, (SpawnParticle_2 * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00434A10, bool, SpawnParticle_2_get_ParentToOrigin, (SpawnParticle_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x005391A0, void, SpawnParticle_2_set_ParentToOrigin, (SpawnParticle_2 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D89070, void, SpawnParticle_2_Initialize, (SpawnParticle_2 * __this, GameObject * character, MagicItem * magicItem, bool beginAction, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01D89140, void, SpawnParticle_2_Start, (SpawnParticle_2 * __this, Transform * origin, MethodInfo * method)); DO_APP_FUNC(0x007686B0, void, SpawnParticle_2_Stop, (SpawnParticle_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D89150, void, SpawnParticle_2_Spawn, (SpawnParticle_2 * __this, Transform * origin, MethodInfo * method)); DO_APP_FUNC(0x01D89920, void, SpawnParticle_2_OnChangePerspectives, (SpawnParticle_2 * __this, Transform * origin, MethodInfo * method)); DO_APP_FUNC(0x01D0BC50, void, SpawnParticle_2__ctor, (SpawnParticle_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D89F20, uint32_t, Category_get_ID, (Category * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, Category_set_ID, (Category * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, Category_set_Parents, (Category * __this, Category__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, IReadOnlyList_1_Opsive_Shared_Inventory_IItemCategoryIdentifier_ *, Category_GetDirectParents, (Category * __this, MethodInfo * method)); DO_APP_FUNC(0x00AABEC0, String *, Category_ToString, (Category * __this, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, Category__ctor, (Category * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, ItemDefinitionAmount__Array *, Inventory_get_DefaultLoadout, (Inventory * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, Inventory_set_DefaultLoadout, (Inventory * __this, ItemDefinitionAmount__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01D89F50, void, Inventory_Awake, (Inventory * __this, MethodInfo * method)); DO_APP_FUNC(0x01D8A1B0, void, Inventory_LoadDefaultLoadout, (Inventory * __this, MethodInfo * method)); DO_APP_FUNC(0x01D8A290, bool, Inventory_HasItemInternal, (Inventory * __this, Item * item, MethodInfo * method)); DO_APP_FUNC(0x01D8A480, bool, Inventory_AddItemInternal, (Inventory * __this, Item * item, MethodInfo * method)); DO_APP_FUNC(0x01D8A900, bool, Inventory_PickupInternal, (Inventory * __this, IItemIdentifier * itemIdentifier, int32_t amount, MethodInfo * method)); DO_APP_FUNC(0x01D8ABA0, Item *, Inventory_GetActiveItemInternal, (Inventory * __this, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01D8ABF0, Item *, Inventory_GetItemInternal, (Inventory * __this, IItemIdentifier * itemIdentifier, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01D8ACB0, Item *, Inventory_EquipItemInternal, (Inventory * __this, IItemIdentifier * itemIdentifier, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01D8AE90, Item *, Inventory_UnequipItemInternal, (Inventory * __this, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01D8AF00, int32_t, Inventory_GetItemIdentifierAmountInternal, (Inventory * __this, IItemIdentifier * itemIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01D8AFB0, void, Inventory_AdjustItemIdentifierAmountInternal, (Inventory * __this, IItemIdentifier * itemIdentifier, int32_t amount, MethodInfo * method)); DO_APP_FUNC(0x01D8B220, void, Inventory_RemoveItemIdentifierInternal, (Inventory * __this, IItemIdentifier * itemIdentifier, int32_t slotID, int32_t amount, MethodInfo * method)); DO_APP_FUNC(0x01D8B5D0, void, Inventory__ctor, (Inventory * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, InventoryBase_get_RemoveAllOnDeath, (InventoryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, InventoryBase_set_RemoveAllOnDeath, (InventoryBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF3A0, bool, InventoryBase_get_LoadDefaultLoadoutOnRespawn, (InventoryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3B0, void, InventoryBase_set_LoadDefaultLoadoutOnRespawn, (InventoryBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, InventoryBase_get_UnequippedStateName, (InventoryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, InventoryBase_set_UnequippedStateName, (InventoryBase * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, UnityItemEvent *, InventoryBase_get_OnAddItemEvent, (InventoryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, InventoryBase_set_OnAddItemEvent, (InventoryBase * __this, UnityItemEvent * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, UnityItemIdentifierFloatBoolBoolEvent *, InventoryBase_get_OnPickupItemIdentifierEvent, (InventoryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, InventoryBase_set_OnPickupItemIdentifierEvent, (InventoryBase * __this, UnityItemIdentifierFloatBoolBoolEvent * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, UnityItemFloatBoolBoolEvent *, InventoryBase_get_OnPickupItemEvent, (InventoryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, InventoryBase_set_OnPickupItemEvent, (InventoryBase * __this, UnityItemFloatBoolBoolEvent * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, UnityItemIntEvent *, InventoryBase_get_OnEquipItemEvent, (InventoryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, InventoryBase_set_OnEquipItemEvent, (InventoryBase * __this, UnityItemIntEvent * value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, UnityItemIdentifierFloatEvent *, InventoryBase_get_OnAdjustItemIdentifierAmountEvent, (InventoryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, InventoryBase_set_OnAdjustItemIdentifierAmountEvent, (InventoryBase * __this, UnityItemIdentifierFloatEvent * value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, UnityItemIntEvent *, InventoryBase_get_OnUnequipItemEvent, (InventoryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, InventoryBase_set_OnUnequipItemEvent, (InventoryBase * __this, UnityItemIntEvent * value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, UnityItemIntEvent *, InventoryBase_get_OnRemoveItemEvent, (InventoryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, InventoryBase_set_OnRemoveItemEvent, (InventoryBase * __this, UnityItemIntEvent * value, MethodInfo * method)); DO_APP_FUNC(0x007666D0, int32_t, InventoryBase_get_SlotCount, (InventoryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01D8B6C0, void, InventoryBase_Awake, (InventoryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01D8B940, void, InventoryBase_DetermineSlotCount, (InventoryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01D8B9D0, void, InventoryBase_Start, (InventoryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01D8BA50, bool, InventoryBase_HasItem, (InventoryBase * __this, Item * item, MethodInfo * method)); DO_APP_FUNC(0x01D8BA70, void, InventoryBase_AddItem, (InventoryBase * __this, Item * item, bool immediateEquip, bool forceEquip, MethodInfo * method)); DO_APP_FUNC(0x01D8BC00, bool, InventoryBase_Pickup, (InventoryBase * __this, IItemIdentifier * itemIdentifier, int32_t amount, int32_t slotID, bool immediatePickup, bool forceEquip, MethodInfo * method)); DO_APP_FUNC(0x01D8BC30, bool, InventoryBase_Pickup_1, (InventoryBase * __this, IItemIdentifier * itemIdentifier, int32_t amount, int32_t slotID, bool immediatePickup, bool forceEquip, bool notifyOnPickup, MethodInfo * method)); DO_APP_FUNC(0x01D8C050, void, InventoryBase_ItemIdentifierPickedUp, (InventoryBase * __this, IItemIdentifier * itemIdentifier, int32_t amount, int32_t slotID, bool immediatePickup, bool forceEquip, MethodInfo * method)); DO_APP_FUNC(0x01D8C400, Item *, InventoryBase_GetActiveItem, (InventoryBase * __this, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01D8C420, Item *, InventoryBase_GetItem, (InventoryBase * __this, IItemIdentifier * itemIdentifier, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x003C7010, List_1_Opsive_UltimateCharacterController_Items_Item_ *, InventoryBase_GetAllItems, (InventoryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, List_1_Opsive_Shared_Inventory_IItemIdentifier_ *, InventoryBase_GetAllItemIdentifiers, (InventoryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01D8C440, void, InventoryBase_EquipItem, (InventoryBase * __this, IItemIdentifier * itemIdentifier, int32_t slotID, bool immediateEquip, MethodInfo * method)); DO_APP_FUNC(0x01D8C750, void, InventoryBase_UnequipItem, (InventoryBase * __this, IItemIdentifier * itemIdentifier, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01D8C890, void, InventoryBase_UnequipItem_1, (InventoryBase * __this, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01D8CCA0, int32_t, InventoryBase_GetItemIdentifierAmount, (InventoryBase * __this, IItemIdentifier * itemIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01D8CCC0, void, InventoryBase_AdjustItemIdentifierAmount, (InventoryBase * __this, IItemIdentifier * itemIdentifier, int32_t amount, MethodInfo * method)); DO_APP_FUNC(0x01D8CDF0, void, InventoryBase_RemoveItem, (InventoryBase * __this, IItemIdentifier * itemIdentifier, int32_t slotID, int32_t amount, bool drop, MethodInfo * method)); DO_APP_FUNC(0x01D8D2C0, void, InventoryBase_SendItemIdentifierAdjustmentEvents, (InventoryBase * __this, IItemIdentifier * itemIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01D8D400, void, InventoryBase_OnDeath, (InventoryBase * __this, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B540, InventoryBase_OnDeath__MethodInfo); DO_APP_FUNC(0x01D8D580, void, InventoryBase_RemoveAllItems, (InventoryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01D8D6A0, void, InventoryBase_OnRespawn, (InventoryBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B548, InventoryBase_OnRespawn__MethodInfo); DO_APP_FUNC(0x01D8D770, void, InventoryBase_OnDestroy, (InventoryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01D8D8E0, void, InventoryBase__ctor, (InventoryBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Category__Array *, ItemCollection_get_Categories, (ItemCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ItemCollection_set_Categories, (ItemCollection * __this, Category__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, ItemType__Array *, ItemCollection_get_ItemTypes, (ItemCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ItemCollection_set_ItemTypes, (ItemCollection * __this, ItemType__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01D8DB00, Category *, ItemCollection_GetCategory, (ItemCollection * __this, uint32_t id, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, ItemCollection__ctor, (ItemCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x01D8DD50, IItemIdentifier *, ItemDefinitionAmount_get_ItemIdentifier, (ItemDefinitionAmount * __this, MethodInfo * method)); DO_APP_FUNC(0x01D8DE20, void, ItemDefinitionAmount__ctor, (ItemDefinitionAmount * __this, ItemDefinitionBase * itemDefinition, int32_t amount, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ItemDefinitionBase__Array *, ItemSet_get_Slots, (ItemSet * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ItemSet_set_Slots, (ItemSet * __this, ItemDefinitionBase__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, ItemSet_get_State, (ItemSet * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ItemSet_set_State, (ItemSet * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, ItemSet_get_Enabled, (ItemSet * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, ItemSet_set_Enabled, (ItemSet * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D09D10, bool, ItemSet_get_CanSwitchTo, (ItemSet * __this, MethodInfo * method)); DO_APP_FUNC(0x01D09D20, void, ItemSet_set_CanSwitchTo, (ItemSet * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, int32_t, ItemSet_get_DisabledIndex, (ItemSet * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD10, void, ItemSet_set_DisabledIndex, (ItemSet * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, IItemIdentifier__Array *, ItemSet_get_ItemIdentifiers, (ItemSet * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, ItemSet_set_ItemIdentifiers, (ItemSet * __this, IItemIdentifier__Array * value, MethodInfo * method)); DO_APP_FUNC(0x00A88B30, void, ItemSet_set_Index, (ItemSet * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0041F5F0, void, ItemSet_set_Active, (ItemSet * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D8DEE0, void, ItemSet__ctor, (ItemSet * __this, MethodInfo * method)); DO_APP_FUNC(0x01D8DF10, void, ItemSet__ctor_1, (ItemSet * __this, ItemSet * itemSet, MethodInfo * method)); DO_APP_FUNC(0x01D8E440, void, ItemSet__ctor_2, (ItemSet * __this, int32_t slotCount, int32_t slotID, ItemDefinitionBase * itemDefinition, IItemIdentifier * itemIdentifier, String * state, MethodInfo * method)); DO_APP_FUNC(0x01D8E680, void, ItemSet_Initialize, (ItemSet * __this, GameObject * gameObject, ItemSetManagerBase * itemSetManager, uint32_t categoryID, int32_t categoryIndex, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01D8EB60, void, ItemSet_StateChange, (ItemSet * __this, MethodInfo * method)); DO_APP_FUNC(0x01D8EF00, void, ItemSet_OnUpdateItemSet, (ItemSet * __this, int32_t categoryIndex, int32_t itemSetIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B420, ItemSet_OnUpdateItemSet__MethodInfo); DO_APP_FUNC(0x01D8EF80, void, ItemSet_OnDestroy, (ItemSet * __this, MethodInfo * method)); DO_APP_FUNC(0x01D8F190, uint32_t, CategoryItemSet_get_CategoryID, (CategoryItemSet * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CategoryItemSet_set_CategoryID, (CategoryItemSet * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, CategoryItemSet_get_CategoryName, (CategoryItemSet * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, CategoryItemSet_set_CategoryName, (CategoryItemSet * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, CategoryItemSet_get_DefaultItemSetIndex, (CategoryItemSet * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, CategoryItemSet_set_DefaultItemSetIndex, (CategoryItemSet * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, List_1_Opsive_UltimateCharacterController_Inventory_ItemSet_ *, CategoryItemSet_get_ItemSetList, (CategoryItemSet * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, CategoryItemSet_set_ItemSetList, (CategoryItemSet * __this, List_1_Opsive_UltimateCharacterController_Inventory_ItemSet_ * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, IItemCategoryIdentifier *, CategoryItemSet_get_ItemCategory, (CategoryItemSet * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, CategoryItemSet_set_ItemCategory, (CategoryItemSet * __this, IItemCategoryIdentifier * value, MethodInfo * method)); DO_APP_FUNC(0x01D8F1C0, void, CategoryItemSet__ctor, (CategoryItemSet * __this, MethodInfo * method)); DO_APP_FUNC(0x01D8F290, void, CategoryItemSet__ctor_1, (CategoryItemSet * __this, uint32_t categoryID, String * categoryName, IItemCategoryIdentifier * itemCategory, MethodInfo * method)); DO_APP_FUNC(0x003C5490, ItemCollection *, ItemSetManager_get_ItemCollection, (ItemSetManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01D8F430, void, ItemSetManager_set_ItemCollection, (ItemSetManager * __this, ItemCollection * value, MethodInfo * method)); DO_APP_FUNC(0x01D8F620, void, ItemSetManager_Initialize, (ItemSetManager * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01D8FFA0, void, ItemSetManager__ctor, (ItemSetManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, CategoryItemSet__Array *, ItemSetManagerBase_get_CategoryItemSets, (ItemSetManagerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ItemSetManagerBase_set_CategoryItemSets, (ItemSetManagerBase * __this, CategoryItemSet__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Int32__Array *, ItemSetManagerBase_get_ActiveItemSetIndex, (ItemSetManagerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, Int32__Array *, ItemSetManagerBase_get_NextItemSetIndex, (ItemSetManagerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01D900E0, void, ItemSetManagerBase_Awake, (ItemSetManagerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01D90320, int32_t, ItemSetManagerBase_CategoryToIndex, (ItemSetManagerBase * __this, IItemCategoryIdentifier * category, MethodInfo * method)); DO_APP_FUNC(0x01D903D0, int32_t, ItemSetManagerBase_CategoryIDToIndex, (ItemSetManagerBase * __this, uint32_t categoryID, MethodInfo * method)); DO_APP_FUNC(0x01D90550, bool, ItemSetManagerBase_IsCategoryMember, (ItemSetManagerBase * __this, ItemDefinitionBase * itemDefinition, int32_t categoryIndex, MethodInfo * method)); DO_APP_FUNC(0x01D905E0, bool, ItemSetManagerBase_IsCategoryMember_1, (ItemSetManagerBase * __this, IItemCategoryIdentifier * itemCategory, int32_t categoryIndex, MethodInfo * method)); DO_APP_FUNC(0x01D90710, bool, ItemSetManagerBase_IsDefaultItemCategory, (ItemSetManagerBase * __this, ItemDefinitionBase * itemDefinition, MethodInfo * method)); DO_APP_FUNC(0x01D90850, bool, ItemSetManagerBase_IsDefaultItemCategory_1, (ItemSetManagerBase * __this, ItemDefinitionBase * itemDefinition, IItemCategoryIdentifier * itemCategory, MethodInfo * method)); DO_APP_FUNC(0x01D90A50, void, ItemSetManagerBase_OnAddItem, (ItemSetManagerBase * __this, Item * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B398, ItemSetManagerBase_OnAddItem__MethodInfo); DO_APP_FUNC(0x01D90AB0, void, ItemSetManagerBase_AddItem, (ItemSetManagerBase * __this, Item * item, IItemCategoryIdentifier * category, MethodInfo * method)); DO_APP_FUNC(0x01D90CE0, void, ItemSetManagerBase_AddItemSet, (ItemSetManagerBase * __this, Item * item, IItemCategoryIdentifier * category, MethodInfo * method)); DO_APP_FUNC(0x01D91C30, bool, ItemSetManagerBase_IsChildOf, (ItemSetManagerBase * __this, ItemDefinitionBase * possibleChild, ItemDefinitionBase * possibleParent, MethodInfo * method)); DO_APP_FUNC(0x01D91F60, void, ItemSetManagerBase_DuplicateItemSet, (ItemSetManagerBase * __this, Item * item, int32_t categoryIndex, int32_t itemSetIndex, MethodInfo * method)); DO_APP_FUNC(0x01D92330, void, ItemSetManagerBase_AddItemSet_1, (ItemSetManagerBase * __this, Item * item, ItemSet * itemSet, bool defaultItemSet, MethodInfo * method)); DO_APP_FUNC(0x01D923B0, void, ItemSetManagerBase_AddItemSet_2, (ItemSetManagerBase * __this, Item * item, ItemSet * itemSet, bool defaultItemSet, IItemCategoryIdentifier * category, MethodInfo * method)); DO_APP_FUNC(0x01D92890, void, ItemSetManagerBase_AddItemSet_3, (ItemSetManagerBase * __this, ItemSet * itemSet, bool defaultItemSet, IItemCategoryIdentifier * category, bool addParents, MethodInfo * method)); DO_APP_FUNC(0x01D92E00, void, ItemSetManagerBase_AddItemSet_4, (ItemSetManagerBase * __this, ItemSet * itemSet, bool defaultItemSet, int32_t categoryIndex, MethodInfo * method)); DO_APP_FUNC(0x01D92F90, int32_t, ItemSetManagerBase_GetItemSetIndex, (ItemSetManagerBase * __this, Item * item, int32_t categoryIndex, bool checkIfValid, MethodInfo * method)); DO_APP_FUNC(0x01D93310, int32_t, ItemSetManagerBase_GetDefaultItemSetIndex, (ItemSetManagerBase * __this, int32_t categoryIndex, MethodInfo * method)); DO_APP_FUNC(0x01D93360, int32_t, ItemSetManagerBase_GetTargetItemSetIndex, (ItemSetManagerBase * __this, int32_t categoryIndex, int32_t allowedMask, MethodInfo * method)); DO_APP_FUNC(0x01D93970, bool, ItemSetManagerBase_IsItemSetValid, (ItemSetManagerBase * __this, int32_t categoryIndex, int32_t itemSetIndex, bool checkIfCanSwitchTo, int32_t allowedSlotsMask, MethodInfo * method)); DO_APP_FUNC(0x01D93FA0, int32_t, ItemSetManagerBase_NextActiveItemSetIndex, (ItemSetManagerBase * __this, int32_t categoryIndex, int32_t currentItemSetIndex, bool next, MethodInfo * method)); DO_APP_FUNC(0x01D940A0, void, ItemSetManagerBase_UpdateNextItemSet, (ItemSetManagerBase * __this, int32_t categoryIndex, int32_t itemSetIndex, MethodInfo * method)); DO_APP_FUNC(0x01D941B0, void, ItemSetManagerBase_UpdateActiveItemSet, (ItemSetManagerBase * __this, int32_t categoryIndex, int32_t itemSetIndex, MethodInfo * method)); DO_APP_FUNC(0x01D94510, void, ItemSetManagerBase_SetDefaultItemSet, (ItemSetManagerBase * __this, int32_t categoryIndex, MethodInfo * method)); DO_APP_FUNC(0x01D945A0, IItemIdentifier *, ItemSetManagerBase_GetEquipItemIdentifier, (ItemSetManagerBase * __this, int32_t slot, MethodInfo * method)); DO_APP_FUNC(0x01D946E0, IItemIdentifier *, ItemSetManagerBase_GetEquipItemIdentifier_1, (ItemSetManagerBase * __this, int32_t categoryIndex, int32_t slot, MethodInfo * method)); DO_APP_FUNC(0x01D947D0, IItemIdentifier *, ItemSetManagerBase_GetEquipItemIdentifier_2, (ItemSetManagerBase * __this, int32_t categoryIndex, int32_t targetItemSetIndex, int32_t slot, MethodInfo * method)); DO_APP_FUNC(0x01D948D0, IItemIdentifier *, ItemSetManagerBase_GetNextItemIdentifier, (ItemSetManagerBase * __this, int32_t slot, int32_t * categoryIndex, MethodInfo * method)); DO_APP_FUNC(0x01D94A20, void, ItemSetManagerBase_OnDestroy, (ItemSetManagerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01D8FFA0, void, ItemSetManagerBase__ctor, (ItemSetManagerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, uint32_t, ItemType_get_ID, (ItemType * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, ItemType_set_ID, (ItemType * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, UInt32__Array *, ItemType_get_CategoryIDs, (ItemType * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ItemType_set_CategoryIDs, (ItemType * __this, UInt32__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, ItemType_get_Description, (ItemType * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, ItemType_set_Description, (ItemType * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, ItemType_get_Capacity, (ItemType * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5310, void, ItemType_set_Capacity, (ItemType * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, IItemIdentifier *, ItemType_CreateItemIdentifier, (ItemType * __this, MethodInfo * method)); DO_APP_FUNC(0x01D94C20, void, ItemType_Initialize, (ItemType * __this, ItemCollection * itemCollection, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, ItemDefinitionBase *, ItemType_GetParent, (ItemType * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, IItemCategoryIdentifier *, ItemType_GetItemCategory, (ItemType * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ItemDefinitionBase *, ItemType_GetItemDefinition, (ItemType * __this, MethodInfo * method)); DO_APP_FUNC(0x00AABEC0, String *, ItemType_ToString, (ItemType * __this, MethodInfo * method)); DO_APP_FUNC(0x01D94F10, void, ItemType__ctor, (ItemType * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, ActiveInputEvent_get_EventName, (ActiveInputEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x01D94FB0, void, ActiveInputEvent_Initialize, (ActiveInputEvent * __this, ActiveInputEvent_Type__Enum inputType, String * inputName, String * eventName, MethodInfo * method)); DO_APP_FUNC(0x01D95070, void, ActiveInputEvent_Initialize_1, (ActiveInputEvent * __this, ActiveInputEvent_Type__Enum inputType, String * inputName, float longPressDuration, bool waitForLongPressRelease, String * eventName, MethodInfo * method)); DO_APP_FUNC(0x01D95130, bool, ActiveInputEvent_HasButtonEvent, (ActiveInputEvent * __this, PlayerInput * playerInput, MethodInfo * method)); DO_APP_FUNC(0x01D95220, bool, ActiveInputEvent_HasAxisEvent, (ActiveInputEvent * __this, PlayerInput * playerInput, MethodInfo * method)); DO_APP_FUNC(0x01D95230, float, ActiveInputEvent_GetAxisValue, (ActiveInputEvent * __this, PlayerInput * playerInput, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ActiveInputEvent__ctor, (ActiveInputEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InputBase_Initialize, (InputBase * __this, PlayerInput * playerInput, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputBase__ctor, (InputBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, PlayerInput_get_HorizontalLookInputName, (PlayerInput * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, PlayerInput_set_HorizontalLookInputName, (PlayerInput * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, PlayerInput_get_VerticalLookInputName, (PlayerInput * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, PlayerInput_set_VerticalLookInputName, (PlayerInput * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5300, PlayerInput_LookVectorMode__Enum, PlayerInput_get_LookMode, (PlayerInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01D95270, void, PlayerInput_set_LookMode, (PlayerInput * __this, PlayerInput_LookVectorMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01D95310, Vector2, PlayerInput_get_LookSensitivity, (PlayerInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01D95330, void, PlayerInput_set_LookSensitivity, (PlayerInput * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x01CA7A30, float, PlayerInput_get_LookSensitivityMultiplier, (PlayerInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA7A40, void, PlayerInput_set_LookSensitivityMultiplier, (PlayerInput * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int32_t, PlayerInput_get_SmoothLookSteps, (PlayerInput * __this, MethodInfo * method)); DO_APP_FUNC(0x00523180, void, PlayerInput_set_SmoothLookSteps, (PlayerInput * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01CA4F60, float, PlayerInput_get_SmoothLookWeight, (PlayerInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA4F70, void, PlayerInput_set_SmoothLookWeight, (PlayerInput * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CE5090, float, PlayerInput_get_SmoothExponent, (PlayerInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE50A0, void, PlayerInput_set_SmoothExponent, (PlayerInput * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00BC1070, float, PlayerInput_get_LookAccelerationThreshold, (PlayerInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01D1AB30, void, PlayerInput_set_LookAccelerationThreshold, (PlayerInput * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C92C50, float, PlayerInput_get_ControllerConnectedCheckRate, (PlayerInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01D80200, void, PlayerInput_set_ControllerConnectedCheckRate, (PlayerInput * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, String *, PlayerInput_get_ConnectedControllerState, (PlayerInput * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, PlayerInput_set_ConnectedControllerState, (PlayerInput * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, UnityBoolEvent *, PlayerInput_get_EnableGameplayInputEvent, (PlayerInput * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, PlayerInput_set_EnableGameplayInputEvent, (PlayerInput * __this, UnityBoolEvent * value, MethodInfo * method)); DO_APP_FUNC(0x00A7D0E0, void, PlayerInput_set_RawLookVector, (PlayerInput * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x010A9200, void, PlayerInput_set_CurrentLookVector, (PlayerInput * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x00C6E420, bool, PlayerInput_get_ControllerConnected, (PlayerInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01D95340, void, PlayerInput_Awake, (PlayerInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01D95720, bool, PlayerInput_GetButton, (PlayerInput * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, PlayerInput_GetButtonInternal, (PlayerInput * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01D8C400, bool, PlayerInput_GetButtonDown, (PlayerInput * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, PlayerInput_GetButtonDownInternal, (PlayerInput * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01D95740, bool, PlayerInput_GetButtonUp, (PlayerInput * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, PlayerInput_GetButtonUpInternal, (PlayerInput * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01D95760, bool, PlayerInput_GetDoublePress, (PlayerInput * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, PlayerInput_GetDoublePressInternal, (PlayerInput * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01D95A30, bool, PlayerInput_GetTap, (PlayerInput * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01D95D10, bool, PlayerInput_GetLongPress, (PlayerInput * __this, String * name, float duration, bool waitForRelease, MethodInfo * method)); DO_APP_FUNC(0x01D96270, float, PlayerInput_GetAxis, (PlayerInput * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, PlayerInput_GetAxisInternal, (PlayerInput * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01D96290, float, PlayerInput_GetAxisRaw, (PlayerInput * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, PlayerInput_GetAxisRawInternal, (PlayerInput * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00C6E420, bool, PlayerInput_IsControllerConnected, (PlayerInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01D962B0, bool, PlayerInput_IsCursorVisible, (PlayerInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01D96300, Vector2, PlayerInput_GetMousePosition, (PlayerInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01D96370, void, PlayerInput_CheckForController, (PlayerInput * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B2F8, PlayerInput_CheckForController__MethodInfo); DO_APP_FUNC(0x01D96640, void, PlayerInput_FixedUpdate, (PlayerInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01D96B30, Vector2, PlayerInput_GetLookVector, (PlayerInput * __this, bool smoothed, MethodInfo * method)); DO_APP_FUNC(0x01D96B60, bool, PlayerInput_IsPointerOverUI, (PlayerInput * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94F0, void, PlayerInput_ChangeTimeScale, (PlayerInput * __this, float timeScale, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B2A8, PlayerInput_ChangeTimeScale__MethodInfo); DO_APP_FUNC(0x01D96DE0, void, PlayerInput_EnableGameplayInput, (PlayerInput * __this, bool enable, MethodInfo * method)); DO_APP_FUNC(0x01D96FF0, void, PlayerInput_OnDeath, (PlayerInput * __this, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B298, PlayerInput_OnDeath__MethodInfo); DO_APP_FUNC(0x01D97050, void, PlayerInput_OnRespawn, (PlayerInput * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B2A0, PlayerInput_OnRespawn__MethodInfo); DO_APP_FUNC(0x01D970C0, void, PlayerInput_OnApplicationFocus, (PlayerInput * __this, bool hasFocus, MethodInfo * method)); DO_APP_FUNC(0x01D97170, void, PlayerInput_OnDestroy, (PlayerInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01D97570, void, PlayerInput__ctor, (PlayerInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01D97730, bool, StandaloneInput_GetButton, (StandaloneInput * __this, String * name, InputBase_ButtonAction__Enum action, MethodInfo * method)); DO_APP_FUNC(0x01D97830, float, StandaloneInput_GetAxis, (StandaloneInput * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01D97880, float, StandaloneInput_GetAxisRaw, (StandaloneInput * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StandaloneInput__ctor, (StandaloneInput * __this, MethodInfo * method)); DO_APP_FUNC(0x00742FC0, bool, UnityInput_get_DisableCursor, (UnityInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01D978D0, void, UnityInput_set_DisableCursor, (UnityInput * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x007431A0, bool, UnityInput_get_EnableCursorWithEscape, (UnityInput * __this, MethodInfo * method)); DO_APP_FUNC(0x007431B0, void, UnityInput_set_EnableCursorWithEscape, (UnityInput * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x007431C0, bool, UnityInput_get_PreventLookMovementWithEscape, (UnityInput * __this, MethodInfo * method)); DO_APP_FUNC(0x007431D0, void, UnityInput_set_PreventLookMovementWithEscape, (UnityInput * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D97AD0, float, UnityInput_get_JoystickUpThreshold, (UnityInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01D97AE0, void, UnityInput_set_JoystickUpThreshold, (UnityInput * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D97AF0, void, UnityInput_Awake, (UnityInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01D97CB0, void, UnityInput_OnEnable, (UnityInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01D97D60, bool, UnityInput_RegisterVirtualControlsManager, (UnityInput * __this, VirtualControlsManager * virtualControlsManager, MethodInfo * method)); DO_APP_FUNC(0x01D97EA0, void, UnityInput_UnegisterVirtualControlsManager, (UnityInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01D97FB0, void, UnityInput_LateUpdate, (UnityInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01D98890, bool, UnityInput_GetButtonInternal, (UnityInput * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01D98A30, bool, UnityInput_GetButtonDownInternal, (UnityInput * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01D98BE0, bool, UnityInput_GetButtonUpInternal, (UnityInput * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01D98DE0, float, UnityInput_GetAxisInternal, (UnityInput * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01D98E10, float, UnityInput_GetAxisRawInternal, (UnityInput * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01D98E40, bool, UnityInput_IsPointerOverUI, (UnityInput * __this, MethodInfo * method)); DO_APP_FUNC(0x00743870, void, UnityInput_EnableGameplayInput, (UnityInput * __this, bool enable, MethodInfo * method)); DO_APP_FUNC(0x01D98EC0, void, UnityInput_OnApplicationFocus, (UnityInput * __this, bool hasFocus, MethodInfo * method)); DO_APP_FUNC(0x01D99050, void, UnityInput__ctor, (UnityInput * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, VirtualInput_RegisterVirtualControlsManager, (VirtualInput * __this, VirtualControlsManager * virtualControlsManager, MethodInfo * method)); DO_APP_FUNC(0x019C5750, void, VirtualInput_UnregisterVirtualControlsManager, (VirtualInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01D99080, float, VirtualInput_GetAxis, (VirtualInput * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01D991C0, float, VirtualInput_GetAxisRaw, (VirtualInput * __this, String * axisName, MethodInfo * method)); DO_APP_FUNC(0x01D99300, bool, VirtualInput_GetButton, (VirtualInput * __this, String * name, InputBase_ButtonAction__Enum action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VirtualInput__ctor, (VirtualInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01D994A0, void, VirtualAxis_Awake, (VirtualAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x01D995E0, void, VirtualAxis_OnPointerDown, (VirtualAxis * __this, PointerEventData * data, MethodInfo * method)); DO_APP_FUNC(0x01D99640, void, VirtualAxis_OnPointerUp, (VirtualAxis * __this, PointerEventData * data, MethodInfo * method)); DO_APP_FUNC(0x01D996A0, void, VirtualAxis__ctor, (VirtualAxis * __this, MethodInfo * method)); DO_APP_FUNC(0x01D997E0, void, VirtualButton_Awake, (VirtualButton * __this, MethodInfo * method)); DO_APP_FUNC(0x01D999F0, void, VirtualButton_OnPointerDown, (VirtualButton * __this, PointerEventData * data, MethodInfo * method)); DO_APP_FUNC(0x01D99A50, void, VirtualButton_OnPointerUp, (VirtualButton * __this, PointerEventData * data, MethodInfo * method)); DO_APP_FUNC(0x01D99AB0, bool, VirtualButton_GetButton, (VirtualButton * __this, InputBase_ButtonAction__Enum action, MethodInfo * method)); DO_APP_FUNC(0x01D99B40, void, VirtualButton_OnDestroy, (VirtualButton * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, VirtualButton__ctor, (VirtualButton * __this, MethodInfo * method)); DO_APP_FUNC(0x01D99C90, void, VirtualControl_Awake, (VirtualControl * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, VirtualControl_GetButton, (VirtualControl * __this, InputBase_ButtonAction__Enum action, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, VirtualControl_GetAxis, (VirtualControl * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, VirtualControl__ctor, (VirtualControl * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, GameObject *, VirtualControlsManager_get_Character, (VirtualControlsManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01D99E40, void, VirtualControlsManager_set_Character, (VirtualControlsManager * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x01D99E50, void, VirtualControlsManager_Awake, (VirtualControlsManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01D9A2B0, void, VirtualControlsManager_OnAttachCharacter, (VirtualControlsManager * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B210, VirtualControlsManager_OnAttachCharacter__MethodInfo); DO_APP_FUNC(0x01D9AAA0, void, VirtualControlsManager_RegisterVirtualControl, (VirtualControlsManager * __this, String * inputName, VirtualControl * virtualControl, MethodInfo * method)); DO_APP_FUNC(0x01D9AB30, bool, VirtualControlsManager_GetButton, (VirtualControlsManager * __this, String * name, InputBase_ButtonAction__Enum action, MethodInfo * method)); DO_APP_FUNC(0x01D9ABE0, float, VirtualControlsManager_GetAxis, (VirtualControlsManager * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01D9AC80, void, VirtualControlsManager_UnregisterVirtualControl, (VirtualControlsManager * __this, String * inputName, MethodInfo * method)); DO_APP_FUNC(0x01D9ACE0, void, VirtualControlsManager_OnDestroy, (VirtualControlsManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01D9AEA0, void, VirtualControlsManager__ctor, (VirtualControlsManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01D9AFB0, void, VirtualJoystick_Awake, (VirtualJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x01D9B250, void, VirtualJoystick_OnDrag, (VirtualJoystick * __this, PointerEventData * data, MethodInfo * method)); DO_APP_FUNC(0x01D9B540, void, VirtualJoystick_OnPointerUp, (VirtualJoystick * __this, PointerEventData * data, MethodInfo * method)); DO_APP_FUNC(0x01D9B610, float, VirtualJoystick_GetAxis, (VirtualJoystick * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01D9B6B0, void, VirtualJoystick__ctor, (VirtualJoystick * __this, MethodInfo * method)); DO_APP_FUNC(0x01D9B6D0, void, VirtualTouchpad_Awake, (VirtualTouchpad * __this, MethodInfo * method)); DO_APP_FUNC(0x01D9B850, void, VirtualTouchpad_OnPointerDown, (VirtualTouchpad * __this, PointerEventData * data, MethodInfo * method)); DO_APP_FUNC(0x01D9B950, void, VirtualTouchpad_OnDrag, (VirtualTouchpad * __this, PointerEventData * data, MethodInfo * method)); DO_APP_FUNC(0x01D9BCC0, void, VirtualTouchpad_DampenDeltaPosition, (VirtualTouchpad * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B170, VirtualTouchpad_DampenDeltaPosition__MethodInfo); DO_APP_FUNC(0x01D9BE30, float, VirtualTouchpad_GetAxis, (VirtualTouchpad * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01D9BF00, void, VirtualTouchpad__ctor, (VirtualTouchpad * __this, MethodInfo * method)); DO_APP_FUNC(0x01A728E0, void, KinematicObject_set_KinematicObjectIndex, (KinematicObject * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, KinematicObjectManager_UpdateLocation__Enum, KinematicObject_get_UpdateLocation, (KinematicObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01D9BF10, void, KinematicObject_Awake, (KinematicObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01D9BFB0, void, KinematicObject_OnEnable, (KinematicObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01D9C0C0, void, KinematicObject_FixedUpdate, (KinematicObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01D9C1B0, void, KinematicObject_Move, (KinematicObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01D9C290, void, KinematicObject_OnDisable, (KinematicObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, KinematicObject__ctor, (KinematicObject * __this, MethodInfo * method)); DO_APP_FUNC(0x009B9450, Transform *, KinematicObject_Opsive_UltimateCharacterController_Game_IKinematicObject_get_transform, (KinematicObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01D9C2C0, KinematicObjectManager *, KinematicObjectManager_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, KinematicObjectManager_get_StartCharacterCount, (KinematicObjectManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, KinematicObjectManager_get_StartCameraCount, (KinematicObjectManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, KinematicObjectManager_get_StartKinematicObjectCount, (KinematicObjectManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01D9C410, void, KinematicObjectManager_OnEnable, (KinematicObjectManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01D9C790, void, KinematicObjectManager_Awake, (KinematicObjectManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01D9C960, int32_t, KinematicObjectManager_RegisterCharacter, (UltimateCharacterLocomotion * characterLocomotion, MethodInfo * method)); DO_APP_FUNC(0x01D9C990, int32_t, KinematicObjectManager_RegisterCharacterInternal, (KinematicObjectManager * __this, UltimateCharacterLocomotion * characterLocomotion, MethodInfo * method)); DO_APP_FUNC(0x01D9CBD0, int32_t, KinematicObjectManager_RegisterCamera, (CameraController * cameraController, MethodInfo * method)); DO_APP_FUNC(0x01D9CC00, int32_t, KinematicObjectManager_RegisterCameraInternal, (KinematicObjectManager * __this, CameraController * cameraController, MethodInfo * method)); DO_APP_FUNC(0x01D9CE40, int32_t, KinematicObjectManager_RegisterKinematicObject, (IKinematicObject * kinematicObject, MethodInfo * method)); DO_APP_FUNC(0x01D9CE70, int32_t, KinematicObjectManager_RegisterKinematicObjectInternal, (KinematicObjectManager * __this, IKinematicObject * kinematicObject, MethodInfo * method)); DO_APP_FUNC(0x01D9D150, void, KinematicObjectManager_SetCharacterDeltaYawRotation, (int32_t characterIndex, float yawRotation, MethodInfo * method)); DO_APP_FUNC(0x01D9D1B0, void, KinematicObjectManager_SetCharacterDeltaYawRotationInternal, (KinematicObjectManager * __this, int32_t characterIndex, float yawRotation, MethodInfo * method)); DO_APP_FUNC(0x01D9D1F0, void, KinematicObjectManager_SetCharacterMovementInput, (int32_t characterIndex, float horizontalMovement, float forwardMovement, MethodInfo * method)); DO_APP_FUNC(0x01D9D280, void, KinematicObjectManager_SetCharacterMovementInputInternal, (KinematicObjectManager * __this, int32_t characterIndex, float horizontalMovement, float forwardMovement, MethodInfo * method)); DO_APP_FUNC(0x01D9D2E0, void, KinematicObjectManager_SetCharacterPosition, (int32_t characterIndex, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x01D9D3B0, void, KinematicObjectManager_SetCharacterPositionInternal, (KinematicObjectManager * __this, int32_t characterIndex, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x01D9D460, void, KinematicObjectManager_SetCharacterRotation, (int32_t characterIndex, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x01D9D520, void, KinematicObjectManager_SetCharacterRotationInternal, (KinematicObjectManager * __this, int32_t characterIndex, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x01D9D5C0, void, KinematicObjectManager_SetCameraLookVector, (int32_t cameraIndex, Vector2 lookVector, MethodInfo * method)); DO_APP_FUNC(0x01D9D630, void, KinematicObjectManager_SetCameraLookVectorInternal, (KinematicObjectManager * __this, int32_t cameraIndex, Vector2 lookVector, MethodInfo * method)); DO_APP_FUNC(0x01D9D690, void, KinematicObjectManager_SetCameraPosition, (int32_t cameraIndex, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x01D9D720, void, KinematicObjectManager_SetCameraPositionInternal, (KinematicObjectManager * __this, int32_t cameraIndex, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x01D9D790, void, KinematicObjectManager_SetCameraRotation, (int32_t cameraIndex, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x01D9D810, void, KinematicObjectManager_SetCameraRotationInternal, (KinematicObjectManager * __this, int32_t cameraIndex, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x01D9D880, void, KinematicObjectManager_SetKinematicObjectPosition, (int32_t kinematicObjectIndex, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x01D9D950, void, KinematicObjectManager_SetKinematicObjectPositionInternal, (KinematicObjectManager * __this, int32_t kinematicObjectIndex, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x01D9DA00, void, KinematicObjectManager_SetKinematicObjectRotation, (int32_t kinematicObjectIndex, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x01D9DAC0, void, KinematicObjectManager_SetKinematicObjectRotationInternal, (KinematicObjectManager * __this, int32_t kinematicObjectIndex, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x01D9DB60, void, KinematicObjectManager_Update, (KinematicObjectManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01D9E180, void, KinematicObjectManager_FixedUpdate, (KinematicObjectManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01D9E5E0, void, KinematicObjectManager_LateUpdate, (KinematicObjectManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01D9E7A0, void, KinematicObjectManager_CharacterMove, (int32_t characterIndex, MethodInfo * method)); DO_APP_FUNC(0x01D9E840, void, KinematicObjectManager_CharacterMoveInternal, (KinematicObjectManager * __this, int32_t characterIndex, MethodInfo * method)); DO_APP_FUNC(0x01D9E8D0, void, KinematicObjectManager_BeginCharacterMovement, (int32_t characterIndex, MethodInfo * method)); DO_APP_FUNC(0x01D9E900, void, KinematicObjectManager_BeginCharacterMovementInternal, (KinematicObjectManager * __this, int32_t characterIndex, MethodInfo * method)); DO_APP_FUNC(0x01D9EB50, void, KinematicObjectManager_EndCharacterMovement, (int32_t characterIndex, MethodInfo * method)); DO_APP_FUNC(0x01D9EB80, void, KinematicObjectManager_EndCharacterMovementInternal, (KinematicObjectManager * __this, int32_t characterIndex, MethodInfo * method)); DO_APP_FUNC(0x01D9ED90, void, KinematicObjectManager_UnregisterCharacter, (int32_t characterIndex, MethodInfo * method)); DO_APP_FUNC(0x01D9EDC0, void, KinematicObjectManager_UnregisterCharacterInternal, (KinematicObjectManager * __this, int32_t characterIndex, MethodInfo * method)); DO_APP_FUNC(0x01D9EFB0, void, KinematicObjectManager_UnregisterCamera, (int32_t cameraIndex, MethodInfo * method)); DO_APP_FUNC(0x01D9EFE0, void, KinematicObjectManager_UnregisterCameraInternal, (KinematicObjectManager * __this, int32_t cameraIndex, MethodInfo * method)); DO_APP_FUNC(0x01D9F2D0, void, KinematicObjectManager_UnregisterKinematicObject, (int32_t kinematicObjectIndex, MethodInfo * method)); DO_APP_FUNC(0x01D9F300, void, KinematicObjectManager_UnregisterKinematicObjectInternal, (KinematicObjectManager * __this, int32_t kinematicObjectIndex, MethodInfo * method)); DO_APP_FUNC(0x01D9F550, void, KinematicObjectManager_SceneUnloaded, (KinematicObjectManager * __this, Scene scene, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B140, KinematicObjectManager_SceneUnloaded__MethodInfo); DO_APP_FUNC(0x01D9F6C0, void, KinematicObjectManager_OnDisable, (KinematicObjectManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01D9F770, void, KinematicObjectManager_DomainReset, (MethodInfo * method)); DO_APP_FUNC(0x01D9F820, void, KinematicObjectManager__ctor, (KinematicObjectManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Transform *, KinematicObjectManager_SmoothFixedLocation_get_Transform, (KinematicObjectManager_SmoothFixedLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x01D9FA00, void, KinematicObjectManager_SmoothFixedLocation_Initialize, (KinematicObjectManager_SmoothFixedLocation * __this, Transform * transform, MethodInfo * method)); DO_APP_FUNC(0x01D9FE20, void, KinematicObjectManager_SmoothFixedLocation_SmoothMove, (KinematicObjectManager_SmoothFixedLocation * __this, float interpAmount, MethodInfo * method)); DO_APP_FUNC(0x01DA0130, void, KinematicObjectManager_SmoothFixedLocation_RestoreFixedLocation, (KinematicObjectManager_SmoothFixedLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA0350, void, KinematicObjectManager_SmoothFixedLocation_AssignFixedLocation, (KinematicObjectManager_SmoothFixedLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA0570, void, KinematicObjectManager_SmoothFixedLocation_SetPosition, (KinematicObjectManager_SmoothFixedLocation * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x01DA0740, void, KinematicObjectManager_SmoothFixedLocation_SetRotation, (KinematicObjectManager_SmoothFixedLocation * __this, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, KinematicObjectManager_SmoothFixedLocation__ctor, (KinematicObjectManager_SmoothFixedLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, UltimateCharacterLocomotion *, KinematicObjectManager_KinematicCharacter_get_CharacterLocomotion, (KinematicObjectManager_KinematicCharacter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, CameraController *, KinematicObjectManager_KinematicCharacter_get_AttachedCamera, (KinematicObjectManager_KinematicCharacter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, CharacterIKBase *, KinematicObjectManager_KinematicCharacter_get_CharacterIK, (KinematicObjectManager_KinematicCharacter * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D100, void, KinematicObjectManager_KinematicCharacter_set_HorizontalMovement, (KinematicObjectManager_KinematicCharacter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x012CBDC0, void, KinematicObjectManager_KinematicCharacter_set_ForwardMovement, (KinematicObjectManager_KinematicCharacter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C94F0, void, KinematicObjectManager_KinematicCharacter_set_DeltaYawRotation, (KinematicObjectManager_KinematicCharacter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DA08F0, void, KinematicObjectManager_KinematicCharacter_Initialize, (KinematicObjectManager_KinematicCharacter * __this, UltimateCharacterLocomotion * characterLocomotion, MethodInfo * method)); DO_APP_FUNC(0x01DA0E60, void, KinematicObjectManager_KinematicCharacter_OnAttachLookSource, (KinematicObjectManager_KinematicCharacter * __this, ILookSource * lookSource, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CEF8, KinematicObjectManager_KinematicCharacter_OnAttachLookSource__MethodInfo); DO_APP_FUNC(0x01DA0FD0, void, KinematicObjectManager_KinematicCharacter_SmoothMove, (KinematicObjectManager_KinematicCharacter * __this, float interpAmount, MethodInfo * method)); DO_APP_FUNC(0x01DA1070, void, KinematicObjectManager_KinematicCharacter_Move, (KinematicObjectManager_KinematicCharacter * __this, bool manualMove, MethodInfo * method)); DO_APP_FUNC(0x01DA1260, void, KinematicObjectManager_KinematicCharacter_RestoreFixedLocation, (KinematicObjectManager_KinematicCharacter * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA12E0, void, KinematicObjectManager_KinematicCharacter_AssignFixedLocation, (KinematicObjectManager_KinematicCharacter * __this, bool assignSmoothedBones, MethodInfo * method)); DO_APP_FUNC(0x01DA1370, void, KinematicObjectManager_KinematicCharacter_SetPosition, (KinematicObjectManager_KinematicCharacter * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x01DA1640, void, KinematicObjectManager_KinematicCharacter_SetRotation, (KinematicObjectManager_KinematicCharacter * __this, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x01DA18F0, void, KinematicObjectManager_KinematicCharacter_UnregisterCharacter, (KinematicObjectManager_KinematicCharacter * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, KinematicObjectManager_KinematicCharacter__ctor, (KinematicObjectManager_KinematicCharacter * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA1BA0, void, KinematicObjectManager_KinematicCharacter__Initialize_b__21_0, (KinematicObjectManager_KinematicCharacter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CE88, KinematicObjectManager_KinematicCharacter__Initialize_b__21_0__MethodInfo); DO_APP_FUNC(0x003C5490, IKinematicObject *, KinematicObjectManager_KinematicObject_get_IKinematicObject, (KinematicObjectManager_KinematicObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA2250, void, KinematicObjectManager_KinematicObject_Initialize, (KinematicObjectManager_KinematicObject * __this, IKinematicObject * kinematicObject, MethodInfo * method)); DO_APP_FUNC(0x01DA2310, void, KinematicObjectManager_KinematicObject_Move, (KinematicObjectManager_KinematicObject * __this, bool applyFixedLocation, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, KinematicObjectManager_KinematicObject__ctor, (KinematicObjectManager_KinematicObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, CameraController *, KinematicObjectManager_KinematicCamera_get_CameraController, (KinematicObjectManager_KinematicCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, UltimateCharacterLocomotion *, KinematicObjectManager_KinematicCamera_get_CharacterLocomotion, (KinematicObjectManager_KinematicCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x01015EB0, void, KinematicObjectManager_KinematicCamera_set_LookVector, (KinematicObjectManager_KinematicCamera * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x01DA23A0, void, KinematicObjectManager_KinematicCamera_Initialize, (KinematicObjectManager_KinematicCamera * __this, CameraController * cameraController, MethodInfo * method)); DO_APP_FUNC(0x01DA25B0, void, KinematicObjectManager_KinematicCamera_OnAttachCharacter, (KinematicObjectManager_KinematicCamera * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CEC0, KinematicObjectManager_KinematicCamera_OnAttachCharacter__MethodInfo); DO_APP_FUNC(0x01DA27C0, void, KinematicObjectManager_KinematicCamera_Rotate, (KinematicObjectManager_KinematicCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA2800, void, KinematicObjectManager_KinematicCamera_Move, (KinematicObjectManager_KinematicCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA2850, void, KinematicObjectManager_KinematicCamera_UnregisterCamera, (KinematicObjectManager_KinematicCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, KinematicObjectManager_KinematicCamera__ctor, (KinematicObjectManager_KinematicCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, LayerManager_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, LayerManager_get_TransparentFX, (MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, LayerManager_get_IgnoreRaycast, (MethodInfo * method)); DO_APP_FUNC(0x00EEC8E0, int32_t, LayerManager_get_Water, (MethodInfo * method)); DO_APP_FUNC(0x011B8EF0, int32_t, LayerManager_get_UI, (MethodInfo * method)); DO_APP_FUNC(0x01DA2990, int32_t, LayerManager_get_Enemy, (MethodInfo * method)); DO_APP_FUNC(0x01DA29A0, int32_t, LayerManager_get_MovingPlatform, (MethodInfo * method)); DO_APP_FUNC(0x00EECF00, int32_t, LayerManager_get_VisualEffect, (MethodInfo * method)); DO_APP_FUNC(0x01DA29B0, int32_t, LayerManager_get_Overlay, (MethodInfo * method)); DO_APP_FUNC(0x01DA29C0, int32_t, LayerManager_get_SubCharacter, (MethodInfo * method)); DO_APP_FUNC(0x01DA29D0, int32_t, LayerManager_get_Character, (MethodInfo * method)); DO_APP_FUNC(0x01DA29E0, void, LayerManager_Initialize, (MethodInfo * method)); DO_APP_FUNC(0x01DA2B20, void, LayerManager_OnEnable, (LayerManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA2D30, void, LayerManager_Awake, (LayerManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA2FE0, void, LayerManager_IgnoreCollision, (Collider * mainCollider, Collider * otherCollider, MethodInfo * method)); DO_APP_FUNC(0x01DA3320, void, LayerManager_RevertCollision, (Collider * mainCollider, MethodInfo * method)); DO_APP_FUNC(0x01DA3620, void, LayerManager_SceneUnloaded, (LayerManager * __this, Scene scene, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CDD8, LayerManager_SceneUnloaded__MethodInfo); DO_APP_FUNC(0x01DA3760, void, LayerManager_OnDisable, (LayerManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA3810, void, LayerManager_DomainReset, (MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, LayerManager__ctor, (LayerManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, SpawnPoint_get_Grouping, (SpawnPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA38C0, void, SpawnPoint_set_Grouping, (SpawnPoint * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, SpawnPoint_SpawnShape__Enum, SpawnPoint_get_Shape, (SpawnPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, SpawnPoint_set_Shape, (SpawnPoint * __this, SpawnPoint_SpawnShape__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, SpawnPoint_get_Size, (SpawnPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA780, void, SpawnPoint_set_Size, (SpawnPoint * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB1A0, float, SpawnPoint_get_GroundSnapHeight, (SpawnPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x00986690, void, SpawnPoint_set_GroundSnapHeight, (SpawnPoint * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0041F540, bool, SpawnPoint_get_RandomDirection, (SpawnPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F550, void, SpawnPoint_set_RandomDirection, (SpawnPoint * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0046DDA0, bool, SpawnPoint_get_CheckForObstruction, (SpawnPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x0046DDB0, void, SpawnPoint_set_CheckForObstruction, (SpawnPoint * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, SpawnPoint_get_PlacementAttempts, (SpawnPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF230, void, SpawnPoint_set_PlacementAttempts, (SpawnPoint * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01DA39B0, int32_t, SpawnPoint_get_ObstructionLayers, (SpawnPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA39C0, void, SpawnPoint_set_ObstructionLayers, (SpawnPoint * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01DA39D0, void, SpawnPoint_Awake, (SpawnPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA3B10, void, SpawnPoint_OnEnable, (SpawnPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA3B50, bool, SpawnPoint_GetPlacement, (SpawnPoint * __this, GameObject * spawningObject, Vector3 * position, Quaternion * rotation, MethodInfo * method)); DO_APP_FUNC(0x01DA4440, Vector3, SpawnPoint_RandomPosition, (SpawnPoint * __this, int32_t attempt, MethodInfo * method)); DO_APP_FUNC(0x01DA46A0, void, SpawnPoint_OnDisable, (SpawnPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA46D0, void, SpawnPoint__ctor, (SpawnPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA4750, SpawnPointManager *, SpawnPointManager_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x01DA48A0, void, SpawnPointManager_OnEnable, (SpawnPointManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA3B10, void, SpawnPointManager_AddSpawnPoint, (SpawnPoint * spawnPoint, MethodInfo * method)); DO_APP_FUNC(0x01DA4AB0, void, SpawnPointManager_AddSpawnPointInternal, (SpawnPointManager * __this, SpawnPoint * spawnPoint, MethodInfo * method)); DO_APP_FUNC(0x01DA4AD0, void, SpawnPointManager_AddSpawnPointGrouping, (SpawnPointManager * __this, SpawnPoint * spawnPoint, int32_t groupingIndex, MethodInfo * method)); DO_APP_FUNC(0x01DA4D00, void, SpawnPointManager_UpdateSpawnPointGrouping, (SpawnPoint * spawnPoint, int32_t newGroupingIndex, MethodInfo * method)); DO_APP_FUNC(0x01DA4DA0, void, SpawnPointManager_UpdateSpawnPointGroupingInternal, (SpawnPointManager * __this, SpawnPoint * spawnPoint, int32_t newGroupingIndex, MethodInfo * method)); DO_APP_FUNC(0x01DA4E00, bool, SpawnPointManager_GetPlacement, (GameObject * spawningObject, int32_t grouping, Vector3 * position, Quaternion * rotation, MethodInfo * method)); DO_APP_FUNC(0x01DA4E70, bool, SpawnPointManager_GetPlacementInternal, (SpawnPointManager * __this, GameObject * spawningObject, int32_t grouping, Vector3 * position, Quaternion * rotation, MethodInfo * method)); DO_APP_FUNC(0x01DA5200, void, SpawnPointManager_ShuffleSpawnPoints, (SpawnPointManager * __this, List_1_Opsive_UltimateCharacterController_Game_SpawnPoint_ * spawnPoints, MethodInfo * method)); DO_APP_FUNC(0x01DA5350, List_1_Opsive_UltimateCharacterController_Game_SpawnPoint_ *, SpawnPointManager_GetSpawnPoints, (int32_t grouping, MethodInfo * method)); DO_APP_FUNC(0x01DA5440, List_1_Opsive_UltimateCharacterController_Game_SpawnPoint_ *, SpawnPointManager_GetSpawnPointsInternal, (SpawnPointManager * __this, int32_t grouping, MethodInfo * method)); DO_APP_FUNC(0x01DA46A0, void, SpawnPointManager_RemoveSpawnPoint, (SpawnPoint * spawnPoint, MethodInfo * method)); DO_APP_FUNC(0x01DA5510, void, SpawnPointManager_RemoveSpawnPointInternal, (SpawnPointManager * __this, SpawnPoint * spawnPoint, MethodInfo * method)); DO_APP_FUNC(0x01DA56C0, void, SpawnPointManager_OnDisable, (SpawnPointManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA5770, void, SpawnPointManager_SceneUnloaded, (SpawnPointManager * __this, Scene scene, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CC88, SpawnPointManager_SceneUnloaded__MethodInfo); DO_APP_FUNC(0x01DA58B0, void, SpawnPointManager_DomainReset, (MethodInfo * method)); DO_APP_FUNC(0x01DA5960, void, SpawnPointManager__ctor, (SpawnPointManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AOTLinker_2_Linker, (AOTLinker_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AOTLinker_2__ctor, (AOTLinker_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, GameObject *, FirstPersonFlashlightProperties_get_Light, (FirstPersonFlashlightProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, FirstPersonFlashlightProperties_set_Light, (FirstPersonFlashlightProperties * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x01D144F0, void, FirstPersonFlashlightProperties_Awake, (FirstPersonFlashlightProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F670, void, FirstPersonFlashlightProperties__ctor, (FirstPersonFlashlightProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, Transform *, FirstPersonGrenadeItemProperties_get_PinAttachmentLocation, (FirstPersonGrenadeItemProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, FirstPersonGrenadeItemProperties_set_PinAttachmentLocation, (FirstPersonGrenadeItemProperties * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00764A50, int32_t, FirstPersonGrenadeItemProperties_get_PinAttachmentLocationID, (FirstPersonGrenadeItemProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x01C1F550, void, FirstPersonGrenadeItemProperties_set_PinAttachmentLocationID, (FirstPersonGrenadeItemProperties * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01DA5B40, void, FirstPersonGrenadeItemProperties_Awake, (FirstPersonGrenadeItemProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x01D14BA0, void, FirstPersonGrenadeItemProperties__ctor, (FirstPersonGrenadeItemProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, FirstPersonItemProperties_get_FirstPersonItem, (FirstPersonItemProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F670, void, FirstPersonItemProperties__ctor, (FirstPersonItemProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Transform *, FirstPersonMagicItemProperties_get_OriginLocation, (FirstPersonMagicItemProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, FirstPersonMagicItemProperties_set_OriginLocation, (FirstPersonMagicItemProperties * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x0075F670, void, FirstPersonMagicItemProperties__ctor, (FirstPersonMagicItemProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0111DD10, int32_t, FirstPersonPerspectiveItem_get_FirstPersonBaseObjectID, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01A20C50, void, FirstPersonPerspectiveItem_set_FirstPersonBaseObjectID, (FirstPersonPerspectiveItem * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, GameObject *, FirstPersonPerspectiveItem_get_VisibleItem, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, FirstPersonPerspectiveItem_set_VisibleItem, (FirstPersonPerspectiveItem * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x0068A9A0, bool, FirstPersonPerspectiveItem_get_VRHandParent, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00C86130, void, FirstPersonPerspectiveItem_set_VRHandParent, (FirstPersonPerspectiveItem * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C7000, GameObject__Array *, FirstPersonPerspectiveItem_get_AdditionalControlObjects, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, Spring *, FirstPersonPerspectiveItem_get_PositionSpring, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA6040, void, FirstPersonPerspectiveItem_set_PositionSpring, (FirstPersonPerspectiveItem * __this, Spring * value, MethodInfo * method)); DO_APP_FUNC(0x01DA6100, Vector3, FirstPersonPerspectiveItem_get_PositionOffset, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA6120, void, FirstPersonPerspectiveItem_set_PositionOffset, (FirstPersonPerspectiveItem * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01DA61A0, Vector3, FirstPersonPerspectiveItem_get_PositionExitOffset, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA61C0, void, FirstPersonPerspectiveItem_set_PositionExitOffset, (FirstPersonPerspectiveItem * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00A7CDE0, float, FirstPersonPerspectiveItem_get_PositionFallImpact, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D180, void, FirstPersonPerspectiveItem_set_PositionFallImpact, (FirstPersonPerspectiveItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00A7D1B0, float, FirstPersonPerspectiveItem_get_PositionFallRetract, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D1C0, void, FirstPersonPerspectiveItem_set_PositionFallRetract, (FirstPersonPerspectiveItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DA6240, Vector3, FirstPersonPerspectiveItem_get_PositionMoveSlide, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA6260, void, FirstPersonPerspectiveItem_set_PositionMoveSlide, (FirstPersonPerspectiveItem * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01DA6280, Vector3, FirstPersonPerspectiveItem_get_PositionPlatformSlide, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA62A0, void, FirstPersonPerspectiveItem_set_PositionPlatformSlide, (FirstPersonPerspectiveItem * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00682E40, float, FirstPersonPerspectiveItem_get_PositionInputVelocityScale, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00682E50, void, FirstPersonPerspectiveItem_set_PositionInputVelocityScale, (FirstPersonPerspectiveItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0101D7A0, float, FirstPersonPerspectiveItem_get_PositionMaxInputVelocity, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D7B0, void, FirstPersonPerspectiveItem_set_PositionMaxInputVelocity, (FirstPersonPerspectiveItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DA62C0, Vector3, FirstPersonPerspectiveItem_get_RotationOffset, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA62E0, void, FirstPersonPerspectiveItem_set_RotationOffset, (FirstPersonPerspectiveItem * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01DA6360, Vector3, FirstPersonPerspectiveItem_get_RotationExitOffset, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA6380, void, FirstPersonPerspectiveItem_set_RotationExitOffset, (FirstPersonPerspectiveItem * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x0070ED80, Spring *, FirstPersonPerspectiveItem_get_RotationSpring, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA6400, void, FirstPersonPerspectiveItem_set_RotationSpring, (FirstPersonPerspectiveItem * __this, Spring * value, MethodInfo * method)); DO_APP_FUNC(0x01DA64E0, float, FirstPersonPerspectiveItem_get_RotationFallImpact, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA64F0, void, FirstPersonPerspectiveItem_set_RotationFallImpact, (FirstPersonPerspectiveItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0101D8B0, int32_t, FirstPersonPerspectiveItem_get_RotationFallImpactSoftness, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D8C0, void, FirstPersonPerspectiveItem_set_RotationFallImpactSoftness, (FirstPersonPerspectiveItem * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01DA6500, Vector3, FirstPersonPerspectiveItem_get_RotationLookSway, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA6520, void, FirstPersonPerspectiveItem_set_RotationLookSway, (FirstPersonPerspectiveItem * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01D76C80, Vector3, FirstPersonPerspectiveItem_get_RotationStrafeSway, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D76CA0, void, FirstPersonPerspectiveItem_set_RotationStrafeSway, (FirstPersonPerspectiveItem * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01D43730, Vector3, FirstPersonPerspectiveItem_get_RotationVerticalSway, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA6540, void, FirstPersonPerspectiveItem_set_RotationVerticalSway, (FirstPersonPerspectiveItem * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01D43750, Vector3, FirstPersonPerspectiveItem_get_RotationPlatformSway, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA6560, void, FirstPersonPerspectiveItem_set_RotationPlatformSway, (FirstPersonPerspectiveItem * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01D65400, float, FirstPersonPerspectiveItem_get_RotationGroundSwayMultiplier, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65410, void, FirstPersonPerspectiveItem_set_RotationGroundSwayMultiplier, (FirstPersonPerspectiveItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DA6580, float, FirstPersonPerspectiveItem_get_RotationInputVelocityScale, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4B1A0, void, FirstPersonPerspectiveItem_set_RotationInputVelocityScale, (FirstPersonPerspectiveItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D6A760, float, FirstPersonPerspectiveItem_get_RotationMaxInputVelocity, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A770, void, FirstPersonPerspectiveItem_set_RotationMaxInputVelocity, (FirstPersonPerspectiveItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x004FC820, Spring *, FirstPersonPerspectiveItem_get_PivotPositionSpring, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA6590, void, FirstPersonPerspectiveItem_set_PivotPositionSpring, (FirstPersonPerspectiveItem * __this, Spring * value, MethodInfo * method)); DO_APP_FUNC(0x01CB49B0, Vector3, FirstPersonPerspectiveItem_get_PivotPositionOffset, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA6670, void, FirstPersonPerspectiveItem_set_PivotPositionOffset, (FirstPersonPerspectiveItem * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x004FC970, Spring *, FirstPersonPerspectiveItem_get_PivotRotationSpring, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA66F0, void, FirstPersonPerspectiveItem_set_PivotRotationSpring, (FirstPersonPerspectiveItem * __this, Spring * value, MethodInfo * method)); DO_APP_FUNC(0x00743970, Vector3, FirstPersonPerspectiveItem_get_PivotRotationOffset, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA67D0, void, FirstPersonPerspectiveItem_set_PivotRotationOffset, (FirstPersonPerspectiveItem * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01DA6820, float, FirstPersonPerspectiveItem_get_ShakeSpeed, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA6830, void, FirstPersonPerspectiveItem_set_ShakeSpeed, (FirstPersonPerspectiveItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DA6840, Vector3, FirstPersonPerspectiveItem_get_ShakeAmplitude, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA6860, void, FirstPersonPerspectiveItem_set_ShakeAmplitude, (FirstPersonPerspectiveItem * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x0098BE40, Vector3, FirstPersonPerspectiveItem_get_BobPositionalRate, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x0098BE60, void, FirstPersonPerspectiveItem_set_BobPositionalRate, (FirstPersonPerspectiveItem * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01DA6880, Vector3, FirstPersonPerspectiveItem_get_BobPositionalAmplitude, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA68A0, void, FirstPersonPerspectiveItem_set_BobPositionalAmplitude, (FirstPersonPerspectiveItem * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01DA68C0, Vector3, FirstPersonPerspectiveItem_get_BobRotationalRate, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA68E0, void, FirstPersonPerspectiveItem_set_BobRotationalRate, (FirstPersonPerspectiveItem * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01DA6900, Vector3, FirstPersonPerspectiveItem_get_BobRotationalAmplitude, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA6920, void, FirstPersonPerspectiveItem_set_BobRotationalAmplitude, (FirstPersonPerspectiveItem * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01DA6940, float, FirstPersonPerspectiveItem_get_BobInputVelocityScale, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA6950, void, FirstPersonPerspectiveItem_set_BobInputVelocityScale, (FirstPersonPerspectiveItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DA6960, float, FirstPersonPerspectiveItem_get_BobMaxInputVelocity, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA6970, void, FirstPersonPerspectiveItem_set_BobMaxInputVelocity, (FirstPersonPerspectiveItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CB4B40, bool, FirstPersonPerspectiveItem_get_BobRequireGroundContact, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB4B50, void, FirstPersonPerspectiveItem_set_BobRequireGroundContact, (FirstPersonPerspectiveItem * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DA6980, float, FirstPersonPerspectiveItem_get_StepMinVelocity, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA6990, void, FirstPersonPerspectiveItem_set_StepMinVelocity, (FirstPersonPerspectiveItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DA69A0, int32_t, FirstPersonPerspectiveItem_get_StepSoftness, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA69B0, void, FirstPersonPerspectiveItem_set_StepSoftness, (FirstPersonPerspectiveItem * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01DA69C0, Vector3, FirstPersonPerspectiveItem_get_StepPositionForce, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA69E0, void, FirstPersonPerspectiveItem_set_StepPositionForce, (FirstPersonPerspectiveItem * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01DA6A00, Vector3, FirstPersonPerspectiveItem_get_StepRotationForce, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA6A20, void, FirstPersonPerspectiveItem_set_StepRotationForce, (FirstPersonPerspectiveItem * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01DA6A40, float, FirstPersonPerspectiveItem_get_StepForceScale, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA6A50, void, FirstPersonPerspectiveItem_set_StepForceScale, (FirstPersonPerspectiveItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DA6A60, float, FirstPersonPerspectiveItem_get_StepPositionBalance, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA6A70, void, FirstPersonPerspectiveItem_set_StepPositionBalance, (FirstPersonPerspectiveItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DA6A80, float, FirstPersonPerspectiveItem_get_StepRotationBalance, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA6A90, void, FirstPersonPerspectiveItem_set_StepRotationBalance, (FirstPersonPerspectiveItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01901040, Transform *, FirstPersonPerspectiveItem_get_PivotTransform, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, FirstPersonPerspectiveItem_get_FirstPersonItem, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Item *, FirstPersonPerspectiveItem_get_Item, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA6AA0, bool, FirstPersonPerspectiveItem_Initialize, (FirstPersonPerspectiveItem * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01DA8450, FirstPersonObjects *, FirstPersonPerspectiveItem_GetFirstPersonObjects, (FirstPersonPerspectiveItem * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01DA86A0, Transform *, FirstPersonPerspectiveItem_GetSpawnParent, (FirstPersonPerspectiveItem * __this, GameObject * character, int32_t slotID, bool parentToItemSlotID, MethodInfo * method)); DO_APP_FUNC(0x01DA87C0, void, FirstPersonPerspectiveItem_ItemStarted, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA8D60, bool, FirstPersonPerspectiveItem_IsActive, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA8FB0, void, FirstPersonPerspectiveItem_SetActive, (FirstPersonPerspectiveItem * __this, bool active, MethodInfo * method)); DO_APP_FUNC(0x01DA9170, GameObject *, FirstPersonPerspectiveItem_GetVisibleObject, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA9280, void, FirstPersonPerspectiveItem_Move, (FirstPersonPerspectiveItem * __this, float horizontalMovement, float verticalMovement, MethodInfo * method)); DO_APP_FUNC(0x01DA95F0, void, FirstPersonPerspectiveItem_UpdateSway, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DAA000, void, FirstPersonPerspectiveItem_UpdateBob, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DAA810, void, FirstPersonPerspectiveItem_UpdateStep, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DAAD40, void, FirstPersonPerspectiveItem_UpdateShake, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DAAE20, void, FirstPersonPerspectiveItem_ApplyMovement, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DAB2D0, void, FirstPersonPerspectiveItem_OnAddPivotForce, (FirstPersonPerspectiveItem * __this, int32_t slotID, Vector3 positionalForce, Vector3 rotationalForce, bool globalForce, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CBF0, FirstPersonPerspectiveItem_OnAddPivotForce__MethodInfo); DO_APP_FUNC(0x01DAB360, void, FirstPersonPerspectiveItem_OnCharacterLean, (FirstPersonPerspectiveItem * __this, float distance, float tilt, float itemTiltMultiplier, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CBC8, FirstPersonPerspectiveItem_OnCharacterLean__MethodInfo); DO_APP_FUNC(0x01DAB380, void, FirstPersonPerspectiveItem_RefreshSprings, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DAB580, void, FirstPersonPerspectiveItem_SnapSprings, (FirstPersonPerspectiveItem * __this, bool fromEquip, MethodInfo * method)); DO_APP_FUNC(0x01DAB980, void, FirstPersonPerspectiveItem_StartEquip, (FirstPersonPerspectiveItem * __this, bool immediateEquip, MethodInfo * method)); DO_APP_FUNC(0x01DABAA0, void, FirstPersonPerspectiveItem_StartUnequip, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DABAE0, void, FirstPersonPerspectiveItem_Unequip, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DABB50, void, FirstPersonPerspectiveItem_OnAddItem, (FirstPersonPerspectiveItem * __this, Item * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CAD8, FirstPersonPerspectiveItem_OnAddItem__MethodInfo); DO_APP_FUNC(0x01DABFC0, void, FirstPersonPerspectiveItem_Remove, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DAC160, void, FirstPersonPerspectiveItem_OnCharacterLand, (FirstPersonPerspectiveItem * __this, float height, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CBE0, FirstPersonPerspectiveItem_OnCharacterLand__MethodInfo); DO_APP_FUNC(0x01DAC2B0, void, FirstPersonPerspectiveItem_OnImmediateTransformChange, (FirstPersonPerspectiveItem * __this, bool snapAnimator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CBD0, FirstPersonPerspectiveItem_OnImmediateTransformChange__MethodInfo); DO_APP_FUNC(0x01DAC2C0, void, FirstPersonPerspectiveItem_OnChangeTimeScale, (FirstPersonPerspectiveItem * __this, float timeScale, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CBD8, FirstPersonPerspectiveItem_OnChangeTimeScale__MethodInfo); DO_APP_FUNC(0x01DAC310, void, FirstPersonPerspectiveItem_StateWillChange, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DAC410, void, FirstPersonPerspectiveItem_StateChange, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DAC540, void, FirstPersonPerspectiveItem_OnDestroy, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01DACA20, void, FirstPersonPerspectiveItem__ctor, (FirstPersonPerspectiveItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, Transform *, FirstPersonShootableWeaponProperties_get_FirePointLocation, (FirstPersonShootableWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, FirstPersonShootableWeaponProperties_set_FirePointLocation, (FirstPersonShootableWeaponProperties * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x003C7000, Transform *, FirstPersonShootableWeaponProperties_get_MuzzleFlashLocation, (FirstPersonShootableWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, FirstPersonShootableWeaponProperties_set_MuzzleFlashLocation, (FirstPersonShootableWeaponProperties * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x003C7010, Transform *, FirstPersonShootableWeaponProperties_get_ShellLocation, (FirstPersonShootableWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, FirstPersonShootableWeaponProperties_set_ShellLocation, (FirstPersonShootableWeaponProperties * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x003C7020, Transform *, FirstPersonShootableWeaponProperties_get_SmokeLocation, (FirstPersonShootableWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE20, void, FirstPersonShootableWeaponProperties_set_SmokeLocation, (FirstPersonShootableWeaponProperties * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x003C7030, Transform *, FirstPersonShootableWeaponProperties_get_TracerLocation, (FirstPersonShootableWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, FirstPersonShootableWeaponProperties_set_TracerLocation, (FirstPersonShootableWeaponProperties * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x003C7040, Transform *, FirstPersonShootableWeaponProperties_get_ReloadableClip, (FirstPersonShootableWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x00591040, void, FirstPersonShootableWeaponProperties_set_ReloadableClip, (FirstPersonShootableWeaponProperties * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00A90540, Transform *, FirstPersonShootableWeaponProperties_get_ReloadableClipAttachment, (FirstPersonShootableWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90550, void, FirstPersonShootableWeaponProperties_set_ReloadableClipAttachment, (FirstPersonShootableWeaponProperties * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x0101D6E0, int32_t, FirstPersonShootableWeaponProperties_get_ReloadableClipAttachmentID, (FirstPersonShootableWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D6F0, void, FirstPersonShootableWeaponProperties_set_ReloadableClipAttachmentID, (FirstPersonShootableWeaponProperties * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00605860, Transform *, FirstPersonShootableWeaponProperties_get_ReloadProjectileAttachment, (FirstPersonShootableWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x00473A50, void, FirstPersonShootableWeaponProperties_set_ReloadProjectileAttachment, (FirstPersonShootableWeaponProperties * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x0070E4E0, int32_t, FirstPersonShootableWeaponProperties_get_ReloadProjectileAttachmentID, (FirstPersonShootableWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D1E0, void, FirstPersonShootableWeaponProperties_set_ReloadProjectileAttachmentID, (FirstPersonShootableWeaponProperties * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00473D30, GameObject *, FirstPersonShootableWeaponProperties_get_ScopeCamera, (FirstPersonShootableWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x00B2F140, void, FirstPersonShootableWeaponProperties_set_ScopeCamera, (FirstPersonShootableWeaponProperties * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x01DAD160, void, FirstPersonShootableWeaponProperties_Awake, (FirstPersonShootableWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x00B481B0, void, FirstPersonShootableWeaponProperties_OnAttachLookSource, (FirstPersonShootableWeaponProperties * __this, ILookSource * lookSource, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CA88, FirstPersonShootableWeaponProperties_OnAttachLookSource__MethodInfo); DO_APP_FUNC(0x01DAE340, bool, FirstPersonShootableWeaponProperties_CanFire, (FirstPersonShootableWeaponProperties * __this, bool abilityActive, bool fireInLookSourceDirection, MethodInfo * method)); DO_APP_FUNC(0x01DAE420, void, FirstPersonShootableWeaponProperties_OnDestroy, (FirstPersonShootableWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x01D17F40, void, FirstPersonShootableWeaponProperties__ctor, (FirstPersonShootableWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Transform *, FirstPersonThrowableItemProperties_get_ThrowLocation, (FirstPersonThrowableItemProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, FirstPersonThrowableItemProperties_set_ThrowLocation, (FirstPersonThrowableItemProperties * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, Transform *, FirstPersonThrowableItemProperties_get_TrajectoryLocation, (FirstPersonThrowableItemProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, FirstPersonThrowableItemProperties_set_TrajectoryLocation, (FirstPersonThrowableItemProperties * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x0075F670, void, FirstPersonThrowableItemProperties__ctor, (FirstPersonThrowableItemProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F670, void, FirstPersonWeaponProperties__ctor, (FirstPersonWeaponProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, FirstPersonObjects_get_MinPitchLimit, (FirstPersonObjects * __this, MethodInfo * method)); DO_APP_FUNC(0x01DAE510, void, FirstPersonObjects_set_MinPitchLimit, (FirstPersonObjects * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, FirstPersonObjects_get_MaxPitchLimit, (FirstPersonObjects * __this, MethodInfo * method)); DO_APP_FUNC(0x01DAE5D0, void, FirstPersonObjects_set_MaxPitchLimit, (FirstPersonObjects * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, FirstPersonObjects_get_LockPitch, (FirstPersonObjects * __this, MethodInfo * method)); DO_APP_FUNC(0x01DAE690, void, FirstPersonObjects_set_LockPitch, (FirstPersonObjects * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB0F0, float, FirstPersonObjects_get_MinYawLimit, (FirstPersonObjects * __this, MethodInfo * method)); DO_APP_FUNC(0x01DAE750, void, FirstPersonObjects_set_MinYawLimit, (FirstPersonObjects * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, FirstPersonObjects_get_MaxYawLimit, (FirstPersonObjects * __this, MethodInfo * method)); DO_APP_FUNC(0x01DAE810, void, FirstPersonObjects_set_MaxYawLimit, (FirstPersonObjects * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x006113E0, bool, FirstPersonObjects_get_LockYaw, (FirstPersonObjects * __this, MethodInfo * method)); DO_APP_FUNC(0x01DAE8D0, void, FirstPersonObjects_set_LockYaw, (FirstPersonObjects * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009C67C0, bool, FirstPersonObjects_get_RotateWithCrosshairs, (FirstPersonObjects * __this, MethodInfo * method)); DO_APP_FUNC(0x01DAE990, void, FirstPersonObjects_set_RotateWithCrosshairs, (FirstPersonObjects * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CE2C0, float, FirstPersonObjects_get_RotationSpeed, (FirstPersonObjects * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE2D0, void, FirstPersonObjects_set_RotationSpeed, (FirstPersonObjects * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0060F770, bool, FirstPersonObjects_get_IgnorePositionalLookOffset, (FirstPersonObjects * __this, MethodInfo * method)); DO_APP_FUNC(0x01DAEA40, void, FirstPersonObjects_set_IgnorePositionalLookOffset, (FirstPersonObjects * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D57F70, Vector3, FirstPersonObjects_get_PositionOffset, (FirstPersonObjects * __this, MethodInfo * method)); DO_APP_FUNC(0x01D57F90, void, FirstPersonObjects_set_PositionOffset, (FirstPersonObjects * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00BC1070, float, FirstPersonObjects_get_MoveSpeed, (FirstPersonObjects * __this, MethodInfo * method)); DO_APP_FUNC(0x01D1AB30, void, FirstPersonObjects_set_MoveSpeed, (FirstPersonObjects * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C7020, GameObject *, FirstPersonObjects_get_Character, (FirstPersonObjects * __this, MethodInfo * method)); DO_APP_FUNC(0x01DAEAF0, void, FirstPersonObjects_Awake, (FirstPersonObjects * __this, MethodInfo * method)); DO_APP_FUNC(0x01DAF430, void, FirstPersonObjects_OnAttachCamera, (FirstPersonObjects * __this, CameraController * cameraController, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CAA8, FirstPersonObjects_OnAttachCamera__MethodInfo); DO_APP_FUNC(0x01DAF8C0, bool, FirstPersonObjects_IsActive, (FirstPersonObjects * __this, MethodInfo * method)); DO_APP_FUNC(0x01DAFB30, void, FirstPersonObjects_UpdateLockedPitchAngle, (FirstPersonObjects * __this, MethodInfo * method)); DO_APP_FUNC(0x01DAFD30, void, FirstPersonObjects_UpdateLockedYawAngle, (FirstPersonObjects * __this, MethodInfo * method)); DO_APP_FUNC(0x01DAFF30, void, FirstPersonObjects_LateUpdate, (FirstPersonObjects * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB0D30, void, FirstPersonObjects_OnAddItem, (FirstPersonObjects * __this, Item * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CAC8, FirstPersonObjects_OnAddItem__MethodInfo); DO_APP_FUNC(0x01DB1250, void, FirstPersonObjects_StartEquip, (FirstPersonObjects * __this, Item * item, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01DB12E0, void, FirstPersonObjects_UnequipItem, (FirstPersonObjects * __this, Item * item, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01DB14C0, void, FirstPersonObjects_CheckActiveBaseObjects, (FirstPersonObjects * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA79A0, void, FirstPersonObjects_OnDeath, (FirstPersonObjects * __this, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CAB0, FirstPersonObjects_OnDeath__MethodInfo); DO_APP_FUNC(0x01DB18B0, void, FirstPersonObjects_OnRespawn, (FirstPersonObjects * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CA98, FirstPersonObjects_OnRespawn__MethodInfo); DO_APP_FUNC(0x01DB1A10, void, FirstPersonObjects_OnActivate, (FirstPersonObjects * __this, bool activate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CAB8, FirstPersonObjects_OnActivate__MethodInfo); DO_APP_FUNC(0x01DB1A80, void, FirstPersonObjects_OnDestroy, (FirstPersonObjects * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB1D90, void, FirstPersonObjects__ctor, (FirstPersonObjects * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Combat_1_get_FirstPersonPerspective, (Combat_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB1F50, float, Combat_1_GetDeltaYawRotation, (Combat_1 * __this, float characterHorizontalMovement, float characterForwardMovement, float cameraHorizontalMovement, float cameraVerticalMovement, MethodInfo * method)); DO_APP_FUNC(0x0041E8A0, Vector2, Combat_1_GetInputVector, (Combat_1 * __this, Vector2 inputVector, MethodInfo * method)); DO_APP_FUNC(0x01D0BC50, void, Combat_1__ctor, (Combat_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, FreeLook_get_FirstPersonPerspective, (FreeLook * __this, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, FreeLook_GetDeltaYawRotation, (FreeLook * __this, float characterHorizontalMovement, float characterForwardMovement, float cameraHorizontalMovement, float cameraVerticalMovement, MethodInfo * method)); DO_APP_FUNC(0x0041E8A0, Vector2, FreeLook_GetInputVector, (FreeLook * __this, Vector2 inputVector, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, FreeLook_UseIndependentLook, (FreeLook * __this, bool characterLookDirection, MethodInfo * method)); DO_APP_FUNC(0x01D0BC50, void, FreeLook__ctor, (FreeLook * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, FirstPersonBaseObject_get_ID, (FirstPersonBaseObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, FirstPersonBaseObject_set_ID, (FirstPersonBaseObject * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x006FF400, bool, FirstPersonBaseObject_get_AlwaysActive, (FirstPersonBaseObject * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF410, void, FirstPersonBaseObject_set_AlwaysActive, (FirstPersonBaseObject * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, FirstPersonBaseObject__ctor, (FirstPersonBaseObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, FirstPersonObjectPivot__ctor, (FirstPersonObjectPivot * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7740, float, Lean_get_Distance, (Lean * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7750, void, Lean_set_Distance, (Lean * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CAD380, float, Lean_get_Tilt, (Lean * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD390, void, Lean_set_Tilt, (Lean * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x009FBCC0, float, Lean_get_ItemTiltMultiplier, (Lean * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD3A0, void, Lean_set_ItemTiltMultiplier, (Lean * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x004FC970, Collider *, Lean_get_Collider, (Lean * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC980, void, Lean_set_Collider, (Lean * __this, Collider * value, MethodInfo * method)); DO_APP_FUNC(0x01D6A910, float, Lean_get_ColliderOffsetMultiplier, (Lean * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A920, void, Lean_set_ColliderOffsetMultiplier, (Lean * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Lean_get_IsConcurrent, (Lean * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB2140, void, Lean_Awake, (Lean * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB26E0, void, Lean_AbilityStarted, (Lean * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB2AF0, void, Lean_Update, (Lean * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB2B00, void, Lean_UpdateLean, (Lean * __this, bool forceUpdate, MethodInfo * method)); DO_APP_FUNC(0x01DB3A10, void, Lean_OnInputUpdate, (Lean * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CA10, Lean_OnInputUpdate__MethodInfo); DO_APP_FUNC(0x01DB3A40, void, Lean_AbilityStopped, (Lean * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01DB3E00, void, Lean_OnChangePerspectives, (Lean * __this, bool firstPersonPerspective, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CA30, Lean_OnChangePerspectives__MethodInfo); DO_APP_FUNC(0x01DB3E20, void, Lean_OnDestroy, (Lean * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB3F30, void, Lean__ctor, (Lean * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB3F70, void, MaterialSwapper_Awake, (MaterialSwapper * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB4A10, void, MaterialSwapper_OnAttachCharacter, (MaterialSwapper * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01DB5990, void, MaterialSwapper_OnChangePerspectives, (MaterialSwapper * __this, bool firstPersonPerspective, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C978, MaterialSwapper_OnChangePerspectives__MethodInfo); DO_APP_FUNC(0x01DB5A40, void, MaterialSwapper_OnAddItem, (MaterialSwapper * __this, Item * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C998, MaterialSwapper_OnAddItem__MethodInfo); DO_APP_FUNC(0x01DB5C70, void, MaterialSwapper_CacheFirstPersonRenderers, (MaterialSwapper * __this, GameObject * firstPersonObject, MethodInfo * method)); DO_APP_FUNC(0x01DB5F10, void, MaterialSwapper_CacheThirdPersonRenderers, (MaterialSwapper * __this, GameObject * thirdPersonObject, MethodInfo * method)); DO_APP_FUNC(0x01DB6260, void, MaterialSwapper_OnPreRender, (MaterialSwapper * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB6270, void, MaterialSwapper_OnPostRender, (MaterialSwapper * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB6420, void, MaterialSwapper_BeginCameraRendering, (MaterialSwapper * __this, Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x01DB6800, void, MaterialSwapper_EndCameraRendering, (MaterialSwapper * __this, Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x01DB69B0, void, MaterialSwapper_EnableThirdPersonMaterials, (MaterialSwapper * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB6C20, void, MaterialSwapper_OnRespawn, (MaterialSwapper * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C980, MaterialSwapper_OnRespawn__MethodInfo); DO_APP_FUNC(0x01DB6CF0, void, MaterialSwapper_OnDestroy, (MaterialSwapper * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, MaterialSwapper__ctor, (MaterialSwapper * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB6E30, void, Combat_AttachCharacter, (Combat * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01DB7150, Quaternion, Combat_Rotate, (Combat * __this, float horizontalMovement, float verticalMovement, bool immediatePosition, MethodInfo * method)); DO_APP_FUNC(0x01DB72A0, void, Combat_OnAbilityActive, (Combat * __this, Ability * ability, bool active, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C7C0, Combat_OnAbilityActive__MethodInfo); DO_APP_FUNC(0x01DB7330, void, Combat__ctor, (Combat * __this, MethodInfo * method)); DO_APP_FUNC(0x01D331A0, Vector3, FirstPerson_get_LookOffset, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB7340, void, FirstPerson_set_LookOffset, (FirstPerson * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01285530, Vector3, FirstPerson_get_LookDownOffset, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01285550, void, FirstPerson_set_LookDownOffset, (FirstPerson * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01015EC0, LayerMask, FirstPerson_get_CullingMask, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB7470, void, FirstPerson_set_CullingMask, (FirstPerson * __this, LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, FirstPerson_get_FieldOfView, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90F0, void, FirstPerson_set_FieldOfView, (FirstPerson * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA9C0, float, FirstPerson_get_FieldOfViewDamping, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA9D0, void, FirstPerson_set_FieldOfViewDamping, (FirstPerson * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DB74B0, Vector3, FirstPerson_get_FirstPersonPositionOffset, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB74D0, void, FirstPerson_set_FirstPersonPositionOffset, (FirstPerson * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01DB7660, Vector3, FirstPerson_get_FirstPersonRotationOffset, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB7680, void, FirstPerson_set_FirstPersonRotationOffset, (FirstPerson * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00ABB120, float, FirstPerson_get_LookDirectionDistance, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E040, bool, FirstPerson_get_UseFirstPersonCamera, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB78A0, void, FirstPerson_set_UseFirstPersonCamera, (FirstPerson * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, Camera *, FirstPerson_get_FirstPersonCamera, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F50, void, FirstPerson_set_FirstPersonCamera, (FirstPerson * __this, Camera * value, MethodInfo * method)); DO_APP_FUNC(0x0185B680, LayerMask, FirstPerson_get_FirstPersonCullingMask, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB7AA0, void, FirstPerson_set_FirstPersonCullingMask, (FirstPerson * __this, LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x0054CE10, bool, FirstPerson_get_SynchronizeFieldOfView, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01D7C0D0, void, FirstPerson_set_SynchronizeFieldOfView, (FirstPerson * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D06930, float, FirstPerson_get_FirstPersonFieldOfView, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01D06940, void, FirstPerson_set_FirstPersonFieldOfView, (FirstPerson * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D06950, float, FirstPerson_get_FirstPersonFieldOfViewDamping, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01D06960, void, FirstPerson_set_FirstPersonFieldOfViewDamping, (FirstPerson * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DB7BE0, float, FirstPerson_get_PositionLowerVerticalLimit, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB7BF0, void, FirstPerson_set_PositionLowerVerticalLimit, (FirstPerson * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00A7D270, float, FirstPerson_get_PositionFallImpact, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D280, void, FirstPerson_set_PositionFallImpact, (FirstPerson * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01B3D710, int32_t, FirstPerson_get_PositionFallImpactSoftness, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB7D20, void, FirstPerson_set_PositionFallImpactSoftness, (FirstPerson * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00682E40, float, FirstPerson_get_RotationStrafeRoll, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x00682E50, void, FirstPerson_set_RotationStrafeRoll, (FirstPerson * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0101D7A0, float, FirstPerson_get_RotationFallImpact, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D7B0, void, FirstPerson_set_RotationFallImpact, (FirstPerson * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0101D7C0, int32_t, FirstPerson_get_RotationFallImpactSoftness, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D7D0, void, FirstPerson_set_RotationFallImpactSoftness, (FirstPerson * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0070ED80, Spring *, FirstPerson_get_PositionSpring, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB7D30, void, FirstPerson_set_PositionSpring, (FirstPerson * __this, Spring * value, MethodInfo * method)); DO_APP_FUNC(0x004F66F0, Spring *, FirstPerson_get_RotationSpring, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB7EB0, void, FirstPerson_set_RotationSpring, (FirstPerson * __this, Spring * value, MethodInfo * method)); DO_APP_FUNC(0x00675FE0, Spring *, FirstPerson_get_SecondaryPositionSpring, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB7F30, void, FirstPerson_set_SecondaryPositionSpring, (FirstPerson * __this, Spring * value, MethodInfo * method)); DO_APP_FUNC(0x00AC8DB0, Spring *, FirstPerson_get_SecondaryRotationSpring, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB7FA0, void, FirstPerson_set_SecondaryRotationSpring, (FirstPerson * __this, Spring * value, MethodInfo * method)); DO_APP_FUNC(0x01DA64E0, float, FirstPerson_get_MinPitchLimit, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA64F0, void, FirstPerson_set_MinPitchLimit, (FirstPerson * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D65330, float, FirstPerson_get_MaxPitchLimit, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65340, void, FirstPerson_set_MaxPitchLimit, (FirstPerson * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DA6500, Vector3, FirstPerson_get_BobPositionalRate, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA6520, void, FirstPerson_set_BobPositionalRate, (FirstPerson * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01D76C80, Vector3, FirstPerson_get_BobPositionalAmplitude, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01D76CA0, void, FirstPerson_set_BobPositionalAmplitude, (FirstPerson * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01DB8020, float, FirstPerson_get_BobRollRate, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB8030, void, FirstPerson_set_BobRollRate, (FirstPerson * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DB8040, float, FirstPerson_get_BobRollAmplitude, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB8050, void, FirstPerson_set_BobRollAmplitude, (FirstPerson * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D6A6B0, float, FirstPerson_get_BobInputVelocityScale, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A6C0, void, FirstPerson_set_BobInputVelocityScale, (FirstPerson * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D6A6D0, float, FirstPerson_get_BobMaxInputVelocity, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A6E0, void, FirstPerson_set_BobMaxInputVelocity, (FirstPerson * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DB8060, float, FirstPerson_get_BobMinTroughVerticalOffset, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB8070, void, FirstPerson_set_BobMinTroughVerticalOffset, (FirstPerson * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DB8080, Vector3, FirstPerson_get_BobTroughForce, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB80A0, void, FirstPerson_set_BobTroughForce, (FirstPerson * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01DB80C0, bool, FirstPerson_get_BobRequireGroundContact, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01D43770, void, FirstPerson_set_BobRequireGroundContact, (FirstPerson * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DB80D0, float, FirstPerson_get_ShakeSpeed, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB80E0, void, FirstPerson_set_ShakeSpeed, (FirstPerson * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DB80F0, Vector3, FirstPerson_get_ShakeAmplitude, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB8110, void, FirstPerson_set_ShakeAmplitude, (FirstPerson * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01CB3340, int32_t, FirstPerson_get_SmoothHeadOffsetSteps, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB8130, void, FirstPerson_set_SmoothHeadOffsetSteps, (FirstPerson * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01DB8150, bool, FirstPerson_get_RotateWithHead, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB8160, void, FirstPerson_set_RotateWithHead, (FirstPerson * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D6A980, float, FirstPerson_get_Pitch, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB8170, float, FirstPerson_get_Yaw, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB8180, Quaternion, FirstPerson_get_CharacterRotation, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, FirstPerson_get_FirstPersonPerspective, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB8190, Vector3, FirstPerson_get_Shake, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB81B0, void, FirstPerson_Initialize, (FirstPerson * __this, CameraController * cameraController, MethodInfo * method)); DO_APP_FUNC(0x01DB8CA0, void, FirstPerson_InitializePositionSpringValue, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C700, FirstPerson_InitializePositionSpringValue__MethodInfo); DO_APP_FUNC(0x01DB8D60, void, FirstPerson_AttachCharacter, (FirstPerson * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01DB9820, void, FirstPerson_ChangeViewType, (FirstPerson * __this, bool activate, float pitch, float yaw, Quaternion characterRotation, MethodInfo * method)); DO_APP_FUNC(0x01DB99B0, void, FirstPerson_Reset, (FirstPerson * __this, Quaternion characterRotation, MethodInfo * method)); DO_APP_FUNC(0x01DB9D60, void, FirstPerson_SetCrosshairs, (FirstPerson * __this, Transform * crosshairs, MethodInfo * method)); DO_APP_FUNC(0x01DBA3C0, Quaternion, FirstPerson_GetCrosshairsDeltaRotation, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DBAAE0, void, FirstPerson_OnCharacterChangeMovingPlatforms, (FirstPerson * __this, Transform * movingPlatform, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C6B8, FirstPerson_OnCharacterChangeMovingPlatforms__MethodInfo); DO_APP_FUNC(0x01DBAC30, void, FirstPerson_UpdatePlatformRotationOffset, (FirstPerson * __this, Transform * platform, MethodInfo * method)); DO_APP_FUNC(0x01DBAFD0, void, FirstPerson_UpdateFirstPersonCamera, (FirstPerson * __this, bool firstPersonPerspective, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C770, FirstPerson_UpdateFirstPersonCamera__MethodInfo); DO_APP_FUNC(0x01DBB210, void, FirstPerson_OnChangeViewType, (FirstPerson * __this, ViewType * viewType, bool activate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C6E0, FirstPerson_OnChangeViewType__MethodInfo); DO_APP_FUNC(0x01DBB390, void, FirstPerson_UpdateFieldOfView, (FirstPerson * __this, bool immediateUpdate, MethodInfo * method)); DO_APP_FUNC(0x01DBB750, Quaternion, FirstPerson_Rotate, (FirstPerson * __this, float horizontalMovement, float verticalMovement, bool immediateUpdate, MethodInfo * method)); DO_APP_FUNC(0x01DBD040, void, FirstPerson_UpdateShakes, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DBD270, Vector3, FirstPerson_Move, (FirstPerson * __this, bool immediateUpdate, MethodInfo * method)); DO_APP_FUNC(0x01DBD900, Vector3, FirstPerson_GetTargetPosition, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DBDA90, void, FirstPerson_UpdateHeadOffset, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DBDD60, Vector3, FirstPerson_GetHeadOffset, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DBDF70, void, FirstPerson_UpdateSway, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DBE180, void, FirstPerson_UpdateBob, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DBE7F0, Vector3, FirstPerson_LookDirection, (FirstPerson * __this, bool characterLookDirection, MethodInfo * method)); DO_APP_FUNC(0x01DBEF50, Vector3, FirstPerson_LookDirection_1, (FirstPerson * __this, Vector3 lookPosition, bool characterLookDirection, int32_t layerMask, bool useRecoil, MethodInfo * method)); DO_APP_FUNC(0x01DBFB80, void, FirstPerson_AddPositionalForce, (FirstPerson * __this, Vector3 force, MethodInfo * method)); DO_APP_FUNC(0x01DBFBC0, void, FirstPerson_AddRotationalForce, (FirstPerson * __this, Vector3 force, MethodInfo * method)); DO_APP_FUNC(0x01DBFC00, void, FirstPerson_AddSecondaryPositionalForce, (FirstPerson * __this, Vector3 force, float restAccumulation, MethodInfo * method)); DO_APP_FUNC(0x01DBFDD0, void, FirstPerson_AddSecondaryRotationalForce, (FirstPerson * __this, Vector3 force, float restAccumulation, MethodInfo * method)); DO_APP_FUNC(0x01DBFFB0, void, FirstPerson_OnCharacterLand, (FirstPerson * __this, float height, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C790, FirstPerson_OnCharacterLand__MethodInfo); DO_APP_FUNC(0x01DC0180, void, FirstPerson_OnCharacterLean, (FirstPerson * __this, float distance, float tilt, float itemTiltMultiplier, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C7A0, FirstPerson_OnCharacterLean__MethodInfo); DO_APP_FUNC(0x01DC0340, void, FirstPerson_AdjustVerticalOffset, (FirstPerson * __this, float amount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C6B0, FirstPerson_AdjustVerticalOffset__MethodInfo); DO_APP_FUNC(0x01DC0360, void, FirstPerson_StateWillChange, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC0510, void, FirstPerson_StateChange, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC0CF0, void, FirstPerson_OnDestroy, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC0EC0, void, FirstPerson__ctor, (FirstPerson * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC1520, float, FreeLook_1_get_MinYawLimit, (FreeLook_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC1530, void, FreeLook_1_set_MinYawLimit, (FreeLook_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DC1540, float, FreeLook_1_get_MaxYawLimit, (FreeLook_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC1550, void, FreeLook_1_set_MaxYawLimit, (FreeLook_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DC1560, float, FreeLook_1_get_YawLimitLerpSpeed, (FreeLook_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC1570, void, FreeLook_1_set_YawLimitLerpSpeed, (FreeLook_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DC1580, void, FreeLook_1_AttachCharacter, (FreeLook_1 * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01DC1970, Quaternion, FreeLook_1_Rotate, (FreeLook_1 * __this, float horizontalMovement, float verticalMovement, bool immediatePosition, MethodInfo * method)); DO_APP_FUNC(0x01DC1F10, Vector3, FreeLook_1_LookDirection, (FreeLook_1 * __this, Vector3 lookPosition, bool characterLookDirection, int32_t layerMask, bool useRecoil, MethodInfo * method)); DO_APP_FUNC(0x01DC2650, void, FreeLook_1__ctor, (FreeLook_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, Transform *, TransformLook_get_MoveTarget, (TransformLook * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, TransformLook_set_MoveTarget, (TransformLook * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, Transform *, TransformLook_get_RotationTarget, (TransformLook * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, TransformLook_set_RotationTarget, (TransformLook * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x01285530, Vector3, TransformLook_get_Offset, (TransformLook * __this, MethodInfo * method)); DO_APP_FUNC(0x01285550, void, TransformLook_set_Offset, (TransformLook * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00977500, float, TransformLook_get_CollisionRadius, (TransformLook * __this, MethodInfo * method)); DO_APP_FUNC(0x00977510, void, TransformLook_set_CollisionRadius, (TransformLook * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00977520, float, TransformLook_get_MoveSpeed, (TransformLook * __this, MethodInfo * method)); DO_APP_FUNC(0x00977530, void, TransformLook_set_MoveSpeed, (TransformLook * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DC2680, float, TransformLook_get_RotationalLerpSpeed, (TransformLook * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC2690, void, TransformLook_set_RotationalLerpSpeed, (TransformLook * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00562610, bool, TransformLook_get_RestrictPitch, (TransformLook * __this, MethodInfo * method)); DO_APP_FUNC(0x00562620, void, TransformLook_set_RestrictPitch, (TransformLook * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x012CBDB0, float, TransformLook_get_MinPitchLimit, (TransformLook * __this, MethodInfo * method)); DO_APP_FUNC(0x012CBDC0, void, TransformLook_set_MinPitchLimit, (TransformLook * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C94E0, float, TransformLook_get_MaxPitchLimit, (TransformLook * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94F0, void, TransformLook_set_MaxPitchLimit, (TransformLook * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C6E420, bool, TransformLook_get_RestrictYaw, (TransformLook * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC26A0, void, TransformLook_set_RestrictYaw, (TransformLook * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DC26B0, Quaternion, TransformLook_get_CharacterRotation, (TransformLook * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, TransformLook_get_FirstPersonPerspective, (TransformLook * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC2730, float, TransformLook_get_LookDirectionDistance, (TransformLook * __this, MethodInfo * method)); DO_APP_FUNC(0x005EA920, float, TransformLook_get_Pitch, (TransformLook * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D7E0, float, TransformLook_get_Yaw, (TransformLook * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC2740, void, TransformLook_Initialize, (TransformLook * __this, CameraController * cameraController, MethodInfo * method)); DO_APP_FUNC(0x01DC2870, void, TransformLook_AttachCharacter, (TransformLook * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01DC2D10, void, TransformLook_ChangeViewType, (TransformLook * __this, bool activate, float pitch, float yaw, Quaternion characterRotation, MethodInfo * method)); DO_APP_FUNC(0x01DC2D40, void, TransformLook_Reset, (TransformLook * __this, Quaternion characterRotation, MethodInfo * method)); DO_APP_FUNC(0x01DC2D50, Quaternion, TransformLook_Rotate, (TransformLook * __this, float horizontalMovement, float verticalMovement, bool immediateUpdate, MethodInfo * method)); DO_APP_FUNC(0x01DC3200, Vector3, TransformLook_Move, (TransformLook * __this, bool immediateUpdate, MethodInfo * method)); DO_APP_FUNC(0x01DC37E0, Vector3, TransformLook_LookDirection, (TransformLook * __this, bool characterLookDirection, MethodInfo * method)); DO_APP_FUNC(0x01DC37E0, Vector3, TransformLook_LookDirection_1, (TransformLook * __this, Vector3 lookPosition, bool characterLookDirection, int32_t layerMask, bool useRecoil, MethodInfo * method)); DO_APP_FUNC(0x01DC3820, void, TransformLook__ctor, (TransformLook * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC3890, void, UnityFloatEvent__ctor, (UnityFloatEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC38D0, void, UnityBoolEvent__ctor, (UnityBoolEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC3910, void, UnityTransformEvent__ctor, (UnityTransformEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC39A0, void, UnityMovementTypeBoolEvent__ctor, (UnityMovementTypeBoolEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC3A30, void, UnityAbilityBoolEvent__ctor, (UnityAbilityBoolEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC3AC0, void, UnityItemAbilityBoolEvent__ctor, (UnityItemAbilityBoolEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC3B50, void, UnityItemEvent__ctor, (UnityItemEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC3BE0, void, UnityItemIntEvent__ctor, (UnityItemIntEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC3C70, void, UnityItemIdentifierFloatEvent__ctor, (UnityItemIdentifierFloatEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC3D00, void, UnityItemFloatBoolBoolEvent__ctor, (UnityItemFloatBoolBoolEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC3D90, void, UnityItemIdentifierFloatBoolBoolEvent__ctor, (UnityItemIdentifierFloatBoolBoolEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC3E20, void, UnityVector3Vector3GameObjectEvent__ctor, (UnityVector3Vector3GameObjectEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC3EB0, void, UnityFloatVector3Vector3GameObjectEvent__ctor, (UnityFloatVector3Vector3GameObjectEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC3F40, void, UnityViewTypeBoolEvent__ctor, (UnityViewTypeBoolEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, AnimatorMonitor_get_HorizontalMovementDampingTime, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA780, void, AnimatorMonitor_set_HorizontalMovementDampingTime, (AnimatorMonitor * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, AnimatorMonitor_get_ForwardMovementDampingTime, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA750, void, AnimatorMonitor_set_ForwardMovementDampingTime, (AnimatorMonitor * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB1A0, float, AnimatorMonitor_get_PitchDampingTime, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x00986690, void, AnimatorMonitor_set_PitchDampingTime, (AnimatorMonitor * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB0F0, float, AnimatorMonitor_get_YawDampingTime, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA72C0, void, AnimatorMonitor_set_YawDampingTime, (AnimatorMonitor * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DC3FD0, bool, AnimatorMonitor_get_AnimatorEnabled, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC4130, bool, AnimatorMonitor_get_FixedUpdateMode, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE5090, float, AnimatorMonitor_get_HorizontalMovement, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC1070, float, AnimatorMonitor_get_ForwardMovement, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x00C92C50, float, AnimatorMonitor_get_Pitch, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA3F80, float, AnimatorMonitor_get_Yaw, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB120, float, AnimatorMonitor_get_Speed, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADDA40, int32_t, AnimatorMonitor_get_Height, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x0068A9A0, bool, AnimatorMonitor_get_Moving, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x00610E90, bool, AnimatorMonitor_get_Aiming, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x007661F0, int32_t, AnimatorMonitor_get_MovementSetID, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x007666D0, int32_t, AnimatorMonitor_get_AbilityIndex, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC42A0, bool, AnimatorMonitor_get_AbilityChange, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x015FAEF0, int32_t, AnimatorMonitor_get_AbilityIntData, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC4440, float, AnimatorMonitor_get_AbilityFloatData, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC4450, bool, AnimatorMonitor_get_HasItemParameters, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC4460, int32_t, AnimatorMonitor_get_ParameterSlotCount, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, Int32__Array *, AnimatorMonitor_get_ItemSlotID, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, Int32__Array *, AnimatorMonitor_get_ItemSlotStateIndex, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7040, Int32__Array *, AnimatorMonitor_get_ItemSlotSubstateIndex, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90540, Item__Array *, AnimatorMonitor_get_EquippedItems, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90550, void, AnimatorMonitor_set_EquippedItems, (AnimatorMonitor * __this, Item__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01DC4480, void, AnimatorMonitor_Awake, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC4A80, void, AnimatorMonitor_InitializeItemParameters, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC54C0, void, AnimatorMonitor_Start, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC5720, void, AnimatorMonitor_SnapAnimator, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC6730, bool, AnimatorMonitor_IsInTrasition, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC6830, bool, AnimatorMonitor_IsInTransition, (AnimatorMonitor * __this, int32_t layerIndex, MethodInfo * method)); DO_APP_FUNC(0x01DC69A0, void, AnimatorMonitor_SetHorizontalMovementParameter, (AnimatorMonitor * __this, float value, float timeScale, MethodInfo * method)); DO_APP_FUNC(0x01DC69D0, bool, AnimatorMonitor_SetHorizontalMovementParameter_1, (AnimatorMonitor * __this, float value, float timeScale, float dampingTime, MethodInfo * method)); DO_APP_FUNC(0x01DC6D50, void, AnimatorMonitor_SetForwardMovementParameter, (AnimatorMonitor * __this, float value, float timeScale, MethodInfo * method)); DO_APP_FUNC(0x01DC6D80, bool, AnimatorMonitor_SetForwardMovementParameter_1, (AnimatorMonitor * __this, float value, float timeScale, float dampingTime, MethodInfo * method)); DO_APP_FUNC(0x01DC7110, void, AnimatorMonitor_SetPitchParameter, (AnimatorMonitor * __this, float value, float timeScale, MethodInfo * method)); DO_APP_FUNC(0x01DC7140, bool, AnimatorMonitor_SetPitchParameter_1, (AnimatorMonitor * __this, float value, float timeScale, float dampingTime, MethodInfo * method)); DO_APP_FUNC(0x01DC74D0, void, AnimatorMonitor_SetYawParameter, (AnimatorMonitor * __this, float value, float timeScale, MethodInfo * method)); DO_APP_FUNC(0x01DC7500, bool, AnimatorMonitor_SetYawParameter_1, (AnimatorMonitor * __this, float value, float timeScale, float dampingTime, MethodInfo * method)); DO_APP_FUNC(0x01DC7890, void, AnimatorMonitor_SetSpeedParameter, (AnimatorMonitor * __this, float value, float timeScale, MethodInfo * method)); DO_APP_FUNC(0x01DC78C0, bool, AnimatorMonitor_SetSpeedParameter_1, (AnimatorMonitor * __this, float value, float timeScale, float dampingTime, MethodInfo * method)); DO_APP_FUNC(0x01DC7C50, bool, AnimatorMonitor_SetHeightParameter, (AnimatorMonitor * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01DC7F80, bool, AnimatorMonitor_SetMovingParameter, (AnimatorMonitor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DC8270, bool, AnimatorMonitor_SetAimingParameter, (AnimatorMonitor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DC8560, bool, AnimatorMonitor_SetMovementSetIDParameter, (AnimatorMonitor * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01DC8840, bool, AnimatorMonitor_SetAbilityIndexParameter, (AnimatorMonitor * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01DC8B30, bool, AnimatorMonitor_SetAbilityChangeParameter, (AnimatorMonitor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DC8D60, bool, AnimatorMonitor_SetAbilityIntDataParameter, (AnimatorMonitor * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01DC9040, void, AnimatorMonitor_SetAbilityFloatDataParameter, (AnimatorMonitor * __this, float value, float timeScale, MethodInfo * method)); DO_APP_FUNC(0x01DC9070, bool, AnimatorMonitor_SetAbilityFloatDataParameter_1, (AnimatorMonitor * __this, float value, float timeScale, float dampingTime, MethodInfo * method)); DO_APP_FUNC(0x01DC93E0, bool, AnimatorMonitor_SetItemIDParameter, (AnimatorMonitor * __this, int32_t slotID, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01DC9720, bool, AnimatorMonitor_SetItemStateIndexParameter, (AnimatorMonitor * __this, int32_t slotID, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01DC9A70, bool, AnimatorMonitor_SetItemStateIndexChangeParameter, (AnimatorMonitor * __this, int32_t slotID, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DC9D00, bool, AnimatorMonitor_SetItemSubstateIndexParameter, (AnimatorMonitor * __this, int32_t slotID, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01DCA030, void, AnimatorMonitor_ExecuteEvent, (AnimatorMonitor * __this, String * eventName, MethodInfo * method)); DO_APP_FUNC(0x01DCA0A0, void, AnimatorMonitor_OnWillEquipItem, (AnimatorMonitor * __this, Item * item, int32_t slotID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F9C8, AnimatorMonitor_OnWillEquipItem__MethodInfo); DO_APP_FUNC(0x01DCA130, void, AnimatorMonitor_OnUnequipItem, (AnimatorMonitor * __this, Item * item, int32_t slotID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F9C0, AnimatorMonitor_OnUnequipItem__MethodInfo); DO_APP_FUNC(0x01DCA310, void, AnimatorMonitor_UpdateItemIDParameters, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01DCA520, void, AnimatorMonitor_OnChangeUpdateLocation, (AnimatorMonitor * __this, bool fixedUpdate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F9D8, AnimatorMonitor_OnChangeUpdateLocation__MethodInfo); DO_APP_FUNC(0x01DCA590, void, AnimatorMonitor_OnChangeTimeScale, (AnimatorMonitor * __this, float timeScale, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F9D0, AnimatorMonitor_OnChangeTimeScale__MethodInfo); DO_APP_FUNC(0x01DCA600, void, AnimatorMonitor_EnableAnimator, (AnimatorMonitor * __this, bool enable, MethodInfo * method)); DO_APP_FUNC(0x01DCA670, void, AnimatorMonitor_OnDestroy, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01DCAA90, void, AnimatorMonitor_DomainReset, (MethodInfo * method)); DO_APP_FUNC(0x01DCACA0, void, AnimatorMonitor__ctor, (AnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01DCACD0, void, AnimatorMonitor__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, CapsuleColliderPositioner_get_RotateCollider, (CapsuleColliderPositioner * __this, MethodInfo * method)); DO_APP_FUNC(0x01DCB290, void, CapsuleColliderPositioner_set_RotateCollider, (CapsuleColliderPositioner * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00667070, bool, CapsuleColliderPositioner_get_EndCapRotation, (CapsuleColliderPositioner * __this, MethodInfo * method)); DO_APP_FUNC(0x019C8EE0, void, CapsuleColliderPositioner_set_EndCapRotation, (CapsuleColliderPositioner * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Transform *, CapsuleColliderPositioner_get_RotationBone, (CapsuleColliderPositioner * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, CapsuleColliderPositioner_set_RotationBone, (CapsuleColliderPositioner * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00990E00, Vector3, CapsuleColliderPositioner_get_RotationBoneOffset, (CapsuleColliderPositioner * __this, MethodInfo * method)); DO_APP_FUNC(0x00990E20, void, CapsuleColliderPositioner_set_RotationBoneOffset, (CapsuleColliderPositioner * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x0060F770, bool, CapsuleColliderPositioner_get_AdjustHeight, (CapsuleColliderPositioner * __this, MethodInfo * method)); DO_APP_FUNC(0x01DCB3A0, void, CapsuleColliderPositioner_set_AdjustHeight, (CapsuleColliderPositioner * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, Transform *, CapsuleColliderPositioner_get_FirstEndCapTarget, (CapsuleColliderPositioner * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, CapsuleColliderPositioner_set_FirstEndCapTarget, (CapsuleColliderPositioner * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Transform *, CapsuleColliderPositioner_get_SecondEndCapTarget, (CapsuleColliderPositioner * __this, MethodInfo * method)); DO_APP_FUNC(0x01DCB470, void, CapsuleColliderPositioner_set_SecondEndCapTarget, (CapsuleColliderPositioner * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00C92C50, float, CapsuleColliderPositioner_get_SecondEndCapPadding, (CapsuleColliderPositioner * __this, MethodInfo * method)); DO_APP_FUNC(0x01D80200, void, CapsuleColliderPositioner_set_SecondEndCapPadding, (CapsuleColliderPositioner * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, Transform *, CapsuleColliderPositioner_get_PositionBone, (CapsuleColliderPositioner * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, CapsuleColliderPositioner_set_PositionBone, (CapsuleColliderPositioner * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00ABB160, float, CapsuleColliderPositioner_get_HeightOverride, (CapsuleColliderPositioner * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB170, void, CapsuleColliderPositioner_set_HeightOverride, (CapsuleColliderPositioner * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00BE3D60, Vector3, CapsuleColliderPositioner_get_CenterOffset, (CapsuleColliderPositioner * __this, MethodInfo * method)); DO_APP_FUNC(0x01DCB4D0, void, CapsuleColliderPositioner_set_CenterOffset, (CapsuleColliderPositioner * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01DCB580, void, CapsuleColliderPositioner_Awake, (CapsuleColliderPositioner * __this, MethodInfo * method)); DO_APP_FUNC(0x01DCBD50, void, CapsuleColliderPositioner_AnimatorSnapped, (CapsuleColliderPositioner * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F948, CapsuleColliderPositioner_AnimatorSnapped__MethodInfo); DO_APP_FUNC(0x01DCBE30, void, CapsuleColliderPositioner_Initialize, (CapsuleColliderPositioner * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F970, CapsuleColliderPositioner_Initialize__MethodInfo); DO_APP_FUNC(0x01DCCAF0, void, CapsuleColliderPositioner_FixedUpdate, (CapsuleColliderPositioner * __this, MethodInfo * method)); DO_APP_FUNC(0x01DCCB00, void, CapsuleColliderPositioner_UpdateRotationHeight, (CapsuleColliderPositioner * __this, MethodInfo * method)); DO_APP_FUNC(0x01DCDEF0, void, CapsuleColliderPositioner_AdjustCapsuleColliderHeight, (CapsuleColliderPositioner * __this, float amount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F988, CapsuleColliderPositioner_AdjustCapsuleColliderHeight__MethodInfo); DO_APP_FUNC(0x01DCE060, void, CapsuleColliderPositioner_AdjustCenterOffset, (CapsuleColliderPositioner * __this, Vector3 targetOffset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F978, CapsuleColliderPositioner_AdjustCenterOffset__MethodInfo); DO_APP_FUNC(0x01CA79A0, void, CapsuleColliderPositioner_OnDeath, (CapsuleColliderPositioner * __this, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F938, CapsuleColliderPositioner_OnDeath__MethodInfo); DO_APP_FUNC(0x01D32B70, void, CapsuleColliderPositioner_OnRespawn, (CapsuleColliderPositioner * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F928, CapsuleColliderPositioner_OnRespawn__MethodInfo); DO_APP_FUNC(0x01DCE8E0, void, CapsuleColliderPositioner_OnImmediateTransformChange, (CapsuleColliderPositioner * __this, bool snapAnimator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F940, CapsuleColliderPositioner_OnImmediateTransformChange__MethodInfo); DO_APP_FUNC(0x01DCE950, void, CapsuleColliderPositioner_OnDestroy, (CapsuleColliderPositioner * __this, MethodInfo * method)); DO_APP_FUNC(0x01DCEC50, void, CapsuleColliderPositioner__ctor, (CapsuleColliderPositioner * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, CharacterFootEffects_FootstepPlacementMode__Enum, CharacterFootEffects_get_FootstepMode, (CharacterFootEffects * __this, MethodInfo * method)); DO_APP_FUNC(0x01DCEC70, void, CharacterFootEffects_set_FootstepMode, (CharacterFootEffects * __this, CharacterFootEffects_FootstepPlacementMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, SurfaceImpact *, CharacterFootEffects_get_SurfaceImpact, (CharacterFootEffects * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, CharacterFootEffects_set_SurfaceImpact, (CharacterFootEffects * __this, SurfaceImpact * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, CharacterFootEffects_Foot__Array *, CharacterFootEffects_get_Feet, (CharacterFootEffects * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, CharacterFootEffects_set_Feet, (CharacterFootEffects * __this, CharacterFootEffects_Foot__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003CE2C0, float, CharacterFootEffects_get_MinVelocity, (CharacterFootEffects * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE2D0, void, CharacterFootEffects_set_MinVelocity, (CharacterFootEffects * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01365740, int32_t, CharacterFootEffects_get_MoveDirectionFrameCount, (CharacterFootEffects * __this, MethodInfo * method)); DO_APP_FUNC(0x01A728E0, void, CharacterFootEffects_set_MoveDirectionFrameCount, (CharacterFootEffects * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x008CC030, float, CharacterFootEffects_get_FootOffset, (CharacterFootEffects * __this, MethodInfo * method)); DO_APP_FUNC(0x008CC040, void, CharacterFootEffects_set_FootOffset, (CharacterFootEffects * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CA4F60, float, CharacterFootEffects_get_Interval, (CharacterFootEffects * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA4F70, void, CharacterFootEffects_set_Interval, (CharacterFootEffects * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CE5090, float, CharacterFootEffects_get_MinBobInterval, (CharacterFootEffects * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE50A0, void, CharacterFootEffects_set_MinBobInterval, (CharacterFootEffects * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DCECE0, void, CharacterFootEffects_Awake, (CharacterFootEffects * __this, MethodInfo * method)); DO_APP_FUNC(0x01DCF5F0, void, CharacterFootEffects_InitializeHumanoidFeet, (CharacterFootEffects * __this, MethodInfo * method)); DO_APP_FUNC(0x01DD0000, void, CharacterFootEffects_OnAttachLookSource, (CharacterFootEffects * __this, ILookSource * lookSource, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F968, CharacterFootEffects_OnAttachLookSource__MethodInfo); DO_APP_FUNC(0x01DD01C0, void, CharacterFootEffects_OnChangePerspectives, (CharacterFootEffects * __this, bool firstPersonPerspective, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F8C8, CharacterFootEffects_OnChangePerspectives__MethodInfo); DO_APP_FUNC(0x01DD01D0, void, CharacterFootEffects_PrepareVerticalOffsetLists, (CharacterFootEffects * __this, MethodInfo * method)); DO_APP_FUNC(0x01DD06B0, void, CharacterFootEffects_FixedUpdate, (CharacterFootEffects * __this, MethodInfo * method)); DO_APP_FUNC(0x01DD0A40, void, CharacterFootEffects_DetectBodyStep, (CharacterFootEffects * __this, MethodInfo * method)); DO_APP_FUNC(0x01DD0FB0, void, CharacterFootEffects_UpdateFixedInterval, (CharacterFootEffects * __this, MethodInfo * method)); DO_APP_FUNC(0x01DD10B0, void, CharacterFootEffects_DetectCameraBob, (CharacterFootEffects * __this, MethodInfo * method)); DO_APP_FUNC(0x01DD1310, void, CharacterFootEffects_GroupFootStep, (CharacterFootEffects * __this, MethodInfo * method)); DO_APP_FUNC(0x01DD1480, bool, CharacterFootEffects_FootStep, (CharacterFootEffects * __this, Transform * foot, bool flipFootprint, MethodInfo * method)); DO_APP_FUNC(0x01DD1960, void, CharacterFootEffects_OnMoving, (CharacterFootEffects * __this, bool moving, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F958, CharacterFootEffects_OnMoving__MethodInfo); DO_APP_FUNC(0x01DD19C0, void, CharacterFootEffects_StateChange, (CharacterFootEffects * __this, MethodInfo * method)); DO_APP_FUNC(0x01DD1A30, void, CharacterFootEffects_OnDestroy, (CharacterFootEffects * __this, MethodInfo * method)); DO_APP_FUNC(0x01DD1C10, void, CharacterFootEffects__ctor, (CharacterFootEffects * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Transform *, CharacterFootEffects_Foot_get_Object, (CharacterFootEffects_Foot * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, CharacterFootEffects_Foot_set_Object, (CharacterFootEffects_Foot * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, CharacterFootEffects_Foot_get_Group, (CharacterFootEffects_Foot * __this, MethodInfo * method)); DO_APP_FUNC(0x01DD1DB0, bool, CharacterFootEffects_Foot_get_FlippedFootprint, (CharacterFootEffects_Foot * __this, MethodInfo * method)); DO_APP_FUNC(0x01DD1DC0, void, CharacterFootEffects_Foot_set_FlippedFootprint, (CharacterFootEffects_Foot * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, LayerMask, CharacterIK_get_LayerMask, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF230, void, CharacterIK_set_LayerMask, (CharacterIK * __this, LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x01D89040, Vector3, CharacterIK_get_LookAtOffset, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x01D89060, void, CharacterIK_set_LookAtOffset, (CharacterIK * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01CE5090, float, CharacterIK_get_LookAtBodyWeight, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE50A0, void, CharacterIK_set_LookAtBodyWeight, (CharacterIK * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00BC1070, float, CharacterIK_get_LookAtHeadWeight, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x01D1AB30, void, CharacterIK_set_LookAtHeadWeight, (CharacterIK * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C92C50, float, CharacterIK_get_LookAtEyesWeight, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x01D80200, void, CharacterIK_set_LookAtEyesWeight, (CharacterIK * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00CA3F80, float, CharacterIK_get_LookAtClampWeight, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA3F90, void, CharacterIK_set_LookAtClampWeight, (CharacterIK * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00ABB120, float, CharacterIK_get_LookAtAdjustmentSpeed, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB130, void, CharacterIK_set_LookAtAdjustmentSpeed, (CharacterIK * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00ABB140, float, CharacterIK_get_HipsPositionAdjustmentSpeed, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x01DD1DD0, void, CharacterIK_set_HipsPositionAdjustmentSpeed, (CharacterIK * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00ABB160, float, CharacterIK_get_FootOffsetAdjustment, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB170, void, CharacterIK_set_FootOffsetAdjustment, (CharacterIK * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C86150, float, CharacterIK_get_FootWeightActiveAdjustmentSpeed, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x00C86160, void, CharacterIK_set_FootWeightActiveAdjustmentSpeed, (CharacterIK * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x008C4D60, float, CharacterIK_get_FootWeightInactiveAdjustmentSpeed, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x01D331D0, void, CharacterIK_set_FootWeightInactiveAdjustmentSpeed, (CharacterIK * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CBAC80, float, CharacterIK_get_UpperArmWeight, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBAC90, void, CharacterIK_set_UpperArmWeight, (CharacterIK * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DC4440, float, CharacterIK_get_UpperArmAdjustmentSpeed, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x01DD1DF0, void, CharacterIK_set_UpperArmAdjustmentSpeed, (CharacterIK * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00977500, float, CharacterIK_get_HandWeight, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x00977510, void, CharacterIK_set_HandWeight, (CharacterIK * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00977520, float, CharacterIK_get_HandAdjustmentSpeed, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x00977530, void, CharacterIK_set_HandAdjustmentSpeed, (CharacterIK * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DD1E00, Vector3, CharacterIK_get_HandPositionOffset, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x01DD1E20, void, CharacterIK_set_HandPositionOffset, (CharacterIK * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x003C7040, Spring *, CharacterIK_get_LeftHandPositionSpring, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x01DD1E40, void, CharacterIK_set_LeftHandPositionSpring, (CharacterIK * __this, Spring * value, MethodInfo * method)); DO_APP_FUNC(0x00A90540, Spring *, CharacterIK_get_LeftHandRotationSpring, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x01DD1EB0, void, CharacterIK_set_LeftHandRotationSpring, (CharacterIK * __this, Spring * value, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, Spring *, CharacterIK_get_RightHandPositionSpring, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x01DD1F30, void, CharacterIK_set_RightHandPositionSpring, (CharacterIK * __this, Spring * value, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, Spring *, CharacterIK_get_RightHandRotationSpring, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x01DD1FA0, void, CharacterIK_set_RightHandRotationSpring, (CharacterIK * __this, Spring * value, MethodInfo * method)); DO_APP_FUNC(0x00AC90A0, Transform *, CharacterIK_get_HeadTransform, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7780, Transform *, CharacterIK_get_RightHandTransform, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x01DD2020, void, CharacterIK_Awake, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x01DD3A00, void, CharacterIK_Start, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x01DD3B80, void, CharacterIK_OnAttachLookSource, (CharacterIK * __this, ILookSource * lookSource, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F8F0, CharacterIK_OnAttachLookSource__MethodInfo); DO_APP_FUNC(0x01DD3D00, void, CharacterIK_SetItemIKTargets, (CharacterIK * __this, Transform * itemTransform, Transform * itemHand, Transform * nonDominantHandTarget, Transform * nonDominantHandElbowTarget, MethodInfo * method)); DO_APP_FUNC(0x01DD4030, void, CharacterIK_SetAbilityIKTarget, (CharacterIK * __this, Transform * target, CharacterIKBase_IKGoal__Enum ikGoal, float duration, MethodInfo * method)); DO_APP_FUNC(0x01DD43B0, void, CharacterIK_SetAbilityIKTarget_1, (CharacterIK * __this, Transform * target, CharacterIKBase_IKGoal__Enum ikGoal, MethodInfo * method)); DO_APP_FUNC(0x01DD4440, void, CharacterIK_UpdateIKTargets, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x01DD4C80, void, CharacterIK_OnEquipItem, (CharacterIK * __this, Item * item, int32_t slotID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F8B0, CharacterIK_OnEquipItem__MethodInfo); DO_APP_FUNC(0x01DD4C80, void, CharacterIK_OnUnequipItem, (CharacterIK * __this, Item * item, int32_t slotID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F8A0, CharacterIK_OnUnequipItem__MethodInfo); DO_APP_FUNC(0x01DD4C90, void, CharacterIK_DetermineDominantHand, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x01DD5170, void, CharacterIK_OnAim, (CharacterIK * __this, bool aim, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F8E8, CharacterIK_OnAim__MethodInfo); DO_APP_FUNC(0x01DD5180, void, CharacterIK_OnUseStart, (CharacterIK * __this, bool start, Use * useAbility, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F888, CharacterIK_OnUseStart__MethodInfo); DO_APP_FUNC(0x01DD51C0, void, CharacterIK_OnAddForce, (CharacterIK * __this, int32_t slotID, Vector3 positionalForce, Vector3 rotationalForce, bool globalForce, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F900, CharacterIK_OnAddForce__MethodInfo); DO_APP_FUNC(0x01DD5300, void, CharacterIK_Move, (CharacterIK * __this, bool fixedUpdate, MethodInfo * method)); DO_APP_FUNC(0x01DD5430, void, CharacterIK_OnAnimatorIK, (CharacterIK * __this, int32_t layerIndex, MethodInfo * method)); DO_APP_FUNC(0x01DD54E0, void, CharacterIK_PositionLowerBody, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x01DD7190, Vector3, CharacterIK_GetFootRaycastPosition, (CharacterIK * __this, Transform * targetTransform, Transform * lowerLeg, float * distance, MethodInfo * method)); DO_APP_FUNC(0x01DD7420, void, CharacterIK_LookAtTarget, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x01DD8980, void, CharacterIK_SetRemoteLookAtPosition, (CharacterIK * __this, Vector3 lookAtPosition, MethodInfo * method)); DO_APP_FUNC(0x00648600, void, CharacterIK_SetRemoteLookAtEntity, (CharacterIK * __this, BoltEntity * lookAtEntity, MethodInfo * method)); DO_APP_FUNC(0x01DD89A0, void, CharacterIK_RotateHands, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x01DD9F20, void, CharacterIK_RotateUpperArms, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDB380, void, CharacterIK_UpdateTargetInterpolations, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDBE20, void, CharacterIK_PositionHands, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDCC90, void, CharacterIK_ImmediatePosition, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F8F8, CharacterIK_ImmediatePosition__MethodInfo); DO_APP_FUNC(0x01DDCCA0, void, CharacterIK_AnimatorSnapped, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F910, CharacterIK_AnimatorSnapped__MethodInfo); DO_APP_FUNC(0x01DDCD10, void, CharacterIK_OnDeath, (CharacterIK * __this, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F8A8, CharacterIK_OnDeath__MethodInfo); DO_APP_FUNC(0x01DDCDB0, void, CharacterIK_OnRespawn, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F898, CharacterIK_OnRespawn__MethodInfo); DO_APP_FUNC(0x01DDCE20, void, CharacterIK_StateWillChange, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDCF20, void, CharacterIK_StateChange, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDD060, void, CharacterIK_OnDestroy, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDD690, void, CharacterIK__ctor, (CharacterIK * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Func_4_Opsive_UltimateCharacterController_Character_CharacterIKBase_IKGoal_UnityEngine_Vector3_UnityEngine_Quaternion_UnityEngine_Vector3_ *, CharacterIKBase_get_OnUpdateIKPosition, (CharacterIKBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, CharacterIKBase_set_OnUpdateIKPosition, (CharacterIKBase * __this, Func_4_Opsive_UltimateCharacterController_Character_CharacterIKBase_IKGoal_UnityEngine_Vector3_UnityEngine_Quaternion_UnityEngine_Vector3_ * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Func_4_Opsive_UltimateCharacterController_Character_CharacterIKBase_IKGoal_UnityEngine_Quaternion_UnityEngine_Vector3_UnityEngine_Quaternion_ *, CharacterIKBase_get_OnUpdateIKRotation, (CharacterIKBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, CharacterIKBase_set_OnUpdateIKRotation, (CharacterIKBase * __this, Func_4_Opsive_UltimateCharacterController_Character_CharacterIKBase_IKGoal_UnityEngine_Quaternion_UnityEngine_Vector3_UnityEngine_Quaternion_ * value, MethodInfo * method)); DO_APP_FUNC(0x0075F670, void, CharacterIKBase__ctor, (CharacterIKBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, LayerMask, CharacterLayerManager_get_EnemyLayers, (CharacterLayerManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, LayerMask, CharacterLayerManager_get_InvisibleLayers, (CharacterLayerManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, CharacterLayerManager_set_InvisibleLayers, (CharacterLayerManager * __this, LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, LayerMask, CharacterLayerManager_get_SolidObjectLayers, (CharacterLayerManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, CharacterLayerManager_set_SolidObjectLayers, (CharacterLayerManager * __this, LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x01DDDF40, int32_t, CharacterLayerManager_get_IgnoreInvisibleLayers, (CharacterLayerManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDDF50, int32_t, CharacterLayerManager_get_IgnoreInvisibleCharacterLayers, (CharacterLayerManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDDF60, int32_t, CharacterLayerManager_get_IgnoreInvisibleCharacterWaterLayers, (CharacterLayerManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, LayerMask, CharacterLayerManager_get_CharacterLayer, (CharacterLayerManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDDF70, void, CharacterLayerManager_Awake, (CharacterLayerManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE160, void, CharacterLayerManager__ctor, (CharacterLayerManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE1F0, float, CharacterLocomotion_get_ColliderSpacing, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE200, float, CharacterLocomotion_get_ColliderSpacingCubed, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE210, float, CharacterLocomotion_get_SlopeLimitSpacing, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, CharacterLocomotion_get_UseRootMotionPosition, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, CharacterLocomotion_set_UseRootMotionPosition, (CharacterLocomotion * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, CharacterLocomotion_get_RootMotionSpeedMultiplier, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA750, void, CharacterLocomotion_set_RootMotionSpeedMultiplier, (CharacterLocomotion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB1A0, float, CharacterLocomotion_get_RootMotionAirForceMultiplier, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x00986690, void, CharacterLocomotion_set_RootMotionAirForceMultiplier, (CharacterLocomotion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0041F540, bool, CharacterLocomotion_get_UseRootMotionRotation, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F550, void, CharacterLocomotion_set_UseRootMotionRotation, (CharacterLocomotion * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, CharacterLocomotion_get_RootMotionRotationMultiplier, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x00989750, void, CharacterLocomotion_set_RootMotionRotationMultiplier, (CharacterLocomotion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x005DE720, float, CharacterLocomotion_get_MotorRotationSpeed, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE730, void, CharacterLocomotion_set_MotorRotationSpeed, (CharacterLocomotion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CE2C0, float, CharacterLocomotion_get_Mass, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE2D0, void, CharacterLocomotion_set_Mass, (CharacterLocomotion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CA7A30, float, CharacterLocomotion_get_SkinWidth, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA7A40, void, CharacterLocomotion_set_SkinWidth, (CharacterLocomotion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x008CC030, float, CharacterLocomotion_get_SlopeLimit, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x008CC040, void, CharacterLocomotion_set_SlopeLimit, (CharacterLocomotion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CA4F60, float, CharacterLocomotion_get_MaxStepHeight, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA4F70, void, CharacterLocomotion_set_MaxStepHeight, (CharacterLocomotion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00BAE3C0, Vector3, CharacterLocomotion_get_MotorAcceleration, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x00BAE3E0, void, CharacterLocomotion_set_MotorAcceleration, (CharacterLocomotion * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00CA3F80, float, CharacterLocomotion_get_MotorDamping, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA3F90, void, CharacterLocomotion_set_MotorDamping, (CharacterLocomotion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D57FA0, Vector3, CharacterLocomotion_get_MotorAirborneAcceleration, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE220, void, CharacterLocomotion_set_MotorAirborneAcceleration, (CharacterLocomotion * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00C86150, float, CharacterLocomotion_get_MotorAirborneDamping, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x00C86160, void, CharacterLocomotion_set_MotorAirborneDamping, (CharacterLocomotion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x008C4D60, float, CharacterLocomotion_get_MotorBackwardsMultiplier, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01D331D0, void, CharacterLocomotion_set_MotorBackwardsMultiplier, (CharacterLocomotion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CBAC80, float, CharacterLocomotion_get_PreviousAccelerationInfluence, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBAC90, void, CharacterLocomotion_set_PreviousAccelerationInfluence, (CharacterLocomotion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x005625F0, bool, CharacterLocomotion_get_AdjustMotorForceOnSlope, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x00562600, void, CharacterLocomotion_set_AdjustMotorForceOnSlope, (CharacterLocomotion * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00977500, float, CharacterLocomotion_get_MotorSlopeForceUp, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x00977510, void, CharacterLocomotion_set_MotorSlopeForceUp, (CharacterLocomotion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00977520, float, CharacterLocomotion_get_MotorSlopeForceDown, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x00977530, void, CharacterLocomotion_set_MotorSlopeForceDown, (CharacterLocomotion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DC2680, float, CharacterLocomotion_get_ExternalForceDamping, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC2690, void, CharacterLocomotion_set_ExternalForceDamping, (CharacterLocomotion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00A7D0F0, float, CharacterLocomotion_get_ExternalForceAirDamping, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D100, void, CharacterLocomotion_set_ExternalForceAirDamping, (CharacterLocomotion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x006486C0, bool, CharacterLocomotion_get_StickToGround, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x006486D0, void, CharacterLocomotion_set_StickToGround, (CharacterLocomotion * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C94E0, float, CharacterLocomotion_get_Stickiness, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94F0, void, CharacterLocomotion_set_Stickiness, (CharacterLocomotion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00A7D140, float, CharacterLocomotion_get_TimeScale, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D150, void, CharacterLocomotion_set_TimeScale, (CharacterLocomotion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0070E040, bool, CharacterLocomotion_get_UseGravity, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E050, void, CharacterLocomotion_set_UseGravity, (CharacterLocomotion * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00A61A40, Vector3, CharacterLocomotion_get_GravityDirection, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE230, void, CharacterLocomotion_set_GravityDirection, (CharacterLocomotion * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00A7D1B0, float, CharacterLocomotion_get_GravityMagnitude, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D1C0, void, CharacterLocomotion_set_GravityMagnitude, (CharacterLocomotion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0054CE10, bool, CharacterLocomotion_get_DetectHorizontalCollisions, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01D7C0D0, void, CharacterLocomotion_set_DetectHorizontalCollisions, (CharacterLocomotion * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DDE260, bool, CharacterLocomotion_get_DetectVerticalCollisions, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE270, void, CharacterLocomotion_set_DetectVerticalCollisions, (CharacterLocomotion * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0070E4E0, LayerMask, CharacterLocomotion_get_ColliderLayerMask, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D1E0, void, CharacterLocomotion_set_ColliderLayerMask, (CharacterLocomotion * __this, LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x0070E660, int32_t, CharacterLocomotion_get_MaxCollisionCount, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E7E0, int32_t, CharacterLocomotion_get_MaxSoftForceFrames, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3E180, int32_t, CharacterLocomotion_get_RotationCollisionCheckCount, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE280, void, CharacterLocomotion_set_RotationCollisionCheckCount, (CharacterLocomotion * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01B3D710, int32_t, CharacterLocomotion_get_MaxOverlapIterations, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB7D20, void, CharacterLocomotion_set_MaxOverlapIterations, (CharacterLocomotion * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0070EC40, AnimationCurve *, CharacterLocomotion_get_WallGlideCurve, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x00B481B0, void, CharacterLocomotion_set_WallGlideCurve, (CharacterLocomotion * __this, AnimationCurve * value, MethodInfo * method)); DO_APP_FUNC(0x0101D7E0, float, CharacterLocomotion_get_WallBounceModifier, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D7F0, void, CharacterLocomotion_set_WallBounceModifier, (CharacterLocomotion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DDE290, bool, CharacterLocomotion_get_StickToMovingPlatform, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE2A0, void, CharacterLocomotion_set_StickToMovingPlatform, (CharacterLocomotion * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009EE1E0, float, CharacterLocomotion_get_MovingPlatformSeperationVelocity, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D820, void, CharacterLocomotion_set_MovingPlatformSeperationVelocity, (CharacterLocomotion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0101D830, float, CharacterLocomotion_get_MinHorizontalMovingPlatformStickSpeed, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D840, void, CharacterLocomotion_set_MinHorizontalMovingPlatformStickSpeed, (CharacterLocomotion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0070EAD0, float, CharacterLocomotion_get_MovingPlatformForceDamping, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x0070EAE0, void, CharacterLocomotion_set_MovingPlatformForceDamping, (CharacterLocomotion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00AC8DB0, Transform__Array *, CharacterLocomotion_get_SmoothedBones, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x003C28C0, Collider__Array *, CharacterLocomotion_get_Colliders, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC90A0, Collider__Array *, CharacterLocomotion_get_IgnoredColliders, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6C130, int32_t, CharacterLocomotion_get_ColliderCount, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE2B0, void, CharacterLocomotion_set_AllowUseGravity, (CharacterLocomotion * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DDE2C0, void, CharacterLocomotion_set_ForceUseGravity, (CharacterLocomotion * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DDE2D0, bool, CharacterLocomotion_get_UsingGravity, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE2F0, void, CharacterLocomotion_set_AllowRootMotionPosition, (CharacterLocomotion * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DDE300, void, CharacterLocomotion_set_ForceRootMotionPosition, (CharacterLocomotion * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DDE310, bool, CharacterLocomotion_get_UsingRootMotionPosition, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE330, void, CharacterLocomotion_set_AllowRootMotionRotation, (CharacterLocomotion * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DDE340, void, CharacterLocomotion_set_ForceRootMotionRotation, (CharacterLocomotion * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DDE350, bool, CharacterLocomotion_get_UsingRootMotionRotation, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE370, Vector3, CharacterLocomotion_get_AnimatorDeltaPosition, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE390, void, CharacterLocomotion_set_AnimatorDeltaPosition, (CharacterLocomotion * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01DDE3B0, Quaternion, CharacterLocomotion_get_AnimatorDeltaRotation, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE3C0, void, CharacterLocomotion_set_AnimatorDeltaRotation, (CharacterLocomotion * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x01DDE3D0, void, CharacterLocomotion_set_AllowHorizontalCollisionDetection, (CharacterLocomotion * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0066DA20, void, CharacterLocomotion_set_ForceHorizontalCollisionDetection, (CharacterLocomotion * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DDE3E0, bool, CharacterLocomotion_get_UsingHorizontalCollisionDetection, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE400, void, CharacterLocomotion_set_AllowVerticalCollisionDetection, (CharacterLocomotion * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DDE410, void, CharacterLocomotion_set_ForceVerticalCollisionDetection, (CharacterLocomotion * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DDE420, bool, CharacterLocomotion_get_UsingVerticalCollisionDetection, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE440, Vector3, CharacterLocomotion_get_MoveDirection, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE460, void, CharacterLocomotion_set_MoveDirection, (CharacterLocomotion * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01DDE480, Quaternion, CharacterLocomotion_get_Torque, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE490, void, CharacterLocomotion_set_Torque, (CharacterLocomotion * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x01DDE4A0, Vector3, CharacterLocomotion_get_LocomotionVelocity, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE500, void, CharacterLocomotion_set_LocomotionVelocity, (CharacterLocomotion * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01DDE520, Vector3, CharacterLocomotion_get_LocalLocomotionVelocity, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE610, Vector3, CharacterLocomotion_get_Up, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE630, void, CharacterLocomotion_set_Up, (CharacterLocomotion * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01DDE650, float, CharacterLocomotion_get_Height, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE660, float, CharacterLocomotion_get_Radius, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE670, Vector3, CharacterLocomotion_get_Center, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE7F0, bool, CharacterLocomotion_get_Grounded, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE800, void, CharacterLocomotion_set_Grounded, (CharacterLocomotion * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DDE810, Vector3, CharacterLocomotion_get_LocalExternalForce, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE8C0, RaycastHit, CharacterLocomotion_get_GroundRaycastHit, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE8F0, RaycastHit, CharacterLocomotion_get_HorizontalRaycastHit, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE920, float, CharacterLocomotion_get_TimeScaleSquared, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE930, Transform *, CharacterLocomotion_get_Platform, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE940, Vector3, CharacterLocomotion_get_PlatformMovement, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE960, Quaternion, CharacterLocomotion_get_PlatformTorque, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE970, bool, CharacterLocomotion_get_CollisionLayerEnabled, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE980, bool, CharacterLocomotion_get_AlignToGravity, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE990, void, CharacterLocomotion_set_AlignToGravity, (CharacterLocomotion * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DDE9A0, bool, CharacterLocomotion_get_SmoothGravityYawDelta, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE9B0, void, CharacterLocomotion_set_SmoothGravityYawDelta, (CharacterLocomotion * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DDE9C0, bool, CharacterLocomotion_get_ManualMove, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE9D0, void, CharacterLocomotion_set_ManualMove, (CharacterLocomotion * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DDE9E0, Vector3, CharacterLocomotion_get_PlatformVelocity, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDEA00, void, CharacterLocomotion_set_PlatformVelocity, (CharacterLocomotion * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01DDEA20, float, CharacterLocomotion_get_SlopeFactor, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDEA30, void, CharacterLocomotion_set_SlopeFactor, (CharacterLocomotion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DDEA40, Vector3, CharacterLocomotion_get_Velocity, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE500, void, CharacterLocomotion_set_Velocity, (CharacterLocomotion * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01DDEA60, Vector3, CharacterLocomotion_get_LocalVelocity, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDEB10, Vector3, CharacterLocomotion_get_MotorThrottle, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDEB30, void, CharacterLocomotion_set_MotorThrottle, (CharacterLocomotion * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01DDEB50, Quaternion, CharacterLocomotion_get_MotorRotation, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDEB60, void, CharacterLocomotion_set_MotorRotation, (CharacterLocomotion * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x01DDEB70, Quaternion, CharacterLocomotion_get_PrevMotorRotation, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDEB80, void, CharacterLocomotion_set_PrevMotorRotation, (CharacterLocomotion * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x01DDEB90, Vector3, CharacterLocomotion_get_ExternalForce, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDEBB0, void, CharacterLocomotion_set_ExternalForce, (CharacterLocomotion * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01D6ADB0, float, CharacterLocomotion_get_GravityAmount, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6ADC0, void, CharacterLocomotion_set_GravityAmount, (CharacterLocomotion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DDEBD0, Vector3, CharacterLocomotion_get_PrevPosition, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDEBF0, void, CharacterLocomotion_set_PrevPosition, (CharacterLocomotion * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01DDEC10, Vector3, CharacterLocomotion_get_PlatformRelativePosition, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDEC30, void, CharacterLocomotion_set_PlatformRelativePosition, (CharacterLocomotion * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01DDEC50, void, CharacterLocomotion_Awake, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x0098F1F0, void, CharacterLocomotion_OnEnable, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DE0180, bool, CharacterLocomotion_CanCauseRotationCollision, (CharacterLocomotion * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x01DE09D0, void, CharacterLocomotion_Start, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DE0A60, void, CharacterLocomotion_Move, (CharacterLocomotion * __this, float horizontalMovement, float forwardMovement, float deltaYawRotation, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CharacterLocomotion_UpdateUltimateLocomotion, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CharacterLocomotion_UpdateAnimator, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DE0B90, void, CharacterLocomotion_UpdatePositionAndRotation, (CharacterLocomotion * __this, bool fromAnimatorMove, MethodInfo * method)); DO_APP_FUNC(0x01DE0E20, void, CharacterLocomotion_UpdatePositionAndRotation_1, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DE0EB0, void, CharacterLocomotion_UpdatePlatformMovement, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DE20F0, void, CharacterLocomotion_UpdateRotation, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DE2D10, Quaternion, CharacterLocomotion_CheckRotation, (CharacterLocomotion * __this, Quaternion rotationDelta, bool forceCheck, MethodInfo * method)); DO_APP_FUNC(0x01DE3E70, void, CharacterLocomotion_ApplyRotation, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DE4590, void, CharacterLocomotion_UpdatePosition, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DE4780, void, CharacterLocomotion_UpdateMotorThrottle, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DE4CE0, void, CharacterLocomotion_DeflectHorizontalCollisions, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DE75A0, void, CharacterLocomotion_DeflectVerticalCollisions, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DE84C0, bool, CharacterLocomotion_CheckGround, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DE9AA0, bool, CharacterLocomotion_ComputePenetration, (CharacterLocomotion * __this, Collider * activeCollider, Collider * hitCollider, Vector3 horizontalDirection, bool constantVelocity, Vector3 * offset, MethodInfo * method)); DO_APP_FUNC(0x01DEA260, bool, CharacterLocomotion_UpdateMovingPlatformTransform, (CharacterLocomotion * __this, Transform * hitTransform, bool groundUpdate, MethodInfo * method)); DO_APP_FUNC(0x01DEA930, void, CharacterLocomotion_SetPlatform, (CharacterLocomotion * __this, Transform * platform, MethodInfo * method)); DO_APP_FUNC(0x01DEA950, bool, CharacterLocomotion_SetPlatform_1, (CharacterLocomotion * __this, Transform * platform, bool platformOverride, MethodInfo * method)); DO_APP_FUNC(0x01DEB1F0, void, CharacterLocomotion_TransferPlatformMovement, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DEB470, void, CharacterLocomotion_UpdateSlopeFactor, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DEB590, bool, CharacterLocomotion_UpdateGroundState, (CharacterLocomotion * __this, bool grounded, bool sendEvents, MethodInfo * method)); DO_APP_FUNC(0x01DEB5B0, void, CharacterLocomotion_ApplyPosition, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DEBAD0, void, CharacterLocomotion_UpdateExternalForces, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DEBE50, void, CharacterLocomotion_OnAnimatorMove, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DEC3E0, int32_t, CharacterLocomotion_NonAllocCast, (CharacterLocomotion * __this, Vector3 direction, Vector3 offset, MethodInfo * method)); DO_APP_FUNC(0x01DED0A0, bool, CharacterLocomotion_SingleCast, (CharacterLocomotion * __this, Collider * collider, Vector3 direction, Vector3 offset, MethodInfo * method)); DO_APP_FUNC(0x01DEDDB0, int32_t, CharacterLocomotion_OverlapCount, (CharacterLocomotion * __this, Collider * collider, Vector3 offset, MethodInfo * method)); DO_APP_FUNC(0x01DEEA00, void, CharacterLocomotion_ResetCombinedRaycastHits, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DEEBD0, void, CharacterLocomotion_EnableColliderCollisionLayer, (CharacterLocomotion * __this, bool enable, MethodInfo * method)); DO_APP_FUNC(0x01DEEFE0, void, CharacterLocomotion_AddCollider, (CharacterLocomotion * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x01DEF120, int32_t, CharacterLocomotion_AddCollider_1, (CharacterLocomotion * __this, Collider * collider, Collider__Array * * existingColliders, Int32__Array * * existingColliderLayers, GameObject__Array * * existingColliderGameObjects, int32_t existingColliderCount, MethodInfo * method)); DO_APP_FUNC(0x01DEF540, void, CharacterLocomotion_RemoveCollider, (CharacterLocomotion * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x01DEF590, int32_t, CharacterLocomotion_RemoveCollider_1, (CharacterLocomotion * __this, Collider * collider, Collider__Array * * existingColliders, Int32__Array * * existingColliderLayers, GameObject__Array * * existingColliderGameObjects, int32_t existingColliderCount, MethodInfo * method)); DO_APP_FUNC(0x01DEF950, void, CharacterLocomotion_AddColliders, (CharacterLocomotion * __this, Collider__Array * colliders, MethodInfo * method)); DO_APP_FUNC(0x01DEFAD0, int32_t, CharacterLocomotion_AddColliders_1, (CharacterLocomotion * __this, Collider__Array * colliders, Collider__Array * * existingColliders, Int32__Array * * existingColliderLayers, GameObject__Array * * existingColliderGameObjects, int32_t existingColliderCount, MethodInfo * method)); DO_APP_FUNC(0x01DF0010, void, CharacterLocomotion_RemoveColliders, (CharacterLocomotion * __this, Collider__Array * colliders, MethodInfo * method)); DO_APP_FUNC(0x01DF0060, int32_t, CharacterLocomotion_RemoveColliders_1, (CharacterLocomotion * __this, Collider__Array * colliders, Collider__Array * * existingColliders, Int32__Array * * existingColliderLayers, GameObject__Array * * existingColliderGameObjects, int32_t existingColliderCount, MethodInfo * method)); DO_APP_FUNC(0x01DF0430, void, CharacterLocomotion_AddIgnoredCollider, (CharacterLocomotion * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x01DF0480, void, CharacterLocomotion_RemoveIgnoredCollider, (CharacterLocomotion * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x01DF04D0, void, CharacterLocomotion_AddIgnoredColliders, (CharacterLocomotion * __this, Collider__Array * colliders, MethodInfo * method)); DO_APP_FUNC(0x01DF0520, void, CharacterLocomotion_RemoveIgnoredColliders, (CharacterLocomotion * __this, Collider__Array * colliders, MethodInfo * method)); DO_APP_FUNC(0x01DF0570, void, CharacterLocomotion_AddForce, (CharacterLocomotion * __this, Vector3 force, MethodInfo * method)); DO_APP_FUNC(0x01DF05D0, void, CharacterLocomotion_AddForce_1, (CharacterLocomotion * __this, Vector3 force, int32_t frames, MethodInfo * method)); DO_APP_FUNC(0x01DF0650, void, CharacterLocomotion_AddForce_2, (CharacterLocomotion * __this, Vector3 force, int32_t frames, bool scaleByMass, bool scaleByTime, MethodInfo * method)); DO_APP_FUNC(0x01DF06F0, void, CharacterLocomotion_AddExternalForce, (CharacterLocomotion * __this, Vector3 force, MethodInfo * method)); DO_APP_FUNC(0x01DF0720, void, CharacterLocomotion_AddExternalForce_1, (CharacterLocomotion * __this, Vector3 force, bool scaleByTime, MethodInfo * method)); DO_APP_FUNC(0x01DF0810, void, CharacterLocomotion_AddSoftForce, (CharacterLocomotion * __this, Vector3 force, float frames, MethodInfo * method)); DO_APP_FUNC(0x01DF0840, void, CharacterLocomotion_AddSoftForce_1, (CharacterLocomotion * __this, Vector3 force, float frames, bool scaleByTime, MethodInfo * method)); DO_APP_FUNC(0x01DF0A40, void, CharacterLocomotion_AddRelativeForce, (CharacterLocomotion * __this, Vector3 force, MethodInfo * method)); DO_APP_FUNC(0x01DF0B20, void, CharacterLocomotion_AddRelativeForce_1, (CharacterLocomotion * __this, Vector3 force, int32_t frames, MethodInfo * method)); DO_APP_FUNC(0x01DF0B60, void, CharacterLocomotion_AddRelativeForce_2, (CharacterLocomotion * __this, Vector3 force, int32_t frames, bool scaleByMass, bool scaleByTime, MethodInfo * method)); DO_APP_FUNC(0x01DF0CA0, bool, CharacterLocomotion_PushRigidbody, (CharacterLocomotion * __this, Rigidbody * targetRigidbody, Vector3 moveDirection, Vector3 point, float radius, MethodInfo * method)); DO_APP_FUNC(0x01DF0F50, Collider *, CharacterLocomotion_BoundsCountains, (CharacterLocomotion * __this, Vector3 point, MethodInfo * method)); DO_APP_FUNC(0x01DF10E0, void, CharacterLocomotion_SetRotation, (CharacterLocomotion * __this, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x01DF1230, void, CharacterLocomotion_SetPosition, (CharacterLocomotion * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x01DF15C0, void, CharacterLocomotion_ResetRotationPosition, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF1820, void, CharacterLocomotion_Reset, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF1830, void, CharacterLocomotion_AddDefaultSmoothedBones, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF1BB0, void, CharacterLocomotion_AddBone, (CharacterLocomotion * __this, List_1_UnityEngine_Transform_ * bones, Animator * animator, HumanBodyBones__Enum bone, MethodInfo * method)); DO_APP_FUNC(0x01DF1D00, void, CharacterLocomotion__ctor, (CharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF2200, void, ChildAnimatorMonitor_Awake, (ChildAnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF3670, void, ChildAnimatorMonitor_Start, (ChildAnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF3680, void, ChildAnimatorMonitor_SnapAnimator, (ChildAnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1910, ChildAnimatorMonitor_SnapAnimator__MethodInfo); DO_APP_FUNC(0x01DF4440, bool, ChildAnimatorMonitor_IsInTrasition, (ChildAnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF4540, void, ChildAnimatorMonitor_SetHorizontalMovementParameter, (ChildAnimatorMonitor * __this, float value, float timeScale, float dampingTime, MethodInfo * method)); DO_APP_FUNC(0x01DF46A0, void, ChildAnimatorMonitor_SetForwardMovementParameter, (ChildAnimatorMonitor * __this, float value, float timeScale, float dampingTime, MethodInfo * method)); DO_APP_FUNC(0x01DF4810, void, ChildAnimatorMonitor_SetPitchParameter, (ChildAnimatorMonitor * __this, float value, float timeScale, float dampingTime, MethodInfo * method)); DO_APP_FUNC(0x01DF4980, void, ChildAnimatorMonitor_SetYawParameter, (ChildAnimatorMonitor * __this, float value, float timeScale, float dampingTime, MethodInfo * method)); DO_APP_FUNC(0x01DF4AF0, void, ChildAnimatorMonitor_SetSpeedParameter, (ChildAnimatorMonitor * __this, float value, float timeScale, float dampingTime, MethodInfo * method)); DO_APP_FUNC(0x01DF4C60, void, ChildAnimatorMonitor_SetHeightParameter, (ChildAnimatorMonitor * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01DF4D90, void, ChildAnimatorMonitor_SetMovingParameter, (ChildAnimatorMonitor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DF4E80, void, ChildAnimatorMonitor_SetAimingParameter, (ChildAnimatorMonitor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DF4F70, void, ChildAnimatorMonitor_SetMovementSetIDParameter, (ChildAnimatorMonitor * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01DF5060, void, ChildAnimatorMonitor_SetAbilityIndexParameter, (ChildAnimatorMonitor * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01DF5160, void, ChildAnimatorMonitor_SetAbilityChangeParameter, (ChildAnimatorMonitor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DF5310, void, ChildAnimatorMonitor_SetAbilityIntDataParameter, (ChildAnimatorMonitor * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01DF53B0, void, ChildAnimatorMonitor_SetAbilityFloatDataParameter, (ChildAnimatorMonitor * __this, float value, float timeScale, float dampingTime, MethodInfo * method)); DO_APP_FUNC(0x01DF5540, void, ChildAnimatorMonitor_SetItemIDParameter, (ChildAnimatorMonitor * __this, int32_t slotID, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01DF5640, void, ChildAnimatorMonitor_SetItemStateIndexParameter, (ChildAnimatorMonitor * __this, int32_t slotID, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01DF5740, void, ChildAnimatorMonitor_SetItemStateIndexChangeParameter, (ChildAnimatorMonitor * __this, int32_t slotID, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DF58E0, void, ChildAnimatorMonitor_SetItemSubstateIndexParameter, (ChildAnimatorMonitor * __this, int32_t slotID, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01DF59D0, void, ChildAnimatorMonitor_SetHandStateIndexParameter, (ChildAnimatorMonitor * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01DF5B20, void, ChildAnimatorMonitor_SetHandGripStrengthParameter, (ChildAnimatorMonitor * __this, float value, float timeScale, MethodInfo * method)); DO_APP_FUNC(0x01DF5C80, void, ChildAnimatorMonitor_OnEnable, (ChildAnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF5EC0, void, ChildAnimatorMonitor_ExecuteEvent, (ChildAnimatorMonitor * __this, String * eventName, MethodInfo * method)); DO_APP_FUNC(0x01DF5F40, void, ChildAnimatorMonitor_OnImmediateTransformChange, (ChildAnimatorMonitor * __this, bool snapAnimator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1928, ChildAnimatorMonitor_OnImmediateTransformChange__MethodInfo); DO_APP_FUNC(0x01DF5F50, void, ChildAnimatorMonitor_OnChangeUpdateLocation, (ChildAnimatorMonitor * __this, bool fixedUpdate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1920, ChildAnimatorMonitor_OnChangeUpdateLocation__MethodInfo); DO_APP_FUNC(0x01DF5FC0, void, ChildAnimatorMonitor_OnChangeTimeScale, (ChildAnimatorMonitor * __this, float timeScale, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1930, ChildAnimatorMonitor_OnChangeTimeScale__MethodInfo); DO_APP_FUNC(0x01DF6030, void, ChildAnimatorMonitor_OnDestroy, (ChildAnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF6360, void, ChildAnimatorMonitor_DomainReset, (MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ChildAnimatorMonitor__ctor, (ChildAnimatorMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF6570, void, ChildAnimatorMonitor__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, FootstepTrigger_get_FlipFootprint, (FootstepTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, FootstepTrigger_set_FlipFootprint, (FootstepTrigger * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DF6B30, void, FootstepTrigger_Awake, (FootstepTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF6CE0, void, FootstepTrigger_OnTriggerEnter, (FootstepTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, FootstepTrigger__ctor, (FootstepTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF6E30, void, ItemHandler_Start, (ItemHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF7100, void, ItemHandler_FixedUpdate, (ItemHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF7350, void, ItemHandler_OnEquipItem, (ItemHandler * __this, Item * item, int32_t slotID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA18E0, ItemHandler_OnEquipItem__MethodInfo); DO_APP_FUNC(0x01DF73F0, void, ItemHandler_OnDestroy, (ItemHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ItemHandler__ctor, (ItemHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, GameObject *, LocalLookSource_get_GameObject, (LocalLookSource * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Transform *, LocalLookSource_get_Transform, (LocalLookSource * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, LocalLookSource_get_LookDirectionDistance, (LocalLookSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, LocalLookSource_get_Pitch, (LocalLookSource * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Transform *, LocalLookSource_get_Target, (LocalLookSource * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, LocalLookSource_set_Target, (LocalLookSource * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x01DF7520, void, LocalLookSource_Awake, (LocalLookSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF79C0, void, LocalLookSource_OnEnable, (LocalLookSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF7A60, void, LocalLookSource_Start, (LocalLookSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF7AF0, void, LocalLookSource_OnDisable, (LocalLookSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF7B80, Vector3, LocalLookSource_LookDirection, (LocalLookSource * __this, bool characterLookDirection, MethodInfo * method)); DO_APP_FUNC(0x01DF7E60, Vector3, LocalLookSource_LookDirection_1, (LocalLookSource * __this, Vector3 lookPosition, bool characterLookDirection, int32_t layerMask, bool useRecoil, MethodInfo * method)); DO_APP_FUNC(0x01DF80F0, Vector3, LocalLookSource_LookPosition, (LocalLookSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF8180, void, LocalLookSource__ctor, (LocalLookSource * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF81D0, String *, UltimateCharacterLocomotion_get_FirstPersonStateName, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF81E0, void, UltimateCharacterLocomotion_set_FirstPersonStateName, (UltimateCharacterLocomotion * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01DF8240, String *, UltimateCharacterLocomotion_get_ThirdPersonStateName, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF8250, void, UltimateCharacterLocomotion_set_ThirdPersonStateName, (UltimateCharacterLocomotion * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01DF82B0, String *, UltimateCharacterLocomotion_get_MovingStateName, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF82C0, void, UltimateCharacterLocomotion_set_MovingStateName, (UltimateCharacterLocomotion * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01DF8320, String *, UltimateCharacterLocomotion_get_AirborneStateName, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF8330, void, UltimateCharacterLocomotion_set_AirborneStateName, (UltimateCharacterLocomotion * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01DF8390, String *, UltimateCharacterLocomotion_get_MovementTypeFullName, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF83A0, void, UltimateCharacterLocomotion_set_MovementTypeFullName, (UltimateCharacterLocomotion * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01DF83B0, String *, UltimateCharacterLocomotion_get_FirstPersonMovementTypeFullName, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF83C0, void, UltimateCharacterLocomotion_set_FirstPersonMovementTypeFullName, (UltimateCharacterLocomotion * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01D6B010, String *, UltimateCharacterLocomotion_get_ThirdPersonMovementTypeFullName, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF84F0, void, UltimateCharacterLocomotion_set_ThirdPersonMovementTypeFullName, (UltimateCharacterLocomotion * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01DF8620, float, UltimateCharacterLocomotion_get_YawMultiplier, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF8630, void, UltimateCharacterLocomotion_set_YawMultiplier, (UltimateCharacterLocomotion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DF8640, float, UltimateCharacterLocomotion_get_YawAngle, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x0113E140, UnityMovementTypeBoolEvent *, UltimateCharacterLocomotion_get_OnMovementTypeActiveEvent, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x0113E150, void, UltimateCharacterLocomotion_set_OnMovementTypeActiveEvent, (UltimateCharacterLocomotion * __this, UnityMovementTypeBoolEvent * value, MethodInfo * method)); DO_APP_FUNC(0x01DF8650, UnityAbilityBoolEvent *, UltimateCharacterLocomotion_get_OnAbilityActiveEvent, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF8660, void, UltimateCharacterLocomotion_set_OnAbilityActiveEvent, (UltimateCharacterLocomotion * __this, UnityAbilityBoolEvent * value, MethodInfo * method)); DO_APP_FUNC(0x0129D500, UnityItemAbilityBoolEvent *, UltimateCharacterLocomotion_get_OnItemAbilityActiveEvent, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x0129D510, void, UltimateCharacterLocomotion_set_OnItemAbilityActiveEvent, (UltimateCharacterLocomotion * __this, UnityItemAbilityBoolEvent * value, MethodInfo * method)); DO_APP_FUNC(0x01143420, UnityBoolEvent *, UltimateCharacterLocomotion_get_OnGroundedEvent, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x0129D570, void, UltimateCharacterLocomotion_set_OnGroundedEvent, (UltimateCharacterLocomotion * __this, UnityBoolEvent * value, MethodInfo * method)); DO_APP_FUNC(0x0129D5D0, UnityFloatEvent *, UltimateCharacterLocomotion_get_OnLandEvent, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01143430, void, UltimateCharacterLocomotion_set_OnLandEvent, (UltimateCharacterLocomotion * __this, UnityFloatEvent * value, MethodInfo * method)); DO_APP_FUNC(0x0129D5E0, UnityFloatEvent *, UltimateCharacterLocomotion_get_OnChangeTimeScaleEvent, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x0129D5F0, void, UltimateCharacterLocomotion_set_OnChangeTimeScaleEvent, (UltimateCharacterLocomotion * __this, UnityFloatEvent * value, MethodInfo * method)); DO_APP_FUNC(0x01DF86C0, UnityTransformEvent *, UltimateCharacterLocomotion_get_OnChangeMovingPlatformsEvent, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF86D0, void, UltimateCharacterLocomotion_set_OnChangeMovingPlatformsEvent, (UltimateCharacterLocomotion * __this, UnityTransformEvent * value, MethodInfo * method)); DO_APP_FUNC(0x01DF8730, int32_t, UltimateCharacterLocomotion_get_KinematicObjectIndex, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF8740, void, UltimateCharacterLocomotion_set_KinematicObjectIndex, (UltimateCharacterLocomotion * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0111F530, KinematicObjectManager_UpdateLocation__Enum, UltimateCharacterLocomotion_get_UpdateLocation, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF8750, void, UltimateCharacterLocomotion_set_UpdateLocation, (UltimateCharacterLocomotion * __this, KinematicObjectManager_UpdateLocation__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01DF8800, ILookSource *, UltimateCharacterLocomotion_get_LookSource, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF8810, MovementType__Array *, UltimateCharacterLocomotion_get_MovementTypes, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF8820, void, UltimateCharacterLocomotion_set_MovementTypes, (UltimateCharacterLocomotion * __this, MovementType__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01DF89B0, Serialization__Array *, UltimateCharacterLocomotion_get_MovementTypeData, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x0128F410, void, UltimateCharacterLocomotion_set_MovementTypeData, (UltimateCharacterLocomotion * __this, Serialization__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01DF89C0, Ability__Array *, UltimateCharacterLocomotion_get_Abilities, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF89D0, void, UltimateCharacterLocomotion_set_Abilities, (UltimateCharacterLocomotion * __this, Ability__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01289B30, Serialization__Array *, UltimateCharacterLocomotion_get_AbilityData, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01289B40, void, UltimateCharacterLocomotion_set_AbilityData, (UltimateCharacterLocomotion * __this, Serialization__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01DF8BD0, ItemAbility__Array *, UltimateCharacterLocomotion_get_ItemAbilities, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF8BE0, void, UltimateCharacterLocomotion_set_ItemAbilities, (UltimateCharacterLocomotion * __this, ItemAbility__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01DF8DE0, Serialization__Array *, UltimateCharacterLocomotion_get_ItemAbilityData, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF8DF0, void, UltimateCharacterLocomotion_set_ItemAbilityData, (UltimateCharacterLocomotion * __this, Serialization__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01DF8E50, Ability__Array *, UltimateCharacterLocomotion_get_ActiveAbilities, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF8E60, void, UltimateCharacterLocomotion_set_ActiveAbilities, (UltimateCharacterLocomotion * __this, Ability__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01DF8EC0, int32_t, UltimateCharacterLocomotion_get_ActiveAbilityCount, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF8ED0, void, UltimateCharacterLocomotion_set_ActiveAbilityCount, (UltimateCharacterLocomotion * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01DF8EE0, bool, UltimateCharacterLocomotion_get_DirtyAbilityParameter, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF8EF0, void, UltimateCharacterLocomotion_set_DirtyAbilityParameter, (UltimateCharacterLocomotion * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DF8F00, ItemAbility__Array *, UltimateCharacterLocomotion_get_ActiveItemAbilities, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF8F10, void, UltimateCharacterLocomotion_set_ActiveItemAbilities, (UltimateCharacterLocomotion * __this, ItemAbility__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01DF8F70, int32_t, UltimateCharacterLocomotion_get_ActiveItemAbilityCount, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF8F80, void, UltimateCharacterLocomotion_set_ActiveItemAbilityCount, (UltimateCharacterLocomotion * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01DF8F90, bool, UltimateCharacterLocomotion_get_DirtyItemAbilityParameter, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF8FA0, void, UltimateCharacterLocomotion_set_DirtyItemAbilityParameter, (UltimateCharacterLocomotion * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DF8FB0, Effect__Array *, UltimateCharacterLocomotion_get_Effects, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF8FC0, void, UltimateCharacterLocomotion_set_Effects, (UltimateCharacterLocomotion * __this, Effect__Array * value, MethodInfo * method)); DO_APP_FUNC(0x0113E0D0, Serialization__Array *, UltimateCharacterLocomotion_get_EffectData, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x0113E0E0, void, UltimateCharacterLocomotion_set_EffectData, (UltimateCharacterLocomotion * __this, Serialization__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01DF9020, MovementType *, UltimateCharacterLocomotion_get_ActiveMovementType, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF9030, MoveTowards *, UltimateCharacterLocomotion_get_MoveTowardsAbility, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF9040, ItemEquipVerifier *, UltimateCharacterLocomotion_get_ItemEquipVerifierAbility, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D140, float, UltimateCharacterLocomotion_get_TimeScale, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF9050, void, UltimateCharacterLocomotion_set_TimeScale, (UltimateCharacterLocomotion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DF91E0, Vector2, UltimateCharacterLocomotion_get_RawInputVector, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF9200, void, UltimateCharacterLocomotion_set_RawInputVector, (UltimateCharacterLocomotion * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x01DF9210, Vector2, UltimateCharacterLocomotion_get_InputVector, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF9230, void, UltimateCharacterLocomotion_set_InputVector, (UltimateCharacterLocomotion * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x01DF9240, Vector3, UltimateCharacterLocomotion_get_DeltaRotation, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF9260, void, UltimateCharacterLocomotion_set_DeltaRotation, (UltimateCharacterLocomotion * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01DF9280, bool, UltimateCharacterLocomotion_get_Moving, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF92C0, void, UltimateCharacterLocomotion_set_Moving, (UltimateCharacterLocomotion * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DF93D0, Vector3, UltimateCharacterLocomotion_get_AbilityMotor, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF93F0, void, UltimateCharacterLocomotion_set_AbilityMotor, (UltimateCharacterLocomotion * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01DF9410, bool, UltimateCharacterLocomotion_get_FirstPersonPerspective, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF9420, void, UltimateCharacterLocomotion_set_FirstPersonPerspective, (UltimateCharacterLocomotion * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DF9430, bool, UltimateCharacterLocomotion_get_Alive, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF9440, void, UltimateCharacterLocomotion_Awake, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DFA000, bool, UltimateCharacterLocomotion_DeserializeMovementTypes, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DFA010, bool, UltimateCharacterLocomotion_DeserializeMovementTypes_1, (UltimateCharacterLocomotion * __this, bool forceDeserialization, MethodInfo * method)); DO_APP_FUNC(0x01DFA3D0, bool, UltimateCharacterLocomotion_DeserializeAbilities, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DFA3E0, bool, UltimateCharacterLocomotion_DeserializeAbilities_1, (UltimateCharacterLocomotion * __this, bool forceDeserialization, MethodInfo * method)); DO_APP_FUNC(0x01DFA860, bool, UltimateCharacterLocomotion_DeserializeItemAbilities, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DFA870, bool, UltimateCharacterLocomotion_DeserializeItemAbilities_1, (UltimateCharacterLocomotion * __this, bool forceDeserialization, MethodInfo * method)); DO_APP_FUNC(0x01DFAB70, bool, UltimateCharacterLocomotion_DeserializeEffects, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DFAB80, bool, UltimateCharacterLocomotion_DeserializeEffects_1, (UltimateCharacterLocomotion * __this, bool forceDeserialization, MethodInfo * method)); DO_APP_FUNC(0x01DFAE80, MovementType__Array *, UltimateCharacterLocomotion_GetSerializedMovementTypes, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DFAEE0, Ability__Array *, UltimateCharacterLocomotion_GetSerializedAbilities, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DFAF40, ItemAbility__Array *, UltimateCharacterLocomotion_GetSerializedItemAbilities, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DFAFA0, Effect__Array *, UltimateCharacterLocomotion_GetSerializedEffects, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DFB000, void, UltimateCharacterLocomotion_SetMovementType, (UltimateCharacterLocomotion * __this, String * typeName, MethodInfo * method)); DO_APP_FUNC(0x01DFB070, void, UltimateCharacterLocomotion_SetMovementType_1, (UltimateCharacterLocomotion * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x01DFB540, void, UltimateCharacterLocomotion_OnAttachLookSource, (UltimateCharacterLocomotion * __this, ILookSource * lookSource, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1890, UltimateCharacterLocomotion_OnAttachLookSource__MethodInfo); DO_APP_FUNC(0x01DFB790, void, UltimateCharacterLocomotion_OnEnable, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DFB8A0, void, UltimateCharacterLocomotion_Start, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DFBE40, void, UltimateCharacterLocomotion_UpdateUltimateLocomotion, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DFC130, void, UltimateCharacterLocomotion_AbilitiesAllowInput, (UltimateCharacterLocomotion * __this, bool * allowPositionalInput, bool * allowRotationalInput, MethodInfo * method)); DO_APP_FUNC(0x01DFC270, void, UltimateCharacterLocomotion_UpdateAbilities, (UltimateCharacterLocomotion * __this, Ability__Array * abilities, MethodInfo * method)); DO_APP_FUNC(0x01DFC520, void, UltimateCharacterLocomotion_UpdateAnimator, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DFC860, void, UltimateCharacterLocomotion_UpdatePositionAndRotation, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DFCA10, bool, UltimateCharacterLocomotion_UpdateGroundState, (UltimateCharacterLocomotion * __this, bool grounded, bool sendEvents, MethodInfo * method)); DO_APP_FUNC(0x01DFCF90, void, UltimateCharacterLocomotion_UpdateRotation, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DFD0C0, void, UltimateCharacterLocomotion_ApplyRotation, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DFD540, bool, UltimateCharacterLocomotion_SetPlatform, (UltimateCharacterLocomotion * __this, Transform * platform, bool platformOverride, MethodInfo * method)); DO_APP_FUNC(0x01DFD660, void, UltimateCharacterLocomotion_UpdatePosition, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DFD730, void, UltimateCharacterLocomotion_UpdateMotorThrottle, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DFD7A0, void, UltimateCharacterLocomotion_ApplyPosition, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DFD870, void, UltimateCharacterLocomotion_UpdateDirtyAbilityAnimatorParameters, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DFD8B0, void, UltimateCharacterLocomotion_LateUpdateUltimateLocomotion, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DFD9B0, void, UltimateCharacterLocomotion_LateUpdateActiveAbilities, (UltimateCharacterLocomotion * __this, Ability__Array * abilities, int32_t * abilityCount, MethodInfo * method)); DO_APP_FUNC(0x01DFDA20, bool, UltimateCharacterLocomotion_TryStartAbility, (UltimateCharacterLocomotion * __this, Ability * ability, MethodInfo * method)); DO_APP_FUNC(0x01DFDA40, bool, UltimateCharacterLocomotion_TryStartAbility_1, (UltimateCharacterLocomotion * __this, Ability * ability, bool ignorePriority, MethodInfo * method)); DO_APP_FUNC(0x01DFDA60, bool, UltimateCharacterLocomotion_TryStartAbility_2, (UltimateCharacterLocomotion * __this, Ability * ability, bool ignorePriority, bool ignoreCanStartCheck, MethodInfo * method)); DO_APP_FUNC(0x01DFE360, bool, UltimateCharacterLocomotion_TryStartAbility_3, (UltimateCharacterLocomotion * __this, ItemAbility * itemAbility, MethodInfo * method)); DO_APP_FUNC(0x01DFE370, bool, UltimateCharacterLocomotion_TryStartAbility_4, (UltimateCharacterLocomotion * __this, ItemAbility * itemAbility, bool ignoreCanStartCheck, MethodInfo * method)); DO_APP_FUNC(0x01DFE8C0, void, UltimateCharacterLocomotion_UpdateAbilityAnimatorParameters, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DFE8D0, void, UltimateCharacterLocomotion_UpdateAbilityAnimatorParameters_1, (UltimateCharacterLocomotion * __this, bool immediateUpdate, MethodInfo * method)); DO_APP_FUNC(0x01DFED20, void, UltimateCharacterLocomotion_UpdateItemAbilityAnimatorParameters, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01DFED30, void, UltimateCharacterLocomotion_UpdateItemAbilityAnimatorParameters_1, (UltimateCharacterLocomotion * __this, bool immediateUpdate, MethodInfo * method)); DO_APP_FUNC(0x01DFF190, bool, UltimateCharacterLocomotion_TryStopAbility, (UltimateCharacterLocomotion * __this, Ability * ability, MethodInfo * method)); DO_APP_FUNC(0x01DFF1A0, bool, UltimateCharacterLocomotion_TryStopAbility_1, (UltimateCharacterLocomotion * __this, Ability * ability, bool force, MethodInfo * method)); DO_APP_FUNC(0x01DFF8E0, Ability__Array *, UltimateCharacterLocomotion_GetAbilities, (UltimateCharacterLocomotion * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x01DFF8F0, Ability__Array *, UltimateCharacterLocomotion_GetAbilities_1, (UltimateCharacterLocomotion * __this, Type * type, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01DFFB80, bool, UltimateCharacterLocomotion_TryStartEffect, (UltimateCharacterLocomotion * __this, Effect * effect, MethodInfo * method)); DO_APP_FUNC(0x01DFFC60, bool, UltimateCharacterLocomotion_TryStopEffect, (UltimateCharacterLocomotion * __this, Effect * effect, MethodInfo * method)); DO_APP_FUNC(0x01DFFDE0, Effect *, UltimateCharacterLocomotion_GetEffect, (UltimateCharacterLocomotion * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x01DFFDF0, Effect *, UltimateCharacterLocomotion_GetEffect_1, (UltimateCharacterLocomotion * __this, Type * type, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01DFFF40, void, UltimateCharacterLocomotion_OnAnimatorMove, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01E00390, void, UltimateCharacterLocomotion_OnChangePerspectives, (UltimateCharacterLocomotion * __this, bool firstPersonPerspective, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1898, UltimateCharacterLocomotion_OnChangePerspectives__MethodInfo); DO_APP_FUNC(0x01E00530, void, UltimateCharacterLocomotion_SetRotation, (UltimateCharacterLocomotion * __this, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x01E00560, void, UltimateCharacterLocomotion_SetRotation_1, (UltimateCharacterLocomotion * __this, Quaternion rotation, bool snapAnimator, MethodInfo * method)); DO_APP_FUNC(0x01E00860, void, UltimateCharacterLocomotion_SetPosition, (UltimateCharacterLocomotion * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x01E00890, void, UltimateCharacterLocomotion_SetPosition_1, (UltimateCharacterLocomotion * __this, Vector3 position, bool snapAnimator, MethodInfo * method)); DO_APP_FUNC(0x01E00BD0, void, UltimateCharacterLocomotion_ResetRotationPosition, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01E00F20, void, UltimateCharacterLocomotion_SetPositionAndRotation, (UltimateCharacterLocomotion * __this, Vector3 position, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x01E00F70, void, UltimateCharacterLocomotion_SetPositionAndRotation_1, (UltimateCharacterLocomotion * __this, Vector3 position, Quaternion rotation, bool snapAnimator, MethodInfo * method)); DO_APP_FUNC(0x01E00FB0, void, UltimateCharacterLocomotion_SetPositionAndRotation_2, (UltimateCharacterLocomotion * __this, Vector3 position, Quaternion rotation, bool snapAnimator, bool stopAllAbilities, MethodInfo * method)); DO_APP_FUNC(0x01E01320, void, UltimateCharacterLocomotion_SetActive, (UltimateCharacterLocomotion * __this, bool active, MethodInfo * method)); DO_APP_FUNC(0x01E01330, void, UltimateCharacterLocomotion_SetActive_1, (UltimateCharacterLocomotion * __this, bool active, bool uiEvent, MethodInfo * method)); DO_APP_FUNC(0x01E01690, bool, UltimateCharacterLocomotion_SingleCast, (UltimateCharacterLocomotion * __this, Vector3 direction, Vector3 offset, int32_t layers, RaycastHit * result, MethodInfo * method)); DO_APP_FUNC(0x01E02090, int32_t, UltimateCharacterLocomotion_Cast, (UltimateCharacterLocomotion * __this, Vector3 direction, Vector3 offset, RaycastHit__Array * * combinedRaycastHits, Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * * colliderIndexMap, MethodInfo * method)); DO_APP_FUNC(0x01E02EA0, int32_t, UltimateCharacterLocomotion_OverlapCount, (UltimateCharacterLocomotion * __this, Vector3 offset, MethodInfo * method)); DO_APP_FUNC(0x01E02F40, void, UltimateCharacterLocomotion_OnTriggerEnter, (UltimateCharacterLocomotion * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01E030E0, void, UltimateCharacterLocomotion_OnTriggerExit, (UltimateCharacterLocomotion * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01E03280, void, UltimateCharacterLocomotion_OnAiming, (UltimateCharacterLocomotion * __this, bool aiming, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA18D0, UltimateCharacterLocomotion_OnAiming__MethodInfo); DO_APP_FUNC(0x01E03290, void, UltimateCharacterLocomotion_OnDeath, (UltimateCharacterLocomotion * __this, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1880, UltimateCharacterLocomotion_OnDeath__MethodInfo); DO_APP_FUNC(0x01E03470, void, UltimateCharacterLocomotion_StopAllAbilities, (UltimateCharacterLocomotion * __this, bool fromDeath, MethodInfo * method)); DO_APP_FUNC(0x01E035A0, void, UltimateCharacterLocomotion_OnRespawn, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1878, UltimateCharacterLocomotion_OnRespawn__MethodInfo); DO_APP_FUNC(0x01E03850, void, UltimateCharacterLocomotion_OnImmediateTransformChange, (UltimateCharacterLocomotion * __this, bool snapAnimator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1888, UltimateCharacterLocomotion_OnImmediateTransformChange__MethodInfo); DO_APP_FUNC(0x0098F1F0, void, UltimateCharacterLocomotion_AnimatorSnapped, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA18C8, UltimateCharacterLocomotion_AnimatorSnapped__MethodInfo); DO_APP_FUNC(0x01E03910, void, UltimateCharacterLocomotion_OnDisable, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01E03960, void, UltimateCharacterLocomotion_OnDestroy, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x01E03ED0, void, UltimateCharacterLocomotion__ctor, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, UltimateCharacterLocomotionHandler_get_HorizontalInputName, (UltimateCharacterLocomotionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, UltimateCharacterLocomotionHandler_set_HorizontalInputName, (UltimateCharacterLocomotionHandler * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, UltimateCharacterLocomotionHandler_get_ForwardInputName, (UltimateCharacterLocomotionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, UltimateCharacterLocomotionHandler_set_ForwardInputName, (UltimateCharacterLocomotionHandler * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01E041B0, void, UltimateCharacterLocomotionHandler_Awake, (UltimateCharacterLocomotionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01E047B0, void, UltimateCharacterLocomotionHandler_Update, (UltimateCharacterLocomotionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01E04840, void, UltimateCharacterLocomotionHandler_UpdateAbilityInput, (UltimateCharacterLocomotionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01E04B00, void, UltimateCharacterLocomotionHandler_UpdateAbilityInput_1, (UltimateCharacterLocomotionHandler * __this, Ability__Array * abilities, MethodInfo * method)); DO_APP_FUNC(0x01E04C70, void, UltimateCharacterLocomotionHandler_OnAbilityActive, (UltimateCharacterLocomotionHandler * __this, Ability * ability, bool active, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1808, UltimateCharacterLocomotionHandler_OnAbilityActive__MethodInfo); DO_APP_FUNC(0x01E04D00, void, UltimateCharacterLocomotionHandler_OnItemAbilityActive, (UltimateCharacterLocomotionHandler * __this, ItemAbility * itemAbility, bool active, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA17C0, UltimateCharacterLocomotionHandler_OnItemAbilityActive__MethodInfo); DO_APP_FUNC(0x01E04D90, void, UltimateCharacterLocomotionHandler_OnUpdateItemSet, (UltimateCharacterLocomotionHandler * __this, int32_t categoryIndex, int32_t itemSetIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA17C8, UltimateCharacterLocomotionHandler_OnUpdateItemSet__MethodInfo); DO_APP_FUNC(0x01E04E20, void, UltimateCharacterLocomotionHandler_CheckAbilityInput, (UltimateCharacterLocomotionHandler * __this, Ability__Array * abilities, MethodInfo * method)); DO_APP_FUNC(0x01E04EA0, float, UltimateCharacterLocomotionHandler_GetDeltaYawRotation, (UltimateCharacterLocomotionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01E04F20, void, UltimateCharacterLocomotionHandler_RegisterInputEvent, (UltimateCharacterLocomotionHandler * __this, ActiveInputEvent * inputEvent, MethodInfo * method)); DO_APP_FUNC(0x01E05020, void, UltimateCharacterLocomotionHandler_UnregisterInputEvent, (UltimateCharacterLocomotionHandler * __this, ActiveInputEvent * inputEvent, MethodInfo * method)); DO_APP_FUNC(0x01E05080, bool, UltimateCharacterLocomotionHandler_TryStartAbility, (UltimateCharacterLocomotionHandler * __this, Ability * ability, MethodInfo * method)); DO_APP_FUNC(0x01E050B0, bool, UltimateCharacterLocomotionHandler_TryStopAbility, (UltimateCharacterLocomotionHandler * __this, Ability * ability, MethodInfo * method)); DO_APP_FUNC(0x01E050E0, void, UltimateCharacterLocomotionHandler_ExecuteInputEvent, (UltimateCharacterLocomotionHandler * __this, String * eventName, MethodInfo * method)); DO_APP_FUNC(0x01E05150, void, UltimateCharacterLocomotionHandler_ExecuteInputEvent_1, (UltimateCharacterLocomotionHandler * __this, String * eventName, float axisValue, MethodInfo * method)); DO_APP_FUNC(0x01CA79A0, void, UltimateCharacterLocomotionHandler_OnDeath, (UltimateCharacterLocomotionHandler * __this, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA17F0, UltimateCharacterLocomotionHandler_OnDeath__MethodInfo); DO_APP_FUNC(0x01E051E0, void, UltimateCharacterLocomotionHandler_OnRespawn, (UltimateCharacterLocomotionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01E052B0, void, UltimateCharacterLocomotionHandler_OnEnableGameplayInput, (UltimateCharacterLocomotionHandler * __this, bool enable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA17F8, UltimateCharacterLocomotionHandler_OnEnableGameplayInput__MethodInfo); DO_APP_FUNC(0x01E05350, void, UltimateCharacterLocomotionHandler_OnDestroy, (UltimateCharacterLocomotionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01E057C0, void, UltimateCharacterLocomotionHandler__ctor, (UltimateCharacterLocomotionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01E058D0, void, MovementType_Initialize, (MovementType * __this, UltimateCharacterLocomotion * characterLocomotion, MethodInfo * method)); DO_APP_FUNC(0x01E05B00, void, MovementType_Awake, (MovementType * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, MovementType_OnAttachLookSource, (MovementType * __this, ILookSource * lookSource, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MovementType_ChangeMovementType, (MovementType * __this, bool activate, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, MovementType_UseIndependentLook, (MovementType * __this, bool characterLookDirection, MethodInfo * method)); DO_APP_FUNC(0x00422AE0, void, MovementType_OnForceIndependentLook, (MovementType * __this, bool forceIndependentLook, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA17E0, MovementType_OnForceIndependentLook__MethodInfo); DO_APP_FUNC(0x01E05C70, void, MovementType_OnDestroy, (MovementType * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0BC50, void, MovementType__ctor, (MovementType * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, CharacterColliderBaseIdentifier__ctor, (CharacterColliderBaseIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, IgnoreFadeIdentifier__ctor, (IgnoreFadeIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, ThirdPersonObject_get_ForceVisible, (ThirdPersonObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00667070, bool, ThirdPersonObject_get_FirstPersonVisibleOnDeath, (ThirdPersonObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F670, void, ThirdPersonObject__ctor, (ThirdPersonObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01E05DE0, Vector3, BossStomp_get_PositionalStompDirection, (BossStomp * __this, MethodInfo * method)); DO_APP_FUNC(0x01E05E00, void, BossStomp_set_PositionalStompDirection, (BossStomp * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01E05E10, MinMaxFloat, BossStomp_get_PositionalStrength, (BossStomp * __this, MethodInfo * method)); DO_APP_FUNC(0x01952180, void, BossStomp_set_PositionalStrength, (BossStomp * __this, MinMaxFloat value, MethodInfo * method)); DO_APP_FUNC(0x00BE3D60, Vector3, BossStomp_get_RotationalStompDirection, (BossStomp * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE3D80, void, BossStomp_set_RotationalStompDirection, (BossStomp * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01E05E30, MinMaxFloat, BossStomp_get_RotationalStrength, (BossStomp * __this, MethodInfo * method)); DO_APP_FUNC(0x01E05E50, void, BossStomp_set_RotationalStrength, (BossStomp * __this, MinMaxFloat value, MethodInfo * method)); DO_APP_FUNC(0x00AC7870, int32_t, BossStomp_get_RepeatCount, (BossStomp * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC7880, void, BossStomp_set_RepeatCount, (BossStomp * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01DC2680, float, BossStomp_get_RepeatDelay, (BossStomp * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC2690, void, BossStomp_set_RepeatDelay, (BossStomp * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01E05E60, bool, BossStomp_CanStartEffect, (BossStomp * __this, MethodInfo * method)); DO_APP_FUNC(0x01E05F60, void, BossStomp_EffectStarted, (BossStomp * __this, MethodInfo * method)); DO_APP_FUNC(0x01E05FE0, void, BossStomp_Stomp, (BossStomp * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA17D0, BossStomp_Stomp__MethodInfo); DO_APP_FUNC(0x01E06340, void, BossStomp_EffectStopped, (BossStomp * __this, MethodInfo * method)); DO_APP_FUNC(0x01E06410, void, BossStomp__ctor, (BossStomp * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, Effect_get_Enabled, (Effect * __this, MethodInfo * method)); DO_APP_FUNC(0x01E064E0, void, Effect_set_Enabled, (Effect * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF3A0, bool, Effect_get_StartWhenEnabled, (Effect * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3B0, void, Effect_set_StartWhenEnabled, (Effect * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E06590, bool, Effect_get_IsActive, (Effect * __this, MethodInfo * method)); DO_APP_FUNC(0x00A528F0, int32_t, Effect_get_Index, (Effect * __this, MethodInfo * method)); DO_APP_FUNC(0x0111DDC0, void, Effect_set_Index, (Effect * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C5400, int32_t, Effect_get_ActiveIndex, (Effect * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5410, void, Effect_set_ActiveIndex, (Effect * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01E065A0, void, Effect_Initialize, (Effect * __this, UltimateCharacterLocomotion * characterLocomotion, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01E06790, void, Effect_Awake, (Effect * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Effect_Start, (Effect * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Effect_CanStartEffect, (Effect * __this, MethodInfo * method)); DO_APP_FUNC(0x01E06880, bool, Effect_StartEffect, (Effect * __this, MethodInfo * method)); DO_APP_FUNC(0x01E068B0, void, Effect_StartEffect_1, (Effect * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01E068D0, void, Effect_EffectStarted, (Effect * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Effect_Update, (Effect * __this, MethodInfo * method)); DO_APP_FUNC(0x01E06930, void, Effect_StopEffect, (Effect * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1790, Effect_StopEffect__MethodInfo); DO_APP_FUNC(0x01E06960, void, Effect_StopEffect_1, (Effect * __this, bool fromController, MethodInfo * method)); DO_APP_FUNC(0x01E069B0, void, Effect_EffectStopped, (Effect * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, Effect_OnAttachCamera, (Effect * __this, CameraController * cameraController, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1798, Effect_OnAttachCamera__MethodInfo); DO_APP_FUNC(0x01E06A10, void, Effect_OnDestroy, (Effect * __this, MethodInfo * method)); DO_APP_FUNC(0x01E06B00, void, Effect__ctor, (Effect * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, AudioClipSet *, PlayAudioClip_3_get_AudioClipSet, (PlayAudioClip_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, PlayAudioClip_3_set_AudioClipSet, (PlayAudioClip_3 * __this, AudioClipSet * value, MethodInfo * method)); DO_APP_FUNC(0x01E06B20, bool, PlayAudioClip_3_CanStartEffect, (PlayAudioClip_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E06B50, void, PlayAudioClip_3_EffectStarted, (PlayAudioClip_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E06DC0, void, PlayAudioClip_3__ctor, (PlayAudioClip_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0111DD10, Shake_ShakeTarget__Enum, Shake_get_Target, (Shake * __this, MethodInfo * method)); DO_APP_FUNC(0x01A20C50, void, Shake_set_Target, (Shake * __this, Shake_ShakeTarget__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01E06E70, Vector2, Shake_get_Force, (Shake * __this, MethodInfo * method)); DO_APP_FUNC(0x01E06E90, void, Shake_set_Force, (Shake * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x00610C10, bool, Shake_get_SmoothHorizontalForce, (Shake * __this, MethodInfo * method)); DO_APP_FUNC(0x01D85830, void, Shake_set_SmoothHorizontalForce, (Shake * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00ABB160, float, Shake_get_VerticalForceProbability, (Shake * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB170, void, Shake_set_VerticalForceProbability, (Shake * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C86150, float, Shake_get_FadeOutDuration, (Shake * __this, MethodInfo * method)); DO_APP_FUNC(0x00C86160, void, Shake_set_FadeOutDuration, (Shake * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x008C4D60, float, Shake_get_PositionalFactor, (Shake * __this, MethodInfo * method)); DO_APP_FUNC(0x01D331D0, void, Shake_set_PositionalFactor, (Shake * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CBAC80, float, Shake_get_RotationalFactor, (Shake * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBAC90, void, Shake_set_RotationalFactor, (Shake * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DC4440, float, Shake_get_Duration, (Shake * __this, MethodInfo * method)); DO_APP_FUNC(0x01DD1DF0, void, Shake_set_Duration, (Shake * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01E06EA0, bool, Shake_CanStartEffect, (Shake * __this, MethodInfo * method)); DO_APP_FUNC(0x01E06EB0, void, Shake_EffectStarted, (Shake * __this, MethodInfo * method)); DO_APP_FUNC(0x01E06FA0, void, Shake_Update, (Shake * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07870, void, Shake__ctor, (Shake * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, Ability_get_Enabled, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01E078C0, void, Ability_set_Enabled, (Ability * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, Ability_AbilityStartType__Enum, Ability_get_StartType, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07900, void, Ability_set_StartType, (Ability * __this, Ability_AbilityStartType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, Ability_AbilityStopType__Enum, Ability_get_StopType, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, Ability_set_StopType, (Ability * __this, Ability_AbilityStopType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String__Array *, Ability_get_InputNames, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, Ability_set_InputNames, (Ability * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, Ability_get_LongPressDuration, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x00989750, void, Ability_set_LongPressDuration, (Ability * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x006113E0, bool, Ability_get_WaitForLongPressRelease, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07A80, void, Ability_set_WaitForLongPressRelease, (Ability * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Serialization *, Ability_get_StarterData, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07A90, void, Ability_set_StarterData, (Ability * __this, Serialization * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, AttributeModifier *, Ability_get_AttributeModifier, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, Ability_set_AttributeModifier, (Ability * __this, AttributeModifier * value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, String *, Ability_get_State, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, Ability_set_State, (Ability * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01D80210, int32_t, Ability_get_AbilityIndexParameter, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x00B37840, void, Ability_set_AbilityIndexParameter, (Ability * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, AudioClipSet *, Ability_get_StartAudioClipSet, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, Ability_set_StartAudioClipSet, (Ability * __this, AudioClipSet * value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, AudioClipSet *, Ability_get_StopAudioClipSet, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, Ability_set_StopAudioClipSet, (Ability * __this, AudioClipSet * value, MethodInfo * method)); DO_APP_FUNC(0x00C7C380, bool, Ability_get_StopStartAudioOnComplete, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7C390, void, Ability_set_StopStartAudioOnComplete, (Ability * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00564B80, bool, Ability_get_AllowPositionalInput, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBAC50, void, Ability_set_AllowPositionalInput, (Ability * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01CBAC60, bool, Ability_get_AllowRotationalInput, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBAC70, void, Ability_set_AllowRotationalInput, (Ability * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x015FAEF0, Ability_AbilityBoolOverride__Enum, Ability_get_UseGravity, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x00564BA0, void, Ability_set_UseGravity, (Ability * __this, Ability_AbilityBoolOverride__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01B48D90, Ability_AbilityBoolOverride__Enum, Ability_get_UseRootMotionPosition, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07B40, void, Ability_set_UseRootMotionPosition, (Ability * __this, Ability_AbilityBoolOverride__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01015EC0, Ability_AbilityBoolOverride__Enum, Ability_get_UseRootMotionRotation, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01015ED0, void, Ability_set_UseRootMotionRotation, (Ability * __this, Ability_AbilityBoolOverride__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00AC7870, Ability_AbilityBoolOverride__Enum, Ability_get_DetectHorizontalCollisions, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC7880, void, Ability_set_DetectHorizontalCollisions, (Ability * __this, Ability_AbilityBoolOverride__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01E07B50, Ability_AbilityBoolOverride__Enum, Ability_get_DetectVerticalCollisions, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07B60, void, Ability_set_DetectVerticalCollisions, (Ability * __this, Ability_AbilityBoolOverride__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003C7030, AnimatorMotion *, Ability_get_AnimatorMotion, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, Ability_set_AnimatorMotion, (Ability * __this, AnimatorMotion * value, MethodInfo * method)); DO_APP_FUNC(0x003C7040, String *, Ability_get_StartEffectName, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x00591040, void, Ability_set_StartEffectName, (Ability * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00C6E520, int32_t, Ability_get_StartEffectIndex, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07B70, void, Ability_set_StartEffectIndex, (Ability * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0101D6C0, int32_t, Ability_get_AllowEquippedSlotsMask, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D6D0, void, Ability_set_AllowEquippedSlotsMask, (Ability * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, ItemDefinitionBase__Array *, Ability_get_AllowItemDefinitions, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F50, void, Ability_set_AllowItemDefinitions, (Ability * __this, ItemDefinitionBase__Array * value, MethodInfo * method)); DO_APP_FUNC(0x0070E270, bool, Ability_get_ImmediateUnequip, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E280, void, Ability_set_ImmediateUnequip, (Ability * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0070E330, bool, Ability_get_ReequipSlots, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07B80, void, Ability_set_ReequipSlots, (Ability * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BF700, String *, Ability_get_AbilityMessageText, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07B90, void, Ability_set_AbilityMessageText, (Ability * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00473D30, Sprite *, Ability_get_AbilityMessageIcon, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07D20, void, Ability_set_AbilityMessageIcon, (Ability * __this, Sprite * value, MethodInfo * method)); DO_APP_FUNC(0x01E07EB0, bool, Ability_get_IsActive, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01025880, int32_t, Ability_get_Index, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65390, void, Ability_set_Index, (Ability * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C6C100, int32_t, Ability_get_ActiveIndex, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07EC0, void, Ability_set_ActiveIndex, (Ability * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D6A670, int32_t, Ability_get_InputIndex, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A680, void, Ability_set_InputIndex, (Ability * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01DB8040, float, Ability_get_InputAxisValue, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB8050, void, Ability_set_InputAxisValue, (Ability * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DB8060, float, Ability_get_StartTime, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x0101DAD0, bool, Ability_get_CheckForAbilityMessage, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07ED0, bool, Ability_get_CheckCanAbilityStartWithoutMessage, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC9110, void, Ability_set_CheckCanAbilityStartWithoutMessage, (Ability * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E07EE0, void, Ability_set_AbilityMessageCanStart, (Ability * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Ability_get_IsConcurrent, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Ability_get_IgnorePriority, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Ability_get_CanReceiveMultipleStarts, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Ability_get_CanStayActivatedOnDeath, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Ability_get_ImmediateStartItemVerifier, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x006FEBF0, int32_t, Ability_get_AbilityIntData, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Ability_set_AbilityIntData, (Ability * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01E07FA0, float, Ability_get_AbilityFloatData, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07FB0, void, Ability_set_AllowRootMotionPosition, (Ability * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E07FE0, void, Ability_set_AllowRootMotionRotation, (Ability * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E08010, AbilityStarter *, Ability_get_Starter, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01E08080, void, Ability_Initialize, (Ability * __this, UltimateCharacterLocomotion * characterLocomotion, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01E087B0, void, Ability_DeserializeAbilityStarter, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01E08910, bool, Ability_CanInputStartAbility, (Ability * __this, PlayerInput * playerInput, MethodInfo * method)); DO_APP_FUNC(0x01E08CB0, bool, Ability_CanInputStopAbility, (Ability * __this, PlayerInput * playerInput, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Ability_Awake, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Ability_Start, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01E08F50, bool, Ability_CanStartAbility, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, MoveTowardsLocation__Array *, Ability_GetMoveTowardsLocations, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Ability_ShouldBlockAbilityStart, (Ability * __this, Ability * startingAbility, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Ability_ShouldStopActiveAbility, (Ability * __this, Ability * activeAbility, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Ability_AbilityWillStart, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01E08FC0, bool, Ability_StartAbility, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01E09000, void, Ability_StartAbility_1, (Ability * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01E09020, void, Ability_AbilityStarted, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01E09030, void, Ability_AbilityStarted_1, (Ability * __this, bool enableAttributeModifier, MethodInfo * method)); DO_APP_FUNC(0x01E095E0, void, Ability_SetState, (Ability * __this, bool active, MethodInfo * method)); DO_APP_FUNC(0x01E098C0, void, Ability_OnEquipItem, (Ability * __this, Item * item, int32_t slotID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA17A8, Ability_OnEquipItem__MethodInfo); DO_APP_FUNC(0x01E09950, void, Ability_OnUnequipItem, (Ability * __this, Item * item, int32_t slotID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA17A0, Ability_OnUnequipItem__MethodInfo); DO_APP_FUNC(0x003AC050, void, Ability_InactiveUpdate, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01E099E0, void, Ability_Update, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Ability_UpdateAnimator, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Ability_UpdateRotation, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Ability_ApplyRotation, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Ability_UpdatePosition, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Ability_ApplyPosition, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Ability_LateUpdate, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Ability_WillTryStopAbility, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Ability_CanStopAbility, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Ability_CanForceStopAbility, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x005E8B90, bool, Ability_StopAbility, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01E09A40, bool, Ability_StopAbility_1, (Ability * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01E09A70, bool, Ability_StopAbility_2, (Ability * __this, bool force, bool fromController, MethodInfo * method)); DO_APP_FUNC(0x01E09AD0, void, Ability_AbilityStopped, (Ability * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01E0A0B0, void, Ability_ResetInput, (Ability * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01E0A160, void, Ability_CheckInput, (Ability * __this, PlayerInput * playerInput, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Ability_ShouldCheckInput, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0A270, void, Ability_OnAnimatorMove, (Ability * __this, bool updatePosition, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Ability_OnTriggerEnter, (Ability * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Ability_OnTriggerExit, (Ability * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01E0A800, void, Ability_OnDestroy, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0A830, void, Ability_AddForce, (Ability * __this, Vector3 force, MethodInfo * method)); DO_APP_FUNC(0x01E0A8A0, void, Ability_AddForce_1, (Ability * __this, Vector3 force, int32_t frames, MethodInfo * method)); DO_APP_FUNC(0x01E0A930, void, Ability_AddForce_2, (Ability * __this, Vector3 force, int32_t frames, bool scaleByMass, bool scaleByTime, MethodInfo * method)); DO_APP_FUNC(0x01E0A9D0, void, Ability_AddRelativeForce, (Ability * __this, Vector3 force, MethodInfo * method)); DO_APP_FUNC(0x01E0AAC0, void, Ability_AddRelativeForce_1, (Ability * __this, Vector3 force, int32_t frames, MethodInfo * method)); DO_APP_FUNC(0x01E0AB10, void, Ability_AddRelativeForce_2, (Ability * __this, Vector3 force, int32_t frames, bool scaleByMass, bool scaleByTime, MethodInfo * method)); DO_APP_FUNC(0x01E0AB60, void, Ability_SetAbilityIndexParameter, (Ability * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01E0AC90, void, Ability_SetAbilityIntDataParameter, (Ability * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01E0ADC0, void, Ability_SetAbilityFloatDataParameter, (Ability * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01E0AF30, void, Ability_SetAbilityFloatDataParameter_1, (Ability * __this, float value, float dampingTime, MethodInfo * method)); DO_APP_FUNC(0x01E0B0A0, void, Ability_SetSpeedParameter, (Ability * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01E0B210, void, Ability_SetHeightParameter, (Ability * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Ability_CanCameraZoom, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0B340, void, Ability__ctor, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, DefaultInputName_get_InputName, (DefaultInputName * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, DefaultInputName_get_Index, (DefaultInputName * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, DefaultInputName__ctor, (DefaultInputName * __this, String * inputName, MethodInfo * method)); DO_APP_FUNC(0x00A9FD50, void, DefaultInputName__ctor_1, (DefaultInputName * __this, String * inputName, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, Ability_AbilityStartType__Enum, DefaultStartType_get_StartType, (DefaultStartType * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DefaultStartType__ctor, (DefaultStartType * __this, Ability_AbilityStartType__Enum startType, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, Ability_AbilityStopType__Enum, DefaultStopType_get_StopType, (DefaultStopType * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DefaultStopType__ctor, (DefaultStopType * __this, Ability_AbilityStopType__Enum stopType, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, DefaultAbilityIndex_get_Value, (DefaultAbilityIndex * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DefaultAbilityIndex__ctor, (DefaultAbilityIndex * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, DefaultAbilityIntData_get_Value, (DefaultAbilityIntData * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DefaultAbilityIntData__ctor, (DefaultAbilityIntData * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, DefaultItemStateIndex_get_Value, (DefaultItemStateIndex * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DefaultItemStateIndex__ctor, (DefaultItemStateIndex * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, DefaultState_get_Value, (DefaultState * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, DefaultState__ctor, (DefaultState * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, DefaultAllowPositionalInput_get_Value, (DefaultAllowPositionalInput * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, DefaultAllowPositionalInput__ctor, (DefaultAllowPositionalInput * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, DefaultAllowRotationalInput_get_Value, (DefaultAllowRotationalInput * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, DefaultAllowRotationalInput__ctor, (DefaultAllowRotationalInput * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, Ability_AbilityBoolOverride__Enum, DefaultUseGravity_get_Value, (DefaultUseGravity * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DefaultUseGravity__ctor, (DefaultUseGravity * __this, Ability_AbilityBoolOverride__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, Ability_AbilityBoolOverride__Enum, DefaultUseRootMotionPosition_get_Value, (DefaultUseRootMotionPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DefaultUseRootMotionPosition__ctor, (DefaultUseRootMotionPosition * __this, Ability_AbilityBoolOverride__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, Ability_AbilityBoolOverride__Enum, DefaultUseRootMotionRotation_get_Value, (DefaultUseRootMotionRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DefaultUseRootMotionRotation__ctor, (DefaultUseRootMotionRotation * __this, Ability_AbilityBoolOverride__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, Ability_AbilityBoolOverride__Enum, DefaultDetectHorizontalCollisions_get_Value, (DefaultDetectHorizontalCollisions * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DefaultDetectHorizontalCollisions__ctor, (DefaultDetectHorizontalCollisions * __this, Ability_AbilityBoolOverride__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, Ability_AbilityBoolOverride__Enum, DefaultDetectVerticalCollisions_get_Value, (DefaultDetectVerticalCollisions * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DefaultDetectVerticalCollisions__ctor, (DefaultDetectVerticalCollisions * __this, Ability_AbilityBoolOverride__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, DetectObjectAbilityBase_ObjectDetectionMode__Enum, DefaultObjectDetection_get_Value, (DefaultObjectDetection * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DefaultObjectDetection__ctor, (DefaultObjectDetection * __this, DetectObjectAbilityBase_ObjectDetectionMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, DefaultUseLookDirection_get_Value, (DefaultUseLookDirection * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, DefaultUseLookDirection__ctor, (DefaultUseLookDirection * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C7B950, Vector3, DefaultCastOffset_get_Value, (DefaultCastOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0B540, void, DefaultCastOffset__ctor, (DefaultCastOffset * __this, float x, float y, float z, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, DefaultEquippedSlots_get_Value, (DefaultEquippedSlots * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DefaultEquippedSlots__ctor, (DefaultEquippedSlots * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, DefaultReequipSlots_get_Value, (DefaultReequipSlots * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, DefaultReequipSlots__ctor, (DefaultReequipSlots * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x005E7740, float, AlignToGravity_get_RotationSpeed, (AlignToGravity * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7750, void, AlignToGravity_set_RotationSpeed, (AlignToGravity * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01E0B560, Vector3, AlignToGravity_get_StopGravityDirection, (AlignToGravity * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0B580, void, AlignToGravity_set_StopGravityDirection, (AlignToGravity * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, AlignToGravity_get_Enabled, (AlignToGravity * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0B5A0, void, AlignToGravity_set_Enabled, (AlignToGravity * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, AlignToGravity_get_IsConcurrent, (AlignToGravity * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, AlignToGravity_get_CanStayActivatedOnDeath, (AlignToGravity * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0B5E0, void, AlignToGravity_AbilityStarted, (AlignToGravity * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0B640, void, AlignToGravity_Rotate, (AlignToGravity * __this, Vector3 targetNormal, MethodInfo * method)); DO_APP_FUNC(0x01E0C220, void, AlignToGravity_LateUpdate, (AlignToGravity * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0C270, void, AlignToGravity_WillTryStopAbility, (AlignToGravity * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0C320, bool, AlignToGravity_CanStopAbility, (AlignToGravity * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0C4B0, void, AlignToGravity_ResetAlignToGravity, (AlignToGravity * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0C660, void, AlignToGravity_DoAlignToGravityReset, (AlignToGravity * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1788, AlignToGravity_DoAlignToGravityReset__MethodInfo); DO_APP_FUNC(0x01E0C6E0, void, AlignToGravity_AbilityStopped, (AlignToGravity * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01E0C710, void, AlignToGravity__ctor, (AlignToGravity * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0C7C0, void, AlignToGravityZone_RegisterGravityZone, (AlignToGravityZone * __this, GravityZone * gravityZone, MethodInfo * method)); DO_APP_FUNC(0x01E0C940, void, AlignToGravityZone_UnregisterGravityZone, (AlignToGravityZone * __this, GravityZone * gravityZone, MethodInfo * method)); DO_APP_FUNC(0x01E0CBF0, void, AlignToGravityZone_UpdateRotation, (AlignToGravityZone * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0D090, void, AlignToGravityZone_WillTryStopAbility, (AlignToGravityZone * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0D150, bool, AlignToGravityZone_CanStopAbility, (AlignToGravityZone * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0D2F0, bool, AlignToGravityZone_CanForceStopAbility, (AlignToGravityZone * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0D300, void, AlignToGravityZone_AbilityStopped, (AlignToGravityZone * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01E0D390, void, AlignToGravityZone__ctor, (AlignToGravityZone * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB4A80, float, AlignToGround_get_Distance, (AlignToGround * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB4A90, void, AlignToGround_set_Distance, (AlignToGround * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DA6820, float, AlignToGround_get_DepthOffset, (AlignToGround * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA6830, void, AlignToGround_set_DepthOffset, (AlignToGround * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01E0D3A0, bool, AlignToGround_get_NormalizeDirection, (AlignToGround * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0D3B0, void, AlignToGround_set_NormalizeDirection, (AlignToGround * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E0D3C0, void, AlignToGround_Awake, (AlignToGround * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0D530, void, AlignToGround_UpdateRotation, (AlignToGround * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0E2C0, void, AlignToGround_AbilityStopped, (AlignToGround * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01E0E300, void, AlignToGround__ctor, (AlignToGround * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7740, float, DamageVisualization_get_MinDamageAmount, (DamageVisualization * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7750, void, DamageVisualization_set_MinDamageAmount, (DamageVisualization * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x004FC900, AnimationEventTrigger *, DamageVisualization_get_DamageVisualizationCompleteEvent, (DamageVisualization * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC910, void, DamageVisualization_set_DamageVisualizationCompleteEvent, (DamageVisualization * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x01D76CC0, int32_t, DamageVisualization_get_AbilityIntData, (DamageVisualization * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0E3C0, void, DamageVisualization_Awake, (DamageVisualization * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0E520, void, DamageVisualization_OnDamage, (DamageVisualization * __this, float amount, Vector3 position, Vector3 force, GameObject * attacker, Collider * hitCollider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1748, DamageVisualization_OnDamage__MethodInfo); DO_APP_FUNC(0x01E0E6F0, int32_t, DamageVisualization_GetDamageTypeIndex, (DamageVisualization * __this, float amount, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC(0x01E0E7C0, void, DamageVisualization_AbilityStarted, (DamageVisualization * __this, MethodInfo * method)); DO_APP_FUNC(0x005E8B90, void, DamageVisualization_OnDamageVisualizationComplete, (DamageVisualization * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1758, DamageVisualization_OnDamageVisualizationComplete__MethodInfo); DO_APP_FUNC(0x01E0E8D0, void, DamageVisualization_AbilityStopped, (DamageVisualization * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01E0E900, void, DamageVisualization_OnDestroy, (DamageVisualization * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0EA90, void, DamageVisualization__ctor, (DamageVisualization * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89C0, int32_t, DetectGroundAbilityBase_get_ObjectID, (DetectGroundAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89D0, void, DetectGroundAbilityBase_set_ObjectID, (DetectGroundAbilityBase * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01CB3340, LayerMask, DetectGroundAbilityBase_get_LayerMask, (DetectGroundAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB3350, void, DetectGroundAbilityBase_set_LayerMask, (DetectGroundAbilityBase * __this, LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x009FBCC0, float, DetectGroundAbilityBase_get_NormalSensitivity, (DetectGroundAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD3A0, void, DetectGroundAbilityBase_set_NormalSensitivity, (DetectGroundAbilityBase * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CAD3B0, float, DetectGroundAbilityBase_get_AngleThreshold, (DetectGroundAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD3C0, void, DetectGroundAbilityBase_set_AngleThreshold, (DetectGroundAbilityBase * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01E0EB40, bool, DetectGroundAbilityBase_CanStartAbility, (DetectGroundAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0EB70, bool, DetectGroundAbilityBase_IsOverValidObject, (DetectGroundAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0F480, void, DetectGroundAbilityBase_Update, (DetectGroundAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0F510, void, DetectGroundAbilityBase_AbilityStopped, (DetectGroundAbilityBase * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01E0F5F0, void, DetectGroundAbilityBase__ctor, (DetectGroundAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89C0, DetectObjectAbilityBase_ObjectDetectionMode__Enum, DetectObjectAbilityBase_get_ObjectDetection, (DetectObjectAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0F620, void, DetectObjectAbilityBase_set_ObjectDetection, (DetectObjectAbilityBase * __this, DetectObjectAbilityBase_ObjectDetectionMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01CB3340, LayerMask, DetectObjectAbilityBase_get_DetectLayers, (DetectObjectAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB3350, void, DetectObjectAbilityBase_set_DetectLayers, (DetectObjectAbilityBase * __this, LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x01CAD3B0, float, DetectObjectAbilityBase_get_DetectAngleThreshold, (DetectObjectAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD3C0, void, DetectObjectAbilityBase_set_DetectAngleThreshold, (DetectObjectAbilityBase * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D76CC0, int32_t, DetectObjectAbilityBase_get_ObjectID, (DetectObjectAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01D76CD0, void, DetectObjectAbilityBase_set_ObjectID, (DetectObjectAbilityBase * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01E0F6E0, bool, DetectObjectAbilityBase_get_UseLookPosition, (DetectObjectAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0F6F0, void, DetectObjectAbilityBase_set_UseLookPosition, (DetectObjectAbilityBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E0F700, bool, DetectObjectAbilityBase_get_UseLookDirection, (DetectObjectAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0F710, void, DetectObjectAbilityBase_set_UseLookDirection, (DetectObjectAbilityBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01CB49F0, float, DetectObjectAbilityBase_get_CastDistance, (DetectObjectAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB4A00, void, DetectObjectAbilityBase_set_CastDistance, (DetectObjectAbilityBase * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01E0F720, Vector3, DetectObjectAbilityBase_get_CastOffset, (DetectObjectAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0F740, void, DetectObjectAbilityBase_set_CastOffset, (DetectObjectAbilityBase * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01D6A940, QueryTriggerInteraction__Enum, DetectObjectAbilityBase_get_TriggerInteraction, (DetectObjectAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A950, void, DetectObjectAbilityBase_set_TriggerInteraction, (DetectObjectAbilityBase * __this, QueryTriggerInteraction__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01D6A960, float, DetectObjectAbilityBase_get_SpherecastRadius, (DetectObjectAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A970, void, DetectObjectAbilityBase_set_SpherecastRadius, (DetectObjectAbilityBase * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D3A1F0, VRHand *, DetectObjectAbilityBase_get_LeftHand, (DetectObjectAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A200, void, DetectObjectAbilityBase_set_LeftHand, (DetectObjectAbilityBase * __this, VRHand * value, MethodInfo * method)); DO_APP_FUNC(0x007086F0, VRHand *, DetectObjectAbilityBase_get_RightHand, (DetectObjectAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00708700, void, DetectObjectAbilityBase_set_RightHand, (DetectObjectAbilityBase * __this, VRHand * value, MethodInfo * method)); DO_APP_FUNC(0x01E0F760, void, DetectObjectAbilityBase_Awake, (DetectObjectAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0FA30, void, DetectObjectAbilityBase_OnAttachLookSource, (DetectObjectAbilityBase * __this, ILookSource * lookSource, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2C58, DetectObjectAbilityBase_OnAttachLookSource__MethodInfo); DO_APP_FUNC(0x01E0FC10, bool, DetectObjectAbilityBase_CanStartAbility, (DetectObjectAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01E105E0, bool, DetectObjectAbilityBase_CheckVRHand, (DetectObjectAbilityBase * __this, VRHand * hand, Transform * castTransform, Vector3 castDirection, MethodInfo * method)); DO_APP_FUNC(0x01E11100, void, DetectObjectAbilityBase_OnTriggerEnter, (DetectObjectAbilityBase * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01E11770, void, DetectObjectAbilityBase_OnTriggerExit, (DetectObjectAbilityBase * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01E11800, bool, DetectObjectAbilityBase_TriggerExit, (DetectObjectAbilityBase * __this, GameObject * other, MethodInfo * method)); DO_APP_FUNC(0x01E11AB0, bool, DetectObjectAbilityBase_ValidateObject, (DetectObjectAbilityBase * __this, GameObject * obj, Nullable_1_UnityEngine_RaycastHit_ raycastHit, MethodInfo * method)); DO_APP_FUNC(0x01E122F0, void, DetectObjectAbilityBase_AbilityStopped, (DetectObjectAbilityBase * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01E12340, void, DetectObjectAbilityBase_AbilityStopped_1, (DetectObjectAbilityBase * __this, bool force, bool triggerExit, MethodInfo * method)); DO_APP_FUNC(0x01E12490, void, DetectObjectAbilityBase_OnDestroy, (DetectObjectAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01E125A0, void, DetectObjectAbilityBase__ctor, (DetectObjectAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB49B0, Vector3, Die_get_CameraRotationalForce, (Die * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB49D0, void, Die_set_CameraRotationalForce, (Die * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01E12630, Vector3, Die_get_Force, (Die * __this, MethodInfo * method)); DO_APP_FUNC(0x01E12650, void, Die_set_Force, (Die * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01E0F720, Vector3, Die_get_Position, (Die * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0F740, void, Die_set_Position, (Die * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01CB24A0, int32_t, Die_get_AbilityIntData, (Die * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Die_get_CanStayActivatedOnDeath, (Die * __this, MethodInfo * method)); DO_APP_FUNC(0x01E12670, void, Die_Awake, (Die * __this, MethodInfo * method)); DO_APP_FUNC(0x01E127D0, void, Die_OnDeath, (Die * __this, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2C28, Die_OnDeath__MethodInfo); DO_APP_FUNC(0x01E128D0, int32_t, Die_GetDeathTypeIndex, (Die * __this, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC(0x01E12970, void, Die_AbilityStarted, (Die * __this, MethodInfo * method)); DO_APP_FUNC(0x01E12AC0, void, Die_OnRespawn, (Die * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2C20, Die_OnRespawn__MethodInfo); DO_APP_FUNC(0x01E12B10, void, Die_OnDestroy, (Die * __this, MethodInfo * method)); DO_APP_FUNC(0x01E12CA0, void, Die__ctor, (Die * __this, MethodInfo * method)); DO_APP_FUNC(0x01E12CD0, bool, Drive_get_TeleportEnterExit, (Drive * __this, MethodInfo * method)); DO_APP_FUNC(0x01E12CE0, void, Drive_set_TeleportEnterExit, (Drive * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E12CF0, bool, Drive_get_CanAim, (Drive * __this, MethodInfo * method)); DO_APP_FUNC(0x01E12D00, void, Drive_set_CanAim, (Drive * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E12D10, float, Drive_get_MoveSpeed, (Drive * __this, MethodInfo * method)); DO_APP_FUNC(0x01E12D20, void, Drive_set_MoveSpeed, (Drive * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01E12D30, float, Drive_get_RotationSpeed, (Drive * __this, MethodInfo * method)); DO_APP_FUNC(0x01E12D40, void, Drive_set_RotationSpeed, (Drive * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01E12D50, int32_t, Drive_get_AbilityIntData, (Drive * __this, MethodInfo * method)); DO_APP_FUNC(0x01E12DB0, float, Drive_get_AbilityFloatData, (Drive * __this, MethodInfo * method)); DO_APP_FUNC(0x01E12DE0, void, Drive_Awake, (Drive * __this, MethodInfo * method)); DO_APP_FUNC(0x01E12FA0, bool, Drive_ValidateObject, (Drive * __this, GameObject * obj, Nullable_1_UnityEngine_RaycastHit_ raycastHit, MethodInfo * method)); DO_APP_FUNC(0x01E130C0, bool, Drive_CanStartAbility, (Drive * __this, MethodInfo * method)); DO_APP_FUNC(0x01E131E0, MoveTowardsLocation *, Drive_GetValidStartLocation, (Drive * __this, bool groundCheck, MethodInfo * method)); DO_APP_FUNC(0x01E135D0, bool, Drive_ColliderOverlap, (Drive * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x01E145B0, MoveTowardsLocation__Array *, Drive_GetMoveTowardsLocations, (Drive * __this, MethodInfo * method)); DO_APP_FUNC(0x01E14650, void, Drive_AbilityStarted, (Drive * __this, MethodInfo * method)); DO_APP_FUNC(0x01E14CA0, void, Drive_OnEnteredVehicle, (Drive * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2C08, Drive_OnEnteredVehicle__MethodInfo); DO_APP_FUNC(0x01E14D90, bool, Drive_ShouldBlockAbilityStart, (Drive * __this, Ability * startingAbility, MethodInfo * method)); DO_APP_FUNC(0x01E14ED0, bool, Drive_ShouldStopActiveAbility, (Drive * __this, Ability * activeAbility, MethodInfo * method)); DO_APP_FUNC(0x01E14FD0, void, Drive_Update, (Drive * __this, MethodInfo * method)); DO_APP_FUNC(0x01E15020, void, Drive_UpdateAnimator, (Drive * __this, MethodInfo * method)); DO_APP_FUNC(0x01E151F0, void, Drive_UpdateRotation, (Drive * __this, MethodInfo * method)); DO_APP_FUNC(0x01E15BB0, void, Drive_UpdatePosition, (Drive * __this, MethodInfo * method)); DO_APP_FUNC(0x01E16030, void, Drive_WillTryStopAbility, (Drive * __this, MethodInfo * method)); DO_APP_FUNC(0x01E164C0, void, Drive_OnExitedVehicle, (Drive * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2C48, Drive_OnExitedVehicle__MethodInfo); DO_APP_FUNC(0x01E165A0, bool, Drive_CanStopAbility, (Drive * __this, MethodInfo * method)); DO_APP_FUNC(0x01E16710, void, Drive_AbilityStopped, (Drive * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01E16910, void, Drive_OnDestroy, (Drive * __this, MethodInfo * method)); DO_APP_FUNC(0x01E16A60, void, Drive__ctor, (Drive * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7740, float, Fall_get_MinFallHeight, (Fall * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7750, void, Fall_set_MinFallHeight, (Fall * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x004FC900, SurfaceImpact *, Fall_get_LandSurfaceImpact, (Fall * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC910, void, Fall_set_LandSurfaceImpact, (Fall * __this, SurfaceImpact * value, MethodInfo * method)); DO_APP_FUNC(0x005E7760, float, Fall_get_MinSurfaceImpactVelocity, (Fall * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7770, void, Fall_set_MinSurfaceImpactVelocity, (Fall * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x005E7780, AnimationEventTrigger *, Fall_get_LandEvent, (Fall * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7790, void, Fall_set_LandEvent, (Fall * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x00422B10, int32_t, Fall_get_AbilityIntData, (Fall * __this, MethodInfo * method)); DO_APP_FUNC(0x01E16A90, float, Fall_get_AbilityFloatData, (Fall * __this, MethodInfo * method)); DO_APP_FUNC(0x005E77F0, bool, Fall_get_Landed, (Fall * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7800, void, Fall_set_Landed, (Fall * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x005E78C0, bool, Fall_CanStartAbility, (Fall * __this, MethodInfo * method)); DO_APP_FUNC(0x01E16AC0, void, Fall_AbilityStarted, (Fall * __this, MethodInfo * method)); DO_APP_FUNC(0x01E16CA0, bool, Fall_ShouldBlockAbilityStart, (Fall * __this, Ability * startingAbility, MethodInfo * method)); DO_APP_FUNC(0x01E16D30, void, Fall_OnGrounded, (Fall * __this, bool grounded, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2C00, Fall_OnGrounded__MethodInfo); DO_APP_FUNC(0x005E8150, void, Fall_UpdateAnimator, (Fall * __this, MethodInfo * method)); DO_APP_FUNC(0x005E8160, void, Fall_Land, (Fall * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2BF8, Fall_Land__MethodInfo); DO_APP_FUNC(0x005E77F0, bool, Fall_CanStopAbility, (Fall * __this, MethodInfo * method)); DO_APP_FUNC(0x005E81A0, void, Fall_OnImmediateTransformChange, (Fall * __this, bool snapAnimator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2BF0, Fall_OnImmediateTransformChange__MethodInfo); DO_APP_FUNC(0x01E17110, void, Fall_AbilityStopped, (Fall * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01E17300, void, Fall__ctor, (Fall * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0F6E0, bool, Generic_get_ConcurrentAbility, (Generic * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0F6F0, void, Generic_set_ConcurrentAbility, (Generic * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E0F6E0, bool, Generic_get_IsConcurrent, (Generic * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC890, AnimationEventTrigger *, Generic_get_StopEvent, (Generic * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC8A0, void, Generic_set_StopEvent, (Generic * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x01E173C0, void, Generic_Awake, (Generic * __this, MethodInfo * method)); DO_APP_FUNC(0x01E174A0, void, Generic_AbilityStarted, (Generic * __this, MethodInfo * method)); DO_APP_FUNC(0x005E8B90, void, Generic_OnComplete, (Generic * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2BD0, Generic_OnComplete__MethodInfo); DO_APP_FUNC(0x01E17560, void, Generic_OnDestroy, (Generic * __this, MethodInfo * method)); DO_APP_FUNC(0x01E17660, void, Generic__ctor, (Generic * __this, MethodInfo * method)); DO_APP_FUNC(0x005E84C0, bool, HeightChange_get_ConcurrentAbility, (HeightChange * __this, MethodInfo * method)); DO_APP_FUNC(0x005E84D0, void, HeightChange_set_ConcurrentAbility, (HeightChange * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009FBCC0, float, HeightChange_get_CapsuleColliderHeightAdjustment, (HeightChange * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD3A0, void, HeightChange_set_CapsuleColliderHeightAdjustment, (HeightChange * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DB8150, bool, HeightChange_get_AllowSpeedChange, (HeightChange * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB8160, void, HeightChange_set_AllowSpeedChange, (HeightChange * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x005E84C0, bool, HeightChange_get_IsConcurrent, (HeightChange * __this, MethodInfo * method)); DO_APP_FUNC(0x01E17710, void, HeightChange_Start, (HeightChange * __this, MethodInfo * method)); DO_APP_FUNC(0x01E179B0, bool, HeightChange_CanStartAbility, (HeightChange * __this, MethodInfo * method)); DO_APP_FUNC(0x01E179F0, void, HeightChange_AbilityStarted, (HeightChange * __this, MethodInfo * method)); DO_APP_FUNC(0x01E17E60, bool, HeightChange_CanStopAbility, (HeightChange * __this, MethodInfo * method)); DO_APP_FUNC(0x01E18630, bool, HeightChange_ShouldBlockAbilityStart, (HeightChange * __this, Ability * startingAbility, MethodInfo * method)); DO_APP_FUNC(0x01E18720, bool, HeightChange_ShouldStopActiveAbility, (HeightChange * __this, Ability * activeAbility, MethodInfo * method)); DO_APP_FUNC(0x01E187D0, void, HeightChange_AbilityStopped, (HeightChange * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01E188B0, void, HeightChange_AbilityStopped_1, (HeightChange * __this, bool force, bool resetCapsuleColliderHeight, MethodInfo * method)); DO_APP_FUNC(0x01E189A0, void, HeightChange__ctor, (HeightChange * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD380, float, Idle_1_get_MaxAbilityFloatDataValue, (Idle_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD390, void, Idle_1_set_MaxAbilityFloatDataValue, (Idle_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01E0F6E0, bool, Idle_1_get_RandomValue, (Idle_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0F6F0, void, Idle_1_set_RandomValue, (Idle_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01CAD3B0, float, Idle_1_get_MinDuration, (Idle_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD3C0, void, Idle_1_set_MinDuration, (Idle_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x005E7760, float, Idle_1_get_MaxDuration, (Idle_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7770, void, Idle_1_set_MaxDuration, (Idle_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D6A910, float, Idle_1_get_AbilityFloatData, (Idle_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E18A60, bool, Idle_1_CanStartAbility, (Idle_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E18B50, void, Idle_1_AbilityStarted, (Idle_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E18D00, void, Idle_1_DetermineAbilityFloatDataValue, (Idle_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2BE0, Idle_1_DetermineAbilityFloatDataValue__MethodInfo); DO_APP_FUNC(0x01E18EB0, bool, Idle_1_CanStopAbility, (Idle_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E18F20, void, Idle_1_AbilityStopped, (Idle_1 * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01E18FB0, void, Idle_1__ctor, (Idle_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x005E6E00, int32_t, Interact_get_InteractableID, (Interact * __this, MethodInfo * method)); DO_APP_FUNC(0x005E6E10, void, Interact_set_InteractableID, (Interact * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01E18FF0, bool, Interact_get_AllowActiveHeightChange, (Interact * __this, MethodInfo * method)); DO_APP_FUNC(0x01E19000, void, Interact_set_AllowActiveHeightChange, (Interact * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CE2E0, int32_t, Interact_get_AbilityIntDataValue, (Interact * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE2F0, void, Interact_set_AbilityIntDataValue, (Interact * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01901040, AnimationEventTrigger *, Interact_get_InteractEvent, (Interact * __this, MethodInfo * method)); DO_APP_FUNC(0x01901050, void, Interact_set_InteractEvent, (Interact * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x019010B0, AnimationEventTrigger *, Interact_get_InteractCompleteEvent, (Interact * __this, MethodInfo * method)); DO_APP_FUNC(0x019010C0, void, Interact_set_InteractCompleteEvent, (Interact * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x01E19010, bool, Interact_get_CheckForCustomIcon, (Interact * __this, MethodInfo * method)); DO_APP_FUNC(0x01E19020, void, Interact_set_CheckForCustomIcon, (Interact * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E19030, bool, Interact_get_VR, (Interact * __this, MethodInfo * method)); DO_APP_FUNC(0x01E19040, void, Interact_set_VR, (Interact * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E19050, bool, Interact_get_VRDetectInteractable, (Interact * __this, MethodInfo * method)); DO_APP_FUNC(0x01E19060, void, Interact_set_VRDetectInteractable, (Interact * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CE2E0, int32_t, Interact_get_AbilityIntData, (Interact * __this, MethodInfo * method)); DO_APP_FUNC(0x01E19070, String *, Interact_get_AbilityMessageText, (Interact * __this, MethodInfo * method)); DO_APP_FUNC(0x01E192F0, void, Interact_set_AbilityMessageText, (Interact * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01E19300, void, Interact_Awake, (Interact * __this, MethodInfo * method)); DO_APP_FUNC(0x01E194F0, bool, Interact_CanStartAbility, (Interact * __this, MethodInfo * method)); DO_APP_FUNC(0x01E19900, MoveTowardsLocation__Array *, Interact_GetMoveTowardsLocations, (Interact * __this, MethodInfo * method)); DO_APP_FUNC(0x01E199C0, bool, Interact_ValidateObject, (Interact * __this, GameObject * obj, Nullable_1_UnityEngine_RaycastHit_ raycastHit, MethodInfo * method)); DO_APP_FUNC(0x01E19DA0, bool, Interact_CheckVRHand, (Interact * __this, VRHand * hand, Transform * castTransform, Vector3 castDirection, MethodInfo * method)); DO_APP_FUNC(0x01E1AC30, bool, Interact_VRCheckInteractableMatches, (Interact * __this, Interactable * validInteractable, MethodInfo * method)); DO_APP_FUNC(0x01E1AEF0, bool, Interact_ShouldBlockAbilityStart, (Interact * __this, Ability * startingAbility, MethodInfo * method)); DO_APP_FUNC(0x01E1AFF0, bool, Interact_ShouldStopActiveAbility, (Interact * __this, Ability * activeAbility, MethodInfo * method)); DO_APP_FUNC(0x01E1B080, void, Interact_AbilityStarted, (Interact * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1B330, void, Interact_SetIKTarget, (Interact * __this, AbilityIKTarget * ikTarget, Transform * targetTransform, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2BB8, Interact_SetIKTarget__MethodInfo); DO_APP_FUNC(0x01E1B7B0, void, Interact_DoInteract, (Interact * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2BD8, Interact_DoInteract__MethodInfo); DO_APP_FUNC(0x005F0150, void, Interact_InteractComplete, (Interact * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2B90, Interact_InteractComplete__MethodInfo); DO_APP_FUNC(0x01E1B8A0, bool, Interact_TriggerExit, (Interact * __this, GameObject * other, MethodInfo * method)); DO_APP_FUNC(0x01E1BA70, void, Interact_AbilityStopped, (Interact * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01901200, Interactable *, Interact_GetInteractable, (Interact * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1BC40, void, Interact_OnDestroy, (Interact * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1BD90, void, Interact__ctor, (Interact * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Interact_c_DisplayClass51_0__ctor, (Interact_c_DisplayClass51_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1BEE0, void, Interact_c_DisplayClass51_0__SetIKTarget_b__0, (Interact_c_DisplayClass51_0 * __this, AbilityIKTarget * abilityIKTarget, Transform * target, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2BB0, Interact_c_DisplayClass51_0__SetIKTarget_b__0__MethodInfo); DO_APP_FUNC(0x00418D30, bool, ItemEquipVerifier_get_IsConcurrent, (ItemEquipVerifier * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1BF30, void, ItemEquipVerifier_Awake, (ItemEquipVerifier * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1C2D0, bool, ItemEquipVerifier_TryToggleItem, (ItemEquipVerifier * __this, Ability * ability, bool activate, MethodInfo * method)); DO_APP_FUNC(0x01E1CEE0, bool, ItemEquipVerifier_IsDefaultItemIdentifier, (ItemEquipVerifier * __this, IItemIdentifier * itemIdentifier, MethodInfo * method)); DO_APP_FUNC(0x01E1D150, void, ItemEquipVerifier_AbilityStarted, (ItemEquipVerifier * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1D330, void, ItemEquipVerifier_StartEquipUnequip, (ItemEquipVerifier * __this, bool immediateEquipUnequip, MethodInfo * method)); DO_APP_FUNC(0x01E1D5D0, void, ItemEquipVerifier_OnItemAbilityActive, (ItemEquipVerifier * __this, ItemAbility * itemAbility, bool active, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2B68, ItemEquipVerifier_OnItemAbilityActive__MethodInfo); DO_APP_FUNC(0x01E1D700, void, ItemEquipVerifier_ItemToggled, (ItemEquipVerifier * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1D860, void, ItemEquipVerifier_AbilityStopped, (ItemEquipVerifier * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01E1D970, void, ItemEquipVerifier_OnDeath, (ItemEquipVerifier * __this, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2B28, ItemEquipVerifier_OnDeath__MethodInfo); DO_APP_FUNC(0x01E1D980, void, ItemEquipVerifier_Reset, (ItemEquipVerifier * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1DA00, void, ItemEquipVerifier_OnDestroy, (ItemEquipVerifier * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1DB10, void, ItemEquipVerifier__ctor, (ItemEquipVerifier * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7740, float, Jump_get_MinCeilingJumpHeight, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7750, void, Jump_set_MinCeilingJumpHeight, (Jump * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CAD380, float, Jump_get_GroundedGracePeriod, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD390, void, Jump_set_GroundedGracePeriod, (Jump * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01E0F6E0, bool, Jump_get_PrevntSlopeLimitJump, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0F6F0, void, Jump_set_PrevntSlopeLimitJump, (Jump * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01CAD3B0, float, Jump_get_Force, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD3C0, void, Jump_set_Force, (Jump * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x005E7760, float, Jump_get_SidewaysForceMultiplier, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7770, void, Jump_set_SidewaysForceMultiplier, (Jump * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CB49F0, float, Jump_get_BackwardsForceMultiplier, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB4A00, void, Jump_set_BackwardsForceMultiplier, (Jump * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01E1DC30, int32_t, Jump_get_Frames, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1DC40, void, Jump_set_Frames, (Jump * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0098F240, float, Jump_get_ForceDamping, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A930, void, Jump_set_ForceDamping, (Jump * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00ACF280, AnimationEventTrigger *, Jump_get_JumpEvent, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACF290, void, Jump_set_JumpEvent, (Jump * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x01CB4A10, SurfaceImpact *, Jump_get_JumpSurfaceImpact, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB4A20, void, Jump_set_JumpSurfaceImpact, (Jump * __this, SurfaceImpact * value, MethodInfo * method)); DO_APP_FUNC(0x01D6A980, float, Jump_get_ForceHold, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A990, void, Jump_set_ForceHold, (Jump * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DB8170, float, Jump_get_ForceDampingHold, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1DC50, void, Jump_set_ForceDampingHold, (Jump * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x007086B0, int32_t, Jump_get_MaxAirborneJumpCount, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x007086C0, void, Jump_set_MaxAirborneJumpCount, (Jump * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01E1DC60, float, Jump_get_AirborneJumpForce, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1DC70, void, Jump_set_AirborneJumpForce, (Jump * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CB7A30, int32_t, Jump_get_AirborneJumpFrames, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1DC80, void, Jump_set_AirborneJumpFrames, (Jump * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00708760, AudioClipSet *, Jump_get_AirborneJumpAudioClipSet, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x00708770, void, Jump_set_AirborneJumpAudioClipSet, (Jump * __this, AudioClipSet * value, MethodInfo * method)); DO_APP_FUNC(0x01CB4AE0, float, Jump_get_VerticalVelocityStopThreshold, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB4AF0, void, Jump_set_VerticalVelocityStopThreshold, (Jump * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01E1DC90, float, Jump_get_RecurrenceDelay, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1DCA0, void, Jump_set_RecurrenceDelay, (Jump * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01E1DCB0, float, Jump_get_HoldForce, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1DCC0, void, Jump_set_HoldForce, (Jump * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01E1DCD0, bool, Jump_get_JumpApplied, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1DCE0, void, Jump_set_JumpApplied, (Jump * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E1DCF0, bool, Jump_get_Jumping, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1DD00, void, Jump_set_Jumping, (Jump * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E1DD10, void, Jump_set_ForceImmediateJump, (Jump * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E1DD20, float, Jump_get_AbilityFloatData, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1DD70, int32_t, Jump_get_AbilityIntData, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1DD90, void, Jump_Awake, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1DFA0, bool, Jump_CanStartAbility, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1E270, bool, Jump_ShouldStopActiveAbility, (Jump * __this, Ability * activeAbility, MethodInfo * method)); DO_APP_FUNC(0x01E1E2E0, void, Jump_AbilityStarted, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1EA20, void, Jump_OnGrounded, (Jump * __this, bool grounded, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2AE0, Jump_OnGrounded__MethodInfo); DO_APP_FUNC(0x01E1ECF0, void, Jump_UpdateAnimator, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1EE80, void, Jump_ApplyJumpForce, (Jump * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2AF0, Jump_ApplyJumpForce__MethodInfo); DO_APP_FUNC(0x01E1F3D0, void, Jump_EnsureAirborne, (Jump * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2B08, Jump_EnsureAirborne__MethodInfo); DO_APP_FUNC(0x01E1F410, void, Jump_OnReleaseHold, (Jump * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2AD8, Jump_OnReleaseHold__MethodInfo); DO_APP_FUNC(0x01E1F420, void, Jump_OnAirborneJump, (Jump * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2AD0, Jump_OnAirborneJump__MethodInfo); DO_APP_FUNC(0x01E1F5E0, void, Jump_UpdatePosition, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1F840, bool, Jump_CanStopAbility, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1F8A0, void, Jump_AbilityStopped, (Jump * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01E1FA40, bool, Jump_ShouldBlockAbilityStart, (Jump * __this, Ability * startingAbility, MethodInfo * method)); DO_APP_FUNC(0x01E1FAD0, void, Jump_OnDestroy, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1FC60, void, Jump__ctor, (Jump * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7740, float, MoveTowards_get_InputMultiplier, (MoveTowards * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7750, void, MoveTowards_set_InputMultiplier, (MoveTowards * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CAD380, float, MoveTowards_get_InactiveTimeout, (MoveTowards * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD390, void, MoveTowards_set_InactiveTimeout, (MoveTowards * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01E0F6E0, bool, MoveTowards_get_DisableGameplayInput, (MoveTowards * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0F6F0, void, MoveTowards_set_DisableGameplayInput, (MoveTowards * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x004FC970, MoveTowardsLocation *, MoveTowards_get_IndependentStartLocation, (MoveTowards * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC980, void, MoveTowards_set_IndependentStartLocation, (MoveTowards * __this, MoveTowardsLocation * value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, MoveTowards_get_IsConcurrent, (MoveTowards * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, MoveTowards_get_ImmediateStartItemVerifier, (MoveTowards * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7780, MoveTowardsLocation *, MoveTowards_get_StartLocation, (MoveTowards * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACF280, Ability *, MoveTowards_get_OnArriveAbility, (MoveTowards * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1FE50, void, MoveTowards_Awake, (MoveTowards * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1FFB0, bool, MoveTowards_StartMoving, (MoveTowards * __this, MoveTowardsLocation__Array * startLocations, Ability * onArriveAbility, MethodInfo * method)); DO_APP_FUNC(0x01E203E0, MoveTowardsLocation *, MoveTowards_GetClosestStartLocation, (MoveTowards * __this, MoveTowardsLocation__Array * startLocations, MethodInfo * method)); DO_APP_FUNC(0x01E205F0, bool, MoveTowards_CanStartAbility, (MoveTowards * __this, MethodInfo * method)); DO_APP_FUNC(0x01E207F0, void, MoveTowards_AbilityStarted, (MoveTowards * __this, MethodInfo * method)); DO_APP_FUNC(0x01E20B40, bool, MoveTowards_ShouldBlockAbilityStart, (MoveTowards * __this, Ability * startingAbility, MethodInfo * method)); DO_APP_FUNC(0x01E20C80, bool, MoveTowards_ShouldStopActiveAbility, (MoveTowards * __this, Ability * activeAbility, MethodInfo * method)); DO_APP_FUNC(0x01E20D30, void, MoveTowards_Update, (MoveTowards * __this, MethodInfo * method)); DO_APP_FUNC(0x01E21600, Quaternion, MoveTowards_GetTargetRotation, (MoveTowards * __this, MethodInfo * method)); DO_APP_FUNC(0x01E218D0, Vector2, MoveTowards_GetInputVector, (MoveTowards * __this, Vector3 direction, MethodInfo * method)); DO_APP_FUNC(0x01E21970, void, MoveTowards_UpdateRotation, (MoveTowards * __this, MethodInfo * method)); DO_APP_FUNC(0x01E21DD0, void, MoveTowards_ApplyPosition, (MoveTowards * __this, MethodInfo * method)); DO_APP_FUNC(0x01E21FA0, void, MoveTowards_ImmediateMove, (MoveTowards * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2AC8, MoveTowards_ImmediateMove__MethodInfo); DO_APP_FUNC(0x01E22130, void, MoveTowards_AbilityStopped, (MoveTowards * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01E22410, void, MoveTowards__ctor, (MoveTowards * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC890, Transform *, MoveWithObject_get_Target, (MoveWithObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01E22430, void, MoveWithObject_set_Target, (MoveWithObject * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, MoveWithObject_get_IsConcurrent, (MoveWithObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01E22780, void, MoveWithObject_Awake, (MoveWithObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01E22890, bool, MoveWithObject_CanStartAbility, (MoveWithObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01E229B0, void, MoveWithObject_AbilityStarted, (MoveWithObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01E22A00, bool, MoveWithObject_CanStopAbility, (MoveWithObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01E22B00, void, MoveWithObject_AbilityStopped, (MoveWithObject * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x005E89B0, void, MoveWithObject__ctor, (MoveWithObject * __this, MethodInfo * method)); DO_APP_FUNC(0x005E6E00, int32_t, PickupItem_get_SlotID, (PickupItem * __this, MethodInfo * method)); DO_APP_FUNC(0x005E6E10, void, PickupItem_set_SlotID, (PickupItem * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01900FD0, ItemDefinitionBase__Array *, PickupItem_get_PickupItemDefinitions, (PickupItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01900FE0, void, PickupItem_set_PickupItemDefinitions, (PickupItem * __this, ItemDefinitionBase__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01901040, AnimationEventTrigger *, PickupItem_get_PickupEvent, (PickupItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01901050, void, PickupItem_set_PickupEvent, (PickupItem * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x019010B0, AnimationEventTrigger *, PickupItem_get_PickupCompleteEvent, (PickupItem * __this, MethodInfo * method)); DO_APP_FUNC(0x019010C0, void, PickupItem_set_PickupCompleteEvent, (PickupItem * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, PickupItem_get_CanReceiveMultipleStarts, (PickupItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, PickupItem_get_ImmediateStartItemVerifier, (PickupItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01E22B40, String *, PickupItem_get_AbilityMessageText, (PickupItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01E192F0, void, PickupItem_set_AbilityMessageText, (PickupItem * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01E22BD0, void, PickupItem_Awake, (PickupItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01E22E50, void, PickupItem_Start, (PickupItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01E22F30, bool, PickupItem_CanItemPickup, (PickupItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01E23080, bool, PickupItem_ValidateObject, (PickupItem * __this, GameObject * obj, Nullable_1_UnityEngine_RaycastHit_ raycastHit, MethodInfo * method)); DO_APP_FUNC(0x01E23690, bool, PickupItem_CanStartAbility, (PickupItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01E23760, void, PickupItem_AbilityStarted, (PickupItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01E24060, void, PickupItem_DoItemPickup, (PickupItem * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2A70, PickupItem_DoItemPickup__MethodInfo); DO_APP_FUNC(0x005E8B90, void, PickupItem_PickupComplete, (PickupItem * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2A78, PickupItem_PickupComplete__MethodInfo); DO_APP_FUNC(0x01E24230, void, PickupItem_AbilityStopped, (PickupItem * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01E242B0, bool, PickupItem_TriggerExit, (PickupItem * __this, GameObject * other, MethodInfo * method)); DO_APP_FUNC(0x01E24620, void, PickupItem_OnDestroy, (PickupItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01E24770, void, PickupItem__ctor, (PickupItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB4A80, float, QuickStart_get_SpeedChangeThreshold, (QuickStart * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB4A90, void, QuickStart_set_SpeedChangeThreshold, (QuickStart * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, QuickStart_get_UseRawInput, (QuickStart * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, QuickStart_get_RequireInput, (QuickStart * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A940, int32_t, QuickStart_get_AbilityIntData, (QuickStart * __this, MethodInfo * method)); DO_APP_FUNC(0x01E248C0, void, QuickStart_Awake, (QuickStart * __this, MethodInfo * method)); DO_APP_FUNC(0x01E24A30, void, QuickStart_OnMoving, (QuickStart * __this, bool moving, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2A88, QuickStart_OnMoving__MethodInfo); DO_APP_FUNC(0x01E24A40, bool, QuickStart_CanStartAbility, (QuickStart * __this, MethodInfo * method)); DO_APP_FUNC(0x01E24AC0, void, QuickStart_AbilityStarted, (QuickStart * __this, MethodInfo * method)); DO_APP_FUNC(0x01E24CF0, bool, QuickStart_CanStopAbility, (QuickStart * __this, MethodInfo * method)); DO_APP_FUNC(0x01E24D50, void, QuickStart_OnStartComplete, (QuickStart * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2A08, QuickStart_OnStartComplete__MethodInfo); DO_APP_FUNC(0x01E24D60, void, QuickStart_OnDestroy, (QuickStart * __this, MethodInfo * method)); DO_APP_FUNC(0x01E24EE0, void, QuickStart__ctor, (QuickStart * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB4A80, float, QuickStop_get_SpeedChangeThreshold, (QuickStop * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB4A90, void, QuickStop_set_SpeedChangeThreshold, (QuickStop * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DA6820, float, QuickStop_get_StopThreshold, (QuickStop * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA6830, void, QuickStop_set_StopThreshold, (QuickStop * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D6A940, int32_t, QuickStop_get_RequiredStartSuccessCount, (QuickStop * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A950, void, QuickStop_set_RequiredStartSuccessCount, (QuickStop * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, QuickStop_get_UseRawInput, (QuickStop * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, QuickStop_get_RequireInput, (QuickStop * __this, MethodInfo * method)); DO_APP_FUNC(0x007086B0, int32_t, QuickStop_get_AbilityIntData, (QuickStop * __this, MethodInfo * method)); DO_APP_FUNC(0x01E24F10, void, QuickStop_Awake, (QuickStop * __this, MethodInfo * method)); DO_APP_FUNC(0x01E25000, bool, QuickStop_CanStartAbility, (QuickStop * __this, MethodInfo * method)); DO_APP_FUNC(0x01E251B0, void, QuickStop_AbilityStarted, (QuickStop * __this, MethodInfo * method)); DO_APP_FUNC(0x01E25210, void, QuickStop_DeterminStopIndex, (QuickStop * __this, MethodInfo * method)); DO_APP_FUNC(0x01E25430, void, QuickStop_Update, (QuickStop * __this, MethodInfo * method)); DO_APP_FUNC(0x01E25500, bool, QuickStop_CanStopAbility, (QuickStop * __this, MethodInfo * method)); DO_APP_FUNC(0x01E25560, void, QuickStop_OnStopComplete, (QuickStop * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2A00, QuickStop_OnStopComplete__MethodInfo); DO_APP_FUNC(0x01E25570, void, QuickStop_AbilityStopped, (QuickStop * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01E255A0, void, QuickStop_OnDestroy, (QuickStop * __this, MethodInfo * method)); DO_APP_FUNC(0x01E25680, void, QuickStop__ctor, (QuickStop * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA6820, float, QuickTurn_get_SpeedChangeThreshold, (QuickTurn * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA6830, void, QuickTurn_set_SpeedChangeThreshold, (QuickTurn * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CB4A80, float, QuickTurn_get_MinInputSqrMagnitude, (QuickTurn * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB4A90, void, QuickTurn_set_MinInputSqrMagnitude, (QuickTurn * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, QuickTurn_get_UseRawInput, (QuickTurn * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, QuickTurn_get_RequireInput, (QuickTurn * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A980, float, QuickTurn_get_AbilityFloatData, (QuickTurn * __this, MethodInfo * method)); DO_APP_FUNC(0x01E256D0, void, QuickTurn_Awake, (QuickTurn * __this, MethodInfo * method)); DO_APP_FUNC(0x01E257B0, bool, QuickTurn_CanStartAbility, (QuickTurn * __this, MethodInfo * method)); DO_APP_FUNC(0x01E259C0, void, QuickTurn_AbilityStarted, (QuickTurn * __this, MethodInfo * method)); DO_APP_FUNC(0x01E25A60, void, QuickTurn_OnQuickTurnComplete, (QuickTurn * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2A40, QuickTurn_OnQuickTurnComplete__MethodInfo); DO_APP_FUNC(0x01E25A70, bool, QuickTurn_CanStopAbility, (QuickTurn * __this, MethodInfo * method)); DO_APP_FUNC(0x01E25AE0, void, QuickTurn_AbilityStopped, (QuickTurn * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01E25B90, void, QuickTurn_OnDestroy, (QuickTurn * __this, MethodInfo * method)); DO_APP_FUNC(0x01E25C70, void, QuickTurn__ctor, (QuickTurn * __this, MethodInfo * method)); DO_APP_FUNC(0x005E84C0, bool, Ragdoll_get_StartOnDeath, (Ragdoll * __this, MethodInfo * method)); DO_APP_FUNC(0x005E84D0, void, Ragdoll_set_StartOnDeath, (Ragdoll * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01CAD380, float, Ragdoll_get_StartDelay, (Ragdoll * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD390, void, Ragdoll_set_StartDelay, (Ragdoll * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CB8600, int32_t, Ragdoll_get_RagdollLayer, (Ragdoll * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB8610, void, Ragdoll_set_RagdollLayer, (Ragdoll * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01CB24A0, int32_t, Ragdoll_get_InactiveRagdollLayer, (Ragdoll * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB24B0, void, Ragdoll_set_InactiveRagdollLayer, (Ragdoll * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01E12630, Vector3, Ragdoll_get_CameraRotationalForce, (Ragdoll * __this, MethodInfo * method)); DO_APP_FUNC(0x01E12650, void, Ragdoll_set_CameraRotationalForce, (Ragdoll * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01E25CB0, Vector3, Ragdoll_get_Force, (Ragdoll * __this, MethodInfo * method)); DO_APP_FUNC(0x01E25CD0, void, Ragdoll_set_Force, (Ragdoll * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01DB8190, Vector3, Ragdoll_get_Position, (Ragdoll * __this, MethodInfo * method)); DO_APP_FUNC(0x01E25CF0, void, Ragdoll_set_Position, (Ragdoll * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Ragdoll_get_CanStayActivatedOnDeath, (Ragdoll * __this, MethodInfo * method)); DO_APP_FUNC(0x01E25D10, void, Ragdoll_Awake, (Ragdoll * __this, MethodInfo * method)); DO_APP_FUNC(0x01E26330, void, Ragdoll_AbilityStarted, (Ragdoll * __this, MethodInfo * method)); DO_APP_FUNC(0x01E26750, void, Ragdoll_EnableRagdoll, (Ragdoll * __this, bool enable, Vector3 force, Vector3 position, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2A18, Ragdoll_EnableRagdoll__MethodInfo); DO_APP_FUNC(0x01E26C10, void, Ragdoll_OnDeath, (Ragdoll * __this, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2A38, Ragdoll_OnDeath__MethodInfo); DO_APP_FUNC(0x01E26CE0, void, Ragdoll_OnRespawn, (Ragdoll * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2A30, Ragdoll_OnRespawn__MethodInfo); DO_APP_FUNC(0x01E26D40, void, Ragdoll_AbilityStopped, (Ragdoll * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01E26E80, void, Ragdoll_OnDestroy, (Ragdoll * __this, MethodInfo * method)); DO_APP_FUNC(0x01E27010, void, Ragdoll__ctor, (Ragdoll * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89C0, RestrictPosition_RestrictionType__Enum, RestrictPosition_get_Restiction, (RestrictPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89D0, void, RestrictPosition_set_Restiction, (RestrictPosition * __this, RestrictPosition_RestrictionType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01CAD380, float, RestrictPosition_get_MinXPosition, (RestrictPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD390, void, RestrictPosition_set_MinXPosition, (RestrictPosition * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x009FBCC0, float, RestrictPosition_get_MaxXPosition, (RestrictPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD3A0, void, RestrictPosition_set_MaxXPosition, (RestrictPosition * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CAD3B0, float, RestrictPosition_get_MinZPosition, (RestrictPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD3C0, void, RestrictPosition_set_MinZPosition, (RestrictPosition * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x005E7760, float, RestrictPosition_get_MaxZPosition, (RestrictPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7770, void, RestrictPosition_set_MaxZPosition, (RestrictPosition * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, RestrictPosition_get_IsConcurrent, (RestrictPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x01E27060, void, RestrictPosition_ApplyPosition, (RestrictPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x01E27250, bool, RestrictPosition_RestrictedPosition, (RestrictPosition * __this, Vector3 * targetPosition, MethodInfo * method)); DO_APP_FUNC(0x01E272D0, void, RestrictPosition__ctor, (RestrictPosition * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7740, float, RestrictRotation_get_Restriction, (RestrictRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7750, void, RestrictRotation_set_Restriction, (RestrictRotation * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CAD380, float, RestrictRotation_get_Offset, (RestrictRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD390, void, RestrictRotation_set_Offset, (RestrictRotation * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01E0F6E0, bool, RestrictRotation_get_RelativeLookSourceRotation, (RestrictRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0F6F0, void, RestrictRotation_set_RelativeLookSourceRotation, (RestrictRotation * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01CAD3B0, float, RestrictRotation_get_LookSourceOffset, (RestrictRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD3C0, void, RestrictRotation_set_LookSourceOffset, (RestrictRotation * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, RestrictRotation_get_IsConcurrent, (RestrictRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x01E272F0, void, RestrictRotation_Awake, (RestrictRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC980, void, RestrictRotation_OnAttachLookSource, (RestrictRotation * __this, ILookSource * lookSource, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA29A8, RestrictRotation_OnAttachLookSource__MethodInfo); DO_APP_FUNC(0x01E27450, void, RestrictRotation_ApplyRotation, (RestrictRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x01E27FC0, void, RestrictRotation_OnDestroy, (RestrictRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x01E280D0, void, RestrictRotation__ctor, (RestrictRotation * __this, MethodInfo * method)); DO_APP_FUNC(0x005E84C0, bool, Revive_get_StartOnDeath, (Revive * __this, MethodInfo * method)); DO_APP_FUNC(0x005E84D0, void, Revive_set_StartOnDeath, (Revive * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01CAD380, float, Revive_get_DeathStartDelay, (Revive * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD390, void, Revive_set_DeathStartDelay, (Revive * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Revive_get_CanStayActivatedOnDeath, (Revive * __this, MethodInfo * method)); DO_APP_FUNC(0x01D76CC0, int32_t, Revive_get_AbilityIntData, (Revive * __this, MethodInfo * method)); DO_APP_FUNC(0x01E280F0, void, Revive_Awake, (Revive * __this, MethodInfo * method)); DO_APP_FUNC(0x01E283E0, void, Revive_OnDeath, (Revive * __this, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA29E8, Revive_OnDeath__MethodInfo); DO_APP_FUNC(0x01E128D0, int32_t, Revive_GetReviveTypeIndex, (Revive * __this, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC(0x01E08FC0, void, Revive_StartRevive, (Revive * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA29D0, Revive_StartRevive__MethodInfo); DO_APP_FUNC(0x01E28500, void, Revive_OnReviveComplete, (Revive * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA29F0, Revive_OnReviveComplete__MethodInfo); DO_APP_FUNC(0x01E28550, void, Revive_OnDestroy, (Revive * __this, MethodInfo * method)); DO_APP_FUNC(0x01E286E0, void, Revive__ctor, (Revive * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F60, AnimationEventTrigger *, Ride_get_MountEvent, (Ride * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F70, void, Ride_set_MountEvent, (Ride * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x01E12D30, float, Ride_get_MoveSpeed, (Ride * __this, MethodInfo * method)); DO_APP_FUNC(0x01E12D40, void, Ride_set_MoveSpeed, (Ride * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01E28700, float, Ride_get_RotationSpeed, (Ride * __this, MethodInfo * method)); DO_APP_FUNC(0x01E28710, void, Ride_set_RotationSpeed, (Ride * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01901040, AnimationEventTrigger *, Ride_get_DismountEvent, (Ride * __this, MethodInfo * method)); DO_APP_FUNC(0x01901050, void, Ride_set_DismountEvent, (Ride * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x01E28720, bool, Ride_get_ReequipItemAfterMount, (Ride * __this, MethodInfo * method)); DO_APP_FUNC(0x01E28730, void, Ride_set_ReequipItemAfterMount, (Ride * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E28740, int32_t, Ride_get_AbilityIntData, (Ride * __this, MethodInfo * method)); DO_APP_FUNC(0x0070EC40, UltimateCharacterLocomotion *, Ride_get_CharacterLocomotion, (Ride * __this, MethodInfo * method)); DO_APP_FUNC(0x01E28790, void, Ride_Awake, (Ride * __this, MethodInfo * method)); DO_APP_FUNC(0x01E288E0, bool, Ride_ValidateObject, (Ride * __this, GameObject * obj, Nullable_1_UnityEngine_RaycastHit_ raycastHit, MethodInfo * method)); DO_APP_FUNC(0x01E28AD0, MoveTowardsLocation__Array *, Ride_GetMoveTowardsLocations, (Ride * __this, MethodInfo * method)); DO_APP_FUNC(0x01E28B40, void, Ride_AbilityStarted, (Ride * __this, MethodInfo * method)); DO_APP_FUNC(0x01E28FE0, bool, Ride_ShouldBlockAbilityStart, (Ride * __this, Ability * startingAbility, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Ride_ShouldStopActiveAbility, (Ride * __this, Ability * activeAbility, MethodInfo * method)); DO_APP_FUNC(0x01E290B0, void, Ride_OnMount, (Ride * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA29B8, Ride_OnMount__MethodInfo); DO_APP_FUNC(0x01E29230, void, Ride_Update, (Ride * __this, MethodInfo * method)); DO_APP_FUNC(0x01E29310, void, Ride_UpdateRotation, (Ride * __this, MethodInfo * method)); DO_APP_FUNC(0x01E29C80, void, Ride_UpdatePosition, (Ride * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2A000, void, Ride_WillTryStopAbility, (Ride * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2A100, void, Ride_StartDismount, (Ride * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2A350, void, Ride_OnDismount, (Ride * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA29C8, Ride_OnDismount__MethodInfo); DO_APP_FUNC(0x01E2A4B0, bool, Ride_CanStopAbility, (Ride * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2A610, void, Ride_AbilityStopped, (Ride * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01E2A820, void, Ride_ItemToggled, (Ride * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2A840, void, Ride_OnDestroy, (Ride * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2A990, void, Ride__ctor, (Ride * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC890, Transform *, Rideable_get_RideLocation, (Rideable * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC900, Collider *, Rideable_get_LeftDismountCollider, (Rideable * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC910, void, Rideable_set_LeftDismountCollider, (Rideable * __this, Collider * value, MethodInfo * method)); DO_APP_FUNC(0x004FC970, Collider *, Rideable_get_RightDismountCollider, (Rideable * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC980, void, Rideable_set_RightDismountCollider, (Rideable * __this, Collider * value, MethodInfo * method)); DO_APP_FUNC(0x01E2A9D0, int32_t, Rideable_get_AbilityIntData, (Rideable * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Rideable_get_IsConcurrent, (Rideable * __this, MethodInfo * method)); DO_APP_FUNC(0x0070EC40, UltimateCharacterLocomotion *, Rideable_get_CharacterLocomotion, (Rideable * __this, MethodInfo * method)); DO_APP_FUNC(0x0070ED80, GameObject *, Rideable_get_GameObject, (Rideable * __this, MethodInfo * method)); DO_APP_FUNC(0x004F66F0, Transform *, Rideable_get_Transform, (Rideable * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2AA00, void, Rideable_Awake, (Rideable * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2AE70, void, Rideable_Start, (Rideable * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2AF00, void, Rideable_Mount, (Rideable * __this, Ride * ride, MethodInfo * method)); DO_APP_FUNC(0x01E2AFB0, void, Rideable_AbilityStarted, (Rideable * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2B580, void, Rideable_OnCharacterMount, (Rideable * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2B630, void, Rideable_LateUpdate, (Rideable * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2B6F0, bool, Rideable_CanDismount, (Rideable * __this, bool * leftDismount, MethodInfo * method)); DO_APP_FUNC(0x01E2B770, bool, Rideable_DismountColliderOverlap, (Rideable * __this, Collider * dismountCollider, MethodInfo * method)); DO_APP_FUNC(0x01E2C720, void, Rideable_StartDismount, (Rideable * __this, MethodInfo * method)); DO_APP_FUNC(0x005E8B90, void, Rideable_Dismounted, (Rideable * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2C7B0, void, Rideable_AbilityStopped, (Rideable * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x005E89B0, void, Rideable__ctor, (Rideable * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7740, float, Slide_get_MinSlideLimit, (Slide * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7750, void, Slide_set_MinSlideLimit, (Slide * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CAD380, float, Slide_get_MaxSlideLimit, (Slide * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD390, void, Slide_set_MaxSlideLimit, (Slide * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x009FBCC0, float, Slide_get_Multiplier, (Slide * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD3A0, void, Slide_set_Multiplier, (Slide * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CAD3B0, float, Slide_get_MaxSlideSpeed, (Slide * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD3C0, void, Slide_set_MaxSlideSpeed, (Slide * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01E12630, Vector3, Slide_get_OverrideUpDirection, (Slide * __this, MethodInfo * method)); DO_APP_FUNC(0x01E12650, void, Slide_set_OverrideUpDirection, (Slide * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Slide_get_IsConcurrent, (Slide * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2C9F0, void, Slide_Awake, (Slide * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2CAD0, bool, Slide_CanStartAbility, (Slide * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2CB00, bool, Slide_CanSlide, (Slide * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2D000, void, Slide_UpdatePosition, (Slide * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2D410, void, Slide_LateUpdate, (Slide * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2D880, bool, Slide_CanStopAbility, (Slide * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2D8A0, void, Slide_OnGrounded, (Slide * __this, bool grounded, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2980, Slide_OnGrounded__MethodInfo); DO_APP_FUNC(0x01E2D920, void, Slide_OnDestroy, (Slide * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2DA30, void, Slide__ctor, (Slide * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7740, float, SpeedChange_get_SpeedChangeMultiplier, (SpeedChange * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7750, void, SpeedChange_set_SpeedChangeMultiplier, (SpeedChange * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CAD380, float, SpeedChange_get_MinSpeedChangeValue, (SpeedChange * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD390, void, SpeedChange_set_MinSpeedChangeValue, (SpeedChange * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x009FBCC0, float, SpeedChange_get_MaxSpeedChangeValue, (SpeedChange * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD3A0, void, SpeedChange_set_MaxSpeedChangeValue, (SpeedChange * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CAD3B0, float, SpeedChange_get_SpeedParameter, (SpeedChange * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD3C0, void, SpeedChange_set_SpeedParameter, (SpeedChange * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x005EFF90, bool, SpeedChange_get_RequireMovement, (SpeedChange * __this, MethodInfo * method)); DO_APP_FUNC(0x005EFFA0, void, SpeedChange_set_RequireMovement, (SpeedChange * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, SpeedChange_get_IsConcurrent, (SpeedChange * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2DA60, bool, SpeedChange_CanStartAbility, (SpeedChange * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SpeedChange_ShouldCheckInput, (SpeedChange * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2DAE0, void, SpeedChange_AbilityStarted, (SpeedChange * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2DB20, void, SpeedChange_Update, (SpeedChange * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2DCF0, void, SpeedChange_AbilityStopped, (SpeedChange * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01E2DD20, void, SpeedChange__ctor, (SpeedChange * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7740, float, StopMovementAnimation_get_CollisionCheckDistance, (StopMovementAnimation * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7750, void, StopMovementAnimation_set_CollisionCheckDistance, (StopMovementAnimation * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CAD380, float, StopMovementAnimation_get_WallGlideCurveThreshold, (StopMovementAnimation * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD390, void, StopMovementAnimation_set_WallGlideCurveThreshold, (StopMovementAnimation * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01E2DD60, void, StopMovementAnimation_Start, (StopMovementAnimation * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2DF10, bool, StopMovementAnimation_ShouldBlockAbilityStart, (StopMovementAnimation * __this, Ability * startingAbility, MethodInfo * method)); DO_APP_FUNC(0x01E2DFA0, bool, StopMovementAnimation_ShouldStopActiveAbility, (StopMovementAnimation * __this, Ability * activeAbility, MethodInfo * method)); DO_APP_FUNC(0x01E2E030, void, StopMovementAnimation_InactiveUpdate, (StopMovementAnimation * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2E0E0, bool, StopMovementAnimation_PredicatedCollision, (StopMovementAnimation * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2E880, void, StopMovementAnimation_Update, (StopMovementAnimation * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2E930, void, StopMovementAnimation_ApplyPosition, (StopMovementAnimation * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2EAA0, void, StopMovementAnimation_AbilityStopped, (StopMovementAnimation * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01E2EB30, void, StopMovementAnimation__ctor, (StopMovementAnimation * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89C0, int32_t, StoredInputAbilityBase_get_MaxInputCount, (StoredInputAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2EB50, void, StoredInputAbilityBase_Awake, (StoredInputAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2ED90, void, StoredInputAbilityBase_InactiveUpdate, (StoredInputAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2EEE0, bool, StoredInputAbilityBase_CanStartAbility, (StoredInputAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2EFF0, void, StoredInputAbilityBase_AbilityStarted, (StoredInputAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2F030, void, StoredInputAbilityBase_AbilityStopped, (StoredInputAbilityBase * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01E2F0C0, void, StoredInputAbilityBase_AbilityStopped_1, (StoredInputAbilityBase * __this, bool force, bool resetStoredInputs, MethodInfo * method)); DO_APP_FUNC(0x01E2F160, void, StoredInputAbilityBase_OnGrounded, (StoredInputAbilityBase * __this, bool grounded, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3B98, StoredInputAbilityBase_OnGrounded__MethodInfo); DO_APP_FUNC(0x01E2F180, void, StoredInputAbilityBase_OnImmediateTransformChange, (StoredInputAbilityBase * __this, bool snapAnimator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3B58, StoredInputAbilityBase_OnImmediateTransformChange__MethodInfo); DO_APP_FUNC(0x01E2F1A0, void, StoredInputAbilityBase_ResetStoredInputs, (StoredInputAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3B60, StoredInputAbilityBase_ResetStoredInputs__MethodInfo); DO_APP_FUNC(0x01E2F1C0, void, StoredInputAbilityBase_OnDestroy, (StoredInputAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2F3B0, void, StoredInputAbilityBase__ctor, (StoredInputAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x005E84C0, bool, TargetOrbit_get_UseAimAssistTarget, (TargetOrbit * __this, MethodInfo * method)); DO_APP_FUNC(0x005E84D0, void, TargetOrbit_set_UseAimAssistTarget, (TargetOrbit * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, TargetOrbit_get_IsConcurrent, (TargetOrbit * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2F3E0, Transform *, TargetOrbit_get_Target, (TargetOrbit * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2F530, void, TargetOrbit_Awake, (TargetOrbit * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2F620, void, TargetOrbit_OnAttachLookSource, (TargetOrbit * __this, ILookSource * lookSource, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3B50, TargetOrbit_OnAttachLookSource__MethodInfo); DO_APP_FUNC(0x01E2F7A0, bool, TargetOrbit_CanStartAbility, (TargetOrbit * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2F8C0, void, TargetOrbit_ApplyPosition, (TargetOrbit * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2FCD0, bool, TargetOrbit_CanStopAbility, (TargetOrbit * __this, MethodInfo * method)); DO_APP_FUNC(0x01E2FDE0, void, TargetOrbit_OnDestroy, (TargetOrbit * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89B0, void, TargetOrbit__ctor, (TargetOrbit * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AbilityStarter_Initialize, (AbilityStarter * __this, Ability * ability, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AbilityStarter_AbilityStarted, (AbilityStarter * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AbilityStarter_AbilityStopped, (AbilityStarter * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AbilityStarter_OnDestroy, (AbilityStarter * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AbilityStarter__ctor, (AbilityStarter * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ComboTimeout_ComboInputElement__Array *, ComboTimeout_get_ComboInputElements, (ComboTimeout * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ComboTimeout_set_ComboInputElements, (ComboTimeout * __this, ComboTimeout_ComboInputElement__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01E2FEF0, bool, ComboTimeout_CanInputStartAbility, (ComboTimeout * __this, PlayerInput * playerInput, MethodInfo * method)); DO_APP_FUNC(0x01E30060, void, ComboTimeout_AbilityStarted, (ComboTimeout * __this, MethodInfo * method)); DO_APP_FUNC(0x01E30070, void, ComboTimeout__ctor, (ComboTimeout * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, ComboTimeout_ComboInputElement_get_InputName, (ComboTimeout_ComboInputElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ComboTimeout_ComboInputElement_set_InputName, (ComboTimeout_ComboInputElement * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00C65280, bool, ComboTimeout_ComboInputElement_get_AxisInput, (ComboTimeout_ComboInputElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00C65290, void, ComboTimeout_ComboInputElement_set_AxisInput, (ComboTimeout_ComboInputElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C859D0, float, ComboTimeout_ComboInputElement_get_Timeout, (ComboTimeout_ComboInputElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00C859E0, void, ComboTimeout_ComboInputElement_set_Timeout, (ComboTimeout_ComboInputElement * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01E0F6E0, bool, Aim_get_StopSpeedChange, (Aim * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0F6F0, void, Aim_set_StopSpeedChange, (Aim * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E0F700, bool, Aim_get_ActivateInFirstPerson, (Aim * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0F710, void, Aim_set_ActivateInFirstPerson, (Aim * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E30080, bool, Aim_get_RotateTowardsLookSourceTarget, (Aim * __this, MethodInfo * method)); DO_APP_FUNC(0x01E30090, void, Aim_set_RotateTowardsLookSourceTarget, (Aim * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Aim_get_CanReceiveMultipleStarts, (Aim * __this, MethodInfo * method)); DO_APP_FUNC(0x01E300A0, bool, Aim_get_InputStart, (Aim * __this, MethodInfo * method)); DO_APP_FUNC(0x01E300B0, void, Aim_Awake, (Aim * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC980, void, Aim_OnAttachLookSource, (Aim * __this, ILookSource * lookSource, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3B80, Aim_OnAttachLookSource__MethodInfo); DO_APP_FUNC(0x01E30430, void, Aim_OnChangePerspectives, (Aim * __this, bool firstPersonPerspective, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3B88, Aim_OnChangePerspectives__MethodInfo); DO_APP_FUNC(0x005E89C0, int32_t, Aim_GetItemStateIndex, (Aim * __this, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01E304D0, int32_t, Aim_GetItemSubstateIndex, (Aim * __this, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01E30690, bool, Aim_CanStartAbility, (Aim * __this, MethodInfo * method)); DO_APP_FUNC(0x01E306B0, bool, Aim_ShouldBlockAbilityStart, (Aim * __this, Ability * startingAbility, MethodInfo * method)); DO_APP_FUNC(0x01E307A0, bool, Aim_ShouldStopActiveAbility, (Aim * __this, Ability * activeAbility, MethodInfo * method)); DO_APP_FUNC(0x01E30890, bool, Aim_PreventAbility, (Aim * __this, Ability * activeAbility, MethodInfo * method)); DO_APP_FUNC(0x01E30930, void, Aim_AbilityStarted, (Aim * __this, MethodInfo * method)); DO_APP_FUNC(0x01E30A40, void, Aim_UpdateRotation, (Aim * __this, MethodInfo * method)); DO_APP_FUNC(0x01E311A0, bool, Aim_CanInputStopAbility, (Aim * __this, PlayerInput * playerInput, MethodInfo * method)); DO_APP_FUNC(0x01E311C0, bool, Aim_CanStopAbility, (Aim * __this, MethodInfo * method)); DO_APP_FUNC(0x01E312D0, void, Aim_AbilityStopped, (Aim * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Aim_ShouldCheckInput, (Aim * __this, MethodInfo * method)); DO_APP_FUNC(0x01E31410, void, Aim_OnAbilityActive, (Aim * __this, Ability * ability, bool active, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3B90, Aim_OnAbilityActive__MethodInfo); DO_APP_FUNC(0x01E31470, void, Aim_OnItemAbilityActive, (Aim * __this, ItemAbility * itemAbility, bool active, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3B70, Aim_OnItemAbilityActive__MethodInfo); DO_APP_FUNC(0x01E31550, void, Aim_OnRespawn, (Aim * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3B78, Aim_OnRespawn__MethodInfo); DO_APP_FUNC(0x01E315A0, void, Aim_OnDestroy, (Aim * __this, MethodInfo * method)); DO_APP_FUNC(0x01E318E0, void, Aim__ctor, (Aim * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB8600, int32_t, Drop_get_SlotID, (Drop * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB8610, void, Drop_set_SlotID, (Drop * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x004FC970, ItemDefinitionBase__Array *, Drop_get_NoDropItemDefinitions, (Drop * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC980, void, Drop_set_NoDropItemDefinitions, (Drop * __this, ItemDefinitionBase__Array * value, MethodInfo * method)); DO_APP_FUNC(0x004FC9E0, bool, Drop_get_WaitForUnequip, (Drop * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC9F0, void, Drop_set_WaitForUnequip, (Drop * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00ACF280, AnimationEventTrigger *, Drop_get_DropEvent, (Drop * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACF290, void, Drop_set_DropEvent, (Drop * __this, AnimationEventTrigger * value, MethodInfo * method)); DO_APP_FUNC(0x01E31910, void, Drop_Awake, (Drop * __this, MethodInfo * method)); DO_APP_FUNC(0x01E31CC0, void, Drop_Start, (Drop * __this, MethodInfo * method)); DO_APP_FUNC(0x01E31D70, bool, Drop_CanStartAbility, (Drop * __this, MethodInfo * method)); DO_APP_FUNC(0x01E32380, bool, Drop_ShouldBlockAbilityStart, (Drop * __this, Ability * startingAbility, MethodInfo * method)); DO_APP_FUNC(0x01E32480, bool, Drop_ShouldStopActiveAbility, (Drop * __this, Ability * activeAbility, MethodInfo * method)); DO_APP_FUNC(0x01E32530, void, Drop_AbilityStarted, (Drop * __this, MethodInfo * method)); DO_APP_FUNC(0x01E32970, void, Drop_DropItem, (Drop * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3B40, Drop_DropItem__MethodInfo); DO_APP_FUNC(0x01E32B80, void, Drop_OnUnequipItem, (Drop * __this, Item * item, int32_t slotID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3B48, Drop_OnUnequipItem__MethodInfo); DO_APP_FUNC(0x01E32F10, void, Drop_OnDestroy, (Drop * __this, MethodInfo * method)); DO_APP_FUNC(0x01E33190, void, Drop__ctor, (Drop * __this, MethodInfo * method)); DO_APP_FUNC(0x01E331B0, void, EquipNext_Awake, (EquipNext * __this, MethodInfo * method)); DO_APP_FUNC(0x01E332B0, void, EquipNext_OnItemSetIndexChange, (EquipNext * __this, int32_t itemSetIndex, MethodInfo * method)); DO_APP_FUNC(0x01E333B0, bool, EquipNext_CanStartAbility, (EquipNext * __this, MethodInfo * method)); DO_APP_FUNC(0x01E33430, void, EquipNext_AbilityStarted, (EquipNext * __this, MethodInfo * method)); DO_APP_FUNC(0x01E334A0, void, EquipNext_OnNextItemSet, (EquipNext * __this, Item * item, bool unequipOnFailure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3AD8, EquipNext_OnNextItemSet__MethodInfo); DO_APP_FUNC(0x01E33690, void, EquipNext_OnDeath, (EquipNext * __this, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC(0x01E336C0, void, EquipNext_OnDestroy, (EquipNext * __this, MethodInfo * method)); DO_APP_FUNC(0x01E337C0, void, EquipNext__ctor, (EquipNext * __this, MethodInfo * method)); DO_APP_FUNC(0x01E337E0, void, EquipPrevious_OnItemSetIndexChange, (EquipPrevious * __this, int32_t itemSetIndex, MethodInfo * method)); DO_APP_FUNC(0x01E338E0, bool, EquipPrevious_CanStartAbility, (EquipPrevious * __this, MethodInfo * method)); DO_APP_FUNC(0x01E33430, void, EquipPrevious_AbilityStarted, (EquipPrevious * __this, MethodInfo * method)); DO_APP_FUNC(0x01E33690, void, EquipPrevious_OnDeath, (EquipPrevious * __this, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC(0x01E337C0, void, EquipPrevious__ctor, (EquipPrevious * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A160, float, EquipScroll_get_ScrollSensitivity, (EquipScroll * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A170, void, EquipScroll_set_ScrollSensitivity, (EquipScroll * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01E33960, void, EquipScroll_Awake, (EquipScroll * __this, MethodInfo * method)); DO_APP_FUNC(0x01E33A70, bool, EquipScroll_CanStartAbility, (EquipScroll * __this, MethodInfo * method)); DO_APP_FUNC(0x01E33430, void, EquipScroll_AbilityStarted, (EquipScroll * __this, MethodInfo * method)); DO_APP_FUNC(0x01E33B20, void, EquipScroll__ctor, (EquipScroll * __this, MethodInfo * method)); DO_APP_FUNC(0x01E33B50, void, EquipSwitcher_Awake, (EquipSwitcher * __this, MethodInfo * method)); DO_APP_FUNC(0x01E33EF0, void, EquipSwitcher_OnItemSetIndexChange, (EquipSwitcher * __this, int32_t categoryIndex, int32_t itemSetIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3B20, EquipSwitcher_OnItemSetIndexChange__MethodInfo); DO_APP_FUNC(0x003AC050, void, EquipSwitcher_OnItemSetIndexChange_1, (EquipSwitcher * __this, int32_t itemSetIndex, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EquipSwitcher_OnDeath, (EquipSwitcher * __this, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC(0x01E33F10, void, EquipSwitcher_OnDestroy, (EquipSwitcher * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB8D70, void, EquipSwitcher__ctor, (EquipSwitcher * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A940, EquipUnequip_AutoEquipType__Enum, EquipUnequip_get_AutoEquip, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A950, void, EquipUnequip_set_AutoEquip, (EquipUnequip * __this, EquipUnequip_AutoEquipType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, EquipUnequip_get_CanReceiveMultipleStarts, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB7A30, int32_t, EquipUnequip_get_ActiveItemSetIndex, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, EquipUnequip_get_CanStayActivatedOnDeath, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC(0x01E34130, void, EquipUnequip_Awake, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC(0x01E35040, void, EquipUnequip_WillStartPickup, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3AB0, EquipUnequip_WillStartPickup__MethodInfo); DO_APP_FUNC(0x01E35270, void, EquipUnequip_StopPickup, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3AA8, EquipUnequip_StopPickup__MethodInfo); DO_APP_FUNC(0x01E35280, void, EquipUnequip_OnPickupItem, (EquipUnequip * __this, Item * item, int32_t amount, bool immediatePickup, bool forceEquip, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3AD0, EquipUnequip_OnPickupItem__MethodInfo); DO_APP_FUNC(0x01E35A10, bool, EquipUnequip_ShouldEquip, (EquipUnequip * __this, IItemIdentifier * itemIdentifier, int32_t slotID, int32_t amount, MethodInfo * method)); DO_APP_FUNC(0x01E35E60, bool, EquipUnequip_IsEquipAllowed, (EquipUnequip * __this, int32_t itemSetIndex, ItemDefinitionBase * itemDefinition, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01E362A0, void, EquipUnequip_OnPickupItemIdentifier, (EquipUnequip * __this, IItemIdentifier * itemIdentifier, int32_t amount, bool immediatePickup, bool forceEquip, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3AC8, EquipUnequip_OnPickupItemIdentifier__MethodInfo); DO_APP_FUNC(0x01E36580, void, EquipUnequip_StartEquipUnequip, (EquipUnequip * __this, int32_t itemSetIndex, MethodInfo * method)); DO_APP_FUNC(0x01E365B0, void, EquipUnequip_StartEquipUnequip_1, (EquipUnequip * __this, int32_t itemSetIndex, bool forceEquipUnequip, MethodInfo * method)); DO_APP_FUNC(0x01E365D0, void, EquipUnequip_StartEquipUnequip_2, (EquipUnequip * __this, int32_t itemSetIndex, bool forceEquipUnequip, bool immediateEquipUnequip, MethodInfo * method)); DO_APP_FUNC(0x01E36790, bool, EquipUnequip_CanStartAbility, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC(0x01E36930, void, EquipUnequip_AbilityStarted, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC(0x01E36980, bool, EquipUnequip_ShouldBlockAbilityStart, (EquipUnequip * __this, Ability * startingAbility, MethodInfo * method)); DO_APP_FUNC(0x01E36C20, int32_t, EquipUnequip_GetItemStateIndex, (EquipUnequip * __this, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01E36E70, int32_t, EquipUnequip_GetItemSubstateIndex, (EquipUnequip * __this, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01E37130, void, EquipUnequip_Update, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC(0x01E37E70, void, EquipUnequip_ForceEquipUnequip, (EquipUnequip * __this, int32_t slotID, bool startAbility, MethodInfo * method)); DO_APP_FUNC(0x01E38D10, void, EquipUnequip_OnAim, (EquipUnequip * __this, bool aim, bool inputStart, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3AF0, EquipUnequip_OnAim__MethodInfo); DO_APP_FUNC(0x01E38D20, void, EquipUnequip_OnItemUnequip, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA39E0, EquipUnequip_OnItemUnequip__MethodInfo); DO_APP_FUNC(0x01E38E90, void, EquipUnequip_OnItemUnequipFirstSlot, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA39E8, EquipUnequip_OnItemUnequipFirstSlot__MethodInfo); DO_APP_FUNC(0x01E38EA0, void, EquipUnequip_OnItemUnequipSecondSlot, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA39F0, EquipUnequip_OnItemUnequipSecondSlot__MethodInfo); DO_APP_FUNC(0x01E38EB0, void, EquipUnequip_OnItemUnequipThirdSlot, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA39D8, EquipUnequip_OnItemUnequipThirdSlot__MethodInfo); DO_APP_FUNC(0x01E38EC0, void, EquipUnequip_ItemUnequip, (EquipUnequip * __this, int32_t slotID, bool canUpdate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3960, EquipUnequip_ItemUnequip__MethodInfo); DO_APP_FUNC(0x01E391B0, void, EquipUnequip_OnItemUnequipComplete, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3A00, EquipUnequip_OnItemUnequipComplete__MethodInfo); DO_APP_FUNC(0x01E39320, void, EquipUnequip_OnItemUnequipCompleteFirstSlot, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3A08, EquipUnequip_OnItemUnequipCompleteFirstSlot__MethodInfo); DO_APP_FUNC(0x01E39330, void, EquipUnequip_OnItemUnequipCompleteSecondSlot, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3A10, EquipUnequip_OnItemUnequipCompleteSecondSlot__MethodInfo); DO_APP_FUNC(0x01E39340, void, EquipUnequip_OnItemUnequipCompleteThirdSlot, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA39F8, EquipUnequip_OnItemUnequipCompleteThirdSlot__MethodInfo); DO_APP_FUNC(0x01E39350, void, EquipUnequip_ItemUnequipComplete, (EquipUnequip * __this, int32_t slotID, bool canUpdate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3958, EquipUnequip_ItemUnequipComplete__MethodInfo); DO_APP_FUNC(0x01E39B30, void, EquipUnequip_OnVerifyUnequipItem, (EquipUnequip * __this, int32_t categoryIndex, int32_t slotID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3AC0, EquipUnequip_OnVerifyUnequipItem__MethodInfo); DO_APP_FUNC(0x01E39D10, void, EquipUnequip_OnItemEquip, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3A18, EquipUnequip_OnItemEquip__MethodInfo); DO_APP_FUNC(0x01E39E80, void, EquipUnequip_OnItemEquipFirstSlot, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3A40, EquipUnequip_OnItemEquipFirstSlot__MethodInfo); DO_APP_FUNC(0x01E39E90, void, EquipUnequip_OnItemEquipSecondSlot, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3A28, EquipUnequip_OnItemEquipSecondSlot__MethodInfo); DO_APP_FUNC(0x01E39EA0, void, EquipUnequip_OnItemEquipThirdSlot, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3A30, EquipUnequip_OnItemEquipThirdSlot__MethodInfo); DO_APP_FUNC(0x01E39EB0, void, EquipUnequip_ItemEquip, (EquipUnequip * __this, int32_t slotID, bool canUpdate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3970, EquipUnequip_ItemEquip__MethodInfo); DO_APP_FUNC(0x01E3A2E0, void, EquipUnequip_OnItemEquipComplete, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3A38, EquipUnequip_OnItemEquipComplete__MethodInfo); DO_APP_FUNC(0x01E3A450, void, EquipUnequip_OnItemEquipCompleteFirstSlot, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3AE8, EquipUnequip_OnItemEquipCompleteFirstSlot__MethodInfo); DO_APP_FUNC(0x01E3A460, void, EquipUnequip_OnItemEquipCompleteSecondSlot, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3A48, EquipUnequip_OnItemEquipCompleteSecondSlot__MethodInfo); DO_APP_FUNC(0x01E3A470, void, EquipUnequip_OnItemEquipCompleteThirdSlot, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3A50, EquipUnequip_OnItemEquipCompleteThirdSlot__MethodInfo); DO_APP_FUNC(0x01E3A480, void, EquipUnequip_ItemEquipComplete, (EquipUnequip * __this, int32_t slotID, bool canUpdate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3978, EquipUnequip_ItemEquipComplete__MethodInfo); DO_APP_FUNC(0x01E3A640, void, EquipUnequip_TryStopEquipUnequipAbility, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC(0x01E3A8A0, void, EquipUnequip_AbilityStopped, (EquipUnequip * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01E3A950, void, EquipUnequip_OnItemSetIndexChange, (EquipUnequip * __this, int32_t categoryIndex, int32_t itemSetIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3A20, EquipUnequip_OnItemSetIndexChange__MethodInfo); DO_APP_FUNC(0x01E3A960, void, EquipUnequip_OnRemoveItem, (EquipUnequip * __this, Item * item, int32_t slotID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3AB8, EquipUnequip_OnRemoveItem__MethodInfo); DO_APP_FUNC(0x01E3AB30, void, EquipUnequip_OnDeath, (EquipUnequip * __this, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3AF8, EquipUnequip_OnDeath__MethodInfo); DO_APP_FUNC(0x01E3AC50, void, EquipUnequip_OnInventoryRespawned, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3AE0, EquipUnequip_OnInventoryRespawned__MethodInfo); DO_APP_FUNC(0x01E3AD20, void, EquipUnequip_OnDestroy, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC(0x01E3B970, void, EquipUnequip__ctor, (EquipUnequip * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89C0, int32_t, ItemAbility_get_ItemStateIndex, (ItemAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89D0, void, ItemAbility_set_ItemStateIndex, (ItemAbility * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x005E89C0, int32_t, ItemAbility_GetItemStateIndex, (ItemAbility * __this, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x006FEBF0, int32_t, ItemAbility_GetItemSubstateIndex, (ItemAbility * __this, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01E3BAA0, bool, ItemAbility_ShouldBlockAbilityStart, (ItemAbility * __this, Ability * startingAbility, MethodInfo * method)); DO_APP_FUNC(0x01E3BB10, bool, ItemAbility_ShouldStopActiveAbility, (ItemAbility * __this, Ability * activeAbility, MethodInfo * method)); DO_APP_FUNC(0x01CB8D70, void, ItemAbility__ctor, (ItemAbility * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB8600, uint32_t, ItemSetAbilityBase_get_ItemSetCategoryID, (ItemSetAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00422B10, int32_t, ItemSetAbilityBase_get_ItemSetCategoryIndex, (ItemSetAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01E3BB80, void, ItemSetAbilityBase_Awake, (ItemSetAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01E3BF00, bool, ItemSetAbilityBase_CanStartAbility, (ItemSetAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB8D70, void, ItemSetAbilityBase__ctor, (ItemSetAbilityBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB8600, int32_t, Reload_1_get_SlotID, (Reload_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E3BF90, void, Reload_1_set_SlotID, (Reload_1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01CB24A0, int32_t, Reload_1_get_ActionID, (Reload_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB24B0, void, Reload_1_set_ActionID, (Reload_1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x004FC970, IReloadableItem__Array *, Reload_1_get_ReloadableItems, (Reload_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E3BFE0, void, Reload_1_Awake, (Reload_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E3C510, void, Reload_1_RegisterSlotEvents, (Reload_1 * __this, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01E3C8C0, void, Reload_1_UnregisterSlotEvents, (Reload_1 * __this, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01E3CC00, bool, Reload_1_CanStartAbility, (Reload_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E3D2B0, void, Reload_1_AbilityStarted, (Reload_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E3D520, void, Reload_1_StopItemReload, (Reload_1 * __this, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01E3D6A0, bool, Reload_1_ShouldBlockAbilityStart, (Reload_1 * __this, Ability * startingAbility, MethodInfo * method)); DO_APP_FUNC(0x01E3D920, int32_t, Reload_1_GetItemStateIndex, (Reload_1 * __this, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01E3D990, int32_t, Reload_1_GetItemSubstateIndex, (Reload_1 * __this, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01E3DAB0, void, Reload_1_OnItemReload, (Reload_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3928, Reload_1_OnItemReload__MethodInfo); DO_APP_FUNC(0x01E3DB50, void, Reload_1_OnItemReloadFirstSlot, (Reload_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA38F0, Reload_1_OnItemReloadFirstSlot__MethodInfo); DO_APP_FUNC(0x01E3DB60, void, Reload_1_OnItemReloadSecondSlot, (Reload_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA38B0, Reload_1_OnItemReloadSecondSlot__MethodInfo); DO_APP_FUNC(0x01E3DB70, void, Reload_1_OnItemReloadThirdSlot, (Reload_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA38B8, Reload_1_OnItemReloadThirdSlot__MethodInfo); DO_APP_FUNC(0x01E3DB80, void, Reload_1_ReloadItem, (Reload_1 * __this, int32_t slotID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA38C8, Reload_1_ReloadItem__MethodInfo); DO_APP_FUNC(0x01E3DEA0, void, Reload_1_OnItemReloadComplete, (Reload_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3940, Reload_1_OnItemReloadComplete__MethodInfo); DO_APP_FUNC(0x01E3DF20, void, Reload_1_OnItemReloadCompleteFirstSlot, (Reload_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA38F8, Reload_1_OnItemReloadCompleteFirstSlot__MethodInfo); DO_APP_FUNC(0x01E3DF30, void, Reload_1_OnItemReloadCompleteSecondSlot, (Reload_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3900, Reload_1_OnItemReloadCompleteSecondSlot__MethodInfo); DO_APP_FUNC(0x01E3DF40, void, Reload_1_OnItemReloadCompleteThirdSlot, (Reload_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA38E8, Reload_1_OnItemReloadCompleteThirdSlot__MethodInfo); DO_APP_FUNC(0x01E3DF50, void, Reload_1_ReloadItemComplete, (Reload_1 * __this, int32_t slotID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA38C0, Reload_1_ReloadItemComplete__MethodInfo); DO_APP_FUNC(0x01E3E080, void, Reload_1_OnStartPickup, (Reload_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3918, Reload_1_OnStartPickup__MethodInfo); DO_APP_FUNC(0x01E3E380, void, Reload_1_OnPickupItemIdentifier, (Reload_1 * __this, IItemIdentifier * itemIdentifier, int32_t amount, bool immediatePickup, bool forceEquip, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3930, Reload_1_OnPickupItemIdentifier__MethodInfo); DO_APP_FUNC(0x01E3E3A0, void, Reload_1_OnTryReload, (Reload_1 * __this, int32_t slotID, IItemIdentifier * itemIdentifier, bool immediateReload, bool equipCheck, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3920, Reload_1_OnTryReload__MethodInfo); DO_APP_FUNC(0x01E3E760, IReloadableItem *, Reload_1_ShouldReload, (Reload_1 * __this, Item * item, IItemIdentifier * itemIdentifier, bool fromPickup, MethodInfo * method)); DO_APP_FUNC(0x01E3E8D0, bool, Reload_1_CanCameraZoom, (Reload_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E3E990, void, Reload_1_AbilityStopped, (Reload_1 * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01E3EAC0, void, Reload_1_OnDestroy, (Reload_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E3EDC0, void, Reload_1__ctor, (Reload_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0D3A0, bool, ToggleEquip_get_ToggleDefaultItemSetOnStart, (ToggleEquip * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0D3B0, void, ToggleEquip_set_ToggleDefaultItemSetOnStart, (ToggleEquip * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E3EF30, void, ToggleEquip_Start, (ToggleEquip * __this, MethodInfo * method)); DO_APP_FUNC(0x01E3EFB0, void, ToggleEquip_OnItemSetIndexChange, (ToggleEquip * __this, int32_t itemSetIndex, MethodInfo * method)); DO_APP_FUNC(0x01E3F0A0, bool, ToggleEquip_CanStartAbility, (ToggleEquip * __this, MethodInfo * method)); DO_APP_FUNC(0x01E3F130, void, ToggleEquip_AbilityStarted, (ToggleEquip * __this, MethodInfo * method)); DO_APP_FUNC(0x01E3F280, void, ToggleEquip_OnDeath, (ToggleEquip * __this, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC(0x01E3F2B0, void, ToggleEquip__ctor, (ToggleEquip * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB8600, int32_t, Use_get_SlotID, (Use * __this, MethodInfo * method)); DO_APP_FUNC(0x01E3F2E0, void, Use_set_SlotID, (Use * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01CB24A0, int32_t, Use_get_ActionID, (Use * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB24B0, void, Use_set_ActionID, (Use * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x005EFF90, bool, Use_get_RotateTowardsLookSourceTarget, (Use * __this, MethodInfo * method)); DO_APP_FUNC(0x005EFFA0, void, Use_set_RotateTowardsLookSourceTarget, (Use * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00ACF280, IUsableItem__Array *, Use_get_UsableItems, (Use * __this, MethodInfo * method)); DO_APP_FUNC(0x009D17D0, Item *, Use_get_FaceTargetItem, (Use * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Use_get_CanReceiveMultipleStarts, (Use * __this, MethodInfo * method)); DO_APP_FUNC(0x01E3F330, void, Use_Awake, (Use * __this, MethodInfo * method)); DO_APP_FUNC(0x01E3FAB0, void, Use_RegisterSlotEvents, (Use * __this, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01E3FEB0, void, Use_UnregisterSlotEvents, (Use * __this, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x005E7790, void, Use_OnAttachLookSource, (Use * __this, ILookSource * lookSource, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3848, Use_OnAttachLookSource__MethodInfo); DO_APP_FUNC(0x01E40230, int32_t, Use_GetItemStateIndex, (Use * __this, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01E402A0, int32_t, Use_GetItemSubstateIndex, (Use * __this, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01E40360, bool, Use_CanStartAbility, (Use * __this, MethodInfo * method)); DO_APP_FUNC(0x01E40C40, bool, Use_UsesItemActionType, (Use * __this, Type * itemActionType, MethodInfo * method)); DO_APP_FUNC(0x01E410E0, bool, Use_ShouldBlockAbilityStart, (Use * __this, Ability * startingAbility, MethodInfo * method)); DO_APP_FUNC(0x01E41670, bool, Use_ShouldStopActiveAbility, (Use * __this, Ability * activeAbility, MethodInfo * method)); DO_APP_FUNC(0x01E417D0, void, Use_StopItemReload, (Use * __this, Reload_1 * reloadAbility, MethodInfo * method)); DO_APP_FUNC(0x01E41AE0, void, Use_AbilityStarted, (Use * __this, MethodInfo * method)); DO_APP_FUNC(0x01E42090, void, Use_ResetCanStopEvent, (Use * __this, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01E421A0, void, Use_ScheduleUseEvent, (Use * __this, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01E42380, void, Use_OnItemUse, (Use * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3828, Use_OnItemUse__MethodInfo); DO_APP_FUNC(0x01E42400, void, Use_OnItemUseFirstSlot, (Use * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA37C0, Use_OnItemUseFirstSlot__MethodInfo); DO_APP_FUNC(0x01E42450, void, Use_OnItemUseSecondSlot, (Use * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA37A8, Use_OnItemUseSecondSlot__MethodInfo); DO_APP_FUNC(0x01E424A0, void, Use_OnItemUseThirdSlot, (Use * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA37B0, Use_OnItemUseThirdSlot__MethodInfo); DO_APP_FUNC(0x01E424F0, void, Use_UseItem, (Use * __this, int32_t slotID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3748, Use_UseItem__MethodInfo); DO_APP_FUNC(0x003AC050, void, Use_Update, (Use * __this, MethodInfo * method)); DO_APP_FUNC(0x01E42540, void, Use_LateUpdate, (Use * __this, MethodInfo * method)); DO_APP_FUNC(0x01E429F0, void, Use_ScheduleCompleteEvent, (Use * __this, int32_t index, bool scheduleEvent, MethodInfo * method)); DO_APP_FUNC(0x01E42BE0, void, Use_AbilityCanStop, (Use * __this, int32_t slotID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3740, Use_AbilityCanStop__MethodInfo); DO_APP_FUNC(0x01E42C80, void, Use_UpdateRotation, (Use * __this, MethodInfo * method)); DO_APP_FUNC(0x01E43480, void, Use_OnItemUseComplete, (Use * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3820, Use_OnItemUseComplete__MethodInfo); DO_APP_FUNC(0x01E43500, void, Use_OnItemUseCompleteFirstSlot, (Use * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA37C8, Use_OnItemUseCompleteFirstSlot__MethodInfo); DO_APP_FUNC(0x01E43520, void, Use_OnItemUseCompleteSecondSlot, (Use * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA37D0, Use_OnItemUseCompleteSecondSlot__MethodInfo); DO_APP_FUNC(0x01E43540, void, Use_OnItemUseCompleteThirdSlot, (Use * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA37B8, Use_OnItemUseCompleteThirdSlot__MethodInfo); DO_APP_FUNC(0x01E43560, void, Use_UseCompleteItem, (Use * __this, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01E436F0, bool, Use_CanStopAbility, (Use * __this, MethodInfo * method)); DO_APP_FUNC(0x01E438F0, void, Use_AbilityStopped, (Use * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01E43C10, void, Use_OnItemAbilityActive, (Use * __this, ItemAbility * itemAbility, bool active, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3838, Use_OnItemAbilityActive__MethodInfo); DO_APP_FUNC(0x01E440C0, void, Use_OnEnableGameplayInput, (Use * __this, bool enable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3830, Use_OnEnableGameplayInput__MethodInfo); DO_APP_FUNC(0x01E44100, void, Use_OnDestroy, (Use * __this, MethodInfo * method)); DO_APP_FUNC(0x01E44430, void, Use__ctor, (Use * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7740, float, NavMeshAgentMovement_get_ArrivedDistance, (NavMeshAgentMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7750, void, NavMeshAgentMovement_set_ArrivedDistance, (NavMeshAgentMovement * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01E44460, Vector2, NavMeshAgentMovement_get_InputVector, (NavMeshAgentMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x01E44480, Vector3, NavMeshAgentMovement_get_DeltaRotation, (NavMeshAgentMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x01E444A0, void, NavMeshAgentMovement_set_Enabled, (NavMeshAgentMovement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E44640, void, NavMeshAgentMovement_Awake, (NavMeshAgentMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x01E44B50, bool, NavMeshAgentMovement_SetDestination, (NavMeshAgentMovement * __this, Vector3 target, MethodInfo * method)); DO_APP_FUNC(0x01E44DB0, void, NavMeshAgentMovement_Update, (NavMeshAgentMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x01E45760, void, NavMeshAgentMovement_ApplyPosition, (NavMeshAgentMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x01E45BC0, void, NavMeshAgentMovement_UpdateOffMeshLink, (NavMeshAgentMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x01E46210, bool, NavMeshAgentMovement_CanStopAbility, (NavMeshAgentMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x01E462F0, void, NavMeshAgentMovement_AbilityStopped, (NavMeshAgentMovement * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01E46330, void, NavMeshAgentMovement_OnGrounded, (NavMeshAgentMovement * __this, bool grounded, MethodInfo * method)); DO_APP_FUNC(0x01E46730, void, NavMeshAgentMovement_OnDeath, (NavMeshAgentMovement * __this, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3758, NavMeshAgentMovement_OnDeath__MethodInfo); DO_APP_FUNC(0x01E467F0, void, NavMeshAgentMovement_OnRespawn, (NavMeshAgentMovement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3760, NavMeshAgentMovement_OnRespawn__MethodInfo); DO_APP_FUNC(0x01E46A10, void, NavMeshAgentMovement_OnDestroy, (NavMeshAgentMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x01E46C20, void, NavMeshAgentMovement__ctor, (NavMeshAgentMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, PathfindingMovement_get_IsConcurrent, (PathfindingMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x01E46C40, void, PathfindingMovement_Update, (PathfindingMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x01E46C90, void, PathfindingMovement_UpdateRotation, (PathfindingMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89B0, void, PathfindingMovement__ctor, (PathfindingMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, AimAssist_get_AssistAim, (AimAssist * __this, MethodInfo * method)); DO_APP_FUNC(0x01E46CF0, void, AimAssist_set_AssistAim, (AimAssist * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00667070, bool, AimAssist_get_RequireActiveAim, (AimAssist * __this, MethodInfo * method)); DO_APP_FUNC(0x019C8EE0, void, AimAssist_set_RequireActiveAim, (AimAssist * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, AimAssist_get_MaxDistance, (AimAssist * __this, MethodInfo * method)); DO_APP_FUNC(0x01E46E50, void, AimAssist_set_MaxDistance, (AimAssist * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, AnimationCurve *, AimAssist_get_Influence, (AimAssist * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, AimAssist_set_Influence, (AimAssist * __this, AnimationCurve * value, MethodInfo * method)); DO_APP_FUNC(0x00990E00, Vector3, AimAssist_get_TargetOffset, (AimAssist * __this, MethodInfo * method)); DO_APP_FUNC(0x00990E20, void, AimAssist_set_TargetOffset, (AimAssist * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, HumanBodyBones__Enum, AimAssist_get_HumanoidBoneTarget, (AimAssist * __this, MethodInfo * method)); DO_APP_FUNC(0x00523180, void, AimAssist_set_HumanoidBoneTarget, (AimAssist * __this, HumanBodyBones__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01CA4F60, float, AimAssist_get_BreakForce, (AimAssist * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA4F70, void, AimAssist_set_BreakForce, (AimAssist * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CE5090, float, AimAssist_get_SwitchTargetRadius, (AimAssist * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE50A0, void, AimAssist_set_SwitchTargetRadius, (AimAssist * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00BC1070, float, AimAssist_get_SwitchTargetRotationSpeed, (AimAssist * __this, MethodInfo * method)); DO_APP_FUNC(0x01D1AB30, void, AimAssist_set_SwitchTargetRotationSpeed, (AimAssist * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, Transform *, AimAssist_get_Target, (AimAssist * __this, MethodInfo * method)); DO_APP_FUNC(0x01E46EC0, void, AimAssist_Awake, (AimAssist * __this, MethodInfo * method)); DO_APP_FUNC(0x01E47100, void, AimAssist_OnAttachCharacter, (AimAssist * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01E476B0, void, AimAssist_OnAim, (AimAssist * __this, bool aim, bool inputStart, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3738, AimAssist_OnAim__MethodInfo); DO_APP_FUNC(0x01E476E0, void, AimAssist_SetTarget, (AimAssist * __this, Transform * target, MethodInfo * method)); DO_APP_FUNC(0x01E47CE0, void, AimAssist_UpdateBreakForce, (AimAssist * __this, float force, MethodInfo * method)); DO_APP_FUNC(0x01E47D40, bool, AimAssist_HasTarget, (AimAssist * __this, MethodInfo * method)); DO_APP_FUNC(0x01E47E40, void, AimAssist_TrySwitchTargets, (AimAssist * __this, bool rightTarget, MethodInfo * method)); DO_APP_FUNC(0x01E48200, Transform *, AimAssist_DetermineNextTarget, (AimAssist * __this, bool rightTarget, bool closestTarget, int32_t overlapCount, MethodInfo * method)); DO_APP_FUNC(0x01E48970, Quaternion, AimAssist_TargetRotation, (AimAssist * __this, Quaternion cameraRotation, MethodInfo * method)); DO_APP_FUNC(0x01E490B0, void, AimAssist_OnDestroy, (AimAssist * __this, MethodInfo * method)); DO_APP_FUNC(0x01E491E0, void, AimAssist__ctor, (AimAssist * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, AimAssistHandler_get_CanSwitchTargets, (AimAssistHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01E492A0, void, AimAssistHandler_set_CanSwitchTargets, (AimAssistHandler * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, AimAssistHandler_get_SwitchTargetInputName, (AimAssistHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, AimAssistHandler_set_SwitchTargetInputName, (AimAssistHandler * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, AimAssistHandler_get_SwitchTargetMagnitude, (AimAssistHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x00989750, void, AimAssistHandler_set_SwitchTargetMagnitude, (AimAssistHandler * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01E49440, void, AimAssistHandler_Awake, (AimAssistHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01E49670, void, AimAssistHandler_OnAttachCharacter, (AimAssistHandler * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01E49920, void, AimAssistHandler_Update, (AimAssistHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01E499B0, void, AimAssistHandler_OnDestroy, (AimAssistHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01E49AE0, void, AimAssistHandler__ctor, (AimAssistHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x00675890, Vector3, AimAssistOffset_get_Offset, (AimAssistOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AimAssistOffset__ctor, (AimAssistOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, CameraController_get_InitCharacterOnAwake, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, CameraController_set_InitCharacterOnAwake, (CameraController * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, GameObject *, CameraController_get_Character, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x01E49B80, void, CameraController_set_Character, (CameraController * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Transform *, CameraController_get_Anchor, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x01E49B90, void, CameraController_set_Anchor, (CameraController * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x01D57F70, Vector3, CameraController_get_AnchorOffset, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x01E49CF0, void, CameraController_set_AnchorOffset, (CameraController * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x005625F0, bool, CameraController_get_CanChangePerspectives, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x00562600, void, CameraController_set_CanChangePerspectives, (CameraController * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E49DC0, bool, CameraController_get_CanZoom, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x01E49DD0, void, CameraController_set_CanZoom, (CameraController * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C7020, String *, CameraController_get_ZoomState, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE20, void, CameraController_set_ZoomState, (CameraController * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C7040, UnityViewTypeBoolEvent *, CameraController_get_OnChangeViewTypesEvent, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x00591040, void, CameraController_set_OnChangeViewTypesEvent, (CameraController * __this, UnityViewTypeBoolEvent * value, MethodInfo * method)); DO_APP_FUNC(0x00A90540, UnityBoolEvent *, CameraController_get_OnChangePerspectivesEvent, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90550, void, CameraController_set_OnChangePerspectivesEvent, (CameraController * __this, UnityBoolEvent * value, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, UnityBoolEvent *, CameraController_get_OnZoomEvent, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F50, void, CameraController_set_OnZoomEvent, (CameraController * __this, UnityBoolEvent * value, MethodInfo * method)); DO_APP_FUNC(0x0185B680, int32_t, CameraController_get_KinematicObjectIndex, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x0185B690, void, CameraController_set_KinematicObjectIndex, (CameraController * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01E49E10, bool, CameraController_get_ZoomInput, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x01E49E20, GameObject *, CameraController_get_GameObject, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x01E49E50, Transform *, CameraController_get_Transform, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x01E49E80, GameObject *, CameraController_get_CameraGameObject, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x01E49EB0, Transform *, CameraController_get_CameraTransform, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF700, ViewType__Array *, CameraController_get_ViewTypes, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x01E49EE0, void, CameraController_set_ViewTypes, (CameraController * __this, ViewType__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003C7000, Serialization__Array *, CameraController_get_ViewTypeData, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, CameraController_set_ViewTypeData, (CameraController * __this, Serialization__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, CameraController_get_ViewTypeFullName, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x01E4A080, void, CameraController_set_ViewTypeFullName, (CameraController * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00473D30, ViewType *, CameraController_get_ActiveViewType, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, String *, CameraController_get_FirstPersonViewTypeFullName, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x01E4A090, void, CameraController_set_FirstPersonViewTypeFullName, (CameraController * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, String *, CameraController_get_ThirdPersonViewTypeFullName, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x01E4A2C0, void, CameraController_set_ThirdPersonViewTypeFullName, (CameraController * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01E4A4F0, float, CameraController_get_LookDirectionDistance, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x01E4A520, float, CameraController_get_Pitch, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x01E4A550, void, CameraController_Awake, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x01E4AF70, bool, CameraController_DeserializeViewTypes, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x01E4AF80, bool, CameraController_DeserializeViewTypes_1, (CameraController * __this, bool forceDeserialization, MethodInfo * method)); DO_APP_FUNC(0x01E4B4E0, void, CameraController_SetViewType, (CameraController * __this, String * typeName, MethodInfo * method)); DO_APP_FUNC(0x01E4B550, void, CameraController_SetViewType_1, (CameraController * __this, Type * type, bool immediateTransition, MethodInfo * method)); DO_APP_FUNC(0x01E4C100, ViewType__Array *, CameraController_GetSerializedViewTypes, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x01E4C160, void, CameraController_OnEnable, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x01E4C1A0, void, CameraController_Start, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x01E4C310, void, CameraController_InitializeCharacter, (CameraController * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01E4D930, void, CameraController_InitializeAnchor, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x01E4DDB0, void, CameraController_Rotate, (CameraController * __this, float horizontalMovement, float verticalMovement, MethodInfo * method)); DO_APP_FUNC(0x01E4E000, void, CameraController_Move, (CameraController * __this, float horizontalMovement, float verticalMovement, MethodInfo * method)); DO_APP_FUNC(0x01E4E390, void, CameraController_AddPositionalForce, (CameraController * __this, Vector3 force, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3698, CameraController_AddPositionalForce__MethodInfo); DO_APP_FUNC(0x01E4E440, void, CameraController_AddRotationalForce, (CameraController * __this, Vector3 force, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3680, CameraController_AddRotationalForce__MethodInfo); DO_APP_FUNC(0x01E4E4F0, void, CameraController_OnAddSecondaryForce, (CameraController * __this, Vector3 positionalForce, Vector3 rotationalForce, float restAccumulation, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA36F8, CameraController_OnAddSecondaryForce__MethodInfo); DO_APP_FUNC(0x01E4E610, void, CameraController_AddSecondaryPositionalForce, (CameraController * __this, Vector3 force, float restAccumulation, MethodInfo * method)); DO_APP_FUNC(0x01E4E6C0, void, CameraController_AddSecondaryRotationalForce, (CameraController * __this, Vector3 force, float restAccumulation, MethodInfo * method)); DO_APP_FUNC(0x01E4E770, void, CameraController_TryZoom, (CameraController * __this, bool zoom, MethodInfo * method)); DO_APP_FUNC(0x01E4EC70, void, CameraController_SetZoom, (CameraController * __this, bool zoom, MethodInfo * method)); DO_APP_FUNC(0x01E4F060, void, CameraController_SetCrosshairs, (CameraController * __this, Transform * crosshairs, MethodInfo * method)); DO_APP_FUNC(0x01E4F100, Quaternion, CameraController_GetCrosshairsDeltaRotation, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x01E4F150, void, CameraController_SetPerspective, (CameraController * __this, bool firstPersonPerspective, MethodInfo * method)); DO_APP_FUNC(0x01E4F1A0, void, CameraController_SetPerspective_1, (CameraController * __this, bool firstPersonPerspective, bool immediateTransition, MethodInfo * method)); DO_APP_FUNC(0x01E4F200, void, CameraController_OnAbilityActive, (CameraController * __this, Ability * ability, bool active, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3688, CameraController_OnAbilityActive__MethodInfo); DO_APP_FUNC(0x01E4F200, void, CameraController_OnItemAbilityActive, (CameraController * __this, ItemAbility * itemAbility, bool active, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA36F0, CameraController_OnItemAbilityActive__MethodInfo); DO_APP_FUNC(0x01E4F210, void, CameraController_OnChangePerspectives, (CameraController * __this, bool firstPersonPerspective, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3700, CameraController_OnChangePerspectives__MethodInfo); DO_APP_FUNC(0x01E4F230, Vector3, CameraController_LookPosition, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x01E4F2A0, Vector3, CameraController_LookDirection, (CameraController * __this, bool characterLookDirection, MethodInfo * method)); DO_APP_FUNC(0x01E4F310, Vector3, CameraController_LookDirection_1, (CameraController * __this, Vector3 lookPosition, bool characterLookDirection, int32_t layerMask, bool useRecoil, MethodInfo * method)); DO_APP_FUNC(0x01E4F3E0, void, CameraController_PositionImmediately, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA36D8, CameraController_PositionImmediately__MethodInfo); DO_APP_FUNC(0x01E4F3F0, void, CameraController_PositionImmediately_1, (CameraController * __this, bool resetViewTypes, MethodInfo * method)); DO_APP_FUNC(0x01E4F840, void, CameraController_OnImmediateTransformChange, (CameraController * __this, bool snapAnimator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA36E8, CameraController_OnImmediateTransformChange__MethodInfo); DO_APP_FUNC(0x01E4F850, void, CameraController_OnDisable, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x01E4F8A0, void, CameraController_OnDestroy, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x01E4F930, void, CameraController__ctor, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, CameraControllerHandler_get_ZoomInputName, (CameraControllerHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, CameraControllerHandler_set_ZoomInputName, (CameraControllerHandler * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, CameraControllerHandler_get_ContinuousZoom, (CameraControllerHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, CameraControllerHandler_set_ContinuousZoom, (CameraControllerHandler * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D31BB0, void, CameraControllerHandler_Awake, (CameraControllerHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01D31E30, void, CameraControllerHandler_OnAttachCharacter, (CameraControllerHandler * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7B08, CameraControllerHandler_OnAttachCharacter__MethodInfo); DO_APP_FUNC(0x01D325C0, void, CameraControllerHandler_OnDisable, (CameraControllerHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01D32650, void, CameraControllerHandler_Update, (CameraControllerHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01D328C0, void, CameraControllerHandler_FixedUpdate, (CameraControllerHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01D32910, void, CameraControllerHandler_RegisterInputEvent, (CameraControllerHandler * __this, ActiveInputEvent * inputEvent, MethodInfo * method)); DO_APP_FUNC(0x01D32A10, void, CameraControllerHandler_UnregisterAbilityInputEvent, (CameraControllerHandler * __this, ActiveInputEvent * inputEvent, MethodInfo * method)); DO_APP_FUNC(0x01D32A70, void, CameraControllerHandler_ExecuteInputEvent, (CameraControllerHandler * __this, String * eventName, MethodInfo * method)); DO_APP_FUNC(0x01D32AE0, void, CameraControllerHandler_ExecuteInputEvent_1, (CameraControllerHandler * __this, String * eventName, float axisValue, MethodInfo * method)); DO_APP_FUNC(0x01CA79A0, void, CameraControllerHandler_OnDeath, (CameraControllerHandler * __this, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7B40, CameraControllerHandler_OnDeath__MethodInfo); DO_APP_FUNC(0x01D32B70, void, CameraControllerHandler_OnRespawn, (CameraControllerHandler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7B30, CameraControllerHandler_OnRespawn__MethodInfo); DO_APP_FUNC(0x01D32BD0, void, CameraControllerHandler_OnEnableGameplayInput, (CameraControllerHandler * __this, bool enable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7B38, CameraControllerHandler_OnEnableGameplayInput__MethodInfo); DO_APP_FUNC(0x01D32E30, void, CameraControllerHandler_OnActivate, (CameraControllerHandler * __this, bool activate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7B48, CameraControllerHandler_OnActivate__MethodInfo); DO_APP_FUNC(0x01D32F90, void, CameraControllerHandler_OnDestroy, (CameraControllerHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01D330D0, void, CameraControllerHandler__ctor, (CameraControllerHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB120, float, Transition_get_FirstToThirdTransitionDuration, (Transition * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB130, void, Transition_set_FirstToThirdTransitionDuration, (Transition * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D331A0, Vector3, Transition_get_StartFirstPersonCameraOffset, (Transition * __this, MethodInfo * method)); DO_APP_FUNC(0x01D331C0, void, Transition_set_StartFirstPersonCameraOffset, (Transition * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x008C4D60, float, Transition_get_ThirdToFirstTransitionDuration, (Transition * __this, MethodInfo * method)); DO_APP_FUNC(0x01D331D0, void, Transition_set_ThirdToFirstTransitionDuration, (Transition * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D331E0, Vector3, Transition_get_EndFirstPersonCameraOffset, (Transition * __this, MethodInfo * method)); DO_APP_FUNC(0x01D33200, void, Transition_set_EndFirstPersonCameraOffset, (Transition * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00977520, float, Transition_get_ThirdToThirdTransitionDuration, (Transition * __this, MethodInfo * method)); DO_APP_FUNC(0x00977530, void, Transition_set_ThirdToThirdTransitionDuration, (Transition * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, Transition_get_Pitch, (Transition * __this, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, Transition_get_Yaw, (Transition * __this, MethodInfo * method)); DO_APP_FUNC(0x01D2AE50, Quaternion, Transition_get_CharacterRotation, (Transition * __this, MethodInfo * method)); DO_APP_FUNC(0x01D33210, float, Transition_get_LookDirectionDistance, (Transition * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Transition_get_FirstPersonPerspective, (Transition * __this, MethodInfo * method)); DO_APP_FUNC(0x01B48DA0, bool, Transition_get_IsTransitioning, (Transition * __this, MethodInfo * method)); DO_APP_FUNC(0x01D33240, bool, Transition_StartTransition, (Transition * __this, ViewType * fromViewType, ViewType * toViewType, MethodInfo * method)); DO_APP_FUNC(0x01D33660, Quaternion, Transition_Rotate, (Transition * __this, float horizontalMovement, float verticalMovement, bool immediatePosition, MethodInfo * method)); DO_APP_FUNC(0x01D33880, Vector3, Transition_Move, (Transition * __this, bool immediatePosition, MethodInfo * method)); DO_APP_FUNC(0x01D33AE0, Vector3, Transition_LookDirection, (Transition * __this, Vector3 lookPosition, bool characterLookDirection, int32_t layerMask, bool useRecoil, MethodInfo * method)); DO_APP_FUNC(0x01D33BC0, void, Transition_StopTransition, (Transition * __this, bool success, MethodInfo * method)); DO_APP_FUNC(0x01D33CB0, void, Transition__ctor, (Transition * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ViewType_get_RotatePriority, (ViewType * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, GameObject *, ViewType_get_GameObject, (ViewType * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Transform *, ViewType_get_Transform, (ViewType * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, GameObject *, ViewType_get_CameraGameObject, (ViewType * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Transform *, ViewType_get_CameraTransform, (ViewType * __this, MethodInfo * method)); DO_APP_FUNC(0x01D33D10, void, ViewType_Initialize, (ViewType * __this, CameraController * cameraController, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ViewType_Awake, (ViewType * __this, MethodInfo * method)); DO_APP_FUNC(0x01D33F30, void, ViewType_AttachCharacter, (ViewType * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ViewType_Reset, (ViewType * __this, Quaternion characterRotation, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ViewType_SetCrosshairs, (ViewType * __this, Transform * crosshairs, MethodInfo * method)); DO_APP_FUNC(0x01D2AE50, Quaternion, ViewType_GetCrosshairsDeltaRotation, (ViewType * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ViewType_ChangeViewType, (ViewType * __this, bool activate, float pitch, float yaw, Quaternion characterRotation, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ViewType_UpdateFieldOfView, (ViewType * __this, bool immediateUpdate, MethodInfo * method)); DO_APP_FUNC(0x01D34380, Vector3, ViewType_LookPosition, (ViewType * __this, MethodInfo * method)); DO_APP_FUNC(0x01D34410, Vector3, ViewType_LookDirection, (ViewType * __this, bool characterLookDirection, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ViewType_AddPositionalForce, (ViewType * __this, Vector3 force, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ViewType_AddRotationalForce, (ViewType * __this, Vector3 force, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ViewType_AddSecondaryPositionalForce, (ViewType * __this, Vector3 force, float restAccumulation, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ViewType_AddSecondaryRotationalForce, (ViewType * __this, Vector3 force, float restAccumulation, MethodInfo * method)); DO_APP_FUNC(0x01D34450, Vector3, ViewType_GetAnchorPosition, (ViewType * __this, MethodInfo * method)); DO_APP_FUNC(0x01D34660, Vector3, ViewType_GetAnchorTransformPoint, (ViewType * __this, Vector3 localPosition, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ViewType_CanZoom, (ViewType * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ViewType_OnDestroy, (ViewType * __this, MethodInfo * method)); DO_APP_FUNC(0x01D34820, void, ViewType__ctor, (ViewType * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Type *, RecommendedMovementType_get_Type, (RecommendedMovementType * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, RecommendedMovementType__ctor, (RecommendedMovementType * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x003BA3C0, float, AudioClipSet_get_Delay, (AudioClipSet * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA760, void, AudioClipSet_set_Delay, (AudioClipSet * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, AudioClip__Array *, AudioClipSet_get_AudioClips, (AudioClipSet * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, AudioClipSet_set_AudioClips, (AudioClipSet * __this, AudioClip__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01D34840, AudioSource *, AudioClipSet_PlayAudioClip, (AudioClipSet * __this, GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x01D34860, AudioSource *, AudioClipSet_PlayAudioClip_1, (AudioClipSet * __this, GameObject * gameObject, bool loop, MethodInfo * method)); DO_APP_FUNC(0x01D34890, AudioSource *, AudioClipSet_PlayAudioClip_2, (AudioClipSet * __this, GameObject * gameObject, int32_t reservedIndex, MethodInfo * method)); DO_APP_FUNC(0x01D348B0, AudioSource *, AudioClipSet_PlayAudioClip_3, (AudioClipSet * __this, GameObject * gameObject, int32_t reservedIndex, bool loop, MethodInfo * method)); DO_APP_FUNC(0x01D34A20, AudioSource *, AudioClipSet_PlayAtPosition, (AudioClipSet * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x01D34B90, AudioClip *, AudioClipSet_GetAudioClip, (AudioClipSet * __this, MethodInfo * method)); DO_APP_FUNC(0x01D34C20, void, AudioClipSet_Stop, (AudioClipSet * __this, GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x01D34C60, void, AudioClipSet_Stop_1, (AudioClipSet * __this, GameObject * gameObject, int32_t reservedIndex, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AudioClipSet__ctor, (AudioClipSet * __this, MethodInfo * method)); DO_APP_FUNC(0x01D34CA0, AudioManager *, AudioManager_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x01D34DF0, void, AudioManager_OnEnable, (AudioManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01D35000, void, AudioManager_Start, (AudioManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01D350C0, void, AudioManager_Register, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x01D35100, void, AudioManager_Register_1, (GameObject * gameObject, float volume, MethodInfo * method)); DO_APP_FUNC(0x01D35150, void, AudioManager_RegisterInternal, (AudioManager * __this, GameObject * gameObject, float volume, MethodInfo * method)); DO_APP_FUNC(0x01D353E0, void, AudioManager_SetReserveCount, (GameObject * gameObject, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01D35510, void, AudioManager_SetReserveCountInternal, (AudioManager * __this, GameObject * gameObject, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01D35630, AudioSource *, AudioManager_Play, (GameObject * gameObject, AudioClip * clip, MethodInfo * method)); DO_APP_FUNC(0x01D356A0, AudioSource *, AudioManager_Play_1, (GameObject * gameObject, AudioClip * clip, bool loop, MethodInfo * method)); DO_APP_FUNC(0x01D35720, AudioSource *, AudioManager_PlayDelayed, (GameObject * gameObject, AudioClip * clip, float delay, MethodInfo * method)); DO_APP_FUNC(0x01D357A0, AudioSource *, AudioManager_PlayDelayed_1, (GameObject * gameObject, AudioClip * clip, float delay, bool loop, MethodInfo * method)); DO_APP_FUNC(0x01D35830, AudioSource *, AudioManager_PlayDelayed_2, (GameObject * gameObject, AudioClip * clip, float delay, int32_t reservedIndex, MethodInfo * method)); DO_APP_FUNC(0x01D358B0, AudioSource *, AudioManager_Play_2, (GameObject * gameObject, AudioClip * clip, float pitch, MethodInfo * method)); DO_APP_FUNC(0x01D35930, AudioSource *, AudioManager_Play_3, (GameObject * gameObject, AudioClip * clip, float pitch, bool loop, MethodInfo * method)); DO_APP_FUNC(0x01D359C0, AudioSource *, AudioManager_Play_4, (GameObject * gameObject, AudioClip * clip, float pitch, float delay, MethodInfo * method)); DO_APP_FUNC(0x01D35A40, AudioSource *, AudioManager_Play_5, (GameObject * gameObject, AudioClip * clip, float pitch, float delay, int32_t reservedIndex, MethodInfo * method)); DO_APP_FUNC(0x01D35AD0, AudioSource *, AudioManager_Play_6, (GameObject * gameObject, AudioClip * clip, float pitch, bool loop, float delay, int32_t reservedIndex, MethodInfo * method)); DO_APP_FUNC(0x01D35B60, AudioSource *, AudioManager_Play_7, (GameObject * gameObject, AudioClip * clip, float pitch, int32_t reservedIndex, MethodInfo * method)); DO_APP_FUNC(0x01D35BE0, AudioSource *, AudioManager_PlayInternal, (AudioManager * __this, GameObject * gameObject, AudioClip * clip, float pitch, bool loop, float delay, int32_t reservedIndex, MethodInfo * method)); DO_APP_FUNC(0x01D361B0, AudioSource *, AudioManager_PlayAtPosition, (AudioClip * clip, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x01D36220, AudioSource *, AudioManager_PlayAtPosition_1, (AudioClip * clip, Vector3 position, float volume, float pitch, MethodInfo * method)); DO_APP_FUNC(0x01D362B0, AudioSource *, AudioManager_PlayAtPositionInternal, (AudioManager * __this, AudioClip * clip, Vector3 position, float volume, float pitch, MethodInfo * method)); DO_APP_FUNC(0x01D365F0, void, AudioManager_Stop, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x01D36630, void, AudioManager_Stop_1, (GameObject * gameObject, int32_t reservedIndex, MethodInfo * method)); DO_APP_FUNC(0x01D36670, void, AudioManager_StopInternal, (AudioManager * __this, GameObject * gameObject, int32_t reservedIndex, MethodInfo * method)); DO_APP_FUNC(0x01D36800, void, AudioManager_SceneUnloaded, (AudioManager * __this, Scene scene, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7A98, AudioManager_SceneUnloaded__MethodInfo); DO_APP_FUNC(0x01D36940, void, AudioManager_OnDisable, (AudioManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01D369F0, void, AudioManager_DomainReset, (MethodInfo * method)); DO_APP_FUNC(0x01D36AA0, void, AudioManager__ctor, (AudioManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, AudioSource__Array *, AudioManager_AudioSourcesIndex_get_AudioSources, (AudioManager_AudioSourcesIndex * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, AudioManager_AudioSourcesIndex_set_ReserveCount, (AudioManager_AudioSourcesIndex * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D36BB0, void, AudioManager_AudioSourcesIndex__ctor, (AudioManager_AudioSourcesIndex * __this, GameObject * gameObject, bool audioManagerGameObject, float volume, MethodInfo * method)); DO_APP_FUNC(0x01D36D80, AudioSource *, AudioManager_AudioSourcesIndex_GetAvailableAudioSource, (AudioManager_AudioSourcesIndex * __this, int32_t reservedIndex, MethodInfo * method)); DO_APP_FUNC(0x01D36DC0, AudioSource *, AudioManager_AudioSourcesIndex_GetAvailableAudioSource_1, (AudioManager_AudioSourcesIndex * __this, int32_t reservedIndex, AudioSource * copyFromAudioSource, bool forceCopyProperties, MethodInfo * method)); DO_APP_FUNC(0x01D37150, AudioSource *, AudioManager_AudioSourcesIndex_AddAudioSource, (AudioManager_AudioSourcesIndex * __this, float volume, MethodInfo * method)); DO_APP_FUNC(0x01D37580, void, AudioManager_AudioSourcesIndex_CopyAudioProperties, (AudioManager_AudioSourcesIndex * __this, AudioSource * originalAudioSource, AudioSource * newAudioSource, MethodInfo * method)); DO_APP_FUNC(0x01D38290, void, AudioManager_AudioSourcesIndex_Stop, (AudioManager_AudioSourcesIndex * __this, int32_t reservedIndex, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EmbeddedAttribute_1__ctor, (EmbeddedAttribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IsReadOnlyAttribute_2__ctor, (IsReadOnlyAttribute_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MonoPInvokeCallbackAttribute_3__ctor, (MonoPInvokeCallbackAttribute_3 * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02CA9080, void, MathfInternal__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02CA9160, void, TypeInferenceRuleAttribute__ctor, (TypeInferenceRuleAttribute * __this, TypeInferenceRules__Enum rule, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, TypeInferenceRuleAttribute__ctor_1, (TypeInferenceRuleAttribute * __this, String * rule, MethodInfo * method)); DO_APP_FUNC(0x01616940, String *, TypeInferenceRuleAttribute_ToString, (TypeInferenceRuleAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA9210, void, GenericStack__ctor, (GenericStack * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6FF40, void, ProfilerCategory__ctor, (ProfilerCategory * __this, uint16_t category, MethodInfo * method)); DO_APP_FUNC(0x02CA9220, String *, ProfilerCategory_get_Name, (ProfilerCategory * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA9360, String *, ProfilerCategory_ToString, (ProfilerCategory * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, ProfilerCategory, ProfilerCategory_get_Scripts, (MethodInfo * method)); DO_APP_FUNC(0x02CA9370, uint16_t, ProfilerCategory_op_Implicit, (ProfilerCategory category, MethodInfo * method)); DO_APP_FUNC(0x02B87B10, void, ProfilerMarker__ctor, (ProfilerMarker * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CA9380, void, ProfilerMarker__ctor_1, (ProfilerMarker * __this, ProfilerCategory category, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CA93B0, ProfilerMarker_AutoScope, ProfilerMarker_Auto, (ProfilerMarker * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA9440, void, ProfilerMarker_AutoScope__ctor, (ProfilerMarker_AutoScope * __this, void * markerPtr, MethodInfo * method)); DO_APP_FUNC(0x02CA94E0, void, ProfilerMarker_AutoScope_Dispose, (ProfilerMarker_AutoScope * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, int64_t, ProfilerRecorderSample_get_Count, (ProfilerRecorderSample * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA9570, void, ProfilerRecorder__ctor, (ProfilerRecorder * __this, ProfilerRecorderHandle statHandle, int32_t capacity, ProfilerRecorderOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x02CA9600, bool, ProfilerRecorder_get_Valid, (ProfilerRecorder * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA9670, void, ProfilerRecorder_Start, (ProfilerRecorder * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA96E0, void, ProfilerRecorder_Stop, (ProfilerRecorder * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA9750, int64_t, ProfilerRecorder_get_LastValue, (ProfilerRecorder * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA97B0, int32_t, ProfilerRecorder_get_Count, (ProfilerRecorder * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA9820, bool, ProfilerRecorder_get_IsRunning, (ProfilerRecorder * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA9880, ProfilerRecorderSample, ProfilerRecorder_GetSample, (ProfilerRecorder * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02CA9940, ProfilerRecorder, ProfilerRecorder_Create, (ProfilerRecorderHandle statHandle, int32_t maxSampleCount, ProfilerRecorderOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x02CA99C0, void, ProfilerRecorder_Control, (ProfilerRecorder handle, ProfilerRecorder_ControlOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x02CA9A20, int64_t, ProfilerRecorder_GetLastValue, (ProfilerRecorder handle, MethodInfo * method)); DO_APP_FUNC(0x02CA9A70, int32_t, ProfilerRecorder_GetCount, (ProfilerRecorder handle, ProfilerRecorder_CountOptions__Enum countOptions, MethodInfo * method)); DO_APP_FUNC(0x02CA9AD0, bool, ProfilerRecorder_GetValid, (ProfilerRecorder handle, MethodInfo * method)); DO_APP_FUNC(0x02CA9B20, bool, ProfilerRecorder_GetRunning, (ProfilerRecorder handle, MethodInfo * method)); DO_APP_FUNC(0x02CA9B70, ProfilerRecorderSample, ProfilerRecorder_GetSampleInternal, (ProfilerRecorder handle, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02CA9BF0, void, ProfilerRecorder_Dispose, (ProfilerRecorder * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA9C60, void, ProfilerRecorder_CheckInitializedAndThrow, (ProfilerRecorder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA468, ProfilerRecorder_CheckInitializedAndThrow__MethodInfo); DO_APP_FUNC(0x02CA9CD0, void, ProfilerRecorder_Create_Injected, (ProfilerRecorderHandle * statHandle, int32_t maxSampleCount, ProfilerRecorderOptions__Enum options, ProfilerRecorder * ret, MethodInfo * method)); DO_APP_FUNC(0x02CA9D50, void, ProfilerRecorder_Control_Injected, (ProfilerRecorder * handle, ProfilerRecorder_ControlOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x02CA9DB0, int64_t, ProfilerRecorder_GetLastValue_Injected, (ProfilerRecorder * handle, MethodInfo * method)); DO_APP_FUNC(0x02CA9E00, int32_t, ProfilerRecorder_GetCount_Injected, (ProfilerRecorder * handle, ProfilerRecorder_CountOptions__Enum countOptions, MethodInfo * method)); DO_APP_FUNC(0x02CA9E60, bool, ProfilerRecorder_GetValid_Injected, (ProfilerRecorder * handle, MethodInfo * method)); DO_APP_FUNC(0x02CA9EB0, bool, ProfilerRecorder_GetRunning_Injected, (ProfilerRecorder * handle, MethodInfo * method)); DO_APP_FUNC(0x02CA9F00, void, ProfilerRecorder_GetSampleInternal_Injected, (ProfilerRecorder * handle, int32_t index, ProfilerRecorderSample * ret, MethodInfo * method)); DO_APP_FUNC(0x0186F610, MarkerFlags__Enum, ProfilerRecorderDescription_get_Flags, (ProfilerRecorderDescription * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, ProfilerRecorderHandle__ctor, (ProfilerRecorderHandle * __this, uint64_t handle, MethodInfo * method)); DO_APP_FUNC(0x02CA9F70, bool, ProfilerRecorderHandle_get_Valid, (ProfilerRecorderHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA9F90, ProfilerRecorderDescription, ProfilerRecorderHandle_GetDescription, (ProfilerRecorderHandle handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA4A8, ProfilerRecorderHandle_GetDescription__MethodInfo); DO_APP_FUNC(0x02CAA0A0, ProfilerRecorderDescription, ProfilerRecorderHandle_GetDescriptionInternal, (ProfilerRecorderHandle handle, MethodInfo * method)); DO_APP_FUNC(0x02CAA110, void, ProfilerRecorderHandle_GetDescriptionInternal_Injected, (ProfilerRecorderHandle * handle, ProfilerRecorderDescription * ret, MethodInfo * method)); DO_APP_FUNC(0x02CAA170, ProfilerCategoryDescription, ProfilerUnsafeUtility_GetCategoryDescription, (uint16_t categoryId, MethodInfo * method)); DO_APP_FUNC(0x02CAA1E0, void *, ProfilerUnsafeUtility_CreateMarker, (String * name, uint16_t categoryId, MarkerFlags__Enum flags, int32_t metadataCount, MethodInfo * method)); DO_APP_FUNC(0x02CAA260, void, ProfilerUnsafeUtility_BeginSample, (void * markerPtr, MethodInfo * method)); DO_APP_FUNC(0x02CAA2B0, void, ProfilerUnsafeUtility_EndSample, (void * markerPtr, MethodInfo * method)); DO_APP_FUNC(0x02CAA300, String *, ProfilerUnsafeUtility_Utf8ToString, (uint8_t * chars, int32_t charsLen, MethodInfo * method)); DO_APP_FUNC(0x02CAA3F0, void, ProfilerUnsafeUtility_GetCategoryDescription_Injected, (uint16_t categoryId, ProfilerCategoryDescription * ret, MethodInfo * method)); DO_APP_FUNC(0x02CAA450, void, JobHandle_ScheduleBatchedJobs, (MethodInfo * method)); DO_APP_FUNC(0x02CAA4A0, void, JobsUtility_InvokePanicFunction, (MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, JobsUtility_PanicFunction___ctor, (JobsUtility_PanicFunction_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, JobsUtility_PanicFunction__Invoke, (JobsUtility_PanicFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Il2CppEagerStaticClassConstructionAttribute__ctor, (Il2CppEagerStaticClassConstructionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAA4F0, void, NativeLeakDetection_Initialize, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeContainerAttribute__ctor, (NativeContainerAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeContainerSupportsMinMaxWriteRestrictionAttribute__ctor, (NativeContainerSupportsMinMaxWriteRestrictionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeContainerSupportsDeallocateOnJobCompletionAttribute__ctor, (NativeContainerSupportsDeallocateOnJobCompletionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeContainerSupportsDeferredConvertListToArray__ctor, (NativeContainerSupportsDeferredConvertListToArray * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WriteAccessRequiredAttribute__ctor, (WriteAccessRequiredAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeDisableUnsafePtrRestrictionAttribute__ctor, (NativeDisableUnsafePtrRestrictionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAA530, Void *, UnsafeUtility_Malloc, (int64_t size, int32_t alignment, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x02CAA5A0, void, UnsafeUtility_Free, (Void * memory, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x02CAA600, void, UnsafeUtility_MemCpy, (Void * destination, Void * source, int64_t size, MethodInfo * method)); DO_APP_FUNC(0x02CAA670, void, UnsafeUtility_MemCpyStride, (Void * destination, int32_t destinationStride, Void * source, int32_t sourceStride, int32_t elementSize, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02CAA6F0, void, UnsafeUtility_MemMove, (Void * destination, Void * source, int64_t size, MethodInfo * method)); DO_APP_FUNC(0x02CAA760, void, UnsafeUtility_MemSet, (Void * destination, uint8_t value, int64_t size, MethodInfo * method)); DO_APP_FUNC(0x02CAA7D0, void, UnsafeUtility_MemClear, (Void * destination, int64_t size, MethodInfo * method)); DO_APP_FUNC(0x02CAA830, int32_t, UnsafeUtility_MemCmp, (Void * ptr1, Void * ptr2, int64_t size, MethodInfo * method)); DO_APP_FUNC(0x02CAA8A0, int32_t, UnsafeUtility_SizeOf, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02CAA8F0, bool, UnsafeUtility_IsBlittable, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02CAA940, bool, UnsafeUtility_IsBlittableValueType, (Type * t, MethodInfo * method)); DO_APP_FUNC(0x02CAA9D0, String *, UnsafeUtility_GetReasonForTypeNonBlittableImpl, (Type * t, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CAAC70, bool, UnsafeUtility_IsArrayBlittable, (Array * arr, MethodInfo * method)); DO_APP_FUNC(0x02CAAD30, String *, UnsafeUtility_GetReasonForArrayNonBlittable, (Array * arr, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BurstDiscardAttribute__ctor, (BurstDiscardAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CanBeNullAttribute__ctor, (CanBeNullAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotNullAttribute__ctor, (NotNullAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotifyPropertyChangedInvocatorAttribute__ctor, (NotifyPropertyChangedInvocatorAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC60, void, ContractAnnotationAttribute__ctor, (ContractAnnotationAttribute * __this, String * contract, MethodInfo * method)); DO_APP_FUNC(0x003BACC0, void, ContractAnnotationAttribute__ctor_1, (ContractAnnotationAttribute * __this, String * contract, bool forceFullStates, MethodInfo * method)); DO_APP_FUNC(0x003BAD90, void, UsedImplicitlyAttribute__ctor, (UsedImplicitlyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADC0, void, UsedImplicitlyAttribute__ctor_1, (UsedImplicitlyAttribute * __this, ImplicitUseKindFlags__Enum useKindFlags, ImplicitUseTargetFlags__Enum targetFlags, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PureAttribute__ctor, (PureAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAADA0, int32_t, SortingLayer_GetLayerValueFromID, (int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02CAADF0, void, Keyframe__ctor, (Keyframe * __this, float time, float value, MethodInfo * method)); DO_APP_FUNC(0x02CAAE10, void, Keyframe__ctor_1, (Keyframe * __this, float time, float value, float inTangent, float outTangent, MethodInfo * method)); DO_APP_FUNC(0x02CAAE40, float, Keyframe_get_time, (Keyframe * __this, MethodInfo * method)); DO_APP_FUNC(0x00C84780, void, Keyframe_set_time, (Keyframe * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02C92F50, float, Keyframe_get_value, (Keyframe * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC8440, void, Keyframe_set_value, (Keyframe * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CAAE50, float, Keyframe_get_inTangent, (Keyframe * __this, MethodInfo * method)); DO_APP_FUNC(0x00C859C0, void, Keyframe_set_inTangent, (Keyframe * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02C93030, float, Keyframe_get_outTangent, (Keyframe * __this, MethodInfo * method)); DO_APP_FUNC(0x00C859E0, void, Keyframe_set_outTangent, (Keyframe * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CAAE60, void, AnimationCurve_Internal_Destroy, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x02CAAEB0, void *, AnimationCurve_Internal_Create, (Keyframe__Array * keys, MethodInfo * method)); DO_APP_FUNC(0x02CAAF00, bool, AnimationCurve_Internal_Equals, (AnimationCurve * __this, void * other, MethodInfo * method)); DO_APP_FUNC(0x02CAAF60, void, AnimationCurve_Finalize, (AnimationCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAAFE0, float, AnimationCurve_Evaluate, (AnimationCurve * __this, float time, MethodInfo * method)); DO_APP_FUNC(0x02CAB040, Keyframe__Array *, AnimationCurve_get_keys, (AnimationCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAB090, void, AnimationCurve_set_keys, (AnimationCurve * __this, Keyframe__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02CAB0F0, int32_t, AnimationCurve_AddKey, (AnimationCurve * __this, float time, float value, MethodInfo * method)); DO_APP_FUNC(0x02CAB160, int32_t, AnimationCurve_AddKey_1, (AnimationCurve * __this, Keyframe key, MethodInfo * method)); DO_APP_FUNC(0x02CAB1D0, int32_t, AnimationCurve_AddKey_Internal, (AnimationCurve * __this, Keyframe key, MethodInfo * method)); DO_APP_FUNC(0x02CAB230, int32_t, AnimationCurve_MoveKey, (AnimationCurve * __this, int32_t index, Keyframe key, MethodInfo * method)); DO_APP_FUNC(0x02CAB2A0, void, AnimationCurve_RemoveKey, (AnimationCurve * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02CAB300, Keyframe, AnimationCurve_get_Item, (AnimationCurve * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02CAB3B0, int32_t, AnimationCurve_get_length, (AnimationCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAB090, void, AnimationCurve_SetKeys, (AnimationCurve * __this, Keyframe__Array * keys, MethodInfo * method)); DO_APP_FUNC(0x02CAB400, Keyframe, AnimationCurve_GetKey, (AnimationCurve * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02CAB040, Keyframe__Array *, AnimationCurve_GetKeys, (AnimationCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAB480, void, AnimationCurve_SmoothTangents, (AnimationCurve * __this, int32_t index, float weight, MethodInfo * method)); DO_APP_FUNC(0x02CAB4F0, AnimationCurve *, AnimationCurve_Constant, (float timeStart, float timeEnd, float value, MethodInfo * method)); DO_APP_FUNC(0x02CAB510, AnimationCurve *, AnimationCurve_Linear, (float timeStart, float valueStart, float timeEnd, float valueEnd, MethodInfo * method)); DO_APP_FUNC(0x02CAB710, AnimationCurve *, AnimationCurve_EaseInOut, (float timeStart, float valueStart, float timeEnd, float valueEnd, MethodInfo * method)); DO_APP_FUNC(0x02CAB8D0, WrapMode__Enum, AnimationCurve_get_preWrapMode, (AnimationCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAB920, void, AnimationCurve_set_preWrapMode, (AnimationCurve * __this, WrapMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CAB980, WrapMode__Enum, AnimationCurve_get_postWrapMode, (AnimationCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAB9D0, void, AnimationCurve_set_postWrapMode, (AnimationCurve * __this, WrapMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CABA30, void, AnimationCurve__ctor, (AnimationCurve * __this, Keyframe__Array * keys, MethodInfo * method)); DO_APP_FUNC(0x02CABA90, void, AnimationCurve__ctor_1, (AnimationCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x02CABAF0, bool, AnimationCurve_Equals, (AnimationCurve * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x02CABCB0, bool, AnimationCurve_Equals_1, (AnimationCurve * __this, AnimationCurve * other, MethodInfo * method)); DO_APP_FUNC(0x01EDDFC0, int32_t, AnimationCurve_GetHashCode, (AnimationCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x02CABDF0, int32_t, AnimationCurve_AddKey_Internal_Injected, (AnimationCurve * __this, Keyframe * key, MethodInfo * method)); DO_APP_FUNC(0x02CABE50, int32_t, AnimationCurve_MoveKey_Injected, (AnimationCurve * __this, int32_t index, Keyframe * key, MethodInfo * method)); DO_APP_FUNC(0x02CABEC0, void, AnimationCurve_GetKey_Injected, (AnimationCurve * __this, int32_t index, Keyframe * ret, MethodInfo * method)); DO_APP_FUNC(0x02CABF30, void, Application_Quit, (int32_t exitCode, MethodInfo * method)); DO_APP_FUNC(0x006B4380, void, Application_Quit_1, (MethodInfo * method)); DO_APP_FUNC(0x02CABF80, bool, Application_get_isPlaying, (MethodInfo * method)); DO_APP_FUNC(0x02A320A0, bool, Application_get_isFocused, (MethodInfo * method)); DO_APP_FUNC(0x01F55940, bool, Application_get_runInBackground, (MethodInfo * method)); DO_APP_FUNC(0x02CABFD0, void, Application_set_runInBackground, (bool value, MethodInfo * method)); DO_APP_FUNC(0x02A325A0, bool, Application_get_isBatchMode, (MethodInfo * method)); DO_APP_FUNC(0x02CAC020, String *, Application_get_dataPath, (MethodInfo * method)); DO_APP_FUNC(0x02CAC070, String *, Application_get_streamingAssetsPath, (MethodInfo * method)); DO_APP_FUNC(0x02CAC0C0, String *, Application_get_persistentDataPath, (MethodInfo * method)); DO_APP_FUNC(0x02CAC110, String *, Application_get_unityVersion, (MethodInfo * method)); DO_APP_FUNC(0x02CAC160, String *, Application_get_version, (MethodInfo * method)); DO_APP_FUNC(0x02CAC1B0, String *, Application_get_productName, (MethodInfo * method)); DO_APP_FUNC(0x02CAC200, void, Application_OpenURL, (String * url, MethodInfo * method)); DO_APP_FUNC(0x02CAC250, int32_t, Application_get_targetFrameRate, (MethodInfo * method)); DO_APP_FUNC(0x02CAC2A0, void, Application_set_targetFrameRate, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CAC2F0, void, Application_SetStackTraceLogType, (LogType__Enum logType, StackTraceLogType__Enum stackTraceType, MethodInfo * method)); DO_APP_FUNC(0x02CAC350, RuntimePlatform__Enum, Application_get_platform, (MethodInfo * method)); DO_APP_FUNC(0x02CAC3A0, bool, Application_get_isMobilePlatform, (MethodInfo * method)); DO_APP_FUNC(0x02CAC420, NetworkReachability__Enum, Application_get_internetReachability, (MethodInfo * method)); DO_APP_FUNC(0x02CAC470, void, Application_CallLowMemory, (MethodInfo * method)); DO_APP_FUNC(0x02CAC4C0, void, Application_CallLogCallback, (String * logString, String * stackTrace, LogType__Enum type, bool invokedOnMainThread, MethodInfo * method)); DO_APP_FUNC(0x02CAC580, void, Application_add_onBeforeRender, (UnityAction * value, MethodInfo * method)); DO_APP_FUNC(0x02CAC5D0, void, Application_remove_onBeforeRender, (UnityAction * value, MethodInfo * method)); DO_APP_FUNC(0x02CAC620, void, Application_add_focusChanged, (Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x02CAC760, void, Application_remove_focusChanged, (Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x02CAC8A0, void, Application_add_quitting, (Action * value, MethodInfo * method)); DO_APP_FUNC(0x02CAC9B0, void, Application_remove_quitting, (Action * value, MethodInfo * method)); DO_APP_FUNC(0x02CACAC0, bool, Application_Internal_ApplicationWantsToQuit, (MethodInfo * method)); DO_APP_FUNC(0x02CACC30, void, Application_Internal_ApplicationQuit, (MethodInfo * method)); DO_APP_FUNC(0x02CACC90, void, Application_Internal_ApplicationUnload, (MethodInfo * method)); DO_APP_FUNC(0x02CACCF0, void, Application_InvokeOnBeforeRender, (MethodInfo * method)); DO_APP_FUNC(0x02CACD40, void, Application_InvokeFocusChanged, (bool focus, MethodInfo * method)); DO_APP_FUNC(0x02CACDA0, void, Application_InvokeDeepLinkActivated, (String * url, MethodInfo * method)); DO_APP_FUNC(0x01C26F90, bool, Application_get_isEditor, (MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, Application_LowMemoryCallback__ctor, (Application_LowMemoryCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, Application_LowMemoryCallback_Invoke, (Application_LowMemoryCallback * __this, MethodInfo * method)); DO_APP_FUNC(0x02CACE00, void, Application_LogCallback__ctor, (Application_LogCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, Application_LogCallback_Invoke, (Application_LogCallback * __this, String * condition, String * stackTrace, LogType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02CACF40, BootConfigData *, BootConfigData_WrapBootConfigData, (void * nativeHandle, MethodInfo * method)); DO_APP_FUNC(0x02CAD020, void, BootConfigData__ctor, (BootConfigData * __this, void * nativeHandle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA2F0, BootConfigData__ctor__MethodInfo); DO_APP_FUNC(0x01772560, void, CachedAssetBundle__ctor, (CachedAssetBundle * __this, String * name, Hash128 hash, MethodInfo * method)); DO_APP_FUNC(0x00E9D9A0, String *, CachedAssetBundle_get_name, (CachedAssetBundle * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAD0D0, Hash128, CachedAssetBundle_get_hash, (CachedAssetBundle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B40F80, int32_t, Cache_get_handle, (Cache * __this, MethodInfo * method)); DO_APP_FUNC(0x02B40F80, int32_t, Cache_GetHashCode, (Cache * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAD0E0, bool, Cache_Equals, (Cache * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x02CAD160, bool, Cache_Equals_1, (Cache * __this, Cache other, MethodInfo * method)); DO_APP_FUNC(0x02CAD170, bool, Cache_get_valid, (Cache * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAD1C0, bool, Cache_Cache_IsValid, (int32_t handle, MethodInfo * method)); DO_APP_FUNC(0x02CAD210, String *, Cache_get_path, (Cache * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAD260, String *, Cache_Cache_GetPath, (int32_t handle, MethodInfo * method)); DO_APP_FUNC(0x02CAD2B0, void, Cache_set_maximumAvailableStorageSpace, (Cache * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x02CAD310, void, Cache_Cache_SetMaximumDiskSpaceAvailable, (int32_t handle, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x02CAD370, void, Cache_set_expirationDelay, (Cache * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CAD3D0, void, Cache_Cache_SetExpirationDelay, (int32_t handle, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CAD430, void, Caching_set_compressionEnabled, (bool value, MethodInfo * method)); DO_APP_FUNC(0x02CAD480, bool, Caching_get_ready, (MethodInfo * method)); DO_APP_FUNC(0x02CAD4D0, bool, Caching_ClearCachedVersion, (String * assetBundleName, Hash128 hash, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA248, Caching_ClearCachedVersion__MethodInfo); DO_APP_FUNC(0x02CAD590, bool, Caching_ClearCachedVersionInternal, (String * assetBundleName, Hash128 hash, MethodInfo * method)); DO_APP_FUNC(0x02CAD5F0, bool, Caching_ClearOtherCachedVersions, (String * assetBundleName, Hash128 hash, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA240, Caching_ClearOtherCachedVersions__MethodInfo); DO_APP_FUNC(0x02CAD6B0, bool, Caching_ClearAllCachedVersions, (String * assetBundleName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA238, Caching_ClearAllCachedVersions__MethodInfo); DO_APP_FUNC(0x02CAD770, bool, Caching_ClearCachedVersions, (String * assetBundleName, Hash128 hash, bool keepInputVersion, MethodInfo * method)); DO_APP_FUNC(0x02CAD7E0, bool, Caching_IsVersionCached, (CachedAssetBundle cachedBundle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA280, Caching_IsVersionCached__MethodInfo); DO_APP_FUNC(0x02CAD8E0, bool, Caching_IsVersionCached_1, (String * url, String * assetBundleName, Hash128 hash, MethodInfo * method)); DO_APP_FUNC(0x02CAD950, Cache, Caching_AddCache, (String * cachePath, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA270, Caching_AddCache__MethodInfo); DO_APP_FUNC(0x02CADC10, Cache, Caching_AddCache_1, (String * cachePath, bool isReadonly, MethodInfo * method)); DO_APP_FUNC(0x02CADC80, Cache, Caching_GetCacheByPath, (String * cachePath, MethodInfo * method)); DO_APP_FUNC(0x02CADCE0, Cache, Caching_get_defaultCache, (MethodInfo * method)); DO_APP_FUNC(0x02CADD40, Cache, Caching_get_currentCacheForWriting, (MethodInfo * method)); DO_APP_FUNC(0x02CADDA0, void, Caching_set_currentCacheForWriting, (Cache value, MethodInfo * method)); DO_APP_FUNC(0x02CADDF0, bool, Caching_ClearCachedVersionInternal_Injected, (String * assetBundleName, Hash128 * hash, MethodInfo * method)); DO_APP_FUNC(0x02CADE50, bool, Caching_ClearCachedVersions_Injected, (String * assetBundleName, Hash128 * hash, bool keepInputVersion, MethodInfo * method)); DO_APP_FUNC(0x02CADEC0, bool, Caching_IsVersionCached_Injected, (String * url, String * assetBundleName, Hash128 * hash, MethodInfo * method)); DO_APP_FUNC(0x02CADF30, void, Caching_AddCache_Injected, (String * cachePath, bool isReadonly, Cache * ret, MethodInfo * method)); DO_APP_FUNC(0x02CADFA0, void, Caching_GetCacheByPath_Injected, (String * cachePath, Cache * ret, MethodInfo * method)); DO_APP_FUNC(0x02CAE000, void, Caching_get_defaultCache_Injected, (Cache * ret, MethodInfo * method)); DO_APP_FUNC(0x02CAE050, void, Caching_get_currentCacheForWriting_Injected, (Cache * ret, MethodInfo * method)); DO_APP_FUNC(0x02CAE0A0, void, Caching_set_currentCacheForWriting_Injected, (Cache * value, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, Camera__ctor, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAE0F0, float, Camera_get_nearClipPlane, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAE140, void, Camera_set_nearClipPlane, (Camera * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CAE1A0, float, Camera_get_farClipPlane, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAE1F0, void, Camera_set_farClipPlane, (Camera * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CAE250, float, Camera_get_fieldOfView, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAE2A0, void, Camera_set_fieldOfView, (Camera * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CAE300, RenderingPath__Enum, Camera_get_renderingPath, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAE350, void, Camera_set_renderingPath, (Camera * __this, RenderingPath__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CAE3B0, RenderingPath__Enum, Camera_get_actualRenderingPath, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAE400, bool, Camera_get_allowHDR, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAE450, void, Camera_set_allowHDR, (Camera * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CAE4B0, bool, Camera_get_allowMSAA, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAE500, void, Camera_set_allowMSAA, (Camera * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CAE560, bool, Camera_get_allowDynamicResolution, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAE5B0, float, Camera_get_orthographicSize, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAE600, void, Camera_set_orthographicSize, (Camera * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CAE660, bool, Camera_get_orthographic, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAE6B0, void, Camera_set_orthographic, (Camera * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CAE710, float, Camera_get_depth, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAE760, void, Camera_set_depth, (Camera * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CAE7C0, float, Camera_get_aspect, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAE810, int32_t, Camera_get_cullingMask, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAE860, void, Camera_set_cullingMask, (Camera * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CAE8C0, int32_t, Camera_get_eventMask, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAE910, CameraType__Enum, Camera_get_cameraType, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAE960, CameraClearFlags__Enum, Camera_get_clearFlags, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAE9B0, void, Camera_set_clearFlags, (Camera * __this, CameraClearFlags__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CAEA10, DepthTextureMode__Enum, Camera_get_depthTextureMode, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAEA60, void, Camera_set_depthTextureMode, (Camera * __this, DepthTextureMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CAEAC0, void, Camera_SetReplacementShader, (Camera * __this, Shader * shader, String * replacementTag, MethodInfo * method)); DO_APP_FUNC(0x02CAEB30, void, Camera_ResetReplacementShader, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAEB80, bool, Camera_get_usePhysicalProperties, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAEBD0, void, Camera_set_usePhysicalProperties, (Camera * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CAEC30, Vector2, Camera_get_sensorSize, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAEC90, void, Camera_set_sensorSize, (Camera * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02CAECF0, Vector2, Camera_get_lensShift, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAED50, void, Camera_set_lensShift, (Camera * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02CAEDB0, Camera_GateFitMode__Enum, Camera_get_gateFit, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAEE00, void, Camera_set_gateFit, (Camera * __this, Camera_GateFitMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CAEE60, Rect, Camera_get_rect, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAEED0, void, Camera_set_rect, (Camera * __this, Rect value, MethodInfo * method)); DO_APP_FUNC(0x02CAEF30, Rect, Camera_get_pixelRect, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAEFA0, int32_t, Camera_get_pixelWidth, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAEFF0, int32_t, Camera_get_pixelHeight, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAF040, int32_t, Camera_get_scaledPixelWidth, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAF090, int32_t, Camera_get_scaledPixelHeight, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAF0E0, RenderTexture *, Camera_get_targetTexture, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAF130, void, Camera_set_targetTexture, (Camera * __this, RenderTexture * value, MethodInfo * method)); DO_APP_FUNC(0x02CAF190, int32_t, Camera_get_targetDisplay, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAF1E0, Matrix4x4, Camera_get_cameraToWorldMatrix, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAF260, Matrix4x4, Camera_get_worldToCameraMatrix, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAF2E0, Matrix4x4, Camera_get_projectionMatrix, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAF360, void, Camera_set_projectionMatrix, (Camera * __this, Matrix4x4 value, MethodInfo * method)); DO_APP_FUNC(0x02CAF3C0, void, Camera_set_nonJitteredProjectionMatrix, (Camera * __this, Matrix4x4 value, MethodInfo * method)); DO_APP_FUNC(0x02CAF420, void, Camera_set_useJitteredProjectionMatrixForTransparentRendering, (Camera * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CAF480, void, Camera_ResetProjectionMatrix, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAF4D0, Vector3, Camera_WorldToScreenPoint, (Camera * __this, Vector3 position, Camera_MonoOrStereoscopicEye__Enum eye, MethodInfo * method)); DO_APP_FUNC(0x02CAF560, Vector3, Camera_WorldToViewportPoint, (Camera * __this, Vector3 position, Camera_MonoOrStereoscopicEye__Enum eye, MethodInfo * method)); DO_APP_FUNC(0x02CAF5F0, Vector3, Camera_ViewportToWorldPoint, (Camera * __this, Vector3 position, Camera_MonoOrStereoscopicEye__Enum eye, MethodInfo * method)); DO_APP_FUNC(0x02CAF680, Vector3, Camera_ScreenToWorldPoint, (Camera * __this, Vector3 position, Camera_MonoOrStereoscopicEye__Enum eye, MethodInfo * method)); DO_APP_FUNC(0x02CAF710, Vector3, Camera_WorldToScreenPoint_1, (Camera * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x02CAF7C0, Vector3, Camera_WorldToViewportPoint_1, (Camera * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x02CAF870, Vector3, Camera_ViewportToWorldPoint_1, (Camera * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x02CAF920, Vector3, Camera_ScreenToWorldPoint_1, (Camera * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x02CAF9D0, Vector3, Camera_ScreenToViewportPoint, (Camera * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x02CAFA50, Vector3, Camera_ViewportToScreenPoint, (Camera * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x02CAFAD0, Ray, Camera_ScreenPointToRay, (Camera * __this, Vector2 pos, Camera_MonoOrStereoscopicEye__Enum eye, MethodInfo * method)); DO_APP_FUNC(0x02CAFB60, Ray, Camera_ScreenPointToRay_1, (Camera * __this, Vector3 pos, Camera_MonoOrStereoscopicEye__Enum eye, MethodInfo * method)); DO_APP_FUNC(0x02CAFC30, Ray, Camera_ScreenPointToRay_2, (Camera * __this, Vector3 pos, MethodInfo * method)); DO_APP_FUNC(0x02CAFCF0, Camera *, Camera_get_main, (MethodInfo * method)); DO_APP_FUNC(0x02CAFD40, Camera *, Camera_get_current, (MethodInfo * method)); DO_APP_FUNC(0x02CAFD90, bool, Camera_get_stereoEnabled, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAFDE0, StereoTargetEyeMask__Enum, Camera_get_stereoTargetEye, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAFE30, void, Camera_set_stereoTargetEye, (Camera * __this, StereoTargetEyeMask__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CAFE90, Camera_MonoOrStereoscopicEye__Enum, Camera_get_stereoActiveEye, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAFEE0, Matrix4x4, Camera_GetStereoNonJitteredProjectionMatrix, (Camera * __this, Camera_StereoscopicEye__Enum eye, MethodInfo * method)); DO_APP_FUNC(0x02CAFF70, Matrix4x4, Camera_GetStereoViewMatrix, (Camera * __this, Camera_StereoscopicEye__Enum eye, MethodInfo * method)); DO_APP_FUNC(0x02CB0000, void, Camera_CopyStereoDeviceProjectionMatrixToNonJittered, (Camera * __this, Camera_StereoscopicEye__Enum eye, MethodInfo * method)); DO_APP_FUNC(0x02CB0060, Matrix4x4, Camera_GetStereoProjectionMatrix, (Camera * __this, Camera_StereoscopicEye__Enum eye, MethodInfo * method)); DO_APP_FUNC(0x02CB00F0, void, Camera_SetStereoProjectionMatrix, (Camera * __this, Camera_StereoscopicEye__Enum eye, Matrix4x4 matrix, MethodInfo * method)); DO_APP_FUNC(0x02CB0160, void, Camera_ResetStereoProjectionMatrices, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB01B0, int32_t, Camera_GetAllCamerasCount, (MethodInfo * method)); DO_APP_FUNC(0x02CB0200, int32_t, Camera_GetAllCamerasImpl, (Camera__Array * cam, MethodInfo * method)); DO_APP_FUNC(0x02CB01B0, int32_t, Camera_get_allCamerasCount, (MethodInfo * method)); DO_APP_FUNC(0x02CB0250, int32_t, Camera_GetAllCameras, (Camera__Array * cameras, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA188, Camera_GetAllCameras__MethodInfo); DO_APP_FUNC(0x02CB0380, void, Camera_Render, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB03D0, void, Camera_SetupCurrent, (Camera * cur, MethodInfo * method)); DO_APP_FUNC(0x02CB0420, void, Camera_CopyFrom, (Camera * __this, Camera * other, MethodInfo * method)); DO_APP_FUNC(0x02CB0480, int32_t, Camera_get_commandBufferCount, (Camera * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB04D0, void, Camera_AddCommandBufferImpl, (Camera * __this, CameraEvent__Enum evt, CommandBuffer * buffer, MethodInfo * method)); DO_APP_FUNC(0x02CB0540, void, Camera_RemoveCommandBufferImpl, (Camera * __this, CameraEvent__Enum evt, CommandBuffer * buffer, MethodInfo * method)); DO_APP_FUNC(0x02CB05B0, void, Camera_AddCommandBuffer, (Camera * __this, CameraEvent__Enum evt, CommandBuffer * buffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA138, Camera_AddCommandBuffer__MethodInfo); DO_APP_FUNC(0x02CB0720, void, Camera_RemoveCommandBuffer, (Camera * __this, CameraEvent__Enum evt, CommandBuffer * buffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA128, Camera_RemoveCommandBuffer__MethodInfo); DO_APP_FUNC(0x02CB0890, CommandBuffer__Array *, Camera_GetCommandBuffers, (Camera * __this, CameraEvent__Enum evt, MethodInfo * method)); DO_APP_FUNC(0x02CB08F0, void, Camera_FireOnPreCull, (Camera * cam, MethodInfo * method)); DO_APP_FUNC(0x02CB0950, void, Camera_FireOnPreRender, (Camera * cam, MethodInfo * method)); DO_APP_FUNC(0x02CB09B0, void, Camera_FireOnPostRender, (Camera * cam, MethodInfo * method)); DO_APP_FUNC(0x02CB0A10, void, Camera_get_sensorSize_Injected, (Camera * __this, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CB0A70, void, Camera_set_sensorSize_Injected, (Camera * __this, Vector2 * value, MethodInfo * method)); DO_APP_FUNC(0x02CB0AD0, void, Camera_get_lensShift_Injected, (Camera * __this, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CB0B30, void, Camera_set_lensShift_Injected, (Camera * __this, Vector2 * value, MethodInfo * method)); DO_APP_FUNC(0x02CB0B90, void, Camera_get_rect_Injected, (Camera * __this, Rect * ret, MethodInfo * method)); DO_APP_FUNC(0x02CB0BF0, void, Camera_set_rect_Injected, (Camera * __this, Rect * value, MethodInfo * method)); DO_APP_FUNC(0x02CB0C50, void, Camera_get_pixelRect_Injected, (Camera * __this, Rect * ret, MethodInfo * method)); DO_APP_FUNC(0x02CB0CB0, void, Camera_get_cameraToWorldMatrix_Injected, (Camera * __this, Matrix4x4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CB0D10, void, Camera_get_worldToCameraMatrix_Injected, (Camera * __this, Matrix4x4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CB0D70, void, Camera_get_projectionMatrix_Injected, (Camera * __this, Matrix4x4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CB0DD0, void, Camera_set_projectionMatrix_Injected, (Camera * __this, Matrix4x4 * value, MethodInfo * method)); DO_APP_FUNC(0x02CB0E30, void, Camera_set_nonJitteredProjectionMatrix_Injected, (Camera * __this, Matrix4x4 * value, MethodInfo * method)); DO_APP_FUNC(0x02CB0E90, void, Camera_WorldToScreenPoint_Injected, (Camera * __this, Vector3 * position, Camera_MonoOrStereoscopicEye__Enum eye, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CB0F10, void, Camera_WorldToViewportPoint_Injected, (Camera * __this, Vector3 * position, Camera_MonoOrStereoscopicEye__Enum eye, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CB0F90, void, Camera_ViewportToWorldPoint_Injected, (Camera * __this, Vector3 * position, Camera_MonoOrStereoscopicEye__Enum eye, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CB1010, void, Camera_ScreenToWorldPoint_Injected, (Camera * __this, Vector3 * position, Camera_MonoOrStereoscopicEye__Enum eye, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CB1090, void, Camera_ScreenToViewportPoint_Injected, (Camera * __this, Vector3 * position, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CB1100, void, Camera_ViewportToScreenPoint_Injected, (Camera * __this, Vector3 * position, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CB1170, void, Camera_ScreenPointToRay_Injected, (Camera * __this, Vector2 * pos, Camera_MonoOrStereoscopicEye__Enum eye, Ray * ret, MethodInfo * method)); DO_APP_FUNC(0x02CB11F0, void, Camera_GetStereoNonJitteredProjectionMatrix_Injected, (Camera * __this, Camera_StereoscopicEye__Enum eye, Matrix4x4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CB1260, void, Camera_GetStereoViewMatrix_Injected, (Camera * __this, Camera_StereoscopicEye__Enum eye, Matrix4x4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CB12D0, void, Camera_GetStereoProjectionMatrix_Injected, (Camera * __this, Camera_StereoscopicEye__Enum eye, Matrix4x4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CB1340, void, Camera_SetStereoProjectionMatrix_Injected, (Camera * __this, Camera_StereoscopicEye__Enum eye, Matrix4x4 * matrix, MethodInfo * method)); DO_APP_FUNC(0x003EC720, void, Camera_CameraCallback__ctor, (Camera_CameraCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Camera_CameraCallback_Invoke, (Camera_CameraCallback * __this, Camera * cam, MethodInfo * method)); DO_APP_FUNC(0x02C93040, void, BoundingSphere__ctor, (BoundingSphere * __this, Vector3 pos, float rad, MethodInfo * method)); DO_APP_FUNC(0x02CB13B0, void, CullingGroup__ctor, (CullingGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB1460, void, CullingGroup_Finalize, (CullingGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB1520, void, CullingGroup_DisposeInternal, (CullingGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB1570, void, CullingGroup_Dispose, (CullingGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB1600, void, CullingGroup_set_targetCamera, (CullingGroup * __this, Camera * value, MethodInfo * method)); DO_APP_FUNC(0x02CB1660, void, CullingGroup_SetBoundingSpheres, (CullingGroup * __this, BoundingSphere__Array * array, MethodInfo * method)); DO_APP_FUNC(0x02CB16C0, void, CullingGroup_SetBoundingSphereCount, (CullingGroup * __this, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02CB1720, int32_t, CullingGroup_QueryIndices, (CullingGroup * __this, bool visible, int32_t distanceIndex, Int32__Array * result, int32_t firstIndex, MethodInfo * method)); DO_APP_FUNC(0x02CB17B0, int32_t, CullingGroup_QueryIndices_1, (CullingGroup * __this, bool visible, int32_t distanceIndex, CullingQueryOptions__Enum options, Int32__Array * result, int32_t firstIndex, MethodInfo * method)); DO_APP_FUNC(0x02CB1840, void, CullingGroup_SetBoundingDistances, (CullingGroup * __this, Single__Array * distances, MethodInfo * method)); DO_APP_FUNC(0x02CB18A0, void, CullingGroup_SetDistanceReferencePoint_InternalTransform, (CullingGroup * __this, Transform * transform, MethodInfo * method)); DO_APP_FUNC(0x02CB18A0, void, CullingGroup_SetDistanceReferencePoint, (CullingGroup * __this, Transform * transform, MethodInfo * method)); DO_APP_FUNC(0x02CB1900, void, CullingGroup_SendEvents, (CullingGroup * cullingGroup, void * eventsPtr, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02CB1970, void *, CullingGroup_Init, (Object * scripting, MethodInfo * method)); DO_APP_FUNC(0x02CB19C0, void, CullingGroup_FinalizerFailure, (CullingGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x014043D0, void, CullingGroup_StateChanged__ctor, (CullingGroup_StateChanged * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, CullingGroup_StateChanged_Invoke, (CullingGroup_StateChanged * __this, CullingGroupEvent sphere, MethodInfo * method)); DO_APP_FUNC(0x02CB1A10, ReflectionProbeTimeSlicingMode__Enum, ReflectionProbe_get_timeSlicingMode, (ReflectionProbe * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB1A60, int32_t, ReflectionProbe_RenderProbe, (ReflectionProbe * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB1B00, int32_t, ReflectionProbe_RenderProbe_1, (ReflectionProbe * __this, RenderTexture * targetTexture, MethodInfo * method)); DO_APP_FUNC(0x02CB1BB0, int32_t, ReflectionProbe_ScheduleRender, (ReflectionProbe * __this, ReflectionProbeTimeSlicingMode__Enum timeSlicingMode, RenderTexture * targetTexture, MethodInfo * method)); DO_APP_FUNC(0x02CB1C20, void, ReflectionProbe_CallReflectionProbeEvent, (ReflectionProbe * probe, ReflectionProbe_ReflectionProbeEvent__Enum probeEvent, MethodInfo * method)); DO_APP_FUNC(0x02CB1C90, void, ReflectionProbe_CallSetDefaultReflection, (Texture * defaultReflectionCubemap, MethodInfo * method)); DO_APP_FUNC(0x02CB1CF0, void, DebugLogHandler_Internal_Log, (LogType__Enum level, LogOption__Enum options, String * msg, Object_1 * obj, MethodInfo * method)); DO_APP_FUNC(0x02CB1D70, void, DebugLogHandler_Internal_LogException, (Exception * ex, Object_1 * obj, MethodInfo * method)); DO_APP_FUNC(0x02CB1DD0, void, DebugLogHandler_LogFormat, (DebugLogHandler * __this, LogType__Enum logType, Object_1 * context, String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02CB1F00, void, DebugLogHandler_LogException, (DebugLogHandler * __this, Exception * exception, Object_1 * context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA058, DebugLogHandler_LogException__MethodInfo); DO_APP_FUNC(0x003AC050, void, DebugLogHandler__ctor, (DebugLogHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB1FC0, ILogger *, Debug_2_get_unityLogger, (MethodInfo * method)); DO_APP_FUNC(0x02CB2020, void, Debug_2_DrawLine, (Vector3 start, Vector3 end, Color color, float duration, MethodInfo * method)); DO_APP_FUNC(0x02CB2150, void, Debug_2_DrawLine_1, (Vector3 start, Vector3 end, Color color, MethodInfo * method)); DO_APP_FUNC(0x02CB2270, void, Debug_2_DrawLine_2, (Vector3 start, Vector3 end, MethodInfo * method)); DO_APP_FUNC(0x02CB2390, void, Debug_2_DrawLine_3, (Vector3 start, Vector3 end, Color color, float duration, bool depthTest, MethodInfo * method)); DO_APP_FUNC(0x02CB2460, void, Debug_2_DrawRay, (Vector3 start, Vector3 dir, Color color, MethodInfo * method)); DO_APP_FUNC(0x02CB2600, void, Debug_2_DrawRay_1, (Vector3 start, Vector3 dir, Color color, float duration, bool depthTest, MethodInfo * method)); DO_APP_FUNC(0x02CB2780, int32_t, Debug_2_ExtractStackTraceNoAlloc, (uint8_t * buffer, int32_t bufferMax, String * projectFolder, MethodInfo * method)); DO_APP_FUNC(0x02CB27F0, void, Debug_2_Log, (Object * message, MethodInfo * method)); DO_APP_FUNC(0x02CB28C0, void, Debug_2_Log_1, (Object * message, Object_1 * context, MethodInfo * method)); DO_APP_FUNC(0x02CB2990, void, Debug_2_LogFormat, (String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02CB2A60, void, Debug_2_LogError, (Object * message, MethodInfo * method)); DO_APP_FUNC(0x02CB2B30, void, Debug_2_LogError_1, (Object * message, Object_1 * context, MethodInfo * method)); DO_APP_FUNC(0x02CB2C00, void, Debug_2_LogErrorFormat, (String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02CB2CD0, void, Debug_2_LogErrorFormat_1, (Object_1 * context, String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02CB2DB0, void, Debug_2_LogException, (Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x02CB2E70, void, Debug_2_LogException_1, (Exception * exception, Object_1 * context, MethodInfo * method)); DO_APP_FUNC(0x02CB2F40, void, Debug_2_LogWarning, (Object * message, MethodInfo * method)); DO_APP_FUNC(0x02CB3010, void, Debug_2_LogWarning_1, (Object * message, Object_1 * context, MethodInfo * method)); DO_APP_FUNC(0x02CB30E0, void, Debug_2_LogWarningFormat, (String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02CB31B0, void, Debug_2_LogWarningFormat_1, (Object_1 * context, String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02CB3290, void, Debug_2_Assert, (bool condition, MethodInfo * method)); DO_APP_FUNC(0x02CB3330, void, Debug_2_Assert_1, (bool condition, String * message, MethodInfo * method)); DO_APP_FUNC(0x02CB33D0, void, Debug_2_LogAssertion, (Object * message, MethodInfo * method)); DO_APP_FUNC(0x02CB34A0, void, Debug_2_LogAssertionFormat, (String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02CB3570, bool, Debug_2_get_isDebugBuild, (MethodInfo * method)); DO_APP_FUNC(0x02CB35C0, bool, Debug_2_CallOverridenDebugHandler, (Exception * exception, Object_1 * obj, MethodInfo * method)); DO_APP_FUNC(0x02CB3820, bool, Debug_2_IsLoggingEnabled, (MethodInfo * method)); DO_APP_FUNC(0x02CB3970, void, Debug_2__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02CB3B30, void, Debug_2_DrawLine_Injected, (Vector3 * start, Vector3 * end, Color * color, float duration, bool depthTest, MethodInfo * method)); DO_APP_FUNC(0x02CB3BC0, void, Bounds__ctor, (Bounds * __this, Vector3 center, Vector3 size, MethodInfo * method)); DO_APP_FUNC(0x02CB3C10, int32_t, Bounds_GetHashCode, (Bounds * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB3CE0, bool, Bounds_Equals, (Bounds * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x02CB3DF0, bool, Bounds_Equals_1, (Bounds * __this, Bounds other, MethodInfo * method)); DO_APP_FUNC(0x02C82380, Vector3, Bounds_get_center, (Bounds * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC8470, void, Bounds_set_center, (Bounds * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02CB3E80, Vector3, Bounds_get_size, (Bounds * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB3EC0, void, Bounds_set_size, (Bounds * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02CB3F00, Vector3, Bounds_get_extents, (Bounds * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC8480, void, Bounds_set_extents, (Bounds * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02CB3F20, Vector3, Bounds_get_min, (Bounds * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB3F70, void, Bounds_set_min, (Bounds * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02CB4000, Vector3, Bounds_get_max, (Bounds * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB4050, void, Bounds_set_max, (Bounds * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02CB40F0, bool, Bounds_op_Equality, (Bounds lhs, Bounds rhs, MethodInfo * method)); DO_APP_FUNC(0x02CB4190, bool, Bounds_op_Inequality, (Bounds lhs, Bounds rhs, MethodInfo * method)); DO_APP_FUNC(0x02CB4250, void, Bounds_SetMinMax, (Bounds * __this, Vector3 min, Vector3 max, MethodInfo * method)); DO_APP_FUNC(0x02CB42D0, void, Bounds_Encapsulate, (Bounds * __this, Vector3 point, MethodInfo * method)); DO_APP_FUNC(0x02CB43C0, void, Bounds_Encapsulate_1, (Bounds * __this, Bounds bounds, MethodInfo * method)); DO_APP_FUNC(0x02CB4490, void, Bounds_Expand, (Bounds * __this, float amount, MethodInfo * method)); DO_APP_FUNC(0x02CB44D0, void, Bounds_Expand_1, (Bounds * __this, Vector3 amount, MethodInfo * method)); DO_APP_FUNC(0x02CB4530, bool, Bounds_Intersects, (Bounds * __this, Bounds bounds, MethodInfo * method)); DO_APP_FUNC(0x02CB45F0, bool, Bounds_IntersectRay, (Bounds * __this, Ray ray, float * distance, MethodInfo * method)); DO_APP_FUNC(0x02CB4670, String *, Bounds_ToString, (Bounds * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB4680, String *, Bounds_ToString_1, (Bounds * __this, String * format, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x02CB4840, bool, Bounds_Contains, (Bounds * __this, Vector3 point, MethodInfo * method)); DO_APP_FUNC(0x02CB48A0, bool, Bounds_IntersectRayAABB, (Ray ray, Bounds bounds, float * dist, MethodInfo * method)); DO_APP_FUNC(0x02CB4910, bool, Bounds_Contains_Injected, (Bounds * _unity_self, Vector3 * point, MethodInfo * method)); DO_APP_FUNC(0x02CB4970, bool, Bounds_IntersectRayAABB_Injected, (Ray * ray, Bounds * bounds, float * dist, MethodInfo * method)); DO_APP_FUNC(0x02B40F80, int32_t, BoundsInt_get_x, (BoundsInt * __this, MethodInfo * method)); DO_APP_FUNC(0x01119C00, int32_t, BoundsInt_get_y, (BoundsInt * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, BoundsInt_get_z, (BoundsInt * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB49E0, Vector3, BoundsInt_get_center, (BoundsInt * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB4A50, void, BoundsInt_set_min, (BoundsInt * __this, Vector3Int value, MethodInfo * method)); DO_APP_FUNC(0x02CB4AB0, void, BoundsInt_set_max, (BoundsInt * __this, Vector3Int value, MethodInfo * method)); DO_APP_FUNC(0x02CB4AD0, int32_t, BoundsInt_get_xMin, (BoundsInt * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB4B40, void, BoundsInt_set_xMin, (BoundsInt * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CB4B70, int32_t, BoundsInt_get_yMin, (BoundsInt * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB4BE0, void, BoundsInt_set_yMin, (BoundsInt * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CB4C10, int32_t, BoundsInt_get_zMin, (BoundsInt * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB4C80, void, BoundsInt_set_zMin, (BoundsInt * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CB4CB0, int32_t, BoundsInt_get_xMax, (BoundsInt * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB4D20, void, BoundsInt_set_xMax, (BoundsInt * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CB4D30, int32_t, BoundsInt_get_yMax, (BoundsInt * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB4DA0, void, BoundsInt_set_yMax, (BoundsInt * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CB4DB0, int32_t, BoundsInt_get_zMax, (BoundsInt * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB4E20, void, BoundsInt_set_zMax, (BoundsInt * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CB3F00, Vector3Int, BoundsInt_get_size, (BoundsInt * __this, MethodInfo * method)); DO_APP_FUNC(0x02BFAA20, void, BoundsInt__ctor, (BoundsInt * __this, Vector3Int position, Vector3Int size, MethodInfo * method)); DO_APP_FUNC(0x02CB4E30, void, BoundsInt_SetMinMax, (BoundsInt * __this, Vector3Int minPosition, Vector3Int maxPosition, MethodInfo * method)); DO_APP_FUNC(0x02CB4ED0, String *, BoundsInt_ToString, (BoundsInt * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB4EE0, String *, BoundsInt_ToString_1, (BoundsInt * __this, String * format, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x02CB5070, bool, BoundsInt_Equals, (BoundsInt * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x02CB5110, bool, BoundsInt_Equals_1, (BoundsInt * __this, BoundsInt other, MethodInfo * method)); DO_APP_FUNC(0x02CB51B0, int32_t, BoundsInt_GetHashCode, (BoundsInt * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB5210, Plane__Array *, GeometryUtility_CalculateFrustumPlanes, (Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x02CB5270, void, GeometryUtility_CalculateFrustumPlanes_1, (Camera * camera, Plane__Array * planes, MethodInfo * method)); DO_APP_FUNC(0x02CB54F0, void, GeometryUtility_CalculateFrustumPlanes_2, (Matrix4x4 worldToProjectionMatrix, Plane__Array * planes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9FC8, GeometryUtility_CalculateFrustumPlanes_2__MethodInfo); DO_APP_FUNC(0x02CB5640, bool, GeometryUtility_TestPlanesAABB, (Plane__Array * planes, Bounds bounds, MethodInfo * method)); DO_APP_FUNC(0x02CB56A0, void, GeometryUtility_Internal_ExtractPlanes, (Plane__Array * planes, Matrix4x4 worldToProjectionMatrix, MethodInfo * method)); DO_APP_FUNC(0x02CB5700, bool, GeometryUtility_TestPlanesAABB_Injected, (Plane__Array * planes, Bounds * bounds, MethodInfo * method)); DO_APP_FUNC(0x02CB5760, void, GeometryUtility_Internal_ExtractPlanes_Injected, (Plane__Array * planes, Matrix4x4 * worldToProjectionMatrix, MethodInfo * method)); DO_APP_FUNC(0x02C82380, Vector3, Plane_get_normal, (Plane * __this, MethodInfo * method)); DO_APP_FUNC(0x02C93030, float, Plane_get_distance, (Plane * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB57C0, void, Plane__ctor, (Plane * __this, Vector3 inNormal, Vector3 inPoint, MethodInfo * method)); DO_APP_FUNC(0x02CB58C0, void, Plane__ctor_1, (Plane * __this, Vector3 inNormal, float d, MethodInfo * method)); DO_APP_FUNC(0x02CB5980, void, Plane__ctor_2, (Plane * __this, Vector3 a, Vector3 b, Vector3 c, MethodInfo * method)); DO_APP_FUNC(0x02CB5B20, void, Plane_SetNormalAndPosition, (Plane * __this, Vector3 inNormal, Vector3 inPoint, MethodInfo * method)); DO_APP_FUNC(0x02CB5C10, float, Plane_GetDistanceToPoint, (Plane * __this, Vector3 point, MethodInfo * method)); DO_APP_FUNC(0x02CB5C60, bool, Plane_Raycast, (Plane * __this, Ray ray, float * enter, MethodInfo * method)); DO_APP_FUNC(0x02CB5D90, String *, Plane_ToString, (Plane * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB5DA0, String *, Plane_ToString_1, (Plane * __this, String * format, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x02CB5F60, void, Ray__ctor, (Ray * __this, Vector3 origin, Vector3 direction, MethodInfo * method)); DO_APP_FUNC(0x02C82380, Vector3, Ray_get_origin, (Ray * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC8470, void, Ray_set_origin, (Ray * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02CB3F00, Vector3, Ray_get_direction, (Ray * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB5FA0, void, Ray_set_direction, (Ray * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02CB5FD0, Vector3, Ray_GetPoint, (Ray * __this, float distance, MethodInfo * method)); DO_APP_FUNC(0x02CB6030, String *, Ray_ToString, (Ray * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB6040, String *, Ray_ToString_1, (Ray * __this, String * format, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x003C8E20, void, Rect__ctor, (Rect * __this, float x, float y, float width, float height, MethodInfo * method)); DO_APP_FUNC(0x02CB6200, void, Rect__ctor_1, (Rect * __this, Vector2 position, Vector2 size, MethodInfo * method)); DO_APP_FUNC(0x02BA2740, void, Rect__ctor_2, (Rect * __this, Rect source, MethodInfo * method)); DO_APP_FUNC(0x02CB6240, Rect, Rect_get_zero, (MethodInfo * method)); DO_APP_FUNC(0x02CB6250, Rect, Rect_MinMaxRect, (float xmin, float ymin, float xmax, float ymax, MethodInfo * method)); DO_APP_FUNC(0x003C8E20, void, Rect_Set, (Rect * __this, float x, float y, float width, float height, MethodInfo * method)); DO_APP_FUNC(0x02CAAE40, float, Rect_get_x, (Rect * __this, MethodInfo * method)); DO_APP_FUNC(0x00C84780, void, Rect_set_x, (Rect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02C92F50, float, Rect_get_y, (Rect * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC8440, void, Rect_set_y, (Rect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CB6290, Vector2, Rect_get_position, (Rect * __this, MethodInfo * method)); DO_APP_FUNC(0x02C523E0, void, Rect_set_position, (Rect * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02CB62B0, Vector2, Rect_get_center, (Rect * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB62E0, void, Rect_set_center, (Rect * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02CB6320, Vector2, Rect_get_min, (Rect * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB6340, void, Rect_set_min, (Rect * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02CB6380, Vector2, Rect_get_max, (Rect * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB63A0, void, Rect_set_max, (Rect * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02CAAE50, float, Rect_get_width, (Rect * __this, MethodInfo * method)); DO_APP_FUNC(0x00C859C0, void, Rect_set_width, (Rect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02C93030, float, Rect_get_height, (Rect * __this, MethodInfo * method)); DO_APP_FUNC(0x00C859E0, void, Rect_set_height, (Rect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CB63D0, Vector2, Rect_get_size, (Rect * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB63F0, void, Rect_set_size, (Rect * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02CAAE40, float, Rect_get_xMin, (Rect * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB6410, void, Rect_set_xMin, (Rect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02C92F50, float, Rect_get_yMin, (Rect * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB6430, void, Rect_set_yMin, (Rect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CB6450, float, Rect_get_xMax, (Rect * __this, MethodInfo * method)); DO_APP_FUNC(0x020C1170, void, Rect_set_xMax, (Rect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CB6460, float, Rect_get_yMax, (Rect * __this, MethodInfo * method)); DO_APP_FUNC(0x020C1190, void, Rect_set_yMax, (Rect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CB6470, bool, Rect_Contains, (Rect * __this, Vector2 point, MethodInfo * method)); DO_APP_FUNC(0x02CB64B0, bool, Rect_Contains_1, (Rect * __this, Vector3 point, MethodInfo * method)); DO_APP_FUNC(0x02CB64F0, Rect, Rect_OrderMinMax, (Rect rect, MethodInfo * method)); DO_APP_FUNC(0x02CB6560, bool, Rect_Overlaps, (Rect * __this, Rect other, MethodInfo * method)); DO_APP_FUNC(0x02CB65B0, bool, Rect_Overlaps_1, (Rect * __this, Rect other, bool allowInverse, MethodInfo * method)); DO_APP_FUNC(0x02CB6720, bool, Rect_op_Inequality, (Rect lhs, Rect rhs, MethodInfo * method)); DO_APP_FUNC(0x02CB6770, bool, Rect_op_Equality, (Rect lhs, Rect rhs, MethodInfo * method)); DO_APP_FUNC(0x02CB67B0, int32_t, Rect_GetHashCode, (Rect * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB6950, bool, Rect_Equals, (Rect * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x02CB69F0, bool, Rect_Equals_1, (Rect * __this, Rect other, MethodInfo * method)); DO_APP_FUNC(0x02CB6AE0, String *, Rect_ToString, (Rect * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB6AF0, String *, Rect_ToString_1, (Rect * __this, String * format, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x02B40F80, int32_t, RectInt_get_x, (RectInt * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, RectInt_set_x, (RectInt * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01119C00, int32_t, RectInt_get_y, (RectInt * __this, MethodInfo * method)); DO_APP_FUNC(0x01914E90, void, RectInt_set_y, (RectInt * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, RectInt_get_width, (RectInt * __this, MethodInfo * method)); DO_APP_FUNC(0x01914EB0, void, RectInt_set_width, (RectInt * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01866150, int32_t, RectInt_get_height, (RectInt * __this, MethodInfo * method)); DO_APP_FUNC(0x01B64E90, void, RectInt_set_height, (RectInt * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CB6E80, int32_t, RectInt_get_xMin, (RectInt * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB6EF0, int32_t, RectInt_get_yMin, (RectInt * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB6F60, int32_t, RectInt_get_xMax, (RectInt * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB6FD0, int32_t, RectInt_get_yMax, (RectInt * __this, MethodInfo * method)); DO_APP_FUNC(0x01F1B1A0, void, RectInt__ctor, (RectInt * __this, int32_t xMin, int32_t yMin, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02CB7040, bool, RectInt_Overlaps, (RectInt * __this, RectInt other, MethodInfo * method)); DO_APP_FUNC(0x02CB70F0, String *, RectInt_ToString, (RectInt * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB7100, String *, RectInt_ToString_1, (RectInt * __this, String * format, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x02CB7580, bool, RectInt_Equals, (RectInt * __this, RectInt other, MethodInfo * method)); DO_APP_FUNC(0x02CB75B0, void, RectOffset__ctor, (RectOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB7600, void, RectOffset__ctor_1, (RectOffset * __this, Object * sourceStyle, void * source, MethodInfo * method)); DO_APP_FUNC(0x02CB7660, void, RectOffset_Finalize, (RectOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB7740, void, RectOffset__ctor_2, (RectOffset * __this, int32_t left, int32_t right, int32_t top, int32_t bottom, MethodInfo * method)); DO_APP_FUNC(0x02CB78E0, String *, RectOffset_ToString, (RectOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB78F0, String *, RectOffset_ToString_1, (RectOffset * __this, String * format, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x02CB7E80, void, RectOffset_Destroy, (RectOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB7F30, void *, RectOffset_InternalCreate, (MethodInfo * method)); DO_APP_FUNC(0x02CB7F80, void, RectOffset_InternalDestroy, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x02CB7FD0, int32_t, RectOffset_get_left, (RectOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB8020, void, RectOffset_set_left, (RectOffset * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CB8080, int32_t, RectOffset_get_right, (RectOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB80D0, void, RectOffset_set_right, (RectOffset * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CB8130, int32_t, RectOffset_get_top, (RectOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB8180, void, RectOffset_set_top, (RectOffset * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CB81E0, int32_t, RectOffset_get_bottom, (RectOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB8230, void, RectOffset_set_bottom, (RectOffset * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CB8290, int32_t, RectOffset_get_horizontal, (RectOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB82E0, int32_t, RectOffset_get_vertical, (RectOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB8330, Rect, RectOffset_Remove, (RectOffset * __this, Rect rect, MethodInfo * method)); DO_APP_FUNC(0x02CB83B0, void, RectOffset_Remove_Injected, (RectOffset * __this, Rect * rect, Rect * ret, MethodInfo * method)); DO_APP_FUNC(0x02CB8420, void, DynamicGI_UpdateEnvironment, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LightingSettings_LightingSettingsDontStripMe, (LightingSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB8470, void, Gizmos_DrawLine, (Vector3 from, Vector3 to, MethodInfo * method)); DO_APP_FUNC(0x02CB84D0, void, Gizmos_DrawWireSphere, (Vector3 center, float radius, MethodInfo * method)); DO_APP_FUNC(0x02CB8530, void, Gizmos_DrawSphere, (Vector3 center, float radius, MethodInfo * method)); DO_APP_FUNC(0x02CB8590, void, Gizmos_DrawWireCube, (Vector3 center, Vector3 size, MethodInfo * method)); DO_APP_FUNC(0x02CB85F0, void, Gizmos_DrawCube, (Vector3 center, Vector3 size, MethodInfo * method)); DO_APP_FUNC(0x02CB8650, void, Gizmos_DrawMesh, (Mesh * mesh, int32_t submeshIndex, Vector3 position, Quaternion rotation, Vector3 scale, MethodInfo * method)); DO_APP_FUNC(0x02CB86E0, void, Gizmos_DrawWireMesh, (Mesh * mesh, int32_t submeshIndex, Vector3 position, Quaternion rotation, Vector3 scale, MethodInfo * method)); DO_APP_FUNC(0x02CB8770, void, Gizmos_DrawIcon, (Vector3 center, String * name, bool allowScaling, MethodInfo * method)); DO_APP_FUNC(0x02CB8800, void, Gizmos_DrawIcon_1, (Vector3 center, String * name, bool allowScaling, Color tint, MethodInfo * method)); DO_APP_FUNC(0x02CB8880, Color, Gizmos_get_color, (MethodInfo * method)); DO_APP_FUNC(0x02CB88E0, void, Gizmos_set_color, (Color value, MethodInfo * method)); DO_APP_FUNC(0x02CB8930, void, Gizmos_set_matrix, (Matrix4x4 value, MethodInfo * method)); DO_APP_FUNC(0x02CB8980, void, Gizmos_DrawRay, (Vector3 from, Vector3 direction, MethodInfo * method)); DO_APP_FUNC(0x02CB8A30, void, Gizmos_DrawMesh_1, (Mesh * mesh, Vector3 position, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x02CB8B10, void, Gizmos_DrawMesh_2, (Mesh * mesh, MethodInfo * method)); DO_APP_FUNC(0x02CB8C60, void, Gizmos_DrawMesh_3, (Mesh * mesh, Vector3 position, Quaternion rotation, Vector3 scale, MethodInfo * method)); DO_APP_FUNC(0x02CB8D00, void, Gizmos_DrawWireMesh_1, (Mesh * mesh, Vector3 position, Quaternion rotation, Vector3 scale, MethodInfo * method)); DO_APP_FUNC(0x02CB8DA0, void, Gizmos_DrawIcon_2, (Vector3 center, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CB8E20, void, Gizmos_DrawLine_Injected, (Vector3 * from, Vector3 * to, MethodInfo * method)); DO_APP_FUNC(0x02CB8E80, void, Gizmos_DrawWireSphere_Injected, (Vector3 * center, float radius, MethodInfo * method)); DO_APP_FUNC(0x02CB8EE0, void, Gizmos_DrawSphere_Injected, (Vector3 * center, float radius, MethodInfo * method)); DO_APP_FUNC(0x02CB8F40, void, Gizmos_DrawWireCube_Injected, (Vector3 * center, Vector3 * size, MethodInfo * method)); DO_APP_FUNC(0x02CB8FA0, void, Gizmos_DrawCube_Injected, (Vector3 * center, Vector3 * size, MethodInfo * method)); DO_APP_FUNC(0x02CB9000, void, Gizmos_DrawMesh_Injected, (Mesh * mesh, int32_t submeshIndex, Vector3 * position, Quaternion * rotation, Vector3 * scale, MethodInfo * method)); DO_APP_FUNC(0x02CB9080, void, Gizmos_DrawWireMesh_Injected, (Mesh * mesh, int32_t submeshIndex, Vector3 * position, Quaternion * rotation, Vector3 * scale, MethodInfo * method)); DO_APP_FUNC(0x02CB9100, void, Gizmos_DrawIcon_Injected, (Vector3 * center, String * name, bool allowScaling, Color * tint, MethodInfo * method)); DO_APP_FUNC(0x02CB9180, void, Gizmos_get_color_Injected, (Color * ret, MethodInfo * method)); DO_APP_FUNC(0x02CB91D0, void, Gizmos_set_color_Injected, (Color * value, MethodInfo * method)); DO_APP_FUNC(0x02CB9220, void, Gizmos_set_matrix_Injected, (Matrix4x4 * value, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, BeforeRenderOrderAttribute_get_order, (BeforeRenderOrderAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, BeforeRenderOrderAttribute_set_order, (BeforeRenderOrderAttribute * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, BeforeRenderOrderAttribute__ctor, (BeforeRenderOrderAttribute * __this, int32_t order, MethodInfo * method)); DO_APP_FUNC(0x02CB9270, int32_t, BeforeRenderHelper_GetUpdateOrder, (UnityAction * callback, MethodInfo * method)); DO_APP_FUNC(0x02CB93B0, void, BeforeRenderHelper_RegisterCallback, (UnityAction * callback, MethodInfo * method)); DO_APP_FUNC(0x02CB9A40, void, BeforeRenderHelper_UnregisterCallback, (UnityAction * callback, MethodInfo * method)); DO_APP_FUNC(0x02CB9E80, void, BeforeRenderHelper_Invoke, (MethodInfo * method)); DO_APP_FUNC(0x02CBA070, void, BeforeRenderHelper__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02CBA210, void, CustomRenderTextureManager_InvokeOnTextureLoaded_Internal, (CustomRenderTexture * source, MethodInfo * method)); DO_APP_FUNC(0x02CBA270, void, CustomRenderTextureManager_InvokeOnTextureUnloaded_Internal, (CustomRenderTexture * source, MethodInfo * method)); DO_APP_FUNC(0x02CBA2D0, void, Display__ctor, (Display * __this, MethodInfo * method)); DO_APP_FUNC(0x01262980, void, Display__ctor_1, (Display * __this, void * nativeDisplay, MethodInfo * method)); DO_APP_FUNC(0x02CBA2E0, int32_t, Display_get_renderingWidth, (Display * __this, MethodInfo * method)); DO_APP_FUNC(0x02CBA380, int32_t, Display_get_renderingHeight, (Display * __this, MethodInfo * method)); DO_APP_FUNC(0x02CBA420, int32_t, Display_get_systemWidth, (Display * __this, MethodInfo * method)); DO_APP_FUNC(0x02CBA4C0, int32_t, Display_get_systemHeight, (Display * __this, MethodInfo * method)); DO_APP_FUNC(0x02CBA560, RenderBuffer, Display_get_colorBuffer, (Display * __this, MethodInfo * method)); DO_APP_FUNC(0x02CBA620, Vector3, Display_RelativeMouseAt, (Vector3 inputMouseCoordinates, MethodInfo * method)); DO_APP_FUNC(0x02CBA710, Display *, Display_get_main, (MethodInfo * method)); DO_APP_FUNC(0x02CBA770, void, Display_RecreateDisplayList, (IntPtr__Array * nativeDisplay, MethodInfo * method)); DO_APP_FUNC(0x02CBAA30, void, Display_FireDisplaysUpdated, (MethodInfo * method)); DO_APP_FUNC(0x02CBAAC0, void, Display_GetSystemExtImpl, (void * nativeDisplay, int32_t * w, int32_t * h, MethodInfo * method)); DO_APP_FUNC(0x02CBAB30, void, Display_GetRenderingExtImpl, (void * nativeDisplay, int32_t * w, int32_t * h, MethodInfo * method)); DO_APP_FUNC(0x02CBABA0, void, Display_GetRenderingBuffersImpl, (void * nativeDisplay, RenderBuffer * color, RenderBuffer * depth, MethodInfo * method)); DO_APP_FUNC(0x02CBAC10, int32_t, Display_RelativeMouseAtImpl, (int32_t x, int32_t y, int32_t * rx, int32_t * ry, MethodInfo * method)); DO_APP_FUNC(0x02CBAC90, void, Display__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, Display_DisplaysUpdatedDelegate__ctor, (Display_DisplaysUpdatedDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, Display_DisplaysUpdatedDelegate_Invoke, (Display_DisplaysUpdatedDelegate * __this, MethodInfo * method)); DO_APP_FUNC(0x02CBAED0, int32_t, Screen_get_width, (MethodInfo * method)); DO_APP_FUNC(0x02CBAF20, int32_t, Screen_get_height, (MethodInfo * method)); DO_APP_FUNC(0x02CBAF70, float, Screen_get_dpi, (MethodInfo * method)); DO_APP_FUNC(0x02CBAFC0, void, Screen_RequestOrientation, (ScreenOrientation__Enum orient, MethodInfo * method)); DO_APP_FUNC(0x02A32550, ScreenOrientation__Enum, Screen_GetScreenOrientation, (MethodInfo * method)); DO_APP_FUNC(0x02A32550, ScreenOrientation__Enum, Screen_get_orientation, (MethodInfo * method)); DO_APP_FUNC(0x02CBB010, void, Screen_set_orientation, (ScreenOrientation__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CBB0C0, Resolution, Screen_get_currentResolution, (MethodInfo * method)); DO_APP_FUNC(0x01F558F0, bool, Screen_get_fullScreen, (MethodInfo * method)); DO_APP_FUNC(0x01F55990, FullScreenMode__Enum, Screen_get_fullScreenMode, (MethodInfo * method)); DO_APP_FUNC(0x02CBB120, void, Screen_SetResolution, (int32_t width, int32_t height, FullScreenMode__Enum fullscreenMode, int32_t preferredRefreshRate, MethodInfo * method)); DO_APP_FUNC(0x02CBB1A0, Resolution__Array *, Screen_get_resolutions, (MethodInfo * method)); DO_APP_FUNC(0x02CBB1F0, void, Screen_get_currentResolution_Injected, (Resolution * ret, MethodInfo * method)); DO_APP_FUNC(0x02CBB240, int32_t, Graphics_Internal_GetMaxDrawMeshInstanceCount, (MethodInfo * method)); DO_APP_FUNC(0x02CBB290, GraphicsTier__Enum, Graphics_get_activeTier, (MethodInfo * method)); DO_APP_FUNC(0x02CBB2E0, void, Graphics_set_activeTier, (GraphicsTier__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CBB330, void, Graphics_Internal_SetNullRT, (MethodInfo * method)); DO_APP_FUNC(0x02CBB380, void, Graphics_Internal_SetRTSimple, (RenderBuffer color, RenderBuffer depth, int32_t mip, CubemapFace__Enum face, int32_t depthSlice, MethodInfo * method)); DO_APP_FUNC(0x02CBB440, void, Graphics_CopyTexture_Full, (Texture * src, Texture * dst, MethodInfo * method)); DO_APP_FUNC(0x02CBB4A0, void, Graphics_CopyTexture_Slice, (Texture * src, int32_t srcElement, int32_t srcMip, Texture * dst, int32_t dstElement, int32_t dstMip, MethodInfo * method)); DO_APP_FUNC(0x02CBB520, void, Graphics_CopyTexture_Region, (Texture * src, int32_t srcElement, int32_t srcMip, int32_t srcX, int32_t srcY, int32_t srcWidth, int32_t srcHeight, Texture * dst, int32_t dstElement, int32_t dstMip, int32_t dstX, int32_t dstY, MethodInfo * method)); DO_APP_FUNC(0x02CBB5B0, void, Graphics_Internal_DrawMeshNow2, (Mesh * mesh, int32_t subsetIndex, Matrix4x4 matrix, MethodInfo * method)); DO_APP_FUNC(0x02CBB660, void, Graphics_Internal_DrawTexture, (Internal_DrawTextureArguments * args, MethodInfo * method)); DO_APP_FUNC(0x02CBB6B0, void, Graphics_Internal_DrawMesh, (Mesh * mesh, int32_t submeshIndex, Matrix4x4 matrix, Material * material, int32_t layer, Camera * camera, MaterialPropertyBlock * properties, ShadowCastingMode__Enum castShadows, bool receiveShadows, Transform * probeAnchor, LightProbeUsage__Enum lightProbeUsage, LightProbeProxyVolume * lightProbeProxyVolume, MethodInfo * method)); DO_APP_FUNC(0x02CBB7D0, void, Graphics_Internal_DrawMeshInstanced, (Mesh * mesh, int32_t submeshIndex, Material * material, Matrix4x4__Array * matrices, int32_t count, MaterialPropertyBlock * properties, ShadowCastingMode__Enum castShadows, bool receiveShadows, int32_t layer, Camera * camera, LightProbeUsage__Enum lightProbeUsage, LightProbeProxyVolume * lightProbeProxyVolume, MethodInfo * method)); DO_APP_FUNC(0x02CBB870, void, Graphics_Internal_BlitMaterial5, (Texture * source, RenderTexture * dest, Material * mat, int32_t pass, bool setRT, MethodInfo * method)); DO_APP_FUNC(0x02CBB900, void, Graphics_Blit2, (Texture * source, RenderTexture * dest, MethodInfo * method)); DO_APP_FUNC(0x02CBB960, void, Graphics_ExecuteCommandBuffer, (CommandBuffer * buffer, MethodInfo * method)); DO_APP_FUNC(0x02CBB9B0, void, Graphics_SetRenderTargetImpl, (RenderBuffer colorBuffer, RenderBuffer depthBuffer, int32_t mipLevel, CubemapFace__Enum face, int32_t depthSlice, MethodInfo * method)); DO_APP_FUNC(0x02CBBAC0, void, Graphics_SetRenderTargetImpl_1, (RenderTexture * rt, int32_t mipLevel, CubemapFace__Enum face, int32_t depthSlice, MethodInfo * method)); DO_APP_FUNC(0x02CBBD40, void, Graphics_SetRenderTarget, (RenderTexture * rt, int32_t mipLevel, CubemapFace__Enum face, int32_t depthSlice, MethodInfo * method)); DO_APP_FUNC(0x02CBBDD0, void, Graphics_CopyTexture, (Texture * src, Texture * dst, MethodInfo * method)); DO_APP_FUNC(0x02CBBE70, void, Graphics_CopyTexture_1, (Texture * src, int32_t srcElement, int32_t srcMip, Texture * dst, int32_t dstElement, int32_t dstMip, MethodInfo * method)); DO_APP_FUNC(0x02CBBF30, void, Graphics_CopyTexture_2, (Texture * src, int32_t srcElement, int32_t srcMip, int32_t srcX, int32_t srcY, int32_t srcWidth, int32_t srcHeight, Texture * dst, int32_t dstElement, int32_t dstMip, int32_t dstX, int32_t dstY, MethodInfo * method)); DO_APP_FUNC(0x02CBBFF0, void, Graphics_DrawMeshNow, (Mesh * mesh, Matrix4x4 matrix, int32_t materialIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9E60, Graphics_DrawMeshNow__MethodInfo); DO_APP_FUNC(0x02CBC220, void, Graphics_DrawMeshNow_1, (Mesh * mesh, Matrix4x4 matrix, MethodInfo * method)); DO_APP_FUNC(0x02CBC2B0, void, Graphics_DrawMesh, (Mesh * mesh, Matrix4x4 matrix, Material * material, int32_t layer, Camera * camera, int32_t submeshIndex, MaterialPropertyBlock * properties, ShadowCastingMode__Enum castShadows, bool receiveShadows, Transform * probeAnchor, LightProbeUsage__Enum lightProbeUsage, LightProbeProxyVolume * lightProbeProxyVolume, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9E10, Graphics_DrawMesh__MethodInfo); DO_APP_FUNC(0x02CBC590, void, Graphics_DrawMeshInstanced, (Mesh * mesh, int32_t submeshIndex, Material * material, Matrix4x4__Array * matrices, int32_t count, MaterialPropertyBlock * properties, ShadowCastingMode__Enum castShadows, bool receiveShadows, int32_t layer, Camera * camera, LightProbeUsage__Enum lightProbeUsage, LightProbeProxyVolume * lightProbeProxyVolume, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9E58, Graphics_DrawMeshInstanced__MethodInfo); DO_APP_FUNC(0x02CBCD40, void, Graphics_Blit, (Texture * source, RenderTexture * dest, MethodInfo * method)); DO_APP_FUNC(0x02CBCDE0, void, Graphics_Blit_1, (Texture * source, RenderTexture * dest, Material * mat, int32_t pass, MethodInfo * method)); DO_APP_FUNC(0x02CBCE70, void, Graphics_Blit_2, (Texture * source, RenderTexture * dest, Material * mat, MethodInfo * method)); DO_APP_FUNC(0x02CBCEF0, void, Graphics_Blit_3, (Texture * source, Material * mat, int32_t pass, MethodInfo * method)); DO_APP_FUNC(0x02CBCF70, void, Graphics_Blit_4, (Texture * source, Material * mat, MethodInfo * method)); DO_APP_FUNC(0x02CBD020, void, Graphics_DrawMesh_1, (Mesh * mesh, Matrix4x4 matrix, Material * material, int32_t layer, Camera * camera, int32_t submeshIndex, MaterialPropertyBlock * properties, bool castShadows, bool receiveShadows, MethodInfo * method)); DO_APP_FUNC(0x02CBD140, void, Graphics_DrawMeshInstanced_1, (Mesh * mesh, int32_t submeshIndex, Material * material, Matrix4x4__Array * matrices, int32_t count, MaterialPropertyBlock * properties, MethodInfo * method)); DO_APP_FUNC(0x02CBD200, void, Graphics_DrawMeshInstanced_2, (Mesh * mesh, int32_t submeshIndex, Material * material, Matrix4x4__Array * matrices, int32_t count, MaterialPropertyBlock * properties, ShadowCastingMode__Enum castShadows, bool receiveShadows, int32_t layer, Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x02CBD2E0, void, Graphics_SetRenderTarget_1, (RenderTexture * rt, MethodInfo * method)); DO_APP_FUNC(0x02CBD380, void, Graphics_SetRenderTarget_2, (RenderTexture * rt, int32_t mipLevel, MethodInfo * method)); DO_APP_FUNC(0x02CBD3F0, void, Graphics_SetRenderTarget_3, (RenderTexture * rt, int32_t mipLevel, CubemapFace__Enum face, MethodInfo * method)); DO_APP_FUNC(0x02CBD470, void, Graphics__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02CBD5D0, void, Graphics_Internal_SetRTSimple_Injected, (RenderBuffer * color, RenderBuffer * depth, int32_t mip, CubemapFace__Enum face, int32_t depthSlice, MethodInfo * method)); DO_APP_FUNC(0x02CBD660, void, Graphics_Internal_DrawMeshNow2_Injected, (Mesh * mesh, int32_t subsetIndex, Matrix4x4 * matrix, MethodInfo * method)); DO_APP_FUNC(0x02CBD6D0, void, Graphics_Internal_DrawMesh_Injected, (Mesh * mesh, int32_t submeshIndex, Matrix4x4 * matrix, Material * material, int32_t layer, Camera * camera, MaterialPropertyBlock * properties, ShadowCastingMode__Enum castShadows, bool receiveShadows, Transform * probeAnchor, LightProbeUsage__Enum lightProbeUsage, LightProbeProxyVolume * lightProbeProxyVolume, MethodInfo * method)); DO_APP_FUNC(0x02CBD770, void, Graphics_DrawMeshInstancedIndirect, (Mesh * param_00011f60, int32_t param_00011f61, Material * param_00011f62, Bounds param_00011f63, ComputeBuffer * param_00011f64, int32_t param_00011f65, MaterialPropertyBlock * param_00011f66, ShadowCastingMode__Enum param_00011f67, bool param_00011f68, int32_t param_00011f69, Camera * param_00011f6a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9E00, Graphics_DrawMeshInstancedIndirect__MethodInfo); DO_APP_FUNC(0x02CBD7D0, void, GL_Vertex3, (float x, float y, float z, MethodInfo * method)); DO_APP_FUNC(0x02CBD850, void, GL_Vertex, (Vector3 v, MethodInfo * method)); DO_APP_FUNC(0x02CBD870, void, GL_TexCoord3, (float x, float y, float z, MethodInfo * method)); DO_APP_FUNC(0x02CBD8F0, void, GL_TexCoord2, (float x, float y, MethodInfo * method)); DO_APP_FUNC(0x02CBD900, void, GL_ImmediateColor, (float r, float g, float b, float a, MethodInfo * method)); DO_APP_FUNC(0x02CBD990, void, GL_Color, (Color c, MethodInfo * method)); DO_APP_FUNC(0x02CBD9F0, void, GL_SetViewMatrix, (Matrix4x4 m, MethodInfo * method)); DO_APP_FUNC(0x02CBDA40, void, GL_set_modelview, (Matrix4x4 value, MethodInfo * method)); DO_APP_FUNC(0x02CBDAB0, void, GL_PushMatrix, (MethodInfo * method)); DO_APP_FUNC(0x02CBDB00, void, GL_PopMatrix, (MethodInfo * method)); DO_APP_FUNC(0x02CBDB50, void, GL_LoadOrtho, (MethodInfo * method)); DO_APP_FUNC(0x02CBDBA0, void, GL_LoadPixelMatrix, (MethodInfo * method)); DO_APP_FUNC(0x02CBDBF0, void, GL_LoadProjectionMatrix, (Matrix4x4 mat, MethodInfo * method)); DO_APP_FUNC(0x02CBDC40, Matrix4x4, GL_GetGPUProjectionMatrix, (Matrix4x4 proj, bool renderIntoTexture, MethodInfo * method)); DO_APP_FUNC(0x02CBDCD0, void, GL_GLLoadPixelMatrixScript, (float left, float right, float bottom, float top, MethodInfo * method)); DO_APP_FUNC(0x02CBDCD0, void, GL_LoadPixelMatrix_1, (float left, float right, float bottom, float top, MethodInfo * method)); DO_APP_FUNC(0x02CBDD60, void, GL_Begin, (int32_t mode, MethodInfo * method)); DO_APP_FUNC(0x02CBDDB0, void, GL_End, (MethodInfo * method)); DO_APP_FUNC(0x02CBDE00, void, GL_GLClear, (bool clearDepth, bool clearColor, Color backgroundColor, float depth, MethodInfo * method)); DO_APP_FUNC(0x02CBDE80, void, GL_Clear, (bool clearDepth, bool clearColor, Color backgroundColor, float depth, MethodInfo * method)); DO_APP_FUNC(0x02CBDF00, void, GL_Clear_1, (bool clearDepth, bool clearColor, Color backgroundColor, MethodInfo * method)); DO_APP_FUNC(0x02CBDF80, void, GL_Viewport, (Rect pixelRect, MethodInfo * method)); DO_APP_FUNC(0x02CBDFD0, void, GL_SetViewMatrix_Injected, (Matrix4x4 * m, MethodInfo * method)); DO_APP_FUNC(0x02CBE020, void, GL_LoadProjectionMatrix_Injected, (Matrix4x4 * mat, MethodInfo * method)); DO_APP_FUNC(0x02CBE070, void, GL_GetGPUProjectionMatrix_Injected, (Matrix4x4 * proj, bool renderIntoTexture, Matrix4x4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CBE0E0, void, GL_GLClear_Injected, (bool clearDepth, bool clearColor, Color * backgroundColor, float depth, MethodInfo * method)); DO_APP_FUNC(0x02CBE160, void, GL_Viewport_Injected, (Rect * pixelRect, MethodInfo * method)); DO_APP_FUNC(0x02CBE1B0, float, ScalableBufferManager_get_widthScaleFactor, (MethodInfo * method)); DO_APP_FUNC(0x02CBE200, float, ScalableBufferManager_get_heightScaleFactor, (MethodInfo * method)); DO_APP_FUNC(0x02CBE250, void, ScalableBufferManager_ResizeBuffers, (float widthScale, float heightScale, MethodInfo * method)); DO_APP_FUNC(0x01616940, Texture2D *, LightmapData_get_lightmapColor, (LightmapData * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LightmapData_set_lightmapColor, (LightmapData * __this, Texture2D * value, MethodInfo * method)); DO_APP_FUNC(0x014BA540, Texture2D *, LightmapData_get_lightmapDir, (LightmapData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, LightmapData_set_lightmapDir, (LightmapData * __this, Texture2D * value, MethodInfo * method)); DO_APP_FUNC(0x02414580, Texture2D *, LightmapData_get_shadowMask, (LightmapData * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, LightmapData_set_shadowMask, (LightmapData * __this, Texture2D * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LightmapData__ctor, (LightmapData * __this, MethodInfo * method)); DO_APP_FUNC(0x02CBE2C0, LightmapData__Array *, LightmapSettings_get_lightmaps, (MethodInfo * method)); DO_APP_FUNC(0x02CBE310, void, LightmapSettings_set_lightmaps, (LightmapData__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02CBE360, void, LightmapSettings_set_lightmapsMode, (LightmapsMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CBE3B0, void, LightProbes_Internal_CallTetrahedralizationCompletedFunction, (MethodInfo * method)); DO_APP_FUNC(0x02CBE410, void, LightProbes_Internal_CallNeedsRetetrahedralizationFunction, (MethodInfo * method)); DO_APP_FUNC(0x02B40F80, int32_t, Resolution_get_width, (Resolution * __this, MethodInfo * method)); DO_APP_FUNC(0x01119C00, int32_t, Resolution_get_height, (Resolution * __this, MethodInfo * method)); DO_APP_FUNC(0x02CBE470, String *, Resolution_ToString, (Resolution * __this, MethodInfo * method)); DO_APP_FUNC(0x02CBE610, void, QualitySettings_IncreaseLevel, (bool applyExpensiveChanges, MethodInfo * method)); DO_APP_FUNC(0x02CBE6B0, void, QualitySettings_DecreaseLevel, (bool applyExpensiveChanges, MethodInfo * method)); DO_APP_FUNC(0x02CBE750, void, QualitySettings_SetQualityLevel, (int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02CBE7A0, void, QualitySettings_IncreaseLevel_1, (MethodInfo * method)); DO_APP_FUNC(0x02CBE840, void, QualitySettings_DecreaseLevel_1, (MethodInfo * method)); DO_APP_FUNC(0x02CBE8E0, int32_t, QualitySettings_get_pixelLightCount, (MethodInfo * method)); DO_APP_FUNC(0x02CBE930, void, QualitySettings_set_pixelLightCount, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CBE980, void, QualitySettings_set_lodBias, (float value, MethodInfo * method)); DO_APP_FUNC(0x02CBE9E0, int32_t, QualitySettings_get_vSyncCount, (MethodInfo * method)); DO_APP_FUNC(0x02CBEA30, void, QualitySettings_set_vSyncCount, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CBEA80, int32_t, QualitySettings_get_antiAliasing, (MethodInfo * method)); DO_APP_FUNC(0x02CBEAD0, int32_t, QualitySettings_GetQualityLevel, (MethodInfo * method)); DO_APP_FUNC(0x02CBEB20, void, QualitySettings_SetQualityLevel_1, (int32_t index, bool applyExpensiveChanges, MethodInfo * method)); DO_APP_FUNC(0x02CBEB80, String__Array *, QualitySettings_get_names, (MethodInfo * method)); DO_APP_FUNC(0x02CBEBD0, ColorSpace__Enum, QualitySettings_get_activeColorSpace, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ImageEffectAllowedInSceneView__ctor, (ImageEffectAllowedInSceneView * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ImageEffectOpaque__ctor, (ImageEffectOpaque * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ImageEffectUsesCommandBuffer__ctor, (ImageEffectUsesCommandBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CBEC20, void, TrailRenderer_set_time, (TrailRenderer * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CBEC80, void, TrailRenderer_set_startWidth, (TrailRenderer * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CBECE0, void, TrailRenderer_set_endWidth, (TrailRenderer * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CBED40, void, TrailRenderer_Clear, (TrailRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CBED90, void, LineRenderer_set_positionCount, (LineRenderer * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CBEDF0, void, LineRenderer_SetPosition, (LineRenderer * __this, int32_t index, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x02CBEE60, void, LineRenderer_SetPositions, (LineRenderer * __this, Vector3__Array * positions, MethodInfo * method)); DO_APP_FUNC(0x02CBEEC0, void, LineRenderer_SetPosition_Injected, (LineRenderer * __this, int32_t index, Vector3 * position, MethodInfo * method)); DO_APP_FUNC(0x02CBEF30, float, MaterialPropertyBlock_GetFloatImpl, (MaterialPropertyBlock * __this, int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CBEF90, void, MaterialPropertyBlock_SetFloatImpl, (MaterialPropertyBlock * __this, int32_t name, float value, MethodInfo * method)); DO_APP_FUNC(0x02CBF000, void, MaterialPropertyBlock_SetVectorImpl, (MaterialPropertyBlock * __this, int32_t name, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x02CBF070, void, MaterialPropertyBlock_SetColorImpl, (MaterialPropertyBlock * __this, int32_t name, Color value, MethodInfo * method)); DO_APP_FUNC(0x02CBF0E0, void, MaterialPropertyBlock_SetMatrixImpl, (MaterialPropertyBlock * __this, int32_t name, Matrix4x4 value, MethodInfo * method)); DO_APP_FUNC(0x02CBF150, void, MaterialPropertyBlock_SetTextureImpl, (MaterialPropertyBlock * __this, int32_t name, Texture * value, MethodInfo * method)); DO_APP_FUNC(0x02CBF1C0, void, MaterialPropertyBlock_SetRenderTextureImpl, (MaterialPropertyBlock * __this, int32_t name, RenderTexture * value, RenderTextureSubElement__Enum element, MethodInfo * method)); DO_APP_FUNC(0x02CBF240, void, MaterialPropertyBlock_SetBufferImpl, (MaterialPropertyBlock * __this, int32_t name, ComputeBuffer * value, MethodInfo * method)); DO_APP_FUNC(0x02CBF2B0, void, MaterialPropertyBlock_SetFloatArrayImpl, (MaterialPropertyBlock * __this, int32_t name, Single__Array * values, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02CBF330, void, MaterialPropertyBlock_SetVectorArrayImpl, (MaterialPropertyBlock * __this, int32_t name, Vector4__Array * values, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02CBF3B0, void *, MaterialPropertyBlock_CreateImpl, (MethodInfo * method)); DO_APP_FUNC(0x02CBF400, void, MaterialPropertyBlock_DestroyImpl, (void * mpb, MethodInfo * method)); DO_APP_FUNC(0x02CBF450, void, MaterialPropertyBlock_Clear, (MaterialPropertyBlock * __this, bool keepMemory, MethodInfo * method)); DO_APP_FUNC(0x02CBF4B0, void, MaterialPropertyBlock_Clear_1, (MaterialPropertyBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x02CBF510, void, MaterialPropertyBlock_SetFloatArray, (MaterialPropertyBlock * __this, int32_t name, Single__Array * values, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9DD0, MaterialPropertyBlock_SetFloatArray__MethodInfo); DO_APP_FUNC(0x02CBF6A0, void, MaterialPropertyBlock_SetVectorArray, (MaterialPropertyBlock * __this, int32_t name, Vector4__Array * values, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9DB8, MaterialPropertyBlock_SetVectorArray__MethodInfo); DO_APP_FUNC(0x02CBF830, void, MaterialPropertyBlock__ctor, (MaterialPropertyBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x02CBF880, void, MaterialPropertyBlock_Finalize, (MaterialPropertyBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x02CBF990, void, MaterialPropertyBlock_Dispose, (MaterialPropertyBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x02CBFA70, void, MaterialPropertyBlock_SetInt, (MaterialPropertyBlock * __this, String * name, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CBFB30, void, MaterialPropertyBlock_SetInt_1, (MaterialPropertyBlock * __this, int32_t nameID, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CBFBA0, void, MaterialPropertyBlock_SetFloat, (MaterialPropertyBlock * __this, String * name, float value, MethodInfo * method)); DO_APP_FUNC(0x02CBEF90, void, MaterialPropertyBlock_SetFloat_1, (MaterialPropertyBlock * __this, int32_t nameID, float value, MethodInfo * method)); DO_APP_FUNC(0x02CBFC50, void, MaterialPropertyBlock_SetVector, (MaterialPropertyBlock * __this, String * name, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x02CBFD10, void, MaterialPropertyBlock_SetVector_1, (MaterialPropertyBlock * __this, int32_t nameID, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x02CBFD80, void, MaterialPropertyBlock_SetColor, (MaterialPropertyBlock * __this, String * name, Color value, MethodInfo * method)); DO_APP_FUNC(0x02CBFE40, void, MaterialPropertyBlock_SetColor_1, (MaterialPropertyBlock * __this, int32_t nameID, Color value, MethodInfo * method)); DO_APP_FUNC(0x02CBFEB0, void, MaterialPropertyBlock_SetMatrix, (MaterialPropertyBlock * __this, int32_t nameID, Matrix4x4 value, MethodInfo * method)); DO_APP_FUNC(0x02CBF240, void, MaterialPropertyBlock_SetBuffer, (MaterialPropertyBlock * __this, int32_t nameID, ComputeBuffer * value, MethodInfo * method)); DO_APP_FUNC(0x02CBFF40, void, MaterialPropertyBlock_SetTexture, (MaterialPropertyBlock * __this, String * name, Texture * value, MethodInfo * method)); DO_APP_FUNC(0x02CBF150, void, MaterialPropertyBlock_SetTexture_1, (MaterialPropertyBlock * __this, int32_t nameID, Texture * value, MethodInfo * method)); DO_APP_FUNC(0x02CBF1C0, void, MaterialPropertyBlock_SetTexture_2, (MaterialPropertyBlock * __this, int32_t nameID, RenderTexture * value, RenderTextureSubElement__Enum element, MethodInfo * method)); DO_APP_FUNC(0x02CBFFF0, void, MaterialPropertyBlock_SetFloatArray_1, (MaterialPropertyBlock * __this, String * name, Single__Array * values, MethodInfo * method)); DO_APP_FUNC(0x02CC0080, void, MaterialPropertyBlock_SetFloatArray_2, (MaterialPropertyBlock * __this, int32_t nameID, Single__Array * values, MethodInfo * method)); DO_APP_FUNC(0x02CC00B0, void, MaterialPropertyBlock_SetVectorArray_1, (MaterialPropertyBlock * __this, String * name, Vector4__Array * values, MethodInfo * method)); DO_APP_FUNC(0x02CC0140, void, MaterialPropertyBlock_SetVectorArray_2, (MaterialPropertyBlock * __this, int32_t nameID, Vector4__Array * values, MethodInfo * method)); DO_APP_FUNC(0x02CC0170, float, MaterialPropertyBlock_GetFloat, (MaterialPropertyBlock * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CC0210, void, MaterialPropertyBlock_SetVectorImpl_Injected, (MaterialPropertyBlock * __this, int32_t name, Vector4 * value, MethodInfo * method)); DO_APP_FUNC(0x02CC0280, void, MaterialPropertyBlock_SetColorImpl_Injected, (MaterialPropertyBlock * __this, int32_t name, Color * value, MethodInfo * method)); DO_APP_FUNC(0x02CC02F0, void, MaterialPropertyBlock_SetMatrixImpl_Injected, (MaterialPropertyBlock * __this, int32_t name, Matrix4x4 * value, MethodInfo * method)); DO_APP_FUNC(0x02CC0360, Bounds, Renderer_get_bounds, (Renderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC03D0, Bounds, Renderer_get_localBounds, (Renderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC0440, void, Renderer_set_localBounds, (Renderer * __this, Bounds value, MethodInfo * method)); DO_APP_FUNC(0x02CC04A0, void, Renderer_SetStaticLightmapST, (Renderer * __this, Vector4 st, MethodInfo * method)); DO_APP_FUNC(0x02CC0500, Material *, Renderer_GetMaterial, (Renderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC0550, Material *, Renderer_GetSharedMaterial, (Renderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC05A0, void, Renderer_SetMaterial, (Renderer * __this, Material * m, MethodInfo * method)); DO_APP_FUNC(0x02CC0600, Material__Array *, Renderer_GetMaterialArray, (Renderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC0650, void, Renderer_SetMaterialArray, (Renderer * __this, Material__Array * m, MethodInfo * method)); DO_APP_FUNC(0x02CC06B0, void, Renderer_Internal_SetPropertyBlock, (Renderer * __this, MaterialPropertyBlock * properties, MethodInfo * method)); DO_APP_FUNC(0x02CC0710, void, Renderer_Internal_GetPropertyBlock, (Renderer * __this, MaterialPropertyBlock * dest, MethodInfo * method)); DO_APP_FUNC(0x02CC06B0, void, Renderer_SetPropertyBlock, (Renderer * __this, MaterialPropertyBlock * properties, MethodInfo * method)); DO_APP_FUNC(0x02CC0710, void, Renderer_GetPropertyBlock, (Renderer * __this, MaterialPropertyBlock * properties, MethodInfo * method)); DO_APP_FUNC(0x02CC0770, bool, Renderer_get_enabled, (Renderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC07C0, void, Renderer_set_enabled, (Renderer * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CC0820, bool, Renderer_get_isVisible, (Renderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC0870, void, Renderer_set_shadowCastingMode, (Renderer * __this, ShadowCastingMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CC08D0, void, Renderer_set_receiveShadows, (Renderer * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CC0930, int32_t, Renderer_get_sortingLayerID, (Renderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC0980, void, Renderer_set_sortingLayerID, (Renderer * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CC09E0, int32_t, Renderer_get_sortingOrder, (Renderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC0A30, void, Renderer_set_sortingOrder, (Renderer * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CC0A90, int32_t, Renderer_get_sortingGroupID, (Renderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC0AE0, int32_t, Renderer_get_sortingGroupOrder, (Renderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC0B30, void, Renderer_set_allowOcclusionWhenDynamic, (Renderer * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CC0B90, bool, Renderer_get_isPartOfStaticBatch, (Renderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC0BE0, Matrix4x4, Renderer_get_localToWorldMatrix, (Renderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC0C60, void, Renderer_set_probeAnchor, (Renderer * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x02CC0CC0, int32_t, Renderer_GetLightmapIndex, (Renderer * __this, LightmapType__Enum lt, MethodInfo * method)); DO_APP_FUNC(0x02CC0D20, void, Renderer_SetLightmapIndex, (Renderer * __this, int32_t index, LightmapType__Enum lt, MethodInfo * method)); DO_APP_FUNC(0x02CC0D90, Vector4, Renderer_GetLightmapST, (Renderer * __this, LightmapType__Enum lt, MethodInfo * method)); DO_APP_FUNC(0x02CC0E10, int32_t, Renderer_get_lightmapIndex, (Renderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC0E70, void, Renderer_set_lightmapIndex, (Renderer * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CC0ED0, Vector4, Renderer_get_lightmapScaleOffset, (Renderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC0F50, void, Renderer_set_lightmapScaleOffset, (Renderer * __this, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x02CC0FB0, Vector4, Renderer_get_realtimeLightmapScaleOffset, (Renderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC1030, Material__Array *, Renderer_GetSharedMaterialArray, (Renderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC0600, Material__Array *, Renderer_get_materials, (Renderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC0650, void, Renderer_set_materials, (Renderer * __this, Material__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02CC0500, Material *, Renderer_get_material, (Renderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC05A0, void, Renderer_set_material, (Renderer * __this, Material * value, MethodInfo * method)); DO_APP_FUNC(0x02CC0550, Material *, Renderer_get_sharedMaterial, (Renderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC05A0, void, Renderer_set_sharedMaterial, (Renderer * __this, Material * value, MethodInfo * method)); DO_APP_FUNC(0x02CC1030, Material__Array *, Renderer_get_sharedMaterials, (Renderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC0650, void, Renderer_set_sharedMaterials, (Renderer * __this, Material__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, Renderer__ctor, (Renderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC1080, void, Renderer_get_bounds_Injected, (Renderer * __this, Bounds * ret, MethodInfo * method)); DO_APP_FUNC(0x02CC10E0, void, Renderer_get_localBounds_Injected, (Renderer * __this, Bounds * ret, MethodInfo * method)); DO_APP_FUNC(0x02CC1140, void, Renderer_set_localBounds_Injected, (Renderer * __this, Bounds * value, MethodInfo * method)); DO_APP_FUNC(0x02CC11A0, void, Renderer_SetStaticLightmapST_Injected, (Renderer * __this, Vector4 * st, MethodInfo * method)); DO_APP_FUNC(0x02CC1200, void, Renderer_get_localToWorldMatrix_Injected, (Renderer * __this, Matrix4x4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CC1260, void, Renderer_GetLightmapST_Injected, (Renderer * __this, LightmapType__Enum lt, Vector4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CC12D0, bool, RenderSettings_get_fog, (MethodInfo * method)); DO_APP_FUNC(0x02CC1320, float, RenderSettings_get_fogStartDistance, (MethodInfo * method)); DO_APP_FUNC(0x02CC1370, float, RenderSettings_get_fogEndDistance, (MethodInfo * method)); DO_APP_FUNC(0x02CC13C0, Color, RenderSettings_get_fogColor, (MethodInfo * method)); DO_APP_FUNC(0x02CC1420, float, RenderSettings_get_fogDensity, (MethodInfo * method)); DO_APP_FUNC(0x02CC1470, void, RenderSettings_set_fogDensity, (float value, MethodInfo * method)); DO_APP_FUNC(0x02CC14D0, AmbientMode__Enum, RenderSettings_get_ambientMode, (MethodInfo * method)); DO_APP_FUNC(0x02CC1520, void, RenderSettings_set_ambientIntensity, (float value, MethodInfo * method)); DO_APP_FUNC(0x02CC1580, Material *, RenderSettings_get_skybox, (MethodInfo * method)); DO_APP_FUNC(0x02CC15D0, void, RenderSettings_set_skybox, (Material * value, MethodInfo * method)); DO_APP_FUNC(0x02CC1620, SphericalHarmonicsL2, RenderSettings_get_ambientProbe, (MethodInfo * method)); DO_APP_FUNC(0x02CC16A0, void, RenderSettings_set_reflectionIntensity, (float value, MethodInfo * method)); DO_APP_FUNC(0x02CC1700, void, RenderSettings_get_fogColor_Injected, (Color * ret, MethodInfo * method)); DO_APP_FUNC(0x02CC1750, void, RenderSettings_get_ambientProbe_Injected, (SphericalHarmonicsL2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CC17A0, ShaderHardwareTier__Enum, Shader_get_globalShaderHardwareTier, (MethodInfo * method)); DO_APP_FUNC(0x02CC1820, void, Shader_set_globalShaderHardwareTier, (ShaderHardwareTier__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CC18B0, Shader *, Shader_Find, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02CC1920, Shader *, Shader_FindBuiltin, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02CC1970, int32_t, Shader_get_maximumChunksOverride, (MethodInfo * method)); DO_APP_FUNC(0x02CC19C0, void, Shader_set_maximumChunksOverride, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CC1A10, int32_t, Shader_get_maximumLOD, (Shader * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC1A60, void, Shader_set_maximumLOD, (Shader * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CC1AC0, int32_t, Shader_get_globalMaximumLOD, (MethodInfo * method)); DO_APP_FUNC(0x02CC1B10, void, Shader_set_globalMaximumLOD, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CC1B60, bool, Shader_get_isSupported, (Shader * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC1BB0, String *, Shader_get_globalRenderPipeline, (MethodInfo * method)); DO_APP_FUNC(0x02CC1C00, void, Shader_set_globalRenderPipeline, (String * value, MethodInfo * method)); DO_APP_FUNC(0x02CC1C50, GlobalKeyword__Array *, Shader_get_enabledGlobalKeywords, (MethodInfo * method)); DO_APP_FUNC(0x02CC1CA0, GlobalKeyword__Array *, Shader_get_globalKeywords, (MethodInfo * method)); DO_APP_FUNC(0x02CC1CF0, LocalKeywordSpace, Shader_get_keywordSpace, (Shader * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC1C50, GlobalKeyword__Array *, Shader_GetEnabledGlobalKeywords, (MethodInfo * method)); DO_APP_FUNC(0x02CC1CA0, GlobalKeyword__Array *, Shader_GetAllGlobalKeywords, (MethodInfo * method)); DO_APP_FUNC(0x02CC1D60, void, Shader_EnableKeyword, (String * keyword, MethodInfo * method)); DO_APP_FUNC(0x02CC1DB0, void, Shader_DisableKeyword, (String * keyword, MethodInfo * method)); DO_APP_FUNC(0x02CC1E00, bool, Shader_IsKeywordEnabled, (String * keyword, MethodInfo * method)); DO_APP_FUNC(0x02CC1E50, void, Shader_EnableKeywordFast, (GlobalKeyword keyword, MethodInfo * method)); DO_APP_FUNC(0x02CC1EA0, void, Shader_DisableKeywordFast, (GlobalKeyword keyword, MethodInfo * method)); DO_APP_FUNC(0x02CC1EF0, void, Shader_SetKeywordFast, (GlobalKeyword keyword, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CC1F50, bool, Shader_IsKeywordEnabledFast, (GlobalKeyword keyword, MethodInfo * method)); DO_APP_FUNC(0x02CC1FA0, void, Shader_EnableKeyword_1, (GlobalKeyword * keyword, MethodInfo * method)); DO_APP_FUNC(0x02CC2000, void, Shader_DisableKeyword_1, (GlobalKeyword * keyword, MethodInfo * method)); DO_APP_FUNC(0x02CC2060, void, Shader_SetKeyword, (GlobalKeyword * keyword, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CC20C0, bool, Shader_IsKeywordEnabled_1, (GlobalKeyword * keyword, MethodInfo * method)); DO_APP_FUNC(0x02CC2120, int32_t, Shader_get_renderQueue, (Shader * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC2170, DisableBatchingType__Enum, Shader_get_disableBatching, (Shader * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC21C0, void, Shader_WarmupAllShaders, (MethodInfo * method)); DO_APP_FUNC(0x02CC2210, int32_t, Shader_TagToID, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02CC2260, String *, Shader_IDToTag, (int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CC22B0, int32_t, Shader_PropertyToID, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02CC2300, Shader *, Shader_GetDependency, (Shader * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CC2360, int32_t, Shader_get_passCount, (Shader * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC23B0, int32_t, Shader_get_subshaderCount, (Shader * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC2400, int32_t, Shader_GetPassCountInSubshader, (Shader * __this, int32_t subshaderIndex, MethodInfo * method)); DO_APP_FUNC(0x02CC2460, ShaderTagId, Shader_FindPassTagValue, (Shader * __this, int32_t passIndex, ShaderTagId tagName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9D88, Shader_FindPassTagValue__MethodInfo); DO_APP_FUNC(0x02CC2570, ShaderTagId, Shader_FindPassTagValue_1, (Shader * __this, int32_t subshaderIndex, int32_t passIndex, ShaderTagId tagName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9DA8, Shader_FindPassTagValue_1__MethodInfo); DO_APP_FUNC(0x02CC2740, ShaderTagId, Shader_FindSubshaderTagValue, (Shader * __this, int32_t subshaderIndex, ShaderTagId tagName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9D98, Shader_FindSubshaderTagValue__MethodInfo); DO_APP_FUNC(0x02CC28B0, int32_t, Shader_Internal_FindPassTagValue, (Shader * __this, int32_t passIndex, int32_t tagName, MethodInfo * method)); DO_APP_FUNC(0x02CC2920, int32_t, Shader_Internal_FindPassTagValueInSubShader, (Shader * __this, int32_t subShaderIndex, int32_t passIndex, int32_t tagName, MethodInfo * method)); DO_APP_FUNC(0x02CC29A0, int32_t, Shader_Internal_FindSubshaderTagValue, (Shader * __this, int32_t subShaderIndex, int32_t tagName, MethodInfo * method)); DO_APP_FUNC(0x02CC2A10, void, Shader_SetGlobalIntImpl, (int32_t name, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CC2A70, void, Shader_SetGlobalFloatImpl, (int32_t name, float value, MethodInfo * method)); DO_APP_FUNC(0x02CC2AD0, void, Shader_SetGlobalVectorImpl, (int32_t name, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x02CC2B30, void, Shader_SetGlobalMatrixImpl, (int32_t name, Matrix4x4 value, MethodInfo * method)); DO_APP_FUNC(0x02CC2B90, void, Shader_SetGlobalTextureImpl, (int32_t name, Texture * value, MethodInfo * method)); DO_APP_FUNC(0x02CC2BF0, void, Shader_SetGlobalRenderTextureImpl, (int32_t name, RenderTexture * value, RenderTextureSubElement__Enum element, MethodInfo * method)); DO_APP_FUNC(0x02CC2C60, void, Shader_SetGlobalBufferImpl, (int32_t name, ComputeBuffer * value, MethodInfo * method)); DO_APP_FUNC(0x02CC2CC0, void, Shader_SetGlobalGraphicsBufferImpl, (int32_t name, GraphicsBuffer * value, MethodInfo * method)); DO_APP_FUNC(0x02CC2D20, void, Shader_SetGlobalConstantBufferImpl, (int32_t name, ComputeBuffer * value, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02CC2DA0, void, Shader_SetGlobalConstantGraphicsBufferImpl, (int32_t name, GraphicsBuffer * value, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02CC2E20, int32_t, Shader_GetGlobalIntImpl, (int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CC2E70, float, Shader_GetGlobalFloatImpl, (int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CC2EC0, Vector4, Shader_GetGlobalVectorImpl, (int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CC2F30, Matrix4x4, Shader_GetGlobalMatrixImpl, (int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CC2FB0, Texture *, Shader_GetGlobalTextureImpl, (int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CC3000, void, Shader_SetGlobalFloatArrayImpl, (int32_t name, Single__Array * values, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02CC3070, void, Shader_SetGlobalVectorArrayImpl, (int32_t name, Vector4__Array * values, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02CC30E0, void, Shader_SetGlobalMatrixArrayImpl, (int32_t name, Matrix4x4__Array * values, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02CC3150, Single__Array *, Shader_GetGlobalFloatArrayImpl, (int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CC31A0, Vector4__Array *, Shader_GetGlobalVectorArrayImpl, (int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CC31F0, Matrix4x4__Array *, Shader_GetGlobalMatrixArrayImpl, (int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CC3240, int32_t, Shader_GetGlobalFloatArrayCountImpl, (int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CC3290, int32_t, Shader_GetGlobalVectorArrayCountImpl, (int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CC32E0, int32_t, Shader_GetGlobalMatrixArrayCountImpl, (int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CC3330, void, Shader_ExtractGlobalFloatArrayImpl, (int32_t name, Single__Array * val, MethodInfo * method)); DO_APP_FUNC(0x02CC3390, void, Shader_ExtractGlobalVectorArrayImpl, (int32_t name, Vector4__Array * val, MethodInfo * method)); DO_APP_FUNC(0x02CC33F0, void, Shader_ExtractGlobalMatrixArrayImpl, (int32_t name, Matrix4x4__Array * val, MethodInfo * method)); DO_APP_FUNC(0x02CC3450, void, Shader_SetGlobalFloatArray, (int32_t name, Single__Array * values, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9D30, Shader_SetGlobalFloatArray__MethodInfo); DO_APP_FUNC(0x02CC35D0, void, Shader_SetGlobalVectorArray, (int32_t name, Vector4__Array * values, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9D50, Shader_SetGlobalVectorArray__MethodInfo); DO_APP_FUNC(0x02CC3750, void, Shader_SetGlobalMatrixArray, (int32_t name, Matrix4x4__Array * values, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9D48, Shader_SetGlobalMatrixArray__MethodInfo); DO_APP_FUNC(0x02CC38D0, void, Shader_ExtractGlobalFloatArray, (int32_t name, List_1_System_Single_ * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9D38, Shader_ExtractGlobalFloatArray__MethodInfo); DO_APP_FUNC(0x02CC3AC0, void, Shader_ExtractGlobalVectorArray, (int32_t name, List_1_UnityEngine_Vector4_ * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9D70, Shader_ExtractGlobalVectorArray__MethodInfo); DO_APP_FUNC(0x02CC3CB0, void, Shader_ExtractGlobalMatrixArray, (int32_t name, List_1_UnityEngine_Matrix4x4_ * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9D58, Shader_ExtractGlobalMatrixArray__MethodInfo); DO_APP_FUNC(0x02CC3EA0, void, Shader_SetGlobalInt, (String * name, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CC3F50, void, Shader_SetGlobalInt_1, (int32_t nameID, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CC3FB0, void, Shader_SetGlobalFloat, (String * name, float value, MethodInfo * method)); DO_APP_FUNC(0x02CC2A70, void, Shader_SetGlobalFloat_1, (int32_t nameID, float value, MethodInfo * method)); DO_APP_FUNC(0x02CC4050, void, Shader_SetGlobalInteger, (String * name, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CC2A10, void, Shader_SetGlobalInteger_1, (int32_t nameID, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CC40F0, void, Shader_SetGlobalVector, (String * name, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x02CC41A0, void, Shader_SetGlobalVector_1, (int32_t nameID, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x02CC4200, void, Shader_SetGlobalColor, (String * name, Color value, MethodInfo * method)); DO_APP_FUNC(0x02CC42F0, void, Shader_SetGlobalColor_1, (int32_t nameID, Color value, MethodInfo * method)); DO_APP_FUNC(0x02CC4390, void, Shader_SetGlobalMatrix, (String * name, Matrix4x4 value, MethodInfo * method)); DO_APP_FUNC(0x02CC4460, void, Shader_SetGlobalMatrix_1, (int32_t nameID, Matrix4x4 value, MethodInfo * method)); DO_APP_FUNC(0x02CC44E0, void, Shader_SetGlobalTexture, (String * name, Texture * value, MethodInfo * method)); DO_APP_FUNC(0x02CC2B90, void, Shader_SetGlobalTexture_1, (int32_t nameID, Texture * value, MethodInfo * method)); DO_APP_FUNC(0x02CC4580, void, Shader_SetGlobalTexture_2, (String * name, RenderTexture * value, RenderTextureSubElement__Enum element, MethodInfo * method)); DO_APP_FUNC(0x02CC2BF0, void, Shader_SetGlobalTexture_3, (int32_t nameID, RenderTexture * value, RenderTextureSubElement__Enum element, MethodInfo * method)); DO_APP_FUNC(0x02CC4630, void, Shader_SetGlobalBuffer, (String * name, ComputeBuffer * value, MethodInfo * method)); DO_APP_FUNC(0x02CC2C60, void, Shader_SetGlobalBuffer_1, (int32_t nameID, ComputeBuffer * value, MethodInfo * method)); DO_APP_FUNC(0x02CC46D0, void, Shader_SetGlobalBuffer_2, (String * name, GraphicsBuffer * value, MethodInfo * method)); DO_APP_FUNC(0x02CC2CC0, void, Shader_SetGlobalBuffer_3, (int32_t nameID, GraphicsBuffer * value, MethodInfo * method)); DO_APP_FUNC(0x02CC4770, void, Shader_SetGlobalConstantBuffer, (String * name, ComputeBuffer * value, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02CC4800, void, Shader_SetGlobalConstantBuffer_1, (int32_t nameID, ComputeBuffer * value, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02CC4810, void, Shader_SetGlobalConstantBuffer_2, (String * name, GraphicsBuffer * value, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02CC48A0, void, Shader_SetGlobalConstantBuffer_3, (int32_t nameID, GraphicsBuffer * value, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02CC48B0, void, Shader_SetGlobalFloatArray_1, (String * name, List_1_System_Single_ * values, MethodInfo * method)); DO_APP_FUNC(0x02CC4970, void, Shader_SetGlobalFloatArray_2, (int32_t nameID, List_1_System_Single_ * values, MethodInfo * method)); DO_APP_FUNC(0x02CC49E0, void, Shader_SetGlobalFloatArray_3, (String * name, Single__Array * values, MethodInfo * method)); DO_APP_FUNC(0x02CC4A60, void, Shader_SetGlobalFloatArray_4, (int32_t nameID, Single__Array * values, MethodInfo * method)); DO_APP_FUNC(0x02CC4A80, void, Shader_SetGlobalVectorArray_1, (String * name, List_1_UnityEngine_Vector4_ * values, MethodInfo * method)); DO_APP_FUNC(0x02CC4B40, void, Shader_SetGlobalVectorArray_2, (int32_t nameID, List_1_UnityEngine_Vector4_ * values, MethodInfo * method)); DO_APP_FUNC(0x02CC4BB0, void, Shader_SetGlobalVectorArray_3, (String * name, Vector4__Array * values, MethodInfo * method)); DO_APP_FUNC(0x02CC4C30, void, Shader_SetGlobalVectorArray_4, (int32_t nameID, Vector4__Array * values, MethodInfo * method)); DO_APP_FUNC(0x02CC4C50, void, Shader_SetGlobalMatrixArray_1, (String * name, List_1_UnityEngine_Matrix4x4_ * values, MethodInfo * method)); DO_APP_FUNC(0x02CC4D10, void, Shader_SetGlobalMatrixArray_2, (int32_t nameID, List_1_UnityEngine_Matrix4x4_ * values, MethodInfo * method)); DO_APP_FUNC(0x02CC4D80, void, Shader_SetGlobalMatrixArray_3, (String * name, Matrix4x4__Array * values, MethodInfo * method)); DO_APP_FUNC(0x02CC4E00, void, Shader_SetGlobalMatrixArray_4, (int32_t nameID, Matrix4x4__Array * values, MethodInfo * method)); DO_APP_FUNC(0x02CC4E20, int32_t, Shader_GetGlobalInt, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02CC4EC0, int32_t, Shader_GetGlobalInt_1, (int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CC4F20, float, Shader_GetGlobalFloat, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02CC2E70, float, Shader_GetGlobalFloat_1, (int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CC4FB0, int32_t, Shader_GetGlobalInteger, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02CC2E20, int32_t, Shader_GetGlobalInteger_1, (int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CC5040, Vector4, Shader_GetGlobalVector, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02CC5100, Vector4, Shader_GetGlobalVector_1, (int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CC5180, Color, Shader_GetGlobalColor, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02CC5240, Color, Shader_GetGlobalColor_1, (int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CC52C0, Matrix4x4, Shader_GetGlobalMatrix, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02CC53C0, Matrix4x4, Shader_GetGlobalMatrix_1, (int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CC5470, Texture *, Shader_GetGlobalTexture, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02CC2FB0, Texture *, Shader_GetGlobalTexture_1, (int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CC5500, Single__Array *, Shader_GetGlobalFloatArray, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02CC55E0, Single__Array *, Shader_GetGlobalFloatArray_1, (int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CC5680, Vector4__Array *, Shader_GetGlobalVectorArray, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02CC5760, Vector4__Array *, Shader_GetGlobalVectorArray_1, (int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CC5800, Matrix4x4__Array *, Shader_GetGlobalMatrixArray, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02CC58E0, Matrix4x4__Array *, Shader_GetGlobalMatrixArray_1, (int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CC5980, void, Shader_GetGlobalFloatArray_2, (String * name, List_1_System_Single_ * values, MethodInfo * method)); DO_APP_FUNC(0x02CC59F0, void, Shader_GetGlobalFloatArray_3, (int32_t nameID, List_1_System_Single_ * values, MethodInfo * method)); DO_APP_FUNC(0x02CC5A00, void, Shader_GetGlobalVectorArray_2, (String * name, List_1_UnityEngine_Vector4_ * values, MethodInfo * method)); DO_APP_FUNC(0x02CC5A70, void, Shader_GetGlobalVectorArray_3, (int32_t nameID, List_1_UnityEngine_Vector4_ * values, MethodInfo * method)); DO_APP_FUNC(0x02CC5A80, void, Shader_GetGlobalMatrixArray_2, (String * name, List_1_UnityEngine_Matrix4x4_ * values, MethodInfo * method)); DO_APP_FUNC(0x02CC5AF0, void, Shader_GetGlobalMatrixArray_3, (int32_t nameID, List_1_UnityEngine_Matrix4x4_ * values, MethodInfo * method)); DO_APP_FUNC(0x02CC5B00, void, Shader__ctor, (Shader * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC5B50, String *, Shader_GetPropertyName, (Shader * shader, int32_t propertyIndex, MethodInfo * method)); DO_APP_FUNC(0x02CC5BB0, int32_t, Shader_GetPropertyNameId, (Shader * shader, int32_t propertyIndex, MethodInfo * method)); DO_APP_FUNC(0x02CC5C10, ShaderPropertyType__Enum, Shader_GetPropertyType, (Shader * shader, int32_t propertyIndex, MethodInfo * method)); DO_APP_FUNC(0x02CC5C70, String *, Shader_GetPropertyDescription, (Shader * shader, int32_t propertyIndex, MethodInfo * method)); DO_APP_FUNC(0x02CC5CD0, ShaderPropertyFlags__Enum, Shader_GetPropertyFlags, (Shader * shader, int32_t propertyIndex, MethodInfo * method)); DO_APP_FUNC(0x02CC5D30, String__Array *, Shader_GetPropertyAttributes, (Shader * shader, int32_t propertyIndex, MethodInfo * method)); DO_APP_FUNC(0x02CC5D90, int32_t, Shader_GetPropertyDefaultIntValue, (Shader * shader, int32_t propertyIndex, MethodInfo * method)); DO_APP_FUNC(0x02CC5DF0, Vector4, Shader_GetPropertyDefaultValue, (Shader * shader, int32_t propertyIndex, MethodInfo * method)); DO_APP_FUNC(0x02CC5E70, TextureDimension__Enum, Shader_GetPropertyTextureDimension, (Shader * shader, int32_t propertyIndex, MethodInfo * method)); DO_APP_FUNC(0x02CC5ED0, String *, Shader_GetPropertyTextureDefaultName, (Shader * shader, int32_t propertyIndex, MethodInfo * method)); DO_APP_FUNC(0x02CC5F30, bool, Shader_FindTextureStackImpl, (Shader * s, int32_t propertyIdx, String * * stackName, int32_t * layerIndex, MethodInfo * method)); DO_APP_FUNC(0x02CC5FB0, void, Shader_CheckPropertyIndex, (Shader * s, int32_t propertyIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9CB0, Shader_CheckPropertyIndex__MethodInfo); DO_APP_FUNC(0x02CC6080, int32_t, Shader_GetPropertyCount, (Shader * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC60D0, int32_t, Shader_FindPropertyIndex, (Shader * __this, String * propertyName, MethodInfo * method)); DO_APP_FUNC(0x02CC6130, String *, Shader_GetPropertyName_1, (Shader * __this, int32_t propertyIndex, MethodInfo * method)); DO_APP_FUNC(0x02CC61A0, int32_t, Shader_GetPropertyNameId_1, (Shader * __this, int32_t propertyIndex, MethodInfo * method)); DO_APP_FUNC(0x02CC6210, ShaderPropertyType__Enum, Shader_GetPropertyType_1, (Shader * __this, int32_t propertyIndex, MethodInfo * method)); DO_APP_FUNC(0x02CC6280, String *, Shader_GetPropertyDescription_1, (Shader * __this, int32_t propertyIndex, MethodInfo * method)); DO_APP_FUNC(0x02CC62F0, ShaderPropertyFlags__Enum, Shader_GetPropertyFlags_1, (Shader * __this, int32_t propertyIndex, MethodInfo * method)); DO_APP_FUNC(0x02CC6360, String__Array *, Shader_GetPropertyAttributes_1, (Shader * __this, int32_t propertyIndex, MethodInfo * method)); DO_APP_FUNC(0x02CC63D0, float, Shader_GetPropertyDefaultFloatValue, (Shader * __this, int32_t propertyIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9CE0, Shader_GetPropertyDefaultFloatValue__MethodInfo); DO_APP_FUNC(0x02CC6500, Vector4, Shader_GetPropertyDefaultVectorValue, (Shader * __this, int32_t propertyIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9CD0, Shader_GetPropertyDefaultVectorValue__MethodInfo); DO_APP_FUNC(0x02CC6650, Vector2, Shader_GetPropertyRangeLimits, (Shader * __this, int32_t propertyIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9CC0, Shader_GetPropertyRangeLimits__MethodInfo); DO_APP_FUNC(0x02CC6790, TextureDimension__Enum, Shader_GetPropertyTextureDimension_1, (Shader * __this, int32_t propertyIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9D08, Shader_GetPropertyTextureDimension_1__MethodInfo); DO_APP_FUNC(0x02CC68B0, String *, Shader_GetPropertyTextureDefaultName_1, (Shader * __this, int32_t propertyIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9CF8, Shader_GetPropertyTextureDefaultName_1__MethodInfo); DO_APP_FUNC(0x02CC69D0, bool, Shader_FindTextureStack, (Shader * __this, int32_t propertyIndex, String * * stackName, int32_t * layerIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9CF0, Shader_FindTextureStack__MethodInfo); DO_APP_FUNC(0x02CC6B10, void, Shader_get_keywordSpace_Injected, (Shader * __this, LocalKeywordSpace * ret, MethodInfo * method)); DO_APP_FUNC(0x02CC6B70, void, Shader_EnableKeywordFast_Injected, (GlobalKeyword * keyword, MethodInfo * method)); DO_APP_FUNC(0x02CC6BC0, void, Shader_DisableKeywordFast_Injected, (GlobalKeyword * keyword, MethodInfo * method)); DO_APP_FUNC(0x02CC6C10, void, Shader_SetKeywordFast_Injected, (GlobalKeyword * keyword, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CC6C70, bool, Shader_IsKeywordEnabledFast_Injected, (GlobalKeyword * keyword, MethodInfo * method)); DO_APP_FUNC(0x02CC6CC0, void, Shader_SetGlobalVectorImpl_Injected, (int32_t name, Vector4 * value, MethodInfo * method)); DO_APP_FUNC(0x02CC6D20, void, Shader_SetGlobalMatrixImpl_Injected, (int32_t name, Matrix4x4 * value, MethodInfo * method)); DO_APP_FUNC(0x02CC6D80, void, Shader_GetGlobalVectorImpl_Injected, (int32_t name, Vector4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CC6DE0, void, Shader_GetGlobalMatrixImpl_Injected, (int32_t name, Matrix4x4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CC6E40, void, Shader_GetPropertyDefaultValue_Injected, (Shader * shader, int32_t propertyIndex, Vector4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CC6EB0, Material *, Material_Create, (String * scriptContents, MethodInfo * method)); DO_APP_FUNC(0x02CC6F70, void, Material_CreateWithShader, (Material * self, Shader * shader, MethodInfo * method)); DO_APP_FUNC(0x02CC6FD0, void, Material_CreateWithMaterial, (Material * self, Material * source, MethodInfo * method)); DO_APP_FUNC(0x02CC7030, void, Material_CreateWithString, (Material * self, MethodInfo * method)); DO_APP_FUNC(0x02CC7080, void, Material__ctor, (Material * __this, Shader * shader, MethodInfo * method)); DO_APP_FUNC(0x02CC7120, void, Material__ctor_1, (Material * __this, Material * source, MethodInfo * method)); DO_APP_FUNC(0x02CC71C0, void, Material__ctor_2, (Material * __this, String * contents, MethodInfo * method)); DO_APP_FUNC(0x02CC7250, Material *, Material_GetDefaultMaterial, (MethodInfo * method)); DO_APP_FUNC(0x02CC72A0, Material *, Material_GetDefaultParticleMaterial, (MethodInfo * method)); DO_APP_FUNC(0x02CC72F0, Material *, Material_GetDefaultLineMaterial, (MethodInfo * method)); DO_APP_FUNC(0x02CC7340, Shader *, Material_get_shader, (Material * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC7390, void, Material_set_shader, (Material * __this, Shader * value, MethodInfo * method)); DO_APP_FUNC(0x02CC73F0, Color, Material_get_color, (Material * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC7510, void, Material_set_color, (Material * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x02CC7620, Texture *, Material_get_mainTexture, (Material * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC7710, void, Material_set_mainTexture, (Material * __this, Texture * value, MethodInfo * method)); DO_APP_FUNC(0x02CC77C0, Vector2, Material_get_mainTextureOffset, (Material * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC78A0, void, Material_set_mainTextureOffset, (Material * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02CC79B0, Vector2, Material_get_mainTextureScale, (Material * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC7A90, void, Material_set_mainTextureScale, (Material * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02CC7BA0, int32_t, Material_GetFirstPropertyNameIdByAttribute, (Material * __this, ShaderPropertyFlags__Enum attributeFlag, MethodInfo * method)); DO_APP_FUNC(0x02CC7C00, bool, Material_HasProperty, (Material * __this, int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CC7C60, bool, Material_HasProperty_1, (Material * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CC7D00, bool, Material_HasFloatImpl, (Material * __this, int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CC7D60, bool, Material_HasFloat, (Material * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CC7D00, bool, Material_HasFloat_1, (Material * __this, int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CC7D60, bool, Material_HasInt, (Material * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CC7D00, bool, Material_HasInt_1, (Material * __this, int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CC7E00, bool, Material_HasIntImpl, (Material * __this, int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CC7E60, bool, Material_HasInteger, (Material * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CC7E00, bool, Material_HasInteger_1, (Material * __this, int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CC7F00, bool, Material_HasTextureImpl, (Material * __this, int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CC7F60, bool, Material_HasTexture, (Material * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CC7F00, bool, Material_HasTexture_1, (Material * __this, int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CC8000, bool, Material_HasMatrixImpl, (Material * __this, int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CC8060, bool, Material_HasMatrix, (Material * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CC8000, bool, Material_HasMatrix_1, (Material * __this, int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CC8100, bool, Material_HasVectorImpl, (Material * __this, int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CC8160, bool, Material_HasVector, (Material * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CC8100, bool, Material_HasVector_1, (Material * __this, int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CC8160, bool, Material_HasColor, (Material * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CC8100, bool, Material_HasColor_1, (Material * __this, int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CC8200, bool, Material_HasBufferImpl, (Material * __this, int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CC8260, bool, Material_HasBuffer, (Material * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CC8200, bool, Material_HasBuffer_1, (Material * __this, int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CC8300, bool, Material_HasConstantBufferImpl, (Material * __this, int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CC8360, bool, Material_HasConstantBuffer, (Material * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CC8300, bool, Material_HasConstantBuffer_1, (Material * __this, int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CC8400, int32_t, Material_get_renderQueue, (Material * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC8450, void, Material_set_renderQueue, (Material * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CC84B0, int32_t, Material_get_rawRenderQueue, (Material * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC8500, void, Material_EnableKeyword, (Material * __this, String * keyword, MethodInfo * method)); DO_APP_FUNC(0x02CC8560, void, Material_DisableKeyword, (Material * __this, String * keyword, MethodInfo * method)); DO_APP_FUNC(0x02CC85C0, bool, Material_IsKeywordEnabled, (Material * __this, String * keyword, MethodInfo * method)); DO_APP_FUNC(0x02CC8620, void, Material_EnableLocalKeyword, (Material * __this, LocalKeyword keyword, MethodInfo * method)); DO_APP_FUNC(0x02CC8680, void, Material_DisableLocalKeyword, (Material * __this, LocalKeyword keyword, MethodInfo * method)); DO_APP_FUNC(0x02CC86E0, void, Material_SetLocalKeyword, (Material * __this, LocalKeyword keyword, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CC8750, bool, Material_IsLocalKeywordEnabled, (Material * __this, LocalKeyword keyword, MethodInfo * method)); DO_APP_FUNC(0x02CC87B0, void, Material_EnableKeyword_1, (Material * __this, LocalKeyword * keyword, MethodInfo * method)); DO_APP_FUNC(0x02CC8820, void, Material_DisableKeyword_1, (Material * __this, LocalKeyword * keyword, MethodInfo * method)); DO_APP_FUNC(0x02CC8890, void, Material_SetKeyword, (Material * __this, LocalKeyword * keyword, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CC8910, bool, Material_IsKeywordEnabled_1, (Material * __this, LocalKeyword * keyword, MethodInfo * method)); DO_APP_FUNC(0x02CC8980, LocalKeyword__Array *, Material_GetEnabledKeywords, (Material * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC89D0, void, Material_SetEnabledKeywords, (Material * __this, LocalKeyword__Array * keywords, MethodInfo * method)); DO_APP_FUNC(0x02CC8980, LocalKeyword__Array *, Material_get_enabledKeywords, (Material * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC89D0, void, Material_set_enabledKeywords, (Material * __this, LocalKeyword__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02CC8A30, MaterialGlobalIlluminationFlags__Enum, Material_get_globalIlluminationFlags, (Material * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC8A80, void, Material_set_globalIlluminationFlags, (Material * __this, MaterialGlobalIlluminationFlags__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CC8AE0, bool, Material_get_doubleSidedGI, (Material * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC8B30, void, Material_set_doubleSidedGI, (Material * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CC8B90, bool, Material_get_enableInstancing, (Material * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC8BE0, void, Material_set_enableInstancing, (Material * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CC8C40, int32_t, Material_get_passCount, (Material * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC8C90, void, Material_SetShaderPassEnabled, (Material * __this, String * passName, bool enabled, MethodInfo * method)); DO_APP_FUNC(0x02CC8D00, bool, Material_GetShaderPassEnabled, (Material * __this, String * passName, MethodInfo * method)); DO_APP_FUNC(0x02CC8D60, String *, Material_GetPassName, (Material * __this, int32_t pass, MethodInfo * method)); DO_APP_FUNC(0x02CC8DC0, int32_t, Material_FindPass, (Material * __this, String * passName, MethodInfo * method)); DO_APP_FUNC(0x02CC8E20, void, Material_SetOverrideTag, (Material * __this, String * tag, String * val, MethodInfo * method)); DO_APP_FUNC(0x02CC8E90, String *, Material_GetTagImpl, (Material * __this, String * tag, bool currentSubShaderOnly, String * defaultValue, MethodInfo * method)); DO_APP_FUNC(0x02CC8F10, String *, Material_GetTag, (Material * __this, String * tag, bool searchFallbacks, String * defaultValue, MethodInfo * method)); DO_APP_FUNC(0x02CC8F30, String *, Material_GetTag_1, (Material * __this, String * tag, bool searchFallbacks, MethodInfo * method)); DO_APP_FUNC(0x02CC8FA0, void, Material_Lerp, (Material * __this, Material * start, Material * end, float t, MethodInfo * method)); DO_APP_FUNC(0x02CC9020, bool, Material_SetPass, (Material * __this, int32_t pass, MethodInfo * method)); DO_APP_FUNC(0x02CC9080, void, Material_CopyPropertiesFromMaterial, (Material * __this, Material * mat, MethodInfo * method)); DO_APP_FUNC(0x02CC90E0, void, Material_CopyMatchingPropertiesFromMaterial, (Material * __this, Material * mat, MethodInfo * method)); DO_APP_FUNC(0x02CC9140, String__Array *, Material_GetShaderKeywords, (Material * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC9190, void, Material_SetShaderKeywords, (Material * __this, String__Array * names, MethodInfo * method)); DO_APP_FUNC(0x02CC9140, String__Array *, Material_get_shaderKeywords, (Material * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC9190, void, Material_set_shaderKeywords, (Material * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02CC91F0, int32_t, Material_ComputeCRC, (Material * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC9240, String__Array *, Material_GetTexturePropertyNames, (Material * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC9290, Int32__Array *, Material_GetTexturePropertyNameIDs, (Material * __this, MethodInfo * method)); DO_APP_FUNC(0x02CC92E0, void, Material_GetTexturePropertyNamesInternal, (Material * __this, Object * outNames, MethodInfo * method)); DO_APP_FUNC(0x02CC9340, void, Material_GetTexturePropertyNameIDsInternal, (Material * __this, Object * outNames, MethodInfo * method)); DO_APP_FUNC(0x02CC93A0, void, Material_GetTexturePropertyNames_1, (Material * __this, List_1_System_String_ * outNames, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9CA0, Material_GetTexturePropertyNames_1__MethodInfo); DO_APP_FUNC(0x02CC9460, void, Material_GetTexturePropertyNameIDs_1, (Material * __this, List_1_System_Int32_ * outNames, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9C98, Material_GetTexturePropertyNameIDs_1__MethodInfo); DO_APP_FUNC(0x02CC9520, void, Material_SetIntImpl, (Material * __this, int32_t name, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CC9590, void, Material_SetFloatImpl, (Material * __this, int32_t name, float value, MethodInfo * method)); DO_APP_FUNC(0x02CC9600, void, Material_SetColorImpl, (Material * __this, int32_t name, Color value, MethodInfo * method)); DO_APP_FUNC(0x02CC9670, void, Material_SetMatrixImpl, (Material * __this, int32_t name, Matrix4x4 value, MethodInfo * method)); DO_APP_FUNC(0x02CC96E0, void, Material_SetTextureImpl, (Material * __this, int32_t name, Texture * value, MethodInfo * method)); DO_APP_FUNC(0x02CC9750, void, Material_SetRenderTextureImpl, (Material * __this, int32_t name, RenderTexture * value, RenderTextureSubElement__Enum element, MethodInfo * method)); DO_APP_FUNC(0x02CC97D0, void, Material_SetBufferImpl, (Material * __this, int32_t name, ComputeBuffer * value, MethodInfo * method)); DO_APP_FUNC(0x02CC9840, void, Material_SetGraphicsBufferImpl, (Material * __this, int32_t name, GraphicsBuffer * value, MethodInfo * method)); DO_APP_FUNC(0x02CC98B0, void, Material_SetConstantBufferImpl, (Material * __this, int32_t name, ComputeBuffer * value, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02CC9930, void, Material_SetConstantGraphicsBufferImpl, (Material * __this, int32_t name, GraphicsBuffer * value, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02CC99B0, int32_t, Material_GetIntImpl, (Material * __this, int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CC9A10, float, Material_GetFloatImpl, (Material * __this, int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CC9A70, Color, Material_GetColorImpl, (Material * __this, int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CC9AF0, Matrix4x4, Material_GetMatrixImpl, (Material * __this, int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CC9B80, Texture *, Material_GetTextureImpl, (Material * __this, int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CC9BE0, void, Material_SetFloatArrayImpl, (Material * __this, int32_t name, Single__Array * values, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02CC9C60, void, Material_SetVectorArrayImpl, (Material * __this, int32_t name, Vector4__Array * values, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02CC9CE0, void, Material_SetColorArrayImpl, (Material * __this, int32_t name, Color__Array * values, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02CC9D60, void, Material_SetMatrixArrayImpl, (Material * __this, int32_t name, Matrix4x4__Array * values, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02CC9DE0, Single__Array *, Material_GetFloatArrayImpl, (Material * __this, int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CC9E40, Vector4__Array *, Material_GetVectorArrayImpl, (Material * __this, int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CC9EA0, Color__Array *, Material_GetColorArrayImpl, (Material * __this, int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CC9F00, Matrix4x4__Array *, Material_GetMatrixArrayImpl, (Material * __this, int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CC9F60, int32_t, Material_GetFloatArrayCountImpl, (Material * __this, int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CC9FC0, int32_t, Material_GetVectorArrayCountImpl, (Material * __this, int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CCA020, int32_t, Material_GetColorArrayCountImpl, (Material * __this, int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CCA080, int32_t, Material_GetMatrixArrayCountImpl, (Material * __this, int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CCA0E0, void, Material_ExtractFloatArrayImpl, (Material * __this, int32_t name, Single__Array * val, MethodInfo * method)); DO_APP_FUNC(0x02CCA150, void, Material_ExtractVectorArrayImpl, (Material * __this, int32_t name, Vector4__Array * val, MethodInfo * method)); DO_APP_FUNC(0x02CCA1C0, void, Material_ExtractColorArrayImpl, (Material * __this, int32_t name, Color__Array * val, MethodInfo * method)); DO_APP_FUNC(0x02CCA230, void, Material_ExtractMatrixArrayImpl, (Material * __this, int32_t name, Matrix4x4__Array * val, MethodInfo * method)); DO_APP_FUNC(0x02CCA2A0, Vector4, Material_GetTextureScaleAndOffsetImpl, (Material * __this, int32_t name, MethodInfo * method)); DO_APP_FUNC(0x02CCA320, void, Material_SetTextureOffsetImpl, (Material * __this, int32_t name, Vector2 offset, MethodInfo * method)); DO_APP_FUNC(0x02CCA390, void, Material_SetTextureScaleImpl, (Material * __this, int32_t name, Vector2 scale, MethodInfo * method)); DO_APP_FUNC(0x02CCA400, void, Material_SetFloatArray, (Material * __this, int32_t name, Single__Array * values, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9C90, Material_SetFloatArray__MethodInfo); DO_APP_FUNC(0x02CCA590, void, Material_SetVectorArray, (Material * __this, int32_t name, Vector4__Array * values, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9C88, Material_SetVectorArray__MethodInfo); DO_APP_FUNC(0x02CCA720, void, Material_SetColorArray, (Material * __this, int32_t name, Color__Array * values, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9C60, Material_SetColorArray__MethodInfo); DO_APP_FUNC(0x02CCA8B0, void, Material_SetMatrixArray, (Material * __this, int32_t name, Matrix4x4__Array * values, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9C58, Material_SetMatrixArray__MethodInfo); DO_APP_FUNC(0x02CCAA40, void, Material_ExtractFloatArray, (Material * __this, int32_t name, List_1_System_Single_ * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9C50, Material_ExtractFloatArray__MethodInfo); DO_APP_FUNC(0x02CCAC40, void, Material_ExtractVectorArray, (Material * __this, int32_t name, List_1_UnityEngine_Vector4_ * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9C48, Material_ExtractVectorArray__MethodInfo); DO_APP_FUNC(0x02CCAE40, void, Material_ExtractColorArray, (Material * __this, int32_t name, List_1_UnityEngine_Color_ * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9C70, Material_ExtractColorArray__MethodInfo); DO_APP_FUNC(0x02CCB090, void, Material_ExtractMatrixArray, (Material * __this, int32_t name, List_1_UnityEngine_Matrix4x4_ * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9C68, Material_ExtractMatrixArray__MethodInfo); DO_APP_FUNC(0x02CCB290, void, Material_SetInt, (Material * __this, String * name, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CCB350, void, Material_SetInt_1, (Material * __this, int32_t nameID, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CCB3C0, void, Material_SetFloat, (Material * __this, String * name, float value, MethodInfo * method)); DO_APP_FUNC(0x02CC9590, void, Material_SetFloat_1, (Material * __this, int32_t nameID, float value, MethodInfo * method)); DO_APP_FUNC(0x02CCB470, void, Material_SetInteger, (Material * __this, String * name, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CC9520, void, Material_SetInteger_1, (Material * __this, int32_t nameID, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CCB520, void, Material_SetColor, (Material * __this, String * name, Color value, MethodInfo * method)); DO_APP_FUNC(0x02CCB5E0, void, Material_SetColor_1, (Material * __this, int32_t nameID, Color value, MethodInfo * method)); DO_APP_FUNC(0x02CCB650, void, Material_SetVector, (Material * __this, String * name, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x02CCB750, void, Material_SetVector_1, (Material * __this, int32_t nameID, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x02CCB800, void, Material_SetMatrix, (Material * __this, String * name, Matrix4x4 value, MethodInfo * method)); DO_APP_FUNC(0x02CCB8E0, void, Material_SetMatrix_1, (Material * __this, int32_t nameID, Matrix4x4 value, MethodInfo * method)); DO_APP_FUNC(0x02CCB970, void, Material_SetTexture, (Material * __this, String * name, Texture * value, MethodInfo * method)); DO_APP_FUNC(0x02CC96E0, void, Material_SetTexture_1, (Material * __this, int32_t nameID, Texture * value, MethodInfo * method)); DO_APP_FUNC(0x02CCBA20, void, Material_SetTexture_2, (Material * __this, String * name, RenderTexture * value, RenderTextureSubElement__Enum element, MethodInfo * method)); DO_APP_FUNC(0x02CCBAB0, void, Material_SetTexture_3, (Material * __this, int32_t nameID, RenderTexture * value, RenderTextureSubElement__Enum element, MethodInfo * method)); DO_APP_FUNC(0x02CCBAC0, void, Material_SetBuffer, (Material * __this, String * name, ComputeBuffer * value, MethodInfo * method)); DO_APP_FUNC(0x02CC97D0, void, Material_SetBuffer_1, (Material * __this, int32_t nameID, ComputeBuffer * value, MethodInfo * method)); DO_APP_FUNC(0x02CCBB70, void, Material_SetBuffer_2, (Material * __this, String * name, GraphicsBuffer * value, MethodInfo * method)); DO_APP_FUNC(0x02CC9840, void, Material_SetBuffer_3, (Material * __this, int32_t nameID, GraphicsBuffer * value, MethodInfo * method)); DO_APP_FUNC(0x02CCBC20, void, Material_SetConstantBuffer, (Material * __this, String * name, ComputeBuffer * value, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02CCBCB0, void, Material_SetConstantBuffer_1, (Material * __this, int32_t nameID, ComputeBuffer * value, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02CCBCC0, void, Material_SetConstantBuffer_2, (Material * __this, String * name, GraphicsBuffer * value, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02CCBD50, void, Material_SetConstantBuffer_3, (Material * __this, int32_t nameID, GraphicsBuffer * value, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02CCBD60, void, Material_SetFloatArray_1, (Material * __this, String * name, List_1_System_Single_ * values, MethodInfo * method)); DO_APP_FUNC(0x02CCBE30, void, Material_SetFloatArray_2, (Material * __this, int32_t nameID, List_1_System_Single_ * values, MethodInfo * method)); DO_APP_FUNC(0x02CCBEC0, void, Material_SetFloatArray_3, (Material * __this, String * name, Single__Array * values, MethodInfo * method)); DO_APP_FUNC(0x02CCBF50, void, Material_SetFloatArray_4, (Material * __this, int32_t nameID, Single__Array * values, MethodInfo * method)); DO_APP_FUNC(0x02CCBF80, void, Material_SetColorArray_1, (Material * __this, String * name, List_1_UnityEngine_Color_ * values, MethodInfo * method)); DO_APP_FUNC(0x02CCC050, void, Material_SetColorArray_2, (Material * __this, int32_t nameID, List_1_UnityEngine_Color_ * values, MethodInfo * method)); DO_APP_FUNC(0x02CCC0E0, void, Material_SetColorArray_3, (Material * __this, String * name, Color__Array * values, MethodInfo * method)); DO_APP_FUNC(0x02CCC170, void, Material_SetColorArray_4, (Material * __this, int32_t nameID, Color__Array * values, MethodInfo * method)); DO_APP_FUNC(0x02CCC1A0, void, Material_SetVectorArray_1, (Material * __this, String * name, List_1_UnityEngine_Vector4_ * values, MethodInfo * method)); DO_APP_FUNC(0x02CCC270, void, Material_SetVectorArray_2, (Material * __this, int32_t nameID, List_1_UnityEngine_Vector4_ * values, MethodInfo * method)); DO_APP_FUNC(0x02CCC300, void, Material_SetVectorArray_3, (Material * __this, String * name, Vector4__Array * values, MethodInfo * method)); DO_APP_FUNC(0x02CCC390, void, Material_SetVectorArray_4, (Material * __this, int32_t nameID, Vector4__Array * values, MethodInfo * method)); DO_APP_FUNC(0x02CCC3C0, void, Material_SetMatrixArray_1, (Material * __this, String * name, List_1_UnityEngine_Matrix4x4_ * values, MethodInfo * method)); DO_APP_FUNC(0x02CCC490, void, Material_SetMatrixArray_2, (Material * __this, int32_t nameID, List_1_UnityEngine_Matrix4x4_ * values, MethodInfo * method)); DO_APP_FUNC(0x02CCC520, void, Material_SetMatrixArray_3, (Material * __this, String * name, Matrix4x4__Array * values, MethodInfo * method)); DO_APP_FUNC(0x02CCC5B0, void, Material_SetMatrixArray_4, (Material * __this, int32_t nameID, Matrix4x4__Array * values, MethodInfo * method)); DO_APP_FUNC(0x02CCC5E0, int32_t, Material_GetInt, (Material * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CCC690, int32_t, Material_GetInt_1, (Material * __this, int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CCC6F0, float, Material_GetFloat, (Material * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CC9A10, float, Material_GetFloat_1, (Material * __this, int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CCC790, int32_t, Material_GetInteger, (Material * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CC99B0, int32_t, Material_GetInteger_1, (Material * __this, int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CCC830, Color, Material_GetColor, (Material * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CCC900, Color, Material_GetColor_1, (Material * __this, int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CCC990, Vector4, Material_GetVector, (Material * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CCCA60, Vector4, Material_GetVector_1, (Material * __this, int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CCCAF0, Matrix4x4, Material_GetMatrix, (Material * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CCCC00, Matrix4x4, Material_GetMatrix_1, (Material * __this, int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CCCCC0, Texture *, Material_GetTexture, (Material * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CC9B80, Texture *, Material_GetTexture_1, (Material * __this, int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CCCD60, Single__Array *, Material_GetFloatArray, (Material * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CCCE60, Single__Array *, Material_GetFloatArray_1, (Material * __this, int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CCCF10, Color__Array *, Material_GetColorArray, (Material * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CCD010, Color__Array *, Material_GetColorArray_1, (Material * __this, int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CCD0C0, Vector4__Array *, Material_GetVectorArray, (Material * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CCD1C0, Vector4__Array *, Material_GetVectorArray_1, (Material * __this, int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CCD270, Matrix4x4__Array *, Material_GetMatrixArray, (Material * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CCD370, Matrix4x4__Array *, Material_GetMatrixArray_1, (Material * __this, int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CCD420, void, Material_GetFloatArray_2, (Material * __this, String * name, List_1_System_Single_ * values, MethodInfo * method)); DO_APP_FUNC(0x02CCD4A0, void, Material_GetFloatArray_3, (Material * __this, int32_t nameID, List_1_System_Single_ * values, MethodInfo * method)); DO_APP_FUNC(0x02CCD4B0, void, Material_GetColorArray_2, (Material * __this, String * name, List_1_UnityEngine_Color_ * values, MethodInfo * method)); DO_APP_FUNC(0x02CCD530, void, Material_GetColorArray_3, (Material * __this, int32_t nameID, List_1_UnityEngine_Color_ * values, MethodInfo * method)); DO_APP_FUNC(0x02CCD540, void, Material_GetVectorArray_2, (Material * __this, String * name, List_1_UnityEngine_Vector4_ * values, MethodInfo * method)); DO_APP_FUNC(0x02CCD5C0, void, Material_GetVectorArray_3, (Material * __this, int32_t nameID, List_1_UnityEngine_Vector4_ * values, MethodInfo * method)); DO_APP_FUNC(0x02CCD5D0, void, Material_GetMatrixArray_2, (Material * __this, String * name, List_1_UnityEngine_Matrix4x4_ * values, MethodInfo * method)); DO_APP_FUNC(0x02CCD650, void, Material_GetMatrixArray_3, (Material * __this, int32_t nameID, List_1_UnityEngine_Matrix4x4_ * values, MethodInfo * method)); DO_APP_FUNC(0x02CCD660, void, Material_SetTextureOffset, (Material * __this, String * name, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02CCA320, void, Material_SetTextureOffset_1, (Material * __this, int32_t nameID, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02CCD720, void, Material_SetTextureScale, (Material * __this, String * name, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02CCA390, void, Material_SetTextureScale_1, (Material * __this, int32_t nameID, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02CCD7E0, Vector2, Material_GetTextureOffset, (Material * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CCD850, Vector2, Material_GetTextureOffset_1, (Material * __this, int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CCD8D0, Vector2, Material_GetTextureScale, (Material * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CCD940, Vector2, Material_GetTextureScale_1, (Material * __this, int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02CCD9C0, void, Material_EnableLocalKeyword_Injected, (Material * __this, LocalKeyword * keyword, MethodInfo * method)); DO_APP_FUNC(0x02CCDA20, void, Material_DisableLocalKeyword_Injected, (Material * __this, LocalKeyword * keyword, MethodInfo * method)); DO_APP_FUNC(0x02CCDA80, void, Material_SetLocalKeyword_Injected, (Material * __this, LocalKeyword * keyword, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CCDAF0, bool, Material_IsLocalKeywordEnabled_Injected, (Material * __this, LocalKeyword * keyword, MethodInfo * method)); DO_APP_FUNC(0x02CCDB50, void, Material_SetColorImpl_Injected, (Material * __this, int32_t name, Color * value, MethodInfo * method)); DO_APP_FUNC(0x02CCDBC0, void, Material_SetMatrixImpl_Injected, (Material * __this, int32_t name, Matrix4x4 * value, MethodInfo * method)); DO_APP_FUNC(0x02CCDC30, void, Material_GetColorImpl_Injected, (Material * __this, int32_t name, Color * ret, MethodInfo * method)); DO_APP_FUNC(0x02CCDCA0, void, Material_GetMatrixImpl_Injected, (Material * __this, int32_t name, Matrix4x4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CCDD10, void, Material_GetTextureScaleAndOffsetImpl_Injected, (Material * __this, int32_t name, Vector4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CCDD80, void, Material_SetTextureOffsetImpl_Injected, (Material * __this, int32_t name, Vector2 * offset, MethodInfo * method)); DO_APP_FUNC(0x02CCDDF0, void, Material_SetTextureScaleImpl_Injected, (Material * __this, int32_t name, Vector2 * scale, MethodInfo * method)); DO_APP_FUNC(0x02CCDE60, void, Flare__ctor, (Flare * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCDEF0, void, Flare_Internal_Create, (Flare * self, MethodInfo * method)); DO_APP_FUNC(0x02CCDF40, Material *, Projector_get_material, (Projector * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCDF90, LightType__Enum, Light_get_type, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCDFE0, void, Light_set_type, (Light * __this, LightType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CCE040, LightShape__Enum, Light_get_shape, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCE090, void, Light_set_shape, (Light * __this, LightShape__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CCE0F0, float, Light_get_spotAngle, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCE140, void, Light_set_spotAngle, (Light * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CCE1A0, float, Light_get_innerSpotAngle, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCE1F0, void, Light_set_innerSpotAngle, (Light * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CCE250, Color, Light_get_color, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCE2C0, void, Light_set_color, (Light * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x02CCE320, float, Light_get_colorTemperature, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCE370, void, Light_set_colorTemperature, (Light * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CCE3D0, bool, Light_get_useColorTemperature, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCE420, void, Light_set_useColorTemperature, (Light * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CCE480, float, Light_get_intensity, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCE4D0, void, Light_set_intensity, (Light * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CCE530, float, Light_get_bounceIntensity, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCE580, void, Light_set_bounceIntensity, (Light * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CCE5E0, bool, Light_get_useBoundingSphereOverride, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCE630, void, Light_set_useBoundingSphereOverride, (Light * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CCE690, Vector4, Light_get_boundingSphereOverride, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCE700, void, Light_set_boundingSphereOverride, (Light * __this, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x02CCE760, bool, Light_get_useViewFrustumForShadowCasterCull, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCE7B0, void, Light_set_useViewFrustumForShadowCasterCull, (Light * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CCE810, int32_t, Light_get_shadowCustomResolution, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCE860, void, Light_set_shadowCustomResolution, (Light * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CCE8C0, float, Light_get_shadowBias, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCE910, void, Light_set_shadowBias, (Light * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CCE970, float, Light_get_shadowNormalBias, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCE9C0, void, Light_set_shadowNormalBias, (Light * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CCEA20, float, Light_get_shadowNearPlane, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCEA70, void, Light_set_shadowNearPlane, (Light * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CCEAD0, bool, Light_get_useShadowMatrixOverride, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCEB20, void, Light_set_useShadowMatrixOverride, (Light * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CCEB80, Matrix4x4, Light_get_shadowMatrixOverride, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCEC00, void, Light_set_shadowMatrixOverride, (Light * __this, Matrix4x4 value, MethodInfo * method)); DO_APP_FUNC(0x02CCEC60, float, Light_get_range, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCECB0, void, Light_set_range, (Light * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CCED10, Flare *, Light_get_flare, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCED60, void, Light_set_flare, (Light * __this, Flare * value, MethodInfo * method)); DO_APP_FUNC(0x02CCEDC0, LightBakingOutput, Light_get_bakingOutput, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCEE30, void, Light_set_bakingOutput, (Light * __this, LightBakingOutput value, MethodInfo * method)); DO_APP_FUNC(0x02CCEE90, int32_t, Light_get_cullingMask, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCEEE0, void, Light_set_cullingMask, (Light * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CCEF40, int32_t, Light_get_renderingLayerMask, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCEF90, void, Light_set_renderingLayerMask, (Light * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CCEFF0, LightShadowCasterMode__Enum, Light_get_lightShadowCasterMode, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCF040, void, Light_set_lightShadowCasterMode, (Light * __this, LightShadowCasterMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CCF0A0, void, Light_Reset, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCF0F0, LightShadows__Enum, Light_get_shadows, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCF140, void, Light_set_shadows, (Light * __this, LightShadows__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CCF1A0, float, Light_get_shadowStrength, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCF1F0, void, Light_set_shadowStrength, (Light * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CCF250, LightShadowResolution__Enum, Light_get_shadowResolution, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCF2A0, void, Light_set_shadowResolution, (Light * __this, LightShadowResolution__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CCF300, float, Light_get_shadowSoftness, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Light_set_shadowSoftness, (Light * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CCF310, float, Light_get_shadowSoftnessFade, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Light_set_shadowSoftnessFade, (Light * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CCF320, Single__Array *, Light_get_layerShadowCullDistances, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCF370, void, Light_set_layerShadowCullDistances, (Light * __this, Single__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02CCF3D0, float, Light_get_cookieSize, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCF420, void, Light_set_cookieSize, (Light * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CCF480, Texture *, Light_get_cookie, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCF4D0, void, Light_set_cookie, (Light * __this, Texture * value, MethodInfo * method)); DO_APP_FUNC(0x02CCF530, LightRenderMode__Enum, Light_get_renderMode, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCF580, void, Light_set_renderMode, (Light * __this, LightRenderMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01012D90, int32_t, Light_get_bakedIndex, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, Light_set_bakedIndex, (Light * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CCF5E0, void, Light_AddCommandBuffer, (Light * __this, LightEvent__Enum evt, CommandBuffer * buffer, MethodInfo * method)); DO_APP_FUNC(0x02CCF660, void, Light_AddCommandBuffer_1, (Light * __this, LightEvent__Enum evt, CommandBuffer * buffer, ShadowMapPass__Enum shadowPassMask, MethodInfo * method)); DO_APP_FUNC(0x02CCF6E0, void, Light_AddCommandBufferAsync, (Light * __this, LightEvent__Enum evt, CommandBuffer * buffer, ComputeQueueType__Enum queueType, MethodInfo * method)); DO_APP_FUNC(0x02CCF770, void, Light_AddCommandBufferAsync_1, (Light * __this, LightEvent__Enum evt, CommandBuffer * buffer, ShadowMapPass__Enum shadowPassMask, ComputeQueueType__Enum queueType, MethodInfo * method)); DO_APP_FUNC(0x02CCF7F0, void, Light_RemoveCommandBuffer, (Light * __this, LightEvent__Enum evt, CommandBuffer * buffer, MethodInfo * method)); DO_APP_FUNC(0x02CCF860, void, Light_RemoveCommandBuffers, (Light * __this, LightEvent__Enum evt, MethodInfo * method)); DO_APP_FUNC(0x02CCF8C0, void, Light_RemoveAllCommandBuffers, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCF910, CommandBuffer__Array *, Light_GetCommandBuffers, (Light * __this, LightEvent__Enum evt, MethodInfo * method)); DO_APP_FUNC(0x02CCF970, int32_t, Light_get_commandBufferCount, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CBE8E0, int32_t, Light_get_pixelLightCount, (MethodInfo * method)); DO_APP_FUNC(0x02CBE930, void, Light_set_pixelLightCount, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CCF9C0, Light__Array *, Light_GetLights, (LightType__Enum type, int32_t layer, MethodInfo * method)); DO_APP_FUNC(0x02CCFA20, float, Light_get_shadowConstantBias, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Light_set_shadowConstantBias, (Light * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CCFA20, float, Light_get_shadowObjectSizeBias, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Light_set_shadowObjectSizeBias, (Light * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01175020, bool, Light_get_attenuate, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Light_set_attenuate, (Light * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, Light__ctor, (Light * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCFA30, void, Light_get_color_Injected, (Light * __this, Color * ret, MethodInfo * method)); DO_APP_FUNC(0x02CCFA90, void, Light_set_color_Injected, (Light * __this, Color * value, MethodInfo * method)); DO_APP_FUNC(0x02CCFAF0, void, Light_get_boundingSphereOverride_Injected, (Light * __this, Vector4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CCFB50, void, Light_set_boundingSphereOverride_Injected, (Light * __this, Vector4 * value, MethodInfo * method)); DO_APP_FUNC(0x02CCFBB0, void, Light_get_shadowMatrixOverride_Injected, (Light * __this, Matrix4x4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CCFC10, void, Light_set_shadowMatrixOverride_Injected, (Light * __this, Matrix4x4 * value, MethodInfo * method)); DO_APP_FUNC(0x02CCFC70, void, Light_get_bakingOutput_Injected, (Light * __this, LightBakingOutput * ret, MethodInfo * method)); DO_APP_FUNC(0x02CCFCD0, void, Light_set_bakingOutput_Injected, (Light * __this, LightBakingOutput * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MeshFilter_DontStripMeshFilter, (MeshFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCFD30, Mesh *, MeshFilter_get_sharedMesh, (MeshFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCFD80, void, MeshFilter_set_sharedMesh, (MeshFilter * __this, Mesh * value, MethodInfo * method)); DO_APP_FUNC(0x02CCFDE0, Mesh *, MeshFilter_get_mesh, (MeshFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCFE30, void, MeshFilter_set_mesh, (MeshFilter * __this, Mesh * value, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, MeshFilter__ctor, (MeshFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCFE90, SkinQuality__Enum, SkinnedMeshRenderer_get_quality, (SkinnedMeshRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCFEE0, void, SkinnedMeshRenderer_set_quality, (SkinnedMeshRenderer * __this, SkinQuality__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CCFF40, bool, SkinnedMeshRenderer_get_updateWhenOffscreen, (SkinnedMeshRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCFF90, void, SkinnedMeshRenderer_set_updateWhenOffscreen, (SkinnedMeshRenderer * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CCFFF0, bool, SkinnedMeshRenderer_get_forceMatrixRecalculationPerRender, (SkinnedMeshRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD0040, void, SkinnedMeshRenderer_set_forceMatrixRecalculationPerRender, (SkinnedMeshRenderer * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CD00A0, Transform *, SkinnedMeshRenderer_get_rootBone, (SkinnedMeshRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD00F0, void, SkinnedMeshRenderer_set_rootBone, (SkinnedMeshRenderer * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x02CD0150, Transform__Array *, SkinnedMeshRenderer_get_bones, (SkinnedMeshRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD01A0, void, SkinnedMeshRenderer_set_bones, (SkinnedMeshRenderer * __this, Transform__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02CD0200, Mesh *, SkinnedMeshRenderer_get_sharedMesh, (SkinnedMeshRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD0250, void, SkinnedMeshRenderer_set_sharedMesh, (SkinnedMeshRenderer * __this, Mesh * value, MethodInfo * method)); DO_APP_FUNC(0x02CD02B0, bool, SkinnedMeshRenderer_get_skinnedMotionVectors, (SkinnedMeshRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD0300, void, SkinnedMeshRenderer_set_skinnedMotionVectors, (SkinnedMeshRenderer * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CD0360, float, SkinnedMeshRenderer_GetBlendShapeWeight, (SkinnedMeshRenderer * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02CD03C0, void, SkinnedMeshRenderer_SetBlendShapeWeight, (SkinnedMeshRenderer * __this, int32_t index, float value, MethodInfo * method)); DO_APP_FUNC(0x02CD0430, void, SkinnedMeshRenderer_BakeMesh, (SkinnedMeshRenderer * __this, Mesh * mesh, MethodInfo * method)); DO_APP_FUNC(0x02CD04A0, void, SkinnedMeshRenderer_BakeMesh_1, (SkinnedMeshRenderer * __this, Mesh * mesh, bool useScale, MethodInfo * method)); DO_APP_FUNC(0x02CD0510, GraphicsBuffer *, SkinnedMeshRenderer_GetVertexBuffer, (SkinnedMeshRenderer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9C38, SkinnedMeshRenderer_GetVertexBuffer__MethodInfo); DO_APP_FUNC(0x02CD0680, GraphicsBuffer *, SkinnedMeshRenderer_GetPreviousVertexBuffer, (SkinnedMeshRenderer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9C40, SkinnedMeshRenderer_GetPreviousVertexBuffer__MethodInfo); DO_APP_FUNC(0x02CD07F0, GraphicsBuffer *, SkinnedMeshRenderer_GetVertexBufferImpl, (SkinnedMeshRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD0840, GraphicsBuffer *, SkinnedMeshRenderer_GetPreviousVertexBufferImpl, (SkinnedMeshRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD0890, GraphicsBuffer_Target__Enum, SkinnedMeshRenderer_get_vertexBufferTarget, (SkinnedMeshRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD08E0, void, SkinnedMeshRenderer_set_vertexBufferTarget, (SkinnedMeshRenderer * __this, GraphicsBuffer_Target__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SkinnedMeshRenderer__ctor, (SkinnedMeshRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MeshRenderer_DontStripMeshRenderer, (MeshRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD0940, Mesh *, MeshRenderer_get_additionalVertexStreams, (MeshRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD0990, void, MeshRenderer_set_additionalVertexStreams, (MeshRenderer * __this, Mesh * value, MethodInfo * method)); DO_APP_FUNC(0x02CD09F0, Mesh *, MeshRenderer_get_enlightenVertexStream, (MeshRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD0A40, void, MeshRenderer_set_enlightenVertexStream, (MeshRenderer * __this, Mesh * value, MethodInfo * method)); DO_APP_FUNC(0x02CD0AA0, int32_t, MeshRenderer_get_subMeshStartIndex, (MeshRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, MeshRenderer__ctor, (MeshRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD0AF0, Vector3, LODGroup_get_localReferencePoint, (LODGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD0B60, void, LODGroup_set_localReferencePoint, (LODGroup * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02CD0BC0, float, LODGroup_get_size, (LODGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD0C10, void, LODGroup_set_size, (LODGroup * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CD0C70, int32_t, LODGroup_get_lodCount, (LODGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD0CC0, LODFadeMode__Enum, LODGroup_get_fadeMode, (LODGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD0D10, void, LODGroup_set_fadeMode, (LODGroup * __this, LODFadeMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CD0D70, bool, LODGroup_get_animateCrossFading, (LODGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD0DC0, void, LODGroup_set_animateCrossFading, (LODGroup * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CD0E20, bool, LODGroup_get_enabled, (LODGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD0E70, void, LODGroup_set_enabled, (LODGroup * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CD0ED0, void, LODGroup_RecalculateBounds, (LODGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD0F20, LOD__Array *, LODGroup_GetLODs, (LODGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD0F70, void, LODGroup_SetLODS, (LODGroup * __this, LOD__Array * lods, MethodInfo * method)); DO_APP_FUNC(0x02CD0F70, void, LODGroup_SetLODs, (LODGroup * __this, LOD__Array * lods, MethodInfo * method)); DO_APP_FUNC(0x02CD0FD0, void, LODGroup_ForceLOD, (LODGroup * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02CD1030, float, LODGroup_get_crossFadeAnimationDuration, (MethodInfo * method)); DO_APP_FUNC(0x02CD1080, void, LODGroup_set_crossFadeAnimationDuration, (float value, MethodInfo * method)); DO_APP_FUNC(0x02CD10E0, Vector3, LODGroup_get_worldReferencePoint, (LODGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, LODGroup__ctor, (LODGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD1150, void, LODGroup_get_localReferencePoint_Injected, (LODGroup * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CD11B0, void, LODGroup_set_localReferencePoint_Injected, (LODGroup * __this, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x02CD1210, void, LODGroup_get_worldReferencePoint_Injected, (LODGroup * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CD1270, void, Mesh_Internal_Create, (Mesh * mono, MethodInfo * method)); DO_APP_FUNC(0x02CD12C0, void, Mesh__ctor, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD1350, Mesh *, Mesh_FromInstanceID, (int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02CD13A0, IndexFormat__Enum, Mesh_get_indexFormat, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD13F0, void, Mesh_set_indexFormat, (Mesh * __this, IndexFormat__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CD1450, uint32_t, Mesh_GetTotalIndexCount, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD14A0, void, Mesh_SetIndexBufferParams, (Mesh * __this, int32_t indexCount, IndexFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02CD1510, void, Mesh_InternalSetIndexBufferData, (Mesh * __this, void * data, int32_t dataStart, int32_t meshBufferStart, int32_t count, int32_t elemSize, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CD15A0, void, Mesh_InternalSetIndexBufferDataFromArray, (Mesh * __this, Array * data, int32_t dataStart, int32_t meshBufferStart, int32_t count, int32_t elemSize, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CD1630, void, Mesh_SetVertexBufferParamsFromPtr, (Mesh * __this, int32_t vertexCount, void * attributesPtr, int32_t attributesCount, MethodInfo * method)); DO_APP_FUNC(0x02CD16B0, void, Mesh_SetVertexBufferParamsFromArray, (Mesh * __this, int32_t vertexCount, VertexAttributeDescriptor__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x02CD1720, void, Mesh_InternalSetVertexBufferData, (Mesh * __this, int32_t stream, void * data, int32_t dataStart, int32_t meshBufferStart, int32_t count, int32_t elemSize, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CD17A0, void, Mesh_InternalSetVertexBufferDataFromArray, (Mesh * __this, int32_t stream, Array * data, int32_t dataStart, int32_t meshBufferStart, int32_t count, int32_t elemSize, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CD1820, Array *, Mesh_GetVertexAttributesAlloc, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD1870, int32_t, Mesh_GetVertexAttributesArray, (Mesh * __this, VertexAttributeDescriptor__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x02CD18D0, int32_t, Mesh_GetVertexAttributesList, (Mesh * __this, List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * attributes, MethodInfo * method)); DO_APP_FUNC(0x02CD1930, int32_t, Mesh_GetVertexAttributeCountImpl, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD1980, VertexAttributeDescriptor, Mesh_GetVertexAttribute, (Mesh * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02CD1A00, uint32_t, Mesh_GetIndexStartImpl, (Mesh * __this, int32_t submesh, MethodInfo * method)); DO_APP_FUNC(0x02CD1A60, uint32_t, Mesh_GetIndexCountImpl, (Mesh * __this, int32_t submesh, MethodInfo * method)); DO_APP_FUNC(0x02CD1AC0, uint32_t, Mesh_GetTrianglesCountImpl, (Mesh * __this, int32_t submesh, MethodInfo * method)); DO_APP_FUNC(0x02CD1B20, uint32_t, Mesh_GetBaseVertexImpl, (Mesh * __this, int32_t submesh, MethodInfo * method)); DO_APP_FUNC(0x02CD1B80, Int32__Array *, Mesh_GetTrianglesImpl, (Mesh * __this, int32_t submesh, bool applyBaseVertex, MethodInfo * method)); DO_APP_FUNC(0x02CD1BF0, Int32__Array *, Mesh_GetIndicesImpl, (Mesh * __this, int32_t submesh, bool applyBaseVertex, MethodInfo * method)); DO_APP_FUNC(0x02CD1C60, void, Mesh_SetIndicesImpl, (Mesh * __this, int32_t submesh, MeshTopology__Enum topology, IndexFormat__Enum indicesFormat, Array * indices, int32_t arrayStart, int32_t arraySize, bool calculateBounds, int32_t baseVertex, MethodInfo * method)); DO_APP_FUNC(0x02CD1CF0, void, Mesh_SetIndicesNativeArrayImpl, (Mesh * __this, int32_t submesh, MeshTopology__Enum topology, IndexFormat__Enum indicesFormat, void * indices, int32_t arrayStart, int32_t arraySize, bool calculateBounds, int32_t baseVertex, MethodInfo * method)); DO_APP_FUNC(0x02CD1D80, void, Mesh_GetTrianglesNonAllocImpl, (Mesh * __this, Int32__Array * values, int32_t submesh, bool applyBaseVertex, MethodInfo * method)); DO_APP_FUNC(0x02CD1E00, void, Mesh_GetTrianglesNonAllocImpl16, (Mesh * __this, UInt16__Array * values, int32_t submesh, bool applyBaseVertex, MethodInfo * method)); DO_APP_FUNC(0x02CD1E80, void, Mesh_GetIndicesNonAllocImpl, (Mesh * __this, Int32__Array * values, int32_t submesh, bool applyBaseVertex, MethodInfo * method)); DO_APP_FUNC(0x02CD1F00, void, Mesh_GetIndicesNonAllocImpl16, (Mesh * __this, UInt16__Array * values, int32_t submesh, bool applyBaseVertex, MethodInfo * method)); DO_APP_FUNC(0x02CD1F80, void, Mesh_PrintErrorCantAccessChannel, (Mesh * __this, VertexAttribute__Enum ch, MethodInfo * method)); DO_APP_FUNC(0x02CD1FE0, bool, Mesh_HasVertexAttribute, (Mesh * __this, VertexAttribute__Enum attr, MethodInfo * method)); DO_APP_FUNC(0x02CD2040, int32_t, Mesh_GetVertexAttributeDimension, (Mesh * __this, VertexAttribute__Enum attr, MethodInfo * method)); DO_APP_FUNC(0x02CD20A0, VertexAttributeFormat__Enum, Mesh_GetVertexAttributeFormat, (Mesh * __this, VertexAttribute__Enum attr, MethodInfo * method)); DO_APP_FUNC(0x02CD2100, int32_t, Mesh_GetVertexAttributeStream, (Mesh * __this, VertexAttribute__Enum attr, MethodInfo * method)); DO_APP_FUNC(0x02CD2160, int32_t, Mesh_GetVertexAttributeOffset, (Mesh * __this, VertexAttribute__Enum attr, MethodInfo * method)); DO_APP_FUNC(0x02CD21C0, void, Mesh_SetArrayForChannelImpl, (Mesh * __this, VertexAttribute__Enum channel, VertexAttributeFormat__Enum format, int32_t dim, Array * values, int32_t arraySize, int32_t valuesStart, int32_t valuesCount, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CD2240, void, Mesh_SetNativeArrayForChannelImpl, (Mesh * __this, VertexAttribute__Enum channel, VertexAttributeFormat__Enum format, int32_t dim, void * values, int32_t arraySize, int32_t valuesStart, int32_t valuesCount, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CD22C0, Array *, Mesh_GetAllocArrayFromChannelImpl, (Mesh * __this, VertexAttribute__Enum channel, VertexAttributeFormat__Enum format, int32_t dim, MethodInfo * method)); DO_APP_FUNC(0x02CD2340, void, Mesh_GetArrayFromChannelImpl, (Mesh * __this, VertexAttribute__Enum channel, VertexAttributeFormat__Enum format, int32_t dim, Array * values, MethodInfo * method)); DO_APP_FUNC(0x02CD23C0, int32_t, Mesh_get_vertexBufferCount, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD2410, int32_t, Mesh_GetVertexBufferStride, (Mesh * __this, int32_t stream, MethodInfo * method)); DO_APP_FUNC(0x02CD2470, void *, Mesh_GetNativeVertexBufferPtr, (Mesh * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02CD24D0, void *, Mesh_GetNativeIndexBufferPtr, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD2520, GraphicsBuffer *, Mesh_GetVertexBufferImpl, (Mesh * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02CD2580, GraphicsBuffer *, Mesh_GetIndexBufferImpl, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD25D0, GraphicsBuffer_Target__Enum, Mesh_get_vertexBufferTarget, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD2620, void, Mesh_set_vertexBufferTarget, (Mesh * __this, GraphicsBuffer_Target__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CD2680, GraphicsBuffer_Target__Enum, Mesh_get_indexBufferTarget, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD26D0, void, Mesh_set_indexBufferTarget, (Mesh * __this, GraphicsBuffer_Target__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CD2730, int32_t, Mesh_get_blendShapeCount, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD2780, void, Mesh_ClearBlendShapes, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD27D0, String *, Mesh_GetBlendShapeName, (Mesh * __this, int32_t shapeIndex, MethodInfo * method)); DO_APP_FUNC(0x02CD2830, int32_t, Mesh_GetBlendShapeIndex, (Mesh * __this, String * blendShapeName, MethodInfo * method)); DO_APP_FUNC(0x02CD2890, int32_t, Mesh_GetBlendShapeFrameCount, (Mesh * __this, int32_t shapeIndex, MethodInfo * method)); DO_APP_FUNC(0x02CD28F0, float, Mesh_GetBlendShapeFrameWeight, (Mesh * __this, int32_t shapeIndex, int32_t frameIndex, MethodInfo * method)); DO_APP_FUNC(0x02CD2960, void, Mesh_GetBlendShapeFrameVertices, (Mesh * __this, int32_t shapeIndex, int32_t frameIndex, Vector3__Array * deltaVertices, Vector3__Array * deltaNormals, Vector3__Array * deltaTangents, MethodInfo * method)); DO_APP_FUNC(0x02CD29E0, void, Mesh_AddBlendShapeFrame, (Mesh * __this, String * shapeName, float frameWeight, Vector3__Array * deltaVertices, Vector3__Array * deltaNormals, Vector3__Array * deltaTangents, MethodInfo * method)); DO_APP_FUNC(0x02CD2A70, bool, Mesh_HasBoneWeights, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD2AC0, BoneWeight__Array *, Mesh_GetBoneWeightsImpl, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD2B10, void, Mesh_SetBoneWeightsImpl, (Mesh * __this, BoneWeight__Array * weights, MethodInfo * method)); DO_APP_FUNC(0x02CD2B70, void, Mesh_SetBoneWeights, (Mesh * __this, NativeArray_1_System_Byte_ bonesPerVertex, NativeArray_1_UnityEngine_BoneWeight1_ weights, MethodInfo * method)); DO_APP_FUNC(0x02CD2C40, void, Mesh_InternalSetBoneWeights, (Mesh * __this, void * bonesPerVertex, int32_t bonesPerVertexSize, void * weights, int32_t weightsSize, MethodInfo * method)); DO_APP_FUNC(0x02CD2CD0, NativeArray_1_UnityEngine_BoneWeight1_, Mesh_GetAllBoneWeights, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD2DC0, NativeArray_1_System_Byte_, Mesh_GetBonesPerVertex, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD2F00, int32_t, Mesh_GetAllBoneWeightsArraySize, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD2F50, void *, Mesh_GetAllBoneWeightsArray, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD2FA0, void *, Mesh_GetBonesPerVertexArray, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD2FF0, int32_t, Mesh_GetBindposeCount, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD3040, Matrix4x4__Array *, Mesh_get_bindposes, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD3090, void, Mesh_set_bindposes, (Mesh * __this, Matrix4x4__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02CD30F0, void, Mesh_GetBoneWeightsNonAllocImpl, (Mesh * __this, BoneWeight__Array * values, MethodInfo * method)); DO_APP_FUNC(0x02CD3150, void, Mesh_GetBindposesNonAllocImpl, (Mesh * __this, Matrix4x4__Array * values, MethodInfo * method)); DO_APP_FUNC(0x02CD31B0, bool, Mesh_get_isReadable, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD3200, bool, Mesh_get_canAccess, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD3250, int32_t, Mesh_get_vertexCount, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD32A0, int32_t, Mesh_get_subMeshCount, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD32F0, void, Mesh_set_subMeshCount, (Mesh * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CD3350, void, Mesh_SetSubMesh, (Mesh * __this, int32_t index, SubMeshDescriptor desc, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CD33D0, SubMeshDescriptor, Mesh_GetSubMesh, (Mesh * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02CD3450, void, Mesh_SetAllSubMeshesAtOnceFromArray, (Mesh * __this, SubMeshDescriptor__Array * desc, int32_t start, int32_t count, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CD34E0, void, Mesh_SetAllSubMeshesAtOnceFromNativeArray, (Mesh * __this, void * desc, int32_t start, int32_t count, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CD3570, Bounds, Mesh_get_bounds, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD35E0, void, Mesh_set_bounds, (Mesh * __this, Bounds value, MethodInfo * method)); DO_APP_FUNC(0x02CD3640, void, Mesh_ClearImpl, (Mesh * __this, bool keepVertexLayout, MethodInfo * method)); DO_APP_FUNC(0x02CD36A0, void, Mesh_RecalculateBoundsImpl, (Mesh * __this, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CD3700, void, Mesh_RecalculateNormalsImpl, (Mesh * __this, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CD3760, void, Mesh_RecalculateTangentsImpl, (Mesh * __this, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CD37C0, void, Mesh_MarkDynamicImpl, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD3810, void, Mesh_MarkModified, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD3860, void, Mesh_UploadMeshDataImpl, (Mesh * __this, bool markNoLongerReadable, MethodInfo * method)); DO_APP_FUNC(0x02CD38C0, MeshTopology__Enum, Mesh_GetTopologyImpl, (Mesh * __this, int32_t submesh, MethodInfo * method)); DO_APP_FUNC(0x02CD3920, void, Mesh_RecalculateUVDistributionMetricImpl, (Mesh * __this, int32_t uvSetIndex, float uvAreaThreshold, MethodInfo * method)); DO_APP_FUNC(0x02CD3990, void, Mesh_RecalculateUVDistributionMetricsImpl, (Mesh * __this, float uvAreaThreshold, MethodInfo * method)); DO_APP_FUNC(0x02CD39F0, float, Mesh_GetUVDistributionMetric, (Mesh * __this, int32_t uvSetIndex, MethodInfo * method)); DO_APP_FUNC(0x02CD3A50, void, Mesh_CombineMeshesImpl, (Mesh * __this, CombineInstance__Array * combine, bool mergeSubMeshes, bool useMatrices, bool hasLightmapData, MethodInfo * method)); DO_APP_FUNC(0x02CD3AE0, void, Mesh_OptimizeImpl, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD3B30, void, Mesh_OptimizeIndexBuffersImpl, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD3B80, void, Mesh_OptimizeReorderVertexBufferImpl, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD3BD0, VertexAttribute__Enum, Mesh_GetUVChannel, (int32_t uvIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9BC8, Mesh_GetUVChannel__MethodInfo); DO_APP_FUNC(0x02CD3C60, int32_t, Mesh_DefaultDimensionForChannel, (VertexAttribute__Enum channel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9BB8, Mesh_DefaultDimensionForChannel__MethodInfo); DO_APP_FUNC(0x02CD3D20, void, Mesh_SetSizedArrayForChannel, (Mesh * __this, VertexAttribute__Enum channel, VertexAttributeFormat__Enum format, int32_t dim, Array * values, int32_t valuesArrayLength, int32_t valuesStart, int32_t valuesCount, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9BA0, Mesh_SetSizedArrayForChannel__MethodInfo); DO_APP_FUNC(0x02CD4110, void, Mesh_SetSizedNativeArrayForChannel, (Mesh * __this, VertexAttribute__Enum channel, VertexAttributeFormat__Enum format, int32_t dim, void * values, int32_t valuesArrayLength, int32_t valuesStart, int32_t valuesCount, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9BE0, Mesh_SetSizedNativeArrayForChannel__MethodInfo); DO_APP_FUNC(0x02CD44F0, Vector3__Array *, Mesh_get_vertices, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD4550, void, Mesh_set_vertices, (Mesh * __this, Vector3__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02CD45E0, Vector3__Array *, Mesh_get_normals, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD4640, void, Mesh_set_normals, (Mesh * __this, Vector3__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02CD46D0, Vector4__Array *, Mesh_get_tangents, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD4730, void, Mesh_set_tangents, (Mesh * __this, Vector4__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02CD47C0, Vector2__Array *, Mesh_get_uv, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD4820, void, Mesh_set_uv, (Mesh * __this, Vector2__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02CD48B0, Vector2__Array *, Mesh_get_uv2, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD4910, void, Mesh_set_uv2, (Mesh * __this, Vector2__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02CD49A0, Vector2__Array *, Mesh_get_uv3, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD4A00, void, Mesh_set_uv3, (Mesh * __this, Vector2__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02CD4A90, Vector2__Array *, Mesh_get_uv4, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD4AF0, void, Mesh_set_uv4, (Mesh * __this, Vector2__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02CD4B80, Vector2__Array *, Mesh_get_uv5, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD4BE0, void, Mesh_set_uv5, (Mesh * __this, Vector2__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02CD4C70, Vector2__Array *, Mesh_get_uv6, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD4CD0, void, Mesh_set_uv6, (Mesh * __this, Vector2__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02CD4D60, Vector2__Array *, Mesh_get_uv7, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD4DC0, void, Mesh_set_uv7, (Mesh * __this, Vector2__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02CD4E50, Vector2__Array *, Mesh_get_uv8, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD4EB0, void, Mesh_set_uv8, (Mesh * __this, Vector2__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02CD4F40, Color__Array *, Mesh_get_colors, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD4FA0, void, Mesh_set_colors, (Mesh * __this, Color__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02CD5030, Color32__Array *, Mesh_get_colors32, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD5090, void, Mesh_set_colors32, (Mesh * __this, Color32__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02CD5120, void, Mesh_GetVertices, (Mesh * __this, List_1_UnityEngine_Vector3_ * vertices, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9B28, Mesh_GetVertices__MethodInfo); DO_APP_FUNC(0x02CD5240, void, Mesh_SetVertices, (Mesh * __this, List_1_UnityEngine_Vector3_ * inVertices, MethodInfo * method)); DO_APP_FUNC(0x02CD52F0, void, Mesh_SetVertices_1, (Mesh * __this, List_1_UnityEngine_Vector3_ * inVertices, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02CD5370, void, Mesh_SetVertices_2, (Mesh * __this, List_1_UnityEngine_Vector3_ * inVertices, int32_t start, int32_t length, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CD53F0, void, Mesh_SetVertices_3, (Mesh * __this, Vector3__Array * inVertices, MethodInfo * method)); DO_APP_FUNC(0x02CD5470, void, Mesh_SetVertices_4, (Mesh * __this, Vector3__Array * inVertices, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02CD54F0, void, Mesh_SetVertices_5, (Mesh * __this, Vector3__Array * inVertices, int32_t start, int32_t length, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CD5570, void, Mesh_GetNormals, (Mesh * __this, List_1_UnityEngine_Vector3_ * normals, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9AA0, Mesh_GetNormals__MethodInfo); DO_APP_FUNC(0x02CD5690, void, Mesh_SetNormals, (Mesh * __this, List_1_UnityEngine_Vector3_ * inNormals, MethodInfo * method)); DO_APP_FUNC(0x02CD5740, void, Mesh_SetNormals_1, (Mesh * __this, List_1_UnityEngine_Vector3_ * inNormals, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02CD57C0, void, Mesh_SetNormals_2, (Mesh * __this, List_1_UnityEngine_Vector3_ * inNormals, int32_t start, int32_t length, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CD5840, void, Mesh_SetNormals_3, (Mesh * __this, Vector3__Array * inNormals, MethodInfo * method)); DO_APP_FUNC(0x02CD58D0, void, Mesh_SetNormals_4, (Mesh * __this, Vector3__Array * inNormals, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02CD5950, void, Mesh_SetNormals_5, (Mesh * __this, Vector3__Array * inNormals, int32_t start, int32_t length, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CD59D0, void, Mesh_GetTangents, (Mesh * __this, List_1_UnityEngine_Vector4_ * tangents, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9AC0, Mesh_GetTangents__MethodInfo); DO_APP_FUNC(0x02CD5AF0, void, Mesh_SetTangents, (Mesh * __this, List_1_UnityEngine_Vector4_ * inTangents, MethodInfo * method)); DO_APP_FUNC(0x02CD5C30, void, Mesh_SetTangents_1, (Mesh * __this, List_1_UnityEngine_Vector4_ * inTangents, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02CD5D20, void, Mesh_SetTangents_2, (Mesh * __this, List_1_UnityEngine_Vector4_ * inTangents, int32_t start, int32_t length, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CD5E20, void, Mesh_SetTangents_3, (Mesh * __this, Vector4__Array * inTangents, MethodInfo * method)); DO_APP_FUNC(0x02CD5EB0, void, Mesh_SetTangents_4, (Mesh * __this, Vector4__Array * inTangents, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02CD5F30, void, Mesh_SetTangents_5, (Mesh * __this, Vector4__Array * inTangents, int32_t start, int32_t length, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CD5FC0, void, Mesh_GetColors, (Mesh * __this, List_1_UnityEngine_Color_ * colors, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9A48, Mesh_GetColors__MethodInfo); DO_APP_FUNC(0x02CD60E0, void, Mesh_SetColors, (Mesh * __this, List_1_UnityEngine_Color_ * inColors, MethodInfo * method)); DO_APP_FUNC(0x02CD6220, void, Mesh_SetColors_1, (Mesh * __this, List_1_UnityEngine_Color_ * inColors, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02CD6310, void, Mesh_SetColors_2, (Mesh * __this, List_1_UnityEngine_Color_ * inColors, int32_t start, int32_t length, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CD6410, void, Mesh_SetColors_3, (Mesh * __this, Color__Array * inColors, MethodInfo * method)); DO_APP_FUNC(0x02CD64A0, void, Mesh_SetColors_4, (Mesh * __this, Color__Array * inColors, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02CD6520, void, Mesh_SetColors_5, (Mesh * __this, Color__Array * inColors, int32_t start, int32_t length, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CD65B0, void, Mesh_GetColors_1, (Mesh * __this, List_1_UnityEngine_Color32_ * colors, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9A60, Mesh_GetColors_1__MethodInfo); DO_APP_FUNC(0x02CD6830, void, Mesh_SetColors_6, (Mesh * __this, List_1_UnityEngine_Color32_ * inColors, MethodInfo * method)); DO_APP_FUNC(0x02CD6970, void, Mesh_SetColors_7, (Mesh * __this, List_1_UnityEngine_Color32_ * inColors, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02CD6A60, void, Mesh_SetColors_8, (Mesh * __this, List_1_UnityEngine_Color32_ * inColors, int32_t start, int32_t length, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CD6B60, void, Mesh_SetColors_9, (Mesh * __this, Color32__Array * inColors, MethodInfo * method)); DO_APP_FUNC(0x02CD6BF0, void, Mesh_SetColors_10, (Mesh * __this, Color32__Array * inColors, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02CD6C70, void, Mesh_SetColors_11, (Mesh * __this, Color32__Array * inColors, int32_t start, int32_t length, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CD6CF0, void, Mesh_SetUVs, (Mesh * __this, int32_t channel, List_1_UnityEngine_Vector2_ * uvs, MethodInfo * method)); DO_APP_FUNC(0x02CD6E40, void, Mesh_SetUVs_1, (Mesh * __this, int32_t channel, List_1_UnityEngine_Vector3_ * uvs, MethodInfo * method)); DO_APP_FUNC(0x02CD6F90, void, Mesh_SetUVs_2, (Mesh * __this, int32_t channel, List_1_UnityEngine_Vector4_ * uvs, MethodInfo * method)); DO_APP_FUNC(0x02CD70E0, void, Mesh_SetUVs_3, (Mesh * __this, int32_t channel, List_1_UnityEngine_Vector2_ * uvs, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02CD71F0, void, Mesh_SetUVs_4, (Mesh * __this, int32_t channel, List_1_UnityEngine_Vector2_ * uvs, int32_t start, int32_t length, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CD7300, void, Mesh_SetUVs_5, (Mesh * __this, int32_t channel, List_1_UnityEngine_Vector3_ * uvs, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02CD7410, void, Mesh_SetUVs_6, (Mesh * __this, int32_t channel, List_1_UnityEngine_Vector3_ * uvs, int32_t start, int32_t length, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CD7520, void, Mesh_SetUVs_7, (Mesh * __this, int32_t channel, List_1_UnityEngine_Vector4_ * uvs, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02CD7630, void, Mesh_SetUVs_8, (Mesh * __this, int32_t channel, List_1_UnityEngine_Vector4_ * uvs, int32_t start, int32_t length, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CD7740, void, Mesh_SetUvsImpl, (Mesh * __this, int32_t uvIndex, int32_t dim, Array * uvs, int32_t arrayStart, int32_t arraySize, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC99C0, Mesh_SetUvsImpl__MethodInfo); DO_APP_FUNC(0x02CD7870, void, Mesh_SetUVs_9, (Mesh * __this, int32_t channel, Vector2__Array * uvs, MethodInfo * method)); DO_APP_FUNC(0x02CD78E0, void, Mesh_SetUVs_10, (Mesh * __this, int32_t channel, Vector3__Array * uvs, MethodInfo * method)); DO_APP_FUNC(0x02CD7950, void, Mesh_SetUVs_11, (Mesh * __this, int32_t channel, Vector4__Array * uvs, MethodInfo * method)); DO_APP_FUNC(0x02CD79C0, void, Mesh_SetUVs_12, (Mesh * __this, int32_t channel, Vector2__Array * uvs, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02CD79F0, void, Mesh_SetUVs_13, (Mesh * __this, int32_t channel, Vector2__Array * uvs, int32_t start, int32_t length, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CD7A30, void, Mesh_SetUVs_14, (Mesh * __this, int32_t channel, Vector3__Array * uvs, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02CD7A60, void, Mesh_SetUVs_15, (Mesh * __this, int32_t channel, Vector3__Array * uvs, int32_t start, int32_t length, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CD7AA0, void, Mesh_SetUVs_16, (Mesh * __this, int32_t channel, Vector4__Array * uvs, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02CD7AD0, void, Mesh_SetUVs_17, (Mesh * __this, int32_t channel, Vector4__Array * uvs, int32_t start, int32_t length, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CD7B10, void, Mesh_GetUVs, (Mesh * __this, int32_t channel, List_1_UnityEngine_Vector2_ * uvs, MethodInfo * method)); DO_APP_FUNC(0x02CD7CC0, void, Mesh_GetUVs_1, (Mesh * __this, int32_t channel, List_1_UnityEngine_Vector3_ * uvs, MethodInfo * method)); DO_APP_FUNC(0x02CD7E70, void, Mesh_GetUVs_2, (Mesh * __this, int32_t channel, List_1_UnityEngine_Vector4_ * uvs, MethodInfo * method)); DO_APP_FUNC(0x02CD1930, int32_t, Mesh_get_vertexAttributeCount, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD8020, VertexAttributeDescriptor__Array *, Mesh_GetVertexAttributes, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD1870, int32_t, Mesh_GetVertexAttributes_1, (Mesh * __this, VertexAttributeDescriptor__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x02CD18D0, int32_t, Mesh_GetVertexAttributes_2, (Mesh * __this, List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * attributes, MethodInfo * method)); DO_APP_FUNC(0x02CD16B0, void, Mesh_SetVertexBufferParams, (Mesh * __this, int32_t vertexCount, VertexAttributeDescriptor__Array * attributes, MethodInfo * method)); DO_APP_FUNC(0x02CD80D0, void, Mesh_SetVertexBufferParams_1, (Mesh * __this, int32_t vertexCount, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ attributes, MethodInfo * method)); DO_APP_FUNC(0x02CD8170, Mesh_MeshDataArray, Mesh_AcquireReadOnlyMeshData, (Mesh * mesh, MethodInfo * method)); DO_APP_FUNC(0x02CD81B0, Mesh_MeshDataArray, Mesh_AcquireReadOnlyMeshData_1, (Mesh__Array * meshes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9A00, Mesh_AcquireReadOnlyMeshData_1__MethodInfo); DO_APP_FUNC(0x02CD8260, Mesh_MeshDataArray, Mesh_AcquireReadOnlyMeshData_2, (List_1_UnityEngine_Mesh_ * meshes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC99E8, Mesh_AcquireReadOnlyMeshData_2__MethodInfo); DO_APP_FUNC(0x02CD8360, Mesh_MeshDataArray, Mesh_AllocateWritableMeshData, (int32_t meshCount, MethodInfo * method)); DO_APP_FUNC(0x02CD83A0, void, Mesh_ApplyAndDisposeWritableMeshData, (Mesh_MeshDataArray data, Mesh * mesh, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9A20, Mesh_ApplyAndDisposeWritableMeshData__MethodInfo); DO_APP_FUNC(0x02CD85C0, void, Mesh_ApplyAndDisposeWritableMeshData_1, (Mesh_MeshDataArray data, Mesh__Array * meshes, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9968, Mesh_ApplyAndDisposeWritableMeshData_1__MethodInfo); DO_APP_FUNC(0x02CD8730, void, Mesh_ApplyAndDisposeWritableMeshData_2, (Mesh_MeshDataArray data, List_1_UnityEngine_Mesh_ * meshes, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9958, Mesh_ApplyAndDisposeWritableMeshData_2__MethodInfo); DO_APP_FUNC(0x02CD8900, GraphicsBuffer *, Mesh_GetVertexBuffer, (Mesh * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9980, Mesh_GetVertexBuffer__MethodInfo); DO_APP_FUNC(0x02CD8A80, GraphicsBuffer *, Mesh_GetIndexBuffer, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9978, Mesh_GetIndexBuffer__MethodInfo); DO_APP_FUNC(0x02CD8BF0, void, Mesh_PrintErrorCantAccessIndices, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD8CB0, bool, Mesh_CheckCanAccessSubmesh, (Mesh * __this, int32_t submesh, bool errorAboutTriangles, MethodInfo * method)); DO_APP_FUNC(0x02CD8E80, bool, Mesh_CheckCanAccessSubmeshTriangles, (Mesh * __this, int32_t submesh, MethodInfo * method)); DO_APP_FUNC(0x02CD8E90, bool, Mesh_CheckCanAccessSubmeshIndices, (Mesh * __this, int32_t submesh, MethodInfo * method)); DO_APP_FUNC(0x02CD8EA0, Int32__Array *, Mesh_get_triangles, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD8F80, void, Mesh_set_triangles, (Mesh * __this, Int32__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02CD9060, Int32__Array *, Mesh_GetTriangles, (Mesh * __this, int32_t submesh, MethodInfo * method)); DO_APP_FUNC(0x02CD9070, Int32__Array *, Mesh_GetTriangles_1, (Mesh * __this, int32_t submesh, bool applyBaseVertex, MethodInfo * method)); DO_APP_FUNC(0x02CD9100, void, Mesh_GetTriangles_2, (Mesh * __this, List_1_System_Int32_ * triangles, int32_t submesh, MethodInfo * method)); DO_APP_FUNC(0x02CD9120, void, Mesh_GetTriangles_3, (Mesh * __this, List_1_System_Int32_ * triangles, int32_t submesh, bool applyBaseVertex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC99A0, Mesh_GetTriangles_3__MethodInfo); DO_APP_FUNC(0x02CD9320, void, Mesh_GetTriangles_4, (Mesh * __this, List_1_System_UInt16_ * triangles, int32_t submesh, bool applyBaseVertex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC98D0, Mesh_GetTriangles_4__MethodInfo); DO_APP_FUNC(0x02CD9520, Int32__Array *, Mesh_GetIndices, (Mesh * __this, int32_t submesh, MethodInfo * method)); DO_APP_FUNC(0x02CD95D0, Int32__Array *, Mesh_GetIndices_1, (Mesh * __this, int32_t submesh, bool applyBaseVertex, MethodInfo * method)); DO_APP_FUNC(0x02CD96A0, void, Mesh_GetIndices_2, (Mesh * __this, List_1_System_Int32_ * indices, int32_t submesh, MethodInfo * method)); DO_APP_FUNC(0x02CD96C0, void, Mesh_GetIndices_3, (Mesh * __this, List_1_System_Int32_ * indices, int32_t submesh, bool applyBaseVertex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9908, Mesh_GetIndices_3__MethodInfo); DO_APP_FUNC(0x02CD98B0, void, Mesh_GetIndices_4, (Mesh * __this, List_1_System_UInt16_ * indices, int32_t submesh, bool applyBaseVertex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9900, Mesh_GetIndices_4__MethodInfo); DO_APP_FUNC(0x02CD9AA0, uint32_t, Mesh_GetIndexStart, (Mesh * __this, int32_t submesh, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC98F8, Mesh_GetIndexStart__MethodInfo); DO_APP_FUNC(0x02CD9BA0, uint32_t, Mesh_GetIndexCount, (Mesh * __this, int32_t submesh, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC98F0, Mesh_GetIndexCount__MethodInfo); DO_APP_FUNC(0x02CD9CA0, uint32_t, Mesh_GetBaseVertex, (Mesh * __this, int32_t submesh, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC98E8, Mesh_GetBaseVertex__MethodInfo); DO_APP_FUNC(0x02CD9DA0, void, Mesh_CheckIndicesArrayRange, (Mesh * __this, int32_t valuesLength, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9938, Mesh_CheckIndicesArrayRange__MethodInfo); DO_APP_FUNC(0x02CDA030, void, Mesh_SetTrianglesImpl, (Mesh * __this, int32_t submesh, IndexFormat__Enum indicesFormat, Array * triangles, int32_t trianglesArrayLength, int32_t start, int32_t length, bool calculateBounds, int32_t baseVertex, MethodInfo * method)); DO_APP_FUNC(0x02CDA110, void, Mesh_SetTriangles, (Mesh * __this, Int32__Array * triangles, int32_t submesh, MethodInfo * method)); DO_APP_FUNC(0x02CDA1C0, void, Mesh_SetTriangles_1, (Mesh * __this, Int32__Array * triangles, int32_t submesh, bool calculateBounds, MethodInfo * method)); DO_APP_FUNC(0x02CDA280, void, Mesh_SetTriangles_2, (Mesh * __this, Int32__Array * triangles, int32_t submesh, bool calculateBounds, int32_t baseVertex, MethodInfo * method)); DO_APP_FUNC(0x02CDA340, void, Mesh_SetTriangles_3, (Mesh * __this, Int32__Array * triangles, int32_t trianglesStart, int32_t trianglesLength, int32_t submesh, bool calculateBounds, int32_t baseVertex, MethodInfo * method)); DO_APP_FUNC(0x02CDA3F0, void, Mesh_SetTriangles_4, (Mesh * __this, UInt16__Array * triangles, int32_t submesh, bool calculateBounds, int32_t baseVertex, MethodInfo * method)); DO_APP_FUNC(0x02CDA4B0, void, Mesh_SetTriangles_5, (Mesh * __this, UInt16__Array * triangles, int32_t trianglesStart, int32_t trianglesLength, int32_t submesh, bool calculateBounds, int32_t baseVertex, MethodInfo * method)); DO_APP_FUNC(0x02CDA560, void, Mesh_SetTriangles_6, (Mesh * __this, List_1_System_Int32_ * triangles, int32_t submesh, MethodInfo * method)); DO_APP_FUNC(0x02CDA580, void, Mesh_SetTriangles_7, (Mesh * __this, List_1_System_Int32_ * triangles, int32_t submesh, bool calculateBounds, MethodInfo * method)); DO_APP_FUNC(0x02CDA5A0, void, Mesh_SetTriangles_8, (Mesh * __this, List_1_System_Int32_ * triangles, int32_t submesh, bool calculateBounds, int32_t baseVertex, MethodInfo * method)); DO_APP_FUNC(0x02CDA710, void, Mesh_SetTriangles_9, (Mesh * __this, List_1_System_Int32_ * triangles, int32_t trianglesStart, int32_t trianglesLength, int32_t submesh, bool calculateBounds, int32_t baseVertex, MethodInfo * method)); DO_APP_FUNC(0x02CDA840, void, Mesh_SetTriangles_10, (Mesh * __this, List_1_System_UInt16_ * triangles, int32_t submesh, bool calculateBounds, int32_t baseVertex, MethodInfo * method)); DO_APP_FUNC(0x02CDA9B0, void, Mesh_SetTriangles_11, (Mesh * __this, List_1_System_UInt16_ * triangles, int32_t trianglesStart, int32_t trianglesLength, int32_t submesh, bool calculateBounds, int32_t baseVertex, MethodInfo * method)); DO_APP_FUNC(0x02CDAAE0, void, Mesh_SetIndices, (Mesh * __this, Int32__Array * indices, MeshTopology__Enum topology, int32_t submesh, MethodInfo * method)); DO_APP_FUNC(0x02CDAB00, void, Mesh_SetIndices_1, (Mesh * __this, Int32__Array * indices, MeshTopology__Enum topology, int32_t submesh, bool calculateBounds, MethodInfo * method)); DO_APP_FUNC(0x02CDAB30, void, Mesh_SetIndices_2, (Mesh * __this, Int32__Array * indices, MeshTopology__Enum topology, int32_t submesh, bool calculateBounds, int32_t baseVertex, MethodInfo * method)); DO_APP_FUNC(0x02CDAC50, void, Mesh_SetIndices_3, (Mesh * __this, Int32__Array * indices, int32_t indicesStart, int32_t indicesLength, MeshTopology__Enum topology, int32_t submesh, bool calculateBounds, int32_t baseVertex, MethodInfo * method)); DO_APP_FUNC(0x02CDAD50, void, Mesh_SetIndices_4, (Mesh * __this, UInt16__Array * indices, MeshTopology__Enum topology, int32_t submesh, bool calculateBounds, int32_t baseVertex, MethodInfo * method)); DO_APP_FUNC(0x02CDAE60, void, Mesh_SetIndices_5, (Mesh * __this, UInt16__Array * indices, int32_t indicesStart, int32_t indicesLength, MeshTopology__Enum topology, int32_t submesh, bool calculateBounds, int32_t baseVertex, MethodInfo * method)); DO_APP_FUNC(0x02CDAF60, void, Mesh_SetIndices_6, (Mesh * __this, List_1_System_Int32_ * indices, MeshTopology__Enum topology, int32_t submesh, bool calculateBounds, int32_t baseVertex, MethodInfo * method)); DO_APP_FUNC(0x02CDB120, void, Mesh_SetIndices_7, (Mesh * __this, List_1_System_Int32_ * indices, int32_t indicesStart, int32_t indicesLength, MeshTopology__Enum topology, int32_t submesh, bool calculateBounds, int32_t baseVertex, MethodInfo * method)); DO_APP_FUNC(0x02CDB2A0, void, Mesh_SetIndices_8, (Mesh * __this, List_1_System_UInt16_ * indices, MeshTopology__Enum topology, int32_t submesh, bool calculateBounds, int32_t baseVertex, MethodInfo * method)); DO_APP_FUNC(0x02CDB460, void, Mesh_SetIndices_9, (Mesh * __this, List_1_System_UInt16_ * indices, int32_t indicesStart, int32_t indicesLength, MeshTopology__Enum topology, int32_t submesh, bool calculateBounds, int32_t baseVertex, MethodInfo * method)); DO_APP_FUNC(0x02CDB5E0, void, Mesh_SetSubMeshes, (Mesh * __this, SubMeshDescriptor__Array * desc, int32_t start, int32_t count, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9868, Mesh_SetSubMeshes__MethodInfo); DO_APP_FUNC(0x02CDB970, void, Mesh_SetSubMeshes_1, (Mesh * __this, SubMeshDescriptor__Array * desc, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CDB9B0, void, Mesh_SetSubMeshes_2, (Mesh * __this, List_1_UnityEngine_Rendering_SubMeshDescriptor_ * desc, int32_t start, int32_t count, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CDBA30, void, Mesh_SetSubMeshes_3, (Mesh * __this, List_1_UnityEngine_Rendering_SubMeshDescriptor_ * desc, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CDBAD0, void, Mesh_GetBindposes, (Mesh * __this, List_1_UnityEngine_Matrix4x4_ * bindposes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9878, Mesh_GetBindposes__MethodInfo); DO_APP_FUNC(0x02CDBC90, void, Mesh_GetBoneWeights, (Mesh * __this, List_1_UnityEngine_BoneWeight_ * boneWeights, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC98A8, Mesh_GetBoneWeights__MethodInfo); DO_APP_FUNC(0x02CD2AC0, BoneWeight__Array *, Mesh_get_boneWeights, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CD2B10, void, Mesh_set_boneWeights, (Mesh * __this, BoneWeight__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02CD3640, void, Mesh_Clear, (Mesh * __this, bool keepVertexLayout, MethodInfo * method)); DO_APP_FUNC(0x02CDBF30, void, Mesh_Clear_1, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDBF90, void, Mesh_RecalculateBounds, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDC0E0, void, Mesh_RecalculateNormals, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDC230, void, Mesh_RecalculateTangents, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDC380, void, Mesh_RecalculateBounds_1, (Mesh * __this, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CDC4E0, void, Mesh_RecalculateNormals_1, (Mesh * __this, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CDC640, void, Mesh_RecalculateTangents_1, (Mesh * __this, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CDC7A0, void, Mesh_RecalculateUVDistributionMetric, (Mesh * __this, int32_t uvSetIndex, float uvAreaThreshold, MethodInfo * method)); DO_APP_FUNC(0x02CDC920, void, Mesh_RecalculateUVDistributionMetrics, (Mesh * __this, float uvAreaThreshold, MethodInfo * method)); DO_APP_FUNC(0x02CDCA80, void, Mesh_MarkDynamic, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDCB20, void, Mesh_UploadMeshData, (Mesh * __this, bool markNoLongerReadable, MethodInfo * method)); DO_APP_FUNC(0x02CDCBD0, void, Mesh_Optimize, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDCD20, void, Mesh_OptimizeIndexBuffers, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDCE70, void, Mesh_OptimizeReorderVertexBuffer, (Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDCFC0, MeshTopology__Enum, Mesh_GetTopology, (Mesh * __this, int32_t submesh, MethodInfo * method)); DO_APP_FUNC(0x02CDD0D0, void, Mesh_CombineMeshes, (Mesh * __this, CombineInstance__Array * combine, bool mergeSubMeshes, bool useMatrices, bool hasLightmapData, MethodInfo * method)); DO_APP_FUNC(0x02CDD0F0, void, Mesh_CombineMeshes_1, (Mesh * __this, CombineInstance__Array * combine, bool mergeSubMeshes, bool useMatrices, MethodInfo * method)); DO_APP_FUNC(0x02CDD110, void, Mesh_CombineMeshes_2, (Mesh * __this, CombineInstance__Array * combine, bool mergeSubMeshes, MethodInfo * method)); DO_APP_FUNC(0x02CDD130, void, Mesh_CombineMeshes_3, (Mesh * __this, CombineInstance__Array * combine, MethodInfo * method)); DO_APP_FUNC(0x02CDD160, void, Mesh_GetVertexAttribute_Injected, (Mesh * __this, int32_t index, VertexAttributeDescriptor * ret, MethodInfo * method)); DO_APP_FUNC(0x02CDD1D0, void, Mesh_SetSubMesh_Injected, (Mesh * __this, int32_t index, SubMeshDescriptor * desc, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CDD250, void, Mesh_GetSubMesh_Injected, (Mesh * __this, int32_t index, SubMeshDescriptor * ret, MethodInfo * method)); DO_APP_FUNC(0x02CDD2C0, void, Mesh_get_bounds_Injected, (Mesh * __this, Bounds * ret, MethodInfo * method)); DO_APP_FUNC(0x02CDD320, void, Mesh_set_bounds_Injected, (Mesh * __this, Bounds * value, MethodInfo * method)); DO_APP_FUNC(0x02CDD4B0, void, Mesh_MeshDataArray_AcquireReadOnlyMeshData, (Mesh * mesh, void * * datas, MethodInfo * method)); DO_APP_FUNC(0x02CDD510, void, Mesh_MeshDataArray_AcquireReadOnlyMeshDatas, (Mesh__Array * meshes, void * * datas, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02CDD580, void, Mesh_MeshDataArray_ReleaseMeshDatas, (void * * datas, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02CDD5E0, void, Mesh_MeshDataArray_CreateNewMeshDatas, (void * * datas, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02CDD640, void, Mesh_MeshDataArray_ApplyToMeshesImpl, (Mesh__Array * meshes, void * * datas, int32_t count, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CDD6C0, void, Mesh_MeshDataArray_ApplyToMeshImpl, (Mesh * mesh, void * data, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, Mesh_MeshDataArray_get_Length, (Mesh_MeshDataArray * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDD730, void, Mesh_MeshDataArray_Dispose, (Mesh_MeshDataArray * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDD7F0, void, Mesh_MeshDataArray_ApplyToMeshAndDispose, (Mesh_MeshDataArray * __this, Mesh * mesh, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBCF0, Mesh_MeshDataArray_ApplyToMeshAndDispose__MethodInfo); DO_APP_FUNC(0x02CDD960, void, Mesh_MeshDataArray_ApplyToMeshesAndDispose, (Mesh_MeshDataArray * __this, Mesh__Array * meshes, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBCB8, Mesh_MeshDataArray_ApplyToMeshesAndDispose__MethodInfo); DO_APP_FUNC(0x02CDDC60, void, Mesh_MeshDataArray__ctor, (Mesh_MeshDataArray * __this, Mesh * mesh, bool checkReadWrite, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBD50, Mesh_MeshDataArray__ctor__MethodInfo); DO_APP_FUNC(0x02CDDF70, void, Mesh_MeshDataArray__ctor_1, (Mesh_MeshDataArray * __this, Mesh__Array * meshes, int32_t meshesCount, bool checkReadWrite, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBDE8, Mesh_MeshDataArray__ctor_1__MethodInfo); DO_APP_FUNC(0x02CDE380, void, Mesh_MeshDataArray__ctor_2, (Mesh_MeshDataArray * __this, int32_t meshesCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBDB8, Mesh_MeshDataArray__ctor_2__MethodInfo); DO_APP_FUNC(0x02CAAE40, float, BoneWeight_get_weight0, (BoneWeight * __this, MethodInfo * method)); DO_APP_FUNC(0x00C84780, void, BoneWeight_set_weight0, (BoneWeight * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02C92F50, float, BoneWeight_get_weight1, (BoneWeight * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAAE50, float, BoneWeight_get_weight2, (BoneWeight * __this, MethodInfo * method)); DO_APP_FUNC(0x02C93030, float, BoneWeight_get_weight3, (BoneWeight * __this, MethodInfo * method)); DO_APP_FUNC(0x01EDDFC0, int32_t, BoneWeight_get_boneIndex0, (BoneWeight * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, BoneWeight_set_boneIndex0, (BoneWeight * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x014904A0, int32_t, BoneWeight_get_boneIndex1, (BoneWeight * __this, MethodInfo * method)); DO_APP_FUNC(0x01012D90, int32_t, BoneWeight_get_boneIndex2, (BoneWeight * __this, MethodInfo * method)); DO_APP_FUNC(0x01616930, int32_t, BoneWeight_get_boneIndex3, (BoneWeight * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDE540, int32_t, BoneWeight_GetHashCode, (BoneWeight * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDE720, bool, BoneWeight_Equals, (BoneWeight * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x02CDE830, bool, BoneWeight_Equals_1, (BoneWeight * __this, BoneWeight other, MethodInfo * method)); DO_APP_FUNC(0x02CAAE40, float, BoneWeight1_get_weight, (BoneWeight1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01119C00, int32_t, BoneWeight1_get_boneIndex, (BoneWeight1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDE890, bool, BoneWeight1_Equals, (BoneWeight1 * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x02CDE920, bool, BoneWeight1_Equals_1, (BoneWeight1 * __this, BoneWeight1 other, MethodInfo * method)); DO_APP_FUNC(0x02CDE980, int32_t, BoneWeight1_GetHashCode, (BoneWeight1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDE9F0, void, CombineInstance_set_mesh, (CombineInstance * __this, Mesh * value, MethodInfo * method)); DO_APP_FUNC(0x02CDEB10, void, CombineInstance_set_transform, (CombineInstance * __this, Matrix4x4 value, MethodInfo * method)); DO_APP_FUNC(0x02242FC0, void, CombineInstance_set_lightmapScaleOffset, (CombineInstance * __this, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x02242FD0, void, CombineInstance_set_realtimeLightmapScaleOffset, (CombineInstance * __this, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x02CDEB30, void, Texture__ctor, (Texture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDEB80, int32_t, Texture_get_mipmapCount, (Texture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDEBD0, GraphicsFormat__Enum, Texture_get_graphicsFormat, (Texture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDEC60, int32_t, Texture_GetDataWidth, (Texture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDECB0, int32_t, Texture_GetDataHeight, (Texture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDED00, TextureDimension__Enum, Texture_GetDimension, (Texture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDEC60, int32_t, Texture_get_width, (Texture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDED50, void, Texture_set_width, (Texture * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBC08, Texture_set_width__MethodInfo); DO_APP_FUNC(0x02CDECB0, int32_t, Texture_get_height, (Texture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDEDA0, void, Texture_set_height, (Texture * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBBF8, Texture_set_height__MethodInfo); DO_APP_FUNC(0x02CDED00, TextureDimension__Enum, Texture_get_dimension, (Texture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDEDF0, void, Texture_set_dimension, (Texture * __this, TextureDimension__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBBE8, Texture_set_dimension__MethodInfo); DO_APP_FUNC(0x02CDEE40, bool, Texture_get_isReadable, (Texture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDEE90, TextureWrapMode__Enum, Texture_get_wrapMode, (Texture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDEEE0, void, Texture_set_wrapMode, (Texture * __this, TextureWrapMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CDEF40, void, Texture_set_wrapModeU, (Texture * __this, TextureWrapMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CDEFA0, void, Texture_set_wrapModeV, (Texture * __this, TextureWrapMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CDF000, void, Texture_set_wrapModeW, (Texture * __this, TextureWrapMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CDF060, FilterMode__Enum, Texture_get_filterMode, (Texture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDF0B0, void, Texture_set_filterMode, (Texture * __this, FilterMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CDF110, int32_t, Texture_get_anisoLevel, (Texture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDF160, void, Texture_set_anisoLevel, (Texture * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CDF1C0, void, Texture_set_mipMapBias, (Texture * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CDF220, Vector2, Texture_get_texelSize, (Texture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDF280, void *, Texture_GetNativeTexturePtr, (Texture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDF2D0, uint32_t, Texture_get_updateCount, (Texture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDF320, int32_t, Texture_Internal_GetActiveTextureColorSpace, (Texture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDF370, ColorSpace__Enum, Texture_get_activeTextureColorSpace, (Texture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDF3D0, uint64_t, Texture_GetPixelDataSize, (Texture * __this, int32_t mipLevel, int32_t element, MethodInfo * method)); DO_APP_FUNC(0x02CDF440, uint64_t, Texture_GetPixelDataOffset, (Texture * __this, int32_t mipLevel, int32_t element, MethodInfo * method)); DO_APP_FUNC(0x02CDF4B0, TextureColorSpace__Enum, Texture_GetTextureColorSpace, (Texture * __this, bool linear, MethodInfo * method)); DO_APP_FUNC(0x02CDF4C0, TextureColorSpace__Enum, Texture_GetTextureColorSpace_1, (Texture * __this, GraphicsFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02CDF550, bool, Texture_ValidateFormat, (Texture * __this, TextureFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02CDF820, bool, Texture_ValidateFormat_1, (Texture * __this, GraphicsFormat__Enum format, FormatUsage__Enum usage, MethodInfo * method)); DO_APP_FUNC(0x02CDFA90, UnityException *, Texture_CreateNonReadableException, (Texture * __this, Texture * t, MethodInfo * method)); DO_APP_FUNC(0x02CDFB70, UnityException *, Texture_CreateNativeArrayLengthOverflowException, (Texture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDFBE0, void, Texture__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02CDFC20, void, Texture_get_texelSize_Injected, (Texture * __this, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CDFC80, TextureFormat__Enum, Texture2D_get_format, (Texture2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDFCD0, bool, Texture2D_get_ignoreMipmapLimit, (Texture2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02CDFD20, void, Texture2D_set_ignoreMipmapLimit, (Texture2D * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CDFD80, Texture2D *, Texture2D_get_whiteTexture, (MethodInfo * method)); DO_APP_FUNC(0x02CDFDD0, Texture2D *, Texture2D_get_blackTexture, (MethodInfo * method)); DO_APP_FUNC(0x02CDFE20, Texture2D *, Texture2D_get_redTexture, (MethodInfo * method)); DO_APP_FUNC(0x02CDFE70, Texture2D *, Texture2D_get_grayTexture, (MethodInfo * method)); DO_APP_FUNC(0x02CDFEC0, Texture2D *, Texture2D_get_linearGrayTexture, (MethodInfo * method)); DO_APP_FUNC(0x02CDFF10, Texture2D *, Texture2D_get_normalTexture, (MethodInfo * method)); DO_APP_FUNC(0x02CDFF60, void, Texture2D_Compress, (Texture2D * __this, bool highQuality, MethodInfo * method)); DO_APP_FUNC(0x02CDFFC0, bool, Texture2D_Internal_CreateImpl, (Texture2D * mono, int32_t w, int32_t h, int32_t mipCount, GraphicsFormat__Enum format, TextureColorSpace__Enum colorSpace, TextureCreationFlags__Enum flags, void * nativeTex, MethodInfo * method)); DO_APP_FUNC(0x02CE0040, void, Texture2D_Internal_Create, (Texture2D * mono, int32_t w, int32_t h, int32_t mipCount, GraphicsFormat__Enum format, TextureColorSpace__Enum colorSpace, TextureCreationFlags__Enum flags, void * nativeTex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBB48, Texture2D_Internal_Create__MethodInfo); DO_APP_FUNC(0x02CE0140, bool, Texture2D_get_isReadable, (Texture2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE0190, bool, Texture2D_get_vtOnly, (Texture2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE01E0, void, Texture2D_ApplyImpl, (Texture2D * __this, bool updateMipmaps, bool makeNoLongerReadable, MethodInfo * method)); DO_APP_FUNC(0x02CE0260, bool, Texture2D_ReinitializeImpl, (Texture2D * __this, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02CE02D0, void, Texture2D_SetPixelImpl, (Texture2D * __this, int32_t image, int32_t mip, int32_t x, int32_t y, Color color, MethodInfo * method)); DO_APP_FUNC(0x02CE0370, Color, Texture2D_GetPixelImpl, (Texture2D * __this, int32_t image, int32_t mip, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x02CE0410, Color, Texture2D_GetPixelBilinearImpl, (Texture2D * __this, int32_t image, int32_t mip, float u, float v, MethodInfo * method)); DO_APP_FUNC(0x02CE04B0, bool, Texture2D_ReinitializeWithFormatImpl, (Texture2D * __this, int32_t width, int32_t height, GraphicsFormat__Enum format, bool hasMipMap, MethodInfo * method)); DO_APP_FUNC(0x02CE0540, void, Texture2D_ReadPixelsImpl, (Texture2D * __this, Rect source, int32_t destX, int32_t destY, bool recalculateMipMaps, MethodInfo * method)); DO_APP_FUNC(0x02CE05D0, void, Texture2D_SetPixelsImpl, (Texture2D * __this, int32_t x, int32_t y, int32_t w, int32_t h, Color__Array * pixel, int32_t miplevel, int32_t frame, MethodInfo * method)); DO_APP_FUNC(0x02CE0650, bool, Texture2D_LoadRawTextureDataImpl, (Texture2D * __this, void * data, uint64_t size, MethodInfo * method)); DO_APP_FUNC(0x02CE06C0, bool, Texture2D_LoadRawTextureDataImplArray, (Texture2D * __this, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x02CE0720, bool, Texture2D_SetPixelDataImplArray, (Texture2D * __this, Array * data, int32_t mipLevel, int32_t elementSize, int32_t dataArraySize, int32_t sourceDataStartIndex, MethodInfo * method)); DO_APP_FUNC(0x02CE07B0, bool, Texture2D_SetPixelDataImpl, (Texture2D * __this, void * data, int32_t mipLevel, int32_t elementSize, int32_t dataArraySize, int32_t sourceDataStartIndex, MethodInfo * method)); DO_APP_FUNC(0x02CE0840, void *, Texture2D_GetWritableImageData, (Texture2D * __this, int32_t frame, MethodInfo * method)); DO_APP_FUNC(0x02CE08A0, uint64_t, Texture2D_GetRawImageDataSize, (Texture2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE08F0, void, Texture2D_GenerateAtlasImpl, (Vector2__Array * sizes, int32_t padding, int32_t atlasSize, Rect__Array * rect, MethodInfo * method)); DO_APP_FUNC(0x02CE0970, bool, Texture2D_get_isPreProcessed, (Texture2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE09C0, bool, Texture2D_get_streamingMipmaps, (Texture2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE0A10, int32_t, Texture2D_get_streamingMipmapsPriority, (Texture2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE0A60, int32_t, Texture2D_get_requestedMipmapLevel, (Texture2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE0AB0, void, Texture2D_set_requestedMipmapLevel, (Texture2D * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CE0B10, int32_t, Texture2D_get_minimumMipmapLevel, (Texture2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE0B60, void, Texture2D_set_minimumMipmapLevel, (Texture2D * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CE0BC0, bool, Texture2D_get_loadAllMips, (Texture2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE0C10, void, Texture2D_set_loadAllMips, (Texture2D * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CE0C70, int32_t, Texture2D_get_calculatedMipmapLevel, (Texture2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE0CC0, int32_t, Texture2D_get_desiredMipmapLevel, (Texture2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE0D10, int32_t, Texture2D_get_loadingMipmapLevel, (Texture2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE0D60, int32_t, Texture2D_get_loadedMipmapLevel, (Texture2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE0DB0, void, Texture2D_ClearRequestedMipmapLevel, (Texture2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE0E00, bool, Texture2D_IsRequestedMipmapLevelLoaded, (Texture2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE0E50, void, Texture2D_ClearMinimumMipmapLevel, (Texture2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE0EA0, void, Texture2D_UpdateExternalTexture, (Texture2D * __this, void * nativeTex, MethodInfo * method)); DO_APP_FUNC(0x02CE0F00, void, Texture2D_SetAllPixels32, (Texture2D * __this, Color32__Array * colors, int32_t miplevel, MethodInfo * method)); DO_APP_FUNC(0x02CE0F70, void, Texture2D_SetBlockOfPixels32, (Texture2D * __this, int32_t x, int32_t y, int32_t blockWidth, int32_t blockHeight, Color32__Array * colors, int32_t miplevel, MethodInfo * method)); DO_APP_FUNC(0x02CE0FF0, Byte__Array *, Texture2D_GetRawTextureData, (Texture2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE1040, Color__Array *, Texture2D_GetPixels, (Texture2D * __this, int32_t x, int32_t y, int32_t blockWidth, int32_t blockHeight, int32_t miplevel, MethodInfo * method)); DO_APP_FUNC(0x02CE10C0, Color__Array *, Texture2D_GetPixels_1, (Texture2D * __this, int32_t x, int32_t y, int32_t blockWidth, int32_t blockHeight, MethodInfo * method)); DO_APP_FUNC(0x02CE1150, Color32__Array *, Texture2D_GetPixels32, (Texture2D * __this, int32_t miplevel, MethodInfo * method)); DO_APP_FUNC(0x02CE11B0, Color32__Array *, Texture2D_GetPixels32_1, (Texture2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE1210, Rect__Array *, Texture2D_PackTextures, (Texture2D * __this, Texture2D__Array * textures, int32_t padding, int32_t maximumAtlasSize, bool makeNoLongerReadable, MethodInfo * method)); DO_APP_FUNC(0x02CE12A0, Rect__Array *, Texture2D_PackTextures_1, (Texture2D * __this, Texture2D__Array * textures, int32_t padding, int32_t maximumAtlasSize, MethodInfo * method)); DO_APP_FUNC(0x02CE1330, Rect__Array *, Texture2D_PackTextures_2, (Texture2D * __this, Texture2D__Array * textures, int32_t padding, MethodInfo * method)); DO_APP_FUNC(0x02CE13B0, bool, Texture2D_ValidateFormat, (Texture2D * __this, TextureFormat__Enum format, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBB40, Texture2D_ValidateFormat__MethodInfo); DO_APP_FUNC(0x02CE14C0, bool, Texture2D_ValidateFormat_1, (Texture2D * __this, GraphicsFormat__Enum format, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBB38, Texture2D_ValidateFormat_1__MethodInfo); DO_APP_FUNC(0x02CE1640, void, Texture2D__ctor, (Texture2D * __this, int32_t width, int32_t height, GraphicsFormat__Enum format, TextureCreationFlags__Enum flags, int32_t mipCount, void * nativeTex, MethodInfo * method)); DO_APP_FUNC(0x02CE18A0, void, Texture2D__ctor_1, (Texture2D * __this, int32_t width, int32_t height, DefaultFormat__Enum format, TextureCreationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CE1930, void, Texture2D__ctor_2, (Texture2D * __this, int32_t width, int32_t height, GraphicsFormat__Enum format, TextureCreationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CE1A00, void, Texture2D__ctor_3, (Texture2D * __this, int32_t width, int32_t height, GraphicsFormat__Enum format, int32_t mipCount, TextureCreationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CE1AA0, void, Texture2D__ctor_4, (Texture2D * __this, int32_t width, int32_t height, TextureFormat__Enum textureFormat, int32_t mipCount, bool linear, void * nativeTex, MethodInfo * method)); DO_APP_FUNC(0x02CE1D00, void, Texture2D__ctor_5, (Texture2D * __this, int32_t width, int32_t height, TextureFormat__Enum textureFormat, int32_t mipCount, bool linear, MethodInfo * method)); DO_APP_FUNC(0x02CE1DA0, void, Texture2D__ctor_6, (Texture2D * __this, int32_t width, int32_t height, TextureFormat__Enum textureFormat, bool mipChain, bool linear, MethodInfo * method)); DO_APP_FUNC(0x02CE1E40, void, Texture2D__ctor_7, (Texture2D * __this, int32_t width, int32_t height, TextureFormat__Enum textureFormat, bool mipChain, MethodInfo * method)); DO_APP_FUNC(0x02CE1EE0, void, Texture2D__ctor_8, (Texture2D * __this, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02CE1FA0, Texture2D *, Texture2D_CreateExternalTexture, (int32_t width, int32_t height, TextureFormat__Enum format, bool mipChain, bool linear, void * nativeTex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBAD0, Texture2D_CreateExternalTexture__MethodInfo); DO_APP_FUNC(0x02CE20E0, void, Texture2D_SetPixel, (Texture2D * __this, int32_t x, int32_t y, Color color, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBAC8, Texture2D_SetPixel__MethodInfo); DO_APP_FUNC(0x02CE21C0, void, Texture2D_SetPixel_1, (Texture2D * __this, int32_t x, int32_t y, Color color, int32_t mipLevel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBAC0, Texture2D_SetPixel_1__MethodInfo); DO_APP_FUNC(0x02CE22A0, void, Texture2D_SetPixels, (Texture2D * __this, int32_t x, int32_t y, int32_t blockWidth, int32_t blockHeight, Color__Array * colors, int32_t miplevel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBAB8, Texture2D_SetPixels__MethodInfo); DO_APP_FUNC(0x02CE2370, void, Texture2D_SetPixels_1, (Texture2D * __this, int32_t x, int32_t y, int32_t blockWidth, int32_t blockHeight, Color__Array * colors, MethodInfo * method)); DO_APP_FUNC(0x02CE23A0, void, Texture2D_SetPixels_2, (Texture2D * __this, Color__Array * colors, int32_t miplevel, MethodInfo * method)); DO_APP_FUNC(0x02CE2450, void, Texture2D_SetPixels_3, (Texture2D * __this, Color__Array * colors, MethodInfo * method)); DO_APP_FUNC(0x02CE24D0, Color, Texture2D_GetPixel, (Texture2D * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBAB0, Texture2D_GetPixel__MethodInfo); DO_APP_FUNC(0x02CE25C0, Color, Texture2D_GetPixel_1, (Texture2D * __this, int32_t x, int32_t y, int32_t mipLevel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBAA8, Texture2D_GetPixel_1__MethodInfo); DO_APP_FUNC(0x02CE26B0, Color, Texture2D_GetPixelBilinear, (Texture2D * __this, float u, float v, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBB00, Texture2D_GetPixelBilinear__MethodInfo); DO_APP_FUNC(0x02CE27A0, Color, Texture2D_GetPixelBilinear_1, (Texture2D * __this, float u, float v, int32_t mipLevel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBAF8, Texture2D_GetPixelBilinear_1__MethodInfo); DO_APP_FUNC(0x02CE2890, void, Texture2D_LoadRawTextureData, (Texture2D * __this, void * data, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBAE8, Texture2D_LoadRawTextureData__MethodInfo); DO_APP_FUNC(0x02CE2A20, void, Texture2D_LoadRawTextureData_1, (Texture2D * __this, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBB28, Texture2D_LoadRawTextureData_1__MethodInfo); DO_APP_FUNC(0x02CE2B80, void, Texture2D_Apply, (Texture2D * __this, bool updateMipmaps, bool makeNoLongerReadable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBB20, Texture2D_Apply__MethodInfo); DO_APP_FUNC(0x02CE2C40, void, Texture2D_Apply_1, (Texture2D * __this, bool updateMipmaps, MethodInfo * method)); DO_APP_FUNC(0x02CE2C50, void, Texture2D_Apply_2, (Texture2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE2C60, bool, Texture2D_Reinitialize, (Texture2D * __this, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBB18, Texture2D_Reinitialize__MethodInfo); DO_APP_FUNC(0x02CE2D10, bool, Texture2D_Reinitialize_1, (Texture2D * __this, int32_t width, int32_t height, TextureFormat__Enum format, bool hasMipMap, MethodInfo * method)); DO_APP_FUNC(0x02CE2E00, bool, Texture2D_Reinitialize_2, (Texture2D * __this, int32_t width, int32_t height, GraphicsFormat__Enum format, bool hasMipMap, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBB10, Texture2D_Reinitialize_2__MethodInfo); DO_APP_FUNC(0x02CE2EA0, bool, Texture2D_Resize, (Texture2D * __this, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02CE2EB0, bool, Texture2D_Resize_1, (Texture2D * __this, int32_t width, int32_t height, TextureFormat__Enum format, bool hasMipMap, MethodInfo * method)); DO_APP_FUNC(0x02CE2E00, bool, Texture2D_Resize_2, (Texture2D * __this, int32_t width, int32_t height, GraphicsFormat__Enum format, bool hasMipMap, MethodInfo * method)); DO_APP_FUNC(0x02CE2ED0, void, Texture2D_ReadPixels, (Texture2D * __this, Rect source, int32_t destX, int32_t destY, bool recalculateMipMaps, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBB08, Texture2D_ReadPixels__MethodInfo); DO_APP_FUNC(0x02CE2FB0, void, Texture2D_ReadPixels_1, (Texture2D * __this, Rect source, int32_t destX, int32_t destY, MethodInfo * method)); DO_APP_FUNC(0x02CE3080, bool, Texture2D_GenerateAtlas, (Vector2__Array * sizes, int32_t padding, int32_t atlasSize, List_1_UnityEngine_Rect_ * results, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBA40, Texture2D_GenerateAtlas__MethodInfo); DO_APP_FUNC(0x02CE0F00, void, Texture2D_SetPixels32, (Texture2D * __this, Color32__Array * colors, int32_t miplevel, MethodInfo * method)); DO_APP_FUNC(0x02CE33E0, void, Texture2D_SetPixels32_1, (Texture2D * __this, Color32__Array * colors, MethodInfo * method)); DO_APP_FUNC(0x02CE0F70, void, Texture2D_SetPixels32_2, (Texture2D * __this, int32_t x, int32_t y, int32_t blockWidth, int32_t blockHeight, Color32__Array * colors, int32_t miplevel, MethodInfo * method)); DO_APP_FUNC(0x02CE3450, void, Texture2D_SetPixels32_3, (Texture2D * __this, int32_t x, int32_t y, int32_t blockWidth, int32_t blockHeight, Color32__Array * colors, MethodInfo * method)); DO_APP_FUNC(0x02CE34E0, Color__Array *, Texture2D_GetPixels_2, (Texture2D * __this, int32_t miplevel, MethodInfo * method)); DO_APP_FUNC(0x02CE35C0, Color__Array *, Texture2D_GetPixels_3, (Texture2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE3680, void, Texture2D_SetPixelImpl_Injected, (Texture2D * __this, int32_t image, int32_t mip, int32_t x, int32_t y, Color * color, MethodInfo * method)); DO_APP_FUNC(0x02CE3700, void, Texture2D_GetPixelImpl_Injected, (Texture2D * __this, int32_t image, int32_t mip, int32_t x, int32_t y, Color * ret, MethodInfo * method)); DO_APP_FUNC(0x02CE3780, void, Texture2D_GetPixelBilinearImpl_Injected, (Texture2D * __this, int32_t image, int32_t mip, float u, float v, Color * ret, MethodInfo * method)); DO_APP_FUNC(0x02CE3800, void, Texture2D_ReadPixelsImpl_Injected, (Texture2D * __this, Rect * source, int32_t destX, int32_t destY, bool recalculateMipMaps, MethodInfo * method)); DO_APP_FUNC(0x02CE3890, bool, Cubemap_Internal_CreateImpl, (Cubemap * mono, int32_t ext, int32_t mipCount, GraphicsFormat__Enum format, TextureColorSpace__Enum colorSpace, TextureCreationFlags__Enum flags, void * nativeTex, MethodInfo * method)); DO_APP_FUNC(0x02CE3910, void, Cubemap_Internal_Create, (Cubemap * mono, int32_t ext, int32_t mipCount, GraphicsFormat__Enum format, TextureColorSpace__Enum colorSpace, TextureCreationFlags__Enum flags, void * nativeTex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBA88, Cubemap_Internal_Create__MethodInfo); DO_APP_FUNC(0x02CE3A10, void, Cubemap_ApplyImpl, (Cubemap * __this, bool updateMipmaps, bool makeNoLongerReadable, MethodInfo * method)); DO_APP_FUNC(0x02CE3A90, bool, Cubemap_get_isReadable, (Cubemap * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE3AE0, void, Cubemap_SetPixelImpl, (Cubemap * __this, int32_t image, int32_t mip, int32_t x, int32_t y, Color color, MethodInfo * method)); DO_APP_FUNC(0x02CE3B80, bool, Cubemap_ValidateFormat, (Cubemap * __this, TextureFormat__Enum format, int32_t width, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBA98, Cubemap_ValidateFormat__MethodInfo); DO_APP_FUNC(0x02CE3CA0, bool, Cubemap_ValidateFormat_1, (Cubemap * __this, GraphicsFormat__Enum format, int32_t width, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBA90, Cubemap_ValidateFormat_1__MethodInfo); DO_APP_FUNC(0x02CE3E40, void, Cubemap__ctor, (Cubemap * __this, int32_t width, DefaultFormat__Enum format, TextureCreationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CE3ED0, void, Cubemap__ctor_1, (Cubemap * __this, int32_t width, GraphicsFormat__Enum format, TextureCreationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CE4010, void, Cubemap__ctor_2, (Cubemap * __this, int32_t width, TextureFormat__Enum format, int32_t mipCount, MethodInfo * method)); DO_APP_FUNC(0x02CE40A0, void, Cubemap__ctor_3, (Cubemap * __this, int32_t width, GraphicsFormat__Enum format, TextureCreationFlags__Enum flags, int32_t mipCount, MethodInfo * method)); DO_APP_FUNC(0x02CE41D0, void, Cubemap__ctor_4, (Cubemap * __this, int32_t width, TextureFormat__Enum textureFormat, int32_t mipCount, void * nativeTex, MethodInfo * method)); DO_APP_FUNC(0x02CE4450, void, Cubemap__ctor_5, (Cubemap * __this, int32_t width, TextureFormat__Enum textureFormat, bool mipChain, void * nativeTex, MethodInfo * method)); DO_APP_FUNC(0x02CE4470, void, Cubemap__ctor_6, (Cubemap * __this, int32_t width, TextureFormat__Enum textureFormat, bool mipChain, MethodInfo * method)); DO_APP_FUNC(0x02CE4500, void, Cubemap_SetPixel, (Cubemap * __this, CubemapFace__Enum face, int32_t x, int32_t y, Color color, MethodInfo * method)); DO_APP_FUNC(0x02CE45E0, void, Cubemap_SetPixel_1, (Cubemap * __this, CubemapFace__Enum face, int32_t x, int32_t y, Color color, int32_t mip, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBA30, Cubemap_SetPixel_1__MethodInfo); DO_APP_FUNC(0x02CE46C0, void, Cubemap_Apply, (Cubemap * __this, bool updateMipmaps, bool makeNoLongerReadable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBA28, Cubemap_Apply__MethodInfo); DO_APP_FUNC(0x02CE4780, void, Cubemap_Apply_1, (Cubemap * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE4820, void, Cubemap_ValidateIsNotCrunched, (TextureCreationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBA18, Cubemap_ValidateIsNotCrunched__MethodInfo); DO_APP_FUNC(0x02CE4890, void, Cubemap_SetPixelImpl_Injected, (Cubemap * __this, int32_t image, int32_t mip, int32_t x, int32_t y, Color * color, MethodInfo * method)); DO_APP_FUNC(0x02CE4910, int32_t, Texture3D_get_depth, (Texture3D * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE4960, TextureFormat__Enum, Texture3D_get_format, (Texture3D * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE49B0, bool, Texture3D_get_isReadable, (Texture3D * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE4A00, void, Texture3D_SetPixelImpl, (Texture3D * __this, int32_t mip, int32_t x, int32_t y, int32_t z, Color color, MethodInfo * method)); DO_APP_FUNC(0x02CE4AA0, Color, Texture3D_GetPixelImpl, (Texture3D * __this, int32_t mip, int32_t x, int32_t y, int32_t z, MethodInfo * method)); DO_APP_FUNC(0x02CE4B40, Color, Texture3D_GetPixelBilinearImpl, (Texture3D * __this, int32_t mip, float u, float v, float w, MethodInfo * method)); DO_APP_FUNC(0x02CE4BE0, bool, Texture3D_Internal_CreateImpl, (Texture3D * mono, int32_t w, int32_t h, int32_t d, int32_t mipCount, GraphicsFormat__Enum format, TextureColorSpace__Enum colorSpace, TextureCreationFlags__Enum flags, void * nativeTex, MethodInfo * method)); DO_APP_FUNC(0x02CE4C60, void, Texture3D_Internal_Create, (Texture3D * mono, int32_t w, int32_t h, int32_t d, int32_t mipCount, GraphicsFormat__Enum format, TextureColorSpace__Enum colorSpace, TextureCreationFlags__Enum flags, void * nativeTex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBA38, Texture3D_Internal_Create__MethodInfo); DO_APP_FUNC(0x02CE4D70, void, Texture3D_UpdateExternalTexture, (Texture3D * __this, void * nativeTex, MethodInfo * method)); DO_APP_FUNC(0x02CE4DD0, void, Texture3D_ApplyImpl, (Texture3D * __this, bool updateMipmaps, bool makeNoLongerReadable, MethodInfo * method)); DO_APP_FUNC(0x02CE4E50, Color__Array *, Texture3D_GetPixels, (Texture3D * __this, int32_t miplevel, MethodInfo * method)); DO_APP_FUNC(0x02CE4EB0, Color__Array *, Texture3D_GetPixels_1, (Texture3D * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE4F10, Color32__Array *, Texture3D_GetPixels32, (Texture3D * __this, int32_t miplevel, MethodInfo * method)); DO_APP_FUNC(0x02CE4F70, Color32__Array *, Texture3D_GetPixels32_1, (Texture3D * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE4FD0, void, Texture3D_SetPixels, (Texture3D * __this, Color__Array * colors, int32_t miplevel, MethodInfo * method)); DO_APP_FUNC(0x02CE5040, void, Texture3D_SetPixels_1, (Texture3D * __this, Color__Array * colors, MethodInfo * method)); DO_APP_FUNC(0x02CE50B0, void, Texture3D_SetPixels32, (Texture3D * __this, Color32__Array * colors, int32_t miplevel, MethodInfo * method)); DO_APP_FUNC(0x02CE5120, void, Texture3D_SetPixels32_1, (Texture3D * __this, Color32__Array * colors, MethodInfo * method)); DO_APP_FUNC(0x02CE5190, bool, Texture3D_SetPixelDataImplArray, (Texture3D * __this, Array * data, int32_t mipLevel, int32_t elementSize, int32_t dataArraySize, int32_t sourceDataStartIndex, MethodInfo * method)); DO_APP_FUNC(0x02CE5220, bool, Texture3D_SetPixelDataImpl, (Texture3D * __this, void * data, int32_t mipLevel, int32_t elementSize, int32_t dataArraySize, int32_t sourceDataStartIndex, MethodInfo * method)); DO_APP_FUNC(0x02CE52B0, void *, Texture3D_GetImageDataPointer, (Texture3D * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE5300, void, Texture3D__ctor, (Texture3D * __this, int32_t width, int32_t height, int32_t depth, DefaultFormat__Enum format, TextureCreationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CE53A0, void, Texture3D__ctor_1, (Texture3D * __this, int32_t width, int32_t height, int32_t depth, GraphicsFormat__Enum format, TextureCreationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CE5450, void, Texture3D__ctor_2, (Texture3D * __this, int32_t width, int32_t height, int32_t depth, GraphicsFormat__Enum format, TextureCreationFlags__Enum flags, int32_t mipCount, MethodInfo * method)); DO_APP_FUNC(0x02CE55B0, void, Texture3D__ctor_3, (Texture3D * __this, int32_t width, int32_t height, int32_t depth, TextureFormat__Enum textureFormat, int32_t mipCount, MethodInfo * method)); DO_APP_FUNC(0x02CE5770, void, Texture3D__ctor_4, (Texture3D * __this, int32_t width, int32_t height, int32_t depth, TextureFormat__Enum textureFormat, int32_t mipCount, void * nativeTex, MethodInfo * method)); DO_APP_FUNC(0x02CE5920, void, Texture3D__ctor_5, (Texture3D * __this, int32_t width, int32_t height, int32_t depth, TextureFormat__Enum textureFormat, bool mipChain, MethodInfo * method)); DO_APP_FUNC(0x02CE5AF0, void, Texture3D__ctor_6, (Texture3D * __this, int32_t width, int32_t height, int32_t depth, TextureFormat__Enum textureFormat, bool mipChain, void * nativeTex, MethodInfo * method)); DO_APP_FUNC(0x02CE5B20, Texture3D *, Texture3D_CreateExternalTexture, (int32_t width, int32_t height, int32_t depth, TextureFormat__Enum format, bool mipChain, void * nativeTex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB9D0, Texture3D_CreateExternalTexture__MethodInfo); DO_APP_FUNC(0x02CE5C60, void, Texture3D_Apply, (Texture3D * __this, bool updateMipmaps, bool makeNoLongerReadable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB9C8, Texture3D_Apply__MethodInfo); DO_APP_FUNC(0x02CE5D20, void, Texture3D_Apply_1, (Texture3D * __this, bool updateMipmaps, MethodInfo * method)); DO_APP_FUNC(0x02CE5D30, void, Texture3D_Apply_2, (Texture3D * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE5D40, void, Texture3D_SetPixel, (Texture3D * __this, int32_t x, int32_t y, int32_t z, Color color, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB9C0, Texture3D_SetPixel__MethodInfo); DO_APP_FUNC(0x02CE5E20, void, Texture3D_SetPixel_1, (Texture3D * __this, int32_t x, int32_t y, int32_t z, Color color, int32_t mipLevel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBA10, Texture3D_SetPixel_1__MethodInfo); DO_APP_FUNC(0x02CE5F00, Color, Texture3D_GetPixel, (Texture3D * __this, int32_t x, int32_t y, int32_t z, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBA08, Texture3D_GetPixel__MethodInfo); DO_APP_FUNC(0x02CE5FF0, Color, Texture3D_GetPixel_1, (Texture3D * __this, int32_t x, int32_t y, int32_t z, int32_t mipLevel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBA00, Texture3D_GetPixel_1__MethodInfo); DO_APP_FUNC(0x02CE60F0, Color, Texture3D_GetPixelBilinear, (Texture3D * __this, float u, float v, float w, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB9F8, Texture3D_GetPixelBilinear__MethodInfo); DO_APP_FUNC(0x02CE61F0, Color, Texture3D_GetPixelBilinear_1, (Texture3D * __this, float u, float v, float w, int32_t mipLevel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB9F0, Texture3D_GetPixelBilinear_1__MethodInfo); DO_APP_FUNC(0x02CE62F0, void, Texture3D_ValidateIsNotCrunched, (TextureCreationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB9E0, Texture3D_ValidateIsNotCrunched__MethodInfo); DO_APP_FUNC(0x02CE6360, void, Texture3D_SetPixelImpl_Injected, (Texture3D * __this, int32_t mip, int32_t x, int32_t y, int32_t z, Color * color, MethodInfo * method)); DO_APP_FUNC(0x02CE63E0, void, Texture3D_GetPixelImpl_Injected, (Texture3D * __this, int32_t mip, int32_t x, int32_t y, int32_t z, Color * ret, MethodInfo * method)); DO_APP_FUNC(0x02CE6460, void, Texture3D_GetPixelBilinearImpl_Injected, (Texture3D * __this, int32_t mip, float u, float v, float w, Color * ret, MethodInfo * method)); DO_APP_FUNC(0x02CE64E0, int32_t, Texture2DArray_get_allSlices, (MethodInfo * method)); DO_APP_FUNC(0x02CE6530, int32_t, Texture2DArray_get_depth, (Texture2DArray * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE6580, TextureFormat__Enum, Texture2DArray_get_format, (Texture2DArray * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE65D0, bool, Texture2DArray_get_isReadable, (Texture2DArray * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE6620, bool, Texture2DArray_Internal_CreateImpl, (Texture2DArray * mono, int32_t w, int32_t h, int32_t d, int32_t mipCount, GraphicsFormat__Enum format, TextureColorSpace__Enum colorSpace, TextureCreationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CE66A0, void, Texture2DArray_Internal_Create, (Texture2DArray * mono, int32_t w, int32_t h, int32_t d, int32_t mipCount, GraphicsFormat__Enum format, TextureColorSpace__Enum colorSpace, TextureCreationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB9B8, Texture2DArray_Internal_Create__MethodInfo); DO_APP_FUNC(0x02CE67A0, void, Texture2DArray_ApplyImpl, (Texture2DArray * __this, bool updateMipmaps, bool makeNoLongerReadable, MethodInfo * method)); DO_APP_FUNC(0x02CE6820, Color__Array *, Texture2DArray_GetPixels, (Texture2DArray * __this, int32_t arrayElement, int32_t miplevel, MethodInfo * method)); DO_APP_FUNC(0x02CE6890, Color__Array *, Texture2DArray_GetPixels_1, (Texture2DArray * __this, int32_t arrayElement, MethodInfo * method)); DO_APP_FUNC(0x02CE68F0, bool, Texture2DArray_SetPixelDataImplArray, (Texture2DArray * __this, Array * data, int32_t mipLevel, int32_t element, int32_t elementSize, int32_t dataArraySize, int32_t sourceDataStartIndex, MethodInfo * method)); DO_APP_FUNC(0x02CE6980, bool, Texture2DArray_SetPixelDataImpl, (Texture2DArray * __this, void * data, int32_t mipLevel, int32_t element, int32_t elementSize, int32_t dataArraySize, int32_t sourceDataStartIndex, MethodInfo * method)); DO_APP_FUNC(0x02CE6A10, Color32__Array *, Texture2DArray_GetPixels32, (Texture2DArray * __this, int32_t arrayElement, int32_t miplevel, MethodInfo * method)); DO_APP_FUNC(0x02CE6A80, Color32__Array *, Texture2DArray_GetPixels32_1, (Texture2DArray * __this, int32_t arrayElement, MethodInfo * method)); DO_APP_FUNC(0x02CE6AE0, void, Texture2DArray_SetPixels, (Texture2DArray * __this, Color__Array * colors, int32_t arrayElement, int32_t miplevel, MethodInfo * method)); DO_APP_FUNC(0x02CE6B60, void, Texture2DArray_SetPixels_1, (Texture2DArray * __this, Color__Array * colors, int32_t arrayElement, MethodInfo * method)); DO_APP_FUNC(0x02CE6BE0, void, Texture2DArray_SetPixels32, (Texture2DArray * __this, Color32__Array * colors, int32_t arrayElement, int32_t miplevel, MethodInfo * method)); DO_APP_FUNC(0x02CE6C60, void, Texture2DArray_SetPixels32_1, (Texture2DArray * __this, Color32__Array * colors, int32_t arrayElement, MethodInfo * method)); DO_APP_FUNC(0x02CE6CE0, void *, Texture2DArray_GetImageDataPointer, (Texture2DArray * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE6D30, bool, Texture2DArray_ValidateFormat, (Texture2DArray * __this, TextureFormat__Enum format, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB928, Texture2DArray_ValidateFormat__MethodInfo); DO_APP_FUNC(0x02CE6E40, bool, Texture2DArray_ValidateFormat_1, (Texture2DArray * __this, GraphicsFormat__Enum format, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB918, Texture2DArray_ValidateFormat_1__MethodInfo); DO_APP_FUNC(0x02CE6FC0, void, Texture2DArray__ctor, (Texture2DArray * __this, int32_t width, int32_t height, int32_t depth, DefaultFormat__Enum format, TextureCreationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CE70C0, void, Texture2DArray__ctor_1, (Texture2DArray * __this, int32_t width, int32_t height, int32_t depth, GraphicsFormat__Enum format, TextureCreationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CE7170, void, Texture2DArray__ctor_2, (Texture2DArray * __this, int32_t width, int32_t height, int32_t depth, GraphicsFormat__Enum format, TextureCreationFlags__Enum flags, int32_t mipCount, MethodInfo * method)); DO_APP_FUNC(0x02CE73E0, void, Texture2DArray__ctor_3, (Texture2DArray * __this, int32_t width, int32_t height, int32_t depth, TextureFormat__Enum textureFormat, int32_t mipCount, bool linear, MethodInfo * method)); DO_APP_FUNC(0x02CE7650, void, Texture2DArray__ctor_4, (Texture2DArray * __this, int32_t width, int32_t height, int32_t depth, TextureFormat__Enum textureFormat, bool mipChain, bool linear, MethodInfo * method)); DO_APP_FUNC(0x02CE7680, void, Texture2DArray__ctor_5, (Texture2DArray * __this, int32_t width, int32_t height, int32_t depth, TextureFormat__Enum textureFormat, bool mipChain, MethodInfo * method)); DO_APP_FUNC(0x02CE76C0, void, Texture2DArray_Apply, (Texture2DArray * __this, bool updateMipmaps, bool makeNoLongerReadable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB940, Texture2DArray_Apply__MethodInfo); DO_APP_FUNC(0x02CE7780, void, Texture2DArray_Apply_1, (Texture2DArray * __this, bool updateMipmaps, MethodInfo * method)); DO_APP_FUNC(0x02CE7790, void, Texture2DArray_Apply_2, (Texture2DArray * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE77A0, void, Texture2DArray_ValidateIsNotCrunched, (TextureCreationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB930, Texture2DArray_ValidateIsNotCrunched__MethodInfo); DO_APP_FUNC(0x02CE7810, bool, CubemapArray_get_isReadable, (CubemapArray * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE7860, bool, CubemapArray_Internal_CreateImpl, (CubemapArray * mono, int32_t ext, int32_t count, int32_t mipCount, GraphicsFormat__Enum format, TextureColorSpace__Enum colorSpace, TextureCreationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CE78E0, void, CubemapArray_Internal_Create, (CubemapArray * mono, int32_t ext, int32_t count, int32_t mipCount, GraphicsFormat__Enum format, TextureColorSpace__Enum colorSpace, TextureCreationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB958, CubemapArray_Internal_Create__MethodInfo); DO_APP_FUNC(0x02CE79D0, void, CubemapArray_ApplyImpl, (CubemapArray * __this, bool updateMipmaps, bool makeNoLongerReadable, MethodInfo * method)); DO_APP_FUNC(0x02CE7A50, void, CubemapArray_SetPixels, (CubemapArray * __this, Color__Array * colors, CubemapFace__Enum face, int32_t arrayElement, int32_t miplevel, MethodInfo * method)); DO_APP_FUNC(0x02CE7AE0, void, CubemapArray_SetPixels_1, (CubemapArray * __this, Color__Array * colors, CubemapFace__Enum face, int32_t arrayElement, MethodInfo * method)); DO_APP_FUNC(0x02CE7B70, void, CubemapArray__ctor, (CubemapArray * __this, int32_t width, int32_t cubemapCount, DefaultFormat__Enum format, TextureCreationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CE7C00, void, CubemapArray__ctor_1, (CubemapArray * __this, int32_t width, int32_t cubemapCount, GraphicsFormat__Enum format, TextureCreationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02CE7D60, void, CubemapArray__ctor_2, (CubemapArray * __this, int32_t width, int32_t cubemapCount, GraphicsFormat__Enum format, TextureCreationFlags__Enum flags, int32_t mipCount, MethodInfo * method)); DO_APP_FUNC(0x02CE7E80, void, CubemapArray__ctor_3, (CubemapArray * __this, int32_t width, int32_t cubemapCount, TextureFormat__Enum textureFormat, int32_t mipCount, bool linear, MethodInfo * method)); DO_APP_FUNC(0x02CE8010, void, CubemapArray__ctor_4, (CubemapArray * __this, int32_t width, int32_t cubemapCount, TextureFormat__Enum textureFormat, bool mipChain, bool linear, MethodInfo * method)); DO_APP_FUNC(0x02CE8040, void, CubemapArray__ctor_5, (CubemapArray * __this, int32_t width, int32_t cubemapCount, TextureFormat__Enum textureFormat, bool mipChain, MethodInfo * method)); DO_APP_FUNC(0x02CE8070, void, CubemapArray_Apply, (CubemapArray * __this, bool updateMipmaps, bool makeNoLongerReadable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB970, CubemapArray_Apply__MethodInfo); DO_APP_FUNC(0x02CE8130, void, CubemapArray_Apply_1, (CubemapArray * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE81D0, void, CubemapArray_ValidateIsNotCrunched, (TextureCreationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB908, CubemapArray_ValidateIsNotCrunched__MethodInfo); DO_APP_FUNC(0x02CE8240, int32_t, RenderTexture_get_width, (RenderTexture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE8290, void, RenderTexture_set_width, (RenderTexture * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CE82F0, int32_t, RenderTexture_get_height, (RenderTexture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE8340, void, RenderTexture_set_height, (RenderTexture * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CE83A0, TextureDimension__Enum, RenderTexture_get_dimension, (RenderTexture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE83F0, void, RenderTexture_set_dimension, (RenderTexture * __this, TextureDimension__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CE8450, GraphicsFormat__Enum, RenderTexture_get_graphicsFormat, (RenderTexture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE84A0, void, RenderTexture_set_graphicsFormat, (RenderTexture * __this, GraphicsFormat__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CE8500, bool, RenderTexture_get_useMipMap, (RenderTexture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE8550, void, RenderTexture_set_useMipMap, (RenderTexture * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CE85B0, void, RenderTexture_set_memorylessMode, (RenderTexture * __this, RenderTextureMemoryless__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CE8610, RenderTextureFormat__Enum, RenderTexture_get_format, (RenderTexture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE87A0, void, RenderTexture_set_stencilFormat, (RenderTexture * __this, GraphicsFormat__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CE8800, GraphicsFormat__Enum, RenderTexture_get_depthStencilFormat, (RenderTexture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE8850, void, RenderTexture_set_depthStencilFormat, (RenderTexture * __this, GraphicsFormat__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CE88B0, void, RenderTexture_set_autoGenerateMips, (RenderTexture * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CE8910, int32_t, RenderTexture_get_volumeDepth, (RenderTexture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE8960, void, RenderTexture_set_volumeDepth, (RenderTexture * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CE89C0, int32_t, RenderTexture_get_antiAliasing, (RenderTexture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE8A10, void, RenderTexture_set_antiAliasing, (RenderTexture * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CE8A70, void, RenderTexture_set_bindTextureMS, (RenderTexture * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CE8AD0, bool, RenderTexture_get_enableRandomWrite, (RenderTexture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE8B20, void, RenderTexture_set_enableRandomWrite, (RenderTexture * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CE8B80, bool, RenderTexture_get_useDynamicScale, (RenderTexture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE8BD0, void, RenderTexture_set_useDynamicScale, (RenderTexture * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CE8C30, RenderTexture *, RenderTexture_GetActive, (MethodInfo * method)); DO_APP_FUNC(0x02CE8C80, void, RenderTexture_SetActive, (RenderTexture * rt, MethodInfo * method)); DO_APP_FUNC(0x02CE8C30, RenderTexture *, RenderTexture_get_active, (MethodInfo * method)); DO_APP_FUNC(0x02CE8C80, void, RenderTexture_set_active, (RenderTexture * value, MethodInfo * method)); DO_APP_FUNC(0x02CE8CD0, RenderBuffer, RenderTexture_GetColorBuffer, (RenderTexture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE8D40, RenderBuffer, RenderTexture_GetDepthBuffer, (RenderTexture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE8DB0, void, RenderTexture_SetMipMapCount, (RenderTexture * __this, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02CE8E10, RenderBuffer, RenderTexture_get_colorBuffer, (RenderTexture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE8E90, RenderBuffer, RenderTexture_get_depthBuffer, (RenderTexture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE8F10, void, RenderTexture_MarkRestoreExpected, (RenderTexture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE8F60, bool, RenderTexture_Create, (RenderTexture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE8FB0, void, RenderTexture_Release, (RenderTexture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE9000, bool, RenderTexture_IsCreated, (RenderTexture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE9050, void, RenderTexture_GenerateMips, (RenderTexture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE90A0, void, RenderTexture_SetSRGBReadWrite, (RenderTexture * __this, bool srgb, MethodInfo * method)); DO_APP_FUNC(0x02CE9100, void, RenderTexture_Internal_Create, (RenderTexture * rt, MethodInfo * method)); DO_APP_FUNC(0x02CE9150, void, RenderTexture_SetRenderTextureDescriptor, (RenderTexture * __this, RenderTextureDescriptor desc, MethodInfo * method)); DO_APP_FUNC(0x02CE91B0, RenderTextureDescriptor, RenderTexture_GetDescriptor, (RenderTexture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE9230, RenderTexture *, RenderTexture_GetTemporary_Internal, (RenderTextureDescriptor desc, MethodInfo * method)); DO_APP_FUNC(0x02CE9280, void, RenderTexture_ReleaseTemporary, (RenderTexture * temp, MethodInfo * method)); DO_APP_FUNC(0x02CE92D0, int32_t, RenderTexture_get_depth, (RenderTexture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE9320, void, RenderTexture__ctor, (RenderTexture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CE93A0, void, RenderTexture__ctor_1, (RenderTexture * __this, RenderTextureDescriptor desc, MethodInfo * method)); DO_APP_FUNC(0x02CE9510, void, RenderTexture__ctor_2, (RenderTexture * __this, RenderTexture * textureToCopy, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB878, RenderTexture__ctor_2__MethodInfo); DO_APP_FUNC(0x02CE97D0, void, RenderTexture__ctor_3, (RenderTexture * __this, int32_t width, int32_t height, int32_t depth, DefaultFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02CE9940, void, RenderTexture__ctor_4, (RenderTexture * __this, int32_t width, int32_t height, int32_t depth, GraphicsFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02CE99F0, void, RenderTexture__ctor_5, (RenderTexture * __this, int32_t width, int32_t height, int32_t depth, GraphicsFormat__Enum format, int32_t mipCount, MethodInfo * method)); DO_APP_FUNC(0x02CE9CF0, void, RenderTexture__ctor_6, (RenderTexture * __this, int32_t width, int32_t height, GraphicsFormat__Enum colorFormat, GraphicsFormat__Enum depthStencilFormat, int32_t mipCount, MethodInfo * method)); DO_APP_FUNC(0x02CE9FD0, void, RenderTexture__ctor_7, (RenderTexture * __this, int32_t width, int32_t height, GraphicsFormat__Enum colorFormat, GraphicsFormat__Enum depthStencilFormat, MethodInfo * method)); DO_APP_FUNC(0x02CEA080, void, RenderTexture__ctor_8, (RenderTexture * __this, int32_t width, int32_t height, int32_t depth, RenderTextureFormat__Enum format, RenderTextureReadWrite__Enum readWrite, MethodInfo * method)); DO_APP_FUNC(0x02CEA160, void, RenderTexture__ctor_9, (RenderTexture * __this, int32_t width, int32_t height, int32_t depth, RenderTextureFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02CEA210, void, RenderTexture__ctor_10, (RenderTexture * __this, int32_t width, int32_t height, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x02CEA230, void, RenderTexture__ctor_11, (RenderTexture * __this, int32_t width, int32_t height, int32_t depth, RenderTextureFormat__Enum format, int32_t mipCount, MethodInfo * method)); DO_APP_FUNC(0x02CEA300, void, RenderTexture_Initialize, (RenderTexture * __this, int32_t width, int32_t height, int32_t depth, RenderTextureFormat__Enum format, RenderTextureReadWrite__Enum readWrite, int32_t mipCount, MethodInfo * method)); DO_APP_FUNC(0x02CEA590, GraphicsFormat__Enum, RenderTexture_GetDepthStencilFormatLegacy, (int32_t depthBits, GraphicsFormat__Enum colorFormat, MethodInfo * method)); DO_APP_FUNC(0x02CEA620, GraphicsFormat__Enum, RenderTexture_GetDepthStencilFormatLegacy_1, (int32_t depthBits, RenderTextureFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02CEA620, GraphicsFormat__Enum, RenderTexture_GetDepthStencilFormatLegacy_2, (int32_t depthBits, DefaultFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02CEA630, GraphicsFormat__Enum, RenderTexture_GetDepthStencilFormatLegacy_3, (int32_t depthBits, bool requestedShadowMap, MethodInfo * method)); DO_APP_FUNC(0x02CEA6C0, RenderTextureDescriptor, RenderTexture_get_descriptor, (RenderTexture * __this, MethodInfo * method)); DO_APP_FUNC(0x02CEA770, void, RenderTexture_ValidateRenderTextureDesc, (RenderTextureDescriptor desc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB7A8, RenderTexture_ValidateRenderTextureDesc__MethodInfo); DO_APP_FUNC(0x02CEADA0, GraphicsFormat__Enum, RenderTexture_GetDefaultColorFormat, (DefaultFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02CEAE10, GraphicsFormat__Enum, RenderTexture_GetDefaultDepthStencilFormat, (DefaultFormat__Enum format, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x02CEAE80, GraphicsFormat__Enum, RenderTexture_GetCompatibleFormat, (RenderTextureFormat__Enum renderTextureFormat, RenderTextureReadWrite__Enum readWrite, MethodInfo * method)); DO_APP_FUNC(0x02CEB040, RenderTexture *, RenderTexture_GetTemporary, (RenderTextureDescriptor desc, MethodInfo * method)); DO_APP_FUNC(0x02CEB0F0, RenderTexture *, RenderTexture_GetTemporaryImpl, (int32_t width, int32_t height, GraphicsFormat__Enum depthStencilFormat, GraphicsFormat__Enum colorFormat, int32_t antiAliasing, RenderTextureMemoryless__Enum memorylessMode, VRTextureUsage__Enum vrUsage, bool useDynamicScale, MethodInfo * method)); DO_APP_FUNC(0x02CEB1A0, RenderTexture *, RenderTexture_GetTemporary_1, (int32_t width, int32_t height, int32_t depthBuffer, RenderTextureFormat__Enum format, RenderTextureReadWrite__Enum readWrite, int32_t antiAliasing, RenderTextureMemoryless__Enum memorylessMode, VRTextureUsage__Enum vrUsage, bool useDynamicScale, MethodInfo * method)); DO_APP_FUNC(0x02CEB2C0, RenderTexture *, RenderTexture_GetTemporary_2, (int32_t width, int32_t height, int32_t depthBuffer, RenderTextureFormat__Enum format, RenderTextureReadWrite__Enum readWrite, int32_t antiAliasing, RenderTextureMemoryless__Enum memorylessMode, VRTextureUsage__Enum vrUsage, MethodInfo * method)); DO_APP_FUNC(0x02CEB3C0, RenderTexture *, RenderTexture_GetTemporary_3, (int32_t width, int32_t height, int32_t depthBuffer, RenderTextureFormat__Enum format, RenderTextureReadWrite__Enum readWrite, int32_t antiAliasing, RenderTextureMemoryless__Enum memorylessMode, MethodInfo * method)); DO_APP_FUNC(0x02CEB4C0, RenderTexture *, RenderTexture_GetTemporary_4, (int32_t width, int32_t height, int32_t depthBuffer, RenderTextureFormat__Enum format, RenderTextureReadWrite__Enum readWrite, int32_t antiAliasing, MethodInfo * method)); DO_APP_FUNC(0x02CEB5B0, RenderTexture *, RenderTexture_GetTemporary_5, (int32_t width, int32_t height, int32_t depthBuffer, RenderTextureFormat__Enum format, RenderTextureReadWrite__Enum readWrite, MethodInfo * method)); DO_APP_FUNC(0x02CEB6A0, RenderTexture *, RenderTexture_GetTemporary_6, (int32_t width, int32_t height, int32_t depthBuffer, RenderTextureFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02CEB790, void, RenderTexture_GetColorBuffer_Injected, (RenderTexture * __this, RenderBuffer * ret, MethodInfo * method)); DO_APP_FUNC(0x02CEB7F0, void, RenderTexture_GetDepthBuffer_Injected, (RenderTexture * __this, RenderBuffer * ret, MethodInfo * method)); DO_APP_FUNC(0x02CEB850, void, RenderTexture_SetRenderTextureDescriptor_Injected, (RenderTexture * __this, RenderTextureDescriptor * desc, MethodInfo * method)); DO_APP_FUNC(0x02CEB8B0, void, RenderTexture_GetDescriptor_Injected, (RenderTexture * __this, RenderTextureDescriptor * ret, MethodInfo * method)); DO_APP_FUNC(0x02CEB910, RenderTexture *, RenderTexture_GetTemporary_Internal_Injected, (RenderTextureDescriptor * desc, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, RenderTextureDescriptor_get_width, (RenderTextureDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, RenderTextureDescriptor_set_width, (RenderTextureDescriptor * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C59320, int32_t, RenderTextureDescriptor_get_height, (RenderTextureDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x01914E90, void, RenderTextureDescriptor_set_height, (RenderTextureDescriptor * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, RenderTextureDescriptor_get_msaaSamples, (RenderTextureDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x01914EB0, void, RenderTextureDescriptor_set_msaaSamples, (RenderTextureDescriptor * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, int32_t, RenderTextureDescriptor_get_volumeDepth, (RenderTextureDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x01B64E90, void, RenderTextureDescriptor_set_volumeDepth, (RenderTextureDescriptor * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, RenderTextureDescriptor_set_mipCount, (RenderTextureDescriptor * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x014904A0, GraphicsFormat__Enum, RenderTextureDescriptor_get_graphicsFormat, (RenderTextureDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02CEB960, void, RenderTextureDescriptor_set_graphicsFormat, (RenderTextureDescriptor * __this, GraphicsFormat__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, GraphicsFormat__Enum, RenderTextureDescriptor_get_depthStencilFormat, (RenderTextureDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, RenderTextureDescriptor_set_depthStencilFormat, (RenderTextureDescriptor * __this, GraphicsFormat__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CEBA20, RenderTextureFormat__Enum, RenderTextureDescriptor_get_colorFormat, (RenderTextureDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02CEBAD0, void, RenderTextureDescriptor_set_colorFormat, (RenderTextureDescriptor * __this, RenderTextureFormat__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CEBBA0, bool, RenderTextureDescriptor_get_sRGB, (RenderTextureDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02CEBC30, void, RenderTextureDescriptor_set_sRGB, (RenderTextureDescriptor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CEBDA0, int32_t, RenderTextureDescriptor_get_depthBufferBits, (RenderTextureDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02CEBE30, void, RenderTextureDescriptor_set_depthBufferBits, (RenderTextureDescriptor * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, TextureDimension__Enum, RenderTextureDescriptor_get_dimension, (RenderTextureDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, RenderTextureDescriptor_set_dimension, (RenderTextureDescriptor * __this, TextureDimension__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, ShadowSamplingMode__Enum, RenderTextureDescriptor_get_shadowSamplingMode, (RenderTextureDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, RenderTextureDescriptor_set_shadowSamplingMode, (RenderTextureDescriptor * __this, ShadowSamplingMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, VRTextureUsage__Enum, RenderTextureDescriptor_get_vrUsage, (RenderTextureDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, RenderTextureDescriptor_set_vrUsage, (RenderTextureDescriptor * __this, VRTextureUsage__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003C5300, RenderTextureMemoryless__Enum, RenderTextureDescriptor_get_memoryless, (RenderTextureDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5310, void, RenderTextureDescriptor_set_memoryless, (RenderTextureDescriptor * __this, RenderTextureMemoryless__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CEBE60, void, RenderTextureDescriptor__ctor, (RenderTextureDescriptor * __this, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02CEBE80, void, RenderTextureDescriptor__ctor_1, (RenderTextureDescriptor * __this, int32_t width, int32_t height, RenderTextureFormat__Enum colorFormat, MethodInfo * method)); DO_APP_FUNC(0x02CEBEA0, void, RenderTextureDescriptor__ctor_2, (RenderTextureDescriptor * __this, int32_t width, int32_t height, RenderTextureFormat__Enum colorFormat, int32_t depthBufferBits, MethodInfo * method)); DO_APP_FUNC(0x02CEBF50, void, RenderTextureDescriptor__ctor_3, (RenderTextureDescriptor * __this, int32_t width, int32_t height, RenderTextureFormat__Enum colorFormat, int32_t depthBufferBits, int32_t mipCount, MethodInfo * method)); DO_APP_FUNC(0x02CEBF80, void, RenderTextureDescriptor__ctor_4, (RenderTextureDescriptor * __this, int32_t width, int32_t height, RenderTextureFormat__Enum colorFormat, int32_t depthBufferBits, int32_t mipCount, RenderTextureReadWrite__Enum readWrite, MethodInfo * method)); DO_APP_FUNC(0x02CEC100, void, RenderTextureDescriptor__ctor_5, (RenderTextureDescriptor * __this, int32_t width, int32_t height, GraphicsFormat__Enum colorFormat, GraphicsFormat__Enum depthStencilFormat, MethodInfo * method)); DO_APP_FUNC(0x02CEC1E0, void, RenderTextureDescriptor__ctor_6, (RenderTextureDescriptor * __this, int32_t width, int32_t height, GraphicsFormat__Enum colorFormat, GraphicsFormat__Enum depthStencilFormat, int32_t mipCount, MethodInfo * method)); DO_APP_FUNC(0x02CEC250, void, RenderTextureDescriptor_SetOrClearRenderTextureCreationFlag, (RenderTextureDescriptor * __this, bool value, RenderTextureCreationFlags__Enum flag, MethodInfo * method)); DO_APP_FUNC(0x02CEC270, bool, RenderTextureDescriptor_get_useMipMap, (RenderTextureDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02CEC280, void, RenderTextureDescriptor_set_useMipMap, (RenderTextureDescriptor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CEC2A0, bool, RenderTextureDescriptor_get_autoGenerateMips, (RenderTextureDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02CEC2B0, void, RenderTextureDescriptor_set_autoGenerateMips, (RenderTextureDescriptor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CEC2D0, bool, RenderTextureDescriptor_get_enableRandomWrite, (RenderTextureDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02CEC2E0, void, RenderTextureDescriptor_set_enableRandomWrite, (RenderTextureDescriptor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CEC300, void, RenderTextureDescriptor_set_createdFromScript, (RenderTextureDescriptor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CEC320, void, RenderTextureDescriptor_set_useDynamicScale, (RenderTextureDescriptor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CEC340, void, Hash128__ctor, (Hash128 * __this, uint32_t u32_0, uint32_t u32_1, uint32_t u32_2, uint32_t u32_3, MethodInfo * method)); DO_APP_FUNC(0x00C1EA20, void, Hash128__ctor_1, (Hash128 * __this, uint64_t u64_0, uint64_t u64_1, MethodInfo * method)); DO_APP_FUNC(0x02CEC370, bool, Hash128_get_isValid, (Hash128 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CEC390, int32_t, Hash128_CompareTo, (Hash128 * __this, Hash128 rhs, MethodInfo * method)); DO_APP_FUNC(0x02CEC3F0, String *, Hash128_ToString, (Hash128 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CEC450, Hash128, Hash128_Parse, (String * hashString, MethodInfo * method)); DO_APP_FUNC(0x02CEC4C0, String *, Hash128_Hash128ToStringImpl, (Hash128 hash, MethodInfo * method)); DO_APP_FUNC(0x02CEC510, void, Hash128_ComputeFromString, (String * data, Hash128 * hash, MethodInfo * method)); DO_APP_FUNC(0x02CEC570, Hash128, Hash128_Compute, (String * data, MethodInfo * method)); DO_APP_FUNC(0x02CEC5F0, bool, Hash128_Equals, (Hash128 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02CEC680, bool, Hash128_Equals_1, (Hash128 * __this, Hash128 obj, MethodInfo * method)); DO_APP_FUNC(0x02CEC6B0, int32_t, Hash128_GetHashCode, (Hash128 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CEC6D0, int32_t, Hash128_CompareTo_1, (Hash128 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01E507C0, bool, Hash128_op_Equality, (Hash128 hash1, Hash128 hash2, MethodInfo * method)); DO_APP_FUNC(0x02CEC7B0, bool, Hash128_op_LessThan, (Hash128 x, Hash128 y, MethodInfo * method)); DO_APP_FUNC(0x02CEC7D0, bool, Hash128_op_GreaterThan, (Hash128 x, Hash128 y, MethodInfo * method)); DO_APP_FUNC(0x02CEC810, void, Hash128_Parse_Injected, (String * hashString, Hash128 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CEC870, String *, Hash128_Hash128ToStringImpl_Injected, (Hash128 * hash, MethodInfo * method)); DO_APP_FUNC(0x02CEC8C0, void, HashUtilities_AppendHash, (Hash128 * inHash, Hash128 * outHash, MethodInfo * method)); DO_APP_FUNC(0x02CEC970, void, HashUnsafeUtilities_ComputeHash128, (Void * data, uint64_t dataSize, uint64_t * hash1, uint64_t * hash2, MethodInfo * method)); DO_APP_FUNC(0x02CECA00, void, HashUnsafeUtilities_ComputeHash128_1, (Void * data, uint64_t dataSize, Hash128 * hash, MethodInfo * method)); DO_APP_FUNC(0x02CECAC0, bool, SpookyHash_AttemptDetectAllowUnalignedRead, (MethodInfo * method)); DO_APP_FUNC(0x02CECBD0, void, SpookyHash_Hash, (Void * message, uint64_t length, uint64_t * hash1, uint64_t * hash2, MethodInfo * method)); DO_APP_FUNC(0x02CED120, void, SpookyHash_End, (uint64_t * data, uint64_t * h0, uint64_t * h1, uint64_t * h2, uint64_t * h3, uint64_t * h4, uint64_t * h5, uint64_t * h6, uint64_t * h7, uint64_t * h8, uint64_t * h9, uint64_t * h10, uint64_t * h11, MethodInfo * method)); DO_APP_FUNC(0x02CED370, void, SpookyHash_EndPartial, (uint64_t * h0, uint64_t * h1, uint64_t * h2, uint64_t * h3, uint64_t * h4, uint64_t * h5, uint64_t * h6, uint64_t * h7, uint64_t * h8, uint64_t * h9, uint64_t * h10, uint64_t * h11, MethodInfo * method)); DO_APP_FUNC(0x02CED5A0, void, SpookyHash_Rot64, (uint64_t * x, int32_t k, MethodInfo * method)); DO_APP_FUNC(0x02CED5D0, void, SpookyHash_Short, (Void * message, uint64_t length, uint64_t * hash1, uint64_t * hash2, MethodInfo * method)); DO_APP_FUNC(0x02CEDA20, void, SpookyHash_ShortMix, (uint64_t * h0, uint64_t * h1, uint64_t * h2, uint64_t * h3, MethodInfo * method)); DO_APP_FUNC(0x02CEDC10, void, SpookyHash_ShortEnd, (uint64_t * h0, uint64_t * h1, uint64_t * h2, uint64_t * h3, MethodInfo * method)); DO_APP_FUNC(0x02CEDDC0, void, SpookyHash_Mix, (uint64_t * data, uint64_t * s0, uint64_t * s1, uint64_t * s2, uint64_t * s3, uint64_t * s4, uint64_t * s5, uint64_t * s6, uint64_t * s7, uint64_t * s8, uint64_t * s9, uint64_t * s10, uint64_t * s11, MethodInfo * method)); DO_APP_FUNC(0x02CEE0A0, void, SpookyHash_memset, (Void * dst, int32_t value, uint64_t numberOfBytes, MethodInfo * method)); DO_APP_FUNC(0x02CEE130, void, SpookyHash__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, SpookyHash_U__ctor, (SpookyHash_U * __this, uint16_t * p8, MethodInfo * method)); DO_APP_FUNC(0x02CEE270, void, Cursor_1_SetCursor, (Texture2D * texture, Vector2 hotspot, CursorMode__Enum cursorMode, MethodInfo * method)); DO_APP_FUNC(0x01D962B0, bool, Cursor_1_get_visible, (MethodInfo * method)); DO_APP_FUNC(0x02CEE2E0, void, Cursor_1_set_visible, (bool value, MethodInfo * method)); DO_APP_FUNC(0x02CEE330, CursorLockMode__Enum, Cursor_1_get_lockState, (MethodInfo * method)); DO_APP_FUNC(0x02CEE380, void, Cursor_1_set_lockState, (CursorLockMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CEE3D0, void, Cursor_1_SetCursor_Injected, (Texture2D * texture, Vector2 * hotspot, CursorMode__Enum cursorMode, MethodInfo * method)); DO_APP_FUNC(0x02CEE440, void, Logger_2__ctor, (Logger_2 * __this, ILogHandler * logHandler, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, ILogHandler *, Logger_2_get_logHandler, (Logger_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, Logger_2_set_logHandler, (Logger_2 * __this, ILogHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, Logger_2_get_logEnabled, (Logger_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, Logger_2_set_logEnabled, (Logger_2 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, LogType__Enum, Logger_2_get_filterLogType, (Logger_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, Logger_2_set_filterLogType, (Logger_2 * __this, LogType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CEE4B0, bool, Logger_2_IsLogTypeAllowed, (Logger_2 * __this, LogType__Enum logType, MethodInfo * method)); DO_APP_FUNC(0x02CEE4D0, String *, Logger_2_GetString, (Object * message, MethodInfo * method)); DO_APP_FUNC(0x02CEE5B0, void, Logger_2_Log, (Logger_2 * __this, LogType__Enum logType, Object * message, MethodInfo * method)); DO_APP_FUNC(0x02CEE6E0, void, Logger_2_Log_1, (Logger_2 * __this, LogType__Enum logType, Object * message, Object_1 * context, MethodInfo * method)); DO_APP_FUNC(0x02CEE820, void, Logger_2_Log_2, (Logger_2 * __this, String * tag, Object * message, MethodInfo * method)); DO_APP_FUNC(0x02CEE990, void, Logger_2_LogWarning, (Logger_2 * __this, String * tag, Object * message, MethodInfo * method)); DO_APP_FUNC(0x02CEEB00, void, Logger_2_LogError, (Logger_2 * __this, String * tag, Object * message, MethodInfo * method)); DO_APP_FUNC(0x02CEEC70, void, Logger_2_LogException, (Logger_2 * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x02CEECE0, void, Logger_2_LogException_1, (Logger_2 * __this, Exception * exception, Object_1 * context, MethodInfo * method)); DO_APP_FUNC(0x02CEED50, void, Logger_2_LogFormat, (Logger_2 * __this, LogType__Enum logType, String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02CEEDF0, void, Logger_2_LogFormat_1, (Logger_2 * __this, LogType__Enum logType, Object_1 * context, String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02CEEE90, void, UnityLogWriter_WriteStringToUnityLog, (String * s, MethodInfo * method)); DO_APP_FUNC(0x02CEEEF0, void, UnityLogWriter_WriteStringToUnityLogImpl, (String * s, MethodInfo * method)); DO_APP_FUNC(0x02CEEF40, void, UnityLogWriter_Init, (MethodInfo * method)); DO_APP_FUNC(0x02CEF000, Encoding *, UnityLogWriter_get_Encoding, (UnityLogWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02CEF010, void, UnityLogWriter_Write, (UnityLogWriter * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x02CEF0F0, void, UnityLogWriter_Write_1, (UnityLogWriter * __this, String * s, MethodInfo * method)); DO_APP_FUNC(0x02CEF150, void, UnityLogWriter_Write_2, (UnityLogWriter * __this, Char__Array * buffer, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02CEF1C0, void, UnityLogWriter__ctor, (UnityLogWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C8E20, void, Color__ctor, (Color * __this, float r, float g, float b, float a, MethodInfo * method)); DO_APP_FUNC(0x02CEF210, void, Color__ctor_1, (Color * __this, float r, float g, float b, MethodInfo * method)); DO_APP_FUNC(0x02CEF230, String *, Color_ToString, (Color * __this, MethodInfo * method)); DO_APP_FUNC(0x02CEF240, String *, Color_ToString_1, (Color * __this, String * format, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x00998F10, int32_t, Color_GetHashCode, (Color * __this, MethodInfo * method)); DO_APP_FUNC(0x02CEF4A0, bool, Color_Equals, (Color * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x007BE880, bool, Color_Equals_1, (Color * __this, Color other, MethodInfo * method)); DO_APP_FUNC(0x02CEF530, Color, Color_op_Addition, (Color a, Color b, MethodInfo * method)); DO_APP_FUNC(0x02CEF590, Color, Color_op_Subtraction, (Color a, Color b, MethodInfo * method)); DO_APP_FUNC(0x02CEF5F0, Color, Color_op_Multiply, (Color a, Color b, MethodInfo * method)); DO_APP_FUNC(0x02CEF650, Color, Color_op_Multiply_1, (Color a, float b, MethodInfo * method)); DO_APP_FUNC(0x02CEF6A0, Color, Color_op_Multiply_2, (float b, Color a, MethodInfo * method)); DO_APP_FUNC(0x02CEF6F0, bool, Color_op_Equality, (Color lhs, Color rhs, MethodInfo * method)); DO_APP_FUNC(0x00B30370, bool, Color_op_Inequality, (Color lhs, Color rhs, MethodInfo * method)); DO_APP_FUNC(0x02CEF760, Color, Color_Lerp, (Color a, Color b, float t, MethodInfo * method)); DO_APP_FUNC(0x02CEF800, Color, Color_LerpUnclamped, (Color a, Color b, float t, MethodInfo * method)); DO_APP_FUNC(0x02CEF880, Color, Color_RGBMultiplied, (Color * __this, float multiplier, MethodInfo * method)); DO_APP_FUNC(0x00519EF0, Color, Color_get_red, (MethodInfo * method)); DO_APP_FUNC(0x004F3CF0, Color, Color_get_green, (MethodInfo * method)); DO_APP_FUNC(0x00998F00, Color, Color_get_blue, (MethodInfo * method)); DO_APP_FUNC(0x003C8E90, Color, Color_get_white, (MethodInfo * method)); DO_APP_FUNC(0x003C8DA0, Color, Color_get_black, (MethodInfo * method)); DO_APP_FUNC(0x004F3D00, Color, Color_get_yellow, (MethodInfo * method)); DO_APP_FUNC(0x02CEF8D0, Color, Color_get_cyan, (MethodInfo * method)); DO_APP_FUNC(0x02CEF8E0, Color, Color_get_magenta, (MethodInfo * method)); DO_APP_FUNC(0x02CEF8F0, Color, Color_get_gray, (MethodInfo * method)); DO_APP_FUNC(0x02CEF8F0, Color, Color_get_grey, (MethodInfo * method)); DO_APP_FUNC(0x02CEF900, Color, Color_get_clear, (MethodInfo * method)); DO_APP_FUNC(0x02CEF910, float, Color_get_grayscale, (Color * __this, MethodInfo * method)); DO_APP_FUNC(0x00BA0230, Color, Color_get_linear, (Color * __this, MethodInfo * method)); DO_APP_FUNC(0x028AAFD0, Color, Color_get_gamma, (Color * __this, MethodInfo * method)); DO_APP_FUNC(0x02CEF950, float, Color_get_maxColorComponent, (Color * __this, MethodInfo * method)); DO_APP_FUNC(0x02CEF970, Vector4, Color_op_Implicit, (Color c, MethodInfo * method)); DO_APP_FUNC(0x02CEF970, Color, Color_op_Implicit_1, (Vector4 v, MethodInfo * method)); DO_APP_FUNC(0x019112F0, void, Color_set_Item, (Color * __this, int32_t index, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55F28, Color_set_Item__MethodInfo); DO_APP_FUNC(0x02CEF990, void, Color_RGBToHSV, (Color rgbColor, float * H, float * S, float * V, MethodInfo * method)); DO_APP_FUNC(0x02CEFA30, void, Color_RGBToHSVHelper, (float offset, float dominantcolor, float colorone, float colortwo, float * H, float * S, float * V, MethodInfo * method)); DO_APP_FUNC(0x02CEFAE0, Color, Color_HSVToRGB, (float H, float S, float V, bool hdr, MethodInfo * method)); DO_APP_FUNC(0x0042BA30, void, Color32__ctor, (Color32 * __this, uint8_t r, uint8_t g, uint8_t b, uint8_t a, MethodInfo * method)); DO_APP_FUNC(0x02CEFD90, Color32, Color32_op_Implicit, (Color c, MethodInfo * method)); DO_APP_FUNC(0x0042B950, Color, Color32_op_Implicit_1, (Color32 c, MethodInfo * method)); DO_APP_FUNC(0x02CEFED0, Color32, Color32_Lerp, (Color32 a, Color32 b, float t, MethodInfo * method)); DO_APP_FUNC(0x02CEFFE0, String *, Color32_ToString, (Color32 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CEFFF0, String *, Color32_ToString_1, (Color32 * __this, String * format, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x02CF0230, String *, ColorUtility_ToHtmlStringRGB, (Color color, MethodInfo * method)); DO_APP_FUNC(0x02CF0450, void, GradientColorKey__ctor, (GradientColorKey * __this, Color col, float time, MethodInfo * method)); DO_APP_FUNC(0x003C8D90, void, GradientAlphaKey__ctor, (GradientAlphaKey * __this, float alpha, float time, MethodInfo * method)); DO_APP_FUNC(0x02CF0460, void *, Gradient_Init, (MethodInfo * method)); DO_APP_FUNC(0x02CF04B0, void, Gradient_Cleanup, (Gradient * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF0500, bool, Gradient_Internal_Equals, (Gradient * __this, void * other, MethodInfo * method)); DO_APP_FUNC(0x02CF0560, void, Gradient__ctor, (Gradient * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF05B0, void, Gradient_Finalize, (Gradient * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF0630, Color, Gradient_Evaluate, (Gradient * __this, float time, MethodInfo * method)); DO_APP_FUNC(0x02CF06B0, GradientColorKey__Array *, Gradient_get_colorKeys, (Gradient * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF0700, void, Gradient_set_colorKeys, (Gradient * __this, GradientColorKey__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02CF0760, GradientAlphaKey__Array *, Gradient_get_alphaKeys, (Gradient * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF07B0, void, Gradient_SetKeys, (Gradient * __this, GradientColorKey__Array * colorKeys, GradientAlphaKey__Array * alphaKeys, MethodInfo * method)); DO_APP_FUNC(0x02CF0820, bool, Gradient_Equals, (Gradient * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x02CF09E0, bool, Gradient_Equals_1, (Gradient * __this, Gradient * other, MethodInfo * method)); DO_APP_FUNC(0x01EDDFC0, int32_t, Gradient_GetHashCode, (Gradient * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF0B20, void, Gradient_Evaluate_Injected, (Gradient * __this, float time, Color * ret, MethodInfo * method)); DO_APP_FUNC(0x02CF0B90, Vector3, Matrix4x4_GetLossyScale, (Matrix4x4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF0C00, bool, Matrix4x4_IsIdentity, (Matrix4x4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF0C50, FrustumPlanes, Matrix4x4_DecomposeProjection, (Matrix4x4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF0CC0, Vector3, Matrix4x4_get_lossyScale, (Matrix4x4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF0C00, bool, Matrix4x4_get_isIdentity, (Matrix4x4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF0D50, FrustumPlanes, Matrix4x4_get_decomposeProjection, (Matrix4x4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF0DE0, Matrix4x4, Matrix4x4_TRS, (Vector3 pos, Quaternion q, Vector3 s, MethodInfo * method)); DO_APP_FUNC(0x02CF0E80, bool, Matrix4x4_Inverse3DAffine, (Matrix4x4 input, Matrix4x4 * result, MethodInfo * method)); DO_APP_FUNC(0x02CF0EE0, Matrix4x4, Matrix4x4_Inverse, (Matrix4x4 m, MethodInfo * method)); DO_APP_FUNC(0x02CF0F60, Matrix4x4, Matrix4x4_get_inverse, (Matrix4x4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF1030, Matrix4x4, Matrix4x4_Ortho, (float left, float right, float bottom, float top, float zNear, float zFar, MethodInfo * method)); DO_APP_FUNC(0x02CF1100, Matrix4x4, Matrix4x4_Perspective, (float fov, float aspect, float zNear, float zFar, MethodInfo * method)); DO_APP_FUNC(0x02CF11B0, Matrix4x4, Matrix4x4_LookAt, (Vector3 from, Vector3 to, Vector3 up, MethodInfo * method)); DO_APP_FUNC(0x02CF1250, Matrix4x4, Matrix4x4_Frustum, (float left, float right, float bottom, float top, float zNear, float zFar, MethodInfo * method)); DO_APP_FUNC(0x02CF1320, Matrix4x4, Matrix4x4_Frustum_1, (FrustumPlanes fp, MethodInfo * method)); DO_APP_FUNC(0x02CF1470, void, Matrix4x4__ctor, (Matrix4x4 * __this, Vector4 column0, Vector4 column1, Vector4 column2, Vector4 column3, MethodInfo * method)); DO_APP_FUNC(0x02CF14E0, float, Matrix4x4_get_Item, (Matrix4x4 * __this, int32_t row, int32_t column, MethodInfo * method)); DO_APP_FUNC(0x02CF14F0, void, Matrix4x4_set_Item, (Matrix4x4 * __this, int32_t row, int32_t column, float value, MethodInfo * method)); DO_APP_FUNC(0x02CF1500, float, Matrix4x4_get_Item_1, (Matrix4x4 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB558, Matrix4x4_get_Item_1__MethodInfo); DO_APP_FUNC(0x02CF1660, void, Matrix4x4_set_Item_1, (Matrix4x4 * __this, int32_t index, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB550, Matrix4x4_set_Item_1__MethodInfo); DO_APP_FUNC(0x02CF17C0, int32_t, Matrix4x4_GetHashCode, (Matrix4x4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF1970, bool, Matrix4x4_Equals, (Matrix4x4 * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x00D0D5B0, bool, Matrix4x4_Equals_1, (Matrix4x4 * __this, Matrix4x4 other, MethodInfo * method)); DO_APP_FUNC(0x02CF1A20, Matrix4x4, Matrix4x4_op_Multiply, (Matrix4x4 lhs, Matrix4x4 rhs, MethodInfo * method)); DO_APP_FUNC(0x02CF1F60, Vector4, Matrix4x4_op_Multiply_1, (Matrix4x4 lhs, Vector4 vector, MethodInfo * method)); DO_APP_FUNC(0x02CF2080, bool, Matrix4x4_op_Equality, (Matrix4x4 lhs, Matrix4x4 rhs, MethodInfo * method)); DO_APP_FUNC(0x00B30420, bool, Matrix4x4_op_Inequality, (Matrix4x4 lhs, Matrix4x4 rhs, MethodInfo * method)); DO_APP_FUNC(0x02CF21C0, Vector4, Matrix4x4_GetColumn, (Matrix4x4 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB578, Matrix4x4_GetColumn__MethodInfo); DO_APP_FUNC(0x02CF2290, Vector4, Matrix4x4_GetRow, (Matrix4x4 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB568, Matrix4x4_GetRow__MethodInfo); DO_APP_FUNC(0x02CF2390, void, Matrix4x4_SetColumn, (Matrix4x4 * __this, int32_t index, Vector4 column, MethodInfo * method)); DO_APP_FUNC(0x02CF2410, void, Matrix4x4_SetRow, (Matrix4x4 * __this, int32_t index, Vector4 row, MethodInfo * method)); DO_APP_FUNC(0x02CF2480, Vector3, Matrix4x4_MultiplyPoint, (Matrix4x4 * __this, Vector3 point, MethodInfo * method)); DO_APP_FUNC(0x02CF2570, Vector3, Matrix4x4_MultiplyPoint3x4, (Matrix4x4 * __this, Vector3 point, MethodInfo * method)); DO_APP_FUNC(0x02CF2610, Vector3, Matrix4x4_MultiplyVector, (Matrix4x4 * __this, Vector3 vector, MethodInfo * method)); DO_APP_FUNC(0x02CF26A0, Matrix4x4, Matrix4x4_Scale, (Vector3 vector, MethodInfo * method)); DO_APP_FUNC(0x02CF2740, Matrix4x4, Matrix4x4_Translate, (Vector3 vector, MethodInfo * method)); DO_APP_FUNC(0x02CF27E0, Matrix4x4, Matrix4x4_Rotate, (Quaternion q, MethodInfo * method)); DO_APP_FUNC(0x02CF2990, Matrix4x4, Matrix4x4_get_zero, (MethodInfo * method)); DO_APP_FUNC(0x02CF29F0, Matrix4x4, Matrix4x4_get_identity, (MethodInfo * method)); DO_APP_FUNC(0x02CF2A50, String *, Matrix4x4_ToString, (Matrix4x4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF2A60, String *, Matrix4x4_ToString_1, (Matrix4x4 * __this, String * format, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x02CF30A0, void, Matrix4x4__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02CF31C0, void, Matrix4x4_GetLossyScale_Injected, (Matrix4x4 * _unity_self, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CF0C00, bool, Matrix4x4_IsIdentity_Injected, (Matrix4x4 * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02CF3220, void, Matrix4x4_DecomposeProjection_Injected, (Matrix4x4 * _unity_self, FrustumPlanes * ret, MethodInfo * method)); DO_APP_FUNC(0x02CF3280, void, Matrix4x4_TRS_Injected, (Vector3 * pos, Quaternion * q, Vector3 * s, Matrix4x4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CF3300, bool, Matrix4x4_Inverse3DAffine_Injected, (Matrix4x4 * input, Matrix4x4 * result, MethodInfo * method)); DO_APP_FUNC(0x02CF3360, void, Matrix4x4_Inverse_Injected, (Matrix4x4 * m, Matrix4x4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CF33C0, void, Matrix4x4_Ortho_Injected, (float left, float right, float bottom, float top, float zNear, float zFar, Matrix4x4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CF3460, void, Matrix4x4_Perspective_Injected, (float fov, float aspect, float zNear, float zFar, Matrix4x4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CF3500, void, Matrix4x4_LookAt_Injected, (Vector3 * from, Vector3 * to, Vector3 * up, Matrix4x4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CF3580, void, Matrix4x4_Frustum_Injected, (float left, float right, float bottom, float top, float zNear, float zFar, Matrix4x4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CF3620, Vector3, Vector3_Slerp, (Vector3 a, Vector3 b, float t, MethodInfo * method)); DO_APP_FUNC(0x02CF36B0, Vector3, Vector3_RotateTowards, (Vector3 current, Vector3 target, float maxRadiansDelta, float maxMagnitudeDelta, MethodInfo * method)); DO_APP_FUNC(0x02CF3750, Vector3, Vector3_Lerp, (Vector3 a, Vector3 b, float t, MethodInfo * method)); DO_APP_FUNC(0x02CF37C0, Vector3, Vector3_LerpUnclamped, (Vector3 a, Vector3 b, float t, MethodInfo * method)); DO_APP_FUNC(0x02CF3810, Vector3, Vector3_MoveTowards, (Vector3 current, Vector3 target, float maxDistanceDelta, MethodInfo * method)); DO_APP_FUNC(0x02CF3990, Vector3, Vector3_SmoothDamp, (Vector3 current, Vector3 target, Vector3 * currentVelocity, float smoothTime, float maxSpeed, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BF7470, float, Vector3_get_Item, (Vector3 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96780, Vector3_get_Item__MethodInfo); DO_APP_FUNC(0x00BF7500, void, Vector3_set_Item, (Vector3 * __this, int32_t index, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96790, Vector3_set_Item__MethodInfo); DO_APP_FUNC(0x003C8E10, void, Vector3__ctor, (Vector3 * __this, float x, float y, float z, MethodInfo * method)); DO_APP_FUNC(0x02CF3D00, void, Vector3__ctor_1, (Vector3 * __this, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x003C8E10, void, Vector3_Set, (Vector3 * __this, float newX, float newY, float newZ, MethodInfo * method)); DO_APP_FUNC(0x02CF3D20, Vector3, Vector3_Scale, (Vector3 a, Vector3 b, MethodInfo * method)); DO_APP_FUNC(0x02CF3D50, void, Vector3_Scale_1, (Vector3 * __this, Vector3 scale, MethodInfo * method)); DO_APP_FUNC(0x02CF3D80, Vector3, Vector3_Cross, (Vector3 lhs, Vector3 rhs, MethodInfo * method)); DO_APP_FUNC(0x01024260, int32_t, Vector3_GetHashCode, (Vector3 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF3DE0, bool, Vector3_Equals, (Vector3 * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x020BFB60, bool, Vector3_Equals_1, (Vector3 * __this, Vector3 other, MethodInfo * method)); DO_APP_FUNC(0x02CF3E90, Vector3, Vector3_Reflect, (Vector3 inDirection, Vector3 inNormal, MethodInfo * method)); DO_APP_FUNC(0x003EAE90, Vector3, Vector3_Normalize, (Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x003EABC0, void, Vector3_Normalize_1, (Vector3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003EA670, Vector3, Vector3_get_normalized, (Vector3 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF3F10, float, Vector3_Dot, (Vector3 lhs, Vector3 rhs, MethodInfo * method)); DO_APP_FUNC(0x02CF3F40, Vector3, Vector3_Project, (Vector3 vector, Vector3 onNormal, MethodInfo * method)); DO_APP_FUNC(0x02CF4090, Vector3, Vector3_ProjectOnPlane, (Vector3 vector, Vector3 planeNormal, MethodInfo * method)); DO_APP_FUNC(0x02CF41C0, float, Vector3_Angle, (Vector3 from, Vector3 to, MethodInfo * method)); DO_APP_FUNC(0x02061DF0, float, Vector3_SignedAngle, (Vector3 from, Vector3 to, Vector3 axis, MethodInfo * method)); DO_APP_FUNC(0x02CF4330, float, Vector3_Distance, (Vector3 a, Vector3 b, MethodInfo * method)); DO_APP_FUNC(0x02CF4400, Vector3, Vector3_ClampMagnitude, (Vector3 vector, float maxLength, MethodInfo * method)); DO_APP_FUNC(0x02CF4510, float, Vector3_Magnitude, (Vector3 vector, MethodInfo * method)); DO_APP_FUNC(0x02CF45C0, float, Vector3_get_magnitude, (Vector3 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF46B0, float, Vector3_SqrMagnitude, (Vector3 vector, MethodInfo * method)); DO_APP_FUNC(0x02CF46B0, float, Vector3_get_sqrMagnitude, (Vector3 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF46E0, Vector3, Vector3_Min, (Vector3 lhs, Vector3 rhs, MethodInfo * method)); DO_APP_FUNC(0x02CF4720, Vector3, Vector3_Max, (Vector3 lhs, Vector3 rhs, MethodInfo * method)); DO_APP_FUNC(0x02CF4760, Vector3, Vector3_get_zero, (MethodInfo * method)); DO_APP_FUNC(0x02CF47B0, Vector3, Vector3_get_one, (MethodInfo * method)); DO_APP_FUNC(0x02CF4800, Vector3, Vector3_get_forward, (MethodInfo * method)); DO_APP_FUNC(0x02CF4850, Vector3, Vector3_get_back, (MethodInfo * method)); DO_APP_FUNC(0x02CF48A0, Vector3, Vector3_get_up, (MethodInfo * method)); DO_APP_FUNC(0x02CF48F0, Vector3, Vector3_get_down, (MethodInfo * method)); DO_APP_FUNC(0x02CF4940, Vector3, Vector3_get_left, (MethodInfo * method)); DO_APP_FUNC(0x02CF4990, Vector3, Vector3_get_right, (MethodInfo * method)); DO_APP_FUNC(0x02CF49E0, Vector3, Vector3_get_positiveInfinity, (MethodInfo * method)); DO_APP_FUNC(0x003EA730, Vector3, Vector3_op_Addition, (Vector3 a, Vector3 b, MethodInfo * method)); DO_APP_FUNC(0x003EA760, Vector3, Vector3_op_Subtraction, (Vector3 a, Vector3 b, MethodInfo * method)); DO_APP_FUNC(0x02CF4A30, Vector3, Vector3_op_UnaryNegation, (Vector3 a, MethodInfo * method)); DO_APP_FUNC(0x02CF4A70, Vector3, Vector3_op_Multiply, (Vector3 a, float d, MethodInfo * method)); DO_APP_FUNC(0x02CF4AA0, Vector3, Vector3_op_Multiply_1, (float d, Vector3 a, MethodInfo * method)); DO_APP_FUNC(0x003EA790, Vector3, Vector3_op_Division, (Vector3 a, float d, MethodInfo * method)); DO_APP_FUNC(0x02CF4AD0, bool, Vector3_op_Equality, (Vector3 lhs, Vector3 rhs, MethodInfo * method)); DO_APP_FUNC(0x00B302B0, bool, Vector3_op_Inequality, (Vector3 lhs, Vector3 rhs, MethodInfo * method)); DO_APP_FUNC(0x02CF4B10, String *, Vector3_ToString, (Vector3 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF4B20, String *, Vector3_ToString_1, (Vector3 * __this, String * format, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x02CF4D30, void, Vector3__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02CF4EB0, void, Vector3_Slerp_Injected, (Vector3 * a, Vector3 * b, float t, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CF4F30, void, Vector3_RotateTowards_Injected, (Vector3 * current, Vector3 * target, float maxRadiansDelta, float maxMagnitudeDelta, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CF4FC0, Quaternion, Quaternion_FromToRotation, (Vector3 fromDirection, Vector3 toDirection, MethodInfo * method)); DO_APP_FUNC(0x02CF5040, Quaternion, Quaternion_Inverse, (Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x02CF50B0, Quaternion, Quaternion_Slerp, (Quaternion a, Quaternion b, float t, MethodInfo * method)); DO_APP_FUNC(0x02CF5140, Quaternion, Quaternion_SlerpUnclamped, (Quaternion a, Quaternion b, float t, MethodInfo * method)); DO_APP_FUNC(0x02CF51D0, Quaternion, Quaternion_Lerp, (Quaternion a, Quaternion b, float t, MethodInfo * method)); DO_APP_FUNC(0x02CF5260, Quaternion, Quaternion_Internal_FromEulerRad, (Vector3 euler, MethodInfo * method)); DO_APP_FUNC(0x02CF52D0, Vector3, Quaternion_Internal_ToEulerRad, (Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x02CF5340, void, Quaternion_Internal_ToAxisAngleRad, (Quaternion q, Vector3 * axis, float * angle, MethodInfo * method)); DO_APP_FUNC(0x02CF53B0, Quaternion, Quaternion_AngleAxis, (float angle, Vector3 axis, MethodInfo * method)); DO_APP_FUNC(0x02CF5430, Quaternion, Quaternion_LookRotation, (Vector3 forward, Vector3 upwards, MethodInfo * method)); DO_APP_FUNC(0x02CF54B0, Quaternion, Quaternion_LookRotation_1, (Vector3 forward, MethodInfo * method)); DO_APP_FUNC(0x01F935E0, float, Quaternion_get_Item, (Quaternion * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA2D0, Quaternion_get_Item__MethodInfo); DO_APP_FUNC(0x003C8E20, void, Quaternion__ctor, (Quaternion * __this, float x, float y, float z, float w, MethodInfo * method)); DO_APP_FUNC(0x02CF5590, Quaternion, Quaternion_get_identity, (MethodInfo * method)); DO_APP_FUNC(0x003EA7C0, Quaternion, Quaternion_op_Multiply, (Quaternion lhs, Quaternion rhs, MethodInfo * method)); DO_APP_FUNC(0x02CF55E0, Vector3, Quaternion_op_Multiply_1, (Quaternion rotation, Vector3 point, MethodInfo * method)); DO_APP_FUNC(0x02CF5750, bool, Quaternion_IsEqualUsingDot, (float dot, MethodInfo * method)); DO_APP_FUNC(0x02CF5760, bool, Quaternion_op_Equality, (Quaternion lhs, Quaternion rhs, MethodInfo * method)); DO_APP_FUNC(0x00B30310, bool, Quaternion_op_Inequality, (Quaternion lhs, Quaternion rhs, MethodInfo * method)); DO_APP_FUNC(0x02CF57C0, float, Quaternion_Dot, (Quaternion a, Quaternion b, MethodInfo * method)); DO_APP_FUNC(0x02CF5800, float, Quaternion_Angle, (Quaternion a, Quaternion b, MethodInfo * method)); DO_APP_FUNC(0x02CF5890, Vector3, Quaternion_Internal_MakePositive, (Vector3 euler, MethodInfo * method)); DO_APP_FUNC(0x003EAA00, Vector3, Quaternion_get_eulerAngles, (Quaternion * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF5920, void, Quaternion_set_eulerAngles, (Quaternion * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00475230, Quaternion, Quaternion_Euler, (float x, float y, float z, MethodInfo * method)); DO_APP_FUNC(0x00497EF0, Quaternion, Quaternion_Euler_1, (Vector3 euler, MethodInfo * method)); DO_APP_FUNC(0x00B47E40, void, Quaternion_ToAngleAxis, (Quaternion * __this, float * angle, Vector3 * axis, MethodInfo * method)); DO_APP_FUNC(0x02CF59D0, Quaternion, Quaternion_RotateTowards, (Quaternion from, Quaternion to, float maxDegreesDelta, MethodInfo * method)); DO_APP_FUNC(0x02CF5B40, Quaternion, Quaternion_Normalize, (Quaternion q, MethodInfo * method)); DO_APP_FUNC(0x02CF5C60, Quaternion, Quaternion_get_normalized, (Quaternion * __this, MethodInfo * method)); DO_APP_FUNC(0x00998FC0, int32_t, Quaternion_GetHashCode, (Quaternion * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF5CA0, bool, Quaternion_Equals, (Quaternion * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x007BE880, bool, Quaternion_Equals_1, (Quaternion * __this, Quaternion other, MethodInfo * method)); DO_APP_FUNC(0x02CF5D30, String *, Quaternion_ToString, (Quaternion * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF5D40, String *, Quaternion_ToString_1, (Quaternion * __this, String * format, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x02CF5FA0, void, Quaternion__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02CF5FF0, void, Quaternion_FromToRotation_Injected, (Vector3 * fromDirection, Vector3 * toDirection, Quaternion * ret, MethodInfo * method)); DO_APP_FUNC(0x02CF6060, void, Quaternion_Inverse_Injected, (Quaternion * rotation, Quaternion * ret, MethodInfo * method)); DO_APP_FUNC(0x02CF60C0, void, Quaternion_Slerp_Injected, (Quaternion * a, Quaternion * b, float t, Quaternion * ret, MethodInfo * method)); DO_APP_FUNC(0x02CF6140, void, Quaternion_SlerpUnclamped_Injected, (Quaternion * a, Quaternion * b, float t, Quaternion * ret, MethodInfo * method)); DO_APP_FUNC(0x02CF61C0, void, Quaternion_Lerp_Injected, (Quaternion * a, Quaternion * b, float t, Quaternion * ret, MethodInfo * method)); DO_APP_FUNC(0x02CF6240, void, Quaternion_Internal_FromEulerRad_Injected, (Vector3 * euler, Quaternion * ret, MethodInfo * method)); DO_APP_FUNC(0x02CF62A0, void, Quaternion_Internal_ToEulerRad_Injected, (Quaternion * rotation, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CF6300, void, Quaternion_Internal_ToAxisAngleRad_Injected, (Quaternion * q, Vector3 * axis, float * angle, MethodInfo * method)); DO_APP_FUNC(0x02CF6370, void, Quaternion_AngleAxis_Injected, (float angle, Vector3 * axis, Quaternion * ret, MethodInfo * method)); DO_APP_FUNC(0x02CF63E0, void, Quaternion_LookRotation_Injected, (Vector3 * forward, Vector3 * upwards, Quaternion * ret, MethodInfo * method)); DO_APP_FUNC(0x02CF6450, int32_t, Mathf_ClosestPowerOfTwo, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CF64A0, bool, Mathf_IsPowerOfTwo, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CF64F0, int32_t, Mathf_NextPowerOfTwo, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CF6540, float, Mathf_GammaToLinearSpace, (float value, MethodInfo * method)); DO_APP_FUNC(0x02CF65A0, float, Mathf_LinearToGammaSpace, (float value, MethodInfo * method)); DO_APP_FUNC(0x02CF6600, Color, Mathf_CorrelatedColorTemperatureToRGB, (float kelvin, MethodInfo * method)); DO_APP_FUNC(0x02CF6670, uint16_t, Mathf_FloatToHalf, (float val, MethodInfo * method)); DO_APP_FUNC(0x02CF66D0, float, Mathf_PerlinNoise, (float x, float y, MethodInfo * method)); DO_APP_FUNC(0x02CF6740, float, Mathf_Sin, (float f, MethodInfo * method)); DO_APP_FUNC(0x02CF67A0, float, Mathf_Cos, (float f, MethodInfo * method)); DO_APP_FUNC(0x02CF6800, float, Mathf_Tan, (float f, MethodInfo * method)); DO_APP_FUNC(0x02CF6860, float, Mathf_Asin, (float f, MethodInfo * method)); DO_APP_FUNC(0x02CF68C0, float, Mathf_Acos, (float f, MethodInfo * method)); DO_APP_FUNC(0x02CF6920, float, Mathf_Atan, (float f, MethodInfo * method)); DO_APP_FUNC(0x02CF6980, float, Mathf_Atan2, (float y, float x, MethodInfo * method)); DO_APP_FUNC(0x02CF69F0, float, Mathf_Sqrt, (float f, MethodInfo * method)); DO_APP_FUNC(0x02CF6A70, float, Mathf_Abs, (float f, MethodInfo * method)); DO_APP_FUNC(0x02CF6AD0, int32_t, Mathf_Abs_1, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C90D0, float, Mathf_Min, (float a, float b, MethodInfo * method)); DO_APP_FUNC(0x02CF6B20, float, Mathf_Min_1, (Single__Array * values, MethodInfo * method)); DO_APP_FUNC(0x00475190, int32_t, Mathf_Min_2, (int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00475220, float, Mathf_Max, (float a, float b, MethodInfo * method)); DO_APP_FUNC(0x02CF6B80, float, Mathf_Max_1, (Single__Array * values, MethodInfo * method)); DO_APP_FUNC(0x02CF6BF0, int32_t, Mathf_Max_2, (int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x02CF6C00, float, Mathf_Pow, (float f, float p, MethodInfo * method)); DO_APP_FUNC(0x02CF6C80, float, Mathf_Exp, (float power, MethodInfo * method)); DO_APP_FUNC(0x02CF6CE0, float, Mathf_Log, (float f, float p, MethodInfo * method)); DO_APP_FUNC(0x02CF6D60, float, Mathf_Log_1, (float f, MethodInfo * method)); DO_APP_FUNC(0x02CF6DC0, float, Mathf_Log10, (float f, MethodInfo * method)); DO_APP_FUNC(0x02CF6E20, float, Mathf_Ceil, (float f, MethodInfo * method)); DO_APP_FUNC(0x02CF6E80, float, Mathf_Floor, (float f, MethodInfo * method)); DO_APP_FUNC(0x02CF6EE0, float, Mathf_Round, (float f, MethodInfo * method)); DO_APP_FUNC(0x02CF6F40, int32_t, Mathf_CeilToInt, (float f, MethodInfo * method)); DO_APP_FUNC(0x02CF6FA0, int32_t, Mathf_FloorToInt, (float f, MethodInfo * method)); DO_APP_FUNC(0x02CF7000, int32_t, Mathf_RoundToInt, (float f, MethodInfo * method)); DO_APP_FUNC(0x02CF7060, float, Mathf_Sign, (float f, MethodInfo * method)); DO_APP_FUNC(0x0205F8A0, float, Mathf_Clamp, (float value, float min, float max, MethodInfo * method)); DO_APP_FUNC(0x00542590, int32_t, Mathf_Clamp_1, (int32_t value, int32_t min, int32_t max, MethodInfo * method)); DO_APP_FUNC(0x003EA8D0, float, Mathf_Clamp01, (float value, MethodInfo * method)); DO_APP_FUNC(0x003EA8F0, float, Mathf_Lerp, (float a, float b, float t, MethodInfo * method)); DO_APP_FUNC(0x02CF7080, float, Mathf_LerpUnclamped, (float a, float b, float t, MethodInfo * method)); DO_APP_FUNC(0x007F03D0, float, Mathf_LerpAngle, (float a, float b, float t, MethodInfo * method)); DO_APP_FUNC(0x00A4AE90, float, Mathf_MoveTowards, (float current, float target, float maxDelta, MethodInfo * method)); DO_APP_FUNC(0x02CF70A0, float, Mathf_MoveTowardsAngle, (float current, float target, float maxDelta, MethodInfo * method)); DO_APP_FUNC(0x00BA0380, float, Mathf_SmoothStep, (float from, float to, float t, MethodInfo * method)); DO_APP_FUNC(0x02CF7140, bool, Mathf_Approximately, (float a, float b, MethodInfo * method)); DO_APP_FUNC(0x02CF71D0, float, Mathf_SmoothDamp, (float current, float target, float * currentVelocity, float smoothTime, MethodInfo * method)); DO_APP_FUNC(0x02CF7280, float, Mathf_SmoothDamp_1, (float current, float target, float * currentVelocity, float smoothTime, float maxSpeed, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x02CF73D0, float, Mathf_Repeat, (float t, float length, MethodInfo * method)); DO_APP_FUNC(0x00602CF0, float, Mathf_PingPong, (float t, float length, MethodInfo * method)); DO_APP_FUNC(0x00497DC0, float, Mathf_InverseLerp, (float a, float b, float value, MethodInfo * method)); DO_APP_FUNC(0x006271B0, float, Mathf_DeltaAngle, (float current, float target, MethodInfo * method)); DO_APP_FUNC(0x02CF7430, void, Mathf__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02CF74B0, void, Mathf_CorrelatedColorTemperatureToRGB_Injected, (float kelvin, Color * ret, MethodInfo * method)); DO_APP_FUNC(0x0292F9D0, float, Vector2_get_Item, (Vector2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89980, Vector2_get_Item__MethodInfo); DO_APP_FUNC(0x02CF7510, void, Vector2_set_Item, (Vector2 * __this, int32_t index, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD04E0, Vector2_set_Item__MethodInfo); DO_APP_FUNC(0x003C8D90, void, Vector2__ctor, (Vector2 * __this, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x003C8D90, void, Vector2_Set, (Vector2 * __this, float newX, float newY, MethodInfo * method)); DO_APP_FUNC(0x02CF7590, Vector2, Vector2_Lerp, (Vector2 a, Vector2 b, float t, MethodInfo * method)); DO_APP_FUNC(0x02CF7600, Vector2, Vector2_LerpUnclamped, (Vector2 a, Vector2 b, float t, MethodInfo * method)); DO_APP_FUNC(0x02CF7650, Vector2, Vector2_MoveTowards, (Vector2 current, Vector2 target, float maxDistanceDelta, MethodInfo * method)); DO_APP_FUNC(0x020BF330, Vector2, Vector2_Scale, (Vector2 a, Vector2 b, MethodInfo * method)); DO_APP_FUNC(0x02CF7790, void, Vector2_Scale_1, (Vector2 * __this, Vector2 scale, MethodInfo * method)); DO_APP_FUNC(0x00602EF0, void, Vector2_Normalize, (Vector2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF77C0, Vector2, Vector2_get_normalized, (Vector2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF7870, String *, Vector2_ToString, (Vector2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF7880, String *, Vector2_ToString_1, (Vector2 * __this, String * format, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x02CF7A40, int32_t, Vector2_GetHashCode, (Vector2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF7A80, bool, Vector2_Equals, (Vector2 * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x020BF210, bool, Vector2_Equals_1, (Vector2 * __this, Vector2 other, MethodInfo * method)); DO_APP_FUNC(0x02CF7B20, float, Vector2_Dot, (Vector2 lhs, Vector2 rhs, MethodInfo * method)); DO_APP_FUNC(0x02CF7B50, float, Vector2_get_magnitude, (Vector2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF7C10, float, Vector2_get_sqrMagnitude, (Vector2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF7C30, float, Vector2_Angle, (Vector2 from, Vector2 to, MethodInfo * method)); DO_APP_FUNC(0x02CF7D90, float, Vector2_Distance, (Vector2 a, Vector2 b, MethodInfo * method)); DO_APP_FUNC(0x02CF7E40, Vector2, Vector2_ClampMagnitude, (Vector2 vector, float maxLength, MethodInfo * method)); DO_APP_FUNC(0x02CF7F50, float, Vector2_SqrMagnitude, (Vector2 a, MethodInfo * method)); DO_APP_FUNC(0x02CF7C10, float, Vector2_SqrMagnitude_1, (Vector2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF7F70, Vector2, Vector2_Min, (Vector2 lhs, Vector2 rhs, MethodInfo * method)); DO_APP_FUNC(0x02CF7FB0, Vector2, Vector2_Max, (Vector2 lhs, Vector2 rhs, MethodInfo * method)); DO_APP_FUNC(0x020BF2B0, Vector2, Vector2_op_Addition, (Vector2 a, Vector2 b, MethodInfo * method)); DO_APP_FUNC(0x020BF2F0, Vector2, Vector2_op_Subtraction, (Vector2 a, Vector2 b, MethodInfo * method)); DO_APP_FUNC(0x020BF330, Vector2, Vector2_op_Multiply, (Vector2 a, Vector2 b, MethodInfo * method)); DO_APP_FUNC(0x020BF370, Vector2, Vector2_op_Division, (Vector2 a, Vector2 b, MethodInfo * method)); DO_APP_FUNC(0x02CF7FF0, Vector2, Vector2_op_UnaryNegation, (Vector2 a, MethodInfo * method)); DO_APP_FUNC(0x020BF890, Vector2, Vector2_op_Multiply_1, (Vector2 a, float d, MethodInfo * method)); DO_APP_FUNC(0x02CF8020, Vector2, Vector2_op_Multiply_2, (float d, Vector2 a, MethodInfo * method)); DO_APP_FUNC(0x020BF8C0, Vector2, Vector2_op_Division_1, (Vector2 a, float d, MethodInfo * method)); DO_APP_FUNC(0x02CF8050, bool, Vector2_op_Equality, (Vector2 lhs, Vector2 rhs, MethodInfo * method)); DO_APP_FUNC(0x00B30260, bool, Vector2_op_Inequality, (Vector2 lhs, Vector2 rhs, MethodInfo * method)); DO_APP_FUNC(0x02CB6290, Vector2, Vector2_op_Implicit, (Vector3 v, MethodInfo * method)); DO_APP_FUNC(0x02CF80A0, Vector3, Vector2_op_Implicit_1, (Vector2 v, MethodInfo * method)); DO_APP_FUNC(0x02CF80D0, Vector2, Vector2_get_zero, (MethodInfo * method)); DO_APP_FUNC(0x02CF8120, Vector2, Vector2_get_one, (MethodInfo * method)); DO_APP_FUNC(0x02CF8170, Vector2, Vector2_get_up, (MethodInfo * method)); DO_APP_FUNC(0x02CF81C0, Vector2, Vector2_get_down, (MethodInfo * method)); DO_APP_FUNC(0x02CF8210, Vector2, Vector2_get_left, (MethodInfo * method)); DO_APP_FUNC(0x02CF8260, Vector2, Vector2_get_right, (MethodInfo * method)); DO_APP_FUNC(0x02CF82B0, Vector2, Vector2_get_positiveInfinity, (MethodInfo * method)); DO_APP_FUNC(0x02CF8300, Vector2, Vector2_get_negativeInfinity, (MethodInfo * method)); DO_APP_FUNC(0x02CF8350, void, Vector2__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02B40F80, int32_t, Vector2Int_get_x, (Vector2Int * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, Vector2Int_set_x, (Vector2Int * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01119C00, int32_t, Vector2Int_get_y, (Vector2Int * __this, MethodInfo * method)); DO_APP_FUNC(0x01914E90, void, Vector2Int_set_y, (Vector2Int * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x009B8F70, void, Vector2Int__ctor, (Vector2Int * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x02CF8440, float, Vector2Int_get_magnitude, (Vector2Int * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF8470, Vector2Int, Vector2Int_Max, (Vector2Int lhs, Vector2Int rhs, MethodInfo * method)); DO_APP_FUNC(0x02CF84A0, Vector2, Vector2Int_op_Implicit, (Vector2Int v, MethodInfo * method)); DO_APP_FUNC(0x02CF84C0, Vector2Int, Vector2Int_FloorToInt, (Vector2 v, MethodInfo * method)); DO_APP_FUNC(0x02CF8500, bool, Vector2Int_op_Equality, (Vector2Int lhs, Vector2Int rhs, MethodInfo * method)); DO_APP_FUNC(0x02CF8520, bool, Vector2Int_op_Inequality, (Vector2Int lhs, Vector2Int rhs, MethodInfo * method)); DO_APP_FUNC(0x02CF8540, bool, Vector2Int_Equals, (Vector2Int * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x02CF85E0, bool, Vector2Int_Equals_1, (Vector2Int * __this, Vector2Int other, MethodInfo * method)); DO_APP_FUNC(0x02CF8600, int32_t, Vector2Int_GetHashCode, (Vector2Int * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF8610, String *, Vector2Int_ToString, (Vector2Int * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF8620, String *, Vector2Int_ToString_1, (Vector2Int * __this, String * format, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x02CF88F0, Vector2Int, Vector2Int_get_zero, (MethodInfo * method)); DO_APP_FUNC(0x02CF8930, Vector2Int, Vector2Int_get_one, (MethodInfo * method)); DO_APP_FUNC(0x02CF8970, void, Vector2Int__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02B40F80, int32_t, Vector3Int_get_x, (Vector3Int * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, Vector3Int_set_x, (Vector3Int * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01119C00, int32_t, Vector3Int_get_y, (Vector3Int * __this, MethodInfo * method)); DO_APP_FUNC(0x01914E90, void, Vector3Int_set_y, (Vector3Int * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, Vector3Int_get_z, (Vector3Int * __this, MethodInfo * method)); DO_APP_FUNC(0x01914EB0, void, Vector3Int_set_z, (Vector3Int * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x009B8450, void, Vector3Int__ctor, (Vector3Int * __this, int32_t x, int32_t y, int32_t z, MethodInfo * method)); DO_APP_FUNC(0x02CF8A70, Vector3Int, Vector3Int_Min, (Vector3Int lhs, Vector3Int rhs, MethodInfo * method)); DO_APP_FUNC(0x02CF8AD0, Vector3Int, Vector3Int_Max, (Vector3Int lhs, Vector3Int rhs, MethodInfo * method)); DO_APP_FUNC(0x02CF8B30, Vector3, Vector3Int_op_Implicit, (Vector3Int v, MethodInfo * method)); DO_APP_FUNC(0x02CF8B60, Vector3Int, Vector3Int_op_Addition, (Vector3Int a, Vector3Int b, MethodInfo * method)); DO_APP_FUNC(0x02CF8BA0, Vector3Int, Vector3Int_op_Subtraction, (Vector3Int a, Vector3Int b, MethodInfo * method)); DO_APP_FUNC(0x02CF8BE0, Vector3Int, Vector3Int_op_Multiply, (Vector3Int a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x02CF8C20, Vector3Int, Vector3Int_op_Division, (Vector3Int a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x02CF8C60, bool, Vector3Int_op_Equality, (Vector3Int lhs, Vector3Int rhs, MethodInfo * method)); DO_APP_FUNC(0x02CF8C80, bool, Vector3Int_op_Inequality, (Vector3Int lhs, Vector3Int rhs, MethodInfo * method)); DO_APP_FUNC(0x02CF8CD0, bool, Vector3Int_Equals, (Vector3Int * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x02CF8DA0, bool, Vector3Int_Equals_1, (Vector3Int * __this, Vector3Int other, MethodInfo * method)); DO_APP_FUNC(0x02CF8DF0, int32_t, Vector3Int_GetHashCode, (Vector3Int * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF8E20, String *, Vector3Int_ToString, (Vector3Int * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF8E30, String *, Vector3Int_ToString_1, (Vector3Int * __this, String * format, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x02CF91E0, Vector3Int, Vector3Int_get_zero, (MethodInfo * method)); DO_APP_FUNC(0x02CF9230, Vector3Int, Vector3Int_get_one, (MethodInfo * method)); DO_APP_FUNC(0x02CF9280, void, Vector3Int__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00BF73D0, float, Vector4_get_Item, (Vector4 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96798, Vector4_get_Item__MethodInfo); DO_APP_FUNC(0x00C3FE60, void, Vector4_set_Item, (Vector4 * __this, int32_t index, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C535F8, Vector4_set_Item__MethodInfo); DO_APP_FUNC(0x003C8E20, void, Vector4__ctor, (Vector4 * __this, float x, float y, float z, float w, MethodInfo * method)); DO_APP_FUNC(0x003C8E20, void, Vector4_Set, (Vector4 * __this, float newX, float newY, float newZ, float newW, MethodInfo * method)); DO_APP_FUNC(0x02CEF760, Vector4, Vector4_Lerp, (Vector4 a, Vector4 b, float t, MethodInfo * method)); DO_APP_FUNC(0x02CF93E0, void, Vector4_Scale, (Vector4 * __this, Vector4 scale, MethodInfo * method)); DO_APP_FUNC(0x00998FC0, int32_t, Vector4_GetHashCode, (Vector4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF9420, bool, Vector4_Equals, (Vector4 * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x020C06A0, bool, Vector4_Equals_1, (Vector4 * __this, Vector4 other, MethodInfo * method)); DO_APP_FUNC(0x02CF94E0, Vector4, Vector4_Normalize, (Vector4 a, MethodInfo * method)); DO_APP_FUNC(0x00C3FF00, Vector4, Vector4_get_normalized, (Vector4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF57C0, float, Vector4_Dot, (Vector4 a, Vector4 b, MethodInfo * method)); DO_APP_FUNC(0x02CF95B0, float, Vector4_Magnitude, (Vector4 a, MethodInfo * method)); DO_APP_FUNC(0x02CF9680, float, Vector4_get_magnitude, (Vector4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF9750, float, Vector4_get_sqrMagnitude, (Vector4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF97A0, Vector4, Vector4_get_zero, (MethodInfo * method)); DO_APP_FUNC(0x02CF97F0, Vector4, Vector4_get_one, (MethodInfo * method)); DO_APP_FUNC(0x02CEF530, Vector4, Vector4_op_Addition, (Vector4 a, Vector4 b, MethodInfo * method)); DO_APP_FUNC(0x02CEF590, Vector4, Vector4_op_Subtraction, (Vector4 a, Vector4 b, MethodInfo * method)); DO_APP_FUNC(0x02CEF650, Vector4, Vector4_op_Multiply, (Vector4 a, float d, MethodInfo * method)); DO_APP_FUNC(0x02CEF6A0, Vector4, Vector4_op_Multiply_1, (float d, Vector4 a, MethodInfo * method)); DO_APP_FUNC(0x02CF9840, Vector4, Vector4_op_Division, (Vector4 a, float d, MethodInfo * method)); DO_APP_FUNC(0x02CF9860, bool, Vector4_op_Equality, (Vector4 lhs, Vector4 rhs, MethodInfo * method)); DO_APP_FUNC(0x02CF98C0, bool, Vector4_op_Inequality, (Vector4 lhs, Vector4 rhs, MethodInfo * method)); DO_APP_FUNC(0x02CF9930, Vector4, Vector4_op_Implicit, (Vector3 v, MethodInfo * method)); DO_APP_FUNC(0x02CF9980, Vector3, Vector4_op_Implicit_1, (Vector4 v, MethodInfo * method)); DO_APP_FUNC(0x02CF99A0, Vector4, Vector4_op_Implicit_2, (Vector2 v, MethodInfo * method)); DO_APP_FUNC(0x02CB6290, Vector2, Vector4_op_Implicit_3, (Vector4 v, MethodInfo * method)); DO_APP_FUNC(0x02CF99E0, String *, Vector4_ToString, (Vector4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF99F0, String *, Vector4_ToString_1, (Vector4 * __this, String * format, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x02CF9C50, void, Vector4__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02CF9CE0, void, PlayerConnectionInternal_UnityEngine_IPlayerEditorConnectionNative_SendMessage, (PlayerConnectionInternal * __this, Guid messageId, Byte__Array * data, int32_t playerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0378, PlayerConnectionInternal_UnityEngine_IPlayerEditorConnectionNative_SendMessage__MethodInfo); DO_APP_FUNC(0x02CF9E40, bool, PlayerConnectionInternal_UnityEngine_IPlayerEditorConnectionNative_TrySendMessage, (PlayerConnectionInternal * __this, Guid messageId, Byte__Array * data, int32_t playerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD03A0, PlayerConnectionInternal_UnityEngine_IPlayerEditorConnectionNative_TrySendMessage__MethodInfo); DO_APP_FUNC(0x02CF9FA0, void, PlayerConnectionInternal_UnityEngine_IPlayerEditorConnectionNative_Poll, (PlayerConnectionInternal * __this, MethodInfo * method)); DO_APP_FUNC(0x02CF9FF0, void, PlayerConnectionInternal_UnityEngine_IPlayerEditorConnectionNative_RegisterInternal, (PlayerConnectionInternal * __this, Guid messageId, MethodInfo * method)); DO_APP_FUNC(0x02CFA080, void, PlayerConnectionInternal_UnityEngine_IPlayerEditorConnectionNative_UnregisterInternal, (PlayerConnectionInternal * __this, Guid messageId, MethodInfo * method)); DO_APP_FUNC(0x02CFA110, void, PlayerConnectionInternal_UnityEngine_IPlayerEditorConnectionNative_Initialize, (PlayerConnectionInternal * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFA160, bool, PlayerConnectionInternal_UnityEngine_IPlayerEditorConnectionNative_IsConnected, (PlayerConnectionInternal * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFA1B0, void, PlayerConnectionInternal_UnityEngine_IPlayerEditorConnectionNative_DisconnectAll, (PlayerConnectionInternal * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFA160, bool, PlayerConnectionInternal_IsConnected, (MethodInfo * method)); DO_APP_FUNC(0x02CFA110, void, PlayerConnectionInternal_Initialize, (MethodInfo * method)); DO_APP_FUNC(0x02CFA200, void, PlayerConnectionInternal_RegisterInternal, (String * messageId, MethodInfo * method)); DO_APP_FUNC(0x02CFA250, void, PlayerConnectionInternal_UnregisterInternal, (String * messageId, MethodInfo * method)); DO_APP_FUNC(0x02CFA2A0, void, PlayerConnectionInternal_SendMessage, (String * messageId, Byte__Array * data, int32_t playerId, MethodInfo * method)); DO_APP_FUNC(0x02CFA310, bool, PlayerConnectionInternal_TrySendMessage, (String * messageId, Byte__Array * data, int32_t playerId, MethodInfo * method)); DO_APP_FUNC(0x02CF9FA0, void, PlayerConnectionInternal_PollInternal, (MethodInfo * method)); DO_APP_FUNC(0x02CFA1B0, void, PlayerConnectionInternal_DisconnectAll, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlayerConnectionInternal__ctor, (PlayerConnectionInternal * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFA380, void, PlayerPrefsException__ctor, (PlayerPrefsException * __this, String * error, MethodInfo * method)); DO_APP_FUNC(0x02CFA3E0, bool, PlayerPrefs_TrySetInt, (String * key, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CFA440, bool, PlayerPrefs_TrySetFloat, (String * key, float value, MethodInfo * method)); DO_APP_FUNC(0x02CFA4A0, bool, PlayerPrefs_TrySetSetString, (String * key, String * value, MethodInfo * method)); DO_APP_FUNC(0x02CFA500, void, PlayerPrefs_SetInt, (String * key, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D1B8, PlayerPrefs_SetInt__MethodInfo); DO_APP_FUNC(0x02CFA5C0, int32_t, PlayerPrefs_GetInt, (String * key, int32_t defaultValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CFD0, PlayerPrefs_GetInt__MethodInfo); DO_APP_FUNC(0x02CFA620, int32_t, PlayerPrefs_GetInt_1, (String * key, MethodInfo * method)); DO_APP_FUNC(0x02CFA680, void, PlayerPrefs_SetFloat, (String * key, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D148, PlayerPrefs_SetFloat__MethodInfo); DO_APP_FUNC(0x02CFA740, float, PlayerPrefs_GetFloat, (String * key, float defaultValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CFC0, PlayerPrefs_GetFloat__MethodInfo); DO_APP_FUNC(0x02CFA7A0, float, PlayerPrefs_GetFloat_1, (String * key, MethodInfo * method)); DO_APP_FUNC(0x02CFA800, void, PlayerPrefs_SetString, (String * key, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD02F0, PlayerPrefs_SetString__MethodInfo); DO_APP_FUNC(0x02CFA8C0, String *, PlayerPrefs_GetString, (String * key, String * defaultValue, MethodInfo * method)); DO_APP_FUNC(0x02CFA920, String *, PlayerPrefs_GetString_1, (String * key, MethodInfo * method)); DO_APP_FUNC(0x02CFA9B0, bool, PlayerPrefs_HasKey, (String * key, MethodInfo * method)); DO_APP_FUNC(0x02CFAA00, void, PlayerPrefs_DeleteKey, (String * key, MethodInfo * method)); DO_APP_FUNC(0x0041EB40, void, PlayerPrefs_DeleteAll, (MethodInfo * method)); DO_APP_FUNC(0x0041EC40, void, PlayerPrefs_Save, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PropertyAttribute__ctor, (PropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, ContextMenuItemAttribute__ctor, (ContextMenuItemAttribute * __this, String * name, String * function, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InspectorNameAttribute__ctor, (InspectorNameAttribute * __this, String * displayName, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, TooltipAttribute__ctor, (TooltipAttribute * __this, String * tooltip, MethodInfo * method)); DO_APP_FUNC(0x02CFAA50, void, SpaceAttribute__ctor, (SpaceAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA760, void, SpaceAttribute__ctor_1, (SpaceAttribute * __this, float height, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, HeaderAttribute__ctor, (HeaderAttribute * __this, String * header, MethodInfo * method)); DO_APP_FUNC(0x0075F000, void, RangeAttribute__ctor, (RangeAttribute * __this, float min, float max, MethodInfo * method)); DO_APP_FUNC(0x003CA760, void, MinAttribute__ctor, (MinAttribute * __this, float min, MethodInfo * method)); DO_APP_FUNC(0x02CFAA60, void, MultilineAttribute__ctor, (MultilineAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFAA70, void, TextAreaAttribute__ctor, (TextAreaAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADC0, void, TextAreaAttribute__ctor_1, (TextAreaAttribute * __this, int32_t minLines, int32_t maxLines, MethodInfo * method)); DO_APP_FUNC(0x02CFAA80, void, ColorUsageAttribute__ctor, (ColorUsageAttribute * __this, bool showAlpha, MethodInfo * method)); DO_APP_FUNC(0x02CFAAB0, void, ColorUsageAttribute__ctor_1, (ColorUsageAttribute * __this, bool showAlpha, bool hdr, MethodInfo * method)); DO_APP_FUNC(0x02CFAAE0, PropertyName, PropertyNameUtils_PropertyNameFromString, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02CFAB40, void, PropertyNameUtils_PropertyNameFromString_Injected, (String * name, PropertyName * ret, MethodInfo * method)); DO_APP_FUNC(0x02CFABA0, void, PropertyName__ctor, (PropertyName * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, PropertyName__ctor_1, (PropertyName * __this, PropertyName other, MethodInfo * method)); DO_APP_FUNC(0x02CFAC10, bool, PropertyName_IsNullOrEmpty, (PropertyName prop, MethodInfo * method)); DO_APP_FUNC(0x02CFAC20, bool, PropertyName_op_Equality, (PropertyName lhs, PropertyName rhs, MethodInfo * method)); DO_APP_FUNC(0x02B40F80, int32_t, PropertyName_GetHashCode, (PropertyName * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFAC30, bool, PropertyName_Equals, (PropertyName * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x02CAD160, bool, PropertyName_Equals_1, (PropertyName * __this, PropertyName other, MethodInfo * method)); DO_APP_FUNC(0x02CFAAE0, PropertyName, PropertyName_op_Implicit, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02CFACB0, String *, PropertyName_ToString, (PropertyName * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFAD60, void, Random_2_InitState, (int32_t seed, MethodInfo * method)); DO_APP_FUNC(0x02CFADB0, Random_State, Random_2_get_state, (MethodInfo * method)); DO_APP_FUNC(0x02CFAE10, void, Random_2_set_state, (Random_State value, MethodInfo * method)); DO_APP_FUNC(0x02CFAE60, float, Random_2_Range, (float minInclusive, float maxInclusive, MethodInfo * method)); DO_APP_FUNC(0x02CFAED0, int32_t, Random_2_Range_1, (int32_t minInclusive, int32_t maxExclusive, MethodInfo * method)); DO_APP_FUNC(0x02CFAED0, int32_t, Random_2_RandomRangeInt, (int32_t minInclusive, int32_t maxExclusive, MethodInfo * method)); DO_APP_FUNC(0x02CFAF30, float, Random_2_get_value, (MethodInfo * method)); DO_APP_FUNC(0x02CFAF80, Vector3, Random_2_get_insideUnitSphere, (MethodInfo * method)); DO_APP_FUNC(0x02CFAFE0, void, Random_2_GetRandomUnitCircle, (Vector2 * output, MethodInfo * method)); DO_APP_FUNC(0x02CFB030, Vector2, Random_2_get_insideUnitCircle, (MethodInfo * method)); DO_APP_FUNC(0x02CFB090, Vector3, Random_2_get_onUnitSphere, (MethodInfo * method)); DO_APP_FUNC(0x02CFB0F0, Quaternion, Random_2_get_rotation, (MethodInfo * method)); DO_APP_FUNC(0x02CFB150, Color, Random_2_ColorHSV, (float hueMin, float hueMax, float saturationMin, float saturationMax, float valueMin, float valueMax, float alphaMin, float alphaMax, MethodInfo * method)); DO_APP_FUNC(0x02CFB3C0, void, Random_2_get_state_Injected, (Random_State * ret, MethodInfo * method)); DO_APP_FUNC(0x02CFB410, void, Random_2_set_state_Injected, (Random_State * value, MethodInfo * method)); DO_APP_FUNC(0x02CFB460, void, Random_2_get_insideUnitSphere_Injected, (Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CFB4B0, void, Random_2_get_onUnitSphere_Injected, (Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CFB500, void, Random_2_get_rotation_Injected, (Quaternion * ret, MethodInfo * method)); DO_APP_FUNC(0x02CFB550, Object_1 *, ResourceRequest_GetResult, (ResourceRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0B4C0, Object_1 *, ResourceRequest_get_asset, (ResourceRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ResourceRequest__ctor, (ResourceRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFB570, Object_1__Array *, ResourcesAPIInternal_FindObjectsOfTypeAll, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02CFB5C0, Shader *, ResourcesAPIInternal_FindShaderByName, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02CFB610, Object_1 *, ResourcesAPIInternal_Load, (String * path, Type * systemTypeInstance, MethodInfo * method)); DO_APP_FUNC(0x02CFB670, Object_1__Array *, ResourcesAPIInternal_LoadAll, (String * path, Type * systemTypeInstance, MethodInfo * method)); DO_APP_FUNC(0x02CFB6D0, ResourceRequest *, ResourcesAPIInternal_LoadAsyncInternal, (String * path, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02CFB730, void, ResourcesAPIInternal_UnloadAsset, (Object_1 * assetToUnload, MethodInfo * method)); DO_APP_FUNC(0x02CFB780, ResourcesAPI *, ResourcesAPI_get_ActiveAPI, (MethodInfo * method)); DO_APP_FUNC(0x02CFB840, ResourcesAPI *, ResourcesAPI_get_overrideAPI, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ResourcesAPI__ctor, (ResourcesAPI * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFB8A0, Object_1__Array *, ResourcesAPI_FindObjectsOfTypeAll, (ResourcesAPI * __this, Type * systemTypeInstance, MethodInfo * method)); DO_APP_FUNC(0x02CFB8F0, Shader *, ResourcesAPI_FindShaderByName, (ResourcesAPI * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CFB940, Object_1 *, ResourcesAPI_Load, (ResourcesAPI * __this, String * path, Type * systemTypeInstance, MethodInfo * method)); DO_APP_FUNC(0x02CFB9A0, Object_1__Array *, ResourcesAPI_LoadAll, (ResourcesAPI * __this, String * path, Type * systemTypeInstance, MethodInfo * method)); DO_APP_FUNC(0x02CFBA00, ResourceRequest *, ResourcesAPI_LoadAsync, (ResourcesAPI * __this, String * path, Type * systemTypeInstance, MethodInfo * method)); DO_APP_FUNC(0x02CFBB30, void, ResourcesAPI_UnloadAsset, (ResourcesAPI * __this, Object_1 * assetToUnload, MethodInfo * method)); DO_APP_FUNC(0x02CFBB80, void, ResourcesAPI__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02CFBC30, Object_1__Array *, Resources_FindObjectsOfTypeAll, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02CFBCA0, Object_1 *, Resources_Load, (String * path, MethodInfo * method)); DO_APP_FUNC(0x02CFBD20, Object_1 *, Resources_Load_1, (String * path, Type * systemTypeInstance, MethodInfo * method)); DO_APP_FUNC(0x02CFBDA0, ResourceRequest *, Resources_LoadAsync, (String * path, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02CFBE20, Object_1__Array *, Resources_LoadAll, (String * path, Type * systemTypeInstance, MethodInfo * method)); DO_APP_FUNC(0x02CFBEA0, Object_1 *, Resources_GetBuiltinResource, (Type * type, String * path, MethodInfo * method)); DO_APP_FUNC(0x02CFBF00, void, Resources_UnloadAsset, (Object_1 * assetToUnload, MethodInfo * method)); DO_APP_FUNC(0x02CFBF70, void, AsyncOperation_InternalDestroy, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x02CFBFC0, bool, AsyncOperation_get_isDone, (AsyncOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFC010, float, AsyncOperation_get_progress, (AsyncOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFC060, void, AsyncOperation_set_priority, (AsyncOperation * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CFC0C0, bool, AsyncOperation_get_allowSceneActivation, (AsyncOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFC110, void, AsyncOperation_set_allowSceneActivation, (AsyncOperation * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CFC170, void, AsyncOperation_Finalize, (AsyncOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFC1F0, void, AsyncOperation_InvokeCompletionEvent, (AsyncOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFC270, void, AsyncOperation_add_completed, (AsyncOperation * __this, Action_1_UnityEngine_AsyncOperation_ * value, MethodInfo * method)); DO_APP_FUNC(0x02CFC3F0, void, AsyncOperation_remove_completed, (AsyncOperation * __this, Action_1_UnityEngine_AsyncOperation_ * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncOperation__ctor, (AsyncOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFC4F0, Type *, AttributeHelperEngine_GetParentTypeDisallowingMultipleInclusion, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02CFC6E0, Type__Array *, AttributeHelperEngine_GetRequiredComponents, (Type * klass, MethodInfo * method)); DO_APP_FUNC(0x02CFCAA0, int32_t, AttributeHelperEngine_GetExecuteMode, (Type * klass, MethodInfo * method)); DO_APP_FUNC(0x02CFCBC0, int32_t, AttributeHelperEngine_CheckIsEditorScript, (Type * klass, MethodInfo * method)); DO_APP_FUNC(0x02CFCDA0, int32_t, AttributeHelperEngine_GetDefaultExecutionOrderFor, (Type * klass, MethodInfo * method)); DO_APP_FUNC(0x02CFCEF0, void, AttributeHelperEngine__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DisallowMultipleComponent__ctor, (DisallowMultipleComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, RequireComponent__ctor, (RequireComponent * __this, Type * requiredComponent, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, RequireComponent__ctor_1, (RequireComponent * __this, Type * requiredComponent, Type * requiredComponent2, MethodInfo * method)); DO_APP_FUNC(0x00FCEA30, void, RequireComponent__ctor_2, (RequireComponent * __this, Type * requiredComponent, Type * requiredComponent2, Type * requiredComponent3, MethodInfo * method)); DO_APP_FUNC(0x019D5F90, void, AddComponentMenu__ctor, (AddComponentMenu * __this, String * menuName, MethodInfo * method)); DO_APP_FUNC(0x00A9FD50, void, AddComponentMenu__ctor_1, (AddComponentMenu * __this, String * menuName, int32_t order, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, CreateAssetMenuAttribute_set_menuName, (CreateAssetMenuAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, CreateAssetMenuAttribute_set_fileName, (CreateAssetMenuAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, CreateAssetMenuAttribute_set_order, (CreateAssetMenuAttribute * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CreateAssetMenuAttribute__ctor, (CreateAssetMenuAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFD0D0, void, ContextMenu__ctor, (ContextMenu * __this, String * itemName, MethodInfo * method)); DO_APP_FUNC(0x02CFD140, void, ContextMenu__ctor_1, (ContextMenu * __this, String * itemName, bool isValidateFunction, MethodInfo * method)); DO_APP_FUNC(0x0201D1E0, void, ContextMenu__ctor_2, (ContextMenu * __this, String * itemName, bool isValidateFunction, int32_t priority, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExecuteInEditMode__ctor, (ExecuteInEditMode * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExecuteAlways__ctor, (ExecuteAlways * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HideInInspector__ctor, (HideInInspector * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFD1B0, void, HelpURLAttribute__ctor, (HelpURLAttribute * __this, String * url, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, HelpURLAttribute_get_URL, (HelpURLAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DefaultExecutionOrder__ctor, (DefaultExecutionOrder * __this, int32_t order, MethodInfo * method)); DO_APP_FUNC(0x01EDDFC0, int32_t, DefaultExecutionOrder_get_order, (DefaultExecutionOrder * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExcludeFromPresetAttribute__ctor, (ExcludeFromPresetAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD3F90, bool, Behaviour_get_enabled, (Behaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x01CACAA0, void, Behaviour_set_enabled, (Behaviour * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C860E0, bool, Behaviour_get_isActiveAndEnabled, (Behaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, Behaviour__ctor, (Behaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x02CEEF40, void, ClassLibraryInitializer_Init, (MethodInfo * method)); DO_APP_FUNC(0x009B9450, Transform *, Component_get_transform, (Component * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFD2B0, GameObject *, Component_get_gameObject, (Component * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFD300, Component *, Component_GetComponent, (Component * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02CFD3B0, void, Component_GetComponentFastPath, (Component * __this, Type * type, void * oneFurtherThanResultValue, MethodInfo * method)); DO_APP_FUNC(0x02CFD420, Component *, Component_GetComponentInChildren, (Component * __this, Type * t, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x02CFD4B0, Component__Array *, Component_GetComponentsInChildren, (Component * __this, Type * t, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x02CFD540, Component *, Component_GetComponentInParent, (Component * __this, Type * t, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x02CFD5D0, void, Component_GetComponentsForListInternal, (Component * __this, Type * searchType, Object * resultList, MethodInfo * method)); DO_APP_FUNC(0x02CFD640, void, Component_GetComponents, (Component * __this, Type * type, List_1_UnityEngine_Component_ * results, MethodInfo * method)); DO_APP_FUNC(0x02CFD650, String *, Component_get_tag, (Component * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFD6F0, void, Component_set_tag, (Component * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02CFD7A0, bool, Component_CompareTag, (Component * __this, String * tag, MethodInfo * method)); DO_APP_FUNC(0x02CFD850, void, Component_SendMessage, (Component * __this, String * methodName, Object * value, SendMessageOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x02CFD8D0, void, Component_BroadcastMessage, (Component * __this, String * methodName, Object * parameter, SendMessageOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, Component__ctor, (Component * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Coroutine__ctor, (Coroutine * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFD950, void, Coroutine_Finalize, (Coroutine * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFD9D0, void, Coroutine_ReleaseCoroutine, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x02CFDA20, void, SetupCoroutine_InvokeMoveNext, (IEnumerator * enumerator, void * returnValueAddress, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0130, SetupCoroutine_InvokeMoveNext__MethodInfo); DO_APP_FUNC(0x02CFDB10, Object *, SetupCoroutine_InvokeMember, (Object * behaviour, String * name, Object * variable, MethodInfo * method)); DO_APP_FUNC(0x00A77200, Object *, CustomYieldInstruction_get_Current, (CustomYieldInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x01B209F0, bool, CustomYieldInstruction_MoveNext, (CustomYieldInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CustomYieldInstruction_Reset, (CustomYieldInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CustomYieldInstruction__ctor, (CustomYieldInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExcludeFromObjectFactoryAttribute__ctor, (ExcludeFromObjectFactoryAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExtensionOfNativeClassAttribute__ctor, (ExtensionOfNativeClassAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFDC30, GameObject *, GameObject_CreatePrimitive, (PrimitiveType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02CFDC80, Component *, GameObject_GetComponent, (GameObject * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02CFDCE0, void, GameObject_GetComponentFastPath, (GameObject * __this, Type * type, void * oneFurtherThanResultValue, MethodInfo * method)); DO_APP_FUNC(0x02CFDD50, Component *, GameObject_GetComponentByName, (GameObject * __this, String * type, MethodInfo * method)); DO_APP_FUNC(0x02CFDD50, Component *, GameObject_GetComponent_1, (GameObject * __this, String * type, MethodInfo * method)); DO_APP_FUNC(0x02CFDDB0, Component *, GameObject_GetComponentInChildren, (GameObject * __this, Type * type, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x02CFDE20, Component *, GameObject_GetComponentInChildren_1, (GameObject * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02CFDE90, Component *, GameObject_GetComponentInParent, (GameObject * __this, Type * type, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x02CFDF00, Component *, GameObject_GetComponentInParent_1, (GameObject * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02CFDF70, Array *, GameObject_GetComponentsInternal, (GameObject * __this, Type * type, bool useSearchTypeAsArrayReturnType, bool recursive, bool includeInactive, bool reverse, Object * resultList, MethodInfo * method)); DO_APP_FUNC(0x02CFE010, Component__Array *, GameObject_GetComponents, (GameObject * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02CFE0E0, void, GameObject_GetComponents_1, (GameObject * __this, Type * type, List_1_UnityEngine_Component_ * results, MethodInfo * method)); DO_APP_FUNC(0x02CFE160, Component__Array *, GameObject_GetComponentsInChildren, (GameObject * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02CFE170, Component__Array *, GameObject_GetComponentsInChildren_1, (GameObject * __this, Type * type, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x02CFE250, Component__Array *, GameObject_GetComponentsInParent, (GameObject * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02CFE320, Component__Array *, GameObject_GetComponentsInParent_1, (GameObject * __this, Type * type, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x02CFE400, bool, GameObject_TryGetComponent, (GameObject * __this, Type * type, Component * * component, MethodInfo * method)); DO_APP_FUNC(0x02CFE5B0, Component *, GameObject_TryGetComponentInternal, (GameObject * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02CFE610, void, GameObject_TryGetComponentFastPath, (GameObject * __this, Type * type, void * oneFurtherThanResultValue, MethodInfo * method)); DO_APP_FUNC(0x02CFE680, GameObject *, GameObject_FindWithTag, (String * tag, MethodInfo * method)); DO_APP_FUNC(0x02CFE6D0, void, GameObject_SendMessageUpwards, (GameObject * __this, String * methodName, SendMessageOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x02CFE6F0, void, GameObject_SendMessage, (GameObject * __this, String * methodName, SendMessageOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x02CFE710, void, GameObject_BroadcastMessage, (GameObject * __this, String * methodName, SendMessageOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x02CFE730, Component *, GameObject_AddComponentInternal, (GameObject * __this, String * className, MethodInfo * method)); DO_APP_FUNC(0x02CFE790, Component *, GameObject_Internal_AddComponentWithType, (GameObject * __this, Type * componentType, MethodInfo * method)); DO_APP_FUNC(0x02CFE790, Component *, GameObject_AddComponent, (GameObject * __this, Type * componentType, MethodInfo * method)); DO_APP_FUNC(0x02CFE7F0, Transform *, GameObject_get_transform, (GameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFE840, int32_t, GameObject_get_layer, (GameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFE890, void, GameObject_set_layer, (GameObject * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CFE8F0, bool, GameObject_get_active, (GameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFE940, void, GameObject_set_active, (GameObject * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CFE9A0, void, GameObject_SetActive, (GameObject * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CFEA00, bool, GameObject_get_activeSelf, (GameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFEA50, bool, GameObject_get_activeInHierarchy, (GameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFEAA0, void, GameObject_SetActiveRecursively, (GameObject * __this, bool state, MethodInfo * method)); DO_APP_FUNC(0x02CFEB00, bool, GameObject_get_isStatic, (GameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFEB50, void, GameObject_set_isStatic, (GameObject * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CFEBB0, bool, GameObject_get_isStaticBatchable, (GameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFEC00, String *, GameObject_get_tag, (GameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFEC50, void, GameObject_set_tag, (GameObject * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02CFECB0, bool, GameObject_CompareTag, (GameObject * __this, String * tag, MethodInfo * method)); DO_APP_FUNC(0x02CFE680, GameObject *, GameObject_FindGameObjectWithTag, (String * tag, MethodInfo * method)); DO_APP_FUNC(0x02CFED10, GameObject__Array *, GameObject_FindGameObjectsWithTag, (String * tag, MethodInfo * method)); DO_APP_FUNC(0x02CFED60, void, GameObject_SendMessageUpwards_1, (GameObject * __this, String * methodName, Object * value, SendMessageOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x02CFEDE0, void, GameObject_SendMessageUpwards_2, (GameObject * __this, String * methodName, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02CFEE00, void, GameObject_SendMessageUpwards_3, (GameObject * __this, String * methodName, MethodInfo * method)); DO_APP_FUNC(0x02CFEE20, void, GameObject_SendMessage_1, (GameObject * __this, String * methodName, Object * value, SendMessageOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x02CFEEA0, void, GameObject_SendMessage_2, (GameObject * __this, String * methodName, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02CFEEC0, void, GameObject_SendMessage_3, (GameObject * __this, String * methodName, MethodInfo * method)); DO_APP_FUNC(0x02CFEEE0, void, GameObject_BroadcastMessage_1, (GameObject * __this, String * methodName, Object * parameter, SendMessageOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x02CFEF60, void, GameObject_BroadcastMessage_2, (GameObject * __this, String * methodName, Object * parameter, MethodInfo * method)); DO_APP_FUNC(0x02CFEF80, void, GameObject_BroadcastMessage_3, (GameObject * __this, String * methodName, MethodInfo * method)); DO_APP_FUNC(0x02CFEFA0, void, GameObject__ctor, (GameObject * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CFF040, void, GameObject__ctor_1, (GameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFF0D0, void, GameObject__ctor_2, (GameObject * __this, String * name, Type__Array * components, MethodInfo * method)); DO_APP_FUNC(0x02CFF200, void, GameObject_Internal_CreateGameObject, (GameObject * self, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CFF260, GameObject *, GameObject_Find, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02CFF2B0, Scene, GameObject_get_scene, (GameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFF310, uint64_t, GameObject_get_sceneCullingMask, (GameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01C3EB40, GameObject *, GameObject_get_gameObject, (GameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFF360, void, GameObject_get_scene_Injected, (GameObject * __this, Scene * ret, MethodInfo * method)); DO_APP_FUNC(0x02CFF3C0, int32_t, LayerMask_op_Implicit, (LayerMask mask, MethodInfo * method)); DO_APP_FUNC(0x02CFF3C0, LayerMask, LayerMask_op_Implicit_1, (int32_t intVal, MethodInfo * method)); DO_APP_FUNC(0x02B40F80, int32_t, LayerMask_get_value, (LayerMask * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, LayerMask_set_value, (LayerMask * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CFF3D0, String *, LayerMask_LayerToName, (int32_t layer, MethodInfo * method)); DO_APP_FUNC(0x02CFF420, int32_t, LayerMask_NameToLayer, (String * layerName, MethodInfo * method)); DO_APP_FUNC(0x02CFF470, int32_t, LayerMask_GetMask, (String__Array * layerNames, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFFD0, LayerMask_GetMask__MethodInfo); DO_APP_FUNC(0x02CFF570, void, ManagedStreamHelpers_ValidateLoadFromStream, (Stream * stream, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFFB0, ManagedStreamHelpers_ValidateLoadFromStream__MethodInfo); DO_APP_FUNC(0x02CFF6F0, void, ManagedStreamHelpers_ManagedStreamRead, (Byte__Array * buffer, int32_t offset, int32_t count, Stream * stream, void * returnValueAddress, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0020, ManagedStreamHelpers_ManagedStreamRead__MethodInfo); DO_APP_FUNC(0x02CFF810, void, ManagedStreamHelpers_ManagedStreamSeek, (int64_t offset, uint32_t origin, Stream * stream, void * returnValueAddress, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0010, ManagedStreamHelpers_ManagedStreamSeek__MethodInfo); DO_APP_FUNC(0x02CFF920, void, ManagedStreamHelpers_ManagedStreamLength, (Stream * stream, void * returnValueAddress, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFF28, ManagedStreamHelpers_ManagedStreamLength__MethodInfo); DO_APP_FUNC(0x02CFFA10, bool, MonoBehaviour_IsInvoking, (MonoBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x01F111C0, void, MonoBehaviour_CancelInvoke, (MonoBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFFA60, void, MonoBehaviour_Invoke, (MonoBehaviour * __this, String * methodName, float time, MethodInfo * method)); DO_APP_FUNC(0x02CFFA80, void, MonoBehaviour_InvokeRepeating, (MonoBehaviour * __this, String * methodName, float time, float repeatRate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFF18, MonoBehaviour_InvokeRepeating__MethodInfo); DO_APP_FUNC(0x02CFFB20, void, MonoBehaviour_CancelInvoke_1, (MonoBehaviour * __this, String * methodName, MethodInfo * method)); DO_APP_FUNC(0x02CFFB80, bool, MonoBehaviour_IsInvoking_1, (MonoBehaviour * __this, String * methodName, MethodInfo * method)); DO_APP_FUNC(0x02CFFBE0, Coroutine *, MonoBehaviour_StartCoroutine, (MonoBehaviour * __this, String * methodName, MethodInfo * method)); DO_APP_FUNC(0x02CFFD40, Coroutine *, MonoBehaviour_StartCoroutine_1, (MonoBehaviour * __this, String * methodName, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFF08, MonoBehaviour_StartCoroutine_1__MethodInfo); DO_APP_FUNC(0x02CFFEB0, Coroutine *, MonoBehaviour_StartCoroutine_2, (MonoBehaviour * __this, IEnumerator * routine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFEE8, MonoBehaviour_StartCoroutine_2__MethodInfo); DO_APP_FUNC(0x02D00010, Coroutine *, MonoBehaviour_StartCoroutine_Auto, (MonoBehaviour * __this, IEnumerator * routine, MethodInfo * method)); DO_APP_FUNC(0x02D00020, void, MonoBehaviour_StopCoroutine, (MonoBehaviour * __this, IEnumerator * routine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFF40, MonoBehaviour_StopCoroutine__MethodInfo); DO_APP_FUNC(0x02D00180, void, MonoBehaviour_StopCoroutine_1, (MonoBehaviour * __this, Coroutine * routine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFF38, MonoBehaviour_StopCoroutine_1__MethodInfo); DO_APP_FUNC(0x02D002E0, void, MonoBehaviour_StopCoroutine_2, (MonoBehaviour * __this, String * methodName, MethodInfo * method)); DO_APP_FUNC(0x0046A830, void, MonoBehaviour_StopAllCoroutines, (MonoBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x02D00340, bool, MonoBehaviour_get_useGUILayout, (MonoBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x02D00390, void, MonoBehaviour_set_useGUILayout, (MonoBehaviour * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D003F0, void, MonoBehaviour_print, (Object * message, MethodInfo * method)); DO_APP_FUNC(0x01F111C0, void, MonoBehaviour_Internal_CancelInvokeAll, (MonoBehaviour * self, MethodInfo * method)); DO_APP_FUNC(0x02CFFA10, bool, MonoBehaviour_Internal_IsInvokingAll, (MonoBehaviour * self, MethodInfo * method)); DO_APP_FUNC(0x02D00440, void, MonoBehaviour_InvokeDelayed, (MonoBehaviour * self, String * methodName, float time, float repeatRate, MethodInfo * method)); DO_APP_FUNC(0x02CFFB20, void, MonoBehaviour_CancelInvoke_2, (MonoBehaviour * self, String * methodName, MethodInfo * method)); DO_APP_FUNC(0x02CFFB80, bool, MonoBehaviour_IsInvoking_2, (MonoBehaviour * self, String * methodName, MethodInfo * method)); DO_APP_FUNC(0x02D004C0, bool, MonoBehaviour_IsObjectMonoBehaviour, (Object_1 * obj, MethodInfo * method)); DO_APP_FUNC(0x02D00510, Coroutine *, MonoBehaviour_StartCoroutineManaged, (MonoBehaviour * __this, String * methodName, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02D00580, Coroutine *, MonoBehaviour_StartCoroutineManaged2, (MonoBehaviour * __this, IEnumerator * enumerator, MethodInfo * method)); DO_APP_FUNC(0x02D005E0, void, MonoBehaviour_StopCoroutineManaged, (MonoBehaviour * __this, Coroutine * routine, MethodInfo * method)); DO_APP_FUNC(0x02D00640, void, MonoBehaviour_StopCoroutineFromEnumeratorManaged, (MonoBehaviour * __this, IEnumerator * routine, MethodInfo * method)); DO_APP_FUNC(0x02D006A0, String *, MonoBehaviour_GetScriptClassName, (MonoBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, MonoBehaviour__ctor, (MonoBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x02D006F0, int32_t, NoAllocHelpers_SafeLength, (Array * values, MethodInfo * method)); DO_APP_FUNC(0x02D00710, void, NoAllocHelpers_Internal_ResizeList, (Object * list, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02D00770, Array *, NoAllocHelpers_ExtractArrayFromList, (Object * list, MethodInfo * method)); DO_APP_FUNC(0x02D007C0, int32_t, RangeInt_get_end, (RangeInt * __this, MethodInfo * method)); DO_APP_FUNC(0x009B8F70, void, RangeInt__ctor, (RangeInt * __this, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x026A73D0, void, RuntimeInitializeOnLoadMethodAttribute__ctor, (RuntimeInitializeOnLoadMethodAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, RuntimeInitializeOnLoadMethodAttribute__ctor_1, (RuntimeInitializeOnLoadMethodAttribute * __this, RuntimeInitializeLoadType__Enum loadType, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, RuntimeInitializeOnLoadMethodAttribute_set_loadType, (RuntimeInitializeOnLoadMethodAttribute * __this, RuntimeInitializeLoadType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D007D0, void, ScriptableObject__ctor, (ScriptableObject * __this, MethodInfo * method)); DO_APP_FUNC(0x02D00860, ScriptableObject *, ScriptableObject_CreateInstance, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02D008C0, void, ScriptableObject_CreateScriptableObject, (ScriptableObject * self, MethodInfo * method)); DO_APP_FUNC(0x02D00910, ScriptableObject *, ScriptableObject_CreateScriptableObjectInstanceFromType, (Type * type, bool applyDefaultsAndReset, MethodInfo * method)); DO_APP_FUNC(0x02D00970, String__Array *, ScriptingRuntime_GetAllUserAssemblies, (MethodInfo * method)); DO_APP_FUNC(0x01175020, bool, ScriptingUtility_IsManagedCodeWorking, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SelectionBaseAttribute__ctor, (SelectionBaseAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02D009C0, void, StackTraceUtility_SetProjectFolder, (String * folder, MethodInfo * method)); DO_APP_FUNC(0x02D00B80, String *, StackTraceUtility_ExtractStackTrace, (MethodInfo * method)); DO_APP_FUNC(0x02D00D10, void, StackTraceUtility_ExtractStringFromExceptionInternal, (Object * exceptiono, String * * message, String * * stackTrace, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFDD0, StackTraceUtility_ExtractStringFromExceptionInternal__MethodInfo); DO_APP_FUNC(0x02D011E0, String *, StackTraceUtility_ExtractFormattedStackTrace, (StackTrace * stackTrace, MethodInfo * method)); DO_APP_FUNC(0x02D01B80, void, StackTraceUtility__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D01C30, void, UnityException__ctor, (UnityException * __this, MethodInfo * method)); DO_APP_FUNC(0x02D01CA0, void, UnityException__ctor_1, (UnityException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x02D01D10, void, UnityException__ctor_2, (UnityException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x02D01D90, void, MissingComponentException__ctor, (MissingComponentException * __this, MethodInfo * method)); DO_APP_FUNC(0x02D01E00, void, MissingComponentException__ctor_1, (MissingComponentException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x02D01E70, void, MissingComponentException__ctor_2, (MissingComponentException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x02D01EF0, void, MissingReferenceException__ctor, (MissingReferenceException * __this, MethodInfo * method)); DO_APP_FUNC(0x02D01F60, void, MissingReferenceException__ctor_1, (MissingReferenceException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x02D01FD0, void, MissingReferenceException__ctor_2, (MissingReferenceException * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x02D02050, Byte__Array *, TextAsset_get_bytes, (TextAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02D020A0, String *, TextAsset_get_text, (TextAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02D020A0, String *, TextAsset_ToString, (TextAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02D02100, String *, TextAsset_DecodeString, (Byte__Array * bytes, MethodInfo * method)); DO_APP_FUNC(0x02D02370, void, TextAsset_EncodingUtility__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TrackedReference__ctor, (TrackedReference * __this, MethodInfo * method)); DO_APP_FUNC(0x02D02A70, bool, TrackedReference_op_Equality, (TrackedReference * x, TrackedReference * y, MethodInfo * method)); DO_APP_FUNC(0x02D02B20, bool, TrackedReference_op_Inequality, (TrackedReference * x, TrackedReference * y, MethodInfo * method)); DO_APP_FUNC(0x02D02BD0, bool, TrackedReference_Equals, (TrackedReference * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x01EDDFC0, int32_t, TrackedReference_GetHashCode, (TrackedReference * __this, MethodInfo * method)); DO_APP_FUNC(0x02D02CF0, bool, TrackedReference_op_Implicit, (TrackedReference * exists, MethodInfo * method)); DO_APP_FUNC(0x02D02D50, void, UnhandledExceptionHandler_RegisterUECatcher, (MethodInfo * method)); DO_APP_FUNC(0x02D02FB0, void, UnhandledExceptionHandler_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UnhandledExceptionHandler_c__ctor, (UnhandledExceptionHandler_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02D03060, void, UnhandledExceptionHandler_c__RegisterUECatcher_b__0_0, (UnhandledExceptionHandler_c * __this, Object * sender, UnhandledExceptionEventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFD78, UnhandledExceptionHandler_c__RegisterUECatcher_b__0_0__MethodInfo); DO_APP_FUNC(0x003BABE0, void, UnityAPICompatibilityVersionAttribute__ctor, (UnityAPICompatibilityVersionAttribute * __this, String * version, MethodInfo * method)); DO_APP_FUNC(0x02D03120, int32_t, Object_1_GetInstanceID, (Object_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D03240, int32_t, Object_1_GetHashCode, (Object_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D03250, bool, Object_1_Equals, (Object_1 * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x02D03520, bool, Object_1_op_Implicit, (Object_1 * exists, MethodInfo * method)); DO_APP_FUNC(0x02D035F0, bool, Object_1_CompareBaseObjects, (Object_1 * lhs, Object_1 * rhs, MethodInfo * method)); DO_APP_FUNC(0x02D03720, void, Object_1_EnsureRunningOnMainThread, (Object_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFC50, Object_1_EnsureRunningOnMainThread__MethodInfo); DO_APP_FUNC(0x02D03800, bool, Object_1_IsNativeObjectAlive, (Object_1 * o, MethodInfo * method)); DO_APP_FUNC(0x01616940, void *, Object_1_GetCachedPtr, (Object_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D03860, String *, Object_1_get_name, (Object_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D038F0, void, Object_1_set_name, (Object_1 * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02D03990, Object_1 *, Object_1_Instantiate, (Object_1 * original, Vector3 position, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFC68, Object_1_Instantiate__MethodInfo); DO_APP_FUNC(0x02D03CB0, Object_1 *, Object_1_Instantiate_1, (Object_1 * original, Vector3 position, Quaternion rotation, Transform * parent, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFCE8, Object_1_Instantiate_1__MethodInfo); DO_APP_FUNC(0x02D04050, Object_1 *, Object_1_Instantiate_2, (Object_1 * original, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFCC8, Object_1_Instantiate_2__MethodInfo); DO_APP_FUNC(0x02D04250, Object_1 *, Object_1_Instantiate_3, (Object_1 * original, Transform * parent, MethodInfo * method)); DO_APP_FUNC(0x02D042C0, Object_1 *, Object_1_Instantiate_4, (Object_1 * original, Transform * parent, bool instantiateInWorldSpace, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFCF8, Object_1_Instantiate_4__MethodInfo); DO_APP_FUNC(0x02D045D0, void, Object_1_Destroy, (Object_1 * obj, float t, MethodInfo * method)); DO_APP_FUNC(0x02D04630, void, Object_1_Destroy_1, (Object_1 * obj, MethodInfo * method)); DO_APP_FUNC(0x02D046C0, void, Object_1_DestroyImmediate, (Object_1 * obj, bool allowDestroyingAssets, MethodInfo * method)); DO_APP_FUNC(0x02D04720, void, Object_1_DestroyImmediate_1, (Object_1 * obj, MethodInfo * method)); DO_APP_FUNC(0x02D047B0, Object_1__Array *, Object_1_FindObjectsOfType, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02D04840, Object_1__Array *, Object_1_FindObjectsOfType_1, (Type * type, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x02D048A0, Object_1__Array *, Object_1_FindObjectsByType, (Type * type, FindObjectsSortMode__Enum sortMode, MethodInfo * method)); DO_APP_FUNC(0x02D04940, Object_1__Array *, Object_1_FindObjectsByType_1, (Type * type, FindObjectsInactive__Enum findObjectsInactive, FindObjectsSortMode__Enum sortMode, MethodInfo * method)); DO_APP_FUNC(0x02D049B0, void, Object_1_DontDestroyOnLoad, (Object_1 * target, MethodInfo * method)); DO_APP_FUNC(0x02D04A00, HideFlags__Enum, Object_1_get_hideFlags, (Object_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D04A50, void, Object_1_set_hideFlags, (Object_1 * __this, HideFlags__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D04AB0, void, Object_1_DestroyObject, (Object_1 * obj, float t, MethodInfo * method)); DO_APP_FUNC(0x02D04B50, void, Object_1_DestroyObject_1, (Object_1 * obj, MethodInfo * method)); DO_APP_FUNC(0x02D04BE0, Object_1__Array *, Object_1_FindSceneObjectsOfType, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02D04C30, Object_1__Array *, Object_1_FindObjectsOfTypeIncludingAssets, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02D04C80, Object_1__Array *, Object_1_FindObjectsOfTypeAll, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02D04C90, void, Object_1_CheckNullArgument, (Object * arg, String * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFC48, Object_1_CheckNullArgument__MethodInfo); DO_APP_FUNC(0x02D04CF0, Object_1 *, Object_1_FindObjectOfType, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02D04DA0, Object_1 *, Object_1_FindFirstObjectByType, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02D04E60, Object_1 *, Object_1_FindAnyObjectByType, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02D04F20, Object_1 *, Object_1_FindObjectOfType_1, (Type * type, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x02D04FE0, Object_1 *, Object_1_FindFirstObjectByType_1, (Type * type, FindObjectsInactive__Enum findObjectsInactive, MethodInfo * method)); DO_APP_FUNC(0x02D050B0, Object_1 *, Object_1_FindAnyObjectByType_1, (Type * type, FindObjectsInactive__Enum findObjectsInactive, MethodInfo * method)); DO_APP_FUNC(0x02D05180, String *, Object_1_ToString, (Object_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D05210, bool, Object_1_op_Equality, (Object_1 * x, Object_1 * y, MethodInfo * method)); DO_APP_FUNC(0x02D05380, bool, Object_1_op_Inequality, (Object_1 * x, Object_1 * y, MethodInfo * method)); DO_APP_FUNC(0x02D054F0, int32_t, Object_1_GetOffsetOfInstanceIDInCPlusPlusObject, (MethodInfo * method)); DO_APP_FUNC(0x02D05540, bool, Object_1_CurrentThreadIsMainThread, (MethodInfo * method)); DO_APP_FUNC(0x02D05590, Object_1 *, Object_1_Internal_CloneSingle, (Object_1 * data, MethodInfo * method)); DO_APP_FUNC(0x02D055E0, Object_1 *, Object_1_Internal_CloneSingleWithParent, (Object_1 * data, Transform * parent, bool worldPositionStays, MethodInfo * method)); DO_APP_FUNC(0x02D05650, Object_1 *, Object_1_Internal_InstantiateSingle, (Object_1 * data, Vector3 pos, Quaternion rot, MethodInfo * method)); DO_APP_FUNC(0x02D05700, Object_1 *, Object_1_Internal_InstantiateSingleWithParent, (Object_1 * data, Transform * parent, Vector3 pos, Quaternion rot, MethodInfo * method)); DO_APP_FUNC(0x02D057C0, String *, Object_1_ToString_1, (Object_1 * obj, MethodInfo * method)); DO_APP_FUNC(0x02D05810, String *, Object_1_GetName, (Object_1 * obj, MethodInfo * method)); DO_APP_FUNC(0x02D05860, bool, Object_1_IsPersistent, (Object_1 * obj, MethodInfo * method)); DO_APP_FUNC(0x02D058B0, void, Object_1_SetName, (Object_1 * obj, String * name, MethodInfo * method)); DO_APP_FUNC(0x02D05910, bool, Object_1_DoesObjectWithInstanceIDExist, (int32_t instanceID, MethodInfo * method)); DO_APP_FUNC(0x02D05960, Object_1 *, Object_1_FindObjectFromInstanceID, (int32_t instanceID, MethodInfo * method)); DO_APP_FUNC(0x02D059B0, Object_1 *, Object_1_ForceLoadFromInstanceID, (int32_t instanceID, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Object_1__ctor, (Object_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D05A00, void, Object_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D05A40, Object_1 *, Object_1_Internal_InstantiateSingle_Injected, (Object_1 * data, Vector3 * pos, Quaternion * rot, MethodInfo * method)); DO_APP_FUNC(0x02D05AB0, Object_1 *, Object_1_Internal_InstantiateSingleWithParent_Injected, (Object_1 * data, Transform * parent, Vector3 * pos, Quaternion * rot, MethodInfo * method)); DO_APP_FUNC(0x02D05B30, void, UnitySynchronizationContext__ctor, (UnitySynchronizationContext * __this, int32_t mainThreadID, MethodInfo * method)); DO_APP_FUNC(0x02D05CA0, void, UnitySynchronizationContext__ctor_1, (UnitySynchronizationContext * __this, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * queue, int32_t mainThreadID, MethodInfo * method)); DO_APP_FUNC(0x02D05DF0, void, UnitySynchronizationContext_Send, (UnitySynchronizationContext * __this, SendOrPostCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x02D060D0, void, UnitySynchronizationContext_OperationStarted, (UnitySynchronizationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02D060E0, void, UnitySynchronizationContext_OperationCompleted, (UnitySynchronizationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02D060F0, void, UnitySynchronizationContext_Post, (UnitySynchronizationContext * __this, SendOrPostCallback * callback, Object * state, MethodInfo * method)); DO_APP_FUNC(0x02D06250, SynchronizationContext *, UnitySynchronizationContext_CreateCopy, (UnitySynchronizationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02D063E0, void, UnitySynchronizationContext_Exec, (UnitySynchronizationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02D06720, bool, UnitySynchronizationContext_HasPendingTasks, (UnitySynchronizationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02D06780, void, UnitySynchronizationContext_InitializeSynchronizationContext, (MethodInfo * method)); DO_APP_FUNC(0x02D06980, void, UnitySynchronizationContext_ExecuteTasks, (MethodInfo * method)); DO_APP_FUNC(0x02D069E0, bool, UnitySynchronizationContext_ExecutePendingTasks, (int64_t millisecondsTimeout, MethodInfo * method)); DO_APP_FUNC(0x009AF110, void, UnitySynchronizationContext_WorkRequest__ctor, (UnitySynchronizationContext_WorkRequest * __this, SendOrPostCallback * callback, Object * state, ManualResetEvent * waitHandle, MethodInfo * method)); DO_APP_FUNC(0x02D06B70, void, UnitySynchronizationContext_WorkRequest_Invoke, (UnitySynchronizationContext_WorkRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WaitForEndOfFrame__ctor, (WaitForEndOfFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WaitForFixedUpdate__ctor, (WaitForFixedUpdate * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA760, void, WaitForSeconds__ctor, (WaitForSeconds * __this, float seconds, MethodInfo * method)); DO_APP_FUNC(0x003BA3C0, float, WaitForSecondsRealtime_get_waitTime, (WaitForSecondsRealtime * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA760, void, WaitForSecondsRealtime_set_waitTime, (WaitForSecondsRealtime * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D06C40, bool, WaitForSecondsRealtime_get_keepWaiting, (WaitForSecondsRealtime * __this, MethodInfo * method)); DO_APP_FUNC(0x02D06D10, void, WaitForSecondsRealtime__ctor, (WaitForSecondsRealtime * __this, float time, MethodInfo * method)); DO_APP_FUNC(0x02D06D20, void, WaitForSecondsRealtime_Reset, (WaitForSecondsRealtime * __this, MethodInfo * method)); DO_APP_FUNC(0x02D06D30, bool, WaitUntil_get_keepWaiting, (WaitUntil * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, WaitUntil__ctor, (WaitUntil * __this, Func_1_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x02D06D60, bool, WaitWhile_get_keepWaiting, (WaitWhile * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, WaitWhile__ctor, (WaitWhile * __this, Func_1_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, YieldInstruction__ctor, (YieldInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SerializeField__ctor, (SerializeField * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PreferBinarySerialization__ctor, (PreferBinarySerialization * __this, MethodInfo * method)); DO_APP_FUNC(0x02D06D90, void, ComputeBuffer_Finalize, (ComputeBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D06DE0, void, ComputeBuffer_Dispose, (ComputeBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D06E40, void, ComputeBuffer_Dispose_1, (ComputeBuffer * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02D06F40, void *, ComputeBuffer_InitBuffer, (int32_t count, int32_t stride, ComputeBufferType__Enum type, ComputeBufferMode__Enum usage, MethodInfo * method)); DO_APP_FUNC(0x02D06FC0, void, ComputeBuffer_DestroyBuffer, (ComputeBuffer * buf, MethodInfo * method)); DO_APP_FUNC(0x02D07010, void, ComputeBuffer__ctor, (ComputeBuffer * __this, int32_t count, int32_t stride, MethodInfo * method)); DO_APP_FUNC(0x02D07040, void, ComputeBuffer__ctor_1, (ComputeBuffer * __this, int32_t count, int32_t stride, ComputeBufferType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02D07070, void, ComputeBuffer__ctor_2, (ComputeBuffer * __this, int32_t count, int32_t stride, ComputeBufferType__Enum type, ComputeBufferMode__Enum usage, int32_t stackDepth, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFB70, ComputeBuffer__ctor_2__MethodInfo); DO_APP_FUNC(0x02D06DE0, void, ComputeBuffer_Release, (ComputeBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D072D0, int32_t, ComputeBuffer_get_count, (ComputeBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D07320, int32_t, ComputeBuffer_get_stride, (ComputeBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D07370, void, ComputeBuffer_SetData, (ComputeBuffer * __this, Array * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFB90, ComputeBuffer_SetData__MethodInfo); DO_APP_FUNC(0x02D07520, void, ComputeBuffer_InternalSetData, (ComputeBuffer * __this, Array * data, int32_t managedBufferStartIndex, int32_t computeBufferStartIndex, int32_t count, int32_t elemSize, MethodInfo * method)); DO_APP_FUNC(0x02D075B0, void, ComputeBuffer_GetData, (ComputeBuffer * __this, Array * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFB80, ComputeBuffer_GetData__MethodInfo); DO_APP_FUNC(0x02D07790, void, ComputeBuffer_InternalGetData, (ComputeBuffer * __this, Array * data, int32_t managedBufferStartIndex, int32_t computeBufferStartIndex, int32_t count, int32_t elemSize, MethodInfo * method)); DO_APP_FUNC(0x02D07820, void, ComputeBuffer_set_name, (ComputeBuffer * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02D07820, void, ComputeBuffer_SetName, (ComputeBuffer * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02D07880, void, ComputeBuffer_SetCounterValue, (ComputeBuffer * __this, uint32_t counterValue, MethodInfo * method)); DO_APP_FUNC(0x02D078E0, int32_t, ComputeShader_FindKernel, (ComputeShader * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02D07940, void, ComputeShader_SetFloat, (ComputeShader * __this, int32_t nameID, float val, MethodInfo * method)); DO_APP_FUNC(0x02D079B0, void, ComputeShader_SetInt, (ComputeShader * __this, int32_t nameID, int32_t val, MethodInfo * method)); DO_APP_FUNC(0x02D07A20, void, ComputeShader_SetVector, (ComputeShader * __this, int32_t nameID, Vector4 val, MethodInfo * method)); DO_APP_FUNC(0x02D07A90, void, ComputeShader_SetMatrix, (ComputeShader * __this, int32_t nameID, Matrix4x4 val, MethodInfo * method)); DO_APP_FUNC(0x02D07B00, void, ComputeShader_SetMatrixArray, (ComputeShader * __this, int32_t nameID, Matrix4x4__Array * values, MethodInfo * method)); DO_APP_FUNC(0x02D07B70, void, ComputeShader_SetTexture, (ComputeShader * __this, int32_t kernelIndex, int32_t nameID, Texture * texture, int32_t mipLevel, MethodInfo * method)); DO_APP_FUNC(0x02D07BF0, void, ComputeShader_Internal_SetBuffer, (ComputeShader * __this, int32_t kernelIndex, int32_t nameID, ComputeBuffer * buffer, MethodInfo * method)); DO_APP_FUNC(0x02D07BF0, void, ComputeShader_SetBuffer, (ComputeShader * __this, int32_t kernelIndex, int32_t nameID, ComputeBuffer * buffer, MethodInfo * method)); DO_APP_FUNC(0x02D07C70, void, ComputeShader_SetConstantComputeBuffer, (ComputeShader * __this, int32_t nameID, ComputeBuffer * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02D07CF0, void, ComputeShader_GetKernelThreadGroupSizes, (ComputeShader * __this, int32_t kernelIndex, uint32_t * x, uint32_t * y, uint32_t * z, MethodInfo * method)); DO_APP_FUNC(0x02D07D70, void, ComputeShader_Dispatch, (ComputeShader * __this, int32_t kernelIndex, int32_t threadGroupsX, int32_t threadGroupsY, int32_t threadGroupsZ, MethodInfo * method)); DO_APP_FUNC(0x02D07DF0, void, ComputeShader_EnableKeyword, (ComputeShader * __this, String * keyword, MethodInfo * method)); DO_APP_FUNC(0x02D07E50, void, ComputeShader_DisableKeyword, (ComputeShader * __this, String * keyword, MethodInfo * method)); DO_APP_FUNC(0x02D07EB0, void, ComputeShader_SetFloat_1, (ComputeShader * __this, String * name, float val, MethodInfo * method)); DO_APP_FUNC(0x02D07F60, void, ComputeShader_SetInt_1, (ComputeShader * __this, String * name, int32_t val, MethodInfo * method)); DO_APP_FUNC(0x02D08010, void, ComputeShader_SetVector_1, (ComputeShader * __this, String * name, Vector4 val, MethodInfo * method)); DO_APP_FUNC(0x02D080D0, void, ComputeShader_SetMatrix_1, (ComputeShader * __this, String * name, Matrix4x4 val, MethodInfo * method)); DO_APP_FUNC(0x02D081B0, void, ComputeShader_SetMatrixArray_1, (ComputeShader * __this, String * name, Matrix4x4__Array * values, MethodInfo * method)); DO_APP_FUNC(0x02D08260, void, ComputeShader_SetBool, (ComputeShader * __this, String * name, bool val, MethodInfo * method)); DO_APP_FUNC(0x02D08320, void, ComputeShader_SetTexture_1, (ComputeShader * __this, int32_t kernelIndex, String * name, Texture * texture, MethodInfo * method)); DO_APP_FUNC(0x02D083F0, void, ComputeShader_SetBuffer_1, (ComputeShader * __this, int32_t kernelIndex, String * name, ComputeBuffer * buffer, MethodInfo * method)); DO_APP_FUNC(0x02D07C70, void, ComputeShader_SetConstantBuffer, (ComputeShader * __this, int32_t nameID, ComputeBuffer * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02D084B0, void, ComputeShader_SetVector_Injected, (ComputeShader * __this, int32_t nameID, Vector4 * val, MethodInfo * method)); DO_APP_FUNC(0x02D08520, void, ComputeShader_SetMatrix_Injected, (ComputeShader * __this, int32_t nameID, Matrix4x4 * val, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LowerResBlitTexture_LowerResBlitTextureDontStripMe, (LowerResBlitTexture * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PreloadData_PreloadDataDontStripMe, (PreloadData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D08590, OperatingSystemFamily__Enum, SystemInfo_1_get_operatingSystemFamily, (MethodInfo * method)); DO_APP_FUNC(0x02D085E0, String *, SystemInfo_1_get_processorType, (MethodInfo * method)); DO_APP_FUNC(0x02D08630, int32_t, SystemInfo_1_get_processorCount, (MethodInfo * method)); DO_APP_FUNC(0x02D08680, int32_t, SystemInfo_1_get_systemMemorySize, (MethodInfo * method)); DO_APP_FUNC(0x02D086D0, String *, SystemInfo_1_get_deviceUniqueIdentifier, (MethodInfo * method)); DO_APP_FUNC(0x02D08720, String *, SystemInfo_1_get_deviceName, (MethodInfo * method)); DO_APP_FUNC(0x02D08770, String *, SystemInfo_1_get_deviceModel, (MethodInfo * method)); DO_APP_FUNC(0x02D087C0, DeviceType__Enum, SystemInfo_1_get_deviceType, (MethodInfo * method)); DO_APP_FUNC(0x02D08810, GraphicsDeviceType__Enum, SystemInfo_1_get_graphicsDeviceType, (MethodInfo * method)); DO_APP_FUNC(0x02D08860, bool, SystemInfo_1_get_graphicsUVStartsAtTop, (MethodInfo * method)); DO_APP_FUNC(0x02D088B0, String *, SystemInfo_1_get_graphicsDeviceVersion, (MethodInfo * method)); DO_APP_FUNC(0x02D08900, int32_t, SystemInfo_1_get_graphicsShaderLevel, (MethodInfo * method)); DO_APP_FUNC(0x02D08950, bool, SystemInfo_1_get_supportsMotionVectors, (MethodInfo * method)); DO_APP_FUNC(0x02D089A0, bool, SystemInfo_1_get_supports3DRenderTextures, (MethodInfo * method)); DO_APP_FUNC(0x02D089F0, CopyTextureSupport__Enum, SystemInfo_1_get_copyTextureSupport, (MethodInfo * method)); DO_APP_FUNC(0x02D08A40, bool, SystemInfo_1_get_supportsComputeShaders, (MethodInfo * method)); DO_APP_FUNC(0x02D08A90, bool, SystemInfo_1_get_supportsInstancing, (MethodInfo * method)); DO_APP_FUNC(0x02D08AE0, int32_t, SystemInfo_1_get_supportedRenderTargetCount, (MethodInfo * method)); DO_APP_FUNC(0x02D08B30, bool, SystemInfo_1_get_usesReversedZBuffer, (MethodInfo * method)); DO_APP_FUNC(0x02D08B80, bool, SystemInfo_1_IsValidEnumValue, (Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D08CA0, bool, SystemInfo_1_SupportsRenderTextureFormat, (RenderTextureFormat__Enum format, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFB30, SystemInfo_1_SupportsRenderTextureFormat__MethodInfo); DO_APP_FUNC(0x02D08D90, bool, SystemInfo_1_SupportsTextureFormat, (TextureFormat__Enum format, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFB40, SystemInfo_1_SupportsTextureFormat__MethodInfo); DO_APP_FUNC(0x02D08E80, int32_t, SystemInfo_1_get_maxTextureSize, (MethodInfo * method)); DO_APP_FUNC(0x02D08ED0, int32_t, SystemInfo_1_get_maxRenderTextureSize, (MethodInfo * method)); DO_APP_FUNC(0x02D08F20, bool, SystemInfo_1_get_supportsGraphicsFence, (MethodInfo * method)); DO_APP_FUNC(0x02D08F70, int64_t, SystemInfo_1_get_maxGraphicsBufferSize, (MethodInfo * method)); DO_APP_FUNC(0x02D08FC0, bool, SystemInfo_1_get_usesLoadStoreActions, (MethodInfo * method)); DO_APP_FUNC(0x02D08590, OperatingSystemFamily__Enum, SystemInfo_1_GetOperatingSystemFamily, (MethodInfo * method)); DO_APP_FUNC(0x02D085E0, String *, SystemInfo_1_GetProcessorType, (MethodInfo * method)); DO_APP_FUNC(0x02D08630, int32_t, SystemInfo_1_GetProcessorCount, (MethodInfo * method)); DO_APP_FUNC(0x02D08680, int32_t, SystemInfo_1_GetPhysicalMemoryMB, (MethodInfo * method)); DO_APP_FUNC(0x02D086D0, String *, SystemInfo_1_GetDeviceUniqueIdentifier, (MethodInfo * method)); DO_APP_FUNC(0x02D08720, String *, SystemInfo_1_GetDeviceName, (MethodInfo * method)); DO_APP_FUNC(0x02D08770, String *, SystemInfo_1_GetDeviceModel, (MethodInfo * method)); DO_APP_FUNC(0x02D087C0, DeviceType__Enum, SystemInfo_1_GetDeviceType, (MethodInfo * method)); DO_APP_FUNC(0x02D08810, GraphicsDeviceType__Enum, SystemInfo_1_GetGraphicsDeviceType, (MethodInfo * method)); DO_APP_FUNC(0x02D08860, bool, SystemInfo_1_GetGraphicsUVStartsAtTop, (MethodInfo * method)); DO_APP_FUNC(0x02D088B0, String *, SystemInfo_1_GetGraphicsDeviceVersion, (MethodInfo * method)); DO_APP_FUNC(0x02D08900, int32_t, SystemInfo_1_GetGraphicsShaderLevel, (MethodInfo * method)); DO_APP_FUNC(0x02D08950, bool, SystemInfo_1_SupportsMotionVectors, (MethodInfo * method)); DO_APP_FUNC(0x02D089A0, bool, SystemInfo_1_Supports3DRenderTextures, (MethodInfo * method)); DO_APP_FUNC(0x02D089F0, CopyTextureSupport__Enum, SystemInfo_1_GetCopyTextureSupport, (MethodInfo * method)); DO_APP_FUNC(0x02D08A40, bool, SystemInfo_1_SupportsComputeShaders, (MethodInfo * method)); DO_APP_FUNC(0x02D08A90, bool, SystemInfo_1_SupportsInstancing, (MethodInfo * method)); DO_APP_FUNC(0x02D08AE0, int32_t, SystemInfo_1_SupportedRenderTargetCount, (MethodInfo * method)); DO_APP_FUNC(0x02D08B30, bool, SystemInfo_1_UsesReversedZBuffer, (MethodInfo * method)); DO_APP_FUNC(0x02D09010, bool, SystemInfo_1_HasRenderTextureNative, (RenderTextureFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02D09060, bool, SystemInfo_1_SupportsTextureFormatNative, (TextureFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02D08E80, int32_t, SystemInfo_1_GetMaxTextureSize, (MethodInfo * method)); DO_APP_FUNC(0x02D08ED0, int32_t, SystemInfo_1_GetMaxRenderTextureSize, (MethodInfo * method)); DO_APP_FUNC(0x02D08F20, bool, SystemInfo_1_SupportsGPUFence, (MethodInfo * method)); DO_APP_FUNC(0x02D08F70, int64_t, SystemInfo_1_MaxGraphicsBufferSize, (MethodInfo * method)); DO_APP_FUNC(0x02D090B0, bool, SystemInfo_1_IsFormatSupported, (GraphicsFormat__Enum format, FormatUsage__Enum usage, MethodInfo * method)); DO_APP_FUNC(0x02D09110, GraphicsFormat__Enum, SystemInfo_1_GetCompatibleFormat, (GraphicsFormat__Enum format, FormatUsage__Enum usage, MethodInfo * method)); DO_APP_FUNC(0x02D09170, GraphicsFormat__Enum, SystemInfo_1_GetGraphicsFormat, (DefaultFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02D08FC0, bool, SystemInfo_1_UsesLoadStoreActions, (MethodInfo * method)); DO_APP_FUNC(0x02D091C0, DateTime, SystemClock_get_now, (MethodInfo * method)); DO_APP_FUNC(0x02D09210, void, SystemClock__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B5ECB0, float, Time_1_get_time, (MethodInfo * method)); DO_APP_FUNC(0x02D09290, float, Time_1_get_timeSinceLevelLoad, (MethodInfo * method)); DO_APP_FUNC(0x02D092E0, float, Time_1_get_deltaTime, (MethodInfo * method)); DO_APP_FUNC(0x00B5ED00, float, Time_1_get_fixedTime, (MethodInfo * method)); DO_APP_FUNC(0x02A32370, float, Time_1_get_unscaledTime, (MethodInfo * method)); DO_APP_FUNC(0x02D09330, float, Time_1_get_fixedUnscaledTime, (MethodInfo * method)); DO_APP_FUNC(0x01F559E0, float, Time_1_get_unscaledDeltaTime, (MethodInfo * method)); DO_APP_FUNC(0x00B5ED50, float, Time_1_get_fixedDeltaTime, (MethodInfo * method)); DO_APP_FUNC(0x02D09380, void, Time_1_set_fixedDeltaTime, (float value, MethodInfo * method)); DO_APP_FUNC(0x02D093E0, float, Time_1_get_maximumDeltaTime, (MethodInfo * method)); DO_APP_FUNC(0x02D09430, float, Time_1_get_smoothDeltaTime, (MethodInfo * method)); DO_APP_FUNC(0x02D09480, float, Time_1_get_timeScale, (MethodInfo * method)); DO_APP_FUNC(0x02D094D0, void, Time_1_set_timeScale, (float value, MethodInfo * method)); DO_APP_FUNC(0x02D09530, int32_t, Time_1_get_frameCount, (MethodInfo * method)); DO_APP_FUNC(0x02D09580, int32_t, Time_1_get_renderedFrameCount, (MethodInfo * method)); DO_APP_FUNC(0x02D095D0, float, Time_1_get_realtimeSinceStartup, (MethodInfo * method)); DO_APP_FUNC(0x02D09620, bool, Time_1_get_inFixedTimeStep, (MethodInfo * method)); DO_APP_FUNC(0x02D09670, void, TouchScreenKeyboard_Internal_Destroy, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x02D096C0, void, TouchScreenKeyboard_Destroy, (TouchScreenKeyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x02D097A0, void, TouchScreenKeyboard_Finalize, (TouchScreenKeyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x02D098B0, void, TouchScreenKeyboard__ctor, (TouchScreenKeyboard * __this, String * text, TouchScreenKeyboardType__Enum keyboardType, bool autocorrection, bool multiline, bool secure, bool alert, String * textPlaceholder, int32_t characterLimit, MethodInfo * method)); DO_APP_FUNC(0x02D099E0, void *, TouchScreenKeyboard_TouchScreenKeyboard_InternalConstructorHelper, (TouchScreenKeyboard_InternalConstructorHelperArguments * arguments, String * text, String * textPlaceholder, MethodInfo * method)); DO_APP_FUNC(0x02D09A50, bool, TouchScreenKeyboard_get_isSupported, (MethodInfo * method)); DO_APP_FUNC(0x02D09B00, bool, TouchScreenKeyboard_get_disableInPlaceEditing, (MethodInfo * method)); DO_APP_FUNC(0x02D09B40, bool, TouchScreenKeyboard_get_isInPlaceEditingAllowed, (MethodInfo * method)); DO_APP_FUNC(0x02D09B70, TouchScreenKeyboard *, TouchScreenKeyboard_Open, (String * text, TouchScreenKeyboardType__Enum keyboardType, bool autocorrection, bool multiline, bool secure, bool alert, String * textPlaceholder, int32_t characterLimit, MethodInfo * method)); DO_APP_FUNC(0x02D09CD0, TouchScreenKeyboard *, TouchScreenKeyboard_Open_1, (String * text, TouchScreenKeyboardType__Enum keyboardType, bool autocorrection, bool multiline, bool secure, MethodInfo * method)); DO_APP_FUNC(0x02D09D60, String *, TouchScreenKeyboard_get_text, (TouchScreenKeyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x02D09DB0, void, TouchScreenKeyboard_set_text, (TouchScreenKeyboard * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02D09E10, void, TouchScreenKeyboard_set_hideInput, (bool value, MethodInfo * method)); DO_APP_FUNC(0x02D09E60, bool, TouchScreenKeyboard_get_active, (TouchScreenKeyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x02D09EB0, void, TouchScreenKeyboard_set_active, (TouchScreenKeyboard * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D09F10, TouchScreenKeyboard_Status__Enum, TouchScreenKeyboard_get_status, (TouchScreenKeyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x02D09F60, void, TouchScreenKeyboard_set_characterLimit, (TouchScreenKeyboard * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D09FC0, bool, TouchScreenKeyboard_get_canGetSelection, (TouchScreenKeyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0A010, bool, TouchScreenKeyboard_get_canSetSelection, (TouchScreenKeyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0A060, RangeInt, TouchScreenKeyboard_get_selection, (TouchScreenKeyboard * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0A0C0, void, TouchScreenKeyboard_set_selection, (TouchScreenKeyboard * __this, RangeInt value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFB08, TouchScreenKeyboard_set_selection__MethodInfo); DO_APP_FUNC(0x02D0A210, void, TouchScreenKeyboard_GetSelection, (int32_t * start, int32_t * length, MethodInfo * method)); DO_APP_FUNC(0x02D0A270, void, TouchScreenKeyboard_SetSelection, (int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02D0A2D0, void, Pose__ctor, (Pose * __this, Vector3 position, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x02D0A2F0, String *, Pose_ToString, (Pose * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0A410, Pose, Pose_GetTransformedBy, (Pose * __this, Pose lhs, MethodInfo * method)); DO_APP_FUNC(0x02D0A710, Pose, Pose_GetTransformedBy_1, (Pose * __this, Transform * lhs, MethodInfo * method)); DO_APP_FUNC(0x02D0A9B0, Pose, Pose_get_identity, (MethodInfo * method)); DO_APP_FUNC(0x02D0AA30, bool, Pose_Equals, (Pose * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02D0AAF0, bool, Pose_Equals_1, (Pose * __this, Pose other, MethodInfo * method)); DO_APP_FUNC(0x02D0ABA0, int32_t, Pose_GetHashCode, (Pose * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0AC10, void, Pose__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DrivenRectTransformTracker_Add, (DrivenRectTransformTracker * __this, Object_1 * driver, RectTransform * rectTransform, DrivenTransformProperties__Enum drivenProperties, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DrivenRectTransformTracker_Clear, (DrivenRectTransformTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0ACF0, void, RectTransform_add_reapplyDrivenProperties, (RectTransform_ReapplyDrivenProperties * value, MethodInfo * method)); DO_APP_FUNC(0x02D0AE00, void, RectTransform_remove_reapplyDrivenProperties, (RectTransform_ReapplyDrivenProperties * value, MethodInfo * method)); DO_APP_FUNC(0x02D0AF10, Rect, RectTransform_get_rect, (RectTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0AF80, Vector2, RectTransform_get_anchorMin, (RectTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0AFE0, void, RectTransform_set_anchorMin, (RectTransform * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02D0B040, Vector2, RectTransform_get_anchorMax, (RectTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0B0A0, void, RectTransform_set_anchorMax, (RectTransform * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02D0B100, Vector2, RectTransform_get_anchoredPosition, (RectTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0B160, void, RectTransform_set_anchoredPosition, (RectTransform * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02D0B1C0, Vector2, RectTransform_get_sizeDelta, (RectTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0B220, void, RectTransform_set_sizeDelta, (RectTransform * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02D0B280, Vector2, RectTransform_get_pivot, (RectTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0B2E0, void, RectTransform_set_pivot, (RectTransform * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02D0B340, Vector3, RectTransform_get_anchoredPosition3D, (RectTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0B420, void, RectTransform_set_anchoredPosition3D, (RectTransform * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D0B550, Vector2, RectTransform_get_offsetMin, (RectTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0B690, void, RectTransform_set_offsetMin, (RectTransform * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02D0BA20, Vector2, RectTransform_get_offsetMax, (RectTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0BBB0, void, RectTransform_set_offsetMax, (RectTransform * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02D0BF10, void, RectTransform_ForceUpdateRectTransforms, (RectTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0BF60, void, RectTransform_GetLocalCorners, (RectTransform * __this, Vector3__Array * fourCornersArray, MethodInfo * method)); DO_APP_FUNC(0x02D0C0F0, void, RectTransform_GetWorldCorners, (RectTransform * __this, Vector3__Array * fourCornersArray, MethodInfo * method)); DO_APP_FUNC(0x02D0C460, void, RectTransform_SetInsetAndSizeFromParentEdge, (RectTransform * __this, RectTransform_Edge__Enum edge, float inset, float size, MethodInfo * method)); DO_APP_FUNC(0x02D0C9E0, void, RectTransform_SetSizeWithCurrentAnchors, (RectTransform * __this, RectTransform_Axis__Enum axis, float size, MethodInfo * method)); DO_APP_FUNC(0x02D0CD10, void, RectTransform_SendReapplyDrivenProperties, (RectTransform * driven, MethodInfo * method)); DO_APP_FUNC(0x02D0CD70, Vector2, RectTransform_GetParentSize, (RectTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0CF80, void, RectTransform_get_rect_Injected, (RectTransform * __this, Rect * ret, MethodInfo * method)); DO_APP_FUNC(0x02D0CFE0, void, RectTransform_get_anchorMin_Injected, (RectTransform * __this, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D0D040, void, RectTransform_set_anchorMin_Injected, (RectTransform * __this, Vector2 * value, MethodInfo * method)); DO_APP_FUNC(0x02D0D0A0, void, RectTransform_get_anchorMax_Injected, (RectTransform * __this, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D0D100, void, RectTransform_set_anchorMax_Injected, (RectTransform * __this, Vector2 * value, MethodInfo * method)); DO_APP_FUNC(0x02D0D160, void, RectTransform_get_anchoredPosition_Injected, (RectTransform * __this, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D0D1C0, void, RectTransform_set_anchoredPosition_Injected, (RectTransform * __this, Vector2 * value, MethodInfo * method)); DO_APP_FUNC(0x02D0D220, void, RectTransform_get_sizeDelta_Injected, (RectTransform * __this, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D0D280, void, RectTransform_set_sizeDelta_Injected, (RectTransform * __this, Vector2 * value, MethodInfo * method)); DO_APP_FUNC(0x02D0D2E0, void, RectTransform_get_pivot_Injected, (RectTransform * __this, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D0D340, void, RectTransform_set_pivot_Injected, (RectTransform * __this, Vector2 * value, MethodInfo * method)); DO_APP_FUNC(0x003EC720, void, RectTransform_ReapplyDrivenProperties__ctor, (RectTransform_ReapplyDrivenProperties * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, RectTransform_ReapplyDrivenProperties_Invoke, (RectTransform_ReapplyDrivenProperties * __this, RectTransform * driven, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, Transform__ctor, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0D3A0, Vector3, Transform_get_position, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0D410, void, Transform_set_position, (Transform * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D0D470, Vector3, Transform_get_localPosition, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0D4E0, void, Transform_set_localPosition, (Transform * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D0D540, Vector3, Transform_GetLocalEulerAngles, (Transform * __this, RotationOrder__Enum order, MethodInfo * method)); DO_APP_FUNC(0x02D0D5C0, void, Transform_SetLocalEulerAngles, (Transform * __this, Vector3 euler, RotationOrder__Enum order, MethodInfo * method)); DO_APP_FUNC(0x02D0D630, void, Transform_SetLocalEulerHint, (Transform * __this, Vector3 euler, MethodInfo * method)); DO_APP_FUNC(0x02D0D690, Vector3, Transform_get_eulerAngles, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0D730, void, Transform_set_eulerAngles, (Transform * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D0D820, Vector3, Transform_get_localEulerAngles, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0D8C0, void, Transform_set_localEulerAngles, (Transform * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D0D9B0, Vector3, Transform_get_right, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0DC30, void, Transform_set_right, (Transform * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D0DD50, Vector3, Transform_get_up, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0DFD0, void, Transform_set_up, (Transform * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D0E0F0, Vector3, Transform_get_forward, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0E370, void, Transform_set_forward, (Transform * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D0E490, Quaternion, Transform_get_rotation, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0E500, void, Transform_set_rotation, (Transform * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x02D0E560, Quaternion, Transform_get_localRotation, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0E5D0, void, Transform_set_localRotation, (Transform * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x02D0E630, RotationOrder__Enum, Transform_get_rotationOrder, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0E680, void, Transform_set_rotationOrder, (Transform * __this, RotationOrder__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D0E630, int32_t, Transform_GetRotationOrderInternal, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0E680, void, Transform_SetRotationOrderInternal, (Transform * __this, RotationOrder__Enum rotationOrder, MethodInfo * method)); DO_APP_FUNC(0x02D0E6E0, Vector3, Transform_get_localScale, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0E750, void, Transform_set_localScale, (Transform * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D0E7B0, Transform *, Transform_get_parent, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0E800, void, Transform_set_parent, (Transform * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x02D0E7B0, Transform *, Transform_get_parentInternal, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0E8F0, void, Transform_set_parentInternal, (Transform * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x02D0E7B0, Transform *, Transform_GetParent, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0E8F0, void, Transform_SetParent, (Transform * __this, Transform * p, MethodInfo * method)); DO_APP_FUNC(0x02D0E960, void, Transform_SetParent_1, (Transform * __this, Transform * parent, bool worldPositionStays, MethodInfo * method)); DO_APP_FUNC(0x02D0E9D0, Matrix4x4, Transform_get_worldToLocalMatrix, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0EA50, Matrix4x4, Transform_get_localToWorldMatrix, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D0EAD0, void, Transform_SetPositionAndRotation, (Transform * __this, Vector3 position, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x02D0EB40, void, Transform_SetLocalPositionAndRotation, (Transform * __this, Vector3 localPosition, Quaternion localRotation, MethodInfo * method)); DO_APP_FUNC(0x02D0EBB0, void, Transform_GetPositionAndRotation, (Transform * __this, Vector3 * position, Quaternion * rotation, MethodInfo * method)); DO_APP_FUNC(0x02D0EC20, void, Transform_GetLocalPositionAndRotation, (Transform * __this, Vector3 * localPosition, Quaternion * localRotation, MethodInfo * method)); DO_APP_FUNC(0x02D0EC90, void, Transform_Translate, (Transform * __this, Vector3 translation, Space__Enum relativeTo, MethodInfo * method)); DO_APP_FUNC(0x02D0EEC0, void, Transform_Translate_1, (Transform * __this, Vector3 translation, MethodInfo * method)); DO_APP_FUNC(0x02D0EEF0, void, Transform_Translate_2, (Transform * __this, float x, float y, float z, Space__Enum relativeTo, MethodInfo * method)); DO_APP_FUNC(0x02D0EF20, void, Transform_Translate_3, (Transform * __this, float x, float y, float z, MethodInfo * method)); DO_APP_FUNC(0x02D0EF50, void, Transform_Translate_4, (Transform * __this, Vector3 translation, Transform * relativeTo, MethodInfo * method)); DO_APP_FUNC(0x02D0F1E0, void, Transform_Translate_5, (Transform * __this, float x, float y, float z, Transform * relativeTo, MethodInfo * method)); DO_APP_FUNC(0x02D0F210, void, Transform_Rotate, (Transform * __this, Vector3 eulers, Space__Enum relativeTo, MethodInfo * method)); DO_APP_FUNC(0x02D0F960, void, Transform_Rotate_1, (Transform * __this, Vector3 eulers, MethodInfo * method)); DO_APP_FUNC(0x02D0F990, void, Transform_Rotate_2, (Transform * __this, float xAngle, float yAngle, float zAngle, Space__Enum relativeTo, MethodInfo * method)); DO_APP_FUNC(0x02D0F9C0, void, Transform_Rotate_3, (Transform * __this, float xAngle, float yAngle, float zAngle, MethodInfo * method)); DO_APP_FUNC(0x02D0F9F0, void, Transform_RotateAroundInternal, (Transform * __this, Vector3 axis, float angle, MethodInfo * method)); DO_APP_FUNC(0x02D0FA60, void, Transform_Rotate_4, (Transform * __this, Vector3 axis, float angle, Space__Enum relativeTo, MethodInfo * method)); DO_APP_FUNC(0x02D0FC40, void, Transform_Rotate_5, (Transform * __this, Vector3 axis, float angle, MethodInfo * method)); DO_APP_FUNC(0x02D0FC80, void, Transform_RotateAround, (Transform * __this, Vector3 point, Vector3 axis, float angle, MethodInfo * method)); DO_APP_FUNC(0x02D10060, void, Transform_LookAt, (Transform * __this, Transform * target, Vector3 worldUp, MethodInfo * method)); DO_APP_FUNC(0x02D101A0, void, Transform_LookAt_1, (Transform * __this, Transform * target, MethodInfo * method)); DO_APP_FUNC(0x02D10310, void, Transform_LookAt_2, (Transform * __this, Vector3 worldPosition, Vector3 worldUp, MethodInfo * method)); DO_APP_FUNC(0x02D10390, void, Transform_LookAt_3, (Transform * __this, Vector3 worldPosition, MethodInfo * method)); DO_APP_FUNC(0x02D10450, void, Transform_Internal_LookAt, (Transform * __this, Vector3 worldPosition, Vector3 worldUp, MethodInfo * method)); DO_APP_FUNC(0x02D104C0, Vector3, Transform_TransformDirection, (Transform * __this, Vector3 direction, MethodInfo * method)); DO_APP_FUNC(0x02D10540, Vector3, Transform_TransformDirection_1, (Transform * __this, float x, float y, float z, MethodInfo * method)); DO_APP_FUNC(0x02D105F0, Vector3, Transform_InverseTransformDirection, (Transform * __this, Vector3 direction, MethodInfo * method)); DO_APP_FUNC(0x02D10670, Vector3, Transform_InverseTransformDirection_1, (Transform * __this, float x, float y, float z, MethodInfo * method)); DO_APP_FUNC(0x02D10720, Vector3, Transform_TransformVector, (Transform * __this, Vector3 vector, MethodInfo * method)); DO_APP_FUNC(0x02D107A0, Vector3, Transform_TransformVector_1, (Transform * __this, float x, float y, float z, MethodInfo * method)); DO_APP_FUNC(0x02D10850, Vector3, Transform_InverseTransformVector, (Transform * __this, Vector3 vector, MethodInfo * method)); DO_APP_FUNC(0x02D108D0, Vector3, Transform_InverseTransformVector_1, (Transform * __this, float x, float y, float z, MethodInfo * method)); DO_APP_FUNC(0x02D10980, Vector3, Transform_TransformPoint, (Transform * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x02D10A00, Vector3, Transform_TransformPoint_1, (Transform * __this, float x, float y, float z, MethodInfo * method)); DO_APP_FUNC(0x02D10AB0, Vector3, Transform_InverseTransformPoint, (Transform * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x02D10B30, Vector3, Transform_InverseTransformPoint_1, (Transform * __this, float x, float y, float z, MethodInfo * method)); DO_APP_FUNC(0x02D10BE0, Transform *, Transform_get_root, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D10BE0, Transform *, Transform_GetRoot, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D10C30, int32_t, Transform_get_childCount, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D10C80, void, Transform_DetachChildren, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D10CD0, void, Transform_SetAsFirstSibling, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D10D20, void, Transform_SetAsLastSibling, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D10D70, void, Transform_SetSiblingIndex, (Transform * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02D10DD0, void, Transform_MoveAfterSibling, (Transform * __this, Transform * transform, bool notifyEditorAndMarkDirty, MethodInfo * method)); DO_APP_FUNC(0x02D10E40, int32_t, Transform_GetSiblingIndex, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D10E90, Transform *, Transform_FindRelativeTransformWithPath, (Transform * transform, String * path, bool isActiveOnly, MethodInfo * method)); DO_APP_FUNC(0x02D10F00, Transform *, Transform_Find, (Transform * __this, String * n, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFAC8, Transform_Find__MethodInfo); DO_APP_FUNC(0x02D10FC0, void, Transform_SendTransformChangedScale, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D11010, Vector3, Transform_get_lossyScale, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D11080, bool, Transform_IsChildOf, (Transform * __this, Transform * parent, MethodInfo * method)); DO_APP_FUNC(0x02D110E0, bool, Transform_get_hasChanged, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D11130, void, Transform_set_hasChanged, (Transform * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D10F00, Transform *, Transform_FindChild, (Transform * __this, String * n, MethodInfo * method)); DO_APP_FUNC(0x02D11190, IEnumerator *, Transform_GetEnumerator, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D11230, void, Transform_RotateAround_1, (Transform * __this, Vector3 axis, float angle, MethodInfo * method)); DO_APP_FUNC(0x02D112A0, void, Transform_RotateAroundLocal, (Transform * __this, Vector3 axis, float angle, MethodInfo * method)); DO_APP_FUNC(0x02D11310, Transform *, Transform_GetChild, (Transform * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02D11370, int32_t, Transform_GetChildCount, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D113C0, int32_t, Transform_get_hierarchyCapacity, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D11410, void, Transform_set_hierarchyCapacity, (Transform * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D113C0, int32_t, Transform_internal_getHierarchyCapacity, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D11410, void, Transform_internal_setHierarchyCapacity, (Transform * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D11470, int32_t, Transform_get_hierarchyCount, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D11470, int32_t, Transform_internal_getHierarchyCount, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D114C0, bool, Transform_IsNonUniformScaleTransform, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D11510, bool, Transform_get_constrainProportionsScale, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D11560, void, Transform_set_constrainProportionsScale, (Transform * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D11560, void, Transform_SetConstrainProportionsScale, (Transform * __this, bool isLinked, MethodInfo * method)); DO_APP_FUNC(0x02D11510, bool, Transform_IsConstrainProportionsScale, (Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D115C0, void, Transform_get_position_Injected, (Transform * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D11620, void, Transform_set_position_Injected, (Transform * __this, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x02D11680, void, Transform_get_localPosition_Injected, (Transform * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D116E0, void, Transform_set_localPosition_Injected, (Transform * __this, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x02D11740, void, Transform_GetLocalEulerAngles_Injected, (Transform * __this, RotationOrder__Enum order, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D117B0, void, Transform_SetLocalEulerAngles_Injected, (Transform * __this, Vector3 * euler, RotationOrder__Enum order, MethodInfo * method)); DO_APP_FUNC(0x02D11820, void, Transform_SetLocalEulerHint_Injected, (Transform * __this, Vector3 * euler, MethodInfo * method)); DO_APP_FUNC(0x02D11880, void, Transform_get_rotation_Injected, (Transform * __this, Quaternion * ret, MethodInfo * method)); DO_APP_FUNC(0x02D118E0, void, Transform_set_rotation_Injected, (Transform * __this, Quaternion * value, MethodInfo * method)); DO_APP_FUNC(0x02D11940, void, Transform_get_localRotation_Injected, (Transform * __this, Quaternion * ret, MethodInfo * method)); DO_APP_FUNC(0x02D119A0, void, Transform_set_localRotation_Injected, (Transform * __this, Quaternion * value, MethodInfo * method)); DO_APP_FUNC(0x02D11A00, void, Transform_get_localScale_Injected, (Transform * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D11A60, void, Transform_set_localScale_Injected, (Transform * __this, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x02D11AC0, void, Transform_get_worldToLocalMatrix_Injected, (Transform * __this, Matrix4x4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D11B20, void, Transform_get_localToWorldMatrix_Injected, (Transform * __this, Matrix4x4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D11B80, void, Transform_SetPositionAndRotation_Injected, (Transform * __this, Vector3 * position, Quaternion * rotation, MethodInfo * method)); DO_APP_FUNC(0x02D11BF0, void, Transform_SetLocalPositionAndRotation_Injected, (Transform * __this, Vector3 * localPosition, Quaternion * localRotation, MethodInfo * method)); DO_APP_FUNC(0x02D11C60, void, Transform_RotateAroundInternal_Injected, (Transform * __this, Vector3 * axis, float angle, MethodInfo * method)); DO_APP_FUNC(0x02D11CD0, void, Transform_Internal_LookAt_Injected, (Transform * __this, Vector3 * worldPosition, Vector3 * worldUp, MethodInfo * method)); DO_APP_FUNC(0x02D11D40, void, Transform_TransformDirection_Injected, (Transform * __this, Vector3 * direction, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D11DB0, void, Transform_InverseTransformDirection_Injected, (Transform * __this, Vector3 * direction, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D11E20, void, Transform_TransformVector_Injected, (Transform * __this, Vector3 * vector, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D11E90, void, Transform_InverseTransformVector_Injected, (Transform * __this, Vector3 * vector, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D11F00, void, Transform_TransformPoint_Injected, (Transform * __this, Vector3 * position, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D11F70, void, Transform_InverseTransformPoint_Injected, (Transform * __this, Vector3 * position, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D11FE0, void, Transform_get_lossyScale_Injected, (Transform * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D12040, void, Transform_RotateAround_Injected, (Transform * __this, Vector3 * axis, float angle, MethodInfo * method)); DO_APP_FUNC(0x02D120B0, void, Transform_RotateAroundLocal_Injected, (Transform * __this, Vector3 * axis, float angle, MethodInfo * method)); DO_APP_FUNC(0x01A185F0, void, Transform_Enumerator__ctor, (Transform_Enumerator * __this, Transform * outer, MethodInfo * method)); DO_APP_FUNC(0x02D12120, Object *, Transform_Enumerator_get_Current, (Transform_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02D12190, bool, Transform_Enumerator_MoveNext, (Transform_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x00727E20, void, Transform_Enumerator_Reset, (Transform_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02D12210, void, SpriteRenderer_InvokeSpriteChanged, (SpriteRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D122A0, Color, SpriteRenderer_get_color, (SpriteRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D12310, void, SpriteRenderer_set_color, (SpriteRenderer * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x02D12370, void, SpriteRenderer_get_color_Injected, (SpriteRenderer * __this, Color * ret, MethodInfo * method)); DO_APP_FUNC(0x02D123D0, void, SpriteRenderer_set_color_Injected, (SpriteRenderer * __this, Color * value, MethodInfo * method)); DO_APP_FUNC(0x02D12430, void, Sprite__ctor, (Sprite * __this, MethodInfo * method)); DO_APP_FUNC(0x02D12480, int32_t, Sprite_GetPackingMode, (Sprite * __this, MethodInfo * method)); DO_APP_FUNC(0x02D124D0, int32_t, Sprite_GetPackingRotation, (Sprite * __this, MethodInfo * method)); DO_APP_FUNC(0x02D12520, int32_t, Sprite_GetPacked, (Sprite * __this, MethodInfo * method)); DO_APP_FUNC(0x02D12570, Rect, Sprite_GetTextureRect, (Sprite * __this, MethodInfo * method)); DO_APP_FUNC(0x02D125E0, Vector4, Sprite_GetInnerUVs, (Sprite * __this, MethodInfo * method)); DO_APP_FUNC(0x02D12650, Vector4, Sprite_GetOuterUVs, (Sprite * __this, MethodInfo * method)); DO_APP_FUNC(0x02D126C0, Vector4, Sprite_GetPadding, (Sprite * __this, MethodInfo * method)); DO_APP_FUNC(0x02D12730, Sprite *, Sprite_CreateSprite, (Texture2D * texture, Rect rect, Vector2 pivot, float pixelsPerUnit, uint32_t extrude, SpriteMeshType__Enum meshType, Vector4 border, bool generateFallbackPhysicsShape, MethodInfo * method)); DO_APP_FUNC(0x02D127E0, Bounds, Sprite_get_bounds, (Sprite * __this, MethodInfo * method)); DO_APP_FUNC(0x02D12850, Rect, Sprite_get_rect, (Sprite * __this, MethodInfo * method)); DO_APP_FUNC(0x02D128C0, Vector4, Sprite_get_border, (Sprite * __this, MethodInfo * method)); DO_APP_FUNC(0x02D12930, Texture2D *, Sprite_get_texture, (Sprite * __this, MethodInfo * method)); DO_APP_FUNC(0x02D12980, float, Sprite_get_pixelsPerUnit, (Sprite * __this, MethodInfo * method)); DO_APP_FUNC(0x02D129D0, Texture2D *, Sprite_get_associatedAlphaSplitTexture, (Sprite * __this, MethodInfo * method)); DO_APP_FUNC(0x02D12A20, Vector2, Sprite_get_pivot, (Sprite * __this, MethodInfo * method)); DO_APP_FUNC(0x02D12A80, bool, Sprite_get_packed, (Sprite * __this, MethodInfo * method)); DO_APP_FUNC(0x02D12480, SpritePackingMode__Enum, Sprite_get_packingMode, (Sprite * __this, MethodInfo * method)); DO_APP_FUNC(0x02D124D0, SpritePackingRotation__Enum, Sprite_get_packingRotation, (Sprite * __this, MethodInfo * method)); DO_APP_FUNC(0x02D12AE0, Rect, Sprite_get_textureRect, (Sprite * __this, MethodInfo * method)); DO_APP_FUNC(0x02D12C00, Vector2__Array *, Sprite_get_vertices, (Sprite * __this, MethodInfo * method)); DO_APP_FUNC(0x02D12C50, UInt16__Array *, Sprite_get_triangles, (Sprite * __this, MethodInfo * method)); DO_APP_FUNC(0x02D12CA0, Vector2__Array *, Sprite_get_uv, (Sprite * __this, MethodInfo * method)); DO_APP_FUNC(0x02D12CF0, Sprite *, Sprite_Create, (Texture2D * texture, Rect rect, Vector2 pivot, float pixelsPerUnit, uint32_t extrude, SpriteMeshType__Enum meshType, Vector4 border, bool generateFallbackPhysicsShape, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFAB8, Sprite_Create__MethodInfo); DO_APP_FUNC(0x02D13240, Sprite *, Sprite_Create_1, (Texture2D * texture, Rect rect, Vector2 pivot, float pixelsPerUnit, uint32_t extrude, SpriteMeshType__Enum meshType, Vector4 border, MethodInfo * method)); DO_APP_FUNC(0x02D132A0, Sprite *, Sprite_Create_2, (Texture2D * texture, Rect rect, Vector2 pivot, float pixelsPerUnit, uint32_t extrude, SpriteMeshType__Enum meshType, MethodInfo * method)); DO_APP_FUNC(0x02D13370, Sprite *, Sprite_Create_3, (Texture2D * texture, Rect rect, Vector2 pivot, float pixelsPerUnit, uint32_t extrude, MethodInfo * method)); DO_APP_FUNC(0x02D133B0, Sprite *, Sprite_Create_4, (Texture2D * texture, Rect rect, Vector2 pivot, float pixelsPerUnit, MethodInfo * method)); DO_APP_FUNC(0x02D133E0, Sprite *, Sprite_Create_5, (Texture2D * texture, Rect rect, Vector2 pivot, MethodInfo * method)); DO_APP_FUNC(0x02D13420, void, Sprite_GetTextureRect_Injected, (Sprite * __this, Rect * ret, MethodInfo * method)); DO_APP_FUNC(0x02D13480, void, Sprite_GetInnerUVs_Injected, (Sprite * __this, Vector4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D134E0, void, Sprite_GetOuterUVs_Injected, (Sprite * __this, Vector4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D13540, void, Sprite_GetPadding_Injected, (Sprite * __this, Vector4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D135A0, Sprite *, Sprite_CreateSprite_Injected, (Texture2D * texture, Rect * rect, Vector2 * pivot, float pixelsPerUnit, uint32_t extrude, SpriteMeshType__Enum meshType, Vector4 * border, bool generateFallbackPhysicsShape, MethodInfo * method)); DO_APP_FUNC(0x02D13630, void, Sprite_get_bounds_Injected, (Sprite * __this, Bounds * ret, MethodInfo * method)); DO_APP_FUNC(0x02D13690, void, Sprite_get_rect_Injected, (Sprite * __this, Rect * ret, MethodInfo * method)); DO_APP_FUNC(0x02D136F0, void, Sprite_get_border_Injected, (Sprite * __this, Vector4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D13750, void, Sprite_get_pivot_Injected, (Sprite * __this, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D137B0, bool, APIUpdaterRuntimeHelpers_GetMovedFromAttributeDataForType, (Type * sourceType, String * * assembly, String * * nsp, String * * klass, MethodInfo * method)); DO_APP_FUNC(0x02D13AF0, bool, APIUpdaterRuntimeHelpers_GetObsoleteTypeRedirection, (Type * sourceType, String * * assemblyName, String * * nsp, String * * className, MethodInfo * method)); DO_APP_FUNC(0x02D13F40, Vector4, DataUtility_GetInnerUV, (Sprite * sprite, MethodInfo * method)); DO_APP_FUNC(0x02D13FD0, Vector4, DataUtility_GetOuterUV, (Sprite * sprite, MethodInfo * method)); DO_APP_FUNC(0x02D14060, Vector4, DataUtility_GetPadding, (Sprite * sprite, MethodInfo * method)); DO_APP_FUNC(0x02D140F0, Vector2, DataUtility_GetMinSize, (Sprite * sprite, MethodInfo * method)); DO_APP_FUNC(0x02D14280, bool, SpriteAtlasManager_RequestAtlas, (String * tag, MethodInfo * method)); DO_APP_FUNC(0x02D14350, void, SpriteAtlasManager_add_atlasRegistered, (Action_1_UnityEngine_U2D_SpriteAtlas_ * value, MethodInfo * method)); DO_APP_FUNC(0x02D14490, void, SpriteAtlasManager_remove_atlasRegistered, (Action_1_UnityEngine_U2D_SpriteAtlas_ * value, MethodInfo * method)); DO_APP_FUNC(0x02D145D0, void, SpriteAtlasManager_PostRegisteredAtlas, (SpriteAtlas * spriteAtlas, MethodInfo * method)); DO_APP_FUNC(0x02D14630, void, SpriteAtlasManager_Register, (SpriteAtlas * spriteAtlas, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFA80, SpriteAtlasManager_Register__MethodInfo); DO_APP_FUNC(0x02D14680, bool, SpriteAtlas_CanBindTo, (SpriteAtlas * __this, Sprite * sprite, MethodInfo * method)); DO_APP_FUNC(0x02D146E0, Sprite *, SpriteAtlas_GetSprite, (SpriteAtlas * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Profiler_1_EndThreadProfiling, (MethodInfo * method)); DO_APP_FUNC(0x02D14740, int64_t, Profiler_1_GetRuntimeMemorySizeLong, (Object_1 * o, MethodInfo * method)); DO_APP_FUNC(0x02D14790, int64_t, Profiler_1_GetMonoUsedSizeLong, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Recorder__ctor, (Recorder * __this, MethodInfo * method)); DO_APP_FUNC(0x02D147E0, void, Recorder__ctor_1, (Recorder * __this, ProfilerRecorderHandle handle, MethodInfo * method)); DO_APP_FUNC(0x02D14960, void, Recorder_Finalize, (Recorder * __this, MethodInfo * method)); DO_APP_FUNC(0x02D149C0, bool, Recorder_get_enabled, (Recorder * __this, MethodInfo * method)); DO_APP_FUNC(0x02D14A30, void, Recorder_set_enabled, (Recorder * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D14AA0, int64_t, Recorder_get_elapsedNanoseconds, (Recorder * __this, MethodInfo * method)); DO_APP_FUNC(0x02D14AD0, int64_t, Recorder_get_gpuElapsedNanoseconds, (Recorder * __this, MethodInfo * method)); DO_APP_FUNC(0x02D14B00, int32_t, Recorder_get_sampleBlockCount, (Recorder * __this, MethodInfo * method)); DO_APP_FUNC(0x02D14B60, int32_t, Recorder_get_gpuSampleBlockCount, (Recorder * __this, MethodInfo * method)); DO_APP_FUNC(0x02D14A30, void, Recorder_SetEnabled, (Recorder * __this, bool state, MethodInfo * method)); DO_APP_FUNC(0x02D14BC0, void, Recorder__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Sampler__ctor, (Sampler * __this, MethodInfo * method)); DO_APP_FUNC(0x02D14C70, bool, Sampler_get_isValid, (Sampler * __this, MethodInfo * method)); DO_APP_FUNC(0x02D14CC0, Recorder *, Sampler_GetRecorder, (Sampler * __this, MethodInfo * method)); DO_APP_FUNC(0x02D14E80, void, Sampler__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D14F30, void, CustomSampler__ctor, (CustomSampler * __this, MethodInfo * method)); DO_APP_FUNC(0x02D14F80, void, CustomSampler__ctor_1, (CustomSampler * __this, void * ptr, MethodInfo * method)); DO_APP_FUNC(0x02D14FE0, CustomSampler *, CustomSampler_Create, (String * name, bool collectGpuData, MethodInfo * method)); DO_APP_FUNC(0x02D15100, void, CustomSampler__cctor, (MethodInfo * method)); DO_APP_FUNC(0x011FE070, void, DebugScreenCapture_set_rawImageDataReference, (DebugScreenCapture * __this, NativeArray_1_System_Byte_ value, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DebugScreenCapture_set_imageFormat, (DebugScreenCapture * __this, TextureFormat__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, DebugScreenCapture_set_width, (DebugScreenCapture * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, DebugScreenCapture_set_height, (DebugScreenCapture * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MetaData__ctor, (MetaData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D151E0, Byte__Array *, MemoryProfiler_PrepareMetadata, (MethodInfo * method)); DO_APP_FUNC(0x02D15560, int32_t, MemoryProfiler_WriteIntToByteArray, (Byte__Array * array, int32_t offset, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D155E0, int32_t, MemoryProfiler_WriteStringToByteArray, (Byte__Array * array, int32_t offset, String * value, MethodInfo * method)); DO_APP_FUNC(0x02D15660, void, MemoryProfiler_FinalizeSnapshot, (String * path, bool result, MethodInfo * method)); DO_APP_FUNC(0x02D15720, void, MemoryProfiler_SaveScreenshotToDisk, (String * path, bool result, void * pixelsPtr, int32_t pixelsCount, TextureFormat__Enum format, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02D15880, void, TransformAccessArray__ctor, (TransformAccessArray * __this, int32_t capacity, int32_t desiredJobCount, MethodInfo * method)); DO_APP_FUNC(0x02D158F0, void, TransformAccessArray_Allocate, (int32_t capacity, int32_t desiredJobCount, TransformAccessArray * array, MethodInfo * method)); DO_APP_FUNC(0x02D15960, bool, TransformAccessArray_get_isCreated, (TransformAccessArray * __this, MethodInfo * method)); DO_APP_FUNC(0x02D159B0, void, TransformAccessArray_Dispose, (TransformAccessArray * __this, MethodInfo * method)); DO_APP_FUNC(0x02D15A40, Transform *, TransformAccessArray_get_Item, (TransformAccessArray * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02D15AA0, int32_t, TransformAccessArray_get_length, (TransformAccessArray * __this, MethodInfo * method)); DO_APP_FUNC(0x02D15AF0, void, TransformAccessArray_Add, (TransformAccessArray * __this, Transform * transform, MethodInfo * method)); DO_APP_FUNC(0x02D15B50, void *, TransformAccessArray_Create, (int32_t capacity, int32_t desiredJobCount, MethodInfo * method)); DO_APP_FUNC(0x02D15BB0, void, TransformAccessArray_DestroyTransformAccessArray, (void * transformArray, MethodInfo * method)); DO_APP_FUNC(0x02D15C00, void, TransformAccessArray_Add_1, (void * transformArrayIntPtr, Transform * transform, MethodInfo * method)); DO_APP_FUNC(0x02D15C60, int32_t, TransformAccessArray_GetLength, (void * transformArrayIntPtr, MethodInfo * method)); DO_APP_FUNC(0x02D15CB0, Transform *, TransformAccessArray_GetTransform, (void * transformArrayIntPtr, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02D15D10, void, Input_ForwardRawInputImpl, (uint32_t * rawInputHeaderIndices, uint32_t * rawInputDataIndices, uint32_t indicesCount, uint8_t * rawInputData, uint32_t rawInputDataSize, MethodInfo * method)); DO_APP_FUNC(0x021E9C70, void, Input_ForwardRawInput, (uint32_t * rawInputHeaderIndices, uint32_t * rawInputDataIndices, uint32_t indicesCount, uint8_t * rawInputData, uint32_t rawInputDataSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF978, Input_ForwardRawInput__MethodInfo); DO_APP_FUNC(0x02D15DA0, void, PhraseRecognitionSystem_PhraseRecognitionSystem_InvokeErrorEvent, (SpeechError__Enum errorCode, MethodInfo * method)); DO_APP_FUNC(0x02D15E00, void, PhraseRecognitionSystem_PhraseRecognitionSystem_InvokeStatusChangedEvent, (SpeechSystemStatus__Enum status, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, PhraseRecognitionSystem_ErrorDelegate__ctor, (PhraseRecognitionSystem_ErrorDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, PhraseRecognitionSystem_ErrorDelegate_Invoke, (PhraseRecognitionSystem_ErrorDelegate * __this, SpeechError__Enum errorCode, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, PhraseRecognitionSystem_StatusDelegate__ctor, (PhraseRecognitionSystem_StatusDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, PhraseRecognitionSystem_StatusDelegate_Invoke, (PhraseRecognitionSystem_StatusDelegate * __this, SpeechSystemStatus__Enum status, MethodInfo * method)); DO_APP_FUNC(0x02D15E60, void, PhraseRecognizer_InvokePhraseRecognizedEvent, (PhraseRecognizer * __this, String * text, ConfidenceLevel__Enum confidence, SemanticMeaning__Array * semanticMeanings, int64_t phraseStartFileTime, int64_t phraseDurationTicks, MethodInfo * method)); DO_APP_FUNC(0x02D15FA0, SemanticMeaning__Array *, PhraseRecognizer_MarshalSemanticMeaning, (void * keys, void * values, void * valueSizes, int32_t valueCount, MethodInfo * method)); DO_APP_FUNC(0x014047F0, void, PhraseRecognizer_PhraseRecognizedDelegate__ctor, (PhraseRecognizer_PhraseRecognizedDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404920, void, PhraseRecognizer_PhraseRecognizedDelegate_Invoke, (PhraseRecognizer_PhraseRecognizedDelegate * __this, PhraseRecognizedEventArgs args, MethodInfo * method)); DO_APP_FUNC(0x02D16250, void, DictationRecognizer_DictationRecognizer_InvokeHypothesisGeneratedEvent, (DictationRecognizer * __this, String * keyword, MethodInfo * method)); DO_APP_FUNC(0x02D16270, void, DictationRecognizer_DictationRecognizer_InvokeResultGeneratedEvent, (DictationRecognizer * __this, String * keyword, ConfidenceLevel__Enum minimumConfidence, MethodInfo * method)); DO_APP_FUNC(0x02D16290, void, DictationRecognizer_DictationRecognizer_InvokeCompletedEvent, (DictationRecognizer * __this, DictationCompletionCause__Enum cause, MethodInfo * method)); DO_APP_FUNC(0x010A8510, void, DictationRecognizer_DictationRecognizer_InvokeErrorEvent, (DictationRecognizer * __this, String * error, int32_t hresult, MethodInfo * method)); DO_APP_FUNC(0x003EC720, void, DictationRecognizer_DictationHypothesisDelegate__ctor, (DictationRecognizer_DictationHypothesisDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, DictationRecognizer_DictationHypothesisDelegate_Invoke, (DictationRecognizer_DictationHypothesisDelegate * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x022FF610, void, DictationRecognizer_DictationResultDelegate__ctor, (DictationRecognizer_DictationResultDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, DictationRecognizer_DictationResultDelegate_Invoke, (DictationRecognizer_DictationResultDelegate * __this, String * text, ConfidenceLevel__Enum confidence, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, DictationRecognizer_DictationCompletedDelegate__ctor, (DictationRecognizer_DictationCompletedDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, DictationRecognizer_DictationCompletedDelegate_Invoke, (DictationRecognizer_DictationCompletedDelegate * __this, DictationCompletionCause__Enum cause, MethodInfo * method)); DO_APP_FUNC(0x022FF610, void, DictationRecognizer_DictationErrorHandler__ctor, (DictationRecognizer_DictationErrorHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, DictationRecognizer_DictationErrorHandler_Invoke, (DictationRecognizer_DictationErrorHandler * __this, String * error, int32_t hresult, MethodInfo * method)); DO_APP_FUNC(0x02D162B0, void, PhraseRecognizedEventArgs__ctor, (PhraseRecognizedEventArgs * __this, String * text, ConfidenceLevel__Enum confidence, SemanticMeaning__Array * semanticMeanings, DateTime phraseStartTime, TimeSpan phraseDuration, MethodInfo * method)); DO_APP_FUNC(0x02D16380, PhotoCapture_PhotoCaptureResult, PhotoCapture_MakeCaptureResult, (int64_t hResult, MethodInfo * method)); DO_APP_FUNC(0x02D163F0, void, PhotoCapture_InvokeOnCreatedResourceDelegate, (PhotoCapture_OnCaptureResourceCreatedCallback * callback, void * nativePtr, MethodInfo * method)); DO_APP_FUNC(0x01262980, void, PhotoCapture__ctor, (PhotoCapture * __this, void * nativeCaptureObject, MethodInfo * method)); DO_APP_FUNC(0x02D164A0, void, PhotoCapture_InvokeOnPhotoModeStartedDelegate, (PhotoCapture_OnPhotoModeStartedCallback * callback, int64_t hResult, MethodInfo * method)); DO_APP_FUNC(0x02D164A0, void, PhotoCapture_InvokeOnPhotoModeStoppedDelegate, (PhotoCapture_OnPhotoModeStoppedCallback * callback, int64_t hResult, MethodInfo * method)); DO_APP_FUNC(0x02D164A0, void, PhotoCapture_InvokeOnCapturedPhotoToDiskDelegate, (PhotoCapture_OnCapturedToDiskCallback * callback, int64_t hResult, MethodInfo * method)); DO_APP_FUNC(0x02D16540, void, PhotoCapture_InvokeOnCapturedPhotoToMemoryDelegate, (PhotoCapture_OnCapturedToMemoryCallback * callback, int64_t hResult, void * photoCaptureFramePtr, MethodInfo * method)); DO_APP_FUNC(0x02D16670, void, PhotoCapture_Dispose, (PhotoCapture * __this, MethodInfo * method)); DO_APP_FUNC(0x02D16740, void, PhotoCapture_Dispose_Internal, (PhotoCapture * __this, MethodInfo * method)); DO_APP_FUNC(0x02D16790, void, PhotoCapture_Finalize, (PhotoCapture * __this, MethodInfo * method)); DO_APP_FUNC(0x02D16860, void, PhotoCapture_DisposeThreaded_Internal, (PhotoCapture * __this, MethodInfo * method)); DO_APP_FUNC(0x008AC8F0, void, PhotoCapture_OnCaptureResourceCreatedCallback__ctor, (PhotoCapture_OnCaptureResourceCreatedCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, PhotoCapture_OnCaptureResourceCreatedCallback_Invoke, (PhotoCapture_OnCaptureResourceCreatedCallback * __this, PhotoCapture * captureObject, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, PhotoCapture_OnPhotoModeStartedCallback__ctor, (PhotoCapture_OnPhotoModeStartedCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, PhotoCapture_OnPhotoModeStartedCallback_Invoke, (PhotoCapture_OnPhotoModeStartedCallback * __this, PhotoCapture_PhotoCaptureResult result, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, PhotoCapture_OnPhotoModeStoppedCallback__ctor, (PhotoCapture_OnPhotoModeStoppedCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, PhotoCapture_OnPhotoModeStoppedCallback_Invoke, (PhotoCapture_OnPhotoModeStoppedCallback * __this, PhotoCapture_PhotoCaptureResult result, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, PhotoCapture_OnCapturedToDiskCallback__ctor, (PhotoCapture_OnCapturedToDiskCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, PhotoCapture_OnCapturedToDiskCallback_Invoke, (PhotoCapture_OnCapturedToDiskCallback * __this, PhotoCapture_PhotoCaptureResult result, MethodInfo * method)); DO_APP_FUNC(0x01108170, void, PhotoCapture_OnCapturedToMemoryCallback__ctor, (PhotoCapture_OnCapturedToMemoryCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x011082A0, void, PhotoCapture_OnCapturedToMemoryCallback_Invoke, (PhotoCapture_OnCapturedToMemoryCallback * __this, PhotoCapture_PhotoCaptureResult result, PhotoCaptureFrame * photoCaptureFrame, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, PhotoCaptureFrame_get_dataLength, (PhotoCaptureFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, PhotoCaptureFrame_set_dataLength, (PhotoCaptureFrame * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x006FF410, void, PhotoCaptureFrame_set_hasLocationData, (PhotoCaptureFrame * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, PhotoCaptureFrame_set_pixelFormat, (PhotoCaptureFrame * __this, CapturePixelFormat__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D168B0, int32_t, PhotoCaptureFrame_GetDataLength, (PhotoCaptureFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x02D16900, bool, PhotoCaptureFrame_GetHasLocationData, (PhotoCaptureFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x02D16950, CapturePixelFormat__Enum, PhotoCaptureFrame_GetCapturePixelFormat, (PhotoCaptureFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x02D169A0, void, PhotoCaptureFrame__ctor, (PhotoCaptureFrame * __this, void * nativePtr, MethodInfo * method)); DO_APP_FUNC(0x02D16B80, void, PhotoCaptureFrame_Cleanup, (PhotoCaptureFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x02D16D00, void, PhotoCaptureFrame_Dispose_Internal, (PhotoCaptureFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x02D16D50, void, PhotoCaptureFrame_Dispose, (PhotoCaptureFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x02D16DB0, void, PhotoCaptureFrame_Finalize, (PhotoCaptureFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x02D16DF0, VideoCapture_VideoCaptureResult, VideoCapture_MakeCaptureResult, (int64_t hResult, MethodInfo * method)); DO_APP_FUNC(0x02D16E60, void, VideoCapture_InvokeOnCreatedVideoCaptureResourceDelegate, (VideoCapture_OnVideoCaptureResourceCreatedCallback * callback, void * nativePtr, MethodInfo * method)); DO_APP_FUNC(0x01262980, void, VideoCapture__ctor, (VideoCapture * __this, void * nativeCaptureObject, MethodInfo * method)); DO_APP_FUNC(0x02D16F10, void, VideoCapture_InvokeOnVideoModeStartedDelegate, (VideoCapture_OnVideoModeStartedCallback * callback, int64_t hResult, MethodInfo * method)); DO_APP_FUNC(0x02D16F10, void, VideoCapture_InvokeOnVideoModeStoppedDelegate, (VideoCapture_OnVideoModeStoppedCallback * callback, int64_t hResult, MethodInfo * method)); DO_APP_FUNC(0x02D16F10, void, VideoCapture_InvokeOnStartedRecordingVideoToDiskDelegate, (VideoCapture_OnStartedRecordingVideoCallback * callback, int64_t hResult, MethodInfo * method)); DO_APP_FUNC(0x02D16F10, void, VideoCapture_InvokeOnStoppedRecordingVideoToDiskDelegate, (VideoCapture_OnStoppedRecordingVideoCallback * callback, int64_t hResult, MethodInfo * method)); DO_APP_FUNC(0x02D16FB0, void, VideoCapture_Dispose, (VideoCapture * __this, MethodInfo * method)); DO_APP_FUNC(0x02D17080, void, VideoCapture_Dispose_Internal, (VideoCapture * __this, MethodInfo * method)); DO_APP_FUNC(0x02D170D0, void, VideoCapture_Finalize, (VideoCapture * __this, MethodInfo * method)); DO_APP_FUNC(0x02D171A0, void, VideoCapture_DisposeThreaded_Internal, (VideoCapture * __this, MethodInfo * method)); DO_APP_FUNC(0x008AC8F0, void, VideoCapture_OnVideoCaptureResourceCreatedCallback__ctor, (VideoCapture_OnVideoCaptureResourceCreatedCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, VideoCapture_OnVideoCaptureResourceCreatedCallback_Invoke, (VideoCapture_OnVideoCaptureResourceCreatedCallback * __this, VideoCapture * captureObject, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, VideoCapture_OnVideoModeStartedCallback__ctor, (VideoCapture_OnVideoModeStartedCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, VideoCapture_OnVideoModeStartedCallback_Invoke, (VideoCapture_OnVideoModeStartedCallback * __this, VideoCapture_VideoCaptureResult result, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, VideoCapture_OnVideoModeStoppedCallback__ctor, (VideoCapture_OnVideoModeStoppedCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, VideoCapture_OnVideoModeStoppedCallback_Invoke, (VideoCapture_OnVideoModeStoppedCallback * __this, VideoCapture_VideoCaptureResult result, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, VideoCapture_OnStartedRecordingVideoCallback__ctor, (VideoCapture_OnStartedRecordingVideoCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, VideoCapture_OnStartedRecordingVideoCallback_Invoke, (VideoCapture_OnStartedRecordingVideoCallback * __this, VideoCapture_VideoCaptureResult result, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, VideoCapture_OnStoppedRecordingVideoCallback__ctor, (VideoCapture_OnStoppedRecordingVideoCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, VideoCapture_OnStoppedRecordingVideoCallback_Invoke, (VideoCapture_OnStoppedRecordingVideoCallback * __this, VideoCapture_VideoCaptureResult result, MethodInfo * method)); DO_APP_FUNC(0x02D171F0, String *, UnityEventTools_TidyAssemblyTypeName, (String * assemblyTypeName, MethodInfo * method)); DO_APP_FUNC(0x01616940, Object_1 *, ArgumentCache_get_unityObjectArgument, (ArgumentCache * __this, MethodInfo * method)); DO_APP_FUNC(0x014BA540, String *, ArgumentCache_get_unityObjectArgumentAssemblyTypeName, (ArgumentCache * __this, MethodInfo * method)); DO_APP_FUNC(0x01EADAF0, int32_t, ArgumentCache_get_intArgument, (ArgumentCache * __this, MethodInfo * method)); DO_APP_FUNC(0x02D17410, float, ArgumentCache_get_floatArgument, (ArgumentCache * __this, MethodInfo * method)); DO_APP_FUNC(0x02D17420, String *, ArgumentCache_get_stringArgument, (ArgumentCache * __this, MethodInfo * method)); DO_APP_FUNC(0x01869400, bool, ArgumentCache_get_boolArgument, (ArgumentCache * __this, MethodInfo * method)); DO_APP_FUNC(0x02D17430, void, ArgumentCache_OnBeforeSerialize, (ArgumentCache * __this, MethodInfo * method)); DO_APP_FUNC(0x02D17430, void, ArgumentCache_OnAfterDeserialize, (ArgumentCache * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArgumentCache__ctor, (ArgumentCache * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseInvokableCall__ctor, (BaseInvokableCall * __this, MethodInfo * method)); DO_APP_FUNC(0x02D174A0, void, BaseInvokableCall__ctor_1, (BaseInvokableCall * __this, Object * target, MethodInfo_1 * function, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7198, BaseInvokableCall__ctor_1__MethodInfo); DO_APP_FUNC(0x02D175E0, bool, BaseInvokableCall_AllowInvoke, (Delegate * delegate, MethodInfo * method)); DO_APP_FUNC(0x02D17740, void, InvokableCall_add_Delegate, (InvokableCall * __this, UnityAction * value, MethodInfo * method)); DO_APP_FUNC(0x02D17830, void, InvokableCall_remove_Delegate, (InvokableCall * __this, UnityAction * value, MethodInfo * method)); DO_APP_FUNC(0x02D17920, void, InvokableCall__ctor, (InvokableCall * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x02D17B40, void, InvokableCall__ctor_1, (InvokableCall * __this, UnityAction * action, MethodInfo * method)); DO_APP_FUNC(0x02D17B50, void, InvokableCall_Invoke, (InvokableCall * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02D17B50, void, InvokableCall_Invoke_1, (InvokableCall * __this, MethodInfo * method)); DO_APP_FUNC(0x017468C0, bool, InvokableCall_Find, (InvokableCall * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x01616940, Object_1 *, PersistentCall_get_target, (PersistentCall * __this, MethodInfo * method)); DO_APP_FUNC(0x02D17B90, String *, PersistentCall_get_targetAssemblyTypeName, (PersistentCall * __this, MethodInfo * method)); DO_APP_FUNC(0x02414580, String *, PersistentCall_get_methodName, (PersistentCall * __this, MethodInfo * method)); DO_APP_FUNC(0x01EADB10, PersistentListenerMode__Enum, PersistentCall_get_mode, (PersistentCall * __this, MethodInfo * method)); DO_APP_FUNC(0x02D17D50, ArgumentCache *, PersistentCall_get_arguments, (PersistentCall * __this, MethodInfo * method)); DO_APP_FUNC(0x02D17D60, bool, PersistentCall_IsValid, (PersistentCall * __this, MethodInfo * method)); DO_APP_FUNC(0x02D17DA0, BaseInvokableCall *, PersistentCall_GetRuntimeCall, (PersistentCall * __this, UnityEventBase * theEvent, MethodInfo * method)); DO_APP_FUNC(0x02D18240, BaseInvokableCall *, PersistentCall_GetObjectCall, (Object_1 * target, MethodInfo_1 * method_1, ArgumentCache * arguments, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7140, PersistentCall_GetObjectCall__MethodInfo); DO_APP_FUNC(0x02D17430, void, PersistentCall_OnBeforeSerialize, (PersistentCall * __this, MethodInfo * method)); DO_APP_FUNC(0x02D17430, void, PersistentCall_OnAfterDeserialize, (PersistentCall * __this, MethodInfo * method)); DO_APP_FUNC(0x02D187F0, void, PersistentCall__ctor, (PersistentCall * __this, MethodInfo * method)); DO_APP_FUNC(0x02D188A0, void, PersistentCallGroup__ctor, (PersistentCallGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02D18970, void, PersistentCallGroup_Initialize, (PersistentCallGroup * __this, InvokableCallList * invokableList, UnityEventBase * unityEventBase, MethodInfo * method)); DO_APP_FUNC(0x02D18B30, void, InvokableCallList_AddPersistentInvokableCall, (InvokableCallList * __this, BaseInvokableCall * call, MethodInfo * method)); DO_APP_FUNC(0x02D18B90, void, InvokableCallList_AddListener, (InvokableCallList * __this, BaseInvokableCall * call, MethodInfo * method)); DO_APP_FUNC(0x02D18BF0, void, InvokableCallList_RemoveListener, (InvokableCallList * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02D18F10, void, InvokableCallList_Clear, (InvokableCallList * __this, MethodInfo * method)); DO_APP_FUNC(0x02D19030, void, InvokableCallList_ClearPersistent, (InvokableCallList * __this, MethodInfo * method)); DO_APP_FUNC(0x02D19150, List_1_UnityEngine_Events_BaseInvokableCall_ *, InvokableCallList_PrepareInvoke, (InvokableCallList * __this, MethodInfo * method)); DO_APP_FUNC(0x02D19240, void, InvokableCallList__ctor, (InvokableCallList * __this, MethodInfo * method)); DO_APP_FUNC(0x02D19410, void, UnityEventBase__ctor, (UnityEventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02D19630, void, UnityEventBase_UnityEngine_ISerializationCallbackReceiver_OnBeforeSerialize, (UnityEventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02D19630, void, UnityEventBase_UnityEngine_ISerializationCallbackReceiver_OnAfterDeserialize, (UnityEventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02D19640, MethodInfo_1 *, UnityEventBase_FindMethod, (UnityEventBase * __this, PersistentCall * call, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6FE8, UnityEventBase_FindMethod__MethodInfo); DO_APP_FUNC(0x02D198B0, MethodInfo_1 *, UnityEventBase_FindMethod_1, (UnityEventBase * __this, String * name, Type * listenerType, PersistentListenerMode__Enum mode, Type * argumentType, MethodInfo * method)); DO_APP_FUNC(0x02D19C80, void, UnityEventBase_DirtyPersistentCalls, (UnityEventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02D19DC0, void, UnityEventBase_RebuildPersistentCallsIfNeeded, (UnityEventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02D19E00, void, UnityEventBase_AddCall, (UnityEventBase * __this, BaseInvokableCall * call, MethodInfo * method)); DO_APP_FUNC(0x02D19E60, void, UnityEventBase_RemoveListener, (UnityEventBase * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02D19E80, void, UnityEventBase_RemoveAllListeners, (UnityEventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02D19FA0, List_1_UnityEngine_Events_BaseInvokableCall_ *, UnityEventBase_PrepareInvoke, (UnityEventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1A0C0, String *, UnityEventBase_ToString, (UnityEventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1A170, MethodInfo_1 *, UnityEventBase_GetValidMethodInfo, (Type * objectType, String * functionName, Type__Array * argumentTypes, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, UnityAction__ctor, (UnityAction * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, UnityAction_Invoke, (UnityAction * __this, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, UnityEvent__ctor, (UnityEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1A360, void, UnityEvent_AddListener, (UnityEvent * __this, UnityAction * call, MethodInfo * method)); DO_APP_FUNC(0x02D1A410, void, UnityEvent_RemoveListener, (UnityEvent * __this, UnityAction * call, MethodInfo * method)); DO_APP_FUNC(0x02D1A470, MethodInfo_1 *, UnityEvent_FindMethod_Impl, (UnityEvent * __this, String * name, Type * targetObjType, MethodInfo * method)); DO_APP_FUNC(0x02D1A4D0, BaseInvokableCall *, UnityEvent_GetDelegate, (UnityEvent * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x02D1A550, BaseInvokableCall *, UnityEvent_GetDelegate_1, (UnityAction * action, MethodInfo * method)); DO_APP_FUNC(0x02D1A5C0, void, UnityEvent_Invoke, (UnityEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, FormerlySerializedAsAttribute__ctor, (FormerlySerializedAsAttribute * __this, String * oldName, MethodInfo * method)); DO_APP_FUNC(0x01616940, String *, FormerlySerializedAsAttribute_get_oldName, (FormerlySerializedAsAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PreserveAttribute_1__ctor, (PreserveAttribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1A780, void, MovedFromAttributeData_Set, (MovedFromAttributeData * __this, bool autoUpdateAPI, String * sourceNamespace, String * sourceAssembly, String * sourceClassName, MethodInfo * method)); DO_APP_FUNC(0x02D1A8D0, void, MovedFromAttribute__ctor, (MovedFromAttribute * __this, bool autoUpdateAPI, String * sourceNamespace, String * sourceAssembly, String * sourceClassName, MethodInfo * method)); DO_APP_FUNC(0x02D1A8F0, void, MovedFromAttribute__ctor_1, (MovedFromAttribute * __this, String * sourceNamespace, MethodInfo * method)); DO_APP_FUNC(0x02D1A920, bool, Scene_IsValidInternal, (int32_t sceneHandle, MethodInfo * method)); DO_APP_FUNC(0x02D1A970, String *, Scene_GetNameInternal, (int32_t sceneHandle, MethodInfo * method)); DO_APP_FUNC(0x02D1A9C0, String *, Scene_GetGUIDInternal, (int32_t sceneHandle, MethodInfo * method)); DO_APP_FUNC(0x02D1AA10, bool, Scene_GetIsLoadedInternal, (int32_t sceneHandle, MethodInfo * method)); DO_APP_FUNC(0x02D1AA60, int32_t, Scene_GetBuildIndexInternal, (int32_t sceneHandle, MethodInfo * method)); DO_APP_FUNC(0x02D1AAB0, int32_t, Scene_GetRootCountInternal, (int32_t sceneHandle, MethodInfo * method)); DO_APP_FUNC(0x02D1AB00, void, Scene_GetRootGameObjectsInternal, (int32_t sceneHandle, Object * resultRootList, MethodInfo * method)); DO_APP_FUNC(0x02B40F80, int32_t, Scene_get_handle, (Scene * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1AB60, String *, Scene_get_guid, (Scene * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1ABB0, bool, Scene_IsValid, (Scene * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1AC00, String *, Scene_get_name, (Scene * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1AC50, bool, Scene_get_isLoaded, (Scene * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1ACA0, int32_t, Scene_get_buildIndex, (Scene * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1ACF0, int32_t, Scene_get_rootCount, (Scene * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1AD40, GameObject__Array *, Scene_GetRootGameObjects, (Scene * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1AE30, void, Scene_GetRootGameObjects_1, (Scene * __this, List_1_UnityEngine_GameObject_ * rootGameObjects, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6FB0, Scene_GetRootGameObjects_1__MethodInfo); DO_APP_FUNC(0x02CFAC20, bool, Scene_op_Equality, (Scene lhs, Scene rhs, MethodInfo * method)); DO_APP_FUNC(0x02B40F80, int32_t, Scene_GetHashCode, (Scene * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1B1A0, bool, Scene_Equals, (Scene * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x02D1B230, AsyncOperation *, SceneManagerAPIInternal_LoadSceneAsyncNameIndexInternal, (String * sceneName, int32_t sceneBuildIndex, LoadSceneParameters parameters, bool mustCompleteNextFrame, MethodInfo * method)); DO_APP_FUNC(0x02D1B2B0, AsyncOperation *, SceneManagerAPIInternal_LoadSceneAsyncNameIndexInternal_Injected, (String * sceneName, int32_t sceneBuildIndex, LoadSceneParameters * parameters, bool mustCompleteNextFrame, MethodInfo * method)); DO_APP_FUNC(0x02D1B330, SceneManagerAPI *, SceneManagerAPI_get_ActiveAPI, (MethodInfo * method)); DO_APP_FUNC(0x02D1B3F0, SceneManagerAPI *, SceneManagerAPI_get_overrideAPI, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SceneManagerAPI__ctor, (SceneManagerAPI * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1B450, AsyncOperation *, SceneManagerAPI_LoadSceneAsyncByNameOrIndex, (SceneManagerAPI * __this, String * sceneName, int32_t sceneBuildIndex, LoadSceneParameters parameters, bool mustCompleteNextFrame, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, AsyncOperation *, SceneManagerAPI_LoadFirstScene, (SceneManagerAPI * __this, bool mustLoadAsync, MethodInfo * method)); DO_APP_FUNC(0x02D1B4C0, void, SceneManagerAPI__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D1B570, int32_t, SceneManager_get_sceneCount, (MethodInfo * method)); DO_APP_FUNC(0x02D1B5C0, Scene, SceneManager_GetActiveScene, (MethodInfo * method)); DO_APP_FUNC(0x02D1B650, bool, SceneManager_SetActiveScene, (Scene scene, MethodInfo * method)); DO_APP_FUNC(0x02D1B6E0, Scene, SceneManager_GetSceneAt, (int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02D1B780, AsyncOperation *, SceneManager_UnloadSceneAsyncInternal, (Scene scene, UnloadSceneOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x02D1B810, AsyncOperation *, SceneManager_LoadSceneAsyncNameIndexInternal, (String * sceneName, int32_t sceneBuildIndex, LoadSceneParameters parameters, bool mustCompleteNextFrame, MethodInfo * method)); DO_APP_FUNC(0x02D1B900, AsyncOperation *, SceneManager_LoadFirstScene_Internal, (bool async, MethodInfo * method)); DO_APP_FUNC(0x02D1B970, void, SceneManager_add_sceneLoaded, (UnityAction_2_UnityEngine_SceneManagement_Scene_UnityEngine_SceneManagement_LoadSceneMode_ * value, MethodInfo * method)); DO_APP_FUNC(0x02D1BAE0, void, SceneManager_remove_sceneLoaded, (UnityAction_2_UnityEngine_SceneManagement_Scene_UnityEngine_SceneManagement_LoadSceneMode_ * value, MethodInfo * method)); DO_APP_FUNC(0x02D1BC50, void, SceneManager_add_sceneUnloaded, (UnityAction_1_UnityEngine_SceneManagement_Scene_ * value, MethodInfo * method)); DO_APP_FUNC(0x02D1BDC0, void, SceneManager_remove_sceneUnloaded, (UnityAction_1_UnityEngine_SceneManagement_Scene_ * value, MethodInfo * method)); DO_APP_FUNC(0x02D1BF30, void, SceneManager_add_activeSceneChanged, (UnityAction_2_UnityEngine_SceneManagement_Scene_UnityEngine_SceneManagement_Scene_ * value, MethodInfo * method)); DO_APP_FUNC(0x02D1C0A0, void, SceneManager_remove_activeSceneChanged, (UnityAction_2_UnityEngine_SceneManagement_Scene_UnityEngine_SceneManagement_Scene_ * value, MethodInfo * method)); DO_APP_FUNC(0x02D1C210, void, SceneManager_LoadScene, (String * sceneName, MethodInfo * method)); DO_APP_FUNC(0x02D1C300, Scene, SceneManager_LoadScene_1, (String * sceneName, LoadSceneParameters parameters, MethodInfo * method)); DO_APP_FUNC(0x02D1C3C0, AsyncOperation *, SceneManager_LoadSceneAsync, (String * sceneName, LoadSceneMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D1C430, AsyncOperation *, SceneManager_LoadSceneAsync_1, (String * sceneName, LoadSceneParameters parameters, MethodInfo * method)); DO_APP_FUNC(0x02D1C4A0, AsyncOperation *, SceneManager_UnloadSceneAsync, (Scene scene, UnloadSceneOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x02D1C570, void, SceneManager_Internal_SceneLoaded, (Scene scene, LoadSceneMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D1C610, void, SceneManager_Internal_SceneUnloaded, (Scene scene, MethodInfo * method)); DO_APP_FUNC(0x02D1C6B0, void, SceneManager_Internal_ActiveSceneChanged, (Scene previousActiveScene, Scene newActiveScene, MethodInfo * method)); DO_APP_FUNC(0x02D1C750, void, SceneManager__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D1C790, void, SceneManager_GetActiveScene_Injected, (Scene * ret, MethodInfo * method)); DO_APP_FUNC(0x02D1C7E0, bool, SceneManager_SetActiveScene_Injected, (Scene * scene, MethodInfo * method)); DO_APP_FUNC(0x02D1C830, void, SceneManager_GetSceneAt_Injected, (int32_t index, Scene * ret, MethodInfo * method)); DO_APP_FUNC(0x02D1C890, AsyncOperation *, SceneManager_UnloadSceneAsyncInternal_Injected, (Scene * scene, UnloadSceneOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, LoadSceneParameters_set_loadSceneMode, (LoadSceneParameters * __this, LoadSceneMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D1C8F0, void, LoadSceneParameters__ctor, (LoadSceneParameters * __this, LoadSceneMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D1C900, String *, PlayerLoopSystem_ToString, (PlayerLoopSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, PlayerLoopSystem_UpdateFunction__ctor, (PlayerLoopSystem_UpdateFunction * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, PlayerLoopSystem_UpdateFunction_Invoke, (PlayerLoopSystem_UpdateFunction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MessageEventArgs__ctor, (MessageEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1C930, PlayerConnection *, PlayerConnection_get_instance, (MethodInfo * method)); DO_APP_FUNC(0x02D1CB60, bool, PlayerConnection_get_isConnected, (PlayerConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1CBC0, PlayerConnection *, PlayerConnection_CreateInstance, (MethodInfo * method)); DO_APP_FUNC(0x02D1CCF0, void, PlayerConnection_OnEnable, (PlayerConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1CD60, IPlayerEditorConnectionNative *, PlayerConnection_GetConnectionNativeApi, (PlayerConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1CDD0, void, PlayerConnection_Register, (PlayerConnection * __this, Guid messageId, UnityAction_1_UnityEngine_Networking_PlayerConnection_MessageEventArgs_ * callback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6F50, PlayerConnection_Register__MethodInfo); DO_APP_FUNC(0x02D1D020, void, PlayerConnection_Unregister, (PlayerConnection * __this, Guid messageId, UnityAction_1_UnityEngine_Networking_PlayerConnection_MessageEventArgs_ * callback, MethodInfo * method)); DO_APP_FUNC(0x02D1D2D0, void, PlayerConnection_RegisterConnection, (PlayerConnection * __this, UnityAction_1_System_Int32_ * callback, MethodInfo * method)); DO_APP_FUNC(0x02D1D500, void, PlayerConnection_RegisterDisconnection, (PlayerConnection * __this, UnityAction_1_System_Int32_ * callback, MethodInfo * method)); DO_APP_FUNC(0x02D1D560, void, PlayerConnection_UnregisterConnection, (PlayerConnection * __this, UnityAction_1_System_Int32_ * callback, MethodInfo * method)); DO_APP_FUNC(0x02D1D600, void, PlayerConnection_UnregisterDisconnection, (PlayerConnection * __this, UnityAction_1_System_Int32_ * callback, MethodInfo * method)); DO_APP_FUNC(0x02D1D6A0, void, PlayerConnection_Send, (PlayerConnection * __this, Guid messageId, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6ED0, PlayerConnection_Send__MethodInfo); DO_APP_FUNC(0x02D1D850, bool, PlayerConnection_TrySend, (PlayerConnection * __this, Guid messageId, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6F00, PlayerConnection_TrySend__MethodInfo); DO_APP_FUNC(0x02D1DA10, bool, PlayerConnection_BlockUntilRecvMsg, (PlayerConnection * __this, Guid messageId, int32_t timeout, MethodInfo * method)); DO_APP_FUNC(0x02D1DD90, void, PlayerConnection_DisconnectAll, (PlayerConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1DDF0, void, PlayerConnection_MessageCallbackInternal, (void * data, uint64_t size, uint64_t guid, String * messageId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6F08, PlayerConnection_MessageCallbackInternal__MethodInfo); DO_APP_FUNC(0x02D1E030, void, PlayerConnection_ConnectedCallbackInternal, (int32_t playerId, MethodInfo * method)); DO_APP_FUNC(0x02D1E110, void, PlayerConnection_DisconnectedCallback, (int32_t playerId, MethodInfo * method)); DO_APP_FUNC(0x02D1E1A0, void, PlayerConnection__ctor, (PlayerConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlayerConnection_c_DisplayClass12_0__ctor, (PlayerConnection_c_DisplayClass12_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1E300, bool, PlayerConnection_c_DisplayClass12_0__Register_b__0, (PlayerConnection_c_DisplayClass12_0 * __this, PlayerEditorConnectionEvents_MessageTypeSubscribers * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6F88, PlayerConnection_c_DisplayClass12_0__Register_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, PlayerConnection_c_DisplayClass13_0__ctor, (PlayerConnection_c_DisplayClass13_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1E300, bool, PlayerConnection_c_DisplayClass13_0__Unregister_b__0, (PlayerConnection_c_DisplayClass13_0 * __this, PlayerEditorConnectionEvents_MessageTypeSubscribers * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6EB0, PlayerConnection_c_DisplayClass13_0__Unregister_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, PlayerConnection_c_DisplayClass20_0__ctor, (PlayerConnection_c_DisplayClass20_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD40, void, PlayerConnection_c_DisplayClass20_0__BlockUntilRecvMsg_b__0, (PlayerConnection_c_DisplayClass20_0 * __this, MessageEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6EF8, PlayerConnection_c_DisplayClass20_0__BlockUntilRecvMsg_b__0__MethodInfo); DO_APP_FUNC(0x02D1E380, void, PlayerEditorConnectionEvents_InvokeMessageIdSubscribers, (PlayerEditorConnectionEvents * __this, Guid messageId, Byte__Array * data, int32_t playerId, MethodInfo * method)); DO_APP_FUNC(0x02D1E780, UnityEvent_1_UnityEngine_Networking_PlayerConnection_MessageEventArgs_ *, PlayerEditorConnectionEvents_AddAndCreate, (PlayerEditorConnectionEvents * __this, Guid messageId, MethodInfo * method)); DO_APP_FUNC(0x02D1EAD0, void, PlayerEditorConnectionEvents_UnregisterManagedCallback, (PlayerEditorConnectionEvents * __this, Guid messageId, UnityAction_1_UnityEngine_Networking_PlayerConnection_MessageEventArgs_ * callback, MethodInfo * method)); DO_APP_FUNC(0x02D1EC60, void, PlayerEditorConnectionEvents__ctor, (PlayerEditorConnectionEvents * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1EE70, void, PlayerEditorConnectionEvents_MessageEvent__ctor, (PlayerEditorConnectionEvents_MessageEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1EF00, void, PlayerEditorConnectionEvents_ConnectionChangeEvent__ctor, (PlayerEditorConnectionEvents_ConnectionChangeEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1EF40, Guid, PlayerEditorConnectionEvents_MessageTypeSubscribers_get_MessageTypeId, (PlayerEditorConnectionEvents_MessageTypeSubscribers * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1F070, void, PlayerEditorConnectionEvents_MessageTypeSubscribers_set_MessageTypeId, (PlayerEditorConnectionEvents_MessageTypeSubscribers * __this, Guid value, MethodInfo * method)); DO_APP_FUNC(0x02D1F110, void, PlayerEditorConnectionEvents_MessageTypeSubscribers__ctor, (PlayerEditorConnectionEvents_MessageTypeSubscribers * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlayerEditorConnectionEvents_c_DisplayClass6_0__ctor, (PlayerEditorConnectionEvents_c_DisplayClass6_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1E300, bool, PlayerEditorConnectionEvents_c_DisplayClass6_0__InvokeMessageIdSubscribers_b__0, (PlayerEditorConnectionEvents_c_DisplayClass6_0 * __this, PlayerEditorConnectionEvents_MessageTypeSubscribers * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6E00, PlayerEditorConnectionEvents_c_DisplayClass6_0__InvokeMessageIdSubscribers_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, PlayerEditorConnectionEvents_c_DisplayClass7_0__ctor, (PlayerEditorConnectionEvents_c_DisplayClass7_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1E300, bool, PlayerEditorConnectionEvents_c_DisplayClass7_0__AddAndCreate_b__0, (PlayerEditorConnectionEvents_c_DisplayClass7_0 * __this, PlayerEditorConnectionEvents_MessageTypeSubscribers * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6E28, PlayerEditorConnectionEvents_c_DisplayClass7_0__AddAndCreate_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, PlayerEditorConnectionEvents_c_DisplayClass8_0__ctor, (PlayerEditorConnectionEvents_c_DisplayClass8_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1E300, bool, PlayerEditorConnectionEvents_c_DisplayClass8_0__UnregisterManagedCallback_b__0, (PlayerEditorConnectionEvents_c_DisplayClass8_0 * __this, PlayerEditorConnectionEvents_MessageTypeSubscribers * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6E08, PlayerEditorConnectionEvents_c_DisplayClass8_0__UnregisterManagedCallback_b__0__MethodInfo); DO_APP_FUNC(0x003BABE0, void, DefaultValueAttribute_1__ctor, (DefaultValueAttribute_1 * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01616940, Object *, DefaultValueAttribute_1_get_Value, (DefaultValueAttribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1F1D0, bool, DefaultValueAttribute_1_Equals, (DefaultValueAttribute_1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02D1F280, int32_t, DefaultValueAttribute_1_GetHashCode, (DefaultValueAttribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExcludeFromDocsAttribute__ctor, (ExcludeFromDocsAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1F2C0, void, AsyncGPUReadbackRequest_WaitForCompletion, (AsyncGPUReadbackRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1F310, bool, AsyncGPUReadbackRequest_get_done, (AsyncGPUReadbackRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1F360, bool, AsyncGPUReadbackRequest_get_hasError, (AsyncGPUReadbackRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1F3B0, int32_t, AsyncGPUReadbackRequest_get_layerCount, (AsyncGPUReadbackRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1F400, int32_t, AsyncGPUReadbackRequest_get_layerDataSize, (AsyncGPUReadbackRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1F310, bool, AsyncGPUReadbackRequest_IsDone, (AsyncGPUReadbackRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1F360, bool, AsyncGPUReadbackRequest_HasError, (AsyncGPUReadbackRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1F3B0, int32_t, AsyncGPUReadbackRequest_GetLayerCount, (AsyncGPUReadbackRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1F400, int32_t, AsyncGPUReadbackRequest_GetLayerDataSize, (AsyncGPUReadbackRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1F450, void, AsyncGPUReadbackRequest_SetScriptingCallback, (AsyncGPUReadbackRequest * __this, Action_1_UnityEngine_Rendering_AsyncGPUReadbackRequest_ * callback, MethodInfo * method)); DO_APP_FUNC(0x02D1F4B0, void *, AsyncGPUReadbackRequest_GetDataRaw, (AsyncGPUReadbackRequest * __this, int32_t layer, MethodInfo * method)); DO_APP_FUNC(0x02D1F2C0, void, AsyncGPUReadbackRequest_WaitForCompletion_Injected, (AsyncGPUReadbackRequest * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D1F310, bool, AsyncGPUReadbackRequest_IsDone_Injected, (AsyncGPUReadbackRequest * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D1F360, bool, AsyncGPUReadbackRequest_HasError_Injected, (AsyncGPUReadbackRequest * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D1F3B0, int32_t, AsyncGPUReadbackRequest_GetLayerCount_Injected, (AsyncGPUReadbackRequest * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D1F400, int32_t, AsyncGPUReadbackRequest_GetLayerDataSize_Injected, (AsyncGPUReadbackRequest * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D1F450, void, AsyncGPUReadbackRequest_SetScriptingCallback_Injected, (AsyncGPUReadbackRequest * _unity_self, Action_1_UnityEngine_Rendering_AsyncGPUReadbackRequest_ * callback, MethodInfo * method)); DO_APP_FUNC(0x02D1F4B0, void *, AsyncGPUReadbackRequest_GetDataRaw_Injected, (AsyncGPUReadbackRequest * _unity_self, int32_t layer, MethodInfo * method)); DO_APP_FUNC(0x02D1F510, AsyncGPUReadbackRequest, AsyncGPUReadback_Request, (Texture * src, int32_t mipIndex, int32_t x, int32_t width, int32_t y, int32_t height, int32_t z, int32_t depth, Action_1_UnityEngine_Rendering_AsyncGPUReadbackRequest_ * callback, MethodInfo * method)); DO_APP_FUNC(0x02D1F650, AsyncGPUReadbackRequest, AsyncGPUReadback_Request_Internal_Texture_3, (Texture * src, int32_t mipIndex, int32_t x, int32_t width, int32_t y, int32_t height, int32_t z, int32_t depth, AsyncRequestNativeArrayData * data, MethodInfo * method)); DO_APP_FUNC(0x02D1F720, void, AsyncGPUReadback_Request_Internal_Texture_3_Injected, (Texture * src, int32_t mipIndex, int32_t x, int32_t width, int32_t y, int32_t height, int32_t z, int32_t depth, AsyncRequestNativeArrayData * data, AsyncGPUReadbackRequest * ret, MethodInfo * method)); DO_APP_FUNC(0x02D1F7A0, bool, CameraEventUtils_IsValid, (CameraEvent__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01770920, Bounds, SubMeshDescriptor_get_bounds, (SubMeshDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, MeshTopology__Enum, SubMeshDescriptor_get_topology, (SubMeshDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, SubMeshDescriptor_get_indexStart, (SubMeshDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, SubMeshDescriptor_get_indexCount, (SubMeshDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, SubMeshDescriptor_get_baseVertex, (SubMeshDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, SubMeshDescriptor_get_firstVertex, (SubMeshDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, int32_t, SubMeshDescriptor_get_vertexCount, (SubMeshDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1F7B0, String *, SubMeshDescriptor_ToString, (SubMeshDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, VertexAttribute__Enum, VertexAttributeDescriptor_get_attribute, (VertexAttributeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, VertexAttributeDescriptor_set_attribute, (VertexAttributeDescriptor * __this, VertexAttribute__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00C59320, VertexAttributeFormat__Enum, VertexAttributeDescriptor_get_format, (VertexAttributeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x01914E90, void, VertexAttributeDescriptor_set_format, (VertexAttributeDescriptor * __this, VertexAttributeFormat__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, VertexAttributeDescriptor_get_dimension, (VertexAttributeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x01914EB0, void, VertexAttributeDescriptor_set_dimension, (VertexAttributeDescriptor * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, int32_t, VertexAttributeDescriptor_get_stream, (VertexAttributeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x01B64E90, void, VertexAttributeDescriptor_set_stream, (VertexAttributeDescriptor * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01F1B1A0, void, VertexAttributeDescriptor__ctor, (VertexAttributeDescriptor * __this, VertexAttribute__Enum attribute, VertexAttributeFormat__Enum format, int32_t dimension, int32_t stream, MethodInfo * method)); DO_APP_FUNC(0x02D1FB20, String *, VertexAttributeDescriptor_ToString, (VertexAttributeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1FD80, int32_t, VertexAttributeDescriptor_GetHashCode, (VertexAttributeDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D1FDA0, bool, VertexAttributeDescriptor_Equals, (VertexAttributeDescriptor * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x02CB7580, bool, VertexAttributeDescriptor_Equals_1, (VertexAttributeDescriptor * __this, VertexAttributeDescriptor other, MethodInfo * method)); DO_APP_FUNC(0x02D1FE50, void, RenderTargetIdentifier__ctor, (RenderTargetIdentifier * __this, BuiltinRenderTextureType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02D1FEC0, void, RenderTargetIdentifier__ctor_1, (RenderTargetIdentifier * __this, int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02D1FF30, void, RenderTargetIdentifier__ctor_2, (RenderTargetIdentifier * __this, int32_t nameID, int32_t mipLevel, CubemapFace__Enum cubeFace, int32_t depthSlice, MethodInfo * method)); DO_APP_FUNC(0x02D1FFC0, void, RenderTargetIdentifier__ctor_3, (RenderTargetIdentifier * __this, RenderTargetIdentifier renderTargetIdentifier, int32_t mipLevel, CubemapFace__Enum cubeFace, int32_t depthSlice, MethodInfo * method)); DO_APP_FUNC(0x02D1FFF0, void, RenderTargetIdentifier__ctor_4, (RenderTargetIdentifier * __this, Texture * tex, MethodInfo * method)); DO_APP_FUNC(0x02D201D0, void, RenderTargetIdentifier__ctor_5, (RenderTargetIdentifier * __this, RenderBuffer buf, int32_t mipLevel, CubemapFace__Enum cubeFace, int32_t depthSlice, MethodInfo * method)); DO_APP_FUNC(0x02D20200, RenderTargetIdentifier, RenderTargetIdentifier_op_Implicit, (BuiltinRenderTextureType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02D202C0, RenderTargetIdentifier, RenderTargetIdentifier_op_Implicit_1, (int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02D20380, RenderTargetIdentifier, RenderTargetIdentifier_op_Implicit_2, (Texture * tex, MethodInfo * method)); DO_APP_FUNC(0x02D203E0, RenderTargetIdentifier, RenderTargetIdentifier_op_Implicit_3, (RenderBuffer buf, MethodInfo * method)); DO_APP_FUNC(0x02D20440, String *, RenderTargetIdentifier_ToString, (RenderTargetIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x02D20780, int32_t, RenderTargetIdentifier_GetHashCode, (RenderTargetIdentifier * __this, MethodInfo * method)); DO_APP_FUNC(0x02D20790, bool, RenderTargetIdentifier_Equals, (RenderTargetIdentifier * __this, RenderTargetIdentifier rhs, MethodInfo * method)); DO_APP_FUNC(0x02D20820, bool, RenderTargetIdentifier_Equals_1, (RenderTargetIdentifier * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02D20930, SynchronisationStageFlags__Enum, GraphicsFence_TranslateSynchronizationStageToFlags, (SynchronisationStage__Enum s, MethodInfo * method)); DO_APP_FUNC(0x02D20940, void, GraphicsFence_InitPostAllocation, (GraphicsFence * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6D40, GraphicsFence_InitPostAllocation__MethodInfo); DO_APP_FUNC(0x02D20A80, bool, GraphicsFence_IsFencePending, (GraphicsFence * __this, MethodInfo * method)); DO_APP_FUNC(0x02D20B30, void, GraphicsFence_Validate, (GraphicsFence * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6D30, GraphicsFence_Validate__MethodInfo); DO_APP_FUNC(0x02D20BF0, int32_t, GraphicsFence_GetPlatformNotSupportedVersion, (GraphicsFence * __this, MethodInfo * method)); DO_APP_FUNC(0x02D20C00, int32_t, GraphicsFence_GetVersionNumber, (void * fencePtr, MethodInfo * method)); DO_APP_FUNC(0x02D20C50, bool, GraphicsSettings_get_lightsUseLinearIntensity, (MethodInfo * method)); DO_APP_FUNC(0x02D20CA0, bool, GraphicsSettings_HasShaderDefine, (GraphicsTier__Enum tier, BuiltinShaderDefine__Enum defineHash, MethodInfo * method)); DO_APP_FUNC(0x02D20D00, ScriptableObject *, GraphicsSettings_get_INTERNAL_currentRenderPipeline, (MethodInfo * method)); DO_APP_FUNC(0x02D20D50, RenderPipelineAsset *, GraphicsSettings_get_currentRenderPipeline, (MethodInfo * method)); DO_APP_FUNC(0x02D20E10, void, GraphicsSettings_set_renderPipelineAsset, (RenderPipelineAsset * value, MethodInfo * method)); DO_APP_FUNC(0x02D20E60, ScriptableObject *, GraphicsSettings_get_INTERNAL_defaultRenderPipeline, (MethodInfo * method)); DO_APP_FUNC(0x02D20E10, void, GraphicsSettings_set_INTERNAL_defaultRenderPipeline, (ScriptableObject * value, MethodInfo * method)); DO_APP_FUNC(0x02D20EB0, RenderPipelineAsset *, GraphicsSettings_get_defaultRenderPipeline, (MethodInfo * method)); DO_APP_FUNC(0x02D20E10, void, GraphicsSettings_set_defaultRenderPipeline, (RenderPipelineAsset * value, MethodInfo * method)); DO_APP_FUNC(0x02D20F70, BuiltinShaderMode__Enum, GraphicsSettings_GetShaderMode, (BuiltinShaderType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02D20FC0, int32_t, OnDemandRendering_get_renderFrameInterval, (MethodInfo * method)); DO_APP_FUNC(0x02D21020, void, OnDemandRendering_GetRenderFrameInterval, (int32_t * frameInterval, MethodInfo * method)); DO_APP_FUNC(0x02D210B0, void, OnDemandRendering__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D210F0, void, CommandBuffer_Internal_SetSinglePassStereo, (CommandBuffer * __this, SinglePassStereoMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D21150, void *, CommandBuffer_InitBuffer, (MethodInfo * method)); DO_APP_FUNC(0x02D211A0, void *, CommandBuffer_CreateGPUFence_Internal, (CommandBuffer * __this, GraphicsFenceType__Enum fenceType, SynchronisationStageFlags__Enum stage, MethodInfo * method)); DO_APP_FUNC(0x02D21210, void, CommandBuffer_WaitOnGPUFence_Internal, (CommandBuffer * __this, void * fencePtr, SynchronisationStageFlags__Enum stage, MethodInfo * method)); DO_APP_FUNC(0x02D21280, void, CommandBuffer_ReleaseBuffer, (CommandBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D212D0, void, CommandBuffer_SetComputeVectorParam, (CommandBuffer * __this, ComputeShader * computeShader, int32_t nameID, Vector4 val, MethodInfo * method)); DO_APP_FUNC(0x02D21350, void, CommandBuffer_Internal_SetComputeFloats, (CommandBuffer * __this, ComputeShader * computeShader, int32_t nameID, Single__Array * values, MethodInfo * method)); DO_APP_FUNC(0x02D213D0, void, CommandBuffer_Internal_SetComputeTextureParam, (CommandBuffer * __this, ComputeShader * computeShader, int32_t kernelIndex, int32_t nameID, RenderTargetIdentifier * rt, int32_t mipLevel, RenderTextureSubElement__Enum element, MethodInfo * method)); DO_APP_FUNC(0x02D21460, void, CommandBuffer_Internal_SetComputeBufferParam, (CommandBuffer * __this, ComputeShader * computeShader, int32_t kernelIndex, int32_t nameID, ComputeBuffer * buffer, MethodInfo * method)); DO_APP_FUNC(0x02D214F0, void, CommandBuffer_Internal_SetComputeConstantComputeBufferParam, (CommandBuffer * __this, ComputeShader * computeShader, int32_t nameID, ComputeBuffer * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02D21580, void, CommandBuffer_Internal_DispatchCompute, (CommandBuffer * __this, ComputeShader * computeShader, int32_t kernelIndex, int32_t threadGroupsX, int32_t threadGroupsY, int32_t threadGroupsZ, MethodInfo * method)); DO_APP_FUNC(0x02D21610, String *, CommandBuffer_get_name, (CommandBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D21660, void, CommandBuffer_set_name, (CommandBuffer * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02D216C0, void, CommandBuffer_Clear, (CommandBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D21710, void, CommandBuffer_Internal_DrawMesh, (CommandBuffer * __this, Mesh * mesh, Matrix4x4 matrix, Material * material, int32_t submeshIndex, int32_t shaderPass, MaterialPropertyBlock * properties, MethodInfo * method)); DO_APP_FUNC(0x02D217B0, void, CommandBuffer_Internal_DrawRenderer, (CommandBuffer * __this, Renderer * renderer, Material * material, int32_t submeshIndex, int32_t shaderPass, MethodInfo * method)); DO_APP_FUNC(0x02D21840, void, CommandBuffer_Internal_DrawRendererList, (CommandBuffer * __this, RendererList rendererList, MethodInfo * method)); DO_APP_FUNC(0x02D218A0, void, CommandBuffer_Internal_DrawProcedural, (CommandBuffer * __this, Matrix4x4 matrix, Material * material, int32_t shaderPass, MeshTopology__Enum topology, int32_t vertexCount, int32_t instanceCount, MaterialPropertyBlock * properties, MethodInfo * method)); DO_APP_FUNC(0x02D21950, void, CommandBuffer_Internal_DrawMeshInstanced, (CommandBuffer * __this, Mesh * mesh, int32_t submeshIndex, Material * material, int32_t shaderPass, Matrix4x4__Array * matrices, int32_t count, MaterialPropertyBlock * properties, MethodInfo * method)); DO_APP_FUNC(0x02D219E0, void, CommandBuffer_Internal_DrawOcclusionMesh, (CommandBuffer * __this, RectInt normalizedCamViewport, MethodInfo * method)); DO_APP_FUNC(0x02D21A40, void, CommandBuffer_SetViewport, (CommandBuffer * __this, Rect pixelRect, MethodInfo * method)); DO_APP_FUNC(0x02D21AA0, void, CommandBuffer_CopyTexture_Internal, (CommandBuffer * __this, RenderTargetIdentifier * src, int32_t srcElement, int32_t srcMip, int32_t srcX, int32_t srcY, int32_t srcWidth, int32_t srcHeight, RenderTargetIdentifier * dst, int32_t dstElement, int32_t dstMip, int32_t dstX, int32_t dstY, int32_t mode, MethodInfo * method)); DO_APP_FUNC(0x02D21B30, void, CommandBuffer_Blit_Texture, (CommandBuffer * __this, Texture * source, RenderTargetIdentifier * dest, Material * mat, int32_t pass, Vector2 scale, Vector2 offset, int32_t sourceDepthSlice, int32_t destDepthSlice, MethodInfo * method)); DO_APP_FUNC(0x02D21BF0, void, CommandBuffer_Blit_Identifier, (CommandBuffer * __this, RenderTargetIdentifier * source, RenderTargetIdentifier * dest, Material * mat, int32_t pass, Vector2 scale, Vector2 offset, int32_t sourceDepthSlice, int32_t destDepthSlice, MethodInfo * method)); DO_APP_FUNC(0x02D21CB0, void, CommandBuffer_GetTemporaryRT, (CommandBuffer * __this, int32_t nameID, int32_t width, int32_t height, int32_t depthBuffer, FilterMode__Enum filter, GraphicsFormat__Enum format, int32_t antiAliasing, bool enableRandomWrite, RenderTextureMemoryless__Enum memorylessMode, bool useDynamicScale, MethodInfo * method)); DO_APP_FUNC(0x02D21D50, void, CommandBuffer_GetTemporaryRT_1, (CommandBuffer * __this, int32_t nameID, int32_t width, int32_t height, int32_t depthBuffer, FilterMode__Enum filter, GraphicsFormat__Enum format, int32_t antiAliasing, bool enableRandomWrite, RenderTextureMemoryless__Enum memorylessMode, MethodInfo * method)); DO_APP_FUNC(0x02D21DF0, void, CommandBuffer_GetTemporaryRT_2, (CommandBuffer * __this, int32_t nameID, int32_t width, int32_t height, int32_t depthBuffer, FilterMode__Enum filter, GraphicsFormat__Enum format, int32_t antiAliasing, MethodInfo * method)); DO_APP_FUNC(0x02D21EC0, void, CommandBuffer_GetTemporaryRT_3, (CommandBuffer * __this, int32_t nameID, int32_t width, int32_t height, int32_t depthBuffer, FilterMode__Enum filter, GraphicsFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02D21F80, void, CommandBuffer_GetTemporaryRT_4, (CommandBuffer * __this, int32_t nameID, int32_t width, int32_t height, int32_t depthBuffer, FilterMode__Enum filter, RenderTextureFormat__Enum format, RenderTextureReadWrite__Enum readWrite, int32_t antiAliasing, bool enableRandomWrite, RenderTextureMemoryless__Enum memorylessMode, bool useDynamicScale, MethodInfo * method)); DO_APP_FUNC(0x02D220B0, void, CommandBuffer_GetTemporaryRT_5, (CommandBuffer * __this, int32_t nameID, int32_t width, int32_t height, int32_t depthBuffer, FilterMode__Enum filter, RenderTextureFormat__Enum format, RenderTextureReadWrite__Enum readWrite, int32_t antiAliasing, bool enableRandomWrite, RenderTextureMemoryless__Enum memorylessMode, MethodInfo * method)); DO_APP_FUNC(0x02D22120, void, CommandBuffer_GetTemporaryRT_6, (CommandBuffer * __this, int32_t nameID, int32_t width, int32_t height, int32_t depthBuffer, FilterMode__Enum filter, RenderTextureFormat__Enum format, RenderTextureReadWrite__Enum readWrite, int32_t antiAliasing, bool enableRandomWrite, MethodInfo * method)); DO_APP_FUNC(0x02D22180, void, CommandBuffer_GetTemporaryRT_7, (CommandBuffer * __this, int32_t nameID, int32_t width, int32_t height, int32_t depthBuffer, FilterMode__Enum filter, RenderTextureFormat__Enum format, RenderTextureReadWrite__Enum readWrite, int32_t antiAliasing, MethodInfo * method)); DO_APP_FUNC(0x02D221E0, void, CommandBuffer_GetTemporaryRT_8, (CommandBuffer * __this, int32_t nameID, int32_t width, int32_t height, int32_t depthBuffer, FilterMode__Enum filter, RenderTextureFormat__Enum format, RenderTextureReadWrite__Enum readWrite, MethodInfo * method)); DO_APP_FUNC(0x02D22240, void, CommandBuffer_GetTemporaryRT_9, (CommandBuffer * __this, int32_t nameID, int32_t width, int32_t height, int32_t depthBuffer, FilterMode__Enum filter, RenderTextureFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02D22350, void, CommandBuffer_GetTemporaryRTWithDescriptor, (CommandBuffer * __this, int32_t nameID, RenderTextureDescriptor desc, FilterMode__Enum filter, MethodInfo * method)); DO_APP_FUNC(0x02D223D0, void, CommandBuffer_GetTemporaryRT_10, (CommandBuffer * __this, int32_t nameID, RenderTextureDescriptor desc, FilterMode__Enum filter, MethodInfo * method)); DO_APP_FUNC(0x02D22470, void, CommandBuffer_ReleaseTemporaryRT, (CommandBuffer * __this, int32_t nameID, MethodInfo * method)); DO_APP_FUNC(0x02D224D0, void, CommandBuffer_ClearRenderTarget, (CommandBuffer * __this, RTClearFlags__Enum clearFlags, Color backgroundColor, float depth, uint32_t stencil, MethodInfo * method)); DO_APP_FUNC(0x02D22560, void, CommandBuffer_ClearRenderTarget_1, (CommandBuffer * __this, bool clearDepth, bool clearColor, Color backgroundColor, MethodInfo * method)); DO_APP_FUNC(0x02D22660, void, CommandBuffer_SetGlobalFloat, (CommandBuffer * __this, int32_t nameID, float value, MethodInfo * method)); DO_APP_FUNC(0x02D226D0, void, CommandBuffer_SetGlobalInt, (CommandBuffer * __this, int32_t nameID, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D22740, void, CommandBuffer_SetGlobalVector, (CommandBuffer * __this, int32_t nameID, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x02D227B0, void, CommandBuffer_SetGlobalColor, (CommandBuffer * __this, int32_t nameID, Color value, MethodInfo * method)); DO_APP_FUNC(0x02D22820, void, CommandBuffer_SetGlobalMatrix, (CommandBuffer * __this, int32_t nameID, Matrix4x4 value, MethodInfo * method)); DO_APP_FUNC(0x02D22890, void, CommandBuffer_EnableShaderKeyword, (CommandBuffer * __this, String * keyword, MethodInfo * method)); DO_APP_FUNC(0x02D228F0, void, CommandBuffer_DisableShaderKeyword, (CommandBuffer * __this, String * keyword, MethodInfo * method)); DO_APP_FUNC(0x02D22950, void, CommandBuffer_SetViewProjectionMatrices, (CommandBuffer * __this, Matrix4x4 view, Matrix4x4 proj, MethodInfo * method)); DO_APP_FUNC(0x02D229C0, void, CommandBuffer_SetExecutionFlags, (CommandBuffer * __this, CommandBufferExecutionFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02D22A20, bool, CommandBuffer_ValidateAgainstExecutionFlags, (CommandBuffer * __this, CommandBufferExecutionFlags__Enum requiredFlags, CommandBufferExecutionFlags__Enum invalidFlags, MethodInfo * method)); DO_APP_FUNC(0x02D22A90, void, CommandBuffer_SetGlobalTexture_Impl, (CommandBuffer * __this, int32_t nameID, RenderTargetIdentifier * rt, RenderTextureSubElement__Enum element, MethodInfo * method)); DO_APP_FUNC(0x02D22B10, void, CommandBuffer_BeginSample, (CommandBuffer * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02D22B70, void, CommandBuffer_EndSample, (CommandBuffer * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02D22BD0, void, CommandBuffer_BeginSample_1, (CommandBuffer * __this, CustomSampler * sampler, MethodInfo * method)); DO_APP_FUNC(0x02D22C30, void, CommandBuffer_EndSample_1, (CommandBuffer * __this, CustomSampler * sampler, MethodInfo * method)); DO_APP_FUNC(0x02D22BD0, void, CommandBuffer_BeginSample_CustomSampler, (CommandBuffer * __this, CustomSampler * sampler, MethodInfo * method)); DO_APP_FUNC(0x02D22C30, void, CommandBuffer_EndSample_CustomSampler, (CommandBuffer * __this, CustomSampler * sampler, MethodInfo * method)); DO_APP_FUNC(0x02D22C90, void, CommandBuffer_SetGlobalConstantBufferInternal, (CommandBuffer * __this, ComputeBuffer * buffer, int32_t nameID, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02D22D20, void, CommandBuffer_SetRenderTarget, (CommandBuffer * __this, RenderTargetIdentifier rt, MethodInfo * method)); DO_APP_FUNC(0x02D22E00, void, CommandBuffer_SetRenderTarget_1, (CommandBuffer * __this, RenderTargetIdentifier rt, RenderBufferLoadAction__Enum loadAction, RenderBufferStoreAction__Enum storeAction, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6B30, CommandBuffer_SetRenderTarget_1__MethodInfo); DO_APP_FUNC(0x02D22F50, void, CommandBuffer_SetRenderTarget_2, (CommandBuffer * __this, RenderTargetIdentifier rt, RenderBufferLoadAction__Enum colorLoadAction, RenderBufferStoreAction__Enum colorStoreAction, RenderBufferLoadAction__Enum depthLoadAction, RenderBufferStoreAction__Enum depthStoreAction, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6B20, CommandBuffer_SetRenderTarget_2__MethodInfo); DO_APP_FUNC(0x02D230D0, void, CommandBuffer_SetRenderTarget_3, (CommandBuffer * __this, RenderTargetIdentifier rt, int32_t mipLevel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6B00, CommandBuffer_SetRenderTarget_3__MethodInfo); DO_APP_FUNC(0x02D232A0, void, CommandBuffer_SetRenderTarget_4, (CommandBuffer * __this, RenderTargetIdentifier rt, int32_t mipLevel, CubemapFace__Enum cubemapFace, int32_t depthSlice, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6AD0, CommandBuffer_SetRenderTarget_4__MethodInfo); DO_APP_FUNC(0x02D23500, void, CommandBuffer_SetRenderTarget_5, (CommandBuffer * __this, RenderTargetIdentifier color, RenderTargetIdentifier depth, MethodInfo * method)); DO_APP_FUNC(0x02D23620, void, CommandBuffer_SetRenderTarget_6, (CommandBuffer * __this, RenderTargetIdentifier color, RenderTargetIdentifier depth, int32_t mipLevel, CubemapFace__Enum cubemapFace, int32_t depthSlice, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6AB8, CommandBuffer_SetRenderTarget_6__MethodInfo); DO_APP_FUNC(0x02D238B0, void, CommandBuffer_SetRenderTarget_7, (CommandBuffer * __this, RenderTargetIdentifier color, RenderBufferLoadAction__Enum colorLoadAction, RenderBufferStoreAction__Enum colorStoreAction, RenderTargetIdentifier depth, RenderBufferLoadAction__Enum depthLoadAction, RenderBufferStoreAction__Enum depthStoreAction, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6AA8, CommandBuffer_SetRenderTarget_7__MethodInfo); DO_APP_FUNC(0x02D23A70, void, CommandBuffer_SetRenderTarget_8, (CommandBuffer * __this, RenderTargetIdentifier__Array * colors, RenderTargetIdentifier depth, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6880, CommandBuffer_SetRenderTarget_8__MethodInfo); DO_APP_FUNC(0x02D23D10, void, CommandBuffer_SetRenderTarget_9, (CommandBuffer * __this, RenderTargetIdentifier__Array * colors, RenderTargetIdentifier depth, int32_t mipLevel, CubemapFace__Enum cubemapFace, int32_t depthSlice, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6870, CommandBuffer_SetRenderTarget_9__MethodInfo); DO_APP_FUNC(0x02D23FE0, void, CommandBuffer_SetRenderTargetSingle_Internal, (CommandBuffer * __this, RenderTargetIdentifier rt, RenderBufferLoadAction__Enum colorLoadAction, RenderBufferStoreAction__Enum colorStoreAction, RenderBufferLoadAction__Enum depthLoadAction, RenderBufferStoreAction__Enum depthStoreAction, MethodInfo * method)); DO_APP_FUNC(0x02D24080, void, CommandBuffer_SetRenderTargetColorDepth_Internal, (CommandBuffer * __this, RenderTargetIdentifier color, RenderTargetIdentifier depth, RenderBufferLoadAction__Enum colorLoadAction, RenderBufferStoreAction__Enum colorStoreAction, RenderBufferLoadAction__Enum depthLoadAction, RenderBufferStoreAction__Enum depthStoreAction, RenderTargetFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02D24130, void, CommandBuffer_SetRenderTargetMulti_Internal, (CommandBuffer * __this, RenderTargetIdentifier__Array * colors, RenderTargetIdentifier depth, RenderBufferLoadAction__Enum__Array * colorLoadActions, RenderBufferStoreAction__Enum__Array * colorStoreActions, RenderBufferLoadAction__Enum depthLoadAction, RenderBufferStoreAction__Enum depthStoreAction, RenderTargetFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02D241E0, void, CommandBuffer_SetRenderTargetMultiSubtarget, (CommandBuffer * __this, RenderTargetIdentifier__Array * colors, RenderTargetIdentifier depth, RenderBufferLoadAction__Enum__Array * colorLoadActions, RenderBufferStoreAction__Enum__Array * colorStoreActions, RenderBufferLoadAction__Enum depthLoadAction, RenderBufferStoreAction__Enum depthStoreAction, int32_t mipLevel, CubemapFace__Enum cubemapFace, int32_t depthSlice, MethodInfo * method)); DO_APP_FUNC(0x02D242B0, void, CommandBuffer_SetBufferData, (CommandBuffer * __this, ComputeBuffer * buffer, Array * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6868, CommandBuffer_SetBufferData__MethodInfo); DO_APP_FUNC(0x02D244B0, void, CommandBuffer_InternalSetComputeBufferData, (CommandBuffer * __this, ComputeBuffer * buffer, Array * data, int32_t managedBufferStartIndex, int32_t graphicsBufferStartIndex, int32_t count, int32_t elemSize, MethodInfo * method)); DO_APP_FUNC(0x02D24540, void, CommandBuffer_Finalize, (CommandBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D24590, void, CommandBuffer_Dispose, (CommandBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D245F0, void, CommandBuffer_Dispose_1, (CommandBuffer * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02D24680, void, CommandBuffer__ctor, (CommandBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D246D0, GraphicsFence, CommandBuffer_CreateAsyncGraphicsFence, (CommandBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D24770, GraphicsFence, CommandBuffer_CreateGraphicsFence, (CommandBuffer * __this, GraphicsFenceType__Enum fenceType, SynchronisationStageFlags__Enum stage, MethodInfo * method)); DO_APP_FUNC(0x02D24830, void, CommandBuffer_WaitOnAsyncGraphicsFence, (CommandBuffer * __this, GraphicsFence fence, MethodInfo * method)); DO_APP_FUNC(0x02D24930, void, CommandBuffer_WaitOnAsyncGraphicsFence_1, (CommandBuffer * __this, GraphicsFence fence, SynchronisationStage__Enum stage, MethodInfo * method)); DO_APP_FUNC(0x02D24A40, void, CommandBuffer_WaitOnAsyncGraphicsFence_2, (CommandBuffer * __this, GraphicsFence fence, SynchronisationStageFlags__Enum stage, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD68A8, CommandBuffer_WaitOnAsyncGraphicsFence_2__MethodInfo); DO_APP_FUNC(0x02D24B20, void, CommandBuffer_SetComputeVectorParam_1, (CommandBuffer * __this, ComputeShader * computeShader, String * name, Vector4 val, MethodInfo * method)); DO_APP_FUNC(0x02D24BF0, void, CommandBuffer_SetComputeFloatParams, (CommandBuffer * __this, ComputeShader * computeShader, String * name, Single__Array * values, MethodInfo * method)); DO_APP_FUNC(0x02D24CB0, void, CommandBuffer_SetComputeTextureParam, (CommandBuffer * __this, ComputeShader * computeShader, int32_t kernelIndex, String * name, RenderTargetIdentifier rt, MethodInfo * method)); DO_APP_FUNC(0x02D24D90, void, CommandBuffer_SetComputeBufferParam, (CommandBuffer * __this, ComputeShader * computeShader, int32_t kernelIndex, String * name, ComputeBuffer * buffer, MethodInfo * method)); DO_APP_FUNC(0x02D214F0, void, CommandBuffer_SetComputeConstantBufferParam, (CommandBuffer * __this, ComputeShader * computeShader, int32_t nameID, ComputeBuffer * buffer, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02D21580, void, CommandBuffer_DispatchCompute, (CommandBuffer * __this, ComputeShader * computeShader, int32_t kernelIndex, int32_t threadGroupsX, int32_t threadGroupsY, int32_t threadGroupsZ, MethodInfo * method)); DO_APP_FUNC(0x02D24E60, void, CommandBuffer_DrawMesh, (CommandBuffer * __this, Mesh * mesh, Matrix4x4 matrix, Material * material, int32_t submeshIndex, int32_t shaderPass, MaterialPropertyBlock * properties, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6930, CommandBuffer_DrawMesh__MethodInfo); DO_APP_FUNC(0x02D25350, void, CommandBuffer_DrawMesh_1, (CommandBuffer * __this, Mesh * mesh, Matrix4x4 matrix, Material * material, int32_t submeshIndex, int32_t shaderPass, MethodInfo * method)); DO_APP_FUNC(0x02D253C0, void, CommandBuffer_DrawMesh_2, (CommandBuffer * __this, Mesh * mesh, Matrix4x4 matrix, Material * material, int32_t submeshIndex, MethodInfo * method)); DO_APP_FUNC(0x02D25420, void, CommandBuffer_DrawMesh_3, (CommandBuffer * __this, Mesh * mesh, Matrix4x4 matrix, Material * material, MethodInfo * method)); DO_APP_FUNC(0x02D25480, void, CommandBuffer_DrawRenderer, (CommandBuffer * __this, Renderer * renderer, Material * material, int32_t submeshIndex, int32_t shaderPass, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6910, CommandBuffer_DrawRenderer__MethodInfo); DO_APP_FUNC(0x02D25870, void, CommandBuffer_DrawRenderer_1, (CommandBuffer * __this, Renderer * renderer, Material * material, int32_t submeshIndex, MethodInfo * method)); DO_APP_FUNC(0x02D25890, void, CommandBuffer_DrawRenderer_2, (CommandBuffer * __this, Renderer * renderer, Material * material, MethodInfo * method)); DO_APP_FUNC(0x02D258C0, void, CommandBuffer_DrawRendererList, (CommandBuffer * __this, RendererList rendererList, MethodInfo * method)); DO_APP_FUNC(0x02D25920, void, CommandBuffer_DrawProcedural, (CommandBuffer * __this, Matrix4x4 matrix, Material * material, int32_t shaderPass, MeshTopology__Enum topology, int32_t vertexCount, int32_t instanceCount, MaterialPropertyBlock * properties, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD68D8, CommandBuffer_DrawProcedural__MethodInfo); DO_APP_FUNC(0x02D25B90, void, CommandBuffer_DrawMeshInstanced, (CommandBuffer * __this, Mesh * mesh, int32_t submeshIndex, Material * material, int32_t shaderPass, Matrix4x4__Array * matrices, int32_t count, MaterialPropertyBlock * properties, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6978, CommandBuffer_DrawMeshInstanced__MethodInfo); DO_APP_FUNC(0x02D26150, void, CommandBuffer_DrawOcclusionMesh, (CommandBuffer * __this, RectInt normalizedCamViewport, MethodInfo * method)); DO_APP_FUNC(0x02D261B0, void, CommandBuffer_CopyTexture, (CommandBuffer * __this, RenderTargetIdentifier src, RenderTargetIdentifier dst, MethodInfo * method)); DO_APP_FUNC(0x02D26280, void, CommandBuffer_CopyTexture_1, (CommandBuffer * __this, RenderTargetIdentifier src, int32_t srcElement, int32_t srcMip, RenderTargetIdentifier dst, int32_t dstElement, int32_t dstMip, MethodInfo * method)); DO_APP_FUNC(0x02D26370, void, CommandBuffer_Blit, (CommandBuffer * __this, Texture * source, RenderTargetIdentifier dest, MethodInfo * method)); DO_APP_FUNC(0x02D264F0, void, CommandBuffer_Blit_1, (CommandBuffer * __this, RenderTargetIdentifier source, RenderTargetIdentifier dest, MethodInfo * method)); DO_APP_FUNC(0x02D26600, void, CommandBuffer_Blit_2, (CommandBuffer * __this, RenderTargetIdentifier source, RenderTargetIdentifier dest, Material * mat, MethodInfo * method)); DO_APP_FUNC(0x02D26720, void, CommandBuffer_Blit_3, (CommandBuffer * __this, RenderTargetIdentifier source, RenderTargetIdentifier dest, Material * mat, int32_t pass, MethodInfo * method)); DO_APP_FUNC(0x02D26850, void, CommandBuffer_SetGlobalVector_1, (CommandBuffer * __this, String * name, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x02D26910, void, CommandBuffer_SetGlobalTexture, (CommandBuffer * __this, String * name, RenderTargetIdentifier value, MethodInfo * method)); DO_APP_FUNC(0x02D269F0, void, CommandBuffer_SetGlobalTexture_1, (CommandBuffer * __this, int32_t nameID, RenderTargetIdentifier value, MethodInfo * method)); DO_APP_FUNC(0x02D26A10, void, CommandBuffer_SetGlobalTexture_2, (CommandBuffer * __this, int32_t nameID, RenderTargetIdentifier value, RenderTextureSubElement__Enum element, MethodInfo * method)); DO_APP_FUNC(0x02D22C90, void, CommandBuffer_SetGlobalConstantBuffer, (CommandBuffer * __this, ComputeBuffer * buffer, int32_t nameID, int32_t offset, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02D210F0, void, CommandBuffer_SetSinglePassStereo, (CommandBuffer * __this, SinglePassStereoMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D26A30, void, CommandBuffer_SetComputeVectorParam_Injected, (CommandBuffer * __this, ComputeShader * computeShader, int32_t nameID, Vector4 * val, MethodInfo * method)); DO_APP_FUNC(0x02D26AB0, void, CommandBuffer_Internal_DrawMesh_Injected, (CommandBuffer * __this, Mesh * mesh, Matrix4x4 * matrix, Material * material, int32_t submeshIndex, int32_t shaderPass, MaterialPropertyBlock * properties, MethodInfo * method)); DO_APP_FUNC(0x02D26B40, void, CommandBuffer_Internal_DrawRendererList_Injected, (CommandBuffer * __this, RendererList * rendererList, MethodInfo * method)); DO_APP_FUNC(0x02D26BA0, void, CommandBuffer_Internal_DrawProcedural_Injected, (CommandBuffer * __this, Matrix4x4 * matrix, Material * material, int32_t shaderPass, MeshTopology__Enum topology, int32_t vertexCount, int32_t instanceCount, MaterialPropertyBlock * properties, MethodInfo * method)); DO_APP_FUNC(0x02D26C30, void, CommandBuffer_Internal_DrawOcclusionMesh_Injected, (CommandBuffer * __this, RectInt * normalizedCamViewport, MethodInfo * method)); DO_APP_FUNC(0x02D26C90, void, CommandBuffer_SetViewport_Injected, (CommandBuffer * __this, Rect * pixelRect, MethodInfo * method)); DO_APP_FUNC(0x02D26CF0, void, CommandBuffer_Blit_Texture_Injected, (CommandBuffer * __this, Texture * source, RenderTargetIdentifier * dest, Material * mat, int32_t pass, Vector2 * scale, Vector2 * offset, int32_t sourceDepthSlice, int32_t destDepthSlice, MethodInfo * method)); DO_APP_FUNC(0x02D26D80, void, CommandBuffer_Blit_Identifier_Injected, (CommandBuffer * __this, RenderTargetIdentifier * source, RenderTargetIdentifier * dest, Material * mat, int32_t pass, Vector2 * scale, Vector2 * offset, int32_t sourceDepthSlice, int32_t destDepthSlice, MethodInfo * method)); DO_APP_FUNC(0x02D26E10, void, CommandBuffer_GetTemporaryRTWithDescriptor_Injected, (CommandBuffer * __this, int32_t nameID, RenderTextureDescriptor * desc, FilterMode__Enum filter, MethodInfo * method)); DO_APP_FUNC(0x02D26E90, void, CommandBuffer_ClearRenderTarget_Injected, (CommandBuffer * __this, RTClearFlags__Enum clearFlags, Color * backgroundColor, float depth, uint32_t stencil, MethodInfo * method)); DO_APP_FUNC(0x02D26F10, void, CommandBuffer_SetGlobalVector_Injected, (CommandBuffer * __this, int32_t nameID, Vector4 * value, MethodInfo * method)); DO_APP_FUNC(0x02D26F80, void, CommandBuffer_SetGlobalColor_Injected, (CommandBuffer * __this, int32_t nameID, Color * value, MethodInfo * method)); DO_APP_FUNC(0x02D26FF0, void, CommandBuffer_SetGlobalMatrix_Injected, (CommandBuffer * __this, int32_t nameID, Matrix4x4 * value, MethodInfo * method)); DO_APP_FUNC(0x02D27060, void, CommandBuffer_SetViewProjectionMatrices_Injected, (CommandBuffer * __this, Matrix4x4 * view, Matrix4x4 * proj, MethodInfo * method)); DO_APP_FUNC(0x02D270D0, void, CommandBuffer_SetRenderTargetSingle_Internal_Injected, (CommandBuffer * __this, RenderTargetIdentifier * rt, RenderBufferLoadAction__Enum colorLoadAction, RenderBufferStoreAction__Enum colorStoreAction, RenderBufferLoadAction__Enum depthLoadAction, RenderBufferStoreAction__Enum depthStoreAction, MethodInfo * method)); DO_APP_FUNC(0x02D27160, void, CommandBuffer_SetRenderTargetColorDepth_Internal_Injected, (CommandBuffer * __this, RenderTargetIdentifier * color, RenderTargetIdentifier * depth, RenderBufferLoadAction__Enum colorLoadAction, RenderBufferStoreAction__Enum colorStoreAction, RenderBufferLoadAction__Enum depthLoadAction, RenderBufferStoreAction__Enum depthStoreAction, RenderTargetFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02D271F0, void, CommandBuffer_SetRenderTargetMulti_Internal_Injected, (CommandBuffer * __this, RenderTargetIdentifier__Array * colors, RenderTargetIdentifier * depth, RenderBufferLoadAction__Enum__Array * colorLoadActions, RenderBufferStoreAction__Enum__Array * colorStoreActions, RenderBufferLoadAction__Enum depthLoadAction, RenderBufferStoreAction__Enum depthStoreAction, RenderTargetFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02D27280, void, CommandBuffer_SetRenderTargetMultiSubtarget_Injected, (CommandBuffer * __this, RenderTargetIdentifier__Array * colors, RenderTargetIdentifier * depth, RenderBufferLoadAction__Enum__Array * colorLoadActions, RenderBufferStoreAction__Enum__Array * colorStoreActions, RenderBufferLoadAction__Enum depthLoadAction, RenderBufferStoreAction__Enum depthStoreAction, int32_t mipLevel, CubemapFace__Enum cubemapFace, int32_t depthSlice, MethodInfo * method)); DO_APP_FUNC(0x02D27310, void, CommandBufferExtensions_Internal_SwitchIntoFastMemory, (CommandBuffer * cmd, RenderTargetIdentifier * rt, FastMemoryFlags__Enum fastMemoryFlags, float residency, bool copyContents, MethodInfo * method)); DO_APP_FUNC(0x02D273A0, void, CommandBufferExtensions_Internal_SwitchOutOfFastMemory, (CommandBuffer * cmd, RenderTargetIdentifier * rt, bool copyContents, MethodInfo * method)); DO_APP_FUNC(0x02D27410, void, CommandBufferExtensions_SwitchIntoFastMemory, (CommandBuffer * cmd, RenderTargetIdentifier rid, FastMemoryFlags__Enum fastMemoryFlags, float residency, bool copyContents, MethodInfo * method)); DO_APP_FUNC(0x02D274A0, void, CommandBufferExtensions_SwitchOutOfFastMemory, (CommandBuffer * cmd, RenderTargetIdentifier rid, bool copyContents, MethodInfo * method)); DO_APP_FUNC(0x02D27510, float, SphericalHarmonicsL2_get_Item, (SphericalHarmonicsL2 * __this, int32_t rgb, int32_t coefficient, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6630, SphericalHarmonicsL2_get_Item__MethodInfo); DO_APP_FUNC(0x02D27710, void, SphericalHarmonicsL2_set_Item, (SphericalHarmonicsL2 * __this, int32_t rgb, int32_t coefficient, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6618, SphericalHarmonicsL2_set_Item__MethodInfo); DO_APP_FUNC(0x02D27910, int32_t, SphericalHarmonicsL2_GetHashCode, (SphericalHarmonicsL2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D27AE0, bool, SphericalHarmonicsL2_Equals, (SphericalHarmonicsL2 * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x02D27C40, bool, SphericalHarmonicsL2_Equals_1, (SphericalHarmonicsL2 * __this, SphericalHarmonicsL2 other, MethodInfo * method)); DO_APP_FUNC(0x02D27D00, bool, SphericalHarmonicsL2_op_Equality, (SphericalHarmonicsL2 lhs, SphericalHarmonicsL2 rhs, MethodInfo * method)); DO_APP_FUNC(0x02D27F20, void, BatchCullingContext__ctor, (BatchCullingContext * __this, NativeArray_1_UnityEngine_Plane_ inCullingPlanes, NativeArray_1_UnityEngine_Rendering_BatchVisibility_ inOutBatchVisibility, NativeArray_1_System_Int32_ outVisibleIndices, NativeArray_1_System_Int32_ outVisibleIndicesY, LODParameters inLodParameters, Matrix4x4 inCullingMatrix, float inNearPlane, MethodInfo * method)); DO_APP_FUNC(0x02D27FA0, void, BatchRendererGroup_InvokeOnPerformCulling, (BatchRendererGroup * group, BatchRendererCullingOutput * context, LODParameters * lodParameters, MethodInfo * method)); DO_APP_FUNC(0x02D28290, void, BatchRendererGroup_OnPerformCulling__ctor, (BatchRendererGroup_OnPerformCulling * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x02D28450, JobHandle, BatchRendererGroup_OnPerformCulling_Invoke, (BatchRendererGroup_OnPerformCulling * __this, BatchRendererGroup * rendererGroup, BatchCullingContext cullingContext, MethodInfo * method)); DO_APP_FUNC(0x02D28500, bool, BlendState_Equals, (BlendState * __this, BlendState other, MethodInfo * method)); DO_APP_FUNC(0x02D287D0, bool, BlendState_Equals_1, (BlendState * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02D28890, int32_t, BlendState_GetHashCode, (BlendState * __this, MethodInfo * method)); DO_APP_FUNC(0x02D28BA0, bool, CullingResults_Equals, (CullingResults * __this, CullingResults other, MethodInfo * method)); DO_APP_FUNC(0x02D28C70, bool, CullingResults_Equals_1, (CullingResults * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, CullingResults_GetHashCode, (CullingResults * __this, MethodInfo * method)); DO_APP_FUNC(0x02D28D10, bool, DepthState_Equals, (DepthState * __this, DepthState other, MethodInfo * method)); DO_APP_FUNC(0x02D28D30, bool, DepthState_Equals_1, (DepthState * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02D28DD0, int32_t, DepthState_GetHashCode, (DepthState * __this, MethodInfo * method)); DO_APP_FUNC(0x02D28DF0, void, DrawingSettings__ctor, (DrawingSettings * __this, ShaderTagId shaderPassName, SortingSettings sortingSettings, MethodInfo * method)); DO_APP_FUNC(0x02D28F50, void, DrawingSettings_set_perObjectData, (DrawingSettings * __this, PerObjectData__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D28F60, void, DrawingSettings_set_overrideMaterial, (DrawingSettings * __this, Material * value, MethodInfo * method)); DO_APP_FUNC(0x01D65470, void, DrawingSettings_set_overrideMaterialPassIndex, (DrawingSettings * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D28FA0, ShaderTagId, DrawingSettings_GetShaderPassName, (DrawingSettings * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6718, DrawingSettings_GetShaderPassName__MethodInfo); DO_APP_FUNC(0x02D290F0, void, DrawingSettings_SetShaderPassName, (DrawingSettings * __this, int32_t index, ShaderTagId shaderPassName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6540, DrawingSettings_SetShaderPassName__MethodInfo); DO_APP_FUNC(0x02D29250, bool, DrawingSettings_Equals, (DrawingSettings * __this, DrawingSettings other, MethodInfo * method)); DO_APP_FUNC(0x02D29800, bool, DrawingSettings_Equals_1, (DrawingSettings * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02D29950, int32_t, DrawingSettings_GetHashCode, (DrawingSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02D299B0, void, DrawingSettings__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D299F0, void, FilteringSettings__ctor, (FilteringSettings * __this, Nullable_1_UnityEngine_Rendering_RenderQueueRange_ renderQueueRange, int32_t layerMask, uint32_t renderingLayerMask, int32_t excludeMotionVectorObjects, MethodInfo * method)); DO_APP_FUNC(0x027E8930, void, FilteringSettings_set_excludeMotionVectorObjects, (FilteringSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D29AE0, bool, FilteringSettings_Equals, (FilteringSettings * __this, FilteringSettings other, MethodInfo * method)); DO_APP_FUNC(0x02D29BA0, bool, FilteringSettings_Equals_1, (FilteringSettings * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02D29C40, int32_t, FilteringSettings_GetHashCode, (FilteringSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02D29CB0, bool, LODParameters_Equals, (LODParameters * __this, LODParameters other, MethodInfo * method)); DO_APP_FUNC(0x02D29D70, bool, LODParameters_Equals_1, (LODParameters * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02D29E20, int32_t, LODParameters_GetHashCode, (LODParameters * __this, MethodInfo * method)); DO_APP_FUNC(0x02D29ED0, void, RasterState__ctor, (RasterState * __this, CullMode__Enum cullingMode, int32_t offsetUnits, float offsetFactor, bool depthClip, MethodInfo * method)); DO_APP_FUNC(0x02D29F60, bool, RasterState_Equals, (RasterState * __this, RasterState other, MethodInfo * method)); DO_APP_FUNC(0x02D29FD0, bool, RasterState_Equals_1, (RasterState * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02D2A0F0, int32_t, RasterState_GetHashCode, (RasterState * __this, MethodInfo * method)); DO_APP_FUNC(0x02D2A140, void, RasterState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RenderPipeline_ProcessRenderRequests, (RenderPipeline * __this, ScriptableRenderContext context, Camera * camera, List_1_UnityEngine_Camera_RenderRequest_ * renderRequests, MethodInfo * method)); DO_APP_FUNC(0x02D2A1D0, void, RenderPipeline_Render, (RenderPipeline * __this, ScriptableRenderContext context, List_1_UnityEngine_Camera_ * cameras, MethodInfo * method)); DO_APP_FUNC(0x02D2A250, void, RenderPipeline_InternalRender, (RenderPipeline * __this, ScriptableRenderContext context, List_1_UnityEngine_Camera_ * cameras, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6450, RenderPipeline_InternalRender__MethodInfo); DO_APP_FUNC(0x02D2A2E0, void, RenderPipeline_InternalRenderWithRequests, (RenderPipeline * __this, ScriptableRenderContext context, List_1_UnityEngine_Camera_ * cameras, List_1_UnityEngine_Camera_RenderRequest_ * renderRequests, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6400, RenderPipeline_InternalRenderWithRequests__MethodInfo); DO_APP_FUNC(0x003BAD20, bool, RenderPipeline_get_disposed, (RenderPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, RenderPipeline_set_disposed, (RenderPipeline * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D2A420, void, RenderPipeline_Dispose, (RenderPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RenderPipeline_Dispose_1, (RenderPipeline * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02D2A490, RenderPipeline *, RenderPipelineAsset_InternalCreatePipeline, (RenderPipelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, String__Array *, RenderPipelineAsset_get_renderingLayerMaskNames, (RenderPipelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, String__Array *, RenderPipelineAsset_get_prefixedRenderingLayerMaskNames, (RenderPipelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Material *, RenderPipelineAsset_get_defaultMaterial, (RenderPipelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Shader *, RenderPipelineAsset_get_autodeskInteractiveShader, (RenderPipelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Shader *, RenderPipelineAsset_get_autodeskInteractiveTransparentShader, (RenderPipelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Shader *, RenderPipelineAsset_get_autodeskInteractiveMaskedShader, (RenderPipelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Shader *, RenderPipelineAsset_get_terrainDetailLitShader, (RenderPipelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Shader *, RenderPipelineAsset_get_terrainDetailGrassShader, (RenderPipelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Shader *, RenderPipelineAsset_get_terrainDetailGrassBillboardShader, (RenderPipelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Material *, RenderPipelineAsset_get_defaultParticleMaterial, (RenderPipelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Material *, RenderPipelineAsset_get_defaultLineMaterial, (RenderPipelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Material *, RenderPipelineAsset_get_defaultTerrainMaterial, (RenderPipelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Material *, RenderPipelineAsset_get_defaultUIMaterial, (RenderPipelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Material *, RenderPipelineAsset_get_defaultUIOverdrawMaterial, (RenderPipelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Material *, RenderPipelineAsset_get_defaultUIETC1SupportedMaterial, (RenderPipelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Material *, RenderPipelineAsset_get_default2DMaterial, (RenderPipelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Material *, RenderPipelineAsset_get_default2DMaskMaterial, (RenderPipelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Shader *, RenderPipelineAsset_get_defaultShader, (RenderPipelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Shader *, RenderPipelineAsset_get_defaultSpeedTree7Shader, (RenderPipelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Shader *, RenderPipelineAsset_get_defaultSpeedTree8Shader, (RenderPipelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02D2A670, void, RenderPipelineAsset_OnValidate, (RenderPipelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02D2A850, void, RenderPipelineAsset_OnDisable, (RenderPipelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, RenderPipelineAsset__ctor, (RenderPipelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02D2A8A0, RenderPipeline *, RenderPipelineManager_get_currentPipeline, (MethodInfo * method)); DO_APP_FUNC(0x02D2A900, void, RenderPipelineManager_set_currentPipeline, (RenderPipeline * value, MethodInfo * method)); DO_APP_FUNC(0x02D2AA90, void, RenderPipelineManager_OnActiveRenderPipelineTypeChanged, (MethodInfo * method)); DO_APP_FUNC(0x02D2AB00, void, RenderPipelineManager_HandleRenderPipelineChange, (RenderPipelineAsset * pipelineAsset, MethodInfo * method)); DO_APP_FUNC(0x02D2ABE0, void, RenderPipelineManager_CleanupRenderPipeline, (MethodInfo * method)); DO_APP_FUNC(0x02D2AED0, String *, RenderPipelineManager_GetCurrentPipelineAssetType, (MethodInfo * method)); DO_APP_FUNC(0x02D2AF30, void, RenderPipelineManager_DoRenderLoop_Internal, (RenderPipelineAsset * pipe, void * loopPtr, List_1_UnityEngine_Camera_RenderRequest_ * renderRequests, MethodInfo * method)); DO_APP_FUNC(0x02D2B2F0, void, RenderPipelineManager_PrepareRenderPipeline, (RenderPipelineAsset * pipelineAsset, MethodInfo * method)); DO_APP_FUNC(0x02D2B5D0, bool, RenderPipelineManager_IsPipelineRequireCreation, (MethodInfo * method)); DO_APP_FUNC(0x02D2B760, void, RenderPipelineManager__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D2B950, RenderQueueRange, RenderQueueRange_get_all, (MethodInfo * method)); DO_APP_FUNC(0x02D2B970, bool, RenderQueueRange_Equals, (RenderQueueRange * __this, RenderQueueRange other, MethodInfo * method)); DO_APP_FUNC(0x02D2B990, bool, RenderQueueRange_Equals_1, (RenderQueueRange * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02D2BA50, int32_t, RenderQueueRange_GetHashCode, (RenderQueueRange * __this, MethodInfo * method)); DO_APP_FUNC(0x02D2BA60, void, RenderQueueRange__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D2BAC0, bool, RenderStateBlock_Equals, (RenderStateBlock * __this, RenderStateBlock other, MethodInfo * method)); DO_APP_FUNC(0x02D2BD00, bool, RenderStateBlock_Equals_1, (RenderStateBlock * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02D2BE00, int32_t, RenderStateBlock_GetHashCode, (RenderStateBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x02D2BF70, bool, RenderTargetBlendState_Equals, (RenderTargetBlendState * __this, RenderTargetBlendState other, MethodInfo * method)); DO_APP_FUNC(0x02D2BFC0, bool, RenderTargetBlendState_Equals_1, (RenderTargetBlendState * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02D2C0A0, int32_t, RenderTargetBlendState_GetHashCode, (RenderTargetBlendState * __this, MethodInfo * method)); DO_APP_FUNC(0x02D2C100, void, ScriptableRenderContext_InitializeSortSettings, (Camera * camera, SortingSettings * sortingSettings, MethodInfo * method)); DO_APP_FUNC(0x02D2C160, void, ScriptableRenderContext_GetCameras_Internal, (ScriptableRenderContext * __this, Type * listType, Object * resultList, MethodInfo * method)); DO_APP_FUNC(0x02D2C210, void, ScriptableRenderContext_DrawRenderers_Internal, (ScriptableRenderContext * __this, void * cullResults, DrawingSettings * drawingSettings, FilteringSettings * filteringSettings, ShaderTagId tagName, bool isPassTagName, void * tagValues, void * stateBlocks, int32_t stateCount, MethodInfo * method)); DO_APP_FUNC(0x02D2C310, void, ScriptableRenderContext_ExecuteCommandBuffer_Internal, (ScriptableRenderContext * __this, CommandBuffer * commandBuffer, MethodInfo * method)); DO_APP_FUNC(0x02D2C3B0, void, ScriptableRenderContext_ExecuteCommandBufferAsync_Internal, (ScriptableRenderContext * __this, CommandBuffer * commandBuffer, ComputeQueueType__Enum queueType, MethodInfo * method)); DO_APP_FUNC(0x02D2C460, RendererList, ScriptableRenderContext_CreateRendererList_Internal, (ScriptableRenderContext * __this, void * cullResults, DrawingSettings * drawingSettings, FilteringSettings * filteringSettings, ShaderTagId tagName, bool isPassTagName, void * tagValues, void * stateBlocks, int32_t stateCount, MethodInfo * method)); DO_APP_FUNC(0x02D2C570, void, ScriptableRenderContext_PrepareRendererListsAsync_Internal, (ScriptableRenderContext * __this, Object * rendererLists, MethodInfo * method)); DO_APP_FUNC(0x02D2C610, RendererListStatus__Enum, ScriptableRenderContext_QueryRendererListStatus_Internal, (ScriptableRenderContext * __this, RendererList handle, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, ScriptableRenderContext__ctor, (ScriptableRenderContext * __this, void * ptr, MethodInfo * method)); DO_APP_FUNC(0x02D2C6B0, void, ScriptableRenderContext_GetCameras, (ScriptableRenderContext * __this, List_1_UnityEngine_Camera_ * results, MethodInfo * method)); DO_APP_FUNC(0x02D2C770, void, ScriptableRenderContext_DrawRenderers, (ScriptableRenderContext * __this, CullingResults cullingResults, DrawingSettings * drawingSettings, FilteringSettings * filteringSettings, MethodInfo * method)); DO_APP_FUNC(0x02D2C870, void, ScriptableRenderContext_DrawRenderers_1, (ScriptableRenderContext * __this, CullingResults cullingResults, DrawingSettings * drawingSettings, FilteringSettings * filteringSettings, RenderStateBlock * stateBlock, MethodInfo * method)); DO_APP_FUNC(0x02D2C950, void, ScriptableRenderContext_ExecuteCommandBuffer, (ScriptableRenderContext * __this, CommandBuffer * commandBuffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD62D0, ScriptableRenderContext_ExecuteCommandBuffer__MethodInfo); DO_APP_FUNC(0x02D2CA80, void, ScriptableRenderContext_ExecuteCommandBufferAsync, (ScriptableRenderContext * __this, CommandBuffer * commandBuffer, ComputeQueueType__Enum queueType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD62A8, ScriptableRenderContext_ExecuteCommandBufferAsync__MethodInfo); DO_APP_FUNC(0x02D2CBD0, bool, ScriptableRenderContext_Equals, (ScriptableRenderContext * __this, ScriptableRenderContext other, MethodInfo * method)); DO_APP_FUNC(0x02D2CC90, bool, ScriptableRenderContext_Equals_1, (ScriptableRenderContext * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02B40F80, int32_t, ScriptableRenderContext_GetHashCode, (ScriptableRenderContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02D2CD30, RendererList, ScriptableRenderContext_CreateRendererList, (ScriptableRenderContext * __this, RendererListDesc desc, MethodInfo * method)); DO_APP_FUNC(0x02D2D0D0, void, ScriptableRenderContext_PrepareRendererListsAsync, (ScriptableRenderContext * __this, List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * rendererLists, MethodInfo * method)); DO_APP_FUNC(0x02D2D130, RendererListStatus__Enum, ScriptableRenderContext_QueryRendererListStatus, (ScriptableRenderContext * __this, RendererList rendererList, MethodInfo * method)); DO_APP_FUNC(0x02D2D210, void, ScriptableRenderContext__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D2D2B0, void, ScriptableRenderContext_GetCameras_Internal_Injected, (ScriptableRenderContext * _unity_self, Type * listType, Object * resultList, MethodInfo * method)); DO_APP_FUNC(0x02D2D320, void, ScriptableRenderContext_DrawRenderers_Internal_Injected, (ScriptableRenderContext * _unity_self, void * cullResults, DrawingSettings * drawingSettings, FilteringSettings * filteringSettings, ShaderTagId * tagName, bool isPassTagName, void * tagValues, void * stateBlocks, int32_t stateCount, MethodInfo * method)); DO_APP_FUNC(0x02D2D3B0, void, ScriptableRenderContext_ExecuteCommandBuffer_Internal_Injected, (ScriptableRenderContext * _unity_self, CommandBuffer * commandBuffer, MethodInfo * method)); DO_APP_FUNC(0x02D2D410, void, ScriptableRenderContext_ExecuteCommandBufferAsync_Internal_Injected, (ScriptableRenderContext * _unity_self, CommandBuffer * commandBuffer, ComputeQueueType__Enum queueType, MethodInfo * method)); DO_APP_FUNC(0x02D2D480, void, ScriptableRenderContext_CreateRendererList_Internal_Injected, (ScriptableRenderContext * _unity_self, void * cullResults, DrawingSettings * drawingSettings, FilteringSettings * filteringSettings, ShaderTagId * tagName, bool isPassTagName, void * tagValues, void * stateBlocks, int32_t stateCount, RendererList * ret, MethodInfo * method)); DO_APP_FUNC(0x02D2D510, void, ScriptableRenderContext_PrepareRendererListsAsync_Internal_Injected, (ScriptableRenderContext * _unity_self, Object * rendererLists, MethodInfo * method)); DO_APP_FUNC(0x02D2D570, RendererListStatus__Enum, ScriptableRenderContext_QueryRendererListStatus_Internal_Injected, (ScriptableRenderContext * _unity_self, RendererList * handle, MethodInfo * method)); DO_APP_FUNC(0x02D2D5D0, void, ShaderTagId__ctor, (ShaderTagId * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02B40F80, int32_t, ShaderTagId_get_id, (ShaderTagId * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, ShaderTagId_set_id, (ShaderTagId * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D2D630, bool, ShaderTagId_Equals, (ShaderTagId * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02CAD160, bool, ShaderTagId_Equals_1, (ShaderTagId * __this, ShaderTagId other, MethodInfo * method)); DO_APP_FUNC(0x02D2D6B0, int32_t, ShaderTagId_GetHashCode, (ShaderTagId * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFAC20, bool, ShaderTagId_op_Equality, (ShaderTagId tag1, ShaderTagId tag2, MethodInfo * method)); DO_APP_FUNC(0x02D2D6C0, bool, ShaderTagId_op_Inequality, (ShaderTagId tag1, ShaderTagId tag2, MethodInfo * method)); DO_APP_FUNC(0x02D2D6D0, SortingLayerRange, SortingLayerRange_get_all, (MethodInfo * method)); DO_APP_FUNC(0x02D2D6E0, bool, SortingLayerRange_Equals, (SortingLayerRange * __this, SortingLayerRange other, MethodInfo * method)); DO_APP_FUNC(0x02D2D700, bool, SortingLayerRange_Equals_1, (SortingLayerRange * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02D2D7A0, int32_t, SortingLayerRange_GetHashCode, (SortingLayerRange * __this, MethodInfo * method)); DO_APP_FUNC(0x02D2D7B0, void, SortingSettings__ctor, (SortingSettings * __this, Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x02D2D850, SortingCriteria__Enum, SortingSettings_get_criteria, (SortingSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A710, void, SortingSettings_set_criteria, (SortingSettings * __this, SortingCriteria__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D2D860, bool, SortingSettings_Equals, (SortingSettings * __this, SortingSettings other, MethodInfo * method)); DO_APP_FUNC(0x02D2DD90, bool, SortingSettings_Equals_1, (SortingSettings * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02D2DEC0, int32_t, SortingSettings_GetHashCode, (SortingSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02D2DFB0, void, StencilState_set_enabled, (StencilState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F17130, void, StencilState_set_readMask, (StencilState * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x029120C0, void, StencilState_set_writeMask, (StencilState * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x02912740, void, StencilState_set_compareFunctionFront, (StencilState * __this, CompareFunction__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D2E010, void, StencilState_set_passOperationFront, (StencilState * __this, StencilOp__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D2E020, void, StencilState_set_failOperationFront, (StencilState * __this, StencilOp__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D2E030, void, StencilState_set_zFailOperationFront, (StencilState * __this, StencilOp__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00C65290, void, StencilState_set_compareFunctionBack, (StencilState * __this, CompareFunction__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D2E040, void, StencilState_set_passOperationBack, (StencilState * __this, StencilOp__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D2E050, void, StencilState_set_failOperationBack, (StencilState * __this, StencilOp__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D2E060, void, StencilState_set_zFailOperationBack, (StencilState * __this, StencilOp__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D2E070, bool, StencilState_Equals, (StencilState * __this, StencilState other, MethodInfo * method)); DO_APP_FUNC(0x02D2E0E0, bool, StencilState_Equals_1, (StencilState * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02D2E240, int32_t, StencilState_GetHashCode, (StencilState * __this, MethodInfo * method)); DO_APP_FUNC(0x02D2E2D0, SupportedRenderingFeatures *, SupportedRenderingFeatures_get_active, (MethodInfo * method)); DO_APP_FUNC(0x02D2E400, void, SupportedRenderingFeatures_set_active, (SupportedRenderingFeatures * value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, SupportedRenderingFeatures_LightmapMixedBakeModes__Enum, SupportedRenderingFeatures_get_defaultMixedLightingModes, (SupportedRenderingFeatures * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, SupportedRenderingFeatures_LightmapMixedBakeModes__Enum, SupportedRenderingFeatures_get_mixedLightingModes, (SupportedRenderingFeatures * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, LightmapBakeType__Enum, SupportedRenderingFeatures_get_lightmapBakeTypes, (SupportedRenderingFeatures * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, LightmapsMode__Enum, SupportedRenderingFeatures_get_lightmapsModes, (SupportedRenderingFeatures * __this, MethodInfo * method)); DO_APP_FUNC(0x009866A0, bool, SupportedRenderingFeatures_get_enlightenLightmapper, (SupportedRenderingFeatures * __this, MethodInfo * method)); DO_APP_FUNC(0x009866C0, bool, SupportedRenderingFeatures_get_enlighten, (SupportedRenderingFeatures * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F540, bool, SupportedRenderingFeatures_get_rendersUIOverlay, (SupportedRenderingFeatures * __this, MethodInfo * method)); DO_APP_FUNC(0x01D59580, bool, SupportedRenderingFeatures_get_autoAmbientProbeBaking, (SupportedRenderingFeatures * __this, MethodInfo * method)); DO_APP_FUNC(0x02D2E4B0, bool, SupportedRenderingFeatures_get_autoDefaultReflectionProbeBaking, (SupportedRenderingFeatures * __this, MethodInfo * method)); DO_APP_FUNC(0x02D2E4C0, void, SupportedRenderingFeatures_FallbackMixedLightingModeByRef, (void * fallbackModePtr, MethodInfo * method)); DO_APP_FUNC(0x02D2E6F0, bool, SupportedRenderingFeatures_IsMixedLightingModeSupported, (MixedLightingMode__Enum mixedMode, MethodInfo * method)); DO_APP_FUNC(0x02D2E860, void, SupportedRenderingFeatures_IsMixedLightingModeSupportedByRef, (MixedLightingMode__Enum mixedMode, void * isSupportedPtr, MethodInfo * method)); DO_APP_FUNC(0x02D2E9B0, bool, SupportedRenderingFeatures_IsLightmapBakeTypeSupported, (LightmapBakeType__Enum bakeType, MethodInfo * method)); DO_APP_FUNC(0x02D2EAD0, void, SupportedRenderingFeatures_IsLightmapBakeTypeSupportedByRef, (LightmapBakeType__Enum bakeType, void * isSupportedPtr, MethodInfo * method)); DO_APP_FUNC(0x02D2EBC0, void, SupportedRenderingFeatures_IsLightmapsModeSupportedByRef, (LightmapsMode__Enum mode, void * isSupportedPtr, MethodInfo * method)); DO_APP_FUNC(0x02D2EC30, void, SupportedRenderingFeatures_IsLightmapperSupportedByRef, (int32_t lightmapper, void * isSupportedPtr, MethodInfo * method)); DO_APP_FUNC(0x02D2ECB0, void, SupportedRenderingFeatures_IsUIOverlayRenderedBySRP, (void * isSupportedPtr, MethodInfo * method)); DO_APP_FUNC(0x02D2ED10, void, SupportedRenderingFeatures_IsAutoAmbientProbeBakingSupported, (void * isSupportedPtr, MethodInfo * method)); DO_APP_FUNC(0x02D2ED70, void, SupportedRenderingFeatures_IsAutoDefaultReflectionProbeBakingSupported, (void * isSupportedPtr, MethodInfo * method)); DO_APP_FUNC(0x01914E70, void, SupportedRenderingFeatures_FallbackLightmapperByRef, (void * lightmapperPtr, MethodInfo * method)); DO_APP_FUNC(0x02D2EDD0, void, SupportedRenderingFeatures__ctor, (SupportedRenderingFeatures * __this, MethodInfo * method)); DO_APP_FUNC(0x02D2EE90, void, SupportedRenderingFeatures__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D2EF40, bool, VisibleLight_Equals, (VisibleLight * __this, VisibleLight other, MethodInfo * method)); DO_APP_FUNC(0x02D2F100, bool, VisibleLight_Equals_1, (VisibleLight * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02D2F200, int32_t, VisibleLight_GetHashCode, (VisibleLight * __this, MethodInfo * method)); DO_APP_FUNC(0x02D2F2A0, bool, VisibleReflectionProbe_Equals, (VisibleReflectionProbe * __this, VisibleReflectionProbe other, MethodInfo * method)); DO_APP_FUNC(0x02D2F540, bool, VisibleReflectionProbe_Equals_1, (VisibleReflectionProbe * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02D2F650, int32_t, VisibleReflectionProbe_GetHashCode, (VisibleReflectionProbe * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9D9A0, String *, GlobalKeyword_ToString, (GlobalKeyword * __this, MethodInfo * method)); DO_APP_FUNC(0x02D2F740, String *, LocalKeyword_ToString, (LocalKeyword * __this, MethodInfo * method)); DO_APP_FUNC(0x02D2F750, bool, LocalKeyword_Equals, (LocalKeyword * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x02D2F800, bool, LocalKeyword_Equals_1, (LocalKeyword * __this, LocalKeyword rhs, MethodInfo * method)); DO_APP_FUNC(0x02D2F850, int32_t, LocalKeyword_GetHashCode, (LocalKeyword * __this, MethodInfo * method)); DO_APP_FUNC(0x02D2F860, bool, LocalKeywordSpace_Equals, (LocalKeywordSpace * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x02D2F8E0, bool, LocalKeywordSpace_Equals_1, (LocalKeywordSpace * __this, LocalKeywordSpace rhs, MethodInfo * method)); DO_APP_FUNC(0x02D2F8F0, bool, LocalKeywordSpace_op_Equality, (LocalKeywordSpace lhs, LocalKeywordSpace rhs, MethodInfo * method)); DO_APP_FUNC(0x02B40F80, int32_t, LocalKeywordSpace_GetHashCode, (LocalKeywordSpace * __this, MethodInfo * method)); DO_APP_FUNC(0x02D2F900, uint32_t, ShaderKeyword_GetGlobalKeywordCount, (MethodInfo * method)); DO_APP_FUNC(0x02D2F950, uint32_t, ShaderKeyword_GetGlobalKeywordIndex, (String * keyword, MethodInfo * method)); DO_APP_FUNC(0x02D2F9A0, void, ShaderKeyword_CreateGlobalKeyword, (String * keyword, MethodInfo * method)); DO_APP_FUNC(0x02D2F9F0, void, ShaderKeyword__ctor, (ShaderKeyword * __this, String * keywordName, MethodInfo * method)); DO_APP_FUNC(0x00E9D9A0, String *, ShaderKeyword_ToString, (ShaderKeyword * __this, MethodInfo * method)); DO_APP_FUNC(0x02D2FB90, int32_t, SortingGroup_get_invalidSortingGroupID, (MethodInfo * method)); DO_APP_FUNC(0x02D2FBE0, SortingGroup *, SortingGroup_GetSortingGroupByIndex, (int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02D2FC30, int32_t, SortingGroup_get_sortingLayerID, (SortingGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02D2FC80, int32_t, SortingGroup_get_sortingOrder, (SortingGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SortingGroup__ctor, (SortingGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02D2FCD0, bool, RendererList_get_isValid, (RendererList * __this, MethodInfo * method)); DO_APP_FUNC(0x02D2FD60, void, RendererList__ctor, (RendererList * __this, void * ctx, uint32_t indx, MethodInfo * method)); DO_APP_FUNC(0x02D2FD70, void, RendererList__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D2FE00, bool, RendererList_get_isValid_Injected, (RendererList * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02AB0270, CullingResults, RendererListDesc_get_cullingResult, (RendererListDesc * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF700, Camera *, RendererListDesc_get_camera, (RendererListDesc * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E7E0, ShaderTagId, RendererListDesc_get_passName, (RendererListDesc * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C80, ShaderTagId__Array *, RendererListDesc_get_passNames, (RendererListDesc * __this, MethodInfo * method)); DO_APP_FUNC(0x02D2FE50, bool, RendererListDesc_IsValid, (RendererListDesc * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7E140, void, RendererListParams_set_isValid, (RendererListParams * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D2FFB0, RendererListParams, RendererListParams_Create, (RendererListDesc * desc, MethodInfo * method)); DO_APP_FUNC(0x02D308A0, void, RendererListParams__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D30960, bool, FrameData_HasFlags, (FrameData * __this, FrameData_Flags__Enum flag, MethodInfo * method)); DO_APP_FUNC(0x02D30970, float, FrameData_get_deltaTime, (FrameData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D17410, float, FrameData_get_effectiveSpeed, (FrameData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D30980, FrameData_EvaluationType__Enum, FrameData_get_evaluationType, (FrameData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D30990, bool, FrameData_get_seekOccurred, (FrameData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D309A0, bool, FrameData_get_timeLooped, (FrameData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D309B0, bool, FrameData_get_timeHeld, (FrameData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D309C0, PlayableOutput, FrameData_get_output, (FrameData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D309D0, PlayState__Enum, FrameData_get_effectivePlayState, (FrameData * __this, MethodInfo * method)); DO_APP_FUNC(0x01C52920, bool, FrameRate_get_dropFrame, (FrameRate * __this, MethodInfo * method)); DO_APP_FUNC(0x02D309F0, double, FrameRate_get_rate, (FrameRate * __this, MethodInfo * method)); DO_APP_FUNC(0x02D30A60, void, FrameRate__ctor, (FrameRate * __this, uint32_t frameRate, bool drop, MethodInfo * method)); DO_APP_FUNC(0x02D30A80, bool, FrameRate_IsValid, (FrameRate * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAD160, bool, FrameRate_Equals, (FrameRate * __this, FrameRate other, MethodInfo * method)); DO_APP_FUNC(0x02D30A90, bool, FrameRate_Equals_1, (FrameRate * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02D30B30, bool, FrameRate_op_Equality, (FrameRate a, FrameRate b, MethodInfo * method)); DO_APP_FUNC(0x02B40F80, int32_t, FrameRate_GetHashCode, (FrameRate * __this, MethodInfo * method)); DO_APP_FUNC(0x02D30B90, String *, FrameRate_ToString, (FrameRate * __this, MethodInfo * method)); DO_APP_FUNC(0x02D30BF0, String *, FrameRate_ToString_1, (FrameRate * __this, String * format, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x02D30E00, FrameRate, FrameRate_DoubleToFrameRate, (double framerate, MethodInfo * method)); DO_APP_FUNC(0x02D30F60, void, FrameRate__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D31040, Playable, Playable_get_Null, (MethodInfo * method)); DO_APP_FUNC(0x02D310B0, Playable, Playable_Create, (PlayableGraph graph, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC(0x011FE070, void, Playable__ctor, (Playable * __this, PlayableHandle handle, MethodInfo * method)); DO_APP_FUNC(0x010A2320, PlayableHandle, Playable_GetHandle, (Playable * __this, MethodInfo * method)); DO_APP_FUNC(0x02D311A0, Type *, Playable_GetPlayableType, (Playable * __this, MethodInfo * method)); DO_APP_FUNC(0x02D312A0, bool, Playable_Equals, (Playable * __this, Playable other, MethodInfo * method)); DO_APP_FUNC(0x02D31390, void, Playable__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D31440, double, PlayableAsset_get_duration, (PlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02D314A0, IEnumerable_1_UnityEngine_Playables_PlayableBinding_ *, PlayableAsset_get_outputs, (PlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02D31500, void, PlayableAsset_Internal_CreatePlayable, (PlayableAsset * asset, PlayableGraph graph, GameObject * go, void * ptr, MethodInfo * method)); DO_APP_FUNC(0x02D316C0, void, PlayableAsset_Internal_GetPlayableAssetDuration, (PlayableAsset * asset, void * ptrToDouble, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, PlayableAsset__ctor, (PlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlayableBehaviour__ctor, (PlayableBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlayableBehaviour_OnGraphStart, (PlayableBehaviour * __this, Playable playable, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlayableBehaviour_OnGraphStop, (PlayableBehaviour * __this, Playable playable, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlayableBehaviour_OnPlayableCreate, (PlayableBehaviour * __this, Playable playable, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlayableBehaviour_OnPlayableDestroy, (PlayableBehaviour * __this, Playable playable, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlayableBehaviour_OnBehaviourPlay, (PlayableBehaviour * __this, Playable playable, FrameData info, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlayableBehaviour_OnBehaviourPause, (PlayableBehaviour * __this, Playable playable, FrameData info, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlayableBehaviour_PrepareFrame, (PlayableBehaviour * __this, Playable playable, FrameData info, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlayableBehaviour_ProcessFrame, (PlayableBehaviour * __this, Playable playable, FrameData info, Object * playerData, MethodInfo * method)); DO_APP_FUNC(0x02D31700, Object *, PlayableBehaviour_Clone, (PlayableBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9D9A0, String *, PlayableBinding_get_streamName, (PlayableBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x02D2F740, Object_1 *, PlayableBinding_get_sourceObject, (PlayableBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x02D31710, PlayableOutput, PlayableBinding_CreateOutput, (PlayableBinding * __this, PlayableGraph graph, MethodInfo * method)); DO_APP_FUNC(0x02D31810, PlayableBinding, PlayableBinding_CreateInternal, (String * name, Object_1 * sourceObject, Type * sourceType, PlayableBinding_CreateOutputMethod * createFunction, MethodInfo * method)); DO_APP_FUNC(0x02D319B0, void, PlayableBinding__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D31A80, void, PlayableBinding_CreateOutputMethod__ctor, (PlayableBinding_CreateOutputMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x02D31BB0, PlayableOutput, PlayableBinding_CreateOutputMethod_Invoke, (PlayableBinding_CreateOutputMethod * __this, PlayableGraph graph, String * name, MethodInfo * method)); DO_APP_FUNC(0x02D31BF0, Playable, PlayableGraph_GetRootPlayable, (PlayableGraph * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02D31C80, void, PlayableGraph_Evaluate, (PlayableGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02D31CE0, bool, PlayableGraph_IsValid, (PlayableGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02D31D30, bool, PlayableGraph_IsPlaying, (PlayableGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02D31D80, void, PlayableGraph_Evaluate_1, (PlayableGraph * __this, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x02D31DE0, IExposedPropertyTable *, PlayableGraph_GetResolver, (PlayableGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02D31E30, int32_t, PlayableGraph_GetPlayableCount, (PlayableGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02D31E80, int32_t, PlayableGraph_GetRootPlayableCount, (PlayableGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02D31ED0, void, PlayableGraph_SynchronizeEvaluation, (PlayableGraph * __this, PlayableGraph playable, MethodInfo * method)); DO_APP_FUNC(0x02D31F30, int32_t, PlayableGraph_GetOutputCount, (PlayableGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02D31F80, PlayableHandle, PlayableGraph_CreatePlayableHandle, (PlayableGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02D31FF0, bool, PlayableGraph_CreateScriptOutputInternal, (PlayableGraph * __this, String * name, PlayableOutputHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02D32060, PlayableHandle, PlayableGraph_GetRootPlayableInternal, (PlayableGraph * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02D320E0, bool, PlayableGraph_IsMatchFrameRateEnabled, (PlayableGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02D32130, FrameRate, PlayableGraph_GetFrameRate, (PlayableGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02D32190, bool, PlayableGraph_GetOutputByTypeInternal, (PlayableGraph * __this, Type * outputType, int32_t index, PlayableOutputHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02D32210, bool, PlayableGraph_ConnectInternal, (PlayableGraph * __this, PlayableHandle source, int32_t sourceOutputPort, PlayableHandle destination, int32_t destinationInputPort, MethodInfo * method)); DO_APP_FUNC(0x02D322A0, void, PlayableGraph_DestroyPlayableInternal, (PlayableGraph * __this, PlayableHandle playable, MethodInfo * method)); DO_APP_FUNC(0x02D31CE0, bool, PlayableGraph_IsValid_Injected, (PlayableGraph * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D31D30, bool, PlayableGraph_IsPlaying_Injected, (PlayableGraph * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D31D80, void, PlayableGraph_Evaluate_Injected, (PlayableGraph * _unity_self, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x02D31DE0, IExposedPropertyTable *, PlayableGraph_GetResolver_Injected, (PlayableGraph * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D31E30, int32_t, PlayableGraph_GetPlayableCount_Injected, (PlayableGraph * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D31E80, int32_t, PlayableGraph_GetRootPlayableCount_Injected, (PlayableGraph * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D32300, void, PlayableGraph_SynchronizeEvaluation_Injected, (PlayableGraph * _unity_self, PlayableGraph * playable, MethodInfo * method)); DO_APP_FUNC(0x02D31F30, int32_t, PlayableGraph_GetOutputCount_Injected, (PlayableGraph * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D32360, void, PlayableGraph_CreatePlayableHandle_Injected, (PlayableGraph * _unity_self, PlayableHandle * ret, MethodInfo * method)); DO_APP_FUNC(0x02D31FF0, bool, PlayableGraph_CreateScriptOutputInternal_Injected, (PlayableGraph * _unity_self, String * name, PlayableOutputHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02D323C0, void, PlayableGraph_GetRootPlayableInternal_Injected, (PlayableGraph * _unity_self, int32_t index, PlayableHandle * ret, MethodInfo * method)); DO_APP_FUNC(0x02D320E0, bool, PlayableGraph_IsMatchFrameRateEnabled_Injected, (PlayableGraph * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D32430, void, PlayableGraph_GetFrameRate_Injected, (PlayableGraph * _unity_self, FrameRate * ret, MethodInfo * method)); DO_APP_FUNC(0x02D32190, bool, PlayableGraph_GetOutputByTypeInternal_Injected, (PlayableGraph * _unity_self, Type * outputType, int32_t index, PlayableOutputHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02D32490, bool, PlayableGraph_ConnectInternal_Injected, (PlayableGraph * _unity_self, PlayableHandle * source, int32_t sourceOutputPort, PlayableHandle * destination, int32_t destinationInputPort, MethodInfo * method)); DO_APP_FUNC(0x02D32520, void, PlayableGraph_DestroyPlayableInternal_Injected, (PlayableGraph * _unity_self, PlayableHandle * playable, MethodInfo * method)); DO_APP_FUNC(0x02D32580, PlayableHandle, PlayableHandle_get_Null, (MethodInfo * method)); DO_APP_FUNC(0x02D325F0, Playable, PlayableHandle_GetInput, (PlayableHandle * __this, int32_t inputPort, MethodInfo * method)); DO_APP_FUNC(0x02D326F0, bool, PlayableHandle_SetInputWeight, (PlayableHandle * __this, int32_t inputIndex, float weight, MethodInfo * method)); DO_APP_FUNC(0x02D327D0, float, PlayableHandle_GetInputWeight, (PlayableHandle * __this, int32_t inputIndex, MethodInfo * method)); DO_APP_FUNC(0x02D328A0, void, PlayableHandle_Destroy, (PlayableHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D32A30, bool, PlayableHandle_op_Equality, (PlayableHandle x, PlayableHandle y, MethodInfo * method)); DO_APP_FUNC(0x02D32AB0, bool, PlayableHandle_Equals, (PlayableHandle * __this, Object * p, MethodInfo * method)); DO_APP_FUNC(0x02D32BD0, bool, PlayableHandle_Equals_1, (PlayableHandle * __this, PlayableHandle other, MethodInfo * method)); DO_APP_FUNC(0x02D32C60, int32_t, PlayableHandle_GetHashCode, (PlayableHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F800, bool, PlayableHandle_CompareVersion, (PlayableHandle lhs, PlayableHandle rhs, MethodInfo * method)); DO_APP_FUNC(0x02D32C70, bool, PlayableHandle_CheckInputBounds, (PlayableHandle * __this, int32_t inputIndex, MethodInfo * method)); DO_APP_FUNC(0x02D32CD0, bool, PlayableHandle_CheckInputBounds_1, (PlayableHandle * __this, int32_t inputIndex, bool acceptAny, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5EF0, PlayableHandle_CheckInputBounds_1__MethodInfo); DO_APP_FUNC(0x02D32F50, bool, PlayableHandle_IsValid, (PlayableHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D32FE0, Type *, PlayableHandle_GetPlayableType, (PlayableHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D33070, void, PlayableHandle_SetScriptInstance, (PlayableHandle * __this, Object * scriptInstance, MethodInfo * method)); DO_APP_FUNC(0x02D33110, PlayState__Enum, PlayableHandle_GetPlayState, (PlayableHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D331A0, void, PlayableHandle_Play, (PlayableHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D33230, void, PlayableHandle_Pause, (PlayableHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D332C0, void, PlayableHandle_SetSpeed, (PlayableHandle * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x02D33360, double, PlayableHandle_GetTime, (PlayableHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D333F0, void, PlayableHandle_SetTime, (PlayableHandle * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x02D33490, bool, PlayableHandle_IsDone, (PlayableHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D33520, void, PlayableHandle_SetDone, (PlayableHandle * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D335C0, double, PlayableHandle_GetDuration, (PlayableHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D33650, void, PlayableHandle_SetDuration, (PlayableHandle * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x02D336F0, void, PlayableHandle_SetPropagateSetTime, (PlayableHandle * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D33790, PlayableGraph, PlayableHandle_GetGraph, (PlayableHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D33830, int32_t, PlayableHandle_GetInputCount, (PlayableHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D338C0, void, PlayableHandle_SetInputCount, (PlayableHandle * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D33960, void, PlayableHandle_SetInputWeight_1, (PlayableHandle * __this, PlayableHandle input, float weight, MethodInfo * method)); DO_APP_FUNC(0x02D33A10, double, PlayableHandle_GetPreviousTime, (PlayableHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D33AA0, void, PlayableHandle_SetTraversalMode, (PlayableHandle * __this, PlayableTraversalMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D33B40, DirectorWrapMode__Enum, PlayableHandle_GetTimeWrapMode, (PlayableHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D33BD0, void, PlayableHandle_SetTimeWrapMode, (PlayableHandle * __this, DirectorWrapMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D33C70, Object *, PlayableHandle_GetScriptInstance, (PlayableHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D33D00, PlayableHandle, PlayableHandle_GetInputHandle, (PlayableHandle * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02D33DB0, void, PlayableHandle_SetInputWeightFromIndex, (PlayableHandle * __this, int32_t index, float weight, MethodInfo * method)); DO_APP_FUNC(0x02D33E60, float, PlayableHandle_GetInputWeightFromIndex, (PlayableHandle * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02D33F00, void, PlayableHandle__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D33F40, bool, PlayableHandle_IsValid_Injected, (PlayableHandle * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D33F90, Type *, PlayableHandle_GetPlayableType_Injected, (PlayableHandle * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D33FE0, void, PlayableHandle_SetScriptInstance_Injected, (PlayableHandle * _unity_self, Object * scriptInstance, MethodInfo * method)); DO_APP_FUNC(0x02D34040, PlayState__Enum, PlayableHandle_GetPlayState_Injected, (PlayableHandle * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D34090, void, PlayableHandle_Play_Injected, (PlayableHandle * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D340E0, void, PlayableHandle_Pause_Injected, (PlayableHandle * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D34130, void, PlayableHandle_SetSpeed_Injected, (PlayableHandle * _unity_self, double value, MethodInfo * method)); DO_APP_FUNC(0x02D34190, double, PlayableHandle_GetTime_Injected, (PlayableHandle * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D341E0, void, PlayableHandle_SetTime_Injected, (PlayableHandle * _unity_self, double value, MethodInfo * method)); DO_APP_FUNC(0x02D34240, bool, PlayableHandle_IsDone_Injected, (PlayableHandle * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D34290, void, PlayableHandle_SetDone_Injected, (PlayableHandle * _unity_self, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D342F0, double, PlayableHandle_GetDuration_Injected, (PlayableHandle * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D34340, void, PlayableHandle_SetDuration_Injected, (PlayableHandle * _unity_self, double value, MethodInfo * method)); DO_APP_FUNC(0x02D343A0, void, PlayableHandle_SetPropagateSetTime_Injected, (PlayableHandle * _unity_self, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D34400, void, PlayableHandle_GetGraph_Injected, (PlayableHandle * _unity_self, PlayableGraph * ret, MethodInfo * method)); DO_APP_FUNC(0x02D34460, int32_t, PlayableHandle_GetInputCount_Injected, (PlayableHandle * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D344B0, void, PlayableHandle_SetInputCount_Injected, (PlayableHandle * _unity_self, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D34510, void, PlayableHandle_SetInputWeight_Injected, (PlayableHandle * _unity_self, PlayableHandle * input, float weight, MethodInfo * method)); DO_APP_FUNC(0x02D34580, double, PlayableHandle_GetPreviousTime_Injected, (PlayableHandle * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D345D0, void, PlayableHandle_SetTraversalMode_Injected, (PlayableHandle * _unity_self, PlayableTraversalMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D34630, DirectorWrapMode__Enum, PlayableHandle_GetTimeWrapMode_Injected, (PlayableHandle * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D34680, void, PlayableHandle_SetTimeWrapMode_Injected, (PlayableHandle * _unity_self, DirectorWrapMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D346E0, Object *, PlayableHandle_GetScriptInstance_Injected, (PlayableHandle * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D34730, void, PlayableHandle_GetInputHandle_Injected, (PlayableHandle * _unity_self, int32_t index, PlayableHandle * ret, MethodInfo * method)); DO_APP_FUNC(0x02D347A0, void, PlayableHandle_SetInputWeightFromIndex_Injected, (PlayableHandle * _unity_self, int32_t index, float weight, MethodInfo * method)); DO_APP_FUNC(0x02D34810, float, PlayableHandle_GetInputWeightFromIndex_Injected, (PlayableHandle * _unity_self, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02D34870, PlayableOutput, PlayableOutput_get_Null, (MethodInfo * method)); DO_APP_FUNC(0x011FE070, void, PlayableOutput__ctor, (PlayableOutput * __this, PlayableOutputHandle handle, MethodInfo * method)); DO_APP_FUNC(0x010A2320, PlayableOutputHandle, PlayableOutput_GetHandle, (PlayableOutput * __this, MethodInfo * method)); DO_APP_FUNC(0x02D348E0, bool, PlayableOutput_Equals, (PlayableOutput * __this, PlayableOutput other, MethodInfo * method)); DO_APP_FUNC(0x02D349D0, void, PlayableOutput__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D34A80, PlayableOutputHandle, PlayableOutputHandle_get_Null, (MethodInfo * method)); DO_APP_FUNC(0x02D32C60, int32_t, PlayableOutputHandle_GetHashCode, (PlayableOutputHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D34AF0, bool, PlayableOutputHandle_op_Equality, (PlayableOutputHandle lhs, PlayableOutputHandle rhs, MethodInfo * method)); DO_APP_FUNC(0x02D34B70, bool, PlayableOutputHandle_Equals, (PlayableOutputHandle * __this, Object * p, MethodInfo * method)); DO_APP_FUNC(0x02D34C90, bool, PlayableOutputHandle_Equals_1, (PlayableOutputHandle * __this, PlayableOutputHandle other, MethodInfo * method)); DO_APP_FUNC(0x0185F800, bool, PlayableOutputHandle_CompareVersion, (PlayableOutputHandle lhs, PlayableOutputHandle rhs, MethodInfo * method)); DO_APP_FUNC(0x02D34D20, bool, PlayableOutputHandle_IsValid, (PlayableOutputHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D34DB0, Type *, PlayableOutputHandle_GetPlayableOutputType, (PlayableOutputHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D34E40, void, PlayableOutputHandle_SetReferenceObject, (PlayableOutputHandle * __this, Object_1 * target, MethodInfo * method)); DO_APP_FUNC(0x02D34EE0, void, PlayableOutputHandle_SetUserData, (PlayableOutputHandle * __this, Object_1 * target, MethodInfo * method)); DO_APP_FUNC(0x02D34F80, PlayableHandle, PlayableOutputHandle_GetSourcePlayable, (PlayableOutputHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D35020, void, PlayableOutputHandle_SetSourcePlayable, (PlayableOutputHandle * __this, PlayableHandle target, int32_t port, MethodInfo * method)); DO_APP_FUNC(0x02D350D0, int32_t, PlayableOutputHandle_GetSourceOutputPort, (PlayableOutputHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D35160, void, PlayableOutputHandle_SetWeight, (PlayableOutputHandle * __this, float weight, MethodInfo * method)); DO_APP_FUNC(0x02D35200, void, PlayableOutputHandle_PushNotification, (PlayableOutputHandle * __this, PlayableHandle origin, INotification * notification, Object * context, MethodInfo * method)); DO_APP_FUNC(0x02D352C0, void, PlayableOutputHandle_AddNotificationReceiver, (PlayableOutputHandle * __this, INotificationReceiver * receiver, MethodInfo * method)); DO_APP_FUNC(0x02D35360, void, PlayableOutputHandle__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D353A0, bool, PlayableOutputHandle_IsValid_Injected, (PlayableOutputHandle * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D353F0, Type *, PlayableOutputHandle_GetPlayableOutputType_Injected, (PlayableOutputHandle * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D35440, void, PlayableOutputHandle_SetReferenceObject_Injected, (PlayableOutputHandle * _unity_self, Object_1 * target, MethodInfo * method)); DO_APP_FUNC(0x02D354A0, void, PlayableOutputHandle_SetUserData_Injected, (PlayableOutputHandle * _unity_self, Object_1 * target, MethodInfo * method)); DO_APP_FUNC(0x02D35500, void, PlayableOutputHandle_GetSourcePlayable_Injected, (PlayableOutputHandle * _unity_self, PlayableHandle * ret, MethodInfo * method)); DO_APP_FUNC(0x02D35560, void, PlayableOutputHandle_SetSourcePlayable_Injected, (PlayableOutputHandle * _unity_self, PlayableHandle * target, int32_t port, MethodInfo * method)); DO_APP_FUNC(0x02D355D0, int32_t, PlayableOutputHandle_GetSourceOutputPort_Injected, (PlayableOutputHandle * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D35620, void, PlayableOutputHandle_SetWeight_Injected, (PlayableOutputHandle * _unity_self, float weight, MethodInfo * method)); DO_APP_FUNC(0x02D35680, void, PlayableOutputHandle_PushNotification_Injected, (PlayableOutputHandle * _unity_self, PlayableHandle * origin, INotification * notification, Object * context, MethodInfo * method)); DO_APP_FUNC(0x02D35700, void, PlayableOutputHandle_AddNotificationReceiver_Injected, (PlayableOutputHandle * _unity_self, INotificationReceiver * receiver, MethodInfo * method)); DO_APP_FUNC(0x02D35760, PlayableBinding, ScriptPlayableBinding_Create, (String * name, Object_1 * key, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02D35870, PlayableOutput, ScriptPlayableBinding_CreateScriptOutput, (PlayableGraph graph, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD58C0, ScriptPlayableBinding_CreateScriptOutput__MethodInfo); DO_APP_FUNC(0x02D359C0, ScriptPlayableOutput, ScriptPlayableOutput_Create, (PlayableGraph graph, String * name, MethodInfo * method)); DO_APP_FUNC(0x02D35B10, void, ScriptPlayableOutput__ctor, (ScriptPlayableOutput * __this, PlayableOutputHandle handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD58F0, ScriptPlayableOutput__ctor__MethodInfo); DO_APP_FUNC(0x02D35C00, ScriptPlayableOutput, ScriptPlayableOutput_get_Null, (MethodInfo * method)); DO_APP_FUNC(0x010A2320, PlayableOutputHandle, ScriptPlayableOutput_GetHandle, (ScriptPlayableOutput * __this, MethodInfo * method)); DO_APP_FUNC(0x02C9B100, PlayableOutput, ScriptPlayableOutput_op_Implicit, (ScriptPlayableOutput output, MethodInfo * method)); DO_APP_FUNC(0x02CAAE40, float, LinearColor_get_red, (LinearColor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D35CC0, void, LinearColor_set_red, (LinearColor * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD58D0, LinearColor_set_red__MethodInfo); DO_APP_FUNC(0x02C92F50, float, LinearColor_get_green, (LinearColor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D35D90, void, LinearColor_set_green, (LinearColor * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5958, LinearColor_set_green__MethodInfo); DO_APP_FUNC(0x02CAAE50, float, LinearColor_get_blue, (LinearColor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D35E60, void, LinearColor_set_blue, (LinearColor * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5938, LinearColor_set_blue__MethodInfo); DO_APP_FUNC(0x02D35F30, LinearColor, LinearColor_Convert, (Color color, float intensity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5908, LinearColor_Convert__MethodInfo); DO_APP_FUNC(0x02D362F0, LinearColor, LinearColor_Black, (MethodInfo * method)); DO_APP_FUNC(0x02D36320, void, LightDataGI_Init, (LightDataGI * __this, DirectionalLight * light, Cookie_1 * cookie, MethodInfo * method)); DO_APP_FUNC(0x02D363A0, void, LightDataGI_Init_1, (LightDataGI * __this, PointLight * light, Cookie_1 * cookie, MethodInfo * method)); DO_APP_FUNC(0x02D36410, void, LightDataGI_Init_2, (LightDataGI * __this, SpotLight * light, Cookie_1 * cookie, MethodInfo * method)); DO_APP_FUNC(0x02D36490, void, LightDataGI_Init_3, (LightDataGI * __this, RectangleLight * light, Cookie_1 * cookie, MethodInfo * method)); DO_APP_FUNC(0x02D36500, void, LightDataGI_Init_4, (LightDataGI * __this, DiscLight * light, Cookie_1 * cookie, MethodInfo * method)); DO_APP_FUNC(0x02D36570, void, LightDataGI_InitNoBake, (LightDataGI * __this, int32_t lightInstanceID, MethodInfo * method)); DO_APP_FUNC(0x02D36580, LightMode__Enum, LightmapperUtils_Extract, (LightmapBakeType__Enum baketype, MethodInfo * method)); DO_APP_FUNC(0x02D365A0, LinearColor, LightmapperUtils_ExtractIndirect, (Light * l, MethodInfo * method)); DO_APP_FUNC(0x02D366E0, float, LightmapperUtils_ExtractInnerCone, (Light * l, MethodInfo * method)); DO_APP_FUNC(0x02D36770, Color, LightmapperUtils_ExtractColorTemperature, (Light * l, MethodInfo * method)); DO_APP_FUNC(0x02D368F0, void, LightmapperUtils_ApplyColorTemperature, (Color cct, LinearColor * lightColor, MethodInfo * method)); DO_APP_FUNC(0x02D36950, void, LightmapperUtils_Extract_1, (Light * l, DirectionalLight * dir, MethodInfo * method)); DO_APP_FUNC(0x02D36D70, void, LightmapperUtils_Extract_2, (Light * l, PointLight * point, MethodInfo * method)); DO_APP_FUNC(0x02D371E0, void, LightmapperUtils_Extract_3, (Light * l, SpotLight * spot, MethodInfo * method)); DO_APP_FUNC(0x02D37710, void, LightmapperUtils_Extract_4, (Light * l, RectangleLight * rect, MethodInfo * method)); DO_APP_FUNC(0x02D36D70, void, LightmapperUtils_Extract_5, (Light * l, DiscLight * disc, MethodInfo * method)); DO_APP_FUNC(0x02D37B80, void, LightmapperUtils_Extract_6, (Light * l, Cookie_1 * cookie, MethodInfo * method)); DO_APP_FUNC(0x02D37E80, void, Lightmapping_SetDelegate, (Lightmapping_RequestLightsDelegate * del, MethodInfo * method)); DO_APP_FUNC(0x02D37F60, Lightmapping_RequestLightsDelegate *, Lightmapping_GetDelegate, (MethodInfo * method)); DO_APP_FUNC(0x02D37FC0, void, Lightmapping_ResetDelegate, (MethodInfo * method)); DO_APP_FUNC(0x02D38070, void, Lightmapping_RequestLights, (Light__Array * lights, void * outLightsPtr, int32_t outLightsCount, MethodInfo * method)); DO_APP_FUNC(0x02D38130, void, Lightmapping__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D383E0, void, Lightmapping_RequestLightsDelegate__ctor, (Lightmapping_RequestLightsDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0149ADE0, void, Lightmapping_RequestLightsDelegate_Invoke, (Lightmapping_RequestLightsDelegate * __this, Light__Array * requests, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ lightsOutput, MethodInfo * method)); DO_APP_FUNC(0x02D38520, void, Lightmapping_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Lightmapping_c__ctor, (Lightmapping_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02D385D0, void, Lightmapping_c___cctor_b__7_0, (Lightmapping_c * __this, Light__Array * requests, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ lightsOutput, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD73D0, Lightmapping_c___cctor_b__7_0__MethodInfo); DO_APP_FUNC(0x010A2320, PlayableHandle, CameraPlayable_GetHandle, (CameraPlayable * __this, MethodInfo * method)); DO_APP_FUNC(0x02D38BA0, bool, CameraPlayable_Equals, (CameraPlayable * __this, CameraPlayable other, MethodInfo * method)); DO_APP_FUNC(0x010A2320, PlayableHandle, MaterialEffectPlayable_GetHandle, (MaterialEffectPlayable * __this, MethodInfo * method)); DO_APP_FUNC(0x02D38C60, bool, MaterialEffectPlayable_Equals, (MaterialEffectPlayable * __this, MaterialEffectPlayable other, MethodInfo * method)); DO_APP_FUNC(0x010A2320, PlayableHandle, TextureMixerPlayable_GetHandle, (TextureMixerPlayable * __this, MethodInfo * method)); DO_APP_FUNC(0x02D38D20, bool, TextureMixerPlayable_Equals, (TextureMixerPlayable * __this, TextureMixerPlayable other, MethodInfo * method)); DO_APP_FUNC(0x010A2320, PlayableOutputHandle, TexturePlayableOutput_GetHandle, (TexturePlayableOutput * __this, MethodInfo * method)); DO_APP_FUNC(0x02D38DE0, bool, BuiltinRuntimeReflectionSystem_TickRealtimeProbes, (BuiltinRuntimeReflectionSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BuiltinRuntimeReflectionSystem_Dispose, (BuiltinRuntimeReflectionSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BuiltinRuntimeReflectionSystem_Dispose_1, (BuiltinRuntimeReflectionSystem * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02D38DE0, bool, BuiltinRuntimeReflectionSystem_BuiltinUpdate, (MethodInfo * method)); DO_APP_FUNC(0x02D38E30, BuiltinRuntimeReflectionSystem *, BuiltinRuntimeReflectionSystem_Internal_BuiltinRuntimeReflectionSystem_New, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BuiltinRuntimeReflectionSystem__ctor, (BuiltinRuntimeReflectionSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D38E80, void, ScriptableRuntimeReflectionSystemSettings_set_Internal_ScriptableRuntimeReflectionSystemSettings_system, (IScriptableRuntimeReflectionSystem * value, MethodInfo * method)); DO_APP_FUNC(0x02D38FF0, ScriptableRuntimeReflectionSystemWrapper *, ScriptableRuntimeReflectionSystemSettings_get_Internal_ScriptableRuntimeReflectionSystemSettings_instance, (MethodInfo * method)); DO_APP_FUNC(0x02D39050, void, ScriptableRuntimeReflectionSystemSettings_ScriptingDirtyReflectionSystemInstance, (MethodInfo * method)); DO_APP_FUNC(0x02D390A0, void, ScriptableRuntimeReflectionSystemSettings__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IScriptableRuntimeReflectionSystem *, ScriptableRuntimeReflectionSystemWrapper_get_implementation, (ScriptableRuntimeReflectionSystemWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ScriptableRuntimeReflectionSystemWrapper_set_implementation, (ScriptableRuntimeReflectionSystemWrapper * __this, IScriptableRuntimeReflectionSystem * value, MethodInfo * method)); DO_APP_FUNC(0x02D39160, void, ScriptableRuntimeReflectionSystemWrapper_Internal_ScriptableRuntimeReflectionSystemWrapper_TickRealtimeProbes, (ScriptableRuntimeReflectionSystemWrapper * __this, bool * result, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScriptableRuntimeReflectionSystemWrapper__ctor, (ScriptableRuntimeReflectionSystemWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x02D391D0, GraphicsFormat__Enum, GraphicsFormatUtility_GetFormat, (Texture * texture, MethodInfo * method)); DO_APP_FUNC(0x02D39220, GraphicsFormat__Enum, GraphicsFormatUtility_GetGraphicsFormat, (TextureFormat__Enum format, bool isSRGB, MethodInfo * method)); DO_APP_FUNC(0x02D392C0, GraphicsFormat__Enum, GraphicsFormatUtility_GetGraphicsFormat_Native_TextureFormat, (TextureFormat__Enum format, bool isSRGB, MethodInfo * method)); DO_APP_FUNC(0x02D39320, TextureFormat__Enum, GraphicsFormatUtility_GetTextureFormat, (GraphicsFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02D393B0, TextureFormat__Enum, GraphicsFormatUtility_GetTextureFormat_Native_GraphicsFormat, (GraphicsFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02D39400, GraphicsFormat__Enum, GraphicsFormatUtility_GetGraphicsFormat_1, (RenderTextureFormat__Enum format, bool isSRGB, MethodInfo * method)); DO_APP_FUNC(0x02D394A0, GraphicsFormat__Enum, GraphicsFormatUtility_GetGraphicsFormat_Native_RenderTextureFormat, (RenderTextureFormat__Enum format, bool isSRGB, MethodInfo * method)); DO_APP_FUNC(0x02D39500, GraphicsFormat__Enum, GraphicsFormatUtility_GetGraphicsFormat_2, (RenderTextureFormat__Enum format, RenderTextureReadWrite__Enum readWrite, MethodInfo * method)); DO_APP_FUNC(0x02D395C0, GraphicsFormat__Enum, GraphicsFormatUtility_GetDepthStencilFormatFromBitsLegacy_Native, (int32_t minimumDepthBits, MethodInfo * method)); DO_APP_FUNC(0x02D39610, GraphicsFormat__Enum, GraphicsFormatUtility_GetDepthStencilFormat, (int32_t minimumDepthBits, MethodInfo * method)); DO_APP_FUNC(0x02D396A0, int32_t, GraphicsFormatUtility_GetDepthBits, (GraphicsFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02D396F0, GraphicsFormat__Enum, GraphicsFormatUtility_GetDepthStencilFormat_1, (int32_t minimumDepthBits, int32_t minimumStencilBits, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD73A8, GraphicsFormatUtility_GetDepthStencilFormat_1__MethodInfo); DO_APP_FUNC(0x02D399E0, bool, GraphicsFormatUtility_IsSRGBFormat, (GraphicsFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02D39A30, GraphicsFormat__Enum, GraphicsFormatUtility_GetSRGBFormat, (GraphicsFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02D39A80, GraphicsFormat__Enum, GraphicsFormatUtility_GetLinearFormat, (GraphicsFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02D39AD0, RenderTextureFormat__Enum, GraphicsFormatUtility_GetRenderTextureFormat, (GraphicsFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02D39B20, uint32_t, GraphicsFormatUtility_GetComponentCount, (GraphicsFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02D39B70, bool, GraphicsFormatUtility_IsCompressedTextureFormat, (TextureFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02D39BC0, bool, GraphicsFormatUtility_CanDecompressFormat, (GraphicsFormat__Enum format, bool wholeImage, MethodInfo * method)); DO_APP_FUNC(0x02D39C20, bool, GraphicsFormatUtility_CanDecompressFormat_1, (GraphicsFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02D39CB0, bool, GraphicsFormatUtility_IsAlphaOnlyFormat, (GraphicsFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02D39D00, bool, GraphicsFormatUtility_HasAlphaChannel, (GraphicsFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02D39D50, bool, GraphicsFormatUtility_IsDepthFormat, (GraphicsFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02D39DA0, bool, GraphicsFormatUtility_IsStencilFormat, (GraphicsFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02D39DF0, bool, GraphicsFormatUtility_IsPVRTCFormat, (GraphicsFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02D39E40, bool, GraphicsFormatUtility_IsCrunchFormat, (TextureFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02D39E60, FormatSwizzle__Enum, GraphicsFormatUtility_GetSwizzleR, (GraphicsFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02D39EB0, FormatSwizzle__Enum, GraphicsFormatUtility_GetSwizzleG, (GraphicsFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02D39F00, FormatSwizzle__Enum, GraphicsFormatUtility_GetSwizzleB, (GraphicsFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02D39F50, FormatSwizzle__Enum, GraphicsFormatUtility_GetSwizzleA, (GraphicsFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02D39FA0, uint32_t, GraphicsFormatUtility_GetBlockSize, (GraphicsFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02D39FF0, void, GraphicsFormatUtility__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D3A1E0, void, Assert_Fail, (String * message, String * userMessage, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7378, Assert_Fail__MethodInfo); DO_APP_FUNC(0x02D3A320, void, Assert_IsTrue, (bool condition, MethodInfo * method)); DO_APP_FUNC(0x02D3A3C0, void, Assert_IsTrue_1, (bool condition, String * message, MethodInfo * method)); DO_APP_FUNC(0x02D3A430, void, Assert_IsFalse, (bool condition, String * message, MethodInfo * method)); DO_APP_FUNC(0x02D3A4A0, void, Assert_AreEqual, (Object_1 * expected, Object_1 * actual, String * message, MethodInfo * method)); DO_APP_FUNC(0x02D3A670, void, Assert_AreNotEqual, (Object_1 * expected, Object_1 * actual, String * message, MethodInfo * method)); DO_APP_FUNC(0x02D3A840, void, Assert_IsNull, (Object_1 * value, String * message, MethodInfo * method)); DO_APP_FUNC(0x02D3A990, void, Assert_IsNotNull, (Object_1 * value, String * message, MethodInfo * method)); DO_APP_FUNC(0x02D3AAD0, void, Assert_AreEqual_1, (int32_t expected, int32_t actual, MethodInfo * method)); DO_APP_FUNC(0x02D3ABC0, void, Assert__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D3AC00, void, AssertionException__ctor, (AssertionException * __this, String * message, String * userMessage, MethodInfo * method)); DO_APP_FUNC(0x02D3ACD0, String *, AssertionException_get_Message, (AssertionException * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3AD30, String *, AssertionMessageUtil_GetMessage, (String * failureMessage, MethodInfo * method)); DO_APP_FUNC(0x02D3AE40, String *, AssertionMessageUtil_GetMessage_1, (String * failureMessage, String * expected, MethodInfo * method)); DO_APP_FUNC(0x02D3B0E0, String *, AssertionMessageUtil_GetEqualityMessage, (Object * actual, Object * expected, bool expectEqual, MethodInfo * method)); DO_APP_FUNC(0x02D3B330, String *, AssertionMessageUtil_NullFailureMessage, (Object * value, bool expectNull, MethodInfo * method)); DO_APP_FUNC(0x02D3B4D0, String *, AssertionMessageUtil_BooleanFailureMessage, (bool expected, MethodInfo * method)); DO_APP_FUNC(0x00977410, Type__Array *, AstarPath_get_graphTypes, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, AstarData *, AstarPath_get_astarData, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00977430, NavGraph__Array *, AstarPath_get_graphs, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x009774F0, float, AstarPath_get_maxNearestNodeDistanceSqr, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x005625F0, bool, AstarPath_get_limitGraphUpdates, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00562600, void, AstarPath_set_limitGraphUpdates, (AstarPath * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00977500, float, AstarPath_get_maxGraphUpdateFreq, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00977510, void, AstarPath_set_maxGraphUpdateFreq, (AstarPath * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00977520, float, AstarPath_get_lastScanTime, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00977530, void, AstarPath_set_lastScanTime, (AstarPath * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00977540, bool, AstarPath_get_isScanning, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00977550, void, AstarPath_set_isScanning, (AstarPath * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00977560, int32_t, AstarPath_get_NumParallelThreads, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00977590, bool, AstarPath_get_IsUsingMultithreading, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x009775C0, bool, AstarPath_get_IsAnyGraphUpdatesQueued, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x009775C0, bool, AstarPath_get_IsAnyGraphUpdateQueued, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00977610, bool, AstarPath_get_IsAnyGraphUpdateInProgress, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00977630, bool, AstarPath_get_IsAnyWorkItemInProgress, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00977650, bool, AstarPath_get_IsInsideWorkItem, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00977670, void, AstarPath__ctor, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00978060, String__Array *, AstarPath_GetTagNames, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x009782A0, void, AstarPath_FindAstarPath, (MethodInfo * method)); DO_APP_FUNC(0x00978680, String__Array *, AstarPath_FindTagNames, (MethodInfo * method)); DO_APP_FUNC(0x00978870, uint16_t, AstarPath_GetNextPathID, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00978990, void, AstarPath_RecalculateDebugLimits, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00978C10, void, AstarPath_OnDrawGizmos, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00979250, void, AstarPath_OnGUI, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00979320, void, AstarPath_LogPathResults, (AstarPath * __this, Path_1 * path, MethodInfo * method)); DO_APP_FUNC(0x00979470, void, AstarPath_Update, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00979520, void, AstarPath_PerformBlockingActions, (AstarPath * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x009795C0, void, AstarPath_QueueWorkItemFloodFill, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C738, AstarPath_QueueWorkItemFloodFill__MethodInfo); DO_APP_FUNC(0x00979620, void, AstarPath_EnsureValidFloodFill, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C748, AstarPath_EnsureValidFloodFill__MethodInfo); DO_APP_FUNC(0x00979680, void, AstarPath_AddWorkItem, (AstarPath * __this, Action * callback, MethodInfo * method)); DO_APP_FUNC(0x009796D0, void, AstarPath_AddWorkItem_1, (AstarPath * __this, Action_1_Pathfinding_IWorkItemContext_ * callback, MethodInfo * method)); DO_APP_FUNC(0x00979720, void, AstarPath_AddWorkItem_2, (AstarPath * __this, AstarWorkItem item, MethodInfo * method)); DO_APP_FUNC(0x00979850, void, AstarPath_QueueGraphUpdates, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00979B30, IEnumerator *, AstarPath_DelayedGraphUpdate, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00979BD0, void, AstarPath_UpdateGraphs, (AstarPath * __this, Bounds bounds, float delay, MethodInfo * method)); DO_APP_FUNC(0x00979DC0, void, AstarPath_UpdateGraphs_1, (AstarPath * __this, GraphUpdateObject * ob, float delay, MethodInfo * method)); DO_APP_FUNC(0x00979EF0, IEnumerator *, AstarPath_UpdateGraphsInternal, (AstarPath * __this, GraphUpdateObject * ob, float delay, MethodInfo * method)); DO_APP_FUNC(0x0097A010, void, AstarPath_UpdateGraphs_2, (AstarPath * __this, Bounds bounds, MethodInfo * method)); DO_APP_FUNC(0x0097A100, void, AstarPath_UpdateGraphs_3, (AstarPath * __this, GraphUpdateObject * ob, MethodInfo * method)); DO_APP_FUNC(0x0097A2A0, void, AstarPath_FlushGraphUpdates, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x0097A310, void, AstarPath_FlushWorkItems, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x0097A3C0, void, AstarPath_FlushWorkItems_1, (AstarPath * __this, bool unblockOnComplete, bool block, MethodInfo * method)); DO_APP_FUNC(0x0097A430, void, AstarPath_FlushThreadSafeCallbacks, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x0097A440, int32_t, AstarPath_CalculateThreadCount, (ThreadCount__Enum count, MethodInfo * method)); DO_APP_FUNC(0x0097A630, void, AstarPath_Awake, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x0097AB10, void, AstarPath_InitializePathProcessor, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x0097B130, void, AstarPath_VerifyIntegrity, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C6B8, AstarPath_VerifyIntegrity__MethodInfo); DO_APP_FUNC(0x0097B3E0, void, AstarPath_ConfigureReferencesInternal, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AstarPath_InitializeProfiler, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x0097B650, void, AstarPath_InitializeAstarData, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x0097B820, void, AstarPath_OnDisable, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x0097B9A0, void, AstarPath_OnDestroy, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AstarPath_FloodFill, (AstarPath * __this, GraphNode * seed, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AstarPath_FloodFill_1, (AstarPath * __this, GraphNode * seed, uint32_t area, MethodInfo * method)); DO_APP_FUNC(0x0097C5D0, void, AstarPath_FloodFill_2, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x0097C610, int32_t, AstarPath_GetNewNodeIndex, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x0097C690, void, AstarPath_InitializeNode, (AstarPath * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x0097C6C0, void, AstarPath_DestroyNode, (AstarPath * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AstarPath_BlockUntilPathQueueBlocked, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x0097C6F0, PathProcessor_GraphUpdateLock, AstarPath_PausePathfinding, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x0097C740, PathProcessor_GraphUpdateLock, AstarPath_PausePathfindingSoon, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC(0x0097C790, void, AstarPath_Scan, (AstarPath * __this, NavGraph * graphToScan, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C678, AstarPath_Scan__MethodInfo); DO_APP_FUNC(0x0097C880, void, AstarPath_Scan_1, (AstarPath * __this, NavGraph__Array * graphsToScan, MethodInfo * method)); DO_APP_FUNC(0x0097CAB0, IEnumerable_1_Pathfinding_Progress_ *, AstarPath_ScanAsync, (AstarPath * __this, NavGraph * graphToScan, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C658, AstarPath_ScanAsync__MethodInfo); DO_APP_FUNC(0x0097CBA0, IEnumerable_1_Pathfinding_Progress_ *, AstarPath_ScanAsync_1, (AstarPath * __this, NavGraph__Array * graphsToScan, MethodInfo * method)); DO_APP_FUNC(0x0097CCD0, IEnumerable_1_Pathfinding_Progress_ *, AstarPath_ScanGraph, (AstarPath * __this, NavGraph * graph, MethodInfo * method)); DO_APP_FUNC(0x0097CD90, void, AstarPath_WaitForPath, (Path_1 * path, MethodInfo * method)); DO_APP_FUNC(0x0097CDE0, void, AstarPath_BlockUntilCalculated, (Path_1 * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C628, AstarPath_BlockUntilCalculated__MethodInfo); DO_APP_FUNC(0x0097D4F0, void, AstarPath_RegisterSafeUpdate, (Action * callback, MethodInfo * method)); DO_APP_FUNC(0x0097D5B0, void, AstarPath_StartPath, (Path_1 * path, bool pushToFront, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C5E0, AstarPath_StartPath__MethodInfo); DO_APP_FUNC(0x0097DA00, NNInfo, AstarPath_GetNearest, (AstarPath * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x0097DAC0, NNInfo, AstarPath_GetNearest_1, (AstarPath * __this, Vector3 position, NNConstraint * constraint, MethodInfo * method)); DO_APP_FUNC(0x0097DB10, NNInfo, AstarPath_GetNearest_2, (AstarPath * __this, Vector3 position, NNConstraint * constraint, GraphNode * hint, MethodInfo * method)); DO_APP_FUNC(0x0097E030, GraphNode *, AstarPath_GetNearest_3, (AstarPath * __this, Ray ray, MethodInfo * method)); DO_APP_FUNC(0x0097E220, void, AstarPath__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0097E430, void, AstarPath___ctor_b__92_0, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C7C0, AstarPath___ctor_b__92_0__MethodInfo); DO_APP_FUNC(0x0097E4D0, void, AstarPath__InitializePathProcessor_b__122_1, (AstarPath * __this, Path_1 * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C6E0, AstarPath__InitializePathProcessor_b__122_1__MethodInfo); DO_APP_FUNC(0x0097E660, void, AstarPath__InitializePathProcessor_b__122_2, (AstarPath * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C6F8, AstarPath__InitializePathProcessor_b__122_2__MethodInfo); DO_APP_FUNC(0x003AC050, void, AstarPath_c_DisplayClass97_0__ctor, (AstarPath_c_DisplayClass97_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097E690, void, AstarPath_c_DisplayClass97_0__RecalculateDebugLimits_b__0, (AstarPath_c_DisplayClass97_0 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C750, AstarPath_c_DisplayClass97_0__RecalculateDebugLimits_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AstarPath_c_DisplayClass109_0__ctor, (AstarPath_c_DisplayClass109_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097E8B0, void, AstarPath_c_DisplayClass109_0__QueueGraphUpdates_b__0, (AstarPath_c_DisplayClass109_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C730, AstarPath_c_DisplayClass109_0__QueueGraphUpdates_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, AstarPath_DelayedGraphUpdate_d_110__ctor, (AstarPath_DelayedGraphUpdate_d_110 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AstarPath_DelayedGraphUpdate_d_110_System_IDisposable_Dispose, (AstarPath_DelayedGraphUpdate_d_110 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097E940, bool, AstarPath_DelayedGraphUpdate_d_110_MoveNext, (AstarPath_DelayedGraphUpdate_d_110 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AstarPath_DelayedGraphUpdate_d_110_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AstarPath_DelayedGraphUpdate_d_110 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097EAB0, void, AstarPath_DelayedGraphUpdate_d_110_System_Collections_IEnumerator_Reset, (AstarPath_DelayedGraphUpdate_d_110 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C5A8, AstarPath_DelayedGraphUpdate_d_110_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AstarPath_DelayedGraphUpdate_d_110_System_Collections_IEnumerator_get_Current, (AstarPath_DelayedGraphUpdate_d_110 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AstarPath_UpdateGraphsInternal_d_113__ctor, (AstarPath_UpdateGraphsInternal_d_113 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AstarPath_UpdateGraphsInternal_d_113_System_IDisposable_Dispose, (AstarPath_UpdateGraphsInternal_d_113 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097EB00, bool, AstarPath_UpdateGraphsInternal_d_113_MoveNext, (AstarPath_UpdateGraphsInternal_d_113 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AstarPath_UpdateGraphsInternal_d_113_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AstarPath_UpdateGraphsInternal_d_113 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097EC00, void, AstarPath_UpdateGraphsInternal_d_113_System_Collections_IEnumerator_Reset, (AstarPath_UpdateGraphsInternal_d_113 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C5A0, AstarPath_UpdateGraphsInternal_d_113_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AstarPath_UpdateGraphsInternal_d_113_System_Collections_IEnumerator_get_Current, (AstarPath_UpdateGraphsInternal_d_113 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097EC50, void, AstarPath_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AstarPath_c__ctor, (AstarPath_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0097ED00, void, AstarPath_c__InitializePathProcessor_b__122_0, (AstarPath_c * __this, Path_1 * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C6F0, AstarPath_c__InitializePathProcessor_b__122_0__MethodInfo); DO_APP_FUNC(0x0097ED80, void, AstarPath_ScanAsync_d_141__ctor, (AstarPath_ScanAsync_d_141 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AstarPath_ScanAsync_d_141_System_IDisposable_Dispose, (AstarPath_ScanAsync_d_141 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097EDA0, bool, AstarPath_ScanAsync_d_141_MoveNext, (AstarPath_ScanAsync_d_141 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C540, AstarPath_ScanAsync_d_141_MoveNext__MethodInfo); DO_APP_FUNC(0x0097FCB0, Progress, AstarPath_ScanAsync_d_141_System_Collections_Generic_IEnumerator_Pathfinding_Progress__get_Current, (AstarPath_ScanAsync_d_141 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCC0, void, AstarPath_ScanAsync_d_141_System_Collections_IEnumerator_Reset, (AstarPath_ScanAsync_d_141 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C528, AstarPath_ScanAsync_d_141_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0097FD10, Object *, AstarPath_ScanAsync_d_141_System_Collections_IEnumerator_get_Current, (AstarPath_ScanAsync_d_141 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FD60, IEnumerator_1_Pathfinding_Progress_ *, AstarPath_ScanAsync_d_141_System_Collections_Generic_IEnumerable_Pathfinding_Progress__GetEnumerator, (AstarPath_ScanAsync_d_141 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FD60, IEnumerator *, AstarPath_ScanAsync_d_141_System_Collections_IEnumerable_GetEnumerator, (AstarPath_ScanAsync_d_141 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AstarPath_c_DisplayClass142_0__ctor, (AstarPath_c_DisplayClass142_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FEB0, void, AstarPath_c_DisplayClass142_0__ScanGraph_b__0, (AstarPath_c_DisplayClass142_0 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C508, AstarPath_c_DisplayClass142_0__ScanGraph_b__0__MethodInfo); DO_APP_FUNC(0x0097ED80, void, AstarPath_ScanGraph_d_142__ctor, (AstarPath_ScanGraph_d_142 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x0097FEE0, void, AstarPath_ScanGraph_d_142_System_IDisposable_Dispose, (AstarPath_ScanGraph_d_142 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FFB0, bool, AstarPath_ScanGraph_d_142_MoveNext, (AstarPath_ScanGraph_d_142 * __this, MethodInfo * method)); DO_APP_FUNC(0x009808A0, void, AstarPath_ScanGraph_d_142___m__Finally1, (AstarPath_ScanGraph_d_142 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, Progress, AstarPath_ScanGraph_d_142_System_Collections_Generic_IEnumerator_Pathfinding_Progress__get_Current, (AstarPath_ScanGraph_d_142 * __this, MethodInfo * method)); DO_APP_FUNC(0x00980900, void, AstarPath_ScanGraph_d_142_System_Collections_IEnumerator_Reset, (AstarPath_ScanGraph_d_142 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C4F8, AstarPath_ScanGraph_d_142_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00980950, Object *, AstarPath_ScanGraph_d_142_System_Collections_IEnumerator_get_Current, (AstarPath_ScanGraph_d_142 * __this, MethodInfo * method)); DO_APP_FUNC(0x009809A0, IEnumerator_1_Pathfinding_Progress_ *, AstarPath_ScanGraph_d_142_System_Collections_Generic_IEnumerable_Pathfinding_Progress__GetEnumerator, (AstarPath_ScanGraph_d_142 * __this, MethodInfo * method)); DO_APP_FUNC(0x009809A0, IEnumerator *, AstarPath_ScanGraph_d_142_System_Collections_IEnumerable_GetEnumerator, (AstarPath_ScanGraph_d_142 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AstarPath_c_DisplayClass152_0__ctor, (AstarPath_c_DisplayClass152_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00980A90, void, AstarPath_c_DisplayClass152_0__GetNearest_b__0, (AstarPath_c_DisplayClass152_0 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C5C8, AstarPath_c_DisplayClass152_0__GetNearest_b__0__MethodInfo); DO_APP_FUNC(0x00980C00, void, AIDestinationSetter_OnEnable, (AIDestinationSetter * __this, MethodInfo * method)); DO_APP_FUNC(0x00980D80, void, AIDestinationSetter_OnDisable, (AIDestinationSetter * __this, MethodInfo * method)); DO_APP_FUNC(0x00980E90, void, AIDestinationSetter_Update, (AIDestinationSetter * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C4E8, AIDestinationSetter_Update__MethodInfo); DO_APP_FUNC(0x003AC000, void, AIDestinationSetter__ctor, (AIDestinationSetter * __this, MethodInfo * method)); DO_APP_FUNC(0x00981040, void, Patrol_2_Awake, (Patrol_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x009810E0, void, Patrol_2_Update, (Patrol_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00981360, void, Patrol_2__ctor, (Patrol_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x009813B0, float, AIBase_get_centerOffset, (AIBase * __this, MethodInfo * method)); DO_APP_FUNC(0x009813C0, void, AIBase_set_centerOffset, (AIBase * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x009813D0, bool, AIBase_get_rotationIn2D, (AIBase * __this, MethodInfo * method)); DO_APP_FUNC(0x009813E0, void, AIBase_set_rotationIn2D, (AIBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00981400, Vector3, AIBase_get_position, (AIBase * __this, MethodInfo * method)); DO_APP_FUNC(0x009814C0, Quaternion, AIBase_get_rotation, (AIBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00981560, bool, AIBase_get_usingGravity, (AIBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00981570, void, AIBase_set_usingGravity, (AIBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00981580, Transform *, AIBase_get_target, (AIBase * __this, MethodInfo * method)); DO_APP_FUNC(0x009816A0, void, AIBase_set_target, (AIBase * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00981A40, Vector3, AIBase_get_destination, (AIBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00981A60, void, AIBase_set_destination, (AIBase * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00981A80, Vector3, AIBase_get_velocity, (AIBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00981B50, Vector3, AIBase_get_desiredVelocity, (AIBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00981C40, bool, AIBase_get_isStopped, (AIBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00981C50, void, AIBase_set_isStopped, (AIBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x007F4830, Action *, AIBase_get_onSearchPath, (AIBase * __this, MethodInfo * method)); DO_APP_FUNC(0x008E4BE0, void, AIBase_set_onSearchPath, (AIBase * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x00981C60, bool, AIBase_get_shouldRecalculatePath, (AIBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00981CF0, void, AIBase__ctor, (AIBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00981EA0, void, AIBase_FindComponents, (AIBase * __this, MethodInfo * method)); DO_APP_FUNC(0x009821A0, void, AIBase_OnEnable, (AIBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00982300, void, AIBase_Start, (AIBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00982390, void, AIBase_Init, (AIBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00982430, void, AIBase_Teleport, (AIBase * __this, Vector3 newPosition, bool clearPath, MethodInfo * method)); DO_APP_FUNC(0x00982680, void, AIBase_CancelCurrentPathRequest, (AIBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00982810, void, AIBase_OnDisable, (AIBase * __this, MethodInfo * method)); DO_APP_FUNC(0x009829F0, void, AIBase_Update, (AIBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00982EF0, void, AIBase_FixedUpdate, (AIBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00983190, void, AIBase_MovementUpdate, (AIBase * __this, float deltaTime, Vector3 * nextPosition, Quaternion * nextRotation, MethodInfo * method)); DO_APP_FUNC(0x009831B0, void, AIBase_CalculatePathRequestEndpoints, (AIBase * __this, Vector3 * start, Vector3 * end, MethodInfo * method)); DO_APP_FUNC(0x00983220, void, AIBase_SearchPath, (AIBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00983470, Vector3, AIBase_GetFeetPosition, (AIBase * __this, MethodInfo * method)); DO_APP_FUNC(0x009834A0, void, AIBase_SetPath, (AIBase * __this, Path_1 * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C4B8, AIBase_SetPath__MethodInfo); DO_APP_FUNC(0x009836A0, void, AIBase_ApplyGravity, (AIBase * __this, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00983900, Vector2, AIBase_CalculateDeltaToMoveThisFrame, (AIBase * __this, Vector2 position, float distanceToEndOfPath, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00983C50, Quaternion, AIBase_SimulateRotationTowards, (AIBase * __this, Vector3 direction, float maxDegrees, MethodInfo * method)); DO_APP_FUNC(0x00983D80, Quaternion, AIBase_SimulateRotationTowards_1, (AIBase * __this, Vector2 direction, float maxDegrees, MethodInfo * method)); DO_APP_FUNC(0x009841C0, void, AIBase_Move, (AIBase * __this, Vector3 deltaPosition, MethodInfo * method)); DO_APP_FUNC(0x00984200, void, AIBase_FinalizeMovement, (AIBase * __this, Vector3 nextPosition, Quaternion nextRotation, MethodInfo * method)); DO_APP_FUNC(0x00984260, void, AIBase_FinalizeRotation, (AIBase * __this, Quaternion nextRotation, MethodInfo * method)); DO_APP_FUNC(0x00984560, void, AIBase_FinalizePosition, (AIBase * __this, Vector3 nextPosition, MethodInfo * method)); DO_APP_FUNC(0x00984D70, void, AIBase_UpdateVelocity, (AIBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00984E20, Vector3, AIBase_ClampToNavmesh, (AIBase * __this, Vector3 position, bool * positionChanged, MethodInfo * method)); DO_APP_FUNC(0x00984E40, Vector3, AIBase_RaycastPosition, (AIBase * __this, Vector3 position, float lastElevation, MethodInfo * method)); DO_APP_FUNC(0x00985280, void, AIBase_OnDrawGizmosSelected, (AIBase * __this, MethodInfo * method)); DO_APP_FUNC(0x009852F0, void, AIBase_OnDrawGizmos, (AIBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00985A50, void, AIBase_Reset, (AIBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00985A90, void, AIBase_ResetShape, (AIBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00985C50, int32_t, AIBase_OnUpgradeSerializedData, (AIBase * __this, int32_t version, bool unityThread, MethodInfo * method)); DO_APP_FUNC(0x00985E90, void, AIBase__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00985EE0, bool, AILerp_get_rotationIn2D, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x00985EF0, void, AILerp_set_rotationIn2D, (AILerp * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x008FC900, bool, AILerp_get_reachedEndOfPath, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x00985F10, void, AILerp_set_reachedEndOfPath, (AILerp * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00985F20, bool, AILerp_get_reachedDestination, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x00986030, Vector3, AILerp_get_destination, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x00986050, void, AILerp_set_destination, (AILerp * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00986060, Transform *, AILerp_get_target, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x00986180, void, AILerp_set_target, (AILerp * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00986520, Vector3, AILerp_get_position, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x009865E0, Quaternion, AILerp_get_rotation, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AILerp_Pathfinding_IAstarAI_Move, (AILerp * __this, Vector3 deltaPosition, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, AILerp_Pathfinding_IAstarAI_get_radius, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AILerp_Pathfinding_IAstarAI_set_radius, (AILerp * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, AILerp_Pathfinding_IAstarAI_get_height, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AILerp_Pathfinding_IAstarAI_set_height, (AILerp * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB1A0, float, AILerp_Pathfinding_IAstarAI_get_maxSpeed, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x00986690, void, AILerp_Pathfinding_IAstarAI_set_maxSpeed, (AILerp * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x009866A0, bool, AILerp_Pathfinding_IAstarAI_get_canSearch, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x009866B0, void, AILerp_Pathfinding_IAstarAI_set_canSearch, (AILerp * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009866C0, bool, AILerp_Pathfinding_IAstarAI_get_canMove, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x009866D0, void, AILerp_Pathfinding_IAstarAI_set_canMove, (AILerp * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009866E0, Vector3, AILerp_Pathfinding_IAstarAI_get_velocity, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x00986850, Vector3, AILerp_Pathfinding_IAstarAI_get_desiredVelocity, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x009868C0, Vector3, AILerp_Pathfinding_IAstarAI_get_steeringTarget, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x009869B0, float, AILerp_get_remainingDistance, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x009869E0, void, AILerp_set_remainingDistance, (AILerp * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00986A20, bool, AILerp_get_hasPath, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x00986A50, bool, AILerp_get_pathPending, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x0060FDC0, bool, AILerp_get_isStopped, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x0074C7F0, void, AILerp_set_isStopped, (AILerp * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, Action *, AILerp_get_onSearchPath, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, AILerp_set_onSearchPath, (AILerp * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x00986A60, void, AILerp__ctor, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x00986BA0, void, AILerp_Awake, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x00986DC0, void, AILerp_Start, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x00986DD0, void, AILerp_OnEnable, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x00986F20, void, AILerp_Init, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x00987030, void, AILerp_OnDisable, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x00987180, void, AILerp_GetRemainingPath, (AILerp * __this, List_1_UnityEngine_Vector3_ * buffer, bool * stale, MethodInfo * method)); DO_APP_FUNC(0x00987330, void, AILerp_Teleport, (AILerp * __this, Vector3 position, bool clearPath, MethodInfo * method)); DO_APP_FUNC(0x00987430, bool, AILerp_get_shouldRecalculatePath, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x009874B0, void, AILerp_ForceSearchPath, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x009874D0, void, AILerp_SearchPath, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AILerp_OnTargetReached, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x00987670, void, AILerp_OnPathComplete, (AILerp * __this, Path_1 * _p, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C468, AILerp_OnPathComplete__MethodInfo); DO_APP_FUNC(0x009878E0, void, AILerp_ClearPath, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x00987B00, void, AILerp_SetPath, (AILerp * __this, Path_1 * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C460, AILerp_SetPath__MethodInfo); DO_APP_FUNC(0x00987CF0, void, AILerp_ConfigurePathSwitchInterpolation, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x00987F20, Vector3, AILerp_GetFeetPosition, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x00987F50, void, AILerp_ConfigureNewPath, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x00988240, void, AILerp_Update, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC(0x009885A0, void, AILerp_MovementUpdate, (AILerp * __this, float deltaTime, Vector3 * nextPosition, Quaternion * nextRotation, MethodInfo * method)); DO_APP_FUNC(0x00988770, void, AILerp_FinalizeMovement, (AILerp * __this, Vector3 nextPosition, Quaternion nextRotation, MethodInfo * method)); DO_APP_FUNC(0x009888B0, Quaternion, AILerp_SimulateRotationTowards, (AILerp * __this, Vector3 direction, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00988CF0, Vector3, AILerp_CalculateNextPosition, (AILerp * __this, Vector3 * direction, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00988FD0, int32_t, AILerp_OnUpgradeSerializedData, (AILerp * __this, int32_t version, bool unityThread, MethodInfo * method)); DO_APP_FUNC(0x00989100, Vector3, AILerp__Awake_b__84_0, (AILerp * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C490, AILerp__Awake_b__84_0__MethodInfo); DO_APP_FUNC(0x00989120, void, AIPath_Teleport, (AIPath * __this, Vector3 newPosition, bool clearPath, MethodInfo * method)); DO_APP_FUNC(0x00989150, float, AIPath_get_remainingDistance, (AIPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00989320, bool, AIPath_get_reachedDestination, (AIPath * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC9E0, bool, AIPath_get_reachedEndOfPath, (AIPath * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC9F0, void, AIPath_set_reachedEndOfPath, (AIPath * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009896B0, bool, AIPath_get_hasPath, (AIPath * __this, MethodInfo * method)); DO_APP_FUNC(0x009896E0, bool, AIPath_get_pathPending, (AIPath * __this, MethodInfo * method)); DO_APP_FUNC(0x009896F0, Vector3, AIPath_get_steeringTarget, (AIPath * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, AIPath_Pathfinding_IAstarAI_get_radius, (AIPath * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA780, void, AIPath_Pathfinding_IAstarAI_set_radius, (AIPath * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, AIPath_Pathfinding_IAstarAI_get_height, (AIPath * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA750, void, AIPath_Pathfinding_IAstarAI_set_height, (AIPath * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, AIPath_Pathfinding_IAstarAI_get_maxSpeed, (AIPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00989750, void, AIPath_Pathfinding_IAstarAI_set_maxSpeed, (AIPath * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0041F540, bool, AIPath_Pathfinding_IAstarAI_get_canSearch, (AIPath * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F550, void, AIPath_Pathfinding_IAstarAI_set_canSearch, (AIPath * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0046DDA0, bool, AIPath_Pathfinding_IAstarAI_get_canMove, (AIPath * __this, MethodInfo * method)); DO_APP_FUNC(0x0046DDB0, void, AIPath_Pathfinding_IAstarAI_set_canMove, (AIPath * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00989760, void, AIPath_GetRemainingPath, (AIPath * __this, List_1_UnityEngine_Vector3_ * buffer, bool * stale, MethodInfo * method)); DO_APP_FUNC(0x009898A0, void, AIPath_OnDisable, (AIPath * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AIPath_OnTargetReached, (AIPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00989950, void, AIPath_OnPathComplete, (AIPath * __this, Path_1 * newPath, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C450, AIPath_OnPathComplete__MethodInfo); DO_APP_FUNC(0x0098A020, void, AIPath_ClearPath, (AIPath * __this, MethodInfo * method)); DO_APP_FUNC(0x0098A060, void, AIPath_MovementUpdateInternal, (AIPath * __this, float deltaTime, Vector3 * nextPosition, Quaternion * nextRotation, MethodInfo * method)); DO_APP_FUNC(0x0098ADB0, void, AIPath_CalculateNextRotation, (AIPath * __this, float slowdown, Quaternion * nextRotation, MethodInfo * method)); DO_APP_FUNC(0x0098AF80, Vector3, AIPath_ClampToNavmesh, (AIPath * __this, Vector3 position, bool * positionChanged, MethodInfo * method)); DO_APP_FUNC(0x0098B460, int32_t, AIPath_OnUpgradeSerializedData, (AIPath * __this, int32_t version, bool unityThread, MethodInfo * method)); DO_APP_FUNC(0x004FC9E0, bool, AIPath_get_TargetReached, (AIPath * __this, MethodInfo * method)); DO_APP_FUNC(0x0098B4B0, float, AIPath_get_turningSpeed, (AIPath * __this, MethodInfo * method)); DO_APP_FUNC(0x0098B4D0, void, AIPath_set_turningSpeed, (AIPath * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, AIPath_get_speed, (AIPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00989750, void, AIPath_set_speed, (AIPath * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0098B4F0, Vector3, AIPath_get_targetDirection, (AIPath * __this, MethodInfo * method)); DO_APP_FUNC(0x0098B6B0, Vector3, AIPath_CalculateVelocity, (AIPath * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x0098B7A0, void, AIPath__ctor, (AIPath * __this, MethodInfo * method)); DO_APP_FUNC(0x0098B8B0, void, AIPath__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0098B950, bool, RichAI_get_traversingOffMeshLink, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0098B960, void, RichAI_set_traversingOffMeshLink, (RichAI * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0098B970, float, RichAI_get_remainingDistance, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0098BAA0, bool, RichAI_get_reachedEndOfPath, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0098BAE0, bool, RichAI_get_reachedDestination, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0098BDF0, bool, RichAI_get_hasPath, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0098BE20, bool, RichAI_get_pathPending, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0098BE40, Vector3, RichAI_get_steeringTarget, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0098BE60, void, RichAI_set_steeringTarget, (RichAI * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, RichAI_Pathfinding_IAstarAI_get_radius, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA780, void, RichAI_Pathfinding_IAstarAI_set_radius, (RichAI * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, RichAI_Pathfinding_IAstarAI_get_height, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA750, void, RichAI_Pathfinding_IAstarAI_set_height, (RichAI * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, RichAI_Pathfinding_IAstarAI_get_maxSpeed, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x00989750, void, RichAI_Pathfinding_IAstarAI_set_maxSpeed, (RichAI * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0041F540, bool, RichAI_Pathfinding_IAstarAI_get_canSearch, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F550, void, RichAI_Pathfinding_IAstarAI_set_canSearch, (RichAI * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0046DDA0, bool, RichAI_Pathfinding_IAstarAI_get_canMove, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0046DDB0, void, RichAI_Pathfinding_IAstarAI_set_canMove, (RichAI * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0098BE80, bool, RichAI_get_approachingPartEndpoint, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0098BEE0, bool, RichAI_get_approachingPathEndpoint, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0098BF80, void, RichAI_Teleport, (RichAI * __this, Vector3 newPosition, bool clearPath, MethodInfo * method)); DO_APP_FUNC(0x0098C3A0, void, RichAI_OnDisable, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0098C400, bool, RichAI_get_shouldRecalculatePath, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0098C490, void, RichAI_SearchPath, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0098C4B0, void, RichAI_OnPathComplete, (RichAI * __this, Path_1 * p, MethodInfo * method)); DO_APP_FUNC(0x0098C7E0, void, RichAI_ClearPath, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0098C830, void, RichAI_NextPart, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0098C990, void, RichAI_GetRemainingPath, (RichAI * __this, List_1_UnityEngine_Vector3_ * buffer, bool * stale, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RichAI_OnTargetReached, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0098C9E0, Vector3, RichAI_UpdateTarget, (RichAI * __this, RichFunnel * fn, MethodInfo * method)); DO_APP_FUNC(0x0098CB10, void, RichAI_MovementUpdateInternal, (RichAI * __this, float deltaTime, Vector3 * nextPosition, Quaternion * nextRotation, MethodInfo * method)); DO_APP_FUNC(0x0098CF00, void, RichAI_TraverseFunnel, (RichAI * __this, RichFunnel * fn, float deltaTime, Vector3 * nextPosition, Quaternion * nextRotation, MethodInfo * method)); DO_APP_FUNC(0x0098DA20, void, RichAI_FinalMovement, (RichAI * __this, Vector3 position3D, float deltaTime, float distanceToEndOfPath, float slowdownFactor, Vector3 * nextPosition, Quaternion * nextRotation, MethodInfo * method)); DO_APP_FUNC(0x0098E210, Vector3, RichAI_ClampToNavmesh, (RichAI * __this, Vector3 position, bool * positionChanged, MethodInfo * method)); DO_APP_FUNC(0x0098E5C0, Vector2, RichAI_CalculateWallForce, (RichAI * __this, Vector2 position, float elevation, Vector2 directionToTarget, MethodInfo * method)); DO_APP_FUNC(0x0098EB90, IEnumerator *, RichAI_TraverseSpecial, (RichAI * __this, RichSpecial * link, MethodInfo * method)); DO_APP_FUNC(0x0098ECA0, IEnumerator *, RichAI_TraverseOffMeshLinkFallback, (RichAI * __this, RichSpecial * link, MethodInfo * method)); DO_APP_FUNC(0x0098EDB0, void, RichAI_OnDrawGizmos, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0098F0A0, int32_t, RichAI_OnUpgradeSerializedData, (RichAI * __this, int32_t version, bool unityThread, MethodInfo * method)); DO_APP_FUNC(0x0098F1F0, void, RichAI_UpdatePath, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0098F210, Vector3, RichAI_get_Velocity, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0098BE40, Vector3, RichAI_get_NextWaypoint, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0098F240, float, RichAI_get_DistanceToNextWaypoint, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F540, bool, RichAI_get_repeatedlySearchPaths, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F550, void, RichAI_set_repeatedlySearchPaths, (RichAI * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0098BAA0, bool, RichAI_get_TargetReached, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0098BE20, bool, RichAI_get_PathPending, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0098BE80, bool, RichAI_get_ApproachingPartEndpoint, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0098F250, bool, RichAI_get_ApproachingPathEndpoint, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0098B950, bool, RichAI_get_TraversingSpecial, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0098BE40, Vector3, RichAI_get_TargetPoint, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0098F260, Animation *, RichAI_get_anim, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0098F380, void, RichAI_set_anim, (RichAI * __this, Animation * value, MethodInfo * method)); DO_APP_FUNC(0x0098F5F0, void, RichAI__ctor, (RichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x0098F8E0, void, RichAI__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, RichAI_TraverseSpecial_d_68__ctor, (RichAI_TraverseSpecial_d_68 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RichAI_TraverseSpecial_d_68_System_IDisposable_Dispose, (RichAI_TraverseSpecial_d_68 * __this, MethodInfo * method)); DO_APP_FUNC(0x0098F930, bool, RichAI_TraverseSpecial_d_68_MoveNext, (RichAI_TraverseSpecial_d_68 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, RichAI_TraverseSpecial_d_68_System_Collections_Generic_IEnumerator_System_Object__get_Current, (RichAI_TraverseSpecial_d_68 * __this, MethodInfo * method)); DO_APP_FUNC(0x0098FBA0, void, RichAI_TraverseSpecial_d_68_System_Collections_IEnumerator_Reset, (RichAI_TraverseSpecial_d_68 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C410, RichAI_TraverseSpecial_d_68_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, RichAI_TraverseSpecial_d_68_System_Collections_IEnumerator_get_Current, (RichAI_TraverseSpecial_d_68 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, RichAI_TraverseOffMeshLinkFallback_d_69__ctor, (RichAI_TraverseOffMeshLinkFallback_d_69 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RichAI_TraverseOffMeshLinkFallback_d_69_System_IDisposable_Dispose, (RichAI_TraverseOffMeshLinkFallback_d_69 * __this, MethodInfo * method)); DO_APP_FUNC(0x0098FBF0, bool, RichAI_TraverseOffMeshLinkFallback_d_69_MoveNext, (RichAI_TraverseOffMeshLinkFallback_d_69 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, RichAI_TraverseOffMeshLinkFallback_d_69_System_Collections_Generic_IEnumerator_System_Object__get_Current, (RichAI_TraverseOffMeshLinkFallback_d_69 * __this, MethodInfo * method)); DO_APP_FUNC(0x00990160, void, RichAI_TraverseOffMeshLinkFallback_d_69_System_Collections_IEnumerator_Reset, (RichAI_TraverseOffMeshLinkFallback_d_69 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C3F8, RichAI_TraverseOffMeshLinkFallback_d_69_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, RichAI_TraverseOffMeshLinkFallback_d_69_System_Collections_IEnumerator_get_Current, (RichAI_TraverseOffMeshLinkFallback_d_69 * __this, MethodInfo * method)); DO_APP_FUNC(0x009901B0, void, RichPath__ctor, (RichPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00990280, void, RichPath_Clear, (RichPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00990300, void, RichPath_Initialize, (RichPath * __this, Seeker * seeker, Path_1 * path, bool mergePartEndpoints, bool simplificationMode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C390, RichPath_Initialize__MethodInfo); DO_APP_FUNC(0x00990E00, Vector3, RichPath_get_Endpoint, (RichPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00990E20, void, RichPath_set_Endpoint, (RichPath * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00990E30, bool, RichPath_get_CompletedAllParts, (RichPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00990E80, bool, RichPath_get_IsLastPart, (RichPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00990ED0, void, RichPath_NextPart, (RichPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00990F20, RichPathPart *, RichPath_GetCurrentPart, (RichPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00990FE0, void, RichPath_GetRemainingPath, (RichPath * __this, List_1_UnityEngine_Vector3_ * buffer, Vector3 currentPosition, bool * requiresRepath, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RichPathPart__ctor, (RichPathPart * __this, MethodInfo * method)); DO_APP_FUNC(0x00991280, void, RichFunnel__ctor, (RichFunnel * __this, MethodInfo * method)); DO_APP_FUNC(0x00991510, RichFunnel *, RichFunnel_Initialize, (RichFunnel * __this, RichPath * path, NavmeshBase * graph, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C330, RichFunnel_Initialize__MethodInfo); DO_APP_FUNC(0x009916C0, void, RichFunnel_OnEnterPool, (RichFunnel * __this, MethodInfo * method)); DO_APP_FUNC(0x009917C0, TriangleMeshNode *, RichFunnel_get_CurrentNode, (RichFunnel * __this, MethodInfo * method)); DO_APP_FUNC(0x00991850, void, RichFunnel_BuildFunnelCorridor, (RichFunnel * __this, List_1_Pathfinding_GraphNode_ * nodes, int32_t start, int32_t end, MethodInfo * method)); DO_APP_FUNC(0x00992080, void, RichFunnel_SimplifyPath, (RichFunnel * __this, IRaycastableGraph * graph, List_1_Pathfinding_GraphNode_ * nodes, int32_t start, int32_t end, List_1_Pathfinding_GraphNode_ * result, Vector3 startPoint, Vector3 endPoint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C2A8, RichFunnel_SimplifyPath__MethodInfo); DO_APP_FUNC(0x009933D0, void, RichFunnel_UpdateFunnelCorridor, (RichFunnel * __this, int32_t splitIndex, List_1_Pathfinding_TriangleMeshNode_ * prefix, MethodInfo * method)); DO_APP_FUNC(0x00993810, bool, RichFunnel_CheckForDestroyedNodes, (RichFunnel * __this, MethodInfo * method)); DO_APP_FUNC(0x009938C0, float, RichFunnel_get_DistanceToEndOfPath, (RichFunnel * __this, MethodInfo * method)); DO_APP_FUNC(0x009939E0, Vector3, RichFunnel_ClampToNavmesh, (RichFunnel * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x00993C20, Vector3, RichFunnel_Update, (RichFunnel * __this, Vector3 position, List_1_UnityEngine_Vector3_ * buffer, int32_t numCorners, bool * lastCorner, bool * requiresRepath, MethodInfo * method)); DO_APP_FUNC(0x00994250, bool, RichFunnel_ClampToNavmeshInternal, (RichFunnel * __this, Vector3 * position, MethodInfo * method)); DO_APP_FUNC(0x009949A0, void, RichFunnel_FindWalls, (RichFunnel * __this, List_1_UnityEngine_Vector3_ * wallBuffer, float range, MethodInfo * method)); DO_APP_FUNC(0x009949E0, void, RichFunnel_FindWalls_1, (RichFunnel * __this, int32_t nodeIndex, List_1_UnityEngine_Vector3_ * wallBuffer, Vector3 position, float range, MethodInfo * method)); DO_APP_FUNC(0x00995220, bool, RichFunnel_FindNextCorners, (RichFunnel * __this, Vector3 origin, int32_t startIndex, List_1_UnityEngine_Vector3_ * funnelPath, int32_t numCorners, bool * lastCorner, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C230, RichFunnel_FindNextCorners__MethodInfo); DO_APP_FUNC(0x009960D0, void, RichFunnel__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00996350, void, RichSpecial_OnEnterPool, (RichSpecial * __this, MethodInfo * method)); DO_APP_FUNC(0x009963B0, RichSpecial *, RichSpecial_Initialize, (RichSpecial * __this, NodeLink2 * nodeLink, GraphNode * first, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RichSpecial__ctor, (RichSpecial * __this, MethodInfo * method)); DO_APP_FUNC(0x00996630, void, Seeker__ctor, (Seeker * __this, MethodInfo * method)); DO_APP_FUNC(0x00996990, void, Seeker_Awake, (Seeker * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7010, Path_1 *, Seeker_GetCurrentPath, (Seeker * __this, MethodInfo * method)); DO_APP_FUNC(0x00996B00, void, Seeker_CancelCurrentPathRequest, (Seeker * __this, bool pool, MethodInfo * method)); DO_APP_FUNC(0x00996BA0, void, Seeker_OnDestroy, (Seeker * __this, MethodInfo * method)); DO_APP_FUNC(0x00996D50, void, Seeker_ReleaseClaimedPath, (Seeker * __this, MethodInfo * method)); DO_APP_FUNC(0x00996DD0, void, Seeker_RegisterModifier, (Seeker * __this, IPathModifier * modifier, MethodInfo * method)); DO_APP_FUNC(0x00996FC0, void, Seeker_DeregisterModifier, (Seeker * __this, IPathModifier * modifier, MethodInfo * method)); DO_APP_FUNC(0x00997020, void, Seeker_PostProcess, (Seeker * __this, Path_1 * path, MethodInfo * method)); DO_APP_FUNC(0x00997030, void, Seeker_RunModifiers, (Seeker * __this, Seeker_ModifierPass__Enum pass, Path_1 * path, MethodInfo * method)); DO_APP_FUNC(0x009972E0, bool, Seeker_IsDone, (Seeker * __this, MethodInfo * method)); DO_APP_FUNC(0x00997300, void, Seeker_OnPathComplete, (Seeker * __this, Path_1 * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C1D8, Seeker_OnPathComplete__MethodInfo); DO_APP_FUNC(0x00997320, void, Seeker_OnPathComplete_1, (Seeker * __this, Path_1 * p, bool runModifiers, bool sendCallbacks, MethodInfo * method)); DO_APP_FUNC(0x00997540, void, Seeker_OnPartialPathComplete, (Seeker * __this, Path_1 * p, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C1E0, Seeker_OnPartialPathComplete__MethodInfo); DO_APP_FUNC(0x00997560, void, Seeker_OnMultiPathComplete, (Seeker * __this, Path_1 * p, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C168, Seeker_OnMultiPathComplete__MethodInfo); DO_APP_FUNC(0x00997580, ABPath *, Seeker_GetNewPath, (Seeker * __this, Vector3 start, Vector3 end, MethodInfo * method)); DO_APP_FUNC(0x00997610, Path_1 *, Seeker_StartPath, (Seeker * __this, Vector3 start, Vector3 end, MethodInfo * method)); DO_APP_FUNC(0x009976E0, Path_1 *, Seeker_StartPath_1, (Seeker * __this, Vector3 start, Vector3 end, OnPathDelegate * callback, MethodInfo * method)); DO_APP_FUNC(0x009977C0, Path_1 *, Seeker_StartPath_2, (Seeker * __this, Vector3 start, Vector3 end, OnPathDelegate * callback, GraphMask graphMask, MethodInfo * method)); DO_APP_FUNC(0x009978A0, Path_1 *, Seeker_StartPath_3, (Seeker * __this, Path_1 * p, OnPathDelegate * callback, MethodInfo * method)); DO_APP_FUNC(0x009978F0, Path_1 *, Seeker_StartPath_4, (Seeker * __this, Path_1 * p, OnPathDelegate * callback, GraphMask graphMask, MethodInfo * method)); DO_APP_FUNC(0x00997930, void, Seeker_StartPathInternal, (Seeker * __this, Path_1 * p, OnPathDelegate * callback, MethodInfo * method)); DO_APP_FUNC(0x00997E80, MultiTargetPath *, Seeker_StartMultiTargetPath, (Seeker * __this, Vector3 start, Vector3__Array * endPoints, bool pathsForAll, OnPathDelegate * callback, int32_t graphMask, MethodInfo * method)); DO_APP_FUNC(0x00997F20, MultiTargetPath *, Seeker_StartMultiTargetPath_1, (Seeker * __this, Vector3__Array * startPoints, Vector3 end, bool pathsForAll, OnPathDelegate * callback, int32_t graphMask, MethodInfo * method)); DO_APP_FUNC(0x009978F0, MultiTargetPath *, Seeker_StartMultiTargetPath_2, (Seeker * __this, MultiTargetPath * p, OnPathDelegate * callback, int32_t graphMask, MethodInfo * method)); DO_APP_FUNC(0x00997FC0, void, Seeker_OnDrawGizmos, (Seeker * __this, MethodInfo * method)); DO_APP_FUNC(0x009983F0, int32_t, Seeker_OnUpgradeSerializedData, (Seeker * __this, int32_t version, bool unityThread, MethodInfo * method)); DO_APP_FUNC(0x009984D0, void, Seeker_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Seeker_c__ctor, (Seeker_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00998580, int32_t, Seeker_c__RegisterModifier_b__26_0, (Seeker_c * __this, IPathModifier * a, IPathModifier * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C190, Seeker_c__RegisterModifier_b__26_0__MethodInfo); DO_APP_FUNC(0x00998610, int32_t, AstarColor_ColorHash, (MethodInfo * method)); DO_APP_FUNC(0x00998850, Color, AstarColor_GetAreaColor, (uint32_t area, MethodInfo * method)); DO_APP_FUNC(0x009989B0, Color, AstarColor_GetTagColor, (uint32_t tag, MethodInfo * method)); DO_APP_FUNC(0x00998B10, void, AstarColor_PushToStatic, (AstarColor * __this, AstarPath * astar, MethodInfo * method)); DO_APP_FUNC(0x00998CE0, void, AstarColor__ctor, (AstarColor * __this, MethodInfo * method)); DO_APP_FUNC(0x00998D30, void, AstarColor__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00999030, float, GraphHitInfo_get_distance, (GraphHitInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00999090, void, GraphHitInfo__ctor, (GraphHitInfo * __this, Vector3 point, MethodInfo * method)); DO_APP_FUNC(0x009991E0, bool, NNConstraint_SuitableGraph, (NNConstraint * __this, int32_t graphIndex, NavGraph * graph, MethodInfo * method)); DO_APP_FUNC(0x00999200, bool, NNConstraint_Suitable, (NNConstraint * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x00999290, NNConstraint *, NNConstraint_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00999300, NNConstraint *, NNConstraint_get_None, (MethodInfo * method)); DO_APP_FUNC(0x00999370, void, NNConstraint__ctor, (NNConstraint * __this, MethodInfo * method)); DO_APP_FUNC(0x009993A0, PathNNConstraint *, PathNNConstraint_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00999410, void, PathNNConstraint_SetStart, (PathNNConstraint * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x00999370, void, PathNNConstraint__ctor, (PathNNConstraint * __this, MethodInfo * method)); DO_APP_FUNC(0x00999440, void, NNInfoInternal__ctor, (NNInfoInternal * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x00999580, void, NNInfoInternal_UpdateInfo, (NNInfoInternal * __this, MethodInfo * method)); DO_APP_FUNC(0x00999700, Vector3, NNInfo_get_clampedPosition, (NNInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00999720, void, NNInfo__ctor, (NNInfo * __this, NNInfoInternal internalInfo, MethodInfo * method)); DO_APP_FUNC(0x00999700, Vector3, NNInfo_op_Explicit, (NNInfo ob, MethodInfo * method)); DO_APP_FUNC(0x00470F00, GraphNode *, NNInfo_op_Explicit_1, (NNInfo ob, MethodInfo * method)); DO_APP_FUNC(0x00999790, void, Progress__ctor, (Progress * __this, float progress, String * description, MethodInfo * method)); DO_APP_FUNC(0x009997F0, Progress, Progress_MapTo, (Progress * __this, float min, float max, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x009998C0, String *, Progress_ToString, (Progress * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GraphUpdateObject_set_requiresFloodFill, (GraphUpdateObject * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00999930, void, GraphUpdateObject_WillUpdateNode, (GraphUpdateObject * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x00999B60, void, GraphUpdateObject_RevertFromBackup, (GraphUpdateObject * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DF80, GraphUpdateObject_RevertFromBackup__MethodInfo); DO_APP_FUNC(0x0099A060, void, GraphUpdateObject_Apply, (GraphUpdateObject * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x0099A140, void, GraphUpdateObject__ctor, (GraphUpdateObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0099A1B0, void, GraphUpdateObject__ctor_1, (GraphUpdateObject * __this, Bounds b, MethodInfo * method)); DO_APP_FUNC(0x0099A240, void, IntRect__ctor, (IntRect * __this, int32_t xmin, int32_t ymin, int32_t xmax, int32_t ymax, MethodInfo * method)); DO_APP_FUNC(0x0099A260, bool, IntRect_Contains, (IntRect * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x0099A280, int32_t, IntRect_get_Width, (IntRect * __this, MethodInfo * method)); DO_APP_FUNC(0x0099A290, int32_t, IntRect_get_Height, (IntRect * __this, MethodInfo * method)); DO_APP_FUNC(0x0099A2A0, bool, IntRect_IsValid, (IntRect * __this, MethodInfo * method)); DO_APP_FUNC(0x0099A2C0, bool, IntRect_op_Equality, (IntRect a, IntRect b, MethodInfo * method)); DO_APP_FUNC(0x0099A2F0, bool, IntRect_op_Inequality, (IntRect a, IntRect b, MethodInfo * method)); DO_APP_FUNC(0x0099A320, bool, IntRect_Equals, (IntRect * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0099A3C0, int32_t, IntRect_GetHashCode, (IntRect * __this, MethodInfo * method)); DO_APP_FUNC(0x0099A3E0, IntRect, IntRect_Intersection, (IntRect a, IntRect b, MethodInfo * method)); DO_APP_FUNC(0x0099A490, bool, IntRect_Intersects, (IntRect a, IntRect b, MethodInfo * method)); DO_APP_FUNC(0x0099A4C0, IntRect, IntRect_Union, (IntRect a, IntRect b, MethodInfo * method)); DO_APP_FUNC(0x0099A570, IntRect, IntRect_ExpandToContain, (IntRect * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x0099A620, IntRect, IntRect_Expand, (IntRect * __this, int32_t range, MethodInfo * method)); DO_APP_FUNC(0x0099A650, String *, IntRect_ToString, (IntRect * __this, MethodInfo * method)); DO_APP_FUNC(0x0099A9A0, void, IntRect_DebugDraw, (IntRect * __this, GraphTransform * transform, Color color, MethodInfo * method)); DO_APP_FUNC(0x006FEBF0, GraphMask, GraphMask_get_everything, (MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, GraphMask__ctor, (GraphMask * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, int32_t, GraphMask_op_Implicit, (GraphMask mask, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, GraphMask, GraphMask_op_Implicit_1, (int32_t mask, MethodInfo * method)); DO_APP_FUNC(0x0099AFA0, GraphMask, GraphMask_op_BitwiseAnd, (GraphMask lhs, GraphMask rhs, MethodInfo * method)); DO_APP_FUNC(0x0099AFB0, GraphMask, GraphMask_op_BitwiseOr, (GraphMask lhs, GraphMask rhs, MethodInfo * method)); DO_APP_FUNC(0x0099AFC0, GraphMask, GraphMask_op_OnesComplement, (GraphMask lhs, MethodInfo * method)); DO_APP_FUNC(0x0099AFD0, bool, GraphMask_Contains, (GraphMask * __this, int32_t graphIndex, MethodInfo * method)); DO_APP_FUNC(0x0099AFE0, GraphMask, GraphMask_FromGraph, (NavGraph * graph, MethodInfo * method)); DO_APP_FUNC(0x0099B010, String *, GraphMask_ToString, (GraphMask * __this, MethodInfo * method)); DO_APP_FUNC(0x0099B020, GraphMask, GraphMask_FromGraphName, (String * graphName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DEB8, GraphMask_FromGraphName__MethodInfo); DO_APP_FUNC(0x003AC050, void, GraphMask_c_DisplayClass12_0__ctor, (GraphMask_c_DisplayClass12_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0099B2B0, bool, GraphMask_c_DisplayClass12_0__FromGraphName_b__0, (GraphMask_c_DisplayClass12_0 * __this, NavGraph * g, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DEC8, GraphMask_c_DisplayClass12_0__FromGraphName_b__0__MethodInfo); DO_APP_FUNC(0x008AC8F0, void, OnPathDelegate__ctor, (OnPathDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, OnPathDelegate_Invoke, (OnPathDelegate * __this, Path_1 * p, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, OnPathDelegate_BeginInvoke, (OnPathDelegate * __this, Path_1 * p, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OnPathDelegate_EndInvoke, (OnPathDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x008AC8F0, void, OnGraphDelegate__ctor, (OnGraphDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, OnGraphDelegate_Invoke, (OnGraphDelegate * __this, NavGraph * graph, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, OnGraphDelegate_BeginInvoke, (OnGraphDelegate * __this, NavGraph * graph, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OnGraphDelegate_EndInvoke, (OnGraphDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x008AC8F0, void, OnScanDelegate__ctor, (OnScanDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, OnScanDelegate_Invoke, (OnScanDelegate * __this, AstarPath * script, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, OnScanDelegate_BeginInvoke, (OnScanDelegate * __this, AstarPath * script, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OnScanDelegate_EndInvoke, (OnScanDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, OnScanStatus__ctor, (OnScanStatus * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, OnScanStatus_Invoke, (OnScanStatus * __this, Progress progress, MethodInfo * method)); DO_APP_FUNC(0x0099B470, IAsyncResult *, OnScanStatus_BeginInvoke, (OnScanStatus * __this, Progress progress, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OnScanStatus_EndInvoke, (OnScanStatus * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0099B500, AstarPath *, AstarData_get_active, (MethodInfo * method)); DO_APP_FUNC(0x003B93C0, NavMeshGraph *, AstarData_get_navmesh, (AstarData * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AstarData_set_navmesh, (AstarData * __this, NavMeshGraph * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, GridGraph *, AstarData_get_gridGraph, (AstarData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, AstarData_set_gridGraph, (AstarData * __this, GridGraph * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, LayerGridGraph *, AstarData_get_layerGridGraph, (AstarData * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, AstarData_set_layerGridGraph, (AstarData * __this, LayerGridGraph * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, PointGraph *, AstarData_get_pointGraph, (AstarData * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, AstarData_set_pointGraph, (AstarData * __this, PointGraph * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, RecastGraph *, AstarData_get_recastGraph, (AstarData * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, AstarData_set_recastGraph, (AstarData * __this, RecastGraph * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Type__Array *, AstarData_get_graphTypes, (AstarData * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, AstarData_set_graphTypes, (AstarData * __this, Type__Array * value, MethodInfo * method)); DO_APP_FUNC(0x0099B560, Byte__Array *, AstarData_get_data, (AstarData * __this, MethodInfo * method)); DO_APP_FUNC(0x0099B690, void, AstarData_set_data, (AstarData * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC(0x0099B7D0, Byte__Array *, AstarData_GetData, (AstarData * __this, MethodInfo * method)); DO_APP_FUNC(0x0099B7E0, void, AstarData_SetData, (AstarData * __this, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x0099B7F0, void, AstarData_Awake, (AstarData * __this, MethodInfo * method)); DO_APP_FUNC(0x0099B980, void, AstarData_LockGraphStructure, (AstarData * __this, bool allowAddingGraphs, MethodInfo * method)); DO_APP_FUNC(0x0099B9E0, void, AstarData_UnlockGraphStructure, (AstarData * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DE78, AstarData_UnlockGraphStructure__MethodInfo); DO_APP_FUNC(0x0099BA90, PathProcessor_GraphUpdateLock, AstarData_AssertSafe, (AstarData * __this, bool onlyAddingGraph, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DE60, AstarData_AssertSafe__MethodInfo); DO_APP_FUNC(0x0099BD70, void, AstarData_GetNodes, (AstarData * __this, Action_1_Pathfinding_GraphNode_ * callback, MethodInfo * method)); DO_APP_FUNC(0x0099BE00, void, AstarData_UpdateShortcuts, (AstarData * __this, MethodInfo * method)); DO_APP_FUNC(0x0099C2A0, void, AstarData_LoadFromCache, (AstarData * __this, MethodInfo * method)); DO_APP_FUNC(0x0099C4E0, Byte__Array *, AstarData_SerializeGraphs, (AstarData * __this, MethodInfo * method)); DO_APP_FUNC(0x0099C550, Byte__Array *, AstarData_SerializeGraphs_1, (AstarData * __this, SerializeSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x0099C570, Byte__Array *, AstarData_SerializeGraphs_2, (AstarData * __this, SerializeSettings * settings, uint32_t * checksum, MethodInfo * method)); DO_APP_FUNC(0x0099C7B0, void, AstarData_DeserializeGraphs, (AstarData * __this, MethodInfo * method)); DO_APP_FUNC(0x0099C830, void, AstarData_ClearGraphs, (AstarData * __this, MethodInfo * method)); DO_APP_FUNC(0x0099C970, void, AstarData_OnDestroy, (AstarData * __this, MethodInfo * method)); DO_APP_FUNC(0x0099C980, void, AstarData_DeserializeGraphs_1, (AstarData * __this, Byte__Array * bytes, MethodInfo * method)); DO_APP_FUNC(0x0099C9E0, void, AstarData_DeserializeGraphsAdditive, (AstarData * __this, Byte__Array * bytes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DD30, AstarData_DeserializeGraphsAdditive__MethodInfo); DO_APP_FUNC(0x0099CD50, void, AstarData_DeserializeGraphsPartAdditive, (AstarData * __this, AstarSerializer * sr, MethodInfo * method)); DO_APP_FUNC(0x0099D3A0, void, AstarData_FindGraphTypes, (AstarData * __this, MethodInfo * method)); DO_APP_FUNC(0x0099D680, Type *, AstarData_GetGraphType, (AstarData * __this, String * type, MethodInfo * method)); DO_APP_FUNC(0x0099D780, NavGraph *, AstarData_CreateGraph, (AstarData * __this, String * type, MethodInfo * method)); DO_APP_FUNC(0x0099D960, NavGraph *, AstarData_CreateGraph_1, (AstarData * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x0099DA90, NavGraph *, AstarData_AddGraph, (AstarData * __this, String * type, MethodInfo * method)); DO_APP_FUNC(0x0099DC30, NavGraph *, AstarData_AddGraph_1, (AstarData * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x0099E000, void, AstarData_AddGraph_2, (AstarData * __this, NavGraph * graph, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DBF0, AstarData_AddGraph_2__MethodInfo); DO_APP_FUNC(0x0099E330, bool, AstarData_RemoveGraph, (AstarData * __this, NavGraph * graph, MethodInfo * method)); DO_APP_FUNC(0x0099E4D0, NavGraph *, AstarData_GetGraph, (GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x0099E650, NavGraph *, AstarData_FindGraph, (AstarData * __this, Func_2_Pathfinding_NavGraph_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0099E710, NavGraph *, AstarData_FindGraphOfType, (AstarData * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x0099E8A0, NavGraph *, AstarData_FindGraphWhichInheritsFrom, (AstarData * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x0099EA30, IEnumerable *, AstarData_FindGraphsOfType, (AstarData * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x0099EB60, IEnumerable *, AstarData_GetUpdateableGraphs, (AstarData * __this, MethodInfo * method)); DO_APP_FUNC(0x0099EC20, IEnumerable *, AstarData_GetRaycastableGraphs, (AstarData * __this, MethodInfo * method)); DO_APP_FUNC(0x0099ECE0, int32_t, AstarData_GetGraphIndex, (AstarData * __this, NavGraph * graph, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DB00, AstarData_GetGraphIndex__MethodInfo); DO_APP_FUNC(0x0099EE00, void, AstarData__ctor, (AstarData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AstarData_c_DisplayClass53_0__ctor, (AstarData_c_DisplayClass53_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0099EF40, void, AstarData_c_DisplayClass53_0__DeserializeGraphsPartAdditive_b__0, (AstarData_c_DisplayClass53_0 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DCF0, AstarData_c_DisplayClass53_0__DeserializeGraphsPartAdditive_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AstarData_c_DisplayClass64_0__ctor, (AstarData_c_DisplayClass64_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0099EF70, bool, AstarData_c_DisplayClass64_0__FindGraphOfType_b__0, (AstarData_c_DisplayClass64_0 * __this, NavGraph * graph, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DBC0, AstarData_c_DisplayClass64_0__FindGraphOfType_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AstarData_c_DisplayClass65_0__ctor, (AstarData_c_DisplayClass65_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0099EFD0, bool, AstarData_c_DisplayClass65_0__FindGraphWhichInheritsFrom_b__0, (AstarData_c_DisplayClass65_0 * __this, NavGraph * graph, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DBA8, AstarData_c_DisplayClass65_0__FindGraphWhichInheritsFrom_b__0__MethodInfo); DO_APP_FUNC(0x0099F020, void, AstarData_FindGraphsOfType_d_66__ctor, (AstarData_FindGraphsOfType_d_66 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AstarData_FindGraphsOfType_d_66_System_IDisposable_Dispose, (AstarData_FindGraphsOfType_d_66 * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F040, bool, AstarData_FindGraphsOfType_d_66_MoveNext, (AstarData_FindGraphsOfType_d_66 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AstarData_FindGraphsOfType_d_66_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AstarData_FindGraphsOfType_d_66 * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F160, void, AstarData_FindGraphsOfType_d_66_System_Collections_IEnumerator_Reset, (AstarData_FindGraphsOfType_d_66 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DAE8, AstarData_FindGraphsOfType_d_66_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AstarData_FindGraphsOfType_d_66_System_Collections_IEnumerator_get_Current, (AstarData_FindGraphsOfType_d_66 * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F1B0, IEnumerator_1_System_Object_ *, AstarData_FindGraphsOfType_d_66_System_Collections_Generic_IEnumerable_System_Object__GetEnumerator, (AstarData_FindGraphsOfType_d_66 * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F1B0, IEnumerator *, AstarData_FindGraphsOfType_d_66_System_Collections_IEnumerable_GetEnumerator, (AstarData_FindGraphsOfType_d_66 * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F020, void, AstarData_GetUpdateableGraphs_d_67__ctor, (AstarData_GetUpdateableGraphs_d_67 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AstarData_GetUpdateableGraphs_d_67_System_IDisposable_Dispose, (AstarData_GetUpdateableGraphs_d_67 * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F300, bool, AstarData_GetUpdateableGraphs_d_67_MoveNext, (AstarData_GetUpdateableGraphs_d_67 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AstarData_GetUpdateableGraphs_d_67_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AstarData_GetUpdateableGraphs_d_67 * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F400, void, AstarData_GetUpdateableGraphs_d_67_System_Collections_IEnumerator_Reset, (AstarData_GetUpdateableGraphs_d_67 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DAD8, AstarData_GetUpdateableGraphs_d_67_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AstarData_GetUpdateableGraphs_d_67_System_Collections_IEnumerator_get_Current, (AstarData_GetUpdateableGraphs_d_67 * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F450, IEnumerator_1_System_Object_ *, AstarData_GetUpdateableGraphs_d_67_System_Collections_Generic_IEnumerable_System_Object__GetEnumerator, (AstarData_GetUpdateableGraphs_d_67 * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F450, IEnumerator *, AstarData_GetUpdateableGraphs_d_67_System_Collections_IEnumerable_GetEnumerator, (AstarData_GetUpdateableGraphs_d_67 * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F020, void, AstarData_GetRaycastableGraphs_d_68__ctor, (AstarData_GetRaycastableGraphs_d_68 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AstarData_GetRaycastableGraphs_d_68_System_IDisposable_Dispose, (AstarData_GetRaycastableGraphs_d_68 * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F540, bool, AstarData_GetRaycastableGraphs_d_68_MoveNext, (AstarData_GetRaycastableGraphs_d_68 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AstarData_GetRaycastableGraphs_d_68_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AstarData_GetRaycastableGraphs_d_68 * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F640, void, AstarData_GetRaycastableGraphs_d_68_System_Collections_IEnumerator_Reset, (AstarData_GetRaycastableGraphs_d_68 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DAB8, AstarData_GetRaycastableGraphs_d_68_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AstarData_GetRaycastableGraphs_d_68_System_Collections_IEnumerator_get_Current, (AstarData_GetRaycastableGraphs_d_68 * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F690, IEnumerator_1_System_Object_ *, AstarData_GetRaycastableGraphs_d_68_System_Collections_Generic_IEnumerable_System_Object__GetEnumerator, (AstarData_GetRaycastableGraphs_d_68 * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F690, IEnumerator *, AstarData_GetRaycastableGraphs_d_68_System_Collections_IEnumerable_GetEnumerator, (AstarData_GetRaycastableGraphs_d_68 * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F780, Vector3, AstarSplines_CatmullRom, (Vector3 previous, Vector3 start, Vector3 end, Vector3 next, float elapsedTime, MethodInfo * method)); DO_APP_FUNC(0x0099F920, Vector3, AstarSplines_CubicBezier, (Vector3 p0, Vector3 p1, Vector3 p2, Vector3 p3, float t, MethodInfo * method)); DO_APP_FUNC(0x0099FA90, Vector3, AstarSplines_CubicBezierDerivative, (Vector3 p0, Vector3 p1, Vector3 p2, Vector3 p3, float t, MethodInfo * method)); DO_APP_FUNC(0x0099FBF0, Vector3, AstarSplines_CubicBezierSecondDerivative, (Vector3 p0, Vector3 p1, Vector3 p2, Vector3 p3, float t, MethodInfo * method)); DO_APP_FUNC(0x0099FD80, Vector2, VectorMath_ComplexMultiply, (Vector2 a, Vector2 b, MethodInfo * method)); DO_APP_FUNC(0x0099FDD0, Vector2, VectorMath_ComplexMultiplyConjugate, (Vector2 a, Vector2 b, MethodInfo * method)); DO_APP_FUNC(0x0099FE20, Vector3, VectorMath_ClosestPointOnLine, (Vector3 lineStart, Vector3 lineEnd, Vector3 point, MethodInfo * method)); DO_APP_FUNC(0x0099FFA0, float, VectorMath_ClosestPointOnLineFactor, (Vector3 lineStart, Vector3 lineEnd, Vector3 point, MethodInfo * method)); DO_APP_FUNC(0x009A0070, float, VectorMath_ClosestPointOnLineFactor_1, (Int3 lineStart, Int3 lineEnd, Int3 point, MethodInfo * method)); DO_APP_FUNC(0x009A0170, float, VectorMath_ClosestPointOnLineFactor_2, (Int2 lineStart, Int2 lineEnd, Int2 point, MethodInfo * method)); DO_APP_FUNC(0x009A0230, Vector3, VectorMath_ClosestPointOnSegment, (Vector3 lineStart, Vector3 lineEnd, Vector3 point, MethodInfo * method)); DO_APP_FUNC(0x009A0370, Vector3, VectorMath_ClosestPointOnSegmentXZ, (Vector3 lineStart, Vector3 lineEnd, Vector3 point, MethodInfo * method)); DO_APP_FUNC(0x009A0530, float, VectorMath_SqrDistancePointSegmentApproximate, (int32_t x, int32_t z, int32_t px, int32_t pz, int32_t qx, int32_t qz, MethodInfo * method)); DO_APP_FUNC(0x009A0610, float, VectorMath_SqrDistancePointSegmentApproximate_1, (Int3 a, Int3 b, Int3 p, MethodInfo * method)); DO_APP_FUNC(0x009A06F0, float, VectorMath_SqrDistancePointSegment, (Vector3 a, Vector3 b, Vector3 p, MethodInfo * method)); DO_APP_FUNC(0x009A0880, float, VectorMath_SqrDistanceSegmentSegment, (Vector3 s1, Vector3 e1, Vector3 s2, Vector3 e2, MethodInfo * method)); DO_APP_FUNC(0x009A0CA0, float, VectorMath_SqrDistanceXZ, (Vector3 a, Vector3 b, MethodInfo * method)); DO_APP_FUNC(0x009A0CD0, int64_t, VectorMath_SignedTriangleAreaTimes2XZ, (Int3 a, Int3 b, Int3 c, MethodInfo * method)); DO_APP_FUNC(0x009A0D10, float, VectorMath_SignedTriangleAreaTimes2XZ_1, (Vector3 a, Vector3 b, Vector3 c, MethodInfo * method)); DO_APP_FUNC(0x009A0D50, bool, VectorMath_RightXZ, (Vector3 a, Vector3 b, Vector3 p, MethodInfo * method)); DO_APP_FUNC(0x009A0DA0, bool, VectorMath_RightXZ_1, (Int3 a, Int3 b, Int3 p, MethodInfo * method)); DO_APP_FUNC(0x009A0DF0, Side__Enum, VectorMath_SideXZ, (Int3 a, Int3 b, Int3 p, MethodInfo * method)); DO_APP_FUNC(0x009A0E40, bool, VectorMath_RightOrColinear, (Vector2 a, Vector2 b, Vector2 p, MethodInfo * method)); DO_APP_FUNC(0x009A0EA0, bool, VectorMath_RightOrColinear_1, (Int2 a, Int2 b, Int2 p, MethodInfo * method)); DO_APP_FUNC(0x009A0EE0, bool, VectorMath_RightOrColinearXZ, (Vector3 a, Vector3 b, Vector3 p, MethodInfo * method)); DO_APP_FUNC(0x009A0F20, bool, VectorMath_RightOrColinearXZ_1, (Int3 a, Int3 b, Int3 p, MethodInfo * method)); DO_APP_FUNC(0x009A0F60, bool, VectorMath_IsClockwiseMarginXZ, (Vector3 a, Vector3 b, Vector3 c, MethodInfo * method)); DO_APP_FUNC(0x009A0FB0, bool, VectorMath_IsClockwiseXZ, (Vector3 a, Vector3 b, Vector3 c, MethodInfo * method)); DO_APP_FUNC(0x009A0FF0, bool, VectorMath_IsClockwiseXZ_1, (Int3 a, Int3 b, Int3 c, MethodInfo * method)); DO_APP_FUNC(0x009A1080, bool, VectorMath_IsClockwiseOrColinearXZ, (Int3 a, Int3 b, Int3 c, MethodInfo * method)); DO_APP_FUNC(0x009A1110, bool, VectorMath_IsClockwiseOrColinear, (Int2 a, Int2 b, Int2 c, MethodInfo * method)); DO_APP_FUNC(0x009A1150, bool, VectorMath_IsColinear, (Vector3 a, Vector3 b, Vector3 c, MethodInfo * method)); DO_APP_FUNC(0x009A1220, bool, VectorMath_IsColinear_1, (Vector2 a, Vector2 b, Vector2 c, MethodInfo * method)); DO_APP_FUNC(0x009A1290, bool, VectorMath_IsColinearXZ, (Int3 a, Int3 b, Int3 c, MethodInfo * method)); DO_APP_FUNC(0x009A12C0, bool, VectorMath_IsColinearXZ_1, (Vector3 a, Vector3 b, Vector3 c, MethodInfo * method)); DO_APP_FUNC(0x009A1310, bool, VectorMath_IsColinearAlmostXZ, (Int3 a, Int3 b, Int3 c, MethodInfo * method)); DO_APP_FUNC(0x009A1350, bool, VectorMath_SegmentsIntersect, (Int2 start1, Int2 end1, Int2 start2, Int2 end2, MethodInfo * method)); DO_APP_FUNC(0x009A1470, bool, VectorMath_SegmentsIntersectXZ, (Int3 start1, Int3 end1, Int3 start2, Int3 end2, MethodInfo * method)); DO_APP_FUNC(0x009A1670, bool, VectorMath_SegmentsIntersectXZ_1, (Vector3 start1, Vector3 end1, Vector3 start2, Vector3 end2, MethodInfo * method)); DO_APP_FUNC(0x009A1750, Vector3, VectorMath_LineDirIntersectionPointXZ, (Vector3 start1, Vector3 dir1, Vector3 start2, Vector3 dir2, MethodInfo * method)); DO_APP_FUNC(0x009A1810, Vector3, VectorMath_LineDirIntersectionPointXZ_1, (Vector3 start1, Vector3 dir1, Vector3 start2, Vector3 dir2, bool * intersects, MethodInfo * method)); DO_APP_FUNC(0x009A18E0, bool, VectorMath_RaySegmentIntersectXZ, (Int3 start1, Int3 end1, Int3 start2, Int3 end2, MethodInfo * method)); DO_APP_FUNC(0x009A19E0, bool, VectorMath_LineIntersectionFactorXZ, (Int3 start1, Int3 end1, Int3 start2, Int3 end2, float * factor1, float * factor2, MethodInfo * method)); DO_APP_FUNC(0x009A1AE0, bool, VectorMath_LineIntersectionFactorXZ_1, (Vector3 start1, Vector3 end1, Vector3 start2, Vector3 end2, float * factor1, float * factor2, MethodInfo * method)); DO_APP_FUNC(0x009A1BD0, float, VectorMath_LineRayIntersectionFactorXZ, (Int3 start1, Int3 end1, Int3 start2, Int3 end2, MethodInfo * method)); DO_APP_FUNC(0x009A1CB0, float, VectorMath_LineIntersectionFactorXZ_2, (Vector3 start1, Vector3 end1, Vector3 start2, Vector3 end2, MethodInfo * method)); DO_APP_FUNC(0x009A1D30, Vector3, VectorMath_LineIntersectionPointXZ, (Vector3 start1, Vector3 end1, Vector3 start2, Vector3 end2, MethodInfo * method)); DO_APP_FUNC(0x009A1E40, Vector3, VectorMath_LineIntersectionPointXZ_1, (Vector3 start1, Vector3 end1, Vector3 start2, Vector3 end2, bool * intersects, MethodInfo * method)); DO_APP_FUNC(0x009A1F50, Vector2, VectorMath_LineIntersectionPoint, (Vector2 start1, Vector2 end1, Vector2 start2, Vector2 end2, MethodInfo * method)); DO_APP_FUNC(0x009A2030, Vector2, VectorMath_LineIntersectionPoint_1, (Vector2 start1, Vector2 end1, Vector2 start2, Vector2 end2, bool * intersects, MethodInfo * method)); DO_APP_FUNC(0x009A2120, Vector3, VectorMath_SegmentIntersectionPointXZ, (Vector3 start1, Vector3 end1, Vector3 start2, Vector3 end2, bool * intersects, MethodInfo * method)); DO_APP_FUNC(0x009A2270, bool, VectorMath_SegmentIntersectsBounds, (Bounds bounds, Vector3 a, Vector3 b, MethodInfo * method)); DO_APP_FUNC(0x009A25A0, float, VectorMath_LineCircleIntersectionFactor, (Vector3 circleCenter, Vector3 linePoint1, Vector3 linePoint2, float radius, MethodInfo * method)); DO_APP_FUNC(0x009A2790, bool, VectorMath_ReversesFaceOrientations, (Matrix4x4 matrix, MethodInfo * method)); DO_APP_FUNC(0x009A2940, bool, VectorMath_ReversesFaceOrientationsXZ, (Matrix4x4 matrix, MethodInfo * method)); DO_APP_FUNC(0x009A29C0, Vector3, VectorMath_Normalize, (Vector3 v, float * magnitude, MethodInfo * method)); DO_APP_FUNC(0x009A2A80, Vector2, VectorMath_Normalize_1, (Vector2 v, float * magnitude, MethodInfo * method)); DO_APP_FUNC(0x009A2B10, Vector3, VectorMath_ClampMagnitudeXZ, (Vector3 v, float maxMagnitude, MethodInfo * method)); DO_APP_FUNC(0x009A2BB0, float, VectorMath_MagnitudeXZ, (Vector3 v, MethodInfo * method)); DO_APP_FUNC(0x009A2BE0, float, AstarMath_MapTo, (float startMin, float startMax, float targetMin, float targetMax, float value, MethodInfo * method)); DO_APP_FUNC(0x009A2C50, String *, AstarMath_FormatBytesBinary, (int32_t bytes, MethodInfo * method)); DO_APP_FUNC(0x009A2F20, int32_t, AstarMath_Bit, (int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x009A2F30, Color, AstarMath_IntToColor, (int32_t i, float a, MethodInfo * method)); DO_APP_FUNC(0x009A2FC0, Color, AstarMath_HSVToRGB, (float h, float s, float v, MethodInfo * method)); DO_APP_FUNC(0x009A3160, bool, Polygon_ContainsPointXZ, (Vector3 a, Vector3 b, Vector3 c, Vector3 p, MethodInfo * method)); DO_APP_FUNC(0x009A3230, bool, Polygon_ContainsPointXZ_1, (Int3 a, Int3 b, Int3 c, Int3 p, MethodInfo * method)); DO_APP_FUNC(0x009A3380, bool, Polygon_ContainsPoint, (Int2 a, Int2 b, Int2 c, Int2 p, MethodInfo * method)); DO_APP_FUNC(0x009A3440, bool, Polygon_ContainsPoint_1, (Vector2__Array * polyPoints, Vector2 p, MethodInfo * method)); DO_APP_FUNC(0x009A3540, bool, Polygon_ContainsPointXZ_2, (Vector3__Array * polyPoints, Vector3 p, MethodInfo * method)); DO_APP_FUNC(0x009A3690, int32_t, Polygon_SampleYCoordinateInTriangle, (Int3 p1, Int3 p2, Int3 p3, Int3 p, MethodInfo * method)); DO_APP_FUNC(0x009A3830, Vector3__Array *, Polygon_ConvexHullXZ, (Vector3__Array * points, MethodInfo * method)); DO_APP_FUNC(0x009A3B50, Vector2, Polygon_ClosestPointOnTriangle, (Vector2 a, Vector2 b, Vector2 c, Vector2 p, MethodInfo * method)); DO_APP_FUNC(0x009A3E40, Vector3, Polygon_ClosestPointOnTriangleXZ, (Vector3 a, Vector3 b, Vector3 c, Vector3 p, MethodInfo * method)); DO_APP_FUNC(0x009A4230, Vector3, Polygon_ClosestPointOnTriangle_1, (Vector3 a, Vector3 b, Vector3 c, Vector3 p, MethodInfo * method)); DO_APP_FUNC(0x009A4710, void, Polygon_CompressMesh, (List_1_Pathfinding_Int3_ * vertices, List_1_System_Int32_ * triangles, Int3__Array * * outVertices, Int32__Array * * outTriangles, MethodInfo * method)); DO_APP_FUNC(0x009A4DC0, void, Polygon_TraceContours, (Dictionary_2_System_Int32_System_Int32_ * outline, HashSet_1_System_Int32_ * hasInEdge, Action_2_System_Collections_Generic_List_1_Boolean_ * results, MethodInfo * method)); DO_APP_FUNC(0x009A50D0, void, Polygon_Subdivide, (List_1_UnityEngine_Vector3_ * points, List_1_UnityEngine_Vector3_ * result, int32_t subSegments, MethodInfo * method)); DO_APP_FUNC(0x009A5360, void, Polygon__cctor, (MethodInfo * method)); DO_APP_FUNC(0x009A5450, void, GraphUpdateScene_Start, (GraphUpdateScene * __this, MethodInfo * method)); DO_APP_FUNC(0x009A54C0, void, GraphUpdateScene_OnPostScan, (GraphUpdateScene * __this, MethodInfo * method)); DO_APP_FUNC(0x009A54D0, void, GraphUpdateScene_InvertSettings, (GraphUpdateScene * __this, MethodInfo * method)); DO_APP_FUNC(0x009A5510, void, GraphUpdateScene_RecalcConvex, (GraphUpdateScene * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GraphUpdateScene_ToggleUseWorldSpace, (GraphUpdateScene * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GraphUpdateScene_LockToY, (GraphUpdateScene * __this, MethodInfo * method)); DO_APP_FUNC(0x009A55D0, Bounds, GraphUpdateScene_GetBounds, (GraphUpdateScene * __this, MethodInfo * method)); DO_APP_FUNC(0x009A5CE0, void, GraphUpdateScene_Apply, (GraphUpdateScene * __this, MethodInfo * method)); DO_APP_FUNC(0x009A6C20, void, GraphUpdateScene_OnDrawGizmos, (GraphUpdateScene * __this, MethodInfo * method)); DO_APP_FUNC(0x009A6C30, void, GraphUpdateScene_OnDrawGizmosSelected, (GraphUpdateScene * __this, MethodInfo * method)); DO_APP_FUNC(0x009A6C40, void, GraphUpdateScene_OnDrawGizmos_1, (GraphUpdateScene * __this, bool selected, MethodInfo * method)); DO_APP_FUNC(0x009A7EE0, void, GraphUpdateScene_DisableLegacyMode, (GraphUpdateScene * __this, MethodInfo * method)); DO_APP_FUNC(0x009A8080, void, GraphUpdateScene_Awake, (GraphUpdateScene * __this, MethodInfo * method)); DO_APP_FUNC(0x009A80D0, void, GraphUpdateScene__ctor, (GraphUpdateScene * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Vector3__Array *, GraphUpdateShape_get_points, (GraphUpdateShape * __this, MethodInfo * method)); DO_APP_FUNC(0x009A8170, void, GraphUpdateShape_set_points, (GraphUpdateShape * __this, Vector3__Array * value, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, GraphUpdateShape_get_convex, (GraphUpdateShape * __this, MethodInfo * method)); DO_APP_FUNC(0x009A81E0, void, GraphUpdateShape_set_convex, (GraphUpdateShape * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009A8230, void, GraphUpdateShape__ctor, (GraphUpdateShape * __this, MethodInfo * method)); DO_APP_FUNC(0x009A8300, void, GraphUpdateShape__ctor_1, (GraphUpdateShape * __this, Vector3__Array * points, bool convex, Matrix4x4 matrix, float minimumHeight, MethodInfo * method)); DO_APP_FUNC(0x009A8800, void, GraphUpdateShape_CalculateConvexHull, (GraphUpdateShape * __this, MethodInfo * method)); DO_APP_FUNC(0x009A88C0, Bounds, GraphUpdateShape_GetBounds, (GraphUpdateShape * __this, MethodInfo * method)); DO_APP_FUNC(0x009A8990, Bounds, GraphUpdateShape_GetBounds_1, (Vector3__Array * points, Matrix4x4 matrix, float minimumHeight, MethodInfo * method)); DO_APP_FUNC(0x009A8DC0, Bounds, GraphUpdateShape_GetBounds_2, (Vector3__Array * points, Vector3 right, Vector3 up, Vector3 forward, Vector3 origin, float minimumHeight, MethodInfo * method)); DO_APP_FUNC(0x009A91F0, bool, GraphUpdateShape_Contains, (GraphUpdateShape * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x009A9270, bool, GraphUpdateShape_Contains_1, (GraphUpdateShape * __this, Vector3 point, MethodInfo * method)); DO_APP_FUNC(0x009A9580, Transform *, AnimationLink_SearchRec, (Transform * tr, String * name, MethodInfo * method)); DO_APP_FUNC(0x009A97C0, void, AnimationLink_CalculateOffsets, (AnimationLink * __this, List_1_UnityEngine_Vector3_ * trace, Vector3 * endPosition, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D8E0, AnimationLink_CalculateOffsets__MethodInfo); DO_APP_FUNC(0x009AA950, void, AnimationLink_OnDrawGizmosSelected, (AnimationLink * __this, MethodInfo * method)); DO_APP_FUNC(0x009AAB90, void, AnimationLink__ctor, (AnimationLink * __this, MethodInfo * method)); DO_APP_FUNC(0x009AACD0, String *, AnimationLink_LinkClip_get_name, (AnimationLink_LinkClip * __this, MethodInfo * method)); DO_APP_FUNC(0x009AAE10, void, AnimationLink_LinkClip__ctor, (AnimationLink_LinkClip * __this, MethodInfo * method)); DO_APP_FUNC(0x009AAE20, void, AstarDebugger_Start, (AstarDebugger * __this, MethodInfo * method)); DO_APP_FUNC(0x009AB270, void, AstarDebugger_LateUpdate, (AstarDebugger * __this, MethodInfo * method)); DO_APP_FUNC(0x009ABC30, void, AstarDebugger_DrawGraphLine, (AstarDebugger * __this, int32_t index, Matrix4x4 m, float x1, float x2, float y1, float y2, Color color, MethodInfo * method)); DO_APP_FUNC(0x009ABF90, void, AstarDebugger_OnGUI, (AstarDebugger * __this, MethodInfo * method)); DO_APP_FUNC(0x009ADC70, void, AstarDebugger__ctor, (AstarDebugger * __this, MethodInfo * method)); DO_APP_FUNC(0x009AF110, void, AstarDebugger_PathTypeDebug__ctor, (AstarDebugger_PathTypeDebug * __this, String * name, Func_1_Int32_ * getSize, Func_1_Int32_ * getTotalCreated, MethodInfo * method)); DO_APP_FUNC(0x009AF210, void, AstarDebugger_PathTypeDebug_Print, (AstarDebugger_PathTypeDebug * __this, StringBuilder * text, MethodInfo * method)); DO_APP_FUNC(0x009AF360, void, AstarDebugger_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AstarDebugger_c__ctor, (AstarDebugger_c * __this, MethodInfo * method)); DO_APP_FUNC(0x009AF410, int32_t, AstarDebugger_c___ctor_b__42_0, (AstarDebugger_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D780, AstarDebugger_c___ctor_b__42_0__MethodInfo); DO_APP_FUNC(0x009AF4B0, int32_t, AstarDebugger_c___ctor_b__42_1, (AstarDebugger_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D720, AstarDebugger_c___ctor_b__42_1__MethodInfo); DO_APP_FUNC(0x009AF550, int32_t, AstarDebugger_c___ctor_b__42_2, (AstarDebugger_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D710, AstarDebugger_c___ctor_b__42_2__MethodInfo); DO_APP_FUNC(0x009AF5F0, int32_t, AstarDebugger_c___ctor_b__42_3, (AstarDebugger_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D738, AstarDebugger_c___ctor_b__42_3__MethodInfo); DO_APP_FUNC(0x009AF690, int32_t, AstarDebugger_c___ctor_b__42_4, (AstarDebugger_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D730, AstarDebugger_c___ctor_b__42_4__MethodInfo); DO_APP_FUNC(0x009AF730, int32_t, AstarDebugger_c___ctor_b__42_5, (AstarDebugger_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D6E8, AstarDebugger_c___ctor_b__42_5__MethodInfo); DO_APP_FUNC(0x009AF7D0, int32_t, AstarDebugger_c___ctor_b__42_6, (AstarDebugger_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D6D8, AstarDebugger_c___ctor_b__42_6__MethodInfo); DO_APP_FUNC(0x009AF870, int32_t, AstarDebugger_c___ctor_b__42_7, (AstarDebugger_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D708, AstarDebugger_c___ctor_b__42_7__MethodInfo); DO_APP_FUNC(0x009AF910, int32_t, AstarDebugger_c___ctor_b__42_8, (AstarDebugger_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D6F8, AstarDebugger_c___ctor_b__42_8__MethodInfo); DO_APP_FUNC(0x009AF9B0, int32_t, AstarDebugger_c___ctor_b__42_9, (AstarDebugger_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D6B0, AstarDebugger_c___ctor_b__42_9__MethodInfo); DO_APP_FUNC(0x009AFA50, int32_t, AstarDebugger_c___ctor_b__42_10, (AstarDebugger_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D758, AstarDebugger_c___ctor_b__42_10__MethodInfo); DO_APP_FUNC(0x009AFAF0, int32_t, AstarDebugger_c___ctor_b__42_11, (AstarDebugger_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D748, AstarDebugger_c___ctor_b__42_11__MethodInfo); DO_APP_FUNC(0x009AFB90, int32_t, AstarDebugger_c___ctor_b__42_12, (AstarDebugger_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D770, AstarDebugger_c___ctor_b__42_12__MethodInfo); DO_APP_FUNC(0x009AFC30, int32_t, AstarDebugger_c___ctor_b__42_13, (AstarDebugger_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D760, AstarDebugger_c___ctor_b__42_13__MethodInfo); DO_APP_FUNC(0x009AFCD0, bool, BinaryHeap_get_isEmpty, (BinaryHeap * __this, MethodInfo * method)); DO_APP_FUNC(0x009AFCE0, int32_t, BinaryHeap_RoundUpToNextMultipleMod1, (int32_t v, MethodInfo * method)); DO_APP_FUNC(0x009AFD10, void, BinaryHeap__ctor, (BinaryHeap * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x009AFDF0, void, BinaryHeap_Clear, (BinaryHeap * __this, MethodInfo * method)); DO_APP_FUNC(0x009AFE50, PathNode *, BinaryHeap_GetNode, (BinaryHeap * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x009AFE90, void, BinaryHeap_SetF, (BinaryHeap * __this, int32_t i, uint32_t f, MethodInfo * method)); DO_APP_FUNC(0x009AFEC0, void, BinaryHeap_Expand, (BinaryHeap * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D5A8, BinaryHeap_Expand__MethodInfo); DO_APP_FUNC(0x009B0080, void, BinaryHeap_Add, (BinaryHeap * __this, PathNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D568, BinaryHeap_Add__MethodInfo); DO_APP_FUNC(0x009B0200, void, BinaryHeap_DecreaseKey, (BinaryHeap * __this, BinaryHeap_Tuple node, uint16_t index, MethodInfo * method)); DO_APP_FUNC(0x009B03C0, PathNode *, BinaryHeap_Remove, (BinaryHeap * __this, MethodInfo * method)); DO_APP_FUNC(0x009B0810, void, BinaryHeap_Validate, (BinaryHeap * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D528, BinaryHeap_Validate__MethodInfo); DO_APP_FUNC(0x009B0BB0, void, BinaryHeap_Rebuild, (BinaryHeap * __this, MethodInfo * method)); DO_APP_FUNC(0x009B0D30, void, BinaryHeap_Tuple__ctor, (BinaryHeap_Tuple * __this, uint32_t f, PathNode * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GraphEditorBase__ctor, (GraphEditorBase * __this, MethodInfo * method)); DO_APP_FUNC(0x009B0D90, void, GraphModifier_FindAllModifiers, (MethodInfo * method)); DO_APP_FUNC(0x009B0F10, void, GraphModifier_TriggerEvent, (GraphModifier_EventType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x009B15C0, void, GraphModifier_OnEnable, (GraphModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x009B15F0, void, GraphModifier_OnDisable, (GraphModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x009B1600, void, GraphModifier_Awake, (GraphModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x009B1620, void, GraphModifier_ConfigureUniqueID, (GraphModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x009B1840, void, GraphModifier_AddToLinkedList, (GraphModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x009B1B70, void, GraphModifier_RemoveFromLinkedList, (GraphModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x009B2210, void, GraphModifier_OnDestroy, (GraphModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GraphModifier_OnPostScan, (GraphModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GraphModifier_OnPreScan, (GraphModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GraphModifier_OnLatePostScan, (GraphModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GraphModifier_OnPostCacheLoad, (GraphModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GraphModifier_OnGraphsPreUpdate, (GraphModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GraphModifier_OnGraphsPostUpdate, (GraphModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x009B22A0, void, GraphModifier_Reset, (GraphModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, GraphModifier__ctor, (GraphModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x009B2410, void, GraphModifier__cctor, (MethodInfo * method)); DO_APP_FUNC(0x009B2510, void, GraphUpdateProcessor_add_OnGraphsUpdated, (GraphUpdateProcessor * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x009B2600, void, GraphUpdateProcessor_remove_OnGraphsUpdated, (GraphUpdateProcessor * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x009B26F0, bool, GraphUpdateProcessor_get_IsAnyGraphUpdateQueued, (GraphUpdateProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, GraphUpdateProcessor_get_IsAnyGraphUpdateInProgress, (GraphUpdateProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x009B2740, void, GraphUpdateProcessor__ctor, (GraphUpdateProcessor * __this, AstarPath * astar, MethodInfo * method)); DO_APP_FUNC(0x009B2B90, AstarWorkItem, GraphUpdateProcessor_GetWorkItem, (GraphUpdateProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x009B2C90, void, GraphUpdateProcessor_EnableMultithreading, (GraphUpdateProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x009B2EF0, void, GraphUpdateProcessor_DisableMultithreading, (GraphUpdateProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x009B3050, void, GraphUpdateProcessor_AddToQueue, (GraphUpdateProcessor * __this, GraphUpdateObject * ob, MethodInfo * method)); DO_APP_FUNC(0x009B30B0, void, GraphUpdateProcessor_QueueGraphUpdatesInternal, (GraphUpdateProcessor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D4A0, GraphUpdateProcessor_QueueGraphUpdatesInternal__MethodInfo); DO_APP_FUNC(0x009B3570, bool, GraphUpdateProcessor_ProcessGraphUpdates, (GraphUpdateProcessor * __this, bool force, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D4A8, GraphUpdateProcessor_ProcessGraphUpdates__MethodInfo); DO_APP_FUNC(0x009B3660, bool, GraphUpdateProcessor_ProcessRegularUpdates, (GraphUpdateProcessor * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x009B3A20, bool, GraphUpdateProcessor_StartAsyncUpdatesIfQueued, (GraphUpdateProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x009B3A90, void, GraphUpdateProcessor_ProcessPostUpdates, (GraphUpdateProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x009B3C40, void, GraphUpdateProcessor_ProcessGraphUpdatesAsync, (GraphUpdateProcessor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D488, GraphUpdateProcessor_ProcessGraphUpdatesAsync__MethodInfo); DO_APP_FUNC(0x009B42E0, List_1_UnityEngine_Vector3_ *, GraphUtilities_GetContours, (NavGraph * graph, MethodInfo * method)); DO_APP_FUNC(0x009B4560, void, GraphUtilities_GetContours_1, (INavmesh * navmesh, Action_2_System_Collections_Generic_List_1_Boolean__1 * results, MethodInfo * method)); DO_APP_FUNC(0x009B49B0, void, GraphUtilities_GetContours_2, (GridGraph * grid, Action_1_UnityEngine_Vector3__1 * callback, float yMergeThreshold, GridNodeBase__Array * nodes, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GraphUtilities_c_DisplayClass0_0__ctor, (GraphUtilities_c_DisplayClass0_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x009B55A0, void, GraphUtilities_c_DisplayClass0_0__GetContours_b__0, (GraphUtilities_c_DisplayClass0_0 * __this, List_1_Pathfinding_Int3_ * vertices, bool cycle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FEF8, GraphUtilities_c_DisplayClass0_0__GetContours_b__0__MethodInfo); DO_APP_FUNC(0x009B5850, void, GraphUtilities_c_DisplayClass0_0__GetContours_b__1, (GraphUtilities_c_DisplayClass0_0 * __this, Vector3__Array * vertices, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FEE0, GraphUtilities_c_DisplayClass0_0__GetContours_b__1__MethodInfo); DO_APP_FUNC(0x003AC050, void, GraphUtilities_c_DisplayClass1_0__ctor, (GraphUtilities_c_DisplayClass1_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x009B5A00, void, GraphUtilities_c_DisplayClass1_0__GetContours_b__0, (GraphUtilities_c_DisplayClass1_0 * __this, GraphNode * _node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FE98, GraphUtilities_c_DisplayClass1_0__GetContours_b__0__MethodInfo); DO_APP_FUNC(0x009B5DD0, void, GraphUtilities_c_DisplayClass1_0__GetContours_b__1, (GraphUtilities_c_DisplayClass1_0 * __this, List_1_System_Int32_ * chain, bool cycle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FEB0, GraphUtilities_c_DisplayClass1_0__GetContours_b__1__MethodInfo); DO_APP_FUNC(0x003C5300, int32_t, HierarchicalGraph_get_version, (HierarchicalGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5310, void, HierarchicalGraph_set_version, (HierarchicalGraph * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x009B6030, void, HierarchicalGraph__ctor, (HierarchicalGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009B64F0, void, HierarchicalGraph_Grow, (HierarchicalGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009B6AA0, int32_t, HierarchicalGraph_GetHierarchicalNodeIndex, (HierarchicalGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009B6B20, void, HierarchicalGraph_OnCreatedNode, (HierarchicalGraph * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x009B6C70, void, HierarchicalGraph_AddDirtyNode, (HierarchicalGraph * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FDC0, HierarchicalGraph_AddDirtyNode__MethodInfo); DO_APP_FUNC(0x009B7060, int32_t, HierarchicalGraph_get_NumConnectedComponents, (HierarchicalGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009B7070, void, HierarchicalGraph_set_NumConnectedComponents, (HierarchicalGraph * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x009B7080, uint32_t, HierarchicalGraph_GetConnectedComponent, (HierarchicalGraph * __this, int32_t hierarchicalNodeIndex, MethodInfo * method)); DO_APP_FUNC(0x009B70B0, void, HierarchicalGraph_RemoveHierarchicalNode, (HierarchicalGraph * __this, int32_t hierarchicalNode, bool removeAdjacentSmallNodes, MethodInfo * method)); DO_APP_FUNC(0x009B7370, void, HierarchicalGraph_RecalculateIfNecessary, (HierarchicalGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009B75F0, void, HierarchicalGraph_RecalculateAll, (HierarchicalGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009B7740, void, HierarchicalGraph_FloodFill, (HierarchicalGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009B7980, void, HierarchicalGraph_FindHierarchicalNodeChildren, (HierarchicalGraph * __this, int32_t hierarchicalNode, GraphNode * startNode, MethodInfo * method)); DO_APP_FUNC(0x009B7CC0, void, HierarchicalGraph_OnDrawGizmos, (HierarchicalGraph * __this, RetainedGizmos * gizmos, MethodInfo * method)); DO_APP_FUNC(0x009B8240, void, HierarchicalGraph___ctor_b__22_0, (HierarchicalGraph * __this, GraphNode * neighbour, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FE30, HierarchicalGraph___ctor_b__22_0__MethodInfo); DO_APP_FUNC(0x009B8380, void, HierarchicalGraph__RecalculateAll_b__34_0, (HierarchicalGraph * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FDB8, HierarchicalGraph__RecalculateAll_b__34_0__MethodInfo); DO_APP_FUNC(0x009B8390, Int3, Int3_get_zero, (MethodInfo * method)); DO_APP_FUNC(0x009B83A0, void, Int3__ctor, (Int3 * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x009B8450, void, Int3__ctor_1, (Int3 * __this, int32_t _x, int32_t _y, int32_t _z, MethodInfo * method)); DO_APP_FUNC(0x009B8460, bool, Int3_op_Equality, (Int3 lhs, Int3 rhs, MethodInfo * method)); DO_APP_FUNC(0x009B8480, bool, Int3_op_Inequality, (Int3 lhs, Int3 rhs, MethodInfo * method)); DO_APP_FUNC(0x009B84A0, Int3, Int3_op_Explicit, (Vector3 ob, MethodInfo * method)); DO_APP_FUNC(0x009B8570, Vector3, Int3_op_Explicit_1, (Int3 ob, MethodInfo * method)); DO_APP_FUNC(0x009B85B0, Int3, Int3_op_Subtraction, (Int3 lhs, Int3 rhs, MethodInfo * method)); DO_APP_FUNC(0x009B85E0, Int3, Int3_op_UnaryNegation, (Int3 lhs, MethodInfo * method)); DO_APP_FUNC(0x009B8610, Int3, Int3_op_Addition, (Int3 lhs, Int3 rhs, MethodInfo * method)); DO_APP_FUNC(0x009B8640, Int3, Int3_op_Multiply, (Int3 lhs, int32_t rhs, MethodInfo * method)); DO_APP_FUNC(0x009B8670, Int3, Int3_op_Multiply_1, (Int3 lhs, float rhs, MethodInfo * method)); DO_APP_FUNC(0x009B8730, Int3, Int3_op_Multiply_2, (Int3 lhs, double rhs, MethodInfo * method)); DO_APP_FUNC(0x009B87F0, Int3, Int3_op_Division, (Int3 lhs, float rhs, MethodInfo * method)); DO_APP_FUNC(0x009B88B0, int32_t, Int3_get_Item, (Int3 * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x009B88D0, void, Int3_set_Item, (Int3 * __this, int32_t i, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x009B88F0, float, Int3_Angle, (Int3 lhs, Int3 rhs, MethodInfo * method)); DO_APP_FUNC(0x009B8A10, int32_t, Int3_Dot, (Int3 lhs, Int3 rhs, MethodInfo * method)); DO_APP_FUNC(0x009B8A30, int64_t, Int3_DotLong, (Int3 lhs, Int3 rhs, MethodInfo * method)); DO_APP_FUNC(0x009B8A60, Int3, Int3_Normal2D, (Int3 * __this, MethodInfo * method)); DO_APP_FUNC(0x009B8A80, float, Int3_get_magnitude, (Int3 * __this, MethodInfo * method)); DO_APP_FUNC(0x009B8B40, int32_t, Int3_get_costMagnitude, (Int3 * __this, MethodInfo * method)); DO_APP_FUNC(0x009B8BB0, float, Int3_get_sqrMagnitude, (Int3 * __this, MethodInfo * method)); DO_APP_FUNC(0x009B8BE0, int64_t, Int3_get_sqrMagnitudeLong, (Int3 * __this, MethodInfo * method)); DO_APP_FUNC(0x009B8C00, String *, Int3_op_Implicit, (Int3 obj, MethodInfo * method)); DO_APP_FUNC(0x009B8C10, String *, Int3_ToString, (Int3 * __this, MethodInfo * method)); DO_APP_FUNC(0x009B8EB0, bool, Int3_Equals, (Int3 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x009B8460, bool, Int3_Equals_1, (Int3 * __this, Int3 other, MethodInfo * method)); DO_APP_FUNC(0x009B8F50, int32_t, Int3_GetHashCode, (Int3 * __this, MethodInfo * method)); DO_APP_FUNC(0x009B8F70, void, Int2__ctor, (Int2 * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x009B8F80, int64_t, Int2_get_sqrMagnitudeLong, (Int2 * __this, MethodInfo * method)); DO_APP_FUNC(0x009B8FA0, Int2, Int2_op_Addition, (Int2 a, Int2 b, MethodInfo * method)); DO_APP_FUNC(0x009B8FC0, Int2, Int2_op_Subtraction, (Int2 a, Int2 b, MethodInfo * method)); DO_APP_FUNC(0x009B8FE0, bool, Int2_op_Equality, (Int2 a, Int2 b, MethodInfo * method)); DO_APP_FUNC(0x009B9000, bool, Int2_op_Inequality, (Int2 a, Int2 b, MethodInfo * method)); DO_APP_FUNC(0x009B9020, int64_t, Int2_DotLong, (Int2 a, Int2 b, MethodInfo * method)); DO_APP_FUNC(0x009B9050, bool, Int2_Equals, (Int2 * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x009B90D0, bool, Int2_Equals_1, (Int2 * __this, Int2 other, MethodInfo * method)); DO_APP_FUNC(0x009B90F0, int32_t, Int2_GetHashCode, (Int2 * __this, MethodInfo * method)); DO_APP_FUNC(0x009B9100, Int2, Int2_Min, (Int2 a, Int2 b, MethodInfo * method)); DO_APP_FUNC(0x009B9180, Int2, Int2_Max, (Int2 a, Int2 b, MethodInfo * method)); DO_APP_FUNC(0x009B9200, Int2, Int2_FromInt3XZ, (Int3 o, MethodInfo * method)); DO_APP_FUNC(0x009B9220, Int3, Int2_ToInt3XZ, (Int2 o, MethodInfo * method)); DO_APP_FUNC(0x009B9240, String *, Int2_ToString, (Int2 * __this, MethodInfo * method)); DO_APP_FUNC(0x009B9450, Transform *, NodeLink_get_Start, (NodeLink * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Transform *, NodeLink_get_End, (NodeLink * __this, MethodInfo * method)); DO_APP_FUNC(0x009B94A0, void, NodeLink_OnPostScan, (NodeLink * __this, MethodInfo * method)); DO_APP_FUNC(0x009B9600, void, NodeLink_InternalOnPostScan, (NodeLink * __this, MethodInfo * method)); DO_APP_FUNC(0x009B9620, void, NodeLink_OnGraphsPostUpdate, (NodeLink * __this, MethodInfo * method)); DO_APP_FUNC(0x009B9760, void, NodeLink_Apply, (NodeLink * __this, MethodInfo * method)); DO_APP_FUNC(0x009B9E40, void, NodeLink_OnDrawGizmos, (NodeLink * __this, MethodInfo * method)); DO_APP_FUNC(0x009BA220, void, NodeLink__ctor, (NodeLink * __this, MethodInfo * method)); DO_APP_FUNC(0x009BA2B0, bool, NodeLink__OnPostScan_b__8_0, (NodeLink * __this, bool force, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FCA8, NodeLink__OnPostScan_b__8_0__MethodInfo); DO_APP_FUNC(0x009BA2B0, bool, NodeLink__OnGraphsPostUpdate_b__10_0, (NodeLink * __this, bool force, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FCA0, NodeLink__OnGraphsPostUpdate_b__10_0__MethodInfo); DO_APP_FUNC(0x009BA2D0, NodeLink2 *, NodeLink2_GetNodeLink, (GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x009B9450, Transform *, NodeLink2_get_StartTransform, (NodeLink2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Transform *, NodeLink2_get_EndTransform, (NodeLink2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, PointNode *, NodeLink2_get_startNode, (NodeLink2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, NodeLink2_set_startNode, (NodeLink2 * __this, PointNode * value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, PointNode *, NodeLink2_get_endNode, (NodeLink2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, NodeLink2_set_endNode, (NodeLink2 * __this, PointNode * value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, GraphNode *, NodeLink2_get_StartNode, (NodeLink2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, GraphNode *, NodeLink2_get_EndNode, (NodeLink2 * __this, MethodInfo * method)); DO_APP_FUNC(0x009BA370, void, NodeLink2_OnPostScan, (NodeLink2 * __this, MethodInfo * method)); DO_APP_FUNC(0x009BA380, void, NodeLink2_InternalOnPostScan, (NodeLink2 * __this, MethodInfo * method)); DO_APP_FUNC(0x009BAC60, void, NodeLink2_OnGraphsPostUpdate, (NodeLink2 * __this, MethodInfo * method)); DO_APP_FUNC(0x009BAD60, void, NodeLink2_OnEnable, (NodeLink2 * __this, MethodInfo * method)); DO_APP_FUNC(0x009BB070, void, NodeLink2_OnDisable, (NodeLink2 * __this, MethodInfo * method)); DO_APP_FUNC(0x009BB240, void, NodeLink2_RemoveConnections, (NodeLink2 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x009BB270, void, NodeLink2_ContextApplyForce, (NodeLink2 * __this, MethodInfo * method)); DO_APP_FUNC(0x009BB2E0, void, NodeLink2_Apply, (NodeLink2 * __this, bool forceNewCheck, MethodInfo * method)); DO_APP_FUNC(0x009BC240, void, NodeLink2_OnDrawGizmosSelected, (NodeLink2 * __this, MethodInfo * method)); DO_APP_FUNC(0x009BC250, void, NodeLink2_OnDrawGizmos, (NodeLink2 * __this, MethodInfo * method)); DO_APP_FUNC(0x009BC260, void, NodeLink2_OnDrawGizmos_1, (NodeLink2 * __this, bool selected, MethodInfo * method)); DO_APP_FUNC(0x009BD040, void, NodeLink2_SerializeReferences, (GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009BD4A0, void, NodeLink2_DeserializeReferences, (GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FB50, NodeLink2_DeserializeReferences__MethodInfo); DO_APP_FUNC(0x009BDBA0, void, NodeLink2__ctor, (NodeLink2 * __this, MethodInfo * method)); DO_APP_FUNC(0x009BDC30, void, NodeLink2__cctor, (MethodInfo * method)); DO_APP_FUNC(0x009BDD60, void, NodeLink3Node__ctor, (NodeLink3Node * __this, AstarPath * active, MethodInfo * method)); DO_APP_FUNC(0x009BDD70, bool, NodeLink3Node_GetPortal, (NodeLink3Node * __this, GraphNode * other, List_1_UnityEngine_Vector3_ * left, List_1_UnityEngine_Vector3_ * right, bool backwards, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FAE0, NodeLink3Node_GetPortal__MethodInfo); DO_APP_FUNC(0x009BDEB0, GraphNode *, NodeLink3Node_GetOther, (NodeLink3Node * __this, GraphNode * a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FAD8, NodeLink3Node_GetOther__MethodInfo); DO_APP_FUNC(0x009BE070, GraphNode *, NodeLink3Node_GetOtherInternal, (NodeLink3Node * __this, GraphNode * a, MethodInfo * method)); DO_APP_FUNC(0x009BE0C0, NodeLink3 *, NodeLink3_GetNodeLink, (GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x009B9450, Transform *, NodeLink3_get_StartTransform, (NodeLink3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Transform *, NodeLink3_get_EndTransform, (NodeLink3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, GraphNode *, NodeLink3_get_StartNode, (NodeLink3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, GraphNode *, NodeLink3_get_EndNode, (NodeLink3 * __this, MethodInfo * method)); DO_APP_FUNC(0x009BE160, void, NodeLink3_OnPostScan, (NodeLink3 * __this, MethodInfo * method)); DO_APP_FUNC(0x009BE2B0, void, NodeLink3_InternalOnPostScan, (NodeLink3 * __this, MethodInfo * method)); DO_APP_FUNC(0x009BEB20, void, NodeLink3_OnGraphsPostUpdate, (NodeLink3 * __this, MethodInfo * method)); DO_APP_FUNC(0x009BEC20, void, NodeLink3_OnEnable, (NodeLink3 * __this, MethodInfo * method)); DO_APP_FUNC(0x009BEE40, void, NodeLink3_OnDisable, (NodeLink3 * __this, MethodInfo * method)); DO_APP_FUNC(0x009BB240, void, NodeLink3_RemoveConnections, (NodeLink3 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x009BF010, void, NodeLink3_ContextApplyForce, (NodeLink3 * __this, MethodInfo * method)); DO_APP_FUNC(0x009BF080, void, NodeLink3_Apply, (NodeLink3 * __this, bool forceNewCheck, MethodInfo * method)); DO_APP_FUNC(0x009C0FA0, void, NodeLink3_OnDrawGizmosSelected, (NodeLink3 * __this, MethodInfo * method)); DO_APP_FUNC(0x009C0FB0, void, NodeLink3_OnDrawGizmos, (NodeLink3 * __this, MethodInfo * method)); DO_APP_FUNC(0x009C0FC0, void, NodeLink3_OnDrawGizmos_1, (NodeLink3 * __this, bool selected, MethodInfo * method)); DO_APP_FUNC(0x009C1DA0, void, NodeLink3__ctor, (NodeLink3 * __this, MethodInfo * method)); DO_APP_FUNC(0x009C1E30, void, NodeLink3__cctor, (MethodInfo * method)); DO_APP_FUNC(0x009C1F60, bool, NodeLink3__OnPostScan_b__20_0, (NodeLink3 * __this, bool force, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FA90, NodeLink3__OnPostScan_b__20_0__MethodInfo); DO_APP_FUNC(0x009C1F80, void, PathPool_Pool, (Path_1 * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F978, PathPool_Pool__MethodInfo); DO_APP_FUNC(0x009C2380, int32_t, PathPool_GetTotalCreated, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x009C2460, int32_t, PathPool_GetSize, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x009C2520, void, PathPool__cctor, (MethodInfo * method)); DO_APP_FUNC(0x009C2700, void, PathProcessor_add_OnPathPreSearch, (PathProcessor * __this, Action_1_Pathfinding_Path_ * value, MethodInfo * method)); DO_APP_FUNC(0x009C2810, void, PathProcessor_remove_OnPathPreSearch, (PathProcessor * __this, Action_1_Pathfinding_Path_ * value, MethodInfo * method)); DO_APP_FUNC(0x009C2920, void, PathProcessor_add_OnPathPostSearch, (PathProcessor * __this, Action_1_Pathfinding_Path_ * value, MethodInfo * method)); DO_APP_FUNC(0x009C2A30, void, PathProcessor_remove_OnPathPostSearch, (PathProcessor * __this, Action_1_Pathfinding_Path_ * value, MethodInfo * method)); DO_APP_FUNC(0x009C2B40, void, PathProcessor_add_OnQueueUnblocked, (PathProcessor * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x009C2C30, void, PathProcessor_remove_OnQueueUnblocked, (PathProcessor * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x009C2D20, int32_t, PathProcessor_get_NumThreads, (PathProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x009C2D40, bool, PathProcessor_get_IsUsingMultithreading, (PathProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x009C2D50, void, PathProcessor__ctor, (PathProcessor * __this, AstarPath * astar, PathReturnQueue * returnQueue, int32_t processors, bool multithreaded, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F840, PathProcessor__ctor__MethodInfo); DO_APP_FUNC(0x009C3930, int32_t, PathProcessor_Lock, (PathProcessor * __this, bool block, MethodInfo * method)); DO_APP_FUNC(0x009C3A50, void, PathProcessor_Unlock, (PathProcessor * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F808, PathProcessor_Unlock__MethodInfo); DO_APP_FUNC(0x009C3B40, PathProcessor_GraphUpdateLock, PathProcessor_PausePathfinding, (PathProcessor * __this, bool block, MethodInfo * method)); DO_APP_FUNC(0x009C3B60, void, PathProcessor_TickNonMultithreaded, (PathProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x009C3CA0, void, PathProcessor_JoinThreads, (PathProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x009C3E00, void, PathProcessor_AbortThreads, (PathProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x009C3EA0, int32_t, PathProcessor_GetNewNodeIndex, (PathProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x009C3F10, void, PathProcessor_InitializeNode, (PathProcessor * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F7C0, PathProcessor_InitializeNode__MethodInfo); DO_APP_FUNC(0x009C4140, void, PathProcessor_DestroyNode, (PathProcessor * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x009C4320, void, PathProcessor_CalculatePathsThreaded, (PathProcessor * __this, PathHandler * pathHandler, MethodInfo * method)); DO_APP_FUNC(0x009C4DE0, IEnumerator *, PathProcessor_CalculatePaths, (PathProcessor * __this, PathHandler * pathHandler, MethodInfo * method)); DO_APP_FUNC(0x009C4EF0, void, PathProcessor_GraphUpdateLock__ctor, (PathProcessor_GraphUpdateLock * __this, PathProcessor * pathProcessor, bool block, MethodInfo * method)); DO_APP_FUNC(0x009C5070, bool, PathProcessor_GraphUpdateLock_get_Held, (PathProcessor_GraphUpdateLock * __this, MethodInfo * method)); DO_APP_FUNC(0x009C5110, void, PathProcessor_GraphUpdateLock_Release, (PathProcessor_GraphUpdateLock * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PathProcessor_c_DisplayClass24_0__ctor, (PathProcessor_c_DisplayClass24_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x009C5210, void, PathProcessor_c_DisplayClass24_0___ctor_b__0, (PathProcessor_c_DisplayClass24_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F890, PathProcessor_c_DisplayClass24_0___ctor_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, PathProcessor_CalculatePaths_d_36__ctor, (PathProcessor_CalculatePaths_d_36 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PathProcessor_CalculatePaths_d_36_System_IDisposable_Dispose, (PathProcessor_CalculatePaths_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x009C5240, bool, PathProcessor_CalculatePaths_d_36_MoveNext, (PathProcessor_CalculatePaths_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PathProcessor_CalculatePaths_d_36_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PathProcessor_CalculatePaths_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x009C5E70, void, PathProcessor_CalculatePaths_d_36_System_Collections_IEnumerator_Reset, (PathProcessor_CalculatePaths_d_36 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F728, PathProcessor_CalculatePaths_d_36_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PathProcessor_CalculatePaths_d_36_System_Collections_IEnumerator_get_Current, (PathProcessor_CalculatePaths_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x009C5EC0, void, PathReturnQueue__ctor, (PathReturnQueue * __this, Object * pathsClaimedSilentlyBy, MethodInfo * method)); DO_APP_FUNC(0x009C5FF0, void, PathReturnQueue_Enqueue, (PathReturnQueue * __this, Path_1 * path, MethodInfo * method)); DO_APP_FUNC(0x009C6180, void, PathReturnQueue_ReturnPaths, (PathReturnQueue * __this, bool timeSlice, MethodInfo * method)); DO_APP_FUNC(0x009C6640, void, ThreadControlQueue__ctor, (ThreadControlQueue * __this, int32_t numReceivers, MethodInfo * method)); DO_APP_FUNC(0x009C67B0, bool, ThreadControlQueue_get_IsEmpty, (ThreadControlQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x009C67C0, bool, ThreadControlQueue_get_IsTerminating, (ThreadControlQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x009C67D0, void, ThreadControlQueue_Block, (ThreadControlQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x009C6920, void, ThreadControlQueue_Unblock, (ThreadControlQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x009C6A70, void, ThreadControlQueue_Lock, (ThreadControlQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x009C6AB0, void, ThreadControlQueue_Unlock, (ThreadControlQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x009C6AE0, bool, ThreadControlQueue_get_AllReceiversBlocked, (ThreadControlQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x009C6C40, void, ThreadControlQueue_PushFront, (ThreadControlQueue * __this, Path_1 * path, MethodInfo * method)); DO_APP_FUNC(0x009C6FD0, void, ThreadControlQueue_Push, (ThreadControlQueue * __this, Path_1 * path, MethodInfo * method)); DO_APP_FUNC(0x009C7350, void, ThreadControlQueue_Starving, (ThreadControlQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x009C7380, void, ThreadControlQueue_TerminateReceivers, (ThreadControlQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x009C74D0, Path_1 *, ThreadControlQueue_Pop, (ThreadControlQueue * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F650, ThreadControlQueue_Pop__MethodInfo); DO_APP_FUNC(0x009C79A0, void, ThreadControlQueue_ReceiverTerminated, (ThreadControlQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x009C7A00, Path_1 *, ThreadControlQueue_PopNoBlock, (ThreadControlQueue * __this, bool blockedBefore, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F668, ThreadControlQueue_PopNoBlock__MethodInfo); DO_APP_FUNC(0x009C7E00, void, ThreadControlQueue_QueueTerminationException__ctor, (ThreadControlQueue_QueueTerminationException * __this, MethodInfo * method)); DO_APP_FUNC(0x009C7E50, void, AstarWorkItem__ctor, (AstarWorkItem * __this, Func_2_Boolean_Boolean_ * update, MethodInfo * method)); DO_APP_FUNC(0x009C7FB0, void, AstarWorkItem__ctor_1, (AstarWorkItem * __this, Func_3_Pathfinding_IWorkItemContext_Boolean_Boolean_ * update, MethodInfo * method)); DO_APP_FUNC(0x009C8110, void, AstarWorkItem__ctor_2, (AstarWorkItem * __this, Action * init, Func_2_Boolean_Boolean_ * update, MethodInfo * method)); DO_APP_FUNC(0x009C8270, void, AstarWorkItem__ctor_3, (AstarWorkItem * __this, Action_1_Pathfinding_IWorkItemContext_ * init, Func_3_Pathfinding_IWorkItemContext_Boolean_Boolean_ * update, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, WorkItemProcessor_get_workItemsInProgressRightNow, (WorkItemProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, WorkItemProcessor_set_workItemsInProgressRightNow, (WorkItemProcessor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009C83E0, bool, WorkItemProcessor_get_anyQueued, (WorkItemProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x009C8430, bool, WorkItemProcessor_get_workItemsInProgress, (WorkItemProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x009C8440, void, WorkItemProcessor_set_workItemsInProgress, (WorkItemProcessor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00660380, void, WorkItemProcessor_Pathfinding_IWorkItemContext_QueueFloodFill, (WorkItemProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x009C8450, void, WorkItemProcessor_Pathfinding_IWorkItemContext_SetGraphDirty, (WorkItemProcessor * __this, NavGraph * graph, MethodInfo * method)); DO_APP_FUNC(0x009C8460, void, WorkItemProcessor_EnsureValidFloodFill, (WorkItemProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x009C84B0, void, WorkItemProcessor__ctor, (WorkItemProcessor * __this, AstarPath * astar, MethodInfo * method)); DO_APP_FUNC(0x009C8650, void, WorkItemProcessor_OnFloodFill, (WorkItemProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x009C8660, void, WorkItemProcessor_AddWorkItem, (WorkItemProcessor * __this, AstarWorkItem item, MethodInfo * method)); DO_APP_FUNC(0x009C86D0, bool, WorkItemProcessor_ProcessWorkItems, (WorkItemProcessor * __this, bool force, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F540, WorkItemProcessor_ProcessWorkItems__MethodInfo); DO_APP_FUNC(0x009C8C00, void, Connection__ctor, (Connection * __this, GraphNode * node, uint32_t cost, uint8_t shapeEdge, MethodInfo * method)); DO_APP_FUNC(0x009C8C70, int32_t, Connection_GetHashCode, (Connection * __this, MethodInfo * method)); DO_APP_FUNC(0x009C8CB0, bool, Connection_Equals, (Connection * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x009C8D40, NavGraph *, GraphNode_get_Graph, (GraphNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009C8D60, void, GraphNode__ctor, (GraphNode * __this, AstarPath * astar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F510, GraphNode__ctor__MethodInfo); DO_APP_FUNC(0x009C8E60, void, GraphNode_Destroy, (GraphNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009C9020, bool, GraphNode_get_Destroyed, (GraphNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009C9040, int32_t, GraphNode_get_NodeIndex, (GraphNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009C9050, void, GraphNode_set_NodeIndex, (GraphNode * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x009C9060, bool, GraphNode_get_TemporaryFlag1, (GraphNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009C9070, void, GraphNode_set_TemporaryFlag1, (GraphNode * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009C90A0, bool, GraphNode_get_TemporaryFlag2, (GraphNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009C90B0, void, GraphNode_set_TemporaryFlag2, (GraphNode * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, uint32_t, GraphNode_get_Flags, (GraphNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, GraphNode_set_Flags, (GraphNode * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, uint32_t, GraphNode_get_Penalty, (GraphNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GraphNode_set_Penalty, (GraphNode * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x009C90E0, bool, GraphNode_get_Walkable, (GraphNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009C90F0, void, GraphNode_set_Walkable, (GraphNode * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009C9190, int32_t, GraphNode_get_HierarchicalNodeIndex, (GraphNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009C91A0, void, GraphNode_set_HierarchicalNodeIndex, (GraphNode * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x009C91C0, bool, GraphNode_get_IsHierarchicalNodeDirty, (GraphNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009C91D0, void, GraphNode_set_IsHierarchicalNodeDirty, (GraphNode * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009C9200, uint32_t, GraphNode_get_Area, (GraphNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009C92A0, uint32_t, GraphNode_get_GraphIndex, (GraphNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009C92B0, void, GraphNode_set_GraphIndex, (GraphNode * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x009C92D0, uint32_t, GraphNode_get_Tag, (GraphNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009C92E0, void, GraphNode_set_Tag, (GraphNode * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x009C92F0, void, GraphNode_SetConnectivityDirty, (GraphNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GraphNode_RecalculateConnectionCosts, (GraphNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009C9370, void, GraphNode_UpdateRecursiveG, (GraphNode * __this, Path_1 * path, PathNode * pathNode, PathHandler * handler, MethodInfo * method)); DO_APP_FUNC(0x009C95B0, bool, GraphNode_ContainsConnection, (GraphNode * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, GraphNode_GetPortal, (GraphNode * __this, GraphNode * other, List_1_UnityEngine_Vector3_ * left, List_1_UnityEngine_Vector3_ * right, bool backwards, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, GraphNode_SurfaceArea, (GraphNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009C96D0, Vector3, GraphNode_RandomPointOnSurface, (GraphNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009C9730, int32_t, GraphNode_GetGizmoHashCode, (GraphNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009C9760, void, GraphNode_SerializeNode, (GraphNode * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009C97D0, void, GraphNode_DeserializeNode, (GraphNode * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GraphNode_SerializeReferences, (GraphNode * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GraphNode_DeserializeReferences, (GraphNode * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GraphNode_c_DisplayClass59_0__ctor, (GraphNode_c_DisplayClass59_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x009C9850, void, GraphNode_c_DisplayClass59_0__UpdateRecursiveG_b__0, (GraphNode_c_DisplayClass59_0 * __this, GraphNode * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F4D0, GraphNode_c_DisplayClass59_0__UpdateRecursiveG_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, GraphNode_c_DisplayClass64_0__ctor, (GraphNode_c_DisplayClass64_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x009C98E0, void, GraphNode_c_DisplayClass64_0__ContainsConnection_b__0, (GraphNode_c_DisplayClass64_0 * __this, GraphNode * neighbour, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F4A0, GraphNode_c_DisplayClass64_0__ContainsConnection_b__0__MethodInfo); DO_APP_FUNC(0x009BDD60, void, MeshNode__ctor, (MeshNode * __this, AstarPath * astar, MethodInfo * method)); DO_APP_FUNC(0x009C9900, void, MeshNode_ClearConnections, (MeshNode * __this, bool alsoReverse, MethodInfo * method)); DO_APP_FUNC(0x009C9A50, void, MeshNode_GetConnections, (MeshNode * __this, Action_1_Pathfinding_GraphNode_ * action, MethodInfo * method)); DO_APP_FUNC(0x009C9AE0, bool, MeshNode_ContainsConnection, (MeshNode * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x009C9B40, void, MeshNode_UpdateRecursiveG, (MeshNode * __this, Path_1 * path, PathNode * pathNode, PathHandler * handler, MethodInfo * method)); DO_APP_FUNC(0x009C9C90, void, MeshNode_AddConnection, (MeshNode * __this, GraphNode * node, uint32_t cost, MethodInfo * method)); DO_APP_FUNC(0x009C9CB0, void, MeshNode_AddConnection_1, (MeshNode * __this, GraphNode * node, uint32_t cost, int32_t shapeEdge, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F448, MeshNode_AddConnection_1__MethodInfo); DO_APP_FUNC(0x009CA0C0, void, MeshNode_RemoveConnection, (MeshNode * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x009CA330, bool, MeshNode_ContainsPoint, (MeshNode * __this, Int3 point, MethodInfo * method)); DO_APP_FUNC(0x009CA3B0, int32_t, MeshNode_GetGizmoHashCode, (MeshNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009CA480, void, MeshNode_SerializeReferences, (MeshNode * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009CA600, void, MeshNode_DeserializeReferences, (MeshNode * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009CA950, bool, DefaultITraversalProvider_CanTraverse, (Path_1 * path, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x009CA990, uint32_t, DefaultITraversalProvider_GetTraversalCost, (Path_1 * path, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, PathState__Enum, Path_1_get_PipelineState, (Path_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, Path_1_set_PipelineState, (Path_1 * __this, PathState__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, PathCompleteState__Enum, Path_1_get_CompleteState, (Path_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CA9D0, void, Path_1_set_CompleteState, (Path_1 * __this, PathCompleteState__Enum value, MethodInfo * method)); DO_APP_FUNC(0x009CAB10, bool, Path_1_get_error, (Path_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, String *, Path_1_get_errorLog, (Path_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, Path_1_set_errorLog, (Path_1 * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x009CAB20, bool, Path_1_Pathfinding_IPathInternals_get_Pooled, (Path_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CAB30, void, Path_1_Pathfinding_IPathInternals_set_Pooled, (Path_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Path_1_get_recycled, (Path_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CAB40, uint16_t, Path_1_get_pathID, (Path_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CAB50, void, Path_1_set_pathID, (Path_1 * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x0070EC40, Int32__Array *, Path_1_get_tagPenalties, (Path_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CAB60, void, Path_1_set_tagPenalties, (Path_1 * __this, Int32__Array * value, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Path_1_get_FloodingPath, (Path_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CAD70, float, Path_1_GetTotalLength, (Path_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CAF90, IEnumerator *, Path_1_WaitForPath, (Path_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CB030, void, Path_1_BlockUntilCalculated, (Path_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CB080, uint32_t, Path_1_CalculateHScore, (Path_1 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x009CB3D0, uint32_t, Path_1_GetTagPenalty, (Path_1 * __this, int32_t tag, MethodInfo * method)); DO_APP_FUNC(0x009CB400, Int3, Path_1_GetHTarget, (Path_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CB420, bool, Path_1_CanTraverse, (Path_1 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x009CB530, uint32_t, Path_1_GetTraversalCost, (Path_1 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x009CB660, uint32_t, Path_1_GetConnectionSpecialCost, (Path_1 * __this, GraphNode * a, GraphNode * b, uint32_t currentCost, MethodInfo * method)); DO_APP_FUNC(0x009CB670, bool, Path_1_IsDone, (Path_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CB680, void, Path_1_Pathfinding_IPathInternals_AdvanceState, (Path_1 * __this, PathState__Enum s, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, PathState__Enum, Path_1_GetState, (Path_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CB810, void, Path_1_FailWithError, (Path_1 * __this, String * msg, MethodInfo * method)); DO_APP_FUNC(0x009CB990, void, Path_1_LogError, (Path_1 * __this, String * msg, MethodInfo * method)); DO_APP_FUNC(0x009CB990, void, Path_1_Log, (Path_1 * __this, String * msg, MethodInfo * method)); DO_APP_FUNC(0x009CBA00, void, Path_1_Error, (Path_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CBA10, void, Path_1_ErrorCheck, (Path_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CBB00, void, Path_1_OnEnterPool, (Path_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CBCC0, void, Path_1_Reset, (Path_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F300, Path_1_Reset__MethodInfo); DO_APP_FUNC(0x009CC400, void, Path_1_Claim, (Path_1 * __this, Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F2A0, Path_1_Claim__MethodInfo); DO_APP_FUNC(0x009CC5D0, void, Path_1_ReleaseSilent, (Path_1 * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x009CC5E0, void, Path_1_Release, (Path_1 * __this, Object * o, bool silent, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F1E8, Path_1_Release__MethodInfo); DO_APP_FUNC(0x009CC8E0, void, Path_1_Trace, (Path_1 * __this, PathNode * from, MethodInfo * method)); DO_APP_FUNC(0x009CCDF0, void, Path_1_DebugStringPrefix, (Path_1 * __this, PathLog__Enum logMode, StringBuilder * text, MethodInfo * method)); DO_APP_FUNC(0x009CCFB0, void, Path_1_DebugStringSuffix, (Path_1 * __this, PathLog__Enum logMode, StringBuilder * text, MethodInfo * method)); DO_APP_FUNC(0x009CD320, String *, Path_1_DebugString, (Path_1 * __this, PathLog__Enum logMode, MethodInfo * method)); DO_APP_FUNC(0x009CD3F0, void, Path_1_ReturnPath, (Path_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CD410, void, Path_1_PrepareBase, (Path_1 * __this, PathHandler * pathHandler, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Path_1_Cleanup, (Path_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, PathHandler *, Path_1_Pathfinding_IPathInternals_get_PathHandler, (Path_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CD740, void, Path_1_Pathfinding_IPathInternals_OnEnterPool, (Path_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009B9600, void, Path_1_Pathfinding_IPathInternals_Reset, (Path_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CD760, void, Path_1_Pathfinding_IPathInternals_ReturnPath, (Path_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CD780, void, Path_1_Pathfinding_IPathInternals_PrepareBase, (Path_1 * __this, PathHandler * handler, MethodInfo * method)); DO_APP_FUNC(0x009CD790, void, Path_1_Pathfinding_IPathInternals_Prepare, (Path_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CD7B0, void, Path_1_Pathfinding_IPathInternals_Cleanup, (Path_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CD7D0, void, Path_1_Pathfinding_IPathInternals_Initialize, (Path_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CD7F0, void, Path_1_Pathfinding_IPathInternals_CalculateStep, (Path_1 * __this, int64_t targetTick, MethodInfo * method)); DO_APP_FUNC(0x009CD810, void, Path_1__ctor, (Path_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDA30, void, Path_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Path_WaitForPath_d_52__ctor, (Path_WaitForPath_d_52 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Path_WaitForPath_d_52_System_IDisposable_Dispose, (Path_WaitForPath_d_52 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDAF0, bool, Path_WaitForPath_d_52_MoveNext, (Path_WaitForPath_d_52 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F018, Path_WaitForPath_d_52_MoveNext__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Path_WaitForPath_d_52_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Path_WaitForPath_d_52 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDC10, void, Path_WaitForPath_d_52_System_Collections_IEnumerator_Reset, (Path_WaitForPath_d_52 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F010, Path_WaitForPath_d_52_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Path_WaitForPath_d_52_System_Collections_IEnumerator_get_Current, (Path_WaitForPath_d_52 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDC60, uint32_t, PathNode_get_cost, (PathNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDC70, void, PathNode_set_cost, (PathNode * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x009CDC80, bool, PathNode_get_flag1, (PathNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDC90, void, PathNode_set_flag1, (PathNode * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009CDCC0, bool, PathNode_get_flag2, (PathNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDCD0, void, PathNode_set_flag2, (PathNode * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, uint32_t, PathNode_get_G, (PathNode * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, PathNode_set_G, (PathNode * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, uint32_t, PathNode_get_H, (PathNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD10, void, PathNode_set_H, (PathNode * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x009CDD20, uint32_t, PathNode_get_F, (PathNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD30, void, PathNode_UpdateG, (PathNode * __this, Path_1 * path, MethodInfo * method)); DO_APP_FUNC(0x009CDD90, void, PathNode__ctor, (PathNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDDA0, uint16_t, PathHandler_get_PathID, (PathHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDDB0, void, PathHandler__ctor, (PathHandler * __this, int32_t threadID, int32_t totalThreadCount, MethodInfo * method)); DO_APP_FUNC(0x009CE020, void, PathHandler_InitializeForPath, (PathHandler * __this, Path_1 * p, MethodInfo * method)); DO_APP_FUNC(0x009CE090, void, PathHandler_DestroyNode, (PathHandler * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x009CE1A0, void, PathHandler_InitializeNode, (PathHandler * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x009CE480, PathNode *, PathHandler_GetPathNode, (PathHandler * __this, int32_t nodeIndex, MethodInfo * method)); DO_APP_FUNC(0x009CE4B0, PathNode *, PathHandler_GetPathNode_1, (PathHandler * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x009CE4F0, void, PathHandler_ClearPathIDs, (PathHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x009CE560, bool, NavGraph_get_exists, (NavGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009CE660, int32_t, NavGraph_CountNodes, (NavGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009CE730, void, NavGraph_GetNodes, (NavGraph * __this, Func_2_Pathfinding_GraphNode_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x009CE850, void, NavGraph_SetMatrix, (NavGraph * __this, Matrix4x4 m, MethodInfo * method)); DO_APP_FUNC(0x009CE8C0, void, NavGraph_RelocateNodes, (NavGraph * __this, Matrix4x4 oldMatrix, Matrix4x4 newMatrix, MethodInfo * method)); DO_APP_FUNC(0x009CE9A0, void, NavGraph_RelocateNodes_1, (NavGraph * __this, Matrix4x4 deltaMatrix, MethodInfo * method)); DO_APP_FUNC(0x009CEA80, NNInfoInternal, NavGraph_GetNearest, (NavGraph * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x009CEB20, NNInfoInternal, NavGraph_GetNearest_1, (NavGraph * __this, Vector3 position, NNConstraint * constraint, MethodInfo * method)); DO_APP_FUNC(0x009CEB90, NNInfoInternal, NavGraph_GetNearest_2, (NavGraph * __this, Vector3 position, NNConstraint * constraint, GraphNode * hint, MethodInfo * method)); DO_APP_FUNC(0x009CEB20, NNInfoInternal, NavGraph_GetNearestForce, (NavGraph * __this, Vector3 position, NNConstraint * constraint, MethodInfo * method)); DO_APP_FUNC(0x009B9600, void, NavGraph_OnDestroy, (NavGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009CEF60, void, NavGraph_DestroyAllNodes, (NavGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009CF0E0, void, NavGraph_ScanGraph, (NavGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009CF0E0, void, NavGraph_Scan, (NavGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NavGraph_SerializeExtraInfo, (NavGraph * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NavGraph_DeserializeExtraInfo, (NavGraph * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NavGraph_PostDeserialization, (NavGraph * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009CF190, void, NavGraph_DeserializeSettingsCompatibility, (NavGraph * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009CF2F0, void, NavGraph_OnDrawGizmos, (NavGraph * __this, RetainedGizmos * gizmos, bool drawNodes, MethodInfo * method)); DO_APP_FUNC(0x009CF5C0, void, NavGraph_DrawUnwalkableNodes, (NavGraph * __this, float size, MethodInfo * method)); DO_APP_FUNC(0x003CB370, String *, NavGraph_Pathfinding_IGraphInternals_get_SerializedEditorSettings, (NavGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, NavGraph_Pathfinding_IGraphInternals_set_SerializedEditorSettings, (NavGraph * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x009CD740, void, NavGraph_Pathfinding_IGraphInternals_OnDestroy, (NavGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009B9600, void, NavGraph_Pathfinding_IGraphInternals_DestroyAllNodes, (NavGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009CF720, IEnumerable_1_Pathfinding_Progress_ *, NavGraph_Pathfinding_IGraphInternals_ScanInternal, (NavGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009CF740, void, NavGraph_Pathfinding_IGraphInternals_SerializeExtraInfo, (NavGraph * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009CF760, void, NavGraph_Pathfinding_IGraphInternals_DeserializeExtraInfo, (NavGraph * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009CF780, void, NavGraph_Pathfinding_IGraphInternals_PostDeserialization, (NavGraph * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009CF7A0, void, NavGraph_Pathfinding_IGraphInternals_DeserializeSettingsCompatibility, (NavGraph * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009CF7C0, void, NavGraph__ctor, (NavGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NavGraph_c_DisplayClass11_0__ctor, (NavGraph_c_DisplayClass11_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CF890, void, NavGraph_c_DisplayClass11_0__CountNodes_b__0, (NavGraph_c_DisplayClass11_0 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EFB0, NavGraph_c_DisplayClass11_0__CountNodes_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, NavGraph_c_DisplayClass12_0__ctor, (NavGraph_c_DisplayClass12_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CF8A0, void, NavGraph_c_DisplayClass12_0__GetNodes_b__0, (NavGraph_c_DisplayClass12_0 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EF90, NavGraph_c_DisplayClass12_0__GetNodes_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, NavGraph_c_DisplayClass18_0__ctor, (NavGraph_c_DisplayClass18_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CF8F0, void, NavGraph_c_DisplayClass18_0__RelocateNodes_b__0, (NavGraph_c_DisplayClass18_0 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EF80, NavGraph_c_DisplayClass18_0__RelocateNodes_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, NavGraph_c_DisplayClass21_0__ctor, (NavGraph_c_DisplayClass21_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CFAC0, void, NavGraph_c_DisplayClass21_0__GetNearest_b__0, (NavGraph_c_DisplayClass21_0 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EF58, NavGraph_c_DisplayClass21_0__GetNearest_b__0__MethodInfo); DO_APP_FUNC(0x009CFC70, void, NavGraph_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NavGraph_c__ctor, (NavGraph_c * __this, MethodInfo * method)); DO_APP_FUNC(0x009CFD20, void, NavGraph_c__DestroyAllNodes_b__24_0, (NavGraph_c * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EF28, NavGraph_c__DestroyAllNodes_b__24_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, NavGraph_c_DisplayClass32_0__ctor, (NavGraph_c_DisplayClass32_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CFD40, void, NavGraph_c_DisplayClass32_0__OnDrawGizmos_b__0, (NavGraph_c_DisplayClass32_0 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EEF8, NavGraph_c_DisplayClass32_0__OnDrawGizmos_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, NavGraph_c_DisplayClass33_0__ctor, (NavGraph_c_DisplayClass33_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CFD50, void, NavGraph_c_DisplayClass33_0__DrawUnwalkableNodes_b__0, (NavGraph_c_DisplayClass33_0 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EED8, NavGraph_c_DisplayClass33_0__DrawUnwalkableNodes_b__0__MethodInfo); DO_APP_FUNC(0x009CFEB0, void, GraphCollision_Initialize, (GraphCollision * __this, GraphTransform * transform, float scale, MethodInfo * method)); DO_APP_FUNC(0x009D0110, bool, GraphCollision_Check, (GraphCollision * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x009D08C0, Vector3, GraphCollision_CheckHeight, (GraphCollision * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x009D0940, Vector3, GraphCollision_CheckHeight_1, (GraphCollision * __this, Vector3 position, RaycastHit * hit, bool * walkable, MethodInfo * method)); DO_APP_FUNC(0x009D0DB0, RaycastHit__Array *, GraphCollision_CheckHeightAll, (GraphCollision * __this, Vector3 position, int32_t * numHits, MethodInfo * method)); DO_APP_FUNC(0x009D10A0, void, GraphCollision_DeserializeSettingsCompatibility, (GraphCollision * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009D12B0, void, GraphCollision__ctor, (GraphCollision * __this, MethodInfo * method)); DO_APP_FUNC(0x009D1380, void, GridGraph_OnDestroy, (GridGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009D1440, void, GridGraph_DestroyAllNodes, (GridGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009D15C0, void, GridGraph_RemoveGridGraphFromStatic, (GridGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, GridGraph_get_uniformWidthDepthGrid, (GridGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, GridGraph_get_LayerCount, (GridGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009D1670, int32_t, GridGraph_CountNodes, (GridGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009D1690, void, GridGraph_GetNodes, (GridGraph * __this, Action_1_Pathfinding_GraphNode_ * action, MethodInfo * method)); DO_APP_FUNC(0x009D1720, bool, GridGraph_get_useRaycastNormal, (GridGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009D17A0, Vector2, GridGraph_get_size, (GridGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009D17C0, void, GridGraph_set_size, (GridGraph * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x009D17D0, GraphTransform *, GridGraph_get_transform, (GridGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009D17E0, void, GridGraph_set_transform, (GridGraph * __this, GraphTransform * value, MethodInfo * method)); DO_APP_FUNC(0x009D1840, void, GridGraph__ctor, (GridGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009D1DF0, void, GridGraph_RelocateNodes, (GridGraph * __this, Matrix4x4 deltaMatrix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EE70, GridGraph_RelocateNodes__MethodInfo); DO_APP_FUNC(0x009D1E50, void, GridGraph_RelocateNodes_1, (GridGraph * __this, Vector3 center, Quaternion rotation, float nodeSize, float aspectRatio, float isometricAngle, MethodInfo * method)); DO_APP_FUNC(0x009D2080, Int3, GridGraph_GraphPointToWorld, (GridGraph * __this, int32_t x, int32_t z, float height, MethodInfo * method)); DO_APP_FUNC(0x009D21B0, float, GridGraph_ConvertHexagonSizeToNodeSize, (InspectorGridHexagonNodeSize__Enum mode, float value, MethodInfo * method)); DO_APP_FUNC(0x009D22B0, float, GridGraph_ConvertNodeSizeToHexagonSize, (InspectorGridHexagonNodeSize__Enum mode, float value, MethodInfo * method)); DO_APP_FUNC(0x009D23A0, int32_t, GridGraph_get_Width, (GridGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009D23B0, void, GridGraph_set_Width, (GridGraph * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x009D23C0, int32_t, GridGraph_get_Depth, (GridGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009D23D0, void, GridGraph_set_Depth, (GridGraph * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x009D23E0, uint32_t, GridGraph_GetConnectionCost, (GridGraph * __this, int32_t dir, MethodInfo * method)); DO_APP_FUNC(0x009D2410, GridNode *, GridGraph_GetNodeConnection, (GridGraph * __this, GridNode * node, int32_t dir, MethodInfo * method)); DO_APP_FUNC(0x009D25A0, bool, GridGraph_HasNodeConnection, (GridGraph * __this, GridNode * node, int32_t dir, MethodInfo * method)); DO_APP_FUNC(0x009D26A0, void, GridGraph_SetNodeConnection, (GridGraph * __this, GridNode * node, int32_t dir, bool value, MethodInfo * method)); DO_APP_FUNC(0x009D2700, GridNode *, GridGraph_GetNodeConnection_1, (GridGraph * __this, int32_t index, int32_t x, int32_t z, int32_t dir, MethodInfo * method)); DO_APP_FUNC(0x009D27E0, void, GridGraph_SetNodeConnection_1, (GridGraph * __this, int32_t index, int32_t x, int32_t z, int32_t dir, bool value, MethodInfo * method)); DO_APP_FUNC(0x009D2830, bool, GridGraph_HasNodeConnection_1, (GridGraph * __this, int32_t index, int32_t x, int32_t z, int32_t dir, MethodInfo * method)); DO_APP_FUNC(0x009D28D0, void, GridGraph_SetDimensions, (GridGraph * __this, int32_t width, int32_t depth, float nodeSize, MethodInfo * method)); DO_APP_FUNC(0x009D2910, void, GridGraph_UpdateSizeFromWidthDepth, (GridGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009D2960, void, GridGraph_GenerateMatrix, (GridGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009D2970, void, GridGraph_UpdateTransform, (GridGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009D2A00, GraphTransform *, GridGraph_CalculateTransform, (GridGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009D3460, void, GridGraph_CalculateDimensions, (GridGraph * __this, int32_t * width, int32_t * depth, float * nodeSize, MethodInfo * method)); DO_APP_FUNC(0x009D35F0, NNInfoInternal, GridGraph_GetNearest, (GridGraph * __this, Vector3 position, NNConstraint * constraint, GraphNode * hint, MethodInfo * method)); DO_APP_FUNC(0x009D38E0, NNInfoInternal, GridGraph_GetNearestForce, (GridGraph * __this, Vector3 position, NNConstraint * constraint, MethodInfo * method)); DO_APP_FUNC(0x009D4B10, void, GridGraph_SetUpOffsetsAndCosts, (GridGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009D4F70, IEnumerable_1_Pathfinding_Progress_ *, GridGraph_ScanInternal, (GridGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009D5030, void, GridGraph_UpdateNodePositionCollision, (GridGraph * __this, GridNode * node, int32_t x, int32_t z, bool resetPenalty, MethodInfo * method)); DO_APP_FUNC(0x009D5060, void, GridGraph_RecalculateCell, (GridGraph * __this, int32_t x, int32_t z, bool resetPenalties, bool resetTags, MethodInfo * method)); DO_APP_FUNC(0x009D5580, bool, GridGraph_ErosionAnyFalseConnections, (GridGraph * __this, GraphNode * baseNode, MethodInfo * method)); DO_APP_FUNC(0x009D5890, void, GridGraph_ErodeNode, (GridGraph * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x009D58E0, void, GridGraph_ErodeNodeWithTagsInit, (GridGraph * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x009D5950, void, GridGraph_ErodeNodeWithTags, (GridGraph * __this, GraphNode * node, int32_t iteration, MethodInfo * method)); DO_APP_FUNC(0x009D5BA0, void, GridGraph_ErodeWalkableArea, (GridGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009D5BD0, void, GridGraph_ErodeWalkableArea_1, (GridGraph * __this, int32_t xmin, int32_t zmin, int32_t xmax, int32_t zmax, MethodInfo * method)); DO_APP_FUNC(0x009D6150, bool, GridGraph_IsValidConnection, (GridGraph * __this, GridNodeBase * node1, GridNodeBase * node2, MethodInfo * method)); DO_APP_FUNC(0x009D63B0, void, GridGraph_CalculateConnectionsForCellAndNeighbours, (GridGraph * __this, int32_t x, int32_t z, MethodInfo * method)); DO_APP_FUNC(0x009D6480, void, GridGraph_CalculateConnections, (GridNode * node, MethodInfo * method)); DO_APP_FUNC(0x009D6530, void, GridGraph_CalculateConnections_1, (GridGraph * __this, GridNodeBase * node, MethodInfo * method)); DO_APP_FUNC(0x009D6570, void, GridGraph_CalculateConnections_2, (GridGraph * __this, int32_t x, int32_t z, GridNode * node, MethodInfo * method)); DO_APP_FUNC(0x009D6590, void, GridGraph_CalculateConnections_3, (GridGraph * __this, int32_t x, int32_t z, MethodInfo * method)); DO_APP_FUNC(0x009D6B60, void, GridGraph_OnDrawGizmos, (GridGraph * __this, RetainedGizmos * gizmos, bool drawNodes, MethodInfo * method)); DO_APP_FUNC(0x009D7640, void, GridGraph_CreateNavmeshSurfaceVisualization, (GridGraph * __this, GridNodeBase__Array * nodes, int32_t nodeCount, GraphGizmoHelper * helper, MethodInfo * method)); DO_APP_FUNC(0x009D8360, IntRect, GridGraph_GetRectFromBounds, (GridGraph * __this, Bounds bounds, MethodInfo * method)); DO_APP_FUNC(0x009D8540, List_1_Pathfinding_GraphNode_ *, GridGraph_GetNodesInArea, (GridGraph * __this, Bounds bounds, MethodInfo * method)); DO_APP_FUNC(0x009D8580, List_1_Pathfinding_GraphNode_ *, GridGraph_GetNodesInArea_1, (GridGraph * __this, GraphUpdateShape * shape, MethodInfo * method)); DO_APP_FUNC(0x009D85F0, List_1_Pathfinding_GraphNode_ *, GridGraph_GetNodesInArea_2, (GridGraph * __this, Bounds bounds, GraphUpdateShape * shape, MethodInfo * method)); DO_APP_FUNC(0x009D8540, List_1_Pathfinding_GraphNode_ *, GridGraph_GetNodesInRegion, (GridGraph * __this, Bounds bounds, MethodInfo * method)); DO_APP_FUNC(0x009D8580, List_1_Pathfinding_GraphNode_ *, GridGraph_GetNodesInRegion_1, (GridGraph * __this, GraphUpdateShape * shape, MethodInfo * method)); DO_APP_FUNC(0x009D8630, List_1_Pathfinding_GraphNode_ *, GridGraph_GetNodesInRegion_2, (GridGraph * __this, Bounds bounds, GraphUpdateShape * shape, MethodInfo * method)); DO_APP_FUNC(0x009D8990, List_1_Pathfinding_GraphNode_ *, GridGraph_GetNodesInRegion_3, (GridGraph * __this, IntRect rect, MethodInfo * method)); DO_APP_FUNC(0x009D8BC0, int32_t, GridGraph_GetNodesInRegion_4, (GridGraph * __this, IntRect rect, GridNodeBase__Array * buffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7ED60, GridGraph_GetNodesInRegion_4__MethodInfo); DO_APP_FUNC(0x009D8DC0, GridNodeBase *, GridGraph_GetNode, (GridGraph * __this, int32_t x, int32_t z, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, GraphUpdateThreading__Enum, GridGraph_Pathfinding_IUpdatableGraph_CanUpdateAsync, (GridGraph * __this, GraphUpdateObject * o, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GridGraph_Pathfinding_IUpdatableGraph_UpdateAreaInit, (GridGraph * __this, GraphUpdateObject * o, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GridGraph_Pathfinding_IUpdatableGraph_UpdateAreaPost, (GridGraph * __this, GraphUpdateObject * o, MethodInfo * method)); DO_APP_FUNC(0x009D8E20, void, GridGraph_CalculateAffectedRegions, (GridGraph * __this, GraphUpdateObject * o, IntRect * originalRect, IntRect * affectRect, IntRect * physicsRect, bool * willChangeWalkability, int32_t * erosion, MethodInfo * method)); DO_APP_FUNC(0x009D9170, void, GridGraph_Pathfinding_IUpdatableGraph_UpdateArea, (GridGraph * __this, GraphUpdateObject * o, MethodInfo * method)); DO_APP_FUNC(0x009D9B30, bool, GridGraph_Linecast, (GridGraph * __this, Vector3 from, Vector3 to, MethodInfo * method)); DO_APP_FUNC(0x009D9BB0, bool, GridGraph_Linecast_1, (GridGraph * __this, Vector3 from, Vector3 to, GraphNode * hint, MethodInfo * method)); DO_APP_FUNC(0x009D9C20, bool, GridGraph_Linecast_2, (GridGraph * __this, Vector3 from, Vector3 to, GraphNode * hint, GraphHitInfo * hit, MethodInfo * method)); DO_APP_FUNC(0x009D9C80, float, GridGraph_CrossMagnitude, (Vector2 a, Vector2 b, MethodInfo * method)); DO_APP_FUNC(0x009D9CB0, int64_t, GridGraph_CrossMagnitude_1, (Int2 a, Int2 b, MethodInfo * method)); DO_APP_FUNC(0x009D9CE0, bool, GridGraph_ClipLineSegmentToBounds, (GridGraph * __this, Vector3 a, Vector3 b, Vector3 * outA, Vector3 * outB, MethodInfo * method)); DO_APP_FUNC(0x009DA510, bool, GridGraph_Linecast_3, (GridGraph * __this, Vector3 from, Vector3 to, GraphNode * hint, GraphHitInfo * hit, List_1_Pathfinding_GraphNode_ * trace, MethodInfo * method)); DO_APP_FUNC(0x009DAF50, bool, GridGraph_SnappedLinecast, (GridGraph * __this, Vector3 from, Vector3 to, GraphNode * hint, GraphHitInfo * hit, MethodInfo * method)); DO_APP_FUNC(0x009DB140, bool, GridGraph_Linecast_4, (GridGraph * __this, GridNodeBase * fromNode, GridNodeBase * toNode, MethodInfo * method)); DO_APP_FUNC(0x009DB430, bool, GridGraph_CheckConnection, (GridGraph * __this, GridNode * node, int32_t dir, MethodInfo * method)); DO_APP_FUNC(0x009DB5C0, void, GridGraph_SerializeExtraInfo, (GridGraph * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009DB6B0, void, GridGraph_DeserializeExtraInfo, (GridGraph * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009DB970, void, GridGraph_DeserializeSettingsCompatibility, (GridGraph * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009DBE10, void, GridGraph_PostDeserialization, (GridGraph * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009DC020, void, GridGraph__cctor, (MethodInfo * method)); DO_APP_FUNC(0x009DC100, void, GridGraph_TextureData_Initialize, (GridGraph_TextureData * __this, MethodInfo * method)); DO_APP_FUNC(0x009DC2F0, void, GridGraph_TextureData_Apply, (GridGraph_TextureData * __this, GridNode * node, int32_t x, int32_t z, MethodInfo * method)); DO_APP_FUNC(0x009DC530, void, GridGraph_TextureData_ApplyChannel, (GridGraph_TextureData * __this, GridNode * node, int32_t x, int32_t z, int32_t value, GridGraph_TextureData_ChannelUse__Enum channelUse, float factor, MethodInfo * method)); DO_APP_FUNC(0x009DC660, void, GridGraph_TextureData__ctor, (GridGraph_TextureData * __this, MethodInfo * method)); DO_APP_FUNC(0x009DC780, void, GridGraph_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GridGraph_c__ctor, (GridGraph_c * __this, MethodInfo * method)); DO_APP_FUNC(0x009DC830, void, GridGraph_c__DestroyAllNodes_b__1_0, (GridGraph_c * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EEA8, GridGraph_c__DestroyAllNodes_b__1_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, GridGraph_c_DisplayClass59_0__ctor, (GridGraph_c_DisplayClass59_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x009DC8C0, void, GridGraph_c_DisplayClass59_0__RelocateNodes_b__0, (GridGraph_c_DisplayClass59_0 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EE78, GridGraph_c_DisplayClass59_0__RelocateNodes_b__0__MethodInfo); DO_APP_FUNC(0x0097ED80, void, GridGraph_ScanInternal_d_85__ctor, (GridGraph_ScanInternal_d_85 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GridGraph_ScanInternal_d_85_System_IDisposable_Dispose, (GridGraph_ScanInternal_d_85 * __this, MethodInfo * method)); DO_APP_FUNC(0x009DCA60, bool, GridGraph_ScanInternal_d_85_MoveNext, (GridGraph_ScanInternal_d_85 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, Progress, GridGraph_ScanInternal_d_85_System_Collections_Generic_IEnumerator_Pathfinding_Progress__get_Current, (GridGraph_ScanInternal_d_85 * __this, MethodInfo * method)); DO_APP_FUNC(0x009DD1E0, void, GridGraph_ScanInternal_d_85_System_Collections_IEnumerator_Reset, (GridGraph_ScanInternal_d_85 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80588, GridGraph_ScanInternal_d_85_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x009DD230, Object *, GridGraph_ScanInternal_d_85_System_Collections_IEnumerator_get_Current, (GridGraph_ScanInternal_d_85 * __this, MethodInfo * method)); DO_APP_FUNC(0x009DD280, IEnumerator_1_Pathfinding_Progress_ *, GridGraph_ScanInternal_d_85_System_Collections_Generic_IEnumerable_Pathfinding_Progress__GetEnumerator, (GridGraph_ScanInternal_d_85 * __this, MethodInfo * method)); DO_APP_FUNC(0x009DD280, IEnumerator *, GridGraph_ScanInternal_d_85_System_Collections_IEnumerable_GetEnumerator, (GridGraph_ScanInternal_d_85 * __this, MethodInfo * method)); DO_APP_FUNC(0x009DD370, void, LayerGridGraph_OnDestroy, (LayerGridGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009DD4A0, void, LayerGridGraph_RemoveGridGraphFromStatic, (LayerGridGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, LayerGridGraph_get_uniformWidthDepthGrid, (LayerGridGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009DD520, int32_t, LayerGridGraph_get_LayerCount, (LayerGridGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009DD530, int32_t, LayerGridGraph_CountNodes, (LayerGridGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009DD590, void, LayerGridGraph_GetNodes, (LayerGridGraph * __this, Action_1_Pathfinding_GraphNode_ * action, MethodInfo * method)); DO_APP_FUNC(0x009DD630, List_1_Pathfinding_GraphNode_ *, LayerGridGraph_GetNodesInRegion, (LayerGridGraph * __this, Bounds b, GraphUpdateShape * shape, MethodInfo * method)); DO_APP_FUNC(0x009DD9F0, List_1_Pathfinding_GraphNode_ *, LayerGridGraph_GetNodesInRegion_1, (LayerGridGraph * __this, IntRect rect, MethodInfo * method)); DO_APP_FUNC(0x009DDC60, int32_t, LayerGridGraph_GetNodesInRegion_2, (LayerGridGraph * __this, IntRect rect, GridNodeBase__Array * buffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80538, LayerGridGraph_GetNodesInRegion_2__MethodInfo); DO_APP_FUNC(0x009DDF00, GridNodeBase *, LayerGridGraph_GetNode, (LayerGridGraph * __this, int32_t x, int32_t z, MethodInfo * method)); DO_APP_FUNC(0x009DDF60, GridNodeBase *, LayerGridGraph_GetNode_1, (LayerGridGraph * __this, int32_t x, int32_t z, int32_t layer, MethodInfo * method)); DO_APP_FUNC(0x009DDFE0, void, LayerGridGraph_Pathfinding_IUpdatableGraph_UpdateArea, (LayerGridGraph * __this, GraphUpdateObject * o, MethodInfo * method)); DO_APP_FUNC(0x009DED10, IEnumerable_1_Pathfinding_Progress_ *, LayerGridGraph_ScanInternal, (LayerGridGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009DEDD0, LayerGridGraph_HeightSample__Array *, LayerGridGraph_SampleHeights, (GraphCollision * collision, float mergeSpanRange, Vector3 position, int32_t * numHits, MethodInfo * method)); DO_APP_FUNC(0x009DF3A0, void, LayerGridGraph_RecalculateCell, (LayerGridGraph * __this, int32_t x, int32_t z, bool resetPenalties, bool resetTags, MethodInfo * method)); DO_APP_FUNC(0x009DFC00, void, LayerGridGraph_AddLayers, (LayerGridGraph * __this, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x009E0000, bool, LayerGridGraph_ErosionAnyFalseConnections, (LayerGridGraph * __this, GraphNode * baseNode, MethodInfo * method)); DO_APP_FUNC(0x009E0180, void, LayerGridGraph_CalculateConnections, (LayerGridGraph * __this, GridNodeBase * baseNode, MethodInfo * method)); DO_APP_FUNC(0x009E0240, void, LayerGridGraph_CalculateConnections_1, (LayerGridGraph * __this, int32_t x, int32_t z, int32_t layerIndex, LevelGridNode * node, MethodInfo * method)); DO_APP_FUNC(0x009E0250, void, LayerGridGraph_CalculateConnections_2, (LayerGridGraph * __this, int32_t x, int32_t z, MethodInfo * method)); DO_APP_FUNC(0x009E02C0, void, LayerGridGraph_CalculateConnections_3, (LayerGridGraph * __this, int32_t x, int32_t z, int32_t layerIndex, MethodInfo * method)); DO_APP_FUNC(0x009E08F0, NNInfoInternal, LayerGridGraph_GetNearest, (LayerGridGraph * __this, Vector3 position, NNConstraint * constraint, GraphNode * hint, MethodInfo * method)); DO_APP_FUNC(0x009E0BB0, LevelGridNode *, LayerGridGraph_GetNearestNode, (LayerGridGraph * __this, Vector3 position, int32_t x, int32_t z, NNConstraint * constraint, MethodInfo * method)); DO_APP_FUNC(0x009E0D50, NNInfoInternal, LayerGridGraph_GetNearestForce, (LayerGridGraph * __this, Vector3 position, NNConstraint * constraint, MethodInfo * method)); DO_APP_FUNC(0x009E1790, bool, LayerGridGraph_CheckConnection, (LevelGridNode * node, int32_t dir, MethodInfo * method)); DO_APP_FUNC(0x009E17C0, void, LayerGridGraph_SerializeExtraInfo, (LayerGridGraph * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009E1920, void, LayerGridGraph_DeserializeExtraInfo, (LayerGridGraph * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009E1BD0, void, LayerGridGraph_PostDeserialization, (LayerGridGraph * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009E1DF0, void, LayerGridGraph__ctor, (LayerGridGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009E1E60, void, LayerGridGraph__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0050F0E0, int32_t, LayerGridGraph_HitComparer_Compare, (LayerGridGraph_HitComparer * __this, RaycastHit a, RaycastHit b, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LayerGridGraph_HitComparer__ctor, (LayerGridGraph_HitComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x0097ED80, void, LayerGridGraph_ScanInternal_d_20__ctor, (LayerGridGraph_ScanInternal_d_20 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LayerGridGraph_ScanInternal_d_20_System_IDisposable_Dispose, (LayerGridGraph_ScanInternal_d_20 * __this, MethodInfo * method)); DO_APP_FUNC(0x009E1FC0, bool, LayerGridGraph_ScanInternal_d_20_MoveNext, (LayerGridGraph_ScanInternal_d_20 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, Progress, LayerGridGraph_ScanInternal_d_20_System_Collections_Generic_IEnumerator_Pathfinding_Progress__get_Current, (LayerGridGraph_ScanInternal_d_20 * __this, MethodInfo * method)); DO_APP_FUNC(0x009E25B0, void, LayerGridGraph_ScanInternal_d_20_System_Collections_IEnumerator_Reset, (LayerGridGraph_ScanInternal_d_20 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80428, LayerGridGraph_ScanInternal_d_20_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x009E2600, Object *, LayerGridGraph_ScanInternal_d_20_System_Collections_IEnumerator_get_Current, (LayerGridGraph_ScanInternal_d_20 * __this, MethodInfo * method)); DO_APP_FUNC(0x009E2650, IEnumerator_1_Pathfinding_Progress_ *, LayerGridGraph_ScanInternal_d_20_System_Collections_Generic_IEnumerable_Pathfinding_Progress__GetEnumerator, (LayerGridGraph_ScanInternal_d_20 * __this, MethodInfo * method)); DO_APP_FUNC(0x009E2650, IEnumerator *, LayerGridGraph_ScanInternal_d_20_System_Collections_IEnumerable_GetEnumerator, (LayerGridGraph_ScanInternal_d_20 * __this, MethodInfo * method)); DO_APP_FUNC(0x009BDD60, void, LevelGridNode__ctor, (LevelGridNode * __this, AstarPath * astar, MethodInfo * method)); DO_APP_FUNC(0x009E2740, LayerGridGraph *, LevelGridNode_GetGridGraph, (uint32_t graphIndex, MethodInfo * method)); DO_APP_FUNC(0x009E27C0, void, LevelGridNode_SetGridGraph, (int32_t graphIndex, LayerGridGraph * graph, MethodInfo * method)); DO_APP_FUNC(0x009E2AC0, void, LevelGridNode_ResetAllGridConnections, (LevelGridNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009E2B50, bool, LevelGridNode_HasAnyGridConnections, (LevelGridNode * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, LevelGridNode_get_HasConnectionsToAllEightNeighbours, (LevelGridNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009E2B60, int32_t, LevelGridNode_get_LayerCoordinateInGrid, (LevelGridNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009E2B70, void, LevelGridNode_set_LayerCoordinateInGrid, (LevelGridNode * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x006758B0, void, LevelGridNode_SetPosition, (LevelGridNode * __this, Int3 position, MethodInfo * method)); DO_APP_FUNC(0x009E2B90, int32_t, LevelGridNode_GetGizmoHashCode, (LevelGridNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009E2BD0, GridNodeBase *, LevelGridNode_GetNeighbourAlongDirection, (LevelGridNode * __this, int32_t direction, MethodInfo * method)); DO_APP_FUNC(0x009E2CD0, void, LevelGridNode_ClearConnections, (LevelGridNode * __this, bool alsoReverse, MethodInfo * method)); DO_APP_FUNC(0x009E2E90, void, LevelGridNode_GetConnections, (LevelGridNode * __this, Action_1_Pathfinding_GraphNode_ * action, MethodInfo * method)); DO_APP_FUNC(0x009E2FD0, bool, LevelGridNode_GetConnection, (LevelGridNode * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x009E2FF0, void, LevelGridNode_SetConnectionValue, (LevelGridNode * __this, int32_t dir, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x009E30B0, int32_t, LevelGridNode_GetConnectionValue, (LevelGridNode * __this, int32_t dir, MethodInfo * method)); DO_APP_FUNC(0x009E30D0, bool, LevelGridNode_GetPortal, (LevelGridNode * __this, GraphNode * other, List_1_UnityEngine_Vector3_ * left, List_1_UnityEngine_Vector3_ * right, bool backwards, MethodInfo * method)); DO_APP_FUNC(0x009E34B0, void, LevelGridNode_UpdateRecursiveG, (LevelGridNode * __this, Path_1 * path, PathNode * pathNode, PathHandler * handler, MethodInfo * method)); DO_APP_FUNC(0x009E36C0, void, LevelGridNode_Open, (LevelGridNode * __this, Path_1 * path, PathNode * pathNode, PathHandler * handler, MethodInfo * method)); DO_APP_FUNC(0x009E39D0, void, LevelGridNode_SerializeNode, (LevelGridNode * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009E3B00, void, LevelGridNode_DeserializeNode, (LevelGridNode * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009E3D70, void, LevelGridNode__cctor, (MethodInfo * method)); DO_APP_FUNC(0x009E3E20, void, LayerGridGraphUpdate__ctor, (LayerGridGraphUpdate * __this, MethodInfo * method)); DO_APP_FUNC(0x007F4830, GraphTransform *, NavmeshBase_Pathfinding_ITransformedGraph_get_transform, (NavmeshBase * __this, MethodInfo * method)); DO_APP_FUNC(0x009E3EA0, NavmeshTile *, NavmeshBase_GetTile, (NavmeshBase * __this, int32_t x, int32_t z, MethodInfo * method)); DO_APP_FUNC(0x009E3EE0, Int3, NavmeshBase_GetVertex, (NavmeshBase * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x009E3F50, Int3, NavmeshBase_GetVertexInGraphSpace, (NavmeshBase * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x009E3FC0, int32_t, NavmeshBase_GetTileIndex, (int32_t index, MethodInfo * method)); DO_APP_FUNC(0x009E3FD0, int32_t, NavmeshBase_GetVertexArrayIndex, (NavmeshBase * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x009E3FE0, void, NavmeshBase_GetTileCoordinates, (NavmeshBase * __this, int32_t tileIndex, int32_t * x, int32_t * z, MethodInfo * method)); DO_APP_FUNC(0x009E4000, NavmeshTile__Array *, NavmeshBase_GetTiles, (NavmeshBase * __this, MethodInfo * method)); DO_APP_FUNC(0x009E4010, Bounds, NavmeshBase_GetTileBounds, (NavmeshBase * __this, IntRect rect, MethodInfo * method)); DO_APP_FUNC(0x009E40C0, Bounds, NavmeshBase_GetTileBounds_1, (NavmeshBase * __this, int32_t x, int32_t z, int32_t width, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x009E4160, Bounds, NavmeshBase_GetTileBoundsInGraphSpace, (NavmeshBase * __this, IntRect rect, MethodInfo * method)); DO_APP_FUNC(0x009E41C0, Bounds, NavmeshBase_GetTileBoundsInGraphSpace_1, (NavmeshBase * __this, int32_t x, int32_t z, int32_t width, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x009E4330, Int2, NavmeshBase_GetTileCoordinates_1, (NavmeshBase * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x009E43F0, void, NavmeshBase_OnDestroy, (NavmeshBase * __this, MethodInfo * method)); DO_APP_FUNC(0x009E4500, void, NavmeshBase_RelocateNodes, (NavmeshBase * __this, Matrix4x4 deltaMatrix, MethodInfo * method)); DO_APP_FUNC(0x009E47E0, void, NavmeshBase_RelocateNodes_1, (NavmeshBase * __this, GraphTransform * newTransform, MethodInfo * method)); DO_APP_FUNC(0x009E4950, NavmeshTile *, NavmeshBase_NewEmptyTile, (NavmeshBase * __this, int32_t x, int32_t z, MethodInfo * method)); DO_APP_FUNC(0x009E4C60, void, NavmeshBase_GetNodes, (NavmeshBase * __this, Action_1_Pathfinding_GraphNode_ * action, MethodInfo * method)); DO_APP_FUNC(0x009E4D70, IntRect, NavmeshBase_GetTouchingTiles, (NavmeshBase * __this, Bounds bounds, float margin, MethodInfo * method)); DO_APP_FUNC(0x009E4FE0, IntRect, NavmeshBase_GetTouchingTilesInGraphSpace, (NavmeshBase * __this, Rect rect, MethodInfo * method)); DO_APP_FUNC(0x009E5160, IntRect, NavmeshBase_GetTouchingTilesRound, (NavmeshBase * __this, Bounds bounds, MethodInfo * method)); DO_APP_FUNC(0x009E53C0, void, NavmeshBase_ConnectTileWithNeighbours, (NavmeshBase * __this, NavmeshTile * tile, bool onlyUnflagged, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C803A8, NavmeshBase_ConnectTileWithNeighbours__MethodInfo); DO_APP_FUNC(0x009E5530, void, NavmeshBase_RemoveConnectionsFromTile, (NavmeshBase * __this, NavmeshTile * tile, MethodInfo * method)); DO_APP_FUNC(0x009E56E0, void, NavmeshBase_RemoveConnectionsFromTo, (NavmeshBase * __this, NavmeshTile * a, NavmeshTile * b, MethodInfo * method)); DO_APP_FUNC(0x009E5870, NNInfoInternal, NavmeshBase_GetNearest, (NavmeshBase * __this, Vector3 position, NNConstraint * constraint, GraphNode * hint, MethodInfo * method)); DO_APP_FUNC(0x009E5960, NNInfoInternal, NavmeshBase_GetNearestForce, (NavmeshBase * __this, Vector3 position, NNConstraint * constraint, MethodInfo * method)); DO_APP_FUNC(0x009E5F40, GraphNode *, NavmeshBase_PointOnNavmesh, (NavmeshBase * __this, Vector3 position, NNConstraint * constraint, MethodInfo * method)); DO_APP_FUNC(0x009E60A0, void, NavmeshBase_FillWithEmptyTiles, (NavmeshBase * __this, MethodInfo * method)); DO_APP_FUNC(0x009E6180, void, NavmeshBase_CreateNodeConnections, (TriangleMeshNode__Array * nodes, MethodInfo * method)); DO_APP_FUNC(0x009E6770, void, NavmeshBase_ConnectTiles, (NavmeshBase * __this, NavmeshTile * tile1, NavmeshTile * tile2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C802A0, NavmeshBase_ConnectTiles__MethodInfo); DO_APP_FUNC(0x009E7520, void, NavmeshBase_StartBatchTileUpdate, (NavmeshBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80258, NavmeshBase_StartBatchTileUpdate__MethodInfo); DO_APP_FUNC(0x009E75A0, void, NavmeshBase_DestroyNodes, (NavmeshBase * __this, List_1_Pathfinding_MeshNode_ * nodes, MethodInfo * method)); DO_APP_FUNC(0x009E77C0, void, NavmeshBase_TryConnect, (NavmeshBase * __this, int32_t tileIdx1, int32_t tileIdx2, MethodInfo * method)); DO_APP_FUNC(0x009E7850, void, NavmeshBase_EndBatchTileUpdate, (NavmeshBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80238, NavmeshBase_EndBatchTileUpdate__MethodInfo); DO_APP_FUNC(0x009E7CF0, void, NavmeshBase_ClearTile, (NavmeshBase * __this, int32_t x, int32_t z, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80218, NavmeshBase_ClearTile__MethodInfo); DO_APP_FUNC(0x009E7E90, void, NavmeshBase_PrepareNodeRecycling, (NavmeshBase * __this, int32_t x, int32_t z, Int3__Array * verts, Int32__Array * tris, TriangleMeshNode__Array * recycledNodeBuffer, MethodInfo * method)); DO_APP_FUNC(0x009E8670, void, NavmeshBase_ReplaceTile, (NavmeshBase * __this, int32_t x, int32_t z, Int3__Array * verts, Int32__Array * tris, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C801B0, NavmeshBase_ReplaceTile__MethodInfo); DO_APP_FUNC(0x009E9570, void, NavmeshBase_CreateNodes, (NavmeshBase * __this, TriangleMeshNode__Array * buffer, Int32__Array * tris, int32_t tileIndex, uint32_t graphIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C801A0, NavmeshBase_CreateNodes__MethodInfo); DO_APP_FUNC(0x009E9990, void, NavmeshBase__ctor, (NavmeshBase * __this, MethodInfo * method)); DO_APP_FUNC(0x009E9DD0, bool, NavmeshBase_Linecast, (NavmeshBase * __this, Vector3 origin, Vector3 end, MethodInfo * method)); DO_APP_FUNC(0x009E9F20, bool, NavmeshBase_Linecast_1, (NavmeshBase * __this, Vector3 origin, Vector3 end, GraphNode * hint, GraphHitInfo * hit, MethodInfo * method)); DO_APP_FUNC(0x009E9FE0, bool, NavmeshBase_Linecast_2, (NavmeshBase * __this, Vector3 origin, Vector3 end, GraphNode * hint, MethodInfo * method)); DO_APP_FUNC(0x009EA0C0, bool, NavmeshBase_Linecast_3, (NavmeshBase * __this, Vector3 origin, Vector3 end, GraphNode * hint, GraphHitInfo * hit, List_1_Pathfinding_GraphNode_ * trace, MethodInfo * method)); DO_APP_FUNC(0x009EA190, bool, NavmeshBase_Linecast_4, (NavmeshBase * graph, Vector3 origin, Vector3 end, GraphNode * hint, GraphHitInfo * hit, MethodInfo * method)); DO_APP_FUNC(0x009EA250, void, NavmeshBase__cctor, (MethodInfo * method)); DO_APP_FUNC(0x009EA680, bool, NavmeshBase_Linecast_5, (NavmeshBase * graph, Vector3 origin, Vector3 end, GraphNode * hint, GraphHitInfo * hit, List_1_Pathfinding_GraphNode_ * trace, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80128, NavmeshBase_Linecast_5__MethodInfo); DO_APP_FUNC(0x009EB3E0, void, NavmeshBase_OnDrawGizmos, (NavmeshBase * __this, RetainedGizmos * gizmos, bool drawNodes, MethodInfo * method)); DO_APP_FUNC(0x009EBA90, void, NavmeshBase_CreateNavmeshSurfaceVisualization, (NavmeshBase * __this, NavmeshTile__Array * tiles, int32_t startTile, int32_t endTile, GraphGizmoHelper * helper, MethodInfo * method)); DO_APP_FUNC(0x009EC130, void, NavmeshBase_CreateNavmeshOutlineVisualization, (NavmeshTile__Array * tiles, int32_t startTile, int32_t endTile, GraphGizmoHelper * helper, MethodInfo * method)); DO_APP_FUNC(0x009EC5F0, void, NavmeshBase_SerializeExtraInfo, (NavmeshBase * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C800A0, NavmeshBase_SerializeExtraInfo__MethodInfo); DO_APP_FUNC(0x009ECA50, void, NavmeshBase_DeserializeExtraInfo, (NavmeshBase * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80080, NavmeshBase_DeserializeExtraInfo__MethodInfo); DO_APP_FUNC(0x009ED400, void, NavmeshBase_PostDeserialization, (NavmeshBase * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NavmeshBase_c_DisplayClass83_0__ctor, (NavmeshBase_c_DisplayClass83_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x009EDBC0, void, NavmeshBase_c_DisplayClass83_0__PostDeserialization_b__3, (NavmeshBase_c_DisplayClass83_0 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80020, NavmeshBase_c_DisplayClass83_0__PostDeserialization_b__3__MethodInfo); DO_APP_FUNC(0x003AC050, void, NavmeshBase_c_DisplayClass83_1__ctor, (NavmeshBase_c_DisplayClass83_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009EE080, bool, NavmeshBase_c_DisplayClass83_1__PostDeserialization_b__4, (NavmeshBase_c_DisplayClass83_1 * __this, Connection conn, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FFC0, NavmeshBase_c_DisplayClass83_1__PostDeserialization_b__4__MethodInfo); DO_APP_FUNC(0x009EE0C0, void, NavmeshBase_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NavmeshBase_c__ctor, (NavmeshBase_c * __this, MethodInfo * method)); DO_APP_FUNC(0x006D5F10, IEnumerable_1_Pathfinding_TriangleMeshNode_ *, NavmeshBase_c__PostDeserialization_b__83_0, (NavmeshBase_c * __this, NavmeshTile * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80038, NavmeshBase_c__PostDeserialization_b__83_0__MethodInfo); DO_APP_FUNC(0x0041E8A0, TriangleMeshNode *, NavmeshBase_c__PostDeserialization_b__83_1, (NavmeshBase_c * __this, TriangleMeshNode * n, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80050, NavmeshBase_c__PostDeserialization_b__83_1__MethodInfo); DO_APP_FUNC(0x009EE170, Connection__Array *, NavmeshBase_c__PostDeserialization_b__83_2, (NavmeshBase_c * __this, TriangleMeshNode * n, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80048, NavmeshBase_c__PostDeserialization_b__83_2__MethodInfo); DO_APP_FUNC(0x009EE1D0, bool, NavMeshGraph_get_RecalculateNormals, (NavMeshGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009EE1E0, float, NavMeshGraph_get_TileWorldSizeX, (NavMeshGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x0070EAD0, float, NavMeshGraph_get_TileWorldSizeZ, (NavMeshGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, NavMeshGraph_get_MaxTileConnectionEdgeDistance, (NavMeshGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009EE1F0, GraphTransform *, NavMeshGraph_CalculateTransform, (NavMeshGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, GraphUpdateThreading__Enum, NavMeshGraph_Pathfinding_IUpdatableGraph_CanUpdateAsync, (NavMeshGraph * __this, GraphUpdateObject * o, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NavMeshGraph_Pathfinding_IUpdatableGraph_UpdateAreaInit, (NavMeshGraph * __this, GraphUpdateObject * o, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NavMeshGraph_Pathfinding_IUpdatableGraph_UpdateAreaPost, (NavMeshGraph * __this, GraphUpdateObject * o, MethodInfo * method)); DO_APP_FUNC(0x009EE760, void, NavMeshGraph_Pathfinding_IUpdatableGraph_UpdateArea, (NavMeshGraph * __this, GraphUpdateObject * o, MethodInfo * method)); DO_APP_FUNC(0x009EE780, void, NavMeshGraph_UpdateArea, (GraphUpdateObject * o, INavmeshHolder * graph, MethodInfo * method)); DO_APP_FUNC(0x009EEC30, void, NavMeshGraph_ScanInternal, (NavMeshGraph * __this, String * objMeshPath, MethodInfo * method)); DO_APP_FUNC(0x009EEEF0, IEnumerable_1_Pathfinding_Progress_ *, NavMeshGraph_ScanInternal_1, (NavMeshGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009EEFB0, void, NavMeshGraph_DeserializeSettingsCompatibility, (NavMeshGraph * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009EF1E0, void, NavMeshGraph__ctor, (NavMeshGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NavMeshGraph_c_DisplayClass19_0__ctor, (NavMeshGraph_c_DisplayClass19_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x009EF240, void, NavMeshGraph_c_DisplayClass19_0__UpdateArea_b__0, (NavMeshGraph_c_DisplayClass19_0 * __this, GraphNode * _node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FFA8, NavMeshGraph_c_DisplayClass19_0__UpdateArea_b__0__MethodInfo); DO_APP_FUNC(0x0097ED80, void, NavMeshGraph_ScanInternal_d_21__ctor, (NavMeshGraph_ScanInternal_d_21 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NavMeshGraph_ScanInternal_d_21_System_IDisposable_Dispose, (NavMeshGraph_ScanInternal_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x009EF750, bool, NavMeshGraph_ScanInternal_d_21_MoveNext, (NavMeshGraph_ScanInternal_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, Progress, NavMeshGraph_ScanInternal_d_21_System_Collections_Generic_IEnumerator_Pathfinding_Progress__get_Current, (NavMeshGraph_ScanInternal_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x009F0670, void, NavMeshGraph_ScanInternal_d_21_System_Collections_IEnumerator_Reset, (NavMeshGraph_ScanInternal_d_21 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FF50, NavMeshGraph_ScanInternal_d_21_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x009F06C0, Object *, NavMeshGraph_ScanInternal_d_21_System_Collections_IEnumerator_get_Current, (NavMeshGraph_ScanInternal_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x009F0710, IEnumerator_1_Pathfinding_Progress_ *, NavMeshGraph_ScanInternal_d_21_System_Collections_Generic_IEnumerable_Pathfinding_Progress__GetEnumerator, (NavMeshGraph_ScanInternal_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x009F0710, IEnumerator *, NavMeshGraph_ScanInternal_d_21_System_Collections_IEnumerable_GetEnumerator, (NavMeshGraph_ScanInternal_d_21 * __this, MethodInfo * method)); DO_APP_FUNC(0x009F0800, void, CustomTriangleMeshNode__ctor, (CustomTriangleMeshNode * __this, AstarPath * astar, MethodInfo * method)); DO_APP_FUNC(0x009BDD60, void, GridNode__ctor, (GridNode * __this, AstarPath * astar, MethodInfo * method)); DO_APP_FUNC(0x009F0860, GridGraph *, GridNode_GetGridGraph, (uint32_t graphIndex, MethodInfo * method)); DO_APP_FUNC(0x009F08E0, void, GridNode_SetGridGraph, (int32_t graphIndex, GridGraph * graph, MethodInfo * method)); DO_APP_FUNC(0x009F0BB0, uint16_t, GridNode_get_InternalGridFlags, (GridNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009F0BC0, void, GridNode_set_InternalGridFlags, (GridNode * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x009F0BD0, bool, GridNode_get_HasConnectionsToAllEightNeighbours, (GridNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009F0BE0, bool, GridNode_HasConnectionInDirection, (GridNode * __this, int32_t dir, MethodInfo * method)); DO_APP_FUNC(0x009F0BF0, bool, GridNode_GetConnectionInternal, (GridNode * __this, int32_t dir, MethodInfo * method)); DO_APP_FUNC(0x009F0C10, void, GridNode_SetConnectionInternal, (GridNode * __this, int32_t dir, bool value, MethodInfo * method)); DO_APP_FUNC(0x009F0CD0, void, GridNode_SetAllConnectionInternal, (GridNode * __this, int32_t connections, MethodInfo * method)); DO_APP_FUNC(0x009F0D70, void, GridNode_ResetConnectionsInternal, (GridNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009F0DF0, bool, GridNode_get_EdgeNode, (GridNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009F0E00, void, GridNode_set_EdgeNode, (GridNode * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009F0E40, GridNodeBase *, GridNode_GetNeighbourAlongDirection, (GridNode * __this, int32_t direction, MethodInfo * method)); DO_APP_FUNC(0x009F0F20, void, GridNode_ClearConnections, (GridNode * __this, bool alsoReverse, MethodInfo * method)); DO_APP_FUNC(0x009F1070, void, GridNode_GetConnections, (GridNode * __this, Action_1_Pathfinding_GraphNode_ * action, MethodInfo * method)); DO_APP_FUNC(0x009F1180, Vector3, GridNode_ClosestPointOnNode, (GridNode * __this, Vector3 p, MethodInfo * method)); DO_APP_FUNC(0x009F13A0, bool, GridNode_GetPortal, (GridNode * __this, GraphNode * other, List_1_UnityEngine_Vector3_ * left, List_1_UnityEngine_Vector3_ * right, bool backwards, MethodInfo * method)); DO_APP_FUNC(0x009F1BF0, void, GridNode_UpdateRecursiveG, (GridNode * __this, Path_1 * path, PathNode * pathNode, PathHandler * handler, MethodInfo * method)); DO_APP_FUNC(0x009F1DC0, void, GridNode_Open, (GridNode * __this, Path_1 * path, PathNode * pathNode, PathHandler * handler, MethodInfo * method)); DO_APP_FUNC(0x009F20B0, void, GridNode_SerializeNode, (GridNode * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009F21C0, void, GridNode_DeserializeNode, (GridNode * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009F22F0, void, GridNode__cctor, (MethodInfo * method)); DO_APP_FUNC(0x009BDD60, void, GridNodeBase__ctor, (GridNodeBase * __this, AstarPath * astar, MethodInfo * method)); DO_APP_FUNC(0x009F23A0, int32_t, GridNodeBase_get_NodeInGridIndex, (GridNodeBase * __this, MethodInfo * method)); DO_APP_FUNC(0x009F23B0, void, GridNodeBase_set_NodeInGridIndex, (GridNodeBase * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x009F23C0, int32_t, GridNodeBase_get_XCoordinateInGrid, (GridNodeBase * __this, MethodInfo * method)); DO_APP_FUNC(0x009F2440, int32_t, GridNodeBase_get_ZCoordinateInGrid, (GridNodeBase * __this, MethodInfo * method)); DO_APP_FUNC(0x009F24C0, bool, GridNodeBase_get_WalkableErosion, (GridNodeBase * __this, MethodInfo * method)); DO_APP_FUNC(0x009F24D0, void, GridNodeBase_set_WalkableErosion, (GridNodeBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009F2510, bool, GridNodeBase_get_TmpWalkable, (GridNodeBase * __this, MethodInfo * method)); DO_APP_FUNC(0x009F2520, void, GridNodeBase_set_TmpWalkable, (GridNodeBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009F2560, float, GridNodeBase_SurfaceArea, (GridNodeBase * __this, MethodInfo * method)); DO_APP_FUNC(0x009F25D0, Vector3, GridNodeBase_RandomPointOnSurface, (GridNodeBase * __this, MethodInfo * method)); DO_APP_FUNC(0x009F27F0, int32_t, GridNodeBase_GetGizmoHashCode, (GridNodeBase * __this, MethodInfo * method)); DO_APP_FUNC(0x009F2830, bool, GridNodeBase_ContainsConnection, (GridNodeBase * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x009F28A0, void, GridNodeBase_AddConnection, (GridNodeBase * __this, GraphNode * node, uint32_t cost, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FF38, GridNodeBase_AddConnection__MethodInfo); DO_APP_FUNC(0x009F2900, void, GridNodeBase_RemoveConnection, (GridNodeBase * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FF30, GridNodeBase_RemoveConnection__MethodInfo); DO_APP_FUNC(0x003AC050, void, GridNodeBase_ClearCustomConnections, (GridNodeBase * __this, bool alsoReverse, MethodInfo * method)); DO_APP_FUNC(0x006758B0, void, PointNode_SetPosition, (PointNode * __this, Int3 value, MethodInfo * method)); DO_APP_FUNC(0x009BDD60, void, PointNode__ctor, (PointNode * __this, AstarPath * astar, MethodInfo * method)); DO_APP_FUNC(0x009C9A50, void, PointNode_GetConnections, (PointNode * __this, Action_1_Pathfinding_GraphNode_ * action, MethodInfo * method)); DO_APP_FUNC(0x009F2960, void, PointNode_ClearConnections, (PointNode * __this, bool alsoReverse, MethodInfo * method)); DO_APP_FUNC(0x009C9B40, void, PointNode_UpdateRecursiveG, (PointNode * __this, Path_1 * path, PathNode * pathNode, PathHandler * handler, MethodInfo * method)); DO_APP_FUNC(0x009F2AB0, bool, PointNode_ContainsConnection, (PointNode * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x009F2B00, void, PointNode_AddConnection, (PointNode * __this, GraphNode * node, uint32_t cost, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FF28, PointNode_AddConnection__MethodInfo); DO_APP_FUNC(0x009F2FC0, void, PointNode_RemoveConnection, (PointNode * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x009F31C0, void, PointNode_Open, (PointNode * __this, Path_1 * path, PathNode * pathNode, PathHandler * handler, MethodInfo * method)); DO_APP_FUNC(0x009CA3B0, int32_t, PointNode_GetGizmoHashCode, (PointNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009F3400, void, PointNode_SerializeNode, (PointNode * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009F34F0, void, PointNode_DeserializeNode, (PointNode * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009F35F0, void, PointNode_SerializeReferences, (PointNode * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009F3730, void, PointNode_DeserializeReferences, (PointNode * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009BDD60, void, TriangleMeshNode__ctor, (TriangleMeshNode * __this, AstarPath * astar, MethodInfo * method)); DO_APP_FUNC(0x009F3A00, INavmeshHolder *, TriangleMeshNode_GetNavmeshHolder, (uint32_t graphIndex, MethodInfo * method)); DO_APP_FUNC(0x009F3A80, void, TriangleMeshNode_SetNavmeshHolder, (int32_t graphIndex, INavmeshHolder * graph, MethodInfo * method)); DO_APP_FUNC(0x009F3E10, void, TriangleMeshNode_UpdatePositionFromVertices, (TriangleMeshNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009F4030, int32_t, TriangleMeshNode_GetVertexIndex, (TriangleMeshNode * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x009F4050, int32_t, TriangleMeshNode_GetVertexArrayIndex, (TriangleMeshNode * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x009F4100, void, TriangleMeshNode_GetVertices, (TriangleMeshNode * __this, Int3 * v0, Int3 * v1, Int3 * v2, MethodInfo * method)); DO_APP_FUNC(0x009F4230, void, TriangleMeshNode_GetVerticesInGraphSpace, (TriangleMeshNode * __this, Int3 * v0, Int3 * v1, Int3 * v2, MethodInfo * method)); DO_APP_FUNC(0x009F4370, Int3, TriangleMeshNode_GetVertex, (TriangleMeshNode * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x009F4450, Int3, TriangleMeshNode_GetVertexInGraphSpace, (TriangleMeshNode * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x0075F690, int32_t, TriangleMeshNode_GetVertexCount, (TriangleMeshNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009F4530, Vector3, TriangleMeshNode_ClosestPointOnNode, (TriangleMeshNode * __this, Vector3 p, MethodInfo * method)); DO_APP_FUNC(0x009F4880, Int3, TriangleMeshNode_ClosestPointOnNodeXZInGraphSpace, (TriangleMeshNode * __this, Vector3 p, MethodInfo * method)); DO_APP_FUNC(0x009F4E00, Vector3, TriangleMeshNode_ClosestPointOnNodeXZ, (TriangleMeshNode * __this, Vector3 p, MethodInfo * method)); DO_APP_FUNC(0x009F5150, bool, TriangleMeshNode_ContainsPoint, (TriangleMeshNode * __this, Vector3 p, MethodInfo * method)); DO_APP_FUNC(0x009F52E0, bool, TriangleMeshNode_ContainsPointInGraphSpace, (TriangleMeshNode * __this, Int3 p, MethodInfo * method)); DO_APP_FUNC(0x009F53E0, void, TriangleMeshNode_UpdateRecursiveG, (TriangleMeshNode * __this, Path_1 * path, PathNode * pathNode, PathHandler * handler, MethodInfo * method)); DO_APP_FUNC(0x009F5530, void, TriangleMeshNode_Open, (TriangleMeshNode * __this, Path_1 * path, PathNode * pathNode, PathHandler * handler, MethodInfo * method)); DO_APP_FUNC(0x009F57B0, int32_t, TriangleMeshNode_SharedEdge, (TriangleMeshNode * __this, GraphNode * other, MethodInfo * method)); DO_APP_FUNC(0x009F5810, bool, TriangleMeshNode_GetPortal, (TriangleMeshNode * __this, GraphNode * toNode, List_1_UnityEngine_Vector3_ * left, List_1_UnityEngine_Vector3_ * right, bool backwards, MethodInfo * method)); DO_APP_FUNC(0x009F5850, bool, TriangleMeshNode_GetPortal_1, (TriangleMeshNode * __this, GraphNode * toNode, List_1_UnityEngine_Vector3_ * left, List_1_UnityEngine_Vector3_ * right, bool backwards, int32_t * aIndex, int32_t * bIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FF08, TriangleMeshNode_GetPortal_1__MethodInfo); DO_APP_FUNC(0x009F5FD0, float, TriangleMeshNode_SurfaceArea, (TriangleMeshNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009F6160, Vector3, TriangleMeshNode_RandomPointOnSurface, (TriangleMeshNode * __this, MethodInfo * method)); DO_APP_FUNC(0x009F6550, void, TriangleMeshNode_SerializeNode, (TriangleMeshNode * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009F6610, void, TriangleMeshNode_DeserializeNode, (TriangleMeshNode * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009F6700, void, TriangleMeshNode__cctor, (MethodInfo * method)); DO_APP_FUNC(0x009F6860, int32_t, PointGraph_get_nodeCount, (PointGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009F6870, void, PointGraph_set_nodeCount, (PointGraph * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x009F6860, int32_t, PointGraph_CountNodes, (PointGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009F6880, void, PointGraph_GetNodes, (PointGraph * __this, Action_1_Pathfinding_GraphNode_ * action, MethodInfo * method)); DO_APP_FUNC(0x009F6900, NNInfoInternal, PointGraph_GetNearest, (PointGraph * __this, Vector3 position, NNConstraint * constraint, GraphNode * hint, MethodInfo * method)); DO_APP_FUNC(0x009F6960, NNInfoInternal, PointGraph_GetNearestForce, (PointGraph * __this, Vector3 position, NNConstraint * constraint, MethodInfo * method)); DO_APP_FUNC(0x009F69C0, NNInfoInternal, PointGraph_GetNearestInternal, (PointGraph * __this, Vector3 position, NNConstraint * constraint, bool fastCheck, MethodInfo * method)); DO_APP_FUNC(0x009F6FC0, NNInfoInternal, PointGraph_FindClosestConnectionPoint, (PointGraph * __this, PointNode * node, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x009F73C0, PointNode *, PointGraph_AddNode, (PointGraph * __this, Int3 position, MethodInfo * method)); DO_APP_FUNC(0x009F7480, int32_t, PointGraph_CountChildren, (Transform * tr, MethodInfo * method)); DO_APP_FUNC(0x009F76B0, void, PointGraph_AddChildren, (PointGraph * __this, int32_t * c, Transform * tr, MethodInfo * method)); DO_APP_FUNC(0x009F7BD0, void, PointGraph_RebuildNodeLookup, (PointGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009F7CD0, void, PointGraph_RebuildConnectionDistanceLookup, (PointGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009F7E40, void, PointGraph_AddToLookup, (PointGraph * __this, PointNode * node, MethodInfo * method)); DO_APP_FUNC(0x009F7E80, void, PointGraph_RegisterConnectionLength, (PointGraph * __this, int64_t sqrLength, MethodInfo * method)); DO_APP_FUNC(0x009F7EF0, PointNode__Array *, PointGraph_CreateNodes, (PointGraph * __this, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x009F8050, IEnumerable_1_Pathfinding_Progress_ *, PointGraph_ScanInternal, (PointGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009F8110, void, PointGraph_ConnectNodes, (PointGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009F8220, IEnumerable_1_Pathfinding_Progress_ *, PointGraph_ConnectNodesAsync, (PointGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009F82E0, bool, PointGraph_IsValidConnection, (PointGraph * __this, GraphNode * a, GraphNode * b, float * dist, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, GraphUpdateThreading__Enum, PointGraph_Pathfinding_IUpdatableGraph_CanUpdateAsync, (PointGraph * __this, GraphUpdateObject * o, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PointGraph_Pathfinding_IUpdatableGraph_UpdateAreaInit, (PointGraph * __this, GraphUpdateObject * o, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PointGraph_Pathfinding_IUpdatableGraph_UpdateAreaPost, (PointGraph * __this, GraphUpdateObject * o, MethodInfo * method)); DO_APP_FUNC(0x009F8C30, void, PointGraph_Pathfinding_IUpdatableGraph_UpdateArea, (PointGraph * __this, GraphUpdateObject * guo, MethodInfo * method)); DO_APP_FUNC(0x009F93B0, void, PointGraph_PostDeserialization, (PointGraph * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009F93C0, void, PointGraph_RelocateNodes, (PointGraph * __this, Matrix4x4 deltaMatrix, MethodInfo * method)); DO_APP_FUNC(0x009F94B0, void, PointGraph_DeserializeSettingsCompatibility, (PointGraph * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009F9820, void, PointGraph_SerializeExtraInfo, (PointGraph * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009F9960, void, PointGraph_DeserializeExtraInfo, (PointGraph * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009F9C00, void, PointGraph__ctor, (PointGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x0097ED80, void, PointGraph_ScanInternal_d_35__ctor, (PointGraph_ScanInternal_d_35 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x009F9CD0, void, PointGraph_ScanInternal_d_35_System_IDisposable_Dispose, (PointGraph_ScanInternal_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x009F9DA0, bool, PointGraph_ScanInternal_d_35_MoveNext, (PointGraph_ScanInternal_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x009FAF70, void, PointGraph_ScanInternal_d_35___m__Finally1, (PointGraph_ScanInternal_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, Progress, PointGraph_ScanInternal_d_35_System_Collections_Generic_IEnumerator_Pathfinding_Progress__get_Current, (PointGraph_ScanInternal_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x009FAFD0, void, PointGraph_ScanInternal_d_35_System_Collections_IEnumerator_Reset, (PointGraph_ScanInternal_d_35 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81BE0, PointGraph_ScanInternal_d_35_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x009FB020, Object *, PointGraph_ScanInternal_d_35_System_Collections_IEnumerator_get_Current, (PointGraph_ScanInternal_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x009FB070, IEnumerator_1_Pathfinding_Progress_ *, PointGraph_ScanInternal_d_35_System_Collections_Generic_IEnumerable_Pathfinding_Progress__GetEnumerator, (PointGraph_ScanInternal_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x009FB070, IEnumerator *, PointGraph_ScanInternal_d_35_System_Collections_IEnumerable_GetEnumerator, (PointGraph_ScanInternal_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097ED80, void, PointGraph_ConnectNodesAsync_d_37__ctor, (PointGraph_ConnectNodesAsync_d_37 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PointGraph_ConnectNodesAsync_d_37_System_IDisposable_Dispose, (PointGraph_ConnectNodesAsync_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x009FB160, bool, PointGraph_ConnectNodesAsync_d_37_MoveNext, (PointGraph_ConnectNodesAsync_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, Progress, PointGraph_ConnectNodesAsync_d_37_System_Collections_Generic_IEnumerator_Pathfinding_Progress__get_Current, (PointGraph_ConnectNodesAsync_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x009FBAF0, void, PointGraph_ConnectNodesAsync_d_37_System_Collections_IEnumerator_Reset, (PointGraph_ConnectNodesAsync_d_37 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81BB8, PointGraph_ConnectNodesAsync_d_37_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x009FBB40, Object *, PointGraph_ConnectNodesAsync_d_37_System_Collections_IEnumerator_get_Current, (PointGraph_ConnectNodesAsync_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x009FBB90, IEnumerator_1_Pathfinding_Progress_ *, PointGraph_ConnectNodesAsync_d_37_System_Collections_Generic_IEnumerable_Pathfinding_Progress__GetEnumerator, (PointGraph_ConnectNodesAsync_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x009FBB90, IEnumerator *, PointGraph_ConnectNodesAsync_d_37_System_Collections_IEnumerable_GetEnumerator, (PointGraph_ConnectNodesAsync_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, RecastGraph_get_RecalculateNormals, (RecastGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009FBC80, float, RecastGraph_get_TileWorldSizeX, (RecastGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009FBCA0, float, RecastGraph_get_TileWorldSizeZ, (RecastGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009FBCC0, float, RecastGraph_get_MaxTileConnectionEdgeDistance, (RecastGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009FBCD0, Bounds, RecastGraph_get_forcedBounds, (RecastGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009FBD30, Vector3, RecastGraph_ClosestPointOnNode, (RecastGraph * __this, TriangleMeshNode * node, Vector3 pos, MethodInfo * method)); DO_APP_FUNC(0x009FBDA0, bool, RecastGraph_ContainsPoint, (RecastGraph * __this, TriangleMeshNode * node, Vector3 pos, MethodInfo * method)); DO_APP_FUNC(0x009FBEA0, void, RecastGraph_SnapForceBoundsToScene, (RecastGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009FC360, GraphUpdateThreading__Enum, RecastGraph_Pathfinding_IUpdatableGraph_CanUpdateAsync, (RecastGraph * __this, GraphUpdateObject * o, MethodInfo * method)); DO_APP_FUNC(0x009FC390, void, RecastGraph_Pathfinding_IUpdatableGraph_UpdateAreaInit, (RecastGraph * __this, GraphUpdateObject * o, MethodInfo * method)); DO_APP_FUNC(0x009FC7C0, void, RecastGraph_Pathfinding_IUpdatableGraph_UpdateArea, (RecastGraph * __this, GraphUpdateObject * guo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81B68, RecastGraph_Pathfinding_IUpdatableGraph_UpdateArea__MethodInfo); DO_APP_FUNC(0x009FCC70, void, RecastGraph_Pathfinding_IUpdatableGraph_UpdateAreaPost, (RecastGraph * __this, GraphUpdateObject * guo, MethodInfo * method)); DO_APP_FUNC(0x009FD0F0, IEnumerable_1_Pathfinding_Progress_ *, RecastGraph_ScanInternal, (RecastGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009FD1B0, GraphTransform *, RecastGraph_CalculateTransform, (RecastGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009FD590, void, RecastGraph_InitializeTileInfo, (RecastGraph * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81B30, RecastGraph_InitializeTileInfo__MethodInfo); DO_APP_FUNC(0x009FD870, List_1_Pathfinding_Voxels_RasterizationMesh___Array *, RecastGraph_PutMeshesIntoTileBuckets, (RecastGraph * __this, List_1_Pathfinding_Voxels_RasterizationMesh_ * meshes, MethodInfo * method)); DO_APP_FUNC(0x009FDCB0, IEnumerable_1_Pathfinding_Progress_ *, RecastGraph_ScanAllTiles, (RecastGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009FDD70, List_1_Pathfinding_Voxels_RasterizationMesh_ *, RecastGraph_CollectMeshes, (RecastGraph * __this, Bounds bounds, MethodInfo * method)); DO_APP_FUNC(0x009FE010, float, RecastGraph_get_CellHeight, (RecastGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009FE030, int32_t, RecastGraph_get_CharacterRadiusInVoxels, (RecastGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009FE050, int32_t, RecastGraph_get_TileBorderSizeInVoxels, (RecastGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009FE080, float, RecastGraph_get_TileBorderSizeInWorldUnits, (RecastGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x009FE0C0, Bounds, RecastGraph_CalculateTileBoundsWithBorder, (RecastGraph * __this, int32_t x, int32_t z, MethodInfo * method)); DO_APP_FUNC(0x009FE2C0, NavmeshTile *, RecastGraph_BuildTileMesh, (RecastGraph * __this, Voxelize * vox, int32_t x, int32_t z, int32_t threadIndex, MethodInfo * method)); DO_APP_FUNC(0x009FE800, NavmeshTile *, RecastGraph_CreateTile, (RecastGraph * __this, Voxelize * vox, VoxelMesh mesh, int32_t x, int32_t z, int32_t threadIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81AD8, RecastGraph_CreateTile__MethodInfo); DO_APP_FUNC(0x009FEF50, void, RecastGraph_DeserializeSettingsCompatibility, (RecastGraph * __this, GraphSerializationContext * ctx, MethodInfo * method)); DO_APP_FUNC(0x009FF680, void, RecastGraph__ctor, (RecastGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x0097ED80, void, RecastGraph_ScanInternal_d_46__ctor, (RecastGraph_ScanInternal_d_46 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x009FF8D0, void, RecastGraph_ScanInternal_d_46_System_IDisposable_Dispose, (RecastGraph_ScanInternal_d_46 * __this, MethodInfo * method)); DO_APP_FUNC(0x009FF9A0, bool, RecastGraph_ScanInternal_d_46_MoveNext, (RecastGraph_ScanInternal_d_46 * __this, MethodInfo * method)); DO_APP_FUNC(0x009FFE20, void, RecastGraph_ScanInternal_d_46___m__Finally1, (RecastGraph_ScanInternal_d_46 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, Progress, RecastGraph_ScanInternal_d_46_System_Collections_Generic_IEnumerator_Pathfinding_Progress__get_Current, (RecastGraph_ScanInternal_d_46 * __this, MethodInfo * method)); DO_APP_FUNC(0x009FFE80, void, RecastGraph_ScanInternal_d_46_System_Collections_IEnumerator_Reset, (RecastGraph_ScanInternal_d_46 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81A88, RecastGraph_ScanInternal_d_46_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x009FFED0, Object *, RecastGraph_ScanInternal_d_46_System_Collections_IEnumerator_get_Current, (RecastGraph_ScanInternal_d_46 * __this, MethodInfo * method)); DO_APP_FUNC(0x009FFF20, IEnumerator_1_Pathfinding_Progress_ *, RecastGraph_ScanInternal_d_46_System_Collections_Generic_IEnumerable_Pathfinding_Progress__GetEnumerator, (RecastGraph_ScanInternal_d_46 * __this, MethodInfo * method)); DO_APP_FUNC(0x009FFF20, IEnumerator *, RecastGraph_ScanInternal_d_46_System_Collections_IEnumerable_GetEnumerator, (RecastGraph_ScanInternal_d_46 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RecastGraph_c_DisplayClass50_0__ctor, (RecastGraph_c_DisplayClass50_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A00010, void, RecastGraph_c_DisplayClass50_0__ScanAllTiles_b__0, (RecastGraph_c_DisplayClass50_0 * __this, Int2 tile, int32_t threadIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81A20, RecastGraph_c_DisplayClass50_0__ScanAllTiles_b__0__MethodInfo); DO_APP_FUNC(0x00A00190, void, RecastGraph_c_DisplayClass50_0__ScanAllTiles_b__1, (RecastGraph_c_DisplayClass50_0 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81A18, RecastGraph_c_DisplayClass50_0__ScanAllTiles_b__1__MethodInfo); DO_APP_FUNC(0x003AC050, void, RecastGraph_c_DisplayClass50_1__ctor, (RecastGraph_c_DisplayClass50_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A001C0, void, RecastGraph_c_DisplayClass50_1__ScanAllTiles_b__2, (RecastGraph_c_DisplayClass50_1 * __this, Int2 tile, int32_t threadIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81A28, RecastGraph_c_DisplayClass50_1__ScanAllTiles_b__2__MethodInfo); DO_APP_FUNC(0x0097ED80, void, RecastGraph_ScanAllTiles_d_50__ctor, (RecastGraph_ScanAllTiles_d_50 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00A00360, void, RecastGraph_ScanAllTiles_d_50_System_IDisposable_Dispose, (RecastGraph_ScanAllTiles_d_50 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A004E0, bool, RecastGraph_ScanAllTiles_d_50_MoveNext, (RecastGraph_ScanAllTiles_d_50 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A01E10, void, RecastGraph_ScanAllTiles_d_50___m__Finally1, (RecastGraph_ScanAllTiles_d_50 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A01E70, void, RecastGraph_ScanAllTiles_d_50___m__Finally2, (RecastGraph_ScanAllTiles_d_50 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, Progress, RecastGraph_ScanAllTiles_d_50_System_Collections_Generic_IEnumerator_Pathfinding_Progress__get_Current, (RecastGraph_ScanAllTiles_d_50 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A01ED0, void, RecastGraph_ScanAllTiles_d_50_System_Collections_IEnumerator_Reset, (RecastGraph_ScanAllTiles_d_50 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C819D0, RecastGraph_ScanAllTiles_d_50_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00A01F20, Object *, RecastGraph_ScanAllTiles_d_50_System_Collections_IEnumerator_get_Current, (RecastGraph_ScanAllTiles_d_50 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A01F70, IEnumerator_1_Pathfinding_Progress_ *, RecastGraph_ScanAllTiles_d_50_System_Collections_Generic_IEnumerable_Pathfinding_Progress__GetEnumerator, (RecastGraph_ScanAllTiles_d_50 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A01F70, IEnumerator *, RecastGraph_ScanAllTiles_d_50_System_Collections_IEnumerable_GetEnumerator, (RecastGraph_ScanAllTiles_d_50 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A02060, Rect, BBTree_get_Size, (BBTree * __this, MethodInfo * method)); DO_APP_FUNC(0x00A02130, void, BBTree_Clear, (BBTree * __this, MethodInfo * method)); DO_APP_FUNC(0x00A023E0, void, BBTree_Pathfinding_Util_IAstarPooledObject_OnEnterPool, (BBTree * __this, MethodInfo * method)); DO_APP_FUNC(0x00A023F0, void, BBTree_EnsureCapacity, (BBTree * __this, int32_t c, MethodInfo * method)); DO_APP_FUNC(0x00A02510, void, BBTree_EnsureNodeCapacity, (BBTree * __this, int32_t c, MethodInfo * method)); DO_APP_FUNC(0x00A02630, int32_t, BBTree_GetBox, (BBTree * __this, IntRect rect, MethodInfo * method)); DO_APP_FUNC(0x00A026C0, void, BBTree_RebuildFrom, (BBTree * __this, TriangleMeshNode__Array * nodes, MethodInfo * method)); DO_APP_FUNC(0x00A02B40, int32_t, BBTree_SplitByX, (TriangleMeshNode__Array * nodes, Int32__Array * permutation, int32_t from, int32_t to, int32_t divider, MethodInfo * method)); DO_APP_FUNC(0x00A02BD0, int32_t, BBTree_SplitByZ, (TriangleMeshNode__Array * nodes, Int32__Array * permutation, int32_t from, int32_t to, int32_t divider, MethodInfo * method)); DO_APP_FUNC(0x00A02C60, int32_t, BBTree_RebuildFromInternal, (BBTree * __this, TriangleMeshNode__Array * nodes, Int32__Array * permutation, IntRect__Array * nodeBounds, int32_t from, int32_t to, bool odd, MethodInfo * method)); DO_APP_FUNC(0x00A03300, IntRect, BBTree_NodeBounds, (Int32__Array * permutation, IntRect__Array * nodeBounds, int32_t from, int32_t to, MethodInfo * method)); DO_APP_FUNC(0x00A03460, void, BBTree_DrawDebugRect, (IntRect rect, MethodInfo * method)); DO_APP_FUNC(0x00A03970, void, BBTree_DrawDebugNode, (TriangleMeshNode * node, float yoffset, Color color, MethodInfo * method)); DO_APP_FUNC(0x00A04200, NNInfoInternal, BBTree_QueryClosest, (BBTree * __this, Vector3 p, NNConstraint * constraint, float * distance, MethodInfo * method)); DO_APP_FUNC(0x00A04310, NNInfoInternal, BBTree_QueryClosestXZ, (BBTree * __this, Vector3 p, NNConstraint * constraint, float * distance, NNInfoInternal previous, MethodInfo * method)); DO_APP_FUNC(0x00A04460, void, BBTree_SearchBoxClosestXZ, (BBTree * __this, int32_t boxi, Vector3 p, float * closestSqrDist, NNConstraint * constraint, NNInfoInternal * nnInfo, MethodInfo * method)); DO_APP_FUNC(0x00A047F0, NNInfoInternal, BBTree_QueryClosest_1, (BBTree * __this, Vector3 p, NNConstraint * constraint, float * distance, NNInfoInternal previous, MethodInfo * method)); DO_APP_FUNC(0x00A04940, void, BBTree_SearchBoxClosest, (BBTree * __this, int32_t boxi, Vector3 p, float * closestSqrDist, NNConstraint * constraint, NNInfoInternal * nnInfo, MethodInfo * method)); DO_APP_FUNC(0x00A04C70, void, BBTree_GetOrderedChildren, (BBTree * __this, int32_t * first, int32_t * second, float * firstDist, float * secondDist, Vector3 p, MethodInfo * method)); DO_APP_FUNC(0x00A04D80, TriangleMeshNode *, BBTree_QueryInside, (BBTree * __this, Vector3 p, NNConstraint * constraint, MethodInfo * method)); DO_APP_FUNC(0x00A04E40, TriangleMeshNode *, BBTree_SearchBoxInside, (BBTree * __this, int32_t boxi, Vector3 p, NNConstraint * constraint, MethodInfo * method)); DO_APP_FUNC(0x00A05120, void, BBTree_OnDrawGizmos, (BBTree * __this, MethodInfo * method)); DO_APP_FUNC(0x00A051A0, void, BBTree_OnDrawGizmos_1, (BBTree * __this, int32_t boxi, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x00A054B0, bool, BBTree_NodeIntersectsCircle, (TriangleMeshNode * node, Vector3 p, float radius, MethodInfo * method)); DO_APP_FUNC(0x00A05570, bool, BBTree_RectIntersectsCircle, (IntRect r, Vector3 p, float radius, MethodInfo * method)); DO_APP_FUNC(0x00A056F0, float, BBTree_SquaredRectPointDistance, (IntRect r, Vector3 p, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BBTree__ctor, (BBTree * __this, MethodInfo * method)); DO_APP_FUNC(0x007216D0, bool, BBTree_BBTreeBox_get_IsLeaf, (BBTree_BBTreeBox * __this, MethodInfo * method)); DO_APP_FUNC(0x00A05840, void, BBTree_BBTreeBox__ctor, (BBTree_BBTreeBox * __this, IntRect rect, MethodInfo * method)); DO_APP_FUNC(0x00A05860, void, BBTree_BBTreeBox__ctor_1, (BBTree_BBTreeBox * __this, int32_t nodeOffset, IntRect rect, MethodInfo * method)); DO_APP_FUNC(0x00A05880, bool, BBTree_BBTreeBox_Contains, (BBTree_BBTreeBox * __this, Vector3 point, MethodInfo * method)); DO_APP_FUNC(0x00A05960, uint32_t, EuclideanEmbedding_GetRandom, (EuclideanEmbedding * __this, MethodInfo * method)); DO_APP_FUNC(0x00A05970, void, EuclideanEmbedding_EnsureCapacity, (EuclideanEmbedding * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00A05C10, uint32_t, EuclideanEmbedding_GetHeuristic, (EuclideanEmbedding * __this, int32_t nodeIndex1, int32_t nodeIndex2, MethodInfo * method)); DO_APP_FUNC(0x00A05D30, void, EuclideanEmbedding_GetClosestWalkableNodesToChildrenRecursively, (EuclideanEmbedding * __this, Transform * tr, List_1_Pathfinding_GraphNode_ * nodes, MethodInfo * method)); DO_APP_FUNC(0x00A06100, void, EuclideanEmbedding_PickNRandomNodes, (EuclideanEmbedding * __this, int32_t count, List_1_Pathfinding_GraphNode_ * buffer, MethodInfo * method)); DO_APP_FUNC(0x00A06330, GraphNode *, EuclideanEmbedding_PickAnyWalkableNode, (EuclideanEmbedding * __this, MethodInfo * method)); DO_APP_FUNC(0x00A064F0, void, EuclideanEmbedding_RecalculatePivots, (EuclideanEmbedding * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81950, EuclideanEmbedding_RecalculatePivots__MethodInfo); DO_APP_FUNC(0x00A06AB0, void, EuclideanEmbedding_RecalculateCosts, (EuclideanEmbedding * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81930, EuclideanEmbedding_RecalculateCosts__MethodInfo); DO_APP_FUNC(0x00A06F30, void, EuclideanEmbedding_ApplyGridGraphEndpointSpecialCase, (EuclideanEmbedding * __this, MethodInfo * method)); DO_APP_FUNC(0x00A07470, void, EuclideanEmbedding_OnDrawGizmos, (EuclideanEmbedding * __this, MethodInfo * method)); DO_APP_FUNC(0x00A07690, void, EuclideanEmbedding__ctor, (EuclideanEmbedding * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EuclideanEmbedding_c_DisplayClass17_0__ctor, (EuclideanEmbedding_c_DisplayClass17_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A077B0, void, EuclideanEmbedding_c_DisplayClass17_0__PickNRandomNodes_b__0, (EuclideanEmbedding_c_DisplayClass17_0 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81998, EuclideanEmbedding_c_DisplayClass17_0__PickNRandomNodes_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, EuclideanEmbedding_c_DisplayClass18_0__ctor, (EuclideanEmbedding_c_DisplayClass18_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A078F0, void, EuclideanEmbedding_c_DisplayClass18_0__PickAnyWalkableNode_b__0, (EuclideanEmbedding_c_DisplayClass18_0 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81988, EuclideanEmbedding_c_DisplayClass18_0__PickAnyWalkableNode_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, EuclideanEmbedding_c_DisplayClass20_0__ctor, (EuclideanEmbedding_c_DisplayClass20_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A07910, void, EuclideanEmbedding_c_DisplayClass20_0__RecalculateCosts_b__0, (EuclideanEmbedding_c_DisplayClass20_0 * __this, Path_1 * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81948, EuclideanEmbedding_c_DisplayClass20_0__RecalculateCosts_b__0__MethodInfo); DO_APP_FUNC(0x00A07950, void, EuclideanEmbedding_c_DisplayClass20_0__RecalculateCosts_b__1, (EuclideanEmbedding_c_DisplayClass20_0 * __this, int32_t pivotIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81940, EuclideanEmbedding_c_DisplayClass20_0__RecalculateCosts_b__1__MethodInfo); DO_APP_FUNC(0x003AC050, void, EuclideanEmbedding_c_DisplayClass20_1__ctor, (EuclideanEmbedding_c_DisplayClass20_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A07C50, void, EuclideanEmbedding_c_DisplayClass20_1__RecalculateCosts_b__2, (EuclideanEmbedding_c_DisplayClass20_1 * __this, Path_1 * _p, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81910, EuclideanEmbedding_c_DisplayClass20_1__RecalculateCosts_b__2__MethodInfo); DO_APP_FUNC(0x003AC050, void, EuclideanEmbedding_c_DisplayClass20_2__ctor, (EuclideanEmbedding_c_DisplayClass20_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A08230, void, EuclideanEmbedding_c_DisplayClass20_2__RecalculateCosts_b__3, (EuclideanEmbedding_c_DisplayClass20_2 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81900, EuclideanEmbedding_c_DisplayClass20_2__RecalculateCosts_b__3__MethodInfo); DO_APP_FUNC(0x00A08430, void, NavmeshTile_GetTileCoordinates, (NavmeshTile * __this, int32_t tileIndex, int32_t * x, int32_t * z, MethodInfo * method)); DO_APP_FUNC(0x009E3FD0, int32_t, NavmeshTile_GetVertexArrayIndex, (NavmeshTile * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00A08440, Int3, NavmeshTile_GetVertex, (NavmeshTile * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00A08490, Int3, NavmeshTile_GetVertexInGraphSpace, (NavmeshTile * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00A084E0, GraphTransform *, NavmeshTile_get_transform, (NavmeshTile * __this, MethodInfo * method)); DO_APP_FUNC(0x00A08500, void, NavmeshTile_GetNodes, (NavmeshTile * __this, Action_1_Pathfinding_GraphNode_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NavmeshTile__ctor, (NavmeshTile * __this, MethodInfo * method)); DO_APP_FUNC(0x00A08580, Mesh *, ObjImporter_ImportFile, (String * filePath, MethodInfo * method)); DO_APP_FUNC(0x00A08AC0, ObjImporter_meshStruct, ObjImporter_createMeshStruct, (String * filename, MethodInfo * method)); DO_APP_FUNC(0x00A09350, void, ObjImporter_populateMeshStruct, (ObjImporter_meshStruct * mesh, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ObjImporter__ctor, (ObjImporter * __this, MethodInfo * method)); DO_APP_FUNC(0x00A0A330, void, PointKDTree__ctor, (PointKDTree * __this, MethodInfo * method)); DO_APP_FUNC(0x00A0A5F0, void, PointKDTree_Add, (PointKDTree * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x00A0A620, void, PointKDTree_Rebuild, (PointKDTree * __this, GraphNode__Array * nodes, int32_t start, int32_t end, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81808, PointKDTree_Rebuild__MethodInfo); DO_APP_FUNC(0x00A0A850, GraphNode__Array *, PointKDTree_GetOrCreateList, (PointKDTree * __this, MethodInfo * method)); DO_APP_FUNC(0x00A0A8E0, int32_t, PointKDTree_Size, (PointKDTree * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00A0A970, void, PointKDTree_CollectAndClear, (PointKDTree * __this, int32_t index, List_1_Pathfinding_GraphNode_ * buffer, MethodInfo * method)); DO_APP_FUNC(0x00A0AB60, int32_t, PointKDTree_MaxAllowedSize, (int32_t numNodes, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x00A0ABE0, void, PointKDTree_Rebalance, (PointKDTree * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00A0AC80, void, PointKDTree_EnsureSize, (PointKDTree * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00A0ADA0, void, PointKDTree_Build, (PointKDTree * __this, int32_t index, List_1_Pathfinding_GraphNode_ * nodes, int32_t start, int32_t end, MethodInfo * method)); DO_APP_FUNC(0x00A0B450, void, PointKDTree_Add_1, (PointKDTree * __this, GraphNode * point, int32_t index, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x00A0B750, GraphNode *, PointKDTree_GetNearest, (PointKDTree * __this, Int3 point, NNConstraint * constraint, MethodInfo * method)); DO_APP_FUNC(0x00A0B7B0, void, PointKDTree_GetNearestInternal, (PointKDTree * __this, int32_t index, Int3 point, NNConstraint * constraint, GraphNode * * best, int64_t * bestSqrDist, MethodInfo * method)); DO_APP_FUNC(0x00A0BA20, GraphNode *, PointKDTree_GetNearestConnection, (PointKDTree * __this, Int3 point, NNConstraint * constraint, int64_t maximumSqrConnectionLength, MethodInfo * method)); DO_APP_FUNC(0x00A0BA90, void, PointKDTree_GetNearestConnectionInternal, (PointKDTree * __this, int32_t index, Int3 point, NNConstraint * constraint, GraphNode * * best, int64_t * bestSqrDist, int64_t distanceThresholdOffset, MethodInfo * method)); DO_APP_FUNC(0x00A0C060, void, PointKDTree_GetInRange, (PointKDTree * __this, Int3 point, int64_t sqrRadius, List_1_Pathfinding_GraphNode_ * buffer, MethodInfo * method)); DO_APP_FUNC(0x00A0C0A0, void, PointKDTree_GetInRangeInternal, (PointKDTree * __this, int32_t index, Int3 point, int64_t sqrRadius, List_1_Pathfinding_GraphNode_ * buffer, MethodInfo * method)); DO_APP_FUNC(0x00A0C2D0, void, PointKDTree__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00A0C4D0, int32_t, PointKDTree_CompareX_Compare, (PointKDTree_CompareX * __this, GraphNode * lhs, GraphNode * rhs, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PointKDTree_CompareX__ctor, (PointKDTree_CompareX * __this, MethodInfo * method)); DO_APP_FUNC(0x00A0C510, int32_t, PointKDTree_CompareY_Compare, (PointKDTree_CompareY * __this, GraphNode * lhs, GraphNode * rhs, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PointKDTree_CompareY__ctor, (PointKDTree_CompareY * __this, MethodInfo * method)); DO_APP_FUNC(0x00A0C550, int32_t, PointKDTree_CompareZ_Compare, (PointKDTree_CompareZ * __this, GraphNode * lhs, GraphNode * rhs, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PointKDTree_CompareZ__ctor, (PointKDTree_CompareZ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A0C590, void, RecastBBTree_QueryInBounds, (RecastBBTree * __this, Rect bounds, List_1_Pathfinding_RecastMeshObj_ * buffer, MethodInfo * method)); DO_APP_FUNC(0x00A0C5D0, void, RecastBBTree_QueryBoxInBounds, (RecastBBTree * __this, RecastBBTreeBox * box, Rect bounds, List_1_Pathfinding_RecastMeshObj_ * boxes, MethodInfo * method)); DO_APP_FUNC(0x00A0C8C0, bool, RecastBBTree_Remove, (RecastBBTree * __this, RecastMeshObj * mesh, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C817C8, RecastBBTree_Remove__MethodInfo); DO_APP_FUNC(0x00A0CB40, RecastBBTreeBox *, RecastBBTree_RemoveBox, (RecastBBTree * __this, RecastBBTreeBox * c, RecastMeshObj * mesh, Rect bounds, bool * found, MethodInfo * method)); DO_APP_FUNC(0x00A0CFA0, void, RecastBBTree_Insert, (RecastBBTree * __this, RecastMeshObj * mesh, MethodInfo * method)); DO_APP_FUNC(0x00A0D4C0, bool, RecastBBTree_RectIntersectsRect, (Rect r, Rect r2, MethodInfo * method)); DO_APP_FUNC(0x00A0D510, float, RecastBBTree_ExpansionRequired, (Rect r, Rect r2, MethodInfo * method)); DO_APP_FUNC(0x00A0D580, Rect, RecastBBTree_ExpandToContain, (Rect r, Rect r2, MethodInfo * method)); DO_APP_FUNC(0x00A0D600, float, RecastBBTree_RectArea, (Rect r, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RecastBBTree__ctor, (RecastBBTree * __this, MethodInfo * method)); DO_APP_FUNC(0x00A0D610, void, RecastBBTreeBox__ctor, (RecastBBTreeBox * __this, RecastMeshObj * mesh, MethodInfo * method)); DO_APP_FUNC(0x00A0D6D0, bool, RecastBBTreeBox_Contains, (RecastBBTreeBox * __this, Vector3 p, MethodInfo * method)); DO_APP_FUNC(0x00A0D720, void, RecastMeshObj_GetAllInBounds, (List_1_Pathfinding_RecastMeshObj_ * buffer, Bounds bounds, MethodInfo * method)); DO_APP_FUNC(0x00A0DDD0, void, RecastMeshObj_OnEnable, (RecastMeshObj * __this, MethodInfo * method)); DO_APP_FUNC(0x00A0DDE0, void, RecastMeshObj_Register, (RecastMeshObj * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81780, RecastMeshObj_Register__MethodInfo); DO_APP_FUNC(0x00A0E4E0, void, RecastMeshObj_RecalculateBounds, (RecastMeshObj * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81768, RecastMeshObj_RecalculateBounds__MethodInfo); DO_APP_FUNC(0x00A0EB00, Bounds, RecastMeshObj_GetBounds, (RecastMeshObj * __this, MethodInfo * method)); DO_APP_FUNC(0x00A0EB40, MeshFilter *, RecastMeshObj_GetMeshFilter, (RecastMeshObj * __this, MethodInfo * method)); DO_APP_FUNC(0x00A0EB80, Collider *, RecastMeshObj_GetCollider, (RecastMeshObj * __this, MethodInfo * method)); DO_APP_FUNC(0x00A0EBC0, void, RecastMeshObj_OnDisable, (RecastMeshObj * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81760, RecastMeshObj_OnDisable__MethodInfo); DO_APP_FUNC(0x00A0ED20, void, RecastMeshObj__ctor, (RecastMeshObj * __this, MethodInfo * method)); DO_APP_FUNC(0x00A0ED70, void, RecastMeshObj__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00A0EF00, int32_t, AdvancedSmooth_get_Order, (AdvancedSmooth * __this, MethodInfo * method)); DO_APP_FUNC(0x00A0EF10, void, AdvancedSmooth_Apply, (AdvancedSmooth * __this, Path_1 * p, MethodInfo * method)); DO_APP_FUNC(0x00A0F440, void, AdvancedSmooth_EvaluatePaths, (AdvancedSmooth * __this, List_1_Pathfinding_AdvancedSmooth_Turn_ * turnList, List_1_UnityEngine_Vector3_ * output, MethodInfo * method)); DO_APP_FUNC(0x00A0F650, void, AdvancedSmooth__ctor, (AdvancedSmooth * __this, MethodInfo * method)); DO_APP_FUNC(0x00A0F8B0, void, AdvancedSmooth_MaxTurn_OnTangentUpdate, (AdvancedSmooth_MaxTurn * __this, MethodInfo * method)); DO_APP_FUNC(0x00A0FA60, void, AdvancedSmooth_MaxTurn_Prepare, (AdvancedSmooth_MaxTurn * __this, int32_t i, Vector3__Array * vectorPath, MethodInfo * method)); DO_APP_FUNC(0x00A0FC40, void, AdvancedSmooth_MaxTurn_TangentToTangent, (AdvancedSmooth_MaxTurn * __this, List_1_Pathfinding_AdvancedSmooth_Turn_ * turnList, MethodInfo * method)); DO_APP_FUNC(0x00A10E00, void, AdvancedSmooth_MaxTurn_PointToTangent, (AdvancedSmooth_MaxTurn * __this, List_1_Pathfinding_AdvancedSmooth_Turn_ * turnList, MethodInfo * method)); DO_APP_FUNC(0x00A114A0, void, AdvancedSmooth_MaxTurn_TangentToPoint, (AdvancedSmooth_MaxTurn * __this, List_1_Pathfinding_AdvancedSmooth_Turn_ * turnList, MethodInfo * method)); DO_APP_FUNC(0x00A11A30, void, AdvancedSmooth_MaxTurn_GetPath, (AdvancedSmooth_MaxTurn * __this, AdvancedSmooth_Turn turn, List_1_UnityEngine_Vector3_ * output, MethodInfo * method)); DO_APP_FUNC(0x00A11F60, void, AdvancedSmooth_MaxTurn__ctor, (AdvancedSmooth_MaxTurn * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AdvancedSmooth_ConstantTurn_Prepare, (AdvancedSmooth_ConstantTurn * __this, int32_t i, Vector3__Array * vectorPath, MethodInfo * method)); DO_APP_FUNC(0x00A12030, void, AdvancedSmooth_ConstantTurn_TangentToTangent, (AdvancedSmooth_ConstantTurn * __this, List_1_Pathfinding_AdvancedSmooth_Turn_ * turnList, MethodInfo * method)); DO_APP_FUNC(0x00A12640, void, AdvancedSmooth_ConstantTurn_GetPath, (AdvancedSmooth_ConstantTurn * __this, AdvancedSmooth_Turn turn, List_1_UnityEngine_Vector3_ * output, MethodInfo * method)); DO_APP_FUNC(0x00A12AA0, void, AdvancedSmooth_ConstantTurn__ctor, (AdvancedSmooth_ConstantTurn * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AdvancedSmooth_TurnConstructor_OnTangentUpdate, (AdvancedSmooth_TurnConstructor * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AdvancedSmooth_TurnConstructor_PointToTangent, (AdvancedSmooth_TurnConstructor * __this, List_1_Pathfinding_AdvancedSmooth_Turn_ * turnList, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AdvancedSmooth_TurnConstructor_TangentToPoint, (AdvancedSmooth_TurnConstructor * __this, List_1_Pathfinding_AdvancedSmooth_Turn_ * turnList, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AdvancedSmooth_TurnConstructor_TangentToTangent, (AdvancedSmooth_TurnConstructor * __this, List_1_Pathfinding_AdvancedSmooth_Turn_ * turnList, MethodInfo * method)); DO_APP_FUNC(0x00A12AF0, void, AdvancedSmooth_TurnConstructor_Setup, (int32_t i, Vector3__Array * vectorPath, MethodInfo * method)); DO_APP_FUNC(0x00A12FC0, void, AdvancedSmooth_TurnConstructor_PostPrepare, (MethodInfo * method)); DO_APP_FUNC(0x00A13020, void, AdvancedSmooth_TurnConstructor_AddCircleSegment, (AdvancedSmooth_TurnConstructor * __this, double startAngle, double endAngle, bool clockwise, Vector3 center, List_1_UnityEngine_Vector3_ * output, float radius, MethodInfo * method)); DO_APP_FUNC(0x00A13520, void, AdvancedSmooth_TurnConstructor_DebugCircleSegment, (AdvancedSmooth_TurnConstructor * __this, Vector3 center, double startAngle, double endAngle, double radius, Color color, MethodInfo * method)); DO_APP_FUNC(0x00A13900, void, AdvancedSmooth_TurnConstructor_DebugCircle, (AdvancedSmooth_TurnConstructor * __this, Vector3 center, double radius, Color color, MethodInfo * method)); DO_APP_FUNC(0x00A13C40, double, AdvancedSmooth_TurnConstructor_GetLengthFromAngle, (AdvancedSmooth_TurnConstructor * __this, double angle, double radius, MethodInfo * method)); DO_APP_FUNC(0x00A13C50, double, AdvancedSmooth_TurnConstructor_ClockwiseAngle, (AdvancedSmooth_TurnConstructor * __this, double from, double to, MethodInfo * method)); DO_APP_FUNC(0x00A13C90, double, AdvancedSmooth_TurnConstructor_CounterClockwiseAngle, (AdvancedSmooth_TurnConstructor * __this, double from, double to, MethodInfo * method)); DO_APP_FUNC(0x00A13CD0, Vector3, AdvancedSmooth_TurnConstructor_AngleToVector, (AdvancedSmooth_TurnConstructor * __this, double a, MethodInfo * method)); DO_APP_FUNC(0x00A13D60, double, AdvancedSmooth_TurnConstructor_ToDegrees, (AdvancedSmooth_TurnConstructor * __this, double rad, MethodInfo * method)); DO_APP_FUNC(0x00A13D70, double, AdvancedSmooth_TurnConstructor_ClampAngle, (AdvancedSmooth_TurnConstructor * __this, double a, MethodInfo * method)); DO_APP_FUNC(0x00A13DB0, double, AdvancedSmooth_TurnConstructor_Atan2, (AdvancedSmooth_TurnConstructor * __this, Vector3 v, MethodInfo * method)); DO_APP_FUNC(0x00A13E10, void, AdvancedSmooth_TurnConstructor__ctor, (AdvancedSmooth_TurnConstructor * __this, MethodInfo * method)); DO_APP_FUNC(0x00A13E20, void, AdvancedSmooth_TurnConstructor__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00A13E70, float, AdvancedSmooth_Turn_get_score, (AdvancedSmooth_Turn * __this, MethodInfo * method)); DO_APP_FUNC(0x00A13EA0, void, AdvancedSmooth_Turn__ctor, (AdvancedSmooth_Turn * __this, float length, AdvancedSmooth_TurnConstructor * constructor, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x00A13F00, void, AdvancedSmooth_Turn_GetPath, (AdvancedSmooth_Turn * __this, List_1_UnityEngine_Vector3_ * output, MethodInfo * method)); DO_APP_FUNC(0x00A13F40, int32_t, AdvancedSmooth_Turn_CompareTo, (AdvancedSmooth_Turn * __this, AdvancedSmooth_Turn t, MethodInfo * method)); DO_APP_FUNC(0x00A13FC0, bool, AdvancedSmooth_Turn_op_LessThan, (AdvancedSmooth_Turn lhs, AdvancedSmooth_Turn rhs, MethodInfo * method)); DO_APP_FUNC(0x00A14010, bool, AdvancedSmooth_Turn_op_GreaterThan, (AdvancedSmooth_Turn lhs, AdvancedSmooth_Turn rhs, MethodInfo * method)); DO_APP_FUNC(0x00A14060, int32_t, AlternativePath_get_Order, (AlternativePath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A14070, void, AlternativePath_Apply, (AlternativePath * __this, Path_1 * p, MethodInfo * method)); DO_APP_FUNC(0x00A14190, void, AlternativePath_OnDestroy, (AlternativePath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A141A0, void, AlternativePath_ClearOnDestroy, (AlternativePath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A141B0, void, AlternativePath_InversePrevious, (AlternativePath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A14320, void, AlternativePath_ApplyNow, (AlternativePath * __this, List_1_Pathfinding_GraphNode_ * nodes, MethodInfo * method)); DO_APP_FUNC(0x00A14500, void, AlternativePath__ctor, (AlternativePath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A14060, int32_t, FunnelModifier_get_Order, (FunnelModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00A146F0, void, FunnelModifier_Apply, (FunnelModifier * __this, Path_1 * p, MethodInfo * method)); DO_APP_FUNC(0x005E3980, void, FunnelModifier__ctor, (FunnelModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00A14C40, void, PathModifier_Awake, (PathModifier * __this, Seeker * seeker, MethodInfo * method)); DO_APP_FUNC(0x00A14DA0, void, PathModifier_OnDestroy, (PathModifier * __this, Seeker * seeker, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PathModifier_PreProcess, (PathModifier * __this, Path_1 * path, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PathModifier__ctor, (PathModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00A14EE0, void, MonoModifier_OnEnable, (MonoModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00A15070, void, MonoModifier_OnDisable, (MonoModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MonoModifier_PreProcess, (MonoModifier * __this, Path_1 * path, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, MonoModifier__ctor, (MonoModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00A151C0, int32_t, RadiusModifier_get_Order, (RadiusModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00A151D0, bool, RadiusModifier_CalculateCircleInner, (RadiusModifier * __this, Vector3 p1, Vector3 p2, float r1, float r2, float * a, float * sigma, MethodInfo * method)); DO_APP_FUNC(0x00A15310, bool, RadiusModifier_CalculateCircleOuter, (RadiusModifier * __this, Vector3 p1, Vector3 p2, float r1, float r2, float * a, float * sigma, MethodInfo * method)); DO_APP_FUNC(0x00A15470, RadiusModifier_TangentType__Enum, RadiusModifier_CalculateTangentType, (RadiusModifier * __this, Vector3 p1, Vector3 p2, Vector3 p3, Vector3 p4, MethodInfo * method)); DO_APP_FUNC(0x00A15530, RadiusModifier_TangentType__Enum, RadiusModifier_CalculateTangentTypeSimple, (RadiusModifier * __this, Vector3 p1, Vector3 p2, Vector3 p3, MethodInfo * method)); DO_APP_FUNC(0x00A15590, void, RadiusModifier_Apply, (RadiusModifier * __this, Path_1 * p, MethodInfo * method)); DO_APP_FUNC(0x00A15680, List_1_UnityEngine_Vector3_ *, RadiusModifier_Apply_1, (RadiusModifier * __this, List_1_UnityEngine_Vector3_ * vs, MethodInfo * method)); DO_APP_FUNC(0x00A169A0, void, RadiusModifier__ctor, (RadiusModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00A0EF00, int32_t, RaycastModifier_get_Order, (RaycastModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00A16BC0, void, RaycastModifier_Apply, (RaycastModifier * __this, Path_1 * p, MethodInfo * method)); DO_APP_FUNC(0x00A170C0, List_1_UnityEngine_Vector3_ *, RaycastModifier_ApplyGreedy, (RaycastModifier * __this, Path_1 * p, List_1_UnityEngine_Vector3_ * points, MethodInfo * method)); DO_APP_FUNC(0x00A17760, List_1_UnityEngine_Vector3_ *, RaycastModifier_ApplyDP, (RaycastModifier * __this, Path_1 * p, List_1_UnityEngine_Vector3_ * points, MethodInfo * method)); DO_APP_FUNC(0x00A18230, bool, RaycastModifier_ValidateLine, (RaycastModifier * __this, GraphNode * n1, GraphNode * n2, Vector3 v1, Vector3 v2, MethodInfo * method)); DO_APP_FUNC(0x00A18B10, void, RaycastModifier__ctor, (RaycastModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00A18BB0, void, RaycastModifier__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00A18E70, int32_t, SimpleSmoothModifier_get_Order, (SimpleSmoothModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00A18E80, void, SimpleSmoothModifier_Apply, (SimpleSmoothModifier * __this, Path_1 * p, MethodInfo * method)); DO_APP_FUNC(0x00A19010, List_1_UnityEngine_Vector3_ *, SimpleSmoothModifier_CurvedNonuniform, (SimpleSmoothModifier * __this, List_1_UnityEngine_Vector3_ * path, MethodInfo * method)); DO_APP_FUNC(0x00A199C0, Vector3, SimpleSmoothModifier_GetPointOnCubic, (Vector3 a, Vector3 b, Vector3 tan1, Vector3 tan2, float t, MethodInfo * method)); DO_APP_FUNC(0x00A19B30, List_1_UnityEngine_Vector3_ *, SimpleSmoothModifier_SmoothOffsetSimple, (SimpleSmoothModifier * __this, List_1_UnityEngine_Vector3_ * path, MethodInfo * method)); DO_APP_FUNC(0x00A1A680, List_1_UnityEngine_Vector3_ *, SimpleSmoothModifier_SmoothSimple, (SimpleSmoothModifier * __this, List_1_UnityEngine_Vector3_ * path, MethodInfo * method)); DO_APP_FUNC(0x00A1AF70, List_1_UnityEngine_Vector3_ *, SimpleSmoothModifier_SmoothBezier, (SimpleSmoothModifier * __this, List_1_UnityEngine_Vector3_ * path, MethodInfo * method)); DO_APP_FUNC(0x00A1B5D0, void, SimpleSmoothModifier__ctor, (SimpleSmoothModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, StartEndModifier_get_Order, (StartEndModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00A1B650, void, StartEndModifier_Apply, (StartEndModifier * __this, Path_1 * _p, MethodInfo * method)); DO_APP_FUNC(0x00A1B950, Vector3, StartEndModifier_Snap, (StartEndModifier * __this, ABPath * path, StartEndModifier_Exactness__Enum mode, bool start, bool * forceAddPoint, int32_t * closestConnectionIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82718, StartEndModifier_Snap__MethodInfo); DO_APP_FUNC(0x00A1C3D0, Vector3, StartEndModifier_GetClampedPoint, (StartEndModifier * __this, Vector3 from, Vector3 to, GraphNode * hint, MethodInfo * method)); DO_APP_FUNC(0x00A1C5E0, void, StartEndModifier__ctor, (StartEndModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00A1C600, bool, NavmeshAdd_RequiresUpdate, (NavmeshAdd * __this, MethodInfo * method)); DO_APP_FUNC(0x00A1C810, void, NavmeshAdd_ForceUpdate, (NavmeshAdd * __this, MethodInfo * method)); DO_APP_FUNC(0x00A1C830, void, NavmeshAdd_Awake, (NavmeshAdd * __this, MethodInfo * method)); DO_APP_FUNC(0x00A1C8D0, void, NavmeshAdd_NotifyUpdated, (NavmeshAdd * __this, MethodInfo * method)); DO_APP_FUNC(0x00A1C9D0, Vector3, NavmeshAdd_get_Center, (NavmeshAdd * __this, MethodInfo * method)); DO_APP_FUNC(0x00A1CB30, void, NavmeshAdd_RebuildMesh, (NavmeshAdd * __this, MethodInfo * method)); DO_APP_FUNC(0x00A1D0A0, Rect, NavmeshAdd_GetBounds, (NavmeshAdd * __this, GraphTransform * inverseTransform, MethodInfo * method)); DO_APP_FUNC(0x00A1D390, void, NavmeshAdd_GetMesh, (NavmeshAdd * __this, Int3__Array * * vbuffer, Int32__Array * * tbuffer, GraphTransform * inverseTransform, MethodInfo * method)); DO_APP_FUNC(0x00A1DBF0, void, NavmeshAdd__ctor, (NavmeshAdd * __this, MethodInfo * method)); DO_APP_FUNC(0x00A1DCA0, void, NavmeshAdd__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00A1DCF0, void, NavmeshClipper_AddEnableCallback, (Action_1_Pathfinding_NavmeshClipper_ * onEnable, Action_1_Pathfinding_NavmeshClipper_ * onDisable, MethodInfo * method)); DO_APP_FUNC(0x00A1DF50, void, NavmeshClipper_RemoveEnableCallback, (Action_1_Pathfinding_NavmeshClipper_ * onEnable, Action_1_Pathfinding_NavmeshClipper_ * onDisable, MethodInfo * method)); DO_APP_FUNC(0x00A1E1B0, List_1_Pathfinding_NavmeshClipper_ *, NavmeshClipper_get_allEnabled, (MethodInfo * method)); DO_APP_FUNC(0x00A1E210, void, NavmeshClipper_OnEnable, (NavmeshClipper * __this, MethodInfo * method)); DO_APP_FUNC(0x00A1E320, void, NavmeshClipper_OnDisable, (NavmeshClipper * __this, MethodInfo * method)); DO_APP_FUNC(0x008C6270, void, NavmeshClipper__ctor, (NavmeshClipper * __this, MethodInfo * method)); DO_APP_FUNC(0x00A1E500, void, NavmeshClipper__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00A1E5E0, void, NavmeshCut_Awake, (NavmeshCut * __this, MethodInfo * method)); DO_APP_FUNC(0x00A1E680, void, NavmeshCut_OnEnable, (NavmeshCut * __this, MethodInfo * method)); DO_APP_FUNC(0x00A1E820, void, NavmeshCut_ForceUpdate, (NavmeshCut * __this, MethodInfo * method)); DO_APP_FUNC(0x00A1E840, bool, NavmeshCut_RequiresUpdate, (NavmeshCut * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NavmeshCut_UsedForCut, (NavmeshCut * __this, MethodInfo * method)); DO_APP_FUNC(0x00A1EA50, void, NavmeshCut_NotifyUpdated, (NavmeshCut * __this, MethodInfo * method)); DO_APP_FUNC(0x00A1EB50, void, NavmeshCut_CalculateMeshContour, (NavmeshCut * __this, MethodInfo * method)); DO_APP_FUNC(0x00A1F5C0, Rect, NavmeshCut_GetBounds, (NavmeshCut * __this, GraphTransform * inverseTransform, MethodInfo * method)); DO_APP_FUNC(0x00A1F8F0, void, NavmeshCut_GetContour, (NavmeshCut * __this, List_1_List_1_UnityEngine_Vector3_ * buffer, MethodInfo * method)); DO_APP_FUNC(0x00A1FF90, void, NavmeshCut_TransformBuffer, (NavmeshCut * __this, List_1_UnityEngine_Vector3_ * buffer, bool reverse, MethodInfo * method)); DO_APP_FUNC(0x00A20490, void, NavmeshCut_OnDrawGizmos, (NavmeshCut * __this, MethodInfo * method)); DO_APP_FUNC(0x00A208D0, float, NavmeshCut_GetY, (NavmeshCut * __this, GraphTransform * transform, MethodInfo * method)); DO_APP_FUNC(0x00A20A50, void, NavmeshCut_OnDrawGizmosSelected, (NavmeshCut * __this, MethodInfo * method)); DO_APP_FUNC(0x00A212B0, void, NavmeshCut__ctor, (NavmeshCut * __this, MethodInfo * method)); DO_APP_FUNC(0x00A21380, void, NavmeshCut__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00A21580, void, NavmeshUpdates_OnEnable, (NavmeshUpdates * __this, MethodInfo * method)); DO_APP_FUNC(0x00A21670, void, NavmeshUpdates_OnDisable, (NavmeshUpdates * __this, MethodInfo * method)); DO_APP_FUNC(0x00A21760, void, NavmeshUpdates_DiscardPending, (NavmeshUpdates * __this, MethodInfo * method)); DO_APP_FUNC(0x00A219E0, void, NavmeshUpdates_HandleOnEnableCallback, (NavmeshUpdates * __this, NavmeshClipper * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82610, NavmeshUpdates_HandleOnEnableCallback__MethodInfo); DO_APP_FUNC(0x00A21B10, void, NavmeshUpdates_HandleOnDisableCallback, (NavmeshUpdates * __this, NavmeshClipper * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82618, NavmeshUpdates_HandleOnDisableCallback__MethodInfo); DO_APP_FUNC(0x00A21C40, void, NavmeshUpdates_Update, (NavmeshUpdates * __this, MethodInfo * method)); DO_APP_FUNC(0x00A21E60, void, NavmeshUpdates_ForceUpdate, (NavmeshUpdates * __this, MethodInfo * method)); DO_APP_FUNC(0x00A223E0, void, NavmeshUpdates__ctor, (NavmeshUpdates * __this, MethodInfo * method)); DO_APP_FUNC(0x00A223F0, void, NavmeshUpdates_NavmeshUpdateSettings__ctor, (NavmeshUpdates_NavmeshUpdateSettings * __this, NavmeshBase * graph, MethodInfo * method)); DO_APP_FUNC(0x00A225D0, void, NavmeshUpdates_NavmeshUpdateSettings_Refresh, (NavmeshUpdates_NavmeshUpdateSettings * __this, bool forceCreate, MethodInfo * method)); DO_APP_FUNC(0x00A22D40, void, NavmeshUpdates_NavmeshUpdateSettings_OnRecalculatedTiles, (NavmeshUpdates_NavmeshUpdateSettings * __this, NavmeshTile__Array * tiles, MethodInfo * method)); DO_APP_FUNC(0x00A22E20, void, NavmeshUpdates_NavmeshUpdateSettings_AddClipper, (NavmeshUpdates_NavmeshUpdateSettings * __this, NavmeshClipper * obj, MethodInfo * method)); DO_APP_FUNC(0x00A22F10, void, NavmeshUpdates_NavmeshUpdateSettings_RemoveClipper, (NavmeshUpdates_NavmeshUpdateSettings * __this, NavmeshClipper * obj, MethodInfo * method)); DO_APP_FUNC(0x00A23080, Vector3, RelevantGraphSurface_get_Position, (RelevantGraphSurface * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, RelevantGraphSurface *, RelevantGraphSurface_get_Next, (RelevantGraphSurface * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, RelevantGraphSurface *, RelevantGraphSurface_get_Prev, (RelevantGraphSurface * __this, MethodInfo * method)); DO_APP_FUNC(0x00A230A0, RelevantGraphSurface *, RelevantGraphSurface_get_Root, (MethodInfo * method)); DO_APP_FUNC(0x00A230E0, void, RelevantGraphSurface_UpdatePosition, (RelevantGraphSurface * __this, MethodInfo * method)); DO_APP_FUNC(0x00A231B0, void, RelevantGraphSurface_OnEnable, (RelevantGraphSurface * __this, MethodInfo * method)); DO_APP_FUNC(0x00A234B0, void, RelevantGraphSurface_OnDisable, (RelevantGraphSurface * __this, MethodInfo * method)); DO_APP_FUNC(0x00A23B10, void, RelevantGraphSurface_UpdateAllPositions, (MethodInfo * method)); DO_APP_FUNC(0x00A23C40, void, RelevantGraphSurface_FindAllGraphSurfaces, (MethodInfo * method)); DO_APP_FUNC(0x00A23D60, void, RelevantGraphSurface_OnDrawGizmos, (RelevantGraphSurface * __this, MethodInfo * method)); DO_APP_FUNC(0x00A240A0, void, RelevantGraphSurface_OnDrawGizmosSelected, (RelevantGraphSurface * __this, MethodInfo * method)); DO_APP_FUNC(0x00530500, void, RelevantGraphSurface__ctor, (RelevantGraphSurface * __this, MethodInfo * method)); DO_APP_FUNC(0x00A243E0, float, TileHandlerHelper_get_updateInterval, (TileHandlerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00A24450, void, TileHandlerHelper_set_updateInterval, (TileHandlerHelper * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00A244D0, void, TileHandlerHelper_UseSpecifiedHandler, (TileHandlerHelper * __this, TileHandler * newHandler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82560, TileHandlerHelper_UseSpecifiedHandler__MethodInfo); DO_APP_FUNC(0x00A24530, void, TileHandlerHelper_DiscardPending, (TileHandlerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00A245B0, void, TileHandlerHelper_ForceUpdate, (TileHandlerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, TileHandlerHelper__ctor, (TileHandlerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EnumFlagAttribute__ctor, (EnumFlagAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UniqueComponentAttribute__ctor, (UniqueComponentAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00A24630, void, VersionedMonoBehaviour_Awake, (VersionedMonoBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00A246B0, void, VersionedMonoBehaviour_Reset, (VersionedMonoBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VersionedMonoBehaviour_UnityEngine_ISerializationCallbackReceiver_OnBeforeSerialize, (VersionedMonoBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00A246E0, void, VersionedMonoBehaviour_UnityEngine_ISerializationCallbackReceiver_OnAfterDeserialize, (VersionedMonoBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, VersionedMonoBehaviour_OnUpgradeSerializedData, (VersionedMonoBehaviour * __this, int32_t version, bool unityThread, MethodInfo * method)); DO_APP_FUNC(0x00A24710, void, VersionedMonoBehaviour_Pathfinding_IVersionedMonoBehaviourInternal_UpgradeFromUnityThread, (VersionedMonoBehaviour * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82558, VersionedMonoBehaviour_Pathfinding_IVersionedMonoBehaviourInternal_UpgradeFromUnityThread__MethodInfo); DO_APP_FUNC(0x003AC000, void, VersionedMonoBehaviour__ctor, (VersionedMonoBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ABPath_get_hasEndPoint, (ABPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A24780, void, ABPath__ctor, (ABPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A247D0, ABPath *, ABPath_Construct, (Vector3 start, Vector3 end, OnPathDelegate * callback, MethodInfo * method)); DO_APP_FUNC(0x00A248F0, void, ABPath_Setup, (ABPath * __this, Vector3 start, Vector3 end, OnPathDelegate * callbackDelegate, MethodInfo * method)); DO_APP_FUNC(0x00A24990, ABPath *, ABPath_FakePath, (List_1_UnityEngine_Vector3_ * vectorPath, List_1_Pathfinding_GraphNode_ * nodePath, MethodInfo * method)); DO_APP_FUNC(0x00A24DF0, void, ABPath_UpdateStartEnd, (ABPath * __this, Vector3 start, Vector3 end, MethodInfo * method)); DO_APP_FUNC(0x00A24FC0, uint32_t, ABPath_GetConnectionSpecialCost, (ABPath * __this, GraphNode * a, GraphNode * b, uint32_t currentCost, MethodInfo * method)); DO_APP_FUNC(0x00A25710, void, ABPath_Reset, (ABPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A25A20, bool, ABPath_EndPointGridGraphSpecialCase, (ABPath * __this, GraphNode * closestWalkableEndNode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82538, ABPath_EndPointGridGraphSpecialCase__MethodInfo); DO_APP_FUNC(0x00A26190, void, ABPath_SetFlagOnSurroundingGridNodes, (ABPath * __this, GridNode * gridNode, int32_t flag, bool flagState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82528, ABPath_SetFlagOnSurroundingGridNodes__MethodInfo); DO_APP_FUNC(0x00A264A0, void, ABPath_Prepare, (ABPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A269C0, void, ABPath_CompletePathIfStartIsValidTarget, (ABPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A26AA0, void, ABPath_Initialize, (ABPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A26E50, void, ABPath_Cleanup, (ABPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A26FB0, void, ABPath_CompleteWith, (ABPath * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C824F8, ABPath_CompleteWith__MethodInfo); DO_APP_FUNC(0x00A27130, void, ABPath_CalculateStep, (ABPath * __this, int64_t targetTick, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C824E0, ABPath_CalculateStep__MethodInfo); DO_APP_FUNC(0x00A273E0, String *, ABPath_DebugString, (ABPath * __this, PathLog__Enum logMode, MethodInfo * method)); DO_APP_FUNC(0x00A27750, Vector3, ABPath_GetMovementVector, (ABPath * __this, Vector3 point, MethodInfo * method)); DO_APP_FUNC(0x00A27B80, void, ABPath__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ConstantPath_get_FloodingPath, (ConstantPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A27C20, ConstantPath *, ConstantPath_Construct, (Vector3 start, int32_t maxGScore, OnPathDelegate * callback, MethodInfo * method)); DO_APP_FUNC(0x00A27E30, void, ConstantPath_Setup, (ConstantPath * __this, Vector3 start, int32_t maxGScore, OnPathDelegate * callback, MethodInfo * method)); DO_APP_FUNC(0x00A27FE0, void, ConstantPath_OnEnterPool, (ConstantPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A28070, void, ConstantPath_Reset, (ConstantPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A28290, void, ConstantPath_Prepare, (ConstantPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A283D0, void, ConstantPath_Initialize, (ConstantPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A28660, void, ConstantPath_Cleanup, (ConstantPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A28740, void, ConstantPath_CalculateStep, (ConstantPath * __this, int64_t targetTick, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82480, ConstantPath_CalculateStep__MethodInfo); DO_APP_FUNC(0x00A28990, void, ConstantPath__ctor, (ConstantPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A289E0, void, EndingConditionDistance__ctor, (EndingConditionDistance * __this, Path_1 * p, int32_t maxGScore, MethodInfo * method)); DO_APP_FUNC(0x00A28AB0, bool, EndingConditionDistance_TargetFound, (EndingConditionDistance * __this, PathNode * node, MethodInfo * method)); DO_APP_FUNC(0x00A28AE0, void, FleePath__ctor, (FleePath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A28C50, FleePath *, FleePath_Construct, (Vector3 start, Vector3 avoid, int32_t searchLength, OnPathDelegate * callback, MethodInfo * method)); DO_APP_FUNC(0x00A28D90, void, FleePath_Setup, (FleePath * __this, Vector3 start, Vector3 avoid, int32_t searchLength, OnPathDelegate * callback, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, FloodPath_get_FloodingPath, (FloodPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A28E50, bool, FloodPath_HasPathTo, (FloodPath * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x00A28EE0, GraphNode *, FloodPath_GetParent, (FloodPath * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x00A28F40, void, FloodPath__ctor, (FloodPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A28FA0, FloodPath *, FloodPath_Construct, (Vector3 start, OnPathDelegate * callback, MethodInfo * method)); DO_APP_FUNC(0x00A290B0, FloodPath *, FloodPath_Construct_1, (GraphNode * start, OnPathDelegate * callback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82458, FloodPath_Construct_1__MethodInfo); DO_APP_FUNC(0x00A29300, void, FloodPath_Setup, (FloodPath * __this, Vector3 start, OnPathDelegate * callback, MethodInfo * method)); DO_APP_FUNC(0x00A29390, void, FloodPath_Setup_1, (FloodPath * __this, GraphNode * start, OnPathDelegate * callback, MethodInfo * method)); DO_APP_FUNC(0x00A29540, void, FloodPath_Reset, (FloodPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A29730, void, FloodPath_Prepare, (FloodPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A29950, void, FloodPath_Initialize, (FloodPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A29C00, void, FloodPath_CalculateStep, (FloodPath * __this, int64_t targetTick, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82430, FloodPath_CalculateStep__MethodInfo); DO_APP_FUNC(0x00A29E50, void, FloodPathConstraint__ctor, (FloodPathConstraint * __this, FloodPath * path, MethodInfo * method)); DO_APP_FUNC(0x00A29F30, bool, FloodPathConstraint_Suitable, (FloodPathConstraint * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, FloodPathTracer_get_hasEndPoint, (FloodPathTracer * __this, MethodInfo * method)); DO_APP_FUNC(0x00A29FD0, void, FloodPathTracer__ctor, (FloodPathTracer * __this, MethodInfo * method)); DO_APP_FUNC(0x00A2A060, FloodPathTracer *, FloodPathTracer_Construct, (Vector3 start, FloodPath * flood, OnPathDelegate * callback, MethodInfo * method)); DO_APP_FUNC(0x00A2A130, void, FloodPathTracer_Setup, (FloodPathTracer * __this, Vector3 start, FloodPath * flood, OnPathDelegate * callback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C823F8, FloodPathTracer_Setup__MethodInfo); DO_APP_FUNC(0x00A2A400, void, FloodPathTracer_Reset, (FloodPathTracer * __this, MethodInfo * method)); DO_APP_FUNC(0x00A2A470, void, FloodPathTracer_Initialize, (FloodPathTracer * __this, MethodInfo * method)); DO_APP_FUNC(0x00A2A510, void, FloodPathTracer_CalculateStep, (FloodPathTracer * __this, int64_t targetTick, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C823E8, FloodPathTracer_CalculateStep__MethodInfo); DO_APP_FUNC(0x00A2A580, void, FloodPathTracer_Trace, (FloodPathTracer * __this, GraphNode * from, MethodInfo * method)); DO_APP_FUNC(0x00A2A790, bool, MultiTargetPath_get_inverted, (MultiTargetPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A2A7A0, void, MultiTargetPath_set_inverted, (MultiTargetPath * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00A2A7B0, void, MultiTargetPath__ctor, (MultiTargetPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A2A850, MultiTargetPath *, MultiTargetPath_Construct, (Vector3__Array * startPoints, Vector3 target, OnPathDelegate__Array * callbackDelegates, OnPathDelegate * callback, MethodInfo * method)); DO_APP_FUNC(0x00A2A8A0, MultiTargetPath *, MultiTargetPath_Construct_1, (Vector3 start, Vector3__Array * targets, OnPathDelegate__Array * callbackDelegates, OnPathDelegate * callback, MethodInfo * method)); DO_APP_FUNC(0x00A2A980, void, MultiTargetPath_Setup, (MultiTargetPath * __this, Vector3 start, Vector3__Array * targets, OnPathDelegate__Array * callbackDelegates, OnPathDelegate * callback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C823D0, MultiTargetPath_Setup__MethodInfo); DO_APP_FUNC(0x00A2ADB0, void, MultiTargetPath_Reset, (MultiTargetPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A2AE00, void, MultiTargetPath_OnEnterPool, (MultiTargetPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A2B280, void, MultiTargetPath_ChooseShortestPath, (MultiTargetPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A2B3C0, void, MultiTargetPath_SetPathParametersForReturn, (MultiTargetPath * __this, int32_t target, MethodInfo * method)); DO_APP_FUNC(0x00A2B6C0, void, MultiTargetPath_ReturnPath, (MultiTargetPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A2B9A0, void, MultiTargetPath_FoundTarget, (MultiTargetPath * __this, PathNode * nodeR, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x00A2BC40, void, MultiTargetPath_RebuildOpenList, (MultiTargetPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A2BE80, void, MultiTargetPath_Prepare, (MultiTargetPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A2C690, void, MultiTargetPath_RecalculateHTarget, (MultiTargetPath * __this, bool firstTime, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82390, MultiTargetPath_RecalculateHTarget__MethodInfo); DO_APP_FUNC(0x00A2CF00, void, MultiTargetPath_Initialize, (MultiTargetPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A2D260, void, MultiTargetPath_Cleanup, (MultiTargetPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A2D450, void, MultiTargetPath_ResetFlags, (MultiTargetPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A2D4F0, void, MultiTargetPath_CalculateStep, (MultiTargetPath * __this, int64_t targetTick, MethodInfo * method)); DO_APP_FUNC(0x00A2D720, void, MultiTargetPath_Trace, (MultiTargetPath * __this, PathNode * node, MethodInfo * method)); DO_APP_FUNC(0x00A2D9D0, String *, MultiTargetPath_DebugString, (MultiTargetPath * __this, PathLog__Enum logMode, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, RandomPath_get_FloodingPath, (RandomPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, RandomPath_get_hasEndPoint, (RandomPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A2E150, void, RandomPath_Reset, (RandomPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A28AE0, void, RandomPath__ctor, (RandomPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A2E2A0, RandomPath *, RandomPath_Construct, (Vector3 start, int32_t length, OnPathDelegate * callback, MethodInfo * method)); DO_APP_FUNC(0x00A2E370, RandomPath *, RandomPath_Setup, (RandomPath * __this, Vector3 start, int32_t length, OnPathDelegate * callback, MethodInfo * method)); DO_APP_FUNC(0x00A2E540, void, RandomPath_ReturnPath, (RandomPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A2E6F0, void, RandomPath_Prepare, (RandomPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A2EAE0, void, RandomPath_Initialize, (RandomPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A2ED80, void, RandomPath_CalculateStep, (RandomPath * __this, int64_t targetTick, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C822E8, RandomPath_CalculateStep__MethodInfo); DO_APP_FUNC(0x00A2F0C0, void, XPath__ctor, (XPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A2F150, XPath *, XPath_Construct, (Vector3 start, Vector3 end, OnPathDelegate * callback, MethodInfo * method)); DO_APP_FUNC(0x00A2A400, void, XPath_Reset, (XPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, XPath_EndPointGridGraphSpecialCase, (XPath * __this, GraphNode * endNode, MethodInfo * method)); DO_APP_FUNC(0x00A2F310, void, XPath_CompletePathIfStartIsValidTarget, (XPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A2F3E0, void, XPath_ChangeEndNode, (XPath * __this, GraphNode * target, MethodInfo * method)); DO_APP_FUNC(0x00A2F520, void, XPath_CalculateStep, (XPath * __this, int64_t targetTick, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C822D0, XPath_CalculateStep__MethodInfo); DO_APP_FUNC(0x003AC050, void, PathEndingCondition__ctor, (PathEndingCondition * __this, MethodInfo * method)); DO_APP_FUNC(0x00A2F770, void, PathEndingCondition__ctor_1, (PathEndingCondition * __this, Path_1 * p, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C822B0, PathEndingCondition__ctor_1__MethodInfo); DO_APP_FUNC(0x00A2F830, void, ABPathEndingCondition__ctor, (ABPathEndingCondition * __this, ABPath * p, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C822C0, ABPathEndingCondition__ctor__MethodInfo); DO_APP_FUNC(0x00A2F950, bool, ABPathEndingCondition_TargetFound, (ABPathEndingCondition * __this, PathNode * node, MethodInfo * method)); DO_APP_FUNC(0x00A2F980, void, EndingConditionProximity__ctor, (EndingConditionProximity * __this, ABPath * p, float maxDistance, MethodInfo * method)); DO_APP_FUNC(0x00A2F9B0, bool, EndingConditionProximity_TargetFound, (EndingConditionProximity * __this, PathNode * node, MethodInfo * method)); DO_APP_FUNC(0x00A2FA70, void, BlockManager_Start, (BlockManager * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C822A8, BlockManager_Start__MethodInfo); DO_APP_FUNC(0x00A2FB50, bool, BlockManager_NodeContainsAnyOf, (BlockManager * __this, GraphNode * node, List_1_Pathfinding_SingleNodeBlocker_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00A2FC80, bool, BlockManager_NodeContainsAnyExcept, (BlockManager * __this, GraphNode * node, List_1_Pathfinding_SingleNodeBlocker_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00A2FDB0, void, BlockManager_InternalBlock, (BlockManager * __this, GraphNode * node, SingleNodeBlocker * blocker, MethodInfo * method)); DO_APP_FUNC(0x00A30000, void, BlockManager_InternalUnblock, (BlockManager * __this, GraphNode * node, SingleNodeBlocker * blocker, MethodInfo * method)); DO_APP_FUNC(0x00A30250, void, BlockManager__ctor, (BlockManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, BlockManager_BlockMode__Enum, BlockManager_TraversalProvider_get_mode, (BlockManager_TraversalProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, BlockManager_TraversalProvider_set_mode, (BlockManager_TraversalProvider * __this, BlockManager_BlockMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00A303C0, void, BlockManager_TraversalProvider__ctor, (BlockManager_TraversalProvider * __this, BlockManager * blockManager, BlockManager_BlockMode__Enum mode, List_1_Pathfinding_SingleNodeBlocker_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C839A8, BlockManager_TraversalProvider__ctor__MethodInfo); DO_APP_FUNC(0x00A30630, bool, BlockManager_TraversalProvider_CanTraverse, (BlockManager_TraversalProvider * __this, Path_1 * path, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x00A308D0, uint32_t, BlockManager_TraversalProvider_GetTraversalCost, (BlockManager_TraversalProvider * __this, Path_1 * path, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BlockManager_c_DisplayClass6_0__ctor, (BlockManager_c_DisplayClass6_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A30910, void, BlockManager_c_DisplayClass6_0__InternalBlock_b__0, (BlockManager_c_DisplayClass6_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82280, BlockManager_c_DisplayClass6_0__InternalBlock_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, BlockManager_c_DisplayClass7_0__ctor, (BlockManager_c_DisplayClass7_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A30A70, void, BlockManager_c_DisplayClass7_0__InternalUnblock_b__0, (BlockManager_c_DisplayClass7_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82268, BlockManager_c_DisplayClass7_0__InternalUnblock_b__0__MethodInfo); DO_APP_FUNC(0x003B93E0, GraphNode *, SingleNodeBlocker_get_lastBlocked, (SingleNodeBlocker * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, SingleNodeBlocker_set_lastBlocked, (SingleNodeBlocker * __this, GraphNode * value, MethodInfo * method)); DO_APP_FUNC(0x00A30BB0, void, SingleNodeBlocker_BlockAtCurrentPosition, (SingleNodeBlocker * __this, MethodInfo * method)); DO_APP_FUNC(0x00A30C90, void, SingleNodeBlocker_BlockAt, (SingleNodeBlocker * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x00A30E70, void, SingleNodeBlocker_Block, (SingleNodeBlocker * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C838F8, SingleNodeBlocker_Block__MethodInfo); DO_APP_FUNC(0x00A30F60, void, SingleNodeBlocker_Unblock, (SingleNodeBlocker * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SingleNodeBlocker__ctor, (SingleNodeBlocker * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AstarProfiler__ctor, (AstarProfiler * __this, MethodInfo * method)); DO_APP_FUNC(0x00A31000, void, AstarProfiler_InitializeFastProfile, (String__Array * profileNames, MethodInfo * method)); DO_APP_FUNC(0x00A31560, void, AstarProfiler_StartFastProfile, (int32_t tag, MethodInfo * method)); DO_APP_FUNC(0x00A31630, void, AstarProfiler_EndFastProfile, (int32_t tag, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AstarProfiler_EndProfile, (MethodInfo * method)); DO_APP_FUNC(0x00A316C0, void, AstarProfiler_StartProfile, (String * tag, MethodInfo * method)); DO_APP_FUNC(0x00A318C0, void, AstarProfiler_EndProfile_1, (String * tag, MethodInfo * method)); DO_APP_FUNC(0x00A31AB0, void, AstarProfiler_Reset, (MethodInfo * method)); DO_APP_FUNC(0x00A31CF0, void, AstarProfiler_PrintFastResults, (MethodInfo * method)); DO_APP_FUNC(0x00A32500, void, AstarProfiler_PrintResults, (MethodInfo * method)); DO_APP_FUNC(0x00A32F40, void, AstarProfiler__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00A33080, void, AstarProfiler_ProfilePoint__ctor, (AstarProfiler_ProfilePoint * __this, MethodInfo * method)); DO_APP_FUNC(0x00A33110, List_1_Pathfinding_Funnel_PathPart_ *, Funnel_SplitIntoParts, (Path_1 * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C836B0, Funnel_SplitIntoParts__MethodInfo); DO_APP_FUNC(0x00A33940, Funnel_FunnelPortals, Funnel_ConstructFunnelPortals, (List_1_Pathfinding_GraphNode_ * nodes, Funnel_PathPart part, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83698, Funnel_ConstructFunnelPortals__MethodInfo); DO_APP_FUNC(0x00A34070, void, Funnel_ShrinkPortals, (Funnel_FunnelPortals portals, float shrink, MethodInfo * method)); DO_APP_FUNC(0x00A34480, bool, Funnel_UnwrapHelper, (Vector3 portalStart, Vector3 portalEnd, Vector3 prevPoint, Vector3 nextPoint, Quaternion * mRot, Vector3 * mOffset, MethodInfo * method)); DO_APP_FUNC(0x00A349D0, void, Funnel_Unwrap, (Funnel_FunnelPortals funnel, Vector2__Array * left, Vector2__Array * right, MethodInfo * method)); DO_APP_FUNC(0x00A35520, int32_t, Funnel_FixFunnel, (Vector2__Array * left, Vector2__Array * right, int32_t numPortals, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83688, Funnel_FixFunnel__MethodInfo); DO_APP_FUNC(0x00A356E0, Vector2, Funnel_ToXZ, (Vector3 p, MethodInfo * method)); DO_APP_FUNC(0x00A35700, Vector3, Funnel_FromXZ, (Vector2 p, MethodInfo * method)); DO_APP_FUNC(0x00A35730, bool, Funnel_RightOrColinear, (Vector2 a, Vector2 b, MethodInfo * method)); DO_APP_FUNC(0x00A35770, bool, Funnel_LeftOrColinear, (Vector2 a, Vector2 b, MethodInfo * method)); DO_APP_FUNC(0x00A357B0, List_1_UnityEngine_Vector3_ *, Funnel_Calculate, (Funnel_FunnelPortals funnel, bool unwrap, bool splitAtEveryPortal, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83660, Funnel_Calculate__MethodInfo); DO_APP_FUNC(0x00A36190, void, Funnel_Calculate_1, (Vector2__Array * left, Vector2__Array * right, int32_t numPortals, int32_t startIndex, List_1_System_Int32_ * funnelPath, int32_t maxCorners, bool * lastCorner, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83638, Funnel_Calculate_1__MethodInfo); DO_APP_FUNC(0x003AC050, void, Funnel__ctor, (Funnel * __this, MethodInfo * method)); DO_APP_FUNC(0x00A36650, bool, GraphUpdateUtilities_UpdateGraphsNoBlock, (GraphUpdateObject * guo, GraphNode * node1, GraphNode * node2, bool alwaysRevert, MethodInfo * method)); DO_APP_FUNC(0x00A36760, bool, GraphUpdateUtilities_UpdateGraphsNoBlock_1, (GraphUpdateObject * guo, List_1_Pathfinding_GraphNode_ * nodes, bool alwaysRevert, MethodInfo * method)); DO_APP_FUNC(0x00A36A10, bool, PathUtilities_IsPathPossible, (GraphNode * node1, GraphNode * node2, MethodInfo * method)); DO_APP_FUNC(0x00A36A70, bool, PathUtilities_IsPathPossible_1, (List_1_Pathfinding_GraphNode_ * nodes, MethodInfo * method)); DO_APP_FUNC(0x00A36B90, bool, PathUtilities_IsPathPossible_2, (List_1_Pathfinding_GraphNode_ * nodes, int32_t tagMask, MethodInfo * method)); DO_APP_FUNC(0x00A36DB0, List_1_Pathfinding_GraphNode_ *, PathUtilities_GetReachableNodes, (GraphNode * seed, int32_t tagMask, Func_2_Pathfinding_GraphNode_Boolean_ * filter, MethodInfo * method)); DO_APP_FUNC(0x00A371C0, List_1_Pathfinding_GraphNode_ *, PathUtilities_BFS, (GraphNode * seed, int32_t depth, int32_t tagMask, Func_2_Pathfinding_GraphNode_Boolean_ * filter, MethodInfo * method)); DO_APP_FUNC(0x00A37760, List_1_UnityEngine_Vector3_ *, PathUtilities_GetSpiralPoints, (int32_t count, float clearance, MethodInfo * method)); DO_APP_FUNC(0x00A37BD0, Vector3, PathUtilities_InvoluteOfCircle, (float a, float t, MethodInfo * method)); DO_APP_FUNC(0x00A37C60, void, PathUtilities_GetPointsAroundPointWorld, (Vector3 p, IRaycastableGraph * g, List_1_UnityEngine_Vector3_ * previousPoints, float radius, float clearanceRadius, MethodInfo * method)); DO_APP_FUNC(0x00A37ED0, void, PathUtilities_GetPointsAroundPoint, (Vector3 center, IRaycastableGraph * g, List_1_UnityEngine_Vector3_ * previousPoints, float radius, float clearanceRadius, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83538, PathUtilities_GetPointsAroundPoint__MethodInfo); DO_APP_FUNC(0x00A386E0, List_1_UnityEngine_Vector3_ *, PathUtilities_GetPointsOnNodes, (List_1_Pathfinding_GraphNode_ * nodes, int32_t count, float clearanceRadius, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C834F0, PathUtilities_GetPointsOnNodes__MethodInfo); DO_APP_FUNC(0x003AC050, void, PathUtilities_c_DisplayClass3_0__ctor, (PathUtilities_c_DisplayClass3_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A38ED0, void, PathUtilities_c_DisplayClass3_0__GetReachableNodes_b__0, (PathUtilities_c_DisplayClass3_0 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83590, PathUtilities_c_DisplayClass3_0__GetReachableNodes_b__0__MethodInfo); DO_APP_FUNC(0x00A38FB0, void, PathUtilities_c_DisplayClass3_0__GetReachableNodes_b__1, (PathUtilities_c_DisplayClass3_0 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83588, PathUtilities_c_DisplayClass3_0__GetReachableNodes_b__1__MethodInfo); DO_APP_FUNC(0x003AC050, void, PathUtilities_c_DisplayClass6_0__ctor, (PathUtilities_c_DisplayClass6_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A390D0, void, PathUtilities_c_DisplayClass6_0__BFS_b__0, (PathUtilities_c_DisplayClass6_0 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83568, PathUtilities_c_DisplayClass6_0__BFS_b__0__MethodInfo); DO_APP_FUNC(0x00A39230, void, PathUtilities_c_DisplayClass6_0__BFS_b__1, (PathUtilities_c_DisplayClass6_0 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83560, PathUtilities_c_DisplayClass6_0__BFS_b__1__MethodInfo); DO_APP_FUNC(0x00A393A0, int32_t, Profile_ControlValue, (Profile * __this, MethodInfo * method)); DO_APP_FUNC(0x00A393B0, void, Profile__ctor, (Profile * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Profile_WriteCSV, (String * path, Profile__Array * profiles, MethodInfo * method)); DO_APP_FUNC(0x00A394B0, void, Profile_Run, (Profile * __this, Action * action, MethodInfo * method)); DO_APP_FUNC(0x00A394E0, void, Profile_Start, (Profile * __this, MethodInfo * method)); DO_APP_FUNC(0x00A39550, void, Profile_Stop, (Profile * __this, MethodInfo * method)); DO_APP_FUNC(0x00A39580, void, Profile_Log, (Profile * __this, MethodInfo * method)); DO_APP_FUNC(0x00A395F0, void, Profile_ConsoleLog, (Profile * __this, MethodInfo * method)); DO_APP_FUNC(0x00A39660, void, Profile_Stop_1, (Profile * __this, int32_t control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83438, Profile_Stop_1__MethodInfo); DO_APP_FUNC(0x00A39750, void, Profile_Control, (Profile * __this, Profile * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83408, Profile_Control__MethodInfo); DO_APP_FUNC(0x00A399D0, String *, Profile_ToString, (Profile * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, UnityReferenceHelper_GetGUID, (UnityReferenceHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00A39E10, void, UnityReferenceHelper_Awake, (UnityReferenceHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00A39E20, void, UnityReferenceHelper_Reset, (UnityReferenceHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, UnityReferenceHelper__ctor, (UnityReferenceHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00A3A1E0, void, LegacyAIPath_Awake, (LegacyAIPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A3A3F0, void, LegacyAIPath_OnPathComplete, (LegacyAIPath * __this, Path_1 * _p, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83358, LegacyAIPath_OnPathComplete__MethodInfo); DO_APP_FUNC(0x00A3A720, void, LegacyAIPath_Update, (LegacyAIPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A3ABC0, float, LegacyAIPath_XZSqrMagnitude, (LegacyAIPath * __this, Vector3 a, Vector3 b, MethodInfo * method)); DO_APP_FUNC(0x00A3ABF0, Vector3, LegacyAIPath_CalculateVelocity, (LegacyAIPath * __this, Vector3 currentPosition, MethodInfo * method)); DO_APP_FUNC(0x00A3B260, void, LegacyAIPath_RotateTowards, (LegacyAIPath * __this, Vector3 dir, MethodInfo * method)); DO_APP_FUNC(0x00A3B600, Vector3, LegacyAIPath_CalculateTargetPoint, (LegacyAIPath * __this, Vector3 p, Vector3 a, Vector3 b, MethodInfo * method)); DO_APP_FUNC(0x00A3B8E0, void, LegacyAIPath__ctor, (LegacyAIPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00A3BA50, void, LegacyRichAI_Awake, (LegacyRichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x00A3BC60, void, LegacyRichAI_Update, (LegacyRichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x00A3D7A0, Vector3, LegacyRichAI_RaycastPosition, (LegacyRichAI * __this, Vector3 position, float lasty, MethodInfo * method)); DO_APP_FUNC(0x00A3D9E0, bool, LegacyRichAI_RotateTowards, (LegacyRichAI * __this, Vector3 trotdir, MethodInfo * method)); DO_APP_FUNC(0x00A3DE30, void, LegacyRichAI__ctor, (LegacyRichAI * __this, MethodInfo * method)); DO_APP_FUNC(0x00A3DE90, void, LegacyRVOController_Update, (LegacyRVOController * __this, MethodInfo * method)); DO_APP_FUNC(0x00A3E530, void, LegacyRVOController__ctor, (LegacyRVOController * __this, MethodInfo * method)); DO_APP_FUNC(0x00A3E5E0, void, VoxelArea_Reset, (VoxelArea * __this, MethodInfo * method)); DO_APP_FUNC(0x00A3E700, void, VoxelArea__ctor, (VoxelArea * __this, int32_t width, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x00A3EB20, int32_t, VoxelArea_GetSpanCountAll, (VoxelArea * __this, MethodInfo * method)); DO_APP_FUNC(0x00A3EB90, int32_t, VoxelArea_GetSpanCount, (VoxelArea * __this, MethodInfo * method)); DO_APP_FUNC(0x00A3EC10, void, VoxelArea_AddLinkedSpan, (VoxelArea * __this, int32_t index, uint32_t bottom, uint32_t top, int32_t area, int32_t voxelWalkableClimb, MethodInfo * method)); DO_APP_FUNC(0x00A3EC70, void, LinkedVoxelSpan__ctor, (LinkedVoxelSpan * __this, uint32_t bottom, uint32_t top, int32_t area, MethodInfo * method)); DO_APP_FUNC(0x00A3EC90, void, LinkedVoxelSpan__ctor_1, (LinkedVoxelSpan * __this, uint32_t bottom, uint32_t top, int32_t area, int32_t next, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RasterizationMesh__ctor, (RasterizationMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x00A3ECB0, void, RasterizationMesh__ctor_1, (RasterizationMesh * __this, Vector3__Array * vertices, Int32__Array * triangles, Bounds bounds, MethodInfo * method)); DO_APP_FUNC(0x00A3EE70, void, RasterizationMesh__ctor_2, (RasterizationMesh * __this, Vector3__Array * vertices, Int32__Array * triangles, Bounds bounds, Matrix4x4 matrix, MethodInfo * method)); DO_APP_FUNC(0x00A3EFF0, void, RasterizationMesh_RecalculateBounds, (RasterizationMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x00A3F360, void, RasterizationMesh_Pool, (RasterizationMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VoxelContourSet__ctor, (VoxelContourSet * __this, MethodInfo * method)); DO_APP_FUNC(0x00A3F430, void, VoxelCell_AddSpan, (VoxelCell * __this, uint32_t bottom, uint32_t top, int32_t area, int32_t voxelWalkableClimb, MethodInfo * method)); DO_APP_FUNC(0x009B8F70, void, CompactVoxelCell__ctor, (CompactVoxelCell * __this, uint32_t i, uint32_t c, MethodInfo * method)); DO_APP_FUNC(0x00A3F630, void, CompactVoxelSpan__ctor, (CompactVoxelSpan * __this, uint16_t bottom, uint32_t height, MethodInfo * method)); DO_APP_FUNC(0x00A3F650, void, CompactVoxelSpan_SetConnection, (CompactVoxelSpan * __this, int32_t dir, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x00A3F680, int32_t, CompactVoxelSpan_GetConnection, (CompactVoxelSpan * __this, int32_t dir, MethodInfo * method)); DO_APP_FUNC(0x00A3F6A0, void, VoxelSpan__ctor, (VoxelSpan * __this, uint32_t b, uint32_t t, int32_t area, MethodInfo * method)); DO_APP_FUNC(0x00A3F6B0, void, Voxelize_BuildContours, (Voxelize * __this, float maxError, int32_t maxEdgeLength, VoxelContourSet * cset, int32_t buildFlags, MethodInfo * method)); DO_APP_FUNC(0x00A40690, void, Voxelize_GetClosestIndices, (Voxelize * __this, Int32__Array * vertsa, int32_t nvertsa, Int32__Array * vertsb, int32_t nvertsb, int32_t * ia, int32_t * ib, MethodInfo * method)); DO_APP_FUNC(0x00A40930, void, Voxelize_ReleaseContours, (VoxelContourSet * cset, MethodInfo * method)); DO_APP_FUNC(0x00A40AB0, bool, Voxelize_MergeContours, (VoxelContour * ca, VoxelContour * cb, int32_t ia, int32_t ib, MethodInfo * method)); DO_APP_FUNC(0x00A40E90, void, Voxelize_SimplifyContour, (Voxelize * __this, List_1_System_Int32_ * verts, List_1_System_Int32_ * simplified, float maxError, int32_t maxEdgeLenght, int32_t buildFlags, MethodInfo * method)); DO_APP_FUNC(0x00A41DD0, void, Voxelize_WalkContour, (Voxelize * __this, int32_t x, int32_t z, int32_t i, UInt16__Array * flags, List_1_System_Int32_ * verts, MethodInfo * method)); DO_APP_FUNC(0x00A422D0, int32_t, Voxelize_GetCornerHeight, (Voxelize * __this, int32_t x, int32_t z, int32_t i, int32_t dir, bool * isBorderVertex, MethodInfo * method)); DO_APP_FUNC(0x00A42A20, void, Voxelize_RemoveDegenerateSegments, (Voxelize * __this, List_1_System_Int32_ * simplified, MethodInfo * method)); DO_APP_FUNC(0x00A42B80, int32_t, Voxelize_CalcAreaOfPolygon2D, (Voxelize * __this, Int32__Array * verts, int32_t nverts, MethodInfo * method)); DO_APP_FUNC(0x00A42C60, bool, Voxelize_Ileft, (int32_t a, int32_t b, int32_t c, Int32__Array * va, Int32__Array * vb, Int32__Array * vc, MethodInfo * method)); DO_APP_FUNC(0x00A42D30, bool, Voxelize_Diagonal, (int32_t i, int32_t j, int32_t n, Int32__Array * verts, Int32__Array * indices, MethodInfo * method)); DO_APP_FUNC(0x00A42EC0, bool, Voxelize_InCone, (int32_t i, int32_t j, int32_t n, Int32__Array * verts, Int32__Array * indices, MethodInfo * method)); DO_APP_FUNC(0x00A43020, bool, Voxelize_Left, (int32_t a, int32_t b, int32_t c, Int32__Array * verts, MethodInfo * method)); DO_APP_FUNC(0x00A43040, bool, Voxelize_LeftOn, (int32_t a, int32_t b, int32_t c, Int32__Array * verts, MethodInfo * method)); DO_APP_FUNC(0x00A43060, bool, Voxelize_Collinear, (int32_t a, int32_t b, int32_t c, Int32__Array * verts, MethodInfo * method)); DO_APP_FUNC(0x00A43080, int32_t, Voxelize_Area2, (int32_t a, int32_t b, int32_t c, Int32__Array * verts, MethodInfo * method)); DO_APP_FUNC(0x00A43140, bool, Voxelize_Diagonalie, (int32_t i, int32_t j, int32_t n, Int32__Array * verts, Int32__Array * indices, MethodInfo * method)); DO_APP_FUNC(0x00A43380, bool, Voxelize_Xorb, (bool x, bool y, MethodInfo * method)); DO_APP_FUNC(0x00A43390, bool, Voxelize_IntersectProp, (int32_t a, int32_t b, int32_t c, int32_t d, Int32__Array * verts, MethodInfo * method)); DO_APP_FUNC(0x00A434C0, bool, Voxelize_Between, (int32_t a, int32_t b, int32_t c, Int32__Array * verts, MethodInfo * method)); DO_APP_FUNC(0x00A435D0, bool, Voxelize_Intersect, (int32_t a, int32_t b, int32_t c, int32_t d, Int32__Array * verts, MethodInfo * method)); DO_APP_FUNC(0x00A43750, bool, Voxelize_Vequal, (int32_t a, int32_t b, Int32__Array * verts, MethodInfo * method)); DO_APP_FUNC(0x00A437C0, int32_t, Voxelize_Prev, (int32_t i, int32_t n, MethodInfo * method)); DO_APP_FUNC(0x00A437D0, int32_t, Voxelize_Next, (int32_t i, int32_t n, MethodInfo * method)); DO_APP_FUNC(0x00A437E0, void, Voxelize_BuildPolyMesh, (Voxelize * __this, VoxelContourSet * cset, int32_t nvp, VoxelMesh * mesh, MethodInfo * method)); DO_APP_FUNC(0x00A440F0, int32_t, Voxelize_Triangulate, (Voxelize * __this, int32_t n, Int32__Array * verts, Int32__Array * * indices, Int32__Array * * tris, MethodInfo * method)); DO_APP_FUNC(0x003C7010, GraphTransform *, Voxelize_get_transformVoxel2Graph, (Voxelize * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, Voxelize_set_transformVoxel2Graph, (Voxelize * __this, GraphTransform * value, MethodInfo * method)); DO_APP_FUNC(0x00A44640, Vector3, Voxelize_CompactSpanToVector, (Voxelize * __this, int32_t x, int32_t z, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x00A44700, void, Voxelize_VectorToIndex, (Voxelize * __this, Vector3 p, int32_t * x, int32_t * z, MethodInfo * method)); DO_APP_FUNC(0x00A447B0, void, Voxelize__ctor, (Voxelize * __this, float ch, float cs, float walkableClimb, float walkableHeight, float maxSlope, float maxEdgeLength, MethodInfo * method)); DO_APP_FUNC(0x00A448D0, void, Voxelize_Init, (Voxelize * __this, MethodInfo * method)); DO_APP_FUNC(0x00A44B00, void, Voxelize_VoxelizeInput, (Voxelize * __this, GraphTransform * graphTransform, Bounds graphSpaceBounds, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83140, Voxelize_VoxelizeInput__MethodInfo); DO_APP_FUNC(0x00A45FF0, void, Voxelize_DebugDrawSpans, (Voxelize * __this, MethodInfo * method)); DO_APP_FUNC(0x00A46050, void, Voxelize_BuildCompactField, (Voxelize * __this, MethodInfo * method)); DO_APP_FUNC(0x00A46490, void, Voxelize_BuildVoxelConnections, (Voxelize * __this, MethodInfo * method)); DO_APP_FUNC(0x00A46880, void, Voxelize_DrawLine, (Voxelize * __this, int32_t a, int32_t b, Int32__Array * indices, Int32__Array * verts, Color color, MethodInfo * method)); DO_APP_FUNC(0x00A46BD0, Vector3, Voxelize_VoxelToWorld, (Voxelize * __this, int32_t x, int32_t y, int32_t z, MethodInfo * method)); DO_APP_FUNC(0x00A46C60, Int3, Voxelize_VoxelToWorldInt3, (Voxelize * __this, Int3 voxelPosition, MethodInfo * method)); DO_APP_FUNC(0x00A46DF0, Vector3, Voxelize_ConvertPosWithoutOffset, (Voxelize * __this, int32_t x, int32_t y, int32_t z, MethodInfo * method)); DO_APP_FUNC(0x00A46E90, Vector3, Voxelize_ConvertPosition, (Voxelize * __this, int32_t x, int32_t z, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x00A46F60, void, Voxelize_ErodeWalkableArea, (Voxelize * __this, int32_t radius, MethodInfo * method)); DO_APP_FUNC(0x00A470C0, void, Voxelize_BuildDistanceField, (Voxelize * __this, MethodInfo * method)); DO_APP_FUNC(0x00A47290, void, Voxelize_ErodeVoxels, (Voxelize * __this, int32_t radius, MethodInfo * method)); DO_APP_FUNC(0x00A47510, void, Voxelize_FilterLowHeightSpans, (Voxelize * __this, uint32_t voxelWalkableHeight, float cs, float ch, MethodInfo * method)); DO_APP_FUNC(0x00A475E0, void, Voxelize_FilterLedges, (Voxelize * __this, uint32_t voxelWalkableHeight, int32_t voxelWalkableClimb, float cs, float ch, MethodInfo * method)); DO_APP_FUNC(0x00A479A0, bool, Voxelize_FloodRegion, (Voxelize * __this, int32_t x, int32_t z, int32_t i, uint32_t level, uint16_t r, UInt16__Array * srcReg, UInt16__Array * srcDist, Int3__Array * stack, Int32__Array * flags, Boolean__Array * closed, MethodInfo * method)); DO_APP_FUNC(0x00A47F60, void, Voxelize_MarkRectWithRegion, (Voxelize * __this, int32_t minx, int32_t maxx, int32_t minz, int32_t maxz, uint16_t region, UInt16__Array * srcReg, MethodInfo * method)); DO_APP_FUNC(0x00A48090, uint16_t, Voxelize_CalculateDistanceField, (Voxelize * __this, UInt16__Array * src, MethodInfo * method)); DO_APP_FUNC(0x00A48BE0, UInt16__Array *, Voxelize_BoxBlur, (Voxelize * __this, UInt16__Array * src, UInt16__Array * dst, MethodInfo * method)); DO_APP_FUNC(0x00A48F70, void, Voxelize_BuildRegions, (Voxelize * __this, MethodInfo * method)); DO_APP_FUNC(0x00A4A2C0, int32_t, Voxelize_union_find_find, (Int32__Array * arr, int32_t x, MethodInfo * method)); DO_APP_FUNC(0x00A4A320, void, Voxelize_union_find_union, (Int32__Array * arr, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00A4A420, void, Voxelize_FilterSmallRegions, (Voxelize * __this, UInt16__Array * reg, int32_t minRegionSize, int32_t maxRegions, MethodInfo * method)); DO_APP_FUNC(0x00A4AEE0, void, VoxelPolygonClipper__ctor, (VoxelPolygonClipper * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x00A4B050, void, VoxelPolygonClipper_set_Item, (VoxelPolygonClipper * __this, int32_t i, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00A4B0C0, void, VoxelPolygonClipper_ClipPolygonAlongX, (VoxelPolygonClipper * __this, VoxelPolygonClipper * result, float multi, float offset, MethodInfo * method)); DO_APP_FUNC(0x00A4B380, void, VoxelPolygonClipper_ClipPolygonAlongZWithYZ, (VoxelPolygonClipper * __this, VoxelPolygonClipper * result, float multi, float offset, MethodInfo * method)); DO_APP_FUNC(0x00A4B5B0, void, VoxelPolygonClipper_ClipPolygonAlongZWithY, (VoxelPolygonClipper * __this, VoxelPolygonClipper * result, float multi, float offset, MethodInfo * method)); DO_APP_FUNC(0x00A4B750, void, Int3PolygonClipper_Init, (Int3PolygonClipper * __this, MethodInfo * method)); DO_APP_FUNC(0x00A4B880, int32_t, Int3PolygonClipper_ClipPolygon, (Int3PolygonClipper * __this, Int3__Array * vIn, int32_t n, Int3__Array * vOut, int32_t multi, int32_t offset, int32_t axis, MethodInfo * method)); DO_APP_FUNC(0x00A4BBA0, float, Utility_Min, (float a, float b, float c, MethodInfo * method)); DO_APP_FUNC(0x00A4BBB0, float, Utility_Max, (float a, float b, float c, MethodInfo * method)); DO_APP_FUNC(0x00A4BBC0, Int3__Array *, Utility_RemoveDuplicateVertices, (Int3__Array * vertices, Int32__Array * triangles, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Utility__ctor, (Utility * __this, MethodInfo * method)); DO_APP_FUNC(0x00A4BF60, void, RecastMeshGatherer__ctor, (RecastMeshGatherer * __this, Bounds bounds, int32_t terrainSampleSize, LayerMask mask, List_1_System_String_ * tagMask, float colliderRasterizeDetail, MethodInfo * method)); DO_APP_FUNC(0x00A4C160, List_1_UnityEngine_MeshFilter_ *, RecastMeshGatherer_FilterMeshes, (MeshFilter__Array * meshFilters, List_1_System_String_ * tagMask, LayerMask layerMask, MethodInfo * method)); DO_APP_FUNC(0x00A4C5B0, void, RecastMeshGatherer_CollectSceneMeshes, (RecastMeshGatherer * __this, List_1_Pathfinding_Voxels_RasterizationMesh_ * meshes, MethodInfo * method)); DO_APP_FUNC(0x00A4CD10, void, RecastMeshGatherer_CollectRecastMeshObjs, (RecastMeshGatherer * __this, List_1_Pathfinding_Voxels_RasterizationMesh_ * buffer, int32_t graphIndex, MethodInfo * method)); DO_APP_FUNC(0x00A4D940, void, RecastMeshGatherer_CollectTerrainMeshes, (RecastMeshGatherer * __this, bool rasterizeTrees, float desiredChunkSize, List_1_Pathfinding_Voxels_RasterizationMesh_ * result, MethodInfo * method)); DO_APP_FUNC(0x00A4DBD0, void, RecastMeshGatherer_GenerateTerrainChunks, (RecastMeshGatherer * __this, Terrain * terrain, Bounds bounds, float desiredChunkSize, List_1_Pathfinding_Voxels_RasterizationMesh_ * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85140, RecastMeshGatherer_GenerateTerrainChunks__MethodInfo); DO_APP_FUNC(0x00A4E530, int32_t, RecastMeshGatherer_CeilDivision, (int32_t lhs, int32_t rhs, MethodInfo * method)); DO_APP_FUNC(0x00A4E540, RasterizationMesh *, RecastMeshGatherer_GenerateHeightmapChunk, (RecastMeshGatherer * __this, Single__Array_1 * heights, Vector3 sampleSize, Vector3 offset, int32_t x0, int32_t z0, int32_t width, int32_t depth, int32_t stride, MethodInfo * method)); DO_APP_FUNC(0x00A4EAC0, void, RecastMeshGatherer_CollectTreeMeshes, (RecastMeshGatherer * __this, Terrain * terrain, List_1_Pathfinding_Voxels_RasterizationMesh_ * result, MethodInfo * method)); DO_APP_FUNC(0x00A4F560, void, RecastMeshGatherer_CollectColliderMeshes, (RecastMeshGatherer * __this, List_1_Pathfinding_Voxels_RasterizationMesh_ * result, MethodInfo * method)); DO_APP_FUNC(0x00A4F9F0, RasterizationMesh *, RecastMeshGatherer_RasterizeCollider, (RecastMeshGatherer * __this, Collider * col, MethodInfo * method)); DO_APP_FUNC(0x00A4FB20, RasterizationMesh *, RecastMeshGatherer_RasterizeCollider_1, (RecastMeshGatherer * __this, Collider * col, Matrix4x4 localToWorldMatrix, MethodInfo * method)); DO_APP_FUNC(0x00A507B0, RasterizationMesh *, RecastMeshGatherer_RasterizeBoxCollider, (RecastMeshGatherer * __this, BoxCollider * collider, Matrix4x4 localToWorldMatrix, MethodInfo * method)); DO_APP_FUNC(0x00A50B60, RasterizationMesh *, RecastMeshGatherer_RasterizeCapsuleCollider, (RecastMeshGatherer * __this, float radius, float height, Bounds bounds, Matrix4x4 localToWorldMatrix, MethodInfo * method)); DO_APP_FUNC(0x00A51720, void, RecastMeshGatherer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RecastMeshGatherer_CapsuleCache__ctor, (RecastMeshGatherer_CapsuleCache * __this, MethodInfo * method)); DO_APP_FUNC(0x00A519F0, void, GraphSerializationContext__ctor, (GraphSerializationContext * __this, BinaryReader * reader, GraphNode__Array * id2NodeMapping, uint32_t graphIndex, GraphMeta * meta, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, GraphSerializationContext__ctor_1, (GraphSerializationContext * __this, BinaryWriter * writer, MethodInfo * method)); DO_APP_FUNC(0x00A51B00, void, GraphSerializationContext_SerializeNodeReference, (GraphSerializationContext * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x00A51B40, GraphNode *, GraphSerializationContext_DeserializeNodeReference, (GraphSerializationContext * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C850D8, GraphSerializationContext_DeserializeNodeReference__MethodInfo); DO_APP_FUNC(0x00A51C90, void, GraphSerializationContext_SerializeVector3, (GraphSerializationContext * __this, Vector3 v, MethodInfo * method)); DO_APP_FUNC(0x00A51D10, Vector3, GraphSerializationContext_DeserializeVector3, (GraphSerializationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x00A51DB0, void, GraphSerializationContext_SerializeInt3, (GraphSerializationContext * __this, Int3 v, MethodInfo * method)); DO_APP_FUNC(0x00A51E30, Int3, GraphSerializationContext_DeserializeInt3, (GraphSerializationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x00A51ED0, int32_t, GraphSerializationContext_DeserializeInt, (GraphSerializationContext * __this, int32_t defaultValue, MethodInfo * method)); DO_APP_FUNC(0x00A51FB0, float, GraphSerializationContext_DeserializeFloat, (GraphSerializationContext * __this, float defaultValue, MethodInfo * method)); DO_APP_FUNC(0x00A52090, Object_1 *, GraphSerializationContext_DeserializeUnityObject, (GraphSerializationContext * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C850D0, GraphSerializationContext_DeserializeUnityObject__MethodInfo); DO_APP_FUNC(0x00A52490, StringBuilder *, AstarSerializer_GetStringBuilder, (MethodInfo * method)); DO_APP_FUNC(0x00A52510, void, AstarSerializer__ctor, (AstarSerializer * __this, AstarData * data, MethodInfo * method)); DO_APP_FUNC(0x00A526D0, void, AstarSerializer__ctor_1, (AstarSerializer * __this, AstarData * data, SerializeSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x003C5410, void, AstarSerializer_SetGraphIndexOffset, (AstarSerializer * __this, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x00A52870, void, AstarSerializer_AddChecksum, (AstarSerializer * __this, Byte__Array * bytes, MethodInfo * method)); DO_APP_FUNC(0x00A528D0, void, AstarSerializer_AddEntry, (AstarSerializer * __this, String * name, Byte__Array * bytes, MethodInfo * method)); DO_APP_FUNC(0x00A528F0, uint32_t, AstarSerializer_GetChecksum, (AstarSerializer * __this, MethodInfo * method)); DO_APP_FUNC(0x00A52900, void, AstarSerializer_OpenSerialize, (AstarSerializer * __this, MethodInfo * method)); DO_APP_FUNC(0x00A52B30, Byte__Array *, AstarSerializer_CloseSerialize, (AstarSerializer * __this, MethodInfo * method)); DO_APP_FUNC(0x00A53180, void, AstarSerializer_SerializeGraphs, (AstarSerializer * __this, NavGraph__Array * _graphs, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85070, AstarSerializer_SerializeGraphs__MethodInfo); DO_APP_FUNC(0x00A53420, Byte__Array *, AstarSerializer_SerializeMeta, (AstarSerializer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85048, AstarSerializer_SerializeMeta__MethodInfo); DO_APP_FUNC(0x00A53980, Byte__Array *, AstarSerializer_Serialize, (AstarSerializer * __this, NavGraph * graph, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AstarSerializer_SerializeNodes, (AstarSerializer * __this, MethodInfo * method)); DO_APP_FUNC(0x00A53A60, int32_t, AstarSerializer_GetMaxNodeIndexInAllGraphs, (NavGraph__Array * graphs, MethodInfo * method)); DO_APP_FUNC(0x00A53B90, Byte__Array *, AstarSerializer_SerializeNodeIndices, (NavGraph__Array * graphs, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85018, AstarSerializer_SerializeNodeIndices__MethodInfo); DO_APP_FUNC(0x00A53F60, Byte__Array *, AstarSerializer_SerializeGraphExtraInfo, (NavGraph * graph, MethodInfo * method)); DO_APP_FUNC(0x00A540D0, Byte__Array *, AstarSerializer_SerializeGraphNodeReferences, (NavGraph * graph, MethodInfo * method)); DO_APP_FUNC(0x00A54320, void, AstarSerializer_SerializeExtraInfo, (AstarSerializer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84FD8, AstarSerializer_SerializeExtraInfo__MethodInfo); DO_APP_FUNC(0x00A54830, Byte__Array *, AstarSerializer_SerializeNodeLinks, (AstarSerializer * __this, MethodInfo * method)); DO_APP_FUNC(0x00A54990, ZipEntry *, AstarSerializer_GetEntry, (AstarSerializer * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00A549B0, bool, AstarSerializer_ContainsEntry, (AstarSerializer * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00A549E0, bool, AstarSerializer_OpenDeserialize, (AstarSerializer * __this, Byte__Array * bytes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84F80, AstarSerializer_OpenDeserialize__MethodInfo); DO_APP_FUNC(0x00A55600, Version *, AstarSerializer_FullyDefinedVersion, (Version * v, MethodInfo * method)); DO_APP_FUNC(0x00A556C0, void, AstarSerializer_CloseDeserialize, (AstarSerializer * __this, MethodInfo * method)); DO_APP_FUNC(0x00A55810, NavGraph *, AstarSerializer_DeserializeGraph, (AstarSerializer * __this, int32_t zipIndex, int32_t graphIndex, Type__Array * availableGraphTypes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84F38, AstarSerializer_DeserializeGraph__MethodInfo); DO_APP_FUNC(0x00A55E00, NavGraph__Array *, AstarSerializer_DeserializeGraphs, (AstarSerializer * __this, Type__Array * availableGraphTypes, MethodInfo * method)); DO_APP_FUNC(0x00A560A0, bool, AstarSerializer_DeserializeExtraInfo, (AstarSerializer * __this, NavGraph * graph, MethodInfo * method)); DO_APP_FUNC(0x00A562B0, bool, AstarSerializer_AnyDestroyedNodesInGraphs, (AstarSerializer * __this, MethodInfo * method)); DO_APP_FUNC(0x00A56400, GraphNode__Array *, AstarSerializer_DeserializeNodeReferenceMap, (AstarSerializer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84ED8, AstarSerializer_DeserializeNodeReferenceMap__MethodInfo); DO_APP_FUNC(0x00A56930, void, AstarSerializer_DeserializeNodeReferences, (AstarSerializer * __this, NavGraph * graph, GraphNode__Array * int2Node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84EA0, AstarSerializer_DeserializeNodeReferences__MethodInfo); DO_APP_FUNC(0x00A56CB0, void, AstarSerializer_DeserializeExtraInfo_1, (AstarSerializer * __this, MethodInfo * method)); DO_APP_FUNC(0x00A57020, void, AstarSerializer_DeserializeNodeLinks, (AstarSerializer * __this, GraphNode__Array * int2Node, MethodInfo * method)); DO_APP_FUNC(0x00A57150, void, AstarSerializer_PostDeserialization, (AstarSerializer * __this, MethodInfo * method)); DO_APP_FUNC(0x00A572D0, void, AstarSerializer_DeserializeEditorSettingsCompatibility, (AstarSerializer * __this, MethodInfo * method)); DO_APP_FUNC(0x00A574F0, BinaryReader *, AstarSerializer_GetBinaryReader, (ZipEntry * entry, MethodInfo * method)); DO_APP_FUNC(0x00A575C0, String *, AstarSerializer_GetString, (ZipEntry * entry, MethodInfo * method)); DO_APP_FUNC(0x00A57730, GraphMeta *, AstarSerializer_DeserializeMeta, (AstarSerializer * __this, ZipEntry * entry, MethodInfo * method)); DO_APP_FUNC(0x00A57870, GraphMeta *, AstarSerializer_DeserializeBinaryMeta, (AstarSerializer * __this, ZipEntry * entry, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84E70, AstarSerializer_DeserializeBinaryMeta__MethodInfo); DO_APP_FUNC(0x00A57E30, void, AstarSerializer_SaveToFile, (String * path, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x00A57F90, Byte__Array *, AstarSerializer_LoadFromFile, (String * path, MethodInfo * method)); DO_APP_FUNC(0x00A58170, void, AstarSerializer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AstarSerializer_c_DisplayClass29_0__ctor, (AstarSerializer_c_DisplayClass29_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A58430, void, AstarSerializer_c_DisplayClass29_0__GetMaxNodeIndexInAllGraphs_b__0, (AstarSerializer_c_DisplayClass29_0 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85040, AstarSerializer_c_DisplayClass29_0__GetMaxNodeIndexInAllGraphs_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AstarSerializer_c_DisplayClass30_0__ctor, (AstarSerializer_c_DisplayClass30_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A584D0, void, AstarSerializer_c_DisplayClass30_0__SerializeNodeIndices_b__0, (AstarSerializer_c_DisplayClass30_0 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85028, AstarSerializer_c_DisplayClass30_0__SerializeNodeIndices_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AstarSerializer_c_DisplayClass32_0__ctor, (AstarSerializer_c_DisplayClass32_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A58580, void, AstarSerializer_c_DisplayClass32_0__SerializeGraphNodeReferences_b__0, (AstarSerializer_c_DisplayClass32_0 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84FF8, AstarSerializer_c_DisplayClass32_0__SerializeGraphNodeReferences_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AstarSerializer_c_DisplayClass43_0__ctor, (AstarSerializer_c_DisplayClass43_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A585B0, void, AstarSerializer_c_DisplayClass43_0__AnyDestroyedNodesInGraphs_b__0, (AstarSerializer_c_DisplayClass43_0 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84F08, AstarSerializer_c_DisplayClass43_0__AnyDestroyedNodesInGraphs_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AstarSerializer_c_DisplayClass44_0__ctor, (AstarSerializer_c_DisplayClass44_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A585E0, void, AstarSerializer_c_DisplayClass44_0__DeserializeNodeReferenceMap_b__0, (AstarSerializer_c_DisplayClass44_0 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84EF8, AstarSerializer_c_DisplayClass44_0__DeserializeNodeReferenceMap_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AstarSerializer_c_DisplayClass45_0__ctor, (AstarSerializer_c_DisplayClass45_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A58670, void, AstarSerializer_c_DisplayClass45_0__DeserializeNodeReferences_b__0, (AstarSerializer_c_DisplayClass45_0 * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84EB0, AstarSerializer_c_DisplayClass45_0__DeserializeNodeReferences_b__0__MethodInfo); DO_APP_FUNC(0x00A586A0, Type *, GraphMeta_GetGraphType, (GraphMeta * __this, int32_t index, Type__Array * availableGraphTypes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84E48, GraphMeta_GetGraphType__MethodInfo); DO_APP_FUNC(0x003AC050, void, GraphMeta__ctor, (GraphMeta * __this, MethodInfo * method)); DO_APP_FUNC(0x00A588C0, SerializeSettings *, SerializeSettings_get_Settings, (MethodInfo * method)); DO_APP_FUNC(0x003BAD40, void, SerializeSettings__ctor, (SerializeSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, JsonMemberAttribute__ctor, (JsonMemberAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, JsonOptInAttribute__ctor, (JsonOptInAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00A58910, void, TinyJsonSerializer_Serialize, (Object * obj, StringBuilder * output, MethodInfo * method)); DO_APP_FUNC(0x00A589E0, void, TinyJsonSerializer__ctor, (TinyJsonSerializer * __this, MethodInfo * method)); DO_APP_FUNC(0x00A591B0, void, TinyJsonSerializer_Serialize_1, (TinyJsonSerializer * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00A59800, void, TinyJsonSerializer_QuotedField, (TinyJsonSerializer * __this, String * name, String * contents, MethodInfo * method)); DO_APP_FUNC(0x00A59880, void, TinyJsonSerializer_SerializeUnityObject, (TinyJsonSerializer * __this, Object_1 * obj, MethodInfo * method)); DO_APP_FUNC(0x00A5A040, void, TinyJsonSerializer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00A5A150, void, TinyJsonSerializer___ctor_b__4_0, (TinyJsonSerializer * __this, Object * v, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84DE8, TinyJsonSerializer___ctor_b__4_0__MethodInfo); DO_APP_FUNC(0x00A5A2A0, void, TinyJsonSerializer___ctor_b__4_1, (TinyJsonSerializer * __this, Object * v, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84E00, TinyJsonSerializer___ctor_b__4_1__MethodInfo); DO_APP_FUNC(0x00A5A350, void, TinyJsonSerializer___ctor_b__4_7, (TinyJsonSerializer * __this, Object * v, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84DB0, TinyJsonSerializer___ctor_b__4_7__MethodInfo); DO_APP_FUNC(0x00A5A3A0, void, TinyJsonSerializer___ctor_b__4_2, (TinyJsonSerializer * __this, Object * v, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84DF8, TinyJsonSerializer___ctor_b__4_2__MethodInfo); DO_APP_FUNC(0x00A5A4A0, void, TinyJsonSerializer___ctor_b__4_3, (TinyJsonSerializer * __this, Object * v, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84DD0, TinyJsonSerializer___ctor_b__4_3__MethodInfo); DO_APP_FUNC(0x00A5A610, void, TinyJsonSerializer___ctor_b__4_4, (TinyJsonSerializer * __this, Object * v, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84DC8, TinyJsonSerializer___ctor_b__4_4__MethodInfo); DO_APP_FUNC(0x00A5A850, void, TinyJsonSerializer___ctor_b__4_5, (TinyJsonSerializer * __this, Object * v, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84DE0, TinyJsonSerializer___ctor_b__4_5__MethodInfo); DO_APP_FUNC(0x00A5A910, void, TinyJsonSerializer___ctor_b__4_6, (TinyJsonSerializer * __this, Object * v, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84DD8, TinyJsonSerializer___ctor_b__4_6__MethodInfo); DO_APP_FUNC(0x00A5AA80, Object *, TinyJsonDeserializer_Deserialize, (String * text, Type * type, Object * populate, MethodInfo * method)); DO_APP_FUNC(0x00A5AC30, Object *, TinyJsonDeserializer_Deserialize_1, (TinyJsonDeserializer * __this, Type * tp, Object * populate, MethodInfo * method)); DO_APP_FUNC(0x00A5BCC0, Object_1 *, TinyJsonDeserializer_DeserializeUnityObject, (TinyJsonDeserializer * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5BD40, Object_1 *, TinyJsonDeserializer_DeserializeUnityObjectInner, (TinyJsonDeserializer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84CC0, TinyJsonDeserializer_DeserializeUnityObjectInner__MethodInfo); DO_APP_FUNC(0x00A5C440, void, TinyJsonDeserializer_EatWhitespace, (TinyJsonDeserializer * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5C4F0, void, TinyJsonDeserializer_Eat, (TinyJsonDeserializer * __this, String * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84C78, TinyJsonDeserializer_Eat__MethodInfo); DO_APP_FUNC(0x00A5C780, String *, TinyJsonDeserializer_EatUntil, (TinyJsonDeserializer * __this, String * c, bool inString, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84C80, TinyJsonDeserializer_EatUntil__MethodInfo); DO_APP_FUNC(0x00A5C980, bool, TinyJsonDeserializer_TryEat, (TinyJsonDeserializer * __this, uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x00A5CA00, String *, TinyJsonDeserializer_EatField, (TinyJsonDeserializer * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CAA0, void, TinyJsonDeserializer_SkipFieldData, (TinyJsonDeserializer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84C58, TinyJsonDeserializer_SkipFieldData__MethodInfo); DO_APP_FUNC(0x00A5CC10, void, TinyJsonDeserializer__ctor, (TinyJsonDeserializer * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CCC0, void, TinyJsonDeserializer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Type *, WindowsStoreCompatibility_GetTypeFromInfo, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Type *, WindowsStoreCompatibility_GetTypeInfo, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PreserveAttribute_2__ctor, (PreserveAttribute_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD70, void, Draw_SetColor, (Draw * __this, Color color, MethodInfo * method)); DO_APP_FUNC(0x00A5CE90, void, Draw_Polyline, (Draw * __this, List_1_UnityEngine_Vector3_ * points, Color color, bool cycle, MethodInfo * method)); DO_APP_FUNC(0x00A5D070, void, Draw_Line, (Draw * __this, Vector3 a, Vector3 b, Color color, MethodInfo * method)); DO_APP_FUNC(0x00A5D5E0, void, Draw_CircleXZ, (Draw * __this, Vector3 center, float radius, Color color, float startAngle, float endAngle, MethodInfo * method)); DO_APP_FUNC(0x00A5D870, void, Draw_Cylinder, (Draw * __this, Vector3 position, Vector3 up, float height, float radius, Color color, MethodInfo * method)); DO_APP_FUNC(0x00A5DE70, void, Draw_CrossXZ, (Draw * __this, Vector3 position, Color color, float size, MethodInfo * method)); DO_APP_FUNC(0x00A5E110, void, Draw_Bezier, (Draw * __this, Vector3 a, Vector3 b, Color color, MethodInfo * method)); DO_APP_FUNC(0x00A5E640, void, Draw__ctor, (Draw * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5E6A0, void, Draw__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00A5E890, float, MovementUtilities_FilterRotationDirection, (Vector2 * state, Vector2 * state2, Vector2 deltaPosition, float threshold, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00A5EA30, Vector2, MovementUtilities_ClampVelocity, (Vector2 velocity, float maxSpeed, float slowdownFactor, bool slowWhenNotFacingTarget, Vector2 forward, MethodInfo * method)); DO_APP_FUNC(0x00A5ECB0, Vector2, MovementUtilities_CalculateAccelerationToReachPoint, (Vector2 deltaPosition, Vector2 targetVelocity, Vector2 currentVelocity, float forwardsAcceleration, float rotationSpeed, float maxSpeed, Vector2 forwardsVector, MethodInfo * method)); DO_APP_FUNC(0x00A5F360, Vector3, PathInterpolator_get_position, (PathInterpolator * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5F4D0, Vector3, PathInterpolator_get_endPoint, (PathInterpolator * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5F580, Vector3, PathInterpolator_get_tangent, (PathInterpolator * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5F660, float, PathInterpolator_get_remainingDistance, (PathInterpolator * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5F670, void, PathInterpolator_set_remainingDistance, (PathInterpolator * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA9C0, float, PathInterpolator_get_distance, (PathInterpolator * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5F690, void, PathInterpolator_set_distance, (PathInterpolator * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, PathInterpolator_get_segmentIndex, (PathInterpolator * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, PathInterpolator_set_segmentIndex, (PathInterpolator * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00A5F760, bool, PathInterpolator_get_valid, (PathInterpolator * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5F770, void, PathInterpolator_GetRemainingPath, (PathInterpolator * __this, List_1_UnityEngine_Vector3_ * buffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84C40, PathInterpolator_GetRemainingPath__MethodInfo); DO_APP_FUNC(0x00A5F9B0, void, PathInterpolator_SetPath, (PathInterpolator * __this, List_1_UnityEngine_Vector3_ * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84C38, PathInterpolator_SetPath__MethodInfo); DO_APP_FUNC(0x00A5FD10, void, PathInterpolator_MoveToSegment, (PathInterpolator * __this, int32_t index, float fractionAlongSegment, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84C28, PathInterpolator_MoveToSegment__MethodInfo); DO_APP_FUNC(0x00A5FE40, void, PathInterpolator_MoveToClosestPoint, (PathInterpolator * __this, Vector3 point, MethodInfo * method)); DO_APP_FUNC(0x00A60210, void, PathInterpolator_MoveToLocallyClosestPoint, (PathInterpolator * __this, Vector3 point, bool allowForwards, bool allowBackwards, MethodInfo * method)); DO_APP_FUNC(0x00A60A70, void, PathInterpolator_MoveToCircleIntersection2D, (PathInterpolator * __this, Vector3 circleCenter3D, float radius, IMovementPlane * transform, MethodInfo * method)); DO_APP_FUNC(0x00A610E0, void, PathInterpolator_PrevSegment, (PathInterpolator * __this, MethodInfo * method)); DO_APP_FUNC(0x00A611E0, void, PathInterpolator_NextSegment, (PathInterpolator * __this, MethodInfo * method)); DO_APP_FUNC(0x00A612E0, void, PathInterpolator__ctor, (PathInterpolator * __this, MethodInfo * method)); DO_APP_FUNC(0x00A612F0, void, GraphTransform__ctor, (GraphTransform * __this, Matrix4x4 matrix, MethodInfo * method)); DO_APP_FUNC(0x00A61A40, Vector3, GraphTransform_WorldUpAtGraphPosition, (GraphTransform * __this, Vector3 point, MethodInfo * method)); DO_APP_FUNC(0x00A61A60, bool, GraphTransform_MatrixIsTranslational, (Matrix4x4 matrix, MethodInfo * method)); DO_APP_FUNC(0x00A61B80, Vector3, GraphTransform_Transform, (GraphTransform * __this, Vector3 point, MethodInfo * method)); DO_APP_FUNC(0x00A61D00, Vector3, GraphTransform_TransformVector, (GraphTransform * __this, Vector3 point, MethodInfo * method)); DO_APP_FUNC(0x00A61E30, void, GraphTransform_Transform_1, (GraphTransform * __this, Int3__Array * arr, MethodInfo * method)); DO_APP_FUNC(0x00A62130, void, GraphTransform_Transform_2, (GraphTransform * __this, Vector3__Array * arr, MethodInfo * method)); DO_APP_FUNC(0x00A62330, Vector3, GraphTransform_InverseTransform, (GraphTransform * __this, Vector3 point, MethodInfo * method)); DO_APP_FUNC(0x00A624B0, Int3, GraphTransform_InverseTransform_1, (GraphTransform * __this, Int3 point, MethodInfo * method)); DO_APP_FUNC(0x00A626F0, void, GraphTransform_InverseTransform_2, (GraphTransform * __this, Int3__Array * arr, MethodInfo * method)); DO_APP_FUNC(0x00A62970, GraphTransform *, GraphTransform_op_Multiply, (GraphTransform * lhs, Matrix4x4 rhs, MethodInfo * method)); DO_APP_FUNC(0x00A62AC0, GraphTransform *, GraphTransform_op_Multiply_1, (Matrix4x4 lhs, GraphTransform * rhs, MethodInfo * method)); DO_APP_FUNC(0x00A62C10, Bounds, GraphTransform_Transform_3, (GraphTransform * __this, Bounds bounds, MethodInfo * method)); DO_APP_FUNC(0x00A63310, Bounds, GraphTransform_InverseTransform_3, (GraphTransform * __this, Bounds bounds, MethodInfo * method)); DO_APP_FUNC(0x00A63A10, Vector2, GraphTransform_Pathfinding_Util_IMovementPlane_ToPlane, (GraphTransform * __this, Vector3 point, MethodInfo * method)); DO_APP_FUNC(0x00A63AA0, Vector2, GraphTransform_Pathfinding_Util_IMovementPlane_ToPlane_1, (GraphTransform * __this, Vector3 point, float * elevation, MethodInfo * method)); DO_APP_FUNC(0x00A63B20, Vector3, GraphTransform_Pathfinding_Util_IMovementPlane_ToWorld, (GraphTransform * __this, Vector2 point, float elevation, MethodInfo * method)); DO_APP_FUNC(0x00A63CF0, void, GraphTransform__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00A63E30, bool, TileHandler_get_isBatching, (TileHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x00A63E40, bool, TileHandler_get_isValid, (TileHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x00A63F90, void, TileHandler__ctor, (TileHandler * __this, NavmeshBase * graph, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84BF8, TileHandler__ctor__MethodInfo); DO_APP_FUNC(0x00A644D0, void, TileHandler_OnRecalculatedTiles, (TileHandler * __this, NavmeshTile__Array * recalculatedTiles, MethodInfo * method)); DO_APP_FUNC(0x00A64590, int32_t, TileHandler_GetActiveRotation, (TileHandler * __this, Int2 p, MethodInfo * method)); DO_APP_FUNC(0x00A645D0, TileHandler_TileType *, TileHandler_RegisterTileType, (TileHandler * __this, Mesh * source, Int3 centerOffset, int32_t width, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x00A64790, void, TileHandler_CreateTileTypesFromGraph, (TileHandler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84BE0, TileHandler_CreateTileTypesFromGraph__MethodInfo); DO_APP_FUNC(0x00A64880, void, TileHandler_UpdateTileType, (TileHandler * __this, NavmeshTile * tile, MethodInfo * method)); DO_APP_FUNC(0x00A64C90, void, TileHandler_StartBatchLoad, (TileHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x00A64DB0, void, TileHandler_EndBatchLoad, (TileHandler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84BB8, TileHandler_EndBatchLoad__MethodInfo); DO_APP_FUNC(0x00A64F80, TileHandler_CuttingResult, TileHandler_CutPoly, (TileHandler * __this, Int3__Array * verts, Int32__Array * tris, Int3__Array * extraShape, GraphTransform * graphTransform, IntRect tiles, TileHandler_CutMode__Enum mode, int32_t perturbate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84A30, TileHandler_CutPoly__MethodInfo); DO_APP_FUNC(0x00A67700, List_1_Pathfinding_Util_TileHandler_Cut_ *, TileHandler_PrepareNavmeshCutsForCutting, (List_1_Pathfinding_NavmeshCut_ * navmeshCuts, GraphTransform * transform, IntRect cutSpaceBounds, int32_t perturbate, bool anyNavmeshAdds, MethodInfo * method)); DO_APP_FUNC(0x00A67F90, void, TileHandler_PoolPolygon, (Polygon_1 * polygon, Stack_1_Pathfinding_Poly2Tri_Polygon_ * pool, MethodInfo * method)); DO_APP_FUNC(0x00A68480, void, TileHandler_CutAll, (TileHandler * __this, List_1_Pathfinding_ClipperLib_IntPoint_ * poly, List_1_System_Int32_ * intersectingCutIndices, List_1_Pathfinding_Util_TileHandler_Cut_ * cuts, PolyTree * result, MethodInfo * method)); DO_APP_FUNC(0x00A68660, void, TileHandler_CutDual, (TileHandler * __this, List_1_Pathfinding_ClipperLib_IntPoint_ * poly, List_1_System_Int32_ * tmpIntersectingCuts, List_1_Pathfinding_Util_TileHandler_Cut_ * cuts, bool hasDual, List_1_List_1_Pathfinding_ClipperLib_IntPoint_ * intermediateResult, PolyTree * result, MethodInfo * method)); DO_APP_FUNC(0x00A68AF0, void, TileHandler_CutExtra, (TileHandler * __this, List_1_Pathfinding_ClipperLib_IntPoint_ * poly, List_1_Pathfinding_ClipperLib_IntPoint_ * extraClipShape, PolyTree * result, MethodInfo * method)); DO_APP_FUNC(0x00A68BF0, int32_t, TileHandler_ClipAgainstRectangle, (TileHandler * __this, Int3__Array * clipIn, Int3__Array * clipOut, Int2 size, MethodInfo * method)); DO_APP_FUNC(0x00A69780, void, TileHandler_CopyMesh, (Int3__Array * vertices, Int32__Array * triangles, List_1_Pathfinding_Int3_ * outVertices, List_1_System_Int32_ * outTriangles, MethodInfo * method)); DO_APP_FUNC(0x00A69B90, void, TileHandler_DelaunayRefinement, (TileHandler * __this, Int3__Array * verts, Int32__Array * tris, int32_t * tCount, bool delaunay, bool colinear, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84980, TileHandler_DelaunayRefinement__MethodInfo); DO_APP_FUNC(0x00A6ABB0, void, TileHandler_ClearTile, (TileHandler * __this, int32_t x, int32_t z, MethodInfo * method)); DO_APP_FUNC(0x00A6AE70, void, TileHandler_ReloadInBounds, (TileHandler * __this, Bounds bounds, MethodInfo * method)); DO_APP_FUNC(0x00A6AEE0, void, TileHandler_ReloadInBounds_1, (TileHandler * __this, IntRect tiles, MethodInfo * method)); DO_APP_FUNC(0x00A6AFF0, void, TileHandler_ReloadTile, (TileHandler * __this, int32_t x, int32_t z, MethodInfo * method)); DO_APP_FUNC(0x00A6B0B0, void, TileHandler_LoadTile, (TileHandler * __this, TileHandler_TileType * tile, int32_t x, int32_t z, int32_t rotation, int32_t yoffset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84950, TileHandler_LoadTile__MethodInfo); DO_APP_FUNC(0x00A6B5B0, bool, TileHandler__StartBatchLoad_b__23_0, (TileHandler * __this, bool force, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84BC8, TileHandler__StartBatchLoad_b__23_0__MethodInfo); DO_APP_FUNC(0x00A6B5E0, bool, TileHandler__EndBatchLoad_b__24_0, (TileHandler * __this, IWorkItemContext * ctx, bool force, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84BD0, TileHandler__EndBatchLoad_b__24_0__MethodInfo); DO_APP_FUNC(0x00A6B650, int32_t, TileHandler_TileType_get_Width, (TileHandler_TileType * __this, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, TileHandler_TileType_get_Depth, (TileHandler_TileType * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6B660, void, TileHandler_TileType__ctor, (TileHandler_TileType * __this, Int3__Array * sourceVerts, Int32__Array * sourceTris, Int3 tileSize, Int3 centerOffset, int32_t width, int32_t depth, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84928, TileHandler_TileType__ctor__MethodInfo); DO_APP_FUNC(0x00A6BAD0, void, TileHandler_TileType__ctor_1, (TileHandler_TileType * __this, Mesh * source, Int3 tileSize, Int3 centerOffset, int32_t width, int32_t depth, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84920, TileHandler_TileType__ctor_1__MethodInfo); DO_APP_FUNC(0x00A6C050, void, TileHandler_TileType_Load, (TileHandler_TileType * __this, Int3__Array * * verts, Int32__Array * * tris, int32_t rotation, int32_t yoffset, MethodInfo * method)); DO_APP_FUNC(0x00A6C3B0, void, TileHandler_TileType__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TileHandler_Cut__ctor, (TileHandler_Cut * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TileHandler_c_DisplayClass37_0__ctor, (TileHandler_c_DisplayClass37_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6C490, bool, TileHandler_c_DisplayClass37_0__ClearTile_b__0, (TileHandler_c_DisplayClass37_0 * __this, IWorkItemContext * context, bool force, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84968, TileHandler_c_DisplayClass37_0__ClearTile_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, TileHandler_c_DisplayClass41_0__ctor, (TileHandler_c_DisplayClass41_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6C5C0, bool, TileHandler_c_DisplayClass41_0__LoadTile_b__0, (TileHandler_c_DisplayClass41_0 * __this, IWorkItemContext * context, bool force, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84960, TileHandler_c_DisplayClass41_0__LoadTile_b__0__MethodInfo); DO_APP_FUNC(0x00A6C970, uint32_t, Checksum_GetChecksum, (Byte__Array * arr, uint32_t hash, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Checksum__ctor, (Checksum * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6C9D0, void, Guid_1__ctor, (Guid_1 * __this, Byte__Array * bytes, MethodInfo * method)); DO_APP_FUNC(0x00A6CC60, void, Guid_1__ctor_1, (Guid_1 * __this, String * str, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C860F0, Guid_1__ctor_1__MethodInfo); DO_APP_FUNC(0x00A6D080, Guid_1, Guid_1_Parse, (String * input, MethodInfo * method)); DO_APP_FUNC(0x00A6D0A0, uint64_t, Guid_1_SwapEndianness, (uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x00A6D0B0, Byte__Array *, Guid_1_ToByteArray, (Guid_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6D2D0, Guid_1, Guid_1_NewGuid, (MethodInfo * method)); DO_APP_FUNC(0x00A6D390, bool, Guid_1_op_Equality, (Guid_1 lhs, Guid_1 rhs, MethodInfo * method)); DO_APP_FUNC(0x00A6D3B0, bool, Guid_1_op_Inequality, (Guid_1 lhs, Guid_1 rhs, MethodInfo * method)); DO_APP_FUNC(0x00A6D3D0, bool, Guid_1_Equals, (Guid_1 * __this, Object * _rhs, MethodInfo * method)); DO_APP_FUNC(0x00A6D460, int32_t, Guid_1_GetHashCode, (Guid_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6D480, String *, Guid_1_ToString, (Guid_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6D880, void, Guid_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, RetainedGizmos_Hasher, GraphGizmoHelper_get_hasher, (GraphGizmoHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAC0, void, GraphGizmoHelper_set_hasher, (GraphGizmoHelper * __this, RetainedGizmos_Hasher value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, RetainedGizmos_Builder *, GraphGizmoHelper_get_builder, (GraphGizmoHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, GraphGizmoHelper_set_builder, (GraphGizmoHelper * __this, RetainedGizmos_Builder * value, MethodInfo * method)); DO_APP_FUNC(0x00A6DB30, void, GraphGizmoHelper__ctor, (GraphGizmoHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DC00, void, GraphGizmoHelper_Init, (GraphGizmoHelper * __this, AstarPath * active, RetainedGizmos_Hasher hasher, RetainedGizmos * gizmos, MethodInfo * method)); DO_APP_FUNC(0x00A6DEE0, void, GraphGizmoHelper_OnEnterPool, (GraphGizmoHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DFD0, void, GraphGizmoHelper_DrawConnections, (GraphGizmoHelper * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EF18, GraphGizmoHelper_DrawConnections__MethodInfo); DO_APP_FUNC(0x00A6E2C0, void, GraphGizmoHelper_DrawConnection, (GraphGizmoHelper * __this, GraphNode * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C860D0, GraphGizmoHelper_DrawConnection__MethodInfo); DO_APP_FUNC(0x00A6E3E0, Color, GraphGizmoHelper_NodeColor, (GraphGizmoHelper * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x00A6E960, bool, GraphGizmoHelper_InSearchTree, (GraphNode * node, PathHandler * handler, uint16_t pathID, MethodInfo * method)); DO_APP_FUNC(0x00A6E9B0, void, GraphGizmoHelper_DrawWireTriangle, (GraphGizmoHelper * __this, Vector3 a, Vector3 b, Vector3 c, Color color, MethodInfo * method)); DO_APP_FUNC(0x00A6EAF0, void, GraphGizmoHelper_DrawTriangles, (GraphGizmoHelper * __this, Vector3__Array * vertices, Color__Array * colors, int32_t numTriangles, MethodInfo * method)); DO_APP_FUNC(0x00A6EDB0, void, GraphGizmoHelper_DrawWireTriangles, (GraphGizmoHelper * __this, Vector3__Array * vertices, Color__Array * colors, int32_t numTriangles, MethodInfo * method)); DO_APP_FUNC(0x00A6EFC0, void, GraphGizmoHelper_Submit, (GraphGizmoHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6F020, void, GraphGizmoHelper_System_IDisposable_Dispose, (GraphGizmoHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6F0C0, GraphGizmoHelper *, RetainedGizmos_GetSingleFrameGizmoHelper, (RetainedGizmos * __this, AstarPath * active, MethodInfo * method)); DO_APP_FUNC(0x00A6F270, GraphGizmoHelper *, RetainedGizmos_GetGizmoHelper, (RetainedGizmos * __this, AstarPath * active, RetainedGizmos_Hasher hasher, MethodInfo * method)); DO_APP_FUNC(0x00A6F310, void, RetainedGizmos_PoolMesh, (RetainedGizmos * __this, Mesh * mesh, MethodInfo * method)); DO_APP_FUNC(0x00A6F3B0, Mesh *, RetainedGizmos_GetMesh, (RetainedGizmos * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6F4A0, bool, RetainedGizmos_HasCachedMesh, (RetainedGizmos * __this, RetainedGizmos_Hasher hasher, MethodInfo * method)); DO_APP_FUNC(0x00A6F500, bool, RetainedGizmos_Draw, (RetainedGizmos * __this, RetainedGizmos_Hasher hasher, MethodInfo * method)); DO_APP_FUNC(0x00A6F5C0, void, RetainedGizmos_DrawExisting, (RetainedGizmos * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6F6B0, void, RetainedGizmos_FinalizeDraw, (RetainedGizmos * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6FDA0, void, RetainedGizmos_ClearCache, (RetainedGizmos * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6FF10, void, RetainedGizmos_RemoveUnusedMeshes, (RetainedGizmos * __this, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * meshList, MethodInfo * method)); DO_APP_FUNC(0x00A70150, void, RetainedGizmos__ctor, (RetainedGizmos * __this, MethodInfo * method)); DO_APP_FUNC(0x00A70460, void, RetainedGizmos_Hasher__ctor, (RetainedGizmos_Hasher * __this, AstarPath * active, MethodInfo * method)); DO_APP_FUNC(0x00A705B0, void, RetainedGizmos_Hasher_AddHash, (RetainedGizmos_Hasher * __this, int32_t hash, MethodInfo * method)); DO_APP_FUNC(0x00A705D0, void, RetainedGizmos_Hasher_HashNode, (RetainedGizmos_Hasher * __this, GraphNode * node, MethodInfo * method)); DO_APP_FUNC(0x00470F00, uint64_t, RetainedGizmos_Hasher_get_Hash, (RetainedGizmos_Hasher * __this, MethodInfo * method)); DO_APP_FUNC(0x00A706D0, void, RetainedGizmos_Builder_DrawMesh, (RetainedGizmos_Builder * __this, RetainedGizmos * gizmos, Vector3__Array * vertices, List_1_System_Int32_ * triangles, Color__Array * colors, MethodInfo * method)); DO_APP_FUNC(0x00A70870, void, RetainedGizmos_Builder_DrawWireCube, (RetainedGizmos_Builder * __this, GraphTransform * tr, Bounds bounds, Color color, MethodInfo * method)); DO_APP_FUNC(0x00A71000, void, RetainedGizmos_Builder_DrawLine, (RetainedGizmos_Builder * __this, Vector3 start, Vector3 end, Color color, MethodInfo * method)); DO_APP_FUNC(0x00A711B0, void, RetainedGizmos_Builder_Submit, (RetainedGizmos_Builder * __this, RetainedGizmos * gizmos, RetainedGizmos_Hasher hasher, MethodInfo * method)); DO_APP_FUNC(0x00A71200, void, RetainedGizmos_Builder_SubmitMeshes, (RetainedGizmos_Builder * __this, RetainedGizmos * gizmos, uint64_t hash, MethodInfo * method)); DO_APP_FUNC(0x00A714A0, void, RetainedGizmos_Builder_SubmitLines, (RetainedGizmos_Builder * __this, RetainedGizmos * gizmos, uint64_t hash, MethodInfo * method)); DO_APP_FUNC(0x00A71D90, void, RetainedGizmos_Builder_Pathfinding_Util_IAstarPooledObject_OnEnterPool, (RetainedGizmos_Builder * __this, MethodInfo * method)); DO_APP_FUNC(0x00A71E40, void, RetainedGizmos_Builder__ctor, (RetainedGizmos_Builder * __this, MethodInfo * method)); DO_APP_FUNC(0x00A72120, void, ObstacleVertex__ctor, (ObstacleVertex * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, RVOQuadtree *, Simulator_get_Quadtree, (Simulator * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, Simulator_set_Quadtree, (Simulator * __this, RVOQuadtree * value, MethodInfo * method)); DO_APP_FUNC(0x003CE2C0, float, Simulator_get_DeltaTime, (Simulator * __this, MethodInfo * method)); DO_APP_FUNC(0x00A72130, bool, Simulator_get_Multithreading, (Simulator * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA310, float, Simulator_get_DesiredDeltaTime, (Simulator * __this, MethodInfo * method)); DO_APP_FUNC(0x00A72150, void, Simulator_set_DesiredDeltaTime, (Simulator * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, List_1_Pathfinding_RVO_Sampled_Agent_ *, Simulator_GetAgents, (Simulator * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, List_1_Pathfinding_RVO_ObstacleVertex_ *, Simulator_GetObstacles, (Simulator * __this, MethodInfo * method)); DO_APP_FUNC(0x00A721E0, void, Simulator__ctor, (Simulator * __this, int32_t workers, bool doubleBuffering, MovementPlane__Enum movementPlane, MethodInfo * method)); DO_APP_FUNC(0x00A72690, void, Simulator_ClearAgents, (Simulator * __this, MethodInfo * method)); DO_APP_FUNC(0x00A727F0, void, Simulator_OnDestroy, (Simulator * __this, MethodInfo * method)); DO_APP_FUNC(0x00A72890, IAgent *, Simulator_AddAgent, (Simulator * __this, IAgent * agent, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85F18, Simulator_AddAgent__MethodInfo); DO_APP_FUNC(0x00A72B20, IAgent *, Simulator_AddAgent_1, (Simulator * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x00A72B40, IAgent *, Simulator_AddAgent_2, (Simulator * __this, Vector2 position, float elevationCoordinate, MethodInfo * method)); DO_APP_FUNC(0x00A72BD0, void, Simulator_RemoveAgent, (Simulator * __this, IAgent * agent, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85F08, Simulator_RemoveAgent__MethodInfo); DO_APP_FUNC(0x00A72E50, ObstacleVertex *, Simulator_AddObstacle, (Simulator * __this, ObstacleVertex * v, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85ED8, Simulator_AddObstacle__MethodInfo); DO_APP_FUNC(0x00A72F10, ObstacleVertex *, Simulator_AddObstacle_1, (Simulator * __this, Vector3__Array * vertices, float height, bool cycle, MethodInfo * method)); DO_APP_FUNC(0x00A72FD0, ObstacleVertex *, Simulator_AddObstacle_2, (Simulator * __this, Vector3__Array * vertices, float height, Matrix4x4 matrix, RVOLayer__Enum layer, bool cycle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85ED0, Simulator_AddObstacle_2__MethodInfo); DO_APP_FUNC(0x00A73350, ObstacleVertex *, Simulator_AddObstacle_3, (Simulator * __this, Vector3 a, Vector3 b, float height, MethodInfo * method)); DO_APP_FUNC(0x00A73610, void, Simulator_UpdateObstacle, (Simulator * __this, ObstacleVertex * obstacle, Vector3__Array * vertices, Matrix4x4 matrix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85EB0, Simulator_UpdateObstacle__MethodInfo); DO_APP_FUNC(0x00A73AE0, void, Simulator_ScheduleCleanObstacles, (Simulator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Simulator_CleanObstacles, (Simulator * __this, MethodInfo * method)); DO_APP_FUNC(0x00A73AF0, void, Simulator_RemoveObstacle, (Simulator * __this, ObstacleVertex * v, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85E98, Simulator_RemoveObstacle__MethodInfo); DO_APP_FUNC(0x00A73BB0, void, Simulator_UpdateObstacles, (Simulator * __this, MethodInfo * method)); DO_APP_FUNC(0x00A73BC0, void, Simulator_BuildQuadtree, (Simulator * __this, MethodInfo * method)); DO_APP_FUNC(0x00A73E90, void, Simulator_BlockUntilSimulationStepIsDone, (Simulator * __this, MethodInfo * method)); DO_APP_FUNC(0x00A73F30, void, Simulator_PreCalculation, (Simulator * __this, MethodInfo * method)); DO_APP_FUNC(0x00A74000, void, Simulator_CleanAndUpdateObstaclesIfNecessary, (Simulator * __this, MethodInfo * method)); DO_APP_FUNC(0x00A74020, void, Simulator_Update, (Simulator * __this, MethodInfo * method)); DO_APP_FUNC(0x00A748D0, void, Simulator_WorkerContext__ctor, (Simulator_WorkerContext * __this, MethodInfo * method)); DO_APP_FUNC(0x00A74C20, void, Simulator_Worker__ctor, (Simulator_Worker * __this, Simulator * sim, MethodInfo * method)); DO_APP_FUNC(0x00A74F80, void, Simulator_Worker_Execute, (Simulator_Worker * __this, int32_t task, MethodInfo * method)); DO_APP_FUNC(0x00A75000, void, Simulator_Worker_WaitOne, (Simulator_Worker * __this, MethodInfo * method)); DO_APP_FUNC(0x00A75040, void, Simulator_Worker_Terminate, (Simulator_Worker * __this, MethodInfo * method)); DO_APP_FUNC(0x00A75090, void, Simulator_Worker_Run, (Simulator_Worker * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85E70, Simulator_Worker_Run__MethodInfo); DO_APP_FUNC(0x00A753A0, void, RVOQuadtree_Clear, (RVOQuadtree * __this, MethodInfo * method)); DO_APP_FUNC(0x00A753E0, void, RVOQuadtree_SetBounds, (RVOQuadtree * __this, Rect r, MethodInfo * method)); DO_APP_FUNC(0x00A753F0, int32_t, RVOQuadtree_GetNodeIndex, (RVOQuadtree * __this, MethodInfo * method)); DO_APP_FUNC(0x00A75700, void, RVOQuadtree_Insert, (RVOQuadtree * __this, Agent * agent, MethodInfo * method)); DO_APP_FUNC(0x00A75BC0, void, RVOQuadtree_CalculateSpeeds, (RVOQuadtree * __this, MethodInfo * method)); DO_APP_FUNC(0x00A75C00, void, RVOQuadtree_Query, (RVOQuadtree * __this, Vector2 p, float speed, float timeHorizon, float agentRadius, Agent * agent, MethodInfo * method)); DO_APP_FUNC(0x00A75D20, void, RVOQuadtree_DebugDraw, (RVOQuadtree * __this, MethodInfo * method)); DO_APP_FUNC(0x00A75D50, void, RVOQuadtree_DebugDrawRec, (RVOQuadtree * __this, int32_t i, Rect r, MethodInfo * method)); DO_APP_FUNC(0x00A766B0, void, RVOQuadtree__ctor, (RVOQuadtree * __this, MethodInfo * method)); DO_APP_FUNC(0x00A76740, void, RVOQuadtree_Node_Add, (RVOQuadtree_Node * __this, Agent * agent, MethodInfo * method)); DO_APP_FUNC(0x00A76820, void, RVOQuadtree_Node_Distribute, (RVOQuadtree_Node * __this, RVOQuadtree_Node__Array * nodes, Rect r, MethodInfo * method)); DO_APP_FUNC(0x00A76930, float, RVOQuadtree_Node_CalculateMaxSpeed, (RVOQuadtree_Node * __this, RVOQuadtree_Node__Array * nodes, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00A76B20, void, RVOQuadtree_QuadtreeQuery_QueryRec, (RVOQuadtree_QuadtreeQuery * __this, int32_t i, Rect r, MethodInfo * method)); DO_APP_FUNC(0x00A76F90, float, RVOController_get_radius, (RVOController * __this, MethodInfo * method)); DO_APP_FUNC(0x00A77000, void, RVOController_set_radius, (RVOController * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00A77080, float, RVOController_get_height, (RVOController * __this, MethodInfo * method)); DO_APP_FUNC(0x00A77100, void, RVOController_set_height, (RVOController * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00A77180, float, RVOController_get_center, (RVOController * __this, MethodInfo * method)); DO_APP_FUNC(0x00986690, void, RVOController_set_center, (RVOController * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00A77200, LayerMask, RVOController_get_mask, (RVOController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RVOController_set_mask, (RVOController * __this, LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, RVOController_get_enableRotation, (RVOController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RVOController_set_enableRotation, (RVOController * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, RVOController_get_rotationSpeed, (RVOController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RVOController_set_rotationSpeed, (RVOController * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, RVOController_get_maxSpeed, (RVOController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RVOController_set_maxSpeed, (RVOController * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00A77210, MovementPlane__Enum, RVOController_get_movementPlane, (RVOController * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, IAgent *, RVOController_get_rvoAgent, (RVOController * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, RVOController_set_rvoAgent, (RVOController * __this, IAgent * value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, Simulator *, RVOController_get_simulator, (RVOController * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, RVOController_set_simulator, (RVOController * __this, Simulator * value, MethodInfo * method)); DO_APP_FUNC(0x00A77300, IAstarAI *, RVOController_get_ai, (RVOController * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, RVOController_set_ai, (RVOController * __this, IAstarAI * value, MethodInfo * method)); DO_APP_FUNC(0x00A774B0, Vector3, RVOController_get_position, (RVOController * __this, MethodInfo * method)); DO_APP_FUNC(0x00A77580, Vector3, RVOController_get_velocity, (RVOController * __this, MethodInfo * method)); DO_APP_FUNC(0x00A77680, void, RVOController_set_velocity, (RVOController * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00A77720, Vector3, RVOController_CalculateMovementDelta, (RVOController * __this, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00A77990, Vector3, RVOController_CalculateMovementDelta_1, (RVOController * __this, Vector3 position, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00A77AE0, void, RVOController_SetCollisionNormal, (RVOController * __this, Vector3 normal, MethodInfo * method)); DO_APP_FUNC(0x00A77680, void, RVOController_ForceSetVelocity, (RVOController * __this, Vector3 velocity, MethodInfo * method)); DO_APP_FUNC(0x00A77B80, Vector2, RVOController_To2D, (RVOController * __this, Vector3 p, MethodInfo * method)); DO_APP_FUNC(0x00A77BD0, Vector2, RVOController_To2D_1, (RVOController * __this, Vector3 p, float * elevation, MethodInfo * method)); DO_APP_FUNC(0x00A77C30, Vector3, RVOController_To3D, (RVOController * __this, Vector2 p, float elevationCoordinate, MethodInfo * method)); DO_APP_FUNC(0x00A77CA0, void, RVOController_OnDisable, (RVOController * __this, MethodInfo * method)); DO_APP_FUNC(0x00A77CC0, void, RVOController_OnEnable, (RVOController * __this, MethodInfo * method)); DO_APP_FUNC(0x00A782C0, void, RVOController_UpdateAgentProperties, (RVOController * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85E48, RVOController_UpdateAgentProperties__MethodInfo); DO_APP_FUNC(0x00A786D0, void, RVOController_SetTarget, (RVOController * __this, Vector3 pos, float speed, float maxSpeed, MethodInfo * method)); DO_APP_FUNC(0x00A787B0, void, RVOController_Move, (RVOController * __this, Vector3 vel, MethodInfo * method)); DO_APP_FUNC(0x00A789C0, void, RVOController_Teleport, (RVOController * __this, Vector3 pos, MethodInfo * method)); DO_APP_FUNC(0x00A78A40, void, RVOController_OnDrawGizmos, (RVOController * __this, MethodInfo * method)); DO_APP_FUNC(0x00A79050, int32_t, RVOController_OnUpgradeSerializedData, (RVOController * __this, int32_t version, bool unityThread, MethodInfo * method)); DO_APP_FUNC(0x00A79440, void, RVOController__ctor, (RVOController * __this, MethodInfo * method)); DO_APP_FUNC(0x00A794D0, void, RVONavmesh_OnPostCacheLoad, (RVONavmesh * __this, MethodInfo * method)); DO_APP_FUNC(0x00A794D0, void, RVONavmesh_OnGraphsPostUpdate, (RVONavmesh * __this, MethodInfo * method)); DO_APP_FUNC(0x00A794F0, void, RVONavmesh_OnLatePostScan, (RVONavmesh * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85E30, RVONavmesh_OnLatePostScan__MethodInfo); DO_APP_FUNC(0x00A79940, void, RVONavmesh_OnDisable, (RVONavmesh * __this, MethodInfo * method)); DO_APP_FUNC(0x00A79960, void, RVONavmesh_RemoveObstacles, (RVONavmesh * __this, MethodInfo * method)); DO_APP_FUNC(0x00A79B90, void, RVONavmesh_AddGraphObstacles, (RVONavmesh * __this, Simulator * sim, GridGraph * grid, MethodInfo * method)); DO_APP_FUNC(0x00A79EA0, void, RVONavmesh_AddGraphObstacles_1, (RVONavmesh * __this, Simulator * simulator, INavmesh * navmesh, MethodInfo * method)); DO_APP_FUNC(0x00A7A010, void, RVONavmesh__ctor, (RVONavmesh * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RVONavmesh_c_DisplayClass8_0__ctor, (RVONavmesh_c_DisplayClass8_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7A130, void, RVONavmesh_c_DisplayClass8_0__AddGraphObstacles_b__0, (RVONavmesh_c_DisplayClass8_0 * __this, Vector3__Array * vertices, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85E18, RVONavmesh_c_DisplayClass8_0__AddGraphObstacles_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, RVONavmesh_c_DisplayClass9_0__ctor, (RVONavmesh_c_DisplayClass9_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7A250, void, RVONavmesh_c_DisplayClass9_0__AddGraphObstacles_b__0, (RVONavmesh_c_DisplayClass9_0 * __this, List_1_Pathfinding_Int3_ * vertices, bool cycle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85E08, RVONavmesh_c_DisplayClass9_0__AddGraphObstacles_b__0__MethodInfo); DO_APP_FUNC(0x00A7A440, void, RVOObstacle_OnDrawGizmos, (RVOObstacle * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7A450, void, RVOObstacle_OnDrawGizmosSelected, (RVOObstacle * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7A460, void, RVOObstacle_OnDrawGizmos_1, (RVOObstacle * __this, bool selected, MethodInfo * method)); DO_APP_FUNC(0x00A7B400, Matrix4x4, RVOObstacle_GetMatrix, (RVOObstacle * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7B560, void, RVOObstacle_OnDisable, (RVOObstacle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85DC0, RVOObstacle_OnDisable__MethodInfo); DO_APP_FUNC(0x00A7B740, void, RVOObstacle_OnEnable, (RVOObstacle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85DB0, RVOObstacle_OnEnable__MethodInfo); DO_APP_FUNC(0x00A7B950, void, RVOObstacle_Start, (RVOObstacle * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7BB20, void, RVOObstacle_Update, (RVOObstacle * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7BD80, void, RVOObstacle_FindSimulator, (RVOObstacle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85DA0, RVOObstacle_FindSimulator__MethodInfo); DO_APP_FUNC(0x00A7BFC0, void, RVOObstacle_AddObstacle, (RVOObstacle * __this, Vector3__Array * vertices, float height, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85D90, RVOObstacle_AddObstacle__MethodInfo); DO_APP_FUNC(0x00A7C1F0, void, RVOObstacle_AddObstacleInternal, (RVOObstacle * __this, Vector3__Array * vertices, float height, MethodInfo * method)); DO_APP_FUNC(0x00A7C310, void, RVOObstacle_WindCorrectly, (RVOObstacle * __this, Vector3__Array * vertices, MethodInfo * method)); DO_APP_FUNC(0x00A7C8F0, void, RVOObstacle__ctor, (RVOObstacle * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7C940, RVOSimulator *, RVOSimulator_get_active, (MethodInfo * method)); DO_APP_FUNC(0x00A7C980, void, RVOSimulator_set_active, (RVOSimulator * value, MethodInfo * method)); DO_APP_FUNC(0x00A7CA20, Simulator *, RVOSimulator_GetSimulator, (RVOSimulator * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7CA60, void, RVOSimulator_OnEnable, (RVOSimulator * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7CA70, void, RVOSimulator_Awake, (RVOSimulator * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7CBF0, void, RVOSimulator_Update, (RVOSimulator * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7CCC0, void, RVOSimulator_OnDestroy, (RVOSimulator * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7CD80, void, RVOSimulator__ctor, (RVOSimulator * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, RVOSquareObstacle_get_StaticObstacle, (RVOSquareObstacle * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, RVOSquareObstacle_get_ExecuteInEditor, (RVOSquareObstacle * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, RVOSquareObstacle_get_LocalCoordinates, (RVOSquareObstacle * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7CDE0, float, RVOSquareObstacle_get_Height, (RVOSquareObstacle * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, RVOSquareObstacle_AreGizmosDirty, (RVOSquareObstacle * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7CDF0, void, RVOSquareObstacle_CreateObstacles, (RVOSquareObstacle * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7CFD0, void, RVOSquareObstacle__ctor, (RVOSquareObstacle * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D0C0, Vector2, Agent_get_Position, (Agent * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D0E0, void, Agent_set_Position, (Agent * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x00A7D0F0, float, Agent_get_ElevationCoordinate, (Agent * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D100, void, Agent_set_ElevationCoordinate, (Agent * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00A7D110, Vector2, Agent_get_CalculatedTargetPoint, (Agent * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D130, void, Agent_set_CalculatedTargetPoint, (Agent * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x00A7D140, float, Agent_get_CalculatedSpeed, (Agent * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D150, void, Agent_set_CalculatedSpeed, (Agent * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0070E040, bool, Agent_get_Locked, (Agent * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E050, void, Agent_set_Locked, (Agent * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00A7D160, float, Agent_get_Radius, (Agent * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D170, void, Agent_set_Radius, (Agent * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00A7CDE0, float, Agent_get_Height, (Agent * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D180, void, Agent_set_Height, (Agent * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00A7D190, float, Agent_get_AgentTimeHorizon, (Agent * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D1A0, void, Agent_set_AgentTimeHorizon, (Agent * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00A7D1B0, float, Agent_get_ObstacleTimeHorizon, (Agent * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D1C0, void, Agent_set_ObstacleTimeHorizon, (Agent * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0070E360, int32_t, Agent_get_MaxNeighbours, (Agent * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D1D0, void, Agent_set_MaxNeighbours, (Agent * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0070E4E0, int32_t, Agent_get_NeighbourCount, (Agent * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D1E0, void, Agent_set_NeighbourCount, (Agent * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0070E660, RVOLayer__Enum, Agent_get_Layer, (Agent * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D1F0, void, Agent_set_Layer, (Agent * __this, RVOLayer__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0070E7E0, RVOLayer__Enum, Agent_get_CollidesWith, (Agent * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D200, void, Agent_set_CollidesWith, (Agent * __this, RVOLayer__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00A7D210, bool, Agent_get_DebugDraw, (Agent * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D220, void, Agent_set_DebugDraw, (Agent * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00A7D270, float, Agent_get_Priority, (Agent * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D280, void, Agent_set_Priority, (Agent * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x004B2C80, Action *, Agent_get_PreCalculationCallback, (Agent * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C90, void, Agent_set_PreCalculationCallback, (Agent * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x00A7D290, void, Agent_SetTarget, (Agent * __this, Vector2 targetPoint, float desiredSpeed, float maxSpeed, MethodInfo * method)); DO_APP_FUNC(0x00A7D360, void, Agent_SetCollisionNormal, (Agent * __this, Vector2 normal, MethodInfo * method)); DO_APP_FUNC(0x00A7D370, void, Agent_ForceSetVelocity, (Agent * __this, Vector2 velocity, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, List_1_Pathfinding_RVO_ObstacleVertex_ *, Agent_get_NeighbourObstacles, (Agent * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D3F0, void, Agent__ctor, (Agent * __this, Vector2 pos, float elevationCoordinate, MethodInfo * method)); DO_APP_FUNC(0x00A7D790, void, Agent_BufferSwitch, (Agent * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7DA10, void, Agent_PreCalculation, (Agent * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7DA30, void, Agent_PostCalculation, (Agent * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7DB30, void, Agent_CalculateNeighbours, (Agent * __this, MethodInfo * method)); DO_APP_FUNC(0x0091C670, float, Agent_Sqr, (float x, MethodInfo * method)); DO_APP_FUNC(0x00A7DD40, float, Agent_InsertAgentNeighbour, (Agent * __this, Agent * agent, float rangeSq, MethodInfo * method)); DO_APP_FUNC(0x00A35700, Vector3, Agent_FromXZ, (Vector2 p, MethodInfo * method)); DO_APP_FUNC(0x00A356E0, Vector2, Agent_ToXZ, (Vector3 p, MethodInfo * method)); DO_APP_FUNC(0x00A7E100, Vector2, Agent_To2D, (Agent * __this, Vector3 p, float * elevation, MethodInfo * method)); DO_APP_FUNC(0x00A7E160, void, Agent_DrawVO, (Vector2 circleCenter, float radius, Vector2 origin, MethodInfo * method)); DO_APP_FUNC(0x00A7E600, void, Agent_CalculateVelocity, (Agent * __this, Simulator_WorkerContext * context, MethodInfo * method)); DO_APP_FUNC(0x00A7EA20, Color, Agent_Rainbow, (float v, MethodInfo * method)); DO_APP_FUNC(0x00A7EA70, void, Agent_GenerateObstacleVOs, (Agent * __this, Agent_VOBuffer * vos, MethodInfo * method)); DO_APP_FUNC(0x00A7EFC0, void, Agent_GenerateNeighbourAgentVOs, (Agent * __this, Agent_VOBuffer * vos, MethodInfo * method)); DO_APP_FUNC(0x00A7F450, Vector2, Agent_GradientDescent, (Agent * __this, Agent_VOBuffer * vos, Vector2 sampleAround1, Vector2 sampleAround2, MethodInfo * method)); DO_APP_FUNC(0x00A7F670, bool, Agent_BiasDesiredVelocity, (Agent_VOBuffer * vos, Vector2 * desiredVelocity, Vector2 * targetPointInVelocitySpace, float maxBiasRadians, MethodInfo * method)); DO_APP_FUNC(0x00A7F7E0, Vector2, Agent_EvaluateGradient, (Agent * __this, Agent_VOBuffer * vos, Vector2 p, float * value, MethodInfo * method)); DO_APP_FUNC(0x00A7FB30, Vector2, Agent_Trace, (Agent * __this, Agent_VOBuffer * vos, Vector2 p, float * score, MethodInfo * method)); DO_APP_FUNC(0x00A7FE20, void, Agent_VO__ctor, (Agent_VO * __this, Vector2 center, Vector2 offset, float radius, float inverseDt, float inverseDeltaTime, MethodInfo * method)); DO_APP_FUNC(0x00A80410, Agent_VO, Agent_VO_SegmentObstacle, (Vector2 segmentStart, Vector2 segmentEnd, Vector2 offset, float radius, float inverseDt, float inverseDeltaTime, MethodInfo * method)); DO_APP_FUNC(0x00A80B70, float, Agent_VO_SignedDistanceFromLine, (Vector2 a, Vector2 dir, Vector2 p, MethodInfo * method)); DO_APP_FUNC(0x00A80BB0, Vector2, Agent_VO_ScaledGradient, (Agent_VO * __this, Vector2 p, float * weight, MethodInfo * method)); DO_APP_FUNC(0x00A80C40, Vector2, Agent_VO_Gradient, (Agent_VO * __this, Vector2 p, float * weight, MethodInfo * method)); DO_APP_FUNC(0x00A81020, void, Agent_VOBuffer_Clear, (Agent_VOBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x00A81030, void, Agent_VOBuffer__ctor, (Agent_VOBuffer * __this, int32_t n, MethodInfo * method)); DO_APP_FUNC(0x00A810E0, void, Agent_VOBuffer_Add, (Agent_VOBuffer * __this, Agent_VO vo, MethodInfo * method)); DO_APP_FUNC(0x00A81230, void, TurnBasedAI_Start, (TurnBasedAI * __this, MethodInfo * method)); DO_APP_FUNC(0x00A81320, void, TurnBasedAI_Awake, (TurnBasedAI * __this, MethodInfo * method)); DO_APP_FUNC(0x00A81460, void, TurnBasedAI__ctor, (TurnBasedAI * __this, MethodInfo * method)); DO_APP_FUNC(0x00A814B0, void, AnimationLinkTraverser_OnEnable, (AnimationLinkTraverser * __this, MethodInfo * method)); DO_APP_FUNC(0x00A81760, void, AnimationLinkTraverser_OnDisable, (AnimationLinkTraverser * __this, MethodInfo * method)); DO_APP_FUNC(0x00A819A0, IEnumerator *, AnimationLinkTraverser_TraverseOffMeshLink, (AnimationLinkTraverser * __this, RichSpecial * rs, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AnimationLinkTraverser__ctor, (AnimationLinkTraverser * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AnimationLinkTraverser_TraverseOffMeshLink_d_4__ctor, (AnimationLinkTraverser_TraverseOffMeshLink_d_4 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AnimationLinkTraverser_TraverseOffMeshLink_d_4_System_IDisposable_Dispose, (AnimationLinkTraverser_TraverseOffMeshLink_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A81AB0, bool, AnimationLinkTraverser_TraverseOffMeshLink_d_4_MoveNext, (AnimationLinkTraverser_TraverseOffMeshLink_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AnimationLinkTraverser_TraverseOffMeshLink_d_4_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AnimationLinkTraverser_TraverseOffMeshLink_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A827E0, void, AnimationLinkTraverser_TraverseOffMeshLink_d_4_System_Collections_IEnumerator_Reset, (AnimationLinkTraverser_TraverseOffMeshLink_d_4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85D20, AnimationLinkTraverser_TraverseOffMeshLink_d_4_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AnimationLinkTraverser_TraverseOffMeshLink_d_4_System_Collections_IEnumerator_get_Current, (AnimationLinkTraverser_TraverseOffMeshLink_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00895E30, uint32_t, _PrivateImplementationDetails__4_ComputeStringHash, (String * s, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ZLZoHhNFMCGTXnwWxfttfyLCMCQj_Initialize, (ZLZoHhNFMCGTXnwWxfttfyLCMCQj * __this, GUIText * text, MethodInfo * method)); DO_APP_FUNC(0x021D1DB0, void, ZLZoHhNFMCGTXnwWxfttfyLCMCQj_Start, (ZLZoHhNFMCGTXnwWxfttfyLCMCQj * __this, MethodInfo * method)); DO_APP_FUNC(0x021D2160, void, ZLZoHhNFMCGTXnwWxfttfyLCMCQj_Update, (ZLZoHhNFMCGTXnwWxfttfyLCMCQj * __this, MethodInfo * method)); DO_APP_FUNC(0x021D43A0, void, ZLZoHhNFMCGTXnwWxfttfyLCMCQj_GQGjXlPsHhKLZqJlkenSBlXVGEjR, (ZLZoHhNFMCGTXnwWxfttfyLCMCQj * __this, MethodInfo * method)); DO_APP_FUNC(0x021D4500, void, ZLZoHhNFMCGTXnwWxfttfyLCMCQj_mRNkVdmRQZlXvbdcbkqMpXVYoSVM, (ZLZoHhNFMCGTXnwWxfttfyLCMCQj * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97128, ZLZoHhNFMCGTXnwWxfttfyLCMCQj_mRNkVdmRQZlXvbdcbkqMpXVYoSVM__MethodInfo); DO_APP_FUNC(0x021D4500, void, ZLZoHhNFMCGTXnwWxfttfyLCMCQj_mkmxKVszUSFcXRKOVItoyQkmrXYu, (ZLZoHhNFMCGTXnwWxfttfyLCMCQj * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C970F0, ZLZoHhNFMCGTXnwWxfttfyLCMCQj_mkmxKVszUSFcXRKOVItoyQkmrXYu__MethodInfo); DO_APP_FUNC(0x021D4510, void, ZLZoHhNFMCGTXnwWxfttfyLCMCQj_qDAfsYTbIFtZDhVVxiMnTIgoFKSW, (ZLZoHhNFMCGTXnwWxfttfyLCMCQj * __this, MethodInfo * method)); DO_APP_FUNC(0x021D4660, void, ZLZoHhNFMCGTXnwWxfttfyLCMCQj_IqeirVCUUEJhXFQOWXCdOtBiFkPb, (ZLZoHhNFMCGTXnwWxfttfyLCMCQj * __this, MethodInfo * method)); DO_APP_FUNC(0x021D47B0, void, ZLZoHhNFMCGTXnwWxfttfyLCMCQj_hhYCYWGhOaaGjCpwkCBqNGwqoWaz, (ZLZoHhNFMCGTXnwWxfttfyLCMCQj * __this, String * param_00014122, Object * param_00014123, MethodInfo * method)); DO_APP_FUNC(0x021D4A20, int32_t, ZLZoHhNFMCGTXnwWxfttfyLCMCQj_llRJkCMrCfgBMwkiUoMjwPMOqdgh, (ZLZoHhNFMCGTXnwWxfttfyLCMCQj * __this, DirectInputAxis__Enum param_00014124, eIOeMVETDBCpONALFPUSmkDfCaEg * param_00014125, MethodInfo * method)); DO_APP_FUNC(0x021D4D50, float, ZLZoHhNFMCGTXnwWxfttfyLCMCQj_WBTydUTpGhZAhZjalHMpfRTNIiaf, (ZLZoHhNFMCGTXnwWxfttfyLCMCQj * __this, int32_t param_00014126, MethodInfo * method)); DO_APP_FUNC(0x021D4DC0, void, ZLZoHhNFMCGTXnwWxfttfyLCMCQj_OnDestroy, (ZLZoHhNFMCGTXnwWxfttfyLCMCQj * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ZLZoHhNFMCGTXnwWxfttfyLCMCQj__ctor, (ZLZoHhNFMCGTXnwWxfttfyLCMCQj * __this, MethodInfo * method)); DO_APP_FUNC(0x021D4DE0, void, nOdVPLBpoCzigRpttrVItEeXOHjK_Initialize, (nOdVPLBpoCzigRpttrVItEeXOHjK * __this, GUIText * text, MethodInfo * method)); DO_APP_FUNC(0x021D5170, void, nOdVPLBpoCzigRpttrVItEeXOHjK_Start, (nOdVPLBpoCzigRpttrVItEeXOHjK * __this, MethodInfo * method)); DO_APP_FUNC(0x021D54F0, void, nOdVPLBpoCzigRpttrVItEeXOHjK_Update, (nOdVPLBpoCzigRpttrVItEeXOHjK * __this, MethodInfo * method)); DO_APP_FUNC(0x021D83D0, void, nOdVPLBpoCzigRpttrVItEeXOHjK_OnDestroy, (nOdVPLBpoCzigRpttrVItEeXOHjK * __this, MethodInfo * method)); DO_APP_FUNC(0x021D8430, void, nOdVPLBpoCzigRpttrVItEeXOHjK_GQGjXlPsHhKLZqJlkenSBlXVGEjR, (nOdVPLBpoCzigRpttrVItEeXOHjK * __this, MethodInfo * method)); DO_APP_FUNC(0x021D8500, void, nOdVPLBpoCzigRpttrVItEeXOHjK_mRNkVdmRQZlXvbdcbkqMpXVYoSVM, (nOdVPLBpoCzigRpttrVItEeXOHjK * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96F38, nOdVPLBpoCzigRpttrVItEeXOHjK_mRNkVdmRQZlXvbdcbkqMpXVYoSVM__MethodInfo); DO_APP_FUNC(0x021D8500, void, nOdVPLBpoCzigRpttrVItEeXOHjK_mkmxKVszUSFcXRKOVItoyQkmrXYu, (nOdVPLBpoCzigRpttrVItEeXOHjK * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96F58, nOdVPLBpoCzigRpttrVItEeXOHjK_mkmxKVszUSFcXRKOVItoyQkmrXYu__MethodInfo); DO_APP_FUNC(0x021D8510, void, nOdVPLBpoCzigRpttrVItEeXOHjK_qDAfsYTbIFtZDhVVxiMnTIgoFKSW, (nOdVPLBpoCzigRpttrVItEeXOHjK * __this, MethodInfo * method)); DO_APP_FUNC(0x021D8610, void, nOdVPLBpoCzigRpttrVItEeXOHjK_IqeirVCUUEJhXFQOWXCdOtBiFkPb, (nOdVPLBpoCzigRpttrVItEeXOHjK * __this, MethodInfo * method)); DO_APP_FUNC(0x021D8710, void, nOdVPLBpoCzigRpttrVItEeXOHjK_hhYCYWGhOaaGjCpwkCBqNGwqoWaz, (nOdVPLBpoCzigRpttrVItEeXOHjK * __this, String * param_00014128, Object * param_00014129, MethodInfo * method)); DO_APP_FUNC(0x021D8980, void, nOdVPLBpoCzigRpttrVItEeXOHjK_xKbILlUqgXwNuzUdjuiMxVxMPkHg, (nOdVPLBpoCzigRpttrVItEeXOHjK * __this, String * param_0001412a, Object * param_0001412b, MethodInfo * method)); DO_APP_FUNC(0x021D8BF0, int32_t, nOdVPLBpoCzigRpttrVItEeXOHjK_llRJkCMrCfgBMwkiUoMjwPMOqdgh, (nOdVPLBpoCzigRpttrVItEeXOHjK * __this, RawInputAxis__Enum param_0001412c, int32_t param_0001412d, ZemgRaVLtbvyLNdCEKfootiqlVcK * param_0001412e, MethodInfo * method)); DO_APP_FUNC(0x021D4D50, float, nOdVPLBpoCzigRpttrVItEeXOHjK_WBTydUTpGhZAhZjalHMpfRTNIiaf, (nOdVPLBpoCzigRpttrVItEeXOHjK * __this, int32_t param_0001412f, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, nOdVPLBpoCzigRpttrVItEeXOHjK__ctor, (nOdVPLBpoCzigRpttrVItEeXOHjK * __this, MethodInfo * method)); DO_APP_FUNC(0x021D8C20, bool, jYewjvsiEBFWDKQkYgaYsBDZXKIP_cLyckeLmGkurVRaVGLUhMcjbvMHQ, (uint16_t param_00014134, uint16_t param_00014135, MethodInfo * method)); DO_APP_FUNC(0x021D8CA0, bool, jYewjvsiEBFWDKQkYgaYsBDZXKIP_ztqtEEmnIWNNpVfrQGfDQnLkBbfQ, (uint16_t param_00014136, uint16_t param_00014137, MethodInfo * method)); DO_APP_FUNC(0x021D8D30, bool, jYewjvsiEBFWDKQkYgaYsBDZXKIP_hIZjiBgeguhHlSOPLyKsldNKLrSS, (uint16_t param_00014138, uint16_t param_00014139, MethodInfo * method)); DO_APP_FUNC(0x021D8DD0, bool, jYewjvsiEBFWDKQkYgaYsBDZXKIP_pNwuqniNNNaoSFNieTKfFFbPwHvbA, (uint16_t param_0001413a, MethodInfo * method)); DO_APP_FUNC(0x021D8E00, bool, jYewjvsiEBFWDKQkYgaYsBDZXKIP_tjuqaSJJVVmCrScIvnZgGLcQFJkf, (uint16_t param_0001413b, MethodInfo * method)); DO_APP_FUNC(0x021D8E20, bool, jYewjvsiEBFWDKQkYgaYsBDZXKIP_BbTtEDoPfAOOapEUEpUSVFFZzQvn, (uint16_t param_0001413c, MethodInfo * method)); DO_APP_FUNC(0x021D8E40, bool, jYewjvsiEBFWDKQkYgaYsBDZXKIP_pXFdfEfmtROSdXYQsOcNOAgTWOiX, (uint16_t param_0001413d, uint16_t param_0001413e, MethodInfo * method)); DO_APP_FUNC(0x021D8E60, bool, jYewjvsiEBFWDKQkYgaYsBDZXKIP_ZQxCBDsNfxbJwEwlcxCHPLrnikos_fMJdSHebvsylfazOiFQlWgYolIhWA, (uint16_t param_0001413f, MethodInfo * method)); DO_APP_FUNC(0x021D8E80, bool, jYewjvsiEBFWDKQkYgaYsBDZXKIP_ZQxCBDsNfxbJwEwlcxCHPLrnikos_cLyckeLmGkurVRaVGLUhMcjbvMHQ, (uint16_t param_00014140, MethodInfo * method)); DO_APP_FUNC(0x021D8EA0, bool, jYewjvsiEBFWDKQkYgaYsBDZXKIP_ZQxCBDsNfxbJwEwlcxCHPLrnikos_hIZjiBgeguhHlSOPLyKsldNKLrSS, (uint16_t param_00014141, MethodInfo * method)); DO_APP_FUNC(0x021D8ED0, bool, jYewjvsiEBFWDKQkYgaYsBDZXKIP_BsYvvXQyTdXAyIBKrFvUWETLscLL_cLyckeLmGkurVRaVGLUhMcjbvMHQ, (uint16_t param_00014142, MethodInfo * method)); DO_APP_FUNC(0x021D8F20, bool, jYewjvsiEBFWDKQkYgaYsBDZXKIP_BsYvvXQyTdXAyIBKrFvUWETLscLL_hIZjiBgeguhHlSOPLyKsldNKLrSS, (uint16_t param_00014143, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, jYewjvsiEBFWDKQkYgaYsBDZXKIP_WmAfElPScxctcuTIYtfSfZzNgyAQ_cLyckeLmGkurVRaVGLUhMcjbvMHQ, (uint16_t param_00014144, MethodInfo * method)); DO_APP_FUNC(0x021D8F60, bool, jYewjvsiEBFWDKQkYgaYsBDZXKIP_WmAfElPScxctcuTIYtfSfZzNgyAQ_hIZjiBgeguhHlSOPLyKsldNKLrSS, (uint16_t param_00014145, MethodInfo * method)); DO_APP_FUNC(0x021D91A0, bool, jYewjvsiEBFWDKQkYgaYsBDZXKIP_PbWUkTFkguTyXIsgZekzkfMNiBic_cLyckeLmGkurVRaVGLUhMcjbvMHQ, (uint16_t param_00014146, MethodInfo * method)); DO_APP_FUNC(0x021D91B0, bool, jYewjvsiEBFWDKQkYgaYsBDZXKIP_PbWUkTFkguTyXIsgZekzkfMNiBic_hIZjiBgeguhHlSOPLyKsldNKLrSS, (uint16_t param_00014147, MethodInfo * method)); DO_APP_FUNC(0x006FE760, PlatformInitializer *, Initializer_GetPlatformInitializer, (MethodInfo * method)); DO_APP_FUNC(0x021D91C0, Object *, Initializer_Initialize, (Initializer * __this, IConfigVars_Internal * configVars, MethodInfo * method)); DO_APP_FUNC(0x021D93A0, IElementIdentifierTool *, Initializer_CreateTool, (Initializer * __this, String * inputSourceString, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Initializer__ctor, (Initializer * __this, MethodInfo * method)); DO_APP_FUNC(0x00C86140, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_OIelQbrIXLQOssWJuqphgoCJcKkf, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, bool param_0001414a, MethodInfo * method)); DO_APP_FUNC(0x021D94B0, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb__ctor, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, UpdateLoopSetting__Enum param_0001414b, bool param_0001414c, void * param_0001414d, Func_2_Rewired_BridgedControllerHWInfo_Rewired_HardwareJoystickMap_InputManager_ * param_0001414e, Func_1_Int32_ * param_0001414f, MethodInfo * method)); DO_APP_FUNC(0x0111DD10, int32_t, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_get_deviceCount, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7010, PlatformInputManager *, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_get_primaryInputManager, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, MethodInfo * method)); DO_APP_FUNC(0x021D9AA0, IInputSource *, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_get_inputSource, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, InputSource__Enum, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_get_inputSourceType, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, MethodInfo * method)); DO_APP_FUNC(0x021D9B50, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_Initialize, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, MethodInfo * method)); DO_APP_FUNC(0x021D9D60, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_Update, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, UpdateLoopType__Enum updateLoop, MethodInfo * method)); DO_APP_FUNC(0x021D9EB0, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_OnDestroy, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, Action_2_Int32_Rewired_ControllerDataUpdater_ *, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_GetInputDataUpdateDelegate, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, MethodInfo * method)); DO_APP_FUNC(0x021DA120, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_UpdateControllerData, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, int32_t inputManagerId, ControllerDataUpdater * data, MethodInfo * method)); DO_APP_FUNC(0x021DA340, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_SystemDeviceConnected, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, MethodInfo * method)); DO_APP_FUNC(0x021DA390, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_SystemDeviceDisconnected, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_SetUnityJoystickId, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, int32_t joystickId, int32_t unityJoystickId, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IUnifiedMouseSource *, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_GetUnifiedMouseSource, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IUnifiedKeyboardSource *, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_GetUnifiedKeyboardSource, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, MethodInfo * method)); DO_APP_FUNC(0x021DA3E0, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_pupBUQtfmNrKuQpVBHqzKfqhHvKS, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, MethodInfo * method)); DO_APP_FUNC(0x021DA520, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_WCWrnemrMnIApfYLoPRnewDeJmzbA_ *, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_LCSsaykEjQLcmrxvNtXwNvGZZwDe, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, MethodInfo * method)); DO_APP_FUNC(0x021DAF90, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_DVboPdzaJIuXtLZraReCwokGlhnc, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, MethodInfo * method)); DO_APP_FUNC(0x021DAFC0, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_ylAfbYactmpehSTtcXiJZQKrnjzP, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_WCWrnemrMnIApfYLoPRnewDeJmzbA_ * param_00014155, MethodInfo * method)); DO_APP_FUNC(0x021DB4C0, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_RCfAJwsnvlYElKZcfLlDYKFXfzSo, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * param_00014156, rPGgilLxmMTekXrALcMmwLgZUrTO * param_00014157, String * * param_00014158, MethodInfo * method)); DO_APP_FUNC(0x021DB800, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_SCfYDvoCdZvLEqIJzGGKJBkeUexN, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, MethodInfo * method)); DO_APP_FUNC(0x021DB960, IList_1_IEpqttsJBVpdPbiISguYNqxToTKd_ *, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_KqhxnmKjnnVkQzGQbglHBhCnczkz, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, MethodInfo * method)); DO_APP_FUNC(0x021DBA30, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_EUgkZacqfIEthCNOlpqCGpjTKVLA, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, MethodInfo * method)); DO_APP_FUNC(0x021DBA60, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_hUPsAqhOtINZzYGnKGoUbJVEdbOHA, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, int32_t param_00014159, int32_t param_0001415a, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_ * param_0001415b, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_ * param_0001415c, MethodInfo * method)); DO_APP_FUNC(0x021DBDA0, bool, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_SPxNlmaBBxgPWloLGtXJyqkwYYP, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_ * param_0001415d, int32_t param_0001415e, MethodInfo * method)); DO_APP_FUNC(0x021DBE70, int32_t, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_EZbELwnsdpklCOGHOHmZepDrMQIQ, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_ * param_0001415f, MethodInfo * method)); DO_APP_FUNC(0x021DBF40, bool, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_UqQhmTtSRwLAQgULEUfLPYpwHDpX, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_ * param_00014160, int32_t param_00014161, MethodInfo * method)); DO_APP_FUNC(0x021DBFF0, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_dWBcjjYdSQfrLcheTGMipAuYCacrA, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, int32_t param_00014162, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_ * param_00014163, int32_t param_00014164, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_ * param_00014165, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_IhNjCXUMJgTgUUONqOIwbeuCrluG__Enum param_00014166, MethodInfo * method)); DO_APP_FUNC(0x021DC160, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_zeNGJIqXxxylWPZQyeNegIyXtjnM, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, int32_t param_00014167, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_ * param_00014168, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_IhNjCXUMJgTgUUONqOIwbeuCrluG__Enum param_00014169, MethodInfo * method)); DO_APP_FUNC(0x021DC430, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_ORYGjDSFYcKIqqXzPmTzudPlZUVx, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, MethodInfo * method)); DO_APP_FUNC(0x021DC680, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_iYcSLcQAPsGgEHZVWFtcndNQTktBA, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, MethodInfo * method)); DO_APP_FUNC(0x021DC700, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_pYQEphjEmpbkilgPRKyaNakvjcUs, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_WCWrnemrMnIApfYLoPRnewDeJmzbA_ * param_0001416a, MethodInfo * method)); DO_APP_FUNC(0x021DC870, bool, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_SFXQMIDjmhkDvHgYTsRpxtKuhGdK, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, IList_1_IEpqttsJBVpdPbiISguYNqxToTKd_ * param_0001416b, MethodInfo * method)); DO_APP_FUNC(0x021DCB40, bool, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_HZodrXjraNFXHALFQWExtXVFfnQfA, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, Guid param_0001416c, MethodInfo * method)); DO_APP_FUNC(0x021DCD60, bool, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_qhySHmfIYbUojbWwfofDnotlfvhG, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, IList_1_IEpqttsJBVpdPbiISguYNqxToTKd_ * param_0001416d, Guid param_0001416e, MethodInfo * method)); DO_APP_FUNC(0x021DCE60, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_wzGfetKGzmgJPwNTqhswwjWMGCrjA, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_ * param_0001416f, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_ * param_00014170, bool param_00014171, MethodInfo * method)); DO_APP_FUNC(0x021DCFF0, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_WWoDgPEAPgTZWAZsRxRnBIOlkxpyA, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * param_00014172, bool param_00014173, MethodInfo * method)); DO_APP_FUNC(0x021DD130, bool, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oOrcsmDjojJjfDXMrFMtJTboTSUjA, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96D50, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oOrcsmDjojJjfDXMrFMtJTboTSUjA__MethodInfo); DO_APP_FUNC(0x021DD1B0, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_mBXjBZzLiJibeFRkuHfRLBcZCPyZ, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_ * param_00014174, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_ * param_00014175, MethodInfo * method)); DO_APP_FUNC(0x021DD2A0, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_WCWrnemrMnIApfYLoPRnewDeJmzbA_ *, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_UsVnmRQUdfPbCYJjQagIkBiufdzY, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96D30, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_UsVnmRQUdfPbCYJjQagIkBiufdzY__MethodInfo); DO_APP_FUNC(0x003BAD50, int32_t, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_get_rewiredId, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_set_rewiredId, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_get_inputManagerId, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_set_inputManagerId, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x021DD2B0, String *, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_get_name, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, MethodInfo * method)); DO_APP_FUNC(0x021DD350, Nullable_1_Int64_, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_get_systemId, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_get_unityId, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Controller_Extension *, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_get_extension, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, MethodInfo * method)); DO_APP_FUNC(0x021DD3C0, Guid, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_get_instanceGuid, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, MethodInfo * method)); DO_APP_FUNC(0x021DD3C0, Guid, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_get_persistentGuid, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_SetVibration, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, float amount, int32_t motorIndex, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_StopVibration, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, MethodInfo * method)); DO_APP_FUNC(0x021DD3D0, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE__ctor, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR * param_0001417a, Func_2_Rewired_BridgedControllerHWInfo_Rewired_HardwareJoystickMap_InputManager_ * param_0001417b, MethodInfo * method)); DO_APP_FUNC(0x021DD490, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_VPmcEvmNZCFOVYefVSIoxAxhcloCA, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, MethodInfo * method)); DO_APP_FUNC(0x021DD8A0, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_LlWYXnGCuVVKJpzCdJYHeprZIwvC, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * param_0001417c, MethodInfo * method)); DO_APP_FUNC(0x021DDA00, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_Update, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, MethodInfo * method)); DO_APP_FUNC(0x021DDB30, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_FillData, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, ControllerDataUpdater * dataUpdater, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96A30, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_FillData__MethodInfo); DO_APP_FUNC(0x021DDC90, int32_t, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_xMnHTvEjWQzscBBoZLxFJdfZBqLaA, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * param_0001417e, MethodInfo * method)); DO_APP_FUNC(0x021DDD90, BridgedControllerHWInfo *, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_yMGiTySicmPQxCrMjmtihGllAkSc, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, MethodInfo * method)); DO_APP_FUNC(0x021DDE00, BridgedController *, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_ToBridgedController, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, MethodInfo * method)); DO_APP_FUNC(0x021DDE70, ControllerDisconnectedEventArgs *, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_ToControllerDisconnectedEventArgs, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, MethodInfo * method)); DO_APP_FUNC(0x021DDF10, bool, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_jdgBBoZIcSYjBpjuolfhLxkBpODQ, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, MethodInfo * method)); DO_APP_FUNC(0x021DE040, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_aYKnLyJwnQsfPnmCkNcobExbkkeo, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, MethodInfo * method)); DO_APP_FUNC(0x021DE070, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_bREaCmyldYGFJfUUZzKzraPGSMtN, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, Boolean__Array * param_0001417f, Int32__Array * param_00014180, MethodInfo * method)); DO_APP_FUNC(0x021DE290, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_OigKfWVDKSJyYsIOrKMbobMHUegc, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, Boolean__Array * param_00014181, Int32__Array * param_00014182, MethodInfo * method)); DO_APP_FUNC(0x021DE4B0, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_kqOiDUXLlnbmJboyHowfUOyWgnyP, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base * param_00014183, int32_t param_00014184, Boolean__Array * param_00014185, Int32__Array * param_00014186, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96A20, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_kqOiDUXLlnbmJboyHowfUOyWgnyP__MethodInfo); DO_APP_FUNC(0x021DE5B0, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_ynDbHjkUqAiXslOEaLEBNCdzGTelA, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, HardwareJoystickMap_Platform_RawOrDirectInput_Button_Base * param_00014187, int32_t param_00014188, Boolean__Array * param_00014189, Int32__Array * param_0001418a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96A28, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_ynDbHjkUqAiXslOEaLEBNCdzGTelA__MethodInfo); DO_APP_FUNC(0x021DE6A0, float, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_llRJkCMrCfgBMwkiUoMjwPMOqdgh, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base * param_0001418b, Boolean__Array * param_0001418c, Int32__Array * param_0001418d, MethodInfo * method)); DO_APP_FUNC(0x021DEA20, float, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_llRJkCMrCfgBMwkiUoMjwPMOqdgh_1, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, DirectInputAxis__Enum param_0001418e, MethodInfo * method)); DO_APP_FUNC(0x021DEF90, bool, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_FiMGdLgwnQkuAJmdoeKwRJXajcdpA, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, HardwareJoystickMap_Platform_RawOrDirectInput_Button_Base * param_0001418f, Boolean__Array * param_00014190, Int32__Array * param_00014191, MethodInfo * method)); DO_APP_FUNC(0x021DF590, bool, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_XGJfVJsxmKdNrGHsNbLrAPqRhikZ, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, int32_t param_00014192, int32_t param_00014193, HatType__Enum param_00014194, MethodInfo * method)); DO_APP_FUNC(0x01F67680, float, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_YvVCiLRdmYmoeVjiKyxMYHzAarUG, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, int32_t param_00014195, AxisDirection__Enum param_00014196, MethodInfo * method)); DO_APP_FUNC(0x021DF640, bool, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_YYFOuGgNdPgISLyuaHSHRIYHFaIS, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, HardwareJoystickMap_Platform_RawOrDirectInput_CustomCalculationSourceData * param_00014197, Boolean__Array * param_00014198, bool * param_00014199, MethodInfo * method)); DO_APP_FUNC(0x021DF6A0, bool, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_nbEzOZVECjlaWheETbBSdjsHVjpz, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, HardwareJoystickMap_Platform_RawOrDirectInput_CustomCalculationSourceData * param_0001419a, float * param_0001419b, MethodInfo * method)); DO_APP_FUNC(0x021DF820, ControlDeviceType__Enum, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_STuXznnMkGHZJxQmSflCxJvaHclO, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_iotHRVOMpyfeQesWUiMxwdlBsoxKA__Enum param_0001419c, MethodInfo * method)); DO_APP_FUNC(0x021DF870, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_aTDeeMxviQqftWWeVrsNCPkIDzWf, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, MethodInfo * method)); DO_APP_FUNC(0x021DF9C0, String *, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_wtCgcfrWDKXQyqCsqfdjbWDuPuyK, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, MethodInfo * method)); DO_APP_FUNC(0x021DFD30, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_PSgrREOAVHoVHjQNLcgJciaBvrnO, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, BridgedControllerHWInfo * param_0001419d, MethodInfo * method)); DO_APP_FUNC(0x021E0030, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_PSgrREOAVHoVHjQNLcgJciaBvrnO_1, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, BridgedController * param_0001419e, MethodInfo * method)); DO_APP_FUNC(0x021E02E0, UnknownControllerHat__Array *, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_orMAOxooODoOEWAlUNxoiSGJTmBK, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, MethodInfo * method)); DO_APP_FUNC(0x021E05E0, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, MethodInfo * method)); DO_APP_FUNC(0x021E0650, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_koAztZrcZLyuMlaqoUCpAMQQIsgb, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, MethodInfo * method)); DO_APP_FUNC(0x021E06A0, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_ixmAePEnLRGjkiYJbCTfPNBHXEcwB_1, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * __this, bool param_0001419f, MethodInfo * method)); DO_APP_FUNC(0x01F685C0, int32_t, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_HLphWyVAaKAupfKmDRRLewfywsiy, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * param_000141a0, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * param_000141a1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96B68, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_HLphWyVAaKAupfKmDRRLewfywsiy__MethodInfo); DO_APP_FUNC(0x021E0730, int32_t, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_qSbzayrWDlqgNouBOISiTwQQiBgf, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * param_000141a2, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * param_000141a3, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96B48, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE_qSbzayrWDlqgNouBOISiTwQQiBgf__MethodInfo); DO_APP_FUNC(0x021E0780, Boolean__Array *, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR_DFUXAphSQHZHVVVyguNGgAvyFgBA, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR_EmzirSFTFiHtAsVxbZwpExkVigoi *, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR_JAetsUHDQgKwdhBAdHyQydsSQzBt, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR * __this, MethodInfo * method)); DO_APP_FUNC(0x021E07F0, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR__ctor, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR * __this, GqryNrYEvkExVmQzJVqPbzHUZsSB * param_000141a4, UpdateLoopSetting__Enum param_000141a5, MethodInfo * method)); DO_APP_FUNC(0x021E0CE0, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR_tjEJoAeRKVJyiIadobfBeHSNgGiw, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR * __this, MethodInfo * method)); DO_APP_FUNC(0x021E0E90, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR_ZFluBrfRAoBaNxgjEXmtuutoBIJC, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR * __this, MethodInfo * method)); DO_APP_FUNC(0x021E0EF0, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR_xjmMhxeOlBkrfCnHxekXCQVArthv, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR * __this, MethodInfo * method)); DO_APP_FUNC(0x021E0F10, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR_IgdwwTfmhXhMNXaVydsaEsQSKNzb, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR * __this, MethodInfo * method)); DO_APP_FUNC(0x021E0F20, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR_LlWYXnGCuVVKJpzCdJYHeprZIwvC, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR * __this, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR * param_000141a6, MethodInfo * method)); DO_APP_FUNC(0x021E1430, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR_gWAXVZNniAcIzioRCLgiRVdXoEde, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR * __this, int32_t param_000141a7, int32_t param_000141a8, int32_t param_000141a9, float param_000141aa, MethodInfo * method)); DO_APP_FUNC(0x021E15E0, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR_wRWaxEIAGmAgIeMjxOODvhjlDRssA, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96998, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR_wRWaxEIAGmAgIeMjxOODvhjlDRssA__MethodInfo); DO_APP_FUNC(0x021E18D0, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR_okNPGOmxwuXjZFywiawUSqOyuPwF, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR * __this, MethodInfo * method)); DO_APP_FUNC(0x021E19E0, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR_rUVOngknMKdaVcBZRsgOUAyzJBnjA, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR * __this, MethodInfo * method)); DO_APP_FUNC(0x021E1B20, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR_Dispose, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR * __this, MethodInfo * method)); DO_APP_FUNC(0x01F783B0, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR_koAztZrcZLyuMlaqoUCpAMQQIsgb, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR * __this, MethodInfo * method)); DO_APP_FUNC(0x021E1B90, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR_ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR * __this, bool param_000141ab, MethodInfo * method)); DO_APP_FUNC(0x021E1CD0, float, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR_WBTydUTpGhZAhZjalHMpfRTNIiaf, (int32_t param_000141ac, MethodInfo * method)); DO_APP_FUNC(0x021E1D40, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR_EmzirSFTFiHtAsVxbZwpExkVigoi__ctor, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR_EmzirSFTFiHtAsVxbZwpExkVigoi * __this, MethodInfo * method)); DO_APP_FUNC(0x021E1FF0, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR_EmzirSFTFiHtAsVxbZwpExkVigoi_IqeirVCUUEJhXFQOWXCdOtBiFkPb, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR_EmzirSFTFiHtAsVxbZwpExkVigoi * __this, MethodInfo * method)); DO_APP_FUNC(0x021E2200, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR_EmzirSFTFiHtAsVxbZwpExkVigoi_iGlRenjOWJphMVhzZUqICzDnNZft, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR_EmzirSFTFiHtAsVxbZwpExkVigoi * __this, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR_EmzirSFTFiHtAsVxbZwpExkVigoi * param_000141ad, MethodInfo * method)); DO_APP_FUNC(0x021E2580, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR_EmzirSFTFiHtAsVxbZwpExkVigoi_iGlRenjOWJphMVhzZUqICzDnNZft_1, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR_EmzirSFTFiHtAsVxbZwpExkVigoi * __this, LowLevelInputEvent * param_000141ae, MethodInfo * method)); DO_APP_FUNC(0x021E2810, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_kmEsTSZdFFnIPZHCfAKxHljbQrJR_EmzirSFTFiHtAsVxbZwpExkVigoi_VfdUKmQuYDLmPLAgoyzzjtdVJRmN, (eIOeMVETDBCpONALFPUSmkDfCaEg * param_000141af, double param_000141b0, LowLevelInputEvent param_000141b1, MethodInfo * method)); DO_APP_FUNC(0x021E32B0, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_YxkmvjCgiJdMkrjxCfYBRnWcQdWC *, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_YxkmvjCgiJdMkrjxCfYBRnWcQdWC_givyoQaQtdahfgHPPDDuAIjBUOgkB, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_YxkmvjCgiJdMkrjxCfYBRnWcQdWC * param_000141b2, eIOeMVETDBCpONALFPUSmkDfCaEg * param_000141b3, MethodInfo * method)); DO_APP_FUNC(0x021E33F0, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_YxkmvjCgiJdMkrjxCfYBRnWcQdWC__ctor, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_YxkmvjCgiJdMkrjxCfYBRnWcQdWC * __this, eIOeMVETDBCpONALFPUSmkDfCaEg * param_000141b4, int32_t param_000141b5, int32_t param_000141b6, int32_t param_000141b7, float param_000141b8, MethodInfo * method)); DO_APP_FUNC(0x021E36B0, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_YxkmvjCgiJdMkrjxCfYBRnWcQdWC__ctor_1, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_YxkmvjCgiJdMkrjxCfYBRnWcQdWC * __this, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_YxkmvjCgiJdMkrjxCfYBRnWcQdWC * param_000141b9, eIOeMVETDBCpONALFPUSmkDfCaEg * param_000141ba, MethodInfo * method)); DO_APP_FUNC(0x021E3790, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_YxkmvjCgiJdMkrjxCfYBRnWcQdWC__ctor_2, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_YxkmvjCgiJdMkrjxCfYBRnWcQdWC * __this, int32_t param_000141bb, int32_t param_000141bc, int32_t param_000141bd, float param_000141be, MethodInfo * method)); DO_APP_FUNC(0x021E37B0, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_YxkmvjCgiJdMkrjxCfYBRnWcQdWC_zRKKKxhkoOArpcmrZNscrEthKMVOA, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_YxkmvjCgiJdMkrjxCfYBRnWcQdWC * __this, double param_000141bf, MethodInfo * method)); DO_APP_FUNC(0x021E4350, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_YxkmvjCgiJdMkrjxCfYBRnWcQdWC_iGlRenjOWJphMVhzZUqICzDnNZft, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_YxkmvjCgiJdMkrjxCfYBRnWcQdWC * __this, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_YxkmvjCgiJdMkrjxCfYBRnWcQdWC * param_000141c0, MethodInfo * method)); DO_APP_FUNC(0x021E4400, int32_t, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_YxkmvjCgiJdMkrjxCfYBRnWcQdWC_eVVqMaRROJOSMnKJjDxCaKYtjkGx, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_YxkmvjCgiJdMkrjxCfYBRnWcQdWC * __this, int32_t param_000141c1, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, eIOeMVETDBCpONALFPUSmkDfCaEg *, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_pAzAwkLRobWbZzdQAhrePhbBcDcIA_RlGiSIFLljIlStvqHVjtjaZNxTkR, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_pAzAwkLRobWbZzdQAhrePhbBcDcIA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, eIOeMVETDBCpONALFPUSmkDfCaEg *, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_pAzAwkLRobWbZzdQAhrePhbBcDcIA_bMdNIhEXTEMFiqytpKjryTdtFqAt, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_pAzAwkLRobWbZzdQAhrePhbBcDcIA * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_pAzAwkLRobWbZzdQAhrePhbBcDcIA_abNyKWXkXfLttgnuWaEnOMqKkmZQ, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_pAzAwkLRobWbZzdQAhrePhbBcDcIA * __this, MethodInfo * method)); DO_APP_FUNC(0x021E4440, double, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_pAzAwkLRobWbZzdQAhrePhbBcDcIA_XwdXQldnBcjoReEyrHIOfBERvmQoA, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_pAzAwkLRobWbZzdQAhrePhbBcDcIA * __this, MethodInfo * method)); DO_APP_FUNC(0x021E4450, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_pAzAwkLRobWbZzdQAhrePhbBcDcIA__ctor, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_pAzAwkLRobWbZzdQAhrePhbBcDcIA * __this, eIOeMVETDBCpONALFPUSmkDfCaEg * param_000141c2, MethodInfo * method)); DO_APP_FUNC(0x021E45D0, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_pAzAwkLRobWbZzdQAhrePhbBcDcIA_zRKKKxhkoOArpcmrZNscrEthKMVOA, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_pAzAwkLRobWbZzdQAhrePhbBcDcIA * __this, double param_000141c3, MethodInfo * method)); DO_APP_FUNC(0x021E4FB0, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_pAzAwkLRobWbZzdQAhrePhbBcDcIA_iGlRenjOWJphMVhzZUqICzDnNZft, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_pAzAwkLRobWbZzdQAhrePhbBcDcIA * __this, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_pAzAwkLRobWbZzdQAhrePhbBcDcIA * param_000141c4, MethodInfo * method)); DO_APP_FUNC(0x021E5010, bool, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_pAzAwkLRobWbZzdQAhrePhbBcDcIA_aCbrMsQnkTjAmctKeRYSbHBGPyAR, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_pAzAwkLRobWbZzdQAhrePhbBcDcIA * __this, MethodInfo * method)); DO_APP_FUNC(0x021E5390, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA__ctor, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA * __this, MethodInfo * method)); DO_APP_FUNC(0x021E5460, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_WTuFMsAAnTHnmAtwzDZXXKSNDQZq, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA * __this, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * param_000141c5, MethodInfo * method)); DO_APP_FUNC(0x021E57D0, IEnumerable_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_wAEbikHXPiUhjCZkCxpMjGhOLrYn_ *, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_PLuWEjfgDkcVVjWkqQaDcEiErMRp, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA * __this, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * param_000141c6, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_IhNjCXUMJgTgUUONqOIwbeuCrluG__Enum param_000141c7, MethodInfo * method)); DO_APP_FUNC(0x021E5900, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_kLiYwZakvesizQTKwNeuXgSbcAnJ, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA * __this, int32_t param_000141c8, Guid param_000141c9, int32_t param_000141ca, MethodInfo * method)); DO_APP_FUNC(0x021E5A50, String *, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_LVmcPOeqeDbqbgLicgjuWNFJdAuo, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA * __this, MethodInfo * method)); DO_APP_FUNC(0x021E5D30, bool, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_wAEbikHXPiUhjCZkCxpMjGhOLrYn_xMnHTvEjWQzscBBoZLxFJdfZBqLaA, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_wAEbikHXPiUhjCZkCxpMjGhOLrYn * __this, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * param_000141cb, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_IhNjCXUMJgTgUUONqOIwbeuCrluG__Enum param_000141cc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96928, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_wAEbikHXPiUhjCZkCxpMjGhOLrYn_xMnHTvEjWQzscBBoZLxFJdfZBqLaA__MethodInfo); DO_APP_FUNC(0x021E5E60, String *, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_wAEbikHXPiUhjCZkCxpMjGhOLrYn_LVmcPOeqeDbqbgLicgjuWNFJdAuo, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_wAEbikHXPiUhjCZkCxpMjGhOLrYn * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_wAEbikHXPiUhjCZkCxpMjGhOLrYn__ctor, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_wAEbikHXPiUhjCZkCxpMjGhOLrYn * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_NoaDFLBntEVyrLFQjuULFTNrtGLz__ctor, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_NoaDFLBntEVyrLFQjuULFTNrtGLz * __this, int32_t param_000141cd, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_NoaDFLBntEVyrLFQjuULFTNrtGLz_System_IDisposable_Dispose, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_NoaDFLBntEVyrLFQjuULFTNrtGLz * __this, MethodInfo * method)); DO_APP_FUNC(0x021E60E0, bool, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_NoaDFLBntEVyrLFQjuULFTNrtGLz_MoveNext, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_NoaDFLBntEVyrLFQjuULFTNrtGLz * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_wAEbikHXPiUhjCZkCxpMjGhOLrYn *, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_NoaDFLBntEVyrLFQjuULFTNrtGLz_System_Collections_Generic_IEnumerator_Rewired_Windows_DirectInputManager_JoystickRecords_Record__get_Current, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_NoaDFLBntEVyrLFQjuULFTNrtGLz * __this, MethodInfo * method)); DO_APP_FUNC(0x021E6210, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_NoaDFLBntEVyrLFQjuULFTNrtGLz_System_Collections_IEnumerator_Reset, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_NoaDFLBntEVyrLFQjuULFTNrtGLz * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96890, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_NoaDFLBntEVyrLFQjuULFTNrtGLz_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_NoaDFLBntEVyrLFQjuULFTNrtGLz_System_Collections_IEnumerator_get_Current, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_NoaDFLBntEVyrLFQjuULFTNrtGLz * __this, MethodInfo * method)); DO_APP_FUNC(0x021E6260, IEnumerator_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_wAEbikHXPiUhjCZkCxpMjGhOLrYn_ *, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_NoaDFLBntEVyrLFQjuULFTNrtGLz_System_Collections_Generic_IEnumerable_Rewired_Windows_DirectInputManager_JoystickRecords_Record__GetEnumerator, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_NoaDFLBntEVyrLFQjuULFTNrtGLz * __this, MethodInfo * method)); DO_APP_FUNC(0x021E6420, IEnumerator *, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_NoaDFLBntEVyrLFQjuULFTNrtGLz_System_Collections_IEnumerable_GetEnumerator, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_NoaDFLBntEVyrLFQjuULFTNrtGLz * __this, MethodInfo * method)); DO_APP_FUNC(0x021E6430, bool, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_WCWrnemrMnIApfYLoPRnewDeJmzbA_PihkTuBwuXLwjuwNhMStzVhfwlQV, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_WCWrnemrMnIApfYLoPRnewDeJmzbA * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_WCWrnemrMnIApfYLoPRnewDeJmzbA__ctor, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_WCWrnemrMnIApfYLoPRnewDeJmzbA * __this, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE * param_000141ce, IEpqttsJBVpdPbiISguYNqxToTKd * param_000141cf, MethodInfo * method)); DO_APP_FUNC(0x021E6450, List_1_IEpqttsJBVpdPbiISguYNqxToTKd_ *, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_WCWrnemrMnIApfYLoPRnewDeJmzbA_hjhgoNewMGDLCPOAUjEwiEbelyKN, (List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_WCWrnemrMnIApfYLoPRnewDeJmzbA_ * param_000141d0, MethodInfo * method)); DO_APP_FUNC(0x021E65B0, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_PczzFmpcJXkkFcQBIAhQTASfBRLHA__ctor, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_PczzFmpcJXkkFcQBIAhQTASfBRLHA * __this, MethodInfo * method)); DO_APP_FUNC(0x021E67F0, bool, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_PczzFmpcJXkkFcQBIAhQTASfBRLHA_hTDQAenUQhKmSmbIyAgICRizkrJV, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_PczzFmpcJXkkFcQBIAhQTASfBRLHA * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07B40, void, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_PczzFmpcJXkkFcQBIAhQTASfBRLHA_XZBCGVJyjmiUUivoxIXqCDbBqgiBb, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_PczzFmpcJXkkFcQBIAhQTASfBRLHA * __this, int32_t param_000141d1, MethodInfo * method)); DO_APP_FUNC(0x021E6820, int32_t, YbqFPqlOhPbwgAIFLLewBFaMbWuFb_PczzFmpcJXkkFcQBIAhQTASfBRLHA_nZNpCwKQEDJASqrfeqZMnYhgoZoq, (YbqFPqlOhPbwgAIFLLewBFaMbWuFb_PczzFmpcJXkkFcQBIAhQTASfBRLHA * __this, MethodInfo * method)); DO_APP_FUNC(0x004841B0, void, kFIrhYouotPQcJZqjklRXONdiOBk_OIelQbrIXLQOssWJuqphgoCJcKkf, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, bool param_000141d3, MethodInfo * method)); DO_APP_FUNC(0x021E6890, void, kFIrhYouotPQcJZqjklRXONdiOBk__ctor, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, ConfigVars * param_000141d4, bool param_000141d5, Func_2_Rewired_BridgedControllerHWInfo_Rewired_HardwareJoystickMap_InputManager_ * param_000141d6, Func_1_Int32_ * param_000141d7, bool param_000141d8, bool param_000141d9, bool param_000141da, bool param_000141db, MethodInfo * method)); DO_APP_FUNC(0x003C5400, int32_t, kFIrhYouotPQcJZqjklRXONdiOBk_get_deviceCount, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, PlatformInputManager *, kFIrhYouotPQcJZqjklRXONdiOBk_get_primaryInputManager, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, IInputSource *, kFIrhYouotPQcJZqjklRXONdiOBk_get_inputSource, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, MethodInfo * method)); DO_APP_FUNC(0x011B8EF0, InputSource__Enum, kFIrhYouotPQcJZqjklRXONdiOBk_get_inputSourceType, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, MethodInfo * method)); DO_APP_FUNC(0x021E6F00, void, kFIrhYouotPQcJZqjklRXONdiOBk_Initialize, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, MethodInfo * method)); DO_APP_FUNC(0x021E7120, void, kFIrhYouotPQcJZqjklRXONdiOBk_Update, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, UpdateLoopType__Enum updateLoop, MethodInfo * method)); DO_APP_FUNC(0x021E77B0, void, kFIrhYouotPQcJZqjklRXONdiOBk_OnDestroy, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90540, Action_2_Int32_Rewired_ControllerDataUpdater_ *, kFIrhYouotPQcJZqjklRXONdiOBk_GetInputDataUpdateDelegate, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, MethodInfo * method)); DO_APP_FUNC(0x021E79F0, void, kFIrhYouotPQcJZqjklRXONdiOBk_UpdateControllerData, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, int32_t inputManagerId, ControllerDataUpdater * data, MethodInfo * method)); DO_APP_FUNC(0x021E7B40, void, kFIrhYouotPQcJZqjklRXONdiOBk_SystemDeviceConnected, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, MethodInfo * method)); DO_APP_FUNC(0x021E7C10, void, kFIrhYouotPQcJZqjklRXONdiOBk_SystemDeviceDisconnected, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, kFIrhYouotPQcJZqjklRXONdiOBk_SetUnityJoystickId, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, int32_t joystickId, int32_t unityJoystickId, MethodInfo * method)); DO_APP_FUNC(0x00605860, IUnifiedMouseSource *, kFIrhYouotPQcJZqjklRXONdiOBk_GetUnifiedMouseSource, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF700, IUnifiedKeyboardSource *, kFIrhYouotPQcJZqjklRXONdiOBk_GetUnifiedKeyboardSource, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, kFIrhYouotPQcJZqjklRXONdiOBk_oRxiXkgXWxfaUgUSkLZgjvKawexX, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, lNxFJILufgduJyEUwukEQTSTSOGU param_000141e1, aHWgfHQFfzeojacNUuWNWbRtoBCi__Enum param_000141e2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C989B0, kFIrhYouotPQcJZqjklRXONdiOBk_oRxiXkgXWxfaUgUSkLZgjvKawexX__MethodInfo); DO_APP_FUNC(0x021E7CE0, void, kFIrhYouotPQcJZqjklRXONdiOBk_pupBUQtfmNrKuQpVBHqzKfqhHvKS, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, MethodInfo * method)); DO_APP_FUNC(0x021E7E00, void, kFIrhYouotPQcJZqjklRXONdiOBk_bTQCoezssaChuslPcnMYDIuIceqg, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, MethodInfo * method)); DO_APP_FUNC(0x021E7E30, void, kFIrhYouotPQcJZqjklRXONdiOBk_bTQCoezssaChuslPcnMYDIuIceqg_1, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, IList_1_znMZhiOLtznjGEIVUrVliWSuIivu_ * param_000141e3, MethodInfo * method)); DO_APP_FUNC(0x021E8530, void, kFIrhYouotPQcJZqjklRXONdiOBk_SCfYDvoCdZvLEqIJzGGKJBkeUexN, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, MethodInfo * method)); DO_APP_FUNC(0x021E85D0, IList_1_znMZhiOLtznjGEIVUrVliWSuIivu_ *, kFIrhYouotPQcJZqjklRXONdiOBk_mACFJzadVPgdvMquyXlLMsyTFoQN, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, MethodInfo * method)); DO_APP_FUNC(0x021E8640, void, kFIrhYouotPQcJZqjklRXONdiOBk_hUPsAqhOtINZzYGnKGoUbJVEdbOHA, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, int32_t param_000141e4, int32_t param_000141e5, List_1_kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_ * param_000141e6, List_1_kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_ * param_000141e7, MethodInfo * method)); DO_APP_FUNC(0x021E8980, bool, kFIrhYouotPQcJZqjklRXONdiOBk_SPxNlmaBBxgPWloLGtXJyqkwYYP, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, List_1_kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_ * param_000141e8, int32_t param_000141e9, MethodInfo * method)); DO_APP_FUNC(0x021E8A50, int32_t, kFIrhYouotPQcJZqjklRXONdiOBk_EZbELwnsdpklCOGHOHmZepDrMQIQ, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, List_1_kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_ * param_000141ea, MethodInfo * method)); DO_APP_FUNC(0x021E8B20, bool, kFIrhYouotPQcJZqjklRXONdiOBk_UqQhmTtSRwLAQgULEUfLPYpwHDpX, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, List_1_kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_ * param_000141eb, int32_t param_000141ec, MethodInfo * method)); DO_APP_FUNC(0x021E8BD0, void, kFIrhYouotPQcJZqjklRXONdiOBk_dWBcjjYdSQfrLcheTGMipAuYCacrA, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, int32_t param_000141ed, List_1_kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_ * param_000141ee, int32_t param_000141ef, List_1_kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_ * param_000141f0, kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_SPZUnxjRkXOxVqfnfqRSKtNHQIux__Enum param_000141f1, MethodInfo * method)); DO_APP_FUNC(0x021E8D40, void, kFIrhYouotPQcJZqjklRXONdiOBk_zeNGJIqXxxylWPZQyeNegIyXtjnM, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, int32_t param_000141f2, List_1_kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_ * param_000141f3, kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_SPZUnxjRkXOxVqfnfqRSKtNHQIux__Enum param_000141f4, MethodInfo * method)); DO_APP_FUNC(0x021E9010, void, kFIrhYouotPQcJZqjklRXONdiOBk_IfIdiPJvhgNQkrCNqEBKhCvvLbGzA, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, MethodInfo * method)); DO_APP_FUNC(0x021E9160, void, kFIrhYouotPQcJZqjklRXONdiOBk_OITzMicKINiYtGaFlZlZLZIfVvBmA, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, MethodInfo * method)); DO_APP_FUNC(0x021E91E0, void, kFIrhYouotPQcJZqjklRXONdiOBk_pYQEphjEmpbkilgPRKyaNakvjcUs, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, MethodInfo * method)); DO_APP_FUNC(0x021E9250, bool, kFIrhYouotPQcJZqjklRXONdiOBk_SFXQMIDjmhkDvHgYTsRpxtKuhGdK, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, IList_1_znMZhiOLtznjGEIVUrVliWSuIivu_ * param_000141f5, MethodInfo * method)); DO_APP_FUNC(0x021E94B0, bool, kFIrhYouotPQcJZqjklRXONdiOBk_HZodrXjraNFXHALFQWExtXVFfnQfA, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, Guid param_000141f6, MethodInfo * method)); DO_APP_FUNC(0x021E95F0, bool, kFIrhYouotPQcJZqjklRXONdiOBk_qhySHmfIYbUojbWwfofDnotlfvhG, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, IList_1_znMZhiOLtznjGEIVUrVliWSuIivu_ * param_000141f7, Guid param_000141f8, MethodInfo * method)); DO_APP_FUNC(0x021E9760, void, kFIrhYouotPQcJZqjklRXONdiOBk_wzGfetKGzmgJPwNTqhswwjWMGCrjA, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, List_1_kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_ * param_000141f9, List_1_kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_ * param_000141fa, bool param_000141fb, MethodInfo * method)); DO_APP_FUNC(0x021E98F0, void, kFIrhYouotPQcJZqjklRXONdiOBk_WWoDgPEAPgTZWAZsRxRnBIOlkxpyA, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * param_000141fc, bool param_000141fd, MethodInfo * method)); DO_APP_FUNC(0x021E9AA0, bool, kFIrhYouotPQcJZqjklRXONdiOBk_oOrcsmDjojJjfDXMrFMtJTboTSUjA, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C968B8, kFIrhYouotPQcJZqjklRXONdiOBk_oOrcsmDjojJjfDXMrFMtJTboTSUjA__MethodInfo); DO_APP_FUNC(0x021E9C20, void, kFIrhYouotPQcJZqjklRXONdiOBk_VOGnZdziqXWrBCOEhaiDdnJuPXOmA, (kFIrhYouotPQcJZqjklRXONdiOBk * __this, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * param_000141fe, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96820, kFIrhYouotPQcJZqjklRXONdiOBk_VOGnZdziqXWrBCOEhaiDdnJuPXOmA__MethodInfo); DO_APP_FUNC(0x021E9E00, bool, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_cVNWnwCgAjThLmXkQPsPiHVOTTnS, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_get_rewiredId, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_set_rewiredId, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_get_inputManagerId, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_set_inputManagerId, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x021E9E50, String *, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_get_name, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021E9EF0, Nullable_1_Int64_, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_get_systemId, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_get_unityId, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, MethodInfo * method)); DO_APP_FUNC(0x009E4000, Controller_Extension *, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_get_extension, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8E20, void, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_set_extension, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, Controller_Extension * value, MethodInfo * method)); DO_APP_FUNC(0x00B2F370, Guid, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_get_instanceGuid, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, MethodInfo * method)); DO_APP_FUNC(0x00B2F370, Guid, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_get_persistentGuid, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021E9F60, void, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_SetVibration, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, float amount, int32_t motorIndex, MethodInfo * method)); DO_APP_FUNC(0x021E9F60, void, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_StopVibration, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021E9FC0, bool, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_PihkTuBwuXLwjuwNhMStzVhfwlQV, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021EA020, void, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ__ctor, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, znMZhiOLtznjGEIVUrVliWSuIivu * param_00014204, DeviceType__Enum_1 param_00014205, Func_2_Rewired_BridgedControllerHWInfo_Rewired_HardwareJoystickMap_InputManager_ * param_00014206, MethodInfo * method)); DO_APP_FUNC(0x021EA0F0, void, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_VPmcEvmNZCFOVYefVSIoxAxhcloCA, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021EA870, void, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_LlWYXnGCuVVKJpzCdJYHeprZIwvC, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * param_00014207, MethodInfo * method)); DO_APP_FUNC(0x021EAAA0, void, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_Update, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021EAB80, void, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_FillData, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, ControllerDataUpdater * dataUpdater, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98B90, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_FillData__MethodInfo); DO_APP_FUNC(0x021EADA0, int32_t, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_xMnHTvEjWQzscBBoZLxFJdfZBqLaA, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * param_00014209, MethodInfo * method)); DO_APP_FUNC(0x021EAF40, BridgedControllerHWInfo *, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_yMGiTySicmPQxCrMjmtihGllAkSc, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021EAFB0, BridgedController *, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_ToBridgedController, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021EB070, ControllerDisconnectedEventArgs *, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_ToControllerDisconnectedEventArgs, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021EB110, void, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_bREaCmyldYGFJfUUZzKzraPGSMtN, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, Boolean__Array * param_0001420a, Int32__Array * param_0001420b, MethodInfo * method)); DO_APP_FUNC(0x021EB4E0, void, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_OigKfWVDKSJyYsIOrKMbobMHUegc, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, Boolean__Array * param_0001420c, Int32__Array * param_0001420d, MethodInfo * method)); DO_APP_FUNC(0x021EB8B0, void, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_kqOiDUXLlnbmJboyHowfUOyWgnyP, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base * param_0001420e, int32_t param_0001420f, Boolean__Array * param_00014210, Int32__Array * param_00014211, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98B88, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_kqOiDUXLlnbmJboyHowfUOyWgnyP__MethodInfo); DO_APP_FUNC(0x021EB9B0, void, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_ynDbHjkUqAiXslOEaLEBNCdzGTelA, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, HardwareJoystickMap_Platform_RawOrDirectInput_Button_Base * param_00014212, int32_t param_00014213, Boolean__Array * param_00014214, Int32__Array * param_00014215, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98B80, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_ynDbHjkUqAiXslOEaLEBNCdzGTelA__MethodInfo); DO_APP_FUNC(0x021EBAB0, float, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_llRJkCMrCfgBMwkiUoMjwPMOqdgh, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, HardwareJoystickMap_Platform_RawOrDirectInput_Axis_Base * param_00014216, Boolean__Array * param_00014217, Int32__Array * param_00014218, MethodInfo * method)); DO_APP_FUNC(0x021EBE90, float, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_llRJkCMrCfgBMwkiUoMjwPMOqdgh_1, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, RawInputAxis__Enum param_00014219, int32_t param_0001421a, MethodInfo * method)); DO_APP_FUNC(0x021EBFC0, float, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_FiMGdLgwnQkuAJmdoeKwRJXajcdpA, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, HardwareJoystickMap_Platform_RawOrDirectInput_Button_Base * param_0001421b, Boolean__Array * param_0001421c, Int32__Array * param_0001421d, MethodInfo * method)); DO_APP_FUNC(0x021D4D50, float, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_WBTydUTpGhZAhZjalHMpfRTNIiaf, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, int32_t param_0001421e, MethodInfo * method)); DO_APP_FUNC(0x021EC5A0, float, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_XGJfVJsxmKdNrGHsNbLrAPqRhikZ, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, int32_t param_0001421f, int32_t param_00014220, HatType__Enum param_00014221, MethodInfo * method)); DO_APP_FUNC(0x01F67680, float, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_YvVCiLRdmYmoeVjiKyxMYHzAarUG, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, int32_t param_00014222, AxisDirection__Enum param_00014223, MethodInfo * method)); DO_APP_FUNC(0x021EC660, bool, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_YYFOuGgNdPgISLyuaHSHRIYHFaIS, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, HardwareJoystickMap_Platform_RawOrDirectInput_CustomCalculationSourceData * param_00014224, Boolean__Array * param_00014225, bool * param_00014226, MethodInfo * method)); DO_APP_FUNC(0x021EC6C0, bool, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_nbEzOZVECjlaWheETbBSdjsHVjpz, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, HardwareJoystickMap_Platform_RawOrDirectInput_CustomCalculationSourceData * param_00014227, float * param_00014228, MethodInfo * method)); DO_APP_FUNC(0x021EC840, ControlDeviceType__Enum, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_LOughhBkaVlUMqcAIKkFRyoxkPnfA, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, DeviceType__Enum_1 param_00014229, MethodInfo * method)); DO_APP_FUNC(0x021EC880, void, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_iSrNsdezNYwMvMbgNQqBhfIHQKeF, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, HardwareJoystickMap_Platform_InternalDriver_Base_Axis * param_0001422a, int32_t param_0001422b, Boolean__Array * param_0001422c, Int32__Array * param_0001422d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98B48, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_iSrNsdezNYwMvMbgNQqBhfIHQKeF__MethodInfo); DO_APP_FUNC(0x021EC980, void, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_HFFUsTscJOjYBqDKuwKQgxGWdGKk, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, HardwareJoystickMap_Platform_InternalDriver_Base_Button * param_0001422e, int32_t param_0001422f, Boolean__Array * param_00014230, Int32__Array * param_00014231, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98B40, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_HFFUsTscJOjYBqDKuwKQgxGWdGKk__MethodInfo); DO_APP_FUNC(0x021ECA80, float, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_PhbwQqbwOsOsNxSNFcSVxFJKGXXX, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, HardwareJoystickMap_Platform_InternalDriver_Base_Axis * param_00014232, Boolean__Array * param_00014233, Int32__Array * param_00014234, MethodInfo * method)); DO_APP_FUNC(0x021ECBF0, float, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_PhbwQqbwOsOsNxSNFcSVxFJKGXXX_1, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, int32_t param_00014235, MethodInfo * method)); DO_APP_FUNC(0x021ECC90, float, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_bEOiTWAceeZYTEmgDRnAPCBovBPCA, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, HardwareJoystickMap_Platform_InternalDriver_Base_Button * param_00014236, Boolean__Array * param_00014237, Int32__Array * param_00014238, MethodInfo * method)); DO_APP_FUNC(0x021ECF40, void, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_aTDeeMxviQqftWWeVrsNCPkIDzWf, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021ED090, String *, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_qgMCCVkQzVPumECHTPQrjyzrNcBmA, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021ED3F0, void, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_PSgrREOAVHoVHjQNLcgJciaBvrnO, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, BridgedControllerHWInfo * param_00014239, MethodInfo * method)); DO_APP_FUNC(0x021ED710, void, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_PSgrREOAVHoVHjQNLcgJciaBvrnO_1, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, BridgedController * param_0001423a, MethodInfo * method)); DO_APP_FUNC(0x021EDBA0, UnknownControllerHat__Array *, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_orMAOxooODoOEWAlUNxoiSGJTmBK, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021EDEA0, void, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021E0650, void, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_koAztZrcZLyuMlaqoUCpAMQQIsgb, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021EDF10, void, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_ixmAePEnLRGjkiYJbCTfPNBHXEcwB_1, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * __this, bool param_0001423b, MethodInfo * method)); DO_APP_FUNC(0x01F685C0, int32_t, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_vDCjSzhyoWTjJtGZnDeoSRlPfAbd, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * param_0001423c, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * param_0001423d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C967D8, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_vDCjSzhyoWTjJtGZnDeoSRlPfAbd__MethodInfo); DO_APP_FUNC(0x021EDF30, int32_t, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_dGqVTUAofixkbyukqwAIyYICriOG, (kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * param_0001423e, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * param_0001423f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C967E8, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ_dGqVTUAofixkbyukqwAIyYICriOG__MethodInfo); DO_APP_FUNC(0x021EDF80, void, kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ__ctor, (kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021EE050, void, kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_WTuFMsAAnTHnmAtwzDZXXKSNDQZq, (kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ * __this, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * param_00014240, MethodInfo * method)); DO_APP_FUNC(0x021EE500, IEnumerable_1_kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_IPxIzDRSRdPphfeFncEoTAbRXhKJ_ *, kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_PLuWEjfgDkcVVjWkqQaDcEiErMRp, (kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ * __this, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * param_00014241, kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_SPZUnxjRkXOxVqfnfqRSKtNHQIux__Enum param_00014242, MethodInfo * method)); DO_APP_FUNC(0x021EE630, void, kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_kLiYwZakvesizQTKwNeuXgSbcAnJ, (kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ * __this, int32_t param_00014243, Guid param_00014244, int32_t param_00014245, MethodInfo * method)); DO_APP_FUNC(0x021EE780, String *, kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_LVmcPOeqeDbqbgLicgjuWNFJdAuo, (kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021EEA60, bool, kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_IPxIzDRSRdPphfeFncEoTAbRXhKJ_xMnHTvEjWQzscBBoZLxFJdfZBqLaA, (kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_IPxIzDRSRdPphfeFncEoTAbRXhKJ * __this, kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ * param_00014246, kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_SPZUnxjRkXOxVqfnfqRSKtNHQIux__Enum param_00014247, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98B18, kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_IPxIzDRSRdPphfeFncEoTAbRXhKJ_xMnHTvEjWQzscBBoZLxFJdfZBqLaA__MethodInfo); DO_APP_FUNC(0x021EEBE0, String *, kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_IPxIzDRSRdPphfeFncEoTAbRXhKJ_LVmcPOeqeDbqbgLicgjuWNFJdAuo, (kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_IPxIzDRSRdPphfeFncEoTAbRXhKJ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_IPxIzDRSRdPphfeFncEoTAbRXhKJ__ctor, (kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_IPxIzDRSRdPphfeFncEoTAbRXhKJ * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_yMNTTgVWSRJwyOzISTeNjRuONyKF__ctor, (kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_yMNTTgVWSRJwyOzISTeNjRuONyKF * __this, int32_t param_00014248, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_yMNTTgVWSRJwyOzISTeNjRuONyKF_System_IDisposable_Dispose, (kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_yMNTTgVWSRJwyOzISTeNjRuONyKF * __this, MethodInfo * method)); DO_APP_FUNC(0x021EEF70, bool, kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_yMNTTgVWSRJwyOzISTeNjRuONyKF_MoveNext, (kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_yMNTTgVWSRJwyOzISTeNjRuONyKF * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_IPxIzDRSRdPphfeFncEoTAbRXhKJ *, kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_yMNTTgVWSRJwyOzISTeNjRuONyKF_System_Collections_Generic_IEnumerator_Rewired_Windows_RawInputManager_JoystickRecords_Record__get_Current, (kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_yMNTTgVWSRJwyOzISTeNjRuONyKF * __this, MethodInfo * method)); DO_APP_FUNC(0x021EF0A0, void, kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_yMNTTgVWSRJwyOzISTeNjRuONyKF_System_Collections_IEnumerator_Reset, (kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_yMNTTgVWSRJwyOzISTeNjRuONyKF * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98AF8, kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_yMNTTgVWSRJwyOzISTeNjRuONyKF_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_yMNTTgVWSRJwyOzISTeNjRuONyKF_System_Collections_IEnumerator_get_Current, (kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_yMNTTgVWSRJwyOzISTeNjRuONyKF * __this, MethodInfo * method)); DO_APP_FUNC(0x021EF0F0, IEnumerator_1_kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_IPxIzDRSRdPphfeFncEoTAbRXhKJ_ *, kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_yMNTTgVWSRJwyOzISTeNjRuONyKF_System_Collections_Generic_IEnumerable_Rewired_Windows_RawInputManager_JoystickRecords_Record__GetEnumerator, (kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_yMNTTgVWSRJwyOzISTeNjRuONyKF * __this, MethodInfo * method)); DO_APP_FUNC(0x021EF2B0, IEnumerator *, kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_yMNTTgVWSRJwyOzISTeNjRuONyKF_System_Collections_IEnumerable_GetEnumerator, (kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_yMNTTgVWSRJwyOzISTeNjRuONyKF * __this, MethodInfo * method)); DO_APP_FUNC(0x021EF2C0, void, JRmFfGvKMkHFhkxbaEUMFVGagwzEc_TDbgJpRNzlPRPwZCZhPPOzXfpYJL, (JRmFfGvKMkHFhkxbaEUMFVGagwzEc * __this, Action_1_EventArgs_ * param_00014249, MethodInfo * method)); DO_APP_FUNC(0x021EF3C0, void, JRmFfGvKMkHFhkxbaEUMFVGagwzEc_znnrCMuQwMkHeugcmDmVIWxZbSRbA, (JRmFfGvKMkHFhkxbaEUMFVGagwzEc * __this, Action_1_EventArgs_ * param_0001424a, MethodInfo * method)); DO_APP_FUNC(0x021EF4C0, void, JRmFfGvKMkHFhkxbaEUMFVGagwzEc_osWCRSHtHBComkjPkOtrkzvXEgQm, (JRmFfGvKMkHFhkxbaEUMFVGagwzEc * __this, Action_1_EventArgs_ * param_0001424b, MethodInfo * method)); DO_APP_FUNC(0x021EF5C0, void, JRmFfGvKMkHFhkxbaEUMFVGagwzEc_ztPkPyyHQfRPArAZfBYYDoUVddmCb, (JRmFfGvKMkHFhkxbaEUMFVGagwzEc * __this, Action_1_EventArgs_ * param_0001424c, MethodInfo * method)); DO_APP_FUNC(0x021EF6C0, void, JRmFfGvKMkHFhkxbaEUMFVGagwzEc_QLVDSVKZDAoztkChyUApEpzQBqDgA, (JRmFfGvKMkHFhkxbaEUMFVGagwzEc * __this, Action_2_lNxFJILufgduJyEUwukEQTSTSOGU_aHWgfHQFfzeojacNUuWNWbRtoBCi_ * param_0001424d, MethodInfo * method)); DO_APP_FUNC(0x021EF7C0, void, JRmFfGvKMkHFhkxbaEUMFVGagwzEc_FlqqhfECAXgmdCoiiEDmBViHWRDjB, (JRmFfGvKMkHFhkxbaEUMFVGagwzEc * __this, Action_2_lNxFJILufgduJyEUwukEQTSTSOGU_aHWgfHQFfzeojacNUuWNWbRtoBCi_ * param_0001424e, MethodInfo * method)); DO_APP_FUNC(0x003B9330, void *, JRmFfGvKMkHFhkxbaEUMFVGagwzEc_GQHwdooJSdWttgtjvUBBmYmLEBqX, (JRmFfGvKMkHFhkxbaEUMFVGagwzEc * __this, MethodInfo * method)); DO_APP_FUNC(0x021EF8C0, void, JRmFfGvKMkHFhkxbaEUMFVGagwzEc__ctor, (JRmFfGvKMkHFhkxbaEUMFVGagwzEc * __this, MethodInfo * method)); DO_APP_FUNC(0x021EF990, void, JRmFfGvKMkHFhkxbaEUMFVGagwzEc_FaajAgdAxniKWAArEgBUozFtfKiyA, (JRmFfGvKMkHFhkxbaEUMFVGagwzEc * __this, MethodInfo * method)); DO_APP_FUNC(0x021EF9F0, void, JRmFfGvKMkHFhkxbaEUMFVGagwzEc_jQsuOfnWgBdSsdsHwhjmjLkSdwvU, (JRmFfGvKMkHFhkxbaEUMFVGagwzEc * __this, MethodInfo * method)); DO_APP_FUNC(0x021EF990, void, JRmFfGvKMkHFhkxbaEUMFVGagwzEc_Dispose, (JRmFfGvKMkHFhkxbaEUMFVGagwzEc * __this, MethodInfo * method)); DO_APP_FUNC(0x021EFDB0, void, JRmFfGvKMkHFhkxbaEUMFVGagwzEc_koAztZrcZLyuMlaqoUCpAMQQIsgb, (JRmFfGvKMkHFhkxbaEUMFVGagwzEc * __this, MethodInfo * method)); DO_APP_FUNC(0x021EFE00, void, JRmFfGvKMkHFhkxbaEUMFVGagwzEc_ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (JRmFfGvKMkHFhkxbaEUMFVGagwzEc * __this, bool param_0001424f, MethodInfo * method)); DO_APP_FUNC(0x021EFED0, void, JRmFfGvKMkHFhkxbaEUMFVGagwzEc_ZwGcNmFCpvNSKPmHmkfbWJhPMXCI, (JRmFfGvKMkHFhkxbaEUMFVGagwzEc * __this, MethodInfo * method)); DO_APP_FUNC(0x021EFF30, void, JRmFfGvKMkHFhkxbaEUMFVGagwzEc_lWqdSMeWewAncZjXoaqChwJgEpRt, (JRmFfGvKMkHFhkxbaEUMFVGagwzEc * __this, MethodInfo * method)); DO_APP_FUNC(0x021F0090, void, JRmFfGvKMkHFhkxbaEUMFVGagwzEc_UEgeETCmBeQbSGaOoIVvmslDFalCb, (JRmFfGvKMkHFhkxbaEUMFVGagwzEc * __this, SRYVsvBnJRRIGpAZWqJVixPIiJrt param_00014250, lNxFJILufgduJyEUwukEQTSTSOGU param_00014251, uint32_t param_00014252, void * param_00014253, MethodInfo * method)); DO_APP_FUNC(0x021F01F0, void, JRmFfGvKMkHFhkxbaEUMFVGagwzEc_wVqttrJgXqlltbfaVJbOMbcaflgt, (JRmFfGvKMkHFhkxbaEUMFVGagwzEc * __this, SRYVsvBnJRRIGpAZWqJVixPIiJrt param_00014254, lNxFJILufgduJyEUwukEQTSTSOGU param_00014255, uint32_t param_00014256, void * param_00014257, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98AA0, JRmFfGvKMkHFhkxbaEUMFVGagwzEc_wVqttrJgXqlltbfaVJbOMbcaflgt__MethodInfo); DO_APP_FUNC(0x021F0220, void, JRmFfGvKMkHFhkxbaEUMFVGagwzEc_IVNkdnNlpSHldIEQNubMwusdWxEgA, (JRmFfGvKMkHFhkxbaEUMFVGagwzEc * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98AD0, JRmFfGvKMkHFhkxbaEUMFVGagwzEc_IVNkdnNlpSHldIEQNubMwusdWxEgA__MethodInfo); DO_APP_FUNC(0x021F0560, void *, JRmFfGvKMkHFhkxbaEUMFVGagwzEc_khCeQMuaUPcHAhAHDqFeCCBqbEEv, (JRmFfGvKMkHFhkxbaEUMFVGagwzEc * __this, void * param_00014258, uint32_t param_00014259, void * param_0001425a, void * param_0001425b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98AD8, JRmFfGvKMkHFhkxbaEUMFVGagwzEc_khCeQMuaUPcHAhAHDqFeCCBqbEEv__MethodInfo); DO_APP_FUNC(0x021F0740, void, JRmFfGvKMkHFhkxbaEUMFVGagwzEc_ouwTfAcYoAaLZDOncmZQZbWsgBDx_ZwGcNmFCpvNSKPmHmkfbWJhPMXCI, (void * param_0001425c, MethodInfo * method)); DO_APP_FUNC(0x021F09B0, void, JRmFfGvKMkHFhkxbaEUMFVGagwzEc_ouwTfAcYoAaLZDOncmZQZbWsgBDx_lWqdSMeWewAncZjXoaqChwJgEpRt, (MethodInfo * method)); DO_APP_FUNC(0x021F0AD0, void *, JRmFfGvKMkHFhkxbaEUMFVGagwzEc_ouwTfAcYoAaLZDOncmZQZbWsgBDx_PSWUAhOLOZSyxMBuOcbJBgKjDWKGA, (void * param_0001425d, void * param_0001425e, int32_t param_0001425f, MethodInfo * method)); DO_APP_FUNC(0x021F0B70, bool, JRmFfGvKMkHFhkxbaEUMFVGagwzEc_ouwTfAcYoAaLZDOncmZQZbWsgBDx_btIGSMhqgsnqoaDYiCqAZqIKPaFOA, (void * param_00014260, MethodInfo * method)); DO_APP_FUNC(0x021F0BF0, void, JRmFfGvKMkHFhkxbaEUMFVGagwzEc_ouwTfAcYoAaLZDOncmZQZbWsgBDx__cctor, (MethodInfo * method)); DO_APP_FUNC(0x021F0D50, void, YmMTSUgHoMLuIFBEDUyyrVpljvtC__ctor, (YmMTSUgHoMLuIFBEDUyyrVpljvtC * __this, ConfigVars * param_00014261, Func_2_Rewired_BridgedControllerHWInfo_Rewired_HardwareJoystickMap_InputManager_ * param_00014262, Func_1_Int32_ * param_00014263, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98A40, YmMTSUgHoMLuIFBEDUyyrVpljvtC__ctor__MethodInfo); DO_APP_FUNC(0x021F1690, bool, YmMTSUgHoMLuIFBEDUyyrVpljvtC_Rewired_Interfaces_INativePlatformHelper_get_isApplicationFocused, (YmMTSUgHoMLuIFBEDUyyrVpljvtC * __this, MethodInfo * method)); DO_APP_FUNC(0x021F1720, bool, YmMTSUgHoMLuIFBEDUyyrVpljvtC_YtCaDJKVxYyeWmwTCaHNGblHyTAbB, (YmMTSUgHoMLuIFBEDUyyrVpljvtC * __this, ConfigVars * param_00014264, JRmFfGvKMkHFhkxbaEUMFVGagwzEc * param_00014265, MethodInfo * method)); DO_APP_FUNC(0x021F1A60, bool, YmMTSUgHoMLuIFBEDUyyrVpljvtC_aVbaiFExZZJJPjtMAWaRRFAASRwo, (YmMTSUgHoMLuIFBEDUyyrVpljvtC * __this, ConfigVars * param_00014266, JRmFfGvKMkHFhkxbaEUMFVGagwzEc * param_00014267, MethodInfo * method)); DO_APP_FUNC(0x021F1CB0, bool, YmMTSUgHoMLuIFBEDUyyrVpljvtC_fpedjhGnvuexKKwjQgwEqARtjfqCA, (YmMTSUgHoMLuIFBEDUyyrVpljvtC * __this, ConfigVars * param_00014268, JRmFfGvKMkHFhkxbaEUMFVGagwzEc * param_00014269, MethodInfo * method)); DO_APP_FUNC(0x021F1E90, bool, YmMTSUgHoMLuIFBEDUyyrVpljvtC_oYwoibhMyGIOKHrnxOLdrPKxrxHO, (YmMTSUgHoMLuIFBEDUyyrVpljvtC * __this, ConfigVars * param_0001426a, bool param_0001426b, MethodInfo * method)); DO_APP_FUNC(0x021F2320, int32_t, YmMTSUgHoMLuIFBEDUyyrVpljvtC_get_deviceCount, (YmMTSUgHoMLuIFBEDUyyrVpljvtC * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, PlatformInputManager *, YmMTSUgHoMLuIFBEDUyyrVpljvtC_get_primaryInputManager, (YmMTSUgHoMLuIFBEDUyyrVpljvtC * __this, MethodInfo * method)); DO_APP_FUNC(0x021F2370, IInputSource *, YmMTSUgHoMLuIFBEDUyyrVpljvtC_get_inputSource, (YmMTSUgHoMLuIFBEDUyyrVpljvtC * __this, MethodInfo * method)); DO_APP_FUNC(0x021F23A0, InputSource__Enum, YmMTSUgHoMLuIFBEDUyyrVpljvtC_get_inputSourceType, (YmMTSUgHoMLuIFBEDUyyrVpljvtC * __this, MethodInfo * method)); DO_APP_FUNC(0x021F23D0, void, YmMTSUgHoMLuIFBEDUyyrVpljvtC_Initialize, (YmMTSUgHoMLuIFBEDUyyrVpljvtC * __this, MethodInfo * method)); DO_APP_FUNC(0x021F2650, void, YmMTSUgHoMLuIFBEDUyyrVpljvtC_zRKKKxhkoOArpcmrZNscrEthKMVOA, (YmMTSUgHoMLuIFBEDUyyrVpljvtC * __this, UpdateLoopType__Enum param_0001426c, MethodInfo * method)); DO_APP_FUNC(0x021F2710, void, YmMTSUgHoMLuIFBEDUyyrVpljvtC_OnDestroy, (YmMTSUgHoMLuIFBEDUyyrVpljvtC * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, Action_2_Int32_Rewired_ControllerDataUpdater_ *, YmMTSUgHoMLuIFBEDUyyrVpljvtC_GetInputDataUpdateDelegate, (YmMTSUgHoMLuIFBEDUyyrVpljvtC * __this, MethodInfo * method)); DO_APP_FUNC(0x021F28D0, void, YmMTSUgHoMLuIFBEDUyyrVpljvtC_UpdateControllerData, (YmMTSUgHoMLuIFBEDUyyrVpljvtC * __this, int32_t controllerId, ControllerDataUpdater * data, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, YmMTSUgHoMLuIFBEDUyyrVpljvtC_SystemDeviceConnected, (YmMTSUgHoMLuIFBEDUyyrVpljvtC * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, YmMTSUgHoMLuIFBEDUyyrVpljvtC_SystemDeviceDisconnected, (YmMTSUgHoMLuIFBEDUyyrVpljvtC * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, YmMTSUgHoMLuIFBEDUyyrVpljvtC_SetUnityJoystickId, (YmMTSUgHoMLuIFBEDUyyrVpljvtC * __this, int32_t joystickId, int32_t unityJoystickId, MethodInfo * method)); DO_APP_FUNC(0x021F2A60, IUnifiedMouseSource *, YmMTSUgHoMLuIFBEDUyyrVpljvtC_GetUnifiedMouseSource, (YmMTSUgHoMLuIFBEDUyyrVpljvtC * __this, MethodInfo * method)); DO_APP_FUNC(0x021F2B20, IUnifiedKeyboardSource *, YmMTSUgHoMLuIFBEDUyyrVpljvtC_GetUnifiedKeyboardSource, (YmMTSUgHoMLuIFBEDUyyrVpljvtC * __this, MethodInfo * method)); DO_APP_FUNC(0x021F2BE0, void, YmMTSUgHoMLuIFBEDUyyrVpljvtC_aYSkRAHeivMTfKaRZJPiQAosBKpKA, (YmMTSUgHoMLuIFBEDUyyrVpljvtC * __this, BridgedController * param_00014271, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98A78, YmMTSUgHoMLuIFBEDUyyrVpljvtC_aYSkRAHeivMTfKaRZJPiQAosBKpKA__MethodInfo); DO_APP_FUNC(0x021F2C30, void, YmMTSUgHoMLuIFBEDUyyrVpljvtC_REDdwzOvFfeWHcsWJHLrwJPVoPig, (YmMTSUgHoMLuIFBEDUyyrVpljvtC * __this, ControllerDisconnectedEventArgs * param_00014272, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98A80, YmMTSUgHoMLuIFBEDUyyrVpljvtC_REDdwzOvFfeWHcsWJHLrwJPVoPig__MethodInfo); DO_APP_FUNC(0x021F2D70, void, YmMTSUgHoMLuIFBEDUyyrVpljvtC_mRNkVdmRQZlXvbdcbkqMpXVYoSVM, (YmMTSUgHoMLuIFBEDUyyrVpljvtC * __this, EventArgs * param_00014273, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98A50, YmMTSUgHoMLuIFBEDUyyrVpljvtC_mRNkVdmRQZlXvbdcbkqMpXVYoSVM__MethodInfo); DO_APP_FUNC(0x021F2E30, void, YmMTSUgHoMLuIFBEDUyyrVpljvtC_mkmxKVszUSFcXRKOVItoyQkmrXYu, (YmMTSUgHoMLuIFBEDUyyrVpljvtC * __this, EventArgs * param_00014274, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98A48, YmMTSUgHoMLuIFBEDUyyrVpljvtC_mkmxKVszUSFcXRKOVItoyQkmrXYu__MethodInfo); DO_APP_FUNC(0x021F2EF0, void, YmMTSUgHoMLuIFBEDUyyrVpljvtC_HNIJNNAZKqvHoeeKmnYDNRUedpTk, (YmMTSUgHoMLuIFBEDUyyrVpljvtC * __this, UpdateControllerInfoEventArgs * param_00014275, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98A68, YmMTSUgHoMLuIFBEDUyyrVpljvtC_HNIJNNAZKqvHoeeKmnYDNRUedpTk__MethodInfo); DO_APP_FUNC(0x021F3220, int32_t, YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_dxKxxgJXEGaJNCaeNhJnGBeGGvNmA, (YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb * __this, MethodInfo * method)); DO_APP_FUNC(0x021F3270, void, YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb__ctor, (YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb * __this, MethodInfo * method)); DO_APP_FUNC(0x021F33C0, void, YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_qLmDyPienMPoYinjKMQnBypxoWZhb, (YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb * __this, BridgedController * param_00014276, MethodInfo * method)); DO_APP_FUNC(0x021F37B0, void, YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_HzneBqbMDlqvZJztGwCRnrupavYCA, (YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb * __this, ControllerDisconnectedEventArgs * param_00014277, MethodInfo * method)); DO_APP_FUNC(0x021F38C0, void, YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_bqIggTdbpBOmquGaSBYNTtcKLwZgA, (YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb * __this, int32_t param_00014278, int32_t param_00014279, MethodInfo * method)); DO_APP_FUNC(0x021F3A20, int32_t, YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_rOoROfneBnmQIAKzxVaJeCMBZXph, (YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb * __this, int32_t param_0001427a, YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_EKfkoLoGgXknENWLwighugQitgow__Enum param_0001427b, MethodInfo * method)); DO_APP_FUNC(0x021F3B40, int32_t, YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_rOoROfneBnmQIAKzxVaJeCMBZXph_1, (YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb * __this, int32_t param_0001427c, InputSource__Enum param_0001427d, YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_EKfkoLoGgXknENWLwighugQitgow__Enum param_0001427e, MethodInfo * method)); DO_APP_FUNC(0x021F3CD0, YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_SxQKkEUxNlQSoOOtKCyqVTcGKDkL, YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_pNRkTOIVXfTwQUQDjOjRUAjbKrzJ, (YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb * __this, int32_t param_0001427f, YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_EKfkoLoGgXknENWLwighugQitgow__Enum param_00014280, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98900, YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_pNRkTOIVXfTwQUQDjOjRUAjbKrzJ__MethodInfo); DO_APP_FUNC(0x021F3E70, int32_t, YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_AXjepXSzFdPcKHAwUTjQPLPqRIix, (YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb * __this, int32_t param_00014281, InputSource__Enum param_00014282, YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_EKfkoLoGgXknENWLwighugQitgow__Enum param_00014283, MethodInfo * method)); DO_APP_FUNC(0x021F3F50, int32_t, YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_ertESNEnydnhhJBwEBTfdXsJtrUz, (YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb * __this, int32_t param_00014284, MethodInfo * method)); DO_APP_FUNC(0x021F4010, int32_t, YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_ertESNEnydnhhJBwEBTfdXsJtrUz_1, (YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb * __this, MethodInfo * method)); DO_APP_FUNC(0x01A977C0, void, YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_TKPMPusWChpubsSueSSSVXEvmtou__ctor, (YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_TKPMPusWChpubsSueSSSVXEvmtou * __this, int32_t param_00014285, int32_t param_00014286, int32_t param_00014287, InputSource__Enum param_00014288, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_TKPMPusWChpubsSueSSSVXEvmtou_zRKKKxhkoOArpcmrZNscrEthKMVOA, (YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_TKPMPusWChpubsSueSSSVXEvmtou * __this, int32_t param_00014289, MethodInfo * method)); DO_APP_FUNC(0x021F40C0, YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_SxQKkEUxNlQSoOOtKCyqVTcGKDkL, YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_TKPMPusWChpubsSueSSSVXEvmtou_pNRkTOIVXfTwQUQDjOjRUAjbKrzJ, (YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_TKPMPusWChpubsSueSSSVXEvmtou * __this, MethodInfo * method)); DO_APP_FUNC(0x021F40E0, int32_t, YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_TKPMPusWChpubsSueSSSVXEvmtou_HLyQRrDdtZhufHDqPlsNpQaZsaCp, (YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_TKPMPusWChpubsSueSSSVXEvmtou * param_0001428a, YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_TKPMPusWChpubsSueSSSVXEvmtou * param_0001428b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98940, YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_TKPMPusWChpubsSueSSSVXEvmtou_HLyQRrDdtZhufHDqPlsNpQaZsaCp__MethodInfo); DO_APP_FUNC(0x009B8450, void, YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_SxQKkEUxNlQSoOOtKCyqVTcGKDkL__ctor, (YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_SxQKkEUxNlQSoOOtKCyqVTcGKDkL * __this, int32_t param_0001428c, int32_t param_0001428d, InputSource__Enum param_0001428e, MethodInfo * method)); DO_APP_FUNC(0x00A9FD50, void, YmMTSUgHoMLuIFBEDUyyrVpljvtC_IWZUnbwNuyxPFlXGOpEKcHdUoINd__ctor, (YmMTSUgHoMLuIFBEDUyyrVpljvtC_IWZUnbwNuyxPFlXGOpEKcHdUoINd * __this, IInputManagerJoystickPublic * param_0001428f, int32_t param_00014290, MethodInfo * method)); DO_APP_FUNC(0x021F4120, int32_t, YmMTSUgHoMLuIFBEDUyyrVpljvtC_IWZUnbwNuyxPFlXGOpEKcHdUoINd_get_rewiredId, (YmMTSUgHoMLuIFBEDUyyrVpljvtC_IWZUnbwNuyxPFlXGOpEKcHdUoINd * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, YmMTSUgHoMLuIFBEDUyyrVpljvtC_IWZUnbwNuyxPFlXGOpEKcHdUoINd_get_inputManagerId, (YmMTSUgHoMLuIFBEDUyyrVpljvtC_IWZUnbwNuyxPFlXGOpEKcHdUoINd * __this, MethodInfo * method)); DO_APP_FUNC(0x021F4170, String *, YmMTSUgHoMLuIFBEDUyyrVpljvtC_IWZUnbwNuyxPFlXGOpEKcHdUoINd_get_name, (YmMTSUgHoMLuIFBEDUyyrVpljvtC_IWZUnbwNuyxPFlXGOpEKcHdUoINd * __this, MethodInfo * method)); DO_APP_FUNC(0x021F41C0, Nullable_1_Int64_, YmMTSUgHoMLuIFBEDUyyrVpljvtC_IWZUnbwNuyxPFlXGOpEKcHdUoINd_get_systemId, (YmMTSUgHoMLuIFBEDUyyrVpljvtC_IWZUnbwNuyxPFlXGOpEKcHdUoINd * __this, MethodInfo * method)); DO_APP_FUNC(0x021F4290, int32_t, YmMTSUgHoMLuIFBEDUyyrVpljvtC_IWZUnbwNuyxPFlXGOpEKcHdUoINd_get_unityId, (YmMTSUgHoMLuIFBEDUyyrVpljvtC_IWZUnbwNuyxPFlXGOpEKcHdUoINd * __this, MethodInfo * method)); DO_APP_FUNC(0x021F42E0, Guid, YmMTSUgHoMLuIFBEDUyyrVpljvtC_IWZUnbwNuyxPFlXGOpEKcHdUoINd_get_instanceGuid, (YmMTSUgHoMLuIFBEDUyyrVpljvtC_IWZUnbwNuyxPFlXGOpEKcHdUoINd * __this, MethodInfo * method)); DO_APP_FUNC(0x021F42E0, Guid, YmMTSUgHoMLuIFBEDUyyrVpljvtC_IWZUnbwNuyxPFlXGOpEKcHdUoINd_get_persistentGuid, (YmMTSUgHoMLuIFBEDUyyrVpljvtC_IWZUnbwNuyxPFlXGOpEKcHdUoINd * __this, MethodInfo * method)); DO_APP_FUNC(0x021F4350, Controller_Extension *, YmMTSUgHoMLuIFBEDUyyrVpljvtC_IWZUnbwNuyxPFlXGOpEKcHdUoINd_get_extension, (YmMTSUgHoMLuIFBEDUyyrVpljvtC_IWZUnbwNuyxPFlXGOpEKcHdUoINd * __this, MethodInfo * method)); DO_APP_FUNC(0x021F43A0, void, YmMTSUgHoMLuIFBEDUyyrVpljvtC_IWZUnbwNuyxPFlXGOpEKcHdUoINd_SetVibration, (YmMTSUgHoMLuIFBEDUyyrVpljvtC_IWZUnbwNuyxPFlXGOpEKcHdUoINd * __this, float amount, int32_t motorIndex, MethodInfo * method)); DO_APP_FUNC(0x021F4410, void, YmMTSUgHoMLuIFBEDUyyrVpljvtC_IWZUnbwNuyxPFlXGOpEKcHdUoINd_StopVibration, (YmMTSUgHoMLuIFBEDUyyrVpljvtC_IWZUnbwNuyxPFlXGOpEKcHdUoINd * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, YmMTSUgHoMLuIFBEDUyyrVpljvtC_ZmVAsXJBxkgbDiCwTwrQpoWELVge__ctor, (YmMTSUgHoMLuIFBEDUyyrVpljvtC_ZmVAsXJBxkgbDiCwTwrQpoWELVge * __this, MethodInfo * method)); DO_APP_FUNC(0x021F4460, int32_t, YmMTSUgHoMLuIFBEDUyyrVpljvtC_ZmVAsXJBxkgbDiCwTwrQpoWELVge_ACohKtgeTYMJvBkUhoBBfzPcpkhdC, (YmMTSUgHoMLuIFBEDUyyrVpljvtC_ZmVAsXJBxkgbDiCwTwrQpoWELVge * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98980, YmMTSUgHoMLuIFBEDUyyrVpljvtC_ZmVAsXJBxkgbDiCwTwrQpoWELVge_ACohKtgeTYMJvBkUhoBBfzPcpkhdC__MethodInfo); DO_APP_FUNC(0x021F4470, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ__ctor, (XWKLBhMJByLmRjCmXYTJulYaPqwJ * __this, bool param_00014293, UpdateLoopSetting__Enum param_00014294, Func_2_Rewired_BridgedControllerHWInfo_Rewired_HardwareJoystickMap_InputManager_ * param_00014295, Func_1_Int32_ * param_00014296, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C988E0, XWKLBhMJByLmRjCmXYTJulYaPqwJ__ctor__MethodInfo); DO_APP_FUNC(0x021F4F30, int32_t, XWKLBhMJByLmRjCmXYTJulYaPqwJ_get_deviceCount, (XWKLBhMJByLmRjCmXYTJulYaPqwJ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, PlatformInputManager *, XWKLBhMJByLmRjCmXYTJulYaPqwJ_get_primaryInputManager, (XWKLBhMJByLmRjCmXYTJulYaPqwJ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IInputSource *, XWKLBhMJByLmRjCmXYTJulYaPqwJ_get_inputSource, (XWKLBhMJByLmRjCmXYTJulYaPqwJ * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, InputSource__Enum, XWKLBhMJByLmRjCmXYTJulYaPqwJ_get_inputSourceType, (XWKLBhMJByLmRjCmXYTJulYaPqwJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021F5020, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_Initialize, (XWKLBhMJByLmRjCmXYTJulYaPqwJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021F5580, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_Update, (XWKLBhMJByLmRjCmXYTJulYaPqwJ * __this, UpdateLoopType__Enum currentUpdateLoop, MethodInfo * method)); DO_APP_FUNC(0x021F5610, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_OnDestroy, (XWKLBhMJByLmRjCmXYTJulYaPqwJ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, Action_2_Int32_Rewired_ControllerDataUpdater_ *, XWKLBhMJByLmRjCmXYTJulYaPqwJ_GetInputDataUpdateDelegate, (XWKLBhMJByLmRjCmXYTJulYaPqwJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021F5820, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_UpdateControllerData, (XWKLBhMJByLmRjCmXYTJulYaPqwJ * __this, int32_t assignedControllerId, ControllerDataUpdater * data, MethodInfo * method)); DO_APP_FUNC(0x021F5990, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_SystemDeviceConnected, (XWKLBhMJByLmRjCmXYTJulYaPqwJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021F5A00, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_SystemDeviceDisconnected, (XWKLBhMJByLmRjCmXYTJulYaPqwJ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_SetUnityJoystickId, (XWKLBhMJByLmRjCmXYTJulYaPqwJ * __this, int32_t joystickId, int32_t unityJoystickId, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IUnifiedMouseSource *, XWKLBhMJByLmRjCmXYTJulYaPqwJ_GetUnifiedMouseSource, (XWKLBhMJByLmRjCmXYTJulYaPqwJ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IUnifiedKeyboardSource *, XWKLBhMJByLmRjCmXYTJulYaPqwJ_GetUnifiedKeyboardSource, (XWKLBhMJByLmRjCmXYTJulYaPqwJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021F5A70, bool, XWKLBhMJByLmRjCmXYTJulYaPqwJ_hWdNEkxNsphLDmyQaiCEFvOffnXA, (XWKLBhMJByLmRjCmXYTJulYaPqwJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021F5B40, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_PvHpVgzvdYamvLWLqBVrImJrNsFD, (XWKLBhMJByLmRjCmXYTJulYaPqwJ * __this, bool param_0001429c, MethodInfo * method)); DO_APP_FUNC(0x021F5BE0, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_VLbwuPVAKVYTwttDuQXbWexEXnug, (XWKLBhMJByLmRjCmXYTJulYaPqwJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021F5C30, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_EUgkZacqfIEthCNOlpqCGpjTKVLA, (XWKLBhMJByLmRjCmXYTJulYaPqwJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021F5C90, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_ORYGjDSFYcKIqqXzPmTzudPlZUVx, (XWKLBhMJByLmRjCmXYTJulYaPqwJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021F5F20, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_iYcSLcQAPsGgEHZVWFtcndNQTktBA, (XWKLBhMJByLmRjCmXYTJulYaPqwJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021F5FA0, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_pYQEphjEmpbkilgPRKyaNakvjcUs, (XWKLBhMJByLmRjCmXYTJulYaPqwJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021F61B0, bool, XWKLBhMJByLmRjCmXYTJulYaPqwJ_TPnXeqhkHxttxhRxksAZeEKqKWwP, (XWKLBhMJByLmRjCmXYTJulYaPqwJ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98908, XWKLBhMJByLmRjCmXYTJulYaPqwJ_TPnXeqhkHxttxhRxksAZeEKqKWwP__MethodInfo); DO_APP_FUNC(0x021F6370, Boolean__Array *, XWKLBhMJByLmRjCmXYTJulYaPqwJ_HQqGqUhkAhYkpJlLiMstDtUcHMRwb, (XWKLBhMJByLmRjCmXYTJulYaPqwJ * __this, MethodInfo * method)); DO_APP_FUNC(0x021F6440, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_vPnldiJRcZpNhWLPniUyaasfoXuh, (XWKLBhMJByLmRjCmXYTJulYaPqwJ * __this, Boolean__Array * param_0001429d, MethodInfo * method)); DO_APP_FUNC(0x021F6670, bool, XWKLBhMJByLmRjCmXYTJulYaPqwJ_WWoDgPEAPgTZWAZsRxRnBIOlkxpyA, (XWKLBhMJByLmRjCmXYTJulYaPqwJ * __this, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * param_0001429e, bool param_0001429f, MethodInfo * method)); DO_APP_FUNC(0x021F6CC0, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ__cctor, (MethodInfo * method)); DO_APP_FUNC(0x021F71D0, bool, XWKLBhMJByLmRjCmXYTJulYaPqwJ_sNAbxdOibsQXTEncyjBCPcgHfNrG, (String * param_000142a0, String * param_000142a1, String * param_000142a2, Guid param_000142a3, MethodInfo * method)); DO_APP_FUNC(0x021F75B0, String *, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_oXXcGUkcGJurKehHgXiBkyAbTYLv, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, MethodInfo * method)); DO_APP_FUNC(0x021F7710, String *, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_tklDyVRDjGHOTXnjwpaXtEMoiRED, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, MethodInfo * method)); DO_APP_FUNC(0x021F77A0, bool, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_kZKYuEbKSSKLtLnosevSxQEyBVie, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_get_rewiredId, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_set_rewiredId, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_get_inputManagerId, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, MethodInfo * method)); DO_APP_FUNC(0x021F7830, String *, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_get_name, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, MethodInfo * method)); DO_APP_FUNC(0x021F7A40, Nullable_1_Int64_, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_get_systemId, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_get_unityId, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Controller_Extension *, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_get_extension, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, MethodInfo * method)); DO_APP_FUNC(0x012D0760, Guid, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_get_instanceGuid, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, MethodInfo * method)); DO_APP_FUNC(0x012D0760, Guid, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_get_persistentGuid, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, MethodInfo * method)); DO_APP_FUNC(0x021F7A90, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_SetVibration, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, float amount, int32_t motorIndex, MethodInfo * method)); DO_APP_FUNC(0x021F7B30, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_StopVibration, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, MethodInfo * method)); DO_APP_FUNC(0x021F7B60, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN__ctor, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, int32_t param_000142a7, bool param_000142a8, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt * param_000142a9, Func_2_Rewired_BridgedControllerHWInfo_Rewired_HardwareJoystickMap_InputManager_ * param_000142aa, Action * param_000142ab, MethodInfo * method)); DO_APP_FUNC(0x021F7DD0, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_Update, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, MethodInfo * method)); DO_APP_FUNC(0x021F8050, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_qDAfsYTbIFtZDhVVxiMnTIgoFKSW, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, bool param_000142ac, MethodInfo * method)); DO_APP_FUNC(0x021F8060, bool, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_fbGXPblbbGtCgEIGAdZBgxpyazrcb, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, XWKLBhMJByLmRjCmXYTJulYaPqwJ_hstLDqXBgWFMOdvqNBSIsUgLtrrOA__Enum param_000142ad, MethodInfo * method)); DO_APP_FUNC(0x021F8080, bool, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_wHLkhsPZVpElKLVEmHuuXnbZMbYl, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, XWKLBhMJByLmRjCmXYTJulYaPqwJ_hstLDqXBgWFMOdvqNBSIsUgLtrrOA__Enum param_000142ae, MethodInfo * method)); DO_APP_FUNC(0x00977550, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_pkmrDViNstWGhOZNZMjTFLIWtFOC, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, bool param_000142af, MethodInfo * method)); DO_APP_FUNC(0x021F8140, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_JyKApZFqgMxicmBVyllCbsEvPMujA, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, MethodInfo * method)); DO_APP_FUNC(0x021F81D0, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_ulzsUPgORhZfPokUrbJhCtBoeKpd, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, MethodInfo * method)); DO_APP_FUNC(0x021F8240, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_FillData, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, ControllerDataUpdater * dataUpdater, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98898, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_FillData__MethodInfo); DO_APP_FUNC(0x021F8380, BridgedControllerHWInfo *, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_yMGiTySicmPQxCrMjmtihGllAkSc, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, MethodInfo * method)); DO_APP_FUNC(0x021F83F0, BridgedController *, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_ToBridgedController, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, MethodInfo * method)); DO_APP_FUNC(0x021F8460, ControllerDisconnectedEventArgs *, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_ToControllerDisconnectedEventArgs, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, MethodInfo * method)); DO_APP_FUNC(0x021F8500, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_oFAdiMAHuRZYlTcAeMWxznNznaOnA, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, MethodInfo * method)); DO_APP_FUNC(0x021F8A70, bool, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_MPxEuCONnkfrXuTMztvvTiBpsMOx, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, MethodInfo * method)); DO_APP_FUNC(0x007C6C00, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_ibbPTzrCvanFfMHPHzYIVUAqPeGu, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, MethodInfo * method)); DO_APP_FUNC(0x021F8AD0, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_JCZyCeTDvzczXuxnqcCGplRQAooX, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, MethodInfo * method)); DO_APP_FUNC(0x021F8B20, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_bREaCmyldYGFJfUUZzKzraPGSMtN, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, Boolean__Array * param_000142b1, HmAcNXaDOwcBaXnHmUCisFjFgxag * param_000142b2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98820, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_bREaCmyldYGFJfUUZzKzraPGSMtN__MethodInfo); DO_APP_FUNC(0x021F8F40, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_OigKfWVDKSJyYsIOrKMbobMHUegc, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, Boolean__Array * param_000142b3, HmAcNXaDOwcBaXnHmUCisFjFgxag * param_000142b4, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98818, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_OigKfWVDKSJyYsIOrKMbobMHUegc__MethodInfo); DO_APP_FUNC(0x021F93A0, float, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_llRJkCMrCfgBMwkiUoMjwPMOqdgh, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, HardwareJoystickMap_Platform_XInput_Base_Axis * param_000142b5, Boolean__Array * param_000142b6, HmAcNXaDOwcBaXnHmUCisFjFgxag * param_000142b7, MethodInfo * method)); DO_APP_FUNC(0x021F9620, float, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_llRJkCMrCfgBMwkiUoMjwPMOqdgh_1, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, XInputAxis__Enum param_000142b8, HmAcNXaDOwcBaXnHmUCisFjFgxag * param_000142b9, MethodInfo * method)); DO_APP_FUNC(0x021F96D0, bool, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_FiMGdLgwnQkuAJmdoeKwRJXajcdpA, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, HardwareJoystickMap_Platform_XInput_Base_Button * param_000142ba, Boolean__Array * param_000142bb, HmAcNXaDOwcBaXnHmUCisFjFgxag * param_000142bc, MethodInfo * method)); DO_APP_FUNC(0x021F9A10, bool, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_FiMGdLgwnQkuAJmdoeKwRJXajcdpA_1, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, XInputButton__Enum param_000142bd, Boolean__Array * param_000142be, MethodInfo * method)); DO_APP_FUNC(0x021F9C50, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_aTDeeMxviQqftWWeVrsNCPkIDzWf, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, MethodInfo * method)); DO_APP_FUNC(0x021F9D90, String *, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_qgMCCVkQzVPumECHTPQrjyzrNcBmA, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, MethodInfo * method)); DO_APP_FUNC(0x021FA0B0, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_PSgrREOAVHoVHjQNLcgJciaBvrnO, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, BridgedControllerHWInfo * param_000142bf, MethodInfo * method)); DO_APP_FUNC(0x021FA200, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_PSgrREOAVHoVHjQNLcgJciaBvrnO_1, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, BridgedController * param_000142c0, MethodInfo * method)); DO_APP_FUNC(0x021FA5E0, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_Dispose, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, MethodInfo * method)); DO_APP_FUNC(0x021FA650, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_koAztZrcZLyuMlaqoUCpAMQQIsgb, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, MethodInfo * method)); DO_APP_FUNC(0x021FA6A0, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN_ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * __this, bool param_000142c1, MethodInfo * method)); DO_APP_FUNC(0x021FA770, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_YaWBSOGSSrYuejjxIPgOgikwrUfr__ctor, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_YaWBSOGSSrYuejjxIPgOgikwrUfr * __this, MethodInfo * method)); DO_APP_FUNC(0x021FA840, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_YaWBSOGSSrYuejjxIPgOgikwrUfr_EZFxXstANmcbeFABzQtUuvjwLzPt, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_YaWBSOGSSrYuejjxIPgOgikwrUfr * __this, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * param_000142c2, bool param_000142c3, MethodInfo * method)); DO_APP_FUNC(0x021FA9F0, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_YaWBSOGSSrYuejjxIPgOgikwrUfr_zRKKKxhkoOArpcmrZNscrEthKMVOA, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_YaWBSOGSSrYuejjxIPgOgikwrUfr * __this, int32_t param_000142c4, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * param_000142c5, bool param_000142c6, MethodInfo * method)); DO_APP_FUNC(0x021FAAB0, int32_t, XWKLBhMJByLmRjCmXYTJulYaPqwJ_YaWBSOGSSrYuejjxIPgOgikwrUfr_CcVhrFhhmOSXiTqwSdMldyoGUUtwA, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_YaWBSOGSSrYuejjxIPgOgikwrUfr * __this, XInputDeviceSubType__Enum param_000142c7, bool param_000142c8, MethodInfo * method)); DO_APP_FUNC(0x021FAB90, int32_t, XWKLBhMJByLmRjCmXYTJulYaPqwJ_YaWBSOGSSrYuejjxIPgOgikwrUfr_rOoROfneBnmQIAKzxVaJeCMBZXph, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_YaWBSOGSSrYuejjxIPgOgikwrUfr * __this, int32_t param_000142c9, XInputDeviceSubType__Enum param_000142ca, bool param_000142cb, MethodInfo * method)); DO_APP_FUNC(0x021FAC90, int32_t, XWKLBhMJByLmRjCmXYTJulYaPqwJ_YaWBSOGSSrYuejjxIPgOgikwrUfr_hsUeTrsoxSDvXjCrXDbyZzJOJHrU, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_YaWBSOGSSrYuejjxIPgOgikwrUfr * __this, int32_t param_000142cc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C987F0, XWKLBhMJByLmRjCmXYTJulYaPqwJ_YaWBSOGSSrYuejjxIPgOgikwrUfr_hsUeTrsoxSDvXjCrXDbyZzJOJHrU__MethodInfo); DO_APP_FUNC(0x021FAD70, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_YaWBSOGSSrYuejjxIPgOgikwrUfr_UsIeSxSmOWGiZNWvmGspmMWOYXtc, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_YaWBSOGSSrYuejjxIPgOgikwrUfr * __this, int32_t param_000142cd, bool param_000142ce, MethodInfo * method)); DO_APP_FUNC(0x021FAE10, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_YaWBSOGSSrYuejjxIPgOgikwrUfr_LlnZLsKOkGcztEBJUXEELsmJjENbA_zRKKKxhkoOArpcmrZNscrEthKMVOA, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_YaWBSOGSSrYuejjxIPgOgikwrUfr_LlnZLsKOkGcztEBJUXEELsmJjENbA * __this, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kKVyOYAdtYJrZyUqtCeuyKpidgaN * param_000142cf, bool param_000142d0, MethodInfo * method)); DO_APP_FUNC(0x01F7A6A0, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_YaWBSOGSSrYuejjxIPgOgikwrUfr_LlnZLsKOkGcztEBJUXEELsmJjENbA__ctor, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_YaWBSOGSSrYuejjxIPgOgikwrUfr_LlnZLsKOkGcztEBJUXEELsmJjENbA * __this, int32_t param_000142d1, XInputDeviceSubType__Enum param_000142d2, MethodInfo * method)); DO_APP_FUNC(0x003CA780, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_nQcgZoKIzAENPJyjNZphvOrblvAz__ctor, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_nQcgZoKIzAENPJyjNZphvOrblvAz * __this, float param_000142d3, MethodInfo * method)); DO_APP_FUNC(0x021FAE40, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_nQcgZoKIzAENPJyjNZphvOrblvAz_ygkfnWIXrmmFAQNGEhSOumyjDFvuA, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_nQcgZoKIzAENPJyjNZphvOrblvAz * __this, MethodInfo * method)); DO_APP_FUNC(0x021FAEC0, bool, XWKLBhMJByLmRjCmXYTJulYaPqwJ_nQcgZoKIzAENPJyjNZphvOrblvAz_zRKKKxhkoOArpcmrZNscrEthKMVOA, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_nQcgZoKIzAENPJyjNZphvOrblvAz * __this, MethodInfo * method)); DO_APP_FUNC(0x021FAF40, Boolean__Array *, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_DFUXAphSQHZHVVVyguNGgAvyFgBA, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt * __this, MethodInfo * method)); DO_APP_FUNC(0x021FAFB0, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt__ctor, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt * __this, int32_t param_000142d4, UpdateLoopSetting__Enum param_000142d5, MethodInfo * method)); DO_APP_FUNC(0x021FB430, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_tjEJoAeRKVJyiIadobfBeHSNgGiw, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt * __this, MethodInfo * method)); DO_APP_FUNC(0x021FB510, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_ZFluBrfRAoBaNxgjEXmtuutoBIJC, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt * __this, MethodInfo * method)); DO_APP_FUNC(0x021FB5F0, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_xjmMhxeOlBkrfCnHxekXCQVArthv, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt * __this, MethodInfo * method)); DO_APP_FUNC(0x021FB640, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_IgdwwTfmhXhMNXaVydsaEsQSKNzb, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt * __this, MethodInfo * method)); DO_APP_FUNC(0x021FB650, bool, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_wHLkhsPZVpElKLVEmHuuXnbZMbYl, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt * __this, XWKLBhMJByLmRjCmXYTJulYaPqwJ_hstLDqXBgWFMOdvqNBSIsUgLtrrOA__Enum param_000142d6, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98808, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_wHLkhsPZVpElKLVEmHuuXnbZMbYl__MethodInfo); DO_APP_FUNC(0x021FB6F0, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_FCzQNTpXGUcHzmjQHbDDjsbmyLbB, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt * __this, float param_000142d7, int32_t param_000142d8, MethodInfo * method)); DO_APP_FUNC(0x021FB770, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_KGVewDgIhCzFRcFUSGnsjYdGgeFob, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt * __this, MethodInfo * method)); DO_APP_FUNC(0x021FB780, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_nWHgRcQPqLbpdPSpkSWQxtdxOVuk, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt * __this, MethodInfo * method)); DO_APP_FUNC(0x021FB960, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_kskvZNVHiQmWKUbFJUDnXxSksqwm, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C988C8, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_kskvZNVHiQmWKUbFJUDnXxSksqwm__MethodInfo); DO_APP_FUNC(0x021FBE50, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_PIlATWHpyrSVYOFZhMypFbpFxHGbb, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C988D0, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_PIlATWHpyrSVYOFZhMypFbpFxHGbb__MethodInfo); DO_APP_FUNC(0x021FC1F0, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_OLnrSaDjYHwnoQdHiHpefsYsMjrL, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt * __this, MethodInfo * method)); DO_APP_FUNC(0x021FC1F0, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_vqPvwcMbfiZISYisXZOXpgcnjseK, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt * __this, MethodInfo * method)); DO_APP_FUNC(0x021FC290, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_FEWaaICqYydPoDlfVAEKhXOLkuQU, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt * __this, MethodInfo * method)); DO_APP_FUNC(0x021FC3F0, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_ArPJPMtiNjHgTskojhKjCOtuwBcY, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * param_000142d9, BdACSJchhOOtndVeqHEImuFxBOOY * param_000142da, double * param_000142db, MethodInfo * method)); DO_APP_FUNC(0x021FC550, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_yTuAPMzRjiCEhaADbQGycjffLUPLA, (BdACSJchhOOtndVeqHEImuFxBOOY * param_000142dc, aQHgSHeigtcamfIWbNaiXaCiVwuq param_000142dd, double * param_000142de, MethodInfo * method)); DO_APP_FUNC(0x021FC5E0, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_psQQgGrHzxCRckASZklJiYNyqcss, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt * __this, HmAcNXaDOwcBaXnHmUCisFjFgxag * param_000142df, MethodInfo * method)); DO_APP_FUNC(0x021FC7E0, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_glJkWqotYdPJEfSSoBcEEWwNpsPRA, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt * __this, HmAcNXaDOwcBaXnHmUCisFjFgxag * param_000142e0, double param_000142e1, LowLevelInputEvent param_000142e2, MethodInfo * method)); DO_APP_FUNC(0x021FC8E0, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_JCxbDAersjEBRkebuEEGyGduItnF, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt * __this, HmAcNXaDOwcBaXnHmUCisFjFgxag * param_000142e3, LowLevelInputEvent * param_000142e4, MethodInfo * method)); DO_APP_FUNC(0x021FC9F0, bool, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_FiMGdLgwnQkuAJmdoeKwRJXajcdpA, (int32_t param_000142e5, int32_t param_000142e6, MethodInfo * method)); DO_APP_FUNC(0x021FCA10, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_rUVOngknMKdaVcBZRsgOUAyzJBnjA, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt * __this, MethodInfo * method)); DO_APP_FUNC(0x021FCB00, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_Dispose, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt * __this, MethodInfo * method)); DO_APP_FUNC(0x01F783B0, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_koAztZrcZLyuMlaqoUCpAMQQIsgb, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt * __this, MethodInfo * method)); DO_APP_FUNC(0x021FCB70, void, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt * __this, bool param_000142e7, MethodInfo * method)); DO_APP_FUNC(0x021FCBB0, float, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_WBTydUTpGhZAhZjalHMpfRTNIiaf, (int32_t param_000142e8, MethodInfo * method)); DO_APP_FUNC(0x021FCC20, float, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_PKpuDaOCCcyYpOjikTevcBEfEoQR, (int32_t param_000142e9, MethodInfo * method)); DO_APP_FUNC(0x021FCC90, bool, XWKLBhMJByLmRjCmXYTJulYaPqwJ_kHnKKSzKKDvrCOIKypwscWAsAlpt_mrfzTpBfszsjUHmbMSSPKkBbDRdBA, (HmAcNXaDOwcBaXnHmUCisFjFgxag param_000142ea, HmAcNXaDOwcBaXnHmUCisFjFgxag param_000142eb, MethodInfo * method)); DO_APP_FUNC(0x021FCCE0, void *, bcOmlpGgwVCrecHKRjwdQzyizLQGA_gLDuyHGNDfTNiCodQCvBgWCPEKlN, (bcOmlpGgwVCrecHKRjwdQzyizLQGA_zqrMMRRVlnxYQKhlRpOFkRpFWHlB * param_000142ec, bcOmlpGgwVCrecHKRjwdQzyizLQGA_NezMPkGUwSkAcIJPJQDqPKqwcDUr * param_000142ed, MethodInfo * method)); DO_APP_FUNC(0x021FD080, void *, bcOmlpGgwVCrecHKRjwdQzyizLQGA_gLDuyHGNDfTNiCodQCvBgWCPEKlN_1, (bcOmlpGgwVCrecHKRjwdQzyizLQGA_zqrMMRRVlnxYQKhlRpOFkRpFWHlB * param_000142ee, void * param_000142ef, MethodInfo * method)); DO_APP_FUNC(0x021FD1C0, bool, bcOmlpGgwVCrecHKRjwdQzyizLQGA_OXCFNlIhpygShuqcvPuLkQwXyNEmA, (void * param_000142f0, bcOmlpGgwVCrecHKRjwdQzyizLQGA_NezMPkGUwSkAcIJPJQDqPKqwcDUr * param_000142f1, MethodInfo * method)); DO_APP_FUNC(0x021FD4C0, bool, bcOmlpGgwVCrecHKRjwdQzyizLQGA_OXCFNlIhpygShuqcvPuLkQwXyNEmA_1, (void * param_000142f2, void * param_000142f3, MethodInfo * method)); DO_APP_FUNC(0x021FD560, bool, bcOmlpGgwVCrecHKRjwdQzyizLQGA_RsgfcZWylmOaXVsMjBsMATCMOHpQ, (void * param_000142f4, MethodInfo * method)); DO_APP_FUNC(0x021FD5F0, String *, bcOmlpGgwVCrecHKRjwdQzyizLQGA_zqrMMRRVlnxYQKhlRpOFkRpFWHlB_LVmcPOeqeDbqbgLicgjuWNFJdAuo, (bcOmlpGgwVCrecHKRjwdQzyizLQGA_zqrMMRRVlnxYQKhlRpOFkRpFWHlB * __this, MethodInfo * method)); DO_APP_FUNC(0x021FDB20, String *, bcOmlpGgwVCrecHKRjwdQzyizLQGA_NezMPkGUwSkAcIJPJQDqPKqwcDUr_LVmcPOeqeDbqbgLicgjuWNFJdAuo, (bcOmlpGgwVCrecHKRjwdQzyizLQGA_NezMPkGUwSkAcIJPJQDqPKqwcDUr * __this, MethodInfo * method)); DO_APP_FUNC(0x021FDF00, bcOmlpGgwVCrecHKRjwdQzyizLQGA_NezMPkGUwSkAcIJPJQDqPKqwcDUr, bcOmlpGgwVCrecHKRjwdQzyizLQGA_NezMPkGUwSkAcIJPJQDqPKqwcDUr_fkFHPtthnqGWtyhDKbcIRTPUeGLc, (MethodInfo * method)); DO_APP_FUNC(0x021FDFC0, String *, bcOmlpGgwVCrecHKRjwdQzyizLQGA_cIyeLAkawaCKenVDjzymlkuwIPuDA_LVmcPOeqeDbqbgLicgjuWNFJdAuo, (bcOmlpGgwVCrecHKRjwdQzyizLQGA_cIyeLAkawaCKenVDjzymlkuwIPuDA * __this, MethodInfo * method)); DO_APP_FUNC(0x021FE360, String *, bcOmlpGgwVCrecHKRjwdQzyizLQGA_zPdKqgvkhJiMWHlWrgKrPGzAQOwA_LVmcPOeqeDbqbgLicgjuWNFJdAuo, (bcOmlpGgwVCrecHKRjwdQzyizLQGA_zPdKqgvkhJiMWHlWrgKrPGzAQOwA * __this, MethodInfo * method)); DO_APP_FUNC(0x021FE630, bool, bcOmlpGgwVCrecHKRjwdQzyizLQGA_zPdKqgvkhJiMWHlWrgKrPGzAQOwA_jGOdeoKvGbJTgPHjTEwpbgvczBjsb, (bcOmlpGgwVCrecHKRjwdQzyizLQGA_zPdKqgvkhJiMWHlWrgKrPGzAQOwA * __this, bcOmlpGgwVCrecHKRjwdQzyizLQGA_ozzCwydVGqRtzfxkQeqCoZQcovRAA * param_000142f5, MethodInfo * method)); DO_APP_FUNC(0x021FE670, bcOmlpGgwVCrecHKRjwdQzyizLQGA_ozzCwydVGqRtzfxkQeqCoZQcovRAA, bcOmlpGgwVCrecHKRjwdQzyizLQGA_ozzCwydVGqRtzfxkQeqCoZQcovRAA_cfdetsduBPnYsrwaYjeyeHdZAexNA, (String * param_000142f6, bool * param_000142f7, MethodInfo * method)); DO_APP_FUNC(0x021FE7F0, void, bcOmlpGgwVCrecHKRjwdQzyizLQGA_ozzCwydVGqRtzfxkQeqCoZQcovRAA__cctor, (MethodInfo * method)); DO_APP_FUNC(0x021FE8B0, uint16_t, ZMqjCYehEKqIQMMhejVBKtVTTPMf_xzkrlOTgWNNCroGONVPHQWPpgXeD, (ZMqjCYehEKqIQMMhejVBKtVTTPMf_TsQJRjzqAaquHPlNjgdTtMmlCdse * param_000142f8, MethodInfo * method)); DO_APP_FUNC(0x021FEA60, bool, ZMqjCYehEKqIQMMhejVBKtVTTPMf_vJPZKXDBWXRpnRzfkMBiRpAylFUT, (String * param_000142f9, void * param_000142fa, MethodInfo * method)); DO_APP_FUNC(0x021FEB00, void *, ZMqjCYehEKqIQMMhejVBKtVTTPMf_CkJdPhaQztJUMDpsjgBQPQyaHqGE, (uint32_t param_000142fb, String * param_000142fc, String * param_000142fd, uint32_t param_000142fe, int32_t param_000142ff, int32_t param_00014300, int32_t param_00014301, int32_t param_00014302, void * param_00014303, void * param_00014304, void * param_00014305, void * param_00014306, MethodInfo * method)); DO_APP_FUNC(0x021FEC30, void *, ZMqjCYehEKqIQMMhejVBKtVTTPMf_KFGJCwLJMkeDcvMfRqbGkuRGoqu, (void * param_00014307, uint32_t param_00014308, void * param_00014309, void * param_0001430a, MethodInfo * method)); DO_APP_FUNC(0x021FECE0, bool, ZMqjCYehEKqIQMMhejVBKtVTTPMf_eKkDRKGuWzBekDYHVdXyiPMOAmcnA, (void * param_0001430b, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, void *, ZMqjCYehEKqIQMMhejVBKtVTTPMf_XaFgejwFzhZVSbfciOuoSdSnGXlO, (ZMqjCYehEKqIQMMhejVBKtVTTPMf * __this, MethodInfo * method)); DO_APP_FUNC(0x021FED70, void, ZMqjCYehEKqIQMMhejVBKtVTTPMf_Dispose, (ZMqjCYehEKqIQMMhejVBKtVTTPMf * __this, MethodInfo * method)); DO_APP_FUNC(0x021FEDD0, void, ZMqjCYehEKqIQMMhejVBKtVTTPMf_koAztZrcZLyuMlaqoUCpAMQQIsgb, (ZMqjCYehEKqIQMMhejVBKtVTTPMf * __this, MethodInfo * method)); DO_APP_FUNC(0x021FEE20, void, ZMqjCYehEKqIQMMhejVBKtVTTPMf_ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (ZMqjCYehEKqIQMMhejVBKtVTTPMf * __this, bool param_0001430c, MethodInfo * method)); DO_APP_FUNC(0x021FEFF0, void, ZMqjCYehEKqIQMMhejVBKtVTTPMf__ctor, (ZMqjCYehEKqIQMMhejVBKtVTTPMf * __this, String * param_0001430d, bool param_0001430e, ZMqjCYehEKqIQMMhejVBKtVTTPMf_tkPDljFlUTWCqmeHEUtBSxPpHDmqA * param_0001430f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C986F8, ZMqjCYehEKqIQMMhejVBKtVTTPMf__ctor__MethodInfo); DO_APP_FUNC(0x021FF860, void *, ZMqjCYehEKqIQMMhejVBKtVTTPMf_MbnVBnAjGRYhQrkCvTcSERieJaHs, (ZMqjCYehEKqIQMMhejVBKtVTTPMf * __this, String * param_00014310, void * param_00014311, MethodInfo * method)); DO_APP_FUNC(0x021FF9C0, void *, ZMqjCYehEKqIQMMhejVBKtVTTPMf_QrXFebqXXbAVDTTdwPeoJOGaSwyf, (ZMqjCYehEKqIQMMhejVBKtVTTPMf * __this, String * param_00014312, void * param_00014313, MethodInfo * method)); DO_APP_FUNC(0x021FFB60, void *, ZMqjCYehEKqIQMMhejVBKtVTTPMf_KzAQeNNAclKkdLhTuBkrNoRVPKzi, (void * param_00014314, uint32_t param_00014315, void * param_00014316, void * param_00014317, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C986F0, ZMqjCYehEKqIQMMhejVBKtVTTPMf_KzAQeNNAclKkdLhTuBkrNoRVPKzi__MethodInfo); DO_APP_FUNC(0x003C53A0, void, ZMqjCYehEKqIQMMhejVBKtVTTPMf_cOaGBjBzuOdGuHEsMxJuiewFjDfy, (ZMqjCYehEKqIQMMhejVBKtVTTPMf * __this, ZMqjCYehEKqIQMMhejVBKtVTTPMf_tkPDljFlUTWCqmeHEUtBSxPpHDmqA * param_00014318, MethodInfo * method)); DO_APP_FUNC(0x021FFE50, void, ZMqjCYehEKqIQMMhejVBKtVTTPMf_tkPDljFlUTWCqmeHEUtBSxPpHDmqA__ctor, (ZMqjCYehEKqIQMMhejVBKtVTTPMf_tkPDljFlUTWCqmeHEUtBSxPpHDmqA * __this, Object * param_00014319, void * param_0001431a, MethodInfo * method)); DO_APP_FUNC(0x003EE800, void *, ZMqjCYehEKqIQMMhejVBKtVTTPMf_tkPDljFlUTWCqmeHEUtBSxPpHDmqA_Invoke, (ZMqjCYehEKqIQMMhejVBKtVTTPMf_tkPDljFlUTWCqmeHEUtBSxPpHDmqA * __this, void * hWnd, uint32_t msg, void * wParam, void * lParam, MethodInfo * method)); DO_APP_FUNC(0x021FFF80, int32_t, WdfFFcMoZkFeQDYdsleBlfRGSwSrA_jYXsUZBgpTHcCFZjgDeFeRJFaHhOb, (MethodInfo * method)); DO_APP_FUNC(0x021FFFC0, ThreadHelper_1 *, WdfFFcMoZkFeQDYdsleBlfRGSwSrA_terlnhTOIjLshGKbKRxlueFAeHQw, (MethodInfo * method)); DO_APP_FUNC(0x02200000, ThreadHelper_1 *, WdfFFcMoZkFeQDYdsleBlfRGSwSrA_punBoKdeVLmJijGAfFDKNimceaKqB, (MethodInfo * method)); DO_APP_FUNC(0x02200040, void, WdfFFcMoZkFeQDYdsleBlfRGSwSrA_jQsuOfnWgBdSsdsHwhjmjLkSdwvU, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98708, WdfFFcMoZkFeQDYdsleBlfRGSwSrA_jQsuOfnWgBdSsdsHwhjmjLkSdwvU__MethodInfo); DO_APP_FUNC(0x02200550, void, WdfFFcMoZkFeQDYdsleBlfRGSwSrA_BEuQcBkAItsOJDIQkVoYsZixMPXS, (UpdateLoopType__Enum param_0001431f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98718, WdfFFcMoZkFeQDYdsleBlfRGSwSrA_BEuQcBkAItsOJDIQkVoYsZixMPXS__MethodInfo); DO_APP_FUNC(0x02200610, void, WdfFFcMoZkFeQDYdsleBlfRGSwSrA_ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (MethodInfo * method)); DO_APP_FUNC(0x02200980, void, qUaeyIgVCufmDzatlipvlpwBwlinA__cctor, (MethodInfo * method)); DO_APP_FUNC(0x022011D0, void *, yjqIYPGPZDRUzhLMmmIFEMNBhVMq_OCJyIaIgkxEYUWVhYxIXSliXNlPr, (MethodInfo * method)); DO_APP_FUNC(0x02201240, bool, yjqIYPGPZDRUzhLMmmIFEMNBhVMq_eYLrowgnyWqBcjKHplyfPjlJfXJE, (void * param_00014320, bool * param_00014321, MethodInfo * method)); DO_APP_FUNC(0x022012E0, void *, yjqIYPGPZDRUzhLMmmIFEMNBhVMq_KFvCjQIuzsdedXtLQXfoxSiYHydo, (MethodInfo * method)); DO_APP_FUNC(0x02201350, void *, yjqIYPGPZDRUzhLMmmIFEMNBhVMq_tDEqcmmSZnJURlkniPyrlyPgBKnK, (MethodInfo * method)); DO_APP_FUNC(0x022013C0, void *, yjqIYPGPZDRUzhLMmmIFEMNBhVMq_MNwnhqPAtpNsfKCbyCObsVfWVyRh, (void * param_00014322, int32_t param_00014323, MethodInfo * method)); DO_APP_FUNC(0x02201480, void *, yjqIYPGPZDRUzhLMmmIFEMNBhVMq_ipyCONZFeXDSkbUXvAIsvjZoCwyD, (void * param_00014324, int32_t param_00014325, MethodInfo * method)); DO_APP_FUNC(0x02201510, void *, yjqIYPGPZDRUzhLMmmIFEMNBhVMq_cKnzMToyHFlQnIqBdtHBaXlbjfsM, (void * param_00014326, int32_t param_00014327, MethodInfo * method)); DO_APP_FUNC(0x022015A0, void *, yjqIYPGPZDRUzhLMmmIFEMNBhVMq_dMQtAcubGYamkTevegDSKyjOSnTiA, (void * param_00014328, int32_t param_00014329, void * param_0001432a, MethodInfo * method)); DO_APP_FUNC(0x02201670, void *, yjqIYPGPZDRUzhLMmmIFEMNBhVMq_MfaaVkFPSPNyFevzZFDRuykcLYHmA, (void * param_0001432b, int32_t param_0001432c, void * param_0001432d, MethodInfo * method)); DO_APP_FUNC(0x02201710, void *, yjqIYPGPZDRUzhLMmmIFEMNBhVMq_KOoobJbyhOTXMCtjwoEzfiBmPmCp, (void * param_0001432e, int32_t param_0001432f, void * param_00014330, MethodInfo * method)); DO_APP_FUNC(0x022017B0, uint32_t, yjqIYPGPZDRUzhLMmmIFEMNBhVMq_gUoMaaPUTrBOtYZSpgFJqQCdeYNn, (void * param_00014331, uint32_t * param_00014332, uint32_t param_00014333, MethodInfo * method)); DO_APP_FUNC(0x02201850, uint32_t, yjqIYPGPZDRUzhLMmmIFEMNBhVMq_KRSUgNkIOyoPDuJXCamEklXQyYlF, (void * param_00014334, uint32_t * param_00014335, uint32_t param_00014336, MethodInfo * method)); DO_APP_FUNC(0x022018F0, int32_t, yjqIYPGPZDRUzhLMmmIFEMNBhVMq_mLFDmzxKeHOtdfLrYvSaYufAKQSj, (void * param_00014337, uint32_t * param_00014338, uint32_t param_00014339, MethodInfo * method)); DO_APP_FUNC(0x02201990, bool, yjqIYPGPZDRUzhLMmmIFEMNBhVMq_YenuQJFfKtcrrlYfQGkzscmsGgCw, (uint32_t param_0001433a, uint32_t param_0001433b, int32_t * param_0001433c, uint32_t param_0001433d, MethodInfo * method)); DO_APP_FUNC(0x02201A40, int32_t, yjqIYPGPZDRUzhLMmmIFEMNBhVMq_REiLKHaLaLsNcIrvlBUChHinnTMb, (int32_t param_0001433e, MethodInfo * method)); DO_APP_FUNC(0x02201AC0, bool, yjqIYPGPZDRUzhLMmmIFEMNBhVMq_eIBcyrOGjYGlIanChPJhVnsNvVyuA, (CffaujAdfZSkXUdIRPRCmzTfUTzW * param_0001433f, MethodInfo * method)); DO_APP_FUNC(0x02201B40, void *, yjqIYPGPZDRUzhLMmmIFEMNBhVMq_bIBvnHmbTKtysTPNgIvpEqjitiSj, (uint32_t param_00014340, bool param_00014341, uint32_t param_00014342, MethodInfo * method)); DO_APP_FUNC(0x02201BD0, int16_t, yjqIYPGPZDRUzhLMmmIFEMNBhVMq_HPRVGjmxojWTqlPRwcjstsxCByGQ, (int32_t param_00014343, MethodInfo * method)); DO_APP_FUNC(0x02201C50, int16_t, yjqIYPGPZDRUzhLMmmIFEMNBhVMq_gAlhJnFdWrletvjGSCycbSKSStJYA, (int32_t param_00014344, MethodInfo * method)); DO_APP_FUNC(0x02201CD0, bool, yjqIYPGPZDRUzhLMmmIFEMNBhVMq_TBKjAThDOYHHyDYPGkvmDUbmpzeKA, (void * param_00014345, MethodInfo * method)); DO_APP_FUNC(0x02201D50, bool, yjqIYPGPZDRUzhLMmmIFEMNBhVMq_sxFqaHJKDQBSpiMCvghScGPChLNnb, (void * param_00014346, CffaujAdfZSkXUdIRPRCmzTfUTzW * param_00014347, MethodInfo * method)); DO_APP_FUNC(0x02201DE0, bool, yjqIYPGPZDRUzhLMmmIFEMNBhVMq_FRTnYriUrDPxapMiuOHqGJUBFGEO, (void * param_00014348, zecnIPCkLHFLZyMeSPKKSKQOugSU * param_00014349, MethodInfo * method)); DO_APP_FUNC(0x02201E70, bool, yjqIYPGPZDRUzhLMmmIFEMNBhVMq_vKjCeOTDAvcqNYFrNFMYiVCGdTNvA, (void * param_0001434a, zecnIPCkLHFLZyMeSPKKSKQOugSU * param_0001434b, MethodInfo * method)); DO_APP_FUNC(0x02201F00, uint32_t, yjqIYPGPZDRUzhLMmmIFEMNBhVMq_ahChbVDjslMotnhcOAbOqlcmNtES, (uint32_t param_0001434c, uint32_t param_0001434d, MethodInfo * method)); DO_APP_FUNC(0x02201F90, void *, yjqIYPGPZDRUzhLMmmIFEMNBhVMq_kNdtuQwBFfSeMiteymxFOygSkrWx, (int32_t param_0001434e, MethodInfo * method)); DO_APP_FUNC(0x02202010, bool, yjqIYPGPZDRUzhLMmmIFEMNBhVMq_VNTTTDlObBPAAfPyNBnIlIAOnTll, (void * param_0001434f, MethodInfo * method)); DO_APP_FUNC(0x02202090, void *, yjqIYPGPZDRUzhLMmmIFEMNBhVMq_ggHWakULDDgQyGgwPFugnknKffJmA, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54500, yjqIYPGPZDRUzhLMmmIFEMNBhVMq_ggHWakULDDgQyGgwPFugnknKffJmA__MethodInfo); DO_APP_FUNC(0x022021F0, bool, yjqIYPGPZDRUzhLMmmIFEMNBhVMq_XhRBeEjFrJIPFVFfqYcSGrWIhUzdb, (MethodInfo * method)); DO_APP_FUNC(0x022022D0, void, yjqIYPGPZDRUzhLMmmIFEMNBhVMq__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02202330, void, SRYVsvBnJRRIGpAZWqJVixPIiJrt__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02202390, SRYVsvBnJRRIGpAZWqJVixPIiJrt, SRYVsvBnJRRIGpAZWqJVixPIiJrt_kaOUkEsnYqbyVXBjibvHiNiHPmYVA, (Byte__Array * param_00014350, int32_t param_00014351, MethodInfo * method)); DO_APP_FUNC(0x022024A0, SRYVsvBnJRRIGpAZWqJVixPIiJrt, SRYVsvBnJRRIGpAZWqJVixPIiJrt_qlQFyYbsFtREWUEDvqgpZPFXOEHGA, (void * param_00014352, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, void *, SRYVsvBnJRRIGpAZWqJVixPIiJrt_qlQFyYbsFtREWUEDvqgpZPFXOEHGA_1, (SRYVsvBnJRRIGpAZWqJVixPIiJrt param_00014353, MethodInfo * method)); DO_APP_FUNC(0x02202510, String *, SRYVsvBnJRRIGpAZWqJVixPIiJrt_LVmcPOeqeDbqbgLicgjuWNFJdAuo, (SRYVsvBnJRRIGpAZWqJVixPIiJrt * __this, MethodInfo * method)); DO_APP_FUNC(0x02202580, void, lNxFJILufgduJyEUwukEQTSTSOGU__cctor, (MethodInfo * method)); DO_APP_FUNC(0x022025E0, lNxFJILufgduJyEUwukEQTSTSOGU, lNxFJILufgduJyEUwukEQTSTSOGU_kaOUkEsnYqbyVXBjibvHiNiHPmYVA, (Byte__Array * param_00014354, int32_t param_00014355, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, void *, lNxFJILufgduJyEUwukEQTSTSOGU_qlQFyYbsFtREWUEDvqgpZPFXOEHGA, (lNxFJILufgduJyEUwukEQTSTSOGU param_00014356, MethodInfo * method)); DO_APP_FUNC(0x02202760, lNxFJILufgduJyEUwukEQTSTSOGU, lNxFJILufgduJyEUwukEQTSTSOGU_qlQFyYbsFtREWUEDvqgpZPFXOEHGA_1, (void * param_00014357, MethodInfo * method)); DO_APP_FUNC(0x022027D0, String *, lNxFJILufgduJyEUwukEQTSTSOGU_LVmcPOeqeDbqbgLicgjuWNFJdAuo, (lNxFJILufgduJyEUwukEQTSTSOGU * __this, MethodInfo * method)); DO_APP_FUNC(0x02202840, int32_t, lNxFJILufgduJyEUwukEQTSTSOGU_vuLfTGkIsDBvznjZWLgitARlYlwF, (lNxFJILufgduJyEUwukEQTSTSOGU * __this, MethodInfo * method)); DO_APP_FUNC(0x022028A0, String *, sFLhyFixFUQyuoQPGjLlsZEgnXagA_KNpapNnXQwJETQMRUscbMMZcKHAD, (void * param_00014358, int32_t param_00014359, MethodInfo * method)); DO_APP_FUNC(0x02202A30, void, LGqFCRjpcFjJFbjtKNmHioEhMHIc__ctor, (LGqFCRjpcFjJFbjtKNmHioEhMHIc * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C985D0, LGqFCRjpcFjJFbjtKNmHioEhMHIc__ctor__MethodInfo); DO_APP_FUNC(0x02202BD0, void, LGqFCRjpcFjJFbjtKNmHioEhMHIc_PatYCEvgZKyRbQfvhKmCKDEcGrhDA, (LGqFCRjpcFjJFbjtKNmHioEhMHIc * __this, Action_4_SRYVsvBnJRRIGpAZWqJVixPIiJrt_lNxFJILufgduJyEUwukEQTSTSOGU_UInt32_IntPtr_ * param_0001435a, bool param_0001435b, MethodInfo * method)); DO_APP_FUNC(0x02202F10, void, LGqFCRjpcFjJFbjtKNmHioEhMHIc_YYkYQubQaEWZRFpNPGBAcdOsnScg, (LGqFCRjpcFjJFbjtKNmHioEhMHIc * __this, MethodInfo * method)); DO_APP_FUNC(0x02203020, void *, LGqFCRjpcFjJFbjtKNmHioEhMHIc_YNLmMIlBFtjbTryOREvuZoqTrQSC, (int32_t param_0001435c, void * param_0001435d, void * param_0001435e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C985E0, LGqFCRjpcFjJFbjtKNmHioEhMHIc_YNLmMIlBFtjbTryOREvuZoqTrQSC__MethodInfo); DO_APP_FUNC(0x02203700, void, LGqFCRjpcFjJFbjtKNmHioEhMHIc_Dispose, (LGqFCRjpcFjJFbjtKNmHioEhMHIc * __this, MethodInfo * method)); DO_APP_FUNC(0x01F783B0, void, LGqFCRjpcFjJFbjtKNmHioEhMHIc_koAztZrcZLyuMlaqoUCpAMQQIsgb, (LGqFCRjpcFjJFbjtKNmHioEhMHIc * __this, MethodInfo * method)); DO_APP_FUNC(0x02203770, void, LGqFCRjpcFjJFbjtKNmHioEhMHIc_ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (LGqFCRjpcFjJFbjtKNmHioEhMHIc * __this, bool param_0001435f, MethodInfo * method)); DO_APP_FUNC(0x02203910, void *, LGqFCRjpcFjJFbjtKNmHioEhMHIc_ewodTMbzJsMxpFFWBiTtwhGjZWyA, (int32_t param_00014360, LGqFCRjpcFjJFbjtKNmHioEhMHIc_pjwCuktgoAHoRuCAkvRgwfAllrwv * param_00014361, void * param_00014362, uint32_t param_00014363, MethodInfo * method)); DO_APP_FUNC(0x022039C0, bool, LGqFCRjpcFjJFbjtKNmHioEhMHIc_jMFCUicDAPHwCeEwbInILkuHdUDzB, (void * param_00014364, MethodInfo * method)); DO_APP_FUNC(0x02203A40, void *, LGqFCRjpcFjJFbjtKNmHioEhMHIc_GvcTMIJUcOMZiTJwDZMaWyIAEBqL, (void * param_00014365, int32_t param_00014366, void * param_00014367, void * param_00014368, MethodInfo * method)); DO_APP_FUNC(0x02203AE0, void, LGqFCRjpcFjJFbjtKNmHioEhMHIc_pjwCuktgoAHoRuCAkvRgwfAllrwv__ctor, (LGqFCRjpcFjJFbjtKNmHioEhMHIc_pjwCuktgoAHoRuCAkvRgwfAllrwv * __this, Object * param_00014369, void * param_0001436a, MethodInfo * method)); DO_APP_FUNC(0x003ED800, void *, LGqFCRjpcFjJFbjtKNmHioEhMHIc_pjwCuktgoAHoRuCAkvRgwfAllrwv_Invoke, (LGqFCRjpcFjJFbjtKNmHioEhMHIc_pjwCuktgoAHoRuCAkvRgwfAllrwv * __this, int32_t nCode, void * wParam, void * lParam, MethodInfo * method)); DO_APP_FUNC(0x02203C10, String *, HwdcKJYUNzsPrXdkXxjkzLoBroNo_BZqhObssxDMDtGJjDBQTXxayuuEP, (String * param_0001436e, MethodInfo * method)); DO_APP_FUNC(0x02203CE0, aHWgfHQFfzeojacNUuWNWbRtoBCi__Enum, HwdcKJYUNzsPrXdkXxjkzLoBroNo_mDpQpFwWObcQIPbJhibPvtsyovSI, (uint32_t param_0001436f, MethodInfo * method)); DO_APP_FUNC(0x02203D00, String *, kRifoHaugYOIVQgpbAYhhKPHxyGy_nPKFCKPBYUGwPmjeWhjKDAWzkTrGb, (uKZrdNmKhYlWXSGMEBBcLOFVDMcG * param_00014370, Guid param_00014371, String * param_00014372, String * param_00014373, MethodInfo * method)); DO_APP_FUNC(0x02203EA0, kRifoHaugYOIVQgpbAYhhKPHxyGy_qGFQKDxZDMBXsOZBvLtFebeXmMHj__Enum, kRifoHaugYOIVQgpbAYhhKPHxyGy_bNbinaIohVHuQtjLJVXMgXQDFHWH, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb__Array * param_00014374, Guid param_00014375, String * param_00014376, String * param_00014377, MethodInfo * method)); DO_APP_FUNC(0x02203FA0, bool, kRifoHaugYOIVQgpbAYhhKPHxyGy_sEqhnJWGKEdmEIhXOFmpIedVYiqPA, (Guid param_00014378, String * param_00014379, String * param_0001437a, MethodInfo * method)); DO_APP_FUNC(0x02204110, bool, kRifoHaugYOIVQgpbAYhhKPHxyGy_sEqhnJWGKEdmEIhXOFmpIedVYiqPA_1, (String * param_0001437b, MethodInfo * method)); DO_APP_FUNC(0x022042B0, void, kRifoHaugYOIVQgpbAYhhKPHxyGy__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, TCRXlPQtHbINhZHaJSiRiOxqgzebA_uemfIjdSKHJykyscRdQiFHdIOROmb, (TCRXlPQtHbINhZHaJSiRiOxqgzebA * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, TCRXlPQtHbINhZHaJSiRiOxqgzebA_NcgdVcDNSiqfvAZAqgeDjcWiOKjRb, (TCRXlPQtHbINhZHaJSiRiOxqgzebA * __this, MethodInfo * method)); DO_APP_FUNC(0x02204CB0, void, TCRXlPQtHbINhZHaJSiRiOxqgzebA__ctor, (TCRXlPQtHbINhZHaJSiRiOxqgzebA * __this, int32_t param_0001437c, int32_t param_0001437d, MethodInfo * method)); DO_APP_FUNC(0x00AC7870, int32_t, SomlXTnRhQJAivORccsYfMDmTfon_izIVdGcaTKiPxUYPtkQeqWpbqVvt, (SomlXTnRhQJAivORccsYfMDmTfon * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07B50, DMTdpOkPdJDUQJGWRYyKbMtKOoSj__Enum, SomlXTnRhQJAivORccsYfMDmTfon_oNxSdhJRmCJduSRacqSMDSQGFxat, (SomlXTnRhQJAivORccsYfMDmTfon * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, void *, SomlXTnRhQJAivORccsYfMDmTfon_srMfjnHbqCmWJbYhXxUYYDxjIVRdb, (SomlXTnRhQJAivORccsYfMDmTfon * __this, MethodInfo * method)); DO_APP_FUNC(0x02204CF0, Boolean__Array *, SomlXTnRhQJAivORccsYfMDmTfon_WoYDXAbUPXDjmOSWwJdVMCAPMalQA, (SomlXTnRhQJAivORccsYfMDmTfon * __this, MethodInfo * method)); DO_APP_FUNC(0x00605860, Int32__Array *, SomlXTnRhQJAivORccsYfMDmTfon_nVEghlgFAHXfhmBzooTCHzKEoASLA, (SomlXTnRhQJAivORccsYfMDmTfon * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3D990, int32_t, SomlXTnRhQJAivORccsYfMDmTfon_yDxQiVsakmOLkUFOjaNunGquEutP, (SomlXTnRhQJAivORccsYfMDmTfon * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D7C0, int32_t, SomlXTnRhQJAivORccsYfMDmTfon_uFNMYHVZOBUtxJXkKHJxuGBIFSghA, (SomlXTnRhQJAivORccsYfMDmTfon * __this, MethodInfo * method)); DO_APP_FUNC(0x018BD840, int32_t, SomlXTnRhQJAivORccsYfMDmTfon_RnlsJjcFUxuhXaahsohgeHIIgEeKA, (SomlXTnRhQJAivORccsYfMDmTfon * __this, MethodInfo * method)); DO_APP_FUNC(0x02204D60, bool, SomlXTnRhQJAivORccsYfMDmTfon_IrZqaPqqMrakdquOYtbIVLQkjDWD, (SomlXTnRhQJAivORccsYfMDmTfon * __this, MethodInfo * method)); DO_APP_FUNC(0x02204D80, bool, SomlXTnRhQJAivORccsYfMDmTfon_wZLeGjsNnNTVRasUKttZJngaHrFp, (SomlXTnRhQJAivORccsYfMDmTfon * __this, MethodInfo * method)); DO_APP_FUNC(0x02204DB0, int32_t, SomlXTnRhQJAivORccsYfMDmTfon_qZvKCycUUPPrZuHyDfhJPmXIGuWl, (SomlXTnRhQJAivORccsYfMDmTfon * __this, MethodInfo * method)); DO_APP_FUNC(0x02204DD0, InputSource__Enum, SomlXTnRhQJAivORccsYfMDmTfon_tJhGvpWMDjgFZWouTgDGlwWuDTWE, (SomlXTnRhQJAivORccsYfMDmTfon * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8DB0, OkuVnnghJpCGVDXlmFhMffmdlBsJA *, SomlXTnRhQJAivORccsYfMDmTfon_hpjSfWSoViKTOPMhTEiysHReBalK, (SomlXTnRhQJAivORccsYfMDmTfon * __this, MethodInfo * method)); DO_APP_FUNC(0x02204DE0, void, SomlXTnRhQJAivORccsYfMDmTfon__ctor, (SomlXTnRhQJAivORccsYfMDmTfon * __this, int32_t param_0001437e, DMTdpOkPdJDUQJGWRYyKbMtKOoSj__Enum param_0001437f, void * param_00014380, uKZrdNmKhYlWXSGMEBBcLOFVDMcG * param_00014381, HIDDeviceDriver * param_00014382, HidOutputReportHandler * param_00014383, MethodInfo * method)); DO_APP_FUNC(0x022050E0, void, SomlXTnRhQJAivORccsYfMDmTfon_zRKKKxhkoOArpcmrZNscrEthKMVOA, (SomlXTnRhQJAivORccsYfMDmTfon * __this, UpdateLoopType__Enum param_00014384, MethodInfo * method)); DO_APP_FUNC(0x022051C0, void, SomlXTnRhQJAivORccsYfMDmTfon_ZFluBrfRAoBaNxgjEXmtuutoBIJC, (SomlXTnRhQJAivORccsYfMDmTfon * __this, MethodInfo * method)); DO_APP_FUNC(0x02205220, void, SomlXTnRhQJAivORccsYfMDmTfon_gFBPMxDHqmAbLMlbViLrIHkBVMEW, (SomlXTnRhQJAivORccsYfMDmTfon * __this, void * param_00014385, int32_t param_00014386, int32_t param_00014387, int32_t param_00014388, double param_00014389, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SomlXTnRhQJAivORccsYfMDmTfon_bAihYoofmpelCJcZdKHRGAxeyiajB, (SomlXTnRhQJAivORccsYfMDmTfon * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SomlXTnRhQJAivORccsYfMDmTfon_aYKnLyJwnQsfPnmCkNcobExbkkeo, (SomlXTnRhQJAivORccsYfMDmTfon * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC7880, void, SomlXTnRhQJAivORccsYfMDmTfon_PiXHSUXWAfbGKhoejMXwApOWIkjp, (SomlXTnRhQJAivORccsYfMDmTfon * __this, int32_t param_0001438a, MethodInfo * method)); DO_APP_FUNC(0x022054B0, void, SomlXTnRhQJAivORccsYfMDmTfon_kZdtnNnvepQNzkTadlposPYFXqDF, (SomlXTnRhQJAivORccsYfMDmTfon * __this, MethodInfo * method)); DO_APP_FUNC(0x02205F30, void, SomlXTnRhQJAivORccsYfMDmTfon_OigKfWVDKSJyYsIOrKMbobMHUegc, (SomlXTnRhQJAivORccsYfMDmTfon * __this, MethodInfo * method)); DO_APP_FUNC(0x02205FF0, void, SomlXTnRhQJAivORccsYfMDmTfon_bsxellhkkqbisfbhBZreCcPSvkTfA, (SomlXTnRhQJAivORccsYfMDmTfon * __this, MethodInfo * method)); DO_APP_FUNC(0x02206130, void, SomlXTnRhQJAivORccsYfMDmTfon_bREaCmyldYGFJfUUZzKzraPGSMtN, (SomlXTnRhQJAivORccsYfMDmTfon * __this, MethodInfo * method)); DO_APP_FUNC(0x022061C0, NJXNwLLrhxyDOSGduoygSsnoYkiK *, SomlXTnRhQJAivORccsYfMDmTfon_KIEqwyiBXAlniAZOvhdtfpMxAewbA, (SomlXTnRhQJAivORccsYfMDmTfon * __this, HIDAxis * param_0001438b, MethodInfo * method)); DO_APP_FUNC(0x02206380, rnwGumBskXMryeokghSZPtEShGNbB *, SomlXTnRhQJAivORccsYfMDmTfon_crUYmzTqWsXbhImSZHFeORRsKHNl, (SomlXTnRhQJAivORccsYfMDmTfon * __this, HIDHat * param_0001438c, MethodInfo * method)); DO_APP_FUNC(0x022064E0, void, SomlXTnRhQJAivORccsYfMDmTfon_ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (SomlXTnRhQJAivORccsYfMDmTfon * __this, bool param_0001438d, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, uKZrdNmKhYlWXSGMEBBcLOFVDMcG *, sqcDTWGUEuOQFWvuXBpzYvEUgbLy_BgimFqYTebpHqGWMHEgeCefhVkgl, (sqcDTWGUEuOQFWvuXBpzYvEUgbLy * __this, MethodInfo * method)); DO_APP_FUNC(0x02206500, String *, sqcDTWGUEuOQFWvuXBpzYvEUgbLy_BorRHwhuBiTvRZMdtgCGkDFayqbW, (sqcDTWGUEuOQFWvuXBpzYvEUgbLy * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, sqcDTWGUEuOQFWvuXBpzYvEUgbLy_azSCfikvsSTPlfZCRzBxezEuSPHAA, (sqcDTWGUEuOQFWvuXBpzYvEUgbLy * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, sqcDTWGUEuOQFWvuXBpzYvEUgbLy_aCvLNldqDoPkRMLcsDAIUWASDkQD, (sqcDTWGUEuOQFWvuXBpzYvEUgbLy * __this, MethodInfo * method)); DO_APP_FUNC(0x01097D80, Guid, sqcDTWGUEuOQFWvuXBpzYvEUgbLy_pXJIvseAMVvmANrupszHbWGUCxQQ, (sqcDTWGUEuOQFWvuXBpzYvEUgbLy * __this, MethodInfo * method)); DO_APP_FUNC(0x01A20C60, Guid, sqcDTWGUEuOQFWvuXBpzYvEUgbLy_KCWXtCNmyaBAVNVKiwamZbSfRlcg, (sqcDTWGUEuOQFWvuXBpzYvEUgbLy * __this, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, DeviceType__Enum_1, sqcDTWGUEuOQFWvuXBpzYvEUgbLy_qswRDPqPXxjxZTkaZbOVZAojugCF, (sqcDTWGUEuOQFWvuXBpzYvEUgbLy * __this, MethodInfo * method)); DO_APP_FUNC(0x02206640, bool, sqcDTWGUEuOQFWvuXBpzYvEUgbLy_NzimPcZjjJRxCAkLSbXhBpIIpebY, (sqcDTWGUEuOQFWvuXBpzYvEUgbLy * __this, MethodInfo * method)); DO_APP_FUNC(0x02206690, String *, sqcDTWGUEuOQFWvuXBpzYvEUgbLy_yARcrahMnpbQNvAFehnEYkHcMbUnA, (sqcDTWGUEuOQFWvuXBpzYvEUgbLy * __this, MethodInfo * method)); DO_APP_FUNC(0x022066E0, String *, sqcDTWGUEuOQFWvuXBpzYvEUgbLy_PeVeCAmPjSlEAfSjxCxIVmTMHyOe, (sqcDTWGUEuOQFWvuXBpzYvEUgbLy * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, HIDDeviceDriver *, sqcDTWGUEuOQFWvuXBpzYvEUgbLy_qhdIFsuNTJOelgMlDIsOpcILzzFc, (sqcDTWGUEuOQFWvuXBpzYvEUgbLy * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, Controller_Extension *, sqcDTWGUEuOQFWvuXBpzYvEUgbLy_jHLchiBhIAwoDQnheKsBNdcFPbicA, (sqcDTWGUEuOQFWvuXBpzYvEUgbLy * __this, MethodInfo * method)); DO_APP_FUNC(0x02206830, bool, sqcDTWGUEuOQFWvuXBpzYvEUgbLy_PihkTuBwuXLwjuwNhMStzVhfwlQV, (sqcDTWGUEuOQFWvuXBpzYvEUgbLy * __this, MethodInfo * method)); DO_APP_FUNC(0x02206840, void, sqcDTWGUEuOQFWvuXBpzYvEUgbLy__ctor, (sqcDTWGUEuOQFWvuXBpzYvEUgbLy * __this, uKZrdNmKhYlWXSGMEBBcLOFVDMcG * param_0001438e, MethodInfo * method)); DO_APP_FUNC(0x02206A90, void, sqcDTWGUEuOQFWvuXBpzYvEUgbLy_zRKKKxhkoOArpcmrZNscrEthKMVOA, (sqcDTWGUEuOQFWvuXBpzYvEUgbLy * __this, UpdateLoopType__Enum param_0001438f, MethodInfo * method)); DO_APP_FUNC(0x02206AB0, void, sqcDTWGUEuOQFWvuXBpzYvEUgbLy_Dispose, (sqcDTWGUEuOQFWvuXBpzYvEUgbLy * __this, MethodInfo * method)); DO_APP_FUNC(0x02206B20, void, sqcDTWGUEuOQFWvuXBpzYvEUgbLy_koAztZrcZLyuMlaqoUCpAMQQIsgb, (sqcDTWGUEuOQFWvuXBpzYvEUgbLy * __this, MethodInfo * method)); DO_APP_FUNC(0x02206B70, void, sqcDTWGUEuOQFWvuXBpzYvEUgbLy_ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (sqcDTWGUEuOQFWvuXBpzYvEUgbLy * __this, bool param_00014390, MethodInfo * method)); DO_APP_FUNC(0x02206C40, DeviceType__Enum_1, sqcDTWGUEuOQFWvuXBpzYvEUgbLy_TpSMKFjKDGGDdtNwrmRTTaZxsjMv, (uint16_t param_00014391, uint16_t param_00014392, MethodInfo * method)); DO_APP_FUNC(0x02206CB0, void, LvZCVPtmcvoJGRjIDMmnLaqjtTcQ__ctor, (LvZCVPtmcvoJGRjIDMmnLaqjtTcQ * __this, uint8_t param_00014393, uint16_t param_00014394, uint16_t param_00014395, int32_t param_00014396, int32_t param_00014397, MethodInfo * method)); DO_APP_FUNC(0x02206CD0, int32_t, NJXNwLLrhxyDOSGduoygSsnoYkiK_GKidjwLhFoBHLgFthAlBZilHIxV, (NJXNwLLrhxyDOSGduoygSsnoYkiK * __this, MethodInfo * method)); DO_APP_FUNC(0x02206DC0, void, NJXNwLLrhxyDOSGduoygSsnoYkiK__ctor, (NJXNwLLrhxyDOSGduoygSsnoYkiK * __this, uint8_t param_00014398, uint16_t param_00014399, uint16_t param_0001439a, int32_t param_0001439b, int32_t param_0001439c, int32_t param_0001439d, int32_t param_0001439e, int32_t param_0001439f, int32_t param_000143a0, uint32_t param_000143a1, uint32_t param_000143a2, int32_t param_000143a3, bool param_000143a4, MethodInfo * method)); DO_APP_FUNC(0x02206F40, void, NJXNwLLrhxyDOSGduoygSsnoYkiK_IqeirVCUUEJhXFQOWXCdOtBiFkPb, (NJXNwLLrhxyDOSGduoygSsnoYkiK * __this, MethodInfo * method)); DO_APP_FUNC(0x02206F50, float, NJXNwLLrhxyDOSGduoygSsnoYkiK_BojrNhmUmNQCJbPpbZbLIGqMKedw, (float param_000143a5, float param_000143a6, float param_000143a7, float param_000143a8, float param_000143a9, MethodInfo * method)); DO_APP_FUNC(0x02206FF0, void, NJXNwLLrhxyDOSGduoygSsnoYkiK_tLldcFFYzyBbQoYtXVWIbpVqjQLyA, (NJXNwLLrhxyDOSGduoygSsnoYkiK * __this, MethodInfo * method)); DO_APP_FUNC(0x02207030, int32_t, rnwGumBskXMryeokghSZPtEShGNbB_GKidjwLhFoBHLgFthAlBZilHIxV, (rnwGumBskXMryeokghSZPtEShGNbB * __this, MethodInfo * method)); DO_APP_FUNC(0x02207080, void, rnwGumBskXMryeokghSZPtEShGNbB__ctor, (rnwGumBskXMryeokghSZPtEShGNbB * __this, uint8_t param_000143aa, uint16_t param_000143ab, uint16_t param_000143ac, int32_t param_000143ad, int32_t param_000143ae, int32_t param_000143af, int32_t param_000143b0, int32_t param_000143b1, int32_t param_000143b2, uint32_t param_000143b3, uint32_t param_000143b4, int32_t param_000143b5, MethodInfo * method)); DO_APP_FUNC(0x02207110, void, rnwGumBskXMryeokghSZPtEShGNbB_IqeirVCUUEJhXFQOWXCdOtBiFkPb, (rnwGumBskXMryeokghSZPtEShGNbB * __this, MethodInfo * method)); DO_APP_FUNC(0x02207120, void, MlYCrDknvgzHIeLWriwQBruRJPKAb_VNubIxxpewOOHdNDHykqGjYFHaFy, (MlYCrDknvgzHIeLWriwQBruRJPKAb * __this, MethodInfo * method)); DO_APP_FUNC(0x02207190, String *, MlYCrDknvgzHIeLWriwQBruRJPKAb_LVmcPOeqeDbqbgLicgjuWNFJdAuo, (MlYCrDknvgzHIeLWriwQBruRJPKAb * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MlYCrDknvgzHIeLWriwQBruRJPKAb__ctor, (MlYCrDknvgzHIeLWriwQBruRJPKAb * __this, MethodInfo * method)); DO_APP_FUNC(0x02207260, void, dizNapQvKwuvFnHArdMGFroDLpMDb_iGlRenjOWJphMVhzZUqICzDnNZft, (dizNapQvKwuvFnHArdMGFroDLpMDb * __this, fsRiDBEERnIQlMGEHJRgRRiEbYqF * param_000143bd, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, dizNapQvKwuvFnHArdMGFroDLpMDb__ctor, (dizNapQvKwuvFnHArdMGFroDLpMDb * __this, MethodInfo * method)); DO_APP_FUNC(0x02207340, void, AdxpHlVvHbUFAoIBbwQQELBqZvLB_iGlRenjOWJphMVhzZUqICzDnNZft, (AdxpHlVvHbUFAoIBbwQQELBqZvLB * __this, KGpfpVumzcziOxJRZbURZTEAJARe * param_000143be, MethodInfo * method)); DO_APP_FUNC(0x02207420, String *, AdxpHlVvHbUFAoIBbwQQELBqZvLB_LVmcPOeqeDbqbgLicgjuWNFJdAuo, (AdxpHlVvHbUFAoIBbwQQELBqZvLB * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AdxpHlVvHbUFAoIBbwQQELBqZvLB__ctor, (AdxpHlVvHbUFAoIBbwQQELBqZvLB * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC7870, int32_t, VmygOaZMePMYixMwHDTZwiDTgTwx_izIVdGcaTKiPxUYPtkQeqWpbqVvt, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07B50, DMTdpOkPdJDUQJGWRYyKbMtKOoSj__Enum, VmygOaZMePMYixMwHDTZwiDTgTwx_oNxSdhJRmCJduSRacqSMDSQGFxat, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, void *, VmygOaZMePMYixMwHDTZwiDTgTwx_srMfjnHbqCmWJbYhXxUYYDxjIVRdb, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, MethodInfo * method)); DO_APP_FUNC(0x02207740, Boolean__Array *, VmygOaZMePMYixMwHDTZwiDTgTwx_WoYDXAbUPXDjmOSWwJdVMCAPMalQA, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF700, Int32__Array *, VmygOaZMePMYixMwHDTZwiDTgTwx_nVEghlgFAHXfhmBzooTCHzKEoASLA, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E7E0, int32_t, VmygOaZMePMYixMwHDTZwiDTgTwx_yDxQiVsakmOLkUFOjaNunGquEutP, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3E180, int32_t, VmygOaZMePMYixMwHDTZwiDTgTwx_uFNMYHVZOBUtxJXkKHJxuGBIFSghA, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3D710, int32_t, VmygOaZMePMYixMwHDTZwiDTgTwx_RnlsJjcFUxuhXaahsohgeHIIgEeKA, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, MethodInfo * method)); DO_APP_FUNC(0x022077B0, bool, VmygOaZMePMYixMwHDTZwiDTgTwx_IrZqaPqqMrakdquOYtbIVLQkjDWD, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, VmygOaZMePMYixMwHDTZwiDTgTwx_wZLeGjsNnNTVRasUKttZJngaHrFp, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, VmygOaZMePMYixMwHDTZwiDTgTwx_qZvKCycUUPPrZuHyDfhJPmXIGuWl, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, MethodInfo * method)); DO_APP_FUNC(0x011B8EF0, InputSource__Enum, VmygOaZMePMYixMwHDTZwiDTgTwx_tJhGvpWMDjgFZWouTgDGlwWuDTWE, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, MethodInfo * method)); DO_APP_FUNC(0x009E4000, OkuVnnghJpCGVDXlmFhMffmdlBsJA *, VmygOaZMePMYixMwHDTZwiDTgTwx_hpjSfWSoViKTOPMhTEiysHReBalK, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, MethodInfo * method)); DO_APP_FUNC(0x022077D0, void, VmygOaZMePMYixMwHDTZwiDTgTwx__ctor, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, int32_t param_000143bf, DMTdpOkPdJDUQJGWRYyKbMtKOoSj__Enum param_000143c0, void * param_000143c1, uKZrdNmKhYlWXSGMEBBcLOFVDMcG * param_000143c2, MethodInfo * method)); DO_APP_FUNC(0x02207E10, void, VmygOaZMePMYixMwHDTZwiDTgTwx_gFBPMxDHqmAbLMlbViLrIHkBVMEW, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, void * param_000143c3, int32_t param_000143c4, int32_t param_000143c5, int32_t param_000143c6, double param_000143c7, MethodInfo * method)); DO_APP_FUNC(0x02208290, void, VmygOaZMePMYixMwHDTZwiDTgTwx_zRKKKxhkoOArpcmrZNscrEthKMVOA, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, UpdateLoopType__Enum param_000143c8, MethodInfo * method)); DO_APP_FUNC(0x02208330, void, VmygOaZMePMYixMwHDTZwiDTgTwx_ZFluBrfRAoBaNxgjEXmtuutoBIJC, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VmygOaZMePMYixMwHDTZwiDTgTwx_bAihYoofmpelCJcZdKHRGAxeyiajB, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VmygOaZMePMYixMwHDTZwiDTgTwx_aYKnLyJwnQsfPnmCkNcobExbkkeo, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC7880, void, VmygOaZMePMYixMwHDTZwiDTgTwx_PiXHSUXWAfbGKhoejMXwApOWIkjp, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, int32_t param_000143c9, MethodInfo * method)); DO_APP_FUNC(0x02208390, void, VmygOaZMePMYixMwHDTZwiDTgTwx_kZdtnNnvepQNzkTadlposPYFXqDF, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, MethodInfo * method)); DO_APP_FUNC(0x02209750, void, VmygOaZMePMYixMwHDTZwiDTgTwx_OigKfWVDKSJyYsIOrKMbobMHUegc, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, void * param_000143ca, int32_t param_000143cb, void * param_000143cc, uint8_t param_000143cd, double param_000143ce, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97FA0, VmygOaZMePMYixMwHDTZwiDTgTwx_OigKfWVDKSJyYsIOrKMbobMHUegc__MethodInfo); DO_APP_FUNC(0x02209B10, void, VmygOaZMePMYixMwHDTZwiDTgTwx_DtZxluvGULhDnZkYxshhgLPSfZrv, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * param_000143cf, void * param_000143d0, int32_t param_000143d1, void * param_000143d2, uint8_t param_000143d3, double param_000143d4, MethodInfo * method)); DO_APP_FUNC(0x02209E80, void, VmygOaZMePMYixMwHDTZwiDTgTwx_FdjjSFwZOCGRCLcMJrBOxPKpCsFQ, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * param_000143d5, int32_t param_000143d6, VmygOaZMePMYixMwHDTZwiDTgTwx_BOxQKWlqJkCqZgYbdmKoWcSioOHg * param_000143d7, int32_t param_000143d8, uint16_t param_000143d9, void * param_000143da, void * param_000143db, int32_t param_000143dc, MethodInfo * method)); DO_APP_FUNC(0x0220A240, bool, VmygOaZMePMYixMwHDTZwiDTgTwx_MGMqoYHyfMHyfeXKNUOszNYxwWxI, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * param_000143dd, xPRgcRKBLoHYedzPQnPxbmJxtbbAb * param_000143de, int32_t param_000143df, uint32_t * param_000143e0, MethodInfo * method)); DO_APP_FUNC(0x0220A340, bool, VmygOaZMePMYixMwHDTZwiDTgTwx_HfoPVPwiHnDdOHanoklNfTMzgkwT, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, xPRgcRKBLoHYedzPQnPxbmJxtbbAb * param_000143e1, int32_t param_000143e2, void * param_000143e3, void * param_000143e4, uint16_t param_000143e5, int32_t param_000143e6, int32_t param_000143e7, void * param_000143e8, MethodInfo * method)); DO_APP_FUNC(0x0220A480, bool, VmygOaZMePMYixMwHDTZwiDTgTwx_vDcTrYSTuBIdVBMHYJcdceqDfDXgA, (void * param_000143e9, int32_t param_000143ea, void * param_000143eb, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * param_000143ec, NativeBuffer * param_000143ed, MethodInfo * method)); DO_APP_FUNC(0x0220A740, void, VmygOaZMePMYixMwHDTZwiDTgTwx_AMDSdQIgpeSiOkjtbZOmLQyLKRwN, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, int32_t param_000143ee, uint16_t param_000143ef, uint16_t param_000143f0, uint32_t param_000143f1, int32_t param_000143f2, int32_t param_000143f3, MethodInfo * method)); DO_APP_FUNC(0x0220A810, void, VmygOaZMePMYixMwHDTZwiDTgTwx_pFinJLBZyjGTFLBKpQFEAUPPOxcw, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, int32_t param_000143f4, uint16_t param_000143f5, uint16_t param_000143f6, int32_t param_000143f7, uint16_t param_000143f8, void * param_000143f9, int32_t param_000143fa, uint16_t param_000143fb, MethodInfo * method)); DO_APP_FUNC(0x0220AAD0, void, VmygOaZMePMYixMwHDTZwiDTgTwx_HiDeXnJShdkOIDEMqmxLzqZGZIzL, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, int32_t param_000143fc, uint16_t param_000143fd, uint16_t param_000143fe, int32_t param_000143ff, int32_t param_00014400, uint32_t param_00014401, MethodInfo * method)); DO_APP_FUNC(0x0220AB70, void, VmygOaZMePMYixMwHDTZwiDTgTwx_vHDBmXpHNHyMENOtxodXQSlfUgJR, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, int32_t param_00014402, uint16_t param_00014403, uint16_t param_00014404, int32_t param_00014405, int32_t param_00014406, uint32_t param_00014407, MethodInfo * method)); DO_APP_FUNC(0x0220AC10, void, VmygOaZMePMYixMwHDTZwiDTgTwx_fUZGWvWOcBRWVMTwoFhJDeuQFtXDA, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, void * param_00014408, int32_t param_00014409, int32_t param_0001440a, double param_0001440b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C981C8, VmygOaZMePMYixMwHDTZwiDTgTwx_fUZGWvWOcBRWVMTwoFhJDeuQFtXDA__MethodInfo); DO_APP_FUNC(0x0220AC40, void, VmygOaZMePMYixMwHDTZwiDTgTwx_ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, bool param_0001440c, MethodInfo * method)); DO_APP_FUNC(0x0220AD10, LvZCVPtmcvoJGRjIDMmnLaqjtTcQ *, VmygOaZMePMYixMwHDTZwiDTgTwx_UbhFqOihFozqfqbpqmHmRGYalPPl, (List_1_NJXNwLLrhxyDOSGduoygSsnoYkiK_ * param_0001440d, List_1_rnwGumBskXMryeokghSZPtEShGNbB_ * param_0001440e, ZemgRaVLtbvyLNdCEKfootiqlVcK * param_0001440f, xPRgcRKBLoHYedzPQnPxbmJxtbbAb * param_00014410, uint16_t param_00014411, bool param_00014412, int32_t param_00014413, int32_t param_00014414, MethodInfo * method)); DO_APP_FUNC(0x0220B090, LvZCVPtmcvoJGRjIDMmnLaqjtTcQ *, VmygOaZMePMYixMwHDTZwiDTgTwx_vLlGYnOHfrSPvPxfpXyObihDsSdG, (VmygOaZMePMYixMwHDTZwiDTgTwx * __this, VmygOaZMePMYixMwHDTZwiDTgTwx_KSREqnFwehoxndHZqHzDjWxKkJsRA__Array * param_00014415, int32_t param_00014416, int32_t param_00014417, int32_t param_00014418, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, VmygOaZMePMYixMwHDTZwiDTgTwx_ynkBgOqbpMPRxusAAQsgHOtlPSzd__ctor, (VmygOaZMePMYixMwHDTZwiDTgTwx_ynkBgOqbpMPRxusAAQsgHOtlPSzd * __this, ORTGfyrtizZvDeIlwUvooZaSkBIl * param_00014419, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, VmygOaZMePMYixMwHDTZwiDTgTwx_BOxQKWlqJkCqZgYbdmKoWcSioOHg__ctor, (VmygOaZMePMYixMwHDTZwiDTgTwx_BOxQKWlqJkCqZgYbdmKoWcSioOHg * __this, xPRgcRKBLoHYedzPQnPxbmJxtbbAb * param_0001441a, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, VmygOaZMePMYixMwHDTZwiDTgTwx_KSREqnFwehoxndHZqHzDjWxKkJsRA__ctor, (VmygOaZMePMYixMwHDTZwiDTgTwx_KSREqnFwehoxndHZqHzDjWxKkJsRA * __this, bool param_0001441b, MethodInfo * method)); DO_APP_FUNC(0x0220B210, void, VmygOaZMePMYixMwHDTZwiDTgTwx_HkfGopCVHlqTtIiiKwpaEmRfyeLK__ctor, (VmygOaZMePMYixMwHDTZwiDTgTwx_HkfGopCVHlqTtIiiKwpaEmRfyeLK * __this, int32_t param_0001441c, MethodInfo * method)); DO_APP_FUNC(0x0220B2B0, void, VmygOaZMePMYixMwHDTZwiDTgTwx_iLazXnUUNokTZZmllhciMxhlGpmfA__ctor, (VmygOaZMePMYixMwHDTZwiDTgTwx_iLazXnUUNokTZZmllhciMxhlGpmfA * __this, int32_t param_0001441d, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OkuVnnghJpCGVDXlmFhMffmdlBsJA__ctor, (OkuVnnghJpCGVDXlmFhMffmdlBsJA * __this, MethodInfo * method)); DO_APP_FUNC(0x0220B350, void, LVmAHFBIGiDNZezbQNgpMBjcWLmOA__ctor, (LVmAHFBIGiDNZezbQNgpMBjcWLmOA * __this, MethodInfo * method)); DO_APP_FUNC(0x0220B420, void, LVmAHFBIGiDNZezbQNgpMBjcWLmOA_QeHDexfDITwmKVArvOyoYkehfsCZA, (LVmAHFBIGiDNZezbQNgpMBjcWLmOA * __this, NJXNwLLrhxyDOSGduoygSsnoYkiK * param_0001441f, MethodInfo * method)); DO_APP_FUNC(0x0220B480, float, LVmAHFBIGiDNZezbQNgpMBjcWLmOA_llRJkCMrCfgBMwkiUoMjwPMOqdgh, (LVmAHFBIGiDNZezbQNgpMBjcWLmOA * __this, int32_t param_00014420, MethodInfo * method)); DO_APP_FUNC(0x0220B560, int32_t, LVmAHFBIGiDNZezbQNgpMBjcWLmOA_TeyPPcHvQqPvGHHeagwtGFxQLOvfb, (LVmAHFBIGiDNZezbQNgpMBjcWLmOA * __this, int32_t param_00014421, MethodInfo * method)); DO_APP_FUNC(0x0220B5B0, void, LVmAHFBIGiDNZezbQNgpMBjcWLmOA_eLOzLwqDzeUACIJmlbiniMtstxiJA, (LVmAHFBIGiDNZezbQNgpMBjcWLmOA * __this, MethodInfo * method)); DO_APP_FUNC(0x021D4D50, float, LVmAHFBIGiDNZezbQNgpMBjcWLmOA_WBTydUTpGhZAhZjalHMpfRTNIiaf, (LVmAHFBIGiDNZezbQNgpMBjcWLmOA * __this, int32_t param_00014422, MethodInfo * method)); DO_APP_FUNC(0x0220B6C0, int32_t, ZemgRaVLtbvyLNdCEKfootiqlVcK_hPwGDKjCWhCVyVrnJTgNsVwRxnlbA, (ZemgRaVLtbvyLNdCEKfootiqlVcK * __this, MethodInfo * method)); DO_APP_FUNC(0x0220B6E0, void, ZemgRaVLtbvyLNdCEKfootiqlVcK__ctor, (ZemgRaVLtbvyLNdCEKfootiqlVcK * __this, MethodInfo * method)); DO_APP_FUNC(0x0220B820, void, ZemgRaVLtbvyLNdCEKfootiqlVcK_QeHDexfDITwmKVArvOyoYkehfsCZA, (ZemgRaVLtbvyLNdCEKfootiqlVcK * __this, NJXNwLLrhxyDOSGduoygSsnoYkiK * param_00014423, MethodInfo * method)); DO_APP_FUNC(0x0220BA60, int32_t, ZemgRaVLtbvyLNdCEKfootiqlVcK_llRJkCMrCfgBMwkiUoMjwPMOqdgh, (ZemgRaVLtbvyLNdCEKfootiqlVcK * __this, RawInputAxis__Enum param_00014424, int32_t param_00014425, MethodInfo * method)); DO_APP_FUNC(0x0220BC10, void, ZemgRaVLtbvyLNdCEKfootiqlVcK_eLOzLwqDzeUACIJmlbiniMtstxiJA, (ZemgRaVLtbvyLNdCEKfootiqlVcK * __this, MethodInfo * method)); DO_APP_FUNC(0x0220BD20, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA__ctor, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, ConfigVars * param_00014426, bool param_00014427, bool param_00014428, mnnDsnejpZEXCYBwEaOUubxgEUzu * param_00014429, AJsmGXHTskPzBiTBDSfAEVsAgBQd * param_0001442a, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_mLmttQFKcYPulxEbnzmZITaDjtbR, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x0220CF90, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_TwowxOnMkpWPSTGkrcLysXtUlYyc, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x0220D120, bool, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_zInCqxfUVLLeAfSITMTKnLdgINwab, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C968A0, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_zInCqxfUVLLeAfSITMTKnLdgINwab__MethodInfo); DO_APP_FUNC(0x0220D260, bool, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_ZrTeRFbcxuFIqMhFjcqKEZpeQEGKb, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x0220D290, bool, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tSFVLmnmpYWlQlmcsibipmDxFVLL, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x0220D2E0, bool, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_lRqmdjbHOkiDZoWoldaKavbZjAtB, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, bool param_0001442b, MethodInfo * method)); DO_APP_FUNC(0x0220D2F0, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_add_DeviceChangedEvent, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, Action * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C544B0, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_add_DeviceChangedEvent__MethodInfo); DO_APP_FUNC(0x0220D340, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_remove_DeviceChangedEvent, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, Action * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C544B8, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_remove_DeviceChangedEvent__MethodInfo); DO_APP_FUNC(0x0220D390, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_SystemDeviceDisconnected, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x0220D390, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_SystemDeviceConnected, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x0220D3A0, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_Update, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x0220D480, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_UpdateDevices, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, UpdateLoopType__Enum updateLoop, MethodInfo * method)); DO_APP_FUNC(0x0220D560, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_UpdateFinished, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x0220D640, List_1_znMZhiOLtznjGEIVUrVliWSuIivu_ *, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_TgjVInyMZERLnrFJsOrJamncrlIn, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, bool param_0001442f, MethodInfo * method)); DO_APP_FUNC(0x0220DDD0, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_yFImYjAqRxBPEZMejNfRNACvewtK, (List_1_znMZhiOLtznjGEIVUrVliWSuIivu_ * * param_00014430, List_1_znMZhiOLtznjGEIVUrVliWSuIivu_ * param_00014431, MethodInfo * method)); DO_APP_FUNC(0x0220E3F0, znMZhiOLtznjGEIVUrVliWSuIivu *, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_YYJzNPKEXAxhfAdixlXIrGCykalT, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, void * param_00014432, YGRBAcfQwvGWVUaYYJtDYIzQnxML * param_00014433, IList_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * param_00014434, List_1_System_String_ * param_00014435, int32_t param_00014436, MethodInfo * method)); DO_APP_FUNC(0x0220E8F0, znMZhiOLtznjGEIVUrVliWSuIivu *, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_aSEqwGfwhyGhDNSvJLpTkvYubsAQ, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb param_00014437, int32_t param_00014438, MethodInfo * method)); DO_APP_FUNC(0x0220EB20, znMZhiOLtznjGEIVUrVliWSuIivu *, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_NzENlxBicHHfwhbEyvVuibaOubHmA, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, DMTdpOkPdJDUQJGWRYyKbMtKOoSj__Enum param_00014439, uKZrdNmKhYlWXSGMEBBcLOFVDMcG * param_0001443a, void * param_0001443b, uint16_t param_0001443c, uint16_t param_0001443d, int32_t param_0001443e, MethodInfo * method)); DO_APP_FUNC(0x0220EDC0, bool, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_YNZxVzhrDZSrzWGokEwhNQVqWnjH, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, uint16_t param_0001443f, uint16_t param_00014440, MethodInfo * method)); DO_APP_FUNC(0x0220EEF0, int32_t, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_aFtBHBIURdTIuVRohqPhdhcmchHQA, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x0220EFA0, int32_t, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_nZNpCwKQEDJASqrfeqZMnYhgoZoq, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x0220F030, znMZhiOLtznjGEIVUrVliWSuIivu *, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_urYEtjrtcDArqXthNPTUrArAobFW, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, DMTdpOkPdJDUQJGWRYyKbMtKOoSj__Enum param_00014441, void * param_00014442, int32_t param_00014443, uKZrdNmKhYlWXSGMEBBcLOFVDMcG * param_00014444, List_1_znMZhiOLtznjGEIVUrVliWSuIivu_ * param_00014445, bool param_00014446, MethodInfo * method)); DO_APP_FUNC(0x0220FF80, znMZhiOLtznjGEIVUrVliWSuIivu *, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_BjszJCjMvjvocbSLivGdTmhbzGuJ, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, DMTdpOkPdJDUQJGWRYyKbMtKOoSj__Enum param_00014447, void * param_00014448, MethodInfo * method)); DO_APP_FUNC(0x022100B0, int32_t, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_cqbqforPUOKfyOGlsPzmSsXTrnRR, (znMZhiOLtznjGEIVUrVliWSuIivu * param_00014449, znMZhiOLtznjGEIVUrVliWSuIivu * param_0001444a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54328, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_cqbqforPUOKfyOGlsPzmSsXTrnRR__MethodInfo); DO_APP_FUNC(0x02210280, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_dlQCxZHyRguEnkIdqKttynrwEvjbA, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x022103B0, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_xtDDwEaKDGMPVChdKLaECIfqgFOBB, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x02210490, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_uXUlkfEQpNotDqLRNjcKknkLomFR, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x022107C0, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_OJsDXyCTlzbPXLWcrxCBHQcjBGkDb, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x02210A80, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_dmFXVxruYPLKSfPhBKlrQhkLjMXdA, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x02210BF0, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_zbVKpIFBCDwVJFqEXILkHwuLFZXp, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x02210CB0, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_yJFgULdhbdEGzIFbFpAlWqxOKInRb, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x02210F60, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_WTBDNCINsszrlttJQLtiWtfxXMxIA, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, void * param_0001444b, MethodInfo * method)); DO_APP_FUNC(0x02210FF0, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_fMgZbaQbsGJaAvKeQTKPyrDoWjTv, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x02211060, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_JKxGyLcedOUmHoAUvKfCgljCeHgyB, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x022111C0, bool, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_KRSUgNkIOyoPDuJXCamEklXQyYlF, (TCRXlPQtHbINhZHaJSiRiOxqgzebA * param_0001444c, uint32_t * param_0001444d, MethodInfo * method)); DO_APP_FUNC(0x022112E0, bool, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_KUTkSiuQmMwNIGWcDWyBGCxITsCG, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, ControllerType__Enum param_0001444e, TCRXlPQtHbINhZHaJSiRiOxqgzebA * param_0001444f, uint32_t param_00014450, void * * param_00014451, MethodInfo * method)); DO_APP_FUNC(0x02211400, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_xRkEtGLLoXpUzhdSDOyOZveUWqnd, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, void * param_00014452, MethodInfo * method)); DO_APP_FUNC(0x02211480, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_SDuobizFYAYTBfvNBGQQJTHPowiH, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x02211490, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_ZqhCOlqJCRCUKFSmkceRCPKcUMypA, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x022115F0, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_ELqCDnnspfdhBZXCnzroesKaTqUj, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x02211630, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_SVwUziquhGrZxuduBtjKsIxENPmu, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x022118E0, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_rMouzHCLBWJQltreuKhtWNnoDWkgA, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x02211A20, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_ZiRVrdGEzwXynRGkbxDdbsvipLpS, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x022122C0, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_izcDbdDcVXBxvIIgFOEduyOwqEHfA, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x02212B60, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_QrXFebqXXbAVDTTdwPeoJOGaSwyf, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, ZMqjCYehEKqIQMMhejVBKtVTTPMf_tkPDljFlUTWCqmeHEUtBSxPpHDmqA * param_00014453, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C541E0, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_QrXFebqXXbAVDTTdwPeoJOGaSwyf__MethodInfo); DO_APP_FUNC(0x02212D30, ZMqjCYehEKqIQMMhejVBKtVTTPMf *, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_LItLTAzgixUuivOfwNtjVivrcpSEA, (ZMqjCYehEKqIQMMhejVBKtVTTPMf_tkPDljFlUTWCqmeHEUtBSxPpHDmqA * param_00014454, MethodInfo * method)); DO_APP_FUNC(0x02212E40, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_oqMbgaksbBHSmzoSbfYmpxJZXJIAA, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x022133D0, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_TNKbnwZnqaGiRBQDGdETghYOFHEfA, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x02213630, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_gamhKnXvKqVvgvgunEpKeBsqBnBD, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, bool param_00014455, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54460, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_gamhKnXvKqVvgvgunEpKeBsqBnBD__MethodInfo); DO_APP_FUNC(0x02213670, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_sebUdMxnMBIyJcHlZmDBJWPhpossB, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, FullScreenMode__Enum param_00014456, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C544F0, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_sebUdMxnMBIyJcHlZmDBJWPhpossB__MethodInfo); DO_APP_FUNC(0x022137F0, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_lCxnptdmiFeeVFpFePQlrtFLaKteb, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, void * param_00014457, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C544E0, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_lCxnptdmiFeeVFpFePQlrtFLaKteb__MethodInfo); DO_APP_FUNC(0x02213830, void *, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_ufXhCfVwREvFzeIKHBjAtIunzaCc, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, void * param_00014458, uint32_t param_00014459, void * param_0001445a, void * param_0001445b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C544F8, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_ufXhCfVwREvFzeIKHBjAtIunzaCc__MethodInfo); DO_APP_FUNC(0x02059570, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_SoEMyWpuhBQSGgNeEfVoDSzylkrPA, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, Action * param_0001445c, bool param_0001445d, MethodInfo * method)); DO_APP_FUNC(0x022138E0, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_qaJEHBZmGNHXWaVQItIGQgXZgArVA, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, HAtiKZlBnjTWOWEtNgXBPPGKUhuP param_0001445e, double param_0001445f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54208, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_qaJEHBZmGNHXWaVQItIGQgXZgArVA__MethodInfo); DO_APP_FUNC(0x02213B00, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_kFFjJaCRYXxmJvSbuZiIsleuuMWcA, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, fsRiDBEERnIQlMGEHJRgRRiEbYqF param_00014460, double param_00014461, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54260, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_kFFjJaCRYXxmJvSbuZiIsleuuMWcA__MethodInfo); DO_APP_FUNC(0x02213C20, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_ADDbwiNjpjkonrTxbKjUIneLYJxJ, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, dizNapQvKwuvFnHArdMGFroDLpMDb * param_00014462, double param_00014463, MethodInfo * method)); DO_APP_FUNC(0x02213C50, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_UXbSrpzFMxFCHZkgHXwdsVzfXAjb, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, KGpfpVumzcziOxJRZbURZTEAJARe param_00014464, double param_00014465, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54258, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_UXbSrpzFMxFCHZkgHXwdsVzfXAjb__MethodInfo); DO_APP_FUNC(0x02213D60, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_NaKRaUqEduOzrLjVerSyyajTJpKS, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, AdxpHlVvHbUFAoIBbwQQELBqZvLB * param_00014466, double param_00014467, MethodInfo * method)); DO_APP_FUNC(0x02213D90, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_EmKxCoDZowoQwDceBPXxQVEQlqzG, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, void * param_00014468, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54250, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_EmKxCoDZowoQwDceBPXxQVEQlqzG__MethodInfo); DO_APP_FUNC(0x02213D90, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_DAogfwlHxBhSrODcKhQdhuCebwRM, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54248, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_DAogfwlHxBhSrODcKhQdhuCebwRM__MethodInfo); DO_APP_FUNC(0x02213DA0, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_Dispose, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x02213E10, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_koAztZrcZLyuMlaqoUCpAMQQIsgb, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x02213E60, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, bool param_00014469, MethodInfo * method)); DO_APP_FUNC(0x02214650, bool, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_NYDcBdCvbTpQZDtHFKHIIOFXDWsYA, (eVXRkvwNiDDgOEqoJybjZlbHcejCA__Enum param_0001446a, int32_t * param_0001446b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54210, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_NYDcBdCvbTpQZDtHFKHIIOFXDWsYA__MethodInfo); DO_APP_FUNC(0x02214A80, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02214CD0, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_hUpdaoQEbllsRpmCLDhzWcFrDjOHA__ctor, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_hUpdaoQEbllsRpmCLDhzWcFrDjOHA * __this, uint16_t param_0001446c, uint16_t param_0001446d, MethodInfo * method)); DO_APP_FUNC(0x02214CE0, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm *, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_WZTwlTeOHTGIIPKMkjqtIivLxoyM, (void * param_0001446e, String * param_0001446f, MethodInfo * method)); DO_APP_FUNC(0x02214D90, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm__ctor, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm * __this, void * param_00014470, String * param_00014471, String * param_00014472, String * param_00014473, String * param_00014474, int32_t param_00014475, int32_t param_00014476, bool param_00014477, String * param_00014478, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54188, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm__ctor__MethodInfo); DO_APP_FUNC(0x003B93D0, void *, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_XaFgejwFzhZVSbfciOuoSdSnGXlO, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm * __this, MethodInfo * method)); DO_APP_FUNC(0x00977540, bool, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_GIpdtvFFoSYQYjMWDivKqpeiAGPsA, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm * __this, MethodInfo * method)); DO_APP_FUNC(0x00977550, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_yTTybkbIOmtECCrpveyMRCaCLcbk, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm * __this, bool param_00014479, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_JuhFFGJyhqNTfnOSHKmgszUPDlGWA, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, fLjFYZNXAkNVBBnhvInnCjAiCvVOA *, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_LQoQWVXWjbpMTqbMwwdEVgyOkgNo, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, DaPiHSWqNkwnoQqhHYvYHWcbhvqk *, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_zAjEDJIjQVwMzgGLJJQFjyoDLvIBA, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_hfLzXcdchOFxQDZGcYKzgpiShEPf, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_wSWWbbtkBWWNazHZxNmpPBvHbnPGA, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_soPqSrKQOExwkwjVhnxgvGZAtSoD, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm * __this, bool param_0001447a, MethodInfo * method)); DO_APP_FUNC(0x022155F0, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_LsxzSvQljPCBNjPFaBuztJosGZLTA, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm * __this, MethodInfo * method)); DO_APP_FUNC(0x02215620, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_LsxzSvQljPCBNjPFaBuztJosGZLTA_1, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm * __this, CXcjWwmjwkDPvbUGOUBrzXtVCjZi__Enum param_0001447b, CXcjWwmjwkDPvbUGOUBrzXtVCjZi__Enum param_0001447c, TxIEpSdEtyyzpeNinAApugagRQDUA__Enum param_0001447d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C541C8, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_LsxzSvQljPCBNjPFaBuztJosGZLTA_1__MethodInfo); DO_APP_FUNC(0x02215700, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_cAZzGAFVtGTVqldvdlrLVMTtaDJm, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm * __this, MethodInfo * method)); DO_APP_FUNC(0x02215790, bool, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_YCTIEluofjTCejnNUmMWdqilaNeq, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm * __this, Byte__Array * * param_0001447e, uint8_t param_0001447f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C541C0, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_YCTIEluofjTCejnNUmMWdqilaNeq__MethodInfo); DO_APP_FUNC(0x02215C20, String *, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_SubPZWelNjPfpFKQprUiEGtTCKoT, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm * __this, MethodInfo * method)); DO_APP_FUNC(0x02215DA0, bool, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_SubPZWelNjPfpFKQprUiEGtTCKoT_1, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm * __this, Byte__Array * * param_00014480, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C541B0, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_SubPZWelNjPfpFKQprUiEGtTCKoT_1__MethodInfo); DO_APP_FUNC(0x02216100, String *, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_zMshNnjnoiaNvsDGymMUHoypjaxc, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm * __this, MethodInfo * method)); DO_APP_FUNC(0x02216260, bool, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_zMshNnjnoiaNvsDGymMUHoypjaxc_1, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm * __this, Byte__Array * * param_00014481, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54178, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_zMshNnjnoiaNvsDGymMUHoypjaxc_1__MethodInfo); DO_APP_FUNC(0x003C7030, ORTGfyrtizZvDeIlwUvooZaSkBIl__Array *, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_ovlaQGLyvutoxyqLoLwldWOrUDrx, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7040, xPRgcRKBLoHYedzPQnPxbmJxtbbAb__Array *, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_RCQbsNbKVdCLIRWWIYjAbTsXtySHA, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, String *, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_tlQGztXCUFthjfzWjqlFtctQfxAu, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A6C0, int32_t, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_NGqbqPbfPPSFFETJtPPVQpzHHhlH, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADDA40, int32_t, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_VzfbhPAOkEuLBtvIypKGtidTMrHTA, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm * __this, MethodInfo * method)); DO_APP_FUNC(0x0068A9A0, bool, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_NzimPcZjjJRxCAkLSbXhBpIIpebY, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, String *, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_yARcrahMnpbQNvAFehnEYkHcMbUnA, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_ADoqufFEOEgjGCmBzGLChWoiLuldc, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_Dispose, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_tiSNvolyGArTdVMavSIqSbAUQmBh, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm * __this, OutputReport param_00014482, MethodInfo * method)); DO_APP_FUNC(0x022164B0, Byte__Array *, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_HHGIJnNsHvRUFQGYoneRNJlWVNWE, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm * __this, MethodInfo * method)); DO_APP_FUNC(0x02216520, Byte__Array *, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_tHcuMrcnEhbKRfgsSwbqOsBBnpSm_gAxqFXSbJBpKWGPmhEsJRyQkdXmg, (int32_t param_00014483, MethodInfo * method)); DO_APP_FUNC(0x02216580, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_pLALiLGugFVPZvFGJIhmDJanjJCAA__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_pLALiLGugFVPZvFGJIhmDJanjJCAA__ctor, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_pLALiLGugFVPZvFGJIhmDJanjJCAA * __this, MethodInfo * method)); DO_APP_FUNC(0x02216630, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_pLALiLGugFVPZvFGJIhmDJanjJCAA_USLFHfJbdJKQVadcfEUsLynOuEeTb, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_pLALiLGugFVPZvFGJIhmDJanjJCAA * __this, znMZhiOLtznjGEIVUrVliWSuIivu * param_00014484, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54310, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_pLALiLGugFVPZvFGJIhmDJanjJCAA_USLFHfJbdJKQVadcfEUsLynOuEeTb__MethodInfo); DO_APP_FUNC(0x003AC050, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_wKBMOBVdNMFvqFDBJcHFYpmayfRS__ctor, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_wKBMOBVdNMFvqFDBJcHFYpmayfRS * __this, MethodInfo * method)); DO_APP_FUNC(0x02216680, bool, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_wKBMOBVdNMFvqFDBJcHFYpmayfRS_HmhmDwbguskoBEqqZKczxWLHGsoR, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_wKBMOBVdNMFvqFDBJcHFYpmayfRS * __this, String * param_00014485, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54430, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_wKBMOBVdNMFvqFDBJcHFYpmayfRS_HmhmDwbguskoBEqqZKczxWLHGsoR__MethodInfo); DO_APP_FUNC(0x003AC050, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_hnNyodFGRElgLSzHCgUPXWVnGvdg__ctor, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_hnNyodFGRElgLSzHCgUPXWVnGvdg * __this, MethodInfo * method)); DO_APP_FUNC(0x022167E0, bool, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_hnNyodFGRElgLSzHCgUPXWVnGvdg_FfapGevUiVmIYIIxKnOhguXUfPmS, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_hnNyodFGRElgLSzHCgUPXWVnGvdg * __this, znMZhiOLtznjGEIVUrVliWSuIivu * param_00014486, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54330, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_hnNyodFGRElgLSzHCgUPXWVnGvdg_FfapGevUiVmIYIIxKnOhguXUfPmS__MethodInfo); DO_APP_FUNC(0x003AC050, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_GTvGFxRFzpOUREzXrZDCUjbScOHJ__ctor, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_GTvGFxRFzpOUREzXrZDCUjbScOHJ * __this, MethodInfo * method)); DO_APP_FUNC(0x022168C0, Byte__Array *, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_GTvGFxRFzpOUREzXrZDCUjbScOHJ_tsPIejaXDkFMKKfYbqEJzcLWeLQy, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_GTvGFxRFzpOUREzXrZDCUjbScOHJ * __this, uint8_t param_00014487, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54378, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_GTvGFxRFzpOUREzXrZDCUjbScOHJ_tsPIejaXDkFMKKfYbqEJzcLWeLQy__MethodInfo); DO_APP_FUNC(0x003AC050, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_EudWpfUaVkMWIWGwWnmGkpaEufCF__ctor, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_EudWpfUaVkMWIWGwWnmGkpaEufCF * __this, MethodInfo * method)); DO_APP_FUNC(0x022169A0, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_EudWpfUaVkMWIWGwWnmGkpaEufCF_LNNiTqXYEwfAkAWEbYwyXcaOaupq, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_EudWpfUaVkMWIWGwWnmGkpaEufCF * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C542B8, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_EudWpfUaVkMWIWGwWnmGkpaEufCF_LNNiTqXYEwfAkAWEbYwyXcaOaupq__MethodInfo); DO_APP_FUNC(0x003AC050, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_ClDTABYsniHDdeVYBfnurTEzopUjA__ctor, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_ClDTABYsniHDdeVYBfnurTEzopUjA * __this, MethodInfo * method)); DO_APP_FUNC(0x02216B10, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_ClDTABYsniHDdeVYBfnurTEzopUjA_gOrGfijnvJvFlJUFCDshUBhGpKNrA, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_ClDTABYsniHDdeVYBfnurTEzopUjA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C542B0, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_ClDTABYsniHDdeVYBfnurTEzopUjA_gOrGfijnvJvFlJUFCDshUBhGpKNrA__MethodInfo); DO_APP_FUNC(0x003AC050, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_duOBKFiKPZioaWPKwoFTxiyHVtjE__ctor, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_duOBKFiKPZioaWPKwoFTxiyHVtjE * __this, MethodInfo * method)); DO_APP_FUNC(0x02216BA0, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_duOBKFiKPZioaWPKwoFTxiyHVtjE_zlpdyFLdZctmGCtNgSVSyDVrTxgv, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_duOBKFiKPZioaWPKwoFTxiyHVtjE * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C542E8, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_duOBKFiKPZioaWPKwoFTxiyHVtjE_zlpdyFLdZctmGCtNgSVSyDVrTxgv__MethodInfo); DO_APP_FUNC(0x003AC050, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_AYMuEYEJYFDsvzTwBMYcMfYqEKLc__ctor, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_AYMuEYEJYFDsvzTwBMYcMfYqEKLc * __this, MethodInfo * method)); DO_APP_FUNC(0x02216C00, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_AYMuEYEJYFDsvzTwBMYcMfYqEKLc_NKEnBbVUudBMljSKKAzUFpVeBIiL, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_AYMuEYEJYFDsvzTwBMYcMfYqEKLc * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54228, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_AYMuEYEJYFDsvzTwBMYcMfYqEKLc_NKEnBbVUudBMljSKKAzUFpVeBIiL__MethodInfo); DO_APP_FUNC(0x003AC050, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_KoMOdQDxpgPjKjgGZZknfoBiPpoc__ctor, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_KoMOdQDxpgPjKjgGZZknfoBiPpoc * __this, MethodInfo * method)); DO_APP_FUNC(0x02216CA0, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_KoMOdQDxpgPjKjgGZZknfoBiPpoc_UOouZlSnxBoInuPAArjqEYCucgEL, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_KoMOdQDxpgPjKjgGZZknfoBiPpoc * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54220, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_KoMOdQDxpgPjKjgGZZknfoBiPpoc_UOouZlSnxBoInuPAArjqEYCucgEL__MethodInfo); DO_APP_FUNC(0x003AC050, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_MWXWwPbumsHUmhTKqjUOnMwOCbRDA__ctor, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_MWXWwPbumsHUmhTKqjUOnMwOCbRDA * __this, MethodInfo * method)); DO_APP_FUNC(0x02216D40, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_MWXWwPbumsHUmhTKqjUOnMwOCbRDA_dnJbLgGRMCrJCUwLUdSKaKPLRULbb, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_MWXWwPbumsHUmhTKqjUOnMwOCbRDA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54280, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_MWXWwPbumsHUmhTKqjUOnMwOCbRDA_dnJbLgGRMCrJCUwLUdSKaKPLRULbb__MethodInfo); DO_APP_FUNC(0x003AC050, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_arqVnzNJHGvifXPSCBughnhbuUXqA__ctor, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_arqVnzNJHGvifXPSCBughnhbuUXqA * __this, MethodInfo * method)); DO_APP_FUNC(0x02216DA0, void, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_arqVnzNJHGvifXPSCBughnhbuUXqA_KoVNSBVBGCrVcQaxhwlljpeRlGEd, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA_arqVnzNJHGvifXPSCBughnhbuUXqA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C541F0, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_arqVnzNJHGvifXPSCBughnhbuUXqA_KoVNSBVBGCrVcQaxhwlljpeRlGEd__MethodInfo); DO_APP_FUNC(0x02216FC0, void, AJsmGXHTskPzBiTBDSfAEVsAgBQd__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02217AF0, void, AJsmGXHTskPzBiTBDSfAEVsAgBQd__ctor, (AJsmGXHTskPzBiTBDSfAEVsAgBQd * __this, UpdateLoopSetting__Enum param_00014488, MethodInfo * method)); DO_APP_FUNC(0x02218210, void, AJsmGXHTskPzBiTBDSfAEVsAgBQd_zRKKKxhkoOArpcmrZNscrEthKMVOA, (AJsmGXHTskPzBiTBDSfAEVsAgBQd * __this, UpdateLoopType__Enum param_00014489, MethodInfo * method)); DO_APP_FUNC(0x02218770, void, AJsmGXHTskPzBiTBDSfAEVsAgBQd_VSogRJSeCWZEXAtJOKaGOJTXOuzx, (AJsmGXHTskPzBiTBDSfAEVsAgBQd * __this, AdxpHlVvHbUFAoIBbwQQELBqZvLB * param_0001448a, MethodInfo * method)); DO_APP_FUNC(0x02218B90, void, AJsmGXHTskPzBiTBDSfAEVsAgBQd_QCvsuWJxFrhKcdFpCuxGIBZfCaiT, (AJsmGXHTskPzBiTBDSfAEVsAgBQd * __this, bool param_0001448b, MethodInfo * method)); DO_APP_FUNC(0x02218BA0, void, AJsmGXHTskPzBiTBDSfAEVsAgBQd_bvGRdnqZAdIXWRsfXuiVDJqJSiLq, (AJsmGXHTskPzBiTBDSfAEVsAgBQd * __this, bool param_0001448c, MethodInfo * method)); DO_APP_FUNC(0x02218BD0, int32_t, AJsmGXHTskPzBiTBDSfAEVsAgBQd_fDtbKAKSNOtFxIkbaOuyrTqdkPwT, (AJsmGXHTskPzBiTBDSfAEVsAgBQd * __this, MethodInfo * method)); DO_APP_FUNC(0x02218C60, void, AJsmGXHTskPzBiTBDSfAEVsAgBQd_rgfQbQAQZnhQQUPMpXJcskNFtriO, (AJsmGXHTskPzBiTBDSfAEVsAgBQd * __this, bool param_0001448d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C540F8, AJsmGXHTskPzBiTBDSfAEVsAgBQd_rgfQbQAQZnhQQUPMpXJcskNFtriO__MethodInfo); DO_APP_FUNC(0x003AC050, void, AJsmGXHTskPzBiTBDSfAEVsAgBQd_qeLBvgeaEVaHDHvhhUrtNMQINEjy, (AJsmGXHTskPzBiTBDSfAEVsAgBQd * __this, bool param_0001448e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C540F0, AJsmGXHTskPzBiTBDSfAEVsAgBQd_qeLBvgeaEVaHDHvhhUrtNMQINEjy__MethodInfo); DO_APP_FUNC(0x02218CD0, void, AJsmGXHTskPzBiTBDSfAEVsAgBQd_MxJuIiwOfPVNisMeLcGvKbXbOjzCA, (AJsmGXHTskPzBiTBDSfAEVsAgBQd * __this, bool param_0001448f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C540E0, AJsmGXHTskPzBiTBDSfAEVsAgBQd_MxJuIiwOfPVNisMeLcGvKbXbOjzCA__MethodInfo); DO_APP_FUNC(0x02218EA0, void, AJsmGXHTskPzBiTBDSfAEVsAgBQd_VVplYfaiXJyOPsEWofOgGbIHjsSX, (AJsmGXHTskPzBiTBDSfAEVsAgBQd * __this, UpdateLoopType__Enum param_00014490, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C540E8, AJsmGXHTskPzBiTBDSfAEVsAgBQd_VVplYfaiXJyOPsEWofOgGbIHjsSX__MethodInfo); DO_APP_FUNC(0x02219000, void, AJsmGXHTskPzBiTBDSfAEVsAgBQd_gJNpiFpGDKxaXxAScBmKaUyezLtlA, (AJsmGXHTskPzBiTBDSfAEVsAgBQd * __this, MethodInfo * method)); DO_APP_FUNC(0x008FC900, bool, AJsmGXHTskPzBiTBDSfAEVsAgBQd_get_enabled, (AJsmGXHTskPzBiTBDSfAEVsAgBQd * __this, MethodInfo * method)); DO_APP_FUNC(0x02219180, void, AJsmGXHTskPzBiTBDSfAEVsAgBQd_set_enabled, (AJsmGXHTskPzBiTBDSfAEVsAgBQd * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x011B8EF0, InputSource__Enum, AJsmGXHTskPzBiTBDSfAEVsAgBQd_get_inputSource, (AJsmGXHTskPzBiTBDSfAEVsAgBQd * __this, MethodInfo * method)); DO_APP_FUNC(0x02219190, HardwareControllerMap_Game *, AJsmGXHTskPzBiTBDSfAEVsAgBQd_get_hardwareMap, (AJsmGXHTskPzBiTBDSfAEVsAgBQd * __this, MethodInfo * method)); DO_APP_FUNC(0x00EED000, int32_t, AJsmGXHTskPzBiTBDSfAEVsAgBQd_get_buttonCount, (AJsmGXHTskPzBiTBDSfAEVsAgBQd * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Controller_Extension *, AJsmGXHTskPzBiTBDSfAEVsAgBQd_get_controllerExtension, (AJsmGXHTskPzBiTBDSfAEVsAgBQd * __this, MethodInfo * method)); DO_APP_FUNC(0x02219240, void, AJsmGXHTskPzBiTBDSfAEVsAgBQd_UpdateInputData, (AJsmGXHTskPzBiTBDSfAEVsAgBQd * __this, ControllerDataUpdater * dataUpdater, MethodInfo * method)); DO_APP_FUNC(0x02218B90, void, AJsmGXHTskPzBiTBDSfAEVsAgBQd_Clear, (AJsmGXHTskPzBiTBDSfAEVsAgBQd * __this, MethodInfo * method)); DO_APP_FUNC(0x02219320, HardwareControllerMap_Game *, AJsmGXHTskPzBiTBDSfAEVsAgBQd_NDqhmpgvuaEiuNCgZBXAEKwdAYAw, (MethodInfo * method)); DO_APP_FUNC(0x02219910, void, AJsmGXHTskPzBiTBDSfAEVsAgBQd_Dispose, (AJsmGXHTskPzBiTBDSfAEVsAgBQd * __this, MethodInfo * method)); DO_APP_FUNC(0x02213E10, void, AJsmGXHTskPzBiTBDSfAEVsAgBQd_koAztZrcZLyuMlaqoUCpAMQQIsgb, (AJsmGXHTskPzBiTBDSfAEVsAgBQd * __this, MethodInfo * method)); DO_APP_FUNC(0x02219980, void, AJsmGXHTskPzBiTBDSfAEVsAgBQd_ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (AJsmGXHTskPzBiTBDSfAEVsAgBQd * __this, bool param_00014493, MethodInfo * method)); DO_APP_FUNC(0x02219B20, int32_t, AJsmGXHTskPzBiTBDSfAEVsAgBQd_zgfpSFezhrbwYbABXDJHvkkVAlAiA, (AdxpHlVvHbUFAoIBbwQQELBqZvLB * param_00014494, KeyCode__Enum__Array * param_00014495, MethodInfo * method)); DO_APP_FUNC(0x0221AEB0, qUaeyIgVCufmDzatlipvlpwBwlinA_cyAAlzRafJbONGrhwijrhGXhJQshA__Enum, AJsmGXHTskPzBiTBDSfAEVsAgBQd_zWSGBRFzuzLnnttxqVCoeLEJmyCC, (MethodInfo * method)); DO_APP_FUNC(0x0221B1D0, bool, AJsmGXHTskPzBiTBDSfAEVsAgBQd_IFQBQdfDSzVGXlrcDkjownkUASIx, (Keys__Enum param_00014496, qUaeyIgVCufmDzatlipvlpwBwlinA_cyAAlzRafJbONGrhwijrhGXhJQshA__Enum param_00014497, KeyCode__Enum * param_00014498, MethodInfo * method)); DO_APP_FUNC(0x0221B380, bool, AJsmGXHTskPzBiTBDSfAEVsAgBQd_OAgyLCHBLGZBhjJowsXBVCdllnuS, (Keys__Enum param_00014499, MethodInfo * method)); DO_APP_FUNC(0x0221B3F0, void, AJsmGXHTskPzBiTBDSfAEVsAgBQd_ScAUiPDVTJpqftJwGhLKjPCZiivt__ctor, (AJsmGXHTskPzBiTBDSfAEVsAgBQd_ScAUiPDVTJpqftJwGhLKjPCZiivt * __this, UpdateLoopType__Enum param_0001449a, MethodInfo * method)); DO_APP_FUNC(0x0221B500, void, AJsmGXHTskPzBiTBDSfAEVsAgBQd_ScAUiPDVTJpqftJwGhLKjPCZiivt_yMyycmDTkhPFqHdHGmZkguUjhtqj, (AJsmGXHTskPzBiTBDSfAEVsAgBQd_ScAUiPDVTJpqftJwGhLKjPCZiivt * __this, AdxpHlVvHbUFAoIBbwQQELBqZvLB * param_0001449b, MethodInfo * method)); DO_APP_FUNC(0x0221B700, void, AJsmGXHTskPzBiTBDSfAEVsAgBQd_ScAUiPDVTJpqftJwGhLKjPCZiivt_vgXiEjKKPEEbreGKanxXqrTRwpnaA, (AJsmGXHTskPzBiTBDSfAEVsAgBQd_ScAUiPDVTJpqftJwGhLKjPCZiivt * __this, ControllerDataUpdater * param_0001449c, MethodInfo * method)); DO_APP_FUNC(0x0221B790, void, AJsmGXHTskPzBiTBDSfAEVsAgBQd_ScAUiPDVTJpqftJwGhLKjPCZiivt_ZFluBrfRAoBaNxgjEXmtuutoBIJC, (AJsmGXHTskPzBiTBDSfAEVsAgBQd_ScAUiPDVTJpqftJwGhLKjPCZiivt * __this, MethodInfo * method)); DO_APP_FUNC(0x0221B7A0, void, AJsmGXHTskPzBiTBDSfAEVsAgBQd_ScAUiPDVTJpqftJwGhLKjPCZiivt_ElEMUGXsCDTRTDjnLIRUKEimkaBD, (AJsmGXHTskPzBiTBDSfAEVsAgBQd_ScAUiPDVTJpqftJwGhLKjPCZiivt * __this, MethodInfo * method)); DO_APP_FUNC(0x01F25650, void, AJsmGXHTskPzBiTBDSfAEVsAgBQd_ScAUiPDVTJpqftJwGhLKjPCZiivt_gckiMXDVGRXPkrSBherJunSxXUzKA, (AJsmGXHTskPzBiTBDSfAEVsAgBQd_ScAUiPDVTJpqftJwGhLKjPCZiivt * __this, MethodInfo * method)); DO_APP_FUNC(0x0221B850, void, AJsmGXHTskPzBiTBDSfAEVsAgBQd_ScAUiPDVTJpqftJwGhLKjPCZiivt_rUVOngknMKdaVcBZRsgOUAyzJBnjA, (AJsmGXHTskPzBiTBDSfAEVsAgBQd_ScAUiPDVTJpqftJwGhLKjPCZiivt * __this, MethodInfo * method)); DO_APP_FUNC(0x0221B890, void, AJsmGXHTskPzBiTBDSfAEVsAgBQd_ScAUiPDVTJpqftJwGhLKjPCZiivt__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0221B950, void, mnnDsnejpZEXCYBwEaOUubxgEUzu__ctor, (mnnDsnejpZEXCYBwEaOUubxgEUzu * __this, UpdateLoopSetting__Enum param_0001449d, MethodInfo * method)); DO_APP_FUNC(0x0221C070, void, mnnDsnejpZEXCYBwEaOUubxgEUzu_zRKKKxhkoOArpcmrZNscrEthKMVOA, (mnnDsnejpZEXCYBwEaOUubxgEUzu * __this, UpdateLoopType__Enum param_0001449e, MethodInfo * method)); DO_APP_FUNC(0x0221C170, void, mnnDsnejpZEXCYBwEaOUubxgEUzu_VSogRJSeCWZEXAtJOKaGOJTXOuzx, (mnnDsnejpZEXCYBwEaOUubxgEUzu * __this, dizNapQvKwuvFnHArdMGFroDLpMDb * param_0001449f, MethodInfo * method)); DO_APP_FUNC(0x0221C2E0, void, mnnDsnejpZEXCYBwEaOUubxgEUzu_QCvsuWJxFrhKcdFpCuxGIBZfCaiT, (mnnDsnejpZEXCYBwEaOUubxgEUzu * __this, bool param_000144a0, MethodInfo * method)); DO_APP_FUNC(0x0221C2F0, void, mnnDsnejpZEXCYBwEaOUubxgEUzu_bvGRdnqZAdIXWRsfXuiVDJqJSiLq, (mnnDsnejpZEXCYBwEaOUubxgEUzu * __this, bool param_000144a1, MethodInfo * method)); DO_APP_FUNC(0x0221C320, int32_t, mnnDsnejpZEXCYBwEaOUubxgEUzu_ndADnCrupYOOQTPrivKjdAJuFQRK, (mnnDsnejpZEXCYBwEaOUubxgEUzu * __this, MethodInfo * method)); DO_APP_FUNC(0x0221C420, void, mnnDsnejpZEXCYBwEaOUubxgEUzu_rgfQbQAQZnhQQUPMpXJcskNFtriO, (mnnDsnejpZEXCYBwEaOUubxgEUzu * __this, bool param_000144a2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54060, mnnDsnejpZEXCYBwEaOUubxgEUzu_rgfQbQAQZnhQQUPMpXJcskNFtriO__MethodInfo); DO_APP_FUNC(0x003AC050, void, mnnDsnejpZEXCYBwEaOUubxgEUzu_qeLBvgeaEVaHDHvhhUrtNMQINEjy, (mnnDsnejpZEXCYBwEaOUubxgEUzu * __this, bool param_000144a3, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54058, mnnDsnejpZEXCYBwEaOUubxgEUzu_qeLBvgeaEVaHDHvhhUrtNMQINEjy__MethodInfo); DO_APP_FUNC(0x0221C4A0, void, mnnDsnejpZEXCYBwEaOUubxgEUzu_MxJuIiwOfPVNisMeLcGvKbXbOjzCA, (mnnDsnejpZEXCYBwEaOUubxgEUzu * __this, bool param_000144a4, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54048, mnnDsnejpZEXCYBwEaOUubxgEUzu_MxJuIiwOfPVNisMeLcGvKbXbOjzCA__MethodInfo); DO_APP_FUNC(0x0221C670, void, mnnDsnejpZEXCYBwEaOUubxgEUzu_VVplYfaiXJyOPsEWofOgGbIHjsSX, (mnnDsnejpZEXCYBwEaOUubxgEUzu * __this, UpdateLoopType__Enum param_000144a5, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54050, mnnDsnejpZEXCYBwEaOUubxgEUzu_VVplYfaiXJyOPsEWofOgGbIHjsSX__MethodInfo); DO_APP_FUNC(0x0221C7D0, void, mnnDsnejpZEXCYBwEaOUubxgEUzu_KuTtjDvODMNrYipBYSbTSOujDsei, (mnnDsnejpZEXCYBwEaOUubxgEUzu * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, mnnDsnejpZEXCYBwEaOUubxgEUzu_get_enabled, (mnnDsnejpZEXCYBwEaOUubxgEUzu * __this, MethodInfo * method)); DO_APP_FUNC(0x0221C970, void, mnnDsnejpZEXCYBwEaOUubxgEUzu_set_enabled, (mnnDsnejpZEXCYBwEaOUubxgEUzu * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x011B8EF0, InputSource__Enum, mnnDsnejpZEXCYBwEaOUubxgEUzu_get_inputSource, (mnnDsnejpZEXCYBwEaOUubxgEUzu * __this, MethodInfo * method)); DO_APP_FUNC(0x0221C9C0, HardwareControllerMap_Game *, mnnDsnejpZEXCYBwEaOUubxgEUzu_get_hardwareMap, (mnnDsnejpZEXCYBwEaOUubxgEUzu * __this, MethodInfo * method)); DO_APP_FUNC(0x011B8EF0, int32_t, mnnDsnejpZEXCYBwEaOUubxgEUzu_get_buttonCount, (mnnDsnejpZEXCYBwEaOUubxgEUzu * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEC8E0, int32_t, mnnDsnejpZEXCYBwEaOUubxgEUzu_get_axisCount, (mnnDsnejpZEXCYBwEaOUubxgEUzu * __this, MethodInfo * method)); DO_APP_FUNC(0x0221CA40, Vector2, mnnDsnejpZEXCYBwEaOUubxgEUzu_get_mousePosition, (mnnDsnejpZEXCYBwEaOUubxgEUzu * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Controller_Extension *, mnnDsnejpZEXCYBwEaOUubxgEUzu_get_controllerExtension, (mnnDsnejpZEXCYBwEaOUubxgEUzu * __this, MethodInfo * method)); DO_APP_FUNC(0x0221CA90, void, mnnDsnejpZEXCYBwEaOUubxgEUzu_UpdateInputData, (mnnDsnejpZEXCYBwEaOUubxgEUzu * __this, ControllerDataUpdater * dataUpdater, MethodInfo * method)); DO_APP_FUNC(0x0221C2E0, void, mnnDsnejpZEXCYBwEaOUubxgEUzu_Clear, (mnnDsnejpZEXCYBwEaOUubxgEUzu * __this, MethodInfo * method)); DO_APP_FUNC(0x0221CBD0, HardwareControllerMap_Game *, mnnDsnejpZEXCYBwEaOUubxgEUzu_NDqhmpgvuaEiuNCgZBXAEKwdAYAw, (mnnDsnejpZEXCYBwEaOUubxgEUzu * __this, MethodInfo * method)); DO_APP_FUNC(0x0221D380, void, mnnDsnejpZEXCYBwEaOUubxgEUzu_Dispose, (mnnDsnejpZEXCYBwEaOUubxgEUzu * __this, MethodInfo * method)); DO_APP_FUNC(0x01F861C0, void, mnnDsnejpZEXCYBwEaOUubxgEUzu_koAztZrcZLyuMlaqoUCpAMQQIsgb, (mnnDsnejpZEXCYBwEaOUubxgEUzu * __this, MethodInfo * method)); DO_APP_FUNC(0x0221D3F0, void, mnnDsnejpZEXCYBwEaOUubxgEUzu_ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (mnnDsnejpZEXCYBwEaOUubxgEUzu * __this, bool param_000144a8, MethodInfo * method)); DO_APP_FUNC(0x0221D5C0, void, mnnDsnejpZEXCYBwEaOUubxgEUzu_JjBAfNDEcTONUYMfiYbXwYKVVOcAA__ctor, (mnnDsnejpZEXCYBwEaOUubxgEUzu_JjBAfNDEcTONUYMfiYbXwYKVVOcAA * __this, mnnDsnejpZEXCYBwEaOUubxgEUzu_TJCEzIehZurUHMVJYIAiFpFkLoKoA * param_000144a9, UpdateLoopType__Enum param_000144aa, MethodInfo * method)); DO_APP_FUNC(0x0221D720, void, mnnDsnejpZEXCYBwEaOUubxgEUzu_JjBAfNDEcTONUYMfiYbXwYKVVOcAA_yMyycmDTkhPFqHdHGmZkguUjhtqj, (mnnDsnejpZEXCYBwEaOUubxgEUzu_JjBAfNDEcTONUYMfiYbXwYKVVOcAA * __this, dizNapQvKwuvFnHArdMGFroDLpMDb * param_000144ab, MethodInfo * method)); DO_APP_FUNC(0x0221DB20, void, mnnDsnejpZEXCYBwEaOUubxgEUzu_JjBAfNDEcTONUYMfiYbXwYKVVOcAA_vgXiEjKKPEEbreGKanxXqrTRwpnaA, (mnnDsnejpZEXCYBwEaOUubxgEUzu_JjBAfNDEcTONUYMfiYbXwYKVVOcAA * __this, ControllerDataUpdater * param_000144ac, MethodInfo * method)); DO_APP_FUNC(0x0221DC00, void, mnnDsnejpZEXCYBwEaOUubxgEUzu_JjBAfNDEcTONUYMfiYbXwYKVVOcAA_ZFluBrfRAoBaNxgjEXmtuutoBIJC, (mnnDsnejpZEXCYBwEaOUubxgEUzu_JjBAfNDEcTONUYMfiYbXwYKVVOcAA * __this, MethodInfo * method)); DO_APP_FUNC(0x0221DC10, void, mnnDsnejpZEXCYBwEaOUubxgEUzu_JjBAfNDEcTONUYMfiYbXwYKVVOcAA_ElEMUGXsCDTRTDjnLIRUKEimkaBD, (mnnDsnejpZEXCYBwEaOUubxgEUzu_JjBAfNDEcTONUYMfiYbXwYKVVOcAA * __this, MethodInfo * method)); DO_APP_FUNC(0x0221DCD0, void, mnnDsnejpZEXCYBwEaOUubxgEUzu_JjBAfNDEcTONUYMfiYbXwYKVVOcAA_rUVOngknMKdaVcBZRsgOUAyzJBnjA, (mnnDsnejpZEXCYBwEaOUubxgEUzu_JjBAfNDEcTONUYMfiYbXwYKVVOcAA * __this, MethodInfo * method)); DO_APP_FUNC(0x0221DD20, void, mnnDsnejpZEXCYBwEaOUubxgEUzu_JjBAfNDEcTONUYMfiYbXwYKVVOcAA_klHVNzgCmTOVGATqcdUAmfVJyTeB, (mnnDsnejpZEXCYBwEaOUubxgEUzu_JjBAfNDEcTONUYMfiYbXwYKVVOcAA * __this, MethodInfo * method)); DO_APP_FUNC(0x0221DD40, mnnDsnejpZEXCYBwEaOUubxgEUzu_JjBAfNDEcTONUYMfiYbXwYKVVOcAA_ZodZwkBbQYjDyYusQcRJJlwclizP__Enum, mnnDsnejpZEXCYBwEaOUubxgEUzu_JjBAfNDEcTONUYMfiYbXwYKVVOcAA_WQqoOPMSvVwskVxnQXBMWFBPBHUU, (mnnDsnejpZEXCYBwEaOUubxgEUzu_JjBAfNDEcTONUYMfiYbXwYKVVOcAA * __this, int32_t param_000144ad, int32_t param_000144ae, int32_t param_000144af, MethodInfo * method)); DO_APP_FUNC(0x0221DD70, void, mnnDsnejpZEXCYBwEaOUubxgEUzu_JjBAfNDEcTONUYMfiYbXwYKVVOcAA_trgPkqqCZwasRCDmDDnQpJmWRAyl, (mnnDsnejpZEXCYBwEaOUubxgEUzu_JjBAfNDEcTONUYMfiYbXwYKVVOcAA * __this, int32_t param_000144b0, int32_t param_000144b1, int32_t param_000144b2, int32_t param_000144b3, MethodInfo * method)); DO_APP_FUNC(0x0221DE20, bool, mnnDsnejpZEXCYBwEaOUubxgEUzu_JjBAfNDEcTONUYMfiYbXwYKVVOcAA_lDsBHMcZHARUhBzyQnSzrhqQkyWFb, (void * param_000144b4, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, mnnDsnejpZEXCYBwEaOUubxgEUzu_TJCEzIehZurUHMVJYIAiFpFkLoKoA_CHMgFwDFNFLjKqtVIbSVNGWkmltSA, (mnnDsnejpZEXCYBwEaOUubxgEUzu_TJCEzIehZurUHMVJYIAiFpFkLoKoA * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A30, bool, mnnDsnejpZEXCYBwEaOUubxgEUzu_TJCEzIehZurUHMVJYIAiFpFkLoKoA_InKFOXgpSDdcKnPYiGeFPKxbdXTyA, (mnnDsnejpZEXCYBwEaOUubxgEUzu_TJCEzIehZurUHMVJYIAiFpFkLoKoA * __this, MethodInfo * method)); DO_APP_FUNC(0x0221E150, void, mnnDsnejpZEXCYBwEaOUubxgEUzu_TJCEzIehZurUHMVJYIAiFpFkLoKoA__ctor, (mnnDsnejpZEXCYBwEaOUubxgEUzu_TJCEzIehZurUHMVJYIAiFpFkLoKoA * __this, bool param_000144b5, float param_000144b6, MethodInfo * method)); DO_APP_FUNC(0x0221E170, void, mnnDsnejpZEXCYBwEaOUubxgEUzu_TJCEzIehZurUHMVJYIAiFpFkLoKoA_zRKKKxhkoOArpcmrZNscrEthKMVOA, (mnnDsnejpZEXCYBwEaOUubxgEUzu_TJCEzIehZurUHMVJYIAiFpFkLoKoA * __this, MethodInfo * method)); DO_APP_FUNC(0x0221E1E0, void, mnnDsnejpZEXCYBwEaOUubxgEUzu_TJCEzIehZurUHMVJYIAiFpFkLoKoA_gNClqKgkSvkBshcRYVaogXUZlQGs, (mnnDsnejpZEXCYBwEaOUubxgEUzu_TJCEzIehZurUHMVJYIAiFpFkLoKoA * __this, bool param_000144b7, MethodInfo * method)); DO_APP_FUNC(0x003D0D70, int32_t, WEPwwhsQpvkXBmQtlecPERdWRTWF_hGQexhgoVPxAqrtuapdXUrTaJLxBA, (MethodInfo * method)); DO_APP_FUNC(0x003B93C0, void *, fxvJDhgRhXRzTcBpAdpZBRnzpmHIb_LhqzQPbGeguGwHTghCOzOuMxMPAf, (fxvJDhgRhXRzTcBpAdpZBRnzpmHIb * __this, MethodInfo * method)); DO_APP_FUNC(0x0221E360, void, fxvJDhgRhXRzTcBpAdpZBRnzpmHIb__ctor, (fxvJDhgRhXRzTcBpAdpZBRnzpmHIb * __this, int32_t param_000144b8, MethodInfo * method)); DO_APP_FUNC(0x0221E370, uint8_t, fxvJDhgRhXRzTcBpAdpZBRnzpmHIb_FFerJRvkgzZHFwaEuTtRIlRwEVuG, (fxvJDhgRhXRzTcBpAdpZBRnzpmHIb * __this, int32_t param_000144b9, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54040, fxvJDhgRhXRzTcBpAdpZBRnzpmHIb_FFerJRvkgzZHFwaEuTtRIlRwEVuG__MethodInfo); DO_APP_FUNC(0x0221E3F0, int32_t, fxvJDhgRhXRzTcBpAdpZBRnzpmHIb_xjsHrKvIpmxOVLFnRqpMhhyqbpcl, (fxvJDhgRhXRzTcBpAdpZBRnzpmHIb * __this, uint8_t * param_000144ba, int32_t param_000144bb, int32_t param_000144bc, int32_t param_000144bd, int32_t param_000144be, MethodInfo * method)); DO_APP_FUNC(0x0221E490, int32_t, fxvJDhgRhXRzTcBpAdpZBRnzpmHIb_FfqxhbnrAQRgzurMxCknJVxsddaA, (fxvJDhgRhXRzTcBpAdpZBRnzpmHIb * __this, uint8_t * param_000144bf, int32_t param_000144c0, int32_t param_000144c1, int32_t param_000144c2, int32_t param_000144c3, MethodInfo * method)); DO_APP_FUNC(0x0221E520, bool, fxvJDhgRhXRzTcBpAdpZBRnzpmHIb_jewkQGOphjAEPDyvHBEDriCeikJZA, (fxvJDhgRhXRzTcBpAdpZBRnzpmHIb * __this, int32_t param_000144c4, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54038, fxvJDhgRhXRzTcBpAdpZBRnzpmHIb_jewkQGOphjAEPDyvHBEDriCeikJZA__MethodInfo); DO_APP_FUNC(0x0221E6D0, void, fxvJDhgRhXRzTcBpAdpZBRnzpmHIb_IqeirVCUUEJhXFQOWXCdOtBiFkPb, (fxvJDhgRhXRzTcBpAdpZBRnzpmHIb * __this, MethodInfo * method)); DO_APP_FUNC(0x0221E7D0, void, fxvJDhgRhXRzTcBpAdpZBRnzpmHIb_gCMQybVCfRQIiGxMcilQMYINRtfk, (fxvJDhgRhXRzTcBpAdpZBRnzpmHIb * __this, MethodInfo * method)); DO_APP_FUNC(0x0221E850, String *, fxvJDhgRhXRzTcBpAdpZBRnzpmHIb_LVmcPOeqeDbqbgLicgjuWNFJdAuo, (fxvJDhgRhXRzTcBpAdpZBRnzpmHIb * __this, MethodInfo * method)); DO_APP_FUNC(0x0221EA50, void, fxvJDhgRhXRzTcBpAdpZBRnzpmHIb_Dispose, (fxvJDhgRhXRzTcBpAdpZBRnzpmHIb * __this, MethodInfo * method)); DO_APP_FUNC(0x0221EAC0, void, fxvJDhgRhXRzTcBpAdpZBRnzpmHIb_koAztZrcZLyuMlaqoUCpAMQQIsgb, (fxvJDhgRhXRzTcBpAdpZBRnzpmHIb * __this, MethodInfo * method)); DO_APP_FUNC(0x0221EB10, void, fxvJDhgRhXRzTcBpAdpZBRnzpmHIb_ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (fxvJDhgRhXRzTcBpAdpZBRnzpmHIb * __this, bool param_000144c5, MethodInfo * method)); DO_APP_FUNC(0x0221EB30, void, qmCgssHgeaDgijqXBUzdmdbXNPiuB__ctor, (qmCgssHgeaDgijqXBUzdmdbXNPiuB * __this, int32_t param_000144c6, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53FE0, qmCgssHgeaDgijqXBUzdmdbXNPiuB__ctor__MethodInfo); DO_APP_FUNC(0x0221EC50, int32_t, qmCgssHgeaDgijqXBUzdmdbXNPiuB_NBqUdddHeUOQUsQOgRvwgdpecfMh, (qmCgssHgeaDgijqXBUzdmdbXNPiuB * __this, uint8_t * param_000144c7, int32_t param_000144c8, int32_t param_000144c9, int32_t * param_000144ca, uint32_t * param_000144cb, MethodInfo * method)); DO_APP_FUNC(0x0221EE40, int32_t, qmCgssHgeaDgijqXBUzdmdbXNPiuB_NBqUdddHeUOQUsQOgRvwgdpecfMh_1, (qmCgssHgeaDgijqXBUzdmdbXNPiuB * __this, Byte__Array * param_000144cc, int32_t param_000144cd, int32_t * param_000144ce, uint32_t * param_000144cf, MethodInfo * method)); DO_APP_FUNC(0x0221EEB0, int32_t, qmCgssHgeaDgijqXBUzdmdbXNPiuB_NBqUdddHeUOQUsQOgRvwgdpecfMh_2, (qmCgssHgeaDgijqXBUzdmdbXNPiuB * __this, Byte__Array * param_000144d0, int32_t param_000144d1, MethodInfo * method)); DO_APP_FUNC(0x0221EF20, int32_t, qmCgssHgeaDgijqXBUzdmdbXNPiuB_gtuaQrafNylUICLNGkKEzcymqpfwb, (qmCgssHgeaDgijqXBUzdmdbXNPiuB * __this, uint8_t * param_000144d2, int32_t param_000144d3, int32_t param_000144d4, MethodInfo * method)); DO_APP_FUNC(0x0221F0A0, int32_t, qmCgssHgeaDgijqXBUzdmdbXNPiuB_gtuaQrafNylUICLNGkKEzcymqpfwb_1, (qmCgssHgeaDgijqXBUzdmdbXNPiuB * __this, Byte__Array * param_000144d5, int32_t param_000144d6, MethodInfo * method)); DO_APP_FUNC(0x020BB3D0, void, qmCgssHgeaDgijqXBUzdmdbXNPiuB_kyxrnJPMQxWKecpnPKEOZuqfGEBL, (qmCgssHgeaDgijqXBUzdmdbXNPiuB * __this, int32_t param_000144d7, MethodInfo * method)); DO_APP_FUNC(0x020BB480, void, qmCgssHgeaDgijqXBUzdmdbXNPiuB_SijrmegPbVqOIhOYJCliBAFkqOGdb, (qmCgssHgeaDgijqXBUzdmdbXNPiuB * __this, int32_t param_000144d8, MethodInfo * method)); DO_APP_FUNC(0x020BB4D0, void, qmCgssHgeaDgijqXBUzdmdbXNPiuB_ErhikwuAIIuVQrTOKuHjpxmryHHF, (qmCgssHgeaDgijqXBUzdmdbXNPiuB * __this, MethodInfo * method)); DO_APP_FUNC(0x0221F0F0, void, qmCgssHgeaDgijqXBUzdmdbXNPiuB_Dispose, (qmCgssHgeaDgijqXBUzdmdbXNPiuB * __this, MethodInfo * method)); DO_APP_FUNC(0x020BB560, void, qmCgssHgeaDgijqXBUzdmdbXNPiuB_koAztZrcZLyuMlaqoUCpAMQQIsgb, (qmCgssHgeaDgijqXBUzdmdbXNPiuB * __this, MethodInfo * method)); DO_APP_FUNC(0x0221F1C0, void, qmCgssHgeaDgijqXBUzdmdbXNPiuB_ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (qmCgssHgeaDgijqXBUzdmdbXNPiuB * __this, bool param_000144d9, MethodInfo * method)); DO_APP_FUNC(0x0221F250, void, ZwvBwnPnaSevkAQfOfiwZpBxrYvmA_zSGebFFxDgckzckkiOSexYskKlXSb, (uint8_t * param_000144da, uint8_t * param_000144db, uint32_t param_000144dc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53FD0, ZwvBwnPnaSevkAQfOfiwZpBxrYvmA_zSGebFFxDgckzckkiOSexYskKlXSb__MethodInfo); DO_APP_FUNC(0x0221F530, void, ZwvBwnPnaSevkAQfOfiwZpBxrYvmA_zSGebFFxDgckzckkiOSexYskKlXSb_1, (uint8_t * param_000144dd, uint8_t * param_000144de, uint64_t param_000144df, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53FD8, ZwvBwnPnaSevkAQfOfiwZpBxrYvmA_zSGebFFxDgckzckkiOSexYskKlXSb_1__MethodInfo); DO_APP_FUNC(0x0221F810, bool, ZwvBwnPnaSevkAQfOfiwZpBxrYvmA_CNBvoutbZPgbAMiwWaNuOaGjQRhC, (uint8_t * param_000144e0, uint8_t * param_000144e1, int32_t param_000144e2, int32_t param_000144e3, int32_t param_000144e4, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53FC0, ZwvBwnPnaSevkAQfOfiwZpBxrYvmA_CNBvoutbZPgbAMiwWaNuOaGjQRhC__MethodInfo); DO_APP_FUNC(0x0221F9F0, bool, ZwvBwnPnaSevkAQfOfiwZpBxrYvmA_gsrYqGKFPHcncPZHSGuLBLwADTKdA, (uint8_t * param_000144e5, uint8_t * param_000144e6, int32_t param_000144e7, int32_t param_000144e8, int32_t param_000144e9, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54020, ZwvBwnPnaSevkAQfOfiwZpBxrYvmA_gsrYqGKFPHcncPZHSGuLBLwADTKdA__MethodInfo); DO_APP_FUNC(0x0221FAB0, void, ZwvBwnPnaSevkAQfOfiwZpBxrYvmA_KxogBqZDLXWBbQkyBysrXjTRGoxgA, (uint8_t * param_000144ea, int32_t param_000144eb, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54028, ZwvBwnPnaSevkAQfOfiwZpBxrYvmA_KxogBqZDLXWBbQkyBysrXjTRGoxgA__MethodInfo); DO_APP_FUNC(0x006FE760, Object *, Main_GetPlatformInitializer, (MethodInfo * method)); DO_APP_FUNC(0x00C514D0, bool, GFKZjHfobKJLrxczgBweGNPXMszRA_Equals, (GFKZjHfobKJLrxczgBweGNPXMszRA * __this, GFKZjHfobKJLrxczgBweGNPXMszRA other, MethodInfo * method)); DO_APP_FUNC(0x0221FB70, bool, GFKZjHfobKJLrxczgBweGNPXMszRA_CYQtMiSiYCbPscwsgRvMGVWHNBtX, (GFKZjHfobKJLrxczgBweGNPXMszRA * __this, Object * param_000144f6, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, GFKZjHfobKJLrxczgBweGNPXMszRA_mwDGsmfTGspighSucRblGVFHpgGGc, (GFKZjHfobKJLrxczgBweGNPXMszRA * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0660, bool, GFKZjHfobKJLrxczgBweGNPXMszRA_qlQFyYbsFtREWUEDvqgpZPFXOEHGA, (GFKZjHfobKJLrxczgBweGNPXMszRA param_000144f7, MethodInfo * method)); DO_APP_FUNC(0x0221FC00, String *, GFKZjHfobKJLrxczgBweGNPXMszRA_LVmcPOeqeDbqbgLicgjuWNFJdAuo, (GFKZjHfobKJLrxczgBweGNPXMszRA * __this, MethodInfo * method)); DO_APP_FUNC(0x0221FCB0, void, TwEEqzAdHdQMPMbtxaTUEBRaqYhhb__ctor, (TwEEqzAdHdQMPMbtxaTUEBRaqYhhb * __this, void * param_000144f8, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TwEEqzAdHdQMPMbtxaTUEBRaqYhhb__ctor_1, (TwEEqzAdHdQMPMbtxaTUEBRaqYhhb * __this, MethodInfo * method)); DO_APP_FUNC(0x0221FD00, int32_t, TwEEqzAdHdQMPMbtxaTUEBRaqYhhb_JVciuLXdTgnRzaWUmqGxwHwXkjZx, (TwEEqzAdHdQMPMbtxaTUEBRaqYhhb * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54010, TwEEqzAdHdQMPMbtxaTUEBRaqYhhb_JVciuLXdTgnRzaWUmqGxwHwXkjZx__MethodInfo); DO_APP_FUNC(0x0221FDD0, void, TwEEqzAdHdQMPMbtxaTUEBRaqYhhb_ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (TwEEqzAdHdQMPMbtxaTUEBRaqYhhb * __this, bool param_000144f9, MethodInfo * method)); DO_APP_FUNC(0x0221FF60, void, TwEEqzAdHdQMPMbtxaTUEBRaqYhhb_JUrpjOlsUWqgRtXMhIyHuoEWmnAC, (TwEEqzAdHdQMPMbtxaTUEBRaqYhhb * __this, MethodInfo * method)); DO_APP_FUNC(0x0221FFF0, void, TwEEqzAdHdQMPMbtxaTUEBRaqYhhb_sNWABViLtvsBiwioSfJtHQTfoMfNA, (TwEEqzAdHdQMPMbtxaTUEBRaqYhhb * __this, void * param_000144fa, MethodInfo * method)); DO_APP_FUNC(0x02220080, void, fqcRIsLAImvoPUnWXMQqpMtLMMMJ__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0221FCB0, void, zkCyBhPGGhnOAcfagkJtLeqOpchw__ctor, (zkCyBhPGGhnOAcfagkJtLeqOpchw * __this, void * param_000144fb, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, zkCyBhPGGhnOAcfagkJtLeqOpchw__ctor_1, (zkCyBhPGGhnOAcfagkJtLeqOpchw * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, void *, zkCyBhPGGhnOAcfagkJtLeqOpchw_qUwmNRaONJxBxlhLfnRyTujyOOmI, (zkCyBhPGGhnOAcfagkJtLeqOpchw * __this, MethodInfo * method)); DO_APP_FUNC(0x0221FCB0, void, zkCyBhPGGhnOAcfagkJtLeqOpchw_wdRzgxyWSfrLnZIpabxBRJPiCRbJA, (zkCyBhPGGhnOAcfagkJtLeqOpchw * __this, void * param_000144fc, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, zkCyBhPGGhnOAcfagkJtLeqOpchw_JUrpjOlsUWqgRtXMhIyHuoEWmnAC, (zkCyBhPGGhnOAcfagkJtLeqOpchw * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, zkCyBhPGGhnOAcfagkJtLeqOpchw_sNWABViLtvsBiwioSfJtHQTfoMfNA, (zkCyBhPGGhnOAcfagkJtLeqOpchw * __this, void * param_000144fd, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, zkCyBhPGGhnOAcfagkJtLeqOpchw_ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (zkCyBhPGGhnOAcfagkJtLeqOpchw * __this, bool param_000144fe, MethodInfo * method)); DO_APP_FUNC(0x02220110, void, DONsSVtYYdiIbOmxAbJDTnGGGLTJA_koAztZrcZLyuMlaqoUCpAMQQIsgb, (DONsSVtYYdiIbOmxAbJDTnGGGLTJA * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, DONsSVtYYdiIbOmxAbJDTnGGGLTJA_MvQDThPiZlfbPinkvaMhpTrROACM, (DONsSVtYYdiIbOmxAbJDTnGGGLTJA * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, DONsSVtYYdiIbOmxAbJDTnGGGLTJA_RZIShFGgvRDUOeNArTDaSyaOAvKm, (DONsSVtYYdiIbOmxAbJDTnGGGLTJA * __this, bool param_000144ff, MethodInfo * method)); DO_APP_FUNC(0x02220160, void, DONsSVtYYdiIbOmxAbJDTnGGGLTJA_Dispose, (DONsSVtYYdiIbOmxAbJDTnGGGLTJA * __this, MethodInfo * method)); DO_APP_FUNC(0x02220170, void, DONsSVtYYdiIbOmxAbJDTnGGGLTJA_cmFRqNAKmwXhuLqHoYRjppDeqtNw, (DONsSVtYYdiIbOmxAbJDTnGGGLTJA * __this, bool param_00014500, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DONsSVtYYdiIbOmxAbJDTnGGGLTJA__ctor, (DONsSVtYYdiIbOmxAbJDTnGGGLTJA * __this, MethodInfo * method)); DO_APP_FUNC(0x01262980, void, fuxLlWsjEGbhmJsWNqYSFBhaScUe__ctor, (fuxLlWsjEGbhmJsWNqYSFBhaScUe * __this, void * param_00014502, MethodInfo * method)); DO_APP_FUNC(0x02220290, fuxLlWsjEGbhmJsWNqYSFBhaScUe *, fuxLlWsjEGbhmJsWNqYSFBhaScUe_qlQFyYbsFtREWUEDvqgpZPFXOEHGA, (void * param_00014503, MethodInfo * method)); DO_APP_FUNC(0x01467310, Void *, fuxLlWsjEGbhmJsWNqYSFBhaScUe_qlQFyYbsFtREWUEDvqgpZPFXOEHGA_1, (fuxLlWsjEGbhmJsWNqYSFBhaScUe * param_00014504, MethodInfo * method)); DO_APP_FUNC(0x022202E0, String *, fuxLlWsjEGbhmJsWNqYSFBhaScUe_LVmcPOeqeDbqbgLicgjuWNFJdAuo, (fuxLlWsjEGbhmJsWNqYSFBhaScUe * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, fuxLlWsjEGbhmJsWNqYSFBhaScUe_mwDGsmfTGspighSucRblGVFHpgGGc, (fuxLlWsjEGbhmJsWNqYSFBhaScUe * __this, MethodInfo * method)); DO_APP_FUNC(0x02220480, bool, fuxLlWsjEGbhmJsWNqYSFBhaScUe_CYQtMiSiYCbPscwsgRvMGVWHNBtX, (fuxLlWsjEGbhmJsWNqYSFBhaScUe * __this, fuxLlWsjEGbhmJsWNqYSFBhaScUe * param_00014505, MethodInfo * method)); DO_APP_FUNC(0x022204A0, bool, fuxLlWsjEGbhmJsWNqYSFBhaScUe_CYQtMiSiYCbPscwsgRvMGVWHNBtX_1, (fuxLlWsjEGbhmJsWNqYSFBhaScUe * __this, Object * param_00014506, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, IpQCkqlgJLyrFpAOyBfUxXQpJsWK__ctor, (IpQCkqlgJLyrFpAOyBfUxXQpJsWK * __this, int32_t param_00014507, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, IpQCkqlgJLyrFpAOyBfUxXQpJsWK__ctor_1, (IpQCkqlgJLyrFpAOyBfUxXQpJsWK * __this, uint32_t param_00014508, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, IpQCkqlgJLyrFpAOyBfUxXQpJsWK_QZnLsuhBqJRHgHcSYuSuquUnBctv, (IpQCkqlgJLyrFpAOyBfUxXQpJsWK * __this, MethodInfo * method)); DO_APP_FUNC(0x022205B0, bool, IpQCkqlgJLyrFpAOyBfUxXQpJsWK_LQgjFNsEkenKfzNTEgrjduzwsrIF, (IpQCkqlgJLyrFpAOyBfUxXQpJsWK * __this, MethodInfo * method)); DO_APP_FUNC(0x02220600, int32_t, IpQCkqlgJLyrFpAOyBfUxXQpJsWK_TWmtUCOtyoAgJjPuIQQFTmoCCVaEA, (IpQCkqlgJLyrFpAOyBfUxXQpJsWK param_00014509, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, IpQCkqlgJLyrFpAOyBfUxXQpJsWK, IpQCkqlgJLyrFpAOyBfUxXQpJsWK_qlQFyYbsFtREWUEDvqgpZPFXOEHGA, (int32_t param_0001450a, MethodInfo * method)); DO_APP_FUNC(0x02220650, bool, IpQCkqlgJLyrFpAOyBfUxXQpJsWK_Equals, (IpQCkqlgJLyrFpAOyBfUxXQpJsWK * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK other, MethodInfo * method)); DO_APP_FUNC(0x022206B0, bool, IpQCkqlgJLyrFpAOyBfUxXQpJsWK_CYQtMiSiYCbPscwsgRvMGVWHNBtX, (IpQCkqlgJLyrFpAOyBfUxXQpJsWK * __this, Object * param_0001450c, MethodInfo * method)); DO_APP_FUNC(0x02220790, int32_t, IpQCkqlgJLyrFpAOyBfUxXQpJsWK_mwDGsmfTGspighSucRblGVFHpgGGc, (IpQCkqlgJLyrFpAOyBfUxXQpJsWK * __this, MethodInfo * method)); DO_APP_FUNC(0x022207E0, String *, IpQCkqlgJLyrFpAOyBfUxXQpJsWK_LVmcPOeqeDbqbgLicgjuWNFJdAuo, (IpQCkqlgJLyrFpAOyBfUxXQpJsWK * __this, MethodInfo * method)); DO_APP_FUNC(0x02220980, void, IpQCkqlgJLyrFpAOyBfUxXQpJsWK_PnvDnjxwYvWtGsBMtdXnjnKuAJdB, (IpQCkqlgJLyrFpAOyBfUxXQpJsWK * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53F28, IpQCkqlgJLyrFpAOyBfUxXQpJsWK_PnvDnjxwYvWtGsBMtdXnjnKuAJdB__MethodInfo); DO_APP_FUNC(0x022209F0, void, IpQCkqlgJLyrFpAOyBfUxXQpJsWK__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02221460, void, DtqAEEJiDJPjNlUOxJfuxiAZflzJ__ctor, (DtqAEEJiDJPjNlUOxJfuxiAZflzJ * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK param_0001450d, String * param_0001450e, String * param_0001450f, String * param_00014510, String * param_00014511, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, IpQCkqlgJLyrFpAOyBfUxXQpJsWK, DtqAEEJiDJPjNlUOxJfuxiAZflzJ_GxGYqWAPgcfFBNAWYimJcnlaWsJv, (DtqAEEJiDJPjNlUOxJfuxiAZflzJ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DtqAEEJiDJPjNlUOxJfuxiAZflzJ_xxliodJEOHEdogxZkoMwpXYCWiiWA, (DtqAEEJiDJPjNlUOxJfuxiAZflzJ * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK param_00014512, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, DtqAEEJiDJPjNlUOxJfuxiAZflzJ_qhbXWZpmOLVqUNMBYicvPNkkAKE, (DtqAEEJiDJPjNlUOxJfuxiAZflzJ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, DtqAEEJiDJPjNlUOxJfuxiAZflzJ_CYFLnoULMPDWFCVDLlYHIGxWKCdtA, (DtqAEEJiDJPjNlUOxJfuxiAZflzJ * __this, String * param_00014513, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, DtqAEEJiDJPjNlUOxJfuxiAZflzJ_VoiVrqooelKcnXTgjKKuniKPLPSp, (DtqAEEJiDJPjNlUOxJfuxiAZflzJ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, DtqAEEJiDJPjNlUOxJfuxiAZflzJ_cumawzbFlzqcaUwUWfcJZScUPEeK, (DtqAEEJiDJPjNlUOxJfuxiAZflzJ * __this, String * param_00014514, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, DtqAEEJiDJPjNlUOxJfuxiAZflzJ_eoOueAWuXWMcgTRCFPQvEietKuRt, (DtqAEEJiDJPjNlUOxJfuxiAZflzJ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, DtqAEEJiDJPjNlUOxJfuxiAZflzJ_SqBsPyyPfjvVRwAFFKmccycYuDmb, (DtqAEEJiDJPjNlUOxJfuxiAZflzJ * __this, String * param_00014515, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, DtqAEEJiDJPjNlUOxJfuxiAZflzJ_vGlAffaQJdbUMaFCZQtJfscFJFioc, (DtqAEEJiDJPjNlUOxJfuxiAZflzJ * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, DtqAEEJiDJPjNlUOxJfuxiAZflzJ_MgDaTRjebjABYkMWQdDTaIzBIeWDb, (DtqAEEJiDJPjNlUOxJfuxiAZflzJ * __this, String * param_00014516, MethodInfo * method)); DO_APP_FUNC(0x022215B0, bool, DtqAEEJiDJPjNlUOxJfuxiAZflzJ_CYQtMiSiYCbPscwsgRvMGVWHNBtX, (DtqAEEJiDJPjNlUOxJfuxiAZflzJ * __this, DtqAEEJiDJPjNlUOxJfuxiAZflzJ * param_00014517, MethodInfo * method)); DO_APP_FUNC(0x02221670, bool, DtqAEEJiDJPjNlUOxJfuxiAZflzJ_CYQtMiSiYCbPscwsgRvMGVWHNBtX_1, (DtqAEEJiDJPjNlUOxJfuxiAZflzJ * __this, Object * param_00014518, MethodInfo * method)); DO_APP_FUNC(0x02221800, int32_t, DtqAEEJiDJPjNlUOxJfuxiAZflzJ_mwDGsmfTGspighSucRblGVFHpgGGc, (DtqAEEJiDJPjNlUOxJfuxiAZflzJ * __this, MethodInfo * method)); DO_APP_FUNC(0x02221870, String *, DtqAEEJiDJPjNlUOxJfuxiAZflzJ_LVmcPOeqeDbqbgLicgjuWNFJdAuo, (DtqAEEJiDJPjNlUOxJfuxiAZflzJ * __this, MethodInfo * method)); DO_APP_FUNC(0x02221AD0, DtqAEEJiDJPjNlUOxJfuxiAZflzJ *, DtqAEEJiDJPjNlUOxJfuxiAZflzJ_hDysaIldBGBdncjAaXlDeADYLxkxA, (IpQCkqlgJLyrFpAOyBfUxXQpJsWK param_00014519, MethodInfo * method)); DO_APP_FUNC(0x022221F0, void, DtqAEEJiDJPjNlUOxJfuxiAZflzJ_VWqdVvVrskTHxOvBgJcHiecnFZuE, (Type * param_0001451a, MethodInfo * method)); DO_APP_FUNC(0x02222490, String *, DtqAEEJiDJPjNlUOxJfuxiAZflzJ_BRCydjKzFauqMdnrZaapWfFnCqWE, (int32_t param_0001451b, MethodInfo * method)); DO_APP_FUNC(0x02222600, uint32_t, DtqAEEJiDJPjNlUOxJfuxiAZflzJ_OwrJjhACQtrMEoeAUjquWOhmvhFG, (int32_t param_0001451c, void * param_0001451d, int32_t param_0001451e, int32_t param_0001451f, void * * param_00014520, int32_t param_00014521, void * param_00014522, MethodInfo * method)); DO_APP_FUNC(0x022226B0, void, DtqAEEJiDJPjNlUOxJfuxiAZflzJ__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02222910, void, cbyUiVefFlHVnbUJtDuDNQeJTsfmA__ctor, (cbyUiVefFlHVnbUJtDuDNQeJTsfmA * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK param_00014523, MethodInfo * method)); DO_APP_FUNC(0x02222B30, void, cbyUiVefFlHVnbUJtDuDNQeJTsfmA__ctor_1, (cbyUiVefFlHVnbUJtDuDNQeJTsfmA * __this, DtqAEEJiDJPjNlUOxJfuxiAZflzJ * param_00014524, MethodInfo * method)); DO_APP_FUNC(0x02222C80, Void *, ltZyyyCOqCBvCsdArfJhhYuMkHIuA_GaOUDmzVIDtYpgAZcVHQsMyTmcvk, (Void * param_00014525, Void * param_00014526, void * param_00014527, MethodInfo * method)); DO_APP_FUNC(0x02222D20, Void *, ltZyyyCOqCBvCsdArfJhhYuMkHIuA_QBhmEhwtQdAZeGUrxeRZIFAliVOn, (Void * param_00014528, Void * param_00014529, int32_t param_0001452a, MethodInfo * method)); DO_APP_FUNC(0x02222D20, void, ltZyyyCOqCBvCsdArfJhhYuMkHIuA_CNBvoutbZPgbAMiwWaNuOaGjQRhC, (void * param_0001452b, void * param_0001452c, int32_t param_0001452d, MethodInfo * method)); DO_APP_FUNC(0x02222DC0, Guid, ltZyyyCOqCBvCsdArfJhhYuMkHIuA_NefGGOdexiSBsFcnxdOZKBrodpPbb, (Type * param_0001452e, MethodInfo * method)); DO_APP_FUNC(0x02222E00, String *, ltZyyyCOqCBvCsdArfJhhYuMkHIuA_IzRmwhSwYgRFoCiexuUEQNFIoDNW, (void * param_0001452f, int32_t param_00014530, MethodInfo * method)); DO_APP_FUNC(0x02222E40, void *, MvuBcSFavsboGCnLcnrkzRubbOCaB_VGCfmiKLWXxLCaDilPpyfZvSSnHt, (void * param_00014533, void * param_00014534, int32_t param_00014535, void * param_00014536, void * param_00014537, MethodInfo * method)); DO_APP_FUNC(0x02222EF0, void *, MvuBcSFavsboGCnLcnrkzRubbOCaB_usSdsHtwwLHQhIrnnMJgGbYWgpAd, (String * param_00014538, MethodInfo * method)); DO_APP_FUNC(0x02222F80, void *, MvuBcSFavsboGCnLcnrkzRubbOCaB_MNwnhqPAtpNsfKCbyCObsVfWVyRh, (void * param_00014539, MvuBcSFavsboGCnLcnrkzRubbOCaB_PtUdmGGDrQRNHHVOuvgdgNKAulgj__Enum param_0001453a, MethodInfo * method)); DO_APP_FUNC(0x02223040, void *, MvuBcSFavsboGCnLcnrkzRubbOCaB_ipyCONZFeXDSkbUXvAIsvjZoCwyD, (void * param_0001453b, MvuBcSFavsboGCnLcnrkzRubbOCaB_PtUdmGGDrQRNHHVOuvgdgNKAulgj__Enum param_0001453c, MethodInfo * method)); DO_APP_FUNC(0x022230D0, void *, MvuBcSFavsboGCnLcnrkzRubbOCaB_cKnzMToyHFlQnIqBdtHBaXlbjfsM, (void * param_0001453d, MvuBcSFavsboGCnLcnrkzRubbOCaB_PtUdmGGDrQRNHHVOuvgdgNKAulgj__Enum param_0001453e, MethodInfo * method)); DO_APP_FUNC(0x02223160, bool, MvuBcSFavsboGCnLcnrkzRubbOCaB_TsjDmCtYRahNcdzUOlFzsfoebnsD, (void * param_0001453f, MethodInfo * method)); DO_APP_FUNC(0x022231E0, void, MvuBcSFavsboGCnLcnrkzRubbOCaB__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02223240, int32_t, exarigLDNtDEaYVUwCksJVldldinA_ecGFSYLVtFjQzDFnryRmMfbCxqUx, (int32_t param_00014540, Void * param_00014541, MethodInfo * method)); DO_APP_FUNC(0x02223240, int32_t, exarigLDNtDEaYVUwCksJVldldinA_OPkMfYLJbesuSiHMbxOXimAcAiCP, (int32_t param_00014542, Void * param_00014543, MethodInfo * method)); DO_APP_FUNC(0x022232D0, int32_t, exarigLDNtDEaYVUwCksJVldldinA_yZjdgTGdZVsOERUJysDcGfCBJQhN, (int32_t param_00014544, Void * param_00014545, MethodInfo * method)); DO_APP_FUNC(0x022232D0, int32_t, exarigLDNtDEaYVUwCksJVldldinA_EBAAsNFhiljGFYLqfubSSwHDNXrjA, (int32_t param_00014546, Void * param_00014547, MethodInfo * method)); DO_APP_FUNC(0x02223360, int32_t, exarigLDNtDEaYVUwCksJVldldinA_HLnDCbyNWthdEPnLQCCOnOYDwTPj, (int32_t param_00014548, Void * param_00014549, MethodInfo * method)); DO_APP_FUNC(0x02223360, int32_t, exarigLDNtDEaYVUwCksJVldldinA_JpgEKYAFwGXThaYElxNRURmGseCw, (int32_t param_0001454a, Void * param_0001454b, MethodInfo * method)); DO_APP_FUNC(0x022233F0, int32_t, exarigLDNtDEaYVUwCksJVldldinA_yLymjmTJiTjotaFrOkSJaBNalLNab, (int32_t param_0001454c, Void * param_0001454d, MethodInfo * method)); DO_APP_FUNC(0x022233F0, int32_t, exarigLDNtDEaYVUwCksJVldldinA_EPCOtVcTQVmkjIOuZfnrqpvUrZUu, (int32_t param_0001454e, Void * param_0001454f, MethodInfo * method)); DO_APP_FUNC(0x02223480, int32_t, exarigLDNtDEaYVUwCksJVldldinA_icTXoFSlFCfYbpTXWqyIwMRRKSwh, (int32_t param_00014550, Void * param_00014551, MethodInfo * method)); DO_APP_FUNC(0x02223480, int32_t, exarigLDNtDEaYVUwCksJVldldinA_pedbQkmlhIDmUqiGGTbIWccHvXOV, (int32_t param_00014552, Void * param_00014553, MethodInfo * method)); DO_APP_FUNC(0x02223510, bool, exarigLDNtDEaYVUwCksJVldldinA_vLfMQbQjvTpxquaVTRfDzPxHjufe, (MethodInfo * method)); DO_APP_FUNC(0x02223550, cOkweYcnkHdyWuqEdbZVuivClOnK__Enum, exarigLDNtDEaYVUwCksJVldldinA_NOlaSJtHjkisHEotkWrFzypZRHcJ, (MethodInfo * method)); DO_APP_FUNC(0x02223590, exarigLDNtDEaYVUwCksJVldldinA_HHzyMkQCLNpKeBssvgdeLTnJUXXA *, exarigLDNtDEaYVUwCksJVldldinA_enGsOVrTiXNNpSKyhMEciLgkalax, (MethodInfo * method)); DO_APP_FUNC(0x022235D0, bool, exarigLDNtDEaYVUwCksJVldldinA_oFAdiMAHuRZYlTcAeMWxznNznaOnA, (cOkweYcnkHdyWuqEdbZVuivClOnK__Enum * param_00014554, String * * param_00014555, int32_t * param_00014556, MethodInfo * method)); DO_APP_FUNC(0x02223A50, bool, exarigLDNtDEaYVUwCksJVldldinA_uLeFGykLegNlrAHFEXJfNdzlRcxfB, (MethodInfo * method)); DO_APP_FUNC(0x02223B60, bool, exarigLDNtDEaYVUwCksJVldldinA_YPrXhrelnjsrJvpiIZSKJhaMSgEW, (MethodInfo * method)); DO_APP_FUNC(0x02223C70, bool, exarigLDNtDEaYVUwCksJVldldinA_SzEEpCbPASSxlIgeCLNsVwvFpfVd, (MethodInfo * method)); DO_APP_FUNC(0x02223D80, bool, exarigLDNtDEaYVUwCksJVldldinA_LVhDODBAqtNZEqerBegDBUYvxtuH, (MethodInfo * method)); DO_APP_FUNC(0x02223E90, bool, exarigLDNtDEaYVUwCksJVldldinA_mJvEPKfjfewSwAKUCFIiDDatcgmJA, (MethodInfo * method)); DO_APP_FUNC(0x02223FA0, bool, exarigLDNtDEaYVUwCksJVldldinA_viHCTLgKofinPPLWuywortOcHNEaA, (MethodInfo * method)); DO_APP_FUNC(0x02223FD0, bool, exarigLDNtDEaYVUwCksJVldldinA_EUgkZacqfIEthCNOlpqCGpjTKVLA, (MethodInfo * method)); DO_APP_FUNC(0x02224040, void, exarigLDNtDEaYVUwCksJVldldinA_MhmdUxEOVEkIwsgiABvHtwkDADYi, (MethodInfo * method)); DO_APP_FUNC(0x022240E0, void, exarigLDNtDEaYVUwCksJVldldinA_HHzyMkQCLNpKeBssvgdeLTnJUXXA__ctor, (exarigLDNtDEaYVUwCksJVldldinA_HHzyMkQCLNpKeBssvgdeLTnJUXXA * __this, Object * param_00014557, void * param_00014558, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, exarigLDNtDEaYVUwCksJVldldinA_HHzyMkQCLNpKeBssvgdeLTnJUXXA_Invoke, (exarigLDNtDEaYVUwCksJVldldinA_HHzyMkQCLNpKeBssvgdeLTnJUXXA * __this, int32_t arg0, Void * arg1, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, BdACSJchhOOtndVeqHEImuFxBOOY__ctor, (BdACSJchhOOtndVeqHEImuFxBOOY * __this, jhIfZXSQdsChTrkZNrQAffepYdWj__Enum param_0001455b, MethodInfo * method)); DO_APP_FUNC(0x02224210, gUSyaRhcurFFxWpITxNSYlEVrpsT, BdACSJchhOOtndVeqHEImuFxBOOY_tztFvmfHuppIVKsXlaHuAjEnSfWyA, (BdACSJchhOOtndVeqHEImuFxBOOY * __this, FarCaICiULDzSapxbfZPGvErZVoy__Enum param_0001455c, MethodInfo * method)); DO_APP_FUNC(0x022242F0, bool, BdACSJchhOOtndVeqHEImuFxBOOY_TtjaIAuuLRHNrsEcSWCWjsbEeMNX, (BdACSJchhOOtndVeqHEImuFxBOOY * __this, rpxIYXtczSAEpdhyrDEYcJoufCaG * param_0001455d, MethodInfo * method)); DO_APP_FUNC(0x02224310, IpQCkqlgJLyrFpAOyBfUxXQpJsWK, BdACSJchhOOtndVeqHEImuFxBOOY_FCzQNTpXGUcHzmjQHbDDjsbmyLbB, (BdACSJchhOOtndVeqHEImuFxBOOY * __this, aQHgSHeigtcamfIWbNaiXaCiVwuq param_0001455e, MethodInfo * method)); DO_APP_FUNC(0x022243D0, bool, BdACSJchhOOtndVeqHEImuFxBOOY_JuhFFGJyhqNTfnOSHKmgszUPDlGWA, (BdACSJchhOOtndVeqHEImuFxBOOY * __this, MethodInfo * method)); DO_APP_FUNC(0x02224400, String *, HmAcNXaDOwcBaXnHmUCisFjFgxag_LVmcPOeqeDbqbgLicgjuWNFJdAuo, (HmAcNXaDOwcBaXnHmUCisFjFgxag * __this, MethodInfo * method)); DO_APP_FUNC(0x02224770, int32_t, QOFvqpkaSiLPOKScrqULLtJwGeen_CdbFTSgzHhpSadoijHaEouzqdWevA, (int32_t param_0001455f, aQHgSHeigtcamfIWbNaiXaCiVwuq param_00014560, MethodInfo * method)); DO_APP_FUNC(0x02224A30, int32_t, QOFvqpkaSiLPOKScrqULLtJwGeen_EdDAifkBzibXHELxvreIANOfUPRBB, (int32_t param_00014561, Void * param_00014562, MethodInfo * method)); DO_APP_FUNC(0x02224CB0, int32_t, QOFvqpkaSiLPOKScrqULLtJwGeen_RjrawkixIktxwMTRTTsQehGBNVHfb, (int32_t param_00014563, Void * param_00014564, MethodInfo * method)); DO_APP_FUNC(0x02224D40, int32_t, QOFvqpkaSiLPOKScrqULLtJwGeen_WWGPCtpOVqdVIHJGlaalPhUyzYRR, (int32_t param_00014565, Void * param_00014566, MethodInfo * method)); DO_APP_FUNC(0x02224DD0, int32_t, QOFvqpkaSiLPOKScrqULLtJwGeen_EhretuTlLVCOCdGeniSvAzisIKnZA, (int32_t param_00014567, Void * param_00014568, MethodInfo * method)); DO_APP_FUNC(0x02224E60, int32_t, QOFvqpkaSiLPOKScrqULLtJwGeen_XKvdlHZjGxmUeYtAUrPngkQHQuZQ, (int32_t param_00014569, Void * param_0001456a, MethodInfo * method)); DO_APP_FUNC(0x02224EF0, int32_t, QOFvqpkaSiLPOKScrqULLtJwGeen_sWfHKhTMQZoLOSNYhUORqPQdRnfx, (int32_t param_0001456b, Void * param_0001456c, MethodInfo * method)); DO_APP_FUNC(0x02224F80, int32_t, QOFvqpkaSiLPOKScrqULLtJwGeen_PlVMsjzidcAOPBbXBEXkoBLNfCadA, (int32_t param_0001456d, rpxIYXtczSAEpdhyrDEYcJoufCaG * param_0001456e, MethodInfo * method)); DO_APP_FUNC(0x02224F90, int32_t, QOFvqpkaSiLPOKScrqULLtJwGeen_OwKIvsdxVnLSjXixCvhGVDKKZPtc, (int32_t param_0001456f, Void * param_00014570, MethodInfo * method)); DO_APP_FUNC(0x022252E0, int32_t, QOFvqpkaSiLPOKScrqULLtJwGeen_OPkMfYLJbesuSiHMbxOXimAcAiCP, (int32_t param_00014571, Void * param_00014572, MethodInfo * method)); DO_APP_FUNC(0x02225370, int32_t, QOFvqpkaSiLPOKScrqULLtJwGeen_EBAAsNFhiljGFYLqfubSSwHDNXrjA, (int32_t param_00014573, Void * param_00014574, MethodInfo * method)); DO_APP_FUNC(0x02225400, int32_t, QOFvqpkaSiLPOKScrqULLtJwGeen_JpgEKYAFwGXThaYElxNRURmGseCw, (int32_t param_00014575, Void * param_00014576, MethodInfo * method)); DO_APP_FUNC(0x02225490, int32_t, QOFvqpkaSiLPOKScrqULLtJwGeen_EPCOtVcTQVmkjIOuZfnrqpvUrZUu, (int32_t param_00014577, Void * param_00014578, MethodInfo * method)); DO_APP_FUNC(0x02225520, int32_t, QOFvqpkaSiLPOKScrqULLtJwGeen_pedbQkmlhIDmUqiGGTbIWccHvXOV, (int32_t param_00014579, Void * param_0001457a, MethodInfo * method)); DO_APP_FUNC(0x022255B0, int32_t, QOFvqpkaSiLPOKScrqULLtJwGeen_JwgnxHmsPrucikJZgOJBZHiLaXXP, (int32_t param_0001457b, FarCaICiULDzSapxbfZPGvErZVoy__Enum param_0001457c, gUSyaRhcurFFxWpITxNSYlEVrpsT * param_0001457d, MethodInfo * method)); DO_APP_FUNC(0x022255D0, int32_t, QOFvqpkaSiLPOKScrqULLtJwGeen_OanhdlhyETOotnamsXeYkzREjDEg, (int32_t param_0001457e, int32_t param_0001457f, Void * param_00014580, MethodInfo * method)); DO_APP_FUNC(0x02225860, int32_t, QOFvqpkaSiLPOKScrqULLtJwGeen_KNyqNfOEOXVvBmNjIuWPNgcZFEDB, (int32_t param_00014581, int32_t param_00014582, Void * param_00014583, MethodInfo * method)); DO_APP_FUNC(0x022258F0, int32_t, QOFvqpkaSiLPOKScrqULLtJwGeen_cDXIdxuZJUIIsiwWSFPBPplIJqRJ, (int32_t param_00014584, int32_t param_00014585, Void * param_00014586, MethodInfo * method)); DO_APP_FUNC(0x02225980, int32_t, QOFvqpkaSiLPOKScrqULLtJwGeen_GLWWABoQgGjbpedbzAUirXMCfPQb, (int32_t param_00014587, int32_t param_00014588, Void * param_00014589, MethodInfo * method)); DO_APP_FUNC(0x02225A10, int32_t, QOFvqpkaSiLPOKScrqULLtJwGeen_eSfxModbnOgrEeEqWbQuGLmFIZKuA, (int32_t param_0001458a, int32_t param_0001458b, Void * param_0001458c, MethodInfo * method)); DO_APP_FUNC(0x02225AA0, int32_t, QOFvqpkaSiLPOKScrqULLtJwGeen_RNyEBUVmIHreULHKwJpgRmYGxCaq, (int32_t param_0001458d, int32_t param_0001458e, Void * param_0001458f, MethodInfo * method)); DO_APP_FUNC(0x021FFE50, void, mpaLPxHPAdcoRcKwvOFTaxXvswum__ctor, (mpaLPxHPAdcoRcKwvOFTaxXvswum * __this, Object * param_00014590, void * param_00014591, MethodInfo * method)); DO_APP_FUNC(0x003EE800, void *, mpaLPxHPAdcoRcKwvOFTaxXvswum_Invoke, (mpaLPxHPAdcoRcKwvOFTaxXvswum * __this, void * hWnd, uint32_t msg, void * wParam, void * lParam, MethodInfo * method)); DO_APP_FUNC(0x02225B30, void, ForwardRawInputEventsToUnityDelegate__ctor, (ForwardRawInputEventsToUnityDelegate * __this, Object * param_00014596, void * param_00014597, MethodInfo * method)); DO_APP_FUNC(0x003EBC90, void, ForwardRawInputEventsToUnityDelegate_Invoke, (ForwardRawInputEventsToUnityDelegate * __this, void * rawInputHeaderIndices, void * rawInputDataIndices, uint32_t indicesCount, void * rawInputData, uint32_t rawInputDataSize, MethodInfo * method)); DO_APP_FUNC(0x02225C60, void, fQGmhUoTfEGCGFzPdVXUheHRfwfj_jQsuOfnWgBdSsdsHwhjmjLkSdwvU, (MethodInfo * method)); DO_APP_FUNC(0x02225D30, void, fQGmhUoTfEGCGFzPdVXUheHRfwfj_ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (MethodInfo * method)); DO_APP_FUNC(0x02226060, mpaLPxHPAdcoRcKwvOFTaxXvswum *, fQGmhUoTfEGCGFzPdVXUheHRfwfj_ACHKpZeamJzgvnRRofzfTYbSaZqH, (MethodInfo * method)); DO_APP_FUNC(0x02226100, void, fQGmhUoTfEGCGFzPdVXUheHRfwfj_jlOGjLgVmKtVOIDMTDrqSCkGoNjnA, (void * param_0001459d, bool param_0001459e, MethodInfo * method)); DO_APP_FUNC(0x02226220, void, fQGmhUoTfEGCGFzPdVXUheHRfwfj_JPQoJdQGLzLESMQuSjrYyMWdvTn, (bool param_0001459f, MethodInfo * method)); DO_APP_FUNC(0x022262C0, void, fQGmhUoTfEGCGFzPdVXUheHRfwfj_eGAFaajVQFVPMIYAlBjidLFGUKXdA, (ForwardRawInputEventsToUnityDelegate * param_000145a0, MethodInfo * method)); DO_APP_FUNC(0x022263B0, void, SfDmCQCjerbvNXSRAQskzDQgvyUE__ctor, (SfDmCQCjerbvNXSRAQskzDQgvyUE * __this, uint32_t param_000145a1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53E08, SfDmCQCjerbvNXSRAQskzDQgvyUE__ctor__MethodInfo); DO_APP_FUNC(0x02226540, void *, SfDmCQCjerbvNXSRAQskzDQgvyUE_MPNEmxfhoflyXieBsaInrPtZWSst, (SfDmCQCjerbvNXSRAQskzDQgvyUE * __this, uint32_t param_000145a2, Void * param_000145a3, MethodInfo * method)); DO_APP_FUNC(0x02226670, void, SfDmCQCjerbvNXSRAQskzDQgvyUE_Dispose, (SfDmCQCjerbvNXSRAQskzDQgvyUE * __this, MethodInfo * method)); DO_APP_FUNC(0x01F783B0, void, SfDmCQCjerbvNXSRAQskzDQgvyUE_koAztZrcZLyuMlaqoUCpAMQQIsgb, (SfDmCQCjerbvNXSRAQskzDQgvyUE * __this, MethodInfo * method)); DO_APP_FUNC(0x022266E0, void, SfDmCQCjerbvNXSRAQskzDQgvyUE_ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (SfDmCQCjerbvNXSRAQskzDQgvyUE * __this, bool param_000145a4, MethodInfo * method)); DO_APP_FUNC(0x02226770, GEkTLWOzrjueegRfpWbBUAyxBMpf *, bZBnvomNtURhFhLiXePYBDaJfKxgA_CDNzYFEiLYSjspVrmmxzhGphRfNT, (GEkTLWOzrjueegRfpWbBUAyxBMpf * param_000145a5, MethodInfo * method)); DO_APP_FUNC(0x022267A0, GEkTLWOzrjueegRfpWbBUAyxBMpf *, bZBnvomNtURhFhLiXePYBDaJfKxgA_MJgTLnqkEYwYkZZFqkQoMxPnATzp, (GEkTLWOzrjueegRfpWbBUAyxBMpf * param_000145a6, MethodInfo * method)); DO_APP_FUNC(0x02226770, GEkTLWOzrjueegRfpWbBUAyxBMpf *, bZBnvomNtURhFhLiXePYBDaJfKxgA_JssoiKAzNwQVBdsLYHwxzrMEEZuI, (GEkTLWOzrjueegRfpWbBUAyxBMpf * param_000145a7, MethodInfo * method)); DO_APP_FUNC(0x022267D0, uint32_t, bZBnvomNtURhFhLiXePYBDaJfKxgA_rAWKMrMtkgbCgzbVCKPXXGpGWfZE, (uint32_t param_000145a8, MethodInfo * method)); DO_APP_FUNC(0x022267E0, uint64_t, bZBnvomNtURhFhLiXePYBDaJfKxgA_HRUQxUnbLcqgrqgLdEkqoSkcVlaC, (uint64_t param_000145a9, MethodInfo * method)); DO_APP_FUNC(0x022267F0, void, gEPJIdTJwmJwoXPlEpTuwVGlPAjJ_CwLtijLsqIDeUmJnxYMVMzMggUaj, (ForwardRawInputEventsToUnityDelegate * param_000145aa, MethodInfo * method)); DO_APP_FUNC(0x022268B0, void, gEPJIdTJwmJwoXPlEpTuwVGlPAjJ_zLGkUaZqBSMSvOUUbcWHBOemmptp, (Action_2_KGpfpVumzcziOxJRZbURZTEAJARe_Double_ * param_000145ab, MethodInfo * method)); DO_APP_FUNC(0x02226A20, void, gEPJIdTJwmJwoXPlEpTuwVGlPAjJ_hKdCUSuTzzrrCjilCuVHoBMTwjdL, (Action_2_KGpfpVumzcziOxJRZbURZTEAJARe_Double_ * param_000145ac, MethodInfo * method)); DO_APP_FUNC(0x02226B90, void, gEPJIdTJwmJwoXPlEpTuwVGlPAjJ_XgweoIysaUHYPiLUkovzbJJZFnGpA, (Action_2_fsRiDBEERnIQlMGEHJRgRRiEbYqF_Double_ * param_000145ad, MethodInfo * method)); DO_APP_FUNC(0x02226D00, void, gEPJIdTJwmJwoXPlEpTuwVGlPAjJ_kJSAlbIJoRjGgxaeyDpdxkafuCgu, (Action_2_fsRiDBEERnIQlMGEHJRgRRiEbYqF_Double_ * param_000145ae, MethodInfo * method)); DO_APP_FUNC(0x02226E70, void, gEPJIdTJwmJwoXPlEpTuwVGlPAjJ_aSMivREWrSmZXvIgNVhCxsANASXG, (Action_2_HAtiKZlBnjTWOWEtNgXBPPGKUhuP_Double_ * param_000145af, MethodInfo * method)); DO_APP_FUNC(0x02226FE0, void, gEPJIdTJwmJwoXPlEpTuwVGlPAjJ_bPNgnuiCKnqhMeMZArQdyhZnnsGlb, (Action_2_HAtiKZlBnjTWOWEtNgXBPPGKUhuP_Double_ * param_000145b0, MethodInfo * method)); DO_APP_FUNC(0x02227150, void, gEPJIdTJwmJwoXPlEpTuwVGlPAjJ_TDbgJpRNzlPRPwZCZhPPOzXfpYJL, (Action_1_IntPtr_ * param_000145b1, MethodInfo * method)); DO_APP_FUNC(0x022272D0, void, gEPJIdTJwmJwoXPlEpTuwVGlPAjJ_znnrCMuQwMkHeugcmDmVIWxZbSRbA, (Action_1_IntPtr_ * param_000145b2, MethodInfo * method)); DO_APP_FUNC(0x02227450, void, gEPJIdTJwmJwoXPlEpTuwVGlPAjJ_osWCRSHtHBComkjPkOtrkzvXEgQm, (Action * param_000145b3, MethodInfo * method)); DO_APP_FUNC(0x022275A0, void, gEPJIdTJwmJwoXPlEpTuwVGlPAjJ_ztPkPyyHQfRPArAZfBYYDoUVddmCb, (Action * param_000145b4, MethodInfo * method)); DO_APP_FUNC(0x022276F0, void, gEPJIdTJwmJwoXPlEpTuwVGlPAjJ__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02227E20, void, gEPJIdTJwmJwoXPlEpTuwVGlPAjJ_jlOGjLgVmKtVOIDMTDrqSCkGoNjnA, (void * param_000145b5, bool param_000145b6, MethodInfo * method)); DO_APP_FUNC(0x02227F10, void, gEPJIdTJwmJwoXPlEpTuwVGlPAjJ_JPQoJdQGLzLESMQuSjrYyMWdvTn, (bool param_000145b7, MethodInfo * method)); DO_APP_FUNC(0x02227F70, mpaLPxHPAdcoRcKwvOFTaxXvswum *, gEPJIdTJwmJwoXPlEpTuwVGlPAjJ_ACHKpZeamJzgvnRRofzfTYbSaZqH, (MethodInfo * method)); DO_APP_FUNC(0x02227FD0, List_1_OTOWXECUgLIzgwXfEeXoDsFfLoRQ_ *, gEPJIdTJwmJwoXPlEpTuwVGlPAjJ_GzygSjJBfMufLJomkwEJfEJaxTDDA, (bool param_000145b8, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53DC8, gEPJIdTJwmJwoXPlEpTuwVGlPAjJ_GzygSjJBfMufLJomkwEJfEJaxTDDA__MethodInfo); DO_APP_FUNC(0x02228860, void, gEPJIdTJwmJwoXPlEpTuwVGlPAjJ_tczAVdkQtcIucAUhkSpScGMoZukx, (SlxRMAHMknLXlIwlYNXFkgfOCpoZ__Enum param_000145b9, vATUkrlOiGeLYgQcCuhFNGXvdOC__Enum param_000145ba, MiyEDRjWgTrwpzsYmktTqmGgBfJt__Enum param_000145bb, void * param_000145bc, MethodInfo * method)); DO_APP_FUNC(0x02228930, void, gEPJIdTJwmJwoXPlEpTuwVGlPAjJ_ETNQVfKYmCjpnnCQAsBwlhhLgnuc, (SlxRMAHMknLXlIwlYNXFkgfOCpoZ__Enum param_000145bd, vATUkrlOiGeLYgQcCuhFNGXvdOC__Enum param_000145be, MethodInfo * method)); DO_APP_FUNC(0x02228A00, void, gEPJIdTJwmJwoXPlEpTuwVGlPAjJ_IqeirVCUUEJhXFQOWXCdOtBiFkPb, (MethodInfo * method)); DO_APP_FUNC(0x02228C20, void, gEPJIdTJwmJwoXPlEpTuwVGlPAjJ_JVmPHZFvNwKTBNQvnFdvvEMoBQvDA, (void * param_000145bf, double param_000145c0, MethodInfo * method)); DO_APP_FUNC(0x02229410, void, gEPJIdTJwmJwoXPlEpTuwVGlPAjJ_AZuVepZbDzwvvvnYdFYamItMzRDR, (GEkTLWOzrjueegRfpWbBUAyxBMpf * param_000145c1, Byte__Array * param_000145c2, UInt32__Array * param_000145c3, UInt32__Array * param_000145c4, uint32_t * param_000145c5, uint32_t * param_000145c6, MethodInfo * method)); DO_APP_FUNC(0x02229520, bool, gEPJIdTJwmJwoXPlEpTuwVGlPAjJ_qYeqqGgZWDGsQgVDqfynGisBqXpK, (GEkTLWOzrjueegRfpWbBUAyxBMpf * param_000145c7, Byte__Array * param_000145c8, UInt32__Array * param_000145c9, UInt32__Array * param_000145ca, uint32_t * param_000145cb, uint32_t * param_000145cc, MethodInfo * method)); DO_APP_FUNC(0x022296E0, void, gEPJIdTJwmJwoXPlEpTuwVGlPAjJ_LoHXgvXRgibliPxrEmxGBIIvHlco, (Byte__Array * param_000145cd, UInt32__Array * param_000145ce, UInt32__Array * param_000145cf, uint32_t * param_000145d0, uint32_t * param_000145d1, MethodInfo * method)); DO_APP_FUNC(0x02229940, void, gEPJIdTJwmJwoXPlEpTuwVGlPAjJ_bhbLKsnrIaMjJnlegmUewMLtxLzQ, (GEkTLWOzrjueegRfpWbBUAyxBMpf * param_000145d2, double param_000145d3, MethodInfo * method)); DO_APP_FUNC(0x02229C30, void, gEPJIdTJwmJwoXPlEpTuwVGlPAjJ_LHvnHxGlHFdDLIlPCUafPfKmOXXT, (void * param_000145d4, void * param_000145d5, MethodInfo * method)); DO_APP_FUNC(0x02229D50, void *, gEPJIdTJwmJwoXPlEpTuwVGlPAjJ_ufXhCfVwREvFzeIKHBjAtIunzaCc, (void * param_000145d6, uint32_t param_000145d7, void * param_000145d8, void * param_000145d9, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53DE0, gEPJIdTJwmJwoXPlEpTuwVGlPAjJ_ufXhCfVwREvFzeIKHBjAtIunzaCc__MethodInfo); DO_APP_FUNC(0x02229FD0, void, gEPJIdTJwmJwoXPlEpTuwVGlPAjJ_ynIQbRrbQiHFvEBfBzYVnYLXwwSC, (void * param_000145da, uint32_t param_000145db, void * param_000145dc, void * param_000145dd, MethodInfo * method)); DO_APP_FUNC(0x0222A310, void, OTOWXECUgLIzgwXfEeXoDsFfLoRQ__ctor, (OTOWXECUgLIzgwXfEeXoDsFfLoRQ * __this, ILDFNGRIDghDjeEnSsgTiekOmNsr * param_000145de, String * param_000145df, void * param_000145e0, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, OTOWXECUgLIzgwXfEeXoDsFfLoRQ_SVJSIHAvtcJZBKeNrvFOCOkBbAffA, (OTOWXECUgLIzgwXfEeXoDsFfLoRQ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, OTOWXECUgLIzgwXfEeXoDsFfLoRQ_rxKmiCOVLuKwQijscaQXKnIopWCm, (OTOWXECUgLIzgwXfEeXoDsFfLoRQ * __this, String * param_000145e1, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, eVXRkvwNiDDgOEqoJybjZlbHcejCA__Enum, OTOWXECUgLIzgwXfEeXoDsFfLoRQ_qswRDPqPXxjxZTkaZbOVZAojugCF, (OTOWXECUgLIzgwXfEeXoDsFfLoRQ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, OTOWXECUgLIzgwXfEeXoDsFfLoRQ_hFHlSeUiHkbDLkISFjSxJBxFAPRD, (OTOWXECUgLIzgwXfEeXoDsFfLoRQ * __this, eVXRkvwNiDDgOEqoJybjZlbHcejCA__Enum param_000145e2, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, void *, OTOWXECUgLIzgwXfEeXoDsFfLoRQ_XaFgejwFzhZVSbfciOuoSdSnGXlO, (OTOWXECUgLIzgwXfEeXoDsFfLoRQ * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4B0, void, OTOWXECUgLIzgwXfEeXoDsFfLoRQ_oEOPLjAHAAbBINVufFkcPEaweeoH, (OTOWXECUgLIzgwXfEeXoDsFfLoRQ * __this, void * param_000145e3, MethodInfo * method)); DO_APP_FUNC(0x0222A370, OTOWXECUgLIzgwXfEeXoDsFfLoRQ *, OTOWXECUgLIzgwXfEeXoDsFfLoRQ_zbCPqwfATdFMcmpcCGFzdDRAMaCt, (ILDFNGRIDghDjeEnSsgTiekOmNsr * param_000145e4, String * param_000145e5, void * param_000145e6, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56700, OTOWXECUgLIzgwXfEeXoDsFfLoRQ_zbCPqwfATdFMcmpcCGFzdDRAMaCt__MethodInfo); DO_APP_FUNC(0x0222A6E0, int32_t, NqFEcMTdAwhdcKgonlqNMiVTHgIs_gUoMaaPUTrBOtYZSpgFJqQCdeYNn, (yUgrsNEvLzxrXGzkHTUPIBJYGDah__Array * param_000145e7, int32_t * param_000145e8, int32_t param_000145e9, MethodInfo * method)); DO_APP_FUNC(0x0222A7A0, int32_t, NqFEcMTdAwhdcKgonlqNMiVTHgIs_RWcorYTpkAlMyGVcHYFeDfOwmimE, (Void * param_000145ea, Void * param_000145eb, int32_t param_000145ec, MethodInfo * method)); DO_APP_FUNC(0x0222A840, int32_t, NqFEcMTdAwhdcKgonlqNMiVTHgIs_ESxYsmIxatWjljFEYkIfAVbYSfTr, (void * param_000145ed, AYhIlMiMvqKiDmZUMsKNUawaOHEc__Enum param_000145ee, void * param_000145ef, int32_t * param_000145f0, MethodInfo * method)); DO_APP_FUNC(0x0222A840, int32_t, NqFEcMTdAwhdcKgonlqNMiVTHgIs_ECVbWigwZKEwyCASWdlLfzNcODsyA, (Void * param_000145f1, int32_t param_000145f2, Void * param_000145f3, Void * param_000145f4, MethodInfo * method)); DO_APP_FUNC(0x0222A8E0, GFKZjHfobKJLrxczgBweGNPXMszRA, NqFEcMTdAwhdcKgonlqNMiVTHgIs_TzBoYpjCImPLIszrHxJbPWGHZmp, (aOHEnKCFymegycPegEXPFUjlaUPpA__Array * param_000145f5, int32_t param_000145f6, int32_t param_000145f7, MethodInfo * method)); DO_APP_FUNC(0x0222A9A0, GFKZjHfobKJLrxczgBweGNPXMszRA, NqFEcMTdAwhdcKgonlqNMiVTHgIs_ofarupwexHSDVVqqsbsxkqXpztUdA, (Void * param_000145f8, int32_t param_000145f9, int32_t param_000145fa, MethodInfo * method)); DO_APP_FUNC(0x0222AA40, int32_t, NqFEcMTdAwhdcKgonlqNMiVTHgIs_RuexLXVeUbEXCDCzCqfisHkOfOItA, (void * param_000145fb, FEKFtxiOGQuZgFRPgfadzixUuXGlA__Enum param_000145fc, void * param_000145fd, int32_t * param_000145fe, int32_t param_000145ff, MethodInfo * method)); DO_APP_FUNC(0x0222AA40, int32_t, NqFEcMTdAwhdcKgonlqNMiVTHgIs_nANOCpZrdfEuKKygWUqeKlzfPiTO, (Void * param_00014600, int32_t param_00014601, Void * param_00014602, Void * param_00014603, int32_t param_00014604, MethodInfo * method)); DO_APP_FUNC(0x0222AAF0, void, YGRBAcfQwvGWVUaYYJtDYIzQnxML__ctor, (YGRBAcfQwvGWVUaYYJtDYIzQnxML * __this, ILDFNGRIDghDjeEnSsgTiekOmNsr * param_00014605, String * param_00014606, void * param_00014607, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, YGRBAcfQwvGWVUaYYJtDYIzQnxML_JCWLLLKeFGtRZUYHzHQCfCpmjyKgA, (YGRBAcfQwvGWVUaYYJtDYIzQnxML * __this, int32_t param_00014608, MethodInfo * method)); DO_APP_FUNC(0x009CDD10, void, YGRBAcfQwvGWVUaYYJtDYIzQnxML_rWwACpUERGiMBxjdNfYvAutUewbCb, (YGRBAcfQwvGWVUaYYJtDYIzQnxML * __this, int32_t param_00014609, MethodInfo * method)); DO_APP_FUNC(0x003C5310, void, YGRBAcfQwvGWVUaYYJtDYIzQnxML_vAuDcKchxhesUYQIpPYfolfpweFX, (YGRBAcfQwvGWVUaYYJtDYIzQnxML * __this, int32_t param_0001460a, MethodInfo * method)); DO_APP_FUNC(0x0222AB80, SlxRMAHMknLXlIwlYNXFkgfOCpoZ__Enum, YGRBAcfQwvGWVUaYYJtDYIzQnxML_OXlxCMEuMkorGYnuZeKEypHGiLhk, (YGRBAcfQwvGWVUaYYJtDYIzQnxML * __this, MethodInfo * method)); DO_APP_FUNC(0x0222AB90, void, YGRBAcfQwvGWVUaYYJtDYIzQnxML_LUSemWPBQMklFuOuykTrkCPjRVHl, (YGRBAcfQwvGWVUaYYJtDYIzQnxML * __this, SlxRMAHMknLXlIwlYNXFkgfOCpoZ__Enum param_0001460b, MethodInfo * method)); DO_APP_FUNC(0x0222ABA0, vATUkrlOiGeLYgQcCuhFNGXvdOC__Enum, YGRBAcfQwvGWVUaYYJtDYIzQnxML_RDGYnXvQbyrFNxIxMGlNJeeEkOUA, (YGRBAcfQwvGWVUaYYJtDYIzQnxML * __this, MethodInfo * method)); DO_APP_FUNC(0x0222ABB0, void, YGRBAcfQwvGWVUaYYJtDYIzQnxML_UPdGlDfIhYIRkLFigsEmgIbRenKK, (YGRBAcfQwvGWVUaYYJtDYIzQnxML * __this, vATUkrlOiGeLYgQcCuhFNGXvdOC__Enum param_0001460c, MethodInfo * method)); DO_APP_FUNC(0x0222ABC0, void, HAtiKZlBnjTWOWEtNgXBPPGKUhuP__ctor, (HAtiKZlBnjTWOWEtNgXBPPGKUhuP * __this, GEkTLWOzrjueegRfpWbBUAyxBMpf * param_0001460d, SfDmCQCjerbvNXSRAQskzDQgvyUE * param_0001460e, MethodInfo * method)); DO_APP_FUNC(0x0222AD60, bool, HAtiKZlBnjTWOWEtNgXBPPGKUhuP_PihkTuBwuXLwjuwNhMStzVhfwlQV, (HAtiKZlBnjTWOWEtNgXBPPGKUhuP * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, void *, HAtiKZlBnjTWOWEtNgXBPPGKUhuP_irucGCKibtGYzqTFfhkRrddMFKzqA, (HAtiKZlBnjTWOWEtNgXBPPGKUhuP * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, HAtiKZlBnjTWOWEtNgXBPPGKUhuP_RTRDnAGADtkCnBezZyzTxbOHVrGH, (HAtiKZlBnjTWOWEtNgXBPPGKUhuP * __this, MethodInfo * method)); DO_APP_FUNC(0x0222ADC0, void, YrFMyfiLgpyDeEARLCikjyqxmMMJ__ctor, (YrFMyfiLgpyDeEARLCikjyqxmMMJ * __this, ILDFNGRIDghDjeEnSsgTiekOmNsr * param_0001460f, String * param_00014610, void * param_00014611, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, YrFMyfiLgpyDeEARLCikjyqxmMMJ_yboeoZDtzcrpxircmjIkDagRRRFHA, (YrFMyfiLgpyDeEARLCikjyqxmMMJ * __this, int32_t param_00014612, MethodInfo * method)); DO_APP_FUNC(0x009CDD10, void, YrFMyfiLgpyDeEARLCikjyqxmMMJ_xemevmoyNAnIlMDZuqovNXNwpZVr, (YrFMyfiLgpyDeEARLCikjyqxmMMJ * __this, int32_t param_00014613, MethodInfo * method)); DO_APP_FUNC(0x003C5310, void, YrFMyfiLgpyDeEARLCikjyqxmMMJ_meUojhuvuOFVojMcVGQqfaUhkMgA, (YrFMyfiLgpyDeEARLCikjyqxmMMJ * __this, int32_t param_00014614, MethodInfo * method)); DO_APP_FUNC(0x00C083A0, void, YrFMyfiLgpyDeEARLCikjyqxmMMJ_fzNhghRhqRZtXpqwVUYaLzeaeAng, (YrFMyfiLgpyDeEARLCikjyqxmMMJ * __this, int32_t param_00014615, MethodInfo * method)); DO_APP_FUNC(0x01ABF230, void, YrFMyfiLgpyDeEARLCikjyqxmMMJ_BFuptjGzvZSdHofprcuhccZLullAA, (YrFMyfiLgpyDeEARLCikjyqxmMMJ * __this, int32_t param_00014616, MethodInfo * method)); DO_APP_FUNC(0x01A728E0, void, YrFMyfiLgpyDeEARLCikjyqxmMMJ_amihlcJTVbrSXpqteheREpciFzJs, (YrFMyfiLgpyDeEARLCikjyqxmMMJ * __this, int32_t param_00014617, MethodInfo * method)); DO_APP_FUNC(0x0222AE50, void, KGpfpVumzcziOxJRZbURZTEAJARe__ctor, (KGpfpVumzcziOxJRZbURZTEAJARe * __this, GEkTLWOzrjueegRfpWbBUAyxBMpf * param_00014618, MethodInfo * method)); DO_APP_FUNC(0x0222AE80, void, UeUkhRcOLNmLrceQTbCUqfXnCKWS__ctor, (UeUkhRcOLNmLrceQTbCUqfXnCKWS * __this, ILDFNGRIDghDjeEnSsgTiekOmNsr * param_00014619, String * param_0001461a, void * param_0001461b, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, UeUkhRcOLNmLrceQTbCUqfXnCKWS_VQXkIQMZWkJLTAVAtMLNdSqBjXhJ, (UeUkhRcOLNmLrceQTbCUqfXnCKWS * __this, int32_t param_0001461c, MethodInfo * method)); DO_APP_FUNC(0x009CDD10, void, UeUkhRcOLNmLrceQTbCUqfXnCKWS_neuQecFvRPDZKVvCVyJTqaKmFLRi, (UeUkhRcOLNmLrceQTbCUqfXnCKWS * __this, int32_t param_0001461d, MethodInfo * method)); DO_APP_FUNC(0x003C5310, void, UeUkhRcOLNmLrceQTbCUqfXnCKWS_bDInEJPHRjJubnGbMphjvkivGaMHA, (UeUkhRcOLNmLrceQTbCUqfXnCKWS * __this, int32_t param_0001461e, MethodInfo * method)); DO_APP_FUNC(0x01E07A80, void, UeUkhRcOLNmLrceQTbCUqfXnCKWS_HaNNUErKKlrsTadjGyPcZMgJgateA, (UeUkhRcOLNmLrceQTbCUqfXnCKWS * __this, bool param_0001461f, MethodInfo * method)); DO_APP_FUNC(0x0222AF10, void, fsRiDBEERnIQlMGEHJRgRRiEbYqF__ctor, (fsRiDBEERnIQlMGEHJRgRRiEbYqF * __this, GEkTLWOzrjueegRfpWbBUAyxBMpf * param_00014620, MethodInfo * method)); DO_APP_FUNC(0x0222AF50, void, NFikfIAJlwJkNAEmwUGtOYnGGzB__ctor, (NFikfIAJlwJkNAEmwUGtOYnGGzB * __this, DateTime param_00014621, TwEEqzAdHdQMPMbtxaTUEBRaqYhhb * param_00014622, String * param_00014623, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, DateTime, NFikfIAJlwJkNAEmwUGtOYnGGzB_GllHFIEBtgrAKZdruETBzibQidgHA, (NFikfIAJlwJkNAEmwUGtOYnGGzB * __this, MethodInfo * method)); DO_APP_FUNC(0x01262980, void, NFikfIAJlwJkNAEmwUGtOYnGGzB_TArqDUUQiFttzENIVuhBEFSgokdG, (NFikfIAJlwJkNAEmwUGtOYnGGzB * __this, DateTime param_00014624, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, WeakReference *, NFikfIAJlwJkNAEmwUGtOYnGGzB_JtbTVGEFEYJUYtCjfbIjvNhmGIXr, (NFikfIAJlwJkNAEmwUGtOYnGGzB * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, NFikfIAJlwJkNAEmwUGtOYnGGzB_EwcezNHWcaxGfaSSIDigKbuUycOL, (NFikfIAJlwJkNAEmwUGtOYnGGzB * __this, WeakReference * param_00014625, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, NFikfIAJlwJkNAEmwUGtOYnGGzB_oVBKwXasTkJaKnMTSAIVNefaydbE, (NFikfIAJlwJkNAEmwUGtOYnGGzB * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, NFikfIAJlwJkNAEmwUGtOYnGGzB_KjSmjRFkKRIKHiQUfCFnOjDBjnSX, (NFikfIAJlwJkNAEmwUGtOYnGGzB * __this, String * param_00014626, MethodInfo * method)); DO_APP_FUNC(0x0222B090, bool, NFikfIAJlwJkNAEmwUGtOYnGGzB_qhjhkbRHjwFQixuXOaGVKKEKKKqb, (NFikfIAJlwJkNAEmwUGtOYnGGzB * __this, MethodInfo * method)); DO_APP_FUNC(0x0222B0C0, String *, NFikfIAJlwJkNAEmwUGtOYnGGzB_LVmcPOeqeDbqbgLicgjuWNFJdAuo, (NFikfIAJlwJkNAEmwUGtOYnGGzB * __this, MethodInfo * method)); DO_APP_FUNC(0x0222B480, void, QcHKZtNdZEPgZZPEZTSJObnIPsLU__ctor, (QcHKZtNdZEPgZZPEZTSJObnIPsLU * __this, TwEEqzAdHdQMPMbtxaTUEBRaqYhhb * param_00014627, MethodInfo * method)); DO_APP_FUNC(0x0222B520, void, pBilmCLlIdXWtcbMPjvsicTVBdMY__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0222B700, void, pBilmCLlIdXWtcbMPjvsicTVBdMY_ZTlrhfWTRVNpjSJONmIEOJQyapYX, (Object * param_00014628, EventArgs * param_00014629, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56718, pBilmCLlIdXWtcbMPjvsicTVBdMY_ZTlrhfWTRVNpjSJONmIEOJQyapYX__MethodInfo); DO_APP_FUNC(0x0222B7D0, Dictionary_2_System_IntPtr_List_1_NFikfIAJlwJkNAEmwUGtOYnGGzB_ *, pBilmCLlIdXWtcbMPjvsicTVBdMY_JewhwXwsMqiEsyzzTEvjGFNRqGYR, (MethodInfo * method)); DO_APP_FUNC(0x0222BB60, void, pBilmCLlIdXWtcbMPjvsicTVBdMY_hVwwCIYlSBdFdfIEqoVMCSsErLuv, (TwEEqzAdHdQMPMbtxaTUEBRaqYhhb * param_0001462a, MethodInfo * method)); DO_APP_FUNC(0x0222C3F0, NFikfIAJlwJkNAEmwUGtOYnGGzB *, pBilmCLlIdXWtcbMPjvsicTVBdMY_hDysaIldBGBdncjAaXlDeADYLxkxA, (TwEEqzAdHdQMPMbtxaTUEBRaqYhhb * param_0001462b, MethodInfo * method)); DO_APP_FUNC(0x0222C740, void, pBilmCLlIdXWtcbMPjvsicTVBdMY_uKWqKXZHHQYRZnfWftpRhMrkzMQr, (TwEEqzAdHdQMPMbtxaTUEBRaqYhhb * param_0001462c, MethodInfo * method)); DO_APP_FUNC(0x0222CB50, List_1_NFikfIAJlwJkNAEmwUGtOYnGGzB_ *, pBilmCLlIdXWtcbMPjvsicTVBdMY_yftGjEeiBdTidVxFjePZjTmyUjLFA, (MethodInfo * method)); DO_APP_FUNC(0x0222D090, String *, pBilmCLlIdXWtcbMPjvsicTVBdMY_lXjgzBBgtSkRVNVsedrPfzxgHQXKc, (MethodInfo * method)); DO_APP_FUNC(0x0222D830, void, pBilmCLlIdXWtcbMPjvsicTVBdMY_qWYioYRKNgvizZLWevRQoMTSWRle, (TwEEqzAdHdQMPMbtxaTUEBRaqYhhb * param_0001462d, MethodInfo * method)); DO_APP_FUNC(0x0222D8F0, void, pBilmCLlIdXWtcbMPjvsicTVBdMY_kpPPpfWuFQFIkVJiKXPRIdfGDvlB, (TwEEqzAdHdQMPMbtxaTUEBRaqYhhb * param_0001462e, MethodInfo * method)); DO_APP_FUNC(0x0222D9B0, IpQCkqlgJLyrFpAOyBfUxXQpJsWK, CqebESBkqJazKAUIAPlqHgaRUsJTB_bsAfpuHmMoBZKYVJjjIRAFGtWInM, (int32_t param_0001462f, MethodInfo * method)); DO_APP_FUNC(0x0222D9C0, void, OaSOlzSwSlKTYFRuIsyqYGBlRNoV__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, OaSOlzSwSlKTYFRuIsyqYGBlRNoV_ZybmJoyoAuBRmtzJvXGWwWNrHzOc_Equals, (OaSOlzSwSlKTYFRuIsyqYGBlRNoV_ZybmJoyoAuBRmtzJvXGWwWNrHzOc * __this, void * param_00014630, void * param_00014631, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, OaSOlzSwSlKTYFRuIsyqYGBlRNoV_ZybmJoyoAuBRmtzJvXGWwWNrHzOc_GetHashCode, (OaSOlzSwSlKTYFRuIsyqYGBlRNoV_ZybmJoyoAuBRmtzJvXGWwWNrHzOc * __this, void * param_00014632, MethodInfo * method)); DO_APP_FUNC(0x0222DAA0, void, OaSOlzSwSlKTYFRuIsyqYGBlRNoV_ZybmJoyoAuBRmtzJvXGWwWNrHzOc__ctor, (OaSOlzSwSlKTYFRuIsyqYGBlRNoV_ZybmJoyoAuBRmtzJvXGWwWNrHzOc * __this, MethodInfo * method)); DO_APP_FUNC(0x0222DAD0, void, MMEMBMVknmmSyquroJWRlzXgZuxA__ctor, (MMEMBMVknmmSyquroJWRlzXgZuxA * __this, MethodInfo * method)); DO_APP_FUNC(0x0222DAE0, MMEMBMVknmmSyquroJWRlzXgZuxA_SaexGkMYETngnUDWwqxfYuerWOod, MMEMBMVknmmSyquroJWRlzXgZuxA_YyhEuATUIDskuHSjUtNqDnWmbwgI, (MethodInfo * method)); DO_APP_FUNC(0x003BAC40, DeviceType__Enum_3, MMEMBMVknmmSyquroJWRlzXgZuxA_MOTrHGHDpqwqvNnQAzkAkBsVjTrd, (MMEMBMVknmmSyquroJWRlzXgZuxA * __this, MethodInfo * method)); DO_APP_FUNC(0x0222DB00, void, MMEMBMVknmmSyquroJWRlzXgZuxA_lwEoarzOQRDZDEAGLuGvpcCgeqTLA, (MMEMBMVknmmSyquroJWRlzXgZuxA * __this, MMEMBMVknmmSyquroJWRlzXgZuxA_SaexGkMYETngnUDWwqxfYuerWOod * param_00014633, MethodInfo * method)); DO_APP_FUNC(0x0222DB50, void, pkfvdhAgvJBekrlDorTPuCftMpCU__ctor, (pkfvdhAgvJBekrlDorTPuCftMpCU * __this, pGkQOPgWegsFGDOnOGftBvOUUKELA__Enum param_00014638, MethodInfo * method)); DO_APP_FUNC(0x0222DCC0, pkfvdhAgvJBekrlDorTPuCftMpCU_FjrgjYzhloBTBSeFTKeQNPflgRoe, pkfvdhAgvJBekrlDorTPuCftMpCU_YyhEuATUIDskuHSjUtNqDnWmbwgI, (MethodInfo * method)); DO_APP_FUNC(0x003B93C0, jlOcQLgjodoHrMnRTMaZoBnVTQkmA__Array *, pkfvdhAgvJBekrlDorTPuCftMpCU_ISAmKkCYjnGxuzPRJLqqTIPjiFis, (pkfvdhAgvJBekrlDorTPuCftMpCU * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, pkfvdhAgvJBekrlDorTPuCftMpCU_CDmXNLcmNkKYBRijFfsNATfNHDEy, (pkfvdhAgvJBekrlDorTPuCftMpCU * __this, jlOcQLgjodoHrMnRTMaZoBnVTQkmA__Array * param_00014639, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, pkfvdhAgvJBekrlDorTPuCftMpCU_ZpkBGQaADeWXCSAqGijWWEKrFPsn, (pkfvdhAgvJBekrlDorTPuCftMpCU * __this, pkfvdhAgvJBekrlDorTPuCftMpCU_FjrgjYzhloBTBSeFTKeQNPflgRoe * param_0001463a, MethodInfo * method)); DO_APP_FUNC(0x0222DCE0, void, pkfvdhAgvJBekrlDorTPuCftMpCU_sBKhobCjwRbgBIUplgQMjlAZhNBBA, (pkfvdhAgvJBekrlDorTPuCftMpCU * __this, pkfvdhAgvJBekrlDorTPuCftMpCU_FjrgjYzhloBTBSeFTKeQNPflgRoe * param_0001463b, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, pkfvdhAgvJBekrlDorTPuCftMpCU_FjrgjYzhloBTBSeFTKeQNPflgRoe_ZpkBGQaADeWXCSAqGijWWEKrFPsn, (pkfvdhAgvJBekrlDorTPuCftMpCU_FjrgjYzhloBTBSeFTKeQNPflgRoe * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, xgCcYdjKRQMbzInDtFoOimkrwUPF__ctor, (xgCcYdjKRQMbzInDtFoOimkrwUPF * __this, pGkQOPgWegsFGDOnOGftBvOUUKELA__Enum param_0001463c, MethodInfo * method)); DO_APP_FUNC(0x0222DF80, void, jlOcQLgjodoHrMnRTMaZoBnVTQkmA__ctor, (jlOcQLgjodoHrMnRTMaZoBnVTQkmA * __this, Guid param_0001463d, int32_t param_0001463e, FKhSbiIliqzGLmbRIjbdTJHpKbLA__Enum param_0001463f, xrCFcXdjuexAehjhunaprdiFguVXA__Enum param_00014640, int32_t param_00014641, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, jlOcQLgjodoHrMnRTMaZoBnVTQkmA_BGHCRjDARyFqbvHLZCLJgHEDCPGic, (jlOcQLgjodoHrMnRTMaZoBnVTQkmA * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, jlOcQLgjodoHrMnRTMaZoBnVTQkmA_pdQjnRAkGJWzJMiKkDZPZqvAUBOMA, (jlOcQLgjodoHrMnRTMaZoBnVTQkmA * __this, String * param_00014642, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, Guid, jlOcQLgjodoHrMnRTMaZoBnVTQkmA_TquFvIyAByqzuSqcgriufrWQbhyS, (jlOcQLgjodoHrMnRTMaZoBnVTQkmA * __this, MethodInfo * method)); DO_APP_FUNC(0x01215B90, void, jlOcQLgjodoHrMnRTMaZoBnVTQkmA_wyfarWKpclicRCqjypjJPvwatvRQ, (jlOcQLgjodoHrMnRTMaZoBnVTQkmA * __this, Guid param_00014643, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, jlOcQLgjodoHrMnRTMaZoBnVTQkmA_KFPKrRLxWQueipJlIjxclqphgfqy, (jlOcQLgjodoHrMnRTMaZoBnVTQkmA * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, jlOcQLgjodoHrMnRTMaZoBnVTQkmA_YGApJfHAdUBFXfctRmaUvdauPTXdA, (jlOcQLgjodoHrMnRTMaZoBnVTQkmA * __this, int32_t param_00014644, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, FKhSbiIliqzGLmbRIjbdTJHpKbLA__Enum, jlOcQLgjodoHrMnRTMaZoBnVTQkmA_nnfXccBSFNAUoMcpqWUUusOfoeBY, (jlOcQLgjodoHrMnRTMaZoBnVTQkmA * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD10, void, jlOcQLgjodoHrMnRTMaZoBnVTQkmA_lAWCZOqTNIfaVbgBzATmNnlBNCpAb, (jlOcQLgjodoHrMnRTMaZoBnVTQkmA * __this, FKhSbiIliqzGLmbRIjbdTJHpKbLA__Enum param_00014645, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, jlOcQLgjodoHrMnRTMaZoBnVTQkmA_mXeqxLBmBnHERoqJrTgVuGswVynA, (jlOcQLgjodoHrMnRTMaZoBnVTQkmA * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5310, void, jlOcQLgjodoHrMnRTMaZoBnVTQkmA_TJFwIwVDGqFURcqnPIxyCZUutstSA, (jlOcQLgjodoHrMnRTMaZoBnVTQkmA * __this, int32_t param_00014646, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, xrCFcXdjuexAehjhunaprdiFguVXA__Enum, jlOcQLgjodoHrMnRTMaZoBnVTQkmA_XyIhnPGjOlNdVhaNdSaEoIdROvAj, (jlOcQLgjodoHrMnRTMaZoBnVTQkmA * __this, MethodInfo * method)); DO_APP_FUNC(0x00C083A0, void, jlOcQLgjodoHrMnRTMaZoBnVTQkmA_WDGoczqaLKjQtQVfGDJAPqNlkXKl, (jlOcQLgjodoHrMnRTMaZoBnVTQkmA * __this, xrCFcXdjuexAehjhunaprdiFguVXA__Enum param_00014647, MethodInfo * method)); DO_APP_FUNC(0x0222DFA0, void, jlOcQLgjodoHrMnRTMaZoBnVTQkmA_sBKhobCjwRbgBIUplgQMjlAZhNBBA, (jlOcQLgjodoHrMnRTMaZoBnVTQkmA * __this, jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb * param_00014648, MethodInfo * method)); DO_APP_FUNC(0x0222E0C0, void, eWMwVZsbMzrrgLhCbeBgUICQPRbg__ctor, (eWMwVZsbMzrrgLhCbeBgUICQPRbg * __this, String * param_00014649, FKhSbiIliqzGLmbRIjbdTJHpKbLA__Enum param_0001464a, xrCFcXdjuexAehjhunaprdiFguVXA__Enum param_0001464b, MethodInfo * method)); DO_APP_FUNC(0x0222E130, void, eWMwVZsbMzrrgLhCbeBgUICQPRbg__ctor_1, (eWMwVZsbMzrrgLhCbeBgUICQPRbg * __this, String * param_0001464c, int32_t param_0001464d, FKhSbiIliqzGLmbRIjbdTJHpKbLA__Enum param_0001464e, xrCFcXdjuexAehjhunaprdiFguVXA__Enum param_0001464f, MethodInfo * method)); DO_APP_FUNC(0x0222E1A0, void, eWMwVZsbMzrrgLhCbeBgUICQPRbg__ctor_2, (eWMwVZsbMzrrgLhCbeBgUICQPRbg * __this, String * param_00014650, int32_t param_00014651, FKhSbiIliqzGLmbRIjbdTJHpKbLA__Enum param_00014652, MethodInfo * method)); DO_APP_FUNC(0x0222E210, void, eWMwVZsbMzrrgLhCbeBgUICQPRbg__ctor_3, (eWMwVZsbMzrrgLhCbeBgUICQPRbg * __this, int32_t param_00014653, FKhSbiIliqzGLmbRIjbdTJHpKbLA__Enum param_00014654, MethodInfo * method)); DO_APP_FUNC(0x0222E220, void, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA__ctor, (lrZLQeVDGDrIlNPDYgJAkdvWWrWwA * __this, HhyJayjEkazMHJnFosltszjdHjxA * param_00014655, Guid param_00014656, MethodInfo * method)); DO_APP_FUNC(0x0222E3C0, rPGgilLxmMTekXrALcMmwLgZUrTO *, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA_oykOwpjvKdAKvWQMqJEiYZLSQlMS, (lrZLQeVDGDrIlNPDYgJAkdvWWrWwA * __this, MethodInfo * method)); DO_APP_FUNC(0x0222E4D0, IList_1_xHrRgXbpglyyLcUqeKrUBIwiHmMg_ *, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA_kaLBeuUnonhYAQyuoRFTlLGOjrlHA, (lrZLQeVDGDrIlNPDYgJAkdvWWrWwA * __this, MethodInfo * method)); DO_APP_FUNC(0x0222E4E0, IList_1_xHrRgXbpglyyLcUqeKrUBIwiHmMg_ *, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA_kaLBeuUnonhYAQyuoRFTlLGOjrlHA_1, (lrZLQeVDGDrIlNPDYgJAkdvWWrWwA * __this, FKhSbiIliqzGLmbRIjbdTJHpKbLA__Enum param_00014657, MethodInfo * method)); DO_APP_FUNC(0x0222E7F0, int32_t, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA_yFsqgJQQMnWoIenKlLNdNgiCysyt, (Void * param_00014658, MethodInfo * method)); DO_APP_FUNC(0x0222E870, int32_t, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA_tSuCzspUdLMDkLEPMDtxkIEUkOFcb, (Void * param_00014659, Void * param_0001465a, Void * param_0001465b, int32_t param_0001465c, MethodInfo * method)); DO_APP_FUNC(0x0222E920, int32_t, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA_RlfiSWkkAVInVOfoyrlauInuHxNc, (Void * param_0001465d, Void * param_0001465e, MethodInfo * method)); DO_APP_FUNC(0x0222E9B0, int32_t, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA_pSdWhHsrwTOUwSpYAbsjMmECFMEn, (Void * param_0001465f, Void * param_00014660, MethodInfo * method)); DO_APP_FUNC(0x0222EA40, int32_t, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA_itilBidMWsnotcSshtKNrYxaFXHn, (Void * param_00014661, int32_t param_00014662, Void * param_00014663, MethodInfo * method)); DO_APP_FUNC(0x0222EAE0, int32_t, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA_FxrRKjHhaDHjsaUCoBBKBUKzgrGSA, (Void * param_00014664, Void * param_00014665, Void * param_00014666, MethodInfo * method)); DO_APP_FUNC(0x0222EB80, int32_t, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA_RPZQdFDTmfCFzTgjoYpsPjjlQzyM, (Void * param_00014667, MethodInfo * method)); DO_APP_FUNC(0x0222EC00, int32_t, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA_vNolnbgBzgJEgaRkqoLklApNynOj, (Void * param_00014668, Void * param_00014669, int32_t param_0001466a, MethodInfo * method)); DO_APP_FUNC(0x0222ECA0, int32_t, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA_zYlIkdAsBeZPQYjTDmJtPFJoaTWkA, (Void * param_0001466b, Void * param_0001466c, MethodInfo * method)); DO_APP_FUNC(0x0222ED30, int32_t, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA_KcNFTHGjFVYTdRWUuwhSKkgQYMtKA, (Void * param_0001466d, Void * param_0001466e, Void * param_0001466f, MethodInfo * method)); DO_APP_FUNC(0x0222EDD0, int32_t, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA_RzsfADGwbmbZxnTcbEqwKyjpivqy, (Void * param_00014670, MethodInfo * method)); DO_APP_FUNC(0x0222EE50, MMEMBMVknmmSyquroJWRlzXgZuxA *, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA_LQoQWVXWjbpMTqbMwwdEVgyOkgNo, (lrZLQeVDGDrIlNPDYgJAkdvWWrWwA * __this, MethodInfo * method)); DO_APP_FUNC(0x0222EE80, IEpqttsJBVpdPbiISguYNqxToTKd *, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA_uzabXHbxkAqjqJMCmQQZbyYmRrmzA, (lrZLQeVDGDrIlNPDYgJAkdvWWrWwA * __this, MethodInfo * method)); DO_APP_FUNC(0x0222F100, void, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA_tztFvmfHuppIVKsXlaHuAjEnSfWyA, (lrZLQeVDGDrIlNPDYgJAkdvWWrWwA * __this, MMEMBMVknmmSyquroJWRlzXgZuxA * * param_00014671, MethodInfo * method)); DO_APP_FUNC(0x0222F330, void, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA_ylQiKHmoMYWZnvONscWhelJSsgpi, (lrZLQeVDGDrIlNPDYgJAkdvWWrWwA * __this, fuxLlWsjEGbhmJsWNqYSFBhaScUe * param_00014672, void * param_00014673, int32_t param_00014674, MethodInfo * method)); DO_APP_FUNC(0x0222F470, void, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA_zaTbqpPPLwIVYIZFhLtbSDuJEoPDA, (lrZLQeVDGDrIlNPDYgJAkdvWWrWwA * __this, void * param_00014675, void * param_00014676, MethodInfo * method)); DO_APP_FUNC(0x0222F590, void, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA_GevCJouemVVzGXTJmVMaIEUrrVIn, (lrZLQeVDGDrIlNPDYgJAkdvWWrWwA * __this, void * param_00014677, void * param_00014678, MethodInfo * method)); DO_APP_FUNC(0x0222F6B0, void, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA_bAihYoofmpelCJcZdKHRGAxeyiajB, (lrZLQeVDGDrIlNPDYgJAkdvWWrWwA * __this, MethodInfo * method)); DO_APP_FUNC(0x0222F7C0, void, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA_aYKnLyJwnQsfPnmCkNcobExbkkeo, (lrZLQeVDGDrIlNPDYgJAkdvWWrWwA * __this, MethodInfo * method)); DO_APP_FUNC(0x0222F8D0, void, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA_ydkcxtUvtcsUdrxBzyFagkXalPXi, (lrZLQeVDGDrIlNPDYgJAkdvWWrWwA * __this, int32_t param_00014679, void * param_0001467a, MethodInfo * method)); DO_APP_FUNC(0x0222F9F0, void, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA_BvLQUvfhWrbwWuRMppwwdrsmgKZM, (lrZLQeVDGDrIlNPDYgJAkdvWWrWwA * __this, pkfvdhAgvJBekrlDorTPuCftMpCU * param_0001467b, MethodInfo * method)); DO_APP_FUNC(0x0222FB60, void, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA_ASgAMUOHdSGTekdgiizYBYFlNOtyA, (lrZLQeVDGDrIlNPDYgJAkdvWWrWwA * __this, void * param_0001467c, VcdrcXuLyElkLlaaZGmPblREbRnwA__Enum param_0001467d, MethodInfo * method)); DO_APP_FUNC(0x0222FC80, void, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA_grBhukYCsnXIzKJNBdqPMlGrTLxS, (lrZLQeVDGDrIlNPDYgJAkdvWWrWwA * __this, IEpqttsJBVpdPbiISguYNqxToTKd * * param_0001467e, MethodInfo * method)); DO_APP_FUNC(0x0222FEE0, void, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA_YqdqXTupcoOZBKGGyYIzKjgyemWZ, (lrZLQeVDGDrIlNPDYgJAkdvWWrWwA * __this, MethodInfo * method)); DO_APP_FUNC(0x0222FFF0, void, IEpqttsJBVpdPbiISguYNqxToTKd__ctor, (IEpqttsJBVpdPbiISguYNqxToTKd * __this, MethodInfo * method)); DO_APP_FUNC(0x02230000, IEpqttsJBVpdPbiISguYNqxToTKd_VPLAUbfmNaXGykunYoYWgmIHQTzMb, IEpqttsJBVpdPbiISguYNqxToTKd_YyhEuATUIDskuHSjUtNqDnWmbwgI, (MethodInfo * method)); DO_APP_FUNC(0x006113E0, DeviceType__Enum_3, IEpqttsJBVpdPbiISguYNqxToTKd_MOTrHGHDpqwqvNnQAzkAkBsVjTrd, (IEpqttsJBVpdPbiISguYNqxToTKd * __this, MethodInfo * method)); DO_APP_FUNC(0x02230030, int32_t, IEpqttsJBVpdPbiISguYNqxToTKd_mVKUmlmiFIYbDYqXrmMzzmKufzqo, (IEpqttsJBVpdPbiISguYNqxToTKd * __this, MethodInfo * method)); DO_APP_FUNC(0x02230040, bool, IEpqttsJBVpdPbiISguYNqxToTKd_sEZfwlDpikycnCIPyraPZgTntZEV, (IEpqttsJBVpdPbiISguYNqxToTKd * __this, MethodInfo * method)); DO_APP_FUNC(0x02230050, void, IEpqttsJBVpdPbiISguYNqxToTKd_lwEoarzOQRDZDEAGLuGvpcCgeqTLA, (IEpqttsJBVpdPbiISguYNqxToTKd * __this, IEpqttsJBVpdPbiISguYNqxToTKd_VPLAUbfmNaXGykunYoYWgmIHQTzMb * param_0001467f, MethodInfo * method)); DO_APP_FUNC(0x02230370, FKhSbiIliqzGLmbRIjbdTJHpKbLA__Enum, nFndkMjTXqlRMeVVGCxPcylopsxz_XyIhnPGjOlNdVhaNdSaEoIdROvAj, (nFndkMjTXqlRMeVVGCxPcylopsxz * __this, MethodInfo * method)); DO_APP_FUNC(0x02230380, int32_t, nFndkMjTXqlRMeVVGCxPcylopsxz_mXeqxLBmBnHERoqJrTgVuGswVynA, (nFndkMjTXqlRMeVVGCxPcylopsxz * __this, MethodInfo * method)); DO_APP_FUNC(0x02230390, bool, nFndkMjTXqlRMeVVGCxPcylopsxz_CYQtMiSiYCbPscwsgRvMGVWHNBtX, (nFndkMjTXqlRMeVVGCxPcylopsxz * __this, nFndkMjTXqlRMeVVGCxPcylopsxz param_00014680, MethodInfo * method)); DO_APP_FUNC(0x022303A0, bool, nFndkMjTXqlRMeVVGCxPcylopsxz_CYQtMiSiYCbPscwsgRvMGVWHNBtX_1, (nFndkMjTXqlRMeVVGCxPcylopsxz * __this, Object * param_00014681, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, nFndkMjTXqlRMeVVGCxPcylopsxz_mwDGsmfTGspighSucRblGVFHpgGGc, (nFndkMjTXqlRMeVVGCxPcylopsxz * __this, MethodInfo * method)); DO_APP_FUNC(0x02230490, String *, nFndkMjTXqlRMeVVGCxPcylopsxz_LVmcPOeqeDbqbgLicgjuWNFJdAuo, (nFndkMjTXqlRMeVVGCxPcylopsxz * __this, MethodInfo * method)); DO_APP_FUNC(0x02230700, void, xHrRgXbpglyyLcUqeKrUBIwiHmMg__ctor, (xHrRgXbpglyyLcUqeKrUBIwiHmMg * __this, MethodInfo * method)); DO_APP_FUNC(0x02230710, void, xHrRgXbpglyyLcUqeKrUBIwiHmMg_lwEoarzOQRDZDEAGLuGvpcCgeqTLA, (xHrRgXbpglyyLcUqeKrUBIwiHmMg * __this, xHrRgXbpglyyLcUqeKrUBIwiHmMg_ENkAeKwaMEIDBCcWHpdDNzScIbSrA * param_00014682, MethodInfo * method)); DO_APP_FUNC(0x02230900, void, rPGgilLxmMTekXrALcMmwLgZUrTO__ctor, (rPGgilLxmMTekXrALcMmwLgZUrTO * __this, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA * param_00014683, MethodInfo * method)); DO_APP_FUNC(0x02230960, void, rPGgilLxmMTekXrALcMmwLgZUrTO_MqMtNKVBPuXVaLsrkZNQPAGPHpxg, (rPGgilLxmMTekXrALcMmwLgZUrTO * __this, yXbPmUgIgDXqgCyJcVqsWcXfFfVs__Enum param_00014684, MethodInfo * method)); DO_APP_FUNC(0x02230A50, String *, rPGgilLxmMTekXrALcMmwLgZUrTO_ReHJtyJbEzJULvZFPwvBXpWEKTlI, (rPGgilLxmMTekXrALcMmwLgZUrTO * __this, MethodInfo * method)); DO_APP_FUNC(0x02230B70, int32_t, rPGgilLxmMTekXrALcMmwLgZUrTO_izIVdGcaTKiPxUYPtkQeqWpbqVvt, (rPGgilLxmMTekXrALcMmwLgZUrTO * __this, MethodInfo * method)); DO_APP_FUNC(0x02230BE0, int32_t, rPGgilLxmMTekXrALcMmwLgZUrTO_aCvLNldqDoPkRMLcsDAIUWASDkQD, (rPGgilLxmMTekXrALcMmwLgZUrTO * __this, MethodInfo * method)); DO_APP_FUNC(0x02230C50, String *, rPGgilLxmMTekXrALcMmwLgZUrTO_BorRHwhuBiTvRZMdtgCGkDFayqbW, (rPGgilLxmMTekXrALcMmwLgZUrTO * __this, MethodInfo * method)); DO_APP_FUNC(0x02230D70, void, rPGgilLxmMTekXrALcMmwLgZUrTO_JrFfGjCcMfLsQGMykDroFWwsPsNJ, (rPGgilLxmMTekXrALcMmwLgZUrTO * __this, kjaumSMAWMgoyyuYBSjDcpGIgHeAA param_00014685, MethodInfo * method)); DO_APP_FUNC(0x02230E60, int32_t, rPGgilLxmMTekXrALcMmwLgZUrTO_azSCfikvsSTPlfZCRzBxezEuSPHAA, (rPGgilLxmMTekXrALcMmwLgZUrTO * __this, MethodInfo * method)); DO_APP_FUNC(0x02230ED0, void, HhyJayjEkazMHJnFosltszjdHjxA__ctor, (HhyJayjEkazMHJnFosltszjdHjxA * __this, MethodInfo * method)); DO_APP_FUNC(0x022311C0, IList_1_IEpqttsJBVpdPbiISguYNqxToTKd_ *, HhyJayjEkazMHJnFosltszjdHjxA_GzygSjJBfMufLJomkwEJfEJaxTDDA, (HhyJayjEkazMHJnFosltszjdHjxA * __this, MethodInfo * method)); DO_APP_FUNC(0x022311D0, IList_1_IEpqttsJBVpdPbiISguYNqxToTKd_ *, HhyJayjEkazMHJnFosltszjdHjxA_GzygSjJBfMufLJomkwEJfEJaxTDDA_1, (HhyJayjEkazMHJnFosltszjdHjxA * __this, idyHbWsJPidvWVLFgweaeqNyynMr__Enum param_00014686, AxAszkCRgjxKrOSKwqNWDAjWcnjW__Enum param_00014687, MethodInfo * method)); DO_APP_FUNC(0x022313F0, int32_t, HhyJayjEkazMHJnFosltszjdHjxA_JntQuVkgeQprHAlsZbcvBgCqJdhMA, (HhyJayjEkazMHJnFosltszjdHjxA * __this, idyHbWsJPidvWVLFgweaeqNyynMr__Enum param_00014688, AxAszkCRgjxKrOSKwqNWDAjWcnjW__Enum param_00014689, MethodInfo * method)); DO_APP_FUNC(0x02231600, int32_t, HhyJayjEkazMHJnFosltszjdHjxA_FPGmYMmYwivuxGBEgEqEmpeDAaVl, (Void * param_0001468a, Void * param_0001468b, Void * param_0001468c, Void * param_0001468d, MethodInfo * method)); DO_APP_FUNC(0x022316B0, int32_t, HhyJayjEkazMHJnFosltszjdHjxA_jOgYCjjmURyWFsewHMRgJdzRitxJ, (Void * param_0001468e, int32_t param_0001468f, Void * param_00014690, Void * param_00014691, int32_t param_00014692, MethodInfo * method)); DO_APP_FUNC(0x02231760, void, HhyJayjEkazMHJnFosltszjdHjxA_ibptIPdDFZMPnhjsRlmLqKgZIzbU, (HhyJayjEkazMHJnFosltszjdHjxA * __this, Guid param_00014693, void * * param_00014694, TwEEqzAdHdQMPMbtxaTUEBRaqYhhb * param_00014695, MethodInfo * method)); DO_APP_FUNC(0x022318C0, void, HhyJayjEkazMHJnFosltszjdHjxA_kwsvMzghHqEpItoswSLBnoCuSBwi, (HhyJayjEkazMHJnFosltszjdHjxA * __this, int32_t param_00014696, fuxLlWsjEGbhmJsWNqYSFBhaScUe * param_00014697, void * param_00014698, AxAszkCRgjxKrOSKwqNWDAjWcnjW__Enum param_00014699, MethodInfo * method)); DO_APP_FUNC(0x02231A10, void, HhyJayjEkazMHJnFosltszjdHjxA_rSotNEMJOPdGQymAyXNblfpQGKFR__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02231CF0, void *, HhyJayjEkazMHJnFosltszjdHjxA_rSotNEMJOPdGQymAyXNblfpQGKFR_tVdoPaCtAbqlujlxXITRbZypirBA, (MethodInfo * method)); DO_APP_FUNC(0x02231D50, int32_t, HhyJayjEkazMHJnFosltszjdHjxA_rSotNEMJOPdGQymAyXNblfpQGKFR_IBpqAtxYRreKuGhLTfmiEjFzNsEi, (MethodInfo * method)); DO_APP_FUNC(0x02231DF0, void, HhyJayjEkazMHJnFosltszjdHjxA_rSotNEMJOPdGQymAyXNblfpQGKFR_IqeirVCUUEJhXFQOWXCdOtBiFkPb, (MethodInfo * method)); DO_APP_FUNC(0x02231E50, int32_t, HhyJayjEkazMHJnFosltszjdHjxA_rSotNEMJOPdGQymAyXNblfpQGKFR_GOvwdiDOkmqlgauXaWzDLtoNfZVi, (Void * param_0001469a, void * param_0001469b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56598, HhyJayjEkazMHJnFosltszjdHjxA_rSotNEMJOPdGQymAyXNblfpQGKFR_GOvwdiDOkmqlgauXaWzDLtoNfZVi__MethodInfo); DO_APP_FUNC(0x02231EB0, void, HhyJayjEkazMHJnFosltszjdHjxA_rSotNEMJOPdGQymAyXNblfpQGKFR_EVQpSeKHXzBjQtgsjnZnMkFuMxDd__ctor, (HhyJayjEkazMHJnFosltszjdHjxA_rSotNEMJOPdGQymAyXNblfpQGKFR_EVQpSeKHXzBjQtgsjnZnMkFuMxDd * __this, Object * param_0001469c, void * param_0001469d, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, HhyJayjEkazMHJnFosltszjdHjxA_rSotNEMJOPdGQymAyXNblfpQGKFR_EVQpSeKHXzBjQtgsjnZnMkFuMxDd_Invoke, (HhyJayjEkazMHJnFosltszjdHjxA_rSotNEMJOPdGQymAyXNblfpQGKFR_EVQpSeKHXzBjQtgsjnZnMkFuMxDd * __this, Void * deviceInstance, void * data, MethodInfo * method)); DO_APP_FUNC(0x02231FF0, void, UgqgZpsHrByltMiEhhgrCiCVCRnaA__ctor, (UgqgZpsHrByltMiEhhgrCiCVCRnaA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, void *, UgqgZpsHrByltMiEhhgrCiCVCRnaA_qUwmNRaONJxBxlhLfnRyTujyOOmI, (UgqgZpsHrByltMiEhhgrCiCVCRnaA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, List_1_IEpqttsJBVpdPbiISguYNqxToTKd_ *, UgqgZpsHrByltMiEhhgrCiCVCRnaA_BjmegbIEhwOFmJcDbrGXPPooizwT, (UgqgZpsHrByltMiEhhgrCiCVCRnaA * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, UgqgZpsHrByltMiEhhgrCiCVCRnaA_GLdjwufxOabsbVTvAjrrdBjHraPd, (UgqgZpsHrByltMiEhhgrCiCVCRnaA * __this, List_1_IEpqttsJBVpdPbiISguYNqxToTKd_ * param_000146a0, MethodInfo * method)); DO_APP_FUNC(0x02232330, int32_t, UgqgZpsHrByltMiEhhgrCiCVCRnaA_GOvwdiDOkmqlgauXaWzDLtoNfZVi, (Void * param_000146a1, void * param_000146a2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56530, UgqgZpsHrByltMiEhhgrCiCVCRnaA_GOvwdiDOkmqlgauXaWzDLtoNfZVi__MethodInfo); DO_APP_FUNC(0x02231EB0, void, UgqgZpsHrByltMiEhhgrCiCVCRnaA_lfbZCkjLgyqTxCszbMzUrTlOtFNq__ctor, (UgqgZpsHrByltMiEhhgrCiCVCRnaA_lfbZCkjLgyqTxCszbMzUrTlOtFNq * __this, Object * param_000146a3, void * param_000146a4, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, UgqgZpsHrByltMiEhhgrCiCVCRnaA_lfbZCkjLgyqTxCszbMzUrTlOtFNq_Invoke, (UgqgZpsHrByltMiEhhgrCiCVCRnaA_lfbZCkjLgyqTxCszbMzUrTlOtFNq * __this, Void * deviceInstance, void * data, MethodInfo * method)); DO_APP_FUNC(0x02232410, void, JYBTXkVuHseRAPnFWSKHEVXmogBe__ctor, (JYBTXkVuHseRAPnFWSKHEVXmogBe * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, void *, JYBTXkVuHseRAPnFWSKHEVXmogBe_qUwmNRaONJxBxlhLfnRyTujyOOmI, (JYBTXkVuHseRAPnFWSKHEVXmogBe * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, List_1_xHrRgXbpglyyLcUqeKrUBIwiHmMg_ *, JYBTXkVuHseRAPnFWSKHEVXmogBe_EetBGQkKLEgslKBmXJmCidsgHlnCc, (JYBTXkVuHseRAPnFWSKHEVXmogBe * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, JYBTXkVuHseRAPnFWSKHEVXmogBe_OrLuwMcyDzQDfmqhrEUpGWnfRnCkA, (JYBTXkVuHseRAPnFWSKHEVXmogBe * __this, List_1_xHrRgXbpglyyLcUqeKrUBIwiHmMg_ * param_000146a7, MethodInfo * method)); DO_APP_FUNC(0x02232750, int32_t, JYBTXkVuHseRAPnFWSKHEVXmogBe_ZGgJrDaBoUwVNKQqommHMwoDWbzi, (Void * param_000146a8, void * param_000146a9, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56508, JYBTXkVuHseRAPnFWSKHEVXmogBe_ZGgJrDaBoUwVNKQqommHMwoDWbzi__MethodInfo); DO_APP_FUNC(0x02231EB0, void, JYBTXkVuHseRAPnFWSKHEVXmogBe_MRyVOkEJicyElZRDsuYLxkDvBnwo__ctor, (JYBTXkVuHseRAPnFWSKHEVXmogBe_MRyVOkEJicyElZRDsuYLxkDvBnwo * __this, Object * param_000146aa, void * param_000146ab, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, JYBTXkVuHseRAPnFWSKHEVXmogBe_MRyVOkEJicyElZRDsuYLxkDvBnwo_Invoke, (JYBTXkVuHseRAPnFWSKHEVXmogBe_MRyVOkEJicyElZRDsuYLxkDvBnwo * __this, Void * deviceInstance, void * data, MethodInfo * method)); DO_APP_FUNC(0x02232A40, void, iTsYHZGTMrgZQrYoMNYmewdCLSRM_flgWSjeYzACqgUIiODygXatyFDbHA, (void * param_000146ae, int32_t param_000146af, Guid param_000146b0, void * * param_000146b1, TwEEqzAdHdQMPMbtxaTUEBRaqYhhb * param_000146b2, MethodInfo * method)); DO_APP_FUNC(0x02232BB0, int32_t, iTsYHZGTMrgZQrYoMNYmewdCLSRM_frhKMxLkLjZOrCtSSeIIyiKdeXiO, (Void * param_000146b3, int32_t param_000146b4, Void * param_000146b5, Void * param_000146b6, Void * param_000146b7, MethodInfo * method)); DO_APP_FUNC(0x02232C60, void, CClyMcfsYLeaPgcfhKixbGxThdbZ__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02232ED0, void, IseAuldnhPHboDUdxlbAlGeSTfxw_lwEoarzOQRDZDEAGLuGvpcCgeqTLA, (IseAuldnhPHboDUdxlbAlGeSTfxw * __this, IseAuldnhPHboDUdxlbAlGeSTfxw_wKzPFmUkpUODMAjsMfyMfvghvWmPA * param_000146b8, MethodInfo * method)); DO_APP_FUNC(0x02233050, void, JYkaRqeUjtHXxcgerIQieKAHgrarA_lwEoarzOQRDZDEAGLuGvpcCgeqTLA, (JYkaRqeUjtHXxcgerIQieKAHgrarA * __this, JYkaRqeUjtHXxcgerIQieKAHgrarA_aNzGETBZvCtqMqFInwgZFSaZiiHbb * param_000146b9, MethodInfo * method)); DO_APP_FUNC(0x009B8F70, void, kjaumSMAWMgoyyuYBSjDcpGIgHeAA__ctor, (kjaumSMAWMgoyyuYBSjDcpGIgHeAA * __this, int32_t param_000146bb, int32_t param_000146bc, MethodInfo * method)); DO_APP_FUNC(0x022331C0, void, kjaumSMAWMgoyyuYBSjDcpGIgHeAA_MXpVzGntZvGkylbtqFekWYrHhsxU, (kjaumSMAWMgoyyuYBSjDcpGIgHeAA * __this, weuQjMwbfsNskfysppPfTKjudoTD * param_000146bd, MethodInfo * method)); DO_APP_FUNC(0x022331D0, void, GqryNrYEvkExVmQzJVqPbzHUZsSB__ctor, (GqryNrYEvkExVmQzJVqPbzHUZsSB * __this, HhyJayjEkazMHJnFosltszjdHjxA * param_000146be, Guid param_000146bf, MethodInfo * method)); DO_APP_FUNC(0x02233260, void, eIOeMVETDBCpONALFPUSmkDfCaEg__ctor, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, eIOeMVETDBCpONALFPUSmkDfCaEg_BuJHhqbMiVvhWbNEFcaiecHqHRaq, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, eIOeMVETDBCpONALFPUSmkDfCaEg_xDlbWneAUYXFdPLGyaBVdkcHmcBg, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, int32_t param_000146c0, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, eIOeMVETDBCpONALFPUSmkDfCaEg_tGmqkcyKDjMvXJbMhoPOHosalWJc, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, eIOeMVETDBCpONALFPUSmkDfCaEg_tmtelTXATlGaonMljlbchVHyGWhQ, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, int32_t param_000146c1, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, eIOeMVETDBCpONALFPUSmkDfCaEg_cycfLlSKjLuGFvsTDabWtISNgKde, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, eIOeMVETDBCpONALFPUSmkDfCaEg_VUMcgggmVEdQniBLCEBcRbvHbvSXA, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, int32_t param_000146c2, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, eIOeMVETDBCpONALFPUSmkDfCaEg_LQJcRXlCHmrGlaqpLobAbpiYRjli, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, eIOeMVETDBCpONALFPUSmkDfCaEg_VWpNpegeYbJanmlqDHPNtFcdkqeI, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, int32_t param_000146c3, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, eIOeMVETDBCpONALFPUSmkDfCaEg_ISdhKojvRzwvUYZDQnYGIvsNHsyK, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, eIOeMVETDBCpONALFPUSmkDfCaEg_znlkHGMFrDWNdXvzgEPkhBbrMvjK, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, int32_t param_000146c4, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, eIOeMVETDBCpONALFPUSmkDfCaEg_GvchMCFenOngnGDvebQRvZwEMxqRB, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, eIOeMVETDBCpONALFPUSmkDfCaEg_ZNldpAlbPMLGoaPbYCiFiVGfFfbHb, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, int32_t param_000146c5, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Int32__Array *, eIOeMVETDBCpONALFPUSmkDfCaEg_XKfCiXdVCJsHoDxgDzAVoqxSLqyCb, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, eIOeMVETDBCpONALFPUSmkDfCaEg_IkCCXDqUtDulqgXbIFIjviCrYiyi, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, Int32__Array * param_000146c6, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Int32__Array *, eIOeMVETDBCpONALFPUSmkDfCaEg_vOLfyBHIwTzPiXpSmExMpJmmiIQT, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, eIOeMVETDBCpONALFPUSmkDfCaEg_kMlNqivorPfqYQNVovZOHXAmKclp, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, Int32__Array * param_000146c7, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Boolean__Array *, eIOeMVETDBCpONALFPUSmkDfCaEg_WoYDXAbUPXDjmOSWwJdVMCAPMalQA, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, eIOeMVETDBCpONALFPUSmkDfCaEg_QQxLGaAwKkuBXkqfhqyMQTLKhRhH, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, Boolean__Array * param_000146c8, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int32_t, eIOeMVETDBCpONALFPUSmkDfCaEg_LdvqLVyiWMeAISMEvIcRbhNlMXGj, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x00523180, void, eIOeMVETDBCpONALFPUSmkDfCaEg_HIIcRaqBDTECuACNppsKPThOgpgVA, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, int32_t param_000146c9, MethodInfo * method)); DO_APP_FUNC(0x00A88B20, int32_t, eIOeMVETDBCpONALFPUSmkDfCaEg_BTrkIhvMQLFSQCIkjeecTAdXmxUFb, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88B30, void, eIOeMVETDBCpONALFPUSmkDfCaEg_MabUXMbefkVYsaIwWDNfGRzOVDUl, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, int32_t param_000146ca, MethodInfo * method)); DO_APP_FUNC(0x003C5400, int32_t, eIOeMVETDBCpONALFPUSmkDfCaEg_plkFefHKGdsCiSSraUtNgyglNYlNA, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5410, void, eIOeMVETDBCpONALFPUSmkDfCaEg_fWSbeGgNAwLCYmdlmkFSrXlrtkJP, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, int32_t param_000146cb, MethodInfo * method)); DO_APP_FUNC(0x00A528F0, int32_t, eIOeMVETDBCpONALFPUSmkDfCaEg_QUqEWJeOcqQcWORVernOiWdcZKIt, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x0111DDC0, void, eIOeMVETDBCpONALFPUSmkDfCaEg_ygavECrYGhfsmocftglsIRICCbZfA, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, int32_t param_000146cc, MethodInfo * method)); DO_APP_FUNC(0x0111DD10, int32_t, eIOeMVETDBCpONALFPUSmkDfCaEg_MYVhapqroScBSHadaCQdKttGCOADA, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x01A20C50, void, eIOeMVETDBCpONALFPUSmkDfCaEg_kNwIWJbYvLaargeBeQNTSBuRCiUi, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, int32_t param_000146cd, MethodInfo * method)); DO_APP_FUNC(0x01D80210, int32_t, eIOeMVETDBCpONALFPUSmkDfCaEg_WBbMThvGqXYljtsNvGEQIwnhkWDu, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x00B37840, void, eIOeMVETDBCpONALFPUSmkDfCaEg_gBXAqvijcdSZiGEEDMgIqwljtsqVb, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, int32_t param_000146ce, MethodInfo * method)); DO_APP_FUNC(0x003C5490, Int32__Array *, eIOeMVETDBCpONALFPUSmkDfCaEg_fJWBFNMEfwITFcINUswuTLGEqQMWA, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, eIOeMVETDBCpONALFPUSmkDfCaEg_kcYlabFvbQIDCXHabUQTRBMbgutW, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, Int32__Array * param_000146cf, MethodInfo * method)); DO_APP_FUNC(0x00764A50, int32_t, eIOeMVETDBCpONALFPUSmkDfCaEg_DufIjWmneKAxhDgupYPEvHxWEiGn, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x01C1F550, void, eIOeMVETDBCpONALFPUSmkDfCaEg_sYuFKjWGTlRSNkcEwVgGJpSbAnoG, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, int32_t param_000146d0, MethodInfo * method)); DO_APP_FUNC(0x007661F0, int32_t, eIOeMVETDBCpONALFPUSmkDfCaEg_aESsUHWOnjjtFCVuZIAMIinvJMGz, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x00C13A20, void, eIOeMVETDBCpONALFPUSmkDfCaEg_NRqPGQrVUzaClqNHEAMpbbXpQcsw, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, int32_t param_000146d1, MethodInfo * method)); DO_APP_FUNC(0x007666D0, int32_t, eIOeMVETDBCpONALFPUSmkDfCaEg_ifrfDWfLzdjltOftRmAxcBJDoOcj, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB190, void, eIOeMVETDBCpONALFPUSmkDfCaEg_LFKNTugOrOFPNCUSzOBaMZackBmeA, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, int32_t param_000146d2, MethodInfo * method)); DO_APP_FUNC(0x015FAEF0, int32_t, eIOeMVETDBCpONALFPUSmkDfCaEg_KOkXBZvlGDFZxnWngHBoBOIvHbvdb, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x00564BA0, void, eIOeMVETDBCpONALFPUSmkDfCaEg_pRWrsgOiJXJwEsYivJvXLYACtlsb, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, int32_t param_000146d3, MethodInfo * method)); DO_APP_FUNC(0x01B48D90, int32_t, eIOeMVETDBCpONALFPUSmkDfCaEg_MjuppTWZtsfQDSfbCHVFHdUmURDw, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07B40, void, eIOeMVETDBCpONALFPUSmkDfCaEg_TjCNQAzeYWvJZZIWzMJwOXRBLuVl, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, int32_t param_000146d4, MethodInfo * method)); DO_APP_FUNC(0x01015EC0, int32_t, eIOeMVETDBCpONALFPUSmkDfCaEg_dVZltzoBCqNlJvuWEaMCIWrFtPqw, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x01015ED0, void, eIOeMVETDBCpONALFPUSmkDfCaEg_xJReTspRSLicTwttrPCXLuPVIFPO, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, int32_t param_000146d5, MethodInfo * method)); DO_APP_FUNC(0x003C7020, Int32__Array *, eIOeMVETDBCpONALFPUSmkDfCaEg_mREwwSIIKoVENkarcpdJqqPTMcv, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE20, void, eIOeMVETDBCpONALFPUSmkDfCaEg_uwsyHEPxOoPmzTmDTXKXDcQWUFEJ, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, Int32__Array * param_000146d6, MethodInfo * method)); DO_APP_FUNC(0x0101D6B0, int32_t, eIOeMVETDBCpONALFPUSmkDfCaEg_ATRupGTejYoVaRrvSzgGjAjNfWZN, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x00609B20, void, eIOeMVETDBCpONALFPUSmkDfCaEg_ZxoQVPQPhpVnRuIXQvIqyadVqyvJ, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, int32_t param_000146d7, MethodInfo * method)); DO_APP_FUNC(0x012CBC20, int32_t, eIOeMVETDBCpONALFPUSmkDfCaEg_FiKMyWXcSjEIggnsaZHKmoQNlvDK, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x004841A0, void, eIOeMVETDBCpONALFPUSmkDfCaEg_fitjQwxsrahwuMXOWngQlfmbpNcL, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, int32_t param_000146d8, MethodInfo * method)); DO_APP_FUNC(0x00C6E400, int32_t, eIOeMVETDBCpONALFPUSmkDfCaEg_fepBaCNwGjfizQpQtgjTiQtKBtud, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E410, void, eIOeMVETDBCpONALFPUSmkDfCaEg_QJDGWlaoFmbuheSicgHYScUJfiwf, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, int32_t param_000146d9, MethodInfo * method)); DO_APP_FUNC(0x009B7060, int32_t, eIOeMVETDBCpONALFPUSmkDfCaEg_ITnaWkTFSedKlMcJzLuUmlwVpzZL, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x009B7070, void, eIOeMVETDBCpONALFPUSmkDfCaEg_eIjrLKptEgUCAuflrpZOkvagpFaY, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, int32_t param_000146da, MethodInfo * method)); DO_APP_FUNC(0x00C6E520, int32_t, eIOeMVETDBCpONALFPUSmkDfCaEg_ZTJSNKKYGFtqnwgebWTNVEwzaPfJ, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07B70, void, eIOeMVETDBCpONALFPUSmkDfCaEg_QCIAmwkJBNQNSdRPHUucIFsfXnCwB, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, int32_t param_000146db, MethodInfo * method)); DO_APP_FUNC(0x0101D6C0, int32_t, eIOeMVETDBCpONALFPUSmkDfCaEg_nKcFKFiJdikONsaumYLDwYpetESKA, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D6D0, void, eIOeMVETDBCpONALFPUSmkDfCaEg_KRhaHKiYmhVactdooDoATPWswOPG, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, int32_t param_000146dc, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, Int32__Array *, eIOeMVETDBCpONALFPUSmkDfCaEg_ngOYwhHHPcphZEbWKcsYgbGIdPGl, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F50, void, eIOeMVETDBCpONALFPUSmkDfCaEg_SRSeLUjONFaApGSIJjfDvroMZEkdB, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, Int32__Array * param_000146dd, MethodInfo * method)); DO_APP_FUNC(0x02233500, void, eIOeMVETDBCpONALFPUSmkDfCaEg_MarshalFrom, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, void * param_000146de, MethodInfo * method)); DO_APP_FUNC(0x021E2200, void, eIOeMVETDBCpONALFPUSmkDfCaEg_iGlRenjOWJphMVhzZUqICzDnNZft, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, eIOeMVETDBCpONALFPUSmkDfCaEg * param_000146df, MethodInfo * method)); DO_APP_FUNC(0x021E1FF0, void, eIOeMVETDBCpONALFPUSmkDfCaEg_IqeirVCUUEJhXFQOWXCdOtBiFkPb, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x022337D0, bool, eIOeMVETDBCpONALFPUSmkDfCaEg_PMGrPcJNrEmNzhLyyqBYdVuNrNnd, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, eIOeMVETDBCpONALFPUSmkDfCaEg * param_000146e0, MethodInfo * method)); DO_APP_FUNC(0x02233B90, String *, eIOeMVETDBCpONALFPUSmkDfCaEg_LVmcPOeqeDbqbgLicgjuWNFJdAuo, (eIOeMVETDBCpONALFPUSmkDfCaEg * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, tSPvxZUJjzaTiAEejeAOLKctGpmKA_QegyosMALfqxXyedKXjCcdkCxCvF, (tSPvxZUJjzaTiAEejeAOLKctGpmKA * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59320, int32_t, tSPvxZUJjzaTiAEejeAOLKctGpmKA_fACsHKFdqocDKsGBazdzFSdOzUwG, (tSPvxZUJjzaTiAEejeAOLKctGpmKA * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, tSPvxZUJjzaTiAEejeAOLKctGpmKA_OObGkJDGQiumrrhMWzqoOfQuKMBgb, (tSPvxZUJjzaTiAEejeAOLKctGpmKA * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, int32_t, tSPvxZUJjzaTiAEejeAOLKctGpmKA_XjeDExJrQAKqpkpEIyIycCXbmMQc, (tSPvxZUJjzaTiAEejeAOLKctGpmKA * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, HSgFoYglukrQnwmltWKJJNfRjaEwA__Enum, tSPvxZUJjzaTiAEejeAOLKctGpmKA_KFPKrRLxWQueipJlIjxclqphgfqy, (tSPvxZUJjzaTiAEejeAOLKctGpmKA * __this, MethodInfo * method)); DO_APP_FUNC(0x02234820, String *, tSPvxZUJjzaTiAEejeAOLKctGpmKA_LVmcPOeqeDbqbgLicgjuWNFJdAuo, (tSPvxZUJjzaTiAEejeAOLKctGpmKA * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA *, ydldxpSsOZLZMTNrfDcYRQNMEqkP_AjXtGpSZCVsKCgQEyDPQkPmUoFPMA, (ydldxpSsOZLZMTNrfDcYRQNMEqkP * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ydldxpSsOZLZMTNrfDcYRQNMEqkP_pYaDWAhgbkebMUSDoBhpwmjmWfEv, (ydldxpSsOZLZMTNrfDcYRQNMEqkP * __this, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA * param_000146e1, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, ydldxpSsOZLZMTNrfDcYRQNMEqkP_XxWtxjuUXwbGJVbHHjVNSyChWSxU, (ydldxpSsOZLZMTNrfDcYRQNMEqkP * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, ydldxpSsOZLZMTNrfDcYRQNMEqkP_TZVEIUQIDOWFiizfmNbBCERwmGJb, (ydldxpSsOZLZMTNrfDcYRQNMEqkP * __this, int32_t param_000146e2, MethodInfo * method)); DO_APP_FUNC(0x003CB280, AZxQgJyCAGLhYZfeJjQKNkIUMkvR__Enum, ydldxpSsOZLZMTNrfDcYRQNMEqkP_SggGpRjYxhphKpWvxCzqrhqIMxrDb, (ydldxpSsOZLZMTNrfDcYRQNMEqkP * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, ydldxpSsOZLZMTNrfDcYRQNMEqkP_WUEfnoEGoxiywWtfCKyEDnkRfUmo, (ydldxpSsOZLZMTNrfDcYRQNMEqkP * __this, AZxQgJyCAGLhYZfeJjQKNkIUMkvR__Enum param_000146e3, MethodInfo * method)); DO_APP_FUNC(0x01B0B130, void, ydldxpSsOZLZMTNrfDcYRQNMEqkP__ctor, (ydldxpSsOZLZMTNrfDcYRQNMEqkP * __this, lrZLQeVDGDrIlNPDYgJAkdvWWrWwA * param_000146e4, int32_t param_000146e5, AZxQgJyCAGLhYZfeJjQKNkIUMkvR__Enum param_000146e6, MethodInfo * method)); DO_APP_FUNC(0x02234AE0, int32_t, ydldxpSsOZLZMTNrfDcYRQNMEqkP_gkNgGbUdTlZvwRUnwOUvJgApVxVk, (ydldxpSsOZLZMTNrfDcYRQNMEqkP * __this, void * param_000146e7, MethodInfo * method)); DO_APP_FUNC(0x02234B80, int32_t, ydldxpSsOZLZMTNrfDcYRQNMEqkP_gkNgGbUdTlZvwRUnwOUvJgApVxVk_1, (ydldxpSsOZLZMTNrfDcYRQNMEqkP * __this, void * param_000146e8, int32_t param_000146e9, MethodInfo * method)); DO_APP_FUNC(0x02234C30, void, ydldxpSsOZLZMTNrfDcYRQNMEqkP_GlkQTlWVpYbmwoLzAzlBpCRJWIpE, (ydldxpSsOZLZMTNrfDcYRQNMEqkP * __this, void * param_000146ea, int32_t param_000146eb, MethodInfo * method)); DO_APP_FUNC(0x02234CD0, String *, ydldxpSsOZLZMTNrfDcYRQNMEqkP_wMokycEbfxthbHeEcHduVelVleUQ, (ydldxpSsOZLZMTNrfDcYRQNMEqkP * __this, void * param_000146ec, MethodInfo * method)); DO_APP_FUNC(0x02234DA0, String *, ydldxpSsOZLZMTNrfDcYRQNMEqkP_xdbfGIkpDknXdZYBMgnZCZRbdRjY, (ydldxpSsOZLZMTNrfDcYRQNMEqkP * __this, void * param_000146ed, MethodInfo * method)); DO_APP_FUNC(0x02234E80, String *, ydldxpSsOZLZMTNrfDcYRQNMEqkP_xdbfGIkpDknXdZYBMgnZCZRbdRjY_1, (ydldxpSsOZLZMTNrfDcYRQNMEqkP * __this, void * param_000146ee, int32_t param_000146ef, MethodInfo * method)); DO_APP_FUNC(0x02234F60, void, ydldxpSsOZLZMTNrfDcYRQNMEqkP_GlkQTlWVpYbmwoLzAzlBpCRJWIpE_1, (ydldxpSsOZLZMTNrfDcYRQNMEqkP * __this, void * param_000146f0, kjaumSMAWMgoyyuYBSjDcpGIgHeAA param_000146f1, MethodInfo * method)); DO_APP_FUNC(0x02235010, bool, cKatzIfcDZIPQqJnLqraRnKEdEBN_JuhFFGJyhqNTfnOSHKmgszUPDlGWA, (cKatzIfcDZIPQqJnLqraRnKEdEBN * __this, MethodInfo * method)); DO_APP_FUNC(0x02235070, void, cKatzIfcDZIPQqJnLqraRnKEdEBN__ctor, (cKatzIfcDZIPQqJnLqraRnKEdEBN * __this, String * param_000146f3, int32_t param_000146f4, int32_t param_000146f5, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C564E8, cKatzIfcDZIPQqJnLqraRnKEdEBN__ctor__MethodInfo); DO_APP_FUNC(0x022354C0, cKatzIfcDZIPQqJnLqraRnKEdEBN_RoPxpuVZmiYKCIxubGnFMEksYviG__Enum, cKatzIfcDZIPQqJnLqraRnKEdEBN_gtuaQrafNylUICLNGkKEzcymqpfwb, (cKatzIfcDZIPQqJnLqraRnKEdEBN * __this, Byte__Array * param_000146f6, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56470, cKatzIfcDZIPQqJnLqraRnKEdEBN_gtuaQrafNylUICLNGkKEzcymqpfwb__MethodInfo); DO_APP_FUNC(0x022359E0, bool, cKatzIfcDZIPQqJnLqraRnKEdEBN_ZAktvwklRQAnQOlssKYUuxbwLGPR, (cKatzIfcDZIPQqJnLqraRnKEdEBN * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56458, cKatzIfcDZIPQqJnLqraRnKEdEBN_ZAktvwklRQAnQOlssKYUuxbwLGPR__MethodInfo); DO_APP_FUNC(0x02235D20, void, cKatzIfcDZIPQqJnLqraRnKEdEBN_pzTmxEUVRSqpQNqNfEnbSzMqekF, (cKatzIfcDZIPQqJnLqraRnKEdEBN * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56448, cKatzIfcDZIPQqJnLqraRnKEdEBN_pzTmxEUVRSqpQNqNfEnbSzMqekF__MethodInfo); DO_APP_FUNC(0x02235DF0, cKatzIfcDZIPQqJnLqraRnKEdEBN_RoPxpuVZmiYKCIxubGnFMEksYviG__Enum, cKatzIfcDZIPQqJnLqraRnKEdEBN_QfUsLMlbZSTfODqYbSATCOsKNJcQ, (cKatzIfcDZIPQqJnLqraRnKEdEBN * __this, MethodInfo * method)); DO_APP_FUNC(0x02235FD0, void, cKatzIfcDZIPQqJnLqraRnKEdEBN_kZSPCmfTrenhJMHbKeXyZraVDReF, (cKatzIfcDZIPQqJnLqraRnKEdEBN * __this, MethodInfo * method)); DO_APP_FUNC(0x02235FE0, void, cKatzIfcDZIPQqJnLqraRnKEdEBN_FYgtKbOGteEqyWKKFFekZzIUcTer, (cKatzIfcDZIPQqJnLqraRnKEdEBN * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56438, cKatzIfcDZIPQqJnLqraRnKEdEBN_FYgtKbOGteEqyWKKFFekZzIUcTer__MethodInfo); DO_APP_FUNC(0x02236090, void, cKatzIfcDZIPQqJnLqraRnKEdEBN_VFQHxqwMONxACYdgMueUPkrXSNEk, (cKatzIfcDZIPQqJnLqraRnKEdEBN * __this, MethodInfo * method)); DO_APP_FUNC(0x022360A0, void, cKatzIfcDZIPQqJnLqraRnKEdEBN_JQbRrKJWVvyxxJxEuUAaqQEbCstD, (cKatzIfcDZIPQqJnLqraRnKEdEBN * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56498, cKatzIfcDZIPQqJnLqraRnKEdEBN_JQbRrKJWVvyxxJxEuUAaqQEbCstD__MethodInfo); DO_APP_FUNC(0x02236290, void, cKatzIfcDZIPQqJnLqraRnKEdEBN_rUVOngknMKdaVcBZRsgOUAyzJBnjA, (cKatzIfcDZIPQqJnLqraRnKEdEBN * __this, MethodInfo * method)); DO_APP_FUNC(0x022362F0, void, cKatzIfcDZIPQqJnLqraRnKEdEBN_VNubIxxpewOOHdNDHykqGjYFHaFy, (cKatzIfcDZIPQqJnLqraRnKEdEBN * __this, NativeOverlapped param_000146f7, MethodInfo * method)); DO_APP_FUNC(0x02236320, bool, cKatzIfcDZIPQqJnLqraRnKEdEBN_JfPsQugygIGdCxebDbedAKHFqYqO, (cKatzIfcDZIPQqJnLqraRnKEdEBN * __this, MethodInfo * method)); DO_APP_FUNC(0x02236370, bool, cKatzIfcDZIPQqJnLqraRnKEdEBN_YSwfpFGbyVwajaFSrvTnfPnWhMuuA, (cKatzIfcDZIPQqJnLqraRnKEdEBN * __this, MethodInfo * method)); DO_APP_FUNC(0x02236490, void, cKatzIfcDZIPQqJnLqraRnKEdEBN_cAZzGAFVtGTVqldvdlrLVMTtaDJm, (cKatzIfcDZIPQqJnLqraRnKEdEBN * __this, MethodInfo * method)); DO_APP_FUNC(0x02236530, void, cKatzIfcDZIPQqJnLqraRnKEdEBN_GseaQqemdrypBQffSJVuDEyKqkSaA, (int32_t param_000146f8, int32_t param_000146f9, void * param_000146fa, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C564D8, cKatzIfcDZIPQqJnLqraRnKEdEBN_GseaQqemdrypBQffSJVuDEyKqkSaA__MethodInfo); DO_APP_FUNC(0x02236690, void, cKatzIfcDZIPQqJnLqraRnKEdEBN_Dispose, (cKatzIfcDZIPQqJnLqraRnKEdEBN * __this, MethodInfo * method)); DO_APP_FUNC(0x01F783B0, void, cKatzIfcDZIPQqJnLqraRnKEdEBN_koAztZrcZLyuMlaqoUCpAMQQIsgb, (cKatzIfcDZIPQqJnLqraRnKEdEBN * __this, MethodInfo * method)); DO_APP_FUNC(0x02236700, void, cKatzIfcDZIPQqJnLqraRnKEdEBN_ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (cKatzIfcDZIPQqJnLqraRnKEdEBN * __this, bool param_000146fb, MethodInfo * method)); DO_APP_FUNC(0x02236890, void, ORTGfyrtizZvDeIlwUvooZaSkBIl__ctor, (ORTGfyrtizZvDeIlwUvooZaSkBIl * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ param_000146fc, MethodInfo * method)); DO_APP_FUNC(0x009CDDA0, uint16_t, ORTGfyrtizZvDeIlwUvooZaSkBIl_OXlxCMEuMkorGYnuZeKEypHGiLhk, (ORTGfyrtizZvDeIlwUvooZaSkBIl * __this, MethodInfo * method)); DO_APP_FUNC(0x01951CE0, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_LUSemWPBQMklFuOuykTrkCPjRVHl, (ORTGfyrtizZvDeIlwUvooZaSkBIl * __this, uint16_t param_000146fd, MethodInfo * method)); DO_APP_FUNC(0x00AC1170, uint8_t, ORTGfyrtizZvDeIlwUvooZaSkBIl_UrMQAmWLCUlscwJovRwtbxsFLALX, (ORTGfyrtizZvDeIlwUvooZaSkBIl * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC1180, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_hCTaAPlQjadjglQPIDEoGLZrRMur, (ORTGfyrtizZvDeIlwUvooZaSkBIl * __this, uint8_t param_000146fe, MethodInfo * method)); DO_APP_FUNC(0x02236BD0, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_UQxapuusaEnBKURYtQcsTbqOpxrt, (ORTGfyrtizZvDeIlwUvooZaSkBIl * __this, bool param_000146ff, MethodInfo * method)); DO_APP_FUNC(0x02236BE0, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_CUHGlKEKSoopyjtLflcwfaPXMoyhb, (ORTGfyrtizZvDeIlwUvooZaSkBIl * __this, uint16_t param_00014700, MethodInfo * method)); DO_APP_FUNC(0x02236BF0, uint16_t, ORTGfyrtizZvDeIlwUvooZaSkBIl_jbnQncEhmJeeSFGJacLsPpelOcVIb, (ORTGfyrtizZvDeIlwUvooZaSkBIl * __this, MethodInfo * method)); DO_APP_FUNC(0x02236C00, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_wSCmgLclziPbeKiHShuuCQxuQtuuA, (ORTGfyrtizZvDeIlwUvooZaSkBIl * __this, uint16_t param_00014701, MethodInfo * method)); DO_APP_FUNC(0x00C57B40, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_dxKXpmwpjFnhfHNBQlZYBoeuIiBE, (ORTGfyrtizZvDeIlwUvooZaSkBIl * __this, uint16_t param_00014702, MethodInfo * method)); DO_APP_FUNC(0x02236C10, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_DnKoICajNLopEByqbpKnwfdoiUbq, (ORTGfyrtizZvDeIlwUvooZaSkBIl * __this, uint16_t param_00014703, MethodInfo * method)); DO_APP_FUNC(0x006FF400, bool, ORTGfyrtizZvDeIlwUvooZaSkBIl_xGmCOIEdDLKDchvICQvAknguLzzoB, (ORTGfyrtizZvDeIlwUvooZaSkBIl * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF410, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_JTRukTlLpYopZJXPnXhXqmCLAlHD, (ORTGfyrtizZvDeIlwUvooZaSkBIl * __this, bool param_00014704, MethodInfo * method)); DO_APP_FUNC(0x01CFE700, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_BjIxIKBBYzLFUFTgCsGRJkAzIIZy, (ORTGfyrtizZvDeIlwUvooZaSkBIl * __this, bool param_00014705, MethodInfo * method)); DO_APP_FUNC(0x02236C20, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_SlpdKHoTtEvWIOkUVjYLVzeDRSan, (ORTGfyrtizZvDeIlwUvooZaSkBIl * __this, bool param_00014706, MethodInfo * method)); DO_APP_FUNC(0x01CFE720, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_lipfCtJjACgmXVGHENERGwKugwBhb, (ORTGfyrtizZvDeIlwUvooZaSkBIl * __this, bool param_00014707, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_VVtqUsdJwvjPRVgjlIWpVbmgTLjp, (ORTGfyrtizZvDeIlwUvooZaSkBIl * __this, UInt32__Array * param_00014708, MethodInfo * method)); DO_APP_FUNC(0x0114D740, ORTGfyrtizZvDeIlwUvooZaSkBIl_NxUoZAIjxQCtCGCtMeaRfbbPUZUjA, ORTGfyrtizZvDeIlwUvooZaSkBIl_FfHbhbGjpdPChNOZBKsBMAmhACMc, (ORTGfyrtizZvDeIlwUvooZaSkBIl * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB03E0, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_JrFfGjCcMfLsQGMykDroFWwsPsNJ, (ORTGfyrtizZvDeIlwUvooZaSkBIl * __this, ORTGfyrtizZvDeIlwUvooZaSkBIl_NxUoZAIjxQCtCGCtMeaRfbbPUZUjA param_00014709, MethodInfo * method)); DO_APP_FUNC(0x012D0760, ORTGfyrtizZvDeIlwUvooZaSkBIl_MDLGpsHDafewljoLdpDIwkJokPyS, ORTGfyrtizZvDeIlwUvooZaSkBIl_RMbsmJulXQnfmzLsjzYaRESKDlwN, (ORTGfyrtizZvDeIlwUvooZaSkBIl * __this, MethodInfo * method)); DO_APP_FUNC(0x0204FAD0, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_dgcccOVWcRHUHUgbzcOVCxhpTJZv, (ORTGfyrtizZvDeIlwUvooZaSkBIl * __this, ORTGfyrtizZvDeIlwUvooZaSkBIl_MDLGpsHDafewljoLdpDIwkJokPyS param_0001470a, MethodInfo * method)); DO_APP_FUNC(0x00C57D60, uint16_t, ORTGfyrtizZvDeIlwUvooZaSkBIl_NxUoZAIjxQCtCGCtMeaRfbbPUZUjA_rozCDQKbSiDqpDECQBytTXPaMcjDA, (ORTGfyrtizZvDeIlwUvooZaSkBIl_NxUoZAIjxQCtCGCtMeaRfbbPUZUjA * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6FF40, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_NxUoZAIjxQCtCGCtMeaRfbbPUZUjA_vKIVotIvcCTOazWMeaFOBQYlLxmq, (ORTGfyrtizZvDeIlwUvooZaSkBIl_NxUoZAIjxQCtCGCtMeaRfbbPUZUjA * __this, uint16_t param_0001470b, MethodInfo * method)); DO_APP_FUNC(0x0186F610, uint16_t, ORTGfyrtizZvDeIlwUvooZaSkBIl_NxUoZAIjxQCtCGCtMeaRfbbPUZUjA_jcmUONgIzMTXOvOBRVlYlWigKKFW, (ORTGfyrtizZvDeIlwUvooZaSkBIl_NxUoZAIjxQCtCGCtMeaRfbbPUZUjA * __this, MethodInfo * method)); DO_APP_FUNC(0x02236C30, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_NxUoZAIjxQCtCGCtMeaRfbbPUZUjA_RaBUALYVSKxCXQVLuZSBXOKFnhWH, (ORTGfyrtizZvDeIlwUvooZaSkBIl_NxUoZAIjxQCtCGCtMeaRfbbPUZUjA * __this, uint16_t param_0001470c, MethodInfo * method)); DO_APP_FUNC(0x02236C40, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_NxUoZAIjxQCtCGCtMeaRfbbPUZUjA_RlWnbqRxycReatVDQKfBAzQfFjrK, (ORTGfyrtizZvDeIlwUvooZaSkBIl_NxUoZAIjxQCtCGCtMeaRfbbPUZUjA * __this, uint16_t param_0001470d, MethodInfo * method)); DO_APP_FUNC(0x02236C50, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_NxUoZAIjxQCtCGCtMeaRfbbPUZUjA_nHnLfAGpDrFOcicwKmmSdhHtXfkdb, (ORTGfyrtizZvDeIlwUvooZaSkBIl_NxUoZAIjxQCtCGCtMeaRfbbPUZUjA * __this, uint16_t param_0001470e, MethodInfo * method)); DO_APP_FUNC(0x02236C60, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_NxUoZAIjxQCtCGCtMeaRfbbPUZUjA_FKOfICtAeyktgaFpTnkJUSLnVzDV, (ORTGfyrtizZvDeIlwUvooZaSkBIl_NxUoZAIjxQCtCGCtMeaRfbbPUZUjA * __this, uint16_t param_0001470f, MethodInfo * method)); DO_APP_FUNC(0x02236C70, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_NxUoZAIjxQCtCGCtMeaRfbbPUZUjA_CuedANYorygBATDXUBLkBtcGjWpEA, (ORTGfyrtizZvDeIlwUvooZaSkBIl_NxUoZAIjxQCtCGCtMeaRfbbPUZUjA * __this, uint16_t param_00014710, MethodInfo * method)); DO_APP_FUNC(0x02236C80, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_NxUoZAIjxQCtCGCtMeaRfbbPUZUjA_XYgftlDBxDLJTKCdcFZYMwuwtXPaA, (ORTGfyrtizZvDeIlwUvooZaSkBIl_NxUoZAIjxQCtCGCtMeaRfbbPUZUjA * __this, uint16_t param_00014711, MethodInfo * method)); DO_APP_FUNC(0x02236C90, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_NxUoZAIjxQCtCGCtMeaRfbbPUZUjA_FcLiqpeGtzTdtqFPQeWfoTHvzisw, (ORTGfyrtizZvDeIlwUvooZaSkBIl_NxUoZAIjxQCtCGCtMeaRfbbPUZUjA * __this, uint16_t param_00014712, MethodInfo * method)); DO_APP_FUNC(0x00C57D60, uint16_t, ORTGfyrtizZvDeIlwUvooZaSkBIl_MDLGpsHDafewljoLdpDIwkJokPyS_RDGYnXvQbyrFNxIxMGlNJeeEkOUA, (ORTGfyrtizZvDeIlwUvooZaSkBIl_MDLGpsHDafewljoLdpDIwkJokPyS * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6FF40, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_MDLGpsHDafewljoLdpDIwkJokPyS_UPdGlDfIhYIRkLFigsEmgIbRenKK, (ORTGfyrtizZvDeIlwUvooZaSkBIl_MDLGpsHDafewljoLdpDIwkJokPyS * __this, uint16_t param_00014713, MethodInfo * method)); DO_APP_FUNC(0x02236C30, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_MDLGpsHDafewljoLdpDIwkJokPyS_kXOpQydWRKasXxEjstwTHbxZCLrH, (ORTGfyrtizZvDeIlwUvooZaSkBIl_MDLGpsHDafewljoLdpDIwkJokPyS * __this, uint16_t param_00014714, MethodInfo * method)); DO_APP_FUNC(0x02236C40, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_MDLGpsHDafewljoLdpDIwkJokPyS_FDCQsrrMnfVtjyPjvYXAaMdfvqLq, (ORTGfyrtizZvDeIlwUvooZaSkBIl_MDLGpsHDafewljoLdpDIwkJokPyS * __this, uint16_t param_00014715, MethodInfo * method)); DO_APP_FUNC(0x02236C50, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_MDLGpsHDafewljoLdpDIwkJokPyS_fZCmgLseMphALhBfyhNGeZUeOTq, (ORTGfyrtizZvDeIlwUvooZaSkBIl_MDLGpsHDafewljoLdpDIwkJokPyS * __this, uint16_t param_00014716, MethodInfo * method)); DO_APP_FUNC(0x02236C60, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_MDLGpsHDafewljoLdpDIwkJokPyS_JxMTkIEgfMFhLtjPymEDfbVQOgpc, (ORTGfyrtizZvDeIlwUvooZaSkBIl_MDLGpsHDafewljoLdpDIwkJokPyS * __this, uint16_t param_00014717, MethodInfo * method)); DO_APP_FUNC(0x02236C70, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_MDLGpsHDafewljoLdpDIwkJokPyS_wlFgViCaRlhWJmhTkISrvedeqkXC, (ORTGfyrtizZvDeIlwUvooZaSkBIl_MDLGpsHDafewljoLdpDIwkJokPyS * __this, uint16_t param_00014718, MethodInfo * method)); DO_APP_FUNC(0x02236C80, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_MDLGpsHDafewljoLdpDIwkJokPyS_AOQCflFkSCuEvNLAARVdTJAHhRgEb, (ORTGfyrtizZvDeIlwUvooZaSkBIl_MDLGpsHDafewljoLdpDIwkJokPyS * __this, uint16_t param_00014719, MethodInfo * method)); DO_APP_FUNC(0x02236C90, void, ORTGfyrtizZvDeIlwUvooZaSkBIl_MDLGpsHDafewljoLdpDIwkJokPyS_FYXTYLYWgnbvlYCwXVJFeSJuhErkA, (ORTGfyrtizZvDeIlwUvooZaSkBIl_MDLGpsHDafewljoLdpDIwkJokPyS * __this, uint16_t param_0001471a, MethodInfo * method)); DO_APP_FUNC(0x02236CA0, void, GTJWYMCBWUFmGJGFrEFOMdusHKKP__ctor, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, String * param_0001471b, String * param_0001471c, String * param_0001471d, String * param_0001471e, int32_t param_0001471f, int32_t param_00014720, bool param_00014721, String * param_00014722, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C563E8, GTJWYMCBWUFmGJGFrEFOMdusHKKP__ctor__MethodInfo); DO_APP_FUNC(0x004C5F40, void *, GTJWYMCBWUFmGJGFrEFOMdusHKKP_XaFgejwFzhZVSbfciOuoSdSnGXlO, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, MethodInfo * method)); DO_APP_FUNC(0x012CF600, void, GTJWYMCBWUFmGJGFrEFOMdusHKKP_oEOPLjAHAAbBINVufFkcPEaweeoH, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, void * param_00014723, MethodInfo * method)); DO_APP_FUNC(0x0070E270, bool, GTJWYMCBWUFmGJGFrEFOMdusHKKP_GIpdtvFFoSYQYjMWDivKqpeiAGPsA, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E280, void, GTJWYMCBWUFmGJGFrEFOMdusHKKP_yTTybkbIOmtECCrpveyMRCaCLcbk, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, bool param_00014724, MethodInfo * method)); DO_APP_FUNC(0x02237850, bool, GTJWYMCBWUFmGJGFrEFOMdusHKKP_JuhFFGJyhqNTfnOSHKmgszUPDlGWA, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, fLjFYZNXAkNVBBnhvInnCjAiCvVOA *, GTJWYMCBWUFmGJGFrEFOMdusHKKP_LQoQWVXWjbpMTqbMwwdEVgyOkgNo, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7010, ORTGfyrtizZvDeIlwUvooZaSkBIl__Array *, GTJWYMCBWUFmGJGFrEFOMdusHKKP_ovlaQGLyvutoxyqLoLwldWOrUDrx, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, xPRgcRKBLoHYedzPQnPxbmJxtbbAb__Array *, GTJWYMCBWUFmGJGFrEFOMdusHKKP_RCQbsNbKVdCLIRWWIYjAbTsXtySHA, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, DaPiHSWqNkwnoQqhHYvYHWcbhvqk *, GTJWYMCBWUFmGJGFrEFOMdusHKKP_zAjEDJIjQVwMzgGLJJQFjyoDLvIBA, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, GTJWYMCBWUFmGJGFrEFOMdusHKKP_hfLzXcdchOFxQDZGcYKzgpiShEPf, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, GTJWYMCBWUFmGJGFrEFOMdusHKKP_tlQGztXCUFthjfzWjqlFtctQfxAu, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, MethodInfo * method)); DO_APP_FUNC(0x0111DD10, int32_t, GTJWYMCBWUFmGJGFrEFOMdusHKKP_NGqbqPbfPPSFFETJtPPVQpzHHhlH, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, MethodInfo * method)); DO_APP_FUNC(0x01D80210, int32_t, GTJWYMCBWUFmGJGFrEFOMdusHKKP_VzfbhPAOkEuLBtvIypKGtidTMrHTA, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, MethodInfo * method)); DO_APP_FUNC(0x00531160, bool, GTJWYMCBWUFmGJGFrEFOMdusHKKP_NzimPcZjjJRxCAkLSbXhBpIIpebY, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, String *, GTJWYMCBWUFmGJGFrEFOMdusHKKP_yARcrahMnpbQNvAFehnEYkHcMbUnA, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, MethodInfo * method)); DO_APP_FUNC(0x022378B0, bool, GTJWYMCBWUFmGJGFrEFOMdusHKKP_ADoqufFEOEgjGCmBzGLChWoiLuldc, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E040, bool, GTJWYMCBWUFmGJGFrEFOMdusHKKP_wSWWbbtkBWWNazHZxNmpPBvHbnPGA, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, MethodInfo * method)); DO_APP_FUNC(0x022378D0, void, GTJWYMCBWUFmGJGFrEFOMdusHKKP_soPqSrKQOExwkwjVhnxgvGZAtSoD, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, bool param_00014725, MethodInfo * method)); DO_APP_FUNC(0x02237920, String *, GTJWYMCBWUFmGJGFrEFOMdusHKKP_LVmcPOeqeDbqbgLicgjuWNFJdAuo, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, MethodInfo * method)); DO_APP_FUNC(0x02237B40, void, GTJWYMCBWUFmGJGFrEFOMdusHKKP_LsxzSvQljPCBNjPFaBuztJosGZLTA, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, MethodInfo * method)); DO_APP_FUNC(0x02237B70, void, GTJWYMCBWUFmGJGFrEFOMdusHKKP_LsxzSvQljPCBNjPFaBuztJosGZLTA_1, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, CXcjWwmjwkDPvbUGOUBrzXtVCjZi__Enum param_00014726, CXcjWwmjwkDPvbUGOUBrzXtVCjZi__Enum param_00014727, TxIEpSdEtyyzpeNinAApugagRQDUA__Enum param_00014728, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C563E0, GTJWYMCBWUFmGJGFrEFOMdusHKKP_LsxzSvQljPCBNjPFaBuztJosGZLTA_1__MethodInfo); DO_APP_FUNC(0x02237C40, void, GTJWYMCBWUFmGJGFrEFOMdusHKKP_cAZzGAFVtGTVqldvdlrLVMTtaDJm, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, MethodInfo * method)); DO_APP_FUNC(0x02237C70, bool, GTJWYMCBWUFmGJGFrEFOMdusHKKP_YCTIEluofjTCejnNUmMWdqilaNeq, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, Byte__Array * * param_00014729, uint8_t param_0001472a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C563D0, GTJWYMCBWUFmGJGFrEFOMdusHKKP_YCTIEluofjTCejnNUmMWdqilaNeq__MethodInfo); DO_APP_FUNC(0x022380B0, String *, GTJWYMCBWUFmGJGFrEFOMdusHKKP_SubPZWelNjPfpFKQprUiEGtTCKoT, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, MethodInfo * method)); DO_APP_FUNC(0x02238210, bool, GTJWYMCBWUFmGJGFrEFOMdusHKKP_SubPZWelNjPfpFKQprUiEGtTCKoT_1, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, Byte__Array * * param_0001472b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56428, GTJWYMCBWUFmGJGFrEFOMdusHKKP_SubPZWelNjPfpFKQprUiEGtTCKoT_1__MethodInfo); DO_APP_FUNC(0x022384E0, String *, GTJWYMCBWUFmGJGFrEFOMdusHKKP_zMshNnjnoiaNvsDGymMUHoypjaxc, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, MethodInfo * method)); DO_APP_FUNC(0x022385F0, bool, GTJWYMCBWUFmGJGFrEFOMdusHKKP_zMshNnjnoiaNvsDGymMUHoypjaxc_1, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, Byte__Array * * param_0001472c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56420, GTJWYMCBWUFmGJGFrEFOMdusHKKP_zMshNnjnoiaNvsDGymMUHoypjaxc_1__MethodInfo); DO_APP_FUNC(0x022387B0, bool, GTJWYMCBWUFmGJGFrEFOMdusHKKP_zMshNnjnoiaNvsDGymMUHoypjaxc_2, (void * param_0001472d, Byte__Array * * param_0001472e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56418, GTJWYMCBWUFmGJGFrEFOMdusHKKP_zMshNnjnoiaNvsDGymMUHoypjaxc_2__MethodInfo); DO_APP_FUNC(0x02238AF0, String *, GTJWYMCBWUFmGJGFrEFOMdusHKKP_zMshNnjnoiaNvsDGymMUHoypjaxc_3, (void * param_0001472f, MethodInfo * method)); DO_APP_FUNC(0x02238C00, bool, GTJWYMCBWUFmGJGFrEFOMdusHKKP_tiSNvolyGArTdVMavSIqSbAUQmBh, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, void * param_00014730, int32_t param_00014731, int32_t param_00014732, OutputReportOptions__Enum param_00014733, MethodInfo * method)); DO_APP_FUNC(0x02238E10, bool, GTJWYMCBWUFmGJGFrEFOMdusHKKP_tiSNvolyGArTdVMavSIqSbAUQmBh_1, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, OutputReport param_00014734, MethodInfo * method)); DO_APP_FUNC(0x02238E40, Byte__Array *, GTJWYMCBWUFmGJGFrEFOMdusHKKP_HHGIJnNsHvRUFQGYoneRNJlWVNWE, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, MethodInfo * method)); DO_APP_FUNC(0x02238EB0, Byte__Array *, GTJWYMCBWUFmGJGFrEFOMdusHKKP_gAxqFXSbJBpKWGPmhEsJRyQkdXmg, (int32_t param_00014735, MethodInfo * method)); DO_APP_FUNC(0x02238F10, DaPiHSWqNkwnoQqhHYvYHWcbhvqk *, GTJWYMCBWUFmGJGFrEFOMdusHKKP_GZQKVgcMNwOYeHXWOYkppZPwkfPG, (void * param_00014736, MethodInfo * method)); DO_APP_FUNC(0x02239250, fLjFYZNXAkNVBBnhvInnCjAiCvVOA *, GTJWYMCBWUFmGJGFrEFOMdusHKKP_SSeXazguTnniFyyLStyhazYZJreB, (void * param_00014737, MethodInfo * method)); DO_APP_FUNC(0x022395E0, ORTGfyrtizZvDeIlwUvooZaSkBIl__Array *, GTJWYMCBWUFmGJGFrEFOMdusHKKP_kqldQLKGONKwllgnXpsxvIcXwWtCA, (void * param_00014738, int16_t param_00014739, int16_t param_0001473a, MethodInfo * method)); DO_APP_FUNC(0x02239D50, xPRgcRKBLoHYedzPQnPxbmJxtbbAb__Array *, GTJWYMCBWUFmGJGFrEFOMdusHKKP_NvIpygTcCVUQDflNouzDWkotGfxN, (void * param_0001473b, int16_t param_0001473c, int16_t param_0001473d, MethodInfo * method)); DO_APP_FUNC(0x0223A460, bool, GTJWYMCBWUFmGJGFrEFOMdusHKKP_MbGISwFLJGkchPbbgaKdOptcBDqI, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, void * param_0001473e, int32_t param_0001473f, int32_t param_00014740, OutputReportOptions__Enum param_00014741, MethodInfo * method)); DO_APP_FUNC(0x0223A9A0, void *, GTJWYMCBWUFmGJGFrEFOMdusHKKP_bjnBAodxXdehHxJvkLYTlwCRprtF, (String * param_00014742, uint32_t param_00014743, MethodInfo * method)); DO_APP_FUNC(0x0223A9D0, void *, GTJWYMCBWUFmGJGFrEFOMdusHKKP_bjnBAodxXdehHxJvkLYTlwCRprtF_1, (String * param_00014744, CXcjWwmjwkDPvbUGOUBrzXtVCjZi__Enum param_00014745, uint32_t param_00014746, TxIEpSdEtyyzpeNinAApugagRQDUA__Enum param_00014747, MethodInfo * method)); DO_APP_FUNC(0x0223AB40, void, GTJWYMCBWUFmGJGFrEFOMdusHKKP_oaOpqPFqovmkSVBhXDYuhEyGgOKS, (void * param_00014748, MethodInfo * method)); DO_APP_FUNC(0x0223AD70, void, GTJWYMCBWUFmGJGFrEFOMdusHKKP_tkDkdgIeqHekZlvSAnghKOsDgWbU, (void * param_00014749, MethodInfo * method)); DO_APP_FUNC(0x0223AF10, void, GTJWYMCBWUFmGJGFrEFOMdusHKKP_rgqNVhgEUOskiWNhdESVJfyEIdWBA, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C563F0, GTJWYMCBWUFmGJGFrEFOMdusHKKP_rgqNVhgEUOskiWNhdESVJfyEIdWBA__MethodInfo); DO_APP_FUNC(0x0223AF60, void, GTJWYMCBWUFmGJGFrEFOMdusHKKP_WZkLcdaOMAMjXsewWqCouPyDnrTK, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56480, GTJWYMCBWUFmGJGFrEFOMdusHKKP_WZkLcdaOMAMjXsewWqCouPyDnrTK__MethodInfo); DO_APP_FUNC(0x0223AFB0, void, GTJWYMCBWUFmGJGFrEFOMdusHKKP_Dispose, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, MethodInfo * method)); DO_APP_FUNC(0x01F637D0, void, GTJWYMCBWUFmGJGFrEFOMdusHKKP_koAztZrcZLyuMlaqoUCpAMQQIsgb, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, MethodInfo * method)); DO_APP_FUNC(0x0223B020, void, GTJWYMCBWUFmGJGFrEFOMdusHKKP_ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (GTJWYMCBWUFmGJGFrEFOMdusHKKP * __this, bool param_0001474a, MethodInfo * method)); DO_APP_FUNC(0x0223B070, void, DaPiHSWqNkwnoQqhHYvYHWcbhvqk__ctor, (DaPiHSWqNkwnoQqhHYvYHWcbhvqk * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_cYwrJytwiUrdJwriTAdpZJHkllqg param_0001474b, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, DaPiHSWqNkwnoQqhHYvYHWcbhvqk_azSCfikvsSTPlfZCRzBxezEuSPHAA, (DaPiHSWqNkwnoQqhHYvYHWcbhvqk * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DaPiHSWqNkwnoQqhHYvYHWcbhvqk_JCWLLLKeFGtRZUYHzHQCfCpmjyKgA, (DaPiHSWqNkwnoQqhHYvYHWcbhvqk * __this, int32_t param_0001474c, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, DaPiHSWqNkwnoQqhHYvYHWcbhvqk_aCvLNldqDoPkRMLcsDAIUWASDkQD, (DaPiHSWqNkwnoQqhHYvYHWcbhvqk * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, DaPiHSWqNkwnoQqhHYvYHWcbhvqk_rWwACpUERGiMBxjdNfYvAutUewbCb, (DaPiHSWqNkwnoQqhHYvYHWcbhvqk * __this, int32_t param_0001474d, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, DaPiHSWqNkwnoQqhHYvYHWcbhvqk_jzuIxveRzbCSPturnADRqEMljuor, (DaPiHSWqNkwnoQqhHYvYHWcbhvqk * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, DaPiHSWqNkwnoQqhHYvYHWcbhvqk_EnPcrQOiNNfdJsTCSIQQVXjXCXIo, (DaPiHSWqNkwnoQqhHYvYHWcbhvqk * __this, int32_t param_0001474e, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, DaPiHSWqNkwnoQqhHYvYHWcbhvqk_EhMMZZNCNgjLiuhJsaHAdtpdivXk, (DaPiHSWqNkwnoQqhHYvYHWcbhvqk * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, DaPiHSWqNkwnoQqhHYvYHWcbhvqk_tpMbtmLesZCmkZwcVciVafpYnEFCb, (DaPiHSWqNkwnoQqhHYvYHWcbhvqk * __this, String * param_0001474f, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, DaPiHSWqNkwnoQqhHYvYHWcbhvqk_GBZvdjXGZlFCvCGJQdsddBuzTdhEb, (DaPiHSWqNkwnoQqhHYvYHWcbhvqk * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, DaPiHSWqNkwnoQqhHYvYHWcbhvqk_pWSasuAswVMieJEabPXYIJEtxfoi, (DaPiHSWqNkwnoQqhHYvYHWcbhvqk * __this, String * param_00014750, MethodInfo * method)); DO_APP_FUNC(0x0223B1D0, void, fLjFYZNXAkNVBBnhvInnCjAiCvVOA__ctor, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_KdURfiFBwhFROjdQMSQSIwyeoKVL param_00014751, MethodInfo * method)); DO_APP_FUNC(0x009CDDA0, int16_t, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_RDGYnXvQbyrFNxIxMGlNJeeEkOUA, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, MethodInfo * method)); DO_APP_FUNC(0x01951CE0, void, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_UPdGlDfIhYIRkLFigsEmgIbRenKK, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, int16_t param_00014752, MethodInfo * method)); DO_APP_FUNC(0x0223B280, int16_t, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_OXlxCMEuMkorGYnuZeKEypHGiLhk, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, MethodInfo * method)); DO_APP_FUNC(0x0223B290, void, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_LUSemWPBQMklFuOuykTrkCPjRVHl, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, int16_t param_00014753, MethodInfo * method)); DO_APP_FUNC(0x00C66FA0, int16_t, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_FMEitEjghVIggijBWzIgkbzhtaYh, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, MethodInfo * method)); DO_APP_FUNC(0x02236BE0, void, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_DYRtiIrXkBwkbISBOcCQNEsaEiRP, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, int16_t param_00014754, MethodInfo * method)); DO_APP_FUNC(0x02236BF0, int16_t, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_ThssNSmLnaBGJAdHiplmUceklSxp, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, MethodInfo * method)); DO_APP_FUNC(0x02236C00, void, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_fcZOaJJGdcLOgVjkuaMmhVoFmaBgA, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, int16_t param_00014755, MethodInfo * method)); DO_APP_FUNC(0x00C57B30, int16_t, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_XeFHfgcfKMKyHwbAsPPuUzdZtvNOA, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, MethodInfo * method)); DO_APP_FUNC(0x00C57B40, void, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_YBODXmqkgsrBbVZWJYRmFhabSvvJ, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, int16_t param_00014756, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_VVtqUsdJwvjPRVgjlIWpVbmgTLjp, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, Int16__Array * param_00014757, MethodInfo * method)); DO_APP_FUNC(0x0223B2A0, int16_t, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_RJLIjScHJdmDOlSTcjNYEQDbDWrgA, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, MethodInfo * method)); DO_APP_FUNC(0x0223B2B0, void, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_uWFPSAPDYlgcmKmqRfRQBeDqpynk, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, int16_t param_00014758, MethodInfo * method)); DO_APP_FUNC(0x0223B2C0, int16_t, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_FbrVyaOyKNyHysWONGHiXCdvxeEI, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, MethodInfo * method)); DO_APP_FUNC(0x0223B2D0, void, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_LiLdlSoOMaTiVkUJbJBDXuTuKzve, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, int16_t param_00014759, MethodInfo * method)); DO_APP_FUNC(0x009F0BB0, int16_t, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_lpWuhbzNwHeeYkanJoKdfEdGOubbb, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, MethodInfo * method)); DO_APP_FUNC(0x009F0BC0, void, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_kNWguFgJtGYyPeJsOfvyfApftmIM, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, int16_t param_0001475a, MethodInfo * method)); DO_APP_FUNC(0x0223B2E0, int16_t, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_IwTpMNpzSIxzKLbTnXUcqgfaIdv, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, MethodInfo * method)); DO_APP_FUNC(0x0223B2F0, void, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_zCoVHzgebHujPtvqYaUXIQwwtcWp, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, int16_t param_0001475b, MethodInfo * method)); DO_APP_FUNC(0x0223B300, int16_t, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_ViIFCHHqxZhIasTnLAkYKBAQBHJFA, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, MethodInfo * method)); DO_APP_FUNC(0x0223B310, void, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_RkHEQojUClqTIuTXEceknaDcJJiHb, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, int16_t param_0001475c, MethodInfo * method)); DO_APP_FUNC(0x0223B320, int16_t, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_cKmEpcoDmwjBGdjAtkqNdEohjrdIb, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, MethodInfo * method)); DO_APP_FUNC(0x0223B330, void, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_pWNKasrQWFVlriYPAfKUcYYOaZoE, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, int16_t param_0001475d, MethodInfo * method)); DO_APP_FUNC(0x0222AB80, int16_t, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_GPeYUSPfhmfkseaaIfRFEtOAiFibB, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, MethodInfo * method)); DO_APP_FUNC(0x0222AB90, void, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_LnzutghhDokWfaoTJhhRtPaxPbkE, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, int16_t param_0001475e, MethodInfo * method)); DO_APP_FUNC(0x0222ABA0, int16_t, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_IkOEjYkikZqERGjgOTZdOHHUcJNZ, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, MethodInfo * method)); DO_APP_FUNC(0x0222ABB0, void, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_eGbPGEzUWpaPgyEYtFqTzfylTedJ, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, int16_t param_0001475f, MethodInfo * method)); DO_APP_FUNC(0x0223B340, int16_t, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_wbvZyjPnQixfxICfsVxuRGFSnkCG, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, MethodInfo * method)); DO_APP_FUNC(0x0223B350, void, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_npjTmBVGMuscPwwNZwsevjFVCXkBA, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, int16_t param_00014760, MethodInfo * method)); DO_APP_FUNC(0x0223B360, int16_t, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_ecqLssOEQeGtTyTSgHDRtxfyyxLl, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, MethodInfo * method)); DO_APP_FUNC(0x0223B370, void, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_BHVdYdGRbCUtfVJTauhAzRXEAKKE, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, int16_t param_00014761, MethodInfo * method)); DO_APP_FUNC(0x0223B380, String *, fLjFYZNXAkNVBBnhvInnCjAiCvVOA_LVmcPOeqeDbqbgLicgjuWNFJdAuo, (fLjFYZNXAkNVBBnhvInnCjAiCvVOA * __this, MethodInfo * method)); DO_APP_FUNC(0x0223BE70, void, jjAhSIYfhcOcCKNHsAeaIAcCCfXAA_YCJqNAXyoPJXnShUHRhnGmTxqGoV, (jjAhSIYfhcOcCKNHsAeaIAcCCfXAA * __this, jjAhSIYfhcOcCKNHsAeaIAcCCfXAA_kYJBFjKnfkNhtLQWyMoyIusUtgmJA * param_00014762, MethodInfo * method)); DO_APP_FUNC(0x0223BF60, void, jjAhSIYfhcOcCKNHsAeaIAcCCfXAA_vpGujIEKZDNBsDKYtHoLUArmxPiE, (jjAhSIYfhcOcCKNHsAeaIAcCCfXAA * __this, jjAhSIYfhcOcCKNHsAeaIAcCCfXAA_kYJBFjKnfkNhtLQWyMoyIusUtgmJA * param_00014763, MethodInfo * method)); DO_APP_FUNC(0x0223C050, void, jjAhSIYfhcOcCKNHsAeaIAcCCfXAA_zCWIpHzQeNFvkoZAbBpjNodvtfHi, (jjAhSIYfhcOcCKNHsAeaIAcCCfXAA * __this, jjAhSIYfhcOcCKNHsAeaIAcCCfXAA_GuKfAmiMcJwRSuEewVdYbreGkyXbA * param_00014764, MethodInfo * method)); DO_APP_FUNC(0x0223C140, void, jjAhSIYfhcOcCKNHsAeaIAcCCfXAA_FVbDpEVxvVIMNGoteeEcreTLsPtX, (jjAhSIYfhcOcCKNHsAeaIAcCCfXAA * __this, jjAhSIYfhcOcCKNHsAeaIAcCCfXAA_GuKfAmiMcJwRSuEewVdYbreGkyXbA * param_00014765, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, jjAhSIYfhcOcCKNHsAeaIAcCCfXAA__ctor, (jjAhSIYfhcOcCKNHsAeaIAcCCfXAA * __this, GTJWYMCBWUFmGJGFrEFOMdusHKKP * param_00014766, MethodInfo * method)); DO_APP_FUNC(0x0223C230, void, jjAhSIYfhcOcCKNHsAeaIAcCCfXAA_VNubIxxpewOOHdNDHykqGjYFHaFy, (jjAhSIYfhcOcCKNHsAeaIAcCCfXAA * __this, MethodInfo * method)); DO_APP_FUNC(0x0223C310, void, jjAhSIYfhcOcCKNHsAeaIAcCCfXAA_ciLSnOnYeijFROBhNtQepHlhAAEM, (jjAhSIYfhcOcCKNHsAeaIAcCCfXAA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56338, jjAhSIYfhcOcCKNHsAeaIAcCCfXAA_ciLSnOnYeijFROBhNtQepHlhAAEM__MethodInfo); DO_APP_FUNC(0x0223C460, void, jjAhSIYfhcOcCKNHsAeaIAcCCfXAA_SNToZqyamOmgrRBmLRqtQjXXcaIF, (IAsyncResult * param_00014767, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56330, jjAhSIYfhcOcCKNHsAeaIAcCCfXAA_SNToZqyamOmgrRBmLRqtQjXXcaIF__MethodInfo); DO_APP_FUNC(0x003F5920, void, jjAhSIYfhcOcCKNHsAeaIAcCCfXAA_kYJBFjKnfkNhtLQWyMoyIusUtgmJA__ctor, (jjAhSIYfhcOcCKNHsAeaIAcCCfXAA_kYJBFjKnfkNhtLQWyMoyIusUtgmJA * __this, Object * param_00014768, void * param_00014769, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, jjAhSIYfhcOcCKNHsAeaIAcCCfXAA_kYJBFjKnfkNhtLQWyMoyIusUtgmJA_Invoke, (jjAhSIYfhcOcCKNHsAeaIAcCCfXAA_kYJBFjKnfkNhtLQWyMoyIusUtgmJA * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, jjAhSIYfhcOcCKNHsAeaIAcCCfXAA_GuKfAmiMcJwRSuEewVdYbreGkyXbA__ctor, (jjAhSIYfhcOcCKNHsAeaIAcCCfXAA_GuKfAmiMcJwRSuEewVdYbreGkyXbA * __this, Object * param_0001476a, void * param_0001476b, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, jjAhSIYfhcOcCKNHsAeaIAcCCfXAA_GuKfAmiMcJwRSuEewVdYbreGkyXbA_Invoke, (jjAhSIYfhcOcCKNHsAeaIAcCCfXAA_GuKfAmiMcJwRSuEewVdYbreGkyXbA * __this, MethodInfo * method)); DO_APP_FUNC(0x0223C510, void, JijFgftvqSztIyGNBBwSiwjdSDyIA__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0223CC30, bool, JijFgftvqSztIyGNBBwSiwjdSDyIA_UPrvNbuIPSaljumHwEsvAlEozgUW, (String * param_0001476c, MethodInfo * method)); DO_APP_FUNC(0x0223D0C0, IList_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ *, JijFgftvqSztIyGNBBwSiwjdSDyIA_fRzJtPzypDJRdHjYvJvBPQoocLPr, (MethodInfo * method)); DO_APP_FUNC(0x0223D110, GTJWYMCBWUFmGJGFrEFOMdusHKKP *, JijFgftvqSztIyGNBBwSiwjdSDyIA_TiOnAfjhIbMwHIcWBwlajmihHxQt, (IList_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * param_0001476d, String * param_0001476e, StringComparison__Enum param_0001476f, MethodInfo * method)); DO_APP_FUNC(0x0223D2E0, GTJWYMCBWUFmGJGFrEFOMdusHKKP *, JijFgftvqSztIyGNBBwSiwjdSDyIA_FGHJVUKfMhsJwEOOgbRmGQayNiZuA, (JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb param_00014770, MethodInfo * method)); DO_APP_FUNC(0x0223D410, GTJWYMCBWUFmGJGFrEFOMdusHKKP *, JijFgftvqSztIyGNBBwSiwjdSDyIA_pHZnxcmYpeirFCOBLIsMIOWpqlPEb, (String * param_00014771, MethodInfo * method)); DO_APP_FUNC(0x0223D480, IEnumerable_1_GTJWYMCBWUFmGJGFrEFOMdusHKKP_ *, JijFgftvqSztIyGNBBwSiwjdSDyIA_kTHJJEdwqlPTowLQfDZyPDGSDSxd, (MethodInfo * method)); DO_APP_FUNC(0x0223D630, IEnumerable_1_GTJWYMCBWUFmGJGFrEFOMdusHKKP_ *, JijFgftvqSztIyGNBBwSiwjdSDyIA_kTHJJEdwqlPTowLQfDZyPDGSDSxd_1, (String * param_00014772, MethodInfo * method)); DO_APP_FUNC(0x0223D8F0, bool, JijFgftvqSztIyGNBBwSiwjdSDyIA_tSFVLmnmpYWlQlmcsibipmDxFVLL, (MethodInfo * method)); DO_APP_FUNC(0x0223DC80, int32_t, JijFgftvqSztIyGNBBwSiwjdSDyIA_iPBOpCdtgOTiGnpLCvQjlCuPKTHw, (MethodInfo * method)); DO_APP_FUNC(0x0223DCE0, int32_t, JijFgftvqSztIyGNBBwSiwjdSDyIA_iPBOpCdtgOTiGnpLCvQjlCuPKTHw_1, (bcOmlpGgwVCrecHKRjwdQzyizLQGA_zqrMMRRVlnxYQKhlRpOFkRpFWHlB * param_00014773, NativeBuffer * param_00014774, MethodInfo * method)); DO_APP_FUNC(0x0223E020, IList_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ *, JijFgftvqSztIyGNBBwSiwjdSDyIA_FcNOiLmXYIpKkuKGSxBTOroVnjCg, (MethodInfo * method)); DO_APP_FUNC(0x0223E9A0, void, JijFgftvqSztIyGNBBwSiwjdSDyIA_bvZlcDmJcFBuaeiTJzUxabeWEgDsA, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * param_00014775, MethodInfo * method)); DO_APP_FUNC(0x0223EE30, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ *, JijFgftvqSztIyGNBBwSiwjdSDyIA_FBTbmajNjTdxkEFjIMoGxNUasUuN, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * param_00014776, MethodInfo * method)); DO_APP_FUNC(0x0223F340, List_1_System_UInt32_ *, JijFgftvqSztIyGNBBwSiwjdSDyIA_bOsvscWIdOKAqsbacHUAahRvBVCu, (uint32_t param_00014777, MethodInfo * method)); DO_APP_FUNC(0x0223F600, List_1_System_UInt32_ *, JijFgftvqSztIyGNBBwSiwjdSDyIA_KLDNukTkDYHWeJqribZnbwameoGfA, (uint32_t param_00014778, MethodInfo * method)); DO_APP_FUNC(0x0223F840, String *, JijFgftvqSztIyGNBBwSiwjdSDyIA_WKmxBZCXdsmJrOcwpMKWwvFGOJFT, (uint32_t param_00014779, MethodInfo * method)); DO_APP_FUNC(0x0223FB50, void, JijFgftvqSztIyGNBBwSiwjdSDyIA_msYCaFTNYNDDbaFIaRLuwIwpHLKY, (uint32_t param_0001477a, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * * param_0001477b, bool * param_0001477c, String * * param_0001477d, MethodInfo * method)); DO_APP_FUNC(0x0223FD40, bool, JijFgftvqSztIyGNBBwSiwjdSDyIA_TKpsEadMkOSEUmDLudQvgywcdAZjA, (uint32_t param_0001477e, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * * param_0001477f, bool * param_00014780, uint32_t * param_00014781, MethodInfo * method)); DO_APP_FUNC(0x02240340, bool, JijFgftvqSztIyGNBBwSiwjdSDyIA_fIYBDslvJiJeHGWXtcvnnmwcgSUK, (uint32_t param_00014782, String * param_00014783, String * * param_00014784, uint32_t * param_00014785, MethodInfo * method)); DO_APP_FUNC(0x02240670, bool, JijFgftvqSztIyGNBBwSiwjdSDyIA_KFcMFfRWjDZcfrXMKtqMxpIoMYmD, (String * param_00014786, String * * param_00014787, MethodInfo * method)); DO_APP_FUNC(0x022407E0, bool, JijFgftvqSztIyGNBBwSiwjdSDyIA_KXKieEeCUBAoOfFgjLBVGJKvNyjWA, (uint32_t param_00014788, String * param_00014789, uint32_t * param_0001478a, MethodInfo * method)); DO_APP_FUNC(0x02240B90, bool, JijFgftvqSztIyGNBBwSiwjdSDyIA_zIUcGxoCGUFMjdBnIvTfgjUFjITB, (String * param_0001478b, bool param_0001478c, MethodInfo * method)); DO_APP_FUNC(0x02241240, gWxrirpmIhQTmhziZnlXlEwmYtKB_pPZcvjyLOvlRnUdsCbkPaOkCCZCA, JijFgftvqSztIyGNBBwSiwjdSDyIA_bJAesNQhigzehBHFfYYChPjkCDIp, (MethodInfo * method)); DO_APP_FUNC(0x022412C0, String *, JijFgftvqSztIyGNBBwSiwjdSDyIA_yEJyPSOeEBOsbfqZXgWYYcXnVcIq, (void * param_0001478d, gWxrirpmIhQTmhziZnlXlEwmYtKB_sjhtdtPoBlWDLZgVBsTSqCbJvkiq param_0001478e, MethodInfo * method)); DO_APP_FUNC(0x02241450, String *, JijFgftvqSztIyGNBBwSiwjdSDyIA_FHqCeOTtEFtyTbeUGMCKbVpZprft, (void * param_0001478f, gWxrirpmIhQTmhziZnlXlEwmYtKB_pPZcvjyLOvlRnUdsCbkPaOkCCZCA * param_00014790, MethodInfo * method)); DO_APP_FUNC(0x02241700, Guid, JijFgftvqSztIyGNBBwSiwjdSDyIA_ulqrvekpWLLkRUJJIIsoKRYjErDj, (MethodInfo * method)); DO_APP_FUNC(0x022418A0, String *, JijFgftvqSztIyGNBBwSiwjdSDyIA_oTShXfAcGELJpzTpNwpWrJqHDXwS, (void * param_00014791, gWxrirpmIhQTmhziZnlXlEwmYtKB_pPZcvjyLOvlRnUdsCbkPaOkCCZCA * param_00014792, MethodInfo * method)); DO_APP_FUNC(0x02241910, String *, JijFgftvqSztIyGNBBwSiwjdSDyIA_sXLfPhxAhwsTLzAcytcEXpobsTvU, (void * param_00014793, gWxrirpmIhQTmhziZnlXlEwmYtKB_pPZcvjyLOvlRnUdsCbkPaOkCCZCA * param_00014794, MethodInfo * method)); DO_APP_FUNC(0x02241980, String *, JijFgftvqSztIyGNBBwSiwjdSDyIA_aphBaiIyQocMgXlNCXtfnKJlJhXjA, (void * param_00014795, gWxrirpmIhQTmhziZnlXlEwmYtKB_pPZcvjyLOvlRnUdsCbkPaOkCCZCA * param_00014796, MethodInfo * method)); DO_APP_FUNC(0x022419F0, String *, JijFgftvqSztIyGNBBwSiwjdSDyIA_nDoNzDBGezeKIXsqNPCXUcwGBuxY, (void * param_00014797, gWxrirpmIhQTmhziZnlXlEwmYtKB_pPZcvjyLOvlRnUdsCbkPaOkCCZCA * param_00014798, MethodInfo * method)); DO_APP_FUNC(0x02241A60, String *, JijFgftvqSztIyGNBBwSiwjdSDyIA_DmfcYfoqgtEJBcvvtQqilCowYAhNA, (void * param_00014799, gWxrirpmIhQTmhziZnlXlEwmYtKB_pPZcvjyLOvlRnUdsCbkPaOkCCZCA * param_0001479a, int32_t param_0001479b, MethodInfo * method)); DO_APP_FUNC(0x02241CE0, String *, JijFgftvqSztIyGNBBwSiwjdSDyIA_LiGCVOEcuvppwAeYeKLTNhXbqMeTb, (void * param_0001479c, gWxrirpmIhQTmhziZnlXlEwmYtKB_pPZcvjyLOvlRnUdsCbkPaOkCCZCA * param_0001479d, MethodInfo * method)); DO_APP_FUNC(0x02242000, void, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__ctor, (JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb * __this, String * param_0001479e, String * param_0001479f, String * param_000147a0, String * param_000147a1, String * param_000147a2, bool param_000147a3, String * param_000147a4, MethodInfo * method)); DO_APP_FUNC(0x022422F0, void, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_vzaXbmkmqHknlGGeamxnmaHvgQSz, (JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb * __this, MethodInfo * method)); DO_APP_FUNC(0x02242780, void, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__ctor, (JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV * __this, int32_t param_000147a5, uint32_t param_000147a6, String * param_000147a7, MethodInfo * method)); DO_APP_FUNC(0x022427E0, void, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__ctor, (JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux * __this, uint32_t param_000147a8, String * param_000147a9, MethodInfo * method)); DO_APP_FUNC(0x022428A0, void, JijFgftvqSztIyGNBBwSiwjdSDyIA_TkEtJmWQgiiaJpBwVMGeRlOwPciV__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, JijFgftvqSztIyGNBBwSiwjdSDyIA_TkEtJmWQgiiaJpBwVMGeRlOwPciV__ctor, (JijFgftvqSztIyGNBBwSiwjdSDyIA_TkEtJmWQgiiaJpBwVMGeRlOwPciV * __this, MethodInfo * method)); DO_APP_FUNC(0x02242950, GTJWYMCBWUFmGJGFrEFOMdusHKKP *, JijFgftvqSztIyGNBBwSiwjdSDyIA_TkEtJmWQgiiaJpBwVMGeRlOwPciV_vNmASwwfipdARkQQFPuOFPdFupZrB, (JijFgftvqSztIyGNBBwSiwjdSDyIA_TkEtJmWQgiiaJpBwVMGeRlOwPciV * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb param_000147aa, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C562A0, JijFgftvqSztIyGNBBwSiwjdSDyIA_TkEtJmWQgiiaJpBwVMGeRlOwPciV_vNmASwwfipdARkQQFPuOFPdFupZrB__MethodInfo); DO_APP_FUNC(0x02242A40, GTJWYMCBWUFmGJGFrEFOMdusHKKP *, JijFgftvqSztIyGNBBwSiwjdSDyIA_TkEtJmWQgiiaJpBwVMGeRlOwPciV_BzukFichiubFdJwByaKiStZUVqVbA, (JijFgftvqSztIyGNBBwSiwjdSDyIA_TkEtJmWQgiiaJpBwVMGeRlOwPciV * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb param_000147ab, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C561E0, JijFgftvqSztIyGNBBwSiwjdSDyIA_TkEtJmWQgiiaJpBwVMGeRlOwPciV_BzukFichiubFdJwByaKiStZUVqVbA__MethodInfo); DO_APP_FUNC(0x003AC050, void, JijFgftvqSztIyGNBBwSiwjdSDyIA_AklTjkEFUKfWkEtLdSNUHbZsPBen__ctor, (JijFgftvqSztIyGNBBwSiwjdSDyIA_AklTjkEFUKfWkEtLdSNUHbZsPBen * __this, MethodInfo * method)); DO_APP_FUNC(0x02242B30, bool, JijFgftvqSztIyGNBBwSiwjdSDyIA_AklTjkEFUKfWkEtLdSNUHbZsPBen_QAHEHCiQiGTsgEWyeXUSSoJqBtSeb, (JijFgftvqSztIyGNBBwSiwjdSDyIA_AklTjkEFUKfWkEtLdSNUHbZsPBen * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb param_000147ac, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C562B8, JijFgftvqSztIyGNBBwSiwjdSDyIA_AklTjkEFUKfWkEtLdSNUHbZsPBen_QAHEHCiQiGTsgEWyeXUSSoJqBtSeb__MethodInfo); DO_APP_FUNC(0x003AC050, void, JijFgftvqSztIyGNBBwSiwjdSDyIA_ItwMtrMHGWUaPXecvujHmXaeJDzA__ctor, (JijFgftvqSztIyGNBBwSiwjdSDyIA_ItwMtrMHGWUaPXecvujHmXaeJDzA * __this, MethodInfo * method)); DO_APP_FUNC(0x02242B60, bool, JijFgftvqSztIyGNBBwSiwjdSDyIA_ItwMtrMHGWUaPXecvujHmXaeJDzA_ChjsLPNFwjCNACoSxGMhMQoLbksZA, (JijFgftvqSztIyGNBBwSiwjdSDyIA_ItwMtrMHGWUaPXecvujHmXaeJDzA * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb param_000147ad, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C561F0, JijFgftvqSztIyGNBBwSiwjdSDyIA_ItwMtrMHGWUaPXecvujHmXaeJDzA_ChjsLPNFwjCNACoSxGMhMQoLbksZA__MethodInfo); DO_APP_FUNC(0x02242BA0, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb__ctor, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG param_000147ae, MethodInfo * method)); DO_APP_FUNC(0x009CDDA0, uint16_t, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_OXlxCMEuMkorGYnuZeKEypHGiLhk, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, MethodInfo * method)); DO_APP_FUNC(0x01951CE0, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_LUSemWPBQMklFuOuykTrkCPjRVHl, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, uint16_t param_000147af, MethodInfo * method)); DO_APP_FUNC(0x00AC1170, uint8_t, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_UrMQAmWLCUlscwJovRwtbxsFLALX, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC1180, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_hCTaAPlQjadjglQPIDEoGLZrRMur, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, uint8_t param_000147b0, MethodInfo * method)); DO_APP_FUNC(0x02236BD0, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_UQxapuusaEnBKURYtQcsTbqOpxrt, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, bool param_000147b1, MethodInfo * method)); DO_APP_FUNC(0x02236BE0, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_CUHGlKEKSoopyjtLflcwfaPXMoyhb, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, uint16_t param_000147b2, MethodInfo * method)); DO_APP_FUNC(0x02236BF0, uint16_t, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_jbnQncEhmJeeSFGJacLsPpelOcVIb, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, MethodInfo * method)); DO_APP_FUNC(0x02236C00, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_wSCmgLclziPbeKiHShuuCQxuQtuuA, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, uint16_t param_000147b3, MethodInfo * method)); DO_APP_FUNC(0x00C57B40, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_dxKXpmwpjFnhfHNBQlZYBoeuIiBE, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, uint16_t param_000147b4, MethodInfo * method)); DO_APP_FUNC(0x02236C10, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_DnKoICajNLopEByqbpKnwfdoiUbq, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, uint16_t param_000147b5, MethodInfo * method)); DO_APP_FUNC(0x006FF400, bool, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_xGmCOIEdDLKDchvICQvAknguLzzoB, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF410, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_JTRukTlLpYopZJXPnXhXqmCLAlHD, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, bool param_000147b6, MethodInfo * method)); DO_APP_FUNC(0x01CFE700, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_BjIxIKBBYzLFUFTgCsGRJkAzIIZy, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, bool param_000147b7, MethodInfo * method)); DO_APP_FUNC(0x02236C20, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_SlpdKHoTtEvWIOkUVjYLVzeDRSan, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, bool param_000147b8, MethodInfo * method)); DO_APP_FUNC(0x01CFE720, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_lipfCtJjACgmXVGHENERGwKugwBhb, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, bool param_000147b9, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_GKxeLZJOAbEsjYwOGZsxQonxvdtB, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, bool param_000147ba, MethodInfo * method)); DO_APP_FUNC(0x019C8EE0, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_VVtqUsdJwvjPRVgjlIWpVbmgTLjp, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, uint8_t param_000147bb, MethodInfo * method)); DO_APP_FUNC(0x02242F80, uint16_t, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_SZQLYgNoxvoIaslgcNexcOaFggxeA, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, MethodInfo * method)); DO_APP_FUNC(0x02242F90, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_ObbxMZfAxNawlwtMWlCntbgvwgEW, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, uint16_t param_000147bc, MethodInfo * method)); DO_APP_FUNC(0x02242FA0, uint16_t, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_hLYfHrLovPRDBiCFZBmCpMZUAzFiA, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, MethodInfo * method)); DO_APP_FUNC(0x02242FB0, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_hcgioKpSGRFjbdZgTsAditQUvvWX, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, uint16_t param_000147bd, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_fZCmgLseMphALhBfyhNGeZUeOTq, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, UInt16__Array * param_000147be, MethodInfo * method)); DO_APP_FUNC(0x003C5300, uint32_t, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_YkICJegJvoNhurAaTkDZsUimxQRWA, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5310, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_YMjrpGIZjAkHsjDOSEhZwIXzOQQc, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, uint32_t param_000147bf, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, uint32_t, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_feRkrZUCdyCSMIQEOWkMLDohYhYN, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, MethodInfo * method)); DO_APP_FUNC(0x00C083A0, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_symSPLfOTHwRRdTgfajPPPkoeoEhA, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, uint32_t param_000147c0, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_HugYWEhKZBHEcxhTSLTqAAregXmg, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF230, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_oYGvxhOBkPZhihCQOSvoSHnKrmgV, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, int32_t param_000147c1, MethodInfo * method)); DO_APP_FUNC(0x01365740, int32_t, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_gzVqMYYnTjoisMPIPCheUnMEYYRL, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, MethodInfo * method)); DO_APP_FUNC(0x01A728E0, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_xDBbHxgfdFPYBWuODWNmpcnQFRbaA, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, int32_t param_000147c2, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int32_t, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_dlecxJdwRpzXHTjdGQJurXPTLwcD, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, MethodInfo * method)); DO_APP_FUNC(0x00523180, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_guAaeYDxXgUCkNfpQJHvgdqHGwwL, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, int32_t param_000147c3, MethodInfo * method)); DO_APP_FUNC(0x00A88B20, int32_t, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_mMcDbbGWbApKJHQlgEKSKhzfzwJlA, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88B30, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_UKiFRFfsujMEHlMIoTCbKlTnOPLKA, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, int32_t param_000147c4, MethodInfo * method)); DO_APP_FUNC(0x02053860, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_DBwzZGwYWVTOTuFKrUnXASGElVlU, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_FfHbhbGjpdPChNOZBKsBMAmhACMc, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, MethodInfo * method)); DO_APP_FUNC(0x02242FC0, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_JrFfGjCcMfLsQGMykDroFWwsPsNJ, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_DBwzZGwYWVTOTuFKrUnXASGElVlU param_000147c5, MethodInfo * method)); DO_APP_FUNC(0x00BD9290, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_dFiYNgHLPHtmdiusINhaKTmdpaum, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_RMbsmJulXQnfmzLsjzYaRESKDlwN, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, MethodInfo * method)); DO_APP_FUNC(0x02242FD0, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_dgcccOVWcRHUHUgbzcOVCxhpTJZv, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb * __this, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_dFiYNgHLPHtmdiusINhaKTmdpaum param_000147c6, MethodInfo * method)); DO_APP_FUNC(0x00C57D60, uint16_t, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_DBwzZGwYWVTOTuFKrUnXASGElVlU_rozCDQKbSiDqpDECQBytTXPaMcjDA, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb_DBwzZGwYWVTOTuFKrUnXASGElVlU * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6FF40, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_DBwzZGwYWVTOTuFKrUnXASGElVlU_vKIVotIvcCTOazWMeaFOBQYlLxmq, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb_DBwzZGwYWVTOTuFKrUnXASGElVlU * __this, uint16_t param_000147c7, MethodInfo * method)); DO_APP_FUNC(0x0186F610, uint16_t, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_DBwzZGwYWVTOTuFKrUnXASGElVlU_jcmUONgIzMTXOvOBRVlYlWigKKFW, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb_DBwzZGwYWVTOTuFKrUnXASGElVlU * __this, MethodInfo * method)); DO_APP_FUNC(0x02236C30, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_DBwzZGwYWVTOTuFKrUnXASGElVlU_RaBUALYVSKxCXQVLuZSBXOKFnhWH, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb_DBwzZGwYWVTOTuFKrUnXASGElVlU * __this, uint16_t param_000147c8, MethodInfo * method)); DO_APP_FUNC(0x02236C40, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_DBwzZGwYWVTOTuFKrUnXASGElVlU_RlWnbqRxycReatVDQKfBAzQfFjrK, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb_DBwzZGwYWVTOTuFKrUnXASGElVlU * __this, uint16_t param_000147c9, MethodInfo * method)); DO_APP_FUNC(0x02236C50, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_DBwzZGwYWVTOTuFKrUnXASGElVlU_nHnLfAGpDrFOcicwKmmSdhHtXfkdb, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb_DBwzZGwYWVTOTuFKrUnXASGElVlU * __this, uint16_t param_000147ca, MethodInfo * method)); DO_APP_FUNC(0x02236C60, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_DBwzZGwYWVTOTuFKrUnXASGElVlU_FKOfICtAeyktgaFpTnkJUSLnVzDV, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb_DBwzZGwYWVTOTuFKrUnXASGElVlU * __this, uint16_t param_000147cb, MethodInfo * method)); DO_APP_FUNC(0x02236C70, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_DBwzZGwYWVTOTuFKrUnXASGElVlU_CuedANYorygBATDXUBLkBtcGjWpEA, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb_DBwzZGwYWVTOTuFKrUnXASGElVlU * __this, uint16_t param_000147cc, MethodInfo * method)); DO_APP_FUNC(0x00C7BD20, uint16_t, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_DBwzZGwYWVTOTuFKrUnXASGElVlU_AkbrDFJvKFvOZTGBHKovhrqWjvmt, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb_DBwzZGwYWVTOTuFKrUnXASGElVlU * __this, MethodInfo * method)); DO_APP_FUNC(0x02236C80, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_DBwzZGwYWVTOTuFKrUnXASGElVlU_XYgftlDBxDLJTKCdcFZYMwuwtXPaA, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb_DBwzZGwYWVTOTuFKrUnXASGElVlU * __this, uint16_t param_000147cd, MethodInfo * method)); DO_APP_FUNC(0x02242FE0, uint16_t, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_DBwzZGwYWVTOTuFKrUnXASGElVlU_ezhJnLkHsOwQvUHnJdlFyYCggNHI, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb_DBwzZGwYWVTOTuFKrUnXASGElVlU * __this, MethodInfo * method)); DO_APP_FUNC(0x02236C90, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_DBwzZGwYWVTOTuFKrUnXASGElVlU_FcLiqpeGtzTdtqFPQeWfoTHvzisw, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb_DBwzZGwYWVTOTuFKrUnXASGElVlU * __this, uint16_t param_000147ce, MethodInfo * method)); DO_APP_FUNC(0x00C57D60, uint16_t, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_dFiYNgHLPHtmdiusINhaKTmdpaum_RDGYnXvQbyrFNxIxMGlNJeeEkOUA, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb_dFiYNgHLPHtmdiusINhaKTmdpaum * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6FF40, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_dFiYNgHLPHtmdiusINhaKTmdpaum_UPdGlDfIhYIRkLFigsEmgIbRenKK, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb_dFiYNgHLPHtmdiusINhaKTmdpaum * __this, uint16_t param_000147cf, MethodInfo * method)); DO_APP_FUNC(0x02236C30, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_dFiYNgHLPHtmdiusINhaKTmdpaum_kXOpQydWRKasXxEjstwTHbxZCLrH, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb_dFiYNgHLPHtmdiusINhaKTmdpaum * __this, uint16_t param_000147d0, MethodInfo * method)); DO_APP_FUNC(0x02236C40, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_dFiYNgHLPHtmdiusINhaKTmdpaum_FDCQsrrMnfVtjyPjvYXAaMdfvqLq, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb_dFiYNgHLPHtmdiusINhaKTmdpaum * __this, uint16_t param_000147d1, MethodInfo * method)); DO_APP_FUNC(0x02236C50, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_dFiYNgHLPHtmdiusINhaKTmdpaum_fZCmgLseMphALhBfyhNGeZUeOTq, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb_dFiYNgHLPHtmdiusINhaKTmdpaum * __this, uint16_t param_000147d2, MethodInfo * method)); DO_APP_FUNC(0x02236C60, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_dFiYNgHLPHtmdiusINhaKTmdpaum_JxMTkIEgfMFhLtjPymEDfbVQOgpc, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb_dFiYNgHLPHtmdiusINhaKTmdpaum * __this, uint16_t param_000147d3, MethodInfo * method)); DO_APP_FUNC(0x02236C70, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_dFiYNgHLPHtmdiusINhaKTmdpaum_wlFgViCaRlhWJmhTkISrvedeqkXC, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb_dFiYNgHLPHtmdiusINhaKTmdpaum * __this, uint16_t param_000147d4, MethodInfo * method)); DO_APP_FUNC(0x00C7BD20, uint16_t, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_dFiYNgHLPHtmdiusINhaKTmdpaum_gpsAOoJZavIrskTEOynBKXaNHQSLA, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb_dFiYNgHLPHtmdiusINhaKTmdpaum * __this, MethodInfo * method)); DO_APP_FUNC(0x02236C80, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_dFiYNgHLPHtmdiusINhaKTmdpaum_AOQCflFkSCuEvNLAARVdTJAHhRgEb, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb_dFiYNgHLPHtmdiusINhaKTmdpaum * __this, uint16_t param_000147d5, MethodInfo * method)); DO_APP_FUNC(0x02236C90, void, xPRgcRKBLoHYedzPQnPxbmJxtbbAb_dFiYNgHLPHtmdiusINhaKTmdpaum_FYXTYLYWgnbvlYCwXVJFeSJuhErkA, (xPRgcRKBLoHYedzPQnPxbmJxtbbAb_dFiYNgHLPHtmdiusINhaKTmdpaum * __this, uint16_t param_000147d6, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, vYQASAohASnPDQbmUfUyZKTlfvEf__ctor, (vYQASAohASnPDQbmUfUyZKTlfvEf * __this, Object * param_000147d7, void * param_000147d8, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, vYQASAohASnPDQbmUfUyZKTlfvEf_Invoke, (vYQASAohASnPDQbmUfUyZKTlfvEf * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, wMawUSVDBBtimwLFdodjQyFgJXGm__ctor, (wMawUSVDBBtimwLFdodjQyFgJXGm * __this, Object * param_000147d9, void * param_000147da, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, wMawUSVDBBtimwLFdodjQyFgJXGm_Invoke, (wMawUSVDBBtimwLFdodjQyFgJXGm * __this, MethodInfo * method)); DO_APP_FUNC(0x02242FF0, void, eyjybgyWNBDpdMJljQxdWToGaToO__ctor, (eyjybgyWNBDpdMJljQxdWToGaToO * __this, String * param_000147e4, int32_t param_000147e5, String * param_000147e6, eyjybgyWNBDpdMJljQxdWToGaToO_NIsXWuPaxeAnSFqcMFfmvupvcVIk * param_000147e7, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56158, eyjybgyWNBDpdMJljQxdWToGaToO__ctor__MethodInfo); DO_APP_FUNC(0x02243550, void, eyjybgyWNBDpdMJljQxdWToGaToO_zRKKKxhkoOArpcmrZNscrEthKMVOA, (eyjybgyWNBDpdMJljQxdWToGaToO * __this, MethodInfo * method)); DO_APP_FUNC(0x02243690, void, eyjybgyWNBDpdMJljQxdWToGaToO_tyCHCQLqzoLiGiuhhiNCeAvGFdVgA, (eyjybgyWNBDpdMJljQxdWToGaToO * __this, MethodInfo * method)); DO_APP_FUNC(0x02243860, void, eyjybgyWNBDpdMJljQxdWToGaToO_wRWaxEIAGmAgIeMjxOODvhjlDRssA, (eyjybgyWNBDpdMJljQxdWToGaToO * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56178, eyjybgyWNBDpdMJljQxdWToGaToO_wRWaxEIAGmAgIeMjxOODvhjlDRssA__MethodInfo); DO_APP_FUNC(0x02243A20, bool, eyjybgyWNBDpdMJljQxdWToGaToO_WMEXMogQqhPAvLcVaCHQoucDbIbZ, (eyjybgyWNBDpdMJljQxdWToGaToO * __this, Byte__Array * param_000147e8, MethodInfo * method)); DO_APP_FUNC(0x02243A80, bool, eyjybgyWNBDpdMJljQxdWToGaToO_etchbjeiZzRfQwmWsHCJgOZDmDzJA, (eyjybgyWNBDpdMJljQxdWToGaToO * __this, MethodInfo * method)); DO_APP_FUNC(0x02243B30, void, eyjybgyWNBDpdMJljQxdWToGaToO_Dispose, (eyjybgyWNBDpdMJljQxdWToGaToO * __this, MethodInfo * method)); DO_APP_FUNC(0x01F783B0, void, eyjybgyWNBDpdMJljQxdWToGaToO_koAztZrcZLyuMlaqoUCpAMQQIsgb, (eyjybgyWNBDpdMJljQxdWToGaToO * __this, MethodInfo * method)); DO_APP_FUNC(0x02243BA0, void, eyjybgyWNBDpdMJljQxdWToGaToO_ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (eyjybgyWNBDpdMJljQxdWToGaToO * __this, bool param_000147e9, MethodInfo * method)); DO_APP_FUNC(0x02243C40, void, eyjybgyWNBDpdMJljQxdWToGaToO_NIsXWuPaxeAnSFqcMFfmvupvcVIk__ctor, (eyjybgyWNBDpdMJljQxdWToGaToO_NIsXWuPaxeAnSFqcMFfmvupvcVIk * __this, Object * param_000147ea, void * param_000147eb, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, eyjybgyWNBDpdMJljQxdWToGaToO_NIsXWuPaxeAnSFqcMFfmvupvcVIk_Invoke, (eyjybgyWNBDpdMJljQxdWToGaToO_NIsXWuPaxeAnSFqcMFfmvupvcVIk * __this, void * reportPointer, int32_t reportByteLength, int32_t reportCount, double timestamp, MethodInfo * method)); DO_APP_FUNC(0x02243D70, int32_t, gWxrirpmIhQTmhziZnlXlEwmYtKB_avIvVOWFOlrpBESISdXhJznUQVol, (MethodInfo * method)); DO_APP_FUNC(0x02243DD0, int32_t, gWxrirpmIhQTmhziZnlXlEwmYtKB_BTrQYKuLozwErdihtrucVVgKaaYA, (MethodInfo * method)); DO_APP_FUNC(0x02243DE0, Guid, gWxrirpmIhQTmhziZnlXlEwmYtKB_WGyoIbtYqRaRkGcGfjCqKNTyAYGCb, (MethodInfo * method)); DO_APP_FUNC(0x02243E00, Guid, gWxrirpmIhQTmhziZnlXlEwmYtKB_XSLGVGbPMETbJVbYBvPxQxyotQpl, (MethodInfo * method)); DO_APP_FUNC(0x02243E20, bool, gWxrirpmIhQTmhziZnlXlEwmYtKB_lPTCPhhTRjScxVtyhENLItZFymjDb, (void * param_000147f0, MethodInfo * method)); DO_APP_FUNC(0x02243EB0, bool, gWxrirpmIhQTmhziZnlXlEwmYtKB_ywItSYTljIgEJKFmrkfddeMiPWuEB, (void * param_000147f1, void * param_000147f2, MethodInfo * method)); DO_APP_FUNC(0x02243F50, bool, gWxrirpmIhQTmhziZnlXlEwmYtKB_mstXbQviyZlLgpIFfsaKTGvRqNKL, (void * param_000147f3, MethodInfo * method)); DO_APP_FUNC(0x02243FE0, void *, gWxrirpmIhQTmhziZnlXlEwmYtKB_NVLEDxKctqnSIlHEnARbiYgEdSeZA, (gWxrirpmIhQTmhziZnlXlEwmYtKB_NnfkkURQFkEaKHcQqtZJRYCtsuqw * param_000147f4, int32_t param_000147f5, int32_t param_000147f6, String * param_000147f7, MethodInfo * method)); DO_APP_FUNC(0x022440F0, void *, gWxrirpmIhQTmhziZnlXlEwmYtKB_cquePrniajkiEtyWRJOtvvebjGYn, (String * param_000147f8, uint32_t param_000147f9, int32_t param_000147fa, gWxrirpmIhQTmhziZnlXlEwmYtKB_NnfkkURQFkEaKHcQqtZJRYCtsuqw * param_000147fb, int32_t param_000147fc, int32_t param_000147fd, int32_t param_000147fe, MethodInfo * method)); DO_APP_FUNC(0x02244220, bool, gWxrirpmIhQTmhziZnlXlEwmYtKB_DmhnlusVQTaoAgqiodDGextyWSyD, (void * param_000147ff, void * param_00014800, uint32_t param_00014801, NativeOverlapped * param_00014802, gWxrirpmIhQTmhziZnlXlEwmYtKB_FXsnnlyiFJcYzdmLMGisCrAMQXNgA * param_00014803, MethodInfo * method)); DO_APP_FUNC(0x022442F0, uint32_t, gWxrirpmIhQTmhziZnlXlEwmYtKB_MeAjbzgYUByiuThqfGnoelTsgrUA, (void * param_00014804, int32_t param_00014805, MethodInfo * method)); DO_APP_FUNC(0x02244380, bool, gWxrirpmIhQTmhziZnlXlEwmYtKB_CDSGqKdbITtxerIVOVesCvcRahRgA, (void * param_00014806, void * param_00014807, uint32_t param_00014808, uint32_t * param_00014809, NativeOverlapped * param_0001480a, MethodInfo * method)); DO_APP_FUNC(0x02244440, void, gWxrirpmIhQTmhziZnlXlEwmYtKB_CikWBirxFuLXQVzcZlIcfWzEdLpC, (void * param_0001480b, int32_t param_0001480c, MethodInfo * method)); DO_APP_FUNC(0x022444D0, bool, gWxrirpmIhQTmhziZnlXlEwmYtKB_AIkLNgzbnTLmfhJEFAjljvFaBHWfb, (void * param_0001480d, NativeOverlapped * param_0001480e, int32_t * param_0001480f, bool param_00014810, MethodInfo * method)); DO_APP_FUNC(0x02244580, uint32_t, gWxrirpmIhQTmhziZnlXlEwmYtKB_jcanYfWacgUwBKbnwELLRgercKhA, (int32_t param_00014811, bool param_00014812, MethodInfo * method)); DO_APP_FUNC(0x02244610, bool, gWxrirpmIhQTmhziZnlXlEwmYtKB_ddDItihskusEcNzwAcgdhfXVRjgIA, (void * param_00014813, gWxrirpmIhQTmhziZnlXlEwmYtKB_pPZcvjyLOvlRnUdsCbkPaOkCCZCA * param_00014814, int32_t param_00014815, int32_t * param_00014816, void * param_00014817, int32_t param_00014818, int32_t * param_00014819, MethodInfo * method)); DO_APP_FUNC(0x022446E0, bool, gWxrirpmIhQTmhziZnlXlEwmYtKB_OBuMPJyNZTHOBgjNTqBnckCLUUbn, (void * param_0001481a, gWxrirpmIhQTmhziZnlXlEwmYtKB_pPZcvjyLOvlRnUdsCbkPaOkCCZCA * param_0001481b, gWxrirpmIhQTmhziZnlXlEwmYtKB_IbcNXTjfAFwJOnxSjtEBZZvNbUMV * param_0001481c, uint64_t * param_0001481d, void * param_0001481e, int32_t param_0001481f, int32_t * param_00014820, uint32_t param_00014821, MethodInfo * method)); DO_APP_FUNC(0x022447C0, bool, gWxrirpmIhQTmhziZnlXlEwmYtKB_tCWfcKILIwIscnpkGpxeIVTpJyyd, (void * param_00014822, int32_t param_00014823, gWxrirpmIhQTmhziZnlXlEwmYtKB_pPZcvjyLOvlRnUdsCbkPaOkCCZCA * param_00014824, MethodInfo * method)); DO_APP_FUNC(0x02244860, int32_t, gWxrirpmIhQTmhziZnlXlEwmYtKB_evPdOAfrLXAbMCyhXNsznVISQvXR, (void * param_00014825, MethodInfo * method)); DO_APP_FUNC(0x022448E0, bool, gWxrirpmIhQTmhziZnlXlEwmYtKB_BEFszIpetjroyResgaegUgGrffhCA, (void * param_00014826, gWxrirpmIhQTmhziZnlXlEwmYtKB_pPZcvjyLOvlRnUdsCbkPaOkCCZCA * param_00014827, Guid * param_00014828, int32_t param_00014829, gWxrirpmIhQTmhziZnlXlEwmYtKB_sjhtdtPoBlWDLZgVBsTSqCbJvkiq * param_0001482a, MethodInfo * method)); DO_APP_FUNC(0x022449A0, void *, gWxrirpmIhQTmhziZnlXlEwmYtKB_dVUEkflBSycQcNhwaaQgVjJcCSncA, (Guid * param_0001482b, String * param_0001482c, int32_t param_0001482d, int32_t param_0001482e, MethodInfo * method)); DO_APP_FUNC(0x02244A60, bool, gWxrirpmIhQTmhziZnlXlEwmYtKB_bBKueBygsGcPvniYyaILmViPdqzT, (void * param_0001482f, gWxrirpmIhQTmhziZnlXlEwmYtKB_sjhtdtPoBlWDLZgVBsTSqCbJvkiq * param_00014830, void * param_00014831, int32_t param_00014832, int32_t * param_00014833, void * param_00014834, MethodInfo * method)); DO_APP_FUNC(0x02244B30, bool, gWxrirpmIhQTmhziZnlXlEwmYtKB_bBKueBygsGcPvniYyaILmViPdqzT_1, (void * param_00014835, gWxrirpmIhQTmhziZnlXlEwmYtKB_sjhtdtPoBlWDLZgVBsTSqCbJvkiq * param_00014836, gWxrirpmIhQTmhziZnlXlEwmYtKB_RSiSKQsLaXEAoENtUWCALbHSgSKg * param_00014837, int32_t param_00014838, int32_t * param_00014839, void * param_0001483a, MethodInfo * method)); DO_APP_FUNC(0x02244DC0, bool, gWxrirpmIhQTmhziZnlXlEwmYtKB_NdGuRsoJUObJzOltCjXXarYvCWCb, (void * param_0001483b, gWxrirpmIhQTmhziZnlXlEwmYtKB_pPZcvjyLOvlRnUdsCbkPaOkCCZCA * param_0001483c, void * param_0001483d, uint32_t param_0001483e, uint32_t * param_0001483f, MethodInfo * method)); DO_APP_FUNC(0x02244E80, int32_t, gWxrirpmIhQTmhziZnlXlEwmYtKB_ZNximwSPjKjjvkCSNwWiLKYuRmXk, (uint32_t * param_00014840, uint32_t param_00014841, uint32_t param_00014842, MethodInfo * method)); DO_APP_FUNC(0x02244F20, int32_t, gWxrirpmIhQTmhziZnlXlEwmYtKB_iUcoIIRNqTcLlRudpCcMziIAVxHF, (uint32_t param_00014843, void * param_00014844, int32_t param_00014845, uint32_t param_00014846, MethodInfo * method)); DO_APP_FUNC(0x02244FC0, int32_t, gWxrirpmIhQTmhziZnlXlEwmYtKB_DzXabmxDvyBpoTDREhwHOoWnBwRM, (uint32_t * param_00014847, uint32_t param_00014848, uint32_t param_00014849, MethodInfo * method)); DO_APP_FUNC(0x02245060, int32_t, gWxrirpmIhQTmhziZnlXlEwmYtKB_VGDfWieooUGGpglxJSWzOGFsWBebc, (uint32_t * param_0001484a, uint32_t param_0001484b, uint32_t param_0001484c, MethodInfo * method)); DO_APP_FUNC(0x02245100, int32_t, gWxrirpmIhQTmhziZnlXlEwmYtKB_DVWTwYFDcaPLLalMUJSDjTapajYQ, (uint32_t * param_0001484d, uint32_t param_0001484e, uint32_t param_0001484f, MethodInfo * method)); DO_APP_FUNC(0x022451A0, bool, gWxrirpmIhQTmhziZnlXlEwmYtKB_RppEpdCAZJBGvjjzAeHwMUvxzDAD, (void * param_00014850, gWxrirpmIhQTmhziZnlXlEwmYtKB_cYwrJytwiUrdJwriTAdpZJHkllqg * param_00014851, MethodInfo * method)); DO_APP_FUNC(0x02245230, bool, gWxrirpmIhQTmhziZnlXlEwmYtKB_bxDkxDnLgEWpqzOHSOGHwYGWllyD, (void * param_00014852, Byte__Array * param_00014853, int32_t param_00014854, MethodInfo * method)); DO_APP_FUNC(0x022452E0, bool, gWxrirpmIhQTmhziZnlXlEwmYtKB_nhGqmmPyAMErecMpEsryBmkToFEp, (void * param_00014855, void * param_00014856, int32_t param_00014857, MethodInfo * method)); DO_APP_FUNC(0x02245380, void, gWxrirpmIhQTmhziZnlXlEwmYtKB_ukEfTSfVvHGxHFxubMxBgXRVloujA, (Guid * param_00014858, MethodInfo * method)); DO_APP_FUNC(0x02245400, bool, gWxrirpmIhQTmhziZnlXlEwmYtKB_MSVGBwgayWokPouZeKYlfMoytUKS, (void * param_00014859, void * * param_0001485a, MethodInfo * method)); DO_APP_FUNC(0x02245490, bool, gWxrirpmIhQTmhziZnlXlEwmYtKB_lJfuvTukjzbsFIcHKrYpDWqGaFjGA, (void * param_0001485b, MethodInfo * method)); DO_APP_FUNC(0x02245510, bool, gWxrirpmIhQTmhziZnlXlEwmYtKB_wPNjIdDaYmUPHKJivlsiMkWSujDV, (void * param_0001485c, void * param_0001485d, int32_t param_0001485e, MethodInfo * method)); DO_APP_FUNC(0x022455B0, int32_t, gWxrirpmIhQTmhziZnlXlEwmYtKB_riyQweSdmQcCCQXJBfEWDiVGpoFx, (void * param_0001485f, gWxrirpmIhQTmhziZnlXlEwmYtKB_KdURfiFBwhFROjdQMSQSIwyeoKVL * param_00014860, MethodInfo * method)); DO_APP_FUNC(0x02245A00, int32_t, gWxrirpmIhQTmhziZnlXlEwmYtKB_bTHctvGoHHdIrisIRhKVBUbEfqaRB, (int16_t param_00014861, void * param_00014862, int16_t * param_00014863, void * param_00014864, MethodInfo * method)); DO_APP_FUNC(0x02245AB0, bool, gWxrirpmIhQTmhziZnlXlEwmYtKB_iPDdyqElRxssCWkvyEOVCEQpeUeeA, (void * param_00014865, void * param_00014866, int32_t param_00014867, MethodInfo * method)); DO_APP_FUNC(0x02245B50, bool, gWxrirpmIhQTmhziZnlXlEwmYtKB_iUgqAmXMgFADNWUKaNqstBLnxpSR, (void * param_00014868, void * param_00014869, int32_t param_0001486a, MethodInfo * method)); DO_APP_FUNC(0x02245BF0, int32_t, gWxrirpmIhQTmhziZnlXlEwmYtKB_DDMcxjmEBUqYUCJLoVYrNYwMCKjK, (int16_t param_0001486b, void * param_0001486c, int16_t * param_0001486d, void * param_0001486e, MethodInfo * method)); DO_APP_FUNC(0x02245CA0, int32_t, gWxrirpmIhQTmhziZnlXlEwmYtKB_ocfgllJAmaNDAHphCuqxeTzbnquEB, (int32_t param_0001486f, uint16_t param_00014870, uint16_t param_00014871, void * param_00014872, uint32_t * param_00014873, void * param_00014874, void * param_00014875, uint32_t param_00014876, MethodInfo * method)); DO_APP_FUNC(0x02245D50, int32_t, gWxrirpmIhQTmhziZnlXlEwmYtKB_kPZkldmdqEdAaUXxvrBJoReZRpYy, (int32_t param_00014877, uint16_t param_00014878, uint16_t param_00014879, uint16_t param_0001487a, void * param_0001487b, uint16_t param_0001487c, void * param_0001487d, void * param_0001487e, uint32_t param_0001487f, MethodInfo * method)); DO_APP_FUNC(0x02245E10, int32_t, gWxrirpmIhQTmhziZnlXlEwmYtKB_iaLjBYNYooZkloDTRwigKhmyytwL, (int32_t param_00014880, void * param_00014881, uint32_t * param_00014882, void * param_00014883, void * param_00014884, uint32_t param_00014885, MethodInfo * method)); DO_APP_FUNC(0x02245EC0, int32_t, gWxrirpmIhQTmhziZnlXlEwmYtKB_gLTlLekaUCUmuPdMAUslLCsFkOho, (int32_t param_00014886, void * param_00014887, MethodInfo * method)); DO_APP_FUNC(0x02245F50, void, gWxrirpmIhQTmhziZnlXlEwmYtKB__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003D0D70, int32_t, gWxrirpmIhQTmhziZnlXlEwmYtKB_NnfkkURQFkEaKHcQqtZJRYCtsuqw_gBIXkdeJzrVVcNHswHNabgRDpCGG, (MethodInfo * method)); DO_APP_FUNC(0x00B31160, int32_t, gWxrirpmIhQTmhziZnlXlEwmYtKB_sjhtdtPoBlWDLZgVBsTSqCbJvkiq_gBIXkdeJzrVVcNHswHNabgRDpCGG, (gWxrirpmIhQTmhziZnlXlEwmYtKB_sjhtdtPoBlWDLZgVBsTSqCbJvkiq * __this, MethodInfo * method)); DO_APP_FUNC(0x00B31160, int32_t, gWxrirpmIhQTmhziZnlXlEwmYtKB_pPZcvjyLOvlRnUdsCbkPaOkCCZCA_gBIXkdeJzrVVcNHswHNabgRDpCGG, (gWxrirpmIhQTmhziZnlXlEwmYtKB_pPZcvjyLOvlRnUdsCbkPaOkCCZCA * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59320, uint32_t, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_cCtdzzziFmmyLbMvQjIgoBOAwDls, (gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy * __this, MethodInfo * method)); DO_APP_FUNC(0x02245FE0, void, gWxrirpmIhQTmhziZnlXlEwmYtKB_FXsnnlyiFJcYzdmLMGisCrAMQXNgA__ctor, (gWxrirpmIhQTmhziZnlXlEwmYtKB_FXsnnlyiFJcYzdmLMGisCrAMQXNgA * __this, Object * param_00014888, void * param_00014889, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, gWxrirpmIhQTmhziZnlXlEwmYtKB_FXsnnlyiFJcYzdmLMGisCrAMQXNgA_Invoke, (gWxrirpmIhQTmhziZnlXlEwmYtKB_FXsnnlyiFJcYzdmLMGisCrAMQXNgA * __this, int32_t dwErrorCode, int32_t dwNumbmerOfBytesTransfered, void * lpOverlapped, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, MantisLODEditorProfessional__ctor, (MantisLODEditorProfessional * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BokehRenderer__ctor, (BokehRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC060, void, BokehRenderer_RebuildMeshIfNeeded, (BokehRenderer * __this, int32_t width, int32_t height, float spriteRelativeScaleX, float spriteRelativeScaleY, Mesh__Array * * meshes, MethodInfo * method)); DO_APP_FUNC(0x003AC250, void, BokehRenderer_BuildMeshes, (BokehRenderer * __this, int32_t width, int32_t height, float spriteRelativeScaleX, float spriteRelativeScaleY, Mesh__Array * * meshes, MethodInfo * method)); DO_APP_FUNC(0x003AC780, void, BokehRenderer_Clear, (BokehRenderer * __this, Mesh__Array * * meshes, MethodInfo * method)); DO_APP_FUNC(0x003AC8B0, void, BokehRenderer_SetTexture, (BokehRenderer * __this, Texture2D * texture, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, BokehRenderer_SetMaterial, (BokehRenderer * __this, Material * flareMaterial, MethodInfo * method)); DO_APP_FUNC(0x003AC9C0, void, BokehRenderer_RenderFlare, (BokehRenderer * __this, RenderTexture * brightPixels, RenderTexture * destination, float intensity, Mesh__Array * * meshes, MethodInfo * method)); DO_APP_FUNC(0x003ACEC0, void, BokehRenderer_SetupSprite, (BokehRenderer * __this, int32_t idx, int32_t x, int32_t y, Vector3__Array * vertices, Int32__Array * triangles, Vector2__Array * uv0, Vector2__Array * uv1, Vector3__Array * normals, Color__Array * colors, Vector2 targetPixelUV, float halfWidth, float halfHeight, MethodInfo * method)); DO_APP_FUNC(0x003AD550, float, DeluxeFilmicCurve_GetExposure, (DeluxeFilmicCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x003AD590, float, DeluxeFilmicCurve_ComputeK, (DeluxeFilmicCurve * __this, float t, float c, float b, float s, float w, MethodInfo * method)); DO_APP_FUNC(0x003AD5D0, float, DeluxeFilmicCurve_Toe, (DeluxeFilmicCurve * __this, float x, float t, float c, float b, float s, float w, float k, MethodInfo * method)); DO_APP_FUNC(0x003AD5F0, float, DeluxeFilmicCurve_Shoulder, (DeluxeFilmicCurve * __this, float x, float t, float c, float b, float s, float w, float k, MethodInfo * method)); DO_APP_FUNC(0x003AD620, float, DeluxeFilmicCurve_Graph, (DeluxeFilmicCurve * __this, float x, float t, float c, float b, float s, float w, float k, MethodInfo * method)); DO_APP_FUNC(0x003AD670, void, DeluxeFilmicCurve_StoreK, (DeluxeFilmicCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x003AD6C0, void, DeluxeFilmicCurve_ComputeShaderCoefficients, (DeluxeFilmicCurve * __this, float t, float c, float b, float s, float w, float k, MethodInfo * method)); DO_APP_FUNC(0x003AD7E0, void, DeluxeFilmicCurve_UpdateCoefficients, (DeluxeFilmicCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x003AD930, void, DeluxeFilmicCurve__ctor, (DeluxeFilmicCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x003AD950, void, UBHelper__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003ADA20, bool, UBHelper_GroupHeader, (String * text, bool isExpanded, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, UBHelper__ctor, (UBHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x003ADF20, void, UBHelper_Styles__ctor, (UBHelper_Styles * __this, MethodInfo * method)); DO_APP_FUNC(0x003AE140, void, UBHelper_Styles_Backup, (UBHelper_Styles * __this, MethodInfo * method)); DO_APP_FUNC(0x003AE450, void, UBHelper_Styles_Apply, (UBHelper_Styles * __this, MethodInfo * method)); DO_APP_FUNC(0x003AE7C0, void, UBHelper_Styles_Revert, (UBHelper_Styles * __this, MethodInfo * method)); DO_APP_FUNC(0x003AEAF0, void, UltimateBloom_DestroyMaterial, (UltimateBloom * __this, Material * mat, MethodInfo * method)); DO_APP_FUNC(0x003AEB70, void, UltimateBloom_LoadShader, (UltimateBloom * __this, Material * * material, Shader * * shader, String * shaderPath, MethodInfo * method)); DO_APP_FUNC(0x003AEF80, void, UltimateBloom_CreateMaterials, (UltimateBloom * __this, MethodInfo * method)); DO_APP_FUNC(0x003AFC50, Material *, UltimateBloom_CreateMaterial, (UltimateBloom * __this, Shader * shader, MethodInfo * method)); DO_APP_FUNC(0x003AFD40, void, UltimateBloom_OnDisable, (UltimateBloom * __this, MethodInfo * method)); DO_APP_FUNC(0x003AFDD0, void, UltimateBloom_ForceShadersReload, (UltimateBloom * __this, MethodInfo * method)); DO_APP_FUNC(0x003B0340, int32_t, UltimateBloom_GetNeededDownsamples, (UltimateBloom * __this, MethodInfo * method)); DO_APP_FUNC(0x003B03B0, void, UltimateBloom_ComputeBufferOptimization, (UltimateBloom * __this, MethodInfo * method)); DO_APP_FUNC(0x003B0770, int32_t, UltimateBloom_GetGhostBokehLayer, (UltimateBloom * __this, MethodInfo * method)); DO_APP_FUNC(0x003B08F0, UltimateBloom_BlurSampleCount__Enum, UltimateBloom_GetUpsamplingSize, (UltimateBloom * __this, MethodInfo * method)); DO_APP_FUNC(0x003B0B50, void, UltimateBloom_ComputeResolutionRelativeData, (UltimateBloom * __this, MethodInfo * method)); DO_APP_FUNC(0x003B0BE0, void, UltimateBloom_OnRenderImage, (UltimateBloom * __this, RenderTexture * source, RenderTexture * destination, MethodInfo * method)); DO_APP_FUNC(0x003B26C0, RenderTexture *, UltimateBloom_RenderStar, (UltimateBloom * __this, RenderTexture__Array * sources, UltimateBloom_BlurSampleCount__Enum upsamplingCount, int32_t sourceWidth, int32_t sourceHeight, MethodInfo * method)); DO_APP_FUNC(0x003B2BE0, RenderTexture *, UltimateBloom_RenderStripe, (UltimateBloom * __this, RenderTexture__Array * sources, UltimateBloom_BlurSampleCount__Enum upsamplingCount, int32_t sourceWidth, int32_t sourceHeight, UltimateBloom_FlareStripeType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x003B3E70, void, UltimateBloom_RenderFlares, (UltimateBloom * __this, RenderTexture * brightTexture, RenderTexture * source, Texture * * flareRT, MethodInfo * method)); DO_APP_FUNC(0x003B55E0, void, UltimateBloom_CachedUpsample, (UltimateBloom * __this, RenderTexture__Array * sources, RenderTexture__Array * destinations, int32_t originalWidth, int32_t originalHeight, UltimateBloom_BlurSampleCount__Enum upsamplingCount, MethodInfo * method)); DO_APP_FUNC(0x003B5BC0, void, UltimateBloom_CachedDownsample, (UltimateBloom * __this, RenderTexture * source, RenderTexture__Array * destinations, DeluxeFilmicCurve * intensityCurve, bool hdr, MethodInfo * method)); DO_APP_FUNC(0x003B62F0, void, UltimateBloom_BrightPass, (UltimateBloom * __this, RenderTexture * source, RenderTexture * destination, Vector4 treshold, MethodInfo * method)); DO_APP_FUNC(0x003B6440, void, UltimateBloom_BrightPassWithMask, (UltimateBloom * __this, RenderTexture * source, RenderTexture * destination, Vector4 treshold, Texture * mask, MethodInfo * method)); DO_APP_FUNC(0x003B6540, void, UltimateBloom_RenderSimple, (UltimateBloom * __this, RenderTexture * source, RenderTexture * destination, float horizontalBlur, float verticalBlur, UltimateBloom_SimpleSampleCount__Enum sampleCount, MethodInfo * method)); DO_APP_FUNC(0x003B6710, void, UltimateBloom_GaussianBlur1, (UltimateBloom * __this, RenderTexture * source, RenderTexture * destination, float horizontalBlur, float verticalBlur, RenderTexture * additiveTexture, UltimateBloom_BlurSampleCount__Enum sampleCount, Color tint, float intensity, MethodInfo * method)); DO_APP_FUNC(0x003B6A60, void, UltimateBloom_GaussianBlur2, (UltimateBloom * __this, RenderTexture * source, RenderTexture * destination, float horizontalBlur, float verticalBlur, RenderTexture * additiveTexture, UltimateBloom_BlurSampleCount__Enum sampleCount, Color tint, float intensity, MethodInfo * method)); DO_APP_FUNC(0x003B7020, void, UltimateBloom_GaussianBlurSeparate, (UltimateBloom * __this, RenderTexture * source, RenderTexture * destination, float horizontalBlur, float verticalBlur, RenderTexture * additiveTexture, UltimateBloom_BlurSampleCount__Enum sampleCount, Color tint, float intensity, MethodInfo * method)); DO_APP_FUNC(0x003B7650, void, UltimateBloom_RenderTextureAdditive, (UltimateBloom * __this, RenderTexture * source, RenderTexture * destination, float intensity, MethodInfo * method)); DO_APP_FUNC(0x003B7850, void, UltimateBloom_BlitIntensity, (UltimateBloom * __this, RenderTexture * source, RenderTexture * destination, float intensity, MethodInfo * method)); DO_APP_FUNC(0x003B7920, void, UltimateBloom_CombineAdditive, (UltimateBloom * __this, RenderTexture * source, RenderTexture * destination, float intensitySource, float intensityDestination, MethodInfo * method)); DO_APP_FUNC(0x003B7B60, void, UltimateBloom_SetFilmicCurveParameters, (UltimateBloom * __this, float middle, float dark, float bright, float highlights, MethodInfo * method)); DO_APP_FUNC(0x003B7BB0, void, UltimateBloom__ctor, (UltimateBloom * __this, MethodInfo * method)); DO_APP_FUNC(0x003B7F10, void, UltimateBloom_BlurFunction__ctor, (UltimateBloom_BlurFunction * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003B80D0, void, UltimateBloom_BlurFunction_Invoke, (UltimateBloom_BlurFunction * __this, RenderTexture * source, RenderTexture * destination, float horizontalBlur, float verticalBlur, RenderTexture * additiveTexture, UltimateBloom_BlurSampleCount__Enum sampleCount, Color tint, float intensity, MethodInfo * method)); DO_APP_FUNC(0x003B8140, IAsyncResult *, UltimateBloom_BlurFunction_BeginInvoke, (UltimateBloom_BlurFunction * __this, RenderTexture * source, RenderTexture * destination, float horizontalBlur, float verticalBlur, RenderTexture * additiveTexture, UltimateBloom_BlurSampleCount__Enum sampleCount, Color tint, float intensity, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, UltimateBloom_BlurFunction_EndInvoke, (UltimateBloom_BlurFunction * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, UltimateBloomPathLocator__ctor, (UltimateBloomPathLocator * __this, MethodInfo * method)); DO_APP_FUNC(0x003B82B0, void, BatchCulling__ctor, (BatchCulling * __this, Camera * camera, WetDecalSystem_MaterialBatch * batch, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC3C50, BatchCulling__ctor__MethodInfo); DO_APP_FUNC(0x003B8970, void, BatchCulling_Dispose, (BatchCulling * __this, MethodInfo * method)); DO_APP_FUNC(0x003B8A10, void, BatchCulling_Update, (BatchCulling * __this, MethodInfo * method)); DO_APP_FUNC(0x003B8C40, ArraySegment_1_Int32_, BatchCulling_Cull, (BatchCulling * __this, int32_t distanceBand, MethodInfo * method)); DO_APP_FUNC(0x003B8EC0, void, BatchCulling__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003B9000, void, EditorRestartHack_Awake, (EditorRestartHack * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EditorRestartHack_OnDestroy, (EditorRestartHack * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9060, void, EditorRestartHack_Apply, (EditorRestartHack * __this, WetStuff * decalRenderer, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, EditorRestartHack__ctor, (EditorRestartHack * __this, MethodInfo * method)); DO_APP_FUNC(0x003B90B0, void, DecalLayer_add_Changed, (DecalLayer * __this, Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x003B91C0, void, DecalLayer_remove_Changed, (DecalLayer * __this, Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x003B92D0, Vector4, DecalLayer_get_LayerMaskScaleOffset, (DecalLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x003B92F0, void, DecalLayer_set_LayerMaskScaleOffset, (DecalLayer * __this, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Texture2D *, DecalLayer_get_LayerMask, (DecalLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9340, void, DecalLayer_set_LayerMask, (DecalLayer * __this, Texture2D * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, DecalLayerChannel *, DecalLayer_get_Channel1, (DecalLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, DecalLayerChannel *, DecalLayer_get_Channel2, (DecalLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, DecalLayerChannel *, DecalLayer_get_Channel3, (DecalLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, DecalLayerChannel *, DecalLayer_get_Channel4, (DecalLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93F0, DecalLayerChannelIndexer, DecalLayer_get_Channels, (DecalLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9450, void, DecalLayer__ctor, (DecalLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x003B96A0, void, DecalLayer_Init, (DecalLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9950, void, DecalLayer_EvaluateInputRange, (DecalLayer * __this, Vector4 * start, Vector4 * end, MethodInfo * method)); DO_APP_FUNC(0x003B9A50, void, DecalLayer_EvaluateOutputRange, (DecalLayer * __this, Vector4 * start, Vector4 * end, MethodInfo * method)); DO_APP_FUNC(0x003B9B90, void, DecalLayer_EvaluateRanges, (DecalLayer * __this, LayerParameters * parameters, MethodInfo * method)); DO_APP_FUNC(0x003B9DF0, void, DecalLayer_OnChanged, (DecalLayer * __this, bool requiresRebuild, MethodInfo * method)); DO_APP_FUNC(0x003B9E10, DecalSettingsDataContainer_DecalLayerData, DecalLayer_Get, (DecalLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9F40, void, DecalLayer_Apply, (DecalLayer * __this, DecalSettingsDataContainer_DecalLayerData data, MethodInfo * method)); DO_APP_FUNC(0x003BA1A0, void, DecalLayer__Init_b__28_0, (DecalLayer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC3938, DecalLayer__Init_b__28_0__MethodInfo); DO_APP_FUNC(0x003BA1C0, DecalLayerChannel *, DecalLayerChannelIndexer_get_Item, (DecalLayerChannelIndexer * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC38B0, DecalLayerChannelIndexer_get_Item__MethodInfo); DO_APP_FUNC(0x003BA280, void, DecalLayerChannelIndexer__ctor, (DecalLayerChannelIndexer * __this, DecalLayer * layer, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, DecalLayerChannel_DecalChannelMode__Enum, DecalLayerChannel_get_Mode, (DecalLayerChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2F0, void, DecalLayerChannel_set_Mode, (DecalLayerChannel * __this, DecalLayerChannel_DecalChannelMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BA310, float, DecalLayerChannel_get_InputRangeThreshold, (DecalLayerChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA320, void, DecalLayerChannel_set_InputRangeThreshold, (DecalLayerChannel * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003BA3C0, float, DecalLayerChannel_get_InputRangeSoftness, (DecalLayerChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA3D0, void, DecalLayerChannel_set_InputRangeSoftness, (DecalLayerChannel * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003BA490, Vector2, DecalLayerChannel_get_OutputRange, (DecalLayerChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA4B0, void, DecalLayerChannel_set_OutputRange, (DecalLayerChannel * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x003BA510, void, DecalLayerChannel__ctor, (DecalLayerChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA5C0, void, DecalLayerChannel_add_Changed, (DecalLayerChannel * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x003BA6B0, void, DecalLayerChannel_remove_Changed, (DecalLayerChannel * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x003BA7A0, void, DecalLayerChannel_Init, (DecalLayerChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA800, Vector2, DecalLayerChannel_EvaluateRange, (float threshold, float softness, MethodInfo * method)); DO_APP_FUNC(0x003BA8B0, Vector2, DecalLayerChannel_EvaluateInputRange, (DecalLayerChannel_DecalChannelMode__Enum mode, float threshold, float softness, MethodInfo * method)); DO_APP_FUNC(0x003BA9B0, Vector2, DecalLayerChannel_EvaluateInputRange_1, (DecalLayerChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAAB0, Vector2, DecalLayerChannel_EvaluateOutputRange, (DecalLayerChannel_DecalChannelMode__Enum mode, Vector2 range, MethodInfo * method)); DO_APP_FUNC(0x003BAAD0, Vector2, DecalLayerChannel_EvaluateOutputRange_1, (DecalLayerChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAB00, void, DecalLayerChannel_OnChanged, (DecalLayerChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAB20, DecalSettingsDataContainer_DecalLayerChannelData, DecalLayerChannel_Get, (DecalLayerChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAB50, void, DecalLayerChannel_Apply, (DecalLayerChannel * __this, DecalSettingsDataContainer_DecalLayerChannelData data, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CanBeNullAttribute_1__ctor, (CanBeNullAttribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotNullAttribute_1__ctor, (NotNullAttribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ItemNotNullAttribute__ctor, (ItemNotNullAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ItemCanBeNullAttribute__ctor, (ItemCanBeNullAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, StringFormatMethodAttribute_get_FormatParameterName, (StringFormatMethodAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, StringFormatMethodAttribute_set_FormatParameterName, (StringFormatMethodAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, StringFormatMethodAttribute__ctor, (StringFormatMethodAttribute * __this, String * formatParameterName, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, ValueProviderAttribute_get_Name, (ValueProviderAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ValueProviderAttribute_set_Name, (ValueProviderAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ValueProviderAttribute__ctor, (ValueProviderAttribute * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokerParameterNameAttribute__ctor, (InvokerParameterNameAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, NotifyPropertyChangedInvocatorAttribute_1_get_ParameterName, (NotifyPropertyChangedInvocatorAttribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, NotifyPropertyChangedInvocatorAttribute_1_set_ParameterName, (NotifyPropertyChangedInvocatorAttribute_1 * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotifyPropertyChangedInvocatorAttribute_1__ctor, (NotifyPropertyChangedInvocatorAttribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, NotifyPropertyChangedInvocatorAttribute_1__ctor_1, (NotifyPropertyChangedInvocatorAttribute_1 * __this, String * parameterName, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, ContractAnnotationAttribute_1_get_Contract, (ContractAnnotationAttribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ContractAnnotationAttribute_1_set_Contract, (ContractAnnotationAttribute_1 * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, ContractAnnotationAttribute_1_get_ForceFullStates, (ContractAnnotationAttribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, ContractAnnotationAttribute_1_set_ForceFullStates, (ContractAnnotationAttribute_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BAC60, void, ContractAnnotationAttribute_1__ctor, (ContractAnnotationAttribute_1 * __this, String * contract, MethodInfo * method)); DO_APP_FUNC(0x003BACC0, void, ContractAnnotationAttribute_1__ctor_1, (ContractAnnotationAttribute_1 * __this, String * contract, bool forceFullStates, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, LocalizationRequiredAttribute_get_Required, (LocalizationRequiredAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, LocalizationRequiredAttribute_set_Required, (LocalizationRequiredAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BAD40, void, LocalizationRequiredAttribute__ctor, (LocalizationRequiredAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, LocalizationRequiredAttribute__ctor_1, (LocalizationRequiredAttribute * __this, bool required, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CannotApplyEqualityOperatorAttribute__ctor, (CannotApplyEqualityOperatorAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Type *, BaseTypeRequiredAttribute_get_BaseType, (BaseTypeRequiredAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, BaseTypeRequiredAttribute_set_BaseType, (BaseTypeRequiredAttribute * __this, Type * value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, BaseTypeRequiredAttribute__ctor, (BaseTypeRequiredAttribute * __this, Type * baseType, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, ImplicitUseKindFlags__Enum_1, UsedImplicitlyAttribute_1_get_UseKindFlags, (UsedImplicitlyAttribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, UsedImplicitlyAttribute_1_set_UseKindFlags, (UsedImplicitlyAttribute_1 * __this, ImplicitUseKindFlags__Enum_1 value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, ImplicitUseTargetFlags__Enum_1, UsedImplicitlyAttribute_1_get_TargetFlags, (UsedImplicitlyAttribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, UsedImplicitlyAttribute_1_set_TargetFlags, (UsedImplicitlyAttribute_1 * __this, ImplicitUseTargetFlags__Enum_1 value, MethodInfo * method)); DO_APP_FUNC(0x003BAD90, void, UsedImplicitlyAttribute_1__ctor, (UsedImplicitlyAttribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADA0, void, UsedImplicitlyAttribute_1__ctor_1, (UsedImplicitlyAttribute_1 * __this, ImplicitUseKindFlags__Enum_1 useKindFlags, MethodInfo * method)); DO_APP_FUNC(0x003BADB0, void, UsedImplicitlyAttribute_1__ctor_2, (UsedImplicitlyAttribute_1 * __this, ImplicitUseTargetFlags__Enum_1 targetFlags, MethodInfo * method)); DO_APP_FUNC(0x003BADC0, void, UsedImplicitlyAttribute_1__ctor_3, (UsedImplicitlyAttribute_1 * __this, ImplicitUseKindFlags__Enum_1 useKindFlags, ImplicitUseTargetFlags__Enum_1 targetFlags, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, ImplicitUseKindFlags__Enum_1, MeansImplicitUseAttribute_get_UseKindFlags, (MeansImplicitUseAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, MeansImplicitUseAttribute_set_UseKindFlags, (MeansImplicitUseAttribute * __this, ImplicitUseKindFlags__Enum_1 value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, ImplicitUseTargetFlags__Enum_1, MeansImplicitUseAttribute_get_TargetFlags, (MeansImplicitUseAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, MeansImplicitUseAttribute_set_TargetFlags, (MeansImplicitUseAttribute * __this, ImplicitUseTargetFlags__Enum_1 value, MethodInfo * method)); DO_APP_FUNC(0x003BAD90, void, MeansImplicitUseAttribute__ctor, (MeansImplicitUseAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADA0, void, MeansImplicitUseAttribute__ctor_1, (MeansImplicitUseAttribute * __this, ImplicitUseKindFlags__Enum_1 useKindFlags, MethodInfo * method)); DO_APP_FUNC(0x003BADB0, void, MeansImplicitUseAttribute__ctor_2, (MeansImplicitUseAttribute * __this, ImplicitUseTargetFlags__Enum_1 targetFlags, MethodInfo * method)); DO_APP_FUNC(0x003BADC0, void, MeansImplicitUseAttribute__ctor_3, (MeansImplicitUseAttribute * __this, ImplicitUseKindFlags__Enum_1 useKindFlags, ImplicitUseTargetFlags__Enum_1 targetFlags, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, PublicAPIAttribute_get_Comment, (PublicAPIAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, PublicAPIAttribute_set_Comment, (PublicAPIAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PublicAPIAttribute__ctor, (PublicAPIAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, PublicAPIAttribute__ctor_1, (PublicAPIAttribute * __this, String * comment, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InstantHandleAttribute__ctor, (InstantHandleAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PureAttribute_1__ctor, (PureAttribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, MustUseReturnValueAttribute_get_Justification, (MustUseReturnValueAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, MustUseReturnValueAttribute_set_Justification, (MustUseReturnValueAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MustUseReturnValueAttribute__ctor, (MustUseReturnValueAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, MustUseReturnValueAttribute__ctor_1, (MustUseReturnValueAttribute * __this, String * justification, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ProvidesContextAttribute__ctor, (ProvidesContextAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, PathReferenceAttribute_get_BasePath, (PathReferenceAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, PathReferenceAttribute_set_BasePath, (PathReferenceAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PathReferenceAttribute__ctor, (PathReferenceAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, PathReferenceAttribute__ctor_1, (PathReferenceAttribute * __this, String * basePath, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SourceTemplateAttribute__ctor, (SourceTemplateAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, MacroAttribute_get_Expression, (MacroAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, MacroAttribute_set_Expression, (MacroAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, MacroAttribute_get_Editable, (MacroAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, MacroAttribute_set_Editable, (MacroAttribute * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, MacroAttribute_get_Target, (MacroAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, MacroAttribute_set_Target, (MacroAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MacroAttribute__ctor, (MacroAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, AspMvcAreaMasterLocationFormatAttribute_get_Format, (AspMvcAreaMasterLocationFormatAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AspMvcAreaMasterLocationFormatAttribute_set_Format, (AspMvcAreaMasterLocationFormatAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AspMvcAreaMasterLocationFormatAttribute__ctor, (AspMvcAreaMasterLocationFormatAttribute * __this, String * format, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, AspMvcAreaPartialViewLocationFormatAttribute_get_Format, (AspMvcAreaPartialViewLocationFormatAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AspMvcAreaPartialViewLocationFormatAttribute_set_Format, (AspMvcAreaPartialViewLocationFormatAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AspMvcAreaPartialViewLocationFormatAttribute__ctor, (AspMvcAreaPartialViewLocationFormatAttribute * __this, String * format, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, AspMvcAreaViewLocationFormatAttribute_get_Format, (AspMvcAreaViewLocationFormatAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AspMvcAreaViewLocationFormatAttribute_set_Format, (AspMvcAreaViewLocationFormatAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AspMvcAreaViewLocationFormatAttribute__ctor, (AspMvcAreaViewLocationFormatAttribute * __this, String * format, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, AspMvcMasterLocationFormatAttribute_get_Format, (AspMvcMasterLocationFormatAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AspMvcMasterLocationFormatAttribute_set_Format, (AspMvcMasterLocationFormatAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AspMvcMasterLocationFormatAttribute__ctor, (AspMvcMasterLocationFormatAttribute * __this, String * format, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, AspMvcPartialViewLocationFormatAttribute_get_Format, (AspMvcPartialViewLocationFormatAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AspMvcPartialViewLocationFormatAttribute_set_Format, (AspMvcPartialViewLocationFormatAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AspMvcPartialViewLocationFormatAttribute__ctor, (AspMvcPartialViewLocationFormatAttribute * __this, String * format, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, AspMvcViewLocationFormatAttribute_get_Format, (AspMvcViewLocationFormatAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AspMvcViewLocationFormatAttribute_set_Format, (AspMvcViewLocationFormatAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AspMvcViewLocationFormatAttribute__ctor, (AspMvcViewLocationFormatAttribute * __this, String * format, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, AspMvcActionAttribute_get_AnonymousProperty, (AspMvcActionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AspMvcActionAttribute_set_AnonymousProperty, (AspMvcActionAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AspMvcActionAttribute__ctor, (AspMvcActionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AspMvcActionAttribute__ctor_1, (AspMvcActionAttribute * __this, String * anonymousProperty, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, AspMvcAreaAttribute_get_AnonymousProperty, (AspMvcAreaAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AspMvcAreaAttribute_set_AnonymousProperty, (AspMvcAreaAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AspMvcAreaAttribute__ctor, (AspMvcAreaAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AspMvcAreaAttribute__ctor_1, (AspMvcAreaAttribute * __this, String * anonymousProperty, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, AspMvcControllerAttribute_get_AnonymousProperty, (AspMvcControllerAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AspMvcControllerAttribute_set_AnonymousProperty, (AspMvcControllerAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AspMvcControllerAttribute__ctor, (AspMvcControllerAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AspMvcControllerAttribute__ctor_1, (AspMvcControllerAttribute * __this, String * anonymousProperty, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AspMvcMasterAttribute__ctor, (AspMvcMasterAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AspMvcModelTypeAttribute__ctor, (AspMvcModelTypeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AspMvcPartialViewAttribute__ctor, (AspMvcPartialViewAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AspMvcSuppressViewErrorAttribute__ctor, (AspMvcSuppressViewErrorAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AspMvcDisplayTemplateAttribute__ctor, (AspMvcDisplayTemplateAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AspMvcEditorTemplateAttribute__ctor, (AspMvcEditorTemplateAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AspMvcTemplateAttribute__ctor, (AspMvcTemplateAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AspMvcViewAttribute__ctor, (AspMvcViewAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AspMvcViewComponentAttribute__ctor, (AspMvcViewComponentAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AspMvcViewComponentViewAttribute__ctor, (AspMvcViewComponentViewAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AspMvcActionSelectorAttribute__ctor, (AspMvcActionSelectorAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, HtmlElementAttributesAttribute_get_Name, (HtmlElementAttributesAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, HtmlElementAttributesAttribute_set_Name, (HtmlElementAttributesAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HtmlElementAttributesAttribute__ctor, (HtmlElementAttributesAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, HtmlElementAttributesAttribute__ctor_1, (HtmlElementAttributesAttribute * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, HtmlAttributeValueAttribute_get_Name, (HtmlAttributeValueAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, HtmlAttributeValueAttribute_set_Name, (HtmlAttributeValueAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, HtmlAttributeValueAttribute__ctor, (HtmlAttributeValueAttribute * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RazorSectionAttribute__ctor, (RazorSectionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, CollectionAccessType__Enum, CollectionAccessAttribute_get_CollectionAccessType, (CollectionAccessAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CollectionAccessAttribute_set_CollectionAccessType, (CollectionAccessAttribute * __this, CollectionAccessType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CollectionAccessAttribute__ctor, (CollectionAccessAttribute * __this, CollectionAccessType__Enum collectionAccessType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AssertionMethodAttribute__ctor, (AssertionMethodAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, AssertionConditionType__Enum, AssertionConditionAttribute_get_ConditionType, (AssertionConditionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AssertionConditionAttribute_set_ConditionType, (AssertionConditionAttribute * __this, AssertionConditionType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AssertionConditionAttribute__ctor, (AssertionConditionAttribute * __this, AssertionConditionType__Enum conditionType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TerminatesProgramAttribute__ctor, (TerminatesProgramAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LinqTunnelAttribute__ctor, (LinqTunnelAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NoEnumerationAttribute__ctor, (NoEnumerationAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RegexPatternAttribute__ctor, (RegexPatternAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NoReorderAttribute__ctor, (NoReorderAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XamlItemsControlAttribute__ctor, (XamlItemsControlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XamlItemBindingOfItemsControlAttribute__ctor, (XamlItemBindingOfItemsControlAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, AspChildControlTypeAttribute_get_TagName, (AspChildControlTypeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AspChildControlTypeAttribute_set_TagName, (AspChildControlTypeAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Type *, AspChildControlTypeAttribute_get_ControlType, (AspChildControlTypeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, AspChildControlTypeAttribute_set_ControlType, (AspChildControlTypeAttribute * __this, Type * value, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, AspChildControlTypeAttribute__ctor, (AspChildControlTypeAttribute * __this, String * tagName, Type * controlType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AspDataFieldAttribute__ctor, (AspDataFieldAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AspDataFieldsAttribute__ctor, (AspDataFieldsAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AspMethodPropertyAttribute__ctor, (AspMethodPropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, AspRequiredAttributeAttribute_get_Attribute, (AspRequiredAttributeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AspRequiredAttributeAttribute_set_Attribute, (AspRequiredAttributeAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AspRequiredAttributeAttribute__ctor, (AspRequiredAttributeAttribute * __this, String * attribute, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, AspTypePropertyAttribute_get_CreateConstructorReferences, (AspTypePropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, AspTypePropertyAttribute_set_CreateConstructorReferences, (AspTypePropertyAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, AspTypePropertyAttribute__ctor, (AspTypePropertyAttribute * __this, bool createConstructorReferences, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, RazorImportNamespaceAttribute_get_Name, (RazorImportNamespaceAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, RazorImportNamespaceAttribute_set_Name, (RazorImportNamespaceAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, RazorImportNamespaceAttribute__ctor, (RazorImportNamespaceAttribute * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, RazorInjectionAttribute_get_Type, (RazorInjectionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, RazorInjectionAttribute_set_Type, (RazorInjectionAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, RazorInjectionAttribute_get_FieldName, (RazorInjectionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, RazorInjectionAttribute_set_FieldName, (RazorInjectionAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, RazorInjectionAttribute__ctor, (RazorInjectionAttribute * __this, String * type, String * fieldName, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, RazorDirectiveAttribute_get_Directive, (RazorDirectiveAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, RazorDirectiveAttribute_set_Directive, (RazorDirectiveAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, RazorDirectiveAttribute__ctor, (RazorDirectiveAttribute * __this, String * directive, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RazorHelperCommonAttribute__ctor, (RazorHelperCommonAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RazorLayoutAttribute__ctor, (RazorLayoutAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RazorWriteLiteralMethodAttribute__ctor, (RazorWriteLiteralMethodAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RazorWriteMethodAttribute__ctor, (RazorWriteMethodAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RazorWriteMethodParameterAttribute__ctor, (RazorWriteMethodParameterAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAEF0, void, MinMaxAttribute__ctor, (MinMaxAttribute * __this, int32_t min, int32_t max, MethodInfo * method)); DO_APP_FUNC(0x003BAF10, Mesh *, Primitives_CreateFullscreenQuad, (MethodInfo * method)); DO_APP_FUNC(0x003BB210, Mesh *, Primitives_CreateWireframeBox, (float width, float height, float depth, MethodInfo * method)); DO_APP_FUNC(0x003BB700, Mesh *, Primitives_CreateBox, (float width, float height, float depth, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, SemanticVersion_1_get_Major, (SemanticVersion_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, SemanticVersion_1_get_Minor, (SemanticVersion_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, SemanticVersion_1_get_Patch, (SemanticVersion_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, SemanticVersion_1_get_Tag, (SemanticVersion_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SemanticVersion_1__ctor, (SemanticVersion_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BC640, void, SemanticVersion_1__ctor_1, (SemanticVersion_1 * __this, int32_t major, int32_t minor, int32_t patch, String * tag, MethodInfo * method)); DO_APP_FUNC(0x003BC6B0, int32_t, SemanticVersion_1_CompareTo, (SemanticVersion_1 * __this, SemanticVersion_1 * other, MethodInfo * method)); DO_APP_FUNC(0x003BC8A0, String *, SemanticVersion_1_ToString, (SemanticVersion_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BCB90, bool, SemanticVersion_1_Equals, (SemanticVersion_1 * __this, SemanticVersion_1 * other, MethodInfo * method)); DO_APP_FUNC(0x003BCBC0, bool, SemanticVersion_1_Equals_1, (SemanticVersion_1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003BCCD0, int32_t, SemanticVersion_1_GetHashCode, (SemanticVersion_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BCD40, float, WetAttributeModifier_get_AmbientDarkenStrength, (WetAttributeModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003BCD90, void, WetAttributeModifier_set_AmbientDarkenStrength, (WetAttributeModifier * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003BCDF0, void, WetAttributeModifier__ctor, (WetAttributeModifier * __this, Camera * camera, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC3598, WetAttributeModifier__ctor__MethodInfo); DO_APP_FUNC(0x003BD1E0, void, WetAttributeModifier_Dispose, (WetAttributeModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003BD270, void, WetAttributeModifier_RecordCommandBuffer, (WetAttributeModifier * __this, CommandBuffer * cmd, MethodInfo * method)); DO_APP_FUNC(0x003BDC70, int32_t, WetAttributeModifier_CopyGBufferTexture, (WetAttributeModifier * __this, CommandBuffer * cmd, String * shaderParameterName, BuiltinRenderTextureType__Enum texture, bool hdr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC3408, WetAttributeModifier_CopyGBufferTexture__MethodInfo); DO_APP_FUNC(0x003BE120, RenderTextureFormat__Enum, WetAttributeModifier_GBufferFormat, (BuiltinRenderTextureType__Enum gbuffer, bool hdr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC3388, WetAttributeModifier_GBufferFormat__MethodInfo); DO_APP_FUNC(0x003BE1D0, void, WetAttributeModifier__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Camera *, WetDecalRenderer_get_Camera, (WetDecalRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x003BE350, void, WetDecalRenderer__ctor, (WetDecalRenderer * __this, Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x003BE740, void, WetDecalRenderer_Dispose, (WetDecalRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x003BEAA0, void, WetDecalRenderer_Update, (WetDecalRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x003BEF20, void, WetDecalRenderer_RecordCommandBuffer, (WetDecalRenderer * __this, CommandBuffer * cmd, MethodInfo * method)); DO_APP_FUNC(0x003BF550, void, WetDecalRenderer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BF700, WetDecalSystem_MaterialBatch *, WetDecalRenderer_DecalBatch_get_Batch, (WetDecalRenderer_DecalBatch * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF710, void, WetDecalRenderer_DecalBatch_set_Batch, (WetDecalRenderer_DecalBatch * __this, WetDecalSystem_MaterialBatch * value, MethodInfo * method)); DO_APP_FUNC(0x003BF770, void, WetDecalRenderer_DecalBatch__ctor, (WetDecalRenderer_DecalBatch * __this, Camera * camera, Mesh * box, WetDecalSystem_MaterialBatch * batch, MethodInfo * method)); DO_APP_FUNC(0x003BFA40, int32_t, WetDecalRenderer_DecalBatch_CompareTo, (WetDecalRenderer_DecalBatch * __this, WetDecalRenderer_DecalBatch * other, MethodInfo * method)); DO_APP_FUNC(0x003BFAB0, void, WetDecalRenderer_DecalBatch_Dispose, (WetDecalRenderer_DecalBatch * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WetDecalRenderer_DecalBatch_Update, (WetDecalRenderer_DecalBatch * __this, MethodInfo * method)); DO_APP_FUNC(0x003BFB60, void, WetDecalRenderer_DecalBatch_PrepareDraw, (WetDecalRenderer_DecalBatch * __this, CommandBuffer * cmd, MethodInfo * method)); DO_APP_FUNC(0x003BFC60, int32_t, WetDecalRenderer_DecalBatch_Draw, (WetDecalRenderer_DecalBatch * __this, CommandBuffer * cmd, int32_t distanceBand, int32_t shaderPass, MethodInfo * method)); DO_APP_FUNC(0x003BFFF0, void, WetDecalRenderer_DecalBatch_DrawSingle, (WetDecalRenderer_DecalBatch * __this, CommandBuffer * cmd, WetDecalSystem_DecalRenderInstance * decal, int32_t shaderPass, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2FE8, WetDecalRenderer_DecalBatch_DrawSingle__MethodInfo); DO_APP_FUNC(0x003C0510, void, WetDecalRenderer_DecalBatch_DrawInstanced, (WetDecalRenderer_DecalBatch * __this, CommandBuffer * cmd, ArraySegment_1_Int32_ visible, int32_t shaderPass, MethodInfo * method)); DO_APP_FUNC(0x003C1D10, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatch_ *, WetDecalSystem_get_Batches, (WetDecalSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003C1D60, uint32_t, WetDecalSystem_get_BatchEpoch, (WetDecalSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003C1DB0, void, WetDecalSystem__ctor, (WetDecalSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003C2070, WetDecalSystem_DecalRenderHandle, WetDecalSystem_Add, (WetDecalSystem * __this, IWetDecal * decal, MethodInfo * method)); DO_APP_FUNC(0x003C2150, void, WetDecalSystem_QueueForUpdate, (WetDecalSystem * __this, IWetDecal * decal, MethodInfo * method)); DO_APP_FUNC(0x003C2210, void, WetDecalSystem_Update, (WetDecalSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003C2680, bool, WetDecalSystem_DecalRenderHandle_get_IsValid, (WetDecalSystem_DecalRenderHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x003C26A0, void, WetDecalSystem_DecalRenderHandle__ctor, (WetDecalSystem_DecalRenderHandle * __this, WetDecalSystem_DecalRenderInstance * instance, MethodInfo * method)); DO_APP_FUNC(0x003C2710, void, WetDecalSystem_DecalRenderHandle_UpdateProperties, (WetDecalSystem_DecalRenderHandle * __this, bool batchPropertiesChanged, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2E20, WetDecalSystem_DecalRenderHandle_UpdateProperties__MethodInfo); DO_APP_FUNC(0x003C27A0, void, WetDecalSystem_DecalRenderHandle_Dispose, (WetDecalSystem_DecalRenderHandle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2E10, WetDecalSystem_DecalRenderHandle_Dispose__MethodInfo); DO_APP_FUNC(0x003C2830, uint32_t, WetDecalSystem_DecalRenderInstance_get_Epoch, (WetDecalSystem_DecalRenderInstance * __this, MethodInfo * method)); DO_APP_FUNC(0x003C2840, void, WetDecalSystem_DecalRenderInstance_set_Epoch, (WetDecalSystem_DecalRenderInstance * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C2850, IWetDecal *, WetDecalSystem_DecalRenderInstance_get_Decal, (WetDecalSystem_DecalRenderInstance * __this, MethodInfo * method)); DO_APP_FUNC(0x003C2860, void, WetDecalSystem_DecalRenderInstance_set_Decal, (WetDecalSystem_DecalRenderInstance * __this, IWetDecal * value, MethodInfo * method)); DO_APP_FUNC(0x003C28C0, MaterialPropertyBlock *, WetDecalSystem_DecalRenderInstance_get_PropertyBlock, (WetDecalSystem_DecalRenderInstance * __this, MethodInfo * method)); DO_APP_FUNC(0x003C28D0, void, WetDecalSystem_DecalRenderInstance_set_PropertyBlock, (WetDecalSystem_DecalRenderInstance * __this, MaterialPropertyBlock * value, MethodInfo * method)); DO_APP_FUNC(0x003C2930, InstanceProperties, WetDecalSystem_DecalRenderInstance_get_Properties, (WetDecalSystem_DecalRenderInstance * __this, MethodInfo * method)); DO_APP_FUNC(0x003C29C0, void, WetDecalSystem_DecalRenderInstance_Dispose, (WetDecalSystem_DecalRenderInstance * __this, MethodInfo * method)); DO_APP_FUNC(0x003C2B60, WetDecalSystem_DecalRenderInstance *, WetDecalSystem_DecalRenderInstance_Create, (IWetDecal * decal, WetDecalSystem * system, MethodInfo * method)); DO_APP_FUNC(0x003C2DC0, void, WetDecalSystem_DecalRenderInstance_Initialize, (WetDecalSystem_DecalRenderInstance * __this, IWetDecal * decal, MethodInfo * method)); DO_APP_FUNC(0x003C2E90, Nullable_1_UnityEngine_Vector2_, WetDecalSystem_DecalRenderInstance_Jitter, (float amount, Texture * texture, MethodInfo * method)); DO_APP_FUNC(0x003C3060, Vector2, WetDecalSystem_DecalRenderInstance_Min, (Nullable_1_UnityEngine_Vector2_ a, Nullable_1_UnityEngine_Vector2_ b, Nullable_1_UnityEngine_Vector2_ c, MethodInfo * method)); DO_APP_FUNC(0x003C3170, void, WetDecalSystem_DecalRenderInstance_UpdateProperties, (WetDecalSystem_DecalRenderInstance * __this, bool batchPropertiesChanged, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WetDecalSystem_DecalRenderInstance__ctor, (WetDecalSystem_DecalRenderInstance * __this, MethodInfo * method)); DO_APP_FUNC(0x003C3C70, void, WetDecalSystem_DecalRenderInstance__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003C3F20, void, WetDecalSystem_DecalRenderInstance_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WetDecalSystem_DecalRenderInstance_c__ctor, (WetDecalSystem_DecalRenderInstance_c * __this, MethodInfo * method)); DO_APP_FUNC(0x003C3FD0, WetDecalSystem_DecalRenderInstance *, WetDecalSystem_DecalRenderInstance_c___cctor_b__25_0, (WetDecalSystem_DecalRenderInstance_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2D18, WetDecalSystem_DecalRenderInstance_c___cctor_b__25_0__MethodInfo); DO_APP_FUNC(0x003C4020, void, WetDecalSystem_MaterialBatchId__ctor, (WetDecalSystem_MaterialBatchId * __this, MaterialPermutation permutation, MaterialProperties properties, MethodInfo * method)); DO_APP_FUNC(0x003C40B0, bool, WetDecalSystem_MaterialBatchId_Equals, (WetDecalSystem_MaterialBatchId * __this, WetDecalSystem_MaterialBatchId other, MethodInfo * method)); DO_APP_FUNC(0x003C4250, bool, WetDecalSystem_MaterialBatchId_Equals_1, (WetDecalSystem_MaterialBatchId * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003C4350, int32_t, WetDecalSystem_MaterialBatchId_GetHashCode, (WetDecalSystem_MaterialBatchId * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4420, bool, WetDecalSystem_MaterialBatchId_op_Equality, (WetDecalSystem_MaterialBatchId left, WetDecalSystem_MaterialBatchId right, MethodInfo * method)); DO_APP_FUNC(0x003C4490, bool, WetDecalSystem_MaterialBatchId_op_Inequality, (WetDecalSystem_MaterialBatchId left, WetDecalSystem_MaterialBatchId right, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, BoundingSphere__Array *, WetDecalSystem_MaterialBatch_get_BoundingSpheres, (WetDecalSystem_MaterialBatch * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, WetDecalSystem_MaterialBatch_set_BoundingSpheres, (WetDecalSystem_MaterialBatch * __this, BoundingSphere__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_WetDecalSystem_DecalRenderInstance_ *, WetDecalSystem_MaterialBatch_get_Decals, (WetDecalSystem_MaterialBatch * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, WetDecalSystem_MaterialBatch_set_Decals, (WetDecalSystem_MaterialBatch * __this, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_WetDecalSystem_DecalRenderInstance_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C4560, MaterialProperties, WetDecalSystem_MaterialBatch_get_Properties, (WetDecalSystem_MaterialBatch * __this, MethodInfo * method)); DO_APP_FUNC(0x003C45A0, void, WetDecalSystem_MaterialBatch_set_Properties, (WetDecalSystem_MaterialBatch * __this, MaterialProperties value, MethodInfo * method)); DO_APP_FUNC(0x003C4620, MaterialPermutation, WetDecalSystem_MaterialBatch_get_Permutation, (WetDecalSystem_MaterialBatch * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4640, void, WetDecalSystem_MaterialBatch_set_Permutation, (WetDecalSystem_MaterialBatch * __this, MaterialPermutation value, MethodInfo * method)); DO_APP_FUNC(0x003C4660, void, WetDecalSystem_MaterialBatch__ctor, (WetDecalSystem_MaterialBatch * __this, Shader * shader, MaterialPermutation permutation, MaterialProperties properties, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2B80, WetDecalSystem_MaterialBatch__ctor__MethodInfo); DO_APP_FUNC(0x003C4D70, void, WetDecalSystem_MaterialBatch_Dispose, (WetDecalSystem_MaterialBatch * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4EE0, Material *, WetDecalSystem_MaterialBatch_GetMaterial, (WetDecalSystem_MaterialBatch * __this, bool instanced, MethodInfo * method)); DO_APP_FUNC(0x003C4FB0, void, WetDecalSystem_MaterialBatch_Add, (WetDecalSystem_MaterialBatch * __this, WetDecalSystem_DecalRenderInstance * decal, MethodInfo * method)); DO_APP_FUNC(0x003C5050, void, WetDecalSystem_MaterialBatch_Remove, (WetDecalSystem_MaterialBatch * __this, WetDecalSystem_DecalRenderInstance * decal, MethodInfo * method)); DO_APP_FUNC(0x003C50B0, void, WetDecalSystem_MaterialBatch_Update, (WetDecalSystem_MaterialBatch * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5300, uint32_t, WetDecalSystem_State_get_BatchEpoch, (WetDecalSystem_State * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5310, void, WetDecalSystem_State_set_BatchEpoch, (WetDecalSystem_State * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Texture2D *, WetDecalSystem_State_get_BlueNoiseRGBA, (WetDecalSystem_State * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, WetDecalSystem_State_set_BlueNoiseRGBA, (WetDecalSystem_State * __this, Texture2D * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatch_ *, WetDecalSystem_State_get_Batches, (WetDecalSystem_State * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, WetDecalSystem_State_set_Batches, (WetDecalSystem_State * __this, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatch_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C5400, int32_t, WetDecalSystem_State_get_LastUpdated, (WetDecalSystem_State * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5410, void, WetDecalSystem_State_set_LastUpdated, (WetDecalSystem_State * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, List_1_PlaceholderSoftware_WetStuff_IWetDecal_ *, WetDecalSystem_State_get_ToUpdate, (WetDecalSystem_State * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, WetDecalSystem_State_set_ToUpdate, (WetDecalSystem_State * __this, List_1_PlaceholderSoftware_WetStuff_IWetDecal_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, List_1_PlaceholderSoftware_WetStuff_IWetDecal_ *, WetDecalSystem_State_get_Updating, (WetDecalSystem_State * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, WetDecalSystem_State_set_Updating, (WetDecalSystem_State * __this, List_1_PlaceholderSoftware_WetStuff_IWetDecal_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C5500, void, WetDecalSystem_State__ctor, (WetDecalSystem_State * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5A10, void, WetDecalSystem_State_Dispose, (WetDecalSystem_State * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5D90, WetDecalSystem_MaterialBatch *, WetDecalSystem_State_FindBatch, (WetDecalSystem_State * __this, MaterialPermutation permutation, MaterialProperties properties, MethodInfo * method)); DO_APP_FUNC(0x003C6180, void, WetDecalSystem_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WetDecalSystem_c__ctor, (WetDecalSystem_c * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6230, WetDecalSystem_State *, WetDecalSystem_c___ctor_b__9_0, (WetDecalSystem_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2EE8, WetDecalSystem_c___ctor_b__9_0__MethodInfo); DO_APP_FUNC(0x003C6290, void, WetStuff_add_AfterDecalRender, (WetStuff * __this, Action_1_UnityEngine_Rendering_CommandBuffer_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C63A0, void, WetStuff_remove_AfterDecalRender, (WetStuff * __this, Action_1_UnityEngine_Rendering_CommandBuffer_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C64B0, void, WetStuff_Startup, (WetStuff * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6930, void, WetStuff_Teardown, (WetStuff * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6B70, void, WetStuff_OnEnable, (WetStuff * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6B80, void, WetStuff_OnDisable, (WetStuff * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6B80, void, WetStuff_OnDestroy, (WetStuff * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6B90, void, WetStuff_Update, (WetStuff * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6BE0, void, WetStuff_LateUpdate, (WetStuff * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6C00, void, WetStuff_OnPreRender, (WetStuff * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6CB0, void, WetStuff_OnValidate, (WetStuff * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6D30, void, WetStuff_OnAfterDecalRender, (WetStuff * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6D50, void, WetStuff__ctor, (WetStuff * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6DA0, void, WetStuff__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003C5490, ParticleWetSplatter_CoreSettings *, ParticleWetSplatter_get_Core, (ParticleWetSplatter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, ParticleWetSplatter_LimitSettings *, ParticleWetSplatter_get_Limit, (ParticleWetSplatter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, ParticleWetSplatter_ImpactVelocitySettings *, ParticleWetSplatter_get_ImpactVelocity, (ParticleWetSplatter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7010, ParticleWetSplatter_RandomizeSizeSettings *, ParticleWetSplatter_get_RandomizeSize, (ParticleWetSplatter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, ParticleWetSplatter_RandomizeOrientationSettings *, ParticleWetSplatter_get_RandomizeOrientation, (ParticleWetSplatter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, ParticleWetSplatter_RecyclingSettings *, ParticleWetSplatter_get_Recycling, (ParticleWetSplatter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7040, ParticleWetSplatter_LifetimeSettings *, ParticleWetSplatter_get_Lifetime, (ParticleWetSplatter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7050, void, ParticleWetSplatter__ctor, (ParticleWetSplatter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7660, void, ParticleWetSplatter_Start, (ParticleWetSplatter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C76F0, void, ParticleWetSplatter_OnEnable, (ParticleWetSplatter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7890, void, ParticleWetSplatter_OnDisable, (ParticleWetSplatter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C79D0, void, ParticleWetSplatter_OnDestroy, (ParticleWetSplatter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7A00, void, ParticleWetSplatter_Update, (ParticleWetSplatter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C8260, void, ParticleWetSplatter_Clear, (ParticleWetSplatter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C8380, void, ParticleWetSplatter_OnParticleCollision, (ParticleWetSplatter * __this, GameObject * other, MethodInfo * method)); DO_APP_FUNC(0x003C8390, DecalSettings *, ParticleWetSplatter_ChooseSettings, (ParticleWetSplatter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C84A0, ParticleWetSplatter_Splatter *, ParticleWetSplatter_GetOrCreateSplatter, (ParticleWetSplatter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C8830, void, ParticleWetSplatter_DrawGizmo, (ParticleWetSplatter * __this, bool selected, MethodInfo * method)); DO_APP_FUNC(0x003C8D20, void, ParticleWetSplatter_OnDrawGizmosSelected, (ParticleWetSplatter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, ParticleWetSplatter_DecalSettingsSaturationProxy_get_SaturationMultiplier, (ParticleWetSplatter_DecalSettingsSaturationProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90F0, void, ParticleWetSplatter_DecalSettingsSaturationProxy_set_SaturationMultiplier, (ParticleWetSplatter_DecalSettingsSaturationProxy * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ParticleWetSplatter_DecalSettingsSaturationProxy__ctor, (ParticleWetSplatter_DecalSettingsSaturationProxy * __this, IDecalSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x003C9100, WetDecalMode__Enum, ParticleWetSplatter_DecalSettingsSaturationProxy_get_Mode, (ParticleWetSplatter_DecalSettingsSaturationProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x003C9150, float, ParticleWetSplatter_DecalSettingsSaturationProxy_get_Saturation, (ParticleWetSplatter_DecalSettingsSaturationProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x003C91B0, float, ParticleWetSplatter_DecalSettingsSaturationProxy_get_SampleJitter, (ParticleWetSplatter_DecalSettingsSaturationProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x003C9200, bool, ParticleWetSplatter_DecalSettingsSaturationProxy_get_EnableJitter, (ParticleWetSplatter_DecalSettingsSaturationProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x003C9250, float, ParticleWetSplatter_DecalSettingsSaturationProxy_get_FaceSharpness, (ParticleWetSplatter_DecalSettingsSaturationProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x003C92A0, ProjectionMode__Enum, ParticleWetSplatter_DecalSettingsSaturationProxy_get_LayerProjection, (ParticleWetSplatter_DecalSettingsSaturationProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x003C92F0, LayerMode__Enum, ParticleWetSplatter_DecalSettingsSaturationProxy_get_LayerMode, (ParticleWetSplatter_DecalSettingsSaturationProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x003C9340, DecalLayer *, ParticleWetSplatter_DecalSettingsSaturationProxy_get_XLayer, (ParticleWetSplatter_DecalSettingsSaturationProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x003C9390, DecalLayer *, ParticleWetSplatter_DecalSettingsSaturationProxy_get_YLayer, (ParticleWetSplatter_DecalSettingsSaturationProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x003C93E0, DecalLayer *, ParticleWetSplatter_DecalSettingsSaturationProxy_get_ZLayer, (ParticleWetSplatter_DecalSettingsSaturationProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x003C9430, DecalShape__Enum, ParticleWetSplatter_DecalSettingsSaturationProxy_get_Shape, (ParticleWetSplatter_DecalSettingsSaturationProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x003C9480, float, ParticleWetSplatter_DecalSettingsSaturationProxy_get_EdgeFadeoff, (ParticleWetSplatter_DecalSettingsSaturationProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, ParticleWetSplatter_DecalSettingsSaturationProxy *, ParticleWetSplatter_Splatter_get_Settings, (ParticleWetSplatter_Splatter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Mesh *, ParticleWetSplatter_Splatter_get_Mesh, (ParticleWetSplatter_Splatter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94E0, float, ParticleWetSplatter_Splatter_get_AgeingRate, (ParticleWetSplatter_Splatter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94F0, void, ParticleWetSplatter_Splatter_set_AgeingRate, (ParticleWetSplatter_Splatter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C9500, bool, ParticleWetSplatter_Splatter_get_IsActive, (ParticleWetSplatter_Splatter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C9510, void, ParticleWetSplatter_Splatter__ctor, (ParticleWetSplatter_Splatter * __this, ParticleWetSplatter * splatters, DecalSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x003C96E0, Matrix4x4, ParticleWetSplatter_Splatter_get_WorldTransform, (ParticleWetSplatter_Splatter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C9820, BoundingSphere, ParticleWetSplatter_Splatter_get_Bounds, (ParticleWetSplatter_Splatter * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IDecalSettings *, ParticleWetSplatter_Splatter_PlaceholderSoftware_WetStuff_IWetDecal_get_Settings, (ParticleWetSplatter_Splatter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C98C0, void, ParticleWetSplatter_Splatter_Step, (ParticleWetSplatter_Splatter * __this, float dt, MethodInfo * method)); DO_APP_FUNC(0x003C9A10, void, ParticleWetSplatter_Splatter_DecalSettingsChanged, (ParticleWetSplatter_Splatter * __this, bool rebuild, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC69F8, ParticleWetSplatter_Splatter_DecalSettingsChanged__MethodInfo); DO_APP_FUNC(0x003C9A30, void, ParticleWetSplatter_Splatter_Reset, (ParticleWetSplatter_Splatter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C9A70, void, ParticleWetSplatter_Splatter_Initialize, (ParticleWetSplatter_Splatter * __this, Vector3 position, Vector3 normal, Vector3 velocity, Transform * parent, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, ParticleWetSplatter_BaseToggleableSettings_get_Enabled, (ParticleWetSplatter_BaseToggleableSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, ParticleWetSplatter_BaseToggleableSettings_set_Enabled, (ParticleWetSplatter_BaseToggleableSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ParticleWetSplatter_BaseToggleableSettings__ctor, (ParticleWetSplatter_BaseToggleableSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA710, Vector3, ParticleWetSplatter_CoreSettings_get_DecalSize, (ParticleWetSplatter_CoreSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA730, void, ParticleWetSplatter_CoreSettings_set_DecalSize, (ParticleWetSplatter_CoreSettings * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, ParticleWetSplatter_CoreSettings_get_VerticalOffset, (ParticleWetSplatter_CoreSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA750, void, ParticleWetSplatter_CoreSettings_set_VerticalOffset, (ParticleWetSplatter_CoreSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003BA3C0, float, ParticleWetSplatter_CoreSettings_get_DecalChance, (ParticleWetSplatter_CoreSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA760, void, ParticleWetSplatter_CoreSettings_set_DecalChance, (ParticleWetSplatter_CoreSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, ParticleWetSplatter_CoreSettings_get_Saturation, (ParticleWetSplatter_CoreSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA780, void, ParticleWetSplatter_CoreSettings_set_Saturation, (ParticleWetSplatter_CoreSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA790, void, ParticleWetSplatter_CoreSettings__ctor, (ParticleWetSplatter_CoreSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, ParticleWetSplatter_LimitSettings_get_MaxDecals, (ParticleWetSplatter_LimitSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, ParticleWetSplatter_LimitSettings_set_MaxDecals, (ParticleWetSplatter_LimitSettings * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, AnimationCurve *, ParticleWetSplatter_LimitSettings_get_DecalChance, (ParticleWetSplatter_LimitSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ParticleWetSplatter_LimitSettings_set_DecalChance, (ParticleWetSplatter_LimitSettings * __this, AnimationCurve * value, MethodInfo * method)); DO_APP_FUNC(0x003CA7E0, void, ParticleWetSplatter_LimitSettings__ctor, (ParticleWetSplatter_LimitSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA9C0, float, ParticleWetSplatter_LifetimeSettings_get_MinLifetime, (ParticleWetSplatter_LifetimeSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA9D0, void, ParticleWetSplatter_LifetimeSettings_set_MinLifetime, (ParticleWetSplatter_LifetimeSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, ParticleWetSplatter_LifetimeSettings_get_MaxLifetime, (ParticleWetSplatter_LifetimeSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90F0, void, ParticleWetSplatter_LifetimeSettings_set_MaxLifetime, (ParticleWetSplatter_LifetimeSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, AnimationCurve *, ParticleWetSplatter_LifetimeSettings_get_Saturation, (ParticleWetSplatter_LifetimeSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ParticleWetSplatter_LifetimeSettings_set_Saturation, (ParticleWetSplatter_LifetimeSettings * __this, AnimationCurve * value, MethodInfo * method)); DO_APP_FUNC(0x003CA9E0, void, ParticleWetSplatter_LifetimeSettings__ctor, (ParticleWetSplatter_LifetimeSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, AnimationCurve *, ParticleWetSplatter_ImpactVelocitySettings_get_Offset, (ParticleWetSplatter_ImpactVelocitySettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ParticleWetSplatter_ImpactVelocitySettings_set_Offset, (ParticleWetSplatter_ImpactVelocitySettings * __this, AnimationCurve * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, AnimationCurve *, ParticleWetSplatter_ImpactVelocitySettings_get_Scale, (ParticleWetSplatter_ImpactVelocitySettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ParticleWetSplatter_ImpactVelocitySettings_set_Scale, (ParticleWetSplatter_ImpactVelocitySettings * __this, AnimationCurve * value, MethodInfo * method)); DO_APP_FUNC(0x003CABC0, void, ParticleWetSplatter_ImpactVelocitySettings__ctor, (ParticleWetSplatter_ImpactVelocitySettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA9C0, float, ParticleWetSplatter_RandomizeSizeSettings_get_MinInflation, (ParticleWetSplatter_RandomizeSizeSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA9D0, void, ParticleWetSplatter_RandomizeSizeSettings_set_MinInflation, (ParticleWetSplatter_RandomizeSizeSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, ParticleWetSplatter_RandomizeSizeSettings_get_MaxInflation, (ParticleWetSplatter_RandomizeSizeSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90F0, void, ParticleWetSplatter_RandomizeSizeSettings_set_MaxInflation, (ParticleWetSplatter_RandomizeSizeSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CAEE0, void, ParticleWetSplatter_RandomizeSizeSettings__ctor, (ParticleWetSplatter_RandomizeSizeSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, ParticleWetSplatter_RandomizeOrientationSettings_get_RandomDegrees, (ParticleWetSplatter_RandomizeOrientationSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90F0, void, ParticleWetSplatter_RandomizeOrientationSettings_set_RandomDegrees, (ParticleWetSplatter_RandomizeOrientationSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CAEF0, void, ParticleWetSplatter_RandomizeOrientationSettings__ctor, (ParticleWetSplatter_RandomizeOrientationSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, ParticleWetSplatter_RecyclingSettings_get_MaxAcceleratedAgeing, (ParticleWetSplatter_RecyclingSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90F0, void, ParticleWetSplatter_RecyclingSettings_set_MaxAcceleratedAgeing, (ParticleWetSplatter_RecyclingSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA9C0, float, ParticleWetSplatter_RecyclingSettings_get_StealThreshold, (ParticleWetSplatter_RecyclingSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA9D0, void, ParticleWetSplatter_RecyclingSettings_set_StealThreshold, (ParticleWetSplatter_RecyclingSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ParticleWetSplatter_RecyclingSettings__ctor, (ParticleWetSplatter_RecyclingSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, DecalSettings *, ParticleWetSplatterTemplate_get_Settings, (ParticleWetSplatterTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, ParticleWetSplatterTemplate_get_Probability, (ParticleWetSplatterTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x003CAF00, void, ParticleWetSplatterTemplate_OnValidate, (ParticleWetSplatterTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ParticleWetSplatterTemplate__ctor, (ParticleWetSplatterTemplate * __this, MethodInfo * method)); DO_APP_FUNC(0x003CAF20, void, DecalSettings__ctor, (DecalSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, WetDecalMode__Enum, DecalSettings_get_Mode, (DecalSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0D0, void, DecalSettings_set_Mode, (DecalSettings * __this, WetDecalMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB0F0, float, DecalSettings_get_Saturation, (DecalSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB100, void, DecalSettings_set_Saturation, (DecalSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB1A0, float, DecalSettings_get_SampleJitter, (DecalSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB1B0, void, DecalSettings_set_SampleJitter, (DecalSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB250, bool, DecalSettings_get_EnableJitter, (DecalSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB260, void, DecalSettings_set_EnableJitter, (DecalSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, LayerMode__Enum, DecalSettings_get_LayerMode, (DecalSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB290, void, DecalSettings_set_LayerMode, (DecalSettings * __this, LayerMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, ProjectionMode__Enum, DecalSettings_get_LayerProjection, (DecalSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB2B0, void, DecalSettings_set_LayerProjection, (DecalSettings * __this, ProjectionMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, DecalSettings_get_FaceSharpness, (DecalSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB2D0, void, DecalSettings_set_FaceSharpness, (DecalSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, DecalLayer *, DecalSettings_get_XLayer, (DecalSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, DecalLayer *, DecalSettings_get_YLayer, (DecalSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, DecalLayer *, DecalSettings_get_ZLayer, (DecalSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5300, DecalShape__Enum, DecalSettings_get_Shape, (DecalSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB380, void, DecalSettings_set_Shape, (DecalSettings * __this, DecalShape__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BA3C0, float, DecalSettings_get_EdgeFadeoff, (DecalSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB3A0, void, DecalSettings_set_EdgeFadeoff, (DecalSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB3C0, void, DecalSettings_add_Changed, (DecalSettings * __this, Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x003CB4D0, void, DecalSettings_remove_Changed, (DecalSettings * __this, Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x003CB5E0, void, DecalSettings_Init, (DecalSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB680, void, DecalSettings_InitLayer, (DecalSettings * __this, DecalLayer * layer, MethodInfo * method)); DO_APP_FUNC(0x003B9DF0, void, DecalSettings_OnChanged, (DecalSettings * __this, bool requiresRebuild, MethodInfo * method)); DO_APP_FUNC(0x003CB8A0, DecalSettingsDataContainer_DecalSettingsData, DecalSettings_Get, (DecalSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003CBA30, void, DecalSettings_Apply, (DecalSettings * __this, DecalSettingsDataContainer_DecalSettingsData data, MethodInfo * method)); DO_APP_FUNC(0x003CBB40, void, DecalSettings__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003B93D0, DecalSettings *, WetDecal_get_Settings, (WetDecal * __this, MethodInfo * method)); DO_APP_FUNC(0x003CBC70, Transform *, WetDecal_get_TransformCache, (WetDecal * __this, MethodInfo * method)); DO_APP_FUNC(0x003CBE00, void, WetDecal__ctor, (WetDecal * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IDecalSettings *, WetDecal_PlaceholderSoftware_WetStuff_IWetDecal_get_Settings, (WetDecal * __this, MethodInfo * method)); DO_APP_FUNC(0x003CC150, BoundingSphere, WetDecal_PlaceholderSoftware_WetStuff_IWetDecal_get_Bounds, (WetDecal * __this, MethodInfo * method)); DO_APP_FUNC(0x003CC290, Matrix4x4, WetDecal_PlaceholderSoftware_WetStuff_IWetDecal_get_WorldTransform, (WetDecal * __this, MethodInfo * method)); DO_APP_FUNC(0x003CC350, Mesh *, WetDecal_PlaceholderSoftware_WetStuff_IWetDecal_get_Mesh, (WetDecal * __this, MethodInfo * method)); DO_APP_FUNC(0x003CC3B0, void, WetDecal_Step, (WetDecal * __this, float dt, MethodInfo * method)); DO_APP_FUNC(0x003CC400, void, WetDecal_OnSettingsChanged, (WetDecal * __this, bool rebuild, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC69B0, WetDecal_OnSettingsChanged__MethodInfo); DO_APP_FUNC(0x003CC560, void, WetDecal_OnValidate, (WetDecal * __this, MethodInfo * method)); DO_APP_FUNC(0x003CC580, void, WetDecal_OnEnable, (WetDecal * __this, MethodInfo * method)); DO_APP_FUNC(0x003CC880, void, WetDecal_OnDisable, (WetDecal * __this, MethodInfo * method)); DO_APP_FUNC(0x003CC8B0, void, WetDecal_OnDestroy, (WetDecal * __this, MethodInfo * method)); DO_APP_FUNC(0x003CC8D0, void, WetDecal_RequireUpdate, (WetDecal * __this, WetDecal_UpdateType__Enum type, bool immediate, MethodInfo * method)); DO_APP_FUNC(0x003CC9F0, void, WetDecal_DrawGizmo, (WetDecal * __this, bool selected, MethodInfo * method)); DO_APP_FUNC(0x003CD140, void, WetDecal_OnDrawGizmos, (WetDecal * __this, MethodInfo * method)); DO_APP_FUNC(0x003CD150, void, WetDecal_OnDrawGizmosSelected, (WetDecal * __this, MethodInfo * method)); DO_APP_FUNC(0x003CD160, void, WetDecal__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003CD290, void, AutoRainPuddle_Update, (AutoRainPuddle * __this, MethodInfo * method)); DO_APP_FUNC(0x003CD2E0, void, AutoRainPuddle_UpdateState, (AutoRainPuddle * __this, MethodInfo * method)); DO_APP_FUNC(0x003CD620, void, AutoRainPuddle__ctor, (AutoRainPuddle * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, BaseExternalWetnessSource__ctor, (BaseExternalWetnessSource * __this, MethodInfo * method)); DO_APP_FUNC(0x003CD690, void, DripLine_Awake, (DripLine * __this, MethodInfo * method)); DO_APP_FUNC(0x003CD730, void, DripLine_Update, (DripLine * __this, MethodInfo * method)); DO_APP_FUNC(0x003CD940, void, DripLine_UpdatePosition, (DripLine * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x003CDE70, void, DripLine_CalculateLineTransform, (Vector3 a, Vector3 b, Vector3 * position, Vector3 * rotation, Vector3 * scale, MethodInfo * method)); DO_APP_FUNC(0x003CE260, void, DripLine__ctor, (DripLine * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE2C0, float, RainPuddle_get_Rate, (RainPuddle * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE2D0, void, RainPuddle_set_Rate, (RainPuddle * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CE2E0, RainPuddle_RainState__Enum, RainPuddle_get_State, (RainPuddle * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE2F0, void, RainPuddle_set_State, (RainPuddle * __this, RainPuddle_RainState__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CE300, void, RainPuddle__ctor, (RainPuddle * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE610, void, RainPuddle_BeginRaining, (RainPuddle * __this, float initialProgress, MethodInfo * method)); DO_APP_FUNC(0x003CE7D0, void, RainPuddle_BeginDrying, (RainPuddle * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE800, RainPuddle_RainDecal *, RainPuddle_Spawn, (RainPuddle * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RainPuddle_Awake, (RainPuddle * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RainPuddle_OnDestroy, (RainPuddle * __this, MethodInfo * method)); DO_APP_FUNC(0x003CEB40, void, RainPuddle_Update, (RainPuddle * __this, MethodInfo * method)); DO_APP_FUNC(0x003CEB80, void, RainPuddle_Update_1, (RainPuddle * __this, List_1_PlaceholderSoftware_WetStuff_Weather_RainPuddle_RainDecal_ * decals, MethodInfo * method)); DO_APP_FUNC(0x003CECA0, void, RainPuddle_Retire, (RainPuddle * __this, List_1_PlaceholderSoftware_WetStuff_Weather_RainPuddle_RainDecal_ * decals, MethodInfo * method)); DO_APP_FUNC(0x003CEE60, void, RainPuddle_Dry, (RainPuddle * __this, List_1_PlaceholderSoftware_WetStuff_Weather_RainPuddle_RainDecal_ * decals, MethodInfo * method)); DO_APP_FUNC(0x003CF090, void, RainPuddle__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003C8E20, void, RainPuddle_ChannelValues__ctor, (RainPuddle_ChannelValues * __this, float threshold, float softness, float outMin, float outMax, MethodInfo * method)); DO_APP_FUNC(0x003CF1D0, String *, RainPuddle_ChannelValues_ToString, (RainPuddle_ChannelValues * __this, MethodInfo * method)); DO_APP_FUNC(0x003CF420, void, RainPuddle_ChannelValues_Apply, (RainPuddle_ChannelValues * __this, DecalLayerChannel * channel, MethodInfo * method)); DO_APP_FUNC(0x003CF4C0, RainPuddle_ChannelValues, RainPuddle_ChannelValues_Lerp, (RainPuddle_ChannelValues a, RainPuddle_ChannelValues b, RainPuddle_ChannelCurves curves, float progress, MethodInfo * method)); DO_APP_FUNC(0x003CF790, void, RainPuddle_ChannelCurves__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003CFA00, void, RainPuddle_DecalState__ctor, (RainPuddle_DecalState * __this, float saturation, RainPuddle_ChannelValues red, RainPuddle_ChannelValues green, RainPuddle_ChannelValues blue, RainPuddle_ChannelValues alpha, MethodInfo * method)); DO_APP_FUNC(0x003CFA30, String *, RainPuddle_DecalState_ToString, (RainPuddle_DecalState * __this, MethodInfo * method)); DO_APP_FUNC(0x003CFCE0, void, RainPuddle_DecalState_Apply, (RainPuddle_DecalState * __this, WetDecal * decal, MethodInfo * method)); DO_APP_FUNC(0x003CFFB0, RainPuddle_DecalState, RainPuddle_DecalState_Lerp, (RainPuddle_DecalState a, RainPuddle_DecalState b, RainPuddle_DecalStateCurves curves, float progress, MethodInfo * method)); DO_APP_FUNC(0x003D0230, void, RainPuddle_DecalStateCurves__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003D05C0, bool, RainPuddle_RainDecal_get_IsDead, (RainPuddle_RainDecal * __this, MethodInfo * method)); DO_APP_FUNC(0x003D05E0, bool, RainPuddle_RainDecal_get_IsComplete, (RainPuddle_RainDecal * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, RainPuddle_RainDecal__ctor, (RainPuddle_RainDecal * __this, RainPuddle * rain, WetDecal * decal, MethodInfo * method)); DO_APP_FUNC(0x003D05F0, void, RainPuddle_RainDecal_Rain, (RainPuddle_RainDecal * __this, float initialProgress, MethodInfo * method)); DO_APP_FUNC(0x003D0720, void, RainPuddle_RainDecal_Dry, (RainPuddle_RainDecal * __this, MethodInfo * method)); DO_APP_FUNC(0x003D07A0, void, RainPuddle_RainDecal_Retire, (RainPuddle_RainDecal * __this, MethodInfo * method)); DO_APP_FUNC(0x003D07D0, void, RainPuddle_RainDecal_Dispose, (RainPuddle_RainDecal * __this, MethodInfo * method)); DO_APP_FUNC(0x003D0870, bool, RainPuddle_RainDecal_Update, (RainPuddle_RainDecal * __this, MethodInfo * method)); DO_APP_FUNC(0x003D0D70, ClipCaps__Enum, DecalSettingsClip_get_clipCaps, (DecalSettingsClip * __this, MethodInfo * method)); DO_APP_FUNC(0x003D0D80, void, DecalSettingsClip__ctor, (DecalSettingsClip * __this, MethodInfo * method)); DO_APP_FUNC(0x003D0E30, void, DecalSettingsDataContainer__ctor, (DecalSettingsDataContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x003D0E60, void, DecalSettingsDataContainer_DecalSettingsData__ctor, (DecalSettingsDataContainer_DecalSettingsData * __this, float saturation, DecalSettingsDataContainer_DecalLayerData xLayer, DecalSettingsDataContainer_DecalLayerData yLayer, DecalSettingsDataContainer_DecalLayerData zLayer, MethodInfo * method)); DO_APP_FUNC(0x003D0F00, void, DecalSettingsDataContainer_DecalLayerData__ctor, (DecalSettingsDataContainer_DecalLayerData * __this, DecalSettingsDataContainer_DecalLayerChannelData ch1, DecalSettingsDataContainer_DecalLayerChannelData ch2, DecalSettingsDataContainer_DecalLayerChannelData ch3, DecalSettingsDataContainer_DecalLayerChannelData ch4, MethodInfo * method)); DO_APP_FUNC(0x003D0F30, void, DecalSettingsDataContainer_DecalLayerChannelData__ctor, (DecalSettingsDataContainer_DecalLayerChannelData * __this, float inputRangeThreshold, float inputRangeSoftness, Vector2 outputRange, MethodInfo * method)); DO_APP_FUNC(0x003D0F40, DecalSettingsDataContainer_DecalSettingsData, DecalSettingsMixer_GetState, (DecalSettingsMixer * __this, WetDecal * trackBinding, MethodInfo * method)); DO_APP_FUNC(0x003D11A0, void, DecalSettingsMixer_ApplyState, (DecalSettingsMixer * __this, DecalSettingsDataContainer_DecalSettingsData intermediate, WetDecal * trackBinding, MethodInfo * method)); DO_APP_FUNC(0x003D14E0, DecalSettingsDataContainer_DecalSettingsData, DecalSettingsMixer_Mix, (DecalSettingsMixer * __this, Playable playable, FrameData info, WetDecal * trackBinding, MethodInfo * method)); DO_APP_FUNC(0x003D2210, void, DecalSettingsMixer__ctor, (DecalSettingsMixer * __this, MethodInfo * method)); DO_APP_FUNC(0x003D2480, void, DecalSettingsMixer_DecalLayerDataMixer_Start, (DecalSettingsMixer_DecalLayerDataMixer * __this, MethodInfo * method)); DO_APP_FUNC(0x003D2540, void, DecalSettingsMixer_DecalLayerDataMixer_MixImpl, (DecalSettingsMixer_DecalLayerDataMixer * __this, float weight, DecalSettingsDataContainer_DecalLayerData data, MethodInfo * method)); DO_APP_FUNC(0x003D27C0, DecalSettingsDataContainer_DecalLayerData, DecalSettingsMixer_DecalLayerDataMixer_GetResult, (DecalSettingsMixer_DecalLayerDataMixer * __this, DecalSettingsDataContainer_DecalLayerData defaultValue, MethodInfo * method)); DO_APP_FUNC(0x003D2AC0, void, DecalSettingsMixer_DecalLayerDataMixer__ctor, (DecalSettingsMixer_DecalLayerDataMixer * __this, MethodInfo * method)); DO_APP_FUNC(0x003D2D80, void, DecalSettingsMixer_DecalLayerChannelDataMixer_Start, (DecalSettingsMixer_DecalLayerChannelDataMixer * __this, MethodInfo * method)); DO_APP_FUNC(0x003D2E10, void, DecalSettingsMixer_DecalLayerChannelDataMixer_MixImpl, (DecalSettingsMixer_DecalLayerChannelDataMixer * __this, float weight, DecalSettingsDataContainer_DecalLayerChannelData data, MethodInfo * method)); DO_APP_FUNC(0x003D2F20, DecalSettingsDataContainer_DecalLayerChannelData, DecalSettingsMixer_DecalLayerChannelDataMixer_GetResult, (DecalSettingsMixer_DecalLayerChannelDataMixer * __this, DecalSettingsDataContainer_DecalLayerChannelData defaultValue, MethodInfo * method)); DO_APP_FUNC(0x003D3080, void, DecalSettingsMixer_DecalLayerChannelDataMixer__ctor, (DecalSettingsMixer_DecalLayerChannelDataMixer * __this, MethodInfo * method)); DO_APP_FUNC(0x003D3290, void, DecalSettingsTrack__ctor, (DecalSettingsTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x003D0D70, ClipCaps__Enum, Clip_get_clipCaps, (Clip * __this, MethodInfo * method)); DO_APP_FUNC(0x003D3300, void, Clip__ctor, (Clip * __this, MethodInfo * method)); DO_APP_FUNC(0x003D33B0, void, Data__ctor, (Data * __this, MethodInfo * method)); DO_APP_FUNC(0x003D33E0, float, Mixer_GetState, (Mixer * __this, WetDecal * trackBinding, MethodInfo * method)); DO_APP_FUNC(0x003D3410, void, Mixer_ApplyState, (Mixer * __this, float intermediate, WetDecal * trackBinding, MethodInfo * method)); DO_APP_FUNC(0x003D3440, float, Mixer_Mix, (Mixer * __this, Playable playable, FrameData info, WetDecal * trackBinding, MethodInfo * method)); DO_APP_FUNC(0x003D37C0, void, Mixer__ctor, (Mixer * __this, MethodInfo * method)); DO_APP_FUNC(0x003D37F0, void, Track__ctor, (Track * __this, MethodInfo * method)); DO_APP_FUNC(0x003D3860, void, BoolMixer_Start, (BoolMixer * __this, MethodInfo * method)); DO_APP_FUNC(0x003D38A0, void, BoolMixer_MixImpl, (BoolMixer * __this, float weight, bool data, MethodInfo * method)); DO_APP_FUNC(0x003D38C0, bool, BoolMixer_GetResult, (BoolMixer * __this, bool defaultValue, MethodInfo * method)); DO_APP_FUNC(0x003D38D0, void, BoolMixer__ctor, (BoolMixer * __this, MethodInfo * method)); DO_APP_FUNC(0x003D3900, void, SingleMixer_Start, (SingleMixer * __this, MethodInfo * method)); DO_APP_FUNC(0x003D3940, void, SingleMixer_MixImpl, (SingleMixer * __this, float weight, float data, MethodInfo * method)); DO_APP_FUNC(0x003D3960, float, SingleMixer_GetResult, (SingleMixer * __this, float defaultValue, MethodInfo * method)); DO_APP_FUNC(0x003D3A30, void, SingleMixer__ctor, (SingleMixer * __this, MethodInfo * method)); DO_APP_FUNC(0x003D3A60, void, Vector2Mixer_Start, (Vector2Mixer * __this, MethodInfo * method)); DO_APP_FUNC(0x003D3AE0, void, Vector2Mixer_MixImpl, (Vector2Mixer * __this, float weight, Vector2 data, MethodInfo * method)); DO_APP_FUNC(0x003D3B20, Vector2, Vector2Mixer_GetResult, (Vector2Mixer * __this, Vector2 defaultValue, MethodInfo * method)); DO_APP_FUNC(0x003D3C20, void, Vector2Mixer__ctor, (Vector2Mixer * __this, MethodInfo * method)); DO_APP_FUNC(0x003D3C50, void, Vector4Mixer_Start, (Vector4Mixer * __this, MethodInfo * method)); DO_APP_FUNC(0x003D3CD0, void, Vector4Mixer_MixImpl, (Vector4Mixer * __this, float weight, Vector4 data, MethodInfo * method)); DO_APP_FUNC(0x003D3D70, Vector4, Vector4Mixer_GetResult, (Vector4Mixer * __this, Vector4 defaultValue, MethodInfo * method)); DO_APP_FUNC(0x003D3EE0, void, Vector4Mixer__ctor, (Vector4Mixer * __this, MethodInfo * method)); DO_APP_FUNC(0x003D3F10, void, InstanceProperties_LoadInto, (InstanceProperties * __this, MaterialPropertyBlock * properties, LayerMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x003D41B0, void, InstanceProperties_LoadInto_1, (InstanceProperties * __this, int32_t index, Single__Array * saturation, Single__Array * fadeout, Single__Array * edgeSharpness, Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays_ x, Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays_ y, Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays_ z, MethodInfo * method)); DO_APP_FUNC(0x003D4460, void, InstanceProperties_LoadInto_2, (MaterialPropertyBlock * properties, Single__Array * saturation, Single__Array * fadeout, Single__Array * edgeSharpness, Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays_ x, Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays_ y, Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays_ z, MethodInfo * method)); DO_APP_FUNC(0x003D47D0, void, InstanceProperties__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003D4E70, void, LayerArrays__ctor, (LayerArrays * __this, Vector4__Array * layerInputStart, Vector4__Array * layerInputExtent, Vector4__Array * layerOutputStart, Vector4__Array * layerOutputEnd, MethodInfo * method)); DO_APP_FUNC(0x003D4FC0, Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays_, LayerArrays_Create, (Vector4__Array * layerInputStart, Vector4__Array * layerInputExtent, Vector4__Array * layerOutputStart, Vector4__Array * layerOutputEnd, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC66D8, LayerArrays_Create__MethodInfo); DO_APP_FUNC(0x003D5360, void, LayerArrays_LoadInto, (LayerArrays * __this, MaterialPropertyBlock * properties, int32_t layerInputStartId, int32_t layerInputExtentId, int32_t layerOutputStartId, int32_t layerOutputEndId, MethodInfo * method)); DO_APP_FUNC(0x003D5420, void, LayerParameters_LoadInto, (LayerParameters * __this, MaterialPropertyBlock * properties, int32_t inputStartId, int32_t inputExtentId, int32_t outputStartId, int32_t outputEndId, MethodInfo * method)); DO_APP_FUNC(0x003D55C0, void, LayerParameters_LoadInto_1, (LayerParameters * __this, LayerArrays arrays, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003D5670, void, MaterialPermutation__ctor, (MaterialPermutation * __this, WetDecalMode__Enum mode, LayerMode__Enum layerMode, ProjectionMode__Enum layerProjectionMode, DecalShape__Enum shape, bool enableJitter, MethodInfo * method)); DO_APP_FUNC(0x003D5690, int32_t, MaterialPermutation_get_RenderOrder, (MaterialPermutation * __this, MethodInfo * method)); DO_APP_FUNC(0x003D56A0, Shader *, MaterialPermutation_SelectShader, (MaterialPermutation * __this, Shader * wet, Shader * dry, MethodInfo * method)); DO_APP_FUNC(0x003D56B0, bool, MaterialPermutation_Equals, (MaterialPermutation * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003D5750, bool, MaterialPermutation_Equals_1, (MaterialPermutation * __this, MaterialPermutation other, MethodInfo * method)); DO_APP_FUNC(0x003D58D0, int32_t, MaterialPermutation_GetHashCode, (MaterialPermutation * __this, MethodInfo * method)); DO_APP_FUNC(0x003D5980, bool, MaterialPermutation_op_Equality, (MaterialPermutation permutation1, MaterialPermutation permutation2, MethodInfo * method)); DO_APP_FUNC(0x003D59B0, bool, MaterialPermutation_op_Inequality, (MaterialPermutation permutation1, MaterialPermutation permutation2, MethodInfo * method)); DO_APP_FUNC(0x003D59F0, void, MaterialProperties__ctor, (MaterialProperties * __this, Texture2D * xLayer, Vector4 xLayerScaleOffset, Texture2D * yLayer, Vector4 yLayerScaleOffset, Texture2D * zLayer, Vector4 zLayerScaleOffset, Texture2D * blueNoiseRgba, Vector2 randomnessTiling, Vector2 sampleJitter, MethodInfo * method)); DO_APP_FUNC(0x003D5B90, bool, MaterialProperties_Equals, (MaterialProperties * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003D5C80, bool, MaterialProperties_Equals_1, (MaterialProperties * __this, MaterialProperties other, MethodInfo * method)); DO_APP_FUNC(0x003D5FE0, int32_t, MaterialProperties_GetHashCode, (MaterialProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x003D62D0, bool, MaterialProperties_op_Equality, (MaterialProperties properties1, MaterialProperties properties2, MethodInfo * method)); DO_APP_FUNC(0x003D6370, bool, MaterialProperties_op_Inequality, (MaterialProperties properties1, MaterialProperties properties2, MethodInfo * method)); DO_APP_FUNC(0x003D64A0, void, MaterialProperties_LoadInto, (MaterialProperties * __this, Material * properties, MethodInfo * method)); DO_APP_FUNC(0x003D6BB0, void, MaterialProperties__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003D6FC0, bool, RenderSettings_1_get_EnableInstancing, (RenderSettings_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003D7070, void, RenderSettings_1_set_EnableInstancing, (RenderSettings_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003D7080, bool, RenderSettings_1_get_EnableStencil, (RenderSettings_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003D7090, void, RenderSettings_1_set_EnableStencil, (RenderSettings_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003D70A0, bool, RenderSettings_1_get_EnableNormalSmoothing, (RenderSettings_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003D70B0, void, RenderSettings_1_set_EnableNormalSmoothing, (RenderSettings_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003D70C0, RenderSettings_1 *, RenderSettings_1_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x003D71A0, RenderSettings_1 *, RenderSettings_1_Load, (MethodInfo * method)); DO_APP_FUNC(0x003D7220, void, RenderSettings_1_Preload, (MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, RenderSettings_1__ctor, (RenderSettings_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003D73D0, void, RenderSettings_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003D74C0, DebugSettings *, DebugSettings_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x003D75A0, void, DebugSettings__ctor, (DebugSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003D79A0, LogLevel__Enum_1, DebugSettings_GetLevel, (DebugSettings * __this, int32_t category, MethodInfo * method)); DO_APP_FUNC(0x003D7A40, void, DebugSettings_SetLevel, (DebugSettings * __this, int32_t category, LogLevel__Enum_1 level, MethodInfo * method)); DO_APP_FUNC(0x003D7B80, DebugSettings *, DebugSettings_Load, (MethodInfo * method)); DO_APP_FUNC(0x003D7C00, void, DebugSettings_Preload, (MethodInfo * method)); DO_APP_FUNC(0x003D7DB0, void, DebugSettings__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003D7EA0, void, DebugSettings_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugSettings_c__ctor, (DebugSettings_c * __this, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, DebugSettings_c___ctor_b__7_0, (DebugSettings_c * __this, LogCategory__Enum c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC65C0, DebugSettings_c___ctor_b__7_0__MethodInfo); DO_APP_FUNC(0x003D7F60, WetSurfaceDecalsException *, LoggingConstants_Ex, (String * message, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LoggingConstants__ctor, (LoggingConstants * __this, MethodInfo * method)); DO_APP_FUNC(0x003D8000, Log_1 *, Logs_Create, (LogCategory__Enum category, String * name, MethodInfo * method)); DO_APP_FUNC(0x003D80B0, Log_1 *, Logs_Create_1, (int32_t category, String * name, MethodInfo * method)); DO_APP_FUNC(0x003D8130, void, Logs_SetLogLevel, (LogCategory__Enum category, LogLevel__Enum_1 level, MethodInfo * method)); DO_APP_FUNC(0x003D82D0, void, Logs_SetLogLevel_1, (int32_t category, LogLevel__Enum_1 level, MethodInfo * method)); DO_APP_FUNC(0x003D8440, LogLevel__Enum_1, Logs_GetLogLevel, (LogCategory__Enum category, MethodInfo * method)); DO_APP_FUNC(0x003D8490, LogLevel__Enum_1, Logs_GetLogLevel_1, (int32_t category, MethodInfo * method)); DO_APP_FUNC(0x003D8570, void, Logs_WriteMultithreadedLogs, (MethodInfo * method)); DO_APP_FUNC(0x003D8950, void, Logs_SendLogMessage, (String * message, LogLevel__Enum_1 level, MethodInfo * method)); DO_APP_FUNC(0x003D8D00, void, Logs__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003D8E60, void, Logs_LogMessage__ctor, (Logs_LogMessage * __this, String * message, LogLevel__Enum_1 level, MethodInfo * method)); DO_APP_FUNC(0x003D8EC0, void, Logs_LogMessage_Log, (Logs_LogMessage * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6528, Logs_LogMessage_Log__MethodInfo); DO_APP_FUNC(0x003D8FC0, bool, Log_1_get_IsTrace, (Log_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003D9020, bool, Log_1_get_IsDebug, (Log_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003D9080, bool, Log_1_get_IsInfo, (Log_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003D90E0, bool, Log_1_get_IsWarn, (Log_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003D9140, bool, Log_1_get_IsError, (Log_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003D91A0, void, Log_1__ctor, (Log_1 * __this, int32_t category, String * name, MethodInfo * method)); DO_APP_FUNC(0x003D9520, bool, Log_1_ShouldLog, (Log_1 * __this, LogLevel__Enum_1 level, MethodInfo * method)); DO_APP_FUNC(0x003D9590, void, Log_1_WriteLog, (Log_1 * __this, LogLevel__Enum_1 level, String * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC64D8, Log_1_WriteLog__MethodInfo); DO_APP_FUNC(0x003D9790, void, Log_1_WriteLogFormat, (Log_1 * __this, LogLevel__Enum_1 level, String * format, Object__Array * parameters, MethodInfo * method)); DO_APP_FUNC(0x003D98D0, void, Log_1_Trace, (Log_1 * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x003D98E0, void, Log_1_Trace_1, (Log_1 * __this, String * format, Object__Array * parameters, MethodInfo * method)); DO_APP_FUNC(0x003D9900, void, Log_1_Debug, (Log_1 * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x003D9910, void, Log_1_Debug_1, (Log_1 * __this, String * format, Object__Array * parameters, MethodInfo * method)); DO_APP_FUNC(0x003D9940, void, Log_1_Info, (Log_1 * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x003D9950, void, Log_1_Info_1, (Log_1 * __this, String * format, Object__Array * parameters, MethodInfo * method)); DO_APP_FUNC(0x003D9980, void, Log_1_Warn, (Log_1 * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x003D9990, void, Log_1_Warn_1, (Log_1 * __this, String * format, Object__Array * parameters, MethodInfo * method)); DO_APP_FUNC(0x003D99C0, void, Log_1_Error, (Log_1 * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x003D99D0, void, Log_1_Error_1, (Log_1 * __this, String * format, Object__Array * parameters, MethodInfo * method)); DO_APP_FUNC(0x003D9A00, Exception *, Log_1_CreateUserErrorException, (Log_1 * __this, String * problem, String * likelyCause, String * documentationLink, String * guid, MethodInfo * method)); DO_APP_FUNC(0x003D9A30, String *, Log_1_UserErrorMessage, (Log_1 * __this, String * problem, String * likelyCause, String * documentationLink, String * guid, MethodInfo * method)); DO_APP_FUNC(0x003D9CF0, String *, Log_1_PossibleBugMessage, (Log_1 * __this, String * problem, String * guid, MethodInfo * method)); DO_APP_FUNC(0x003D9EE0, Exception *, Log_1_CreatePossibleBugException, (Log_1 * __this, String * problem, String * guid, MethodInfo * method)); DO_APP_FUNC(0x003D9F00, bool, Log_1_AssertAndLogWarn, (Log_1 * __this, bool assertion, String * msg, MethodInfo * method)); DO_APP_FUNC(0x003D9F30, bool, Log_1_AssertAndLogError, (Log_1 * __this, bool assertion, String * guid, String * msg, MethodInfo * method)); DO_APP_FUNC(0x003D9F80, void, Log_1_AssertAndThrowPossibleBug, (Log_1 * __this, bool assertion, String * guid, String * msg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC64B0, Log_1_AssertAndThrowPossibleBug__MethodInfo); DO_APP_FUNC(0x003D9FC0, void, WetSurfaceDecalsException__ctor, (WetSurfaceDecalsException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x003BAD40, void, My_Half_edge__ctor, (My_Half_edge * __this, MethodInfo * method)); DO_APP_FUNC(0x003DA020, int32_t, My_Half_edge_CompareTo, (My_Half_edge * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003DA130, void, My_Half_vertex__ctor, (My_Half_vertex * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD40, void, My_Half_face__ctor, (My_Half_face * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, My_Half_edge_index__ctor, (My_Half_edge_index * __this, MethodInfo * method)); DO_APP_FUNC(0x003DA200, void, My_Half_trace__ctor, (My_Half_trace * __this, MethodInfo * method)); DO_APP_FUNC(0x003DA380, void, BinaryHeap_1__ctor, (BinaryHeap_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003DA490, void, BinaryHeap_1__ctor_1, (BinaryHeap_1 * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x003DA5B0, void, BinaryHeap_1_Push, (BinaryHeap_1 * __this, My_Half_edge * item, MethodInfo * method)); DO_APP_FUNC(0x003DA680, My_Half_edge *, BinaryHeap_1_Pop, (BinaryHeap_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003DA8C0, bool, BinaryHeap_1_Remove, (BinaryHeap_1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003DAAD0, int32_t, BinaryHeap_1_Size, (BinaryHeap_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003DAB20, My_Half_edge *, BinaryHeap_1_Top, (BinaryHeap_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003DABC0, int32_t, BinaryHeap_1_get_LastNodeIndex, (BinaryHeap_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003DAC10, void, BinaryHeap_1_BubbleUp, (BinaryHeap_1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003DADE0, void, BinaryHeap_1_BubbleDown, (BinaryHeap_1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003DA380, void, MinHeap__ctor, (MinHeap * __this, MethodInfo * method)); DO_APP_FUNC(0x003DA490, void, MinHeap__ctor_1, (MinHeap * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x003DB020, bool, MinHeap_Compare, (MinHeap * __this, My_Half_edge * current, My_Half_edge * other, MethodInfo * method)); DO_APP_FUNC(0x003DB120, bool, Vector3Comparer_Equals, (Vector3Comparer * __this, Vector3 vec1, Vector3 vec2, MethodInfo * method)); DO_APP_FUNC(0x003DB190, int32_t, Vector3Comparer_GetHashCode, (Vector3Comparer * __this, Vector3 vec, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Vector3Comparer__ctor, (Vector3Comparer * __this, MethodInfo * method)); DO_APP_FUNC(0x003DB1E0, void, Progressive_Mesh__ctor, (Progressive_Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x003DB820, int32_t, Progressive_Mesh_get_trace_num, (Progressive_Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x003DB870, void, Progressive_Mesh_create_progressive_mesh, (Progressive_Mesh * __this, Vector3__Array * vertex_array, int32_t vertex_count, Int32__Array * triangle_array, int32_t triangle_count, Vector3__Array * normal_array, int32_t normal_count, Color__Array * color_array, int32_t color_count, Vector2__Array * uv_array, int32_t uv_count, int32_t protect_boundary, int32_t protect_detail, int32_t protect_symmetry, int32_t protect_normal, int32_t protect_shape, int32_t use_detail_map, int32_t detail_boost, MethodInfo * method)); DO_APP_FUNC(0x003DBA50, void, Progressive_Mesh_get_triangle_list, (Progressive_Mesh * __this, int32_t goal, Int32__Array * triangle_array, int32_t * triangle_count, MethodInfo * method)); DO_APP_FUNC(0x003DC140, void, Progressive_Mesh_load_mesh_from_array, (Progressive_Mesh * __this, Vector3__Array * vertex_array, int32_t vertex_count, Int32__Array * triangle_array, int32_t triangle_count, Vector3__Array * normal_array, int32_t normal_count, Color__Array * color_array, int32_t color_count, Vector2__Array * uv_array, int32_t uv_count, MethodInfo * method)); DO_APP_FUNC(0x003DCCE0, void, Progressive_Mesh_calculate_face_normal, (Progressive_Mesh * __this, My_Half_face * one_face, MethodInfo * method)); DO_APP_FUNC(0x003DCE40, void, Progressive_Mesh_calculate_face_normals, (Progressive_Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x003DCF90, bool, Progressive_Mesh_is_boundary_edge, (Progressive_Mesh * __this, My_Half_edge * edge, MethodInfo * method)); DO_APP_FUNC(0x003DD2A0, void, Progressive_Mesh_detect_and_mark_boundaries, (Progressive_Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x003DD440, bool, Progressive_Mesh_is_symmetry_edge, (Progressive_Mesh * __this, My_Half_edge * edge, MethodInfo * method)); DO_APP_FUNC(0x003DDC10, void, Progressive_Mesh_detect_and_mark_symmetries, (Progressive_Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x003DDDB0, float, Progressive_Mesh_cost_of_edge, (Progressive_Mesh * __this, My_Half_edge * edge, MethodInfo * method)); DO_APP_FUNC(0x003DF7C0, void, Progressive_Mesh_calculate_cost_of_edges, (Progressive_Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x003DF960, bool, Progressive_Mesh_contract_edge, (Progressive_Mesh * __this, My_Half_edge * edge, MethodInfo * method)); DO_APP_FUNC(0x003E1010, void, Progressive_Mesh_contract_edges, (Progressive_Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x003E10A0, int32_t, Progressive_Mesh_trace_to, (Progressive_Mesh * __this, int32_t goal, MethodInfo * method)); DO_APP_FUNC(0x003E1610, int32_t, MantisLODSimpler_create_progressive_mesh, (Vector3__Array * vertex_array, int32_t vertex_count, Int32__Array * triangle_array, int32_t triangle_count, Vector3__Array * normal_array, int32_t normal_count, Color__Array * color_array, int32_t color_count, Vector2__Array * uv_array, int32_t uv_count, int32_t protect_boundary, int32_t protect_detail, int32_t protect_symmetry, int32_t protect_normal, int32_t protect_shape, int32_t use_detail_map, int32_t detail_boost, MethodInfo * method)); DO_APP_FUNC(0x003E1AA0, int32_t, MantisLODSimpler_get_triangle_list, (int32_t index, float goal, Int32__Array * triangle_array, int32_t * triangle_count, MethodInfo * method)); DO_APP_FUNC(0x003E1C90, int32_t, MantisLODSimpler_delete_progressive_mesh, (int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003E1DF0, void, MantisLODSimpler__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Lod_Mesh__ctor, (Lod_Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Lod_Mesh_Table__ctor, (Lod_Mesh_Table * __this, MethodInfo * method)); DO_APP_FUNC(0x003E1ED0, String *, MantisLODEditorUtility_get_uuid_from_mesh, (Mesh * mesh, MethodInfo * method)); DO_APP_FUNC(0x003E2370, int32_t, MantisLODEditorUtility_PrepareSimplify, (Mantis_Mesh__Array * Mantis_Meshes, bool use_origin_triangles, MethodInfo * method)); DO_APP_FUNC(0x003E2650, void, MantisLODEditorUtility_Simplify, (Mantis_Mesh__Array * Mantis_Meshes, bool protect_boundary, bool protect_detail, bool protect_symmetry, bool protect_normal, bool protect_shape, bool use_detail_map, int32_t detail_boost, MethodInfo * method)); DO_APP_FUNC(0x003E2B30, int32_t, MantisLODEditorUtility_SetQuality, (Mantis_Mesh__Array * Mantis_Meshes, float quality, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MantisLODEditorUtility_SaveSimplifiedMesh, (Mesh * mesh, String * filePath, MethodInfo * method)); DO_APP_FUNC(0x003E2E00, void, MantisLODEditorUtility_FinishSimplify, (Mantis_Mesh__Array * Mantis_Meshes, bool use_origin_triangles, bool unload_asset, MethodInfo * method)); DO_APP_FUNC(0x003E3000, ProgressiveMesh *, MantisLODEditorUtility_MakeProgressiveMesh, (Mantis_Mesh__Array * Mantis_Meshes, int32_t max_lod_count, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MantisLODEditorUtility_SaveProgressiveMesh, (ProgressiveMesh * pm, String * filePath, MethodInfo * method)); DO_APP_FUNC(0x003E39F0, ProgressiveMesh *, MantisLODEditorUtility_LoadProgressiveMesh, (String * filePath, MethodInfo * method)); DO_APP_FUNC(0x003E3A30, int32_t, MantisLODEditorUtility_get_triangles_count_from_progressive_mesh, (ProgressiveMesh * pm, int32_t _lod, int32_t _mesh_count, MethodInfo * method)); DO_APP_FUNC(0x003E3B50, Int32__Array *, MantisLODEditorUtility_get_triangles_from_progressive_mesh, (ProgressiveMesh * pm, int32_t _lod, int32_t _mesh_count, int32_t _mat, MethodInfo * method)); DO_APP_FUNC(0x003E3CC0, void, MantisLODEditorUtility_set_triangles, (ProgressiveMesh * pm, Mesh * mesh, String * uuid, int32_t lod, MethodInfo * method)); DO_APP_FUNC(0x003E3FE0, void, MantisLODEditorUtility_GenerateRuntimeLOD, (ProgressiveMesh * pm, Component__Array * containers, bool optimize_on_the_fly, MethodInfo * method)); DO_APP_FUNC(0x003E4830, int32_t, MantisLODEditorUtility_SwitchRuntimeLOD, (ProgressiveMesh * pm, Int32__Array * mesh_lod_range, int32_t lod, Component__Array * Components, MethodInfo * method)); DO_APP_FUNC(0x003E50B0, void, MantisLODEditorUtility_FinishRuntimeLOD, (ProgressiveMesh * pm, MethodInfo * method)); DO_APP_FUNC(0x003E5630, void, Mantis_Mesh__ctor, (Mantis_Mesh * __this, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, ProgressiveMesh__ctor, (ProgressiveMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x003E56A0, void, ProgressiveMeshRuntime_Awake, (ProgressiveMeshRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ProgressiveMeshRuntime_Start, (ProgressiveMeshRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x003E56B0, float, ProgressiveMeshRuntime_ratio_of_screen, (ProgressiveMeshRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x003E6020, float, ProgressiveMeshRuntime_ratio_of_distance, (ProgressiveMeshRuntime * __this, float distance0, MethodInfo * method)); DO_APP_FUNC(0x003E65D0, void, ProgressiveMeshRuntime_Update, (ProgressiveMeshRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x003E6FA0, void, ProgressiveMeshRuntime_create_default_mesh_lod_range, (ProgressiveMeshRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x003E70E0, void, ProgressiveMeshRuntime_get_all_meshes, (ProgressiveMeshRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x003E75A0, void, ProgressiveMeshRuntime_reset_all_parameters, (ProgressiveMeshRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x003E7620, void, ProgressiveMeshRuntime_clean_all, (ProgressiveMeshRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x003E56A0, void, ProgressiveMeshRuntime_OnEnable, (ProgressiveMeshRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x003E76A0, void, ProgressiveMeshRuntime_OnDisable, (ProgressiveMeshRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x003E76A0, void, ProgressiveMeshRuntime_OnDestroy, (ProgressiveMeshRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x003E76B0, void, ProgressiveMeshRuntime__ctor, (ProgressiveMeshRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x003E7720, void, ActivityManager_RegisterCommand, (ActivityManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003E77D0, ActivityManager_FFIMethods, ActivityManager_get_Methods, (ActivityManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003E7950, void, ActivityManager_add_OnActivityJoin, (ActivityManager * __this, ActivityManager_ActivityJoinHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003E7A40, void, ActivityManager_remove_OnActivityJoin, (ActivityManager * __this, ActivityManager_ActivityJoinHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003E7B30, void, ActivityManager_add_OnActivitySpectate, (ActivityManager * __this, ActivityManager_ActivitySpectateHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003E7C20, void, ActivityManager_remove_OnActivitySpectate, (ActivityManager * __this, ActivityManager_ActivitySpectateHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003E7D10, void, ActivityManager_add_OnActivityJoinRequest, (ActivityManager * __this, ActivityManager_ActivityJoinRequestHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003E7E00, void, ActivityManager_remove_OnActivityJoinRequest, (ActivityManager * __this, ActivityManager_ActivityJoinRequestHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003E7EF0, void, ActivityManager_add_OnActivityInvite, (ActivityManager * __this, ActivityManager_ActivityInviteHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003E7FE0, void, ActivityManager_remove_OnActivityInvite, (ActivityManager * __this, ActivityManager_ActivityInviteHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003E80D0, void, ActivityManager__ctor, (ActivityManager * __this, void * ptr, void * eventsPtr, ActivityManager_FFIEvents * events, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5FD0, ActivityManager__ctor__MethodInfo); DO_APP_FUNC(0x003E8200, void, ActivityManager_InitEvents, (ActivityManager * __this, void * eventsPtr, ActivityManager_FFIEvents * events, MethodInfo * method)); DO_APP_FUNC(0x003E8950, void, ActivityManager_RegisterCommand_1, (ActivityManager * __this, String * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5F80, ActivityManager_RegisterCommand_1__MethodInfo); DO_APP_FUNC(0x003E8A00, void, ActivityManager_RegisterSteam, (ActivityManager * __this, uint32_t steamId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5F78, ActivityManager_RegisterSteam__MethodInfo); DO_APP_FUNC(0x003E8AB0, void, ActivityManager_UpdateActivityCallbackImpl, (void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5F68, ActivityManager_UpdateActivityCallbackImpl__MethodInfo); DO_APP_FUNC(0x003E8BE0, void, ActivityManager_UpdateActivity, (ActivityManager * __this, Activity activity, ActivityManager_UpdateActivityHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x003E8DD0, void, ActivityManager_ClearActivityCallbackImpl, (void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5F50, ActivityManager_ClearActivityCallbackImpl__MethodInfo); DO_APP_FUNC(0x003E8F00, void, ActivityManager_ClearActivity, (ActivityManager * __this, ActivityManager_ClearActivityHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x003E90E0, void, ActivityManager_SendRequestReplyCallbackImpl, (void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5F38, ActivityManager_SendRequestReplyCallbackImpl__MethodInfo); DO_APP_FUNC(0x003E9210, void, ActivityManager_SendRequestReply, (ActivityManager * __this, int64_t userId, ActivityJoinRequestReply__Enum reply, ActivityManager_SendRequestReplyHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x003E9400, void, ActivityManager_SendInviteCallbackImpl, (void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5F20, ActivityManager_SendInviteCallbackImpl__MethodInfo); DO_APP_FUNC(0x003E9530, void, ActivityManager_SendInvite, (ActivityManager * __this, int64_t userId, ActivityActionType__Enum type, String * content, ActivityManager_SendInviteHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x003E9740, void, ActivityManager_AcceptInviteCallbackImpl, (void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5F00, ActivityManager_AcceptInviteCallbackImpl__MethodInfo); DO_APP_FUNC(0x003E9870, void, ActivityManager_AcceptInvite, (ActivityManager * __this, int64_t userId, ActivityManager_AcceptInviteHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x003E9A70, void, ActivityManager_OnActivityJoinImpl, (void * ptr, String * secret, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5FA8, ActivityManager_OnActivityJoinImpl__MethodInfo); DO_APP_FUNC(0x003E9BC0, void, ActivityManager_OnActivitySpectateImpl, (void * ptr, String * secret, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5F98, ActivityManager_OnActivitySpectateImpl__MethodInfo); DO_APP_FUNC(0x003E9D10, void, ActivityManager_OnActivityJoinRequestImpl, (void * ptr, User * user, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5FA0, ActivityManager_OnActivityJoinRequestImpl__MethodInfo); DO_APP_FUNC(0x003E9E60, void, ActivityManager_OnActivityInviteImpl, (void * ptr, ActivityActionType__Enum type, User * user, Activity * activity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5FB0, ActivityManager_OnActivityInviteImpl__MethodInfo); DO_APP_FUNC(0x003E9FE0, void, ActivityManager_FFIEvents_ActivityJoinHandler__ctor, (ActivityManager_FFIEvents_ActivityJoinHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ActivityManager_FFIEvents_ActivityJoinHandler_Invoke, (ActivityManager_FFIEvents_ActivityJoinHandler * __this, void * ptr, String * secret, MethodInfo * method)); DO_APP_FUNC(0x003EA120, IAsyncResult *, ActivityManager_FFIEvents_ActivityJoinHandler_BeginInvoke, (ActivityManager_FFIEvents_ActivityJoinHandler * __this, void * ptr, String * secret, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ActivityManager_FFIEvents_ActivityJoinHandler_EndInvoke, (ActivityManager_FFIEvents_ActivityJoinHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003E9FE0, void, ActivityManager_FFIEvents_ActivitySpectateHandler__ctor, (ActivityManager_FFIEvents_ActivitySpectateHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ActivityManager_FFIEvents_ActivitySpectateHandler_Invoke, (ActivityManager_FFIEvents_ActivitySpectateHandler * __this, void * ptr, String * secret, MethodInfo * method)); DO_APP_FUNC(0x003EA1B0, IAsyncResult *, ActivityManager_FFIEvents_ActivitySpectateHandler_BeginInvoke, (ActivityManager_FFIEvents_ActivitySpectateHandler * __this, void * ptr, String * secret, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ActivityManager_FFIEvents_ActivitySpectateHandler_EndInvoke, (ActivityManager_FFIEvents_ActivitySpectateHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003E9FE0, void, ActivityManager_FFIEvents_ActivityJoinRequestHandler__ctor, (ActivityManager_FFIEvents_ActivityJoinRequestHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ActivityManager_FFIEvents_ActivityJoinRequestHandler_Invoke, (ActivityManager_FFIEvents_ActivityJoinRequestHandler * __this, void * ptr, User * user, MethodInfo * method)); DO_APP_FUNC(0x003EA240, IAsyncResult *, ActivityManager_FFIEvents_ActivityJoinRequestHandler_BeginInvoke, (ActivityManager_FFIEvents_ActivityJoinRequestHandler * __this, void * ptr, User * user, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, ActivityManager_FFIEvents_ActivityJoinRequestHandler_EndInvoke, (ActivityManager_FFIEvents_ActivityJoinRequestHandler * __this, User * user, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EA310, void, ActivityManager_FFIEvents_ActivityInviteHandler__ctor, (ActivityManager_FFIEvents_ActivityInviteHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, ActivityManager_FFIEvents_ActivityInviteHandler_Invoke, (ActivityManager_FFIEvents_ActivityInviteHandler * __this, void * ptr, ActivityActionType__Enum type, User * user, Activity * activity, MethodInfo * method)); DO_APP_FUNC(0x003EA460, IAsyncResult *, ActivityManager_FFIEvents_ActivityInviteHandler_BeginInvoke, (ActivityManager_FFIEvents_ActivityInviteHandler * __this, void * ptr, ActivityActionType__Enum type, User * user, Activity * activity, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA560, void, ActivityManager_FFIEvents_ActivityInviteHandler_EndInvoke, (ActivityManager_FFIEvents_ActivityInviteHandler * __this, User * user, Activity * activity, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB040, void, ActivityManager_FFIMethods_RegisterCommandMethod__ctor, (ActivityManager_FFIMethods_RegisterCommandMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Result__Enum, ActivityManager_FFIMethods_RegisterCommandMethod_Invoke, (ActivityManager_FFIMethods_RegisterCommandMethod * __this, void * methodsPtr, String * command, MethodInfo * method)); DO_APP_FUNC(0x003EB180, IAsyncResult *, ActivityManager_FFIMethods_RegisterCommandMethod_BeginInvoke, (ActivityManager_FFIMethods_RegisterCommandMethod * __this, void * methodsPtr, String * command, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, ActivityManager_FFIMethods_RegisterCommandMethod_EndInvoke, (ActivityManager_FFIMethods_RegisterCommandMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB250, void, ActivityManager_FFIMethods_RegisterSteamMethod__ctor, (ActivityManager_FFIMethods_RegisterSteamMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Result__Enum, ActivityManager_FFIMethods_RegisterSteamMethod_Invoke, (ActivityManager_FFIMethods_RegisterSteamMethod * __this, void * methodsPtr, uint32_t steamId, MethodInfo * method)); DO_APP_FUNC(0x003EB380, IAsyncResult *, ActivityManager_FFIMethods_RegisterSteamMethod_BeginInvoke, (ActivityManager_FFIMethods_RegisterSteamMethod * __this, void * methodsPtr, uint32_t steamId, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, ActivityManager_FFIMethods_RegisterSteamMethod_EndInvoke, (ActivityManager_FFIMethods_RegisterSteamMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB430, void, ActivityManager_FFIMethods_UpdateActivityCallback__ctor, (ActivityManager_FFIMethods_UpdateActivityCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ActivityManager_FFIMethods_UpdateActivityCallback_Invoke, (ActivityManager_FFIMethods_UpdateActivityCallback * __this, void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x003EB560, IAsyncResult *, ActivityManager_FFIMethods_UpdateActivityCallback_BeginInvoke, (ActivityManager_FFIMethods_UpdateActivityCallback * __this, void * ptr, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ActivityManager_FFIMethods_UpdateActivityCallback_EndInvoke, (ActivityManager_FFIMethods_UpdateActivityCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB610, void, ActivityManager_FFIMethods_UpdateActivityMethod__ctor, (ActivityManager_FFIMethods_UpdateActivityMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, ActivityManager_FFIMethods_UpdateActivityMethod_Invoke, (ActivityManager_FFIMethods_UpdateActivityMethod * __this, void * methodsPtr, Activity * activity, void * callbackData, ActivityManager_FFIMethods_UpdateActivityCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x003EB740, IAsyncResult *, ActivityManager_FFIMethods_UpdateActivityMethod_BeginInvoke, (ActivityManager_FFIMethods_UpdateActivityMethod * __this, void * methodsPtr, Activity * activity, void * callbackData, ActivityManager_FFIMethods_UpdateActivityCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, ActivityManager_FFIMethods_UpdateActivityMethod_EndInvoke, (ActivityManager_FFIMethods_UpdateActivityMethod * __this, Activity * activity, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB430, void, ActivityManager_FFIMethods_ClearActivityCallback__ctor, (ActivityManager_FFIMethods_ClearActivityCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ActivityManager_FFIMethods_ClearActivityCallback_Invoke, (ActivityManager_FFIMethods_ClearActivityCallback * __this, void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x003EB810, IAsyncResult *, ActivityManager_FFIMethods_ClearActivityCallback_BeginInvoke, (ActivityManager_FFIMethods_ClearActivityCallback * __this, void * ptr, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ActivityManager_FFIMethods_ClearActivityCallback_EndInvoke, (ActivityManager_FFIMethods_ClearActivityCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB8C0, void, ActivityManager_FFIMethods_ClearActivityMethod__ctor, (ActivityManager_FFIMethods_ClearActivityMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, ActivityManager_FFIMethods_ClearActivityMethod_Invoke, (ActivityManager_FFIMethods_ClearActivityMethod * __this, void * methodsPtr, void * callbackData, ActivityManager_FFIMethods_ClearActivityCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x003EBA10, IAsyncResult *, ActivityManager_FFIMethods_ClearActivityMethod_BeginInvoke, (ActivityManager_FFIMethods_ClearActivityMethod * __this, void * methodsPtr, void * callbackData, ActivityManager_FFIMethods_ClearActivityCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ActivityManager_FFIMethods_ClearActivityMethod_EndInvoke, (ActivityManager_FFIMethods_ClearActivityMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB430, void, ActivityManager_FFIMethods_SendRequestReplyCallback__ctor, (ActivityManager_FFIMethods_SendRequestReplyCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ActivityManager_FFIMethods_SendRequestReplyCallback_Invoke, (ActivityManager_FFIMethods_SendRequestReplyCallback * __this, void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x003EBAB0, IAsyncResult *, ActivityManager_FFIMethods_SendRequestReplyCallback_BeginInvoke, (ActivityManager_FFIMethods_SendRequestReplyCallback * __this, void * ptr, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ActivityManager_FFIMethods_SendRequestReplyCallback_EndInvoke, (ActivityManager_FFIMethods_SendRequestReplyCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EBB60, void, ActivityManager_FFIMethods_SendRequestReplyMethod__ctor, (ActivityManager_FFIMethods_SendRequestReplyMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EBC90, void, ActivityManager_FFIMethods_SendRequestReplyMethod_Invoke, (ActivityManager_FFIMethods_SendRequestReplyMethod * __this, void * methodsPtr, int64_t userId, ActivityJoinRequestReply__Enum reply, void * callbackData, ActivityManager_FFIMethods_SendRequestReplyCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x003EBCB0, IAsyncResult *, ActivityManager_FFIMethods_SendRequestReplyMethod_BeginInvoke, (ActivityManager_FFIMethods_SendRequestReplyMethod * __this, void * methodsPtr, int64_t userId, ActivityJoinRequestReply__Enum reply, void * callbackData, ActivityManager_FFIMethods_SendRequestReplyCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ActivityManager_FFIMethods_SendRequestReplyMethod_EndInvoke, (ActivityManager_FFIMethods_SendRequestReplyMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB430, void, ActivityManager_FFIMethods_SendInviteCallback__ctor, (ActivityManager_FFIMethods_SendInviteCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ActivityManager_FFIMethods_SendInviteCallback_Invoke, (ActivityManager_FFIMethods_SendInviteCallback * __this, void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x003EBDA0, IAsyncResult *, ActivityManager_FFIMethods_SendInviteCallback_BeginInvoke, (ActivityManager_FFIMethods_SendInviteCallback * __this, void * ptr, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ActivityManager_FFIMethods_SendInviteCallback_EndInvoke, (ActivityManager_FFIMethods_SendInviteCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EBE50, void, ActivityManager_FFIMethods_SendInviteMethod__ctor, (ActivityManager_FFIMethods_SendInviteMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EBF80, void, ActivityManager_FFIMethods_SendInviteMethod_Invoke, (ActivityManager_FFIMethods_SendInviteMethod * __this, void * methodsPtr, int64_t userId, ActivityActionType__Enum type, String * content, void * callbackData, ActivityManager_FFIMethods_SendInviteCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x003EBFA0, IAsyncResult *, ActivityManager_FFIMethods_SendInviteMethod_BeginInvoke, (ActivityManager_FFIMethods_SendInviteMethod * __this, void * methodsPtr, int64_t userId, ActivityActionType__Enum type, String * content, void * callbackData, ActivityManager_FFIMethods_SendInviteCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ActivityManager_FFIMethods_SendInviteMethod_EndInvoke, (ActivityManager_FFIMethods_SendInviteMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB430, void, ActivityManager_FFIMethods_AcceptInviteCallback__ctor, (ActivityManager_FFIMethods_AcceptInviteCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ActivityManager_FFIMethods_AcceptInviteCallback_Invoke, (ActivityManager_FFIMethods_AcceptInviteCallback * __this, void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x003EC0B0, IAsyncResult *, ActivityManager_FFIMethods_AcceptInviteCallback_BeginInvoke, (ActivityManager_FFIMethods_AcceptInviteCallback * __this, void * ptr, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ActivityManager_FFIMethods_AcceptInviteCallback_EndInvoke, (ActivityManager_FFIMethods_AcceptInviteCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC160, void, ActivityManager_FFIMethods_AcceptInviteMethod__ctor, (ActivityManager_FFIMethods_AcceptInviteMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, ActivityManager_FFIMethods_AcceptInviteMethod_Invoke, (ActivityManager_FFIMethods_AcceptInviteMethod * __this, void * methodsPtr, int64_t userId, void * callbackData, ActivityManager_FFIMethods_AcceptInviteCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x003EC290, IAsyncResult *, ActivityManager_FFIMethods_AcceptInviteMethod_BeginInvoke, (ActivityManager_FFIMethods_AcceptInviteMethod * __this, void * methodsPtr, int64_t userId, void * callbackData, ActivityManager_FFIMethods_AcceptInviteCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ActivityManager_FFIMethods_AcceptInviteMethod_EndInvoke, (ActivityManager_FFIMethods_AcceptInviteMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, ActivityManager_UpdateActivityHandler__ctor, (ActivityManager_UpdateActivityHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, ActivityManager_UpdateActivityHandler_Invoke, (ActivityManager_UpdateActivityHandler * __this, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x003EC4A0, IAsyncResult *, ActivityManager_UpdateActivityHandler_BeginInvoke, (ActivityManager_UpdateActivityHandler * __this, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ActivityManager_UpdateActivityHandler_EndInvoke, (ActivityManager_UpdateActivityHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, ActivityManager_ClearActivityHandler__ctor, (ActivityManager_ClearActivityHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, ActivityManager_ClearActivityHandler_Invoke, (ActivityManager_ClearActivityHandler * __this, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x003EC520, IAsyncResult *, ActivityManager_ClearActivityHandler_BeginInvoke, (ActivityManager_ClearActivityHandler * __this, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ActivityManager_ClearActivityHandler_EndInvoke, (ActivityManager_ClearActivityHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, ActivityManager_SendRequestReplyHandler__ctor, (ActivityManager_SendRequestReplyHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, ActivityManager_SendRequestReplyHandler_Invoke, (ActivityManager_SendRequestReplyHandler * __this, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x003EC5A0, IAsyncResult *, ActivityManager_SendRequestReplyHandler_BeginInvoke, (ActivityManager_SendRequestReplyHandler * __this, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ActivityManager_SendRequestReplyHandler_EndInvoke, (ActivityManager_SendRequestReplyHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, ActivityManager_SendInviteHandler__ctor, (ActivityManager_SendInviteHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, ActivityManager_SendInviteHandler_Invoke, (ActivityManager_SendInviteHandler * __this, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x003EC620, IAsyncResult *, ActivityManager_SendInviteHandler_BeginInvoke, (ActivityManager_SendInviteHandler * __this, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ActivityManager_SendInviteHandler_EndInvoke, (ActivityManager_SendInviteHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, ActivityManager_AcceptInviteHandler__ctor, (ActivityManager_AcceptInviteHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, ActivityManager_AcceptInviteHandler_Invoke, (ActivityManager_AcceptInviteHandler * __this, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x003EC6A0, IAsyncResult *, ActivityManager_AcceptInviteHandler_BeginInvoke, (ActivityManager_AcceptInviteHandler * __this, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ActivityManager_AcceptInviteHandler_EndInvoke, (ActivityManager_AcceptInviteHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC720, void, ActivityManager_ActivityJoinHandler__ctor, (ActivityManager_ActivityJoinHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, ActivityManager_ActivityJoinHandler_Invoke, (ActivityManager_ActivityJoinHandler * __this, String * secret, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, ActivityManager_ActivityJoinHandler_BeginInvoke, (ActivityManager_ActivityJoinHandler * __this, String * secret, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ActivityManager_ActivityJoinHandler_EndInvoke, (ActivityManager_ActivityJoinHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC720, void, ActivityManager_ActivitySpectateHandler__ctor, (ActivityManager_ActivitySpectateHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, ActivityManager_ActivitySpectateHandler_Invoke, (ActivityManager_ActivitySpectateHandler * __this, String * secret, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, ActivityManager_ActivitySpectateHandler_BeginInvoke, (ActivityManager_ActivitySpectateHandler * __this, String * secret, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ActivityManager_ActivitySpectateHandler_EndInvoke, (ActivityManager_ActivitySpectateHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC890, void, ActivityManager_ActivityJoinRequestHandler__ctor, (ActivityManager_ActivityJoinRequestHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, ActivityManager_ActivityJoinRequestHandler_Invoke, (ActivityManager_ActivityJoinRequestHandler * __this, User * user, MethodInfo * method)); DO_APP_FUNC(0x003EC9D0, IAsyncResult *, ActivityManager_ActivityJoinRequestHandler_BeginInvoke, (ActivityManager_ActivityJoinRequestHandler * __this, User * user, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, ActivityManager_ActivityJoinRequestHandler_EndInvoke, (ActivityManager_ActivityJoinRequestHandler * __this, User * user, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003ECA60, void, ActivityManager_ActivityInviteHandler__ctor, (ActivityManager_ActivityInviteHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, ActivityManager_ActivityInviteHandler_Invoke, (ActivityManager_ActivityInviteHandler * __this, ActivityActionType__Enum type, User * user, Activity * activity, MethodInfo * method)); DO_APP_FUNC(0x003ECB90, IAsyncResult *, ActivityManager_ActivityInviteHandler_BeginInvoke, (ActivityManager_ActivityInviteHandler * __this, ActivityActionType__Enum type, User * user, Activity * activity, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA560, void, ActivityManager_ActivityInviteHandler_EndInvoke, (ActivityManager_ActivityInviteHandler * __this, User * user, Activity * activity, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003ECC60, ImageHandle, ImageHandle_User, (int64_t id, MethodInfo * method)); DO_APP_FUNC(0x003ECCA0, ImageHandle, ImageHandle_User_1, (int64_t id, uint32_t size, MethodInfo * method)); DO_APP_FUNC(0x003ECCC0, LobbyTransaction_FFIMethods, LobbyTransaction_get_Methods, (LobbyTransaction * __this, MethodInfo * method)); DO_APP_FUNC(0x003ECE40, void, LobbyTransaction_SetType, (LobbyTransaction * __this, LobbyType__Enum type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB8E8, LobbyTransaction_SetType__MethodInfo); DO_APP_FUNC(0x003ECF20, void, LobbyTransaction_SetOwner, (LobbyTransaction * __this, int64_t ownerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB8E0, LobbyTransaction_SetOwner__MethodInfo); DO_APP_FUNC(0x003ED000, void, LobbyTransaction_SetCapacity, (LobbyTransaction * __this, uint32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB8D8, LobbyTransaction_SetCapacity__MethodInfo); DO_APP_FUNC(0x003ED0E0, void, LobbyTransaction_SetMetadata, (LobbyTransaction * __this, String * key, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB8D0, LobbyTransaction_SetMetadata__MethodInfo); DO_APP_FUNC(0x003ED1D0, void, LobbyTransaction_DeleteMetadata, (LobbyTransaction * __this, String * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB8C8, LobbyTransaction_DeleteMetadata__MethodInfo); DO_APP_FUNC(0x003ED2B0, void, LobbyTransaction_SetLocked, (LobbyTransaction * __this, bool locked, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB8C0, LobbyTransaction_SetLocked__MethodInfo); DO_APP_FUNC(0x003EB250, void, LobbyTransaction_FFIMethods_SetTypeMethod__ctor, (LobbyTransaction_FFIMethods_SetTypeMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Result__Enum, LobbyTransaction_FFIMethods_SetTypeMethod_Invoke, (LobbyTransaction_FFIMethods_SetTypeMethod * __this, void * methodsPtr, LobbyType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x003ED390, IAsyncResult *, LobbyTransaction_FFIMethods_SetTypeMethod_BeginInvoke, (LobbyTransaction_FFIMethods_SetTypeMethod * __this, void * methodsPtr, LobbyType__Enum type, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, LobbyTransaction_FFIMethods_SetTypeMethod_EndInvoke, (LobbyTransaction_FFIMethods_SetTypeMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003ED440, void, LobbyTransaction_FFIMethods_SetOwnerMethod__ctor, (LobbyTransaction_FFIMethods_SetOwnerMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Result__Enum, LobbyTransaction_FFIMethods_SetOwnerMethod_Invoke, (LobbyTransaction_FFIMethods_SetOwnerMethod * __this, void * methodsPtr, int64_t ownerId, MethodInfo * method)); DO_APP_FUNC(0x003ED570, IAsyncResult *, LobbyTransaction_FFIMethods_SetOwnerMethod_BeginInvoke, (LobbyTransaction_FFIMethods_SetOwnerMethod * __this, void * methodsPtr, int64_t ownerId, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, LobbyTransaction_FFIMethods_SetOwnerMethod_EndInvoke, (LobbyTransaction_FFIMethods_SetOwnerMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB250, void, LobbyTransaction_FFIMethods_SetCapacityMethod__ctor, (LobbyTransaction_FFIMethods_SetCapacityMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Result__Enum, LobbyTransaction_FFIMethods_SetCapacityMethod_Invoke, (LobbyTransaction_FFIMethods_SetCapacityMethod * __this, void * methodsPtr, uint32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x003ED620, IAsyncResult *, LobbyTransaction_FFIMethods_SetCapacityMethod_BeginInvoke, (LobbyTransaction_FFIMethods_SetCapacityMethod * __this, void * methodsPtr, uint32_t capacity, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, LobbyTransaction_FFIMethods_SetCapacityMethod_EndInvoke, (LobbyTransaction_FFIMethods_SetCapacityMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003ED6D0, void, LobbyTransaction_FFIMethods_SetMetadataMethod__ctor, (LobbyTransaction_FFIMethods_SetMetadataMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Result__Enum, LobbyTransaction_FFIMethods_SetMetadataMethod_Invoke, (LobbyTransaction_FFIMethods_SetMetadataMethod * __this, void * methodsPtr, String * key, String * value, MethodInfo * method)); DO_APP_FUNC(0x003ED820, IAsyncResult *, LobbyTransaction_FFIMethods_SetMetadataMethod_BeginInvoke, (LobbyTransaction_FFIMethods_SetMetadataMethod * __this, void * methodsPtr, String * key, String * value, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, LobbyTransaction_FFIMethods_SetMetadataMethod_EndInvoke, (LobbyTransaction_FFIMethods_SetMetadataMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB040, void, LobbyTransaction_FFIMethods_DeleteMetadataMethod__ctor, (LobbyTransaction_FFIMethods_DeleteMetadataMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Result__Enum, LobbyTransaction_FFIMethods_DeleteMetadataMethod_Invoke, (LobbyTransaction_FFIMethods_DeleteMetadataMethod * __this, void * methodsPtr, String * key, MethodInfo * method)); DO_APP_FUNC(0x003ED8B0, IAsyncResult *, LobbyTransaction_FFIMethods_DeleteMetadataMethod_BeginInvoke, (LobbyTransaction_FFIMethods_DeleteMetadataMethod * __this, void * methodsPtr, String * key, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, LobbyTransaction_FFIMethods_DeleteMetadataMethod_EndInvoke, (LobbyTransaction_FFIMethods_DeleteMetadataMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003ED940, void, LobbyTransaction_FFIMethods_SetLockedMethod__ctor, (LobbyTransaction_FFIMethods_SetLockedMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Result__Enum, LobbyTransaction_FFIMethods_SetLockedMethod_Invoke, (LobbyTransaction_FFIMethods_SetLockedMethod * __this, void * methodsPtr, bool locked, MethodInfo * method)); DO_APP_FUNC(0x003EDA70, IAsyncResult *, LobbyTransaction_FFIMethods_SetLockedMethod_BeginInvoke, (LobbyTransaction_FFIMethods_SetLockedMethod * __this, void * methodsPtr, bool locked, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, LobbyTransaction_FFIMethods_SetLockedMethod_EndInvoke, (LobbyTransaction_FFIMethods_SetLockedMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EDB20, LobbyMemberTransaction_FFIMethods, LobbyMemberTransaction_get_Methods, (LobbyMemberTransaction * __this, MethodInfo * method)); DO_APP_FUNC(0x003EDC90, void, LobbyMemberTransaction_SetMetadata, (LobbyMemberTransaction * __this, String * key, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB860, LobbyMemberTransaction_SetMetadata__MethodInfo); DO_APP_FUNC(0x003EDD80, void, LobbyMemberTransaction_DeleteMetadata, (LobbyMemberTransaction * __this, String * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB858, LobbyMemberTransaction_DeleteMetadata__MethodInfo); DO_APP_FUNC(0x003ED6D0, void, LobbyMemberTransaction_FFIMethods_SetMetadataMethod__ctor, (LobbyMemberTransaction_FFIMethods_SetMetadataMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Result__Enum, LobbyMemberTransaction_FFIMethods_SetMetadataMethod_Invoke, (LobbyMemberTransaction_FFIMethods_SetMetadataMethod * __this, void * methodsPtr, String * key, String * value, MethodInfo * method)); DO_APP_FUNC(0x003EDE50, IAsyncResult *, LobbyMemberTransaction_FFIMethods_SetMetadataMethod_BeginInvoke, (LobbyMemberTransaction_FFIMethods_SetMetadataMethod * __this, void * methodsPtr, String * key, String * value, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, LobbyMemberTransaction_FFIMethods_SetMetadataMethod_EndInvoke, (LobbyMemberTransaction_FFIMethods_SetMetadataMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB040, void, LobbyMemberTransaction_FFIMethods_DeleteMetadataMethod__ctor, (LobbyMemberTransaction_FFIMethods_DeleteMetadataMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Result__Enum, LobbyMemberTransaction_FFIMethods_DeleteMetadataMethod_Invoke, (LobbyMemberTransaction_FFIMethods_DeleteMetadataMethod * __this, void * methodsPtr, String * key, MethodInfo * method)); DO_APP_FUNC(0x003EDEE0, IAsyncResult *, LobbyMemberTransaction_FFIMethods_DeleteMetadataMethod_BeginInvoke, (LobbyMemberTransaction_FFIMethods_DeleteMetadataMethod * __this, void * methodsPtr, String * key, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, LobbyMemberTransaction_FFIMethods_DeleteMetadataMethod_EndInvoke, (LobbyMemberTransaction_FFIMethods_DeleteMetadataMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EDF70, LobbySearchQuery_FFIMethods, LobbySearchQuery_get_Methods, (LobbySearchQuery * __this, MethodInfo * method)); DO_APP_FUNC(0x003EE0E0, void, LobbySearchQuery_Filter, (LobbySearchQuery * __this, String * key, LobbySearchComparison__Enum comparison, LobbySearchCast__Enum cast, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB7C0, LobbySearchQuery_Filter__MethodInfo); DO_APP_FUNC(0x003EE1F0, void, LobbySearchQuery_Sort, (LobbySearchQuery * __this, String * key, LobbySearchCast__Enum cast, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB7B8, LobbySearchQuery_Sort__MethodInfo); DO_APP_FUNC(0x003EE2F0, void, LobbySearchQuery_Limit, (LobbySearchQuery * __this, uint32_t limit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB7A0, LobbySearchQuery_Limit__MethodInfo); DO_APP_FUNC(0x003EE3C0, void, LobbySearchQuery_Distance, (LobbySearchQuery * __this, LobbySearchDistance__Enum distance, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB798, LobbySearchQuery_Distance__MethodInfo); DO_APP_FUNC(0x003EE490, void, LobbySearchQuery_FFIMethods_FilterMethod__ctor, (LobbySearchQuery_FFIMethods_FilterMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE5C0, Result__Enum, LobbySearchQuery_FFIMethods_FilterMethod_Invoke, (LobbySearchQuery_FFIMethods_FilterMethod * __this, void * methodsPtr, String * key, LobbySearchComparison__Enum comparison, LobbySearchCast__Enum cast, String * value, MethodInfo * method)); DO_APP_FUNC(0x003EE5E0, IAsyncResult *, LobbySearchQuery_FFIMethods_FilterMethod_BeginInvoke, (LobbySearchQuery_FFIMethods_FilterMethod * __this, void * methodsPtr, String * key, LobbySearchComparison__Enum comparison, LobbySearchCast__Enum cast, String * value, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, LobbySearchQuery_FFIMethods_FilterMethod_EndInvoke, (LobbySearchQuery_FFIMethods_FilterMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EE6D0, void, LobbySearchQuery_FFIMethods_SortMethod__ctor, (LobbySearchQuery_FFIMethods_SortMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE800, Result__Enum, LobbySearchQuery_FFIMethods_SortMethod_Invoke, (LobbySearchQuery_FFIMethods_SortMethod * __this, void * methodsPtr, String * key, LobbySearchCast__Enum cast, String * value, MethodInfo * method)); DO_APP_FUNC(0x003EE820, IAsyncResult *, LobbySearchQuery_FFIMethods_SortMethod_BeginInvoke, (LobbySearchQuery_FFIMethods_SortMethod * __this, void * methodsPtr, String * key, LobbySearchCast__Enum cast, String * value, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, LobbySearchQuery_FFIMethods_SortMethod_EndInvoke, (LobbySearchQuery_FFIMethods_SortMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB250, void, LobbySearchQuery_FFIMethods_LimitMethod__ctor, (LobbySearchQuery_FFIMethods_LimitMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Result__Enum, LobbySearchQuery_FFIMethods_LimitMethod_Invoke, (LobbySearchQuery_FFIMethods_LimitMethod * __this, void * methodsPtr, uint32_t limit, MethodInfo * method)); DO_APP_FUNC(0x003EE8E0, IAsyncResult *, LobbySearchQuery_FFIMethods_LimitMethod_BeginInvoke, (LobbySearchQuery_FFIMethods_LimitMethod * __this, void * methodsPtr, uint32_t limit, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, LobbySearchQuery_FFIMethods_LimitMethod_EndInvoke, (LobbySearchQuery_FFIMethods_LimitMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB250, void, LobbySearchQuery_FFIMethods_DistanceMethod__ctor, (LobbySearchQuery_FFIMethods_DistanceMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Result__Enum, LobbySearchQuery_FFIMethods_DistanceMethod_Invoke, (LobbySearchQuery_FFIMethods_DistanceMethod * __this, void * methodsPtr, LobbySearchDistance__Enum distance, MethodInfo * method)); DO_APP_FUNC(0x003EE990, IAsyncResult *, LobbySearchQuery_FFIMethods_DistanceMethod_BeginInvoke, (LobbySearchQuery_FFIMethods_DistanceMethod * __this, void * methodsPtr, LobbySearchDistance__Enum distance, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, LobbySearchQuery_FFIMethods_DistanceMethod_EndInvoke, (LobbySearchQuery_FFIMethods_DistanceMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EEA40, void, ResultException__ctor, (ResultException * __this, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x003EEAE0, Result__Enum, Discord_DiscordCreate, (uint32_t version, Discord_FFICreateParams * createParams, void * * manager, MethodInfo * method)); DO_APP_FUNC(0x003EEB80, Discord_FFIMethods, Discord_get_Methods, (Discord * __this, MethodInfo * method)); DO_APP_FUNC(0x003EED40, void, Discord__ctor, (Discord * __this, int64_t clientId, uint64_t flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB6C8, Discord__ctor__MethodInfo); DO_APP_FUNC(0x003EFAA0, void, Discord_InitEvents, (Discord * __this, void * eventsPtr, Discord_FFIEvents * events, MethodInfo * method)); DO_APP_FUNC(0x003EFB80, void, Discord_Dispose, (Discord * __this, MethodInfo * method)); DO_APP_FUNC(0x003EFD30, void, Discord_RunCallbacks, (Discord * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB6A0, Discord_RunCallbacks__MethodInfo); DO_APP_FUNC(0x003EFDE0, void, Discord_SetLogHookCallbackImpl, (void * ptr, LogLevel__Enum_2 level, String * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB690, Discord_SetLogHookCallbackImpl__MethodInfo); DO_APP_FUNC(0x003EFF10, void, Discord_SetLogHook, (Discord * __this, LogLevel__Enum_2 minLevel, Discord_SetLogHookHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x003F0190, ApplicationManager *, Discord_GetApplicationManager, (Discord * __this, MethodInfo * method)); DO_APP_FUNC(0x003F0460, UserManager *, Discord_GetUserManager, (Discord * __this, MethodInfo * method)); DO_APP_FUNC(0x003F0680, ImageManager *, Discord_GetImageManager, (Discord * __this, MethodInfo * method)); DO_APP_FUNC(0x003F0950, ActivityManager *, Discord_GetActivityManager, (Discord * __this, MethodInfo * method)); DO_APP_FUNC(0x003F0B80, RelationshipManager *, Discord_GetRelationshipManager, (Discord * __this, MethodInfo * method)); DO_APP_FUNC(0x003F0DC0, LobbyManager *, Discord_GetLobbyManager, (Discord * __this, MethodInfo * method)); DO_APP_FUNC(0x003F1000, NetworkManager *, Discord_GetNetworkManager, (Discord * __this, MethodInfo * method)); DO_APP_FUNC(0x003F1240, OverlayManager *, Discord_GetOverlayManager, (Discord * __this, MethodInfo * method)); DO_APP_FUNC(0x003F1480, StorageManager *, Discord_GetStorageManager, (Discord * __this, MethodInfo * method)); DO_APP_FUNC(0x003F1760, StoreManager *, Discord_GetStoreManager, (Discord * __this, MethodInfo * method)); DO_APP_FUNC(0x003F19A0, VoiceManager *, Discord_GetVoiceManager, (Discord * __this, MethodInfo * method)); DO_APP_FUNC(0x003F1BE0, AchievementManager *, Discord_GetAchievementManager, (Discord * __this, MethodInfo * method)); DO_APP_FUNC(0x003F1E30, void, Discord_FFIMethods_DestroyHandler__ctor, (Discord_FFIMethods_DestroyHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Discord_FFIMethods_DestroyHandler_Invoke, (Discord_FFIMethods_DestroyHandler * __this, void * MethodsPtr, MethodInfo * method)); DO_APP_FUNC(0x003F1F60, IAsyncResult *, Discord_FFIMethods_DestroyHandler_BeginInvoke, (Discord_FFIMethods_DestroyHandler * __this, void * MethodsPtr, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, Discord_FFIMethods_DestroyHandler_EndInvoke, (Discord_FFIMethods_DestroyHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F1FE0, void, Discord_FFIMethods_RunCallbacksMethod__ctor, (Discord_FFIMethods_RunCallbacksMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, Result__Enum, Discord_FFIMethods_RunCallbacksMethod_Invoke, (Discord_FFIMethods_RunCallbacksMethod * __this, void * methodsPtr, MethodInfo * method)); DO_APP_FUNC(0x003F2120, IAsyncResult *, Discord_FFIMethods_RunCallbacksMethod_BeginInvoke, (Discord_FFIMethods_RunCallbacksMethod * __this, void * methodsPtr, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, Discord_FFIMethods_RunCallbacksMethod_EndInvoke, (Discord_FFIMethods_RunCallbacksMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F21A0, void, Discord_FFIMethods_SetLogHookCallback__ctor, (Discord_FFIMethods_SetLogHookCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, Discord_FFIMethods_SetLogHookCallback_Invoke, (Discord_FFIMethods_SetLogHookCallback * __this, void * ptr, LogLevel__Enum_2 level, String * message, MethodInfo * method)); DO_APP_FUNC(0x003F22D0, IAsyncResult *, Discord_FFIMethods_SetLogHookCallback_BeginInvoke, (Discord_FFIMethods_SetLogHookCallback * __this, void * ptr, LogLevel__Enum_2 level, String * message, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, Discord_FFIMethods_SetLogHookCallback_EndInvoke, (Discord_FFIMethods_SetLogHookCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2380, void, Discord_FFIMethods_SetLogHookMethod__ctor, (Discord_FFIMethods_SetLogHookMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, Discord_FFIMethods_SetLogHookMethod_Invoke, (Discord_FFIMethods_SetLogHookMethod * __this, void * methodsPtr, LogLevel__Enum_2 minLevel, void * callbackData, Discord_FFIMethods_SetLogHookCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x003F24B0, IAsyncResult *, Discord_FFIMethods_SetLogHookMethod_BeginInvoke, (Discord_FFIMethods_SetLogHookMethod * __this, void * methodsPtr, LogLevel__Enum_2 minLevel, void * callbackData, Discord_FFIMethods_SetLogHookCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, Discord_FFIMethods_SetLogHookMethod_EndInvoke, (Discord_FFIMethods_SetLogHookMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2580, void, Discord_FFIMethods_GetApplicationManagerMethod__ctor, (Discord_FFIMethods_GetApplicationManagerMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, void *, Discord_FFIMethods_GetApplicationManagerMethod_Invoke, (Discord_FFIMethods_GetApplicationManagerMethod * __this, void * discordPtr, MethodInfo * method)); DO_APP_FUNC(0x003F26B0, IAsyncResult *, Discord_FFIMethods_GetApplicationManagerMethod_BeginInvoke, (Discord_FFIMethods_GetApplicationManagerMethod * __this, void * discordPtr, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F2730, void *, Discord_FFIMethods_GetApplicationManagerMethod_EndInvoke, (Discord_FFIMethods_GetApplicationManagerMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2580, void, Discord_FFIMethods_GetUserManagerMethod__ctor, (Discord_FFIMethods_GetUserManagerMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, void *, Discord_FFIMethods_GetUserManagerMethod_Invoke, (Discord_FFIMethods_GetUserManagerMethod * __this, void * discordPtr, MethodInfo * method)); DO_APP_FUNC(0x003F2770, IAsyncResult *, Discord_FFIMethods_GetUserManagerMethod_BeginInvoke, (Discord_FFIMethods_GetUserManagerMethod * __this, void * discordPtr, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F2730, void *, Discord_FFIMethods_GetUserManagerMethod_EndInvoke, (Discord_FFIMethods_GetUserManagerMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2580, void, Discord_FFIMethods_GetImageManagerMethod__ctor, (Discord_FFIMethods_GetImageManagerMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, void *, Discord_FFIMethods_GetImageManagerMethod_Invoke, (Discord_FFIMethods_GetImageManagerMethod * __this, void * discordPtr, MethodInfo * method)); DO_APP_FUNC(0x003F27F0, IAsyncResult *, Discord_FFIMethods_GetImageManagerMethod_BeginInvoke, (Discord_FFIMethods_GetImageManagerMethod * __this, void * discordPtr, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F2730, void *, Discord_FFIMethods_GetImageManagerMethod_EndInvoke, (Discord_FFIMethods_GetImageManagerMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2580, void, Discord_FFIMethods_GetActivityManagerMethod__ctor, (Discord_FFIMethods_GetActivityManagerMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, void *, Discord_FFIMethods_GetActivityManagerMethod_Invoke, (Discord_FFIMethods_GetActivityManagerMethod * __this, void * discordPtr, MethodInfo * method)); DO_APP_FUNC(0x003F2870, IAsyncResult *, Discord_FFIMethods_GetActivityManagerMethod_BeginInvoke, (Discord_FFIMethods_GetActivityManagerMethod * __this, void * discordPtr, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F2730, void *, Discord_FFIMethods_GetActivityManagerMethod_EndInvoke, (Discord_FFIMethods_GetActivityManagerMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2580, void, Discord_FFIMethods_GetRelationshipManagerMethod__ctor, (Discord_FFIMethods_GetRelationshipManagerMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, void *, Discord_FFIMethods_GetRelationshipManagerMethod_Invoke, (Discord_FFIMethods_GetRelationshipManagerMethod * __this, void * discordPtr, MethodInfo * method)); DO_APP_FUNC(0x003F28F0, IAsyncResult *, Discord_FFIMethods_GetRelationshipManagerMethod_BeginInvoke, (Discord_FFIMethods_GetRelationshipManagerMethod * __this, void * discordPtr, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F2730, void *, Discord_FFIMethods_GetRelationshipManagerMethod_EndInvoke, (Discord_FFIMethods_GetRelationshipManagerMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2580, void, Discord_FFIMethods_GetLobbyManagerMethod__ctor, (Discord_FFIMethods_GetLobbyManagerMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, void *, Discord_FFIMethods_GetLobbyManagerMethod_Invoke, (Discord_FFIMethods_GetLobbyManagerMethod * __this, void * discordPtr, MethodInfo * method)); DO_APP_FUNC(0x003F2970, IAsyncResult *, Discord_FFIMethods_GetLobbyManagerMethod_BeginInvoke, (Discord_FFIMethods_GetLobbyManagerMethod * __this, void * discordPtr, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F2730, void *, Discord_FFIMethods_GetLobbyManagerMethod_EndInvoke, (Discord_FFIMethods_GetLobbyManagerMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2580, void, Discord_FFIMethods_GetNetworkManagerMethod__ctor, (Discord_FFIMethods_GetNetworkManagerMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, void *, Discord_FFIMethods_GetNetworkManagerMethod_Invoke, (Discord_FFIMethods_GetNetworkManagerMethod * __this, void * discordPtr, MethodInfo * method)); DO_APP_FUNC(0x003F29F0, IAsyncResult *, Discord_FFIMethods_GetNetworkManagerMethod_BeginInvoke, (Discord_FFIMethods_GetNetworkManagerMethod * __this, void * discordPtr, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F2730, void *, Discord_FFIMethods_GetNetworkManagerMethod_EndInvoke, (Discord_FFIMethods_GetNetworkManagerMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2580, void, Discord_FFIMethods_GetOverlayManagerMethod__ctor, (Discord_FFIMethods_GetOverlayManagerMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, void *, Discord_FFIMethods_GetOverlayManagerMethod_Invoke, (Discord_FFIMethods_GetOverlayManagerMethod * __this, void * discordPtr, MethodInfo * method)); DO_APP_FUNC(0x003F2A70, IAsyncResult *, Discord_FFIMethods_GetOverlayManagerMethod_BeginInvoke, (Discord_FFIMethods_GetOverlayManagerMethod * __this, void * discordPtr, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F2730, void *, Discord_FFIMethods_GetOverlayManagerMethod_EndInvoke, (Discord_FFIMethods_GetOverlayManagerMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2580, void, Discord_FFIMethods_GetStorageManagerMethod__ctor, (Discord_FFIMethods_GetStorageManagerMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, void *, Discord_FFIMethods_GetStorageManagerMethod_Invoke, (Discord_FFIMethods_GetStorageManagerMethod * __this, void * discordPtr, MethodInfo * method)); DO_APP_FUNC(0x003F2AF0, IAsyncResult *, Discord_FFIMethods_GetStorageManagerMethod_BeginInvoke, (Discord_FFIMethods_GetStorageManagerMethod * __this, void * discordPtr, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F2730, void *, Discord_FFIMethods_GetStorageManagerMethod_EndInvoke, (Discord_FFIMethods_GetStorageManagerMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2580, void, Discord_FFIMethods_GetStoreManagerMethod__ctor, (Discord_FFIMethods_GetStoreManagerMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, void *, Discord_FFIMethods_GetStoreManagerMethod_Invoke, (Discord_FFIMethods_GetStoreManagerMethod * __this, void * discordPtr, MethodInfo * method)); DO_APP_FUNC(0x003F2B70, IAsyncResult *, Discord_FFIMethods_GetStoreManagerMethod_BeginInvoke, (Discord_FFIMethods_GetStoreManagerMethod * __this, void * discordPtr, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F2730, void *, Discord_FFIMethods_GetStoreManagerMethod_EndInvoke, (Discord_FFIMethods_GetStoreManagerMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2580, void, Discord_FFIMethods_GetVoiceManagerMethod__ctor, (Discord_FFIMethods_GetVoiceManagerMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, void *, Discord_FFIMethods_GetVoiceManagerMethod_Invoke, (Discord_FFIMethods_GetVoiceManagerMethod * __this, void * discordPtr, MethodInfo * method)); DO_APP_FUNC(0x003F2BF0, IAsyncResult *, Discord_FFIMethods_GetVoiceManagerMethod_BeginInvoke, (Discord_FFIMethods_GetVoiceManagerMethod * __this, void * discordPtr, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F2730, void *, Discord_FFIMethods_GetVoiceManagerMethod_EndInvoke, (Discord_FFIMethods_GetVoiceManagerMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2580, void, Discord_FFIMethods_GetAchievementManagerMethod__ctor, (Discord_FFIMethods_GetAchievementManagerMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, void *, Discord_FFIMethods_GetAchievementManagerMethod_Invoke, (Discord_FFIMethods_GetAchievementManagerMethod * __this, void * discordPtr, MethodInfo * method)); DO_APP_FUNC(0x003F2C70, IAsyncResult *, Discord_FFIMethods_GetAchievementManagerMethod_BeginInvoke, (Discord_FFIMethods_GetAchievementManagerMethod * __this, void * discordPtr, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F2730, void *, Discord_FFIMethods_GetAchievementManagerMethod_EndInvoke, (Discord_FFIMethods_GetAchievementManagerMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2CF0, void, Discord_SetLogHookHandler__ctor, (Discord_SetLogHookHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, Discord_SetLogHookHandler_Invoke, (Discord_SetLogHookHandler * __this, LogLevel__Enum_2 level, String * message, MethodInfo * method)); DO_APP_FUNC(0x003F2E20, IAsyncResult *, Discord_SetLogHookHandler_BeginInvoke, (Discord_SetLogHookHandler * __this, LogLevel__Enum_2 level, String * message, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, Discord_SetLogHookHandler_EndInvoke, (Discord_SetLogHookHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MonoPInvokeCallbackAttribute_4__ctor, (MonoPInvokeCallbackAttribute_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003F2EB0, ApplicationManager_FFIMethods, ApplicationManager_get_Methods, (ApplicationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003F3030, void, ApplicationManager__ctor, (ApplicationManager * __this, void * ptr, void * eventsPtr, ApplicationManager_FFIEvents * events, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB530, ApplicationManager__ctor__MethodInfo); DO_APP_FUNC(0x003F3200, void, ApplicationManager_InitEvents, (ApplicationManager * __this, void * eventsPtr, ApplicationManager_FFIEvents * events, MethodInfo * method)); DO_APP_FUNC(0x003F32E0, void, ApplicationManager_ValidateOrExitCallbackImpl, (void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB518, ApplicationManager_ValidateOrExitCallbackImpl__MethodInfo); DO_APP_FUNC(0x003F3410, void, ApplicationManager_ValidateOrExit, (ApplicationManager * __this, ApplicationManager_ValidateOrExitHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x003F35F0, String *, ApplicationManager_GetCurrentLocale, (ApplicationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003F36F0, String *, ApplicationManager_GetCurrentBranch, (ApplicationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003F37F0, void, ApplicationManager_GetOAuth2TokenCallbackImpl, (void * ptr, Result__Enum result, OAuth2Token * oauth2Token, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB4F8, ApplicationManager_GetOAuth2TokenCallbackImpl__MethodInfo); DO_APP_FUNC(0x003F3930, void, ApplicationManager_GetOAuth2Token, (ApplicationManager * __this, ApplicationManager_GetOAuth2TokenHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x003F3B10, void, ApplicationManager_GetTicketCallbackImpl, (void * ptr, Result__Enum result, String * * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB4E0, ApplicationManager_GetTicketCallbackImpl__MethodInfo); DO_APP_FUNC(0x003F3C50, void, ApplicationManager_GetTicket, (ApplicationManager * __this, ApplicationManager_GetTicketHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x003EB430, void, ApplicationManager_FFIMethods_ValidateOrExitCallback__ctor, (ApplicationManager_FFIMethods_ValidateOrExitCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ApplicationManager_FFIMethods_ValidateOrExitCallback_Invoke, (ApplicationManager_FFIMethods_ValidateOrExitCallback * __this, void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x003F3E30, IAsyncResult *, ApplicationManager_FFIMethods_ValidateOrExitCallback_BeginInvoke, (ApplicationManager_FFIMethods_ValidateOrExitCallback * __this, void * ptr, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ApplicationManager_FFIMethods_ValidateOrExitCallback_EndInvoke, (ApplicationManager_FFIMethods_ValidateOrExitCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB8C0, void, ApplicationManager_FFIMethods_ValidateOrExitMethod__ctor, (ApplicationManager_FFIMethods_ValidateOrExitMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, ApplicationManager_FFIMethods_ValidateOrExitMethod_Invoke, (ApplicationManager_FFIMethods_ValidateOrExitMethod * __this, void * methodsPtr, void * callbackData, ApplicationManager_FFIMethods_ValidateOrExitCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x003F3EE0, IAsyncResult *, ApplicationManager_FFIMethods_ValidateOrExitMethod_BeginInvoke, (ApplicationManager_FFIMethods_ValidateOrExitMethod * __this, void * methodsPtr, void * callbackData, ApplicationManager_FFIMethods_ValidateOrExitCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ApplicationManager_FFIMethods_ValidateOrExitMethod_EndInvoke, (ApplicationManager_FFIMethods_ValidateOrExitMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003E9FE0, void, ApplicationManager_FFIMethods_GetCurrentLocaleMethod__ctor, (ApplicationManager_FFIMethods_GetCurrentLocaleMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ApplicationManager_FFIMethods_GetCurrentLocaleMethod_Invoke, (ApplicationManager_FFIMethods_GetCurrentLocaleMethod * __this, void * methodsPtr, StringBuilder * locale, MethodInfo * method)); DO_APP_FUNC(0x003F3F80, IAsyncResult *, ApplicationManager_FFIMethods_GetCurrentLocaleMethod_BeginInvoke, (ApplicationManager_FFIMethods_GetCurrentLocaleMethod * __this, void * methodsPtr, StringBuilder * locale, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ApplicationManager_FFIMethods_GetCurrentLocaleMethod_EndInvoke, (ApplicationManager_FFIMethods_GetCurrentLocaleMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003E9FE0, void, ApplicationManager_FFIMethods_GetCurrentBranchMethod__ctor, (ApplicationManager_FFIMethods_GetCurrentBranchMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ApplicationManager_FFIMethods_GetCurrentBranchMethod_Invoke, (ApplicationManager_FFIMethods_GetCurrentBranchMethod * __this, void * methodsPtr, StringBuilder * branch, MethodInfo * method)); DO_APP_FUNC(0x003F4010, IAsyncResult *, ApplicationManager_FFIMethods_GetCurrentBranchMethod_BeginInvoke, (ApplicationManager_FFIMethods_GetCurrentBranchMethod * __this, void * methodsPtr, StringBuilder * branch, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ApplicationManager_FFIMethods_GetCurrentBranchMethod_EndInvoke, (ApplicationManager_FFIMethods_GetCurrentBranchMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F21A0, void, ApplicationManager_FFIMethods_GetOAuth2TokenCallback__ctor, (ApplicationManager_FFIMethods_GetOAuth2TokenCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, ApplicationManager_FFIMethods_GetOAuth2TokenCallback_Invoke, (ApplicationManager_FFIMethods_GetOAuth2TokenCallback * __this, void * ptr, Result__Enum result, OAuth2Token * oauth2Token, MethodInfo * method)); DO_APP_FUNC(0x003F40A0, IAsyncResult *, ApplicationManager_FFIMethods_GetOAuth2TokenCallback_BeginInvoke, (ApplicationManager_FFIMethods_GetOAuth2TokenCallback * __this, void * ptr, Result__Enum result, OAuth2Token * oauth2Token, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, ApplicationManager_FFIMethods_GetOAuth2TokenCallback_EndInvoke, (ApplicationManager_FFIMethods_GetOAuth2TokenCallback * __this, OAuth2Token * oauth2Token, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB8C0, void, ApplicationManager_FFIMethods_GetOAuth2TokenMethod__ctor, (ApplicationManager_FFIMethods_GetOAuth2TokenMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, ApplicationManager_FFIMethods_GetOAuth2TokenMethod_Invoke, (ApplicationManager_FFIMethods_GetOAuth2TokenMethod * __this, void * methodsPtr, void * callbackData, ApplicationManager_FFIMethods_GetOAuth2TokenCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x003F4170, IAsyncResult *, ApplicationManager_FFIMethods_GetOAuth2TokenMethod_BeginInvoke, (ApplicationManager_FFIMethods_GetOAuth2TokenMethod * __this, void * methodsPtr, void * callbackData, ApplicationManager_FFIMethods_GetOAuth2TokenCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ApplicationManager_FFIMethods_GetOAuth2TokenMethod_EndInvoke, (ApplicationManager_FFIMethods_GetOAuth2TokenMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F21A0, void, ApplicationManager_FFIMethods_GetTicketCallback__ctor, (ApplicationManager_FFIMethods_GetTicketCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, ApplicationManager_FFIMethods_GetTicketCallback_Invoke, (ApplicationManager_FFIMethods_GetTicketCallback * __this, void * ptr, Result__Enum result, String * * data, MethodInfo * method)); DO_APP_FUNC(0x003F4210, IAsyncResult *, ApplicationManager_FFIMethods_GetTicketCallback_BeginInvoke, (ApplicationManager_FFIMethods_GetTicketCallback * __this, void * ptr, Result__Enum result, String * * data, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, ApplicationManager_FFIMethods_GetTicketCallback_EndInvoke, (ApplicationManager_FFIMethods_GetTicketCallback * __this, String * * data, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB8C0, void, ApplicationManager_FFIMethods_GetTicketMethod__ctor, (ApplicationManager_FFIMethods_GetTicketMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, ApplicationManager_FFIMethods_GetTicketMethod_Invoke, (ApplicationManager_FFIMethods_GetTicketMethod * __this, void * methodsPtr, void * callbackData, ApplicationManager_FFIMethods_GetTicketCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x003F42C0, IAsyncResult *, ApplicationManager_FFIMethods_GetTicketMethod_BeginInvoke, (ApplicationManager_FFIMethods_GetTicketMethod * __this, void * methodsPtr, void * callbackData, ApplicationManager_FFIMethods_GetTicketCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ApplicationManager_FFIMethods_GetTicketMethod_EndInvoke, (ApplicationManager_FFIMethods_GetTicketMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, ApplicationManager_ValidateOrExitHandler__ctor, (ApplicationManager_ValidateOrExitHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, ApplicationManager_ValidateOrExitHandler_Invoke, (ApplicationManager_ValidateOrExitHandler * __this, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x003F4360, IAsyncResult *, ApplicationManager_ValidateOrExitHandler_BeginInvoke, (ApplicationManager_ValidateOrExitHandler * __this, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ApplicationManager_ValidateOrExitHandler_EndInvoke, (ApplicationManager_ValidateOrExitHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2CF0, void, ApplicationManager_GetOAuth2TokenHandler__ctor, (ApplicationManager_GetOAuth2TokenHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ApplicationManager_GetOAuth2TokenHandler_Invoke, (ApplicationManager_GetOAuth2TokenHandler * __this, Result__Enum result, OAuth2Token * oauth2Token, MethodInfo * method)); DO_APP_FUNC(0x003F43E0, IAsyncResult *, ApplicationManager_GetOAuth2TokenHandler_BeginInvoke, (ApplicationManager_GetOAuth2TokenHandler * __this, Result__Enum result, OAuth2Token * oauth2Token, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, ApplicationManager_GetOAuth2TokenHandler_EndInvoke, (ApplicationManager_GetOAuth2TokenHandler * __this, OAuth2Token * oauth2Token, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2CF0, void, ApplicationManager_GetTicketHandler__ctor, (ApplicationManager_GetTicketHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ApplicationManager_GetTicketHandler_Invoke, (ApplicationManager_GetTicketHandler * __this, Result__Enum result, String * * data, MethodInfo * method)); DO_APP_FUNC(0x003F4490, IAsyncResult *, ApplicationManager_GetTicketHandler_BeginInvoke, (ApplicationManager_GetTicketHandler * __this, Result__Enum result, String * * data, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, ApplicationManager_GetTicketHandler_EndInvoke, (ApplicationManager_GetTicketHandler * __this, String * * data, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F4520, UserManager_FFIMethods, UserManager_get_Methods, (UserManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003F4690, void, UserManager_add_OnCurrentUserUpdate, (UserManager * __this, UserManager_CurrentUserUpdateHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003F4780, void, UserManager_remove_OnCurrentUserUpdate, (UserManager * __this, UserManager_CurrentUserUpdateHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003F4870, void, UserManager__ctor, (UserManager * __this, void * ptr, void * eventsPtr, UserManager_FFIEvents * events, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB488, UserManager__ctor__MethodInfo); DO_APP_FUNC(0x003F49A0, void, UserManager_InitEvents, (UserManager * __this, void * eventsPtr, UserManager_FFIEvents * events, MethodInfo * method)); DO_APP_FUNC(0x003F4C30, User, UserManager_GetCurrentUser, (UserManager * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB468, UserManager_GetCurrentUser__MethodInfo); DO_APP_FUNC(0x003F4CE0, void, UserManager_GetUserCallbackImpl, (void * ptr, Result__Enum result, User * user, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB450, UserManager_GetUserCallbackImpl__MethodInfo); DO_APP_FUNC(0x003F4E20, void, UserManager_GetUser, (UserManager * __this, int64_t userId, UserManager_GetUserHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x003F5010, PremiumType__Enum, UserManager_GetCurrentUserPremiumType, (UserManager * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB448, UserManager_GetCurrentUserPremiumType__MethodInfo); DO_APP_FUNC(0x003F50C0, bool, UserManager_CurrentUserHasFlag, (UserManager * __this, UserFlag__Enum flag, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB440, UserManager_CurrentUserHasFlag__MethodInfo); DO_APP_FUNC(0x003F5180, void, UserManager_OnCurrentUserUpdateImpl, (void * ptr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB470, UserManager_OnCurrentUserUpdateImpl__MethodInfo); DO_APP_FUNC(0x003F1E30, void, UserManager_FFIEvents_CurrentUserUpdateHandler__ctor, (UserManager_FFIEvents_CurrentUserUpdateHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, UserManager_FFIEvents_CurrentUserUpdateHandler_Invoke, (UserManager_FFIEvents_CurrentUserUpdateHandler * __this, void * ptr, MethodInfo * method)); DO_APP_FUNC(0x003F52C0, IAsyncResult *, UserManager_FFIEvents_CurrentUserUpdateHandler_BeginInvoke, (UserManager_FFIEvents_CurrentUserUpdateHandler * __this, void * ptr, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, UserManager_FFIEvents_CurrentUserUpdateHandler_EndInvoke, (UserManager_FFIEvents_CurrentUserUpdateHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB040, void, UserManager_FFIMethods_GetCurrentUserMethod__ctor, (UserManager_FFIMethods_GetCurrentUserMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Result__Enum, UserManager_FFIMethods_GetCurrentUserMethod_Invoke, (UserManager_FFIMethods_GetCurrentUserMethod * __this, void * methodsPtr, User * currentUser, MethodInfo * method)); DO_APP_FUNC(0x003F5340, IAsyncResult *, UserManager_FFIMethods_GetCurrentUserMethod_BeginInvoke, (UserManager_FFIMethods_GetCurrentUserMethod * __this, void * methodsPtr, User * currentUser, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, UserManager_FFIMethods_GetCurrentUserMethod_EndInvoke, (UserManager_FFIMethods_GetCurrentUserMethod * __this, User * currentUser, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F21A0, void, UserManager_FFIMethods_GetUserCallback__ctor, (UserManager_FFIMethods_GetUserCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, UserManager_FFIMethods_GetUserCallback_Invoke, (UserManager_FFIMethods_GetUserCallback * __this, void * ptr, Result__Enum result, User * user, MethodInfo * method)); DO_APP_FUNC(0x003F5420, IAsyncResult *, UserManager_FFIMethods_GetUserCallback_BeginInvoke, (UserManager_FFIMethods_GetUserCallback * __this, void * ptr, Result__Enum result, User * user, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, UserManager_FFIMethods_GetUserCallback_EndInvoke, (UserManager_FFIMethods_GetUserCallback * __this, User * user, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC160, void, UserManager_FFIMethods_GetUserMethod__ctor, (UserManager_FFIMethods_GetUserMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, UserManager_FFIMethods_GetUserMethod_Invoke, (UserManager_FFIMethods_GetUserMethod * __this, void * methodsPtr, int64_t userId, void * callbackData, UserManager_FFIMethods_GetUserCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x003F54F0, IAsyncResult *, UserManager_FFIMethods_GetUserMethod_BeginInvoke, (UserManager_FFIMethods_GetUserMethod * __this, void * methodsPtr, int64_t userId, void * callbackData, UserManager_FFIMethods_GetUserCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, UserManager_FFIMethods_GetUserMethod_EndInvoke, (UserManager_FFIMethods_GetUserMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB040, void, UserManager_FFIMethods_GetCurrentUserPremiumTypeMethod__ctor, (UserManager_FFIMethods_GetCurrentUserPremiumTypeMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Result__Enum, UserManager_FFIMethods_GetCurrentUserPremiumTypeMethod_Invoke, (UserManager_FFIMethods_GetCurrentUserPremiumTypeMethod * __this, void * methodsPtr, PremiumType__Enum * premiumType, MethodInfo * method)); DO_APP_FUNC(0x003F55C0, IAsyncResult *, UserManager_FFIMethods_GetCurrentUserPremiumTypeMethod_BeginInvoke, (UserManager_FFIMethods_GetCurrentUserPremiumTypeMethod * __this, void * methodsPtr, PremiumType__Enum * premiumType, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, UserManager_FFIMethods_GetCurrentUserPremiumTypeMethod_EndInvoke, (UserManager_FFIMethods_GetCurrentUserPremiumTypeMethod * __this, PremiumType__Enum * premiumType, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F5670, void, UserManager_FFIMethods_CurrentUserHasFlagMethod__ctor, (UserManager_FFIMethods_CurrentUserHasFlagMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Result__Enum, UserManager_FFIMethods_CurrentUserHasFlagMethod_Invoke, (UserManager_FFIMethods_CurrentUserHasFlagMethod * __this, void * methodsPtr, UserFlag__Enum flag, bool * hasFlag, MethodInfo * method)); DO_APP_FUNC(0x003F57A0, IAsyncResult *, UserManager_FFIMethods_CurrentUserHasFlagMethod_BeginInvoke, (UserManager_FFIMethods_CurrentUserHasFlagMethod * __this, void * methodsPtr, UserFlag__Enum flag, bool * hasFlag, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, UserManager_FFIMethods_CurrentUserHasFlagMethod_EndInvoke, (UserManager_FFIMethods_CurrentUserHasFlagMethod * __this, bool * hasFlag, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2CF0, void, UserManager_GetUserHandler__ctor, (UserManager_GetUserHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, UserManager_GetUserHandler_Invoke, (UserManager_GetUserHandler * __this, Result__Enum result, User * user, MethodInfo * method)); DO_APP_FUNC(0x003F5870, IAsyncResult *, UserManager_GetUserHandler_BeginInvoke, (UserManager_GetUserHandler * __this, Result__Enum result, User * user, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, UserManager_GetUserHandler_EndInvoke, (UserManager_GetUserHandler * __this, User * user, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, UserManager_CurrentUserUpdateHandler__ctor, (UserManager_CurrentUserUpdateHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, UserManager_CurrentUserUpdateHandler_Invoke, (UserManager_CurrentUserUpdateHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5A50, IAsyncResult *, UserManager_CurrentUserUpdateHandler_BeginInvoke, (UserManager_CurrentUserUpdateHandler * __this, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, UserManager_CurrentUserUpdateHandler_EndInvoke, (UserManager_CurrentUserUpdateHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F5A80, ImageManager_FFIMethods, ImageManager_get_Methods, (ImageManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5BF0, void, ImageManager__ctor, (ImageManager * __this, void * ptr, void * eventsPtr, ImageManager_FFIEvents * events, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB3F8, ImageManager__ctor__MethodInfo); DO_APP_FUNC(0x003F5DC0, void, ImageManager_InitEvents, (ImageManager * __this, void * eventsPtr, ImageManager_FFIEvents * events, MethodInfo * method)); DO_APP_FUNC(0x003F5EA0, void, ImageManager_FetchCallbackImpl, (void * ptr, Result__Enum result, ImageHandle handleResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB3D8, ImageManager_FetchCallbackImpl__MethodInfo); DO_APP_FUNC(0x003F6000, void, ImageManager_Fetch, (ImageManager * __this, ImageHandle handle, bool refresh, ImageManager_FetchHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x003F6220, ImageDimensions, ImageManager_GetDimensions, (ImageManager * __this, ImageHandle handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB3D0, ImageManager_GetDimensions__MethodInfo); DO_APP_FUNC(0x003F6300, void, ImageManager_GetData, (ImageManager * __this, ImageHandle handle, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB3C8, ImageManager_GetData__MethodInfo); DO_APP_FUNC(0x003F63F0, void, ImageManager_Fetch_1, (ImageManager * __this, ImageHandle handle, ImageManager_FetchHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x003F6430, Byte__Array *, ImageManager_GetData_1, (ImageManager * __this, ImageHandle handle, MethodInfo * method)); DO_APP_FUNC(0x003F6580, Texture2D *, ImageManager_GetTexture, (ImageManager * __this, ImageHandle handle, MethodInfo * method)); DO_APP_FUNC(0x003F6790, void, ImageManager_FFIMethods_FetchCallback__ctor, (ImageManager_FFIMethods_FetchCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F68C0, void, ImageManager_FFIMethods_FetchCallback_Invoke, (ImageManager_FFIMethods_FetchCallback * __this, void * ptr, Result__Enum result, ImageHandle handleResult, MethodInfo * method)); DO_APP_FUNC(0x003F6900, IAsyncResult *, ImageManager_FFIMethods_FetchCallback_BeginInvoke, (ImageManager_FFIMethods_FetchCallback * __this, void * ptr, Result__Enum result, ImageHandle handleResult, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ImageManager_FFIMethods_FetchCallback_EndInvoke, (ImageManager_FFIMethods_FetchCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F69D0, void, ImageManager_FFIMethods_FetchMethod__ctor, (ImageManager_FFIMethods_FetchMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F6B00, void, ImageManager_FFIMethods_FetchMethod_Invoke, (ImageManager_FFIMethods_FetchMethod * __this, void * methodsPtr, ImageHandle handle, bool refresh, void * callbackData, ImageManager_FFIMethods_FetchCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x003F6B60, IAsyncResult *, ImageManager_FFIMethods_FetchMethod_BeginInvoke, (ImageManager_FFIMethods_FetchMethod * __this, void * methodsPtr, ImageHandle handle, bool refresh, void * callbackData, ImageManager_FFIMethods_FetchCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ImageManager_FFIMethods_FetchMethod_EndInvoke, (ImageManager_FFIMethods_FetchMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F6C60, void, ImageManager_FFIMethods_GetDimensionsMethod__ctor, (ImageManager_FFIMethods_GetDimensionsMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F6D90, Result__Enum, ImageManager_FFIMethods_GetDimensionsMethod_Invoke, (ImageManager_FFIMethods_GetDimensionsMethod * __this, void * methodsPtr, ImageHandle handle, ImageDimensions * dimensions, MethodInfo * method)); DO_APP_FUNC(0x003F6DD0, IAsyncResult *, ImageManager_FFIMethods_GetDimensionsMethod_BeginInvoke, (ImageManager_FFIMethods_GetDimensionsMethod * __this, void * methodsPtr, ImageHandle handle, ImageDimensions * dimensions, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, ImageManager_FFIMethods_GetDimensionsMethod_EndInvoke, (ImageManager_FFIMethods_GetDimensionsMethod * __this, ImageDimensions * dimensions, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F6EA0, void, ImageManager_FFIMethods_GetDataMethod__ctor, (ImageManager_FFIMethods_GetDataMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F6FD0, Result__Enum, ImageManager_FFIMethods_GetDataMethod_Invoke, (ImageManager_FFIMethods_GetDataMethod * __this, void * methodsPtr, ImageHandle handle, Byte__Array * data, int32_t dataLen, MethodInfo * method)); DO_APP_FUNC(0x003F7020, IAsyncResult *, ImageManager_FFIMethods_GetDataMethod_BeginInvoke, (ImageManager_FFIMethods_GetDataMethod * __this, void * methodsPtr, ImageHandle handle, Byte__Array * data, int32_t dataLen, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, ImageManager_FFIMethods_GetDataMethod_EndInvoke, (ImageManager_FFIMethods_GetDataMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F7100, void, ImageManager_FetchHandler__ctor, (ImageManager_FetchHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F7230, void, ImageManager_FetchHandler_Invoke, (ImageManager_FetchHandler * __this, Result__Enum result, ImageHandle handleResult, MethodInfo * method)); DO_APP_FUNC(0x003F7270, IAsyncResult *, ImageManager_FetchHandler_BeginInvoke, (ImageManager_FetchHandler * __this, Result__Enum result, ImageHandle handleResult, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ImageManager_FetchHandler_EndInvoke, (ImageManager_FetchHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F7320, RelationshipManager_FFIMethods, RelationshipManager_get_Methods, (RelationshipManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003F7490, void, RelationshipManager_add_OnRefresh, (RelationshipManager * __this, RelationshipManager_RefreshHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003F7580, void, RelationshipManager_remove_OnRefresh, (RelationshipManager * __this, RelationshipManager_RefreshHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003F7670, void, RelationshipManager_add_OnRelationshipUpdate, (RelationshipManager * __this, RelationshipManager_RelationshipUpdateHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003F7760, void, RelationshipManager_remove_OnRelationshipUpdate, (RelationshipManager * __this, RelationshipManager_RelationshipUpdateHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003F7850, void, RelationshipManager__ctor, (RelationshipManager * __this, void * ptr, void * eventsPtr, RelationshipManager_FFIEvents * events, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB370, RelationshipManager__ctor__MethodInfo); DO_APP_FUNC(0x003F7980, void, RelationshipManager_InitEvents, (RelationshipManager * __this, void * eventsPtr, RelationshipManager_FFIEvents * events, MethodInfo * method)); DO_APP_FUNC(0x003F7DB0, bool, RelationshipManager_FilterCallbackImpl, (void * ptr, Relationship * relationship, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB330, RelationshipManager_FilterCallbackImpl__MethodInfo); DO_APP_FUNC(0x003F7ED0, void, RelationshipManager_Filter, (RelationshipManager * __this, RelationshipManager_FilterHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x003F80C0, int32_t, RelationshipManager_Count, (RelationshipManager * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB328, RelationshipManager_Count__MethodInfo); DO_APP_FUNC(0x003F8170, Relationship, RelationshipManager_Get, (RelationshipManager * __this, int64_t userId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB320, RelationshipManager_Get__MethodInfo); DO_APP_FUNC(0x003F8240, Relationship, RelationshipManager_GetAt, (RelationshipManager * __this, uint32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB318, RelationshipManager_GetAt__MethodInfo); DO_APP_FUNC(0x003F8310, void, RelationshipManager_OnRefreshImpl, (void * ptr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB358, RelationshipManager_OnRefreshImpl__MethodInfo); DO_APP_FUNC(0x003F8450, void, RelationshipManager_OnRelationshipUpdateImpl, (void * ptr, Relationship * relationship, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB350, RelationshipManager_OnRelationshipUpdateImpl__MethodInfo); DO_APP_FUNC(0x003F1E30, void, RelationshipManager_FFIEvents_RefreshHandler__ctor, (RelationshipManager_FFIEvents_RefreshHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, RelationshipManager_FFIEvents_RefreshHandler_Invoke, (RelationshipManager_FFIEvents_RefreshHandler * __this, void * ptr, MethodInfo * method)); DO_APP_FUNC(0x003F85A0, IAsyncResult *, RelationshipManager_FFIEvents_RefreshHandler_BeginInvoke, (RelationshipManager_FFIEvents_RefreshHandler * __this, void * ptr, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, RelationshipManager_FFIEvents_RefreshHandler_EndInvoke, (RelationshipManager_FFIEvents_RefreshHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003E9FE0, void, RelationshipManager_FFIEvents_RelationshipUpdateHandler__ctor, (RelationshipManager_FFIEvents_RelationshipUpdateHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, RelationshipManager_FFIEvents_RelationshipUpdateHandler_Invoke, (RelationshipManager_FFIEvents_RelationshipUpdateHandler * __this, void * ptr, Relationship * relationship, MethodInfo * method)); DO_APP_FUNC(0x003F8620, IAsyncResult *, RelationshipManager_FFIEvents_RelationshipUpdateHandler_BeginInvoke, (RelationshipManager_FFIEvents_RelationshipUpdateHandler * __this, void * ptr, Relationship * relationship, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, RelationshipManager_FFIEvents_RelationshipUpdateHandler_EndInvoke, (RelationshipManager_FFIEvents_RelationshipUpdateHandler * __this, Relationship * relationship, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F86D0, void, RelationshipManager_FFIMethods_FilterCallback__ctor, (RelationshipManager_FFIMethods_FilterCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, bool, RelationshipManager_FFIMethods_FilterCallback_Invoke, (RelationshipManager_FFIMethods_FilterCallback * __this, void * ptr, Relationship * relationship, MethodInfo * method)); DO_APP_FUNC(0x003F8800, IAsyncResult *, RelationshipManager_FFIMethods_FilterCallback_BeginInvoke, (RelationshipManager_FFIMethods_FilterCallback * __this, void * ptr, Relationship * relationship, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F88B0, bool, RelationshipManager_FFIMethods_FilterCallback_EndInvoke, (RelationshipManager_FFIMethods_FilterCallback * __this, Relationship * relationship, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB8C0, void, RelationshipManager_FFIMethods_FilterMethod__ctor, (RelationshipManager_FFIMethods_FilterMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, RelationshipManager_FFIMethods_FilterMethod_Invoke, (RelationshipManager_FFIMethods_FilterMethod * __this, void * methodsPtr, void * callbackData, RelationshipManager_FFIMethods_FilterCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x003F88E0, IAsyncResult *, RelationshipManager_FFIMethods_FilterMethod_BeginInvoke, (RelationshipManager_FFIMethods_FilterMethod * __this, void * methodsPtr, void * callbackData, RelationshipManager_FFIMethods_FilterCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, RelationshipManager_FFIMethods_FilterMethod_EndInvoke, (RelationshipManager_FFIMethods_FilterMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB040, void, RelationshipManager_FFIMethods_CountMethod__ctor, (RelationshipManager_FFIMethods_CountMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Result__Enum, RelationshipManager_FFIMethods_CountMethod_Invoke, (RelationshipManager_FFIMethods_CountMethod * __this, void * methodsPtr, int32_t * count, MethodInfo * method)); DO_APP_FUNC(0x003F8980, IAsyncResult *, RelationshipManager_FFIMethods_CountMethod_BeginInvoke, (RelationshipManager_FFIMethods_CountMethod * __this, void * methodsPtr, int32_t * count, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, RelationshipManager_FFIMethods_CountMethod_EndInvoke, (RelationshipManager_FFIMethods_CountMethod * __this, int32_t * count, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F8A30, void, RelationshipManager_FFIMethods_GetMethod__ctor, (RelationshipManager_FFIMethods_GetMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Result__Enum, RelationshipManager_FFIMethods_GetMethod_Invoke, (RelationshipManager_FFIMethods_GetMethod * __this, void * methodsPtr, int64_t userId, Relationship * relationship, MethodInfo * method)); DO_APP_FUNC(0x003F8B60, IAsyncResult *, RelationshipManager_FFIMethods_GetMethod_BeginInvoke, (RelationshipManager_FFIMethods_GetMethod * __this, void * methodsPtr, int64_t userId, Relationship * relationship, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, RelationshipManager_FFIMethods_GetMethod_EndInvoke, (RelationshipManager_FFIMethods_GetMethod * __this, Relationship * relationship, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F5670, void, RelationshipManager_FFIMethods_GetAtMethod__ctor, (RelationshipManager_FFIMethods_GetAtMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Result__Enum, RelationshipManager_FFIMethods_GetAtMethod_Invoke, (RelationshipManager_FFIMethods_GetAtMethod * __this, void * methodsPtr, uint32_t index, Relationship * relationship, MethodInfo * method)); DO_APP_FUNC(0x003F8C30, IAsyncResult *, RelationshipManager_FFIMethods_GetAtMethod_BeginInvoke, (RelationshipManager_FFIMethods_GetAtMethod * __this, void * methodsPtr, uint32_t index, Relationship * relationship, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, RelationshipManager_FFIMethods_GetAtMethod_EndInvoke, (RelationshipManager_FFIMethods_GetAtMethod * __this, Relationship * relationship, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F8D00, void, RelationshipManager_FilterHandler__ctor, (RelationshipManager_FilterHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, RelationshipManager_FilterHandler_Invoke, (RelationshipManager_FilterHandler * __this, Relationship * relationship, MethodInfo * method)); DO_APP_FUNC(0x003F8E40, IAsyncResult *, RelationshipManager_FilterHandler_BeginInvoke, (RelationshipManager_FilterHandler * __this, Relationship * relationship, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F88B0, bool, RelationshipManager_FilterHandler_EndInvoke, (RelationshipManager_FilterHandler * __this, Relationship * relationship, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, RelationshipManager_RefreshHandler__ctor, (RelationshipManager_RefreshHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, RelationshipManager_RefreshHandler_Invoke, (RelationshipManager_RefreshHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5A50, IAsyncResult *, RelationshipManager_RefreshHandler_BeginInvoke, (RelationshipManager_RefreshHandler * __this, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, RelationshipManager_RefreshHandler_EndInvoke, (RelationshipManager_RefreshHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC890, void, RelationshipManager_RelationshipUpdateHandler__ctor, (RelationshipManager_RelationshipUpdateHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, RelationshipManager_RelationshipUpdateHandler_Invoke, (RelationshipManager_RelationshipUpdateHandler * __this, Relationship * relationship, MethodInfo * method)); DO_APP_FUNC(0x003F8ED0, IAsyncResult *, RelationshipManager_RelationshipUpdateHandler_BeginInvoke, (RelationshipManager_RelationshipUpdateHandler * __this, Relationship * relationship, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, RelationshipManager_RelationshipUpdateHandler_EndInvoke, (RelationshipManager_RelationshipUpdateHandler * __this, Relationship * relationship, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F8F60, LobbyManager_FFIMethods, LobbyManager_get_Methods, (LobbyManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003F9130, void, LobbyManager_add_OnLobbyUpdate, (LobbyManager * __this, LobbyManager_LobbyUpdateHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003F9220, void, LobbyManager_remove_OnLobbyUpdate, (LobbyManager * __this, LobbyManager_LobbyUpdateHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003F9310, void, LobbyManager_add_OnLobbyDelete, (LobbyManager * __this, LobbyManager_LobbyDeleteHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003F9400, void, LobbyManager_remove_OnLobbyDelete, (LobbyManager * __this, LobbyManager_LobbyDeleteHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003F94F0, void, LobbyManager_add_OnMemberConnect, (LobbyManager * __this, LobbyManager_MemberConnectHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003F95E0, void, LobbyManager_remove_OnMemberConnect, (LobbyManager * __this, LobbyManager_MemberConnectHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003F96D0, void, LobbyManager_add_OnMemberUpdate, (LobbyManager * __this, LobbyManager_MemberUpdateHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003F97C0, void, LobbyManager_remove_OnMemberUpdate, (LobbyManager * __this, LobbyManager_MemberUpdateHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003F98B0, void, LobbyManager_add_OnMemberDisconnect, (LobbyManager * __this, LobbyManager_MemberDisconnectHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003F99A0, void, LobbyManager_remove_OnMemberDisconnect, (LobbyManager * __this, LobbyManager_MemberDisconnectHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003F9A90, void, LobbyManager_add_OnLobbyMessage, (LobbyManager * __this, LobbyManager_LobbyMessageHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003F9B80, void, LobbyManager_remove_OnLobbyMessage, (LobbyManager * __this, LobbyManager_LobbyMessageHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003F9C70, void, LobbyManager_add_OnSpeaking, (LobbyManager * __this, LobbyManager_SpeakingHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003F9D60, void, LobbyManager_remove_OnSpeaking, (LobbyManager * __this, LobbyManager_SpeakingHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003F9E50, void, LobbyManager_add_OnNetworkMessage, (LobbyManager * __this, LobbyManager_NetworkMessageHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003F9F40, void, LobbyManager_remove_OnNetworkMessage, (LobbyManager * __this, LobbyManager_NetworkMessageHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003FA030, void, LobbyManager__ctor, (LobbyManager * __this, void * ptr, void * eventsPtr, LobbyManager_FFIEvents * events, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB298, LobbyManager__ctor__MethodInfo); DO_APP_FUNC(0x003FA160, void, LobbyManager_InitEvents, (LobbyManager * __this, void * eventsPtr, LobbyManager_FFIEvents * events, MethodInfo * method)); DO_APP_FUNC(0x003FAFB0, LobbyTransaction, LobbyManager_GetLobbyCreateTransaction, (LobbyManager * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB208, LobbyManager_GetLobbyCreateTransaction__MethodInfo); DO_APP_FUNC(0x003FB0E0, LobbyTransaction, LobbyManager_GetLobbyUpdateTransaction, (LobbyManager * __this, int64_t lobbyId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB200, LobbyManager_GetLobbyUpdateTransaction__MethodInfo); DO_APP_FUNC(0x003FB220, LobbyMemberTransaction, LobbyManager_GetMemberUpdateTransaction, (LobbyManager * __this, int64_t lobbyId, int64_t userId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB1F8, LobbyManager_GetMemberUpdateTransaction__MethodInfo); DO_APP_FUNC(0x003FB370, void, LobbyManager_CreateLobbyCallbackImpl, (void * ptr, Result__Enum result, Lobby * lobby, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB1E0, LobbyManager_CreateLobbyCallbackImpl__MethodInfo); DO_APP_FUNC(0x003FB4B0, void, LobbyManager_CreateLobby, (LobbyManager * __this, LobbyTransaction transaction, LobbyManager_CreateLobbyHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x003FB720, void, LobbyManager_UpdateLobbyCallbackImpl, (void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB1D0, LobbyManager_UpdateLobbyCallbackImpl__MethodInfo); DO_APP_FUNC(0x003FB850, void, LobbyManager_UpdateLobby, (LobbyManager * __this, int64_t lobbyId, LobbyTransaction transaction, LobbyManager_UpdateLobbyHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x003FBAC0, void, LobbyManager_DeleteLobbyCallbackImpl, (void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB1B0, LobbyManager_DeleteLobbyCallbackImpl__MethodInfo); DO_APP_FUNC(0x003FBBF0, void, LobbyManager_DeleteLobby, (LobbyManager * __this, int64_t lobbyId, LobbyManager_DeleteLobbyHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x003FBE50, void, LobbyManager_ConnectLobbyCallbackImpl, (void * ptr, Result__Enum result, Lobby * lobby, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB198, LobbyManager_ConnectLobbyCallbackImpl__MethodInfo); DO_APP_FUNC(0x003FBF90, void, LobbyManager_ConnectLobby, (LobbyManager * __this, int64_t lobbyId, String * secret, LobbyManager_ConnectLobbyHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x003FC1F0, void, LobbyManager_ConnectLobbyWithActivitySecretCallbackImpl, (void * ptr, Result__Enum result, Lobby * lobby, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB180, LobbyManager_ConnectLobbyWithActivitySecretCallbackImpl__MethodInfo); DO_APP_FUNC(0x003FC330, void, LobbyManager_ConnectLobbyWithActivitySecret, (LobbyManager * __this, String * activitySecret, LobbyManager_ConnectLobbyWithActivitySecretHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x003FC590, void, LobbyManager_DisconnectLobbyCallbackImpl, (void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB168, LobbyManager_DisconnectLobbyCallbackImpl__MethodInfo); DO_APP_FUNC(0x003FC6C0, void, LobbyManager_DisconnectLobby, (LobbyManager * __this, int64_t lobbyId, LobbyManager_DisconnectLobbyHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x003FC920, Lobby, LobbyManager_GetLobby, (LobbyManager * __this, int64_t lobbyId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB160, LobbyManager_GetLobby__MethodInfo); DO_APP_FUNC(0x003FCA60, String *, LobbyManager_GetLobbyActivitySecret, (LobbyManager * __this, int64_t lobbyId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB158, LobbyManager_GetLobbyActivitySecret__MethodInfo); DO_APP_FUNC(0x003FCC30, String *, LobbyManager_GetLobbyMetadataValue, (LobbyManager * __this, int64_t lobbyId, String * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB150, LobbyManager_GetLobbyMetadataValue__MethodInfo); DO_APP_FUNC(0x003FCE10, String *, LobbyManager_GetLobbyMetadataKey, (LobbyManager * __this, int64_t lobbyId, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB148, LobbyManager_GetLobbyMetadataKey__MethodInfo); DO_APP_FUNC(0x003FCFF0, int32_t, LobbyManager_LobbyMetadataCount, (LobbyManager * __this, int64_t lobbyId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB140, LobbyManager_LobbyMetadataCount__MethodInfo); DO_APP_FUNC(0x003FD130, int32_t, LobbyManager_MemberCount, (LobbyManager * __this, int64_t lobbyId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB138, LobbyManager_MemberCount__MethodInfo); DO_APP_FUNC(0x003FD270, int64_t, LobbyManager_GetMemberUserId, (LobbyManager * __this, int64_t lobbyId, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB130, LobbyManager_GetMemberUserId__MethodInfo); DO_APP_FUNC(0x003FD3C0, User, LobbyManager_GetMemberUser, (LobbyManager * __this, int64_t lobbyId, int64_t userId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB128, LobbyManager_GetMemberUser__MethodInfo); DO_APP_FUNC(0x003FD510, String *, LobbyManager_GetMemberMetadataValue, (LobbyManager * __this, int64_t lobbyId, int64_t userId, String * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB120, LobbyManager_GetMemberMetadataValue__MethodInfo); DO_APP_FUNC(0x003FD710, String *, LobbyManager_GetMemberMetadataKey, (LobbyManager * __this, int64_t lobbyId, int64_t userId, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB118, LobbyManager_GetMemberMetadataKey__MethodInfo); DO_APP_FUNC(0x003FD910, int32_t, LobbyManager_MemberMetadataCount, (LobbyManager * __this, int64_t lobbyId, int64_t userId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB110, LobbyManager_MemberMetadataCount__MethodInfo); DO_APP_FUNC(0x003FDA60, void, LobbyManager_UpdateMemberCallbackImpl, (void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB100, LobbyManager_UpdateMemberCallbackImpl__MethodInfo); DO_APP_FUNC(0x003FDB90, void, LobbyManager_UpdateMember, (LobbyManager * __this, int64_t lobbyId, int64_t userId, LobbyMemberTransaction transaction, LobbyManager_UpdateMemberHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x003FDE20, void, LobbyManager_SendLobbyMessageCallbackImpl, (void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB0E8, LobbyManager_SendLobbyMessageCallbackImpl__MethodInfo); DO_APP_FUNC(0x003FDF50, void, LobbyManager_SendLobbyMessage, (LobbyManager * __this, int64_t lobbyId, Byte__Array * data, LobbyManager_SendLobbyMessageHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x003FE1D0, LobbySearchQuery, LobbyManager_GetSearchQuery, (LobbyManager * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB0D8, LobbyManager_GetSearchQuery__MethodInfo); DO_APP_FUNC(0x003FE300, void, LobbyManager_SearchCallbackImpl, (void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB0C8, LobbyManager_SearchCallbackImpl__MethodInfo); DO_APP_FUNC(0x003FE430, void, LobbyManager_Search, (LobbyManager * __this, LobbySearchQuery query, LobbyManager_SearchHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x003FE6A0, int32_t, LobbyManager_LobbyCount, (LobbyManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003FE780, int64_t, LobbyManager_GetLobbyId, (LobbyManager * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB0B8, LobbyManager_GetLobbyId__MethodInfo); DO_APP_FUNC(0x003FE8C0, void, LobbyManager_ConnectVoiceCallbackImpl, (void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB0A0, LobbyManager_ConnectVoiceCallbackImpl__MethodInfo); DO_APP_FUNC(0x003FE9F0, void, LobbyManager_ConnectVoice, (LobbyManager * __this, int64_t lobbyId, LobbyManager_ConnectVoiceHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x003FEC50, void, LobbyManager_DisconnectVoiceCallbackImpl, (void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB088, LobbyManager_DisconnectVoiceCallbackImpl__MethodInfo); DO_APP_FUNC(0x003FED80, void, LobbyManager_DisconnectVoice, (LobbyManager * __this, int64_t lobbyId, LobbyManager_DisconnectVoiceHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x003FEFE0, void, LobbyManager_ConnectNetwork, (LobbyManager * __this, int64_t lobbyId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB080, LobbyManager_ConnectNetwork__MethodInfo); DO_APP_FUNC(0x003FF100, void, LobbyManager_DisconnectNetwork, (LobbyManager * __this, int64_t lobbyId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB078, LobbyManager_DisconnectNetwork__MethodInfo); DO_APP_FUNC(0x003FF220, void, LobbyManager_FlushNetwork, (LobbyManager * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB070, LobbyManager_FlushNetwork__MethodInfo); DO_APP_FUNC(0x003FF340, void, LobbyManager_OpenNetworkChannel, (LobbyManager * __this, int64_t lobbyId, uint8_t channelId, bool reliable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB068, LobbyManager_OpenNetworkChannel__MethodInfo); DO_APP_FUNC(0x003FF490, void, LobbyManager_SendNetworkMessage, (LobbyManager * __this, int64_t lobbyId, int64_t userId, uint8_t channelId, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB060, LobbyManager_SendNetworkMessage__MethodInfo); DO_APP_FUNC(0x003FF5F0, void, LobbyManager_OnLobbyUpdateImpl, (void * ptr, int64_t lobbyId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB278, LobbyManager_OnLobbyUpdateImpl__MethodInfo); DO_APP_FUNC(0x003FF740, void, LobbyManager_OnLobbyDeleteImpl, (void * ptr, int64_t lobbyId, uint32_t reason, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB288, LobbyManager_OnLobbyDeleteImpl__MethodInfo); DO_APP_FUNC(0x003FF8B0, void, LobbyManager_OnMemberConnectImpl, (void * ptr, int64_t lobbyId, int64_t userId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB270, LobbyManager_OnMemberConnectImpl__MethodInfo); DO_APP_FUNC(0x003FFA20, void, LobbyManager_OnMemberUpdateImpl, (void * ptr, int64_t lobbyId, int64_t userId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB260, LobbyManager_OnMemberUpdateImpl__MethodInfo); DO_APP_FUNC(0x003FFB90, void, LobbyManager_OnMemberDisconnectImpl, (void * ptr, int64_t lobbyId, int64_t userId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB268, LobbyManager_OnMemberDisconnectImpl__MethodInfo); DO_APP_FUNC(0x003FFD00, void, LobbyManager_OnLobbyMessageImpl, (void * ptr, int64_t lobbyId, int64_t userId, void * dataPtr, int32_t dataLen, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB280, LobbyManager_OnLobbyMessageImpl__MethodInfo); DO_APP_FUNC(0x003FFF10, void, LobbyManager_OnSpeakingImpl, (void * ptr, int64_t lobbyId, int64_t userId, bool speaking, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB250, LobbyManager_OnSpeakingImpl__MethodInfo); DO_APP_FUNC(0x00400090, void, LobbyManager_OnNetworkMessageImpl, (void * ptr, int64_t lobbyId, int64_t userId, uint8_t channelId, void * dataPtr, int32_t dataLen, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB258, LobbyManager_OnNetworkMessageImpl__MethodInfo); DO_APP_FUNC(0x004002A0, IEnumerable_1_Discord_User_ *, LobbyManager_GetMemberUsers, (LobbyManager * __this, int64_t lobbyID, MethodInfo * method)); DO_APP_FUNC(0x00400880, void, LobbyManager_SendLobbyMessage_1, (LobbyManager * __this, int64_t lobbyID, String * data, LobbyManager_SendLobbyMessageHandler * handler, MethodInfo * method)); DO_APP_FUNC(0x00400900, void, LobbyManager_FFIEvents_LobbyUpdateHandler__ctor, (LobbyManager_FFIEvents_LobbyUpdateHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, LobbyManager_FFIEvents_LobbyUpdateHandler_Invoke, (LobbyManager_FFIEvents_LobbyUpdateHandler * __this, void * ptr, int64_t lobbyId, MethodInfo * method)); DO_APP_FUNC(0x00400A30, IAsyncResult *, LobbyManager_FFIEvents_LobbyUpdateHandler_BeginInvoke, (LobbyManager_FFIEvents_LobbyUpdateHandler * __this, void * ptr, int64_t lobbyId, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_FFIEvents_LobbyUpdateHandler_EndInvoke, (LobbyManager_FFIEvents_LobbyUpdateHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00400AE0, void, LobbyManager_FFIEvents_LobbyDeleteHandler__ctor, (LobbyManager_FFIEvents_LobbyDeleteHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, LobbyManager_FFIEvents_LobbyDeleteHandler_Invoke, (LobbyManager_FFIEvents_LobbyDeleteHandler * __this, void * ptr, int64_t lobbyId, uint32_t reason, MethodInfo * method)); DO_APP_FUNC(0x00400C10, IAsyncResult *, LobbyManager_FFIEvents_LobbyDeleteHandler_BeginInvoke, (LobbyManager_FFIEvents_LobbyDeleteHandler * __this, void * ptr, int64_t lobbyId, uint32_t reason, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_FFIEvents_LobbyDeleteHandler_EndInvoke, (LobbyManager_FFIEvents_LobbyDeleteHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00400CE0, void, LobbyManager_FFIEvents_MemberConnectHandler__ctor, (LobbyManager_FFIEvents_MemberConnectHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, LobbyManager_FFIEvents_MemberConnectHandler_Invoke, (LobbyManager_FFIEvents_MemberConnectHandler * __this, void * ptr, int64_t lobbyId, int64_t userId, MethodInfo * method)); DO_APP_FUNC(0x00400E10, IAsyncResult *, LobbyManager_FFIEvents_MemberConnectHandler_BeginInvoke, (LobbyManager_FFIEvents_MemberConnectHandler * __this, void * ptr, int64_t lobbyId, int64_t userId, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_FFIEvents_MemberConnectHandler_EndInvoke, (LobbyManager_FFIEvents_MemberConnectHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00400CE0, void, LobbyManager_FFIEvents_MemberUpdateHandler__ctor, (LobbyManager_FFIEvents_MemberUpdateHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, LobbyManager_FFIEvents_MemberUpdateHandler_Invoke, (LobbyManager_FFIEvents_MemberUpdateHandler * __this, void * ptr, int64_t lobbyId, int64_t userId, MethodInfo * method)); DO_APP_FUNC(0x00400ED0, IAsyncResult *, LobbyManager_FFIEvents_MemberUpdateHandler_BeginInvoke, (LobbyManager_FFIEvents_MemberUpdateHandler * __this, void * ptr, int64_t lobbyId, int64_t userId, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_FFIEvents_MemberUpdateHandler_EndInvoke, (LobbyManager_FFIEvents_MemberUpdateHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00400CE0, void, LobbyManager_FFIEvents_MemberDisconnectHandler__ctor, (LobbyManager_FFIEvents_MemberDisconnectHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, LobbyManager_FFIEvents_MemberDisconnectHandler_Invoke, (LobbyManager_FFIEvents_MemberDisconnectHandler * __this, void * ptr, int64_t lobbyId, int64_t userId, MethodInfo * method)); DO_APP_FUNC(0x00400F90, IAsyncResult *, LobbyManager_FFIEvents_MemberDisconnectHandler_BeginInvoke, (LobbyManager_FFIEvents_MemberDisconnectHandler * __this, void * ptr, int64_t lobbyId, int64_t userId, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_FFIEvents_MemberDisconnectHandler_EndInvoke, (LobbyManager_FFIEvents_MemberDisconnectHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00401050, void, LobbyManager_FFIEvents_LobbyMessageHandler__ctor, (LobbyManager_FFIEvents_LobbyMessageHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EBC90, void, LobbyManager_FFIEvents_LobbyMessageHandler_Invoke, (LobbyManager_FFIEvents_LobbyMessageHandler * __this, void * ptr, int64_t lobbyId, int64_t userId, void * dataPtr, int32_t dataLen, MethodInfo * method)); DO_APP_FUNC(0x00401180, IAsyncResult *, LobbyManager_FFIEvents_LobbyMessageHandler_BeginInvoke, (LobbyManager_FFIEvents_LobbyMessageHandler * __this, void * ptr, int64_t lobbyId, int64_t userId, void * dataPtr, int32_t dataLen, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_FFIEvents_LobbyMessageHandler_EndInvoke, (LobbyManager_FFIEvents_LobbyMessageHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00401280, void, LobbyManager_FFIEvents_SpeakingHandler__ctor, (LobbyManager_FFIEvents_SpeakingHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x004013B0, void, LobbyManager_FFIEvents_SpeakingHandler_Invoke, (LobbyManager_FFIEvents_SpeakingHandler * __this, void * ptr, int64_t lobbyId, int64_t userId, bool speaking, MethodInfo * method)); DO_APP_FUNC(0x004013D0, IAsyncResult *, LobbyManager_FFIEvents_SpeakingHandler_BeginInvoke, (LobbyManager_FFIEvents_SpeakingHandler * __this, void * ptr, int64_t lobbyId, int64_t userId, bool speaking, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_FFIEvents_SpeakingHandler_EndInvoke, (LobbyManager_FFIEvents_SpeakingHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x004014C0, void, LobbyManager_FFIEvents_NetworkMessageHandler__ctor, (LobbyManager_FFIEvents_NetworkMessageHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x004015F0, void, LobbyManager_FFIEvents_NetworkMessageHandler_Invoke, (LobbyManager_FFIEvents_NetworkMessageHandler * __this, void * ptr, int64_t lobbyId, int64_t userId, uint8_t channelId, void * dataPtr, int32_t dataLen, MethodInfo * method)); DO_APP_FUNC(0x00401610, IAsyncResult *, LobbyManager_FFIEvents_NetworkMessageHandler_BeginInvoke, (LobbyManager_FFIEvents_NetworkMessageHandler * __this, void * ptr, int64_t lobbyId, int64_t userId, uint8_t channelId, void * dataPtr, int32_t dataLen, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_FFIEvents_NetworkMessageHandler_EndInvoke, (LobbyManager_FFIEvents_NetworkMessageHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB040, void, LobbyManager_FFIMethods_GetLobbyCreateTransactionMethod__ctor, (LobbyManager_FFIMethods_GetLobbyCreateTransactionMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Result__Enum, LobbyManager_FFIMethods_GetLobbyCreateTransactionMethod_Invoke, (LobbyManager_FFIMethods_GetLobbyCreateTransactionMethod * __this, void * methodsPtr, void * * transaction, MethodInfo * method)); DO_APP_FUNC(0x00401740, IAsyncResult *, LobbyManager_FFIMethods_GetLobbyCreateTransactionMethod_BeginInvoke, (LobbyManager_FFIMethods_GetLobbyCreateTransactionMethod * __this, void * methodsPtr, void * * transaction, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, LobbyManager_FFIMethods_GetLobbyCreateTransactionMethod_EndInvoke, (LobbyManager_FFIMethods_GetLobbyCreateTransactionMethod * __this, void * * transaction, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F8A30, void, LobbyManager_FFIMethods_GetLobbyUpdateTransactionMethod__ctor, (LobbyManager_FFIMethods_GetLobbyUpdateTransactionMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Result__Enum, LobbyManager_FFIMethods_GetLobbyUpdateTransactionMethod_Invoke, (LobbyManager_FFIMethods_GetLobbyUpdateTransactionMethod * __this, void * methodsPtr, int64_t lobbyId, void * * transaction, MethodInfo * method)); DO_APP_FUNC(0x004017E0, IAsyncResult *, LobbyManager_FFIMethods_GetLobbyUpdateTransactionMethod_BeginInvoke, (LobbyManager_FFIMethods_GetLobbyUpdateTransactionMethod * __this, void * methodsPtr, int64_t lobbyId, void * * transaction, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, LobbyManager_FFIMethods_GetLobbyUpdateTransactionMethod_EndInvoke, (LobbyManager_FFIMethods_GetLobbyUpdateTransactionMethod * __this, void * * transaction, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x004018A0, void, LobbyManager_FFIMethods_GetMemberUpdateTransactionMethod__ctor, (LobbyManager_FFIMethods_GetMemberUpdateTransactionMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE800, Result__Enum, LobbyManager_FFIMethods_GetMemberUpdateTransactionMethod_Invoke, (LobbyManager_FFIMethods_GetMemberUpdateTransactionMethod * __this, void * methodsPtr, int64_t lobbyId, int64_t userId, void * * transaction, MethodInfo * method)); DO_APP_FUNC(0x004019D0, IAsyncResult *, LobbyManager_FFIMethods_GetMemberUpdateTransactionMethod_BeginInvoke, (LobbyManager_FFIMethods_GetMemberUpdateTransactionMethod * __this, void * methodsPtr, int64_t lobbyId, int64_t userId, void * * transaction, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, LobbyManager_FFIMethods_GetMemberUpdateTransactionMethod_EndInvoke, (LobbyManager_FFIMethods_GetMemberUpdateTransactionMethod * __this, void * * transaction, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F21A0, void, LobbyManager_FFIMethods_CreateLobbyCallback__ctor, (LobbyManager_FFIMethods_CreateLobbyCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, LobbyManager_FFIMethods_CreateLobbyCallback_Invoke, (LobbyManager_FFIMethods_CreateLobbyCallback * __this, void * ptr, Result__Enum result, Lobby * lobby, MethodInfo * method)); DO_APP_FUNC(0x00401AA0, IAsyncResult *, LobbyManager_FFIMethods_CreateLobbyCallback_BeginInvoke, (LobbyManager_FFIMethods_CreateLobbyCallback * __this, void * ptr, Result__Enum result, Lobby * lobby, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, LobbyManager_FFIMethods_CreateLobbyCallback_EndInvoke, (LobbyManager_FFIMethods_CreateLobbyCallback * __this, Lobby * lobby, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC160, void, LobbyManager_FFIMethods_CreateLobbyMethod__ctor, (LobbyManager_FFIMethods_CreateLobbyMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, LobbyManager_FFIMethods_CreateLobbyMethod_Invoke, (LobbyManager_FFIMethods_CreateLobbyMethod * __this, void * methodsPtr, void * transaction, void * callbackData, LobbyManager_FFIMethods_CreateLobbyCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x00401B70, IAsyncResult *, LobbyManager_FFIMethods_CreateLobbyMethod_BeginInvoke, (LobbyManager_FFIMethods_CreateLobbyMethod * __this, void * methodsPtr, void * transaction, void * callbackData, LobbyManager_FFIMethods_CreateLobbyCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_FFIMethods_CreateLobbyMethod_EndInvoke, (LobbyManager_FFIMethods_CreateLobbyMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB430, void, LobbyManager_FFIMethods_UpdateLobbyCallback__ctor, (LobbyManager_FFIMethods_UpdateLobbyCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, LobbyManager_FFIMethods_UpdateLobbyCallback_Invoke, (LobbyManager_FFIMethods_UpdateLobbyCallback * __this, void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x00401C30, IAsyncResult *, LobbyManager_FFIMethods_UpdateLobbyCallback_BeginInvoke, (LobbyManager_FFIMethods_UpdateLobbyCallback * __this, void * ptr, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_FFIMethods_UpdateLobbyCallback_EndInvoke, (LobbyManager_FFIMethods_UpdateLobbyCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00401CE0, void, LobbyManager_FFIMethods_UpdateLobbyMethod__ctor, (LobbyManager_FFIMethods_UpdateLobbyMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EBC90, void, LobbyManager_FFIMethods_UpdateLobbyMethod_Invoke, (LobbyManager_FFIMethods_UpdateLobbyMethod * __this, void * methodsPtr, int64_t lobbyId, void * transaction, void * callbackData, LobbyManager_FFIMethods_UpdateLobbyCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x00401E10, IAsyncResult *, LobbyManager_FFIMethods_UpdateLobbyMethod_BeginInvoke, (LobbyManager_FFIMethods_UpdateLobbyMethod * __this, void * methodsPtr, int64_t lobbyId, void * transaction, void * callbackData, LobbyManager_FFIMethods_UpdateLobbyCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_FFIMethods_UpdateLobbyMethod_EndInvoke, (LobbyManager_FFIMethods_UpdateLobbyMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB430, void, LobbyManager_FFIMethods_DeleteLobbyCallback__ctor, (LobbyManager_FFIMethods_DeleteLobbyCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, LobbyManager_FFIMethods_DeleteLobbyCallback_Invoke, (LobbyManager_FFIMethods_DeleteLobbyCallback * __this, void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x00401EF0, IAsyncResult *, LobbyManager_FFIMethods_DeleteLobbyCallback_BeginInvoke, (LobbyManager_FFIMethods_DeleteLobbyCallback * __this, void * ptr, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_FFIMethods_DeleteLobbyCallback_EndInvoke, (LobbyManager_FFIMethods_DeleteLobbyCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC160, void, LobbyManager_FFIMethods_DeleteLobbyMethod__ctor, (LobbyManager_FFIMethods_DeleteLobbyMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, LobbyManager_FFIMethods_DeleteLobbyMethod_Invoke, (LobbyManager_FFIMethods_DeleteLobbyMethod * __this, void * methodsPtr, int64_t lobbyId, void * callbackData, LobbyManager_FFIMethods_DeleteLobbyCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x00401FA0, IAsyncResult *, LobbyManager_FFIMethods_DeleteLobbyMethod_BeginInvoke, (LobbyManager_FFIMethods_DeleteLobbyMethod * __this, void * methodsPtr, int64_t lobbyId, void * callbackData, LobbyManager_FFIMethods_DeleteLobbyCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_FFIMethods_DeleteLobbyMethod_EndInvoke, (LobbyManager_FFIMethods_DeleteLobbyMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F21A0, void, LobbyManager_FFIMethods_ConnectLobbyCallback__ctor, (LobbyManager_FFIMethods_ConnectLobbyCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, LobbyManager_FFIMethods_ConnectLobbyCallback_Invoke, (LobbyManager_FFIMethods_ConnectLobbyCallback * __this, void * ptr, Result__Enum result, Lobby * lobby, MethodInfo * method)); DO_APP_FUNC(0x00402070, IAsyncResult *, LobbyManager_FFIMethods_ConnectLobbyCallback_BeginInvoke, (LobbyManager_FFIMethods_ConnectLobbyCallback * __this, void * ptr, Result__Enum result, Lobby * lobby, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, LobbyManager_FFIMethods_ConnectLobbyCallback_EndInvoke, (LobbyManager_FFIMethods_ConnectLobbyCallback * __this, Lobby * lobby, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00402140, void, LobbyManager_FFIMethods_ConnectLobbyMethod__ctor, (LobbyManager_FFIMethods_ConnectLobbyMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EBC90, void, LobbyManager_FFIMethods_ConnectLobbyMethod_Invoke, (LobbyManager_FFIMethods_ConnectLobbyMethod * __this, void * methodsPtr, int64_t lobbyId, String * secret, void * callbackData, LobbyManager_FFIMethods_ConnectLobbyCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x00402270, IAsyncResult *, LobbyManager_FFIMethods_ConnectLobbyMethod_BeginInvoke, (LobbyManager_FFIMethods_ConnectLobbyMethod * __this, void * methodsPtr, int64_t lobbyId, String * secret, void * callbackData, LobbyManager_FFIMethods_ConnectLobbyCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_FFIMethods_ConnectLobbyMethod_EndInvoke, (LobbyManager_FFIMethods_ConnectLobbyMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F21A0, void, LobbyManager_FFIMethods_ConnectLobbyWithActivitySecretCallback__ctor, (LobbyManager_FFIMethods_ConnectLobbyWithActivitySecretCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, LobbyManager_FFIMethods_ConnectLobbyWithActivitySecretCallback_Invoke, (LobbyManager_FFIMethods_ConnectLobbyWithActivitySecretCallback * __this, void * ptr, Result__Enum result, Lobby * lobby, MethodInfo * method)); DO_APP_FUNC(0x00402350, IAsyncResult *, LobbyManager_FFIMethods_ConnectLobbyWithActivitySecretCallback_BeginInvoke, (LobbyManager_FFIMethods_ConnectLobbyWithActivitySecretCallback * __this, void * ptr, Result__Enum result, Lobby * lobby, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, LobbyManager_FFIMethods_ConnectLobbyWithActivitySecretCallback_EndInvoke, (LobbyManager_FFIMethods_ConnectLobbyWithActivitySecretCallback * __this, Lobby * lobby, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB610, void, LobbyManager_FFIMethods_ConnectLobbyWithActivitySecretMethod__ctor, (LobbyManager_FFIMethods_ConnectLobbyWithActivitySecretMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, LobbyManager_FFIMethods_ConnectLobbyWithActivitySecretMethod_Invoke, (LobbyManager_FFIMethods_ConnectLobbyWithActivitySecretMethod * __this, void * methodsPtr, String * activitySecret, void * callbackData, LobbyManager_FFIMethods_ConnectLobbyWithActivitySecretCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x00402420, IAsyncResult *, LobbyManager_FFIMethods_ConnectLobbyWithActivitySecretMethod_BeginInvoke, (LobbyManager_FFIMethods_ConnectLobbyWithActivitySecretMethod * __this, void * methodsPtr, String * activitySecret, void * callbackData, LobbyManager_FFIMethods_ConnectLobbyWithActivitySecretCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_FFIMethods_ConnectLobbyWithActivitySecretMethod_EndInvoke, (LobbyManager_FFIMethods_ConnectLobbyWithActivitySecretMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB430, void, LobbyManager_FFIMethods_DisconnectLobbyCallback__ctor, (LobbyManager_FFIMethods_DisconnectLobbyCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, LobbyManager_FFIMethods_DisconnectLobbyCallback_Invoke, (LobbyManager_FFIMethods_DisconnectLobbyCallback * __this, void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x004024D0, IAsyncResult *, LobbyManager_FFIMethods_DisconnectLobbyCallback_BeginInvoke, (LobbyManager_FFIMethods_DisconnectLobbyCallback * __this, void * ptr, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_FFIMethods_DisconnectLobbyCallback_EndInvoke, (LobbyManager_FFIMethods_DisconnectLobbyCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC160, void, LobbyManager_FFIMethods_DisconnectLobbyMethod__ctor, (LobbyManager_FFIMethods_DisconnectLobbyMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, LobbyManager_FFIMethods_DisconnectLobbyMethod_Invoke, (LobbyManager_FFIMethods_DisconnectLobbyMethod * __this, void * methodsPtr, int64_t lobbyId, void * callbackData, LobbyManager_FFIMethods_DisconnectLobbyCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x00402580, IAsyncResult *, LobbyManager_FFIMethods_DisconnectLobbyMethod_BeginInvoke, (LobbyManager_FFIMethods_DisconnectLobbyMethod * __this, void * methodsPtr, int64_t lobbyId, void * callbackData, LobbyManager_FFIMethods_DisconnectLobbyCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_FFIMethods_DisconnectLobbyMethod_EndInvoke, (LobbyManager_FFIMethods_DisconnectLobbyMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F8A30, void, LobbyManager_FFIMethods_GetLobbyMethod__ctor, (LobbyManager_FFIMethods_GetLobbyMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Result__Enum, LobbyManager_FFIMethods_GetLobbyMethod_Invoke, (LobbyManager_FFIMethods_GetLobbyMethod * __this, void * methodsPtr, int64_t lobbyId, Lobby * lobby, MethodInfo * method)); DO_APP_FUNC(0x00402650, IAsyncResult *, LobbyManager_FFIMethods_GetLobbyMethod_BeginInvoke, (LobbyManager_FFIMethods_GetLobbyMethod * __this, void * methodsPtr, int64_t lobbyId, Lobby * lobby, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, LobbyManager_FFIMethods_GetLobbyMethod_EndInvoke, (LobbyManager_FFIMethods_GetLobbyMethod * __this, Lobby * lobby, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F8A30, void, LobbyManager_FFIMethods_GetLobbyActivitySecretMethod__ctor, (LobbyManager_FFIMethods_GetLobbyActivitySecretMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Result__Enum, LobbyManager_FFIMethods_GetLobbyActivitySecretMethod_Invoke, (LobbyManager_FFIMethods_GetLobbyActivitySecretMethod * __this, void * methodsPtr, int64_t lobbyId, StringBuilder * secret, MethodInfo * method)); DO_APP_FUNC(0x00402720, IAsyncResult *, LobbyManager_FFIMethods_GetLobbyActivitySecretMethod_BeginInvoke, (LobbyManager_FFIMethods_GetLobbyActivitySecretMethod * __this, void * methodsPtr, int64_t lobbyId, StringBuilder * secret, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, LobbyManager_FFIMethods_GetLobbyActivitySecretMethod_EndInvoke, (LobbyManager_FFIMethods_GetLobbyActivitySecretMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x004027D0, void, LobbyManager_FFIMethods_GetLobbyMetadataValueMethod__ctor, (LobbyManager_FFIMethods_GetLobbyMetadataValueMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE800, Result__Enum, LobbyManager_FFIMethods_GetLobbyMetadataValueMethod_Invoke, (LobbyManager_FFIMethods_GetLobbyMetadataValueMethod * __this, void * methodsPtr, int64_t lobbyId, String * key, StringBuilder * value, MethodInfo * method)); DO_APP_FUNC(0x00402900, IAsyncResult *, LobbyManager_FFIMethods_GetLobbyMetadataValueMethod_BeginInvoke, (LobbyManager_FFIMethods_GetLobbyMetadataValueMethod * __this, void * methodsPtr, int64_t lobbyId, String * key, StringBuilder * value, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, LobbyManager_FFIMethods_GetLobbyMetadataValueMethod_EndInvoke, (LobbyManager_FFIMethods_GetLobbyMetadataValueMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x004029C0, void, LobbyManager_FFIMethods_GetLobbyMetadataKeyMethod__ctor, (LobbyManager_FFIMethods_GetLobbyMetadataKeyMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE800, Result__Enum, LobbyManager_FFIMethods_GetLobbyMetadataKeyMethod_Invoke, (LobbyManager_FFIMethods_GetLobbyMetadataKeyMethod * __this, void * methodsPtr, int64_t lobbyId, int32_t index, StringBuilder * key, MethodInfo * method)); DO_APP_FUNC(0x00402AF0, IAsyncResult *, LobbyManager_FFIMethods_GetLobbyMetadataKeyMethod_BeginInvoke, (LobbyManager_FFIMethods_GetLobbyMetadataKeyMethod * __this, void * methodsPtr, int64_t lobbyId, int32_t index, StringBuilder * key, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, LobbyManager_FFIMethods_GetLobbyMetadataKeyMethod_EndInvoke, (LobbyManager_FFIMethods_GetLobbyMetadataKeyMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F8A30, void, LobbyManager_FFIMethods_LobbyMetadataCountMethod__ctor, (LobbyManager_FFIMethods_LobbyMetadataCountMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Result__Enum, LobbyManager_FFIMethods_LobbyMetadataCountMethod_Invoke, (LobbyManager_FFIMethods_LobbyMetadataCountMethod * __this, void * methodsPtr, int64_t lobbyId, int32_t * count, MethodInfo * method)); DO_APP_FUNC(0x00402BD0, IAsyncResult *, LobbyManager_FFIMethods_LobbyMetadataCountMethod_BeginInvoke, (LobbyManager_FFIMethods_LobbyMetadataCountMethod * __this, void * methodsPtr, int64_t lobbyId, int32_t * count, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, LobbyManager_FFIMethods_LobbyMetadataCountMethod_EndInvoke, (LobbyManager_FFIMethods_LobbyMetadataCountMethod * __this, int32_t * count, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F8A30, void, LobbyManager_FFIMethods_MemberCountMethod__ctor, (LobbyManager_FFIMethods_MemberCountMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Result__Enum, LobbyManager_FFIMethods_MemberCountMethod_Invoke, (LobbyManager_FFIMethods_MemberCountMethod * __this, void * methodsPtr, int64_t lobbyId, int32_t * count, MethodInfo * method)); DO_APP_FUNC(0x00402CA0, IAsyncResult *, LobbyManager_FFIMethods_MemberCountMethod_BeginInvoke, (LobbyManager_FFIMethods_MemberCountMethod * __this, void * methodsPtr, int64_t lobbyId, int32_t * count, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, LobbyManager_FFIMethods_MemberCountMethod_EndInvoke, (LobbyManager_FFIMethods_MemberCountMethod * __this, int32_t * count, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x004029C0, void, LobbyManager_FFIMethods_GetMemberUserIdMethod__ctor, (LobbyManager_FFIMethods_GetMemberUserIdMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE800, Result__Enum, LobbyManager_FFIMethods_GetMemberUserIdMethod_Invoke, (LobbyManager_FFIMethods_GetMemberUserIdMethod * __this, void * methodsPtr, int64_t lobbyId, int32_t index, int64_t * userId, MethodInfo * method)); DO_APP_FUNC(0x00402D70, IAsyncResult *, LobbyManager_FFIMethods_GetMemberUserIdMethod_BeginInvoke, (LobbyManager_FFIMethods_GetMemberUserIdMethod * __this, void * methodsPtr, int64_t lobbyId, int32_t index, int64_t * userId, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, LobbyManager_FFIMethods_GetMemberUserIdMethod_EndInvoke, (LobbyManager_FFIMethods_GetMemberUserIdMethod * __this, int64_t * userId, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x004018A0, void, LobbyManager_FFIMethods_GetMemberUserMethod__ctor, (LobbyManager_FFIMethods_GetMemberUserMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE800, Result__Enum, LobbyManager_FFIMethods_GetMemberUserMethod_Invoke, (LobbyManager_FFIMethods_GetMemberUserMethod * __this, void * methodsPtr, int64_t lobbyId, int64_t userId, User * user, MethodInfo * method)); DO_APP_FUNC(0x00402E60, IAsyncResult *, LobbyManager_FFIMethods_GetMemberUserMethod_BeginInvoke, (LobbyManager_FFIMethods_GetMemberUserMethod * __this, void * methodsPtr, int64_t lobbyId, int64_t userId, User * user, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, LobbyManager_FFIMethods_GetMemberUserMethod_EndInvoke, (LobbyManager_FFIMethods_GetMemberUserMethod * __this, User * user, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00402F50, void, LobbyManager_FFIMethods_GetMemberMetadataValueMethod__ctor, (LobbyManager_FFIMethods_GetMemberMetadataValueMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE5C0, Result__Enum, LobbyManager_FFIMethods_GetMemberMetadataValueMethod_Invoke, (LobbyManager_FFIMethods_GetMemberMetadataValueMethod * __this, void * methodsPtr, int64_t lobbyId, int64_t userId, String * key, StringBuilder * value, MethodInfo * method)); DO_APP_FUNC(0x00403080, IAsyncResult *, LobbyManager_FFIMethods_GetMemberMetadataValueMethod_BeginInvoke, (LobbyManager_FFIMethods_GetMemberMetadataValueMethod * __this, void * methodsPtr, int64_t lobbyId, int64_t userId, String * key, StringBuilder * value, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, LobbyManager_FFIMethods_GetMemberMetadataValueMethod_EndInvoke, (LobbyManager_FFIMethods_GetMemberMetadataValueMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00403160, void, LobbyManager_FFIMethods_GetMemberMetadataKeyMethod__ctor, (LobbyManager_FFIMethods_GetMemberMetadataKeyMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE5C0, Result__Enum, LobbyManager_FFIMethods_GetMemberMetadataKeyMethod_Invoke, (LobbyManager_FFIMethods_GetMemberMetadataKeyMethod * __this, void * methodsPtr, int64_t lobbyId, int64_t userId, int32_t index, StringBuilder * key, MethodInfo * method)); DO_APP_FUNC(0x00403290, IAsyncResult *, LobbyManager_FFIMethods_GetMemberMetadataKeyMethod_BeginInvoke, (LobbyManager_FFIMethods_GetMemberMetadataKeyMethod * __this, void * methodsPtr, int64_t lobbyId, int64_t userId, int32_t index, StringBuilder * key, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, LobbyManager_FFIMethods_GetMemberMetadataKeyMethod_EndInvoke, (LobbyManager_FFIMethods_GetMemberMetadataKeyMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x004018A0, void, LobbyManager_FFIMethods_MemberMetadataCountMethod__ctor, (LobbyManager_FFIMethods_MemberMetadataCountMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE800, Result__Enum, LobbyManager_FFIMethods_MemberMetadataCountMethod_Invoke, (LobbyManager_FFIMethods_MemberMetadataCountMethod * __this, void * methodsPtr, int64_t lobbyId, int64_t userId, int32_t * count, MethodInfo * method)); DO_APP_FUNC(0x00403380, IAsyncResult *, LobbyManager_FFIMethods_MemberMetadataCountMethod_BeginInvoke, (LobbyManager_FFIMethods_MemberMetadataCountMethod * __this, void * methodsPtr, int64_t lobbyId, int64_t userId, int32_t * count, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, LobbyManager_FFIMethods_MemberMetadataCountMethod_EndInvoke, (LobbyManager_FFIMethods_MemberMetadataCountMethod * __this, int32_t * count, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB430, void, LobbyManager_FFIMethods_UpdateMemberCallback__ctor, (LobbyManager_FFIMethods_UpdateMemberCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, LobbyManager_FFIMethods_UpdateMemberCallback_Invoke, (LobbyManager_FFIMethods_UpdateMemberCallback * __this, void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x00403470, IAsyncResult *, LobbyManager_FFIMethods_UpdateMemberCallback_BeginInvoke, (LobbyManager_FFIMethods_UpdateMemberCallback * __this, void * ptr, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_FFIMethods_UpdateMemberCallback_EndInvoke, (LobbyManager_FFIMethods_UpdateMemberCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00403520, void, LobbyManager_FFIMethods_UpdateMemberMethod__ctor, (LobbyManager_FFIMethods_UpdateMemberMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EBF80, void, LobbyManager_FFIMethods_UpdateMemberMethod_Invoke, (LobbyManager_FFIMethods_UpdateMemberMethod * __this, void * methodsPtr, int64_t lobbyId, int64_t userId, void * transaction, void * callbackData, LobbyManager_FFIMethods_UpdateMemberCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x00403650, IAsyncResult *, LobbyManager_FFIMethods_UpdateMemberMethod_BeginInvoke, (LobbyManager_FFIMethods_UpdateMemberMethod * __this, void * methodsPtr, int64_t lobbyId, int64_t userId, void * transaction, void * callbackData, LobbyManager_FFIMethods_UpdateMemberCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_FFIMethods_UpdateMemberMethod_EndInvoke, (LobbyManager_FFIMethods_UpdateMemberMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB430, void, LobbyManager_FFIMethods_SendLobbyMessageCallback__ctor, (LobbyManager_FFIMethods_SendLobbyMessageCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, LobbyManager_FFIMethods_SendLobbyMessageCallback_Invoke, (LobbyManager_FFIMethods_SendLobbyMessageCallback * __this, void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x00403750, IAsyncResult *, LobbyManager_FFIMethods_SendLobbyMessageCallback_BeginInvoke, (LobbyManager_FFIMethods_SendLobbyMessageCallback * __this, void * ptr, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_FFIMethods_SendLobbyMessageCallback_EndInvoke, (LobbyManager_FFIMethods_SendLobbyMessageCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00403800, void, LobbyManager_FFIMethods_SendLobbyMessageMethod__ctor, (LobbyManager_FFIMethods_SendLobbyMessageMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EBF80, void, LobbyManager_FFIMethods_SendLobbyMessageMethod_Invoke, (LobbyManager_FFIMethods_SendLobbyMessageMethod * __this, void * methodsPtr, int64_t lobbyId, Byte__Array * data, int32_t dataLen, void * callbackData, LobbyManager_FFIMethods_SendLobbyMessageCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x00403930, IAsyncResult *, LobbyManager_FFIMethods_SendLobbyMessageMethod_BeginInvoke, (LobbyManager_FFIMethods_SendLobbyMessageMethod * __this, void * methodsPtr, int64_t lobbyId, Byte__Array * data, int32_t dataLen, void * callbackData, LobbyManager_FFIMethods_SendLobbyMessageCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_FFIMethods_SendLobbyMessageMethod_EndInvoke, (LobbyManager_FFIMethods_SendLobbyMessageMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB040, void, LobbyManager_FFIMethods_GetSearchQueryMethod__ctor, (LobbyManager_FFIMethods_GetSearchQueryMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Result__Enum, LobbyManager_FFIMethods_GetSearchQueryMethod_Invoke, (LobbyManager_FFIMethods_GetSearchQueryMethod * __this, void * methodsPtr, void * * query, MethodInfo * method)); DO_APP_FUNC(0x00403A40, IAsyncResult *, LobbyManager_FFIMethods_GetSearchQueryMethod_BeginInvoke, (LobbyManager_FFIMethods_GetSearchQueryMethod * __this, void * methodsPtr, void * * query, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, LobbyManager_FFIMethods_GetSearchQueryMethod_EndInvoke, (LobbyManager_FFIMethods_GetSearchQueryMethod * __this, void * * query, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB430, void, LobbyManager_FFIMethods_SearchCallback__ctor, (LobbyManager_FFIMethods_SearchCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, LobbyManager_FFIMethods_SearchCallback_Invoke, (LobbyManager_FFIMethods_SearchCallback * __this, void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x00403AE0, IAsyncResult *, LobbyManager_FFIMethods_SearchCallback_BeginInvoke, (LobbyManager_FFIMethods_SearchCallback * __this, void * ptr, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_FFIMethods_SearchCallback_EndInvoke, (LobbyManager_FFIMethods_SearchCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC160, void, LobbyManager_FFIMethods_SearchMethod__ctor, (LobbyManager_FFIMethods_SearchMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, LobbyManager_FFIMethods_SearchMethod_Invoke, (LobbyManager_FFIMethods_SearchMethod * __this, void * methodsPtr, void * query, void * callbackData, LobbyManager_FFIMethods_SearchCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x00403B90, IAsyncResult *, LobbyManager_FFIMethods_SearchMethod_BeginInvoke, (LobbyManager_FFIMethods_SearchMethod * __this, void * methodsPtr, void * query, void * callbackData, LobbyManager_FFIMethods_SearchCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_FFIMethods_SearchMethod_EndInvoke, (LobbyManager_FFIMethods_SearchMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003E9FE0, void, LobbyManager_FFIMethods_LobbyCountMethod__ctor, (LobbyManager_FFIMethods_LobbyCountMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, LobbyManager_FFIMethods_LobbyCountMethod_Invoke, (LobbyManager_FFIMethods_LobbyCountMethod * __this, void * methodsPtr, int32_t * count, MethodInfo * method)); DO_APP_FUNC(0x00403C50, IAsyncResult *, LobbyManager_FFIMethods_LobbyCountMethod_BeginInvoke, (LobbyManager_FFIMethods_LobbyCountMethod * __this, void * methodsPtr, int32_t * count, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, LobbyManager_FFIMethods_LobbyCountMethod_EndInvoke, (LobbyManager_FFIMethods_LobbyCountMethod * __this, int32_t * count, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F5670, void, LobbyManager_FFIMethods_GetLobbyIdMethod__ctor, (LobbyManager_FFIMethods_GetLobbyIdMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Result__Enum, LobbyManager_FFIMethods_GetLobbyIdMethod_Invoke, (LobbyManager_FFIMethods_GetLobbyIdMethod * __this, void * methodsPtr, int32_t index, int64_t * lobbyId, MethodInfo * method)); DO_APP_FUNC(0x00403D00, IAsyncResult *, LobbyManager_FFIMethods_GetLobbyIdMethod_BeginInvoke, (LobbyManager_FFIMethods_GetLobbyIdMethod * __this, void * methodsPtr, int32_t index, int64_t * lobbyId, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, LobbyManager_FFIMethods_GetLobbyIdMethod_EndInvoke, (LobbyManager_FFIMethods_GetLobbyIdMethod * __this, int64_t * lobbyId, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB430, void, LobbyManager_FFIMethods_ConnectVoiceCallback__ctor, (LobbyManager_FFIMethods_ConnectVoiceCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, LobbyManager_FFIMethods_ConnectVoiceCallback_Invoke, (LobbyManager_FFIMethods_ConnectVoiceCallback * __this, void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x00403DD0, IAsyncResult *, LobbyManager_FFIMethods_ConnectVoiceCallback_BeginInvoke, (LobbyManager_FFIMethods_ConnectVoiceCallback * __this, void * ptr, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_FFIMethods_ConnectVoiceCallback_EndInvoke, (LobbyManager_FFIMethods_ConnectVoiceCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC160, void, LobbyManager_FFIMethods_ConnectVoiceMethod__ctor, (LobbyManager_FFIMethods_ConnectVoiceMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, LobbyManager_FFIMethods_ConnectVoiceMethod_Invoke, (LobbyManager_FFIMethods_ConnectVoiceMethod * __this, void * methodsPtr, int64_t lobbyId, void * callbackData, LobbyManager_FFIMethods_ConnectVoiceCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x00403E80, IAsyncResult *, LobbyManager_FFIMethods_ConnectVoiceMethod_BeginInvoke, (LobbyManager_FFIMethods_ConnectVoiceMethod * __this, void * methodsPtr, int64_t lobbyId, void * callbackData, LobbyManager_FFIMethods_ConnectVoiceCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_FFIMethods_ConnectVoiceMethod_EndInvoke, (LobbyManager_FFIMethods_ConnectVoiceMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB430, void, LobbyManager_FFIMethods_DisconnectVoiceCallback__ctor, (LobbyManager_FFIMethods_DisconnectVoiceCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, LobbyManager_FFIMethods_DisconnectVoiceCallback_Invoke, (LobbyManager_FFIMethods_DisconnectVoiceCallback * __this, void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x00403F50, IAsyncResult *, LobbyManager_FFIMethods_DisconnectVoiceCallback_BeginInvoke, (LobbyManager_FFIMethods_DisconnectVoiceCallback * __this, void * ptr, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_FFIMethods_DisconnectVoiceCallback_EndInvoke, (LobbyManager_FFIMethods_DisconnectVoiceCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC160, void, LobbyManager_FFIMethods_DisconnectVoiceMethod__ctor, (LobbyManager_FFIMethods_DisconnectVoiceMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, LobbyManager_FFIMethods_DisconnectVoiceMethod_Invoke, (LobbyManager_FFIMethods_DisconnectVoiceMethod * __this, void * methodsPtr, int64_t lobbyId, void * callbackData, LobbyManager_FFIMethods_DisconnectVoiceCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x00404000, IAsyncResult *, LobbyManager_FFIMethods_DisconnectVoiceMethod_BeginInvoke, (LobbyManager_FFIMethods_DisconnectVoiceMethod * __this, void * methodsPtr, int64_t lobbyId, void * callbackData, LobbyManager_FFIMethods_DisconnectVoiceCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_FFIMethods_DisconnectVoiceMethod_EndInvoke, (LobbyManager_FFIMethods_DisconnectVoiceMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003ED440, void, LobbyManager_FFIMethods_ConnectNetworkMethod__ctor, (LobbyManager_FFIMethods_ConnectNetworkMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Result__Enum, LobbyManager_FFIMethods_ConnectNetworkMethod_Invoke, (LobbyManager_FFIMethods_ConnectNetworkMethod * __this, void * methodsPtr, int64_t lobbyId, MethodInfo * method)); DO_APP_FUNC(0x004040D0, IAsyncResult *, LobbyManager_FFIMethods_ConnectNetworkMethod_BeginInvoke, (LobbyManager_FFIMethods_ConnectNetworkMethod * __this, void * methodsPtr, int64_t lobbyId, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, LobbyManager_FFIMethods_ConnectNetworkMethod_EndInvoke, (LobbyManager_FFIMethods_ConnectNetworkMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003ED440, void, LobbyManager_FFIMethods_DisconnectNetworkMethod__ctor, (LobbyManager_FFIMethods_DisconnectNetworkMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Result__Enum, LobbyManager_FFIMethods_DisconnectNetworkMethod_Invoke, (LobbyManager_FFIMethods_DisconnectNetworkMethod * __this, void * methodsPtr, int64_t lobbyId, MethodInfo * method)); DO_APP_FUNC(0x00404180, IAsyncResult *, LobbyManager_FFIMethods_DisconnectNetworkMethod_BeginInvoke, (LobbyManager_FFIMethods_DisconnectNetworkMethod * __this, void * methodsPtr, int64_t lobbyId, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, LobbyManager_FFIMethods_DisconnectNetworkMethod_EndInvoke, (LobbyManager_FFIMethods_DisconnectNetworkMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F1FE0, void, LobbyManager_FFIMethods_FlushNetworkMethod__ctor, (LobbyManager_FFIMethods_FlushNetworkMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, Result__Enum, LobbyManager_FFIMethods_FlushNetworkMethod_Invoke, (LobbyManager_FFIMethods_FlushNetworkMethod * __this, void * methodsPtr, MethodInfo * method)); DO_APP_FUNC(0x00404230, IAsyncResult *, LobbyManager_FFIMethods_FlushNetworkMethod_BeginInvoke, (LobbyManager_FFIMethods_FlushNetworkMethod * __this, void * methodsPtr, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, LobbyManager_FFIMethods_FlushNetworkMethod_EndInvoke, (LobbyManager_FFIMethods_FlushNetworkMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x004042B0, void, LobbyManager_FFIMethods_OpenNetworkChannelMethod__ctor, (LobbyManager_FFIMethods_OpenNetworkChannelMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x004043E0, Result__Enum, LobbyManager_FFIMethods_OpenNetworkChannelMethod_Invoke, (LobbyManager_FFIMethods_OpenNetworkChannelMethod * __this, void * methodsPtr, int64_t lobbyId, uint8_t channelId, bool reliable, MethodInfo * method)); DO_APP_FUNC(0x00404400, IAsyncResult *, LobbyManager_FFIMethods_OpenNetworkChannelMethod_BeginInvoke, (LobbyManager_FFIMethods_OpenNetworkChannelMethod * __this, void * methodsPtr, int64_t lobbyId, uint8_t channelId, bool reliable, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, LobbyManager_FFIMethods_OpenNetworkChannelMethod_EndInvoke, (LobbyManager_FFIMethods_OpenNetworkChannelMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00404500, void, LobbyManager_FFIMethods_SendNetworkMessageMethod__ctor, (LobbyManager_FFIMethods_SendNetworkMessageMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00404630, Result__Enum, LobbyManager_FFIMethods_SendNetworkMessageMethod_Invoke, (LobbyManager_FFIMethods_SendNetworkMessageMethod * __this, void * methodsPtr, int64_t lobbyId, int64_t userId, uint8_t channelId, Byte__Array * data, int32_t dataLen, MethodInfo * method)); DO_APP_FUNC(0x00404650, IAsyncResult *, LobbyManager_FFIMethods_SendNetworkMessageMethod_BeginInvoke, (LobbyManager_FFIMethods_SendNetworkMessageMethod * __this, void * methodsPtr, int64_t lobbyId, int64_t userId, uint8_t channelId, Byte__Array * data, int32_t dataLen, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, LobbyManager_FFIMethods_SendNetworkMessageMethod_EndInvoke, (LobbyManager_FFIMethods_SendNetworkMessageMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2CF0, void, LobbyManager_CreateLobbyHandler__ctor, (LobbyManager_CreateLobbyHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, LobbyManager_CreateLobbyHandler_Invoke, (LobbyManager_CreateLobbyHandler * __this, Result__Enum result, Lobby * lobby, MethodInfo * method)); DO_APP_FUNC(0x00404770, IAsyncResult *, LobbyManager_CreateLobbyHandler_BeginInvoke, (LobbyManager_CreateLobbyHandler * __this, Result__Enum result, Lobby * lobby, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, LobbyManager_CreateLobbyHandler_EndInvoke, (LobbyManager_CreateLobbyHandler * __this, Lobby * lobby, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, LobbyManager_UpdateLobbyHandler__ctor, (LobbyManager_UpdateLobbyHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, LobbyManager_UpdateLobbyHandler_Invoke, (LobbyManager_UpdateLobbyHandler * __this, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x00404820, IAsyncResult *, LobbyManager_UpdateLobbyHandler_BeginInvoke, (LobbyManager_UpdateLobbyHandler * __this, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_UpdateLobbyHandler_EndInvoke, (LobbyManager_UpdateLobbyHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, LobbyManager_DeleteLobbyHandler__ctor, (LobbyManager_DeleteLobbyHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, LobbyManager_DeleteLobbyHandler_Invoke, (LobbyManager_DeleteLobbyHandler * __this, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x004048A0, IAsyncResult *, LobbyManager_DeleteLobbyHandler_BeginInvoke, (LobbyManager_DeleteLobbyHandler * __this, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_DeleteLobbyHandler_EndInvoke, (LobbyManager_DeleteLobbyHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2CF0, void, LobbyManager_ConnectLobbyHandler__ctor, (LobbyManager_ConnectLobbyHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, LobbyManager_ConnectLobbyHandler_Invoke, (LobbyManager_ConnectLobbyHandler * __this, Result__Enum result, Lobby * lobby, MethodInfo * method)); DO_APP_FUNC(0x00404920, IAsyncResult *, LobbyManager_ConnectLobbyHandler_BeginInvoke, (LobbyManager_ConnectLobbyHandler * __this, Result__Enum result, Lobby * lobby, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, LobbyManager_ConnectLobbyHandler_EndInvoke, (LobbyManager_ConnectLobbyHandler * __this, Lobby * lobby, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2CF0, void, LobbyManager_ConnectLobbyWithActivitySecretHandler__ctor, (LobbyManager_ConnectLobbyWithActivitySecretHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, LobbyManager_ConnectLobbyWithActivitySecretHandler_Invoke, (LobbyManager_ConnectLobbyWithActivitySecretHandler * __this, Result__Enum result, Lobby * lobby, MethodInfo * method)); DO_APP_FUNC(0x004049D0, IAsyncResult *, LobbyManager_ConnectLobbyWithActivitySecretHandler_BeginInvoke, (LobbyManager_ConnectLobbyWithActivitySecretHandler * __this, Result__Enum result, Lobby * lobby, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, LobbyManager_ConnectLobbyWithActivitySecretHandler_EndInvoke, (LobbyManager_ConnectLobbyWithActivitySecretHandler * __this, Lobby * lobby, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, LobbyManager_DisconnectLobbyHandler__ctor, (LobbyManager_DisconnectLobbyHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, LobbyManager_DisconnectLobbyHandler_Invoke, (LobbyManager_DisconnectLobbyHandler * __this, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x00404A80, IAsyncResult *, LobbyManager_DisconnectLobbyHandler_BeginInvoke, (LobbyManager_DisconnectLobbyHandler * __this, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_DisconnectLobbyHandler_EndInvoke, (LobbyManager_DisconnectLobbyHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, LobbyManager_UpdateMemberHandler__ctor, (LobbyManager_UpdateMemberHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, LobbyManager_UpdateMemberHandler_Invoke, (LobbyManager_UpdateMemberHandler * __this, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x00404B00, IAsyncResult *, LobbyManager_UpdateMemberHandler_BeginInvoke, (LobbyManager_UpdateMemberHandler * __this, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_UpdateMemberHandler_EndInvoke, (LobbyManager_UpdateMemberHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, LobbyManager_SendLobbyMessageHandler__ctor, (LobbyManager_SendLobbyMessageHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, LobbyManager_SendLobbyMessageHandler_Invoke, (LobbyManager_SendLobbyMessageHandler * __this, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x00404B80, IAsyncResult *, LobbyManager_SendLobbyMessageHandler_BeginInvoke, (LobbyManager_SendLobbyMessageHandler * __this, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_SendLobbyMessageHandler_EndInvoke, (LobbyManager_SendLobbyMessageHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, LobbyManager_SearchHandler__ctor, (LobbyManager_SearchHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, LobbyManager_SearchHandler_Invoke, (LobbyManager_SearchHandler * __this, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x00404C00, IAsyncResult *, LobbyManager_SearchHandler_BeginInvoke, (LobbyManager_SearchHandler * __this, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_SearchHandler_EndInvoke, (LobbyManager_SearchHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, LobbyManager_ConnectVoiceHandler__ctor, (LobbyManager_ConnectVoiceHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, LobbyManager_ConnectVoiceHandler_Invoke, (LobbyManager_ConnectVoiceHandler * __this, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x00404C80, IAsyncResult *, LobbyManager_ConnectVoiceHandler_BeginInvoke, (LobbyManager_ConnectVoiceHandler * __this, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_ConnectVoiceHandler_EndInvoke, (LobbyManager_ConnectVoiceHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, LobbyManager_DisconnectVoiceHandler__ctor, (LobbyManager_DisconnectVoiceHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, LobbyManager_DisconnectVoiceHandler_Invoke, (LobbyManager_DisconnectVoiceHandler * __this, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x00404D00, IAsyncResult *, LobbyManager_DisconnectVoiceHandler_BeginInvoke, (LobbyManager_DisconnectVoiceHandler * __this, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_DisconnectVoiceHandler_EndInvoke, (LobbyManager_DisconnectVoiceHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F1E30, void, LobbyManager_LobbyUpdateHandler__ctor, (LobbyManager_LobbyUpdateHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, LobbyManager_LobbyUpdateHandler_Invoke, (LobbyManager_LobbyUpdateHandler * __this, int64_t lobbyId, MethodInfo * method)); DO_APP_FUNC(0x00404D80, IAsyncResult *, LobbyManager_LobbyUpdateHandler_BeginInvoke, (LobbyManager_LobbyUpdateHandler * __this, int64_t lobbyId, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_LobbyUpdateHandler_EndInvoke, (LobbyManager_LobbyUpdateHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB430, void, LobbyManager_LobbyDeleteHandler__ctor, (LobbyManager_LobbyDeleteHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, LobbyManager_LobbyDeleteHandler_Invoke, (LobbyManager_LobbyDeleteHandler * __this, int64_t lobbyId, uint32_t reason, MethodInfo * method)); DO_APP_FUNC(0x00404E00, IAsyncResult *, LobbyManager_LobbyDeleteHandler_BeginInvoke, (LobbyManager_LobbyDeleteHandler * __this, int64_t lobbyId, uint32_t reason, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_LobbyDeleteHandler_EndInvoke, (LobbyManager_LobbyDeleteHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00400900, void, LobbyManager_MemberConnectHandler__ctor, (LobbyManager_MemberConnectHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, LobbyManager_MemberConnectHandler_Invoke, (LobbyManager_MemberConnectHandler * __this, int64_t lobbyId, int64_t userId, MethodInfo * method)); DO_APP_FUNC(0x00404EB0, IAsyncResult *, LobbyManager_MemberConnectHandler_BeginInvoke, (LobbyManager_MemberConnectHandler * __this, int64_t lobbyId, int64_t userId, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_MemberConnectHandler_EndInvoke, (LobbyManager_MemberConnectHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00400900, void, LobbyManager_MemberUpdateHandler__ctor, (LobbyManager_MemberUpdateHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, LobbyManager_MemberUpdateHandler_Invoke, (LobbyManager_MemberUpdateHandler * __this, int64_t lobbyId, int64_t userId, MethodInfo * method)); DO_APP_FUNC(0x00404F40, IAsyncResult *, LobbyManager_MemberUpdateHandler_BeginInvoke, (LobbyManager_MemberUpdateHandler * __this, int64_t lobbyId, int64_t userId, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_MemberUpdateHandler_EndInvoke, (LobbyManager_MemberUpdateHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00400900, void, LobbyManager_MemberDisconnectHandler__ctor, (LobbyManager_MemberDisconnectHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, LobbyManager_MemberDisconnectHandler_Invoke, (LobbyManager_MemberDisconnectHandler * __this, int64_t lobbyId, int64_t userId, MethodInfo * method)); DO_APP_FUNC(0x00404FD0, IAsyncResult *, LobbyManager_MemberDisconnectHandler_BeginInvoke, (LobbyManager_MemberDisconnectHandler * __this, int64_t lobbyId, int64_t userId, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_MemberDisconnectHandler_EndInvoke, (LobbyManager_MemberDisconnectHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB8C0, void, LobbyManager_LobbyMessageHandler__ctor, (LobbyManager_LobbyMessageHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, LobbyManager_LobbyMessageHandler_Invoke, (LobbyManager_LobbyMessageHandler * __this, int64_t lobbyId, int64_t userId, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x00405060, IAsyncResult *, LobbyManager_LobbyMessageHandler_BeginInvoke, (LobbyManager_LobbyMessageHandler * __this, int64_t lobbyId, int64_t userId, Byte__Array * data, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_LobbyMessageHandler_EndInvoke, (LobbyManager_LobbyMessageHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00405100, void, LobbyManager_SpeakingHandler__ctor, (LobbyManager_SpeakingHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, LobbyManager_SpeakingHandler_Invoke, (LobbyManager_SpeakingHandler * __this, int64_t lobbyId, int64_t userId, bool speaking, MethodInfo * method)); DO_APP_FUNC(0x00405230, IAsyncResult *, LobbyManager_SpeakingHandler_BeginInvoke, (LobbyManager_SpeakingHandler * __this, int64_t lobbyId, int64_t userId, bool speaking, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_SpeakingHandler_EndInvoke, (LobbyManager_SpeakingHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x004052F0, void, LobbyManager_NetworkMessageHandler__ctor, (LobbyManager_NetworkMessageHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, LobbyManager_NetworkMessageHandler_Invoke, (LobbyManager_NetworkMessageHandler * __this, int64_t lobbyId, int64_t userId, uint8_t channelId, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x00405420, IAsyncResult *, LobbyManager_NetworkMessageHandler_BeginInvoke, (LobbyManager_NetworkMessageHandler * __this, int64_t lobbyId, int64_t userId, uint8_t channelId, Byte__Array * data, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LobbyManager_NetworkMessageHandler_EndInvoke, (LobbyManager_NetworkMessageHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x004054F0, NetworkManager_FFIMethods, NetworkManager_get_Methods, (NetworkManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00405670, void, NetworkManager_add_OnMessage, (NetworkManager * __this, NetworkManager_MessageHandler * value, MethodInfo * method)); DO_APP_FUNC(0x00405760, void, NetworkManager_remove_OnMessage, (NetworkManager * __this, NetworkManager_MessageHandler * value, MethodInfo * method)); DO_APP_FUNC(0x00405850, void, NetworkManager_add_OnRouteUpdate, (NetworkManager * __this, NetworkManager_RouteUpdateHandler * value, MethodInfo * method)); DO_APP_FUNC(0x00405940, void, NetworkManager_remove_OnRouteUpdate, (NetworkManager * __this, NetworkManager_RouteUpdateHandler * value, MethodInfo * method)); DO_APP_FUNC(0x00405A30, void, NetworkManager__ctor, (NetworkManager * __this, void * ptr, void * eventsPtr, NetworkManager_FFIEvents * events, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAD88, NetworkManager__ctor__MethodInfo); DO_APP_FUNC(0x00405B60, void, NetworkManager_InitEvents, (NetworkManager * __this, void * eventsPtr, NetworkManager_FFIEvents * events, MethodInfo * method)); DO_APP_FUNC(0x00405F90, uint64_t, NetworkManager_GetPeerId, (NetworkManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00405FF0, void, NetworkManager_Flush, (NetworkManager * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAD58, NetworkManager_Flush__MethodInfo); DO_APP_FUNC(0x00406090, void, NetworkManager_OpenPeer, (NetworkManager * __this, uint64_t peerId, String * routeData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAD48, NetworkManager_OpenPeer__MethodInfo); DO_APP_FUNC(0x00406150, void, NetworkManager_UpdatePeer, (NetworkManager * __this, uint64_t peerId, String * routeData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAD40, NetworkManager_UpdatePeer__MethodInfo); DO_APP_FUNC(0x00406210, void, NetworkManager_ClosePeer, (NetworkManager * __this, uint64_t peerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAD30, NetworkManager_ClosePeer__MethodInfo); DO_APP_FUNC(0x004062C0, void, NetworkManager_OpenChannel, (NetworkManager * __this, uint64_t peerId, uint8_t channelId, bool reliable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAD28, NetworkManager_OpenChannel__MethodInfo); DO_APP_FUNC(0x00406390, void, NetworkManager_CloseChannel, (NetworkManager * __this, uint64_t peerId, uint8_t channelId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAD20, NetworkManager_CloseChannel__MethodInfo); DO_APP_FUNC(0x00406450, void, NetworkManager_SendMessage, (NetworkManager * __this, uint64_t peerId, uint8_t channelId, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAD10, NetworkManager_SendMessage__MethodInfo); DO_APP_FUNC(0x00406530, void, NetworkManager_OnMessageImpl, (void * ptr, uint64_t peerId, uint8_t channelId, void * dataPtr, int32_t dataLen, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAD70, NetworkManager_OnMessageImpl__MethodInfo); DO_APP_FUNC(0x00406740, void, NetworkManager_OnRouteUpdateImpl, (void * ptr, String * routeData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAD68, NetworkManager_OnRouteUpdateImpl__MethodInfo); DO_APP_FUNC(0x00406890, void, NetworkManager_FFIEvents_MessageHandler__ctor, (NetworkManager_FFIEvents_MessageHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EBC90, void, NetworkManager_FFIEvents_MessageHandler_Invoke, (NetworkManager_FFIEvents_MessageHandler * __this, void * ptr, uint64_t peerId, uint8_t channelId, void * dataPtr, int32_t dataLen, MethodInfo * method)); DO_APP_FUNC(0x004069C0, IAsyncResult *, NetworkManager_FFIEvents_MessageHandler_BeginInvoke, (NetworkManager_FFIEvents_MessageHandler * __this, void * ptr, uint64_t peerId, uint8_t channelId, void * dataPtr, int32_t dataLen, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, NetworkManager_FFIEvents_MessageHandler_EndInvoke, (NetworkManager_FFIEvents_MessageHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003E9FE0, void, NetworkManager_FFIEvents_RouteUpdateHandler__ctor, (NetworkManager_FFIEvents_RouteUpdateHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, NetworkManager_FFIEvents_RouteUpdateHandler_Invoke, (NetworkManager_FFIEvents_RouteUpdateHandler * __this, void * ptr, String * routeData, MethodInfo * method)); DO_APP_FUNC(0x00406AD0, IAsyncResult *, NetworkManager_FFIEvents_RouteUpdateHandler_BeginInvoke, (NetworkManager_FFIEvents_RouteUpdateHandler * __this, void * ptr, String * routeData, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, NetworkManager_FFIEvents_RouteUpdateHandler_EndInvoke, (NetworkManager_FFIEvents_RouteUpdateHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003E9FE0, void, NetworkManager_FFIMethods_GetPeerIdMethod__ctor, (NetworkManager_FFIMethods_GetPeerIdMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, NetworkManager_FFIMethods_GetPeerIdMethod_Invoke, (NetworkManager_FFIMethods_GetPeerIdMethod * __this, void * methodsPtr, uint64_t * peerId, MethodInfo * method)); DO_APP_FUNC(0x00406B60, IAsyncResult *, NetworkManager_FFIMethods_GetPeerIdMethod_BeginInvoke, (NetworkManager_FFIMethods_GetPeerIdMethod * __this, void * methodsPtr, uint64_t * peerId, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, NetworkManager_FFIMethods_GetPeerIdMethod_EndInvoke, (NetworkManager_FFIMethods_GetPeerIdMethod * __this, uint64_t * peerId, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F1FE0, void, NetworkManager_FFIMethods_FlushMethod__ctor, (NetworkManager_FFIMethods_FlushMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, Result__Enum, NetworkManager_FFIMethods_FlushMethod_Invoke, (NetworkManager_FFIMethods_FlushMethod * __this, void * methodsPtr, MethodInfo * method)); DO_APP_FUNC(0x00406C10, IAsyncResult *, NetworkManager_FFIMethods_FlushMethod_BeginInvoke, (NetworkManager_FFIMethods_FlushMethod * __this, void * methodsPtr, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, NetworkManager_FFIMethods_FlushMethod_EndInvoke, (NetworkManager_FFIMethods_FlushMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F8A30, void, NetworkManager_FFIMethods_OpenPeerMethod__ctor, (NetworkManager_FFIMethods_OpenPeerMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Result__Enum, NetworkManager_FFIMethods_OpenPeerMethod_Invoke, (NetworkManager_FFIMethods_OpenPeerMethod * __this, void * methodsPtr, uint64_t peerId, String * routeData, MethodInfo * method)); DO_APP_FUNC(0x00406C90, IAsyncResult *, NetworkManager_FFIMethods_OpenPeerMethod_BeginInvoke, (NetworkManager_FFIMethods_OpenPeerMethod * __this, void * methodsPtr, uint64_t peerId, String * routeData, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, NetworkManager_FFIMethods_OpenPeerMethod_EndInvoke, (NetworkManager_FFIMethods_OpenPeerMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F8A30, void, NetworkManager_FFIMethods_UpdatePeerMethod__ctor, (NetworkManager_FFIMethods_UpdatePeerMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Result__Enum, NetworkManager_FFIMethods_UpdatePeerMethod_Invoke, (NetworkManager_FFIMethods_UpdatePeerMethod * __this, void * methodsPtr, uint64_t peerId, String * routeData, MethodInfo * method)); DO_APP_FUNC(0x00406D40, IAsyncResult *, NetworkManager_FFIMethods_UpdatePeerMethod_BeginInvoke, (NetworkManager_FFIMethods_UpdatePeerMethod * __this, void * methodsPtr, uint64_t peerId, String * routeData, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, NetworkManager_FFIMethods_UpdatePeerMethod_EndInvoke, (NetworkManager_FFIMethods_UpdatePeerMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003ED440, void, NetworkManager_FFIMethods_ClosePeerMethod__ctor, (NetworkManager_FFIMethods_ClosePeerMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Result__Enum, NetworkManager_FFIMethods_ClosePeerMethod_Invoke, (NetworkManager_FFIMethods_ClosePeerMethod * __this, void * methodsPtr, uint64_t peerId, MethodInfo * method)); DO_APP_FUNC(0x00406DF0, IAsyncResult *, NetworkManager_FFIMethods_ClosePeerMethod_BeginInvoke, (NetworkManager_FFIMethods_ClosePeerMethod * __this, void * methodsPtr, uint64_t peerId, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, NetworkManager_FFIMethods_ClosePeerMethod_EndInvoke, (NetworkManager_FFIMethods_ClosePeerMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x004042B0, void, NetworkManager_FFIMethods_OpenChannelMethod__ctor, (NetworkManager_FFIMethods_OpenChannelMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x004043E0, Result__Enum, NetworkManager_FFIMethods_OpenChannelMethod_Invoke, (NetworkManager_FFIMethods_OpenChannelMethod * __this, void * methodsPtr, uint64_t peerId, uint8_t channelId, bool reliable, MethodInfo * method)); DO_APP_FUNC(0x00406EA0, IAsyncResult *, NetworkManager_FFIMethods_OpenChannelMethod_BeginInvoke, (NetworkManager_FFIMethods_OpenChannelMethod * __this, void * methodsPtr, uint64_t peerId, uint8_t channelId, bool reliable, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, NetworkManager_FFIMethods_OpenChannelMethod_EndInvoke, (NetworkManager_FFIMethods_OpenChannelMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00406FA0, void, NetworkManager_FFIMethods_CloseChannelMethod__ctor, (NetworkManager_FFIMethods_CloseChannelMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Result__Enum, NetworkManager_FFIMethods_CloseChannelMethod_Invoke, (NetworkManager_FFIMethods_CloseChannelMethod * __this, void * methodsPtr, uint64_t peerId, uint8_t channelId, MethodInfo * method)); DO_APP_FUNC(0x004070D0, IAsyncResult *, NetworkManager_FFIMethods_CloseChannelMethod_BeginInvoke, (NetworkManager_FFIMethods_CloseChannelMethod * __this, void * methodsPtr, uint64_t peerId, uint8_t channelId, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, NetworkManager_FFIMethods_CloseChannelMethod_EndInvoke, (NetworkManager_FFIMethods_CloseChannelMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x004071A0, void, NetworkManager_FFIMethods_SendMessageMethod__ctor, (NetworkManager_FFIMethods_SendMessageMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE5C0, Result__Enum, NetworkManager_FFIMethods_SendMessageMethod_Invoke, (NetworkManager_FFIMethods_SendMessageMethod * __this, void * methodsPtr, uint64_t peerId, uint8_t channelId, Byte__Array * data, int32_t dataLen, MethodInfo * method)); DO_APP_FUNC(0x004072D0, IAsyncResult *, NetworkManager_FFIMethods_SendMessageMethod_BeginInvoke, (NetworkManager_FFIMethods_SendMessageMethod * __this, void * methodsPtr, uint64_t peerId, uint8_t channelId, Byte__Array * data, int32_t dataLen, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, NetworkManager_FFIMethods_SendMessageMethod_EndInvoke, (NetworkManager_FFIMethods_SendMessageMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x004073D0, void, NetworkManager_MessageHandler__ctor, (NetworkManager_MessageHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, NetworkManager_MessageHandler_Invoke, (NetworkManager_MessageHandler * __this, uint64_t peerId, uint8_t channelId, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x00407500, IAsyncResult *, NetworkManager_MessageHandler_BeginInvoke, (NetworkManager_MessageHandler * __this, uint64_t peerId, uint8_t channelId, Byte__Array * data, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, NetworkManager_MessageHandler_EndInvoke, (NetworkManager_MessageHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC720, void, NetworkManager_RouteUpdateHandler__ctor, (NetworkManager_RouteUpdateHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, NetworkManager_RouteUpdateHandler_Invoke, (NetworkManager_RouteUpdateHandler * __this, String * routeData, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, NetworkManager_RouteUpdateHandler_BeginInvoke, (NetworkManager_RouteUpdateHandler * __this, String * routeData, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, NetworkManager_RouteUpdateHandler_EndInvoke, (NetworkManager_RouteUpdateHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x004075B0, OverlayManager_FFIMethods, OverlayManager_get_Methods, (OverlayManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00407780, void, OverlayManager_add_OnToggle, (OverlayManager * __this, OverlayManager_ToggleHandler * value, MethodInfo * method)); DO_APP_FUNC(0x00407870, void, OverlayManager_remove_OnToggle, (OverlayManager * __this, OverlayManager_ToggleHandler * value, MethodInfo * method)); DO_APP_FUNC(0x00407960, void, OverlayManager__ctor, (OverlayManager * __this, void * ptr, void * eventsPtr, OverlayManager_FFIEvents * events, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAC10, OverlayManager__ctor__MethodInfo); DO_APP_FUNC(0x00407A90, void, OverlayManager_InitEvents, (OverlayManager * __this, void * eventsPtr, OverlayManager_FFIEvents * events, MethodInfo * method)); DO_APP_FUNC(0x00407D20, bool, OverlayManager_IsEnabled, (OverlayManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00407D80, bool, OverlayManager_IsLocked, (OverlayManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00407DE0, void, OverlayManager_SetLockedCallbackImpl, (void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCABD0, OverlayManager_SetLockedCallbackImpl__MethodInfo); DO_APP_FUNC(0x00407F10, void, OverlayManager_SetLocked, (OverlayManager * __this, bool locked, OverlayManager_SetLockedHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x00408100, void, OverlayManager_OpenActivityInviteCallbackImpl, (void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCABA0, OverlayManager_OpenActivityInviteCallbackImpl__MethodInfo); DO_APP_FUNC(0x00408230, void, OverlayManager_OpenActivityInvite, (OverlayManager * __this, ActivityActionType__Enum type, OverlayManager_OpenActivityInviteHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x00408420, void, OverlayManager_OpenGuildInviteCallbackImpl, (void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAB70, OverlayManager_OpenGuildInviteCallbackImpl__MethodInfo); DO_APP_FUNC(0x00408550, void, OverlayManager_OpenGuildInvite, (OverlayManager * __this, String * code, OverlayManager_OpenGuildInviteHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x00408740, void, OverlayManager_OpenVoiceSettingsCallbackImpl, (void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAB28, OverlayManager_OpenVoiceSettingsCallbackImpl__MethodInfo); DO_APP_FUNC(0x00408870, void, OverlayManager_OpenVoiceSettings, (OverlayManager * __this, OverlayManager_OpenVoiceSettingsHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x00408A50, void, OverlayManager_InitDrawingDxgi, (OverlayManager * __this, void * swapchain, bool useMessageForwarding, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAB20, OverlayManager_InitDrawingDxgi__MethodInfo); DO_APP_FUNC(0x00408B10, void, OverlayManager_OnPresent, (OverlayManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00408B60, void, OverlayManager_ForwardMessage, (OverlayManager * __this, void * message, MethodInfo * method)); DO_APP_FUNC(0x00408BC0, void, OverlayManager_KeyEvent, (OverlayManager * __this, bool down, String * keyCode, KeyVariant__Enum variant, MethodInfo * method)); DO_APP_FUNC(0x00408C40, void, OverlayManager_CharEvent, (OverlayManager * __this, String * character, MethodInfo * method)); DO_APP_FUNC(0x00408CA0, void, OverlayManager_MouseButtonEvent, (OverlayManager * __this, uint8_t down, int32_t clickCount, MouseButton__Enum_2 which, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x00408D40, void, OverlayManager_MouseMotionEvent, (OverlayManager * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x00408DB0, void, OverlayManager_ImeCommitText, (OverlayManager * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x00408E10, void, OverlayManager_ImeSetComposition, (OverlayManager * __this, String * text, ImeUnderline underlines, int32_t from, int32_t to, MethodInfo * method)); DO_APP_FUNC(0x00408EA0, void, OverlayManager_ImeCancelComposition, (OverlayManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00408EF0, void, OverlayManager_SetImeCompositionRangeCallbackCallbackImpl, (void * ptr, int32_t from, int32_t to, Rect_1 * bounds, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAB08, OverlayManager_SetImeCompositionRangeCallbackCallbackImpl__MethodInfo); DO_APP_FUNC(0x00409050, void, OverlayManager_SetImeCompositionRangeCallback, (OverlayManager * __this, OverlayManager_SetImeCompositionRangeCallbackHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x00409230, void, OverlayManager_SetImeSelectionBoundsCallbackCallbackImpl, (void * ptr, Rect_1 anchor, Rect_1 focus, bool isAnchorFirst, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAAD0, OverlayManager_SetImeSelectionBoundsCallbackCallbackImpl__MethodInfo); DO_APP_FUNC(0x004093B0, void, OverlayManager_SetImeSelectionBoundsCallback, (OverlayManager * __this, OverlayManager_SetImeSelectionBoundsCallbackHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x00409590, bool, OverlayManager_IsPointInsideClickZone, (OverlayManager * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x00409600, void, OverlayManager_OnToggleImpl, (void * ptr, bool locked, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCABF8, OverlayManager_OnToggleImpl__MethodInfo); DO_APP_FUNC(0x00409750, void, OverlayManager_FFIEvents_ToggleHandler__ctor, (OverlayManager_FFIEvents_ToggleHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, OverlayManager_FFIEvents_ToggleHandler_Invoke, (OverlayManager_FFIEvents_ToggleHandler * __this, void * ptr, bool locked, MethodInfo * method)); DO_APP_FUNC(0x00409880, IAsyncResult *, OverlayManager_FFIEvents_ToggleHandler_BeginInvoke, (OverlayManager_FFIEvents_ToggleHandler * __this, void * ptr, bool locked, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OverlayManager_FFIEvents_ToggleHandler_EndInvoke, (OverlayManager_FFIEvents_ToggleHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003E9FE0, void, OverlayManager_FFIMethods_IsEnabledMethod__ctor, (OverlayManager_FFIMethods_IsEnabledMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, OverlayManager_FFIMethods_IsEnabledMethod_Invoke, (OverlayManager_FFIMethods_IsEnabledMethod * __this, void * methodsPtr, bool * enabled, MethodInfo * method)); DO_APP_FUNC(0x00409930, IAsyncResult *, OverlayManager_FFIMethods_IsEnabledMethod_BeginInvoke, (OverlayManager_FFIMethods_IsEnabledMethod * __this, void * methodsPtr, bool * enabled, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, OverlayManager_FFIMethods_IsEnabledMethod_EndInvoke, (OverlayManager_FFIMethods_IsEnabledMethod * __this, bool * enabled, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003E9FE0, void, OverlayManager_FFIMethods_IsLockedMethod__ctor, (OverlayManager_FFIMethods_IsLockedMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, OverlayManager_FFIMethods_IsLockedMethod_Invoke, (OverlayManager_FFIMethods_IsLockedMethod * __this, void * methodsPtr, bool * locked, MethodInfo * method)); DO_APP_FUNC(0x004099E0, IAsyncResult *, OverlayManager_FFIMethods_IsLockedMethod_BeginInvoke, (OverlayManager_FFIMethods_IsLockedMethod * __this, void * methodsPtr, bool * locked, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, OverlayManager_FFIMethods_IsLockedMethod_EndInvoke, (OverlayManager_FFIMethods_IsLockedMethod * __this, bool * locked, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB430, void, OverlayManager_FFIMethods_SetLockedCallback__ctor, (OverlayManager_FFIMethods_SetLockedCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, OverlayManager_FFIMethods_SetLockedCallback_Invoke, (OverlayManager_FFIMethods_SetLockedCallback * __this, void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x00409A90, IAsyncResult *, OverlayManager_FFIMethods_SetLockedCallback_BeginInvoke, (OverlayManager_FFIMethods_SetLockedCallback * __this, void * ptr, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OverlayManager_FFIMethods_SetLockedCallback_EndInvoke, (OverlayManager_FFIMethods_SetLockedCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00409B40, void, OverlayManager_FFIMethods_SetLockedMethod__ctor, (OverlayManager_FFIMethods_SetLockedMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, OverlayManager_FFIMethods_SetLockedMethod_Invoke, (OverlayManager_FFIMethods_SetLockedMethod * __this, void * methodsPtr, bool locked, void * callbackData, OverlayManager_FFIMethods_SetLockedCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x00409C70, IAsyncResult *, OverlayManager_FFIMethods_SetLockedMethod_BeginInvoke, (OverlayManager_FFIMethods_SetLockedMethod * __this, void * methodsPtr, bool locked, void * callbackData, OverlayManager_FFIMethods_SetLockedCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OverlayManager_FFIMethods_SetLockedMethod_EndInvoke, (OverlayManager_FFIMethods_SetLockedMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB430, void, OverlayManager_FFIMethods_OpenActivityInviteCallback__ctor, (OverlayManager_FFIMethods_OpenActivityInviteCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, OverlayManager_FFIMethods_OpenActivityInviteCallback_Invoke, (OverlayManager_FFIMethods_OpenActivityInviteCallback * __this, void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x00409D40, IAsyncResult *, OverlayManager_FFIMethods_OpenActivityInviteCallback_BeginInvoke, (OverlayManager_FFIMethods_OpenActivityInviteCallback * __this, void * ptr, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OverlayManager_FFIMethods_OpenActivityInviteCallback_EndInvoke, (OverlayManager_FFIMethods_OpenActivityInviteCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2380, void, OverlayManager_FFIMethods_OpenActivityInviteMethod__ctor, (OverlayManager_FFIMethods_OpenActivityInviteMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, OverlayManager_FFIMethods_OpenActivityInviteMethod_Invoke, (OverlayManager_FFIMethods_OpenActivityInviteMethod * __this, void * methodsPtr, ActivityActionType__Enum type, void * callbackData, OverlayManager_FFIMethods_OpenActivityInviteCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x00409DF0, IAsyncResult *, OverlayManager_FFIMethods_OpenActivityInviteMethod_BeginInvoke, (OverlayManager_FFIMethods_OpenActivityInviteMethod * __this, void * methodsPtr, ActivityActionType__Enum type, void * callbackData, OverlayManager_FFIMethods_OpenActivityInviteCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OverlayManager_FFIMethods_OpenActivityInviteMethod_EndInvoke, (OverlayManager_FFIMethods_OpenActivityInviteMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB430, void, OverlayManager_FFIMethods_OpenGuildInviteCallback__ctor, (OverlayManager_FFIMethods_OpenGuildInviteCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, OverlayManager_FFIMethods_OpenGuildInviteCallback_Invoke, (OverlayManager_FFIMethods_OpenGuildInviteCallback * __this, void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x00409EC0, IAsyncResult *, OverlayManager_FFIMethods_OpenGuildInviteCallback_BeginInvoke, (OverlayManager_FFIMethods_OpenGuildInviteCallback * __this, void * ptr, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OverlayManager_FFIMethods_OpenGuildInviteCallback_EndInvoke, (OverlayManager_FFIMethods_OpenGuildInviteCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB610, void, OverlayManager_FFIMethods_OpenGuildInviteMethod__ctor, (OverlayManager_FFIMethods_OpenGuildInviteMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, OverlayManager_FFIMethods_OpenGuildInviteMethod_Invoke, (OverlayManager_FFIMethods_OpenGuildInviteMethod * __this, void * methodsPtr, String * code, void * callbackData, OverlayManager_FFIMethods_OpenGuildInviteCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x00409F70, IAsyncResult *, OverlayManager_FFIMethods_OpenGuildInviteMethod_BeginInvoke, (OverlayManager_FFIMethods_OpenGuildInviteMethod * __this, void * methodsPtr, String * code, void * callbackData, OverlayManager_FFIMethods_OpenGuildInviteCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OverlayManager_FFIMethods_OpenGuildInviteMethod_EndInvoke, (OverlayManager_FFIMethods_OpenGuildInviteMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB430, void, OverlayManager_FFIMethods_OpenVoiceSettingsCallback__ctor, (OverlayManager_FFIMethods_OpenVoiceSettingsCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, OverlayManager_FFIMethods_OpenVoiceSettingsCallback_Invoke, (OverlayManager_FFIMethods_OpenVoiceSettingsCallback * __this, void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x0040A020, IAsyncResult *, OverlayManager_FFIMethods_OpenVoiceSettingsCallback_BeginInvoke, (OverlayManager_FFIMethods_OpenVoiceSettingsCallback * __this, void * ptr, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OverlayManager_FFIMethods_OpenVoiceSettingsCallback_EndInvoke, (OverlayManager_FFIMethods_OpenVoiceSettingsCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB8C0, void, OverlayManager_FFIMethods_OpenVoiceSettingsMethod__ctor, (OverlayManager_FFIMethods_OpenVoiceSettingsMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, OverlayManager_FFIMethods_OpenVoiceSettingsMethod_Invoke, (OverlayManager_FFIMethods_OpenVoiceSettingsMethod * __this, void * methodsPtr, void * callbackData, OverlayManager_FFIMethods_OpenVoiceSettingsCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x0040A0D0, IAsyncResult *, OverlayManager_FFIMethods_OpenVoiceSettingsMethod_BeginInvoke, (OverlayManager_FFIMethods_OpenVoiceSettingsMethod * __this, void * methodsPtr, void * callbackData, OverlayManager_FFIMethods_OpenVoiceSettingsCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OverlayManager_FFIMethods_OpenVoiceSettingsMethod_EndInvoke, (OverlayManager_FFIMethods_OpenVoiceSettingsMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00406FA0, void, OverlayManager_FFIMethods_InitDrawingDxgiMethod__ctor, (OverlayManager_FFIMethods_InitDrawingDxgiMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Result__Enum, OverlayManager_FFIMethods_InitDrawingDxgiMethod_Invoke, (OverlayManager_FFIMethods_InitDrawingDxgiMethod * __this, void * methodsPtr, void * swapchain, bool useMessageForwarding, MethodInfo * method)); DO_APP_FUNC(0x0040A170, IAsyncResult *, OverlayManager_FFIMethods_InitDrawingDxgiMethod_BeginInvoke, (OverlayManager_FFIMethods_InitDrawingDxgiMethod * __this, void * methodsPtr, void * swapchain, bool useMessageForwarding, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, OverlayManager_FFIMethods_InitDrawingDxgiMethod_EndInvoke, (OverlayManager_FFIMethods_InitDrawingDxgiMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F1E30, void, OverlayManager_FFIMethods_OnPresentMethod__ctor, (OverlayManager_FFIMethods_OnPresentMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, OverlayManager_FFIMethods_OnPresentMethod_Invoke, (OverlayManager_FFIMethods_OnPresentMethod * __this, void * methodsPtr, MethodInfo * method)); DO_APP_FUNC(0x0040A230, IAsyncResult *, OverlayManager_FFIMethods_OnPresentMethod_BeginInvoke, (OverlayManager_FFIMethods_OnPresentMethod * __this, void * methodsPtr, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OverlayManager_FFIMethods_OnPresentMethod_EndInvoke, (OverlayManager_FFIMethods_OnPresentMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00400900, void, OverlayManager_FFIMethods_ForwardMessageMethod__ctor, (OverlayManager_FFIMethods_ForwardMessageMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, OverlayManager_FFIMethods_ForwardMessageMethod_Invoke, (OverlayManager_FFIMethods_ForwardMessageMethod * __this, void * methodsPtr, void * message, MethodInfo * method)); DO_APP_FUNC(0x0040A2B0, IAsyncResult *, OverlayManager_FFIMethods_ForwardMessageMethod_BeginInvoke, (OverlayManager_FFIMethods_ForwardMessageMethod * __this, void * methodsPtr, void * message, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OverlayManager_FFIMethods_ForwardMessageMethod_EndInvoke, (OverlayManager_FFIMethods_ForwardMessageMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0040A340, void, OverlayManager_FFIMethods_KeyEventMethod__ctor, (OverlayManager_FFIMethods_KeyEventMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, OverlayManager_FFIMethods_KeyEventMethod_Invoke, (OverlayManager_FFIMethods_KeyEventMethod * __this, void * methodsPtr, bool down, String * keyCode, KeyVariant__Enum variant, MethodInfo * method)); DO_APP_FUNC(0x0040A470, IAsyncResult *, OverlayManager_FFIMethods_KeyEventMethod_BeginInvoke, (OverlayManager_FFIMethods_KeyEventMethod * __this, void * methodsPtr, bool down, String * keyCode, KeyVariant__Enum variant, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OverlayManager_FFIMethods_KeyEventMethod_EndInvoke, (OverlayManager_FFIMethods_KeyEventMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003E9FE0, void, OverlayManager_FFIMethods_CharEventMethod__ctor, (OverlayManager_FFIMethods_CharEventMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, OverlayManager_FFIMethods_CharEventMethod_Invoke, (OverlayManager_FFIMethods_CharEventMethod * __this, void * methodsPtr, String * character, MethodInfo * method)); DO_APP_FUNC(0x0040A550, IAsyncResult *, OverlayManager_FFIMethods_CharEventMethod_BeginInvoke, (OverlayManager_FFIMethods_CharEventMethod * __this, void * methodsPtr, String * character, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OverlayManager_FFIMethods_CharEventMethod_EndInvoke, (OverlayManager_FFIMethods_CharEventMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0040A5E0, void, OverlayManager_FFIMethods_MouseButtonEventMethod__ctor, (OverlayManager_FFIMethods_MouseButtonEventMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EBF80, void, OverlayManager_FFIMethods_MouseButtonEventMethod_Invoke, (OverlayManager_FFIMethods_MouseButtonEventMethod * __this, void * methodsPtr, uint8_t down, int32_t clickCount, MouseButton__Enum_2 which, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x0040A710, IAsyncResult *, OverlayManager_FFIMethods_MouseButtonEventMethod_BeginInvoke, (OverlayManager_FFIMethods_MouseButtonEventMethod * __this, void * methodsPtr, uint8_t down, int32_t clickCount, MouseButton__Enum_2 which, int32_t x, int32_t y, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OverlayManager_FFIMethods_MouseButtonEventMethod_EndInvoke, (OverlayManager_FFIMethods_MouseButtonEventMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0040A840, void, OverlayManager_FFIMethods_MouseMotionEventMethod__ctor, (OverlayManager_FFIMethods_MouseMotionEventMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, OverlayManager_FFIMethods_MouseMotionEventMethod_Invoke, (OverlayManager_FFIMethods_MouseMotionEventMethod * __this, void * methodsPtr, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x0040A970, IAsyncResult *, OverlayManager_FFIMethods_MouseMotionEventMethod_BeginInvoke, (OverlayManager_FFIMethods_MouseMotionEventMethod * __this, void * methodsPtr, int32_t x, int32_t y, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OverlayManager_FFIMethods_MouseMotionEventMethod_EndInvoke, (OverlayManager_FFIMethods_MouseMotionEventMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003E9FE0, void, OverlayManager_FFIMethods_ImeCommitTextMethod__ctor, (OverlayManager_FFIMethods_ImeCommitTextMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, OverlayManager_FFIMethods_ImeCommitTextMethod_Invoke, (OverlayManager_FFIMethods_ImeCommitTextMethod * __this, void * methodsPtr, String * text, MethodInfo * method)); DO_APP_FUNC(0x0040AA30, IAsyncResult *, OverlayManager_FFIMethods_ImeCommitTextMethod_BeginInvoke, (OverlayManager_FFIMethods_ImeCommitTextMethod * __this, void * methodsPtr, String * text, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OverlayManager_FFIMethods_ImeCommitTextMethod_EndInvoke, (OverlayManager_FFIMethods_ImeCommitTextMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0040AAC0, void, OverlayManager_FFIMethods_ImeSetCompositionMethod__ctor, (OverlayManager_FFIMethods_ImeSetCompositionMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EBC90, void, OverlayManager_FFIMethods_ImeSetCompositionMethod_Invoke, (OverlayManager_FFIMethods_ImeSetCompositionMethod * __this, void * methodsPtr, String * text, ImeUnderline * underlines, int32_t from, int32_t to, MethodInfo * method)); DO_APP_FUNC(0x0040ABF0, IAsyncResult *, OverlayManager_FFIMethods_ImeSetCompositionMethod_BeginInvoke, (OverlayManager_FFIMethods_ImeSetCompositionMethod * __this, void * methodsPtr, String * text, ImeUnderline * underlines, int32_t from, int32_t to, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, OverlayManager_FFIMethods_ImeSetCompositionMethod_EndInvoke, (OverlayManager_FFIMethods_ImeSetCompositionMethod * __this, ImeUnderline * underlines, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F1E30, void, OverlayManager_FFIMethods_ImeCancelCompositionMethod__ctor, (OverlayManager_FFIMethods_ImeCancelCompositionMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, OverlayManager_FFIMethods_ImeCancelCompositionMethod_Invoke, (OverlayManager_FFIMethods_ImeCancelCompositionMethod * __this, void * methodsPtr, MethodInfo * method)); DO_APP_FUNC(0x0040ACF0, IAsyncResult *, OverlayManager_FFIMethods_ImeCancelCompositionMethod_BeginInvoke, (OverlayManager_FFIMethods_ImeCancelCompositionMethod * __this, void * methodsPtr, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OverlayManager_FFIMethods_ImeCancelCompositionMethod_EndInvoke, (OverlayManager_FFIMethods_ImeCancelCompositionMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0040AD70, void, OverlayManager_FFIMethods_SetImeCompositionRangeCallbackCallback__ctor, (OverlayManager_FFIMethods_SetImeCompositionRangeCallbackCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, OverlayManager_FFIMethods_SetImeCompositionRangeCallbackCallback_Invoke, (OverlayManager_FFIMethods_SetImeCompositionRangeCallbackCallback * __this, void * ptr, int32_t from, int32_t to, Rect_1 * bounds, MethodInfo * method)); DO_APP_FUNC(0x0040AEA0, IAsyncResult *, OverlayManager_FFIMethods_SetImeCompositionRangeCallbackCallback_BeginInvoke, (OverlayManager_FFIMethods_SetImeCompositionRangeCallbackCallback * __this, void * ptr, int32_t from, int32_t to, Rect_1 * bounds, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, OverlayManager_FFIMethods_SetImeCompositionRangeCallbackCallback_EndInvoke, (OverlayManager_FFIMethods_SetImeCompositionRangeCallbackCallback * __this, Rect_1 * bounds, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB8C0, void, OverlayManager_FFIMethods_SetImeCompositionRangeCallbackMethod__ctor, (OverlayManager_FFIMethods_SetImeCompositionRangeCallbackMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, OverlayManager_FFIMethods_SetImeCompositionRangeCallbackMethod_Invoke, (OverlayManager_FFIMethods_SetImeCompositionRangeCallbackMethod * __this, void * methodsPtr, void * callbackData, OverlayManager_FFIMethods_SetImeCompositionRangeCallbackCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x0040AF90, IAsyncResult *, OverlayManager_FFIMethods_SetImeCompositionRangeCallbackMethod_BeginInvoke, (OverlayManager_FFIMethods_SetImeCompositionRangeCallbackMethod * __this, void * methodsPtr, void * callbackData, OverlayManager_FFIMethods_SetImeCompositionRangeCallbackCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OverlayManager_FFIMethods_SetImeCompositionRangeCallbackMethod_EndInvoke, (OverlayManager_FFIMethods_SetImeCompositionRangeCallbackMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0040B030, void, OverlayManager_FFIMethods_SetImeSelectionBoundsCallbackCallback__ctor, (OverlayManager_FFIMethods_SetImeSelectionBoundsCallbackCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0040B160, void, OverlayManager_FFIMethods_SetImeSelectionBoundsCallbackCallback_Invoke, (OverlayManager_FFIMethods_SetImeSelectionBoundsCallbackCallback * __this, void * ptr, Rect_1 anchor, Rect_1 focus, bool isAnchorFirst, MethodInfo * method)); DO_APP_FUNC(0x0040B1B0, IAsyncResult *, OverlayManager_FFIMethods_SetImeSelectionBoundsCallbackCallback_BeginInvoke, (OverlayManager_FFIMethods_SetImeSelectionBoundsCallbackCallback * __this, void * ptr, Rect_1 anchor, Rect_1 focus, bool isAnchorFirst, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OverlayManager_FFIMethods_SetImeSelectionBoundsCallbackCallback_EndInvoke, (OverlayManager_FFIMethods_SetImeSelectionBoundsCallbackCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB8C0, void, OverlayManager_FFIMethods_SetImeSelectionBoundsCallbackMethod__ctor, (OverlayManager_FFIMethods_SetImeSelectionBoundsCallbackMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, OverlayManager_FFIMethods_SetImeSelectionBoundsCallbackMethod_Invoke, (OverlayManager_FFIMethods_SetImeSelectionBoundsCallbackMethod * __this, void * methodsPtr, void * callbackData, OverlayManager_FFIMethods_SetImeSelectionBoundsCallbackCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x0040B2A0, IAsyncResult *, OverlayManager_FFIMethods_SetImeSelectionBoundsCallbackMethod_BeginInvoke, (OverlayManager_FFIMethods_SetImeSelectionBoundsCallbackMethod * __this, void * methodsPtr, void * callbackData, OverlayManager_FFIMethods_SetImeSelectionBoundsCallbackCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OverlayManager_FFIMethods_SetImeSelectionBoundsCallbackMethod_EndInvoke, (OverlayManager_FFIMethods_SetImeSelectionBoundsCallbackMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0040B340, void, OverlayManager_FFIMethods_IsPointInsideClickZoneMethod__ctor, (OverlayManager_FFIMethods_IsPointInsideClickZoneMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, bool, OverlayManager_FFIMethods_IsPointInsideClickZoneMethod_Invoke, (OverlayManager_FFIMethods_IsPointInsideClickZoneMethod * __this, void * methodsPtr, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x0040B470, IAsyncResult *, OverlayManager_FFIMethods_IsPointInsideClickZoneMethod_BeginInvoke, (OverlayManager_FFIMethods_IsPointInsideClickZoneMethod * __this, void * methodsPtr, int32_t x, int32_t y, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x0040B530, bool, OverlayManager_FFIMethods_IsPointInsideClickZoneMethod_EndInvoke, (OverlayManager_FFIMethods_IsPointInsideClickZoneMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, OverlayManager_SetLockedHandler__ctor, (OverlayManager_SetLockedHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, OverlayManager_SetLockedHandler_Invoke, (OverlayManager_SetLockedHandler * __this, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x0040B570, IAsyncResult *, OverlayManager_SetLockedHandler_BeginInvoke, (OverlayManager_SetLockedHandler * __this, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OverlayManager_SetLockedHandler_EndInvoke, (OverlayManager_SetLockedHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, OverlayManager_OpenActivityInviteHandler__ctor, (OverlayManager_OpenActivityInviteHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, OverlayManager_OpenActivityInviteHandler_Invoke, (OverlayManager_OpenActivityInviteHandler * __this, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x0040B5F0, IAsyncResult *, OverlayManager_OpenActivityInviteHandler_BeginInvoke, (OverlayManager_OpenActivityInviteHandler * __this, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OverlayManager_OpenActivityInviteHandler_EndInvoke, (OverlayManager_OpenActivityInviteHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, OverlayManager_OpenGuildInviteHandler__ctor, (OverlayManager_OpenGuildInviteHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, OverlayManager_OpenGuildInviteHandler_Invoke, (OverlayManager_OpenGuildInviteHandler * __this, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x0040B670, IAsyncResult *, OverlayManager_OpenGuildInviteHandler_BeginInvoke, (OverlayManager_OpenGuildInviteHandler * __this, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OverlayManager_OpenGuildInviteHandler_EndInvoke, (OverlayManager_OpenGuildInviteHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, OverlayManager_OpenVoiceSettingsHandler__ctor, (OverlayManager_OpenVoiceSettingsHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, OverlayManager_OpenVoiceSettingsHandler_Invoke, (OverlayManager_OpenVoiceSettingsHandler * __this, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x0040B6F0, IAsyncResult *, OverlayManager_OpenVoiceSettingsHandler_BeginInvoke, (OverlayManager_OpenVoiceSettingsHandler * __this, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OverlayManager_OpenVoiceSettingsHandler_EndInvoke, (OverlayManager_OpenVoiceSettingsHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0040B770, void, OverlayManager_SetImeCompositionRangeCallbackHandler__ctor, (OverlayManager_SetImeCompositionRangeCallbackHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, OverlayManager_SetImeCompositionRangeCallbackHandler_Invoke, (OverlayManager_SetImeCompositionRangeCallbackHandler * __this, int32_t from, int32_t to, Rect_1 * bounds, MethodInfo * method)); DO_APP_FUNC(0x0040B8A0, IAsyncResult *, OverlayManager_SetImeCompositionRangeCallbackHandler_BeginInvoke, (OverlayManager_SetImeCompositionRangeCallbackHandler * __this, int32_t from, int32_t to, Rect_1 * bounds, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, OverlayManager_SetImeCompositionRangeCallbackHandler_EndInvoke, (OverlayManager_SetImeCompositionRangeCallbackHandler * __this, Rect_1 * bounds, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0040B960, void, OverlayManager_SetImeSelectionBoundsCallbackHandler__ctor, (OverlayManager_SetImeSelectionBoundsCallbackHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0040BA90, void, OverlayManager_SetImeSelectionBoundsCallbackHandler_Invoke, (OverlayManager_SetImeSelectionBoundsCallbackHandler * __this, Rect_1 anchor, Rect_1 focus, bool isAnchorFirst, MethodInfo * method)); DO_APP_FUNC(0x0040BAD0, IAsyncResult *, OverlayManager_SetImeSelectionBoundsCallbackHandler_BeginInvoke, (OverlayManager_SetImeSelectionBoundsCallbackHandler * __this, Rect_1 anchor, Rect_1 focus, bool isAnchorFirst, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OverlayManager_SetImeSelectionBoundsCallbackHandler_EndInvoke, (OverlayManager_SetImeSelectionBoundsCallbackHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0040BB90, void, OverlayManager_ToggleHandler__ctor, (OverlayManager_ToggleHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, OverlayManager_ToggleHandler_Invoke, (OverlayManager_ToggleHandler * __this, bool locked, MethodInfo * method)); DO_APP_FUNC(0x0040BCC0, IAsyncResult *, OverlayManager_ToggleHandler_BeginInvoke, (OverlayManager_ToggleHandler * __this, bool locked, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OverlayManager_ToggleHandler_EndInvoke, (OverlayManager_ToggleHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0040BD40, StorageManager_FFIMethods, StorageManager_get_Methods, (StorageManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0040BEE0, void, StorageManager__ctor, (StorageManager * __this, void * ptr, void * eventsPtr, StorageManager_FFIEvents * events, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1680, StorageManager__ctor__MethodInfo); DO_APP_FUNC(0x0040C0B0, void, StorageManager_InitEvents, (StorageManager * __this, void * eventsPtr, StorageManager_FFIEvents * events, MethodInfo * method)); DO_APP_FUNC(0x0040C190, uint32_t, StorageManager_Read, (StorageManager * __this, String * name, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1640, StorageManager_Read__MethodInfo); DO_APP_FUNC(0x0040C280, void, StorageManager_ReadAsyncCallbackImpl, (void * ptr, Result__Enum result, void * dataPtr, int32_t dataLen, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD15E0, StorageManager_ReadAsyncCallbackImpl__MethodInfo); DO_APP_FUNC(0x0040C440, void, StorageManager_ReadAsync, (StorageManager * __this, String * name, StorageManager_ReadAsyncHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x0040C630, void, StorageManager_ReadAsyncPartialCallbackImpl, (void * ptr, Result__Enum result, void * dataPtr, int32_t dataLen, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1588, StorageManager_ReadAsyncPartialCallbackImpl__MethodInfo); DO_APP_FUNC(0x0040C7F0, void, StorageManager_ReadAsyncPartial, (StorageManager * __this, String * name, uint64_t offset, uint64_t length, StorageManager_ReadAsyncPartialHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x0040CA00, void, StorageManager_Write, (StorageManager * __this, String * name, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1578, StorageManager_Write__MethodInfo); DO_APP_FUNC(0x0040CAD0, void, StorageManager_WriteAsyncCallbackImpl, (void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1538, StorageManager_WriteAsyncCallbackImpl__MethodInfo); DO_APP_FUNC(0x0040CC00, void, StorageManager_WriteAsync, (StorageManager * __this, String * name, Byte__Array * data, StorageManager_WriteAsyncHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x0040CE10, void, StorageManager_Delete, (StorageManager * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1510, StorageManager_Delete__MethodInfo); DO_APP_FUNC(0x0040CEC0, bool, StorageManager_Exists, (StorageManager * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD14F8, StorageManager_Exists__MethodInfo); DO_APP_FUNC(0x0040CF80, int32_t, StorageManager_Count, (StorageManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0040CFE0, FileStat, StorageManager_Stat, (StorageManager * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD14E0, StorageManager_Stat__MethodInfo); DO_APP_FUNC(0x0040D0B0, FileStat, StorageManager_StatAt, (StorageManager * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD14D0, StorageManager_StatAt__MethodInfo); DO_APP_FUNC(0x0040D180, String *, StorageManager_GetPath, (StorageManager * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1498, StorageManager_GetPath__MethodInfo); DO_APP_FUNC(0x0040D2E0, IEnumerable_1_Discord_FileStat_ *, StorageManager_Files, (StorageManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0040D650, void, StorageManager_FFIMethods_ReadMethod__ctor, (StorageManager_FFIMethods_ReadMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE5C0, Result__Enum, StorageManager_FFIMethods_ReadMethod_Invoke, (StorageManager_FFIMethods_ReadMethod * __this, void * methodsPtr, String * name, Byte__Array * data, int32_t dataLen, uint32_t * read, MethodInfo * method)); DO_APP_FUNC(0x0040D780, IAsyncResult *, StorageManager_FFIMethods_ReadMethod_BeginInvoke, (StorageManager_FFIMethods_ReadMethod * __this, void * methodsPtr, String * name, Byte__Array * data, int32_t dataLen, uint32_t * read, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, StorageManager_FFIMethods_ReadMethod_EndInvoke, (StorageManager_FFIMethods_ReadMethod * __this, uint32_t * read, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0040D870, void, StorageManager_FFIMethods_ReadAsyncCallback__ctor, (StorageManager_FFIMethods_ReadAsyncCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, StorageManager_FFIMethods_ReadAsyncCallback_Invoke, (StorageManager_FFIMethods_ReadAsyncCallback * __this, void * ptr, Result__Enum result, void * dataPtr, int32_t dataLen, MethodInfo * method)); DO_APP_FUNC(0x0040D9A0, IAsyncResult *, StorageManager_FFIMethods_ReadAsyncCallback_BeginInvoke, (StorageManager_FFIMethods_ReadAsyncCallback * __this, void * ptr, Result__Enum result, void * dataPtr, int32_t dataLen, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, StorageManager_FFIMethods_ReadAsyncCallback_EndInvoke, (StorageManager_FFIMethods_ReadAsyncCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB610, void, StorageManager_FFIMethods_ReadAsyncMethod__ctor, (StorageManager_FFIMethods_ReadAsyncMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, StorageManager_FFIMethods_ReadAsyncMethod_Invoke, (StorageManager_FFIMethods_ReadAsyncMethod * __this, void * methodsPtr, String * name, void * callbackData, StorageManager_FFIMethods_ReadAsyncCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x0040DA90, IAsyncResult *, StorageManager_FFIMethods_ReadAsyncMethod_BeginInvoke, (StorageManager_FFIMethods_ReadAsyncMethod * __this, void * methodsPtr, String * name, void * callbackData, StorageManager_FFIMethods_ReadAsyncCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, StorageManager_FFIMethods_ReadAsyncMethod_EndInvoke, (StorageManager_FFIMethods_ReadAsyncMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0040D870, void, StorageManager_FFIMethods_ReadAsyncPartialCallback__ctor, (StorageManager_FFIMethods_ReadAsyncPartialCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, StorageManager_FFIMethods_ReadAsyncPartialCallback_Invoke, (StorageManager_FFIMethods_ReadAsyncPartialCallback * __this, void * ptr, Result__Enum result, void * dataPtr, int32_t dataLen, MethodInfo * method)); DO_APP_FUNC(0x0040DB40, IAsyncResult *, StorageManager_FFIMethods_ReadAsyncPartialCallback_BeginInvoke, (StorageManager_FFIMethods_ReadAsyncPartialCallback * __this, void * ptr, Result__Enum result, void * dataPtr, int32_t dataLen, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, StorageManager_FFIMethods_ReadAsyncPartialCallback_EndInvoke, (StorageManager_FFIMethods_ReadAsyncPartialCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0040DC30, void, StorageManager_FFIMethods_ReadAsyncPartialMethod__ctor, (StorageManager_FFIMethods_ReadAsyncPartialMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EBF80, void, StorageManager_FFIMethods_ReadAsyncPartialMethod_Invoke, (StorageManager_FFIMethods_ReadAsyncPartialMethod * __this, void * methodsPtr, String * name, uint64_t offset, uint64_t length, void * callbackData, StorageManager_FFIMethods_ReadAsyncPartialCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x0040DD60, IAsyncResult *, StorageManager_FFIMethods_ReadAsyncPartialMethod_BeginInvoke, (StorageManager_FFIMethods_ReadAsyncPartialMethod * __this, void * methodsPtr, String * name, uint64_t offset, uint64_t length, void * callbackData, StorageManager_FFIMethods_ReadAsyncPartialCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, StorageManager_FFIMethods_ReadAsyncPartialMethod_EndInvoke, (StorageManager_FFIMethods_ReadAsyncPartialMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0040DE50, void, StorageManager_FFIMethods_WriteMethod__ctor, (StorageManager_FFIMethods_WriteMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE800, Result__Enum, StorageManager_FFIMethods_WriteMethod_Invoke, (StorageManager_FFIMethods_WriteMethod * __this, void * methodsPtr, String * name, Byte__Array * data, int32_t dataLen, MethodInfo * method)); DO_APP_FUNC(0x0040DF80, IAsyncResult *, StorageManager_FFIMethods_WriteMethod_BeginInvoke, (StorageManager_FFIMethods_WriteMethod * __this, void * methodsPtr, String * name, Byte__Array * data, int32_t dataLen, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, StorageManager_FFIMethods_WriteMethod_EndInvoke, (StorageManager_FFIMethods_WriteMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB430, void, StorageManager_FFIMethods_WriteAsyncCallback__ctor, (StorageManager_FFIMethods_WriteAsyncCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, StorageManager_FFIMethods_WriteAsyncCallback_Invoke, (StorageManager_FFIMethods_WriteAsyncCallback * __this, void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x0040E040, IAsyncResult *, StorageManager_FFIMethods_WriteAsyncCallback_BeginInvoke, (StorageManager_FFIMethods_WriteAsyncCallback * __this, void * ptr, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, StorageManager_FFIMethods_WriteAsyncCallback_EndInvoke, (StorageManager_FFIMethods_WriteAsyncCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0040E0F0, void, StorageManager_FFIMethods_WriteAsyncMethod__ctor, (StorageManager_FFIMethods_WriteAsyncMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EBF80, void, StorageManager_FFIMethods_WriteAsyncMethod_Invoke, (StorageManager_FFIMethods_WriteAsyncMethod * __this, void * methodsPtr, String * name, Byte__Array * data, int32_t dataLen, void * callbackData, StorageManager_FFIMethods_WriteAsyncCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x0040E220, IAsyncResult *, StorageManager_FFIMethods_WriteAsyncMethod_BeginInvoke, (StorageManager_FFIMethods_WriteAsyncMethod * __this, void * methodsPtr, String * name, Byte__Array * data, int32_t dataLen, void * callbackData, StorageManager_FFIMethods_WriteAsyncCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, StorageManager_FFIMethods_WriteAsyncMethod_EndInvoke, (StorageManager_FFIMethods_WriteAsyncMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB040, void, StorageManager_FFIMethods_DeleteMethod__ctor, (StorageManager_FFIMethods_DeleteMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Result__Enum, StorageManager_FFIMethods_DeleteMethod_Invoke, (StorageManager_FFIMethods_DeleteMethod * __this, void * methodsPtr, String * name, MethodInfo * method)); DO_APP_FUNC(0x0040E310, IAsyncResult *, StorageManager_FFIMethods_DeleteMethod_BeginInvoke, (StorageManager_FFIMethods_DeleteMethod * __this, void * methodsPtr, String * name, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, StorageManager_FFIMethods_DeleteMethod_EndInvoke, (StorageManager_FFIMethods_DeleteMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003ED6D0, void, StorageManager_FFIMethods_ExistsMethod__ctor, (StorageManager_FFIMethods_ExistsMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Result__Enum, StorageManager_FFIMethods_ExistsMethod_Invoke, (StorageManager_FFIMethods_ExistsMethod * __this, void * methodsPtr, String * name, bool * exists, MethodInfo * method)); DO_APP_FUNC(0x0040E3A0, IAsyncResult *, StorageManager_FFIMethods_ExistsMethod_BeginInvoke, (StorageManager_FFIMethods_ExistsMethod * __this, void * methodsPtr, String * name, bool * exists, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, StorageManager_FFIMethods_ExistsMethod_EndInvoke, (StorageManager_FFIMethods_ExistsMethod * __this, bool * exists, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003E9FE0, void, StorageManager_FFIMethods_CountMethod__ctor, (StorageManager_FFIMethods_CountMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, StorageManager_FFIMethods_CountMethod_Invoke, (StorageManager_FFIMethods_CountMethod * __this, void * methodsPtr, int32_t * count, MethodInfo * method)); DO_APP_FUNC(0x0040E450, IAsyncResult *, StorageManager_FFIMethods_CountMethod_BeginInvoke, (StorageManager_FFIMethods_CountMethod * __this, void * methodsPtr, int32_t * count, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, StorageManager_FFIMethods_CountMethod_EndInvoke, (StorageManager_FFIMethods_CountMethod * __this, int32_t * count, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003ED6D0, void, StorageManager_FFIMethods_StatMethod__ctor, (StorageManager_FFIMethods_StatMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Result__Enum, StorageManager_FFIMethods_StatMethod_Invoke, (StorageManager_FFIMethods_StatMethod * __this, void * methodsPtr, String * name, FileStat * stat, MethodInfo * method)); DO_APP_FUNC(0x0040E500, IAsyncResult *, StorageManager_FFIMethods_StatMethod_BeginInvoke, (StorageManager_FFIMethods_StatMethod * __this, void * methodsPtr, String * name, FileStat * stat, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, StorageManager_FFIMethods_StatMethod_EndInvoke, (StorageManager_FFIMethods_StatMethod * __this, FileStat * stat, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F5670, void, StorageManager_FFIMethods_StatAtMethod__ctor, (StorageManager_FFIMethods_StatAtMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Result__Enum, StorageManager_FFIMethods_StatAtMethod_Invoke, (StorageManager_FFIMethods_StatAtMethod * __this, void * methodsPtr, int32_t index, FileStat * stat, MethodInfo * method)); DO_APP_FUNC(0x0040E5B0, IAsyncResult *, StorageManager_FFIMethods_StatAtMethod_BeginInvoke, (StorageManager_FFIMethods_StatAtMethod * __this, void * methodsPtr, int32_t index, FileStat * stat, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, StorageManager_FFIMethods_StatAtMethod_EndInvoke, (StorageManager_FFIMethods_StatAtMethod * __this, FileStat * stat, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB040, void, StorageManager_FFIMethods_GetPathMethod__ctor, (StorageManager_FFIMethods_GetPathMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Result__Enum, StorageManager_FFIMethods_GetPathMethod_Invoke, (StorageManager_FFIMethods_GetPathMethod * __this, void * methodsPtr, StringBuilder * path, MethodInfo * method)); DO_APP_FUNC(0x0040E680, IAsyncResult *, StorageManager_FFIMethods_GetPathMethod_BeginInvoke, (StorageManager_FFIMethods_GetPathMethod * __this, void * methodsPtr, StringBuilder * path, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, StorageManager_FFIMethods_GetPathMethod_EndInvoke, (StorageManager_FFIMethods_GetPathMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2CF0, void, StorageManager_ReadAsyncHandler__ctor, (StorageManager_ReadAsyncHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, StorageManager_ReadAsyncHandler_Invoke, (StorageManager_ReadAsyncHandler * __this, Result__Enum result, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x0040E710, IAsyncResult *, StorageManager_ReadAsyncHandler_BeginInvoke, (StorageManager_ReadAsyncHandler * __this, Result__Enum result, Byte__Array * data, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, StorageManager_ReadAsyncHandler_EndInvoke, (StorageManager_ReadAsyncHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2CF0, void, StorageManager_ReadAsyncPartialHandler__ctor, (StorageManager_ReadAsyncPartialHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, StorageManager_ReadAsyncPartialHandler_Invoke, (StorageManager_ReadAsyncPartialHandler * __this, Result__Enum result, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x0040E7A0, IAsyncResult *, StorageManager_ReadAsyncPartialHandler_BeginInvoke, (StorageManager_ReadAsyncPartialHandler * __this, Result__Enum result, Byte__Array * data, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, StorageManager_ReadAsyncPartialHandler_EndInvoke, (StorageManager_ReadAsyncPartialHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, StorageManager_WriteAsyncHandler__ctor, (StorageManager_WriteAsyncHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, StorageManager_WriteAsyncHandler_Invoke, (StorageManager_WriteAsyncHandler * __this, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x0040E830, IAsyncResult *, StorageManager_WriteAsyncHandler_BeginInvoke, (StorageManager_WriteAsyncHandler * __this, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, StorageManager_WriteAsyncHandler_EndInvoke, (StorageManager_WriteAsyncHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0040E8B0, StoreManager_FFIMethods, StoreManager_get_Methods, (StoreManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0040EA40, void, StoreManager_add_OnEntitlementCreate, (StoreManager * __this, StoreManager_EntitlementCreateHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0040EB30, void, StoreManager_remove_OnEntitlementCreate, (StoreManager * __this, StoreManager_EntitlementCreateHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0040EC20, void, StoreManager_add_OnEntitlementDelete, (StoreManager * __this, StoreManager_EntitlementDeleteHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0040ED10, void, StoreManager_remove_OnEntitlementDelete, (StoreManager * __this, StoreManager_EntitlementDeleteHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0040EE00, void, StoreManager__ctor, (StoreManager * __this, void * ptr, void * eventsPtr, StoreManager_FFIEvents * events, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD11A8, StoreManager__ctor__MethodInfo); DO_APP_FUNC(0x0040EF30, void, StoreManager_InitEvents, (StoreManager * __this, void * eventsPtr, StoreManager_FFIEvents * events, MethodInfo * method)); DO_APP_FUNC(0x0040F360, void, StoreManager_FetchSkusCallbackImpl, (void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD10F8, StoreManager_FetchSkusCallbackImpl__MethodInfo); DO_APP_FUNC(0x0040F490, void, StoreManager_FetchSkus, (StoreManager * __this, StoreManager_FetchSkusHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x0040F670, int32_t, StoreManager_CountSkus, (StoreManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0040F6D0, Sku, StoreManager_GetSku, (StoreManager * __this, int64_t skuId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD10E8, StoreManager_GetSku__MethodInfo); DO_APP_FUNC(0x0040F7A0, Sku, StoreManager_GetSkuAt, (StoreManager * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD10D8, StoreManager_GetSkuAt__MethodInfo); DO_APP_FUNC(0x0040F870, void, StoreManager_FetchEntitlementsCallbackImpl, (void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1098, StoreManager_FetchEntitlementsCallbackImpl__MethodInfo); DO_APP_FUNC(0x0040F9A0, void, StoreManager_FetchEntitlements, (StoreManager * __this, StoreManager_FetchEntitlementsHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x0040FB80, int32_t, StoreManager_CountEntitlements, (StoreManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0040FBE0, Entitlement, StoreManager_GetEntitlement, (StoreManager * __this, int64_t entitlementId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1088, StoreManager_GetEntitlement__MethodInfo); DO_APP_FUNC(0x0040FCB0, Entitlement, StoreManager_GetEntitlementAt, (StoreManager * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1078, StoreManager_GetEntitlementAt__MethodInfo); DO_APP_FUNC(0x0040FD80, bool, StoreManager_HasSkuEntitlement, (StoreManager * __this, int64_t skuId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1068, StoreManager_HasSkuEntitlement__MethodInfo); DO_APP_FUNC(0x0040FE40, void, StoreManager_StartPurchaseCallbackImpl, (void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1018, StoreManager_StartPurchaseCallbackImpl__MethodInfo); DO_APP_FUNC(0x0040FF70, void, StoreManager_StartPurchase, (StoreManager * __this, int64_t skuId, StoreManager_StartPurchaseHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x00410160, void, StoreManager_OnEntitlementCreateImpl, (void * ptr, Entitlement * entitlement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1158, StoreManager_OnEntitlementCreateImpl__MethodInfo); DO_APP_FUNC(0x004102B0, void, StoreManager_OnEntitlementDeleteImpl, (void * ptr, Entitlement * entitlement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1148, StoreManager_OnEntitlementDeleteImpl__MethodInfo); DO_APP_FUNC(0x00410400, IEnumerable_1_Discord_Entitlement_ *, StoreManager_GetEntitlements, (StoreManager * __this, MethodInfo * method)); DO_APP_FUNC(0x004106E0, IEnumerable_1_Discord_Sku_ *, StoreManager_GetSkus, (StoreManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003E9FE0, void, StoreManager_FFIEvents_EntitlementCreateHandler__ctor, (StoreManager_FFIEvents_EntitlementCreateHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, StoreManager_FFIEvents_EntitlementCreateHandler_Invoke, (StoreManager_FFIEvents_EntitlementCreateHandler * __this, void * ptr, Entitlement * entitlement, MethodInfo * method)); DO_APP_FUNC(0x00410A70, IAsyncResult *, StoreManager_FFIEvents_EntitlementCreateHandler_BeginInvoke, (StoreManager_FFIEvents_EntitlementCreateHandler * __this, void * ptr, Entitlement * entitlement, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, StoreManager_FFIEvents_EntitlementCreateHandler_EndInvoke, (StoreManager_FFIEvents_EntitlementCreateHandler * __this, Entitlement * entitlement, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003E9FE0, void, StoreManager_FFIEvents_EntitlementDeleteHandler__ctor, (StoreManager_FFIEvents_EntitlementDeleteHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, StoreManager_FFIEvents_EntitlementDeleteHandler_Invoke, (StoreManager_FFIEvents_EntitlementDeleteHandler * __this, void * ptr, Entitlement * entitlement, MethodInfo * method)); DO_APP_FUNC(0x00410B20, IAsyncResult *, StoreManager_FFIEvents_EntitlementDeleteHandler_BeginInvoke, (StoreManager_FFIEvents_EntitlementDeleteHandler * __this, void * ptr, Entitlement * entitlement, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, StoreManager_FFIEvents_EntitlementDeleteHandler_EndInvoke, (StoreManager_FFIEvents_EntitlementDeleteHandler * __this, Entitlement * entitlement, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB430, void, StoreManager_FFIMethods_FetchSkusCallback__ctor, (StoreManager_FFIMethods_FetchSkusCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, StoreManager_FFIMethods_FetchSkusCallback_Invoke, (StoreManager_FFIMethods_FetchSkusCallback * __this, void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x00410BD0, IAsyncResult *, StoreManager_FFIMethods_FetchSkusCallback_BeginInvoke, (StoreManager_FFIMethods_FetchSkusCallback * __this, void * ptr, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, StoreManager_FFIMethods_FetchSkusCallback_EndInvoke, (StoreManager_FFIMethods_FetchSkusCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB8C0, void, StoreManager_FFIMethods_FetchSkusMethod__ctor, (StoreManager_FFIMethods_FetchSkusMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, StoreManager_FFIMethods_FetchSkusMethod_Invoke, (StoreManager_FFIMethods_FetchSkusMethod * __this, void * methodsPtr, void * callbackData, StoreManager_FFIMethods_FetchSkusCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x00410C80, IAsyncResult *, StoreManager_FFIMethods_FetchSkusMethod_BeginInvoke, (StoreManager_FFIMethods_FetchSkusMethod * __this, void * methodsPtr, void * callbackData, StoreManager_FFIMethods_FetchSkusCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, StoreManager_FFIMethods_FetchSkusMethod_EndInvoke, (StoreManager_FFIMethods_FetchSkusMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003E9FE0, void, StoreManager_FFIMethods_CountSkusMethod__ctor, (StoreManager_FFIMethods_CountSkusMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, StoreManager_FFIMethods_CountSkusMethod_Invoke, (StoreManager_FFIMethods_CountSkusMethod * __this, void * methodsPtr, int32_t * count, MethodInfo * method)); DO_APP_FUNC(0x00410D20, IAsyncResult *, StoreManager_FFIMethods_CountSkusMethod_BeginInvoke, (StoreManager_FFIMethods_CountSkusMethod * __this, void * methodsPtr, int32_t * count, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, StoreManager_FFIMethods_CountSkusMethod_EndInvoke, (StoreManager_FFIMethods_CountSkusMethod * __this, int32_t * count, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F8A30, void, StoreManager_FFIMethods_GetSkuMethod__ctor, (StoreManager_FFIMethods_GetSkuMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Result__Enum, StoreManager_FFIMethods_GetSkuMethod_Invoke, (StoreManager_FFIMethods_GetSkuMethod * __this, void * methodsPtr, int64_t skuId, Sku * sku, MethodInfo * method)); DO_APP_FUNC(0x00410DD0, IAsyncResult *, StoreManager_FFIMethods_GetSkuMethod_BeginInvoke, (StoreManager_FFIMethods_GetSkuMethod * __this, void * methodsPtr, int64_t skuId, Sku * sku, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, StoreManager_FFIMethods_GetSkuMethod_EndInvoke, (StoreManager_FFIMethods_GetSkuMethod * __this, Sku * sku, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F5670, void, StoreManager_FFIMethods_GetSkuAtMethod__ctor, (StoreManager_FFIMethods_GetSkuAtMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Result__Enum, StoreManager_FFIMethods_GetSkuAtMethod_Invoke, (StoreManager_FFIMethods_GetSkuAtMethod * __this, void * methodsPtr, int32_t index, Sku * sku, MethodInfo * method)); DO_APP_FUNC(0x00410EA0, IAsyncResult *, StoreManager_FFIMethods_GetSkuAtMethod_BeginInvoke, (StoreManager_FFIMethods_GetSkuAtMethod * __this, void * methodsPtr, int32_t index, Sku * sku, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, StoreManager_FFIMethods_GetSkuAtMethod_EndInvoke, (StoreManager_FFIMethods_GetSkuAtMethod * __this, Sku * sku, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB430, void, StoreManager_FFIMethods_FetchEntitlementsCallback__ctor, (StoreManager_FFIMethods_FetchEntitlementsCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, StoreManager_FFIMethods_FetchEntitlementsCallback_Invoke, (StoreManager_FFIMethods_FetchEntitlementsCallback * __this, void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x00410F70, IAsyncResult *, StoreManager_FFIMethods_FetchEntitlementsCallback_BeginInvoke, (StoreManager_FFIMethods_FetchEntitlementsCallback * __this, void * ptr, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, StoreManager_FFIMethods_FetchEntitlementsCallback_EndInvoke, (StoreManager_FFIMethods_FetchEntitlementsCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB8C0, void, StoreManager_FFIMethods_FetchEntitlementsMethod__ctor, (StoreManager_FFIMethods_FetchEntitlementsMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, StoreManager_FFIMethods_FetchEntitlementsMethod_Invoke, (StoreManager_FFIMethods_FetchEntitlementsMethod * __this, void * methodsPtr, void * callbackData, StoreManager_FFIMethods_FetchEntitlementsCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x00411020, IAsyncResult *, StoreManager_FFIMethods_FetchEntitlementsMethod_BeginInvoke, (StoreManager_FFIMethods_FetchEntitlementsMethod * __this, void * methodsPtr, void * callbackData, StoreManager_FFIMethods_FetchEntitlementsCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, StoreManager_FFIMethods_FetchEntitlementsMethod_EndInvoke, (StoreManager_FFIMethods_FetchEntitlementsMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003E9FE0, void, StoreManager_FFIMethods_CountEntitlementsMethod__ctor, (StoreManager_FFIMethods_CountEntitlementsMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, StoreManager_FFIMethods_CountEntitlementsMethod_Invoke, (StoreManager_FFIMethods_CountEntitlementsMethod * __this, void * methodsPtr, int32_t * count, MethodInfo * method)); DO_APP_FUNC(0x004110C0, IAsyncResult *, StoreManager_FFIMethods_CountEntitlementsMethod_BeginInvoke, (StoreManager_FFIMethods_CountEntitlementsMethod * __this, void * methodsPtr, int32_t * count, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, StoreManager_FFIMethods_CountEntitlementsMethod_EndInvoke, (StoreManager_FFIMethods_CountEntitlementsMethod * __this, int32_t * count, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F8A30, void, StoreManager_FFIMethods_GetEntitlementMethod__ctor, (StoreManager_FFIMethods_GetEntitlementMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Result__Enum, StoreManager_FFIMethods_GetEntitlementMethod_Invoke, (StoreManager_FFIMethods_GetEntitlementMethod * __this, void * methodsPtr, int64_t entitlementId, Entitlement * entitlement, MethodInfo * method)); DO_APP_FUNC(0x00411170, IAsyncResult *, StoreManager_FFIMethods_GetEntitlementMethod_BeginInvoke, (StoreManager_FFIMethods_GetEntitlementMethod * __this, void * methodsPtr, int64_t entitlementId, Entitlement * entitlement, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, StoreManager_FFIMethods_GetEntitlementMethod_EndInvoke, (StoreManager_FFIMethods_GetEntitlementMethod * __this, Entitlement * entitlement, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F5670, void, StoreManager_FFIMethods_GetEntitlementAtMethod__ctor, (StoreManager_FFIMethods_GetEntitlementAtMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Result__Enum, StoreManager_FFIMethods_GetEntitlementAtMethod_Invoke, (StoreManager_FFIMethods_GetEntitlementAtMethod * __this, void * methodsPtr, int32_t index, Entitlement * entitlement, MethodInfo * method)); DO_APP_FUNC(0x00411240, IAsyncResult *, StoreManager_FFIMethods_GetEntitlementAtMethod_BeginInvoke, (StoreManager_FFIMethods_GetEntitlementAtMethod * __this, void * methodsPtr, int32_t index, Entitlement * entitlement, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, StoreManager_FFIMethods_GetEntitlementAtMethod_EndInvoke, (StoreManager_FFIMethods_GetEntitlementAtMethod * __this, Entitlement * entitlement, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F8A30, void, StoreManager_FFIMethods_HasSkuEntitlementMethod__ctor, (StoreManager_FFIMethods_HasSkuEntitlementMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Result__Enum, StoreManager_FFIMethods_HasSkuEntitlementMethod_Invoke, (StoreManager_FFIMethods_HasSkuEntitlementMethod * __this, void * methodsPtr, int64_t skuId, bool * hasEntitlement, MethodInfo * method)); DO_APP_FUNC(0x00411310, IAsyncResult *, StoreManager_FFIMethods_HasSkuEntitlementMethod_BeginInvoke, (StoreManager_FFIMethods_HasSkuEntitlementMethod * __this, void * methodsPtr, int64_t skuId, bool * hasEntitlement, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, StoreManager_FFIMethods_HasSkuEntitlementMethod_EndInvoke, (StoreManager_FFIMethods_HasSkuEntitlementMethod * __this, bool * hasEntitlement, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB430, void, StoreManager_FFIMethods_StartPurchaseCallback__ctor, (StoreManager_FFIMethods_StartPurchaseCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, StoreManager_FFIMethods_StartPurchaseCallback_Invoke, (StoreManager_FFIMethods_StartPurchaseCallback * __this, void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x004113E0, IAsyncResult *, StoreManager_FFIMethods_StartPurchaseCallback_BeginInvoke, (StoreManager_FFIMethods_StartPurchaseCallback * __this, void * ptr, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, StoreManager_FFIMethods_StartPurchaseCallback_EndInvoke, (StoreManager_FFIMethods_StartPurchaseCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC160, void, StoreManager_FFIMethods_StartPurchaseMethod__ctor, (StoreManager_FFIMethods_StartPurchaseMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, StoreManager_FFIMethods_StartPurchaseMethod_Invoke, (StoreManager_FFIMethods_StartPurchaseMethod * __this, void * methodsPtr, int64_t skuId, void * callbackData, StoreManager_FFIMethods_StartPurchaseCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x00411490, IAsyncResult *, StoreManager_FFIMethods_StartPurchaseMethod_BeginInvoke, (StoreManager_FFIMethods_StartPurchaseMethod * __this, void * methodsPtr, int64_t skuId, void * callbackData, StoreManager_FFIMethods_StartPurchaseCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, StoreManager_FFIMethods_StartPurchaseMethod_EndInvoke, (StoreManager_FFIMethods_StartPurchaseMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, StoreManager_FetchSkusHandler__ctor, (StoreManager_FetchSkusHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, StoreManager_FetchSkusHandler_Invoke, (StoreManager_FetchSkusHandler * __this, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x00411560, IAsyncResult *, StoreManager_FetchSkusHandler_BeginInvoke, (StoreManager_FetchSkusHandler * __this, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, StoreManager_FetchSkusHandler_EndInvoke, (StoreManager_FetchSkusHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, StoreManager_FetchEntitlementsHandler__ctor, (StoreManager_FetchEntitlementsHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, StoreManager_FetchEntitlementsHandler_Invoke, (StoreManager_FetchEntitlementsHandler * __this, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x004115E0, IAsyncResult *, StoreManager_FetchEntitlementsHandler_BeginInvoke, (StoreManager_FetchEntitlementsHandler * __this, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, StoreManager_FetchEntitlementsHandler_EndInvoke, (StoreManager_FetchEntitlementsHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, StoreManager_StartPurchaseHandler__ctor, (StoreManager_StartPurchaseHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, StoreManager_StartPurchaseHandler_Invoke, (StoreManager_StartPurchaseHandler * __this, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x00411660, IAsyncResult *, StoreManager_StartPurchaseHandler_BeginInvoke, (StoreManager_StartPurchaseHandler * __this, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, StoreManager_StartPurchaseHandler_EndInvoke, (StoreManager_StartPurchaseHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC890, void, StoreManager_EntitlementCreateHandler__ctor, (StoreManager_EntitlementCreateHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, StoreManager_EntitlementCreateHandler_Invoke, (StoreManager_EntitlementCreateHandler * __this, Entitlement * entitlement, MethodInfo * method)); DO_APP_FUNC(0x004116E0, IAsyncResult *, StoreManager_EntitlementCreateHandler_BeginInvoke, (StoreManager_EntitlementCreateHandler * __this, Entitlement * entitlement, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, StoreManager_EntitlementCreateHandler_EndInvoke, (StoreManager_EntitlementCreateHandler * __this, Entitlement * entitlement, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC890, void, StoreManager_EntitlementDeleteHandler__ctor, (StoreManager_EntitlementDeleteHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, StoreManager_EntitlementDeleteHandler_Invoke, (StoreManager_EntitlementDeleteHandler * __this, Entitlement * entitlement, MethodInfo * method)); DO_APP_FUNC(0x00411770, IAsyncResult *, StoreManager_EntitlementDeleteHandler_BeginInvoke, (StoreManager_EntitlementDeleteHandler * __this, Entitlement * entitlement, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, StoreManager_EntitlementDeleteHandler_EndInvoke, (StoreManager_EntitlementDeleteHandler * __this, Entitlement * entitlement, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00411800, VoiceManager_FFIMethods, VoiceManager_get_Methods, (VoiceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00411990, void, VoiceManager_add_OnSettingsUpdate, (VoiceManager * __this, VoiceManager_SettingsUpdateHandler * value, MethodInfo * method)); DO_APP_FUNC(0x00411A80, void, VoiceManager_remove_OnSettingsUpdate, (VoiceManager * __this, VoiceManager_SettingsUpdateHandler * value, MethodInfo * method)); DO_APP_FUNC(0x00411B70, void, VoiceManager__ctor, (VoiceManager * __this, void * ptr, void * eventsPtr, VoiceManager_FFIEvents * events, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0CB8, VoiceManager__ctor__MethodInfo); DO_APP_FUNC(0x00411CA0, void, VoiceManager_InitEvents, (VoiceManager * __this, void * eventsPtr, VoiceManager_FFIEvents * events, MethodInfo * method)); DO_APP_FUNC(0x00411F30, InputMode, VoiceManager_GetInputMode, (VoiceManager * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0C68, VoiceManager_GetInputMode__MethodInfo); DO_APP_FUNC(0x00411FE0, void, VoiceManager_SetInputModeCallbackImpl, (void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0C18, VoiceManager_SetInputModeCallbackImpl__MethodInfo); DO_APP_FUNC(0x00412110, void, VoiceManager_SetInputMode, (VoiceManager * __this, InputMode inputMode, VoiceManager_SetInputModeHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x00412310, bool, VoiceManager_IsSelfMute, (VoiceManager * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0C08, VoiceManager_IsSelfMute__MethodInfo); DO_APP_FUNC(0x004123D0, void, VoiceManager_SetSelfMute, (VoiceManager * __this, bool mute, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0BF8, VoiceManager_SetSelfMute__MethodInfo); DO_APP_FUNC(0x00412480, bool, VoiceManager_IsSelfDeaf, (VoiceManager * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0BE8, VoiceManager_IsSelfDeaf__MethodInfo); DO_APP_FUNC(0x00412540, void, VoiceManager_SetSelfDeaf, (VoiceManager * __this, bool deaf, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0BD8, VoiceManager_SetSelfDeaf__MethodInfo); DO_APP_FUNC(0x004125F0, bool, VoiceManager_IsLocalMute, (VoiceManager * __this, int64_t userId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0BC8, VoiceManager_IsLocalMute__MethodInfo); DO_APP_FUNC(0x004126B0, void, VoiceManager_SetLocalMute, (VoiceManager * __this, int64_t userId, bool mute, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0BB8, VoiceManager_SetLocalMute__MethodInfo); DO_APP_FUNC(0x00412770, uint8_t, VoiceManager_GetLocalVolume, (VoiceManager * __this, int64_t userId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0BA8, VoiceManager_GetLocalVolume__MethodInfo); DO_APP_FUNC(0x00412830, void, VoiceManager_SetLocalVolume, (VoiceManager * __this, int64_t userId, uint8_t volume, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0B98, VoiceManager_SetLocalVolume__MethodInfo); DO_APP_FUNC(0x004128F0, void, VoiceManager_OnSettingsUpdateImpl, (void * ptr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0C78, VoiceManager_OnSettingsUpdateImpl__MethodInfo); DO_APP_FUNC(0x003F1E30, void, VoiceManager_FFIEvents_SettingsUpdateHandler__ctor, (VoiceManager_FFIEvents_SettingsUpdateHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, VoiceManager_FFIEvents_SettingsUpdateHandler_Invoke, (VoiceManager_FFIEvents_SettingsUpdateHandler * __this, void * ptr, MethodInfo * method)); DO_APP_FUNC(0x00412A30, IAsyncResult *, VoiceManager_FFIEvents_SettingsUpdateHandler_BeginInvoke, (VoiceManager_FFIEvents_SettingsUpdateHandler * __this, void * ptr, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, VoiceManager_FFIEvents_SettingsUpdateHandler_EndInvoke, (VoiceManager_FFIEvents_SettingsUpdateHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB040, void, VoiceManager_FFIMethods_GetInputModeMethod__ctor, (VoiceManager_FFIMethods_GetInputModeMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Result__Enum, VoiceManager_FFIMethods_GetInputModeMethod_Invoke, (VoiceManager_FFIMethods_GetInputModeMethod * __this, void * methodsPtr, InputMode * inputMode, MethodInfo * method)); DO_APP_FUNC(0x00412AB0, IAsyncResult *, VoiceManager_FFIMethods_GetInputModeMethod_BeginInvoke, (VoiceManager_FFIMethods_GetInputModeMethod * __this, void * methodsPtr, InputMode * inputMode, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, VoiceManager_FFIMethods_GetInputModeMethod_EndInvoke, (VoiceManager_FFIMethods_GetInputModeMethod * __this, InputMode * inputMode, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB430, void, VoiceManager_FFIMethods_SetInputModeCallback__ctor, (VoiceManager_FFIMethods_SetInputModeCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, VoiceManager_FFIMethods_SetInputModeCallback_Invoke, (VoiceManager_FFIMethods_SetInputModeCallback * __this, void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x00412B60, IAsyncResult *, VoiceManager_FFIMethods_SetInputModeCallback_BeginInvoke, (VoiceManager_FFIMethods_SetInputModeCallback * __this, void * ptr, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, VoiceManager_FFIMethods_SetInputModeCallback_EndInvoke, (VoiceManager_FFIMethods_SetInputModeCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00412C10, void, VoiceManager_FFIMethods_SetInputModeMethod__ctor, (VoiceManager_FFIMethods_SetInputModeMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00412D40, void, VoiceManager_FFIMethods_SetInputModeMethod_Invoke, (VoiceManager_FFIMethods_SetInputModeMethod * __this, void * methodsPtr, InputMode inputMode, void * callbackData, VoiceManager_FFIMethods_SetInputModeCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x00412D80, IAsyncResult *, VoiceManager_FFIMethods_SetInputModeMethod_BeginInvoke, (VoiceManager_FFIMethods_SetInputModeMethod * __this, void * methodsPtr, InputMode inputMode, void * callbackData, VoiceManager_FFIMethods_SetInputModeCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, VoiceManager_FFIMethods_SetInputModeMethod_EndInvoke, (VoiceManager_FFIMethods_SetInputModeMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB040, void, VoiceManager_FFIMethods_IsSelfMuteMethod__ctor, (VoiceManager_FFIMethods_IsSelfMuteMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Result__Enum, VoiceManager_FFIMethods_IsSelfMuteMethod_Invoke, (VoiceManager_FFIMethods_IsSelfMuteMethod * __this, void * methodsPtr, bool * mute, MethodInfo * method)); DO_APP_FUNC(0x00412E50, IAsyncResult *, VoiceManager_FFIMethods_IsSelfMuteMethod_BeginInvoke, (VoiceManager_FFIMethods_IsSelfMuteMethod * __this, void * methodsPtr, bool * mute, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, VoiceManager_FFIMethods_IsSelfMuteMethod_EndInvoke, (VoiceManager_FFIMethods_IsSelfMuteMethod * __this, bool * mute, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003ED940, void, VoiceManager_FFIMethods_SetSelfMuteMethod__ctor, (VoiceManager_FFIMethods_SetSelfMuteMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Result__Enum, VoiceManager_FFIMethods_SetSelfMuteMethod_Invoke, (VoiceManager_FFIMethods_SetSelfMuteMethod * __this, void * methodsPtr, bool mute, MethodInfo * method)); DO_APP_FUNC(0x00412F00, IAsyncResult *, VoiceManager_FFIMethods_SetSelfMuteMethod_BeginInvoke, (VoiceManager_FFIMethods_SetSelfMuteMethod * __this, void * methodsPtr, bool mute, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, VoiceManager_FFIMethods_SetSelfMuteMethod_EndInvoke, (VoiceManager_FFIMethods_SetSelfMuteMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB040, void, VoiceManager_FFIMethods_IsSelfDeafMethod__ctor, (VoiceManager_FFIMethods_IsSelfDeafMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Result__Enum, VoiceManager_FFIMethods_IsSelfDeafMethod_Invoke, (VoiceManager_FFIMethods_IsSelfDeafMethod * __this, void * methodsPtr, bool * deaf, MethodInfo * method)); DO_APP_FUNC(0x00412FB0, IAsyncResult *, VoiceManager_FFIMethods_IsSelfDeafMethod_BeginInvoke, (VoiceManager_FFIMethods_IsSelfDeafMethod * __this, void * methodsPtr, bool * deaf, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, VoiceManager_FFIMethods_IsSelfDeafMethod_EndInvoke, (VoiceManager_FFIMethods_IsSelfDeafMethod * __this, bool * deaf, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003ED940, void, VoiceManager_FFIMethods_SetSelfDeafMethod__ctor, (VoiceManager_FFIMethods_SetSelfDeafMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Result__Enum, VoiceManager_FFIMethods_SetSelfDeafMethod_Invoke, (VoiceManager_FFIMethods_SetSelfDeafMethod * __this, void * methodsPtr, bool deaf, MethodInfo * method)); DO_APP_FUNC(0x00413060, IAsyncResult *, VoiceManager_FFIMethods_SetSelfDeafMethod_BeginInvoke, (VoiceManager_FFIMethods_SetSelfDeafMethod * __this, void * methodsPtr, bool deaf, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, VoiceManager_FFIMethods_SetSelfDeafMethod_EndInvoke, (VoiceManager_FFIMethods_SetSelfDeafMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F8A30, void, VoiceManager_FFIMethods_IsLocalMuteMethod__ctor, (VoiceManager_FFIMethods_IsLocalMuteMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Result__Enum, VoiceManager_FFIMethods_IsLocalMuteMethod_Invoke, (VoiceManager_FFIMethods_IsLocalMuteMethod * __this, void * methodsPtr, int64_t userId, bool * mute, MethodInfo * method)); DO_APP_FUNC(0x00413110, IAsyncResult *, VoiceManager_FFIMethods_IsLocalMuteMethod_BeginInvoke, (VoiceManager_FFIMethods_IsLocalMuteMethod * __this, void * methodsPtr, int64_t userId, bool * mute, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, VoiceManager_FFIMethods_IsLocalMuteMethod_EndInvoke, (VoiceManager_FFIMethods_IsLocalMuteMethod * __this, bool * mute, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00406FA0, void, VoiceManager_FFIMethods_SetLocalMuteMethod__ctor, (VoiceManager_FFIMethods_SetLocalMuteMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Result__Enum, VoiceManager_FFIMethods_SetLocalMuteMethod_Invoke, (VoiceManager_FFIMethods_SetLocalMuteMethod * __this, void * methodsPtr, int64_t userId, bool mute, MethodInfo * method)); DO_APP_FUNC(0x004131E0, IAsyncResult *, VoiceManager_FFIMethods_SetLocalMuteMethod_BeginInvoke, (VoiceManager_FFIMethods_SetLocalMuteMethod * __this, void * methodsPtr, int64_t userId, bool mute, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, VoiceManager_FFIMethods_SetLocalMuteMethod_EndInvoke, (VoiceManager_FFIMethods_SetLocalMuteMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F8A30, void, VoiceManager_FFIMethods_GetLocalVolumeMethod__ctor, (VoiceManager_FFIMethods_GetLocalVolumeMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Result__Enum, VoiceManager_FFIMethods_GetLocalVolumeMethod_Invoke, (VoiceManager_FFIMethods_GetLocalVolumeMethod * __this, void * methodsPtr, int64_t userId, uint8_t * volume, MethodInfo * method)); DO_APP_FUNC(0x004132B0, IAsyncResult *, VoiceManager_FFIMethods_GetLocalVolumeMethod_BeginInvoke, (VoiceManager_FFIMethods_GetLocalVolumeMethod * __this, void * methodsPtr, int64_t userId, uint8_t * volume, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, VoiceManager_FFIMethods_GetLocalVolumeMethod_EndInvoke, (VoiceManager_FFIMethods_GetLocalVolumeMethod * __this, uint8_t * volume, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00406FA0, void, VoiceManager_FFIMethods_SetLocalVolumeMethod__ctor, (VoiceManager_FFIMethods_SetLocalVolumeMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Result__Enum, VoiceManager_FFIMethods_SetLocalVolumeMethod_Invoke, (VoiceManager_FFIMethods_SetLocalVolumeMethod * __this, void * methodsPtr, int64_t userId, uint8_t volume, MethodInfo * method)); DO_APP_FUNC(0x00413380, IAsyncResult *, VoiceManager_FFIMethods_SetLocalVolumeMethod_BeginInvoke, (VoiceManager_FFIMethods_SetLocalVolumeMethod * __this, void * methodsPtr, int64_t userId, uint8_t volume, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, Result__Enum, VoiceManager_FFIMethods_SetLocalVolumeMethod_EndInvoke, (VoiceManager_FFIMethods_SetLocalVolumeMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, VoiceManager_SetInputModeHandler__ctor, (VoiceManager_SetInputModeHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, VoiceManager_SetInputModeHandler_Invoke, (VoiceManager_SetInputModeHandler * __this, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x00413450, IAsyncResult *, VoiceManager_SetInputModeHandler_BeginInvoke, (VoiceManager_SetInputModeHandler * __this, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, VoiceManager_SetInputModeHandler_EndInvoke, (VoiceManager_SetInputModeHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, VoiceManager_SettingsUpdateHandler__ctor, (VoiceManager_SettingsUpdateHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, VoiceManager_SettingsUpdateHandler_Invoke, (VoiceManager_SettingsUpdateHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5A50, IAsyncResult *, VoiceManager_SettingsUpdateHandler_BeginInvoke, (VoiceManager_SettingsUpdateHandler * __this, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, VoiceManager_SettingsUpdateHandler_EndInvoke, (VoiceManager_SettingsUpdateHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x004134D0, AchievementManager_FFIMethods, AchievementManager_get_Methods, (AchievementManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00413650, void, AchievementManager_add_OnUserAchievementUpdate, (AchievementManager * __this, AchievementManager_UserAchievementUpdateHandler * value, MethodInfo * method)); DO_APP_FUNC(0x00413740, void, AchievementManager_remove_OnUserAchievementUpdate, (AchievementManager * __this, AchievementManager_UserAchievementUpdateHandler * value, MethodInfo * method)); DO_APP_FUNC(0x00413830, void, AchievementManager__ctor, (AchievementManager * __this, void * ptr, void * eventsPtr, AchievementManager_FFIEvents * events, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0948, AchievementManager__ctor__MethodInfo); DO_APP_FUNC(0x00413960, void, AchievementManager_InitEvents, (AchievementManager * __this, void * eventsPtr, AchievementManager_FFIEvents * events, MethodInfo * method)); DO_APP_FUNC(0x00413BF0, void, AchievementManager_SetUserAchievementCallbackImpl, (void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD08C8, AchievementManager_SetUserAchievementCallbackImpl__MethodInfo); DO_APP_FUNC(0x00413D20, void, AchievementManager_SetUserAchievement, (AchievementManager * __this, int64_t achievementId, uint8_t percentComplete, AchievementManager_SetUserAchievementHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x00413F10, void, AchievementManager_FetchUserAchievementsCallbackImpl, (void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0878, AchievementManager_FetchUserAchievementsCallbackImpl__MethodInfo); DO_APP_FUNC(0x00414040, void, AchievementManager_FetchUserAchievements, (AchievementManager * __this, AchievementManager_FetchUserAchievementsHandler * callback, MethodInfo * method)); DO_APP_FUNC(0x00414220, int32_t, AchievementManager_CountUserAchievements, (AchievementManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00414280, UserAchievement, AchievementManager_GetUserAchievement, (AchievementManager * __this, int64_t userAchievementId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0858, AchievementManager_GetUserAchievement__MethodInfo); DO_APP_FUNC(0x00414350, UserAchievement, AchievementManager_GetUserAchievementAt, (AchievementManager * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0848, AchievementManager_GetUserAchievementAt__MethodInfo); DO_APP_FUNC(0x00414420, void, AchievementManager_OnUserAchievementUpdateImpl, (void * ptr, UserAchievement * userAchievement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0928, AchievementManager_OnUserAchievementUpdateImpl__MethodInfo); DO_APP_FUNC(0x003E9FE0, void, AchievementManager_FFIEvents_UserAchievementUpdateHandler__ctor, (AchievementManager_FFIEvents_UserAchievementUpdateHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, AchievementManager_FFIEvents_UserAchievementUpdateHandler_Invoke, (AchievementManager_FFIEvents_UserAchievementUpdateHandler * __this, void * ptr, UserAchievement * userAchievement, MethodInfo * method)); DO_APP_FUNC(0x00414570, IAsyncResult *, AchievementManager_FFIEvents_UserAchievementUpdateHandler_BeginInvoke, (AchievementManager_FFIEvents_UserAchievementUpdateHandler * __this, void * ptr, UserAchievement * userAchievement, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, AchievementManager_FFIEvents_UserAchievementUpdateHandler_EndInvoke, (AchievementManager_FFIEvents_UserAchievementUpdateHandler * __this, UserAchievement * userAchievement, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB430, void, AchievementManager_FFIMethods_SetUserAchievementCallback__ctor, (AchievementManager_FFIMethods_SetUserAchievementCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, AchievementManager_FFIMethods_SetUserAchievementCallback_Invoke, (AchievementManager_FFIMethods_SetUserAchievementCallback * __this, void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x00414620, IAsyncResult *, AchievementManager_FFIMethods_SetUserAchievementCallback_BeginInvoke, (AchievementManager_FFIMethods_SetUserAchievementCallback * __this, void * ptr, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, AchievementManager_FFIMethods_SetUserAchievementCallback_EndInvoke, (AchievementManager_FFIMethods_SetUserAchievementCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x004146D0, void, AchievementManager_FFIMethods_SetUserAchievementMethod__ctor, (AchievementManager_FFIMethods_SetUserAchievementMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EBC90, void, AchievementManager_FFIMethods_SetUserAchievementMethod_Invoke, (AchievementManager_FFIMethods_SetUserAchievementMethod * __this, void * methodsPtr, int64_t achievementId, uint8_t percentComplete, void * callbackData, AchievementManager_FFIMethods_SetUserAchievementCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x00414800, IAsyncResult *, AchievementManager_FFIMethods_SetUserAchievementMethod_BeginInvoke, (AchievementManager_FFIMethods_SetUserAchievementMethod * __this, void * methodsPtr, int64_t achievementId, uint8_t percentComplete, void * callbackData, AchievementManager_FFIMethods_SetUserAchievementCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, AchievementManager_FFIMethods_SetUserAchievementMethod_EndInvoke, (AchievementManager_FFIMethods_SetUserAchievementMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB430, void, AchievementManager_FFIMethods_FetchUserAchievementsCallback__ctor, (AchievementManager_FFIMethods_FetchUserAchievementsCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, AchievementManager_FFIMethods_FetchUserAchievementsCallback_Invoke, (AchievementManager_FFIMethods_FetchUserAchievementsCallback * __this, void * ptr, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x004148F0, IAsyncResult *, AchievementManager_FFIMethods_FetchUserAchievementsCallback_BeginInvoke, (AchievementManager_FFIMethods_FetchUserAchievementsCallback * __this, void * ptr, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, AchievementManager_FFIMethods_FetchUserAchievementsCallback_EndInvoke, (AchievementManager_FFIMethods_FetchUserAchievementsCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB8C0, void, AchievementManager_FFIMethods_FetchUserAchievementsMethod__ctor, (AchievementManager_FFIMethods_FetchUserAchievementsMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, AchievementManager_FFIMethods_FetchUserAchievementsMethod_Invoke, (AchievementManager_FFIMethods_FetchUserAchievementsMethod * __this, void * methodsPtr, void * callbackData, AchievementManager_FFIMethods_FetchUserAchievementsCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x004149A0, IAsyncResult *, AchievementManager_FFIMethods_FetchUserAchievementsMethod_BeginInvoke, (AchievementManager_FFIMethods_FetchUserAchievementsMethod * __this, void * methodsPtr, void * callbackData, AchievementManager_FFIMethods_FetchUserAchievementsCallback * callback, AsyncCallback * __callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, AchievementManager_FFIMethods_FetchUserAchievementsMethod_EndInvoke, (AchievementManager_FFIMethods_FetchUserAchievementsMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003E9FE0, void, AchievementManager_FFIMethods_CountUserAchievementsMethod__ctor, (AchievementManager_FFIMethods_CountUserAchievementsMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, AchievementManager_FFIMethods_CountUserAchievementsMethod_Invoke, (AchievementManager_FFIMethods_CountUserAchievementsMethod * __this, void * methodsPtr, int32_t * count, MethodInfo * method)); DO_APP_FUNC(0x00414A40, IAsyncResult *, AchievementManager_FFIMethods_CountUserAchievementsMethod_BeginInvoke, (AchievementManager_FFIMethods_CountUserAchievementsMethod * __this, void * methodsPtr, int32_t * count, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, AchievementManager_FFIMethods_CountUserAchievementsMethod_EndInvoke, (AchievementManager_FFIMethods_CountUserAchievementsMethod * __this, int32_t * count, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F8A30, void, AchievementManager_FFIMethods_GetUserAchievementMethod__ctor, (AchievementManager_FFIMethods_GetUserAchievementMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Result__Enum, AchievementManager_FFIMethods_GetUserAchievementMethod_Invoke, (AchievementManager_FFIMethods_GetUserAchievementMethod * __this, void * methodsPtr, int64_t userAchievementId, UserAchievement * userAchievement, MethodInfo * method)); DO_APP_FUNC(0x00414AF0, IAsyncResult *, AchievementManager_FFIMethods_GetUserAchievementMethod_BeginInvoke, (AchievementManager_FFIMethods_GetUserAchievementMethod * __this, void * methodsPtr, int64_t userAchievementId, UserAchievement * userAchievement, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, AchievementManager_FFIMethods_GetUserAchievementMethod_EndInvoke, (AchievementManager_FFIMethods_GetUserAchievementMethod * __this, UserAchievement * userAchievement, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F5670, void, AchievementManager_FFIMethods_GetUserAchievementAtMethod__ctor, (AchievementManager_FFIMethods_GetUserAchievementAtMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Result__Enum, AchievementManager_FFIMethods_GetUserAchievementAtMethod_Invoke, (AchievementManager_FFIMethods_GetUserAchievementAtMethod * __this, void * methodsPtr, int32_t index, UserAchievement * userAchievement, MethodInfo * method)); DO_APP_FUNC(0x00414BC0, IAsyncResult *, AchievementManager_FFIMethods_GetUserAchievementAtMethod_BeginInvoke, (AchievementManager_FFIMethods_GetUserAchievementAtMethod * __this, void * methodsPtr, int32_t index, UserAchievement * userAchievement, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, Result__Enum, AchievementManager_FFIMethods_GetUserAchievementAtMethod_EndInvoke, (AchievementManager_FFIMethods_GetUserAchievementAtMethod * __this, UserAchievement * userAchievement, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, AchievementManager_SetUserAchievementHandler__ctor, (AchievementManager_SetUserAchievementHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, AchievementManager_SetUserAchievementHandler_Invoke, (AchievementManager_SetUserAchievementHandler * __this, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x00414C90, IAsyncResult *, AchievementManager_SetUserAchievementHandler_BeginInvoke, (AchievementManager_SetUserAchievementHandler * __this, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, AchievementManager_SetUserAchievementHandler_EndInvoke, (AchievementManager_SetUserAchievementHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, AchievementManager_FetchUserAchievementsHandler__ctor, (AchievementManager_FetchUserAchievementsHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, AchievementManager_FetchUserAchievementsHandler_Invoke, (AchievementManager_FetchUserAchievementsHandler * __this, Result__Enum result, MethodInfo * method)); DO_APP_FUNC(0x00414D10, IAsyncResult *, AchievementManager_FetchUserAchievementsHandler_BeginInvoke, (AchievementManager_FetchUserAchievementsHandler * __this, Result__Enum result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, AchievementManager_FetchUserAchievementsHandler_EndInvoke, (AchievementManager_FetchUserAchievementsHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC890, void, AchievementManager_UserAchievementUpdateHandler__ctor, (AchievementManager_UserAchievementUpdateHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, AchievementManager_UserAchievementUpdateHandler_Invoke, (AchievementManager_UserAchievementUpdateHandler * __this, UserAchievement * userAchievement, MethodInfo * method)); DO_APP_FUNC(0x00414D90, IAsyncResult *, AchievementManager_UserAchievementUpdateHandler_BeginInvoke, (AchievementManager_UserAchievementUpdateHandler * __this, UserAchievement * userAchievement, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, AchievementManager_UserAchievementUpdateHandler_EndInvoke, (AchievementManager_UserAchievementUpdateHandler * __this, UserAchievement * userAchievement, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00414E20, String *, ExtensionMethods_1_CTToTitleCase, (String * str, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0780, ExtensionMethods_1_CTToTitleCase__MethodInfo); DO_APP_FUNC(0x00414F50, String *, ExtensionMethods_1_CTReverse, (String * str, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0770, ExtensionMethods_1_CTReverse__MethodInfo); DO_APP_FUNC(0x00415070, String *, ExtensionMethods_1_CTReplace, (String * str, String * oldString, String * newString, StringComparison__Enum comp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0768, ExtensionMethods_1_CTReplace__MethodInfo); DO_APP_FUNC(0x00415200, bool, ExtensionMethods_1_CTEquals, (String * str, String * toCheck, StringComparison__Enum comp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0750, ExtensionMethods_1_CTEquals__MethodInfo); DO_APP_FUNC(0x00415270, bool, ExtensionMethods_1_CTContains, (String * str, String * toCheck, StringComparison__Enum comp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0748, ExtensionMethods_1_CTContains__MethodInfo); DO_APP_FUNC(0x00415300, bool, ExtensionMethods_1_CTContainsAny, (String * str, String * searchTerms, uint16_t splitChar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0718, ExtensionMethods_1_CTContainsAny__MethodInfo); DO_APP_FUNC(0x004154F0, bool, ExtensionMethods_1_CTContainsAll, (String * str, String * searchTerms, uint16_t splitChar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD06F8, ExtensionMethods_1_CTContainsAll__MethodInfo); DO_APP_FUNC(0x004156E0, bool, ExtensionMethods_1_CTisNumeric, (String * str, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD06F0, ExtensionMethods_1_CTisNumeric__MethodInfo); DO_APP_FUNC(0x004157C0, bool, ExtensionMethods_1_CTisInteger, (String * str, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD06E0, ExtensionMethods_1_CTisInteger__MethodInfo); DO_APP_FUNC(0x00415880, bool, ExtensionMethods_1_CTStartsWith, (String * str, String * toCheck, StringComparison__Enum comp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD06D8, ExtensionMethods_1_CTStartsWith__MethodInfo); DO_APP_FUNC(0x00415910, bool, ExtensionMethods_1_CTEndsWith, (String * str, String * toCheck, StringComparison__Enum comp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD06D0, ExtensionMethods_1_CTEndsWith__MethodInfo); DO_APP_FUNC(0x004159A0, int32_t, ExtensionMethods_1_CTLastIndexOf, (String * str, String * toCheck, StringComparison__Enum comp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD06C8, ExtensionMethods_1_CTLastIndexOf__MethodInfo); DO_APP_FUNC(0x00415A40, int32_t, ExtensionMethods_1_CTIndexOf, (String * str, String * toCheck, StringComparison__Enum comp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD06C0, ExtensionMethods_1_CTIndexOf__MethodInfo); DO_APP_FUNC(0x00415AE0, int32_t, ExtensionMethods_1_CTIndexOf_1, (String * str, String * toCheck, int32_t startIndex, StringComparison__Enum comp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD06B8, ExtensionMethods_1_CTIndexOf_1__MethodInfo); DO_APP_FUNC(0x00415B80, String *, ExtensionMethods_1_CTDump, (Quaternion__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD06A0, ExtensionMethods_1_CTDump__MethodInfo); DO_APP_FUNC(0x00415D50, String *, ExtensionMethods_1_CTDump_1, (Vector2__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0698, ExtensionMethods_1_CTDump_1__MethodInfo); DO_APP_FUNC(0x00415ED0, String *, ExtensionMethods_1_CTDump_2, (Vector3__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0690, ExtensionMethods_1_CTDump_2__MethodInfo); DO_APP_FUNC(0x00416080, String *, ExtensionMethods_1_CTDump_3, (Vector4__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0688, ExtensionMethods_1_CTDump_3__MethodInfo); DO_APP_FUNC(0x00416250, String *, ExtensionMethods_1_CTDump_4, (IList_1_UnityEngine_Quaternion_ * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0658, ExtensionMethods_1_CTDump_4__MethodInfo); DO_APP_FUNC(0x00416580, String *, ExtensionMethods_1_CTDump_5, (IList_1_UnityEngine_Vector2_ * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0640, ExtensionMethods_1_CTDump_5__MethodInfo); DO_APP_FUNC(0x00416850, String *, ExtensionMethods_1_CTDump_6, (IList_1_UnityEngine_Vector3_ * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0628, ExtensionMethods_1_CTDump_6__MethodInfo); DO_APP_FUNC(0x00416B60, String *, ExtensionMethods_1_CTDump_7, (IList_1_UnityEngine_Vector4_ * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0610, ExtensionMethods_1_CTDump_7__MethodInfo); DO_APP_FUNC(0x00416E90, bool, ExtensionMethods_1_CTIsVisibleFrom, (Renderer * renderer, Camera * camera, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0600, ExtensionMethods_1_CTIsVisibleFrom__MethodInfo); DO_APP_FUNC(0x004171C0, Transform *, ExtensionMethods_1_CTDeepSearch, (Transform * parent, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD05E8, ExtensionMethods_1_CTDeepSearch__MethodInfo); DO_APP_FUNC(0x00417750, Byte__Array *, ExtensionMethods_1_CTReadFully, (Stream * input, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD05C8, ExtensionMethods_1_CTReadFully__MethodInfo); DO_APP_FUNC(0x003AC050, void, ExtensionMethods_c_DisplayClass5_0__ctor, (ExtensionMethods_c_DisplayClass5_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00417960, bool, ExtensionMethods_c_DisplayClass5_0__CTContainsAny_b__0, (ExtensionMethods_c_DisplayClass5_0 * __this, String * searchTerm, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0728, ExtensionMethods_c_DisplayClass5_0__CTContainsAny_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, ExtensionMethods_c_DisplayClass6_0__ctor, (ExtensionMethods_c_DisplayClass6_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00417960, bool, ExtensionMethods_c_DisplayClass6_0__CTContainsAll_b__0, (ExtensionMethods_c_DisplayClass6_0 * __this, String * searchTerm, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0708, ExtensionMethods_c_DisplayClass6_0__CTContainsAll_b__0__MethodInfo); DO_APP_FUNC(0x00417BB0, void, SurviveSceneSwitch_Start, (SurviveSceneSwitch * __this, MethodInfo * method)); DO_APP_FUNC(0x00417C50, void, SurviveSceneSwitch_Update, (SurviveSceneSwitch * __this, MethodInfo * method)); DO_APP_FUNC(0x00418040, void, SurviveSceneSwitch__ctor, (SurviveSceneSwitch * __this, MethodInfo * method)); DO_APP_FUNC(0x004180E0, void, SurviveSceneSwitch_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurviveSceneSwitch_c__ctor, (SurviveSceneSwitch_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00418190, bool, SurviveSceneSwitch_c__Update_b__5_0, (SurviveSceneSwitch_c * __this, GameObject * _go, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD05A0, SurviveSceneSwitch_c__Update_b__5_0__MethodInfo); DO_APP_FUNC(0x00418290, void, TakeScreenshot_Update, (TakeScreenshot * __this, MethodInfo * method)); DO_APP_FUNC(0x00418300, void, TakeScreenshot_Capture, (TakeScreenshot * __this, MethodInfo * method)); DO_APP_FUNC(0x00418530, void, TakeScreenshot__ctor, (TakeScreenshot * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, BackgroundController__ctor, (BackgroundController * __this, MethodInfo * method)); DO_APP_FUNC(0x00418640, String *, BaseConstants_get_PREFIX_FILE, (MethodInfo * method)); DO_APP_FUNC(0x00418710, String *, BaseConstants_get_APPLICATION_PATH, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseConstants__ctor, (BaseConstants * __this, MethodInfo * method)); DO_APP_FUNC(0x00418830, void, BaseConstants__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00418CE0, bool, BaseHelper_get_isInternetAvailable, (MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, BaseHelper_get_isWindowsPlatform, (MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, BaseHelper_get_isMacOSPlatform, (MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, BaseHelper_get_isLinuxPlatform, (MethodInfo * method)); DO_APP_FUNC(0x00418D50, bool, BaseHelper_get_isStandalonePlatform, (MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, BaseHelper_get_isAndroidPlatform, (MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, BaseHelper_get_isIOSPlatform, (MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, BaseHelper_get_isTvOSPlatform, (MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, BaseHelper_get_isWSAPlatform, (MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, BaseHelper_get_isXboxOnePlatform, (MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, BaseHelper_get_isPS4Platform, (MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, BaseHelper_get_isWebGLPlatform, (MethodInfo * method)); DO_APP_FUNC(0x00418DA0, bool, BaseHelper_get_isWebPlatform, (MethodInfo * method)); DO_APP_FUNC(0x00418DF0, bool, BaseHelper_get_isWindowsBasedPlatform, (MethodInfo * method)); DO_APP_FUNC(0x00418E40, bool, BaseHelper_get_isWSABasedPlatform, (MethodInfo * method)); DO_APP_FUNC(0x00418EA0, bool, BaseHelper_get_isAppleBasedPlatform, (MethodInfo * method)); DO_APP_FUNC(0x00418F10, bool, BaseHelper_get_isIOSBasedPlatform, (MethodInfo * method)); DO_APP_FUNC(0x00418F70, bool, BaseHelper_get_isMobilePlatform, (MethodInfo * method)); DO_APP_FUNC(0x00419020, bool, BaseHelper_get_isEditor, (MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, BaseHelper_get_isWindowsEditor, (MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, BaseHelper_get_isMacOSEditor, (MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, BaseHelper_get_isLinuxEditor, (MethodInfo * method)); DO_APP_FUNC(0x00419090, bool, BaseHelper_get_isEditorMode, (MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, BaseHelper_get_isIL2CPP, (MethodInfo * method)); DO_APP_FUNC(0x00419110, Platform__Enum_1, BaseHelper_get_CurrentPlatform, (MethodInfo * method)); DO_APP_FUNC(0x00419160, String *, BaseHelper_get_StreamingAssetsPath, (MethodInfo * method)); DO_APP_FUNC(0x00419280, void, BaseHelper__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00419810, void, BaseHelper_initialize, (MethodInfo * method)); DO_APP_FUNC(0x00419A40, bool, BaseHelper_OpenURL, (String * url, MethodInfo * method)); DO_APP_FUNC(0x00419B40, String *, BaseHelper_CreateString, (String * replaceChars, int32_t stringLength, MethodInfo * method)); DO_APP_FUNC(0x00419CB0, bool, BaseHelper_hasActiveClip, (AudioSource * source, MethodInfo * method)); DO_APP_FUNC(0x0041A000, bool, BaseHelper_RemoteCertificateValidationCallback, (Object * sender, X509Certificate * certificate, X509Chain * chain, SslPolicyErrors__Enum sslPolicyErrors, MethodInfo * method)); DO_APP_FUNC(0x0041A7A0, String *, BaseHelper_ValidatePath, (String * path, bool addEndDelimiter, MethodInfo * method)); DO_APP_FUNC(0x0041ABD0, String *, BaseHelper_ValidateFile, (String * path, MethodInfo * method)); DO_APP_FUNC(0x0041B2D0, String__Array *, BaseHelper_GetFiles, (String * path, bool isRecursive, String__Array * extensions, MethodInfo * method)); DO_APP_FUNC(0x0041B8D0, String__Array *, BaseHelper_GetDirectories, (String * path, bool isRecursive, MethodInfo * method)); DO_APP_FUNC(0x0041BB50, String__Array *, BaseHelper_GetDrives, (MethodInfo * method)); DO_APP_FUNC(0x0041BCD0, String *, BaseHelper_ValidURLFromFilePath, (String * path, MethodInfo * method)); DO_APP_FUNC(0x0041BF20, String *, BaseHelper_CleanUrl, (String * url, bool removeProtocol, bool removeWWW, bool removeSlash, MethodInfo * method)); DO_APP_FUNC(0x0041C5D0, String *, BaseHelper_ClearTags, (String * text, MethodInfo * method)); DO_APP_FUNC(0x0041C750, String *, BaseHelper_ClearSpaces, (String * text, MethodInfo * method)); DO_APP_FUNC(0x0041C8C0, String *, BaseHelper_ClearLineEndings, (String * text, MethodInfo * method)); DO_APP_FUNC(0x0041CA40, List_1_System_String_ *, BaseHelper_SplitStringToLines, (String * text, bool ignoreCommentedLines, int32_t skipHeaderLines, int32_t skipFooterLines, MethodInfo * method)); DO_APP_FUNC(0x0041CE50, String *, BaseHelper_FormatBytesToHRF, (int64_t bytes, MethodInfo * method)); DO_APP_FUNC(0x0041D150, String *, BaseHelper_FormatSecondsToHourMinSec, (double seconds, MethodInfo * method)); DO_APP_FUNC(0x0041D630, Color, BaseHelper_HSVToRGB, (float h, float s, float v, float a, MethodInfo * method)); DO_APP_FUNC(0x0041D790, bool, BaseHelper_isValidURL, (String * url, MethodInfo * method)); DO_APP_FUNC(0x0041DB20, void, BaseHelper_FileCopy, (String * inputFile, String * outputFile, bool move, MethodInfo * method)); DO_APP_FUNC(0x0041DDF0, void, BaseHelper_ShowFileLocation, (String * file, MethodInfo * method)); DO_APP_FUNC(0x0041E210, void, BaseHelper_OpenFile, (String * file, MethodInfo * method)); DO_APP_FUNC(0x0041E560, String *, BaseHelper_getIP, (String * host, MethodInfo * method)); DO_APP_FUNC(0x0041E6C0, String *, BaseHelper_addLeadingZero, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseHelper__ctor, (BaseHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0041E720, void, BaseHelper_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseHelper_c__ctor, (BaseHelper_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0041E7D0, bool, BaseHelper_c__RemoteCertificateValidationCallback_b__65_0, (BaseHelper_c * __this, X509ChainStatus t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0460, BaseHelper_c__RemoteCertificateValidationCallback_b__65_0__MethodInfo); DO_APP_FUNC(0x0041E7E0, bool, BaseHelper_c__GetFiles_b__68_0, (BaseHelper_c * __this, String * extension, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0408, BaseHelper_c__GetFiles_b__68_0__MethodInfo); DO_APP_FUNC(0x0041E8A0, String *, BaseHelper_c__GetFiles_b__68_1, (BaseHelper_c * __this, String * q, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0400, BaseHelper_c__GetFiles_b__68_1__MethodInfo); DO_APP_FUNC(0x0041E8B0, HelperCT *, HelperCT_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x0041E8F0, void, HelperCT_set_Instance, (HelperCT * value, MethodInfo * method)); DO_APP_FUNC(0x0041E990, void, HelperCT_Awake, (HelperCT * __this, MethodInfo * method)); DO_APP_FUNC(0x0041EA30, void, HelperCT_OnApplicationQuit, (HelperCT * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, HelperCT__ctor, (HelperCT * __this, MethodInfo * method)); DO_APP_FUNC(0x0041EA90, bool, CTPlayerPrefs_HasKey, (String * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0228, CTPlayerPrefs_HasKey__MethodInfo); DO_APP_FUNC(0x0041EB40, void, CTPlayerPrefs_DeleteAll, (MethodInfo * method)); DO_APP_FUNC(0x0041EB90, void, CTPlayerPrefs_DeleteKey, (String * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0220, CTPlayerPrefs_DeleteKey__MethodInfo); DO_APP_FUNC(0x0041EC40, void, CTPlayerPrefs_Save, (MethodInfo * method)); DO_APP_FUNC(0x0041EC90, String *, CTPlayerPrefs_GetString, (String * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0218, CTPlayerPrefs_GetString__MethodInfo); DO_APP_FUNC(0x0041ED10, float, CTPlayerPrefs_GetFloat, (String * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0210, CTPlayerPrefs_GetFloat__MethodInfo); DO_APP_FUNC(0x0041EDC0, int32_t, CTPlayerPrefs_GetInt, (String * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0208, CTPlayerPrefs_GetInt__MethodInfo); DO_APP_FUNC(0x0041EE70, bool, CTPlayerPrefs_GetBool, (String * key, MethodInfo * method)); DO_APP_FUNC(0x0041F030, DateTime, CTPlayerPrefs_GetDate, (String * key, MethodInfo * method)); DO_APP_FUNC(0x0041F130, void, CTPlayerPrefs_SetString, (String * key, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD01F0, CTPlayerPrefs_SetString__MethodInfo); DO_APP_FUNC(0x0041F1B0, void, CTPlayerPrefs_SetFloat, (String * key, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD01E8, CTPlayerPrefs_SetFloat__MethodInfo); DO_APP_FUNC(0x0041F230, void, CTPlayerPrefs_SetInt, (String * key, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD01E0, CTPlayerPrefs_SetInt__MethodInfo); DO_APP_FUNC(0x0041F2B0, void, CTPlayerPrefs_SetBool, (String * key, bool value, MethodInfo * method)); DO_APP_FUNC(0x0041F380, void, CTPlayerPrefs_SetDate, (String * key, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, void *, CTProcess_get_Handle, (CTProcess * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4B0, void, CTProcess_set_Handle, (CTProcess * __this, void * value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, CTProcess_get_Id, (CTProcess * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, CTProcess_set_Id, (CTProcess * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, CTProcessStartInfo *, CTProcess_get_StartInfo, (CTProcess * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4E0, void, CTProcess_set_StartInfo, (CTProcess * __this, CTProcessStartInfo * value, MethodInfo * method)); DO_APP_FUNC(0x0041F540, bool, CTProcess_get_HasExited, (CTProcess * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F550, void, CTProcess_set_HasExited, (CTProcess * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, uint32_t, CTProcess_get_ExitCode, (CTProcess * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, DateTime, CTProcess_get_StartTime, (CTProcess * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F560, void, CTProcess_set_StartTime, (CTProcess * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, DateTime, CTProcess_get_ExitTime, (CTProcess * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F570, void, CTProcess_set_ExitTime, (CTProcess * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, StreamReader *, CTProcess_get_StandardOutput, (CTProcess * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, CTProcess_set_StandardOutput, (CTProcess * __this, StreamReader * value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, StreamReader *, CTProcess_get_StandardError, (CTProcess * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, CTProcess_set_StandardError, (CTProcess * __this, StreamReader * value, MethodInfo * method)); DO_APP_FUNC(0x0041F5E0, bool, CTProcess_get_isBusy, (CTProcess * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F5F0, void, CTProcess_set_isBusy, (CTProcess * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0041F600, void, CTProcess_add_Exited, (CTProcess * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0041F6F0, void, CTProcess_remove_Exited, (CTProcess * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0041F7E0, void, CTProcess_add_OutputDataReceived, (CTProcess * __this, DataReceivedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0041F8D0, void, CTProcess_remove_OutputDataReceived, (CTProcess * __this, DataReceivedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0041F9C0, void, CTProcess_add_ErrorDataReceived, (CTProcess * __this, DataReceivedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0041FAB0, void, CTProcess_remove_ErrorDataReceived, (CTProcess * __this, DataReceivedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0041FBA0, void, CTProcess_onExited, (CTProcess * __this, MethodInfo * method)); DO_APP_FUNC(0x0041FD10, void, CTProcess_Start, (CTProcess * __this, MethodInfo * method)); DO_APP_FUNC(0x0041FEE0, void, CTProcess_Start_1, (CTProcess * __this, CTProcessStartInfo * info, MethodInfo * method)); DO_APP_FUNC(0x0041FF40, void, CTProcess_Kill, (CTProcess * __this, MethodInfo * method)); DO_APP_FUNC(0x00420020, void, CTProcess_WaitForExit, (CTProcess * __this, int32_t milliseconds, MethodInfo * method)); DO_APP_FUNC(0x00420040, void, CTProcess_BeginOutputReadLine, (CTProcess * __this, MethodInfo * method)); DO_APP_FUNC(0x00420100, void, CTProcess_BeginErrorReadLine, (CTProcess * __this, MethodInfo * method)); DO_APP_FUNC(0x004201C0, void, CTProcess_Dispose, (CTProcess * __this, MethodInfo * method)); DO_APP_FUNC(0x00420320, void, CTProcess_createProcess, (CTProcess * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0178, CTProcess_createProcess__MethodInfo); DO_APP_FUNC(0x00421A00, void, CTProcess_cleanup, (CTProcess * __this, MethodInfo * method)); DO_APP_FUNC(0x00421AF0, void, CTProcess_watchStdOut, (CTProcess * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0160, CTProcess_watchStdOut__MethodInfo); DO_APP_FUNC(0x00421CE0, void, CTProcess_watchStdErr, (CTProcess * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0158, CTProcess_watchStdErr__MethodInfo); DO_APP_FUNC(0x00421ED0, DataReceivedEventArgs *, CTProcess_createMockDataReceivedEventArgs, (String * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0080, CTProcess_createMockDataReceivedEventArgs__MethodInfo); DO_APP_FUNC(0x00422140, void, CTProcess__ctor, (CTProcess * __this, MethodInfo * method)); DO_APP_FUNC(0x004222C0, void, CTProcess__cctor, (MethodInfo * method)); DO_APP_FUNC(0x004223C0, bool, NativeMethods_1_CreateProcess, (String * lpApplicationName, String * lpCommandLine, NativeMethods_SECURITY_ATTRIBUTES * lpProcessAttributes, NativeMethods_SECURITY_ATTRIBUTES * lpThreadAttributes, bool bInheritHandles, uint32_t dwCreationFlags, void * lpEnvironment, String * lpCurrentDirectory, NativeMethods_STARTUPINFOEX * lpStartupInfo, NativeMethods_PROCESS_INFORMATION * lpProcessInformation, MethodInfo * method)); DO_APP_FUNC(0x00422690, bool, NativeMethods_1_CloseHandle, (void * hObject, MethodInfo * method)); DO_APP_FUNC(0x00422720, bool, NativeMethods_1_GetExitCodeProcess, (void * process, uint32_t * exitCode, MethodInfo * method)); DO_APP_FUNC(0x004227C0, uint32_t, NativeMethods_1_WaitForSingleObject, (void * handle, uint32_t milliseconds, MethodInfo * method)); DO_APP_FUNC(0x00422850, bool, NativeMethods_1_TerminateProcess, (void * hProcess, uint32_t * exitCode, MethodInfo * method)); DO_APP_FUNC(0x004228F0, uint32_t, NativeMethods_1_GetLastError, (MethodInfo * method)); DO_APP_FUNC(0x00422960, void, CTProcessStartInfo__ctor, (CTProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, CTProcessStartInfo_get_UseThread, (CTProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, CTProcessStartInfo_set_UseThread, (CTProcessStartInfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00422A30, bool, CTProcessStartInfo_get_UseCmdExecute, (CTProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A40, void, CTProcessStartInfo_set_UseCmdExecute, (CTProcessStartInfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, CTProcessStartInfo_get_FileName, (CTProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, CTProcessStartInfo_set_FileName, (CTProcessStartInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, CTProcessStartInfo_get_Arguments, (CTProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, CTProcessStartInfo_set_Arguments, (CTProcessStartInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, CTProcessStartInfo_get_CreateNoWindow, (CTProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, CTProcessStartInfo_set_CreateNoWindow, (CTProcessStartInfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, CTProcessStartInfo_get_WorkingDirectory, (CTProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, CTProcessStartInfo_set_WorkingDirectory, (CTProcessStartInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, CTProcessStartInfo_get_RedirectStandardOutput, (CTProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AE0, void, CTProcessStartInfo_set_RedirectStandardOutput, (CTProcessStartInfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00422AF0, bool, CTProcessStartInfo_get_RedirectStandardError, (CTProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00422B00, void, CTProcessStartInfo_set_RedirectStandardError, (CTProcessStartInfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, Encoding *, CTProcessStartInfo_get_StandardOutputEncoding, (CTProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, CTProcessStartInfo_set_StandardOutputEncoding, (CTProcessStartInfo * __this, Encoding * value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Encoding *, CTProcessStartInfo_get_StandardErrorEncoding, (CTProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, CTProcessStartInfo_set_StandardErrorEncoding, (CTProcessStartInfo * __this, Encoding * value, MethodInfo * method)); DO_APP_FUNC(0x0041F5E0, bool, CTProcessStartInfo_get_UseShellExecute, (CTProcessStartInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F5F0, void, CTProcessStartInfo_set_UseShellExecute, (CTProcessStartInfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00422B10, int32_t, CTWebClient_get_Timeout, (CTWebClient * __this, MethodInfo * method)); DO_APP_FUNC(0x00422B20, void, CTWebClient_set_Timeout, (CTWebClient * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00422B30, int32_t, CTWebClient_get_ConnectionLimit, (CTWebClient * __this, MethodInfo * method)); DO_APP_FUNC(0x00422B40, void, CTWebClient_set_ConnectionLimit, (CTWebClient * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00422B50, void, CTWebClient__ctor, (CTWebClient * __this, MethodInfo * method)); DO_APP_FUNC(0x00422CE0, void, CTWebClient__ctor_1, (CTWebClient * __this, int32_t timeout, int32_t connectionLimit, MethodInfo * method)); DO_APP_FUNC(0x00422E80, WebRequest *, CTWebClient_CTGetWebRequest, (CTWebClient * __this, String * uri, MethodInfo * method)); DO_APP_FUNC(0x00422F70, WebRequest *, CTWebClient_GetWebRequest, (CTWebClient * __this, Uri * uri, MethodInfo * method)); DO_APP_FUNC(0x00423150, void, MemoryCacheStream__ctor, (MemoryCacheStream * __this, int32_t cacheSize, int32_t maxCacheSize, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, MemoryCacheStream_get_CanRead, (MemoryCacheStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, MemoryCacheStream_get_CanSeek, (MemoryCacheStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, MemoryCacheStream_get_CanWrite, (MemoryCacheStream * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, int64_t, MemoryCacheStream_get_Position, (MemoryCacheStream * __this, MethodInfo * method)); DO_APP_FUNC(0x004231D0, void, MemoryCacheStream_set_Position, (MemoryCacheStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0040, MemoryCacheStream_set_Position__MethodInfo); DO_APP_FUNC(0x003C5390, int64_t, MemoryCacheStream_get_Length, (MemoryCacheStream * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MemoryCacheStream_Flush, (MemoryCacheStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00423260, int64_t, MemoryCacheStream_Seek, (MemoryCacheStream * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0028, MemoryCacheStream_Seek__MethodInfo); DO_APP_FUNC(0x004233E0, void, MemoryCacheStream_SetLength, (MemoryCacheStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x00423420, int32_t, MemoryCacheStream_Read, (MemoryCacheStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFFF8, MemoryCacheStream_Read__MethodInfo); DO_APP_FUNC(0x00423680, void, MemoryCacheStream_Write, (MemoryCacheStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFFC8, MemoryCacheStream_Write__MethodInfo); DO_APP_FUNC(0x00423950, int32_t, MemoryCacheStream_read, (MemoryCacheStream * __this, Byte__Array * buff, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00423A00, void, MemoryCacheStream_write, (MemoryCacheStream * __this, Byte__Array * buff, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00423AC0, void, MemoryCacheStream_createCache, (MemoryCacheStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00423C10, void, PlatformController_Awake, (PlatformController * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlatformController_Start, (PlatformController * __this, MethodInfo * method)); DO_APP_FUNC(0x00423D00, void, PlatformController_selectPlatform, (PlatformController * __this, MethodInfo * method)); DO_APP_FUNC(0x00423DA0, void, PlatformController_activateGameObjects, (PlatformController * __this, MethodInfo * method)); DO_APP_FUNC(0x004241A0, void, PlatformController_activateScripts, (PlatformController * __this, MethodInfo * method)); DO_APP_FUNC(0x004245A0, void, PlatformController__ctor, (PlatformController * __this, MethodInfo * method)); DO_APP_FUNC(0x004245F0, void, PlatformController_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlatformController_c__ctor, (PlatformController_c * __this, MethodInfo * method)); DO_APP_FUNC(0x004246A0, bool, PlatformController_c__activateGameObjects_b__8_0, (PlatformController_c * __this, GameObject * go, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFF88, PlatformController_c__activateGameObjects_b__8_0__MethodInfo); DO_APP_FUNC(0x004247A0, bool, PlatformController_c__activateScripts_b__9_0, (PlatformController_c * __this, MonoBehaviour * script, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFF58, PlatformController_c__activateScripts_b__9_0__MethodInfo); DO_APP_FUNC(0x004248A0, void, RandomColor_Start, (RandomColor * __this, MethodInfo * method)); DO_APP_FUNC(0x00424EE0, void, RandomColor_Update, (RandomColor * __this, MethodInfo * method)); DO_APP_FUNC(0x00425540, void, RandomColor__ctor, (RandomColor * __this, MethodInfo * method)); DO_APP_FUNC(0x004255D0, void, RandomColor__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00425670, void, RandomRotator_Start, (RandomRotator * __this, MethodInfo * method)); DO_APP_FUNC(0x004257E0, void, RandomRotator_Update, (RandomRotator * __this, MethodInfo * method)); DO_APP_FUNC(0x00425B70, void, RandomRotator__ctor, (RandomRotator * __this, MethodInfo * method)); DO_APP_FUNC(0x00425C10, void, RandomScaler_Start, (RandomScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x00425E50, void, RandomScaler_Update, (RandomScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x00426140, void, RandomScaler__ctor, (RandomScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x004261F0, bool, SingletonHelper_get_isQuitting, (MethodInfo * method)); DO_APP_FUNC(0x00426250, void, SingletonHelper_set_isQuitting, (bool value, MethodInfo * method)); DO_APP_FUNC(0x004262B0, void, SingletonHelper__cctor, (MethodInfo * method)); DO_APP_FUNC(0x004262B0, void, SingletonHelper_initialize, (MethodInfo * method)); DO_APP_FUNC(0x00426470, void, SingletonHelper_onQuitting, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFED0, SingletonHelper_onQuitting__MethodInfo); DO_APP_FUNC(0x00426510, void, SingletonHelper_onSceneLoaded, (Scene scene, LoadSceneMode__Enum mode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFEC8, SingletonHelper_onSceneLoaded__MethodInfo); DO_APP_FUNC(0x004265E0, void, SingletonHelper_onSceneUnloaded, (Scene scene, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFEC0, SingletonHelper_onSceneUnloaded__MethodInfo); DO_APP_FUNC(0x003AC050, void, SingletonHelper__ctor, (SingletonHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x004266B0, void, FreeCam_Start, (FreeCam * __this, MethodInfo * method)); DO_APP_FUNC(0x00426750, void, FreeCam_Update, (FreeCam * __this, MethodInfo * method)); DO_APP_FUNC(0x00427BB0, void, FreeCam_OnDisable, (FreeCam * __this, MethodInfo * method)); DO_APP_FUNC(0x00427BC0, void, FreeCam_StartLooking, (FreeCam * __this, MethodInfo * method)); DO_APP_FUNC(0x00427C50, void, FreeCam_StopLooking, (FreeCam * __this, MethodInfo * method)); DO_APP_FUNC(0x00427CE0, void, FreeCam__ctor, (FreeCam * __this, MethodInfo * method)); DO_APP_FUNC(0x00427D50, bool, BWFManager_get_isReady, (BWFManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00427F80, int32_t, BWFManager_get_TotalRegexCount, (BWFManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00428120, void, BWFManager_add_OnBWFReady, (BWFManager * __this, BWFManager_BWFReady * value, MethodInfo * method)); DO_APP_FUNC(0x00428210, void, BWFManager_remove_OnBWFReady, (BWFManager * __this, BWFManager_BWFReady * value, MethodInfo * method)); DO_APP_FUNC(0x00428300, void, BWFManager_add_OnContainsComplete, (BWFManager * __this, ContainsComplete * value, MethodInfo * method)); DO_APP_FUNC(0x004283F0, void, BWFManager_remove_OnContainsComplete, (BWFManager * __this, ContainsComplete * value, MethodInfo * method)); DO_APP_FUNC(0x004284E0, void, BWFManager_add_OnGetAllComplete, (BWFManager * __this, GetAllComplete * value, MethodInfo * method)); DO_APP_FUNC(0x004285D0, void, BWFManager_remove_OnGetAllComplete, (BWFManager * __this, GetAllComplete * value, MethodInfo * method)); DO_APP_FUNC(0x004286C0, void, BWFManager_add_OnReplaceAllComplete, (BWFManager * __this, ReplaceAllComplete * value, MethodInfo * method)); DO_APP_FUNC(0x004287B0, void, BWFManager_remove_OnReplaceAllComplete, (BWFManager * __this, ReplaceAllComplete * value, MethodInfo * method)); DO_APP_FUNC(0x004288A0, void, BWFManager_OnApplicationQuit, (BWFManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00428A20, void, BWFManager_Update, (BWFManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00428AB0, void, BWFManager_Load, (BWFManager * __this, ManagerMask__Enum mask, MethodInfo * method)); DO_APP_FUNC(0x00428C50, List_1_Crosstales_BWF_Data_Source_ *, BWFManager_Sources, (BWFManager * __this, ManagerMask__Enum mask, MethodInfo * method)); DO_APP_FUNC(0x004290C0, bool, BWFManager_Contains, (BWFManager * __this, String * text, ManagerMask__Enum mask, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x00429120, void, BWFManager_ContainsAsync, (BWFManager * __this, String * text, ManagerMask__Enum mask, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x004292B0, List_1_System_String_ *, BWFManager_GetAll, (BWFManager * __this, String * text, ManagerMask__Enum mask, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x00429310, void, BWFManager_GetAllAsync, (BWFManager * __this, String * text, ManagerMask__Enum mask, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x004294A0, String *, BWFManager_ReplaceAll, (BWFManager * __this, String * text, ManagerMask__Enum mask, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x00429560, String *, BWFManager_ReplaceAll_1, (BWFManager * __this, String * text, ManagerMask__Enum mask, bool markOnly, String * prefix, String * postfix, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x004295E0, void, BWFManager_ReplaceAllAsync, (BWFManager * __this, String * text, ManagerMask__Enum mask, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x00429680, void, BWFManager_ReplaceAllAsync_1, (BWFManager * __this, String * text, ManagerMask__Enum mask, bool markOnly, String * prefix, String * postfix, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x004296D0, String *, BWFManager_Mark, (BWFManager * __this, String * text, List_1_System_String_ * unwantedWords, String * prefix, String * postfix, MethodInfo * method)); DO_APP_FUNC(0x00429D20, String *, BWFManager_Mark_1, (BWFManager * __this, String * text, bool replace, String * prefix, String * postfix, ManagerMask__Enum mask, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x0042A0C0, String *, BWFManager_Unmark, (BWFManager * __this, String * text, String * prefix, String * postfix, MethodInfo * method)); DO_APP_FUNC(0x0042A1C0, IEnumerator *, BWFManager_containsAsync, (BWFManager * __this, String * text, ManagerMask__Enum mask, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x0042A340, IEnumerator *, BWFManager_getAllAsync, (BWFManager * __this, String * text, ManagerMask__Enum mask, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x0042A4C0, IEnumerator *, BWFManager_replaceAllAsync, (BWFManager * __this, String * text, ManagerMask__Enum mask, bool markOnly, String * prefix, String * postfix, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x0042A6F0, void, BWFManager_contains, (BWFManager * __this, bool * result, String * text, ManagerMask__Enum mask, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x0042A980, void, BWFManager_getAll, (BWFManager * __this, List_1_System_String_ * * result, String * text, ManagerMask__Enum mask, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x0042AEB0, void, BWFManager_replaceAll, (BWFManager * __this, String * * result, String * text, ManagerMask__Enum mask, bool markOnly, String * prefix, String * postfix, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x0042B340, void, BWFManager_onBWFReady, (BWFManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0042B3C0, void, BWFManager_onContainsComplete, (BWFManager * __this, String * text, bool result, MethodInfo * method)); DO_APP_FUNC(0x0042B480, void, BWFManager_onGetAllComplete, (BWFManager * __this, String * text, List_1_System_String_ * badWords, MethodInfo * method)); DO_APP_FUNC(0x0042B660, void, BWFManager_onReplaceAllComplete, (BWFManager * __this, String * originalText, String * cleanText, MethodInfo * method)); DO_APP_FUNC(0x0042B710, void, BWFManager__ctor, (BWFManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, BWFManager_BWFReady__ctor, (BWFManager_BWFReady * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, BWFManager_BWFReady_Invoke, (BWFManager_BWFReady * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5A50, IAsyncResult *, BWFManager_BWFReady_BeginInvoke, (BWFManager_BWFReady * __this, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, BWFManager_BWFReady_EndInvoke, (BWFManager_BWFReady * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0042BA50, void, BWFManager_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BWFManager_c__ctor, (BWFManager_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0042BB00, int32_t, BWFManager_c__get_TotalRegexCount_b__5_0, (BWFManager_c * __this, Source * src, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFDF0, BWFManager_c__get_TotalRegexCount_b__5_0__MethodInfo); DO_APP_FUNC(0x0042BB20, String *, BWFManager_c__Sources_b__26_0, (BWFManager_c * __this, Source * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFD08, BWFManager_c__Sources_b__26_0__MethodInfo); DO_APP_FUNC(0x0042BB40, bool, BWFManager_c__Mark_b__35_0, (BWFManager_c * __this, String * unwantedWord, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFCC0, BWFManager_c__Mark_b__35_0__MethodInfo); DO_APP_FUNC(0x0041E8A0, String *, BWFManager_c__getAll_b__42_0, (BWFManager_c * __this, String * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFC10, BWFManager_c__getAll_b__42_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, BWFManager_c_DisplayClass35_0__ctor, (BWFManager_c_DisplayClass35_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0042BB60, String *, BWFManager_c_DisplayClass35_0__Mark_b__1, (BWFManager_c_DisplayClass35_0 * __this, String * current, String * unwantedWord, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFCB8, BWFManager_c_DisplayClass35_0__Mark_b__1__MethodInfo); DO_APP_FUNC(0x003AC050, void, BWFManager_c_DisplayClass38_0__ctor, (BWFManager_c_DisplayClass38_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0042BBB0, void, BWFManager_c_DisplayClass38_0__containsAsync_b__0, (BWFManager_c_DisplayClass38_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6C88, BWFManager_c_DisplayClass38_0__containsAsync_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, BWFManager_containsAsync_d_38__ctor, (BWFManager_containsAsync_d_38 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BWFManager_containsAsync_d_38_System_IDisposable_Dispose, (BWFManager_containsAsync_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x0042BBF0, bool, BWFManager_containsAsync_d_38_MoveNext, (BWFManager_containsAsync_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, BWFManager_containsAsync_d_38_System_Collections_Generic_IEnumerator_System_Object__get_Current, (BWFManager_containsAsync_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x0042BFF0, void, BWFManager_containsAsync_d_38_System_Collections_IEnumerator_Reset, (BWFManager_containsAsync_d_38 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6C68, BWFManager_containsAsync_d_38_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, BWFManager_containsAsync_d_38_System_Collections_IEnumerator_get_Current, (BWFManager_containsAsync_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BWFManager_c_DisplayClass39_0__ctor, (BWFManager_c_DisplayClass39_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0042C040, void, BWFManager_c_DisplayClass39_0__getAllAsync_b__0, (BWFManager_c_DisplayClass39_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6C60, BWFManager_c_DisplayClass39_0__getAllAsync_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, BWFManager_getAllAsync_d_39__ctor, (BWFManager_getAllAsync_d_39 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BWFManager_getAllAsync_d_39_System_IDisposable_Dispose, (BWFManager_getAllAsync_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x0042C080, bool, BWFManager_getAllAsync_d_39_MoveNext, (BWFManager_getAllAsync_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, BWFManager_getAllAsync_d_39_System_Collections_Generic_IEnumerator_System_Object__get_Current, (BWFManager_getAllAsync_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x0042C4D0, void, BWFManager_getAllAsync_d_39_System_Collections_IEnumerator_Reset, (BWFManager_getAllAsync_d_39 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6C48, BWFManager_getAllAsync_d_39_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, BWFManager_getAllAsync_d_39_System_Collections_IEnumerator_get_Current, (BWFManager_getAllAsync_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BWFManager_c_DisplayClass40_0__ctor, (BWFManager_c_DisplayClass40_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0042C520, void, BWFManager_c_DisplayClass40_0__replaceAllAsync_b__0, (BWFManager_c_DisplayClass40_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6C40, BWFManager_c_DisplayClass40_0__replaceAllAsync_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, BWFManager_replaceAllAsync_d_40__ctor, (BWFManager_replaceAllAsync_d_40 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BWFManager_replaceAllAsync_d_40_System_IDisposable_Dispose, (BWFManager_replaceAllAsync_d_40 * __this, MethodInfo * method)); DO_APP_FUNC(0x0042C580, bool, BWFManager_replaceAllAsync_d_40_MoveNext, (BWFManager_replaceAllAsync_d_40 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, BWFManager_replaceAllAsync_d_40_System_Collections_Generic_IEnumerator_System_Object__get_Current, (BWFManager_replaceAllAsync_d_40 * __this, MethodInfo * method)); DO_APP_FUNC(0x0042CAB0, void, BWFManager_replaceAllAsync_d_40_System_Collections_IEnumerator_Reset, (BWFManager_replaceAllAsync_d_40 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6C30, BWFManager_replaceAllAsync_d_40_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, BWFManager_replaceAllAsync_d_40_System_Collections_IEnumerator_get_Current, (BWFManager_replaceAllAsync_d_40 * __this, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, OnReady__ctor, (OnReady * __this, MethodInfo * method)); DO_APP_FUNC(0x0042CB60, void, OnContainsCompleted__ctor, (OnContainsCompleted * __this, MethodInfo * method)); DO_APP_FUNC(0x0042CBA0, void, OnGetAllCompleted__ctor, (OnGetAllCompleted * __this, MethodInfo * method)); DO_APP_FUNC(0x0042CBE0, void, OnReplaceAllCompleted__ctor, (OnReplaceAllCompleted * __this, MethodInfo * method)); DO_APP_FUNC(0x0042CC20, void, ContainsComplete__ctor, (ContainsComplete * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ContainsComplete_Invoke, (ContainsComplete * __this, String * originalText, bool containsBadWords, MethodInfo * method)); DO_APP_FUNC(0x0042CD60, IAsyncResult *, ContainsComplete_BeginInvoke, (ContainsComplete * __this, String * originalText, bool containsBadWords, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ContainsComplete_EndInvoke, (ContainsComplete * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0042CDF0, void, GetAllComplete__ctor, (GetAllComplete * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, GetAllComplete_Invoke, (GetAllComplete * __this, String * originalText, List_1_System_String_ * badWords, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, GetAllComplete_BeginInvoke, (GetAllComplete * __this, String * originalText, List_1_System_String_ * badWords, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, GetAllComplete_EndInvoke, (GetAllComplete * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0042CDF0, void, ReplaceAllComplete__ctor, (ReplaceAllComplete * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ReplaceAllComplete_Invoke, (ReplaceAllComplete * __this, String * originalText, String * cleanText, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, ReplaceAllComplete_BeginInvoke, (ReplaceAllComplete * __this, String * originalText, String * cleanText, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ReplaceAllComplete_EndInvoke, (ReplaceAllComplete * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x0042CF70, void, Config__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0042D010, void, Constants__ctor, (Constants * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D060, void, Constants__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Helper_get_isSupportedPlatform, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Helper_CreateSource, (MethodInfo * method)); DO_APP_FUNC(0x0042D160, void, Helper__ctor, (Helper * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D1B0, void, SetupProject__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0042D1C0, void, SetupProject_setup, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SetupProject__ctor, (SetupProject * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, Dictionary_2_System_String_System_Text_RegularExpressions_Regex_ *, BadWordProvider_get_ExactBadwordsRegex, (BadWordProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, BadWordProvider_set_ExactBadwordsRegex, (BadWordProvider * __this, Dictionary_2_System_String_System_Text_RegularExpressions_Regex_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, Dictionary_2_System_String_List_1_System_Text_RegularExpressions_Regex_ *, BadWordProvider_get_DebugExactBadwordsRegex, (BadWordProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, BadWordProvider_set_DebugExactBadwordsRegex, (BadWordProvider * __this, Dictionary_2_System_String_List_1_System_Text_RegularExpressions_Regex_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C7000, Dictionary_2_System_String_List_1_System_String_ *, BadWordProvider_get_SimpleBadwords, (BadWordProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, BadWordProvider_set_SimpleBadwords, (BadWordProvider * __this, Dictionary_2_System_String_List_1_System_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BadWordProvider_Start, (BadWordProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D5D0, void, BadWordProvider_Load, (BadWordProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D640, void, BadWordProvider_init, (BadWordProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x0042E260, void, BadWordProvider__ctor, (BadWordProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x0042E560, Regex *, BadWordProvider__init_b__17_0, (BadWordProvider * __this, String * line, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6B48, BadWordProvider__init_b__17_0__MethodInfo); DO_APP_FUNC(0x0042E650, void, BadWordProviderText_Load, (BadWordProviderText * __this, MethodInfo * method)); DO_APP_FUNC(0x0042EAF0, void, BadWordProviderText_Save, (BadWordProviderText * __this, MethodInfo * method)); DO_APP_FUNC(0x0042EB60, IEnumerator *, BadWordProviderText_loadWeb, (BadWordProviderText * __this, Source * src, MethodInfo * method)); DO_APP_FUNC(0x0042EC70, IEnumerator *, BadWordProviderText_loadResource, (BadWordProviderText * __this, Source * src, MethodInfo * method)); DO_APP_FUNC(0x0042ED80, void, BadWordProviderText__ctor, (BadWordProviderText * __this, MethodInfo * method)); DO_APP_FUNC(0x0042ED90, void, BadWordProviderText_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BadWordProviderText_c__ctor, (BadWordProviderText_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0042EE40, bool, BadWordProviderText_c__Load_b__0_0, (BadWordProviderText_c * __this, Source * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD68E8, BadWordProviderText_c__Load_b__0_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, BadWordProviderText_loadWeb_d_2__ctor, (BadWordProviderText_loadWeb_d_2 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x0042EF40, void, BadWordProviderText_loadWeb_d_2_System_IDisposable_Dispose, (BadWordProviderText_loadWeb_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0042F010, bool, BadWordProviderText_loadWeb_d_2_MoveNext, (BadWordProviderText_loadWeb_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0042FC60, void, BadWordProviderText_loadWeb_d_2___m__Finally1, (BadWordProviderText_loadWeb_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, BadWordProviderText_loadWeb_d_2_System_Collections_Generic_IEnumerator_System_Object__get_Current, (BadWordProviderText_loadWeb_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0042FCC0, void, BadWordProviderText_loadWeb_d_2_System_Collections_IEnumerator_Reset, (BadWordProviderText_loadWeb_d_2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD67A0, BadWordProviderText_loadWeb_d_2_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, BadWordProviderText_loadWeb_d_2_System_Collections_IEnumerator_get_Current, (BadWordProviderText_loadWeb_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, BadWordProviderText_loadResource_d_3__ctor, (BadWordProviderText_loadResource_d_3 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BadWordProviderText_loadResource_d_3_System_IDisposable_Dispose, (BadWordProviderText_loadResource_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0042FD10, bool, BadWordProviderText_loadResource_d_3_MoveNext, (BadWordProviderText_loadResource_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, BadWordProviderText_loadResource_d_3_System_Collections_Generic_IEnumerator_System_Object__get_Current, (BadWordProviderText_loadResource_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x004303D0, void, BadWordProviderText_loadResource_d_3_System_Collections_IEnumerator_Reset, (BadWordProviderText_loadResource_d_3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6760, BadWordProviderText_loadResource_d_3_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, BadWordProviderText_loadResource_d_3_System_Collections_IEnumerator_get_Current, (BadWordProviderText_loadResource_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00430420, int32_t, BaseProvider_get_RegexCount, (BaseProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x004305B0, bool, BaseProvider_get_isReady, (BaseProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x004305C0, void, BaseProvider_set_isReady, (BaseProvider * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x004305D0, void, BaseProvider_Awake, (BaseProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x004305F0, void, BaseProvider_logNoResourcesAdded, (BaseProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseProvider_createSource, (BaseProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x00430830, void, BaseProvider__ctor, (BaseProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x00430940, void, BaseProvider_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseProvider_c__ctor, (BaseProvider_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0042BB00, int32_t, BaseProvider_c__get_RegexCount_b__11_0, (BaseProvider_c * __this, Source * src, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6750, BaseProvider_c__get_RegexCount_b__11_0__MethodInfo); DO_APP_FUNC(0x003C5490, Dictionary_2_System_String_System_Text_RegularExpressions_Regex_ *, DomainProvider_get_DomainsRegex, (DomainProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, DomainProvider_set_DomainsRegex, (DomainProvider * __this, Dictionary_2_System_String_System_Text_RegularExpressions_Regex_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, Dictionary_2_System_String_List_1_System_Text_RegularExpressions_Regex_ *, DomainProvider_get_DebugDomainsRegex, (DomainProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, DomainProvider_set_DebugDomainsRegex, (DomainProvider * __this, Dictionary_2_System_String_List_1_System_Text_RegularExpressions_Regex_ * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DomainProvider_Start, (DomainProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x004309F0, void, DomainProvider_Load, (DomainProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x00430A60, void, DomainProvider_init, (DomainProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x004314B0, void, DomainProvider__ctor, (DomainProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x00431700, Regex *, DomainProvider__init_b__13_0, (DomainProvider * __this, String * line, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD66D0, DomainProvider__init_b__13_0__MethodInfo); DO_APP_FUNC(0x004317F0, void, DomainProviderText_Load, (DomainProviderText * __this, MethodInfo * method)); DO_APP_FUNC(0x00431C90, void, DomainProviderText_Save, (DomainProviderText * __this, MethodInfo * method)); DO_APP_FUNC(0x00431D00, IEnumerator *, DomainProviderText_loadWeb, (DomainProviderText * __this, Source * src, MethodInfo * method)); DO_APP_FUNC(0x00431E10, IEnumerator *, DomainProviderText_loadResource, (DomainProviderText * __this, Source * src, MethodInfo * method)); DO_APP_FUNC(0x00431F20, void, DomainProviderText__ctor, (DomainProviderText * __this, MethodInfo * method)); DO_APP_FUNC(0x00431F30, void, DomainProviderText_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DomainProviderText_c__ctor, (DomainProviderText_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00431FE0, bool, DomainProviderText_c__Load_b__0_0, (DomainProviderText_c * __this, Source * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD65E0, DomainProviderText_c__Load_b__0_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, DomainProviderText_loadWeb_d_2__ctor, (DomainProviderText_loadWeb_d_2 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x004320E0, void, DomainProviderText_loadWeb_d_2_System_IDisposable_Dispose, (DomainProviderText_loadWeb_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x004321B0, bool, DomainProviderText_loadWeb_d_2_MoveNext, (DomainProviderText_loadWeb_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00432E00, void, DomainProviderText_loadWeb_d_2___m__Finally1, (DomainProviderText_loadWeb_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, DomainProviderText_loadWeb_d_2_System_Collections_Generic_IEnumerator_System_Object__get_Current, (DomainProviderText_loadWeb_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00432E60, void, DomainProviderText_loadWeb_d_2_System_Collections_IEnumerator_Reset, (DomainProviderText_loadWeb_d_2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6548, DomainProviderText_loadWeb_d_2_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, DomainProviderText_loadWeb_d_2_System_Collections_IEnumerator_get_Current, (DomainProviderText_loadWeb_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DomainProviderText_loadResource_d_3__ctor, (DomainProviderText_loadResource_d_3 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DomainProviderText_loadResource_d_3_System_IDisposable_Dispose, (DomainProviderText_loadResource_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00432EB0, bool, DomainProviderText_loadResource_d_3_MoveNext, (DomainProviderText_loadResource_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, DomainProviderText_loadResource_d_3_System_Collections_Generic_IEnumerator_System_Object__get_Current, (DomainProviderText_loadResource_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00433570, void, DomainProviderText_loadResource_d_3_System_Collections_IEnumerator_Reset, (DomainProviderText_loadResource_d_3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6538, DomainProviderText_loadResource_d_3_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, DomainProviderText_loadResource_d_3_System_Collections_IEnumerator_get_Current, (DomainProviderText_loadResource_d_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x004335C0, void, BadWords__ctor, (BadWords * __this, Source * source, IEnumerable_1_System_String_ * badWordList, MethodInfo * method)); DO_APP_FUNC(0x004339B0, String *, BadWords_ToString, (BadWords * __this, MethodInfo * method)); DO_APP_FUNC(0x00433BC0, bool, BadWords_Equals, (BadWords * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00433E30, int32_t, BadWords_GetHashCode, (BadWords * __this, MethodInfo * method)); DO_APP_FUNC(0x00433F80, void, Domains__ctor, (Domains * __this, Source * source, IEnumerable_1_System_String_ * domainList, MethodInfo * method)); DO_APP_FUNC(0x00434370, String *, Domains_ToString, (Domains * __this, MethodInfo * method)); DO_APP_FUNC(0x00434580, bool, Domains_Equals, (Domains * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x004347F0, int32_t, Domains_GetHashCode, (Domains * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, String *, BadWordManager_get_ReplaceChars, (BadWordManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00434940, void, BadWordManager_set_ReplaceChars, (BadWordManager * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00434A10, bool, BadWordManager_get_ReplaceLeetSpeak, (BadWordManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00434A20, void, BadWordManager_set_ReplaceLeetSpeak, (BadWordManager * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x004305B0, bool, BadWordManager_get_SimpleCheck, (BadWordManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00434A40, void, BadWordManager_set_SimpleCheck, (BadWordManager * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, List_1_Crosstales_BWF_Provider_BadWordProvider_ *, BadWordManager_get_BadWordProviderLTR, (BadWordManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, BadWordManager_set_BadWordProviderLTR, (BadWordManager * __this, List_1_Crosstales_BWF_Provider_BadWordProvider_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, List_1_Crosstales_BWF_Provider_BadWordProvider_ *, BadWordManager_get_BadWordProviderRTL, (BadWordManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, BadWordManager_set_BadWordProviderRTL, (BadWordManager * __this, List_1_Crosstales_BWF_Provider_BadWordProvider_ * value, MethodInfo * method)); DO_APP_FUNC(0x00434A60, List_1_Crosstales_BWF_Data_Source_ *, BadWordManager_get_Sources, (BadWordManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00434A80, int32_t, BadWordManager_get_TotalRegexCount, (BadWordManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, OnContainsCompleted *, BadWordManager_get_onContainsCompleted, (BadWordManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, OnGetAllCompleted *, BadWordManager_get_onGetAllCompleted, (BadWordManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7010, OnReplaceAllCompleted *, BadWordManager_get_onReplaceAllCompleted, (BadWordManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00434C30, void, BadWordManager_Awake, (BadWordManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00434E20, void, BadWordManager_OnApplicationQuit, (BadWordManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00434FA0, void, BadWordManager_ResetObject, (MethodInfo * method)); DO_APP_FUNC(0x00435020, void, BadWordManager_Load, (BadWordManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00435130, bool, BadWordManager_Contains, (BadWordManager * __this, String * text, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x00435190, void, BadWordManager_ContainsAsync, (BadWordManager * __this, String * text, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x00435300, List_1_System_String_ *, BadWordManager_GetAll, (BadWordManager * __this, String * text, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x004353E0, void, BadWordManager_GetAllAsync, (BadWordManager * __this, String * text, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x00435550, String *, BadWordManager_ReplaceAll, (BadWordManager * __this, String * text, bool markOnly, String * prefix, String * postfix, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x004355C0, void, BadWordManager_ReplaceAllAsync, (BadWordManager * __this, String * text, bool markOnly, String * prefix, String * postfix, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x00435600, String *, BadWordManager_Mark, (BadWordManager * __this, String * text, bool replace, String * prefix, String * postfix, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x00435670, void, BadWordManager_logFilterIsNull, (BadWordManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00435910, IEnumerator *, BadWordManager_containsAsync, (BadWordManager * __this, String * text, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x00435A80, IEnumerator *, BadWordManager_getAllAsync, (BadWordManager * __this, String * text, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x00435BF0, IEnumerator *, BadWordManager_replaceAllAsync, (BadWordManager * __this, String * text, bool markOnly, String * prefix, String * postfix, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x00435E10, void, BadWordManager__ctor, (BadWordManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00435EC0, void, BadWordManager_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BadWordManager_c__ctor, (BadWordManager_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0042BB00, int32_t, BadWordManager_c__get_TotalRegexCount_b__28_0, (BadWordManager_c * __this, Source * src, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6480, BadWordManager_c__get_TotalRegexCount_b__28_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, BadWordManager_c_DisplayClass47_0__ctor, (BadWordManager_c_DisplayClass47_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00435F70, void, BadWordManager_c_DisplayClass47_0__containsAsync_b__0, (BadWordManager_c_DisplayClass47_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6348, BadWordManager_c_DisplayClass47_0__containsAsync_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, BadWordManager_containsAsync_d_47__ctor, (BadWordManager_containsAsync_d_47 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BadWordManager_containsAsync_d_47_System_IDisposable_Dispose, (BadWordManager_containsAsync_d_47 * __this, MethodInfo * method)); DO_APP_FUNC(0x00435FF0, bool, BadWordManager_containsAsync_d_47_MoveNext, (BadWordManager_containsAsync_d_47 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, BadWordManager_containsAsync_d_47_System_Collections_Generic_IEnumerator_System_Object__get_Current, (BadWordManager_containsAsync_d_47 * __this, MethodInfo * method)); DO_APP_FUNC(0x004363F0, void, BadWordManager_containsAsync_d_47_System_Collections_IEnumerator_Reset, (BadWordManager_containsAsync_d_47 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6330, BadWordManager_containsAsync_d_47_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, BadWordManager_containsAsync_d_47_System_Collections_IEnumerator_get_Current, (BadWordManager_containsAsync_d_47 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BadWordManager_c_DisplayClass48_0__ctor, (BadWordManager_c_DisplayClass48_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00436440, void, BadWordManager_c_DisplayClass48_0__getAllAsync_b__0, (BadWordManager_c_DisplayClass48_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6308, BadWordManager_c_DisplayClass48_0__getAllAsync_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, BadWordManager_getAllAsync_d_48__ctor, (BadWordManager_getAllAsync_d_48 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BadWordManager_getAllAsync_d_48_System_IDisposable_Dispose, (BadWordManager_getAllAsync_d_48 * __this, MethodInfo * method)); DO_APP_FUNC(0x004364C0, bool, BadWordManager_getAllAsync_d_48_MoveNext, (BadWordManager_getAllAsync_d_48 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, BadWordManager_getAllAsync_d_48_System_Collections_Generic_IEnumerator_System_Object__get_Current, (BadWordManager_getAllAsync_d_48 * __this, MethodInfo * method)); DO_APP_FUNC(0x00436910, void, BadWordManager_getAllAsync_d_48_System_Collections_IEnumerator_Reset, (BadWordManager_getAllAsync_d_48 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD62F0, BadWordManager_getAllAsync_d_48_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, BadWordManager_getAllAsync_d_48_System_Collections_IEnumerator_get_Current, (BadWordManager_getAllAsync_d_48 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BadWordManager_c_DisplayClass49_0__ctor, (BadWordManager_c_DisplayClass49_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00436960, void, BadWordManager_c_DisplayClass49_0__replaceAllAsync_b__0, (BadWordManager_c_DisplayClass49_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD62B8, BadWordManager_c_DisplayClass49_0__replaceAllAsync_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, BadWordManager_replaceAllAsync_d_49__ctor, (BadWordManager_replaceAllAsync_d_49 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BadWordManager_replaceAllAsync_d_49_System_IDisposable_Dispose, (BadWordManager_replaceAllAsync_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x00436A40, bool, BadWordManager_replaceAllAsync_d_49_MoveNext, (BadWordManager_replaceAllAsync_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, BadWordManager_replaceAllAsync_d_49_System_Collections_Generic_IEnumerator_System_Object__get_Current, (BadWordManager_replaceAllAsync_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x00436F60, void, BadWordManager_replaceAllAsync_d_49_System_Collections_IEnumerator_Reset, (BadWordManager_replaceAllAsync_d_49 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD62A0, BadWordManager_replaceAllAsync_d_49_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, BadWordManager_replaceAllAsync_d_49_System_Collections_IEnumerator_get_Current, (BadWordManager_replaceAllAsync_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int32_t, CapitalizationManager_get_CapitalizationCharsNumber, (CapitalizationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00436FC0, void, CapitalizationManager_set_CapitalizationCharsNumber, (CapitalizationManager * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, OnContainsCompleted *, CapitalizationManager_get_onContainsCompleted, (CapitalizationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, OnGetAllCompleted *, CapitalizationManager_get_onGetAllCompleted, (CapitalizationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, OnReplaceAllCompleted *, CapitalizationManager_get_onReplaceAllCompleted, (CapitalizationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00437000, void, CapitalizationManager_Awake, (CapitalizationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x004371F0, void, CapitalizationManager_OnApplicationQuit, (CapitalizationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00437370, void, CapitalizationManager_OnValidate, (CapitalizationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00437380, void, CapitalizationManager_ResetObject, (MethodInfo * method)); DO_APP_FUNC(0x00437400, void, CapitalizationManager_Load, (CapitalizationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x004374D0, bool, CapitalizationManager_Contains, (CapitalizationManager * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x00437580, void, CapitalizationManager_ContainsAsync, (CapitalizationManager * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x004376A0, List_1_System_String_ *, CapitalizationManager_GetAll, (CapitalizationManager * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x004377A0, void, CapitalizationManager_GetAllAsync, (CapitalizationManager * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x004378C0, String *, CapitalizationManager_ReplaceAll, (CapitalizationManager * __this, String * text, bool markOnly, String * prefix, String * postfix, MethodInfo * method)); DO_APP_FUNC(0x00437980, void, CapitalizationManager_ReplaceAllAsync, (CapitalizationManager * __this, String * text, bool markOnly, String * prefix, String * postfix, MethodInfo * method)); DO_APP_FUNC(0x004379C0, String *, CapitalizationManager_Mark, (CapitalizationManager * __this, String * text, bool replace, String * prefix, String * postfix, MethodInfo * method)); DO_APP_FUNC(0x00437A80, void, CapitalizationManager_logFilterIsNull, (CapitalizationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00437D20, IEnumerator *, CapitalizationManager_containsAsync, (CapitalizationManager * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x00437E30, IEnumerator *, CapitalizationManager_getAllAsync, (CapitalizationManager * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x00437F40, IEnumerator *, CapitalizationManager_replaceAllAsync, (CapitalizationManager * __this, String * text, bool markOnly, String * prefix, String * postfix, MethodInfo * method)); DO_APP_FUNC(0x00438110, void, CapitalizationManager__ctor, (CapitalizationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CapitalizationManager_c_DisplayClass28_0__ctor, (CapitalizationManager_c_DisplayClass28_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00438160, void, CapitalizationManager_c_DisplayClass28_0__containsAsync_b__0, (CapitalizationManager_c_DisplayClass28_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD61A8, CapitalizationManager_c_DisplayClass28_0__containsAsync_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, CapitalizationManager_containsAsync_d_28__ctor, (CapitalizationManager_containsAsync_d_28 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CapitalizationManager_containsAsync_d_28_System_IDisposable_Dispose, (CapitalizationManager_containsAsync_d_28 * __this, MethodInfo * method)); DO_APP_FUNC(0x00438190, bool, CapitalizationManager_containsAsync_d_28_MoveNext, (CapitalizationManager_containsAsync_d_28 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CapitalizationManager_containsAsync_d_28_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CapitalizationManager_containsAsync_d_28 * __this, MethodInfo * method)); DO_APP_FUNC(0x00438530, void, CapitalizationManager_containsAsync_d_28_System_Collections_IEnumerator_Reset, (CapitalizationManager_containsAsync_d_28 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6190, CapitalizationManager_containsAsync_d_28_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CapitalizationManager_containsAsync_d_28_System_Collections_IEnumerator_get_Current, (CapitalizationManager_containsAsync_d_28 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CapitalizationManager_c_DisplayClass29_0__ctor, (CapitalizationManager_c_DisplayClass29_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00438580, void, CapitalizationManager_c_DisplayClass29_0__getAllAsync_b__0, (CapitalizationManager_c_DisplayClass29_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6168, CapitalizationManager_c_DisplayClass29_0__getAllAsync_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, CapitalizationManager_getAllAsync_d_29__ctor, (CapitalizationManager_getAllAsync_d_29 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CapitalizationManager_getAllAsync_d_29_System_IDisposable_Dispose, (CapitalizationManager_getAllAsync_d_29 * __this, MethodInfo * method)); DO_APP_FUNC(0x00438600, bool, CapitalizationManager_getAllAsync_d_29_MoveNext, (CapitalizationManager_getAllAsync_d_29 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CapitalizationManager_getAllAsync_d_29_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CapitalizationManager_getAllAsync_d_29 * __this, MethodInfo * method)); DO_APP_FUNC(0x004389F0, void, CapitalizationManager_getAllAsync_d_29_System_Collections_IEnumerator_Reset, (CapitalizationManager_getAllAsync_d_29 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6150, CapitalizationManager_getAllAsync_d_29_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CapitalizationManager_getAllAsync_d_29_System_Collections_IEnumerator_get_Current, (CapitalizationManager_getAllAsync_d_29 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CapitalizationManager_c_DisplayClass30_0__ctor, (CapitalizationManager_c_DisplayClass30_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00438A40, void, CapitalizationManager_c_DisplayClass30_0__replaceAllAsync_b__0, (CapitalizationManager_c_DisplayClass30_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6138, CapitalizationManager_c_DisplayClass30_0__replaceAllAsync_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, CapitalizationManager_replaceAllAsync_d_30__ctor, (CapitalizationManager_replaceAllAsync_d_30 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CapitalizationManager_replaceAllAsync_d_30_System_IDisposable_Dispose, (CapitalizationManager_replaceAllAsync_d_30 * __this, MethodInfo * method)); DO_APP_FUNC(0x00438AD0, bool, CapitalizationManager_replaceAllAsync_d_30_MoveNext, (CapitalizationManager_replaceAllAsync_d_30 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CapitalizationManager_replaceAllAsync_d_30_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CapitalizationManager_replaceAllAsync_d_30 * __this, MethodInfo * method)); DO_APP_FUNC(0x00438F90, void, CapitalizationManager_replaceAllAsync_d_30_System_Collections_IEnumerator_Reset, (CapitalizationManager_replaceAllAsync_d_30 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6128, CapitalizationManager_replaceAllAsync_d_30_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CapitalizationManager_replaceAllAsync_d_30_System_Collections_IEnumerator_get_Current, (CapitalizationManager_replaceAllAsync_d_30 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, String *, DomainManager_get_ReplaceChars, (DomainManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00434940, void, DomainManager_set_ReplaceChars, (DomainManager * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, List_1_Crosstales_BWF_Provider_DomainProvider_ *, DomainManager_get_DomainProvider, (DomainManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, DomainManager_set_DomainProvider, (DomainManager * __this, List_1_Crosstales_BWF_Provider_DomainProvider_ * value, MethodInfo * method)); DO_APP_FUNC(0x00434A60, List_1_Crosstales_BWF_Data_Source_ *, DomainManager_get_Sources, (DomainManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00438FE0, int32_t, DomainManager_get_TotalRegexCount, (DomainManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, OnContainsCompleted *, DomainManager_get_onContainsCompleted, (DomainManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, OnGetAllCompleted *, DomainManager_get_onGetAllCompleted, (DomainManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, OnReplaceAllCompleted *, DomainManager_get_onReplaceAllCompleted, (DomainManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00439190, void, DomainManager_Awake, (DomainManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00439380, void, DomainManager_OnApplicationQuit, (DomainManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00439500, void, DomainManager_ResetObject, (MethodInfo * method)); DO_APP_FUNC(0x00439580, void, DomainManager_Load, (DomainManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00439650, bool, DomainManager_Contains, (DomainManager * __this, String * text, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x004396B0, void, DomainManager_ContainsAsync, (DomainManager * __this, String * text, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x00439820, List_1_System_String_ *, DomainManager_GetAll, (DomainManager * __this, String * text, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x00439900, void, DomainManager_GetAllAsync, (DomainManager * __this, String * text, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x00439A70, String *, DomainManager_ReplaceAll, (DomainManager * __this, String * text, bool markOnly, String * prefix, String * postfix, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x00439AE0, void, DomainManager_ReplaceAllAsync, (DomainManager * __this, String * text, bool markOnly, String * prefix, String * postfix, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x00439B20, String *, DomainManager_Mark, (DomainManager * __this, String * text, bool replace, String * prefix, String * postfix, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x00439B90, void, DomainManager_logFilterIsNull, (DomainManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00439E30, IEnumerator *, DomainManager_containsAsync, (DomainManager * __this, String * text, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x00439FA0, IEnumerator *, DomainManager_getAllAsync, (DomainManager * __this, String * text, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x0043A110, IEnumerator *, DomainManager_replaceAllAsync, (DomainManager * __this, String * text, bool markOnly, String * prefix, String * postfix, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x0043A330, void, DomainManager__ctor, (DomainManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0043A3E0, void, DomainManager_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DomainManager_c__ctor, (DomainManager_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0042BB00, int32_t, DomainManager_c__get_TotalRegexCount_b__16_0, (DomainManager_c * __this, Source * src, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6118, DomainManager_c__get_TotalRegexCount_b__16_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, DomainManager_c_DisplayClass35_0__ctor, (DomainManager_c_DisplayClass35_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0043A490, void, DomainManager_c_DisplayClass35_0__containsAsync_b__0, (DomainManager_c_DisplayClass35_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD60B8, DomainManager_c_DisplayClass35_0__containsAsync_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, DomainManager_containsAsync_d_35__ctor, (DomainManager_containsAsync_d_35 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DomainManager_containsAsync_d_35_System_IDisposable_Dispose, (DomainManager_containsAsync_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x0043A510, bool, DomainManager_containsAsync_d_35_MoveNext, (DomainManager_containsAsync_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, DomainManager_containsAsync_d_35_System_Collections_Generic_IEnumerator_System_Object__get_Current, (DomainManager_containsAsync_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x0043A910, void, DomainManager_containsAsync_d_35_System_Collections_IEnumerator_Reset, (DomainManager_containsAsync_d_35 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD60A8, DomainManager_containsAsync_d_35_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, DomainManager_containsAsync_d_35_System_Collections_IEnumerator_get_Current, (DomainManager_containsAsync_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DomainManager_c_DisplayClass36_0__ctor, (DomainManager_c_DisplayClass36_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0043A960, void, DomainManager_c_DisplayClass36_0__getAllAsync_b__0, (DomainManager_c_DisplayClass36_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6098, DomainManager_c_DisplayClass36_0__getAllAsync_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, DomainManager_getAllAsync_d_36__ctor, (DomainManager_getAllAsync_d_36 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DomainManager_getAllAsync_d_36_System_IDisposable_Dispose, (DomainManager_getAllAsync_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x0043A9E0, bool, DomainManager_getAllAsync_d_36_MoveNext, (DomainManager_getAllAsync_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, DomainManager_getAllAsync_d_36_System_Collections_Generic_IEnumerator_System_Object__get_Current, (DomainManager_getAllAsync_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x0043AE30, void, DomainManager_getAllAsync_d_36_System_Collections_IEnumerator_Reset, (DomainManager_getAllAsync_d_36 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6088, DomainManager_getAllAsync_d_36_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, DomainManager_getAllAsync_d_36_System_Collections_IEnumerator_get_Current, (DomainManager_getAllAsync_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DomainManager_c_DisplayClass37_0__ctor, (DomainManager_c_DisplayClass37_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0043AE80, void, DomainManager_c_DisplayClass37_0__replaceAllAsync_b__0, (DomainManager_c_DisplayClass37_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6078, DomainManager_c_DisplayClass37_0__replaceAllAsync_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, DomainManager_replaceAllAsync_d_37__ctor, (DomainManager_replaceAllAsync_d_37 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DomainManager_replaceAllAsync_d_37_System_IDisposable_Dispose, (DomainManager_replaceAllAsync_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x0043AF60, bool, DomainManager_replaceAllAsync_d_37_MoveNext, (DomainManager_replaceAllAsync_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, DomainManager_replaceAllAsync_d_37_System_Collections_Generic_IEnumerator_System_Object__get_Current, (DomainManager_replaceAllAsync_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x0043B480, void, DomainManager_replaceAllAsync_d_37_System_Collections_IEnumerator_Reset, (DomainManager_replaceAllAsync_d_37 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6068, DomainManager_replaceAllAsync_d_37_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, DomainManager_replaceAllAsync_d_37_System_Collections_IEnumerator_get_Current, (DomainManager_replaceAllAsync_d_37 * __this, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int32_t, PunctuationManager_get_PunctuationCharsNumber, (PunctuationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0043B4D0, void, PunctuationManager_set_PunctuationCharsNumber, (PunctuationManager * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, OnContainsCompleted *, PunctuationManager_get_onContainsCompleted, (PunctuationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, OnGetAllCompleted *, PunctuationManager_get_onGetAllCompleted, (PunctuationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, OnReplaceAllCompleted *, PunctuationManager_get_onReplaceAllCompleted, (PunctuationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0043B510, void, PunctuationManager_Awake, (PunctuationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0043B700, void, PunctuationManager_OnApplicationQuit, (PunctuationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00437370, void, PunctuationManager_OnValidate, (PunctuationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0043B880, void, PunctuationManager_ResetObject, (MethodInfo * method)); DO_APP_FUNC(0x0043B900, void, PunctuationManager_Load, (PunctuationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0043B9D0, bool, PunctuationManager_Contains, (PunctuationManager * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x0043BA80, void, PunctuationManager_ContainsAsync, (PunctuationManager * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x0043BBA0, List_1_System_String_ *, PunctuationManager_GetAll, (PunctuationManager * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x0043BCA0, void, PunctuationManager_GetAllAsync, (PunctuationManager * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x0043BDC0, String *, PunctuationManager_ReplaceAll, (PunctuationManager * __this, String * text, bool markOnly, String * prefix, String * postfix, MethodInfo * method)); DO_APP_FUNC(0x0043BE80, void, PunctuationManager_ReplaceAllAsync, (PunctuationManager * __this, String * text, bool markOnly, String * prefix, String * postfix, MethodInfo * method)); DO_APP_FUNC(0x0043BEC0, String *, PunctuationManager_Mark, (PunctuationManager * __this, String * text, bool replace, String * prefix, String * postfix, MethodInfo * method)); DO_APP_FUNC(0x0043BF80, void, PunctuationManager_logFilterIsNull, (PunctuationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0043C220, IEnumerator *, PunctuationManager_containsAsync, (PunctuationManager * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x0043C330, IEnumerator *, PunctuationManager_getAllAsync, (PunctuationManager * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x0043C440, IEnumerator *, PunctuationManager_replaceAllAsync, (PunctuationManager * __this, String * text, bool markOnly, String * prefix, String * postfix, MethodInfo * method)); DO_APP_FUNC(0x0043C610, void, PunctuationManager__ctor, (PunctuationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PunctuationManager_c_DisplayClass28_0__ctor, (PunctuationManager_c_DisplayClass28_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0043C660, void, PunctuationManager_c_DisplayClass28_0__containsAsync_b__0, (PunctuationManager_c_DisplayClass28_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5FE8, PunctuationManager_c_DisplayClass28_0__containsAsync_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, PunctuationManager_containsAsync_d_28__ctor, (PunctuationManager_containsAsync_d_28 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PunctuationManager_containsAsync_d_28_System_IDisposable_Dispose, (PunctuationManager_containsAsync_d_28 * __this, MethodInfo * method)); DO_APP_FUNC(0x0043C690, bool, PunctuationManager_containsAsync_d_28_MoveNext, (PunctuationManager_containsAsync_d_28 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PunctuationManager_containsAsync_d_28_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PunctuationManager_containsAsync_d_28 * __this, MethodInfo * method)); DO_APP_FUNC(0x0043CA30, void, PunctuationManager_containsAsync_d_28_System_Collections_IEnumerator_Reset, (PunctuationManager_containsAsync_d_28 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5FD8, PunctuationManager_containsAsync_d_28_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PunctuationManager_containsAsync_d_28_System_Collections_IEnumerator_get_Current, (PunctuationManager_containsAsync_d_28 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PunctuationManager_c_DisplayClass29_0__ctor, (PunctuationManager_c_DisplayClass29_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0043CA80, void, PunctuationManager_c_DisplayClass29_0__getAllAsync_b__0, (PunctuationManager_c_DisplayClass29_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5FC8, PunctuationManager_c_DisplayClass29_0__getAllAsync_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, PunctuationManager_getAllAsync_d_29__ctor, (PunctuationManager_getAllAsync_d_29 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PunctuationManager_getAllAsync_d_29_System_IDisposable_Dispose, (PunctuationManager_getAllAsync_d_29 * __this, MethodInfo * method)); DO_APP_FUNC(0x0043CB00, bool, PunctuationManager_getAllAsync_d_29_MoveNext, (PunctuationManager_getAllAsync_d_29 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PunctuationManager_getAllAsync_d_29_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PunctuationManager_getAllAsync_d_29 * __this, MethodInfo * method)); DO_APP_FUNC(0x0043CEF0, void, PunctuationManager_getAllAsync_d_29_System_Collections_IEnumerator_Reset, (PunctuationManager_getAllAsync_d_29 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5FB8, PunctuationManager_getAllAsync_d_29_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PunctuationManager_getAllAsync_d_29_System_Collections_IEnumerator_get_Current, (PunctuationManager_getAllAsync_d_29 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PunctuationManager_c_DisplayClass30_0__ctor, (PunctuationManager_c_DisplayClass30_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0043CF40, void, PunctuationManager_c_DisplayClass30_0__replaceAllAsync_b__0, (PunctuationManager_c_DisplayClass30_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5FA8, PunctuationManager_c_DisplayClass30_0__replaceAllAsync_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, PunctuationManager_replaceAllAsync_d_30__ctor, (PunctuationManager_replaceAllAsync_d_30 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PunctuationManager_replaceAllAsync_d_30_System_IDisposable_Dispose, (PunctuationManager_replaceAllAsync_d_30 * __this, MethodInfo * method)); DO_APP_FUNC(0x0043CFD0, bool, PunctuationManager_replaceAllAsync_d_30_MoveNext, (PunctuationManager_replaceAllAsync_d_30 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PunctuationManager_replaceAllAsync_d_30_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PunctuationManager_replaceAllAsync_d_30 * __this, MethodInfo * method)); DO_APP_FUNC(0x0043D490, void, PunctuationManager_replaceAllAsync_d_30_System_Collections_IEnumerator_Reset, (PunctuationManager_replaceAllAsync_d_30 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5F98, PunctuationManager_replaceAllAsync_d_30_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PunctuationManager_replaceAllAsync_d_30_System_Collections_IEnumerator_get_Current, (PunctuationManager_replaceAllAsync_d_30 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, List_1_Crosstales_BWF_Provider_BadWordProvider_ *, BadWordFilter_get_BadWordProviderLTR, (BadWordFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x0043D4E0, void, BadWordFilter_set_BadWordProviderLTR, (BadWordFilter * __this, List_1_Crosstales_BWF_Provider_BadWordProvider_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, List_1_Crosstales_BWF_Provider_BadWordProvider_ *, BadWordFilter_get_BadWordProviderRTL, (BadWordFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x0043D980, void, BadWordFilter_set_BadWordProviderRTL, (BadWordFilter * __this, List_1_Crosstales_BWF_Provider_BadWordProvider_ * value, MethodInfo * method)); DO_APP_FUNC(0x0043DE20, bool, BadWordFilter_get_isReady, (BadWordFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x0043F070, void, BadWordFilter__ctor, (BadWordFilter * __this, List_1_Crosstales_BWF_Provider_BadWordProvider_ * badWordProviderLTR, List_1_Crosstales_BWF_Provider_BadWordProvider_ * badWordProviderRTL, String * replaceCharacters, bool leetSpeak, bool simpleCheck, MethodInfo * method)); DO_APP_FUNC(0x0043F510, bool, BadWordFilter_Contains, (BadWordFilter * __this, String * text, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x00440650, List_1_System_String_ *, BadWordFilter_GetAll, (BadWordFilter * __this, String * text, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x00443820, String *, BadWordFilter_ReplaceAll, (BadWordFilter * __this, String * text, bool markOnly, String * prefix, String * postfix, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x00445790, String *, BadWordFilter_replaceCapture, (BadWordFilter * __this, String * text, Capture * capture, bool markOnly, String * prefix, String * postfix, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x00445950, String *, BadWordFilter_replaceLeetToText, (BadWordFilter * __this, String * input, MethodInfo * method)); DO_APP_FUNC(0x00445F60, bool, BadWordFilter__get_isReady_b__19_6, (BadWordFilter * __this, _f_AnonymousType0_2_Crosstales_BWF_Provider_BadWordProvider_Crosstales_BWF_Data_Source_ * __h__TransparentIdentifier0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5F20, BadWordFilter__get_isReady_b__19_6__MethodInfo); DO_APP_FUNC(0x00446010, bool, BadWordFilter__get_isReady_b__19_12, (BadWordFilter * __this, _f_AnonymousType1_2_Crosstales_BWF_Provider_BadWordProvider_Crosstales_BWF_Data_Source_ * __h__TransparentIdentifier0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5F28, BadWordFilter__get_isReady_b__19_12__MethodInfo); DO_APP_FUNC(0x004460C0, void, BadWordFilter_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BadWordFilter_c__ctor, (BadWordFilter_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00446170, bool, BadWordFilter_c__get_isReady_b__19_0, (BadWordFilter_c * __this, BadWordProvider * bp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5E68, BadWordFilter_c__get_isReady_b__19_0__MethodInfo); DO_APP_FUNC(0x00446270, bool, BadWordFilter_c__get_isReady_b__19_1, (BadWordFilter_c * __this, BadWordProvider * bp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5E48, BadWordFilter_c__get_isReady_b__19_1__MethodInfo); DO_APP_FUNC(0x00446370, bool, BadWordFilter_c__get_isReady_b__19_2, (BadWordFilter_c * __this, BadWordProvider * bpLTR, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5E40, BadWordFilter_c__get_isReady_b__19_2__MethodInfo); DO_APP_FUNC(0x00446470, IEnumerable_1_Crosstales_BWF_Data_Source_ *, BadWordFilter_c__get_isReady_b__19_3, (BadWordFilter_c * __this, BadWordProvider * bpLTR, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5E38, BadWordFilter_c__get_isReady_b__19_3__MethodInfo); DO_APP_FUNC(0x00446490, _f_AnonymousType0_2_Crosstales_BWF_Provider_BadWordProvider_Crosstales_BWF_Data_Source_ *, BadWordFilter_c__get_isReady_b__19_4, (BadWordFilter_c * __this, BadWordProvider * bpLTR, Source * src, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5E30, BadWordFilter_c__get_isReady_b__19_4__MethodInfo); DO_APP_FUNC(0x004465B0, bool, BadWordFilter_c__get_isReady_b__19_5, (BadWordFilter_c * __this, _f_AnonymousType0_2_Crosstales_BWF_Provider_BadWordProvider_Crosstales_BWF_Data_Source_ * __h__TransparentIdentifier0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5E28, BadWordFilter_c__get_isReady_b__19_5__MethodInfo); DO_APP_FUNC(0x004466D0, Source *, BadWordFilter_c__get_isReady_b__19_7, (BadWordFilter_c * __this, _f_AnonymousType0_2_Crosstales_BWF_Provider_BadWordProvider_Crosstales_BWF_Data_Source_ * __h__TransparentIdentifier0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5E20, BadWordFilter_c__get_isReady_b__19_7__MethodInfo); DO_APP_FUNC(0x00446710, bool, BadWordFilter_c__get_isReady_b__19_8, (BadWordFilter_c * __this, BadWordProvider * bpRTL, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5E18, BadWordFilter_c__get_isReady_b__19_8__MethodInfo); DO_APP_FUNC(0x00446470, IEnumerable_1_Crosstales_BWF_Data_Source_ *, BadWordFilter_c__get_isReady_b__19_9, (BadWordFilter_c * __this, BadWordProvider * bpRTL, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5E10, BadWordFilter_c__get_isReady_b__19_9__MethodInfo); DO_APP_FUNC(0x00446810, _f_AnonymousType1_2_Crosstales_BWF_Provider_BadWordProvider_Crosstales_BWF_Data_Source_ *, BadWordFilter_c__get_isReady_b__19_10, (BadWordFilter_c * __this, BadWordProvider * bpRTL, Source * src, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5E60, BadWordFilter_c__get_isReady_b__19_10__MethodInfo); DO_APP_FUNC(0x00446930, bool, BadWordFilter_c__get_isReady_b__19_11, (BadWordFilter_c * __this, _f_AnonymousType1_2_Crosstales_BWF_Provider_BadWordProvider_Crosstales_BWF_Data_Source_ * __h__TransparentIdentifier0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5E58, BadWordFilter_c__get_isReady_b__19_11__MethodInfo); DO_APP_FUNC(0x00446A50, Source *, BadWordFilter_c__get_isReady_b__19_13, (BadWordFilter_c * __this, _f_AnonymousType1_2_Crosstales_BWF_Provider_BadWordProvider_Crosstales_BWF_Data_Source_ * __h__TransparentIdentifier0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5E50, BadWordFilter_c__get_isReady_b__19_13__MethodInfo); DO_APP_FUNC(0x0041E8A0, IEnumerable_1_System_String_ *, BadWordFilter_c__GetAll_b__22_1, (BadWordFilter_c * __this, List_1_System_String_ * words, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5BA8, BadWordFilter_c__GetAll_b__22_1__MethodInfo); DO_APP_FUNC(0x00446A90, _f_AnonymousType2_2_System_Collections_Generic_List_1_System_String_ *, BadWordFilter_c__GetAll_b__22_2, (BadWordFilter_c * __this, List_1_System_String_ * words, String * simpleWord, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5B80, BadWordFilter_c__GetAll_b__22_2__MethodInfo); DO_APP_FUNC(0x00446B20, String *, BadWordFilter_c__GetAll_b__22_4, (BadWordFilter_c * __this, _f_AnonymousType2_2_System_Collections_Generic_List_1_System_String_ * __h__TransparentIdentifier0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5B78, BadWordFilter_c__GetAll_b__22_4__MethodInfo); DO_APP_FUNC(0x00446B60, IEnumerable_1_System_Text_RegularExpressions_Capture_ *, BadWordFilter_c__GetAll_b__22_5, (BadWordFilter_c * __this, Match * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5B70, BadWordFilter_c__GetAll_b__22_5__MethodInfo); DO_APP_FUNC(0x00446C30, Capture *, BadWordFilter_c__GetAll_b__22_6, (BadWordFilter_c * __this, Match * match, Capture * capture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5B68, BadWordFilter_c__GetAll_b__22_6__MethodInfo); DO_APP_FUNC(0x00446C40, IEnumerable_1_System_Text_RegularExpressions_Capture_ *, BadWordFilter_c__GetAll_b__22_8, (BadWordFilter_c * __this, Match * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5B60, BadWordFilter_c__GetAll_b__22_8__MethodInfo); DO_APP_FUNC(0x00446C30, Capture *, BadWordFilter_c__GetAll_b__22_9, (BadWordFilter_c * __this, Match * match, Capture * capture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5B58, BadWordFilter_c__GetAll_b__22_9__MethodInfo); DO_APP_FUNC(0x0041E8A0, IEnumerable_1_System_String_ *, BadWordFilter_c__GetAll_b__22_10, (BadWordFilter_c * __this, List_1_System_String_ * words, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5BE0, BadWordFilter_c__GetAll_b__22_10__MethodInfo); DO_APP_FUNC(0x00446D10, _f_AnonymousType2_2_System_Collections_Generic_List_1_System_String_ *, BadWordFilter_c__GetAll_b__22_11, (BadWordFilter_c * __this, List_1_System_String_ * words, String * simpleWord, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5BD8, BadWordFilter_c__GetAll_b__22_11__MethodInfo); DO_APP_FUNC(0x00446DA0, String *, BadWordFilter_c__GetAll_b__22_14, (BadWordFilter_c * __this, _f_AnonymousType2_2_System_Collections_Generic_List_1_System_String_ * __h__TransparentIdentifier0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5BD0, BadWordFilter_c__GetAll_b__22_14__MethodInfo); DO_APP_FUNC(0x00446DE0, IEnumerable_1_System_Text_RegularExpressions_Match_ *, BadWordFilter_c__GetAll_b__22_16, (BadWordFilter_c * __this, MatchCollection * matches, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5BC8, BadWordFilter_c__GetAll_b__22_16__MethodInfo); DO_APP_FUNC(0x00446EA0, _f_AnonymousType3_2_System_Text_RegularExpressions_MatchCollection_System_Text_RegularExpressions_Match_ *, BadWordFilter_c__GetAll_b__22_17, (BadWordFilter_c * __this, MatchCollection * matches, Match * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5BC0, BadWordFilter_c__GetAll_b__22_17__MethodInfo); DO_APP_FUNC(0x00446F30, IEnumerable_1_System_Text_RegularExpressions_Capture_ *, BadWordFilter_c__GetAll_b__22_18, (BadWordFilter_c * __this, _f_AnonymousType3_2_System_Text_RegularExpressions_MatchCollection_System_Text_RegularExpressions_Match_ * __h__TransparentIdentifier0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5BB8, BadWordFilter_c__GetAll_b__22_18__MethodInfo); DO_APP_FUNC(0x00447020, _f_AnonymousType4_2_f_AnonymousType3_2_System_Text_RegularExpressions_MatchCollection_System_Text_RegularExpressions_Match_System_Text_RegularExpressions_Capture_ *, BadWordFilter_c__GetAll_b__22_19, (BadWordFilter_c * __this, _f_AnonymousType3_2_System_Text_RegularExpressions_MatchCollection_System_Text_RegularExpressions_Match_ * __h__TransparentIdentifier0, Capture * capture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5BB0, BadWordFilter_c__GetAll_b__22_19__MethodInfo); DO_APP_FUNC(0x004470B0, Capture *, BadWordFilter_c__GetAll_b__22_21, (BadWordFilter_c * __this, _f_AnonymousType4_2_f_AnonymousType3_2_System_Text_RegularExpressions_MatchCollection_System_Text_RegularExpressions_Match_System_Text_RegularExpressions_Capture_ * __h__TransparentIdentifier1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5BA0, BadWordFilter_c__GetAll_b__22_21__MethodInfo); DO_APP_FUNC(0x004470F0, IEnumerable_1_System_Text_RegularExpressions_Capture_ *, BadWordFilter_c__GetAll_b__22_24, (BadWordFilter_c * __this, Match * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5B98, BadWordFilter_c__GetAll_b__22_24__MethodInfo); DO_APP_FUNC(0x004471C0, _f_AnonymousType5_2_System_Text_RegularExpressions_Match_System_Text_RegularExpressions_Capture_ *, BadWordFilter_c__GetAll_b__22_25, (BadWordFilter_c * __this, Match * match, Capture * capture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5B90, BadWordFilter_c__GetAll_b__22_25__MethodInfo); DO_APP_FUNC(0x00447250, Capture *, BadWordFilter_c__GetAll_b__22_27, (BadWordFilter_c * __this, _f_AnonymousType5_2_System_Text_RegularExpressions_Match_System_Text_RegularExpressions_Capture_ * __h__TransparentIdentifier0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5B88, BadWordFilter_c__GetAll_b__22_27__MethodInfo); DO_APP_FUNC(0x0041E8A0, String *, BadWordFilter_c__GetAll_b__22_0, (BadWordFilter_c * __this, String * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5BE8, BadWordFilter_c__GetAll_b__22_0__MethodInfo); DO_APP_FUNC(0x00447290, IEnumerable_1_System_Text_RegularExpressions_Capture_ *, BadWordFilter_c__ReplaceAll_b__23_0, (BadWordFilter_c * __this, Match * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5AB8, BadWordFilter_c__ReplaceAll_b__23_0__MethodInfo); DO_APP_FUNC(0x00446C30, Capture *, BadWordFilter_c__ReplaceAll_b__23_1, (BadWordFilter_c * __this, Match * match, Capture * capture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5AA8, BadWordFilter_c__ReplaceAll_b__23_1__MethodInfo); DO_APP_FUNC(0x00447360, IEnumerable_1_System_Text_RegularExpressions_Capture_ *, BadWordFilter_c__ReplaceAll_b__23_2, (BadWordFilter_c * __this, Match * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5AA0, BadWordFilter_c__ReplaceAll_b__23_2__MethodInfo); DO_APP_FUNC(0x00446C30, Capture *, BadWordFilter_c__ReplaceAll_b__23_3, (BadWordFilter_c * __this, Match * match, Capture * capture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5A98, BadWordFilter_c__ReplaceAll_b__23_3__MethodInfo); DO_APP_FUNC(0x00447430, IEnumerable_1_System_Text_RegularExpressions_Match_ *, BadWordFilter_c__ReplaceAll_b__23_5, (BadWordFilter_c * __this, MatchCollection * matches, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5A90, BadWordFilter_c__ReplaceAll_b__23_5__MethodInfo); DO_APP_FUNC(0x004474F0, _f_AnonymousType3_2_System_Text_RegularExpressions_MatchCollection_System_Text_RegularExpressions_Match_ *, BadWordFilter_c__ReplaceAll_b__23_6, (BadWordFilter_c * __this, MatchCollection * matches, Match * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5A88, BadWordFilter_c__ReplaceAll_b__23_6__MethodInfo); DO_APP_FUNC(0x00447580, IEnumerable_1_System_Text_RegularExpressions_Capture_ *, BadWordFilter_c__ReplaceAll_b__23_7, (BadWordFilter_c * __this, _f_AnonymousType3_2_System_Text_RegularExpressions_MatchCollection_System_Text_RegularExpressions_Match_ * __h__TransparentIdentifier0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5A80, BadWordFilter_c__ReplaceAll_b__23_7__MethodInfo); DO_APP_FUNC(0x00446C30, Capture *, BadWordFilter_c__ReplaceAll_b__23_8, (BadWordFilter_c * __this, _f_AnonymousType3_2_System_Text_RegularExpressions_MatchCollection_System_Text_RegularExpressions_Match_ * __h__TransparentIdentifier0, Capture * capture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5A78, BadWordFilter_c__ReplaceAll_b__23_8__MethodInfo); DO_APP_FUNC(0x00447670, IEnumerable_1_System_Text_RegularExpressions_Capture_ *, BadWordFilter_c__ReplaceAll_b__23_9, (BadWordFilter_c * __this, Match * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5A70, BadWordFilter_c__ReplaceAll_b__23_9__MethodInfo); DO_APP_FUNC(0x00446C30, Capture *, BadWordFilter_c__ReplaceAll_b__23_10, (BadWordFilter_c * __this, Match * match, Capture * capture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5AB0, BadWordFilter_c__ReplaceAll_b__23_10__MethodInfo); DO_APP_FUNC(0x003AC050, void, BadWordFilter_c_DisplayClass21_0__ctor, (BadWordFilter_c_DisplayClass21_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00417960, bool, BadWordFilter_c_DisplayClass21_0__Contains_b__2, (BadWordFilter_c_DisplayClass21_0 * __this, String * simpleWord, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5D38, BadWordFilter_c_DisplayClass21_0__Contains_b__2__MethodInfo); DO_APP_FUNC(0x00417960, bool, BadWordFilter_c_DisplayClass21_0__Contains_b__3, (BadWordFilter_c_DisplayClass21_0 * __this, String * simpleWord, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5D30, BadWordFilter_c_DisplayClass21_0__Contains_b__3__MethodInfo); DO_APP_FUNC(0x00447740, bool, BadWordFilter_c_DisplayClass21_0__Contains_b__0, (BadWordFilter_c_DisplayClass21_0 * __this, List_1_System_String_ * words, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5D48, BadWordFilter_c_DisplayClass21_0__Contains_b__0__MethodInfo); DO_APP_FUNC(0x00417960, bool, BadWordFilter_c_DisplayClass21_0__Contains_b__4, (BadWordFilter_c_DisplayClass21_0 * __this, String * simpleWord, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5758, BadWordFilter_c_DisplayClass21_0__Contains_b__4__MethodInfo); DO_APP_FUNC(0x00447840, bool, BadWordFilter_c_DisplayClass21_0__Contains_b__1, (BadWordFilter_c_DisplayClass21_0 * __this, Regex * badWordRegex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5D40, BadWordFilter_c_DisplayClass21_0__Contains_b__1__MethodInfo); DO_APP_FUNC(0x00417960, bool, BadWordFilter_c_DisplayClass21_0__Contains_b__5, (BadWordFilter_c_DisplayClass21_0 * __this, String * simpleWord, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5D28, BadWordFilter_c_DisplayClass21_0__Contains_b__5__MethodInfo); DO_APP_FUNC(0x003AC050, void, BadWordFilter_c_DisplayClass22_0__ctor, (BadWordFilter_c_DisplayClass22_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00447900, bool, BadWordFilter_c_DisplayClass22_0__GetAll_b__13, (BadWordFilter_c_DisplayClass22_0 * __this, _f_AnonymousType2_2_System_Collections_Generic_List_1_System_String_ * __h__TransparentIdentifier0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5B50, BadWordFilter_c_DisplayClass22_0__GetAll_b__13__MethodInfo); DO_APP_FUNC(0x004479A0, bool, BadWordFilter_c_DisplayClass22_0__GetAll_b__20, (BadWordFilter_c_DisplayClass22_0 * __this, _f_AnonymousType4_2_f_AnonymousType3_2_System_Text_RegularExpressions_MatchCollection_System_Text_RegularExpressions_Match_System_Text_RegularExpressions_Capture_ * __h__TransparentIdentifier1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5B48, BadWordFilter_c_DisplayClass22_0__GetAll_b__20__MethodInfo); DO_APP_FUNC(0x00447A70, bool, BadWordFilter_c_DisplayClass22_0__GetAll_b__23, (BadWordFilter_c_DisplayClass22_0 * __this, String * simpleWord, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5B40, BadWordFilter_c_DisplayClass22_0__GetAll_b__23__MethodInfo); DO_APP_FUNC(0x00447B00, bool, BadWordFilter_c_DisplayClass22_0__GetAll_b__26, (BadWordFilter_c_DisplayClass22_0 * __this, _f_AnonymousType5_2_System_Text_RegularExpressions_Match_System_Text_RegularExpressions_Capture_ * __h__TransparentIdentifier0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5B38, BadWordFilter_c_DisplayClass22_0__GetAll_b__26__MethodInfo); DO_APP_FUNC(0x003AC050, void, BadWordFilter_c_DisplayClass22_1__ctor, (BadWordFilter_c_DisplayClass22_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00447BD0, bool, BadWordFilter_c_DisplayClass22_1__GetAll_b__3, (BadWordFilter_c_DisplayClass22_1 * __this, _f_AnonymousType2_2_System_Collections_Generic_List_1_System_String_ * __h__TransparentIdentifier0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5B10, BadWordFilter_c_DisplayClass22_1__GetAll_b__3__MethodInfo); DO_APP_FUNC(0x00417960, bool, BadWordFilter_c_DisplayClass22_1__GetAll_b__7, (BadWordFilter_c_DisplayClass22_1 * __this, String * simpleWord, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5B08, BadWordFilter_c_DisplayClass22_1__GetAll_b__7__MethodInfo); DO_APP_FUNC(0x00447E50, bool, BadWordFilter_c_DisplayClass22_1__GetAll_b__12, (BadWordFilter_c_DisplayClass22_1 * __this, _f_AnonymousType2_2_System_Collections_Generic_List_1_System_String_ * __h__TransparentIdentifier0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5B28, BadWordFilter_c_DisplayClass22_1__GetAll_b__12__MethodInfo); DO_APP_FUNC(0x004480D0, MatchCollection *, BadWordFilter_c_DisplayClass22_1__GetAll_b__15, (BadWordFilter_c_DisplayClass22_1 * __this, Regex * badWordsResource, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5B20, BadWordFilter_c_DisplayClass22_1__GetAll_b__15__MethodInfo); DO_APP_FUNC(0x00417960, bool, BadWordFilter_c_DisplayClass22_1__GetAll_b__22, (BadWordFilter_c_DisplayClass22_1 * __this, String * simpleWord, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5B18, BadWordFilter_c_DisplayClass22_1__GetAll_b__22__MethodInfo); DO_APP_FUNC(0x003AC050, void, BadWordFilter_c_DisplayClass23_0__ctor, (BadWordFilter_c_DisplayClass23_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x004480D0, MatchCollection *, BadWordFilter_c_DisplayClass23_0__ReplaceAll_b__4, (BadWordFilter_c_DisplayClass23_0 * __this, Regex * badWordsResource, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5A68, BadWordFilter_c_DisplayClass23_0__ReplaceAll_b__4__MethodInfo); DO_APP_FUNC(0x00448100, List_1_Crosstales_BWF_Data_Source_ *, BaseFilter_get_Sources, (BaseFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x00448510, String *, BaseFilter_Unmark, (BaseFilter * __this, String * text, String * prefix, String * postfix, MethodInfo * method)); DO_APP_FUNC(0x004487E0, String *, BaseFilter_Mark, (BaseFilter * __this, String * text, bool replace, String * prefix, String * postfix, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x00448800, void, BaseFilter_logFilterNotReady, (MethodInfo * method)); DO_APP_FUNC(0x00448860, void, BaseFilter_logResourceNotFound, (String * res, MethodInfo * method)); DO_APP_FUNC(0x00448AD0, void, BaseFilter_logContains, (MethodInfo * method)); DO_APP_FUNC(0x00448BB0, void, BaseFilter_logGetAll, (MethodInfo * method)); DO_APP_FUNC(0x00448C90, void, BaseFilter_logReplaceAll, (MethodInfo * method)); DO_APP_FUNC(0x00448D70, void, BaseFilter__ctor, (BaseFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x00448E50, void, BaseFilter_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseFilter_c__ctor, (BaseFilter_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00448F00, String *, BaseFilter_c__get_Sources_b__2_0, (BaseFilter_c * __this, KeyValuePair_2_System_String_Crosstales_BWF_Data_Source_ x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD56A0, BaseFilter_c__get_Sources_b__2_0__MethodInfo); DO_APP_FUNC(0x00448F40, Source *, BaseFilter_c__get_Sources_b__2_1, (BaseFilter_c * __this, KeyValuePair_2_System_String_Crosstales_BWF_Data_Source_ y, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5690, BaseFilter_c__get_Sources_b__2_1__MethodInfo); DO_APP_FUNC(0x003B93E0, Regex *, CapitalizationFilter_get_RegularExpression, (CapitalizationFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, CapitalizationFilter_set_RegularExpression, (CapitalizationFilter * __this, Regex * value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, CapitalizationFilter_get_CharacterNumber, (CapitalizationFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x00448F80, void, CapitalizationFilter_set_CharacterNumber, (CapitalizationFilter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, CapitalizationFilter_get_isReady, (CapitalizationFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x004490E0, void, CapitalizationFilter__ctor, (CapitalizationFilter * __this, int32_t capitalizationCharsNumber, MethodInfo * method)); DO_APP_FUNC(0x00449110, bool, CapitalizationFilter_Contains, (CapitalizationFilter * __this, String * text, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x00449190, List_1_System_String_ *, CapitalizationFilter_GetAll, (CapitalizationFilter * __this, String * text, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x00449B40, String *, CapitalizationFilter_ReplaceAll, (CapitalizationFilter * __this, String * text, bool markOnly, String * prefix, String * postfix, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x0044A300, void, CapitalizationFilter_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CapitalizationFilter_c__ctor, (CapitalizationFilter_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0044A3B0, IEnumerable_1_System_Text_RegularExpressions_Capture_ *, CapitalizationFilter_c__GetAll_b__12_1, (CapitalizationFilter_c * __this, Match * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5520, CapitalizationFilter_c__GetAll_b__12_1__MethodInfo); DO_APP_FUNC(0x00446C30, Capture *, CapitalizationFilter_c__GetAll_b__12_2, (CapitalizationFilter_c * __this, Match * match, Capture * capture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5508, CapitalizationFilter_c__GetAll_b__12_2__MethodInfo); DO_APP_FUNC(0x0041E8A0, String *, CapitalizationFilter_c__GetAll_b__12_0, (CapitalizationFilter_c * __this, String * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5538, CapitalizationFilter_c__GetAll_b__12_0__MethodInfo); DO_APP_FUNC(0x0044A480, IEnumerable_1_System_Text_RegularExpressions_Capture_ *, CapitalizationFilter_c__ReplaceAll_b__13_0, (CapitalizationFilter_c * __this, Match * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD54B8, CapitalizationFilter_c__ReplaceAll_b__13_0__MethodInfo); DO_APP_FUNC(0x00446C30, Capture *, CapitalizationFilter_c__ReplaceAll_b__13_1, (CapitalizationFilter_c * __this, Match * match, Capture * capture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD54A8, CapitalizationFilter_c__ReplaceAll_b__13_1__MethodInfo); DO_APP_FUNC(0x003B93E0, List_1_Crosstales_BWF_Provider_DomainProvider_ *, DomainFilter_get_DomainProvider, (DomainFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x0044A550, void, DomainFilter_set_DomainProvider, (DomainFilter * __this, List_1_Crosstales_BWF_Provider_DomainProvider_ * value, MethodInfo * method)); DO_APP_FUNC(0x0044A9E0, bool, DomainFilter_get_isReady, (DomainFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x0044B290, void, DomainFilter__ctor, (DomainFilter * __this, List_1_Crosstales_BWF_Provider_DomainProvider_ * domainProvider, String * replaceCharacters, MethodInfo * method)); DO_APP_FUNC(0x0044B5A0, bool, DomainFilter_Contains, (DomainFilter * __this, String * text, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x0044C070, List_1_System_String_ *, DomainFilter_GetAll, (DomainFilter * __this, String * text, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x0044E250, String *, DomainFilter_ReplaceAll, (DomainFilter * __this, String * text, bool markOnly, String * prefix, String * postfix, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x0044FDB0, bool, DomainFilter__get_isReady_b__11_5, (DomainFilter * __this, _f_AnonymousType6_2_Crosstales_BWF_Provider_DomainProvider_Crosstales_BWF_Data_Source_ * __h__TransparentIdentifier0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5390, DomainFilter__get_isReady_b__11_5__MethodInfo); DO_APP_FUNC(0x0044FE60, void, DomainFilter_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DomainFilter_c__ctor, (DomainFilter_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0044FF10, bool, DomainFilter_c__get_isReady_b__11_0, (DomainFilter_c * __this, DomainProvider * dp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD52E0, DomainFilter_c__get_isReady_b__11_0__MethodInfo); DO_APP_FUNC(0x00450010, bool, DomainFilter_c__get_isReady_b__11_1, (DomainFilter_c * __this, DomainProvider * dp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD52D0, DomainFilter_c__get_isReady_b__11_1__MethodInfo); DO_APP_FUNC(0x00446470, IEnumerable_1_Crosstales_BWF_Data_Source_ *, DomainFilter_c__get_isReady_b__11_2, (DomainFilter_c * __this, DomainProvider * dp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD52C0, DomainFilter_c__get_isReady_b__11_2__MethodInfo); DO_APP_FUNC(0x00450110, _f_AnonymousType6_2_Crosstales_BWF_Provider_DomainProvider_Crosstales_BWF_Data_Source_ *, DomainFilter_c__get_isReady_b__11_3, (DomainFilter_c * __this, DomainProvider * dp, Source * src, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD52B0, DomainFilter_c__get_isReady_b__11_3__MethodInfo); DO_APP_FUNC(0x00450230, bool, DomainFilter_c__get_isReady_b__11_4, (DomainFilter_c * __this, _f_AnonymousType6_2_Crosstales_BWF_Provider_DomainProvider_Crosstales_BWF_Data_Source_ * __h__TransparentIdentifier0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD52A0, DomainFilter_c__get_isReady_b__11_4__MethodInfo); DO_APP_FUNC(0x00450350, Source *, DomainFilter_c__get_isReady_b__11_6, (DomainFilter_c * __this, _f_AnonymousType6_2_Crosstales_BWF_Provider_DomainProvider_Crosstales_BWF_Data_Source_ * __h__TransparentIdentifier0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5290, DomainFilter_c__get_isReady_b__11_6__MethodInfo); DO_APP_FUNC(0x00450390, IEnumerable_1_System_Text_RegularExpressions_Capture_ *, DomainFilter_c__GetAll_b__14_1, (DomainFilter_c * __this, Match * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD51D0, DomainFilter_c__GetAll_b__14_1__MethodInfo); DO_APP_FUNC(0x00446C30, Capture *, DomainFilter_c__GetAll_b__14_2, (DomainFilter_c * __this, Match * match, Capture * capture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD51C8, DomainFilter_c__GetAll_b__14_2__MethodInfo); DO_APP_FUNC(0x00450460, IEnumerable_1_System_Text_RegularExpressions_Capture_ *, DomainFilter_c__GetAll_b__14_3, (DomainFilter_c * __this, Match * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD51C0, DomainFilter_c__GetAll_b__14_3__MethodInfo); DO_APP_FUNC(0x00446C30, Capture *, DomainFilter_c__GetAll_b__14_4, (DomainFilter_c * __this, Match * match, Capture * capture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD51B8, DomainFilter_c__GetAll_b__14_4__MethodInfo); DO_APP_FUNC(0x00450530, IEnumerable_1_System_Text_RegularExpressions_Match_ *, DomainFilter_c__GetAll_b__14_6, (DomainFilter_c * __this, MatchCollection * matches, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD51B0, DomainFilter_c__GetAll_b__14_6__MethodInfo); DO_APP_FUNC(0x004505F0, _f_AnonymousType3_2_System_Text_RegularExpressions_MatchCollection_System_Text_RegularExpressions_Match_ *, DomainFilter_c__GetAll_b__14_7, (DomainFilter_c * __this, MatchCollection * matches, Match * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD51A8, DomainFilter_c__GetAll_b__14_7__MethodInfo); DO_APP_FUNC(0x00450680, IEnumerable_1_System_Text_RegularExpressions_Capture_ *, DomainFilter_c__GetAll_b__14_8, (DomainFilter_c * __this, _f_AnonymousType3_2_System_Text_RegularExpressions_MatchCollection_System_Text_RegularExpressions_Match_ * __h__TransparentIdentifier0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD51A0, DomainFilter_c__GetAll_b__14_8__MethodInfo); DO_APP_FUNC(0x00450770, _f_AnonymousType4_2_f_AnonymousType3_2_System_Text_RegularExpressions_MatchCollection_System_Text_RegularExpressions_Match_System_Text_RegularExpressions_Capture_ *, DomainFilter_c__GetAll_b__14_9, (DomainFilter_c * __this, _f_AnonymousType3_2_System_Text_RegularExpressions_MatchCollection_System_Text_RegularExpressions_Match_ * __h__TransparentIdentifier0, Capture * capture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5198, DomainFilter_c__GetAll_b__14_9__MethodInfo); DO_APP_FUNC(0x00450800, Capture *, DomainFilter_c__GetAll_b__14_11, (DomainFilter_c * __this, _f_AnonymousType4_2_f_AnonymousType3_2_System_Text_RegularExpressions_MatchCollection_System_Text_RegularExpressions_Match_System_Text_RegularExpressions_Capture_ * __h__TransparentIdentifier1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5208, DomainFilter_c__GetAll_b__14_11__MethodInfo); DO_APP_FUNC(0x00450840, IEnumerable_1_System_Text_RegularExpressions_Capture_ *, DomainFilter_c__GetAll_b__14_12, (DomainFilter_c * __this, Match * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD51F8, DomainFilter_c__GetAll_b__14_12__MethodInfo); DO_APP_FUNC(0x00450910, _f_AnonymousType5_2_System_Text_RegularExpressions_Match_System_Text_RegularExpressions_Capture_ *, DomainFilter_c__GetAll_b__14_13, (DomainFilter_c * __this, Match * match, Capture * capture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD51E8, DomainFilter_c__GetAll_b__14_13__MethodInfo); DO_APP_FUNC(0x004509A0, Capture *, DomainFilter_c__GetAll_b__14_15, (DomainFilter_c * __this, _f_AnonymousType5_2_System_Text_RegularExpressions_Match_System_Text_RegularExpressions_Capture_ * __h__TransparentIdentifier0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD51E0, DomainFilter_c__GetAll_b__14_15__MethodInfo); DO_APP_FUNC(0x0041E8A0, String *, DomainFilter_c__GetAll_b__14_0, (DomainFilter_c * __this, String * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5218, DomainFilter_c__GetAll_b__14_0__MethodInfo); DO_APP_FUNC(0x004509E0, IEnumerable_1_System_Text_RegularExpressions_Capture_ *, DomainFilter_c__ReplaceAll_b__15_5, (DomainFilter_c * __this, Match * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD50E8, DomainFilter_c__ReplaceAll_b__15_5__MethodInfo); DO_APP_FUNC(0x00446C30, Capture *, DomainFilter_c__ReplaceAll_b__15_6, (DomainFilter_c * __this, Match * match, Capture * capture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD50E0, DomainFilter_c__ReplaceAll_b__15_6__MethodInfo); DO_APP_FUNC(0x00450AB0, IEnumerable_1_System_Text_RegularExpressions_Capture_ *, DomainFilter_c__ReplaceAll_b__15_7, (DomainFilter_c * __this, Match * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD50D8, DomainFilter_c__ReplaceAll_b__15_7__MethodInfo); DO_APP_FUNC(0x00446C30, Capture *, DomainFilter_c__ReplaceAll_b__15_8, (DomainFilter_c * __this, Match * match, Capture * capture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD50D0, DomainFilter_c__ReplaceAll_b__15_8__MethodInfo); DO_APP_FUNC(0x00450B80, _f_AnonymousType7_2_System_Text_RegularExpressions_Regex_System_Text_RegularExpressions_Match_ *, DomainFilter_c__ReplaceAll_b__15_1, (DomainFilter_c * __this, Regex * domainRegex, Match * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5108, DomainFilter_c__ReplaceAll_b__15_1__MethodInfo); DO_APP_FUNC(0x00450CA0, IEnumerable_1_System_Text_RegularExpressions_Capture_ *, DomainFilter_c__ReplaceAll_b__15_2, (DomainFilter_c * __this, _f_AnonymousType7_2_System_Text_RegularExpressions_Regex_System_Text_RegularExpressions_Match_ * __h__TransparentIdentifier0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5100, DomainFilter_c__ReplaceAll_b__15_2__MethodInfo); DO_APP_FUNC(0x00446C30, Capture *, DomainFilter_c__ReplaceAll_b__15_3, (DomainFilter_c * __this, _f_AnonymousType7_2_System_Text_RegularExpressions_Regex_System_Text_RegularExpressions_Match_ * __h__TransparentIdentifier0, Capture * capture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD50F0, DomainFilter_c__ReplaceAll_b__15_3__MethodInfo); DO_APP_FUNC(0x00450D90, IEnumerable_1_System_Text_RegularExpressions_Capture_ *, DomainFilter_c__ReplaceAll_b__15_9, (DomainFilter_c * __this, Match * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD50C8, DomainFilter_c__ReplaceAll_b__15_9__MethodInfo); DO_APP_FUNC(0x00446C30, Capture *, DomainFilter_c__ReplaceAll_b__15_10, (DomainFilter_c * __this, Match * match, Capture * capture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5110, DomainFilter_c__ReplaceAll_b__15_10__MethodInfo); DO_APP_FUNC(0x003AC050, void, DomainFilter_c_DisplayClass13_0__ctor, (DomainFilter_c_DisplayClass13_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00447840, bool, DomainFilter_c_DisplayClass13_0__Contains_b__0, (DomainFilter_c_DisplayClass13_0 * __this, Regex * domainRegex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5258, DomainFilter_c_DisplayClass13_0__Contains_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, DomainFilter_c_DisplayClass14_0__ctor, (DomainFilter_c_DisplayClass14_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x004480D0, MatchCollection *, DomainFilter_c_DisplayClass14_0__GetAll_b__5, (DomainFilter_c_DisplayClass14_0 * __this, Regex * domainRegex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5170, DomainFilter_c_DisplayClass14_0__GetAll_b__5__MethodInfo); DO_APP_FUNC(0x00450E60, bool, DomainFilter_c_DisplayClass14_0__GetAll_b__10, (DomainFilter_c_DisplayClass14_0 * __this, _f_AnonymousType4_2_f_AnonymousType3_2_System_Text_RegularExpressions_MatchCollection_System_Text_RegularExpressions_Match_System_Text_RegularExpressions_Capture_ * __h__TransparentIdentifier1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5190, DomainFilter_c_DisplayClass14_0__GetAll_b__10__MethodInfo); DO_APP_FUNC(0x00450F30, bool, DomainFilter_c_DisplayClass14_0__GetAll_b__14, (DomainFilter_c_DisplayClass14_0 * __this, _f_AnonymousType5_2_System_Text_RegularExpressions_Match_System_Text_RegularExpressions_Capture_ * __h__TransparentIdentifier0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5180, DomainFilter_c_DisplayClass14_0__GetAll_b__14__MethodInfo); DO_APP_FUNC(0x003AC050, void, DomainFilter_c_DisplayClass15_0__ctor, (DomainFilter_c_DisplayClass15_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00451000, IEnumerable_1_System_Text_RegularExpressions_Match_ *, DomainFilter_c_DisplayClass15_0__ReplaceAll_b__0, (DomainFilter_c_DisplayClass15_0 * __this, Regex * domainRegex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD50C0, DomainFilter_c_DisplayClass15_0__ReplaceAll_b__0__MethodInfo); DO_APP_FUNC(0x004510E0, String *, DomainFilter_c_DisplayClass15_0__ReplaceAll_b__4, (DomainFilter_c_DisplayClass15_0 * __this, String * current, Capture * capture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD50B0, DomainFilter_c_DisplayClass15_0__ReplaceAll_b__4__MethodInfo); DO_APP_FUNC(0x00451210, String *, DomainFilter_c_DisplayClass15_0__ReplaceAll_b__11, (DomainFilter_c_DisplayClass15_0 * __this, String * current, Capture * capture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD50B8, DomainFilter_c_DisplayClass15_0__ReplaceAll_b__11__MethodInfo); DO_APP_FUNC(0x003B93D0, Regex *, PunctuationFilter_get_RegularExpression, (PunctuationFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, PunctuationFilter_set_RegularExpression, (PunctuationFilter * __this, Regex * value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, PunctuationFilter_get_CharacterNumber, (PunctuationFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x00451340, void, PunctuationFilter_set_CharacterNumber, (PunctuationFilter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, PunctuationFilter_get_isReady, (PunctuationFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x004514A0, void, PunctuationFilter__ctor, (PunctuationFilter * __this, int32_t punctuationCharacterNumber, MethodInfo * method)); DO_APP_FUNC(0x004514D0, bool, PunctuationFilter_Contains, (PunctuationFilter * __this, String * text, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x00451550, List_1_System_String_ *, PunctuationFilter_GetAll, (PunctuationFilter * __this, String * text, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x00451F00, String *, PunctuationFilter_ReplaceAll, (PunctuationFilter * __this, String * text, bool markOnly, String * prefix, String * postfix, String__Array * sourceNames, MethodInfo * method)); DO_APP_FUNC(0x00452740, void, PunctuationFilter_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PunctuationFilter_c__ctor, (PunctuationFilter_c * __this, MethodInfo * method)); DO_APP_FUNC(0x004527F0, IEnumerable_1_System_Text_RegularExpressions_Capture_ *, PunctuationFilter_c__GetAll_b__12_1, (PunctuationFilter_c * __this, Match * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4EE8, PunctuationFilter_c__GetAll_b__12_1__MethodInfo); DO_APP_FUNC(0x00446C30, Capture *, PunctuationFilter_c__GetAll_b__12_2, (PunctuationFilter_c * __this, Match * match, Capture * capture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4EE0, PunctuationFilter_c__GetAll_b__12_2__MethodInfo); DO_APP_FUNC(0x0041E8A0, String *, PunctuationFilter_c__GetAll_b__12_0, (PunctuationFilter_c * __this, String * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4EF0, PunctuationFilter_c__GetAll_b__12_0__MethodInfo); DO_APP_FUNC(0x004528C0, IEnumerable_1_System_Text_RegularExpressions_Capture_ *, PunctuationFilter_c__ReplaceAll_b__13_0, (PunctuationFilter_c * __this, Match * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4EC0, PunctuationFilter_c__ReplaceAll_b__13_0__MethodInfo); DO_APP_FUNC(0x00446C30, Capture *, PunctuationFilter_c__ReplaceAll_b__13_1, (PunctuationFilter_c * __this, Match * match, Capture * capture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4EA8, PunctuationFilter_c__ReplaceAll_b__13_1__MethodInfo); DO_APP_FUNC(0x003C5400, int32_t, Source_get_RegexCount, (Source * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5410, void, Source_set_RegexCount, (Source * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00452990, String *, Source_ToString, (Source * __this, MethodInfo * method)); DO_APP_FUNC(0x00452C20, bool, Source_Equals, (Source * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00452FB0, int32_t, Source_GetHashCode, (Source * __this, MethodInfo * method)); DO_APP_FUNC(0x00453160, void, Source__ctor, (Source * __this, MethodInfo * method)); DO_APP_FUNC(0x02B66DA0, void, FastAction_Add, (FastAction * __this, Action * rhs, MethodInfo * method)); DO_APP_FUNC(0x02B66EB0, void, FastAction_Remove, (FastAction * __this, Action * rhs, MethodInfo * method)); DO_APP_FUNC(0x02B66FC0, void, FastAction_Call, (FastAction * __this, MethodInfo * method)); DO_APP_FUNC(0x02B67060, void, FastAction__ctor, (FastAction * __this, MethodInfo * method)); DO_APP_FUNC(0x02B671E0, MaterialReferenceManager *, MaterialReferenceManager_get_instance, (MethodInfo * method)); DO_APP_FUNC(0x02B672D0, void, MaterialReferenceManager_AddFontAsset, (TMP_FontAsset * fontAsset, MethodInfo * method)); DO_APP_FUNC(0x02B67400, void, MaterialReferenceManager_AddFontAssetInternal, (MaterialReferenceManager * __this, TMP_FontAsset * fontAsset, MethodInfo * method)); DO_APP_FUNC(0x02B67520, void, MaterialReferenceManager_AddSpriteAsset, (TMP_SpriteAsset * spriteAsset, MethodInfo * method)); DO_APP_FUNC(0x02B67650, void, MaterialReferenceManager_AddSpriteAssetInternal, (MaterialReferenceManager * __this, TMP_SpriteAsset * spriteAsset, MethodInfo * method)); DO_APP_FUNC(0x02B67770, void, MaterialReferenceManager_AddSpriteAsset_1, (int32_t hashCode, TMP_SpriteAsset * spriteAsset, MethodInfo * method)); DO_APP_FUNC(0x02B678B0, void, MaterialReferenceManager_AddSpriteAssetInternal_1, (MaterialReferenceManager * __this, int32_t hashCode, TMP_SpriteAsset * spriteAsset, MethodInfo * method)); DO_APP_FUNC(0x02B679E0, void, MaterialReferenceManager_AddFontMaterial, (int32_t hashCode, Material * material, MethodInfo * method)); DO_APP_FUNC(0x02B67A70, void, MaterialReferenceManager_AddFontMaterialInternal, (MaterialReferenceManager * __this, int32_t hashCode, Material * material, MethodInfo * method)); DO_APP_FUNC(0x02B67B00, void, MaterialReferenceManager_AddColorGradientPreset, (int32_t hashCode, TMP_ColorGradient * spriteAsset, MethodInfo * method)); DO_APP_FUNC(0x02B67BF0, void, MaterialReferenceManager_AddColorGradientPreset_Internal, (MaterialReferenceManager * __this, int32_t hashCode, TMP_ColorGradient * spriteAsset, MethodInfo * method)); DO_APP_FUNC(0x02B67CD0, bool, MaterialReferenceManager_Contains, (MaterialReferenceManager * __this, TMP_FontAsset * font, MethodInfo * method)); DO_APP_FUNC(0x02B67D50, bool, MaterialReferenceManager_Contains_1, (MaterialReferenceManager * __this, TMP_SpriteAsset * sprite, MethodInfo * method)); DO_APP_FUNC(0x02B67DD0, bool, MaterialReferenceManager_TryGetFontAsset, (int32_t hashCode, TMP_FontAsset * * fontAsset, MethodInfo * method)); DO_APP_FUNC(0x02B67E90, bool, MaterialReferenceManager_TryGetFontAssetInternal, (MaterialReferenceManager * __this, int32_t hashCode, TMP_FontAsset * * fontAsset, MethodInfo * method)); DO_APP_FUNC(0x02B67F40, bool, MaterialReferenceManager_TryGetSpriteAsset, (int32_t hashCode, TMP_SpriteAsset * * spriteAsset, MethodInfo * method)); DO_APP_FUNC(0x02B68000, bool, MaterialReferenceManager_TryGetSpriteAssetInternal, (MaterialReferenceManager * __this, int32_t hashCode, TMP_SpriteAsset * * spriteAsset, MethodInfo * method)); DO_APP_FUNC(0x02B680B0, bool, MaterialReferenceManager_TryGetColorGradientPreset, (int32_t hashCode, TMP_ColorGradient * * gradientPreset, MethodInfo * method)); DO_APP_FUNC(0x02B68170, bool, MaterialReferenceManager_TryGetColorGradientPresetInternal, (MaterialReferenceManager * __this, int32_t hashCode, TMP_ColorGradient * * gradientPreset, MethodInfo * method)); DO_APP_FUNC(0x02B68220, bool, MaterialReferenceManager_TryGetMaterial, (int32_t hashCode, Material * * material, MethodInfo * method)); DO_APP_FUNC(0x02B682E0, bool, MaterialReferenceManager_TryGetMaterialInternal, (MaterialReferenceManager * __this, int32_t hashCode, Material * * material, MethodInfo * method)); DO_APP_FUNC(0x02B68390, void, MaterialReferenceManager__ctor, (MaterialReferenceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02B686A0, void, MaterialReference__ctor, (MaterialReference * __this, int32_t index, TMP_FontAsset * fontAsset, TMP_SpriteAsset * spriteAsset, Material * material, float padding, MethodInfo * method)); DO_APP_FUNC(0x02B68870, bool, MaterialReference_Contains, (MaterialReference__Array * materialReferences, TMP_FontAsset * fontAsset, MethodInfo * method)); DO_APP_FUNC(0x02B68A10, int32_t, MaterialReference_AddMaterialReference, (Material * material, TMP_FontAsset * fontAsset, MaterialReference__Array * * materialReferences, Dictionary_2_System_Int32_System_Int32_ * materialReferenceIndexLookup, MethodInfo * method)); DO_APP_FUNC(0x02B68DC0, int32_t, MaterialReference_AddMaterialReference_1, (Material * material, TMP_SpriteAsset * spriteAsset, MaterialReference__Array * * materialReferences, Dictionary_2_System_Int32_System_Int32_ * materialReferenceIndexLookup, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, TextContainer_get_hasChanged, (TextContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, TextContainer_set_hasChanged, (TextContainer * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BA490, Vector2, TextContainer_get_pivot, (TextContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02B69160, void, TextContainer_set_pivot, (TextContainer * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, TextContainerAnchors__Enum, TextContainer_get_anchorPosition, (TextContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02B691E0, void, TextContainer_set_anchorPosition, (TextContainer * __this, TextContainerAnchors__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0114D740, Rect, TextContainer_get_rect, (TextContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02B69310, void, TextContainer_set_rect, (TextContainer * __this, Rect value, MethodInfo * method)); DO_APP_FUNC(0x02B69390, Vector2, TextContainer_get_size, (TextContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02B693B0, void, TextContainer_set_size, (TextContainer * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02B69440, float, TextContainer_get_width, (TextContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02B69450, void, TextContainer_set_width, (TextContainer * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02B694A0, float, TextContainer_get_height, (TextContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02B694B0, void, TextContainer_set_height, (TextContainer * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, TextContainer_get_isDefaultWidth, (TextContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AF0, bool, TextContainer_get_isDefaultHeight, (TextContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x008D2680, bool, TextContainer_get_isAutoFitting, (TextContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x01A4E630, void, TextContainer_set_isAutoFitting, (TextContainer * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, Vector3__Array *, TextContainer_get_corners, (TextContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Vector3__Array *, TextContainer_get_worldCorners, (TextContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x0112EF30, Vector4, TextContainer_get_margins, (TextContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02B69500, void, TextContainer_set_margins, (TextContainer * __this, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x02B69580, RectTransform *, TextContainer_get_rectTransform, (TextContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02B696F0, TextMeshPro *, TextContainer_get_textMeshPro, (TextContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02B69860, void, TextContainer_Awake, (TextContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02B69950, void, TextContainer_OnEnable, (TextContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextContainer_OnDisable, (TextContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02B69960, void, TextContainer_OnContainerChanged, (TextContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02B69D90, void, TextContainer_OnRectTransformDimensionsChange, (TextContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6A2E0, void, TextContainer_SetRect, (TextContainer * __this, Vector2 size, MethodInfo * method)); DO_APP_FUNC(0x02B6A330, void, TextContainer_UpdateCorners, (TextContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6A5E0, Vector2, TextContainer_GetPivot, (TextContainer * __this, TextContainerAnchors__Enum anchor, MethodInfo * method)); DO_APP_FUNC(0x02B6A740, TextContainerAnchors__Enum, TextContainer_GetAnchorPosition, (TextContainer * __this, Vector2 pivot, MethodInfo * method)); DO_APP_FUNC(0x02B6A950, void, TextContainer__ctor, (TextContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6AA90, void, TextContainer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02B6AAE0, int32_t, TextMeshPro_get_sortingLayerID, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6AC50, void, TextMeshPro_set_sortingLayerID, (TextMeshPro * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02B6ADD0, int32_t, TextMeshPro_get_sortingOrder, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6AF40, void, TextMeshPro_set_sortingOrder, (TextMeshPro * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02B6B0C0, bool, TextMeshPro_get_autoSizeTextContainer, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6B0D0, void, TextMeshPro_set_autoSizeTextContainer, (TextMeshPro * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, TextContainer *, TextMeshPro_get_textContainer, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6B250, Transform *, TextMeshPro_get_transform, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6B3D0, Renderer *, TextMeshPro_get_renderer, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6B550, Mesh *, TextMeshPro_get_mesh, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6B740, MeshFilter *, TextMeshPro_get_meshFilter, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6BA80, MaskingTypes__Enum, TextMeshPro_get_maskType, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6BA90, void, TextMeshPro_set_maskType, (TextMeshPro * __this, MaskingTypes__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02B6BAA0, void, TextMeshPro_SetMask, (TextMeshPro * __this, MaskingTypes__Enum type, Vector4 maskCoords, MethodInfo * method)); DO_APP_FUNC(0x02B6BBB0, void, TextMeshPro_SetMask_1, (TextMeshPro * __this, MaskingTypes__Enum type, Vector4 maskCoords, float softnessX, float softnessY, MethodInfo * method)); DO_APP_FUNC(0x02B6BDB0, void, TextMeshPro_SetVerticesDirty, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6BFF0, void, TextMeshPro_SetLayoutDirty, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6C150, void, TextMeshPro_SetMaterialDirty, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6C170, void, TextMeshPro_SetAllDirty, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6C1C0, void, TextMeshPro_Rebuild, (TextMeshPro * __this, CanvasUpdate__Enum update, MethodInfo * method)); DO_APP_FUNC(0x02B6C340, void, TextMeshPro_UpdateMaterial, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6C690, void, TextMeshPro_UpdateMeshPadding, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6C820, void, TextMeshPro_ForceMeshUpdate, (TextMeshPro * __this, bool ignoreActiveState, bool forceTextReparsing, MethodInfo * method)); DO_APP_FUNC(0x02B6C840, TMP_TextInfo *, TextMeshPro_GetTextInfo, (TextMeshPro * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02B6C8C0, void, TextMeshPro_ClearMesh, (TextMeshPro * __this, bool updateMesh, MethodInfo * method)); DO_APP_FUNC(0x02B6CB20, void, TextMeshPro_add_OnPreRenderText, (TextMeshPro * __this, Action_1_TMPro_TMP_TextInfo_ * value, MethodInfo * method)); DO_APP_FUNC(0x02B6CC40, void, TextMeshPro_remove_OnPreRenderText, (TextMeshPro * __this, Action_1_TMPro_TMP_TextInfo_ * value, MethodInfo * method)); DO_APP_FUNC(0x02B6CD60, void, TextMeshPro_UpdateGeometry, (TextMeshPro * __this, Mesh * mesh, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02B6CD80, void, TextMeshPro_UpdateVertexData, (TextMeshPro * __this, TMP_VertexDataUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02B6CF80, void, TextMeshPro_UpdateVertexData_1, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6D1A0, void, TextMeshPro_UpdateFontAsset, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextMeshPro_CalculateLayoutInputHorizontal, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextMeshPro_CalculateLayoutInputVertical, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6D1C0, void, TextMeshPro_Awake, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6DC80, void, TextMeshPro_OnEnable, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6DDC0, void, TextMeshPro_OnDisable, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6DEA0, void, TextMeshPro_OnDestroy, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6E050, void, TextMeshPro_LoadFontAsset, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6EC20, void, TextMeshPro_UpdateEnvMapMatrix, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6F170, void, TextMeshPro_SetMask_2, (TextMeshPro * __this, MaskingTypes__Enum maskType, MethodInfo * method)); DO_APP_FUNC(0x02B6F320, void, TextMeshPro_SetMaskCoordinates, (TextMeshPro * __this, Vector4 coords, MethodInfo * method)); DO_APP_FUNC(0x02B6F430, void, TextMeshPro_SetMaskCoordinates_1, (TextMeshPro * __this, Vector4 coords, float softX, float softY, MethodInfo * method)); DO_APP_FUNC(0x02B6F630, void, TextMeshPro_EnableMasking, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6F870, void, TextMeshPro_DisableMasking, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6FD20, void, TextMeshPro_UpdateMask, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6FFC0, Material *, TextMeshPro_GetMaterial, (TextMeshPro * __this, Material * mat, MethodInfo * method)); DO_APP_FUNC(0x02B70240, Material__Array *, TextMeshPro_GetMaterials, (TextMeshPro * __this, Material__Array * mats, MethodInfo * method)); DO_APP_FUNC(0x02B70510, void, TextMeshPro_SetSharedMaterial, (TextMeshPro * __this, Material * mat, MethodInfo * method)); DO_APP_FUNC(0x02B705A0, Material__Array *, TextMeshPro_GetSharedMaterials, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B707E0, void, TextMeshPro_SetSharedMaterials, (TextMeshPro * __this, Material__Array * materials, MethodInfo * method)); DO_APP_FUNC(0x02B70DF0, void, TextMeshPro_SetOutlineThickness, (TextMeshPro * __this, float thickness, MethodInfo * method)); DO_APP_FUNC(0x02B711E0, void, TextMeshPro_SetFaceColor, (TextMeshPro * __this, Color32 color, MethodInfo * method)); DO_APP_FUNC(0x02B71560, void, TextMeshPro_SetOutlineColor, (TextMeshPro * __this, Color32 color, MethodInfo * method)); DO_APP_FUNC(0x02B718E0, void, TextMeshPro_CreateMaterialInstance, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B71A90, void, TextMeshPro_SetShaderDepth, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B71E30, void, TextMeshPro_SetCulling, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B72470, void, TextMeshPro_SetPerspectiveCorrection, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B725C0, int32_t, TextMeshPro_SetArraySizes, (TextMeshPro * __this, TMP_Text_UnicodeChar__Array * unicodeChars, MethodInfo * method)); DO_APP_FUNC(0x02B75210, void, TextMeshPro_ComputeMarginSize, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B75470, void, TextMeshPro_OnDidApplyAnimationProperties, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B75490, void, TextMeshPro_OnTransformParentChanged, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B754D0, void, TextMeshPro_OnRectTransformDimensionsChange, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B757A0, void, TextMeshPro_InternalUpdate, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B758B0, void, TextMeshPro_OnPreRenderObject, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B4B7E0, void, TextMeshPro_GenerateTextMesh, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B75BF0, Vector3__Array *, TextMeshPro_GetTextContainerLocalCorners, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B75D80, void, TextMeshPro_SetMeshFilters, (TextMeshPro * __this, bool state, MethodInfo * method)); DO_APP_FUNC(0x02B761A0, void, TextMeshPro_SetActiveSubMeshes, (TextMeshPro * __this, bool state, MethodInfo * method)); DO_APP_FUNC(0x02B763C0, void, TextMeshPro_SetActiveSubTextObjectRenderers, (TextMeshPro * __this, bool state, MethodInfo * method)); DO_APP_FUNC(0x02B76650, void, TextMeshPro_DestroySubMeshObjects, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B76870, void, TextMeshPro_UpdateSubMeshSortingLayerID, (TextMeshPro * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02B76AF0, void, TextMeshPro_UpdateSubMeshSortingOrder, (TextMeshPro * __this, int32_t order, MethodInfo * method)); DO_APP_FUNC(0x02B76D70, Bounds, TextMeshPro_GetCompoundBounds, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B77170, void, TextMeshPro_UpdateSDFScale, (TextMeshPro * __this, float scaleDelta, MethodInfo * method)); DO_APP_FUNC(0x02B77370, void, TextMeshPro__ctor, (TextMeshPro * __this, MethodInfo * method)); DO_APP_FUNC(0x02B774E0, void, TextMeshPro__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02B77E80, Material *, TextMeshProUGUI_get_materialForRendering, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6B0C0, bool, TextMeshProUGUI_get_autoSizeTextContainer, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B77EF0, void, TextMeshProUGUI_set_autoSizeTextContainer, (TextMeshProUGUI * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DF8240, Mesh *, TextMeshProUGUI_get_mesh, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B77F80, CanvasRenderer *, TextMeshProUGUI_get_canvasRenderer, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextMeshProUGUI_CalculateLayoutInputHorizontal, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextMeshProUGUI_CalculateLayoutInputVertical, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B78100, void, TextMeshProUGUI_SetVerticesDirty, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B78280, void, TextMeshProUGUI_SetLayoutDirty, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B78400, void, TextMeshProUGUI_SetMaterialDirty, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6C170, void, TextMeshProUGUI_SetAllDirty, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B78580, IEnumerator *, TextMeshProUGUI_DelayedGraphicRebuild, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B78620, IEnumerator *, TextMeshProUGUI_DelayedMaterialRebuild, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B786C0, void, TextMeshProUGUI_Rebuild, (TextMeshProUGUI * __this, CanvasUpdate__Enum update, MethodInfo * method)); DO_APP_FUNC(0x02B78840, void, TextMeshProUGUI_UpdateSubObjectPivot, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B78A90, Material *, TextMeshProUGUI_GetModifiedMaterial, (TextMeshProUGUI * __this, Material * baseMaterial, MethodInfo * method)); DO_APP_FUNC(0x02B78C30, void, TextMeshProUGUI_UpdateMaterial, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B78FB0, Vector4, TextMeshProUGUI_get_maskOffset, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B78FC0, void, TextMeshProUGUI_set_maskOffset, (TextMeshProUGUI * __this, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x02B78FF0, void, TextMeshProUGUI_RecalculateClipping, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B79000, void, TextMeshProUGUI_Cull, (TextMeshProUGUI * __this, Rect clipRect, bool validRect, MethodInfo * method)); DO_APP_FUNC(0x02B79460, void, TextMeshProUGUI_UpdateCulling, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B797B0, void, TextMeshProUGUI_UpdateMeshPadding, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B79950, void, TextMeshProUGUI_InternalCrossFadeColor, (TextMeshProUGUI * __this, Color targetColor, float duration, bool ignoreTimeScale, bool useAlpha, MethodInfo * method)); DO_APP_FUNC(0x02B79A40, void, TextMeshProUGUI_InternalCrossFadeAlpha, (TextMeshProUGUI * __this, float alpha, float duration, bool ignoreTimeScale, MethodInfo * method)); DO_APP_FUNC(0x02B79B00, void, TextMeshProUGUI_ForceMeshUpdate, (TextMeshProUGUI * __this, bool ignoreActiveState, bool forceTextReparsing, MethodInfo * method)); DO_APP_FUNC(0x02B79C90, TMP_TextInfo *, TextMeshProUGUI_GetTextInfo, (TextMeshProUGUI * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02B79E60, void, TextMeshProUGUI_ClearMesh, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B7A0A0, void, TextMeshProUGUI_add_OnPreRenderText, (TextMeshProUGUI * __this, Action_1_TMPro_TMP_TextInfo_ * value, MethodInfo * method)); DO_APP_FUNC(0x02B7A1C0, void, TextMeshProUGUI_remove_OnPreRenderText, (TextMeshProUGUI * __this, Action_1_TMPro_TMP_TextInfo_ * value, MethodInfo * method)); DO_APP_FUNC(0x02B7A2E0, void, TextMeshProUGUI_UpdateGeometry, (TextMeshProUGUI * __this, Mesh * mesh, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02B7A3F0, void, TextMeshProUGUI_UpdateVertexData, (TextMeshProUGUI * __this, TMP_VertexDataUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02B7A640, void, TextMeshProUGUI_UpdateVertexData_1, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B6D1A0, void, TextMeshProUGUI_UpdateFontAsset, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B7A8C0, void, TextMeshProUGUI_Awake, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B7B2C0, void, TextMeshProUGUI_OnEnable, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B7B450, void, TextMeshProUGUI_OnDisable, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B7B6D0, void, TextMeshProUGUI_OnDestroy, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B7BA10, void, TextMeshProUGUI_LoadFontAsset, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B7C4F0, Canvas *, TextMeshProUGUI_GetCanvas, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B7C6F0, void, TextMeshProUGUI_UpdateEnvMapMatrix, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B7CC40, void, TextMeshProUGUI_EnableMasking, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextMeshProUGUI_DisableMasking, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B7D0F0, void, TextMeshProUGUI_UpdateMask, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B7D800, Material *, TextMeshProUGUI_GetMaterial, (TextMeshProUGUI * __this, Material * mat, MethodInfo * method)); DO_APP_FUNC(0x02B7DAB0, Material__Array *, TextMeshProUGUI_GetMaterials, (TextMeshProUGUI * __this, Material__Array * mats, MethodInfo * method)); DO_APP_FUNC(0x02B70510, void, TextMeshProUGUI_SetSharedMaterial, (TextMeshProUGUI * __this, Material * mat, MethodInfo * method)); DO_APP_FUNC(0x02B7DD90, Material__Array *, TextMeshProUGUI_GetSharedMaterials, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B7DFD0, void, TextMeshProUGUI_SetSharedMaterials, (TextMeshProUGUI * __this, Material__Array * materials, MethodInfo * method)); DO_APP_FUNC(0x02B7E670, void, TextMeshProUGUI_SetOutlineThickness, (TextMeshProUGUI * __this, float thickness, MethodInfo * method)); DO_APP_FUNC(0x02B7EB20, void, TextMeshProUGUI_SetFaceColor, (TextMeshProUGUI * __this, Color32 color, MethodInfo * method)); DO_APP_FUNC(0x02B7EE30, void, TextMeshProUGUI_SetOutlineColor, (TextMeshProUGUI * __this, Color32 color, MethodInfo * method)); DO_APP_FUNC(0x02B7F140, void, TextMeshProUGUI_SetShaderDepth, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B7F420, void, TextMeshProUGUI_SetCulling, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B7FB40, void, TextMeshProUGUI_SetPerspectiveCorrection, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B7FC90, void, TextMeshProUGUI_SetMeshArrays, (TextMeshProUGUI * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02B7FDA0, int32_t, TextMeshProUGUI_SetArraySizes, (TextMeshProUGUI * __this, TMP_Text_UnicodeChar__Array * unicodeChars, MethodInfo * method)); DO_APP_FUNC(0x02B82B50, void, TextMeshProUGUI_ComputeMarginSize, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B82DB0, void, TextMeshProUGUI_OnDidApplyAnimationProperties, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B82DF0, void, TextMeshProUGUI_OnCanvasHierarchyChanged, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B83040, void, TextMeshProUGUI_OnTransformParentChanged, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B83230, void, TextMeshProUGUI_OnRectTransformDimensionsChange, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B83700, void, TextMeshProUGUI_InternalUpdate, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B83810, void, TextMeshProUGUI_OnPreRenderCanvas, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B591B0, void, TextMeshProUGUI_GenerateTextMesh, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B83CF0, Vector3__Array *, TextMeshProUGUI_GetTextContainerLocalCorners, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B83E80, void, TextMeshProUGUI_SetActiveSubMeshes, (TextMeshProUGUI * __this, bool state, MethodInfo * method)); DO_APP_FUNC(0x02B840A0, void, TextMeshProUGUI_DestroySubMeshObjects, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B842C0, Bounds, TextMeshProUGUI_GetCompoundBounds, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B846C0, Rect, TextMeshProUGUI_GetCanvasSpaceClippingRect, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B84C80, void, TextMeshProUGUI_UpdateSDFScale, (TextMeshProUGUI * __this, float scaleDelta, MethodInfo * method)); DO_APP_FUNC(0x02B84F20, void, TextMeshProUGUI__ctor, (TextMeshProUGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B85080, void, TextMeshProUGUI__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TextMeshProUGUI_DelayedGraphicRebuild_d_18__ctor, (TextMeshProUGUI_DelayedGraphicRebuild_d_18 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextMeshProUGUI_DelayedGraphicRebuild_d_18_System_IDisposable_Dispose, (TextMeshProUGUI_DelayedGraphicRebuild_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B85A20, bool, TextMeshProUGUI_DelayedGraphicRebuild_d_18_MoveNext, (TextMeshProUGUI_DelayedGraphicRebuild_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TextMeshProUGUI_DelayedGraphicRebuild_d_18_System_Collections_Generic_IEnumerator_System_Object__get_Current, (TextMeshProUGUI_DelayedGraphicRebuild_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B85B90, void, TextMeshProUGUI_DelayedGraphicRebuild_d_18_System_Collections_IEnumerator_Reset, (TextMeshProUGUI_DelayedGraphicRebuild_d_18 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65598, TextMeshProUGUI_DelayedGraphicRebuild_d_18_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, TextMeshProUGUI_DelayedGraphicRebuild_d_18_System_Collections_IEnumerator_get_Current, (TextMeshProUGUI_DelayedGraphicRebuild_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TextMeshProUGUI_DelayedMaterialRebuild_d_19__ctor, (TextMeshProUGUI_DelayedMaterialRebuild_d_19 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextMeshProUGUI_DelayedMaterialRebuild_d_19_System_IDisposable_Dispose, (TextMeshProUGUI_DelayedMaterialRebuild_d_19 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B85BE0, bool, TextMeshProUGUI_DelayedMaterialRebuild_d_19_MoveNext, (TextMeshProUGUI_DelayedMaterialRebuild_d_19 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TextMeshProUGUI_DelayedMaterialRebuild_d_19_System_Collections_Generic_IEnumerator_System_Object__get_Current, (TextMeshProUGUI_DelayedMaterialRebuild_d_19 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B85D50, void, TextMeshProUGUI_DelayedMaterialRebuild_d_19_System_Collections_IEnumerator_Reset, (TextMeshProUGUI_DelayedMaterialRebuild_d_19 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C655A0, TextMeshProUGUI_DelayedMaterialRebuild_d_19_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, TextMeshProUGUI_DelayedMaterialRebuild_d_19_System_Collections_IEnumerator_get_Current, (TextMeshProUGUI_DelayedMaterialRebuild_d_19 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B85DA0, void, TMPro_EventManager_ON_MATERIAL_PROPERTY_CHANGED, (bool isChanged, Material * mat, MethodInfo * method)); DO_APP_FUNC(0x02B85E40, void, TMPro_EventManager_ON_FONT_PROPERTY_CHANGED, (bool isChanged, Object_1 * obj, MethodInfo * method)); DO_APP_FUNC(0x02B85EE0, void, TMPro_EventManager_ON_SPRITE_ASSET_PROPERTY_CHANGED, (bool isChanged, Object_1 * obj, MethodInfo * method)); DO_APP_FUNC(0x02B85F80, void, TMPro_EventManager_ON_TEXTMESHPRO_PROPERTY_CHANGED, (bool isChanged, Object_1 * obj, MethodInfo * method)); DO_APP_FUNC(0x02B86020, void, TMPro_EventManager_ON_DRAG_AND_DROP_MATERIAL_CHANGED, (GameObject * sender, Material * currentMaterial, Material * newMaterial, MethodInfo * method)); DO_APP_FUNC(0x02B861A0, void, TMPro_EventManager_ON_TEXT_STYLE_PROPERTY_CHANGED, (bool isChanged, MethodInfo * method)); DO_APP_FUNC(0x02B862F0, void, TMPro_EventManager_ON_COLOR_GRADIENT_PROPERTY_CHANGED, (Object_1 * obj, MethodInfo * method)); DO_APP_FUNC(0x02B86370, void, TMPro_EventManager_ON_TEXT_CHANGED, (Object_1 * obj, MethodInfo * method)); DO_APP_FUNC(0x02B863F0, void, TMPro_EventManager_ON_TMP_SETTINGS_CHANGED, (MethodInfo * method)); DO_APP_FUNC(0x02B86460, void, TMPro_EventManager_ON_RESOURCES_LOADED, (MethodInfo * method)); DO_APP_FUNC(0x02B864D0, void, TMPro_EventManager_ON_TEXTMESHPRO_UGUI_PROPERTY_CHANGED, (bool isChanged, Object_1 * obj, MethodInfo * method)); DO_APP_FUNC(0x02B86570, void, TMPro_EventManager_ON_COMPUTE_DT_EVENT, (Object * Sender, Compute_DT_EventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x02B866E0, void, TMPro_EventManager__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02B87300, void, Compute_DT_EventArgs__ctor, (Compute_DT_EventArgs * __this, Compute_DistanceTransform_EventTypes__Enum type, float progress, MethodInfo * method)); DO_APP_FUNC(0x0073A5C0, void, Compute_DT_EventArgs__ctor_1, (Compute_DT_EventArgs * __this, Compute_DistanceTransform_EventTypes__Enum type, Color__Array * colors, MethodInfo * method)); DO_APP_FUNC(0x02B87310, Int32__Array *, TMPro_ExtensionMethods_ToIntArray, (String * text, MethodInfo * method)); DO_APP_FUNC(0x02B873B0, String *, TMPro_ExtensionMethods_ArrayToString, (Char__Array * chars, MethodInfo * method)); DO_APP_FUNC(0x02B874F0, String *, TMPro_ExtensionMethods_IntToString, (Int32__Array * unicodes, MethodInfo * method)); DO_APP_FUNC(0x02B87580, String *, TMPro_ExtensionMethods_UintToString, (List_1_System_UInt32_ * unicodes, MethodInfo * method)); DO_APP_FUNC(0x02B87650, String *, TMPro_ExtensionMethods_IntToString_1, (Int32__Array * unicodes, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02B87750, bool, TMPro_ExtensionMethods_Compare, (Color32 a, Color32 b, MethodInfo * method)); DO_APP_FUNC(0x02B87790, bool, TMPro_ExtensionMethods_CompareRGB, (Color32 a, Color32 b, MethodInfo * method)); DO_APP_FUNC(0x020C06A0, bool, TMPro_ExtensionMethods_Compare_1, (Color a, Color b, MethodInfo * method)); DO_APP_FUNC(0x020BFB60, bool, TMPro_ExtensionMethods_CompareRGB_1, (Color a, Color b, MethodInfo * method)); DO_APP_FUNC(0x02B877C0, Color32, TMPro_ExtensionMethods_Multiply, (Color32 c1, Color32 c2, MethodInfo * method)); DO_APP_FUNC(0x02B877C0, Color32, TMPro_ExtensionMethods_Tint, (Color32 c1, Color32 c2, MethodInfo * method)); DO_APP_FUNC(0x02B878A0, Color32, TMPro_ExtensionMethods_Tint_1, (Color32 c1, float tint, MethodInfo * method)); DO_APP_FUNC(0x02B87980, Color, TMPro_ExtensionMethods_MinAlpha, (Color c1, Color c2, MethodInfo * method)); DO_APP_FUNC(0x02B879B0, bool, TMPro_ExtensionMethods_Compare_2, (Vector3 v1, Vector3 v2, int32_t accuracy, MethodInfo * method)); DO_APP_FUNC(0x02B87A40, bool, TMPro_ExtensionMethods_Compare_3, (Quaternion q1, Quaternion q2, int32_t accuracy, MethodInfo * method)); DO_APP_FUNC(0x02B87B80, bool, TMP_Math_Approximately, (float a, float b, MethodInfo * method)); DO_APP_FUNC(0x02B87BB0, int32_t, TMP_Math_Mod, (int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x02B87BD0, void, TMP_Math__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02B87C40, void, VertexGradient__ctor, (VertexGradient * __this, Color color, MethodInfo * method)); DO_APP_FUNC(0x02B87C60, void, VertexGradient__ctor_1, (VertexGradient * __this, Color color0, Color color1, Color color2, Color color3, MethodInfo * method)); DO_APP_FUNC(0x02B87C90, void, TMP_LinkInfo_SetLinkID, (TMP_LinkInfo * __this, Char__Array * text, int32_t startIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02B87DB0, String *, TMP_LinkInfo_GetLinkText, (TMP_LinkInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02B87F10, String *, TMP_LinkInfo_GetLinkID, (TMP_LinkInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02B88050, String *, TMP_WordInfo_GetWord, (TMP_WordInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1EA20, void, Extents__ctor, (Extents * __this, Vector2 min, Vector2 max, MethodInfo * method)); DO_APP_FUNC(0x02B881C0, String *, Extents_ToString, (Extents * __this, MethodInfo * method)); DO_APP_FUNC(0x02B88540, void, Extents__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C1EA20, void, Mesh_Extents__ctor, (Mesh_Extents * __this, Vector2 min, Vector2 max, MethodInfo * method)); DO_APP_FUNC(0x02B88640, String *, Mesh_Extents_ToString, (Mesh_Extents * __this, MethodInfo * method)); DO_APP_FUNC(0x02B889C0, int32_t, TMP_Asset_get_instanceID, (TMP_Asset * __this, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, TMP_Asset__ctor, (TMP_Asset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B889F0, void, TMP_Character__ctor, (TMP_Character * __this, MethodInfo * method)); DO_APP_FUNC(0x02B88A00, void, TMP_Character__ctor_1, (TMP_Character * __this, uint32_t unicode, Glyph * glyph, MethodInfo * method)); DO_APP_FUNC(0x02B88AE0, void, TMP_Character__ctor_2, (TMP_Character * __this, uint32_t unicode, TMP_FontAsset * fontAsset, Glyph * glyph, MethodInfo * method)); DO_APP_FUNC(0x02B88BC0, void, TMP_Character__ctor_3, (TMP_Character * __this, uint32_t unicode, uint32_t glyphIndex, MethodInfo * method)); DO_APP_FUNC(0x02B88C90, TMP_Vertex, TMP_Vertex_get_zero, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Vertex__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C0D910, float, TMP_Offset_get_left, (TMP_Offset * __this, MethodInfo * method)); DO_APP_FUNC(0x00C84780, void, TMP_Offset_set_left, (TMP_Offset * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C8D880, float, TMP_Offset_get_right, (TMP_Offset * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC8440, void, TMP_Offset_set_right, (TMP_Offset * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C859B0, float, TMP_Offset_get_top, (TMP_Offset * __this, MethodInfo * method)); DO_APP_FUNC(0x00C859C0, void, TMP_Offset_set_top, (TMP_Offset * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C859D0, float, TMP_Offset_get_bottom, (TMP_Offset * __this, MethodInfo * method)); DO_APP_FUNC(0x00C859E0, void, TMP_Offset_set_bottom, (TMP_Offset * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C0D910, float, TMP_Offset_get_horizontal, (TMP_Offset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B88D10, void, TMP_Offset_set_horizontal, (TMP_Offset * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C859B0, float, TMP_Offset_get_vertical, (TMP_Offset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B88D20, void, TMP_Offset_set_vertical, (TMP_Offset * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02B88D30, TMP_Offset, TMP_Offset_get_zero, (MethodInfo * method)); DO_APP_FUNC(0x003C8E20, void, TMP_Offset__ctor, (TMP_Offset * __this, float left, float right, float top, float bottom, MethodInfo * method)); DO_APP_FUNC(0x02B88D90, void, TMP_Offset__ctor_1, (TMP_Offset * __this, float horizontal, float vertical, MethodInfo * method)); DO_APP_FUNC(0x020C06A0, bool, TMP_Offset_op_Equality, (TMP_Offset lhs, TMP_Offset rhs, MethodInfo * method)); DO_APP_FUNC(0x02B88DB0, bool, TMP_Offset_op_Inequality, (TMP_Offset lhs, TMP_Offset rhs, MethodInfo * method)); DO_APP_FUNC(0x020C1120, TMP_Offset, TMP_Offset_op_Multiply, (TMP_Offset a, float b, MethodInfo * method)); DO_APP_FUNC(0x02B88E80, int32_t, TMP_Offset_GetHashCode, (TMP_Offset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B88EE0, bool, TMP_Offset_Equals, (TMP_Offset * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02B88F50, bool, TMP_Offset_Equals_1, (TMP_Offset * __this, TMP_Offset other, MethodInfo * method)); DO_APP_FUNC(0x02B88FD0, void, TMP_Offset__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01771790, void, HighlightState__ctor, (HighlightState * __this, Color32 color, TMP_Offset padding, MethodInfo * method)); DO_APP_FUNC(0x02B89010, bool, HighlightState_op_Equality, (HighlightState lhs, HighlightState rhs, MethodInfo * method)); DO_APP_FUNC(0x02B89150, bool, HighlightState_op_Inequality, (HighlightState lhs, HighlightState rhs, MethodInfo * method)); DO_APP_FUNC(0x02B89290, int32_t, HighlightState_GetHashCode, (HighlightState * __this, MethodInfo * method)); DO_APP_FUNC(0x02B892F0, bool, HighlightState_Equals, (HighlightState * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02B89360, bool, HighlightState_Equals_1, (HighlightState * __this, HighlightState other, MethodInfo * method)); DO_APP_FUNC(0x02B893F0, void, TMP_ColorGradient__ctor, (TMP_ColorGradient * __this, MethodInfo * method)); DO_APP_FUNC(0x02B894B0, void, TMP_ColorGradient__ctor_1, (TMP_ColorGradient * __this, Color color, MethodInfo * method)); DO_APP_FUNC(0x02B89500, void, TMP_ColorGradient__ctor_2, (TMP_ColorGradient * __this, Color color0, Color color1, Color color2, Color color3, MethodInfo * method)); DO_APP_FUNC(0x02B89570, void, TMP_ColorGradient__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02B895C0, TextAlignmentOptions__Enum, TMP_Compatibility_ConvertTextAlignmentEnumValues, (TextAlignmentOptions__Enum oldValue, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, Color, ColorTween_get_startColor, (ColorTween * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB03D0, void, ColorTween_set_startColor, (ColorTween * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, Color, ColorTween_get_targetColor, (ColorTween * __this, MethodInfo * method)); DO_APP_FUNC(0x01215B90, void, ColorTween_set_targetColor, (ColorTween * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, ColorTween_ColorTweenMode__Enum, ColorTween_get_tweenMode, (ColorTween * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, ColorTween_set_tweenMode, (ColorTween * __this, ColorTween_ColorTweenMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB0F0, float, ColorTween_get_duration, (ColorTween * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA72C0, void, ColorTween_set_duration, (ColorTween * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, ColorTween_get_ignoreTimeScale, (ColorTween * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88980, void, ColorTween_set_ignoreTimeScale, (ColorTween * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02B896D0, void, ColorTween_TweenValue, (ColorTween * __this, float floatPercentage, MethodInfo * method)); DO_APP_FUNC(0x02B89800, void, ColorTween_AddOnChangedCallback, (ColorTween * __this, UnityAction_1_UnityEngine_Color_ * callback, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, ColorTween_GetIgnoreTimescale, (ColorTween * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0F0, float, ColorTween_GetDuration, (ColorTween * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5C060, bool, ColorTween_ValidTarget, (ColorTween * __this, MethodInfo * method)); DO_APP_FUNC(0x02B89910, void, ColorTween_ColorTweenCallback__ctor, (ColorTween_ColorTweenCallback * __this, MethodInfo * method)); DO_APP_FUNC(0x00C859B0, float, FloatTween_get_startValue, (FloatTween * __this, MethodInfo * method)); DO_APP_FUNC(0x00C859C0, void, FloatTween_set_startValue, (FloatTween * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C859D0, float, FloatTween_get_targetValue, (FloatTween * __this, MethodInfo * method)); DO_APP_FUNC(0x00C859E0, void, FloatTween_set_targetValue, (FloatTween * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003BA3C0, float, FloatTween_get_duration, (FloatTween * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA760, void, FloatTween_set_duration, (FloatTween * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB250, bool, FloatTween_get_ignoreTimeScale, (FloatTween * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0D520, void, FloatTween_set_ignoreTimeScale, (FloatTween * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02B89950, void, FloatTween_TweenValue, (FloatTween * __this, float floatPercentage, MethodInfo * method)); DO_APP_FUNC(0x02B899E0, void, FloatTween_AddOnChangedCallback, (FloatTween * __this, UnityAction_1_System_Single_ * callback, MethodInfo * method)); DO_APP_FUNC(0x003CB250, bool, FloatTween_GetIgnoreTimescale, (FloatTween * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA3C0, float, FloatTween_GetDuration, (FloatTween * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5C060, bool, FloatTween_ValidTarget, (FloatTween * __this, MethodInfo * method)); DO_APP_FUNC(0x02B89AF0, void, FloatTween_FloatTweenCallback__ctor, (FloatTween_FloatTweenCallback * __this, MethodInfo * method)); DO_APP_FUNC(0x02B89B30, GameObject *, TMP_DefaultControls_CreateUIElementRoot, (String * name, Vector2 size, MethodInfo * method)); DO_APP_FUNC(0x02B89C20, GameObject *, TMP_DefaultControls_CreateUIObject, (String * name, GameObject * parent, MethodInfo * method)); DO_APP_FUNC(0x02B89CF0, void, TMP_DefaultControls_SetDefaultTextValues, (TMP_Text * lbl, MethodInfo * method)); DO_APP_FUNC(0x02B89DE0, void, TMP_DefaultControls_SetDefaultColorTransitionValues, (Selectable * slider, MethodInfo * method)); DO_APP_FUNC(0x02B89E40, void, TMP_DefaultControls_SetParentAndAlign, (GameObject * child, GameObject * parent, MethodInfo * method)); DO_APP_FUNC(0x02B8A080, void, TMP_DefaultControls_SetLayerRecursively, (GameObject * go, int32_t layer, MethodInfo * method)); DO_APP_FUNC(0x02B8A290, GameObject *, TMP_DefaultControls_CreateScrollbar, (TMP_DefaultControls_Resources resources, MethodInfo * method)); DO_APP_FUNC(0x02B8A800, GameObject *, TMP_DefaultControls_CreateButton, (TMP_DefaultControls_Resources resources, MethodInfo * method)); DO_APP_FUNC(0x02B8ACC0, GameObject *, TMP_DefaultControls_CreateText, (TMP_DefaultControls_Resources resources, MethodInfo * method)); DO_APP_FUNC(0x02B8AD80, GameObject *, TMP_DefaultControls_CreateInputField, (TMP_DefaultControls_Resources resources, MethodInfo * method)); DO_APP_FUNC(0x02B8BA80, GameObject *, TMP_DefaultControls_CreateDropdown, (TMP_DefaultControls_Resources resources, MethodInfo * method)); DO_APP_FUNC(0x02B8DA10, void, TMP_DefaultControls__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003C2850, RectTransform *, TMP_Dropdown_get_template, (TMP_Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02B8DAC0, void, TMP_Dropdown_set_template, (TMP_Dropdown * __this, RectTransform * value, MethodInfo * method)); DO_APP_FUNC(0x003C28C0, TMP_Text *, TMP_Dropdown_get_captionText, (TMP_Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02B8DB20, void, TMP_Dropdown_set_captionText, (TMP_Dropdown * __this, TMP_Text * value, MethodInfo * method)); DO_APP_FUNC(0x00AC90A0, Image *, TMP_Dropdown_get_captionImage, (TMP_Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02B8DB80, void, TMP_Dropdown_set_captionImage, (TMP_Dropdown * __this, Image * value, MethodInfo * method)); DO_APP_FUNC(0x00584BF0, Graphic *, TMP_Dropdown_get_placeholder, (TMP_Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02B8DBE0, void, TMP_Dropdown_set_placeholder, (TMP_Dropdown * __this, Graphic * value, MethodInfo * method)); DO_APP_FUNC(0x007F4830, TMP_Text *, TMP_Dropdown_get_itemText, (TMP_Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02B8DC40, void, TMP_Dropdown_set_itemText, (TMP_Dropdown * __this, TMP_Text * value, MethodInfo * method)); DO_APP_FUNC(0x006EB170, Image *, TMP_Dropdown_get_itemImage, (TMP_Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02B8DCA0, void, TMP_Dropdown_set_itemImage, (TMP_Dropdown * __this, Image * value, MethodInfo * method)); DO_APP_FUNC(0x02B8DD00, List_1_TMPro_TMP_Dropdown_OptionData_ *, TMP_Dropdown_get_options, (TMP_Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02B8DD20, void, TMP_Dropdown_set_options, (TMP_Dropdown * __this, List_1_TMPro_TMP_Dropdown_OptionData_ * value, MethodInfo * method)); DO_APP_FUNC(0x004FC890, TMP_Dropdown_DropdownEvent *, TMP_Dropdown_get_onValueChanged, (TMP_Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC8A0, void, TMP_Dropdown_set_onValueChanged, (TMP_Dropdown * __this, TMP_Dropdown_DropdownEvent * value, MethodInfo * method)); DO_APP_FUNC(0x009FBCC0, float, TMP_Dropdown_get_alphaFadeSpeed, (TMP_Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD3A0, void, TMP_Dropdown_set_alphaFadeSpeed, (TMP_Dropdown * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D65440, int32_t, TMP_Dropdown_get_value, (TMP_Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02B8DDA0, void, TMP_Dropdown_set_value, (TMP_Dropdown * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02B8DDB0, void, TMP_Dropdown_SetValueWithoutNotify, (TMP_Dropdown * __this, int32_t input, MethodInfo * method)); DO_APP_FUNC(0x02B8DDC0, void, TMP_Dropdown_SetValue, (TMP_Dropdown * __this, int32_t value, bool sendCallback, MethodInfo * method)); DO_APP_FUNC(0x02B8DF60, bool, TMP_Dropdown_get_IsExpanded, (TMP_Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02B8E060, void, TMP_Dropdown__ctor, (TMP_Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02B8E360, void, TMP_Dropdown_Awake, (TMP_Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02B8E5C0, void, TMP_Dropdown_Start, (TMP_Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02B8E6F0, void, TMP_Dropdown_OnDisable, (TMP_Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02B8E880, void, TMP_Dropdown_RefreshShownValue, (TMP_Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02B8EC50, void, TMP_Dropdown_AddOptions, (TMP_Dropdown * __this, List_1_TMPro_TMP_Dropdown_OptionData_ * options, MethodInfo * method)); DO_APP_FUNC(0x02B8ECE0, void, TMP_Dropdown_AddOptions_1, (TMP_Dropdown * __this, List_1_System_String_ * options, MethodInfo * method)); DO_APP_FUNC(0x02B8EEA0, void, TMP_Dropdown_AddOptions_2, (TMP_Dropdown * __this, List_1_UnityEngine_Sprite_ * options, MethodInfo * method)); DO_APP_FUNC(0x02B8F060, void, TMP_Dropdown_ClearOptions, (TMP_Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02B8F130, void, TMP_Dropdown_SetupTemplate, (TMP_Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02B8FFF0, void, TMP_Dropdown_OnPointerClick, (TMP_Dropdown * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02B8FFF0, void, TMP_Dropdown_OnSubmit, (TMP_Dropdown * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02B90000, void, TMP_Dropdown_OnCancel, (TMP_Dropdown * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02B90010, void, TMP_Dropdown_Show, (TMP_Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02B918F0, GameObject *, TMP_Dropdown_CreateBlocker, (TMP_Dropdown * __this, Canvas * rootCanvas, MethodInfo * method)); DO_APP_FUNC(0x02B92350, void, TMP_Dropdown_DestroyBlocker, (TMP_Dropdown * __this, GameObject * blocker, MethodInfo * method)); DO_APP_FUNC(0x02B923A0, GameObject *, TMP_Dropdown_CreateDropdownList, (TMP_Dropdown * __this, GameObject * template_1, MethodInfo * method)); DO_APP_FUNC(0x02B92410, void, TMP_Dropdown_DestroyDropdownList, (TMP_Dropdown * __this, GameObject * dropdownList, MethodInfo * method)); DO_APP_FUNC(0x02B92460, TMP_Dropdown_DropdownItem *, TMP_Dropdown_CreateItem, (TMP_Dropdown * __this, TMP_Dropdown_DropdownItem * itemTemplate, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Dropdown_DestroyItem, (TMP_Dropdown * __this, TMP_Dropdown_DropdownItem * item, MethodInfo * method)); DO_APP_FUNC(0x02B924D0, TMP_Dropdown_DropdownItem *, TMP_Dropdown_AddItem, (TMP_Dropdown * __this, TMP_Dropdown_OptionData * data, bool selected, TMP_Dropdown_DropdownItem * itemTemplate, List_1_TMPro_TMP_Dropdown_DropdownItem_ * items, MethodInfo * method)); DO_APP_FUNC(0x02B92B10, void, TMP_Dropdown_AlphaFadeList, (TMP_Dropdown * __this, float duration, float alpha, MethodInfo * method)); DO_APP_FUNC(0x02B92BF0, void, TMP_Dropdown_AlphaFadeList_1, (TMP_Dropdown * __this, float duration, float start, float end, MethodInfo * method)); DO_APP_FUNC(0x02B92D70, void, TMP_Dropdown_SetAlpha, (TMP_Dropdown * __this, float alpha, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67E38, TMP_Dropdown_SetAlpha__MethodInfo); DO_APP_FUNC(0x02B92E30, void, TMP_Dropdown_Hide, (TMP_Dropdown * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67EA0, TMP_Dropdown_Hide__MethodInfo); DO_APP_FUNC(0x02B93240, IEnumerator *, TMP_Dropdown_DelayedDestroyDropdownList, (TMP_Dropdown * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x02B932F0, void, TMP_Dropdown_ImmediateDestroyDropdownList, (TMP_Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02B93730, void, TMP_Dropdown_OnSelectItem, (TMP_Dropdown * __this, Toggle * toggle, MethodInfo * method)); DO_APP_FUNC(0x02B939F0, void, TMP_Dropdown__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003B93D0, TMP_Text *, TMP_Dropdown_DropdownItem_get_text, (TMP_Dropdown_DropdownItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, TMP_Dropdown_DropdownItem_set_text, (TMP_Dropdown_DropdownItem * __this, TMP_Text * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Image *, TMP_Dropdown_DropdownItem_get_image, (TMP_Dropdown_DropdownItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, TMP_Dropdown_DropdownItem_set_image, (TMP_Dropdown_DropdownItem * __this, Image * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, RectTransform *, TMP_Dropdown_DropdownItem_get_rectTransform, (TMP_Dropdown_DropdownItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, TMP_Dropdown_DropdownItem_set_rectTransform, (TMP_Dropdown_DropdownItem * __this, RectTransform * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Toggle *, TMP_Dropdown_DropdownItem_get_toggle, (TMP_Dropdown_DropdownItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, TMP_Dropdown_DropdownItem_set_toggle, (TMP_Dropdown_DropdownItem * __this, Toggle * value, MethodInfo * method)); DO_APP_FUNC(0x02B93AB0, void, TMP_Dropdown_DropdownItem_OnPointerEnter, (TMP_Dropdown_DropdownItem * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02B93B60, void, TMP_Dropdown_DropdownItem_OnCancel, (TMP_Dropdown_DropdownItem * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, TMP_Dropdown_DropdownItem__ctor, (TMP_Dropdown_DropdownItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, TMP_Dropdown_OptionData_get_text, (TMP_Dropdown_OptionData * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, TMP_Dropdown_OptionData_set_text, (TMP_Dropdown_OptionData * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Sprite *, TMP_Dropdown_OptionData_get_image, (TMP_Dropdown_OptionData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, TMP_Dropdown_OptionData_set_image, (TMP_Dropdown_OptionData * __this, Sprite * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Dropdown_OptionData__ctor, (TMP_Dropdown_OptionData * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, TMP_Dropdown_OptionData__ctor_1, (TMP_Dropdown_OptionData * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, TMP_Dropdown_OptionData__ctor_2, (TMP_Dropdown_OptionData * __this, Sprite * image, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, TMP_Dropdown_OptionData__ctor_3, (TMP_Dropdown_OptionData * __this, String * text, Sprite * image, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, List_1_TMPro_TMP_Dropdown_OptionData_ *, TMP_Dropdown_OptionDataList_get_options, (TMP_Dropdown_OptionDataList * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, TMP_Dropdown_OptionDataList_set_options, (TMP_Dropdown_OptionDataList * __this, List_1_TMPro_TMP_Dropdown_OptionData_ * value, MethodInfo * method)); DO_APP_FUNC(0x02B93BF0, void, TMP_Dropdown_OptionDataList__ctor, (TMP_Dropdown_OptionDataList * __this, MethodInfo * method)); DO_APP_FUNC(0x02B93CC0, void, TMP_Dropdown_DropdownEvent__ctor, (TMP_Dropdown_DropdownEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Dropdown_c_DisplayClass69_0__ctor, (TMP_Dropdown_c_DisplayClass69_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B93D00, void, TMP_Dropdown_c_DisplayClass69_0__Show_b__0, (TMP_Dropdown_c_DisplayClass69_0 * __this, bool x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67EC8, TMP_Dropdown_c_DisplayClass69_0__Show_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, TMP_Dropdown_DelayedDestroyDropdownList_d_81__ctor, (TMP_Dropdown_DelayedDestroyDropdownList_d_81 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Dropdown_DelayedDestroyDropdownList_d_81_System_IDisposable_Dispose, (TMP_Dropdown_DelayedDestroyDropdownList_d_81 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B93D30, bool, TMP_Dropdown_DelayedDestroyDropdownList_d_81_MoveNext, (TMP_Dropdown_DelayedDestroyDropdownList_d_81 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TMP_Dropdown_DelayedDestroyDropdownList_d_81_System_Collections_Generic_IEnumerator_System_Object__get_Current, (TMP_Dropdown_DelayedDestroyDropdownList_d_81 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B93E30, void, TMP_Dropdown_DelayedDestroyDropdownList_d_81_System_Collections_IEnumerator_Reset, (TMP_Dropdown_DelayedDestroyDropdownList_d_81 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67DF8, TMP_Dropdown_DelayedDestroyDropdownList_d_81_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, TMP_Dropdown_DelayedDestroyDropdownList_d_81_System_Collections_IEnumerator_get_Current, (TMP_Dropdown_DelayedDestroyDropdownList_d_81 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, TMP_FontAsset_get_version, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, TMP_FontAsset_set_version, (TMP_FontAsset * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, Font *, TMP_FontAsset_get_sourceFontFile, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, TMP_FontAsset_set_sourceFontFile, (TMP_FontAsset * __this, Font * value, MethodInfo * method)); DO_APP_FUNC(0x003C5400, AtlasPopulationMode__Enum, TMP_FontAsset_get_atlasPopulationMode, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5410, void, TMP_FontAsset_set_atlasPopulationMode, (TMP_FontAsset * __this, AtlasPopulationMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x028E0220, FaceInfo, TMP_FontAsset_get_faceInfo, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B93E80, void, TMP_FontAsset_set_faceInfo, (TMP_FontAsset * __this, FaceInfo value, MethodInfo * method)); DO_APP_FUNC(0x00473D30, List_1_UnityEngine_TextCore_Glyph_ *, TMP_FontAsset_get_glyphTable, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00B2F140, void, TMP_FontAsset_set_glyphTable, (TMP_FontAsset * __this, List_1_UnityEngine_TextCore_Glyph_ * value, MethodInfo * method)); DO_APP_FUNC(0x02B93F10, Dictionary_2_System_UInt32_UnityEngine_TextCore_Glyph_ *, TMP_FontAsset_get_glyphLookupTable, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x0070EC40, List_1_TMPro_TMP_Character_ *, TMP_FontAsset_get_characterTable, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00B481B0, void, TMP_FontAsset_set_characterTable, (TMP_FontAsset * __this, List_1_TMPro_TMP_Character_ * value, MethodInfo * method)); DO_APP_FUNC(0x02B93F50, Dictionary_2_System_UInt32_TMPro_TMP_Character_ *, TMP_FontAsset_get_characterLookupTable, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B93F90, Texture2D *, TMP_FontAsset_get_atlasTexture, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00675FE0, Texture2D__Array *, TMP_FontAsset_get_atlasTextures, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00675F80, void, TMP_FontAsset_set_atlasTextures, (TMP_FontAsset * __this, Texture2D__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02B94110, int32_t, TMP_FontAsset_get_atlasTextureCount, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E310, bool, TMP_FontAsset_get_isMultiAtlasTexturesEnabled, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E320, void, TMP_FontAsset_set_isMultiAtlasTexturesEnabled, (TMP_FontAsset * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0070EAB0, bool, TMP_FontAsset_get_clearDynamicDataOnBuild, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x0070EAC0, void, TMP_FontAsset_set_clearDynamicDataOnBuild, (TMP_FontAsset * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009E4000, List_1_UnityEngine_TextCore_GlyphRect_ *, TMP_FontAsset_get_usedGlyphRects, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8E20, void, TMP_FontAsset_set_usedGlyphRects, (TMP_FontAsset * __this, List_1_UnityEngine_TextCore_GlyphRect_ * value, MethodInfo * method)); DO_APP_FUNC(0x005425B0, List_1_UnityEngine_TextCore_GlyphRect_ *, TMP_FontAsset_get_freeGlyphRects, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8F70, void, TMP_FontAsset_set_freeGlyphRects, (TMP_FontAsset * __this, List_1_UnityEngine_TextCore_GlyphRect_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C2850, FaceInfo_Legacy *, TMP_FontAsset_get_fontInfo, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A670, int32_t, TMP_FontAsset_get_atlasWidth, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A680, void, TMP_FontAsset_set_atlasWidth, (TMP_FontAsset * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D6A690, int32_t, TMP_FontAsset_get_atlasHeight, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A6A0, void, TMP_FontAsset_set_atlasHeight, (TMP_FontAsset * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C6C130, int32_t, TMP_FontAsset_get_atlasPadding, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6C140, void, TMP_FontAsset_set_atlasPadding, (TMP_FontAsset * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01EF4CF0, GlyphRenderMode__Enum, TMP_FontAsset_get_atlasRenderMode, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB7C50, void, TMP_FontAsset_set_atlasRenderMode, (TMP_FontAsset * __this, GlyphRenderMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00ACEE50, TMP_FontFeatureTable *, TMP_FontAsset_get_fontFeatureTable, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02921EE0, void, TMP_FontAsset_set_fontFeatureTable, (TMP_FontAsset * __this, TMP_FontFeatureTable * value, MethodInfo * method)); DO_APP_FUNC(0x004FC890, List_1_TMPro_TMP_FontAsset_ *, TMP_FontAsset_get_fallbackFontAssetTable, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC8A0, void, TMP_FontAsset_set_fallbackFontAssetTable, (TMP_FontAsset * __this, List_1_TMPro_TMP_FontAsset_ * value, MethodInfo * method)); DO_APP_FUNC(0x02B94120, FontAssetCreationSettings, TMP_FontAsset_get_creationSettings, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B94170, void, TMP_FontAsset_set_creationSettings, (TMP_FontAsset * __this, FontAssetCreationSettings value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, TMP_FontWeightPair__Array *, TMP_FontAsset_get_fontWeightTable, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, TMP_FontAsset_set_fontWeightTable, (TMP_FontAsset * __this, TMP_FontWeightPair__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02B94200, TMP_FontAsset *, TMP_FontAsset_CreateFontAsset, (Font * font, MethodInfo * method)); DO_APP_FUNC(0x02B94290, TMP_FontAsset *, TMP_FontAsset_CreateFontAsset_1, (Font * font, int32_t samplingPointSize, int32_t atlasPadding, GlyphRenderMode__Enum renderMode, int32_t atlasWidth, int32_t atlasHeight, AtlasPopulationMode__Enum atlasPopulationMode, bool enableMultiAtlasSupport, MethodInfo * method)); DO_APP_FUNC(0x02B94B80, void, TMP_FontAsset_Awake, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B94CA0, void, TMP_FontAsset_ReadFontAssetDefinition, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B95030, void, TMP_FontAsset_InitializeDictionaryLookupTables, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B95060, void, TMP_FontAsset_InitializeGlyphLookupDictionary, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B95460, void, TMP_FontAsset_InitializeCharacterLookupDictionary, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B95810, void, TMP_FontAsset_InitializeGlyphPaidAdjustmentRecordsLookupDictionary, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B95AF0, void, TMP_FontAsset_AddSynthesizedCharactersAndFaceMetrics, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B95E40, void, TMP_FontAsset_AddSynthesizedCharacter, (TMP_FontAsset * __this, uint32_t unicode, bool isFontFaceLoaded, bool addImmediately, MethodInfo * method)); DO_APP_FUNC(0x02B961A0, void, TMP_FontAsset_AddCharacterToLookupCache, (TMP_FontAsset * __this, uint32_t unicode, TMP_Character * character, MethodInfo * method)); DO_APP_FUNC(0x02B96290, void, TMP_FontAsset_SortCharacterTable, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B964E0, void, TMP_FontAsset_SortGlyphTable, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B966C0, void, TMP_FontAsset_SortFontFeatureTable, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B966F0, void, TMP_FontAsset_SortAllTables, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B96730, bool, TMP_FontAsset_HasCharacter, (TMP_FontAsset * __this, int32_t character, MethodInfo * method)); DO_APP_FUNC(0x02B967B0, bool, TMP_FontAsset_HasCharacter_1, (TMP_FontAsset * __this, uint16_t character, bool searchFallbacks, bool tryAddCharacter, MethodInfo * method)); DO_APP_FUNC(0x02B97080, bool, TMP_FontAsset_HasCharacter_Internal, (TMP_FontAsset * __this, uint32_t character, bool searchFallbacks, bool tryAddCharacter, MethodInfo * method)); DO_APP_FUNC(0x02B97400, bool, TMP_FontAsset_HasCharacters, (TMP_FontAsset * __this, String * text, List_1_System_Char_ * * missingCharacters, MethodInfo * method)); DO_APP_FUNC(0x02B97640, bool, TMP_FontAsset_HasCharacters_1, (TMP_FontAsset * __this, String * text, UInt32__Array * * missingCharacters, bool searchFallbacks, bool tryAddCharacter, MethodInfo * method)); DO_APP_FUNC(0x02B98030, bool, TMP_FontAsset_HasCharacters_2, (TMP_FontAsset * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02B98110, String *, TMP_FontAsset_GetCharacters, (TMP_FontAsset * fontAsset, MethodInfo * method)); DO_APP_FUNC(0x02B982A0, Int32__Array *, TMP_FontAsset_GetCharactersArray, (TMP_FontAsset * fontAsset, MethodInfo * method)); DO_APP_FUNC(0x02B98380, uint32_t, TMP_FontAsset_GetGlyphIndex, (TMP_FontAsset * __this, uint32_t unicode, MethodInfo * method)); DO_APP_FUNC(0x02B98500, void, TMP_FontAsset_RegisterFontAssetForFontFeatureUpdate, (TMP_FontAsset * fontAsset, MethodInfo * method)); DO_APP_FUNC(0x02B98620, void, TMP_FontAsset_UpdateFontFeaturesForFontAssetsInQueue, (MethodInfo * method)); DO_APP_FUNC(0x02B987D0, void, TMP_FontAsset_RegisterFontAssetForAtlasTextureUpdate, (TMP_FontAsset * fontAsset, MethodInfo * method)); DO_APP_FUNC(0x02B988F0, void, TMP_FontAsset_UpdateAtlasTexturesForFontAssetsInQueue, (MethodInfo * method)); DO_APP_FUNC(0x02B98A80, bool, TMP_FontAsset_TryAddCharacters, (TMP_FontAsset * __this, UInt32__Array * unicodes, bool includeFontFeatures, MethodInfo * method)); DO_APP_FUNC(0x02B98AB0, bool, TMP_FontAsset_TryAddCharacters_1, (TMP_FontAsset * __this, UInt32__Array * unicodes, UInt32__Array * * missingUnicodes, bool includeFontFeatures, MethodInfo * method)); DO_APP_FUNC(0x02B99920, bool, TMP_FontAsset_TryAddCharacters_2, (TMP_FontAsset * __this, String * characters, bool includeFontFeatures, MethodInfo * method)); DO_APP_FUNC(0x02B99950, bool, TMP_FontAsset_TryAddCharacters_3, (TMP_FontAsset * __this, String * characters, String * * missingCharacters, bool includeFontFeatures, MethodInfo * method)); DO_APP_FUNC(0x02B9A840, bool, TMP_FontAsset_TryAddCharacterInternal, (TMP_FontAsset * __this, uint32_t unicode, TMP_Character * * character, MethodInfo * method)); DO_APP_FUNC(0x02B9B290, bool, TMP_FontAsset_TryGetCharacter_and_QueueRenderToTexture, (TMP_FontAsset * __this, uint32_t unicode, TMP_Character * * character, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_FontAsset_TryAddGlyphsToAtlasTextures, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B9B8F0, bool, TMP_FontAsset_TryAddGlyphsToNewAtlasTexture, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B9BDD0, void, TMP_FontAsset_SetupNewAtlasTexture, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B9C0B0, void, TMP_FontAsset_UpdateAtlasTexture, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B9C2A0, void, TMP_FontAsset_UpdateGlyphAdjustmentRecords, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B9C650, void, TMP_FontAsset_UpdateGlyphAdjustmentRecords_1, (TMP_FontAsset * __this, UInt32__Array * glyphIndexes, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_FontAsset_UpdateGlyphAdjustmentRecords_2, (TMP_FontAsset * __this, List_1_System_UInt32_ * glyphIndexes, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_FontAsset_UpdateGlyphAdjustmentRecords_3, (TMP_FontAsset * __this, List_1_System_UInt32_ * newGlyphIndexes, List_1_System_UInt32_ * allGlyphIndexes, MethodInfo * method)); DO_APP_FUNC(0x02B9C9D0, void, TMP_FontAsset_ClearFontAssetData, (TMP_FontAsset * __this, bool setAtlasSizeToZero, MethodInfo * method)); DO_APP_FUNC(0x02B9CA10, void, TMP_FontAsset_ClearFontAssetDataInternal, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B9CA40, void, TMP_FontAsset_UpdateFontAssetData, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B9CBC0, void, TMP_FontAsset_ClearFontAssetTables, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B9CE20, void, TMP_FontAsset_ClearAtlasTextures, (TMP_FontAsset * __this, bool setAtlasSizeToZero, MethodInfo * method)); DO_APP_FUNC(0x02B9D480, void, TMP_FontAsset_UpgradeFontAsset, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B9E460, void, TMP_FontAsset_UpgradeGlyphAdjustmentTableToFontFeatureTable, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B9E9D0, void, TMP_FontAsset__ctor, (TMP_FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B9F310, void, TMP_FontAsset__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02B9F9B0, void, TMP_FontAsset_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_FontAsset_c__ctor, (TMP_FontAsset_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02B9FA60, uint32_t, TMP_FontAsset_c__SortCharacterTable_b__124_0, (TMP_FontAsset_c * __this, TMP_Character * c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67C70, TMP_FontAsset_c__SortCharacterTable_b__124_0__MethodInfo); DO_APP_FUNC(0x01FBDF60, uint32_t, TMP_FontAsset_c__SortGlyphTable_b__125_0, (TMP_FontAsset_c * __this, Glyph * c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67C58, TMP_FontAsset_c__SortGlyphTable_b__125_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, FaceInfo_Legacy__ctor, (FaceInfo_Legacy * __this, MethodInfo * method)); DO_APP_FUNC(0x02B9FA80, TMP_Glyph *, TMP_Glyph_Clone, (TMP_Glyph * source, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Glyph__ctor, (TMP_Glyph * __this, MethodInfo * method)); DO_APP_FUNC(0x02B9FB10, void, FontAssetCreationSettings__ctor, (FontAssetCreationSettings * __this, String * sourceFontFileGUID, int32_t pointSize, int32_t pointSizeSamplingMode, int32_t padding, int32_t packingMode, int32_t atlasWidth, int32_t atlasHeight, int32_t characterSelectionMode, String * characterSet, int32_t renderMode, MethodInfo * method)); DO_APP_FUNC(0x02B9FD80, void, KerningPairKey__ctor, (KerningPairKey * __this, uint32_t ascii_left, uint32_t ascii_right, MethodInfo * method)); DO_APP_FUNC(0x02B9FDA0, void, GlyphValueRecord_Legacy__ctor, (GlyphValueRecord_Legacy * __this, GlyphValueRecord valueRecord, MethodInfo * method)); DO_APP_FUNC(0x020C0FA0, GlyphValueRecord_Legacy, GlyphValueRecord_Legacy_op_Addition, (GlyphValueRecord_Legacy a, GlyphValueRecord_Legacy b, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, uint32_t, KerningPair_get_firstGlyph, (KerningPair * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, KerningPair_set_firstGlyph, (KerningPair * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x00FD8AF0, GlyphValueRecord_Legacy, KerningPair_get_firstGlyphAdjustments, (KerningPair * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, uint32_t, KerningPair_get_secondGlyph, (KerningPair * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, KerningPair_set_secondGlyph, (KerningPair * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x0114D740, GlyphValueRecord_Legacy, KerningPair_get_secondGlyphAdjustments, (KerningPair * __this, MethodInfo * method)); DO_APP_FUNC(0x0060F770, bool, KerningPair_get_ignoreSpacingAdjustments, (KerningPair * __this, MethodInfo * method)); DO_APP_FUNC(0x02B9FDC0, void, KerningPair__ctor, (KerningPair * __this, MethodInfo * method)); DO_APP_FUNC(0x02B9FDE0, void, KerningPair__ctor_1, (KerningPair * __this, uint32_t left, uint32_t right, float offset, MethodInfo * method)); DO_APP_FUNC(0x02B9FDF0, void, KerningPair__ctor_2, (KerningPair * __this, uint32_t firstGlyph, GlyphValueRecord_Legacy firstGlyphAdjustments, uint32_t secondGlyph, GlyphValueRecord_Legacy secondGlyphAdjustments, MethodInfo * method)); DO_APP_FUNC(0x02B9FE10, void, KerningPair_ConvertLegacyKerningData, (KerningPair * __this, MethodInfo * method)); DO_APP_FUNC(0x02B9FE20, void, KerningPair__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02B9FEF0, void, KerningTable__ctor, (KerningTable * __this, MethodInfo * method)); DO_APP_FUNC(0x02B9FFC0, void, KerningTable_AddKerningPair, (KerningTable * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA0110, int32_t, KerningTable_AddKerningPair_1, (KerningTable * __this, uint32_t first, uint32_t second, float offset, MethodInfo * method)); DO_APP_FUNC(0x02BA02B0, int32_t, KerningTable_AddGlyphPairAdjustmentRecord, (KerningTable * __this, uint32_t first, GlyphValueRecord_Legacy firstAdjustments, uint32_t second, GlyphValueRecord_Legacy secondAdjustments, MethodInfo * method)); DO_APP_FUNC(0x02BA0460, void, KerningTable_RemoveKerningPair, (KerningTable * __this, int32_t left, int32_t right, MethodInfo * method)); DO_APP_FUNC(0x02BA05B0, void, KerningTable_RemoveKerningPair_1, (KerningTable * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02BA0610, void, KerningTable_SortKerningPairs, (KerningTable * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, KerningTable_c_DisplayClass3_0__ctor, (KerningTable_c_DisplayClass3_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA09E0, bool, KerningTable_c_DisplayClass3_0__AddKerningPair_b__0, (KerningTable_c_DisplayClass3_0 * __this, KerningPair * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67A68, KerningTable_c_DisplayClass3_0__AddKerningPair_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, KerningTable_c_DisplayClass4_0__ctor, (KerningTable_c_DisplayClass4_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA09E0, bool, KerningTable_c_DisplayClass4_0__AddGlyphPairAdjustmentRecord_b__0, (KerningTable_c_DisplayClass4_0 * __this, KerningPair * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67A78, KerningTable_c_DisplayClass4_0__AddGlyphPairAdjustmentRecord_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, KerningTable_c_DisplayClass5_0__ctor, (KerningTable_c_DisplayClass5_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA0A10, bool, KerningTable_c_DisplayClass5_0__RemoveKerningPair_b__0, (KerningTable_c_DisplayClass5_0 * __this, KerningPair * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67A28, KerningTable_c_DisplayClass5_0__RemoveKerningPair_b__0__MethodInfo); DO_APP_FUNC(0x02BA0A50, void, KerningTable_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, KerningTable_c__ctor, (KerningTable_c * __this, MethodInfo * method)); DO_APP_FUNC(0x01FBDF60, uint32_t, KerningTable_c__SortKerningPairs_b__7_0, (KerningTable_c * __this, KerningPair * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67A08, KerningTable_c__SortKerningPairs_b__7_0__MethodInfo); DO_APP_FUNC(0x00CA8740, uint32_t, KerningTable_c__SortKerningPairs_b__7_1, (KerningTable_c * __this, KerningPair * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67A10, KerningTable_c__SortKerningPairs_b__7_1__MethodInfo); DO_APP_FUNC(0x02BA0B00, TMP_FontAsset *, TMP_FontUtilities_SearchForCharacter, (TMP_FontAsset * font, uint32_t unicode, TMP_Character * * character, MethodInfo * method)); DO_APP_FUNC(0x02BA0C50, TMP_FontAsset *, TMP_FontUtilities_SearchForCharacter_1, (List_1_TMPro_TMP_FontAsset_ * fonts, uint32_t unicode, TMP_Character * * character, MethodInfo * method)); DO_APP_FUNC(0x02BA0C60, TMP_FontAsset *, TMP_FontUtilities_SearchForCharacterInternal, (TMP_FontAsset * font, uint32_t unicode, TMP_Character * * character, MethodInfo * method)); DO_APP_FUNC(0x02BA1100, TMP_FontAsset *, TMP_FontUtilities_SearchForCharacterInternal_1, (List_1_TMPro_TMP_FontAsset_ * fonts, uint32_t unicode, TMP_Character * * character, MethodInfo * method)); DO_APP_FUNC(0x02BA1310, void, TMP_FontAssetUtilities__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02BA13C0, TMP_FontAssetUtilities *, TMP_FontAssetUtilities_get_instance, (MethodInfo * method)); DO_APP_FUNC(0x02BA1420, TMP_Character *, TMP_FontAssetUtilities_GetCharacterFromFontAsset, (uint32_t unicode, TMP_FontAsset * sourceFontAsset, bool includeFallbacks, FontStyles__Enum fontStyle, FontWeight__Enum fontWeight, bool * isAlternativeTypeface, MethodInfo * method)); DO_APP_FUNC(0x02BA1600, TMP_Character *, TMP_FontAssetUtilities_GetCharacterFromFontAsset_Internal, (uint32_t unicode, TMP_FontAsset * sourceFontAsset, bool includeFallbacks, FontStyles__Enum fontStyle, FontWeight__Enum fontWeight, bool * isAlternativeTypeface, MethodInfo * method)); DO_APP_FUNC(0x02BA1BC0, TMP_Character *, TMP_FontAssetUtilities_GetCharacterFromFontAssets, (uint32_t unicode, TMP_FontAsset * sourceFontAsset, List_1_TMPro_TMP_FontAsset_ * fontAssets, bool includeFallbacks, FontStyles__Enum fontStyle, FontWeight__Enum fontWeight, bool * isAlternativeTypeface, MethodInfo * method)); DO_APP_FUNC(0x02BA1F50, TMP_SpriteCharacter *, TMP_FontAssetUtilities_GetSpriteCharacterFromSpriteAsset, (uint32_t unicode, TMP_SpriteAsset * spriteAsset, bool includeFallbacks, MethodInfo * method)); DO_APP_FUNC(0x02BA2450, TMP_SpriteCharacter *, TMP_FontAssetUtilities_GetSpriteCharacterFromSpriteAsset_Internal, (uint32_t unicode, TMP_SpriteAsset * spriteAsset, bool includeFallbacks, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_FontAssetUtilities__ctor, (TMP_FontAssetUtilities * __this, MethodInfo * method)); DO_APP_FUNC(0x00C0D910, float, TMP_GlyphValueRecord_get_xPlacement, (TMP_GlyphValueRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x00C84780, void, TMP_GlyphValueRecord_set_xPlacement, (TMP_GlyphValueRecord * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C8D880, float, TMP_GlyphValueRecord_get_yPlacement, (TMP_GlyphValueRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC8440, void, TMP_GlyphValueRecord_set_yPlacement, (TMP_GlyphValueRecord * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C859B0, float, TMP_GlyphValueRecord_get_xAdvance, (TMP_GlyphValueRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x00C859C0, void, TMP_GlyphValueRecord_set_xAdvance, (TMP_GlyphValueRecord * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C859D0, float, TMP_GlyphValueRecord_get_yAdvance, (TMP_GlyphValueRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x00C859E0, void, TMP_GlyphValueRecord_set_yAdvance, (TMP_GlyphValueRecord * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C8E20, void, TMP_GlyphValueRecord__ctor, (TMP_GlyphValueRecord * __this, float xPlacement, float yPlacement, float xAdvance, float yAdvance, MethodInfo * method)); DO_APP_FUNC(0x02BA2740, void, TMP_GlyphValueRecord__ctor_1, (TMP_GlyphValueRecord * __this, GlyphValueRecord_Legacy valueRecord, MethodInfo * method)); DO_APP_FUNC(0x02B9FDA0, void, TMP_GlyphValueRecord__ctor_2, (TMP_GlyphValueRecord * __this, GlyphValueRecord valueRecord, MethodInfo * method)); DO_APP_FUNC(0x02BA2760, TMP_GlyphValueRecord, TMP_GlyphValueRecord_op_Addition, (TMP_GlyphValueRecord a, TMP_GlyphValueRecord b, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, uint32_t, TMP_GlyphAdjustmentRecord_get_glyphIndex, (TMP_GlyphAdjustmentRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, TMP_GlyphAdjustmentRecord_set_glyphIndex, (TMP_GlyphAdjustmentRecord * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x017717A0, TMP_GlyphValueRecord, TMP_GlyphAdjustmentRecord_get_glyphValueRecord, (TMP_GlyphAdjustmentRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA2780, void, TMP_GlyphAdjustmentRecord_set_glyphValueRecord, (TMP_GlyphAdjustmentRecord * __this, TMP_GlyphValueRecord value, MethodInfo * method)); DO_APP_FUNC(0x01771790, void, TMP_GlyphAdjustmentRecord__ctor, (TMP_GlyphAdjustmentRecord * __this, uint32_t glyphIndex, TMP_GlyphValueRecord glyphValueRecord, MethodInfo * method)); DO_APP_FUNC(0x02BA2790, void, TMP_GlyphAdjustmentRecord__ctor_1, (TMP_GlyphAdjustmentRecord * __this, GlyphAdjustmentRecord adjustmentRecord, MethodInfo * method)); DO_APP_FUNC(0x014C0800, TMP_GlyphAdjustmentRecord, TMP_GlyphPairAdjustmentRecord_get_firstAdjustmentRecord, (TMP_GlyphPairAdjustmentRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x02612A30, void, TMP_GlyphPairAdjustmentRecord_set_firstAdjustmentRecord, (TMP_GlyphPairAdjustmentRecord * __this, TMP_GlyphAdjustmentRecord value, MethodInfo * method)); DO_APP_FUNC(0x02BA27E0, TMP_GlyphAdjustmentRecord, TMP_GlyphPairAdjustmentRecord_get_secondAdjustmentRecord, (TMP_GlyphPairAdjustmentRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA2800, void, TMP_GlyphPairAdjustmentRecord_set_secondAdjustmentRecord, (TMP_GlyphPairAdjustmentRecord * __this, TMP_GlyphAdjustmentRecord value, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, FontFeatureLookupFlags__Enum, TMP_GlyphPairAdjustmentRecord_get_featureLookupFlags, (TMP_GlyphPairAdjustmentRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF230, void, TMP_GlyphPairAdjustmentRecord_set_featureLookupFlags, (TMP_GlyphPairAdjustmentRecord * __this, FontFeatureLookupFlags__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02BA2810, void, TMP_GlyphPairAdjustmentRecord__ctor, (TMP_GlyphPairAdjustmentRecord * __this, TMP_GlyphAdjustmentRecord firstAdjustmentRecord, TMP_GlyphAdjustmentRecord secondAdjustmentRecord, MethodInfo * method)); DO_APP_FUNC(0x02BA2840, void, TMP_GlyphPairAdjustmentRecord__ctor_1, (TMP_GlyphPairAdjustmentRecord * __this, GlyphPairAdjustmentRecord glyphPairAdjustmentRecord, MethodInfo * method)); DO_APP_FUNC(0x02BA28F0, void, GlyphPairKey__ctor, (GlyphPairKey * __this, uint32_t firstGlyphIndex, uint32_t secondGlyphIndex, MethodInfo * method)); DO_APP_FUNC(0x02BA2910, void, GlyphPairKey__ctor_1, (GlyphPairKey * __this, TMP_GlyphPairAdjustmentRecord * record, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, List_1_TMPro_TMP_GlyphPairAdjustmentRecord_ *, TMP_FontFeatureTable_get_glyphPairAdjustmentRecords, (TMP_FontFeatureTable * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, TMP_FontFeatureTable_set_glyphPairAdjustmentRecords, (TMP_FontFeatureTable * __this, List_1_TMPro_TMP_GlyphPairAdjustmentRecord_ * value, MethodInfo * method)); DO_APP_FUNC(0x02BA2940, void, TMP_FontFeatureTable__ctor, (TMP_FontFeatureTable * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA2AD0, void, TMP_FontFeatureTable_SortGlyphPairAdjustmentRecords, (TMP_FontFeatureTable * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA2EA0, void, TMP_FontFeatureTable_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_FontFeatureTable_c__ctor, (TMP_FontFeatureTable_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA2F50, uint32_t, TMP_FontFeatureTable_c__SortGlyphPairAdjustmentRecords_b__6_0, (TMP_FontFeatureTable_c * __this, TMP_GlyphPairAdjustmentRecord * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C679D8, TMP_FontFeatureTable_c__SortGlyphPairAdjustmentRecords_b__6_0__MethodInfo); DO_APP_FUNC(0x02BA2F70, uint32_t, TMP_FontFeatureTable_c__SortGlyphPairAdjustmentRecords_b__6_1, (TMP_FontFeatureTable_c * __this, TMP_GlyphPairAdjustmentRecord * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C679E0, TMP_FontFeatureTable_c__SortGlyphPairAdjustmentRecords_b__6_1__MethodInfo); DO_APP_FUNC(0x02BA2F90, BaseInput *, TMP_InputField_get_inputSystem, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA30A0, String *, TMP_InputField_get_compositionString, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA3220, int32_t, TMP_InputField_get_compositionLength, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA3250, void, TMP_InputField__ctor, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA3A90, Mesh *, TMP_InputField_get_mesh, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA3C20, bool, TMP_InputField_get_shouldHideMobileInput, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA3C90, void, TMP_InputField_set_shouldHideMobileInput, (TMP_InputField * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02BA3D40, bool, TMP_InputField_get_shouldHideSoftKeyboard, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA3DD0, void, TMP_InputField_set_shouldHideSoftKeyboard, (TMP_InputField * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02BA3F20, bool, TMP_InputField_isKeyboardUsingEvents, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x01901270, String *, TMP_InputField_get_text, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA3FA0, void, TMP_InputField_set_text, (TMP_InputField * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02BA3FB0, void, TMP_InputField_SetTextWithoutNotify, (TMP_InputField * __this, String * input, MethodInfo * method)); DO_APP_FUNC(0x02BA3FC0, void, TMP_InputField_SetText, (TMP_InputField * __this, String * value, bool sendCallback, MethodInfo * method)); DO_APP_FUNC(0x02BA4180, bool, TMP_InputField_get_isFocused, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA4190, float, TMP_InputField_get_caretBlinkRate, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA41A0, void, TMP_InputField_set_caretBlinkRate, (TMP_InputField * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02BA4210, int32_t, TMP_InputField_get_caretWidth, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA4220, void, TMP_InputField_set_caretWidth, (TMP_InputField * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00AC90A0, RectTransform *, TMP_InputField_get_textViewport, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA4280, void, TMP_InputField_set_textViewport, (TMP_InputField * __this, RectTransform * value, MethodInfo * method)); DO_APP_FUNC(0x004FC820, TMP_Text *, TMP_InputField_get_textComponent, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA42E0, void, TMP_InputField_set_textComponent, (TMP_InputField * __this, TMP_Text * value, MethodInfo * method)); DO_APP_FUNC(0x004FC900, Graphic *, TMP_InputField_get_placeholder, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA4340, void, TMP_InputField_set_placeholder, (TMP_InputField * __this, Graphic * value, MethodInfo * method)); DO_APP_FUNC(0x004FC970, Scrollbar *, TMP_InputField_get_verticalScrollbar, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA43A0, void, TMP_InputField_set_verticalScrollbar, (TMP_InputField * __this, Scrollbar * value, MethodInfo * method)); DO_APP_FUNC(0x01E1DC60, float, TMP_InputField_get_scrollSensitivity, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA4630, void, TMP_InputField_set_scrollSensitivity, (TMP_InputField * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02BA4690, Color, TMP_InputField_get_caretColor, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA46F0, void, TMP_InputField_set_caretColor, (TMP_InputField * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x01E19010, bool, TMP_InputField_get_customCaretColor, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA4760, void, TMP_InputField_set_customCaretColor, (TMP_InputField * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02BA4780, Color, TMP_InputField_get_selectionColor, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA4790, void, TMP_InputField_set_selectionColor, (TMP_InputField * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, TMP_InputField_SubmitEvent *, TMP_InputField_get_onEndEdit, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA4800, void, TMP_InputField_set_onEndEdit, (TMP_InputField * __this, TMP_InputField_SubmitEvent * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, TMP_InputField_SubmitEvent *, TMP_InputField_get_onSubmit, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA4860, void, TMP_InputField_set_onSubmit, (TMP_InputField * __this, TMP_InputField_SubmitEvent * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, TMP_InputField_SelectionEvent *, TMP_InputField_get_onSelect, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA48C0, void, TMP_InputField_set_onSelect, (TMP_InputField * __this, TMP_InputField_SelectionEvent * value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, TMP_InputField_SelectionEvent *, TMP_InputField_get_onDeselect, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA4920, void, TMP_InputField_set_onDeselect, (TMP_InputField * __this, TMP_InputField_SelectionEvent * value, MethodInfo * method)); DO_APP_FUNC(0x01900E10, TMP_InputField_TextSelectionEvent *, TMP_InputField_get_onTextSelection, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA4980, void, TMP_InputField_set_onTextSelection, (TMP_InputField * __this, TMP_InputField_TextSelectionEvent * value, MethodInfo * method)); DO_APP_FUNC(0x01900E80, TMP_InputField_TextSelectionEvent *, TMP_InputField_get_onEndTextSelection, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA49E0, void, TMP_InputField_set_onEndTextSelection, (TMP_InputField * __this, TMP_InputField_TextSelectionEvent * value, MethodInfo * method)); DO_APP_FUNC(0x01900EF0, TMP_InputField_OnChangeEvent *, TMP_InputField_get_onValueChanged, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA4A40, void, TMP_InputField_set_onValueChanged, (TMP_InputField * __this, TMP_InputField_OnChangeEvent * value, MethodInfo * method)); DO_APP_FUNC(0x01900F60, TMP_InputField_TouchScreenKeyboardEvent *, TMP_InputField_get_onTouchScreenKeyboardStatusChanged, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA4AA0, void, TMP_InputField_set_onTouchScreenKeyboardStatusChanged, (TMP_InputField * __this, TMP_InputField_TouchScreenKeyboardEvent * value, MethodInfo * method)); DO_APP_FUNC(0x01900FD0, TMP_InputField_OnValidateInput *, TMP_InputField_get_onValidateInput, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA4B00, void, TMP_InputField_set_onValidateInput, (TMP_InputField * __this, TMP_InputField_OnValidateInput * value, MethodInfo * method)); DO_APP_FUNC(0x020479A0, int32_t, TMP_InputField_get_characterLimit, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA4B60, void, TMP_InputField_set_characterLimit, (TMP_InputField * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01DA6960, float, TMP_InputField_get_pointSize, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA4C10, void, TMP_InputField_set_pointSize, (TMP_InputField * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02BA4E30, TMP_FontAsset *, TMP_InputField_get_fontAsset, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA4E40, void, TMP_InputField_set_fontAsset, (TMP_InputField * __this, TMP_FontAsset * value, MethodInfo * method)); DO_APP_FUNC(0x02BA5020, bool, TMP_InputField_get_onFocusSelectAll, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA5030, void, TMP_InputField_set_onFocusSelectAll, (TMP_InputField * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02BA5040, bool, TMP_InputField_get_resetOnDeActivation, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA5050, void, TMP_InputField_set_resetOnDeActivation, (TMP_InputField * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02BA5060, bool, TMP_InputField_get_restoreOriginalTextOnEscape, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA5070, void, TMP_InputField_set_restoreOriginalTextOnEscape, (TMP_InputField * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02BA5080, bool, TMP_InputField_get_isRichTextEditingAllowed, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA5090, void, TMP_InputField_set_isRichTextEditingAllowed, (TMP_InputField * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01CB7A30, TMP_InputField_ContentType__Enum, TMP_InputField_get_contentType, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA50A0, void, TMP_InputField_set_contentType, (TMP_InputField * __this, TMP_InputField_ContentType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x007087D0, TMP_InputField_LineType__Enum, TMP_InputField_get_lineType, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA5250, void, TMP_InputField_set_lineType, (TMP_InputField * __this, TMP_InputField_LineType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02BA5330, int32_t, TMP_InputField_get_lineLimit, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA5340, void, TMP_InputField_set_lineLimit, (TMP_InputField * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02BA53B0, TMP_InputField_InputType__Enum, TMP_InputField_get_inputType, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA53C0, void, TMP_InputField_set_inputType, (TMP_InputField * __this, TMP_InputField_InputType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x029F68E0, TouchScreenKeyboardType__Enum, TMP_InputField_get_keyboardType, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA5430, void, TMP_InputField_set_keyboardType, (TMP_InputField * __this, TouchScreenKeyboardType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x009DD520, TMP_InputField_CharacterValidation__Enum, TMP_InputField_get_characterValidation, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA54A0, void, TMP_InputField_set_characterValidation, (TMP_InputField * __this, TMP_InputField_CharacterValidation__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02BA5510, TMP_InputValidator *, TMP_InputField_get_inputValidator, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA5520, void, TMP_InputField_set_inputValidator, (TMP_InputField * __this, TMP_InputValidator * value, MethodInfo * method)); DO_APP_FUNC(0x0234D010, bool, TMP_InputField_get_readOnly, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA5590, void, TMP_InputField_set_readOnly, (TMP_InputField * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02BA55A0, bool, TMP_InputField_get_richText, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA55B0, void, TMP_InputField_set_richText, (TMP_InputField * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02BA5710, bool, TMP_InputField_get_multiLine, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA5730, uint16_t, TMP_InputField_get_asteriskChar, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA5740, void, TMP_InputField_set_asteriskChar, (TMP_InputField * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x02BA5870, bool, TMP_InputField_get_wasCanceled, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA5880, void, TMP_InputField_ClampStringPos, (TMP_InputField * __this, int32_t * pos, MethodInfo * method)); DO_APP_FUNC(0x02BA58C0, void, TMP_InputField_ClampCaretPos, (TMP_InputField * __this, int32_t * pos, MethodInfo * method)); DO_APP_FUNC(0x02BA5920, int32_t, TMP_InputField_get_caretPositionInternal, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA5960, void, TMP_InputField_set_caretPositionInternal, (TMP_InputField * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02BA59D0, int32_t, TMP_InputField_get_stringPositionInternal, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA5A10, void, TMP_InputField_set_stringPositionInternal, (TMP_InputField * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02BA5A60, int32_t, TMP_InputField_get_caretSelectPositionInternal, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA5AA0, void, TMP_InputField_set_caretSelectPositionInternal, (TMP_InputField * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02BA5B10, int32_t, TMP_InputField_get_stringSelectPositionInternal, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA5B50, void, TMP_InputField_set_stringSelectPositionInternal, (TMP_InputField * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02BA5BA0, bool, TMP_InputField_get_hasSelection, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA5A60, int32_t, TMP_InputField_get_caretPosition, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA5C30, void, TMP_InputField_set_caretPosition, (TMP_InputField * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02BA5920, int32_t, TMP_InputField_get_selectionAnchorPosition, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA5CC0, void, TMP_InputField_set_selectionAnchorPosition, (TMP_InputField * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02BA5A60, int32_t, TMP_InputField_get_selectionFocusPosition, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA5D10, void, TMP_InputField_set_selectionFocusPosition, (TMP_InputField * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02BA5B10, int32_t, TMP_InputField_get_stringPosition, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA5D60, void, TMP_InputField_set_stringPosition, (TMP_InputField * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02BA59D0, int32_t, TMP_InputField_get_selectionStringAnchorPosition, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA5E50, void, TMP_InputField_set_selectionStringAnchorPosition, (TMP_InputField * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02BA5B10, int32_t, TMP_InputField_get_selectionStringFocusPosition, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA5EE0, void, TMP_InputField_set_selectionStringFocusPosition, (TMP_InputField * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02BA5F70, void, TMP_InputField_OnEnable, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA6DE0, void, TMP_InputField_OnDisable, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA7590, void, TMP_InputField_ON_TEXT_CHANGED, (TMP_InputField * __this, Object_1 * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C678A0, TMP_InputField_ON_TEXT_CHANGED__MethodInfo); DO_APP_FUNC(0x02BA7A30, IEnumerator *, TMP_InputField_CaretBlink, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA7AD0, void, TMP_InputField_SetCaretVisible, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA7B50, void, TMP_InputField_SetCaretActive, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA7C40, void, TMP_InputField_OnFocus, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA7C60, void, TMP_InputField_SelectAll, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA7CF0, void, TMP_InputField_MoveTextEnd, (TMP_InputField * __this, bool shift, MethodInfo * method)); DO_APP_FUNC(0x02BA7ED0, void, TMP_InputField_MoveTextStart, (TMP_InputField * __this, bool shift, MethodInfo * method)); DO_APP_FUNC(0x02BA80A0, void, TMP_InputField_MoveToEndOfLine, (TMP_InputField * __this, bool shift, bool ctrl, MethodInfo * method)); DO_APP_FUNC(0x02BA8320, void, TMP_InputField_MoveToStartOfLine, (TMP_InputField * __this, bool shift, bool ctrl, MethodInfo * method)); DO_APP_FUNC(0x02BA85D0, String *, TMP_InputField_get_clipboard, (MethodInfo * method)); DO_APP_FUNC(0x02BA8620, void, TMP_InputField_set_clipboard, (String * value, MethodInfo * method)); DO_APP_FUNC(0x02BA8670, bool, TMP_InputField_InPlaceEditing, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA87C0, void, TMP_InputField_UpdateStringPositionFromKeyboard, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA8AF0, void, TMP_InputField_LateUpdate, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BA96D0, bool, TMP_InputField_MayDrag, (TMP_InputField * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02BA9870, void, TMP_InputField_OnBeginDrag, (TMP_InputField * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02BA98A0, void, TMP_InputField_OnDrag, (TMP_InputField * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02BA9DE0, IEnumerator *, TMP_InputField_MouseDragOutsideRect, (TMP_InputField * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02BA9EF0, void, TMP_InputField_OnEndDrag, (TMP_InputField * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02BA9F20, void, TMP_InputField_OnPointerDown, (TMP_InputField * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02BAA940, TMP_InputField_EditState__Enum, TMP_InputField_KeyPressed, (TMP_InputField * __this, Event_1 * evt, MethodInfo * method)); DO_APP_FUNC(0x02BAAED0, bool, TMP_InputField_IsValidChar, (TMP_InputField * __this, uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x02BAAEF0, void, TMP_InputField_ProcessEvent, (TMP_InputField * __this, Event_1 * e, MethodInfo * method)); DO_APP_FUNC(0x02BAAF00, void, TMP_InputField_OnUpdateSelected, (TMP_InputField * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02BAB190, void, TMP_InputField_OnScroll, (TMP_InputField * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02BAB3B0, float, TMP_InputField_GetScrollPositionRelativeToViewport, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BAB560, String *, TMP_InputField_GetSelectedString, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BAB650, int32_t, TMP_InputField_FindNextWordBegin, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BAB780, void, TMP_InputField_MoveRight, (TMP_InputField * __this, bool shift, bool ctrl, MethodInfo * method)); DO_APP_FUNC(0x02BABF30, int32_t, TMP_InputField_FindPrevWordBegin, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BAC050, void, TMP_InputField_MoveLeft, (TMP_InputField * __this, bool shift, bool ctrl, MethodInfo * method)); DO_APP_FUNC(0x02BAC740, int32_t, TMP_InputField_LineUpCharacterPosition, (TMP_InputField * __this, int32_t originalPos, bool goToFirstChar, MethodInfo * method)); DO_APP_FUNC(0x02BAC9B0, int32_t, TMP_InputField_LineDownCharacterPosition, (TMP_InputField * __this, int32_t originalPos, bool goToLastChar, MethodInfo * method)); DO_APP_FUNC(0x02BACC60, int32_t, TMP_InputField_PageUpCharacterPosition, (TMP_InputField * __this, int32_t originalPos, bool goToFirstChar, MethodInfo * method)); DO_APP_FUNC(0x02BACFD0, int32_t, TMP_InputField_PageDownCharacterPosition, (TMP_InputField * __this, int32_t originalPos, bool goToLastChar, MethodInfo * method)); DO_APP_FUNC(0x02BAD380, void, TMP_InputField_MoveDown, (TMP_InputField * __this, bool shift, MethodInfo * method)); DO_APP_FUNC(0x02BAD390, void, TMP_InputField_MoveDown_1, (TMP_InputField * __this, bool shift, bool goToLastChar, MethodInfo * method)); DO_APP_FUNC(0x02BAD600, void, TMP_InputField_MoveUp, (TMP_InputField * __this, bool shift, MethodInfo * method)); DO_APP_FUNC(0x02BAD610, void, TMP_InputField_MoveUp_1, (TMP_InputField * __this, bool shift, bool goToFirstChar, MethodInfo * method)); DO_APP_FUNC(0x02BAD860, void, TMP_InputField_MovePageUp, (TMP_InputField * __this, bool shift, MethodInfo * method)); DO_APP_FUNC(0x02BAD870, void, TMP_InputField_MovePageUp_1, (TMP_InputField * __this, bool shift, bool goToFirstChar, MethodInfo * method)); DO_APP_FUNC(0x02BADDC0, void, TMP_InputField_MovePageDown, (TMP_InputField * __this, bool shift, MethodInfo * method)); DO_APP_FUNC(0x02BADDD0, void, TMP_InputField_MovePageDown_1, (TMP_InputField * __this, bool shift, bool goToLastChar, MethodInfo * method)); DO_APP_FUNC(0x02BAE330, void, TMP_InputField_Delete, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BAE6A0, void, TMP_InputField_DeleteKey, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BAE990, void, TMP_InputField_Backspace, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BAED60, void, TMP_InputField_Append, (TMP_InputField * __this, String * input, MethodInfo * method)); DO_APP_FUNC(0x02BAEE30, void, TMP_InputField_Append_1, (TMP_InputField * __this, uint16_t input, MethodInfo * method)); DO_APP_FUNC(0x02BAF260, void, TMP_InputField_Insert, (TMP_InputField * __this, uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x02BAF490, void, TMP_InputField_UpdateTouchKeyboardFromEditChanges, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BAF4E0, void, TMP_InputField_SendOnValueChangedAndUpdateLabel, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BAF540, void, TMP_InputField_SendOnValueChanged, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BAF5A0, void, TMP_InputField_SendOnEndEdit, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BAF600, void, TMP_InputField_SendOnSubmit, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BAF660, void, TMP_InputField_SendOnFocus, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BAF6C0, void, TMP_InputField_SendOnFocusLost, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BAF720, void, TMP_InputField_SendOnTextSelection, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BAF820, void, TMP_InputField_SendOnEndTextSelection, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BAF920, void, TMP_InputField_SendTouchScreenKeyboardStatusChanged, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BAF9D0, void, TMP_InputField_UpdateLabel, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C678A8, TMP_InputField_UpdateLabel__MethodInfo); DO_APP_FUNC(0x02BB0220, void, TMP_InputField_UpdateScrollbar, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB0360, void, TMP_InputField_OnScrollbarValueChange, (TMP_InputField * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67918, TMP_InputField_OnScrollbarValueChange__MethodInfo); DO_APP_FUNC(0x003AC050, void, TMP_InputField_UpdateMaskRegions, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB03A0, void, TMP_InputField_AdjustTextPositionRelativeToViewport, (TMP_InputField * __this, float relativePosition, MethodInfo * method)); DO_APP_FUNC(0x02BB0810, int32_t, TMP_InputField_GetCaretPositionFromStringIndex, (TMP_InputField * __this, int32_t stringIndex, MethodInfo * method)); DO_APP_FUNC(0x02BB0890, int32_t, TMP_InputField_GetMinCaretPositionFromStringIndex, (TMP_InputField * __this, int32_t stringIndex, MethodInfo * method)); DO_APP_FUNC(0x02BB0810, int32_t, TMP_InputField_GetMaxCaretPositionFromStringIndex, (TMP_InputField * __this, int32_t stringIndex, MethodInfo * method)); DO_APP_FUNC(0x02BB0930, int32_t, TMP_InputField_GetStringIndexFromCaretPosition, (TMP_InputField * __this, int32_t caretPosition, MethodInfo * method)); DO_APP_FUNC(0x02BB09C0, void, TMP_InputField_ForceLabelUpdate, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB09D0, void, TMP_InputField_MarkGeometryAsDirty, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67898, TMP_InputField_MarkGeometryAsDirty__MethodInfo); DO_APP_FUNC(0x02BB0A70, void, TMP_InputField_Rebuild, (TMP_InputField * __this, CanvasUpdate__Enum update, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_InputField_LayoutComplete, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_InputField_GraphicUpdateComplete, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB0BD0, void, TMP_InputField_UpdateGeometry, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB0D30, void, TMP_InputField_AssignPositioningIfNeeded, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB1890, void, TMP_InputField_OnFillVBO, (TMP_InputField * __this, Mesh * vbo, MethodInfo * method)); DO_APP_FUNC(0x02BB1DF0, void, TMP_InputField_GenerateCaret, (TMP_InputField * __this, VertexHelper * vbo, Vector2 roundingOffset, MethodInfo * method)); DO_APP_FUNC(0x02BB2C70, void, TMP_InputField_CreateCursorVerts, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB2E80, void, TMP_InputField_GenerateHightlight, (TMP_InputField * __this, VertexHelper * vbo, Vector2 roundingOffset, MethodInfo * method)); DO_APP_FUNC(0x02BB3960, void, TMP_InputField_AdjustRectTransformRelativeToViewport, (TMP_InputField * __this, Vector2 startPosition, float height, bool isCharVisible, MethodInfo * method)); DO_APP_FUNC(0x02BB4230, uint16_t, TMP_InputField_Validate, (TMP_InputField * __this, String * text, int32_t pos, uint16_t ch, MethodInfo * method)); DO_APP_FUNC(0x02BB4BF0, void, TMP_InputField_ActivateInputField, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB4E70, void, TMP_InputField_ActivateInputFieldInternal, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB56D0, void, TMP_InputField_OnSelect, (TMP_InputField * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02BB5740, void, TMP_InputField_OnPointerClick, (TMP_InputField * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_InputField_OnControlClick, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB5770, void, TMP_InputField_ReleaseSelection, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB5830, void, TMP_InputField_DeactivateInputField, (TMP_InputField * __this, bool clearSelection, MethodInfo * method)); DO_APP_FUNC(0x02BB5CB0, void, TMP_InputField_OnDeselect, (TMP_InputField * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02BB5D30, void, TMP_InputField_OnSubmit, (TMP_InputField * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02BB5D90, void, TMP_InputField_EnforceContentType, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB5F00, void, TMP_InputField_SetTextComponentWrapMode, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB6080, void, TMP_InputField_SetTextComponentRichTextMode, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB61E0, void, TMP_InputField_SetToCustomIfContentTypeIsNot, (TMP_InputField * __this, TMP_InputField_ContentType__Enum__Array * allowedContentTypes, MethodInfo * method)); DO_APP_FUNC(0x02BB6240, void, TMP_InputField_SetToCustom, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB6240, void, TMP_InputField_SetToCustom_1, (TMP_InputField * __this, TMP_InputField_CharacterValidation__Enum characterValidation, MethodInfo * method)); DO_APP_FUNC(0x02BB6260, void, TMP_InputField_DoStateTransition, (TMP_InputField * __this, Selectable_SelectionState__Enum state, bool instant, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_InputField_CalculateLayoutInputHorizontal, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_InputField_CalculateLayoutInputVertical, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, TMP_InputField_get_minWidth, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB6290, float, TMP_InputField_get_preferredWidth, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07FA0, float, TMP_InputField_get_flexibleWidth, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, TMP_InputField_get_minHeight, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB6620, float, TMP_InputField_get_preferredHeight, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07FA0, float, TMP_InputField_get_flexibleHeight, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, TMP_InputField_get_layoutPriority, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB69B0, void, TMP_InputField_SetGlobalPointSize, (TMP_InputField * __this, float pointSize, MethodInfo * method)); DO_APP_FUNC(0x02BB6B40, void, TMP_InputField_SetGlobalFontAsset, (TMP_InputField * __this, TMP_FontAsset * fontAsset, MethodInfo * method)); DO_APP_FUNC(0x02BB6CD0, void, TMP_InputField__cctor, (MethodInfo * method)); DO_APP_FUNC(0x009B9450, Transform *, TMP_InputField_UnityEngine_UI_ICanvasElement_get_transform, (TMP_InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BD7590, void, TMP_InputField_OnValidateInput__ctor, (TMP_InputField_OnValidateInput * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, uint16_t, TMP_InputField_OnValidateInput_Invoke, (TMP_InputField_OnValidateInput * __this, String * text, int32_t charIndex, uint16_t addedChar, MethodInfo * method)); DO_APP_FUNC(0x02BD76D0, IAsyncResult *, TMP_InputField_OnValidateInput_BeginInvoke, (TMP_InputField_OnValidateInput * __this, String * text, int32_t charIndex, uint16_t addedChar, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x02BD7780, uint16_t, TMP_InputField_OnValidateInput_EndInvoke, (TMP_InputField_OnValidateInput * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02BD77C0, void, TMP_InputField_SubmitEvent__ctor, (TMP_InputField_SubmitEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02BD7800, void, TMP_InputField_OnChangeEvent__ctor, (TMP_InputField_OnChangeEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02BD7840, void, TMP_InputField_SelectionEvent__ctor, (TMP_InputField_SelectionEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02BD7880, void, TMP_InputField_TextSelectionEvent__ctor, (TMP_InputField_TextSelectionEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02BD7910, void, TMP_InputField_TouchScreenKeyboardEvent__ctor, (TMP_InputField_TouchScreenKeyboardEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TMP_InputField_CaretBlink_d_276__ctor, (TMP_InputField_CaretBlink_d_276 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_InputField_CaretBlink_d_276_System_IDisposable_Dispose, (TMP_InputField_CaretBlink_d_276 * __this, MethodInfo * method)); DO_APP_FUNC(0x02BD79A0, bool, TMP_InputField_CaretBlink_d_276_MoveNext, (TMP_InputField_CaretBlink_d_276 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TMP_InputField_CaretBlink_d_276_System_Collections_Generic_IEnumerator_System_Object__get_Current, (TMP_InputField_CaretBlink_d_276 * __this, MethodInfo * method)); DO_APP_FUNC(0x02BD7BD0, void, TMP_InputField_CaretBlink_d_276_System_Collections_IEnumerator_Reset, (TMP_InputField_CaretBlink_d_276 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6BFA8, TMP_InputField_CaretBlink_d_276_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, TMP_InputField_CaretBlink_d_276_System_Collections_IEnumerator_get_Current, (TMP_InputField_CaretBlink_d_276 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TMP_InputField_MouseDragOutsideRect_d_294__ctor, (TMP_InputField_MouseDragOutsideRect_d_294 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_InputField_MouseDragOutsideRect_d_294_System_IDisposable_Dispose, (TMP_InputField_MouseDragOutsideRect_d_294 * __this, MethodInfo * method)); DO_APP_FUNC(0x02BD7C20, bool, TMP_InputField_MouseDragOutsideRect_d_294_MoveNext, (TMP_InputField_MouseDragOutsideRect_d_294 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TMP_InputField_MouseDragOutsideRect_d_294_System_Collections_Generic_IEnumerator_System_Object__get_Current, (TMP_InputField_MouseDragOutsideRect_d_294 * __this, MethodInfo * method)); DO_APP_FUNC(0x02BD7F80, void, TMP_InputField_MouseDragOutsideRect_d_294_System_Collections_IEnumerator_Reset, (TMP_InputField_MouseDragOutsideRect_d_294 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6BFB8, TMP_InputField_MouseDragOutsideRect_d_294_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, TMP_InputField_MouseDragOutsideRect_d_294_System_Collections_IEnumerator_get_Current, (TMP_InputField_MouseDragOutsideRect_d_294 * __this, MethodInfo * method)); DO_APP_FUNC(0x02BD7FD0, bool, SetPropertyUtility_SetColor, (Color * currentValue, Color newValue, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, TMP_InputValidator__ctor, (TMP_InputValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02BD8010, void, TMP_MaterialManager__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02BD83B0, void, TMP_MaterialManager_OnPreRender, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6BEF8, TMP_MaterialManager_OnPreRender__MethodInfo); DO_APP_FUNC(0x02BD8430, Material *, TMP_MaterialManager_GetStencilMaterial, (Material * baseMaterial, int32_t stencilID, MethodInfo * method)); DO_APP_FUNC(0x02BD8940, void, TMP_MaterialManager_ReleaseStencilMaterial, (Material * stencilMaterial, MethodInfo * method)); DO_APP_FUNC(0x02BD8BC0, Material *, TMP_MaterialManager_GetBaseMaterial, (Material * stencilMaterial, MethodInfo * method)); DO_APP_FUNC(0x02BD8DE0, Material *, TMP_MaterialManager_SetStencil, (Material * material, int32_t stencilID, MethodInfo * method)); DO_APP_FUNC(0x02BD8FB0, void, TMP_MaterialManager_AddMaskingMaterial, (Material * baseMaterial, Material * stencilMaterial, int32_t stencilID, MethodInfo * method)); DO_APP_FUNC(0x02BD93B0, void, TMP_MaterialManager_RemoveStencilMaterial, (Material * stencilMaterial, MethodInfo * method)); DO_APP_FUNC(0x02BD95A0, void, TMP_MaterialManager_ReleaseBaseMaterial, (Material * baseMaterial, MethodInfo * method)); DO_APP_FUNC(0x02BD9D00, void, TMP_MaterialManager_ClearMaterials, (MethodInfo * method)); DO_APP_FUNC(0x02BD9FA0, int32_t, TMP_MaterialManager_GetStencilID, (GameObject * obj, MethodInfo * method)); DO_APP_FUNC(0x02BDA5F0, Material *, TMP_MaterialManager_GetMaterialForRendering, (MaskableGraphic * graphic, Material * baseMaterial, MethodInfo * method)); DO_APP_FUNC(0x02BDA8E0, Transform *, TMP_MaterialManager_FindRootSortOverrideCanvas, (Transform * start, MethodInfo * method)); DO_APP_FUNC(0x02BDABB0, Material *, TMP_MaterialManager_GetFallbackMaterial, (TMP_FontAsset * fontAsset, Material * sourceMaterial, int32_t atlasIndex, MethodInfo * method)); DO_APP_FUNC(0x02BDB080, Material *, TMP_MaterialManager_GetFallbackMaterial_1, (Material * sourceMaterial, Material * targetMaterial, MethodInfo * method)); DO_APP_FUNC(0x02BDB720, void, TMP_MaterialManager_AddFallbackMaterialReference, (Material * targetMaterial, MethodInfo * method)); DO_APP_FUNC(0x02BDB940, void, TMP_MaterialManager_RemoveFallbackMaterialReference, (Material * targetMaterial, MethodInfo * method)); DO_APP_FUNC(0x02BDBBD0, void, TMP_MaterialManager_CleanupFallbackMaterials, (MethodInfo * method)); DO_APP_FUNC(0x02BDBE70, void, TMP_MaterialManager_ReleaseFallbackMaterial, (Material * fallbackMaterial, MethodInfo * method)); DO_APP_FUNC(0x02BDC130, void, TMP_MaterialManager_CopyMaterialPresetProperties, (Material * source, Material * destination, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_MaterialManager_FallbackMaterial__ctor, (TMP_MaterialManager_FallbackMaterial * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_MaterialManager_MaskingMaterial__ctor, (TMP_MaterialManager_MaskingMaterial * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_MaterialManager_c_DisplayClass9_0__ctor, (TMP_MaterialManager_c_DisplayClass9_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02BDC4B0, bool, TMP_MaterialManager_c_DisplayClass9_0__GetBaseMaterial_b__0, (TMP_MaterialManager_c_DisplayClass9_0 * __this, TMP_MaterialManager_MaskingMaterial * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6BF00, TMP_MaterialManager_c_DisplayClass9_0__GetBaseMaterial_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, TMP_MaterialManager_c_DisplayClass11_0__ctor, (TMP_MaterialManager_c_DisplayClass11_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02BDC660, bool, TMP_MaterialManager_c_DisplayClass11_0__AddMaskingMaterial_b__0, (TMP_MaterialManager_c_DisplayClass11_0 * __this, TMP_MaterialManager_MaskingMaterial * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6BF28, TMP_MaterialManager_c_DisplayClass11_0__AddMaskingMaterial_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, TMP_MaterialManager_c_DisplayClass12_0__ctor, (TMP_MaterialManager_c_DisplayClass12_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02BDC810, bool, TMP_MaterialManager_c_DisplayClass12_0__RemoveStencilMaterial_b__0, (TMP_MaterialManager_c_DisplayClass12_0 * __this, TMP_MaterialManager_MaskingMaterial * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6BDA8, TMP_MaterialManager_c_DisplayClass12_0__RemoveStencilMaterial_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, TMP_MaterialManager_c_DisplayClass13_0__ctor, (TMP_MaterialManager_c_DisplayClass13_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02BDC9C0, bool, TMP_MaterialManager_c_DisplayClass13_0__ReleaseBaseMaterial_b__0, (TMP_MaterialManager_c_DisplayClass13_0 * __this, TMP_MaterialManager_MaskingMaterial * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6BDC8, TMP_MaterialManager_c_DisplayClass13_0__ReleaseBaseMaterial_b__0__MethodInfo); DO_APP_FUNC(0x02BDCB70, void, TMP_MeshInfo__ctor, (TMP_MeshInfo * __this, Mesh * mesh, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02BDD5E0, void, TMP_MeshInfo__ctor_1, (TMP_MeshInfo * __this, Mesh * mesh, int32_t size, bool isVolumetric, MethodInfo * method)); DO_APP_FUNC(0x02BDE4C0, void, TMP_MeshInfo_ResizeMeshInfo, (TMP_MeshInfo * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02BDEC10, void, TMP_MeshInfo_ResizeMeshInfo_1, (TMP_MeshInfo * __this, int32_t size, bool isVolumetric, MethodInfo * method)); DO_APP_FUNC(0x02BDF9E0, void, TMP_MeshInfo_Clear, (TMP_MeshInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02BDFB80, void, TMP_MeshInfo_Clear_1, (TMP_MeshInfo * __this, bool uploadChanges, MethodInfo * method)); DO_APP_FUNC(0x02BDFE30, void, TMP_MeshInfo_ClearUnusedVertices, (TMP_MeshInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02BDFE70, void, TMP_MeshInfo_ClearUnusedVertices_1, (TMP_MeshInfo * __this, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x02BDFEB0, void, TMP_MeshInfo_ClearUnusedVertices_2, (TMP_MeshInfo * __this, int32_t startIndex, bool updateMesh, MethodInfo * method)); DO_APP_FUNC(0x02BE0070, void, TMP_MeshInfo_SortGeometry, (TMP_MeshInfo * __this, VertexSortingOrder__Enum order, MethodInfo * method)); DO_APP_FUNC(0x02BE0120, void, TMP_MeshInfo_SortGeometry_1, (TMP_MeshInfo * __this, IList_1_System_Int32_ * sortingOrder, MethodInfo * method)); DO_APP_FUNC(0x02BE0270, void, TMP_MeshInfo_SwapVertexData, (TMP_MeshInfo * __this, int32_t src, int32_t dst, MethodInfo * method)); DO_APP_FUNC(0x02BE0A60, void, TMP_MeshInfo__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02BE0B10, void, TMP_ResourceManager__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02BE0D60, TMP_Settings *, TMP_ResourceManager_GetTextSettings, (MethodInfo * method)); DO_APP_FUNC(0x02BE0F60, void, TMP_ResourceManager_AddFontAsset, (TMP_FontAsset * fontAsset, MethodInfo * method)); DO_APP_FUNC(0x02BE10D0, bool, TMP_ResourceManager_TryGetFontAsset, (int32_t hashcode, TMP_FontAsset * * fontAsset, MethodInfo * method)); DO_APP_FUNC(0x02BE11C0, void, TMP_ResourceManager_RebuildFontAssetCache, (int32_t instanceID, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_ResourceManager__ctor, (TMP_ResourceManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02BE1310, void, TMP_ScrollbarEventHandler_OnPointerClick, (TMP_ScrollbarEventHandler * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02BE1370, void, TMP_ScrollbarEventHandler_OnSelect, (TMP_ScrollbarEventHandler * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02BE13E0, void, TMP_ScrollbarEventHandler_OnDeselect, (TMP_ScrollbarEventHandler * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, TMP_ScrollbarEventHandler__ctor, (TMP_ScrollbarEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02BE1450, void, TMP_SelectionCaret_Cull, (TMP_SelectionCaret * __this, Rect clipRect, bool validRect, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_SelectionCaret_UpdateGeometry, (TMP_SelectionCaret * __this, MethodInfo * method)); DO_APP_FUNC(0x02BE1520, void, TMP_SelectionCaret__ctor, (TMP_SelectionCaret * __this, MethodInfo * method)); DO_APP_FUNC(0x02BE1530, String *, TMP_Settings_get_version, (MethodInfo * method)); DO_APP_FUNC(0x02BE1570, bool, TMP_Settings_get_enableWordWrapping, (MethodInfo * method)); DO_APP_FUNC(0x02BE1590, bool, TMP_Settings_get_enableKerning, (MethodInfo * method)); DO_APP_FUNC(0x02BE15B0, bool, TMP_Settings_get_enableExtraPadding, (MethodInfo * method)); DO_APP_FUNC(0x02BE15D0, bool, TMP_Settings_get_enableTintAllSprites, (MethodInfo * method)); DO_APP_FUNC(0x02BE15F0, bool, TMP_Settings_get_enableParseEscapeCharacters, (MethodInfo * method)); DO_APP_FUNC(0x02BE1610, bool, TMP_Settings_get_enableRaycastTarget, (MethodInfo * method)); DO_APP_FUNC(0x02BE1630, bool, TMP_Settings_get_getFontFeaturesAtRuntime, (MethodInfo * method)); DO_APP_FUNC(0x02BE1650, int32_t, TMP_Settings_get_missingGlyphCharacter, (MethodInfo * method)); DO_APP_FUNC(0x02BE1670, void, TMP_Settings_set_missingGlyphCharacter, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02BE16A0, bool, TMP_Settings_get_warningsDisabled, (MethodInfo * method)); DO_APP_FUNC(0x02BE16C0, TMP_FontAsset *, TMP_Settings_get_defaultFontAsset, (MethodInfo * method)); DO_APP_FUNC(0x02BE16E0, String *, TMP_Settings_get_defaultFontAssetPath, (MethodInfo * method)); DO_APP_FUNC(0x02BE1700, float, TMP_Settings_get_defaultFontSize, (MethodInfo * method)); DO_APP_FUNC(0x02BE1720, float, TMP_Settings_get_defaultTextAutoSizingMinRatio, (MethodInfo * method)); DO_APP_FUNC(0x02BE1740, float, TMP_Settings_get_defaultTextAutoSizingMaxRatio, (MethodInfo * method)); DO_APP_FUNC(0x02BE1760, Vector2, TMP_Settings_get_defaultTextMeshProTextContainerSize, (MethodInfo * method)); DO_APP_FUNC(0x02BE1790, Vector2, TMP_Settings_get_defaultTextMeshProUITextContainerSize, (MethodInfo * method)); DO_APP_FUNC(0x02BE17C0, bool, TMP_Settings_get_autoSizeTextContainer, (MethodInfo * method)); DO_APP_FUNC(0x02BE17E0, bool, TMP_Settings_get_isTextObjectScaleStatic, (MethodInfo * method)); DO_APP_FUNC(0x02BE1800, void, TMP_Settings_set_isTextObjectScaleStatic, (bool value, MethodInfo * method)); DO_APP_FUNC(0x02BE1830, List_1_TMPro_TMP_FontAsset_ *, TMP_Settings_get_fallbackFontAssets, (MethodInfo * method)); DO_APP_FUNC(0x02BE1850, bool, TMP_Settings_get_matchMaterialPreset, (MethodInfo * method)); DO_APP_FUNC(0x02BE1870, TMP_SpriteAsset *, TMP_Settings_get_defaultSpriteAsset, (MethodInfo * method)); DO_APP_FUNC(0x02BE1890, String *, TMP_Settings_get_defaultSpriteAssetPath, (MethodInfo * method)); DO_APP_FUNC(0x02BE18B0, bool, TMP_Settings_get_enableEmojiSupport, (MethodInfo * method)); DO_APP_FUNC(0x02BE18D0, void, TMP_Settings_set_enableEmojiSupport, (bool value, MethodInfo * method)); DO_APP_FUNC(0x02BE1900, uint32_t, TMP_Settings_get_missingCharacterSpriteUnicode, (MethodInfo * method)); DO_APP_FUNC(0x02BE1920, void, TMP_Settings_set_missingCharacterSpriteUnicode, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x02BE1950, String *, TMP_Settings_get_defaultColorGradientPresetsPath, (MethodInfo * method)); DO_APP_FUNC(0x02BE1980, TMP_StyleSheet *, TMP_Settings_get_defaultStyleSheet, (MethodInfo * method)); DO_APP_FUNC(0x02BE19B0, String *, TMP_Settings_get_styleSheetsResourcePath, (MethodInfo * method)); DO_APP_FUNC(0x02BE19E0, TextAsset *, TMP_Settings_get_leadingCharacters, (MethodInfo * method)); DO_APP_FUNC(0x02BE1A10, TextAsset *, TMP_Settings_get_followingCharacters, (MethodInfo * method)); DO_APP_FUNC(0x02BE1A40, TMP_Settings_LineBreakingTable *, TMP_Settings_get_linebreakingRules, (MethodInfo * method)); DO_APP_FUNC(0x02BE1A80, bool, TMP_Settings_get_useModernHangulLineBreakingRules, (MethodInfo * method)); DO_APP_FUNC(0x02BE1AB0, void, TMP_Settings_set_useModernHangulLineBreakingRules, (bool value, MethodInfo * method)); DO_APP_FUNC(0x02BE1AE0, TMP_Settings *, TMP_Settings_get_instance, (MethodInfo * method)); DO_APP_FUNC(0x02BE1CA0, TMP_Settings *, TMP_Settings_LoadDefaultSettings, (MethodInfo * method)); DO_APP_FUNC(0x02BE1F20, TMP_Settings *, TMP_Settings_GetSettings, (MethodInfo * method)); DO_APP_FUNC(0x02BE2030, TMP_FontAsset *, TMP_Settings_GetFontAsset, (MethodInfo * method)); DO_APP_FUNC(0x02BE2150, TMP_SpriteAsset *, TMP_Settings_GetSpriteAsset, (MethodInfo * method)); DO_APP_FUNC(0x02BE2270, TMP_StyleSheet *, TMP_Settings_GetStyleSheet, (MethodInfo * method)); DO_APP_FUNC(0x02BE2390, void, TMP_Settings_LoadLinebreakingRules, (MethodInfo * method)); DO_APP_FUNC(0x02BE2670, Dictionary_2_System_Int32_System_Char_ *, TMP_Settings_GetCharacters, (TextAsset * file, MethodInfo * method)); DO_APP_FUNC(0x02BE2850, void, TMP_Settings__ctor, (TMP_Settings * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Settings_LineBreakingTable__ctor, (TMP_Settings_LineBreakingTable * __this, MethodInfo * method)); DO_APP_FUNC(0x02BE2860, Shader *, ShaderUtilities_get_ShaderRef_MobileSDF, (MethodInfo * method)); DO_APP_FUNC(0x02BE2A70, Shader *, ShaderUtilities_get_ShaderRef_MobileBitmap, (MethodInfo * method)); DO_APP_FUNC(0x02BE2C80, void, ShaderUtilities__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02BE32A0, void, ShaderUtilities_GetShaderPropertyIDs, (MethodInfo * method)); DO_APP_FUNC(0x02BE4DB0, void, ShaderUtilities_UpdateShaderRatios, (Material * mat, MethodInfo * method)); DO_APP_FUNC(0x01D2AE00, Vector4, ShaderUtilities_GetFontExtent, (Material * material, MethodInfo * method)); DO_APP_FUNC(0x02BE5440, bool, ShaderUtilities_IsMaskingEnabled, (Material * material, MethodInfo * method)); DO_APP_FUNC(0x02BE5720, float, ShaderUtilities_GetPadding, (Material * material, bool enableExtraPadding, bool isBold, MethodInfo * method)); DO_APP_FUNC(0x02BE6190, float, ShaderUtilities_GetPadding_1, (Material__Array * materials, bool enableExtraPadding, bool isBold, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Sprite__ctor, (TMP_Sprite * __this, MethodInfo * method)); DO_APP_FUNC(0x02BE6ED0, void, TMP_SpriteAnimator_Awake, (TMP_SpriteAnimator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_SpriteAnimator_OnEnable, (TMP_SpriteAnimator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_SpriteAnimator_OnDisable, (TMP_SpriteAnimator * __this, MethodInfo * method)); DO_APP_FUNC(0x02BE6F60, void, TMP_SpriteAnimator_StopAllAnimations, (TMP_SpriteAnimator * __this, MethodInfo * method)); DO_APP_FUNC(0x02BE7030, void, TMP_SpriteAnimator_DoSpriteAnimation, (TMP_SpriteAnimator * __this, int32_t currentCharacter, TMP_SpriteAsset * spriteAsset, int32_t start, int32_t end, int32_t framerate, MethodInfo * method)); DO_APP_FUNC(0x02BE7240, IEnumerator *, TMP_SpriteAnimator_DoSpriteAnimationInternal, (TMP_SpriteAnimator * __this, int32_t currentCharacter, TMP_SpriteAsset * spriteAsset, int32_t start, int32_t end, int32_t framerate, MethodInfo * method)); DO_APP_FUNC(0x02BE7380, void, TMP_SpriteAnimator__ctor, (TMP_SpriteAnimator * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TMP_SpriteAnimator_DoSpriteAnimationInternal_d_7__ctor, (TMP_SpriteAnimator_DoSpriteAnimationInternal_d_7 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_SpriteAnimator_DoSpriteAnimationInternal_d_7_System_IDisposable_Dispose, (TMP_SpriteAnimator_DoSpriteAnimationInternal_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x02BE74A0, bool, TMP_SpriteAnimator_DoSpriteAnimationInternal_d_7_MoveNext, (TMP_SpriteAnimator_DoSpriteAnimationInternal_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TMP_SpriteAnimator_DoSpriteAnimationInternal_d_7_System_Collections_Generic_IEnumerator_System_Object__get_Current, (TMP_SpriteAnimator_DoSpriteAnimationInternal_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x02BE80A0, void, TMP_SpriteAnimator_DoSpriteAnimationInternal_d_7_System_Collections_IEnumerator_Reset, (TMP_SpriteAnimator_DoSpriteAnimationInternal_d_7 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B890, TMP_SpriteAnimator_DoSpriteAnimationInternal_d_7_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, TMP_SpriteAnimator_DoSpriteAnimationInternal_d_7_System_Collections_IEnumerator_get_Current, (TMP_SpriteAnimator_DoSpriteAnimationInternal_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, String *, TMP_SpriteAsset_get_version, (TMP_SpriteAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, TMP_SpriteAsset_set_version, (TMP_SpriteAsset * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02BE80F0, FaceInfo, TMP_SpriteAsset_get_faceInfo, (TMP_SpriteAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02BE8130, void, TMP_SpriteAsset_set_faceInfo, (TMP_SpriteAsset * __this, FaceInfo value, MethodInfo * method)); DO_APP_FUNC(0x02BE81B0, List_1_TMPro_TMP_SpriteCharacter_ *, TMP_SpriteAsset_get_spriteCharacterTable, (TMP_SpriteAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00B2F140, void, TMP_SpriteAsset_set_spriteCharacterTable, (TMP_SpriteAsset * __this, List_1_TMPro_TMP_SpriteCharacter_ * value, MethodInfo * method)); DO_APP_FUNC(0x02BE81F0, Dictionary_2_System_UInt32_TMPro_TMP_SpriteCharacter_ *, TMP_SpriteAsset_get_spriteCharacterLookupTable, (TMP_SpriteAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C90, void, TMP_SpriteAsset_set_spriteCharacterLookupTable, (TMP_SpriteAsset * __this, Dictionary_2_System_UInt32_TMPro_TMP_SpriteCharacter_ * value, MethodInfo * method)); DO_APP_FUNC(0x0070EC40, List_1_TMPro_TMP_SpriteGlyph_ *, TMP_SpriteAsset_get_spriteGlyphTable, (TMP_SpriteAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00B481B0, void, TMP_SpriteAsset_set_spriteGlyphTable, (TMP_SpriteAsset * __this, List_1_TMPro_TMP_SpriteGlyph_ * value, MethodInfo * method)); DO_APP_FUNC(0x02BE8230, void, TMP_SpriteAsset_Awake, (TMP_SpriteAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02BE8350, Material *, TMP_SpriteAsset_GetDefaultSpriteMaterial, (TMP_SpriteAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02BE84C0, void, TMP_SpriteAsset_UpdateLookupTables, (TMP_SpriteAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02BE8D70, int32_t, TMP_SpriteAsset_GetSpriteIndexFromHashcode, (TMP_SpriteAsset * __this, int32_t hashCode, MethodInfo * method)); DO_APP_FUNC(0x02BE8E30, int32_t, TMP_SpriteAsset_GetSpriteIndexFromUnicode, (TMP_SpriteAsset * __this, uint32_t unicode, MethodInfo * method)); DO_APP_FUNC(0x02BE8ED0, int32_t, TMP_SpriteAsset_GetSpriteIndexFromName, (TMP_SpriteAsset * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02BE8F90, TMP_SpriteAsset *, TMP_SpriteAsset_SearchForSpriteByUnicode, (TMP_SpriteAsset * spriteAsset, uint32_t unicode, bool includeFallbacks, int32_t * spriteIndex, MethodInfo * method)); DO_APP_FUNC(0x02BE9330, TMP_SpriteAsset *, TMP_SpriteAsset_SearchForSpriteByUnicodeInternal, (List_1_TMPro_TMP_SpriteAsset_ * spriteAssets, uint32_t unicode, bool includeFallbacks, int32_t * spriteIndex, MethodInfo * method)); DO_APP_FUNC(0x02BE9650, TMP_SpriteAsset *, TMP_SpriteAsset_SearchForSpriteByUnicodeInternal_1, (TMP_SpriteAsset * spriteAsset, uint32_t unicode, bool includeFallbacks, int32_t * spriteIndex, MethodInfo * method)); DO_APP_FUNC(0x02BE9710, TMP_SpriteAsset *, TMP_SpriteAsset_SearchForSpriteByHashCode, (TMP_SpriteAsset * spriteAsset, int32_t hashCode, bool includeFallbacks, int32_t * spriteIndex, MethodInfo * method)); DO_APP_FUNC(0x02BE9C80, TMP_SpriteAsset *, TMP_SpriteAsset_SearchForSpriteByHashCodeInternal, (List_1_TMPro_TMP_SpriteAsset_ * spriteAssets, int32_t hashCode, bool searchFallbacks, int32_t * spriteIndex, MethodInfo * method)); DO_APP_FUNC(0x02BE9FA0, TMP_SpriteAsset *, TMP_SpriteAsset_SearchForSpriteByHashCodeInternal_1, (TMP_SpriteAsset * spriteAsset, int32_t hashCode, bool searchFallbacks, int32_t * spriteIndex, MethodInfo * method)); DO_APP_FUNC(0x02BEA060, void, TMP_SpriteAsset_SortGlyphTable, (TMP_SpriteAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEA2B0, void, TMP_SpriteAsset_SortCharacterTable, (TMP_SpriteAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEA500, void, TMP_SpriteAsset_SortGlyphAndCharacterTables, (TMP_SpriteAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEA520, void, TMP_SpriteAsset_UpgradeSpriteAsset, (TMP_SpriteAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEAB60, void, TMP_SpriteAsset__ctor, (TMP_SpriteAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEACF0, void, TMP_SpriteAsset_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_SpriteAsset_c__ctor, (TMP_SpriteAsset_c * __this, MethodInfo * method)); DO_APP_FUNC(0x01FBDF60, uint32_t, TMP_SpriteAsset_c__SortGlyphTable_b__40_0, (TMP_SpriteAsset_c * __this, TMP_SpriteGlyph * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B868, TMP_SpriteAsset_c__SortGlyphTable_b__40_0__MethodInfo); DO_APP_FUNC(0x02B9FA60, uint32_t, TMP_SpriteAsset_c__SortCharacterTable_b__41_0, (TMP_SpriteAsset_c * __this, TMP_SpriteCharacter * c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B7E0, TMP_SpriteAsset_c__SortCharacterTable_b__41_0__MethodInfo); DO_APP_FUNC(0x003B9330, String *, TMP_SpriteCharacter_get_name, (TMP_SpriteCharacter * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEADA0, void, TMP_SpriteCharacter_set_name, (TMP_SpriteCharacter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, TMP_SpriteCharacter_get_hashCode, (TMP_SpriteCharacter * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEAEE0, void, TMP_SpriteCharacter__ctor, (TMP_SpriteCharacter * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEAEF0, void, TMP_SpriteCharacter__ctor_1, (TMP_SpriteCharacter * __this, uint32_t unicode, TMP_SpriteGlyph * glyph, MethodInfo * method)); DO_APP_FUNC(0x02BEAF70, void, TMP_SpriteCharacter__ctor_2, (TMP_SpriteCharacter * __this, uint32_t unicode, TMP_SpriteAsset * spriteAsset, TMP_SpriteGlyph * glyph, MethodInfo * method)); DO_APP_FUNC(0x02BEB050, void, TMP_SpriteCharacter__ctor_3, (TMP_SpriteCharacter * __this, uint32_t unicode, uint32_t glyphIndex, MethodInfo * method)); DO_APP_FUNC(0x02BEB120, void, TMP_SpriteGlyph__ctor, (TMP_SpriteGlyph * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEB140, void, TMP_SpriteGlyph__ctor_1, (TMP_SpriteGlyph * __this, uint32_t index, GlyphMetrics metrics, GlyphRect glyphRect, float scale, int32_t atlasIndex, MethodInfo * method)); DO_APP_FUNC(0x02BEB170, void, TMP_SpriteGlyph__ctor_2, (TMP_SpriteGlyph * __this, uint32_t index, GlyphMetrics metrics, GlyphRect glyphRect, float scale, int32_t atlasIndex, Sprite * sprite, MethodInfo * method)); DO_APP_FUNC(0x02BEB1F0, TMP_Style *, TMP_Style_get_NormalStyle, (MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, TMP_Style_get_name, (TMP_Style * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEB330, void, TMP_Style_set_name, (TMP_Style * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, TMP_Style_get_hashCode, (TMP_Style * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEB3D0, void, TMP_Style_set_hashCode, (TMP_Style * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, TMP_Style_get_styleOpeningDefinition, (TMP_Style * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, TMP_Style_get_styleClosingDefinition, (TMP_Style * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Int32__Array *, TMP_Style_get_styleOpeningTagArray, (TMP_Style * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Int32__Array *, TMP_Style_get_styleClosingTagArray, (TMP_Style * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEB3E0, void, TMP_Style__ctor, (TMP_Style * __this, String * styleName, String * styleOpeningDefinition, String * styleClosingDefinition, MethodInfo * method)); DO_APP_FUNC(0x02BEB560, void, TMP_Style_RefreshStyle, (TMP_Style * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, List_1_TMPro_TMP_Style_ *, TMP_StyleSheet_get_styles, (TMP_StyleSheet * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEB8E0, void, TMP_StyleSheet_Reset, (TMP_StyleSheet * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEB8F0, TMP_Style *, TMP_StyleSheet_GetStyle, (TMP_StyleSheet * __this, int32_t hashCode, MethodInfo * method)); DO_APP_FUNC(0x02BEB980, TMP_Style *, TMP_StyleSheet_GetStyle_1, (TMP_StyleSheet * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02BEB8E0, void, TMP_StyleSheet_RefreshStyles, (TMP_StyleSheet * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEBA40, void, TMP_StyleSheet_LoadStyleDictionaryInternal, (TMP_StyleSheet * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEBEC0, void, TMP_StyleSheet__ctor, (TMP_StyleSheet * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, TMP_FontAsset *, TMP_SubMesh_get_fontAsset, (TMP_SubMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, TMP_SubMesh_set_fontAsset, (TMP_SubMesh * __this, TMP_FontAsset * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, TMP_SpriteAsset *, TMP_SubMesh_get_spriteAsset, (TMP_SubMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, TMP_SubMesh_set_spriteAsset, (TMP_SubMesh * __this, TMP_SpriteAsset * value, MethodInfo * method)); DO_APP_FUNC(0x02BEC020, Material *, TMP_SubMesh_get_material, (TMP_SubMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEC030, void, TMP_SubMesh_set_material, (TMP_SubMesh * __this, Material * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Material *, TMP_SubMesh_get_sharedMaterial, (TMP_SubMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEC160, void, TMP_SubMesh_set_sharedMaterial, (TMP_SubMesh * __this, Material * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Material *, TMP_SubMesh_get_fallbackMaterial, (TMP_SubMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEC170, void, TMP_SubMesh_set_fallbackMaterial, (TMP_SubMesh * __this, Material * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, Material *, TMP_SubMesh_get_fallbackSourceMaterial, (TMP_SubMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, TMP_SubMesh_set_fallbackSourceMaterial, (TMP_SubMesh * __this, Material * value, MethodInfo * method)); DO_APP_FUNC(0x00434A10, bool, TMP_SubMesh_get_isDefaultMaterial, (TMP_SubMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x005391A0, void, TMP_SubMesh_set_isDefaultMaterial, (TMP_SubMesh * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00BC1070, float, TMP_SubMesh_get_padding, (TMP_SubMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x01D1AB30, void, TMP_SubMesh_set_padding, (TMP_SubMesh * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02BEC5C0, Renderer *, TMP_SubMesh_get_renderer, (TMP_SubMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEC730, MeshFilter *, TMP_SubMesh_get_meshFilter, (TMP_SubMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02BECA60, Mesh *, TMP_SubMesh_get_mesh, (TMP_SubMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, TMP_SubMesh_set_mesh, (TMP_SubMesh * __this, Mesh * value, MethodInfo * method)); DO_APP_FUNC(0x02BECC40, TMP_Text *, TMP_SubMesh_get_textComponent, (TMP_SubMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02BECDB0, TMP_SubMesh *, TMP_SubMesh_AddSubTextObject, (TextMeshPro * textComponent, MaterialReference materialReference, MethodInfo * method)); DO_APP_FUNC(0x02BED690, void, TMP_SubMesh_OnEnable, (TMP_SubMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02BED940, void, TMP_SubMesh_OnDisable, (TMP_SubMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEDB20, void, TMP_SubMesh_OnDestroy, (TMP_SubMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEDEA0, void, TMP_SubMesh_DestroySelf, (TMP_SubMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEDF70, Material *, TMP_SubMesh_GetMaterial, (TMP_SubMesh * __this, Material * mat, MethodInfo * method)); DO_APP_FUNC(0x02BEE3E0, Material *, TMP_SubMesh_CreateMaterialInstance, (TMP_SubMesh * __this, Material * source, MethodInfo * method)); DO_APP_FUNC(0x02BEE520, Material *, TMP_SubMesh_GetSharedMaterial, (TMP_SubMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEE6E0, void, TMP_SubMesh_SetSharedMaterial, (TMP_SubMesh * __this, Material * mat, MethodInfo * method)); DO_APP_FUNC(0x02BEE760, float, TMP_SubMesh_GetPaddingForMaterial, (TMP_SubMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEE7F0, void, TMP_SubMesh_UpdateMeshPadding, (TMP_SubMesh * __this, bool isExtraPadding, bool isUsingBold, MethodInfo * method)); DO_APP_FUNC(0x02BEE880, void, TMP_SubMesh_SetVerticesDirty, (TMP_SubMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEEA20, void, TMP_SubMesh_SetMaterialDirty, (TMP_SubMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEEA30, void, TMP_SubMesh_UpdateMaterial, (TMP_SubMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, TMP_SubMesh__ctor, (TMP_SubMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x00675FE0, TMP_FontAsset *, TMP_SubMeshUI_get_fontAsset, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00675F80, void, TMP_SubMeshUI_set_fontAsset, (TMP_SubMeshUI * __this, TMP_FontAsset * value, MethodInfo * method)); DO_APP_FUNC(0x00AC8DB0, TMP_SpriteAsset *, TMP_SubMeshUI_get_spriteAsset, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8DC0, void, TMP_SubMeshUI_set_spriteAsset, (TMP_SubMeshUI * __this, TMP_SpriteAsset * value, MethodInfo * method)); DO_APP_FUNC(0x02BEEE60, Texture *, TMP_SubMeshUI_get_mainTexture, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEF000, Material *, TMP_SubMeshUI_get_material, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEF010, void, TMP_SubMeshUI_set_material, (TMP_SubMeshUI * __this, Material * value, MethodInfo * method)); DO_APP_FUNC(0x005425B0, Material *, TMP_SubMeshUI_get_sharedMaterial, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEF250, void, TMP_SubMeshUI_set_sharedMaterial, (TMP_SubMeshUI * __this, Material * value, MethodInfo * method)); DO_APP_FUNC(0x003C2850, Material *, TMP_SubMeshUI_get_fallbackMaterial, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEF260, void, TMP_SubMeshUI_set_fallbackMaterial, (TMP_SubMeshUI * __this, Material * value, MethodInfo * method)); DO_APP_FUNC(0x003C28C0, Material *, TMP_SubMeshUI_get_fallbackSourceMaterial, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x003C28D0, void, TMP_SubMeshUI_set_fallbackSourceMaterial, (TMP_SubMeshUI * __this, Material * value, MethodInfo * method)); DO_APP_FUNC(0x02BEF6C0, Material *, TMP_SubMeshUI_get_materialForRendering, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEF730, bool, TMP_SubMeshUI_get_isDefaultMaterial, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEF740, void, TMP_SubMeshUI_set_isDefaultMaterial, (TMP_SubMeshUI * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DB8040, float, TMP_SubMeshUI_get_padding, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB8050, void, TMP_SubMeshUI_set_padding, (TMP_SubMeshUI * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02BEF750, Mesh *, TMP_SubMeshUI_get_mesh, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x008E4B80, void, TMP_SubMeshUI_set_mesh, (TMP_SubMeshUI * __this, Mesh * value, MethodInfo * method)); DO_APP_FUNC(0x02BEF940, TMP_Text *, TMP_SubMeshUI_get_textComponent, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEFAC0, TMP_SubMeshUI *, TMP_SubMeshUI_AddSubTextObject, (TextMeshProUGUI * textComponent, MaterialReference materialReference, MethodInfo * method)); DO_APP_FUNC(0x02BF0300, void, TMP_SubMeshUI_OnEnable, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02BF03E0, void, TMP_SubMeshUI_OnDisable, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02BF0580, void, TMP_SubMeshUI_OnDestroy, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02BF0A20, void, TMP_SubMeshUI_OnTransformParentChanged, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02BF0A80, Material *, TMP_SubMeshUI_GetModifiedMaterial, (TMP_SubMeshUI * __this, Material * baseMaterial, MethodInfo * method)); DO_APP_FUNC(0x02BF0C80, float, TMP_SubMeshUI_GetPaddingForMaterial, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02BF0D20, float, TMP_SubMeshUI_GetPaddingForMaterial_1, (TMP_SubMeshUI * __this, Material * mat, MethodInfo * method)); DO_APP_FUNC(0x02BF0DB0, void, TMP_SubMeshUI_UpdateMeshPadding, (TMP_SubMeshUI * __this, bool isExtraPadding, bool isUsingBold, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_SubMeshUI_SetAllDirty, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02BF0E40, void, TMP_SubMeshUI_SetVerticesDirty, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_SubMeshUI_SetLayoutDirty, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02BF0FB0, void, TMP_SubMeshUI_SetMaterialDirty, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02BF1000, void, TMP_SubMeshUI_SetPivotDirty, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02BF10C0, Transform *, TMP_SubMeshUI_GetRootCanvasTransform, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_SubMeshUI_Cull, (TMP_SubMeshUI * __this, Rect clipRect, bool validRect, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_SubMeshUI_UpdateGeometry, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02BF12E0, void, TMP_SubMeshUI_Rebuild, (TMP_SubMeshUI * __this, CanvasUpdate__Enum update, MethodInfo * method)); DO_APP_FUNC(0x02B6C150, void, TMP_SubMeshUI_RefreshMaterial, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02BF1320, void, TMP_SubMeshUI_UpdateMaterial, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02B78FF0, void, TMP_SubMeshUI_RecalculateClipping, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x005425B0, Material *, TMP_SubMeshUI_GetMaterial, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02BF1750, Material *, TMP_SubMeshUI_GetMaterial_1, (TMP_SubMeshUI * __this, Material * mat, MethodInfo * method)); DO_APP_FUNC(0x02BF1AC0, Material *, TMP_SubMeshUI_CreateMaterialInstance, (TMP_SubMeshUI * __this, Material * source, MethodInfo * method)); DO_APP_FUNC(0x02BF1C00, Material *, TMP_SubMeshUI_GetSharedMaterial, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02BF1C70, void, TMP_SubMeshUI_SetSharedMaterial, (TMP_SubMeshUI * __this, Material * mat, MethodInfo * method)); DO_APP_FUNC(0x02BE1520, void, TMP_SubMeshUI__ctor, (TMP_SubMeshUI * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB6DB0, String *, TMP_Text_get_text, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB6E90, void, TMP_Text_set_text, (TMP_Text * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x009E4000, ITextPreprocessor *, TMP_Text_get_textPreprocessor, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8E20, void, TMP_Text_set_textPreprocessor, (TMP_Text * __this, ITextPreprocessor * value, MethodInfo * method)); DO_APP_FUNC(0x0101DAD0, bool, TMP_Text_get_isRightToLeftText, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB6FA0, void, TMP_Text_set_isRightToLeftText, (TMP_Text * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C2850, TMP_FontAsset *, TMP_Text_get_font, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB6FF0, void, TMP_Text_set_font, (TMP_Text * __this, TMP_FontAsset * value, MethodInfo * method)); DO_APP_FUNC(0x00584BF0, Material *, TMP_Text_get_fontSharedMaterial, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB7220, void, TMP_Text_set_fontSharedMaterial, (TMP_Text * __this, Material * value, MethodInfo * method)); DO_APP_FUNC(0x02BB73F0, Material__Array *, TMP_Text_get_fontSharedMaterials, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB7410, void, TMP_Text_set_fontSharedMaterials, (TMP_Text * __this, Material__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02BB7460, Material *, TMP_Text_get_fontMaterial, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB7480, void, TMP_Text_set_fontMaterial, (TMP_Text * __this, Material * value, MethodInfo * method)); DO_APP_FUNC(0x02BB7670, Material__Array *, TMP_Text_get_fontMaterials, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB7410, void, TMP_Text_set_fontMaterials, (TMP_Text * __this, Material__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02BB7690, Color, TMP_Text_get_color, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB76A0, void, TMP_Text_set_color, (TMP_Text * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x0098F240, float, TMP_Text_get_alpha, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB7730, void, TMP_Text_set_alpha, (TMP_Text * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01E0D3A0, bool, TMP_Text_get_enableVertexGradient, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB7760, void, TMP_Text_set_enableVertexGradient, (TMP_Text * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02BB7790, VertexGradient, TMP_Text_get_colorGradient, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB77C0, void, TMP_Text_set_colorGradient, (TMP_Text * __this, VertexGradient value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, TMP_ColorGradient *, TMP_Text_get_colorGradientPreset, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB7810, void, TMP_Text_set_colorGradientPreset, (TMP_Text * __this, TMP_ColorGradient * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, TMP_SpriteAsset *, TMP_Text_get_spriteAsset, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB7890, void, TMP_Text_set_spriteAsset, (TMP_Text * __this, TMP_SpriteAsset * value, MethodInfo * method)); DO_APP_FUNC(0x01D6AA30, bool, TMP_Text_get_tintAllSprites, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB7930, void, TMP_Text_set_tintAllSprites, (TMP_Text * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, TMP_StyleSheet *, TMP_Text_get_styleSheet, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB7960, void, TMP_Text_set_styleSheet, (TMP_Text * __this, TMP_StyleSheet * value, MethodInfo * method)); DO_APP_FUNC(0x02BB7A00, TMP_Style *, TMP_Text_get_textStyle, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB7C40, void, TMP_Text_set_textStyle, (TMP_Text * __this, TMP_Style * value, MethodInfo * method)); DO_APP_FUNC(0x02BB7CF0, bool, TMP_Text_get_overrideColorTags, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB7D00, void, TMP_Text_set_overrideColorTags, (TMP_Text * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02BB7D30, Color32, TMP_Text_get_faceColor, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB7F10, void, TMP_Text_set_faceColor, (TMP_Text * __this, Color32 value, MethodInfo * method)); DO_APP_FUNC(0x02BB7FB0, Color32, TMP_Text_get_outlineColor, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB8190, void, TMP_Text_set_outlineColor, (TMP_Text * __this, Color32 value, MethodInfo * method)); DO_APP_FUNC(0x02BB8220, float, TMP_Text_get_outlineWidth, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB83E0, void, TMP_Text_set_outlineWidth, (TMP_Text * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01E12D10, float, TMP_Text_get_fontSize, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB8440, void, TMP_Text_set_fontSize, (TMP_Text * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02BB84B0, FontWeight__Enum, TMP_Text_get_fontWeight, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB84C0, void, TMP_Text_set_fontWeight, (TMP_Text * __this, FontWeight__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02BB8510, float, TMP_Text_get_pixelsPerUnit, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB8760, bool, TMP_Text_get_enableAutoSizing, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB8770, void, TMP_Text_set_enableAutoSizing, (TMP_Text * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02BB87C0, float, TMP_Text_get_fontSizeMin, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB87D0, void, TMP_Text_set_fontSizeMin, (TMP_Text * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02BB8820, float, TMP_Text_get_fontSizeMax, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB8830, void, TMP_Text_set_fontSizeMax, (TMP_Text * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02BB8880, FontStyles__Enum, TMP_Text_get_fontStyle, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB8890, void, TMP_Text_set_fontStyle, (TMP_Text * __this, FontStyles__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02BB88E0, bool, TMP_Text_get_isUsingBold, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB88F0, HorizontalAlignmentOptions__Enum, TMP_Text_get_horizontalAlignment, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB8900, void, TMP_Text_set_horizontalAlignment, (TMP_Text * __this, HorizontalAlignmentOptions__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02BB8930, VerticalAlignmentOptions__Enum, TMP_Text_get_verticalAlignment, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB8940, void, TMP_Text_set_verticalAlignment, (TMP_Text * __this, VerticalAlignmentOptions__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02BB8970, TextAlignmentOptions__Enum, TMP_Text_get_alignment, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB8980, void, TMP_Text_set_alignment, (TMP_Text * __this, TextAlignmentOptions__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02BB89C0, float, TMP_Text_get_characterSpacing, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB89D0, void, TMP_Text_set_characterSpacing, (TMP_Text * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02BB8A30, float, TMP_Text_get_wordSpacing, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB8A40, void, TMP_Text_set_wordSpacing, (TMP_Text * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DC1520, float, TMP_Text_get_lineSpacing, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB8AA0, void, TMP_Text_set_lineSpacing, (TMP_Text * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02BB8B00, float, TMP_Text_get_lineSpacingAdjustment, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB8B10, void, TMP_Text_set_lineSpacingAdjustment, (TMP_Text * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02BB8B70, float, TMP_Text_get_paragraphSpacing, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB8B80, void, TMP_Text_set_paragraphSpacing, (TMP_Text * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02BB8BE0, float, TMP_Text_get_characterWidthAdjustment, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB8BF0, void, TMP_Text_set_characterWidthAdjustment, (TMP_Text * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02BB8C50, bool, TMP_Text_get_enableWordWrapping, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB8C60, void, TMP_Text_set_enableWordWrapping, (TMP_Text * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02BB8CB0, float, TMP_Text_get_wordWrappingRatios, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB8CC0, void, TMP_Text_set_wordWrappingRatios, (TMP_Text * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02BB8D20, TextOverflowModes__Enum, TMP_Text_get_overflowMode, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB8D30, void, TMP_Text_set_overflowMode, (TMP_Text * __this, TextOverflowModes__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02BB8D80, bool, TMP_Text_get_isTextOverflowing, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB8D90, int32_t, TMP_Text_get_firstOverflowCharacterIndex, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB8DA0, TMP_Text *, TMP_Text_get_linkedTextComponent, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB8DB0, void, TMP_Text_set_linkedTextComponent, (TMP_Text * __this, TMP_Text * value, MethodInfo * method)); DO_APP_FUNC(0x02BB9050, bool, TMP_Text_get_isTextTruncated, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB9060, bool, TMP_Text_get_enableKerning, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB9070, void, TMP_Text_set_enableKerning, (TMP_Text * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02BB90C0, bool, TMP_Text_get_extraPadding, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB90D0, void, TMP_Text_set_extraPadding, (TMP_Text * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02BB9120, bool, TMP_Text_get_richText, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB9130, void, TMP_Text_set_richText, (TMP_Text * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02BB9180, bool, TMP_Text_get_parseCtrlCharacters, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB9190, void, TMP_Text_set_parseCtrlCharacters, (TMP_Text * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02BB91E0, bool, TMP_Text_get_isOverlay, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB91F0, void, TMP_Text_set_isOverlay, (TMP_Text * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02BB9240, bool, TMP_Text_get_isOrthographic, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB9250, void, TMP_Text_set_isOrthographic, (TMP_Text * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02BB9280, bool, TMP_Text_get_enableCulling, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB9290, void, TMP_Text_set_enableCulling, (TMP_Text * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02BB92D0, bool, TMP_Text_get_ignoreVisibility, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB92E0, void, TMP_Text_set_ignoreVisibility, (TMP_Text * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02BB9300, TextureMappingOptions__Enum, TMP_Text_get_horizontalMapping, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB9310, void, TMP_Text_set_horizontalMapping, (TMP_Text * __this, TextureMappingOptions__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02BB9340, TextureMappingOptions__Enum, TMP_Text_get_verticalMapping, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB9350, void, TMP_Text_set_verticalMapping, (TMP_Text * __this, TextureMappingOptions__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01D6AE90, float, TMP_Text_get_mappingUvLineOffset, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB9380, void, TMP_Text_set_mappingUvLineOffset, (TMP_Text * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02BB93B0, TextRenderFlags__Enum, TMP_Text_get_renderMode, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB93C0, void, TMP_Text_set_renderMode, (TMP_Text * __this, TextRenderFlags__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02BB93E0, VertexSortingOrder__Enum, TMP_Text_get_geometrySortingOrder, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB93F0, void, TMP_Text_set_geometrySortingOrder, (TMP_Text * __this, VertexSortingOrder__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02BB9410, bool, TMP_Text_get_isTextObjectScaleStatic, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB9420, void, TMP_Text_set_isTextObjectScaleStatic, (TMP_Text * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02BB94B0, bool, TMP_Text_get_vertexBufferAutoSizeReduction, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB94C0, void, TMP_Text_set_vertexBufferAutoSizeReduction, (TMP_Text * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02BB94E0, int32_t, TMP_Text_get_firstVisibleCharacter, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB94F0, void, TMP_Text_set_firstVisibleCharacter, (TMP_Text * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02BB9520, int32_t, TMP_Text_get_maxVisibleCharacters, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB9530, void, TMP_Text_set_maxVisibleCharacters, (TMP_Text * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02BB9560, int32_t, TMP_Text_get_maxVisibleWords, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB9570, void, TMP_Text_set_maxVisibleWords, (TMP_Text * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02BB95A0, int32_t, TMP_Text_get_maxVisibleLines, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB95B0, void, TMP_Text_set_maxVisibleLines, (TMP_Text * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01DDE7F0, bool, TMP_Text_get_useMaxVisibleDescender, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB95E0, void, TMP_Text_set_useMaxVisibleDescender, (TMP_Text * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02BB9610, int32_t, TMP_Text_get_pageToDisplay, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB9620, void, TMP_Text_set_pageToDisplay, (TMP_Text * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02BB9650, Vector4, TMP_Text_get_margin, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB9660, void, TMP_Text_set_margin, (TMP_Text * __this, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x02BB9720, TMP_TextInfo *, TMP_Text_get_textInfo, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB9730, bool, TMP_Text_get_havePropertiesChanged, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB9740, void, TMP_Text_set_havePropertiesChanged, (TMP_Text * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02BB9760, bool, TMP_Text_get_isUsingLegacyAnimationComponent, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB9770, void, TMP_Text_set_isUsingLegacyAnimationComponent, (TMP_Text * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02BB9780, Transform *, TMP_Text_get_transform, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB9900, RectTransform *, TMP_Text_get_rectTransform, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB9A80, bool, TMP_Text_get_autoSizeTextContainer, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB9A90, void, TMP_Text_set_autoSizeTextContainer, (TMP_Text * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DF8240, Mesh *, TMP_Text_get_mesh, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB9AA0, bool, TMP_Text_get_isVolumetricText, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB9AB0, void, TMP_Text_set_isVolumetricText, (TMP_Text * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02BB9BD0, Bounds, TMP_Text_get_bounds, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB9D40, Bounds, TMP_Text_get_textBounds, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BB9DA0, void, TMP_Text_add_OnFontAssetRequest, (Func_3_Int32_String_TMPro_TMP_FontAsset_ * value, MethodInfo * method)); DO_APP_FUNC(0x02BB9F10, void, TMP_Text_remove_OnFontAssetRequest, (Func_3_Int32_String_TMPro_TMP_FontAsset_ * value, MethodInfo * method)); DO_APP_FUNC(0x02BBA080, void, TMP_Text_add_OnSpriteAssetRequest, (Func_3_Int32_String_TMPro_TMP_SpriteAsset_ * value, MethodInfo * method)); DO_APP_FUNC(0x02BBA1F0, void, TMP_Text_remove_OnSpriteAssetRequest, (Func_3_Int32_String_TMPro_TMP_SpriteAsset_ * value, MethodInfo * method)); DO_APP_FUNC(0x02BBA360, void, TMP_Text_add_OnPreRenderText, (TMP_Text * __this, Action_1_TMPro_TMP_TextInfo_ * value, MethodInfo * method)); DO_APP_FUNC(0x02BBA480, void, TMP_Text_remove_OnPreRenderText, (TMP_Text * __this, Action_1_TMPro_TMP_TextInfo_ * value, MethodInfo * method)); DO_APP_FUNC(0x02BBA5A0, TMP_SpriteAnimator *, TMP_Text_get_spriteAnimator, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BBA8C0, float, TMP_Text_get_flexibleHeight, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BBA8D0, float, TMP_Text_get_flexibleWidth, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BBA8E0, float, TMP_Text_get_minWidth, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BBA8F0, float, TMP_Text_get_minHeight, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x01DF8620, float, TMP_Text_get_maxWidth, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BBA900, float, TMP_Text_get_maxHeight, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BBA910, LayoutElement *, TMP_Text_get_layoutElement, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BBAA90, float, TMP_Text_get_preferredWidth, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BBAAB0, float, TMP_Text_get_preferredHeight, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BBAAD0, float, TMP_Text_get_renderedWidth, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BBAB00, float, TMP_Text_get_renderedHeight, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BBAB30, int32_t, TMP_Text_get_layoutPriority, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Text_LoadFontAsset, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Text_SetSharedMaterial, (TMP_Text * __this, Material * mat, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Material *, TMP_Text_GetMaterial, (TMP_Text * __this, Material * mat, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Text_SetFontBaseMaterial, (TMP_Text * __this, Material * mat, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Material__Array *, TMP_Text_GetSharedMaterials, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Text_SetSharedMaterials, (TMP_Text * __this, Material__Array * materials, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Material__Array *, TMP_Text_GetMaterials, (TMP_Text * __this, Material__Array * mats, MethodInfo * method)); DO_APP_FUNC(0x02BBAB40, Material *, TMP_Text_CreateMaterialInstance, (TMP_Text * __this, Material * source, MethodInfo * method)); DO_APP_FUNC(0x02BBAC80, void, TMP_Text_SetVertexColorGradient, (TMP_Text * __this, TMP_ColorGradient * gradient, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Text_SetTextSortingOrder, (TMP_Text * __this, VertexSortingOrder__Enum order, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Text_SetTextSortingOrder_1, (TMP_Text * __this, Int32__Array * order, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Text_SetFaceColor, (TMP_Text * __this, Color32 color, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Text_SetOutlineColor, (TMP_Text * __this, Color32 color, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Text_SetOutlineThickness, (TMP_Text * __this, float thickness, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Text_SetShaderDepth, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Text_SetCulling, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Text_UpdateCulling, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BBADC0, float, TMP_Text_GetPaddingForMaterial, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BBAFF0, float, TMP_Text_GetPaddingForMaterial_1, (TMP_Text * __this, Material * mat, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Vector3__Array *, TMP_Text_GetTextContainerLocalCorners, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Text_ForceMeshUpdate, (TMP_Text * __this, bool ignoreActiveState, bool forceTextReparsing, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Text_UpdateGeometry, (TMP_Text * __this, Mesh * mesh, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Text_UpdateVertexData, (TMP_Text * __this, TMP_VertexDataUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Text_UpdateVertexData_1, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Text_SetVertices, (TMP_Text * __this, Vector3__Array * vertices, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Text_UpdateMeshPadding, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BBB1E0, void, TMP_Text_CrossFadeColor, (TMP_Text * __this, Color targetColor, float duration, bool ignoreTimeScale, bool useAlpha, MethodInfo * method)); DO_APP_FUNC(0x02BBB290, void, TMP_Text_CrossFadeAlpha, (TMP_Text * __this, float alpha, float duration, bool ignoreTimeScale, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Text_InternalCrossFadeColor, (TMP_Text * __this, Color targetColor, float duration, bool ignoreTimeScale, bool useAlpha, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Text_InternalCrossFadeAlpha, (TMP_Text * __this, float alpha, float duration, bool ignoreTimeScale, MethodInfo * method)); DO_APP_FUNC(0x02BBB380, void, TMP_Text_ParseInputText, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BBB450, void, TMP_Text_PopulateTextBackingArray, (TMP_Text * __this, String * sourceText, MethodInfo * method)); DO_APP_FUNC(0x02BBB480, void, TMP_Text_PopulateTextBackingArray_1, (TMP_Text * __this, String * sourceText, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02BBB630, void, TMP_Text_PopulateTextBackingArray_2, (TMP_Text * __this, StringBuilder * sourceText, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02BBB7B0, void, TMP_Text_PopulateTextBackingArray_3, (TMP_Text * __this, Char__Array * sourceText, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02BBB920, void, TMP_Text_PopulateTextProcessingArray, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BBC6A0, void, TMP_Text_SetTextInternal, (TMP_Text * __this, String * sourceText, MethodInfo * method)); DO_APP_FUNC(0x02BBC700, void, TMP_Text_SetText, (TMP_Text * __this, String * sourceText, bool syncTextInputBox, MethodInfo * method)); DO_APP_FUNC(0x02BBC7D0, void, TMP_Text_SetText_1, (TMP_Text * __this, String * sourceText, float arg0, MethodInfo * method)); DO_APP_FUNC(0x02BBC810, void, TMP_Text_SetText_2, (TMP_Text * __this, String * sourceText, float arg0, float arg1, MethodInfo * method)); DO_APP_FUNC(0x02BBC850, void, TMP_Text_SetText_3, (TMP_Text * __this, String * sourceText, float arg0, float arg1, float arg2, MethodInfo * method)); DO_APP_FUNC(0x02BBC8A0, void, TMP_Text_SetText_4, (TMP_Text * __this, String * sourceText, float arg0, float arg1, float arg2, float arg3, MethodInfo * method)); DO_APP_FUNC(0x02BBC8F0, void, TMP_Text_SetText_5, (TMP_Text * __this, String * sourceText, float arg0, float arg1, float arg2, float arg3, float arg4, MethodInfo * method)); DO_APP_FUNC(0x02BBC950, void, TMP_Text_SetText_6, (TMP_Text * __this, String * sourceText, float arg0, float arg1, float arg2, float arg3, float arg4, float arg5, MethodInfo * method)); DO_APP_FUNC(0x02BBC9B0, void, TMP_Text_SetText_7, (TMP_Text * __this, String * sourceText, float arg0, float arg1, float arg2, float arg3, float arg4, float arg5, float arg6, MethodInfo * method)); DO_APP_FUNC(0x02BBCA20, void, TMP_Text_SetText_8, (TMP_Text * __this, String * sourceText, float arg0, float arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7, MethodInfo * method)); DO_APP_FUNC(0x02BBCD40, void, TMP_Text_SetText_9, (TMP_Text * __this, StringBuilder * sourceText, MethodInfo * method)); DO_APP_FUNC(0x02BBCDC0, void, TMP_Text_SetText_10, (TMP_Text * __this, StringBuilder * sourceText, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02BBCE30, void, TMP_Text_SetText_11, (TMP_Text * __this, Char__Array * sourceText, MethodInfo * method)); DO_APP_FUNC(0x02BBCEB0, void, TMP_Text_SetText_12, (TMP_Text * __this, Char__Array * sourceText, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02BBCE30, void, TMP_Text_SetCharArray, (TMP_Text * __this, Char__Array * sourceText, MethodInfo * method)); DO_APP_FUNC(0x02BBCEB0, void, TMP_Text_SetCharArray_1, (TMP_Text * __this, Char__Array * sourceText, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02BBCF20, TMP_Style *, TMP_Text_GetStyle, (TMP_Text * __this, int32_t hashCode, MethodInfo * method)); DO_APP_FUNC(0x02BBD160, bool, TMP_Text_ReplaceOpeningStyleTag, (TMP_Text * __this, TMP_Text_TextBackingContainer * sourceText, int32_t srcIndex, int32_t * srcOffset, TMP_Text_UnicodeChar__Array * * charBuffer, int32_t * writeIndex, MethodInfo * method)); DO_APP_FUNC(0x02BBD5E0, bool, TMP_Text_ReplaceOpeningStyleTag_1, (TMP_Text * __this, Int32__Array * * sourceText, int32_t srcIndex, int32_t * srcOffset, TMP_Text_UnicodeChar__Array * * charBuffer, int32_t * writeIndex, MethodInfo * method)); DO_APP_FUNC(0x02BBDA60, void, TMP_Text_ReplaceClosingStyleTag, (TMP_Text * __this, TMP_Text_TextBackingContainer * sourceText, int32_t srcIndex, TMP_Text_UnicodeChar__Array * * charBuffer, int32_t * writeIndex, MethodInfo * method)); DO_APP_FUNC(0x02BBDE10, void, TMP_Text_ReplaceClosingStyleTag_1, (TMP_Text * __this, Int32__Array * * sourceText, int32_t srcIndex, TMP_Text_UnicodeChar__Array * * charBuffer, int32_t * writeIndex, MethodInfo * method)); DO_APP_FUNC(0x02BBE1C0, bool, TMP_Text_InsertOpeningStyleTag, (TMP_Text * __this, TMP_Style * style, int32_t srcIndex, TMP_Text_UnicodeChar__Array * * charBuffer, int32_t * writeIndex, MethodInfo * method)); DO_APP_FUNC(0x02BBE570, void, TMP_Text_InsertClosingStyleTag, (TMP_Text * __this, TMP_Text_UnicodeChar__Array * * charBuffer, int32_t * writeIndex, MethodInfo * method)); DO_APP_FUNC(0x02BBE900, int32_t, TMP_Text_GetMarkupTagHashCode, (TMP_Text * __this, Int32__Array * tagDefinition, int32_t readIndex, MethodInfo * method)); DO_APP_FUNC(0x02BBE9C0, int32_t, TMP_Text_GetMarkupTagHashCode_1, (TMP_Text * __this, TMP_Text_TextBackingContainer tagDefinition, int32_t readIndex, MethodInfo * method)); DO_APP_FUNC(0x02BBEA90, int32_t, TMP_Text_GetStyleHashCode, (TMP_Text * __this, Int32__Array * * text, int32_t index, int32_t * closeIndex, MethodInfo * method)); DO_APP_FUNC(0x02BBEB80, int32_t, TMP_Text_GetStyleHashCode_1, (TMP_Text * __this, TMP_Text_TextBackingContainer * text, int32_t index, int32_t * closeIndex, MethodInfo * method)); DO_APP_FUNC(0x02BBEC70, void, TMP_Text_AddFloatToInternalTextBackingArray, (TMP_Text * __this, float value, int32_t padding, int32_t precision, int32_t * writeIndex, MethodInfo * method)); DO_APP_FUNC(0x02BBF360, void, TMP_Text_AddIntegerToInternalTextBackingArray, (TMP_Text * __this, double number, int32_t padding, int32_t * writeIndex, MethodInfo * method)); DO_APP_FUNC(0x02BBF560, String *, TMP_Text_InternalTextBackingArrayToString, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, TMP_Text_SetArraySizes, (TMP_Text * __this, TMP_Text_UnicodeChar__Array * unicodeChars, MethodInfo * method)); DO_APP_FUNC(0x02BBF630, Vector2, TMP_Text_GetPreferredValues, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BBF690, Vector2, TMP_Text_GetPreferredValues_1, (TMP_Text * __this, float width, float height, MethodInfo * method)); DO_APP_FUNC(0x02BBF710, Vector2, TMP_Text_GetPreferredValues_2, (TMP_Text * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02BBF830, Vector2, TMP_Text_GetPreferredValues_3, (TMP_Text * __this, String * text, float width, float height, MethodInfo * method)); DO_APP_FUNC(0x02BBF910, float, TMP_Text_GetPreferredWidth, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BBFB40, float, TMP_Text_GetPreferredWidth_1, (TMP_Text * __this, Vector2 margin, MethodInfo * method)); DO_APP_FUNC(0x02BBFBD0, float, TMP_Text_GetPreferredHeight, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BBFE60, float, TMP_Text_GetPreferredHeight_1, (TMP_Text * __this, Vector2 margin, MethodInfo * method)); DO_APP_FUNC(0x02BBFF20, Vector2, TMP_Text_GetRenderedValues, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BBFF60, Vector2, TMP_Text_GetRenderedValues_1, (TMP_Text * __this, bool onlyVisibleCharacters, MethodInfo * method)); DO_APP_FUNC(0x02BBAAD0, float, TMP_Text_GetRenderedWidth, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BBFFA0, float, TMP_Text_GetRenderedWidth_1, (TMP_Text * __this, bool onlyVisibleCharacters, MethodInfo * method)); DO_APP_FUNC(0x02BBAB00, float, TMP_Text_GetRenderedHeight, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BBFFD0, float, TMP_Text_GetRenderedHeight_1, (TMP_Text * __this, bool onlyVisibleCharacters, MethodInfo * method)); DO_APP_FUNC(0x02BC0000, Vector2, TMP_Text_CalculatePreferredValues, (TMP_Text * __this, float * fontSize, Vector2 marginSize, bool isTextAutoSizingEnabled, bool isWordWrappingEnabled, MethodInfo * method)); DO_APP_FUNC(0x0126EDF0, Bounds, TMP_Text_GetCompoundBounds, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADC210, Rect, TMP_Text_GetCanvasSpaceClippingRect, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BC2F20, Bounds, TMP_Text_GetTextBounds, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BC31B0, Bounds, TMP_Text_GetTextBounds_1, (TMP_Text * __this, bool onlyVisibleCharacters, MethodInfo * method)); DO_APP_FUNC(0x02BC3480, void, TMP_Text_AdjustLineOffset, (TMP_Text * __this, int32_t startIndex, int32_t endIndex, float offset, MethodInfo * method)); DO_APP_FUNC(0x02BC3920, void, TMP_Text_ResizeLineExtents, (TMP_Text * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, TMP_TextInfo *, TMP_Text_GetTextInfo, (TMP_Text * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Text_ComputeMarginSize, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BC3C10, void, TMP_Text_InsertNewLine, (TMP_Text * __this, int32_t i, float baseScale, float currentElementScale, float currentEmScale, float glyphAdjustment, float boldSpacingAdjustment, float characterSpacingAdjustment, float width, float lineGap, bool * isMaxVisibleDescenderSet, float * maxVisibleDescender, MethodInfo * method)); DO_APP_FUNC(0x02BC4520, void, TMP_Text_SaveWordWrappingState, (TMP_Text * __this, WordWrapState * state, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02BC4F10, int32_t, TMP_Text_RestoreWordWrappingState, (TMP_Text * __this, WordWrapState * state, MethodInfo * method)); DO_APP_FUNC(0x02BC5950, void, TMP_Text_SaveGlyphVertexInfo, (TMP_Text * __this, float padding, float style_padding, Color32 vertexColor, MethodInfo * method)); DO_APP_FUNC(0x02BC6E70, void, TMP_Text_SaveSpriteVertexInfo, (TMP_Text * __this, Color32 vertexColor, MethodInfo * method)); DO_APP_FUNC(0x02BC7990, void, TMP_Text_FillCharacterVertexBuffers, (TMP_Text * __this, int32_t i, int32_t index_X4, MethodInfo * method)); DO_APP_FUNC(0x02BC82C0, void, TMP_Text_FillCharacterVertexBuffers_1, (TMP_Text * __this, int32_t i, int32_t index_X4, bool isVolumetric, MethodInfo * method)); DO_APP_FUNC(0x02BC9160, void, TMP_Text_FillSpriteVertexBuffers, (TMP_Text * __this, int32_t i, int32_t index_X4, MethodInfo * method)); DO_APP_FUNC(0x02BC9A90, void, TMP_Text_DrawUnderlineMesh, (TMP_Text * __this, Vector3 start, Vector3 end, int32_t * index, float startScale, float endScale, float maxScale, float sdfScale, Color32 underlineColor, MethodInfo * method)); DO_APP_FUNC(0x02BCA930, void, TMP_Text_DrawTextHighlight, (TMP_Text * __this, Vector3 start, Vector3 end, int32_t * index, Color32 highlightColor, MethodInfo * method)); DO_APP_FUNC(0x02BCAE90, void, TMP_Text_LoadDefaultSettings, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BCB480, void, TMP_Text_GetSpecialCharacters, (TMP_Text * __this, TMP_FontAsset * fontAsset, MethodInfo * method)); DO_APP_FUNC(0x02BCB4B0, void, TMP_Text_GetEllipsisSpecialCharacter, (TMP_Text * __this, TMP_FontAsset * fontAsset, MethodInfo * method)); DO_APP_FUNC(0x02BCB8F0, void, TMP_Text_GetUnderlineSpecialCharacter, (TMP_Text * __this, TMP_FontAsset * fontAsset, MethodInfo * method)); DO_APP_FUNC(0x02BCBB20, void, TMP_Text_ReplaceTagWithCharacter, (TMP_Text * __this, Int32__Array * chars, int32_t insertionIndex, int32_t tagLength, uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x02BCBB80, TMP_FontAsset *, TMP_Text_GetFontAssetForWeight, (TMP_Text * __this, int32_t fontWeight, MethodInfo * method)); DO_APP_FUNC(0x02BCBC10, TMP_TextElement *, TMP_Text_GetTextElement, (TMP_Text * __this, uint32_t unicode, TMP_FontAsset * fontAsset, FontStyles__Enum fontStyle, FontWeight__Enum fontWeight, bool * isUsingAlternativeTypeface, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Text_SetActiveSubMeshes, (TMP_Text * __this, bool state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Text_DestroySubMeshObjects, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Text_ClearMesh, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Text_ClearMesh_1, (TMP_Text * __this, bool uploadGeometry, MethodInfo * method)); DO_APP_FUNC(0x02BCC330, String *, TMP_Text_GetParsedText, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BCC430, bool, TMP_Text_IsSelfOrLinkedAncestor, (TMP_Text * __this, TMP_Text * targetTextComponent, MethodInfo * method)); DO_APP_FUNC(0x02BCC650, void, TMP_Text_ReleaseLinkedTextComponent, (TMP_Text * __this, TMP_Text * targetTextComponent, MethodInfo * method)); DO_APP_FUNC(0x02BCC8F0, Vector2, TMP_Text_PackUV, (TMP_Text * __this, float x, float y, float scale, MethodInfo * method)); DO_APP_FUNC(0x02BCC930, float, TMP_Text_PackUV_1, (TMP_Text * __this, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Text_InternalUpdate, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BCC970, int32_t, TMP_Text_HexToInt, (TMP_Text * __this, uint16_t hex, MethodInfo * method)); DO_APP_FUNC(0x02BCCA80, int32_t, TMP_Text_GetUTF16, (TMP_Text * __this, String * text, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02BCCB60, int32_t, TMP_Text_GetUTF16_1, (TMP_Text * __this, Int32__Array * text, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02BCCB60, int32_t, TMP_Text_GetUTF16_2, (TMP_Text * __this, UInt32__Array * text, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02BCCC30, int32_t, TMP_Text_GetUTF16_3, (TMP_Text * __this, StringBuilder * text, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02BCCD10, int32_t, TMP_Text_GetUTF16_4, (TMP_Text * __this, TMP_Text_TextBackingContainer text, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02BCCE00, int32_t, TMP_Text_GetUTF32, (TMP_Text * __this, String * text, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02BCCF70, int32_t, TMP_Text_GetUTF32_1, (TMP_Text * __this, Int32__Array * text, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02BCCF70, int32_t, TMP_Text_GetUTF32_2, (TMP_Text * __this, UInt32__Array * text, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02BCD0F0, int32_t, TMP_Text_GetUTF32_3, (TMP_Text * __this, StringBuilder * text, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02BCD280, int32_t, TMP_Text_GetUTF32_4, (TMP_Text * __this, TMP_Text_TextBackingContainer text, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02BCD430, Color32, TMP_Text_HexCharsToColor, (TMP_Text * __this, Char__Array * hexChars, int32_t tagCount, MethodInfo * method)); DO_APP_FUNC(0x02BCDA00, Color32, TMP_Text_HexCharsToColor_1, (TMP_Text * __this, Char__Array * hexChars, int32_t startIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02BCDCD0, int32_t, TMP_Text_GetAttributeParameters, (TMP_Text * __this, Char__Array * chars, int32_t startIndex, int32_t length, Single__Array * * parameters, MethodInfo * method)); DO_APP_FUNC(0x02BCDEC0, float, TMP_Text_ConvertToFloat, (TMP_Text * __this, Char__Array * chars, int32_t startIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02BCDEF0, float, TMP_Text_ConvertToFloat_1, (TMP_Text * __this, Char__Array * chars, int32_t startIndex, int32_t length, int32_t * lastIndex, MethodInfo * method)); DO_APP_FUNC(0x02BCE070, bool, TMP_Text_ValidateHtmlTag, (TMP_Text * __this, TMP_Text_UnicodeChar__Array * chars, int32_t startIndex, int32_t * endIndex, MethodInfo * method)); DO_APP_FUNC(0x02BD5810, void, TMP_Text__ctor, (TMP_Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02BD6CE0, void, TMP_Text__cctor, (MethodInfo * method)); DO_APP_FUNC(0x009B8F70, void, TMP_Text_CharacterSubstitution__ctor, (TMP_Text_CharacterSubstitution * __this, int32_t index, uint32_t unicode, MethodInfo * method)); DO_APP_FUNC(0x02BF1D70, void, TMP_Text_SpecialCharacter__ctor, (TMP_Text_SpecialCharacter * __this, TMP_Character * character, int32_t materialIndex, MethodInfo * method)); DO_APP_FUNC(0x0149E640, int32_t, TMP_Text_TextBackingContainer_get_Capacity, (TMP_Text_TextBackingContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, TMP_Text_TextBackingContainer_get_Count, (TMP_Text_TextBackingContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x01914EB0, void, TMP_Text_TextBackingContainer_set_Count, (TMP_Text_TextBackingContainer * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02BF2010, uint32_t, TMP_Text_TextBackingContainer_get_Item, (TMP_Text_TextBackingContainer * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02BF2040, void, TMP_Text_TextBackingContainer_set_Item, (TMP_Text_TextBackingContainer * __this, int32_t index, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x02BF20A0, void, TMP_Text_TextBackingContainer__ctor, (TMP_Text_TextBackingContainer * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02BF2150, void, TMP_Text_TextBackingContainer_Resize, (TMP_Text_TextBackingContainer * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02BF21E0, void, TMP_Text_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Text_c__ctor, (TMP_Text_c * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_Text_c___ctor_b__622_0, (TMP_Text_c * __this, TMP_TextInfo * _p0_, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68F48, TMP_Text_c___ctor_b__622_0__MethodInfo); DO_APP_FUNC(0x003BAD20, TextElementType__Enum, TMP_TextElement_get_elementType, (TMP_TextElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, uint32_t, TMP_TextElement_get_unicode, (TMP_TextElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, TMP_TextElement_set_unicode, (TMP_TextElement * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, TMP_Asset *, TMP_TextElement_get_textAsset, (TMP_TextElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, TMP_TextElement_set_textAsset, (TMP_TextElement * __this, TMP_Asset * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Glyph *, TMP_TextElement_get_glyph, (TMP_TextElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, TMP_TextElement_set_glyph, (TMP_TextElement * __this, Glyph * value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, uint32_t, TMP_TextElement_get_glyphIndex, (TMP_TextElement * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, TMP_TextElement_set_glyphIndex, (TMP_TextElement * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB0F0, float, TMP_TextElement_get_scale, (TMP_TextElement * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA72C0, void, TMP_TextElement_set_scale, (TMP_TextElement * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_TextElement__ctor, (TMP_TextElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_TextElement_Legacy__ctor, (TMP_TextElement_Legacy * __this, MethodInfo * method)); DO_APP_FUNC(0x02BF2290, void, TMP_TextInfo__ctor, (TMP_TextInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02BF2570, void, TMP_TextInfo__ctor_1, (TMP_TextInfo * __this, int32_t characterCount, MethodInfo * method)); DO_APP_FUNC(0x02BF2850, void, TMP_TextInfo__ctor_2, (TMP_TextInfo * __this, TMP_Text * textComponent, MethodInfo * method)); DO_APP_FUNC(0x02BF2C90, void, TMP_TextInfo_Clear, (TMP_TextInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02BF2D10, void, TMP_TextInfo_ClearAllData, (TMP_TextInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02BF3000, void, TMP_TextInfo_ClearMeshInfo, (TMP_TextInfo * __this, bool updateMesh, MethodInfo * method)); DO_APP_FUNC(0x02BF30C0, void, TMP_TextInfo_ClearAllMeshInfo, (TMP_TextInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02BF3170, void, TMP_TextInfo_ResetVertexLayout, (TMP_TextInfo * __this, bool isVolumetric, MethodInfo * method)); DO_APP_FUNC(0x02BF3230, void, TMP_TextInfo_ClearUnusedVertices, (TMP_TextInfo * __this, MaterialReference__Array * materials, MethodInfo * method)); DO_APP_FUNC(0x02BF32F0, void, TMP_TextInfo_ClearLineInfo, (TMP_TextInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02BF3600, void, TMP_TextInfo_ClearPageInfo, (TMP_TextInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02BF3770, TMP_MeshInfo__Array *, TMP_TextInfo_CopyMeshInfoVertexData, (TMP_TextInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02BF3EA0, void, TMP_TextInfo__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02BF3F10, void, TMP_TextParsingUtilities__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02BF3FC0, TMP_TextParsingUtilities *, TMP_TextParsingUtilities_get_instance, (MethodInfo * method)); DO_APP_FUNC(0x02BF4020, int32_t, TMP_TextParsingUtilities_GetHashCode, (String * s, MethodInfo * method)); DO_APP_FUNC(0x02BF4140, int32_t, TMP_TextParsingUtilities_GetHashCodeCaseSensitive, (String * s, MethodInfo * method)); DO_APP_FUNC(0x02BF41A0, uint16_t, TMP_TextParsingUtilities_ToLowerASCIIFast, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x02BF4210, uint16_t, TMP_TextParsingUtilities_ToUpperASCIIFast, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x02BF4280, uint32_t, TMP_TextParsingUtilities_ToUpperASCIIFast_1, (uint32_t c, MethodInfo * method)); DO_APP_FUNC(0x02BF4300, uint32_t, TMP_TextParsingUtilities_ToLowerASCIIFast_1, (uint32_t c, MethodInfo * method)); DO_APP_FUNC(0x02BF4380, bool, TMP_TextParsingUtilities_IsHighSurrogate, (uint32_t c, MethodInfo * method)); DO_APP_FUNC(0x02BF43A0, bool, TMP_TextParsingUtilities_IsLowSurrogate, (uint32_t c, MethodInfo * method)); DO_APP_FUNC(0x02BF43C0, uint32_t, TMP_TextParsingUtilities_ConvertToUTF32, (uint32_t highSurrogate, uint32_t lowSurrogate, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_TextParsingUtilities__ctor, (TMP_TextParsingUtilities * __this, MethodInfo * method)); DO_APP_FUNC(0x02BF43D0, void, TMP_FontStyleStack_Clear, (TMP_FontStyleStack * __this, MethodInfo * method)); DO_APP_FUNC(0x02BF43E0, uint8_t, TMP_FontStyleStack_Add, (TMP_FontStyleStack * __this, FontStyles__Enum style, MethodInfo * method)); DO_APP_FUNC(0x02BF4490, uint8_t, TMP_FontStyleStack_Remove, (TMP_FontStyleStack * __this, FontStyles__Enum style, MethodInfo * method)); DO_APP_FUNC(0x009B8F70, void, CaretInfo__ctor, (CaretInfo * __this, int32_t index, CaretPosition__Enum position, MethodInfo * method)); DO_APP_FUNC(0x02BF45C0, int32_t, TMP_TextUtilities_GetCursorIndexFromPosition, (TMP_Text * textComponent, Vector3 position, Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x02BF4800, int32_t, TMP_TextUtilities_GetCursorIndexFromPosition_1, (TMP_Text * textComponent, Vector3 position, Camera * camera, CaretPosition__Enum * cursor, MethodInfo * method)); DO_APP_FUNC(0x02BF4AF0, int32_t, TMP_TextUtilities_FindNearestLine, (TMP_Text * text, Vector3 position, Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x02BF4DF0, int32_t, TMP_TextUtilities_FindNearestCharacterOnLine, (TMP_Text * text, Vector3 position, int32_t line, Camera * camera, bool visibleOnly, MethodInfo * method)); DO_APP_FUNC(0x02BF5410, bool, TMP_TextUtilities_IsIntersectingRectTransform, (RectTransform * rectTransform, Vector3 position, Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x02BF56C0, int32_t, TMP_TextUtilities_FindIntersectingCharacter, (TMP_Text * text, Vector3 position, Camera * camera, bool visibleOnly, MethodInfo * method)); DO_APP_FUNC(0x02BF5AA0, int32_t, TMP_TextUtilities_FindNearestCharacter, (TMP_Text * text, Vector3 position, Camera * camera, bool visibleOnly, MethodInfo * method)); DO_APP_FUNC(0x02BF6070, int32_t, TMP_TextUtilities_FindIntersectingWord, (TMP_Text * text, Vector3 position, Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x02BF6CD0, int32_t, TMP_TextUtilities_FindNearestWord, (TMP_Text * text, Vector3 position, Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x02BF7B90, int32_t, TMP_TextUtilities_FindIntersectingLine, (TMP_Text * text, Vector3 position, Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x02BF7DE0, int32_t, TMP_TextUtilities_FindIntersectingLink, (TMP_Text * text, Vector3 position, Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x02BF8810, int32_t, TMP_TextUtilities_FindNearestLink, (TMP_Text * text, Vector3 position, Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x02BF9740, bool, TMP_TextUtilities_PointIntersectRectangle, (Vector3 m, Vector3 a, Vector3 b, Vector3 c, Vector3 d, MethodInfo * method)); DO_APP_FUNC(0x02BF98E0, bool, TMP_TextUtilities_ScreenPointToWorldPointInRectangle, (Transform * transform, Vector2 screenPoint, Camera * cam, Vector3 * worldPoint, MethodInfo * method)); DO_APP_FUNC(0x02BF9EE0, bool, TMP_TextUtilities_IntersectLinePlane, (TMP_TextUtilities_LineSegment line, Vector3 point, Vector3 normal, Vector3 * intersectingPoint, MethodInfo * method)); DO_APP_FUNC(0x02BFA0D0, float, TMP_TextUtilities_DistanceToLine, (Vector3 a, Vector3 b, Vector3 point, MethodInfo * method)); DO_APP_FUNC(0x02BFA2B0, uint16_t, TMP_TextUtilities_ToLowerFast, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x02BFA320, uint16_t, TMP_TextUtilities_ToUpperFast, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x02BFA390, uint32_t, TMP_TextUtilities_ToUpperASCIIFast, (uint32_t c, MethodInfo * method)); DO_APP_FUNC(0x02BFA410, int32_t, TMP_TextUtilities_GetHashCode, (String * s, MethodInfo * method)); DO_APP_FUNC(0x02BF4140, int32_t, TMP_TextUtilities_GetSimpleHashCode, (String * s, MethodInfo * method)); DO_APP_FUNC(0x02BFA530, uint32_t, TMP_TextUtilities_GetSimpleHashCodeLowercase, (String * s, MethodInfo * method)); DO_APP_FUNC(0x02BFA650, int32_t, TMP_TextUtilities_HexToInt, (uint16_t hex, MethodInfo * method)); DO_APP_FUNC(0x02BFA760, int32_t, TMP_TextUtilities_StringHexToInt, (String * s, MethodInfo * method)); DO_APP_FUNC(0x02BFA960, void, TMP_TextUtilities__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02BFAA20, void, TMP_TextUtilities_LineSegment__ctor, (TMP_TextUtilities_LineSegment * __this, Vector3 p1, Vector3 p2, MethodInfo * method)); DO_APP_FUNC(0x02BFAA40, TMP_UpdateManager *, TMP_UpdateManager_get_instance, (MethodInfo * method)); DO_APP_FUNC(0x02BFAB70, void, TMP_UpdateManager__ctor, (TMP_UpdateManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02BFAFE0, void, TMP_UpdateManager_RegisterTextObjectForUpdate, (TMP_Text * textObject, MethodInfo * method)); DO_APP_FUNC(0x02BFB100, void, TMP_UpdateManager_InternalRegisterTextObjectForUpdate, (TMP_UpdateManager * __this, TMP_Text * textObject, MethodInfo * method)); DO_APP_FUNC(0x02BFB1E0, void, TMP_UpdateManager_RegisterTextElementForLayoutRebuild, (TMP_Text * element, MethodInfo * method)); DO_APP_FUNC(0x02BFB300, void, TMP_UpdateManager_InternalRegisterTextElementForLayoutRebuild, (TMP_UpdateManager * __this, TMP_Text * element, MethodInfo * method)); DO_APP_FUNC(0x02BFB3E0, void, TMP_UpdateManager_RegisterTextElementForGraphicRebuild, (TMP_Text * element, MethodInfo * method)); DO_APP_FUNC(0x02BFB500, void, TMP_UpdateManager_InternalRegisterTextElementForGraphicRebuild, (TMP_UpdateManager * __this, TMP_Text * element, MethodInfo * method)); DO_APP_FUNC(0x02BFB5E0, void, TMP_UpdateManager_RegisterTextElementForCullingUpdate, (TMP_Text * element, MethodInfo * method)); DO_APP_FUNC(0x02BFB700, void, TMP_UpdateManager_InternalRegisterTextElementForCullingUpdate, (TMP_UpdateManager * __this, TMP_Text * element, MethodInfo * method)); DO_APP_FUNC(0x02BFB7E0, void, TMP_UpdateManager_OnCameraPreCull, (TMP_UpdateManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02BFB7F0, void, TMP_UpdateManager_DoRebuilds, (TMP_UpdateManager * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C248, TMP_UpdateManager_DoRebuilds__MethodInfo); DO_APP_FUNC(0x02BFBB20, void, TMP_UpdateManager_UnRegisterTextObjectForUpdate, (TMP_Text * textObject, MethodInfo * method)); DO_APP_FUNC(0x02BFBB90, void, TMP_UpdateManager_UnRegisterTextElementForRebuild, (TMP_Text * element, MethodInfo * method)); DO_APP_FUNC(0x02BFBD20, void, TMP_UpdateManager_InternalUnRegisterTextElementForGraphicRebuild, (TMP_UpdateManager * __this, TMP_Text * element, MethodInfo * method)); DO_APP_FUNC(0x02BFBDC0, void, TMP_UpdateManager_InternalUnRegisterTextElementForLayoutRebuild, (TMP_UpdateManager * __this, TMP_Text * element, MethodInfo * method)); DO_APP_FUNC(0x02BFBE60, void, TMP_UpdateManager_InternalUnRegisterTextObjectForUpdate, (TMP_UpdateManager * __this, TMP_Text * textObject, MethodInfo * method)); DO_APP_FUNC(0x02BFBF00, void, TMP_UpdateManager__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02BFC190, TMP_UpdateRegistry *, TMP_UpdateRegistry_get_instance, (MethodInfo * method)); DO_APP_FUNC(0x02BFC280, void, TMP_UpdateRegistry__ctor, (TMP_UpdateRegistry * __this, MethodInfo * method)); DO_APP_FUNC(0x02BFC530, void, TMP_UpdateRegistry_RegisterCanvasElementForLayoutRebuild, (ICanvasElement * element, MethodInfo * method)); DO_APP_FUNC(0x02BFC670, bool, TMP_UpdateRegistry_InternalRegisterCanvasElementForLayoutRebuild, (TMP_UpdateRegistry * __this, ICanvasElement * element, MethodInfo * method)); DO_APP_FUNC(0x02BFC7C0, void, TMP_UpdateRegistry_RegisterCanvasElementForGraphicRebuild, (ICanvasElement * element, MethodInfo * method)); DO_APP_FUNC(0x02BFC900, bool, TMP_UpdateRegistry_InternalRegisterCanvasElementForGraphicRebuild, (TMP_UpdateRegistry * __this, ICanvasElement * element, MethodInfo * method)); DO_APP_FUNC(0x02BFCA50, void, TMP_UpdateRegistry_PerformUpdateForCanvasRendererObjects, (TMP_UpdateRegistry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C208, TMP_UpdateRegistry_PerformUpdateForCanvasRendererObjects__MethodInfo); DO_APP_FUNC(0x02BFCD50, void, TMP_UpdateRegistry_PerformUpdateForMeshRendererObjects, (TMP_UpdateRegistry * __this, MethodInfo * method)); DO_APP_FUNC(0x02BFCDB0, void, TMP_UpdateRegistry_UnRegisterCanvasElementForRebuild, (ICanvasElement * element, MethodInfo * method)); DO_APP_FUNC(0x02BFCFC0, void, TMP_UpdateRegistry_InternalUnRegisterCanvasElementForLayoutRebuild, (TMP_UpdateRegistry * __this, ICanvasElement * element, MethodInfo * method)); DO_APP_FUNC(0x02BFD0C0, void, TMP_UpdateRegistry_InternalUnRegisterCanvasElementForGraphicRebuild, (TMP_UpdateRegistry * __this, ICanvasElement * element, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TexturePacker_JsonArray__ctor, (TexturePacker_JsonArray * __this, MethodInfo * method)); DO_APP_FUNC(0x02BFD1C0, String *, TexturePacker_JsonArray_SpriteFrame_ToString, (TexturePacker_JsonArray_SpriteFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x02BFD4F0, String *, TexturePacker_JsonArray_SpriteSize_ToString, (TexturePacker_JsonArray_SpriteSize * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TexturePacker_JsonArray_SpriteDataObject__ctor, (TexturePacker_JsonArray_SpriteDataObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, String *, SR_2_GetString, (String * name, MethodInfo * method)); DO_APP_FUNC(0x022600A0, String *, SR_2_Format, (String * resourceFormat, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x02260190, String *, SR_2_Format_1, (String * resourceFormat, Object * p1, Object * p2, MethodInfo * method)); DO_APP_FUNC(0x02260290, String *, SR_2_Format_2, (String * resourceFormat, Object * p1, Object * p2, Object * p3, MethodInfo * method)); DO_APP_FUNC(0x02260370, void, AesManaged__ctor, (AesManaged * __this, MethodInfo * method)); DO_APP_FUNC(0x022604E0, int32_t, AesManaged_get_FeedbackSize, (AesManaged * __this, MethodInfo * method)); DO_APP_FUNC(0x02260510, Byte__Array *, AesManaged_get_IV, (AesManaged * __this, MethodInfo * method)); DO_APP_FUNC(0x02260540, void, AesManaged_set_IV, (AesManaged * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02260570, Byte__Array *, AesManaged_get_Key, (AesManaged * __this, MethodInfo * method)); DO_APP_FUNC(0x022605A0, void, AesManaged_set_Key, (AesManaged * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC(0x022605D0, int32_t, AesManaged_get_KeySize, (AesManaged * __this, MethodInfo * method)); DO_APP_FUNC(0x02260600, void, AesManaged_set_KeySize, (AesManaged * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02260630, CipherMode__Enum, AesManaged_get_Mode, (AesManaged * __this, MethodInfo * method)); DO_APP_FUNC(0x02260660, void, AesManaged_set_Mode, (AesManaged * __this, CipherMode__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59FB8, AesManaged_set_Mode__MethodInfo); DO_APP_FUNC(0x02260710, PaddingMode__Enum, AesManaged_get_Padding, (AesManaged * __this, MethodInfo * method)); DO_APP_FUNC(0x02260740, void, AesManaged_set_Padding, (AesManaged * __this, PaddingMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02260770, ICryptoTransform *, AesManaged_CreateDecryptor, (AesManaged * __this, MethodInfo * method)); DO_APP_FUNC(0x022607A0, ICryptoTransform *, AesManaged_CreateDecryptor_1, (AesManaged * __this, Byte__Array * key, Byte__Array * iv, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59FC0, AesManaged_CreateDecryptor_1__MethodInfo); DO_APP_FUNC(0x02260950, ICryptoTransform *, AesManaged_CreateEncryptor, (AesManaged * __this, MethodInfo * method)); DO_APP_FUNC(0x02260980, ICryptoTransform *, AesManaged_CreateEncryptor_1, (AesManaged * __this, Byte__Array * key, Byte__Array * iv, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59FC8, AesManaged_CreateEncryptor_1__MethodInfo); DO_APP_FUNC(0x02260B30, void, AesManaged_Dispose, (AesManaged * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02260BF0, void, AesManaged_GenerateIV, (AesManaged * __this, MethodInfo * method)); DO_APP_FUNC(0x02260C20, void, AesManaged_GenerateKey, (AesManaged * __this, MethodInfo * method)); DO_APP_FUNC(0x02260C50, void, AesCryptoServiceProvider__ctor, (AesCryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x02260CB0, void, AesCryptoServiceProvider_GenerateIV, (AesCryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x02260D20, void, AesCryptoServiceProvider_GenerateKey, (AesCryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x02260D90, ICryptoTransform *, AesCryptoServiceProvider_CreateDecryptor, (AesCryptoServiceProvider * __this, Byte__Array * key, Byte__Array * iv, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59F70, AesCryptoServiceProvider_CreateDecryptor__MethodInfo); DO_APP_FUNC(0x02260EB0, ICryptoTransform *, AesCryptoServiceProvider_CreateEncryptor, (AesCryptoServiceProvider * __this, Byte__Array * key, Byte__Array * iv, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59F50, AesCryptoServiceProvider_CreateEncryptor__MethodInfo); DO_APP_FUNC(0x019F7FE0, Byte__Array *, AesCryptoServiceProvider_get_IV, (AesCryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x02260FD0, void, AesCryptoServiceProvider_set_IV, (AesCryptoServiceProvider * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC(0x019F8250, Byte__Array *, AesCryptoServiceProvider_get_Key, (AesCryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x02260FE0, void, AesCryptoServiceProvider_set_Key, (AesCryptoServiceProvider * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, AesCryptoServiceProvider_get_KeySize, (AesCryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x02260FF0, void, AesCryptoServiceProvider_set_KeySize, (AesCryptoServiceProvider * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, AesCryptoServiceProvider_get_FeedbackSize, (AesCryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x01365740, CipherMode__Enum, AesCryptoServiceProvider_get_Mode, (AesCryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x02261000, void, AesCryptoServiceProvider_set_Mode, (AesCryptoServiceProvider * __this, CipherMode__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59F40, AesCryptoServiceProvider_set_Mode__MethodInfo); DO_APP_FUNC(0x00436FB0, PaddingMode__Enum, AesCryptoServiceProvider_get_Padding, (AesCryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x019F86C0, void, AesCryptoServiceProvider_set_Padding, (AesCryptoServiceProvider * __this, PaddingMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x019F8940, ICryptoTransform *, AesCryptoServiceProvider_CreateDecryptor_1, (AesCryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x019F88D0, ICryptoTransform *, AesCryptoServiceProvider_CreateEncryptor_1, (AesCryptoServiceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x022610E0, void, AesCryptoServiceProvider_Dispose, (AesCryptoServiceProvider * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x022610F0, void, AesTransform__ctor, (AesTransform * __this, Aes * algo, bool encryption, Byte__Array * key, Byte__Array * iv, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59FA0, AesTransform__ctor__MethodInfo); DO_APP_FUNC(0x02261930, void, AesTransform_ECB, (AesTransform * __this, Byte__Array * input, Byte__Array * output, MethodInfo * method)); DO_APP_FUNC(0x02261960, uint32_t, AesTransform_SubByte, (AesTransform * __this, uint32_t a, MethodInfo * method)); DO_APP_FUNC(0x02261A50, void, AesTransform_Encrypt128, (AesTransform * __this, Byte__Array * indata, Byte__Array * outdata, UInt32__Array * ekey, MethodInfo * method)); DO_APP_FUNC(0x02264820, void, AesTransform_Decrypt128, (AesTransform * __this, Byte__Array * indata, Byte__Array * outdata, UInt32__Array * ekey, MethodInfo * method)); DO_APP_FUNC(0x02267620, void, AesTransform__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02267D70, RSA *, RSACertificateExtensions_GetRSAPublicKey, (X509Certificate2 * certificate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59EE0, RSACertificateExtensions_GetRSAPublicKey__MethodInfo); DO_APP_FUNC(0x02267E70, Exception *, Error_1_ArgumentNull, (String * s, MethodInfo * method)); DO_APP_FUNC(0x02267F10, Exception *, Error_1_ArgumentOutOfRange, (String * s, MethodInfo * method)); DO_APP_FUNC(0x02267FB0, Exception *, Error_1_MoreThanOneMatch, (MethodInfo * method)); DO_APP_FUNC(0x02268030, Exception *, Error_1_NoElements, (MethodInfo * method)); DO_APP_FUNC(0x022680B0, Exception *, Error_1_NoMatch, (MethodInfo * method)); DO_APP_FUNC(0x02268130, Exception *, Error_1_NotSupported, (MethodInfo * method)); DO_APP_FUNC(0x022681C0, IEnumerable_1_System_Int32_ *, Enumerable_Range, (int32_t start, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59F28, Enumerable_Range__MethodInfo); DO_APP_FUNC(0x02268280, IEnumerable_1_System_Int32_ *, Enumerable_RangeIterator, (int32_t start, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02268300, int32_t, Enumerable_Sum, (IEnumerable_1_System_Int32_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59EA8, Enumerable_Sum__MethodInfo); DO_APP_FUNC(0x022684D0, int32_t, Enumerable_Min, (IEnumerable_1_System_Int32_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59E98, Enumerable_Min__MethodInfo); DO_APP_FUNC(0x02268730, int32_t, Enumerable_Max, (IEnumerable_1_System_Int32_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59EA0, Enumerable_Max__MethodInfo); DO_APP_FUNC(0x02268990, double, Enumerable_Average, (IEnumerable_1_System_Int32_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59E88, Enumerable_Average__MethodInfo); DO_APP_FUNC(0x00FD1020, void, Enumerable_RangeIterator_d_115__ctor, (Enumerable_RangeIterator_d_115 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_RangeIterator_d_115_System_IDisposable_Dispose, (Enumerable_RangeIterator_d_115 * __this, MethodInfo * method)); DO_APP_FUNC(0x02268C30, bool, Enumerable_RangeIterator_d_115_MoveNext, (Enumerable_RangeIterator_d_115 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, Enumerable_RangeIterator_d_115_System_Collections_Generic_IEnumerator_System_Int32__get_Current, (Enumerable_RangeIterator_d_115 * __this, MethodInfo * method)); DO_APP_FUNC(0x02268C70, void, Enumerable_RangeIterator_d_115_System_Collections_IEnumerator_Reset, (Enumerable_RangeIterator_d_115 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59E90, Enumerable_RangeIterator_d_115_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02268CC0, Object *, Enumerable_RangeIterator_d_115_System_Collections_IEnumerator_get_Current, (Enumerable_RangeIterator_d_115 * __this, MethodInfo * method)); DO_APP_FUNC(0x02268D10, IEnumerator_1_System_Int32_ *, Enumerable_RangeIterator_d_115_System_Collections_Generic_IEnumerable_System_Int32__GetEnumerator, (Enumerable_RangeIterator_d_115 * __this, MethodInfo * method)); DO_APP_FUNC(0x02268D10, IEnumerator *, Enumerable_RangeIterator_d_115_System_Collections_IEnumerable_GetEnumerator, (Enumerable_RangeIterator_d_115 * __this, MethodInfo * method)); DO_APP_FUNC(0x02268DB0, MethodInfo_1 *, CachedReflectionInfo_get_String_op_Equality_String_String, (MethodInfo * method)); DO_APP_FUNC(0x02268FE0, MethodInfo_1 *, CachedReflectionInfo_get_Math_Pow_Double_Double, (MethodInfo * method)); DO_APP_FUNC(0x02269220, void, BinaryExpression__ctor, (BinaryExpression * __this, Expression_1 * left, Expression_1 * right, MethodInfo * method)); DO_APP_FUNC(0x02269330, bool, BinaryExpression_get_CanReduce, (BinaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02269360, bool, BinaryExpression_IsOpAssignment, (ExpressionType__Enum_1 op, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Expression_1 *, BinaryExpression_get_Right, (BinaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Expression_1 *, BinaryExpression_get_Left, (BinaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02269370, MethodInfo_1 *, BinaryExpression_get_Method, (BinaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, MethodInfo_1 *, BinaryExpression_GetMethod, (BinaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02269390, BinaryExpression *, BinaryExpression_Update, (BinaryExpression * __this, Expression_1 * left, LambdaExpression * conversion, Expression_1 * right, MethodInfo * method)); DO_APP_FUNC(0x022698D0, Expression_1 *, BinaryExpression_Reduce, (BinaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02269950, ExpressionType__Enum_1, BinaryExpression_GetBinaryOpFromAssignmentOp, (ExpressionType__Enum_1 op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59EB0, BinaryExpression_GetBinaryOpFromAssignmentOp__MethodInfo); DO_APP_FUNC(0x02269A70, Expression_1 *, BinaryExpression_ReduceVariable, (BinaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02269BB0, Expression_1 *, BinaryExpression_ReduceMember, (BinaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x0226A0F0, Expression_1 *, BinaryExpression_ReduceIndex, (BinaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x01AB41A0, LambdaExpression *, BinaryExpression_get_Conversion, (BinaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, LambdaExpression *, BinaryExpression_GetConversion, (BinaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x0226A980, bool, BinaryExpression_get_IsLifted, (BinaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x0226AB70, bool, BinaryExpression_get_IsLiftedToNull, (BinaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x0226ABF0, Expression_1 *, BinaryExpression_Accept, (BinaryExpression * __this, ExpressionVisitor * visitor, MethodInfo * method)); DO_APP_FUNC(0x0226AC20, bool, BinaryExpression_get_IsLiftedLogical, (BinaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x0226ADF0, bool, BinaryExpression_get_IsReferenceComparison, (BinaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x0226AEF0, Expression_1 *, BinaryExpression_ReduceUserdefinedLifted, (BinaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x0226BA50, void, LogicalBinaryExpression__ctor, (LogicalBinaryExpression * __this, ExpressionType__Enum_1 nodeType, Expression_1 * left, Expression_1 * right, MethodInfo * method)); DO_APP_FUNC(0x0226BA90, Type *, LogicalBinaryExpression_get_Type, (LogicalBinaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, ExpressionType__Enum_1, LogicalBinaryExpression_get_NodeType, (LogicalBinaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x0226BB00, void, AssignBinaryExpression__ctor, (AssignBinaryExpression * __this, Expression_1 * left, Expression_1 * right, MethodInfo * method)); DO_APP_FUNC(0x0222B090, Type *, AssignBinaryExpression_get_Type, (AssignBinaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x0226BB10, ExpressionType__Enum_1, AssignBinaryExpression_get_NodeType, (AssignBinaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x0226BB20, void, CoalesceConversionBinaryExpression__ctor, (CoalesceConversionBinaryExpression * __this, Expression_1 * left, Expression_1 * right, LambdaExpression * conversion, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, LambdaExpression *, CoalesceConversionBinaryExpression_GetConversion, (CoalesceConversionBinaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x00EECFF0, ExpressionType__Enum_1, CoalesceConversionBinaryExpression_get_NodeType, (CoalesceConversionBinaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x004982D0, Type *, CoalesceConversionBinaryExpression_get_Type, (CoalesceConversionBinaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x0226BB90, void, OpAssignMethodConversionBinaryExpression__ctor, (OpAssignMethodConversionBinaryExpression * __this, ExpressionType__Enum_1 nodeType, Expression_1 * left, Expression_1 * right, Type * type, MethodInfo_1 * method_1, LambdaExpression * conversion, MethodInfo * method)); DO_APP_FUNC(0x003C5320, LambdaExpression *, OpAssignMethodConversionBinaryExpression_GetConversion, (OpAssignMethodConversionBinaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x0226BC60, void, SimpleBinaryExpression__ctor, (SimpleBinaryExpression * __this, ExpressionType__Enum_1 nodeType, Expression_1 * left, Expression_1 * right, Type * type, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, ExpressionType__Enum_1, SimpleBinaryExpression_get_NodeType, (SimpleBinaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Type *, SimpleBinaryExpression_get_Type, (SimpleBinaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x0226BCE0, void, MethodBinaryExpression__ctor, (MethodBinaryExpression * __this, ExpressionType__Enum_1 nodeType, Expression_1 * left, Expression_1 * right, Type * type, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x003B9330, MethodInfo_1 *, MethodBinaryExpression_GetMethod, (MethodBinaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x0226BD60, BinaryExpression *, Expression_1_Assign, (Expression_1 * left, Expression_1 * right, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59DF0, Expression_1_Assign__MethodInfo); DO_APP_FUNC(0x0226BFF0, BinaryExpression *, Expression_1_GetUserDefinedBinaryOperator, (ExpressionType__Enum_1 binaryType, String * name, Expression_1 * left, Expression_1 * right, bool liftToNull, MethodInfo * method)); DO_APP_FUNC(0x0226C400, BinaryExpression *, Expression_1_GetMethodBasedBinaryOperator, (ExpressionType__Enum_1 binaryType, Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, bool liftToNull, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59DE0, Expression_1_GetMethodBasedBinaryOperator__MethodInfo); DO_APP_FUNC(0x0226CAB0, BinaryExpression *, Expression_1_GetMethodBasedAssignOperator, (ExpressionType__Enum_1 binaryType, Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, LambdaExpression * conversion, bool liftToNull, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59D88, Expression_1_GetMethodBasedAssignOperator__MethodInfo); DO_APP_FUNC(0x0226CD80, BinaryExpression *, Expression_1_GetUserDefinedBinaryOperatorOrThrow, (ExpressionType__Enum_1 binaryType, String * name, Expression_1 * left, Expression_1 * right, bool liftToNull, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59D78, Expression_1_GetUserDefinedBinaryOperatorOrThrow__MethodInfo); DO_APP_FUNC(0x0226CFF0, BinaryExpression *, Expression_1_GetUserDefinedAssignOperatorOrThrow, (ExpressionType__Enum_1 binaryType, String * name, Expression_1 * left, Expression_1 * right, LambdaExpression * conversion, bool liftToNull, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59D70, Expression_1_GetUserDefinedAssignOperatorOrThrow__MethodInfo); DO_APP_FUNC(0x0226D2C0, MethodInfo_1 *, Expression_1_GetUserDefinedBinaryOperator_1, (ExpressionType__Enum_1 binaryType, Type * leftType, Type * rightType, String * name, MethodInfo * method)); DO_APP_FUNC(0x0226D6A0, bool, Expression_1_IsLiftingConditionalLogicalOperator, (Type * left, Type * right, MethodInfo_1 * method_1, ExpressionType__Enum_1 binaryType, MethodInfo * method)); DO_APP_FUNC(0x0226D760, bool, Expression_1_ParameterIsAssignable, (ParameterInfo * pi, Type * argType, MethodInfo * method)); DO_APP_FUNC(0x0226D820, void, Expression_1_ValidateParamswithOperandsOrThrow, (Type * paramType, Type * operandType, ExpressionType__Enum_1 exprType, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59DA0, Expression_1_ValidateParamswithOperandsOrThrow__MethodInfo); DO_APP_FUNC(0x0226D910, void, Expression_1_ValidateOperator, (MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59D98, Expression_1_ValidateOperator__MethodInfo); DO_APP_FUNC(0x0226DAF0, void, Expression_1_ValidateMethodInfo, (MethodInfo_1 * method_1, String * paramName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59D90, Expression_1_ValidateMethodInfo__MethodInfo); DO_APP_FUNC(0x0226DB80, bool, Expression_1_IsNullComparison, (Expression_1 * left, Expression_1 * right, MethodInfo * method)); DO_APP_FUNC(0x0226DDC0, bool, Expression_1_IsNullConstant, (Expression_1 * e, MethodInfo * method)); DO_APP_FUNC(0x0226DE30, void, Expression_1_ValidateUserDefinedConditionalLogicOperator, (ExpressionType__Enum_1 nodeType, Type * left, Type * right, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59D40, Expression_1_ValidateUserDefinedConditionalLogicOperator__MethodInfo); DO_APP_FUNC(0x0226E5E0, void, Expression_1_VerifyOpTrueFalse, (ExpressionType__Enum_1 nodeType, Type * left, MethodInfo_1 * opTrue, String * paramName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59D38, Expression_1_VerifyOpTrueFalse__MethodInfo); DO_APP_FUNC(0x0226E7D0, bool, Expression_1_IsValidLiftedConditionalLogicalOperator, (Type * left, Type * right, ParameterInfo__Array * pms, MethodInfo * method)); DO_APP_FUNC(0x0226E980, BinaryExpression *, Expression_1_MakeBinary, (ExpressionType__Enum_1 binaryType, Expression_1 * left, Expression_1 * right, bool liftToNull, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x0226EA20, BinaryExpression *, Expression_1_MakeBinary_1, (ExpressionType__Enum_1 binaryType, Expression_1 * left, Expression_1 * right, bool liftToNull, MethodInfo_1 * method_1, LambdaExpression * conversion, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59D68, Expression_1_MakeBinary_1__MethodInfo); DO_APP_FUNC(0x0226F910, BinaryExpression *, Expression_1_Equal, (Expression_1 * left, Expression_1 * right, bool liftToNull, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x0226FA40, BinaryExpression *, Expression_1_ReferenceEqual, (Expression_1 * left, Expression_1 * right, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59D50, Expression_1_ReferenceEqual__MethodInfo); DO_APP_FUNC(0x0226FBF0, BinaryExpression *, Expression_1_NotEqual, (Expression_1 * left, Expression_1 * right, bool liftToNull, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x0226FD20, BinaryExpression *, Expression_1_ReferenceNotEqual, (Expression_1 * left, Expression_1 * right, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59D48, Expression_1_ReferenceNotEqual__MethodInfo); DO_APP_FUNC(0x0226FED0, BinaryExpression *, Expression_1_GetEqualityComparisonOperator, (ExpressionType__Enum_1 binaryType, String * opName, Expression_1 * left, Expression_1 * right, bool liftToNull, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59CE8, Expression_1_GetEqualityComparisonOperator__MethodInfo); DO_APP_FUNC(0x022703B0, BinaryExpression *, Expression_1_GreaterThan, (Expression_1 * left, Expression_1 * right, bool liftToNull, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x022704E0, BinaryExpression *, Expression_1_LessThan, (Expression_1 * left, Expression_1 * right, bool liftToNull, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02270610, BinaryExpression *, Expression_1_GreaterThanOrEqual, (Expression_1 * left, Expression_1 * right, bool liftToNull, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02270740, BinaryExpression *, Expression_1_LessThanOrEqual, (Expression_1 * left, Expression_1 * right, bool liftToNull, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02270870, BinaryExpression *, Expression_1_GetComparisonOperator, (ExpressionType__Enum_1 binaryType, String * opName, Expression_1 * left, Expression_1 * right, bool liftToNull, MethodInfo * method)); DO_APP_FUNC(0x02270AD0, BinaryExpression *, Expression_1_AndAlso, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59D10, Expression_1_AndAlso__MethodInfo); DO_APP_FUNC(0x02271200, BinaryExpression *, Expression_1_OrElse, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59D00, Expression_1_OrElse__MethodInfo); DO_APP_FUNC(0x02271900, BinaryExpression *, Expression_1_Coalesce, (Expression_1 * left, Expression_1 * right, LambdaExpression * conversion, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59C98, Expression_1_Coalesce__MethodInfo); DO_APP_FUNC(0x02271EE0, Type *, Expression_1_ValidateCoalesceArgTypes, (Type * left, Type * right, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59C90, Expression_1_ValidateCoalesceArgTypes__MethodInfo); DO_APP_FUNC(0x02272120, BinaryExpression *, Expression_1_Add, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02272380, BinaryExpression *, Expression_1_AddAssign, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, LambdaExpression * conversion, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59CC0, Expression_1_AddAssign__MethodInfo); DO_APP_FUNC(0x02272650, void, Expression_1_ValidateOpAssignConversionLambda, (LambdaExpression * conversion, Expression_1 * left, MethodInfo_1 * method_1, ExpressionType__Enum_1 nodeType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59CC8, Expression_1_ValidateOpAssignConversionLambda__MethodInfo); DO_APP_FUNC(0x022729C0, BinaryExpression *, Expression_1_AddAssignChecked, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, LambdaExpression * conversion, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59CB8, Expression_1_AddAssignChecked__MethodInfo); DO_APP_FUNC(0x02272C90, BinaryExpression *, Expression_1_AddChecked, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02272F00, BinaryExpression *, Expression_1_Subtract, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02273170, BinaryExpression *, Expression_1_SubtractAssign, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, LambdaExpression * conversion, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59CB0, Expression_1_SubtractAssign__MethodInfo); DO_APP_FUNC(0x02273440, BinaryExpression *, Expression_1_SubtractAssignChecked, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, LambdaExpression * conversion, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59C60, Expression_1_SubtractAssignChecked__MethodInfo); DO_APP_FUNC(0x02273710, BinaryExpression *, Expression_1_SubtractChecked, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02273980, BinaryExpression *, Expression_1_Divide, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02273BF0, BinaryExpression *, Expression_1_DivideAssign, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, LambdaExpression * conversion, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59C50, Expression_1_DivideAssign__MethodInfo); DO_APP_FUNC(0x02273EC0, BinaryExpression *, Expression_1_Modulo, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02274130, BinaryExpression *, Expression_1_ModuloAssign, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, LambdaExpression * conversion, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59C78, Expression_1_ModuloAssign__MethodInfo); DO_APP_FUNC(0x02274400, BinaryExpression *, Expression_1_Multiply, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02274670, BinaryExpression *, Expression_1_MultiplyAssign, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, LambdaExpression * conversion, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59C70, Expression_1_MultiplyAssign__MethodInfo); DO_APP_FUNC(0x02274940, BinaryExpression *, Expression_1_MultiplyAssignChecked, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, LambdaExpression * conversion, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59C68, Expression_1_MultiplyAssignChecked__MethodInfo); DO_APP_FUNC(0x02274C10, BinaryExpression *, Expression_1_MultiplyChecked, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02274E80, bool, Expression_1_IsSimpleShift, (Type * left, Type * right, MethodInfo * method)); DO_APP_FUNC(0x02274F60, Type *, Expression_1_GetResultTypeOfShift, (Type * left, Type * right, MethodInfo * method)); DO_APP_FUNC(0x022750E0, BinaryExpression *, Expression_1_LeftShift, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02275330, BinaryExpression *, Expression_1_LeftShiftAssign, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, LambdaExpression * conversion, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59C18, Expression_1_LeftShiftAssign__MethodInfo); DO_APP_FUNC(0x022755E0, BinaryExpression *, Expression_1_RightShift, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02275830, BinaryExpression *, Expression_1_RightShiftAssign, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, LambdaExpression * conversion, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59C08, Expression_1_RightShiftAssign__MethodInfo); DO_APP_FUNC(0x02275AE0, BinaryExpression *, Expression_1_And, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02275D50, BinaryExpression *, Expression_1_AndAssign, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, LambdaExpression * conversion, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59C40, Expression_1_AndAssign__MethodInfo); DO_APP_FUNC(0x02276020, BinaryExpression *, Expression_1_Or, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02276290, BinaryExpression *, Expression_1_OrAssign, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, LambdaExpression * conversion, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59C38, Expression_1_OrAssign__MethodInfo); DO_APP_FUNC(0x02276560, BinaryExpression *, Expression_1_ExclusiveOr, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x022767D0, BinaryExpression *, Expression_1_ExclusiveOrAssign, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, LambdaExpression * conversion, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59C28, Expression_1_ExclusiveOrAssign__MethodInfo); DO_APP_FUNC(0x02276AA0, BinaryExpression *, Expression_1_Power, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59BC8, Expression_1_Power__MethodInfo); DO_APP_FUNC(0x02276EC0, BinaryExpression *, Expression_1_PowerAssign, (Expression_1 * left, Expression_1 * right, MethodInfo_1 * method_1, LambdaExpression * conversion, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59BB0, Expression_1_PowerAssign__MethodInfo); DO_APP_FUNC(0x02277060, BinaryExpression *, Expression_1_ArrayIndex, (Expression_1 * array, Expression_1 * index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59BA8, Expression_1_ArrayIndex__MethodInfo); DO_APP_FUNC(0x022772C0, BlockExpression *, Expression_1_Block, (Type * type, Expression_1__Array * expressions, MethodInfo * method)); DO_APP_FUNC(0x02277390, BlockExpression *, Expression_1_Block_1, (Type * type, IEnumerable_1_System_Linq_Expressions_Expression_ * expressions, MethodInfo * method)); DO_APP_FUNC(0x02277440, BlockExpression *, Expression_1_Block_2, (Type * type, IEnumerable_1_System_Linq_Expressions_ParameterExpression_ * variables, Expression_1__Array * expressions, MethodInfo * method)); DO_APP_FUNC(0x022774B0, BlockExpression *, Expression_1_Block_3, (IEnumerable_1_System_Linq_Expressions_ParameterExpression_ * variables, IEnumerable_1_System_Linq_Expressions_Expression_ * expressions, MethodInfo * method)); DO_APP_FUNC(0x022776C0, BlockExpression *, Expression_1_Block_4, (Type * type, IEnumerable_1_System_Linq_Expressions_ParameterExpression_ * variables, IEnumerable_1_System_Linq_Expressions_Expression_ * expressions, MethodInfo * method)); DO_APP_FUNC(0x022779F0, BlockExpression *, Expression_1_BlockCore, (Type * type, ReadOnlyCollection_1_System_Linq_Expressions_ParameterExpression_ * variables, ReadOnlyCollection_1_System_Linq_Expressions_Expression_ * expressions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59B50, Expression_1_BlockCore__MethodInfo); DO_APP_FUNC(0x02277E40, void, Expression_1_ValidateVariables, (ReadOnlyCollection_1_System_Linq_Expressions_ParameterExpression_ * varList, String * collectionName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59B30, Expression_1_ValidateVariables__MethodInfo); DO_APP_FUNC(0x022780F0, BlockExpression *, Expression_1_GetOptimizedBlockExpression, (IReadOnlyList_1_System_Linq_Expressions_Expression_ * expressions, MethodInfo * method)); DO_APP_FUNC(0x02278600, CatchBlock *, Expression_1_MakeCatchBlock, (Type * type, ParameterExpression * variable, Expression_1 * body, Expression_1 * filter, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59AF8, Expression_1_MakeCatchBlock__MethodInfo); DO_APP_FUNC(0x02278AA0, ConditionalExpression *, Expression_1_Condition, (Expression_1 * test, Expression_1 * ifTrue, Expression_1 * ifFalse, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59AE0, Expression_1_Condition__MethodInfo); DO_APP_FUNC(0x02278D30, ConditionalExpression *, Expression_1_Condition_1, (Expression_1 * test, Expression_1 * ifTrue, Expression_1 * ifFalse, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59B28, Expression_1_Condition_1__MethodInfo); DO_APP_FUNC(0x02279030, ConstantExpression *, Expression_1_Constant, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x022790A0, ConstantExpression *, Expression_1_Constant_1, (Object * value, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59B18, Expression_1_Constant_1__MethodInfo); DO_APP_FUNC(0x02279380, DefaultExpression *, Expression_1_Empty, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Expression_1__ctor, (Expression_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x022794B0, ExpressionType__Enum_1, Expression_1_get_NodeType, (Expression_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59AC0, Expression_1_get_NodeType__MethodInfo); DO_APP_FUNC(0x022795B0, Type *, Expression_1_get_Type, (Expression_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59AA8, Expression_1_get_Type__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Expression_1_get_CanReduce, (Expression_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x022796B0, Expression_1 *, Expression_1_Reduce, (Expression_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59A90, Expression_1_Reduce__MethodInfo); DO_APP_FUNC(0x02279700, Expression_1 *, Expression_1_VisitChildren, (Expression_1 * __this, ExpressionVisitor * visitor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59A98, Expression_1_VisitChildren__MethodInfo); DO_APP_FUNC(0x02279790, Expression_1 *, Expression_1_Accept, (Expression_1 * __this, ExpressionVisitor * visitor, MethodInfo * method)); DO_APP_FUNC(0x022797C0, Expression_1 *, Expression_1_ReduceAndCheck, (Expression_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59A88, Expression_1_ReduceAndCheck__MethodInfo); DO_APP_FUNC(0x02279920, String *, Expression_1_ToString, (Expression_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x022799B0, void, Expression_1_RequiresCanRead, (IReadOnlyList_1_System_Linq_Expressions_Expression_ * items, String * paramName, MethodInfo * method)); DO_APP_FUNC(0x02279AE0, void, Expression_1_RequiresCanWrite, (Expression_1 * expression, String * paramName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59AD0, Expression_1_RequiresCanWrite__MethodInfo); DO_APP_FUNC(0x02279D80, GotoExpression *, Expression_1_Goto, (LabelTarget * target, Expression_1 * value, MethodInfo * method)); DO_APP_FUNC(0x02279E40, GotoExpression *, Expression_1_MakeGoto, (GotoExpressionKind__Enum kind, LabelTarget * target, Expression_1 * value, Type * type, MethodInfo * method)); DO_APP_FUNC(0x0227A060, void, Expression_1_ValidateGoto, (LabelTarget * target, Expression_1 * * value, String * targetParameter, String * valueParameter, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59A68, Expression_1_ValidateGoto__MethodInfo); DO_APP_FUNC(0x0227A370, void, Expression_1_ValidateGotoType, (Type * expectedType, Expression_1 * * value, String * paramName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59A60, Expression_1_ValidateGotoType__MethodInfo); DO_APP_FUNC(0x0227A4E0, IndexExpression *, Expression_1_MakeIndex, (Expression_1 * instance, PropertyInfo_1 * indexer, IEnumerable_1_System_Linq_Expressions_Expression_ * arguments, MethodInfo * method)); DO_APP_FUNC(0x0227A690, IndexExpression *, Expression_1_ArrayAccess, (Expression_1 * array, Expression_1__Array * indexes, MethodInfo * method)); DO_APP_FUNC(0x0227A6F0, IndexExpression *, Expression_1_ArrayAccess_1, (Expression_1 * array, IEnumerable_1_System_Linq_Expressions_Expression_ * indexes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59A58, Expression_1_ArrayAccess_1__MethodInfo); DO_APP_FUNC(0x0227AAD0, IndexExpression *, Expression_1_Property, (Expression_1 * instance, PropertyInfo_1 * indexer, IEnumerable_1_System_Linq_Expressions_Expression_ * arguments, MethodInfo * method)); DO_APP_FUNC(0x0227AC20, IndexExpression *, Expression_1_MakeIndexProperty, (Expression_1 * instance, PropertyInfo_1 * indexer, String * paramName, ReadOnlyCollection_1_System_Linq_Expressions_Expression_ * argList, MethodInfo * method)); DO_APP_FUNC(0x0227AD00, void, Expression_1_ValidateIndexedProperty, (Expression_1 * instance, PropertyInfo_1 * indexer, String * paramName, ReadOnlyCollection_1_System_Linq_Expressions_Expression_ * * argList, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59A70, Expression_1_ValidateIndexedProperty__MethodInfo); DO_APP_FUNC(0x0227B3E0, void, Expression_1_ValidateAccessor, (Expression_1 * instance, MethodInfo_1 * method_1, ParameterInfo__Array * indexes, ReadOnlyCollection_1_System_Linq_Expressions_Expression_ * * arguments, String * paramName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59A28, Expression_1_ValidateAccessor__MethodInfo); DO_APP_FUNC(0x0227B6C0, void, Expression_1_ValidateAccessorArgumentTypes, (MethodInfo_1 * method_1, ParameterInfo__Array * indexes, ReadOnlyCollection_1_System_Linq_Expressions_Expression_ * * arguments, String * paramName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59A20, Expression_1_ValidateAccessorArgumentTypes__MethodInfo); DO_APP_FUNC(0x0227BC40, InvocationExpression *, Expression_1_Invoke, (Expression_1 * expression, Expression_1 * arg0, MethodInfo * method)); DO_APP_FUNC(0x0227BF40, MethodInfo_1 *, Expression_1_GetInvokeMethod, (Expression_1 * expression, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59A48, Expression_1_GetInvokeMethod__MethodInfo); DO_APP_FUNC(0x0227C160, LabelExpression *, Expression_1_Label, (LabelTarget * target, Expression_1 * defaultValue, MethodInfo * method)); DO_APP_FUNC(0x0227C330, LabelTarget *, Expression_1_Label_1, (Type * type, String * name, MethodInfo * method)); DO_APP_FUNC(0x0227C4F0, LambdaExpression *, Expression_1_CreateLambda, (Type * delegateType, Expression_1 * body, String * name, bool tailCall, ReadOnlyCollection_1_System_Linq_Expressions_ParameterExpression_ * parameters, MethodInfo * method)); DO_APP_FUNC(0x0227CBD0, LambdaExpression *, Expression_1_Lambda, (Type * delegateType, Expression_1 * body, ParameterExpression__Array * parameters, MethodInfo * method)); DO_APP_FUNC(0x0227CCE0, LambdaExpression *, Expression_1_Lambda_1, (Type * delegateType, Expression_1 * body, String * name, bool tailCall, IEnumerable_1_System_Linq_Expressions_ParameterExpression_ * parameters, MethodInfo * method)); DO_APP_FUNC(0x0227CDD0, void, Expression_1_ValidateLambdaArgs, (Type * delegateType, Expression_1 * * body, ReadOnlyCollection_1_System_Linq_Expressions_ParameterExpression_ * parameters, String * paramName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C599F8, Expression_1_ValidateLambdaArgs__MethodInfo); DO_APP_FUNC(0x0227D670, MemberExpression *, Expression_1_Field, (Expression_1 * expression, FieldInfo_1 * field, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C599E8, Expression_1_Field__MethodInfo); DO_APP_FUNC(0x0227D960, MemberExpression *, Expression_1_Field_1, (Expression_1 * expression, String * fieldName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59970, Expression_1_Field_1__MethodInfo); DO_APP_FUNC(0x0227DB30, MemberExpression *, Expression_1_Property_1, (Expression_1 * expression, String * propertyName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59968, Expression_1_Property_1__MethodInfo); DO_APP_FUNC(0x0227DD50, MemberExpression *, Expression_1_Property_2, (Expression_1 * expression, PropertyInfo_1 * property, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59958, Expression_1_Property_2__MethodInfo); DO_APP_FUNC(0x0227E190, MemberExpression *, Expression_1_MakeMemberAccess, (Expression_1 * expression, MemberInfo_1 * member, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59998, Expression_1_MakeMemberAccess__MethodInfo); DO_APP_FUNC(0x0227E5A0, MethodCallExpression *, Expression_1_Call, (MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x0227E6F0, MethodCallExpression *, Expression_1_Call_1, (MethodInfo_1 * method_1, Expression_1 * arg0, MethodInfo * method)); DO_APP_FUNC(0x0227E950, MethodCallExpression *, Expression_1_Call_2, (MethodInfo_1 * method_1, Expression_1 * arg0, Expression_1 * arg1, MethodInfo * method)); DO_APP_FUNC(0x0227EC30, MethodCallExpression *, Expression_1_Call_3, (MethodInfo_1 * method_1, Expression_1 * arg0, Expression_1 * arg1, Expression_1 * arg2, MethodInfo * method)); DO_APP_FUNC(0x0227EFD0, MethodCallExpression *, Expression_1_Call_4, (MethodInfo_1 * method_1, Expression_1 * arg0, Expression_1 * arg1, Expression_1 * arg2, Expression_1 * arg3, MethodInfo * method)); DO_APP_FUNC(0x0227F560, MethodCallExpression *, Expression_1_Call_5, (MethodInfo_1 * method_1, Expression_1 * arg0, Expression_1 * arg1, Expression_1 * arg2, Expression_1 * arg3, Expression_1 * arg4, MethodInfo * method)); DO_APP_FUNC(0x0227FA70, MethodCallExpression *, Expression_1_Call_6, (MethodInfo_1 * method_1, IEnumerable_1_System_Linq_Expressions_Expression_ * arguments, MethodInfo * method)); DO_APP_FUNC(0x0227FAD0, MethodCallExpression *, Expression_1_Call_7, (Expression_1 * instance, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x0227FCD0, MethodCallExpression *, Expression_1_Call_8, (Expression_1 * instance, MethodInfo_1 * method_1, Expression_1__Array * arguments, MethodInfo * method)); DO_APP_FUNC(0x0227FD40, MethodCallExpression *, Expression_1_Call_9, (Expression_1 * instance, MethodInfo_1 * method_1, Expression_1 * arg0, MethodInfo * method)); DO_APP_FUNC(0x02280050, MethodCallExpression *, Expression_1_Call_10, (Expression_1 * instance, MethodInfo_1 * method_1, Expression_1 * arg0, Expression_1 * arg1, MethodInfo * method)); DO_APP_FUNC(0x02280460, MethodCallExpression *, Expression_1_Call_11, (Expression_1 * instance, MethodInfo_1 * method_1, Expression_1 * arg0, Expression_1 * arg1, Expression_1 * arg2, MethodInfo * method)); DO_APP_FUNC(0x02280990, MethodCallExpression *, Expression_1_Call_12, (Expression_1 * instance, String * methodName, Type__Array * typeArguments, Expression_1__Array * arguments, MethodInfo * method)); DO_APP_FUNC(0x02280B50, MethodCallExpression *, Expression_1_Call_13, (Expression_1 * instance, MethodInfo_1 * method_1, IEnumerable_1_System_Linq_Expressions_Expression_ * arguments, MethodInfo * method)); DO_APP_FUNC(0x02281150, ParameterInfo__Array *, Expression_1_ValidateMethodAndGetParameters, (Expression_1 * instance, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02281380, void, Expression_1_ValidateStaticOrInstanceMethod, (Expression_1 * instance, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59900, Expression_1_ValidateStaticOrInstanceMethod__MethodInfo); DO_APP_FUNC(0x022814A0, void, Expression_1_ValidateCallInstanceType, (Type * instanceType, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C598F8, Expression_1_ValidateCallInstanceType__MethodInfo); DO_APP_FUNC(0x02281550, void, Expression_1_ValidateArgumentTypes, (MethodBase * method_1, ExpressionType__Enum_1 nodeKind, ReadOnlyCollection_1_System_Linq_Expressions_Expression_ * * arguments, String * methodParamName, MethodInfo * method)); DO_APP_FUNC(0x02281560, ParameterInfo__Array *, Expression_1_GetParametersForValidation, (MethodBase * method_1, ExpressionType__Enum_1 nodeKind, MethodInfo * method)); DO_APP_FUNC(0x02281570, void, Expression_1_ValidateArgumentCount, (MethodBase * method_1, ExpressionType__Enum_1 nodeKind, int32_t count, ParameterInfo__Array * pis, MethodInfo * method)); DO_APP_FUNC(0x02281580, Expression_1 *, Expression_1_ValidateOneArgument, (MethodBase * method_1, ExpressionType__Enum_1 nodeKind, Expression_1 * arg, ParameterInfo * pi, String * methodParamName, String * argumentParamName, MethodInfo * method)); DO_APP_FUNC(0x022815C0, bool, Expression_1_TryQuote, (Type * parameterType, Expression_1 * * argument, MethodInfo * method)); DO_APP_FUNC(0x022815D0, MethodInfo_1 *, Expression_1_FindMethod, (Type * type, String * methodName, Type__Array * typeArgs, Expression_1__Array * args, BindingFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C598F0, Expression_1_FindMethod__MethodInfo); DO_APP_FUNC(0x02281940, bool, Expression_1_IsCompatible, (MethodBase * m, Expression_1__Array * arguments, MethodInfo * method)); DO_APP_FUNC(0x02281BE0, MethodInfo_1 *, Expression_1_ApplyTypeArgs, (MethodInfo_1 * m, Type__Array * typeArgs, MethodInfo * method)); DO_APP_FUNC(0x02281CB0, NewArrayExpression *, Expression_1_NewArrayInit, (Type * type, Expression_1__Array * initializers, MethodInfo * method)); DO_APP_FUNC(0x02281D10, NewArrayExpression *, Expression_1_NewArrayInit_1, (Type * type, IEnumerable_1_System_Linq_Expressions_Expression_ * initializers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C598B8, Expression_1_NewArrayInit_1__MethodInfo); DO_APP_FUNC(0x02282290, NewArrayExpression *, Expression_1_NewArrayBounds, (Type * type, IEnumerable_1_System_Linq_Expressions_Expression_ * bounds, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C598D0, Expression_1_NewArrayBounds__MethodInfo); DO_APP_FUNC(0x022826C0, ParameterExpression *, Expression_1_Parameter, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02282720, ParameterExpression *, Expression_1_Parameter_1, (Type * type, String * name, MethodInfo * method)); DO_APP_FUNC(0x022827E0, ParameterExpression *, Expression_1_Variable, (Type * type, String * name, MethodInfo * method)); DO_APP_FUNC(0x02282850, void, Expression_1_Validate, (Type * type, bool allowByRef, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C598C8, Expression_1_Validate__MethodInfo); DO_APP_FUNC(0x022829C0, TryExpression *, Expression_1_TryFinally, (Expression_1 * body, Expression_1 * finally, MethodInfo * method)); DO_APP_FUNC(0x02282A30, TryExpression *, Expression_1_MakeTry, (Type * type, Expression_1 * body, Expression_1 * finally, Expression_1 * fault, IEnumerable_1_System_Linq_Expressions_CatchBlock_ * handlers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59850, Expression_1_MakeTry__MethodInfo); DO_APP_FUNC(0x02282DC0, void, Expression_1_ValidateTryAndCatchHaveSameType, (Type * type, Expression_1 * tryBody, ReadOnlyCollection_1_System_Linq_Expressions_CatchBlock_ * handlers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59848, Expression_1_ValidateTryAndCatchHaveSameType__MethodInfo); DO_APP_FUNC(0x02283410, UnaryExpression *, Expression_1_MakeUnary, (ExpressionType__Enum_1 unaryType, Expression_1 * operand, Type * type, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C598A0, Expression_1_MakeUnary__MethodInfo); DO_APP_FUNC(0x022841E0, UnaryExpression *, Expression_1_GetUserDefinedUnaryOperatorOrThrow, (ExpressionType__Enum_1 unaryType, String * name, Expression_1 * operand, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59890, Expression_1_GetUserDefinedUnaryOperatorOrThrow__MethodInfo); DO_APP_FUNC(0x02284380, UnaryExpression *, Expression_1_GetUserDefinedUnaryOperator, (ExpressionType__Enum_1 unaryType, String * name, Expression_1 * operand, MethodInfo * method)); DO_APP_FUNC(0x02284740, UnaryExpression *, Expression_1_GetMethodBasedUnaryOperator, (ExpressionType__Enum_1 unaryType, Expression_1 * operand, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59888, Expression_1_GetMethodBasedUnaryOperator__MethodInfo); DO_APP_FUNC(0x02284BA0, UnaryExpression *, Expression_1_GetUserDefinedCoercionOrThrow, (ExpressionType__Enum_1 coercionType, Expression_1 * expression, Type * convertToType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59818, Expression_1_GetUserDefinedCoercionOrThrow__MethodInfo); DO_APP_FUNC(0x02284D10, UnaryExpression *, Expression_1_GetUserDefinedCoercion, (ExpressionType__Enum_1 coercionType, Expression_1 * expression, Type * convertToType, MethodInfo * method)); DO_APP_FUNC(0x02284E10, UnaryExpression *, Expression_1_GetMethodBasedCoercionOperator, (ExpressionType__Enum_1 unaryType, Expression_1 * operand, Type * convertToType, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59810, Expression_1_GetMethodBasedCoercionOperator__MethodInfo); DO_APP_FUNC(0x02285290, UnaryExpression *, Expression_1_Negate, (Expression_1 * expression, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02285480, UnaryExpression *, Expression_1_UnaryPlus, (Expression_1 * expression, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02285630, UnaryExpression *, Expression_1_NegateChecked, (Expression_1 * expression, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02285820, UnaryExpression *, Expression_1_Not, (Expression_1 * expression, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02285A10, UnaryExpression *, Expression_1_IsFalse, (Expression_1 * expression, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02285BC0, UnaryExpression *, Expression_1_IsTrue, (Expression_1 * expression, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02285D70, UnaryExpression *, Expression_1_OnesComplement, (Expression_1 * expression, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02285F20, UnaryExpression *, Expression_1_TypeAs, (Expression_1 * expression, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C597E0, Expression_1_TypeAs__MethodInfo); DO_APP_FUNC(0x022860F0, UnaryExpression *, Expression_1_Unbox, (Expression_1 * expression, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C597D8, Expression_1_Unbox__MethodInfo); DO_APP_FUNC(0x02286370, UnaryExpression *, Expression_1_Convert, (Expression_1 * expression, Type * type, MethodInfo * method)); DO_APP_FUNC(0x022863E0, UnaryExpression *, Expression_1_Convert_1, (Expression_1 * expression, Type * type, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02286640, UnaryExpression *, Expression_1_ConvertChecked, (Expression_1 * expression, Type * type, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x022868D0, UnaryExpression *, Expression_1_ArrayLength, (Expression_1 * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C597D0, Expression_1_ArrayLength__MethodInfo); DO_APP_FUNC(0x02286B20, UnaryExpression *, Expression_1_Quote, (Expression_1 * expression, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59800, Expression_1_Quote__MethodInfo); DO_APP_FUNC(0x02286C60, UnaryExpression *, Expression_1_Throw, (Expression_1 * value, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C597F0, Expression_1_Throw__MethodInfo); DO_APP_FUNC(0x02286E30, UnaryExpression *, Expression_1_Increment, (Expression_1 * expression, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02286FE0, UnaryExpression *, Expression_1_Decrement, (Expression_1 * expression, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02287190, UnaryExpression *, Expression_1_PreIncrementAssign, (Expression_1 * expression, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02287200, UnaryExpression *, Expression_1_PreDecrementAssign, (Expression_1 * expression, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02287270, UnaryExpression *, Expression_1_PostIncrementAssign, (Expression_1 * expression, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x022872E0, UnaryExpression *, Expression_1_PostDecrementAssign, (Expression_1 * expression, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02287350, UnaryExpression *, Expression_1_MakeOpAssignUnary, (ExpressionType__Enum_1 kind, Expression_1 * expression, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C597C8, Expression_1_MakeOpAssignUnary__MethodInfo); DO_APP_FUNC(0x02287610, void, Expression_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02108460, ReadOnlyCollection_1_System_Linq_Expressions_Expression_ *, BlockExpression_get_Expressions, (BlockExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x00C69240, ReadOnlyCollection_1_System_Linq_Expressions_ParameterExpression_ *, BlockExpression_get_Variables, (BlockExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x022876F0, void, BlockExpression__ctor, (BlockExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02287740, Expression_1 *, BlockExpression_Accept, (BlockExpression * __this, ExpressionVisitor * visitor, MethodInfo * method)); DO_APP_FUNC(0x01BA7EB0, ExpressionType__Enum_1, BlockExpression_get_NodeType, (BlockExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02287770, Type *, BlockExpression_get_Type, (BlockExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x022877D0, Expression_1 *, BlockExpression_GetExpression, (BlockExpression * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E998, BlockExpression_GetExpression__MethodInfo); DO_APP_FUNC(0x02287800, int32_t, BlockExpression_get_ExpressionCount, (BlockExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E9A8, BlockExpression_get_ExpressionCount__MethodInfo); DO_APP_FUNC(0x02287830, ReadOnlyCollection_1_System_Linq_Expressions_Expression_ *, BlockExpression_GetOrMakeExpressions, (BlockExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E960, BlockExpression_GetOrMakeExpressions__MethodInfo); DO_APP_FUNC(0x02287860, ReadOnlyCollection_1_System_Linq_Expressions_ParameterExpression_ *, BlockExpression_GetOrMakeVariables, (BlockExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x022878C0, BlockExpression *, BlockExpression_Rewrite, (BlockExpression * __this, ReadOnlyCollection_1_System_Linq_Expressions_ParameterExpression_ * variables, Expression_1__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E978, BlockExpression_Rewrite__MethodInfo); DO_APP_FUNC(0x022878F0, ReadOnlyCollection_1_System_Linq_Expressions_Expression_ *, BlockExpression_ReturnReadOnlyExpressions, (BlockExpression * provider, Object * * collection, MethodInfo * method)); DO_APP_FUNC(0x02287BB0, void, Block2__ctor, (Block2 * __this, Expression_1 * arg0, Expression_1 * arg1, MethodInfo * method)); DO_APP_FUNC(0x02287CC0, Expression_1 *, Block2_GetExpression, (Block2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E810, Block2_GetExpression__MethodInfo); DO_APP_FUNC(0x00776DD0, int32_t, Block2_get_ExpressionCount, (Block2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02287D60, ReadOnlyCollection_1_System_Linq_Expressions_Expression_ *, Block2_GetOrMakeExpressions, (Block2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02287D70, BlockExpression *, Block2_Rewrite, (Block2 * __this, ReadOnlyCollection_1_System_Linq_Expressions_ParameterExpression_ * variables, Expression_1__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02287E10, void, Block3__ctor, (Block3 * __this, Expression_1 * arg0, Expression_1 * arg1, Expression_1 * arg2, MethodInfo * method)); DO_APP_FUNC(0x02287F70, Expression_1 *, Block3_GetExpression, (Block3 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E7E8, Block3_GetExpression__MethodInfo); DO_APP_FUNC(0x0075F690, int32_t, Block3_get_ExpressionCount, (Block3 * __this, MethodInfo * method)); DO_APP_FUNC(0x02287D60, ReadOnlyCollection_1_System_Linq_Expressions_Expression_ *, Block3_GetOrMakeExpressions, (Block3 * __this, MethodInfo * method)); DO_APP_FUNC(0x02288020, BlockExpression *, Block3_Rewrite, (Block3 * __this, ReadOnlyCollection_1_System_Linq_Expressions_ParameterExpression_ * variables, Expression_1__Array * args, MethodInfo * method)); DO_APP_FUNC(0x022880D0, void, Block4__ctor, (Block4 * __this, Expression_1 * arg0, Expression_1 * arg1, Expression_1 * arg2, Expression_1 * arg3, MethodInfo * method)); DO_APP_FUNC(0x02288280, Expression_1 *, Block4_GetExpression, (Block4 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E8A8, Block4_GetExpression__MethodInfo); DO_APP_FUNC(0x00EEC8E0, int32_t, Block4_get_ExpressionCount, (Block4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02287D60, ReadOnlyCollection_1_System_Linq_Expressions_Expression_ *, Block4_GetOrMakeExpressions, (Block4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02288340, BlockExpression *, Block4_Rewrite, (Block4 * __this, ReadOnlyCollection_1_System_Linq_Expressions_ParameterExpression_ * variables, Expression_1__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02288410, void, Block5__ctor, (Block5 * __this, Expression_1 * arg0, Expression_1 * arg1, Expression_1 * arg2, Expression_1 * arg3, Expression_1 * arg4, MethodInfo * method)); DO_APP_FUNC(0x02288610, Expression_1 *, Block5_GetExpression, (Block5 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E890, Block5_GetExpression__MethodInfo); DO_APP_FUNC(0x011B8EF0, int32_t, Block5_get_ExpressionCount, (Block5 * __this, MethodInfo * method)); DO_APP_FUNC(0x02287D60, ReadOnlyCollection_1_System_Linq_Expressions_Expression_ *, Block5_GetOrMakeExpressions, (Block5 * __this, MethodInfo * method)); DO_APP_FUNC(0x022886E0, BlockExpression *, Block5_Rewrite, (Block5 * __this, ReadOnlyCollection_1_System_Linq_Expressions_ParameterExpression_ * variables, Expression_1__Array * args, MethodInfo * method)); DO_APP_FUNC(0x022887D0, void, BlockN__ctor, (BlockN * __this, IReadOnlyList_1_System_Linq_Expressions_Expression_ * expressions, MethodInfo * method)); DO_APP_FUNC(0x02288870, Expression_1 *, BlockN_GetExpression, (BlockN * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022888D0, int32_t, BlockN_get_ExpressionCount, (BlockN * __this, MethodInfo * method)); DO_APP_FUNC(0x02288920, ReadOnlyCollection_1_System_Linq_Expressions_Expression_ *, BlockN_GetOrMakeExpressions, (BlockN * __this, MethodInfo * method)); DO_APP_FUNC(0x02288960, BlockExpression *, BlockN_Rewrite, (BlockN * __this, ReadOnlyCollection_1_System_Linq_Expressions_ParameterExpression_ * variables, Expression_1__Array * args, MethodInfo * method)); DO_APP_FUNC(0x022887D0, void, ScopeExpression__ctor, (ScopeExpression * __this, IReadOnlyList_1_System_Linq_Expressions_ParameterExpression_ * variables, MethodInfo * method)); DO_APP_FUNC(0x022889D0, ReadOnlyCollection_1_System_Linq_Expressions_ParameterExpression_ *, ScopeExpression_GetOrMakeVariables, (ScopeExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IReadOnlyList_1_System_Linq_Expressions_ParameterExpression_ *, ScopeExpression_get_VariablesList, (ScopeExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02288A10, IReadOnlyList_1_System_Linq_Expressions_ParameterExpression_ *, ScopeExpression_ReuseOrValidateVariables, (ScopeExpression * __this, ReadOnlyCollection_1_System_Linq_Expressions_ParameterExpression_ * variables, MethodInfo * method)); DO_APP_FUNC(0x02288AB0, void, Scope1__ctor, (Scope1 * __this, IReadOnlyList_1_System_Linq_Expressions_ParameterExpression_ * variables, Expression_1 * body, MethodInfo * method)); DO_APP_FUNC(0x02288AB0, void, Scope1__ctor_1, (Scope1 * __this, IReadOnlyList_1_System_Linq_Expressions_ParameterExpression_ * variables, Object * body, MethodInfo * method)); DO_APP_FUNC(0x02288B20, Expression_1 *, Scope1_GetExpression, (Scope1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E6A8, Scope1_GetExpression__MethodInfo); DO_APP_FUNC(0x0076A2B0, int32_t, Scope1_get_ExpressionCount, (Scope1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02288BA0, ReadOnlyCollection_1_System_Linq_Expressions_Expression_ *, Scope1_GetOrMakeExpressions, (Scope1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02288BB0, BlockExpression *, Scope1_Rewrite, (Scope1 * __this, ReadOnlyCollection_1_System_Linq_Expressions_ParameterExpression_ * variables, Expression_1__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02288AB0, void, ScopeN__ctor, (ScopeN * __this, IReadOnlyList_1_System_Linq_Expressions_ParameterExpression_ * variables, IReadOnlyList_1_System_Linq_Expressions_Expression_ * body, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IReadOnlyList_1_System_Linq_Expressions_Expression_ *, ScopeN_get_Body, (ScopeN * __this, MethodInfo * method)); DO_APP_FUNC(0x02288D40, Expression_1 *, ScopeN_GetExpression, (ScopeN * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02288DA0, int32_t, ScopeN_get_ExpressionCount, (ScopeN * __this, MethodInfo * method)); DO_APP_FUNC(0x02288DF0, ReadOnlyCollection_1_System_Linq_Expressions_Expression_ *, ScopeN_GetOrMakeExpressions, (ScopeN * __this, MethodInfo * method)); DO_APP_FUNC(0x02288E30, BlockExpression *, ScopeN_Rewrite, (ScopeN * __this, ReadOnlyCollection_1_System_Linq_Expressions_ParameterExpression_ * variables, Expression_1__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02288F70, void, ScopeWithType__ctor, (ScopeWithType * __this, IReadOnlyList_1_System_Linq_Expressions_ParameterExpression_ * variables, IReadOnlyList_1_System_Linq_Expressions_Expression_ * expressions, Type * type, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Type *, ScopeWithType_get_Type, (ScopeWithType * __this, MethodInfo * method)); DO_APP_FUNC(0x02289050, BlockExpression *, ScopeWithType_Rewrite, (ScopeWithType * __this, ReadOnlyCollection_1_System_Linq_Expressions_ParameterExpression_ * variables, Expression_1__Array * args, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, BlockExpressionList__ctor, (BlockExpressionList * __this, BlockExpression * provider, Expression_1 * arg0, MethodInfo * method)); DO_APP_FUNC(0x022891C0, int32_t, BlockExpressionList_IndexOf, (BlockExpressionList * __this, Expression_1 * item, MethodInfo * method)); DO_APP_FUNC(0x02289270, void, BlockExpressionList_Insert, (BlockExpressionList * __this, int32_t index, Expression_1 * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E7A8, BlockExpressionList_Insert__MethodInfo); DO_APP_FUNC(0x022892A0, void, BlockExpressionList_RemoveAt, (BlockExpressionList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E7B0, BlockExpressionList_RemoveAt__MethodInfo); DO_APP_FUNC(0x022892D0, Expression_1 *, BlockExpressionList_get_Item, (BlockExpressionList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02289310, void, BlockExpressionList_set_Item, (BlockExpressionList * __this, int32_t index, Expression_1 * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E768, BlockExpressionList_set_Item__MethodInfo); DO_APP_FUNC(0x02289340, void, BlockExpressionList_Add, (BlockExpressionList * __this, Expression_1 * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E770, BlockExpressionList_Add__MethodInfo); DO_APP_FUNC(0x02289370, void, BlockExpressionList_Clear, (BlockExpressionList * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E778, BlockExpressionList_Clear__MethodInfo); DO_APP_FUNC(0x022893A0, bool, BlockExpressionList_Contains, (BlockExpressionList * __this, Expression_1 * item, MethodInfo * method)); DO_APP_FUNC(0x02289450, void, BlockExpressionList_CopyTo, (BlockExpressionList * __this, Expression_1__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E738, BlockExpressionList_CopyTo__MethodInfo); DO_APP_FUNC(0x01A6C160, int32_t, BlockExpressionList_get_Count, (BlockExpressionList * __this, MethodInfo * method)); DO_APP_FUNC(0x022896E0, bool, BlockExpressionList_get_IsReadOnly, (BlockExpressionList * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E748, BlockExpressionList_get_IsReadOnly__MethodInfo); DO_APP_FUNC(0x02289710, bool, BlockExpressionList_Remove, (BlockExpressionList * __this, Expression_1 * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E758, BlockExpressionList_Remove__MethodInfo); DO_APP_FUNC(0x02289740, IEnumerator_1_System_Linq_Expressions_Expression_ *, BlockExpressionList_GetEnumerator, (BlockExpressionList * __this, MethodInfo * method)); DO_APP_FUNC(0x02289740, IEnumerator *, BlockExpressionList_System_Collections_IEnumerable_GetEnumerator, (BlockExpressionList * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, BlockExpressionList_GetEnumerator_d_18__ctor, (BlockExpressionList_GetEnumerator_d_18 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BlockExpressionList_GetEnumerator_d_18_System_IDisposable_Dispose, (BlockExpressionList_GetEnumerator_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x022897E0, bool, BlockExpressionList_GetEnumerator_d_18_MoveNext, (BlockExpressionList_GetEnumerator_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Expression_1 *, BlockExpressionList_GetEnumerator_d_18_System_Collections_Generic_IEnumerator_System_Linq_Expressions_Expression__get_Current, (BlockExpressionList_GetEnumerator_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x02289980, void, BlockExpressionList_GetEnumerator_d_18_System_Collections_IEnumerator_Reset, (BlockExpressionList_GetEnumerator_d_18 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E5C8, BlockExpressionList_GetEnumerator_d_18_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, BlockExpressionList_GetEnumerator_d_18_System_Collections_IEnumerator_get_Current, (BlockExpressionList_GetEnumerator_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x022899D0, void, CatchBlock__ctor, (CatchBlock * __this, Type * test, ParameterExpression * variable, Expression_1 * body, Expression_1 * filter, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, ParameterExpression *, CatchBlock_get_Variable, (CatchBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Type *, CatchBlock_get_Test, (CatchBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Expression_1 *, CatchBlock_get_Body, (CatchBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Expression_1 *, CatchBlock_get_Filter, (CatchBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x02289B20, String *, CatchBlock_ToString, (CatchBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x02289BB0, CatchBlock *, CatchBlock_Update, (CatchBlock * __this, ParameterExpression * variable, Expression_1 * filter, Expression_1 * body, MethodInfo * method)); DO_APP_FUNC(0x02289C50, AnalyzeTypeIsResult__Enum, ConstantCheck_AnalyzeTypeIs, (TypeBinaryExpression * typeIs, MethodInfo * method)); DO_APP_FUNC(0x02289C80, AnalyzeTypeIsResult__Enum, ConstantCheck_AnalyzeTypeIs_1, (Expression_1 * operand, Type * testType, MethodInfo * method)); DO_APP_FUNC(0x02289EB0, void, ConditionalExpression__ctor, (ConditionalExpression * __this, Expression_1 * test, Expression_1 * ifTrue, MethodInfo * method)); DO_APP_FUNC(0x02289FC0, ConditionalExpression *, ConditionalExpression_Make, (Expression_1 * test, Expression_1 * ifTrue, Expression_1 * ifFalse, Type * type, MethodInfo * method)); DO_APP_FUNC(0x00EEC8F0, ExpressionType__Enum_1, ConditionalExpression_get_NodeType, (ConditionalExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x0222B090, Type *, ConditionalExpression_get_Type, (ConditionalExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Expression_1 *, ConditionalExpression_get_Test, (ConditionalExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Expression_1 *, ConditionalExpression_get_IfTrue, (ConditionalExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02269370, Expression_1 *, ConditionalExpression_get_IfFalse, (ConditionalExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x0228A240, Expression_1 *, ConditionalExpression_GetFalse, (ConditionalExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x0228A2A0, Expression_1 *, ConditionalExpression_Accept, (ConditionalExpression * __this, ExpressionVisitor * visitor, MethodInfo * method)); DO_APP_FUNC(0x0228A2D0, ConditionalExpression *, ConditionalExpression_Update, (ConditionalExpression * __this, Expression_1 * test, Expression_1 * ifTrue, Expression_1 * ifFalse, MethodInfo * method)); DO_APP_FUNC(0x0228A3A0, void, FullConditionalExpression__ctor, (FullConditionalExpression * __this, Expression_1 * test, Expression_1 * ifTrue, Expression_1 * ifFalse, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Expression_1 *, FullConditionalExpression_GetFalse, (FullConditionalExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x0228A410, void, FullConditionalExpressionWithType__ctor, (FullConditionalExpressionWithType * __this, Expression_1 * test, Expression_1 * ifTrue, Expression_1 * ifFalse, Type * type, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Type *, FullConditionalExpressionWithType_get_Type, (FullConditionalExpressionWithType * __this, MethodInfo * method)); DO_APP_FUNC(0x0228A480, void, ConstantExpression__ctor, (ConstantExpression * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0228A520, Type *, ConstantExpression_get_Type, (ConstantExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD8AC0, ExpressionType__Enum_1, ConstantExpression_get_NodeType, (ConstantExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, ConstantExpression_get_Value, (ConstantExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x0228A5B0, Expression_1 *, ConstantExpression_Accept, (ConstantExpression * __this, ExpressionVisitor * visitor, MethodInfo * method)); DO_APP_FUNC(0x0228A5E0, void, TypedConstantExpression__ctor, (TypedConstantExpression * __this, Object * value, Type * type, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Type *, TypedConstantExpression_get_Type, (TypedConstantExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x0228A650, int32_t, DebugInfoExpression_get_StartLine, (DebugInfoExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E608, DebugInfoExpression_get_StartLine__MethodInfo); DO_APP_FUNC(0x0228A680, int32_t, DebugInfoExpression_get_EndLine, (DebugInfoExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E618, DebugInfoExpression_get_EndLine__MethodInfo); DO_APP_FUNC(0x003B93C0, SymbolDocumentInfo *, DebugInfoExpression_get_Document, (DebugInfoExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x0228A6B0, bool, DebugInfoExpression_get_IsClear, (DebugInfoExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E630, DebugInfoExpression_get_IsClear__MethodInfo); DO_APP_FUNC(0x0228A6E0, void, DefaultExpression__ctor, (DefaultExpression * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Type *, DefaultExpression_get_Type, (DefaultExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x0228A780, ExpressionType__Enum_1, DefaultExpression_get_NodeType, (DefaultExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x0228A790, Expression_1 *, DefaultExpression_Accept, (DefaultExpression * __this, ExpressionVisitor * visitor, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, MethodInfo_1 *, ElementInit_get_AddMethod, (ElementInit * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ReadOnlyCollection_1_System_Linq_Expressions_Expression_ *, ElementInit_get_Arguments, (ElementInit * __this, MethodInfo * method)); DO_APP_FUNC(0x0228A7C0, Expression_1 *, ElementInit_GetArgument, (ElementInit * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0228A850, int32_t, ElementInit_get_ArgumentCount, (ElementInit * __this, MethodInfo * method)); DO_APP_FUNC(0x0228A8D0, Exception *, Error_2_ReducibleMustOverrideReduce, (MethodInfo * method)); DO_APP_FUNC(0x0228A960, Exception *, Error_2_CollectionModifiedWhileEnumerating, (MethodInfo * method)); DO_APP_FUNC(0x0228A9F0, Exception *, Error_2_MustReduceToDifferent, (MethodInfo * method)); DO_APP_FUNC(0x0228AA80, Exception *, Error_2_ReducedNotCompatible, (MethodInfo * method)); DO_APP_FUNC(0x0228AB10, Exception *, Error_2_SetterHasNoParams, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228ABB0, Exception *, Error_2_PropertyCannotHaveRefType, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228AC50, Exception *, Error_2_IndexesOfSetGetMustMatch, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228ACF0, Exception *, Error_2_AccessorsCannotHaveVarArgs, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228AD90, Exception *, Error_2_AccessorsCannotHaveByRefArgs, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228AE30, Exception *, Error_2_AccessorsCannotHaveByRefArgs_1, (String * paramName, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0228AEE0, Exception *, Error_2_BoundsCannotBeLessThanOne, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228AF80, Exception *, Error_2_TypeMustNotBeByRef, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228B020, Exception *, Error_2_TypeMustNotBePointer, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228B0C0, Exception *, Error_2_SetterMustBeVoid, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228B160, Exception *, Error_2_PropertyTypeMustMatchGetter, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228B200, Exception *, Error_2_PropertyTypeMustMatchSetter, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228B2A0, Exception *, Error_2_BothAccessorsMustBeStatic, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228B340, Exception *, Error_2_OnlyStaticFieldsHaveNullInstance, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228B3E0, Exception *, Error_2_OnlyStaticPropertiesHaveNullInstance, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228B480, Exception *, Error_2_OnlyStaticMethodsHaveNullInstance, (MethodInfo * method)); DO_APP_FUNC(0x0228B510, Exception *, Error_2_PropertyTypeCannotBeVoid, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228B5B0, Exception *, Error_2_InvalidUnboxType, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228B650, Exception *, Error_2_ExpressionMustBeWriteable, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228B6F0, Exception *, Error_2_ArgumentMustNotHaveValueType, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228B790, Exception *, Error_2_MustBeReducible, (MethodInfo * method)); DO_APP_FUNC(0x0228B820, Exception *, Error_2_LabelMustBeVoidOrHaveExpression, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228B8C0, Exception *, Error_2_QuotedExpressionMustBeLambda, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228B960, Exception *, Error_2_VariableMustNotBeByRef, (Object * p0, Object * p1, String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228BA10, Exception *, Error_2_VariableMustNotBeByRef_1, (Object * p0, Object * p1, String * paramName, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0228BA50, Exception *, Error_2_DuplicateVariable, (Object * p0, String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228BB00, Exception *, Error_2_DuplicateVariable_1, (Object * p0, String * paramName, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0228BBC0, Exception *, Error_2_FaultCannotHaveCatchOrFinally, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228BC60, Exception *, Error_2_TryMustHaveCatchFinallyOrFault, (MethodInfo * method)); DO_APP_FUNC(0x0228BCF0, Exception *, Error_2_BodyOfCatchMustHaveSameTypeAsBodyOfTry, (MethodInfo * method)); DO_APP_FUNC(0x0228BD80, Exception *, Error_2_ExtensionNodeMustOverrideProperty, (Object * p0, MethodInfo * method)); DO_APP_FUNC(0x0228BE30, Exception *, Error_2_UserDefinedOperatorMustBeStatic, (Object * p0, String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228BEE0, Exception *, Error_2_UserDefinedOperatorMustNotBeVoid, (Object * p0, String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228BF90, Exception *, Error_2_CoercionOperatorNotDefined, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x0228C040, Exception *, Error_2_UnaryOperatorNotDefined, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x0228C0F0, Exception *, Error_2_BinaryOperatorNotDefined, (Object * p0, Object * p1, Object * p2, MethodInfo * method)); DO_APP_FUNC(0x0228C1B0, Exception *, Error_2_ReferenceEqualityNotDefined, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x0228C260, Exception *, Error_2_OperandTypesDoNotMatchParameters, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x0228C310, Exception *, Error_2_OverloadOperatorTypeDoesNotMatchConversionType, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x0228C3C0, Exception *, Error_2_ConversionIsNotSupportedForArithmeticTypes, (MethodInfo * method)); DO_APP_FUNC(0x0228C450, Exception *, Error_2_ArgumentMustBeArray, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228C4F0, Exception *, Error_2_ArgumentMustBeBoolean, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228C590, Exception *, Error_2_ArgumentMustBeInteger, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228C630, Exception *, Error_2_ArgumentMustBeInteger_1, (String * paramName, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0228C6E0, Exception *, Error_2_ArgumentMustBeArrayIndexType, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228C780, Exception *, Error_2_ArgumentMustBeSingleDimensionalArrayType, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228C820, Exception *, Error_2_ArgumentTypesMustMatch, (MethodInfo * method)); DO_APP_FUNC(0x0228C8B0, Exception *, Error_2_CannotAutoInitializeValueTypeMemberThroughProperty, (Object * p0, MethodInfo * method)); DO_APP_FUNC(0x0228C960, Exception *, Error_2_IncorrectTypeForTypeAs, (Object * p0, String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228CA10, Exception *, Error_2_CoalesceUsedOnNonNullType, (MethodInfo * method)); DO_APP_FUNC(0x0228CAA0, Exception *, Error_2_ExpressionTypeCannotInitializeArrayType, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x0228CB50, Exception *, Error_2_ExpressionTypeDoesNotMatchReturn, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x0228CC00, Exception *, Error_2_ExpressionTypeDoesNotMatchAssignment, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x0228CCB0, Exception *, Error_2_ExpressionTypeDoesNotMatchLabel, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x0228CD60, Exception *, Error_2_ExpressionTypeNotInvocable, (Object * p0, String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228CE10, Exception *, Error_2_InstanceFieldNotDefinedForType, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x0228CEC0, Exception *, Error_2_FieldInfoNotDefinedForType, (Object * p0, Object * p1, Object * p2, MethodInfo * method)); DO_APP_FUNC(0x0228CF80, Exception *, Error_2_IncorrectNumberOfIndexes, (MethodInfo * method)); DO_APP_FUNC(0x0228D010, Exception *, Error_2_IncorrectNumberOfLambdaDeclarationParameters, (MethodInfo * method)); DO_APP_FUNC(0x0228D0A0, Exception *, Error_2_LambdaTypeMustBeDerivedFromSystemDelegate, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228D140, Exception *, Error_2_MemberNotFieldOrProperty, (Object * p0, String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228D1F0, Exception *, Error_2_MethodContainsGenericParameters, (Object * p0, String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228D2A0, Exception *, Error_2_MethodIsGeneric, (Object * p0, String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228D350, Exception *, Error_2_PropertyDoesNotHaveAccessor, (Object * p0, String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228D400, Exception *, Error_2_ParameterExpressionNotValidAsDelegate, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x0228D4B0, Exception *, Error_2_PropertyNotDefinedForType, (Object * p0, Object * p1, String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228D560, Exception *, Error_2_InstancePropertyNotDefinedForType, (Object * p0, Object * p1, String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228D610, Exception *, Error_2_InstanceAndMethodTypeMismatch, (Object * p0, Object * p1, Object * p2, MethodInfo * method)); DO_APP_FUNC(0x0228D6D0, Exception *, Error_2_UnhandledBinary, (Object * p0, String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228D780, Exception *, Error_2_UnhandledUnary, (Object * p0, String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228D830, Exception *, Error_2_UserDefinedOpMustHaveConsistentTypes, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x0228D8E0, Exception *, Error_2_UserDefinedOpMustHaveValidReturnType, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x0228D990, Exception *, Error_2_LogicalOperatorMustHaveBooleanOperators, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x0228DA40, Exception *, Error_2_MethodWithArgsDoesNotExistOnType, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x0228DAF0, Exception *, Error_2_GenericMethodWithArgsDoesNotExistOnType, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x0228DBA0, Exception *, Error_2_MethodWithMoreThanOneMatch, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x0228DC50, Exception *, Error_2_ArgumentCannotBeOfTypeVoid, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228DCF0, Exception *, Error_2_LabelTargetAlreadyDefined, (Object * p0, MethodInfo * method)); DO_APP_FUNC(0x0228DDA0, Exception *, Error_2_LabelTargetUndefined, (Object * p0, MethodInfo * method)); DO_APP_FUNC(0x0228DE50, Exception *, Error_2_ControlCannotLeaveFinally, (MethodInfo * method)); DO_APP_FUNC(0x0228DEE0, Exception *, Error_2_ControlCannotLeaveFilterTest, (MethodInfo * method)); DO_APP_FUNC(0x0228DF70, Exception *, Error_2_AmbiguousJump, (Object * p0, MethodInfo * method)); DO_APP_FUNC(0x0228E020, Exception *, Error_2_ControlCannotEnterTry, (MethodInfo * method)); DO_APP_FUNC(0x0228E0B0, Exception *, Error_2_ControlCannotEnterExpression, (MethodInfo * method)); DO_APP_FUNC(0x0228E140, Exception *, Error_2_NonLocalJumpWithValue, (Object * p0, MethodInfo * method)); DO_APP_FUNC(0x0228E1F0, Exception *, Error_2_InvalidLvalue, (ExpressionType__Enum_1 p0, MethodInfo * method)); DO_APP_FUNC(0x0228E2C0, Exception *, Error_2_RethrowRequiresCatch, (MethodInfo * method)); DO_APP_FUNC(0x0228E350, Exception *, Error_2_MustRewriteToSameNode, (Object * p0, Object * p1, Object * p2, MethodInfo * method)); DO_APP_FUNC(0x0228E410, Exception *, Error_2_MustRewriteChildToSameType, (Object * p0, Object * p1, Object * p2, MethodInfo * method)); DO_APP_FUNC(0x0228E4D0, Exception *, Error_2_MustRewriteWithoutMethod, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x0228E580, Exception *, Error_2_ArgumentOutOfRange, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228E620, Exception *, Error_2_NotSupported, (MethodInfo * method)); DO_APP_FUNC(0x0228E6B0, Exception *, Error_2_NonAbstractConstructorRequired, (MethodInfo * method)); DO_APP_FUNC(0x0228E740, Exception *, Error_2_InvalidProgram, (MethodInfo * method)); DO_APP_FUNC(0x0228E7D0, Exception *, Error_2_EnumerationIsDone, (MethodInfo * method)); DO_APP_FUNC(0x0228E860, Exception *, Error_2_TypeContainsGenericParameters, (Object * p0, String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228E910, Exception *, Error_2_TypeContainsGenericParameters_1, (Object * p0, String * paramName, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0228E9D0, Exception *, Error_2_TypeIsGeneric, (Object * p0, String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228EA80, Exception *, Error_2_TypeIsGeneric_1, (Object * p0, String * paramName, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0228EB40, Exception *, Error_2_IncorrectNumberOfConstructorArguments, (MethodInfo * method)); DO_APP_FUNC(0x0228EBD0, Exception *, Error_2_ExpressionTypeDoesNotMatchMethodParameter, (Object * p0, Object * p1, Object * p2, String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228ECA0, Exception *, Error_2_ExpressionTypeDoesNotMatchMethodParameter_1, (Object * p0, Object * p1, Object * p2, String * paramName, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0228ED80, Exception *, Error_2_ExpressionTypeDoesNotMatchParameter, (Object * p0, Object * p1, String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228EE30, Exception *, Error_2_ExpressionTypeDoesNotMatchParameter_1, (Object * p0, Object * p1, String * paramName, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0228EF00, Exception *, Error_2_IncorrectNumberOfLambdaArguments, (MethodInfo * method)); DO_APP_FUNC(0x0228EF90, Exception *, Error_2_IncorrectNumberOfMethodCallArguments, (Object * p0, String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228F040, Exception *, Error_2_ExpressionTypeDoesNotMatchConstructorParameter, (Object * p0, Object * p1, String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228F0F0, Exception *, Error_2_ExpressionTypeDoesNotMatchConstructorParameter_1, (Object * p0, Object * p1, String * paramName, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0228F1C0, Exception *, Error_2_ExpressionMustBeReadable, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228F260, Exception *, Error_2_ExpressionMustBeReadable_1, (String * paramName, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0228F310, Exception *, Error_2_InvalidArgumentValue, (String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228F3B0, Exception *, Error_2_InvalidNullValue, (Type * type, String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228F460, Exception *, Error_2_InvalidTypeException, (Object * value, Type * type, String * paramName, MethodInfo * method)); DO_APP_FUNC(0x0228F550, String *, Error_2_GetParamName, (String * paramName, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0228F610, void, ExpressionStringBuilder__ctor, (ExpressionStringBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x0228F6C0, String *, ExpressionStringBuilder_ToString, (ExpressionStringBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x0228F6F0, int32_t, ExpressionStringBuilder_GetLabelId, (ExpressionStringBuilder * __this, LabelTarget * label, MethodInfo * method)); DO_APP_FUNC(0x0228F6F0, int32_t, ExpressionStringBuilder_GetParamId, (ExpressionStringBuilder * __this, ParameterExpression * p, MethodInfo * method)); DO_APP_FUNC(0x0228F700, int32_t, ExpressionStringBuilder_GetId, (ExpressionStringBuilder * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x0228F8D0, void, ExpressionStringBuilder_Out, (ExpressionStringBuilder * __this, String * s, MethodInfo * method)); DO_APP_FUNC(0x0228F8F0, void, ExpressionStringBuilder_Out_1, (ExpressionStringBuilder * __this, uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x02279920, String *, ExpressionStringBuilder_ExpressionToString, (Expression_1 * node, MethodInfo * method)); DO_APP_FUNC(0x02289B20, String *, ExpressionStringBuilder_CatchBlockToString, (CatchBlock * node, MethodInfo * method)); DO_APP_FUNC(0x0228F910, Expression_1 *, ExpressionStringBuilder_VisitBinary, (ExpressionStringBuilder * __this, BinaryExpression * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E158, ExpressionStringBuilder_VisitBinary__MethodInfo); DO_APP_FUNC(0x022901A0, Expression_1 *, ExpressionStringBuilder_VisitParameter, (ExpressionStringBuilder * __this, ParameterExpression * node, MethodInfo * method)); DO_APP_FUNC(0x02290310, Expression_1 *, ExpressionStringBuilder_VisitConditional, (ExpressionStringBuilder * __this, ConditionalExpression * node, MethodInfo * method)); DO_APP_FUNC(0x02290480, Expression_1 *, ExpressionStringBuilder_VisitConstant, (ExpressionStringBuilder * __this, ConstantExpression * node, MethodInfo * method)); DO_APP_FUNC(0x02290760, void, ExpressionStringBuilder_OutMember, (ExpressionStringBuilder * __this, Expression_1 * instance, MemberInfo_1 * member, MethodInfo * method)); DO_APP_FUNC(0x02290880, Expression_1 *, ExpressionStringBuilder_VisitMember, (ExpressionStringBuilder * __this, MemberExpression * node, MethodInfo * method)); DO_APP_FUNC(0x022909E0, Expression_1 *, ExpressionStringBuilder_VisitInvocation, (ExpressionStringBuilder * __this, InvocationExpression * node, MethodInfo * method)); DO_APP_FUNC(0x02290B60, Expression_1 *, ExpressionStringBuilder_VisitMethodCall, (ExpressionStringBuilder * __this, MethodCallExpression * node, MethodInfo * method)); DO_APP_FUNC(0x02290E40, Expression_1 *, ExpressionStringBuilder_VisitNewArray, (ExpressionStringBuilder * __this, NewArrayExpression * node, MethodInfo * method)); DO_APP_FUNC(0x02290F70, Expression_1 *, ExpressionStringBuilder_VisitUnary, (ExpressionStringBuilder * __this, UnaryExpression * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E090, ExpressionStringBuilder_VisitUnary__MethodInfo); DO_APP_FUNC(0x022916C0, Expression_1 *, ExpressionStringBuilder_VisitBlock, (ExpressionStringBuilder * __this, BlockExpression * node, MethodInfo * method)); DO_APP_FUNC(0x02291A40, Expression_1 *, ExpressionStringBuilder_VisitDefault, (ExpressionStringBuilder * __this, DefaultExpression * node, MethodInfo * method)); DO_APP_FUNC(0x02291B60, Expression_1 *, ExpressionStringBuilder_VisitLabel, (ExpressionStringBuilder * __this, LabelExpression * node, MethodInfo * method)); DO_APP_FUNC(0x02291C40, Expression_1 *, ExpressionStringBuilder_VisitGoto, (ExpressionStringBuilder * __this, GotoExpression * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E118, ExpressionStringBuilder_VisitGoto__MethodInfo); DO_APP_FUNC(0x02291E40, CatchBlock *, ExpressionStringBuilder_VisitCatchBlock, (ExpressionStringBuilder * __this, CatchBlock * node, MethodInfo * method)); DO_APP_FUNC(0x02291FB0, Expression_1 *, ExpressionStringBuilder_VisitTry, (ExpressionStringBuilder * __this, TryExpression * node, MethodInfo * method)); DO_APP_FUNC(0x02292010, Expression_1 *, ExpressionStringBuilder_VisitIndex, (ExpressionStringBuilder * __this, IndexExpression * node, MethodInfo * method)); DO_APP_FUNC(0x022922D0, Expression_1 *, ExpressionStringBuilder_VisitExtension, (ExpressionStringBuilder * __this, Expression_1 * node, MethodInfo * method)); DO_APP_FUNC(0x022925B0, void, ExpressionStringBuilder_DumpLabel, (ExpressionStringBuilder * __this, LabelTarget * target, MethodInfo * method)); DO_APP_FUNC(0x022926E0, bool, ExpressionStringBuilder_IsBool, (Expression_1 * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExpressionVisitor__ctor, (ExpressionVisitor * __this, MethodInfo * method)); DO_APP_FUNC(0x022927F0, Expression_1 *, ExpressionVisitor_Visit, (ExpressionVisitor * __this, Expression_1 * node, MethodInfo * method)); DO_APP_FUNC(0x02292820, ReadOnlyCollection_1_System_Linq_Expressions_Expression_ *, ExpressionVisitor_Visit_1, (ExpressionVisitor * __this, ReadOnlyCollection_1_System_Linq_Expressions_Expression_ * nodes, MethodInfo * method)); DO_APP_FUNC(0x02292B60, Expression_1__Array *, ExpressionVisitor_VisitArguments, (ExpressionVisitor * __this, IArgumentProvider * nodes, MethodInfo * method)); DO_APP_FUNC(0x02292B70, ParameterExpression__Array *, ExpressionVisitor_VisitParameters, (ExpressionVisitor * __this, IParameterProvider * nodes, String * callerName, MethodInfo * method)); DO_APP_FUNC(0x02292B80, Expression_1 *, ExpressionVisitor_VisitBinary, (ExpressionVisitor * __this, BinaryExpression * node, MethodInfo * method)); DO_APP_FUNC(0x02292C90, Expression_1 *, ExpressionVisitor_VisitBlock, (ExpressionVisitor * __this, BlockExpression * node, MethodInfo * method)); DO_APP_FUNC(0x02292D90, Expression_1 *, ExpressionVisitor_VisitConditional, (ExpressionVisitor * __this, ConditionalExpression * node, MethodInfo * method)); DO_APP_FUNC(0x0041E8A0, Expression_1 *, ExpressionVisitor_VisitConstant, (ExpressionVisitor * __this, ConstantExpression * node, MethodInfo * method)); DO_APP_FUNC(0x0041E8A0, Expression_1 *, ExpressionVisitor_VisitDefault, (ExpressionVisitor * __this, DefaultExpression * node, MethodInfo * method)); DO_APP_FUNC(0x0228A5B0, Expression_1 *, ExpressionVisitor_VisitExtension, (ExpressionVisitor * __this, Expression_1 * node, MethodInfo * method)); DO_APP_FUNC(0x02292EE0, Expression_1 *, ExpressionVisitor_VisitGoto, (ExpressionVisitor * __this, GotoExpression * node, MethodInfo * method)); DO_APP_FUNC(0x02292FE0, Expression_1 *, ExpressionVisitor_VisitInvocation, (ExpressionVisitor * __this, InvocationExpression * node, MethodInfo * method)); DO_APP_FUNC(0x0041E8A0, LabelTarget *, ExpressionVisitor_VisitLabelTarget, (ExpressionVisitor * __this, LabelTarget * node, MethodInfo * method)); DO_APP_FUNC(0x02293080, Expression_1 *, ExpressionVisitor_VisitLabel, (ExpressionVisitor * __this, LabelExpression * node, MethodInfo * method)); DO_APP_FUNC(0x02293150, Expression_1 *, ExpressionVisitor_VisitMember, (ExpressionVisitor * __this, MemberExpression * node, MethodInfo * method)); DO_APP_FUNC(0x02293200, Expression_1 *, ExpressionVisitor_VisitIndex, (ExpressionVisitor * __this, IndexExpression * node, MethodInfo * method)); DO_APP_FUNC(0x022932E0, Expression_1 *, ExpressionVisitor_VisitMethodCall, (ExpressionVisitor * __this, MethodCallExpression * node, MethodInfo * method)); DO_APP_FUNC(0x022933B0, Expression_1 *, ExpressionVisitor_VisitNewArray, (ExpressionVisitor * __this, NewArrayExpression * node, MethodInfo * method)); DO_APP_FUNC(0x0041E8A0, Expression_1 *, ExpressionVisitor_VisitParameter, (ExpressionVisitor * __this, ParameterExpression * node, MethodInfo * method)); DO_APP_FUNC(0x022933F0, CatchBlock *, ExpressionVisitor_VisitCatchBlock, (ExpressionVisitor * __this, CatchBlock * node, MethodInfo * method)); DO_APP_FUNC(0x02293540, Expression_1 *, ExpressionVisitor_VisitTry, (ExpressionVisitor * __this, TryExpression * node, MethodInfo * method)); DO_APP_FUNC(0x02293720, Expression_1 *, ExpressionVisitor_VisitUnary, (ExpressionVisitor * __this, UnaryExpression * node, MethodInfo * method)); DO_APP_FUNC(0x02293900, UnaryExpression *, ExpressionVisitor_ValidateUnary, (UnaryExpression * before, UnaryExpression * after, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DEF8, ExpressionVisitor_ValidateUnary__MethodInfo); DO_APP_FUNC(0x02293A10, BinaryExpression *, ExpressionVisitor_ValidateBinary, (BinaryExpression * before, BinaryExpression * after, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DED8, ExpressionVisitor_ValidateBinary__MethodInfo); DO_APP_FUNC(0x02293BB0, void, ExpressionVisitor_ValidateChildType, (Type * before, Type * after, String * methodName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DEE8, ExpressionVisitor_ValidateChildType__MethodInfo); DO_APP_FUNC(0x02293CE0, void, GotoExpression__ctor, (GotoExpression * __this, GotoExpressionKind__Enum kind, LabelTarget * target, Expression_1 * value, Type * type, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Type *, GotoExpression_get_Type, (GotoExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02293E40, ExpressionType__Enum_1, GotoExpression_get_NodeType, (GotoExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Expression_1 *, GotoExpression_get_Value, (GotoExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, LabelTarget *, GotoExpression_get_Target, (GotoExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, GotoExpressionKind__Enum, GotoExpression_get_Kind, (GotoExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02293E50, Expression_1 *, GotoExpression_Accept, (GotoExpression * __this, ExpressionVisitor * visitor, MethodInfo * method)); DO_APP_FUNC(0x02293E80, GotoExpression *, GotoExpression_Update, (GotoExpression * __this, LabelTarget * target, Expression_1 * value, MethodInfo * method)); DO_APP_FUNC(0x02293F40, void, IndexExpression__ctor, (IndexExpression * __this, Expression_1 * instance, PropertyInfo_1 * indexer, IReadOnlyList_1_System_Linq_Expressions_Expression_ * arguments, MethodInfo * method)); DO_APP_FUNC(0x022940A0, ExpressionType__Enum_1, IndexExpression_get_NodeType, (IndexExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x022940B0, Type *, IndexExpression_get_Type, (IndexExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Expression_1 *, IndexExpression_get_Object, (IndexExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, PropertyInfo_1 *, IndexExpression_get_Indexer, (IndexExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02294120, Expression_1 *, IndexExpression_GetArgument, (IndexExpression * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02294180, int32_t, IndexExpression_get_ArgumentCount, (IndexExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x022941D0, Expression_1 *, IndexExpression_Accept, (IndexExpression * __this, ExpressionVisitor * visitor, MethodInfo * method)); DO_APP_FUNC(0x02294200, Expression_1 *, IndexExpression_Rewrite, (IndexExpression * __this, Expression_1 * instance, Expression_1__Array * arguments, MethodInfo * method)); DO_APP_FUNC(0x02294290, void, InvocationExpression__ctor, (InvocationExpression * __this, Expression_1 * expression, Type * returnType, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Type *, InvocationExpression_get_Type, (InvocationExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x022943A0, ExpressionType__Enum_1, InvocationExpression_get_NodeType, (InvocationExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Expression_1 *, InvocationExpression_get_Expression, (InvocationExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x022943B0, Expression_1 *, InvocationExpression_GetArgument, (InvocationExpression * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DF58, InvocationExpression_GetArgument__MethodInfo); DO_APP_FUNC(0x022943E0, int32_t, InvocationExpression_get_ArgumentCount, (InvocationExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DF68, InvocationExpression_get_ArgumentCount__MethodInfo); DO_APP_FUNC(0x02294410, Expression_1 *, InvocationExpression_Accept, (InvocationExpression * __this, ExpressionVisitor * visitor, MethodInfo * method)); DO_APP_FUNC(0x02294440, InvocationExpression *, InvocationExpression_Rewrite, (InvocationExpression * __this, Expression_1 * lambda, Expression_1__Array * arguments, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DF30, InvocationExpression_Rewrite__MethodInfo); DO_APP_FUNC(0x02294470, void, InvocationExpression1__ctor, (InvocationExpression1 * __this, Expression_1 * lambda, Type * returnType, Expression_1 * arg0, MethodInfo * method)); DO_APP_FUNC(0x022945D0, Expression_1 *, InvocationExpression1_GetArgument, (InvocationExpression1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DF48, InvocationExpression1_GetArgument__MethodInfo); DO_APP_FUNC(0x0076A2B0, int32_t, InvocationExpression1_get_ArgumentCount, (InvocationExpression1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02294670, InvocationExpression *, InvocationExpression1_Rewrite, (InvocationExpression1 * __this, Expression_1 * lambda, Expression_1__Array * arguments, MethodInfo * method)); DO_APP_FUNC(0x02294720, void, LabelExpression__ctor, (LabelExpression * __this, LabelTarget * label, Expression_1 * defaultValue, MethodInfo * method)); DO_APP_FUNC(0x011736F0, Type *, LabelExpression_get_Type, (LabelExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x00EECF80, ExpressionType__Enum_1, LabelExpression_get_NodeType, (LabelExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, LabelTarget *, LabelExpression_get_Target, (LabelExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Expression_1 *, LabelExpression_get_DefaultValue, (LabelExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02294830, Expression_1 *, LabelExpression_Accept, (LabelExpression * __this, ExpressionVisitor * visitor, MethodInfo * method)); DO_APP_FUNC(0x02294860, LabelExpression *, LabelExpression_Update, (LabelExpression * __this, LabelTarget * target, Expression_1 * defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01A25440, void, LabelTarget__ctor, (LabelTarget * __this, Type * type, String * name, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, LabelTarget_get_Name, (LabelTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Type *, LabelTarget_get_Type, (LabelTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x022948F0, String *, LabelTarget_ToString, (LabelTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x015F9080, void, LambdaExpression__ctor, (LambdaExpression * __this, Expression_1 * body, MethodInfo * method)); DO_APP_FUNC(0x02108460, Type *, LambdaExpression_get_Type, (LambdaExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x0199F890, ExpressionType__Enum_1, LambdaExpression_get_NodeType, (LambdaExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02294940, String *, LambdaExpression_get_Name, (LambdaExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, String *, LambdaExpression_get_NameCore, (LambdaExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Expression_1 *, LambdaExpression_get_Body, (LambdaExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02294960, Type *, LambdaExpression_get_ReturnType, (LambdaExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x022949F0, bool, LambdaExpression_get_TailCall, (LambdaExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, LambdaExpression_get_TailCallCore, (LambdaExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02294A10, ParameterExpression *, LambdaExpression_System_Linq_Expressions_IParameterProvider_GetParameter, (LambdaExpression * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02294A30, ParameterExpression *, LambdaExpression_GetParameter, (LambdaExpression * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DE00, LambdaExpression_GetParameter__MethodInfo); DO_APP_FUNC(0x02294A60, int32_t, LambdaExpression_System_Linq_Expressions_IParameterProvider_get_ParameterCount, (LambdaExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02294A80, int32_t, LambdaExpression_get_ParameterCount, (LambdaExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DE08, LambdaExpression_get_ParameterCount__MethodInfo); DO_APP_FUNC(0x003B93C0, NewExpression *, ListInitExpression_get_NewExpression, (ListInitExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ReadOnlyCollection_1_System_Linq_Expressions_ElementInit_ *, ListInitExpression_get_Initializers, (ListInitExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Expression_1 *, LoopExpression_get_Body, (LoopExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, LabelTarget *, LoopExpression_get_BreakLabel, (LoopExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, LabelTarget *, LoopExpression_get_ContinueLabel, (LoopExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Expression_1 *, MemberAssignment_get_Expression, (MemberAssignment * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, MemberBindingType__Enum, MemberBinding_get_BindingType, (MemberBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, MemberInfo_1 *, MemberBinding_get_Member, (MemberBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x02269370, MemberInfo_1 *, MemberExpression_get_Member, (MemberExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Expression_1 *, MemberExpression_get_Expression, (MemberExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02294AB0, void, MemberExpression__ctor, (MemberExpression * __this, Expression_1 * expression, MethodInfo * method)); DO_APP_FUNC(0x02294B50, PropertyExpression *, MemberExpression_Make, (Expression_1 * expression, PropertyInfo_1 * property, MethodInfo * method)); DO_APP_FUNC(0x02294C10, FieldExpression *, MemberExpression_Make_1, (Expression_1 * expression, FieldInfo_1 * field, MethodInfo * method)); DO_APP_FUNC(0x01B450F0, ExpressionType__Enum_1, MemberExpression_get_NodeType, (MemberExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02294CD0, MemberInfo_1 *, MemberExpression_GetMember, (MemberExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DEA0, MemberExpression_GetMember__MethodInfo); DO_APP_FUNC(0x02294D00, Expression_1 *, MemberExpression_Accept, (MemberExpression * __this, ExpressionVisitor * visitor, MethodInfo * method)); DO_APP_FUNC(0x02294D30, MemberExpression *, MemberExpression_Update, (MemberExpression * __this, Expression_1 * expression, MethodInfo * method)); DO_APP_FUNC(0x02294DC0, void, FieldExpression__ctor, (FieldExpression * __this, Expression_1 * expression, FieldInfo_1 * member, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, MemberInfo_1 *, FieldExpression_GetMember, (FieldExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02294E30, Type *, FieldExpression_get_Type, (FieldExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02294DC0, void, PropertyExpression__ctor, (PropertyExpression * __this, Expression_1 * expression, PropertyInfo_1 * member, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, MemberInfo_1 *, PropertyExpression_GetMember, (PropertyExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02294E60, Type *, PropertyExpression_get_Type, (PropertyExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, NewExpression *, MemberInitExpression_get_NewExpression, (MemberInitExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ReadOnlyCollection_1_System_Linq_Expressions_MemberBinding_ *, MemberInitExpression_get_Bindings, (MemberInitExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, ReadOnlyCollection_1_System_Linq_Expressions_ElementInit_ *, MemberListBinding_get_Initializers, (MemberListBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, ReadOnlyCollection_1_System_Linq_Expressions_MemberBinding_ *, MemberMemberBinding_get_Bindings, (MemberMemberBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x02294E90, void, MethodCallExpression__ctor, (MethodCallExpression * __this, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Expression_1 *, MethodCallExpression_GetInstance, (MethodCallExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x01AF2340, ExpressionType__Enum_1, MethodCallExpression_get_NodeType, (MethodCallExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02294F30, Type *, MethodCallExpression_get_Type, (MethodCallExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, MethodInfo_1 *, MethodCallExpression_get_Method, (MethodCallExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02108460, Expression_1 *, MethodCallExpression_get_Object, (MethodCallExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02294F60, Expression_1 *, MethodCallExpression_Accept, (MethodCallExpression * __this, ExpressionVisitor * visitor, MethodInfo * method)); DO_APP_FUNC(0x02294F90, MethodCallExpression *, MethodCallExpression_Rewrite, (MethodCallExpression * __this, Expression_1 * instance, IReadOnlyList_1_System_Linq_Expressions_Expression_ * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DE48, MethodCallExpression_Rewrite__MethodInfo); DO_APP_FUNC(0x02294FC0, Expression_1 *, MethodCallExpression_GetArgument, (MethodCallExpression * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DE50, MethodCallExpression_GetArgument__MethodInfo); DO_APP_FUNC(0x02294FF0, int32_t, MethodCallExpression_get_ArgumentCount, (MethodCallExpression * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DE60, MethodCallExpression_get_ArgumentCount__MethodInfo); DO_APP_FUNC(0x02295020, void, InstanceMethodCallExpression__ctor, (InstanceMethodCallExpression * __this, MethodInfo_1 * method_1, Expression_1 * instance, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Expression_1 *, InstanceMethodCallExpression_GetInstance, (InstanceMethodCallExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02295020, void, MethodCallExpressionN__ctor, (MethodCallExpressionN * __this, MethodInfo_1 * method_1, IReadOnlyList_1_System_Linq_Expressions_Expression_ * args, MethodInfo * method)); DO_APP_FUNC(0x02295090, Expression_1 *, MethodCallExpressionN_GetArgument, (MethodCallExpressionN * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022950F0, int32_t, MethodCallExpressionN_get_ArgumentCount, (MethodCallExpressionN * __this, MethodInfo * method)); DO_APP_FUNC(0x02295140, MethodCallExpression *, MethodCallExpressionN_Rewrite, (MethodCallExpressionN * __this, Expression_1 * instance, IReadOnlyList_1_System_Linq_Expressions_Expression_ * args, MethodInfo * method)); DO_APP_FUNC(0x022951F0, void, InstanceMethodCallExpressionN__ctor, (InstanceMethodCallExpressionN * __this, MethodInfo_1 * method_1, Expression_1 * instance, IReadOnlyList_1_System_Linq_Expressions_Expression_ * args, MethodInfo * method)); DO_APP_FUNC(0x022952D0, Expression_1 *, InstanceMethodCallExpressionN_GetArgument, (InstanceMethodCallExpressionN * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02295330, int32_t, InstanceMethodCallExpressionN_get_ArgumentCount, (InstanceMethodCallExpressionN * __this, MethodInfo * method)); DO_APP_FUNC(0x02295380, MethodCallExpression *, InstanceMethodCallExpressionN_Rewrite, (InstanceMethodCallExpressionN * __this, Expression_1 * instance, IReadOnlyList_1_System_Linq_Expressions_Expression_ * args, MethodInfo * method)); DO_APP_FUNC(0x02295410, void, MethodCallExpression0__ctor, (MethodCallExpression0 * __this, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x02295420, Expression_1 *, MethodCallExpression0_GetArgument, (MethodCallExpression0 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DD98, MethodCallExpression0_GetArgument__MethodInfo); DO_APP_FUNC(0x003C94D0, int32_t, MethodCallExpression0_get_ArgumentCount, (MethodCallExpression0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02295480, MethodCallExpression *, MethodCallExpression0_Rewrite, (MethodCallExpression0 * __this, Expression_1 * instance, IReadOnlyList_1_System_Linq_Expressions_Expression_ * args, MethodInfo * method)); DO_APP_FUNC(0x02295020, void, MethodCallExpression1__ctor, (MethodCallExpression1 * __this, MethodInfo_1 * method_1, Expression_1 * arg0, MethodInfo * method)); DO_APP_FUNC(0x02295600, Expression_1 *, MethodCallExpression1_GetArgument, (MethodCallExpression1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DDF8, MethodCallExpression1_GetArgument__MethodInfo); DO_APP_FUNC(0x0076A2B0, int32_t, MethodCallExpression1_get_ArgumentCount, (MethodCallExpression1 * __this, MethodInfo * method)); DO_APP_FUNC(0x022956A0, MethodCallExpression *, MethodCallExpression1_Rewrite, (MethodCallExpression1 * __this, Expression_1 * instance, IReadOnlyList_1_System_Linq_Expressions_Expression_ * args, MethodInfo * method)); DO_APP_FUNC(0x022951F0, void, MethodCallExpression2__ctor, (MethodCallExpression2 * __this, MethodInfo_1 * method_1, Expression_1 * arg0, Expression_1 * arg1, MethodInfo * method)); DO_APP_FUNC(0x02295760, Expression_1 *, MethodCallExpression2_GetArgument, (MethodCallExpression2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DDF0, MethodCallExpression2_GetArgument__MethodInfo); DO_APP_FUNC(0x00776DD0, int32_t, MethodCallExpression2_get_ArgumentCount, (MethodCallExpression2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02295820, MethodCallExpression *, MethodCallExpression2_Rewrite, (MethodCallExpression2 * __this, Expression_1 * instance, IReadOnlyList_1_System_Linq_Expressions_Expression_ * args, MethodInfo * method)); DO_APP_FUNC(0x02295920, void, MethodCallExpression3__ctor, (MethodCallExpression3 * __this, MethodInfo_1 * method_1, Expression_1 * arg0, Expression_1 * arg1, Expression_1 * arg2, MethodInfo * method)); DO_APP_FUNC(0x02295A50, Expression_1 *, MethodCallExpression3_GetArgument, (MethodCallExpression3 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DDE8, MethodCallExpression3_GetArgument__MethodInfo); DO_APP_FUNC(0x0075F690, int32_t, MethodCallExpression3_get_ArgumentCount, (MethodCallExpression3 * __this, MethodInfo * method)); DO_APP_FUNC(0x02295B20, MethodCallExpression *, MethodCallExpression3_Rewrite, (MethodCallExpression3 * __this, Expression_1 * instance, IReadOnlyList_1_System_Linq_Expressions_Expression_ * args, MethodInfo * method)); DO_APP_FUNC(0x02295C50, void, MethodCallExpression4__ctor, (MethodCallExpression4 * __this, MethodInfo_1 * method_1, Expression_1 * arg0, Expression_1 * arg1, Expression_1 * arg2, Expression_1 * arg3, MethodInfo * method)); DO_APP_FUNC(0x02295DD0, Expression_1 *, MethodCallExpression4_GetArgument, (MethodCallExpression4 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DDE0, MethodCallExpression4_GetArgument__MethodInfo); DO_APP_FUNC(0x00EEC8E0, int32_t, MethodCallExpression4_get_ArgumentCount, (MethodCallExpression4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02295EB0, MethodCallExpression *, MethodCallExpression4_Rewrite, (MethodCallExpression4 * __this, Expression_1 * instance, IReadOnlyList_1_System_Linq_Expressions_Expression_ * args, MethodInfo * method)); DO_APP_FUNC(0x02296010, void, MethodCallExpression5__ctor, (MethodCallExpression5 * __this, MethodInfo_1 * method_1, Expression_1 * arg0, Expression_1 * arg1, Expression_1 * arg2, Expression_1 * arg3, Expression_1 * arg4, MethodInfo * method)); DO_APP_FUNC(0x022961F0, Expression_1 *, MethodCallExpression5_GetArgument, (MethodCallExpression5 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DD50, MethodCallExpression5_GetArgument__MethodInfo); DO_APP_FUNC(0x011B8EF0, int32_t, MethodCallExpression5_get_ArgumentCount, (MethodCallExpression5 * __this, MethodInfo * method)); DO_APP_FUNC(0x022962E0, MethodCallExpression *, MethodCallExpression5_Rewrite, (MethodCallExpression5 * __this, Expression_1 * instance, IReadOnlyList_1_System_Linq_Expressions_Expression_ * args, MethodInfo * method)); DO_APP_FUNC(0x02295020, void, InstanceMethodCallExpression0__ctor, (InstanceMethodCallExpression0 * __this, MethodInfo_1 * method_1, Expression_1 * instance, MethodInfo * method)); DO_APP_FUNC(0x02296460, Expression_1 *, InstanceMethodCallExpression0_GetArgument, (InstanceMethodCallExpression0 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DD58, InstanceMethodCallExpression0_GetArgument__MethodInfo); DO_APP_FUNC(0x003C94D0, int32_t, InstanceMethodCallExpression0_get_ArgumentCount, (InstanceMethodCallExpression0 * __this, MethodInfo * method)); DO_APP_FUNC(0x022964C0, MethodCallExpression *, InstanceMethodCallExpression0_Rewrite, (InstanceMethodCallExpression0 * __this, Expression_1 * instance, IReadOnlyList_1_System_Linq_Expressions_Expression_ * args, MethodInfo * method)); DO_APP_FUNC(0x022951F0, void, InstanceMethodCallExpression1__ctor, (InstanceMethodCallExpression1 * __this, MethodInfo_1 * method_1, Expression_1 * instance, Expression_1 * arg0, MethodInfo * method)); DO_APP_FUNC(0x02296530, Expression_1 *, InstanceMethodCallExpression1_GetArgument, (InstanceMethodCallExpression1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DD48, InstanceMethodCallExpression1_GetArgument__MethodInfo); DO_APP_FUNC(0x0076A2B0, int32_t, InstanceMethodCallExpression1_get_ArgumentCount, (InstanceMethodCallExpression1 * __this, MethodInfo * method)); DO_APP_FUNC(0x022965D0, MethodCallExpression *, InstanceMethodCallExpression1_Rewrite, (InstanceMethodCallExpression1 * __this, Expression_1 * instance, IReadOnlyList_1_System_Linq_Expressions_Expression_ * args, MethodInfo * method)); DO_APP_FUNC(0x02295920, void, InstanceMethodCallExpression2__ctor, (InstanceMethodCallExpression2 * __this, MethodInfo_1 * method_1, Expression_1 * instance, Expression_1 * arg0, Expression_1 * arg1, MethodInfo * method)); DO_APP_FUNC(0x022966A0, Expression_1 *, InstanceMethodCallExpression2_GetArgument, (InstanceMethodCallExpression2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DD80, InstanceMethodCallExpression2_GetArgument__MethodInfo); DO_APP_FUNC(0x00776DD0, int32_t, InstanceMethodCallExpression2_get_ArgumentCount, (InstanceMethodCallExpression2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02296760, MethodCallExpression *, InstanceMethodCallExpression2_Rewrite, (InstanceMethodCallExpression2 * __this, Expression_1 * instance, IReadOnlyList_1_System_Linq_Expressions_Expression_ * args, MethodInfo * method)); DO_APP_FUNC(0x02295C50, void, InstanceMethodCallExpression3__ctor, (InstanceMethodCallExpression3 * __this, MethodInfo_1 * method_1, Expression_1 * instance, Expression_1 * arg0, Expression_1 * arg1, Expression_1 * arg2, MethodInfo * method)); DO_APP_FUNC(0x02296870, Expression_1 *, InstanceMethodCallExpression3_GetArgument, (InstanceMethodCallExpression3 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DD78, InstanceMethodCallExpression3_GetArgument__MethodInfo); DO_APP_FUNC(0x0075F690, int32_t, InstanceMethodCallExpression3_get_ArgumentCount, (InstanceMethodCallExpression3 * __this, MethodInfo * method)); DO_APP_FUNC(0x02296940, MethodCallExpression *, InstanceMethodCallExpression3_Rewrite, (InstanceMethodCallExpression3 * __this, Expression_1 * instance, IReadOnlyList_1_System_Linq_Expressions_Expression_ * args, MethodInfo * method)); DO_APP_FUNC(0x02296A90, void, NewArrayExpression__ctor, (NewArrayExpression * __this, Type * type, ReadOnlyCollection_1_System_Linq_Expressions_Expression_ * expressions, MethodInfo * method)); DO_APP_FUNC(0x02296BA0, NewArrayExpression *, NewArrayExpression_Make, (ExpressionType__Enum_1 nodeType, Type * type, ReadOnlyCollection_1_System_Linq_Expressions_Expression_ * expressions, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Type *, NewArrayExpression_get_Type, (NewArrayExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ReadOnlyCollection_1_System_Linq_Expressions_Expression_ *, NewArrayExpression_get_Expressions, (NewArrayExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02296C40, Expression_1 *, NewArrayExpression_Accept, (NewArrayExpression * __this, ExpressionVisitor * visitor, MethodInfo * method)); DO_APP_FUNC(0x02296C70, NewArrayExpression *, NewArrayExpression_Update, (NewArrayExpression * __this, IEnumerable_1_System_Linq_Expressions_Expression_ * expressions, MethodInfo * method)); DO_APP_FUNC(0x02296E30, void, NewArrayInitExpression__ctor, (NewArrayInitExpression * __this, Type * type, ReadOnlyCollection_1_System_Linq_Expressions_Expression_ * expressions, MethodInfo * method)); DO_APP_FUNC(0x00B31160, ExpressionType__Enum_1, NewArrayInitExpression_get_NodeType, (NewArrayInitExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02296E30, void, NewArrayBoundsExpression__ctor, (NewArrayBoundsExpression * __this, Type * type, ReadOnlyCollection_1_System_Linq_Expressions_Expression_ * expressions, MethodInfo * method)); DO_APP_FUNC(0x02296E40, ExpressionType__Enum_1, NewArrayBoundsExpression_get_NodeType, (NewArrayBoundsExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ConstructorInfo *, NewExpression_get_Constructor, (NewExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02296E50, Expression_1 *, NewExpression_GetArgument, (NewExpression * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02296EB0, void, ParameterExpression__ctor, (ParameterExpression * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02296F50, ParameterExpression *, ParameterExpression_Make, (Type * type, String * name, bool isByRef, MethodInfo * method)); DO_APP_FUNC(0x022977D0, Type *, ParameterExpression_get_Type, (ParameterExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02297840, ExpressionType__Enum_1, ParameterExpression_get_NodeType, (ParameterExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, ParameterExpression_get_Name, (ParameterExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02269370, bool, ParameterExpression_get_IsByRef, (ParameterExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ParameterExpression_GetIsByRef, (ParameterExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x01E62070, Expression_1 *, ParameterExpression_Accept, (ParameterExpression * __this, ExpressionVisitor * visitor, MethodInfo * method)); DO_APP_FUNC(0x02297850, void, ByRefParameterExpression__ctor, (ByRefParameterExpression * __this, Type * type, String * name, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ByRefParameterExpression_GetIsByRef, (ByRefParameterExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02297860, void, TypedParameterExpression__ctor, (TypedParameterExpression * __this, Type * type, String * name, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Type *, TypedParameterExpression_get_Type, (TypedParameterExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, ReadOnlyCollection_1_System_Linq_Expressions_ParameterExpression_ *, RuntimeVariablesExpression_get_Variables, (RuntimeVariablesExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, StackGuard_1_TryEnterOnCurrentStack, (StackGuard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StackGuard_1__ctor, (StackGuard_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x022978E0, String *, Strings_get_ReducibleMustOverrideReduce, (MethodInfo * method)); DO_APP_FUNC(0x02297920, String *, Strings_get_MustReduceToDifferent, (MethodInfo * method)); DO_APP_FUNC(0x02297960, String *, Strings_get_ReducedNotCompatible, (MethodInfo * method)); DO_APP_FUNC(0x022979A0, String *, Strings_get_SetterHasNoParams, (MethodInfo * method)); DO_APP_FUNC(0x022979E0, String *, Strings_get_PropertyCannotHaveRefType, (MethodInfo * method)); DO_APP_FUNC(0x02297A20, String *, Strings_get_IndexesOfSetGetMustMatch, (MethodInfo * method)); DO_APP_FUNC(0x02297A60, String *, Strings_get_AccessorsCannotHaveVarArgs, (MethodInfo * method)); DO_APP_FUNC(0x02297AA0, String *, Strings_get_AccessorsCannotHaveByRefArgs, (MethodInfo * method)); DO_APP_FUNC(0x02297AE0, String *, Strings_get_BoundsCannotBeLessThanOne, (MethodInfo * method)); DO_APP_FUNC(0x02297B20, String *, Strings_get_TypeMustNotBeByRef, (MethodInfo * method)); DO_APP_FUNC(0x02297B60, String *, Strings_get_TypeMustNotBePointer, (MethodInfo * method)); DO_APP_FUNC(0x02297BA0, String *, Strings_get_SetterMustBeVoid, (MethodInfo * method)); DO_APP_FUNC(0x02297BE0, String *, Strings_get_PropertyTypeMustMatchGetter, (MethodInfo * method)); DO_APP_FUNC(0x02297C20, String *, Strings_get_PropertyTypeMustMatchSetter, (MethodInfo * method)); DO_APP_FUNC(0x02297C60, String *, Strings_get_BothAccessorsMustBeStatic, (MethodInfo * method)); DO_APP_FUNC(0x02297CA0, String *, Strings_get_OnlyStaticFieldsHaveNullInstance, (MethodInfo * method)); DO_APP_FUNC(0x02297CE0, String *, Strings_get_OnlyStaticPropertiesHaveNullInstance, (MethodInfo * method)); DO_APP_FUNC(0x02297D20, String *, Strings_get_OnlyStaticMethodsHaveNullInstance, (MethodInfo * method)); DO_APP_FUNC(0x02297D60, String *, Strings_get_PropertyTypeCannotBeVoid, (MethodInfo * method)); DO_APP_FUNC(0x02297DA0, String *, Strings_get_InvalidUnboxType, (MethodInfo * method)); DO_APP_FUNC(0x02297DE0, String *, Strings_get_ExpressionMustBeWriteable, (MethodInfo * method)); DO_APP_FUNC(0x02297E20, String *, Strings_get_ArgumentMustNotHaveValueType, (MethodInfo * method)); DO_APP_FUNC(0x02297E60, String *, Strings_get_MustBeReducible, (MethodInfo * method)); DO_APP_FUNC(0x02297EA0, String *, Strings_get_LabelMustBeVoidOrHaveExpression, (MethodInfo * method)); DO_APP_FUNC(0x02297EE0, String *, Strings_get_QuotedExpressionMustBeLambda, (MethodInfo * method)); DO_APP_FUNC(0x02297F20, String *, Strings_get_CollectionModifiedWhileEnumerating, (MethodInfo * method)); DO_APP_FUNC(0x02297F60, String *, Strings_VariableMustNotBeByRef, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x02297FB0, String *, Strings_DuplicateVariable, (Object * p0, MethodInfo * method)); DO_APP_FUNC(0x02298000, String *, Strings_get_FaultCannotHaveCatchOrFinally, (MethodInfo * method)); DO_APP_FUNC(0x02298040, String *, Strings_get_TryMustHaveCatchFinallyOrFault, (MethodInfo * method)); DO_APP_FUNC(0x02298080, String *, Strings_get_BodyOfCatchMustHaveSameTypeAsBodyOfTry, (MethodInfo * method)); DO_APP_FUNC(0x022980C0, String *, Strings_ExtensionNodeMustOverrideProperty, (Object * p0, MethodInfo * method)); DO_APP_FUNC(0x02298110, String *, Strings_UserDefinedOperatorMustBeStatic, (Object * p0, MethodInfo * method)); DO_APP_FUNC(0x02298160, String *, Strings_UserDefinedOperatorMustNotBeVoid, (Object * p0, MethodInfo * method)); DO_APP_FUNC(0x022981B0, String *, Strings_CoercionOperatorNotDefined, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x02298200, String *, Strings_UnaryOperatorNotDefined, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x02298250, String *, Strings_BinaryOperatorNotDefined, (Object * p0, Object * p1, Object * p2, MethodInfo * method)); DO_APP_FUNC(0x022982C0, String *, Strings_ReferenceEqualityNotDefined, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x02298310, String *, Strings_OperandTypesDoNotMatchParameters, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x02298360, String *, Strings_OverloadOperatorTypeDoesNotMatchConversionType, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x022983B0, String *, Strings_get_ConversionIsNotSupportedForArithmeticTypes, (MethodInfo * method)); DO_APP_FUNC(0x022983F0, String *, Strings_get_ArgumentMustBeArray, (MethodInfo * method)); DO_APP_FUNC(0x02298430, String *, Strings_get_ArgumentMustBeBoolean, (MethodInfo * method)); DO_APP_FUNC(0x02298470, String *, Strings_get_ArgumentMustBeInteger, (MethodInfo * method)); DO_APP_FUNC(0x022984B0, String *, Strings_get_ArgumentMustBeArrayIndexType, (MethodInfo * method)); DO_APP_FUNC(0x022984F0, String *, Strings_get_ArgumentMustBeSingleDimensionalArrayType, (MethodInfo * method)); DO_APP_FUNC(0x02298530, String *, Strings_get_ArgumentTypesMustMatch, (MethodInfo * method)); DO_APP_FUNC(0x02298570, String *, Strings_CannotAutoInitializeValueTypeMemberThroughProperty, (Object * p0, MethodInfo * method)); DO_APP_FUNC(0x022985C0, String *, Strings_IncorrectTypeForTypeAs, (Object * p0, MethodInfo * method)); DO_APP_FUNC(0x02298610, String *, Strings_get_CoalesceUsedOnNonNullType, (MethodInfo * method)); DO_APP_FUNC(0x02298650, String *, Strings_ExpressionTypeCannotInitializeArrayType, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x022986A0, String *, Strings_ExpressionTypeDoesNotMatchReturn, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x022986F0, String *, Strings_ExpressionTypeDoesNotMatchAssignment, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x02298740, String *, Strings_ExpressionTypeDoesNotMatchLabel, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x02298790, String *, Strings_ExpressionTypeNotInvocable, (Object * p0, MethodInfo * method)); DO_APP_FUNC(0x022987E0, String *, Strings_InstanceFieldNotDefinedForType, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x02298830, String *, Strings_FieldInfoNotDefinedForType, (Object * p0, Object * p1, Object * p2, MethodInfo * method)); DO_APP_FUNC(0x022988A0, String *, Strings_get_IncorrectNumberOfIndexes, (MethodInfo * method)); DO_APP_FUNC(0x022988E0, String *, Strings_get_IncorrectNumberOfLambdaDeclarationParameters, (MethodInfo * method)); DO_APP_FUNC(0x02298920, String *, Strings_get_LambdaTypeMustBeDerivedFromSystemDelegate, (MethodInfo * method)); DO_APP_FUNC(0x02298960, String *, Strings_MemberNotFieldOrProperty, (Object * p0, MethodInfo * method)); DO_APP_FUNC(0x022989B0, String *, Strings_MethodContainsGenericParameters, (Object * p0, MethodInfo * method)); DO_APP_FUNC(0x02298A00, String *, Strings_MethodIsGeneric, (Object * p0, MethodInfo * method)); DO_APP_FUNC(0x02298A50, String *, Strings_PropertyDoesNotHaveAccessor, (Object * p0, MethodInfo * method)); DO_APP_FUNC(0x02298AA0, String *, Strings_ParameterExpressionNotValidAsDelegate, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x02298AF0, String *, Strings_PropertyNotDefinedForType, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x02298B40, String *, Strings_InstancePropertyNotDefinedForType, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x02298B90, String *, Strings_InstanceAndMethodTypeMismatch, (Object * p0, Object * p1, Object * p2, MethodInfo * method)); DO_APP_FUNC(0x02298C00, String *, Strings_UnhandledBinary, (Object * p0, MethodInfo * method)); DO_APP_FUNC(0x02298C50, String *, Strings_UnhandledUnary, (Object * p0, MethodInfo * method)); DO_APP_FUNC(0x02298CA0, String *, Strings_UserDefinedOpMustHaveConsistentTypes, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x02298CF0, String *, Strings_UserDefinedOpMustHaveValidReturnType, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x02298D40, String *, Strings_LogicalOperatorMustHaveBooleanOperators, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x02298D90, String *, Strings_MethodWithArgsDoesNotExistOnType, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x02298DE0, String *, Strings_GenericMethodWithArgsDoesNotExistOnType, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x02298E30, String *, Strings_MethodWithMoreThanOneMatch, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x02298E80, String *, Strings_get_ArgumentCannotBeOfTypeVoid, (MethodInfo * method)); DO_APP_FUNC(0x02298EC0, String *, Strings_LabelTargetAlreadyDefined, (Object * p0, MethodInfo * method)); DO_APP_FUNC(0x02298F10, String *, Strings_LabelTargetUndefined, (Object * p0, MethodInfo * method)); DO_APP_FUNC(0x02298F60, String *, Strings_get_ControlCannotLeaveFinally, (MethodInfo * method)); DO_APP_FUNC(0x02298FA0, String *, Strings_get_ControlCannotLeaveFilterTest, (MethodInfo * method)); DO_APP_FUNC(0x02298FE0, String *, Strings_AmbiguousJump, (Object * p0, MethodInfo * method)); DO_APP_FUNC(0x02299030, String *, Strings_get_ControlCannotEnterTry, (MethodInfo * method)); DO_APP_FUNC(0x02299070, String *, Strings_get_ControlCannotEnterExpression, (MethodInfo * method)); DO_APP_FUNC(0x022990B0, String *, Strings_NonLocalJumpWithValue, (Object * p0, MethodInfo * method)); DO_APP_FUNC(0x02299100, String *, Strings_InvalidLvalue, (Object * p0, MethodInfo * method)); DO_APP_FUNC(0x02299150, String *, Strings_get_RethrowRequiresCatch, (MethodInfo * method)); DO_APP_FUNC(0x02299190, String *, Strings_MustRewriteToSameNode, (Object * p0, Object * p1, Object * p2, MethodInfo * method)); DO_APP_FUNC(0x02299200, String *, Strings_MustRewriteChildToSameType, (Object * p0, Object * p1, Object * p2, MethodInfo * method)); DO_APP_FUNC(0x02299270, String *, Strings_MustRewriteWithoutMethod, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x022992C0, String *, Strings_get_NonAbstractConstructorRequired, (MethodInfo * method)); DO_APP_FUNC(0x02299300, String *, Strings_get_ExpressionMustBeReadable, (MethodInfo * method)); DO_APP_FUNC(0x02299340, String *, Strings_ExpressionTypeDoesNotMatchConstructorParameter, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x02299390, String *, Strings_get_EnumerationIsDone, (MethodInfo * method)); DO_APP_FUNC(0x022993D0, String *, Strings_TypeContainsGenericParameters, (Object * p0, MethodInfo * method)); DO_APP_FUNC(0x02299420, String *, Strings_TypeIsGeneric, (Object * p0, MethodInfo * method)); DO_APP_FUNC(0x02299470, String *, Strings_get_InvalidArgumentValue, (MethodInfo * method)); DO_APP_FUNC(0x022994B0, String *, Strings_InvalidNullValue, (Object * p0, MethodInfo * method)); DO_APP_FUNC(0x02299500, String *, Strings_InvalidObjectType, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x02299550, String *, Strings_ExpressionTypeDoesNotMatchMethodParameter, (Object * p0, Object * p1, Object * p2, MethodInfo * method)); DO_APP_FUNC(0x022995C0, String *, Strings_ExpressionTypeDoesNotMatchParameter, (Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x02299610, String *, Strings_IncorrectNumberOfMethodCallArguments, (Object * p0, MethodInfo * method)); DO_APP_FUNC(0x02299660, String *, Strings_get_IncorrectNumberOfLambdaArguments, (MethodInfo * method)); DO_APP_FUNC(0x022996A0, String *, Strings_get_IncorrectNumberOfConstructorArguments, (MethodInfo * method)); DO_APP_FUNC(0x003B93C0, ReadOnlyCollection_1_System_Linq_Expressions_Expression_ *, SwitchCase_get_TestValues, (SwitchCase * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Expression_1 *, SwitchCase_get_Body, (SwitchCase * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Expression_1 *, SwitchExpression_get_SwitchValue, (SwitchExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ReadOnlyCollection_1_System_Linq_Expressions_SwitchCase_ *, SwitchExpression_get_Cases, (SwitchExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Expression_1 *, SwitchExpression_get_DefaultBody, (SwitchExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, MethodInfo_1 *, SwitchExpression_get_Comparison, (SwitchExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, SymbolDocumentInfo_get_FileName, (SymbolDocumentInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x022996E0, void, SymbolDocumentInfo__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02299740, void, TryExpression__ctor, (TryExpression * __this, Type * type, Expression_1 * body, Expression_1 * finally, Expression_1 * fault, ReadOnlyCollection_1_System_Linq_Expressions_CatchBlock_ * handlers, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Type *, TryExpression_get_Type, (TryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02299940, ExpressionType__Enum_1, TryExpression_get_NodeType, (TryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Expression_1 *, TryExpression_get_Body, (TryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, ReadOnlyCollection_1_System_Linq_Expressions_CatchBlock_ *, TryExpression_get_Handlers, (TryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Expression_1 *, TryExpression_get_Finally, (TryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Expression_1 *, TryExpression_get_Fault, (TryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x020657D0, Expression_1 *, TryExpression_Accept, (TryExpression * __this, ExpressionVisitor * visitor, MethodInfo * method)); DO_APP_FUNC(0x02299950, TryExpression *, TryExpression_Update, (TryExpression * __this, Expression_1 * body, IEnumerable_1_System_Linq_Expressions_CatchBlock_ * handlers, Expression_1 * finally, Expression_1 * fault, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Expression_1 *, TypeBinaryExpression_get_Expression, (TypeBinaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Type *, TypeBinaryExpression_get_TypeOperand, (TypeBinaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02299A60, void, UnaryExpression__ctor, (UnaryExpression * __this, ExpressionType__Enum_1 nodeType, Expression_1 * expression, Type * type, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Type *, UnaryExpression_get_Type, (UnaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, ExpressionType__Enum_1, UnaryExpression_get_NodeType, (UnaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Expression_1 *, UnaryExpression_get_Operand, (UnaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, MethodInfo_1 *, UnaryExpression_get_Method, (UnaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02299BC0, bool, UnaryExpression_get_IsLifted, (UnaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02299E30, bool, UnaryExpression_get_IsLiftedToNull, (UnaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02299EB0, Expression_1 *, UnaryExpression_Accept, (UnaryExpression * __this, ExpressionVisitor * visitor, MethodInfo * method)); DO_APP_FUNC(0x02299EE0, bool, UnaryExpression_get_CanReduce, (UnaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02299F10, Expression_1 *, UnaryExpression_Reduce, (UnaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02299F90, bool, UnaryExpression_get_IsPrefix, (UnaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x02299FE0, UnaryExpression *, UnaryExpression_FunctionalOp, (UnaryExpression * __this, Expression_1 * operand, MethodInfo * method)); DO_APP_FUNC(0x0229A0E0, Expression_1 *, UnaryExpression_ReduceVariable, (UnaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x0229A450, Expression_1 *, UnaryExpression_ReduceMember, (UnaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x0229AA90, Expression_1 *, UnaryExpression_ReduceIndex, (UnaryExpression * __this, MethodInfo * method)); DO_APP_FUNC(0x0229B420, UnaryExpression *, UnaryExpression_Update, (UnaryExpression * __this, Expression_1 * operand, MethodInfo * method)); DO_APP_FUNC(0x0229B4F0, void, Utils_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, AddInstruction_get_ConsumedStack, (AddInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, AddInstruction_get_ProducedStack, (AddInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0229C7F0, String *, AddInstruction_get_InstructionName, (AddInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AddInstruction__ctor, (AddInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0229C830, Instruction *, AddInstruction_Create, (Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D4F0, AddInstruction_Create__MethodInfo); DO_APP_FUNC(0x0229CD40, int32_t, AddInstruction_AddInt16_Run, (AddInstruction_AddInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AddInstruction_AddInt16__ctor, (AddInstruction_AddInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x0229CE90, int32_t, AddInstruction_AddInt32_Run, (AddInstruction_AddInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AddInstruction_AddInt32__ctor, (AddInstruction_AddInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x0229CFD0, int32_t, AddInstruction_AddInt64_Run, (AddInstruction_AddInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AddInstruction_AddInt64__ctor, (AddInstruction_AddInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x0229D120, int32_t, AddInstruction_AddUInt16_Run, (AddInstruction_AddUInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AddInstruction_AddUInt16__ctor, (AddInstruction_AddUInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x0229D270, int32_t, AddInstruction_AddUInt32_Run, (AddInstruction_AddUInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AddInstruction_AddUInt32__ctor, (AddInstruction_AddUInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x0229D3C0, int32_t, AddInstruction_AddUInt64_Run, (AddInstruction_AddUInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AddInstruction_AddUInt64__ctor, (AddInstruction_AddUInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x0229D510, int32_t, AddInstruction_AddSingle_Run, (AddInstruction_AddSingle * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AddInstruction_AddSingle__ctor, (AddInstruction_AddSingle * __this, MethodInfo * method)); DO_APP_FUNC(0x0229D670, int32_t, AddInstruction_AddDouble_Run, (AddInstruction_AddDouble * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AddInstruction_AddDouble__ctor, (AddInstruction_AddDouble * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, AddOvfInstruction_get_ConsumedStack, (AddOvfInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, AddOvfInstruction_get_ProducedStack, (AddOvfInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0229D7D0, String *, AddOvfInstruction_get_InstructionName, (AddOvfInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AddOvfInstruction__ctor, (AddOvfInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0229D810, Instruction *, AddOvfInstruction_Create, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x0229DC50, int32_t, AddOvfInstruction_AddOvfInt16_Run, (AddOvfInstruction_AddOvfInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D3F0, AddOvfInstruction_AddOvfInt16_Run__MethodInfo); DO_APP_FUNC(0x003AC050, void, AddOvfInstruction_AddOvfInt16__ctor, (AddOvfInstruction_AddOvfInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x0229DE70, int32_t, AddOvfInstruction_AddOvfInt32_Run, (AddOvfInstruction_AddOvfInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D4C8, AddOvfInstruction_AddOvfInt32_Run__MethodInfo); DO_APP_FUNC(0x003AC050, void, AddOvfInstruction_AddOvfInt32__ctor, (AddOvfInstruction_AddOvfInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x0229E010, int32_t, AddOvfInstruction_AddOvfInt64_Run, (AddOvfInstruction_AddOvfInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D4B0, AddOvfInstruction_AddOvfInt64_Run__MethodInfo); DO_APP_FUNC(0x003AC050, void, AddOvfInstruction_AddOvfInt64__ctor, (AddOvfInstruction_AddOvfInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x0229E200, int32_t, AddOvfInstruction_AddOvfUInt16_Run, (AddOvfInstruction_AddOvfUInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D490, AddOvfInstruction_AddOvfUInt16_Run__MethodInfo); DO_APP_FUNC(0x003AC050, void, AddOvfInstruction_AddOvfUInt16__ctor, (AddOvfInstruction_AddOvfUInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x0229E3D0, int32_t, AddOvfInstruction_AddOvfUInt32_Run, (AddOvfInstruction_AddOvfUInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D4A0, AddOvfInstruction_AddOvfUInt32_Run__MethodInfo); DO_APP_FUNC(0x003AC050, void, AddOvfInstruction_AddOvfUInt32__ctor, (AddOvfInstruction_AddOvfUInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x0229E5A0, int32_t, AddOvfInstruction_AddOvfUInt64_Run, (AddOvfInstruction_AddOvfUInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D478, AddOvfInstruction_AddOvfUInt64_Run__MethodInfo); DO_APP_FUNC(0x003AC050, void, AddOvfInstruction_AddOvfUInt64__ctor, (AddOvfInstruction_AddOvfUInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, AndInstruction_get_ConsumedStack, (AndInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, AndInstruction_get_ProducedStack, (AndInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0229E770, String *, AndInstruction_get_InstructionName, (AndInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AndInstruction__ctor, (AndInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0229E7B0, Instruction *, AndInstruction_Create, (Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D378, AndInstruction_Create__MethodInfo); DO_APP_FUNC(0x0229ED40, int32_t, AndInstruction_AndSByte_Run, (AndInstruction_AndSByte * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AndInstruction_AndSByte__ctor, (AndInstruction_AndSByte * __this, MethodInfo * method)); DO_APP_FUNC(0x0229EE50, int32_t, AndInstruction_AndInt16_Run, (AndInstruction_AndInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AndInstruction_AndInt16__ctor, (AndInstruction_AndInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x0229EF60, int32_t, AndInstruction_AndInt32_Run, (AndInstruction_AndInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AndInstruction_AndInt32__ctor, (AndInstruction_AndInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x0229F070, int32_t, AndInstruction_AndInt64_Run, (AndInstruction_AndInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AndInstruction_AndInt64__ctor, (AndInstruction_AndInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x0229F200, int32_t, AndInstruction_AndByte_Run, (AndInstruction_AndByte * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AndInstruction_AndByte__ctor, (AndInstruction_AndByte * __this, MethodInfo * method)); DO_APP_FUNC(0x0229F310, int32_t, AndInstruction_AndUInt16_Run, (AndInstruction_AndUInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AndInstruction_AndUInt16__ctor, (AndInstruction_AndUInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x0229F420, int32_t, AndInstruction_AndUInt32_Run, (AndInstruction_AndUInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AndInstruction_AndUInt32__ctor, (AndInstruction_AndUInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x0229F5B0, int32_t, AndInstruction_AndUInt64_Run, (AndInstruction_AndUInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AndInstruction_AndUInt64__ctor, (AndInstruction_AndUInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x0229F740, int32_t, AndInstruction_AndBoolean_Run, (AndInstruction_AndBoolean * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AndInstruction_AndBoolean__ctor, (AndInstruction_AndBoolean * __this, MethodInfo * method)); DO_APP_FUNC(0x00A9FD50, void, NewArrayInitInstruction__ctor, (NewArrayInitInstruction * __this, Type * elementType, int32_t elementCount, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, NewArrayInitInstruction_get_ConsumedStack, (NewArrayInitInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, NewArrayInitInstruction_get_ProducedStack, (NewArrayInitInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0229F9B0, String *, NewArrayInitInstruction_get_InstructionName, (NewArrayInitInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0229F9F0, int32_t, NewArrayInitInstruction_Run, (NewArrayInitInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, NewArrayInstruction__ctor, (NewArrayInstruction * __this, Type * elementType, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, NewArrayInstruction_get_ConsumedStack, (NewArrayInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, NewArrayInstruction_get_ProducedStack, (NewArrayInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0229FAF0, String *, NewArrayInstruction_get_InstructionName, (NewArrayInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0229FB30, int32_t, NewArrayInstruction_Run, (NewArrayInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x00A9FD50, void, NewArrayBoundsInstruction__ctor, (NewArrayBoundsInstruction * __this, Type * elementType, int32_t rank, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, NewArrayBoundsInstruction_get_ConsumedStack, (NewArrayBoundsInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, NewArrayBoundsInstruction_get_ProducedStack, (NewArrayBoundsInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0229FC40, String *, NewArrayBoundsInstruction_get_InstructionName, (NewArrayBoundsInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0229FC80, int32_t, NewArrayBoundsInstruction_Run, (NewArrayBoundsInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D360, NewArrayBoundsInstruction_Run__MethodInfo); DO_APP_FUNC(0x003AC050, void, GetArrayItemInstruction__ctor, (GetArrayItemInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, GetArrayItemInstruction_get_ConsumedStack, (GetArrayItemInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, GetArrayItemInstruction_get_ProducedStack, (GetArrayItemInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0229FE20, String *, GetArrayItemInstruction_get_InstructionName, (GetArrayItemInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0229FE60, int32_t, GetArrayItemInstruction_Run, (GetArrayItemInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x0229FFC0, void, GetArrayItemInstruction__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SetArrayItemInstruction__ctor, (SetArrayItemInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F690, int32_t, SetArrayItemInstruction_get_ConsumedStack, (SetArrayItemInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A0070, String *, SetArrayItemInstruction_get_InstructionName, (SetArrayItemInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A00B0, int32_t, SetArrayItemInstruction_Run, (SetArrayItemInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022A01D0, void, SetArrayItemInstruction__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, ArrayLengthInstruction_get_ConsumedStack, (ArrayLengthInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, ArrayLengthInstruction_get_ProducedStack, (ArrayLengthInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A0280, String *, ArrayLengthInstruction_get_InstructionName, (ArrayLengthInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArrayLengthInstruction__ctor, (ArrayLengthInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A02C0, int32_t, ArrayLengthInstruction_Run, (ArrayLengthInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022A0380, void, ArrayLengthInstruction__cctor, (MethodInfo * method)); DO_APP_FUNC(0x022A0430, int32_t, ConvertHelper_ToInt32NoNull, (Object * val, MethodInfo * method)); DO_APP_FUNC(0x022A0530, void, RuntimeLabel__ctor, (RuntimeLabel * __this, int32_t index, int32_t continuationStackDepth, int32_t stackDepth, MethodInfo * method)); DO_APP_FUNC(0x022A0540, String *, RuntimeLabel_ToString, (RuntimeLabel * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, BranchLabel_get_LabelIndex, (BranchLabel * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, BranchLabel_set_LabelIndex, (BranchLabel * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x022A0690, bool, BranchLabel_get_HasRuntimeLabel, (BranchLabel * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, BranchLabel_get_TargetIndex, (BranchLabel * __this, MethodInfo * method)); DO_APP_FUNC(0x022A06A0, RuntimeLabel, BranchLabel_ToRuntimeLabel, (BranchLabel * __this, MethodInfo * method)); DO_APP_FUNC(0x022A06C0, void, BranchLabel_Mark, (BranchLabel * __this, InstructionList * instructions, MethodInfo * method)); DO_APP_FUNC(0x022A0980, void, BranchLabel_AddBranch, (BranchLabel * __this, InstructionList * instructions, int32_t branchIndex, MethodInfo * method)); DO_APP_FUNC(0x022A0AB0, void, BranchLabel_FixupBranch, (BranchLabel * __this, InstructionList * instructions, int32_t branchIndex, MethodInfo * method)); DO_APP_FUNC(0x022A0AE0, void, BranchLabel__ctor, (BranchLabel * __this, MethodInfo * method)); DO_APP_FUNC(0x022A0B00, String *, CallInstruction_get_InstructionName, (CallInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A0B40, CallInstruction *, CallInstruction_Create, (MethodInfo_1 * info, MethodInfo * method)); DO_APP_FUNC(0x022A0BA0, CallInstruction *, CallInstruction_Create_1, (MethodInfo_1 * info, ParameterInfo__Array * parameters, MethodInfo * method)); DO_APP_FUNC(0x022A0DF0, CallInstruction *, CallInstruction_GetArrayAccessor, (MethodInfo_1 * info, int32_t argumentCount, MethodInfo * method)); DO_APP_FUNC(0x022A1510, void, CallInstruction_ArrayItemSetter1, (Array * array, int32_t index0, Object * value, MethodInfo * method)); DO_APP_FUNC(0x022A1540, void, CallInstruction_ArrayItemSetter2, (Array * array, int32_t index0, int32_t index1, Object * value, MethodInfo * method)); DO_APP_FUNC(0x022A1570, void, CallInstruction_ArrayItemSetter3, (Array * array, int32_t index0, int32_t index1, int32_t index2, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01AB41A0, int32_t, CallInstruction_get_ConsumedStack, (CallInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A15B0, bool, CallInstruction_TryGetLightLambdaTarget, (Object * instance, LightLambda * * lightLambda, MethodInfo * method)); DO_APP_FUNC(0x022A1770, Object *, CallInstruction_InterpretLambdaInvoke, (CallInstruction * __this, LightLambda * targetLambda, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CallInstruction__ctor, (CallInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, MethodInfoCallInstruction_get_ArgumentCount, (MethodInfoCallInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x00A9FD50, void, MethodInfoCallInstruction__ctor, (MethodInfoCallInstruction * __this, MethodInfo_1 * target, int32_t argumentCount, MethodInfo * method)); DO_APP_FUNC(0x022A17D0, int32_t, MethodInfoCallInstruction_get_ProducedStack, (MethodInfoCallInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A1870, int32_t, MethodInfoCallInstruction_Run, (MethodInfoCallInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022A1B40, Object__Array *, MethodInfoCallInstruction_GetArgs, (MethodInfoCallInstruction * __this, InterpretedFrame * frame, int32_t first, int32_t skip, MethodInfo * method)); DO_APP_FUNC(0x022A1CD0, String *, MethodInfoCallInstruction_ToString, (MethodInfoCallInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x02102540, void, ByRefMethodInfoCallInstruction__ctor, (ByRefMethodInfoCallInstruction * __this, MethodInfo_1 * target, int32_t argumentCount, ByRefUpdater__Array * byrefArgs, MethodInfo * method)); DO_APP_FUNC(0x022A1D50, int32_t, ByRefMethodInfoCallInstruction_get_ProducedStack, (ByRefMethodInfoCallInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A1DF0, int32_t, ByRefMethodInfoCallInstruction_Run, (ByRefMethodInfoCallInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022A24D0, Instruction *, OffsetInstruction_Fixup, (OffsetInstruction * __this, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x022A2570, String *, OffsetInstruction_ToDebugString, (OffsetInstruction * __this, int32_t instructionIndex, Object * cookie, Func_2_Int32_Int32_ * labelIndexer, IReadOnlyList_1_System_Object_ * objects, MethodInfo * method)); DO_APP_FUNC(0x022A26A0, String *, OffsetInstruction_ToString, (OffsetInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A2760, void, OffsetInstruction__ctor, (OffsetInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A2770, Instruction__Array *, BranchFalseInstruction_get_Cache, (BranchFalseInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A2850, String *, BranchFalseInstruction_get_InstructionName, (BranchFalseInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, BranchFalseInstruction_get_ConsumedStack, (BranchFalseInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A2890, int32_t, BranchFalseInstruction_Run, (BranchFalseInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022A2760, void, BranchFalseInstruction__ctor, (BranchFalseInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A2940, Instruction__Array *, BranchTrueInstruction_get_Cache, (BranchTrueInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A2A20, String *, BranchTrueInstruction_get_InstructionName, (BranchTrueInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, BranchTrueInstruction_get_ConsumedStack, (BranchTrueInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A2A60, int32_t, BranchTrueInstruction_Run, (BranchTrueInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022A2760, void, BranchTrueInstruction__ctor, (BranchTrueInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A2B10, Instruction__Array *, CoalescingBranchInstruction_get_Cache, (CoalescingBranchInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A2BF0, String *, CoalescingBranchInstruction_get_InstructionName, (CoalescingBranchInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, CoalescingBranchInstruction_get_ConsumedStack, (CoalescingBranchInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, CoalescingBranchInstruction_get_ProducedStack, (CoalescingBranchInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A2C30, int32_t, CoalescingBranchInstruction_Run, (CoalescingBranchInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022A2760, void, CoalescingBranchInstruction__ctor, (CoalescingBranchInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A2C80, Instruction__Array *, BranchInstruction_get_Cache, (BranchInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A2FD0, void, BranchInstruction__ctor, (BranchInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A2FE0, void, BranchInstruction__ctor_1, (BranchInstruction * __this, bool hasResult, bool hasValue, MethodInfo * method)); DO_APP_FUNC(0x022A2FF0, String *, BranchInstruction_get_InstructionName, (BranchInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A3030, int32_t, BranchInstruction_get_ConsumedStack, (BranchInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A3040, int32_t, BranchInstruction_get_ProducedStack, (BranchInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, BranchInstruction_Run, (BranchInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, IndexedBranchInstruction__ctor, (IndexedBranchInstruction * __this, int32_t labelIndex, MethodInfo * method)); DO_APP_FUNC(0x022A3050, RuntimeLabel, IndexedBranchInstruction_GetLabel, (IndexedBranchInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022A30B0, String *, IndexedBranchInstruction_ToDebugString, (IndexedBranchInstruction * __this, int32_t instructionIndex, Object * cookie, Func_2_Int32_Int32_ * labelIndexer, IReadOnlyList_1_System_Object_ * objects, MethodInfo * method)); DO_APP_FUNC(0x022A3200, String *, IndexedBranchInstruction_ToString, (IndexedBranchInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A3290, String *, GotoInstruction_get_InstructionName, (GotoInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A3030, int32_t, GotoInstruction_get_ConsumedStack, (GotoInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A3040, int32_t, GotoInstruction_get_ProducedStack, (GotoInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A32D0, void, GotoInstruction__ctor, (GotoInstruction * __this, int32_t targetIndex, bool hasResult, bool hasValue, bool labelTargetGetsValue, MethodInfo * method)); DO_APP_FUNC(0x022A32F0, GotoInstruction *, GotoInstruction_Create, (int32_t labelIndex, bool hasResult, bool hasValue, bool labelTargetGetsValue, MethodInfo * method)); DO_APP_FUNC(0x022A34C0, int32_t, GotoInstruction_Run, (GotoInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022A35D0, void, GotoInstruction__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, EnterTryCatchFinallyInstruction_SetTryHandler, (EnterTryCatchFinallyInstruction * __this, TryCatchFinallyHandler * tryHandler, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, TryCatchFinallyHandler *, EnterTryCatchFinallyInstruction_get_Handler, (EnterTryCatchFinallyInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A3040, int32_t, EnterTryCatchFinallyInstruction_get_ProducedContinuations, (EnterTryCatchFinallyInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A3690, void, EnterTryCatchFinallyInstruction__ctor, (EnterTryCatchFinallyInstruction * __this, int32_t targetIndex, bool hasFinally, MethodInfo * method)); DO_APP_FUNC(0x022A36A0, EnterTryCatchFinallyInstruction *, EnterTryCatchFinallyInstruction_CreateTryFinally, (int32_t labelIndex, MethodInfo * method)); DO_APP_FUNC(0x022A36F0, EnterTryCatchFinallyInstruction *, EnterTryCatchFinallyInstruction_CreateTryCatch, (MethodInfo * method)); DO_APP_FUNC(0x022A3740, int32_t, EnterTryCatchFinallyInstruction_Run, (EnterTryCatchFinallyInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D028, EnterTryCatchFinallyInstruction_Run__MethodInfo); DO_APP_FUNC(0x022A3DC0, String *, EnterTryCatchFinallyInstruction_get_InstructionName, (EnterTryCatchFinallyInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A3E20, String *, EnterTryCatchFinallyInstruction_ToString, (EnterTryCatchFinallyInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, EnterTryFaultInstruction__ctor, (EnterTryFaultInstruction * __this, int32_t targetIndex, MethodInfo * method)); DO_APP_FUNC(0x022A3EB0, String *, EnterTryFaultInstruction_get_InstructionName, (EnterTryFaultInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, EnterTryFaultInstruction_get_ProducedContinuations, (EnterTryFaultInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, TryFaultHandler *, EnterTryFaultInstruction_get_Handler, (EnterTryFaultInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, EnterTryFaultInstruction_SetTryHandler, (EnterTryFaultInstruction * __this, TryFaultHandler * tryHandler, MethodInfo * method)); DO_APP_FUNC(0x022A3EF0, int32_t, EnterTryFaultInstruction_Run, (EnterTryFaultInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, EnterFinallyInstruction__ctor, (EnterFinallyInstruction * __this, int32_t labelIndex, MethodInfo * method)); DO_APP_FUNC(0x022A42E0, String *, EnterFinallyInstruction_get_InstructionName, (EnterFinallyInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, EnterFinallyInstruction_get_ProducedStack, (EnterFinallyInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, EnterFinallyInstruction_get_ConsumedContinuations, (EnterFinallyInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A4320, EnterFinallyInstruction *, EnterFinallyInstruction_Create, (int32_t labelIndex, MethodInfo * method)); DO_APP_FUNC(0x022A44A0, int32_t, EnterFinallyInstruction_Run, (EnterFinallyInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022A4520, void, EnterFinallyInstruction__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LeaveFinallyInstruction__ctor, (LeaveFinallyInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, LeaveFinallyInstruction_get_ConsumedStack, (LeaveFinallyInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A45E0, String *, LeaveFinallyInstruction_get_InstructionName, (LeaveFinallyInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A4620, int32_t, LeaveFinallyInstruction_Run, (LeaveFinallyInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022A4660, void, LeaveFinallyInstruction__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, EnterFaultInstruction__ctor, (EnterFaultInstruction * __this, int32_t labelIndex, MethodInfo * method)); DO_APP_FUNC(0x022A4710, String *, EnterFaultInstruction_get_InstructionName, (EnterFaultInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, EnterFaultInstruction_get_ProducedStack, (EnterFaultInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A4750, EnterFaultInstruction *, EnterFaultInstruction_Create, (int32_t labelIndex, MethodInfo * method)); DO_APP_FUNC(0x022A48D0, int32_t, EnterFaultInstruction_Run, (EnterFaultInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022A4950, void, EnterFaultInstruction__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LeaveFaultInstruction__ctor, (LeaveFaultInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, LeaveFaultInstruction_get_ConsumedStack, (LeaveFaultInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, LeaveFaultInstruction_get_ConsumedContinuations, (LeaveFaultInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A4A10, String *, LeaveFaultInstruction_get_InstructionName, (LeaveFaultInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A4A50, int32_t, LeaveFaultInstruction_Run, (LeaveFaultInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022A4A80, void, LeaveFaultInstruction__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EnterExceptionFilterInstruction__ctor, (EnterExceptionFilterInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A4B30, String *, EnterExceptionFilterInstruction_get_InstructionName, (EnterExceptionFilterInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, EnterExceptionFilterInstruction_get_ProducedStack, (EnterExceptionFilterInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, EnterExceptionFilterInstruction_Run, (EnterExceptionFilterInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022A4B70, void, EnterExceptionFilterInstruction__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LeaveExceptionFilterInstruction__ctor, (LeaveExceptionFilterInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A4C20, String *, LeaveExceptionFilterInstruction_get_InstructionName, (LeaveExceptionFilterInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, LeaveExceptionFilterInstruction_get_ConsumedStack, (LeaveExceptionFilterInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, LeaveExceptionFilterInstruction_Run, (LeaveExceptionFilterInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022A4C60, void, LeaveExceptionFilterInstruction__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, EnterExceptionHandlerInstruction__ctor, (EnterExceptionHandlerInstruction * __this, bool hasValue, MethodInfo * method)); DO_APP_FUNC(0x022A4D10, String *, EnterExceptionHandlerInstruction_get_InstructionName, (EnterExceptionHandlerInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A4D50, int32_t, EnterExceptionHandlerInstruction_get_ConsumedStack, (EnterExceptionHandlerInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, EnterExceptionHandlerInstruction_get_ProducedStack, (EnterExceptionHandlerInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, EnterExceptionHandlerInstruction_Run, (EnterExceptionHandlerInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022A4D60, void, EnterExceptionHandlerInstruction__cctor, (MethodInfo * method)); DO_APP_FUNC(0x022A3690, void, LeaveExceptionHandlerInstruction__ctor, (LeaveExceptionHandlerInstruction * __this, int32_t labelIndex, bool hasValue, MethodInfo * method)); DO_APP_FUNC(0x022A4EB0, String *, LeaveExceptionHandlerInstruction_get_InstructionName, (LeaveExceptionHandlerInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A3040, int32_t, LeaveExceptionHandlerInstruction_get_ConsumedStack, (LeaveExceptionHandlerInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A3040, int32_t, LeaveExceptionHandlerInstruction_get_ProducedStack, (LeaveExceptionHandlerInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A4EF0, LeaveExceptionHandlerInstruction *, LeaveExceptionHandlerInstruction_Create, (int32_t labelIndex, bool hasValue, MethodInfo * method)); DO_APP_FUNC(0x022A5090, int32_t, LeaveExceptionHandlerInstruction_Run, (LeaveExceptionHandlerInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022A50E0, void, LeaveExceptionHandlerInstruction__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01976E00, void, ThrowInstruction__ctor, (ThrowInstruction * __this, bool hasResult, bool isRethrow, MethodInfo * method)); DO_APP_FUNC(0x022A51A0, String *, ThrowInstruction_get_InstructionName, (ThrowInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A4D50, int32_t, ThrowInstruction_get_ProducedStack, (ThrowInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, ThrowInstruction_get_ConsumedStack, (ThrowInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A51E0, int32_t, ThrowInstruction_Run, (ThrowInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CD68, ThrowInstruction_Run__MethodInfo); DO_APP_FUNC(0x022A53F0, Exception *, ThrowInstruction_WrapThrownObject, (Object * thrown, MethodInfo * method)); DO_APP_FUNC(0x022A5560, void, ThrowInstruction__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, StringSwitchInstruction__ctor, (StringSwitchInstruction * __this, Dictionary_2_System_String_System_Int32_ * cases, StrongBox_1_System_Int32_ * nullCase, MethodInfo * method)); DO_APP_FUNC(0x022A57C0, String *, StringSwitchInstruction_get_InstructionName, (StringSwitchInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, StringSwitchInstruction_get_ConsumedStack, (StringSwitchInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A5800, int32_t, StringSwitchInstruction_Run, (StringSwitchInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, DecrementInstruction_get_ConsumedStack, (DecrementInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, DecrementInstruction_get_ProducedStack, (DecrementInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A5930, String *, DecrementInstruction_get_InstructionName, (DecrementInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DecrementInstruction__ctor, (DecrementInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A5970, Instruction *, DecrementInstruction_Create, (Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CCE8, DecrementInstruction_Create__MethodInfo); DO_APP_FUNC(0x022A5E80, int32_t, DecrementInstruction_DecrementInt16_Run, (DecrementInstruction_DecrementInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DecrementInstruction_DecrementInt16__ctor, (DecrementInstruction_DecrementInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022A5F50, int32_t, DecrementInstruction_DecrementInt32_Run, (DecrementInstruction_DecrementInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DecrementInstruction_DecrementInt32__ctor, (DecrementInstruction_DecrementInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022A6020, int32_t, DecrementInstruction_DecrementInt64_Run, (DecrementInstruction_DecrementInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DecrementInstruction_DecrementInt64__ctor, (DecrementInstruction_DecrementInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x022A6160, int32_t, DecrementInstruction_DecrementUInt16_Run, (DecrementInstruction_DecrementUInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DecrementInstruction_DecrementUInt16__ctor, (DecrementInstruction_DecrementUInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022A6230, int32_t, DecrementInstruction_DecrementUInt32_Run, (DecrementInstruction_DecrementUInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DecrementInstruction_DecrementUInt32__ctor, (DecrementInstruction_DecrementUInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022A6360, int32_t, DecrementInstruction_DecrementUInt64_Run, (DecrementInstruction_DecrementUInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DecrementInstruction_DecrementUInt64__ctor, (DecrementInstruction_DecrementUInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x022A64A0, int32_t, DecrementInstruction_DecrementSingle_Run, (DecrementInstruction_DecrementSingle * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DecrementInstruction_DecrementSingle__ctor, (DecrementInstruction_DecrementSingle * __this, MethodInfo * method)); DO_APP_FUNC(0x022A65E0, int32_t, DecrementInstruction_DecrementDouble_Run, (DecrementInstruction_DecrementDouble * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DecrementInstruction_DecrementDouble__ctor, (DecrementInstruction_DecrementDouble * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, DefaultValueInstruction__ctor, (DefaultValueInstruction * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, DefaultValueInstruction_get_ProducedStack, (DefaultValueInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A6720, String *, DefaultValueInstruction_get_InstructionName, (DefaultValueInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A6760, int32_t, DefaultValueInstruction_Run, (DefaultValueInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022A6800, String *, DefaultValueInstruction_ToString, (DefaultValueInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, DivInstruction_get_ConsumedStack, (DivInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, DivInstruction_get_ProducedStack, (DivInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A6870, String *, DivInstruction_get_InstructionName, (DivInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DivInstruction__ctor, (DivInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A68B0, Instruction *, DivInstruction_Create, (Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CBE8, DivInstruction_Create__MethodInfo); DO_APP_FUNC(0x022A6DC0, int32_t, DivInstruction_DivInt16_Run, (DivInstruction_DivInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DivInstruction_DivInt16__ctor, (DivInstruction_DivInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022A6F20, int32_t, DivInstruction_DivInt32_Run, (DivInstruction_DivInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DivInstruction_DivInt32__ctor, (DivInstruction_DivInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022A7070, int32_t, DivInstruction_DivInt64_Run, (DivInstruction_DivInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DivInstruction_DivInt64__ctor, (DivInstruction_DivInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x022A71C0, int32_t, DivInstruction_DivUInt16_Run, (DivInstruction_DivUInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DivInstruction_DivUInt16__ctor, (DivInstruction_DivUInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022A7320, int32_t, DivInstruction_DivUInt32_Run, (DivInstruction_DivUInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DivInstruction_DivUInt32__ctor, (DivInstruction_DivUInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022A7470, int32_t, DivInstruction_DivUInt64_Run, (DivInstruction_DivUInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DivInstruction_DivUInt64__ctor, (DivInstruction_DivUInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x022A75C0, int32_t, DivInstruction_DivSingle_Run, (DivInstruction_DivSingle * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DivInstruction_DivSingle__ctor, (DivInstruction_DivSingle * __this, MethodInfo * method)); DO_APP_FUNC(0x022A7720, int32_t, DivInstruction_DivDouble_Run, (DivInstruction_DivDouble * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DivInstruction_DivDouble__ctor, (DivInstruction_DivDouble * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, EqualInstruction_get_ConsumedStack, (EqualInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, EqualInstruction_get_ProducedStack, (EqualInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A7880, String *, EqualInstruction_get_InstructionName, (EqualInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualInstruction__ctor, (EqualInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A78C0, Instruction *, EqualInstruction_Create, (Type * type, bool liftedToNull, MethodInfo * method)); DO_APP_FUNC(0x022A8680, int32_t, EqualInstruction_EqualBoolean_Run, (EqualInstruction_EqualBoolean * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualInstruction_EqualBoolean__ctor, (EqualInstruction_EqualBoolean * __this, MethodInfo * method)); DO_APP_FUNC(0x022A8770, int32_t, EqualInstruction_EqualSByte_Run, (EqualInstruction_EqualSByte * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualInstruction_EqualSByte__ctor, (EqualInstruction_EqualSByte * __this, MethodInfo * method)); DO_APP_FUNC(0x022A8860, int32_t, EqualInstruction_EqualInt16_Run, (EqualInstruction_EqualInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualInstruction_EqualInt16__ctor, (EqualInstruction_EqualInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022A8950, int32_t, EqualInstruction_EqualChar_Run, (EqualInstruction_EqualChar * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualInstruction_EqualChar__ctor, (EqualInstruction_EqualChar * __this, MethodInfo * method)); DO_APP_FUNC(0x022A8A40, int32_t, EqualInstruction_EqualInt32_Run, (EqualInstruction_EqualInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualInstruction_EqualInt32__ctor, (EqualInstruction_EqualInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022A8B30, int32_t, EqualInstruction_EqualInt64_Run, (EqualInstruction_EqualInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualInstruction_EqualInt64__ctor, (EqualInstruction_EqualInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x022A8C20, int32_t, EqualInstruction_EqualByte_Run, (EqualInstruction_EqualByte * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualInstruction_EqualByte__ctor, (EqualInstruction_EqualByte * __this, MethodInfo * method)); DO_APP_FUNC(0x022A8D10, int32_t, EqualInstruction_EqualUInt16_Run, (EqualInstruction_EqualUInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualInstruction_EqualUInt16__ctor, (EqualInstruction_EqualUInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022A8E00, int32_t, EqualInstruction_EqualUInt32_Run, (EqualInstruction_EqualUInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualInstruction_EqualUInt32__ctor, (EqualInstruction_EqualUInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022A8EF0, int32_t, EqualInstruction_EqualUInt64_Run, (EqualInstruction_EqualUInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualInstruction_EqualUInt64__ctor, (EqualInstruction_EqualUInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x022A8FE0, int32_t, EqualInstruction_EqualSingle_Run, (EqualInstruction_EqualSingle * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualInstruction_EqualSingle__ctor, (EqualInstruction_EqualSingle * __this, MethodInfo * method)); DO_APP_FUNC(0x022A90E0, int32_t, EqualInstruction_EqualDouble_Run, (EqualInstruction_EqualDouble * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualInstruction_EqualDouble__ctor, (EqualInstruction_EqualDouble * __this, MethodInfo * method)); DO_APP_FUNC(0x022A91E0, int32_t, EqualInstruction_EqualReference_Run, (EqualInstruction_EqualReference * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualInstruction_EqualReference__ctor, (EqualInstruction_EqualReference * __this, MethodInfo * method)); DO_APP_FUNC(0x022A9250, int32_t, EqualInstruction_EqualBooleanLiftedToNull_Run, (EqualInstruction_EqualBooleanLiftedToNull * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualInstruction_EqualBooleanLiftedToNull__ctor, (EqualInstruction_EqualBooleanLiftedToNull * __this, MethodInfo * method)); DO_APP_FUNC(0x022A9360, int32_t, EqualInstruction_EqualSByteLiftedToNull_Run, (EqualInstruction_EqualSByteLiftedToNull * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualInstruction_EqualSByteLiftedToNull__ctor, (EqualInstruction_EqualSByteLiftedToNull * __this, MethodInfo * method)); DO_APP_FUNC(0x022A9470, int32_t, EqualInstruction_EqualInt16LiftedToNull_Run, (EqualInstruction_EqualInt16LiftedToNull * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualInstruction_EqualInt16LiftedToNull__ctor, (EqualInstruction_EqualInt16LiftedToNull * __this, MethodInfo * method)); DO_APP_FUNC(0x022A9580, int32_t, EqualInstruction_EqualCharLiftedToNull_Run, (EqualInstruction_EqualCharLiftedToNull * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualInstruction_EqualCharLiftedToNull__ctor, (EqualInstruction_EqualCharLiftedToNull * __this, MethodInfo * method)); DO_APP_FUNC(0x022A9690, int32_t, EqualInstruction_EqualInt32LiftedToNull_Run, (EqualInstruction_EqualInt32LiftedToNull * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualInstruction_EqualInt32LiftedToNull__ctor, (EqualInstruction_EqualInt32LiftedToNull * __this, MethodInfo * method)); DO_APP_FUNC(0x022A97A0, int32_t, EqualInstruction_EqualInt64LiftedToNull_Run, (EqualInstruction_EqualInt64LiftedToNull * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualInstruction_EqualInt64LiftedToNull__ctor, (EqualInstruction_EqualInt64LiftedToNull * __this, MethodInfo * method)); DO_APP_FUNC(0x022A98B0, int32_t, EqualInstruction_EqualByteLiftedToNull_Run, (EqualInstruction_EqualByteLiftedToNull * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualInstruction_EqualByteLiftedToNull__ctor, (EqualInstruction_EqualByteLiftedToNull * __this, MethodInfo * method)); DO_APP_FUNC(0x022A99C0, int32_t, EqualInstruction_EqualUInt16LiftedToNull_Run, (EqualInstruction_EqualUInt16LiftedToNull * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualInstruction_EqualUInt16LiftedToNull__ctor, (EqualInstruction_EqualUInt16LiftedToNull * __this, MethodInfo * method)); DO_APP_FUNC(0x022A9AD0, int32_t, EqualInstruction_EqualUInt32LiftedToNull_Run, (EqualInstruction_EqualUInt32LiftedToNull * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualInstruction_EqualUInt32LiftedToNull__ctor, (EqualInstruction_EqualUInt32LiftedToNull * __this, MethodInfo * method)); DO_APP_FUNC(0x022A9BE0, int32_t, EqualInstruction_EqualUInt64LiftedToNull_Run, (EqualInstruction_EqualUInt64LiftedToNull * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualInstruction_EqualUInt64LiftedToNull__ctor, (EqualInstruction_EqualUInt64LiftedToNull * __this, MethodInfo * method)); DO_APP_FUNC(0x022A9CF0, int32_t, EqualInstruction_EqualSingleLiftedToNull_Run, (EqualInstruction_EqualSingleLiftedToNull * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualInstruction_EqualSingleLiftedToNull__ctor, (EqualInstruction_EqualSingleLiftedToNull * __this, MethodInfo * method)); DO_APP_FUNC(0x022A9E20, int32_t, EqualInstruction_EqualDoubleLiftedToNull_Run, (EqualInstruction_EqualDoubleLiftedToNull * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualInstruction_EqualDoubleLiftedToNull__ctor, (EqualInstruction_EqualDoubleLiftedToNull * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, ExclusiveOrInstruction_get_ConsumedStack, (ExclusiveOrInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, ExclusiveOrInstruction_get_ProducedStack, (ExclusiveOrInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A9F50, String *, ExclusiveOrInstruction_get_InstructionName, (ExclusiveOrInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExclusiveOrInstruction__ctor, (ExclusiveOrInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022A9F90, Instruction *, ExclusiveOrInstruction_Create, (Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C960, ExclusiveOrInstruction_Create__MethodInfo); DO_APP_FUNC(0x022AA520, int32_t, ExclusiveOrInstruction_ExclusiveOrSByte_Run, (ExclusiveOrInstruction_ExclusiveOrSByte * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExclusiveOrInstruction_ExclusiveOrSByte__ctor, (ExclusiveOrInstruction_ExclusiveOrSByte * __this, MethodInfo * method)); DO_APP_FUNC(0x022AA630, int32_t, ExclusiveOrInstruction_ExclusiveOrInt16_Run, (ExclusiveOrInstruction_ExclusiveOrInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExclusiveOrInstruction_ExclusiveOrInt16__ctor, (ExclusiveOrInstruction_ExclusiveOrInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022AA740, int32_t, ExclusiveOrInstruction_ExclusiveOrInt32_Run, (ExclusiveOrInstruction_ExclusiveOrInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExclusiveOrInstruction_ExclusiveOrInt32__ctor, (ExclusiveOrInstruction_ExclusiveOrInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022AA850, int32_t, ExclusiveOrInstruction_ExclusiveOrInt64_Run, (ExclusiveOrInstruction_ExclusiveOrInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExclusiveOrInstruction_ExclusiveOrInt64__ctor, (ExclusiveOrInstruction_ExclusiveOrInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x022AA9E0, int32_t, ExclusiveOrInstruction_ExclusiveOrByte_Run, (ExclusiveOrInstruction_ExclusiveOrByte * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExclusiveOrInstruction_ExclusiveOrByte__ctor, (ExclusiveOrInstruction_ExclusiveOrByte * __this, MethodInfo * method)); DO_APP_FUNC(0x022AAAF0, int32_t, ExclusiveOrInstruction_ExclusiveOrUInt16_Run, (ExclusiveOrInstruction_ExclusiveOrUInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExclusiveOrInstruction_ExclusiveOrUInt16__ctor, (ExclusiveOrInstruction_ExclusiveOrUInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022AAC00, int32_t, ExclusiveOrInstruction_ExclusiveOrUInt32_Run, (ExclusiveOrInstruction_ExclusiveOrUInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExclusiveOrInstruction_ExclusiveOrUInt32__ctor, (ExclusiveOrInstruction_ExclusiveOrUInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022AAD90, int32_t, ExclusiveOrInstruction_ExclusiveOrUInt64_Run, (ExclusiveOrInstruction_ExclusiveOrUInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExclusiveOrInstruction_ExclusiveOrUInt64__ctor, (ExclusiveOrInstruction_ExclusiveOrUInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x022AAF20, int32_t, ExclusiveOrInstruction_ExclusiveOrBoolean_Run, (ExclusiveOrInstruction_ExclusiveOrBoolean * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExclusiveOrInstruction_ExclusiveOrBoolean__ctor, (ExclusiveOrInstruction_ExclusiveOrBoolean * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, FieldInstruction__ctor, (FieldInstruction * __this, FieldInfo_1 * field, MethodInfo * method)); DO_APP_FUNC(0x022AB030, String *, FieldInstruction_ToString, (FieldInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LoadStaticFieldInstruction__ctor, (LoadStaticFieldInstruction * __this, FieldInfo_1 * field, MethodInfo * method)); DO_APP_FUNC(0x022AB0E0, String *, LoadStaticFieldInstruction_get_InstructionName, (LoadStaticFieldInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, LoadStaticFieldInstruction_get_ProducedStack, (LoadStaticFieldInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022AB120, int32_t, LoadStaticFieldInstruction_Run, (LoadStaticFieldInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LoadFieldInstruction__ctor, (LoadFieldInstruction * __this, FieldInfo_1 * field, MethodInfo * method)); DO_APP_FUNC(0x022AB1D0, String *, LoadFieldInstruction_get_InstructionName, (LoadFieldInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, LoadFieldInstruction_get_ConsumedStack, (LoadFieldInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, LoadFieldInstruction_get_ProducedStack, (LoadFieldInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022AB210, int32_t, LoadFieldInstruction_Run, (LoadFieldInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, StoreFieldInstruction__ctor, (StoreFieldInstruction * __this, FieldInfo_1 * field, MethodInfo * method)); DO_APP_FUNC(0x022AB2F0, String *, StoreFieldInstruction_get_InstructionName, (StoreFieldInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, StoreFieldInstruction_get_ConsumedStack, (StoreFieldInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022AB330, int32_t, StoreFieldInstruction_Run, (StoreFieldInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, StoreStaticFieldInstruction__ctor, (StoreStaticFieldInstruction * __this, FieldInfo_1 * field, MethodInfo * method)); DO_APP_FUNC(0x022AB3B0, String *, StoreStaticFieldInstruction_get_InstructionName, (StoreStaticFieldInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, StoreStaticFieldInstruction_get_ConsumedStack, (StoreStaticFieldInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022AB3F0, int32_t, StoreStaticFieldInstruction_Run, (StoreStaticFieldInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, GreaterThanInstruction_get_ConsumedStack, (GreaterThanInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, GreaterThanInstruction_get_ProducedStack, (GreaterThanInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022AB450, String *, GreaterThanInstruction_get_InstructionName, (GreaterThanInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, GreaterThanInstruction__ctor, (GreaterThanInstruction * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022AB490, Instruction *, GreaterThanInstruction_Create, (Type * type, bool liftedToNull, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C820, GreaterThanInstruction_Create__MethodInfo); DO_APP_FUNC(0x003BABE0, void, GreaterThanInstruction_GreaterThanSByte__ctor, (GreaterThanInstruction_GreaterThanSByte * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022AC340, int32_t, GreaterThanInstruction_GreaterThanSByte_Run, (GreaterThanInstruction_GreaterThanSByte * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, GreaterThanInstruction_GreaterThanInt16__ctor, (GreaterThanInstruction_GreaterThanInt16 * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022AC4A0, int32_t, GreaterThanInstruction_GreaterThanInt16_Run, (GreaterThanInstruction_GreaterThanInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, GreaterThanInstruction_GreaterThanChar__ctor, (GreaterThanInstruction_GreaterThanChar * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022AC600, int32_t, GreaterThanInstruction_GreaterThanChar_Run, (GreaterThanInstruction_GreaterThanChar * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, GreaterThanInstruction_GreaterThanInt32__ctor, (GreaterThanInstruction_GreaterThanInt32 * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022AC760, int32_t, GreaterThanInstruction_GreaterThanInt32_Run, (GreaterThanInstruction_GreaterThanInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, GreaterThanInstruction_GreaterThanInt64__ctor, (GreaterThanInstruction_GreaterThanInt64 * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022AC8C0, int32_t, GreaterThanInstruction_GreaterThanInt64_Run, (GreaterThanInstruction_GreaterThanInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, GreaterThanInstruction_GreaterThanByte__ctor, (GreaterThanInstruction_GreaterThanByte * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022ACA20, int32_t, GreaterThanInstruction_GreaterThanByte_Run, (GreaterThanInstruction_GreaterThanByte * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, GreaterThanInstruction_GreaterThanUInt16__ctor, (GreaterThanInstruction_GreaterThanUInt16 * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022ACB80, int32_t, GreaterThanInstruction_GreaterThanUInt16_Run, (GreaterThanInstruction_GreaterThanUInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, GreaterThanInstruction_GreaterThanUInt32__ctor, (GreaterThanInstruction_GreaterThanUInt32 * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022ACCE0, int32_t, GreaterThanInstruction_GreaterThanUInt32_Run, (GreaterThanInstruction_GreaterThanUInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, GreaterThanInstruction_GreaterThanUInt64__ctor, (GreaterThanInstruction_GreaterThanUInt64 * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022ACE40, int32_t, GreaterThanInstruction_GreaterThanUInt64_Run, (GreaterThanInstruction_GreaterThanUInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, GreaterThanInstruction_GreaterThanSingle__ctor, (GreaterThanInstruction_GreaterThanSingle * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022ACFA0, int32_t, GreaterThanInstruction_GreaterThanSingle_Run, (GreaterThanInstruction_GreaterThanSingle * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, GreaterThanInstruction_GreaterThanDouble__ctor, (GreaterThanInstruction_GreaterThanDouble * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022AD100, int32_t, GreaterThanInstruction_GreaterThanDouble_Run, (GreaterThanInstruction_GreaterThanDouble * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, GreaterThanOrEqualInstruction_get_ConsumedStack, (GreaterThanOrEqualInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, GreaterThanOrEqualInstruction_get_ProducedStack, (GreaterThanOrEqualInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022AD260, String *, GreaterThanOrEqualInstruction_get_InstructionName, (GreaterThanOrEqualInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, GreaterThanOrEqualInstruction__ctor, (GreaterThanOrEqualInstruction * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022AD2A0, Instruction *, GreaterThanOrEqualInstruction_Create, (Type * type, bool liftedToNull, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C608E8, GreaterThanOrEqualInstruction_Create__MethodInfo); DO_APP_FUNC(0x003BABE0, void, GreaterThanOrEqualInstruction_GreaterThanOrEqualSByte__ctor, (GreaterThanOrEqualInstruction_GreaterThanOrEqualSByte * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022AE150, int32_t, GreaterThanOrEqualInstruction_GreaterThanOrEqualSByte_Run, (GreaterThanOrEqualInstruction_GreaterThanOrEqualSByte * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, GreaterThanOrEqualInstruction_GreaterThanOrEqualInt16__ctor, (GreaterThanOrEqualInstruction_GreaterThanOrEqualInt16 * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022AE2B0, int32_t, GreaterThanOrEqualInstruction_GreaterThanOrEqualInt16_Run, (GreaterThanOrEqualInstruction_GreaterThanOrEqualInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, GreaterThanOrEqualInstruction_GreaterThanOrEqualChar__ctor, (GreaterThanOrEqualInstruction_GreaterThanOrEqualChar * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022AE410, int32_t, GreaterThanOrEqualInstruction_GreaterThanOrEqualChar_Run, (GreaterThanOrEqualInstruction_GreaterThanOrEqualChar * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, GreaterThanOrEqualInstruction_GreaterThanOrEqualInt32__ctor, (GreaterThanOrEqualInstruction_GreaterThanOrEqualInt32 * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022AE570, int32_t, GreaterThanOrEqualInstruction_GreaterThanOrEqualInt32_Run, (GreaterThanOrEqualInstruction_GreaterThanOrEqualInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, GreaterThanOrEqualInstruction_GreaterThanOrEqualInt64__ctor, (GreaterThanOrEqualInstruction_GreaterThanOrEqualInt64 * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022AE6D0, int32_t, GreaterThanOrEqualInstruction_GreaterThanOrEqualInt64_Run, (GreaterThanOrEqualInstruction_GreaterThanOrEqualInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, GreaterThanOrEqualInstruction_GreaterThanOrEqualByte__ctor, (GreaterThanOrEqualInstruction_GreaterThanOrEqualByte * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022AE830, int32_t, GreaterThanOrEqualInstruction_GreaterThanOrEqualByte_Run, (GreaterThanOrEqualInstruction_GreaterThanOrEqualByte * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, GreaterThanOrEqualInstruction_GreaterThanOrEqualUInt16__ctor, (GreaterThanOrEqualInstruction_GreaterThanOrEqualUInt16 * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022AE990, int32_t, GreaterThanOrEqualInstruction_GreaterThanOrEqualUInt16_Run, (GreaterThanOrEqualInstruction_GreaterThanOrEqualUInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, GreaterThanOrEqualInstruction_GreaterThanOrEqualUInt32__ctor, (GreaterThanOrEqualInstruction_GreaterThanOrEqualUInt32 * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022AEAF0, int32_t, GreaterThanOrEqualInstruction_GreaterThanOrEqualUInt32_Run, (GreaterThanOrEqualInstruction_GreaterThanOrEqualUInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, GreaterThanOrEqualInstruction_GreaterThanOrEqualUInt64__ctor, (GreaterThanOrEqualInstruction_GreaterThanOrEqualUInt64 * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022AEC50, int32_t, GreaterThanOrEqualInstruction_GreaterThanOrEqualUInt64_Run, (GreaterThanOrEqualInstruction_GreaterThanOrEqualUInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, GreaterThanOrEqualInstruction_GreaterThanOrEqualSingle__ctor, (GreaterThanOrEqualInstruction_GreaterThanOrEqualSingle * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022AEDB0, int32_t, GreaterThanOrEqualInstruction_GreaterThanOrEqualSingle_Run, (GreaterThanOrEqualInstruction_GreaterThanOrEqualSingle * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, GreaterThanOrEqualInstruction_GreaterThanOrEqualDouble__ctor, (GreaterThanOrEqualInstruction_GreaterThanOrEqualDouble * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022AEF10, int32_t, GreaterThanOrEqualInstruction_GreaterThanOrEqualDouble_Run, (GreaterThanOrEqualInstruction_GreaterThanOrEqualDouble * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, IncrementInstruction_get_ConsumedStack, (IncrementInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, IncrementInstruction_get_ProducedStack, (IncrementInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022AF070, String *, IncrementInstruction_get_InstructionName, (IncrementInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IncrementInstruction__ctor, (IncrementInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022AF0B0, Instruction *, IncrementInstruction_Create, (Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60788, IncrementInstruction_Create__MethodInfo); DO_APP_FUNC(0x022AF5C0, int32_t, IncrementInstruction_IncrementInt16_Run, (IncrementInstruction_IncrementInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IncrementInstruction_IncrementInt16__ctor, (IncrementInstruction_IncrementInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022AF690, int32_t, IncrementInstruction_IncrementInt32_Run, (IncrementInstruction_IncrementInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IncrementInstruction_IncrementInt32__ctor, (IncrementInstruction_IncrementInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022AF7B0, int32_t, IncrementInstruction_IncrementInt64_Run, (IncrementInstruction_IncrementInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IncrementInstruction_IncrementInt64__ctor, (IncrementInstruction_IncrementInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x022AF8F0, int32_t, IncrementInstruction_IncrementUInt16_Run, (IncrementInstruction_IncrementUInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IncrementInstruction_IncrementUInt16__ctor, (IncrementInstruction_IncrementUInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022AF9C0, int32_t, IncrementInstruction_IncrementUInt32_Run, (IncrementInstruction_IncrementUInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IncrementInstruction_IncrementUInt32__ctor, (IncrementInstruction_IncrementUInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022AFAF0, int32_t, IncrementInstruction_IncrementUInt64_Run, (IncrementInstruction_IncrementUInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IncrementInstruction_IncrementUInt64__ctor, (IncrementInstruction_IncrementUInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x022AFC30, int32_t, IncrementInstruction_IncrementSingle_Run, (IncrementInstruction_IncrementSingle * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IncrementInstruction_IncrementSingle__ctor, (IncrementInstruction_IncrementSingle * __this, MethodInfo * method)); DO_APP_FUNC(0x022AFD70, int32_t, IncrementInstruction_IncrementDouble_Run, (IncrementInstruction_IncrementDouble * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IncrementInstruction_IncrementDouble__ctor, (IncrementInstruction_IncrementDouble * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, Instruction_get_ConsumedStack, (Instruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, Instruction_get_ProducedStack, (Instruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, Instruction_get_ConsumedContinuations, (Instruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, Instruction_get_ProducedContinuations, (Instruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022AFEB0, int32_t, Instruction_get_StackBalance, (Instruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022AFF00, int32_t, Instruction_get_ContinuationsBalance, (Instruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022AFF50, String *, Instruction_ToString, (Instruction * __this, MethodInfo * method)); DO_APP_FUNC(0x01B647C0, String *, Instruction_ToDebugString, (Instruction * __this, int32_t instructionIndex, Object * cookie, Func_2_Int32_Int32_ * labelIndexer, IReadOnlyList_1_System_Object_ * objects, MethodInfo * method)); DO_APP_FUNC(0x022AFFB0, void, Instruction_NullCheck, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Instruction__ctor, (Instruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022AFFD0, void, InstructionArray__ctor, (InstructionArray * __this, int32_t maxStackDepth, int32_t maxContinuationDepth, Instruction__Array * instructions, Object__Array * objects, RuntimeLabel__Array * labels, List_1_KeyValuePair_2_System_Int32_System_Object_ * debugCookies, MethodInfo * method)); DO_APP_FUNC(0x022B0140, void, InstructionArray_DebugView__ctor, (InstructionArray_DebugView * __this, InstructionArray array, MethodInfo * method)); DO_APP_FUNC(0x022B0280, InstructionList_DebugView_InstructionView__Array *, InstructionArray_DebugView_GetInstructionViews, (InstructionArray_DebugView * __this, bool includeDebugCookies, MethodInfo * method)); DO_APP_FUNC(0x022B0350, int32_t, InstructionArray_DebugView__GetInstructionViews_b__4_0, (InstructionArray_DebugView * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C607F0, InstructionArray_DebugView__GetInstructionViews_b__4_0__MethodInfo); DO_APP_FUNC(0x022B0380, void, InstructionList_Emit, (InstructionList * __this, Instruction * instruction, MethodInfo * method)); DO_APP_FUNC(0x022B04C0, void, InstructionList_UpdateStackDepth, (InstructionList * __this, Instruction * instruction, MethodInfo * method)); DO_APP_FUNC(0x022B0580, void, InstructionList_UnEmit, (InstructionList * __this, MethodInfo * method)); DO_APP_FUNC(0x022B06E0, int32_t, InstructionList_get_Count, (InstructionList * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, InstructionList_get_CurrentStackDepth, (InstructionList * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, InstructionList_get_CurrentContinuationsDepth, (InstructionList * __this, MethodInfo * method)); DO_APP_FUNC(0x022B0730, Instruction *, InstructionList_GetInstruction, (InstructionList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022B07B0, InstructionArray, InstructionList_ToArray, (InstructionList * __this, MethodInfo * method)); DO_APP_FUNC(0x022B08B0, void, InstructionList_EmitLoad, (InstructionList * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x022B08C0, void, InstructionList_EmitLoad_1, (InstructionList * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x022B0B70, void, InstructionList_EmitLoad_2, (InstructionList * __this, Object * value, Type * type, MethodInfo * method)); DO_APP_FUNC(0x022B11F0, void, InstructionList_EmitDup, (InstructionList * __this, MethodInfo * method)); DO_APP_FUNC(0x022B1260, void, InstructionList_EmitPop, (InstructionList * __this, MethodInfo * method)); DO_APP_FUNC(0x022B12D0, void, InstructionList_SwitchToBoxed, (InstructionList * __this, int32_t index, int32_t instructionIndex, MethodInfo * method)); DO_APP_FUNC(0x022B13C0, void, InstructionList_EmitLoadLocal, (InstructionList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022B1610, void, InstructionList_EmitLoadLocalBoxed, (InstructionList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022B1680, Instruction *, InstructionList_LoadLocalBoxed, (int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022B18C0, void, InstructionList_EmitLoadLocalFromClosure, (InstructionList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022B1B10, void, InstructionList_EmitLoadLocalFromClosureBoxed, (InstructionList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022B1D60, void, InstructionList_EmitAssignLocal, (InstructionList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022B1FB0, void, InstructionList_EmitStoreLocal, (InstructionList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022B2200, void, InstructionList_EmitAssignLocalBoxed, (InstructionList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022B2270, Instruction *, InstructionList_AssignLocalBoxed, (int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022B24B0, void, InstructionList_EmitStoreLocalBoxed, (InstructionList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022B2520, Instruction *, InstructionList_StoreLocalBoxed, (int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022B2760, void, InstructionList_EmitAssignLocalToClosure, (InstructionList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022B29B0, void, InstructionList_EmitStoreLocalToClosure, (InstructionList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022B2A20, void, InstructionList_EmitInitializeLocal, (InstructionList * __this, int32_t index, Type * type, MethodInfo * method)); DO_APP_FUNC(0x022B2C20, void, InstructionList_EmitInitializeParameter, (InstructionList * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022B2CC0, Instruction *, InstructionList_Parameter, (int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022B2D10, Instruction *, InstructionList_ParameterBox, (int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022B2D60, Instruction *, InstructionList_InitReference, (int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022B2DB0, Instruction *, InstructionList_InitImmutableRefBox, (int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022B2E00, void, InstructionList_EmitNewRuntimeVariables, (InstructionList * __this, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x022B2E70, void, InstructionList_EmitGetArrayItem, (InstructionList * __this, MethodInfo * method)); DO_APP_FUNC(0x022B2EE0, void, InstructionList_EmitSetArrayItem, (InstructionList * __this, MethodInfo * method)); DO_APP_FUNC(0x022B2F50, void, InstructionList_EmitNewArray, (InstructionList * __this, Type * elementType, MethodInfo * method)); DO_APP_FUNC(0x022B3000, void, InstructionList_EmitNewArrayBounds, (InstructionList * __this, Type * elementType, int32_t rank, MethodInfo * method)); DO_APP_FUNC(0x022B30D0, void, InstructionList_EmitNewArrayInit, (InstructionList * __this, Type * elementType, int32_t elementCount, MethodInfo * method)); DO_APP_FUNC(0x022B31A0, void, InstructionList_EmitAdd, (InstructionList * __this, Type * type, bool checked, MethodInfo * method)); DO_APP_FUNC(0x022B31E0, void, InstructionList_EmitSub, (InstructionList * __this, Type * type, bool checked, MethodInfo * method)); DO_APP_FUNC(0x022B3220, void, InstructionList_EmitMul, (InstructionList * __this, Type * type, bool checked, MethodInfo * method)); DO_APP_FUNC(0x022B3260, void, InstructionList_EmitDiv, (InstructionList * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x022B3290, void, InstructionList_EmitModulo, (InstructionList * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x022B32C0, void, InstructionList_EmitExclusiveOr, (InstructionList * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x022B32F0, void, InstructionList_EmitAnd, (InstructionList * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x022B3320, void, InstructionList_EmitOr, (InstructionList * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x022B3350, void, InstructionList_EmitLeftShift, (InstructionList * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x022B3380, void, InstructionList_EmitRightShift, (InstructionList * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x022B33B0, void, InstructionList_EmitEqual, (InstructionList * __this, Type * type, bool liftedToNull, MethodInfo * method)); DO_APP_FUNC(0x022B33F0, void, InstructionList_EmitNotEqual, (InstructionList * __this, Type * type, bool liftedToNull, MethodInfo * method)); DO_APP_FUNC(0x022B3430, void, InstructionList_EmitLessThan, (InstructionList * __this, Type * type, bool liftedToNull, MethodInfo * method)); DO_APP_FUNC(0x022B3470, void, InstructionList_EmitLessThanOrEqual, (InstructionList * __this, Type * type, bool liftedToNull, MethodInfo * method)); DO_APP_FUNC(0x022B34B0, void, InstructionList_EmitGreaterThan, (InstructionList * __this, Type * type, bool liftedToNull, MethodInfo * method)); DO_APP_FUNC(0x022B34F0, void, InstructionList_EmitGreaterThanOrEqual, (InstructionList * __this, Type * type, bool liftedToNull, MethodInfo * method)); DO_APP_FUNC(0x022B3530, void, InstructionList_EmitNumericConvertChecked, (InstructionList * __this, TypeCode__Enum from, TypeCode__Enum to, bool isLiftedToNull, MethodInfo * method)); DO_APP_FUNC(0x022B35C0, void, InstructionList_EmitNumericConvertUnchecked, (InstructionList * __this, TypeCode__Enum from, TypeCode__Enum to, bool isLiftedToNull, MethodInfo * method)); DO_APP_FUNC(0x022B3650, void, InstructionList_EmitConvertToUnderlying, (InstructionList * __this, TypeCode__Enum to, bool isLiftedToNull, MethodInfo * method)); DO_APP_FUNC(0x022B36D0, void, InstructionList_EmitCast, (InstructionList * __this, Type * toType, MethodInfo * method)); DO_APP_FUNC(0x022B3700, void, InstructionList_EmitCastToEnum, (InstructionList * __this, Type * toType, MethodInfo * method)); DO_APP_FUNC(0x022B37B0, void, InstructionList_EmitCastReferenceToEnum, (InstructionList * __this, Type * toType, MethodInfo * method)); DO_APP_FUNC(0x022B3860, void, InstructionList_EmitNot, (InstructionList * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x022B3890, void, InstructionList_EmitDefaultValue, (InstructionList * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x022B3940, void, InstructionList_EmitNew, (InstructionList * __this, ConstructorInfo * constructorInfo, ParameterInfo__Array * parameters, MethodInfo * method)); DO_APP_FUNC(0x022B3A10, void, InstructionList_EmitByRefNew, (InstructionList * __this, ConstructorInfo * constructorInfo, ParameterInfo__Array * parameters, ByRefUpdater__Array * updaters, MethodInfo * method)); DO_APP_FUNC(0x022B3B50, void, InstructionList_EmitCreateDelegate, (InstructionList * __this, LightDelegateCreator * creator, MethodInfo * method)); DO_APP_FUNC(0x022B3C00, void, InstructionList_EmitTypeEquals, (InstructionList * __this, MethodInfo * method)); DO_APP_FUNC(0x022B3C70, void, InstructionList_EmitArrayLength, (InstructionList * __this, MethodInfo * method)); DO_APP_FUNC(0x022B3CE0, void, InstructionList_EmitNegate, (InstructionList * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x022B3D10, void, InstructionList_EmitNegateChecked, (InstructionList * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x022B3D40, void, InstructionList_EmitIncrement, (InstructionList * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x022B3D70, void, InstructionList_EmitDecrement, (InstructionList * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x022B3DA0, void, InstructionList_EmitTypeIs, (InstructionList * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x022B3E50, void, InstructionList_EmitTypeAs, (InstructionList * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x022B3F00, void, InstructionList_EmitLoadField, (InstructionList * __this, FieldInfo_1 * field, MethodInfo * method)); DO_APP_FUNC(0x022B3F30, Instruction *, InstructionList_GetLoadField, (InstructionList * __this, FieldInfo_1 * field, MethodInfo * method)); DO_APP_FUNC(0x022B4310, void, InstructionList_EmitStoreField, (InstructionList * __this, FieldInfo_1 * field, MethodInfo * method)); DO_APP_FUNC(0x022B4480, void, InstructionList_EmitCall, (InstructionList * __this, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x022B4500, void, InstructionList_EmitCall_1, (InstructionList * __this, MethodInfo_1 * method_1, ParameterInfo__Array * parameters, MethodInfo * method)); DO_APP_FUNC(0x022B4530, void, InstructionList_EmitByRefCall, (InstructionList * __this, MethodInfo_1 * method_1, ParameterInfo__Array * parameters, ByRefUpdater__Array * byrefArgs, MethodInfo * method)); DO_APP_FUNC(0x022B46A0, void, InstructionList_EmitNullableCall, (InstructionList * __this, MethodInfo_1 * method_1, ParameterInfo__Array * parameters, MethodInfo * method)); DO_APP_FUNC(0x022B4710, RuntimeLabel__Array *, InstructionList_BuildRuntimeLabels, (InstructionList * __this, MethodInfo * method)); DO_APP_FUNC(0x022B4990, BranchLabel *, InstructionList_MakeLabel, (InstructionList * __this, MethodInfo * method)); DO_APP_FUNC(0x022B4B20, void, InstructionList_FixupBranch, (InstructionList * __this, int32_t branchIndex, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x022B4CC0, int32_t, InstructionList_EnsureLabelIndex, (InstructionList * __this, BranchLabel * label, MethodInfo * method)); DO_APP_FUNC(0x022B4CF0, int32_t, InstructionList_MarkRuntimeLabel, (InstructionList * __this, MethodInfo * method)); DO_APP_FUNC(0x022B4D40, void, InstructionList_MarkLabel, (InstructionList * __this, BranchLabel * label, MethodInfo * method)); DO_APP_FUNC(0x022B4D70, void, InstructionList_EmitGoto, (InstructionList * __this, BranchLabel * label, bool hasResult, bool hasValue, bool labelTargetGetsValue, MethodInfo * method)); DO_APP_FUNC(0x022B4E30, void, InstructionList_EmitBranch, (InstructionList * __this, OffsetInstruction * instruction, BranchLabel * label, MethodInfo * method)); DO_APP_FUNC(0x022B4F90, void, InstructionList_EmitBranch_1, (InstructionList * __this, BranchLabel * label, MethodInfo * method)); DO_APP_FUNC(0x022B5000, void, InstructionList_EmitBranch_2, (InstructionList * __this, BranchLabel * label, bool hasResult, bool hasValue, MethodInfo * method)); DO_APP_FUNC(0x022B5090, void, InstructionList_EmitCoalescingBranch, (InstructionList * __this, BranchLabel * leftNotNull, MethodInfo * method)); DO_APP_FUNC(0x022B5100, void, InstructionList_EmitBranchTrue, (InstructionList * __this, BranchLabel * elseLabel, MethodInfo * method)); DO_APP_FUNC(0x022B5170, void, InstructionList_EmitBranchFalse, (InstructionList * __this, BranchLabel * elseLabel, MethodInfo * method)); DO_APP_FUNC(0x022B51E0, void, InstructionList_EmitThrow, (InstructionList * __this, MethodInfo * method)); DO_APP_FUNC(0x022B5250, void, InstructionList_EmitThrowVoid, (InstructionList * __this, MethodInfo * method)); DO_APP_FUNC(0x022B52C0, void, InstructionList_EmitRethrow, (InstructionList * __this, MethodInfo * method)); DO_APP_FUNC(0x022B5330, void, InstructionList_EmitRethrowVoid, (InstructionList * __this, MethodInfo * method)); DO_APP_FUNC(0x022B53A0, void, InstructionList_EmitEnterTryFinally, (InstructionList * __this, BranchLabel * finallyStartLabel, MethodInfo * method)); DO_APP_FUNC(0x022B5420, void, InstructionList_EmitEnterTryCatch, (InstructionList * __this, MethodInfo * method)); DO_APP_FUNC(0x022B5480, EnterTryFaultInstruction *, InstructionList_EmitEnterTryFault, (InstructionList * __this, BranchLabel * tryEnd, MethodInfo * method)); DO_APP_FUNC(0x022B5510, void, InstructionList_EmitEnterFinally, (InstructionList * __this, BranchLabel * finallyStartLabel, MethodInfo * method)); DO_APP_FUNC(0x022B56F0, void, InstructionList_EmitLeaveFinally, (InstructionList * __this, MethodInfo * method)); DO_APP_FUNC(0x022B5760, void, InstructionList_EmitEnterFault, (InstructionList * __this, BranchLabel * faultStartLabel, MethodInfo * method)); DO_APP_FUNC(0x022B5940, void, InstructionList_EmitLeaveFault, (InstructionList * __this, MethodInfo * method)); DO_APP_FUNC(0x022B59B0, void, InstructionList_EmitEnterExceptionFilter, (InstructionList * __this, MethodInfo * method)); DO_APP_FUNC(0x022B5A20, void, InstructionList_EmitLeaveExceptionFilter, (InstructionList * __this, MethodInfo * method)); DO_APP_FUNC(0x022B5A90, void, InstructionList_EmitEnterExceptionHandlerNonVoid, (InstructionList * __this, MethodInfo * method)); DO_APP_FUNC(0x022B5B00, void, InstructionList_EmitEnterExceptionHandlerVoid, (InstructionList * __this, MethodInfo * method)); DO_APP_FUNC(0x022B5B70, void, InstructionList_EmitLeaveExceptionHandler, (InstructionList * __this, bool hasValue, BranchLabel * tryExpressionEndLabel, MethodInfo * method)); DO_APP_FUNC(0x022B5D80, void, InstructionList_EmitStringSwitch, (InstructionList * __this, Dictionary_2_System_String_System_Int32_ * cases, StrongBox_1_System_Int32_ * nullCase, MethodInfo * method)); DO_APP_FUNC(0x022B5EA0, void, InstructionList__ctor, (InstructionList * __this, MethodInfo * method)); DO_APP_FUNC(0x022B5F70, void, InstructionList__cctor, (MethodInfo * method)); DO_APP_FUNC(0x022B6140, InstructionList_DebugView_InstructionView__Array *, InstructionList_DebugView_GetInstructionViews, (IReadOnlyList_1_System_Linq_Expressions_Interpreter_Instruction_ * instructions, IReadOnlyList_1_System_Object_ * objects, Func_2_Int32_Int32_ * labelIndexer, IReadOnlyList_1_KeyValuePair_2_System_Int32_System_Object_ * debugCookies, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, InstructionList_DebugView_InstructionView_GetValue, (InstructionList_DebugView_InstructionView * __this, MethodInfo * method)); DO_APP_FUNC(0x022B6640, void, InstructionList_DebugView_InstructionView__ctor, (InstructionList_DebugView_InstructionView * __this, Instruction * instruction, String * name, int32_t index, int32_t stackDepth, int32_t continuationsDepth, MethodInfo * method)); DO_APP_FUNC(0x022B6710, void, InterpretedFrame__ctor, (InterpretedFrame * __this, Interpreter * interpreter, IStrongBox__Array * closure, MethodInfo * method)); DO_APP_FUNC(0x022B69B0, DebugInfo *, InterpretedFrame_GetDebugInfo, (InterpretedFrame * __this, int32_t instructionIndex, MethodInfo * method)); DO_APP_FUNC(0x022B6B50, String *, InterpretedFrame_get_Name, (InterpretedFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x022B6B70, void, InterpretedFrame_Push, (InterpretedFrame * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x022B6BF0, void, InterpretedFrame_Push_1, (InterpretedFrame * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x022B6CF0, void, InterpretedFrame_Push_2, (InterpretedFrame * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x022B6D70, void, InterpretedFrame_Push_3, (InterpretedFrame * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x022B6E30, void, InterpretedFrame_Push_4, (InterpretedFrame * __this, int8_t value, MethodInfo * method)); DO_APP_FUNC(0x022B6EF0, void, InterpretedFrame_Push_5, (InterpretedFrame * __this, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x022B6FB0, void, InterpretedFrame_Push_6, (InterpretedFrame * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x022B7070, Object *, InterpretedFrame_Pop, (InterpretedFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x022B70B0, void, InterpretedFrame_SetStackDepth, (InterpretedFrame * __this, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x022B70D0, Object *, InterpretedFrame_Peek, (InterpretedFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x022B7100, void, InterpretedFrame_Dup, (InterpretedFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, InterpretedFrame *, InterpretedFrame_get_Parent, (InterpretedFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x022B71A0, IEnumerable_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ *, InterpretedFrame_GetStackTraceDebugInfo, (InterpretedFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x022B7260, void, InterpretedFrame_SaveTraceToException, (InterpretedFrame * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x022B7560, InterpretedFrame *, InterpretedFrame_Enter, (InterpretedFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x022B7710, void, InterpretedFrame_Leave, (InterpretedFrame * __this, InterpretedFrame * prevFrame, MethodInfo * method)); DO_APP_FUNC(0x022B7810, bool, InterpretedFrame_IsJumpHappened, (InterpretedFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x01151160, void, InterpretedFrame_RemoveContinuation, (InterpretedFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x022B7820, void, InterpretedFrame_PushContinuation, (InterpretedFrame * __this, int32_t continuation, MethodInfo * method)); DO_APP_FUNC(0x022B7860, int32_t, InterpretedFrame_YieldToCurrentContinuation, (InterpretedFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x022B78E0, int32_t, InterpretedFrame_YieldToPendingContinuation, (InterpretedFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x022B7B10, void, InterpretedFrame_PushPendingContinuation, (InterpretedFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x022B7C40, void, InterpretedFrame_PopPendingContinuation, (InterpretedFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x022B7D40, int32_t, InterpretedFrame_Goto, (InterpretedFrame * __this, int32_t labelIndex, Object * value, bool gotoExceptionHandler, MethodInfo * method)); DO_APP_FUNC(0x0097ED80, void, InterpretedFrame_GetStackTraceDebugInfo_d_29__ctor, (InterpretedFrame_GetStackTraceDebugInfo_d_29 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InterpretedFrame_GetStackTraceDebugInfo_d_29_System_IDisposable_Dispose, (InterpretedFrame_GetStackTraceDebugInfo_d_29 * __this, MethodInfo * method)); DO_APP_FUNC(0x022B7F40, bool, InterpretedFrame_GetStackTraceDebugInfo_d_29_MoveNext, (InterpretedFrame_GetStackTraceDebugInfo_d_29 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, InterpretedFrameInfo, InterpretedFrame_GetStackTraceDebugInfo_d_29_System_Collections_Generic_IEnumerator_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__get_Current, (InterpretedFrame_GetStackTraceDebugInfo_d_29 * __this, MethodInfo * method)); DO_APP_FUNC(0x022B8280, void, InterpretedFrame_GetStackTraceDebugInfo_d_29_System_Collections_IEnumerator_Reset, (InterpretedFrame_GetStackTraceDebugInfo_d_29 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FF10, InterpretedFrame_GetStackTraceDebugInfo_d_29_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x022B82D0, Object *, InterpretedFrame_GetStackTraceDebugInfo_d_29_System_Collections_IEnumerator_get_Current, (InterpretedFrame_GetStackTraceDebugInfo_d_29 * __this, MethodInfo * method)); DO_APP_FUNC(0x022B8320, IEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ *, InterpretedFrame_GetStackTraceDebugInfo_d_29_System_Collections_Generic_IEnumerable_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__GetEnumerator, (InterpretedFrame_GetStackTraceDebugInfo_d_29 * __this, MethodInfo * method)); DO_APP_FUNC(0x022B8320, IEnumerator *, InterpretedFrame_GetStackTraceDebugInfo_d_29_System_Collections_IEnumerable_GetEnumerator, (InterpretedFrame_GetStackTraceDebugInfo_d_29 * __this, MethodInfo * method)); DO_APP_FUNC(0x022B8410, void, Interpreter__ctor, (Interpreter * __this, String * name, LocalVariables * locals, InstructionArray instructions, DebugInfo__Array * debugInfos, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, Interpreter_get_Name, (Interpreter * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A6C0, int32_t, Interpreter_get_LocalCount, (Interpreter * __this, MethodInfo * method)); DO_APP_FUNC(0x022B8650, int32_t, Interpreter_get_ClosureSize, (Interpreter * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1C0, InstructionArray, Interpreter_get_Instructions, (Interpreter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, Dictionary_2_System_Linq_Expressions_ParameterExpression_System_Linq_Expressions_Interpreter_LocalVariable_ *, Interpreter_get_ClosureVariables, (Interpreter * __this, MethodInfo * method)); DO_APP_FUNC(0x022B86A0, void, Interpreter_Run, (Interpreter * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022B8710, void, Interpreter__cctor, (MethodInfo * method)); DO_APP_FUNC(0x022B87D0, void, LabelInfo__ctor, (LabelInfo * __this, LabelTarget * node, MethodInfo * method)); DO_APP_FUNC(0x022B8900, BranchLabel *, LabelInfo_GetLabel, (LabelInfo * __this, LightCompiler * compiler, MethodInfo * method)); DO_APP_FUNC(0x022B8990, void, LabelInfo_Reference, (LabelInfo * __this, LabelScopeInfo * block, MethodInfo * method)); DO_APP_FUNC(0x022B8A40, void, LabelInfo_Define, (LabelInfo * __this, LabelScopeInfo * block, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FE80, LabelInfo_Define__MethodInfo); DO_APP_FUNC(0x022B8DE0, void, LabelInfo_ValidateJump, (LabelInfo * __this, LabelScopeInfo * reference, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FE78, LabelInfo_ValidateJump__MethodInfo); DO_APP_FUNC(0x022B92E0, void, LabelInfo_ValidateFinish, (LabelInfo * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FE58, LabelInfo_ValidateFinish__MethodInfo); DO_APP_FUNC(0x022B9370, void, LabelInfo_EnsureLabel, (LabelInfo * __this, LightCompiler * compiler, MethodInfo * method)); DO_APP_FUNC(0x022B93F0, bool, LabelInfo_DefinedIn, (LabelInfo * __this, LabelScopeInfo * scope, MethodInfo * method)); DO_APP_FUNC(0x022B94A0, bool, LabelInfo_get_HasDefinitions, (LabelInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x022B94B0, LabelScopeInfo *, LabelInfo_FirstDefinition, (LabelInfo * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FD70, LabelInfo_FirstDefinition__MethodInfo); DO_APP_FUNC(0x022B96F0, void, LabelInfo_AddDefinition, (LabelInfo * __this, LabelScopeInfo * scope, MethodInfo * method)); DO_APP_FUNC(0x022B9950, bool, LabelInfo_get_HasMultipleDefinitions, (LabelInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x022B99E0, void, LabelInfo_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LabelInfo_c__ctor, (LabelInfo_c * __this, MethodInfo * method)); DO_APP_FUNC(0x01FBF230, LabelScopeInfo *, LabelInfo_c__ValidateJump_b__9_0, (LabelInfo_c * __this, LabelScopeInfo * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FE68, LabelInfo_c__ValidateJump_b__9_0__MethodInfo); DO_APP_FUNC(0x022B9A90, void, LabelScopeInfo__ctor, (LabelScopeInfo * __this, LabelScopeInfo * parent, LabelScopeKind__Enum kind, MethodInfo * method)); DO_APP_FUNC(0x022B9AF0, bool, LabelScopeInfo_get_CanJumpInto, (LabelScopeInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x022B9B00, bool, LabelScopeInfo_ContainsTarget, (LabelScopeInfo * __this, LabelTarget * target, MethodInfo * method)); DO_APP_FUNC(0x022B9BE0, bool, LabelScopeInfo_TryGetLabelInfo, (LabelScopeInfo * __this, LabelTarget * target, LabelInfo * * info, MethodInfo * method)); DO_APP_FUNC(0x022B9CB0, void, LabelScopeInfo_AddLabelInfo, (LabelScopeInfo * __this, LabelTarget * target, LabelInfo * info, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, LeftShiftInstruction_get_ConsumedStack, (LeftShiftInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, LeftShiftInstruction_get_ProducedStack, (LeftShiftInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022B9DB0, String *, LeftShiftInstruction_get_InstructionName, (LeftShiftInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LeftShiftInstruction__ctor, (LeftShiftInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022B9DF0, Instruction *, LeftShiftInstruction_Create, (Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FC28, LeftShiftInstruction_Create__MethodInfo); DO_APP_FUNC(0x022BA300, int32_t, LeftShiftInstruction_LeftShiftSByte_Run, (LeftShiftInstruction_LeftShiftSByte * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LeftShiftInstruction_LeftShiftSByte__ctor, (LeftShiftInstruction_LeftShiftSByte * __this, MethodInfo * method)); DO_APP_FUNC(0x022BA430, int32_t, LeftShiftInstruction_LeftShiftInt16_Run, (LeftShiftInstruction_LeftShiftInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LeftShiftInstruction_LeftShiftInt16__ctor, (LeftShiftInstruction_LeftShiftInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022BA560, int32_t, LeftShiftInstruction_LeftShiftInt32_Run, (LeftShiftInstruction_LeftShiftInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LeftShiftInstruction_LeftShiftInt32__ctor, (LeftShiftInstruction_LeftShiftInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022BA670, int32_t, LeftShiftInstruction_LeftShiftInt64_Run, (LeftShiftInstruction_LeftShiftInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LeftShiftInstruction_LeftShiftInt64__ctor, (LeftShiftInstruction_LeftShiftInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x022BA810, int32_t, LeftShiftInstruction_LeftShiftByte_Run, (LeftShiftInstruction_LeftShiftByte * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LeftShiftInstruction_LeftShiftByte__ctor, (LeftShiftInstruction_LeftShiftByte * __this, MethodInfo * method)); DO_APP_FUNC(0x022BA940, int32_t, LeftShiftInstruction_LeftShiftUInt16_Run, (LeftShiftInstruction_LeftShiftUInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LeftShiftInstruction_LeftShiftUInt16__ctor, (LeftShiftInstruction_LeftShiftUInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022BAA70, int32_t, LeftShiftInstruction_LeftShiftUInt32_Run, (LeftShiftInstruction_LeftShiftUInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LeftShiftInstruction_LeftShiftUInt32__ctor, (LeftShiftInstruction_LeftShiftUInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022BAC10, int32_t, LeftShiftInstruction_LeftShiftUInt64_Run, (LeftShiftInstruction_LeftShiftUInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LeftShiftInstruction_LeftShiftUInt64__ctor, (LeftShiftInstruction_LeftShiftUInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, LessThanInstruction_get_ConsumedStack, (LessThanInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, LessThanInstruction_get_ProducedStack, (LessThanInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022BADB0, String *, LessThanInstruction_get_InstructionName, (LessThanInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LessThanInstruction__ctor, (LessThanInstruction * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022BADF0, Instruction *, LessThanInstruction_Create, (Type * type, bool liftedToNull, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FAF8, LessThanInstruction_Create__MethodInfo); DO_APP_FUNC(0x003BABE0, void, LessThanInstruction_LessThanSByte__ctor, (LessThanInstruction_LessThanSByte * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022BBCA0, int32_t, LessThanInstruction_LessThanSByte_Run, (LessThanInstruction_LessThanSByte * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LessThanInstruction_LessThanInt16__ctor, (LessThanInstruction_LessThanInt16 * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022BBE00, int32_t, LessThanInstruction_LessThanInt16_Run, (LessThanInstruction_LessThanInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LessThanInstruction_LessThanChar__ctor, (LessThanInstruction_LessThanChar * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022BBF60, int32_t, LessThanInstruction_LessThanChar_Run, (LessThanInstruction_LessThanChar * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LessThanInstruction_LessThanInt32__ctor, (LessThanInstruction_LessThanInt32 * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022BC0C0, int32_t, LessThanInstruction_LessThanInt32_Run, (LessThanInstruction_LessThanInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LessThanInstruction_LessThanInt64__ctor, (LessThanInstruction_LessThanInt64 * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022BC220, int32_t, LessThanInstruction_LessThanInt64_Run, (LessThanInstruction_LessThanInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LessThanInstruction_LessThanByte__ctor, (LessThanInstruction_LessThanByte * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022BC380, int32_t, LessThanInstruction_LessThanByte_Run, (LessThanInstruction_LessThanByte * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LessThanInstruction_LessThanUInt16__ctor, (LessThanInstruction_LessThanUInt16 * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022BC4E0, int32_t, LessThanInstruction_LessThanUInt16_Run, (LessThanInstruction_LessThanUInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LessThanInstruction_LessThanUInt32__ctor, (LessThanInstruction_LessThanUInt32 * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022BC640, int32_t, LessThanInstruction_LessThanUInt32_Run, (LessThanInstruction_LessThanUInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LessThanInstruction_LessThanUInt64__ctor, (LessThanInstruction_LessThanUInt64 * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022BC7A0, int32_t, LessThanInstruction_LessThanUInt64_Run, (LessThanInstruction_LessThanUInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LessThanInstruction_LessThanSingle__ctor, (LessThanInstruction_LessThanSingle * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022BC900, int32_t, LessThanInstruction_LessThanSingle_Run, (LessThanInstruction_LessThanSingle * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LessThanInstruction_LessThanDouble__ctor, (LessThanInstruction_LessThanDouble * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022BCA60, int32_t, LessThanInstruction_LessThanDouble_Run, (LessThanInstruction_LessThanDouble * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, LessThanOrEqualInstruction_get_ConsumedStack, (LessThanOrEqualInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, LessThanOrEqualInstruction_get_ProducedStack, (LessThanOrEqualInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022BCBC0, String *, LessThanOrEqualInstruction_get_InstructionName, (LessThanOrEqualInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LessThanOrEqualInstruction__ctor, (LessThanOrEqualInstruction * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022BCC00, Instruction *, LessThanOrEqualInstruction_Create, (Type * type, bool liftedToNull, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FAA8, LessThanOrEqualInstruction_Create__MethodInfo); DO_APP_FUNC(0x003BABE0, void, LessThanOrEqualInstruction_LessThanOrEqualSByte__ctor, (LessThanOrEqualInstruction_LessThanOrEqualSByte * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022BDAB0, int32_t, LessThanOrEqualInstruction_LessThanOrEqualSByte_Run, (LessThanOrEqualInstruction_LessThanOrEqualSByte * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LessThanOrEqualInstruction_LessThanOrEqualInt16__ctor, (LessThanOrEqualInstruction_LessThanOrEqualInt16 * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022BDC10, int32_t, LessThanOrEqualInstruction_LessThanOrEqualInt16_Run, (LessThanOrEqualInstruction_LessThanOrEqualInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LessThanOrEqualInstruction_LessThanOrEqualChar__ctor, (LessThanOrEqualInstruction_LessThanOrEqualChar * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022BDD70, int32_t, LessThanOrEqualInstruction_LessThanOrEqualChar_Run, (LessThanOrEqualInstruction_LessThanOrEqualChar * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LessThanOrEqualInstruction_LessThanOrEqualInt32__ctor, (LessThanOrEqualInstruction_LessThanOrEqualInt32 * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022BDED0, int32_t, LessThanOrEqualInstruction_LessThanOrEqualInt32_Run, (LessThanOrEqualInstruction_LessThanOrEqualInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LessThanOrEqualInstruction_LessThanOrEqualInt64__ctor, (LessThanOrEqualInstruction_LessThanOrEqualInt64 * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022BE030, int32_t, LessThanOrEqualInstruction_LessThanOrEqualInt64_Run, (LessThanOrEqualInstruction_LessThanOrEqualInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LessThanOrEqualInstruction_LessThanOrEqualByte__ctor, (LessThanOrEqualInstruction_LessThanOrEqualByte * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022BE190, int32_t, LessThanOrEqualInstruction_LessThanOrEqualByte_Run, (LessThanOrEqualInstruction_LessThanOrEqualByte * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LessThanOrEqualInstruction_LessThanOrEqualUInt16__ctor, (LessThanOrEqualInstruction_LessThanOrEqualUInt16 * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022BE2F0, int32_t, LessThanOrEqualInstruction_LessThanOrEqualUInt16_Run, (LessThanOrEqualInstruction_LessThanOrEqualUInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LessThanOrEqualInstruction_LessThanOrEqualUInt32__ctor, (LessThanOrEqualInstruction_LessThanOrEqualUInt32 * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022BE450, int32_t, LessThanOrEqualInstruction_LessThanOrEqualUInt32_Run, (LessThanOrEqualInstruction_LessThanOrEqualUInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LessThanOrEqualInstruction_LessThanOrEqualUInt64__ctor, (LessThanOrEqualInstruction_LessThanOrEqualUInt64 * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022BE5B0, int32_t, LessThanOrEqualInstruction_LessThanOrEqualUInt64_Run, (LessThanOrEqualInstruction_LessThanOrEqualUInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LessThanOrEqualInstruction_LessThanOrEqualSingle__ctor, (LessThanOrEqualInstruction_LessThanOrEqualSingle * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022BE710, int32_t, LessThanOrEqualInstruction_LessThanOrEqualSingle_Run, (LessThanOrEqualInstruction_LessThanOrEqualSingle * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LessThanOrEqualInstruction_LessThanOrEqualDouble__ctor, (LessThanOrEqualInstruction_LessThanOrEqualDouble * __this, Object * nullValue, MethodInfo * method)); DO_APP_FUNC(0x022BE870, int32_t, LessThanOrEqualInstruction_LessThanOrEqualDouble_Run, (LessThanOrEqualInstruction_LessThanOrEqualDouble * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x019DF440, void, ExceptionFilter__ctor, (ExceptionFilter * __this, int32_t labelIndex, int32_t start, int32_t end, MethodInfo * method)); DO_APP_FUNC(0x022BE9D0, void, ExceptionHandler__ctor, (ExceptionHandler * __this, int32_t labelIndex, int32_t handlerStartIndex, int32_t handlerEndIndex, Type * exceptionType, ExceptionFilter * filter, MethodInfo * method)); DO_APP_FUNC(0x022BEAA0, bool, ExceptionHandler_Matches, (ExceptionHandler * __this, Type * exceptionType, MethodInfo * method)); DO_APP_FUNC(0x022BEAD0, String *, ExceptionHandler_ToString, (ExceptionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x022BEC20, bool, TryCatchFinallyHandler_get_IsFinallyBlockExist, (TryCatchFinallyHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, ExceptionHandler__Array *, TryCatchFinallyHandler_get_Handlers, (TryCatchFinallyHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x019E57C0, bool, TryCatchFinallyHandler_get_IsCatchBlockExist, (TryCatchFinallyHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x022BEC30, void, TryCatchFinallyHandler__ctor, (TryCatchFinallyHandler * __this, int32_t tryStart, int32_t tryEnd, int32_t gotoEndTargetIndex, ExceptionHandler__Array * handlers, MethodInfo * method)); DO_APP_FUNC(0x022BECB0, void, TryCatchFinallyHandler__ctor_1, (TryCatchFinallyHandler * __this, int32_t tryStart, int32_t tryEnd, int32_t gotoEndLabelIndex, int32_t finallyStart, int32_t finallyEnd, ExceptionHandler__Array * handlers, MethodInfo * method)); DO_APP_FUNC(0x022BED30, bool, TryCatchFinallyHandler_HasHandler, (TryCatchFinallyHandler * __this, InterpretedFrame * frame, Exception * exception, ExceptionHandler * * handler, Object * * unwrappedException, MethodInfo * method)); DO_APP_FUNC(0x022BEF90, bool, TryCatchFinallyHandler_FilterPasses, (InterpretedFrame * frame, Object * * exception, ExceptionFilter * filter, MethodInfo * method)); DO_APP_FUNC(0x01A977C0, void, TryFaultHandler__ctor, (TryFaultHandler * __this, int32_t tryStart, int32_t tryEnd, int32_t finallyStart, int32_t finallyEnd, MethodInfo * method)); DO_APP_FUNC(0x022BF230, void, RethrowException__ctor, (RethrowException * __this, MethodInfo * method)); DO_APP_FUNC(0x022BF280, DebugInfo *, DebugInfo_GetMatchingDebugInfo, (DebugInfo__Array * debugInfos, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022BF3E0, String *, DebugInfo_ToString, (DebugInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugInfo__ctor, (DebugInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x022BF6E0, void, DebugInfo__cctor, (MethodInfo * method)); DO_APP_FUNC(0x022BF7A0, int32_t, DebugInfo_DebugInfoComparer_System_Collections_Generic_IComparer_System_Linq_Expressions_Interpreter_DebugInfo__Compare, (DebugInfo_DebugInfoComparer * __this, DebugInfo * d1, DebugInfo * d2, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugInfo_DebugInfoComparer__ctor, (DebugInfo_DebugInfoComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x00AB78E0, void, InterpretedFrameInfo__ctor, (InterpretedFrameInfo * __this, String * methodName, DebugInfo * info, MethodInfo * method)); DO_APP_FUNC(0x022BF7E0, String *, InterpretedFrameInfo_ToString, (InterpretedFrameInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x022BF860, void, LightCompiler__ctor, (LightCompiler * __this, MethodInfo * method)); DO_APP_FUNC(0x022BFE60, void, LightCompiler__ctor_1, (LightCompiler * __this, LightCompiler * parent, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, InstructionList *, LightCompiler_get_Instructions, (LightCompiler * __this, MethodInfo * method)); DO_APP_FUNC(0x022BFED0, LightDelegateCreator *, LightCompiler_CompileTop, (LightCompiler * __this, LambdaExpression * node, MethodInfo * method)); DO_APP_FUNC(0x022C0430, Interpreter *, LightCompiler_MakeInterpreter, (LightCompiler * __this, String * lambdaName, MethodInfo * method)); DO_APP_FUNC(0x022C0900, void, LightCompiler_CompileConstantExpression, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC(0x022C09C0, void, LightCompiler_CompileDefaultExpression, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC(0x022C0B60, void, LightCompiler_CompileDefaultExpression_1, (LightCompiler * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x022C0CE0, LocalVariable *, LightCompiler_EnsureAvailableForClosure, (LightCompiler * __this, ParameterExpression * expr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F8B0, LightCompiler_EnsureAvailableForClosure__MethodInfo); DO_APP_FUNC(0x022C10D0, LocalVariable *, LightCompiler_ResolveLocal, (LightCompiler * __this, ParameterExpression * variable, MethodInfo * method)); DO_APP_FUNC(0x022C1140, void, LightCompiler_CompileGetVariable, (LightCompiler * __this, ParameterExpression * variable, MethodInfo * method)); DO_APP_FUNC(0x022C1240, void, LightCompiler_EmitCopyValueType, (LightCompiler * __this, Type * valueType, MethodInfo * method)); DO_APP_FUNC(0x022C1320, void, LightCompiler_LoadLocalNoValueTypeCopy, (LightCompiler * __this, ParameterExpression * variable, MethodInfo * method)); DO_APP_FUNC(0x022C1440, bool, LightCompiler_MaybeMutableValueType, (LightCompiler * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x022C14C0, void, LightCompiler_CompileGetBoxedVariable, (LightCompiler * __this, ParameterExpression * variable, MethodInfo * method)); DO_APP_FUNC(0x022C1560, void, LightCompiler_CompileSetVariable, (LightCompiler * __this, ParameterExpression * variable, bool isVoid, MethodInfo * method)); DO_APP_FUNC(0x022C1780, void, LightCompiler_CompileParameterExpression, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC(0x022C18F0, void, LightCompiler_CompileBlockExpression, (LightCompiler * __this, Expression_1 * expr, bool asVoid, MethodInfo * method)); DO_APP_FUNC(0x022C1B70, LocalDefinition__Array *, LightCompiler_CompileBlockStart, (LightCompiler * __this, BlockExpression * node, MethodInfo * method)); DO_APP_FUNC(0x022C2130, void, LightCompiler_CompileBlockEnd, (LightCompiler * __this, LocalDefinition__Array * locals, MethodInfo * method)); DO_APP_FUNC(0x022C2210, void, LightCompiler_CompileIndexExpression, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC(0x022C24D0, void, LightCompiler_EmitIndexGet, (LightCompiler * __this, IndexExpression * index, MethodInfo * method)); DO_APP_FUNC(0x022C2680, void, LightCompiler_CompileIndexAssignment, (LightCompiler * __this, BinaryExpression * node, bool asVoid, MethodInfo * method)); DO_APP_FUNC(0x022C2BC0, void, LightCompiler_CompileMemberAssignment, (LightCompiler * __this, BinaryExpression * node, bool asVoid, MethodInfo * method)); DO_APP_FUNC(0x022C2CC0, void, LightCompiler_CompileMemberAssignment_1, (LightCompiler * __this, bool asVoid, MemberInfo_1 * refMember, Expression_1 * value, bool forBinding, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F818, LightCompiler_CompileMemberAssignment_1__MethodInfo); DO_APP_FUNC(0x022C35A0, void, LightCompiler_CompileVariableAssignment, (LightCompiler * __this, BinaryExpression * node, bool asVoid, MethodInfo * method)); DO_APP_FUNC(0x022C3660, void, LightCompiler_CompileAssignBinaryExpression, (LightCompiler * __this, Expression_1 * expr, bool asVoid, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F7D0, LightCompiler_CompileAssignBinaryExpression__MethodInfo); DO_APP_FUNC(0x022C3DF0, void, LightCompiler_CompileBinaryExpression, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F730, LightCompiler_CompileBinaryExpression__MethodInfo); DO_APP_FUNC(0x022C51B0, void, LightCompiler_CompileEqual, (LightCompiler * __this, Expression_1 * left, Expression_1 * right, bool liftedToNull, MethodInfo * method)); DO_APP_FUNC(0x022C5250, void, LightCompiler_CompileNotEqual, (LightCompiler * __this, Expression_1 * left, Expression_1 * right, bool liftedToNull, MethodInfo * method)); DO_APP_FUNC(0x022C52F0, void, LightCompiler_CompileComparison, (LightCompiler * __this, BinaryExpression * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F740, LightCompiler_CompileComparison__MethodInfo); DO_APP_FUNC(0x022C54F0, void, LightCompiler_CompileArithmetic, (LightCompiler * __this, ExpressionType__Enum_1 nodeType, Expression_1 * left, Expression_1 * right, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F750, LightCompiler_CompileArithmetic__MethodInfo); DO_APP_FUNC(0x022C5780, void, LightCompiler_CompileConvertUnaryExpression, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC(0x022C6030, void, LightCompiler_CompileConvertToType, (LightCompiler * __this, Type * typeFrom, Type * typeTo, bool isChecked, bool isLiftedToNull, MethodInfo * method)); DO_APP_FUNC(0x022C6830, void, LightCompiler_CompileNotExpression, (LightCompiler * __this, UnaryExpression * node, MethodInfo * method)); DO_APP_FUNC(0x022C68A0, void, LightCompiler_CompileUnaryExpression, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F700, LightCompiler_CompileUnaryExpression__MethodInfo); DO_APP_FUNC(0x022C6FA0, void, LightCompiler_EmitUnaryMethodCall, (LightCompiler * __this, UnaryExpression * node, MethodInfo * method)); DO_APP_FUNC(0x022C70B0, void, LightCompiler_EmitUnaryBoolCheck, (LightCompiler * __this, UnaryExpression * node, MethodInfo * method)); DO_APP_FUNC(0x022C72E0, void, LightCompiler_CompileAndAlsoBinaryExpression, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC(0x022C7370, void, LightCompiler_CompileOrElseBinaryExpression, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC(0x022C7400, void, LightCompiler_CompileLogicalBinaryExpression, (LightCompiler * __this, BinaryExpression * b, bool andAlso, MethodInfo * method)); DO_APP_FUNC(0x022C7650, void, LightCompiler_CompileMethodLogicalBinaryExpression, (LightCompiler * __this, BinaryExpression * expr, bool andAlso, MethodInfo * method)); DO_APP_FUNC(0x022C7860, void, LightCompiler_CompileLiftedLogicalBinaryExpression, (LightCompiler * __this, BinaryExpression * node, bool andAlso, MethodInfo * method)); DO_APP_FUNC(0x022C8330, void, LightCompiler_CompileUnliftedLogicalBinaryExpression, (LightCompiler * __this, BinaryExpression * expr, bool andAlso, MethodInfo * method)); DO_APP_FUNC(0x022C8470, void, LightCompiler_CompileConditionalExpression, (LightCompiler * __this, Expression_1 * expr, bool asVoid, MethodInfo * method)); DO_APP_FUNC(0x022C8740, void, LightCompiler_CompileLoopExpression, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC(0x022C8B90, void, LightCompiler_CompileSwitchExpression, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC(0x022C96C0, void, LightCompiler_CompileStringSwitchExpression, (LightCompiler * __this, SwitchExpression * node, MethodInfo * method)); DO_APP_FUNC(0x022C9F60, void, LightCompiler_CompileLabelExpression, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC(0x022CA200, void, LightCompiler_CompileGotoExpression, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC(0x022CA4F0, void, LightCompiler_PushLabelBlock, (LightCompiler * __this, LabelScopeKind__Enum type, MethodInfo * method)); DO_APP_FUNC(0x022CA600, void, LightCompiler_PopLabelBlock, (LightCompiler * __this, LabelScopeKind__Enum kind, MethodInfo * method)); DO_APP_FUNC(0x022CA670, LabelInfo *, LightCompiler_EnsureLabel, (LightCompiler * __this, LabelTarget * node, MethodInfo * method)); DO_APP_FUNC(0x022CA760, LabelInfo *, LightCompiler_ReferenceLabel, (LightCompiler * __this, LabelTarget * node, MethodInfo * method)); DO_APP_FUNC(0x022CA830, LabelInfo *, LightCompiler_DefineLabel, (LightCompiler * __this, LabelTarget * node, MethodInfo * method)); DO_APP_FUNC(0x022CA8D0, bool, LightCompiler_TryPushLabelBlock, (LightCompiler * __this, Expression_1 * node, MethodInfo * method)); DO_APP_FUNC(0x022CACA0, void, LightCompiler_DefineBlockLabels, (LightCompiler * __this, Expression_1 * node, MethodInfo * method)); DO_APP_FUNC(0x022CAE80, void, LightCompiler_CheckRethrow, (LightCompiler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F6B8, LightCompiler_CheckRethrow__MethodInfo); DO_APP_FUNC(0x022CAEE0, void, LightCompiler_CompileThrowUnaryExpression, (LightCompiler * __this, Expression_1 * expr, bool asVoid, MethodInfo * method)); DO_APP_FUNC(0x022CB1D0, void, LightCompiler_CompileTryExpression, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC(0x022CC070, void, LightCompiler_CompileTryFaultExpression, (LightCompiler * __this, TryExpression * expr, MethodInfo * method)); DO_APP_FUNC(0x022CC520, void, LightCompiler_CompileMethodCallExpression, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC(0x022CC5D0, void, LightCompiler_CompileMethodCallExpression_1, (LightCompiler * __this, Expression_1 * object, MethodInfo_1 * method_1, IArgumentProvider * arguments, MethodInfo * method)); DO_APP_FUNC(0x022CCB20, ByRefUpdater *, LightCompiler_CompileArrayIndexAddress, (LightCompiler * __this, Expression_1 * array, Expression_1 * index, int32_t argumentIndex, MethodInfo * method)); DO_APP_FUNC(0x022CCF20, void, LightCompiler_EmitThisForMethodCall, (LightCompiler * __this, Expression_1 * node, MethodInfo * method)); DO_APP_FUNC(0x022CCF30, bool, LightCompiler_ShouldWritebackNode, (Expression_1 * node, MethodInfo * method)); DO_APP_FUNC(0x022CD150, ByRefUpdater *, LightCompiler_CompileAddress, (LightCompiler * __this, Expression_1 * node, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022CE080, ByRefUpdater *, LightCompiler_CompileMultiDimArrayAccess, (LightCompiler * __this, Expression_1 * array, IArgumentProvider * arguments, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022CE890, void, LightCompiler_CompileNewExpression, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F538, LightCompiler_CompileNewExpression__MethodInfo); DO_APP_FUNC(0x022CEE00, void, LightCompiler_CompileMemberExpression, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC(0x022CEEC0, void, LightCompiler_CompileMember, (LightCompiler * __this, Expression_1 * from, MemberInfo_1 * member, bool forBinding, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F508, LightCompiler_CompileMember__MethodInfo); DO_APP_FUNC(0x022CF240, void, LightCompiler_CompileNewArrayExpression, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC(0x022CF760, void, LightCompiler_CompileDebugInfoExpression, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC(0x022CF980, void, LightCompiler_CompileRuntimeVariablesExpression, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC(0x022CFCA0, void, LightCompiler_CompileLambdaExpression, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC(0x022D00B0, void, LightCompiler_CompileCoalesceBinaryExpression, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC(0x022D08F0, void, LightCompiler_CompileInvocationExpression, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC(0x022D0BC0, void, LightCompiler_CompileListInitExpression, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC(0x022D0C50, void, LightCompiler_CompileListInit, (LightCompiler * __this, ReadOnlyCollection_1_System_Linq_Expressions_ElementInit_ * initializers, MethodInfo * method)); DO_APP_FUNC(0x022D1000, void, LightCompiler_CompileMemberInitExpression, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC(0x022D1090, void, LightCompiler_CompileMemberInit, (LightCompiler * __this, ReadOnlyCollection_1_System_Linq_Expressions_MemberBinding_ * bindings, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F3C8, LightCompiler_CompileMemberInit__MethodInfo); DO_APP_FUNC(0x022D1540, Type *, LightCompiler_GetMemberType, (MemberInfo_1 * member, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F3A8, LightCompiler_GetMemberType__MethodInfo); DO_APP_FUNC(0x022D1690, void, LightCompiler_CompileQuoteUnaryExpression, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC(0x022D1C50, void, LightCompiler_CompileUnboxUnaryExpression, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC(0x022D1DB0, void, LightCompiler_CompileTypeEqualExpression, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC(0x022D1FB0, void, LightCompiler_CompileTypeAsExpression, (LightCompiler * __this, UnaryExpression * node, MethodInfo * method)); DO_APP_FUNC(0x022D20A0, void, LightCompiler_CompileTypeIsExpression, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC(0x022D23B0, void, LightCompiler_Compile, (LightCompiler * __this, Expression_1 * expr, bool asVoid, MethodInfo * method)); DO_APP_FUNC(0x022D23D0, void, LightCompiler_CompileAsVoid, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC(0x022D2560, void, LightCompiler_CompileNoLabelPush, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC(0x022D2E80, void, LightCompiler_Compile_1, (LightCompiler * __this, Expression_1 * expr, MethodInfo * method)); DO_APP_FUNC(0x022D2EE0, void, LightCompiler__cctor, (MethodInfo * method)); DO_APP_FUNC(0x022D2FE0, Expression_1 *, LightCompiler_QuoteVisitor_VisitParameter, (LightCompiler_QuoteVisitor * __this, ParameterExpression * node, MethodInfo * method)); DO_APP_FUNC(0x022D30B0, Expression_1 *, LightCompiler_QuoteVisitor_VisitBlock, (LightCompiler_QuoteVisitor * __this, BlockExpression * node, MethodInfo * method)); DO_APP_FUNC(0x022D31F0, CatchBlock *, LightCompiler_QuoteVisitor_VisitCatchBlock, (LightCompiler_QuoteVisitor * __this, CatchBlock * node, MethodInfo * method)); DO_APP_FUNC(0x022D3360, void, LightCompiler_QuoteVisitor_PushParameters, (LightCompiler_QuoteVisitor * __this, IEnumerable_1_System_Linq_Expressions_ParameterExpression_ * parameters, MethodInfo * method)); DO_APP_FUNC(0x022D3680, void, LightCompiler_QuoteVisitor_PopParameters, (LightCompiler_QuoteVisitor * __this, IEnumerable_1_System_Linq_Expressions_ParameterExpression_ * parameters, MethodInfo * method)); DO_APP_FUNC(0x022D3930, void, LightCompiler_QuoteVisitor__ctor, (LightCompiler_QuoteVisitor * __this, MethodInfo * method)); DO_APP_FUNC(0x022D3AB0, void, LightCompiler_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LightCompiler_c__ctor, (LightCompiler_c * __this, MethodInfo * method)); DO_APP_FUNC(0x022D3B60, bool, LightCompiler_c__CompileSwitchExpression_b__56_0, (LightCompiler_c * __this, SwitchCase * c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F640, LightCompiler_c__CompileSwitchExpression_b__56_0__MethodInfo); DO_APP_FUNC(0x022D3CE0, bool, LightCompiler_c__CompileSwitchExpression_b__56_1, (LightCompiler_c * __this, Expression_1 * t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62908, LightCompiler_c__CompileSwitchExpression_b__56_1__MethodInfo); DO_APP_FUNC(0x022D3D70, void, LightCompiler_c__CompileNoLabelPush_b__101_0, (LightCompiler_c * __this, LightCompiler * this_1, Expression_1 * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F380, LightCompiler_c__CompileNoLabelPush_b__101_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, ByRefUpdater__ctor, (ByRefUpdater * __this, int32_t argumentIndex, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ByRefUpdater_UndefineTemps, (ByRefUpdater * __this, InstructionList * instructions, LocalVariables * locals, MethodInfo * method)); DO_APP_FUNC(0x022D3DA0, void, ParameterByRefUpdater__ctor, (ParameterByRefUpdater * __this, LocalVariable * parameter, int32_t argumentIndex, MethodInfo * method)); DO_APP_FUNC(0x022D3E00, void, ParameterByRefUpdater_Update, (ParameterByRefUpdater * __this, InterpretedFrame * frame, Object * value, MethodInfo * method)); DO_APP_FUNC(0x022D3FA0, void, ArrayByRefUpdater__ctor, (ArrayByRefUpdater * __this, LocalDefinition array, LocalDefinition index, int32_t argumentIndex, MethodInfo * method)); DO_APP_FUNC(0x022D4060, void, ArrayByRefUpdater_Update, (ArrayByRefUpdater * __this, InterpretedFrame * frame, Object * value, MethodInfo * method)); DO_APP_FUNC(0x022D4180, void, ArrayByRefUpdater_UndefineTemps, (ArrayByRefUpdater * __this, InstructionList * instructions, LocalVariables * locals, MethodInfo * method)); DO_APP_FUNC(0x022D4260, void, FieldByRefUpdater__ctor, (FieldByRefUpdater * __this, Nullable_1_System_Linq_Expressions_Interpreter_LocalDefinition_ obj, FieldInfo_1 * field, int32_t argumentIndex, MethodInfo * method)); DO_APP_FUNC(0x022D4320, void, FieldByRefUpdater_Update, (FieldByRefUpdater * __this, InterpretedFrame * frame, Object * value, MethodInfo * method)); DO_APP_FUNC(0x022D43D0, void, FieldByRefUpdater_UndefineTemps, (FieldByRefUpdater * __this, InstructionList * instructions, LocalVariables * locals, MethodInfo * method)); DO_APP_FUNC(0x022D4260, void, PropertyByRefUpdater__ctor, (PropertyByRefUpdater * __this, Nullable_1_System_Linq_Expressions_Interpreter_LocalDefinition_ obj, PropertyInfo_1 * property, int32_t argumentIndex, MethodInfo * method)); DO_APP_FUNC(0x022D44A0, void, PropertyByRefUpdater_Update, (PropertyByRefUpdater * __this, InterpretedFrame * frame, Object * value, MethodInfo * method)); DO_APP_FUNC(0x022D4580, void, PropertyByRefUpdater_UndefineTemps, (PropertyByRefUpdater * __this, InstructionList * instructions, LocalVariables * locals, MethodInfo * method)); DO_APP_FUNC(0x022D4650, void, IndexMethodByRefUpdater__ctor, (IndexMethodByRefUpdater * __this, Nullable_1_System_Linq_Expressions_Interpreter_LocalDefinition_ obj, LocalDefinition__Array * args, MethodInfo_1 * indexer, int32_t argumentIndex, MethodInfo * method)); DO_APP_FUNC(0x022D4770, void, IndexMethodByRefUpdater_Update, (IndexMethodByRefUpdater * __this, InterpretedFrame * frame, Object * value, MethodInfo * method)); DO_APP_FUNC(0x022D49F0, void, IndexMethodByRefUpdater_UndefineTemps, (IndexMethodByRefUpdater * __this, InstructionList * instructions, LocalVariables * locals, MethodInfo * method)); DO_APP_FUNC(0x01A25440, void, LightDelegateCreator__ctor, (LightDelegateCreator * __this, Interpreter * interpreter, LambdaExpression * lambda, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Interpreter *, LightDelegateCreator_get_Interpreter, (LightDelegateCreator * __this, MethodInfo * method)); DO_APP_FUNC(0x022D4B80, Delegate *, LightDelegateCreator_CreateDelegate, (LightDelegateCreator * __this, MethodInfo * method)); DO_APP_FUNC(0x022D4B90, Delegate *, LightDelegateCreator_CreateDelegate_1, (LightDelegateCreator * __this, IStrongBox__Array * closure, MethodInfo * method)); DO_APP_FUNC(0x022D4DA0, void, LightLambda_RunVoid0, (LightLambda * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62828, LightLambda_RunVoid0__MethodInfo); DO_APP_FUNC(0x022D4E60, Delegate *, LightLambda_MakeRunVoid0, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x022D4EE0, void, LightLambda__ctor, (LightLambda * __this, LightDelegateCreator * delegateCreator, IStrongBox__Array * closure, MethodInfo * method)); DO_APP_FUNC(0x022D5010, String *, LightLambda_get_DebugView, (LightLambda * __this, MethodInfo * method)); DO_APP_FUNC(0x022D5090, Func_2_System_Linq_Expressions_Interpreter_LightLambda_Delegate_ *, LightLambda_GetRunDelegateCtor, (Type * delegateType, MethodInfo * method)); DO_APP_FUNC(0x022D53A0, Func_2_System_Linq_Expressions_Interpreter_LightLambda_Delegate_ *, LightLambda_MakeRunDelegateCtor, (Type * delegateType, MethodInfo * method)); DO_APP_FUNC(0x022D5FD0, Delegate *, LightLambda_CreateCustomDelegate, (LightLambda * __this, Type * delegateType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62730, LightLambda_CreateCustomDelegate__MethodInfo); DO_APP_FUNC(0x022D67E0, Delegate *, LightLambda_MakeDelegate, (LightLambda * __this, Type * delegateType, MethodInfo * method)); DO_APP_FUNC(0x022D6870, InterpretedFrame *, LightLambda_MakeFrame, (LightLambda * __this, MethodInfo * method)); DO_APP_FUNC(0x022D68F0, Object *, LightLambda_Run, (LightLambda * __this, Object__Array * arguments, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62848, LightLambda_Run__MethodInfo); DO_APP_FUNC(0x022D6CA0, Object *, LightLambda_RunVoid, (LightLambda * __this, Object__Array * arguments, MethodInfo * method)); DO_APP_FUNC(0x022D6EB0, void, LightLambda__cctor, (MethodInfo * method)); DO_APP_FUNC(0x022D6F90, void, LightLambda_DebugViewPrinter__ctor, (LightLambda_DebugViewPrinter * __this, Interpreter * interpreter, MethodInfo * method)); DO_APP_FUNC(0x022D72B0, void, LightLambda_DebugViewPrinter_Analyze, (LightLambda_DebugViewPrinter * __this, MethodInfo * method)); DO_APP_FUNC(0x022D7630, void, LightLambda_DebugViewPrinter_AddTryStart, (LightLambda_DebugViewPrinter * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022D7760, void, LightLambda_DebugViewPrinter_AddHandlerExit, (LightLambda_DebugViewPrinter * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022D7850, void, LightLambda_DebugViewPrinter_Indent, (LightLambda_DebugViewPrinter * __this, MethodInfo * method)); DO_APP_FUNC(0x022D78D0, void, LightLambda_DebugViewPrinter_Dedent, (LightLambda_DebugViewPrinter * __this, MethodInfo * method)); DO_APP_FUNC(0x022D7950, String *, LightLambda_DebugViewPrinter_ToString, (LightLambda_DebugViewPrinter * __this, MethodInfo * method)); DO_APP_FUNC(0x022D82A0, void, LightLambda_DebugViewPrinter_EmitExits, (LightLambda_DebugViewPrinter * __this, StringBuilder * sb, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LightLambda_c_DisplayClass74_0__ctor, (LightLambda_c_DisplayClass74_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x022D8440, Delegate *, LightLambda_c_DisplayClass74_0__MakeRunDelegateCtor_b__0, (LightLambda_c_DisplayClass74_0 * __this, LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62898, LightLambda_c_DisplayClass74_0__MakeRunDelegateCtor_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, LocalAccessInstruction__ctor, (LocalAccessInstruction * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022D8480, String *, LocalAccessInstruction_ToDebugString, (LocalAccessInstruction * __this, int32_t instructionIndex, Object * cookie, Func_2_Int32_Int32_ * labelIndexer, IReadOnlyList_1_System_Object_ * objects, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, LoadLocalInstruction__ctor, (LoadLocalInstruction * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, LoadLocalInstruction_get_ProducedStack, (LoadLocalInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022D8760, String *, LoadLocalInstruction_get_InstructionName, (LoadLocalInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022D87A0, int32_t, LoadLocalInstruction_Run, (LoadLocalInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022D8840, Instruction *, LoadLocalInstruction_BoxIfIndexMatches, (LoadLocalInstruction * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, LoadLocalBoxedInstruction__ctor, (LoadLocalBoxedInstruction * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, LoadLocalBoxedInstruction_get_ProducedStack, (LoadLocalBoxedInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022D88B0, String *, LoadLocalBoxedInstruction_get_InstructionName, (LoadLocalBoxedInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022D88F0, int32_t, LoadLocalBoxedInstruction_Run, (LoadLocalBoxedInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, LoadLocalFromClosureInstruction__ctor, (LoadLocalFromClosureInstruction * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, LoadLocalFromClosureInstruction_get_ProducedStack, (LoadLocalFromClosureInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022D8A00, String *, LoadLocalFromClosureInstruction_get_InstructionName, (LoadLocalFromClosureInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022D8A40, int32_t, LoadLocalFromClosureInstruction_Run, (LoadLocalFromClosureInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, LoadLocalFromClosureBoxedInstruction__ctor, (LoadLocalFromClosureBoxedInstruction * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, LoadLocalFromClosureBoxedInstruction_get_ProducedStack, (LoadLocalFromClosureBoxedInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022D8B20, String *, LoadLocalFromClosureBoxedInstruction_get_InstructionName, (LoadLocalFromClosureBoxedInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022D8B60, int32_t, LoadLocalFromClosureBoxedInstruction_Run, (LoadLocalFromClosureBoxedInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AssignLocalInstruction__ctor, (AssignLocalInstruction * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, AssignLocalInstruction_get_ConsumedStack, (AssignLocalInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, AssignLocalInstruction_get_ProducedStack, (AssignLocalInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022D8C00, String *, AssignLocalInstruction_get_InstructionName, (AssignLocalInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022D8C40, int32_t, AssignLocalInstruction_Run, (AssignLocalInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022D8CD0, Instruction *, AssignLocalInstruction_BoxIfIndexMatches, (AssignLocalInstruction * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, StoreLocalInstruction__ctor, (StoreLocalInstruction * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, StoreLocalInstruction_get_ConsumedStack, (StoreLocalInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022D8D40, String *, StoreLocalInstruction_get_InstructionName, (StoreLocalInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022D8D80, int32_t, StoreLocalInstruction_Run, (StoreLocalInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022D8E20, Instruction *, StoreLocalInstruction_BoxIfIndexMatches, (StoreLocalInstruction * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AssignLocalBoxedInstruction__ctor, (AssignLocalBoxedInstruction * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, AssignLocalBoxedInstruction_get_ConsumedStack, (AssignLocalBoxedInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, AssignLocalBoxedInstruction_get_ProducedStack, (AssignLocalBoxedInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022D8E90, String *, AssignLocalBoxedInstruction_get_InstructionName, (AssignLocalBoxedInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022D8ED0, int32_t, AssignLocalBoxedInstruction_Run, (AssignLocalBoxedInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, StoreLocalBoxedInstruction__ctor, (StoreLocalBoxedInstruction * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, StoreLocalBoxedInstruction_get_ConsumedStack, (StoreLocalBoxedInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022D8FD0, String *, StoreLocalBoxedInstruction_get_InstructionName, (StoreLocalBoxedInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022D9010, int32_t, StoreLocalBoxedInstruction_Run, (StoreLocalBoxedInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AssignLocalToClosureInstruction__ctor, (AssignLocalToClosureInstruction * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, AssignLocalToClosureInstruction_get_ConsumedStack, (AssignLocalToClosureInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, AssignLocalToClosureInstruction_get_ProducedStack, (AssignLocalToClosureInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022D9110, String *, AssignLocalToClosureInstruction_get_InstructionName, (AssignLocalToClosureInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022D9150, int32_t, AssignLocalToClosureInstruction_Run, (AssignLocalToClosureInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, ValueTypeCopyInstruction_get_ConsumedStack, (ValueTypeCopyInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, ValueTypeCopyInstruction_get_ProducedStack, (ValueTypeCopyInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022D91F0, String *, ValueTypeCopyInstruction_get_InstructionName, (ValueTypeCopyInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022D9230, int32_t, ValueTypeCopyInstruction_Run, (ValueTypeCopyInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ValueTypeCopyInstruction__ctor, (ValueTypeCopyInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022D9310, void, ValueTypeCopyInstruction__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, InitializeLocalInstruction__ctor, (InitializeLocalInstruction * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, InitializeLocalInstruction_Reference__ctor, (InitializeLocalInstruction_Reference * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022D93C0, int32_t, InitializeLocalInstruction_Reference_Run, (InitializeLocalInstruction_Reference * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022D9400, Instruction *, InitializeLocalInstruction_Reference_BoxIfIndexMatches, (InitializeLocalInstruction_Reference * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022D94A0, String *, InitializeLocalInstruction_Reference_get_InstructionName, (InitializeLocalInstruction_Reference * __this, MethodInfo * method)); DO_APP_FUNC(0x0073A5C0, void, InitializeLocalInstruction_ImmutableValue__ctor, (InitializeLocalInstruction_ImmutableValue * __this, int32_t index, Object * defaultValue, MethodInfo * method)); DO_APP_FUNC(0x022D94E0, int32_t, InitializeLocalInstruction_ImmutableValue_Run, (InitializeLocalInstruction_ImmutableValue * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022D9560, Instruction *, InitializeLocalInstruction_ImmutableValue_BoxIfIndexMatches, (InitializeLocalInstruction_ImmutableValue * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022D9630, String *, InitializeLocalInstruction_ImmutableValue_get_InstructionName, (InitializeLocalInstruction_ImmutableValue * __this, MethodInfo * method)); DO_APP_FUNC(0x0073A5C0, void, InitializeLocalInstruction_ImmutableBox__ctor, (InitializeLocalInstruction_ImmutableBox * __this, int32_t index, Object * defaultValue, MethodInfo * method)); DO_APP_FUNC(0x022D9670, int32_t, InitializeLocalInstruction_ImmutableBox_Run, (InitializeLocalInstruction_ImmutableBox * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022D9790, String *, InitializeLocalInstruction_ImmutableBox_get_InstructionName, (InitializeLocalInstruction_ImmutableBox * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, InitializeLocalInstruction_ImmutableRefBox__ctor, (InitializeLocalInstruction_ImmutableRefBox * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022D97D0, int32_t, InitializeLocalInstruction_ImmutableRefBox_Run, (InitializeLocalInstruction_ImmutableRefBox * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022D9890, String *, InitializeLocalInstruction_ImmutableRefBox_get_InstructionName, (InitializeLocalInstruction_ImmutableRefBox * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, InitializeLocalInstruction_ParameterBox__ctor, (InitializeLocalInstruction_ParameterBox * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022D98D0, int32_t, InitializeLocalInstruction_ParameterBox_Run, (InitializeLocalInstruction_ParameterBox * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022D9A10, String *, InitializeLocalInstruction_ParameterBox_get_InstructionName, (InitializeLocalInstruction_ParameterBox * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, InitializeLocalInstruction_Parameter__ctor, (InitializeLocalInstruction_Parameter * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, InitializeLocalInstruction_Parameter_Run, (InitializeLocalInstruction_Parameter * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022D9A50, Instruction *, InitializeLocalInstruction_Parameter_BoxIfIndexMatches, (InitializeLocalInstruction_Parameter * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022D9AF0, String *, InitializeLocalInstruction_Parameter_get_InstructionName, (InitializeLocalInstruction_Parameter * __this, MethodInfo * method)); DO_APP_FUNC(0x0073A5C0, void, InitializeLocalInstruction_MutableValue__ctor, (InitializeLocalInstruction_MutableValue * __this, int32_t index, Type * type, MethodInfo * method)); DO_APP_FUNC(0x022D9B30, int32_t, InitializeLocalInstruction_MutableValue_Run, (InitializeLocalInstruction_MutableValue * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022D9BE0, Instruction *, InitializeLocalInstruction_MutableValue_BoxIfIndexMatches, (InitializeLocalInstruction_MutableValue * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022D9CB0, String *, InitializeLocalInstruction_MutableValue_get_InstructionName, (InitializeLocalInstruction_MutableValue * __this, MethodInfo * method)); DO_APP_FUNC(0x0073A5C0, void, InitializeLocalInstruction_MutableBox__ctor, (InitializeLocalInstruction_MutableBox * __this, int32_t index, Type * type, MethodInfo * method)); DO_APP_FUNC(0x022D9CF0, int32_t, InitializeLocalInstruction_MutableBox_Run, (InitializeLocalInstruction_MutableBox * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022D9E40, String *, InitializeLocalInstruction_MutableBox_get_InstructionName, (InitializeLocalInstruction_MutableBox * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, RuntimeVariablesInstruction__ctor, (RuntimeVariablesInstruction * __this, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, RuntimeVariablesInstruction_get_ProducedStack, (RuntimeVariablesInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, RuntimeVariablesInstruction_get_ConsumedStack, (RuntimeVariablesInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022D9E80, String *, RuntimeVariablesInstruction_get_InstructionName, (RuntimeVariablesInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022D9EC0, int32_t, RuntimeVariablesInstruction_Run, (RuntimeVariablesInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x009C90E0, bool, LocalVariable_get_IsBoxed, (LocalVariable * __this, MethodInfo * method)); DO_APP_FUNC(0x022DA170, void, LocalVariable_set_IsBoxed, (LocalVariable * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x022DA190, bool, LocalVariable_get_InClosure, (LocalVariable * __this, MethodInfo * method)); DO_APP_FUNC(0x022DA1A0, void, LocalVariable__ctor, (LocalVariable * __this, int32_t index, bool closure, MethodInfo * method)); DO_APP_FUNC(0x022DA1B0, String *, LocalVariable_ToString, (LocalVariable * __this, MethodInfo * method)); DO_APP_FUNC(0x011A23D0, void, LocalDefinition__ctor, (LocalDefinition * __this, int32_t localIndex, ParameterExpression * parameter, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, LocalDefinition_get_Index, (LocalDefinition * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, ParameterExpression *, LocalDefinition_get_Parameter, (LocalDefinition * __this, MethodInfo * method)); DO_APP_FUNC(0x022DA2F0, bool, LocalDefinition_Equals, (LocalDefinition * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x022DA380, int32_t, LocalDefinition_GetHashCode, (LocalDefinition * __this, MethodInfo * method)); DO_APP_FUNC(0x022DA3C0, LocalDefinition, LocalVariables_DefineLocal, (LocalVariables * __this, ParameterExpression * variable, int32_t start, MethodInfo * method)); DO_APP_FUNC(0x022DA710, void, LocalVariables_UndefineLocal, (LocalVariables * __this, LocalDefinition definition, int32_t end, MethodInfo * method)); DO_APP_FUNC(0x022DA890, void, LocalVariables_Box, (LocalVariables * __this, ParameterExpression * variable, InstructionList * instructions, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, LocalVariables_get_LocalCount, (LocalVariables * __this, MethodInfo * method)); DO_APP_FUNC(0x022DAA10, bool, LocalVariables_TryGetLocalOrClosure, (LocalVariables * __this, ParameterExpression * var, LocalVariable * * local, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Dictionary_2_System_Linq_Expressions_ParameterExpression_System_Linq_Expressions_Interpreter_LocalVariable_ *, LocalVariables_get_ClosureVariables, (LocalVariables * __this, MethodInfo * method)); DO_APP_FUNC(0x022DABA0, LocalVariable *, LocalVariables_AddClosureVariable, (LocalVariables * __this, ParameterExpression * variable, MethodInfo * method)); DO_APP_FUNC(0x022DAD40, void, LocalVariables__ctor, (LocalVariables * __this, MethodInfo * method)); DO_APP_FUNC(0x022DADE0, void, LocalVariables_VariableScope__ctor, (LocalVariables_VariableScope * __this, LocalVariable * variable, int32_t start, LocalVariables_VariableScope * parent, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, ModuloInstruction_get_ConsumedStack, (ModuloInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, ModuloInstruction_get_ProducedStack, (ModuloInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022DAEA0, String *, ModuloInstruction_get_InstructionName, (ModuloInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ModuloInstruction__ctor, (ModuloInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022DAEE0, Instruction *, ModuloInstruction_Create, (Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62448, ModuloInstruction_Create__MethodInfo); DO_APP_FUNC(0x022DB3F0, int32_t, ModuloInstruction_ModuloInt16_Run, (ModuloInstruction_ModuloInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ModuloInstruction_ModuloInt16__ctor, (ModuloInstruction_ModuloInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022DB550, int32_t, ModuloInstruction_ModuloInt32_Run, (ModuloInstruction_ModuloInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ModuloInstruction_ModuloInt32__ctor, (ModuloInstruction_ModuloInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022DB6A0, int32_t, ModuloInstruction_ModuloInt64_Run, (ModuloInstruction_ModuloInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ModuloInstruction_ModuloInt64__ctor, (ModuloInstruction_ModuloInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x022DB7F0, int32_t, ModuloInstruction_ModuloUInt16_Run, (ModuloInstruction_ModuloUInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ModuloInstruction_ModuloUInt16__ctor, (ModuloInstruction_ModuloUInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022DB950, int32_t, ModuloInstruction_ModuloUInt32_Run, (ModuloInstruction_ModuloUInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ModuloInstruction_ModuloUInt32__ctor, (ModuloInstruction_ModuloUInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022DBAA0, int32_t, ModuloInstruction_ModuloUInt64_Run, (ModuloInstruction_ModuloUInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ModuloInstruction_ModuloUInt64__ctor, (ModuloInstruction_ModuloUInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x022DBBF0, int32_t, ModuloInstruction_ModuloSingle_Run, (ModuloInstruction_ModuloSingle * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ModuloInstruction_ModuloSingle__ctor, (ModuloInstruction_ModuloSingle * __this, MethodInfo * method)); DO_APP_FUNC(0x022DBD50, int32_t, ModuloInstruction_ModuloDouble_Run, (ModuloInstruction_ModuloDouble * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ModuloInstruction_ModuloDouble__ctor, (ModuloInstruction_ModuloDouble * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, MulInstruction_get_ConsumedStack, (MulInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, MulInstruction_get_ProducedStack, (MulInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022DBEB0, String *, MulInstruction_get_InstructionName, (MulInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MulInstruction__ctor, (MulInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022DBEF0, Instruction *, MulInstruction_Create, (Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C623D0, MulInstruction_Create__MethodInfo); DO_APP_FUNC(0x022DC400, int32_t, MulInstruction_MulInt16_Run, (MulInstruction_MulInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MulInstruction_MulInt16__ctor, (MulInstruction_MulInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022DC560, int32_t, MulInstruction_MulInt32_Run, (MulInstruction_MulInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MulInstruction_MulInt32__ctor, (MulInstruction_MulInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022DC6A0, int32_t, MulInstruction_MulInt64_Run, (MulInstruction_MulInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MulInstruction_MulInt64__ctor, (MulInstruction_MulInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x022DC7F0, int32_t, MulInstruction_MulUInt16_Run, (MulInstruction_MulUInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MulInstruction_MulUInt16__ctor, (MulInstruction_MulUInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022DC950, int32_t, MulInstruction_MulUInt32_Run, (MulInstruction_MulUInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MulInstruction_MulUInt32__ctor, (MulInstruction_MulUInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022DCAA0, int32_t, MulInstruction_MulUInt64_Run, (MulInstruction_MulUInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MulInstruction_MulUInt64__ctor, (MulInstruction_MulUInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x022DCBF0, int32_t, MulInstruction_MulSingle_Run, (MulInstruction_MulSingle * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MulInstruction_MulSingle__ctor, (MulInstruction_MulSingle * __this, MethodInfo * method)); DO_APP_FUNC(0x022DCD50, int32_t, MulInstruction_MulDouble_Run, (MulInstruction_MulDouble * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MulInstruction_MulDouble__ctor, (MulInstruction_MulDouble * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, MulOvfInstruction_get_ConsumedStack, (MulOvfInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, MulOvfInstruction_get_ProducedStack, (MulOvfInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022DCEB0, String *, MulOvfInstruction_get_InstructionName, (MulOvfInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MulOvfInstruction__ctor, (MulOvfInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022DCEF0, Instruction *, MulOvfInstruction_Create, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x022DD330, int32_t, MulOvfInstruction_MulOvfInt16_Run, (MulOvfInstruction_MulOvfInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62380, MulOvfInstruction_MulOvfInt16_Run__MethodInfo); DO_APP_FUNC(0x003AC050, void, MulOvfInstruction_MulOvfInt16__ctor, (MulOvfInstruction_MulOvfInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022DD550, int32_t, MulOvfInstruction_MulOvfInt32_Run, (MulOvfInstruction_MulOvfInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62388, MulOvfInstruction_MulOvfInt32_Run__MethodInfo); DO_APP_FUNC(0x003AC050, void, MulOvfInstruction_MulOvfInt32__ctor, (MulOvfInstruction_MulOvfInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022DD6F0, int32_t, MulOvfInstruction_MulOvfInt64_Run, (MulOvfInstruction_MulOvfInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62378, MulOvfInstruction_MulOvfInt64_Run__MethodInfo); DO_APP_FUNC(0x003AC050, void, MulOvfInstruction_MulOvfInt64__ctor, (MulOvfInstruction_MulOvfInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x022DD920, int32_t, MulOvfInstruction_MulOvfUInt16_Run, (MulOvfInstruction_MulOvfUInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62308, MulOvfInstruction_MulOvfUInt16_Run__MethodInfo); DO_APP_FUNC(0x003AC050, void, MulOvfInstruction_MulOvfUInt16__ctor, (MulOvfInstruction_MulOvfUInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022DDB30, int32_t, MulOvfInstruction_MulOvfUInt32_Run, (MulOvfInstruction_MulOvfUInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C622F8, MulOvfInstruction_MulOvfUInt32_Run__MethodInfo); DO_APP_FUNC(0x003AC050, void, MulOvfInstruction_MulOvfUInt32__ctor, (MulOvfInstruction_MulOvfUInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022DDD00, int32_t, MulOvfInstruction_MulOvfUInt64_Run, (MulOvfInstruction_MulOvfUInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62300, MulOvfInstruction_MulOvfUInt64_Run__MethodInfo); DO_APP_FUNC(0x003AC050, void, MulOvfInstruction_MulOvfUInt64__ctor, (MulOvfInstruction_MulOvfUInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, NegateInstruction_get_ConsumedStack, (NegateInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, NegateInstruction_get_ProducedStack, (NegateInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022DDEE0, String *, NegateInstruction_get_InstructionName, (NegateInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NegateInstruction__ctor, (NegateInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022DDF20, Instruction *, NegateInstruction_Create, (Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62328, NegateInstruction_Create__MethodInfo); DO_APP_FUNC(0x022DE2D0, int32_t, NegateInstruction_NegateInt16_Run, (NegateInstruction_NegateInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NegateInstruction_NegateInt16__ctor, (NegateInstruction_NegateInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022DE3A0, int32_t, NegateInstruction_NegateInt32_Run, (NegateInstruction_NegateInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NegateInstruction_NegateInt32__ctor, (NegateInstruction_NegateInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022DE470, int32_t, NegateInstruction_NegateInt64_Run, (NegateInstruction_NegateInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NegateInstruction_NegateInt64__ctor, (NegateInstruction_NegateInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x022DE5B0, int32_t, NegateInstruction_NegateSingle_Run, (NegateInstruction_NegateSingle * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NegateInstruction_NegateSingle__ctor, (NegateInstruction_NegateSingle * __this, MethodInfo * method)); DO_APP_FUNC(0x022DE6F0, int32_t, NegateInstruction_NegateDouble_Run, (NegateInstruction_NegateDouble * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NegateInstruction_NegateDouble__ctor, (NegateInstruction_NegateDouble * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, NegateCheckedInstruction_get_ConsumedStack, (NegateCheckedInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, NegateCheckedInstruction_get_ProducedStack, (NegateCheckedInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022DE830, String *, NegateCheckedInstruction_get_InstructionName, (NegateCheckedInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NegateCheckedInstruction__ctor, (NegateCheckedInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022DE870, Instruction *, NegateCheckedInstruction_Create, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x022DEB20, int32_t, NegateCheckedInstruction_NegateCheckedInt32_Run, (NegateCheckedInstruction_NegateCheckedInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62298, NegateCheckedInstruction_NegateCheckedInt32_Run__MethodInfo); DO_APP_FUNC(0x003AC050, void, NegateCheckedInstruction_NegateCheckedInt32__ctor, (NegateCheckedInstruction_NegateCheckedInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022DEC40, int32_t, NegateCheckedInstruction_NegateCheckedInt16_Run, (NegateCheckedInstruction_NegateCheckedInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C622E0, NegateCheckedInstruction_NegateCheckedInt16_Run__MethodInfo); DO_APP_FUNC(0x003AC050, void, NegateCheckedInstruction_NegateCheckedInt16__ctor, (NegateCheckedInstruction_NegateCheckedInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022DEDA0, int32_t, NegateCheckedInstruction_NegateCheckedInt64_Run, (NegateCheckedInstruction_NegateCheckedInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C622E8, NegateCheckedInstruction_NegateCheckedInt64_Run__MethodInfo); DO_APP_FUNC(0x003AC050, void, NegateCheckedInstruction_NegateCheckedInt64__ctor, (NegateCheckedInstruction_NegateCheckedInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A9FD50, void, NewInstruction__ctor, (NewInstruction * __this, ConstructorInfo * constructor, int32_t argumentCount, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, NewInstruction_get_ConsumedStack, (NewInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, NewInstruction_get_ProducedStack, (NewInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022DEF50, String *, NewInstruction_get_InstructionName, (NewInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022DEF90, int32_t, NewInstruction_Run, (NewInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022DF090, Object__Array *, NewInstruction_GetArgs, (NewInstruction * __this, InterpretedFrame * frame, int32_t first, MethodInfo * method)); DO_APP_FUNC(0x022DF220, String *, NewInstruction_ToString, (NewInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x02102540, void, ByRefNewInstruction__ctor, (ByRefNewInstruction * __this, ConstructorInfo * target, int32_t argumentCount, ByRefUpdater__Array * byrefArgs, MethodInfo * method)); DO_APP_FUNC(0x022DF480, String *, ByRefNewInstruction_get_InstructionName, (ByRefNewInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022DF4C0, int32_t, ByRefNewInstruction_Run, (ByRefNewInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, NotEqualInstruction_get_ConsumedStack, (NotEqualInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, NotEqualInstruction_get_ProducedStack, (NotEqualInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022DF780, String *, NotEqualInstruction_get_InstructionName, (NotEqualInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotEqualInstruction__ctor, (NotEqualInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022DF7C0, Instruction *, NotEqualInstruction_Create, (Type * type, bool liftedToNull, MethodInfo * method)); DO_APP_FUNC(0x022E0510, int32_t, NotEqualInstruction_NotEqualBoolean_Run, (NotEqualInstruction_NotEqualBoolean * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotEqualInstruction_NotEqualBoolean__ctor, (NotEqualInstruction_NotEqualBoolean * __this, MethodInfo * method)); DO_APP_FUNC(0x022E0600, int32_t, NotEqualInstruction_NotEqualSByte_Run, (NotEqualInstruction_NotEqualSByte * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotEqualInstruction_NotEqualSByte__ctor, (NotEqualInstruction_NotEqualSByte * __this, MethodInfo * method)); DO_APP_FUNC(0x022E06F0, int32_t, NotEqualInstruction_NotEqualInt16_Run, (NotEqualInstruction_NotEqualInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotEqualInstruction_NotEqualInt16__ctor, (NotEqualInstruction_NotEqualInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E07E0, int32_t, NotEqualInstruction_NotEqualChar_Run, (NotEqualInstruction_NotEqualChar * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotEqualInstruction_NotEqualChar__ctor, (NotEqualInstruction_NotEqualChar * __this, MethodInfo * method)); DO_APP_FUNC(0x022E08D0, int32_t, NotEqualInstruction_NotEqualInt32_Run, (NotEqualInstruction_NotEqualInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotEqualInstruction_NotEqualInt32__ctor, (NotEqualInstruction_NotEqualInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E09C0, int32_t, NotEqualInstruction_NotEqualInt64_Run, (NotEqualInstruction_NotEqualInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotEqualInstruction_NotEqualInt64__ctor, (NotEqualInstruction_NotEqualInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E0AB0, int32_t, NotEqualInstruction_NotEqualByte_Run, (NotEqualInstruction_NotEqualByte * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotEqualInstruction_NotEqualByte__ctor, (NotEqualInstruction_NotEqualByte * __this, MethodInfo * method)); DO_APP_FUNC(0x022E0BA0, int32_t, NotEqualInstruction_NotEqualUInt16_Run, (NotEqualInstruction_NotEqualUInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotEqualInstruction_NotEqualUInt16__ctor, (NotEqualInstruction_NotEqualUInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E0C90, int32_t, NotEqualInstruction_NotEqualUInt32_Run, (NotEqualInstruction_NotEqualUInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotEqualInstruction_NotEqualUInt32__ctor, (NotEqualInstruction_NotEqualUInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E0D80, int32_t, NotEqualInstruction_NotEqualUInt64_Run, (NotEqualInstruction_NotEqualUInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotEqualInstruction_NotEqualUInt64__ctor, (NotEqualInstruction_NotEqualUInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E0E70, int32_t, NotEqualInstruction_NotEqualSingle_Run, (NotEqualInstruction_NotEqualSingle * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotEqualInstruction_NotEqualSingle__ctor, (NotEqualInstruction_NotEqualSingle * __this, MethodInfo * method)); DO_APP_FUNC(0x022E0F70, int32_t, NotEqualInstruction_NotEqualDouble_Run, (NotEqualInstruction_NotEqualDouble * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotEqualInstruction_NotEqualDouble__ctor, (NotEqualInstruction_NotEqualDouble * __this, MethodInfo * method)); DO_APP_FUNC(0x022E1070, int32_t, NotEqualInstruction_NotEqualReference_Run, (NotEqualInstruction_NotEqualReference * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotEqualInstruction_NotEqualReference__ctor, (NotEqualInstruction_NotEqualReference * __this, MethodInfo * method)); DO_APP_FUNC(0x022E10E0, int32_t, NotEqualInstruction_NotEqualSByteLiftedToNull_Run, (NotEqualInstruction_NotEqualSByteLiftedToNull * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotEqualInstruction_NotEqualSByteLiftedToNull__ctor, (NotEqualInstruction_NotEqualSByteLiftedToNull * __this, MethodInfo * method)); DO_APP_FUNC(0x022E11F0, int32_t, NotEqualInstruction_NotEqualInt16LiftedToNull_Run, (NotEqualInstruction_NotEqualInt16LiftedToNull * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotEqualInstruction_NotEqualInt16LiftedToNull__ctor, (NotEqualInstruction_NotEqualInt16LiftedToNull * __this, MethodInfo * method)); DO_APP_FUNC(0x022E1300, int32_t, NotEqualInstruction_NotEqualCharLiftedToNull_Run, (NotEqualInstruction_NotEqualCharLiftedToNull * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotEqualInstruction_NotEqualCharLiftedToNull__ctor, (NotEqualInstruction_NotEqualCharLiftedToNull * __this, MethodInfo * method)); DO_APP_FUNC(0x022E1410, int32_t, NotEqualInstruction_NotEqualInt32LiftedToNull_Run, (NotEqualInstruction_NotEqualInt32LiftedToNull * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotEqualInstruction_NotEqualInt32LiftedToNull__ctor, (NotEqualInstruction_NotEqualInt32LiftedToNull * __this, MethodInfo * method)); DO_APP_FUNC(0x022E1520, int32_t, NotEqualInstruction_NotEqualInt64LiftedToNull_Run, (NotEqualInstruction_NotEqualInt64LiftedToNull * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotEqualInstruction_NotEqualInt64LiftedToNull__ctor, (NotEqualInstruction_NotEqualInt64LiftedToNull * __this, MethodInfo * method)); DO_APP_FUNC(0x022E1630, int32_t, NotEqualInstruction_NotEqualByteLiftedToNull_Run, (NotEqualInstruction_NotEqualByteLiftedToNull * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotEqualInstruction_NotEqualByteLiftedToNull__ctor, (NotEqualInstruction_NotEqualByteLiftedToNull * __this, MethodInfo * method)); DO_APP_FUNC(0x022E1740, int32_t, NotEqualInstruction_NotEqualUInt16LiftedToNull_Run, (NotEqualInstruction_NotEqualUInt16LiftedToNull * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotEqualInstruction_NotEqualUInt16LiftedToNull__ctor, (NotEqualInstruction_NotEqualUInt16LiftedToNull * __this, MethodInfo * method)); DO_APP_FUNC(0x022E1850, int32_t, NotEqualInstruction_NotEqualUInt32LiftedToNull_Run, (NotEqualInstruction_NotEqualUInt32LiftedToNull * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotEqualInstruction_NotEqualUInt32LiftedToNull__ctor, (NotEqualInstruction_NotEqualUInt32LiftedToNull * __this, MethodInfo * method)); DO_APP_FUNC(0x022E1960, int32_t, NotEqualInstruction_NotEqualUInt64LiftedToNull_Run, (NotEqualInstruction_NotEqualUInt64LiftedToNull * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotEqualInstruction_NotEqualUInt64LiftedToNull__ctor, (NotEqualInstruction_NotEqualUInt64LiftedToNull * __this, MethodInfo * method)); DO_APP_FUNC(0x022E1A70, int32_t, NotEqualInstruction_NotEqualSingleLiftedToNull_Run, (NotEqualInstruction_NotEqualSingleLiftedToNull * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotEqualInstruction_NotEqualSingleLiftedToNull__ctor, (NotEqualInstruction_NotEqualSingleLiftedToNull * __this, MethodInfo * method)); DO_APP_FUNC(0x022E1BA0, int32_t, NotEqualInstruction_NotEqualDoubleLiftedToNull_Run, (NotEqualInstruction_NotEqualDoubleLiftedToNull * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotEqualInstruction_NotEqualDoubleLiftedToNull__ctor, (NotEqualInstruction_NotEqualDoubleLiftedToNull * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotInstruction__ctor, (NotInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, NotInstruction_get_ConsumedStack, (NotInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, NotInstruction_get_ProducedStack, (NotInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022E1CD0, String *, NotInstruction_get_InstructionName, (NotInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022E1D10, Instruction *, NotInstruction_Create, (Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62170, NotInstruction_Create__MethodInfo); DO_APP_FUNC(0x022E22A0, int32_t, NotInstruction_NotBoolean_Run, (NotInstruction_NotBoolean * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotInstruction_NotBoolean__ctor, (NotInstruction_NotBoolean * __this, MethodInfo * method)); DO_APP_FUNC(0x022E2370, int32_t, NotInstruction_NotInt64_Run, (NotInstruction_NotInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotInstruction_NotInt64__ctor, (NotInstruction_NotInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E24B0, int32_t, NotInstruction_NotInt32_Run, (NotInstruction_NotInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotInstruction_NotInt32__ctor, (NotInstruction_NotInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E2580, int32_t, NotInstruction_NotInt16_Run, (NotInstruction_NotInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotInstruction_NotInt16__ctor, (NotInstruction_NotInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E2650, int32_t, NotInstruction_NotUInt64_Run, (NotInstruction_NotUInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotInstruction_NotUInt64__ctor, (NotInstruction_NotUInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E2790, int32_t, NotInstruction_NotUInt32_Run, (NotInstruction_NotUInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotInstruction_NotUInt32__ctor, (NotInstruction_NotUInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E28C0, int32_t, NotInstruction_NotUInt16_Run, (NotInstruction_NotUInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotInstruction_NotUInt16__ctor, (NotInstruction_NotUInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E2990, int32_t, NotInstruction_NotByte_Run, (NotInstruction_NotByte * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotInstruction_NotByte__ctor, (NotInstruction_NotByte * __this, MethodInfo * method)); DO_APP_FUNC(0x022E2A60, int32_t, NotInstruction_NotSByte_Run, (NotInstruction_NotSByte * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotInstruction_NotSByte__ctor, (NotInstruction_NotSByte * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NullCheckInstruction__ctor, (NullCheckInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, NullCheckInstruction_get_ConsumedStack, (NullCheckInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, NullCheckInstruction_get_ProducedStack, (NullCheckInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022E2B30, String *, NullCheckInstruction_get_InstructionName, (NullCheckInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022E2B70, int32_t, NullCheckInstruction_Run, (NullCheckInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62160, NullCheckInstruction_Run__MethodInfo); DO_APP_FUNC(0x022E2C00, void, NullCheckInstruction__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02143500, void, NumericConvertInstruction__ctor, (NumericConvertInstruction * __this, TypeCode__Enum from, TypeCode__Enum to, bool isLiftedToNull, MethodInfo * method)); DO_APP_FUNC(0x022E2CB0, int32_t, NumericConvertInstruction_Run, (NumericConvertInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022E2E30, String *, NumericConvertInstruction_get_InstructionName, (NumericConvertInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, NumericConvertInstruction_get_ConsumedStack, (NumericConvertInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, NumericConvertInstruction_get_ProducedStack, (NumericConvertInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022E2E70, String *, NumericConvertInstruction_ToString, (NumericConvertInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022E3120, String *, NumericConvertInstruction_Unchecked_get_InstructionName, (NumericConvertInstruction_Unchecked * __this, MethodInfo * method)); DO_APP_FUNC(0x02143500, void, NumericConvertInstruction_Unchecked__ctor, (NumericConvertInstruction_Unchecked * __this, TypeCode__Enum from, TypeCode__Enum to, bool isLiftedToNull, MethodInfo * method)); DO_APP_FUNC(0x022E3160, Object *, NumericConvertInstruction_Unchecked_Convert, (NumericConvertInstruction_Unchecked * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62110, NumericConvertInstruction_Unchecked_Convert__MethodInfo); DO_APP_FUNC(0x022E3590, Object *, NumericConvertInstruction_Unchecked_ConvertInt32, (NumericConvertInstruction_Unchecked * __this, int32_t obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62108, NumericConvertInstruction_Unchecked_ConvertInt32__MethodInfo); DO_APP_FUNC(0x022E3870, Object *, NumericConvertInstruction_Unchecked_ConvertInt64, (NumericConvertInstruction_Unchecked * __this, int64_t obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C620F8, NumericConvertInstruction_Unchecked_ConvertInt64__MethodInfo); DO_APP_FUNC(0x022E3B20, Object *, NumericConvertInstruction_Unchecked_ConvertUInt64, (NumericConvertInstruction_Unchecked * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62100, NumericConvertInstruction_Unchecked_ConvertUInt64__MethodInfo); DO_APP_FUNC(0x022E3DF0, Object *, NumericConvertInstruction_Unchecked_ConvertDouble, (NumericConvertInstruction_Unchecked * __this, double obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C620F0, NumericConvertInstruction_Unchecked_ConvertDouble__MethodInfo); DO_APP_FUNC(0x022E4180, String *, NumericConvertInstruction_Checked_get_InstructionName, (NumericConvertInstruction_Checked * __this, MethodInfo * method)); DO_APP_FUNC(0x02143500, void, NumericConvertInstruction_Checked__ctor, (NumericConvertInstruction_Checked * __this, TypeCode__Enum from, TypeCode__Enum to, bool isLiftedToNull, MethodInfo * method)); DO_APP_FUNC(0x022E41C0, Object *, NumericConvertInstruction_Checked_Convert, (NumericConvertInstruction_Checked * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62128, NumericConvertInstruction_Checked_Convert__MethodInfo); DO_APP_FUNC(0x022E45F0, Object *, NumericConvertInstruction_Checked_ConvertInt32, (NumericConvertInstruction_Checked * __this, int32_t obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62130, NumericConvertInstruction_Checked_ConvertInt32__MethodInfo); DO_APP_FUNC(0x022E4990, Object *, NumericConvertInstruction_Checked_ConvertInt64, (NumericConvertInstruction_Checked * __this, int64_t obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62120, NumericConvertInstruction_Checked_ConvertInt64__MethodInfo); DO_APP_FUNC(0x022E4D60, Object *, NumericConvertInstruction_Checked_ConvertUInt64, (NumericConvertInstruction_Checked * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62118, NumericConvertInstruction_Checked_ConvertUInt64__MethodInfo); DO_APP_FUNC(0x022E5180, Object *, NumericConvertInstruction_Checked_ConvertDouble, (NumericConvertInstruction_Checked * __this, double obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C620B0, NumericConvertInstruction_Checked_ConvertDouble__MethodInfo); DO_APP_FUNC(0x022E5630, String *, NumericConvertInstruction_ToUnderlying_get_InstructionName, (NumericConvertInstruction_ToUnderlying * __this, MethodInfo * method)); DO_APP_FUNC(0x022E5670, void, NumericConvertInstruction_ToUnderlying__ctor, (NumericConvertInstruction_ToUnderlying * __this, TypeCode__Enum to, bool isLiftedToNull, MethodInfo * method)); DO_APP_FUNC(0x022E5680, Object *, NumericConvertInstruction_ToUnderlying_Convert, (NumericConvertInstruction_ToUnderlying * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C620A8, NumericConvertInstruction_ToUnderlying_Convert__MethodInfo); DO_APP_FUNC(0x00776DD0, int32_t, OrInstruction_get_ConsumedStack, (OrInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, OrInstruction_get_ProducedStack, (OrInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022E5A10, String *, OrInstruction_get_InstructionName, (OrInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OrInstruction__ctor, (OrInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022E5A50, Instruction *, OrInstruction_Create, (Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C620C8, OrInstruction_Create__MethodInfo); DO_APP_FUNC(0x022E5FE0, int32_t, OrInstruction_OrSByte_Run, (OrInstruction_OrSByte * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OrInstruction_OrSByte__ctor, (OrInstruction_OrSByte * __this, MethodInfo * method)); DO_APP_FUNC(0x022E60F0, int32_t, OrInstruction_OrInt16_Run, (OrInstruction_OrInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OrInstruction_OrInt16__ctor, (OrInstruction_OrInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E6200, int32_t, OrInstruction_OrInt32_Run, (OrInstruction_OrInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OrInstruction_OrInt32__ctor, (OrInstruction_OrInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E6310, int32_t, OrInstruction_OrInt64_Run, (OrInstruction_OrInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OrInstruction_OrInt64__ctor, (OrInstruction_OrInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E64A0, int32_t, OrInstruction_OrByte_Run, (OrInstruction_OrByte * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OrInstruction_OrByte__ctor, (OrInstruction_OrByte * __this, MethodInfo * method)); DO_APP_FUNC(0x022E65B0, int32_t, OrInstruction_OrUInt16_Run, (OrInstruction_OrUInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OrInstruction_OrUInt16__ctor, (OrInstruction_OrUInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E66C0, int32_t, OrInstruction_OrUInt32_Run, (OrInstruction_OrUInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OrInstruction_OrUInt32__ctor, (OrInstruction_OrUInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E6850, int32_t, OrInstruction_OrUInt64_Run, (OrInstruction_OrUInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OrInstruction_OrUInt64__ctor, (OrInstruction_OrUInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E69E0, int32_t, OrInstruction_OrBoolean_Run, (OrInstruction_OrBoolean * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OrInstruction_OrBoolean__ctor, (OrInstruction_OrBoolean * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, RightShiftInstruction_get_ConsumedStack, (RightShiftInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, RightShiftInstruction_get_ProducedStack, (RightShiftInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022E6C60, String *, RightShiftInstruction_get_InstructionName, (RightShiftInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RightShiftInstruction__ctor, (RightShiftInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022E6CA0, Instruction *, RightShiftInstruction_Create, (Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62058, RightShiftInstruction_Create__MethodInfo); DO_APP_FUNC(0x022E71B0, int32_t, RightShiftInstruction_RightShiftSByte_Run, (RightShiftInstruction_RightShiftSByte * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RightShiftInstruction_RightShiftSByte__ctor, (RightShiftInstruction_RightShiftSByte * __this, MethodInfo * method)); DO_APP_FUNC(0x022E72E0, int32_t, RightShiftInstruction_RightShiftInt16_Run, (RightShiftInstruction_RightShiftInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RightShiftInstruction_RightShiftInt16__ctor, (RightShiftInstruction_RightShiftInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E7410, int32_t, RightShiftInstruction_RightShiftInt32_Run, (RightShiftInstruction_RightShiftInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RightShiftInstruction_RightShiftInt32__ctor, (RightShiftInstruction_RightShiftInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E7520, int32_t, RightShiftInstruction_RightShiftInt64_Run, (RightShiftInstruction_RightShiftInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RightShiftInstruction_RightShiftInt64__ctor, (RightShiftInstruction_RightShiftInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E76C0, int32_t, RightShiftInstruction_RightShiftByte_Run, (RightShiftInstruction_RightShiftByte * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RightShiftInstruction_RightShiftByte__ctor, (RightShiftInstruction_RightShiftByte * __this, MethodInfo * method)); DO_APP_FUNC(0x022E77F0, int32_t, RightShiftInstruction_RightShiftUInt16_Run, (RightShiftInstruction_RightShiftUInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RightShiftInstruction_RightShiftUInt16__ctor, (RightShiftInstruction_RightShiftUInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E7920, int32_t, RightShiftInstruction_RightShiftUInt32_Run, (RightShiftInstruction_RightShiftUInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RightShiftInstruction_RightShiftUInt32__ctor, (RightShiftInstruction_RightShiftUInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E7AC0, int32_t, RightShiftInstruction_RightShiftUInt64_Run, (RightShiftInstruction_RightShiftUInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RightShiftInstruction_RightShiftUInt64__ctor, (RightShiftInstruction_RightShiftUInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, RuntimeVariables__ctor, (RuntimeVariables * __this, IStrongBox__Array * boxes, MethodInfo * method)); DO_APP_FUNC(0x022E7C60, IRuntimeVariables *, RuntimeVariables_Create, (IStrongBox__Array * boxes, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LoadObjectInstruction__ctor, (LoadObjectInstruction * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, LoadObjectInstruction_get_ProducedStack, (LoadObjectInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022E7D00, String *, LoadObjectInstruction_get_InstructionName, (LoadObjectInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022E7D40, int32_t, LoadObjectInstruction_Run, (LoadObjectInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022E7DC0, String *, LoadObjectInstruction_ToString, (LoadObjectInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, LoadCachedObjectInstruction__ctor, (LoadCachedObjectInstruction * __this, uint32_t index, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, LoadCachedObjectInstruction_get_ProducedStack, (LoadCachedObjectInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022E7E60, String *, LoadCachedObjectInstruction_get_InstructionName, (LoadCachedObjectInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022E7EA0, int32_t, LoadCachedObjectInstruction_Run, (LoadCachedObjectInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022E7F40, String *, LoadCachedObjectInstruction_ToDebugString, (LoadCachedObjectInstruction * __this, int32_t instructionIndex, Object * cookie, Func_2_Int32_Int32_ * labelIndexer, IReadOnlyList_1_System_Object_ * objects, MethodInfo * method)); DO_APP_FUNC(0x022E80B0, String *, LoadCachedObjectInstruction_ToString, (LoadCachedObjectInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PopInstruction__ctor, (PopInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, PopInstruction_get_ConsumedStack, (PopInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022E8120, String *, PopInstruction_get_InstructionName, (PopInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022E8160, int32_t, PopInstruction_Run, (PopInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022E81A0, void, PopInstruction__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DupInstruction__ctor, (DupInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, DupInstruction_get_ProducedStack, (DupInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022E8250, String *, DupInstruction_get_InstructionName, (DupInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022E8290, int32_t, DupInstruction_Run, (DupInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022E8330, void, DupInstruction__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, SubInstruction_get_ConsumedStack, (SubInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, SubInstruction_get_ProducedStack, (SubInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022E83E0, String *, SubInstruction_get_InstructionName, (SubInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SubInstruction__ctor, (SubInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022E8420, Instruction *, SubInstruction_Create, (Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61FE0, SubInstruction_Create__MethodInfo); DO_APP_FUNC(0x022E8930, int32_t, SubInstruction_SubInt16_Run, (SubInstruction_SubInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SubInstruction_SubInt16__ctor, (SubInstruction_SubInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E8A80, int32_t, SubInstruction_SubInt32_Run, (SubInstruction_SubInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SubInstruction_SubInt32__ctor, (SubInstruction_SubInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E8BC0, int32_t, SubInstruction_SubInt64_Run, (SubInstruction_SubInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SubInstruction_SubInt64__ctor, (SubInstruction_SubInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E8D10, int32_t, SubInstruction_SubUInt16_Run, (SubInstruction_SubUInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SubInstruction_SubUInt16__ctor, (SubInstruction_SubUInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E8E60, int32_t, SubInstruction_SubUInt32_Run, (SubInstruction_SubUInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SubInstruction_SubUInt32__ctor, (SubInstruction_SubUInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E8FB0, int32_t, SubInstruction_SubUInt64_Run, (SubInstruction_SubUInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SubInstruction_SubUInt64__ctor, (SubInstruction_SubUInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E9100, int32_t, SubInstruction_SubSingle_Run, (SubInstruction_SubSingle * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SubInstruction_SubSingle__ctor, (SubInstruction_SubSingle * __this, MethodInfo * method)); DO_APP_FUNC(0x022E9260, int32_t, SubInstruction_SubDouble_Run, (SubInstruction_SubDouble * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SubInstruction_SubDouble__ctor, (SubInstruction_SubDouble * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, SubOvfInstruction_get_ConsumedStack, (SubOvfInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, SubOvfInstruction_get_ProducedStack, (SubOvfInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022E93C0, String *, SubOvfInstruction_get_InstructionName, (SubOvfInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SubOvfInstruction__ctor, (SubOvfInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022E9400, Instruction *, SubOvfInstruction_Create, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x022E9840, int32_t, SubOvfInstruction_SubOvfInt16_Run, (SubOvfInstruction_SubOvfInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61F80, SubOvfInstruction_SubOvfInt16_Run__MethodInfo); DO_APP_FUNC(0x003AC050, void, SubOvfInstruction_SubOvfInt16__ctor, (SubOvfInstruction_SubOvfInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E9A60, int32_t, SubOvfInstruction_SubOvfInt32_Run, (SubOvfInstruction_SubOvfInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61F78, SubOvfInstruction_SubOvfInt32_Run__MethodInfo); DO_APP_FUNC(0x003AC050, void, SubOvfInstruction_SubOvfInt32__ctor, (SubOvfInstruction_SubOvfInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E9C00, int32_t, SubOvfInstruction_SubOvfInt64_Run, (SubOvfInstruction_SubOvfInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61F68, SubOvfInstruction_SubOvfInt64_Run__MethodInfo); DO_APP_FUNC(0x003AC050, void, SubOvfInstruction_SubOvfInt64__ctor, (SubOvfInstruction_SubOvfInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x022E9E00, int32_t, SubOvfInstruction_SubOvfUInt16_Run, (SubOvfInstruction_SubOvfUInt16 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61F70, SubOvfInstruction_SubOvfUInt16_Run__MethodInfo); DO_APP_FUNC(0x003AC050, void, SubOvfInstruction_SubOvfUInt16__ctor, (SubOvfInstruction_SubOvfUInt16 * __this, MethodInfo * method)); DO_APP_FUNC(0x022EA020, int32_t, SubOvfInstruction_SubOvfUInt32_Run, (SubOvfInstruction_SubOvfUInt32 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61F60, SubOvfInstruction_SubOvfUInt32_Run__MethodInfo); DO_APP_FUNC(0x003AC050, void, SubOvfInstruction_SubOvfUInt32__ctor, (SubOvfInstruction_SubOvfUInt32 * __this, MethodInfo * method)); DO_APP_FUNC(0x022EA1F0, int32_t, SubOvfInstruction_SubOvfUInt64_Run, (SubOvfInstruction_SubOvfUInt64 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61EE8, SubOvfInstruction_SubOvfUInt64_Run__MethodInfo); DO_APP_FUNC(0x003AC050, void, SubOvfInstruction_SubOvfUInt64__ctor, (SubOvfInstruction_SubOvfUInt64 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, CreateDelegateInstruction__ctor, (CreateDelegateInstruction * __this, LightDelegateCreator * delegateCreator, MethodInfo * method)); DO_APP_FUNC(0x022EA3B0, int32_t, CreateDelegateInstruction_get_ConsumedStack, (CreateDelegateInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, CreateDelegateInstruction_get_ProducedStack, (CreateDelegateInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022EA410, String *, CreateDelegateInstruction_get_InstructionName, (CreateDelegateInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022EA450, int32_t, CreateDelegateInstruction_Run, (CreateDelegateInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, TypeIsInstruction__ctor, (TypeIsInstruction * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, TypeIsInstruction_get_ConsumedStack, (TypeIsInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, TypeIsInstruction_get_ProducedStack, (TypeIsInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022EA6D0, String *, TypeIsInstruction_get_InstructionName, (TypeIsInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022EA710, int32_t, TypeIsInstruction_Run, (TypeIsInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022EA790, String *, TypeIsInstruction_ToString, (TypeIsInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, TypeAsInstruction__ctor, (TypeAsInstruction * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, TypeAsInstruction_get_ConsumedStack, (TypeAsInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, TypeAsInstruction_get_ProducedStack, (TypeAsInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022EA800, String *, TypeAsInstruction_get_InstructionName, (TypeAsInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022EA840, int32_t, TypeAsInstruction_Run, (TypeAsInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022EA920, String *, TypeAsInstruction_ToString, (TypeAsInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, TypeEqualsInstruction_get_ConsumedStack, (TypeEqualsInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, TypeEqualsInstruction_get_ProducedStack, (TypeEqualsInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022EA990, String *, TypeEqualsInstruction_get_InstructionName, (TypeEqualsInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TypeEqualsInstruction__ctor, (TypeEqualsInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022EA9D0, int32_t, TypeEqualsInstruction_Run, (TypeEqualsInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022EAA70, void, TypeEqualsInstruction__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, NullableMethodCallInstruction_get_ConsumedStack, (NullableMethodCallInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, NullableMethodCallInstruction_get_ProducedStack, (NullableMethodCallInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022EAB20, String *, NullableMethodCallInstruction_get_InstructionName, (NullableMethodCallInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NullableMethodCallInstruction__ctor, (NullableMethodCallInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022EAB60, Instruction *, NullableMethodCallInstruction_Create, (String * method_1, int32_t argCount, MethodInfo_1 * mi, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61E28, NullableMethodCallInstruction_Create__MethodInfo); DO_APP_FUNC(0x022EB170, Instruction *, NullableMethodCallInstruction_CreateGetValue, (MethodInfo * method)); DO_APP_FUNC(0x022EB250, int32_t, NullableMethodCallInstruction_HasValue_Run, (NullableMethodCallInstruction_HasValue * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NullableMethodCallInstruction_HasValue__ctor, (NullableMethodCallInstruction_HasValue * __this, MethodInfo * method)); DO_APP_FUNC(0x022EB2B0, int32_t, NullableMethodCallInstruction_GetValue_Run, (NullableMethodCallInstruction_GetValue * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NullableMethodCallInstruction_GetValue__ctor, (NullableMethodCallInstruction_GetValue * __this, MethodInfo * method)); DO_APP_FUNC(0x022EB320, void, NullableMethodCallInstruction_GetValueOrDefault__ctor, (NullableMethodCallInstruction_GetValueOrDefault * __this, MethodInfo_1 * mi, MethodInfo * method)); DO_APP_FUNC(0x022EB3A0, int32_t, NullableMethodCallInstruction_GetValueOrDefault_Run, (NullableMethodCallInstruction_GetValueOrDefault * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, NullableMethodCallInstruction_GetValueOrDefault1_get_ConsumedStack, (NullableMethodCallInstruction_GetValueOrDefault1 * __this, MethodInfo * method)); DO_APP_FUNC(0x022EB480, int32_t, NullableMethodCallInstruction_GetValueOrDefault1_Run, (NullableMethodCallInstruction_GetValueOrDefault1 * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NullableMethodCallInstruction_GetValueOrDefault1__ctor, (NullableMethodCallInstruction_GetValueOrDefault1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, NullableMethodCallInstruction_EqualsClass_get_ConsumedStack, (NullableMethodCallInstruction_EqualsClass * __this, MethodInfo * method)); DO_APP_FUNC(0x022EB550, int32_t, NullableMethodCallInstruction_EqualsClass_Run, (NullableMethodCallInstruction_EqualsClass * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NullableMethodCallInstruction_EqualsClass__ctor, (NullableMethodCallInstruction_EqualsClass * __this, MethodInfo * method)); DO_APP_FUNC(0x022EB6C0, int32_t, NullableMethodCallInstruction_ToStringClass_Run, (NullableMethodCallInstruction_ToStringClass * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NullableMethodCallInstruction_ToStringClass__ctor, (NullableMethodCallInstruction_ToStringClass * __this, MethodInfo * method)); DO_APP_FUNC(0x022EB7C0, int32_t, NullableMethodCallInstruction_GetHashCodeClass_Run, (NullableMethodCallInstruction_GetHashCodeClass * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NullableMethodCallInstruction_GetHashCodeClass__ctor, (NullableMethodCallInstruction_GetHashCodeClass * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, CastInstruction_get_ConsumedStack, (CastInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, CastInstruction_get_ProducedStack, (CastInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022EB830, String *, CastInstruction_get_InstructionName, (CastInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022EB870, Instruction *, CastInstruction_Create, (Type * t, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CastInstruction__ctor, (CastInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, CastInstruction_CastInstructionNoT__ctor, (CastInstruction_CastInstructionNoT * __this, Type * t, MethodInfo * method)); DO_APP_FUNC(0x022EC2E0, CastInstruction *, CastInstruction_CastInstructionNoT_Create, (Type * t, MethodInfo * method)); DO_APP_FUNC(0x022EC470, int32_t, CastInstruction_CastInstructionNoT_Run, (CastInstruction_CastInstructionNoT * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61DF0, CastInstruction_CastInstructionNoT_Run__MethodInfo); DO_APP_FUNC(0x003BABE0, void, CastInstruction_CastInstructionNoT_Ref__ctor, (CastInstruction_CastInstructionNoT_Ref * __this, Type * t, MethodInfo * method)); DO_APP_FUNC(0x022EC690, void, CastInstruction_CastInstructionNoT_Ref_ConvertNull, (CastInstruction_CastInstructionNoT_Ref * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, CastInstruction_CastInstructionNoT_Value__ctor, (CastInstruction_CastInstructionNoT_Value * __this, Type * t, MethodInfo * method)); DO_APP_FUNC(0x022EC6D0, void, CastInstruction_CastInstructionNoT_Value_ConvertNull, (CastInstruction_CastInstructionNoT_Value * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61DE0, CastInstruction_CastInstructionNoT_Value_ConvertNull__MethodInfo); DO_APP_FUNC(0x003BABE0, void, CastToEnumInstruction__ctor, (CastToEnumInstruction * __this, Type * t, MethodInfo * method)); DO_APP_FUNC(0x022EC720, int32_t, CastToEnumInstruction_Run, (CastToEnumInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, CastReferenceToEnumInstruction__ctor, (CastReferenceToEnumInstruction * __this, Type * t, MethodInfo * method)); DO_APP_FUNC(0x022EC830, int32_t, CastReferenceToEnumInstruction_Run, (CastReferenceToEnumInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, QuoteInstruction__ctor, (QuoteInstruction * __this, Expression_1 * operand, Dictionary_2_System_Linq_Expressions_ParameterExpression_System_Linq_Expressions_Interpreter_LocalVariable_ * hoistedVariables, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, QuoteInstruction_get_ProducedStack, (QuoteInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022ECE30, String *, QuoteInstruction_get_InstructionName, (QuoteInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x022ECE70, int32_t, QuoteInstruction_Run, (QuoteInstruction * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022ED0C0, void, QuoteInstruction_ExpressionQuoter__ctor, (QuoteInstruction_ExpressionQuoter * __this, Dictionary_2_System_Linq_Expressions_ParameterExpression_System_Linq_Expressions_Interpreter_LocalVariable_ * hoistedVariables, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x022ED250, Expression_1 *, QuoteInstruction_ExpressionQuoter_VisitBlock, (QuoteInstruction_ExpressionQuoter * __this, BlockExpression * node, MethodInfo * method)); DO_APP_FUNC(0x022ED490, CatchBlock *, QuoteInstruction_ExpressionQuoter_VisitCatchBlock, (QuoteInstruction_ExpressionQuoter * __this, CatchBlock * node, MethodInfo * method)); DO_APP_FUNC(0x022ED650, Expression_1 *, QuoteInstruction_ExpressionQuoter_VisitParameter, (QuoteInstruction_ExpressionQuoter * __this, ParameterExpression * node, MethodInfo * method)); DO_APP_FUNC(0x022ED830, IStrongBox *, QuoteInstruction_ExpressionQuoter_GetBox, (QuoteInstruction_ExpressionQuoter * __this, ParameterExpression * variable, MethodInfo * method)); DO_APP_FUNC(0x022ED960, Type *, DelegateHelpers_1_MakeDelegate, (Type__Array * types, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61CA0, DelegateHelpers_1_MakeDelegate__MethodInfo); DO_APP_FUNC(0x022EE100, void, DelegateHelpers_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DelegateHelpers_c__ctor, (DelegateHelpers_c * __this, MethodInfo * method)); DO_APP_FUNC(0x022EE1B0, bool, DelegateHelpers_c__MakeDelegate_b__1_0, (DelegateHelpers_c * __this, Type * t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61C90, DelegateHelpers_c__MakeDelegate_b__1_0__MethodInfo); DO_APP_FUNC(0x022EE1E0, Object *, ScriptingRuntimeHelpers_Int32ToObject, (int32_t i, MethodInfo * method)); DO_APP_FUNC(0x022EE350, Object *, ScriptingRuntimeHelpers_GetPrimitiveDefaultValue, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x022EE730, void, ExceptionHelpers_1_UnwrapAndRethrow, (TargetInvocationException * exception, MethodInfo * method)); DO_APP_FUNC(0x022EE760, Exception *, ContractUtils_get_Unreachable, (MethodInfo * method)); DO_APP_FUNC(0x022EE7E0, void, ContractUtils_Requires, (bool precondition, String * paramName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61BD0, ContractUtils_Requires__MethodInfo); DO_APP_FUNC(0x022EE820, void, ContractUtils_RequiresNotNull, (Object * value, String * paramName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61BD8, ContractUtils_RequiresNotNull__MethodInfo); DO_APP_FUNC(0x022EE880, void, ContractUtils_RequiresNotNull_1, (Object * value, String * paramName, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61BE0, ContractUtils_RequiresNotNull_1__MethodInfo); DO_APP_FUNC(0x022EE900, String *, ContractUtils_GetParamName, (String * paramName, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x022EE9C0, void, ExpressionUtils_ValidateArgumentTypes, (MethodBase * method_1, ExpressionType__Enum_1 nodeKind, ReadOnlyCollection_1_System_Linq_Expressions_Expression_ * * arguments, String * methodParamName, MethodInfo * method)); DO_APP_FUNC(0x022EED70, void, ExpressionUtils_ValidateArgumentCount, (MethodBase * method_1, ExpressionType__Enum_1 nodeKind, int32_t count, ParameterInfo__Array * pis, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61BB8, ExpressionUtils_ValidateArgumentCount__MethodInfo); DO_APP_FUNC(0x022EEE50, Expression_1 *, ExpressionUtils_ValidateOneArgument, (MethodBase * method_1, ExpressionType__Enum_1 nodeKind, Expression_1 * arguments, ParameterInfo * pi, String * methodParamName, String * argumentParamName, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61BC0, ExpressionUtils_ValidateOneArgument__MethodInfo); DO_APP_FUNC(0x022EF120, void, ExpressionUtils_RequiresCanRead, (Expression_1 * expression, String * paramName, MethodInfo * method)); DO_APP_FUNC(0x022EF130, void, ExpressionUtils_RequiresCanRead_1, (Expression_1 * expression, String * paramName, int32_t idx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61C00, ExpressionUtils_RequiresCanRead_1__MethodInfo); DO_APP_FUNC(0x022EF370, bool, ExpressionUtils_TryQuote, (Type * parameterType, Expression_1 * * argument, MethodInfo * method)); DO_APP_FUNC(0x022EF4F0, ParameterInfo__Array *, ExpressionUtils_GetParametersForValidation, (MethodBase * method_1, ExpressionType__Enum_1 nodeKind, MethodInfo * method)); DO_APP_FUNC(0x022EF5D0, void, ExpressionUtils_ValidateArgumentCount_1, (LambdaExpression * lambda, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61BF0, ExpressionUtils_ValidateArgumentCount_1__MethodInfo); DO_APP_FUNC(0x022EF650, Expression_1__Array *, ExpressionVisitorUtils_VisitBlockExpressions, (ExpressionVisitor * visitor, BlockExpression * block, MethodInfo * method)); DO_APP_FUNC(0x022EF840, ParameterExpression__Array *, ExpressionVisitorUtils_VisitParameters, (ExpressionVisitor * visitor, IParameterProvider * nodes, String * callerName, MethodInfo * method)); DO_APP_FUNC(0x022EFA40, Expression_1__Array *, ExpressionVisitorUtils_VisitArguments, (ExpressionVisitor * visitor, IArgumentProvider * nodes, MethodInfo * method)); DO_APP_FUNC(0x022EFC30, MethodInfo_1 *, TypeExtensions_GetAnyStaticMethodValidated, (Type * type, String * name, Type__Array * types, MethodInfo * method)); DO_APP_FUNC(0x022EFDD0, bool, TypeExtensions_MatchesArgumentTypes, (MethodInfo_1 * mi, Type__Array * argTypes, MethodInfo * method)); DO_APP_FUNC(0x022EFF10, TypeCode__Enum, TypeExtensions_GetTypeCode, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x022EFFB0, ParameterInfo__Array *, TypeExtensions_GetParametersCached, (MethodBase * method_1, MethodInfo * method)); DO_APP_FUNC(0x022F0160, void, TypeExtensions__cctor, (MethodInfo * method)); DO_APP_FUNC(0x022F0240, Type *, TypeUtils_GetNonNullableType, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x022F02E0, Type *, TypeUtils_GetNullableType, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x022F0450, bool, TypeUtils_IsNullableType, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x022F0510, bool, TypeUtils_IsNullableOrReferenceType, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x022F0590, bool, TypeUtils_IsBool, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x022F06B0, bool, TypeUtils_IsNumeric, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x022F07D0, bool, TypeUtils_IsInteger, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x022F08F0, bool, TypeUtils_IsArithmetic, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x022F0A10, bool, TypeUtils_IsUnsignedInt, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x022F0B50, bool, TypeUtils_IsIntegerOrBool, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x022F0C80, bool, TypeUtils_IsNumericOrBool, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x022F0D00, bool, TypeUtils_IsValidInstanceType, (MemberInfo_1 * member, Type * instanceType, MethodInfo * method)); DO_APP_FUNC(0x022F10E0, bool, TypeUtils_HasIdentityPrimitiveOrNullableConversionTo, (Type * source, Type * dest, MethodInfo * method)); DO_APP_FUNC(0x022F1430, bool, TypeUtils_HasReferenceConversionTo, (Type * source, Type * dest, MethodInfo * method)); DO_APP_FUNC(0x022F1660, bool, TypeUtils_StrictHasReferenceConversionTo, (Type * source, Type * dest, bool skipNonArray, MethodInfo * method)); DO_APP_FUNC(0x022F1B10, bool, TypeUtils_HasArrayToInterfaceConversion, (Type * source, Type * dest, MethodInfo * method)); DO_APP_FUNC(0x022F1D40, bool, TypeUtils_HasInterfaceToArrayConversion, (Type * source, Type * dest, MethodInfo * method)); DO_APP_FUNC(0x022F1F70, bool, TypeUtils_IsCovariant, (Type * t, MethodInfo * method)); DO_APP_FUNC(0x022F1FA0, bool, TypeUtils_IsContravariant, (Type * t, MethodInfo * method)); DO_APP_FUNC(0x022F1FD0, bool, TypeUtils_IsInvariant, (Type * t, MethodInfo * method)); DO_APP_FUNC(0x022F2000, bool, TypeUtils_IsDelegate, (Type * t, MethodInfo * method)); DO_APP_FUNC(0x022F20A0, bool, TypeUtils_IsLegalExplicitVariantDelegateConversion, (Type * source, Type * dest, MethodInfo * method)); DO_APP_FUNC(0x022F2510, bool, TypeUtils_IsConvertible, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x022F2630, bool, TypeUtils_HasReferenceEquality, (Type * left, Type * right, MethodInfo * method)); DO_APP_FUNC(0x022F2740, bool, TypeUtils_HasBuiltInEqualityOperator, (Type * left, Type * right, MethodInfo * method)); DO_APP_FUNC(0x022F29C0, bool, TypeUtils_IsImplicitlyConvertibleTo, (Type * source, Type * destination, MethodInfo * method)); DO_APP_FUNC(0x022F2DF0, MethodInfo_1 *, TypeUtils_GetUserDefinedCoercionMethod, (Type * convertFrom, Type * convertToType, MethodInfo * method)); DO_APP_FUNC(0x022F3140, MethodInfo_1 *, TypeUtils_FindConversionOperator, (MethodInfo_1__Array * methods, Type * typeFrom, Type * typeTo, MethodInfo * method)); DO_APP_FUNC(0x022F3390, bool, TypeUtils_IsImplicitNumericConversion, (Type * source, Type * destination, MethodInfo * method)); DO_APP_FUNC(0x020657D0, bool, TypeUtils_IsImplicitReferenceConversion, (Type * source, Type * destination, MethodInfo * method)); DO_APP_FUNC(0x022F3510, bool, TypeUtils_IsImplicitBoxingConversion, (Type * source, Type * destination, MethodInfo * method)); DO_APP_FUNC(0x022F3670, bool, TypeUtils_IsImplicitNullableConversion, (Type * source, Type * destination, MethodInfo * method)); DO_APP_FUNC(0x022F3720, Type *, TypeUtils_FindGenericType, (Type * definition, Type * type, MethodInfo * method)); DO_APP_FUNC(0x022F3A40, MethodInfo_1 *, TypeUtils_GetBooleanOperator, (Type * type, String * name, MethodInfo * method)); DO_APP_FUNC(0x022F3C20, Type *, TypeUtils_GetNonRefType, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x022F3C70, bool, TypeUtils_AreEquivalent, (Type * t1, Type * t2, MethodInfo * method)); DO_APP_FUNC(0x022F3CF0, bool, TypeUtils_AreReferenceAssignable, (Type * dest, Type * src, MethodInfo * method)); DO_APP_FUNC(0x022F3E10, bool, TypeUtils_IsSameOrSubclass, (Type * type, Type * subType, MethodInfo * method)); DO_APP_FUNC(0x022F3EF0, void, TypeUtils_ValidateType, (Type * type, String * paramName, MethodInfo * method)); DO_APP_FUNC(0x022F4020, void, TypeUtils_ValidateType_1, (Type * type, String * paramName, bool allowByRef, bool allowPointer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61B88, TypeUtils_ValidateType_1__MethodInfo); DO_APP_FUNC(0x022F4140, bool, TypeUtils_ValidateType_2, (Type * type, String * paramName, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61B90, TypeUtils_ValidateType_2__MethodInfo); DO_APP_FUNC(0x022F4250, MethodInfo_1 *, TypeUtils_GetInvokeMethod, (Type * delegateType, MethodInfo * method)); DO_APP_FUNC(0x022F4320, void, TypeUtils__cctor, (MethodInfo * method)); DO_APP_FUNC(0x022F4600, void, TypeUtils_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TypeUtils_c__ctor, (TypeUtils_c * __this, MethodInfo * method)); DO_APP_FUNC(0x022F46B0, bool, TypeUtils_c___cctor_b__44_0, (TypeUtils_c * __this, Type * i, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61B28, TypeUtils_c___cctor_b__44_0__MethodInfo); DO_APP_FUNC(0x022F46E0, Type *, TypeUtils_c___cctor_b__44_1, (TypeUtils_c * __this, Type * i, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61B00, TypeUtils_c___cctor_b__44_1__MethodInfo); DO_APP_FUNC(0x022F4710, void, BitHelper_1__ctor, (BitHelper_1 * __this, int32_t * bitArrayPtr, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x022F4720, void, BitHelper_1__ctor_1, (BitHelper_1 * __this, Int32__Array * bitArray, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x022F4780, void, BitHelper_1_MarkBit, (BitHelper_1 * __this, int32_t bitPosition, MethodInfo * method)); DO_APP_FUNC(0x022F47F0, bool, BitHelper_1_IsMarked, (BitHelper_1 * __this, int32_t bitPosition, MethodInfo * method)); DO_APP_FUNC(0x022F4870, int32_t, BitHelper_1_ToIntArrayLength, (int32_t n, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReaderWriterCount__ctor, (ReaderWriterCount * __this, MethodInfo * method)); DO_APP_FUNC(0x022F4890, void, ReaderWriterLockSlim_InitializeThreadCounts, (ReaderWriterLockSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x022F48A0, void, ReaderWriterLockSlim__ctor, (ReaderWriterLockSlim * __this, LockRecursionPolicy__Enum recursionPolicy, MethodInfo * method)); DO_APP_FUNC(0x022F4910, bool, ReaderWriterLockSlim_IsRWEntryEmpty, (ReaderWriterCount * rwc, MethodInfo * method)); DO_APP_FUNC(0x022F4950, bool, ReaderWriterLockSlim_IsRwHashEntryChanged, (ReaderWriterLockSlim * __this, ReaderWriterCount * lrwc, MethodInfo * method)); DO_APP_FUNC(0x022F4970, ReaderWriterCount *, ReaderWriterLockSlim_GetThreadRWCount, (ReaderWriterLockSlim * __this, bool dontAllocate, MethodInfo * method)); DO_APP_FUNC(0x022F4AC0, void, ReaderWriterLockSlim_EnterWriteLock, (ReaderWriterLockSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x022F4AE0, bool, ReaderWriterLockSlim_TryEnterWriteLock, (ReaderWriterLockSlim * __this, int32_t millisecondsTimeout, MethodInfo * method)); DO_APP_FUNC(0x022F4B80, bool, ReaderWriterLockSlim_TryEnterWriteLock_1, (ReaderWriterLockSlim * __this, ReaderWriterLockSlim_TimeoutTracker timeout, MethodInfo * method)); DO_APP_FUNC(0x022F4B90, bool, ReaderWriterLockSlim_TryEnterWriteLockCore, (ReaderWriterLockSlim * __this, ReaderWriterLockSlim_TimeoutTracker timeout, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61AF0, ReaderWriterLockSlim_TryEnterWriteLockCore__MethodInfo); DO_APP_FUNC(0x022F5090, void, ReaderWriterLockSlim_EnterUpgradeableReadLock, (ReaderWriterLockSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x022F50B0, bool, ReaderWriterLockSlim_TryEnterUpgradeableReadLock, (ReaderWriterLockSlim * __this, int32_t millisecondsTimeout, MethodInfo * method)); DO_APP_FUNC(0x022F5150, bool, ReaderWriterLockSlim_TryEnterUpgradeableReadLock_1, (ReaderWriterLockSlim * __this, ReaderWriterLockSlim_TimeoutTracker timeout, MethodInfo * method)); DO_APP_FUNC(0x022F5160, bool, ReaderWriterLockSlim_TryEnterUpgradeableReadLockCore, (ReaderWriterLockSlim * __this, ReaderWriterLockSlim_TimeoutTracker timeout, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61B68, ReaderWriterLockSlim_TryEnterUpgradeableReadLockCore__MethodInfo); DO_APP_FUNC(0x022F5640, void, ReaderWriterLockSlim_ExitWriteLock, (ReaderWriterLockSlim * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61B58, ReaderWriterLockSlim_ExitWriteLock__MethodInfo); DO_APP_FUNC(0x022F5880, void, ReaderWriterLockSlim_ExitUpgradeableReadLock, (ReaderWriterLockSlim * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61B38, ReaderWriterLockSlim_ExitUpgradeableReadLock__MethodInfo); DO_APP_FUNC(0x022F5C00, void, ReaderWriterLockSlim_LazyCreateEvent, (ReaderWriterLockSlim * __this, EventWaitHandle * * waitEvent, bool makeAutoResetEvent, MethodInfo * method)); DO_APP_FUNC(0x022F5D50, bool, ReaderWriterLockSlim_WaitOnEvent, (ReaderWriterLockSlim * __this, EventWaitHandle * waitEvent, uint32_t * numWaiters, ReaderWriterLockSlim_TimeoutTracker timeout, bool isWriteWaiter, MethodInfo * method)); DO_APP_FUNC(0x022F6010, void, ReaderWriterLockSlim_ExitAndWakeUpAppropriateWaiters, (ReaderWriterLockSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x022F60A0, void, ReaderWriterLockSlim_ExitAndWakeUpAppropriateWaitersPreferringWriters, (ReaderWriterLockSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x022F6120, void, ReaderWriterLockSlim_ExitAndWakeUpAppropriateReadWaiters, (ReaderWriterLockSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x022F61B0, bool, ReaderWriterLockSlim_IsWriterAcquired, (ReaderWriterLockSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x022F61C0, void, ReaderWriterLockSlim_SetWriterAcquired, (ReaderWriterLockSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x022F61D0, void, ReaderWriterLockSlim_ClearWriterAcquired, (ReaderWriterLockSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x022F61E0, void, ReaderWriterLockSlim_SetWritersWaiting, (ReaderWriterLockSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x022F61F0, void, ReaderWriterLockSlim_ClearWritersWaiting, (ReaderWriterLockSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x022F6200, void, ReaderWriterLockSlim_SetUpgraderWaiting, (ReaderWriterLockSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x022F6210, void, ReaderWriterLockSlim_ClearUpgraderWaiting, (ReaderWriterLockSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x022F6220, uint32_t, ReaderWriterLockSlim_GetNumReaders, (ReaderWriterLockSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x022F6230, void, ReaderWriterLockSlim_EnterMyLock, (ReaderWriterLockSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x022F6250, void, ReaderWriterLockSlim_EnterMyLockSpin, (ReaderWriterLockSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x022F63B0, void, ReaderWriterLockSlim_ExitMyLock, (ReaderWriterLockSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x022F63C0, void, ReaderWriterLockSlim_SpinWait, (int32_t SpinCount, MethodInfo * method)); DO_APP_FUNC(0x022F6440, void, ReaderWriterLockSlim_Dispose, (ReaderWriterLockSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x022F6450, void, ReaderWriterLockSlim_Dispose_1, (ReaderWriterLockSlim * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61AE0, ReaderWriterLockSlim_Dispose_1__MethodInfo); DO_APP_FUNC(0x022F68A0, bool, ReaderWriterLockSlim_get_IsReadLockHeld, (ReaderWriterLockSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x022F6960, bool, ReaderWriterLockSlim_get_IsUpgradeableReadLockHeld, (ReaderWriterLockSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x022F6AB0, bool, ReaderWriterLockSlim_get_IsWriteLockHeld, (ReaderWriterLockSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x022F6C00, int32_t, ReaderWriterLockSlim_get_RecursiveReadCount, (ReaderWriterLockSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x022F6CC0, int32_t, ReaderWriterLockSlim_get_RecursiveUpgradeCount, (ReaderWriterLockSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x022F6E00, int32_t, ReaderWriterLockSlim_get_RecursiveWriteCount, (ReaderWriterLockSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, ReaderWriterLockSlim_get_WaitingReadCount, (ReaderWriterLockSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, ReaderWriterLockSlim_get_WaitingUpgradeCount, (ReaderWriterLockSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, ReaderWriterLockSlim_get_WaitingWriteCount, (ReaderWriterLockSlim * __this, MethodInfo * method)); DO_APP_FUNC(0x022F7090, void, ReaderWriterLockSlim_TimeoutTracker__ctor, (ReaderWriterLockSlim_TimeoutTracker * __this, int32_t millisecondsTimeout, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62B40, ReaderWriterLockSlim_TimeoutTracker__ctor__MethodInfo); DO_APP_FUNC(0x022F7120, int32_t, ReaderWriterLockSlim_TimeoutTracker_get_RemainingMilliseconds, (ReaderWriterLockSlim_TimeoutTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x022F7190, bool, ReaderWriterLockSlim_TimeoutTracker_get_IsExpired, (ReaderWriterLockSlim_TimeoutTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EmbeddedAttribute_2__ctor, (EmbeddedAttribute_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IsUnmanagedAttribute__ctor, (IsUnmanagedAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02A96270, void, SceneRenderPipeline_OnEnable, (SceneRenderPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x02A96270, void, SceneRenderPipeline_OnValidate, (SceneRenderPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SceneRenderPipeline__ctor, (SceneRenderPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE720, float, LightAnchor_get_yaw, (LightAnchor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A962C0, void, LightAnchor_set_yaw, (LightAnchor * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CE2C0, float, LightAnchor_get_pitch, (LightAnchor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A96310, void, LightAnchor_set_pitch, (LightAnchor * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CA7A30, float, LightAnchor_get_roll, (LightAnchor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A96360, void, LightAnchor_set_roll, (LightAnchor * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, LightAnchor_get_distance, (LightAnchor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A963B0, void, LightAnchor_set_distance, (LightAnchor * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, LightAnchor_UpDirection__Enum, LightAnchor_get_frameSpace, (LightAnchor * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, LightAnchor_set_frameSpace, (LightAnchor * __this, LightAnchor_UpDirection__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02A963E0, Vector3, LightAnchor_get_anchorPosition, (LightAnchor * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Transform *, LightAnchor_get_anchorPositionOverride, (LightAnchor * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, LightAnchor_set_anchorPositionOverride, (LightAnchor * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00C71840, Vector3, LightAnchor_get_anchorPositionOffset, (LightAnchor * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4EB00, void, LightAnchor_set_anchorPositionOffset, (LightAnchor * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02A96750, float, LightAnchor_NormalizeAngleDegree, (float angle, MethodInfo * method)); DO_APP_FUNC(0x02A967A0, void, LightAnchor_SynchronizeOnTransform, (LightAnchor * __this, Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x02A970A0, void, LightAnchor_UpdateTransform, (LightAnchor * __this, Camera * camera, Vector3 anchor, MethodInfo * method)); DO_APP_FUNC(0x02A97190, LightAnchor_Axes, LightAnchor_GetWorldSpaceAxes, (LightAnchor * __this, Camera * camera, Vector3 anchor, MethodInfo * method)); DO_APP_FUNC(0x02A98410, void, LightAnchor_Update, (LightAnchor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A987B0, void, LightAnchor_OnDrawGizmosSelected, (LightAnchor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A98A80, void, LightAnchor_UpdateTransform_1, (LightAnchor * __this, Vector3 up, Vector3 right, Vector3 forward, Vector3 anchor, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, LightAnchor__ctor, (LightAnchor * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, ProbeBrickIndex_get_estimatedVMemCost, (ProbeBrickIndex * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5310, void, ProbeBrickIndex_set_estimatedVMemCost, (ProbeBrickIndex * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02A992D0, int32_t, ProbeBrickIndex_GetVoxelSubdivLevel, (ProbeBrickIndex * __this, MethodInfo * method)); DO_APP_FUNC(0x02A99370, int32_t, ProbeBrickIndex_SizeOfPhysicalIndexFromBudget, (ProbeBrickIndex * __this, ProbeVolumeTextureMemoryBudget__Enum memoryBudget, MethodInfo * method)); DO_APP_FUNC(0x02A993A0, void, ProbeBrickIndex__ctor, (ProbeBrickIndex * __this, ProbeVolumeTextureMemoryBudget__Enum memoryBudget, MethodInfo * method)); DO_APP_FUNC(0x02A99790, void, ProbeBrickIndex_UploadIndexData, (ProbeBrickIndex * __this, MethodInfo * method)); DO_APP_FUNC(0x02A997C0, void, ProbeBrickIndex_Clear, (ProbeBrickIndex * __this, MethodInfo * method)); DO_APP_FUNC(0x02A99940, void, ProbeBrickIndex_MapBrickToVoxels, (ProbeBrickIndex * __this, ProbeBrickIndex_Brick brick, HashSet_1_UnityEngine_Vector3Int_ * voxels, MethodInfo * method)); DO_APP_FUNC(0x02A99BB0, void, ProbeBrickIndex_ClearVoxel, (ProbeBrickIndex * __this, Vector3Int pos, ProbeBrickIndex_CellIndexUpdateInfo cellInfo, MethodInfo * method)); DO_APP_FUNC(0x02A99CB0, void, ProbeBrickIndex_GetRuntimeResources, (ProbeBrickIndex * __this, ProbeReferenceVolume_RuntimeResources * rr, MethodInfo * method)); DO_APP_FUNC(0x02A99D40, void, ProbeBrickIndex_Cleanup, (ProbeBrickIndex * __this, MethodInfo * method)); DO_APP_FUNC(0x02A99E40, int32_t, ProbeBrickIndex_MergeIndex, (ProbeBrickIndex * __this, int32_t index, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02A99E60, bool, ProbeBrickIndex_AssignIndexChunksToCell, (ProbeBrickIndex * __this, ProbeReferenceVolume_Cell * cell, int32_t bricksCount, ProbeBrickIndex_CellIndexUpdateInfo * cellUpdateInfo, MethodInfo * method)); DO_APP_FUNC(0x02A99F90, void, ProbeBrickIndex_AddBricks, (ProbeBrickIndex * __this, ProbeReferenceVolume_RegId id, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * bricks, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * allocations, int32_t allocationSize, int32_t poolWidth, int32_t poolHeight, ProbeBrickIndex_CellIndexUpdateInfo cellInfo, MethodInfo * method)); DO_APP_FUNC(0x02A9ABA0, void, ProbeBrickIndex_RemoveBricks, (ProbeBrickIndex * __this, ProbeReferenceVolume_RegId id, ProbeBrickIndex_CellIndexUpdateInfo cellInfo, MethodInfo * method)); DO_APP_FUNC(0x02A9B110, void, ProbeBrickIndex_UpdateIndexForVoxel, (ProbeBrickIndex * __this, Vector3Int voxel, ProbeBrickIndex_CellIndexUpdateInfo cellInfo, MethodInfo * method)); DO_APP_FUNC(0x02A9B470, void, ProbeBrickIndex_UpdatePhysicalIndex, (ProbeBrickIndex * __this, Vector3Int brickMin, Vector3Int brickMax, int32_t value, ProbeBrickIndex_CellIndexUpdateInfo cellInfo, MethodInfo * method)); DO_APP_FUNC(0x02A9B860, void, ProbeBrickIndex_ClipToIndexSpace, (ProbeBrickIndex * __this, Vector3Int pos, int32_t subdiv, Vector3Int * outMinpos, Vector3Int * outMaxpos, ProbeBrickIndex_CellIndexUpdateInfo cellInfo, MethodInfo * method)); DO_APP_FUNC(0x02A9BA70, void, ProbeBrickIndex_UpdateIndexForVoxel_1, (ProbeBrickIndex * __this, Vector3Int voxel, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * bricks, List_1_System_UInt16_ * indices, ProbeBrickIndex_CellIndexUpdateInfo cellInfo, MethodInfo * method)); DO_APP_FUNC(0x01770B50, void, ProbeBrickIndex_Brick__ctor, (ProbeBrickIndex_Brick * __this, Vector3Int position, int32_t subdivisionLevel, MethodInfo * method)); DO_APP_FUNC(0x02A9BF10, bool, ProbeBrickIndex_Brick_Equals, (ProbeBrickIndex_Brick * __this, ProbeBrickIndex_Brick other, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ProbeBrickIndex_c_DisplayClass31_0__ctor, (ProbeBrickIndex_c_DisplayClass31_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A301B0, bool, ProbeBrickIndex_c_DisplayClass31_0__AddBricks_b__0, (ProbeBrickIndex_c_DisplayClass31_0 * __this, ProbeBrickIndex_VoxelMeta lhs, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58B40, ProbeBrickIndex_c_DisplayClass31_0__AddBricks_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, ProbeBrickIndex_c_DisplayClass32_0__ctor, (ProbeBrickIndex_c_DisplayClass32_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A301B0, bool, ProbeBrickIndex_c_DisplayClass32_0__RemoveBricks_b__0, (ProbeBrickIndex_c_DisplayClass32_0 * __this, ProbeBrickIndex_VoxelMeta lhs, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58890, ProbeBrickIndex_c_DisplayClass32_0__RemoveBricks_b__0__MethodInfo); DO_APP_FUNC(0x003BAD50, int32_t, ProbeBrickPool_get_estimatedVMemCost, (ProbeBrickPool * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ProbeBrickPool_set_estimatedVMemCost, (ProbeBrickPool * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02A9BF70, void, ProbeBrickPool__ctor, (ProbeBrickPool * __this, int32_t allocationSize, ProbeVolumeTextureMemoryBudget__Enum memoryBudget, ProbeVolumeSHBands__Enum shBands, MethodInfo * method)); DO_APP_FUNC(0x02A9C1B0, void, ProbeBrickPool_EnsureTextureValidity, (ProbeBrickPool * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, ProbeBrickPool_GetChunkSize, (ProbeBrickPool * __this, MethodInfo * method)); DO_APP_FUNC(0x02A9C380, int32_t, ProbeBrickPool_GetChunkSizeInProbeCount, (ProbeBrickPool * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A6C0, int32_t, ProbeBrickPool_GetPoolWidth, (ProbeBrickPool * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADDA40, int32_t, ProbeBrickPool_GetPoolHeight, (ProbeBrickPool * __this, MethodInfo * method)); DO_APP_FUNC(0x02A9C390, Vector3Int, ProbeBrickPool_GetPoolDimensions, (ProbeBrickPool * __this, MethodInfo * method)); DO_APP_FUNC(0x02A9C3B0, void, ProbeBrickPool_GetRuntimeResources, (ProbeBrickPool * __this, ProbeReferenceVolume_RuntimeResources * rr, MethodInfo * method)); DO_APP_FUNC(0x02A9C630, void, ProbeBrickPool_Clear, (ProbeBrickPool * __this, MethodInfo * method)); DO_APP_FUNC(0x02A9C680, void, ProbeBrickPool_Allocate, (ProbeBrickPool * __this, int32_t numberOfBrickChunks, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * outAllocations, MethodInfo * method)); DO_APP_FUNC(0x02A9C8A0, void, ProbeBrickPool_Deallocate, (ProbeBrickPool * __this, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * allocations, MethodInfo * method)); DO_APP_FUNC(0x02A9CAC0, void, ProbeBrickPool_Update, (ProbeBrickPool * __this, ProbeBrickPool_DataLocation source, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * srcLocations, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * dstLocations, ProbeVolumeSHBands__Enum bands, MethodInfo * method)); DO_APP_FUNC(0x02A9CEF0, Vector3Int, ProbeBrickPool_ProbeCountToDataLocSize, (int32_t numProbes, MethodInfo * method)); DO_APP_FUNC(0x02A9CF70, ProbeBrickPool_DataLocation, ProbeBrickPool_CreateDataLocation, (int32_t numProbes, bool compressed, ProbeVolumeSHBands__Enum bands, int32_t * allocatedBytes, MethodInfo * method)); DO_APP_FUNC(0x02A9D730, void, ProbeBrickPool_SetPixel, (Color__Array * * data, int32_t x, int32_t y, int32_t z, int32_t dataLocWidth, int32_t dataLocHeight, Color value, MethodInfo * method)); DO_APP_FUNC(0x02A9D780, void, ProbeBrickPool_FillDataLocation, (ProbeBrickPool_DataLocation * loc, SphericalHarmonicsL2__Array * shl2, ProbeVolumeSHBands__Enum bands, MethodInfo * method)); DO_APP_FUNC(0x02A9E220, void, ProbeBrickPool_DerivePoolSizeFromBudget, (ProbeBrickPool * __this, int32_t allocationSize, ProbeVolumeTextureMemoryBudget__Enum memoryBudget, int32_t * width, int32_t * height, int32_t * depth, MethodInfo * method)); DO_APP_FUNC(0x02A9E240, void, ProbeBrickPool_Cleanup, (ProbeBrickPool * __this, MethodInfo * method)); DO_APP_FUNC(0x02A9E250, int32_t, ProbeBrickPool_BrickChunkAlloc_flattenIndex, (ProbeBrickPool_BrickChunkAlloc * __this, int32_t sx, int32_t sy, MethodInfo * method)); DO_APP_FUNC(0x02A9E270, void, ProbeBrickPool_DataLocation_Cleanup, (ProbeBrickPool_DataLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, ProbeCellIndices_get_estimatedVMemCost, (ProbeCellIndices * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ProbeCellIndices_set_estimatedVMemCost, (ProbeCellIndices * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C71840, Vector3Int, ProbeCellIndices_GetCellIndexDimension, (ProbeCellIndices * __this, MethodInfo * method)); DO_APP_FUNC(0x01D57F40, Vector3Int, ProbeCellIndices_GetCellMinPosition, (ProbeCellIndices * __this, MethodInfo * method)); DO_APP_FUNC(0x02A9E550, int32_t, ProbeCellIndices_GetFlatIndex, (ProbeCellIndices * __this, Vector3Int normalizedPos, MethodInfo * method)); DO_APP_FUNC(0x02A9E570, void, ProbeCellIndices__ctor, (ProbeCellIndices * __this, Vector3Int cellMin, Vector3Int cellMax, int32_t cellSizeInMinBricks, MethodInfo * method)); DO_APP_FUNC(0x02A9E820, int32_t, ProbeCellIndices_GetFlatIdxForCell, (ProbeCellIndices * __this, Vector3Int cellPosition, MethodInfo * method)); DO_APP_FUNC(0x02A9E880, void, ProbeCellIndices_AddCell, (ProbeCellIndices * __this, int32_t cellFlatIdx, ProbeBrickIndex_CellIndexUpdateInfo cellUpdateInfo, MethodInfo * method)); DO_APP_FUNC(0x02A9EBC0, void, ProbeCellIndices_MarkCellAsUnloaded, (ProbeCellIndices * __this, int32_t cellFlatIdx, MethodInfo * method)); DO_APP_FUNC(0x02A9EC10, void, ProbeCellIndices_PushComputeData, (ProbeCellIndices * __this, MethodInfo * method)); DO_APP_FUNC(0x02A9EC40, void, ProbeCellIndices_GetRuntimeResources, (ProbeCellIndices * __this, ProbeReferenceVolume_RuntimeResources * rr, MethodInfo * method)); DO_APP_FUNC(0x02A9ECE0, void, ProbeCellIndices_Cleanup, (ProbeCellIndices * __this, MethodInfo * method)); DO_APP_FUNC(0x02A9EDE0, void, ProbeCellIndices_IndexMetaData_Pack, (ProbeCellIndices_IndexMetaData * __this, UInt32__Array * * vals, MethodInfo * method)); DO_APP_FUNC(0x02A9EFB0, void, ProbeReferenceVolume_InvalidateAllCellRefs, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x02A9F000, bool, ProbeReferenceVolume_get_isInitialized, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x02A9F010, bool, ProbeReferenceVolume_get_enabledBySRP, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x02A9F020, ProbeVolumeSHBands__Enum, ProbeReferenceVolume_get_shBands, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1DC30, ProbeVolumeTextureMemoryBudget__Enum, ProbeReferenceVolume_get_memoryBudget, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x02A9F030, ProbeReferenceVolume *, ProbeReferenceVolume_get_instance, (MethodInfo * method)); DO_APP_FUNC(0x02A9F090, void, ProbeReferenceVolume_SetNumberOfCellsLoadedPerFrame, (ProbeReferenceVolume * __this, int32_t numberOfCells, MethodInfo * method)); DO_APP_FUNC(0x02A9F0B0, void, ProbeReferenceVolume_Initialize, (ProbeReferenceVolume * __this, ProbeVolumeSystemParameters * parameters, MethodInfo * method)); DO_APP_FUNC(0x02A9F1E0, void, ProbeReferenceVolume_SetEnableStateFromSRP, (ProbeReferenceVolume * __this, bool srpEnablesPV, MethodInfo * method)); DO_APP_FUNC(0x02A9F1F0, void, ProbeReferenceVolume_ForceSHBand, (ProbeReferenceVolume * __this, ProbeVolumeSHBands__Enum shBands, MethodInfo * method)); DO_APP_FUNC(0x02A9F250, void, ProbeReferenceVolume_Cleanup, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x02A9F3C0, int32_t, ProbeReferenceVolume_GetVideoMemoryCost, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x02A9F410, void, ProbeReferenceVolume_RemoveCell, (ProbeReferenceVolume * __this, ProbeReferenceVolume_Cell * cell, MethodInfo * method)); DO_APP_FUNC(0x02A9F7B0, void, ProbeReferenceVolume_AddCell, (ProbeReferenceVolume * __this, ProbeReferenceVolume_Cell * cell, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * chunks, MethodInfo * method)); DO_APP_FUNC(0x02A9FA30, bool, ProbeReferenceVolume_CheckCompatibilityWithCollection, (ProbeReferenceVolume * __this, ProbeVolumeAsset * asset, Dictionary_2_System_String_UnityEngine_Experimental_Rendering_ProbeVolumeAsset_ * collection, MethodInfo * method)); DO_APP_FUNC(0x02A9FD60, void, ProbeReferenceVolume_AddPendingAssetLoading, (ProbeReferenceVolume * __this, ProbeVolumeAsset * asset, MethodInfo * method)); DO_APP_FUNC(0x02AA0750, void, ProbeReferenceVolume_AddPendingAssetRemoval, (ProbeReferenceVolume * __this, ProbeVolumeAsset * asset, MethodInfo * method)); DO_APP_FUNC(0x02AA0870, void, ProbeReferenceVolume_RemovePendingAsset, (ProbeReferenceVolume * __this, ProbeVolumeAsset * asset, MethodInfo * method)); DO_APP_FUNC(0x02AA0B90, void, ProbeReferenceVolume_PerformPendingIndexChangeAndInit, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x02AA0BF0, void, ProbeReferenceVolume_SetMinBrickAndMaxSubdiv, (ProbeReferenceVolume * __this, float minBrickSize, int32_t maxSubdiv, MethodInfo * method)); DO_APP_FUNC(0x02AA0E10, void, ProbeReferenceVolume_LoadAsset, (ProbeReferenceVolume * __this, ProbeVolumeAsset * asset, MethodInfo * method)); DO_APP_FUNC(0x02AA13B0, void, ProbeReferenceVolume_PerformPendingLoading, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x02AA1B30, void, ProbeReferenceVolume_PerformPendingDeletion, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x02AA1DA0, int32_t, ProbeReferenceVolume_GetNumberOfBricksAtSubdiv, (ProbeReferenceVolume * __this, ProbeReferenceVolume_Cell * cell, Vector3Int * minValidLocalIdxAtMaxRes, Vector3Int * sizeOfValidIndicesAtMaxRes, MethodInfo * method)); DO_APP_FUNC(0x02AA2440, bool, ProbeReferenceVolume_GetCellIndexUpdate, (ProbeReferenceVolume * __this, ProbeReferenceVolume_Cell * cell, ProbeBrickIndex_CellIndexUpdateInfo * cellUpdateInfo, MethodInfo * method)); DO_APP_FUNC(0x02AA26C0, void, ProbeReferenceVolume_LoadPendingCells, (ProbeReferenceVolume * __this, bool loadAll, MethodInfo * method)); DO_APP_FUNC(0x02AA2C00, void, ProbeReferenceVolume_PerformPendingOperations, (ProbeReferenceVolume * __this, bool loadAllCells, MethodInfo * method)); DO_APP_FUNC(0x02AA2C90, void, ProbeReferenceVolume_InitProbeReferenceVolume, (ProbeReferenceVolume * __this, int32_t allocationSize, ProbeVolumeTextureMemoryBudget__Enum memoryBudget, ProbeVolumeSHBands__Enum shBands, MethodInfo * method)); DO_APP_FUNC(0x02AA3000, void, ProbeReferenceVolume_SortPendingCells, (ProbeReferenceVolume * __this, Vector3 cameraPosition, MethodInfo * method)); DO_APP_FUNC(0x02AA3220, void, ProbeReferenceVolume__ctor, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x02AA3E40, ProbeReferenceVolume_RuntimeResources, ProbeReferenceVolume_GetRuntimeResources, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x02AA4070, void, ProbeReferenceVolume_SetTRS, (ProbeReferenceVolume * __this, Vector3 position, Quaternion rotation, float minBrickSize, MethodInfo * method)); DO_APP_FUNC(0x02AA41E0, void, ProbeReferenceVolume_SetMaxSubdivision, (ProbeReferenceVolume * __this, int32_t maxSubdivision, MethodInfo * method)); DO_APP_FUNC(0x02AA4240, int32_t, ProbeReferenceVolume_CellSize, (int32_t subdivisionLevel, MethodInfo * method)); DO_APP_FUNC(0x02AA4270, float, ProbeReferenceVolume_BrickSize, (ProbeReferenceVolume * __this, int32_t subdivisionLevel, MethodInfo * method)); DO_APP_FUNC(0x00977500, float, ProbeReferenceVolume_MinBrickSize, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x02AA4300, float, ProbeReferenceVolume_MaxBrickSize, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x01750140, Matrix4x4, ProbeReferenceVolume_GetRefSpaceToWS, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x028F9060, ProbeReferenceVolume_RefVolTransform, ProbeReferenceVolume_GetTransform, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC7870, int32_t, ProbeReferenceVolume_GetMaxSubdivision, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x02AA4310, int32_t, ProbeReferenceVolume_GetMaxSubdivision_1, (ProbeReferenceVolume * __this, float multiplier, MethodInfo * method)); DO_APP_FUNC(0x02AA4330, float, ProbeReferenceVolume_GetDistanceBetweenProbes, (ProbeReferenceVolume * __this, int32_t subdivisionLevel, MethodInfo * method)); DO_APP_FUNC(0x02AA4350, float, ProbeReferenceVolume_MinDistanceBetweenProbes, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65310, bool, ProbeReferenceVolume_DataHasBeenLoaded, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x02AA4370, void, ProbeReferenceVolume_Clear, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x02AA44B0, ProbeReferenceVolume_RegId, ProbeReferenceVolume_AddBricks, (ProbeReferenceVolume * __this, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * bricks, ProbeBrickPool_DataLocation dataloc, ProbeBrickIndex_CellIndexUpdateInfo cellUpdateInfo, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * * ch_list, MethodInfo * method)); DO_APP_FUNC(0x02AA4BC0, void, ProbeReferenceVolume_ReleaseBricks, (ProbeReferenceVolume * __this, ProbeReferenceVolume_RegId id, MethodInfo * method)); DO_APP_FUNC(0x02AA4EB0, void, ProbeReferenceVolume_UpdateConstantBuffer, (ProbeReferenceVolume * __this, CommandBuffer * cmd, ProbeVolumeShadingParameters parameters, MethodInfo * method)); DO_APP_FUNC(0x02AA5130, void, ProbeReferenceVolume_CleanupLoadedData, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB4A10, ProbeVolumeDebug *, ProbeReferenceVolume_get_debugDisplay, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A180, Color__Array *, ProbeReferenceVolume_get_subdivisionDebugColors, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x02AA5390, void, ProbeReferenceVolume_RenderDebug, (ProbeReferenceVolume * __this, Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x02AA5470, void, ProbeReferenceVolume_InitializeDebug, (ProbeReferenceVolume * __this, Mesh * debugProbeMesh, Shader * debugProbeShader, MethodInfo * method)); DO_APP_FUNC(0x02AA56F0, void, ProbeReferenceVolume_CleanupDebug, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x02AA57D0, void, ProbeReferenceVolume_RegisterDebug, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x02AA73D0, void, ProbeReferenceVolume_UnregisterDebug, (ProbeReferenceVolume * __this, bool destroyPanel, MethodInfo * method)); DO_APP_FUNC(0x02AA74D0, bool, ProbeReferenceVolume_ShouldCullCell, (ProbeReferenceVolume * __this, Vector3 cellPosition, Transform * cameraTransform, Plane__Array * frustumPlanes, MethodInfo * method)); DO_APP_FUNC(0x02AA7850, void, ProbeReferenceVolume_DrawProbeDebug, (ProbeReferenceVolume * __this, Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x02AA7E60, void, ProbeReferenceVolume_ClearDebugData, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x02AA7F40, void, ProbeReferenceVolume_CreateInstancedProbes, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x00EABC20, void, ProbeReferenceVolume_OnClearLightingdata, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x02AA8BF0, void, ProbeReferenceVolume__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02AA8CA0, bool, ProbeReferenceVolume__RegisterDebug_b__119_0, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57E40, ProbeReferenceVolume__RegisterDebug_b__119_0__MethodInfo); DO_APP_FUNC(0x02AA8CC0, void, ProbeReferenceVolume__RegisterDebug_b__119_1, (ProbeReferenceVolume * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57DA8, ProbeReferenceVolume__RegisterDebug_b__119_1__MethodInfo); DO_APP_FUNC(0x02AA8CE0, bool, ProbeReferenceVolume__RegisterDebug_b__119_2, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57F08, ProbeReferenceVolume__RegisterDebug_b__119_2__MethodInfo); DO_APP_FUNC(0x02AA8D00, void, ProbeReferenceVolume__RegisterDebug_b__119_3, (ProbeReferenceVolume * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57F18, ProbeReferenceVolume__RegisterDebug_b__119_3__MethodInfo); DO_APP_FUNC(0x02AA8D20, float, ProbeReferenceVolume__RegisterDebug_b__119_4, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57F28, ProbeReferenceVolume__RegisterDebug_b__119_4__MethodInfo); DO_APP_FUNC(0x02AA8D40, void, ProbeReferenceVolume__RegisterDebug_b__119_5, (ProbeReferenceVolume * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57F40, ProbeReferenceVolume__RegisterDebug_b__119_5__MethodInfo); DO_APP_FUNC(0x02AA8D60, bool, ProbeReferenceVolume__RegisterDebug_b__119_7, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57F58, ProbeReferenceVolume__RegisterDebug_b__119_7__MethodInfo); DO_APP_FUNC(0x02AA8D80, void, ProbeReferenceVolume__RegisterDebug_b__119_8, (ProbeReferenceVolume * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57F68, ProbeReferenceVolume__RegisterDebug_b__119_8__MethodInfo); DO_APP_FUNC(0x02AA8DA0, int32_t, ProbeReferenceVolume__RegisterDebug_b__119_9, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57E78, ProbeReferenceVolume__RegisterDebug_b__119_9__MethodInfo); DO_APP_FUNC(0x02AA8DC0, void, ProbeReferenceVolume__RegisterDebug_b__119_10, (ProbeReferenceVolume * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57E58, ProbeReferenceVolume__RegisterDebug_b__119_10__MethodInfo); DO_APP_FUNC(0x02AA8DA0, int32_t, ProbeReferenceVolume__RegisterDebug_b__119_11, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57E68, ProbeReferenceVolume__RegisterDebug_b__119_11__MethodInfo); DO_APP_FUNC(0x02AA8DC0, void, ProbeReferenceVolume__RegisterDebug_b__119_12, (ProbeReferenceVolume * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57D48, ProbeReferenceVolume__RegisterDebug_b__119_12__MethodInfo); DO_APP_FUNC(0x02AA8DE0, float, ProbeReferenceVolume__RegisterDebug_b__119_13, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57D60, ProbeReferenceVolume__RegisterDebug_b__119_13__MethodInfo); DO_APP_FUNC(0x02AA8E00, void, ProbeReferenceVolume__RegisterDebug_b__119_14, (ProbeReferenceVolume * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57D70, ProbeReferenceVolume__RegisterDebug_b__119_14__MethodInfo); DO_APP_FUNC(0x02AA8E20, float, ProbeReferenceVolume__RegisterDebug_b__119_17, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57D78, ProbeReferenceVolume__RegisterDebug_b__119_17__MethodInfo); DO_APP_FUNC(0x02AA8E40, void, ProbeReferenceVolume__RegisterDebug_b__119_18, (ProbeReferenceVolume * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57D88, ProbeReferenceVolume__RegisterDebug_b__119_18__MethodInfo); DO_APP_FUNC(0x02AA8E60, float, ProbeReferenceVolume__RegisterDebug_b__119_19, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57D98, ProbeReferenceVolume__RegisterDebug_b__119_19__MethodInfo); DO_APP_FUNC(0x02AA8E80, void, ProbeReferenceVolume__RegisterDebug_b__119_20, (ProbeReferenceVolume * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57DC0, ProbeReferenceVolume__RegisterDebug_b__119_20__MethodInfo); DO_APP_FUNC(0x02AA8EA0, int32_t, ProbeReferenceVolume__RegisterDebug_b__119_22, (ProbeReferenceVolume * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57EF8, ProbeReferenceVolume__RegisterDebug_b__119_22__MethodInfo); DO_APP_FUNC(0x02AA8EC0, void, ProbeReferenceVolume__RegisterDebug_b__119_23, (ProbeReferenceVolume * __this, int32_t v, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57F00, ProbeReferenceVolume__RegisterDebug_b__119_23__MethodInfo); DO_APP_FUNC(0x02AA8F80, void, ProbeReferenceVolume_Cell__ctor, (ProbeReferenceVolume_Cell * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ProbeReferenceVolume_CellChunkInfo__ctor, (ProbeReferenceVolume_CellChunkInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02AA8F90, int32_t, ProbeReferenceVolume_CellSortInfo_CompareTo, (ProbeReferenceVolume_CellSortInfo * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ProbeReferenceVolume_CellSortInfo__ctor, (ProbeReferenceVolume_CellSortInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02AA9040, void, ProbeReferenceVolume_Volume__ctor, (ProbeReferenceVolume_Volume * __this, Matrix4x4 trs, float maxSubdivision, float minSubdivision, MethodInfo * method)); DO_APP_FUNC(0x02AA91A0, void, ProbeReferenceVolume_Volume__ctor_1, (ProbeReferenceVolume_Volume * __this, Vector3 corner, Vector3 X, Vector3 Y, Vector3 Z, float maxSubdivision, float minSubdivision, MethodInfo * method)); DO_APP_FUNC(0x02AA9200, void, ProbeReferenceVolume_Volume__ctor_2, (ProbeReferenceVolume_Volume * __this, ProbeReferenceVolume_Volume copy, MethodInfo * method)); DO_APP_FUNC(0x02AA9250, Bounds, ProbeReferenceVolume_Volume_CalculateAABB, (ProbeReferenceVolume_Volume * __this, MethodInfo * method)); DO_APP_FUNC(0x02AA9510, void, ProbeReferenceVolume_Volume_CalculateCenterAndSize, (ProbeReferenceVolume_Volume * __this, Vector3 * center, Vector3 * size, MethodInfo * method)); DO_APP_FUNC(0x02AA9620, void, ProbeReferenceVolume_Volume_Transform, (ProbeReferenceVolume_Volume * __this, Matrix4x4 trs, MethodInfo * method)); DO_APP_FUNC(0x02AA98A0, String *, ProbeReferenceVolume_Volume_ToString, (ProbeReferenceVolume_Volume * __this, MethodInfo * method)); DO_APP_FUNC(0x02AA9B80, bool, ProbeReferenceVolume_Volume_Equals, (ProbeReferenceVolume_Volume * __this, ProbeReferenceVolume_Volume other, MethodInfo * method)); DO_APP_FUNC(0x00B3EE20, bool, ProbeReferenceVolume_RegId_IsValid, (ProbeReferenceVolume_RegId * __this, MethodInfo * method)); DO_APP_FUNC(0x00C84790, void, ProbeReferenceVolume_RegId_Invalidate, (ProbeReferenceVolume_RegId * __this, MethodInfo * method)); DO_APP_FUNC(0x00B40120, bool, ProbeReferenceVolume_RegId_op_Equality, (ProbeReferenceVolume_RegId lhs, ProbeReferenceVolume_RegId rhs, MethodInfo * method)); DO_APP_FUNC(0x00B30240, bool, ProbeReferenceVolume_RegId_op_Inequality, (ProbeReferenceVolume_RegId lhs, ProbeReferenceVolume_RegId rhs, MethodInfo * method)); DO_APP_FUNC(0x02AA9CE0, bool, ProbeReferenceVolume_RegId_Equals, (ProbeReferenceVolume_RegId * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, ProbeReferenceVolume_RegId_GetHashCode, (ProbeReferenceVolume_RegId * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ProbeReferenceVolume_CellInstancedDebugProbes__ctor, (ProbeReferenceVolume_CellInstancedDebugProbes * __this, MethodInfo * method)); DO_APP_FUNC(0x02AA9DD0, void, ProbeReferenceVolume_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ProbeReferenceVolume_c__ctor, (ProbeReferenceVolume_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, ProbeReferenceVolume_c__RegisterDebug_b__119_6, (ProbeReferenceVolume_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57ED0, ProbeReferenceVolume_c__RegisterDebug_b__119_6__MethodInfo); DO_APP_FUNC(0x02AA9E80, float, ProbeReferenceVolume_c__RegisterDebug_b__119_15, (ProbeReferenceVolume_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57E90, ProbeReferenceVolume_c__RegisterDebug_b__119_15__MethodInfo); DO_APP_FUNC(0x02AA9E90, float, ProbeReferenceVolume_c__RegisterDebug_b__119_16, (ProbeReferenceVolume_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57EA0, ProbeReferenceVolume_c__RegisterDebug_b__119_16__MethodInfo); DO_APP_FUNC(0x00986680, float, ProbeReferenceVolume_c__RegisterDebug_b__119_21, (ProbeReferenceVolume_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57EA8, ProbeReferenceVolume_c__RegisterDebug_b__119_21__MethodInfo); DO_APP_FUNC(0x003C94D0, int32_t, ProbeReferenceVolume_c__RegisterDebug_b__119_24, (ProbeReferenceVolume_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57EB0, ProbeReferenceVolume_c__RegisterDebug_b__119_24__MethodInfo); DO_APP_FUNC(0x02AA9EA0, int32_t, ProbeReferenceVolume_c__RegisterDebug_b__119_25, (ProbeReferenceVolume_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57EC0, ProbeReferenceVolume_c__RegisterDebug_b__119_25__MethodInfo); DO_APP_FUNC(0x02AA9F40, void, ProbeVolumeDebug__ctor, (ProbeVolumeDebug * __this, MethodInfo * method)); DO_APP_FUNC(0x02AA9F70, int32_t, ProbeReferenceVolumeProfile_get_cellSizeInBricks, (ProbeReferenceVolumeProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02AA9FA0, int32_t, ProbeReferenceVolumeProfile_get_maxSubdivision, (ProbeReferenceVolumeProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02AA9FB0, float, ProbeReferenceVolumeProfile_get_minBrickSize, (ProbeReferenceVolumeProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02AA9FD0, float, ProbeReferenceVolumeProfile_get_cellSizeInMeters, (ProbeReferenceVolumeProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02AAA020, void, ProbeReferenceVolumeProfile_OnEnable, (ProbeReferenceVolumeProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02AAA080, bool, ProbeReferenceVolumeProfile_IsEquivalent, (ProbeReferenceVolumeProfile * __this, ProbeReferenceVolumeProfile * otherProfile, MethodInfo * method)); DO_APP_FUNC(0x02AAA170, void, ProbeReferenceVolumeProfile__ctor, (ProbeReferenceVolumeProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02AAA1F0, void, ProbeVolume__ctor, (ProbeVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, ProbeVolumeAsset_get_Version, (ProbeVolumeAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02AAA270, int32_t, ProbeVolumeAsset_get_maxSubdivision, (ProbeVolumeAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02AAA280, float, ProbeVolumeAsset_get_minBrickSize, (ProbeVolumeAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02AAA2A0, bool, ProbeVolumeAsset_CompatibleWith, (ProbeVolumeAsset * __this, ProbeVolumeAsset * otherAsset, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, String *, ProbeVolumeAsset_GetSerializedFullPath, (ProbeVolumeAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02AAA300, void, ProbeVolumeAsset__ctor, (ProbeVolumeAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02AAA460, void, ProbeVolumePerSceneData_OnAfterDeserialize, (ProbeVolumePerSceneData * __this, MethodInfo * method)); DO_APP_FUNC(0x02AAA6F0, void, ProbeVolumePerSceneData_OnBeforeSerialize, (ProbeVolumePerSceneData * __this, MethodInfo * method)); DO_APP_FUNC(0x02AAAC10, void, ProbeVolumePerSceneData_StoreAssetForState, (ProbeVolumePerSceneData * __this, ProbeVolumeState__Enum state, ProbeVolumeAsset * asset, MethodInfo * method)); DO_APP_FUNC(0x02AAACA0, void, ProbeVolumePerSceneData_InvalidateAllAssets, (ProbeVolumePerSceneData * __this, MethodInfo * method)); DO_APP_FUNC(0x02AAB060, ProbeVolumeAsset *, ProbeVolumePerSceneData_GetCurrentStateAsset, (ProbeVolumePerSceneData * __this, MethodInfo * method)); DO_APP_FUNC(0x02AAB110, void, ProbeVolumePerSceneData_QueueAssetLoading, (ProbeVolumePerSceneData * __this, MethodInfo * method)); DO_APP_FUNC(0x02AAB340, void, ProbeVolumePerSceneData_QueueAssetRemoval, (ProbeVolumePerSceneData * __this, MethodInfo * method)); DO_APP_FUNC(0x02AAB530, void, ProbeVolumePerSceneData_OnEnable, (ProbeVolumePerSceneData * __this, MethodInfo * method)); DO_APP_FUNC(0x02AAB540, void, ProbeVolumePerSceneData_OnDisable, (ProbeVolumePerSceneData * __this, MethodInfo * method)); DO_APP_FUNC(0x02AAB540, void, ProbeVolumePerSceneData_OnDestroy, (ProbeVolumePerSceneData * __this, MethodInfo * method)); DO_APP_FUNC(0x02AAB550, void, ProbeVolumePerSceneData_Update, (ProbeVolumePerSceneData * __this, MethodInfo * method)); DO_APP_FUNC(0x02AAB760, void, ProbeVolumePerSceneData__ctor, (ProbeVolumePerSceneData * __this, MethodInfo * method)); DO_APP_FUNC(0x02AAB870, String *, ProbeVolumeSceneData_GetSceneGUID, (ProbeVolumeSceneData * __this, Scene scene, MethodInfo * method)); DO_APP_FUNC(0x02AAB960, void, ProbeVolumeSceneData__ctor, (ProbeVolumeSceneData * __this, Object_1 * parentAsset, String * parentSceneDataPropertyName, MethodInfo * method)); DO_APP_FUNC(0x02AAC330, void, ProbeVolumeSceneData_SetParentObject, (ProbeVolumeSceneData * __this, Object_1 * parent, String * parentSceneDataPropertyName, MethodInfo * method)); DO_APP_FUNC(0x02AAC3F0, void, ProbeVolumeSceneData_OnAfterDeserialize, (ProbeVolumeSceneData * __this, MethodInfo * method)); DO_APP_FUNC(0x02AAD260, void, ProbeVolumeSceneData_UpdateBakingSets, (ProbeVolumeSceneData * __this, MethodInfo * method)); DO_APP_FUNC(0x02AAD9A0, void, ProbeVolumeSceneData_OnBeforeSerialize, (ProbeVolumeSceneData * __this, MethodInfo * method)); DO_APP_FUNC(0x02AAF020, ProbeVolumeSceneData_BakingSet *, ProbeVolumeSceneData_CreateNewBakingSet, (ProbeVolumeSceneData * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02AAF180, void, ProbeVolumeSceneData_InitializeBakingSet, (ProbeVolumeSceneData * __this, ProbeVolumeSceneData_BakingSet * set, String * name, MethodInfo * method)); DO_APP_FUNC(0x02AAF300, void, ProbeVolumeSceneData_SyncBakingSetSettings, (ProbeVolumeSceneData * __this, MethodInfo * method)); DO_APP_FUNC(0x02AAF6F0, void, ProbeVolumeSceneData__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02AAF880, void, ProbeVolumeSceneData_BakingSet__ctor, (ProbeVolumeSceneData_BakingSet * __this, MethodInfo * method)); DO_APP_FUNC(0x02AAF950, void, ProbeVolumeSceneData_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ProbeVolumeSceneData_c__ctor, (ProbeVolumeSceneData_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7700, String *, ProbeVolumeSceneData_c__UpdateBakingSets_b__22_0, (ProbeVolumeSceneData_c * __this, ProbeVolumeSceneData_SerializablePVProfile s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C575B8, ProbeVolumeSceneData_c__UpdateBakingSets_b__22_0__MethodInfo); DO_APP_FUNC(0x00C59310, bool, RendererList_1_get_isValid, (RendererList_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7E140, void, RendererList_1_set_isValid, (RendererList_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02AAFA00, RendererList_1, RendererList_1_Create, (RendererListDesc_1 * desc, MethodInfo * method)); DO_APP_FUNC(0x02AB01B0, void, RendererList_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02AB0270, CullingResults, RendererListDesc_1_get_cullingResult, (RendererListDesc_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02AB0280, void, RendererListDesc_1_set_cullingResult, (RendererListDesc_1 * __this, CullingResults value, MethodInfo * method)); DO_APP_FUNC(0x003BF700, Camera *, RendererListDesc_1_get_camera, (RendererListDesc_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF710, void, RendererListDesc_1_set_camera, (RendererListDesc_1 * __this, Camera * value, MethodInfo * method)); DO_APP_FUNC(0x0070E7E0, ShaderTagId, RendererListDesc_1_get_passName, (RendererListDesc_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D200, void, RendererListDesc_1_set_passName, (RendererListDesc_1 * __this, ShaderTagId value, MethodInfo * method)); DO_APP_FUNC(0x004B2C80, ShaderTagId__Array *, RendererListDesc_1_get_passNames, (RendererListDesc_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C90, void, RendererListDesc_1_set_passNames, (RendererListDesc_1 * __this, ShaderTagId__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02AB0290, void, RendererListDesc_1__ctor, (RendererListDesc_1 * __this, ShaderTagId passName, CullingResults cullingResult, Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x02AB03B0, void, RendererListDesc_1__ctor_1, (RendererListDesc_1 * __this, ShaderTagId__Array * passNames, CullingResults cullingResult, Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x02AB0510, bool, RendererListDesc_1_IsValid, (RendererListDesc_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RenderGraphContext__ctor, (RenderGraphContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, RenderGraphExecution__ctor, (RenderGraphExecution * __this, RenderGraph * renderGraph, MethodInfo * method)); DO_APP_FUNC(0x02AB0670, void, RenderGraphExecution_Dispose, (RenderGraphExecution * __this, MethodInfo * method)); DO_APP_FUNC(0x02AB0690, void, RenderGraphDebugParams_RegisterDebug, (RenderGraphDebugParams * __this, String * name, DebugUI_Panel * debugPanel, MethodInfo * method)); DO_APP_FUNC(0x02AB12F0, void, RenderGraphDebugParams_UnRegisterDebug, (RenderGraphDebugParams * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RenderGraphDebugParams__ctor, (RenderGraphDebugParams * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, RenderGraphDebugParams__RegisterDebug_b__10_0, (RenderGraphDebugParams * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C570C8, RenderGraphDebugParams__RegisterDebug_b__10_0__MethodInfo); DO_APP_FUNC(0x0075F010, void, RenderGraphDebugParams__RegisterDebug_b__10_1, (RenderGraphDebugParams * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C570D0, RenderGraphDebugParams__RegisterDebug_b__10_1__MethodInfo); DO_APP_FUNC(0x024B70F0, bool, RenderGraphDebugParams__RegisterDebug_b__10_2, (RenderGraphDebugParams * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C570E0, RenderGraphDebugParams__RegisterDebug_b__10_2__MethodInfo); DO_APP_FUNC(0x02AB1400, void, RenderGraphDebugParams__RegisterDebug_b__10_3, (RenderGraphDebugParams * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C570E8, RenderGraphDebugParams__RegisterDebug_b__10_3__MethodInfo); DO_APP_FUNC(0x02AB1410, bool, RenderGraphDebugParams__RegisterDebug_b__10_4, (RenderGraphDebugParams * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C570F0, RenderGraphDebugParams__RegisterDebug_b__10_4__MethodInfo); DO_APP_FUNC(0x02AB1420, void, RenderGraphDebugParams__RegisterDebug_b__10_5, (RenderGraphDebugParams * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C570F8, RenderGraphDebugParams__RegisterDebug_b__10_5__MethodInfo); DO_APP_FUNC(0x009866A0, bool, RenderGraphDebugParams__RegisterDebug_b__10_6, (RenderGraphDebugParams * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57140, RenderGraphDebugParams__RegisterDebug_b__10_6__MethodInfo); DO_APP_FUNC(0x009866B0, void, RenderGraphDebugParams__RegisterDebug_b__10_7, (RenderGraphDebugParams * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57148, RenderGraphDebugParams__RegisterDebug_b__10_7__MethodInfo); DO_APP_FUNC(0x02AB1430, void, RenderGraphDebugParams__RegisterDebug_b__10_8, (RenderGraphDebugParams * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57150, RenderGraphDebugParams__RegisterDebug_b__10_8__MethodInfo); DO_APP_FUNC(0x02AB14A0, void, RenderGraphDebugParams__RegisterDebug_b__10_9, (RenderGraphDebugParams * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57158, RenderGraphDebugParams__RegisterDebug_b__10_9__MethodInfo); DO_APP_FUNC(0x02AB1510, void, RenderGraphDebugParams_Strings__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02AB1D30, void, RenderGraphDebugData_Clear, (RenderGraphDebugData * __this, MethodInfo * method)); DO_APP_FUNC(0x02AB1FF0, void, RenderGraphDebugData__ctor, (RenderGraphDebugData * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C80, String *, RenderGraph_get_name, (RenderGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C90, void, RenderGraph_set_name, (RenderGraph * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02AB21E0, bool, RenderGraph_get_requireDebugData, (MethodInfo * method)); DO_APP_FUNC(0x02AB2240, void, RenderGraph_set_requireDebugData, (bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, RenderGraphDefaultResources *, RenderGraph_get_defaultResources, (RenderGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02AB22A0, void, RenderGraph__ctor, (RenderGraph * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02AB2F30, void, RenderGraph_Cleanup, (RenderGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02AB3300, void, RenderGraph_RegisterDebug, (RenderGraph * __this, DebugUI_Panel * panel, MethodInfo * method)); DO_APP_FUNC(0x02AB3330, void, RenderGraph_UnRegisterDebug, (RenderGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02AB3450, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_ *, RenderGraph_GetRegisteredRenderGraphs, (MethodInfo * method)); DO_APP_FUNC(0x02AB34B0, RenderGraphDebugData *, RenderGraph_GetDebugData, (RenderGraph * __this, String * executionName, MethodInfo * method)); DO_APP_FUNC(0x02AB3540, void, RenderGraph_EndFrame, (RenderGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02AB36D0, TextureHandle, RenderGraph_ImportTexture, (RenderGraph * __this, RTHandle * rt, MethodInfo * method)); DO_APP_FUNC(0x02AB38B0, TextureHandle, RenderGraph_ImportBackbuffer, (RenderGraph * __this, RenderTargetIdentifier rt, MethodInfo * method)); DO_APP_FUNC(0x02AB3910, TextureHandle, RenderGraph_CreateTexture, (RenderGraph * __this, TextureDesc * desc, MethodInfo * method)); DO_APP_FUNC(0x02AB3950, TextureHandle, RenderGraph_CreateSharedTexture, (RenderGraph * __this, TextureDesc * desc, bool explicitRelease, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56E60, RenderGraph_CreateSharedTexture__MethodInfo); DO_APP_FUNC(0x02AB39F0, void, RenderGraph_ReleaseSharedTexture, (RenderGraph * __this, TextureHandle texture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56EB0, RenderGraph_ReleaseSharedTexture__MethodInfo); DO_APP_FUNC(0x02AB3A80, TextureHandle, RenderGraph_CreateTexture_1, (RenderGraph * __this, TextureHandle texture, MethodInfo * method)); DO_APP_FUNC(0x02AB3B50, void, RenderGraph_CreateTextureIfInvalid, (RenderGraph * __this, TextureDesc * desc, TextureHandle * texture, MethodInfo * method)); DO_APP_FUNC(0x02AB3C30, TextureDesc, RenderGraph_GetTextureDesc, (RenderGraph * __this, TextureHandle texture, MethodInfo * method)); DO_APP_FUNC(0x02AB3CB0, RendererListHandle, RenderGraph_CreateRendererList, (RenderGraph * __this, RendererListDesc * desc, MethodInfo * method)); DO_APP_FUNC(0x02AB3E00, ComputeBufferHandle, RenderGraph_ImportComputeBuffer, (RenderGraph * __this, ComputeBuffer * computeBuffer, MethodInfo * method)); DO_APP_FUNC(0x02AB3F70, ComputeBufferHandle, RenderGraph_CreateComputeBuffer, (RenderGraph * __this, ComputeBufferDesc * desc, MethodInfo * method)); DO_APP_FUNC(0x02AB3FA0, ComputeBufferHandle, RenderGraph_CreateComputeBuffer_1, (RenderGraph * __this, ComputeBufferHandle * computeBuffer, MethodInfo * method)); DO_APP_FUNC(0x02AB4000, ComputeBufferDesc, RenderGraph_GetComputeBufferDesc, (RenderGraph * __this, ComputeBufferHandle * computeBuffer, MethodInfo * method)); DO_APP_FUNC(0x02AB4040, RenderGraphExecution, RenderGraph_RecordAndExecute, (RenderGraph * __this, RenderGraphParameters * parameters, MethodInfo * method)); DO_APP_FUNC(0x02AB45F0, void, RenderGraph_Execute, (RenderGraph * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56DC8, RenderGraph_Execute__MethodInfo); DO_APP_FUNC(0x02AB4A80, void, RenderGraph_BeginProfilingSampler, (RenderGraph * __this, ProfilingSampler * sampler, MethodInfo * method)); DO_APP_FUNC(0x02AB4DC0, void, RenderGraph_EndProfilingSampler, (RenderGraph * __this, ProfilingSampler * sampler, MethodInfo * method)); DO_APP_FUNC(0x003C7030, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ *, RenderGraph_GetCompiledPassInfos, (RenderGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02AB5090, void, RenderGraph_ClearCompiledGraph, (RenderGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02AB51A0, void, RenderGraph_InvalidateContext, (RenderGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02AB52E0, void, RenderGraph_OnPassAdded, (RenderGraph * __this, RenderGraphPass * pass, MethodInfo * method)); DO_APP_FUNC(0x02AB5330, void, RenderGraph_add_onGraphRegistered, (RenderGraph_OnGraphRegisteredDelegate * value, MethodInfo * method)); DO_APP_FUNC(0x02AB5480, void, RenderGraph_remove_onGraphRegistered, (RenderGraph_OnGraphRegisteredDelegate * value, MethodInfo * method)); DO_APP_FUNC(0x02AB55D0, void, RenderGraph_add_onGraphUnregistered, (RenderGraph_OnGraphRegisteredDelegate * value, MethodInfo * method)); DO_APP_FUNC(0x02AB5720, void, RenderGraph_remove_onGraphUnregistered, (RenderGraph_OnGraphRegisteredDelegate * value, MethodInfo * method)); DO_APP_FUNC(0x02AB5870, void, RenderGraph_add_onExecutionRegistered, (RenderGraph_OnExecutionRegisteredDelegate * value, MethodInfo * method)); DO_APP_FUNC(0x02AB59C0, void, RenderGraph_remove_onExecutionRegistered, (RenderGraph_OnExecutionRegisteredDelegate * value, MethodInfo * method)); DO_APP_FUNC(0x02AB5B10, void, RenderGraph_add_onExecutionUnregistered, (RenderGraph_OnExecutionRegisteredDelegate * value, MethodInfo * method)); DO_APP_FUNC(0x02AB5C60, void, RenderGraph_remove_onExecutionUnregistered, (RenderGraph_OnExecutionRegisteredDelegate * value, MethodInfo * method)); DO_APP_FUNC(0x02AB5DB0, void, RenderGraph_InitResourceInfosData, (RenderGraph * __this, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * resourceInfos, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02AB5EA0, void, RenderGraph_InitializeCompilationData, (RenderGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02AB6150, void, RenderGraph_CountReferences, (RenderGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02AB67C0, void, RenderGraph_CullUnusedPasses, (RenderGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02AB6D20, void, RenderGraph_UpdatePassSynchronization, (RenderGraph * __this, RenderGraph_CompiledPassInfo * currentPassInfo, RenderGraph_CompiledPassInfo * producerPassInfo, int32_t currentPassIndex, int32_t lastProducer, int32_t * intLastSyncIndex, MethodInfo * method)); DO_APP_FUNC(0x02AB6D40, void, RenderGraph_UpdateResourceSynchronization, (RenderGraph * __this, int32_t * lastGraphicsPipeSync, int32_t * lastComputePipeSync, int32_t currentPassIndex, RenderGraph_CompiledResourceInfo * resource, MethodInfo * method)); DO_APP_FUNC(0x02AB6E70, int32_t, RenderGraph_GetLatestProducerIndex, (RenderGraph * __this, int32_t passIndex, RenderGraph_CompiledResourceInfo * info, MethodInfo * method)); DO_APP_FUNC(0x02AB7070, int32_t, RenderGraph_GetLatestValidReadIndex, (RenderGraph * __this, RenderGraph_CompiledResourceInfo * info, MethodInfo * method)); DO_APP_FUNC(0x02AB7160, int32_t, RenderGraph_GetFirstValidWriteIndex, (RenderGraph * __this, RenderGraph_CompiledResourceInfo * info, MethodInfo * method)); DO_APP_FUNC(0x02AB7260, int32_t, RenderGraph_GetLatestValidWriteIndex, (RenderGraph * __this, RenderGraph_CompiledResourceInfo * info, MethodInfo * method)); DO_APP_FUNC(0x02AB7350, void, RenderGraph_CreateRendererLists, (RenderGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02AB7490, void, RenderGraph_UpdateResourceAllocationAndSynchronization, (RenderGraph * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56C40, RenderGraph_UpdateResourceAllocationAndSynchronization__MethodInfo); DO_APP_FUNC(0x02AB7DE0, bool, RenderGraph_AreRendererListsEmpty, (RenderGraph * __this, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * rendererLists, MethodInfo * method)); DO_APP_FUNC(0x02AB8150, void, RenderGraph_TryCullPassAtIndex, (RenderGraph * __this, int32_t passIndex, MethodInfo * method)); DO_APP_FUNC(0x02AB8250, void, RenderGraph_CullRendererLists, (RenderGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02AB8380, void, RenderGraph_CompileRenderGraph, (RenderGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02AB87C0, RenderGraph_CompiledPassInfo *, RenderGraph_CompilePassImmediatly, (RenderGraph * __this, RenderGraphPass * pass, MethodInfo * method)); DO_APP_FUNC(0x02AB91A0, void, RenderGraph_ExecutePassImmediatly, (RenderGraph * __this, RenderGraphPass * pass, MethodInfo * method)); DO_APP_FUNC(0x02AB91D0, void, RenderGraph_ExecuteCompiledPass, (RenderGraph * __this, RenderGraph_CompiledPassInfo * passInfo, int32_t passIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56B78, RenderGraph_ExecuteCompiledPass__MethodInfo); DO_APP_FUNC(0x02AB9490, void, RenderGraph_ExecuteRenderGraph, (RenderGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02AB9590, void, RenderGraph_PreRenderPassSetRenderTargets, (RenderGraph * __this, RenderGraph_CompiledPassInfo * passInfo, RenderGraphContext * rgContext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56A68, RenderGraph_PreRenderPassSetRenderTargets__MethodInfo); DO_APP_FUNC(0x02AB9D30, void, RenderGraph_PreRenderPassExecute, (RenderGraph * __this, RenderGraph_CompiledPassInfo * passInfo, RenderGraphContext * rgContext, MethodInfo * method)); DO_APP_FUNC(0x02ABA260, void, RenderGraph_PostRenderPassExecute, (RenderGraph * __this, RenderGraph_CompiledPassInfo * passInfo, RenderGraphContext * rgContext, MethodInfo * method)); DO_APP_FUNC(0x02ABA660, void, RenderGraph_ClearRenderPasses, (RenderGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02ABA800, void, RenderGraph_ReleaseImmediateModeResources, (RenderGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02ABA9E0, void, RenderGraph_LogFrameInformation, (RenderGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02ABABA0, void, RenderGraph_LogRendererListsCreation, (RenderGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02ABACD0, void, RenderGraph_LogRenderPassBegin, (RenderGraph * __this, RenderGraph_CompiledPassInfo * passInfo, MethodInfo * method)); DO_APP_FUNC(0x02ABAFF0, void, RenderGraph_LogCulledPasses, (RenderGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02ABB330, ProfilingSampler *, RenderGraph_GetDefaultProfilingSampler, (RenderGraph * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02ABB460, void, RenderGraph_UpdateImportedResourceLifeTime, (RenderGraph * __this, RenderGraphDebugData_ResourceDebugData * data, List_1_System_Int32_ * passList, MethodInfo * method)); DO_APP_FUNC(0x02ABB6E0, void, RenderGraph_GenerateDebugData, (RenderGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02ABC810, void, RenderGraph_CleanupDebugData, (RenderGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x02ABCA20, void, RenderGraph__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02ABCB90, void, RenderGraph_CompiledResourceInfo_Reset, (RenderGraph_CompiledResourceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02ABCD20, bool, RenderGraph_CompiledPassInfo_get_allowPassCulling, (RenderGraph_CompiledPassInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02ABCD40, void, RenderGraph_CompiledPassInfo_Reset, (RenderGraph_CompiledPassInfo * __this, RenderGraphPass * pass, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RenderGraph_ProfilingScopePassData__ctor, (RenderGraph_ProfilingScopePassData * __this, MethodInfo * method)); DO_APP_FUNC(0x008AC8F0, void, RenderGraph_OnGraphRegisteredDelegate__ctor, (RenderGraph_OnGraphRegisteredDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, RenderGraph_OnGraphRegisteredDelegate_Invoke, (RenderGraph_OnGraphRegisteredDelegate * __this, RenderGraph * graph, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, RenderGraph_OnGraphRegisteredDelegate_BeginInvoke, (RenderGraph_OnGraphRegisteredDelegate * __this, RenderGraph * graph, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, RenderGraph_OnGraphRegisteredDelegate_EndInvoke, (RenderGraph_OnGraphRegisteredDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01015CE0, void, RenderGraph_OnExecutionRegisteredDelegate__ctor, (RenderGraph_OnExecutionRegisteredDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, RenderGraph_OnExecutionRegisteredDelegate_Invoke, (RenderGraph_OnExecutionRegisteredDelegate * __this, RenderGraph * graph, String * executionName, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, RenderGraph_OnExecutionRegisteredDelegate_BeginInvoke, (RenderGraph_OnExecutionRegisteredDelegate * __this, RenderGraph * graph, String * executionName, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, RenderGraph_OnExecutionRegisteredDelegate_EndInvoke, (RenderGraph_OnExecutionRegisteredDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02ABD250, void, RenderGraph_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RenderGraph_c__ctor, (RenderGraph_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02ABD300, void, RenderGraph_c__BeginProfilingSampler_b__61_0, (RenderGraph_c * __this, RenderGraph_ProfilingScopePassData * data, RenderGraphContext * ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56D78, RenderGraph_c__BeginProfilingSampler_b__61_0__MethodInfo); DO_APP_FUNC(0x02ABD400, void, RenderGraph_c__EndProfilingSampler_b__62_0, (RenderGraph_c * __this, RenderGraph_ProfilingScopePassData * data, RenderGraphContext * ctx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56E30, RenderGraph_c__EndProfilingSampler_b__62_0__MethodInfo); DO_APP_FUNC(0x02ABD500, void, RenderGraphProfilingScope__ctor, (RenderGraphProfilingScope * __this, RenderGraph * renderGraph, ProfilingSampler * sampler, MethodInfo * method)); DO_APP_FUNC(0x02ABD5E0, void, RenderGraphProfilingScope_Dispose, (RenderGraphProfilingScope * __this, MethodInfo * method)); DO_APP_FUNC(0x02ABD620, void, RenderGraphProfilingScope_Dispose_1, (RenderGraphProfilingScope * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02ABD660, TextureHandle, RenderGraphBuilder_UseColorBuffer, (RenderGraphBuilder * __this, TextureHandle * input, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02ABD770, TextureHandle, RenderGraphBuilder_UseDepthBuffer, (RenderGraphBuilder * __this, TextureHandle * input, DepthAccess__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02ABD880, TextureHandle, RenderGraphBuilder_ReadTexture, (RenderGraphBuilder * __this, TextureHandle * input, MethodInfo * method)); DO_APP_FUNC(0x02ABDAC0, TextureHandle, RenderGraphBuilder_WriteTexture, (RenderGraphBuilder * __this, TextureHandle * input, MethodInfo * method)); DO_APP_FUNC(0x02ABDB20, TextureHandle, RenderGraphBuilder_ReadWriteTexture, (RenderGraphBuilder * __this, TextureHandle * input, MethodInfo * method)); DO_APP_FUNC(0x02ABDBA0, TextureHandle, RenderGraphBuilder_CreateTransientTexture, (RenderGraphBuilder * __this, TextureDesc * desc, MethodInfo * method)); DO_APP_FUNC(0x02ABDC10, TextureHandle, RenderGraphBuilder_CreateTransientTexture_1, (RenderGraphBuilder * __this, TextureHandle * texture, MethodInfo * method)); DO_APP_FUNC(0x02ABDD00, RendererListHandle, RenderGraphBuilder_UseRendererList, (RenderGraphBuilder * __this, RendererListHandle * input, MethodInfo * method)); DO_APP_FUNC(0x02ABDD70, ComputeBufferHandle, RenderGraphBuilder_ReadComputeBuffer, (RenderGraphBuilder * __this, ComputeBufferHandle * input, MethodInfo * method)); DO_APP_FUNC(0x02ABDDA0, ComputeBufferHandle, RenderGraphBuilder_WriteComputeBuffer, (RenderGraphBuilder * __this, ComputeBufferHandle * input, MethodInfo * method)); DO_APP_FUNC(0x02ABDDF0, ComputeBufferHandle, RenderGraphBuilder_CreateTransientComputeBuffer, (RenderGraphBuilder * __this, ComputeBufferDesc * desc, MethodInfo * method)); DO_APP_FUNC(0x02ABDE50, ComputeBufferHandle, RenderGraphBuilder_CreateTransientComputeBuffer_1, (RenderGraphBuilder * __this, ComputeBufferHandle * computebuffer, MethodInfo * method)); DO_APP_FUNC(0x02ABDEE0, void, RenderGraphBuilder_EnableAsyncCompute, (RenderGraphBuilder * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02ABDF00, void, RenderGraphBuilder_AllowPassCulling, (RenderGraphBuilder * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02ABDF20, void, RenderGraphBuilder_Dispose, (RenderGraphBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02ABDF90, void, RenderGraphBuilder_AllowRendererListCulling, (RenderGraphBuilder * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02ABDD00, RendererListHandle, RenderGraphBuilder_DependsOn, (RenderGraphBuilder * __this, RendererListHandle * input, MethodInfo * method)); DO_APP_FUNC(0x02ABDFB0, void, RenderGraphBuilder__ctor, (RenderGraphBuilder * __this, RenderGraphPass * renderPass, RenderGraphResourceRegistry * resources, RenderGraph * renderGraph, MethodInfo * method)); DO_APP_FUNC(0x02ABDF20, void, RenderGraphBuilder_Dispose_1, (RenderGraphBuilder * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RenderGraphBuilder_CheckResource, (RenderGraphBuilder * __this, ResourceHandle * res, bool dontCheckTransientReadWrite, MethodInfo * method)); DO_APP_FUNC(0x02ABE0C0, void, RenderGraphBuilder_GenerateDebugData, (RenderGraphBuilder * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01A20C60, TextureHandle, RenderGraphDefaultResources_get_blackTexture, (RenderGraphDefaultResources * __this, MethodInfo * method)); DO_APP_FUNC(0x01A20C70, void, RenderGraphDefaultResources_set_blackTexture, (RenderGraphDefaultResources * __this, TextureHandle value, MethodInfo * method)); DO_APP_FUNC(0x01A20C20, TextureHandle, RenderGraphDefaultResources_get_whiteTexture, (RenderGraphDefaultResources * __this, MethodInfo * method)); DO_APP_FUNC(0x01A20C30, void, RenderGraphDefaultResources_set_whiteTexture, (RenderGraphDefaultResources * __this, TextureHandle value, MethodInfo * method)); DO_APP_FUNC(0x0112EF30, TextureHandle, RenderGraphDefaultResources_get_clearTextureXR, (RenderGraphDefaultResources * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE0300, void, RenderGraphDefaultResources_set_clearTextureXR, (RenderGraphDefaultResources * __this, TextureHandle value, MethodInfo * method)); DO_APP_FUNC(0x00B2F370, TextureHandle, RenderGraphDefaultResources_get_magentaTextureXR, (RenderGraphDefaultResources * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE0310, void, RenderGraphDefaultResources_set_magentaTextureXR, (RenderGraphDefaultResources * __this, TextureHandle value, MethodInfo * method)); DO_APP_FUNC(0x02ABE0E0, TextureHandle, RenderGraphDefaultResources_get_blackTextureXR, (RenderGraphDefaultResources * __this, MethodInfo * method)); DO_APP_FUNC(0x02ABE0F0, void, RenderGraphDefaultResources_set_blackTextureXR, (RenderGraphDefaultResources * __this, TextureHandle value, MethodInfo * method)); DO_APP_FUNC(0x02863020, TextureHandle, RenderGraphDefaultResources_get_blackTextureArrayXR, (RenderGraphDefaultResources * __this, MethodInfo * method)); DO_APP_FUNC(0x02ABE100, void, RenderGraphDefaultResources_set_blackTextureArrayXR, (RenderGraphDefaultResources * __this, TextureHandle value, MethodInfo * method)); DO_APP_FUNC(0x01CBAD10, TextureHandle, RenderGraphDefaultResources_get_blackUIntTextureXR, (RenderGraphDefaultResources * __this, MethodInfo * method)); DO_APP_FUNC(0x02ABE110, void, RenderGraphDefaultResources_set_blackUIntTextureXR, (RenderGraphDefaultResources * __this, TextureHandle value, MethodInfo * method)); DO_APP_FUNC(0x02A42390, TextureHandle, RenderGraphDefaultResources_get_blackTexture3DXR, (RenderGraphDefaultResources * __this, MethodInfo * method)); DO_APP_FUNC(0x02A423A0, void, RenderGraphDefaultResources_set_blackTexture3DXR, (RenderGraphDefaultResources * __this, TextureHandle value, MethodInfo * method)); DO_APP_FUNC(0x02A423B0, TextureHandle, RenderGraphDefaultResources_get_whiteTextureXR, (RenderGraphDefaultResources * __this, MethodInfo * method)); DO_APP_FUNC(0x02A423C0, void, RenderGraphDefaultResources_set_whiteTextureXR, (RenderGraphDefaultResources * __this, TextureHandle value, MethodInfo * method)); DO_APP_FUNC(0x02A423D0, TextureHandle, RenderGraphDefaultResources_get_defaultShadowTexture, (RenderGraphDefaultResources * __this, MethodInfo * method)); DO_APP_FUNC(0x02A423E0, void, RenderGraphDefaultResources_set_defaultShadowTexture, (RenderGraphDefaultResources * __this, TextureHandle value, MethodInfo * method)); DO_APP_FUNC(0x02ABE120, void, RenderGraphDefaultResources__ctor, (RenderGraphDefaultResources * __this, MethodInfo * method)); DO_APP_FUNC(0x02ABE3A0, void, RenderGraphDefaultResources_Cleanup, (RenderGraphDefaultResources * __this, MethodInfo * method)); DO_APP_FUNC(0x02ABE3F0, void, RenderGraphDefaultResources_InitializeForRendering, (RenderGraphDefaultResources * __this, RenderGraph * renderGraph, MethodInfo * method)); DO_APP_FUNC(0x02ABE8E0, void, RenderGraphLogIndent__ctor, (RenderGraphLogIndent * __this, RenderGraphLogger * logger, int32_t indentation, MethodInfo * method)); DO_APP_FUNC(0x02ABE9B0, void, RenderGraphLogIndent_Dispose, (RenderGraphLogIndent * __this, MethodInfo * method)); DO_APP_FUNC(0x02ABEA40, void, RenderGraphLogIndent_Dispose_1, (RenderGraphLogIndent * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02ABEAE0, void, RenderGraphLogger_Initialize, (RenderGraphLogger * __this, String * logName, MethodInfo * method)); DO_APP_FUNC(0x02ABEC60, void, RenderGraphLogger_IncrementIndentation, (RenderGraphLogger * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02ABECD0, void, RenderGraphLogger_DecrementIndentation, (RenderGraphLogger * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02ABED40, void, RenderGraphLogger_LogLine, (RenderGraphLogger * __this, String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02ABEEE0, String *, RenderGraphLogger_GetLog, (RenderGraphLogger * __this, String * logName, MethodInfo * method)); DO_APP_FUNC(0x02ABEF90, String *, RenderGraphLogger_GetAllLogs, (RenderGraphLogger * __this, MethodInfo * method)); DO_APP_FUNC(0x02ABF190, void, RenderGraphLogger__ctor, (RenderGraphLogger * __this, MethodInfo * method)); DO_APP_FUNC(0x02ABF270, void, RenderGraphObjectPool__ctor, (RenderGraphObjectPool * __this, MethodInfo * method)); DO_APP_FUNC(0x02ABF570, MaterialPropertyBlock *, RenderGraphObjectPool_GetTempMaterialPropertyBlock, (RenderGraphObjectPool * __this, MethodInfo * method)); DO_APP_FUNC(0x02ABF710, void, RenderGraphObjectPool_ReleaseAllTempAlloc, (RenderGraphObjectPool * __this, MethodInfo * method)); DO_APP_FUNC(0x02ABFD60, void, RenderGraphObjectPool_Cleanup, (RenderGraphObjectPool * __this, MethodInfo * method)); DO_APP_FUNC(0x02ABFEA0, void, RenderGraphObjectPool_SharedObjectPoolBase_ClearAll, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RenderGraphObjectPool_SharedObjectPoolBase__ctor, (RenderGraphObjectPool_SharedObjectPoolBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC0030, void, RenderGraphObjectPool_SharedObjectPoolBase__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, RenderGraphPass_get_name, (RenderGraphPass * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, RenderGraphPass_set_name, (RenderGraphPass * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, RenderGraphPass_get_index, (RenderGraphPass * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, RenderGraphPass_set_index, (RenderGraphPass * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, ProfilingSampler *, RenderGraphPass_get_customSampler, (RenderGraphPass * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, RenderGraphPass_set_customSampler, (RenderGraphPass * __this, ProfilingSampler * value, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, RenderGraphPass_get_enableAsyncCompute, (RenderGraphPass * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, RenderGraphPass_set_enableAsyncCompute, (RenderGraphPass * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D09D10, bool, RenderGraphPass_get_allowPassCulling, (RenderGraphPass * __this, MethodInfo * method)); DO_APP_FUNC(0x01D09D20, void, RenderGraphPass_set_allowPassCulling, (RenderGraphPass * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02AC0110, TextureHandle, RenderGraphPass_get_depthBuffer, (RenderGraphPass * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC0120, void, RenderGraphPass_set_depthBuffer, (RenderGraphPass * __this, TextureHandle value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, TextureHandle__Array *, RenderGraphPass_get_colorBuffers, (RenderGraphPass * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, RenderGraphPass_set_colorBuffers, (RenderGraphPass * __this, TextureHandle__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003C5400, int32_t, RenderGraphPass_get_colorBufferMaxIndex, (RenderGraphPass * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5410, void, RenderGraphPass_set_colorBufferMaxIndex, (RenderGraphPass * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00A528F0, int32_t, RenderGraphPass_get_refCount, (RenderGraphPass * __this, MethodInfo * method)); DO_APP_FUNC(0x0111DDC0, void, RenderGraphPass_set_refCount, (RenderGraphPass * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0041F5E0, bool, RenderGraphPass_get_generateDebugData, (RenderGraphPass * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F5F0, void, RenderGraphPass_set_generateDebugData, (RenderGraphPass * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0060FCB0, bool, RenderGraphPass_get_allowRendererListCulling, (RenderGraphPass * __this, MethodInfo * method)); DO_APP_FUNC(0x0074C7E0, void, RenderGraphPass_set_allowRendererListCulling, (RenderGraphPass * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02AC0130, void, RenderGraphPass__ctor, (RenderGraphPass * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC08C0, void, RenderGraphPass_Clear, (RenderGraphPass * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC0C00, void, RenderGraphPass_AddResourceWrite, (RenderGraphPass * __this, ResourceHandle * res, MethodInfo * method)); DO_APP_FUNC(0x02AC0CD0, void, RenderGraphPass_AddResourceRead, (RenderGraphPass * __this, ResourceHandle * res, MethodInfo * method)); DO_APP_FUNC(0x02AC0DA0, void, RenderGraphPass_AddTransientResource, (RenderGraphPass * __this, ResourceHandle * res, MethodInfo * method)); DO_APP_FUNC(0x02AC0E70, void, RenderGraphPass_UseRendererList, (RenderGraphPass * __this, RendererListHandle rendererList, MethodInfo * method)); DO_APP_FUNC(0x02AC0ED0, void, RenderGraphPass_DependsOnRendererList, (RenderGraphPass * __this, RendererListHandle rendererList, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, RenderGraphPass_EnableAsyncCompute, (RenderGraphPass * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D09D20, void, RenderGraphPass_AllowPassCulling, (RenderGraphPass * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0074C7E0, void, RenderGraphPass_AllowRendererListCulling, (RenderGraphPass * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0041F5F0, void, RenderGraphPass_GenerateDebugData, (RenderGraphPass * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02AC0F30, void, RenderGraphPass_SetColorBuffer, (RenderGraphPass * __this, TextureHandle resource, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02AC0FE0, void, RenderGraphPass_SetDepthBuffer, (RenderGraphPass * __this, TextureHandle resource, DepthAccess__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02AC1040, ComputeBufferHandle, ComputeBufferHandle_get_nullHandle, (MethodInfo * method)); DO_APP_FUNC(0x02AC10A0, void, ComputeBufferHandle__ctor, (ComputeBufferHandle * __this, int32_t handle, bool shared, MethodInfo * method)); DO_APP_FUNC(0x02AC10E0, ComputeBuffer *, ComputeBufferHandle_op_Implicit, (ComputeBufferHandle buffer, MethodInfo * method)); DO_APP_FUNC(0x02AC11C0, bool, ComputeBufferHandle_IsValid, (ComputeBufferHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ComputeBufferHandle__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02AC1210, void, ComputeBufferDesc__ctor, (ComputeBufferDesc * __this, int32_t count, int32_t stride, MethodInfo * method)); DO_APP_FUNC(0x02AC1230, void, ComputeBufferDesc__ctor_1, (ComputeBufferDesc * __this, int32_t count, int32_t stride, ComputeBufferType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02AC1250, int32_t, ComputeBufferDesc_GetHashCode, (ComputeBufferDesc * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC1270, String *, ComputeBufferResource_GetName, (ComputeBufferResource * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC12C0, void, ComputeBufferResource_CreatePooledGraphicsResource, (ComputeBufferResource * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B2B8, ComputeBufferResource_CreatePooledGraphicsResource__MethodInfo); DO_APP_FUNC(0x02AC1460, void, ComputeBufferResource_ReleasePooledGraphicsResource, (ComputeBufferResource * __this, int32_t frameIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B238, ComputeBufferResource_ReleasePooledGraphicsResource__MethodInfo); DO_APP_FUNC(0x02AC15E0, void, ComputeBufferResource_CreateGraphicsResource, (ComputeBufferResource * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02AC1880, void, ComputeBufferResource_ReleaseGraphicsResource, (ComputeBufferResource * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC1920, void, ComputeBufferResource_LogCreation, (ComputeBufferResource * __this, RenderGraphLogger * logger, MethodInfo * method)); DO_APP_FUNC(0x02AC19B0, void, ComputeBufferResource_LogRelease, (ComputeBufferResource * __this, RenderGraphLogger * logger, MethodInfo * method)); DO_APP_FUNC(0x02AC1A40, void, ComputeBufferResource__ctor, (ComputeBufferResource * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC1A70, void, ComputeBufferPool_ReleaseInternalResource, (ComputeBufferPool * __this, ComputeBuffer * res, MethodInfo * method)); DO_APP_FUNC(0x02AC1AE0, String *, ComputeBufferPool_GetResourceName, (ComputeBufferPool * __this, ComputeBuffer * res, MethodInfo * method)); DO_APP_FUNC(0x02AC1B20, int64_t, ComputeBufferPool_GetResourceSize, (ComputeBufferPool * __this, ComputeBuffer * res, MethodInfo * method)); DO_APP_FUNC(0x02AC1BD0, String *, ComputeBufferPool_GetResourceTypeName, (ComputeBufferPool * __this, MethodInfo * method)); DO_APP_FUNC(0x0136E9E0, int32_t, ComputeBufferPool_GetSortIndex, (ComputeBufferPool * __this, ComputeBuffer * res, MethodInfo * method)); DO_APP_FUNC(0x02AC1C10, void, ComputeBufferPool_PurgeUnusedResources, (ComputeBufferPool * __this, int32_t currentFrameIndex, MethodInfo * method)); DO_APP_FUNC(0x02AC2170, void, ComputeBufferPool__ctor, (ComputeBufferPool * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IRenderGraphResourcePool__ctor, (IRenderGraphResourcePool * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC21B0, RenderGraphResourceRegistry *, RenderGraphResourceRegistry_get_current, (MethodInfo * method)); DO_APP_FUNC(0x02AC21F0, void, RenderGraphResourceRegistry_set_current, (RenderGraphResourceRegistry * value, MethodInfo * method)); DO_APP_FUNC(0x02AC2290, RTHandle *, RenderGraphResourceRegistry_GetTexture, (RenderGraphResourceRegistry * __this, TextureHandle * handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B208, RenderGraphResourceRegistry_GetTexture__MethodInfo); DO_APP_FUNC(0x02AC2550, bool, RenderGraphResourceRegistry_TextureNeedsFallback, (RenderGraphResourceRegistry * __this, TextureHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02AC2630, RendererList, RenderGraphResourceRegistry_GetRendererList, (RenderGraphResourceRegistry * __this, RendererListHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02AC2720, ComputeBuffer *, RenderGraphResourceRegistry_GetComputeBuffer, (RenderGraphResourceRegistry * __this, ComputeBufferHandle * handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B1F0, RenderGraphResourceRegistry_GetComputeBuffer__MethodInfo); DO_APP_FUNC(0x02AC2960, void, RenderGraphResourceRegistry__ctor, (RenderGraphResourceRegistry * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC2BB0, void, RenderGraphResourceRegistry__ctor_1, (RenderGraphResourceRegistry * __this, RenderGraphDebugParams * renderGraphDebug, RenderGraphLogger * frameInformationLogger, MethodInfo * method)); DO_APP_FUNC(0x02AC3410, void, RenderGraphResourceRegistry_BeginRenderGraph, (RenderGraphResourceRegistry * __this, int32_t executionCount, MethodInfo * method)); DO_APP_FUNC(0x02AC3590, void, RenderGraphResourceRegistry_BeginExecute, (RenderGraphResourceRegistry * __this, int32_t currentFrameIndex, MethodInfo * method)); DO_APP_FUNC(0x02AC3720, void, RenderGraphResourceRegistry_EndExecute, (RenderGraphResourceRegistry * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC3730, void, RenderGraphResourceRegistry_CheckHandleValidity, (RenderGraphResourceRegistry * __this, ResourceHandle * res, MethodInfo * method)); DO_APP_FUNC(0x02AC37A0, void, RenderGraphResourceRegistry_CheckHandleValidity_1, (RenderGraphResourceRegistry * __this, RenderGraphResourceType__Enum type, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B178, RenderGraphResourceRegistry_CheckHandleValidity_1__MethodInfo); DO_APP_FUNC(0x02AC38D0, void, RenderGraphResourceRegistry_IncrementWriteCount, (RenderGraphResourceRegistry * __this, ResourceHandle * res, MethodInfo * method)); DO_APP_FUNC(0x02AC3A20, String *, RenderGraphResourceRegistry_GetRenderGraphResourceName, (RenderGraphResourceRegistry * __this, ResourceHandle * res, MethodInfo * method)); DO_APP_FUNC(0x02AC3B70, String *, RenderGraphResourceRegistry_GetRenderGraphResourceName_1, (RenderGraphResourceRegistry * __this, RenderGraphResourceType__Enum type, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02AC3C30, bool, RenderGraphResourceRegistry_IsRenderGraphResourceImported, (RenderGraphResourceRegistry * __this, ResourceHandle * res, MethodInfo * method)); DO_APP_FUNC(0x02AC3D70, bool, RenderGraphResourceRegistry_IsRenderGraphResourceShared, (RenderGraphResourceRegistry * __this, RenderGraphResourceType__Enum type, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02AC3DD0, bool, RenderGraphResourceRegistry_IsGraphicsResourceCreated, (RenderGraphResourceRegistry * __this, ResourceHandle * res, MethodInfo * method)); DO_APP_FUNC(0x02AC3F20, bool, RenderGraphResourceRegistry_IsRendererListCreated, (RenderGraphResourceRegistry * __this, RendererListHandle * res, MethodInfo * method)); DO_APP_FUNC(0x02AC3FD0, bool, RenderGraphResourceRegistry_IsRenderGraphResourceImported_1, (RenderGraphResourceRegistry * __this, RenderGraphResourceType__Enum type, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02AC4080, int32_t, RenderGraphResourceRegistry_GetRenderGraphResourceTransientIndex, (RenderGraphResourceRegistry * __this, ResourceHandle * res, MethodInfo * method)); DO_APP_FUNC(0x02AC41C0, TextureHandle, RenderGraphResourceRegistry_ImportTexture, (RenderGraphResourceRegistry * __this, RTHandle * rt, MethodInfo * method)); DO_APP_FUNC(0x02AC42F0, TextureHandle, RenderGraphResourceRegistry_CreateSharedTexture, (RenderGraphResourceRegistry * __this, TextureDesc * desc, bool explicitRelease, MethodInfo * method)); DO_APP_FUNC(0x02AC45C0, void, RenderGraphResourceRegistry_ReleaseSharedTexture, (RenderGraphResourceRegistry * __this, TextureHandle texture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B108, RenderGraphResourceRegistry_ReleaseSharedTexture__MethodInfo); DO_APP_FUNC(0x02AC4780, TextureHandle, RenderGraphResourceRegistry_ImportBackbuffer, (RenderGraphResourceRegistry * __this, RenderTargetIdentifier rt, MethodInfo * method)); DO_APP_FUNC(0x02AC4A20, TextureHandle, RenderGraphResourceRegistry_CreateTexture, (RenderGraphResourceRegistry * __this, TextureDesc * desc, int32_t transientPassIndex, MethodInfo * method)); DO_APP_FUNC(0x02AC4BC0, int32_t, RenderGraphResourceRegistry_GetTextureResourceCount, (RenderGraphResourceRegistry * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC4C20, TextureResource *, RenderGraphResourceRegistry_GetTextureResource, (RenderGraphResourceRegistry * __this, ResourceHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02AC4DA0, TextureDesc, RenderGraphResourceRegistry_GetTextureResourceDesc, (RenderGraphResourceRegistry * __this, ResourceHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02AC4F60, void, RenderGraphResourceRegistry_ForceTextureClear, (RenderGraphResourceRegistry * __this, ResourceHandle * handle, Color clearColor, MethodInfo * method)); DO_APP_FUNC(0x02AC4FC0, RendererListHandle, RenderGraphResourceRegistry_CreateRendererList, (RenderGraphResourceRegistry * __this, RendererListDesc * desc, MethodInfo * method)); DO_APP_FUNC(0x02AC5100, ComputeBufferHandle, RenderGraphResourceRegistry_ImportComputeBuffer, (RenderGraphResourceRegistry * __this, ComputeBuffer * computeBuffer, MethodInfo * method)); DO_APP_FUNC(0x02AC5260, ComputeBufferHandle, RenderGraphResourceRegistry_CreateComputeBuffer, (RenderGraphResourceRegistry * __this, ComputeBufferDesc * desc, int32_t transientPassIndex, MethodInfo * method)); DO_APP_FUNC(0x02AC53E0, ComputeBufferDesc, RenderGraphResourceRegistry_GetComputeBufferResourceDesc, (RenderGraphResourceRegistry * __this, ResourceHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02AC5560, int32_t, RenderGraphResourceRegistry_GetComputeBufferResourceCount, (RenderGraphResourceRegistry * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC55C0, ComputeBufferResource *, RenderGraphResourceRegistry_GetComputeBufferResource, (RenderGraphResourceRegistry * __this, ResourceHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02AC5740, void, RenderGraphResourceRegistry_UpdateSharedResourceLastFrameIndex, (RenderGraphResourceRegistry * __this, int32_t type, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02AC57E0, void, RenderGraphResourceRegistry_ManageSharedRenderGraphResources, (RenderGraphResourceRegistry * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC5970, void, RenderGraphResourceRegistry_CreatePooledResource, (RenderGraphResourceRegistry * __this, RenderGraphContext * rgContext, int32_t type, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02AC5AB0, void, RenderGraphResourceRegistry_CreateTextureCallback, (RenderGraphResourceRegistry * __this, RenderGraphContext * rgContext, IRenderGraphResource * res, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B118, RenderGraphResourceRegistry_CreateTextureCallback__MethodInfo); DO_APP_FUNC(0x02AC5D00, void, RenderGraphResourceRegistry_ReleasePooledResource, (RenderGraphResourceRegistry * __this, RenderGraphContext * rgContext, int32_t type, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02AC5E30, void, RenderGraphResourceRegistry_ReleaseTextureCallback, (RenderGraphResourceRegistry * __this, RenderGraphContext * rgContext, IRenderGraphResource * res, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B120, RenderGraphResourceRegistry_ReleaseTextureCallback__MethodInfo); DO_APP_FUNC(0x003AC050, void, RenderGraphResourceRegistry_ValidateTextureDesc, (RenderGraphResourceRegistry * __this, TextureDesc * desc, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RenderGraphResourceRegistry_ValidateRendererListDesc, (RenderGraphResourceRegistry * __this, RendererListDesc * desc, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RenderGraphResourceRegistry_ValidateComputeBufferDesc, (RenderGraphResourceRegistry * __this, ComputeBufferDesc * desc, MethodInfo * method)); DO_APP_FUNC(0x02AC5FF0, void, RenderGraphResourceRegistry_CreateRendererLists, (RenderGraphResourceRegistry * __this, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * rendererLists, ScriptableRenderContext context, bool manualDispatch, MethodInfo * method)); DO_APP_FUNC(0x02AC64E0, void, RenderGraphResourceRegistry_Clear, (RenderGraphResourceRegistry * __this, bool onException, MethodInfo * method)); DO_APP_FUNC(0x02AC6790, void, RenderGraphResourceRegistry_PurgeUnusedGraphicsResources, (RenderGraphResourceRegistry * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC6800, void, RenderGraphResourceRegistry_Cleanup, (RenderGraphResourceRegistry * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC69A0, void, RenderGraphResourceRegistry_FlushLogs, (RenderGraphResourceRegistry * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC6A10, void, RenderGraphResourceRegistry_LogResources, (RenderGraphResourceRegistry * __this, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, RenderGraphResourceRegistry_ResourceCallback__ctor, (RenderGraphResourceRegistry_ResourceCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, RenderGraphResourceRegistry_ResourceCallback_Invoke, (RenderGraphResourceRegistry_ResourceCallback * __this, RenderGraphContext * rgContext, IRenderGraphResource * res, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, RenderGraphResourceRegistry_ResourceCallback_BeginInvoke, (RenderGraphResourceRegistry_ResourceCallback * __this, RenderGraphContext * rgContext, IRenderGraphResource * res, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, RenderGraphResourceRegistry_ResourceCallback_EndInvoke, (RenderGraphResourceRegistry_ResourceCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02AC6B40, void, RenderGraphResourceRegistry_RenderGraphResourcesData_Clear, (RenderGraphResourceRegistry_RenderGraphResourcesData * __this, bool onException, int32_t frameIndex, MethodInfo * method)); DO_APP_FUNC(0x02AC6C20, void, RenderGraphResourceRegistry_RenderGraphResourcesData_Cleanup, (RenderGraphResourceRegistry_RenderGraphResourcesData * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC6CC0, void, RenderGraphResourceRegistry_RenderGraphResourcesData_PurgeUnusedGraphicsResources, (RenderGraphResourceRegistry_RenderGraphResourcesData * __this, int32_t frameIndex, MethodInfo * method)); DO_APP_FUNC(0x02AC6CF0, void, RenderGraphResourceRegistry_RenderGraphResourcesData__ctor, (RenderGraphResourceRegistry_RenderGraphResourcesData * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59320, int32_t, RendererListHandle_get_handle, (RendererListHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01914E90, void, RendererListHandle_set_handle, (RendererListHandle * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01872CE0, void, RendererListHandle__ctor, (RendererListHandle * __this, int32_t handle, MethodInfo * method)); DO_APP_FUNC(0x01BE47D0, int32_t, RendererListHandle_op_Implicit, (RendererListHandle handle, MethodInfo * method)); DO_APP_FUNC(0x02AC6E80, RendererList, RendererListHandle_op_Implicit_1, (RendererListHandle rendererList, MethodInfo * method)); DO_APP_FUNC(0x00C59310, bool, RendererListHandle_IsValid, (RendererListHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC6F50, void, RendererListResource__ctor, (RendererListResource * __this, RendererListDesc * desc, MethodInfo * method)); DO_APP_FUNC(0x00C57D60, int32_t, ResourceHandle_get_index, (ResourceHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59320, RenderGraphResourceType__Enum, ResourceHandle_get_type, (ResourceHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x01914E90, void, ResourceHandle_set_type, (ResourceHandle * __this, RenderGraphResourceType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02AC70B0, int32_t, ResourceHandle_get_iType, (ResourceHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC7100, void, ResourceHandle__ctor, (ResourceHandle * __this, int32_t value, RenderGraphResourceType__Enum type, bool shared, MethodInfo * method)); DO_APP_FUNC(0x02AC71D0, int32_t, ResourceHandle_op_Implicit, (ResourceHandle handle, MethodInfo * method)); DO_APP_FUNC(0x02AC7220, bool, ResourceHandle_IsValid, (ResourceHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC72C0, void, ResourceHandle_NewFrame, (int32_t executionIndex, MethodInfo * method)); DO_APP_FUNC(0x02AC73B0, void, ResourceHandle__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02AC7410, void, IRenderGraphResource_Reset, (IRenderGraphResource * __this, IRenderGraphResourcePool * pool, MethodInfo * method)); DO_APP_FUNC(0x02AC7480, String *, IRenderGraphResource_GetName, (IRenderGraphResource * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, IRenderGraphResource_IsCreated, (IRenderGraphResource * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC74C0, void, IRenderGraphResource_IncrementWriteCount, (IRenderGraphResource * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC74D0, bool, IRenderGraphResource_NeedsFallBack, (IRenderGraphResource * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IRenderGraphResource_CreatePooledGraphicsResource, (IRenderGraphResource * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IRenderGraphResource_CreateGraphicsResource, (IRenderGraphResource * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IRenderGraphResource_ReleasePooledGraphicsResource, (IRenderGraphResource * __this, int32_t frameIndex, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IRenderGraphResource_ReleaseGraphicsResource, (IRenderGraphResource * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IRenderGraphResource_LogCreation, (IRenderGraphResource * __this, RenderGraphLogger * logger, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IRenderGraphResource_LogRelease, (IRenderGraphResource * __this, RenderGraphLogger * logger, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, IRenderGraphResource_GetSortIndex, (IRenderGraphResource * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IRenderGraphResource__ctor, (IRenderGraphResource * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC74F0, TextureHandle, TextureHandle_get_nullHandle, (MethodInfo * method)); DO_APP_FUNC(0x02AC7550, void, TextureHandle__ctor, (TextureHandle * __this, int32_t handle, bool shared, MethodInfo * method)); DO_APP_FUNC(0x02AC75F0, RenderTargetIdentifier, TextureHandle_op_Implicit, (TextureHandle texture, MethodInfo * method)); DO_APP_FUNC(0x02AC7750, Texture *, TextureHandle_op_Implicit_1, (TextureHandle texture, MethodInfo * method)); DO_APP_FUNC(0x02AC7840, RenderTexture *, TextureHandle_op_Implicit_2, (TextureHandle texture, MethodInfo * method)); DO_APP_FUNC(0x02AC7930, RTHandle *, TextureHandle_op_Implicit_3, (TextureHandle texture, MethodInfo * method)); DO_APP_FUNC(0x02AC7A10, bool, TextureHandle_IsValid, (TextureHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC7A60, void, TextureHandle_SetFallBackResource, (TextureHandle * __this, TextureHandle texture, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextureHandle__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02AC7A70, void, TextureDesc_InitDefaultValues, (TextureDesc * __this, bool dynamicResolution, bool xrReady, MethodInfo * method)); DO_APP_FUNC(0x02AC7B10, void, TextureDesc__ctor, (TextureDesc * __this, int32_t width, int32_t height, bool dynamicResolution, bool xrReady, MethodInfo * method)); DO_APP_FUNC(0x02AC7B60, void, TextureDesc__ctor_1, (TextureDesc * __this, Vector2 scale, bool dynamicResolution, bool xrReady, MethodInfo * method)); DO_APP_FUNC(0x02AC7BC0, void, TextureDesc__ctor_2, (TextureDesc * __this, ScaleFunc * func, bool dynamicResolution, bool xrReady, MethodInfo * method)); DO_APP_FUNC(0x02AC7C70, void, TextureDesc__ctor_3, (TextureDesc * __this, TextureDesc input, MethodInfo * method)); DO_APP_FUNC(0x02AC7D00, int32_t, TextureDesc_GetHashCode, (TextureDesc * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC7E60, String *, TextureResource_GetName, (TextureResource * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC7ED0, void, TextureResource_CreatePooledGraphicsResource, (TextureResource * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B050, TextureResource_CreatePooledGraphicsResource__MethodInfo); DO_APP_FUNC(0x02AC8070, void, TextureResource_ReleasePooledGraphicsResource, (TextureResource * __this, int32_t frameIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B030, TextureResource_ReleasePooledGraphicsResource__MethodInfo); DO_APP_FUNC(0x02AC81F0, void, TextureResource_CreateGraphicsResource, (TextureResource * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02AC8B60, void, TextureResource_ReleaseGraphicsResource, (TextureResource * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC8BC0, void, TextureResource_LogCreation, (TextureResource * __this, RenderGraphLogger * logger, MethodInfo * method)); DO_APP_FUNC(0x02AC8CD0, void, TextureResource_LogRelease, (TextureResource * __this, RenderGraphLogger * logger, MethodInfo * method)); DO_APP_FUNC(0x02AC8D60, void, TextureResource__ctor, (TextureResource * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC8D90, void, TexturePool_ReleaseInternalResource, (TexturePool * __this, RTHandle * res, MethodInfo * method)); DO_APP_FUNC(0x02AC8DB0, String *, TexturePool_GetResourceName, (TexturePool * __this, RTHandle * res, MethodInfo * method)); DO_APP_FUNC(0x02AC8DE0, int64_t, TexturePool_GetResourceSize, (TexturePool * __this, RTHandle * res, MethodInfo * method)); DO_APP_FUNC(0x02AC8E50, String *, TexturePool_GetResourceTypeName, (TexturePool * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC8E90, int32_t, TexturePool_GetSortIndex, (TexturePool * __this, RTHandle * res, MethodInfo * method)); DO_APP_FUNC(0x02AC8EB0, void, TexturePool_PurgeUnusedResources, (TexturePool * __this, int32_t currentFrameIndex, MethodInfo * method)); DO_APP_FUNC(0x02AC9410, void, TexturePool__ctor, (TexturePool * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC9450, void, CameraSwitcher_OnEnable, (CameraSwitcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02AC9F90, void, CameraSwitcher_OnDisable, (CameraSwitcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02ACA110, int32_t, CameraSwitcher_GetCameraCount, (CameraSwitcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02ACA130, Camera *, CameraSwitcher_GetNextCamera, (CameraSwitcher * __this, MethodInfo * method)); DO_APP_FUNC(0x02ACA180, void, CameraSwitcher_SetCameraIndex, (CameraSwitcher * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x008C6270, void, CameraSwitcher__ctor, (CameraSwitcher * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, CameraSwitcher__OnEnable_b__10_0, (CameraSwitcher * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B000, CameraSwitcher__OnEnable_b__10_0__MethodInfo); DO_APP_FUNC(0x02ACA990, void, CameraSwitcher__OnEnable_b__10_1, (CameraSwitcher * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B008, CameraSwitcher__OnEnable_b__10_1__MethodInfo); DO_APP_FUNC(0x01B48D90, int32_t, CameraSwitcher__OnEnable_b__10_2, (CameraSwitcher * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B010, CameraSwitcher__OnEnable_b__10_2__MethodInfo); DO_APP_FUNC(0x01E07B40, void, CameraSwitcher__OnEnable_b__10_3, (CameraSwitcher * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B018, CameraSwitcher__OnEnable_b__10_3__MethodInfo); DO_APP_FUNC(0x02ACA9A0, void, FreeCamera_OnEnable, (FreeCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x02ACA9B0, void, FreeCamera_RegisterInputs, (FreeCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x02ACB360, void, FreeCamera_UpdateInputs, (FreeCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x02ACB650, void, FreeCamera_Update, (FreeCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x02ACBF10, void, FreeCamera__ctor, (FreeCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x02ACBF80, CommandBuffer *, CommandBufferPool_Get, (MethodInfo * method)); DO_APP_FUNC(0x02ACC080, CommandBuffer *, CommandBufferPool_Get_1, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02ACC160, void, CommandBufferPool_Release, (CommandBuffer * buffer, MethodInfo * method)); DO_APP_FUNC(0x02ACC1F0, void, CommandBufferPool__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02ACC380, void, CommandBufferPool_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CommandBufferPool_c__ctor, (CommandBufferPool_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02ACC430, void, CommandBufferPool_c___cctor_b__4_0, (CommandBufferPool_c * __this, CommandBuffer * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5AE48, CommandBufferPool_c___cctor_b__4_0__MethodInfo); DO_APP_FUNC(0x02ACC490, void, ConstantBuffer_ReleaseAll, (MethodInfo * method)); DO_APP_FUNC(0x02ACC680, void, ConstantBuffer_Register, (ConstantBufferBase * cb, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ConstantBuffer__ctor, (ConstantBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02ACC740, void, ConstantBuffer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ConstantBufferBase__ctor, (ConstantBufferBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DisplayInfoAttribute__ctor, (DisplayInfoAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AdditionalPropertyAttribute__ctor, (AdditionalPropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02ACC820, void, CoreUnsafeUtils_CalculateRadixParams, (int32_t radixBits, int32_t * bitStates, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5AE98, CoreUnsafeUtils_CalculateRadixParams__MethodInfo); DO_APP_FUNC(0x02ACC8A0, int32_t, CoreUnsafeUtils_CalculateRadixSupportSize, (int32_t bitStates, int32_t arrayLength, MethodInfo * method)); DO_APP_FUNC(0x02ACC8B0, void, CoreUnsafeUtils_CalculateRadixSortSupportArrays, (int32_t bitStates, int32_t arrayLength, uint32_t * supportArray, uint32_t * * bucketIndices, uint32_t * * bucketSizes, uint32_t * * bucketPrefix, uint32_t * * arrayOutput, MethodInfo * method)); DO_APP_FUNC(0x02ACC8F0, void, CoreUnsafeUtils_MergeSort, (uint32_t * array, uint32_t * support, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02ACCAD0, void, CoreUnsafeUtils_MergeSort_1, (UInt32__Array * arr, int32_t sortSize, UInt32__Array * * supportArray, MethodInfo * method)); DO_APP_FUNC(0x02ACCC10, void, CoreUnsafeUtils_MergeSort_2, (NativeArray_1_System_UInt32_ arr, int32_t sortSize, NativeArray_1_System_UInt32_ * supportArray, MethodInfo * method)); DO_APP_FUNC(0x02ACCCF0, void, CoreUnsafeUtils_InsertionSort, (uint32_t * arr, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02ACCD40, void, CoreUnsafeUtils_InsertionSort_1, (UInt32__Array * arr, int32_t sortSize, MethodInfo * method)); DO_APP_FUNC(0x02ACCE00, void, CoreUnsafeUtils_InsertionSort_2, (NativeArray_1_System_UInt32_ arr, int32_t sortSize, MethodInfo * method)); DO_APP_FUNC(0x02ACCEE0, void, CoreUnsafeUtils_RadixSort, (uint32_t * array, uint32_t * support, int32_t radixBits, int32_t bitStates, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02ACD0A0, void, CoreUnsafeUtils_RadixSort_1, (UInt32__Array * arr, int32_t sortSize, UInt32__Array * * supportArray, int32_t radixBits, MethodInfo * method)); DO_APP_FUNC(0x02ACD270, void, CoreUnsafeUtils_RadixSort_2, (NativeArray_1_System_UInt32_ array, int32_t sortSize, NativeArray_1_System_UInt32_ * supportArray, int32_t radixBits, MethodInfo * method)); DO_APP_FUNC(0x02ACD3D0, void, CoreUnsafeUtils_QuickSort, (UInt32__Array * arr, int32_t left, int32_t right, MethodInfo * method)); DO_APP_FUNC(0x02ACD4C0, int32_t, CoreUnsafeUtils_CompareHashes, (int32_t oldHashCount, Hash128 * oldHashes, int32_t newHashCount, Hash128 * newHashes, int32_t * addIndices, int32_t * removeIndices, int32_t * addCount, int32_t * remCount, MethodInfo * method)); DO_APP_FUNC(0x02ACD540, void, CoreUnsafeUtils_CombineHashes, (int32_t count, Hash128 * hashes, Hash128 * outHash, MethodInfo * method)); DO_APP_FUNC(0x02ACD6B0, bool, CoreUnsafeUtils_HaveDuplicates, (Int32__Array * arr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5AE00, CoreUnsafeUtils_HaveDuplicates__MethodInfo); DO_APP_FUNC(0x003CB0C0, int32_t, CoreUnsafeUtils_FixedBufferStringQueue_get_Count, (CoreUnsafeUtils_FixedBufferStringQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, CoreUnsafeUtils_FixedBufferStringQueue_set_Count, (CoreUnsafeUtils_FixedBufferStringQueue * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02ACD820, void, CoreUnsafeUtils_FixedBufferStringQueue__ctor, (CoreUnsafeUtils_FixedBufferStringQueue * __this, uint8_t * ptr, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02ACD850, bool, CoreUnsafeUtils_FixedBufferStringQueue_TryPush, (CoreUnsafeUtils_FixedBufferStringQueue * __this, String * v, MethodInfo * method)); DO_APP_FUNC(0x02ACD8F0, bool, CoreUnsafeUtils_FixedBufferStringQueue_TryPop, (CoreUnsafeUtils_FixedBufferStringQueue * __this, String * * v, MethodInfo * method)); DO_APP_FUNC(0x02ACD9F0, void, CoreUnsafeUtils_FixedBufferStringQueue_Clear, (CoreUnsafeUtils_FixedBufferStringQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACBD70, uint32_t, CoreUnsafeUtils_UintKeyGetter_Get, (CoreUnsafeUtils_UintKeyGetter * __this, uint32_t * v, MethodInfo * method)); DO_APP_FUNC(0x01609450, void, PerformDynamicRes__ctor, (PerformDynamicRes * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BADCD0, float, PerformDynamicRes_Invoke, (PerformDynamicRes * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5A50, IAsyncResult *, PerformDynamicRes_BeginInvoke, (PerformDynamicRes * __this, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x00BF03A0, float, PerformDynamicRes_EndInvoke, (PerformDynamicRes * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02ACDA70, void, DynamicResolutionHandler_Reset, (DynamicResolutionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x006104D0, DynamicResUpscaleFilter__Enum, DynamicResolutionHandler_get_filter, (DynamicResolutionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01D595A0, void, DynamicResolutionHandler_set_filter, (DynamicResolutionHandler * __this, DynamicResUpscaleFilter__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Vector2Int, DynamicResolutionHandler_get_finalViewport, (DynamicResolutionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x00725180, void, DynamicResolutionHandler_set_finalViewport, (DynamicResolutionHandler * __this, Vector2Int value, MethodInfo * method)); DO_APP_FUNC(0x01D09D20, void, DynamicResolutionHandler_set_runUpscalerFilterOnFullResolution, (DynamicResolutionHandler * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02ACDAC0, bool, DynamicResolutionHandler_get_runUpscalerFilterOnFullResolution, (DynamicResolutionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02ACDAE0, bool, DynamicResolutionHandler_FlushScalableBufferManagerState, (DynamicResolutionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02ACDC80, DynamicResolutionHandler *, DynamicResolutionHandler_GetOrCreateDrsInstanceHandler, (Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x00C6E410, void, DynamicResolutionHandler_set_upsamplerSchedule, (DynamicResolutionHandler * __this, DynamicResolutionHandler_UpsamplerScheduleType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00C6E400, DynamicResolutionHandler_UpsamplerScheduleType__Enum, DynamicResolutionHandler_get_upsamplerSchedule, (DynamicResolutionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02ACE2D0, DynamicResolutionHandler *, DynamicResolutionHandler_get_instance, (MethodInfo * method)); DO_APP_FUNC(0x02ACE330, void, DynamicResolutionHandler__ctor, (DynamicResolutionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x00C69E60, float, DynamicResolutionHandler_DefaultDynamicResMethod, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5AD60, DynamicResolutionHandler_DefaultDynamicResMethod__MethodInfo); DO_APP_FUNC(0x02ACE3F0, void, DynamicResolutionHandler_ProcessSettings, (DynamicResolutionHandler * __this, GlobalDynamicResolutionSettings settings, MethodInfo * method)); DO_APP_FUNC(0x02ACE640, Vector2, DynamicResolutionHandler_GetResolvedScale, (DynamicResolutionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02ACE6B0, float, DynamicResolutionHandler_CalculateMipBias, (DynamicResolutionHandler * __this, Vector2Int inputResolution, Vector2Int outputResolution, bool forceApply, MethodInfo * method)); DO_APP_FUNC(0x02ACE760, void, DynamicResolutionHandler_SetDynamicResScaler, (PerformDynamicRes * scaler, DynamicResScalePolicyType__Enum scalerType, MethodInfo * method)); DO_APP_FUNC(0x02ACE890, void, DynamicResolutionHandler_SetSystemDynamicResScaler, (PerformDynamicRes * scaler, DynamicResScalePolicyType__Enum scalerType, MethodInfo * method)); DO_APP_FUNC(0x02ACE9C0, void, DynamicResolutionHandler_SetActiveDynamicScalerSlot, (DynamicResScalerSlot__Enum slot, MethodInfo * method)); DO_APP_FUNC(0x02ACEA20, void, DynamicResolutionHandler_ClearSelectedCamera, (MethodInfo * method)); DO_APP_FUNC(0x02ACEB00, void, DynamicResolutionHandler_SetUpscaleFilter, (Camera * camera, DynamicResUpscaleFilter__Enum filter, MethodInfo * method)); DO_APP_FUNC(0x019C8EE0, void, DynamicResolutionHandler_SetCurrentCameraRequest, (DynamicResolutionHandler * __this, bool cameraRequest, MethodInfo * method)); DO_APP_FUNC(0x02ACECA0, void, DynamicResolutionHandler_UpdateAndUseCamera, (Camera * camera, Nullable_1_UnityEngine_Rendering_GlobalDynamicResolutionSettings_ settings, Action * OnResolutionChange, MethodInfo * method)); DO_APP_FUNC(0x02ACEFF0, void, DynamicResolutionHandler_Update, (DynamicResolutionHandler * __this, GlobalDynamicResolutionSettings settings, Action * OnResolutionChange, MethodInfo * method)); DO_APP_FUNC(0x02ACF330, bool, DynamicResolutionHandler_SoftwareDynamicResIsEnabled, (DynamicResolutionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02ACF370, bool, DynamicResolutionHandler_HardwareDynamicResIsEnabled, (DynamicResolutionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02ACF390, bool, DynamicResolutionHandler_RequestsHardwareDynamicResolution, (DynamicResolutionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02ACF3B0, bool, DynamicResolutionHandler_DynamicResolutionEnabled, (DynamicResolutionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x00660380, void, DynamicResolutionHandler_ForceSoftwareFallback, (DynamicResolutionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02ACF3E0, Vector2Int, DynamicResolutionHandler_GetScaledSize, (DynamicResolutionHandler * __this, Vector2Int size, MethodInfo * method)); DO_APP_FUNC(0x02ACF470, Vector2Int, DynamicResolutionHandler_ApplyScalesOnSize, (DynamicResolutionHandler * __this, Vector2Int size, MethodInfo * method)); DO_APP_FUNC(0x02ACF4F0, Vector2Int, DynamicResolutionHandler_ApplyScalesOnSize_1, (DynamicResolutionHandler * __this, Vector2Int size, Vector2 scales, MethodInfo * method)); DO_APP_FUNC(0x02ACF5C0, float, DynamicResolutionHandler_GetCurrentScale, (DynamicResolutionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02ACF5E0, Vector2Int, DynamicResolutionHandler_GetLastScaledSize, (DynamicResolutionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02ACF5F0, float, DynamicResolutionHandler_GetLowResMultiplier, (DynamicResolutionHandler * __this, float targetLowRes, MethodInfo * method)); DO_APP_FUNC(0x02ACF6D0, void, DynamicResolutionHandler__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02ACFCC0, GlobalDynamicResolutionSettings, GlobalDynamicResolutionSettings_NewDefault, (MethodInfo * method)); DO_APP_FUNC(0x02ACFD10, Enum, SerializableEnum_get_value, (SerializableEnum * __this, MethodInfo * method)); DO_APP_FUNC(0x02ACFF20, void, SerializableEnum_set_value, (SerializableEnum * __this, Enum value, MethodInfo * method)); DO_APP_FUNC(0x02ACFFA0, void, SerializableEnum__ctor, (SerializableEnum * __this, Type * enumType, MethodInfo * method)); DO_APP_FUNC(0x02AD0170, float, XRGraphics_get_eyeTextureResolutionScale, (MethodInfo * method)); DO_APP_FUNC(0x02AD0210, void, XRGraphics_set_eyeTextureResolutionScale, (float value, MethodInfo * method)); DO_APP_FUNC(0x02AD0270, float, XRGraphics_get_renderViewportScale, (MethodInfo * method)); DO_APP_FUNC(0x02A8CB90, bool, XRGraphics_get_enabled, (MethodInfo * method)); DO_APP_FUNC(0x02AD0310, bool, XRGraphics_get_isDeviceActive, (MethodInfo * method)); DO_APP_FUNC(0x02AD03A0, String *, XRGraphics_get_loadedDeviceName, (MethodInfo * method)); DO_APP_FUNC(0x02AD0460, String__Array *, XRGraphics_get_supportedDevices, (MethodInfo * method)); DO_APP_FUNC(0x02AD0520, XRGraphics_StereoRenderingMode__Enum, XRGraphics_get_stereoRenderingMode, (MethodInfo * method)); DO_APP_FUNC(0x02AD05C0, RenderTextureDescriptor, XRGraphics_get_eyeTextureDesc, (MethodInfo * method)); DO_APP_FUNC(0x02AD06D0, int32_t, XRGraphics_get_eyeTextureWidth, (MethodInfo * method)); DO_APP_FUNC(0x02AD0760, int32_t, XRGraphics_get_eyeTextureHeight, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XRGraphics__ctor, (XRGraphics * __this, MethodInfo * method)); DO_APP_FUNC(0x02AD07F0, void, DebugManager_RegisterActions, (DebugManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02AD1420, void, DebugManager_EnableInputActions, (DebugManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02AD15C0, void, DebugManager_AddAction, (DebugManager * __this, DebugAction__Enum action, DebugActionDesc * desc, MethodInfo * method)); DO_APP_FUNC(0x02AD1780, void, DebugManager_SampleAction, (DebugManager * __this, int32_t actionIndex, MethodInfo * method)); DO_APP_FUNC(0x02AD19D0, void, DebugManager_UpdateAction, (DebugManager * __this, int32_t actionIndex, MethodInfo * method)); DO_APP_FUNC(0x02AD1A30, void, DebugManager_UpdateActions, (DebugManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02AD1AD0, float, DebugManager_GetAction, (DebugManager * __this, DebugAction__Enum action, MethodInfo * method)); DO_APP_FUNC(0x02AD1B10, bool, DebugManager_GetActionToggleDebugMenuWithTouch, (DebugManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02AD1E70, bool, DebugManager_GetActionReleaseScrollTarget, (DebugManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02AD2010, void, DebugManager_RegisterInputs, (DebugManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02AD2A60, DebugManager *, DebugManager_get_instance, (MethodInfo * method)); DO_APP_FUNC(0x02AD2B20, void, DebugManager_UpdateReadOnlyCollection, (DebugManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02AD2BE0, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Panel_ *, DebugManager_get_panels, (DebugManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02AD2C10, void, DebugManager_add_onDisplayRuntimeUIChanged, (DebugManager * __this, Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x02AD2D20, void, DebugManager_remove_onDisplayRuntimeUIChanged, (DebugManager * __this, Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x02AD2E30, void, DebugManager_add_onSetDirty, (DebugManager * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x02AD2F20, void, DebugManager_remove_onSetDirty, (DebugManager * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x02AD3010, void, DebugManager_add_resetData, (DebugManager * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x02AD3100, void, DebugManager_remove_resetData, (DebugManager * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x00562610, bool, DebugManager_get_displayEditorUI, (DebugManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00562620, void, DebugManager_ToggleEditorUI, (DebugManager * __this, bool open, MethodInfo * method)); DO_APP_FUNC(0x00648660, bool, DebugManager_get_enableRuntimeUI, (DebugManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02AD31F0, void, DebugManager_set_enableRuntimeUI, (DebugManager * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02AD3210, bool, DebugManager_get_displayRuntimeUI, (DebugManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02AD3370, void, DebugManager_set_displayRuntimeUI, (DebugManager * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02AD37E0, bool, DebugManager_get_displayPersistentRuntimeUI, (DebugManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02AD3940, void, DebugManager_set_displayPersistentRuntimeUI, (DebugManager * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02AD3A70, void, DebugManager__ctor, (DebugManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01F33EF0, void, DebugManager_RefreshEditor, (DebugManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02AD3F40, void, DebugManager_Reset, (DebugManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02AD3F90, void, DebugManager_ReDrawOnScreenDebug, (DebugManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02AD3FC0, void, DebugManager_RegisterData, (DebugManager * __this, IDebugData * data, MethodInfo * method)); DO_APP_FUNC(0x02AD4100, void, DebugManager_UnregisterData, (DebugManager * __this, IDebugData * data, MethodInfo * method)); DO_APP_FUNC(0x02AD4240, int32_t, DebugManager_GetState, (DebugManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02AD43D0, void, DebugManager_RegisterRootCanvas, (DebugManager * __this, DebugUIHandlerCanvas * root, MethodInfo * method)); DO_APP_FUNC(0x02AD44F0, void, DebugManager_ChangeSelection, (DebugManager * __this, DebugUIHandlerWidget * widget, bool fromNext, MethodInfo * method)); DO_APP_FUNC(0x02AD4510, void, DebugManager_SetScrollTarget, (DebugManager * __this, DebugUIHandlerWidget * widget, MethodInfo * method)); DO_APP_FUNC(0x02AD4640, void, DebugManager_EnsurePersistentCanvas, (DebugManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02AD4B90, void, DebugManager_TogglePersistent, (DebugManager * __this, DebugUI_Widget * widget, MethodInfo * method)); DO_APP_FUNC(0x02AD4C70, void, DebugManager_OnPanelDirty, (DebugManager * __this, DebugUI_Panel * panel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5AAD8, DebugManager_OnPanelDirty__MethodInfo); DO_APP_FUNC(0x02AD4CA0, void, DebugManager_RequestEditorWindowPanelIndex, (DebugManager * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02AD4D00, Nullable_1_Int32_, DebugManager_GetRequestedEditorWindowPanelIndex, (DebugManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02AD4D10, DebugUI_Panel *, DebugManager_GetPanel, (DebugManager * __this, String * displayName, bool createIfNull, int32_t groupIndex, bool overrideIfExist, MethodInfo * method)); DO_APP_FUNC(0x02AD5200, void, DebugManager_RemovePanel, (DebugManager * __this, String * displayName, MethodInfo * method)); DO_APP_FUNC(0x02AD5490, void, DebugManager_RemovePanel_1, (DebugManager * __this, DebugUI_Panel * panel, MethodInfo * method)); DO_APP_FUNC(0x02AD5500, DebugUI_Widget *, DebugManager_GetItem, (DebugManager * __this, String * queryPath, MethodInfo * method)); DO_APP_FUNC(0x02AD5670, DebugUI_Widget *, DebugManager_GetItem_1, (DebugManager * __this, String * queryPath, DebugUI_IContainer * container, MethodInfo * method)); DO_APP_FUNC(0x02AD58D0, void, DebugManager__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02AD5A70, void, DebugManager_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugManager_c__ctor, (DebugManager_c * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugManager_c___ctor_b__61_0, (DebugManager_c * __this, bool _p0_, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5ABB0, DebugManager_c___ctor_b__61_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, DebugManager_c___ctor_b__61_1, (DebugManager_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5AB48, DebugManager_c___ctor_b__61_1__MethodInfo); DO_APP_FUNC(0x02AD5B20, DebugManager *, DebugManager_c___cctor_b__81_0, (DebugManager_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5AB00, DebugManager_c___cctor_b__81_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, DebugActionDesc__ctor, (DebugActionDesc * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F540, bool, DebugActionState_get_runningAction, (DebugActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F550, void, DebugActionState_set_runningAction, (DebugActionState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, DebugActionState_get_actionState, (DebugActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x00989750, void, DebugActionState_set_actionState, (DebugActionState * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02AD5B80, void, DebugActionState_Trigger, (DebugActionState * __this, int32_t triggerCount, float state, MethodInfo * method)); DO_APP_FUNC(0x02AD5C80, void, DebugActionState_TriggerWithButton, (DebugActionState * __this, InputAction_1 * action, float state, MethodInfo * method)); DO_APP_FUNC(0x02AD5E40, void, DebugActionState_Reset, (DebugActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x02AD5EA0, void, DebugActionState_Update, (DebugActionState * __this, DebugActionDesc * desc, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugActionState__ctor, (DebugActionState * __this, MethodInfo * method)); DO_APP_FUNC(0x02AD60A0, DebugShapes *, DebugShapes_get_instance, (MethodInfo * method)); DO_APP_FUNC(0x02AD6160, void, DebugShapes_BuildSphere, (DebugShapes * __this, Mesh * * outputMesh, float radius, uint32_t longSubdiv, uint32_t latSubdiv, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5AA88, DebugShapes_BuildSphere__MethodInfo); DO_APP_FUNC(0x02AD6B90, void, DebugShapes_BuildBox, (DebugShapes * __this, Mesh * * outputMesh, float length, float width, float height, MethodInfo * method)); DO_APP_FUNC(0x02AD7A40, void, DebugShapes_BuildCone, (DebugShapes * __this, Mesh * * outputMesh, float height, float topRadius, float bottomRadius, int32_t nbSides, MethodInfo * method)); DO_APP_FUNC(0x02AD8660, void, DebugShapes_BuildPyramid, (DebugShapes * __this, Mesh * * outputMesh, float width, float height, float depth, MethodInfo * method)); DO_APP_FUNC(0x02AD8D20, void, DebugShapes_BuildShapes, (DebugShapes * __this, MethodInfo * method)); DO_APP_FUNC(0x02AD8FF0, void, DebugShapes_RebuildResources, (DebugShapes * __this, MethodInfo * method)); DO_APP_FUNC(0x02AD9360, Mesh *, DebugShapes_RequestSphereMesh, (DebugShapes * __this, MethodInfo * method)); DO_APP_FUNC(0x02AD9380, Mesh *, DebugShapes_RequestBoxMesh, (DebugShapes * __this, MethodInfo * method)); DO_APP_FUNC(0x02AD93A0, Mesh *, DebugShapes_RequestConeMesh, (DebugShapes * __this, MethodInfo * method)); DO_APP_FUNC(0x02AD93C0, Mesh *, DebugShapes_RequestPyramidMesh, (DebugShapes * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugShapes__ctor, (DebugShapes * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugUI__ctor, (DebugUI * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, ObservableList_1_DebugUI_Widget_ *, DebugUI_Container_get_children, (DebugUI_Container * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, DebugUI_Container_set_children, (DebugUI_Container * __this, ObservableList_1_DebugUI_Widget_ * value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, DebugUI_Panel *, DebugUI_Container_get_panel, (DebugUI_Container * __this, MethodInfo * method)); DO_APP_FUNC(0x02AD93E0, void, DebugUI_Container_set_panel, (DebugUI_Container * __this, DebugUI_Panel * value, MethodInfo * method)); DO_APP_FUNC(0x02AD9660, void, DebugUI_Container__ctor, (DebugUI_Container * __this, MethodInfo * method)); DO_APP_FUNC(0x02AD9870, void, DebugUI_Container__ctor_1, (DebugUI_Container * __this, String * displayName, ObservableList_1_DebugUI_Widget_ * children, MethodInfo * method)); DO_APP_FUNC(0x02AD9A10, void, DebugUI_Container_GenerateQueryPath, (DebugUI_Container * __this, MethodInfo * method)); DO_APP_FUNC(0x02AD9D30, void, DebugUI_Container_OnItemAdded, (DebugUI_Container * __this, ObservableList_1_DebugUI_Widget_ * sender, ListChangedEventArgs_1_DebugUI_Widget_ * e, MethodInfo * method)); DO_APP_FUNC(0x02AD9DB0, void, DebugUI_Container_OnItemRemoved, (DebugUI_Container * __this, ObservableList_1_DebugUI_Widget_ * sender, ListChangedEventArgs_1_DebugUI_Widget_ * e, MethodInfo * method)); DO_APP_FUNC(0x02AD9E20, int32_t, DebugUI_Container_GetHashCode, (DebugUI_Container * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, DebugUI_Foldout_get_isReadOnly, (DebugUI_Foldout * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, String__Array *, DebugUI_Foldout_get_columnLabels, (DebugUI_Foldout * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, DebugUI_Foldout_set_columnLabels, (DebugUI_Foldout * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003C7000, String__Array *, DebugUI_Foldout_get_columnTooltips, (DebugUI_Foldout * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, DebugUI_Foldout_set_columnTooltips, (DebugUI_Foldout * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02ADA070, void, DebugUI_Foldout__ctor, (DebugUI_Foldout * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADA080, void, DebugUI_Foldout__ctor_1, (DebugUI_Foldout * __this, String * displayName, ObservableList_1_DebugUI_Widget_ * children, String__Array * columnLabels, String__Array * columnTooltips, MethodInfo * method)); DO_APP_FUNC(0x0041F5E0, bool, DebugUI_Foldout_GetValue, (DebugUI_Foldout * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADA2E0, Object *, DebugUI_Foldout_UnityEngine_Rendering_DebugUI_IValueField_GetValue, (DebugUI_Foldout * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADA330, void, DebugUI_Foldout_SetValue, (DebugUI_Foldout * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0041E8A0, Object *, DebugUI_Foldout_ValidateValue, (DebugUI_Foldout * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0041F5F0, void, DebugUI_Foldout_SetValue_1, (DebugUI_Foldout * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02ADA3A0, void, DebugUI_HBox__ctor, (DebugUI_HBox * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADA430, void, DebugUI_VBox__ctor, (DebugUI_VBox * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADA4C0, void, DebugUI_Table__ctor, (DebugUI_Table * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADA550, void, DebugUI_Table_SetColumnVisibility, (DebugUI_Table * __this, int32_t index, bool visible, MethodInfo * method)); DO_APP_FUNC(0x02ADA5A0, bool, DebugUI_Table_GetColumnVisibility, (DebugUI_Table * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02ADA5F0, Boolean__Array *, DebugUI_Table_get_VisibleColumns, (DebugUI_Table * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADA9B0, void, DebugUI_Table_OnItemAdded, (DebugUI_Table * __this, ObservableList_1_DebugUI_Widget_ * sender, ListChangedEventArgs_1_DebugUI_Widget_ * e, MethodInfo * method)); DO_APP_FUNC(0x02ADAA80, void, DebugUI_Table_OnItemRemoved, (DebugUI_Table * __this, ObservableList_1_DebugUI_Widget_ * sender, ListChangedEventArgs_1_DebugUI_Widget_ * e, MethodInfo * method)); DO_APP_FUNC(0x02ADAB50, void, DebugUI_Table_Row__ctor, (DebugUI_Table_Row * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, DebugUI_Panel *, DebugUI_Widget_get_panel, (DebugUI_Widget * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, DebugUI_Widget_set_panel, (DebugUI_Widget * __this, DebugUI_Panel * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, DebugUI_IContainer *, DebugUI_Widget_get_parent, (DebugUI_Widget * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, DebugUI_Widget_set_parent, (DebugUI_Widget * __this, DebugUI_IContainer * value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, DebugUI_Flags__Enum, DebugUI_Widget_get_flags, (DebugUI_Widget * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, DebugUI_Widget_set_flags, (DebugUI_Widget * __this, DebugUI_Flags__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, DebugUI_Widget_get_displayName, (DebugUI_Widget * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, DebugUI_Widget_set_displayName, (DebugUI_Widget * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, DebugUI_Widget_get_tooltip, (DebugUI_Widget * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, DebugUI_Widget_set_tooltip, (DebugUI_Widget * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, DebugUI_Widget_get_queryPath, (DebugUI_Widget * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, DebugUI_Widget_set_queryPath, (DebugUI_Widget * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02ADABE0, bool, DebugUI_Widget_get_isEditorOnly, (DebugUI_Widget * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADABF0, bool, DebugUI_Widget_get_isRuntimeOnly, (DebugUI_Widget * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADAC00, bool, DebugUI_Widget_get_isInactiveInEditor, (DebugUI_Widget * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADAC60, bool, DebugUI_Widget_get_isHidden, (DebugUI_Widget * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADAC80, void, DebugUI_Widget_GenerateQueryPath, (DebugUI_Widget * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADADC0, int32_t, DebugUI_Widget_GetHashCode, (DebugUI_Widget * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADADF0, void, DebugUI_Widget_set_nameAndTooltip, (DebugUI_Widget * __this, DebugUI_Widget_NameAndTooltip value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugUI_Widget__ctor, (DebugUI_Widget * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Action *, DebugUI_Button_get_action, (DebugUI_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, DebugUI_Button_set_action, (DebugUI_Button * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugUI_Button__ctor, (DebugUI_Button * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Func_1_Object_ *, DebugUI_Value_get_getter, (DebugUI_Value * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, DebugUI_Value_set_getter, (DebugUI_Value * __this, Func_1_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x02ADAEB0, void, DebugUI_Value__ctor, (DebugUI_Value * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADAF40, Object *, DebugUI_Value_GetValue, (DebugUI_Value * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADAF70, void, DebugUI_BoolField__ctor, (DebugUI_BoolField * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, Func_1_Boolean___Array *, DebugUI_HistoryBoolField_get_historyGetter, (DebugUI_HistoryBoolField * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, DebugUI_HistoryBoolField_set_historyGetter, (DebugUI_HistoryBoolField * __this, Func_1_Boolean___Array * value, MethodInfo * method)); DO_APP_FUNC(0x02ADAFA0, int32_t, DebugUI_HistoryBoolField_get_historyDepth, (DebugUI_HistoryBoolField * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADAFB0, bool, DebugUI_HistoryBoolField_GetHistoryValue, (DebugUI_HistoryBoolField * __this, int32_t historyIndex, MethodInfo * method)); DO_APP_FUNC(0x02ADAF70, void, DebugUI_HistoryBoolField__ctor, (DebugUI_HistoryBoolField * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADAFF0, int32_t, DebugUI_IntField_ValidateValue, (DebugUI_IntField * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02ADB060, void, DebugUI_IntField__ctor, (DebugUI_IntField * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADAFF0, uint32_t, DebugUI_UIntField_ValidateValue, (DebugUI_UIntField * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x02ADB0C0, void, DebugUI_UIntField__ctor, (DebugUI_UIntField * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADB120, float, DebugUI_FloatField_ValidateValue, (DebugUI_FloatField * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02ADB180, void, DebugUI_FloatField__ctor, (DebugUI_FloatField * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADB1D0, GUIContent__Array *, DebugUI_EnumUtility_MakeEnumNames, (Type * enumType, MethodInfo * method)); DO_APP_FUNC(0x02ADB400, Int32__Array *, DebugUI_EnumUtility_MakeEnumValues, (Type * enumType, MethodInfo * method)); DO_APP_FUNC(0x02ADB6D0, void, DebugUI_EnumUtility_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugUI_EnumUtility_c__ctor, (DebugUI_EnumUtility_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADB780, GUIContent *, DebugUI_EnumUtility_c__MakeEnumNames_b__0_0, (DebugUI_EnumUtility_c * __this, FieldInfo_1 * fieldInfo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5AA48, DebugUI_EnumUtility_c__MakeEnumNames_b__0_0__MethodInfo); DO_APP_FUNC(0x003C7030, Func_1_Int32_ *, DebugUI_EnumField_get_getIndex, (DebugUI_EnumField * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, DebugUI_EnumField_set_getIndex, (DebugUI_EnumField * __this, Func_1_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C7040, Action_1_Int32_ *, DebugUI_EnumField_get_setIndex, (DebugUI_EnumField * __this, MethodInfo * method)); DO_APP_FUNC(0x00591040, void, DebugUI_EnumField_set_setIndex, (DebugUI_EnumField * __this, Action_1_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x02ADB960, int32_t, DebugUI_EnumField_get_currentIndex, (DebugUI_EnumField * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADB990, void, DebugUI_EnumField_set_currentIndex, (DebugUI_EnumField * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02ADB9C0, void, DebugUI_EnumField_set_autoEnum, (DebugUI_EnumField * __this, Type * value, MethodInfo * method)); DO_APP_FUNC(0x02ADBC00, void, DebugUI_EnumField_InitQuickSeparators, (DebugUI_EnumField * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADBF50, void, DebugUI_EnumField_InitIndexes, (DebugUI_EnumField * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADC0C0, void, DebugUI_EnumField__ctor, (DebugUI_EnumField * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADC0F0, void, DebugUI_EnumField_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugUI_EnumField_c__ctor, (DebugUI_EnumField_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADC1A0, String *, DebugUI_EnumField_c__InitQuickSeparators_b__17_0, (DebugUI_EnumField_c * __this, GUIContent * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E420, DebugUI_EnumField_c__InitQuickSeparators_b__17_0__MethodInfo); DO_APP_FUNC(0x00A90540, Func_1_Int32___Array *, DebugUI_HistoryEnumField_get_historyIndexGetter, (DebugUI_HistoryEnumField * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90550, void, DebugUI_HistoryEnumField_set_historyIndexGetter, (DebugUI_HistoryEnumField * __this, Func_1_Int32___Array * value, MethodInfo * method)); DO_APP_FUNC(0x02ADC280, int32_t, DebugUI_HistoryEnumField_get_historyDepth, (DebugUI_HistoryEnumField * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADC2A0, int32_t, DebugUI_HistoryEnumField_GetHistoryValue, (DebugUI_HistoryEnumField * __this, int32_t historyIndex, MethodInfo * method)); DO_APP_FUNC(0x02ADC0C0, void, DebugUI_HistoryEnumField__ctor, (DebugUI_HistoryEnumField * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, GUIContent__Array *, DebugUI_BitField_get_enumNames, (DebugUI_BitField * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, DebugUI_BitField_set_enumNames, (DebugUI_BitField * __this, GUIContent__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003C7000, Int32__Array *, DebugUI_BitField_get_enumValues, (DebugUI_BitField * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, DebugUI_BitField_set_enumValues, (DebugUI_BitField * __this, Int32__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003C7010, Type *, DebugUI_BitField_get_enumType, (DebugUI_BitField * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADC2F0, void, DebugUI_BitField_set_enumType, (DebugUI_BitField * __this, Type * value, MethodInfo * method)); DO_APP_FUNC(0x02ADC430, void, DebugUI_BitField__ctor, (DebugUI_BitField * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADC460, Color, DebugUI_ColorField_ValidateValue, (DebugUI_ColorField * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x02ADC510, void, DebugUI_ColorField__ctor, (DebugUI_ColorField * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADC560, void, DebugUI_Vector2Field__ctor, (DebugUI_Vector2Field * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADC5B0, void, DebugUI_Vector3Field__ctor, (DebugUI_Vector3Field * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADC600, void, DebugUI_Vector4Field__ctor, (DebugUI_Vector4Field * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugUI_MessageBox__ctor, (DebugUI_MessageBox * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, DebugUI_Flags__Enum, DebugUI_Panel_get_flags, (DebugUI_Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DebugUI_Panel_set_flags, (DebugUI_Panel * __this, DebugUI_Flags__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, DebugUI_Panel_get_displayName, (DebugUI_Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, DebugUI_Panel_set_displayName, (DebugUI_Panel * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, DebugUI_Panel_get_groupIndex, (DebugUI_Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, DebugUI_Panel_set_groupIndex, (DebugUI_Panel * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, DebugUI_Panel_get_queryPath, (DebugUI_Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x01F152F0, bool, DebugUI_Panel_get_isEditorOnly, (DebugUI_Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15330, bool, DebugUI_Panel_get_isRuntimeOnly, (DebugUI_Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADC650, bool, DebugUI_Panel_get_isInactiveInEditor, (DebugUI_Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15370, bool, DebugUI_Panel_get_editorForceUpdate, (DebugUI_Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, ObservableList_1_DebugUI_Widget_ *, DebugUI_Panel_get_children, (DebugUI_Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, DebugUI_Panel_set_children, (DebugUI_Panel * __this, ObservableList_1_DebugUI_Widget_ * value, MethodInfo * method)); DO_APP_FUNC(0x02ADC6B0, void, DebugUI_Panel_add_onSetDirty, (DebugUI_Panel * __this, Action_1_UnityEngine_Rendering_DebugUI_Panel_ * value, MethodInfo * method)); DO_APP_FUNC(0x02ADC7C0, void, DebugUI_Panel_remove_onSetDirty, (DebugUI_Panel * __this, Action_1_UnityEngine_Rendering_DebugUI_Panel_ * value, MethodInfo * method)); DO_APP_FUNC(0x02ADC8D0, void, DebugUI_Panel__ctor, (DebugUI_Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADCC10, void, DebugUI_Panel_OnItemAdded, (DebugUI_Panel * __this, ObservableList_1_DebugUI_Widget_ * sender, ListChangedEventArgs_1_DebugUI_Widget_ * e, MethodInfo * method)); DO_APP_FUNC(0x02ADCC80, void, DebugUI_Panel_OnItemRemoved, (DebugUI_Panel * __this, ObservableList_1_DebugUI_Widget_ * sender, ListChangedEventArgs_1_DebugUI_Widget_ * e, MethodInfo * method)); DO_APP_FUNC(0x02ADCCF0, void, DebugUI_Panel_SetDirty, (DebugUI_Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADCF20, int32_t, DebugUI_Panel_GetHashCode, (DebugUI_Panel * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADD170, int32_t, DebugUI_Panel_System_IComparable_UnityEngine_Rendering_DebugUI_Panel__CompareTo, (DebugUI_Panel * __this, DebugUI_Panel * other, MethodInfo * method)); DO_APP_FUNC(0x02ADD1A0, void, DebugUI_Panel_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugUI_Panel_c__ctor, (DebugUI_Panel_c * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugUI_Panel_c___ctor_b__29_0, (DebugUI_Panel_c * __this, DebugUI_Panel * _p0_, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E3E0, DebugUI_Panel_c___ctor_b__29_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, DebugUpdater_RuntimeInit, (MethodInfo * method)); DO_APP_FUNC(0x02ADD250, void, DebugUpdater_SetEnabled, (bool enabled, MethodInfo * method)); DO_APP_FUNC(0x02ADD270, void, DebugUpdater_EnableRuntime, (MethodInfo * method)); DO_APP_FUNC(0x02ADD570, void, DebugUpdater_DisableRuntime, (MethodInfo * method)); DO_APP_FUNC(0x02ADD8D0, void, DebugUpdater_HandleInternalEventSystemComponents, (bool uiEnabled, MethodInfo * method)); DO_APP_FUNC(0x02ADDA30, void, DebugUpdater_EnsureExactlyOneEventSystem, (DebugUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADDDD0, IEnumerator *, DebugUpdater_DoAfterInputModuleUpdated, (DebugUpdater * __this, Action * action, MethodInfo * method)); DO_APP_FUNC(0x02ADDE70, void, DebugUpdater_CheckInputModuleExists, (DebugUpdater * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E3A8, DebugUpdater_CheckInputModuleExists__MethodInfo); DO_APP_FUNC(0x02ADE0D0, void, DebugUpdater_AssignDefaultActions, (DebugUpdater * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E338, DebugUpdater_AssignDefaultActions__MethodInfo); DO_APP_FUNC(0x02ADE380, void, DebugUpdater_CreateDebugEventSystem, (DebugUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADE4F0, void, DebugUpdater_DestroyDebugEventSystem, (DebugUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADE660, void, DebugUpdater_Update, (DebugUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADEAD0, IEnumerator *, DebugUpdater_RefreshRuntimeUINextFrame, (MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, DebugUpdater__ctor, (DebugUpdater * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DebugUpdater_DoAfterInputModuleUpdated_d_9__ctor, (DebugUpdater_DoAfterInputModuleUpdated_d_9 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugUpdater_DoAfterInputModuleUpdated_d_9_System_IDisposable_Dispose, (DebugUpdater_DoAfterInputModuleUpdated_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADEB20, bool, DebugUpdater_DoAfterInputModuleUpdated_d_9_MoveNext, (DebugUpdater_DoAfterInputModuleUpdated_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, DebugUpdater_DoAfterInputModuleUpdated_d_9_System_Collections_Generic_IEnumerator_System_Object__get_Current, (DebugUpdater_DoAfterInputModuleUpdated_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADEC90, void, DebugUpdater_DoAfterInputModuleUpdated_d_9_System_Collections_IEnumerator_Reset, (DebugUpdater_DoAfterInputModuleUpdated_d_9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E328, DebugUpdater_DoAfterInputModuleUpdated_d_9_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, DebugUpdater_DoAfterInputModuleUpdated_d_9_System_Collections_IEnumerator_get_Current, (DebugUpdater_DoAfterInputModuleUpdated_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DebugUpdater_RefreshRuntimeUINextFrame_d_15__ctor, (DebugUpdater_RefreshRuntimeUINextFrame_d_15 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugUpdater_RefreshRuntimeUINextFrame_d_15_System_IDisposable_Dispose, (DebugUpdater_RefreshRuntimeUINextFrame_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADECE0, bool, DebugUpdater_RefreshRuntimeUINextFrame_d_15_MoveNext, (DebugUpdater_RefreshRuntimeUINextFrame_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, DebugUpdater_RefreshRuntimeUINextFrame_d_15_System_Collections_Generic_IEnumerator_System_Object__get_Current, (DebugUpdater_RefreshRuntimeUINextFrame_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADEDD0, void, DebugUpdater_RefreshRuntimeUINextFrame_d_15_System_Collections_IEnumerator_Reset, (DebugUpdater_RefreshRuntimeUINextFrame_d_15 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E330, DebugUpdater_RefreshRuntimeUINextFrame_d_15_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, DebugUpdater_RefreshRuntimeUINextFrame_d_15_System_Collections_IEnumerator_get_Current, (DebugUpdater_RefreshRuntimeUINextFrame_d_15 * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADEE20, MousePositionDebug *, MousePositionDebug_get_instance, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MousePositionDebug_Build, (MousePositionDebug * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MousePositionDebug_Cleanup, (MousePositionDebug * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADEEE0, Vector2, MousePositionDebug_GetMousePosition, (MousePositionDebug * __this, float ScreenHeight, bool sceneView, MethodInfo * method)); DO_APP_FUNC(0x02ADEEE0, Vector2, MousePositionDebug_GetInputMousePosition, (MousePositionDebug * __this, MethodInfo * method)); DO_APP_FUNC(0x003C8F50, Vector2, MousePositionDebug_GetMouseClickPosition, (MousePositionDebug * __this, float ScreenHeight, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MousePositionDebug__ctor, (MousePositionDebug * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADEFE0, void, ProfilingSampler__ctor, (ProfilingSampler * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02ADF290, void, ProfilingSampler_Begin, (ProfilingSampler * __this, CommandBuffer * cmd, MethodInfo * method)); DO_APP_FUNC(0x02ADF370, void, ProfilingSampler_End, (ProfilingSampler * __this, CommandBuffer * cmd, MethodInfo * method)); DO_APP_FUNC(0x021E6430, bool, ProfilingSampler_IsValid, (ProfilingSampler * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, CustomSampler *, ProfilingSampler_get_sampler, (ProfilingSampler * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ProfilingSampler_set_sampler, (ProfilingSampler * __this, CustomSampler * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, CustomSampler *, ProfilingSampler_get_inlineSampler, (ProfilingSampler * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ProfilingSampler_set_inlineSampler, (ProfilingSampler * __this, CustomSampler * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, ProfilingSampler_get_name, (ProfilingSampler * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ProfilingSampler_set_name, (ProfilingSampler * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02ADF450, void, ProfilingSampler_set_enableRecording, (ProfilingSampler * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02ADF4A0, float, ProfilingSampler_get_gpuElapsedTime, (ProfilingSampler * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADF570, int32_t, ProfilingSampler_get_gpuSampleCount, (ProfilingSampler * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADF650, float, ProfilingSampler_get_cpuElapsedTime, (ProfilingSampler * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADF720, int32_t, ProfilingSampler_get_cpuSampleCount, (ProfilingSampler * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADF800, float, ProfilingSampler_get_inlineCpuElapsedTime, (ProfilingSampler * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADF8D0, int32_t, ProfilingSampler_get_inlineCpuSampleCount, (ProfilingSampler * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ProfilingSampler__ctor_1, (ProfilingSampler * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ProfilingScope__ctor, (ProfilingScope * __this, CommandBuffer * cmd, ProfilingSampler * sampler, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ProfilingScope_Dispose, (ProfilingScope * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADF9B0, void, ProfilingSample__ctor, (ProfilingSample * __this, CommandBuffer * cmd, String * name, CustomSampler * sampler, MethodInfo * method)); DO_APP_FUNC(0x02ADFB60, void, ProfilingSample__ctor_1, (ProfilingSample * __this, CommandBuffer * cmd, String * format, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x02ADFBF0, void, ProfilingSample__ctor_2, (ProfilingSample * __this, CommandBuffer * cmd, String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02ADFCE0, void, ProfilingSample_Dispose, (ProfilingSample * __this, MethodInfo * method)); DO_APP_FUNC(0x02ADFCF0, void, ProfilingSample_Dispose_1, (ProfilingSample * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02ADFDA0, void, CoreRPHelpURLAttribute__ctor, (CoreRPHelpURLAttribute * __this, String * pageName, String * packageName, MethodInfo * method)); DO_APP_FUNC(0x02ADFF60, String *, DocumentationInfo_get_version, (MethodInfo * method)); DO_APP_FUNC(0x02ADFFA0, String *, DocumentationInfo_GetPageLink, (String * packageName, String * pageName, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DocumentationInfo__ctor, (DocumentationInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02AE0070, SphericalHarmonicsL1, SphericalHarmonicsL1_op_Addition, (SphericalHarmonicsL1 lhs, SphericalHarmonicsL1 rhs, MethodInfo * method)); DO_APP_FUNC(0x02AE01A0, SphericalHarmonicsL1, SphericalHarmonicsL1_op_Subtraction, (SphericalHarmonicsL1 lhs, SphericalHarmonicsL1 rhs, MethodInfo * method)); DO_APP_FUNC(0x02AE02D0, SphericalHarmonicsL1, SphericalHarmonicsL1_op_Multiply, (SphericalHarmonicsL1 lhs, float rhs, MethodInfo * method)); DO_APP_FUNC(0x02AE03C0, SphericalHarmonicsL1, SphericalHarmonicsL1_op_Division, (SphericalHarmonicsL1 lhs, float rhs, MethodInfo * method)); DO_APP_FUNC(0x02AE04B0, bool, SphericalHarmonicsL1_op_Equality, (SphericalHarmonicsL1 lhs, SphericalHarmonicsL1 rhs, MethodInfo * method)); DO_APP_FUNC(0x02AE0600, bool, SphericalHarmonicsL1_op_Inequality, (SphericalHarmonicsL1 lhs, SphericalHarmonicsL1 rhs, MethodInfo * method)); DO_APP_FUNC(0x02AE06B0, bool, SphericalHarmonicsL1_Equals, (SphericalHarmonicsL1 * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x02AE07D0, int32_t, SphericalHarmonicsL1_GetHashCode, (SphericalHarmonicsL1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02AE0820, void, SphericalHarmonicsL1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02AE0920, void, SphericalHarmonicsL2Utils_GetL1, (SphericalHarmonicsL2 sh, Vector3 * L1_R, Vector3 * L1_G, Vector3 * L1_B, MethodInfo * method)); DO_APP_FUNC(0x02AE0A50, void, SphericalHarmonicsL2Utils_GetL2, (SphericalHarmonicsL2 sh, Vector3 * L2_0, Vector3 * L2_1, Vector3 * L2_2, Vector3 * L2_3, Vector3 * L2_4, MethodInfo * method)); DO_APP_FUNC(0x02AE0C20, void, SphericalHarmonicsL2Utils_SetL0, (SphericalHarmonicsL2 * sh, Vector3 L0, MethodInfo * method)); DO_APP_FUNC(0x02AE0C90, void, SphericalHarmonicsL2Utils_SetL1R, (SphericalHarmonicsL2 * sh, Vector3 L1_R, MethodInfo * method)); DO_APP_FUNC(0x02AE0D00, void, SphericalHarmonicsL2Utils_SetL1G, (SphericalHarmonicsL2 * sh, Vector3 L1_G, MethodInfo * method)); DO_APP_FUNC(0x02AE0D80, void, SphericalHarmonicsL2Utils_SetL1B, (SphericalHarmonicsL2 * sh, Vector3 L1_B, MethodInfo * method)); DO_APP_FUNC(0x02AE0E00, void, SphericalHarmonicsL2Utils_SetL1, (SphericalHarmonicsL2 * sh, Vector3 L1_R, Vector3 L1_G, Vector3 L1_B, MethodInfo * method)); DO_APP_FUNC(0x02AE0F40, void, SphericalHarmonicsL2Utils_SetCoefficient, (SphericalHarmonicsL2 * sh, int32_t index, Vector3 coefficient, MethodInfo * method)); DO_APP_FUNC(0x02AE0FC0, Vector3, SphericalHarmonicsL2Utils_GetCoefficient, (SphericalHarmonicsL2 sh, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SphericalHarmonicsL2Utils__ctor, (SphericalHarmonicsL2Utils * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LensFlareCommonSRP__ctor, (LensFlareCommonSRP * __this, MethodInfo * method)); DO_APP_FUNC(0x02AE1050, void, LensFlareCommonSRP_Initialize, (MethodInfo * method)); DO_APP_FUNC(0x02AE1280, void, LensFlareCommonSRP_Dispose, (MethodInfo * method)); DO_APP_FUNC(0x02AE1400, LensFlareCommonSRP *, LensFlareCommonSRP_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x02AE16A0, List_1_UnityEngine_Rendering_LensFlareComponentSRP_ *, LensFlareCommonSRP_get_Data, (LensFlareCommonSRP * __this, MethodInfo * method)); DO_APP_FUNC(0x02AE1700, List_1_UnityEngine_Rendering_LensFlareComponentSRP_ *, LensFlareCommonSRP_GetData, (LensFlareCommonSRP * __this, MethodInfo * method)); DO_APP_FUNC(0x02AE1760, bool, LensFlareCommonSRP_IsEmpty, (LensFlareCommonSRP * __this, MethodInfo * method)); DO_APP_FUNC(0x02AE17F0, void, LensFlareCommonSRP_AddData, (LensFlareCommonSRP * __this, LensFlareComponentSRP * newData, MethodInfo * method)); DO_APP_FUNC(0x00C69E60, float, LensFlareCommonSRP_ShapeAttenuationPointLight, (MethodInfo * method)); DO_APP_FUNC(0x02AE1940, float, LensFlareCommonSRP_ShapeAttenuationDirLight, (Vector3 forward, Vector3 wo, MethodInfo * method)); DO_APP_FUNC(0x02AE1990, float, LensFlareCommonSRP_ShapeAttenuationSpotConeLight, (Vector3 forward, Vector3 wo, float spotAngle, float innerSpotPercent01, MethodInfo * method)); DO_APP_FUNC(0x02AE1AB0, float, LensFlareCommonSRP_ShapeAttenuationSpotBoxLight, (Vector3 forward, Vector3 wo, MethodInfo * method)); DO_APP_FUNC(0x02AE1B10, float, LensFlareCommonSRP_ShapeAttenuationSpotPyramidLight, (Vector3 forward, Vector3 wo, MethodInfo * method)); DO_APP_FUNC(0x02AE1BC0, float, LensFlareCommonSRP_ShapeAttenuationAreaTubeLight, (Vector3 lightPositionWS, Vector3 lightSide, float lightWidth, Camera * cam, MethodInfo * method)); DO_APP_FUNC(0x02AE2240, float, LensFlareCommonSRP_ShapeAttenuationAreaRectangleLight, (Vector3 forward, Vector3 wo, MethodInfo * method)); DO_APP_FUNC(0x02AE22D0, float, LensFlareCommonSRP_ShapeAttenuationAreaDiscLight, (Vector3 forward, Vector3 wo, MethodInfo * method)); DO_APP_FUNC(0x02AE2360, bool, LensFlareCommonSRP_IsLensFlareSRPHidden, (Camera * cam, LensFlareComponentSRP * comp, LensFlareDataSRP * data, MethodInfo * method)); DO_APP_FUNC(0x02AE2660, Vector4, LensFlareCommonSRP_GetFlareData0, (Vector2 screenPos, Vector2 translationScale, Vector2 rayOff0, Vector2 vLocalScreenRatio, float angleDeg, float position, float angularOffset, Vector2 positionOffset, bool autoRotate, MethodInfo * method)); DO_APP_FUNC(0x02AE2900, Vector2, LensFlareCommonSRP_GetLensFlareRayOffset, (Vector2 screenPos, float position, float globalCos0, float globalSin0, MethodInfo * method)); DO_APP_FUNC(0x02AE2980, Vector3, LensFlareCommonSRP_WorldToViewport, (Camera * camera, bool isLocalLight, bool isCameraRelative, Matrix4x4 viewProjMatrix, Vector3 positionWS, MethodInfo * method)); DO_APP_FUNC(0x02AE2BA0, Vector3, LensFlareCommonSRP_WorldToViewportLocal, (bool isCameraRelative, Matrix4x4 viewProjMatrix, Vector3 cameraPosWS, Vector3 positionWS, MethodInfo * method)); DO_APP_FUNC(0x02AE2D80, Vector3, LensFlareCommonSRP_WorldToViewportDistance, (Camera * cam, Vector3 positionWS, MethodInfo * method)); DO_APP_FUNC(0x02AE30A0, void, LensFlareCommonSRP_ComputeOcclusion, (Material * lensFlareShader, LensFlareCommonSRP * lensFlares, Camera * cam, float actualWidth, float actualHeight, bool usePanini, float paniniDistance, float paniniCropToFit, bool isCameraRelative, Vector3 cameraPositionWS, Matrix4x4 viewProjMatrix, CommandBuffer * cmd, bool taaEnabled, int32_t _FlareOcclusionTex, int32_t _FlareOcclusionIndex, int32_t _FlareTex, int32_t _FlareColorValue, int32_t _FlareData0, int32_t _FlareData1, int32_t _FlareData2, int32_t _FlareData3, int32_t _FlareData4, MethodInfo * method)); DO_APP_FUNC(0x02AE46D0, void, LensFlareCommonSRP_DoLensFlareDataDrivenCommon, (Material * lensFlareShader, LensFlareCommonSRP * lensFlares, Camera * cam, float actualWidth, float actualHeight, bool usePanini, float paniniDistance, float paniniCropToFit, bool isCameraRelative, Vector3 cameraPositionWS, Matrix4x4 viewProjMatrix, CommandBuffer * cmd, RenderTargetIdentifier colorBuffer, Func_4_UnityEngine_Light_UnityEngine_Camera_UnityEngine_Vector3_Single_ * GetLensFlareLightAttenuation, int32_t _FlareOcclusionTex, int32_t _FlareOcclusionIndex, int32_t _FlareTex, int32_t _FlareColorValue, int32_t _FlareData0, int32_t _FlareData1, int32_t _FlareData2, int32_t _FlareData3, int32_t _FlareData4, bool debugView, MethodInfo * method)); DO_APP_FUNC(0x02AE7950, void, LensFlareCommonSRP_RemoveData, (LensFlareCommonSRP * __this, LensFlareComponentSRP * data, MethodInfo * method)); DO_APP_FUNC(0x02AE7A60, Vector2, LensFlareCommonSRP_DoPaniniProjection, (Vector2 screenPos, float actualWidth, float actualHeight, float fieldOfView, float paniniProjectionCropToFit, float paniniProjectionDistance, MethodInfo * method)); DO_APP_FUNC(0x02AE7D20, Vector2, LensFlareCommonSRP_CalcViewExtents, (float actualWidth, float actualHeight, float fieldOfView, MethodInfo * method)); DO_APP_FUNC(0x02AE7D70, Vector2, LensFlareCommonSRP_CalcCropExtents, (float actualWidth, float actualHeight, float fieldOfView, float d, MethodInfo * method)); DO_APP_FUNC(0x02AE7EA0, Vector2, LensFlareCommonSRP_Panini_Generic_Inv, (Vector2 projPos, float d, MethodInfo * method)); DO_APP_FUNC(0x02AE7F40, void, LensFlareCommonSRP__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02AE81F0, float, LensFlareCommonSRP__ShapeAttenuationAreaTubeLight_g__Fpo_23_0, (float d, float l, MethodInfo * method)); DO_APP_FUNC(0x02AE8250, float, LensFlareCommonSRP__ShapeAttenuationAreaTubeLight_g__Fwt_23_1, (float d, float l, MethodInfo * method)); DO_APP_FUNC(0x02AE8270, float, LensFlareCommonSRP__ShapeAttenuationAreaTubeLight_g__DiffLineIntegral_23_2, (Vector3 p1, Vector3 p2, MethodInfo * method)); DO_APP_FUNC(0x02AE8690, Vector2, LensFlareCommonSRP__DoLensFlareDataDrivenCommon_g__ComputeLocalSize_33_0, (Vector2 rayOff, Vector2 rayOff0, Vector2 curSize, AnimationCurve * distortionCurve, LensFlareCommonSRP_c_DisplayClass33_0 * param_00017209, LensFlareCommonSRP_c_DisplayClass33_1 * param_0001720a, MethodInfo * method)); DO_APP_FUNC(0x02AE8900, float, LensFlareCommonSRP__DoLensFlareDataDrivenCommon_g__RandomRange_33_1, (float min, float max, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, LensFlareDataSRP *, LensFlareComponentSRP_get_lensFlareData, (LensFlareComponentSRP * __this, MethodInfo * method)); DO_APP_FUNC(0x02AE8910, void, LensFlareComponentSRP_set_lensFlareData, (LensFlareComponentSRP * __this, LensFlareDataSRP * value, MethodInfo * method)); DO_APP_FUNC(0x02AE8970, float, LensFlareComponentSRP_celestialProjectedOcclusionRadius, (LensFlareComponentSRP * __this, Camera * mainCam, MethodInfo * method)); DO_APP_FUNC(0x02AE8A70, void, LensFlareComponentSRP_OnEnable, (LensFlareComponentSRP * __this, MethodInfo * method)); DO_APP_FUNC(0x02AE8B50, void, LensFlareComponentSRP_OnDisable, (LensFlareComponentSRP * __this, MethodInfo * method)); DO_APP_FUNC(0x02AE8BC0, void, LensFlareComponentSRP_OnValidate, (LensFlareComponentSRP * __this, MethodInfo * method)); DO_APP_FUNC(0x02AE8D90, void, LensFlareComponentSRP__ctor, (LensFlareComponentSRP * __this, MethodInfo * method)); DO_APP_FUNC(0x02AE9240, void, LensFlareComponentSRP__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02AE9280, void, LensFlareDataElementSRP__ctor, (LensFlareDataElementSRP * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0F0, float, LensFlareDataElementSRP_get_localIntensity, (LensFlareDataElementSRP * __this, MethodInfo * method)); DO_APP_FUNC(0x02AE9BB0, void, LensFlareDataElementSRP_set_localIntensity, (LensFlareDataElementSRP * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C5400, int32_t, LensFlareDataElementSRP_get_count, (LensFlareDataElementSRP * __this, MethodInfo * method)); DO_APP_FUNC(0x02AE9BC0, void, LensFlareDataElementSRP_set_count, (LensFlareDataElementSRP * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00A7D1B0, float, LensFlareDataElementSRP_get_intensityVariation, (LensFlareDataElementSRP * __this, MethodInfo * method)); DO_APP_FUNC(0x02AE9BD0, void, LensFlareDataElementSRP_set_intensityVariation, (LensFlareDataElementSRP * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0101D800, float, LensFlareDataElementSRP_get_fallOff, (LensFlareDataElementSRP * __this, MethodInfo * method)); DO_APP_FUNC(0x02AE9BF0, void, LensFlareDataElementSRP_set_fallOff, (LensFlareDataElementSRP * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x009EE1E0, float, LensFlareDataElementSRP_get_edgeOffset, (LensFlareDataElementSRP * __this, MethodInfo * method)); DO_APP_FUNC(0x02AE9C20, void, LensFlareDataElementSRP_set_edgeOffset, (LensFlareDataElementSRP * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02AE9C50, int32_t, LensFlareDataElementSRP_get_sideCount, (LensFlareDataElementSRP * __this, MethodInfo * method)); DO_APP_FUNC(0x02AE9C60, void, LensFlareDataElementSRP_set_sideCount, (LensFlareDataElementSRP * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0070EAD0, float, LensFlareDataElementSRP_get_sdfRoundness, (LensFlareDataElementSRP * __this, MethodInfo * method)); DO_APP_FUNC(0x02AE9C80, void, LensFlareDataElementSRP_set_sdfRoundness, (LensFlareDataElementSRP * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02AE9CB0, void, LensFlareDataSRP__ctor, (LensFlareDataSRP * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, String *, RenderPipelineResources_get_packagePath, (RenderPipelineResources * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0B4C0, String *, RenderPipelineResources_get_packagePath_Internal, (RenderPipelineResources * __this, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, RenderPipelineResources__ctor, (RenderPipelineResources * __this, MethodInfo * method)); DO_APP_FUNC(0x02AE9D20, void, GenerateHLSL__ctor, (GenerateHLSL * __this, PackingRules__Enum rules, bool needAccessors, bool needSetters, bool needParamDebug, int32_t paramDefinesStart, bool omitStructDeclaration, bool containsPackedFields, bool generateCBuffer, int32_t constantRegister, String * sourcePath, MethodInfo * method)); DO_APP_FUNC(0x02AE9DD0, void, SurfaceDataAttributes__ctor, (SurfaceDataAttributes * __this, String * displayName, bool isDirection, bool sRGBDisplay, FieldPrecision__Enum precision, bool checkIsNormalized, String * preprocessor, MethodInfo * method)); DO_APP_FUNC(0x02AE9F50, void, SurfaceDataAttributes__ctor_1, (SurfaceDataAttributes * __this, String__Array * displayNames, bool isDirection, bool sRGBDisplay, FieldPrecision__Enum precision, bool checkIsNormalized, String * preprocessor, MethodInfo * method)); DO_APP_FUNC(0x0073A5C0, void, HLSLArray__ctor, (HLSLArray * __this, int32_t arraySize, Type * elementType, MethodInfo * method)); DO_APP_FUNC(0x02AEA030, void, PackingAttribute__ctor, (PackingAttribute * __this, String__Array * displayNames, FieldPacking__Enum packingScheme, int32_t bitSize, int32_t offsetInSource, float minValue, float maxValue, bool isDirection, bool sRGBDisplay, bool checkIsNormalized, String * preprocessor, MethodInfo * method)); DO_APP_FUNC(0x02AEA210, void, PackingAttribute__ctor_1, (PackingAttribute * __this, String * displayName, FieldPacking__Enum packingScheme, int32_t bitSize, int32_t offsetInSource, float minValue, float maxValue, bool isDirection, bool sRGBDisplay, bool checkIsNormalized, String * preprocessor, MethodInfo * method)); DO_APP_FUNC(0x02AEA460, void, Hammersley_Initialize, (MethodInfo * method)); DO_APP_FUNC(0x02AEA850, void, Hammersley_BindConstants, (CommandBuffer * cmd, ComputeShader * cs, MethodInfo * method)); DO_APP_FUNC(0x02AEAA50, void, Hammersley__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02AEAED0, int32_t, BufferedRTHandleSystem_get_maxWidth, (BufferedRTHandleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02AEAEF0, int32_t, BufferedRTHandleSystem_get_maxHeight, (BufferedRTHandleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02AEAF10, RTHandleProperties, BufferedRTHandleSystem_get_rtHandleProperties, (BufferedRTHandleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02AEAF50, RTHandle *, BufferedRTHandleSystem_GetFrameRT, (BufferedRTHandleSystem * __this, int32_t bufferId, int32_t frameIndex, MethodInfo * method)); DO_APP_FUNC(0x02AEB040, void, BufferedRTHandleSystem_AllocBuffer, (BufferedRTHandleSystem * __this, int32_t bufferId, Func_3_UnityEngine_Rendering_RTHandleSystem_Int32_UnityEngine_Rendering_RTHandle_ * allocator, int32_t bufferCount, MethodInfo * method)); DO_APP_FUNC(0x02AEB2F0, void, BufferedRTHandleSystem_ReleaseBuffer, (BufferedRTHandleSystem * __this, int32_t bufferId, MethodInfo * method)); DO_APP_FUNC(0x02AEB3E0, void, BufferedRTHandleSystem_SwapAndSetReferenceSize, (BufferedRTHandleSystem * __this, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02AEB440, void, BufferedRTHandleSystem_ResetReferenceSize, (BufferedRTHandleSystem * __this, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02AEB470, int32_t, BufferedRTHandleSystem_GetNumFramesAllocated, (BufferedRTHandleSystem * __this, int32_t bufferId, MethodInfo * method)); DO_APP_FUNC(0x02AEB530, Vector2, BufferedRTHandleSystem_CalculateRatioAgainstMaxSize, (BufferedRTHandleSystem * __this, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02AEB570, void, BufferedRTHandleSystem_Swap, (BufferedRTHandleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02AEB960, void, BufferedRTHandleSystem_Dispose, (BufferedRTHandleSystem * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02AEBA00, void, BufferedRTHandleSystem_Dispose_1, (BufferedRTHandleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02AEBAA0, void, BufferedRTHandleSystem_ReleaseAll, (BufferedRTHandleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02AEBCD0, void, BufferedRTHandleSystem__ctor, (BufferedRTHandleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02AEBE40, void, PowerOfTwoTextureAtlas__ctor, (PowerOfTwoTextureAtlas * __this, int32_t size, int32_t mipPadding, GraphicsFormat__Enum format, FilterMode__Enum filterMode, String * name, bool useMipMap, MethodInfo * method)); DO_APP_FUNC(0x003C5400, int32_t, PowerOfTwoTextureAtlas_get_mipPadding, (PowerOfTwoTextureAtlas * __this, MethodInfo * method)); DO_APP_FUNC(0x02AEBFB0, int32_t, PowerOfTwoTextureAtlas_GetTexturePadding, (PowerOfTwoTextureAtlas * __this, MethodInfo * method)); DO_APP_FUNC(0x02AEBFE0, Vector4, PowerOfTwoTextureAtlas_GetPayloadScaleOffset, (PowerOfTwoTextureAtlas * __this, Texture * texture, Vector4 * scaleOffset, MethodInfo * method)); DO_APP_FUNC(0x02AEC160, Vector4, PowerOfTwoTextureAtlas_GetPayloadScaleOffset_1, (Vector2 * textureSize, Vector2 * paddingSize, Vector4 * scaleOffset, MethodInfo * method)); DO_APP_FUNC(0x02AEC230, void, PowerOfTwoTextureAtlas_Blit2DTexture, (PowerOfTwoTextureAtlas * __this, CommandBuffer * cmd, Vector4 scaleOffset, Texture * texture, Vector4 sourceScaleOffset, bool blitMips, PowerOfTwoTextureAtlas_BlitType__Enum blitType, MethodInfo * method)); DO_APP_FUNC(0x02AEC670, void, PowerOfTwoTextureAtlas_BlitTexture, (PowerOfTwoTextureAtlas * __this, CommandBuffer * cmd, Vector4 scaleOffset, Texture * texture, Vector4 sourceScaleOffset, bool blitMips, int32_t overrideInstanceID, MethodInfo * method)); DO_APP_FUNC(0x02AEC740, void, PowerOfTwoTextureAtlas_BlitTextureMultiply, (PowerOfTwoTextureAtlas * __this, CommandBuffer * cmd, Vector4 scaleOffset, Texture * texture, Vector4 sourceScaleOffset, bool blitMips, int32_t overrideInstanceID, MethodInfo * method)); DO_APP_FUNC(0x02AEC820, void, PowerOfTwoTextureAtlas_BlitOctahedralTexture, (PowerOfTwoTextureAtlas * __this, CommandBuffer * cmd, Vector4 scaleOffset, Texture * texture, Vector4 sourceScaleOffset, bool blitMips, int32_t overrideInstanceID, MethodInfo * method)); DO_APP_FUNC(0x02AEC900, void, PowerOfTwoTextureAtlas_BlitOctahedralTextureMultiply, (PowerOfTwoTextureAtlas * __this, CommandBuffer * cmd, Vector4 scaleOffset, Texture * texture, Vector4 sourceScaleOffset, bool blitMips, int32_t overrideInstanceID, MethodInfo * method)); DO_APP_FUNC(0x02AEC9E0, void, PowerOfTwoTextureAtlas_TextureSizeToPowerOfTwo, (PowerOfTwoTextureAtlas * __this, Texture * texture, int32_t * width, int32_t * height, MethodInfo * method)); DO_APP_FUNC(0x02AECA90, Vector2, PowerOfTwoTextureAtlas_GetPowerOfTwoTextureSize, (PowerOfTwoTextureAtlas * __this, Texture * texture, MethodInfo * method)); DO_APP_FUNC(0x02AECB90, bool, PowerOfTwoTextureAtlas_AllocateTexture, (PowerOfTwoTextureAtlas * __this, CommandBuffer * cmd, Vector4 * scaleOffset, Texture * texture, int32_t width, int32_t height, int32_t overrideInstanceID, MethodInfo * method)); DO_APP_FUNC(0x02AECE70, void, PowerOfTwoTextureAtlas_ResetRequestedTexture, (PowerOfTwoTextureAtlas * __this, MethodInfo * method)); DO_APP_FUNC(0x02AECF00, bool, PowerOfTwoTextureAtlas_ReserveSpace, (PowerOfTwoTextureAtlas * __this, Texture * texture, MethodInfo * method)); DO_APP_FUNC(0x02AECF90, bool, PowerOfTwoTextureAtlas_ReserveSpace_1, (PowerOfTwoTextureAtlas * __this, Texture * texture, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02AECFF0, bool, PowerOfTwoTextureAtlas_ReserveSpace_2, (PowerOfTwoTextureAtlas * __this, Texture * textureA, Texture * textureB, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02AED070, bool, PowerOfTwoTextureAtlas_ReserveSpace_3, (PowerOfTwoTextureAtlas * __this, int32_t id, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02AED260, bool, PowerOfTwoTextureAtlas_RelayoutEntries, (PowerOfTwoTextureAtlas * __this, MethodInfo * method)); DO_APP_FUNC(0x02AEDBE0, int64_t, PowerOfTwoTextureAtlas_GetApproxCacheSizeInByte, (int32_t nbElement, int32_t resolution, bool hasMipmap, GraphicsFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02AEDCF0, int32_t, PowerOfTwoTextureAtlas_GetMaxCacheSizeForWeightInByte, (int32_t weight, bool hasMipmap, GraphicsFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02AEDE60, void, PowerOfTwoTextureAtlas_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PowerOfTwoTextureAtlas_c__ctor, (PowerOfTwoTextureAtlas_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02AEDF10, int32_t, PowerOfTwoTextureAtlas_c__RelayoutEntries_b__23_0, (PowerOfTwoTextureAtlas_c * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int_ c1, ValueTuple_2_Int32_UnityEngine_Vector2Int_ c2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DDD8, PowerOfTwoTextureAtlas_c__RelayoutEntries_b__23_0__MethodInfo); DO_APP_FUNC(0x02AEE000, void, RTHandle_SetCustomHandleProperties, (RTHandle * __this, RTHandleProperties * properties, MethodInfo * method)); DO_APP_FUNC(0x005D32B0, void, RTHandle_ClearCustomHandleProperties, (RTHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0185B630, Vector2, RTHandle_get_scaleFactor, (RTHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0185B650, void, RTHandle_set_scaleFactor, (RTHandle * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x00604E40, bool, RTHandle_get_useScaling, (RTHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x00604E50, void, RTHandle_set_useScaling, (RTHandle * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02AEE020, Vector2Int, RTHandle_get_referenceSize, (RTHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02AEE030, void, RTHandle_set_referenceSize, (RTHandle * __this, Vector2Int value, MethodInfo * method)); DO_APP_FUNC(0x02AEE040, RTHandleProperties, RTHandle_get_rtHandleProperties, (RTHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, RenderTexture *, RTHandle_get_rt, (RTHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02AEE0A0, RenderTargetIdentifier, RTHandle_get_nameID, (RTHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, String *, RTHandle_get_name, (RTHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F5E0, bool, RTHandle_get_isMSAAEnabled, (RTHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, RTHandle__ctor, (RTHandle * __this, RTHandleSystem * owner, MethodInfo * method)); DO_APP_FUNC(0x02AEE0C0, RenderTargetIdentifier, RTHandle_op_Implicit, (RTHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02AEE110, Texture *, RTHandle_op_Implicit_1, (RTHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02AEE230, RenderTexture *, RTHandle_op_Implicit_2, (RTHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02AEE240, void, RTHandle_SetRenderTexture, (RTHandle * __this, RenderTexture * rt, MethodInfo * method)); DO_APP_FUNC(0x02AEE340, void, RTHandle_SetTexture, (RTHandle * __this, Texture * tex, MethodInfo * method)); DO_APP_FUNC(0x02AEE440, void, RTHandle_SetTexture_1, (RTHandle * __this, RenderTargetIdentifier tex, MethodInfo * method)); DO_APP_FUNC(0x02AEE520, int32_t, RTHandle_GetInstanceID, (RTHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02AEE720, void, RTHandle_Release, (RTHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02AEE8A0, Vector2Int, RTHandle_GetScaledSize, (RTHandle * __this, Vector2Int refSize, MethodInfo * method)); DO_APP_FUNC(0x02AEE930, Vector2Int, RTHandle_GetScaledSize_1, (RTHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02AEE9D0, void, RTHandle_SwitchToFastMemory, (RTHandle * __this, CommandBuffer * cmd, float residencyFraction, FastMemoryFlags__Enum flags, bool copyContents, MethodInfo * method)); DO_APP_FUNC(0x02AEEAD0, void, RTHandle_CopyToFastMemory, (RTHandle * __this, CommandBuffer * cmd, float residencyFraction, FastMemoryFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02AEEAF0, void, RTHandle_SwitchOutFastMemory, (RTHandle * __this, CommandBuffer * cmd, bool copyContents, MethodInfo * method)); DO_APP_FUNC(0x02AEEBB0, int32_t, RTHandles_get_maxWidth, (MethodInfo * method)); DO_APP_FUNC(0x02AEEC20, int32_t, RTHandles_get_maxHeight, (MethodInfo * method)); DO_APP_FUNC(0x02AEEC90, RTHandleProperties, RTHandles_get_rtHandleProperties, (MethodInfo * method)); DO_APP_FUNC(0x02AEED10, RTHandle *, RTHandles_Alloc, (int32_t width, int32_t height, int32_t slices, DepthBits__Enum depthBufferBits, GraphicsFormat__Enum colorFormat, FilterMode__Enum filterMode, TextureWrapMode__Enum wrapMode, TextureDimension__Enum dimension, bool enableRandomWrite, bool useMipMap, bool autoGenerateMips, bool isShadowMap, int32_t anisoLevel, float mipMapBias, MSAASamples__Enum msaaSamples, bool bindTextureMS, bool useDynamicScale, RenderTextureMemoryless__Enum memoryless, String * name, MethodInfo * method)); DO_APP_FUNC(0x02AEEE90, RTHandle *, RTHandles_Alloc_1, (int32_t width, int32_t height, TextureWrapMode__Enum wrapModeU, TextureWrapMode__Enum wrapModeV, TextureWrapMode__Enum wrapModeW, int32_t slices, DepthBits__Enum depthBufferBits, GraphicsFormat__Enum colorFormat, FilterMode__Enum filterMode, TextureDimension__Enum dimension, bool enableRandomWrite, bool useMipMap, bool autoGenerateMips, bool isShadowMap, int32_t anisoLevel, float mipMapBias, MSAASamples__Enum msaaSamples, bool bindTextureMS, bool useDynamicScale, RenderTextureMemoryless__Enum memoryless, String * name, MethodInfo * method)); DO_APP_FUNC(0x02AEF020, RTHandle *, RTHandles_Alloc_2, (Vector2 scaleFactor, int32_t slices, DepthBits__Enum depthBufferBits, GraphicsFormat__Enum colorFormat, FilterMode__Enum filterMode, TextureWrapMode__Enum wrapMode, TextureDimension__Enum dimension, bool enableRandomWrite, bool useMipMap, bool autoGenerateMips, bool isShadowMap, int32_t anisoLevel, float mipMapBias, MSAASamples__Enum msaaSamples, bool bindTextureMS, bool useDynamicScale, RenderTextureMemoryless__Enum memoryless, String * name, MethodInfo * method)); DO_APP_FUNC(0x02AEF240, RTHandle *, RTHandles_Alloc_3, (ScaleFunc * scaleFunc, int32_t slices, DepthBits__Enum depthBufferBits, GraphicsFormat__Enum colorFormat, FilterMode__Enum filterMode, TextureWrapMode__Enum wrapMode, TextureDimension__Enum dimension, bool enableRandomWrite, bool useMipMap, bool autoGenerateMips, bool isShadowMap, int32_t anisoLevel, float mipMapBias, MSAASamples__Enum msaaSamples, bool bindTextureMS, bool useDynamicScale, RenderTextureMemoryless__Enum memoryless, String * name, MethodInfo * method)); DO_APP_FUNC(0x02AEF480, RTHandle *, RTHandles_Alloc_4, (Texture * tex, MethodInfo * method)); DO_APP_FUNC(0x02AEF4F0, RTHandle *, RTHandles_Alloc_5, (RenderTexture * tex, MethodInfo * method)); DO_APP_FUNC(0x02AEF690, RTHandle *, RTHandles_Alloc_6, (RenderTargetIdentifier tex, MethodInfo * method)); DO_APP_FUNC(0x02AEF760, RTHandle *, RTHandles_Alloc_7, (RenderTargetIdentifier tex, String * name, MethodInfo * method)); DO_APP_FUNC(0x02AEF800, RTHandle *, RTHandles_Alloc_8, (RTHandle * tex, MethodInfo * method)); DO_APP_FUNC(0x02AEF860, void, RTHandles_Initialize, (int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02AEF8E0, void, RTHandles_Release, (RTHandle * rth, MethodInfo * method)); DO_APP_FUNC(0x02AEF960, void, RTHandles_SetHardwareDynamicResolutionState, (bool hwDynamicResRequested, MethodInfo * method)); DO_APP_FUNC(0x02AEF9D0, void, RTHandles_SetReferenceSize, (int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02AEFA60, void, RTHandles_ResetReferenceSize, (int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02AEFAF0, Vector2, RTHandles_CalculateRatioAgainstMaxSize, (int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02AEFB80, void, RTHandles__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0160D040, void, ScaleFunc__ctor, (ScaleFunc * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, Vector2Int, ScaleFunc_Invoke, (ScaleFunc * __this, Vector2Int size, MethodInfo * method)); DO_APP_FUNC(0x02AEFC50, IAsyncResult *, ScaleFunc_BeginInvoke, (ScaleFunc * __this, Vector2Int size, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F2730, Vector2Int, ScaleFunc_EndInvoke, (ScaleFunc * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02AEFCD0, RTHandleProperties, RTHandleSystem_get_rtHandleProperties, (RTHandleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02AEFCF0, void, RTHandleSystem__ctor, (RTHandleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02AEFE40, void, RTHandleSystem_Dispose, (RTHandleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02AEFE50, void, RTHandleSystem_Initialize, (RTHandleSystem * __this, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02AF01E0, void, RTHandleSystem_Release, (RTHandleSystem * __this, RTHandle * rth, MethodInfo * method)); DO_APP_FUNC(0x02AF0200, void, RTHandleSystem_Remove, (RTHandleSystem * __this, RTHandle * rth, MethodInfo * method)); DO_APP_FUNC(0x02AF0260, void, RTHandleSystem_ResetReferenceSize, (RTHandleSystem * __this, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02AF0290, void, RTHandleSystem_SetReferenceSize, (RTHandleSystem * __this, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02AF02B0, void, RTHandleSystem_SetReferenceSize_1, (RTHandleSystem * __this, int32_t width, int32_t height, bool reset, MethodInfo * method)); DO_APP_FUNC(0x02AF04F0, Vector2, RTHandleSystem_CalculateRatioAgainstMaxSize, (RTHandleSystem * __this, Vector2Int * viewportSize, MethodInfo * method)); DO_APP_FUNC(0x02AF0700, void, RTHandleSystem_SetHardwareDynamicResolutionState, (RTHandleSystem * __this, bool enableHWDynamicRes, MethodInfo * method)); DO_APP_FUNC(0x02AF0950, void, RTHandleSystem_SwitchResizeMode, (RTHandleSystem * __this, RTHandle * rth, RTHandleSystem_ResizeMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02AF0A70, void, RTHandleSystem_DemandResize, (RTHandleSystem * __this, RTHandle * rth, MethodInfo * method)); DO_APP_FUNC(0x00764A50, int32_t, RTHandleSystem_GetMaxWidth, (RTHandleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x007661F0, int32_t, RTHandleSystem_GetMaxHeight, (RTHandleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02AF0EB0, void, RTHandleSystem_Dispose_1, (RTHandleSystem * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02AF10F0, void, RTHandleSystem_Resize, (RTHandleSystem * __this, int32_t width, int32_t height, bool sizeChanged, MethodInfo * method)); DO_APP_FUNC(0x02AF1680, RTHandle *, RTHandleSystem_Alloc, (RTHandleSystem * __this, int32_t width, int32_t height, int32_t slices, DepthBits__Enum depthBufferBits, GraphicsFormat__Enum colorFormat, FilterMode__Enum filterMode, TextureWrapMode__Enum wrapMode, TextureDimension__Enum dimension, bool enableRandomWrite, bool useMipMap, bool autoGenerateMips, bool isShadowMap, int32_t anisoLevel, float mipMapBias, MSAASamples__Enum msaaSamples, bool bindTextureMS, bool useDynamicScale, RenderTextureMemoryless__Enum memoryless, String * name, MethodInfo * method)); DO_APP_FUNC(0x02AF1770, RTHandle *, RTHandleSystem_Alloc_1, (RTHandleSystem * __this, int32_t width, int32_t height, TextureWrapMode__Enum wrapModeU, TextureWrapMode__Enum wrapModeV, TextureWrapMode__Enum wrapModeW, int32_t slices, DepthBits__Enum depthBufferBits, GraphicsFormat__Enum colorFormat, FilterMode__Enum filterMode, TextureDimension__Enum dimension, bool enableRandomWrite, bool useMipMap, bool autoGenerateMips, bool isShadowMap, int32_t anisoLevel, float mipMapBias, MSAASamples__Enum msaaSamples, bool bindTextureMS, bool useDynamicScale, RenderTextureMemoryless__Enum memoryless, String * name, MethodInfo * method)); DO_APP_FUNC(0x02AF21B0, RTHandle *, RTHandleSystem_Alloc_2, (RTHandleSystem * __this, Vector2 scaleFactor, int32_t slices, DepthBits__Enum depthBufferBits, GraphicsFormat__Enum colorFormat, FilterMode__Enum filterMode, TextureWrapMode__Enum wrapMode, TextureDimension__Enum dimension, bool enableRandomWrite, bool useMipMap, bool autoGenerateMips, bool isShadowMap, int32_t anisoLevel, float mipMapBias, MSAASamples__Enum msaaSamples, bool bindTextureMS, bool useDynamicScale, RenderTextureMemoryless__Enum memoryless, String * name, MethodInfo * method)); DO_APP_FUNC(0x02AF2360, RTHandle *, RTHandleSystem_Alloc_3, (RTHandleSystem * __this, ScaleFunc * scaleFunc, int32_t slices, DepthBits__Enum depthBufferBits, GraphicsFormat__Enum colorFormat, FilterMode__Enum filterMode, TextureWrapMode__Enum wrapMode, TextureDimension__Enum dimension, bool enableRandomWrite, bool useMipMap, bool autoGenerateMips, bool isShadowMap, int32_t anisoLevel, float mipMapBias, MSAASamples__Enum msaaSamples, bool bindTextureMS, bool useDynamicScale, RenderTextureMemoryless__Enum memoryless, String * name, MethodInfo * method)); DO_APP_FUNC(0x02AF2560, RTHandle *, RTHandleSystem_AllocAutoSizedRenderTexture, (RTHandleSystem * __this, int32_t width, int32_t height, int32_t slices, DepthBits__Enum depthBufferBits, GraphicsFormat__Enum colorFormat, FilterMode__Enum filterMode, TextureWrapMode__Enum wrapMode, TextureDimension__Enum dimension, bool enableRandomWrite, bool useMipMap, bool autoGenerateMips, bool isShadowMap, int32_t anisoLevel, float mipMapBias, MSAASamples__Enum msaaSamples, bool bindTextureMS, bool useDynamicScale, RenderTextureMemoryless__Enum memoryless, String * name, MethodInfo * method)); DO_APP_FUNC(0x02AF2F30, RTHandle *, RTHandleSystem_Alloc_4, (RTHandleSystem * __this, RenderTexture * texture, MethodInfo * method)); DO_APP_FUNC(0x02AF3080, RTHandle *, RTHandleSystem_Alloc_5, (RTHandleSystem * __this, Texture * texture, MethodInfo * method)); DO_APP_FUNC(0x02AF32A0, RTHandle *, RTHandleSystem_Alloc_6, (RTHandleSystem * __this, RenderTargetIdentifier texture, MethodInfo * method)); DO_APP_FUNC(0x02AF3310, RTHandle *, RTHandleSystem_Alloc_7, (RTHandleSystem * __this, RenderTargetIdentifier texture, String * name, MethodInfo * method)); DO_APP_FUNC(0x02AF3470, RTHandle *, RTHandleSystem_Alloc_8, (RTHandle * tex, MethodInfo * method)); DO_APP_FUNC(0x02AF34D0, String *, RTHandleSystem_DumpRTInfo, (RTHandleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02AF3A70, void, AtlasAllocator__ctor, (AtlasAllocator * __this, int32_t width, int32_t height, bool potPadding, MethodInfo * method)); DO_APP_FUNC(0x02AF3E50, bool, AtlasAllocator_Allocate, (AtlasAllocator * __this, Vector4 * result, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02AF3EE0, void, AtlasAllocator_Reset, (AtlasAllocator * __this, MethodInfo * method)); DO_APP_FUNC(0x02AF3F40, AtlasAllocator_AtlasNode *, AtlasAllocator_AtlasNode_Allocate, (AtlasAllocator_AtlasNode * __this, ObjectPool_1_AtlasAllocator_AtlasNode_ * * pool, int32_t width, int32_t height, bool powerOfTwoPadding, MethodInfo * method)); DO_APP_FUNC(0x02AF42B0, void, AtlasAllocator_AtlasNode_Release, (AtlasAllocator_AtlasNode * __this, ObjectPool_1_AtlasAllocator_AtlasNode_ * * pool, MethodInfo * method)); DO_APP_FUNC(0x02AF4440, void, AtlasAllocator_AtlasNode__ctor, (AtlasAllocator_AtlasNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02AF4450, void, AtlasAllocator_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AtlasAllocator_c__ctor, (AtlasAllocator_c * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AtlasAllocator_c___ctor_b__6_0, (AtlasAllocator_c * __this, AtlasAllocator_AtlasNode * _, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DAC8, AtlasAllocator_c___ctor_b__6_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AtlasAllocator_c___ctor_b__6_1, (AtlasAllocator_c * __this, AtlasAllocator_AtlasNode * _, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DAD8, AtlasAllocator_c___ctor_b__6_1__MethodInfo); DO_APP_FUNC(0x02AF4500, int32_t, Texture2DAtlas_get_maxMipLevelPadding, (MethodInfo * method)); DO_APP_FUNC(0x003B93C0, RTHandle *, Texture2DAtlas_get_AtlasTexture, (Texture2DAtlas * __this, MethodInfo * method)); DO_APP_FUNC(0x02AF4560, void, Texture2DAtlas__ctor, (Texture2DAtlas * __this, int32_t width, int32_t height, GraphicsFormat__Enum format, FilterMode__Enum filterMode, bool powerOfTwoPadding, String * name, bool useMipMap, MethodInfo * method)); DO_APP_FUNC(0x02AF4AD0, void, Texture2DAtlas_Release, (Texture2DAtlas * __this, MethodInfo * method)); DO_APP_FUNC(0x02AF4B90, void, Texture2DAtlas_ResetAllocator, (Texture2DAtlas * __this, MethodInfo * method)); DO_APP_FUNC(0x02AF4CB0, void, Texture2DAtlas_ClearTarget, (Texture2DAtlas * __this, CommandBuffer * cmd, MethodInfo * method)); DO_APP_FUNC(0x02AF4EE0, int32_t, Texture2DAtlas_GetTextureMipmapCount, (Texture2DAtlas * __this, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02AF4F20, bool, Texture2DAtlas_Is2D, (Texture2DAtlas * __this, Texture * texture, MethodInfo * method)); DO_APP_FUNC(0x02AF4FF0, bool, Texture2DAtlas_IsSingleChannelBlit, (Texture2DAtlas * __this, Texture * source, Texture * destination, MethodInfo * method)); DO_APP_FUNC(0x02AF54D0, void, Texture2DAtlas_Blit2DTexture, (Texture2DAtlas * __this, CommandBuffer * cmd, Vector4 scaleOffset, Texture * texture, Vector4 sourceScaleOffset, bool blitMips, Texture2DAtlas_BlitType__Enum blitType, MethodInfo * method)); DO_APP_FUNC(0x02AF57A0, void, Texture2DAtlas_MarkGPUTextureValid, (Texture2DAtlas * __this, int32_t instanceId, bool mipAreValid, MethodInfo * method)); DO_APP_FUNC(0x02AF5830, void, Texture2DAtlas_MarkGPUTextureInvalid, (Texture2DAtlas * __this, int32_t instanceId, MethodInfo * method)); DO_APP_FUNC(0x02AF58B0, void, Texture2DAtlas_BlitTexture, (Texture2DAtlas * __this, CommandBuffer * cmd, Vector4 scaleOffset, Texture * texture, Vector4 sourceScaleOffset, bool blitMips, int32_t overrideInstanceID, MethodInfo * method)); DO_APP_FUNC(0x02AF5A40, void, Texture2DAtlas_BlitOctahedralTexture, (Texture2DAtlas * __this, CommandBuffer * cmd, Vector4 scaleOffset, Texture * texture, Vector4 sourceScaleOffset, bool blitMips, int32_t overrideInstanceID, MethodInfo * method)); DO_APP_FUNC(0x02AF5AA0, void, Texture2DAtlas_BlitCubeTexture2D, (Texture2DAtlas * __this, CommandBuffer * cmd, Vector4 scaleOffset, Texture * texture, bool blitMips, int32_t overrideInstanceID, MethodInfo * method)); DO_APP_FUNC(0x02AF5C40, bool, Texture2DAtlas_AllocateTexture, (Texture2DAtlas * __this, CommandBuffer * cmd, Vector4 * scaleOffset, Texture * texture, int32_t width, int32_t height, int32_t overrideInstanceID, MethodInfo * method)); DO_APP_FUNC(0x02AF5E70, bool, Texture2DAtlas_AllocateTextureWithoutBlit, (Texture2DAtlas * __this, Texture * texture, int32_t width, int32_t height, Vector4 * scaleOffset, MethodInfo * method)); DO_APP_FUNC(0x02AF5EE0, bool, Texture2DAtlas_AllocateTextureWithoutBlit_1, (Texture2DAtlas * __this, int32_t instanceId, int32_t width, int32_t height, Vector4 * scaleOffset, MethodInfo * method)); DO_APP_FUNC(0x02AF6160, int32_t, Texture2DAtlas_GetTextureHash, (Texture2DAtlas * __this, Texture * textureA, Texture * textureB, MethodInfo * method)); DO_APP_FUNC(0x02AF61D0, int32_t, Texture2DAtlas_GetTextureID, (Texture2DAtlas * __this, Texture * texture, MethodInfo * method)); DO_APP_FUNC(0x02AF61F0, int32_t, Texture2DAtlas_GetTextureID_1, (Texture2DAtlas * __this, Texture * textureA, Texture * textureB, MethodInfo * method)); DO_APP_FUNC(0x02AF6240, bool, Texture2DAtlas_IsCached, (Texture2DAtlas * __this, Vector4 * scaleOffset, Texture * textureA, Texture * textureB, MethodInfo * method)); DO_APP_FUNC(0x02AF62B0, bool, Texture2DAtlas_IsCached_1, (Texture2DAtlas * __this, Vector4 * scaleOffset, Texture * texture, MethodInfo * method)); DO_APP_FUNC(0x02AF62F0, bool, Texture2DAtlas_IsCached_2, (Texture2DAtlas * __this, Vector4 * scaleOffset, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02AF63B0, Vector2Int, Texture2DAtlas_GetCachedTextureSize, (Texture2DAtlas * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02AF6460, bool, Texture2DAtlas_NeedsUpdate, (Texture2DAtlas * __this, Texture * texture, bool needMips, MethodInfo * method)); DO_APP_FUNC(0x02AF68C0, bool, Texture2DAtlas_NeedsUpdate_1, (Texture2DAtlas * __this, Texture * textureA, Texture * textureB, bool needMips, MethodInfo * method)); DO_APP_FUNC(0x02AF71E0, bool, Texture2DAtlas_AddTexture, (Texture2DAtlas * __this, CommandBuffer * cmd, Vector4 * scaleOffset, Texture * texture, MethodInfo * method)); DO_APP_FUNC(0x02AF72C0, bool, Texture2DAtlas_UpdateTexture, (Texture2DAtlas * __this, CommandBuffer * cmd, Texture * oldTexture, Texture * newTexture, Vector4 * scaleOffset, Vector4 sourceScaleOffset, bool updateIfNeeded, bool blitMips, MethodInfo * method)); DO_APP_FUNC(0x02AF74A0, bool, Texture2DAtlas_UpdateTexture_1, (Texture2DAtlas * __this, CommandBuffer * cmd, Texture * texture, Vector4 * scaleOffset, bool updateIfNeeded, bool blitMips, MethodInfo * method)); DO_APP_FUNC(0x02AF7580, bool, Texture2DAtlas_EnsureTextureSlot, (Texture2DAtlas * __this, bool * isUploadNeeded, Vector4 * scaleBias, int32_t key, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02AF77A0, void, Texture2DAtlas__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02AF7800, void, AtlasAllocatorDynamic__ctor, (AtlasAllocatorDynamic * __this, int32_t width, int32_t height, int32_t capacityAllocations, MethodInfo * method)); DO_APP_FUNC(0x02AF7A80, bool, AtlasAllocatorDynamic_Allocate, (AtlasAllocatorDynamic * __this, Vector4 * result, int32_t key, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02AF7BD0, void, AtlasAllocatorDynamic_Release, (AtlasAllocatorDynamic * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x02AF7CD0, void, AtlasAllocatorDynamic_Release_1, (AtlasAllocatorDynamic * __this, MethodInfo * method)); DO_APP_FUNC(0x02AF7E00, String *, AtlasAllocatorDynamic_DebugStringFromRoot, (AtlasAllocatorDynamic * __this, int32_t depthMax, MethodInfo * method)); DO_APP_FUNC(0x02AF7E70, void, AtlasAllocatorDynamic_DebugStringFromNode, (AtlasAllocatorDynamic * __this, String * * res, int16_t n, int32_t depthCurrent, int32_t depthMax, MethodInfo * method)); DO_APP_FUNC(0x02AF8670, void, AtlasAllocatorDynamic_AtlasNodePool__ctor, (AtlasAllocatorDynamic_AtlasNodePool * __this, int16_t capacity, MethodInfo * method)); DO_APP_FUNC(0x02AF8720, void, AtlasAllocatorDynamic_AtlasNodePool_Dispose, (AtlasAllocatorDynamic_AtlasNodePool * __this, MethodInfo * method)); DO_APP_FUNC(0x02AF8780, void, AtlasAllocatorDynamic_AtlasNodePool_Clear, (AtlasAllocatorDynamic_AtlasNodePool * __this, MethodInfo * method)); DO_APP_FUNC(0x02AF8790, int16_t, AtlasAllocatorDynamic_AtlasNodePool_AtlasNodeCreate, (AtlasAllocatorDynamic_AtlasNodePool * __this, int16_t parent, MethodInfo * method)); DO_APP_FUNC(0x02AF8930, void, AtlasAllocatorDynamic_AtlasNodePool_AtlasNodeFree, (AtlasAllocatorDynamic_AtlasNodePool * __this, int16_t index, MethodInfo * method)); DO_APP_FUNC(0x02AF8970, void, AtlasAllocatorDynamic_AtlasNode__ctor, (AtlasAllocatorDynamic_AtlasNode * __this, int16_t self, int16_t parent, MethodInfo * method)); DO_APP_FUNC(0x02AF89D0, bool, AtlasAllocatorDynamic_AtlasNode_IsOccupied, (AtlasAllocatorDynamic_AtlasNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02AF89E0, void, AtlasAllocatorDynamic_AtlasNode_SetIsOccupied, (AtlasAllocatorDynamic_AtlasNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02AF89F0, void, AtlasAllocatorDynamic_AtlasNode_ClearIsOccupied, (AtlasAllocatorDynamic_AtlasNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02AF8A00, bool, AtlasAllocatorDynamic_AtlasNode_IsLeafNode, (AtlasAllocatorDynamic_AtlasNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02AF8A10, int16_t, AtlasAllocatorDynamic_AtlasNode_Allocate, (AtlasAllocatorDynamic_AtlasNode * __this, AtlasAllocatorDynamic_AtlasNodePool * pool, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02AF8EF0, void, AtlasAllocatorDynamic_AtlasNode_ReleaseChildren, (AtlasAllocatorDynamic_AtlasNode * __this, AtlasAllocatorDynamic_AtlasNodePool * pool, MethodInfo * method)); DO_APP_FUNC(0x02AF8FE0, void, AtlasAllocatorDynamic_AtlasNode_ReleaseAndMerge, (AtlasAllocatorDynamic_AtlasNode * __this, AtlasAllocatorDynamic_AtlasNodePool * pool, MethodInfo * method)); DO_APP_FUNC(0x02AF9100, bool, AtlasAllocatorDynamic_AtlasNode_IsMergeNeeded, (AtlasAllocatorDynamic_AtlasNode * __this, AtlasAllocatorDynamic_AtlasNodePool * pool, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, RTHandle *, Texture2DAtlasDynamic_get_AtlasTexture, (Texture2DAtlasDynamic * __this, MethodInfo * method)); DO_APP_FUNC(0x02AF91E0, void, Texture2DAtlasDynamic__ctor, (Texture2DAtlasDynamic * __this, int32_t width, int32_t height, int32_t capacity, GraphicsFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02AF94C0, void, Texture2DAtlasDynamic__ctor_1, (Texture2DAtlasDynamic * __this, int32_t width, int32_t height, int32_t capacity, RTHandle * atlasTexture, MethodInfo * method)); DO_APP_FUNC(0x02AF9720, void, Texture2DAtlasDynamic_Release, (Texture2DAtlasDynamic * __this, MethodInfo * method)); DO_APP_FUNC(0x02AF97E0, void, Texture2DAtlasDynamic_ResetAllocator, (Texture2DAtlasDynamic * __this, MethodInfo * method)); DO_APP_FUNC(0x02AF9990, bool, Texture2DAtlasDynamic_AddTexture, (Texture2DAtlasDynamic * __this, CommandBuffer * cmd, Vector4 * scaleOffset, Texture * texture, MethodInfo * method)); DO_APP_FUNC(0x02AF9CE0, bool, Texture2DAtlasDynamic_IsCached, (Texture2DAtlasDynamic * __this, Vector4 * scaleOffset, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x02AF9D50, bool, Texture2DAtlasDynamic_EnsureTextureSlot, (Texture2DAtlasDynamic * __this, bool * isUploadNeeded, Vector4 * scaleOffset, int32_t key, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02AF9ED0, void, Texture2DAtlasDynamic_ReleaseTextureSlot, (Texture2DAtlasDynamic * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x02AFA020, void, TextureXR_set_maxViews, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02AFA080, int32_t, TextureXR_get_slices, (MethodInfo * method)); DO_APP_FUNC(0x02AFA0E0, bool, TextureXR_get_useTexArray, (MethodInfo * method)); DO_APP_FUNC(0x02AFA160, TextureDimension__Enum, TextureXR_get_dimension, (MethodInfo * method)); DO_APP_FUNC(0x02AFA1C0, RTHandle *, TextureXR_GetBlackUIntTexture, (MethodInfo * method)); DO_APP_FUNC(0x02AFA260, RTHandle *, TextureXR_GetClearTexture, (MethodInfo * method)); DO_APP_FUNC(0x02AFA300, RTHandle *, TextureXR_GetMagentaTexture, (MethodInfo * method)); DO_APP_FUNC(0x02AFA3A0, RTHandle *, TextureXR_GetBlackTexture, (MethodInfo * method)); DO_APP_FUNC(0x02AFA450, RTHandle *, TextureXR_GetBlackTextureArray, (MethodInfo * method)); DO_APP_FUNC(0x02AFA4B0, RTHandle *, TextureXR_GetBlackTexture3D, (MethodInfo * method)); DO_APP_FUNC(0x02AFA510, RTHandle *, TextureXR_GetWhiteTexture, (MethodInfo * method)); DO_APP_FUNC(0x02AFA5C0, void, TextureXR_Initialize, (CommandBuffer * cmd, ComputeShader * clearR32_UIntShader, MethodInfo * method)); DO_APP_FUNC(0x02AFBEA0, Texture2DArray *, TextureXR_CreateTexture2DArrayFromTexture2D, (Texture2D * source, String * name, MethodInfo * method)); DO_APP_FUNC(0x02AFC180, Texture *, TextureXR_CreateBlackUIntTextureArray, (CommandBuffer * cmd, ComputeShader * clearR32_UIntShader, MethodInfo * method)); DO_APP_FUNC(0x02AFC5E0, Texture *, TextureXR_CreateBlackUintTexture, (CommandBuffer * cmd, ComputeShader * clearR32_UIntShader, MethodInfo * method)); DO_APP_FUNC(0x02AFCA40, Texture3D *, TextureXR_CreateBlackTexture3D, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02AFCBA0, void, TextureXR__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02AFCBE0, void, ArrayExtensions_ResizeArray, (TransformAccessArray * array, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x00EEC8F0, uint32_t, BitArray8_get_capacity, (BitArray8 * __this, MethodInfo * method)); DO_APP_FUNC(0x02912900, bool, BitArray8_get_allFalse, (BitArray8 * __this, MethodInfo * method)); DO_APP_FUNC(0x02AFCD90, bool, BitArray8_get_allTrue, (BitArray8 * __this, MethodInfo * method)); DO_APP_FUNC(0x02AFCDA0, String *, BitArray8_get_humanizedData, (BitArray8 * __this, MethodInfo * method)); DO_APP_FUNC(0x02AFCF50, bool, BitArray8_get_Item, (BitArray8 * __this, uint32_t index, MethodInfo * method)); DO_APP_FUNC(0x02AFCF70, void, BitArray8_set_Item, (BitArray8 * __this, uint32_t index, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C7E140, void, BitArray8__ctor, (BitArray8 * __this, uint8_t initValue, MethodInfo * method)); DO_APP_FUNC(0x02AFCF90, void, BitArray8__ctor_1, (BitArray8 * __this, IEnumerable_1_System_UInt32_ * bitIndexTrue, MethodInfo * method)); DO_APP_FUNC(0x02AFD040, BitArray8, BitArray8_op_OnesComplement, (BitArray8 a, MethodInfo * method)); DO_APP_FUNC(0x02AFD050, BitArray8, BitArray8_op_BitwiseOr, (BitArray8 a, BitArray8 b, MethodInfo * method)); DO_APP_FUNC(0x02AFD060, BitArray8, BitArray8_op_BitwiseAnd, (BitArray8 a, BitArray8 b, MethodInfo * method)); DO_APP_FUNC(0x02AFD070, IBitArray *, BitArray8_BitAnd, (BitArray8 * __this, IBitArray * other, MethodInfo * method)); DO_APP_FUNC(0x02AFD0F0, IBitArray *, BitArray8_BitOr, (BitArray8 * __this, IBitArray * other, MethodInfo * method)); DO_APP_FUNC(0x02AFD170, IBitArray *, BitArray8_BitNot, (BitArray8 * __this, MethodInfo * method)); DO_APP_FUNC(0x02AFD1C0, bool, BitArray8_op_Equality, (BitArray8 a, BitArray8 b, MethodInfo * method)); DO_APP_FUNC(0x02AFD1D0, bool, BitArray8_op_Inequality, (BitArray8 a, BitArray8 b, MethodInfo * method)); DO_APP_FUNC(0x02AFD1E0, bool, BitArray8_Equals, (BitArray8 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02AFD270, int32_t, BitArray8_GetHashCode, (BitArray8 * __this, MethodInfo * method)); DO_APP_FUNC(0x003D0D70, uint32_t, BitArray16_get_capacity, (BitArray16 * __this, MethodInfo * method)); DO_APP_FUNC(0x02AFD280, bool, BitArray16_get_allFalse, (BitArray16 * __this, MethodInfo * method)); DO_APP_FUNC(0x02AFD290, bool, BitArray16_get_allTrue, (BitArray16 * __this, MethodInfo * method)); DO_APP_FUNC(0x02AFD2A0, String *, BitArray16_get_humanizedData, (BitArray16 * __this, MethodInfo * method)); DO_APP_FUNC(0x02AFD4F0, bool, BitArray16_get_Item, (BitArray16 * __this, uint32_t index, MethodInfo * method)); DO_APP_FUNC(0x02AFD510, void, BitArray16_set_Item, (BitArray16 * __this, uint32_t index, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C6FF40, void, BitArray16__ctor, (BitArray16 * __this, uint16_t initValue, MethodInfo * method)); DO_APP_FUNC(0x02AFD530, void, BitArray16__ctor_1, (BitArray16 * __this, IEnumerable_1_System_UInt32_ * bitIndexTrue, MethodInfo * method)); DO_APP_FUNC(0x02AFD5E0, BitArray16, BitArray16_op_OnesComplement, (BitArray16 a, MethodInfo * method)); DO_APP_FUNC(0x02AFD5F0, BitArray16, BitArray16_op_BitwiseOr, (BitArray16 a, BitArray16 b, MethodInfo * method)); DO_APP_FUNC(0x02AFD600, BitArray16, BitArray16_op_BitwiseAnd, (BitArray16 a, BitArray16 b, MethodInfo * method)); DO_APP_FUNC(0x02AFD610, IBitArray *, BitArray16_BitAnd, (BitArray16 * __this, IBitArray * other, MethodInfo * method)); DO_APP_FUNC(0x02AFD690, IBitArray *, BitArray16_BitOr, (BitArray16 * __this, IBitArray * other, MethodInfo * method)); DO_APP_FUNC(0x02AFD710, IBitArray *, BitArray16_BitNot, (BitArray16 * __this, MethodInfo * method)); DO_APP_FUNC(0x02AFD760, bool, BitArray16_op_Equality, (BitArray16 a, BitArray16 b, MethodInfo * method)); DO_APP_FUNC(0x02AFD770, bool, BitArray16_op_Inequality, (BitArray16 a, BitArray16 b, MethodInfo * method)); DO_APP_FUNC(0x02AFD780, bool, BitArray16_Equals, (BitArray16 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02AFD810, int32_t, BitArray16_GetHashCode, (BitArray16 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B31160, uint32_t, BitArray32_get_capacity, (BitArray32 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B3FEC0, bool, BitArray32_get_allFalse, (BitArray32 * __this, MethodInfo * method)); DO_APP_FUNC(0x02AFD820, bool, BitArray32_get_allTrue, (BitArray32 * __this, MethodInfo * method)); DO_APP_FUNC(0x02AFD830, String *, BitArray32_get_humanizedVersion, (BitArray32 * __this, MethodInfo * method)); DO_APP_FUNC(0x02AFD8A0, String *, BitArray32_get_humanizedData, (BitArray32 * __this, MethodInfo * method)); DO_APP_FUNC(0x02AFDAF0, bool, BitArray32_get_Item, (BitArray32 * __this, uint32_t index, MethodInfo * method)); DO_APP_FUNC(0x02AFDB10, void, BitArray32_set_Item, (BitArray32 * __this, uint32_t index, bool value, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, BitArray32__ctor, (BitArray32 * __this, uint32_t initValue, MethodInfo * method)); DO_APP_FUNC(0x02AFDB30, void, BitArray32__ctor_1, (BitArray32 * __this, IEnumerable_1_System_UInt32_ * bitIndexTrue, MethodInfo * method)); DO_APP_FUNC(0x02AFDBE0, IBitArray *, BitArray32_BitAnd, (BitArray32 * __this, IBitArray * other, MethodInfo * method)); DO_APP_FUNC(0x02AFDC60, IBitArray *, BitArray32_BitOr, (BitArray32 * __this, IBitArray * other, MethodInfo * method)); DO_APP_FUNC(0x02AFDCE0, IBitArray *, BitArray32_BitNot, (BitArray32 * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AFC0, BitArray32, BitArray32_op_OnesComplement, (BitArray32 a, MethodInfo * method)); DO_APP_FUNC(0x0099AFB0, BitArray32, BitArray32_op_BitwiseOr, (BitArray32 a, BitArray32 b, MethodInfo * method)); DO_APP_FUNC(0x0099AFA0, BitArray32, BitArray32_op_BitwiseAnd, (BitArray32 a, BitArray32 b, MethodInfo * method)); DO_APP_FUNC(0x00B40120, bool, BitArray32_op_Equality, (BitArray32 a, BitArray32 b, MethodInfo * method)); DO_APP_FUNC(0x00B30240, bool, BitArray32_op_Inequality, (BitArray32 a, BitArray32 b, MethodInfo * method)); DO_APP_FUNC(0x02AFDD30, bool, BitArray32_Equals, (BitArray32 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02AFDDC0, int32_t, BitArray32_GetHashCode, (BitArray32 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B31DC0, uint32_t, BitArray64_get_capacity, (BitArray64 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADB710, bool, BitArray64_get_allFalse, (BitArray64 * __this, MethodInfo * method)); DO_APP_FUNC(0x02AFDDD0, bool, BitArray64_get_allTrue, (BitArray64 * __this, MethodInfo * method)); DO_APP_FUNC(0x02AFDDE0, String *, BitArray64_get_humanizedData, (BitArray64 * __this, MethodInfo * method)); DO_APP_FUNC(0x02AFE030, bool, BitArray64_get_Item, (BitArray64 * __this, uint32_t index, MethodInfo * method)); DO_APP_FUNC(0x02AFE050, void, BitArray64_set_Item, (BitArray64 * __this, uint32_t index, bool value, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, BitArray64__ctor, (BitArray64 * __this, uint64_t initValue, MethodInfo * method)); DO_APP_FUNC(0x02AFE070, void, BitArray64__ctor_1, (BitArray64 * __this, IEnumerable_1_System_UInt32_ * bitIndexTrue, MethodInfo * method)); DO_APP_FUNC(0x02AFE120, BitArray64, BitArray64_op_OnesComplement, (BitArray64 a, MethodInfo * method)); DO_APP_FUNC(0x02AFE130, BitArray64, BitArray64_op_BitwiseOr, (BitArray64 a, BitArray64 b, MethodInfo * method)); DO_APP_FUNC(0x02AFE140, BitArray64, BitArray64_op_BitwiseAnd, (BitArray64 a, BitArray64 b, MethodInfo * method)); DO_APP_FUNC(0x02AFE150, IBitArray *, BitArray64_BitAnd, (BitArray64 * __this, IBitArray * other, MethodInfo * method)); DO_APP_FUNC(0x02AFE1D0, IBitArray *, BitArray64_BitOr, (BitArray64 * __this, IBitArray * other, MethodInfo * method)); DO_APP_FUNC(0x02AFE250, IBitArray *, BitArray64_BitNot, (BitArray64 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, BitArray64_op_Equality, (BitArray64 a, BitArray64 b, MethodInfo * method)); DO_APP_FUNC(0x00AD34D0, bool, BitArray64_op_Inequality, (BitArray64 a, BitArray64 b, MethodInfo * method)); DO_APP_FUNC(0x02AFE2A0, bool, BitArray64_Equals, (BitArray64 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02AFE330, int32_t, BitArray64_GetHashCode, (BitArray64 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B31A80, uint32_t, BitArray128_get_capacity, (BitArray128 * __this, MethodInfo * method)); DO_APP_FUNC(0x02853D50, bool, BitArray128_get_allFalse, (BitArray128 * __this, MethodInfo * method)); DO_APP_FUNC(0x02AFE340, bool, BitArray128_get_allTrue, (BitArray128 * __this, MethodInfo * method)); DO_APP_FUNC(0x02AFE360, String *, BitArray128_get_humanizedData, (BitArray128 * __this, MethodInfo * method)); DO_APP_FUNC(0x02AFE700, bool, BitArray128_get_Item, (BitArray128 * __this, uint32_t index, MethodInfo * method)); DO_APP_FUNC(0x02AFE730, void, BitArray128_set_Item, (BitArray128 * __this, uint32_t index, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C1EA20, void, BitArray128__ctor, (BitArray128 * __this, uint64_t initValue1, uint64_t initValue2, MethodInfo * method)); DO_APP_FUNC(0x02AFE770, void, BitArray128__ctor_1, (BitArray128 * __this, IEnumerable_1_System_UInt32_ * bitIndexTrue, MethodInfo * method)); DO_APP_FUNC(0x02AFE840, BitArray128, BitArray128_op_OnesComplement, (BitArray128 a, MethodInfo * method)); DO_APP_FUNC(0x02AFE860, BitArray128, BitArray128_op_BitwiseOr, (BitArray128 a, BitArray128 b, MethodInfo * method)); DO_APP_FUNC(0x02854AC0, BitArray128, BitArray128_op_BitwiseAnd, (BitArray128 a, BitArray128 b, MethodInfo * method)); DO_APP_FUNC(0x02AFE880, IBitArray *, BitArray128_BitAnd, (BitArray128 * __this, IBitArray * other, MethodInfo * method)); DO_APP_FUNC(0x02AFE920, IBitArray *, BitArray128_BitOr, (BitArray128 * __this, IBitArray * other, MethodInfo * method)); DO_APP_FUNC(0x02AFE9C0, IBitArray *, BitArray128_BitNot, (BitArray128 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6D390, bool, BitArray128_op_Equality, (BitArray128 a, BitArray128 b, MethodInfo * method)); DO_APP_FUNC(0x00A6D3B0, bool, BitArray128_op_Inequality, (BitArray128 a, BitArray128 b, MethodInfo * method)); DO_APP_FUNC(0x02AFEA30, bool, BitArray128_Equals, (BitArray128 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02AFEAC0, int32_t, BitArray128_GetHashCode, (BitArray128 * __this, MethodInfo * method)); DO_APP_FUNC(0x00EECFC0, uint32_t, BitArray256_get_capacity, (BitArray256 * __this, MethodInfo * method)); DO_APP_FUNC(0x02AFEAF0, bool, BitArray256_get_allFalse, (BitArray256 * __this, MethodInfo * method)); DO_APP_FUNC(0x02AFEB10, bool, BitArray256_get_allTrue, (BitArray256 * __this, MethodInfo * method)); DO_APP_FUNC(0x02AFEB30, String *, BitArray256_get_humanizedData, (BitArray256 * __this, MethodInfo * method)); DO_APP_FUNC(0x02AFF140, bool, BitArray256_get_Item, (BitArray256 * __this, uint32_t index, MethodInfo * method)); DO_APP_FUNC(0x02AFF190, void, BitArray256_set_Item, (BitArray256 * __this, uint32_t index, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C1EB40, void, BitArray256__ctor, (BitArray256 * __this, uint64_t initValue1, uint64_t initValue2, uint64_t initValue3, uint64_t initValue4, MethodInfo * method)); DO_APP_FUNC(0x02AFF220, void, BitArray256__ctor_1, (BitArray256 * __this, IEnumerable_1_System_UInt32_ * bitIndexTrue, MethodInfo * method)); DO_APP_FUNC(0x02AFF330, BitArray256, BitArray256_op_OnesComplement, (BitArray256 a, MethodInfo * method)); DO_APP_FUNC(0x02AFF360, BitArray256, BitArray256_op_BitwiseOr, (BitArray256 a, BitArray256 b, MethodInfo * method)); DO_APP_FUNC(0x02AFF3A0, BitArray256, BitArray256_op_BitwiseAnd, (BitArray256 a, BitArray256 b, MethodInfo * method)); DO_APP_FUNC(0x02AFF3E0, IBitArray *, BitArray256_BitAnd, (BitArray256 * __this, IBitArray * other, MethodInfo * method)); DO_APP_FUNC(0x02AFF4E0, IBitArray *, BitArray256_BitOr, (BitArray256 * __this, IBitArray * other, MethodInfo * method)); DO_APP_FUNC(0x02AFF5E0, IBitArray *, BitArray256_BitNot, (BitArray256 * __this, MethodInfo * method)); DO_APP_FUNC(0x02AFF670, bool, BitArray256_op_Equality, (BitArray256 a, BitArray256 b, MethodInfo * method)); DO_APP_FUNC(0x02AFF6B0, bool, BitArray256_op_Inequality, (BitArray256 a, BitArray256 b, MethodInfo * method)); DO_APP_FUNC(0x02AFF6F0, bool, BitArray256_Equals, (BitArray256 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02AFF7A0, int32_t, BitArray256_GetHashCode, (BitArray256 * __this, MethodInfo * method)); DO_APP_FUNC(0x02AFF7F0, bool, BitArrayUtilities_Get8, (uint32_t index, uint8_t data, MethodInfo * method)); DO_APP_FUNC(0x02AFF810, bool, BitArrayUtilities_Get16, (uint32_t index, uint16_t data, MethodInfo * method)); DO_APP_FUNC(0x02AFF830, bool, BitArrayUtilities_Get32, (uint32_t index, uint32_t data, MethodInfo * method)); DO_APP_FUNC(0x02AFF840, bool, BitArrayUtilities_Get64, (uint32_t index, uint64_t data, MethodInfo * method)); DO_APP_FUNC(0x02AFF860, bool, BitArrayUtilities_Get128, (uint32_t index, uint64_t data1, uint64_t data2, MethodInfo * method)); DO_APP_FUNC(0x02AFF890, bool, BitArrayUtilities_Get256, (uint32_t index, uint64_t data1, uint64_t data2, uint64_t data3, uint64_t data4, MethodInfo * method)); DO_APP_FUNC(0x02AFF8E0, void, BitArrayUtilities_Set8, (uint32_t index, uint8_t * data, bool value, MethodInfo * method)); DO_APP_FUNC(0x02AFF900, void, BitArrayUtilities_Set16, (uint32_t index, uint16_t * data, bool value, MethodInfo * method)); DO_APP_FUNC(0x02AFF920, void, BitArrayUtilities_Set32, (uint32_t index, uint32_t * data, bool value, MethodInfo * method)); DO_APP_FUNC(0x02AFF940, void, BitArrayUtilities_Set64, (uint32_t index, uint64_t * data, bool value, MethodInfo * method)); DO_APP_FUNC(0x02AFF960, void, BitArrayUtilities_Set128, (uint32_t index, uint64_t * data1, uint64_t * data2, bool value, MethodInfo * method)); DO_APP_FUNC(0x02AFF9A0, void, BitArrayUtilities_Set256, (uint32_t index, uint64_t * data1, uint64_t * data2, uint64_t * data3, uint64_t * data4, bool value, MethodInfo * method)); DO_APP_FUNC(0x02AFFA10, void, Blitter_Initialize, (Shader * blitPS, Shader * blitColorAndDepthPS, MethodInfo * method)); DO_APP_FUNC(0x02B00560, void, Blitter_Cleanup, (MethodInfo * method)); DO_APP_FUNC(0x02B008F0, Material *, Blitter_GetBlitMaterial, (TextureDimension__Enum dimension, bool singleSlice, MethodInfo * method)); DO_APP_FUNC(0x02B009C0, void, Blitter_DrawTriangle, (CommandBuffer * cmd, Material * material, int32_t shaderPass, MethodInfo * method)); DO_APP_FUNC(0x02B00C40, void, Blitter_DrawQuad, (CommandBuffer * cmd, Material * material, int32_t shaderPass, MethodInfo * method)); DO_APP_FUNC(0x02B00EC0, void, Blitter_BlitTexture, (CommandBuffer * cmd, RTHandle * source, Vector4 scaleBias, float mipLevel, bool bilinear, MethodInfo * method)); DO_APP_FUNC(0x02B01100, void, Blitter_BlitTexture2D, (CommandBuffer * cmd, RTHandle * source, Vector4 scaleBias, float mipLevel, bool bilinear, MethodInfo * method)); DO_APP_FUNC(0x02B012B0, void, Blitter_BlitColorAndDepth, (CommandBuffer * cmd, Texture * sourceColor, RenderTexture * sourceDepth, Vector4 scaleBias, float mipLevel, bool blitDepth, MethodInfo * method)); DO_APP_FUNC(0x02B015C0, void, Blitter_BlitTexture_1, (CommandBuffer * cmd, RTHandle * source, Vector4 scaleBias, Material * material, int32_t pass, MethodInfo * method)); DO_APP_FUNC(0x02B01780, void, Blitter_BlitCameraTexture, (CommandBuffer * cmd, RTHandle * source, RTHandle * destination, float mipLevel, bool bilinear, MethodInfo * method)); DO_APP_FUNC(0x02B01910, void, Blitter_BlitCameraTexture2D, (CommandBuffer * cmd, RTHandle * source, RTHandle * destination, float mipLevel, bool bilinear, MethodInfo * method)); DO_APP_FUNC(0x02B01C10, void, Blitter_BlitCameraTexture_1, (CommandBuffer * cmd, RTHandle * source, RTHandle * destination, Material * material, int32_t pass, MethodInfo * method)); DO_APP_FUNC(0x02B01D90, void, Blitter_BlitCameraTexture_2, (CommandBuffer * cmd, RTHandle * source, RTHandle * destination, Vector4 scaleBias, float mipLevel, bool bilinear, MethodInfo * method)); DO_APP_FUNC(0x02B01E90, void, Blitter_BlitCameraTexture_3, (CommandBuffer * cmd, RTHandle * source, RTHandle * destination, Rect destViewport, float mipLevel, bool bilinear, MethodInfo * method)); DO_APP_FUNC(0x02B02080, void, Blitter_BlitQuad, (CommandBuffer * cmd, Texture * source, Vector4 scaleBiasTex, Vector4 scaleBiasRT, int32_t mipLevelTex, bool bilinear, MethodInfo * method)); DO_APP_FUNC(0x02B023E0, void, Blitter_BlitQuadWithPadding, (CommandBuffer * cmd, Texture * source, Vector2 textureSize, Vector4 scaleBiasTex, Vector4 scaleBiasRT, int32_t mipLevelTex, bool bilinear, int32_t paddingInPixels, MethodInfo * method)); DO_APP_FUNC(0x02B02880, void, Blitter_BlitQuadWithPaddingMultiply, (CommandBuffer * cmd, Texture * source, Vector2 textureSize, Vector4 scaleBiasTex, Vector4 scaleBiasRT, int32_t mipLevelTex, bool bilinear, int32_t paddingInPixels, MethodInfo * method)); DO_APP_FUNC(0x02B02D20, void, Blitter_BlitOctahedralWithPadding, (CommandBuffer * cmd, Texture * source, Vector2 textureSize, Vector4 scaleBiasTex, Vector4 scaleBiasRT, int32_t mipLevelTex, bool bilinear, int32_t paddingInPixels, MethodInfo * method)); DO_APP_FUNC(0x02B03160, void, Blitter_BlitOctahedralWithPaddingMultiply, (CommandBuffer * cmd, Texture * source, Vector2 textureSize, Vector4 scaleBiasTex, Vector4 scaleBiasRT, int32_t mipLevelTex, bool bilinear, int32_t paddingInPixels, MethodInfo * method)); DO_APP_FUNC(0x02B035A0, void, Blitter_BlitCubeToOctahedral2DQuad, (CommandBuffer * cmd, Texture * source, Vector4 scaleBiasRT, int32_t mipLevelTex, MethodInfo * method)); DO_APP_FUNC(0x02B038F0, void, Blitter_BlitCubeToOctahedral2DQuadSingleChannel, (CommandBuffer * cmd, Texture * source, Vector4 scaleBiasRT, int32_t mipLevelTex, MethodInfo * method)); DO_APP_FUNC(0x02B03DD0, void, Blitter_BlitQuadSingleChannel, (CommandBuffer * cmd, Texture * source, Vector4 scaleBiasTex, Vector4 scaleBiasRT, int32_t mipLevelTex, MethodInfo * method)); DO_APP_FUNC(0x02B042B0, void, Blitter__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02B043C0, Vector3__Array *, Blitter__Initialize_g__GetFullScreenTriangleVertexPosition_8_0, (float z, MethodInfo * method)); DO_APP_FUNC(0x02B04490, Vector2__Array *, Blitter__Initialize_g__GetFullScreenTriangleTexCoord_8_1, (MethodInfo * method)); DO_APP_FUNC(0x02B045C0, Vector3__Array *, Blitter__Initialize_g__GetQuadVertexPosition_8_2, (float z, MethodInfo * method)); DO_APP_FUNC(0x02B04680, Vector2__Array *, Blitter__Initialize_g__GetQuadTexCoord_8_3, (MethodInfo * method)); DO_APP_FUNC(0x02B047A0, void, Blitter_BlitShaderIDs__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02B04B40, bool, CameraCaptureBridge_get_enabled, (MethodInfo * method)); DO_APP_FUNC(0x02B04BA0, void, CameraCaptureBridge_set_enabled, (bool value, MethodInfo * method)); DO_APP_FUNC(0x02B04C00, IEnumerator_1_System_Action_2__6 *, CameraCaptureBridge_GetCaptureActions, (Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x02B04D90, void, CameraCaptureBridge_AddCaptureAction, (Camera * camera, Action_2_UnityEngine_Rendering_RenderTargetIdentifier_UnityEngine_Rendering_CommandBuffer_ * action, MethodInfo * method)); DO_APP_FUNC(0x02B04F90, void, CameraCaptureBridge_RemoveCaptureAction, (Camera * camera, Action_2_UnityEngine_Rendering_RenderTargetIdentifier_UnityEngine_Rendering_CommandBuffer_ * action, MethodInfo * method)); DO_APP_FUNC(0x02B05130, void, CameraCaptureBridge__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02B05220, float, ColorUtils_get_lensImperfectionExposureScale, (MethodInfo * method)); DO_APP_FUNC(0x02A847B0, float, ColorUtils_StandardIlluminantY, (float x, MethodInfo * method)); DO_APP_FUNC(0x02A847E0, Vector3, ColorUtils_CIExyToLMS, (float x, float y, MethodInfo * method)); DO_APP_FUNC(0x02B05290, Vector3, ColorUtils_ColorBalanceToLMSCoeffs, (float temperature, float tint, MethodInfo * method)); DO_APP_FUNC(0x02B05410, ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4_, ColorUtils_PrepareShadowsMidtonesHighlights, (Vector4 * inShadows, Vector4 * inMidtones, Vector4 * inHighlights, MethodInfo * method)); DO_APP_FUNC(0x02B05920, ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4_, ColorUtils_PrepareLiftGammaGain, (Vector4 * inLift, Vector4 * inGamma, Vector4 * inGain, MethodInfo * method)); DO_APP_FUNC(0x02B05EF0, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4_, ColorUtils_PrepareSplitToning, (Vector4 * inShadows, Vector4 * inHighlights, float balance, MethodInfo * method)); DO_APP_FUNC(0x02B05FD0, float, ColorUtils_Luminance, (Color * color, MethodInfo * method)); DO_APP_FUNC(0x02B06000, float, ColorUtils_ComputeEV100, (float aperture, float shutterSpeed, float ISO, MethodInfo * method)); DO_APP_FUNC(0x02B06030, float, ColorUtils_ConvertEV100ToExposure, (float EV100, MethodInfo * method)); DO_APP_FUNC(0x02B060B0, float, ColorUtils_ConvertExposureToEV100, (float exposure, MethodInfo * method)); DO_APP_FUNC(0x02B06130, float, ColorUtils_ComputeEV100FromAvgLuminance, (float avgLuminance, MethodInfo * method)); DO_APP_FUNC(0x02B061B0, float, ColorUtils_ComputeISO, (float aperture, float shutterSpeed, float targetEV100, MethodInfo * method)); DO_APP_FUNC(0x02A84BD0, uint32_t, ColorUtils_ToHex, (Color c, MethodInfo * method)); DO_APP_FUNC(0x02A84C60, Color, ColorUtils_ToRGBA, (uint32_t hex, MethodInfo * method)); DO_APP_FUNC(0x02B06200, void, ColorUtils__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02B06260, void, CoreMatrixUtils_MatrixTimesTranslation, (Matrix4x4 * inOutMatrix, Vector3 translation, MethodInfo * method)); DO_APP_FUNC(0x02B062F0, void, CoreMatrixUtils_TranslationTimesMatrix, (Matrix4x4 * inOutMatrix, Vector3 translation, MethodInfo * method)); DO_APP_FUNC(0x02B063E0, Matrix4x4, CoreMatrixUtils_MultiplyPerspectiveMatrix, (Matrix4x4 perspective, Matrix4x4 rhs, MethodInfo * method)); DO_APP_FUNC(0x02B06530, Matrix4x4, CoreMatrixUtils_MultiplyOrthoMatrixCentered, (Matrix4x4 ortho, Matrix4x4 rhs, MethodInfo * method)); DO_APP_FUNC(0x02B06670, Matrix4x4, CoreMatrixUtils_MultiplyGenericOrthoMatrix, (Matrix4x4 ortho, Matrix4x4 rhs, MethodInfo * method)); DO_APP_FUNC(0x02B06820, Matrix4x4, CoreMatrixUtils_MultiplyOrthoMatrix, (Matrix4x4 ortho, Matrix4x4 rhs, bool centered, MethodInfo * method)); DO_APP_FUNC(0x02B06B10, Matrix4x4, CoreMatrixUtils_MultiplyProjectionMatrix, (Matrix4x4 projMatrix, Matrix4x4 rhs, bool orthoCentered, MethodInfo * method)); DO_APP_FUNC(0x02B06EB0, Cubemap *, CoreUtils_get_blackCubeTexture, (MethodInfo * method)); DO_APP_FUNC(0x02B07220, Cubemap *, CoreUtils_get_magentaCubeTexture, (MethodInfo * method)); DO_APP_FUNC(0x02B07590, CubemapArray *, CoreUtils_get_magentaCubeTextureArray, (MethodInfo * method)); DO_APP_FUNC(0x02B07970, Cubemap *, CoreUtils_get_whiteCubeTexture, (MethodInfo * method)); DO_APP_FUNC(0x02B07CE0, RenderTexture *, CoreUtils_get_emptyUAV, (MethodInfo * method)); DO_APP_FUNC(0x02B07FC0, Texture3D *, CoreUtils_get_blackVolumeTexture, (MethodInfo * method)); DO_APP_FUNC(0x02B082C0, void, CoreUtils_ClearRenderTarget, (CommandBuffer * cmd, ClearFlag__Enum clearFlag, Color clearColor, MethodInfo * method)); DO_APP_FUNC(0x02B08350, int32_t, CoreUtils_FixupDepthSlice, (int32_t depthSlice, RTHandle * buffer, MethodInfo * method)); DO_APP_FUNC(0x02B083A0, int32_t, CoreUtils_FixupDepthSlice_1, (int32_t depthSlice, CubemapFace__Enum cubemapFace, MethodInfo * method)); DO_APP_FUNC(0x02B083B0, void, CoreUtils_SetRenderTarget, (CommandBuffer * cmd, RenderTargetIdentifier buffer, ClearFlag__Enum clearFlag, Color clearColor, int32_t miplevel, CubemapFace__Enum cubemapFace, int32_t depthSlice, MethodInfo * method)); DO_APP_FUNC(0x02B084F0, void, CoreUtils_SetRenderTarget_1, (CommandBuffer * cmd, RenderTargetIdentifier buffer, ClearFlag__Enum clearFlag, int32_t miplevel, CubemapFace__Enum cubemapFace, int32_t depthSlice, MethodInfo * method)); DO_APP_FUNC(0x02B08670, void, CoreUtils_SetRenderTarget_2, (CommandBuffer * cmd, RenderTargetIdentifier colorBuffer, RenderTargetIdentifier depthBuffer, int32_t miplevel, CubemapFace__Enum cubemapFace, int32_t depthSlice, MethodInfo * method)); DO_APP_FUNC(0x02B087A0, void, CoreUtils_SetRenderTarget_3, (CommandBuffer * cmd, RenderTargetIdentifier colorBuffer, RenderTargetIdentifier depthBuffer, ClearFlag__Enum clearFlag, int32_t miplevel, CubemapFace__Enum cubemapFace, int32_t depthSlice, MethodInfo * method)); DO_APP_FUNC(0x02B08950, void, CoreUtils_SetRenderTarget_4, (CommandBuffer * cmd, RenderTargetIdentifier colorBuffer, RenderTargetIdentifier depthBuffer, ClearFlag__Enum clearFlag, Color clearColor, int32_t miplevel, CubemapFace__Enum cubemapFace, int32_t depthSlice, MethodInfo * method)); DO_APP_FUNC(0x02B08AD0, void, CoreUtils_SetRenderTarget_5, (CommandBuffer * cmd, RenderTargetIdentifier__Array * colorBuffers, RenderTargetIdentifier depthBuffer, MethodInfo * method)); DO_APP_FUNC(0x02B08BC0, void, CoreUtils_SetRenderTarget_6, (CommandBuffer * cmd, RenderTargetIdentifier__Array * colorBuffers, RenderTargetIdentifier depthBuffer, ClearFlag__Enum clearFlag, MethodInfo * method)); DO_APP_FUNC(0x02B08D20, void, CoreUtils_SetRenderTarget_7, (CommandBuffer * cmd, RenderTargetIdentifier__Array * colorBuffers, RenderTargetIdentifier depthBuffer, ClearFlag__Enum clearFlag, Color clearColor, MethodInfo * method)); DO_APP_FUNC(0x02B08E50, void, CoreUtils_SetRenderTarget_8, (CommandBuffer * cmd, RenderTargetIdentifier buffer, RenderBufferLoadAction__Enum loadAction, RenderBufferStoreAction__Enum storeAction, ClearFlag__Enum clearFlag, Color clearColor, MethodInfo * method)); DO_APP_FUNC(0x02B08F80, void, CoreUtils_SetRenderTarget_9, (CommandBuffer * cmd, RenderTargetIdentifier buffer, RenderBufferLoadAction__Enum loadAction, RenderBufferStoreAction__Enum storeAction, ClearFlag__Enum clearFlag, MethodInfo * method)); DO_APP_FUNC(0x02B090E0, void, CoreUtils_SetRenderTarget_10, (CommandBuffer * cmd, RenderTargetIdentifier colorBuffer, RenderBufferLoadAction__Enum colorLoadAction, RenderBufferStoreAction__Enum colorStoreAction, RenderTargetIdentifier depthBuffer, RenderBufferLoadAction__Enum depthLoadAction, RenderBufferStoreAction__Enum depthStoreAction, ClearFlag__Enum clearFlag, Color clearColor, MethodInfo * method)); DO_APP_FUNC(0x02B09260, void, CoreUtils_SetRenderTarget_11, (CommandBuffer * cmd, RenderTargetIdentifier buffer, RenderBufferLoadAction__Enum colorLoadAction, RenderBufferStoreAction__Enum colorStoreAction, RenderBufferLoadAction__Enum depthLoadAction, RenderBufferStoreAction__Enum depthStoreAction, ClearFlag__Enum clearFlag, Color clearColor, MethodInfo * method)); DO_APP_FUNC(0x02B093B0, void, CoreUtils_SetRenderTarget_12, (CommandBuffer * cmd, RenderTargetIdentifier colorBuffer, RenderBufferLoadAction__Enum colorLoadAction, RenderBufferStoreAction__Enum colorStoreAction, RenderTargetIdentifier depthBuffer, RenderBufferLoadAction__Enum depthLoadAction, RenderBufferStoreAction__Enum depthStoreAction, ClearFlag__Enum clearFlag, MethodInfo * method)); DO_APP_FUNC(0x02B09560, void, CoreUtils_SetViewportAndClear, (CommandBuffer * cmd, RTHandle * buffer, ClearFlag__Enum clearFlag, Color clearColor, MethodInfo * method)); DO_APP_FUNC(0x02B09650, void, CoreUtils_SetRenderTarget_13, (CommandBuffer * cmd, RTHandle * buffer, ClearFlag__Enum clearFlag, Color clearColor, int32_t miplevel, CubemapFace__Enum cubemapFace, int32_t depthSlice, MethodInfo * method)); DO_APP_FUNC(0x02B09850, void, CoreUtils_SetRenderTarget_14, (CommandBuffer * cmd, RTHandle * buffer, ClearFlag__Enum clearFlag, int32_t miplevel, CubemapFace__Enum cubemapFace, int32_t depthSlice, MethodInfo * method)); DO_APP_FUNC(0x02B09910, void, CoreUtils_SetRenderTarget_15, (CommandBuffer * cmd, RTHandle * colorBuffer, RTHandle * depthBuffer, int32_t miplevel, CubemapFace__Enum cubemapFace, int32_t depthSlice, MethodInfo * method)); DO_APP_FUNC(0x02B09A60, void, CoreUtils_SetRenderTarget_16, (CommandBuffer * cmd, RTHandle * colorBuffer, RTHandle * depthBuffer, ClearFlag__Enum clearFlag, int32_t miplevel, CubemapFace__Enum cubemapFace, int32_t depthSlice, MethodInfo * method)); DO_APP_FUNC(0x02B09BB0, void, CoreUtils_SetRenderTarget_17, (CommandBuffer * cmd, RTHandle * colorBuffer, RTHandle * depthBuffer, ClearFlag__Enum clearFlag, Color clearColor, int32_t miplevel, CubemapFace__Enum cubemapFace, int32_t depthSlice, MethodInfo * method)); DO_APP_FUNC(0x02B09E90, void, CoreUtils_SetRenderTarget_18, (CommandBuffer * cmd, RenderTargetIdentifier__Array * colorBuffers, RTHandle * depthBuffer, MethodInfo * method)); DO_APP_FUNC(0x02B09FD0, void, CoreUtils_SetRenderTarget_19, (CommandBuffer * cmd, RenderTargetIdentifier__Array * colorBuffers, RTHandle * depthBuffer, ClearFlag__Enum clearFlag, MethodInfo * method)); DO_APP_FUNC(0x02B0A1F0, void, CoreUtils_SetRenderTarget_20, (CommandBuffer * cmd, RenderTargetIdentifier__Array * colorBuffers, RTHandle * depthBuffer, ClearFlag__Enum clearFlag, Color clearColor, MethodInfo * method)); DO_APP_FUNC(0x02B0A3C0, void, CoreUtils_SetViewport, (CommandBuffer * cmd, RTHandle * target, MethodInfo * method)); DO_APP_FUNC(0x02B0A4A0, String *, CoreUtils_GetRenderTargetAutoName, (int32_t width, int32_t height, int32_t depth, RenderTextureFormat__Enum format, String * name, bool mips, bool enableMSAA, MSAASamples__Enum msaaSamples, MethodInfo * method)); DO_APP_FUNC(0x02B0A5A0, String *, CoreUtils_GetRenderTargetAutoName_1, (int32_t width, int32_t height, int32_t depth, GraphicsFormat__Enum format, String * name, bool mips, bool enableMSAA, MSAASamples__Enum msaaSamples, MethodInfo * method)); DO_APP_FUNC(0x02B0A6A0, String *, CoreUtils_GetRenderTargetAutoName_2, (int32_t width, int32_t height, int32_t depth, GraphicsFormat__Enum format, TextureDimension__Enum dim, String * name, bool mips, bool enableMSAA, MSAASamples__Enum msaaSamples, bool dynamicRes, MethodInfo * method)); DO_APP_FUNC(0x02B0A790, String *, CoreUtils_GetRenderTargetAutoName_3, (int32_t width, int32_t height, int32_t depth, String * format, TextureDimension__Enum dim, String * name, bool mips, bool enableMSAA, MSAASamples__Enum msaaSamples, bool dynamicRes, MethodInfo * method)); DO_APP_FUNC(0x02B0AB30, String *, CoreUtils_GetTextureAutoName, (int32_t width, int32_t height, TextureFormat__Enum format, TextureDimension__Enum dim, String * name, bool mips, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x02B0AC00, String *, CoreUtils_GetTextureAutoName_1, (int32_t width, int32_t height, GraphicsFormat__Enum format, TextureDimension__Enum dim, String * name, bool mips, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x02B0ACD0, String *, CoreUtils_GetTextureAutoName_2, (int32_t width, int32_t height, String * format, TextureDimension__Enum dim, String * name, bool mips, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x02B0B210, void, CoreUtils_ClearCubemap, (CommandBuffer * cmd, RenderTexture * renderTexture, Color clearColor, bool clearMips, MethodInfo * method)); DO_APP_FUNC(0x02B0B490, void, CoreUtils_DrawFullScreen, (CommandBuffer * commandBuffer, Material * material, MaterialPropertyBlock * properties, int32_t shaderPassId, MethodInfo * method)); DO_APP_FUNC(0x02B0B570, void, CoreUtils_DrawFullScreen_1, (CommandBuffer * commandBuffer, Material * material, RenderTargetIdentifier colorBuffer, MaterialPropertyBlock * properties, int32_t shaderPassId, MethodInfo * method)); DO_APP_FUNC(0x02B0B780, void, CoreUtils_DrawFullScreen_2, (CommandBuffer * commandBuffer, Material * material, RenderTargetIdentifier colorBuffer, RenderTargetIdentifier depthStencilBuffer, MaterialPropertyBlock * properties, int32_t shaderPassId, MethodInfo * method)); DO_APP_FUNC(0x02B0B9D0, void, CoreUtils_DrawFullScreen_3, (CommandBuffer * commandBuffer, Material * material, RenderTargetIdentifier__Array * colorBuffers, RenderTargetIdentifier depthStencilBuffer, MaterialPropertyBlock * properties, int32_t shaderPassId, MethodInfo * method)); DO_APP_FUNC(0x02B0BAF0, void, CoreUtils_DrawFullScreen_4, (CommandBuffer * commandBuffer, Material * material, RenderTargetIdentifier__Array * colorBuffers, MaterialPropertyBlock * properties, int32_t shaderPassId, MethodInfo * method)); DO_APP_FUNC(0x02B0BCA0, Color, CoreUtils_ConvertSRGBToActiveColorSpace, (Color color, MethodInfo * method)); DO_APP_FUNC(0x02B0BD30, Color, CoreUtils_ConvertLinearToActiveColorSpace, (Color color, MethodInfo * method)); DO_APP_FUNC(0x02B0BDC0, Material *, CoreUtils_CreateEngineMaterial, (String * shaderPath, MethodInfo * method)); DO_APP_FUNC(0x02B0BFD0, Material *, CoreUtils_CreateEngineMaterial_1, (Shader * shader, MethodInfo * method)); DO_APP_FUNC(0x02B0C1A0, void, CoreUtils_SetKeyword, (CommandBuffer * cmd, String * keyword, bool state, MethodInfo * method)); DO_APP_FUNC(0x02B0C260, void, CoreUtils_SetKeyword_1, (Material * material, String * keyword, bool state, MethodInfo * method)); DO_APP_FUNC(0x02B0C320, void, CoreUtils_SetKeyword_2, (ComputeShader * cs, String * keyword, bool state, MethodInfo * method)); DO_APP_FUNC(0x02B0C3E0, void, CoreUtils_Destroy, (Object_1 * obj, MethodInfo * method)); DO_APP_FUNC(0x02B0C500, IEnumerable_1_System_Type_ *, CoreUtils_GetAllAssemblyTypes, (MethodInfo * method)); DO_APP_FUNC(0x02B0C850, void, CoreUtils_SafeRelease, (ComputeBuffer * buffer, MethodInfo * method)); DO_APP_FUNC(0x02B0C8B0, Mesh *, CoreUtils_CreateCubeMesh, (Vector3 min, Vector3 max, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, CoreUtils_ArePostProcessesEnabled, (Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, CoreUtils_AreAnimatedMaterialsEnabled, (Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, CoreUtils_IsSceneLightingDisabled, (Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, CoreUtils_IsLightOverlapDebugEnabled, (Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, CoreUtils_IsSceneViewFogEnabled, (Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, CoreUtils_IsSceneFilteringEnabled, (MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, CoreUtils_IsSceneViewPrefabStageContextHidden, (MethodInfo * method)); DO_APP_FUNC(0x02B0CDE0, void, CoreUtils_DrawRendererList, (ScriptableRenderContext renderContext, CommandBuffer * cmd, RendererList_1 rendererList, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FD10, CoreUtils_DrawRendererList__MethodInfo); DO_APP_FUNC(0x02B0D210, void, CoreUtils_DrawRendererList_1, (ScriptableRenderContext renderContext, CommandBuffer * cmd, RendererList rendererList, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FCD0, CoreUtils_DrawRendererList_1__MethodInfo); DO_APP_FUNC(0x02B0D320, int32_t, CoreUtils_GetTextureHash, (Texture * texture, MethodInfo * method)); DO_APP_FUNC(0x02B0D550, int32_t, CoreUtils_PreviousPowerOfTwo, (int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02B0D590, String *, CoreUtils_GetCorePath, (MethodInfo * method)); DO_APP_FUNC(0x02B0D5D0, void, CoreUtils__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02B0D950, void, CoreUtils_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CoreUtils_c__ctor, (CoreUtils_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02B0DA00, IEnumerable_1_System_Type_ *, CoreUtils_c__GetAllAssemblyTypes_b__81_0, (CoreUtils_c * __this, Assembly * t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FC20, CoreUtils_c__GetAllAssemblyTypes_b__81_0__MethodInfo); DO_APP_FUNC(0x02B0DA80, Delegate *, DelegateUtility_Cast, (Delegate * source, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02B0DCA0, void, FSRUtils_SetEasuConstants, (CommandBuffer * cmd, Vector2 inputViewportSizeInPixels, Vector2 inputImageSizeInPixels, Vector2 outputImageSizeInPixels, MethodInfo * method)); DO_APP_FUNC(0x02B0E0A0, void, FSRUtils_SetRcasConstants, (CommandBuffer * cmd, float sharpnessStops, MethodInfo * method)); DO_APP_FUNC(0x02B0E220, void, FSRUtils_SetRcasConstantsLinear, (CommandBuffer * cmd, float sharpnessLinear, MethodInfo * method)); DO_APP_FUNC(0x02B0E3B0, bool, FSRUtils_IsSupported, (MethodInfo * method)); DO_APP_FUNC(0x02B0E400, void, FSRUtils_ShaderConstants__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BA3C0, float, HableCurve_get_whitePoint, (HableCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA760, void, HableCurve_set_whitePoint, (HableCurve * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003BA310, float, HableCurve_get_inverseWhitePoint, (HableCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA9C70, void, HableCurve_set_inverseWhitePoint, (HableCurve * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, HableCurve_get_x0, (HableCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90F0, void, HableCurve_set_x0, (HableCurve * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA9C0, float, HableCurve_get_x1, (HableCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA9D0, void, HableCurve_set_x1, (HableCurve * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02B0E650, void, HableCurve__ctor, (HableCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x02A84F40, float, HableCurve_Eval, (HableCurve * __this, float x, MethodInfo * method)); DO_APP_FUNC(0x02B0E8B0, void, HableCurve_Init, (HableCurve * __this, float toeStrength, float toeLength, float shoulderStrength, float shoulderLength, float shoulderAngle, float gamma, MethodInfo * method)); DO_APP_FUNC(0x02A85220, void, HableCurve_InitSegments, (HableCurve * __this, HableCurve_DirectParams srcParams, MethodInfo * method)); DO_APP_FUNC(0x02A85760, void, HableCurve_SolveAB, (HableCurve * __this, float * lnA, float * B, float x0, float y0, float m, MethodInfo * method)); DO_APP_FUNC(0x02A857D0, void, HableCurve_AsSlopeIntercept, (HableCurve * __this, float * m, float * b, float x0, float x1, float y0, float y1, MethodInfo * method)); DO_APP_FUNC(0x02A85830, float, HableCurve_EvalDerivativeLinearGamma, (HableCurve * __this, float m, float b, float g, float x, MethodInfo * method)); DO_APP_FUNC(0x02A85880, float, HableCurve_Segment_Eval, (HableCurve_Segment * __this, float x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HableCurve_Segment__ctor, (HableCurve_Segment * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, HableCurve_Uniforms__ctor, (HableCurve_Uniforms * __this, HableCurve * parent, MethodInfo * method)); DO_APP_FUNC(0x02A858D0, Vector4, HableCurve_Uniforms_get_curve, (HableCurve_Uniforms * __this, MethodInfo * method)); DO_APP_FUNC(0x02B0EAB0, Vector4, HableCurve_Uniforms_get_toeSegmentA, (HableCurve_Uniforms * __this, MethodInfo * method)); DO_APP_FUNC(0x02B0EB60, Vector4, HableCurve_Uniforms_get_toeSegmentB, (HableCurve_Uniforms * __this, MethodInfo * method)); DO_APP_FUNC(0x02B0EBD0, Vector4, HableCurve_Uniforms_get_midSegmentA, (HableCurve_Uniforms * __this, MethodInfo * method)); DO_APP_FUNC(0x02B0EC80, Vector4, HableCurve_Uniforms_get_midSegmentB, (HableCurve_Uniforms * __this, MethodInfo * method)); DO_APP_FUNC(0x02B0ECF0, Vector4, HableCurve_Uniforms_get_shoSegmentA, (HableCurve_Uniforms * __this, MethodInfo * method)); DO_APP_FUNC(0x02B0EDA0, Vector4, HableCurve_Uniforms_get_shoSegmentB, (HableCurve_Uniforms * __this, MethodInfo * method)); DO_APP_FUNC(0x02A85B20, float, HaltonSequence_Get, (int32_t index, int32_t radix, MethodInfo * method)); DO_APP_FUNC(0x02B0EE10, MaterialQuality__Enum, MaterialQualityUtilities_GetHighestQuality, (MaterialQuality__Enum levels, MethodInfo * method)); DO_APP_FUNC(0x02B0EEA0, MaterialQuality__Enum, MaterialQualityUtilities_GetClosestQuality, (MaterialQuality__Enum availableLevels, MaterialQuality__Enum requestedLevel, MethodInfo * method)); DO_APP_FUNC(0x02B0F080, void, MaterialQualityUtilities_SetGlobalShaderKeywords, (MaterialQuality__Enum level, MethodInfo * method)); DO_APP_FUNC(0x02B0F190, void, MaterialQualityUtilities_SetGlobalShaderKeywords_1, (MaterialQuality__Enum level, CommandBuffer * cmd, MethodInfo * method)); DO_APP_FUNC(0x02B0F2D0, int32_t, MaterialQualityUtilities_ToFirstIndex, (MaterialQuality__Enum level, MethodInfo * method)); DO_APP_FUNC(0x02B0F370, MaterialQuality__Enum, MaterialQualityUtilities_FromIndex, (int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02B0F380, void, MaterialQualityUtilities__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02B0F980, void, MeshGizmo__ctor, (MeshGizmo * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x02B0FCD0, void, MeshGizmo_Clear, (MeshGizmo * __this, MethodInfo * method)); DO_APP_FUNC(0x02B0FD60, void, MeshGizmo_AddWireCube, (MeshGizmo * __this, Vector3 center, Vector3 size, Color color, MethodInfo * method)); DO_APP_FUNC(0x02B10570, void, MeshGizmo_DrawMesh, (MeshGizmo * __this, Matrix4x4 trs, Material * mat, MeshTopology__Enum topology, CompareFunction__Enum depthTest, String * gizmoName, MethodInfo * method)); DO_APP_FUNC(0x02B107D0, void, MeshGizmo_RenderWireframe, (MeshGizmo * __this, Matrix4x4 trs, CompareFunction__Enum depthTest, String * gizmoName, MethodInfo * method)); DO_APP_FUNC(0x02B10830, void, MeshGizmo_Dispose, (MeshGizmo * __this, MethodInfo * method)); DO_APP_FUNC(0x02B10890, void, MeshGizmo__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02B108D0, void, MeshGizmo__AddWireCube_g__AddEdge_10_0, (MeshGizmo * __this, Vector3 p1, Vector3 p2, MeshGizmo_c_DisplayClass10_0 * param_000176a8, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReloadAttribute__ctor, (ReloadAttribute * __this, String__Array * paths, ReloadAttribute_Package__Enum package, MethodInfo * method)); DO_APP_FUNC(0x02B10C00, void, ReloadAttribute__ctor_1, (ReloadAttribute * __this, String * path, ReloadAttribute_Package__Enum package, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReloadAttribute__ctor_2, (ReloadAttribute * __this, String * pathFormat, int32_t rangeMin, int32_t rangeMax, ReloadAttribute_Package__Enum package, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReloadGroupAttribute__ctor, (ReloadGroupAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, TextureCurve_get_length, (TextureCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TextureCurve_set_length, (TextureCurve * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02B10C90, Keyframe, TextureCurve_get_Item, (TextureCurve * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02B10D40, void, TextureCurve__ctor, (TextureCurve * __this, AnimationCurve * baseCurve, float zeroValue, bool loop, Vector2 * bounds, MethodInfo * method)); DO_APP_FUNC(0x02B10EE0, void, TextureCurve__ctor_1, (TextureCurve * __this, Keyframe__Array * keys, float zeroValue, bool loop, Vector2 * bounds, MethodInfo * method)); DO_APP_FUNC(0x01A9D6D0, void, TextureCurve_Finalize, (TextureCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextureCurve_Dispose, (TextureCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x02B11030, void, TextureCurve_Release, (TextureCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x02B110E0, void, TextureCurve_SetDirty, (TextureCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x02B110F0, GraphicsFormat__Enum, TextureCurve_GetTextureFormat, (MethodInfo * method)); DO_APP_FUNC(0x02B111B0, Texture2D *, TextureCurve_GetTexture, (TextureCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x02B11650, float, TextureCurve_Evaluate, (TextureCurve * __this, float time, MethodInfo * method)); DO_APP_FUNC(0x02B11960, int32_t, TextureCurve_AddKey, (TextureCurve * __this, float time, float value, MethodInfo * method)); DO_APP_FUNC(0x02B11A00, int32_t, TextureCurve_MoveKey, (TextureCurve * __this, int32_t index, Keyframe * key, MethodInfo * method)); DO_APP_FUNC(0x02B11AA0, void, TextureCurve_RemoveKey, (TextureCurve * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02B11B20, void, TextureCurve_SmoothTangents, (TextureCurve * __this, int32_t index, float weight, MethodInfo * method)); DO_APP_FUNC(0x02B11BB0, void, TextureCurveParameter__ctor, (TextureCurveParameter * __this, TextureCurve * value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x02B11C10, void, TextureCurveParameter_Release, (TextureCurveParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02B11CD0, bool, TileLayoutUtils_TryLayoutByTiles, (RectInt src, uint32_t tileSize, RectInt * main, RectInt * topRow, RectInt * rightCol, RectInt * topRight, MethodInfo * method)); DO_APP_FUNC(0x02B11DE0, bool, TileLayoutUtils_TryLayoutByRow, (RectInt src, uint32_t tileSize, RectInt * main, RectInt * other, MethodInfo * method)); DO_APP_FUNC(0x02B11E50, bool, TileLayoutUtils_TryLayoutByCol, (RectInt src, uint32_t tileSize, RectInt * main, RectInt * other, MethodInfo * method)); DO_APP_FUNC(0x02B11EC0, void, XRUtils_DrawOcclusionMesh, (CommandBuffer * cmd, Camera * camera, bool stereoEnabled, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, Volume_get_isGlobal, (Volume * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, Volume_set_isGlobal, (Volume * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02B12010, VolumeProfile *, Volume_get_profile, (Volume * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, Volume_set_profile, (Volume * __this, VolumeProfile * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, List_1_UnityEngine_Collider_ *, Volume_get_colliders, (Volume * __this, MethodInfo * method)); DO_APP_FUNC(0x02B124A0, VolumeProfile *, Volume_get_profileRef, (Volume * __this, MethodInfo * method)); DO_APP_FUNC(0x02B125B0, bool, Volume_HasInstantiatedProfile, (Volume * __this, MethodInfo * method)); DO_APP_FUNC(0x02B126B0, void, Volume_OnEnable, (Volume * __this, MethodInfo * method)); DO_APP_FUNC(0x02B127E0, void, Volume_OnDisable, (Volume * __this, MethodInfo * method)); DO_APP_FUNC(0x02B128F0, void, Volume_Update, (Volume * __this, MethodInfo * method)); DO_APP_FUNC(0x02B12B20, void, Volume_UpdateLayer, (Volume * __this, MethodInfo * method)); DO_APP_FUNC(0x02B12C50, void, Volume__ctor, (Volume * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, VolumeComponentMenu__ctor, (VolumeComponentMenu * __this, String * menu, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Type__Array *, VolumeComponentMenuForRenderPipeline_get_pipelineTypes, (VolumeComponentMenuForRenderPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x02B12D50, void, VolumeComponentMenuForRenderPipeline__ctor, (VolumeComponentMenuForRenderPipeline * __this, String * menu, Type__Array * pipelineTypes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F840, VolumeComponentMenuForRenderPipeline__ctor__MethodInfo); DO_APP_FUNC(0x003AC050, void, VolumeComponentDeprecated__ctor, (VolumeComponentDeprecated * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, VolumeComponent_get_displayName, (VolumeComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, VolumeComponent_set_displayName, (VolumeComponent * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, ReadOnlyCollection_1_UnityEngine_Rendering_VolumeParameter_ *, VolumeComponent_get_parameters, (VolumeComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, VolumeComponent_set_parameters, (VolumeComponent * __this, ReadOnlyCollection_1_UnityEngine_Rendering_VolumeParameter_ * value, MethodInfo * method)); DO_APP_FUNC(0x02B12FD0, void, VolumeComponent_FindParameters, (Object * o, List_1_UnityEngine_Rendering_VolumeParameter_ * parameters, Func_2_System_Reflection_FieldInfo_Boolean_ * filter, MethodInfo * method)); DO_APP_FUNC(0x02B13520, void, VolumeComponent_OnEnable, (VolumeComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x02B138C0, void, VolumeComponent_OnDisable, (VolumeComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x02B13AC0, void, VolumeComponent_Override, (VolumeComponent * __this, VolumeComponent * state, float interpFactor, MethodInfo * method)); DO_APP_FUNC(0x02B13CE0, void, VolumeComponent_SetAllOverridesTo, (VolumeComponent * __this, bool state, MethodInfo * method)); DO_APP_FUNC(0x02B13CF0, void, VolumeComponent_SetOverridesTo, (VolumeComponent * __this, IEnumerable_1_UnityEngine_Rendering_VolumeParameter_ * enumerable, bool state, MethodInfo * method)); DO_APP_FUNC(0x02B14060, int32_t, VolumeComponent_GetHashCode, (VolumeComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x02B141D0, void, VolumeComponent_OnDestroy, (VolumeComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x02B141E0, void, VolumeComponent_Release, (VolumeComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x02B14340, void, VolumeComponent__ctor, (VolumeComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, VolumeComponent_Indent__ctor, (VolumeComponent_Indent * __this, int32_t relativeAmount, MethodInfo * method)); DO_APP_FUNC(0x02B143D0, void, VolumeComponent_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VolumeComponent_c__ctor, (VolumeComponent_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6C90, int32_t, VolumeComponent_c__FindParameters_b__10_0, (VolumeComponent_c * __this, FieldInfo_1 * t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F858, VolumeComponent_c__FindParameters_b__10_0__MethodInfo); DO_APP_FUNC(0x02B14480, VolumeManager *, VolumeManager_get_instance, (MethodInfo * method)); DO_APP_FUNC(0x003B93C0, VolumeStack *, VolumeManager_get_stack, (VolumeManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, VolumeManager_set_stack, (VolumeManager * __this, VolumeStack * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IEnumerable_1_System_Type_ *, VolumeManager_get_baseComponentTypes, (VolumeManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02B14540, void, VolumeManager_set_baseComponentTypes, (VolumeManager * __this, IEnumerable_1_System_Type_ * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Type__Array *, VolumeManager_get_baseComponentTypeArray, (VolumeManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, VolumeManager_set_baseComponentTypeArray, (VolumeManager * __this, Type__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02B14660, void, VolumeManager__ctor, (VolumeManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02B14C60, VolumeStack *, VolumeManager_CreateStack, (VolumeManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02B14D90, void, VolumeManager_ResetMainStack, (VolumeManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02B14DF0, void, VolumeManager_DestroyStack, (VolumeManager * __this, VolumeStack * stack, MethodInfo * method)); DO_APP_FUNC(0x02B14E10, void, VolumeManager_ReloadBaseTypes, (VolumeManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02B152D0, void, VolumeManager_Register, (VolumeManager * __this, Volume * volume, int32_t layer, MethodInfo * method)); DO_APP_FUNC(0x02B15530, void, VolumeManager_Unregister, (VolumeManager * __this, Volume * volume, int32_t layer, MethodInfo * method)); DO_APP_FUNC(0x02B15730, void, VolumeManager_SetLayerDirty, (VolumeManager * __this, int32_t layer, MethodInfo * method)); DO_APP_FUNC(0x02B15910, void, VolumeManager_UpdateVolumeLayer, (VolumeManager * __this, Volume * volume, int32_t prevLayer, int32_t newLayer, MethodInfo * method)); DO_APP_FUNC(0x02B15950, void, VolumeManager_OverrideData, (VolumeManager * __this, VolumeStack * stack, List_1_UnityEngine_Rendering_VolumeComponent_ * components, float interpFactor, MethodInfo * method)); DO_APP_FUNC(0x02B15B10, void, VolumeManager_ReplaceData, (VolumeManager * __this, VolumeStack * stack, MethodInfo * method)); DO_APP_FUNC(0x02B15BC0, void, VolumeManager_CheckBaseTypes, (VolumeManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02B15D40, void, VolumeManager_CheckStack, (VolumeManager * __this, VolumeStack * stack, MethodInfo * method)); DO_APP_FUNC(0x02B16030, bool, VolumeManager_CheckUpdateRequired, (VolumeManager * __this, VolumeStack * stack, MethodInfo * method)); DO_APP_FUNC(0x02B160B0, void, VolumeManager_Update, (VolumeManager * __this, Transform * trigger, LayerMask layerMask, MethodInfo * method)); DO_APP_FUNC(0x02B160E0, void, VolumeManager_Update_1, (VolumeManager * __this, VolumeStack * stack, Transform * trigger, LayerMask layerMask, MethodInfo * method)); DO_APP_FUNC(0x02B16D20, Volume__Array *, VolumeManager_GetVolumes, (VolumeManager * __this, LayerMask layerMask, MethodInfo * method)); DO_APP_FUNC(0x02B16ED0, List_1_UnityEngine_Rendering_Volume_ *, VolumeManager_GrabVolumes, (VolumeManager * __this, LayerMask mask, MethodInfo * method)); DO_APP_FUNC(0x02B17470, void, VolumeManager_SortByPriority, (List_1_UnityEngine_Rendering_Volume_ * volumes, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, VolumeManager_IsVolumeRenderedByCamera, (Volume * volume, Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x02B175B0, void, VolumeManager__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02B17750, void, VolumeManager_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VolumeManager_c__ctor, (VolumeManager_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02B17800, bool, VolumeManager_c__ReloadBaseTypes_b__25_0, (VolumeManager_c * __this, Type * t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F7F0, VolumeManager_c__ReloadBaseTypes_b__25_0__MethodInfo); DO_APP_FUNC(0x02B17840, bool, VolumeManager_c__GetVolumes_b__38_0, (VolumeManager_c * __this, Volume * v, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F698, VolumeManager_c__GetVolumes_b__38_0__MethodInfo); DO_APP_FUNC(0x02B17940, VolumeManager *, VolumeManager_c___cctor_b__42_0, (VolumeManager_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F6F0, VolumeManager_c___cctor_b__42_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, VolumeIsolationScope__ctor, (VolumeIsolationScope * __this, bool unused, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VolumeIsolationScope_System_IDisposable_Dispose, (VolumeIsolationScope * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, VolumeParameter_get_overrideState, (VolumeParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, VolumeParameter_set_overrideState, (VolumeParameter * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VolumeParameter_OnEnable, (VolumeParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VolumeParameter_OnDisable, (VolumeParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02B179A0, bool, VolumeParameter_IsObjectParameter, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VolumeParameter_Release, (VolumeParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VolumeParameter__ctor, (VolumeParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02B17AD0, void, BoolParameter_1__ctor, (BoolParameter_1 * __this, bool value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x02B17B40, void, LayerMaskParameter__ctor, (LayerMaskParameter * __this, LayerMask value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x02B17BB0, void, IntParameter_1__ctor, (IntParameter_1 * __this, int32_t value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x02A6E920, void, IntParameter_1_Interp, (IntParameter_1 * __this, int32_t from, int32_t to, float t, MethodInfo * method)); DO_APP_FUNC(0x02B17C20, void, NoInterpIntParameter__ctor, (NoInterpIntParameter * __this, int32_t value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, MinIntParameter_get_value, (MinIntParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02B17C90, void, MinIntParameter_set_value, (MinIntParameter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02B17CA0, void, MinIntParameter__ctor, (MinIntParameter * __this, int32_t value, int32_t min, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, NoInterpMinIntParameter_get_value, (NoInterpMinIntParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02B17C90, void, NoInterpMinIntParameter_set_value, (NoInterpMinIntParameter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02B17D20, void, NoInterpMinIntParameter__ctor, (NoInterpMinIntParameter * __this, int32_t value, int32_t min, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, MaxIntParameter_get_value, (MaxIntParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02B17DA0, void, MaxIntParameter_set_value, (MaxIntParameter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02B17CA0, void, MaxIntParameter__ctor, (MaxIntParameter * __this, int32_t value, int32_t max, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, NoInterpMaxIntParameter_get_value, (NoInterpMaxIntParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02B17DA0, void, NoInterpMaxIntParameter_set_value, (NoInterpMaxIntParameter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02B17DB0, void, NoInterpMaxIntParameter__ctor, (NoInterpMaxIntParameter * __this, int32_t value, int32_t max, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, ClampedIntParameter_get_value, (ClampedIntParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02B17E30, void, ClampedIntParameter_set_value, (ClampedIntParameter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02B17E50, void, ClampedIntParameter__ctor, (ClampedIntParameter * __this, int32_t value, int32_t min, int32_t max, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, NoInterpClampedIntParameter_get_value, (NoInterpClampedIntParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02B17E30, void, NoInterpClampedIntParameter_set_value, (NoInterpClampedIntParameter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02B17ED0, void, NoInterpClampedIntParameter__ctor, (NoInterpClampedIntParameter * __this, int32_t value, int32_t min, int32_t max, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x02B17F50, void, FloatParameter_1__ctor, (FloatParameter_1 * __this, float value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x02A6E8A0, void, FloatParameter_1_Interp, (FloatParameter_1 * __this, float from, float to, float t, MethodInfo * method)); DO_APP_FUNC(0x02B17FC0, void, NoInterpFloatParameter__ctor, (NoInterpFloatParameter * __this, float value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, MinFloatParameter_get_value, (MinFloatParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02B18030, void, MinFloatParameter_set_value, (MinFloatParameter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02B18040, void, MinFloatParameter__ctor, (MinFloatParameter * __this, float value, float min, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, NoInterpMinFloatParameter_get_value, (NoInterpMinFloatParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02B18030, void, NoInterpMinFloatParameter_set_value, (NoInterpMinFloatParameter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02B180C0, void, NoInterpMinFloatParameter__ctor, (NoInterpMinFloatParameter * __this, float value, float min, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, MaxFloatParameter_get_value, (MaxFloatParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02B18140, void, MaxFloatParameter_set_value, (MaxFloatParameter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02B18040, void, MaxFloatParameter__ctor, (MaxFloatParameter * __this, float value, float max, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, NoInterpMaxFloatParameter_get_value, (NoInterpMaxFloatParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02B18140, void, NoInterpMaxFloatParameter_set_value, (NoInterpMaxFloatParameter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02B18150, void, NoInterpMaxFloatParameter__ctor, (NoInterpMaxFloatParameter * __this, float value, float max, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, ClampedFloatParameter_get_value, (ClampedFloatParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02B181D0, void, ClampedFloatParameter_set_value, (ClampedFloatParameter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02B181F0, void, ClampedFloatParameter__ctor, (ClampedFloatParameter * __this, float value, float min, float max, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, NoInterpClampedFloatParameter_get_value, (NoInterpClampedFloatParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02B181D0, void, NoInterpClampedFloatParameter_set_value, (NoInterpClampedFloatParameter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02B18280, void, NoInterpClampedFloatParameter__ctor, (NoInterpClampedFloatParameter * __this, float value, float min, float max, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x00ABB0F0, Vector2, FloatRangeParameter_get_value, (FloatRangeParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02B18310, void, FloatRangeParameter_set_value, (FloatRangeParameter * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02B18340, void, FloatRangeParameter__ctor, (FloatRangeParameter * __this, Vector2 value, float min, float max, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x02A6EB30, void, FloatRangeParameter_Interp, (FloatRangeParameter * __this, Vector2 from, Vector2 to, float t, MethodInfo * method)); DO_APP_FUNC(0x00ABB0F0, Vector2, NoInterpFloatRangeParameter_get_value, (NoInterpFloatRangeParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02B18310, void, NoInterpFloatRangeParameter_set_value, (NoInterpFloatRangeParameter * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02B183D0, void, NoInterpFloatRangeParameter__ctor, (NoInterpFloatRangeParameter * __this, Vector2 value, float min, float max, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x02B18460, void, ColorParameter_1__ctor, (ColorParameter_1 * __this, Color value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x02B184D0, void, ColorParameter_1__ctor_1, (ColorParameter_1 * __this, Color value, bool hdr, bool showAlpha, bool showEyeDropper, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x02A6EA10, void, ColorParameter_1_Interp, (ColorParameter_1 * __this, Color from, Color to, float t, MethodInfo * method)); DO_APP_FUNC(0x02B18580, void, NoInterpColorParameter__ctor, (NoInterpColorParameter * __this, Color value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x02B185F0, void, NoInterpColorParameter__ctor_1, (NoInterpColorParameter * __this, Color value, bool hdr, bool showAlpha, bool showEyeDropper, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x02B186A0, void, Vector2Parameter_1__ctor, (Vector2Parameter_1 * __this, Vector2 value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x02A6EB30, void, Vector2Parameter_1_Interp, (Vector2Parameter_1 * __this, Vector2 from, Vector2 to, float t, MethodInfo * method)); DO_APP_FUNC(0x02B18710, void, NoInterpVector2Parameter__ctor, (NoInterpVector2Parameter * __this, Vector2 value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x02B18780, void, Vector3Parameter__ctor, (Vector3Parameter * __this, Vector3 value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x02A6EC60, void, Vector3Parameter_Interp, (Vector3Parameter * __this, Vector3 from, Vector3 to, float t, MethodInfo * method)); DO_APP_FUNC(0x02B187F0, void, NoInterpVector3Parameter__ctor, (NoInterpVector3Parameter * __this, Vector3 value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x02B18860, void, Vector4Parameter_1__ctor, (Vector4Parameter_1 * __this, Vector4 value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x02A6EA10, void, Vector4Parameter_1_Interp, (Vector4Parameter_1 * __this, Vector4 from, Vector4 to, float t, MethodInfo * method)); DO_APP_FUNC(0x02B188D0, void, NoInterpVector4Parameter__ctor, (NoInterpVector4Parameter * __this, Vector4 value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x02B18940, void, TextureParameter_1__ctor, (TextureParameter_1 * __this, Texture * value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x02B189B0, void, TextureParameter_1__ctor_1, (TextureParameter_1 * __this, Texture * value, TextureDimension__Enum dimension, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x02B18A20, int32_t, TextureParameter_1_GetHashCode, (TextureParameter_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B18BC0, void, NoInterpTextureParameter__ctor, (NoInterpTextureParameter * __this, Texture * value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x02B18C20, int32_t, NoInterpTextureParameter_GetHashCode, (NoInterpTextureParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02B18DC0, void, Texture2DParameter__ctor, (Texture2DParameter * __this, Texture * value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x02B18E20, int32_t, Texture2DParameter_GetHashCode, (Texture2DParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02B18FC0, void, Texture3DParameter__ctor, (Texture3DParameter * __this, Texture * value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x02B19020, int32_t, Texture3DParameter_GetHashCode, (Texture3DParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02B191C0, void, RenderTextureParameter__ctor, (RenderTextureParameter * __this, RenderTexture * value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x02B19220, int32_t, RenderTextureParameter_GetHashCode, (RenderTextureParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02B193C0, void, NoInterpRenderTextureParameter__ctor, (NoInterpRenderTextureParameter * __this, RenderTexture * value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x02B19420, int32_t, NoInterpRenderTextureParameter_GetHashCode, (NoInterpRenderTextureParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02B195C0, void, CubemapParameter__ctor, (CubemapParameter * __this, Texture * value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x02B19620, int32_t, CubemapParameter_GetHashCode, (CubemapParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02B197C0, void, NoInterpCubemapParameter__ctor, (NoInterpCubemapParameter * __this, Cubemap * value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x02B19820, int32_t, NoInterpCubemapParameter_GetHashCode, (NoInterpCubemapParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02B199C0, void, AnimationCurveParameter__ctor, (AnimationCurveParameter * __this, AnimationCurve * value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x02B19A20, void, VolumeProfile_OnEnable, (VolumeProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02B19BA0, void, VolumeProfile_OnDisable, (VolumeProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x005DA630, void, VolumeProfile_Reset, (VolumeProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02B19D60, VolumeComponent *, VolumeProfile_Add, (VolumeProfile * __this, Type * type, bool overrides, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61AA0, VolumeProfile_Add__MethodInfo); DO_APP_FUNC(0x02B19EF0, void, VolumeProfile_Remove, (VolumeProfile * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02B1A040, bool, VolumeProfile_Has, (VolumeProfile * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02B1A1F0, bool, VolumeProfile_HasSubclassOf, (VolumeProfile * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02B1A390, int32_t, VolumeProfile_GetHashCode, (VolumeProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1A470, int32_t, VolumeProfile_GetComponentListHashCode, (VolumeProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1A560, void, VolumeProfile_Sanitize, (VolumeProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1A720, void, VolumeProfile__ctor, (VolumeProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1A7F0, void, VolumeProfile_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VolumeProfile_c__ctor, (VolumeProfile_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1A8A0, bool, VolumeProfile_c__OnEnable_b__2_0, (VolumeProfile_c * __this, VolumeComponent * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61AC0, VolumeProfile_c__OnEnable_b__2_0__MethodInfo); DO_APP_FUNC(0x02B1A9A0, void, VolumeStack__ctor, (VolumeStack * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1AA80, void, VolumeStack_Reload, (VolumeStack * __this, List_1_UnityEngine_Rendering_VolumeComponent_ * componentDefaultStates, MethodInfo * method)); DO_APP_FUNC(0x02B1B150, VolumeComponent *, VolumeStack_GetComponent, (VolumeStack * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02B1B1C0, void, VolumeStack_Dispose, (VolumeStack * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, XRGraphicsAutomatedTests_get_activatedFromCommandLine, (MethodInfo * method)); DO_APP_FUNC(0x02B1B3B0, bool, XRGraphicsAutomatedTests_get_enabled, (MethodInfo * method)); DO_APP_FUNC(0x02B1B410, void, XRGraphicsAutomatedTests__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00FCEA30, void, StageRuntimeInterface__ctor, (StageRuntimeInterface * __this, Func_2_Boolean_UnityEngine_GameObject_ * AddGameObject, Func_1_UnityEngine_Camera_ * GetCamera, Func_1_UnityEngine_Light_ * GetSunLight, MethodInfo * method)); DO_APP_FUNC(0x02B1B470, GameObject *, StageRuntimeInterface_AddGameObject, (StageRuntimeInterface * __this, bool persistent, MethodInfo * method)); DO_APP_FUNC(0x02B1B490, Camera *, StageRuntimeInterface_get_camera, (StageRuntimeInterface * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1B4B0, Light *, StageRuntimeInterface_get_sunLight, (StageRuntimeInterface * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1B4D0, void, DebugUIHandlerBitField_SetWidget, (DebugUIHandlerBitField * __this, DebugUI_Widget * widget, MethodInfo * method)); DO_APP_FUNC(0x02B1B9C0, bool, DebugUIHandlerBitField_GetValue, (DebugUIHandlerBitField * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61A88, DebugUIHandlerBitField_GetValue__MethodInfo); DO_APP_FUNC(0x02B1BA70, void, DebugUIHandlerBitField_SetValue, (DebugUIHandlerBitField * __this, int32_t index, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61A90, DebugUIHandlerBitField_SetValue__MethodInfo); DO_APP_FUNC(0x02B1BDA0, bool, DebugUIHandlerBitField_OnSelection, (DebugUIHandlerBitField * __this, bool fromNext, DebugUIHandlerWidget * previous, MethodInfo * method)); DO_APP_FUNC(0x02B1BEC0, void, DebugUIHandlerBitField_OnDeselection, (DebugUIHandlerBitField * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1BF00, void, DebugUIHandlerBitField_OnIncrement, (DebugUIHandlerBitField * __this, bool fast, MethodInfo * method)); DO_APP_FUNC(0x02B1BF30, void, DebugUIHandlerBitField_OnDecrement, (DebugUIHandlerBitField * __this, bool fast, MethodInfo * method)); DO_APP_FUNC(0x02B1BF60, void, DebugUIHandlerBitField_OnAction, (DebugUIHandlerBitField * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1BF90, DebugUIHandlerWidget *, DebugUIHandlerBitField_Next, (DebugUIHandlerBitField * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1C1A0, void, DebugUIHandlerBitField__ctor, (DebugUIHandlerBitField * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1C210, void, DebugUIHandlerButton_SetWidget, (DebugUIHandlerButton * __this, DebugUI_Widget * widget, MethodInfo * method)); DO_APP_FUNC(0x02B1C330, bool, DebugUIHandlerButton_OnSelection, (DebugUIHandlerButton * __this, bool fromNext, DebugUIHandlerWidget * previous, MethodInfo * method)); DO_APP_FUNC(0x02B1BEC0, void, DebugUIHandlerButton_OnDeselection, (DebugUIHandlerButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1C370, void, DebugUIHandlerButton_OnAction, (DebugUIHandlerButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1C1A0, void, DebugUIHandlerButton__ctor, (DebugUIHandlerButton * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugUIPrefabBundle__ctor, (DebugUIPrefabBundle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1C3B0, void, DebugUIHandlerCanvas_OnEnable, (DebugUIHandlerCanvas * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1C700, void, DebugUIHandlerCanvas_Update, (DebugUIHandlerCanvas * __this, MethodInfo * method)); DO_APP_FUNC(0x00727E20, void, DebugUIHandlerCanvas_RequestHierarchyReset, (DebugUIHandlerCanvas * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1C900, void, DebugUIHandlerCanvas_ResetAllHierarchy, (DebugUIHandlerCanvas * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1CBF0, void, DebugUIHandlerCanvas_Rebuild, (DebugUIHandlerCanvas * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C619C8, DebugUIHandlerCanvas_Rebuild__MethodInfo); DO_APP_FUNC(0x02B1D600, void, DebugUIHandlerCanvas_Traverse, (DebugUIHandlerCanvas * __this, DebugUI_IContainer * container, Transform * parentTransform, DebugUIHandlerWidget * parentUIHandler, DebugUIHandlerWidget * * selectedHandler, MethodInfo * method)); DO_APP_FUNC(0x02B1DDB0, DebugUIHandlerWidget *, DebugUIHandlerCanvas_GetWidgetFromPath, (DebugUIHandlerCanvas * __this, String * queryPath, MethodInfo * method)); DO_APP_FUNC(0x02B1DF80, void, DebugUIHandlerCanvas_ActivatePanel, (DebugUIHandlerCanvas * __this, int32_t index, DebugUIHandlerWidget * selectedWidget, MethodInfo * method)); DO_APP_FUNC(0x02B1E390, void, DebugUIHandlerCanvas_ChangeSelection, (DebugUIHandlerCanvas * __this, DebugUIHandlerWidget * widget, bool fromNext, MethodInfo * method)); DO_APP_FUNC(0x02B1E7B0, void, DebugUIHandlerCanvas_SelectPreviousItem, (DebugUIHandlerCanvas * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1E9B0, void, DebugUIHandlerCanvas_SelectNextPanel, (DebugUIHandlerCanvas * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1EA20, void, DebugUIHandlerCanvas_SelectPreviousPanel, (DebugUIHandlerCanvas * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1EAA0, void, DebugUIHandlerCanvas_SelectNextItem, (DebugUIHandlerCanvas * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1ECA0, void, DebugUIHandlerCanvas_ChangeSelectionValue, (DebugUIHandlerCanvas * __this, float multiplier, MethodInfo * method)); DO_APP_FUNC(0x02B1EE60, void, DebugUIHandlerCanvas_ActivateSelection, (DebugUIHandlerCanvas * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1EF80, void, DebugUIHandlerCanvas_HandleInput, (DebugUIHandlerCanvas * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1F4E0, void, DebugUIHandlerCanvas_SetScrollTarget, (DebugUIHandlerCanvas * __this, DebugUIHandlerWidget * widget, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, DebugUIHandlerCanvas__ctor, (DebugUIHandlerCanvas * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1F6F0, void, DebugUIHandlerCanvas_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugUIHandlerCanvas_c__ctor, (DebugUIHandlerCanvas_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1F7A0, bool, DebugUIHandlerCanvas_c__Rebuild_b__12_0, (DebugUIHandlerCanvas_c * __this, DebugUI_Widget * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C618E0, DebugUIHandlerCanvas_c__Rebuild_b__12_0__MethodInfo); DO_APP_FUNC(0x02B1F7F0, void, DebugUIHandlerCanvas_c__ActivatePanel_b__15_0, (DebugUIHandlerCanvas_c * __this, DebugUIHandlerPanel * p, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61868, DebugUIHandlerCanvas_c__ActivatePanel_b__15_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, DebugUIHandlerCanvas_c_DisplayClass14_0__ctor, (DebugUIHandlerCanvas_c_DisplayClass14_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1F8A0, bool, DebugUIHandlerCanvas_c_DisplayClass14_0__GetWidgetFromPath_b__0, (DebugUIHandlerCanvas_c_DisplayClass14_0 * __this, DebugUIHandlerWidget * w, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61940, DebugUIHandlerCanvas_c_DisplayClass14_0__GetWidgetFromPath_b__0__MethodInfo); DO_APP_FUNC(0x02B1F910, void, DebugUIHandlerColor_SetWidget, (DebugUIHandlerColor * __this, DebugUI_Widget * widget, MethodInfo * method)); DO_APP_FUNC(0x02B203E0, void, DebugUIHandlerColor_SetValue, (DebugUIHandlerColor * __this, float x, bool r, bool g, bool b, bool a, MethodInfo * method)); DO_APP_FUNC(0x02B20560, void, DebugUIHandlerColor_SetupSettings, (DebugUIHandlerColor * __this, DebugUIHandlerIndirectFloatField * field, MethodInfo * method)); DO_APP_FUNC(0x02B207F0, bool, DebugUIHandlerColor_OnSelection, (DebugUIHandlerColor * __this, bool fromNext, DebugUIHandlerWidget * previous, MethodInfo * method)); DO_APP_FUNC(0x02B1BEC0, void, DebugUIHandlerColor_OnDeselection, (DebugUIHandlerColor * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1BF00, void, DebugUIHandlerColor_OnIncrement, (DebugUIHandlerColor * __this, bool fast, MethodInfo * method)); DO_APP_FUNC(0x02B1BF30, void, DebugUIHandlerColor_OnDecrement, (DebugUIHandlerColor * __this, bool fast, MethodInfo * method)); DO_APP_FUNC(0x02B1BF60, void, DebugUIHandlerColor_OnAction, (DebugUIHandlerColor * __this, MethodInfo * method)); DO_APP_FUNC(0x02B20910, void, DebugUIHandlerColor_UpdateColor, (DebugUIHandlerColor * __this, MethodInfo * method)); DO_APP_FUNC(0x02B20AD0, DebugUIHandlerWidget *, DebugUIHandlerColor_Next, (DebugUIHandlerColor * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1C1A0, void, DebugUIHandlerColor__ctor, (DebugUIHandlerColor * __this, MethodInfo * method)); DO_APP_FUNC(0x02B20CF0, float, DebugUIHandlerColor__SetWidget_b__9_0, (DebugUIHandlerColor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C618B0, DebugUIHandlerColor__SetWidget_b__9_0__MethodInfo); DO_APP_FUNC(0x02B20DA0, void, DebugUIHandlerColor__SetWidget_b__9_1, (DebugUIHandlerColor * __this, float x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61870, DebugUIHandlerColor__SetWidget_b__9_1__MethodInfo); DO_APP_FUNC(0x02B20DD0, float, DebugUIHandlerColor__SetWidget_b__9_2, (DebugUIHandlerColor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61878, DebugUIHandlerColor__SetWidget_b__9_2__MethodInfo); DO_APP_FUNC(0x02B20E80, void, DebugUIHandlerColor__SetWidget_b__9_3, (DebugUIHandlerColor * __this, float x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61880, DebugUIHandlerColor__SetWidget_b__9_3__MethodInfo); DO_APP_FUNC(0x02B20EB0, float, DebugUIHandlerColor__SetWidget_b__9_4, (DebugUIHandlerColor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61888, DebugUIHandlerColor__SetWidget_b__9_4__MethodInfo); DO_APP_FUNC(0x02B20F60, void, DebugUIHandlerColor__SetWidget_b__9_5, (DebugUIHandlerColor * __this, float x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61890, DebugUIHandlerColor__SetWidget_b__9_5__MethodInfo); DO_APP_FUNC(0x02B20F90, float, DebugUIHandlerColor__SetWidget_b__9_6, (DebugUIHandlerColor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61898, DebugUIHandlerColor__SetWidget_b__9_6__MethodInfo); DO_APP_FUNC(0x02B21040, void, DebugUIHandlerColor__SetWidget_b__9_7, (DebugUIHandlerColor * __this, float x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C618A0, DebugUIHandlerColor__SetWidget_b__9_7__MethodInfo); DO_APP_FUNC(0x02B21070, float, DebugUIHandlerColor__SetupSettings_b__11_0, (DebugUIHandlerColor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C617F8, DebugUIHandlerColor__SetupSettings_b__11_0__MethodInfo); DO_APP_FUNC(0x02B21090, float, DebugUIHandlerColor__SetupSettings_b__11_1, (DebugUIHandlerColor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61808, DebugUIHandlerColor__SetupSettings_b__11_1__MethodInfo); DO_APP_FUNC(0x02B210B0, float, DebugUIHandlerColor__SetupSettings_b__11_2, (DebugUIHandlerColor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C617E0, DebugUIHandlerColor__SetupSettings_b__11_2__MethodInfo); DO_APP_FUNC(0x02B210E0, DebugUIHandlerWidget *, DebugUIHandlerContainer_GetFirstItem, (DebugUIHandlerContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02B211D0, DebugUIHandlerWidget *, DebugUIHandlerContainer_GetLastItem, (DebugUIHandlerContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x02B212C0, bool, DebugUIHandlerContainer_IsDirectChild, (DebugUIHandlerContainer * __this, DebugUIHandlerWidget * widget, MethodInfo * method)); DO_APP_FUNC(0x02B21460, List_1_UnityEngine_Rendering_UI_DebugUIHandlerWidget_ *, DebugUIHandlerContainer_GetActiveChildren, (DebugUIHandlerContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, DebugUIHandlerContainer__ctor, (DebugUIHandlerContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugUIHandlerContainer_c_DisplayClass3_0__ctor, (DebugUIHandlerContainer_c_DisplayClass3_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B218A0, bool, DebugUIHandlerContainer_c_DisplayClass3_0__IsDirectChild_b__0, (DebugUIHandlerContainer_c_DisplayClass3_0 * __this, DebugUIHandlerWidget * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61780, DebugUIHandlerContainer_c_DisplayClass3_0__IsDirectChild_b__0__MethodInfo); DO_APP_FUNC(0x02B21A40, void, DebugUIHandlerEnumField_SetWidget, (DebugUIHandlerEnumField * __this, DebugUI_Widget * widget, MethodInfo * method)); DO_APP_FUNC(0x02B21B80, bool, DebugUIHandlerEnumField_OnSelection, (DebugUIHandlerEnumField * __this, bool fromNext, DebugUIHandlerWidget * previous, MethodInfo * method)); DO_APP_FUNC(0x02B21DF0, void, DebugUIHandlerEnumField_OnDeselection, (DebugUIHandlerEnumField * __this, MethodInfo * method)); DO_APP_FUNC(0x02B22060, void, DebugUIHandlerEnumField_OnAction, (DebugUIHandlerEnumField * __this, MethodInfo * method)); DO_APP_FUNC(0x02B22080, void, DebugUIHandlerEnumField_OnIncrement, (DebugUIHandlerEnumField * __this, bool fast, MethodInfo * method)); DO_APP_FUNC(0x02B22210, void, DebugUIHandlerEnumField_OnDecrement, (DebugUIHandlerEnumField * __this, bool fast, MethodInfo * method)); DO_APP_FUNC(0x02B223F0, void, DebugUIHandlerEnumField_UpdateValueLabel, (DebugUIHandlerEnumField * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1C1A0, void, DebugUIHandlerEnumField__ctor, (DebugUIHandlerEnumField * __this, MethodInfo * method)); DO_APP_FUNC(0x02B224D0, void, DebugUIHandlerEnumHistory_SetWidget, (DebugUIHandlerEnumHistory * __this, DebugUI_Widget * widget, MethodInfo * method)); DO_APP_FUNC(0x02B22B00, void, DebugUIHandlerEnumHistory_UpdateValueLabel, (DebugUIHandlerEnumHistory * __this, MethodInfo * method)); DO_APP_FUNC(0x02B22ED0, IEnumerator *, DebugUIHandlerEnumHistory_RefreshAfterSanitization, (DebugUIHandlerEnumHistory * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1C1A0, void, DebugUIHandlerEnumHistory__ctor, (DebugUIHandlerEnumHistory * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DebugUIHandlerEnumHistory_RefreshAfterSanitization_d_4__ctor, (DebugUIHandlerEnumHistory_RefreshAfterSanitization_d_4 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugUIHandlerEnumHistory_RefreshAfterSanitization_d_4_System_IDisposable_Dispose, (DebugUIHandlerEnumHistory_RefreshAfterSanitization_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B22F70, bool, DebugUIHandlerEnumHistory_RefreshAfterSanitization_d_4_MoveNext, (DebugUIHandlerEnumHistory_RefreshAfterSanitization_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, DebugUIHandlerEnumHistory_RefreshAfterSanitization_d_4_System_Collections_Generic_IEnumerator_System_Object__get_Current, (DebugUIHandlerEnumHistory_RefreshAfterSanitization_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B230F0, void, DebugUIHandlerEnumHistory_RefreshAfterSanitization_d_4_System_Collections_IEnumerator_Reset, (DebugUIHandlerEnumHistory_RefreshAfterSanitization_d_4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61718, DebugUIHandlerEnumHistory_RefreshAfterSanitization_d_4_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, DebugUIHandlerEnumHistory_RefreshAfterSanitization_d_4_System_Collections_IEnumerator_get_Current, (DebugUIHandlerEnumHistory_RefreshAfterSanitization_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B23140, void, DebugUIHandlerFloatField_SetWidget, (DebugUIHandlerFloatField * __this, DebugUI_Widget * widget, MethodInfo * method)); DO_APP_FUNC(0x02B23270, bool, DebugUIHandlerFloatField_OnSelection, (DebugUIHandlerFloatField * __this, bool fromNext, DebugUIHandlerWidget * previous, MethodInfo * method)); DO_APP_FUNC(0x02B232E0, void, DebugUIHandlerFloatField_OnDeselection, (DebugUIHandlerFloatField * __this, MethodInfo * method)); DO_APP_FUNC(0x02B23350, void, DebugUIHandlerFloatField_OnIncrement, (DebugUIHandlerFloatField * __this, bool fast, MethodInfo * method)); DO_APP_FUNC(0x02B23360, void, DebugUIHandlerFloatField_OnDecrement, (DebugUIHandlerFloatField * __this, bool fast, MethodInfo * method)); DO_APP_FUNC(0x02B23370, void, DebugUIHandlerFloatField_ChangeValue, (DebugUIHandlerFloatField * __this, bool fast, float multiplier, MethodInfo * method)); DO_APP_FUNC(0x02B23430, void, DebugUIHandlerFloatField_UpdateValueLabel, (DebugUIHandlerFloatField * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1C1A0, void, DebugUIHandlerFloatField__ctor, (DebugUIHandlerFloatField * __this, MethodInfo * method)); DO_APP_FUNC(0x02B23550, void, DebugUIHandlerFoldout_SetWidget, (DebugUIHandlerFoldout * __this, DebugUI_Widget * widget, MethodInfo * method)); DO_APP_FUNC(0x02B23D40, bool, DebugUIHandlerFoldout_OnSelection, (DebugUIHandlerFoldout * __this, bool fromNext, DebugUIHandlerWidget * previous, MethodInfo * method)); DO_APP_FUNC(0x02B1BEC0, void, DebugUIHandlerFoldout_OnDeselection, (DebugUIHandlerFoldout * __this, MethodInfo * method)); DO_APP_FUNC(0x02B23E60, void, DebugUIHandlerFoldout_OnIncrement, (DebugUIHandlerFoldout * __this, bool fast, MethodInfo * method)); DO_APP_FUNC(0x02B23EA0, void, DebugUIHandlerFoldout_OnDecrement, (DebugUIHandlerFoldout * __this, bool fast, MethodInfo * method)); DO_APP_FUNC(0x02B23EE0, void, DebugUIHandlerFoldout_OnAction, (DebugUIHandlerFoldout * __this, MethodInfo * method)); DO_APP_FUNC(0x02B23F30, void, DebugUIHandlerFoldout_UpdateValue, (DebugUIHandlerFoldout * __this, MethodInfo * method)); DO_APP_FUNC(0x02B23F60, DebugUIHandlerWidget *, DebugUIHandlerFoldout_Next, (DebugUIHandlerFoldout * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1C1A0, void, DebugUIHandlerFoldout__ctor, (DebugUIHandlerFoldout * __this, MethodInfo * method)); DO_APP_FUNC(0x02B24170, void, DebugUIHandlerGroup_SetWidget, (DebugUIHandlerGroup * __this, DebugUI_Widget * widget, MethodInfo * method)); DO_APP_FUNC(0x02B243C0, bool, DebugUIHandlerGroup_OnSelection, (DebugUIHandlerGroup * __this, bool fromNext, DebugUIHandlerWidget * previous, MethodInfo * method)); DO_APP_FUNC(0x02B24490, DebugUIHandlerWidget *, DebugUIHandlerGroup_Next, (DebugUIHandlerGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1C1A0, void, DebugUIHandlerGroup__ctor, (DebugUIHandlerGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02B24690, void, DebugUIHandlerHBox_SetWidget, (DebugUIHandlerHBox * __this, DebugUI_Widget * widget, MethodInfo * method)); DO_APP_FUNC(0x02B24790, bool, DebugUIHandlerHBox_OnSelection, (DebugUIHandlerHBox * __this, bool fromNext, DebugUIHandlerWidget * previous, MethodInfo * method)); DO_APP_FUNC(0x02B24860, DebugUIHandlerWidget *, DebugUIHandlerHBox_Next, (DebugUIHandlerHBox * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1C1A0, void, DebugUIHandlerHBox__ctor, (DebugUIHandlerHBox * __this, MethodInfo * method)); DO_APP_FUNC(0x02B24A60, void, DebugUIHandlerIndirectFloatField_Init, (DebugUIHandlerIndirectFloatField * __this, MethodInfo * method)); DO_APP_FUNC(0x02B23270, bool, DebugUIHandlerIndirectFloatField_OnSelection, (DebugUIHandlerIndirectFloatField * __this, bool fromNext, DebugUIHandlerWidget * previous, MethodInfo * method)); DO_APP_FUNC(0x02B232E0, void, DebugUIHandlerIndirectFloatField_OnDeselection, (DebugUIHandlerIndirectFloatField * __this, MethodInfo * method)); DO_APP_FUNC(0x02B24A70, void, DebugUIHandlerIndirectFloatField_OnIncrement, (DebugUIHandlerIndirectFloatField * __this, bool fast, MethodInfo * method)); DO_APP_FUNC(0x02B24A80, void, DebugUIHandlerIndirectFloatField_OnDecrement, (DebugUIHandlerIndirectFloatField * __this, bool fast, MethodInfo * method)); DO_APP_FUNC(0x02B24A90, void, DebugUIHandlerIndirectFloatField_ChangeValue, (DebugUIHandlerIndirectFloatField * __this, bool fast, float multiplier, MethodInfo * method)); DO_APP_FUNC(0x02B24B70, void, DebugUIHandlerIndirectFloatField_UpdateValueLabel, (DebugUIHandlerIndirectFloatField * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1C1A0, void, DebugUIHandlerIndirectFloatField__ctor, (DebugUIHandlerIndirectFloatField * __this, MethodInfo * method)); DO_APP_FUNC(0x02B24DC0, void, DebugUIHandlerIndirectToggle_Init, (DebugUIHandlerIndirectToggle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B24E80, void, DebugUIHandlerIndirectToggle_OnToggleValueChanged, (DebugUIHandlerIndirectToggle * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61648, DebugUIHandlerIndirectToggle_OnToggleValueChanged__MethodInfo); DO_APP_FUNC(0x02B24EB0, bool, DebugUIHandlerIndirectToggle_OnSelection, (DebugUIHandlerIndirectToggle * __this, bool fromNext, DebugUIHandlerWidget * previous, MethodInfo * method)); DO_APP_FUNC(0x02B24F20, void, DebugUIHandlerIndirectToggle_OnDeselection, (DebugUIHandlerIndirectToggle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B24F90, void, DebugUIHandlerIndirectToggle_OnAction, (DebugUIHandlerIndirectToggle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B24FF0, void, DebugUIHandlerIndirectToggle_UpdateValueLabel, (DebugUIHandlerIndirectToggle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1C1A0, void, DebugUIHandlerIndirectToggle__ctor, (DebugUIHandlerIndirectToggle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B25130, void, DebugUIHandlerIntField_SetWidget, (DebugUIHandlerIntField * __this, DebugUI_Widget * widget, MethodInfo * method)); DO_APP_FUNC(0x02B23270, bool, DebugUIHandlerIntField_OnSelection, (DebugUIHandlerIntField * __this, bool fromNext, DebugUIHandlerWidget * previous, MethodInfo * method)); DO_APP_FUNC(0x02B232E0, void, DebugUIHandlerIntField_OnDeselection, (DebugUIHandlerIntField * __this, MethodInfo * method)); DO_APP_FUNC(0x02B25260, void, DebugUIHandlerIntField_OnIncrement, (DebugUIHandlerIntField * __this, bool fast, MethodInfo * method)); DO_APP_FUNC(0x02B25270, void, DebugUIHandlerIntField_OnDecrement, (DebugUIHandlerIntField * __this, bool fast, MethodInfo * method)); DO_APP_FUNC(0x02B25280, void, DebugUIHandlerIntField_ChangeValue, (DebugUIHandlerIntField * __this, bool fast, int32_t multiplier, MethodInfo * method)); DO_APP_FUNC(0x02B25330, void, DebugUIHandlerIntField_UpdateValueLabel, (DebugUIHandlerIntField * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1C1A0, void, DebugUIHandlerIntField__ctor, (DebugUIHandlerIntField * __this, MethodInfo * method)); DO_APP_FUNC(0x02B25540, void, DebugUIHandlerMessageBox_SetWidget, (DebugUIHandlerMessageBox * __this, DebugUI_Widget * widget, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, DebugUIHandlerMessageBox_OnSelection, (DebugUIHandlerMessageBox * __this, bool fromNext, DebugUIHandlerWidget * previous, MethodInfo * method)); DO_APP_FUNC(0x02B1C1A0, void, DebugUIHandlerMessageBox__ctor, (DebugUIHandlerMessageBox * __this, MethodInfo * method)); DO_APP_FUNC(0x02B257A0, void, DebugUIHandlerMessageBox__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02B25840, void, DebugUIHandlerPanel_OnEnable, (DebugUIHandlerPanel * __this, MethodInfo * method)); DO_APP_FUNC(0x02B25A00, void, DebugUIHandlerPanel_SetPanel, (DebugUIHandlerPanel * __this, DebugUI_Panel * panel, MethodInfo * method)); DO_APP_FUNC(0x003C5490, DebugUI_Panel *, DebugUIHandlerPanel_GetPanel, (DebugUIHandlerPanel * __this, MethodInfo * method)); DO_APP_FUNC(0x02B25A80, void, DebugUIHandlerPanel_SelectNextItem, (DebugUIHandlerPanel * __this, MethodInfo * method)); DO_APP_FUNC(0x02B25AA0, void, DebugUIHandlerPanel_SelectPreviousItem, (DebugUIHandlerPanel * __this, MethodInfo * method)); DO_APP_FUNC(0x02B25AC0, void, DebugUIHandlerPanel_OnScrollbarClicked, (DebugUIHandlerPanel * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, DebugUIHandlerPanel_SetScrollTarget, (DebugUIHandlerPanel * __this, DebugUIHandlerWidget * target, MethodInfo * method)); DO_APP_FUNC(0x02B25B20, void, DebugUIHandlerPanel_UpdateScroll, (DebugUIHandlerPanel * __this, MethodInfo * method)); DO_APP_FUNC(0x02B25E60, float, DebugUIHandlerPanel_GetYPosInScroll, (DebugUIHandlerPanel * __this, RectTransform * target, MethodInfo * method)); DO_APP_FUNC(0x02B261C0, DebugUIHandlerWidget *, DebugUIHandlerPanel_GetFirstItem, (DebugUIHandlerPanel * __this, MethodInfo * method)); DO_APP_FUNC(0x02B26220, void, DebugUIHandlerPanel_ResetDebugManager, (DebugUIHandlerPanel * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, DebugUIHandlerPanel__ctor, (DebugUIHandlerPanel * __this, MethodInfo * method)); DO_APP_FUNC(0x02B262B0, void, DebugUIHandlerPersistentCanvas_Toggle, (DebugUIHandlerPersistentCanvas * __this, DebugUI_Value * widget, MethodInfo * method)); DO_APP_FUNC(0x02B26690, void, DebugUIHandlerPersistentCanvas_Clear, (DebugUIHandlerPersistentCanvas * __this, MethodInfo * method)); DO_APP_FUNC(0x02B268B0, void, DebugUIHandlerPersistentCanvas__ctor, (DebugUIHandlerPersistentCanvas * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugUIHandlerPersistentCanvas_c_DisplayClass3_0__ctor, (DebugUIHandlerPersistentCanvas_c_DisplayClass3_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B269B0, bool, DebugUIHandlerPersistentCanvas_c_DisplayClass3_0__Toggle_b__0, (DebugUIHandlerPersistentCanvas_c_DisplayClass3_0 * __this, DebugUIHandlerValue * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61550, DebugUIHandlerPersistentCanvas_c_DisplayClass3_0__Toggle_b__0__MethodInfo); DO_APP_FUNC(0x02B269D0, void, DebugUIHandlerRow_OnEnable, (DebugUIHandlerRow * __this, MethodInfo * method)); DO_APP_FUNC(0x02B269E0, void, DebugUIHandlerRow_Update, (DebugUIHandlerRow * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1C1A0, void, DebugUIHandlerRow__ctor, (DebugUIHandlerRow * __this, MethodInfo * method)); DO_APP_FUNC(0x02B27210, void, DebugUIHandlerToggle_SetWidget, (DebugUIHandlerToggle * __this, DebugUI_Widget * widget, MethodInfo * method)); DO_APP_FUNC(0x02B273D0, void, DebugUIHandlerToggle_OnToggleValueChanged, (DebugUIHandlerToggle * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61488, DebugUIHandlerToggle_OnToggleValueChanged__MethodInfo); DO_APP_FUNC(0x02B24EB0, bool, DebugUIHandlerToggle_OnSelection, (DebugUIHandlerToggle * __this, bool fromNext, DebugUIHandlerWidget * previous, MethodInfo * method)); DO_APP_FUNC(0x02B24F20, void, DebugUIHandlerToggle_OnDeselection, (DebugUIHandlerToggle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B27430, void, DebugUIHandlerToggle_OnAction, (DebugUIHandlerToggle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B274C0, void, DebugUIHandlerToggle_UpdateValueLabel, (DebugUIHandlerToggle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1C1A0, void, DebugUIHandlerToggle__ctor, (DebugUIHandlerToggle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B27600, void, DebugUIHandlerToggleHistory_SetWidget, (DebugUIHandlerToggleHistory * __this, DebugUI_Widget * widget, MethodInfo * method)); DO_APP_FUNC(0x02B27E70, void, DebugUIHandlerToggleHistory_UpdateValueLabel, (DebugUIHandlerToggleHistory * __this, MethodInfo * method)); DO_APP_FUNC(0x02B28290, IEnumerator *, DebugUIHandlerToggleHistory_RefreshAfterSanitization, (DebugUIHandlerToggleHistory * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1C1A0, void, DebugUIHandlerToggleHistory__ctor, (DebugUIHandlerToggleHistory * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DebugUIHandlerToggleHistory_RefreshAfterSanitization_d_4__ctor, (DebugUIHandlerToggleHistory_RefreshAfterSanitization_d_4 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugUIHandlerToggleHistory_RefreshAfterSanitization_d_4_System_IDisposable_Dispose, (DebugUIHandlerToggleHistory_RefreshAfterSanitization_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B28330, bool, DebugUIHandlerToggleHistory_RefreshAfterSanitization_d_4_MoveNext, (DebugUIHandlerToggleHistory_RefreshAfterSanitization_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, DebugUIHandlerToggleHistory_RefreshAfterSanitization_d_4_System_Collections_Generic_IEnumerator_System_Object__get_Current, (DebugUIHandlerToggleHistory_RefreshAfterSanitization_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B28430, void, DebugUIHandlerToggleHistory_RefreshAfterSanitization_d_4_System_Collections_IEnumerator_Reset, (DebugUIHandlerToggleHistory_RefreshAfterSanitization_d_4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C614D0, DebugUIHandlerToggleHistory_RefreshAfterSanitization_d_4_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, DebugUIHandlerToggleHistory_RefreshAfterSanitization_d_4_System_Collections_IEnumerator_get_Current, (DebugUIHandlerToggleHistory_RefreshAfterSanitization_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B28480, void, DebugUIHandlerUIntField_SetWidget, (DebugUIHandlerUIntField * __this, DebugUI_Widget * widget, MethodInfo * method)); DO_APP_FUNC(0x02B23270, bool, DebugUIHandlerUIntField_OnSelection, (DebugUIHandlerUIntField * __this, bool fromNext, DebugUIHandlerWidget * previous, MethodInfo * method)); DO_APP_FUNC(0x02B232E0, void, DebugUIHandlerUIntField_OnDeselection, (DebugUIHandlerUIntField * __this, MethodInfo * method)); DO_APP_FUNC(0x02B285B0, void, DebugUIHandlerUIntField_OnIncrement, (DebugUIHandlerUIntField * __this, bool fast, MethodInfo * method)); DO_APP_FUNC(0x02B285C0, void, DebugUIHandlerUIntField_OnDecrement, (DebugUIHandlerUIntField * __this, bool fast, MethodInfo * method)); DO_APP_FUNC(0x02B285D0, void, DebugUIHandlerUIntField_ChangeValue, (DebugUIHandlerUIntField * __this, bool fast, int32_t multiplier, MethodInfo * method)); DO_APP_FUNC(0x02B28690, void, DebugUIHandlerUIntField_UpdateValueLabel, (DebugUIHandlerUIntField * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1C1A0, void, DebugUIHandlerUIntField__ctor, (DebugUIHandlerUIntField * __this, MethodInfo * method)); DO_APP_FUNC(0x02B288A0, void, DebugUIHandlerValue_OnEnable, (DebugUIHandlerValue * __this, MethodInfo * method)); DO_APP_FUNC(0x02B288B0, void, DebugUIHandlerValue_SetWidget, (DebugUIHandlerValue * __this, DebugUI_Widget * widget, MethodInfo * method)); DO_APP_FUNC(0x02B23270, bool, DebugUIHandlerValue_OnSelection, (DebugUIHandlerValue * __this, bool fromNext, DebugUIHandlerWidget * previous, MethodInfo * method)); DO_APP_FUNC(0x02B232E0, void, DebugUIHandlerValue_OnDeselection, (DebugUIHandlerValue * __this, MethodInfo * method)); DO_APP_FUNC(0x02B289D0, void, DebugUIHandlerValue_Update, (DebugUIHandlerValue * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1C1A0, void, DebugUIHandlerValue__ctor, (DebugUIHandlerValue * __this, MethodInfo * method)); DO_APP_FUNC(0x02B28AD0, void, DebugUIHandlerVBox_SetWidget, (DebugUIHandlerVBox * __this, DebugUI_Widget * widget, MethodInfo * method)); DO_APP_FUNC(0x02B28BD0, bool, DebugUIHandlerVBox_OnSelection, (DebugUIHandlerVBox * __this, bool fromNext, DebugUIHandlerWidget * previous, MethodInfo * method)); DO_APP_FUNC(0x02B28CA0, DebugUIHandlerWidget *, DebugUIHandlerVBox_Next, (DebugUIHandlerVBox * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1C1A0, void, DebugUIHandlerVBox__ctor, (DebugUIHandlerVBox * __this, MethodInfo * method)); DO_APP_FUNC(0x02B28EA0, void, DebugUIHandlerVector2_SetWidget, (DebugUIHandlerVector2 * __this, DebugUI_Widget * widget, MethodInfo * method)); DO_APP_FUNC(0x02B29400, void, DebugUIHandlerVector2_SetValue, (DebugUIHandlerVector2 * __this, float v, bool x, bool y, MethodInfo * method)); DO_APP_FUNC(0x02B294C0, void, DebugUIHandlerVector2_SetupSettings, (DebugUIHandlerVector2 * __this, DebugUIHandlerIndirectFloatField * field, MethodInfo * method)); DO_APP_FUNC(0x02B29750, bool, DebugUIHandlerVector2_OnSelection, (DebugUIHandlerVector2 * __this, bool fromNext, DebugUIHandlerWidget * previous, MethodInfo * method)); DO_APP_FUNC(0x02B1BEC0, void, DebugUIHandlerVector2_OnDeselection, (DebugUIHandlerVector2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1BF00, void, DebugUIHandlerVector2_OnIncrement, (DebugUIHandlerVector2 * __this, bool fast, MethodInfo * method)); DO_APP_FUNC(0x02B1BF30, void, DebugUIHandlerVector2_OnDecrement, (DebugUIHandlerVector2 * __this, bool fast, MethodInfo * method)); DO_APP_FUNC(0x02B1BF60, void, DebugUIHandlerVector2_OnAction, (DebugUIHandlerVector2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B29870, DebugUIHandlerWidget *, DebugUIHandlerVector2_Next, (DebugUIHandlerVector2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1C1A0, void, DebugUIHandlerVector2__ctor, (DebugUIHandlerVector2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B29A90, float, DebugUIHandlerVector2__SetWidget_b__6_0, (DebugUIHandlerVector2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C613B0, DebugUIHandlerVector2__SetWidget_b__6_0__MethodInfo); DO_APP_FUNC(0x02B29AE0, void, DebugUIHandlerVector2__SetWidget_b__6_1, (DebugUIHandlerVector2 * __this, float x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61400, DebugUIHandlerVector2__SetWidget_b__6_1__MethodInfo); DO_APP_FUNC(0x02B29B70, float, DebugUIHandlerVector2__SetWidget_b__6_2, (DebugUIHandlerVector2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61410, DebugUIHandlerVector2__SetWidget_b__6_2__MethodInfo); DO_APP_FUNC(0x02B29BC0, void, DebugUIHandlerVector2__SetWidget_b__6_3, (DebugUIHandlerVector2 * __this, float x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61418, DebugUIHandlerVector2__SetWidget_b__6_3__MethodInfo); DO_APP_FUNC(0x02B29C50, float, DebugUIHandlerVector2__SetupSettings_b__8_0, (DebugUIHandlerVector2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C613D8, DebugUIHandlerVector2__SetupSettings_b__8_0__MethodInfo); DO_APP_FUNC(0x02B29C70, float, DebugUIHandlerVector2__SetupSettings_b__8_1, (DebugUIHandlerVector2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C613E8, DebugUIHandlerVector2__SetupSettings_b__8_1__MethodInfo); DO_APP_FUNC(0x02B29C90, float, DebugUIHandlerVector2__SetupSettings_b__8_2, (DebugUIHandlerVector2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C613F0, DebugUIHandlerVector2__SetupSettings_b__8_2__MethodInfo); DO_APP_FUNC(0x02B29CB0, void, DebugUIHandlerVector3_SetWidget, (DebugUIHandlerVector3 * __this, DebugUI_Widget * widget, MethodInfo * method)); DO_APP_FUNC(0x02B2A460, void, DebugUIHandlerVector3_SetValue, (DebugUIHandlerVector3 * __this, float v, bool x, bool y, bool z, MethodInfo * method)); DO_APP_FUNC(0x02B2A5B0, void, DebugUIHandlerVector3_SetupSettings, (DebugUIHandlerVector3 * __this, DebugUIHandlerIndirectFloatField * field, MethodInfo * method)); DO_APP_FUNC(0x02B2A840, bool, DebugUIHandlerVector3_OnSelection, (DebugUIHandlerVector3 * __this, bool fromNext, DebugUIHandlerWidget * previous, MethodInfo * method)); DO_APP_FUNC(0x02B1BEC0, void, DebugUIHandlerVector3_OnDeselection, (DebugUIHandlerVector3 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1BF00, void, DebugUIHandlerVector3_OnIncrement, (DebugUIHandlerVector3 * __this, bool fast, MethodInfo * method)); DO_APP_FUNC(0x02B1BF30, void, DebugUIHandlerVector3_OnDecrement, (DebugUIHandlerVector3 * __this, bool fast, MethodInfo * method)); DO_APP_FUNC(0x02B1BF60, void, DebugUIHandlerVector3_OnAction, (DebugUIHandlerVector3 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B2A960, DebugUIHandlerWidget *, DebugUIHandlerVector3_Next, (DebugUIHandlerVector3 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1C1A0, void, DebugUIHandlerVector3__ctor, (DebugUIHandlerVector3 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B2AB80, float, DebugUIHandlerVector3__SetWidget_b__7_0, (DebugUIHandlerVector3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61338, DebugUIHandlerVector3__SetWidget_b__7_0__MethodInfo); DO_APP_FUNC(0x02B2AC30, void, DebugUIHandlerVector3__SetWidget_b__7_1, (DebugUIHandlerVector3 * __this, float v, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C612E0, DebugUIHandlerVector3__SetWidget_b__7_1__MethodInfo); DO_APP_FUNC(0x02B2AC60, float, DebugUIHandlerVector3__SetWidget_b__7_2, (DebugUIHandlerVector3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C612E8, DebugUIHandlerVector3__SetWidget_b__7_2__MethodInfo); DO_APP_FUNC(0x02B2AD10, void, DebugUIHandlerVector3__SetWidget_b__7_3, (DebugUIHandlerVector3 * __this, float v, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C612F0, DebugUIHandlerVector3__SetWidget_b__7_3__MethodInfo); DO_APP_FUNC(0x02B2AD40, float, DebugUIHandlerVector3__SetWidget_b__7_4, (DebugUIHandlerVector3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61300, DebugUIHandlerVector3__SetWidget_b__7_4__MethodInfo); DO_APP_FUNC(0x02B2ADF0, void, DebugUIHandlerVector3__SetWidget_b__7_5, (DebugUIHandlerVector3 * __this, float v, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61308, DebugUIHandlerVector3__SetWidget_b__7_5__MethodInfo); DO_APP_FUNC(0x02B2AE20, float, DebugUIHandlerVector3__SetupSettings_b__9_0, (DebugUIHandlerVector3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61370, DebugUIHandlerVector3__SetupSettings_b__9_0__MethodInfo); DO_APP_FUNC(0x02B2AE40, float, DebugUIHandlerVector3__SetupSettings_b__9_1, (DebugUIHandlerVector3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61380, DebugUIHandlerVector3__SetupSettings_b__9_1__MethodInfo); DO_APP_FUNC(0x02B2AE60, float, DebugUIHandlerVector3__SetupSettings_b__9_2, (DebugUIHandlerVector3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61390, DebugUIHandlerVector3__SetupSettings_b__9_2__MethodInfo); DO_APP_FUNC(0x02B2AE90, void, DebugUIHandlerVector4_SetWidget, (DebugUIHandlerVector4 * __this, DebugUI_Widget * widget, MethodInfo * method)); DO_APP_FUNC(0x02B2B880, void, DebugUIHandlerVector4_SetValue, (DebugUIHandlerVector4 * __this, float v, bool x, bool y, bool z, bool w, MethodInfo * method)); DO_APP_FUNC(0x02B2BA00, void, DebugUIHandlerVector4_SetupSettings, (DebugUIHandlerVector4 * __this, DebugUIHandlerIndirectFloatField * field, MethodInfo * method)); DO_APP_FUNC(0x02B2BC90, bool, DebugUIHandlerVector4_OnSelection, (DebugUIHandlerVector4 * __this, bool fromNext, DebugUIHandlerWidget * previous, MethodInfo * method)); DO_APP_FUNC(0x02B1BEC0, void, DebugUIHandlerVector4_OnDeselection, (DebugUIHandlerVector4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1BF00, void, DebugUIHandlerVector4_OnIncrement, (DebugUIHandlerVector4 * __this, bool fast, MethodInfo * method)); DO_APP_FUNC(0x02B1BF30, void, DebugUIHandlerVector4_OnDecrement, (DebugUIHandlerVector4 * __this, bool fast, MethodInfo * method)); DO_APP_FUNC(0x02B1BF60, void, DebugUIHandlerVector4_OnAction, (DebugUIHandlerVector4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B2BDB0, DebugUIHandlerWidget *, DebugUIHandlerVector4_Next, (DebugUIHandlerVector4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1C1A0, void, DebugUIHandlerVector4__ctor, (DebugUIHandlerVector4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B2BFD0, float, DebugUIHandlerVector4__SetWidget_b__8_0, (DebugUIHandlerVector4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61248, DebugUIHandlerVector4__SetWidget_b__8_0__MethodInfo); DO_APP_FUNC(0x02B2C080, void, DebugUIHandlerVector4__SetWidget_b__8_1, (DebugUIHandlerVector4 * __this, float x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61250, DebugUIHandlerVector4__SetWidget_b__8_1__MethodInfo); DO_APP_FUNC(0x02B2C1B0, float, DebugUIHandlerVector4__SetWidget_b__8_2, (DebugUIHandlerVector4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61260, DebugUIHandlerVector4__SetWidget_b__8_2__MethodInfo); DO_APP_FUNC(0x02B2C260, void, DebugUIHandlerVector4__SetWidget_b__8_3, (DebugUIHandlerVector4 * __this, float x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61268, DebugUIHandlerVector4__SetWidget_b__8_3__MethodInfo); DO_APP_FUNC(0x02B2C380, float, DebugUIHandlerVector4__SetWidget_b__8_4, (DebugUIHandlerVector4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61270, DebugUIHandlerVector4__SetWidget_b__8_4__MethodInfo); DO_APP_FUNC(0x02B2C430, void, DebugUIHandlerVector4__SetWidget_b__8_5, (DebugUIHandlerVector4 * __this, float x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C611E8, DebugUIHandlerVector4__SetWidget_b__8_5__MethodInfo); DO_APP_FUNC(0x02B2C550, float, DebugUIHandlerVector4__SetWidget_b__8_6, (DebugUIHandlerVector4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C611F8, DebugUIHandlerVector4__SetWidget_b__8_6__MethodInfo); DO_APP_FUNC(0x02B2C600, void, DebugUIHandlerVector4__SetWidget_b__8_7, (DebugUIHandlerVector4 * __this, float x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61200, DebugUIHandlerVector4__SetWidget_b__8_7__MethodInfo); DO_APP_FUNC(0x02B2C720, float, DebugUIHandlerVector4__SetupSettings_b__10_0, (DebugUIHandlerVector4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C612B0, DebugUIHandlerVector4__SetupSettings_b__10_0__MethodInfo); DO_APP_FUNC(0x02B2C740, float, DebugUIHandlerVector4__SetupSettings_b__10_1, (DebugUIHandlerVector4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C612B8, DebugUIHandlerVector4__SetupSettings_b__10_1__MethodInfo); DO_APP_FUNC(0x02B2C760, float, DebugUIHandlerVector4__SetupSettings_b__10_2, (DebugUIHandlerVector4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C612C8, DebugUIHandlerVector4__SetupSettings_b__10_2__MethodInfo); DO_APP_FUNC(0x003C5320, DebugUIHandlerWidget *, DebugUIHandlerWidget_get_parentUIHandler, (DebugUIHandlerWidget * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, DebugUIHandlerWidget_set_parentUIHandler, (DebugUIHandlerWidget * __this, DebugUIHandlerWidget * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, DebugUIHandlerWidget *, DebugUIHandlerWidget_get_previousUIHandler, (DebugUIHandlerWidget * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, DebugUIHandlerWidget_set_previousUIHandler, (DebugUIHandlerWidget * __this, DebugUIHandlerWidget * value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, DebugUIHandlerWidget *, DebugUIHandlerWidget_get_nextUIHandler, (DebugUIHandlerWidget * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, DebugUIHandlerWidget_set_nextUIHandler, (DebugUIHandlerWidget * __this, DebugUIHandlerWidget * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugUIHandlerWidget_OnEnable, (DebugUIHandlerWidget * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, DebugUIHandlerWidget_SetWidget, (DebugUIHandlerWidget * __this, DebugUI_Widget * widget, MethodInfo * method)); DO_APP_FUNC(0x003C5420, DebugUI_Widget *, DebugUIHandlerWidget_GetWidget, (DebugUIHandlerWidget * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, DebugUIHandlerWidget_OnSelection, (DebugUIHandlerWidget * __this, bool fromNext, DebugUIHandlerWidget * previous, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugUIHandlerWidget_OnDeselection, (DebugUIHandlerWidget * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugUIHandlerWidget_OnAction, (DebugUIHandlerWidget * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugUIHandlerWidget_OnIncrement, (DebugUIHandlerWidget * __this, bool fast, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugUIHandlerWidget_OnDecrement, (DebugUIHandlerWidget * __this, bool fast, MethodInfo * method)); DO_APP_FUNC(0x02B2C790, DebugUIHandlerWidget *, DebugUIHandlerWidget_Previous, (DebugUIHandlerWidget * __this, MethodInfo * method)); DO_APP_FUNC(0x02B2C970, DebugUIHandlerWidget *, DebugUIHandlerWidget_Next, (DebugUIHandlerWidget * __this, MethodInfo * method)); DO_APP_FUNC(0x02B1C1A0, void, DebugUIHandlerWidget__ctor, (DebugUIHandlerWidget * __this, MethodInfo * method)); DO_APP_FUNC(0x02B2CCF0, void, UIFoldout_Start, (UIFoldout * __this, MethodInfo * method)); DO_APP_FUNC(0x02B2CDC0, void, UIFoldout_OnValidate, (UIFoldout * __this, MethodInfo * method)); DO_APP_FUNC(0x02B2CDE0, void, UIFoldout_SetState, (UIFoldout * __this, bool state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61178, UIFoldout_SetState__MethodInfo); DO_APP_FUNC(0x02B2CDF0, void, UIFoldout_SetState_1, (UIFoldout * __this, bool state, bool rebuildLayout, MethodInfo * method)); DO_APP_FUNC(0x02B2D1D0, void, UIFoldout__ctor, (UIFoldout * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE2C30, void, ColorChangedEvent__ctor, (ColorChangedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE2C70, void, HSVChangedEvent__ctor, (HSVChangedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TestCompression_Start, (TestCompression * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TestCompression_Update, (TestCompression * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, TestCompression__ctor, (TestCompression * __this, MethodInfo * method)); DO_APP_FUNC(0x00584BF0, ExtensionsToggleGroup *, ExtensionsToggle_get_Group, (ExtensionsToggle * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE2D00, void, ExtensionsToggle_set_Group, (ExtensionsToggle * __this, ExtensionsToggleGroup * value, MethodInfo * method)); DO_APP_FUNC(0x02FE2D90, void, ExtensionsToggle__ctor, (ExtensionsToggle * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExtensionsToggle_Rebuild, (ExtensionsToggle * __this, CanvasUpdate__Enum executing, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExtensionsToggle_LayoutComplete, (ExtensionsToggle * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExtensionsToggle_GraphicUpdateComplete, (ExtensionsToggle * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE2FB0, void, ExtensionsToggle_OnEnable, (ExtensionsToggle * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE2FF0, void, ExtensionsToggle_OnDisable, (ExtensionsToggle * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE3020, void, ExtensionsToggle_OnDidApplyAnimationProperties, (ExtensionsToggle * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE31E0, void, ExtensionsToggle_SetToggleGroup, (ExtensionsToggle * __this, ExtensionsToggleGroup * newGroup, bool setMemberValue, MethodInfo * method)); DO_APP_FUNC(0x01DB80C0, bool, ExtensionsToggle_get_IsOn, (ExtensionsToggle * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE38E0, void, ExtensionsToggle_set_IsOn, (ExtensionsToggle * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02FE38E0, void, ExtensionsToggle_Set, (ExtensionsToggle * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02FE38F0, void, ExtensionsToggle_Set_1, (ExtensionsToggle * __this, bool value, bool sendCallback, MethodInfo * method)); DO_APP_FUNC(0x02FE3B10, void, ExtensionsToggle_PlayEffect, (ExtensionsToggle * __this, bool instant, MethodInfo * method)); DO_APP_FUNC(0x02FE3C70, void, ExtensionsToggle_Start, (ExtensionsToggle * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE3C80, void, ExtensionsToggle_InternalToggle, (ExtensionsToggle * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE3CE0, void, ExtensionsToggle_OnPointerClick, (ExtensionsToggle * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FE3C80, void, ExtensionsToggle_OnSubmit, (ExtensionsToggle * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x009B9450, Transform *, ExtensionsToggle_UnityEngine_UI_ICanvasElement_get_transform, (ExtensionsToggle * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE3D60, void, ExtensionsToggle_ToggleEvent__ctor, (ExtensionsToggle_ToggleEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE3DA0, void, ExtensionsToggle_ToggleEventObject__ctor, (ExtensionsToggle_ToggleEventObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, ExtensionsToggleGroup_get_AllowSwitchOff, (ExtensionsToggleGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, ExtensionsToggleGroup_set_AllowSwitchOff, (ExtensionsToggleGroup * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, ExtensionsToggle *, ExtensionsToggleGroup_get_SelectedToggle, (ExtensionsToggleGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, ExtensionsToggleGroup_set_SelectedToggle, (ExtensionsToggleGroup * __this, ExtensionsToggle * value, MethodInfo * method)); DO_APP_FUNC(0x02FE3E30, void, ExtensionsToggleGroup__ctor, (ExtensionsToggleGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE4080, void, ExtensionsToggleGroup_ValidateToggleIsInGroup, (ExtensionsToggleGroup * __this, ExtensionsToggle * toggle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB030, ExtensionsToggleGroup_ValidateToggleIsInGroup__MethodInfo); DO_APP_FUNC(0x02FE42B0, void, ExtensionsToggleGroup_NotifyToggleOn, (ExtensionsToggleGroup * __this, ExtensionsToggle * toggle, MethodInfo * method)); DO_APP_FUNC(0x02FE4550, void, ExtensionsToggleGroup_UnregisterToggle, (ExtensionsToggleGroup * __this, ExtensionsToggle * toggle, MethodInfo * method)); DO_APP_FUNC(0x02FE46C0, void, ExtensionsToggleGroup_NotifyToggleChanged, (ExtensionsToggleGroup * __this, bool isOn, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAD60, ExtensionsToggleGroup_NotifyToggleChanged__MethodInfo); DO_APP_FUNC(0x02FE4720, void, ExtensionsToggleGroup_RegisterToggle, (ExtensionsToggleGroup * __this, ExtensionsToggle * toggle, MethodInfo * method)); DO_APP_FUNC(0x02FE48A0, bool, ExtensionsToggleGroup_AnyTogglesOn, (ExtensionsToggleGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE4B10, IEnumerable_1_UnityEngine_UI_ExtensionsToggle_ *, ExtensionsToggleGroup_ActiveToggles, (ExtensionsToggleGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE4C90, void, ExtensionsToggleGroup_SetAllTogglesOff, (ExtensionsToggleGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE4D70, void, ExtensionsToggleGroup_HasTheGroupToggle, (ExtensionsToggleGroup * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02FE4E70, void, ExtensionsToggleGroup_HasAToggleFlipped, (ExtensionsToggleGroup * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02FE4F70, void, ExtensionsToggleGroup_ToggleGroupEvent__ctor, (ExtensionsToggleGroup_ToggleGroupEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE4FB0, void, ExtensionsToggleGroup_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExtensionsToggleGroup_c__ctor, (ExtensionsToggleGroup_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE5060, bool, ExtensionsToggleGroup_c__AnyTogglesOn_b__18_0, (ExtensionsToggleGroup_c * __this, ExtensionsToggle * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBADB0, ExtensionsToggleGroup_c__AnyTogglesOn_b__18_0__MethodInfo); DO_APP_FUNC(0x02FE5060, bool, ExtensionsToggleGroup_c__ActiveToggles_b__19_0, (ExtensionsToggleGroup_c * __this, ExtensionsToggle * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAE28, ExtensionsToggleGroup_c__ActiveToggles_b__19_0__MethodInfo); DO_APP_FUNC(0x02FE5080, void, ReturnKeyTriggersButton_Start, (ReturnKeyTriggersButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE5120, void, ReturnKeyTriggersButton_RemoveHighlight, (ReturnKeyTriggersButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE51B0, void, ReturnKeyTriggersButton_OnSubmit, (ReturnKeyTriggersButton * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FE52E0, void, ReturnKeyTriggersButton__ctor, (ReturnKeyTriggersButton * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, Accordion_get_ExpandVerticval, (Accordion * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, Accordion_Transition__Enum, Accordion_get_transition, (Accordion * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, Accordion_set_transition, (Accordion * __this, Accordion_Transition__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, Accordion_get_transitionDuration, (Accordion * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA780, void, Accordion_set_transitionDuration, (Accordion * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02FE5330, void, Accordion_Awake, (Accordion * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE53E0, void, Accordion__ctor, (Accordion * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65400, float, AccordionElement_get_MinHeight, (AccordionElement * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA6580, float, AccordionElement_get_MinWidth, (AccordionElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE5430, void, AccordionElement__ctor, (AccordionElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE5590, void, AccordionElement_Awake, (AccordionElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE5A40, void, AccordionElement_OnValueChanged, (AccordionElement * __this, bool state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAC78, AccordionElement_OnValueChanged__MethodInfo); DO_APP_FUNC(0x02FE6230, float, AccordionElement_GetExpandedHeight, (AccordionElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE63E0, float, AccordionElement_GetExpandedWidth, (AccordionElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE6590, void, AccordionElement_StartTween, (AccordionElement * __this, float startFloat, float targetFloat, MethodInfo * method)); DO_APP_FUNC(0x02FE6800, void, AccordionElement_SetHeight, (AccordionElement * __this, float height, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBACF0, AccordionElement_SetHeight__MethodInfo); DO_APP_FUNC(0x02FE6930, void, AccordionElement_SetWidth, (AccordionElement * __this, float width, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBACA8, AccordionElement_SetWidth__MethodInfo); DO_APP_FUNC(0x003C2850, RectTransform *, BoxSlider_get_HandleRect, (BoxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE6A60, void, BoxSlider_set_HandleRect, (BoxSlider * __this, RectTransform * value, MethodInfo * method)); DO_APP_FUNC(0x01D0DC30, float, BoxSlider_get_MinValue, (BoxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE6B40, void, BoxSlider_set_MinValue, (BoxSlider * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02FE6BD0, float, BoxSlider_get_MaxValue, (BoxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE6BE0, void, BoxSlider_set_MaxValue, (BoxSlider * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02BEF730, bool, BoxSlider_get_WholeNumbers, (BoxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE6C70, void, BoxSlider_set_WholeNumbers, (BoxSlider * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02FE6DD0, float, BoxSlider_get_ValueX, (BoxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE6DF0, void, BoxSlider_set_ValueX, (BoxSlider * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02FE6E00, float, BoxSlider_get_NormalizedValueX, (BoxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE6EB0, void, BoxSlider_set_NormalizedValueX, (BoxSlider * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02FE6F00, float, BoxSlider_get_ValueY, (BoxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE6F20, void, BoxSlider_set_ValueY, (BoxSlider * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02FE6F30, float, BoxSlider_get_NormalizedValueY, (BoxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE6FE0, void, BoxSlider_set_NormalizedValueY, (BoxSlider * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x007F4830, BoxSlider_BoxSliderEvent *, BoxSlider_get_OnValueChanged, (BoxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x008E4BE0, void, BoxSlider_set_OnValueChanged, (BoxSlider * __this, BoxSlider_BoxSliderEvent * value, MethodInfo * method)); DO_APP_FUNC(0x02FE7030, float, BoxSlider_get_StepSize, (BoxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE7060, void, BoxSlider__ctor, (BoxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoxSlider_Rebuild, (BoxSlider * __this, CanvasUpdate__Enum executing, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoxSlider_LayoutComplete, (BoxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoxSlider_GraphicUpdateComplete, (BoxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE71D0, void, BoxSlider_OnEnable, (BoxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA12C0, void, BoxSlider_OnDisable, (BoxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE7310, void, BoxSlider_UpdateCachedReferences, (BoxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE6DF0, void, BoxSlider_SetX, (BoxSlider * __this, float input, MethodInfo * method)); DO_APP_FUNC(0x02FE76A0, void, BoxSlider_SetX_1, (BoxSlider * __this, float input, bool sendCallback, MethodInfo * method)); DO_APP_FUNC(0x02FE6F20, void, BoxSlider_SetY, (BoxSlider * __this, float input, MethodInfo * method)); DO_APP_FUNC(0x02FE7790, void, BoxSlider_SetY_1, (BoxSlider * __this, float input, bool sendCallback, MethodInfo * method)); DO_APP_FUNC(0x02FE7880, void, BoxSlider_OnRectTransformDimensionsChange, (BoxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE7890, void, BoxSlider_UpdateVisuals, (BoxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE7A90, void, BoxSlider_UpdateDrag, (BoxSlider * __this, PointerEventData * eventData, Camera * cam, MethodInfo * method)); DO_APP_FUNC(0x02FA20A0, bool, BoxSlider_CanDrag, (BoxSlider * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FE7E50, void, BoxSlider_OnPointerDown, (BoxSlider * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FE8150, void, BoxSlider_OnDrag, (BoxSlider * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FA30F0, void, BoxSlider_OnInitializePotentialDrag, (BoxSlider * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x009B9450, Transform *, BoxSlider_UnityEngine_UI_ICanvasElement_get_transform, (BoxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE81D0, void, BoxSlider_BoxSliderEvent__ctor, (BoxSlider_BoxSliderEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE8210, void, TiltWindow_Start, (TiltWindow * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE8320, void, TiltWindow_Update, (TiltWindow * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE8720, void, TiltWindow_OnDrag, (TiltWindow * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FE8750, void, TiltWindow__ctor, (TiltWindow * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, DropDownListItem *, AutoCompleteComboBox_get_SelectedItem, (AutoCompleteComboBox * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, AutoCompleteComboBox_set_SelectedItem, (AutoCompleteComboBox * __this, DropDownListItem * value, MethodInfo * method)); DO_APP_FUNC(0x0070EC40, String *, AutoCompleteComboBox_get_Text, (AutoCompleteComboBox * __this, MethodInfo * method)); DO_APP_FUNC(0x00B481B0, void, AutoCompleteComboBox_set_Text, (AutoCompleteComboBox * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0101D7E0, float, AutoCompleteComboBox_get_ScrollBarWidth, (AutoCompleteComboBox * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE87F0, void, AutoCompleteComboBox_set_ScrollBarWidth, (AutoCompleteComboBox * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01B3EB30, int32_t, AutoCompleteComboBox_get_ItemsToDisplay, (AutoCompleteComboBox * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE8800, void, AutoCompleteComboBox_set_ItemsToDisplay, (AutoCompleteComboBox * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00471360, bool, AutoCompleteComboBox_get_InputColorMatching, (AutoCompleteComboBox * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE8810, void, AutoCompleteComboBox_set_InputColorMatching, (AutoCompleteComboBox * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02FE8830, void, AutoCompleteComboBox_Awake, (AutoCompleteComboBox * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE8840, void, AutoCompleteComboBox_Start, (AutoCompleteComboBox * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE88F0, bool, AutoCompleteComboBox_Initialize, (AutoCompleteComboBox * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE9A10, void, AutoCompleteComboBox_AddItem, (AutoCompleteComboBox * __this, String * item, MethodInfo * method)); DO_APP_FUNC(0x02FE9B50, void, AutoCompleteComboBox_RemoveItem, (AutoCompleteComboBox * __this, String * item, MethodInfo * method)); DO_APP_FUNC(0x02FE9C10, void, AutoCompleteComboBox_SetAvailableOptions, (AutoCompleteComboBox * __this, List_1_System_String_ * newOptions, MethodInfo * method)); DO_APP_FUNC(0x02FE9F00, void, AutoCompleteComboBox_SetAvailableOptions_1, (AutoCompleteComboBox * __this, String__Array * newOptions, MethodInfo * method)); DO_APP_FUNC(0x02FEA240, void, AutoCompleteComboBox_ResetItems, (AutoCompleteComboBox * __this, MethodInfo * method)); DO_APP_FUNC(0x02FEA2B0, void, AutoCompleteComboBox_RebuildPanel, (AutoCompleteComboBox * __this, MethodInfo * method)); DO_APP_FUNC(0x02FEAF40, void, AutoCompleteComboBox_OnItemClicked, (AutoCompleteComboBox * __this, String * item, MethodInfo * method)); DO_APP_FUNC(0x02FEAFE0, void, AutoCompleteComboBox_RedrawPanel, (AutoCompleteComboBox * __this, MethodInfo * method)); DO_APP_FUNC(0x02FEB9A0, void, AutoCompleteComboBox_OnValueChanged, (AutoCompleteComboBox * __this, String * currText, MethodInfo * method)); DO_APP_FUNC(0x02FEBC10, void, AutoCompleteComboBox_SetInputTextColor, (AutoCompleteComboBox * __this, MethodInfo * method)); DO_APP_FUNC(0x02FEBCE0, void, AutoCompleteComboBox_ToggleDropdownPanel, (AutoCompleteComboBox * __this, bool directClick, MethodInfo * method)); DO_APP_FUNC(0x02FEBE50, void, AutoCompleteComboBox_PruneItems, (AutoCompleteComboBox * __this, String * currText, MethodInfo * method)); DO_APP_FUNC(0x02FEBE70, void, AutoCompleteComboBox_PruneItemsLinq, (AutoCompleteComboBox * __this, String * currText, MethodInfo * method)); DO_APP_FUNC(0x02FEC410, void, AutoCompleteComboBox_PruneItemsArray, (AutoCompleteComboBox * __this, String * currText, MethodInfo * method)); DO_APP_FUNC(0x02FEC6F0, void, AutoCompleteComboBox__ctor, (AutoCompleteComboBox * __this, MethodInfo * method)); DO_APP_FUNC(0x02FEC790, void, AutoCompleteComboBox_SelectionChangedEvent__ctor, (AutoCompleteComboBox_SelectionChangedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02FEC7D0, void, AutoCompleteComboBox_SelectionTextChangedEvent__ctor, (AutoCompleteComboBox_SelectionTextChangedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02FEC810, void, AutoCompleteComboBox_SelectionValidityChangedEvent__ctor, (AutoCompleteComboBox_SelectionValidityChangedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AutoCompleteComboBox_c_DisplayClass62_0__ctor, (AutoCompleteComboBox_c_DisplayClass62_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02FEC850, void, AutoCompleteComboBox_c_DisplayClass62_0__RebuildPanel_b__0, (AutoCompleteComboBox_c_DisplayClass62_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA800, AutoCompleteComboBox_c_DisplayClass62_0__RebuildPanel_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AutoCompleteComboBox_c_DisplayClass69_0__ctor, (AutoCompleteComboBox_c_DisplayClass69_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02FEC880, bool, AutoCompleteComboBox_c_DisplayClass69_0__PruneItemsLinq_b__0, (AutoCompleteComboBox_c_DisplayClass69_0 * __this, String * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA8C0, AutoCompleteComboBox_c_DisplayClass69_0__PruneItemsLinq_b__0__MethodInfo); DO_APP_FUNC(0x02FEC8B0, bool, AutoCompleteComboBox_c_DisplayClass69_0__PruneItemsLinq_b__1, (AutoCompleteComboBox_c_DisplayClass69_0 * __this, String * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA8D8, AutoCompleteComboBox_c_DisplayClass69_0__PruneItemsLinq_b__1__MethodInfo); DO_APP_FUNC(0x003B93B0, DropDownListItem *, ComboBox_get_SelectedItem, (ComboBox * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, ComboBox_set_SelectedItem, (ComboBox * __this, DropDownListItem * value, MethodInfo * method)); DO_APP_FUNC(0x004F66F0, String *, ComboBox_get_Text, (ComboBox * __this, MethodInfo * method)); DO_APP_FUNC(0x004F6700, void, ComboBox_set_Text, (ComboBox * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003CE2C0, float, ComboBox_get_ScrollBarWidth, (ComboBox * __this, MethodInfo * method)); DO_APP_FUNC(0x02FEC8E0, void, ComboBox_set_ScrollBarWidth, (ComboBox * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01365740, int32_t, ComboBox_get_ItemsToDisplay, (ComboBox * __this, MethodInfo * method)); DO_APP_FUNC(0x02FEC8F0, void, ComboBox_set_ItemsToDisplay, (ComboBox * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02FEC900, void, ComboBox_Awake, (ComboBox * __this, MethodInfo * method)); DO_APP_FUNC(0x02FEC910, void, ComboBox_Start, (ComboBox * __this, MethodInfo * method)); DO_APP_FUNC(0x02FEC920, bool, ComboBox_Initialize, (ComboBox * __this, MethodInfo * method)); DO_APP_FUNC(0x02FEDA30, void, ComboBox_AddItem, (ComboBox * __this, String * item, MethodInfo * method)); DO_APP_FUNC(0x02FEDAD0, void, ComboBox_RemoveItem, (ComboBox * __this, String * item, MethodInfo * method)); DO_APP_FUNC(0x02FEDB40, void, ComboBox_SetAvailableOptions, (ComboBox * __this, List_1_System_String_ * newOptions, MethodInfo * method)); DO_APP_FUNC(0x02FEDC00, void, ComboBox_SetAvailableOptions_1, (ComboBox * __this, String__Array * newOptions, MethodInfo * method)); DO_APP_FUNC(0x02FEDD20, void, ComboBox_ResetItems, (ComboBox * __this, MethodInfo * method)); DO_APP_FUNC(0x02FEDD90, void, ComboBox_RebuildPanel, (ComboBox * __this, MethodInfo * method)); DO_APP_FUNC(0x02FEE730, void, ComboBox_OnItemClicked, (ComboBox * __this, String * item, MethodInfo * method)); DO_APP_FUNC(0x02FEE7D0, void, ComboBox_RedrawPanel, (ComboBox * __this, MethodInfo * method)); DO_APP_FUNC(0x02FEF170, void, ComboBox_OnValueChanged, (ComboBox * __this, String * currText, MethodInfo * method)); DO_APP_FUNC(0x02FEF270, void, ComboBox_ToggleDropdownPanel, (ComboBox * __this, bool directClick, MethodInfo * method)); DO_APP_FUNC(0x02FEF3E0, void, ComboBox__ctor, (ComboBox * __this, MethodInfo * method)); DO_APP_FUNC(0x02FEF430, void, ComboBox_SelectionChangedEvent__ctor, (ComboBox_SelectionChangedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ComboBox_c_DisplayClass46_0__ctor, (ComboBox_c_DisplayClass46_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02FEF470, void, ComboBox_c_DisplayClass46_0__RebuildPanel_b__0, (ComboBox_c_DisplayClass46_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA6B8, ComboBox_c_DisplayClass46_0__RebuildPanel_b__0__MethodInfo); DO_APP_FUNC(0x003B93B0, DropDownListItem *, DropDownList_get_SelectedItem, (DropDownList * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, DropDownList_set_SelectedItem, (DropDownList * __this, DropDownListItem * value, MethodInfo * method)); DO_APP_FUNC(0x01D06930, float, DropDownList_get_ScrollBarWidth, (DropDownList * __this, MethodInfo * method)); DO_APP_FUNC(0x02FEF510, void, DropDownList_set_ScrollBarWidth, (DropDownList * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0070E7E0, int32_t, DropDownList_get_ItemsToDisplay, (DropDownList * __this, MethodInfo * method)); DO_APP_FUNC(0x02FEF520, void, DropDownList_set_ItemsToDisplay, (DropDownList * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02FEF530, void, DropDownList_Start, (DropDownList * __this, MethodInfo * method)); DO_APP_FUNC(0x02FEF5B0, bool, DropDownList_Initialize, (DropDownList * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF0590, void, DropDownList_RefreshItems, (DropDownList * __this, Object__Array * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA4C8, DropDownList_RefreshItems__MethodInfo); DO_APP_FUNC(0x02FF08F0, void, DropDownList_AddItem, (DropDownList * __this, DropDownListItem * item, MethodInfo * method)); DO_APP_FUNC(0x02FF0990, void, DropDownList_AddItem_1, (DropDownList * __this, String * item, MethodInfo * method)); DO_APP_FUNC(0x02FF0AA0, void, DropDownList_AddItem_2, (DropDownList * __this, Sprite * item, MethodInfo * method)); DO_APP_FUNC(0x02FF0BB0, void, DropDownList_RemoveItem, (DropDownList * __this, DropDownListItem * item, MethodInfo * method)); DO_APP_FUNC(0x02FF0C20, void, DropDownList_RemoveItem_1, (DropDownList * __this, String * item, MethodInfo * method)); DO_APP_FUNC(0x02FF0D00, void, DropDownList_RemoveItem_2, (DropDownList * __this, Sprite * item, MethodInfo * method)); DO_APP_FUNC(0x02FF0DE0, void, DropDownList_ResetItems, (DropDownList * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF0E50, void, DropDownList_RebuildPanel, (DropDownList * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF16F0, void, DropDownList_OnItemClicked, (DropDownList * __this, int32_t indx, MethodInfo * method)); DO_APP_FUNC(0x02FF1770, void, DropDownList_UpdateSelected, (DropDownList * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF1BA0, void, DropDownList_RedrawPanel, (DropDownList * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF24C0, void, DropDownList_ToggleDropdownPanel, (DropDownList * __this, bool directClick, MethodInfo * method)); DO_APP_FUNC(0x02FF27C0, void, DropDownList__ctor, (DropDownList * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF2820, void, DropDownList_SelectionChangedEvent__ctor, (DropDownList_SelectionChangedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DropDownList_c_DisplayClass45_0__ctor, (DropDownList_c_DisplayClass45_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF2860, void, DropDownList_c_DisplayClass45_0__RebuildPanel_b__0, (DropDownList_c_DisplayClass45_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA610, DropDownList_c_DisplayClass45_0__RebuildPanel_b__0__MethodInfo); DO_APP_FUNC(0x02FF28B0, void, DropDownListButton__ctor, (DropDownListButton * __this, GameObject * btnObj, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, DropDownListItem_get_Caption, (DropDownListItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF2D50, void, DropDownListItem_set_Caption, (DropDownListItem * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Sprite *, DropDownListItem_get_Image, (DropDownListItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF2DC0, void, DropDownListItem_set_Image, (DropDownListItem * __this, Sprite * value, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, DropDownListItem_get_IsDisabled, (DropDownListItem * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF2E30, void, DropDownListItem_set_IsDisabled, (DropDownListItem * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, DropDownListItem_get_ID, (DropDownListItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, DropDownListItem_set_ID, (DropDownListItem * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02FF2E50, void, DropDownListItem__ctor, (DropDownListItem * __this, String * caption, String * inId, Sprite * image, bool disabled, Action * onSelect, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, CooldownButton_get_CooldownTimeout, (CooldownButton * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90F0, void, CooldownButton_set_CooldownTimeout, (CooldownButton * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA9C0, float, CooldownButton_get_CooldownSpeed, (CooldownButton * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA9D0, void, CooldownButton_set_CooldownSpeed, (CooldownButton * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00667070, bool, CooldownButton_get_CooldownInEffect, (CooldownButton * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, CooldownButton_get_CooldownActive, (CooldownButton * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, CooldownButton_set_CooldownActive, (CooldownButton * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, CooldownButton_get_CooldownTimeElapsed, (CooldownButton * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA750, void, CooldownButton_set_CooldownTimeElapsed, (CooldownButton * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB1A0, float, CooldownButton_get_CooldownTimeRemaining, (CooldownButton * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, int32_t, CooldownButton_get_CooldownPercentRemaining, (CooldownButton * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, CooldownButton_get_CooldownPercentComplete, (CooldownButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF2FD0, void, CooldownButton_Update, (CooldownButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF3110, void, CooldownButton_PauseCooldown, (CooldownButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF3120, void, CooldownButton_RestartCooldown, (CooldownButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF3130, void, CooldownButton_StartCooldown, (CooldownButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF3250, void, CooldownButton_StopCooldown, (CooldownButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF32D0, void, CooldownButton_CancelCooldown, (CooldownButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF32E0, void, CooldownButton_UnityEngine_EventSystems_IPointerDownHandler_OnPointerDown, (CooldownButton * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x005E2300, void, CooldownButton__ctor, (CooldownButton * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF33D0, void, CooldownButton_CooldownButtonEvent__ctor, (CooldownButton_CooldownButtonEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF3410, void, InputFocus_Start, (InputFocus * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF34A0, void, InputFocus_Update, (InputFocus * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF3550, void, InputFocus_buttonPressed, (InputFocus * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF3630, void, InputFocus_OnEndEdit, (InputFocus * __this, String * textString, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, InputFocus__ctor, (InputFocus * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF3740, void, MultiTouchScrollRect_OnBeginDrag, (MultiTouchScrollRect * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FF3770, void, MultiTouchScrollRect_OnDrag, (MultiTouchScrollRect * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FF37A0, void, MultiTouchScrollRect_OnEndDrag, (MultiTouchScrollRect * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FF37D0, void, MultiTouchScrollRect__ctor, (MultiTouchScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF37F0, float, RadialSlider_get_Angle, (RadialSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF3820, void, RadialSlider_set_Angle, (RadialSlider * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02FF38A0, float, RadialSlider_get_Value, (RadialSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF38D0, void, RadialSlider_set_Value, (RadialSlider * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00B2F370, Color, RadialSlider_get_EndColor, (RadialSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE0310, void, RadialSlider_set_EndColor, (RadialSlider * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x0112EF30, Color, RadialSlider_get_StartColor, (RadialSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE0300, void, RadialSlider_set_StartColor, (RadialSlider * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x005625F0, bool, RadialSlider_get_LerpToTarget, (RadialSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x00562600, void, RadialSlider_set_LerpToTarget, (RadialSlider * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C7020, AnimationCurve *, RadialSlider_get_LerpCurve, (RadialSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF3940, void, RadialSlider_set_LerpCurve, (RadialSlider * __this, AnimationCurve * value, MethodInfo * method)); DO_APP_FUNC(0x006FF3C0, bool, RadialSlider_get_LerpInProgress, (RadialSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF3A70, Image *, RadialSlider_get_RadialImage, (RadialSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, RadialSlider_RadialSliderValueChangedEvent *, RadialSlider_get_onValueChanged, (RadialSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, RadialSlider_set_onValueChanged, (RadialSlider * __this, RadialSlider_RadialSliderValueChangedEvent * value, MethodInfo * method)); DO_APP_FUNC(0x003C7040, RadialSlider_RadialSliderTextValueChangedEvent *, RadialSlider_get_onTextValueChanged, (RadialSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x00591040, void, RadialSlider_set_onTextValueChanged, (RadialSlider * __this, RadialSlider_RadialSliderTextValueChangedEvent * value, MethodInfo * method)); DO_APP_FUNC(0x02FF3C80, void, RadialSlider_Awake, (RadialSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF3D80, void, RadialSlider_Update, (RadialSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF40B0, void, RadialSlider_StartLerp, (RadialSlider * __this, float targetAngle, MethodInfo * method)); DO_APP_FUNC(0x02FF4100, float, RadialSlider_GetAngleFromMousePoint, (RadialSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF4250, void, RadialSlider_UpdateRadialImage, (RadialSlider * __this, float targetAngle, MethodInfo * method)); DO_APP_FUNC(0x02FF4360, void, RadialSlider_NotifyValueChanged, (RadialSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF44A0, void, RadialSlider_OnPointerEnter, (RadialSlider * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FF4530, void, RadialSlider_OnPointerDown, (RadialSlider * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FF45D0, void, RadialSlider_OnPointerUp, (RadialSlider * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FF4630, void, RadialSlider_OnDrag, (RadialSlider * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FF4660, void, RadialSlider__ctor, (RadialSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF4850, void, RadialSlider_RadialSliderValueChangedEvent__ctor, (RadialSlider_RadialSliderValueChangedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF4890, void, RadialSlider_RadialSliderTextValueChangedEvent__ctor, (RadialSlider_RadialSliderTextValueChangedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003C2850, RectTransform *, RangeSlider_get_FillRect, (RangeSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF48D0, void, RangeSlider_set_FillRect, (RangeSlider * __this, RectTransform * value, MethodInfo * method)); DO_APP_FUNC(0x003C28C0, RectTransform *, RangeSlider_get_LowHandleRect, (RangeSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF4940, void, RangeSlider_set_LowHandleRect, (RangeSlider * __this, RectTransform * value, MethodInfo * method)); DO_APP_FUNC(0x00AC90A0, RectTransform *, RangeSlider_get_HighHandleRect, (RangeSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF49B0, void, RangeSlider_set_HighHandleRect, (RangeSlider * __this, RectTransform * value, MethodInfo * method)); DO_APP_FUNC(0x01D6A6B0, float, RangeSlider_get_MinValue, (RangeSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF4A20, void, RangeSlider_set_MinValue, (RangeSlider * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D6A6D0, float, RangeSlider_get_MaxValue, (RangeSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF4AC0, void, RangeSlider_set_MaxValue, (RangeSlider * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0066A5D0, bool, RangeSlider_get_WholeNumbers, (RangeSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF4B60, void, RangeSlider_set_WholeNumbers, (RangeSlider * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02FF4CD0, float, RangeSlider_get_LowValue, (RangeSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF4CF0, void, RangeSlider_set_LowValue, (RangeSlider * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02FF4D10, float, RangeSlider_get_NormalizedLowValue, (RangeSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF4DC0, void, RangeSlider_set_NormalizedLowValue, (RangeSlider * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02FF4E10, float, RangeSlider_get_HighValue, (RangeSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF4E30, void, RangeSlider_set_HighValue, (RangeSlider * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02FF4E50, float, RangeSlider_get_NormalizedHighValue, (RangeSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF4F00, void, RangeSlider_set_NormalizedHighValue, (RangeSlider * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02FF4F50, void, RangeSlider_SetValueWithoutNotify, (RangeSlider * __this, float low, float high, MethodInfo * method)); DO_APP_FUNC(0x00ACEE50, RangeSlider_RangeSliderEvent *, RangeSlider_get_OnValueChanged, (RangeSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02921EE0, void, RangeSlider_set_OnValueChanged, (RangeSlider * __this, RangeSlider_RangeSliderEvent * value, MethodInfo * method)); DO_APP_FUNC(0x02FF4FA0, float, RangeSlider_get_StepSize, (RangeSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF4FD0, void, RangeSlider__ctor, (RangeSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RangeSlider_Rebuild, (RangeSlider * __this, CanvasUpdate__Enum executing, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RangeSlider_LayoutComplete, (RangeSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RangeSlider_GraphicUpdateComplete, (RangeSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF5170, void, RangeSlider_OnEnable, (RangeSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA12C0, void, RangeSlider_OnDisable, (RangeSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF5200, void, RangeSlider_Update, (RangeSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAAF50, void, RangeSlider_OnDidApplyAnimationProperties, (RangeSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF5220, void, RangeSlider_UpdateCachedReferences, (RangeSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF4CF0, void, RangeSlider_SetLow, (RangeSlider * __this, float input, MethodInfo * method)); DO_APP_FUNC(0x02FF6150, void, RangeSlider_SetLow_1, (RangeSlider * __this, float input, bool sendCallback, MethodInfo * method)); DO_APP_FUNC(0x02FF4E30, void, RangeSlider_SetHigh, (RangeSlider * __this, float input, MethodInfo * method)); DO_APP_FUNC(0x02FF6270, void, RangeSlider_SetHigh_1, (RangeSlider * __this, float input, bool sendCallback, MethodInfo * method)); DO_APP_FUNC(0x02FF6380, void, RangeSlider_OnRectTransformDimensionsChange, (RangeSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF63C0, void, RangeSlider_UpdateVisuals, (RangeSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF6A80, void, RangeSlider_UpdateDrag, (RangeSlider * __this, PointerEventData * eventData, Camera * cam, MethodInfo * method)); DO_APP_FUNC(0x02FF6BC0, float, RangeSlider_CalculateDrag, (RangeSlider * __this, PointerEventData * eventData, Camera * cam, RectTransform * containerRect, Vector2 offset, MethodInfo * method)); DO_APP_FUNC(0x02FF6EE0, void, RangeSlider_CalculateBarDrag, (RangeSlider * __this, PointerEventData * eventData, Camera * cam, MethodInfo * method)); DO_APP_FUNC(0x02FA20A0, bool, RangeSlider_MayDrag, (RangeSlider * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FF72E0, void, RangeSlider_OnPointerDown, (RangeSlider * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FF79F0, void, RangeSlider_OnDrag, (RangeSlider * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FF7A70, void, RangeSlider_OnPointerUp, (RangeSlider * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RangeSlider_OnMove, (RangeSlider * __this, AxisEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FA30F0, void, RangeSlider_OnInitializePotentialDrag, (RangeSlider * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x009B9450, Transform *, RangeSlider_UnityEngine_UI_ICanvasElement_get_transform, (RangeSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF7AB0, void, RangeSlider_RangeSliderEvent__ctor, (RangeSlider_RangeSliderEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF7AF0, RectTransform *, ReorderableList_get_Content, (ReorderableList * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF7C80, Canvas *, ReorderableList_GetCanvas, (ReorderableList * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF7F40, void, ReorderableList_Refresh, (ReorderableList * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF8050, void, ReorderableList_Start, (ReorderableList * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF84C0, void, ReorderableList_TestReOrderableListTarget, (ReorderableList * __this, ReorderableList_ReorderableListEventStruct item, MethodInfo * method)); DO_APP_FUNC(0x02FF85D0, void, ReorderableList__ctor, (ReorderableList * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF8A60, void, ReorderableList_ReorderableListEventStruct_Cancel, (ReorderableList_ReorderableListEventStruct * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF8AC0, void, ReorderableList_ReorderableListHandler__ctor, (ReorderableList_ReorderableListHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF8B50, void, ReorderableListContent_OnEnable, (ReorderableListContent * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF8BD0, void, ReorderableListContent_OnTransformChildrenChanged, (ReorderableListContent * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF8C40, void, ReorderableListContent_Init, (ReorderableListContent * __this, ReorderableList * extList, MethodInfo * method)); DO_APP_FUNC(0x02FF8EB0, IEnumerator *, ReorderableListContent_RefreshChildren, (ReorderableListContent * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ReorderableListContent__ctor, (ReorderableListContent * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ReorderableListContent_RefreshChildren_d_9__ctor, (ReorderableListContent_RefreshChildren_d_9 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReorderableListContent_RefreshChildren_d_9_System_IDisposable_Dispose, (ReorderableListContent_RefreshChildren_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF8F50, bool, ReorderableListContent_RefreshChildren_d_9_MoveNext, (ReorderableListContent_RefreshChildren_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ReorderableListContent_RefreshChildren_d_9_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ReorderableListContent_RefreshChildren_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF9470, void, ReorderableListContent_RefreshChildren_d_9_System_Collections_IEnumerator_Reset, (ReorderableListContent_RefreshChildren_d_9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA288, ReorderableListContent_RefreshChildren_d_9_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ReorderableListContent_RefreshChildren_d_9_System_Collections_IEnumerator_get_Current, (ReorderableListContent_RefreshChildren_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF94C0, void, ReorderableListDebug_Awake, (ReorderableListDebug * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF9780, void, ReorderableListDebug_ElementDropped, (ReorderableListDebug * __this, ReorderableList_ReorderableListEventStruct droppedStruct, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA278, ReorderableListDebug_ElementDropped__MethodInfo); DO_APP_FUNC(0x003AC000, void, ReorderableListDebug__ctor, (ReorderableListDebug * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3A0, bool, ReorderableListElement_get_IsTransferable, (ReorderableListElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02FF9D10, void, ReorderableListElement_set_IsTransferable, (ReorderableListElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02FF9E60, void, ReorderableListElement_OnBeginDrag, (ReorderableListElement * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FFA760, void, ReorderableListElement_OnDrag, (ReorderableListElement * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FFB830, void, ReorderableListElement_displaceElement, (ReorderableListElement * __this, int32_t targetIndex, Transform * displaced, MethodInfo * method)); DO_APP_FUNC(0x02FFC470, void, ReorderableListElement_revertDisplacedElement, (ReorderableListElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02FFCDE0, void, ReorderableListElement_finishDisplacingElement, (ReorderableListElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02FFD0B0, void, ReorderableListElement_OnEndDrag, (ReorderableListElement * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA208, ReorderableListElement_OnEndDrag__MethodInfo); DO_APP_FUNC(0x02FFE110, void, ReorderableListElement_CancelDrag, (ReorderableListElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA1F8, ReorderableListElement_CancelDrag__MethodInfo); DO_APP_FUNC(0x02FFEA90, void, ReorderableListElement_RefreshSizes, (ReorderableListElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02FFEF10, void, ReorderableListElement_Init, (ReorderableListElement * __this, ReorderableList * reorderableList, MethodInfo * method)); DO_APP_FUNC(0x02FFF0C0, void, ReorderableListElement__ctor, (ReorderableListElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02FFF1C0, void, RescaleDragPanel_Awake, (RescaleDragPanel * __this, MethodInfo * method)); DO_APP_FUNC(0x02FFF5D0, void, RescaleDragPanel_OnPointerDown, (RescaleDragPanel * __this, PointerEventData * data, MethodInfo * method)); DO_APP_FUNC(0x02FFF6E0, void, RescaleDragPanel_OnDrag, (RescaleDragPanel * __this, PointerEventData * data, MethodInfo * method)); DO_APP_FUNC(0x02FFFAB0, Vector2, RescaleDragPanel_ClampToWindow, (RescaleDragPanel * __this, PointerEventData * data, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, RescaleDragPanel__ctor, (RescaleDragPanel * __this, MethodInfo * method)); DO_APP_FUNC(0x02FFFBA0, void, RescalePanel_Awake, (RescalePanel * __this, MethodInfo * method)); DO_APP_FUNC(0x02FFFE90, void, RescalePanel_OnPointerDown, (RescalePanel * __this, PointerEventData * data, MethodInfo * method)); DO_APP_FUNC(0x02FFFFA0, void, RescalePanel_OnDrag, (RescalePanel * __this, PointerEventData * data, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, RescalePanel__ctor, (RescalePanel * __this, MethodInfo * method)); DO_APP_FUNC(0x03000380, void, ResizePanel_Awake, (ResizePanel * __this, MethodInfo * method)); DO_APP_FUNC(0x030005C0, void, ResizePanel_OnPointerDown, (ResizePanel * __this, PointerEventData * data, MethodInfo * method)); DO_APP_FUNC(0x030006D0, void, ResizePanel_OnDrag, (ResizePanel * __this, PointerEventData * data, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ResizePanel__ctor, (ResizePanel * __this, MethodInfo * method)); DO_APP_FUNC(0x01165E50, bool, Segment_get_leftmost, (Segment * __this, MethodInfo * method)); DO_APP_FUNC(0x03000960, bool, Segment_get_rightmost, (Segment * __this, MethodInfo * method)); DO_APP_FUNC(0x030009A0, bool, Segment_get_selected, (Segment * __this, MethodInfo * method)); DO_APP_FUNC(0x03000B80, void, Segment_set_selected, (Segment * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x03000B90, Selectable *, Segment_get_button, (Segment * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, Segment__ctor, (Segment * __this, MethodInfo * method)); DO_APP_FUNC(0x03000BD0, void, Segment_Start, (Segment * __this, MethodInfo * method)); DO_APP_FUNC(0x03000C80, IEnumerator *, Segment_DelayedInit, (Segment * __this, MethodInfo * method)); DO_APP_FUNC(0x03000D20, void, Segment_OnPointerClick, (Segment * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03000D50, void, Segment_OnPointerEnter, (Segment * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03000D50, void, Segment_OnPointerExit, (Segment * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03000D50, void, Segment_OnPointerDown, (Segment * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03000D50, void, Segment_OnPointerUp, (Segment * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03000D50, void, Segment_OnSelect, (Segment * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03000D50, void, Segment_OnDeselect, (Segment * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03000D60, void, Segment_OnEnable, (Segment * __this, MethodInfo * method)); DO_APP_FUNC(0x03000DD0, void, Segment_OnSubmit, (Segment * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03000DE0, void, Segment_SetSelected, (Segment * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x03001370, void, Segment_Deselect, (Segment * __this, MethodInfo * method)); DO_APP_FUNC(0x03001430, void, Segment_MaintainSelection, (Segment * __this, MethodInfo * method)); DO_APP_FUNC(0x03001600, void, Segment_TransitionButton, (Segment * __this, MethodInfo * method)); DO_APP_FUNC(0x03001610, void, Segment_TransitionButton_1, (Segment * __this, bool instant, MethodInfo * method)); DO_APP_FUNC(0x03002020, void, Segment_StartColorTween, (Segment * __this, Color targetColor, bool instant, MethodInfo * method)); DO_APP_FUNC(0x03002290, void, Segment_ChangeTextColor, (Segment * __this, Color targetColor, MethodInfo * method)); DO_APP_FUNC(0x03002340, void, Segment_DoSpriteSwap, (Segment * __this, Sprite * newSprite, MethodInfo * method)); DO_APP_FUNC(0x030024F0, void, Segment_TriggerAnimation, (Segment * __this, String * triggername, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Segment_DelayedInit_d_14__ctor, (Segment_DelayedInit_d_14 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Segment_DelayedInit_d_14_System_IDisposable_Dispose, (Segment_DelayedInit_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x030029A0, bool, Segment_DelayedInit_d_14_MoveNext, (Segment_DelayedInit_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Segment_DelayedInit_d_14_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Segment_DelayedInit_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x03002B40, void, Segment_DelayedInit_d_14_System_Collections_IEnumerator_Reset, (Segment_DelayedInit_d_14 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA190, Segment_DelayedInit_d_14_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Segment_DelayedInit_d_14_System_Collections_IEnumerator_get_Current, (Segment_DelayedInit_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x03002B90, float, SegmentedControl_get_SeparatorWidth, (SegmentedControl * __this, MethodInfo * method)); DO_APP_FUNC(0x03002D10, Selectable__Array *, SegmentedControl_get_segments, (SegmentedControl * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Graphic *, SegmentedControl_get_separator, (SegmentedControl * __this, MethodInfo * method)); DO_APP_FUNC(0x03002D90, void, SegmentedControl_set_separator, (SegmentedControl * __this, Graphic * value, MethodInfo * method)); DO_APP_FUNC(0x0041F540, bool, SegmentedControl_get_allowSwitchingOff, (SegmentedControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F550, void, SegmentedControl_set_allowSwitchingOff, (SegmentedControl * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x03002E00, int32_t, SegmentedControl_get_selectedSegmentIndex, (SegmentedControl * __this, MethodInfo * method)); DO_APP_FUNC(0x03002EC0, void, SegmentedControl_set_selectedSegmentIndex, (SegmentedControl * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, SegmentedControl_SegmentSelectedEvent *, SegmentedControl_get_onValueChanged, (SegmentedControl * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, SegmentedControl_set_onValueChanged, (SegmentedControl * __this, SegmentedControl_SegmentSelectedEvent * value, MethodInfo * method)); DO_APP_FUNC(0x03003140, void, SegmentedControl__ctor, (SegmentedControl * __this, MethodInfo * method)); DO_APP_FUNC(0x03003250, void, SegmentedControl_Start, (SegmentedControl * __this, MethodInfo * method)); DO_APP_FUNC(0x030032C0, void, SegmentedControl_OnEnable, (SegmentedControl * __this, MethodInfo * method)); DO_APP_FUNC(0x030032F0, IEnumerator *, SegmentedControl_DelayedInit, (SegmentedControl * __this, MethodInfo * method)); DO_APP_FUNC(0x03003390, Selectable__Array *, SegmentedControl_GetChildSegments, (SegmentedControl * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA100, SegmentedControl_GetChildSegments__MethodInfo); DO_APP_FUNC(0x030035A0, void, SegmentedControl_RecreateSprites, (SegmentedControl * __this, MethodInfo * method)); DO_APP_FUNC(0x03003980, Sprite *, SegmentedControl_CutSprite, (Sprite * sprite, bool leftmost, bool rightmost, MethodInfo * method)); DO_APP_FUNC(0x03003D60, void, SegmentedControl_LayoutSegments, (SegmentedControl * __this, MethodInfo * method)); DO_APP_FUNC(0x03004730, void, SegmentedControl_SegmentSelectedEvent__ctor, (SegmentedControl_SegmentSelectedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SegmentedControl_DelayedInit_d_27__ctor, (SegmentedControl_DelayedInit_d_27 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SegmentedControl_DelayedInit_d_27_System_IDisposable_Dispose, (SegmentedControl_DelayedInit_d_27 * __this, MethodInfo * method)); DO_APP_FUNC(0x03004770, bool, SegmentedControl_DelayedInit_d_27_MoveNext, (SegmentedControl_DelayedInit_d_27 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SegmentedControl_DelayedInit_d_27_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SegmentedControl_DelayedInit_d_27 * __this, MethodInfo * method)); DO_APP_FUNC(0x03004830, void, SegmentedControl_DelayedInit_d_27_System_Collections_IEnumerator_Reset, (SegmentedControl_DelayedInit_d_27 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA138, SegmentedControl_DelayedInit_d_27_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SegmentedControl_DelayedInit_d_27_System_Collections_IEnumerator_get_Current, (SegmentedControl_DelayedInit_d_27 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, ExampleSelectable_get_selected, (ExampleSelectable * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, ExampleSelectable_set_selected, (ExampleSelectable * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF3A0, bool, ExampleSelectable_get_preSelected, (ExampleSelectable * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3B0, void, ExampleSelectable_set_preSelected, (ExampleSelectable * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x03004880, void, ExampleSelectable_Start, (ExampleSelectable * __this, MethodInfo * method)); DO_APP_FUNC(0x03004AE0, void, ExampleSelectable_Update, (ExampleSelectable * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ExampleSelectable__ctor, (ExampleSelectable * __this, MethodInfo * method)); DO_APP_FUNC(0x009B9450, Transform *, ExampleSelectable_UnityEngine_UI_Extensions_IBoxSelectable_get_transform, (ExampleSelectable * __this, MethodInfo * method)); DO_APP_FUNC(0x03004D80, void, SelectionBox_ValidateCanvas, (SelectionBox * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBC28, SelectionBox_ValidateCanvas__MethodInfo); DO_APP_FUNC(0x03005040, void, SelectionBox_SetSelectableGroup, (SelectionBox * __this, IEnumerable_1_UnityEngine_MonoBehaviour_ * behaviourCollection, MethodInfo * method)); DO_APP_FUNC(0x03005390, void, SelectionBox_CreateBoxRect, (SelectionBox * __this, MethodInfo * method)); DO_APP_FUNC(0x030055A0, void, SelectionBox_ResetBoxRect, (SelectionBox * __this, MethodInfo * method)); DO_APP_FUNC(0x03005A10, void, SelectionBox_BeginSelection, (SelectionBox * __this, MethodInfo * method)); DO_APP_FUNC(0x03005E60, bool, SelectionBox_PointIsValidAgainstSelectionMask, (SelectionBox * __this, Vector2 screenPoint, MethodInfo * method)); DO_APP_FUNC(0x03005F30, IBoxSelectable *, SelectionBox_GetSelectableAtMousePosition, (SelectionBox * __this, MethodInfo * method)); DO_APP_FUNC(0x03006320, void, SelectionBox_DragSelection, (SelectionBox * __this, MethodInfo * method)); DO_APP_FUNC(0x030066C0, void, SelectionBox_ApplySingleClickDeselection, (SelectionBox * __this, MethodInfo * method)); DO_APP_FUNC(0x03006900, void, SelectionBox_ApplyPreSelections, (SelectionBox * __this, MethodInfo * method)); DO_APP_FUNC(0x03006A50, Vector2, SelectionBox_GetScreenPointOfSelectable, (SelectionBox * __this, IBoxSelectable * selectable, MethodInfo * method)); DO_APP_FUNC(0x03006DE0, Camera *, SelectionBox_GetScreenPointCamera, (SelectionBox * __this, RectTransform * rectTransform, MethodInfo * method)); DO_APP_FUNC(0x03007150, IBoxSelectable__Array *, SelectionBox_GetAllSelected, (SelectionBox * __this, MethodInfo * method)); DO_APP_FUNC(0x03007330, void, SelectionBox_EndSelection, (SelectionBox * __this, MethodInfo * method)); DO_APP_FUNC(0x03007630, void, SelectionBox_Start, (SelectionBox * __this, MethodInfo * method)); DO_APP_FUNC(0x03007660, void, SelectionBox_Update, (SelectionBox * __this, MethodInfo * method)); DO_APP_FUNC(0x03007690, void, SelectionBox__ctor, (SelectionBox * __this, MethodInfo * method)); DO_APP_FUNC(0x03007810, void, SelectionBox_SelectionEvent__ctor, (SelectionBox_SelectionEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x030078A0, float, Stepper_get_separatorWidth, (Stepper * __this, MethodInfo * method)); DO_APP_FUNC(0x03007A20, Selectable__Array *, Stepper_get_sides, (Stepper * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, Stepper_get_value, (Stepper * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, Stepper_set_value, (Stepper * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, Stepper_get_minimum, (Stepper * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, Stepper_set_minimum, (Stepper * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, Stepper_get_maximum, (Stepper * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, Stepper_set_maximum, (Stepper * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, int32_t, Stepper_get_step, (Stepper * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD10, void, Stepper_set_step, (Stepper * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, Stepper_get_wrap, (Stepper * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88980, void, Stepper_set_wrap, (Stepper * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Graphic *, Stepper_get_separator, (Stepper * __this, MethodInfo * method)); DO_APP_FUNC(0x03007BE0, void, Stepper_set_separator, (Stepper * __this, Graphic * value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Stepper_StepperValueChangedEvent *, Stepper_get_onValueChanged, (Stepper * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, Stepper_set_onValueChanged, (Stepper * __this, Stepper_StepperValueChangedEvent * value, MethodInfo * method)); DO_APP_FUNC(0x03007C60, void, Stepper__ctor, (Stepper * __this, MethodInfo * method)); DO_APP_FUNC(0x03007D80, void, Stepper_Start, (Stepper * __this, MethodInfo * method)); DO_APP_FUNC(0x03007DF0, void, Stepper_OnEnable, (Stepper * __this, MethodInfo * method)); DO_APP_FUNC(0x03007E20, IEnumerator *, Stepper_DelayedInit, (Stepper * __this, MethodInfo * method)); DO_APP_FUNC(0x03007EC0, Selectable__Array *, Stepper_GetSides, (Stepper * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBBC0, Stepper_GetSides__MethodInfo); DO_APP_FUNC(0x03008000, void, Stepper_StepUp, (Stepper * __this, MethodInfo * method)); DO_APP_FUNC(0x03008010, void, Stepper_StepDown, (Stepper * __this, MethodInfo * method)); DO_APP_FUNC(0x03008020, void, Stepper_Step, (Stepper * __this, int32_t amount, MethodInfo * method)); DO_APP_FUNC(0x03008100, void, Stepper_DisableAtExtremes, (Stepper * __this, Selectable__Array * sides, MethodInfo * method)); DO_APP_FUNC(0x03008190, void, Stepper_RecreateSprites, (Stepper * __this, Selectable__Array * sides, MethodInfo * method)); DO_APP_FUNC(0x03008430, Sprite *, Stepper_CutSprite, (Sprite * sprite, bool leftmost, MethodInfo * method)); DO_APP_FUNC(0x030087E0, void, Stepper_LayoutSides, (Stepper * __this, Selectable__Array * sides, MethodInfo * method)); DO_APP_FUNC(0x03009210, void, Stepper_StepperValueChangedEvent__ctor, (Stepper_StepperValueChangedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Stepper_DelayedInit_d_38__ctor, (Stepper_DelayedInit_d_38 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Stepper_DelayedInit_d_38_System_IDisposable_Dispose, (Stepper_DelayedInit_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x03009250, bool, Stepper_DelayedInit_d_38_MoveNext, (Stepper_DelayedInit_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Stepper_DelayedInit_d_38_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Stepper_DelayedInit_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x03009310, void, Stepper_DelayedInit_d_38_System_Collections_IEnumerator_Reset, (Stepper_DelayedInit_d_38 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBB18, Stepper_DelayedInit_d_38_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Stepper_DelayedInit_d_38_System_Collections_IEnumerator_get_Current, (Stepper_DelayedInit_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x03009360, Selectable *, StepperSide_get_button, (StepperSide * __this, MethodInfo * method)); DO_APP_FUNC(0x030093A0, Stepper *, StepperSide_get_stepper, (StepperSide * __this, MethodInfo * method)); DO_APP_FUNC(0x030093E0, bool, StepperSide_get_leftmost, (StepperSide * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, StepperSide__ctor, (StepperSide * __this, MethodInfo * method)); DO_APP_FUNC(0x03009610, void, StepperSide_OnPointerClick, (StepperSide * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03009650, void, StepperSide_OnSubmit, (StepperSide * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03009680, void, StepperSide_OnPointerEnter, (StepperSide * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03009690, void, StepperSide_OnPointerExit, (StepperSide * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03009680, void, StepperSide_OnPointerDown, (StepperSide * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03009680, void, StepperSide_OnPointerUp, (StepperSide * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03009680, void, StepperSide_OnSelect, (StepperSide * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03009690, void, StepperSide_OnDeselect, (StepperSide * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x030096A0, void, StepperSide_Press, (StepperSide * __this, MethodInfo * method)); DO_APP_FUNC(0x03009800, void, StepperSide_AdjustSprite, (StepperSide * __this, bool restore, MethodInfo * method)); DO_APP_FUNC(0x004FC820, TextPic_HrefClickEvent *, TextPic_get_onHrefClick, (TextPic * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC830, void, TextPic_set_onHrefClick, (TextPic * __this, TextPic_HrefClickEvent * value, MethodInfo * method)); DO_APP_FUNC(0x03009A70, bool, TextPic_get_Selected, (TextPic * __this, MethodInfo * method)); DO_APP_FUNC(0x03009A80, void, TextPic_set_Selected, (TextPic * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x03009A90, void, TextPic_ResetIconList, (TextPic * __this, MethodInfo * method)); DO_APP_FUNC(0x03009AA0, void, TextPic_UpdateQuadImage, (TextPic * __this, MethodInfo * method)); DO_APP_FUNC(0x0300A9C0, void, TextPic_Reset_m_HrefInfos, (TextPic * __this, MethodInfo * method)); DO_APP_FUNC(0x0300AAA0, String *, TextPic_GetOutputText, (TextPic * __this, MethodInfo * method)); DO_APP_FUNC(0x0300C850, void, TextPic_OnHrefClick, (TextPic * __this, String * hrefName, MethodInfo * method)); DO_APP_FUNC(0x0300C8A0, void, TextPic_OnPopulateMesh, (TextPic * __this, VertexHelper * toFill, MethodInfo * method)); DO_APP_FUNC(0x0300D2D0, void, TextPic_OnPointerClick, (TextPic * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0300D560, void, TextPic_OnPointerEnter, (TextPic * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0300D7E0, void, TextPic_OnPointerExit, (TextPic * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0300DAC0, void, TextPic_OnSelect, (TextPic * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0300DD40, void, TextPic_OnDeselect, (TextPic * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0300DFC0, void, TextPic_SetVerticesDirty, (TextPic * __this, MethodInfo * method)); DO_APP_FUNC(0x0300E050, void, TextPic_OnEnable, (TextPic * __this, MethodInfo * method)); DO_APP_FUNC(0x0300E5C0, void, TextPic_OnDisable, (TextPic * __this, MethodInfo * method)); DO_APP_FUNC(0x0300E870, void, TextPic_Start, (TextPic * __this, MethodInfo * method)); DO_APP_FUNC(0x0300E910, void, TextPic_LateUpdate, (TextPic * __this, MethodInfo * method)); DO_APP_FUNC(0x0300EBF0, void, TextPic__ctor, (TextPic * __this, MethodInfo * method)); DO_APP_FUNC(0x0300F210, void, TextPic__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0300F510, void, TextPic_HrefClickEvent__ctor, (TextPic_HrefClickEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x0300F550, void, TextPic_HrefInfo__ctor, (TextPic_HrefInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0300F6D0, void, TextPic_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextPic_c__ctor, (TextPic_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0300F780, bool, TextPic_c__UpdateQuadImage_b__48_0, (TextPic_c * __this, Image * image, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBB40, TextPic_c__UpdateQuadImage_b__48_0__MethodInfo); DO_APP_FUNC(0x0300F880, void, UI_Knob_Awake, (UI_Knob * __this, MethodInfo * method)); DO_APP_FUNC(0x0300F970, void, UI_Knob_Start, (UI_Knob * __this, MethodInfo * method)); DO_APP_FUNC(0x0300F980, void, UI_Knob_CheckForParentTouchMask, (UI_Knob * __this, MethodInfo * method)); DO_APP_FUNC(0x0300FEF0, void, UI_Knob_OnPointerUp, (UI_Knob * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0300FF00, void, UI_Knob_OnPointerEnter, (UI_Knob * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0300FEF0, void, UI_Knob_OnPointerExit, (UI_Knob * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0300FF10, void, UI_Knob_OnPointerDown, (UI_Knob * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03010290, void, UI_Knob_OnDrag, (UI_Knob * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03010A70, void, UI_Knob_UpdateKnobValue, (UI_Knob * __this, MethodInfo * method)); DO_APP_FUNC(0x03010D10, void, UI_Knob_SetKnobValue, (UI_Knob * __this, float value, int32_t loops, MethodInfo * method)); DO_APP_FUNC(0x03010F60, void, UI_Knob_SnapToPositionValue, (UI_Knob * __this, float * knobValue, MethodInfo * method)); DO_APP_FUNC(0x03010FB0, void, UI_Knob_InvokeEvents, (UI_Knob * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02FA30F0, void, UI_Knob_OnInitializePotentialDrag, (UI_Knob * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03011030, void, UI_Knob__ctor, (UI_Knob * __this, MethodInfo * method)); DO_APP_FUNC(0x030110A0, void, UI_Knob__CheckForParentTouchMask_b__21_0, (UI_Knob * __this, BaseEventData * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBAB0, UI_Knob__CheckForParentTouchMask_b__21_0__MethodInfo); DO_APP_FUNC(0x03011130, void, UI_Knob__CheckForParentTouchMask_b__21_1, (UI_Knob * __this, BaseEventData * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBA98, UI_Knob__CheckForParentTouchMask_b__21_1__MethodInfo); DO_APP_FUNC(0x030111C0, void, UI_Knob__CheckForParentTouchMask_b__21_2, (UI_Knob * __this, BaseEventData * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBAA0, UI_Knob__CheckForParentTouchMask_b__21_2__MethodInfo); DO_APP_FUNC(0x03011250, void, UI_Knob__CheckForParentTouchMask_b__21_3, (UI_Knob * __this, BaseEventData * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBA88, UI_Knob__CheckForParentTouchMask_b__21_3__MethodInfo); DO_APP_FUNC(0x030112E0, void, UI_Knob__CheckForParentTouchMask_b__21_4, (UI_Knob * __this, BaseEventData * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBA90, UI_Knob__CheckForParentTouchMask_b__21_4__MethodInfo); DO_APP_FUNC(0x03011370, void, KnobFloatValueEvent__ctor, (KnobFloatValueEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02FBBAB0, void, BestFitOutline__ctor, (BestFitOutline * __this, MethodInfo * method)); DO_APP_FUNC(0x030113B0, void, BestFitOutline_ModifyMesh, (BestFitOutline * __this, Mesh * mesh, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Vector3__Array *, CUIBezierCurve_get_ControlPoints, (CUIBezierCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x03011850, void, CUIBezierCurve_Refresh, (CUIBezierCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x03011870, Vector3, CUIBezierCurve_GetPoint, (CUIBezierCurve * __this, float _time, MethodInfo * method)); DO_APP_FUNC(0x03011A00, Vector3, CUIBezierCurve_GetTangent, (CUIBezierCurve * __this, float _time, MethodInfo * method)); DO_APP_FUNC(0x03011BB0, void, CUIBezierCurve_ReportSet, (CUIBezierCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, CUIBezierCurve__ctor, (CUIBezierCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x03011D40, void, CUIBezierCurve__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, CUIGraphic_get_IsCurved, (CUIGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x00667070, bool, CUIGraphic_get_IsLockWithRatio, (CUIGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, RectTransform *, CUIGraphic_get_RectTrans, (CUIGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Graphic *, CUIGraphic_get_UIGraphic, (CUIGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, CUIGraphic *, CUIGraphic_get_RefCUIGraphic, (CUIGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, CUIBezierCurve__Array *, CUIGraphic_get_RefCurves, (CUIGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Vector3_Array2D__Array *, CUIGraphic_get_RefCurvesControlRatioPoints, (CUIGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x03011D80, void, CUIGraphic_solveDoubleEquationWithVector, (CUIGraphic * __this, float _x_1, float _y_1, float _x_2, float _y_2, Vector3 _constant_1, Vector3 _contant_2, Vector3 * _x, Vector3 * _y, MethodInfo * method)); DO_APP_FUNC(0x03012060, UIVertex, CUIGraphic_uiVertexLerp, (CUIGraphic * __this, UIVertex _a, UIVertex _b, float _time, MethodInfo * method)); DO_APP_FUNC(0x03012480, UIVertex, CUIGraphic_uiVertexBerp, (CUIGraphic * __this, UIVertex v_bottomLeft, UIVertex v_topLeft, UIVertex v_topRight, UIVertex v_bottomRight, float _xTime, float _yTime, MethodInfo * method)); DO_APP_FUNC(0x03012790, void, CUIGraphic_tessellateQuad, (CUIGraphic * __this, List_1_UnityEngine_UIVertex_ * _quads, int32_t _thisQuadIdx, MethodInfo * method)); DO_APP_FUNC(0x03013630, void, CUIGraphic_tessellateGraphic, (CUIGraphic * __this, List_1_UnityEngine_UIVertex_ * _verts, MethodInfo * method)); DO_APP_FUNC(0x03014310, void, CUIGraphic_OnRectTransformDimensionsChange, (CUIGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x03014320, void, CUIGraphic_Refresh, (CUIGraphic * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB9F8, CUIGraphic_Refresh__MethodInfo); DO_APP_FUNC(0x01358D70, void, CUIGraphic_Awake, (CUIGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x030147E0, void, CUIGraphic_OnEnable, (CUIGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x03014810, void, CUIGraphic_ReportSet, (CUIGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x03015190, void, CUIGraphic_FixTextToRectTrans, (CUIGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x03015600, void, CUIGraphic_ReferenceCUIForBCurves, (CUIGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x030165D0, void, CUIGraphic_ModifyMesh, (CUIGraphic * __this, Mesh * _mesh, MethodInfo * method)); DO_APP_FUNC(0x03016710, void, CUIGraphic_ModifyMesh_1, (CUIGraphic * __this, VertexHelper * _vh, MethodInfo * method)); DO_APP_FUNC(0x030167F0, void, CUIGraphic_modifyVertices, (CUIGraphic * __this, List_1_UnityEngine_UIVertex_ * _verts, MethodInfo * method)); DO_APP_FUNC(0x03016D00, void, CUIGraphic_UpdateCurveControlPointPositions, (CUIGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x03017050, Vector3, CUIGraphic_GetBCurveSandwichSpacePoint, (CUIGraphic * __this, float _xTime, float _yTime, MethodInfo * method)); DO_APP_FUNC(0x03017190, Vector3, CUIGraphic_GetBCurveSandwichSpaceTangent, (CUIGraphic * __this, float _xTime, float _yTime, MethodInfo * method)); DO_APP_FUNC(0x030172D0, void, CUIGraphic__ctor, (CUIGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x030173D0, void, CUIGraphic__cctor, (MethodInfo * method)); DO_APP_FUNC(0x03017430, int32_t, CUIImage_ImageTypeCornerRefVertexIdx, (Image_Type__Enum _type, MethodInfo * method)); DO_APP_FUNC(0x028A5EE0, Vector2, CUIImage_get_OriCornerPosRatio, (CUIImage * __this, MethodInfo * method)); DO_APP_FUNC(0x030174C0, Image *, CUIImage_get_UIImage, (CUIImage * __this, MethodInfo * method)); DO_APP_FUNC(0x03017540, void, CUIImage_ReportSet, (CUIImage * __this, MethodInfo * method)); DO_APP_FUNC(0x030176C0, void, CUIImage_modifyVertices, (CUIImage * __this, List_1_UnityEngine_UIVertex_ * _verts, MethodInfo * method)); DO_APP_FUNC(0x030183F0, void, CUIImage__ctor, (CUIImage * __this, MethodInfo * method)); DO_APP_FUNC(0x030184F0, void, CUIImage__cctor, (MethodInfo * method)); DO_APP_FUNC(0x03018550, Vector3, Vector3_Array2D_get_Item, (Vector3_Array2D * __this, int32_t _idx, MethodInfo * method)); DO_APP_FUNC(0x030185A0, void, Vector3_Array2D_set_Item, (Vector3_Array2D * __this, int32_t _idx, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x030185E0, void, CUIText_ReportSet, (CUIText * __this, MethodInfo * method)); DO_APP_FUNC(0x03018760, void, CUIText__ctor, (CUIText * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, AnimationCurve *, CurvedText_get_CurveForText, (CurvedText * __this, MethodInfo * method)); DO_APP_FUNC(0x030187B0, void, CurvedText_set_CurveForText, (CurvedText * __this, AnimationCurve * value, MethodInfo * method)); DO_APP_FUNC(0x003CB1A0, float, CurvedText_get_CurveMultiplier, (CurvedText * __this, MethodInfo * method)); DO_APP_FUNC(0x03018830, void, CurvedText_set_CurveMultiplier, (CurvedText * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x03018870, void, CurvedText_Awake, (CurvedText * __this, MethodInfo * method)); DO_APP_FUNC(0x03018910, void, CurvedText_OnEnable, (CurvedText * __this, MethodInfo * method)); DO_APP_FUNC(0x030189C0, void, CurvedText_ModifyMesh, (CurvedText * __this, VertexHelper * vh, MethodInfo * method)); DO_APP_FUNC(0x03018C90, void, CurvedText_OnRectTransformDimensionsChange, (CurvedText * __this, MethodInfo * method)); DO_APP_FUNC(0x03018EC0, void, CurvedText__ctor, (CurvedText * __this, MethodInfo * method)); DO_APP_FUNC(0x01358D70, void, CylinderText_Awake, (CylinderText * __this, MethodInfo * method)); DO_APP_FUNC(0x030147E0, void, CylinderText_OnEnable, (CylinderText * __this, MethodInfo * method)); DO_APP_FUNC(0x03018F80, void, CylinderText_ModifyMesh, (CylinderText * __this, VertexHelper * vh, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, CylinderText__ctor, (CylinderText * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, GradientMode__Enum, Gradient_1_get_GradientMode, (Gradient_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x030191C0, void, Gradient_1_set_GradientMode, (Gradient_1 * __this, GradientMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, GradientDir__Enum, Gradient_1_get_GradientDir, (Gradient_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x03019200, void, Gradient_1_set_GradientDir, (Gradient_1 * __this, GradientDir__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, Gradient_1_get_OverwriteAllColor, (Gradient_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x03019240, void, Gradient_1_set_OverwriteAllColor, (Gradient_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02AC0110, Color, Gradient_1_get_Vertex1, (Gradient_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x03019280, void, Gradient_1_set_Vertex1, (Gradient_1 * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x028A4160, Color, Gradient_1_get_Vertex2, (Gradient_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x030192C0, void, Gradient_1_set_Vertex2, (Gradient_1 * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x03019300, void, Gradient_1_Awake, (Gradient_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x03019390, void, Gradient_1_ModifyMesh, (Gradient_1 * __this, VertexHelper * vh, MethodInfo * method)); DO_APP_FUNC(0x03019FF0, bool, Gradient_1_CompareCarefully, (Gradient_1 * __this, Color col1, Color col2, MethodInfo * method)); DO_APP_FUNC(0x0301A050, void, Gradient_1__ctor, (Gradient_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, Gradient2_Blend__Enum, Gradient2_get_BlendMode, (Gradient2 * __this, MethodInfo * method)); DO_APP_FUNC(0x03019200, void, Gradient2_set_BlendMode, (Gradient2 * __this, Gradient2_Blend__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Gradient *, Gradient2_get_EffectGradient, (Gradient2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0301A0C0, void, Gradient2_set_EffectGradient, (Gradient2 * __this, Gradient * value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, Gradient2_Type__Enum, Gradient2_get_GradientType, (Gradient2 * __this, MethodInfo * method)); DO_APP_FUNC(0x030191C0, void, Gradient2_set_GradientType, (Gradient2 * __this, Gradient2_Type__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, Gradient2_get_ModifyVertices, (Gradient2 * __this, MethodInfo * method)); DO_APP_FUNC(0x03019240, void, Gradient2_set_ModifyVertices, (Gradient2 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB0F0, float, Gradient2_get_Offset, (Gradient2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0301A140, void, Gradient2_set_Offset, (Gradient2 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, Gradient2_get_Zoom, (Gradient2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0301A190, void, Gradient2_set_Zoom, (Gradient2 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0301A1E0, void, Gradient2_ModifyMesh, (Gradient2 * __this, VertexHelper * helper, MethodInfo * method)); DO_APP_FUNC(0x0301BF70, Rect, Gradient2_GetBounds, (Gradient2 * __this, List_1_UnityEngine_UIVertex_ * vertices, MethodInfo * method)); DO_APP_FUNC(0x0301C110, void, Gradient2_SplitTrianglesAtGradientStops, (Gradient2 * __this, List_1_UnityEngine_UIVertex_ * _vertexList, Rect bounds, float zoomOffset, VertexHelper * helper, MethodInfo * method)); DO_APP_FUNC(0x0301DC20, Single__Array *, Gradient2_GetPositions, (Gradient2 * __this, List_1_UnityEngine_UIVertex_ * _vertexList, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0301DE30, List_1_System_Single_ *, Gradient2_FindStops, (Gradient2 * __this, float zoomOffset, Rect bounds, MethodInfo * method)); DO_APP_FUNC(0x0301E210, UIVertex, Gradient2_CreateSplitVertex, (Gradient2 * __this, UIVertex vertex1, UIVertex vertex2, float stop, MethodInfo * method)); DO_APP_FUNC(0x0301E5A0, Color, Gradient2_BlendColor, (Gradient2 * __this, Color colorA, Color colorB, MethodInfo * method)); DO_APP_FUNC(0x0301E690, void, Gradient2__ctor, (Gradient2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0301E8F0, void, Gradient2_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Gradient2_c__ctor, (Gradient2_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0301E9A0, float, Gradient2_c__ModifyMesh_b__24_0, (Gradient2_c * __this, UIVertex v, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB9C0, Gradient2_c__ModifyMesh_b__24_0__MethodInfo); DO_APP_FUNC(0x0301E9B0, float, Gradient2_c__ModifyMesh_b__24_1, (Gradient2_c * __this, UIVertex v, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB9C8, Gradient2_c__ModifyMesh_b__24_1__MethodInfo); DO_APP_FUNC(0x003AC000, void, LetterSpacing__ctor, (LetterSpacing * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, LetterSpacing_get_spacing, (LetterSpacing * __this, MethodInfo * method)); DO_APP_FUNC(0x0301E9C0, void, LetterSpacing_set_spacing, (LetterSpacing * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0301EB10, void, LetterSpacing_ModifyMesh, (LetterSpacing * __this, VertexHelper * vh, MethodInfo * method)); DO_APP_FUNC(0x0301FAF0, void, MonoSpacing__ctor, (MonoSpacing * __this, MethodInfo * method)); DO_APP_FUNC(0x0301FB40, void, MonoSpacing_Awake, (MonoSpacing * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, MonoSpacing_get_Spacing, (MonoSpacing * __this, MethodInfo * method)); DO_APP_FUNC(0x0301FDA0, void, MonoSpacing_set_Spacing, (MonoSpacing * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0301FEF0, void, MonoSpacing_ModifyMesh, (MonoSpacing * __this, VertexHelper * vh, MethodInfo * method)); DO_APP_FUNC(0x01097D80, Color, NicerOutline_get_effectColor, (NicerOutline * __this, MethodInfo * method)); DO_APP_FUNC(0x03020E40, void, NicerOutline_set_effectColor, (NicerOutline * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x02FBC090, Vector2, NicerOutline_get_effectDistance, (NicerOutline * __this, MethodInfo * method)); DO_APP_FUNC(0x03020F80, void, NicerOutline_set_effectDistance, (NicerOutline * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, NicerOutline_get_useGraphicAlpha, (NicerOutline * __this, MethodInfo * method)); DO_APP_FUNC(0x03021170, void, NicerOutline_set_useGraphicAlpha, (NicerOutline * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x030212B0, void, NicerOutline_ApplyShadowZeroAlloc, (NicerOutline * __this, List_1_UnityEngine_UIVertex_ * verts, Color32 color, int32_t start, int32_t end, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x030216C0, void, NicerOutline_ApplyShadow, (NicerOutline * __this, List_1_UnityEngine_UIVertex_ * verts, Color32 color, int32_t start, int32_t end, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x03021790, void, NicerOutline_ModifyMesh, (NicerOutline * __this, VertexHelper * vh, MethodInfo * method)); DO_APP_FUNC(0x03022050, void, NicerOutline__ctor, (NicerOutline * __this, MethodInfo * method)); DO_APP_FUNC(0x03022160, void, RaycastMask_Start, (RaycastMask * __this, MethodInfo * method)); DO_APP_FUNC(0x030221F0, bool, RaycastMask_IsRaycastLocationValid, (RaycastMask * __this, Vector2 sp, Camera * eventCamera, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, RaycastMask__ctor, (RaycastMask * __this, MethodInfo * method)); DO_APP_FUNC(0x03022880, void, UIAdditiveEffect_Start, (UIAdditiveEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x03022890, void, UIAdditiveEffect_SetMaterial, (UIAdditiveEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x03022880, void, UIAdditiveEffect_OnValidate, (UIAdditiveEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, UIAdditiveEffect__ctor, (UIAdditiveEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x03022C70, void, UIImageCrop_Start, (UIImageCrop * __this, MethodInfo * method)); DO_APP_FUNC(0x03022C80, void, UIImageCrop_SetMaterial, (UIImageCrop * __this, MethodInfo * method)); DO_APP_FUNC(0x030231C0, void, UIImageCrop_OnValidate, (UIImageCrop * __this, MethodInfo * method)); DO_APP_FUNC(0x03023300, void, UIImageCrop_SetXCrop, (UIImageCrop * __this, float xcrop, MethodInfo * method)); DO_APP_FUNC(0x030233A0, void, UIImageCrop_SetYCrop, (UIImageCrop * __this, float ycrop, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, UIImageCrop__ctor, (UIImageCrop * __this, MethodInfo * method)); DO_APP_FUNC(0x03023440, void, UILinearDodgeEffect_Start, (UILinearDodgeEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x03023450, void, UILinearDodgeEffect_SetMaterial, (UILinearDodgeEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x03023440, void, UILinearDodgeEffect_OnValidate, (UILinearDodgeEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, UILinearDodgeEffect__ctor, (UILinearDodgeEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x03023830, void, UIMultiplyEffect_Start, (UIMultiplyEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x03023840, void, UIMultiplyEffect_SetMaterial, (UIMultiplyEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x03023830, void, UIMultiplyEffect_OnValidate, (UIMultiplyEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, UIMultiplyEffect__ctor, (UIMultiplyEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x03023C20, void, UIScreenEffect_Start, (UIScreenEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x03023C30, void, UIScreenEffect_SetMaterial, (UIScreenEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x03023C20, void, UIScreenEffect_OnValidate, (UIScreenEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, UIScreenEffect__ctor, (UIScreenEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x03024010, void, UISoftAdditiveEffect_Start, (UISoftAdditiveEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x03024020, void, UISoftAdditiveEffect_SetMaterial, (UISoftAdditiveEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x03024010, void, UISoftAdditiveEffect_OnValidate, (UISoftAdditiveEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, UISoftAdditiveEffect__ctor, (UISoftAdditiveEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x0070EAD0, float, ShineEffect_get_Yoffset, (ShineEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x03024400, void, ShineEffect_set_Yoffset, (ShineEffect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0070EAF0, float, ShineEffect_get_Width, (ShineEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x03024440, void, ShineEffect_set_Width, (ShineEffect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x03024480, void, ShineEffect_OnPopulateMesh, (ShineEffect * __this, VertexHelper * vh, MethodInfo * method)); DO_APP_FUNC(0x03024990, void, ShineEffect_Triangulate, (ShineEffect * __this, VertexHelper * vh, MethodInfo * method)); DO_APP_FUNC(0x03024AD0, void, ShineEffect__ctor, (ShineEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB1A0, float, ShineEffector_get_YOffset, (ShineEffector * __this, MethodInfo * method)); DO_APP_FUNC(0x03024AF0, void, ShineEffector_set_YOffset, (ShineEffector * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x03024C10, void, ShineEffector_OnEnable, (ShineEffector * __this, MethodInfo * method)); DO_APP_FUNC(0x03025B40, void, ShineEffector_OnValidate, (ShineEffector * __this, MethodInfo * method)); DO_APP_FUNC(0x03025CA0, void, ShineEffector_ChangeVal, (ShineEffector * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x03025DD0, void, ShineEffector_OnDestroy, (ShineEffector * __this, MethodInfo * method)); DO_APP_FUNC(0x03025E80, void, ShineEffector__ctor, (ShineEffector * __this, MethodInfo * method)); DO_APP_FUNC(0x03025EE0, void, SoftMaskScript_Start, (SoftMaskScript * __this, MethodInfo * method)); DO_APP_FUNC(0x03026970, void, SoftMaskScript_Update, (SoftMaskScript * __this, MethodInfo * method)); DO_APP_FUNC(0x03026A80, void, SoftMaskScript_SetMask, (SoftMaskScript * __this, MethodInfo * method)); DO_APP_FUNC(0x03026C80, Rect, SoftMaskScript_GetCanvasRect, (SoftMaskScript * __this, MethodInfo * method)); DO_APP_FUNC(0x03026F40, void, SoftMaskScript__ctor, (SoftMaskScript * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, UIFlippable_get_horizontal, (UIFlippable * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, UIFlippable_set_horizontal, (UIFlippable * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00667070, bool, UIFlippable_get_vertical, (UIFlippable * __this, MethodInfo * method)); DO_APP_FUNC(0x019C8EE0, void, UIFlippable_set_vertical, (UIFlippable * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x03027100, void, UIFlippable_ModifyMesh, (UIFlippable * __this, VertexHelper * verts, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, UIFlippable__ctor, (UIFlippable * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC900, Texture *, UIParticleSystem_get_mainTexture, (UIParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x03027420, bool, UIParticleSystem_Initialize, (UIParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x03028230, void, UIParticleSystem_Awake, (UIParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x030282A0, void, UIParticleSystem_OnPopulateMesh, (UIParticleSystem * __this, VertexHelper * vh, MethodInfo * method)); DO_APP_FUNC(0x03029710, void, UIParticleSystem_Update, (UIParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x03029DB0, void, UIParticleSystem_LateUpdate, (UIParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x0302A620, void, UIParticleSystem_OnDestroy, (UIParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x0302A6E0, void, UIParticleSystem_StartParticleEmission, (UIParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x0302A7A0, void, UIParticleSystem_StopParticleEmission, (UIParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x0302A810, void, UIParticleSystem_PauseParticleEmission, (UIParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x0302A880, void, UIParticleSystem__ctor, (UIParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x0302A960, void, CardExpanding2D_Start, (CardExpanding2D * __this, MethodInfo * method)); DO_APP_FUNC(0x0302ABC0, void, CardExpanding2D_Update, (CardExpanding2D * __this, MethodInfo * method)); DO_APP_FUNC(0x0302B620, void, CardExpanding2D_ToggleCard, (CardExpanding2D * __this, MethodInfo * method)); DO_APP_FUNC(0x0302B7B0, void, CardExpanding2D__ctor, (CardExpanding2D * __this, MethodInfo * method)); DO_APP_FUNC(0x0302BAA0, void, CardPopup2D_Start, (CardPopup2D * __this, MethodInfo * method)); DO_APP_FUNC(0x0302BC30, void, CardPopup2D_Update, (CardPopup2D * __this, MethodInfo * method)); DO_APP_FUNC(0x00A73BB0, void, CardPopup2D_CardEnter, (CardPopup2D * __this, MethodInfo * method)); DO_APP_FUNC(0x0302C880, void, CardPopup2D_CardFallAway, (CardPopup2D * __this, float fallRotation, MethodInfo * method)); DO_APP_FUNC(0x0302C910, void, CardPopup2D__ctor, (CardPopup2D * __this, MethodInfo * method)); DO_APP_FUNC(0x0302C970, void, CardStack2D_Start, (CardStack2D * __this, MethodInfo * method)); DO_APP_FUNC(0x0302CDC0, void, CardStack2D_Update, (CardStack2D * __this, MethodInfo * method)); DO_APP_FUNC(0x0302D490, IEnumerator *, CardStack2D_ButtonCooldown, (CardStack2D * __this, MethodInfo * method)); DO_APP_FUNC(0x0302D530, void, CardStack2D__ctor, (CardStack2D * __this, MethodInfo * method)); DO_APP_FUNC(0x0302D5B0, void, CardStack2D__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CardStack2D_ButtonCooldown_d_14__ctor, (CardStack2D_ButtonCooldown_d_14 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CardStack2D_ButtonCooldown_d_14_System_IDisposable_Dispose, (CardStack2D_ButtonCooldown_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x0302D5F0, bool, CardStack2D_ButtonCooldown_d_14_MoveNext, (CardStack2D_ButtonCooldown_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CardStack2D_ButtonCooldown_d_14_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CardStack2D_ButtonCooldown_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x0302D750, void, CardStack2D_ButtonCooldown_d_14_System_Collections_IEnumerator_Reset, (CardStack2D_ButtonCooldown_d_14 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC638, CardStack2D_ButtonCooldown_d_14_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CardStack2D_ButtonCooldown_d_14_System_Collections_IEnumerator_get_Current, (CardStack2D_ButtonCooldown_d_14 * __this, MethodInfo * method)); DO_APP_FUNC(0x0302D7A0, void, CardExpanding3D_Start, (CardExpanding3D * __this, MethodInfo * method)); DO_APP_FUNC(0x0302DC10, void, CardExpanding3D_Update, (CardExpanding3D * __this, MethodInfo * method)); DO_APP_FUNC(0x0302EC70, void, CardExpanding3D_ToggleCard, (CardExpanding3D * __this, MethodInfo * method)); DO_APP_FUNC(0x0302FD80, void, CardExpanding3D__ctor, (CardExpanding3D * __this, MethodInfo * method)); DO_APP_FUNC(0x0302FF40, void, MeshCreator_CreateMesh, (MeshCreator * __this, List_1_UnityEngine_Vector2_ * points, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, MeshCreator__ctor, (MeshCreator * __this, MethodInfo * method)); DO_APP_FUNC(0x03030360, void, SuperellipsePoints_Start, (SuperellipsePoints * __this, MethodInfo * method)); DO_APP_FUNC(0x03030430, void, SuperellipsePoints_Update, (SuperellipsePoints * __this, MethodInfo * method)); DO_APP_FUNC(0x03030490, void, SuperellipsePoints_RecalculateSuperellipse, (SuperellipsePoints * __this, MethodInfo * method)); DO_APP_FUNC(0x030306E0, float, SuperellipsePoints_Superellipse, (SuperellipsePoints * __this, float a, float b, float x, float n, MethodInfo * method)); DO_APP_FUNC(0x03030730, void, SuperellipsePoints__ctor, (SuperellipsePoints * __this, MethodInfo * method)); DO_APP_FUNC(0x03030840, void, Triangulator__ctor, (Triangulator * __this, Vector2__Array * points, MethodInfo * method)); DO_APP_FUNC(0x030309C0, Int32__Array *, Triangulator_Triangulate, (Triangulator * __this, MethodInfo * method)); DO_APP_FUNC(0x03030DA0, float, Triangulator_Area, (Triangulator * __this, MethodInfo * method)); DO_APP_FUNC(0x03030E80, bool, Triangulator_Snip, (Triangulator * __this, int32_t u, int32_t v, int32_t w, int32_t n, Int32__Array * V, MethodInfo * method)); DO_APP_FUNC(0x03031110, bool, Triangulator_InsideTriangle, (Triangulator * __this, Vector2 A, Vector2 B, Vector2 C, Vector2 P, MethodInfo * method)); DO_APP_FUNC(0x003C5490, ContentScrollSnapHorizontal_StartMovementEvent *, ContentScrollSnapHorizontal_get_MovementStarted, (ContentScrollSnapHorizontal * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, ContentScrollSnapHorizontal_set_MovementStarted, (ContentScrollSnapHorizontal * __this, ContentScrollSnapHorizontal_StartMovementEvent * value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, ContentScrollSnapHorizontal_CurrentItemChangeEvent *, ContentScrollSnapHorizontal_get_CurrentItemChanged, (ContentScrollSnapHorizontal * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, ContentScrollSnapHorizontal_set_CurrentItemChanged, (ContentScrollSnapHorizontal * __this, ContentScrollSnapHorizontal_CurrentItemChangeEvent * value, MethodInfo * method)); DO_APP_FUNC(0x003C7000, ContentScrollSnapHorizontal_FoundItemToSnapToEvent *, ContentScrollSnapHorizontal_get_ItemFoundToSnap, (ContentScrollSnapHorizontal * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, ContentScrollSnapHorizontal_set_ItemFoundToSnap, (ContentScrollSnapHorizontal * __this, ContentScrollSnapHorizontal_FoundItemToSnapToEvent * value, MethodInfo * method)); DO_APP_FUNC(0x003C7010, ContentScrollSnapHorizontal_SnappedToItemEvent *, ContentScrollSnapHorizontal_get_ItemSnappedTo, (ContentScrollSnapHorizontal * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, ContentScrollSnapHorizontal_set_ItemSnappedTo, (ContentScrollSnapHorizontal * __this, ContentScrollSnapHorizontal_SnappedToItemEvent * value, MethodInfo * method)); DO_APP_FUNC(0x03031220, bool, ContentScrollSnapHorizontal_get_ContentIsHorizonalLayoutGroup, (ContentScrollSnapHorizontal * __this, MethodInfo * method)); DO_APP_FUNC(0x03031350, bool, ContentScrollSnapHorizontal_get_Moving, (ContentScrollSnapHorizontal * __this, MethodInfo * method)); DO_APP_FUNC(0x00742FC0, bool, ContentScrollSnapHorizontal_get_Sliding, (ContentScrollSnapHorizontal * __this, MethodInfo * method)); DO_APP_FUNC(0x007431A0, bool, ContentScrollSnapHorizontal_get_Lerping, (ContentScrollSnapHorizontal * __this, MethodInfo * method)); DO_APP_FUNC(0x03031370, int32_t, ContentScrollSnapHorizontal_get_ClosestItemIndex, (ContentScrollSnapHorizontal * __this, MethodInfo * method)); DO_APP_FUNC(0x030314A0, int32_t, ContentScrollSnapHorizontal_get_LerpTargetIndex, (ContentScrollSnapHorizontal * __this, MethodInfo * method)); DO_APP_FUNC(0x03031550, void, ContentScrollSnapHorizontal_Awake, (ContentScrollSnapHorizontal * __this, MethodInfo * method)); DO_APP_FUNC(0x03031970, void, ContentScrollSnapHorizontal_SetNewItems, (ContentScrollSnapHorizontal * __this, List_1_UnityEngine_Transform_ * * newItems, MethodInfo * method)); DO_APP_FUNC(0x03031E40, bool, ContentScrollSnapHorizontal_get_IsScrollRectAvailable, (ContentScrollSnapHorizontal * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ContentScrollSnapHorizontal_OnDisable, (ContentScrollSnapHorizontal * __this, MethodInfo * method)); DO_APP_FUNC(0x03031F30, void, ContentScrollSnapHorizontal_SetupDrivenTransforms, (ContentScrollSnapHorizontal * __this, MethodInfo * method)); DO_APP_FUNC(0x03032210, void, ContentScrollSnapHorizontal_SetupSnapScroll, (ContentScrollSnapHorizontal * __this, MethodInfo * method)); DO_APP_FUNC(0x03032240, void, ContentScrollSnapHorizontal_SetupWithHorizontalLayoutGroup, (ContentScrollSnapHorizontal * __this, MethodInfo * method)); DO_APP_FUNC(0x03032C40, void, ContentScrollSnapHorizontal_SetupWithCalculatedSpacing, (ContentScrollSnapHorizontal * __this, MethodInfo * method)); DO_APP_FUNC(0x030333E0, void, ContentScrollSnapHorizontal_GoTo, (ContentScrollSnapHorizontal * __this, ContentScrollSnapHorizontal_MoveInfo info, MethodInfo * method)); DO_APP_FUNC(0x030335C0, void, ContentScrollSnapHorizontal_GoToChild, (ContentScrollSnapHorizontal * __this, int32_t index, bool jump, MethodInfo * method)); DO_APP_FUNC(0x03033AB0, void, ContentScrollSnapHorizontal_GoToContentPos, (ContentScrollSnapHorizontal * __this, int32_t index, bool jump, MethodInfo * method)); DO_APP_FUNC(0x03033C30, void, ContentScrollSnapHorizontal_NextItem, (ContentScrollSnapHorizontal * __this, MethodInfo * method)); DO_APP_FUNC(0x03033CB0, void, ContentScrollSnapHorizontal_PreviousItem, (ContentScrollSnapHorizontal * __this, MethodInfo * method)); DO_APP_FUNC(0x03033D30, void, ContentScrollSnapHorizontal_UpdateLayout, (ContentScrollSnapHorizontal * __this, MethodInfo * method)); DO_APP_FUNC(0x03033D70, void, ContentScrollSnapHorizontal_UpdateLayoutAndMoveTo, (ContentScrollSnapHorizontal * __this, ContentScrollSnapHorizontal_MoveInfo info, MethodInfo * method)); DO_APP_FUNC(0x03033DD0, void, ContentScrollSnapHorizontal_OnBeginDrag, (ContentScrollSnapHorizontal * __this, PointerEventData * ped, MethodInfo * method)); DO_APP_FUNC(0x03033E50, void, ContentScrollSnapHorizontal_OnEndDrag, (ContentScrollSnapHorizontal * __this, PointerEventData * ped, MethodInfo * method)); DO_APP_FUNC(0x03033ED0, void, ContentScrollSnapHorizontal_Update, (ContentScrollSnapHorizontal * __this, MethodInfo * method)); DO_APP_FUNC(0x03033F80, IEnumerator *, ContentScrollSnapHorizontal_SlideAndLerp, (ContentScrollSnapHorizontal * __this, MethodInfo * method)); DO_APP_FUNC(0x03034020, IEnumerator *, ContentScrollSnapHorizontal_LerpToContent, (ContentScrollSnapHorizontal * __this, MethodInfo * method)); DO_APP_FUNC(0x030340C0, void, ContentScrollSnapHorizontal_StopMovement, (ContentScrollSnapHorizontal * __this, MethodInfo * method)); DO_APP_FUNC(0x03034200, void, ContentScrollSnapHorizontal_ChangePaginationInfo, (ContentScrollSnapHorizontal * __this, int32_t targetScreen, MethodInfo * method)); DO_APP_FUNC(0x03034430, Vector2, ContentScrollSnapHorizontal_DstFromTopLeftOfTransformToTopLeftOfParent, (ContentScrollSnapHorizontal * __this, RectTransform * rt, MethodInfo * method)); DO_APP_FUNC(0x03034670, Vector3, ContentScrollSnapHorizontal_FindClosestFrom, (ContentScrollSnapHorizontal * __this, Vector3 start, MethodInfo * method)); DO_APP_FUNC(0x030349A0, void, ContentScrollSnapHorizontal__ctor, (ContentScrollSnapHorizontal * __this, MethodInfo * method)); DO_APP_FUNC(0x03033C30, void, ContentScrollSnapHorizontal__Awake_b__51_0, (ContentScrollSnapHorizontal * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC620, ContentScrollSnapHorizontal__Awake_b__51_0__MethodInfo); DO_APP_FUNC(0x03033CB0, void, ContentScrollSnapHorizontal__Awake_b__51_1, (ContentScrollSnapHorizontal * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC618, ContentScrollSnapHorizontal__Awake_b__51_1__MethodInfo); DO_APP_FUNC(0x0042CB00, void, ContentScrollSnapHorizontal_StartMovementEvent__ctor, (ContentScrollSnapHorizontal_StartMovementEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x03034DE0, void, ContentScrollSnapHorizontal_CurrentItemChangeEvent__ctor, (ContentScrollSnapHorizontal_CurrentItemChangeEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x03034E20, void, ContentScrollSnapHorizontal_FoundItemToSnapToEvent__ctor, (ContentScrollSnapHorizontal_FoundItemToSnapToEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x03034E60, void, ContentScrollSnapHorizontal_SnappedToItemEvent__ctor, (ContentScrollSnapHorizontal_SnappedToItemEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x03034EA0, void, ContentScrollSnapHorizontal_MoveInfo__ctor, (ContentScrollSnapHorizontal_MoveInfo * __this, ContentScrollSnapHorizontal_MoveInfo_IndexType__Enum _indexType, int32_t _index, MethodInfo * method)); DO_APP_FUNC(0x03034EC0, void, ContentScrollSnapHorizontal_MoveInfo__ctor_1, (ContentScrollSnapHorizontal_MoveInfo * __this, ContentScrollSnapHorizontal_MoveInfo_IndexType__Enum _indexType, int32_t _index, bool _jump, float _duration, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ContentScrollSnapHorizontal_SlideAndLerp_d_70__ctor, (ContentScrollSnapHorizontal_SlideAndLerp_d_70 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ContentScrollSnapHorizontal_SlideAndLerp_d_70_System_IDisposable_Dispose, (ContentScrollSnapHorizontal_SlideAndLerp_d_70 * __this, MethodInfo * method)); DO_APP_FUNC(0x03034EE0, bool, ContentScrollSnapHorizontal_SlideAndLerp_d_70_MoveNext, (ContentScrollSnapHorizontal_SlideAndLerp_d_70 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ContentScrollSnapHorizontal_SlideAndLerp_d_70_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ContentScrollSnapHorizontal_SlideAndLerp_d_70 * __this, MethodInfo * method)); DO_APP_FUNC(0x03035500, void, ContentScrollSnapHorizontal_SlideAndLerp_d_70_System_Collections_IEnumerator_Reset, (ContentScrollSnapHorizontal_SlideAndLerp_d_70 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC5A8, ContentScrollSnapHorizontal_SlideAndLerp_d_70_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ContentScrollSnapHorizontal_SlideAndLerp_d_70_System_Collections_IEnumerator_get_Current, (ContentScrollSnapHorizontal_SlideAndLerp_d_70 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ContentScrollSnapHorizontal_LerpToContent_d_71__ctor, (ContentScrollSnapHorizontal_LerpToContent_d_71 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ContentScrollSnapHorizontal_LerpToContent_d_71_System_IDisposable_Dispose, (ContentScrollSnapHorizontal_LerpToContent_d_71 * __this, MethodInfo * method)); DO_APP_FUNC(0x03035550, bool, ContentScrollSnapHorizontal_LerpToContent_d_71_MoveNext, (ContentScrollSnapHorizontal_LerpToContent_d_71 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ContentScrollSnapHorizontal_LerpToContent_d_71_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ContentScrollSnapHorizontal_LerpToContent_d_71 * __this, MethodInfo * method)); DO_APP_FUNC(0x03035870, void, ContentScrollSnapHorizontal_LerpToContent_d_71_System_Collections_IEnumerator_Reset, (ContentScrollSnapHorizontal_LerpToContent_d_71 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC5B8, ContentScrollSnapHorizontal_LerpToContent_d_71_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ContentScrollSnapHorizontal_LerpToContent_d_71_System_Collections_IEnumerator_get_Current, (ContentScrollSnapHorizontal_LerpToContent_d_71 * __this, MethodInfo * method)); DO_APP_FUNC(0x030358C0, void, CurvedLayout_OnEnable, (CurvedLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CurvedLayout_SetLayoutHorizontal, (CurvedLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CurvedLayout_SetLayoutVertical, (CurvedLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x030358E0, void, CurvedLayout_CalculateLayoutInputVertical, (CurvedLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x030358E0, void, CurvedLayout_CalculateLayoutInputHorizontal, (CurvedLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x030358F0, void, CurvedLayout_CalculateRadial, (CurvedLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x03035F40, void, CurvedLayout__ctor, (CurvedLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NullContext__ctor, (NullContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, ScrollDirection__Enum, FancyGridViewContext_UnityEngine_UI_Extensions_IFancyScrollRectContext_get_ScrollDirection, (FancyGridViewContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, FancyGridViewContext_UnityEngine_UI_Extensions_IFancyScrollRectContext_set_ScrollDirection, (FancyGridViewContext * __this, ScrollDirection__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Func_1_ValueTuple_2_Single_Single_ *, FancyGridViewContext_UnityEngine_UI_Extensions_IFancyScrollRectContext_get_CalculateScrollSize, (FancyGridViewContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, FancyGridViewContext_UnityEngine_UI_Extensions_IFancyScrollRectContext_set_CalculateScrollSize, (FancyGridViewContext * __this, Func_1_ValueTuple_2_Single_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, GameObject *, FancyGridViewContext_UnityEngine_UI_Extensions_IFancyCellGroupContext_get_CellTemplate, (FancyGridViewContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, FancyGridViewContext_UnityEngine_UI_Extensions_IFancyCellGroupContext_set_CellTemplate, (FancyGridViewContext * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Func_1_Int32_ *, FancyGridViewContext_UnityEngine_UI_Extensions_IFancyCellGroupContext_get_GetGroupCount, (FancyGridViewContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, FancyGridViewContext_UnityEngine_UI_Extensions_IFancyCellGroupContext_set_GetGroupCount, (FancyGridViewContext * __this, Func_1_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Func_1_Single_ *, FancyGridViewContext_UnityEngine_UI_Extensions_IFancyGridViewContext_get_GetStartAxisSpacing, (FancyGridViewContext * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, FancyGridViewContext_UnityEngine_UI_Extensions_IFancyGridViewContext_set_GetStartAxisSpacing, (FancyGridViewContext * __this, Func_1_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Func_1_Single_ *, FancyGridViewContext_UnityEngine_UI_Extensions_IFancyGridViewContext_get_GetCellSize, (FancyGridViewContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, FancyGridViewContext_UnityEngine_UI_Extensions_IFancyGridViewContext_set_GetCellSize, (FancyGridViewContext * __this, Func_1_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FancyGridViewContext__ctor, (FancyGridViewContext * __this, MethodInfo * method)); DO_APP_FUNC(0x03035F50, float, Scroller_1_get_ViewportSize, (Scroller_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, ScrollDirection__Enum, Scroller_1_get_ScrollDirection, (Scroller_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, MovementType__Enum, Scroller_1_get_MovementType, (Scroller_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, Scroller_1_set_MovementType, (Scroller_1 * __this, MovementType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB1A0, float, Scroller_1_get_Elasticity, (Scroller_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00986690, void, Scroller_1_set_Elasticity, (Scroller_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB0F0, float, Scroller_1_get_ScrollSensitivity, (Scroller_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA72C0, void, Scroller_1_set_ScrollSensitivity, (Scroller_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, Scroller_1_get_Inertia, (Scroller_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88980, void, Scroller_1_set_Inertia, (Scroller_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x005DE720, float, Scroller_1_get_DecelerationRate, (Scroller_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE730, void, Scroller_1_set_DecelerationRate, (Scroller_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x03036030, bool, Scroller_1_get_SnapEnabled, (Scroller_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x03036050, void, Scroller_1_set_SnapEnabled, (Scroller_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x008FC900, bool, Scroller_1_get_Draggable, (Scroller_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00985F10, void, Scroller_1_set_Draggable, (Scroller_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Scrollbar *, Scroller_1_get_Scrollbar, (Scroller_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00977520, float, Scroller_1_get_Position, (Scroller_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x03036070, void, Scroller_1_set_Position, (Scroller_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x030360D0, void, Scroller_1_Start, (Scroller_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, Scroller_1_OnValueChanged, (Scroller_1 * __this, Action_1_Single_ * callback, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, Scroller_1_OnSelectionChanged, (Scroller_1 * __this, Action_1_Int32_ * callback, MethodInfo * method)); DO_APP_FUNC(0x01E07B60, void, Scroller_1_SetTotalCount, (Scroller_1 * __this, int32_t totalCount, MethodInfo * method)); DO_APP_FUNC(0x030361C0, void, Scroller_1_ScrollTo, (Scroller_1 * __this, float position, float duration, Action * onComplete, MethodInfo * method)); DO_APP_FUNC(0x03036220, void, Scroller_1_ScrollTo_1, (Scroller_1 * __this, float position, float duration, Ease__Enum easing, Action * onComplete, MethodInfo * method)); DO_APP_FUNC(0x03036270, void, Scroller_1_ScrollTo_2, (Scroller_1 * __this, float position, float duration, EasingFunction_1 * easingFunction, Action * onComplete, MethodInfo * method)); DO_APP_FUNC(0x030365C0, void, Scroller_1_JumpTo, (Scroller_1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC5C8, Scroller_1_JumpTo__MethodInfo); DO_APP_FUNC(0x03036660, MovementDirection__Enum, Scroller_1_GetMovementDirection, (Scroller_1 * __this, int32_t sourceIndex, int32_t destIndex, MethodInfo * method)); DO_APP_FUNC(0x030366B0, void, Scroller_1_UnityEngine_EventSystems_IPointerDownHandler_OnPointerDown, (Scroller_1 * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03036700, void, Scroller_1_UnityEngine_EventSystems_IPointerUpHandler_OnPointerUp, (Scroller_1 * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x030367D0, void, Scroller_1_UnityEngine_EventSystems_IScrollHandler_OnScroll, (Scroller_1 * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03036910, void, Scroller_1_UnityEngine_EventSystems_IBeginDragHandler_OnBeginDrag, (Scroller_1 * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03036A20, void, Scroller_1_UnityEngine_EventSystems_IDragHandler_OnDrag, (Scroller_1 * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03036BE0, void, Scroller_1_UnityEngine_EventSystems_IEndDragHandler_OnEndDrag, (Scroller_1 * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03036C10, float, Scroller_1_CalculateOffset, (Scroller_1 * __this, float position, MethodInfo * method)); DO_APP_FUNC(0x03036C50, void, Scroller_1_UpdatePosition, (Scroller_1 * __this, float position, bool updateScrollbar, MethodInfo * method)); DO_APP_FUNC(0x03036D40, void, Scroller_1_UpdateSelection, (Scroller_1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x03036D60, float, Scroller_1_RubberDelta, (Scroller_1 * __this, float overStretching, float viewSize, MethodInfo * method)); DO_APP_FUNC(0x03036DB0, void, Scroller_1_Update, (Scroller_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x03037340, float, Scroller_1_CalculateMovementAmount, (Scroller_1 * __this, float sourcePosition, float destPosition, MethodInfo * method)); DO_APP_FUNC(0x030374B0, float, Scroller_1_CircularPosition, (Scroller_1 * __this, float p, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x03037510, void, Scroller_1__ctor, (Scroller_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x030376B0, void, Scroller_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x03037750, void, Scroller_1__Start_b__55_0, (Scroller_1 * __this, float x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC5B0, Scroller_1__Start_b__55_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, Scroller_Snap__ctor, (Scroller_Snap * __this, MethodInfo * method)); DO_APP_FUNC(0x03037780, void, Scroller_AutoScrollState_Reset, (Scroller_AutoScrollState * __this, MethodInfo * method)); DO_APP_FUNC(0x030378A0, void, Scroller_AutoScrollState_Complete, (Scroller_AutoScrollState * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Scroller_AutoScrollState__ctor, (Scroller_AutoScrollState * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, ScrollDirection__Enum, FancyScrollRectContext_UnityEngine_UI_Extensions_IFancyScrollRectContext_get_ScrollDirection, (FancyScrollRectContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, FancyScrollRectContext_UnityEngine_UI_Extensions_IFancyScrollRectContext_set_ScrollDirection, (FancyScrollRectContext * __this, ScrollDirection__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Func_1_ValueTuple_2_Single_Single_ *, FancyScrollRectContext_UnityEngine_UI_Extensions_IFancyScrollRectContext_get_CalculateScrollSize, (FancyScrollRectContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, FancyScrollRectContext_UnityEngine_UI_Extensions_IFancyScrollRectContext_set_CalculateScrollSize, (FancyScrollRectContext * __this, Func_1_ValueTuple_2_Single_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FancyScrollRectContext__ctor, (FancyScrollRectContext * __this, MethodInfo * method)); DO_APP_FUNC(0x015FAEF0, FlowLayoutGroup_Axis__Enum, FlowLayoutGroup_get_startAxis, (FlowLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x030378D0, void, FlowLayoutGroup_set_startAxis, (FlowLayoutGroup * __this, FlowLayoutGroup_Axis__Enum value, MethodInfo * method)); DO_APP_FUNC(0x03037920, void, FlowLayoutGroup_CalculateLayoutInputHorizontal, (FlowLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x03037AF0, void, FlowLayoutGroup_SetLayoutHorizontal, (FlowLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x03037B00, void, FlowLayoutGroup_SetLayoutVertical, (FlowLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x03037B10, void, FlowLayoutGroup_CalculateLayoutInputVertical, (FlowLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x03037CF0, bool, FlowLayoutGroup_get_IsCenterAlign, (FlowLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x03037D10, bool, FlowLayoutGroup_get_IsRightAlign, (FlowLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x03037D30, bool, FlowLayoutGroup_get_IsMiddleAlign, (FlowLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x03037D50, bool, FlowLayoutGroup_get_IsLowerAlign, (FlowLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x03037D70, float, FlowLayoutGroup_SetLayout, (FlowLayoutGroup * __this, int32_t axis, bool layoutInput, MethodInfo * method)); DO_APP_FUNC(0x03038930, float, FlowLayoutGroup_CalculateRowVerticalOffset, (FlowLayoutGroup * __this, float groupHeight, float yOffset, float currentRowHeight, MethodInfo * method)); DO_APP_FUNC(0x03038990, float, FlowLayoutGroup_CalculateColHorizontalOffset, (FlowLayoutGroup * __this, float groupWidth, float xOffset, float currentColWidth, MethodInfo * method)); DO_APP_FUNC(0x030389F0, void, FlowLayoutGroup_LayoutRow, (FlowLayoutGroup * __this, IList_1_UnityEngine_RectTransform_ * contents, float rowWidth, float rowHeight, float maxWidth, float xOffset, float yOffset, int32_t axis, MethodInfo * method)); DO_APP_FUNC(0x03038EB0, void, FlowLayoutGroup_LayoutCol, (FlowLayoutGroup * __this, IList_1_UnityEngine_RectTransform_ * contents, float colWidth, float colHeight, float maxHeight, float xOffset, float yOffset, int32_t axis, MethodInfo * method)); DO_APP_FUNC(0x03039370, float, FlowLayoutGroup_GetGreatestMinimumChildWidth, (FlowLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x03039440, float, FlowLayoutGroup_GetGreatestMinimumChildHeigth, (FlowLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x03039510, void, FlowLayoutGroup__ctor, (FlowLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x030395E0, void, HorizontalScrollSnap_Start, (HorizontalScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC(0x03039700, void, HorizontalScrollSnap_Update, (HorizontalScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC(0x03039BC0, bool, HorizontalScrollSnap_IsRectMovingSlowerThanThreshold, (HorizontalScrollSnap * __this, float startingSpeed, MethodInfo * method)); DO_APP_FUNC(0x03039C30, void, HorizontalScrollSnap_DistributePages, (HorizontalScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC(0x0303A260, void, HorizontalScrollSnap_AddChild, (HorizontalScrollSnap * __this, GameObject * GO, MethodInfo * method)); DO_APP_FUNC(0x0303A380, void, HorizontalScrollSnap_AddChild_1, (HorizontalScrollSnap * __this, GameObject * GO, bool WorldPositionStays, MethodInfo * method)); DO_APP_FUNC(0x0303A4B0, void, HorizontalScrollSnap_RemoveChild, (HorizontalScrollSnap * __this, int32_t index, GameObject * * ChildRemoved, MethodInfo * method)); DO_APP_FUNC(0x0303A4D0, void, HorizontalScrollSnap_RemoveChild_1, (HorizontalScrollSnap * __this, int32_t index, bool WorldPositionStays, GameObject * * ChildRemoved, MethodInfo * method)); DO_APP_FUNC(0x0303A790, void, HorizontalScrollSnap_RemoveAllChildren, (HorizontalScrollSnap * __this, GameObject__Array * * ChildrenRemoved, MethodInfo * method)); DO_APP_FUNC(0x0303A7A0, void, HorizontalScrollSnap_RemoveAllChildren_1, (HorizontalScrollSnap * __this, bool WorldPositionStays, GameObject__Array * * ChildrenRemoved, MethodInfo * method)); DO_APP_FUNC(0x0303AC20, void, HorizontalScrollSnap_SetScrollContainerPosition, (HorizontalScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC(0x0303AD00, void, HorizontalScrollSnap_UpdateLayout, (HorizontalScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC(0x0303ADB0, void, HorizontalScrollSnap_OnRectTransformDimensionsChange, (HorizontalScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC(0x0303AE40, void, HorizontalScrollSnap_OnEnable, (HorizontalScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC(0x0303AF00, void, HorizontalScrollSnap_OnEndDrag, (HorizontalScrollSnap * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0303B270, void, HorizontalScrollSnap__ctor, (HorizontalScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC(0x0303B280, void, RadialLayout_OnEnable, (RadialLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RadialLayout_SetLayoutHorizontal, (RadialLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RadialLayout_SetLayoutVertical, (RadialLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x0303B2A0, void, RadialLayout_CalculateLayoutInputVertical, (RadialLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x0303B2A0, void, RadialLayout_CalculateLayoutInputHorizontal, (RadialLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x0303B2B0, void, RadialLayout_CalculateRadial, (RadialLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x0303BA60, void, RadialLayout__ctor, (RadialLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, ScrollPositionController_OnUpdatePosition, (ScrollPositionController * __this, Action_1_Single_ * onUpdatePosition, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, ScrollPositionController_OnItemSelected, (ScrollPositionController * __this, Action_1_Int32_ * onItemSelected, MethodInfo * method)); DO_APP_FUNC(0x00A88B30, void, ScrollPositionController_SetDataCount, (ScrollPositionController * __this, int32_t dataCount, MethodInfo * method)); DO_APP_FUNC(0x0303BA70, void, ScrollPositionController_ScrollTo, (ScrollPositionController * __this, int32_t index, float duration, MethodInfo * method)); DO_APP_FUNC(0x0303BBE0, void, ScrollPositionController_JumpTo, (ScrollPositionController * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0303BC70, void, ScrollPositionController_UnityEngine_EventSystems_IBeginDragHandler_OnBeginDrag, (ScrollPositionController * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0303BDC0, void, ScrollPositionController_UnityEngine_EventSystems_IDragHandler_OnDrag, (ScrollPositionController * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0303C070, void, ScrollPositionController_UnityEngine_EventSystems_IEndDragHandler_OnEndDrag, (ScrollPositionController * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03035F50, float, ScrollPositionController_GetViewportSize, (ScrollPositionController * __this, MethodInfo * method)); DO_APP_FUNC(0x0303C0A0, float, ScrollPositionController_CalculateOffset, (ScrollPositionController * __this, float position, MethodInfo * method)); DO_APP_FUNC(0x0303C0E0, void, ScrollPositionController_UpdatePosition, (ScrollPositionController * __this, float position, MethodInfo * method)); DO_APP_FUNC(0x0303C100, void, ScrollPositionController_ItemSelected, (ScrollPositionController * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x03036D60, float, ScrollPositionController_RubberDelta, (ScrollPositionController * __this, float overStretching, float viewSize, MethodInfo * method)); DO_APP_FUNC(0x0303C120, void, ScrollPositionController_Update, (ScrollPositionController * __this, MethodInfo * method)); DO_APP_FUNC(0x0303C7A0, int32_t, ScrollPositionController_CalculateDestinationIndex, (ScrollPositionController * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0303C8E0, int32_t, ScrollPositionController_CalculateClosestIndex, (ScrollPositionController * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0303CA00, float, ScrollPositionController_GetCircularPosition, (ScrollPositionController * __this, float position, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0303CA50, float, ScrollPositionController_EaseInOutCubic, (ScrollPositionController * __this, float start, float end, float value, MethodInfo * method)); DO_APP_FUNC(0x0303CAB0, void, ScrollPositionController__ctor, (ScrollPositionController * __this, MethodInfo * method)); DO_APP_FUNC(0x0303CBD0, void, ScrollPositionController_AutoScrollState_Reset, (ScrollPositionController_AutoScrollState * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScrollPositionController_AutoScrollState__ctor, (ScrollPositionController_AutoScrollState * __this, MethodInfo * method)); DO_APP_FUNC(0x0303CBE0, void, ScrollSnap_add_onPageChange, (ScrollSnap * __this, ScrollSnap_PageSnapChange * value, MethodInfo * method)); DO_APP_FUNC(0x0303CCE0, void, ScrollSnap_remove_onPageChange, (ScrollSnap * __this, ScrollSnap_PageSnapChange * value, MethodInfo * method)); DO_APP_FUNC(0x0303CDE0, void, ScrollSnap_Start, (ScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC(0x0303D5C0, void, ScrollSnap_UpdateListItemsSize, (ScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC(0x0303DE90, void, ScrollSnap_UpdateListItemPositions, (ScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC(0x0303E900, void, ScrollSnap_ResetPage, (ScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC(0x0303E9A0, void, ScrollSnap_UpdateScrollbar, (ScrollSnap * __this, bool linkSteps, MethodInfo * method)); DO_APP_FUNC(0x0303EDD0, void, ScrollSnap_LateUpdate, (ScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC(0x0303F270, void, ScrollSnap_NextScreen, (ScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC(0x0303F300, void, ScrollSnap_PreviousScreen, (ScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC(0x0303F390, void, ScrollSnap_NextScreenCommand, (ScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC(0x0303F410, void, ScrollSnap_PrevScreenCommand, (ScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC(0x0303F490, int32_t, ScrollSnap_CurrentPage, (ScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC(0x01EE4040, void, ScrollSnap_SetLerp, (ScrollSnap * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0303F5E0, void, ScrollSnap_ChangePage, (ScrollSnap * __this, int32_t page, MethodInfo * method)); DO_APP_FUNC(0x0303F640, void, ScrollSnap_PageChanged, (ScrollSnap * __this, int32_t currentPage, MethodInfo * method)); DO_APP_FUNC(0x0303F740, void, ScrollSnap_OnBeginDrag, (ScrollSnap * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0303F7C0, void, ScrollSnap_OnEndDrag, (ScrollSnap * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0303F9C0, void, ScrollSnap_OnDrag, (ScrollSnap * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScrollSnap_StartScreenChange, (ScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC(0x0303FA50, void, ScrollSnap__ctor, (ScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC(0x0303F270, void, ScrollSnap__Start_b__35_0, (ScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDDD8, ScrollSnap__Start_b__35_0__MethodInfo); DO_APP_FUNC(0x0303F300, void, ScrollSnap__Start_b__35_1, (ScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDDE0, ScrollSnap__Start_b__35_1__MethodInfo); DO_APP_FUNC(0x003EC360, void, ScrollSnap_PageSnapChange__ctor, (ScrollSnap_PageSnapChange * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, ScrollSnap_PageSnapChange_Invoke, (ScrollSnap_PageSnapChange * __this, int32_t page, MethodInfo * method)); DO_APP_FUNC(0x0303FAD0, IAsyncResult *, ScrollSnap_PageSnapChange_BeginInvoke, (ScrollSnap_PageSnapChange * __this, int32_t page, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ScrollSnap_PageSnapChange_EndInvoke, (ScrollSnap_PageSnapChange * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01015EC0, int32_t, ScrollSnapBase_get_CurrentPage, (ScrollSnapBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0303FB50, void, ScrollSnapBase_set_CurrentPage, (ScrollSnapBase * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x009E4000, ScrollSnapBase_SelectionChangeStartEvent *, ScrollSnapBase_get_OnSelectionChangeStartEvent, (ScrollSnapBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8E20, void, ScrollSnapBase_set_OnSelectionChangeStartEvent, (ScrollSnapBase * __this, ScrollSnapBase_SelectionChangeStartEvent * value, MethodInfo * method)); DO_APP_FUNC(0x005425B0, ScrollSnapBase_SelectionPageChangedEvent *, ScrollSnapBase_get_OnSelectionPageChangedEvent, (ScrollSnapBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8F70, void, ScrollSnapBase_set_OnSelectionPageChangedEvent, (ScrollSnapBase * __this, ScrollSnapBase_SelectionPageChangedEvent * value, MethodInfo * method)); DO_APP_FUNC(0x003C2850, ScrollSnapBase_SelectionChangeEndEvent *, ScrollSnapBase_get_OnSelectionChangeEndEvent, (ScrollSnapBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003C2860, void, ScrollSnapBase_set_OnSelectionChangeEndEvent, (ScrollSnapBase * __this, ScrollSnapBase_SelectionChangeEndEvent * value, MethodInfo * method)); DO_APP_FUNC(0x0303FF00, void, ScrollSnapBase_Awake, (ScrollSnapBase * __this, MethodInfo * method)); DO_APP_FUNC(0x030406E0, void, ScrollSnapBase_InitialiseChildObjects, (ScrollSnapBase * __this, MethodInfo * method)); DO_APP_FUNC(0x03040950, void, ScrollSnapBase_InitialiseChildObjectsFromScene, (ScrollSnapBase * __this, MethodInfo * method)); DO_APP_FUNC(0x03040D60, void, ScrollSnapBase_InitialiseChildObjectsFromArray, (ScrollSnapBase * __this, MethodInfo * method)); DO_APP_FUNC(0x03041200, void, ScrollSnapBase_UpdateVisible, (ScrollSnapBase * __this, MethodInfo * method)); DO_APP_FUNC(0x03041630, void, ScrollSnapBase_NextScreen, (ScrollSnapBase * __this, MethodInfo * method)); DO_APP_FUNC(0x03041760, void, ScrollSnapBase_PreviousScreen, (ScrollSnapBase * __this, MethodInfo * method)); DO_APP_FUNC(0x03041890, void, ScrollSnapBase_GoToScreen, (ScrollSnapBase * __this, int32_t screenIndex, bool pagination, MethodInfo * method)); DO_APP_FUNC(0x03041970, int32_t, ScrollSnapBase_GetPageforPosition, (ScrollSnapBase * __this, Vector3 pos, MethodInfo * method)); DO_APP_FUNC(0x03041A10, bool, ScrollSnapBase_IsRectSettledOnaPage, (ScrollSnapBase * __this, Vector3 pos, MethodInfo * method)); DO_APP_FUNC(0x03041B10, void, ScrollSnapBase_GetPositionforPage, (ScrollSnapBase * __this, int32_t page, Vector3 * target, MethodInfo * method)); DO_APP_FUNC(0x03041D30, void, ScrollSnapBase_ScrollToClosestElement, (ScrollSnapBase * __this, MethodInfo * method)); DO_APP_FUNC(0x03041E70, void, ScrollSnapBase_OnCurrentScreenChange, (ScrollSnapBase * __this, int32_t currentScreen, MethodInfo * method)); DO_APP_FUNC(0x03041EA0, void, ScrollSnapBase_ChangeBulletsInfo, (ScrollSnapBase * __this, int32_t targetScreen, MethodInfo * method)); DO_APP_FUNC(0x030420E0, void, ScrollSnapBase_ToggleNavigationButtons, (ScrollSnapBase * __this, int32_t targetScreen, MethodInfo * method)); DO_APP_FUNC(0x030422B0, void, ScrollSnapBase_OnValidate, (ScrollSnapBase * __this, MethodInfo * method)); DO_APP_FUNC(0x03042860, void, ScrollSnapBase_StartScreenChange, (ScrollSnapBase * __this, MethodInfo * method)); DO_APP_FUNC(0x030428A0, void, ScrollSnapBase_ScreenChange, (ScrollSnapBase * __this, MethodInfo * method)); DO_APP_FUNC(0x030428F0, void, ScrollSnapBase_EndScreenChange, (ScrollSnapBase * __this, MethodInfo * method)); DO_APP_FUNC(0x03042970, Transform *, ScrollSnapBase_CurrentPageObject, (ScrollSnapBase * __this, MethodInfo * method)); DO_APP_FUNC(0x030429E0, void, ScrollSnapBase_CurrentPageObject_1, (ScrollSnapBase * __this, Transform * * returnObject, MethodInfo * method)); DO_APP_FUNC(0x03042AA0, void, ScrollSnapBase_OnBeginDrag, (ScrollSnapBase * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03042B70, void, ScrollSnapBase_OnDrag, (ScrollSnapBase * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScrollSnapBase_OnEndDrag, (ScrollSnapBase * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03042B80, int32_t, ScrollSnapBase_UnityEngine_UI_Extensions_IScrollSnap_CurrentPage, (ScrollSnapBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB180, void, ScrollSnapBase_SetLerp, (ScrollSnapBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x03042C90, void, ScrollSnapBase_ChangePage, (ScrollSnapBase * __this, int32_t page, MethodInfo * method)); DO_APP_FUNC(0x03042CA0, void, ScrollSnapBase_OnPointerClick, (ScrollSnapBase * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03042D10, void, ScrollSnapBase__ctor, (ScrollSnapBase * __this, MethodInfo * method)); DO_APP_FUNC(0x03043000, void, ScrollSnapBase__Awake_b__63_0, (ScrollSnapBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDDA0, ScrollSnapBase__Awake_b__63_0__MethodInfo); DO_APP_FUNC(0x03043010, void, ScrollSnapBase__Awake_b__63_1, (ScrollSnapBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDDA8, ScrollSnapBase__Awake_b__63_1__MethodInfo); DO_APP_FUNC(0x0042CB00, void, ScrollSnapBase_SelectionChangeStartEvent__ctor, (ScrollSnapBase_SelectionChangeStartEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x03043020, void, ScrollSnapBase_SelectionPageChangedEvent__ctor, (ScrollSnapBase_SelectionPageChangedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x03043060, void, ScrollSnapBase_SelectionChangeEndEvent__ctor, (ScrollSnapBase_SelectionChangeEndEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x030430A0, void, ScrollSnapScrollbarHelper_OnBeginDrag, (ScrollSnapScrollbarHelper * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x030430B0, void, ScrollSnapScrollbarHelper_OnDrag, (ScrollSnapScrollbarHelper * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03043100, void, ScrollSnapScrollbarHelper_OnEndDrag, (ScrollSnapScrollbarHelper * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x030430A0, void, ScrollSnapScrollbarHelper_OnPointerDown, (ScrollSnapScrollbarHelper * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03043100, void, ScrollSnapScrollbarHelper_OnPointerUp, (ScrollSnapScrollbarHelper * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03043110, void, ScrollSnapScrollbarHelper_OnScrollBarDown, (ScrollSnapScrollbarHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x03043190, void, ScrollSnapScrollbarHelper_OnScrollBarUp, (ScrollSnapScrollbarHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ScrollSnapScrollbarHelper__ctor, (ScrollSnapScrollbarHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A6C0, TableLayoutGroup_Corner__Enum, TableLayoutGroup_get_StartCorner, (TableLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x03043220, void, TableLayoutGroup_set_StartCorner, (TableLayoutGroup * __this, TableLayoutGroup_Corner__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, Single__Array *, TableLayoutGroup_get_ColumnWidths, (TableLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x03043270, void, TableLayoutGroup_set_ColumnWidths, (TableLayoutGroup * __this, Single__Array * value, MethodInfo * method)); DO_APP_FUNC(0x008C4D60, float, TableLayoutGroup_get_MinimumRowHeight, (TableLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x030432D0, void, TableLayoutGroup_set_MinimumRowHeight, (TableLayoutGroup * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00BF81F0, bool, TableLayoutGroup_get_FlexibleRowHeight, (TableLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x03043320, void, TableLayoutGroup_set_FlexibleRowHeight, (TableLayoutGroup * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DC4440, float, TableLayoutGroup_get_ColumnSpacing, (TableLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x03043370, void, TableLayoutGroup_set_ColumnSpacing, (TableLayoutGroup * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00977500, float, TableLayoutGroup_get_RowSpacing, (TableLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x030433C0, void, TableLayoutGroup_set_RowSpacing, (TableLayoutGroup * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x03043410, void, TableLayoutGroup_CalculateLayoutInputHorizontal, (TableLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x03043510, void, TableLayoutGroup_CalculateLayoutInputVertical, (TableLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x03043870, void, TableLayoutGroup_SetLayoutHorizontal, (TableLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x03043B00, void, TableLayoutGroup_SetLayoutVertical, (TableLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x03043D80, void, TableLayoutGroup__ctor, (TableLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB0F0, Vector2, TileSizeFitter_get_Border, (TileSizeFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x03043E40, void, TileSizeFitter_set_Border, (TileSizeFitter * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x01F22880, Vector2, TileSizeFitter_get_TileSize, (TileSizeFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x03043EC0, void, TileSizeFitter_set_TileSize, (TileSizeFitter * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x03043F40, RectTransform *, TileSizeFitter_get_rectTransform, (TileSizeFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x030440B0, void, TileSizeFitter_OnEnable, (TileSizeFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x030440F0, void, TileSizeFitter_OnDisable, (TileSizeFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x03044150, void, TileSizeFitter_OnRectTransformDimensionsChange, (TileSizeFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x03044160, void, TileSizeFitter_UpdateRect, (TileSizeFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x030444A0, Vector2, TileSizeFitter_GetParentSize, (TileSizeFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TileSizeFitter_SetLayoutHorizontal, (TileSizeFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TileSizeFitter_SetLayoutVertical, (TileSizeFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x030440B0, void, TileSizeFitter_SetDirty, (TileSizeFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x030446D0, void, TileSizeFitter__ctor, (TileSizeFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x01B48D90, int32_t, UIVerticalScroller_get_focusedElementIndex, (UIVerticalScroller * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07B40, void, UIVerticalScroller_set_focusedElementIndex, (UIVerticalScroller * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C7020, String *, UIVerticalScroller_get_result, (UIVerticalScroller * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE20, void, UIVerticalScroller_set_result, (UIVerticalScroller * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0243E430, RectTransform *, UIVerticalScroller_get_scrollingPanel, (UIVerticalScroller * __this, MethodInfo * method)); DO_APP_FUNC(0x030447B0, void, UIVerticalScroller__ctor, (UIVerticalScroller * __this, MethodInfo * method)); DO_APP_FUNC(0x03044820, void, UIVerticalScroller__ctor_1, (UIVerticalScroller * __this, RectTransform * center, RectTransform * elementSize, ScrollRect * scrollRect, GameObject__Array * arrayOfElements, MethodInfo * method)); DO_APP_FUNC(0x03044A00, void, UIVerticalScroller_Awake, (UIVerticalScroller * __this, MethodInfo * method)); DO_APP_FUNC(0x03044EA0, void, UIVerticalScroller_updateChildren, (UIVerticalScroller * __this, int32_t startingIndex, GameObject__Array * arrayOfElements, MethodInfo * method)); DO_APP_FUNC(0x03045870, void, UIVerticalScroller_Start, (UIVerticalScroller * __this, MethodInfo * method)); DO_APP_FUNC(0x03045A30, void, UIVerticalScroller_Update, (UIVerticalScroller * __this, MethodInfo * method)); DO_APP_FUNC(0x030462E0, void, UIVerticalScroller_ScrollingElements, (UIVerticalScroller * __this, MethodInfo * method)); DO_APP_FUNC(0x03046570, void, UIVerticalScroller_SnapToElement, (UIVerticalScroller * __this, int32_t element, MethodInfo * method)); DO_APP_FUNC(0x030466F0, void, UIVerticalScroller_ScrollUp, (UIVerticalScroller * __this, MethodInfo * method)); DO_APP_FUNC(0x03046950, void, UIVerticalScroller_ScrollDown, (UIVerticalScroller * __this, MethodInfo * method)); DO_APP_FUNC(0x03046B30, void, UIVerticalScroller__Start_b__29_0, (UIVerticalScroller * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDD58, UIVerticalScroller__Start_b__29_0__MethodInfo); DO_APP_FUNC(0x03046B40, void, UIVerticalScroller__Start_b__29_1, (UIVerticalScroller * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDD60, UIVerticalScroller__Start_b__29_1__MethodInfo); DO_APP_FUNC(0x03046B50, void, UIVerticalScroller_IntEvent__ctor, (UIVerticalScroller_IntEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIVerticalScroller_c_DisplayClass28_0__ctor, (UIVerticalScroller_c_DisplayClass28_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x03046B90, void, UIVerticalScroller_c_DisplayClass28_0__updateChildren_b__0, (UIVerticalScroller_c_DisplayClass28_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDD40, UIVerticalScroller_c_DisplayClass28_0__updateChildren_b__0__MethodInfo); DO_APP_FUNC(0x03046BF0, void, VerticalScrollSnap_Start, (VerticalScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC(0x03046D10, void, VerticalScrollSnap_Update, (VerticalScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC(0x03047140, bool, VerticalScrollSnap_IsRectMovingSlowerThanThreshold, (VerticalScrollSnap * __this, float startingSpeed, MethodInfo * method)); DO_APP_FUNC(0x030471B0, void, VerticalScrollSnap_DistributePages, (VerticalScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC(0x030477E0, void, VerticalScrollSnap_AddChild, (VerticalScrollSnap * __this, GameObject * GO, MethodInfo * method)); DO_APP_FUNC(0x03047900, void, VerticalScrollSnap_AddChild_1, (VerticalScrollSnap * __this, GameObject * GO, bool WorldPositionStays, MethodInfo * method)); DO_APP_FUNC(0x03047A30, void, VerticalScrollSnap_RemoveChild, (VerticalScrollSnap * __this, int32_t index, GameObject * * ChildRemoved, MethodInfo * method)); DO_APP_FUNC(0x03047A50, void, VerticalScrollSnap_RemoveChild_1, (VerticalScrollSnap * __this, int32_t index, bool WorldPositionStays, GameObject * * ChildRemoved, MethodInfo * method)); DO_APP_FUNC(0x03047D20, void, VerticalScrollSnap_RemoveAllChildren, (VerticalScrollSnap * __this, GameObject__Array * * ChildrenRemoved, MethodInfo * method)); DO_APP_FUNC(0x03047D30, void, VerticalScrollSnap_RemoveAllChildren_1, (VerticalScrollSnap * __this, bool WorldPositionStays, GameObject__Array * * ChildrenRemoved, MethodInfo * method)); DO_APP_FUNC(0x030481B0, void, VerticalScrollSnap_SetScrollContainerPosition, (VerticalScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC(0x03048290, void, VerticalScrollSnap_UpdateLayout, (VerticalScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC(0x03048340, void, VerticalScrollSnap_OnRectTransformDimensionsChange, (VerticalScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC(0x030483D0, void, VerticalScrollSnap_OnEnable, (VerticalScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC(0x03048490, void, VerticalScrollSnap_OnEndDrag, (VerticalScrollSnap * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0303B270, void, VerticalScrollSnap__ctor, (VerticalScrollSnap * __this, MethodInfo * method)); DO_APP_FUNC(0x0072E980, void, Menu_1__ctor, (Menu_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Menu_1__Array *, MenuManager_get_MenuScreens, (MenuManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, MenuManager_set_MenuScreens, (MenuManager * __this, Menu_1__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, MenuManager_get_StartScreen, (MenuManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, MenuManager_set_StartScreen, (MenuManager * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x03048800, MenuManager *, MenuManager_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x03048840, void, MenuManager_set_Instance, (MenuManager * value, MethodInfo * method)); DO_APP_FUNC(0x030488E0, void, MenuManager_Start, (MenuManager * __this, MethodInfo * method)); DO_APP_FUNC(0x03048AC0, void, MenuManager_OnDestroy, (MenuManager * __this, MethodInfo * method)); DO_APP_FUNC(0x03048AD0, GameObject *, MenuManager_CreateInstance, (MenuManager * __this, String * MenuName, MethodInfo * method)); DO_APP_FUNC(0x03048BA0, void, MenuManager_CreateInstance_1, (MenuManager * __this, String * MenuName, GameObject * * menuInstance, MethodInfo * method)); DO_APP_FUNC(0x03048CC0, void, MenuManager_OpenMenu, (MenuManager * __this, Menu_1 * menuInstance, MethodInfo * method)); DO_APP_FUNC(0x030491C0, GameObject *, MenuManager_GetPrefab, (MenuManager * __this, String * PrefabName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDD08, MenuManager_GetPrefab__MethodInfo); DO_APP_FUNC(0x03049310, void, MenuManager_CloseMenu, (MenuManager * __this, Menu_1 * menu, MethodInfo * method)); DO_APP_FUNC(0x03049660, void, MenuManager_CloseTopMenu, (MenuManager * __this, MethodInfo * method)); DO_APP_FUNC(0x03049A10, void, MenuManager_Update, (MenuManager * __this, MethodInfo * method)); DO_APP_FUNC(0x03049AE0, void, MenuManager__ctor, (MenuManager * __this, MethodInfo * method)); DO_APP_FUNC(0x03049BE0, Menu_1 *, MenuExtensions_GetMenu, (GameObject * go, MethodInfo * method)); DO_APP_FUNC(0x01D0DC30, float, DiamondGraph_get_A, (DiamondGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0DC40, void, DiamondGraph_set_A, (DiamondGraph * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02FE6BD0, float, DiamondGraph_get_B, (DiamondGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x03049C30, void, DiamondGraph_set_B, (DiamondGraph * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DB8020, float, DiamondGraph_get_C, (DiamondGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB8030, void, DiamondGraph_set_C, (DiamondGraph * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DB8040, float, DiamondGraph_get_D, (DiamondGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB8050, void, DiamondGraph_set_D, (DiamondGraph * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x03049C40, void, DiamondGraph_OnPopulateMesh, (DiamondGraph * __this, VertexHelper * vh, MethodInfo * method)); DO_APP_FUNC(0x0304A010, void, DiamondGraph__ctor, (DiamondGraph * __this, MethodInfo * method)); DO_APP_FUNC(0x0304A040, void, UICircle_OnPopulateMesh, (UICircle * __this, VertexHelper * vh, MethodInfo * method)); DO_APP_FUNC(0x0304AE10, void, UICircle_SetProgress, (UICircle * __this, float progress, MethodInfo * method)); DO_APP_FUNC(0x0304AE30, void, UICircle_SetArcSteps, (UICircle * __this, int32_t steps, MethodInfo * method)); DO_APP_FUNC(0x0304AE50, void, UICircle_SetInvertArc, (UICircle * __this, bool invert, MethodInfo * method)); DO_APP_FUNC(0x0304AE70, void, UICircle_SetArcRotation, (UICircle * __this, int32_t rotation, MethodInfo * method)); DO_APP_FUNC(0x0304AE90, void, UICircle_SetFill, (UICircle * __this, bool fill, MethodInfo * method)); DO_APP_FUNC(0x0304AEB0, void, UICircle_SetBaseColor, (UICircle * __this, Color color, MethodInfo * method)); DO_APP_FUNC(0x0304AEF0, void, UICircle_UpdateBaseAlpha, (UICircle * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0304AF90, void, UICircle_SetProgressColor, (UICircle * __this, Color color, MethodInfo * method)); DO_APP_FUNC(0x0304AFB0, void, UICircle_UpdateProgressAlpha, (UICircle * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0304AFD0, void, UICircle_SetPadding, (UICircle * __this, int32_t padding, MethodInfo * method)); DO_APP_FUNC(0x0304AFF0, void, UICircle_SetThickness, (UICircle * __this, int32_t thickness, MethodInfo * method)); DO_APP_FUNC(0x0304B010, void, UICircle__ctor, (UICircle * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEF730, bool, UICornerCut_get_CutUL, (UICornerCut * __this, MethodInfo * method)); DO_APP_FUNC(0x0304B1D0, void, UICornerCut_set_CutUL, (UICornerCut * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0304B1F0, bool, UICornerCut_get_CutUR, (UICornerCut * __this, MethodInfo * method)); DO_APP_FUNC(0x0304B200, void, UICornerCut_set_CutUR, (UICornerCut * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0304B220, bool, UICornerCut_get_CutLL, (UICornerCut * __this, MethodInfo * method)); DO_APP_FUNC(0x0304B230, void, UICornerCut_set_CutLL, (UICornerCut * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0304B250, bool, UICornerCut_get_CutLR, (UICornerCut * __this, MethodInfo * method)); DO_APP_FUNC(0x0304B260, void, UICornerCut_set_CutLR, (UICornerCut * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0304B280, bool, UICornerCut_get_MakeColumns, (UICornerCut * __this, MethodInfo * method)); DO_APP_FUNC(0x0304B290, void, UICornerCut_set_MakeColumns, (UICornerCut * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0304B2B0, bool, UICornerCut_get_UseColorUp, (UICornerCut * __this, MethodInfo * method)); DO_APP_FUNC(0x0304B2C0, void, UICornerCut_set_UseColorUp, (UICornerCut * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C6C130, Color32, UICornerCut_get_ColorUp, (UICornerCut * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6C140, void, UICornerCut_set_ColorUp, (UICornerCut * __this, Color32 value, MethodInfo * method)); DO_APP_FUNC(0x00C6C150, bool, UICornerCut_get_UseColorDown, (UICornerCut * __this, MethodInfo * method)); DO_APP_FUNC(0x0203C9E0, void, UICornerCut_set_UseColorDown, (UICornerCut * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D0DC50, Color32, UICornerCut_get_ColorDown, (UICornerCut * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0DC60, void, UICornerCut_set_ColorDown, (UICornerCut * __this, Color32 value, MethodInfo * method)); DO_APP_FUNC(0x0304B2D0, void, UICornerCut_OnPopulateMesh, (UICornerCut * __this, VertexHelper * vh, MethodInfo * method)); DO_APP_FUNC(0x0304BAA0, void, UICornerCut_AddSquare, (Rect rect, Rect rectUV, Color32 color32, VertexHelper * vh, MethodInfo * method)); DO_APP_FUNC(0x0304BBE0, void, UICornerCut_AddSquare_1, (Vector2 a, Vector2 b, Vector2 c, Vector2 d, Rect rectUV, Color32 color32, VertexHelper * vh, MethodInfo * method)); DO_APP_FUNC(0x0304BD20, int32_t, UICornerCut_AddVert, (float x, float y, Rect area, Color32 color32, VertexHelper * vh, MethodInfo * method)); DO_APP_FUNC(0x0304BE80, void, UICornerCut__ctor, (UICornerCut * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65440, int32_t, UIGridRenderer_get_GridColumns, (UIGridRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x0304BEB0, void, UIGridRenderer_set_GridColumns, (UIGridRenderer * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D65460, int32_t, UIGridRenderer_get_GridRows, (UIGridRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x0304BED0, void, UIGridRenderer_set_GridRows, (UIGridRenderer * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0304BEF0, void, UIGridRenderer_OnPopulateMesh, (UIGridRenderer * __this, VertexHelper * vh, MethodInfo * method)); DO_APP_FUNC(0x0304C490, void, UIGridRenderer__ctor, (UIGridRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A6B0, float, UILineRenderer_get_LineThickness, (UILineRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x0304C4C0, void, UILineRenderer_set_LineThickness, (UILineRenderer * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C6C150, bool, UILineRenderer_get_RelativeSize, (UILineRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x0304C4E0, void, UILineRenderer_set_RelativeSize, (UILineRenderer * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0304C500, bool, UILineRenderer_get_LineList, (UILineRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x0304C510, void, UILineRenderer_set_LineList, (UILineRenderer * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0304C530, bool, UILineRenderer_get_LineCaps, (UILineRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x0304C540, void, UILineRenderer_set_LineCaps, (UILineRenderer * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D0DC50, int32_t, UILineRenderer_get_BezierSegmentsPerCurve, (UILineRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0DC60, void, UILineRenderer_set_BezierSegmentsPerCurve, (UILineRenderer * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C28C0, Vector2__Array *, UILineRenderer_get_Points, (UILineRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x0304C560, void, UILineRenderer_set_Points, (UILineRenderer * __this, Vector2__Array * value, MethodInfo * method)); DO_APP_FUNC(0x00AC90A0, List_1_UnityEngine_Vector2__1 *, UILineRenderer_get_Segments, (UILineRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x0304C5E0, void, UILineRenderer_set_Segments, (UILineRenderer * __this, List_1_UnityEngine_Vector2__1 * value, MethodInfo * method)); DO_APP_FUNC(0x0304C650, void, UILineRenderer_PopulateMesh, (UILineRenderer * __this, VertexHelper * vh, Vector2__Array * pointsToDraw, MethodInfo * method)); DO_APP_FUNC(0x0304D980, void, UILineRenderer_OnPopulateMesh, (UILineRenderer * __this, VertexHelper * vh, MethodInfo * method)); DO_APP_FUNC(0x0304DAE0, UIVertex__Array *, UILineRenderer_CreateLineCap, (UILineRenderer * __this, Vector2 start, Vector2 end, UILineRenderer_SegmentType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x0304DCD0, UIVertex__Array *, UILineRenderer_CreateLineSegment, (UILineRenderer * __this, Vector2 start, Vector2 end, UILineRenderer_SegmentType__Enum type, UIVertex__Array * previousVert, MethodInfo * method)); DO_APP_FUNC(0x0304E120, void, UILineRenderer_GeneratedUVs, (UILineRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x0304EA60, void, UILineRenderer_ResolutionToNativeSize, (UILineRenderer * __this, float distance, MethodInfo * method)); DO_APP_FUNC(0x0304EBA0, int32_t, UILineRenderer_GetSegmentPointCount, (UILineRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x0304ED50, Vector2, UILineRenderer_GetPosition, (UILineRenderer * __this, int32_t index, int32_t segmentIndex, MethodInfo * method)); DO_APP_FUNC(0x0304EFF0, Vector2, UILineRenderer_GetPositionBySegment, (UILineRenderer * __this, int32_t index, int32_t segment, MethodInfo * method)); DO_APP_FUNC(0x0304F0A0, Vector2, UILineRenderer_GetClosestPoint, (UILineRenderer * __this, Vector2 p1, Vector2 p2, Vector2 p3, MethodInfo * method)); DO_APP_FUNC(0x0304F240, void, UILineRenderer_OnEnable, (UILineRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x0304F340, void, UILineRenderer__ctor, (UILineRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB8020, float, UILineRendererList_get_LineThickness, (UILineRendererList * __this, MethodInfo * method)); DO_APP_FUNC(0x0304F360, void, UILineRendererList_set_LineThickness, (UILineRendererList * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0304B280, bool, UILineRendererList_get_RelativeSize, (UILineRendererList * __this, MethodInfo * method)); DO_APP_FUNC(0x0304B290, void, UILineRendererList_set_RelativeSize, (UILineRendererList * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0304B2B0, bool, UILineRendererList_get_LineList, (UILineRendererList * __this, MethodInfo * method)); DO_APP_FUNC(0x0304F380, void, UILineRendererList_set_LineList, (UILineRendererList * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0304F3A0, bool, UILineRendererList_get_LineCaps, (UILineRendererList * __this, MethodInfo * method)); DO_APP_FUNC(0x0304F3B0, void, UILineRendererList_set_LineCaps, (UILineRendererList * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C6C130, int32_t, UILineRendererList_get_BezierSegmentsPerCurve, (UILineRendererList * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6C140, void, UILineRendererList_set_BezierSegmentsPerCurve, (UILineRendererList * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C28C0, List_1_UnityEngine_Vector2_ *, UILineRendererList_get_Points, (UILineRendererList * __this, MethodInfo * method)); DO_APP_FUNC(0x0304C560, void, UILineRendererList_set_Points, (UILineRendererList * __this, List_1_UnityEngine_Vector2_ * value, MethodInfo * method)); DO_APP_FUNC(0x0304F3D0, void, UILineRendererList_AddPoint, (UILineRendererList * __this, Vector2 pointToAdd, MethodInfo * method)); DO_APP_FUNC(0x0304F440, void, UILineRendererList_RemovePoint, (UILineRendererList * __this, Vector2 pointToRemove, MethodInfo * method)); DO_APP_FUNC(0x0304F520, void, UILineRendererList_ClearPoints, (UILineRendererList * __this, MethodInfo * method)); DO_APP_FUNC(0x0304F580, void, UILineRendererList_PopulateMesh, (UILineRendererList * __this, VertexHelper * vh, List_1_UnityEngine_Vector2_ * pointsToDraw, MethodInfo * method)); DO_APP_FUNC(0x03050910, void, UILineRendererList_OnPopulateMesh, (UILineRendererList * __this, VertexHelper * vh, MethodInfo * method)); DO_APP_FUNC(0x030509A0, UIVertex__Array *, UILineRendererList_CreateLineCap, (UILineRendererList * __this, Vector2 start, Vector2 end, UILineRendererList_SegmentType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x03050B90, UIVertex__Array *, UILineRendererList_CreateLineSegment, (UILineRendererList * __this, Vector2 start, Vector2 end, UILineRendererList_SegmentType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x03050F50, void, UILineRendererList_GeneratedUVs, (UILineRendererList * __this, MethodInfo * method)); DO_APP_FUNC(0x03051890, void, UILineRendererList_ResolutionToNativeSize, (UILineRendererList * __this, float distance, MethodInfo * method)); DO_APP_FUNC(0x030519D0, void, UILineRendererList__ctor, (UILineRendererList * __this, MethodInfo * method)); DO_APP_FUNC(0x030519F0, Rect, UILineTextureRenderer_get_uvRect, (UILineTextureRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x03051A00, void, UILineTextureRenderer_set_uvRect, (UILineTextureRenderer * __this, Rect value, MethodInfo * method)); DO_APP_FUNC(0x00584BF0, Vector2__Array *, UILineTextureRenderer_get_Points, (UILineTextureRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x03051A70, void, UILineTextureRenderer_set_Points, (UILineTextureRenderer * __this, Vector2__Array * value, MethodInfo * method)); DO_APP_FUNC(0x03051AF0, void, UILineTextureRenderer_OnPopulateMesh, (UILineTextureRenderer * __this, VertexHelper * vh, MethodInfo * method)); DO_APP_FUNC(0x03052A30, Vector3, UILineTextureRenderer_RotatePointAroundPivot, (UILineTextureRenderer * __this, Vector3 point, Vector3 pivot, Vector3 angles, MethodInfo * method)); DO_APP_FUNC(0x03052D10, void, UILineTextureRenderer__ctor, (UILineTextureRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x03052D30, void, UIPolygon_DrawPolygon, (UIPolygon * __this, int32_t _sides, MethodInfo * method)); DO_APP_FUNC(0x03052E30, void, UIPolygon_DrawPolygon_1, (UIPolygon * __this, int32_t _sides, Single__Array * _VerticesDistances, MethodInfo * method)); DO_APP_FUNC(0x03052EB0, void, UIPolygon_DrawPolygon_2, (UIPolygon * __this, int32_t _sides, Single__Array * _VerticesDistances, float _rotation, MethodInfo * method)); DO_APP_FUNC(0x03052F30, void, UIPolygon_Update, (UIPolygon * __this, MethodInfo * method)); DO_APP_FUNC(0x030531C0, void, UIPolygon_OnPopulateMesh, (UIPolygon * __this, VertexHelper * vh, MethodInfo * method)); DO_APP_FUNC(0x030537A0, void, UIPolygon__ctor, (UIPolygon * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8DB0, Sprite *, UIPrimitiveBase_get_sprite, (UIPrimitiveBase * __this, MethodInfo * method)); DO_APP_FUNC(0x03053860, void, UIPrimitiveBase_set_sprite, (UIPrimitiveBase * __this, Sprite * value, MethodInfo * method)); DO_APP_FUNC(0x030538E0, Sprite *, UIPrimitiveBase_get_overrideSprite, (UIPrimitiveBase * __this, MethodInfo * method)); DO_APP_FUNC(0x030538F0, void, UIPrimitiveBase_set_overrideSprite, (UIPrimitiveBase * __this, Sprite * value, MethodInfo * method)); DO_APP_FUNC(0x03053970, Sprite *, UIPrimitiveBase_get_activeSprite, (UIPrimitiveBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65350, float, UIPrimitiveBase_get_eventAlphaThreshold, (UIPrimitiveBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65360, void, UIPrimitiveBase_set_eventAlphaThreshold, (UIPrimitiveBase * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D65370, ResolutionMode__Enum, UIPrimitiveBase_get_ImproveResolution, (UIPrimitiveBase * __this, MethodInfo * method)); DO_APP_FUNC(0x03053A90, void, UIPrimitiveBase_set_ImproveResolution, (UIPrimitiveBase * __this, ResolutionMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01D0DBF0, float, UIPrimitiveBase_get_Resolution, (UIPrimitiveBase * __this, MethodInfo * method)); DO_APP_FUNC(0x03053AB0, void, UIPrimitiveBase_set_Resolution, (UIPrimitiveBase * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x03053AD0, bool, UIPrimitiveBase_get_UseNativeSize, (UIPrimitiveBase * __this, MethodInfo * method)); DO_APP_FUNC(0x03053AE0, void, UIPrimitiveBase_set_UseNativeSize, (UIPrimitiveBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x03053B00, void, UIPrimitiveBase__ctor, (UIPrimitiveBase * __this, MethodInfo * method)); DO_APP_FUNC(0x03053BE0, Material *, UIPrimitiveBase_get_defaultETC1GraphicMaterial, (MethodInfo * method)); DO_APP_FUNC(0x03053DA0, Texture *, UIPrimitiveBase_get_mainTexture, (UIPrimitiveBase * __this, MethodInfo * method)); DO_APP_FUNC(0x03054150, bool, UIPrimitiveBase_get_hasBorder, (UIPrimitiveBase * __this, MethodInfo * method)); DO_APP_FUNC(0x03054310, float, UIPrimitiveBase_get_pixelsPerUnit, (UIPrimitiveBase * __this, MethodInfo * method)); DO_APP_FUNC(0x03054490, Material *, UIPrimitiveBase_get_material, (UIPrimitiveBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFE8C0, void, UIPrimitiveBase_set_material, (UIPrimitiveBase * __this, Material * value, MethodInfo * method)); DO_APP_FUNC(0x030548E0, UIVertex__Array *, UIPrimitiveBase_SetVbo, (UIPrimitiveBase * __this, Vector2__Array * vertices, Vector2__Array * uvs, MethodInfo * method)); DO_APP_FUNC(0x03054C80, Vector2__Array *, UIPrimitiveBase_IncreaseResolution, (UIPrimitiveBase * __this, Vector2__Array * input, MethodInfo * method)); DO_APP_FUNC(0x03054D30, List_1_UnityEngine_Vector2_ *, UIPrimitiveBase_IncreaseResolution_1, (UIPrimitiveBase * __this, List_1_UnityEngine_Vector2_ * input, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIPrimitiveBase_GeneratedUVs, (UIPrimitiveBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIPrimitiveBase_ResolutionToNativeSize, (UIPrimitiveBase * __this, float distance, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIPrimitiveBase_CalculateLayoutInputHorizontal, (UIPrimitiveBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIPrimitiveBase_CalculateLayoutInputVertical, (UIPrimitiveBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, UIPrimitiveBase_get_minWidth, (UIPrimitiveBase * __this, MethodInfo * method)); DO_APP_FUNC(0x03055360, float, UIPrimitiveBase_get_preferredWidth, (UIPrimitiveBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07FA0, float, UIPrimitiveBase_get_flexibleWidth, (UIPrimitiveBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, UIPrimitiveBase_get_minHeight, (UIPrimitiveBase * __this, MethodInfo * method)); DO_APP_FUNC(0x03055500, float, UIPrimitiveBase_get_preferredHeight, (UIPrimitiveBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07FA0, float, UIPrimitiveBase_get_flexibleHeight, (UIPrimitiveBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, UIPrimitiveBase_get_layoutPriority, (UIPrimitiveBase * __this, MethodInfo * method)); DO_APP_FUNC(0x030556A0, bool, UIPrimitiveBase_IsRaycastLocationValid, (UIPrimitiveBase * __this, Vector2 screenPoint, Camera * eventCamera, MethodInfo * method)); DO_APP_FUNC(0x03055C20, Vector2, UIPrimitiveBase_MapCoordinate, (UIPrimitiveBase * __this, Vector2 local, Rect rect, MethodInfo * method)); DO_APP_FUNC(0x03055CC0, Vector4, UIPrimitiveBase_GetAdjustedBorders, (UIPrimitiveBase * __this, Vector4 border, Rect rect, MethodInfo * method)); DO_APP_FUNC(0x03055EA0, void, UIPrimitiveBase_OnEnable, (UIPrimitiveBase * __this, MethodInfo * method)); DO_APP_FUNC(0x03055FA0, float, UISquircle_SquircleFunc, (UISquircle * __this, float t, bool xByY, MethodInfo * method)); DO_APP_FUNC(0x030560E0, void, UISquircle_OnPopulateMesh, (UISquircle * __this, VertexHelper * vh, MethodInfo * method)); DO_APP_FUNC(0x03057190, void, UISquircle__ctor, (UISquircle * __this, MethodInfo * method)); DO_APP_FUNC(0x03057290, void, UISquircle_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UISquircle_c__ctor, (UISquircle_c * __this, MethodInfo * method)); DO_APP_FUNC(0x03057340, Vector2, UISquircle_c__OnPopulateMesh_b__11_0, (UISquircle_c * __this, Vector2 t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF400, UISquircle_c__OnPopulateMesh_b__11_0__MethodInfo); DO_APP_FUNC(0x03057370, Vector2, UISquircle_c__OnPopulateMesh_b__11_1, (UISquircle_c * __this, Vector2 t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF3E0, UISquircle_c__OnPopulateMesh_b__11_1__MethodInfo); DO_APP_FUNC(0x030573A0, void, TabNavigationHelper_Start, (TabNavigationHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x03057740, void, TabNavigationHelper_Update, (TabNavigationHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x03058520, void, TabNavigationHelper_SelectDefaultObject, (TabNavigationHelper * __this, Selectable * * next, MethodInfo * method)); DO_APP_FUNC(0x03058690, void, TabNavigationHelper_selectGameObject, (TabNavigationHelper * __this, Selectable * selectable, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, TabNavigationHelper__ctor, (TabNavigationHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x030589C0, bool, BoundTooltipItem_get_IsActive, (BoundTooltipItem * __this, MethodInfo * method)); DO_APP_FUNC(0x03058A60, void, BoundTooltipItem_Awake, (BoundTooltipItem * __this, MethodInfo * method)); DO_APP_FUNC(0x03058BD0, void, BoundTooltipItem_ShowTooltip, (BoundTooltipItem * __this, String * text, Vector3 pos, MethodInfo * method)); DO_APP_FUNC(0x005E23F0, void, BoundTooltipItem_HideTooltip, (BoundTooltipItem * __this, MethodInfo * method)); DO_APP_FUNC(0x03058DF0, BoundTooltipItem *, BoundTooltipItem_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, BoundTooltipItem__ctor, (BoundTooltipItem * __this, MethodInfo * method)); DO_APP_FUNC(0x03058FB0, void, BoundTooltipTrigger_OnPointerEnter, (BoundTooltipTrigger * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03059130, void, BoundTooltipTrigger_OnSelect, (BoundTooltipTrigger * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03059220, void, BoundTooltipTrigger_OnPointerExit, (BoundTooltipTrigger * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03059220, void, BoundTooltipTrigger_OnDeselect, (BoundTooltipTrigger * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03059250, void, BoundTooltipTrigger_StartHover, (BoundTooltipTrigger * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x03059220, void, BoundTooltipTrigger_StopHover, (BoundTooltipTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, BoundTooltipTrigger__ctor, (BoundTooltipTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x030592B0, void, HoverTooltip_Start, (HoverTooltip * __this, MethodInfo * method)); DO_APP_FUNC(0x030596E0, void, HoverTooltip_SetTooltip, (HoverTooltip * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x03059730, void, HoverTooltip_SetTooltip_1, (HoverTooltip * __this, String__Array * texts, MethodInfo * method)); DO_APP_FUNC(0x030596E0, void, HoverTooltip_SetTooltip_2, (HoverTooltip * __this, String * text, bool test, MethodInfo * method)); DO_APP_FUNC(0x03059830, void, HoverTooltip_OnScreenSpaceCamera, (HoverTooltip * __this, MethodInfo * method)); DO_APP_FUNC(0x0305A6A0, void, HoverTooltip_HideTooltip, (HoverTooltip * __this, MethodInfo * method)); DO_APP_FUNC(0x0305A8B0, void, HoverTooltip_Update, (HoverTooltip * __this, MethodInfo * method)); DO_APP_FUNC(0x0305A8F0, void, HoverTooltip_LayoutInit, (HoverTooltip * __this, MethodInfo * method)); DO_APP_FUNC(0x0305AC40, void, HoverTooltip_NewTooltip, (HoverTooltip * __this, MethodInfo * method)); DO_APP_FUNC(0x0305AFD0, void, HoverTooltip_ActivateTooltipVisibility, (HoverTooltip * __this, MethodInfo * method)); DO_APP_FUNC(0x0305B150, void, HoverTooltip_HideTooltipVisibility, (HoverTooltip * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, HoverTooltip__ctor, (HoverTooltip * __this, MethodInfo * method)); DO_APP_FUNC(0x0305B2D0, Camera *, ToolTip_get_GuiCamera, (ToolTip * __this, MethodInfo * method)); DO_APP_FUNC(0x0305B3C0, ToolTip *, ToolTip_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x0305B580, void, ToolTip_Reset, (ToolTip * __this, MethodInfo * method)); DO_APP_FUNC(0x0305B6D0, void, ToolTip_Awake, (ToolTip * __this, MethodInfo * method)); DO_APP_FUNC(0x0305BC40, void, ToolTip_SetTooltip, (ToolTip * __this, String * ttext, MethodInfo * method)); DO_APP_FUNC(0x0305BD40, void, ToolTip_SetTooltip_1, (ToolTip * __this, String * ttext, Vector3 basePos, bool refreshCanvasesBeforeGetSize, MethodInfo * method)); DO_APP_FUNC(0x0305BE70, void, ToolTip_HideTooltip, (ToolTip * __this, MethodInfo * method)); DO_APP_FUNC(0x0305BF20, void, ToolTip_Update, (ToolTip * __this, MethodInfo * method)); DO_APP_FUNC(0x0305BF60, void, ToolTip_RefreshTooltipSize, (ToolTip * __this, MethodInfo * method)); DO_APP_FUNC(0x0305C000, void, ToolTip_ContextualTooltipUpdate, (ToolTip * __this, bool refreshCanvasesBeforeGettingSize, MethodInfo * method)); DO_APP_FUNC(0x0305C020, void, ToolTip_OnScreenSpaceCamera, (ToolTip * __this, bool refreshCanvasesBeforeGettingSize, MethodInfo * method)); DO_APP_FUNC(0x0305CC30, void, ToolTip_OnScreenSpaceOverlay, (ToolTip * __this, bool refreshCanvasesBeforeGettingSize, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ToolTip__ctor, (ToolTip * __this, MethodInfo * method)); DO_APP_FUNC(0x0305D200, void, TooltipTrigger_Start, (TooltipTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x0305D2E0, bool, TooltipTrigger_get_WorldToScreenIsRequired, (TooltipTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x0305D340, void, TooltipTrigger_OnPointerEnter, (TooltipTrigger * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0305D750, IEnumerator *, TooltipTrigger_HoveredMouseFollowingLoop, (TooltipTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x0305D7F0, void, TooltipTrigger_OnSelect, (TooltipTrigger * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0305DAE0, void, TooltipTrigger_OnPointerExit, (TooltipTrigger * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0305DAE0, void, TooltipTrigger_OnDeselect, (TooltipTrigger * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0305DAF0, void, TooltipTrigger_StartHover, (TooltipTrigger * __this, Vector3 position, bool shouldCanvasUpdate, MethodInfo * method)); DO_APP_FUNC(0x0305DB60, void, TooltipTrigger_StopHover, (TooltipTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, TooltipTrigger__ctor, (TooltipTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TooltipTrigger_HoveredMouseFollowingLoop_d_10__ctor, (TooltipTrigger_HoveredMouseFollowingLoop_d_10 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TooltipTrigger_HoveredMouseFollowingLoop_d_10_System_IDisposable_Dispose, (TooltipTrigger_HoveredMouseFollowingLoop_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x0305DC20, bool, TooltipTrigger_HoveredMouseFollowingLoop_d_10_MoveNext, (TooltipTrigger_HoveredMouseFollowingLoop_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TooltipTrigger_HoveredMouseFollowingLoop_d_10_System_Collections_Generic_IEnumerator_System_Object__get_Current, (TooltipTrigger_HoveredMouseFollowingLoop_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x0305DDB0, void, TooltipTrigger_HoveredMouseFollowingLoop_d_10_System_Collections_IEnumerator_Reset, (TooltipTrigger_HoveredMouseFollowingLoop_d_10 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF260, TooltipTrigger_HoveredMouseFollowingLoop_d_10_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, TooltipTrigger_HoveredMouseFollowingLoop_d_10_System_Collections_IEnumerator_get_Current, (TooltipTrigger_HoveredMouseFollowingLoop_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x0305DE00, void, UIWindowBase_Start, (UIWindowBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0305E0D0, void, UIWindowBase_Update, (UIWindowBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0305E1C0, void, UIWindowBase_OnDrag, (UIWindowBase * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0305E3B0, void, UIWindowBase_OnBeginDrag, (UIWindowBase * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x00966980, void, UIWindowBase_OnEndDrag, (UIWindowBase * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0305E560, void, UIWindowBase_resetCoordinatePosition, (UIWindowBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0305E610, Vector3, UIWindowBase_ScreenToCanvas, (UIWindowBase * __this, Vector3 screenPosition, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF2B8, UIWindowBase_ScreenToCanvas__MethodInfo); DO_APP_FUNC(0x0305EED0, void, UIWindowBase__ctor, (UIWindowBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0305EF60, void, BezierPath__ctor, (BezierPath * __this, MethodInfo * method)); DO_APP_FUNC(0x0305F030, void, BezierPath_SetControlPoints, (BezierPath * __this, List_1_UnityEngine_Vector2_ * newControlPoints, MethodInfo * method)); DO_APP_FUNC(0x0305F100, void, BezierPath_SetControlPoints_1, (BezierPath * __this, Vector2__Array * newControlPoints, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, List_1_UnityEngine_Vector2_ *, BezierPath_GetControlPoints, (BezierPath * __this, MethodInfo * method)); DO_APP_FUNC(0x0305F1D0, void, BezierPath_Interpolate, (BezierPath * __this, List_1_UnityEngine_Vector2_ * segmentPoints, float scale, MethodInfo * method)); DO_APP_FUNC(0x0305F610, void, BezierPath_SamplePoints, (BezierPath * __this, List_1_UnityEngine_Vector2_ * sourcePoints, float minSqrDistance, float maxSqrDistance, float scale, MethodInfo * method)); DO_APP_FUNC(0x0305FB20, Vector2, BezierPath_CalculateBezierPoint, (BezierPath * __this, int32_t curveIndex, float t, MethodInfo * method)); DO_APP_FUNC(0x0305FCD0, List_1_UnityEngine_Vector2_ *, BezierPath_GetDrawingPoints0, (BezierPath * __this, MethodInfo * method)); DO_APP_FUNC(0x0305FDE0, List_1_UnityEngine_Vector2_ *, BezierPath_GetDrawingPoints1, (BezierPath * __this, MethodInfo * method)); DO_APP_FUNC(0x030600F0, List_1_UnityEngine_Vector2_ *, BezierPath_GetDrawingPoints2, (BezierPath * __this, MethodInfo * method)); DO_APP_FUNC(0x03060300, List_1_UnityEngine_Vector2_ *, BezierPath_FindDrawingPoints, (BezierPath * __this, int32_t curveIndex, MethodInfo * method)); DO_APP_FUNC(0x03060420, int32_t, BezierPath_FindDrawingPoints_1, (BezierPath * __this, int32_t curveIndex, float t0, float t1, List_1_UnityEngine_Vector2_ * pointList, int32_t insertionIndex, MethodInfo * method)); DO_APP_FUNC(0x03060790, Vector2, BezierPath_CalculateBezierPoint_1, (BezierPath * __this, float t, Vector2 p0, Vector2 p1, Vector2 p2, Vector2 p3, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, CableCurve_get_regenPoints, (CableCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, CableCurve_set_regenPoints, (CableCurve * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x014BB3D0, Vector2, CableCurve_get_start, (CableCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x03060880, void, CableCurve_set_start, (CableCurve * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x00ABB0F0, Vector2, CableCurve_get_end, (CableCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x030608C0, void, CableCurve_set_end, (CableCurve * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, CableCurve_get_slack, (CableCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x03060900, void, CableCurve_set_slack, (CableCurve * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, CableCurve_get_steps, (CableCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x03060920, void, CableCurve_set_steps, (CableCurve * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x03060940, Vector2, CableCurve_get_midPoint, (CableCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x03060A90, void, CableCurve__ctor, (CableCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x03060C20, void, CableCurve__ctor_1, (CableCurve * __this, Vector2__Array * inputPoints, MethodInfo * method)); DO_APP_FUNC(0x03060CE0, void, CableCurve__ctor_2, (CableCurve * __this, List_1_UnityEngine_Vector2_ * inputPoints, MethodInfo * method)); DO_APP_FUNC(0x03060E10, void, CableCurve__ctor_3, (CableCurve * __this, CableCurve * v, MethodInfo * method)); DO_APP_FUNC(0x03060ED0, Vector2__Array *, CableCurve_Points, (CableCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x030613F0, void, CableCurve__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BA3C0, float, Circle_get_X, (Circle * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA760, void, Circle_set_X, (Circle * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003BA310, float, Circle_get_Y, (Circle * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA9C70, void, Circle_set_Y, (Circle * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, Circle_get_Steps, (Circle * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, Circle_set_Steps, (Circle * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x030614D0, void, Circle__ctor, (Circle * __this, float radius, MethodInfo * method)); DO_APP_FUNC(0x030614F0, void, Circle__ctor_1, (Circle * __this, float radius, int32_t steps, MethodInfo * method)); DO_APP_FUNC(0x03061500, void, Circle__ctor_2, (Circle * __this, float xAxis, float yAxis, MethodInfo * method)); DO_APP_FUNC(0x03061520, void, Circle__ctor_3, (Circle * __this, float xAxis, float yAxis, int32_t steps, MethodInfo * method)); DO_APP_FUNC(0x03061530, Vector2, Circle_Evaluate, (Circle * __this, float t, MethodInfo * method)); DO_APP_FUNC(0x030615A0, void, Circle_Evaluate_1, (Circle * __this, float t, Vector2 * eval, MethodInfo * method)); DO_APP_FUNC(0x03061610, Byte__Array *, CLZF2_Compress, (Byte__Array * inputBytes, MethodInfo * method)); DO_APP_FUNC(0x03061740, Byte__Array *, CLZF2_Decompress, (Byte__Array * inputBytes, MethodInfo * method)); DO_APP_FUNC(0x03061870, int32_t, CLZF2_lzf_compress, (Byte__Array * input, Byte__Array * * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF008, CLZF2_lzf_compress__MethodInfo); DO_APP_FUNC(0x03061FD0, int32_t, CLZF2_lzf_decompress, (Byte__Array * input, Byte__Array * * output, MethodInfo * method)); DO_APP_FUNC(0x030621E0, void, CLZF2__cctor, (MethodInfo * method)); DO_APP_FUNC(0x03062310, void, DragCorrector_Start, (DragCorrector * __this, MethodInfo * method)); DO_APP_FUNC(0x030623F0, void, DragCorrector__ctor, (DragCorrector * __this, MethodInfo * method)); DO_APP_FUNC(0x03062450, bool, ExtentionMethods_IsPrefab, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEFE0, ExtentionMethods_IsPrefab__MethodInfo); DO_APP_FUNC(0x03062670, void, InputFieldEnterSubmit_Awake, (InputFieldEnterSubmit * __this, MethodInfo * method)); DO_APP_FUNC(0x030627A0, void, InputFieldEnterSubmit_OnEndEdit, (InputFieldEnterSubmit * __this, String * txt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF058, InputFieldEnterSubmit_OnEndEdit__MethodInfo); DO_APP_FUNC(0x004245A0, void, InputFieldEnterSubmit__ctor, (InputFieldEnterSubmit * __this, MethodInfo * method)); DO_APP_FUNC(0x030628E0, void, InputFieldEnterSubmit_EnterSubmitEvent__ctor, (InputFieldEnterSubmit_EnterSubmitEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NonDrawingGraphic_SetMaterialDirty, (NonDrawingGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NonDrawingGraphic_SetVerticesDirty, (NonDrawingGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x03062920, void, NonDrawingGraphic_OnPopulateMesh, (NonDrawingGraphic * __this, VertexHelper * vh, MethodInfo * method)); DO_APP_FUNC(0x02BE1520, void, NonDrawingGraphic__ctor, (NonDrawingGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x03062940, int32_t, PaginationManager_get_CurrentPage, (PaginationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB5AD0, void, PaginationManager__ctor, (PaginationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x03062960, void, PaginationManager_Start, (PaginationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x03062C50, void, PaginationManager_ResetPaginationChildren, (PaginationManager * __this, MethodInfo * method)); DO_APP_FUNC(0x03063200, void, PaginationManager_GoToScreen, (PaginationManager * __this, int32_t pageNo, MethodInfo * method)); DO_APP_FUNC(0x03063230, void, PaginationManager_ToggleClick, (PaginationManager * __this, Toggle * target, MethodInfo * method)); DO_APP_FUNC(0x030632F0, void, PaginationManager_ToggleClick_1, (PaginationManager * __this, bool toggle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEEA0, PaginationManager_ToggleClick_1__MethodInfo); DO_APP_FUNC(0x030633D0, void, PaginationManager_ToggleClick_2, (PaginationManager * __this, int32_t target, MethodInfo * method)); DO_APP_FUNC(0x03063400, void, PaginationManager_SetToggleGraphics, (PaginationManager * __this, int32_t pageNo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF0A0, PaginationManager_SetToggleGraphics__MethodInfo); DO_APP_FUNC(0x01BA0D50, void, PaginationManager_OnPageChangeEnd, (PaginationManager * __this, int32_t pageNo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF0C8, PaginationManager_OnPageChangeEnd__MethodInfo); DO_APP_FUNC(0x03063490, void, PPIViewer_Awake, (PPIViewer * __this, MethodInfo * method)); DO_APP_FUNC(0x03063520, void, PPIViewer_Start, (PPIViewer * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, PPIViewer__ctor, (PPIViewer * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReadOnlyAttribute_1__ctor, (ReadOnlyAttribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x03063710, void, ScrollConflictManager_Awake, (ScrollConflictManager * __this, MethodInfo * method)); DO_APP_FUNC(0x03063780, void, ScrollConflictManager_InitialiseConflictManager, (ScrollConflictManager * __this, MethodInfo * method)); DO_APP_FUNC(0x03063A00, void, ScrollConflictManager_Start, (ScrollConflictManager * __this, MethodInfo * method)); DO_APP_FUNC(0x03063A70, void, ScrollConflictManager_AssignScrollRectHandlers, (ScrollConflictManager * __this, MethodInfo * method)); DO_APP_FUNC(0x03063C20, void, ScrollConflictManager_SetParentScrollRect, (ScrollConflictManager * __this, ScrollRect * parentScrollRect, MethodInfo * method)); DO_APP_FUNC(0x03063C90, void, ScrollConflictManager_OnBeginDrag, (ScrollConflictManager * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x030640E0, void, ScrollConflictManager_OnEndDrag, (ScrollConflictManager * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03064370, void, ScrollConflictManager_OnDrag, (ScrollConflictManager * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ScrollConflictManager__ctor, (ScrollConflictManager * __this, MethodInfo * method)); DO_APP_FUNC(0x03064590, void, ScrollRectEx_OnInitializePotentialDrag, (ScrollRectEx * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03064710, void, ScrollRectEx_OnDrag, (ScrollRectEx * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03064860, void, ScrollRectEx_OnBeginDrag, (ScrollRectEx * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03064A70, void, ScrollRectEx_OnEndDrag, (ScrollRectEx * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03064BC0, void, ScrollRectEx_OnScroll, (ScrollRectEx * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03064DD0, void, ScrollRectEx__ctor, (ScrollRectEx * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScrollRectEx_c_DisplayClass2_0__ctor, (ScrollRectEx_c_DisplayClass2_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x03064DE0, void, ScrollRectEx_c_DisplayClass2_0__OnInitializePotentialDrag_b__0, (ScrollRectEx_c_DisplayClass2_0 * __this, IInitializePotentialDragHandler * parent, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBECE8, ScrollRectEx_c_DisplayClass2_0__OnInitializePotentialDrag_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, ScrollRectEx_c_DisplayClass3_0__ctor, (ScrollRectEx_c_DisplayClass3_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x03064E40, void, ScrollRectEx_c_DisplayClass3_0__OnDrag_b__0, (ScrollRectEx_c_DisplayClass3_0 * __this, IDragHandler * parent, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBED38, ScrollRectEx_c_DisplayClass3_0__OnDrag_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, ScrollRectEx_c_DisplayClass4_0__ctor, (ScrollRectEx_c_DisplayClass4_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x03064EA0, void, ScrollRectEx_c_DisplayClass4_0__OnBeginDrag_b__0, (ScrollRectEx_c_DisplayClass4_0 * __this, IBeginDragHandler * parent, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEDB0, ScrollRectEx_c_DisplayClass4_0__OnBeginDrag_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, ScrollRectEx_c_DisplayClass5_0__ctor, (ScrollRectEx_c_DisplayClass5_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x03064F00, void, ScrollRectEx_c_DisplayClass5_0__OnEndDrag_b__0, (ScrollRectEx_c_DisplayClass5_0 * __this, IEndDragHandler * parent, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEE50, ScrollRectEx_c_DisplayClass5_0__OnEndDrag_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, ScrollRectEx_c_DisplayClass6_0__ctor, (ScrollRectEx_c_DisplayClass6_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x03064F60, void, ScrollRectEx_c_DisplayClass6_0__OnScroll_b__0, (ScrollRectEx_c_DisplayClass6_0 * __this, IScrollHandler * parent, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEDF8, ScrollRectEx_c_DisplayClass6_0__OnScroll_b__0__MethodInfo); DO_APP_FUNC(0x03064FC0, void, ScrollRectExtensions_ScrollToTop, (ScrollRect * scrollRect, MethodInfo * method)); DO_APP_FUNC(0x03065020, void, ScrollRectExtensions_ScrollToBottom, (ScrollRect * scrollRect, MethodInfo * method)); DO_APP_FUNC(0x03065070, void, ScrollRectLinker_Awake, (ScrollRectLinker * __this, MethodInfo * method)); DO_APP_FUNC(0x03065270, void, ScrollRectLinker_MirrorPos, (ScrollRectLinker * __this, Vector2 scrollPos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEBC8, ScrollRectLinker_MirrorPos__MethodInfo); DO_APP_FUNC(0x005F7720, void, ScrollRectLinker__ctor, (ScrollRectLinker * __this, MethodInfo * method)); DO_APP_FUNC(0x03065350, void, ScrollRectTweener_Awake, (ScrollRectTweener * __this, MethodInfo * method)); DO_APP_FUNC(0x03065400, void, ScrollRectTweener_ScrollHorizontal, (ScrollRectTweener * __this, float normalizedX, MethodInfo * method)); DO_APP_FUNC(0x03065450, void, ScrollRectTweener_ScrollHorizontal_1, (ScrollRectTweener * __this, float normalizedX, float duration, MethodInfo * method)); DO_APP_FUNC(0x030654B0, void, ScrollRectTweener_ScrollVertical, (ScrollRectTweener * __this, float normalizedY, MethodInfo * method)); DO_APP_FUNC(0x03065500, void, ScrollRectTweener_ScrollVertical_1, (ScrollRectTweener * __this, float normalizedY, float duration, MethodInfo * method)); DO_APP_FUNC(0x03065560, void, ScrollRectTweener_Scroll, (ScrollRectTweener * __this, Vector2 normalizedPos, MethodInfo * method)); DO_APP_FUNC(0x03065600, float, ScrollRectTweener_GetScrollDuration, (ScrollRectTweener * __this, Vector2 normalizedPos, MethodInfo * method)); DO_APP_FUNC(0x03065690, Vector2, ScrollRectTweener_DeNormalize, (ScrollRectTweener * __this, Vector2 normalizedPos, MethodInfo * method)); DO_APP_FUNC(0x030657A0, Vector2, ScrollRectTweener_GetCurrentPos, (ScrollRectTweener * __this, MethodInfo * method)); DO_APP_FUNC(0x030657F0, void, ScrollRectTweener_Scroll_1, (ScrollRectTweener * __this, Vector2 normalizedPos, float duration, MethodInfo * method)); DO_APP_FUNC(0x03065970, IEnumerator *, ScrollRectTweener_DoMove, (ScrollRectTweener * __this, float duration, MethodInfo * method)); DO_APP_FUNC(0x03065A20, Vector2, ScrollRectTweener_EaseVector, (ScrollRectTweener * __this, float currentTime, Vector2 startValue, Vector2 changeInValue, float duration, MethodInfo * method)); DO_APP_FUNC(0x03065AB0, void, ScrollRectTweener_OnDrag, (ScrollRectTweener * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03065B40, void, ScrollRectTweener_StopScroll, (ScrollRectTweener * __this, MethodInfo * method)); DO_APP_FUNC(0x03065BC0, void, ScrollRectTweener_LockScrollability, (ScrollRectTweener * __this, MethodInfo * method)); DO_APP_FUNC(0x03065BF0, void, ScrollRectTweener_RestoreScrollability, (ScrollRectTweener * __this, MethodInfo * method)); DO_APP_FUNC(0x03065C20, void, ScrollRectTweener__ctor, (ScrollRectTweener * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ScrollRectTweener_DoMove_d_17__ctor, (ScrollRectTweener_DoMove_d_17 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScrollRectTweener_DoMove_d_17_System_IDisposable_Dispose, (ScrollRectTweener_DoMove_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x03065C70, bool, ScrollRectTweener_DoMove_d_17_MoveNext, (ScrollRectTweener_DoMove_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ScrollRectTweener_DoMove_d_17_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ScrollRectTweener_DoMove_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x03065EF0, void, ScrollRectTweener_DoMove_d_17_System_Collections_IEnumerator_Reset, (ScrollRectTweener_DoMove_d_17 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEC28, ScrollRectTweener_DoMove_d_17_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ScrollRectTweener_DoMove_d_17_System_Collections_IEnumerator_get_Current, (ScrollRectTweener_DoMove_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x03065F40, Selectable *, SelectableScaler_get_Target, (SelectableScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x030660B0, void, SelectableScaler_Awake, (SelectableScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x030662C0, void, SelectableScaler_OnEnable, (SelectableScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x03066340, void, SelectableScaler_OnPointerDown, (SelectableScaler * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x030664E0, void, SelectableScaler_OnPointerUp, (SelectableScaler * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03066680, IEnumerator *, SelectableScaler_ScaleIN, (SelectableScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x03066720, IEnumerator *, SelectableScaler_ScaleOUT, (SelectableScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x00530500, void, SelectableScaler__ctor, (SelectableScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SelectableScaler_ScaleIN_d_11__ctor, (SelectableScaler_ScaleIN_d_11 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SelectableScaler_ScaleIN_d_11_System_IDisposable_Dispose, (SelectableScaler_ScaleIN_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x030667C0, bool, SelectableScaler_ScaleIN_d_11_MoveNext, (SelectableScaler_ScaleIN_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SelectableScaler_ScaleIN_d_11_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SelectableScaler_ScaleIN_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x03066B90, void, SelectableScaler_ScaleIN_d_11_System_Collections_IEnumerator_Reset, (SelectableScaler_ScaleIN_d_11 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEA60, SelectableScaler_ScaleIN_d_11_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SelectableScaler_ScaleIN_d_11_System_Collections_IEnumerator_get_Current, (SelectableScaler_ScaleIN_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SelectableScaler_ScaleOUT_d_12__ctor, (SelectableScaler_ScaleOUT_d_12 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SelectableScaler_ScaleOUT_d_12_System_IDisposable_Dispose, (SelectableScaler_ScaleOUT_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x03066BE0, bool, SelectableScaler_ScaleOUT_d_12_MoveNext, (SelectableScaler_ScaleOUT_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SelectableScaler_ScaleOUT_d_12_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SelectableScaler_ScaleOUT_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x03067000, void, SelectableScaler_ScaleOUT_d_12_System_Collections_IEnumerator_Reset, (SelectableScaler_ScaleOUT_d_12 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEA48, SelectableScaler_ScaleOUT_d_12_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SelectableScaler_ScaleOUT_d_12_System_Collections_IEnumerator_get_Current, (SelectableScaler_ScaleOUT_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x02BD7FD0, bool, SetPropertyUtility_1_SetColor, (Color * currentValue, Color newValue, MethodInfo * method)); DO_APP_FUNC(0x03067050, Shader *, ShaderLibrary_GetShaderInstance, (String * shaderName, MethodInfo * method)); DO_APP_FUNC(0x030672C0, void, ShaderLibrary__cctor, (MethodInfo * method)); DO_APP_FUNC(0x030673B0, Vector2, RectTransformExtension_switchToRectTransform, (RectTransform * from, RectTransform * to, MethodInfo * method)); DO_APP_FUNC(0x030679D0, Canvas *, UIExtensionMethods_GetParentCanvas, (RectTransform * rt, MethodInfo * method)); DO_APP_FUNC(0x03067C50, Vector2, UIExtensionMethods_TransformInputBasedOnCanvasType, (Vector2 input, Canvas * canvas, MethodInfo * method)); DO_APP_FUNC(0x03067D80, Vector3, UIExtensionMethods_TransformInputBasedOnCanvasType_1, (Vector2 input, RectTransform * rt, MethodInfo * method)); DO_APP_FUNC(0x03068010, Camera *, UIExtensionMethods_GetEventCamera, (Canvas * input, MethodInfo * method)); DO_APP_FUNC(0x02D6B090, bool, UIExtensionsInputManager_GetMouseButton, (int32_t button, MethodInfo * method)); DO_APP_FUNC(0x02D6B0E0, bool, UIExtensionsInputManager_GetMouseButtonDown, (int32_t button, MethodInfo * method)); DO_APP_FUNC(0x02D6B130, bool, UIExtensionsInputManager_GetMouseButtonUp, (int32_t button, MethodInfo * method)); DO_APP_FUNC(0x02D6AFA0, bool, UIExtensionsInputManager_GetButton, (String * input, MethodInfo * method)); DO_APP_FUNC(0x02D6AFF0, bool, UIExtensionsInputManager_GetButtonDown, (String * input, MethodInfo * method)); DO_APP_FUNC(0x02D6B040, bool, UIExtensionsInputManager_GetButtonUp, (String * input, MethodInfo * method)); DO_APP_FUNC(0x02D6AE10, bool, UIExtensionsInputManager_GetKey, (KeyCode__Enum key, MethodInfo * method)); DO_APP_FUNC(0x02D6AEB0, bool, UIExtensionsInputManager_GetKeyDown, (KeyCode__Enum key, MethodInfo * method)); DO_APP_FUNC(0x02D6AE60, bool, UIExtensionsInputManager_GetKeyUp, (KeyCode__Enum key, MethodInfo * method)); DO_APP_FUNC(0x02D6AF50, float, UIExtensionsInputManager_GetAxisRaw, (String * axis, MethodInfo * method)); DO_APP_FUNC(0x030681F0, Vector3, UIExtensionsInputManager_get_MousePosition, (MethodInfo * method)); DO_APP_FUNC(0x03068260, Vector3, UIExtensionsInputManager_get_MouseScrollDelta, (MethodInfo * method)); DO_APP_FUNC(0x024B70F0, bool, UIHighlightable_get_Interactable, (UIHighlightable * __this, MethodInfo * method)); DO_APP_FUNC(0x030682E0, void, UIHighlightable_set_Interactable, (UIHighlightable * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02AB1410, bool, UIHighlightable_get_ClickToHold, (UIHighlightable * __this, MethodInfo * method)); DO_APP_FUNC(0x02AB1420, void, UIHighlightable_set_ClickToHold, (UIHighlightable * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x03068390, void, UIHighlightable_Awake, (UIHighlightable * __this, MethodInfo * method)); DO_APP_FUNC(0x03068420, void, UIHighlightable_OnPointerEnter, (UIHighlightable * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03068470, void, UIHighlightable_OnPointerExit, (UIHighlightable * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x030684C0, void, UIHighlightable_OnPointerDown, (UIHighlightable * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03068520, void, UIHighlightable_OnPointerUp, (UIHighlightable * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03068590, void, UIHighlightable_HighlightInteractable, (UIHighlightable * __this, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x030685F0, void, UIHighlightable__ctor, (UIHighlightable * __this, MethodInfo * method)); DO_APP_FUNC(0x03068680, void, UIHighlightable_InteractableChangedEvent__ctor, (UIHighlightable_InteractableChangedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x030686C0, void, UILineConnector_Awake, (UILineConnector * __this, MethodInfo * method)); DO_APP_FUNC(0x03068870, void, UILineConnector_Update, (UILineConnector * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, UILineConnector__ctor, (UILineConnector * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, RectTransform *, UIScrollToSelection_get_ViewRectTransform, (UIScrollToSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, UIScrollToSelection_set_ViewRectTransform, (UIScrollToSelection * __this, RectTransform * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, ScrollRect *, UIScrollToSelection_get_TargetScrollRect, (UIScrollToSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, UIScrollToSelection_set_TargetScrollRect, (UIScrollToSelection * __this, ScrollRect * value, MethodInfo * method)); DO_APP_FUNC(0x003C5300, UIScrollToSelection_Axis__Enum, UIScrollToSelection_get_ScrollAxes, (UIScrollToSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, UIScrollToSelection_ScrollMethod__Enum, UIScrollToSelection_get_UsedScrollMethod, (UIScrollToSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE2C0, float, UIScrollToSelection_get_ScrollSpeed, (UIScrollToSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA7A30, float, UIScrollToSelection_get_EndOfListJumpScrollSpeed, (UIScrollToSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x008CC030, float, UIScrollToSelection_get_JumpOffsetThreshold, (UIScrollToSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88B20, UIScrollToSelection_MouseButton__Enum, UIScrollToSelection_get_CancelScrollMouseButtons, (UIScrollToSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, KeyCode__Enum__Array *, UIScrollToSelection_get_CancelScrollKeys, (UIScrollToSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x03069040, void, UIScrollToSelection_Awake, (UIScrollToSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x03069050, void, UIScrollToSelection_LateUpdate, (UIScrollToSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x03069060, void, UIScrollToSelection_Reset, (UIScrollToSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x030692A0, void, UIScrollToSelection_ValidateReferences, (UIScrollToSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x030698A0, void, UIScrollToSelection_TryToScrollToSelection, (UIScrollToSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x03069BA0, void, UIScrollToSelection_ScrollToSelection, (UIScrollToSelection * __this, GameObject * selection, MethodInfo * method)); DO_APP_FUNC(0x0306A2C0, IEnumerator *, UIScrollToSelection_ScrollToPosition, (UIScrollToSelection * __this, Vector2 targetPosition, float speed, MethodInfo * method)); DO_APP_FUNC(0x0306A390, bool, UIScrollToSelection_CheckIfScrollInterrupted, (UIScrollToSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x0306A520, float, UIScrollToSelection_MoveTowardsValue, (UIScrollToSelection * __this, float from, float to, float delta, UIScrollToSelection_ScrollMethod__Enum method_1, MethodInfo * method)); DO_APP_FUNC(0x0306A680, void, UIScrollToSelection__ctor, (UIScrollToSelection * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, UIScrollToSelection_ScrollToPosition_d_41__ctor, (UIScrollToSelection_ScrollToPosition_d_41 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIScrollToSelection_ScrollToPosition_d_41_System_IDisposable_Dispose, (UIScrollToSelection_ScrollToPosition_d_41 * __this, MethodInfo * method)); DO_APP_FUNC(0x0306A850, bool, UIScrollToSelection_ScrollToPosition_d_41_MoveNext, (UIScrollToSelection_ScrollToPosition_d_41 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, UIScrollToSelection_ScrollToPosition_d_41_System_Collections_Generic_IEnumerator_System_Object__get_Current, (UIScrollToSelection_ScrollToPosition_d_41 * __this, MethodInfo * method)); DO_APP_FUNC(0x0306ADC0, void, UIScrollToSelection_ScrollToPosition_d_41_System_Collections_IEnumerator_Reset, (UIScrollToSelection_ScrollToPosition_d_41 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEA30, UIScrollToSelection_ScrollToPosition_d_41_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, UIScrollToSelection_ScrollToPosition_d_41_System_Collections_IEnumerator_get_Current, (UIScrollToSelection_ScrollToPosition_d_41 * __this, MethodInfo * method)); DO_APP_FUNC(0x0306AE10, void, UIScrollToSelectionXY_Start, (UIScrollToSelectionXY * __this, MethodInfo * method)); DO_APP_FUNC(0x0306AF30, void, UIScrollToSelectionXY_Update, (UIScrollToSelectionXY * __this, MethodInfo * method)); DO_APP_FUNC(0x0306AF40, void, UIScrollToSelectionXY_ScrollRectToLevelSelection, (UIScrollToSelectionXY * __this, MethodInfo * method)); DO_APP_FUNC(0x0306B980, void, UIScrollToSelectionXY__ctor, (UIScrollToSelectionXY * __this, MethodInfo * method)); DO_APP_FUNC(0x0306B9D0, void, UISelectableExtension_UnityEngine_EventSystems_IPointerDownHandler_OnPointerDown, (UISelectableExtension * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0306BA90, void, UISelectableExtension_UnityEngine_EventSystems_IPointerUpHandler_OnPointerUp, (UISelectableExtension * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0306BB50, void, UISelectableExtension_Update, (UISelectableExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UISelectableExtension_TestClicked, (UISelectableExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UISelectableExtension_TestPressed, (UISelectableExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UISelectableExtension_TestReleased, (UISelectableExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UISelectableExtension_TestHold, (UISelectableExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x00681CC0, void, UISelectableExtension_OnDisable, (UISelectableExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, UISelectableExtension__ctor, (UISelectableExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0306BBC0, void, UISelectableExtension_UIButtonEvent__ctor, (UISelectableExtension_UIButtonEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x0306BC00, void, UI_InfiniteScroll_Awake, (UI_InfiniteScroll * __this, MethodInfo * method)); DO_APP_FUNC(0x0306BC10, void, UI_InfiniteScroll_SetNewItems, (UI_InfiniteScroll * __this, List_1_UnityEngine_Transform_ * * newItems, MethodInfo * method)); DO_APP_FUNC(0x0306C190, void, UI_InfiniteScroll_SetItems, (UI_InfiniteScroll * __this, MethodInfo * method)); DO_APP_FUNC(0x0306C3A0, void, UI_InfiniteScroll_Init, (UI_InfiniteScroll * __this, MethodInfo * method)); DO_APP_FUNC(0x0306CC90, void, UI_InfiniteScroll_DisableGridComponents, (UI_InfiniteScroll * __this, MethodInfo * method)); DO_APP_FUNC(0x0306D100, void, UI_InfiniteScroll_OnScroll, (UI_InfiniteScroll * __this, Vector2 pos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE9B8, UI_InfiniteScroll_OnScroll__MethodInfo); DO_APP_FUNC(0x0306D9F0, void, UI_InfiniteScroll__ctor, (UI_InfiniteScroll * __this, MethodInfo * method)); DO_APP_FUNC(0x0306DB40, void, UI_MagneticInfiniteScroll_add_OnNewSelect, (UI_MagneticInfiniteScroll * __this, Action_1_UnityEngine_GameObject_ * value, MethodInfo * method)); DO_APP_FUNC(0x0306DC50, void, UI_MagneticInfiniteScroll_remove_OnNewSelect, (UI_MagneticInfiniteScroll * __this, Action_1_UnityEngine_GameObject_ * value, MethodInfo * method)); DO_APP_FUNC(0x004B2C80, List_1_UnityEngine_RectTransform_ *, UI_MagneticInfiniteScroll_get_Items, (UI_MagneticInfiniteScroll * __this, MethodInfo * method)); DO_APP_FUNC(0x0306DD60, void, UI_MagneticInfiniteScroll_Awake, (UI_MagneticInfiniteScroll * __this, MethodInfo * method)); DO_APP_FUNC(0x0306DE20, void, UI_MagneticInfiniteScroll_Update, (UI_MagneticInfiniteScroll * __this, MethodInfo * method)); DO_APP_FUNC(0x0306E550, void, UI_MagneticInfiniteScroll_SetNewItems, (UI_MagneticInfiniteScroll * __this, List_1_UnityEngine_Transform_ * * newItems, MethodInfo * method)); DO_APP_FUNC(0x0306E790, void, UI_MagneticInfiniteScroll_SetContentInPivot, (UI_MagneticInfiniteScroll * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0306E950, IEnumerator *, UI_MagneticInfiniteScroll_SetInitContent, (UI_MagneticInfiniteScroll * __this, MethodInfo * method)); DO_APP_FUNC(0x0306E9F0, float, UI_MagneticInfiniteScroll_GetAnchoredPositionForPivot, (UI_MagneticInfiniteScroll * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0306EB60, void, UI_MagneticInfiniteScroll_FinishPrepareMovement, (UI_MagneticInfiniteScroll * __this, MethodInfo * method)); DO_APP_FUNC(0x0306EB80, float, UI_MagneticInfiniteScroll_GetRightAxis, (UI_MagneticInfiniteScroll * __this, Vector2 vector, MethodInfo * method)); DO_APP_FUNC(0x0306EBB0, void, UI_MagneticInfiniteScroll_OnDrag, (UI_MagneticInfiniteScroll * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0306EB60, void, UI_MagneticInfiniteScroll_OnEndDrag, (UI_MagneticInfiniteScroll * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0306EC60, void, UI_MagneticInfiniteScroll_OnScroll, (UI_MagneticInfiniteScroll * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0306ECF0, void, UI_MagneticInfiniteScroll__ctor, (UI_MagneticInfiniteScroll * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, UI_MagneticInfiniteScroll_SetInitContent_d_25__ctor, (UI_MagneticInfiniteScroll_SetInitContent_d_25 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UI_MagneticInfiniteScroll_SetInitContent_d_25_System_IDisposable_Dispose, (UI_MagneticInfiniteScroll_SetInitContent_d_25 * __this, MethodInfo * method)); DO_APP_FUNC(0x0306EE60, bool, UI_MagneticInfiniteScroll_SetInitContent_d_25_MoveNext, (UI_MagneticInfiniteScroll_SetInitContent_d_25 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, UI_MagneticInfiniteScroll_SetInitContent_d_25_System_Collections_Generic_IEnumerator_System_Object__get_Current, (UI_MagneticInfiniteScroll_SetInitContent_d_25 * __this, MethodInfo * method)); DO_APP_FUNC(0x0306EF60, void, UI_MagneticInfiniteScroll_SetInitContent_d_25_System_Collections_IEnumerator_Reset, (UI_MagneticInfiniteScroll_SetInitContent_d_25 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE920, UI_MagneticInfiniteScroll_SetInitContent_d_25_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, UI_MagneticInfiniteScroll_SetInitContent_d_25_System_Collections_IEnumerator_get_Current, (UI_MagneticInfiniteScroll_SetInitContent_d_25 * __this, MethodInfo * method)); DO_APP_FUNC(0x0306EFB0, void, UI_ScrollRectOcclusion_Awake, (UI_ScrollRectOcclusion * __this, MethodInfo * method)); DO_APP_FUNC(0x0306EFC0, void, UI_ScrollRectOcclusion_Init, (UI_ScrollRectOcclusion * __this, MethodInfo * method)); DO_APP_FUNC(0x0306FA00, void, UI_ScrollRectOcclusion_ToggleGridComponents, (UI_ScrollRectOcclusion * __this, bool toggle, MethodInfo * method)); DO_APP_FUNC(0x0306FE30, void, UI_ScrollRectOcclusion_OnScroll, (UI_ScrollRectOcclusion * __this, Vector2 pos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE950, UI_ScrollRectOcclusion_OnScroll__MethodInfo); DO_APP_FUNC(0x018BFDC0, void, UI_ScrollRectOcclusion_SetDirty, (UI_ScrollRectOcclusion * __this, MethodInfo * method)); DO_APP_FUNC(0x03070890, void, UI_ScrollRectOcclusion_LateUpdate, (UI_ScrollRectOcclusion * __this, MethodInfo * method)); DO_APP_FUNC(0x03070BA0, void, UI_ScrollRectOcclusion__ctor, (UI_ScrollRectOcclusion * __this, MethodInfo * method)); DO_APP_FUNC(0x03070CA0, void, UI_TweenScale_Awake, (UI_TweenScale * __this, MethodInfo * method)); DO_APP_FUNC(0x03070DF0, void, UI_TweenScale_Play, (UI_TweenScale * __this, MethodInfo * method)); DO_APP_FUNC(0x03070E40, IEnumerator *, UI_TweenScale_Tween, (UI_TweenScale * __this, MethodInfo * method)); DO_APP_FUNC(0x03070EE0, void, UI_TweenScale_ResetTween, (UI_TweenScale * __this, MethodInfo * method)); DO_APP_FUNC(0x03070FD0, void, UI_TweenScale__ctor, (UI_TweenScale * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, UI_TweenScale_Tween_d_11__ctor, (UI_TweenScale_Tween_d_11 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UI_TweenScale_Tween_d_11_System_IDisposable_Dispose, (UI_TweenScale_Tween_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x03071070, bool, UI_TweenScale_Tween_d_11_MoveNext, (UI_TweenScale_Tween_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, UI_TweenScale_Tween_d_11_System_Collections_Generic_IEnumerator_System_Object__get_Current, (UI_TweenScale_Tween_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x030714A0, void, UI_TweenScale_Tween_d_11_System_Collections_IEnumerator_Reset, (UI_TweenScale_Tween_d_11 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE978, UI_TweenScale_Tween_d_11_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, UI_TweenScale_Tween_d_11_System_Collections_IEnumerator_get_Current, (UI_TweenScale_Tween_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x0160FF20, void, EasingFunction_1__ctor, (EasingFunction_1 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, float, EasingFunction_1_Invoke, (EasingFunction_1 * __this, float t, MethodInfo * method)); DO_APP_FUNC(0x030714F0, IAsyncResult *, EasingFunction_1_BeginInvoke, (EasingFunction_1 * __this, float t, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x00BF03A0, float, EasingFunction_1_EndInvoke, (EasingFunction_1 * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x03071580, EasingFunction_1 *, Easing_1_Get, (Ease__Enum type, MethodInfo * method)); DO_APP_FUNC(0x003AC050, float, Easing_1__Get_g__linear_0_0, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE888, Easing_1__Get_g__linear_0_0__MethodInfo); DO_APP_FUNC(0x03071D10, float, Easing_1__Get_g__inBack_0_1, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE810, Easing_1__Get_g__inBack_0_1__MethodInfo); DO_APP_FUNC(0x03071D60, float, Easing_1__Get_g__outBack_0_2, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE910, Easing_1__Get_g__outBack_0_2__MethodInfo); DO_APP_FUNC(0x03071DD0, float, Easing_1__Get_g__inOutBack_0_3, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE870, Easing_1__Get_g__inOutBack_0_3__MethodInfo); DO_APP_FUNC(0x03071EA0, float, Easing_1__Get_g__inBounce_0_4, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE7F0, Easing_1__Get_g__inBounce_0_4__MethodInfo); DO_APP_FUNC(0x03071EE0, float, Easing_1__Get_g__outBounce_0_5, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE918, Easing_1__Get_g__outBounce_0_5__MethodInfo); DO_APP_FUNC(0x03071F90, float, Easing_1__Get_g__inOutBounce_0_6, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE848, Easing_1__Get_g__inOutBounce_0_6__MethodInfo); DO_APP_FUNC(0x0091CA80, float, Easing_1__Get_g__inCirc_0_7, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE7F8, Easing_1__Get_g__inCirc_0_7__MethodInfo); DO_APP_FUNC(0x03072010, float, Easing_1__Get_g__outCirc_0_8, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE900, Easing_1__Get_g__outCirc_0_8__MethodInfo); DO_APP_FUNC(0x03072040, float, Easing_1__Get_g__inOutCirc_0_9, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE858, Easing_1__Get_g__inOutCirc_0_9__MethodInfo); DO_APP_FUNC(0x0091C720, float, Easing_1__Get_g__inCubic_0_10, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE7D0, Easing_1__Get_g__inCubic_0_10__MethodInfo); DO_APP_FUNC(0x0091C730, float, Easing_1__Get_g__outCubic_0_11, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE908, Easing_1__Get_g__outCubic_0_11__MethodInfo); DO_APP_FUNC(0x03072120, float, Easing_1__Get_g__inOutCubic_0_12, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE828, Easing_1__Get_g__inOutCubic_0_12__MethodInfo); DO_APP_FUNC(0x03072170, float, Easing_1__Get_g__inElastic_0_13, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE7E0, Easing_1__Get_g__inElastic_0_13__MethodInfo); DO_APP_FUNC(0x030721D0, float, Easing_1__Get_g__outElastic_0_14, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE8F0, Easing_1__Get_g__outElastic_0_14__MethodInfo); DO_APP_FUNC(0x03072230, float, Easing_1__Get_g__inOutElastic_0_15, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE838, Easing_1__Get_g__inOutElastic_0_15__MethodInfo); DO_APP_FUNC(0x03072320, float, Easing_1__Get_g__inExpo_0_16, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE860, Easing_1__Get_g__inExpo_0_16__MethodInfo); DO_APP_FUNC(0x03072380, float, Easing_1__Get_g__outExpo_0_17, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE8F8, Easing_1__Get_g__outExpo_0_17__MethodInfo); DO_APP_FUNC(0x030723F0, float, Easing_1__Get_g__inOutExpo_0_18, (float v, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE818, Easing_1__Get_g__inOutExpo_0_18__MethodInfo); DO_APP_FUNC(0x0091C670, float, Easing_1__Get_g__inQuad_0_19, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE8B8, Easing_1__Get_g__inQuad_0_19__MethodInfo); DO_APP_FUNC(0x030724B0, float, Easing_1__Get_g__outQuad_0_20, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE8E0, Easing_1__Get_g__outQuad_0_20__MethodInfo); DO_APP_FUNC(0x030724D0, float, Easing_1__Get_g__inOutQuad_0_21, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE820, Easing_1__Get_g__inOutQuad_0_21__MethodInfo); DO_APP_FUNC(0x0091C7A0, float, Easing_1__Get_g__inQuart_0_22, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE898, Easing_1__Get_g__inQuart_0_22__MethodInfo); DO_APP_FUNC(0x03072510, float, Easing_1__Get_g__outQuart_0_23, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE8E8, Easing_1__Get_g__outQuart_0_23__MethodInfo); DO_APP_FUNC(0x03072540, float, Easing_1__Get_g__inOutQuart_0_24, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE8C8, Easing_1__Get_g__inOutQuart_0_24__MethodInfo); DO_APP_FUNC(0x0091C840, float, Easing_1__Get_g__inQuint_0_25, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE8A8, Easing_1__Get_g__inQuint_0_25__MethodInfo); DO_APP_FUNC(0x0091C860, float, Easing_1__Get_g__outQuint_0_26, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE788, Easing_1__Get_g__outQuint_0_26__MethodInfo); DO_APP_FUNC(0x03072590, float, Easing_1__Get_g__inOutQuint_0_27, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE8D8, Easing_1__Get_g__inOutQuint_0_27__MethodInfo); DO_APP_FUNC(0x02E86C40, float, Easing_1__Get_g__inSine_0_28, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE880, Easing_1__Get_g__inSine_0_28__MethodInfo); DO_APP_FUNC(0x030725F0, float, Easing_1__Get_g__outSine_0_29, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE790, Easing_1__Get_g__outSine_0_29__MethodInfo); DO_APP_FUNC(0x0091C940, float, Easing_1__Get_g__inOutSine_0_30, (float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE8B0, Easing_1__Get_g__inOutSine_0_30__MethodInfo); DO_APP_FUNC(0x03072600, void, ColorImage_Awake, (ColorImage * __this, MethodInfo * method)); DO_APP_FUNC(0x03072720, void, ColorImage_OnDestroy, (ColorImage * __this, MethodInfo * method)); DO_APP_FUNC(0x03072800, void, ColorImage_ColorChanged, (ColorImage * __this, Color newColor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE770, ColorImage_ColorChanged__MethodInfo); DO_APP_FUNC(0x003AC000, void, ColorImage__ctor, (ColorImage * __this, MethodInfo * method)); DO_APP_FUNC(0x03072840, void, ColorLabel_Awake, (ColorLabel * __this, MethodInfo * method)); DO_APP_FUNC(0x030728D0, void, ColorLabel_OnEnable, (ColorLabel * __this, MethodInfo * method)); DO_APP_FUNC(0x03072B20, void, ColorLabel_OnDestroy, (ColorLabel * __this, MethodInfo * method)); DO_APP_FUNC(0x03072D90, void, ColorLabel_ColorChanged, (ColorLabel * __this, Color color, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0438, ColorLabel_ColorChanged__MethodInfo); DO_APP_FUNC(0x03072D90, void, ColorLabel_HSVChanged, (ColorLabel * __this, float hue, float sateration, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0440, ColorLabel_HSVChanged__MethodInfo); DO_APP_FUNC(0x03072DA0, void, ColorLabel_UpdateValue, (ColorLabel * __this, MethodInfo * method)); DO_APP_FUNC(0x03073130, String *, ColorLabel_ConvertToDisplayString, (ColorLabel * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x03073290, void, ColorLabel__ctor, (ColorLabel * __this, MethodInfo * method)); DO_APP_FUNC(0x03073350, void, ColorPickerControl_SetHSVSlidersOn, (ColorPickerControl * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x030735C0, void, ColorPickerControl_SetRGBSlidersOn, (ColorPickerControl * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ColorPickerControl_Update, (ColorPickerControl * __this, MethodInfo * method)); DO_APP_FUNC(0x03073830, Color, ColorPickerControl_get_CurrentColor, (ColorPickerControl * __this, MethodInfo * method)); DO_APP_FUNC(0x03073850, void, ColorPickerControl_set_CurrentColor, (ColorPickerControl * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x030738F0, void, ColorPickerControl_Start, (ColorPickerControl * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, ColorPickerControl_get_H, (ColorPickerControl * __this, MethodInfo * method)); DO_APP_FUNC(0x03073900, void, ColorPickerControl_set_H, (ColorPickerControl * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA9C0, float, ColorPickerControl_get_S, (ColorPickerControl * __this, MethodInfo * method)); DO_APP_FUNC(0x03073940, void, ColorPickerControl_set_S, (ColorPickerControl * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, ColorPickerControl_get_V, (ColorPickerControl * __this, MethodInfo * method)); DO_APP_FUNC(0x03073980, void, ColorPickerControl_set_V, (ColorPickerControl * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, ColorPickerControl_get_R, (ColorPickerControl * __this, MethodInfo * method)); DO_APP_FUNC(0x030739C0, void, ColorPickerControl_set_R, (ColorPickerControl * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB1A0, float, ColorPickerControl_get_G, (ColorPickerControl * __this, MethodInfo * method)); DO_APP_FUNC(0x03073A00, void, ColorPickerControl_set_G, (ColorPickerControl * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB0F0, float, ColorPickerControl_get_B, (ColorPickerControl * __this, MethodInfo * method)); DO_APP_FUNC(0x03073A40, void, ColorPickerControl_set_B, (ColorPickerControl * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, ColorPickerControl_get_A, (ColorPickerControl * __this, MethodInfo * method)); DO_APP_FUNC(0x03073A80, void, ColorPickerControl_set_A, (ColorPickerControl * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x03073AA0, void, ColorPickerControl_RGBChanged, (ColorPickerControl * __this, MethodInfo * method)); DO_APP_FUNC(0x03073B40, void, ColorPickerControl_HSVChanged, (ColorPickerControl * __this, MethodInfo * method)); DO_APP_FUNC(0x03073BB0, void, ColorPickerControl_SendChangedEvent, (ColorPickerControl * __this, MethodInfo * method)); DO_APP_FUNC(0x03073C50, void, ColorPickerControl_AssignColor, (ColorPickerControl * __this, ColorValues__Enum type, float value, MethodInfo * method)); DO_APP_FUNC(0x03073D90, float, ColorPickerControl_GetValue, (ColorPickerControl * __this, ColorValues__Enum type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0370, ColorPickerControl_GetValue__MethodInfo); DO_APP_FUNC(0x03073E70, void, ColorPickerControl__ctor, (ColorPickerControl * __this, MethodInfo * method)); DO_APP_FUNC(0x030741C0, String *, ColorPickerPresets_get_JsonFilePath, (ColorPickerPresets * __this, MethodInfo * method)); DO_APP_FUNC(0x03074270, void, ColorPickerPresets_Reset, (ColorPickerPresets * __this, MethodInfo * method)); DO_APP_FUNC(0x030743B0, void, ColorPickerPresets_Awake, (ColorPickerPresets * __this, MethodInfo * method)); DO_APP_FUNC(0x03074610, void, ColorPickerPresets_CreatePresetButton, (ColorPickerPresets * __this, MethodInfo * method)); DO_APP_FUNC(0x03074650, void, ColorPickerPresets_LoadPresets, (ColorPickerPresets * __this, ColorPickerPresets_SaveType__Enum saveType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0228, ColorPickerPresets_LoadPresets__MethodInfo); DO_APP_FUNC(0x03074BE0, void, ColorPickerPresets_SavePresets, (ColorPickerPresets * __this, ColorPickerPresets_SaveType__Enum saveType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC01E0, ColorPickerPresets_SavePresets__MethodInfo); DO_APP_FUNC(0x03074E60, void, ColorPickerPresets_CreatePreset, (ColorPickerPresets * __this, Color color, bool loading, MethodInfo * method)); DO_APP_FUNC(0x03075270, void, ColorPickerPresets_CreatePreset_1, (ColorPickerPresets * __this, Color color, MethodInfo * method)); DO_APP_FUNC(0x030752A0, void, ColorPickerPresets_PresetSelect, (ColorPickerPresets * __this, Image * sender, MethodInfo * method)); DO_APP_FUNC(0x03075390, void, ColorPickerPresets_HSVChanged, (ColorPickerPresets * __this, float h, float s, float v, MethodInfo * method)); DO_APP_FUNC(0x03075410, void, ColorPickerPresets_ColorChanged, (ColorPickerPresets * __this, Color color, MethodInfo * method)); DO_APP_FUNC(0x03075450, void, ColorPickerPresets__ctor, (ColorPickerPresets * __this, MethodInfo * method)); DO_APP_FUNC(0x03075550, void, ColorPickerPresets_JsonColor_SetColors, (ColorPickerPresets_JsonColor * __this, Color__Array * colorsIn, MethodInfo * method)); DO_APP_FUNC(0x030757B0, Color__Array *, ColorPickerPresets_JsonColor_GetColors, (ColorPickerPresets_JsonColor * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ColorPickerPresets_JsonColor__ctor, (ColorPickerPresets_JsonColor * __this, MethodInfo * method)); DO_APP_FUNC(0x030758E0, void, ColorPickerTester_Awake, (ColorPickerTester * __this, MethodInfo * method)); DO_APP_FUNC(0x03075970, void, ColorPickerTester_Start, (ColorPickerTester * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ColorPickerTester__ctor, (ColorPickerTester * __this, MethodInfo * method)); DO_APP_FUNC(0x03075A20, void, ColorPickerTester__Start_b__3_0, (ColorPickerTester * __this, Color color, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0290, ColorPickerTester__Start_b__3_0__MethodInfo); DO_APP_FUNC(0x03075AB0, void, ColorSampler_OnEnable, (ColorSampler * __this, MethodInfo * method)); DO_APP_FUNC(0x03075D10, void, ColorSampler_OnDisable, (ColorSampler * __this, MethodInfo * method)); DO_APP_FUNC(0x03075EB0, void, ColorSampler_Update, (ColorSampler * __this, MethodInfo * method)); DO_APP_FUNC(0x03076070, void, ColorSampler_HandleSamplerColoring, (ColorSampler * __this, MethodInfo * method)); DO_APP_FUNC(0x030762F0, void, ColorSampler_SelectColor, (ColorSampler * __this, MethodInfo * method)); DO_APP_FUNC(0x03076390, void, ColorSampler_OnPointerDown, (ColorSampler * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x030763C0, void, ColorSampler_OnPointerUp, (ColorSampler * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03076390, void, ColorSampler_OnDrag, (ColorSampler * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x03076420, void, ColorSampler__ctor, (ColorSampler * __this, MethodInfo * method)); DO_APP_FUNC(0x03076530, void, ColorSlider_Awake, (ColorSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x03076750, void, ColorSlider_OnDestroy, (ColorSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x03076990, void, ColorSlider_ColorChanged, (ColorSlider * __this, Color newColor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC00B0, ColorSlider_ColorChanged__MethodInfo); DO_APP_FUNC(0x03076AF0, void, ColorSlider_HSVChanged, (ColorSlider * __this, float hue, float saturation, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0088, ColorSlider_HSVChanged__MethodInfo); DO_APP_FUNC(0x03076C50, void, ColorSlider_SliderChanged, (ColorSlider * __this, float newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0098, ColorSlider_SliderChanged__MethodInfo); DO_APP_FUNC(0x03076CA0, void, ColorSlider__ctor, (ColorSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x03076CF0, RectTransform *, ColorSliderImage_get_RectTransform, (ColorSliderImage * __this, MethodInfo * method)); DO_APP_FUNC(0x03076D80, void, ColorSliderImage_Awake, (ColorSliderImage * __this, MethodInfo * method)); DO_APP_FUNC(0x03076EE0, void, ColorSliderImage_OnEnable, (ColorSliderImage * __this, MethodInfo * method)); DO_APP_FUNC(0x03077130, void, ColorSliderImage_OnDisable, (ColorSliderImage * __this, MethodInfo * method)); DO_APP_FUNC(0x030773A0, void, ColorSliderImage_OnDestroy, (ColorSliderImage * __this, MethodInfo * method)); DO_APP_FUNC(0x030774F0, void, ColorSliderImage_ColorChanged, (ColorSliderImage * __this, Color newColor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0160, ColorSliderImage_ColorChanged__MethodInfo); DO_APP_FUNC(0x030774F0, void, ColorSliderImage_ColorChanged_1, (ColorSliderImage * __this, float hue, float saturation, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0150, ColorSliderImage_ColorChanged_1__MethodInfo); DO_APP_FUNC(0x03077540, void, ColorSliderImage_RegenerateTexture, (ColorSliderImage * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC01C0, ColorSliderImage_RegenerateTexture__MethodInfo); DO_APP_FUNC(0x003AC000, void, ColorSliderImage__ctor, (ColorSliderImage * __this, MethodInfo * method)); DO_APP_FUNC(0x03078250, void, HexColorField_Awake, (HexColorField * __this, MethodInfo * method)); DO_APP_FUNC(0x03078400, void, HexColorField_OnDestroy, (HexColorField * __this, MethodInfo * method)); DO_APP_FUNC(0x03078590, void, HexColorField_UpdateHex, (HexColorField * __this, Color newColor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0190, HexColorField_UpdateHex__MethodInfo); DO_APP_FUNC(0x030785F0, void, HexColorField_UpdateColor, (HexColorField * __this, String * newHex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0180, HexColorField_UpdateColor__MethodInfo); DO_APP_FUNC(0x03078780, String *, HexColorField_ColorToHex, (HexColorField * __this, Color32 color, MethodInfo * method)); DO_APP_FUNC(0x03078A60, bool, HexColorField_HexToColor, (String * hex, Color32 * color, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, HexColorField__ctor, (HexColorField * __this, MethodInfo * method)); DO_APP_FUNC(0x03079500, HsvColor, HSVUtil_ConvertRgbToHsv, (Color color, MethodInfo * method)); DO_APP_FUNC(0x03079580, HsvColor, HSVUtil_ConvertRgbToHsv_1, (double r, double b, double g, MethodInfo * method)); DO_APP_FUNC(0x03079760, Color, HSVUtil_ConvertHsvToRgb, (double h, double s, double v, float alpha, MethodInfo * method)); DO_APP_FUNC(0x03079870, float, HsvColor_get_NormalizedH, (HsvColor * __this, MethodInfo * method)); DO_APP_FUNC(0x03079890, void, HsvColor_set_NormalizedH, (HsvColor * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x030798B0, float, HsvColor_get_NormalizedS, (HsvColor * __this, MethodInfo * method)); DO_APP_FUNC(0x030798C0, void, HsvColor_set_NormalizedS, (HsvColor * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02C0EBD0, float, HsvColor_get_NormalizedV, (HsvColor * __this, MethodInfo * method)); DO_APP_FUNC(0x030798D0, void, HsvColor_set_NormalizedV, (HsvColor * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x030798E0, void, HsvColor__ctor, (HsvColor * __this, double h, double s, double v, MethodInfo * method)); DO_APP_FUNC(0x030798F0, String *, HsvColor_ToString, (HsvColor * __this, MethodInfo * method)); DO_APP_FUNC(0x03079BC0, RectTransform *, SVBoxSlider_get_RectTransform, (SVBoxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x03079C50, void, SVBoxSlider_Awake, (SVBoxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x03079D70, void, SVBoxSlider_OnEnable, (SVBoxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x0307A040, void, SVBoxSlider_OnDisable, (SVBoxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x0307A2B0, void, SVBoxSlider_OnDestroy, (SVBoxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x0307A400, void, SVBoxSlider_SliderChanged, (SVBoxSlider * __this, float saturation, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFFC8, SVBoxSlider_SliderChanged__MethodInfo); DO_APP_FUNC(0x0307A4A0, void, SVBoxSlider_HSVChanged, (SVBoxSlider * __this, float h, float s, float v, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBFFF0, SVBoxSlider_HSVChanged__MethodInfo); DO_APP_FUNC(0x0307A5E0, void, SVBoxSlider_RegenerateSVTexture, (SVBoxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x0307AA20, void, SVBoxSlider__ctor, (SVBoxSlider * __this, MethodInfo * method)); DO_APP_FUNC(0x00C0D910, float, FloatTween_1_get_startFloat, (FloatTween_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C84780, void, FloatTween_1_set_startFloat, (FloatTween_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C8D880, float, FloatTween_1_get_targetFloat, (FloatTween_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC8440, void, FloatTween_1_set_targetFloat, (FloatTween_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C859B0, float, FloatTween_1_get_duration, (FloatTween_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C859C0, void, FloatTween_1_set_duration, (FloatTween_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01DD1DB0, bool, FloatTween_1_get_ignoreTimeScale, (FloatTween_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01DD1DC0, void, FloatTween_1_set_ignoreTimeScale, (FloatTween_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0307AA70, void, FloatTween_1_TweenValue, (FloatTween_1 * __this, float floatPercentage, MethodInfo * method)); DO_APP_FUNC(0x0307AB00, void, FloatTween_1_AddOnChangedCallback, (FloatTween_1 * __this, UnityAction_1_System_Single_ * callback, MethodInfo * method)); DO_APP_FUNC(0x0307AC10, void, FloatTween_1_AddOnFinishCallback, (FloatTween_1 * __this, UnityAction * callback, MethodInfo * method)); DO_APP_FUNC(0x01DD1DB0, bool, FloatTween_1_GetIgnoreTimescale, (FloatTween_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C859B0, float, FloatTween_1_GetDuration, (FloatTween_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5F760, bool, FloatTween_1_ValidTarget, (FloatTween_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0307AD60, void, FloatTween_1_Finished, (FloatTween_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0307AD80, void, FloatTween_FloatTweenCallback_1__ctor, (FloatTween_FloatTweenCallback_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, FloatTween_FloatFinishCallback__ctor, (FloatTween_FloatFinishCallback * __this, MethodInfo * method)); DO_APP_FUNC(0x00C52450, void, WdlResampler__ctor, (WdlResampler * __this, MethodInfo * method)); DO_APP_FUNC(0x00C524C0, void, WdlResampler_SetMode, (WdlResampler * __this, bool interp, int32_t filtercnt, bool sinc, int32_t sinc_size, int32_t sinc_interpsize, MethodInfo * method)); DO_APP_FUNC(0x00C52670, void, WdlResampler_SetFilterParms, (WdlResampler * __this, float filterpos, float filterq, MethodInfo * method)); DO_APP_FUNC(0x00C52680, void, WdlResampler_SetFeedMode, (WdlResampler * __this, bool wantInputDriven, MethodInfo * method)); DO_APP_FUNC(0x00C52690, void, WdlResampler_Reset, (WdlResampler * __this, double fracpos, MethodInfo * method)); DO_APP_FUNC(0x00C526B0, void, WdlResampler_SetRates, (WdlResampler * __this, double rate_in, double rate_out, MethodInfo * method)); DO_APP_FUNC(0x00C526F0, double, WdlResampler_get_InputSampleRate, (WdlResampler * __this, MethodInfo * method)); DO_APP_FUNC(0x00C52700, double, WdlResampler_get_OutputSampleRate, (WdlResampler * __this, MethodInfo * method)); DO_APP_FUNC(0x00C52710, double, WdlResampler_GetCurrentLatency, (WdlResampler * __this, MethodInfo * method)); DO_APP_FUNC(0x00C52740, int32_t, WdlResampler_ResamplePrepare, (WdlResampler * __this, int32_t out_samples, int32_t nch, Single__Array * * inbuffer, int32_t * inbufferOffset, MethodInfo * method)); DO_APP_FUNC(0x00C52980, int32_t, WdlResampler_ResampleOut, (WdlResampler * __this, Single__Array * outBuffer, int32_t outBufferIndex, int32_t nsamples_in, int32_t nsamples_out, int32_t nch, MethodInfo * method)); DO_APP_FUNC(0x00C53660, void, WdlResampler_BuildLowPass, (WdlResampler * __this, double filtpos, MethodInfo * method)); DO_APP_FUNC(0x00C539C0, void, WdlResampler_SincSample, (WdlResampler * __this, Single__Array * outBuffer, int32_t outBufferIndex, Single__Array * inBuffer, int32_t inBufferIndex, double fracpos, int32_t nch, Single__Array * filter, int32_t filterIndex, int32_t filtsz, MethodInfo * method)); DO_APP_FUNC(0x00C53B60, void, WdlResampler_SincSample1, (WdlResampler * __this, Single__Array * outBuffer, int32_t outBufferIndex, Single__Array * inBuffer, int32_t inBufferIndex, double fracpos, Single__Array * filter, int32_t filterIndex, int32_t filtsz, MethodInfo * method)); DO_APP_FUNC(0x00C53C90, void, WdlResampler_SincSample2, (WdlResampler * __this, Single__Array * outptr, int32_t outBufferIndex, Single__Array * inBuffer, int32_t inBufferIndex, double fracpos, Single__Array * filter, int32_t filterIndex, int32_t filtsz, MethodInfo * method)); DO_APP_FUNC(0x00C53F40, void, WdlResampler_WDL_Resampler_IIRFilter__ctor, (WdlResampler_WDL_Resampler_IIRFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x00C53F60, void, WdlResampler_WDL_Resampler_IIRFilter_Reset, (WdlResampler_WDL_Resampler_IIRFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x00C54010, void, WdlResampler_WDL_Resampler_IIRFilter_setParms, (WdlResampler_WDL_Resampler_IIRFilter * __this, double fpos, double Q, MethodInfo * method)); DO_APP_FUNC(0x00C54140, void, WdlResampler_WDL_Resampler_IIRFilter_Apply, (WdlResampler_WDL_Resampler_IIRFilter * __this, Single__Array * inBuffer, int32_t inIndex, Single__Array * outBuffer, int32_t outIndex, int32_t ns, int32_t span, int32_t w, MethodInfo * method)); DO_APP_FUNC(0x00C54410, double, WdlResampler_WDL_Resampler_IIRFilter_denormal_filter, (WdlResampler_WDL_Resampler_IIRFilter * __this, float x, MethodInfo * method)); DO_APP_FUNC(0x00C54420, double, WdlResampler_WDL_Resampler_IIRFilter_denormal_filter_1, (WdlResampler_WDL_Resampler_IIRFilter * __this, double x, MethodInfo * method)); DO_APP_FUNC(0x00C54430, void, WaveFileWriter__ctor, (WaveFileWriter * __this, Stream * outStream, WaveFormat * format, MethodInfo * method)); DO_APP_FUNC(0x00C549E0, void, WaveFileWriter__ctor_1, (WaveFileWriter * __this, String * filename, WaveFormat * format, MethodInfo * method)); DO_APP_FUNC(0x00C54AE0, void, WaveFileWriter_WriteDataChunkHeader, (WaveFileWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x00C54BB0, void, WaveFileWriter_CreateFactChunk, (WaveFileWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, WaveFileWriter_HasFactChunk, (WaveFileWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, WaveFileWriter_get_Filename, (WaveFileWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, WaveFileWriter_set_Filename, (WaveFileWriter * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00C54CA0, int64_t, WaveFileWriter_get_Length, (WaveFileWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, WaveFormat *, WaveFileWriter_get_WaveFormat, (WaveFileWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, WaveFileWriter_set_WaveFormat, (WaveFileWriter * __this, WaveFormat * value, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, WaveFileWriter_get_CanRead, (WaveFileWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, WaveFileWriter_get_CanWrite, (WaveFileWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, WaveFileWriter_get_CanSeek, (WaveFileWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x00C54CB0, int32_t, WaveFileWriter_Read, (WaveFileWriter * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C592C8, WaveFileWriter_Read__MethodInfo); DO_APP_FUNC(0x00C54D10, int64_t, WaveFileWriter_Seek, (WaveFileWriter * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C592A0, WaveFileWriter_Seek__MethodInfo); DO_APP_FUNC(0x00C54D70, void, WaveFileWriter_SetLength, (WaveFileWriter * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C592B0, WaveFileWriter_SetLength__MethodInfo); DO_APP_FUNC(0x00C54CA0, int64_t, WaveFileWriter_get_Position, (WaveFileWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x00C54DD0, void, WaveFileWriter_set_Position, (WaveFileWriter * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59280, WaveFileWriter_set_Position__MethodInfo); DO_APP_FUNC(0x00C54E30, void, WaveFileWriter_Write, (WaveFileWriter * __this, Byte__Array * data, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00C54E80, void, WaveFileWriter_WriteSample, (WaveFileWriter * __this, float sample, MethodInfo * method)); DO_APP_FUNC(0x00C54EC0, void, WaveFileWriter_WriteSamples, (WaveFileWriter * __this, Single__Array * samples, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00C54F60, void, WaveFileWriter_Flush, (WaveFileWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x00C54F90, void, WaveFileWriter_Dispose, (WaveFileWriter * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x00C550A0, void, WaveFileWriter_UpdateHeader, (WaveFileWriter * __this, BinaryWriter * writer, MethodInfo * method)); DO_APP_FUNC(0x00C551C0, void, WaveFileWriter_UpdateDataChunk, (WaveFileWriter * __this, BinaryWriter * writer, MethodInfo * method)); DO_APP_FUNC(0x00C55220, void, WaveFileWriter_UpdateRiffChunk, (WaveFileWriter * __this, BinaryWriter * writer, MethodInfo * method)); DO_APP_FUNC(0x00C552A0, void, WaveFileWriter_UpdateFactChunk, (WaveFileWriter * __this, BinaryWriter * writer, MethodInfo * method)); DO_APP_FUNC(0x00C55320, void, WaveFileWriter_Finalize, (WaveFileWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, WaveFormat_get_Channels, (WaveFormat * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, WaveFormat_get_SampleRate, (WaveFormat * __this, MethodInfo * method)); DO_APP_FUNC(0x00C55370, void, WaveFormat__ctor, (WaveFormat * __this, int32_t sampleRate, int32_t channels, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59268, WaveFormat__ctor__MethodInfo); DO_APP_FUNC(0x00C55400, bool, WaveFormat_Equals, (WaveFormat * __this, WaveFormat * other, MethodInfo * method)); DO_APP_FUNC(0x00C55430, int32_t, WaveFormat_GetHashCode, (WaveFormat * __this, MethodInfo * method)); DO_APP_FUNC(0x00C55450, String *, WaveFormat_ToString, (WaveFormat * __this, MethodInfo * method)); DO_APP_FUNC(0x00C55520, bool, BaseCommsTrigger_get_IsColliderTriggered, (BaseCommsTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, IEnumerable_1_System_String_ *, BaseCommsTrigger_get_Tokens, (BaseCommsTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, DissonanceComms *, BaseCommsTrigger_get_Comms, (BaseCommsTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C55590, void, BaseCommsTrigger_set_Comms, (BaseCommsTrigger * __this, DissonanceComms * value, MethodInfo * method)); DO_APP_FUNC(0x00C55B00, void, BaseCommsTrigger__ctor, (BaseCommsTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C55DC0, void, BaseCommsTrigger_Awake, (BaseCommsTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C55F90, void, BaseCommsTrigger_Start, (BaseCommsTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C560B0, void, BaseCommsTrigger_OnEnable, (BaseCommsTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C561D0, void, BaseCommsTrigger_Update, (BaseCommsTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseCommsTrigger_OnDisable, (BaseCommsTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C564A0, void, BaseCommsTrigger_OnDestroy, (BaseCommsTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C564B0, void, BaseCommsTrigger_TokensModified, (BaseCommsTrigger * __this, String * token, MethodInfo * method)); DO_APP_FUNC(0x00C564C0, bool, BaseCommsTrigger_get_TokenActivationState, (BaseCommsTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C56630, bool, BaseCommsTrigger_ContainsToken, (BaseCommsTrigger * __this, String * token, MethodInfo * method)); DO_APP_FUNC(0x00C56670, bool, BaseCommsTrigger_AddToken, (BaseCommsTrigger * __this, String * token, MethodInfo * method)); DO_APP_FUNC(0x00C56690, bool, BaseCommsTrigger_RemoveToken, (BaseCommsTrigger * __this, String * token, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseCommsTrigger_ColliderTriggerChanged, (BaseCommsTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C567A0, void, BaseCommsTrigger_OnTriggerEnter2D, (BaseCommsTrigger * __this, Collider2D * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59238, BaseCommsTrigger_OnTriggerEnter2D__MethodInfo); DO_APP_FUNC(0x00C569D0, void, BaseCommsTrigger_OnTriggerExit2D, (BaseCommsTrigger * __this, Collider2D * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59228, BaseCommsTrigger_OnTriggerExit2D__MethodInfo); DO_APP_FUNC(0x00C56BA0, void, BaseCommsTrigger_OnTriggerEnter, (BaseCommsTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59230, BaseCommsTrigger_OnTriggerEnter__MethodInfo); DO_APP_FUNC(0x00C56DD0, void, BaseCommsTrigger_OnTriggerExit, (BaseCommsTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59220, BaseCommsTrigger_OnTriggerExit__MethodInfo); DO_APP_FUNC(0x00C56FA0, bool, BaseCommsTrigger_ColliderTriggerFilter, (BaseCommsTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59218, BaseCommsTrigger_ColliderTriggerFilter__MethodInfo); DO_APP_FUNC(0x00C57140, bool, BaseCommsTrigger_ColliderTriggerFilter2D, (BaseCommsTrigger * __this, Collider2D * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59200, BaseCommsTrigger_ColliderTriggerFilter2D__MethodInfo); DO_APP_FUNC(0x00C572E0, DissonanceComms *, BaseCommsTrigger_FindLocalVoiceComm, (BaseCommsTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C57430, bool, BaseCommsTrigger_CheckVoiceComm, (BaseCommsTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C57540, void, BaseMicrophoneSubscriber_Dissonance_Audio_Capture_IMicrophoneSubscriber_ReceiveMicrophoneData, (BaseMicrophoneSubscriber * __this, ArraySegment_1_Single_ buffer, WaveFormat * format, MethodInfo * method)); DO_APP_FUNC(0x00C57730, void, BaseMicrophoneSubscriber_Dissonance_Audio_Capture_IMicrophoneSubscriber_Reset, (BaseMicrophoneSubscriber * __this, MethodInfo * method)); DO_APP_FUNC(0x00C57790, void, BaseMicrophoneSubscriber_Update, (BaseMicrophoneSubscriber * __this, MethodInfo * method)); DO_APP_FUNC(0x00C579B0, void, BaseMicrophoneSubscriber__ctor, (BaseMicrophoneSubscriber * __this, MethodInfo * method)); DO_APP_FUNC(0x00C57B30, uint16_t, ChannelProperties_get_Id, (ChannelProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x00C57B40, void, ChannelProperties_set_Id, (ChannelProperties * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x006FF3C0, bool, ChannelProperties_get_Positional, (ChannelProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3D0, void, ChannelProperties_set_Positional, (ChannelProperties * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, ChannelPriority__Enum, ChannelProperties_get_Priority, (ChannelProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, ChannelProperties_set_Priority, (ChannelProperties * __this, ChannelPriority__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00C57B50, ChannelPriority__Enum, ChannelProperties_get_TransmitPriority, (ChannelProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, ChannelProperties_get_AmplitudeMultiplier, (ChannelProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x00C57BB0, void, ChannelProperties_set_AmplitudeMultiplier, (ChannelProperties * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ChannelProperties__ctor, (ChannelProperties * __this, IChannelPriorityProvider * defaultPriority, MethodInfo * method)); DO_APP_FUNC(0x00C57C60, void, PlayerChannel__ctor, (PlayerChannel * __this, uint16_t subscriptionId, String * playerId, PlayerChannels * channels, ChannelProperties * properties, MethodInfo * method)); DO_APP_FUNC(0x00C57D60, uint16_t, PlayerChannel_get_SubscriptionId, (PlayerChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, String *, PlayerChannel_get_TargetId, (PlayerChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, ChannelProperties *, PlayerChannel_Dissonance_IChannel_System_String__get_Properties, (PlayerChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, ChannelProperties *, PlayerChannel_get_Properties, (PlayerChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00C57D70, bool, PlayerChannel_get_IsOpen, (PlayerChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00C57DF0, bool, PlayerChannel_get_Positional, (PlayerChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00C57E20, void, PlayerChannel_set_Positional, (PlayerChannel * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C57E60, ChannelPriority__Enum, PlayerChannel_get_Priority, (PlayerChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00C57E90, void, PlayerChannel_set_Priority, (PlayerChannel * __this, ChannelPriority__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00C57ED0, float, PlayerChannel_get_Volume, (PlayerChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00C57F00, void, PlayerChannel_set_Volume, (PlayerChannel * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C57F40, void, PlayerChannel_Dispose, (PlayerChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00C57FB0, void, PlayerChannel_CheckValidProperties, (PlayerChannel * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C590E0, PlayerChannel_CheckValidProperties__MethodInfo); DO_APP_FUNC(0x00C58030, bool, PlayerChannel_Equals, (PlayerChannel * __this, PlayerChannel other, MethodInfo * method)); DO_APP_FUNC(0x00C58090, bool, PlayerChannel_Equals_1, (PlayerChannel * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00C58160, int32_t, PlayerChannel_GetHashCode, (PlayerChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00C581F0, void, PlayerChannels__ctor, (PlayerChannels * __this, IChannelPriorityProvider * priorityProvider, MethodInfo * method)); DO_APP_FUNC(0x00C584C0, PlayerChannel, PlayerChannels_CreateChannel, (PlayerChannels * __this, uint16_t subscriptionId, String * channelId, ChannelProperties * properties, MethodInfo * method)); DO_APP_FUNC(0x00C58510, void, PlayerChannels_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlayerChannels_c__ctor, (PlayerChannels_c * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlayerChannels_c___ctor_b__0_0, (PlayerChannels_c * __this, String * id, ChannelProperties * _, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59050, PlayerChannels_c___ctor_b__0_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, PlayerChannels_c___ctor_b__0_1, (PlayerChannels_c * __this, String * id, ChannelProperties * _, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59058, PlayerChannels_c___ctor_b__0_1__MethodInfo); DO_APP_FUNC(0x00AE0430, ChannelType__Enum, RemoteChannel_get_Type, (RemoteChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00C585C0, PlaybackOptions, RemoteChannel_get_Options, (RemoteChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, RemoteChannel_get_TargetName, (RemoteChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00C585E0, void, RemoteChannel__ctor, (RemoteChannel * __this, String * targetName, ChannelType__Enum type, PlaybackOptions options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58FF8, RemoteChannel__ctor__MethodInfo); DO_APP_FUNC(0x00C586B0, void, RoomChannel__ctor, (RoomChannel * __this, uint16_t subscriptionId, RoomName roomId, RoomChannels * channels, ChannelProperties * properties, MethodInfo * method)); DO_APP_FUNC(0x00C57D60, uint16_t, RoomChannel_get_SubscriptionId, (RoomChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, String *, RoomChannel_get_TargetId, (RoomChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, RoomName, RoomChannel_Dissonance_IChannel_Dissonance_RoomName__get_TargetId, (RoomChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ChannelProperties *, RoomChannel_Dissonance_IChannel_Dissonance_RoomName__get_Properties, (RoomChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ChannelProperties *, RoomChannel_get_Properties, (RoomChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00C587D0, bool, RoomChannel_get_IsOpen, (RoomChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00C588C0, bool, RoomChannel_get_Positional, (RoomChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00C58930, void, RoomChannel_set_Positional, (RoomChannel * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C589A0, ChannelPriority__Enum, RoomChannel_get_Priority, (RoomChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00C58A10, void, RoomChannel_set_Priority, (RoomChannel * __this, ChannelPriority__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00C58A80, float, RoomChannel_get_Volume, (RoomChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00C58AF0, void, RoomChannel_set_Volume, (RoomChannel * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C58B90, void, RoomChannel_Dispose, (RoomChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00C58C00, void, RoomChannel_CheckValidProperties, (RoomChannel * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58F80, RoomChannel_CheckValidProperties__MethodInfo); DO_APP_FUNC(0x00C58D00, bool, RoomChannel_Equals, (RoomChannel * __this, RoomChannel other, MethodInfo * method)); DO_APP_FUNC(0x00C58D60, bool, RoomChannel_Equals_1, (RoomChannel * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00C58160, int32_t, RoomChannel_GetHashCode, (RoomChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00C58E60, void, RoomChannel__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C58F40, void, RoomChannels__ctor, (RoomChannels * __this, IChannelPriorityProvider * priorityProvider, MethodInfo * method)); DO_APP_FUNC(0x00C59210, RoomChannel, RoomChannels_CreateChannel, (RoomChannels * __this, uint16_t subscriptionId, RoomName channelId, ChannelProperties * properties, MethodInfo * method)); DO_APP_FUNC(0x00C59260, void, RoomChannels_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RoomChannels_c__ctor, (RoomChannels_c * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RoomChannels_c___ctor_b__0_0, (RoomChannels_c * __this, RoomName id, ChannelProperties * _, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58F30, RoomChannels_c___ctor_b__0_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, RoomChannels_c___ctor_b__0_1, (RoomChannels_c * __this, RoomName id, ChannelProperties * _, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58F40, RoomChannels_c___ctor_b__0_1__MethodInfo); DO_APP_FUNC(0x00C59310, Codec__Enum, CodecSettings_get_Codec, (CodecSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59320, uint32_t, CodecSettings_get_FrameSize, (CodecSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, CodecSettings_get_SampleRate, (CodecSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59330, void, CodecSettings__ctor, (CodecSettings * __this, Codec__Enum codec, uint32_t frameSize, int32_t sampleRate, MethodInfo * method)); DO_APP_FUNC(0x00C59340, String *, CodecSettings_ToString, (CodecSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59480, CodecSettings, CodecSettingsLoader_get_Config, (CodecSettingsLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x00C594C0, void, CodecSettingsLoader_Start, (CodecSettingsLoader * __this, Codec__Enum codec, MethodInfo * method)); DO_APP_FUNC(0x00C595A0, void, CodecSettingsLoader_GenerateSettings, (CodecSettingsLoader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58ED0, CodecSettingsLoader_GenerateSettings__MethodInfo); DO_APP_FUNC(0x00C59910, CodecSettings, CodecSettingsLoader_GetEncoderSettings, (Codec__Enum codec, AudioQuality__Enum quality, FrameSize__Enum frameSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58E90, CodecSettingsLoader_GetEncoderSettings__MethodInfo); DO_APP_FUNC(0x00C59A70, IVoiceEncoder *, CodecSettingsLoader_CreateEncoder, (CodecSettingsLoader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58E70, CodecSettingsLoader_CreateEncoder__MethodInfo); DO_APP_FUNC(0x00C59C80, String *, CodecSettingsLoader_ToString, (CodecSettingsLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59CC0, void, CodecSettingsLoader__ctor, (CodecSettingsLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59D60, void, CodecSettingsLoader__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, DissonanceComms_get_IsStarted, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59E40, void, DissonanceComms_add_OnPlayerJoinedSession, (DissonanceComms * __this, Action_1_Dissonance_VoicePlayerState_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C59F60, void, DissonanceComms_remove_OnPlayerJoinedSession, (DissonanceComms * __this, Action_1_Dissonance_VoicePlayerState_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C5A080, void, DissonanceComms_add_OnPlayerLeftSession, (DissonanceComms * __this, Action_1_Dissonance_VoicePlayerState_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C5A1A0, void, DissonanceComms_remove_OnPlayerLeftSession, (DissonanceComms * __this, Action_1_Dissonance_VoicePlayerState_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C5A2C0, void, DissonanceComms_add_OnPlayerStartedSpeaking, (DissonanceComms * __this, Action_1_Dissonance_VoicePlayerState_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C5A3E0, void, DissonanceComms_remove_OnPlayerStartedSpeaking, (DissonanceComms * __this, Action_1_Dissonance_VoicePlayerState_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C5A500, void, DissonanceComms_add_OnPlayerStoppedSpeaking, (DissonanceComms * __this, Action_1_Dissonance_VoicePlayerState_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C5A620, void, DissonanceComms_remove_OnPlayerStoppedSpeaking, (DissonanceComms * __this, Action_1_Dissonance_VoicePlayerState_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C5A740, void, DissonanceComms_add_OnPlayerEnteredRoom, (DissonanceComms * __this, Action_2_Dissonance_VoicePlayerState_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C5A860, void, DissonanceComms_remove_OnPlayerEnteredRoom, (DissonanceComms * __this, Action_2_Dissonance_VoicePlayerState_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C5A980, void, DissonanceComms_add_OnPlayerExitedRoom, (DissonanceComms * __this, Action_2_Dissonance_VoicePlayerState_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C5AAA0, void, DissonanceComms_remove_OnPlayerExitedRoom, (DissonanceComms * __this, Action_2_Dissonance_VoicePlayerState_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C5ABC0, void, DissonanceComms_add_LocalPlayerNameChanged, (DissonanceComms * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C5ACE0, void, DissonanceComms_remove_LocalPlayerNameChanged, (DissonanceComms * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C5AE00, void, DissonanceComms__ctor, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x00C5B8D0, float, DissonanceComms_get_PacketLoss, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7040, String *, DissonanceComms_get_LocalPlayerName, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x00C5B900, void, DissonanceComms_set_LocalPlayerName, (DissonanceComms * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58CC8, DissonanceComms_set_LocalPlayerName__MethodInfo); DO_APP_FUNC(0x00C5BA90, bool, DissonanceComms_get_IsNetworkInitialized, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Rooms *, DissonanceComms_get_Rooms, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, PlayerChannels *, DissonanceComms_get_PlayerChannels, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, RoomChannels *, DissonanceComms_get_RoomChannels, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, TextChat *, DissonanceComms_get_Text, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x00C5BAF0, ReadOnlyCollection_1_Dissonance_VoicePlayerState_ *, DissonanceComms_get_Players, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x00C5BB10, ChannelPriority__Enum, DissonanceComms_get_TopPrioritySpeaker, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C80, IEnumerable_1_System_String_ *, DissonanceComms_get_Tokens, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E7E0, ChannelPriority__Enum, DissonanceComms_get_PlayerPriority, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D200, void, DissonanceComms_set_PlayerPriority, (DissonanceComms * __this, ChannelPriority__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00605860, GameObject *, DissonanceComms_get_PlaybackPrefab, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x00C5BB30, void, DissonanceComms_set_PlaybackPrefab, (DissonanceComms * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58C28, DissonanceComms_set_PlaybackPrefab__MethodInfo); DO_APP_FUNC(0x0070E040, bool, DissonanceComms_get_IsMuted, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x00C5BE20, void, DissonanceComms_set_IsMuted, (DissonanceComms * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C23FE0, bool, DissonanceComms_get_IsDeafened, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x00C5BEC0, void, DissonanceComms_set_IsDeafened, (DissonanceComms * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C5BED0, float, DissonanceComms_get_RemoteVoiceVolume, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x00C5BF00, void, DissonanceComms_set_RemoteVoiceVolume, (DissonanceComms * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58BB0, DissonanceComms_set_RemoteVoiceVolume__MethodInfo); DO_APP_FUNC(0x008E4B60, bool, DissonanceComms_get_MuteAllRemoteVoices, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x00C5C000, void, DissonanceComms_set_MuteAllRemoteVoices, (DissonanceComms * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C5C010, void, DissonanceComms_Start, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C589A0, DissonanceComms_Start__MethodInfo); DO_APP_FUNC(0x00C5DB30, IMicrophoneCapture *, DissonanceComms_GetOrAddMicrophone, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x00C5DC60, void, DissonanceComms_OnEnable, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x00C5DCF0, void, DissonanceComms_OnDisable, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x00C5DD20, void, DissonanceComms_OnApplicationPause, (DissonanceComms * __this, bool paused, MethodInfo * method)); DO_APP_FUNC(0x00C5E0B0, IEnumerator *, DissonanceComms_CoResumePlayback, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x00C5E150, void, DissonanceComms_Net_PlayerStoppedSpeaking, (DissonanceComms * __this, String * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58AE0, DissonanceComms_Net_PlayerStoppedSpeaking__MethodInfo); DO_APP_FUNC(0x00C5E2C0, void, DissonanceComms_Net_PlayerStartedSpeaking, (DissonanceComms * __this, String * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58AD0, DissonanceComms_Net_PlayerStartedSpeaking__MethodInfo); DO_APP_FUNC(0x00C5E420, void, DissonanceComms_Net_PlayerRoomEvent, (DissonanceComms * __this, RoomEvent evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58AC0, DissonanceComms_Net_PlayerRoomEvent__MethodInfo); DO_APP_FUNC(0x00C5E660, void, DissonanceComms_Net_VoicePacketReceived, (DissonanceComms * __this, VoicePacket packet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58A68, DissonanceComms_Net_VoicePacketReceived__MethodInfo); DO_APP_FUNC(0x00C5E8C0, void, DissonanceComms_Net_PlayerLeft, (DissonanceComms * __this, String * playerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58AB0, DissonanceComms_Net_PlayerLeft__MethodInfo); DO_APP_FUNC(0x00C5EAF0, void, DissonanceComms_Net_PlayerJoined, (DissonanceComms * __this, String * playerId, CodecSettings codecSettings, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58B30, DissonanceComms_Net_PlayerJoined__MethodInfo); DO_APP_FUNC(0x00C5EF30, VoicePlayerState *, DissonanceComms_FindPlayer, (DissonanceComms * __this, String * playerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C587A0, DissonanceComms_FindPlayer__MethodInfo); DO_APP_FUNC(0x00C5F020, void, DissonanceComms_Update, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x00C5F250, void, DissonanceComms_OnDestroy, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x00C5F370, void, DissonanceComms_SubcribeToVoiceActivation, (DissonanceComms * __this, IVoiceActivationListener * listener, MethodInfo * method)); DO_APP_FUNC(0x00C5F370, void, DissonanceComms_SubscribeToVoiceActivation, (DissonanceComms * __this, IVoiceActivationListener * listener, MethodInfo * method)); DO_APP_FUNC(0x00C5F470, void, DissonanceComms_UnsubscribeFromVoiceActivation, (DissonanceComms * __this, IVoiceActivationListener * listener, MethodInfo * method)); DO_APP_FUNC(0x00C5F570, void, DissonanceComms_TrackPlayerPosition, (DissonanceComms * __this, IDissonancePlayer * player, MethodInfo * method)); DO_APP_FUNC(0x00C5F590, void, DissonanceComms_StopTracking, (DissonanceComms * __this, IDissonancePlayer * player, MethodInfo * method)); DO_APP_FUNC(0x00C5F5B0, void, DissonanceComms_add_TokenAdded, (DissonanceComms * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C5F5E0, void, DissonanceComms_remove_TokenAdded, (DissonanceComms * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C5F700, void, DissonanceComms_add_TokenRemoved, (DissonanceComms * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C5F730, void, DissonanceComms_remove_TokenRemoved, (DissonanceComms * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C5F850, bool, DissonanceComms_AddToken, (DissonanceComms * __this, String * token, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58708, DissonanceComms_AddToken__MethodInfo); DO_APP_FUNC(0x00C5F900, bool, DissonanceComms_RemoveToken, (DissonanceComms * __this, String * token, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58728, DissonanceComms_RemoveToken__MethodInfo); DO_APP_FUNC(0x00C5F9B0, bool, DissonanceComms_ContainsToken, (DissonanceComms * __this, String * token, MethodInfo * method)); DO_APP_FUNC(0x00C5F9F0, bool, DissonanceComms_HasAnyToken, (DissonanceComms * __this, TokenSet * tokens, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C586E0, DissonanceComms_HasAnyToken__MethodInfo); DO_APP_FUNC(0x00C5BB10, ChannelPriority__Enum, DissonanceComms_Dissonance_Audio_Playback_IPriorityManager_get_TopPriority, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E7E0, ChannelPriority__Enum, DissonanceComms_Dissonance_Audio_Capture_IChannelPriorityProvider_get_DefaultChannelPriority, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D200, void, DissonanceComms_Dissonance_Audio_Capture_IChannelPriorityProvider_set_DefaultChannelPriority, (DissonanceComms * __this, ChannelPriority__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00C5FAA0, float, DissonanceComms_Dissonance_Audio_Playback_IVolumeProvider_get_TargetVolume, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x00C5FB00, void, DissonanceComms_TestDependencies, (MethodInfo * method)); DO_APP_FUNC(0x003BF700, String *, DissonanceComms_get_MicrophoneName, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x00C5FC10, void, DissonanceComms_set_MicrophoneName, (DissonanceComms * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00C5FCE0, IMicrophoneCapture *, DissonanceComms_get_MicrophoneCapture, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x00C5FD00, void, DissonanceComms_GetMicrophoneDevices, (DissonanceComms * __this, List_1_System_String_ * output, MethodInfo * method)); DO_APP_FUNC(0x00C5FF30, void, DissonanceComms_ResetMicrophoneCapture, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC(0x00C5FF50, void, DissonanceComms_SubscribeToRecordedAudio, (DissonanceComms * __this, IMicrophoneSubscriber * listener, MethodInfo * method)); DO_APP_FUNC(0x00C5FF50, void, DissonanceComms_SubcribeToRecordedAudio, (DissonanceComms * __this, IMicrophoneSubscriber * listener, MethodInfo * method)); DO_APP_FUNC(0x00C60050, void, DissonanceComms_UnsubscribeFromRecordedAudio, (DissonanceComms * __this, IMicrophoneSubscriber * listener, MethodInfo * method)); DO_APP_FUNC(0x00C60150, void, DissonanceComms__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003C7030, ICommsNetwork *, DissonanceComms___ctor_b__47_0, (DissonanceComms * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58DC0, DissonanceComms___ctor_b__47_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, DissonanceComms_CoResumePlayback_d_94__ctor, (DissonanceComms_CoResumePlayback_d_94 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DissonanceComms_CoResumePlayback_d_94_System_IDisposable_Dispose, (DissonanceComms_CoResumePlayback_d_94 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C60340, bool, DissonanceComms_CoResumePlayback_d_94_MoveNext, (DissonanceComms_CoResumePlayback_d_94 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, DissonanceComms_CoResumePlayback_d_94_System_Collections_Generic_IEnumerator_System_Object__get_Current, (DissonanceComms_CoResumePlayback_d_94 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C60840, void, DissonanceComms_CoResumePlayback_d_94_System_Collections_IEnumerator_Reset, (DissonanceComms_CoResumePlayback_d_94 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58600, DissonanceComms_CoResumePlayback_d_94_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, DissonanceComms_CoResumePlayback_d_94_System_Collections_IEnumerator_get_Current, (DissonanceComms_CoResumePlayback_d_94 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C60890, void, DissonanceException__ctor, (DissonanceException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, FrameSkipDetector_get_IsBreakerClosed, (FrameSkipDetector * __this, MethodInfo * method)); DO_APP_FUNC(0x00C608F0, void, FrameSkipDetector__ctor, (FrameSkipDetector * __this, TimeSpan maxFrameTime, TimeSpan minimumBreakerDuration, TimeSpan maxBreakerDuration, TimeSpan breakerResetPerSecond, MethodInfo * method)); DO_APP_FUNC(0x00C609D0, bool, FrameSkipDetector_IsFrameSkip, (FrameSkipDetector * __this, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00C60AA0, void, FrameSkipDetector_UpdateBreaker, (FrameSkipDetector * __this, bool skip, float dt, MethodInfo * method)); DO_APP_FUNC(0x00C60BA0, void, FrameSkipDetector__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C60C70, bool, Logs_1_get_Disable, (MethodInfo * method)); DO_APP_FUNC(0x00C60CD0, void, Logs_1_set_Disable, (bool value, MethodInfo * method)); DO_APP_FUNC(0x00C60D30, Log *, Logs_1_Create, (LogCategory__Enum_1 category, String * name, MethodInfo * method)); DO_APP_FUNC(0x00C60DE0, Log *, Logs_1_Create_1, (int32_t category, String * name, MethodInfo * method)); DO_APP_FUNC(0x00C60E60, void, Logs_1_SetLogLevel, (LogCategory__Enum_1 category, LogLevel__Enum_3 level, MethodInfo * method)); DO_APP_FUNC(0x00C61000, void, Logs_1_SetLogLevel_1, (int32_t category, LogLevel__Enum_3 level, MethodInfo * method)); DO_APP_FUNC(0x00C61170, LogLevel__Enum_3, Logs_1_GetLogLevel, (LogCategory__Enum_1 category, MethodInfo * method)); DO_APP_FUNC(0x00C611C0, LogLevel__Enum_3, Logs_1_GetLogLevel_1, (int32_t category, MethodInfo * method)); DO_APP_FUNC(0x00C612A0, void, Logs_1_WriteMultithreadedLogs, (MethodInfo * method)); DO_APP_FUNC(0x00C61540, void, Logs_1_SendLogMessage, (String * message, LogLevel__Enum_3 level, MethodInfo * method)); DO_APP_FUNC(0x00C61670, bool, Logs_1_IsMainThread, (MethodInfo * method)); DO_APP_FUNC(0x00C61710, void, Logs_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003D8E60, void, Logs_LogMessage_1__ctor, (Logs_LogMessage_1 * __this, String * message, LogLevel__Enum_3 level, MethodInfo * method)); DO_APP_FUNC(0x00C61800, void, Logs_LogMessage_1_Log, (Logs_LogMessage_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C583A8, Logs_LogMessage_1_Log__MethodInfo); DO_APP_FUNC(0x00C61900, void, Log__ctor, (Log * __this, int32_t category, String * name, MethodInfo * method)); DO_APP_FUNC(0x00C61C80, bool, Log_get_IsTrace, (Log * __this, MethodInfo * method)); DO_APP_FUNC(0x00C61C90, bool, Log_get_IsDebug, (Log * __this, MethodInfo * method)); DO_APP_FUNC(0x00C61CA0, bool, Log_get_IsInfo, (Log * __this, MethodInfo * method)); DO_APP_FUNC(0x00C61CB0, bool, Log_get_IsWarn, (Log * __this, MethodInfo * method)); DO_APP_FUNC(0x00C61CC0, bool, Log_get_IsError, (Log * __this, MethodInfo * method)); DO_APP_FUNC(0x00C61CD0, bool, Log_ShouldLog, (Log * __this, LogLevel__Enum_3 level, MethodInfo * method)); DO_APP_FUNC(0x00C61DA0, void, Log_WriteLog, (Log * __this, LogLevel__Enum_3 level, String * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58388, Log_WriteLog__MethodInfo); DO_APP_FUNC(0x00C62070, void, Log_Trace, (Log * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x00C62080, void, Log_Debug, (Log * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x00C62090, void, Log_Info, (Log * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x00C620A0, void, Log_Warn, (Log * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x00C620B0, void, Log_Error, (Log * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x00C620C0, void, Log_CheckMainThreadAndThrow, (String * likelyCause, String * method_1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C582F8, Log_CheckMainThreadAndThrow__MethodInfo); DO_APP_FUNC(0x00C621E0, DissonanceException *, Log_CreateUserErrorException, (Log * __this, String * problem, String * likelyCause, String * documentationLink, String * guid, MethodInfo * method)); DO_APP_FUNC(0x00C622C0, String *, Log_UserErrorMessage, (Log * __this, String * problem, String * likelyCause, String * documentationLink, String * guid, MethodInfo * method)); DO_APP_FUNC(0x00C62530, String *, Log_PossibleBugMessage, (Log * __this, String * problem, String * guid, MethodInfo * method)); DO_APP_FUNC(0x00C625D0, DissonanceException *, Log_CreatePossibleBugException, (Log * __this, String * problem, String * guid, MethodInfo * method)); DO_APP_FUNC(0x00C62690, bool, Log_AssertAndLogWarn, (Log * __this, bool assertion, String * msg, MethodInfo * method)); DO_APP_FUNC(0x00C626C0, bool, Log_AssertAndLogError, (Log * __this, bool assertion, String * guid, String * msg, MethodInfo * method)); DO_APP_FUNC(0x00C62710, void, Log_AssertAndThrowPossibleBug, (Log * __this, bool assertion, String * guid, String * msg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C582C8, Log_AssertAndThrowPossibleBug__MethodInfo); DO_APP_FUNC(0x00C62750, void, Metrics_WriteMultithreadedMetrics, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Metrics_InternalSampleMetric, (String * name, double value, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, String *, Metrics_MetricName, (String * category, String * id, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, String *, Metrics_MetricName_1, (String * category, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Metrics_Sample, (String * name, float value, MethodInfo * method)); DO_APP_FUNC(0x00C62840, void, Metrics__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C62920, void, Metrics_MetricEvent__ctor, (Metrics_MetricEvent * __this, String * name, double value, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, PacketLossMonitor_get_PacketLoss, (PacketLossMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x00989750, void, PacketLossMonitor_set_PacketLoss, (PacketLossMonitor * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C62980, void, PacketLossMonitor__ctor, (PacketLossMonitor * __this, ReadOnlyCollection_1_Dissonance_VoicePlayerState_ * players, MethodInfo * method)); DO_APP_FUNC(0x00C62AF0, void, PacketLossMonitor_Update, (PacketLossMonitor * __this, Nullable_1_DateTime_ utcNow, MethodInfo * method)); DO_APP_FUNC(0x00C62D80, bool, PacketLossMonitor_CheckTime, (PacketLossMonitor * __this, DateTime now, MethodInfo * method)); DO_APP_FUNC(0x00C62E60, bool, PacketLossMonitor_CheckCount, (PacketLossMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x00C62EF0, Nullable_1_Single_, PacketLossMonitor_CalculatePacketLoss, (PacketLossMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x00C63260, void, PlaybackPool__ctor, (PlaybackPool * __this, IPriorityManager * priority, IVolumeProvider * volume, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C580A0, PlaybackPool__ctor__MethodInfo); DO_APP_FUNC(0x00C63520, void, PlaybackPool_Start, (PlaybackPool * __this, GameObject * playbackPrefab, Transform * transform, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58048, PlaybackPool_Start__MethodInfo); DO_APP_FUNC(0x00C636B0, IVoicePlaybackInternal *, PlaybackPool_CreatePlayback, (PlaybackPool * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58100, PlaybackPool_CreatePlayback__MethodInfo); DO_APP_FUNC(0x00C63850, IVoicePlaybackInternal *, PlaybackPool_Get, (PlaybackPool * __this, String * playerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57FF8, PlaybackPool_Get__MethodInfo); DO_APP_FUNC(0x00C63A30, void, PlaybackPool_Put, (PlaybackPool * __this, IVoicePlayback * playback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57FC8, PlaybackPool_Put__MethodInfo); DO_APP_FUNC(0x003B93E0, ReadOnlyCollection_1_Dissonance_VoicePlayerState_ *, PlayerCollection_get_Readonly, (PlayerCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, LocalVoicePlayerState *, PlayerCollection_get_Local, (PlayerCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, PlayerCollection_set_Local, (PlayerCollection * __this, LocalVoicePlayerState * value, MethodInfo * method)); DO_APP_FUNC(0x00C63CF0, void, PlayerCollection__ctor, (PlayerCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00C63F70, void, PlayerCollection_Start, (PlayerCollection * __this, String * name, IAmplitudeProvider * micAmplitude, Rooms * rooms, RoomChannels * roomChannels, PlayerChannels * playerChannels, ILossEstimator * loss, ICommsNetwork * net, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57F20, PlayerCollection_Start__MethodInfo); DO_APP_FUNC(0x00C64340, void, PlayerCollection_Add, (PlayerCollection * __this, VoicePlayerState * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57E70, PlayerCollection_Add__MethodInfo); DO_APP_FUNC(0x00C64560, VoicePlayerState *, PlayerCollection_Remove, (PlayerCollection * __this, String * playerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57DD0, PlayerCollection_Remove__MethodInfo); DO_APP_FUNC(0x00C64730, bool, PlayerCollection_TryGet, (PlayerCollection * __this, String * playerId, VoicePlayerState * * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57D80, PlayerCollection_TryGet__MethodInfo); DO_APP_FUNC(0x00C647F0, void, PlayerCollection_Update, (PlayerCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00C648B0, void, PlayerCollection__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C64990, void, PlayerTrackerManager__ctor, (PlayerTrackerManager * __this, PlayerCollection * players, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57CA0, PlayerTrackerManager__ctor__MethodInfo); DO_APP_FUNC(0x00C64B30, void, PlayerTrackerManager_AddPlayer, (PlayerTrackerManager * __this, VoicePlayerState * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57C90, PlayerTrackerManager_AddPlayer__MethodInfo); DO_APP_FUNC(0x00C64C50, void, PlayerTrackerManager_RemovePlayer, (PlayerTrackerManager * __this, VoicePlayerState * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57C60, PlayerTrackerManager_RemovePlayer__MethodInfo); DO_APP_FUNC(0x00C64DA0, void, PlayerTrackerManager_AddTracker, (PlayerTrackerManager * __this, IDissonancePlayer * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57C08, PlayerTrackerManager_AddTracker__MethodInfo); DO_APP_FUNC(0x00C64FB0, void, PlayerTrackerManager_RemoveTracker, (PlayerTrackerManager * __this, IDissonancePlayer * player, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57BC0, PlayerTrackerManager_RemoveTracker__MethodInfo); DO_APP_FUNC(0x00C651A0, void, PlayerTrackerManager__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, RoomName_get_Name, (RoomName * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, RoomName_set_Name, (RoomName * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00C65280, bool, RoomName_get_SuppressDuplicateCheck, (RoomName * __this, MethodInfo * method)); DO_APP_FUNC(0x00C65290, void, RoomName_set_SuppressDuplicateCheck, (RoomName * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C652A0, void, RoomName__ctor, (RoomName * __this, String * name, bool suppress, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57B78, RoomName__ctor__MethodInfo); DO_APP_FUNC(0x00C65360, void, RoomName__ctor_1, (RoomName * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57B88, RoomName__ctor_1__MethodInfo); DO_APP_FUNC(0x00C65420, bool, RoomName_Equals, (RoomName * __this, RoomName other, MethodInfo * method)); DO_APP_FUNC(0x00C65460, RoomName, RoomName_op_Implicit, (String * name, MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, RoomName_op_Implicit_1, (RoomName name, MethodInfo * method)); DO_APP_FUNC(0x00C65530, uint16_t, RoomIdConversion_ToRoomId, (String * name, MethodInfo * method)); DO_APP_FUNC(0x00C65610, uint16_t, RoomIdConversion_ToRoomId_1, (RoomName name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57B98, RoomIdConversion_ToRoomId_1__MethodInfo); DO_APP_FUNC(0x00C656F0, uint16_t, RoomIdConversion_Hash16, (String * str, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, ReadOnlyCollection_1_System_String_ *, Rooms_get_Memberships, (Rooms * __this, MethodInfo * method)); DO_APP_FUNC(0x00C65780, void, Rooms_add_JoinedRoom, (Rooms * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C65890, void, Rooms_remove_JoinedRoom, (Rooms * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C659A0, void, Rooms_add_LeftRoom, (Rooms * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C65AB0, void, Rooms_remove_LeftRoom, (Rooms * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C65BC0, void, Rooms__ctor, (Rooms * __this, MethodInfo * method)); DO_APP_FUNC(0x00C65ED0, int32_t, Rooms_get_Count, (Rooms * __this, MethodInfo * method)); DO_APP_FUNC(0x00C65F20, RoomMembership, Rooms_get_Item, (Rooms * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x00C65FC0, bool, Rooms_Contains, (Rooms * __this, String * roomName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57A70, Rooms_Contains__MethodInfo); DO_APP_FUNC(0x00C66110, RoomMembership, Rooms_Join, (Rooms * __this, String * roomName, MethodInfo * method)); DO_APP_FUNC(0x00C66210, RoomMembership, Rooms_Join_1, (Rooms * __this, RoomName roomName, MethodInfo * method)); DO_APP_FUNC(0x00C66750, bool, Rooms_Leave, (Rooms * __this, RoomMembership membership, MethodInfo * method)); DO_APP_FUNC(0x00C66A40, void, Rooms_OnJoinedRoom, (Rooms * __this, RoomMembership membership, MethodInfo * method)); DO_APP_FUNC(0x00C66AE0, void, Rooms_OnLeftRoom, (Rooms * __this, RoomMembership membership, MethodInfo * method)); DO_APP_FUNC(0x00C66B80, String *, Rooms_Name, (Rooms * __this, uint16_t roomId, MethodInfo * method)); DO_APP_FUNC(0x00C66B80, String *, Rooms_Dissonance_IRooms_Name, (Rooms * __this, uint16_t roomId, MethodInfo * method)); DO_APP_FUNC(0x00C66C60, Nullable_1_Int32_, Rooms_FindById, (Rooms * __this, uint16_t id, MethodInfo * method)); DO_APP_FUNC(0x00C66D90, void, Rooms__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C66F10, void, RoomMembership__ctor, (RoomMembership * __this, RoomName name, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, RoomMembership_get_RoomName, (RoomMembership * __this, MethodInfo * method)); DO_APP_FUNC(0x00C66FA0, uint16_t, RoomMembership_get_RoomId, (RoomMembership * __this, MethodInfo * method)); DO_APP_FUNC(0x00C66FB0, int32_t, RoomMembershipComparer_Compare, (RoomMembershipComparer * __this, RoomMembership x, RoomMembership y, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RoomMembershipComparer__ctor, (RoomMembershipComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, SemanticVersion_get_Major, (SemanticVersion * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, SemanticVersion_get_Minor, (SemanticVersion * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, SemanticVersion_get_Patch, (SemanticVersion * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, SemanticVersion_get_Tag, (SemanticVersion * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SemanticVersion__ctor, (SemanticVersion * __this, MethodInfo * method)); DO_APP_FUNC(0x003BC640, void, SemanticVersion__ctor_1, (SemanticVersion * __this, int32_t major, int32_t minor, int32_t patch, String * tag, MethodInfo * method)); DO_APP_FUNC(0x003BC6B0, int32_t, SemanticVersion_CompareTo, (SemanticVersion * __this, SemanticVersion * other, MethodInfo * method)); DO_APP_FUNC(0x00C66FC0, String *, SemanticVersion_ToString, (SemanticVersion * __this, MethodInfo * method)); DO_APP_FUNC(0x003BCB90, bool, SemanticVersion_Equals, (SemanticVersion * __this, SemanticVersion * other, MethodInfo * method)); DO_APP_FUNC(0x00C672B0, bool, SemanticVersion_Equals_1, (SemanticVersion * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00C673C0, int32_t, SemanticVersion_GetHashCode, (SemanticVersion * __this, MethodInfo * method)); DO_APP_FUNC(0x00C67470, void, TextChat__ctor, (TextChat * __this, Func_1_Dissonance_Networking_ICommsNetwork_ * getNetwork, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57908, TextChat__ctor__MethodInfo); DO_APP_FUNC(0x00C67540, void, TextChat_Send, (TextChat * __this, String * roomName, String * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C578E8, TextChat_Send__MethodInfo); DO_APP_FUNC(0x00C676A0, void, TextChat_Whisper, (TextChat * __this, String * playerName, String * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57898, TextChat_Whisper__MethodInfo); DO_APP_FUNC(0x00C67800, void, TextChat_add_MessageReceived, (TextChat * __this, Action_1_Dissonance_Networking_TextMessage_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C67910, void, TextChat_remove_MessageReceived, (TextChat * __this, Action_1_Dissonance_Networking_TextMessage_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C67A20, void, TextChat_OnMessageReceived, (TextChat * __this, TextMessage obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58A18, TextChat_OnMessageReceived__MethodInfo); DO_APP_FUNC(0x00C67A60, int32_t, TokenSet_get_Count, (TokenSet * __this, MethodInfo * method)); DO_APP_FUNC(0x00C67AB0, void, TokenSet_add_TokenRemoved, (TokenSet * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C67BC0, void, TokenSet_remove_TokenRemoved, (TokenSet * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C67CD0, void, TokenSet_add_TokenAdded, (TokenSet * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C67DE0, void, TokenSet_remove_TokenAdded, (TokenSet * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C67EF0, int32_t, TokenSet_Find, (TokenSet * __this, String * item, MethodInfo * method)); DO_APP_FUNC(0x00C68000, bool, TokenSet_ContainsToken, (TokenSet * __this, String * token, MethodInfo * method)); DO_APP_FUNC(0x00C68030, bool, TokenSet_AddToken, (TokenSet * __this, String * token, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C577D0, TokenSet_AddToken__MethodInfo); DO_APP_FUNC(0x00C68140, bool, TokenSet_RemoveToken, (TokenSet * __this, String * token, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57798, TokenSet_RemoveToken__MethodInfo); DO_APP_FUNC(0x00C68240, bool, TokenSet_IntersectsWith, (TokenSet * __this, TokenSet * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57760, TokenSet_IntersectsWith__MethodInfo); DO_APP_FUNC(0x00C684E0, IEnumerator_1_System_String_ *, TokenSet_GetEnumerator, (TokenSet * __this, MethodInfo * method)); DO_APP_FUNC(0x00C684E0, IEnumerator *, TokenSet_System_Collections_IEnumerable_GetEnumerator, (TokenSet * __this, MethodInfo * method)); DO_APP_FUNC(0x00C685D0, void, TokenSet__ctor, (TokenSet * __this, MethodInfo * method)); DO_APP_FUNC(0x00C686A0, void, TokenSet__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Unit__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C687A0, void, VoicePlayerState_add_OnStartedSpeaking, (VoicePlayerState * __this, Action_1_Dissonance_VoicePlayerState_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C688B0, void, VoicePlayerState_remove_OnStartedSpeaking, (VoicePlayerState * __this, Action_1_Dissonance_VoicePlayerState_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C689C0, void, VoicePlayerState_add_OnStoppedSpeaking, (VoicePlayerState * __this, Action_1_Dissonance_VoicePlayerState_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C68AD0, void, VoicePlayerState_remove_OnStoppedSpeaking, (VoicePlayerState * __this, Action_1_Dissonance_VoicePlayerState_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C68BE0, void, VoicePlayerState_add_OnEnteredRoom, (VoicePlayerState * __this, Action_2_Dissonance_VoicePlayerState_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C68CF0, void, VoicePlayerState_remove_OnEnteredRoom, (VoicePlayerState * __this, Action_2_Dissonance_VoicePlayerState_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C68E00, void, VoicePlayerState_add_OnExitedRoom, (VoicePlayerState * __this, Action_2_Dissonance_VoicePlayerState_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C68F10, void, VoicePlayerState_remove_OnExitedRoom, (VoicePlayerState * __this, Action_2_Dissonance_VoicePlayerState_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C69020, void, VoicePlayerState_add_OnLeftSession, (VoicePlayerState * __this, Action_1_Dissonance_VoicePlayerState_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C69130, void, VoicePlayerState_remove_OnLeftSession, (VoicePlayerState * __this, Action_1_Dissonance_VoicePlayerState_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, VoicePlayerState__ctor, (VoicePlayerState * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, VoicePlayerState_get_Name, (VoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00C69240, IVoicePlayback *, VoicePlayerState_get_Playback, (VoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00C69260, void, VoicePlayerState_InvokeOnStoppedSpeaking, (VoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00C692E0, void, VoicePlayerState_InvokeOnStartedSpeaking, (VoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00C69360, void, VoicePlayerState_InvokeOnLeftSession, (VoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00C69380, void, VoicePlayerState_InvokeOnEnteredRoom, (VoicePlayerState * __this, RoomEvent evtData, MethodInfo * method)); DO_APP_FUNC(0x00C69470, void, VoicePlayerState_InvokeOnExitedRoom, (VoicePlayerState * __this, RoomEvent evtData, MethodInfo * method)); DO_APP_FUNC(0x00C69560, void, VoicePlayerState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C69640, void, LocalVoicePlayerState__ctor, (LocalVoicePlayerState * __this, String * name, IAmplitudeProvider * micAmplitude, Rooms * rooms, RoomChannels * roomChannels, PlayerChannels * playerChannels, ILossEstimator * loss, ICommsNetwork * network, MethodInfo * method)); DO_APP_FUNC(0x00C69B50, void, LocalVoicePlayerState_OnLocallyEnteredRoom, (LocalVoicePlayerState * __this, String * room, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C574A0, LocalVoicePlayerState_OnLocallyEnteredRoom__MethodInfo); DO_APP_FUNC(0x00C69BF0, void, LocalVoicePlayerState_OnLocallyExitedRoom, (LocalVoicePlayerState * __this, String * room, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C574B0, LocalVoicePlayerState_OnLocallyExitedRoom__MethodInfo); DO_APP_FUNC(0x00C69C90, bool, LocalVoicePlayerState_get_IsConnected, (LocalVoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IVoicePlaybackInternal *, LocalVoicePlayerState_get_PlaybackInternal, (LocalVoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, LocalVoicePlayerState_get_IsLocallyMuted, (LocalVoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00C69CF0, void, LocalVoicePlayerState_set_IsLocallyMuted, (LocalVoicePlayerState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C69DF0, ReadOnlyCollection_1_System_String_ *, LocalVoicePlayerState_get_Rooms, (LocalVoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7010, IDissonancePlayer *, LocalVoicePlayerState_get_Tracker, (LocalVoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, LocalVoicePlayerState_set_Tracker, (LocalVoicePlayerState * __this, IDissonancePlayer * value, MethodInfo * method)); DO_APP_FUNC(0x00C69E10, float, LocalVoicePlayerState_get_Amplitude, (LocalVoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Nullable_1_Dissonance_ChannelPriority_, LocalVoicePlayerState_get_SpeakerPriority, (LocalVoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00C69E60, float, LocalVoicePlayerState_get_Volume, (LocalVoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00C69E70, void, LocalVoicePlayerState_set_Volume, (LocalVoicePlayerState * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C69F60, bool, LocalVoicePlayerState_get_IsSpeaking, (LocalVoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6A040, Nullable_1_Single_, LocalVoicePlayerState_get_PacketLoss, (LocalVoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, LocalVoicePlayerState_get_IsLocalPlayer, (LocalVoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6A0C0, void, LocalVoicePlayerState_GetSpeakingChannels, (LocalVoicePlayerState * __this, List_1_Dissonance_RemoteChannel_ * channels, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LocalVoicePlayerState_Update, (LocalVoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6AA00, void, LocalVoicePlayerState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C6AAE0, void, RemoteVoicePlayerState__ctor, (RemoteVoicePlayerState * __this, IVoicePlaybackInternal * playback, MethodInfo * method)); DO_APP_FUNC(0x00C6AC40, bool, RemoteVoicePlayerState_get_IsConnected, (RemoteVoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6AD10, bool, RemoteVoicePlayerState_get_IsSpeaking, (RemoteVoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6AD80, float, RemoteVoicePlayerState_get_Amplitude, (RemoteVoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6AE00, float, RemoteVoicePlayerState_get_Volume, (RemoteVoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6AE70, void, RemoteVoicePlayerState_set_Volume, (RemoteVoicePlayerState * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C571E8, RemoteVoicePlayerState_set_Volume__MethodInfo); DO_APP_FUNC(0x00C6AF60, Nullable_1_Dissonance_ChannelPriority_, RemoteVoicePlayerState_get_SpeakerPriority, (RemoteVoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6B030, IVoicePlaybackInternal *, RemoteVoicePlayerState_get_PlaybackInternal, (RemoteVoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6B070, bool, RemoteVoicePlayerState_get_IsLocallyMuted, (RemoteVoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6B0E0, void, RemoteVoicePlayerState_set_IsLocallyMuted, (RemoteVoicePlayerState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C6B220, ReadOnlyCollection_1_System_String_ *, RemoteVoicePlayerState_get_Rooms, (RemoteVoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, IDissonancePlayer *, RemoteVoicePlayerState_get_Tracker, (RemoteVoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6B290, void, RemoteVoicePlayerState_set_Tracker, (RemoteVoicePlayerState * __this, IDissonancePlayer * value, MethodInfo * method)); DO_APP_FUNC(0x00C6B4F0, Nullable_1_Single_, RemoteVoicePlayerState_get_PacketLoss, (RemoteVoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, RemoteVoicePlayerState_get_IsLocalPlayer, (RemoteVoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6B5D0, Nullable_1_Single_, RemoteVoicePlayerState_get_Jitter, (RemoteVoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6B660, void, RemoteVoicePlayerState_Update, (RemoteVoicePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6B860, void, RemoteVoicePlayerState_GetSpeakingChannels, (RemoteVoicePlayerState * __this, List_1_Dissonance_RemoteChannel_ * channels, MethodInfo * method)); DO_APP_FUNC(0x00C6B940, void, RemoteVoicePlayerState_InvokeOnEnteredRoom, (RemoteVoicePlayerState * __this, RoomEvent evtData, MethodInfo * method)); DO_APP_FUNC(0x00C6BA80, void, RemoteVoicePlayerState_InvokeOnExitedRoom, (RemoteVoicePlayerState * __this, RoomEvent evtData, MethodInfo * method)); DO_APP_FUNC(0x00C6BBC0, void, RemoteVoicePlayerState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BA3C0, float, VolumeFaderSettings_get_Volume, (VolumeFaderSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA760, void, VolumeFaderSettings_set_Volume, (VolumeFaderSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, TimeSpan, VolumeFaderSettings_get_FadeIn, (VolumeFaderSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6BE00, void, VolumeFaderSettings_set_FadeIn, (VolumeFaderSettings * __this, TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, TimeSpan, VolumeFaderSettings_get_FadeOut, (VolumeFaderSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6BE60, void, VolumeFaderSettings_set_FadeOut, (VolumeFaderSettings * __this, TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VolumeFaderSettings__ctor, (VolumeFaderSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00675FE0, VolumeFaderSettings *, VoiceBroadcastTrigger_get_ActivationFader, (VoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x003C2850, VolumeFaderSettings *, VoiceBroadcastTrigger_get_ColliderTriggerFader, (VoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6BEC0, float, VoiceBroadcastTrigger_get_CurrentFaderVolume, (VoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6BF30, bool, VoiceBroadcastTrigger_get_BroadcastPosition, (VoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6BF40, void, VoiceBroadcastTrigger_set_BroadcastPosition, (VoiceBroadcastTrigger * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C6C100, CommTriggerTarget__Enum, VoiceBroadcastTrigger_get_ChannelType, (VoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6C110, void, VoiceBroadcastTrigger_set_ChannelType, (VoiceBroadcastTrigger * __this, CommTriggerTarget__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00AC90A0, String *, VoiceBroadcastTrigger_get_InputName, (VoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC90B0, void, VoiceBroadcastTrigger_set_InputName, (VoiceBroadcastTrigger * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00C6C130, CommActivationMode__Enum, VoiceBroadcastTrigger_get_Mode, (VoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6C140, void, VoiceBroadcastTrigger_set_Mode, (VoiceBroadcastTrigger * __this, CommActivationMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00C6C150, bool, VoiceBroadcastTrigger_get_IsMuted, (VoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6C160, void, VoiceBroadcastTrigger_set_IsMuted, (VoiceBroadcastTrigger * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57110, VoiceBroadcastTrigger_set_IsMuted__MethodInfo); DO_APP_FUNC(0x007F4830, String *, VoiceBroadcastTrigger_get_PlayerId, (VoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6C1E0, void, VoiceBroadcastTrigger_set_PlayerId, (VoiceBroadcastTrigger * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00C6C2A0, bool, VoiceBroadcastTrigger_get_UseColliderTrigger, (VoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6C2B0, void, VoiceBroadcastTrigger_set_UseColliderTrigger, (VoiceBroadcastTrigger * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00ACEE50, String *, VoiceBroadcastTrigger_get_RoomName, (VoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6C2C0, void, VoiceBroadcastTrigger_set_RoomName, (VoiceBroadcastTrigger * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00C6C380, ChannelPriority__Enum, VoiceBroadcastTrigger_get_Priority, (VoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6C390, void, VoiceBroadcastTrigger_set_Priority, (VoiceBroadcastTrigger * __this, ChannelPriority__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00C6C550, bool, VoiceBroadcastTrigger_get_IsTransmitting, (VoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6C5A0, bool, VoiceBroadcastTrigger_get_CanTrigger, (VoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6C780, void, VoiceBroadcastTrigger_Start, (VoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6C850, void, VoiceBroadcastTrigger_OnDisable, (VoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6C980, void, VoiceBroadcastTrigger_OnDestroy, (VoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6CAB0, void, VoiceBroadcastTrigger_Update, (VoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6D230, void, VoiceBroadcastTrigger_ColliderTriggerChanged, (VoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6D370, void, VoiceBroadcastTrigger_SwitchMode, (VoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6D470, bool, VoiceBroadcastTrigger_ShouldActivate, (VoiceBroadcastTrigger * __this, bool intent, MethodInfo * method)); DO_APP_FUNC(0x00C6D570, void, VoiceBroadcastTrigger_ToggleMute, (VoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6D5F0, bool, VoiceBroadcastTrigger_IsUserActivated, (VoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6D6C0, void, VoiceBroadcastTrigger_SetChannelVolume, (VoiceBroadcastTrigger * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C6D8A0, void, VoiceBroadcastTrigger_OpenChannel, (VoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6DE70, void, VoiceBroadcastTrigger_CloseChannel, (VoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E070, void, VoiceBroadcastTrigger_Dissonance_VAD_IVoiceActivationListener_VoiceActivationStart, (VoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E080, void, VoiceBroadcastTrigger_Dissonance_VAD_IVoiceActivationListener_VoiceActivationStop, (VoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E090, void, VoiceBroadcastTrigger__ctor, (VoiceBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, String *, VoiceProximityBroadcastTrigger_get_InputName, (VoiceProximityBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, VoiceProximityBroadcastTrigger_set_InputName, (VoiceProximityBroadcastTrigger * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00C6E400, CommActivationMode__Enum, VoiceProximityBroadcastTrigger_get_Mode, (VoiceProximityBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E410, void, VoiceProximityBroadcastTrigger_set_Mode, (VoiceProximityBroadcastTrigger * __this, CommActivationMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00C6E420, bool, VoiceProximityBroadcastTrigger_get_IsMuted, (VoiceProximityBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E430, void, VoiceProximityBroadcastTrigger_set_IsMuted, (VoiceProximityBroadcastTrigger * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C6E4A0, bool, VoiceProximityBroadcastTrigger_get_IsTransmitting, (VoiceProximityBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E520, ChannelPriority__Enum, VoiceProximityBroadcastTrigger_get_Priority, (VoiceProximityBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E530, void, VoiceProximityBroadcastTrigger_set_Priority, (VoiceProximityBroadcastTrigger * __this, ChannelPriority__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00C6E5A0, bool, VoiceProximityBroadcastTrigger_get_CanTrigger, (VoiceProximityBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E700, void, VoiceProximityBroadcastTrigger_ToggleMute, (VoiceProximityBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E790, bool, VoiceProximityBroadcastTrigger_IsUserActivated, (VoiceProximityBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E860, void, VoiceProximityBroadcastTrigger_OnEnable, (VoiceProximityBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6EA70, void, VoiceProximityBroadcastTrigger_OnDisable, (VoiceProximityBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6EBC0, void, VoiceProximityBroadcastTrigger_OnDestroy, (VoiceProximityBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6ED20, void, VoiceProximityBroadcastTrigger_Update, (VoiceProximityBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6EE10, BaseProximityTrigger_1_THandle_Grid_RoomChannel_ *, VoiceProximityBroadcastTrigger_CreateGrid, (VoiceProximityBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6EEF0, void, VoiceProximityBroadcastTrigger_Dissonance_VAD_IVoiceActivationListener_VoiceActivationStart, (VoiceProximityBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6EF00, void, VoiceProximityBroadcastTrigger_Dissonance_VAD_IVoiceActivationListener_VoiceActivationStop, (VoiceProximityBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6EF10, void, VoiceProximityBroadcastTrigger__ctor, (VoiceProximityBroadcastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6EFD0, void, VoiceProximityBroadcastTrigger_BroadcastGrid__ctor, (VoiceProximityBroadcastTrigger_BroadcastGrid * __this, VoiceProximityBroadcastTrigger * parent, MethodInfo * method)); DO_APP_FUNC(0x00C6F070, RoomChannel, VoiceProximityBroadcastTrigger_BroadcastGrid_CreateHandle, (VoiceProximityBroadcastTrigger_BroadcastGrid * __this, Vector3Int id, String * name, MethodInfo * method)); DO_APP_FUNC(0x00C6F230, void, VoiceProximityBroadcastTrigger_BroadcastGrid_CloseHandle, (VoiceProximityBroadcastTrigger_BroadcastGrid * __this, RoomChannel handle, MethodInfo * method)); DO_APP_FUNC(0x00C6F280, BaseProximityTrigger_1_THandle_Grid_RoomMembership_ *, VoiceProximityReceiptTrigger_CreateGrid, (VoiceProximityReceiptTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6F360, void, VoiceProximityReceiptTrigger__ctor, (VoiceProximityReceiptTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6F420, void, VoiceProximityReceiptTrigger_ReceiptGrid__ctor, (VoiceProximityReceiptTrigger_ReceiptGrid * __this, VoiceProximityReceiptTrigger * parent, MethodInfo * method)); DO_APP_FUNC(0x00C6F4C0, RoomMembership, VoiceProximityReceiptTrigger_ReceiptGrid_CreateHandle, (VoiceProximityReceiptTrigger_ReceiptGrid * __this, Vector3Int id, String * name, MethodInfo * method)); DO_APP_FUNC(0x00C6F620, void, VoiceProximityReceiptTrigger_ReceiptGrid_CloseHandle, (VoiceProximityReceiptTrigger_ReceiptGrid * __this, RoomMembership handle, MethodInfo * method)); DO_APP_FUNC(0x003C7010, String *, VoiceReceiptTrigger_get_RoomName, (VoiceReceiptTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6F670, void, VoiceReceiptTrigger_set_RoomName, (VoiceReceiptTrigger * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00804C10, bool, VoiceReceiptTrigger_get_UseColliderTrigger, (VoiceReceiptTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C52680, void, VoiceReceiptTrigger_set_UseColliderTrigger, (VoiceReceiptTrigger * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C6F720, bool, VoiceReceiptTrigger_get_CanTrigger, (VoiceReceiptTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6F850, void, VoiceReceiptTrigger_StartListening, (VoiceReceiptTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6F860, void, VoiceReceiptTrigger_StopListening, (VoiceReceiptTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6F870, void, VoiceReceiptTrigger_Update, (VoiceReceiptTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6F8F0, void, VoiceReceiptTrigger_JoinRoom, (VoiceReceiptTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6FB30, void, VoiceReceiptTrigger_LeaveRoom, (VoiceReceiptTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6FBC0, void, VoiceReceiptTrigger_OnDisable, (VoiceReceiptTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6FCD0, void, VoiceReceiptTrigger__ctor, (VoiceReceiptTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, DThread_get_IsStarted, (DThread * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, DThread_set_IsStarted, (DThread * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C6FCE0, void, DThread__ctor, (DThread * __this, Action * action, MethodInfo * method)); DO_APP_FUNC(0x00C6FDF0, void, DThread_Start, (DThread * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6FE20, void, DThread_Join, (DThread * __this, MethodInfo * method)); DO_APP_FUNC(0x00C57D60, uint16_t, ChannelBitField_get_Bitfield, (ChannelBitField * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6FEB0, ChannelType__Enum, ChannelBitField_get_Type, (ChannelBitField * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6FEC0, bool, ChannelBitField_get_IsClosing, (ChannelBitField * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6FED0, bool, ChannelBitField_get_IsPositional, (ChannelBitField * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6FEE0, ChannelPriority__Enum, ChannelBitField_get_Priority, (ChannelBitField * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6FF10, float, ChannelBitField_get_AmplitudeMultiplier, (ChannelBitField * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6FF30, int32_t, ChannelBitField_get_SessionId, (ChannelBitField * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6FF40, void, ChannelBitField__ctor, (ChannelBitField * __this, uint16_t bitfield, MethodInfo * method)); DO_APP_FUNC(0x00C6FF50, void, ChannelBitField__ctor_1, (ChannelBitField * __this, ChannelType__Enum type, int32_t sessionId, ChannelPriority__Enum priority, float amplitudeMult, bool positional, bool closing, MethodInfo * method)); DO_APP_FUNC(0x00C700C0, uint16_t, ChannelBitField_PackPriority, (ChannelPriority__Enum priority, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, IEnumerable_1_KeyValuePair_2_System_UInt16_System_String_ *, ClientIdCollection_get_Items, (ClientIdCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00C700F0, void, ClientIdCollection__ctor, (ClientIdCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00C706C0, uint16_t, ClientIdCollection_GetFreeId, (ClientIdCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56D60, ClientIdCollection_GetFreeId__MethodInfo); DO_APP_FUNC(0x00C707D0, void, ClientIdCollection_AddFreeId, (ClientIdCollection * __this, uint16_t id, MethodInfo * method)); DO_APP_FUNC(0x00C70A10, String *, ClientIdCollection_GetName, (ClientIdCollection * __this, uint16_t id, MethodInfo * method)); DO_APP_FUNC(0x00C70AB0, Nullable_1_UInt16_, ClientIdCollection_GetId, (ClientIdCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00C70BE0, uint16_t, ClientIdCollection_Register, (ClientIdCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56D00, ClientIdCollection_Register__MethodInfo); DO_APP_FUNC(0x00C70EC0, bool, ClientIdCollection_Unregister, (ClientIdCollection * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00C71140, void, ClientIdCollection_Clear, (ClientIdCollection * __this, MethodInfo * method)); DO_APP_FUNC(0x00C711D0, void, ClientIdCollection_Load, (ClientIdCollection * __this, List_1_Dissonance_Networking_ClientInfo_ * clients, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56C88, ClientIdCollection_Load__MethodInfo); DO_APP_FUNC(0x00C714E0, void, ClientIdCollection__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C715C0, void, ClientIdCollection_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ClientIdCollection_c__ctor, (ClientIdCollection_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71670, KeyValuePair_2_System_UInt16_System_String_, ClientIdCollection_c___ctor_b__6_0, (ClientIdCollection_c * __this, String * a, int32_t i, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56DF8, ClientIdCollection_c___ctor_b__6_0__MethodInfo); DO_APP_FUNC(0x00C71720, bool, ClientIdCollection_c___ctor_b__6_1, (ClientIdCollection_c * __this, KeyValuePair_2_System_UInt16_System_String_ x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56DB0, ClientIdCollection_c___ctor_b__6_1__MethodInfo); DO_APP_FUNC(0x00470F00, String *, ClientInfo_get_PlayerName, (ClientInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71760, uint16_t, ClientInfo_get_PlayerId, (ClientInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71770, CodecSettings, ClientInfo_get_CodecSettings, (ClientInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71790, void, ClientInfo__ctor, (ClientInfo * __this, String * playerName, uint16_t playerId, CodecSettings codecSettings, MethodInfo * method)); DO_APP_FUNC(0x00C71800, bool, VoicePacket_get_Positional, (VoicePacket * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71820, ChannelPriority__Enum, VoicePacket_get_Priority, (VoicePacket * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71830, float, VoicePacket_get_AmplitudeMultiplier, (VoicePacket * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71840, PlaybackOptions, VoicePacket_get_PlaybackOptions, (VoicePacket * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71860, void, VoicePacket__ctor, (VoicePacket * __this, String * senderPlayerId, ChannelPriority__Enum priority, float ampMul, bool positional, ArraySegment_1_Byte_ encodedAudioFrame, uint32_t sequence, List_1_Dissonance_RemoteChannel_ * channels, MethodInfo * method)); DO_APP_FUNC(0x00C719B0, void, TextMessage__ctor, (TextMessage * __this, String * sender, ChannelType__Enum recipientType, String * recipient, String * message, MethodInfo * method)); DO_APP_FUNC(0x00C71AB0, void, RoomEvent__ctor, (RoomEvent * __this, String * name, String * room, bool joined, ReadOnlyCollection_1_System_String_ * rooms, MethodInfo * method)); DO_APP_FUNC(0x00C71BC0, bool, NetworkModeExtensions_IsServerEnabled, (NetworkMode__Enum mode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56C20, NetworkModeExtensions_IsServerEnabled__MethodInfo); DO_APP_FUNC(0x00C71C80, bool, NetworkModeExtensions_IsClientEnabled, (NetworkMode__Enum mode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56C30, NetworkModeExtensions_IsClientEnabled__MethodInfo); DO_APP_FUNC(0x00C71D40, ArraySegment_1_Byte_, PacketReader_get_Read, (PacketReader * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71E10, ArraySegment_1_Byte_, PacketReader_get_Unread, (PacketReader * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, ArraySegment_1_Byte_, PacketReader_get_All, (PacketReader * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71F20, void, PacketReader__ctor, (PacketReader * __this, ArraySegment_1_Byte_ array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56C00, PacketReader__ctor__MethodInfo); DO_APP_FUNC(0x00C72040, void, PacketReader__ctor_1, (PacketReader * __this, Byte__Array * array, MethodInfo * method)); DO_APP_FUNC(0x00C72140, void, PacketReader_Check, (PacketReader * __this, int32_t count, String * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56BD0, PacketReader_Check__MethodInfo); DO_APP_FUNC(0x00C72240, uint8_t, PacketReader_FastReadByte, (PacketReader * __this, MethodInfo * method)); DO_APP_FUNC(0x00C722E0, uint8_t, PacketReader_ReadByte, (PacketReader * __this, MethodInfo * method)); DO_APP_FUNC(0x00C72360, uint16_t, PacketReader_ReadUInt16, (PacketReader * __this, MethodInfo * method)); DO_APP_FUNC(0x00C724C0, uint32_t, PacketReader_ReadUInt32, (PacketReader * __this, MethodInfo * method)); DO_APP_FUNC(0x00C72600, ArraySegment_1_Byte_, PacketReader_ReadByteSegment, (PacketReader * __this, MethodInfo * method)); DO_APP_FUNC(0x00C72760, String *, PacketReader_ReadString, (PacketReader * __this, MethodInfo * method)); DO_APP_FUNC(0x00C728E0, CodecSettings, PacketReader_ReadCodecSettings, (PacketReader * __this, MethodInfo * method)); DO_APP_FUNC(0x00C72980, ClientInfo, PacketReader_ReadClientInfo, (PacketReader * __this, MethodInfo * method)); DO_APP_FUNC(0x00C72B10, bool, PacketReader_ReadPacketHeader, (PacketReader * __this, MessageTypes__Enum * messageType, MethodInfo * method)); DO_APP_FUNC(0x00C72BB0, void, PacketReader_ReadHandshakeRequest, (PacketReader * __this, String * * name, CodecSettings * codecSettings, MethodInfo * method)); DO_APP_FUNC(0x00C72CE0, void, PacketReader_ReadHandshakeResponseHeader, (PacketReader * __this, uint32_t * session, uint16_t * clientId, MethodInfo * method)); DO_APP_FUNC(0x00C72D60, void, PacketReader_ReadHandshakeResponseBody, (PacketReader * __this, List_1_Dissonance_Networking_ClientInfo_ * clients, Dictionary_2_System_String_List_1_System_UInt16_ * outputRoomsToPeerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56A80, PacketReader_ReadHandshakeResponseBody__MethodInfo); DO_APP_FUNC(0x00C73640, void, PacketReader_ReadhandshakeP2P, (PacketReader * __this, uint16_t * peerId, MethodInfo * method)); DO_APP_FUNC(0x00C736A0, ClientInfo, PacketReader_ReadClientStateHeader, (PacketReader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56A48, PacketReader_ReadClientStateHeader__MethodInfo); DO_APP_FUNC(0x00C737A0, void, PacketReader_ReadClientStateRooms, (PacketReader * __this, List_1_System_String_ * rooms, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56A60, PacketReader_ReadClientStateRooms__MethodInfo); DO_APP_FUNC(0x00C73940, void, PacketReader_ReadRemoveClient, (PacketReader * __this, uint16_t * clientId, MethodInfo * method)); DO_APP_FUNC(0x00C739A0, void, PacketReader_ReadVoicePacketHeader1, (PacketReader * __this, uint16_t * senderId, MethodInfo * method)); DO_APP_FUNC(0x00C73A00, void, PacketReader_ReadVoicePacketHeader2, (PacketReader * __this, VoicePacketOptions * options, uint16_t * sequenceNumber, uint16_t * numChannels, MethodInfo * method)); DO_APP_FUNC(0x00C73AA0, void, PacketReader_ReadVoicePacketChannel, (PacketReader * __this, ChannelBitField * bitfield, uint16_t * recipient, MethodInfo * method)); DO_APP_FUNC(0x00C73B20, TextPacket, PacketReader_ReadTextPacket, (PacketReader * __this, MethodInfo * method)); DO_APP_FUNC(0x00C73C30, uint32_t, PacketReader_ReadErrorWrongSession, (PacketReader * __this, MethodInfo * method)); DO_APP_FUNC(0x00C73C80, void, PacketReader_ReadRelay, (PacketReader * __this, List_1_System_UInt16_ * destinations, ArraySegment_1_Byte_ * data, MethodInfo * method)); DO_APP_FUNC(0x00C73E30, void, PacketReader_ReadDeltaChannelState, (PacketReader * __this, bool * joined, uint16_t * peer, String * * name, MethodInfo * method)); DO_APP_FUNC(0x00C73F90, void, PacketReader__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C74070, ArraySegment_1_Byte_, PacketWriter_get_Written, (PacketWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x00C74140, void, PacketWriter__ctor, (PacketWriter * __this, Byte__Array * array, MethodInfo * method)); DO_APP_FUNC(0x00C74240, void, PacketWriter__ctor_1, (PacketWriter * __this, ArraySegment_1_Byte_ array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C569B8, PacketWriter__ctor_1__MethodInfo); DO_APP_FUNC(0x00C74360, void, PacketWriter_Check, (PacketWriter * __this, int32_t count, String * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C569A8, PacketWriter_Check__MethodInfo); DO_APP_FUNC(0x00C74460, PacketWriter, PacketWriter_FastWriteByte, (PacketWriter * __this, uint8_t b, MethodInfo * method)); DO_APP_FUNC(0x00C74530, PacketWriter, PacketWriter_Write, (PacketWriter * __this, uint8_t b, MethodInfo * method)); DO_APP_FUNC(0x00C745E0, PacketWriter, PacketWriter_Write_1, (PacketWriter * __this, uint16_t u, MethodInfo * method)); DO_APP_FUNC(0x00C74750, PacketWriter, PacketWriter_Write_2, (PacketWriter * __this, uint32_t u, MethodInfo * method)); DO_APP_FUNC(0x00C74A50, PacketWriter, PacketWriter_Write_3, (PacketWriter * __this, String * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56960, PacketWriter_Write_3__MethodInfo); DO_APP_FUNC(0x00C74D20, PacketWriter, PacketWriter_Write_4, (PacketWriter * __this, ArraySegment_1_Byte_ data, MethodInfo * method)); DO_APP_FUNC(0x00C74E80, PacketWriter, PacketWriter_Write_5, (PacketWriter * __this, CodecSettings codecSettings, MethodInfo * method)); DO_APP_FUNC(0x00C74F90, PacketWriter, PacketWriter_Write_6, (PacketWriter * __this, String * playerName, uint16_t playerId, CodecSettings codecSettings, MethodInfo * method)); DO_APP_FUNC(0x00C75070, PacketWriter, PacketWriter_WriteMagic, (PacketWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x00C750F0, PacketWriter, PacketWriter_WriteHandshakeRequest, (PacketWriter * __this, String * name, CodecSettings codecSettings, MethodInfo * method)); DO_APP_FUNC(0x00C75270, PacketWriter, PacketWriter_WriteHandshakeResponse, (PacketWriter * __this, uint32_t session, uint16_t clientId, MethodInfo * method)); DO_APP_FUNC(0x00C75410, PacketWriter, PacketWriter_WriteHandshakeP2P, (PacketWriter * __this, uint32_t session, uint16_t peerId, MethodInfo * method)); DO_APP_FUNC(0x00C75580, PacketWriter, PacketWriter_WriteClientState, (PacketWriter * __this, uint32_t session, String * name, uint16_t clientId, CodecSettings codecSettings, Rooms * rooms, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56910, PacketWriter_WriteClientState__MethodInfo); DO_APP_FUNC(0x00C75740, PacketWriter, PacketWriter_WriteClientState_1, (PacketWriter * __this, uint32_t session, String * name, uint16_t clientId, CodecSettings codecSettings, ReadOnlyCollection_1_System_String_ * rooms, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C568D0, PacketWriter_WriteClientState_1__MethodInfo); DO_APP_FUNC(0x00C75AC0, PacketWriter, PacketWriter_WriteRemoveClient, (PacketWriter * __this, uint32_t session, uint16_t clientId, MethodInfo * method)); DO_APP_FUNC(0x00C75C30, PacketWriter, PacketWriter_WriteVoiceData, (PacketWriter * __this, uint32_t session, uint16_t senderId, uint16_t sequenceNumber, uint8_t channelSession, IList_1_Dissonance_Networking_Client_OpenChannel_ * channels, ArraySegment_1_Byte_ encodedAudio, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C568A8, PacketWriter_WriteVoiceData__MethodInfo); DO_APP_FUNC(0x00C760B0, PacketWriter, PacketWriter_WriteTextPacket, (PacketWriter * __this, uint32_t session, uint16_t senderId, ChannelType__Enum recipient, uint16_t target, String * data, MethodInfo * method)); DO_APP_FUNC(0x00C762C0, PacketWriter, PacketWriter_WriteErrorWrongSession, (PacketWriter * __this, uint32_t session, MethodInfo * method)); DO_APP_FUNC(0x00C76400, PacketWriter, PacketWriter_WriteDeltaChannelState, (PacketWriter * __this, uint32_t session, bool joined, uint16_t peer, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C568A0, PacketWriter_WriteDeltaChannelState__MethodInfo); DO_APP_FUNC(0x00C76610, void, PacketWriter__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C76750, void, TextPacket__ctor, (TextPacket * __this, uint16_t sender, ChannelType__Enum recipientType, uint16_t recipient, String * text, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, uint32_t, TrafficCounter_get_Packets, (TrafficCounter * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TrafficCounter_set_Packets, (TrafficCounter * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, uint32_t, TrafficCounter_get_Bytes, (TrafficCounter * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, TrafficCounter_set_Bytes, (TrafficCounter * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, uint32_t, TrafficCounter_get_BytesPerSecond, (TrafficCounter * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, TrafficCounter_set_BytesPerSecond, (TrafficCounter * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C767C0, void, TrafficCounter_Update, (TrafficCounter * __this, int32_t bytes, Nullable_1_DateTime_ now, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D878, TrafficCounter_Update__MethodInfo); DO_APP_FUNC(0x00C76BD0, String *, TrafficCounter_ToString, (TrafficCounter * __this, MethodInfo * method)); DO_APP_FUNC(0x00C76D30, void, TrafficCounter_Combine, (uint32_t * packets, uint32_t * bytes, uint32_t * totalBytesPerSecond, TrafficCounter__Array * counters, MethodInfo * method)); DO_APP_FUNC(0x00C76DA0, String *, TrafficCounter_Format, (uint64_t packets, uint64_t bytes, uint64_t bytesPerSecond, MethodInfo * method)); DO_APP_FUNC(0x00C76EF0, String *, TrafficCounter_FormatByteString, (Decimal bytes, MethodInfo * method)); DO_APP_FUNC(0x00C77370, void, TrafficCounter__ctor, (TrafficCounter * __this, MethodInfo * method)); DO_APP_FUNC(0x00C774C0, void, EventQueue_add_PlayerJoined, (EventQueue * __this, Action_2_String_Dissonance_CodecSettings_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C775D0, void, EventQueue_remove_PlayerJoined, (EventQueue * __this, Action_2_String_Dissonance_CodecSettings_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C776E0, void, EventQueue_add_PlayerLeft, (EventQueue * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C777F0, void, EventQueue_remove_PlayerLeft, (EventQueue * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C77900, void, EventQueue_add_PlayerEnteredRoom, (EventQueue * __this, Action_1_Dissonance_Networking_RoomEvent_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C77A10, void, EventQueue_remove_PlayerEnteredRoom, (EventQueue * __this, Action_1_Dissonance_Networking_RoomEvent_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C77B20, void, EventQueue_add_PlayerExitedRoom, (EventQueue * __this, Action_1_Dissonance_Networking_RoomEvent_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C77C30, void, EventQueue_remove_PlayerExitedRoom, (EventQueue * __this, Action_1_Dissonance_Networking_RoomEvent_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C77D40, void, EventQueue_add_VoicePacketReceived, (EventQueue * __this, Action_1_Dissonance_Networking_VoicePacket_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C77E50, void, EventQueue_remove_VoicePacketReceived, (EventQueue * __this, Action_1_Dissonance_Networking_VoicePacket_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C77F60, void, EventQueue_add_TextMessageReceived, (EventQueue * __this, Action_1_Dissonance_Networking_TextMessage_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C78070, void, EventQueue_remove_TextMessageReceived, (EventQueue * __this, Action_1_Dissonance_Networking_TextMessage_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C78180, void, EventQueue_add_PlayerStartedSpeaking, (EventQueue * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C78290, void, EventQueue_remove_PlayerStartedSpeaking, (EventQueue * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C783A0, void, EventQueue_add_PlayerStoppedSpeaking, (EventQueue * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C784B0, void, EventQueue_remove_PlayerStoppedSpeaking, (EventQueue * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C785C0, void, EventQueue_add_OnEnqueuePlayerLeft, (EventQueue * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C786D0, void, EventQueue_remove_OnEnqueuePlayerLeft, (EventQueue * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C787E0, void, EventQueue__ctor, (EventQueue * __this, ReadonlyLockedValue_1_Dissonance_Datastructures_Pool_1_ * byteArrayPool, IRecycler_1_System_Collections_Generic_List_1_ * channelsListPool, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D750, EventQueue__ctor__MethodInfo); DO_APP_FUNC(0x00C78B60, bool, EventQueue_DispatchEvents, (EventQueue * __this, Nullable_1_DateTime_ utcNow, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D6C8, EventQueue_DispatchEvents__MethodInfo); DO_APP_FUNC(0x00C79630, void, EventQueue_PreDispatchLog, (EventQueue * __this, DateTime utcNow, MethodInfo * method)); DO_APP_FUNC(0x00C79900, RoomEvent, EventQueue_CreateRoomEvent, (EventQueue_NetworkEvent event, bool joined, MethodInfo * method)); DO_APP_FUNC(0x00C79A40, void, EventQueue_EnqueuePlayerJoined, (EventQueue * __this, String * playerName, CodecSettings codecSettings, MethodInfo * method)); DO_APP_FUNC(0x00C79DE0, void, EventQueue_EnqueuePlayerLeft, (EventQueue * __this, String * playerName, MethodInfo * method)); DO_APP_FUNC(0x00C7A190, void, EventQueue_EnqueuePlayerEnteredRoom, (EventQueue * __this, String * playerName, String * room, ReadOnlyCollection_1_System_String_ * allRooms, MethodInfo * method)); DO_APP_FUNC(0x00C7A5C0, void, EventQueue_EnqueuePlayerExitedRoom, (EventQueue * __this, String * playerName, String * room, ReadOnlyCollection_1_System_String_ * allRooms, MethodInfo * method)); DO_APP_FUNC(0x00C7A9F0, void, EventQueue_EnqueueStartedSpeaking, (EventQueue * __this, String * playerName, MethodInfo * method)); DO_APP_FUNC(0x00C7AD80, void, EventQueue_EnqueueStoppedSpeaking, (EventQueue * __this, String * playerName, MethodInfo * method)); DO_APP_FUNC(0x00C7B110, void, EventQueue_EnqueueVoiceData, (EventQueue * __this, VoicePacket data, MethodInfo * method)); DO_APP_FUNC(0x00C7B3E0, void, EventQueue_EnqueueTextData, (EventQueue * __this, TextMessage data, MethodInfo * method)); DO_APP_FUNC(0x00C7B690, Byte__Array *, EventQueue_GetEventBuffer, (EventQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7B7F0, void, EventQueue__cctor, (MethodInfo * method)); DO_APP_FUNC(0x005DE470, String *, EventQueue_NetworkEvent_get_PlayerName, (EventQueue_NetworkEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x0066A570, void, EventQueue_NetworkEvent_set_PlayerName, (EventQueue_NetworkEvent * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00C7B950, CodecSettings, EventQueue_NetworkEvent_get_CodecSettings, (EventQueue_NetworkEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7B970, void, EventQueue_NetworkEvent_set_CodecSettings, (EventQueue_NetworkEvent * __this, CodecSettings value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, EventQueue_NetworkEvent_get_Room, (EventQueue_NetworkEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, EventQueue_NetworkEvent_set_Room, (EventQueue_NetworkEvent * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, ReadOnlyCollection_1_System_String_ *, EventQueue_NetworkEvent_get_AllRooms, (EventQueue_NetworkEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, EventQueue_NetworkEvent_set_AllRooms, (EventQueue_NetworkEvent * __this, ReadOnlyCollection_1_System_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C7B980, VoicePacket, EventQueue_NetworkEvent_get_VoicePacket, (EventQueue_NetworkEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7B9B0, TextMessage, EventQueue_NetworkEvent_get_TextMessage, (EventQueue_NetworkEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7B9D0, void, EventQueue_NetworkEvent__ctor, (EventQueue_NetworkEvent * __this, EventQueue_EventType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x00C7BB00, void, EventQueue_NetworkEvent__ctor_1, (EventQueue_NetworkEvent * __this, VoicePacket voice, MethodInfo * method)); DO_APP_FUNC(0x00C7BB90, void, EventQueue_NetworkEvent__ctor_2, (EventQueue_NetworkEvent * __this, TextMessage text, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EventQueue_NetworkEvent_Check, (EventQueue_NetworkEvent * __this, EventQueue_EventType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EventQueue_NetworkEvent_Check_1, (EventQueue_NetworkEvent * __this, EventQueue_EventType__Enum typeA, EventQueue_EventType__Enum typeB, MethodInfo * method)); DO_APP_FUNC(0x00470F00, ChannelProperties *, OpenChannel_get_Config, (OpenChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7BC10, uint16_t, OpenChannel_get_Bitfield, (OpenChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7BD20, uint16_t, OpenChannel_get_Recipient, (OpenChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F10, ChannelType__Enum, OpenChannel_get_Type, (OpenChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, OpenChannel_get_IsClosing, (OpenChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7BD30, bool, OpenChannel_get_IsPositional, (OpenChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7BD50, ChannelPriority__Enum, OpenChannel_get_Priority, (OpenChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7BDB0, float, OpenChannel_get_AmplitudeMultiplier, (OpenChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7BDD0, uint16_t, OpenChannel_get_SessionId, (OpenChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, OpenChannel_get_Name, (OpenChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7BDE0, void, OpenChannel__ctor, (OpenChannel * __this, ChannelType__Enum type, uint16_t sessionId, ChannelProperties * config, bool closing, uint16_t recipient, String * name, bool sent, MethodInfo * method)); DO_APP_FUNC(0x00C7BED0, OpenChannel, OpenChannel_AsClosing, (OpenChannel * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D618, OpenChannel_AsClosing__MethodInfo); DO_APP_FUNC(0x00C7BFF0, OpenChannel, OpenChannel_AsOpen, (OpenChannel * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D5E8, OpenChannel_AsOpen__MethodInfo); DO_APP_FUNC(0x00C7C120, OpenChannel, OpenChannel_AsSent, (OpenChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7C190, void, OpenChannel__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C7C270, bool, PacketDelaySimulator_IsOrderedReliable, (MessageTypes__Enum header, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, PacketDelaySimulator_ShouldLose, (PacketDelaySimulator * __this, ArraySegment_1_Byte_ packet, MethodInfo * method)); DO_APP_FUNC(0x00C7C280, void, PacketDelaySimulator__ctor, (PacketDelaySimulator * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, PeerVoiceReceiver_get_Name, (PeerVoiceReceiver * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F5E0, bool, PeerVoiceReceiver_get_Open, (PeerVoiceReceiver * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F5F0, void, PeerVoiceReceiver_set_Open, (PeerVoiceReceiver * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C7C380, bool, PeerVoiceReceiver_get_ReceiveAllVoicePackets, (PeerVoiceReceiver * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7C390, void, PeerVoiceReceiver_set_ReceiveAllVoicePackets, (PeerVoiceReceiver * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C7C3A0, void, PeerVoiceReceiver__ctor, (PeerVoiceReceiver * __this, String * remoteName, uint16_t localId, String * localName, IVoiceEventQueue * events, IRooms * listeningRooms, ConcurrentPool_1_System_Collections_Generic_List_1_ * channelListPool, MethodInfo * method)); DO_APP_FUNC(0x00C7C6E0, void, PeerVoiceReceiver_CheckTimeout, (PeerVoiceReceiver * __this, DateTime utcNow, TimeSpan activeTimeout, TimeSpan inactiveTimeout, MethodInfo * method)); DO_APP_FUNC(0x00C7C7F0, void, PeerVoiceReceiver_StopSpeaking, (PeerVoiceReceiver * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7C8E0, void, PeerVoiceReceiver_StartSpeaking, (PeerVoiceReceiver * __this, uint16_t startSequenceNumber, uint16_t channelSession, DateTime utcNow, MethodInfo * method)); DO_APP_FUNC(0x00C7CA10, void, PeerVoiceReceiver_ReceivePacket, (PeerVoiceReceiver * __this, PacketReader * reader, DateTime utcNow, MethodInfo * method)); DO_APP_FUNC(0x00C7CD50, void, PeerVoiceReceiver_ReadChannels, (PeerVoiceReceiver * __this, PacketReader * reader, uint16_t numChannels, bool * allClosing, bool * forceReset, PeerVoiceReceiver_ChannelsMetadata * channelsMetadata, ICollection_1_Dissonance_RemoteChannel_ * channelsOut, MethodInfo * method)); DO_APP_FUNC(0x00C7D170, bool, PeerVoiceReceiver_HasChannelSessionChanged, (PeerVoiceReceiver * __this, int32_t compositeId, int32_t expectedValue, MethodInfo * method)); DO_APP_FUNC(0x00C7D280, Nullable_1_Dissonance_RemoteChannel_, PeerVoiceReceiver_IsChannelToLocalPlayer, (PeerVoiceReceiver * __this, ChannelBitField channel, uint16_t recipient, MethodInfo * method)); DO_APP_FUNC(0x00C7D9A0, void, PeerVoiceReceiver_RemoveChannelsExcept, (PeerVoiceReceiver * __this, List_1_System_Int32_ * keys, MethodInfo * method)); DO_APP_FUNC(0x00C7DD00, bool, PeerVoiceReceiver_UpdateSpeakerState, (PeerVoiceReceiver * __this, bool allClosing, bool forceReset, uint16_t channelSession, uint16_t sequenceNumber, DateTime utcNow, MethodInfo * method)); DO_APP_FUNC(0x00C7DEC0, bool, PeerVoiceReceiver_UpdateSequenceNumber, (PeerVoiceReceiver * __this, uint16_t sequenceNumber, DateTime utcNow, MethodInfo * method)); DO_APP_FUNC(0x00C7DF00, bool, PeerVoiceReceiver_IsPacketFromPreviousSession, (uint16_t currentChannelSession, uint16_t packetChannelSession, bool isExtendedRange, MethodInfo * method)); DO_APP_FUNC(0x00C7DF40, void, PeerVoiceReceiver__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C7E020, void, PeerVoiceReceiver_ChannelsMetadata__ctor, (PeerVoiceReceiver_ChannelsMetadata * __this, bool isPositional, float amplitudeMultiplier, ChannelPriority__Enum priority, MethodInfo * method)); DO_APP_FUNC(0x00C7E030, PeerVoiceReceiver_ChannelsMetadata, PeerVoiceReceiver_ChannelsMetadata_CombineWith, (PeerVoiceReceiver_ChannelsMetadata * __this, PeerVoiceReceiver_ChannelsMetadata other, MethodInfo * method)); DO_APP_FUNC(0x00C7E100, int32_t, VoicePacketOptions_get_ChannelSessionRange, (VoicePacketOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7E120, bool, VoicePacketOptions_get_IsChannelSessionExtendedRange, (VoicePacketOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7E130, uint8_t, VoicePacketOptions_get_ChannelSession, (VoicePacketOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59310, uint8_t, VoicePacketOptions_get_Bitfield, (VoicePacketOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7E140, void, VoicePacketOptions__ctor, (VoicePacketOptions * __this, uint8_t bitfield, MethodInfo * method)); DO_APP_FUNC(0x00C7E150, VoicePacketOptions, VoicePacketOptions_Unpack, (uint8_t bitfield, MethodInfo * method)); DO_APP_FUNC(0x00C7E160, VoicePacketOptions, VoicePacketOptions_Pack, (uint8_t channelSession, MethodInfo * method)); DO_APP_FUNC(0x00C7E170, void *, ArraySegmentExtensions_DisposableHandle_get_Ptr, (ArraySegmentExtensions_DisposableHandle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D518, ArraySegmentExtensions_DisposableHandle_get_Ptr__MethodInfo); DO_APP_FUNC(0x00C1EA20, void, ArraySegmentExtensions_DisposableHandle__ctor, (ArraySegmentExtensions_DisposableHandle * __this, void * ptr, GCHandle handle, MethodInfo * method)); DO_APP_FUNC(0x00C7E210, void, ArraySegmentExtensions_DisposableHandle_Dispose, (ArraySegmentExtensions_DisposableHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7E220, int32_t, StringExtensions_1_GetFnvHashCode, (String * str, MethodInfo * method)); DO_APP_FUNC(0x00C7E2A0, int32_t, UShortExtensions_WrappedDelta2, (uint16_t a, uint16_t b, MethodInfo * method)); DO_APP_FUNC(0x00C7E2C0, int32_t, UShortExtensions_WrappedDelta7, (uint16_t a, uint16_t b, MethodInfo * method)); DO_APP_FUNC(0x00C7E2E0, int32_t, UShortExtensions_WrappedDelta16, (uint16_t a, uint16_t b, MethodInfo * method)); DO_APP_FUNC(0x00C7E300, int32_t, UShortExtensions_WrappedDelta, (uint16_t a, uint16_t b, int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x00C7E350, Vector3Int, Vector3Extensions_Quantise, (Vector3 position, float size, MethodInfo * method)); DO_APP_FUNC(0x00C7E3C0, float, PacketLossCalculator_get_PacketLoss, (PacketLossCalculator * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7E530, void, PacketLossCalculator__ctor, (PacketLossCalculator * __this, uint32_t size, MethodInfo * method)); DO_APP_FUNC(0x00C7E620, void, PacketLossCalculator_Updated, (PacketLossCalculator * __this, Nullable_1_Boolean_ removed, bool added, MethodInfo * method)); DO_APP_FUNC(0x00C7E6A0, void, PacketLossCalculator_Clear, (PacketLossCalculator * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, uint32_t, POTBuffer_get_MaxCount, (POTBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, POTBuffer_set_MaxCount, (POTBuffer * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C7E710, uint32_t, POTBuffer_get_Pow2, (POTBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, uint32_t, POTBuffer_get_Count, (POTBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, POTBuffer_set_Count, (POTBuffer * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C7E760, void, POTBuffer__ctor, (POTBuffer * __this, uint8_t initialMaxPow, MethodInfo * method)); DO_APP_FUNC(0x00C7E900, void, POTBuffer_Free, (POTBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7E910, void, POTBuffer_Alloc, (POTBuffer * __this, uint32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D488, POTBuffer_Alloc__MethodInfo); DO_APP_FUNC(0x00C7E9A0, bool, POTBuffer_Expand, (POTBuffer * __this, int32_t limit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D460, POTBuffer_Expand__MethodInfo); DO_APP_FUNC(0x00C7EAD0, Single__Array *, POTBuffer_GetBuffer, (POTBuffer * __this, uint32_t * count, bool zeroed, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D448, POTBuffer_GetBuffer__MethodInfo); DO_APP_FUNC(0x00C57D60, uint16_t, Union16_get_UInt16, (Union16 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6FF40, void, Union16_set_UInt16, (Union16 * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x00C7ED90, uint8_t, Union16_get_LSB, (Union16 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7EE00, void, Union16_set_LSB, (Union16 * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x00C7EE80, uint8_t, Union16_get_MSB, (Union16 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7EEF0, void, Union16_set_MSB, (Union16 * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, uint32_t, Union32_get_UInt32, (Union32 * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, Union32_set_UInt32, (Union32 * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C7EF70, void, Union32_SetBytesFromNetworkOrder, (Union32 * __this, uint8_t b1, uint8_t b2, uint8_t b3, uint8_t b4, MethodInfo * method)); DO_APP_FUNC(0x00C7F030, void, Union32_GetBytesInNetworkOrder, (Union32 * __this, uint8_t * b1, uint8_t * b2, uint8_t * b3, uint8_t * b4, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, WindowDeviationCalculator_get_StdDev, (WindowDeviationCalculator * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA780, void, WindowDeviationCalculator_set_StdDev, (WindowDeviationCalculator * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, WindowDeviationCalculator_get_Mean, (WindowDeviationCalculator * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA750, void, WindowDeviationCalculator_set_Mean, (WindowDeviationCalculator * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C7F0F0, float, WindowDeviationCalculator_get_Confidence, (WindowDeviationCalculator * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7F1C0, void, WindowDeviationCalculator__ctor, (WindowDeviationCalculator * __this, uint32_t size, MethodInfo * method)); DO_APP_FUNC(0x00C7F2B0, void, WindowDeviationCalculator_Updated, (WindowDeviationCalculator * __this, Nullable_1_Single_ removed, float added, MethodInfo * method)); DO_APP_FUNC(0x00C7F4E0, float, WindowDeviationCalculator_CalculateDeviation, (WindowDeviationCalculator * __this, float mean, float meanOfSquares, MethodInfo * method)); DO_APP_FUNC(0x00C7F5A0, void, WindowDeviationCalculator_Clear, (WindowDeviationCalculator * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7F610, ChatRoomSettings *, ChatRoomSettings_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x00C7F7E0, void, ChatRoomSettings__ctor, (ChatRoomSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7F900, String *, ChatRoomSettings_FindRoomById, (ChatRoomSettings * __this, uint16_t id, MethodInfo * method)); DO_APP_FUNC(0x00C7FC60, ChatRoomSettings *, ChatRoomSettings_Load, (MethodInfo * method)); DO_APP_FUNC(0x00C7FDB0, void, ChatRoomSettings_Preload, (MethodInfo * method)); DO_APP_FUNC(0x00C7FF60, void, ChatRoomSettings__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C803B0, DebugSettings_1 *, DebugSettings_1_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x00C80580, void, DebugSettings_1__ctor, (DebugSettings_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C80980, LogLevel__Enum_3, DebugSettings_1_GetLevel, (DebugSettings_1 * __this, int32_t category, MethodInfo * method)); DO_APP_FUNC(0x00C80A20, void, DebugSettings_1_SetLevel, (DebugSettings_1 * __this, int32_t category, LogLevel__Enum_3 level, MethodInfo * method)); DO_APP_FUNC(0x00C80B60, DebugSettings_1 *, DebugSettings_1_Load, (MethodInfo * method)); DO_APP_FUNC(0x00C80CB0, void, DebugSettings_1_Preload, (MethodInfo * method)); DO_APP_FUNC(0x00C80E60, void, DebugSettings_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C80F50, void, DebugSettings_c_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugSettings_c_1__ctor, (DebugSettings_c_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, DebugSettings_c_1___ctor_b__15_0, (DebugSettings_c_1 * __this, LogCategory__Enum_1 c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D2C0, DebugSettings_c_1___ctor_b__15_0__MethodInfo); DO_APP_FUNC(0x00C81000, void, Preferences_SetBool, (String * key, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C81060, bool, Preferences_GetBool, (String * key, bool defaultValue, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, AudioQuality__Enum, VoiceSettings_get_Quality, (VoiceSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C81100, void, VoiceSettings_set_Quality, (VoiceSettings * __this, AudioQuality__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, FrameSize__Enum, VoiceSettings_get_FrameSize, (VoiceSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C81320, void, VoiceSettings_set_FrameSize, (VoiceSettings * __this, FrameSize__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00C81540, bool, VoiceSettings_get_ForwardErrorCorrection, (VoiceSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C81590, void, VoiceSettings_set_ForwardErrorCorrection, (VoiceSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, NoiseSuppressionLevels__Enum, VoiceSettings_get_DenoiseAmount, (VoiceSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C81700, void, VoiceSettings_set_DenoiseAmount, (VoiceSettings * __this, NoiseSuppressionLevels__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00C81850, bool, VoiceSettings_get_BackgroundSoundRemovalEnabled, (VoiceSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C818A0, void, VoiceSettings_set_BackgroundSoundRemovalEnabled, (VoiceSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB0F0, float, VoiceSettings_get_BackgroundSoundRemovalAmount, (VoiceSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C81A10, void, VoiceSettings_set_BackgroundSoundRemovalAmount, (VoiceSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C5300, VadSensitivityLevels__Enum, VoiceSettings_get_VadSensitivity, (VoiceSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C81B70, void, VoiceSettings_set_VadSensitivity, (VoiceSettings * __this, VadSensitivityLevels__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, AecSuppressionLevels__Enum, VoiceSettings_get_AecSuppressionAmount, (VoiceSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C81CC0, void, VoiceSettings_set_AecSuppressionAmount, (VoiceSettings * __this, AecSuppressionLevels__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00C81E10, bool, VoiceSettings_get_AecDelayAgnostic, (VoiceSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C81E60, void, VoiceSettings_set_AecDelayAgnostic, (VoiceSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C81FD0, bool, VoiceSettings_get_AecExtendedFilter, (VoiceSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C82020, void, VoiceSettings_set_AecExtendedFilter, (VoiceSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C82190, bool, VoiceSettings_get_AecRefinedAdaptiveFilter, (VoiceSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C821E0, void, VoiceSettings_set_AecRefinedAdaptiveFilter, (VoiceSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00A88B20, AecmRoutingMode__Enum, VoiceSettings_get_AecmRoutingMode, (VoiceSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C82350, void, VoiceSettings_set_AecmRoutingMode, (VoiceSettings * __this, AecmRoutingMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00C824A0, bool, VoiceSettings_get_AecmComfortNoise, (VoiceSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C824F0, void, VoiceSettings_set_AecmComfortNoise, (VoiceSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00BC1070, float, VoiceSettings_get_VoiceDuckLevel, (VoiceSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C82660, void, VoiceSettings_set_VoiceDuckLevel, (VoiceSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C827B0, void, VoiceSettings_add_PropertyChanged, (VoiceSettings * __this, PropertyChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x00C828A0, void, VoiceSettings_remove_PropertyChanged, (VoiceSettings * __this, PropertyChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x00C82990, void, VoiceSettings_OnPropertyChanged, (VoiceSettings * __this, String * propertyName, MethodInfo * method)); DO_APP_FUNC(0x00C82A30, VoiceSettings *, VoiceSettings_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x00C82C00, void, VoiceSettings__ctor, (VoiceSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C82C20, void, VoiceSettings_LoadDefaults, (VoiceSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C82CD0, void, VoiceSettings_Reset, (VoiceSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C83210, void, VoiceSettings_Preload, (MethodInfo * method)); DO_APP_FUNC(0x00C833C0, VoiceSettings *, VoiceSettings_Load, (MethodInfo * method)); DO_APP_FUNC(0x00C83D00, String *, VoiceSettings_ToString, (VoiceSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C84150, void, VoiceSettings__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C84310, void, VoiceSettings_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VoiceSettings_c__ctor, (VoiceSettings_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00C843C0, void, VoiceSettings_c__set_Quality_b__20_0, (VoiceSettings_c * __this, String * key, AudioQuality__Enum q, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D208, VoiceSettings_c__set_Quality_b__20_0__MethodInfo); DO_APP_FUNC(0x00C843C0, void, VoiceSettings_c__set_FrameSize_b__24_0, (VoiceSettings_c * __this, String * key, FrameSize__Enum f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D1E0, VoiceSettings_c__set_FrameSize_b__24_0__MethodInfo); DO_APP_FUNC(0x00C843D0, AudioQuality__Enum, VoiceSettings_c__Load_b__84_0, (VoiceSettings_c * __this, String * s, AudioQuality__Enum q, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CF80, VoiceSettings_c__Load_b__84_0__MethodInfo); DO_APP_FUNC(0x00C843D0, FrameSize__Enum, VoiceSettings_c__Load_b__84_1, (VoiceSettings_c * __this, String * s, FrameSize__Enum f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CF90, VoiceSettings_c__Load_b__84_1__MethodInfo); DO_APP_FUNC(0x00C84430, void, AecDiagnostics_Dissonance_GetAecMetrics, (void * buffer, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x00C84470, AecDiagnostics_AecState__Enum, AecDiagnostics_GetState, (MethodInfo * method)); DO_APP_FUNC(0x00C844F0, AecDiagnostics_AecStats, AecDiagnostics_GetStats, (Single__Array * * temp, MethodInfo * method)); DO_APP_FUNC(0x00C0D910, float, ArvCalculator_get_ARV, (ArvCalculator * __this, MethodInfo * method)); DO_APP_FUNC(0x00C84780, void, ArvCalculator_set_ARV, (ArvCalculator * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C84790, void, ArvCalculator_Reset, (ArvCalculator * __this, MethodInfo * method)); DO_APP_FUNC(0x00C847A0, void, ArvCalculator_Update, (ArvCalculator * __this, ArraySegment_1_Single_ samples, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CEF8, ArvCalculator_Update__MethodInfo); DO_APP_FUNC(0x00C84980, void, AudioFileWriter__ctor, (AudioFileWriter * __this, String * filename, WaveFormat * format, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CEA8, AudioFileWriter__ctor__MethodInfo); DO_APP_FUNC(0x00C84C80, void, AudioFileWriter_Dispose, (AudioFileWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x00C84E40, void, AudioFileWriter_Flush, (AudioFileWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x00C84F90, void, AudioFileWriter_WriteSamples, (AudioFileWriter * __this, ArraySegment_1_Single_ samples, MethodInfo * method)); DO_APP_FUNC(0x00C851C0, void, AudioFileWriter__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C852A0, AudioSettingsWatcher *, AudioSettingsWatcher_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x00C85300, AudioConfiguration, AudioSettingsWatcher_get_Configuration, (AudioSettingsWatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x00C85460, void, AudioSettingsWatcher_Start, (AudioSettingsWatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x00C85640, void, AudioSettingsWatcher_OnAudioConfigChanged, (AudioSettingsWatcher * __this, bool devicewaschanged, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CE18, AudioSettingsWatcher_OnAudioConfigChanged__MethodInfo); DO_APP_FUNC(0x00C857E0, void, AudioSettingsWatcher__ctor, (AudioSettingsWatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x00C85870, void, AudioSettingsWatcher__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C0D910, float, Fader_get_Volume, (Fader * __this, MethodInfo * method)); DO_APP_FUNC(0x00C84780, void, Fader_set_Volume, (Fader * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C859B0, float, Fader_get_EndVolume, (Fader * __this, MethodInfo * method)); DO_APP_FUNC(0x00C859C0, void, Fader_set_EndVolume, (Fader * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C859D0, float, Fader_get_StartVolume, (Fader * __this, MethodInfo * method)); DO_APP_FUNC(0x00C859E0, void, Fader_set_StartVolume, (Fader * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C859F0, void, Fader_Update, (Fader * __this, float dt, MethodInfo * method)); DO_APP_FUNC(0x00C85A60, float, Fader_CalculateVolume, (Fader * __this, MethodInfo * method)); DO_APP_FUNC(0x00C85AD0, void, Fader_FadeTo, (Fader * __this, float target, float duration, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, OpenChannelVolumeDuck_get_TargetVolume, (OpenChannelVolumeDuck * __this, MethodInfo * method)); DO_APP_FUNC(0x00C85B00, void, OpenChannelVolumeDuck__ctor, (OpenChannelVolumeDuck * __this, RoomChannels * rooms, PlayerChannels * players, MethodInfo * method)); DO_APP_FUNC(0x00C85BD0, void, OpenChannelVolumeDuck_Update, (OpenChannelVolumeDuck * __this, bool isMuted, float dt, MethodInfo * method)); DO_APP_FUNC(0x00C85D90, Nullable_1_Dissonance_Audio_Playback_PlaybackOptions_, BaseVoicePlayback_get_LatestPlaybackOptions, (BaseVoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00C85F50, Transform *, BaseVoicePlayback_get_Transform, (BaseVoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00C860E0, bool, BaseVoicePlayback_get_IsActive, (BaseVoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x0068A9A0, bool, BaseVoicePlayback_get_AllowPositionalPlayback, (BaseVoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00C86130, void, BaseVoicePlayback_set_AllowPositionalPlayback, (BaseVoicePlayback * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00610E90, bool, BaseVoicePlayback_get_IsMuted, (BaseVoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00C86140, void, BaseVoicePlayback_set_IsMuted, (BaseVoicePlayback * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C86150, float, BaseVoicePlayback_get_PlaybackVolume, (BaseVoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00C86160, void, BaseVoicePlayback_set_PlaybackVolume, (BaseVoicePlayback * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C86170, String *, BaseVoicePlayback_get_PlayerName, (BaseVoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00C86190, void, BaseVoicePlayback_set_PlayerName, (BaseVoicePlayback * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00C861B0, ChannelPriority__Enum, BaseVoicePlayback_Dissonance_Audio_Playback_IVoicePlayback_get_Priority, (BaseVoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00C86220, float, BaseVoicePlayback_Dissonance_Audio_Playback_IVolumeProvider_get_TargetVolume, (BaseVoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00C86330, float, BaseVoicePlayback_get_Jitter, (BaseVoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00C86380, Nullable_1_Single_, BaseVoicePlayback_get_PacketLoss, (BaseVoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00C864C0, bool, BaseVoicePlayback_get_IsSpeaking, (BaseVoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00BAE3C0, CodecSettings, BaseVoicePlayback_Dissonance_Audio_Playback_IVoicePlaybackInternal_get_CodecSettings, (BaseVoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00C86520, void, BaseVoicePlayback_Dissonance_Audio_Playback_IVoicePlaybackInternal_set_CodecSettings, (BaseVoicePlayback * __this, CodecSettings value, MethodInfo * method)); DO_APP_FUNC(0x00C866A0, void, BaseVoicePlayback__ctor, (BaseVoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x005E5400, void, BaseVoicePlayback_Setup, (BaseVoicePlayback * __this, IPriorityManager * priority, IVolumeProvider * volume, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseVoicePlayback_Start, (BaseVoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseVoicePlayback_OnDestroy, (BaseVoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseVoicePlayback_OnEnable, (BaseVoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00C86790, void, BaseVoicePlayback_OnDisable, (BaseVoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseVoicePlayback_Update, (BaseVoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00C867C0, void, BaseVoicePlayback_GetRemoteChannels, (BaseVoicePlayback * __this, List_1_Dissonance_RemoteChannel_ * output, MethodInfo * method)); DO_APP_FUNC(0x00C868E0, void, BaseVoicePlayback_Dissonance_Audio_Playback_IVoicePlaybackInternal_Reset, (BaseVoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00C86950, void, BaseVoicePlayback_Dissonance_Audio_Playback_IVoicePlaybackInternal_SetTransform, (BaseVoicePlayback * __this, Vector3 pos, Quaternion rot, MethodInfo * method)); DO_APP_FUNC(0x00C86990, void, BaseVoicePlayback_SetTransform, (BaseVoicePlayback * __this, Vector3 pos, Quaternion rot, MethodInfo * method)); DO_APP_FUNC(0x00C86C00, void, BaseVoicePlayback_Dissonance_Audio_Playback_IVoicePlaybackInternal_StartPlayback, (BaseVoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00C86C60, void, BaseVoicePlayback_Dissonance_Audio_Playback_IVoicePlaybackInternal_StopPlayback, (BaseVoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00C86C90, void, BaseVoicePlayback_Dissonance_Audio_Playback_IVoicePlaybackInternal_ReceiveAudioPacket, (BaseVoicePlayback * __this, VoicePacket packet, MethodInfo * method)); DO_APP_FUNC(0x00C86CF0, void, BaseVoicePlayback_Dissonance_Audio_Playback_IVoicePlaybackInternal_ForceReset, (BaseVoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseVoicePlayback_ForceReset, (BaseVoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00C86D30, Nullable_1_Dissonance_Audio_Playback_SpeechSession_, BaseVoicePlayback_TryDequeueSession, (BaseVoicePlayback * __this, Nullable_1_Int32_ outputRate, MethodInfo * method)); DO_APP_FUNC(0x00C86DA0, int32_t, BufferedDecoder_get_BufferCount, (BufferedDecoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C86DC0, uint32_t, BufferedDecoder_get_SequenceNumber, (BufferedDecoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C86DE0, float, BufferedDecoder_get_PacketLoss, (BufferedDecoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C86E10, PlaybackOptions, BufferedDecoder_get_LatestPlaybackOptions, (BufferedDecoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C86F50, void, BufferedDecoder__ctor, (BufferedDecoder * __this, IVoiceDecoder * decoder, uint32_t frameSize, WaveFormat * waveFormat, Action_1_Dissonance_Networking_VoicePacket_ * recycleFrame, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CCB8, BufferedDecoder__ctor__MethodInfo); DO_APP_FUNC(0x003CA7C0, uint32_t, BufferedDecoder_get_FrameSize, (BufferedDecoder * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, WaveFormat *, BufferedDecoder_get_WaveFormat, (BufferedDecoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C87480, void, BufferedDecoder_Prepare, (BufferedDecoder * __this, SessionContext context, MethodInfo * method)); DO_APP_FUNC(0x00C87720, bool, BufferedDecoder_Read, (BufferedDecoder * __this, ArraySegment_1_Single_ frame, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CC68, BufferedDecoder_Read__MethodInfo); DO_APP_FUNC(0x00C87DB0, void, BufferedDecoder_ExtractChannels, (BufferedDecoder * __this, VoicePacket encoded, MethodInfo * method)); DO_APP_FUNC(0x00C87FF0, void, BufferedDecoder_Reset, (BufferedDecoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C884A0, void, BufferedDecoder_Push, (BufferedDecoder * __this, VoicePacket frame, MethodInfo * method)); DO_APP_FUNC(0x00C88690, void, BufferedDecoder_Stop, (BufferedDecoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C886C0, void, BufferedDecoder_GetRemoteChannels, (BufferedDecoder * __this, List_1_Dissonance_RemoteChannel_ * output, MethodInfo * method)); DO_APP_FUNC(0x00C889A0, IVoiceDecoder *, DecoderFactory_Create, (FrameFormat format, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CBB8, DecoderFactory_Create__MethodInfo); DO_APP_FUNC(0x003AC050, void, DecoderFactory__ctor, (DecoderFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x00C88DD0, void, DecoderFactory__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C88EB0, int32_t, DecoderPipeline_get_BufferCount, (DecoderPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00C88F10, TimeSpan, DecoderPipeline_get_BufferTime, (DecoderPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00C88FC0, float, DecoderPipeline_get_PacketLoss, (DecoderPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00C88FF0, PlaybackOptions, DecoderPipeline_get_PlaybackOptions, (DecoderPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00C89030, WaveFormat *, DecoderPipeline_get_OutputFormat, (DecoderPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, TimeSpan, DecoderPipeline_get_InputFrameTime, (DecoderPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00C89080, float, DecoderPipeline_Dissonance_Audio_Playback_IRateProvider_get_PlaybackRate, (DecoderPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00C890A0, SyncState, DecoderPipeline_get_SyncState, (DecoderPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, String *, DecoderPipeline_get_ID, (DecoderPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00C891F0, void, DecoderPipeline__ctor, (DecoderPipeline * __this, IVoiceDecoder * decoder, uint32_t inputFrameSize, Action_1_Dissonance_Audio_Playback_DecoderPipeline_ * completionHandler, String * id, bool softClip, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CA00, DecoderPipeline__ctor__MethodInfo); DO_APP_FUNC(0x00C89E00, void, DecoderPipeline_RecycleFrame, (DecoderPipeline * __this, VoicePacket packet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CAD8, DecoderPipeline_RecycleFrame__MethodInfo); DO_APP_FUNC(0x00C89F10, void, DecoderPipeline_Prepare, (DecoderPipeline * __this, SessionContext context, MethodInfo * method)); DO_APP_FUNC(0x00C89FF0, void, DecoderPipeline_EnableDynamicSync, (DecoderPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8A010, void, DecoderPipeline_SetOutputSampleRate, (DecoderPipeline * __this, Nullable_1_Int32_ rate, MethodInfo * method)); DO_APP_FUNC(0x00C8A190, bool, DecoderPipeline_Read, (DecoderPipeline * __this, ArraySegment_1_Single_ samples, MethodInfo * method)); DO_APP_FUNC(0x00C8A2B0, float, DecoderPipeline_Push, (DecoderPipeline * __this, VoicePacket packet, DateTime now, MethodInfo * method)); DO_APP_FUNC(0x00C8A6F0, void, DecoderPipeline_Stop, (DecoderPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8A700, void, DecoderPipeline_Reset, (DecoderPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8A7C0, void, DecoderPipeline_FlushTransferBuffer, (DecoderPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, IVolumeProvider *, DecoderPipeline_get_VolumeProvider, (DecoderPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, DecoderPipeline_set_VolumeProvider, (DecoderPipeline * __this, IVolumeProvider * value, MethodInfo * method)); DO_APP_FUNC(0x00C8AA70, float, DecoderPipeline_Dissonance_Audio_Playback_IVolumeProvider_get_TargetVolume, (DecoderPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8AB00, void, DecoderPipeline_GetRemoteChannels, (DecoderPipeline * __this, List_1_Dissonance_RemoteChannel_ * output, MethodInfo * method)); DO_APP_FUNC(0x00C8AB80, void, DecoderPipeline__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DecoderPipeline_c_DisplayClass34_0__ctor, (DecoderPipeline_c_DisplayClass34_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8AC60, Byte__Array *, DecoderPipeline_c_DisplayClass34_0___ctor_b__0, (DecoderPipeline_c_DisplayClass34_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CA10, DecoderPipeline_c_DisplayClass34_0___ctor_b__0__MethodInfo); DO_APP_FUNC(0x00C8AD00, void, DecoderPipeline_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DecoderPipeline_c__ctor, (DecoderPipeline_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8ADB0, List_1_Dissonance_RemoteChannel_ *, DecoderPipeline_c___ctor_b__34_1, (DecoderPipeline_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CA68, DecoderPipeline_c___ctor_b__34_1__MethodInfo); DO_APP_FUNC(0x00C8AE20, ConcurrentPool_1_Dissonance_Audio_Playback_DecoderPipeline_ *, DecoderPipelinePool_GetPool, (FrameFormat format, MethodInfo * method)); DO_APP_FUNC(0x00C8B160, DecoderPipeline *, DecoderPipelinePool_GetDecoderPipeline, (FrameFormat format, IVolumeProvider * volume, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C910, DecoderPipelinePool_GetDecoderPipeline__MethodInfo); DO_APP_FUNC(0x00C8B2D0, void, DecoderPipelinePool_Recycle, (FrameFormat format, DecoderPipeline * pipeline, MethodInfo * method)); DO_APP_FUNC(0x00C8B380, void, DecoderPipelinePool__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DecoderPipelinePool_c_DisplayClass2_0__ctor, (DecoderPipelinePool_c_DisplayClass2_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8B470, DecoderPipeline *, DecoderPipelinePool_c_DisplayClass2_0__GetPool_b__0, (DecoderPipelinePool_c_DisplayClass2_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C920, DecoderPipelinePool_c_DisplayClass2_0__GetPool_b__0__MethodInfo); DO_APP_FUNC(0x00C8B650, void, DecoderPipelinePool_c_DisplayClass2_0__GetPool_b__1, (DecoderPipelinePool_c_DisplayClass2_0 * __this, DecoderPipeline * p, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C8E0, DecoderPipelinePool_c_DisplayClass2_0__GetPool_b__1__MethodInfo); DO_APP_FUNC(0x00AE0430, int32_t, DesyncCalculator_get_DesyncMilliseconds, (DesyncCalculator * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, DesyncCalculator_set_DesyncMilliseconds, (DesyncCalculator * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C8B750, float, DesyncCalculator_get_CorrectedPlaybackSpeed, (DesyncCalculator * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8B7B0, void, DesyncCalculator_Update, (DesyncCalculator * __this, TimeSpan ideal, TimeSpan actual, MethodInfo * method)); DO_APP_FUNC(0x00C8B950, void, DesyncCalculator_Skip, (DesyncCalculator * __this, int32_t deltaDesyncMilliseconds, MethodInfo * method)); DO_APP_FUNC(0x00C8B960, int32_t, DesyncCalculator_CalculateDesync, (TimeSpan idealPlaybackPosition, TimeSpan actualPlaybackPosition, MethodInfo * method)); DO_APP_FUNC(0x00C8BAF0, float, DesyncCalculator_CalculateCorrectionFactor, (float desyncMilliseconds, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, EncodedAudioBuffer_get_Count, (EncodedAudioBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, uint32_t, EncodedAudioBuffer_get_SequenceNumber, (EncodedAudioBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD10, void, EncodedAudioBuffer_set_SequenceNumber, (EncodedAudioBuffer * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C8BB40, float, EncodedAudioBuffer_get_PacketLoss, (EncodedAudioBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8BB60, void, EncodedAudioBuffer__ctor, (EncodedAudioBuffer * __this, Action_1_Dissonance_Networking_VoicePacket_ * droppedFrameHandler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C898, EncodedAudioBuffer__ctor__MethodInfo); DO_APP_FUNC(0x00C8BED0, void, EncodedAudioBuffer_Push, (EncodedAudioBuffer * __this, VoicePacket frame, MethodInfo * method)); DO_APP_FUNC(0x00C8C180, void, EncodedAudioBuffer_Stop, (EncodedAudioBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8C190, bool, EncodedAudioBuffer_Read, (EncodedAudioBuffer * __this, Nullable_1_Dissonance_Networking_VoicePacket_ * frame, bool * lostPacket, MethodInfo * method)); DO_APP_FUNC(0x00C8C8C0, void, EncodedAudioBuffer_Reset, (EncodedAudioBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8CA40, bool, EncodedAudioBuffer_IsComplete, (EncodedAudioBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8CAD0, void, EncodedAudioBuffer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C8CBB0, int32_t, EncodedAudioBuffer_VoicePacketComparer_Compare, (EncodedAudioBuffer_VoicePacketComparer * __this, VoicePacket x, VoicePacket y, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EncodedAudioBuffer_VoicePacketComparer__ctor, (EncodedAudioBuffer_VoicePacketComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8CBD0, void, FrameFormat__ctor, (FrameFormat * __this, Codec__Enum codec, WaveFormat * waveFormat, uint32_t frameSize, MethodInfo * method)); DO_APP_FUNC(0x00C8CC30, int32_t, FrameFormat_GetHashCode, (FrameFormat * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8CC90, bool, FrameFormat_Equals, (FrameFormat * __this, FrameFormat other, MethodInfo * method)); DO_APP_FUNC(0x00C8CCF0, bool, FrameFormat_Equals_1, (FrameFormat * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00C8CDC0, void, FrameToSampleConverter__ctor, (FrameToSampleConverter * __this, IFrameSource * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C810, FrameToSampleConverter__ctor__MethodInfo); DO_APP_FUNC(0x00C8CFA0, WaveFormat *, FrameToSampleConverter_get_WaveFormat, (FrameToSampleConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8CFF0, void, FrameToSampleConverter_Prepare, (FrameToSampleConverter * __this, SessionContext context, MethodInfo * method)); DO_APP_FUNC(0x00C8D0C0, bool, FrameToSampleConverter_Read, (FrameToSampleConverter * __this, ArraySegment_1_Single_ samples, MethodInfo * method)); DO_APP_FUNC(0x00C8D440, void, FrameToSampleConverter_Reset, (FrameToSampleConverter * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8D4A0, void, FrameToSampleConverter__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, ChannelPriority__Enum, PriorityManager_get_TopPriority, (PriorityManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, PriorityManager_set_TopPriority, (PriorityManager * __this, ChannelPriority__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00C8D580, void, PriorityManager__ctor, (PriorityManager * __this, PlayerCollection * players, MethodInfo * method)); DO_APP_FUNC(0x00C8D5F0, void, PriorityManager_Update, (PriorityManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8D7A0, void, PriorityManager__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C7E020, void, PlaybackOptions__ctor, (PlaybackOptions * __this, bool isPositional, float amplitudeMultiplier, ChannelPriority__Enum priority, MethodInfo * method)); DO_APP_FUNC(0x00C59310, bool, PlaybackOptions_get_IsPositional, (PlaybackOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8D880, float, PlaybackOptions_get_AmplitudeMultiplier, (PlaybackOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F10, ChannelPriority__Enum, PlaybackOptions_get_Priority, (PlaybackOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8D890, void, Resampler_1__ctor, (Resampler_1 * __this, ISampleSource * source, IRateProvider * rate, MethodInfo * method)); DO_APP_FUNC(0x00C8DBA0, WaveFormat *, Resampler_1_get_WaveFormat, (Resampler_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8DBB0, void, Resampler_1_Prepare, (Resampler_1 * __this, SessionContext context, MethodInfo * method)); DO_APP_FUNC(0x00C8DC90, bool, Resampler_1_Read, (Resampler_1 * __this, ArraySegment_1_Single_ samples, MethodInfo * method)); DO_APP_FUNC(0x00C8E060, void, Resampler_1_Reset, (Resampler_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8E0E0, void, Resampler_1_OnAudioConfigurationChanged, (Resampler_1 * __this, bool deviceWasChanged, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C750, Resampler_1_OnAudioConfigurationChanged__MethodInfo); DO_APP_FUNC(0x00C8E240, void, Resampler_1_SetOutputRate, (Resampler_1 * __this, Nullable_1_Int32_ rate, MethodInfo * method)); DO_APP_FUNC(0x00C8E3C0, void, Resampler_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C8E4A0, bool, SamplePlaybackComponent_get_HasActiveSession, (SamplePlaybackComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8E4E0, Nullable_1_Dissonance_Audio_Playback_SpeechSession_, SamplePlaybackComponent_get_Session, (SamplePlaybackComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8E510, void, SamplePlaybackComponent_set_Session, (SamplePlaybackComponent * __this, Nullable_1_Dissonance_Audio_Playback_SpeechSession_ value, MethodInfo * method)); DO_APP_FUNC(0x00C8E580, float, SamplePlaybackComponent_get_ARV, (SamplePlaybackComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8E590, void, SamplePlaybackComponent_Play, (SamplePlaybackComponent * __this, SpeechSession session, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C710, SamplePlaybackComponent_Play__MethodInfo); DO_APP_FUNC(0x00C8EC10, void, SamplePlaybackComponent_Clear, (SamplePlaybackComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8ED10, void, SamplePlaybackComponent_Start, (SamplePlaybackComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8EE70, void, SamplePlaybackComponent_OnEnable, (SamplePlaybackComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8EE70, void, SamplePlaybackComponent_OnDisable, (SamplePlaybackComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8EF10, void, SamplePlaybackComponent_OnAudioFilterRead, (SamplePlaybackComponent * __this, Single__Array * data, int32_t channels, MethodInfo * method)); DO_APP_FUNC(0x00C8F470, void, SamplePlaybackComponent_ApplyReset, (SamplePlaybackComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8F480, bool, SamplePlaybackComponent_Filter, (SpeechSession session, Single__Array * output, int32_t channels, Single__Array * temp, AudioFileWriter * diagnosticOutput, IAudioOutputSubscriber__Array * subscribers, float * arv, MethodInfo * method)); DO_APP_FUNC(0x00C8F7D0, void, SamplePlaybackComponent__ctor, (SamplePlaybackComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8F900, void, SamplePlaybackComponent__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C8F9E0, void, SessionContext__ctor, (SessionContext * __this, String * playerName, uint32_t id, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C6E0, SessionContext__ctor__MethodInfo); DO_APP_FUNC(0x00C8FAC0, bool, SessionContext_Equals, (SessionContext * __this, SessionContext other, MethodInfo * method)); DO_APP_FUNC(0x00C8FB30, bool, SessionContext_Equals_1, (SessionContext * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00C8FC10, int32_t, SessionContext_GetHashCode, (SessionContext * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8FCA0, WaveFormat *, SoftClipSampleSource_get_WaveFormat, (SoftClipSampleSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8FCF0, void, SoftClipSampleSource__ctor, (SoftClipSampleSource * __this, ISampleSource * upstream, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C6B0, SoftClipSampleSource__ctor__MethodInfo); DO_APP_FUNC(0x00C8FE70, void, SoftClipSampleSource_Prepare, (SoftClipSampleSource * __this, SessionContext context, MethodInfo * method)); DO_APP_FUNC(0x00C8FF40, bool, SoftClipSampleSource_Read, (SoftClipSampleSource * __this, ArraySegment_1_Single_ samples, MethodInfo * method)); DO_APP_FUNC(0x00C90040, void, SoftClipSampleSource_Reset, (SoftClipSampleSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00C900C0, int32_t, SpeechSession_get_BufferCount, (SpeechSession * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, SessionContext, SpeechSession_get_Context, (SpeechSession * __this, MethodInfo * method)); DO_APP_FUNC(0x00C90110, PlaybackOptions, SpeechSession_get_PlaybackOptions, (SpeechSession * __this, MethodInfo * method)); DO_APP_FUNC(0x00C901F0, WaveFormat *, SpeechSession_get_OutputWaveFormat, (SpeechSession * __this, MethodInfo * method)); DO_APP_FUNC(0x00C90240, float, SpeechSession_get_PacketLoss, (SpeechSession * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, IRemoteChannelProvider *, SpeechSession_get_Channels, (SpeechSession * __this, MethodInfo * method)); DO_APP_FUNC(0x00C90290, DateTime, SpeechSession_get_TargetActivationTime, (SpeechSession * __this, MethodInfo * method)); DO_APP_FUNC(0x00C90330, TimeSpan, SpeechSession_get_Delay, (SpeechSession * __this, MethodInfo * method)); DO_APP_FUNC(0x00C90460, SyncState, SpeechSession_get_SyncState, (SpeechSession * __this, MethodInfo * method)); DO_APP_FUNC(0x00C90540, void, SpeechSession__ctor, (SpeechSession * __this, SessionContext context, IJitterEstimator * jitter, IDecoderPipeline * pipeline, IRemoteChannelProvider * channels, DateTime now, MethodInfo * method)); DO_APP_FUNC(0x00C90760, SpeechSession, SpeechSession_Create, (SessionContext context, IJitterEstimator * jitter, IDecoderPipeline * pipeline, IRemoteChannelProvider * channels, DateTime now, MethodInfo * method)); DO_APP_FUNC(0x00C907C0, void, SpeechSession_Prepare, (SpeechSession * __this, DateTime timeOfFirstDequeueAttempt, MethodInfo * method)); DO_APP_FUNC(0x00C90EB0, bool, SpeechSession_Read, (SpeechSession * __this, ArraySegment_1_Single_ samples, MethodInfo * method)); DO_APP_FUNC(0x00C90F80, void, SpeechSession_SetOutputSampleRate, (SpeechSession * __this, Nullable_1_Int32_ rate, MethodInfo * method)); DO_APP_FUNC(0x00C91050, void, SpeechSession__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003C5490, String *, SpeechSessionStream_get_PlayerName, (SpeechSessionStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00C91250, void, SpeechSessionStream_set_PlayerName, (SpeechSessionStream * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00C91430, float, SpeechSessionStream_Dissonance_Audio_Playback_IJitterEstimator_get_Jitter, (SpeechSessionStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00C91450, float, SpeechSessionStream_Dissonance_Audio_Playback_IJitterEstimator_get_Confidence, (SpeechSessionStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00C91530, void, SpeechSessionStream__ctor, (SpeechSessionStream * __this, IVolumeProvider * volumeProvider, MethodInfo * method)); DO_APP_FUNC(0x0041F560, void, SpeechSessionStream_SetFixedOutputRate, (SpeechSessionStream * __this, Nullable_1_Int32_ rate, MethodInfo * method)); DO_APP_FUNC(0x00C91820, void, SpeechSessionStream_StartSession, (SpeechSessionStream * __this, FrameFormat format, Nullable_1_DateTime_ now, IJitterEstimator * jitter, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C650, SpeechSessionStream_StartSession__MethodInfo); DO_APP_FUNC(0x00C91E30, Nullable_1_Dissonance_Audio_Playback_SpeechSession_, SpeechSessionStream_TryDequeueSession, (SpeechSessionStream * __this, Nullable_1_DateTime_ now, MethodInfo * method)); DO_APP_FUNC(0x00C92250, void, SpeechSessionStream_ReceiveFrame, (SpeechSessionStream * __this, VoicePacket packet, Nullable_1_DateTime_ now, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C5F8, SpeechSessionStream_ReceiveFrame__MethodInfo); DO_APP_FUNC(0x00C925F0, void, SpeechSessionStream_ForceReset, (SpeechSessionStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00C92810, void, SpeechSessionStream_StopSession, (SpeechSessionStream * __this, bool logNoSessionError, MethodInfo * method)); DO_APP_FUNC(0x00C92950, void, SpeechSessionStream__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C92A30, TimeSpan, SynchronizerSampleSource_get_IdealPlaybackPosition, (SynchronizerSampleSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00C92A50, TimeSpan, SynchronizerSampleSource_get_PlaybackPosition, (SynchronizerSampleSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00C92B60, TimeSpan, SynchronizerSampleSource_get_Desync, (SynchronizerSampleSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00C92C00, WaveFormat *, SynchronizerSampleSource_get_WaveFormat, (SynchronizerSampleSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00C92C50, float, SynchronizerSampleSource_get_PlaybackRate, (SynchronizerSampleSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00C92C60, void, SynchronizerSampleSource_set_PlaybackRate, (SynchronizerSampleSource * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C92CC0, SyncState, SynchronizerSampleSource_get_State, (SynchronizerSampleSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00C92DE0, void, SynchronizerSampleSource__ctor, (SynchronizerSampleSource * __this, ISampleSource * upstream, TimeSpan resetDesyncTime, MethodInfo * method)); DO_APP_FUNC(0x00C92F50, void, SynchronizerSampleSource_Prepare, (SynchronizerSampleSource * __this, SessionContext context, MethodInfo * method)); DO_APP_FUNC(0x00660380, void, SynchronizerSampleSource_Enable, (SynchronizerSampleSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00C93190, void, SynchronizerSampleSource_Reset, (SynchronizerSampleSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00C93200, bool, SynchronizerSampleSource_Read, (SynchronizerSampleSource * __this, ArraySegment_1_Single_ samples, MethodInfo * method)); DO_APP_FUNC(0x00C93590, bool, SynchronizerSampleSource_Skip, (SynchronizerSampleSource * __this, int32_t desyncMilliseconds, int32_t * deltaSamples, int32_t * deltaDesyncMilliseconds, MethodInfo * method)); DO_APP_FUNC(0x00C93A80, void, SynchronizerSampleSource__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C93BF0, void, SyncState__ctor, (SyncState * __this, TimeSpan actualPlaybackPosition, TimeSpan idealPlaybackPosition, TimeSpan desync, float compensatedPlaybackSpeed, bool enabled, MethodInfo * method)); DO_APP_FUNC(0x003C7000, AudioSource *, VoicePlayback_get_AudioSource, (VoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, VoicePlayback_set_AudioSource, (VoicePlayback * __this, AudioSource * value, MethodInfo * method)); DO_APP_FUNC(0x00C93C20, float, VoicePlayback_get_Amplitude, (VoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00C93D50, void, VoicePlayback_Awake, (VoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00C93E90, void, VoicePlayback_Setup, (VoicePlayback * __this, IPriorityManager * priority, IVolumeProvider * volume, MethodInfo * method)); DO_APP_FUNC(0x00C94510, void, VoicePlayback_OnEnable, (VoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00C949F0, void, VoicePlayback_OnDisable, (VoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00C94CB0, void, VoicePlayback_Update, (VoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00C95050, void, VoicePlayback_UpdatePositionalPlayback, (VoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00C951F0, void, VoicePlayback_ForceReset, (VoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00C95300, Nullable_1_Dissonance_Audio_Playback_SpeechSession_, VoicePlayback_TryGetActiveSession, (VoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00C866A0, void, VoicePlayback__ctor, (VoicePlayback * __this, MethodInfo * method)); DO_APP_FUNC(0x00C95470, void, VoicePlayback__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C95550, void, VoicePlayback_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VoicePlayback_c__ctor, (VoicePlayback_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00C95600, void, VoicePlayback_c__OnEnable_b__12_0, (VoicePlayback_c * __this, Single__Array * buf, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C580, VoicePlayback_c__OnEnable_b__12_0__MethodInfo); DO_APP_FUNC(0x003BAE40, void, VolumeRampedFrameSource__ctor, (VolumeRampedFrameSource * __this, IFrameSource * source, IVolumeProvider * volumeProvider, MethodInfo * method)); DO_APP_FUNC(0x00C95640, uint32_t, VolumeRampedFrameSource_get_FrameSize, (VolumeRampedFrameSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00C95690, WaveFormat *, VolumeRampedFrameSource_get_WaveFormat, (VolumeRampedFrameSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00C956E0, void, VolumeRampedFrameSource_Prepare, (VolumeRampedFrameSource * __this, SessionContext context, MethodInfo * method)); DO_APP_FUNC(0x00C957B0, bool, VolumeRampedFrameSource_Read, (VolumeRampedFrameSource * __this, ArraySegment_1_Single_ frame, MethodInfo * method)); DO_APP_FUNC(0x00C95910, void, VolumeRampedFrameSource_ApplyFlatAttenuation, (ArraySegment_1_Single_ frame, float volume, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C548, VolumeRampedFrameSource_ApplyFlatAttenuation__MethodInfo); DO_APP_FUNC(0x00C95B10, void, VolumeRampedFrameSource_ApplyRampedAttenuation, (ArraySegment_1_Single_ frame, float start, float end, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C538, VolumeRampedFrameSource_ApplyRampedAttenuation__MethodInfo); DO_APP_FUNC(0x00C95CF0, void, VolumeRampedFrameSource_Reset, (VolumeRampedFrameSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00C95D50, void, EncodedBuffer__ctor, (EncodedBuffer * __this, Nullable_1_ArraySegment_1_Byte_ encoded, bool packetLost, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, WaveFormat *, SilenceDecoder_get_Format, (SilenceDecoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C95DC0, void, SilenceDecoder__ctor, (SilenceDecoder * __this, FrameFormat frameFormat, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SilenceDecoder_Dispose, (SilenceDecoder * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SilenceDecoder_Reset, (SilenceDecoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C95E20, int32_t, SilenceDecoder_Decode, (SilenceDecoder * __this, EncodedBuffer input, ArraySegment_1_Single_ output, MethodInfo * method)); DO_APP_FUNC(0x00C95EC0, int32_t, BandwidthExtensions_SampleRate, (OpusNative_Bandwidth__Enum bandwidth, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C520, BandwidthExtensions_SampleRate__MethodInfo); DO_APP_FUNC(0x00C96010, void, BandwidthExtensions__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C960F0, String *, OpusNative_OpusVersion, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpusNative__ctor, (OpusNative * __this, MethodInfo * method)); DO_APP_FUNC(0x00C961C0, void *, OpusNative_OpusNativeMethods_opus_get_version_string, (MethodInfo * method)); DO_APP_FUNC(0x00C96230, void *, OpusNative_OpusNativeMethods_opus_encoder_create, (int32_t samplingRate, int32_t channels, int32_t application, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x00C962D0, void, OpusNative_OpusNativeMethods_opus_encoder_destroy, (void * encoder, MethodInfo * method)); DO_APP_FUNC(0x00C96350, int32_t, OpusNative_OpusNativeMethods_opus_encode_float, (void * encoder, void * floatPcm, int32_t frameSize, void * byteEncoded, int32_t maxEncodedLength, MethodInfo * method)); DO_APP_FUNC(0x00C96400, void *, OpusNative_OpusNativeMethods_opus_decoder_create, (int32_t samplingRate, int32_t channels, int32_t * error, MethodInfo * method)); DO_APP_FUNC(0x00C96490, void *, OpusNative_OpusNativeMethods_opus_decoder_destroy, (void * decoder, MethodInfo * method)); DO_APP_FUNC(0x00C96510, int32_t, OpusNative_OpusNativeMethods_opus_decode_float, (void * decoder, void * byteData, int32_t dataLength, void * floatPcm, int32_t frameSize, bool decodeFEC, MethodInfo * method)); DO_APP_FUNC(0x00C965D0, int32_t, OpusNative_OpusNativeMethods_dissonance_opus_decoder_ctl_out, (void * st, OpusNative_Ctl__Enum request, int32_t * value, MethodInfo * method)); DO_APP_FUNC(0x00C96670, int32_t, OpusNative_OpusNativeMethods_dissonance_opus_decoder_ctl_in, (void * st, OpusNative_Ctl__Enum request, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C96710, int32_t, OpusNative_OpusNativeMethods_dissonance_opus_encoder_ctl_out, (void * st, OpusNative_Ctl__Enum request, int32_t * value, MethodInfo * method)); DO_APP_FUNC(0x00C967B0, int32_t, OpusNative_OpusNativeMethods_dissonance_opus_encoder_ctl_in, (void * st, OpusNative_Ctl__Enum request, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C96850, void, OpusNative_OpusNativeMethods_opus_pcm_soft_clip, (void * pcm, int32_t frameSize, int32_t channels, Single__Array * softClipMem, MethodInfo * method)); DO_APP_FUNC(0x00C96900, void, OpusNative_OpusException__ctor, (OpusNative_OpusException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x00C96960, int32_t, OpusNative_OpusEncoder_get_Bitrate, (OpusNative_OpusEncoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C96990, void, OpusNative_OpusEncoder_set_Bitrate, (OpusNative_OpusEncoder * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C969A0, bool, OpusNative_OpusEncoder_get_EnableForwardErrorCorrection, (OpusNative_OpusEncoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C969D0, void, OpusNative_OpusEncoder_set_EnableForwardErrorCorrection, (OpusNative_OpusEncoder * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C96A40, float, OpusNative_OpusEncoder_get_PacketLoss, (OpusNative_OpusEncoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C96A80, void, OpusNative_OpusEncoder_set_PacketLoss, (OpusNative_OpusEncoder * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C4E8, OpusNative_OpusEncoder_set_PacketLoss__MethodInfo); DO_APP_FUNC(0x00C96BD0, void, OpusNative_OpusEncoder__ctor, (OpusNative_OpusEncoder * __this, int32_t srcSamplingRate, int32_t srcChannelCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C4A8, OpusNative_OpusEncoder__ctor__MethodInfo); DO_APP_FUNC(0x00C96FB0, int32_t, OpusNative_OpusEncoder_EncodeFloats, (OpusNative_OpusEncoder * __this, ArraySegment_1_Single_ sourcePcm, ArraySegment_1_Byte_ dstEncoded, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C440, OpusNative_OpusEncoder_EncodeFloats__MethodInfo); DO_APP_FUNC(0x00C976F0, void, OpusNative_OpusEncoder_Reset, (OpusNative_OpusEncoder * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C3F8, OpusNative_OpusEncoder_Reset__MethodInfo); DO_APP_FUNC(0x00C978D0, int32_t, OpusNative_OpusEncoder_OpusCtlIn, (OpusNative_OpusEncoder * __this, OpusNative_Ctl__Enum ctl, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C3B8, OpusNative_OpusEncoder_OpusCtlIn__MethodInfo); DO_APP_FUNC(0x00C97C20, int32_t, OpusNative_OpusEncoder_OpusCtlOut, (OpusNative_OpusEncoder * __this, OpusNative_Ctl__Enum ctl, int32_t * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C3B0, OpusNative_OpusEncoder_OpusCtlOut__MethodInfo); DO_APP_FUNC(0x00C97FE0, void, OpusNative_OpusEncoder_Finalize, (OpusNative_OpusEncoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C98020, void, OpusNative_OpusEncoder_Dispose, (OpusNative_OpusEncoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C98290, void, OpusNative_OpusEncoder__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, OpusNative_OpusDecoder_get_EnableForwardErrorCorrection, (OpusNative_OpusDecoder * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, OpusNative_OpusDecoder_set_EnableForwardErrorCorrection, (OpusNative_OpusDecoder * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C98370, void, OpusNative_OpusDecoder__ctor, (OpusNative_OpusDecoder * __this, int32_t outputSampleRate, int32_t outputChannelCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C380, OpusNative_OpusDecoder__ctor__MethodInfo); DO_APP_FUNC(0x00C98740, void, OpusNative_OpusDecoder_Finalize, (OpusNative_OpusDecoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C98780, void, OpusNative_OpusDecoder_Dispose, (OpusNative_OpusDecoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C989F0, int32_t, OpusNative_OpusDecoder_DecodeFloats, (OpusNative_OpusDecoder * __this, EncodedBuffer srcEncodedBuffer, ArraySegment_1_Single_ dstBuffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C348, OpusNative_OpusDecoder_DecodeFloats__MethodInfo); DO_APP_FUNC(0x00C99250, void, OpusNative_OpusDecoder_Reset, (OpusNative_OpusDecoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C993F0, void, OpusNative_OpusDecoder__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C994D0, void, OpusNative_OpusSoftClip__ctor, (OpusNative_OpusSoftClip * __this, int32_t channels, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C300, OpusNative_OpusSoftClip__ctor__MethodInfo); DO_APP_FUNC(0x00C99690, void, OpusNative_OpusSoftClip_Clip, (OpusNative_OpusSoftClip * __this, ArraySegment_1_Single_ samples, MethodInfo * method)); DO_APP_FUNC(0x00C99850, void, OpusNative_OpusSoftClip_Reset, (OpusNative_OpusSoftClip * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, WaveFormat *, OpusDecoder_get_Format, (OpusDecoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C99880, void, OpusDecoder__ctor, (OpusDecoder * __this, WaveFormat * format, bool fec, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C2F0, OpusDecoder__ctor__MethodInfo); DO_APP_FUNC(0x00C99A20, void, OpusDecoder_Dispose, (OpusDecoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C99AA0, void, OpusDecoder_Reset, (OpusDecoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C99AC0, int32_t, OpusDecoder_Decode, (OpusDecoder * __this, EncodedBuffer input, ArraySegment_1_Single_ output, MethodInfo * method)); DO_APP_FUNC(0x00C99B10, int32_t, OpusEncoder_get_SampleRate, (OpusEncoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C99B20, void, OpusEncoder_set_PacketLoss, (OpusEncoder * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, OpusEncoder_get_FrameSize, (OpusEncoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C99C80, void, OpusEncoder__ctor, (OpusEncoder * __this, AudioQuality__Enum quality, FrameSize__Enum frameSize, bool fec, MethodInfo * method)); DO_APP_FUNC(0x00C99E90, int32_t, OpusEncoder_GetTargetBitrate, (AudioQuality__Enum quality, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C2E8, OpusEncoder_GetTargetBitrate__MethodInfo); DO_APP_FUNC(0x00C99F60, int32_t, OpusEncoder_GetFrameSize, (FrameSize__Enum size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C2D8, OpusEncoder_GetFrameSize__MethodInfo); DO_APP_FUNC(0x00C9A150, ArraySegment_1_Byte_, OpusEncoder_Encode, (OpusEncoder * __this, ArraySegment_1_Single_ samples, ArraySegment_1_Byte_ encodedBuffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C2B8, OpusEncoder_Encode__MethodInfo); DO_APP_FUNC(0x00C9A490, void, OpusEncoder_Reset, (OpusEncoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C9A4B0, void, OpusEncoder_Dispose, (OpusEncoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C9A4D0, void, OpusEncoder__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003B93C0, WaveFormat *, IdentityDecoder_get_Format, (IdentityDecoder * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, IdentityDecoder__ctor, (IdentityDecoder * __this, WaveFormat * format, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IdentityDecoder_Reset, (IdentityDecoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C9A680, int32_t, IdentityDecoder_Decode, (IdentityDecoder * __this, EncodedBuffer input, ArraySegment_1_Single_ output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C2A8, IdentityDecoder_Decode__MethodInfo); DO_APP_FUNC(0x003AC050, void, IdentityDecoder_Dispose, (IdentityDecoder * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IdentityEncoder_set_PacketLoss, (IdentityEncoder * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, IdentityEncoder_get_FrameSize, (IdentityEncoder * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, IdentityEncoder_get_SampleRate, (IdentityEncoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C9A9F0, void, IdentityEncoder__ctor, (IdentityEncoder * __this, int32_t sampleRate, int32_t frameSize, MethodInfo * method)); DO_APP_FUNC(0x00C9AA00, ArraySegment_1_Byte_, IdentityEncoder_Encode, (IdentityEncoder * __this, ArraySegment_1_Single_ samples, ArraySegment_1_Byte_ array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C288, IdentityEncoder_Encode__MethodInfo); DO_APP_FUNC(0x003AC050, void, IdentityEncoder_Reset, (IdentityEncoder * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IdentityEncoder_Dispose, (IdentityEncoder * __this, MethodInfo * method)); DO_APP_FUNC(0x00C9ACF0, AudioPluginDissonanceNative_FilterState__Enum, AudioPluginDissonanceNative_GetAecFilterState, (MethodInfo * method)); DO_APP_FUNC(0x00C9AD40, void, AudioPluginDissonanceNative_Dissonance_SetMinBandGain, (void * state, float min_band_gain, MethodInfo * method)); DO_APP_FUNC(0x00C9ADD0, void *, AudioPluginDissonanceNative_Dissonance_CreateRnnoiseState, (MethodInfo * method)); DO_APP_FUNC(0x00C9AE40, void, AudioPluginDissonanceNative_Dissonance_DestroyRnnoiseState, (void * state, MethodInfo * method)); DO_APP_FUNC(0x00C9AEC0, bool, AudioPluginDissonanceNative_Dissonance_RnnoiseProcessFrame, (void * state, int32_t count, int32_t sampleRate, Single__Array * input, Single__Array * output, MethodInfo * method)); DO_APP_FUNC(0x00C9AFA0, int32_t, AudioPluginDissonanceNative_Dissonance_RnnoiseGetGains, (void * state, Single__Array * output, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x00C9B040, void *, AudioPluginDissonanceNative_Dissonance_CreatePreprocessor, (NoiseSuppressionLevels__Enum nsLevel, AecSuppressionLevels__Enum aecLevel, bool aecDelayAgnostic, bool aecExtended, bool aecRefined, AecmRoutingMode__Enum aecmRoutingMode, bool aecmComfortNoise, MethodInfo * method)); DO_APP_FUNC(0x00C9B100, void, AudioPluginDissonanceNative_Dissonance_DestroyPreprocessor, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x00C9B180, void, AudioPluginDissonanceNative_Dissonance_ConfigureNoiseSuppression, (void * handle, NoiseSuppressionLevels__Enum nsLevel, MethodInfo * method)); DO_APP_FUNC(0x00C9B210, void, AudioPluginDissonanceNative_Dissonance_ConfigureVadSensitivity, (void * handle, VadSensitivityLevels__Enum nsLevel, MethodInfo * method)); DO_APP_FUNC(0x00C9B2A0, void, AudioPluginDissonanceNative_Dissonance_ConfigureAecSuppression, (void * handle, AecSuppressionLevels__Enum aecLevel, AecmRoutingMode__Enum aecmRouting, MethodInfo * method)); DO_APP_FUNC(0x00C9B340, bool, AudioPluginDissonanceNative_Dissonance_GetVadSpeechState, (void * handle, MethodInfo * method)); DO_APP_FUNC(0x00C9B3C0, AudioPluginDissonanceNative_ProcessorErrors__Enum, AudioPluginDissonanceNative_Dissonance_PreprocessCaptureFrame, (void * handle, int32_t sampleRate, Single__Array * input, Single__Array * output, int32_t streamDelay, MethodInfo * method)); DO_APP_FUNC(0x00C9B480, bool, AudioPluginDissonanceNative_Dissonance_PreprocessorExchangeInstance, (void * previous, void * replacement, MethodInfo * method)); DO_APP_FUNC(0x00C9B510, int32_t, AudioPluginDissonanceNative_Dissonance_GetFilterState, (MethodInfo * method)); DO_APP_FUNC(0x00C9B580, void, AudioPluginDissonanceNative_Dissonance_GetAecMetrics, (void * floatBuffer, int32_t bufferLength, MethodInfo * method)); DO_APP_FUNC(0x00C9B5C0, void, AudioPluginDissonanceNative_Dissonance_SetAgcIsOutputMutedState, (void * handle, bool isMuted, MethodInfo * method)); DO_APP_FUNC(0x00C9B650, void, AudioPluginDissonanceNative__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BA3C0, float, BasePreprocessingPipeline_get_Amplitude, (BasePreprocessingPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5400, int32_t, BasePreprocessingPipeline_get_OutputFrameSize, (BasePreprocessingPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, WaveFormat *, BasePreprocessingPipeline_get_OutputFormat, (BasePreprocessingPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00C9B730, TimeSpan, BasePreprocessingPipeline_get_UpstreamLatency, (BasePreprocessingPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00C9B7E0, void, BasePreprocessingPipeline_set_UpstreamLatency, (BasePreprocessingPipeline * __this, TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x00C9B870, int32_t, BasePreprocessingPipeline_get_PreprocessorLatencyMs, (BasePreprocessingPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00C9B880, void, BasePreprocessingPipeline__ctor, (BasePreprocessingPipeline * __this, WaveFormat * inputFormat, int32_t intermediateFrameSize, int32_t intermediateSampleRate, int32_t outputFrameSize, int32_t outputSampleRate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C1E8, BasePreprocessingPipeline__ctor__MethodInfo); DO_APP_FUNC(0x00C9C100, void, BasePreprocessingPipeline_Dispose, (BasePreprocessingPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00C9C550, void, BasePreprocessingPipeline_Reset, (BasePreprocessingPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00C9C580, void, BasePreprocessingPipeline_ApplyReset, (BasePreprocessingPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00C9C790, void, BasePreprocessingPipeline_Dissonance_Audio_Capture_IMicrophoneSubscriber_ReceiveMicrophoneData, (BasePreprocessingPipeline * __this, ArraySegment_1_Single_ data, WaveFormat * format, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C168, BasePreprocessingPipeline_Dissonance_Audio_Capture_IMicrophoneSubscriber_ReceiveMicrophoneData__MethodInfo); DO_APP_FUNC(0x00C9CBF0, void, BasePreprocessingPipeline_Start, (BasePreprocessingPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00C9CC50, void, BasePreprocessingPipeline_ThreadEntry, (BasePreprocessingPipeline * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C260, BasePreprocessingPipeline_ThreadEntry__MethodInfo); DO_APP_FUNC(0x003AC050, void, BasePreprocessingPipeline_ThreadStart, (BasePreprocessingPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BasePreprocessingPipeline_BeforePreprocessAudioFrame, (BasePreprocessingPipeline * __this, Single__Array * frame, MethodInfo * method)); DO_APP_FUNC(0x00C9D150, void, BasePreprocessingPipeline_SendSamplesToSubscribers, (BasePreprocessingPipeline * __this, Single__Array * buffer, MethodInfo * method)); DO_APP_FUNC(0x00C9D7A0, void, BasePreprocessingPipeline_SendResetToSubscribers, (BasePreprocessingPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00C9DA90, void, BasePreprocessingPipeline_Subscribe, (BasePreprocessingPipeline * __this, IMicrophoneSubscriber * listener, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C108, BasePreprocessingPipeline_Subscribe__MethodInfo); DO_APP_FUNC(0x00C9DC50, bool, BasePreprocessingPipeline_Unsubscribe, (BasePreprocessingPipeline * __this, IMicrophoneSubscriber * listener, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C0F0, BasePreprocessingPipeline_Unsubscribe__MethodInfo); DO_APP_FUNC(0x00C9DE30, void, BasePreprocessingPipeline_SendStoppedTalking, (BasePreprocessingPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00C9E010, void, BasePreprocessingPipeline_SendStoppedTalking_1, (IVoiceActivationListener * listener, MethodInfo * method)); DO_APP_FUNC(0x00C9E140, void, BasePreprocessingPipeline_SendStartedTalking, (BasePreprocessingPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00C9E320, void, BasePreprocessingPipeline_SendStartedTalking_1, (IVoiceActivationListener * listener, MethodInfo * method)); DO_APP_FUNC(0x00C9E450, void, BasePreprocessingPipeline_Subscribe_1, (BasePreprocessingPipeline * __this, IVoiceActivationListener * listener, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C0D0, BasePreprocessingPipeline_Subscribe_1__MethodInfo); DO_APP_FUNC(0x00C9E660, bool, BasePreprocessingPipeline_Unsubscribe_1, (BasePreprocessingPipeline * __this, IVoiceActivationListener * listener, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C0B8, BasePreprocessingPipeline_Unsubscribe_1__MethodInfo); DO_APP_FUNC(0x00C9E890, void, BasePreprocessingPipeline__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003C5490, String *, BasicMicrophoneCapture_get_Device, (BasicMicrophoneCapture * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, TimeSpan, BasicMicrophoneCapture_get_Latency, (BasicMicrophoneCapture * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D0E0, void, BasicMicrophoneCapture_set_Latency, (BasicMicrophoneCapture * __this, TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x00C9E970, bool, BasicMicrophoneCapture_get_IsRecording, (BasicMicrophoneCapture * __this, MethodInfo * method)); DO_APP_FUNC(0x00C9EA70, WaveFormat *, BasicMicrophoneCapture_StartCapture, (BasicMicrophoneCapture * __this, String * inputMicName, MethodInfo * method)); DO_APP_FUNC(0x00C9FB00, String *, BasicMicrophoneCapture_ChooseMicName, (String * micName, MethodInfo * method)); DO_APP_FUNC(0x00C9FC40, void, BasicMicrophoneCapture_OnDestroy, (BasicMicrophoneCapture * __this, MethodInfo * method)); DO_APP_FUNC(0x00C9FDB0, void, BasicMicrophoneCapture_StopCapture, (BasicMicrophoneCapture * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA0340, void, BasicMicrophoneCapture_OnAudioDeviceChanged, (BasicMicrophoneCapture * __this, bool deviceWasChanged, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C078, BasicMicrophoneCapture_OnAudioDeviceChanged__MethodInfo); DO_APP_FUNC(0x00CA0350, bool, BasicMicrophoneCapture_UpdateSubscribers, (BasicMicrophoneCapture * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA0630, void, BasicMicrophoneCapture_DrainMicSamples, (BasicMicrophoneCapture * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA0B90, void, BasicMicrophoneCapture_ConsumeSamples, (BasicMicrophoneCapture * __this, ArraySegment_1_Single_ samples, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BF78, BasicMicrophoneCapture_ConsumeSamples__MethodInfo); DO_APP_FUNC(0x00CA0D40, void, BasicMicrophoneCapture_SendFrame, (BasicMicrophoneCapture * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA1230, void, BasicMicrophoneCapture_Subscribe, (BasicMicrophoneCapture * __this, IMicrophoneSubscriber * listener, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BF30, BasicMicrophoneCapture_Subscribe__MethodInfo); DO_APP_FUNC(0x00CA12E0, bool, BasicMicrophoneCapture_Unsubscribe, (BasicMicrophoneCapture * __this, IMicrophoneSubscriber * listener, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BF08, BasicMicrophoneCapture_Unsubscribe__MethodInfo); DO_APP_FUNC(0x00CA1390, void, BasicMicrophoneCapture_GetDevices, (BasicMicrophoneCapture * __this, List_1_System_String_ * output, MethodInfo * method)); DO_APP_FUNC(0x00CA1430, void, BasicMicrophoneCapture__ctor, (BasicMicrophoneCapture * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA15D0, void, BasicMicrophoneCapture__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00CA16B0, int32_t, BufferedSampleProvider_get_Count, (BufferedSampleProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA1700, int32_t, BufferedSampleProvider_get_Capacity, (BufferedSampleProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, WaveFormat *, BufferedSampleProvider_get_WaveFormat, (BufferedSampleProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA1750, void, BufferedSampleProvider__ctor, (BufferedSampleProvider * __this, WaveFormat * format, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC(0x00CA18A0, int32_t, BufferedSampleProvider_Read, (BufferedSampleProvider * __this, Single__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00CA1980, int32_t, BufferedSampleProvider_Write, (BufferedSampleProvider * __this, ArraySegment_1_Single_ data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F088, BufferedSampleProvider_Write__MethodInfo); DO_APP_FUNC(0x00CA1A80, void, BufferedSampleProvider_Reset, (BufferedSampleProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, IMicrophoneCapture *, CapturePipelineManager_get_Microphone, (CapturePipelineManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90540, String *, CapturePipelineManager_get_MicrophoneName, (CapturePipelineManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA1AE0, void, CapturePipelineManager_set_MicrophoneName, (CapturePipelineManager * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00CA1CC0, float, CapturePipelineManager_get_PacketLoss, (CapturePipelineManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA1CE0, float, CapturePipelineManager_get_Amplitude, (CapturePipelineManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA1D40, void, CapturePipelineManager__ctor, (CapturePipelineManager * __this, CodecSettingsLoader * codecSettingsLoader, RoomChannels * roomChannels, PlayerChannels * playerChannels, ReadOnlyCollection_1_Dissonance_VoicePlayerState_ * players, int32_t startupDelay, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F050, CapturePipelineManager__ctor__MethodInfo); DO_APP_FUNC(0x00CA23F0, void, CapturePipelineManager_Start, (CapturePipelineManager * __this, ICommsNetwork * network, IMicrophoneCapture * microphone, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F028, CapturePipelineManager_Start__MethodInfo); DO_APP_FUNC(0x00CA2790, void, CapturePipelineManager_OnAudioDeviceChanged, (CapturePipelineManager * __this, bool devicewaschanged, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F018, CapturePipelineManager_OnAudioDeviceChanged__MethodInfo); DO_APP_FUNC(0x00CA27A0, bool, CapturePipelineManager_IsMobilePlatform, (MethodInfo * method)); DO_APP_FUNC(0x00CA2840, void, CapturePipelineManager_Destroy, (CapturePipelineManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA2950, void, CapturePipelineManager_Net_ModeChanged, (CapturePipelineManager * __this, NetworkMode__Enum mode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F040, CapturePipelineManager_Net_ModeChanged__MethodInfo); DO_APP_FUNC(0x00CA2970, void, CapturePipelineManager_Update, (CapturePipelineManager * __this, bool muted, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00CA2E00, void, CapturePipelineManager_StopTransmissionPipeline, (CapturePipelineManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA2FD0, void, CapturePipelineManager_RestartTransmissionPipeline, (CapturePipelineManager * __this, String * reason, MethodInfo * method)); DO_APP_FUNC(0x00CA37F0, IPreprocessingPipeline *, CapturePipelineManager_CreatePreprocessor, (CapturePipelineManager * __this, WaveFormat * format, MethodInfo * method)); DO_APP_FUNC(0x00CA38D0, void, CapturePipelineManager_Subscribe, (CapturePipelineManager * __this, IVoiceActivationListener * listener, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EFB8, CapturePipelineManager_Subscribe__MethodInfo); DO_APP_FUNC(0x00CA39D0, void, CapturePipelineManager_Unsubscribe, (CapturePipelineManager * __this, IVoiceActivationListener * listener, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EFA8, CapturePipelineManager_Unsubscribe__MethodInfo); DO_APP_FUNC(0x00CA3AD0, void, CapturePipelineManager_Subscribe_1, (CapturePipelineManager * __this, IMicrophoneSubscriber * listener, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EF98, CapturePipelineManager_Subscribe_1__MethodInfo); DO_APP_FUNC(0x00CA3BD0, void, CapturePipelineManager_Unsubscribe_1, (CapturePipelineManager * __this, IMicrophoneSubscriber * listener, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EF88, CapturePipelineManager_Unsubscribe_1__MethodInfo); DO_APP_FUNC(0x00CA3CD0, void, CapturePipelineManager_Pause, (CapturePipelineManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA3CE0, void, CapturePipelineManager_Resume, (CapturePipelineManager * __this, String * reason, MethodInfo * method)); DO_APP_FUNC(0x00CA3D40, void, CapturePipelineManager_ForceReset, (CapturePipelineManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA3DE0, void, CapturePipelineManager__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00CA3EC0, void, EmptyPreprocessingPipeline__ctor, (EmptyPreprocessingPipeline * __this, WaveFormat * inputFormat, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EmptyPreprocessingPipeline_set_IsOutputMuted, (EmptyPreprocessingPipeline * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, EmptyPreprocessingPipeline_get_VadIsSpeechDetected, (EmptyPreprocessingPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA3F50, void, EmptyPreprocessingPipeline_PreprocessAudioFrame, (EmptyPreprocessingPipeline * __this, Single__Array * frame, MethodInfo * method)); DO_APP_FUNC(0x00CA3F60, bool, EncoderPipeline_get_Stopped, (EncoderPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA3F70, bool, EncoderPipeline_get_Stopping, (EncoderPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA3F80, float, EncoderPipeline_get_TransmissionPacketLoss, (EncoderPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA3F90, void, EncoderPipeline_set_TransmissionPacketLoss, (EncoderPipeline * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00CA3FA0, void, EncoderPipeline__ctor, (EncoderPipeline * __this, WaveFormat * inputFormat, IVoiceEncoder * encoder, ICommsNetwork * net, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EF60, EncoderPipeline__ctor__MethodInfo); DO_APP_FUNC(0x00CA4380, void, EncoderPipeline_ReceiveMicrophoneData, (EncoderPipeline * __this, ArraySegment_1_Single_ inputSamples, WaveFormat * format, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EF48, EncoderPipeline_ReceiveMicrophoneData__MethodInfo); DO_APP_FUNC(0x00CA47F0, int32_t, EncoderPipeline_EncodeFrames, (EncoderPipeline * __this, IVoiceEncoder * encoder, int32_t maxCount, MethodInfo * method)); DO_APP_FUNC(0x00CA4C10, void, EncoderPipeline_Reset, (EncoderPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA4DF0, void, EncoderPipeline_Stop, (EncoderPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA4ED0, void, EncoderPipeline_Dispose, (EncoderPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA5030, void, EncoderPipeline__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003B93C0, WaveFormat *, Resampler_get_WaveFormat, (Resampler * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA5110, void, Resampler__ctor, (Resampler * __this, ISampleProvider * source, int32_t newSampleRate, MethodInfo * method)); DO_APP_FUNC(0x00CA54C0, int32_t, Resampler_Read, (Resampler * __this, Single__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00CA5620, void, Resampler_Reset, (Resampler * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA5650, WaveFormat *, SampleToFrameProvider_get_WaveFormat, (SampleToFrameProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, uint32_t, SampleToFrameProvider_get_FrameSize, (SampleToFrameProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA56A0, void, SampleToFrameProvider__ctor, (SampleToFrameProvider * __this, ISampleProvider * source, uint32_t frameSize, MethodInfo * method)); DO_APP_FUNC(0x00CA57A0, bool, SampleToFrameProvider_Read, (SampleToFrameProvider * __this, ArraySegment_1_Single_ outBuffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EF00, SampleToFrameProvider_Read__MethodInfo); DO_APP_FUNC(0x00C7E900, void, SampleToFrameProvider_Reset, (SampleToFrameProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, SineSampleProvider_get_Frequency, (SineSampleProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, WaveFormat *, SineSampleProvider_get_WaveFormat, (SineSampleProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA5B20, void, SineSampleProvider__ctor, (SineSampleProvider * __this, WaveFormat * format, float frequency, MethodInfo * method)); DO_APP_FUNC(0x00CA5BB0, int32_t, SineSampleProvider_Read, (SineSampleProvider * __this, Single__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x005EA900, bool, WebRtcPreprocessingPipeline_get_VadIsSpeechDetected, (WebRtcPreprocessingPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA5CC0, void, WebRtcPreprocessingPipeline_set_IsOutputMuted, (WebRtcPreprocessingPipeline * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00CA5CD0, void, WebRtcPreprocessingPipeline__ctor, (WebRtcPreprocessingPipeline * __this, WaveFormat * inputFormat, bool mobilePlatform, MethodInfo * method)); DO_APP_FUNC(0x00CA5D70, void, WebRtcPreprocessingPipeline_ThreadStart, (WebRtcPreprocessingPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA5EC0, void, WebRtcPreprocessingPipeline_Dispose, (WebRtcPreprocessingPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA60B0, void, WebRtcPreprocessingPipeline_ApplyReset, (WebRtcPreprocessingPipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA60F0, void, WebRtcPreprocessingPipeline_PreprocessAudioFrame, (WebRtcPreprocessingPipeline * __this, Single__Array * frame, MethodInfo * method)); DO_APP_FUNC(0x00CA62B0, AudioPluginDissonanceNative_FilterState__Enum, WebRtcPreprocessingPipeline_GetAecFilterState, (MethodInfo * method)); DO_APP_FUNC(0x00CA6300, int32_t, WebRtcPreprocessingPipeline_GetBackgroundNoiseRemovalGains, (WebRtcPreprocessingPipeline * __this, Single__Array * output, MethodInfo * method)); DO_APP_FUNC(0x00CA6320, void, WebRtcPreprocessingPipeline__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, NoiseSuppressionLevels__Enum, WebRtcPreprocessingPipeline_WebRtcPreprocessor_get_NoiseSuppressionLevel, (WebRtcPreprocessingPipeline_WebRtcPreprocessor * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA6400, void, WebRtcPreprocessingPipeline_WebRtcPreprocessor_set_NoiseSuppressionLevel, (WebRtcPreprocessingPipeline_WebRtcPreprocessor * __this, NoiseSuppressionLevels__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, VadSensitivityLevels__Enum, WebRtcPreprocessingPipeline_WebRtcPreprocessor_get_VadSensitivityLevel, (WebRtcPreprocessingPipeline_WebRtcPreprocessor * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA6610, void, WebRtcPreprocessingPipeline_WebRtcPreprocessor_set_VadSensitivityLevel, (WebRtcPreprocessingPipeline_WebRtcPreprocessor * __this, VadSensitivityLevels__Enum value, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, AecSuppressionLevels__Enum, WebRtcPreprocessingPipeline_WebRtcPreprocessor_get_AecSuppressionLevel, (WebRtcPreprocessingPipeline_WebRtcPreprocessor * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA67A0, void, WebRtcPreprocessingPipeline_WebRtcPreprocessor_set_AecSuppressionLevel, (WebRtcPreprocessingPipeline_WebRtcPreprocessor * __this, AecSuppressionLevels__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003C5300, AecmRoutingMode__Enum, WebRtcPreprocessingPipeline_WebRtcPreprocessor_get_AecmSuppressionLevel, (WebRtcPreprocessingPipeline_WebRtcPreprocessor * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA6940, void, WebRtcPreprocessingPipeline_WebRtcPreprocessor_set_AecmSuppressionLevel, (WebRtcPreprocessingPipeline_WebRtcPreprocessor * __this, AecmRoutingMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00CA6AE0, void, WebRtcPreprocessingPipeline_WebRtcPreprocessor__ctor, (WebRtcPreprocessingPipeline_WebRtcPreprocessor * __this, bool useMobileAec, MethodInfo * method)); DO_APP_FUNC(0x00CA6D20, bool, WebRtcPreprocessingPipeline_WebRtcPreprocessor_Process, (WebRtcPreprocessingPipeline_WebRtcPreprocessor * __this, AudioPluginDissonanceNative_SampleRates__Enum inputSampleRate, Single__Array * input, Single__Array * output, int32_t estimatedStreamDelay, bool isOutputMuted, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EEC8, WebRtcPreprocessingPipeline_WebRtcPreprocessor_Process__MethodInfo); DO_APP_FUNC(0x00CA71F0, void, WebRtcPreprocessingPipeline_WebRtcPreprocessor_Reset, (WebRtcPreprocessingPipeline_WebRtcPreprocessor * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA7460, void *, WebRtcPreprocessingPipeline_WebRtcPreprocessor_CreatePreprocessor, (WebRtcPreprocessingPipeline_WebRtcPreprocessor * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA76E0, void, WebRtcPreprocessingPipeline_WebRtcPreprocessor_SetFilterPreprocessor, (WebRtcPreprocessingPipeline_WebRtcPreprocessor * __this, void * preprocessor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EDF8, WebRtcPreprocessingPipeline_WebRtcPreprocessor_SetFilterPreprocessor__MethodInfo); DO_APP_FUNC(0x00CA7F20, bool, WebRtcPreprocessingPipeline_WebRtcPreprocessor_ClearFilterPreprocessor, (WebRtcPreprocessingPipeline_WebRtcPreprocessor * __this, bool throwOnError, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EDA8, WebRtcPreprocessingPipeline_WebRtcPreprocessor_ClearFilterPreprocessor__MethodInfo); DO_APP_FUNC(0x00CA83B0, void, WebRtcPreprocessingPipeline_WebRtcPreprocessor_ReleaseUnmanagedResources, (WebRtcPreprocessingPipeline_WebRtcPreprocessor * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA85B0, void, WebRtcPreprocessingPipeline_WebRtcPreprocessor_Dispose, (WebRtcPreprocessingPipeline_WebRtcPreprocessor * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA8610, void, WebRtcPreprocessingPipeline_WebRtcPreprocessor_Finalize, (WebRtcPreprocessingPipeline_WebRtcPreprocessor * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA8650, void, WebRtcPreprocessingPipeline_WebRtcPreprocessor__SetFilterPreprocessor_b__23_1, (WebRtcPreprocessingPipeline_WebRtcPreprocessor * __this, NoiseSuppressionLevels__Enum v, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EE10, WebRtcPreprocessingPipeline_WebRtcPreprocessor__SetFilterPreprocessor_b__23_1__MethodInfo); DO_APP_FUNC(0x00CA8660, void, WebRtcPreprocessingPipeline_WebRtcPreprocessor__SetFilterPreprocessor_b__23_3, (WebRtcPreprocessingPipeline_WebRtcPreprocessor * __this, AecSuppressionLevels__Enum v, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EE18, WebRtcPreprocessingPipeline_WebRtcPreprocessor__SetFilterPreprocessor_b__23_3__MethodInfo); DO_APP_FUNC(0x00CA8670, void, WebRtcPreprocessingPipeline_WebRtcPreprocessor__SetFilterPreprocessor_b__23_5, (WebRtcPreprocessingPipeline_WebRtcPreprocessor * __this, AecmRoutingMode__Enum v, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EE20, WebRtcPreprocessingPipeline_WebRtcPreprocessor__SetFilterPreprocessor_b__23_5__MethodInfo); DO_APP_FUNC(0x00CA8680, void, WebRtcPreprocessingPipeline_WebRtcPreprocessor__SetFilterPreprocessor_b__23_7, (WebRtcPreprocessingPipeline_WebRtcPreprocessor * __this, VadSensitivityLevels__Enum v, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EDE8, WebRtcPreprocessingPipeline_WebRtcPreprocessor__SetFilterPreprocessor_b__23_7__MethodInfo); DO_APP_FUNC(0x00CA8690, void, WebRtcPreprocessingPipeline_WebRtcPreprocessor_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebRtcPreprocessingPipeline_WebRtcPreprocessor_c__ctor, (WebRtcPreprocessingPipeline_WebRtcPreprocessor_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA8740, NoiseSuppressionLevels__Enum, WebRtcPreprocessingPipeline_WebRtcPreprocessor_c__SetFilterPreprocessor_b__23_0, (WebRtcPreprocessingPipeline_WebRtcPreprocessor_c * __this, VoiceSettings * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EE48, WebRtcPreprocessingPipeline_WebRtcPreprocessor_c__SetFilterPreprocessor_b__23_0__MethodInfo); DO_APP_FUNC(0x006D5AF0, AecSuppressionLevels__Enum, WebRtcPreprocessingPipeline_WebRtcPreprocessor_c__SetFilterPreprocessor_b__23_2, (WebRtcPreprocessingPipeline_WebRtcPreprocessor_c * __this, VoiceSettings * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EE50, WebRtcPreprocessingPipeline_WebRtcPreprocessor_c__SetFilterPreprocessor_b__23_2__MethodInfo); DO_APP_FUNC(0x00CA8760, AecmRoutingMode__Enum, WebRtcPreprocessingPipeline_WebRtcPreprocessor_c__SetFilterPreprocessor_b__23_4, (WebRtcPreprocessingPipeline_WebRtcPreprocessor_c * __this, VoiceSettings * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EE58, WebRtcPreprocessingPipeline_WebRtcPreprocessor_c__SetFilterPreprocessor_b__23_4__MethodInfo); DO_APP_FUNC(0x006D5A90, VadSensitivityLevels__Enum, WebRtcPreprocessingPipeline_WebRtcPreprocessor_c__SetFilterPreprocessor_b__23_6, (WebRtcPreprocessingPipeline_WebRtcPreprocessor_c * __this, VoiceSettings * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EE60, WebRtcPreprocessingPipeline_WebRtcPreprocessor_c__SetFilterPreprocessor_b__23_6__MethodInfo); DO_APP_FUNC(0x003BAD20, bool, WebRtcPreprocessingPipeline_RnnoisePreprocessor_get_Enabled, (WebRtcPreprocessingPipeline_RnnoisePreprocessor * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA8780, void, WebRtcPreprocessingPipeline_RnnoisePreprocessor_set_Enabled, (WebRtcPreprocessingPipeline_RnnoisePreprocessor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00CA89E0, void, WebRtcPreprocessingPipeline_RnnoisePreprocessor__ctor, (WebRtcPreprocessingPipeline_RnnoisePreprocessor * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA8EF0, void, WebRtcPreprocessingPipeline_RnnoisePreprocessor_Reset, (WebRtcPreprocessingPipeline_RnnoisePreprocessor * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA90F0, void, WebRtcPreprocessingPipeline_RnnoisePreprocessor_Process, (WebRtcPreprocessingPipeline_RnnoisePreprocessor * __this, AudioPluginDissonanceNative_SampleRates__Enum inputSampleRate, Single__Array * input, Single__Array * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5ED40, WebRtcPreprocessingPipeline_RnnoisePreprocessor_Process__MethodInfo); DO_APP_FUNC(0x00CA9680, int32_t, WebRtcPreprocessingPipeline_RnnoisePreprocessor_GetGains, (WebRtcPreprocessingPipeline_RnnoisePreprocessor * __this, Single__Array * output, MethodInfo * method)); DO_APP_FUNC(0x00CA98D0, void, WebRtcPreprocessingPipeline_RnnoisePreprocessor_ReleaseUnmanagedResources, (WebRtcPreprocessingPipeline_RnnoisePreprocessor * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA9A90, void, WebRtcPreprocessingPipeline_RnnoisePreprocessor_Dispose, (WebRtcPreprocessingPipeline_RnnoisePreprocessor * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA9C20, void, WebRtcPreprocessingPipeline_RnnoisePreprocessor_Finalize, (WebRtcPreprocessingPipeline_RnnoisePreprocessor * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA9C60, void, WebRtcPreprocessingPipeline_RnnoisePreprocessor___ctor_b__7_1, (WebRtcPreprocessingPipeline_RnnoisePreprocessor * __this, bool a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5ED80, WebRtcPreprocessingPipeline_RnnoisePreprocessor___ctor_b__7_1__MethodInfo); DO_APP_FUNC(0x00CA9C70, void, WebRtcPreprocessingPipeline_RnnoisePreprocessor___ctor_b__7_3, (WebRtcPreprocessingPipeline_RnnoisePreprocessor * __this, float a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5ED48, WebRtcPreprocessingPipeline_RnnoisePreprocessor___ctor_b__7_3__MethodInfo); DO_APP_FUNC(0x00CA9C80, void, WebRtcPreprocessingPipeline_RnnoisePreprocessor_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebRtcPreprocessingPipeline_RnnoisePreprocessor_c__ctor, (WebRtcPreprocessingPipeline_RnnoisePreprocessor_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA9D30, bool, WebRtcPreprocessingPipeline_RnnoisePreprocessor_c___ctor_b__7_0, (WebRtcPreprocessingPipeline_RnnoisePreprocessor_c * __this, VoiceSettings * v, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5ED50, WebRtcPreprocessingPipeline_RnnoisePreprocessor_c___ctor_b__7_0__MethodInfo); DO_APP_FUNC(0x00CA9D90, float, WebRtcPreprocessingPipeline_RnnoisePreprocessor_c___ctor_b__7_2, (WebRtcPreprocessingPipeline_RnnoisePreprocessor_c * __this, VoiceSettings * v, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5ED58, WebRtcPreprocessingPipeline_RnnoisePreprocessor_c___ctor_b__7_2__MethodInfo); DO_APP_FUNC(0x00BABBA0, void, CinemachineCameraOffset_PostPipelineStageCallback, (CinemachineCameraOffset * __this, CinemachineVirtualCameraBase * vcam, CinemachineCore_Stage__Enum stage, CameraState * state, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BABFB0, void, CinemachineCameraOffset__ctor, (CinemachineCameraOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x00BAC040, void, CinemachineRecomposer_Reset, (CinemachineRecomposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BAC070, void, CinemachineRecomposer_OnValidate, (CinemachineRecomposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BAC0D0, void, CinemachineRecomposer_PrePipelineMutateCameraStateCallback, (CinemachineRecomposer * __this, CinemachineVirtualCameraBase * vcam, CameraState * curState, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BAC0F0, void, CinemachineRecomposer_PostPipelineStageCallback, (CinemachineRecomposer * __this, CinemachineVirtualCameraBase * vcam, CinemachineCore_Stage__Enum stage, CameraState * state, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, CinemachineRecomposer__ctor, (CinemachineRecomposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BAC6B0, void, CinemachineTouchInputMapper_Start, (CinemachineTouchInputMapper * __this, MethodInfo * method)); DO_APP_FUNC(0x00BAC7D0, float, CinemachineTouchInputMapper_GetInputAxis, (CinemachineTouchInputMapper * __this, String * axisName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96328, CinemachineTouchInputMapper_GetInputAxis__MethodInfo); DO_APP_FUNC(0x00BAC950, void, CinemachineTouchInputMapper__ctor, (CinemachineTouchInputMapper * __this, MethodInfo * method)); DO_APP_FUNC(0x00BACAA0, void, CinemachineMixer_OnPlayableDestroy, (CinemachineMixer * __this, Playable playable, MethodInfo * method)); DO_APP_FUNC(0x007229B0, void, CinemachineMixer_PrepareFrame, (CinemachineMixer * __this, Playable playable, FrameData info, MethodInfo * method)); DO_APP_FUNC(0x00BACC80, void, CinemachineMixer_ProcessFrame, (CinemachineMixer * __this, Playable playable, FrameData info, Object * playerData, MethodInfo * method)); DO_APP_FUNC(0x00BADA90, float, CinemachineMixer_GetDeltaTime, (CinemachineMixer * __this, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00727E20, void, CinemachineMixer__ctor, (CinemachineMixer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BADBA0, void, CinemachineMixer_MasterDirectorDelegate__ctor, (CinemachineMixer_MasterDirectorDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BADCD0, PlayableDirector *, CinemachineMixer_MasterDirectorDelegate_Invoke, (CinemachineMixer_MasterDirectorDelegate * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5A50, IAsyncResult *, CinemachineMixer_MasterDirectorDelegate_BeginInvoke, (CinemachineMixer_MasterDirectorDelegate * __this, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, PlayableDirector *, CinemachineMixer_MasterDirectorDelegate_EndInvoke, (CinemachineMixer_MasterDirectorDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00BADCE0, Playable, CinemachineShot_CreatePlayable, (CinemachineShot * __this, PlayableGraph graph, GameObject * owner, MethodInfo * method)); DO_APP_FUNC(0x00BADF50, void, CinemachineShot_GatherProperties, (CinemachineShot * __this, PlayableDirector * director, IPropertyCollector * driver, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, CinemachineShot__ctor, (CinemachineShot * __this, MethodInfo * method)); DO_APP_FUNC(0x00BAE130, bool, CinemachineShotPlayable_get_IsValid, (CinemachineShotPlayable * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineShotPlayable__ctor, (CinemachineShotPlayable * __this, MethodInfo * method)); DO_APP_FUNC(0x00BAE230, Playable, CinemachineTrack_CreateTrackMixer, (CinemachineTrack * __this, PlayableGraph graph, GameObject * go, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC(0x00BAE370, void, CinemachineTrack__ctor, (CinemachineTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x00BAE3C0, Vector3, Cinemachine3rdPersonAim_get_AimTarget, (Cinemachine3rdPersonAim * __this, MethodInfo * method)); DO_APP_FUNC(0x00BAE3E0, void, Cinemachine3rdPersonAim_set_AimTarget, (Cinemachine3rdPersonAim * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00BAE3F0, void, Cinemachine3rdPersonAim_OnValidate, (Cinemachine3rdPersonAim * __this, MethodInfo * method)); DO_APP_FUNC(0x00BAE410, void, Cinemachine3rdPersonAim_Reset, (Cinemachine3rdPersonAim * __this, MethodInfo * method)); DO_APP_FUNC(0x00BAE520, bool, Cinemachine3rdPersonAim_OnTransitionFromCamera, (Cinemachine3rdPersonAim * __this, ICinemachineCamera * fromCam, Vector3 worldUp, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BAE6A0, void, Cinemachine3rdPersonAim_DrawReticle, (Cinemachine3rdPersonAim * __this, CinemachineBrain * brain, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96220, Cinemachine3rdPersonAim_DrawReticle__MethodInfo); DO_APP_FUNC(0x00BAEA90, Vector3, Cinemachine3rdPersonAim_ComputeLookAtPoint, (Cinemachine3rdPersonAim * __this, Vector3 camPos, Transform * player, MethodInfo * method)); DO_APP_FUNC(0x00BAF0D0, Vector3, Cinemachine3rdPersonAim_ComputeAimTarget, (Cinemachine3rdPersonAim * __this, Vector3 cameraLookAt, Transform * player, MethodInfo * method)); DO_APP_FUNC(0x00BAF360, void, Cinemachine3rdPersonAim_PostPipelineStageCallback, (Cinemachine3rdPersonAim * __this, CinemachineVirtualCameraBase * vcam, CinemachineCore_Stage__Enum stage, CameraState * state, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BAF6E0, void, Cinemachine3rdPersonAim__ctor, (Cinemachine3rdPersonAim * __this, MethodInfo * method)); DO_APP_FUNC(0x00BAF7B0, String *, CinemachineBlendListCamera_get_Description, (CinemachineBlendListCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BAF8F0, void, CinemachineBlendListCamera_Reset, (CinemachineBlendListCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x0070ED80, ICinemachineCamera *, CinemachineBlendListCamera_get_LiveChild, (CinemachineBlendListCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00B48210, void, CinemachineBlendListCamera_set_LiveChild, (CinemachineBlendListCamera * __this, ICinemachineCamera * value, MethodInfo * method)); DO_APP_FUNC(0x00BAFA60, bool, CinemachineBlendListCamera_IsLiveChild, (CinemachineBlendListCamera * __this, ICinemachineCamera * vcam, bool dominantChildOnly, MethodInfo * method)); DO_APP_FUNC(0x00BAFA90, CameraState, CinemachineBlendListCamera_get_State, (CinemachineBlendListCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BAFB30, Transform *, CinemachineBlendListCamera_get_LookAt, (CinemachineBlendListCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00473A50, void, CinemachineBlendListCamera_set_LookAt, (CinemachineBlendListCamera * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00BAFB40, Transform *, CinemachineBlendListCamera_get_Follow, (CinemachineBlendListCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF710, void, CinemachineBlendListCamera_set_Follow, (CinemachineBlendListCamera * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00BAFB50, void, CinemachineBlendListCamera_OnTargetObjectWarped, (CinemachineBlendListCamera * __this, Transform * target, Vector3 positionDelta, MethodInfo * method)); DO_APP_FUNC(0x00BAFC30, void, CinemachineBlendListCamera_ForceCameraPosition, (CinemachineBlendListCamera * __this, Vector3 pos, Quaternion rot, MethodInfo * method)); DO_APP_FUNC(0x00BAFDC0, void, CinemachineBlendListCamera_OnTransitionFromCamera, (CinemachineBlendListCamera * __this, ICinemachineCamera * fromCam, Vector3 worldUp, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BAFFF0, void, CinemachineBlendListCamera_InternalUpdateCameraState, (CinemachineBlendListCamera * __this, Vector3 worldUp, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BB09E0, void, CinemachineBlendListCamera_OnEnable, (CinemachineBlendListCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB0D70, void, CinemachineBlendListCamera_OnDisable, (CinemachineBlendListCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB0F00, void, CinemachineBlendListCamera_OnTransformChildrenChanged, (CinemachineBlendListCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB0F10, void, CinemachineBlendListCamera_OnGuiHandler, (CinemachineBlendListCamera * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C961E8, CinemachineBlendListCamera_OnGuiHandler__MethodInfo); DO_APP_FUNC(0x00BB1080, CinemachineVirtualCameraBase__Array *, CinemachineBlendListCamera_get_ChildCameras, (CinemachineBlendListCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB10A0, bool, CinemachineBlendListCamera_get_IsBlending, (CinemachineBlendListCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB10B0, void, CinemachineBlendListCamera_InvalidateListOfChildren, (CinemachineBlendListCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB1170, void, CinemachineBlendListCamera_UpdateListOfChildren, (CinemachineBlendListCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB1560, void, CinemachineBlendListCamera_ValidateInstructions, (CinemachineBlendListCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB19A0, void, CinemachineBlendListCamera_AdvanceCurrentInstruction, (CinemachineBlendListCamera * __this, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BB1C00, void, CinemachineBlendListCamera__ctor, (CinemachineBlendListCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB1DD0, Camera *, CinemachineBrain_get_OutputCamera, (CinemachineBrain * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB1F40, ICinemachineCamera *, CinemachineBrain_get_SoloCamera, (MethodInfo * method)); DO_APP_FUNC(0x00BB1FA0, void, CinemachineBrain_set_SoloCamera, (ICinemachineCamera * value, MethodInfo * method)); DO_APP_FUNC(0x00BB2200, Color, CinemachineBrain_GetSoloGUIColor, (MethodInfo * method)); DO_APP_FUNC(0x00BB2270, Vector3, CinemachineBrain_get_DefaultWorldUp, (CinemachineBrain * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB2440, void, CinemachineBrain_OnEnable, (CinemachineBrain * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB2A70, void, CinemachineBrain_OnDisable, (CinemachineBrain * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB2D90, void, CinemachineBrain_OnSceneLoaded, (CinemachineBrain * __this, Scene scene, LoadSceneMode__Enum mode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96178, CinemachineBrain_OnSceneLoaded__MethodInfo); DO_APP_FUNC(0x00BB2E30, void, CinemachineBrain_OnSceneUnloaded, (CinemachineBrain * __this, Scene scene, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96190, CinemachineBrain_OnSceneUnloaded__MethodInfo); DO_APP_FUNC(0x00BB2ED0, void, CinemachineBrain_Start, (CinemachineBrain * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB2EF0, void, CinemachineBrain_OnGuiHandler, (CinemachineBrain * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96180, CinemachineBrain_OnGuiHandler__MethodInfo); DO_APP_FUNC(0x00BB3430, IEnumerator *, CinemachineBrain_AfterPhysics, (CinemachineBrain * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB34D0, void, CinemachineBrain_LateUpdate, (CinemachineBrain * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB34E0, void, CinemachineBrain_ManualUpdate, (CinemachineBrain * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB3770, float, CinemachineBrain_GetEffectiveDeltaTime, (CinemachineBrain * __this, bool fixedDelta, MethodInfo * method)); DO_APP_FUNC(0x00BB39E0, void, CinemachineBrain_UpdateVirtualCameras, (CinemachineBrain * __this, CinemachineCore_UpdateFilter__Enum updateFilter, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BB3DA0, ICinemachineCamera *, CinemachineBrain_get_ActiveVirtualCamera, (CinemachineBrain * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB3F20, ICinemachineCamera *, CinemachineBrain_DeepCamBFromBlend, (CinemachineBlend * blend, MethodInfo * method)); DO_APP_FUNC(0x00BB3FE0, bool, CinemachineBrain_IsLiveInBlend, (CinemachineBrain * __this, ICinemachineCamera * vcam, MethodInfo * method)); DO_APP_FUNC(0x00BB4110, bool, CinemachineBrain_get_IsBlending, (CinemachineBrain * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB4130, CinemachineBlend *, CinemachineBrain_get_ActiveBlend, (CinemachineBrain * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB4230, int32_t, CinemachineBrain_GetBrainFrame, (CinemachineBrain * __this, int32_t withId, MethodInfo * method)); DO_APP_FUNC(0x00BB4370, int32_t, CinemachineBrain_SetCameraOverride, (CinemachineBrain * __this, int32_t overrideId, ICinemachineCamera * camA, ICinemachineCamera * camB, float weightB, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BB4900, void, CinemachineBrain_ReleaseCameraOverride, (CinemachineBrain * __this, int32_t overrideId, MethodInfo * method)); DO_APP_FUNC(0x00BB49E0, void, CinemachineBrain_ProcessActiveCamera, (CinemachineBrain * __this, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BB51C0, void, CinemachineBrain_UpdateFrame0, (CinemachineBrain * __this, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BB5A50, void, CinemachineBrain_ComputeCurrentBlend, (CinemachineBrain * __this, CinemachineBlend * * outputBlend, int32_t numTopLayersToExclude, MethodInfo * method)); DO_APP_FUNC(0x00BB6040, bool, CinemachineBrain_IsLive, (CinemachineBrain * __this, ICinemachineCamera * vcam, bool dominantChildOnly, MethodInfo * method)); DO_APP_FUNC(0x00BB6220, CameraState, CinemachineBrain_get_CurrentCameraState, (CinemachineBrain * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB62C0, void, CinemachineBrain_set_CurrentCameraState, (CinemachineBrain * __this, CameraState value, MethodInfo * method)); DO_APP_FUNC(0x00BB63B0, ICinemachineCamera *, CinemachineBrain_TopCameraFromPriorityQueue, (CinemachineBrain * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB6770, CinemachineBlendDefinition, CinemachineBrain_LookupBlend, (CinemachineBrain * __this, ICinemachineCamera * fromKey, ICinemachineCamera * toKey, MethodInfo * method)); DO_APP_FUNC(0x00BB6A00, void, CinemachineBrain_PushStateToUnityCamera, (CinemachineBrain * __this, CameraState * state, MethodInfo * method)); DO_APP_FUNC(0x00BB7150, void, CinemachineBrain__ctor, (CinemachineBrain * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB75D0, void, CinemachineBrain__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00BB7680, void, CinemachineBrain_BrainEvent__ctor, (CinemachineBrain_BrainEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB7710, void, CinemachineBrain_VcamActivatedEvent__ctor, (CinemachineBrain_VcamActivatedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB77A0, bool, CinemachineBrain_BrainFrame_get_Active, (CinemachineBrain_BrainFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB77C0, void, CinemachineBrain_BrainFrame__ctor, (CinemachineBrain_BrainFrame * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CinemachineBrain_AfterPhysics_d_33__ctor, (CinemachineBrain_AfterPhysics_d_33 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineBrain_AfterPhysics_d_33_System_IDisposable_Dispose, (CinemachineBrain_AfterPhysics_d_33 * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB7A10, bool, CinemachineBrain_AfterPhysics_d_33_MoveNext, (CinemachineBrain_AfterPhysics_d_33 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CinemachineBrain_AfterPhysics_d_33_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CinemachineBrain_AfterPhysics_d_33 * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB7B80, void, CinemachineBrain_AfterPhysics_d_33_System_Collections_IEnumerator_Reset, (CinemachineBrain_AfterPhysics_d_33 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C960B8, CinemachineBrain_AfterPhysics_d_33_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CinemachineBrain_AfterPhysics_d_33_System_Collections_IEnumerator_get_Current, (CinemachineBrain_AfterPhysics_d_33 * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB7BD0, String *, CinemachineClearShot_get_Description, (CinemachineClearShot * __this, MethodInfo * method)); DO_APP_FUNC(0x009E4000, ICinemachineCamera *, CinemachineClearShot_get_LiveChild, (CinemachineClearShot * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8E20, void, CinemachineClearShot_set_LiveChild, (CinemachineClearShot * __this, ICinemachineCamera * value, MethodInfo * method)); DO_APP_FUNC(0x00BB7D10, CameraState, CinemachineClearShot_get_State, (CinemachineClearShot * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB7DB0, bool, CinemachineClearShot_IsLiveChild, (CinemachineClearShot * __this, ICinemachineCamera * vcam, bool dominantChildOnly, MethodInfo * method)); DO_APP_FUNC(0x00BAFB30, Transform *, CinemachineClearShot_get_LookAt, (CinemachineClearShot * __this, MethodInfo * method)); DO_APP_FUNC(0x00473A50, void, CinemachineClearShot_set_LookAt, (CinemachineClearShot * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00BAFB40, Transform *, CinemachineClearShot_get_Follow, (CinemachineClearShot * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF710, void, CinemachineClearShot_set_Follow, (CinemachineClearShot * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00BB7DE0, void, CinemachineClearShot_OnTargetObjectWarped, (CinemachineClearShot * __this, Transform * target, Vector3 positionDelta, MethodInfo * method)); DO_APP_FUNC(0x00BB7EC0, void, CinemachineClearShot_ForceCameraPosition, (CinemachineClearShot * __this, Vector3 pos, Quaternion rot, MethodInfo * method)); DO_APP_FUNC(0x00BB8050, void, CinemachineClearShot_InternalUpdateCameraState, (CinemachineClearShot * __this, Vector3 worldUp, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BB8790, void, CinemachineClearShot_OnEnable, (CinemachineClearShot * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB8AD0, void, CinemachineClearShot_OnDisable, (CinemachineClearShot * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB8C60, void, CinemachineClearShot_OnTransformChildrenChanged, (CinemachineClearShot * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB8C80, void, CinemachineClearShot_OnGuiHandler, (CinemachineClearShot * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C960B0, CinemachineClearShot_OnGuiHandler__MethodInfo); DO_APP_FUNC(0x00BB8DF0, bool, CinemachineClearShot_get_IsBlending, (CinemachineClearShot * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB8E00, CinemachineVirtualCameraBase__Array *, CinemachineClearShot_get_ChildCameras, (CinemachineClearShot * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB8E20, void, CinemachineClearShot_InvalidateListOfChildren, (CinemachineClearShot * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB8F40, void, CinemachineClearShot_ResetRandomization, (CinemachineClearShot * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB8FC0, void, CinemachineClearShot_UpdateListOfChildren, (CinemachineClearShot * __this, MethodInfo * method)); DO_APP_FUNC(0x00BB94E0, ICinemachineCamera *, CinemachineClearShot_ChooseCurrentCamera, (CinemachineClearShot * __this, Vector3 worldUp, MethodInfo * method)); DO_APP_FUNC(0x00BB9EF0, CinemachineVirtualCameraBase__Array *, CinemachineClearShot_Randomize, (CinemachineClearShot * __this, CinemachineVirtualCameraBase__Array * src, MethodInfo * method)); DO_APP_FUNC(0x00BBA5C0, CinemachineBlendDefinition, CinemachineClearShot_LookupBlend, (CinemachineClearShot * __this, ICinemachineCamera * fromKey, ICinemachineCamera * toKey, MethodInfo * method)); DO_APP_FUNC(0x00BBA860, void, CinemachineClearShot_OnTransitionFromCamera, (CinemachineClearShot * __this, ICinemachineCamera * fromCam, Vector3 worldUp, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BBA9F0, void, CinemachineClearShot__ctor, (CinemachineClearShot * __this, MethodInfo * method)); DO_APP_FUNC(0x00BBAC80, void, CinemachineClearShot_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineClearShot_c__ctor, (CinemachineClearShot_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00BBAD30, int32_t, CinemachineClearShot_c__Randomize_b__47_0, (CinemachineClearShot_c * __this, CinemachineClearShot_Pair p1, CinemachineClearShot_Pair p2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96058, CinemachineClearShot_c__Randomize_b__47_0__MethodInfo); DO_APP_FUNC(0x00BBAD50, bool, CinemachineCollider_IsTargetObscured, (CinemachineCollider * __this, ICinemachineCamera * vcam, MethodInfo * method)); DO_APP_FUNC(0x00BBADB0, bool, CinemachineCollider_CameraWasDisplaced, (CinemachineCollider * __this, ICinemachineCamera * vcam, MethodInfo * method)); DO_APP_FUNC(0x00BBAE20, float, CinemachineCollider_GetCameraDisplacementDistance, (CinemachineCollider * __this, ICinemachineCamera * vcam, MethodInfo * method)); DO_APP_FUNC(0x00BBAE90, void, CinemachineCollider_OnValidate, (CinemachineCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x00BBAEE0, void, CinemachineCollider_OnDestroy, (CinemachineCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x00BBAF50, List_1_List_1_UnityEngine_Vector3_ *, CinemachineCollider_get_DebugPaths, (CinemachineCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x00BBB170, float, CinemachineCollider_GetMaxDampTime, (CinemachineCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x00BBB190, void, CinemachineCollider_PostPipelineStageCallback, (CinemachineCollider * __this, CinemachineVirtualCameraBase * vcam, CinemachineCore_Stage__Enum stage, CameraState * state, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BBC010, Vector3, CinemachineCollider_PreserveLineOfSight, (CinemachineCollider * __this, CameraState * state, CinemachineCollider_VcamExtraState * * extra, MethodInfo * method)); DO_APP_FUNC(0x00BBC580, Vector3, CinemachineCollider_PullCameraInFrontOfNearestObstacle, (CinemachineCollider * __this, Vector3 cameraPos, Vector3 lookAtPos, int32_t layerMask, RaycastHit * hitInfo, MethodInfo * method)); DO_APP_FUNC(0x00BBC920, Vector3, CinemachineCollider_PushCameraBack, (CinemachineCollider * __this, Vector3 currentPos, Vector3 pushDir, RaycastHit obstacle, Vector3 lookAtPos, Plane startPlane, float targetDistance, int32_t iterations, CinemachineCollider_VcamExtraState * * extra, MethodInfo * method)); DO_APP_FUNC(0x00BBD4F0, bool, CinemachineCollider_GetWalkingDirection, (CinemachineCollider * __this, Vector3 pos, Vector3 pushDir, RaycastHit obstacle, Vector3 * outDir, MethodInfo * method)); DO_APP_FUNC(0x00BBDE60, float, CinemachineCollider_GetPushBackDistance, (CinemachineCollider * __this, Ray ray, Plane startPlane, float targetDistance, Vector3 lookAtPos, MethodInfo * method)); DO_APP_FUNC(0x00BBDFE0, float, CinemachineCollider_ClampRayToBounds, (Ray ray, float distance, Bounds bounds, MethodInfo * method)); DO_APP_FUNC(0x00BBF020, Vector3, CinemachineCollider_RespectCameraRadius, (CinemachineCollider * __this, Vector3 cameraPos, Vector3 lookAtPos, MethodInfo * method)); DO_APP_FUNC(0x00BBFD00, bool, CinemachineCollider_CheckForTargetObstructions, (CinemachineCollider * __this, CameraState state, MethodInfo * method)); DO_APP_FUNC(0x00BC0170, bool, CinemachineCollider_IsTargetOffscreen, (CameraState state, MethodInfo * method)); DO_APP_FUNC(0x00BC08E0, void, CinemachineCollider__ctor, (CinemachineCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC0A50, void, CinemachineCollider__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineCollider_VcamExtraState_AddPointToDebugPath, (CinemachineCollider_VcamExtraState * __this, Vector3 p, MethodInfo * method)); DO_APP_FUNC(0x00BC0B10, float, CinemachineCollider_VcamExtraState_ApplyDistanceSmoothing, (CinemachineCollider_VcamExtraState * __this, float distance, float smoothingTime, MethodInfo * method)); DO_APP_FUNC(0x00BC0BA0, void, CinemachineCollider_VcamExtraState_UpdateDistanceSmoothing, (CinemachineCollider_VcamExtraState * __this, float distance, MethodInfo * method)); DO_APP_FUNC(0x00BC0C20, void, CinemachineCollider_VcamExtraState_ResetDistanceSmoothing, (CinemachineCollider_VcamExtraState * __this, float smoothingTime, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineCollider_VcamExtraState__ctor, (CinemachineCollider_VcamExtraState * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC0C90, bool, CinemachineConfiner_CameraWasDisplaced, (CinemachineConfiner * __this, CinemachineVirtualCameraBase * vcam, MethodInfo * method)); DO_APP_FUNC(0x00BC0D00, float, CinemachineConfiner_GetCameraDisplacementDistance, (CinemachineConfiner * __this, CinemachineVirtualCameraBase * vcam, MethodInfo * method)); DO_APP_FUNC(0x00BC0D60, void, CinemachineConfiner_OnValidate, (CinemachineConfiner * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC0D70, void, CinemachineConfiner_ConnectToVcam, (CinemachineConfiner * __this, bool connect, MethodInfo * method)); DO_APP_FUNC(0x00BC0D80, bool, CinemachineConfiner_get_IsValid, (CinemachineConfiner * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC1070, float, CinemachineConfiner_GetMaxDampTime, (CinemachineConfiner * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC1080, void, CinemachineConfiner_PostPipelineStageCallback, (CinemachineConfiner * __this, CinemachineVirtualCameraBase * vcam, CinemachineCore_Stage__Enum stage, CameraState * state, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BC1360, void, CinemachineConfiner_InvalidatePathCache, (CinemachineConfiner * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC1410, bool, CinemachineConfiner_ValidatePathCache, (CinemachineConfiner * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC1DB0, Vector3, CinemachineConfiner_ConfinePoint, (CinemachineConfiner * __this, Vector3 camPos, MethodInfo * method)); DO_APP_FUNC(0x00BC2400, Vector3, CinemachineConfiner_ConfineScreenEdges, (CinemachineConfiner * __this, CameraState * state, MethodInfo * method)); DO_APP_FUNC(0x00BC2C20, void, CinemachineConfiner__ctor, (CinemachineConfiner * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineConfiner_VcamExtraState__ctor, (CinemachineConfiner_VcamExtraState * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC2C70, void, CinemachineConfiner2D_InvalidateCache, (CinemachineConfiner2D * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC2C80, bool, CinemachineConfiner2D_ValidateCache, (CinemachineConfiner2D * __this, float cameraAspectRatio, MethodInfo * method)); DO_APP_FUNC(0x00BC2CC0, void, CinemachineConfiner2D_PostPipelineStageCallback, (CinemachineConfiner2D * __this, CinemachineVirtualCameraBase * vcam, CinemachineCore_Stage__Enum stage, CameraState * state, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BC3530, float, CinemachineConfiner2D_CalculateHalfFrustumHeight, (CinemachineConfiner2D * __this, CameraState * state, float * cameraPosLocalZ, MethodInfo * method)); DO_APP_FUNC(0x00BC35F0, void, CinemachineConfiner2D_OnValidate, (CinemachineConfiner2D * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC3610, void, CinemachineConfiner2D_Reset, (CinemachineConfiner2D * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC3620, void, CinemachineConfiner2D__ctor, (CinemachineConfiner2D * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineConfiner2D_VcamExtraState__ctor, (CinemachineConfiner2D_VcamExtraState * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC3670, void, CinemachineConfiner2D_ShapeCache_Invalidate, (CinemachineConfiner2D_ShapeCache * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC3830, bool, CinemachineConfiner2D_ShapeCache_ValidateCache, (CinemachineConfiner2D_ShapeCache * __this, Collider2D * boundingShape2D, float maxWindowSize, float aspectRatio, bool * confinerStateChanged, MethodInfo * method)); DO_APP_FUNC(0x00BC43D0, bool, CinemachineConfiner2D_ShapeCache_IsValid, (CinemachineConfiner2D_ShapeCache * __this, Collider2D * * boundingShape2D, float * aspectRatio, float * maxOrthoSize, MethodInfo * method)); DO_APP_FUNC(0x00BC4760, void, CinemachineConfiner2D_ShapeCache_CalculateDeltaTransformationMatrix, (CinemachineConfiner2D_ShapeCache * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC4A20, void, CinemachineDollyCart_FixedUpdate, (CinemachineDollyCart * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC4AB0, void, CinemachineDollyCart_Update, (CinemachineDollyCart * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC4B80, void, CinemachineDollyCart_LateUpdate, (CinemachineDollyCart * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC4C60, void, CinemachineDollyCart_SetCartPosition, (CinemachineDollyCart * __this, float distanceAlongPath, MethodInfo * method)); DO_APP_FUNC(0x00BC4F90, void, CinemachineDollyCart__ctor, (CinemachineDollyCart * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC4FE0, CameraState, CinemachineExternalCamera_get_State, (CinemachineExternalCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00605860, Transform *, CinemachineExternalCamera_get_LookAt, (CinemachineExternalCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00473A50, void, CinemachineExternalCamera_set_LookAt, (CinemachineExternalCamera * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, Transform *, CinemachineExternalCamera_get_Follow, (CinemachineExternalCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, CinemachineExternalCamera_set_Follow, (CinemachineExternalCamera * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00BC50F0, void, CinemachineExternalCamera_InternalUpdateCameraState, (CinemachineExternalCamera * __this, Vector3 worldUp, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BC5DC0, void, CinemachineExternalCamera__ctor, (CinemachineExternalCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5F90, void, CinemachineFollowZoom_OnValidate, (CinemachineFollowZoom * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0F0, float, CinemachineFollowZoom_GetMaxDampTime, (CinemachineFollowZoom * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5FF0, void, CinemachineFollowZoom_PostPipelineStageCallback, (CinemachineFollowZoom * __this, CinemachineVirtualCameraBase * vcam, CinemachineCore_Stage__Enum stage, CameraState * state, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BC63D0, void, CinemachineFollowZoom__ctor, (CinemachineFollowZoom * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineFollowZoom_VcamExtraState__ctor, (CinemachineFollowZoom_VcamExtraState * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC6430, void, CinemachineFreeLook_OnValidate, (CinemachineFreeLook * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC6720, CinemachineVirtualCamera *, CinemachineFreeLook_GetRig, (CinemachineFreeLook * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x00BC6780, String__Array *, CinemachineFreeLook_get_RigNames, (MethodInfo * method)); DO_APP_FUNC(0x00BC68E0, void, CinemachineFreeLook_OnEnable, (CinemachineFreeLook * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC6B00, void, CinemachineFreeLook_UpdateInputAxisProvider, (CinemachineFreeLook * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC6CC0, void, CinemachineFreeLook_OnDestroy, (CinemachineFreeLook * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC6F30, void, CinemachineFreeLook_OnTransformChildrenChanged, (CinemachineFreeLook * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC6F90, void, CinemachineFreeLook_Reset, (CinemachineFreeLook * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F5E0, bool, CinemachineFreeLook_get_PreviousStateIsValid, (CinemachineFreeLook * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC6FA0, void, CinemachineFreeLook_set_PreviousStateIsValid, (CinemachineFreeLook * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00BC7160, CameraState, CinemachineFreeLook_get_State, (CinemachineFreeLook * __this, MethodInfo * method)); DO_APP_FUNC(0x00BAFB30, Transform *, CinemachineFreeLook_get_LookAt, (CinemachineFreeLook * __this, MethodInfo * method)); DO_APP_FUNC(0x00473A50, void, CinemachineFreeLook_set_LookAt, (CinemachineFreeLook * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00BAFB40, Transform *, CinemachineFreeLook_get_Follow, (CinemachineFreeLook * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF710, void, CinemachineFreeLook_set_Follow, (CinemachineFreeLook * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00BC7200, bool, CinemachineFreeLook_IsLiveChild, (CinemachineFreeLook * __this, ICinemachineCamera * vcam, bool dominantChildOnly, MethodInfo * method)); DO_APP_FUNC(0x00BC7310, void, CinemachineFreeLook_OnTargetObjectWarped, (CinemachineFreeLook * __this, Transform * target, Vector3 positionDelta, MethodInfo * method)); DO_APP_FUNC(0x00BC73F0, void, CinemachineFreeLook_ForceCameraPosition, (CinemachineFreeLook * __this, Vector3 pos, Quaternion rot, MethodInfo * method)); DO_APP_FUNC(0x00BC78D0, void, CinemachineFreeLook_InternalUpdateCameraState, (CinemachineFreeLook * __this, Vector3 worldUp, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BC8530, void, CinemachineFreeLook_OnTransitionFromCamera, (CinemachineFreeLook * __this, ICinemachineCamera * fromCam, Vector3 worldUp, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, CinemachineFreeLook_RequiresUserInput, (CinemachineFreeLook * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC8A60, float, CinemachineFreeLook_GetYAxisClosestValue, (CinemachineFreeLook * __this, Vector3 cameraPos, Vector3 up, MethodInfo * method)); DO_APP_FUNC(0x00BC6F30, void, CinemachineFreeLook_InvalidateRigCache, (CinemachineFreeLook * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC92C0, void, CinemachineFreeLook_DestroyRigs, (CinemachineFreeLook * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC98B0, CinemachineVirtualCamera__Array *, CinemachineFreeLook_CreateRigs, (CinemachineFreeLook * __this, CinemachineVirtualCamera__Array * copyFrom, MethodInfo * method)); DO_APP_FUNC(0x00BC9FD0, void, CinemachineFreeLook_UpdateRigCache, (CinemachineFreeLook * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCA330, int32_t, CinemachineFreeLook_LocateExistingRigs, (CinemachineFreeLook * __this, String__Array * rigNames, bool forceOrbital, MethodInfo * method)); DO_APP_FUNC(0x00BCADE0, float, CinemachineFreeLook_UpdateXAxisHeading, (CinemachineFreeLook * __this, CinemachineOrbitalTransposer * orbital, float deltaTime, Vector3 up, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95EC8, CinemachineFreeLook_UpdateXAxisHeading__MethodInfo); DO_APP_FUNC(0x00BCB0C0, void, CinemachineFreeLook_PushSettingsToRigs, (CinemachineFreeLook * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCB9F0, float, CinemachineFreeLook_GetYAxisValue, (CinemachineFreeLook * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCBA20, CameraState, CinemachineFreeLook_CalculateNewState, (CinemachineFreeLook * __this, Vector3 worldUp, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BCBCD0, Vector3, CinemachineFreeLook_GetLocalPositionForCameraFromInput, (CinemachineFreeLook * __this, float t, MethodInfo * method)); DO_APP_FUNC(0x00BCBF80, void, CinemachineFreeLook_UpdateCachedSpline, (CinemachineFreeLook * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCC630, void, CinemachineFreeLook_OnBeforeSerialize, (CinemachineFreeLook * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCC710, void, CinemachineFreeLook__ctor, (CinemachineFreeLook * __this, MethodInfo * method)); DO_APP_FUNC(0x003C8D90, void, CinemachineFreeLook_Orbit__ctor, (CinemachineFreeLook_Orbit * __this, float h, float r, MethodInfo * method)); DO_APP_FUNC(0x00BCCDE0, void, CinemachineFreeLook_CreateRigDelegate__ctor, (CinemachineFreeLook_CreateRigDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, CinemachineVirtualCamera *, CinemachineFreeLook_CreateRigDelegate_Invoke, (CinemachineFreeLook_CreateRigDelegate * __this, CinemachineFreeLook * vcam, String * name, CinemachineVirtualCamera * copyFrom, MethodInfo * method)); DO_APP_FUNC(0x00BCCFA0, IAsyncResult *, CinemachineFreeLook_CreateRigDelegate_BeginInvoke, (CinemachineFreeLook_CreateRigDelegate * __this, CinemachineFreeLook * vcam, String * name, CinemachineVirtualCamera * copyFrom, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, CinemachineVirtualCamera *, CinemachineFreeLook_CreateRigDelegate_EndInvoke, (CinemachineFreeLook_CreateRigDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC720, void, CinemachineFreeLook_DestroyRigDelegate__ctor, (CinemachineFreeLook_DestroyRigDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, CinemachineFreeLook_DestroyRigDelegate_Invoke, (CinemachineFreeLook_DestroyRigDelegate * __this, GameObject * rig, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, CinemachineFreeLook_DestroyRigDelegate_BeginInvoke, (CinemachineFreeLook_DestroyRigDelegate * __this, GameObject * rig, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, CinemachineFreeLook_DestroyRigDelegate_EndInvoke, (CinemachineFreeLook_DestroyRigDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00BCCFE0, float, CinemachineMixingCamera_GetWeight, (CinemachineMixingCamera * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00BCD120, void, CinemachineMixingCamera_SetWeight, (CinemachineMixingCamera * __this, int32_t index, float w, MethodInfo * method)); DO_APP_FUNC(0x00BCD290, float, CinemachineMixingCamera_GetWeight_1, (CinemachineMixingCamera * __this, CinemachineVirtualCameraBase * vcam, MethodInfo * method)); DO_APP_FUNC(0x00BCD600, void, CinemachineMixingCamera_SetWeight_1, (CinemachineMixingCamera * __this, CinemachineVirtualCameraBase * vcam, float w, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, ICinemachineCamera *, CinemachineMixingCamera_get_LiveChild, (CinemachineMixingCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, CinemachineMixingCamera_set_LiveChild, (CinemachineMixingCamera * __this, ICinemachineCamera * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD970, CameraState, CinemachineMixingCamera_get_State, (CinemachineMixingCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, Transform *, CinemachineMixingCamera_get_LookAt, (CinemachineMixingCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, CinemachineMixingCamera_set_LookAt, (CinemachineMixingCamera * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, Transform *, CinemachineMixingCamera_get_Follow, (CinemachineMixingCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, CinemachineMixingCamera_set_Follow, (CinemachineMixingCamera * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDAF0, void, CinemachineMixingCamera_OnTargetObjectWarped, (CinemachineMixingCamera * __this, Transform * target, Vector3 positionDelta, MethodInfo * method)); DO_APP_FUNC(0x00BCDBD0, void, CinemachineMixingCamera_ForceCameraPosition, (CinemachineMixingCamera * __this, Vector3 pos, Quaternion rot, MethodInfo * method)); DO_APP_FUNC(0x00BCDD60, void, CinemachineMixingCamera_OnEnable, (CinemachineMixingCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDD80, void, CinemachineMixingCamera_OnTransformChildrenChanged, (CinemachineMixingCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDD90, void, CinemachineMixingCamera_OnValidate, (CinemachineMixingCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDE40, bool, CinemachineMixingCamera_IsLiveChild, (CinemachineMixingCamera * __this, ICinemachineCamera * vcam, bool dominantChildOnly, MethodInfo * method)); DO_APP_FUNC(0x00BCDEE0, CinemachineVirtualCameraBase__Array *, CinemachineMixingCamera_get_ChildCameras, (CinemachineMixingCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDF00, void, CinemachineMixingCamera_InvalidateListOfChildren, (CinemachineMixingCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCE020, void, CinemachineMixingCamera_ValidateListOfChildren, (CinemachineMixingCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCE540, void, CinemachineMixingCamera_OnTransitionFromCamera, (CinemachineMixingCamera * __this, ICinemachineCamera * fromCam, Vector3 worldUp, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BCE700, void, CinemachineMixingCamera_InternalUpdateCameraState, (CinemachineMixingCamera * __this, Vector3 worldUp, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BCEE00, void, CinemachineMixingCamera__ctor, (CinemachineMixingCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, CinemachinePath_get_MinPos, (CinemachinePath * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCF020, float, CinemachinePath_get_MaxPos, (CinemachinePath * __this, MethodInfo * method)); DO_APP_FUNC(0x00434A10, bool, CinemachinePath_get_Looped, (CinemachinePath * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCF060, void, CinemachinePath_Reset, (CinemachinePath * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, CinemachinePath_get_DistanceCacheSampleStepsPerSegment, (CinemachinePath * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCF230, float, CinemachinePath_GetBoundingIndices, (CinemachinePath * __this, float pos, int32_t * indexA, int32_t * indexB, MethodInfo * method)); DO_APP_FUNC(0x00BCF320, Vector3, CinemachinePath_EvaluatePosition, (CinemachinePath * __this, float pos, MethodInfo * method)); DO_APP_FUNC(0x00BCF790, Vector3, CinemachinePath_EvaluateTangent, (CinemachinePath * __this, float pos, MethodInfo * method)); DO_APP_FUNC(0x00BCFB50, Quaternion, CinemachinePath_EvaluateOrientation, (CinemachinePath * __this, float pos, MethodInfo * method)); DO_APP_FUNC(0x00BD0170, void, CinemachinePath_OnValidate, (CinemachinePath * __this, MethodInfo * method)); DO_APP_FUNC(0x00BD0190, void, CinemachinePath__ctor, (CinemachinePath * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, CinemachinePipeline__ctor, (CinemachinePipeline * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, CinemachinePixelPerfect__ctor, (CinemachinePixelPerfect * __this, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, CinemachineSmoothPath_get_MinPos, (CinemachineSmoothPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCF020, float, CinemachineSmoothPath_get_MaxPos, (CinemachineSmoothPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00434A10, bool, CinemachineSmoothPath_get_Looped, (CinemachineSmoothPath * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, CinemachineSmoothPath_get_DistanceCacheSampleStepsPerSegment, (CinemachineSmoothPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00BD0170, void, CinemachineSmoothPath_OnValidate, (CinemachineSmoothPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00BD0220, void, CinemachineSmoothPath_Reset, (CinemachineSmoothPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00BD03E0, void, CinemachineSmoothPath_InvalidateDistanceCache, (CinemachineSmoothPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00BD0530, void, CinemachineSmoothPath_UpdateControlPoints, (CinemachineSmoothPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00BD08A0, float, CinemachineSmoothPath_GetBoundingIndices, (CinemachineSmoothPath * __this, float pos, int32_t * indexA, int32_t * indexB, MethodInfo * method)); DO_APP_FUNC(0x00BD0980, Vector3, CinemachineSmoothPath_EvaluatePosition, (CinemachineSmoothPath * __this, float pos, MethodInfo * method)); DO_APP_FUNC(0x00BD0D90, Vector3, CinemachineSmoothPath_EvaluateTangent, (CinemachineSmoothPath * __this, float pos, MethodInfo * method)); DO_APP_FUNC(0x00BD1370, Quaternion, CinemachineSmoothPath_EvaluateOrientation, (CinemachineSmoothPath * __this, float pos, MethodInfo * method)); DO_APP_FUNC(0x00BD1A70, Quaternion, CinemachineSmoothPath_RollAroundForward, (CinemachineSmoothPath * __this, float angle, MethodInfo * method)); DO_APP_FUNC(0x00BD1AC0, void, CinemachineSmoothPath__ctor, (CinemachineSmoothPath * __this, MethodInfo * method)); DO_APP_FUNC(0x00BD1FE0, Vector4, CinemachineSmoothPath_Waypoint_get_AsVector4, (CinemachineSmoothPath_Waypoint * __this, MethodInfo * method)); DO_APP_FUNC(0x00BD2000, CinemachineSmoothPath_Waypoint, CinemachineSmoothPath_Waypoint_FromVector4, (Vector4 v, MethodInfo * method)); DO_APP_FUNC(0x00BD2030, String *, CinemachineStateDrivenCamera_get_Description, (CinemachineStateDrivenCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x005425B0, ICinemachineCamera *, CinemachineStateDrivenCamera_get_LiveChild, (CinemachineStateDrivenCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8F70, void, CinemachineStateDrivenCamera_set_LiveChild, (CinemachineStateDrivenCamera * __this, ICinemachineCamera * value, MethodInfo * method)); DO_APP_FUNC(0x00BD2170, bool, CinemachineStateDrivenCamera_IsLiveChild, (CinemachineStateDrivenCamera * __this, ICinemachineCamera * vcam, bool dominantChildOnly, MethodInfo * method)); DO_APP_FUNC(0x00BD21A0, CameraState, CinemachineStateDrivenCamera_get_State, (CinemachineStateDrivenCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BAFB30, Transform *, CinemachineStateDrivenCamera_get_LookAt, (CinemachineStateDrivenCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00473A50, void, CinemachineStateDrivenCamera_set_LookAt, (CinemachineStateDrivenCamera * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00BAFB40, Transform *, CinemachineStateDrivenCamera_get_Follow, (CinemachineStateDrivenCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF710, void, CinemachineStateDrivenCamera_set_Follow, (CinemachineStateDrivenCamera * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00BD2240, void, CinemachineStateDrivenCamera_OnTargetObjectWarped, (CinemachineStateDrivenCamera * __this, Transform * target, Vector3 positionDelta, MethodInfo * method)); DO_APP_FUNC(0x00BD2320, void, CinemachineStateDrivenCamera_ForceCameraPosition, (CinemachineStateDrivenCamera * __this, Vector3 pos, Quaternion rot, MethodInfo * method)); DO_APP_FUNC(0x00BD24B0, void, CinemachineStateDrivenCamera_OnTransitionFromCamera, (CinemachineStateDrivenCamera * __this, ICinemachineCamera * fromCam, Vector3 worldUp, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BD25C0, void, CinemachineStateDrivenCamera_InternalUpdateCameraState, (CinemachineStateDrivenCamera * __this, Vector3 worldUp, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BD2EF0, void, CinemachineStateDrivenCamera_OnEnable, (CinemachineStateDrivenCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BD3230, void, CinemachineStateDrivenCamera_OnDisable, (CinemachineStateDrivenCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BD33C0, void, CinemachineStateDrivenCamera_OnTransformChildrenChanged, (CinemachineStateDrivenCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BD33D0, void, CinemachineStateDrivenCamera_OnGuiHandler, (CinemachineStateDrivenCamera * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96C88, CinemachineStateDrivenCamera_OnGuiHandler__MethodInfo); DO_APP_FUNC(0x00BD3540, CinemachineVirtualCameraBase__Array *, CinemachineStateDrivenCamera_get_ChildCameras, (CinemachineStateDrivenCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BD3560, bool, CinemachineStateDrivenCamera_get_IsBlending, (CinemachineStateDrivenCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BD3570, int32_t, CinemachineStateDrivenCamera_CreateFakeHash, (int32_t parentHash, AnimationClip * clip, MethodInfo * method)); DO_APP_FUNC(0x00BD3630, int32_t, CinemachineStateDrivenCamera_LookupFakeHash, (CinemachineStateDrivenCamera * __this, int32_t parentHash, AnimationClip * clip, MethodInfo * method)); DO_APP_FUNC(0x00BD3AE0, void, CinemachineStateDrivenCamera_InvalidateListOfChildren, (CinemachineStateDrivenCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BD3BA0, void, CinemachineStateDrivenCamera_UpdateListOfChildren, (CinemachineStateDrivenCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BD3FB0, void, CinemachineStateDrivenCamera_ValidateInstructions, (CinemachineStateDrivenCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BD4680, CinemachineVirtualCameraBase *, CinemachineStateDrivenCamera_ChooseCurrentCamera, (CinemachineStateDrivenCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BD5090, int32_t, CinemachineStateDrivenCamera_GetClipHash, (CinemachineStateDrivenCamera * __this, int32_t hash, List_1_UnityEngine_AnimatorClipInfo_ * clips, MethodInfo * method)); DO_APP_FUNC(0x00BD5220, CinemachineBlendDefinition, CinemachineStateDrivenCamera_LookupBlend, (CinemachineStateDrivenCamera * __this, ICinemachineCamera * fromKey, ICinemachineCamera * toKey, MethodInfo * method)); DO_APP_FUNC(0x00BD54C0, void, CinemachineStateDrivenCamera__ctor, (CinemachineStateDrivenCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x009B8F70, void, CinemachineStateDrivenCamera_ParentHash__ctor, (CinemachineStateDrivenCamera_ParentHash * __this, int32_t h, int32_t p, MethodInfo * method)); DO_APP_FUNC(0x00BD58D0, void, CinemachineStoryboard_PostPipelineStageCallback, (CinemachineStoryboard * __this, CinemachineVirtualCameraBase * vcam, CinemachineCore_Stage__Enum stage, CameraState * state, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BD5B50, void, CinemachineStoryboard_UpdateRenderCanvas, (CinemachineStoryboard * __this, MethodInfo * method)); DO_APP_FUNC(0x00BD5DD0, void, CinemachineStoryboard_ConnectToVcam, (CinemachineStoryboard * __this, bool connect, MethodInfo * method)); DO_APP_FUNC(0x00BD5FA0, String *, CinemachineStoryboard_get_CanvasName, (CinemachineStoryboard * __this, MethodInfo * method)); DO_APP_FUNC(0x00BD60D0, void, CinemachineStoryboard_CameraUpdatedCallback, (CinemachineStoryboard * __this, CinemachineBrain * brain, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96B08, CinemachineStoryboard_CameraUpdatedCallback__MethodInfo); DO_APP_FUNC(0x00BD64E0, CinemachineStoryboard_CanvasInfo *, CinemachineStoryboard_LocateMyCanvas, (CinemachineStoryboard * __this, CinemachineBrain * parent, bool createIfNotFound, MethodInfo * method)); DO_APP_FUNC(0x00BD6FC0, void, CinemachineStoryboard_CreateCanvas, (CinemachineStoryboard * __this, CinemachineStoryboard_CanvasInfo * ci, MethodInfo * method)); DO_APP_FUNC(0x00BD7A30, void, CinemachineStoryboard_DestroyCanvas, (CinemachineStoryboard * __this, MethodInfo * method)); DO_APP_FUNC(0x00BD7DE0, void, CinemachineStoryboard_PlaceImage, (CinemachineStoryboard * __this, CinemachineStoryboard_CanvasInfo * ci, float alpha, MethodInfo * method)); DO_APP_FUNC(0x00BD8AE0, void, CinemachineStoryboard_StaticBlendingHandler, (CinemachineBrain * brain, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96A60, CinemachineStoryboard_StaticBlendingHandler__MethodInfo); DO_APP_FUNC(0x00BD8F10, void, CinemachineStoryboard_InitializeModule, (MethodInfo * method)); DO_APP_FUNC(0x00BD9080, void, CinemachineStoryboard__ctor, (CinemachineStoryboard * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineStoryboard_CanvasInfo__ctor, (CinemachineStoryboard_CanvasInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x009B9450, Transform *, CinemachineTargetGroup_get_Transform, (CinemachineTargetGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x00BD9250, Bounds, CinemachineTargetGroup_get_BoundingBox, (CinemachineTargetGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x00BD9270, void, CinemachineTargetGroup_set_BoundingBox, (CinemachineTargetGroup * __this, Bounds value, MethodInfo * method)); DO_APP_FUNC(0x00BD9290, BoundingSphere, CinemachineTargetGroup_get_Sphere, (CinemachineTargetGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x00BD92A0, bool, CinemachineTargetGroup_get_IsEmpty, (CinemachineTargetGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x00BD9440, void, CinemachineTargetGroup_AddMember, (CinemachineTargetGroup * __this, Transform * t, float weight, float radius, MethodInfo * method)); DO_APP_FUNC(0x00BD9730, void, CinemachineTargetGroup_RemoveMember, (CinemachineTargetGroup * __this, Transform * t, MethodInfo * method)); DO_APP_FUNC(0x00BD9910, int32_t, CinemachineTargetGroup_FindMember, (CinemachineTargetGroup * __this, Transform * t, MethodInfo * method)); DO_APP_FUNC(0x00BD9B00, BoundingSphere, CinemachineTargetGroup_GetWeightedBoundsForMember, (CinemachineTargetGroup * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00BD9BA0, Bounds, CinemachineTargetGroup_GetViewSpaceBoundingBox, (CinemachineTargetGroup * __this, Matrix4x4 observer, MethodInfo * method)); DO_APP_FUNC(0x00BDA040, BoundingSphere, CinemachineTargetGroup_WeightedMemberBounds, (CinemachineTargetGroup_Target t, Vector3 avgPos, float maxWeight, MethodInfo * method)); DO_APP_FUNC(0x00BDA260, void, CinemachineTargetGroup_DoUpdate, (CinemachineTargetGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x00BDA520, BoundingSphere, CinemachineTargetGroup_CalculateBoundingSphere, (CinemachineTargetGroup * __this, float maxWeight, MethodInfo * method)); DO_APP_FUNC(0x00BDA980, Vector3, CinemachineTargetGroup_CalculateAveragePosition, (CinemachineTargetGroup * __this, float * maxWeight, MethodInfo * method)); DO_APP_FUNC(0x00BDAD60, Quaternion, CinemachineTargetGroup_CalculateAverageOrientation, (CinemachineTargetGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x00BDB330, Bounds, CinemachineTargetGroup_CalculateBoundingBox, (CinemachineTargetGroup * __this, Vector3 avgPos, float maxWeight, MethodInfo * method)); DO_APP_FUNC(0x00BDB6B0, void, CinemachineTargetGroup_OnValidate, (CinemachineTargetGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x00BDB760, void, CinemachineTargetGroup_FixedUpdate, (CinemachineTargetGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x00BDB770, void, CinemachineTargetGroup_Update, (CinemachineTargetGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x00BDB7E0, void, CinemachineTargetGroup_LateUpdate, (CinemachineTargetGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x00BDB7F0, void, CinemachineTargetGroup_GetViewSpaceAngularBounds, (CinemachineTargetGroup * __this, Matrix4x4 observer, Vector2 * minAngles, Vector2 * maxAngles, Vector2 * zRange, MethodInfo * method)); DO_APP_FUNC(0x00BDC210, void, CinemachineTargetGroup__ctor, (CinemachineTargetGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x00BDC2F0, CameraState, CinemachineVirtualCamera_get_State, (CinemachineVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BAFB30, Transform *, CinemachineVirtualCamera_get_LookAt, (CinemachineVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00473A50, void, CinemachineVirtualCamera_set_LookAt, (CinemachineVirtualCamera * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00BAFB40, Transform *, CinemachineVirtualCamera_get_Follow, (CinemachineVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF710, void, CinemachineVirtualCamera_set_Follow, (CinemachineVirtualCamera * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00BDC390, float, CinemachineVirtualCamera_GetMaxDampTime, (CinemachineVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BDC500, void, CinemachineVirtualCamera_InternalUpdateCameraState, (CinemachineVirtualCamera * __this, Vector3 worldUp, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BDCB80, void, CinemachineVirtualCamera_OnEnable, (CinemachineVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BDD2C0, void, CinemachineVirtualCamera_OnDestroy, (CinemachineVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BDD670, void, CinemachineVirtualCamera_OnValidate, (CinemachineVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BDD750, void, CinemachineVirtualCamera_OnTransformChildrenChanged, (CinemachineVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BDD7B0, void, CinemachineVirtualCamera_Reset, (CinemachineVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BDD7C0, void, CinemachineVirtualCamera_DestroyPipeline, (CinemachineVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BDDE60, Transform *, CinemachineVirtualCamera_CreatePipeline, (CinemachineVirtualCamera * __this, CinemachineVirtualCamera * copyFrom, MethodInfo * method)); DO_APP_FUNC(0x00BDD750, void, CinemachineVirtualCamera_InvalidateComponentPipeline, (CinemachineVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BDE1A0, Transform *, CinemachineVirtualCamera_GetComponentOwner, (CinemachineVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BDE1C0, CinemachineComponentBase__Array *, CinemachineVirtualCamera_GetComponentPipeline, (CinemachineVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BDE1E0, CinemachineComponentBase *, CinemachineVirtualCamera_GetCinemachineComponent, (CinemachineVirtualCamera * __this, CinemachineCore_Stage__Enum stage, MethodInfo * method)); DO_APP_FUNC(0x00BDE270, void, CinemachineVirtualCamera_UpdateComponentPipeline, (CinemachineVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BDECF0, void, CinemachineVirtualCamera_SetFlagsForHiddenChild, (GameObject * child, MethodInfo * method)); DO_APP_FUNC(0x00BDEED0, CameraState, CinemachineVirtualCamera_CalculateNewState, (CinemachineVirtualCamera * __this, Vector3 worldUp, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BDFBE0, void, CinemachineVirtualCamera_OnTargetObjectWarped, (CinemachineVirtualCamera * __this, Transform * target, Vector3 positionDelta, MethodInfo * method)); DO_APP_FUNC(0x00BDFFC0, void, CinemachineVirtualCamera_ForceCameraPosition, (CinemachineVirtualCamera * __this, Vector3 pos, Quaternion rot, MethodInfo * method)); DO_APP_FUNC(0x00604780, void, CinemachineVirtualCamera_SetStateRawPosition, (CinemachineVirtualCamera * __this, Vector3 pos, MethodInfo * method)); DO_APP_FUNC(0x00BE0320, void, CinemachineVirtualCamera_OnTransitionFromCamera, (CinemachineVirtualCamera * __this, ICinemachineCamera * fromCam, Vector3 worldUp, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BE0830, bool, CinemachineVirtualCamera_RequiresUserInput, (CinemachineVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE0AE0, void, CinemachineVirtualCamera_OnBeforeSerialize, (CinemachineVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE0BC0, void, CinemachineVirtualCamera__ctor, (CinemachineVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCCDE0, void, CinemachineVirtualCamera_CreatePipelineDelegate__ctor, (CinemachineVirtualCamera_CreatePipelineDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Transform *, CinemachineVirtualCamera_CreatePipelineDelegate_Invoke, (CinemachineVirtualCamera_CreatePipelineDelegate * __this, CinemachineVirtualCamera * vcam, String * name, CinemachineComponentBase__Array * copyFrom, MethodInfo * method)); DO_APP_FUNC(0x00BCCFA0, IAsyncResult *, CinemachineVirtualCamera_CreatePipelineDelegate_BeginInvoke, (CinemachineVirtualCamera_CreatePipelineDelegate * __this, CinemachineVirtualCamera * vcam, String * name, CinemachineComponentBase__Array * copyFrom, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, Transform *, CinemachineVirtualCamera_CreatePipelineDelegate_EndInvoke, (CinemachineVirtualCamera_CreatePipelineDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC720, void, CinemachineVirtualCamera_DestroyPipelineDelegate__ctor, (CinemachineVirtualCamera_DestroyPipelineDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, CinemachineVirtualCamera_DestroyPipelineDelegate_Invoke, (CinemachineVirtualCamera_DestroyPipelineDelegate * __this, GameObject * pipeline, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, CinemachineVirtualCamera_DestroyPipelineDelegate_BeginInvoke, (CinemachineVirtualCamera_DestroyPipelineDelegate * __this, GameObject * pipeline, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, CinemachineVirtualCamera_DestroyPipelineDelegate_EndInvoke, (CinemachineVirtualCamera_DestroyPipelineDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00BE0DE0, void, CinemachineVirtualCamera_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineVirtualCamera_c__ctor, (CinemachineVirtualCamera_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE0E90, int32_t, CinemachineVirtualCamera_c__UpdateComponentPipeline_b__38_0, (CinemachineVirtualCamera_c * __this, CinemachineComponentBase * c1, CinemachineComponentBase * c2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96978, CinemachineVirtualCamera_c__UpdateComponentPipeline_b__38_0__MethodInfo); DO_APP_FUNC(0x00BE0EF0, bool, CinemachineVirtualCamera_c__RequiresUserInput_b__47_0, (CinemachineVirtualCamera_c * __this, CinemachineComponentBase * c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96920, CinemachineVirtualCamera_c__RequiresUserInput_b__47_0__MethodInfo); DO_APP_FUNC(0x00BE1000, void, Cinemachine3rdPersonFollow_OnValidate, (Cinemachine3rdPersonFollow * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE1080, void, Cinemachine3rdPersonFollow_Reset, (Cinemachine3rdPersonFollow * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE10F0, void, Cinemachine3rdPersonFollow_OnDestroy, (Cinemachine3rdPersonFollow * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE1140, bool, Cinemachine3rdPersonFollow_get_IsValid, (Cinemachine3rdPersonFollow * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, CinemachineCore_Stage__Enum, Cinemachine3rdPersonFollow_get_Stage, (Cinemachine3rdPersonFollow * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE1290, float, Cinemachine3rdPersonFollow_GetMaxDampTime, (Cinemachine3rdPersonFollow * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE12C0, void, Cinemachine3rdPersonFollow_MutateCameraState, (Cinemachine3rdPersonFollow * __this, CameraState * curState, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BE1350, void, Cinemachine3rdPersonFollow_OnTargetObjectWarped, (Cinemachine3rdPersonFollow * __this, Transform * target, Vector3 positionDelta, MethodInfo * method)); DO_APP_FUNC(0x00BE1530, void, Cinemachine3rdPersonFollow_PositionCamera, (Cinemachine3rdPersonFollow * __this, CameraState * curState, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BE1B80, void, Cinemachine3rdPersonFollow_GetRigPositions, (Cinemachine3rdPersonFollow * __this, Vector3 * root, Vector3 * shoulder, Vector3 * hand, MethodInfo * method)); DO_APP_FUNC(0x00BE1DA0, Quaternion, Cinemachine3rdPersonFollow_GetHeading, (Quaternion targetRot, Vector3 up, MethodInfo * method)); DO_APP_FUNC(0x00BE2240, void, Cinemachine3rdPersonFollow_GetRawRigPositions, (Cinemachine3rdPersonFollow * __this, Vector3 root, Quaternion targetRot, Quaternion heading, Vector3 * shoulder, Vector3 * hand, MethodInfo * method)); DO_APP_FUNC(0x00BE25C0, Vector3, Cinemachine3rdPersonFollow_ResolveCollisions, (Cinemachine3rdPersonFollow * __this, Vector3 root, Vector3 tip, float deltaTime, float cameraRadius, float * collisionCorrection, MethodInfo * method)); DO_APP_FUNC(0x00BE2960, void, Cinemachine3rdPersonFollow__ctor, (Cinemachine3rdPersonFollow * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE2A30, bool, CinemachineBasicMultiChannelPerlin_get_IsValid, (CinemachineBasicMultiChannelPerlin * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, CinemachineCore_Stage__Enum, CinemachineBasicMultiChannelPerlin_get_Stage, (CinemachineBasicMultiChannelPerlin * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE2B80, void, CinemachineBasicMultiChannelPerlin_MutateCameraState, (CinemachineBasicMultiChannelPerlin * __this, CameraState * curState, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BE37F0, void, CinemachineBasicMultiChannelPerlin_ReSeed, (CinemachineBasicMultiChannelPerlin * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE3920, void, CinemachineBasicMultiChannelPerlin_Initialize, (CinemachineBasicMultiChannelPerlin * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE3B30, void, CinemachineBasicMultiChannelPerlin__ctor, (CinemachineBasicMultiChannelPerlin * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE3C10, bool, CinemachineComposer_get_IsValid, (CinemachineComposer * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, CinemachineCore_Stage__Enum, CinemachineComposer_get_Stage, (CinemachineComposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE3D60, Vector3, CinemachineComposer_get_TrackedPoint, (CinemachineComposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE3D80, void, CinemachineComposer_set_TrackedPoint, (CinemachineComposer * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00BE3D90, Vector3, CinemachineComposer_GetLookAtPointAndSetTrackedPoint, (CinemachineComposer * __this, Vector3 lookAt, Vector3 up, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BE4100, void, CinemachineComposer_OnTargetObjectWarped, (CinemachineComposer * __this, Transform * target, Vector3 positionDelta, MethodInfo * method)); DO_APP_FUNC(0x00BE4360, void, CinemachineComposer_ForceCameraPosition, (CinemachineComposer * __this, Vector3 pos, Quaternion rot, MethodInfo * method)); DO_APP_FUNC(0x00BE4380, float, CinemachineComposer_GetMaxDampTime, (CinemachineComposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE4390, void, CinemachineComposer_PrePipelineMutateCameraState, (CinemachineComposer * __this, CameraState * curState, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BE44D0, void, CinemachineComposer_MutateCameraState, (CinemachineComposer * __this, CameraState * curState, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BE52D0, Rect, CinemachineComposer_get_SoftGuideRect, (CinemachineComposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE5320, void, CinemachineComposer_set_SoftGuideRect, (CinemachineComposer * __this, Rect value, MethodInfo * method)); DO_APP_FUNC(0x00BE53E0, Rect, CinemachineComposer_get_HardGuideRect, (CinemachineComposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE5460, void, CinemachineComposer_set_HardGuideRect, (CinemachineComposer * __this, Rect value, MethodInfo * method)); DO_APP_FUNC(0x00BE55A0, void, CinemachineComposer_RotateToScreenBounds, (CinemachineComposer * __this, CameraState * state, Rect screenRect, Vector3 trackedPoint, Quaternion * rigOrientation, float fov, float fovH, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BE5880, bool, CinemachineComposer_ClampVerticalBounds, (CinemachineComposer * __this, Rect * r, Vector3 dir, Vector3 up, float fov, MethodInfo * method)); DO_APP_FUNC(0x00BE5B70, void, CinemachineComposer__ctor, (CinemachineComposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE5DB0, void, CinemachineComposer_FovCache_UpdateCache, (CinemachineComposer_FovCache * __this, LensSettings lens, Rect softGuide, Rect hardGuide, float targetDistance, MethodInfo * method)); DO_APP_FUNC(0x00BE6170, Rect, CinemachineComposer_FovCache_ScreenToFOV, (CinemachineComposer_FovCache * __this, Rect rScreen, float fov, float fovH, float aspect, MethodInfo * method)); DO_APP_FUNC(0x00BE6A50, Rect, CinemachineFramingTransposer_get_SoftGuideRect, (CinemachineFramingTransposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE6AA0, void, CinemachineFramingTransposer_set_SoftGuideRect, (CinemachineFramingTransposer * __this, Rect value, MethodInfo * method)); DO_APP_FUNC(0x00BE6B60, Rect, CinemachineFramingTransposer_get_HardGuideRect, (CinemachineFramingTransposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE6BE0, void, CinemachineFramingTransposer_set_HardGuideRect, (CinemachineFramingTransposer * __this, Rect value, MethodInfo * method)); DO_APP_FUNC(0x00BE6D20, void, CinemachineFramingTransposer_OnValidate, (CinemachineFramingTransposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE6E10, bool, CinemachineFramingTransposer_get_IsValid, (CinemachineFramingTransposer * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, CinemachineCore_Stage__Enum, CinemachineFramingTransposer_get_Stage, (CinemachineFramingTransposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, CinemachineFramingTransposer_get_BodyAppliesAfterAim, (CinemachineFramingTransposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE6F60, Vector3, CinemachineFramingTransposer_get_TrackedPoint, (CinemachineFramingTransposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE6F80, void, CinemachineFramingTransposer_set_TrackedPoint, (CinemachineFramingTransposer * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00BE6FA0, void, CinemachineFramingTransposer_OnTargetObjectWarped, (CinemachineFramingTransposer * __this, Transform * target, Vector3 positionDelta, MethodInfo * method)); DO_APP_FUNC(0x00BE71D0, void, CinemachineFramingTransposer_ForceCameraPosition, (CinemachineFramingTransposer * __this, Vector3 pos, Quaternion rot, MethodInfo * method)); DO_APP_FUNC(0x00BE7200, float, CinemachineFramingTransposer_GetMaxDampTime, (CinemachineFramingTransposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE7220, bool, CinemachineFramingTransposer_OnTransitionFromCamera, (CinemachineFramingTransposer * __this, ICinemachineCamera * fromCam, Vector3 worldUp, float deltaTime, CinemachineVirtualCameraBase_TransitionParams * transitionParams, MethodInfo * method)); DO_APP_FUNC(0x00BE7450, Rect, CinemachineFramingTransposer_ScreenToOrtho, (CinemachineFramingTransposer * __this, Rect rScreen, float orthoSize, float aspect, MethodInfo * method)); DO_APP_FUNC(0x00BE7520, Vector3, CinemachineFramingTransposer_OrthoOffsetToScreenBounds, (CinemachineFramingTransposer * __this, Vector3 targetPos2D, Rect screenRect, MethodInfo * method)); DO_APP_FUNC(0x00BE7630, Bounds, CinemachineFramingTransposer_get_LastBounds, (CinemachineFramingTransposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE7650, void, CinemachineFramingTransposer_set_LastBounds, (CinemachineFramingTransposer * __this, Bounds value, MethodInfo * method)); DO_APP_FUNC(0x00BE7670, Matrix4x4, CinemachineFramingTransposer_get_LastBoundsMatrix, (CinemachineFramingTransposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BE76A0, void, CinemachineFramingTransposer_set_LastBoundsMatrix, (CinemachineFramingTransposer * __this, Matrix4x4 value, MethodInfo * method)); DO_APP_FUNC(0x00BE76D0, void, CinemachineFramingTransposer_MutateCameraState, (CinemachineFramingTransposer * __this, CameraState * curState, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BE92A0, float, CinemachineFramingTransposer_GetTargetHeight, (CinemachineFramingTransposer * __this, Vector2 boundsSize, MethodInfo * method)); DO_APP_FUNC(0x00BE94A0, Vector3, CinemachineFramingTransposer_ComputeGroupBounds, (CinemachineFramingTransposer * __this, ICinemachineTargetGroup * group, CameraState * curState, MethodInfo * method)); DO_APP_FUNC(0x00BE9CD0, Bounds, CinemachineFramingTransposer_GetScreenSpaceGroupBoundingBox, (ICinemachineTargetGroup * group, Vector3 * pos, Quaternion orientation, MethodInfo * method)); DO_APP_FUNC(0x00BEA520, void, CinemachineFramingTransposer__ctor, (CinemachineFramingTransposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BEA6E0, void, CinemachineGroupComposer_OnValidate, (CinemachineGroupComposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BEA7B0, Bounds, CinemachineGroupComposer_get_LastBounds, (CinemachineGroupComposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BEA7D0, void, CinemachineGroupComposer_set_LastBounds, (CinemachineGroupComposer * __this, Bounds value, MethodInfo * method)); DO_APP_FUNC(0x00BEA7F0, Matrix4x4, CinemachineGroupComposer_get_LastBoundsMatrix, (CinemachineGroupComposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BEA820, void, CinemachineGroupComposer_set_LastBoundsMatrix, (CinemachineGroupComposer * __this, Matrix4x4 value, MethodInfo * method)); DO_APP_FUNC(0x00BEA850, float, CinemachineGroupComposer_GetMaxDampTime, (CinemachineGroupComposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BEA870, void, CinemachineGroupComposer_MutateCameraState, (CinemachineGroupComposer * __this, CameraState * curState, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BEBBE0, float, CinemachineGroupComposer_GetTargetHeight, (CinemachineGroupComposer * __this, Vector2 boundsSize, MethodInfo * method)); DO_APP_FUNC(0x00BEBE20, Bounds, CinemachineGroupComposer_GetScreenSpaceGroupBoundingBox, (ICinemachineTargetGroup * group, Matrix4x4 observer, Vector3 * newFwd, MethodInfo * method)); DO_APP_FUNC(0x00BEC390, void, CinemachineGroupComposer__ctor, (CinemachineGroupComposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BEC410, bool, CinemachineHardLockToTarget_get_IsValid, (CinemachineHardLockToTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, CinemachineCore_Stage__Enum, CinemachineHardLockToTarget_get_Stage, (CinemachineHardLockToTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, CinemachineHardLockToTarget_GetMaxDampTime, (CinemachineHardLockToTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x00BEC560, void, CinemachineHardLockToTarget_MutateCameraState, (CinemachineHardLockToTarget * __this, CameraState * curState, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, CinemachineHardLockToTarget__ctor, (CinemachineHardLockToTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x00BEC730, bool, CinemachineHardLookAt_get_IsValid, (CinemachineHardLookAt * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, CinemachineCore_Stage__Enum, CinemachineHardLookAt_get_Stage, (CinemachineHardLookAt * __this, MethodInfo * method)); DO_APP_FUNC(0x00BEC880, void, CinemachineHardLookAt_MutateCameraState, (CinemachineHardLookAt * __this, CameraState * curState, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, CinemachineHardLookAt__ctor, (CinemachineHardLookAt * __this, MethodInfo * method)); DO_APP_FUNC(0x00BECC90, void, CinemachineOrbitalTransposer_OnValidate, (CinemachineOrbitalTransposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BECE80, float, CinemachineOrbitalTransposer_UpdateHeading, (CinemachineOrbitalTransposer * __this, float deltaTime, Vector3 up, AxisState * axis, MethodInfo * method)); DO_APP_FUNC(0x00BECEC0, float, CinemachineOrbitalTransposer_UpdateHeading_1, (CinemachineOrbitalTransposer * __this, float deltaTime, Vector3 up, AxisState * axis, AxisState_Recentering * recentering, bool isLive, MethodInfo * method)); DO_APP_FUNC(0x00BED060, void, CinemachineOrbitalTransposer_OnEnable, (CinemachineOrbitalTransposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BED2B0, void, CinemachineOrbitalTransposer_UpdateInputAxisProvider, (CinemachineOrbitalTransposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BED460, void, CinemachineOrbitalTransposer_OnTargetObjectWarped, (CinemachineOrbitalTransposer * __this, Transform * target, Vector3 positionDelta, MethodInfo * method)); DO_APP_FUNC(0x00BED6C0, void, CinemachineOrbitalTransposer_ForceCameraPosition, (CinemachineOrbitalTransposer * __this, Vector3 pos, Quaternion rot, MethodInfo * method)); DO_APP_FUNC(0x00BED820, bool, CinemachineOrbitalTransposer_OnTransitionFromCamera, (CinemachineOrbitalTransposer * __this, ICinemachineCamera * fromCam, Vector3 worldUp, float deltaTime, CinemachineVirtualCameraBase_TransitionParams * transitionParams, MethodInfo * method)); DO_APP_FUNC(0x00BEDA50, float, CinemachineOrbitalTransposer_GetAxisClosestValue, (CinemachineOrbitalTransposer * __this, Vector3 cameraPos, Vector3 up, MethodInfo * method)); DO_APP_FUNC(0x00BEE1F0, void, CinemachineOrbitalTransposer_MutateCameraState, (CinemachineOrbitalTransposer * __this, CameraState * curState, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BEEE90, Vector3, CinemachineOrbitalTransposer_GetTargetCameraPosition, (CinemachineOrbitalTransposer * __this, Vector3 worldUp, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, CinemachineOrbitalTransposer_get_RequiresUserInput, (CinemachineOrbitalTransposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BEF210, float, CinemachineOrbitalTransposer_GetTargetHeading, (CinemachineOrbitalTransposer * __this, float currentHeading, Quaternion targetOrientation, MethodInfo * method)); DO_APP_FUNC(0x00BEFBA0, void, CinemachineOrbitalTransposer__ctor, (CinemachineOrbitalTransposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF00E0, void, CinemachineOrbitalTransposer_Heading__ctor, (CinemachineOrbitalTransposer_Heading * __this, CinemachineOrbitalTransposer_Heading_HeadingDefinition__Enum def, int32_t filterStrength, float bias, MethodInfo * method)); DO_APP_FUNC(0x00BF00F0, void, CinemachineOrbitalTransposer_UpdateHeadingDelegate__ctor, (CinemachineOrbitalTransposer_UpdateHeadingDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BF02B0, float, CinemachineOrbitalTransposer_UpdateHeadingDelegate_Invoke, (CinemachineOrbitalTransposer_UpdateHeadingDelegate * __this, CinemachineOrbitalTransposer * orbital, float deltaTime, Vector3 up, MethodInfo * method)); DO_APP_FUNC(0x00BF02F0, IAsyncResult *, CinemachineOrbitalTransposer_UpdateHeadingDelegate_BeginInvoke, (CinemachineOrbitalTransposer_UpdateHeadingDelegate * __this, CinemachineOrbitalTransposer * orbital, float deltaTime, Vector3 up, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x00BF03A0, float, CinemachineOrbitalTransposer_UpdateHeadingDelegate_EndInvoke, (CinemachineOrbitalTransposer_UpdateHeadingDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00BF03E0, void, CinemachineOrbitalTransposer_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineOrbitalTransposer_c__ctor, (CinemachineOrbitalTransposer_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF0490, float, CinemachineOrbitalTransposer_c___ctor_b__30_0, (CinemachineOrbitalTransposer_c * __this, CinemachineOrbitalTransposer * orbital, float deltaTime, Vector3 up, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C967B0, CinemachineOrbitalTransposer_c___ctor_b__30_0__MethodInfo); DO_APP_FUNC(0x00AD3F90, bool, CinemachinePOV_get_IsValid, (CinemachinePOV * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, CinemachineCore_Stage__Enum, CinemachinePOV_get_Stage, (CinemachinePOV * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF0590, void, CinemachinePOV_OnValidate, (CinemachinePOV * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF06A0, void, CinemachinePOV_OnEnable, (CinemachinePOV * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF06B0, void, CinemachinePOV_UpdateInputAxisProvider, (CinemachinePOV * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachinePOV_PrePipelineMutateCameraState, (CinemachinePOV * __this, CameraState * state, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BF09B0, void, CinemachinePOV_MutateCameraState, (CinemachinePOV * __this, CameraState * curState, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BF10D0, Vector2, CinemachinePOV_GetRecenterTarget, (CinemachinePOV * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF15F0, float, CinemachinePOV_NormalizeAngle, (float angle, MethodInfo * method)); DO_APP_FUNC(0x00BF1620, void, CinemachinePOV_ForceCameraPosition, (CinemachinePOV * __this, Vector3 pos, Quaternion rot, MethodInfo * method)); DO_APP_FUNC(0x00BF1640, bool, CinemachinePOV_OnTransitionFromCamera, (CinemachinePOV * __this, ICinemachineCamera * fromCam, Vector3 worldUp, float deltaTime, CinemachineVirtualCameraBase_TransitionParams * transitionParams, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, CinemachinePOV_get_RequiresUserInput, (CinemachinePOV * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF18A0, void, CinemachinePOV_SetAxesForRotation, (CinemachinePOV * __this, Quaternion targetRot, MethodInfo * method)); DO_APP_FUNC(0x00BF22B0, void, CinemachinePOV__ctor, (CinemachinePOV * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF2600, bool, CinemachineSameAsFollowTarget_get_IsValid, (CinemachineSameAsFollowTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, CinemachineCore_Stage__Enum, CinemachineSameAsFollowTarget_get_Stage, (CinemachineSameAsFollowTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, CinemachineSameAsFollowTarget_GetMaxDampTime, (CinemachineSameAsFollowTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF2750, void, CinemachineSameAsFollowTarget_MutateCameraState, (CinemachineSameAsFollowTarget * __this, CameraState * curState, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BF2920, void, CinemachineSameAsFollowTarget__ctor, (CinemachineSameAsFollowTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF29A0, bool, CinemachineTrackedDolly_get_IsValid, (CinemachineTrackedDolly * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, CinemachineCore_Stage__Enum, CinemachineTrackedDolly_get_Stage, (CinemachineTrackedDolly * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF2AF0, float, CinemachineTrackedDolly_GetMaxDampTime, (CinemachineTrackedDolly * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF2BA0, void, CinemachineTrackedDolly_MutateCameraState, (CinemachineTrackedDolly * __this, CameraState * curState, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BF3C70, Quaternion, CinemachineTrackedDolly_GetCameraOrientationAtPathPoint, (CinemachineTrackedDolly * __this, Quaternion pathOrientation, Vector3 up, MethodInfo * method)); DO_APP_FUNC(0x00BF4220, Vector3, CinemachineTrackedDolly_get_AngularDamping, (CinemachineTrackedDolly * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF42D0, void, CinemachineTrackedDolly__ctor, (CinemachineTrackedDolly * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF4410, void, CinemachineTrackedDolly_AutoDolly__ctor, (CinemachineTrackedDolly_AutoDolly * __this, bool enabled, float positionOffset, int32_t searchRadius, int32_t stepsPerSegment, MethodInfo * method)); DO_APP_FUNC(0x00BF4430, void, CinemachineTransposer_OnValidate, (CinemachineTransposer * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F5E0, bool, CinemachineTransposer_get_HideOffsetInInspector, (CinemachineTransposer * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F5F0, void, CinemachineTransposer_set_HideOffsetInInspector, (CinemachineTransposer * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00BF4480, Vector3, CinemachineTransposer_get_EffectiveOffset, (CinemachineTransposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF44C0, bool, CinemachineTransposer_get_IsValid, (CinemachineTransposer * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, CinemachineCore_Stage__Enum, CinemachineTransposer_get_Stage, (CinemachineTransposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF4610, float, CinemachineTransposer_GetMaxDampTime, (CinemachineTransposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF46A0, void, CinemachineTransposer_MutateCameraState, (CinemachineTransposer * __this, CameraState * curState, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BF4A20, void, CinemachineTransposer_OnTargetObjectWarped, (CinemachineTransposer * __this, Transform * target, Vector3 positionDelta, MethodInfo * method)); DO_APP_FUNC(0x00BF4C00, void, CinemachineTransposer_ForceCameraPosition, (CinemachineTransposer * __this, Vector3 pos, Quaternion rot, MethodInfo * method)); DO_APP_FUNC(0x00BF4F40, void, CinemachineTransposer_InitPrevFrameStateInfo, (CinemachineTransposer * __this, CameraState * curState, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BF5220, void, CinemachineTransposer_TrackTarget, (CinemachineTransposer * __this, float deltaTime, Vector3 up, Vector3 desiredCameraOffset, Vector3 * outTargetPosition, Quaternion * outTargetOrient, MethodInfo * method)); DO_APP_FUNC(0x00BF6320, Vector3, CinemachineTransposer_GetOffsetForMinimumTargetDistance, (CinemachineTransposer * __this, Vector3 dampedTargetPos, Vector3 cameraOffset, Vector3 cameraFwd, Vector3 up, Vector3 actualTargetPos, MethodInfo * method)); DO_APP_FUNC(0x00BF68E0, Vector3, CinemachineTransposer_get_Damping, (CinemachineTransposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF6920, Vector3, CinemachineTransposer_get_AngularDamping, (CinemachineTransposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF6A00, Vector3, CinemachineTransposer_GetTargetCameraPosition, (CinemachineTransposer * __this, Vector3 worldUp, MethodInfo * method)); DO_APP_FUNC(0x00BF6B80, Quaternion, CinemachineTransposer_GetReferenceOrientation, (CinemachineTransposer * __this, Vector3 worldUp, MethodInfo * method)); DO_APP_FUNC(0x00BF7250, void, CinemachineTransposer__ctor, (CinemachineTransposer * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF76B0, void, AxisState__ctor, (AxisState * __this, float minValue, float maxValue, bool wrap, bool rangeLocked, float maxSpeed, float accelTime, float decelTime, String * name, bool invert, MethodInfo * method)); DO_APP_FUNC(0x00BF7820, void, AxisState_Validate, (AxisState * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF7880, void, AxisState_Reset, (AxisState * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF7890, void, AxisState_SetInputAxisProvider, (AxisState * __this, int32_t axis, AxisState_IInputAxisProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x00BF78F0, bool, AxisState_get_HasInputProvider, (AxisState * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF7900, bool, AxisState_Update, (AxisState * __this, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BF7EA0, float, AxisState_ClampValue, (AxisState * __this, float v, MethodInfo * method)); DO_APP_FUNC(0x00BF7F10, bool, AxisState_MaxSpeedUpdate, (AxisState * __this, float input, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BF8140, float, AxisState_GetMaxSpeed, (AxisState * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF81F0, bool, AxisState_get_ValueRangeLocked, (AxisState * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF8200, void, AxisState_set_ValueRangeLocked, (AxisState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00BF8210, bool, AxisState_get_HasRecentering, (AxisState * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF8220, void, AxisState_set_HasRecentering, (AxisState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00BF8230, void, AxisState_Recentering__ctor, (AxisState_Recentering * __this, bool enabled, float waitTime, float recenteringTime, MethodInfo * method)); DO_APP_FUNC(0x00BF8250, void, AxisState_Recentering_Validate, (AxisState_Recentering * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF8270, void, AxisState_Recentering_CopyStateFrom, (AxisState_Recentering * __this, AxisState_Recentering * other, MethodInfo * method)); DO_APP_FUNC(0x00BF8290, void, AxisState_Recentering_CancelRecentering, (AxisState_Recentering * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF82F0, void, AxisState_Recentering_RecenterNow, (AxisState_Recentering * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF8300, void, AxisState_Recentering_DoRecentering, (AxisState_Recentering * __this, AxisState * axis, float deltaTime, float recenterTarget, MethodInfo * method)); DO_APP_FUNC(0x00BF8530, bool, AxisState_Recentering_LegacyUpgrade, (AxisState_Recentering * __this, int32_t * heading, int32_t * velocityFilter, MethodInfo * method)); DO_APP_FUNC(0x00BF8560, bool, CameraState_get_HasLookAt, (CameraState * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF85C0, Vector3, CameraState_get_CorrectedPosition, (CameraState * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF8610, Quaternion, CameraState_get_CorrectedOrientation, (CameraState * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF85C0, Vector3, CameraState_get_FinalPosition, (CameraState * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF8780, Quaternion, CameraState_get_FinalOrientation, (CameraState * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF8A40, CameraState, CameraState_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00BF8CA0, int32_t, CameraState_get_NumCustomBlendables, (CameraState * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF8CB0, void, CameraState_set_NumCustomBlendables, (CameraState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00BF8CC0, CameraState_CustomBlendable, CameraState_GetCustomBlendable, (CameraState * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00BF8E30, int32_t, CameraState_FindCustomBlendable, (CameraState * __this, Object_1 * custom, MethodInfo * method)); DO_APP_FUNC(0x00BF95C0, void, CameraState_AddCustomBlendable, (CameraState * __this, CameraState_CustomBlendable b, MethodInfo * method)); DO_APP_FUNC(0x00BF9A80, CameraState, CameraState_Lerp, (CameraState stateA, CameraState stateB, float t, MethodInfo * method)); DO_APP_FUNC(0x00BFDCC0, float, CameraState_InterpolateFOV, (float fovA, float fovB, float dA, float dB, float t, MethodInfo * method)); DO_APP_FUNC(0x00BFDE10, Vector3, CameraState_ApplyPosBlendHint, (Vector3 posA, CameraState_BlendHintValue__Enum hintA, Vector3 posB, CameraState_BlendHintValue__Enum hintB, Vector3 original, Vector3 blended, MethodInfo * method)); DO_APP_FUNC(0x00BFDE90, Quaternion, CameraState_ApplyRotBlendHint, (Quaternion rotA, CameraState_BlendHintValue__Enum hintA, Quaternion rotB, CameraState_BlendHintValue__Enum hintB, Quaternion original, Quaternion blended, MethodInfo * method)); DO_APP_FUNC(0x00BFDEE0, Vector3, CameraState_InterpolatePosition, (CameraState * __this, Vector3 posA, Vector3 pivotA, Vector3 posB, Vector3 pivotB, float t, MethodInfo * method)); DO_APP_FUNC(0x00BFE3D0, void, CameraState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00BFE420, void, CameraState_CustomBlendable__ctor, (CameraState_CustomBlendable * __this, Object_1 * custom, float weight, MethodInfo * method)); DO_APP_FUNC(0x00BFE480, float, CinemachineBlend_get_BlendWeight, (CinemachineBlend * __this, MethodInfo * method)); DO_APP_FUNC(0x00BFE570, bool, CinemachineBlend_get_IsValid, (CinemachineBlend * __this, MethodInfo * method)); DO_APP_FUNC(0x00BFE5F0, bool, CinemachineBlend_get_IsComplete, (CinemachineBlend * __this, MethodInfo * method)); DO_APP_FUNC(0x00BFE620, String *, CinemachineBlend_get_Description, (CinemachineBlend * __this, MethodInfo * method)); DO_APP_FUNC(0x00BFE830, bool, CinemachineBlend_Uses, (CinemachineBlend * __this, ICinemachineCamera * cam, MethodInfo * method)); DO_APP_FUNC(0x00BFE930, void, CinemachineBlend__ctor, (CinemachineBlend * __this, ICinemachineCamera * a, ICinemachineCamera * b, AnimationCurve * curve, float duration, float t, MethodInfo * method)); DO_APP_FUNC(0x00BFEA50, void, CinemachineBlend_UpdateCameraState, (CinemachineBlend * __this, Vector3 worldUp, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BFEB40, CameraState, CinemachineBlend_get_State, (CinemachineBlend * __this, MethodInfo * method)); DO_APP_FUNC(0x00BFF010, float, CinemachineBlendDefinition_get_BlendTime, (CinemachineBlendDefinition * __this, MethodInfo * method)); DO_APP_FUNC(0x00BFF020, void, CinemachineBlendDefinition__ctor, (CinemachineBlendDefinition * __this, CinemachineBlendDefinition_Style__Enum style, float time, MethodInfo * method)); DO_APP_FUNC(0x00BFF080, void, CinemachineBlendDefinition_CreateStandardCurves, (CinemachineBlendDefinition * __this, MethodInfo * method)); DO_APP_FUNC(0x00BFF8F0, AnimationCurve *, CinemachineBlendDefinition_get_BlendCurve, (CinemachineBlendDefinition * __this, MethodInfo * method)); DO_APP_FUNC(0x00BFFA00, void, StaticPointVirtualCamera__ctor, (StaticPointVirtualCamera * __this, CameraState state, String * name, MethodInfo * method)); DO_APP_FUNC(0x00BFFB00, void, StaticPointVirtualCamera_SetState, (StaticPointVirtualCamera * __this, CameraState state, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, StaticPointVirtualCamera_get_Name, (StaticPointVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, StaticPointVirtualCamera_set_Name, (StaticPointVirtualCamera * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00BFFBB0, String *, StaticPointVirtualCamera_get_Description, (StaticPointVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, StaticPointVirtualCamera_get_Priority, (StaticPointVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, StaticPointVirtualCamera_set_Priority, (StaticPointVirtualCamera * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Transform *, StaticPointVirtualCamera_get_LookAt, (StaticPointVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, StaticPointVirtualCamera_set_LookAt, (StaticPointVirtualCamera * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Transform *, StaticPointVirtualCamera_get_Follow, (StaticPointVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, StaticPointVirtualCamera_set_Follow, (StaticPointVirtualCamera * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00BFFBF0, CameraState, StaticPointVirtualCamera_get_State, (StaticPointVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BFFC90, void, StaticPointVirtualCamera_set_State, (StaticPointVirtualCamera * __this, CameraState value, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, GameObject *, StaticPointVirtualCamera_get_VirtualCameraGameObject, (StaticPointVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, StaticPointVirtualCamera_get_IsValid, (StaticPointVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, ICinemachineCamera *, StaticPointVirtualCamera_get_ParentCamera, (StaticPointVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, StaticPointVirtualCamera_IsLiveChild, (StaticPointVirtualCamera * __this, ICinemachineCamera * vcam, bool dominantChildOnly, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StaticPointVirtualCamera_UpdateCameraState, (StaticPointVirtualCamera * __this, Vector3 worldUp, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StaticPointVirtualCamera_InternalUpdateCameraState, (StaticPointVirtualCamera * __this, Vector3 worldUp, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StaticPointVirtualCamera_OnTransitionFromCamera, (StaticPointVirtualCamera * __this, ICinemachineCamera * fromCam, Vector3 worldUp, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StaticPointVirtualCamera_OnTargetObjectWarped, (StaticPointVirtualCamera * __this, Transform * target, Vector3 positionDelta, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, BlendSourceVirtualCamera__ctor, (BlendSourceVirtualCamera * __this, CinemachineBlend * blend, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, CinemachineBlend *, BlendSourceVirtualCamera_get_Blend, (BlendSourceVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, BlendSourceVirtualCamera_set_Blend, (BlendSourceVirtualCamera * __this, CinemachineBlend * value, MethodInfo * method)); DO_APP_FUNC(0x00BFFD70, String *, BlendSourceVirtualCamera_get_Name, (BlendSourceVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BFFDB0, String *, BlendSourceVirtualCamera_get_Description, (BlendSourceVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, BlendSourceVirtualCamera_get_Priority, (BlendSourceVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, BlendSourceVirtualCamera_set_Priority, (BlendSourceVirtualCamera * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Transform *, BlendSourceVirtualCamera_get_LookAt, (BlendSourceVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, BlendSourceVirtualCamera_set_LookAt, (BlendSourceVirtualCamera * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Transform *, BlendSourceVirtualCamera_get_Follow, (BlendSourceVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, BlendSourceVirtualCamera_set_Follow, (BlendSourceVirtualCamera * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00BFFBF0, CameraState, BlendSourceVirtualCamera_get_State, (BlendSourceVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BFFC90, void, BlendSourceVirtualCamera_set_State, (BlendSourceVirtualCamera * __this, CameraState value, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, GameObject *, BlendSourceVirtualCamera_get_VirtualCameraGameObject, (BlendSourceVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BFFE00, bool, BlendSourceVirtualCamera_get_IsValid, (BlendSourceVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, ICinemachineCamera *, BlendSourceVirtualCamera_get_ParentCamera, (BlendSourceVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00BFFE20, bool, BlendSourceVirtualCamera_IsLiveChild, (BlendSourceVirtualCamera * __this, ICinemachineCamera * vcam, bool dominantChildOnly, MethodInfo * method)); DO_APP_FUNC(0x00BFFBF0, CameraState, BlendSourceVirtualCamera_CalculateNewState, (BlendSourceVirtualCamera * __this, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00BFFE40, void, BlendSourceVirtualCamera_UpdateCameraState, (BlendSourceVirtualCamera * __this, Vector3 worldUp, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BlendSourceVirtualCamera_InternalUpdateCameraState, (BlendSourceVirtualCamera * __this, Vector3 worldUp, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BlendSourceVirtualCamera_OnTransitionFromCamera, (BlendSourceVirtualCamera * __this, ICinemachineCamera * fromCam, Vector3 worldUp, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BlendSourceVirtualCamera_OnTargetObjectWarped, (BlendSourceVirtualCamera * __this, Transform * target, Vector3 positionDelta, MethodInfo * method)); DO_APP_FUNC(0x00C00010, CinemachineBlendDefinition, CinemachineBlenderSettings_GetBlendForVirtualCameras, (CinemachineBlenderSettings * __this, String * fromCameraName, String * toCameraName, CinemachineBlendDefinition defaultBlend, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, CinemachineBlenderSettings__ctor, (CinemachineBlenderSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C00360, CinemachineVirtualCameraBase *, CinemachineComponentBase_get_VirtualCamera, (CinemachineComponentBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C00800, Transform *, CinemachineComponentBase_get_FollowTarget, (CinemachineComponentBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C00930, Transform *, CinemachineComponentBase_get_LookAtTarget, (CinemachineComponentBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C00A60, ICinemachineTargetGroup *, CinemachineComponentBase_get_AbstractFollowTargetGroup, (CinemachineComponentBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C00A80, CinemachineTargetGroup *, CinemachineComponentBase_get_FollowTargetGroup, (CinemachineComponentBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C00B20, Vector3, CinemachineComponentBase_get_FollowTargetPosition, (CinemachineComponentBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C00E80, Quaternion, CinemachineComponentBase_get_FollowTargetRotation, (CinemachineComponentBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C011B0, ICinemachineTargetGroup *, CinemachineComponentBase_get_AbstractLookAtTargetGroup, (CinemachineComponentBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C011E0, CinemachineTargetGroup *, CinemachineComponentBase_get_LookAtTargetGroup, (CinemachineComponentBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C01280, Vector3, CinemachineComponentBase_get_LookAtTargetPosition, (CinemachineComponentBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C015E0, Quaternion, CinemachineComponentBase_get_LookAtTargetRotation, (CinemachineComponentBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C01910, CameraState, CinemachineComponentBase_get_VcamState, (CinemachineComponentBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineComponentBase_PrePipelineMutateCameraState, (CinemachineComponentBase * __this, CameraState * curState, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, CinemachineComponentBase_get_BodyAppliesAfterAim, (CinemachineComponentBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, CinemachineComponentBase_OnTransitionFromCamera, (CinemachineComponentBase * __this, ICinemachineCamera * fromCam, Vector3 worldUp, float deltaTime, CinemachineVirtualCameraBase_TransitionParams * transitionParams, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineComponentBase_OnTargetObjectWarped, (CinemachineComponentBase * __this, Transform * target, Vector3 positionDelta, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineComponentBase_ForceCameraPosition, (CinemachineComponentBase * __this, Vector3 pos, Quaternion rot, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, CinemachineComponentBase_GetMaxDampTime, (CinemachineComponentBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, CinemachineComponentBase_get_RequiresUserInput, (CinemachineComponentBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, CinemachineComponentBase__ctor, (CinemachineComponentBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C01AF0, CinemachineCore *, CinemachineCore_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x00C01C20, float, CinemachineCore_get_DeltaTime, (MethodInfo * method)); DO_APP_FUNC(0x00C01CE0, float, CinemachineCore_get_CurrentTime, (MethodInfo * method)); DO_APP_FUNC(0x00C01DA0, int32_t, CinemachineCore_get_BrainCount, (CinemachineCore * __this, MethodInfo * method)); DO_APP_FUNC(0x00C01DF0, CinemachineBrain *, CinemachineCore_GetActiveBrain, (CinemachineCore * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00C01E70, void, CinemachineCore_AddActiveBrain, (CinemachineCore * __this, CinemachineBrain * brain, MethodInfo * method)); DO_APP_FUNC(0x00C01F10, void, CinemachineCore_RemoveActiveBrain, (CinemachineCore * __this, CinemachineBrain * brain, MethodInfo * method)); DO_APP_FUNC(0x00C01F70, int32_t, CinemachineCore_get_VirtualCameraCount, (CinemachineCore * __this, MethodInfo * method)); DO_APP_FUNC(0x00C01FC0, CinemachineVirtualCameraBase *, CinemachineCore_GetVirtualCamera, (CinemachineCore * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00C02180, void, CinemachineCore_AddActiveCamera, (CinemachineCore * __this, CinemachineVirtualCameraBase * vcam, MethodInfo * method)); DO_APP_FUNC(0x00C021F0, void, CinemachineCore_RemoveActiveCamera, (CinemachineCore * __this, CinemachineVirtualCameraBase * vcam, MethodInfo * method)); DO_APP_FUNC(0x00C022B0, void, CinemachineCore_CameraDestroyed, (CinemachineCore * __this, CinemachineVirtualCameraBase * vcam, MethodInfo * method)); DO_APP_FUNC(0x00C023F0, void, CinemachineCore_CameraEnabled, (CinemachineCore * __this, CinemachineVirtualCameraBase * vcam, MethodInfo * method)); DO_APP_FUNC(0x00C026A0, void, CinemachineCore_CameraDisabled, (CinemachineCore * __this, CinemachineVirtualCameraBase * vcam, MethodInfo * method)); DO_APP_FUNC(0x00C02940, void, CinemachineCore_UpdateAllActiveVirtualCameras, (CinemachineCore * __this, int32_t layerMask, Vector3 worldUp, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00C031B0, void, CinemachineCore_UpdateVirtualCamera, (CinemachineCore * __this, CinemachineVirtualCameraBase * vcam, Vector3 worldUp, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00C036F0, void, CinemachineCore_InitializeModule, (MethodInfo * method)); DO_APP_FUNC(0x00C03800, Transform *, CinemachineCore_GetUpdateTarget, (CinemachineVirtualCameraBase * vcam, MethodInfo * method)); DO_APP_FUNC(0x00C03BE0, UpdateTracker_UpdateClock__Enum, CinemachineCore_GetVcamUpdateStatus, (CinemachineCore * __this, CinemachineVirtualCameraBase * vcam, MethodInfo * method)); DO_APP_FUNC(0x00C03C70, bool, CinemachineCore_IsLive, (CinemachineCore * __this, ICinemachineCamera * vcam, MethodInfo * method)); DO_APP_FUNC(0x00C03E00, bool, CinemachineCore_IsLiveInBlend, (CinemachineCore * __this, ICinemachineCamera * vcam, MethodInfo * method)); DO_APP_FUNC(0x00C03F90, void, CinemachineCore_GenerateCameraActivationEvent, (CinemachineCore * __this, ICinemachineCamera * vcam, ICinemachineCamera * vcamFrom, MethodInfo * method)); DO_APP_FUNC(0x00C041B0, void, CinemachineCore_GenerateCameraCutEvent, (CinemachineCore * __this, ICinemachineCamera * vcam, MethodInfo * method)); DO_APP_FUNC(0x00C04430, CinemachineBrain *, CinemachineCore_FindPotentialTargetBrain, (CinemachineCore * __this, CinemachineVirtualCameraBase * vcam, MethodInfo * method)); DO_APP_FUNC(0x00C04A00, void, CinemachineCore_OnTargetObjectWarped, (CinemachineCore * __this, Transform * target, Vector3 positionDelta, MethodInfo * method)); DO_APP_FUNC(0x00C04AD0, void, CinemachineCore__ctor, (CinemachineCore * __this, MethodInfo * method)); DO_APP_FUNC(0x00C04CD0, void, CinemachineCore__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C05050, void, CinemachineCore_AxisInputDelegate__ctor, (CinemachineCore_AxisInputDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, float, CinemachineCore_AxisInputDelegate_Invoke, (CinemachineCore_AxisInputDelegate * __this, String * axisName, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, CinemachineCore_AxisInputDelegate_BeginInvoke, (CinemachineCore_AxisInputDelegate * __this, String * axisName, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x00BF03A0, float, CinemachineCore_AxisInputDelegate_EndInvoke, (CinemachineCore_AxisInputDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00C05190, void, CinemachineCore_GetBlendOverrideDelegate__ctor, (CinemachineCore_GetBlendOverrideDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00C05350, CinemachineBlendDefinition, CinemachineCore_GetBlendOverrideDelegate_Invoke, (CinemachineCore_GetBlendOverrideDelegate * __this, ICinemachineCamera * fromVcam, ICinemachineCamera * toVcam, CinemachineBlendDefinition defaultBlend, MonoBehaviour * owner, MethodInfo * method)); DO_APP_FUNC(0x00C053B0, IAsyncResult *, CinemachineCore_GetBlendOverrideDelegate_BeginInvoke, (CinemachineCore_GetBlendOverrideDelegate * __this, ICinemachineCamera * fromVcam, ICinemachineCamera * toVcam, CinemachineBlendDefinition defaultBlend, MonoBehaviour * owner, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x00C05460, CinemachineBlendDefinition, CinemachineCore_GetBlendOverrideDelegate_EndInvoke, (CinemachineCore_GetBlendOverrideDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineCore_UpdateStatus__ctor, (CinemachineCore_UpdateStatus * __this, MethodInfo * method)); DO_APP_FUNC(0x00C054B0, void, CinemachineCore_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineCore_c__ctor, (CinemachineCore_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00C05560, int32_t, CinemachineCore_c__GetVirtualCamera_b__30_0, (CinemachineCore_c * __this, CinemachineVirtualCameraBase * x, CinemachineVirtualCameraBase * y, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97F48, CinemachineCore_c__GetVirtualCamera_b__30_0__MethodInfo); DO_APP_FUNC(0x00C055A0, CinemachineVirtualCameraBase *, CinemachineExtension_get_VirtualCamera, (CinemachineExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x00C05710, void, CinemachineExtension_Awake, (CinemachineExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineExtension_OnEnable, (CinemachineExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x00C05730, void, CinemachineExtension_OnDestroy, (CinemachineExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x00C05710, void, CinemachineExtension_EnsureStarted, (CinemachineExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x00C05750, void, CinemachineExtension_ConnectToVcam, (CinemachineExtension * __this, bool connect, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineExtension_PrePipelineMutateCameraStateCallback, (CinemachineExtension * __this, CinemachineVirtualCameraBase * vcam, CameraState * curState, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00C05A30, void, CinemachineExtension_InvokePostPipelineStageCallback, (CinemachineExtension * __this, CinemachineVirtualCameraBase * vcam, CinemachineCore_Stage__Enum stage, CameraState * state, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineExtension_OnTargetObjectWarped, (CinemachineExtension * __this, Transform * target, Vector3 positionDelta, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineExtension_ForceCameraPosition, (CinemachineExtension * __this, Vector3 pos, Quaternion rot, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, CinemachineExtension_OnTransitionFromCamera, (CinemachineExtension * __this, ICinemachineCamera * fromCam, Vector3 worldUp, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, CinemachineExtension_GetMaxDampTime, (CinemachineExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, CinemachineExtension_get_RequiresUserInput, (CinemachineExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, CinemachineExtension__ctor, (CinemachineExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x00C05A50, void, AxisBase_Validate, (AxisBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF8250, void, CinemachineInputAxisDriver_Validate, (CinemachineInputAxisDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x00C05A80, bool, CinemachineInputAxisDriver_Update, (CinemachineInputAxisDriver * __this, float deltaTime, AxisBase * axis, MethodInfo * method)); DO_APP_FUNC(0x00C05DE0, bool, CinemachineInputAxisDriver_Update_1, (CinemachineInputAxisDriver * __this, float deltaTime, AxisState * axis, MethodInfo * method)); DO_APP_FUNC(0x00C05E50, float, CinemachineInputAxisDriver_ClampValue, (CinemachineInputAxisDriver * __this, AxisBase * axis, float v, MethodInfo * method)); DO_APP_FUNC(0x00C05EC0, float, CinemachinePathBase_StandardizePos, (CinemachinePathBase * __this, float pos, MethodInfo * method)); DO_APP_FUNC(0x00C05FB0, float, CinemachinePathBase_FindClosestPoint, (CinemachinePathBase * __this, Vector3 p, int32_t startSegment, int32_t searchRadius, int32_t stepsPerSegment, MethodInfo * method)); DO_APP_FUNC(0x00C063D0, float, CinemachinePathBase_MinUnit, (CinemachinePathBase * __this, CinemachinePathBase_PositionUnits__Enum units, MethodInfo * method)); DO_APP_FUNC(0x00C06400, float, CinemachinePathBase_MaxUnit, (CinemachinePathBase * __this, CinemachinePathBase_PositionUnits__Enum units, MethodInfo * method)); DO_APP_FUNC(0x00C06430, float, CinemachinePathBase_StandardizeUnit, (CinemachinePathBase * __this, float pos, CinemachinePathBase_PositionUnits__Enum units, MethodInfo * method)); DO_APP_FUNC(0x00C064E0, Vector3, CinemachinePathBase_EvaluatePositionAtUnit, (CinemachinePathBase * __this, float pos, CinemachinePathBase_PositionUnits__Enum units, MethodInfo * method)); DO_APP_FUNC(0x00C06540, Vector3, CinemachinePathBase_EvaluateTangentAtUnit, (CinemachinePathBase * __this, float pos, CinemachinePathBase_PositionUnits__Enum units, MethodInfo * method)); DO_APP_FUNC(0x00C065A0, Quaternion, CinemachinePathBase_EvaluateOrientationAtUnit, (CinemachinePathBase * __this, float pos, CinemachinePathBase_PositionUnits__Enum units, MethodInfo * method)); DO_APP_FUNC(0x00C06600, void, CinemachinePathBase_InvalidateDistanceCache, (CinemachinePathBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C066B0, bool, CinemachinePathBase_DistanceCacheIsValid, (CinemachinePathBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C06750, float, CinemachinePathBase_get_PathLength, (CinemachinePathBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C06830, float, CinemachinePathBase_StandardizePathDistance, (CinemachinePathBase * __this, float distance, MethodInfo * method)); DO_APP_FUNC(0x00C068F0, float, CinemachinePathBase_ToNativePathUnits, (CinemachinePathBase * __this, float pos, CinemachinePathBase_PositionUnits__Enum units, MethodInfo * method)); DO_APP_FUNC(0x00C06A70, float, CinemachinePathBase_FromPathNativeUnits, (CinemachinePathBase * __this, float pos, CinemachinePathBase_PositionUnits__Enum units, MethodInfo * method)); DO_APP_FUNC(0x00C06B90, void, CinemachinePathBase_ResamplePath, (CinemachinePathBase * __this, int32_t stepsPerSegment, MethodInfo * method)); DO_APP_FUNC(0x00C07060, void, CinemachinePathBase__ctor, (CinemachinePathBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C07160, void, CinemachinePathBase_Appearance__ctor, (CinemachinePathBase_Appearance * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AxisStatePropertyAttribute__ctor, (AxisStatePropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OrbitalTransposerHeadingPropertyAttribute__ctor, (OrbitalTransposerHeadingPropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LensSettingsPropertyAttribute__ctor, (LensSettingsPropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VcamTargetPropertyAttribute__ctor, (VcamTargetPropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineBlendDefinitionPropertyAttribute__ctor, (CinemachineBlendDefinitionPropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SaveDuringPlayAttribute__ctor, (SaveDuringPlayAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NoSaveDuringPlayAttribute__ctor, (NoSaveDuringPlayAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TagFieldAttribute__ctor, (TagFieldAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NoiseSettingsPropertyAttribute__ctor, (NoiseSettingsPropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, CinemachineEmbeddedAssetPropertyAttribute__ctor, (CinemachineEmbeddedAssetPropertyAttribute * __this, bool warnIfNull, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, DocumentationSortingAttribute_Level__Enum, DocumentationSortingAttribute_get_Category, (DocumentationSortingAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DocumentationSortingAttribute_set_Category, (DocumentationSortingAttribute * __this, DocumentationSortingAttribute_Level__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DocumentationSortingAttribute__ctor, (DocumentationSortingAttribute * __this, DocumentationSortingAttribute_Level__Enum category, MethodInfo * method)); DO_APP_FUNC(0x00C07180, int32_t, CinemachineVirtualCameraBase_get_ValidatingStreamVersion, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, CinemachineVirtualCameraBase_set_ValidatingStreamVersion, (CinemachineVirtualCameraBase * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C071F0, float, CinemachineVirtualCameraBase_GetMaxDampTime, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C072D0, float, CinemachineVirtualCameraBase_DetachedFollowTargetDamp, (CinemachineVirtualCameraBase * __this, float initial, float dampTime, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00C07340, Vector3, CinemachineVirtualCameraBase_DetachedFollowTargetDamp_1, (CinemachineVirtualCameraBase * __this, Vector3 initial, Vector3 dampTime, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00C074D0, Vector3, CinemachineVirtualCameraBase_DetachedFollowTargetDamp_2, (CinemachineVirtualCameraBase * __this, Vector3 initial, float dampTime, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00C07570, float, CinemachineVirtualCameraBase_DetachedLookAtTargetDamp, (CinemachineVirtualCameraBase * __this, float initial, float dampTime, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00C075E0, Vector3, CinemachineVirtualCameraBase_DetachedLookAtTargetDamp_1, (CinemachineVirtualCameraBase * __this, Vector3 initial, Vector3 dampTime, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00C07770, Vector3, CinemachineVirtualCameraBase_DetachedLookAtTargetDamp_2, (CinemachineVirtualCameraBase * __this, Vector3 initial, float dampTime, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00C07810, void, CinemachineVirtualCameraBase_AddExtension, (CinemachineVirtualCameraBase * __this, CinemachineExtension * extension, MethodInfo * method)); DO_APP_FUNC(0x00C07980, void, CinemachineVirtualCameraBase_RemoveExtension, (CinemachineVirtualCameraBase * __this, CinemachineExtension * extension, MethodInfo * method)); DO_APP_FUNC(0x003CB370, List_1_Cinemachine_CinemachineExtension_ *, CinemachineVirtualCameraBase_get_mExtensions, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, CinemachineVirtualCameraBase_set_mExtensions, (CinemachineVirtualCameraBase * __this, List_1_Cinemachine_CinemachineExtension_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C079E0, void, CinemachineVirtualCameraBase_InvokePostPipelineStageCallback, (CinemachineVirtualCameraBase * __this, CinemachineVirtualCameraBase * vcam, CinemachineCore_Stage__Enum stage, CameraState * newState, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00C07D80, void, CinemachineVirtualCameraBase_InvokePrePipelineMutateCameraStateCallback, (CinemachineVirtualCameraBase * __this, CinemachineVirtualCameraBase * vcam, CameraState * newState, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00C08110, bool, CinemachineVirtualCameraBase_InvokeOnTransitionInExtensions, (CinemachineVirtualCameraBase * __this, ICinemachineCamera * fromCam, Vector3 worldUp, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00AABEC0, String *, CinemachineVirtualCameraBase_get_Name, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C08360, String *, CinemachineVirtualCameraBase_get_Description, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, int32_t, CinemachineVirtualCameraBase_get_Priority, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C083A0, void, CinemachineVirtualCameraBase_set_Priority, (CinemachineVirtualCameraBase * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C083B0, void, CinemachineVirtualCameraBase_ApplyPositionBlendMethod, (CinemachineVirtualCameraBase * __this, CameraState * state, CinemachineVirtualCameraBase_BlendHint__Enum hint, MethodInfo * method)); DO_APP_FUNC(0x00C083E0, GameObject *, CinemachineVirtualCameraBase_get_VirtualCameraGameObject, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C08520, bool, CinemachineVirtualCameraBase_get_IsValid, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C08620, ICinemachineCamera *, CinemachineVirtualCameraBase_get_ParentCamera, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, CinemachineVirtualCameraBase_IsLiveChild, (CinemachineVirtualCameraBase * __this, ICinemachineCamera * vcam, bool dominantChildOnly, MethodInfo * method)); DO_APP_FUNC(0x0041F5E0, bool, CinemachineVirtualCameraBase_get_PreviousStateIsValid, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F5F0, void, CinemachineVirtualCameraBase_set_PreviousStateIsValid, (CinemachineVirtualCameraBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C08690, void, CinemachineVirtualCameraBase_UpdateCameraState, (CinemachineVirtualCameraBase * __this, Vector3 worldUp, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00C08730, void, CinemachineVirtualCameraBase_OnTransitionFromCamera, (CinemachineVirtualCameraBase * __this, ICinemachineCamera * fromCam, Vector3 worldUp, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00C087F0, void, CinemachineVirtualCameraBase_OnDestroy, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C08970, void, CinemachineVirtualCameraBase_OnTransformParentChanged, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C08A10, void, CinemachineVirtualCameraBase_Start, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C08A20, bool, CinemachineVirtualCameraBase_RequiresUserInput, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C08BB0, void, CinemachineVirtualCameraBase_EnsureStarted, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C08C60, AxisState_IInputAxisProvider *, CinemachineVirtualCameraBase_GetInputAxisProvider, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C08D10, void, CinemachineVirtualCameraBase_OnValidate, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C08D80, void, CinemachineVirtualCameraBase_OnEnable, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C09150, void, CinemachineVirtualCameraBase_OnDisable, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C091C0, void, CinemachineVirtualCameraBase_Update, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C091D0, void, CinemachineVirtualCameraBase_UpdateSlaveStatus, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C093E0, Transform *, CinemachineVirtualCameraBase_ResolveLookAt, (CinemachineVirtualCameraBase * __this, Transform * localLookAt, MethodInfo * method)); DO_APP_FUNC(0x00C09530, Transform *, CinemachineVirtualCameraBase_ResolveFollow, (CinemachineVirtualCameraBase * __this, Transform * localFollow, MethodInfo * method)); DO_APP_FUNC(0x00C09680, void, CinemachineVirtualCameraBase_UpdateVcamPoolStatus, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C09910, void, CinemachineVirtualCameraBase_MoveToTopOfPrioritySubqueue, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C09920, void, CinemachineVirtualCameraBase_OnTargetObjectWarped, (CinemachineVirtualCameraBase * __this, Transform * target, Vector3 positionDelta, MethodInfo * method)); DO_APP_FUNC(0x00C09A10, void, CinemachineVirtualCameraBase_ForceCameraPosition, (CinemachineVirtualCameraBase * __this, Vector3 pos, Quaternion rot, MethodInfo * method)); DO_APP_FUNC(0x00C09B20, CinemachineBlend *, CinemachineVirtualCameraBase_CreateBlend, (CinemachineVirtualCameraBase * __this, ICinemachineCamera * camA, ICinemachineCamera * camB, CinemachineBlendDefinition blendDef, CinemachineBlend * activeBlend, MethodInfo * method)); DO_APP_FUNC(0x00C09E90, CameraState, CinemachineVirtualCameraBase_PullStateFromVirtualCamera, (CinemachineVirtualCameraBase * __this, Vector3 worldUp, LensSettings * lens, MethodInfo * method)); DO_APP_FUNC(0x00C0A1F0, void, CinemachineVirtualCameraBase_InvalidateCachedTargets, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00977540, bool, CinemachineVirtualCameraBase_get_FollowTargetChanged, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00977550, void, CinemachineVirtualCameraBase_set_FollowTargetChanged, (CinemachineVirtualCameraBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C0A3F0, bool, CinemachineVirtualCameraBase_get_LookAtTargetChanged, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C0A400, void, CinemachineVirtualCameraBase_set_LookAtTargetChanged, (CinemachineVirtualCameraBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C0A410, void, CinemachineVirtualCameraBase_UpdateTargetCache, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, ICinemachineTargetGroup *, CinemachineVirtualCameraBase_get_AbstractFollowTargetGroup, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7010, CinemachineVirtualCameraBase *, CinemachineVirtualCameraBase_get_FollowTargetAsVcam, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90540, ICinemachineTargetGroup *, CinemachineVirtualCameraBase_get_AbstractLookAtTargetGroup, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7040, CinemachineVirtualCameraBase *, CinemachineVirtualCameraBase_get_LookAtTargetAsVcam, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C0AB60, void, CinemachineVirtualCameraBase_UnityEngine_ISerializationCallbackReceiver_OnBeforeSerialize, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C0AB80, void, CinemachineVirtualCameraBase_UnityEngine_ISerializationCallbackReceiver_OnAfterDeserialize, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineVirtualCameraBase_LegacyUpgrade, (CinemachineVirtualCameraBase * __this, int32_t streamedVersion, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineVirtualCameraBase_OnBeforeSerialize, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C0AC30, void, CinemachineVirtualCameraBase__ctor, (CinemachineVirtualCameraBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C0AD80, void, CinemachineVirtualCameraBase_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineVirtualCameraBase_c__ctor, (CinemachineVirtualCameraBase_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00C0AE30, bool, CinemachineVirtualCameraBase_c__RequiresUserInput_b__66_0, (CinemachineVirtualCameraBase_c * __this, CinemachineExtension * extension, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97E50, CinemachineVirtualCameraBase_c__RequiresUserInput_b__66_0__MethodInfo); DO_APP_FUNC(0x00C0AF40, void, ConfinerOven__ctor, (ConfinerOven * __this, List_1_List_1_UnityEngine_Vector2_ * * inputPath, float * aspectRatio, float maxFrustumHeight, MethodInfo * method)); DO_APP_FUNC(0x00C0B060, ConfinerOven_BakedSolution *, ConfinerOven_GetBakedSolution, (ConfinerOven * __this, float frustumHeight, MethodInfo * method)); DO_APP_FUNC(0x003C5400, ConfinerOven_BakingState__Enum, ConfinerOven_get_State, (ConfinerOven * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5410, void, ConfinerOven_set_State, (ConfinerOven * __this, ConfinerOven_BakingState__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00C0B430, void, ConfinerOven_Initialize, (ConfinerOven * __this, List_1_List_1_UnityEngine_Vector2_ * * inputPath, float * aspectRatio, float maxFrustumHeight, MethodInfo * method)); DO_APP_FUNC(0x00C0BCC0, void, ConfinerOven_BakeConfiner, (ConfinerOven * __this, float maxComputationTimePerFrameInSeconds, MethodInfo * method)); DO_APP_FUNC(0x00C0C240, Rect, ConfinerOven_GetPolygonBoundingBox, (List_1_List_1_UnityEngine_Vector2_ * * polygons, MethodInfo * method)); DO_APP_FUNC(0x00C0C420, void, ConfinerOven_ComputeSkeleton, (ConfinerOven * __this, List_1_Cinemachine_ConfinerOven_PolygonSolution_ * * solutions, MethodInfo * method)); DO_APP_FUNC(0x003BA3C0, float, ConfinerOven_BakedSolution_get_FrustumHeight, (ConfinerOven_BakedSolution * __this, MethodInfo * method)); DO_APP_FUNC(0x00C0C940, void, ConfinerOven_BakedSolution__ctor, (ConfinerOven_BakedSolution * __this, float aspectRatio, float frustumHeight, bool hasBones, Rect polygonBounds, List_1_List_1_Cinemachine_ClipperLib_IntPoint_ * originalPolygon, List_1_List_1_Cinemachine_ClipperLib_IntPoint_ * solution, MethodInfo * method)); DO_APP_FUNC(0x00C0CA90, void, ConfinerOven_BakedSolution_Clear, (ConfinerOven_BakedSolution * __this, MethodInfo * method)); DO_APP_FUNC(0x00C0CB40, bool, ConfinerOven_BakedSolution_IsValid, (ConfinerOven_BakedSolution * __this, float frustumHeight, MethodInfo * method)); DO_APP_FUNC(0x00C0CB70, Vector2, ConfinerOven_BakedSolution_ConfinePoint, (ConfinerOven_BakedSolution * __this, Vector2 * pointToConfine, MethodInfo * method)); DO_APP_FUNC(0x00C0D1F0, bool, ConfinerOven_BakedSolution_IsInsideOriginal, (ConfinerOven_BakedSolution * __this, ClipperLib_IntPoint p, MethodInfo * method)); DO_APP_FUNC(0x00C0D2D0, float, ConfinerOven_BakedSolution_ClosestPointOnSegment, (ClipperLib_IntPoint p, ClipperLib_IntPoint s0, ClipperLib_IntPoint s1, MethodInfo * method)); DO_APP_FUNC(0x00C0D360, ClipperLib_IntPoint, ConfinerOven_BakedSolution_IntPointLerp, (ClipperLib_IntPoint a, ClipperLib_IntPoint b, float lerp, MethodInfo * method)); DO_APP_FUNC(0x00C0D400, bool, ConfinerOven_BakedSolution_DoesIntersectOriginal, (ConfinerOven_BakedSolution * __this, ClipperLib_IntPoint l1, ClipperLib_IntPoint l2, MethodInfo * method)); DO_APP_FUNC(0x00C0D690, int32_t, ConfinerOven_BakedSolution_FindIntersection, (ClipperLib_IntPoint * p1, ClipperLib_IntPoint * p2, ClipperLib_IntPoint * p3, ClipperLib_IntPoint * p4, MethodInfo * method)); DO_APP_FUNC(0x00C0D8E0, double, ConfinerOven_BakedSolution_IntPointDiffSqrMagnitude, (ClipperLib_IntPoint p1, ClipperLib_IntPoint p2, MethodInfo * method)); DO_APP_FUNC(0x00C0D910, float, ConfinerOven_AspectStretcher_get_Aspect, (ConfinerOven_AspectStretcher * __this, MethodInfo * method)); DO_APP_FUNC(0x00C0D920, void, ConfinerOven_AspectStretcher__ctor, (ConfinerOven_AspectStretcher * __this, float aspect, float centerX, MethodInfo * method)); DO_APP_FUNC(0x00C0D940, Vector2, ConfinerOven_AspectStretcher_Stretch, (ConfinerOven_AspectStretcher * __this, Vector2 p, MethodInfo * method)); DO_APP_FUNC(0x00C0D970, Vector2, ConfinerOven_AspectStretcher_Unstretch, (ConfinerOven_AspectStretcher * __this, Vector2 p, MethodInfo * method)); DO_APP_FUNC(0x00C0D9A0, bool, ConfinerOven_PolygonSolution_StateChanged, (ConfinerOven_PolygonSolution * __this, List_1_List_1_Cinemachine_ClipperLib_IntPoint_ * * paths, MethodInfo * method)); DO_APP_FUNC(0x00ADB710, bool, ConfinerOven_PolygonSolution_get_IsEmpty, (ConfinerOven_PolygonSolution * __this, MethodInfo * method)); DO_APP_FUNC(0x00C0DAB0, bool, LensSettings_get_Orthographic, (LensSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C0DAD0, void, LensSettings_set_Orthographic, (LensSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C0DAE0, Vector2, LensSettings_get_SensorSize, (LensSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C0DB00, void, LensSettings_set_SensorSize, (LensSettings * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x00C0DB10, float, LensSettings_get_Aspect, (LensSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C0DBA0, bool, LensSettings_get_IsPhysicalCamera, (LensSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C0DBC0, void, LensSettings_set_IsPhysicalCamera, (LensSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C0DBD0, LensSettings, LensSettings_FromCamera, (Camera * fromCamera, MethodInfo * method)); DO_APP_FUNC(0x00C0DF20, void, LensSettings_SnapshotCameraReadOnlyProperties, (LensSettings * __this, Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x00C0E410, void, LensSettings_SnapshotCameraReadOnlyProperties_1, (LensSettings * __this, LensSettings * lens, MethodInfo * method)); DO_APP_FUNC(0x00C0E520, void, LensSettings__ctor, (LensSettings * __this, float verticalFOV, float orthographicSize, float nearClip, float farClip, float dutch, MethodInfo * method)); DO_APP_FUNC(0x00C0E570, LensSettings, LensSettings_Lerp, (LensSettings lensA, LensSettings lensB, float t, MethodInfo * method)); DO_APP_FUNC(0x00C0E770, void, LensSettings_Validate, (LensSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C0E7E0, void, LensSettings__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C0E860, Vector3, NoiseSettings_GetCombinedFilterResults, (NoiseSettings_TransformNoiseParams__Array * noiseParams, float time, Vector3 timeOffsets, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, NoiseSettings_get_SignalDuration, (NoiseSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C0E9E0, void, NoiseSettings_GetSignal, (NoiseSettings * __this, float timeSinceSignalStart, Vector3 * pos, Quaternion * rot, MethodInfo * method)); DO_APP_FUNC(0x00C0EB80, void, NoiseSettings__ctor, (NoiseSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C0EC90, float, NoiseSettings_NoiseParams_GetValueAt, (NoiseSettings_NoiseParams * __this, float time, float timeOffset, MethodInfo * method)); DO_APP_FUNC(0x00C0ED40, Vector3, NoiseSettings_TransformNoiseParams_GetValueAt, (NoiseSettings_TransformNoiseParams * __this, float time, Vector3 timeOffsets, MethodInfo * method)); DO_APP_FUNC(0x00C0EDE0, void, RuntimeUtility_DestroyObject, (Object_1 * obj, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, RuntimeUtility_IsPrefab, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x00C0EF00, bool, RuntimeUtility_RaycastIgnoreTag, (Ray ray, RaycastHit * hitInfo, float rayLength, int32_t layerMask, String * * ignoreTag, MethodInfo * method)); DO_APP_FUNC(0x00C0F280, bool, RuntimeUtility_SphereCastIgnoreTag, (Vector3 rayStart, float radius, Vector3 dir, RaycastHit * hitInfo, float rayLength, int32_t layerMask, String * * ignoreTag, MethodInfo * method)); DO_APP_FUNC(0x00C0FD30, SphereCollider *, RuntimeUtility_GetScratchCollider, (MethodInfo * method)); DO_APP_FUNC(0x00C10300, void, RuntimeUtility_DestroyScratchCollider, (MethodInfo * method)); DO_APP_FUNC(0x00C10620, AnimationCurve *, RuntimeUtility_NormalizeCurve, (AnimationCurve * curve, bool normalizeX, bool normalizeY, MethodInfo * method)); DO_APP_FUNC(0x00C10890, void, RuntimeUtility__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, SignalSourceAsset__ctor, (SignalSourceAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00C109E0, TargetPositionCache_Mode__Enum, TargetPositionCache_get_CacheMode, (MethodInfo * method)); DO_APP_FUNC(0x00C10A20, void, TargetPositionCache_set_CacheMode, (TargetPositionCache_Mode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00C10A90, bool, TargetPositionCache_get_IsRecording, (MethodInfo * method)); DO_APP_FUNC(0x00C10AE0, bool, TargetPositionCache_get_CurrentPlaybackTimeValid, (MethodInfo * method)); DO_APP_FUNC(0x00C10B70, bool, TargetPositionCache_get_IsEmpty, (MethodInfo * method)); DO_APP_FUNC(0x00C10BC0, TargetPositionCache_TimeRange, TargetPositionCache_get_CacheTimeRange, (MethodInfo * method)); DO_APP_FUNC(0x00C10C10, bool, TargetPositionCache_get_HasCurrentTime, (MethodInfo * method)); DO_APP_FUNC(0x00C10C70, void, TargetPositionCache_ClearCache, (MethodInfo * method)); DO_APP_FUNC(0x00C10E00, void, TargetPositionCache_CreatePlaybackCurves, (MethodInfo * method)); DO_APP_FUNC(0x00C11060, Vector3, TargetPositionCache_GetTargetPosition, (Transform * target, MethodInfo * method)); DO_APP_FUNC(0x00C11520, Quaternion, TargetPositionCache_GetTargetRotation, (Transform * target, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TargetPositionCache__ctor, (TargetPositionCache * __this, MethodInfo * method)); DO_APP_FUNC(0x00C119B0, int32_t, TargetPositionCache_CacheCurve_get_Count, (TargetPositionCache_CacheCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x00C11A00, void, TargetPositionCache_CacheCurve__ctor, (TargetPositionCache_CacheCurve * __this, float startTime, float endTime, float stepSize, MethodInfo * method)); DO_APP_FUNC(0x00C11C70, void, TargetPositionCache_CacheCurve_Add, (TargetPositionCache_CacheCurve * __this, TargetPositionCache_CacheCurve_Item item, MethodInfo * method)); DO_APP_FUNC(0x00C11D50, void, TargetPositionCache_CacheCurve_AddUntil, (TargetPositionCache_CacheCurve * __this, TargetPositionCache_CacheCurve_Item item, float time, bool isCut, MethodInfo * method)); DO_APP_FUNC(0x00C12050, TargetPositionCache_CacheCurve_Item, TargetPositionCache_CacheCurve_Evaluate, (TargetPositionCache_CacheCurve * __this, float time, MethodInfo * method)); DO_APP_FUNC(0x00C122B0, TargetPositionCache_CacheCurve_Item, TargetPositionCache_CacheCurve_Item_Lerp, (TargetPositionCache_CacheCurve_Item a, TargetPositionCache_CacheCurve_Item b, float t, MethodInfo * method)); DO_APP_FUNC(0x00C12410, TargetPositionCache_CacheCurve_Item, TargetPositionCache_CacheCurve_Item_get_Empty, (MethodInfo * method)); DO_APP_FUNC(0x00C12470, void, TargetPositionCache_CacheEntry_AddRawItem, (TargetPositionCache_CacheEntry * __this, float time, bool isCut, Transform * target, MethodInfo * method)); DO_APP_FUNC(0x00C128B0, void, TargetPositionCache_CacheEntry_CreateCurves, (TargetPositionCache_CacheEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x00C12C70, void, TargetPositionCache_CacheEntry__ctor, (TargetPositionCache_CacheEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x00C12DF0, bool, TargetPositionCache_TimeRange_get_IsEmpty, (TargetPositionCache_TimeRange * __this, MethodInfo * method)); DO_APP_FUNC(0x00C12E00, bool, TargetPositionCache_TimeRange_Contains, (TargetPositionCache_TimeRange * __this, float time, MethodInfo * method)); DO_APP_FUNC(0x00C12E20, TargetPositionCache_TimeRange, TargetPositionCache_TimeRange_get_Empty, (MethodInfo * method)); DO_APP_FUNC(0x00C12E40, void, TargetPositionCache_TimeRange_Include, (TargetPositionCache_TimeRange * __this, float time, MethodInfo * method)); DO_APP_FUNC(0x00C12E60, void, UpdateTracker_InitializeModule, (MethodInfo * method)); DO_APP_FUNC(0x00C12EE0, void, UpdateTracker_UpdateTargets, (UpdateTracker_UpdateClock__Enum currentClock, MethodInfo * method)); DO_APP_FUNC(0x00C13420, UpdateTracker_UpdateClock__Enum, UpdateTracker_GetPreferredUpdate, (Transform * target, MethodInfo * method)); DO_APP_FUNC(0x00C137A0, void, UpdateTracker_OnUpdate, (UpdateTracker_UpdateClock__Enum currentClock, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UpdateTracker__ctor, (UpdateTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x00C13860, void, UpdateTracker__cctor, (MethodInfo * method)); DO_APP_FUNC(0x007661F0, UpdateTracker_UpdateClock__Enum, UpdateTracker_UpdateStatus_get_PreferredUpdate, (UpdateTracker_UpdateStatus * __this, MethodInfo * method)); DO_APP_FUNC(0x00C13A20, void, UpdateTracker_UpdateStatus_set_PreferredUpdate, (UpdateTracker_UpdateStatus * __this, UpdateTracker_UpdateClock__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00C13A30, void, UpdateTracker_UpdateStatus__ctor, (UpdateTracker_UpdateStatus * __this, int32_t currentFrame, Matrix4x4 pos, MethodInfo * method)); DO_APP_FUNC(0x00C13AC0, void, UpdateTracker_UpdateStatus_OnUpdate, (UpdateTracker_UpdateStatus * __this, int32_t currentFrame, UpdateTracker_UpdateClock__Enum currentClock, Matrix4x4 pos, MethodInfo * method)); DO_APP_FUNC(0x00C13BD0, float, CinemachineInputProvider_GetAxisValue, (CinemachineInputProvider * __this, int32_t axis, MethodInfo * method)); DO_APP_FUNC(0x00C13CF0, InputAction_1 *, CinemachineInputProvider_ResolveForPlayer, (CinemachineInputProvider * __this, int32_t axis, InputActionReference * actionRef, MethodInfo * method)); DO_APP_FUNC(0x00C14660, void, CinemachineInputProvider_OnDisable, (CinemachineInputProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x00C146C0, void, CinemachineInputProvider__ctor, (CinemachineInputProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x00C14710, InputAction_1 *, CinemachineInputProvider__ResolveForPlayer_g__GetFirstMatch_7_0, (InputUser * user, InputActionReference * aRef, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineInputProvider_c_DisplayClass7_0__ctor, (CinemachineInputProvider_c_DisplayClass7_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C148A0, bool, CinemachineInputProvider_c_DisplayClass7_0__ResolveForPlayer_b__1, (CinemachineInputProvider_c_DisplayClass7_0 * __this, InputAction_1 * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97BF0, CinemachineInputProvider_c_DisplayClass7_0__ResolveForPlayer_b__1__MethodInfo); DO_APP_FUNC(0x00C14B60, bool, CinemachineTriggerAction_Filter, (CinemachineTriggerAction * __this, GameObject * other, MethodInfo * method)); DO_APP_FUNC(0x00C14C80, void, CinemachineTriggerAction_InternalDoTriggerEnter, (CinemachineTriggerAction * __this, GameObject * other, MethodInfo * method)); DO_APP_FUNC(0x00C14E10, void, CinemachineTriggerAction_InternalDoTriggerExit, (CinemachineTriggerAction * __this, GameObject * other, MethodInfo * method)); DO_APP_FUNC(0x00C14EF0, void, CinemachineTriggerAction_OnTriggerEnter, (CinemachineTriggerAction * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x00C14F70, void, CinemachineTriggerAction_OnTriggerExit, (CinemachineTriggerAction * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x00C14FF0, void, CinemachineTriggerAction_OnCollisionEnter, (CinemachineTriggerAction * __this, Collision * other, MethodInfo * method)); DO_APP_FUNC(0x00C15030, void, CinemachineTriggerAction_OnCollisionExit, (CinemachineTriggerAction * __this, Collision * other, MethodInfo * method)); DO_APP_FUNC(0x00C14EF0, void, CinemachineTriggerAction_OnTriggerEnter2D, (CinemachineTriggerAction * __this, Collider2D * other, MethodInfo * method)); DO_APP_FUNC(0x00C14F70, void, CinemachineTriggerAction_OnTriggerExit2D, (CinemachineTriggerAction * __this, Collider2D * other, MethodInfo * method)); DO_APP_FUNC(0x00C15070, void, CinemachineTriggerAction_OnCollisionEnter2D, (CinemachineTriggerAction * __this, Collision2D * other, MethodInfo * method)); DO_APP_FUNC(0x00C150B0, void, CinemachineTriggerAction_OnCollisionExit2D, (CinemachineTriggerAction * __this, Collision2D * other, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineTriggerAction_OnEnable, (CinemachineTriggerAction * __this, MethodInfo * method)); DO_APP_FUNC(0x00C150F0, void, CinemachineTriggerAction__ctor, (CinemachineTriggerAction * __this, MethodInfo * method)); DO_APP_FUNC(0x00C15400, void, CinemachineTriggerAction_ActionSettings__ctor, (CinemachineTriggerAction_ActionSettings * __this, CinemachineTriggerAction_ActionSettings_Mode__Enum action, MethodInfo * method)); DO_APP_FUNC(0x00C15590, void, CinemachineTriggerAction_ActionSettings_Invoke, (CinemachineTriggerAction_ActionSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, CinemachineTriggerAction_ActionSettings_TriggerEvent__ctor, (CinemachineTriggerAction_ActionSettings_TriggerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00C161B0, void, GroupWeightManipulator_Start, (GroupWeightManipulator * __this, MethodInfo * method)); DO_APP_FUNC(0x00C16240, void, GroupWeightManipulator_OnValidate, (GroupWeightManipulator * __this, MethodInfo * method)); DO_APP_FUNC(0x00C162B0, void, GroupWeightManipulator_Update, (GroupWeightManipulator * __this, MethodInfo * method)); DO_APP_FUNC(0x00C16480, void, GroupWeightManipulator_UpdateWeights, (GroupWeightManipulator * __this, MethodInfo * method)); DO_APP_FUNC(0x00C16550, void, GroupWeightManipulator__ctor, (GroupWeightManipulator * __this, MethodInfo * method)); DO_APP_FUNC(0x00C165D0, void, CinemachineCollisionImpulseSource_Start, (CinemachineCollisionImpulseSource * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineCollisionImpulseSource_OnEnable, (CinemachineCollisionImpulseSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00C166F0, void, CinemachineCollisionImpulseSource_OnCollisionEnter, (CinemachineCollisionImpulseSource * __this, Collision * c, MethodInfo * method)); DO_APP_FUNC(0x00C16730, void, CinemachineCollisionImpulseSource_OnTriggerEnter, (CinemachineCollisionImpulseSource * __this, Collider * c, MethodInfo * method)); DO_APP_FUNC(0x00C167A0, float, CinemachineCollisionImpulseSource_GetMassAndVelocity, (CinemachineCollisionImpulseSource * __this, Collider * other, Vector3 * vel, MethodInfo * method)); DO_APP_FUNC(0x00C16D40, void, CinemachineCollisionImpulseSource_GenerateImpactEvent, (CinemachineCollisionImpulseSource * __this, Collider * other, Vector3 vel, MethodInfo * method)); DO_APP_FUNC(0x00C170F0, void, CinemachineCollisionImpulseSource_OnCollisionEnter2D, (CinemachineCollisionImpulseSource * __this, Collision2D * c, MethodInfo * method)); DO_APP_FUNC(0x00C17150, void, CinemachineCollisionImpulseSource_OnTriggerEnter2D, (CinemachineCollisionImpulseSource * __this, Collider2D * c, MethodInfo * method)); DO_APP_FUNC(0x00C171C0, float, CinemachineCollisionImpulseSource_GetMassAndVelocity2D, (CinemachineCollisionImpulseSource * __this, Collider2D * other2d, Vector3 * vel, MethodInfo * method)); DO_APP_FUNC(0x00C176C0, void, CinemachineCollisionImpulseSource_GenerateImpactEvent2D, (CinemachineCollisionImpulseSource * __this, Collider2D * other2d, Vector3 vel, MethodInfo * method)); DO_APP_FUNC(0x00C17A70, void, CinemachineCollisionImpulseSource__ctor, (CinemachineCollisionImpulseSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00C17C40, float, CinemachineFixedSignal_get_SignalDuration, (CinemachineFixedSignal * __this, MethodInfo * method)); DO_APP_FUNC(0x00C17CA0, float, CinemachineFixedSignal_AxisDuration, (CinemachineFixedSignal * __this, AnimationCurve * axis, MethodInfo * method)); DO_APP_FUNC(0x00C17DA0, void, CinemachineFixedSignal_GetSignal, (CinemachineFixedSignal * __this, float timeSinceSignalStart, Vector3 * pos, Quaternion * rot, MethodInfo * method)); DO_APP_FUNC(0x00C17F80, float, CinemachineFixedSignal_AxisValue, (CinemachineFixedSignal * __this, AnimationCurve * axis, float time, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, CinemachineFixedSignal__ctor, (CinemachineFixedSignal * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineImpulseDefinitionPropertyAttribute__ctor, (CinemachineImpulseDefinitionPropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00C18000, void, CinemachineImpulseDefinition_OnValidate, (CinemachineImpulseDefinition * __this, MethodInfo * method)); DO_APP_FUNC(0x00C180F0, void, CinemachineImpulseDefinition_CreateStandardShapes, (MethodInfo * method)); DO_APP_FUNC(0x00C18D50, AnimationCurve *, CinemachineImpulseDefinition_GetStandardCurve, (CinemachineImpulseDefinition_ImpulseShapes__Enum shape, MethodInfo * method)); DO_APP_FUNC(0x00C18DD0, AnimationCurve *, CinemachineImpulseDefinition_get_ImpulseCurve, (CinemachineImpulseDefinition * __this, MethodInfo * method)); DO_APP_FUNC(0x00C18EE0, void, CinemachineImpulseDefinition_CreateEvent, (CinemachineImpulseDefinition * __this, Vector3 position, Vector3 velocity, MethodInfo * method)); DO_APP_FUNC(0x00C18F20, CinemachineImpulseManager_ImpulseEvent *, CinemachineImpulseDefinition_CreateAndReturnEvent, (CinemachineImpulseDefinition * __this, Vector3 position, Vector3 velocity, MethodInfo * method)); DO_APP_FUNC(0x00C19190, CinemachineImpulseManager_ImpulseEvent *, CinemachineImpulseDefinition_LegacyCreateAndReturnEvent, (CinemachineImpulseDefinition * __this, Vector3 position, Vector3 velocity, MethodInfo * method)); DO_APP_FUNC(0x00C195B0, void, CinemachineImpulseDefinition__ctor, (CinemachineImpulseDefinition * __this, MethodInfo * method)); DO_APP_FUNC(0x00C19850, void, CinemachineImpulseDefinition_SignalSource__ctor, (CinemachineImpulseDefinition_SignalSource * __this, CinemachineImpulseDefinition * def, Vector3 velocity, MethodInfo * method)); DO_APP_FUNC(0x00C198C0, float, CinemachineImpulseDefinition_SignalSource_get_SignalDuration, (CinemachineImpulseDefinition_SignalSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00C198E0, void, CinemachineImpulseDefinition_SignalSource_GetSignal, (CinemachineImpulseDefinition_SignalSource * __this, float timeSinceSignalStart, Vector3 * pos, Quaternion * rot, MethodInfo * method)); DO_APP_FUNC(0x00C19B10, void, CinemachineImpulseDefinition_LegacySignalSource__ctor, (CinemachineImpulseDefinition_LegacySignalSource * __this, CinemachineImpulseDefinition * def, Vector3 velocity, MethodInfo * method)); DO_APP_FUNC(0x00C19BD0, float, CinemachineImpulseDefinition_LegacySignalSource_get_SignalDuration, (CinemachineImpulseDefinition_LegacySignalSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00C19C10, void, CinemachineImpulseDefinition_LegacySignalSource_GetSignal, (CinemachineImpulseDefinition_LegacySignalSource * __this, float timeSinceSignalStart, Vector3 * pos, Quaternion * rot, MethodInfo * method)); DO_APP_FUNC(0x00C1A0D0, void, CinemachineImpulseListener_Reset, (CinemachineImpulseListener * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1A190, void, CinemachineImpulseListener_PostPipelineStageCallback, (CinemachineImpulseListener * __this, CinemachineVirtualCameraBase * vcam, CinemachineCore_Stage__Enum stage, CameraState * state, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00C1A750, void, CinemachineImpulseListener__ctor, (CinemachineImpulseListener * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1A7A0, void, CinemachineImpulseListener_ImpulseReaction_ReSeed, (CinemachineImpulseListener_ImpulseReaction * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1A8D0, bool, CinemachineImpulseListener_ImpulseReaction_GetReaction, (CinemachineImpulseListener_ImpulseReaction * __this, float deltaTime, Vector3 impulsePos, Vector3 * pos, Quaternion * rot, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineImpulseEnvelopePropertyAttribute__ctor, (CinemachineImpulseEnvelopePropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineImpulseChannelPropertyAttribute__ctor, (CinemachineImpulseChannelPropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineImpulseManager__ctor, (CinemachineImpulseManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1AEA0, CinemachineImpulseManager *, CinemachineImpulseManager_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x00C1AF60, void, CinemachineImpulseManager_InitializeModule, (MethodInfo * method)); DO_APP_FUNC(0x00C1B0A0, float, CinemachineImpulseManager_EvaluateDissipationScale, (float spread, float normalizedDistance, MethodInfo * method)); DO_APP_FUNC(0x00C1B1A0, bool, CinemachineImpulseManager_GetImpulseAt, (CinemachineImpulseManager * __this, Vector3 listenerLocation, bool distance2D, int32_t channelMask, Vector3 * pos, Quaternion * rot, MethodInfo * method)); DO_APP_FUNC(0x00C1B6E0, float, CinemachineImpulseManager_get_CurrentTime, (CinemachineImpulseManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1B780, CinemachineImpulseManager_ImpulseEvent *, CinemachineImpulseManager_NewImpulseEvent, (CinemachineImpulseManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1B880, void, CinemachineImpulseManager_AddImpulseEvent, (CinemachineImpulseManager * __this, CinemachineImpulseManager_ImpulseEvent * e, MethodInfo * method)); DO_APP_FUNC(0x00C1B990, void, CinemachineImpulseManager_Clear, (CinemachineImpulseManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1BA90, CinemachineImpulseManager_EnvelopeDefinition, CinemachineImpulseManager_EnvelopeDefinition_Default, (MethodInfo * method)); DO_APP_FUNC(0x00C1BAB0, float, CinemachineImpulseManager_EnvelopeDefinition_get_Duration, (CinemachineImpulseManager_EnvelopeDefinition * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1BAD0, float, CinemachineImpulseManager_EnvelopeDefinition_GetValueAt, (CinemachineImpulseManager_EnvelopeDefinition * __this, float offset, MethodInfo * method)); DO_APP_FUNC(0x00C1BC20, void, CinemachineImpulseManager_EnvelopeDefinition_ChangeStopTime, (CinemachineImpulseManager_EnvelopeDefinition * __this, float offset, bool forceNoDecay, MethodInfo * method)); DO_APP_FUNC(0x00C1BC50, void, CinemachineImpulseManager_EnvelopeDefinition_Clear, (CinemachineImpulseManager_EnvelopeDefinition * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1BD10, void, CinemachineImpulseManager_EnvelopeDefinition_Validate, (CinemachineImpulseManager_EnvelopeDefinition * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1BD40, bool, CinemachineImpulseManager_ImpulseEvent_get_Expired, (CinemachineImpulseManager_ImpulseEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1BDF0, void, CinemachineImpulseManager_ImpulseEvent_Cancel, (CinemachineImpulseManager_ImpulseEvent * __this, float time, bool forceNoDecay, MethodInfo * method)); DO_APP_FUNC(0x00C1BE30, float, CinemachineImpulseManager_ImpulseEvent_DistanceDecay, (CinemachineImpulseManager_ImpulseEvent * __this, float distance, MethodInfo * method)); DO_APP_FUNC(0x00C1BFA0, bool, CinemachineImpulseManager_ImpulseEvent_GetDecayedSignal, (CinemachineImpulseManager_ImpulseEvent * __this, Vector3 listenerPosition, bool use2D, Vector3 * pos, Quaternion * rot, MethodInfo * method)); DO_APP_FUNC(0x00C1C6C0, void, CinemachineImpulseManager_ImpulseEvent_Clear, (CinemachineImpulseManager_ImpulseEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineImpulseManager_ImpulseEvent__ctor, (CinemachineImpulseManager_ImpulseEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1C790, void, CinemachineImpulseSource_OnValidate, (CinemachineImpulseSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1C8A0, void, CinemachineImpulseSource_Reset, (CinemachineImpulseSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1CAA0, void, CinemachineImpulseSource_GenerateImpulseAtPositionWithVelocity, (CinemachineImpulseSource * __this, Vector3 position, Vector3 velocity, MethodInfo * method)); DO_APP_FUNC(0x00C1CAF0, void, CinemachineImpulseSource_GenerateImpulseWithVelocity, (CinemachineImpulseSource * __this, Vector3 velocity, MethodInfo * method)); DO_APP_FUNC(0x00C1CC10, void, CinemachineImpulseSource_GenerateImpulseWithForce, (CinemachineImpulseSource * __this, float force, MethodInfo * method)); DO_APP_FUNC(0x00C1CD50, void, CinemachineImpulseSource_GenerateImpulse, (CinemachineImpulseSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1CAA0, void, CinemachineImpulseSource_GenerateImpulseAt, (CinemachineImpulseSource * __this, Vector3 position, Vector3 velocity, MethodInfo * method)); DO_APP_FUNC(0x00C1CD80, void, CinemachineImpulseSource_GenerateImpulse_1, (CinemachineImpulseSource * __this, Vector3 velocity, MethodInfo * method)); DO_APP_FUNC(0x00C1CC10, void, CinemachineImpulseSource_GenerateImpulse_2, (CinemachineImpulseSource * __this, float force, MethodInfo * method)); DO_APP_FUNC(0x00C1CDB0, void, CinemachineImpulseSource__ctor, (CinemachineImpulseSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1CEE0, void, CinemachineIndependentImpulseListener_Reset, (CinemachineIndependentImpulseListener * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1CF90, void, CinemachineIndependentImpulseListener_OnEnable, (CinemachineIndependentImpulseListener * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1D020, void, CinemachineIndependentImpulseListener_Update, (CinemachineIndependentImpulseListener * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1D490, void, CinemachineIndependentImpulseListener_LateUpdate, (CinemachineIndependentImpulseListener * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, CinemachineIndependentImpulseListener__ctor, (CinemachineIndependentImpulseListener * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1DD90, void, ClipperLib_DoublePoint__ctor, (ClipperLib_DoublePoint * __this, double x, double y, MethodInfo * method)); DO_APP_FUNC(0x00C1DDA0, void, ClipperLib_DoublePoint__ctor_1, (ClipperLib_DoublePoint * __this, ClipperLib_DoublePoint dp, MethodInfo * method)); DO_APP_FUNC(0x00C1DDB0, void, ClipperLib_DoublePoint__ctor_2, (ClipperLib_DoublePoint * __this, ClipperLib_IntPoint ip, MethodInfo * method)); DO_APP_FUNC(0x00C1DDD0, void, ClipperLib_PolyTree_Clear, (ClipperLib_PolyTree * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1DF00, ClipperLib_PolyNode *, ClipperLib_PolyTree_GetFirst, (ClipperLib_PolyTree * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1DF90, int32_t, ClipperLib_PolyTree_get_Total, (ClipperLib_PolyTree * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1E040, void, ClipperLib_PolyTree__ctor, (ClipperLib_PolyTree * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1E110, bool, ClipperLib_PolyNode_IsHoleNode, (ClipperLib_PolyNode * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1E130, int32_t, ClipperLib_PolyNode_get_ChildCount, (ClipperLib_PolyNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, List_1_Cinemachine_ClipperLib_IntPoint_ *, ClipperLib_PolyNode_get_Contour, (ClipperLib_PolyNode * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1E180, void, ClipperLib_PolyNode_AddChild, (ClipperLib_PolyNode * __this, ClipperLib_PolyNode * Child, MethodInfo * method)); DO_APP_FUNC(0x00C1E250, ClipperLib_PolyNode *, ClipperLib_PolyNode_GetNext, (ClipperLib_PolyNode * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1E2F0, ClipperLib_PolyNode *, ClipperLib_PolyNode_GetNextSiblingUp, (ClipperLib_PolyNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, List_1_Cinemachine_ClipperLib_PolyNode_ *, ClipperLib_PolyNode_get_Childs, (ClipperLib_PolyNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, ClipperLib_PolyNode *, ClipperLib_PolyNode_get_Parent, (ClipperLib_PolyNode * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1E110, bool, ClipperLib_PolyNode_get_IsHole, (ClipperLib_PolyNode * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, ClipperLib_PolyNode_get_IsOpen, (ClipperLib_PolyNode * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AE0, void, ClipperLib_PolyNode_set_IsOpen, (ClipperLib_PolyNode * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C1E3B0, void, ClipperLib_PolyNode__ctor, (ClipperLib_PolyNode * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1E510, void, ClipperLib_Int128__ctor, (ClipperLib_Int128 * __this, int64_t _lo, MethodInfo * method)); DO_APP_FUNC(0x00C1E520, void, ClipperLib_Int128__ctor_1, (ClipperLib_Int128 * __this, int64_t _hi, uint64_t _lo, MethodInfo * method)); DO_APP_FUNC(0x00C1DDA0, void, ClipperLib_Int128__ctor_2, (ClipperLib_Int128 * __this, ClipperLib_Int128 val, MethodInfo * method)); DO_APP_FUNC(0x00C1E530, bool, ClipperLib_Int128_IsNegative, (ClipperLib_Int128 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1E540, bool, ClipperLib_Int128_op_Equality, (ClipperLib_Int128 val1, ClipperLib_Int128 val2, MethodInfo * method)); DO_APP_FUNC(0x00C1E600, bool, ClipperLib_Int128_op_Inequality, (ClipperLib_Int128 val1, ClipperLib_Int128 val2, MethodInfo * method)); DO_APP_FUNC(0x00C1E6C0, bool, ClipperLib_Int128_Equals, (ClipperLib_Int128 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00C1E750, int32_t, ClipperLib_Int128_GetHashCode, (ClipperLib_Int128 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1E770, bool, ClipperLib_Int128_op_GreaterThan, (ClipperLib_Int128 val1, ClipperLib_Int128 val2, MethodInfo * method)); DO_APP_FUNC(0x00C1E790, bool, ClipperLib_Int128_op_LessThan, (ClipperLib_Int128 val1, ClipperLib_Int128 val2, MethodInfo * method)); DO_APP_FUNC(0x00C1E7B0, ClipperLib_Int128, ClipperLib_Int128_op_Addition, (ClipperLib_Int128 lhs, ClipperLib_Int128 rhs, MethodInfo * method)); DO_APP_FUNC(0x00C1E7E0, ClipperLib_Int128, ClipperLib_Int128_op_Subtraction, (ClipperLib_Int128 lhs, ClipperLib_Int128 rhs, MethodInfo * method)); DO_APP_FUNC(0x00C1E850, ClipperLib_Int128, ClipperLib_Int128_op_UnaryNegation, (ClipperLib_Int128 val, MethodInfo * method)); DO_APP_FUNC(0x00C1E890, double, ClipperLib_Int128_op_Explicit, (ClipperLib_Int128 val, MethodInfo * method)); DO_APP_FUNC(0x00C1E950, ClipperLib_Int128, ClipperLib_Int128_Int128Mul, (int64_t lhs, int64_t rhs, MethodInfo * method)); DO_APP_FUNC(0x00C1EA20, void, ClipperLib_IntPoint__ctor, (ClipperLib_IntPoint * __this, int64_t X, int64_t Y, MethodInfo * method)); DO_APP_FUNC(0x00C1EA30, void, ClipperLib_IntPoint__ctor_1, (ClipperLib_IntPoint * __this, double x, double y, MethodInfo * method)); DO_APP_FUNC(0x00C1DDA0, void, ClipperLib_IntPoint__ctor_2, (ClipperLib_IntPoint * __this, ClipperLib_IntPoint pt, MethodInfo * method)); DO_APP_FUNC(0x00A6D390, bool, ClipperLib_IntPoint_op_Equality, (ClipperLib_IntPoint a, ClipperLib_IntPoint b, MethodInfo * method)); DO_APP_FUNC(0x00A6D3B0, bool, ClipperLib_IntPoint_op_Inequality, (ClipperLib_IntPoint a, ClipperLib_IntPoint b, MethodInfo * method)); DO_APP_FUNC(0x00C1EA50, bool, ClipperLib_IntPoint_Equals, (ClipperLib_IntPoint * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00C1EAE0, int32_t, ClipperLib_IntPoint_GetHashCode, (ClipperLib_IntPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1EB40, void, ClipperLib_IntRect__ctor, (ClipperLib_IntRect * __this, int64_t l, int64_t t, int64_t r, int64_t b, MethodInfo * method)); DO_APP_FUNC(0x00C1EB60, void, ClipperLib_IntRect__ctor_1, (ClipperLib_IntRect * __this, ClipperLib_IntRect ir, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ClipperLib_TEdge__ctor, (ClipperLib_TEdge * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ClipperLib_IntersectNode__ctor, (ClipperLib_IntersectNode * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1EB80, int32_t, ClipperLib_MyIntersectNodeSort_Compare, (ClipperLib_MyIntersectNodeSort * __this, ClipperLib_IntersectNode * node1, ClipperLib_IntersectNode * node2, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ClipperLib_MyIntersectNodeSort__ctor, (ClipperLib_MyIntersectNodeSort * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ClipperLib_LocalMinima__ctor, (ClipperLib_LocalMinima * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ClipperLib_Scanbeam__ctor, (ClipperLib_Scanbeam * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ClipperLib_Maxima__ctor, (ClipperLib_Maxima * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ClipperLib_OutRec__ctor, (ClipperLib_OutRec * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ClipperLib_OutPt__ctor, (ClipperLib_OutPt * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ClipperLib_Join__ctor, (ClipperLib_Join * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1EBC0, bool, ClipperLib_ClipperBase_near_zero, (double val, MethodInfo * method)); DO_APP_FUNC(0x0060F880, bool, ClipperLib_ClipperBase_get_PreserveCollinear, (ClipperLib_ClipperBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1EBE0, void, ClipperLib_ClipperBase_set_PreserveCollinear, (ClipperLib_ClipperBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C1EBF0, void, ClipperLib_ClipperBase_Swap, (ClipperLib_ClipperBase * __this, int64_t * val1, int64_t * val2, MethodInfo * method)); DO_APP_FUNC(0x00C1EC00, bool, ClipperLib_ClipperBase_IsHorizontal, (ClipperLib_TEdge * e, MethodInfo * method)); DO_APP_FUNC(0x00C1EC20, bool, ClipperLib_ClipperBase_PointIsVertex, (ClipperLib_ClipperBase * __this, ClipperLib_IntPoint pt, ClipperLib_OutPt * pp, MethodInfo * method)); DO_APP_FUNC(0x00C1EC70, bool, ClipperLib_ClipperBase_PointOnLineSegment, (ClipperLib_ClipperBase * __this, ClipperLib_IntPoint pt, ClipperLib_IntPoint linePt1, ClipperLib_IntPoint linePt2, bool UseFullRange, MethodInfo * method)); DO_APP_FUNC(0x00C1EE30, bool, ClipperLib_ClipperBase_PointOnPolygon, (ClipperLib_ClipperBase * __this, ClipperLib_IntPoint pt, ClipperLib_OutPt * pp, bool UseFullRange, MethodInfo * method)); DO_APP_FUNC(0x00C1F030, bool, ClipperLib_ClipperBase_SlopesEqual, (ClipperLib_TEdge * e1, ClipperLib_TEdge * e2, bool UseFullRange, MethodInfo * method)); DO_APP_FUNC(0x00C1F1A0, bool, ClipperLib_ClipperBase_SlopesEqual_1, (ClipperLib_IntPoint pt1, ClipperLib_IntPoint pt2, ClipperLib_IntPoint pt3, bool UseFullRange, MethodInfo * method)); DO_APP_FUNC(0x00C1F2E0, bool, ClipperLib_ClipperBase_SlopesEqual_2, (ClipperLib_IntPoint pt1, ClipperLib_IntPoint pt2, ClipperLib_IntPoint pt3, ClipperLib_IntPoint pt4, bool UseFullRange, MethodInfo * method)); DO_APP_FUNC(0x00C1F430, void, ClipperLib_ClipperBase__ctor, (ClipperLib_ClipperBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1F5A0, void, ClipperLib_ClipperBase_Clear, (ClipperLib_ClipperBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1F8A0, void, ClipperLib_ClipperBase_DisposeLocalMinimaList, (ClipperLib_ClipperBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1F9E0, void, ClipperLib_ClipperBase_RangeTest, (ClipperLib_ClipperBase * __this, ClipperLib_IntPoint Pt, bool * useFullRange, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C994B0, ClipperLib_ClipperBase_RangeTest__MethodInfo); DO_APP_FUNC(0x00C1FAC0, void, ClipperLib_ClipperBase_InitEdge, (ClipperLib_ClipperBase * __this, ClipperLib_TEdge * e, ClipperLib_TEdge * eNext, ClipperLib_TEdge * ePrev, ClipperLib_IntPoint pt, MethodInfo * method)); DO_APP_FUNC(0x00C1FBA0, void, ClipperLib_ClipperBase_InitEdge2, (ClipperLib_ClipperBase * __this, ClipperLib_TEdge * e, ClipperLib_PolyType__Enum polyType, MethodInfo * method)); DO_APP_FUNC(0x00C1FC50, ClipperLib_TEdge *, ClipperLib_ClipperBase_FindNextLocMin, (ClipperLib_ClipperBase * __this, ClipperLib_TEdge * E, MethodInfo * method)); DO_APP_FUNC(0x00C1FD50, ClipperLib_TEdge *, ClipperLib_ClipperBase_ProcessBound, (ClipperLib_ClipperBase * __this, ClipperLib_TEdge * E, bool LeftBoundIsForward, MethodInfo * method)); DO_APP_FUNC(0x00C20420, bool, ClipperLib_ClipperBase_AddPath, (ClipperLib_ClipperBase * __this, List_1_Cinemachine_ClipperLib_IntPoint_ * pg, ClipperLib_PolyType__Enum polyType, bool Closed, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99450, ClipperLib_ClipperBase_AddPath__MethodInfo); DO_APP_FUNC(0x00C21660, bool, ClipperLib_ClipperBase_AddPaths, (ClipperLib_ClipperBase * __this, List_1_List_1_Cinemachine_ClipperLib_IntPoint_ * ppg, ClipperLib_PolyType__Enum polyType, bool closed, MethodInfo * method)); DO_APP_FUNC(0x00C21750, bool, ClipperLib_ClipperBase_Pt2IsBetweenPt1AndPt3, (ClipperLib_ClipperBase * __this, ClipperLib_IntPoint pt1, ClipperLib_IntPoint pt2, ClipperLib_IntPoint pt3, MethodInfo * method)); DO_APP_FUNC(0x00C217C0, ClipperLib_TEdge *, ClipperLib_ClipperBase_RemoveEdge, (ClipperLib_ClipperBase * __this, ClipperLib_TEdge * e, MethodInfo * method)); DO_APP_FUNC(0x00C21910, void, ClipperLib_ClipperBase_SetDx, (ClipperLib_ClipperBase * __this, ClipperLib_TEdge * e, MethodInfo * method)); DO_APP_FUNC(0x00C21970, void, ClipperLib_ClipperBase_InsertLocalMinima, (ClipperLib_ClipperBase * __this, ClipperLib_LocalMinima * newLm, MethodInfo * method)); DO_APP_FUNC(0x00C21B90, bool, ClipperLib_ClipperBase_PopLocalMinima, (ClipperLib_ClipperBase * __this, int64_t Y, ClipperLib_LocalMinima * * current, MethodInfo * method)); DO_APP_FUNC(0x00C21C80, void, ClipperLib_ClipperBase_ReverseHorizontal, (ClipperLib_ClipperBase * __this, ClipperLib_TEdge * e, MethodInfo * method)); DO_APP_FUNC(0x00C21CB0, void, ClipperLib_ClipperBase_Reset, (ClipperLib_ClipperBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C22130, ClipperLib_IntRect, ClipperLib_ClipperBase_GetBounds, (List_1_List_1_Cinemachine_ClipperLib_IntPoint_ * paths, MethodInfo * method)); DO_APP_FUNC(0x00C225B0, void, ClipperLib_ClipperBase_InsertScanbeam, (ClipperLib_ClipperBase * __this, int64_t Y, MethodInfo * method)); DO_APP_FUNC(0x00C228C0, bool, ClipperLib_ClipperBase_PopScanbeam, (ClipperLib_ClipperBase * __this, int64_t * Y, MethodInfo * method)); DO_APP_FUNC(0x00C22950, bool, ClipperLib_ClipperBase_LocalMinimaPending, (ClipperLib_ClipperBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C22960, ClipperLib_OutRec *, ClipperLib_ClipperBase_CreateOutRec, (ClipperLib_ClipperBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C22B90, void, ClipperLib_ClipperBase_DisposeOutRec, (ClipperLib_ClipperBase * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00C22CA0, void, ClipperLib_ClipperBase_UpdateEdgeIntoAEL, (ClipperLib_ClipperBase * __this, ClipperLib_TEdge * * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C993E8, ClipperLib_ClipperBase_UpdateEdgeIntoAEL__MethodInfo); DO_APP_FUNC(0x00C23080, void, ClipperLib_ClipperBase_SwapPositionsInAEL, (ClipperLib_ClipperBase * __this, ClipperLib_TEdge * edge1, ClipperLib_TEdge * edge2, MethodInfo * method)); DO_APP_FUNC(0x00C23340, void, ClipperLib_ClipperBase_DeleteFromAEL, (ClipperLib_ClipperBase * __this, ClipperLib_TEdge * e, MethodInfo * method)); DO_APP_FUNC(0x00C23560, void, ClipperLib_Clipper__ctor, (ClipperLib_Clipper * __this, int32_t InitOptions, MethodInfo * method)); DO_APP_FUNC(0x00C23BC0, void, ClipperLib_Clipper_InsertMaxima, (ClipperLib_Clipper * __this, int64_t X, MethodInfo * method)); DO_APP_FUNC(0x00C23FE0, bool, ClipperLib_Clipper_get_ReverseSolution, (ClipperLib_Clipper * __this, MethodInfo * method)); DO_APP_FUNC(0x00C23FF0, void, ClipperLib_Clipper_set_ReverseSolution, (ClipperLib_Clipper * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C24000, bool, ClipperLib_Clipper_get_StrictlySimple, (ClipperLib_Clipper * __this, MethodInfo * method)); DO_APP_FUNC(0x00C24010, void, ClipperLib_Clipper_set_StrictlySimple, (ClipperLib_Clipper * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C24020, bool, ClipperLib_Clipper_Execute, (ClipperLib_Clipper * __this, ClipperLib_ClipType__Enum clipType, List_1_List_1_Cinemachine_ClipperLib_IntPoint_ * solution, ClipperLib_PolyFillType__Enum FillType, MethodInfo * method)); DO_APP_FUNC(0x00C24040, bool, ClipperLib_Clipper_Execute_1, (ClipperLib_Clipper * __this, ClipperLib_ClipType__Enum clipType, ClipperLib_PolyTree * polytree, ClipperLib_PolyFillType__Enum FillType, MethodInfo * method)); DO_APP_FUNC(0x00C24060, bool, ClipperLib_Clipper_Execute_2, (ClipperLib_Clipper * __this, ClipperLib_ClipType__Enum clipType, List_1_List_1_Cinemachine_ClipperLib_IntPoint_ * solution, ClipperLib_PolyFillType__Enum subjFillType, ClipperLib_PolyFillType__Enum clipFillType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99368, ClipperLib_Clipper_Execute_2__MethodInfo); DO_APP_FUNC(0x00C24210, bool, ClipperLib_Clipper_Execute_3, (ClipperLib_Clipper * __this, ClipperLib_ClipType__Enum clipType, ClipperLib_PolyTree * polytree, ClipperLib_PolyFillType__Enum subjFillType, ClipperLib_PolyFillType__Enum clipFillType, MethodInfo * method)); DO_APP_FUNC(0x00C242F0, void, ClipperLib_Clipper_FixHoleLinkage, (ClipperLib_Clipper * __this, ClipperLib_OutRec * outRec, MethodInfo * method)); DO_APP_FUNC(0x00C24390, bool, ClipperLib_Clipper_ExecuteInternal, (ClipperLib_Clipper * __this, MethodInfo * method)); DO_APP_FUNC(0x00C24A90, void, ClipperLib_Clipper_DisposeAllPolyPts, (ClipperLib_Clipper * __this, MethodInfo * method)); DO_APP_FUNC(0x00C24C50, void, ClipperLib_Clipper_AddJoin, (ClipperLib_Clipper * __this, ClipperLib_OutPt * Op1, ClipperLib_OutPt * Op2, ClipperLib_IntPoint OffPt, MethodInfo * method)); DO_APP_FUNC(0x00C24DA0, void, ClipperLib_Clipper_AddGhostJoin, (ClipperLib_Clipper * __this, ClipperLib_OutPt * Op, ClipperLib_IntPoint OffPt, MethodInfo * method)); DO_APP_FUNC(0x00C24E90, void, ClipperLib_Clipper_InsertLocalMinimaIntoAEL, (ClipperLib_Clipper * __this, int64_t botY, MethodInfo * method)); DO_APP_FUNC(0x00C254D0, void, ClipperLib_Clipper_InsertEdgeIntoAEL, (ClipperLib_Clipper * __this, ClipperLib_TEdge * edge, ClipperLib_TEdge * startEdge, MethodInfo * method)); DO_APP_FUNC(0x00C25890, bool, ClipperLib_Clipper_E2InsertsBeforeE1, (ClipperLib_Clipper * __this, ClipperLib_TEdge * e1, ClipperLib_TEdge * e2, MethodInfo * method)); DO_APP_FUNC(0x00C259A0, bool, ClipperLib_Clipper_IsEvenOddFillType, (ClipperLib_Clipper * __this, ClipperLib_TEdge * edge, MethodInfo * method)); DO_APP_FUNC(0x00C259D0, bool, ClipperLib_Clipper_IsEvenOddAltFillType, (ClipperLib_Clipper * __this, ClipperLib_TEdge * edge, MethodInfo * method)); DO_APP_FUNC(0x00C25A00, bool, ClipperLib_Clipper_IsContributing, (ClipperLib_Clipper * __this, ClipperLib_TEdge * edge, MethodInfo * method)); DO_APP_FUNC(0x00C25BA0, void, ClipperLib_Clipper_SetWindingCount, (ClipperLib_Clipper * __this, ClipperLib_TEdge * edge, MethodInfo * method)); DO_APP_FUNC(0x00C25DE0, void, ClipperLib_Clipper_AddEdgeToSEL, (ClipperLib_Clipper * __this, ClipperLib_TEdge * edge, MethodInfo * method)); DO_APP_FUNC(0x00C260A0, bool, ClipperLib_Clipper_PopEdgeFromSEL, (ClipperLib_Clipper * __this, ClipperLib_TEdge * * e, MethodInfo * method)); DO_APP_FUNC(0x00C262B0, void, ClipperLib_Clipper_CopyAELToSEL, (ClipperLib_Clipper * __this, MethodInfo * method)); DO_APP_FUNC(0x00C263E0, void, ClipperLib_Clipper_SwapPositionsInSEL, (ClipperLib_Clipper * __this, ClipperLib_TEdge * edge1, ClipperLib_TEdge * edge2, MethodInfo * method)); DO_APP_FUNC(0x00C26810, void, ClipperLib_Clipper_AddLocalMaxPoly, (ClipperLib_Clipper * __this, ClipperLib_TEdge * e1, ClipperLib_TEdge * e2, ClipperLib_IntPoint pt, MethodInfo * method)); DO_APP_FUNC(0x00C268D0, ClipperLib_OutPt *, ClipperLib_Clipper_AddLocalMinPoly, (ClipperLib_Clipper * __this, ClipperLib_TEdge * e1, ClipperLib_TEdge * e2, ClipperLib_IntPoint pt, MethodInfo * method)); DO_APP_FUNC(0x00C26B70, ClipperLib_OutPt *, ClipperLib_Clipper_AddOutPt, (ClipperLib_Clipper * __this, ClipperLib_TEdge * e, ClipperLib_IntPoint pt, MethodInfo * method)); DO_APP_FUNC(0x00C26F90, ClipperLib_OutPt *, ClipperLib_Clipper_GetLastOutPt, (ClipperLib_Clipper * __this, ClipperLib_TEdge * e, MethodInfo * method)); DO_APP_FUNC(0x00C27030, void, ClipperLib_Clipper_SwapPoints, (ClipperLib_Clipper * __this, ClipperLib_IntPoint * pt1, ClipperLib_IntPoint * pt2, MethodInfo * method)); DO_APP_FUNC(0x00C27060, bool, ClipperLib_Clipper_HorzSegmentsOverlap, (ClipperLib_Clipper * __this, int64_t seg1a, int64_t seg1b, int64_t seg2a, int64_t seg2b, MethodInfo * method)); DO_APP_FUNC(0x00C270A0, void, ClipperLib_Clipper_SetHoleState, (ClipperLib_Clipper * __this, ClipperLib_TEdge * e, ClipperLib_OutRec * outRec, MethodInfo * method)); DO_APP_FUNC(0x00C27270, double, ClipperLib_Clipper_GetDx, (ClipperLib_Clipper * __this, ClipperLib_IntPoint pt1, ClipperLib_IntPoint pt2, MethodInfo * method)); DO_APP_FUNC(0x00C272B0, bool, ClipperLib_Clipper_FirstIsBottomPt, (ClipperLib_Clipper * __this, ClipperLib_OutPt * btmPt1, ClipperLib_OutPt * btmPt2, MethodInfo * method)); DO_APP_FUNC(0x00C276B0, ClipperLib_OutPt *, ClipperLib_Clipper_GetBottomPt, (ClipperLib_Clipper * __this, ClipperLib_OutPt * pp, MethodInfo * method)); DO_APP_FUNC(0x00C277A0, ClipperLib_OutRec *, ClipperLib_Clipper_GetLowermostRec, (ClipperLib_Clipper * __this, ClipperLib_OutRec * outRec1, ClipperLib_OutRec * outRec2, MethodInfo * method)); DO_APP_FUNC(0x00C27920, bool, ClipperLib_Clipper_OutRec1RightOfOutRec2, (ClipperLib_Clipper * __this, ClipperLib_OutRec * outRec1, ClipperLib_OutRec * outRec2, MethodInfo * method)); DO_APP_FUNC(0x00C27950, ClipperLib_OutRec *, ClipperLib_Clipper_GetOutRec, (ClipperLib_Clipper * __this, int32_t idx, MethodInfo * method)); DO_APP_FUNC(0x00C27A00, void, ClipperLib_Clipper_AppendPolygon, (ClipperLib_Clipper * __this, ClipperLib_TEdge * e1, ClipperLib_TEdge * e2, MethodInfo * method)); DO_APP_FUNC(0x00C28A40, void, ClipperLib_Clipper_ReversePolyPtLinks, (ClipperLib_Clipper * __this, ClipperLib_OutPt * pp, MethodInfo * method)); DO_APP_FUNC(0x00C28B40, void, ClipperLib_Clipper_SwapSides, (ClipperLib_TEdge * edge1, ClipperLib_TEdge * edge2, MethodInfo * method)); DO_APP_FUNC(0x00C28B70, void, ClipperLib_Clipper_SwapPolyIndexes, (ClipperLib_TEdge * edge1, ClipperLib_TEdge * edge2, MethodInfo * method)); DO_APP_FUNC(0x00C28BA0, void, ClipperLib_Clipper_IntersectEdges, (ClipperLib_Clipper * __this, ClipperLib_TEdge * e1, ClipperLib_TEdge * e2, ClipperLib_IntPoint pt, MethodInfo * method)); DO_APP_FUNC(0x00C291B0, void, ClipperLib_Clipper_DeleteFromSEL, (ClipperLib_Clipper * __this, ClipperLib_TEdge * e, MethodInfo * method)); DO_APP_FUNC(0x00C293D0, void, ClipperLib_Clipper_ProcessHorizontals, (ClipperLib_Clipper * __this, MethodInfo * method)); DO_APP_FUNC(0x00C29620, void, ClipperLib_Clipper_GetHorzDirection, (ClipperLib_Clipper * __this, ClipperLib_TEdge * HorzEdge, ClipperLib_Direction__Enum * Dir, int64_t * Left, int64_t * Right, MethodInfo * method)); DO_APP_FUNC(0x00C29680, void, ClipperLib_Clipper_ProcessHorizontal, (ClipperLib_Clipper * __this, ClipperLib_TEdge * horzEdge, MethodInfo * method)); DO_APP_FUNC(0x00C2A0A0, ClipperLib_TEdge *, ClipperLib_Clipper_GetNextInAEL, (ClipperLib_Clipper * __this, ClipperLib_TEdge * e, ClipperLib_Direction__Enum Direction, MethodInfo * method)); DO_APP_FUNC(0x00C2A0D0, bool, ClipperLib_Clipper_IsMinima, (ClipperLib_Clipper * __this, ClipperLib_TEdge * e, MethodInfo * method)); DO_APP_FUNC(0x00C2A110, bool, ClipperLib_Clipper_IsMaxima, (ClipperLib_Clipper * __this, ClipperLib_TEdge * e, double Y, MethodInfo * method)); DO_APP_FUNC(0x00C2A140, bool, ClipperLib_Clipper_IsIntermediate, (ClipperLib_Clipper * __this, ClipperLib_TEdge * e, double Y, MethodInfo * method)); DO_APP_FUNC(0x00C2A180, ClipperLib_TEdge *, ClipperLib_Clipper_GetMaximaPair, (ClipperLib_Clipper * __this, ClipperLib_TEdge * e, MethodInfo * method)); DO_APP_FUNC(0x00C2A200, ClipperLib_TEdge *, ClipperLib_Clipper_GetMaximaPairEx, (ClipperLib_Clipper * __this, ClipperLib_TEdge * e, MethodInfo * method)); DO_APP_FUNC(0x00C2A2C0, bool, ClipperLib_Clipper_ProcessIntersections, (ClipperLib_Clipper * __this, int64_t topY, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99288, ClipperLib_Clipper_ProcessIntersections__MethodInfo); DO_APP_FUNC(0x00C2A550, void, ClipperLib_Clipper_BuildIntersectList, (ClipperLib_Clipper * __this, int64_t topY, MethodInfo * method)); DO_APP_FUNC(0x00C2A920, bool, ClipperLib_Clipper_EdgesAdjacent, (ClipperLib_Clipper * __this, ClipperLib_IntersectNode * inode, MethodInfo * method)); DO_APP_FUNC(0x00C2A960, int32_t, ClipperLib_Clipper_IntersectNodeSort, (ClipperLib_IntersectNode * node1, ClipperLib_IntersectNode * node2, MethodInfo * method)); DO_APP_FUNC(0x00C2A980, bool, ClipperLib_Clipper_FixupIntersectionOrder, (ClipperLib_Clipper * __this, MethodInfo * method)); DO_APP_FUNC(0x00C2AD20, void, ClipperLib_Clipper_ProcessIntersectList, (ClipperLib_Clipper * __this, MethodInfo * method)); DO_APP_FUNC(0x00C2AE70, int64_t, ClipperLib_Clipper_Round, (double value, MethodInfo * method)); DO_APP_FUNC(0x00C2AEA0, int64_t, ClipperLib_Clipper_TopX, (ClipperLib_TEdge * edge, int64_t currentY, MethodInfo * method)); DO_APP_FUNC(0x00C2AF10, void, ClipperLib_Clipper_IntersectPoint, (ClipperLib_Clipper * __this, ClipperLib_TEdge * edge1, ClipperLib_TEdge * edge2, ClipperLib_IntPoint * ip, MethodInfo * method)); DO_APP_FUNC(0x00C2B390, void, ClipperLib_Clipper_ProcessEdgesAtTopOfScanbeam, (ClipperLib_Clipper * __this, int64_t topY, MethodInfo * method)); DO_APP_FUNC(0x00C2B920, void, ClipperLib_Clipper_DoMaxima, (ClipperLib_Clipper * __this, ClipperLib_TEdge * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99210, ClipperLib_Clipper_DoMaxima__MethodInfo); DO_APP_FUNC(0x00C2BB90, void, ClipperLib_Clipper_ReversePaths, (List_1_List_1_Cinemachine_ClipperLib_IntPoint_ * polys, MethodInfo * method)); DO_APP_FUNC(0x00C2BD60, bool, ClipperLib_Clipper_Orientation, (List_1_Cinemachine_ClipperLib_IntPoint_ * poly, MethodInfo * method)); DO_APP_FUNC(0x00C2BD80, int32_t, ClipperLib_Clipper_PointCount, (ClipperLib_Clipper * __this, ClipperLib_OutPt * pts, MethodInfo * method)); DO_APP_FUNC(0x00C2BDB0, void, ClipperLib_Clipper_BuildResult, (ClipperLib_Clipper * __this, List_1_List_1_Cinemachine_ClipperLib_IntPoint_ * polyg, MethodInfo * method)); DO_APP_FUNC(0x00C2BFF0, void, ClipperLib_Clipper_BuildResult2, (ClipperLib_Clipper * __this, ClipperLib_PolyTree * polytree, MethodInfo * method)); DO_APP_FUNC(0x00C2C380, void, ClipperLib_Clipper_FixupOutPolyline, (ClipperLib_Clipper * __this, ClipperLib_OutRec * outrec, MethodInfo * method)); DO_APP_FUNC(0x00C2C490, void, ClipperLib_Clipper_FixupOutPolygon, (ClipperLib_Clipper * __this, ClipperLib_OutRec * outRec, MethodInfo * method)); DO_APP_FUNC(0x00C2C990, ClipperLib_OutPt *, ClipperLib_Clipper_DupOutPt, (ClipperLib_Clipper * __this, ClipperLib_OutPt * outPt, bool InsertAfter, MethodInfo * method)); DO_APP_FUNC(0x00C2CCD0, bool, ClipperLib_Clipper_GetOverlap, (ClipperLib_Clipper * __this, int64_t a1, int64_t a2, int64_t b1, int64_t b2, int64_t * Left, int64_t * Right, MethodInfo * method)); DO_APP_FUNC(0x00C2CDF0, bool, ClipperLib_Clipper_JoinHorz, (ClipperLib_Clipper * __this, ClipperLib_OutPt * op1, ClipperLib_OutPt * op1b, ClipperLib_OutPt * op2, ClipperLib_OutPt * op2b, ClipperLib_IntPoint Pt, bool DiscardLeft, MethodInfo * method)); DO_APP_FUNC(0x00C2D400, bool, ClipperLib_Clipper_JoinPoints, (ClipperLib_Clipper * __this, ClipperLib_Join * j, ClipperLib_OutRec * outRec1, ClipperLib_OutRec * outRec2, MethodInfo * method)); DO_APP_FUNC(0x00C2E7A0, int32_t, ClipperLib_Clipper_PointInPolygon, (ClipperLib_IntPoint pt, List_1_Cinemachine_ClipperLib_IntPoint_ * path, MethodInfo * method)); DO_APP_FUNC(0x00C2E9D0, int32_t, ClipperLib_Clipper_PointInPolygon_1, (ClipperLib_IntPoint pt, ClipperLib_OutPt * op, MethodInfo * method)); DO_APP_FUNC(0x00C2EB20, bool, ClipperLib_Clipper_Poly2ContainsPoly1, (ClipperLib_OutPt * outPt1, ClipperLib_OutPt * outPt2, MethodInfo * method)); DO_APP_FUNC(0x00C2ECB0, void, ClipperLib_Clipper_FixupFirstLefts1, (ClipperLib_Clipper * __this, ClipperLib_OutRec * OldOutRec, ClipperLib_OutRec * NewOutRec, MethodInfo * method)); DO_APP_FUNC(0x00C2EE70, void, ClipperLib_Clipper_FixupFirstLefts2, (ClipperLib_Clipper * __this, ClipperLib_OutRec * innerOutRec, ClipperLib_OutRec * outerOutRec, MethodInfo * method)); DO_APP_FUNC(0x00C2F0C0, void, ClipperLib_Clipper_FixupFirstLefts3, (ClipperLib_Clipper * __this, ClipperLib_OutRec * OldOutRec, ClipperLib_OutRec * NewOutRec, MethodInfo * method)); DO_APP_FUNC(0x00C2F260, ClipperLib_OutRec *, ClipperLib_Clipper_ParseFirstLeft, (ClipperLib_OutRec * FirstLeft, MethodInfo * method)); DO_APP_FUNC(0x00C2F280, void, ClipperLib_Clipper_JoinCommonEdges, (ClipperLib_Clipper * __this, MethodInfo * method)); DO_APP_FUNC(0x00C2FC10, void, ClipperLib_Clipper_UpdateOutPtIdxs, (ClipperLib_Clipper * __this, ClipperLib_OutRec * outrec, MethodInfo * method)); DO_APP_FUNC(0x00C2FC40, void, ClipperLib_Clipper_DoSimplePolygons, (ClipperLib_Clipper * __this, MethodInfo * method)); DO_APP_FUNC(0x00C2FF40, double, ClipperLib_Clipper_Area, (List_1_Cinemachine_ClipperLib_IntPoint_ * poly, MethodInfo * method)); DO_APP_FUNC(0x00C300E0, double, ClipperLib_Clipper_Area_1, (ClipperLib_Clipper * __this, ClipperLib_OutRec * outRec, MethodInfo * method)); DO_APP_FUNC(0x00C30150, double, ClipperLib_Clipper_Area_2, (ClipperLib_Clipper * __this, ClipperLib_OutPt * op, MethodInfo * method)); DO_APP_FUNC(0x00C301C0, List_1_List_1_Cinemachine_ClipperLib_IntPoint_ *, ClipperLib_Clipper_SimplifyPolygon, (List_1_Cinemachine_ClipperLib_IntPoint_ * poly, ClipperLib_PolyFillType__Enum fillType, MethodInfo * method)); DO_APP_FUNC(0x00C302D0, List_1_List_1_Cinemachine_ClipperLib_IntPoint_ *, ClipperLib_Clipper_SimplifyPolygons, (List_1_List_1_Cinemachine_ClipperLib_IntPoint_ * polys, ClipperLib_PolyFillType__Enum fillType, MethodInfo * method)); DO_APP_FUNC(0x00C303E0, double, ClipperLib_Clipper_DistanceSqrd, (ClipperLib_IntPoint pt1, ClipperLib_IntPoint pt2, MethodInfo * method)); DO_APP_FUNC(0x00C30420, double, ClipperLib_Clipper_DistanceFromLineSqrd, (ClipperLib_IntPoint pt, ClipperLib_IntPoint ln1, ClipperLib_IntPoint ln2, MethodInfo * method)); DO_APP_FUNC(0x00C304A0, bool, ClipperLib_Clipper_SlopesNearCollinear, (ClipperLib_IntPoint pt1, ClipperLib_IntPoint pt2, ClipperLib_IntPoint pt3, double distSqrd, MethodInfo * method)); DO_APP_FUNC(0x00C306D0, bool, ClipperLib_Clipper_PointsAreClose, (ClipperLib_IntPoint pt1, ClipperLib_IntPoint pt2, double distSqrd, MethodInfo * method)); DO_APP_FUNC(0x00C30710, ClipperLib_OutPt *, ClipperLib_Clipper_ExcludeOp, (ClipperLib_OutPt * op, MethodInfo * method)); DO_APP_FUNC(0x00C30800, List_1_Cinemachine_ClipperLib_IntPoint_ *, ClipperLib_Clipper_CleanPolygon, (List_1_Cinemachine_ClipperLib_IntPoint_ * path, double distance, MethodInfo * method)); DO_APP_FUNC(0x00C30E10, List_1_List_1_Cinemachine_ClipperLib_IntPoint_ *, ClipperLib_Clipper_CleanPolygons, (List_1_List_1_Cinemachine_ClipperLib_IntPoint_ * polys, double distance, MethodInfo * method)); DO_APP_FUNC(0x00C30FA0, List_1_List_1_Cinemachine_ClipperLib_IntPoint_ *, ClipperLib_Clipper_Minkowski, (List_1_Cinemachine_ClipperLib_IntPoint_ * pattern, List_1_Cinemachine_ClipperLib_IntPoint_ * path, bool IsSum, bool IsClosed, MethodInfo * method)); DO_APP_FUNC(0x00C31850, List_1_List_1_Cinemachine_ClipperLib_IntPoint_ *, ClipperLib_Clipper_MinkowskiSum, (List_1_Cinemachine_ClipperLib_IntPoint_ * pattern, List_1_Cinemachine_ClipperLib_IntPoint_ * path, bool pathIsClosed, MethodInfo * method)); DO_APP_FUNC(0x00C31930, List_1_Cinemachine_ClipperLib_IntPoint_ *, ClipperLib_Clipper_TranslatePath, (List_1_Cinemachine_ClipperLib_IntPoint_ * path, ClipperLib_IntPoint delta, MethodInfo * method)); DO_APP_FUNC(0x00C31B10, List_1_List_1_Cinemachine_ClipperLib_IntPoint_ *, ClipperLib_Clipper_MinkowskiSum_1, (List_1_Cinemachine_ClipperLib_IntPoint_ * pattern, List_1_List_1_Cinemachine_ClipperLib_IntPoint_ * paths, bool pathIsClosed, MethodInfo * method)); DO_APP_FUNC(0x00C31D40, List_1_List_1_Cinemachine_ClipperLib_IntPoint_ *, ClipperLib_Clipper_MinkowskiDiff, (List_1_Cinemachine_ClipperLib_IntPoint_ * poly1, List_1_Cinemachine_ClipperLib_IntPoint_ * poly2, MethodInfo * method)); DO_APP_FUNC(0x00C31E10, List_1_List_1_Cinemachine_ClipperLib_IntPoint_ *, ClipperLib_Clipper_PolyTreeToPaths, (ClipperLib_PolyTree * polytree, MethodInfo * method)); DO_APP_FUNC(0x00C31ED0, void, ClipperLib_Clipper_AddPolyNodeToPaths, (ClipperLib_PolyNode * polynode, ClipperLib_Clipper_NodeType__Enum nt, List_1_List_1_Cinemachine_ClipperLib_IntPoint_ * paths, MethodInfo * method)); DO_APP_FUNC(0x00C320C0, List_1_List_1_Cinemachine_ClipperLib_IntPoint_ *, ClipperLib_Clipper_OpenPathsFromPolyTree, (ClipperLib_PolyTree * polytree, MethodInfo * method)); DO_APP_FUNC(0x00C32260, List_1_List_1_Cinemachine_ClipperLib_IntPoint_ *, ClipperLib_Clipper_ClosedPathsFromPolyTree, (ClipperLib_PolyTree * polytree, MethodInfo * method)); DO_APP_FUNC(0x00C32320, double, ClipperLib_ClipperOffset_get_ArcTolerance, (ClipperLib_ClipperOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x00C32330, void, ClipperLib_ClipperOffset_set_ArcTolerance, (ClipperLib_ClipperOffset * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x00C32340, double, ClipperLib_ClipperOffset_get_MiterLimit, (ClipperLib_ClipperOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x00C32350, void, ClipperLib_ClipperOffset_set_MiterLimit, (ClipperLib_ClipperOffset * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x00C32360, void, ClipperLib_ClipperOffset__ctor, (ClipperLib_ClipperOffset * __this, double miterLimit, double arcTolerance, MethodInfo * method)); DO_APP_FUNC(0x00C32590, void, ClipperLib_ClipperOffset_Clear, (ClipperLib_ClipperOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x00C2AE70, int64_t, ClipperLib_ClipperOffset_Round, (double value, MethodInfo * method)); DO_APP_FUNC(0x00C32610, void, ClipperLib_ClipperOffset_AddPath, (ClipperLib_ClipperOffset * __this, List_1_Cinemachine_ClipperLib_IntPoint_ * path, ClipperLib_JoinType__Enum joinType, ClipperLib_EndType__Enum endType, MethodInfo * method)); DO_APP_FUNC(0x00C32D10, void, ClipperLib_ClipperOffset_AddPaths, (ClipperLib_ClipperOffset * __this, List_1_List_1_Cinemachine_ClipperLib_IntPoint_ * paths, ClipperLib_JoinType__Enum joinType, ClipperLib_EndType__Enum endType, MethodInfo * method)); DO_APP_FUNC(0x00C32EA0, void, ClipperLib_ClipperOffset_FixOrientations, (ClipperLib_ClipperOffset * __this, MethodInfo * method)); DO_APP_FUNC(0x00C33120, ClipperLib_DoublePoint, ClipperLib_ClipperOffset_GetUnitNormal, (ClipperLib_IntPoint pt1, ClipperLib_IntPoint pt2, MethodInfo * method)); DO_APP_FUNC(0x00C33220, void, ClipperLib_ClipperOffset_DoOffset, (ClipperLib_ClipperOffset * __this, double delta, MethodInfo * method)); DO_APP_FUNC(0x00C34880, void, ClipperLib_ClipperOffset_Execute, (ClipperLib_ClipperOffset * __this, List_1_List_1_Cinemachine_ClipperLib_IntPoint_ * * solution, double delta, MethodInfo * method)); DO_APP_FUNC(0x00C34D90, void, ClipperLib_ClipperOffset_Execute_1, (ClipperLib_ClipperOffset * __this, ClipperLib_PolyTree * * solution, double delta, MethodInfo * method)); DO_APP_FUNC(0x00C354D0, void, ClipperLib_ClipperOffset_OffsetPoint, (ClipperLib_ClipperOffset * __this, int32_t j, int32_t * k, ClipperLib_JoinType__Enum jointype, MethodInfo * method)); DO_APP_FUNC(0x00C35EE0, void, ClipperLib_ClipperOffset_DoSquare, (ClipperLib_ClipperOffset * __this, int32_t j, int32_t k, MethodInfo * method)); DO_APP_FUNC(0x00C36520, void, ClipperLib_ClipperOffset_DoMiter, (ClipperLib_ClipperOffset * __this, int32_t j, int32_t k, double r, MethodInfo * method)); DO_APP_FUNC(0x00C367D0, void, ClipperLib_ClipperOffset_DoRound, (ClipperLib_ClipperOffset * __this, int32_t j, int32_t k, MethodInfo * method)); DO_APP_FUNC(0x00C36DC0, void, ClipperLib_ClipperException__ctor, (ClipperLib_ClipperException * __this, String * description, MethodInfo * method)); DO_APP_FUNC(0x00C36E20, bool, CinemachinePostProcessing_get_IsValid, (CinemachinePostProcessing * __this, MethodInfo * method)); DO_APP_FUNC(0x00C36F60, void, CinemachinePostProcessing_InvalidateCachedProfile, (CinemachinePostProcessing * __this, MethodInfo * method)); DO_APP_FUNC(0x00C37030, void, CinemachinePostProcessing_OnEnable, (CinemachinePostProcessing * __this, MethodInfo * method)); DO_APP_FUNC(0x00C37180, void, CinemachinePostProcessing_OnDestroy, (CinemachinePostProcessing * __this, MethodInfo * method)); DO_APP_FUNC(0x00C37260, void, CinemachinePostProcessing_PostPipelineStageCallback, (CinemachinePostProcessing * __this, CinemachineVirtualCameraBase * vcam, CinemachineCore_Stage__Enum stage, CameraState * state, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00C378D0, void, CinemachinePostProcessing_OnCameraCut, (CinemachineBrain * brain, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53798, CinemachinePostProcessing_OnCameraCut__MethodInfo); DO_APP_FUNC(0x00C37A00, void, CinemachinePostProcessing_ApplyPostFX, (CinemachineBrain * brain, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53718, CinemachinePostProcessing_ApplyPostFX__MethodInfo); DO_APP_FUNC(0x00C38130, List_1_UnityEngine_Rendering_PostProcessing_PostProcessVolume_ *, CinemachinePostProcessing_GetDynamicBrainVolumes, (CinemachineBrain * brain, PostProcessLayer * ppLayer, int32_t minVolumes, MethodInfo * method)); DO_APP_FUNC(0x00C38810, PostProcessLayer *, CinemachinePostProcessing_GetPPLayer, (CinemachineBrain * brain, MethodInfo * method)); DO_APP_FUNC(0x00C38CE0, void, CinemachinePostProcessing_CleanupLookupTable, (MethodInfo * method)); DO_APP_FUNC(0x00C39060, void, CinemachinePostProcessing_InitializeModule, (MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, CinemachinePostProcessing__ctor, (CinemachinePostProcessing * __this, MethodInfo * method)); DO_APP_FUNC(0x00C39330, void, CinemachinePostProcessing__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C39590, void, CinemachinePostProcessing_VcamExtraState_CreateProfileCopy, (CinemachinePostProcessing_VcamExtraState * __this, PostProcessProfile * source, MethodInfo * method)); DO_APP_FUNC(0x00C39950, void, CinemachinePostProcessing_VcamExtraState_DestroyProfileCopy, (CinemachinePostProcessing_VcamExtraState * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachinePostProcessing_VcamExtraState__ctor, (CinemachinePostProcessing_VcamExtraState * __this, MethodInfo * method)); DO_APP_FUNC(0x00C39AD0, void, CinemachinePostProcessing_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachinePostProcessing_c__ctor, (CinemachinePostProcessing_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00C39B80, void, CinemachinePostProcessing_c__InitializeModule_b__22_0, (CinemachinePostProcessing_c * __this, Scene scene, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53720, CinemachinePostProcessing_c__InitializeModule_b__22_0__MethodInfo); DO_APP_FUNC(0x003AC000, void, CinemachineVolumeSettings__ctor, (CinemachineVolumeSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00C39BD0, void, CinemachineDebug_ReleaseScreenPos, (Object_1 * client, MethodInfo * method)); DO_APP_FUNC(0x00C39C80, Rect, CinemachineDebug_GetScreenPos, (Object_1 * client, String * text, GUIStyle * style, MethodInfo * method)); DO_APP_FUNC(0x00C3A290, StringBuilder *, CinemachineDebug_SBFromPool, (MethodInfo * method)); DO_APP_FUNC(0x00C3A3D0, void, CinemachineDebug_ReturnToPool, (StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CinemachineDebug__ctor, (CinemachineDebug * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, CinemachineDebug_OnGUIDelegate__ctor, (CinemachineDebug_OnGUIDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, CinemachineDebug_OnGUIDelegate_Invoke, (CinemachineDebug_OnGUIDelegate * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5A50, IAsyncResult *, CinemachineDebug_OnGUIDelegate_BeginInvoke, (CinemachineDebug_OnGUIDelegate * __this, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, CinemachineDebug_OnGUIDelegate_EndInvoke, (CinemachineDebug_OnGUIDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00C3A560, void, GaussianWindow1D_Vector3__ctor, (GaussianWindow1D_Vector3 * __this, float sigma, int32_t maxKernelRadius, MethodInfo * method)); DO_APP_FUNC(0x00C3A690, Vector3, GaussianWindow1D_Vector3_Compute, (GaussianWindow1D_Vector3 * __this, int32_t windowPos, MethodInfo * method)); DO_APP_FUNC(0x00C3A7E0, void, GaussianWindow1D_Quaternion__ctor, (GaussianWindow1D_Quaternion * __this, float sigma, int32_t maxKernelRadius, MethodInfo * method)); DO_APP_FUNC(0x00C3A910, Quaternion, GaussianWindow1D_Quaternion_Compute, (GaussianWindow1D_Quaternion * __this, int32_t windowPos, MethodInfo * method)); DO_APP_FUNC(0x00C3AEE0, void, GaussianWindow1D_CameraRotation__ctor, (GaussianWindow1D_CameraRotation * __this, float sigma, int32_t maxKernelRadius, MethodInfo * method)); DO_APP_FUNC(0x00C3B010, Vector2, GaussianWindow1D_CameraRotation_Compute, (GaussianWindow1D_CameraRotation * __this, int32_t windowPos, MethodInfo * method)); DO_APP_FUNC(0x00C3B1C0, bool, PositionPredictor_IsEmpty, (PositionPredictor * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3B1D0, void, PositionPredictor_ApplyTransformDelta, (PositionPredictor * __this, Vector3 positionDelta, MethodInfo * method)); DO_APP_FUNC(0x00C3B210, void, PositionPredictor_Reset, (PositionPredictor * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3B2B0, void, PositionPredictor_AddPosition, (PositionPredictor * __this, Vector3 pos, float deltaTime, float lookaheadTime, MethodInfo * method)); DO_APP_FUNC(0x00C3B480, Vector3, PositionPredictor_PredictPositionDelta, (PositionPredictor * __this, float lookaheadTime, MethodInfo * method)); DO_APP_FUNC(0x00C3B4C0, Vector3, PositionPredictor_PredictPosition, (PositionPredictor * __this, float lookaheadTime, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PositionPredictor__ctor, (PositionPredictor * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3B520, float, Damper_DecayConstant, (float time, float residual, MethodInfo * method)); DO_APP_FUNC(0x00C3B550, float, Damper_DecayedRemainder, (float initial, float decayConstant, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00C3B580, float, Damper_Damp, (float initial, float dampTime, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00C3B600, Vector3, Damper_Damp_1, (Vector3 initial, Vector3 dampTime, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00C3B810, Vector3, Damper_Damp_2, (Vector3 initial, float dampTime, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x00C3BA20, void, HeadingTracker__ctor, (HeadingTracker * __this, int32_t filterSize, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, HeadingTracker_get_FilterSize, (HeadingTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BBB0, void, HeadingTracker_ClearHistory, (HeadingTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BC10, float, HeadingTracker_Decay, (float time, MethodInfo * method)); DO_APP_FUNC(0x00C3BC60, void, HeadingTracker_Add, (HeadingTracker * __this, Vector3 velocity, MethodInfo * method)); DO_APP_FUNC(0x00C3BE90, void, HeadingTracker_PopBottom, (HeadingTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3C060, void, HeadingTracker_DecayHistory, (HeadingTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3C1B0, Vector3, HeadingTracker_GetReliableHeading, (HeadingTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3C340, Vector3, SplineHelpers_Bezier3, (float t, Vector3 p0, Vector3 p1, Vector3 p2, Vector3 p3, MethodInfo * method)); DO_APP_FUNC(0x00C3C4B0, Vector3, SplineHelpers_BezierTangent3, (float t, Vector3 p0, Vector3 p1, Vector3 p2, Vector3 p3, MethodInfo * method)); DO_APP_FUNC(0x00C3C730, float, SplineHelpers_Bezier1, (float t, float p0, float p1, float p2, float p3, MethodInfo * method)); DO_APP_FUNC(0x00C3C7D0, float, SplineHelpers_BezierTangent1, (float t, float p0, float p1, float p2, float p3, MethodInfo * method)); DO_APP_FUNC(0x00C3C8B0, void, SplineHelpers_ComputeSmoothControlPoints, (Vector4__Array * * knot, Vector4__Array * * ctrl1, Vector4__Array * * ctrl2, MethodInfo * method)); DO_APP_FUNC(0x00C3D1D0, void, SplineHelpers_ComputeSmoothControlPointsLooped, (Vector4__Array * * knot, Vector4__Array * * ctrl1, Vector4__Array * * ctrl2, MethodInfo * method)); DO_APP_FUNC(0x00C3D4D0, bool, UnityVectorExtensions_IsNaN, (Vector2 v, MethodInfo * method)); DO_APP_FUNC(0x00C3D500, bool, UnityVectorExtensions_IsNaN_1, (Vector3 v, MethodInfo * method)); DO_APP_FUNC(0x00C3D540, float, UnityVectorExtensions_ClosestPointOnSegment, (Vector3 p, Vector3 s0, Vector3 s1, MethodInfo * method)); DO_APP_FUNC(0x00C3D630, float, UnityVectorExtensions_ClosestPointOnSegment_1, (Vector2 p, Vector2 s0, Vector2 s1, MethodInfo * method)); DO_APP_FUNC(0x00C3D6D0, Vector3, UnityVectorExtensions_ProjectOntoPlane, (Vector3 vector, Vector3 planeNormal, MethodInfo * method)); DO_APP_FUNC(0x00C3D760, Vector2, UnityVectorExtensions_SquareNormalize, (Vector2 v, MethodInfo * method)); DO_APP_FUNC(0x00C3D800, int32_t, UnityVectorExtensions_FindIntersection, (Vector2 * p1, Vector2 * p2, Vector2 * q1, Vector2 * q2, Vector2 * intersection, MethodInfo * method)); DO_APP_FUNC(0x00C3DBF0, float, UnityVectorExtensions_Cross, (Vector2 v1, Vector2 v2, MethodInfo * method)); DO_APP_FUNC(0x00C3DC20, Vector2, UnityVectorExtensions_Abs, (Vector2 v, MethodInfo * method)); DO_APP_FUNC(0x00C3DC50, Vector3, UnityVectorExtensions_Abs_1, (Vector3 v, MethodInfo * method)); DO_APP_FUNC(0x00C3DC90, bool, UnityVectorExtensions_IsUniform, (Vector2 v, MethodInfo * method)); DO_APP_FUNC(0x00C3DD00, bool, UnityVectorExtensions_IsUniform_1, (Vector3 v, MethodInfo * method)); DO_APP_FUNC(0x00C3DDC0, bool, UnityVectorExtensions_AlmostZero, (Vector3 v, MethodInfo * method)); DO_APP_FUNC(0x00C3DE00, float, UnityVectorExtensions_Angle, (Vector3 v1, Vector3 v2, MethodInfo * method)); DO_APP_FUNC(0x00C3DEF0, float, UnityVectorExtensions_SignedAngle, (Vector3 v1, Vector3 v2, Vector3 up, MethodInfo * method)); DO_APP_FUNC(0x00C3E1D0, Quaternion, UnityVectorExtensions_SafeFromToRotation, (Vector3 v1, Vector3 v2, Vector3 up, MethodInfo * method)); DO_APP_FUNC(0x00C3E510, Vector3, UnityVectorExtensions_SlerpWithReferenceUp, (Vector3 vA, Vector3 vB, float t, Vector3 up, MethodInfo * method)); DO_APP_FUNC(0x00C3E8B0, Quaternion, UnityQuaternionExtensions_SlerpWithReferenceUp, (Quaternion qA, Quaternion qB, float t, Vector3 up, MethodInfo * method)); DO_APP_FUNC(0x00C3F270, Quaternion, UnityQuaternionExtensions_Normalized, (Quaternion q, MethodInfo * method)); DO_APP_FUNC(0x00C3F3B0, Vector2, UnityQuaternionExtensions_GetCameraRotationToTarget, (Quaternion orient, Vector3 lookAtDir, Vector3 worldUp, MethodInfo * method)); DO_APP_FUNC(0x00C3FA80, Quaternion, UnityQuaternionExtensions_ApplyCameraRotation, (Quaternion orient, Vector2 rot, Vector3 worldUp, MethodInfo * method)); DO_APP_FUNC(0x00C3FE00, Rect, UnityRectExtensions_Inflated, (Rect r, Vector2 delta, MethodInfo * method)); DO_APP_FUNC(0x00AC2430, UdpPlatform *, BoltLauncher_get_TargetPlatform, (MethodInfo * method)); DO_APP_FUNC(0x00AC2470, void, BoltLauncher_set_TargetPlatform, (UdpPlatform * value, MethodInfo * method)); DO_APP_FUNC(0x00AC2510, void, BoltLauncher_StartSinglePlayer, (BoltConfig * config, MethodInfo * method)); DO_APP_FUNC(0x00AC2620, void, BoltLauncher_StartServer, (int32_t port, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BD30, BoltLauncher_StartServer__MethodInfo); DO_APP_FUNC(0x00AC27D0, void, BoltLauncher_StartServer_1, (BoltConfig * config, String * scene, MethodInfo * method)); DO_APP_FUNC(0x00AC28D0, void, BoltLauncher_StartServer_2, (UdpEndPoint endpoint, String * scene, MethodInfo * method)); DO_APP_FUNC(0x00AC2990, void, BoltLauncher_StartServer_3, (UdpEndPoint endpoint, BoltConfig * config, String * scene, MethodInfo * method)); DO_APP_FUNC(0x00AC2A30, void, BoltLauncher_StartClient, (int32_t port, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BD28, BoltLauncher_StartClient__MethodInfo); DO_APP_FUNC(0x00AC2CC0, void, BoltLauncher_StartClient_1, (BoltConfig * config, MethodInfo * method)); DO_APP_FUNC(0x00AC2DD0, void, BoltLauncher_StartClient_2, (UdpEndPoint endpoint, BoltConfig * config, MethodInfo * method)); DO_APP_FUNC(0x00AC2E80, void, BoltLauncher_Initialize, (BoltNetworkModes__Enum mode, UdpEndPoint endpoint, BoltConfig * config, String * scene, MethodInfo * method)); DO_APP_FUNC(0x00AC2F20, void, BoltLauncher_Shutdown, (MethodInfo * method)); DO_APP_FUNC(0x00AC2FA0, void, BoltLauncher_SetUdpPlatform, (UdpPlatform * platform, MethodInfo * method)); DO_APP_FUNC(0x00AC3040, bool, BoltNetwork_FindConnection, (uint32_t connectionId, BoltConnection * * boltConnection, MethodInfo * method)); DO_APP_FUNC(0x00AC31C0, void, BoltNetwork_Accept, (UdpEndPoint endpoint, MethodInfo * method)); DO_APP_FUNC(0x00AC3240, void, BoltNetwork_Accept_1, (UdpEndPoint endpoint, IProtocolToken * acceptToken, MethodInfo * method)); DO_APP_FUNC(0x00AC32C0, void, BoltNetwork_Connect, (uint16_t port, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00AC33A0, UdpChannelName, BoltNetwork_CreateStreamChannel, (String * name, UdpChannelMode__Enum mode, int32_t priority, MethodInfo * method)); DO_APP_FUNC(0x00AC3530, void, BoltNetwork_LoadScene, (String * scene, MethodInfo * method)); DO_APP_FUNC(0x00AC3590, void, BoltNetwork_LoadScene_1, (String * scene, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00AC3720, void, BoltNetwork_UpdateCurrentScene, (MethodInfo * method)); DO_APP_FUNC(0x00AC3770, void, BoltNetwork_LoadSceneSync, (MethodInfo * method)); DO_APP_FUNC(0x00AC37C0, void, BoltNetwork_Refuse, (UdpEndPoint endpoint, MethodInfo * method)); DO_APP_FUNC(0x00AC3830, void, BoltNetwork_Refuse_1, (UdpEndPoint endpoint, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00AC38B0, void, BoltNetwork_Shutdown, (MethodInfo * method)); DO_APP_FUNC(0x00AC3900, void, BoltNetwork_ShutdownImmediate, (MethodInfo * method)); DO_APP_FUNC(0x00AC3950, IEnumerable_1_Photon_Bolt_BoltConnection_ *, BoltNetwork_get_Connections, (MethodInfo * method)); DO_APP_FUNC(0x00AC39A0, IEnumerable_1_Photon_Bolt_BoltConnection_ *, BoltNetwork_get_Clients, (MethodInfo * method)); DO_APP_FUNC(0x00AC3B80, AsyncOperation *, BoltNetwork_get_CurrentAsyncOperation, (MethodInfo * method)); DO_APP_FUNC(0x00AC3D70, IEnumerable_1_Photon_Bolt_BoltEntity_ *, BoltNetwork_get_Entities, (MethodInfo * method)); DO_APP_FUNC(0x00AC3DC0, int32_t, BoltNetwork_get_Frame, (MethodInfo * method)); DO_APP_FUNC(0x00AC3E10, float, BoltNetwork_get_FrameAlpha, (MethodInfo * method)); DO_APP_FUNC(0x00AC3E60, float, BoltNetwork_get_FrameBeginTime, (MethodInfo * method)); DO_APP_FUNC(0x00AC3EE0, float, BoltNetwork_get_FrameDeltaTime, (MethodInfo * method)); DO_APP_FUNC(0x00AC3F60, int32_t, BoltNetwork_get_FramesPerSecond, (MethodInfo * method)); DO_APP_FUNC(0x00AC3FB0, GameObject *, BoltNetwork_get_GlobalObject, (MethodInfo * method)); DO_APP_FUNC(0x00AC4050, bool, BoltNetwork_get_IsConnected, (MethodInfo * method)); DO_APP_FUNC(0x00AC41A0, bool, BoltNetwork_get_IsClient, (MethodInfo * method)); DO_APP_FUNC(0x00AC41F0, bool, BoltNetwork_get_IsDebugMode, (MethodInfo * method)); DO_APP_FUNC(0x00AC4240, bool, BoltNetwork_get_IsRunning, (MethodInfo * method)); DO_APP_FUNC(0x00AC4290, bool, BoltNetwork_get_IsServer, (MethodInfo * method)); DO_APP_FUNC(0x00AC42E0, bool, BoltNetwork_get_IsSinglePlayer, (MethodInfo * method)); DO_APP_FUNC(0x00AC4420, int32_t, BoltNetwork_get_MaxConnections, (MethodInfo * method)); DO_APP_FUNC(0x00AC4590, IEnumerable_1_Photon_Bolt_BoltEntity_ *, BoltNetwork_get_SceneObjects, (MethodInfo * method)); DO_APP_FUNC(0x00AC4610, ScopeMode__Enum, BoltNetwork_get_ScopeMode, (MethodInfo * method)); DO_APP_FUNC(0x00AC4680, BoltConnection *, BoltNetwork_get_Server, (MethodInfo * method)); DO_APP_FUNC(0x00AC46D0, int32_t, BoltNetwork_get_ServerFrame, (MethodInfo * method)); DO_APP_FUNC(0x00AC4720, float, BoltNetwork_get_ServerTime, (MethodInfo * method)); DO_APP_FUNC(0x00AC47D0, Map_2_System_Guid_UdpSession_ *, BoltNetwork_get_SessionList, (MethodInfo * method)); DO_APP_FUNC(0x00AC4830, float, BoltNetwork_get_Time, (MethodInfo * method)); DO_APP_FUNC(0x00AC48B0, UdpSocket *, BoltNetwork_get_UdpSocket, (MethodInfo * method)); DO_APP_FUNC(0x00AC4910, Version *, BoltNetwork_get_Version, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BC58, BoltNetwork_get_Version__MethodInfo); DO_APP_FUNC(0x00AC4980, String *, BoltNetwork_get_CurrentVersion, (MethodInfo * method)); DO_APP_FUNC(0x00AC4E30, String *, BoltNetwork_get_VersionInfo, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BC10, BoltNetwork_get_VersionInfo__MethodInfo); DO_APP_FUNC(0x00AC4F50, String *, BoltNetwork_get_VersionConfiguration, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BBF8, BoltNetwork_get_VersionConfiguration__MethodInfo); DO_APP_FUNC(0x00AC5070, GameObject *, BoltNetwork_Attach, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x00AC5140, GameObject *, BoltNetwork_Attach_1, (GameObject * gameObject, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00AC51F0, void, BoltNetwork_Detach, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x00AC52E0, void, BoltNetwork_Detach_1, (GameObject * gameObject, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00AC53A0, void, BoltNetwork_Destroy, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x00AC5400, void, BoltNetwork_Destroy_1, (GameObject * gameObject, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00AC55D0, BoltEntity *, BoltNetwork_FindEntity, (NetworkId id, MethodInfo * method)); DO_APP_FUNC(0x00AC5830, BoltEntity *, BoltNetwork_Instantiate, (GameObject * prefab, MethodInfo * method)); DO_APP_FUNC(0x00AC5930, BoltEntity *, BoltNetwork_Instantiate_1, (GameObject * prefab, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00AC5A40, BoltEntity *, BoltNetwork_Instantiate_2, (GameObject * prefab, Vector3 position, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x00AC5AE0, BoltEntity *, BoltNetwork_Instantiate_3, (GameObject * prefab, IProtocolToken * token, Vector3 position, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x00AC5D40, BoltEntity *, BoltNetwork_Instantiate_4, (PrefabId prefabId, MethodInfo * method)); DO_APP_FUNC(0x00AC5E40, BoltEntity *, BoltNetwork_Instantiate_5, (PrefabId prefabId, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00AC5F50, BoltEntity *, BoltNetwork_Instantiate_6, (PrefabId prefabId, Vector3 position, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x00AC5FF0, BoltEntity *, BoltNetwork_Instantiate_7, (PrefabId prefabId, IProtocolToken * token, Vector3 position, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x00AC6100, void, BoltNetwork_PreLoadPrefabDatabase, (MethodInfo * method)); DO_APP_FUNC(0x00AC6110, void, BoltNetwork_SetPrefabPool, (IPrefabPool * pool, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BAD0, BoltNetwork_SetPrefabPool__MethodInfo); DO_APP_FUNC(0x00AC6220, void, BoltNetwork_SetCanReceiveEntities, (bool canReceiveEntities, MethodInfo * method)); DO_APP_FUNC(0x00AC6280, Vector3, BoltNetwork_PositionAtFrame, (BoltHitboxBody * hitboxBody, int32_t frame, MethodInfo * method)); DO_APP_FUNC(0x00AC6310, BoltPhysicsHits *, BoltNetwork_RaycastAll, (Ray ray, MethodInfo * method)); DO_APP_FUNC(0x00AC6380, BoltPhysicsHits *, BoltNetwork_RaycastAll_1, (Ray ray, int32_t frame, MethodInfo * method)); DO_APP_FUNC(0x00AC6400, BoltPhysicsHits *, BoltNetwork_OverlapSphereAll, (Vector3 origin, float radius, MethodInfo * method)); DO_APP_FUNC(0x00AC6480, BoltPhysicsHits *, BoltNetwork_OverlapSphereAll_1, (Vector3 origin, float radius, int32_t frame, MethodInfo * method)); DO_APP_FUNC(0x00AC6510, void, BoltNetwork_AddGlobalEventListener, (MonoBehaviour * mb, MethodInfo * method)); DO_APP_FUNC(0x00AC6590, void, BoltNetwork_RemoveGlobalEventListener, (MonoBehaviour * mb, MethodInfo * method)); DO_APP_FUNC(0x00AC6610, void, BoltNetwork_EnableLanBroadcast, (uint16_t port, MethodInfo * method)); DO_APP_FUNC(0x00AC67C0, void, BoltNetwork_DisableLanBroadcast, (MethodInfo * method)); DO_APP_FUNC(0x00AC6810, void, BoltNetwork_SetEventFilter, (IEventFilter * filter, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BA28, BoltNetwork_SetEventFilter__MethodInfo); DO_APP_FUNC(0x003AC050, void, BoltNetwork_SetNetworkSimulation, (float loss, int32_t pingMin, int32_t pingMax, MethodInfo * method)); DO_APP_FUNC(0x00AC6920, void, BoltNetwork_UpdateSessionList, (Map_2_System_Guid_UdpSession_ * sessions, MethodInfo * method)); DO_APP_FUNC(0x00AC7290, void, BoltNetwork_UpdateSceneObjectsLookup, (MethodInfo * method)); DO_APP_FUNC(0x00AC72E0, void, BoltNetwork_VerifyIsRunning, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B9A8, BoltNetwork_VerifyIsRunning__MethodInfo); DO_APP_FUNC(0x00AC73C0, void, BoltNetwork__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003C5390, IProtocolToken *, NetworkCommand_Data_get_Token, (NetworkCommand_Data * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, NetworkCommand_Data_set_Token, (NetworkCommand_Data * __this, IProtocolToken * value, MethodInfo * method)); DO_APP_FUNC(0x00AC7580, Command *, NetworkCommand_Data_get_RootCommand, (NetworkCommand_Data * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, IProtocolToken *, NetworkCommand_Data_Photon_Bolt_INetworkCommandData_get_Token, (NetworkCommand_Data * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC7600, void, NetworkCommand_Data_Photon_Bolt_INetworkCommandData_set_Token, (NetworkCommand_Data * __this, IProtocolToken * value, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, NetworkCommand_Data__ctor, (NetworkCommand_Data * __this, NetworkObj_Meta * meta, MethodInfo * method)); DO_APP_FUNC(0x00AC7670, void, Command_Meta__ctor, (Command_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, NetworkStorage *, Command_get_Storage, (Command * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC76C0, NetworkCommand_Data *, Command_get_InputObject, (Command * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC7780, NetworkCommand_Data *, Command_get_ResultObject, (Command * __this, MethodInfo * method)); DO_APP_FUNC(0x00531160, bool, Command_get_AssignedInputDeltaCompression, (Command * __this, MethodInfo * method)); DO_APP_FUNC(0x00531170, void, Command_set_AssignedInputDeltaCompression, (Command * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00610C20, bool, Command_get_AssignedResultDeltaCompression, (Command * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC7840, void, Command_set_AssignedResultDeltaCompression, (Command * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x005FC5C0, bool, Command_get_ShouldDeltaCompressInput, (Command * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC7850, void, Command_set_ShouldDeltaCompressInput, (Command * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00648740, bool, Command_get_ShouldDeltaCompressResult, (Command * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC7860, void, Command_set_ShouldDeltaCompressResult, (Command * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AC7870, int32_t, Command_get_ServerFrame, (Command * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC7880, void, Command_set_ServerFrame, (Command * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00AC7890, bool, Command_get_IsFirstExecution, (Command * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, Object *, Command_get_UserToken, (Command * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, Command_set_UserToken, (Command * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00A90540, Command *, Command_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Command__get_prev, (Command * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90550, void, Command_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Command__set_prev, (Command * __this, Command * value, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, Command *, Command_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Command__get_next, (Command * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F50, void, Command_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Command__set_next, (Command * __this, Command * value, MethodInfo * method)); DO_APP_FUNC(0x00605860, Object *, Command_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Command__get_list, (Command * __this, MethodInfo * method)); DO_APP_FUNC(0x00473A50, void, Command_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Command__set_list, (Command * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00AC7950, void, Command__ctor, (Command * __this, Command_Meta * meta, MethodInfo * method)); DO_APP_FUNC(0x00AC79C0, void, Command_InitNetworkStorage, (Command * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC7A30, void, Command_VerifyCanSetInput, (Command * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B8F8, Command_VerifyCanSetInput__MethodInfo); DO_APP_FUNC(0x00AC7B10, void, Command_VerifyCanSetResult, (Command * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B8D8, Command_VerifyCanSetResult__MethodInfo); DO_APP_FUNC(0x00AC7BF0, void, Command_PackInput, (Command * __this, BoltConnection * connection, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00AC7CD0, void, Command_PackInputDiff, (Command * __this, BoltConnection * connection, UdpPacket * packet, NetworkStorage * other, MethodInfo * method)); DO_APP_FUNC(0x00AC7D60, void, Command_ReadInput, (Command * __this, BoltConnection * connection, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00AC7E40, void, Command_ReadInputDiff, (Command * __this, BoltConnection * connection, UdpPacket * packet, NetworkStorage * other, MethodInfo * method)); DO_APP_FUNC(0x00AC7FA0, void, Command_PackResult, (Command * __this, BoltConnection * connection, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00AC8080, void, Command_PackResultDiff, (Command * __this, BoltConnection * connection, UdpPacket * packet, NetworkStorage * other, MethodInfo * method)); DO_APP_FUNC(0x00AC8110, void, Command_ReadResult, (Command * __this, BoltConnection * connection, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00AC8230, void, Command_ReadResultDiff, (Command * __this, BoltConnection * connection, UdpPacket * packet, NetworkStorage * other, MethodInfo * method)); DO_APP_FUNC(0x00AC83B0, int32_t, Command_GetDiffDistance, (Command * __this, NetworkCommand_Data * data, NetworkStorage * other, MethodInfo * method)); DO_APP_FUNC(0x00AC84D0, void, Command_BeginSmoothing, (Command * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8630, void, Command_SmoothCorrection, (Command * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC87D0, void, Command_Free, (Command * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8A90, void, Command_ReadDiff, (BoltConnection * connection, UdpPacket * packet, NetworkCommand_Data * data, NetworkStorage * storage, NetworkStorage * smoothStorage, NetworkStorage * other, MethodInfo * method)); DO_APP_FUNC(0x00AC8C00, void, Command_PackDiff, (BoltConnection * connection, UdpPacket * packet, NetworkCommand_Data * data, NetworkStorage * storage, NetworkStorage * other, MethodInfo * method)); DO_APP_FUNC(0x00AC8DA0, bool, Command_op_Implicit, (Command * command, MethodInfo * method)); DO_APP_FUNC(0x00675FE0, BoltConnection *, BoltConnection_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_BoltConnection__get_prev, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00675F80, void, BoltConnection_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_BoltConnection__set_prev, (BoltConnection * __this, BoltConnection * value, MethodInfo * method)); DO_APP_FUNC(0x00AC8DB0, BoltConnection *, BoltConnection_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_BoltConnection__get_next, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8DC0, void, BoltConnection_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_BoltConnection__set_next, (BoltConnection * __this, BoltConnection * value, MethodInfo * method)); DO_APP_FUNC(0x009E4000, Object *, BoltConnection_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_BoltConnection__get_list, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8E20, void, BoltConnection_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_BoltConnection__set_list, (BoltConnection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00AC8E80, bool, BoltConnection_get_IsLoadingMap, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8F30, EntityLookup *, BoltConnection_get_ScopedTo, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8F50, EntityLookup *, BoltConnection_get_SourceOf, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00605860, EntityList *, BoltConnection_get_HasControlOf, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, BoltConnection_get_RemoteFrame, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x005425B0, IProtocolToken *, BoltConnection_get_ConnectToken, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8F70, void, BoltConnection_set_ConnectToken, (BoltConnection * __this, IProtocolToken * value, MethodInfo * method)); DO_APP_FUNC(0x003C2850, IProtocolToken *, BoltConnection_get_DisconnectToken, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x003C2860, void, BoltConnection_set_DisconnectToken, (BoltConnection * __this, IProtocolToken * value, MethodInfo * method)); DO_APP_FUNC(0x003C28C0, IProtocolToken *, BoltConnection_get_AcceptToken, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x003C28D0, void, BoltConnection_set_AcceptToken, (BoltConnection * __this, IProtocolToken * value, MethodInfo * method)); DO_APP_FUNC(0x00AC8FD0, float, BoltConnection_get_PingNetwork, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8FF0, int32_t, BoltConnection_get_DejitterFrames, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC9000, float, BoltConnection_get_PingAliased, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC9020, UdpConnectionType__Enum, BoltConnection_get_ConnectionType, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, UdpConnection *, BoltConnection_get_udpConnection, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, int32_t, BoltConnection_get_remoteFrameLatest, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, BoltConnection_get_remoteFrameDiff, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int32_t, BoltConnection_get_BitsPerSecondIn, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5400, int32_t, BoltConnection_get_BitsPerSecondOut, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, BoltConnection_get_PacketsReceived, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, BoltConnection_get_PacketsSent, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, int32_t, BoltConnection_get_PacketsLost, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC9040, uint32_t, BoltConnection_get_ConnectionId, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC9060, UdpEndPoint, BoltConnection_get_RemoteEndPoint, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC90A0, Object *, BoltConnection_get_UserData, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC90B0, void, BoltConnection_set_UserData, (BoltConnection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00AC9110, void, BoltConnection_SetCanReceiveEntities, (BoltConnection * __this, bool v, MethodInfo * method)); DO_APP_FUNC(0x003C5490, PacketTypeStats *, BoltConnection_get_CommandsStats, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, PacketTypeStats *, BoltConnection_get_EventsStats, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, PacketTypeStats *, BoltConnection_get_StatesStats, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC9120, UdpConnectionDisconnectReason__Enum, BoltConnection_get_DisconnectReason, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC9140, int32_t, BoltConnection_get_SendRateMultiplier, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC9210, void, BoltConnection__ctor, (BoltConnection * __this, UdpConnection * udpConnection, MethodInfo * method)); DO_APP_FUNC(0x00AC9F90, ExistsResult__Enum, BoltConnection_ExistsOnRemote, (BoltConnection * __this, BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x00AC9FD0, ExistsResult__Enum, BoltConnection_ExistsOnRemote_1, (BoltConnection * __this, BoltEntity * entity, bool allowMaybe, MethodInfo * method)); DO_APP_FUNC(0x00ACA020, void, BoltConnection_StreamBytes, (BoltConnection * __this, UdpChannelName channel, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x00ACA050, void, BoltConnection_SetStreamBandwidth, (BoltConnection * __this, int32_t bytesPerSecond, MethodInfo * method)); DO_APP_FUNC(0x00ACA1E0, void, BoltConnection_SendData, (BoltConnection * __this, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x00ACA250, bool, BoltConnection_ReceiveData, (BoltConnection * __this, Byte__Array * * data, MethodInfo * method)); DO_APP_FUNC(0x00ACA390, void, BoltConnection_Disconnect, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACA440, void, BoltConnection_Disconnect_1, (BoltConnection * __this, IProtocolToken * token, UdpConnectionDisconnectReason__Enum disconnectReason, MethodInfo * method)); DO_APP_FUNC(0x00ACA490, int32_t, BoltConnection_GetSkippedUpdates, (BoltConnection * __this, BoltEntity * en, MethodInfo * method)); DO_APP_FUNC(0x00ACA540, void, BoltConnection_ForceSceneSync, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, BoltConnection_Equals, (BoltConnection * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00ACA570, int32_t, BoltConnection_GetHashCode, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACA5A0, String *, BoltConnection_ToString, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACA670, void, BoltConnection_DisconnectedInternal, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACA7D0, bool, BoltConnection_StepRemoteEntities, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACA990, void, BoltConnection_AdjustRemoteFrame, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACAC70, void, BoltConnection_SwitchPerfCounters, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACB0C0, void, BoltConnection_Send, (BoltConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACB540, void, BoltConnection_PacketReceived, (BoltConnection * __this, UdpPacket * udpPacket, MethodInfo * method)); DO_APP_FUNC(0x00ACBB30, void, BoltConnection_PacketDelivered, (BoltConnection * __this, Packet * packet, MethodInfo * method)); DO_APP_FUNC(0x00ACBBF0, void, BoltConnection_PacketLost, (BoltConnection * __this, Packet * packet, MethodInfo * method)); DO_APP_FUNC(0x00AC8DA0, bool, BoltConnection_op_Implicit, (BoltConnection * cn, MethodInfo * method)); DO_APP_FUNC(0x00ACBCB0, void, BoltConnection_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltConnection_c__ctor, (BoltConnection_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00566F30, int32_t, BoltConnection_c__SwitchPerfCounters_b__123_0, (BoltConnection_c * __this, PacketStats x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B738, BoltConnection_c__SwitchPerfCounters_b__123_0__MethodInfo); DO_APP_FUNC(0x00ACBD60, int32_t, BoltConnection_c__SwitchPerfCounters_b__123_1, (BoltConnection_c * __this, PacketStats x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B750, BoltConnection_c__SwitchPerfCounters_b__123_1__MethodInfo); DO_APP_FUNC(0x00ACBD70, int32_t, BoltConnection_c__SwitchPerfCounters_b__123_2, (BoltConnection_c * __this, PacketStats x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B748, BoltConnection_c__SwitchPerfCounters_b__123_2__MethodInfo); DO_APP_FUNC(0x003EC720, void, AddCallback__ctor, (AddCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, AddCallback_Invoke, (AddCallback * __this, Action * callbackAction, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, AddCallback_BeginInvoke, (AddCallback * __this, Action * callbackAction, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, AddCallback_EndInvoke, (AddCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, BoltEntitySettingsModifier__ctor, (BoltEntitySettingsModifier * __this, BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x00ACBD80, PrefabId, BoltEntitySettingsModifier_get_prefabId, (BoltEntitySettingsModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACBDA0, void, BoltEntitySettingsModifier_set_prefabId, (BoltEntitySettingsModifier * __this, PrefabId value, MethodInfo * method)); DO_APP_FUNC(0x00ACBDE0, UniqueId, BoltEntitySettingsModifier_get_sceneId, (BoltEntitySettingsModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACBE20, void, BoltEntitySettingsModifier_set_sceneId, (BoltEntitySettingsModifier * __this, UniqueId value, MethodInfo * method)); DO_APP_FUNC(0x00ACBF00, UniqueId, BoltEntitySettingsModifier_get_serializerId, (BoltEntitySettingsModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACBF40, void, BoltEntitySettingsModifier_set_serializerId, (BoltEntitySettingsModifier * __this, UniqueId value, MethodInfo * method)); DO_APP_FUNC(0x00ACC020, int32_t, BoltEntitySettingsModifier_get_updateRate, (BoltEntitySettingsModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC040, void, BoltEntitySettingsModifier_set_updateRate, (BoltEntitySettingsModifier * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00ACC080, int32_t, BoltEntitySettingsModifier_get_autoFreezeProxyFrames, (BoltEntitySettingsModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC0A0, void, BoltEntitySettingsModifier_set_autoFreezeProxyFrames, (BoltEntitySettingsModifier * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00ACC0E0, bool, BoltEntitySettingsModifier_get_clientPredicted, (BoltEntitySettingsModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC100, void, BoltEntitySettingsModifier_set_clientPredicted, (BoltEntitySettingsModifier * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00ACC140, bool, BoltEntitySettingsModifier_get_allowInstantiateOnClient, (BoltEntitySettingsModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC160, void, BoltEntitySettingsModifier_set_allowInstantiateOnClient, (BoltEntitySettingsModifier * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00ACC1A0, bool, BoltEntitySettingsModifier_get_persistThroughSceneLoads, (BoltEntitySettingsModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC1C0, void, BoltEntitySettingsModifier_set_persistThroughSceneLoads, (BoltEntitySettingsModifier * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00ACC200, bool, BoltEntitySettingsModifier_get_sceneObjectDestroyOnDetach, (BoltEntitySettingsModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC220, void, BoltEntitySettingsModifier_set_sceneObjectDestroyOnDetach, (BoltEntitySettingsModifier * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00ACC260, bool, BoltEntitySettingsModifier_get_sceneObjectAutoAttach, (BoltEntitySettingsModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC280, void, BoltEntitySettingsModifier_set_sceneObjectAutoAttach, (BoltEntitySettingsModifier * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00ACC2C0, bool, BoltEntitySettingsModifier_get_alwaysProxy, (BoltEntitySettingsModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC2E0, void, BoltEntitySettingsModifier_set_alwaysProxy, (BoltEntitySettingsModifier * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltEntitySettingsModifier_System_IDisposable_Dispose, (BoltEntitySettingsModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, BoltEntity *, BoltEntity_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_BoltEntity__get_prev, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, BoltEntity_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_BoltEntity__set_prev, (BoltEntity * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, BoltEntity *, BoltEntity_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_BoltEntity__get_next, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, BoltEntity_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_BoltEntity__set_next, (BoltEntity * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x003C7000, Object *, BoltEntity_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_BoltEntity__get_list, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, BoltEntity_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_BoltEntity__set_list, (BoltEntity * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00ACC320, Entity *, BoltEntity_get_Entity, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B6D8, BoltEntity_get_Entity__MethodInfo); DO_APP_FUNC(0x00ACC3C0, UniqueId, BoltEntity_get_SceneGuid, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC3F0, void, BoltEntity_set_SceneGuid, (BoltEntity * __this, UniqueId value, MethodInfo * method)); DO_APP_FUNC(0x00ACC490, UniqueId, BoltEntity_get_SerializerGuid, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC4C0, void, BoltEntity_set_SerializerGuid, (BoltEntity * __this, UniqueId value, MethodInfo * method)); DO_APP_FUNC(0x003C5300, PrefabId, BoltEntity_get_PrefabId, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC560, BoltConnection *, BoltEntity_get_Source, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC580, IProtocolToken *, BoltEntity_get_AttachToken, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC5B0, IProtocolToken *, BoltEntity_get_DetachToken, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC5E0, IProtocolToken *, BoltEntity_get_ControlGainedToken, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC610, IProtocolToken *, BoltEntity_get_ControlLostToken, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC640, NetworkId, BoltEntity_get_NetworkId, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC660, bool, BoltEntity_get_CanFreeze, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC690, void, BoltEntity_set_CanFreeze, (BoltEntity * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00ACC6C0, BoltConnection *, BoltEntity_get_Controller, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC6E0, bool, BoltEntity_get_IsAttached, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC750, bool, BoltEntity_get_IsControlled, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC790, bool, BoltEntity_get_IsControllerOrOwner, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC7D0, bool, BoltEntity_get_IsFrozen, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC800, bool, BoltEntity_get_IsSceneObject, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC880, bool, BoltEntity_get_IsOwner, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC8B0, bool, BoltEntity_get_HasControl, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC930, bool, BoltEntity_get_HasControlWithPrediction, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC960, bool, BoltEntity_get_PersistsOnSceneLoad, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC9E0, bool, BoltEntity_get_HasParent, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACCA20, bool, BoltEntity_get_IsInputQueueFull, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACCAC0, void, BoltEntity_ClearInputQueue, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACCB30, BoltEntitySettingsModifier *, BoltEntity_ModifySettings, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACCBD0, void, BoltEntity_SetScopeAll, (BoltEntity * __this, bool inScope, bool force, MethodInfo * method)); DO_APP_FUNC(0x00ACCC10, void, BoltEntity_SetScope, (BoltEntity * __this, BoltConnection * connection, bool inScope, bool force, MethodInfo * method)); DO_APP_FUNC(0x00ACCC90, void, BoltEntity_SetParent, (BoltEntity * __this, BoltEntity * parent, MethodInfo * method)); DO_APP_FUNC(0x00ACCD90, void, BoltEntity_TakeControl, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACCE00, void, BoltEntity_TakeControl_1, (BoltEntity * __this, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00ACCE70, void, BoltEntity_ReleaseControl, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACCED0, void, BoltEntity_ReleaseControl_1, (BoltEntity * __this, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00ACCF30, void, BoltEntity_AssignControl, (BoltEntity * __this, BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00ACCF90, void, BoltEntity_AssignControl_1, (BoltEntity * __this, BoltConnection * connection, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00ACCFF0, void, BoltEntity_RevokeControl, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACD020, void, BoltEntity_RevokeControl_1, (BoltEntity * __this, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00ACD050, bool, BoltEntity_IsController, (BoltEntity * __this, BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00ACD080, bool, BoltEntity_QueueInput, (BoltEntity * __this, INetworkCommandData * data, bool force, MethodInfo * method)); DO_APP_FUNC(0x00ACD1A0, void, BoltEntity_Idle, (BoltEntity * __this, BoltConnection * connection, bool idle, MethodInfo * method)); DO_APP_FUNC(0x00ACD310, void, BoltEntity_Freeze, (BoltEntity * __this, bool pause, MethodInfo * method)); DO_APP_FUNC(0x00ACD340, void, BoltEntity_AddEventListener, (BoltEntity * __this, MonoBehaviour * behaviour, MethodInfo * method)); DO_APP_FUNC(0x00ACD380, void, BoltEntity_RemoveEventListener, (BoltEntity * __this, MonoBehaviour * behaviour, MethodInfo * method)); DO_APP_FUNC(0x00ACD3C0, bool, BoltEntity_StateIs, (BoltEntity * __this, Type * t, MethodInfo * method)); DO_APP_FUNC(0x00ACD420, String *, BoltEntity_ToString, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACD720, void, BoltEntity_DestroyDelayed, (BoltEntity * __this, float time, MethodInfo * method)); DO_APP_FUNC(0x00ACD7E0, void, BoltEntity_VerifyNotAttached, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B698, BoltEntity_VerifyNotAttached__MethodInfo); DO_APP_FUNC(0x00ACD850, IEnumerator *, BoltEntity_DestroyDelayedInternal, (BoltEntity * __this, float time, MethodInfo * method)); DO_APP_FUNC(0x00ACD900, void, BoltEntity_Awake, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACD910, void, BoltEntity_OnDisable, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACDA00, void, BoltEntity_OnDestroy, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACDAA0, void, BoltEntity_OnDrawGizmos, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACDBF0, GameObject *, BoltEntity_op_Implicit, (BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x00ACDC50, void, BoltEntity__ctor, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, BoltEntity_DestroyDelayedInternal_d_107__ctor, (BoltEntity_DestroyDelayedInternal_d_107 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltEntity_DestroyDelayedInternal_d_107_System_IDisposable_Dispose, (BoltEntity_DestroyDelayedInternal_d_107 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACDCC0, bool, BoltEntity_DestroyDelayedInternal_d_107_MoveNext, (BoltEntity_DestroyDelayedInternal_d_107 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, BoltEntity_DestroyDelayedInternal_d_107_System_Collections_Generic_IEnumerator_System_Object__get_Current, (BoltEntity_DestroyDelayedInternal_d_107 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACDE00, void, BoltEntity_DestroyDelayedInternal_d_107_System_Collections_IEnumerator_Reset, (BoltEntity_DestroyDelayedInternal_d_107 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B688, BoltEntity_DestroyDelayedInternal_d_107_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, BoltEntity_DestroyDelayedInternal_d_107_System_Collections_IEnumerator_get_Current, (BoltEntity_DestroyDelayedInternal_d_107 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACDE50, bool, Entity_QueueInput, (Entity * __this, Command * cmd, bool force, MethodInfo * method)); DO_APP_FUNC(0x00ACE170, void, Entity_TakeControl, (Entity * __this, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00ACE1D0, void, Entity_TakeControlInternal, (Entity * __this, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00ACE3F0, void, Entity_ReleaseControl, (Entity * __this, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00ACE440, void, Entity_ReleaseControlInternal, (Entity * __this, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00ACE660, void, Entity_AssignControl, (Entity * __this, BoltConnection * connection, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00ACE990, void, Entity_RevokeControl, (Entity * __this, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00ACEC10, void, Entity_Reset, (Entity * __this, bool all, MethodInfo * method)); DO_APP_FUNC(0x004FC890, IProtocolToken *, Entity_get_ControlLostToken, (Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACECD0, void, Entity_set_ControlLostToken, (Entity * __this, IProtocolToken * value, MethodInfo * method)); DO_APP_FUNC(0x004FC900, IProtocolToken *, Entity_get_ControlGainedToken, (Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACED50, void, Entity_set_ControlGainedToken, (Entity * __this, IProtocolToken * value, MethodInfo * method)); DO_APP_FUNC(0x004FC820, IProtocolToken *, Entity_get_AttachToken, (Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACEDD0, void, Entity_set_AttachToken, (Entity * __this, IProtocolToken * value, MethodInfo * method)); DO_APP_FUNC(0x00ACEE50, IProtocolToken *, Entity_get_DetachToken, (Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACEE60, void, Entity_set_DetachToken, (Entity * __this, IProtocolToken * value, MethodInfo * method)); DO_APP_FUNC(0x00ACEEE0, int32_t, Entity_get_Frame, (Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACEF60, int32_t, Entity_get_SendRate, (Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACEFF0, bool, Entity_get_IsSceneObject, (Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACF050, bool, Entity_get_HasParent, (Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACF070, bool, Entity_get_IsAttached, (Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACF0D0, bool, Entity_get_IsDummy, (Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACF100, bool, Entity_get_HasControl, (Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACF160, bool, Entity_get_HasPredictedControl, (Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACF220, bool, Entity_get_PersistsOnSceneLoad, (Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, Entity_get_CanQueueCommands, (Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC970, Entity *, Entity_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Entity__get_prev, (Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC980, void, Entity_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Entity__set_prev, (Entity * __this, Entity * value, MethodInfo * method)); DO_APP_FUNC(0x005E7780, Entity *, Entity_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Entity__get_next, (Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7790, void, Entity_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Entity__set_next, (Entity * __this, Entity * value, MethodInfo * method)); DO_APP_FUNC(0x00ACF280, Object *, Entity_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Entity__get_list, (Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACF290, void, Entity_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Entity__set_list, (Entity * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00ACF2F0, String *, Entity_ToString, (Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, Entity_Equals, (Entity * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00ACF3B0, int32_t, Entity_GetHashCode, (Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACF3C0, void, Entity_SetParent, (Entity * __this, Entity * entity, MethodInfo * method)); DO_APP_FUNC(0x00ACF400, void, Entity_SetParentInternal, (Entity * __this, Entity * entity, MethodInfo * method)); DO_APP_FUNC(0x00ACF5F0, void, Entity_SetScopeAll, (Entity * __this, bool inScope, bool force, MethodInfo * method)); DO_APP_FUNC(0x00ACF810, void, Entity_SetScope, (Entity * __this, BoltConnection * connection, bool inScope, bool force, MethodInfo * method)); DO_APP_FUNC(0x00ACF860, void, Entity_Freeze, (Entity * __this, bool freeze, MethodInfo * method)); DO_APP_FUNC(0x00ACFA40, EntityProxy *, Entity_CreateProxy, (Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACFD40, void, Entity_Attach, (Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD01B0, void, Entity_Detach, (Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD0AA0, void, Entity_AddEventListener, (Entity * __this, MonoBehaviour * behaviour, MethodInfo * method)); DO_APP_FUNC(0x00AD0AD0, void, Entity_RemoveEventListener, (Entity * __this, MonoBehaviour * behaviour, MethodInfo * method)); DO_APP_FUNC(0x00AD0B00, bool, Entity_IsController, (Entity * __this, BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00AD0B20, void, Entity_Render, (Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD0B70, void, Entity_Initialize, (Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD1230, void, Entity_SetIdle, (Entity * __this, BoltConnection * connection, bool idle, MethodInfo * method)); DO_APP_FUNC(0x00AD13A0, void, Entity_Simulate, (Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD1CE0, bool, Entity_ExecuteCommandsFromRemote, (Entity * __this, Command * * lastExecutedCommand, BoltIterator_1_Photon_Bolt_Command_ * lastCommandIteration, MethodInfo * method)); DO_APP_FUNC(0x00AD2420, void, Entity_ExecuteInstantCommand, (Entity * __this, Command * lastExecutedCommand, BoltIterator_1_Photon_Bolt_Command_ lastCommandIteration, int32_t instantMaxPredict, MethodInfo * method)); DO_APP_FUNC(0x00AD27A0, bool, Entity_LocalAndRemoteResultEqual, (Entity * __this, Command * cmd, MethodInfo * method)); DO_APP_FUNC(0x00AD2920, void, Entity_ExecuteCommand, (Entity * __this, Command * cmd, bool resetState, bool skipExecuted, MethodInfo * method)); DO_APP_FUNC(0x00AD2BF0, int32_t, Entity_UnexecutedCommandCount, (Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD2D80, Entity *, Entity_CreateFor, (PrefabId prefabId, TypeId serializerId, Vector3 position, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x00AD2F40, Entity *, Entity_CreateFor_1, (GameObject * instance, PrefabId prefabId, TypeId serializerId, MethodInfo * method)); DO_APP_FUNC(0x00AD2FD0, Entity *, Entity_CreateFor_2, (GameObject * instance, PrefabId prefabId, TypeId serializerId, EntityFlags flags, MethodInfo * method)); DO_APP_FUNC(0x00AD34A0, QueryComponentOptions__Enum, Entity_GetQueryComponentOption, (QueryComponentOptionsGlobal__Enum globalOption, QueryComponentOptions__Enum entityOption, MethodInfo * method)); DO_APP_FUNC(0x00AC8DA0, bool, Entity_op_Implicit, (Entity * entity, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, Entity_op_Equality, (Entity * a, Entity * b, MethodInfo * method)); DO_APP_FUNC(0x00AD34D0, bool, Entity_op_Inequality, (Entity * a, Entity * b, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Entity_Photon_Bolt_IPriorityCalculator_get_Always, (Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD34E0, float, Entity_Photon_Bolt_IPriorityCalculator_CalculateStatePriority, (Entity * __this, BoltConnection * connection, int32_t skipped, MethodInfo * method)); DO_APP_FUNC(0x00AD3500, float, Entity_Photon_Bolt_IPriorityCalculator_CalculateEventPriority, (Entity * __this, BoltConnection * connection, Event * evnt, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Entity_Photon_Bolt_IEntityReplicationFilter_AllowReplicationTo, (Entity * __this, BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00AD35C0, void, Entity__ctor, (Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD3C60, BoltEntity *, EntityBehaviour_get_entity, (EntityBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, EntityBehaviour_set_entity, (EntityBehaviour * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00AD3F90, bool, EntityBehaviour_get_invoke, (EntityBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EntityBehaviour_Initialized, (EntityBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EntityBehaviour_Attached, (EntityBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EntityBehaviour_Detached, (EntityBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EntityBehaviour_SimulateOwner, (EntityBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EntityBehaviour_SimulateController, (EntityBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EntityBehaviour_ControlGained, (EntityBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EntityBehaviour_ControlLost, (EntityBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EntityBehaviour_MissingCommand, (EntityBehaviour * __this, Command * previous, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EntityBehaviour_ExecuteCommand, (EntityBehaviour * __this, Command * command, bool resetState, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, EntityBehaviour_LocalAndRemoteResultEqual, (EntityBehaviour * __this, Command * command, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, EntityBehaviour__ctor, (EntityBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD3FE0, int32_t, EntityList_get_Count, (EntityList * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, EntityList__ctor, (EntityList * __this, List_1_Photon_Bolt_Entity_ * l, MethodInfo * method)); DO_APP_FUNC(0x00AD4030, IEnumerator_1_Photon_Bolt_BoltEntity_ *, EntityList_GetEnumerator, (EntityList * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD4030, IEnumerator *, EntityList_System_Collections_IEnumerable_GetEnumerator, (EntityList * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, EntityList_GetEnumerator_d_4__ctor, (EntityList_GetEnumerator_d_4 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00AD40D0, void, EntityList_GetEnumerator_d_4_System_IDisposable_Dispose, (EntityList_GetEnumerator_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD4190, bool, EntityList_GetEnumerator_d_4_MoveNext, (EntityList_GetEnumerator_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD4500, void, EntityList_GetEnumerator_d_4___m__Finally1, (EntityList_GetEnumerator_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, BoltEntity *, EntityList_GetEnumerator_d_4_System_Collections_Generic_IEnumerator_Photon_Bolt_BoltEntity__get_Current, (EntityList_GetEnumerator_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD4550, void, EntityList_GetEnumerator_d_4_System_Collections_IEnumerator_Reset, (EntityList_GetEnumerator_d_4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B508, EntityList_GetEnumerator_d_4_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, EntityList_GetEnumerator_d_4_System_Collections_IEnumerator_get_Current, (EntityList_GetEnumerator_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD45A0, int32_t, EntityLookup_get_Count, (EntityLookup * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, EntityLookup__ctor, (EntityLookup * __this, Dictionary_2_Photon_Bolt_NetworkId_Photon_Bolt_Internal_EntityProxy_ * d, MethodInfo * method)); DO_APP_FUNC(0x00AD45F0, bool, EntityLookup_TryGet, (EntityLookup * __this, NetworkId id, BoltEntity * * entity, MethodInfo * method)); DO_APP_FUNC(0x00AD47F0, IEnumerator_1_Photon_Bolt_BoltEntity_ *, EntityLookup_GetEnumerator, (EntityLookup * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD47F0, IEnumerator *, EntityLookup_System_Collections_IEnumerable_GetEnumerator, (EntityLookup * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, EntityLookup_GetEnumerator_d_5__ctor, (EntityLookup_GetEnumerator_d_5 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00AD4890, void, EntityLookup_GetEnumerator_d_5_System_IDisposable_Dispose, (EntityLookup_GetEnumerator_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD4950, bool, EntityLookup_GetEnumerator_d_5_MoveNext, (EntityLookup_GetEnumerator_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD4D30, void, EntityLookup_GetEnumerator_d_5___m__Finally1, (EntityLookup_GetEnumerator_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, BoltEntity *, EntityLookup_GetEnumerator_d_5_System_Collections_Generic_IEnumerator_Photon_Bolt_BoltEntity__get_Current, (EntityLookup_GetEnumerator_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD4D80, void, EntityLookup_GetEnumerator_d_5_System_Collections_IEnumerator_Reset, (EntityLookup_GetEnumerator_d_5 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B4B8, EntityLookup_GetEnumerator_d_5_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, EntityLookup_GetEnumerator_d_5_System_Collections_IEnumerator_get_Current, (EntityLookup_GetEnumerator_d_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD4DD0, bool, Event_get_FromSelf, (Event * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, BoltConnection *, Event_get_RaisedBy, (Event * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD4DE0, bool, Event_get_IsGlobalEvent, (Event * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, Byte__Array *, Event_get_BinaryData, (Event * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, Event_set_BinaryData, (Event * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003C7010, NetworkStorage *, Event_get_Storage, (Event * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD4E20, bool, Event_get_IsEntityEvent, (Event * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD4E60, void, Event__ctor, (Event * __this, Event_Meta * meta, MethodInfo * method)); DO_APP_FUNC(0x00AD4ED0, void, Event_InitNetworkStorage, (Event * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD4F40, void, Event_FreeStorage, (Event * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD5100, bool, Event_Pack, (Event * __this, BoltConnection * connection, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00AD51D0, void, Event_Read, (Event * __this, BoltConnection * connection, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00AD5290, void, Event_Send, (Event * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Event_PrepareRelease, (Event * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD5350, void, Event_IncrementRefs, (Event * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD5370, void, Event_DecrementRefs, (Event * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD53B0, void, Event_CheckRefs, (Event * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD53D0, EventUnreliable, EventUnreliable_Wrap, (Event * ev, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EventUnreliable_PriorityComparer__ctor, (EventUnreliable_PriorityComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD5430, int32_t, EventUnreliable_PriorityComparer_System_Collections_Generic_IComparer_Photon_Bolt_EventUnreliable__Compare, (EventUnreliable_PriorityComparer * __this, EventUnreliable x, EventUnreliable y, MethodInfo * method)); DO_APP_FUNC(0x00AD54B0, void, EventUnreliable_PriorityComparer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AD5560, EventReliable, EventReliable_Wrap, (Event * ev, MethodInfo * method)); DO_APP_FUNC(0x00AD55E0, EventReliable, EventReliable_Wrap_1, (Event * ev, uint32_t sequence, MethodInfo * method)); DO_APP_FUNC(0x00AD5650, void, EventChannel__ctor, (EventChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD59F0, void, EventChannel_Queue, (EventChannel * __this, Event * ev, MethodInfo * method)); DO_APP_FUNC(0x00AD5E30, void, EventChannel_Delivered, (EventChannel * __this, Packet * packet, MethodInfo * method)); DO_APP_FUNC(0x00AD6040, void, EventChannel_Lost, (EventChannel * __this, Packet * packet, MethodInfo * method)); DO_APP_FUNC(0x00AD61D0, void, EventChannel_Pack, (EventChannel * __this, Packet * packet, MethodInfo * method)); DO_APP_FUNC(0x00AD69B0, bool, EventChannel_PackEvent, (EventChannel * __this, Event * ev, UdpPacket * stream, uint32_t sequence, MethodInfo * method)); DO_APP_FUNC(0x00AD6C30, void, EventChannel_Read, (EventChannel * __this, Packet * packet, MethodInfo * method)); DO_APP_FUNC(0x00AD6FB0, Event *, EventChannel_ReadEvent, (EventChannel * __this, UdpPacket * stream, uint32_t * sequence, MethodInfo * method)); DO_APP_FUNC(0x00AD7400, void, EventDispatcher_Raise, (EventDispatcher * __this, Event * ev, MethodInfo * method)); DO_APP_FUNC(0x00AD7910, void, EventDispatcher_Add, (EventDispatcher * __this, MonoBehaviour * behaviour, MethodInfo * method)); DO_APP_FUNC(0x00AD7CB0, void, EventDispatcher_Remove, (EventDispatcher * __this, MonoBehaviour * behaviour, MethodInfo * method)); DO_APP_FUNC(0x00AD7DC0, void, EventDispatcher_Clear, (EventDispatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x00AD80B0, void, EventDispatcher_Reset, (MethodInfo * method)); DO_APP_FUNC(0x00AD8130, void, EventDispatcher_Enqueue, (Event * ev, MethodInfo * method)); DO_APP_FUNC(0x00AD81C0, void, EventDispatcher_Received, (Event * ev, MethodInfo * method)); DO_APP_FUNC(0x00AD8320, void, EventDispatcher_DispatchAllEvents, (MethodInfo * method)); DO_APP_FUNC(0x00AD83F0, void, EventDispatcher_Dispatch, (Event * ev, MethodInfo * method)); DO_APP_FUNC(0x00AD8CA0, void, EventDispatcher_Entity_Only_Controller_And_Owner, (Event * ev, MethodInfo * method)); DO_APP_FUNC(0x00AD8DD0, void, EventDispatcher_Global_Only_Self, (Event * ev, MethodInfo * method)); DO_APP_FUNC(0x00AD8E40, void, EventDispatcher_Entity_Only_Self, (Event * ev, MethodInfo * method)); DO_APP_FUNC(0x00AD8EC0, void, EventDispatcher_Entity_Only_Owner, (Event * ev, MethodInfo * method)); DO_APP_FUNC(0x00AD8F70, void, EventDispatcher_Entity_Only_Controller, (Event * ev, MethodInfo * method)); DO_APP_FUNC(0x00AD9040, void, EventDispatcher_Entity_Everyone_Except_Owner_And_Controller, (Event * ev, MethodInfo * method)); DO_APP_FUNC(0x00AD9300, void, EventDispatcher_Entity_Everyone_Except_Owner, (Event * ev, MethodInfo * method)); DO_APP_FUNC(0x00AD9550, void, EventDispatcher_Entity_Everyone_Except_Controller, (Event * ev, MethodInfo * method)); DO_APP_FUNC(0x00AD9810, void, EventDispatcher_Entity_Everyone, (Event * ev, MethodInfo * method)); DO_APP_FUNC(0x00AD9A30, void, EventDispatcher_Global_Specific_Connection, (Event * ev, MethodInfo * method)); DO_APP_FUNC(0x00AD9AC0, void, EventDispatcher_Global_Server, (Event * ev, MethodInfo * method)); DO_APP_FUNC(0x00AD9B80, void, EventDispatcher_Global_All_Clients, (Event * ev, MethodInfo * method)); DO_APP_FUNC(0x00AD9DC0, void, EventDispatcher_Global_Others, (Event * ev, MethodInfo * method)); DO_APP_FUNC(0x00AD9FF0, void, EventDispatcher_Global_Everyone, (Event * ev, MethodInfo * method)); DO_APP_FUNC(0x00ADA210, bool, EventDispatcher_RaiseLocal, (Event * ev, MethodInfo * method)); DO_APP_FUNC(0x00ADA310, void, EventDispatcher__ctor, (EventDispatcher * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADA540, void, EventDispatcher__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, DefaultEventFilter_Photon_Bolt_IEventFilter_EventReceived, (DefaultEventFilter * __this, Event * ev, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DefaultEventFilter__ctor, (DefaultEventFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADA620, void, EventReliableRecvBuffer__ctor, (EventReliableRecvBuffer * __this, int32_t windowBits, int32_t sequenceBits, MethodInfo * method)); DO_APP_FUNC(0x00ADA710, bool, EventReliableRecvBuffer_TryRemove, (EventReliableRecvBuffer * __this, EventReliable * value, MethodInfo * method)); DO_APP_FUNC(0x00ADA820, RecvBufferAddResult__Enum, EventReliableRecvBuffer_TryEnqueue, (EventReliableRecvBuffer * __this, EventReliable value, MethodInfo * method)); DO_APP_FUNC(0x00ADA910, IEnumerable_1_Photon_Bolt_EventReliable_ *, EventReliableSendBuffer_get_Pending, (EventReliableSendBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADA9D0, IEnumerable_1_Photon_Bolt_EventReliable_ *, EventReliableSendBuffer_get_Delivered, (EventReliableSendBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADAA90, bool, EventReliableSendBuffer_get_Full, (EventReliableSendBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADAAC0, void, EventReliableSendBuffer__ctor, (EventReliableSendBuffer * __this, int32_t windowBits, int32_t sequenceBits, MethodInfo * method)); DO_APP_FUNC(0x00ADABC0, bool, EventReliableSendBuffer_TryEnqueue, (EventReliableSendBuffer * __this, EventReliable value, MethodInfo * method)); DO_APP_FUNC(0x00ADACF0, bool, EventReliableSendBuffer_TryNext, (EventReliableSendBuffer * __this, EventReliable * value, MethodInfo * method)); DO_APP_FUNC(0x00ADADB0, void, EventReliableSendBuffer_SetDelivered, (EventReliableSendBuffer * __this, EventReliable value, MethodInfo * method)); DO_APP_FUNC(0x00ADAE50, void, EventReliableSendBuffer_SetSend, (EventReliableSendBuffer * __this, EventReliable value, MethodInfo * method)); DO_APP_FUNC(0x00ADAEF0, bool, EventReliableSendBuffer_TryRemove, (EventReliableSendBuffer * __this, EventReliable * value, MethodInfo * method)); DO_APP_FUNC(0x00ADAFF0, void, EventReliableSendBuffer_ChangeState, (EventReliableSendBuffer * __this, EventReliable value, EventReliableSendBuffer_State__Enum state, MethodInfo * method)); DO_APP_FUNC(0x00ADB080, int32_t, EventReliableSendBuffer_SequenceDistance, (EventReliableSendBuffer * __this, uint32_t from, uint32_t to, MethodInfo * method)); DO_APP_FUNC(0x0097ED80, void, EventReliableSendBuffer_get_Pending_d_9__ctor, (EventReliableSendBuffer_get_Pending_d_9 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EventReliableSendBuffer_get_Pending_d_9_System_IDisposable_Dispose, (EventReliableSendBuffer_get_Pending_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADB0B0, bool, EventReliableSendBuffer_get_Pending_d_9_MoveNext, (EventReliableSendBuffer_get_Pending_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, EventReliable, EventReliableSendBuffer_get_Pending_d_9_System_Collections_Generic_IEnumerator_Photon_Bolt_EventReliable__get_Current, (EventReliableSendBuffer_get_Pending_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADB160, void, EventReliableSendBuffer_get_Pending_d_9_System_Collections_IEnumerator_Reset, (EventReliableSendBuffer_get_Pending_d_9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B360, EventReliableSendBuffer_get_Pending_d_9_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00ADB1B0, Object *, EventReliableSendBuffer_get_Pending_d_9_System_Collections_IEnumerator_get_Current, (EventReliableSendBuffer_get_Pending_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADB200, IEnumerator_1_Photon_Bolt_EventReliable_ *, EventReliableSendBuffer_get_Pending_d_9_System_Collections_Generic_IEnumerable_Photon_Bolt_EventReliable__GetEnumerator, (EventReliableSendBuffer_get_Pending_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADB200, IEnumerator *, EventReliableSendBuffer_get_Pending_d_9_System_Collections_IEnumerable_GetEnumerator, (EventReliableSendBuffer_get_Pending_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097ED80, void, EventReliableSendBuffer_get_Delivered_d_11__ctor, (EventReliableSendBuffer_get_Delivered_d_11 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EventReliableSendBuffer_get_Delivered_d_11_System_IDisposable_Dispose, (EventReliableSendBuffer_get_Delivered_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADB2F0, bool, EventReliableSendBuffer_get_Delivered_d_11_MoveNext, (EventReliableSendBuffer_get_Delivered_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, EventReliable, EventReliableSendBuffer_get_Delivered_d_11_System_Collections_Generic_IEnumerator_Photon_Bolt_EventReliable__get_Current, (EventReliableSendBuffer_get_Delivered_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADB3A0, void, EventReliableSendBuffer_get_Delivered_d_11_System_Collections_IEnumerator_Reset, (EventReliableSendBuffer_get_Delivered_d_11 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B358, EventReliableSendBuffer_get_Delivered_d_11_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00ADB3F0, Object *, EventReliableSendBuffer_get_Delivered_d_11_System_Collections_IEnumerator_get_Current, (EventReliableSendBuffer_get_Delivered_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADB440, IEnumerator_1_Photon_Bolt_EventReliable_ *, EventReliableSendBuffer_get_Delivered_d_11_System_Collections_Generic_IEnumerable_Photon_Bolt_EventReliable__GetEnumerator, (EventReliableSendBuffer_get_Delivered_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADB440, IEnumerator *, EventReliableSendBuffer_get_Delivered_d_11_System_Collections_IEnumerable_GetEnumerator, (EventReliableSendBuffer_get_Delivered_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADB530, void, Event_Meta__ctor, (Event_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADB580, uint32_t, NetworkIdAllocator_get_LocalConnectionId, (MethodInfo * method)); DO_APP_FUNC(0x00ADB5C0, void, NetworkIdAllocator_Reset, (uint32_t connectionId, MethodInfo * method)); DO_APP_FUNC(0x00ADB620, void, NetworkIdAllocator_Assigned, (uint32_t connectionId, MethodInfo * method)); DO_APP_FUNC(0x00ADB660, NetworkId, NetworkIdAllocator_Allocate, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B340, NetworkIdAllocator_Allocate__MethodInfo); DO_APP_FUNC(0x00ADB710, bool, NetworkId_get_IsZero, (NetworkId * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, uint64_t, NetworkId_get_PackedValue, (NetworkId * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, NetworkId__ctor, (NetworkId * __this, uint64_t packed, MethodInfo * method)); DO_APP_FUNC(0x00ADB730, void, NetworkId__ctor_1, (NetworkId * __this, uint32_t connection, uint32_t entity, MethodInfo * method)); DO_APP_FUNC(0x00ADB740, String *, NetworkId_ToString, (NetworkId * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, NetworkId_op_Equality, (NetworkId a, NetworkId b, MethodInfo * method)); DO_APP_FUNC(0x00AD34D0, bool, NetworkId_op_Inequality, (NetworkId a, NetworkId b, MethodInfo * method)); DO_APP_FUNC(0x00ADBB00, int32_t, NetworkId_GetHashCode, (NetworkId * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBB10, bool, NetworkId_Equals, (NetworkId * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00ADBBA0, bool, NetworkId_System_IEquatable_Photon_Bolt_NetworkId__Equals, (NetworkId * __this, NetworkId other, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkId_EqualityComparer__ctor, (NetworkId_EqualityComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, NetworkId_EqualityComparer_System_Collections_Generic_IEqualityComparer_Photon_Bolt_NetworkId__Equals, (NetworkId_EqualityComparer * __this, NetworkId x, NetworkId y, MethodInfo * method)); DO_APP_FUNC(0x00ADBBC0, int32_t, NetworkId_EqualityComparer_System_Collections_Generic_IEqualityComparer_Photon_Bolt_NetworkId__GetHashCode, (NetworkId_EqualityComparer * __this, NetworkId x, MethodInfo * method)); DO_APP_FUNC(0x00ADBBD0, void, NetworkId_EqualityComparer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADBC80, String *, UniqueId_get_IdString, (UniqueId * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBD00, bool, UniqueId_get_IsNone, (UniqueId * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBD90, void, UniqueId__ctor, (UniqueId * __this, String * guid, MethodInfo * method)); DO_APP_FUNC(0x00ADBEC0, void, UniqueId__ctor_1, (UniqueId * __this, Byte__Array * bytes, MethodInfo * method)); DO_APP_FUNC(0x00ADBFD0, void, UniqueId__ctor_2, (UniqueId * __this, uint8_t byte0, uint8_t byte1, uint8_t byte2, uint8_t byte3, uint8_t byte4, uint8_t byte5, uint8_t byte6, uint8_t byte7, uint8_t byte8, uint8_t byte9, uint8_t byte10, uint8_t byte11, uint8_t byte12, uint8_t byte13, uint8_t byte14, uint8_t byte15, MethodInfo * method)); DO_APP_FUNC(0x00ADC050, Byte__Array *, UniqueId_ToByteArray, (UniqueId * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADC060, int32_t, UniqueId_GetHashCode, (UniqueId * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADC070, bool, UniqueId_Equals, (UniqueId * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00ADC130, String *, UniqueId_ToString, (UniqueId * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADC210, UniqueId, UniqueId_get_None, (MethodInfo * method)); DO_APP_FUNC(0x00ADC220, UniqueId, UniqueId_New, (MethodInfo * method)); DO_APP_FUNC(0x00ADC280, UniqueId, UniqueId_Parse, (String * text, MethodInfo * method)); DO_APP_FUNC(0x00ADC370, bool, UniqueId_System_IEquatable_Photon_Bolt_UniqueId__Equals, (UniqueId * __this, UniqueId other, MethodInfo * method)); DO_APP_FUNC(0x00ADC370, bool, UniqueId_op_Equality, (UniqueId a, UniqueId b, MethodInfo * method)); DO_APP_FUNC(0x00ADC3C0, bool, UniqueId_op_Inequality, (UniqueId a, UniqueId b, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UniqueId_EqualityComparer__ctor, (UniqueId_EqualityComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADC410, bool, UniqueId_EqualityComparer_System_Collections_Generic_IEqualityComparer_Photon_Bolt_UniqueId__Equals, (UniqueId_EqualityComparer * __this, UniqueId x, UniqueId y, MethodInfo * method)); DO_APP_FUNC(0x00ADC460, int32_t, UniqueId_EqualityComparer_System_Collections_Generic_IEqualityComparer_Photon_Bolt_UniqueId__GetHashCode, (UniqueId_EqualityComparer * __this, UniqueId x, MethodInfo * method)); DO_APP_FUNC(0x00ADC470, void, UniqueId_EqualityComparer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADC520, void, PhotonCloudGlobalBehavior_Awake, (PhotonCloudGlobalBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADC660, void, PhotonCloudGlobalBehavior_BoltConnectInternal, (PhotonCloudGlobalBehavior * __this, UdpEndPoint endPoint, Object * token, MethodInfo * method)); DO_APP_FUNC(0x00ADC930, void, PhotonCloudGlobalBehavior_BoltCancelConnectInternal, (PhotonCloudGlobalBehavior * __this, UdpEndPoint endPoint, MethodInfo * method)); DO_APP_FUNC(0x00ADCB00, void, PhotonCloudGlobalBehavior_BoltDisconnectInternal, (PhotonCloudGlobalBehavior * __this, UdpConnectionDisconnectReason__Enum disconnectedCause, MethodInfo * method)); DO_APP_FUNC(0x00ADCEE0, UdpEndPoint, PhotonCloudGlobalBehavior_BoltEndPointInternal, (PhotonCloudGlobalBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADCFA0, bool, PhotonCloudGlobalBehavior_BoltIsClientInternal, (PhotonCloudGlobalBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADD020, void, PhotonCloudGlobalBehavior_BoltUpdateSessionListInternal, (PhotonCloudGlobalBehavior * __this, Map_2_System_Guid_UdpSession_ * sessions, MethodInfo * method)); DO_APP_FUNC(0x00ADD070, void, PhotonCloudGlobalBehavior__ctor, (PhotonCloudGlobalBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADD0C0, void, PhotonCloudGlobalBehavior_PhotonBoltBehavior_BoltShutdownBegin, (PhotonCloudGlobalBehavior_PhotonBoltBehavior * __this, AddCallback * registerDoneCallback, UdpConnectionDisconnectReason__Enum disconnectReason, MethodInfo * method)); DO_APP_FUNC(0x00ADD230, void, PhotonCloudGlobalBehavior_PhotonBoltBehavior_ConnectAttempt, (PhotonCloudGlobalBehavior_PhotonBoltBehavior * __this, UdpEndPoint endpoint, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00ADD2A0, void, PhotonCloudGlobalBehavior_PhotonBoltBehavior_ConnectFailed, (PhotonCloudGlobalBehavior_PhotonBoltBehavior * __this, UdpEndPoint endpoint, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00ADD2F0, void, PhotonCloudGlobalBehavior_PhotonBoltBehavior_ConnectRefused, (PhotonCloudGlobalBehavior_PhotonBoltBehavior * __this, UdpEndPoint endpoint, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00ADD380, void, PhotonCloudGlobalBehavior_PhotonBoltBehavior__ctor, (PhotonCloudGlobalBehavior_PhotonBoltBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADD400, void, PhotonCloudGlobalBehavior_PhotonBoltBehavior_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonCloudGlobalBehavior_PhotonBoltBehavior_c__ctor, (PhotonCloudGlobalBehavior_PhotonBoltBehavior_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADD4B0, void, PhotonCloudGlobalBehavior_PhotonBoltBehavior_c__BoltShutdownBegin_b__0_0, (PhotonCloudGlobalBehavior_PhotonBoltBehavior_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B2F0, PhotonCloudGlobalBehavior_PhotonBoltBehavior_c__BoltShutdownBegin_b__0_0__MethodInfo); DO_APP_FUNC(0x003BAD20, bool, PhotonRoomProperties_get_IsOpen, (PhotonRoomProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, PhotonRoomProperties_set_IsOpen, (PhotonRoomProperties * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00422A30, bool, PhotonRoomProperties_get_IsVisible, (PhotonRoomProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A40, void, PhotonRoomProperties_set_IsVisible, (PhotonRoomProperties * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Dictionary_2_System_Object_System_Object_ *, PhotonRoomProperties_get_CustomRoomProperties, (PhotonRoomProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, HashSet_1_System_String_ *, PhotonRoomProperties_get_CustomRoomPropertiesInLobby, (PhotonRoomProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADD500, void, PhotonRoomProperties__ctor, (PhotonRoomProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADD690, bool, PhotonRoomProperties_AddRoomProperty, (PhotonRoomProperties * __this, String * key, Object * value, bool showInLobby, MethodInfo * method)); DO_APP_FUNC(0x00ADD7B0, bool, PhotonRoomProperties_RemoveRoomProperty, (PhotonRoomProperties * __this, String * key, MethodInfo * method)); DO_APP_FUNC(0x00ADD840, Object *, PhotonRoomProperties_get_Item, (PhotonRoomProperties * __this, String * key, MethodInfo * method)); DO_APP_FUNC(0x00ADD900, void, PhotonRoomProperties_set_Item, (PhotonRoomProperties * __this, String * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00ADD920, void, PhotonRoomProperties_Write, (PhotonRoomProperties * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00ADD970, void, PhotonRoomProperties_Read, (PhotonRoomProperties * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00ADDA30, int32_t, BoltConfig_get_ProtocolTokenMaxSize, (BoltConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADDA40, int32_t, BoltConfig_get_commandDejitterDelay, (BoltConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A620, void, BoltConfig_set_commandDejitterDelay, (BoltConfig * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, int32_t, BoltConfig_get_commandDejitterDelayMin, (BoltConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADDA50, int32_t, BoltConfig_get_commandDejitterDelayMax, (BoltConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADDA60, void, BoltConfig__ctor, (BoltConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADDB20, BoltConfig *, BoltConfig_Clone, (BoltConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADDB80, BoltRuntimeSettings *, BoltRuntimeSettings_get_instance, (MethodInfo * method)); DO_APP_FUNC(0x00ADDED0, String__Array *, BoltRuntimeSettings_get_photonCloudRegions, (MethodInfo * method)); DO_APP_FUNC(0x00ADE140, String__Array *, BoltRuntimeSettings_get_photonCloudRegionsId, (MethodInfo * method)); DO_APP_FUNC(0x00ADE3B0, BoltConfig *, BoltRuntimeSettings_GetConfigCopy, (BoltRuntimeSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADE420, void, BoltRuntimeSettings_UpdateBestRegion, (BoltRuntimeSettings * __this, PhotonRegion * newRegion, MethodInfo * method)); DO_APP_FUNC(0x00ADE5D0, void, BoltRuntimeSettings__ctor, (BoltRuntimeSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADE830, void, BoltRuntimeSettings_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltRuntimeSettings_c__ctor, (BoltRuntimeSettings_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADE8E0, String *, BoltRuntimeSettings_c__get_photonCloudRegions_b__22_0, (BoltRuntimeSettings_c * __this, PhotonRegion * region, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B270, BoltRuntimeSettings_c__get_photonCloudRegions_b__22_0__MethodInfo); DO_APP_FUNC(0x00ADE910, String *, BoltRuntimeSettings_c__get_photonCloudRegionsId_b__24_0, (BoltRuntimeSettings_c * __this, PhotonRegion * region, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B258, BoltRuntimeSettings_c__get_photonCloudRegionsId_b__24_0__MethodInfo); DO_APP_FUNC(0x00ADE930, void, NetworkArray_Entity__ctor, (NetworkArray_Entity * __this, int32_t length, int32_t stride, MethodInfo * method)); DO_APP_FUNC(0x00ADE990, BoltEntity *, NetworkArray_Entity_GetValue, (NetworkArray_Entity * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00ADEA30, bool, NetworkArray_Entity_SetValue, (NetworkArray_Entity * __this, int32_t index, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00ADEBE0, void, NetworkArray_Float__ctor, (NetworkArray_Float * __this, int32_t length, int32_t stride, MethodInfo * method)); DO_APP_FUNC(0x00ADECD0, float, NetworkArray_Float_GetValue, (NetworkArray_Float * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00ADED20, bool, NetworkArray_Float_SetValue, (NetworkArray_Float * __this, int32_t index, float value, MethodInfo * method)); DO_APP_FUNC(0x00ADEDE0, void, NetworkArray_Integer__ctor, (NetworkArray_Integer * __this, int32_t length, int32_t stride, MethodInfo * method)); DO_APP_FUNC(0x00ADEED0, int32_t, NetworkArray_Integer_GetValue, (NetworkArray_Integer * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00ADEF20, bool, NetworkArray_Integer_SetValue, (NetworkArray_Integer * __this, int32_t index, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00ADEFD0, void, NetworkArray_PrefabId__ctor, (NetworkArray_PrefabId * __this, int32_t length, int32_t stride, MethodInfo * method)); DO_APP_FUNC(0x00ADF0C0, PrefabId, NetworkArray_PrefabId_GetValue, (NetworkArray_PrefabId * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00ADF110, bool, NetworkArray_PrefabId_SetValue, (NetworkArray_PrefabId * __this, int32_t index, PrefabId value, MethodInfo * method)); DO_APP_FUNC(0x00ADF1C0, void, NetworkArray_ProtocolToken__ctor, (NetworkArray_ProtocolToken * __this, int32_t length, int32_t stride, MethodInfo * method)); DO_APP_FUNC(0x00ADF220, IProtocolToken *, NetworkArray_ProtocolToken_GetValue, (NetworkArray_ProtocolToken * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00ADF280, bool, NetworkArray_ProtocolToken_SetValue, (NetworkArray_ProtocolToken * __this, int32_t index, IProtocolToken * value, MethodInfo * method)); DO_APP_FUNC(0x00ADF3F0, void, NetworkArray_Quaternion__ctor, (NetworkArray_Quaternion * __this, int32_t length, int32_t stride, MethodInfo * method)); DO_APP_FUNC(0x00ADF4E0, Quaternion, NetworkArray_Quaternion_GetValue, (NetworkArray_Quaternion * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00ADF550, bool, NetworkArray_Quaternion_SetValue, (NetworkArray_Quaternion * __this, int32_t index, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x00ADF660, void, NetworkArray_String__ctor, (NetworkArray_String * __this, int32_t length, int32_t stride, MethodInfo * method)); DO_APP_FUNC(0x00ADF6C0, String *, NetworkArray_String_GetValue, (NetworkArray_String * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00ADF760, bool, NetworkArray_String_SetValue, (NetworkArray_String * __this, int32_t index, String * value, MethodInfo * method)); DO_APP_FUNC(0x00ADF900, NetworkTransform *, NetworkArray_Transform_get_Item, (NetworkArray_Transform * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00ADF9B0, void, NetworkArray_Transform__ctor, (NetworkArray_Transform * __this, int32_t length, int32_t stride, MethodInfo * method)); DO_APP_FUNC(0x00ADFA10, NetworkTransform *, NetworkArray_Transform_GetValue, (NetworkArray_Transform * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00ADFA70, bool, NetworkArray_Transform_SetValue, (NetworkArray_Transform * __this, int32_t index, NetworkTransform * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B1F8, NetworkArray_Transform_SetValue__MethodInfo); DO_APP_FUNC(0x00ADFAC0, void, NetworkArray_Vector__ctor, (NetworkArray_Vector * __this, int32_t length, int32_t stride, MethodInfo * method)); DO_APP_FUNC(0x00ADFBB0, Vector3, NetworkArray_Vector_GetValue, (NetworkArray_Vector * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00ADFC20, bool, NetworkArray_Vector_SetValue, (NetworkArray_Vector * __this, int32_t index, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00ADFD30, NetworkState_Meta *, BoltStateMetas_GetStateMeta, (TypeId typeId, MethodInfo * method)); DO_APP_FUNC(0x00ADFDE0, void, BoltStateMetas_FetchStateMetas, (MethodInfo * method)); DO_APP_FUNC(0x00AE0240, IEnumerable_1_System_Type_ *, BoltStateMetas_FindImplementations, (Type * t, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, Filter_1__ctor, (Filter_1 * __this, int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, Filter_1_GetHashCode, (Filter_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0440, String *, Filter_1_ToString, (Filter_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0660, bool, Filter_1_op_Implicit, (Filter_1 a, MethodInfo * method)); DO_APP_FUNC(0x0099AFA0, Filter_1, Filter_1_op_BitwiseAnd, (Filter_1 a, Filter_1 b, MethodInfo * method)); DO_APP_FUNC(0x0099AFB0, Filter_1, Filter_1_op_BitwiseOr, (Filter_1 a, Filter_1 b, MethodInfo * method)); DO_APP_FUNC(0x00AE0670, void, Filter_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Filter_EqualityComparer__ctor, (Filter_EqualityComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, Filter_EqualityComparer_System_Collections_Generic_IEqualityComparer_Photon_Bolt_Filter__Equals, (Filter_EqualityComparer * __this, Filter_1 a, Filter_1 b, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, Filter_EqualityComparer_System_Collections_Generic_IEqualityComparer_Photon_Bolt_Filter__GetHashCode, (Filter_EqualityComparer * __this, Filter_1 f, MethodInfo * method)); DO_APP_FUNC(0x00AE0740, void, Filter_EqualityComparer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ArrayIndices__ctor, (ArrayIndices * __this, Int32__Array * indices, MethodInfo * method)); DO_APP_FUNC(0x00AE07F0, int32_t, ArrayIndices_get_Length, (ArrayIndices * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0800, int32_t, ArrayIndices_get_Item, (ArrayIndices * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B178, ArrayIndices_get_Item__MethodInfo); DO_APP_FUNC(0x00AE0880, void, NetworkArray_Meta__ctor, (NetworkArray_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkArray_Meta_InitMeta, (NetworkArray_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkArray_Meta_InitObject, (NetworkArray_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00AE08D0, void, NetworkArray_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AE09C0, void, NetworkObj_Root__ctor, (NetworkObj_Root * __this, NetworkObj_Meta * meta, MethodInfo * method)); DO_APP_FUNC(0x00AE0BB0, NetworkState *, NetworkObj_get_RootState, (NetworkObj * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0C30, void, NetworkObj_Add, (NetworkObj * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0CD0, List_1_Photon_Bolt_NetworkObj_ *, NetworkObj_get_Objects, (NetworkObj * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0CF0, NetworkStorage *, NetworkObj_get_Storage, (NetworkObj * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, NetworkObj__ctor, (NetworkObj * __this, NetworkObj_Meta * meta, MethodInfo * method)); DO_APP_FUNC(0x00AE0D20, void, NetworkObj_InitRoot, (NetworkObj * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0EA0, void, NetworkObj_Init, (NetworkObj * __this, String * path, NetworkObj * parent, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00AE0F30, NetworkStorage *, NetworkObj_AllocateStorage, (NetworkObj * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE10A0, NetworkStorage *, NetworkObj_DuplicateStorage, (NetworkObj * __this, NetworkStorage * srcStorage, MethodInfo * method)); DO_APP_FUNC(0x00AE1180, void, NetworkObj_FreeStorage, (NetworkObj * __this, NetworkStorage * storage, MethodInfo * method)); DO_APP_FUNC(0x00AE11A0, int32_t, NetworkObj_get_Item, (NetworkObj * __this, NetworkProperty * property, MethodInfo * method)); DO_APP_FUNC(0x00AE11C0, void, NetworkObj_Meta__ctor, (NetworkObj_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE16A0, NetworkStorage *, NetworkObj_Meta_AllocateStorage, (NetworkObj_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE1810, void, NetworkObj_Meta_FreeStorage, (NetworkObj_Meta * __this, NetworkStorage * storage, MethodInfo * method)); DO_APP_FUNC(0x00AE1930, void, NetworkObj_Meta_AddPropertyToArray, (NetworkObj_Meta * __this, int32_t offsetProperties, int32_t offsetObjects, NetworkProperty * property, MethodInfo * method)); DO_APP_FUNC(0x00AE1B10, void, NetworkObj_Meta_AddProperty, (NetworkObj_Meta * __this, int32_t offsetProperties, int32_t offsetObjects, NetworkProperty * property, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00AE1E20, void, NetworkObj_Meta_AddCopiedProperty, (NetworkObj_Meta * __this, int32_t offsetProperties, int32_t offsetObjects, NetworkPropertyInfo property, String * prefix, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00AE2490, void, NetworkObj_Meta_CopyProperties, (NetworkObj_Meta * __this, int32_t offsetProperties, int32_t offsetObjects, NetworkObj_Meta * meta, String * prefix, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00AE2580, void, NetworkObj_Meta_InitMeta, (NetworkObj_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE2940, void, NetworkObj_Meta_InitObject, (NetworkObj_Meta * __this, NetworkObj * obj, NetworkObj * root, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00AE2A90, void, NetworkObj_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AE2BE0, void, NetworkObj_Meta_Offsets__ctor, (NetworkObj_Meta_Offsets * __this, int32_t properties, int32_t storage, int32_t objects, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkObj_Meta_c_DisplayClass22_0__ctor, (NetworkObj_Meta_c_DisplayClass22_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE2BF0, String *, NetworkObj_Meta_c_DisplayClass22_0__AddCopiedProperty_b__0, (NetworkObj_Meta_c_DisplayClass22_0 * __this, String * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B0F0, NetworkObj_Meta_c_DisplayClass22_0__AddCopiedProperty_b__0__MethodInfo); DO_APP_FUNC(0x00418D30, bool, NetworkProperty_get_AllowCallbacks, (NetworkProperty * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, NetworkProperty_get_WantsOnRender, (NetworkProperty * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, NetworkProperty_get_WantsOnSimulateAfter, (NetworkProperty * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, NetworkProperty_get_WantsOnSimulateBefore, (NetworkProperty * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, NetworkProperty_get_WantsOnControlGainedLost, (NetworkProperty * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, NetworkProperty_get_WantsOnFrameCloned, (NetworkProperty * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE2C50, void, NetworkProperty_Settings_Property, (NetworkProperty * __this, String * name, int32_t priority, int32_t filters, MethodInfo * method)); DO_APP_FUNC(0x00AE2D20, void, NetworkProperty_Settings_Offsets, (NetworkProperty * __this, int32_t properties, int32_t storage, MethodInfo * method)); DO_APP_FUNC(0x00AE2D30, void, NetworkProperty_Settings_Interpolation, (NetworkProperty * __this, float snapMagnitude, bool enabled, MethodInfo * method)); DO_APP_FUNC(0x00AE2D40, Object *, NetworkProperty_DebugValue, (NetworkProperty * __this, NetworkObj * obj, NetworkStorage * storage, MethodInfo * method)); DO_APP_FUNC(0x006FEBF0, int32_t, NetworkProperty_BitCount, (NetworkProperty * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00AE2D80, void, NetworkProperty_SetDynamic, (NetworkProperty * __this, NetworkObj * obj, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B0C0, NetworkProperty_SetDynamic__MethodInfo); DO_APP_FUNC(0x00AE2DD0, Object *, NetworkProperty_GetDynamic, (NetworkProperty * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B0B8, NetworkProperty_GetDynamic__MethodInfo); DO_APP_FUNC(0x00418D40, bool, NetworkProperty_SupportsDeltaCompression, (NetworkProperty * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkProperty_OnInit, (NetworkProperty * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkProperty_OnRender, (NetworkProperty * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkProperty_OnSimulateBefore, (NetworkProperty * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkProperty_OnSimulateAfter, (NetworkProperty * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkProperty_OnParentChanged, (NetworkProperty * __this, NetworkObj * obj, Entity * newParent, Entity * oldParent, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkProperty_OnFrameCloned, (NetworkProperty * __this, NetworkObj * obj, NetworkStorage * storage, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkProperty_OnControlGained, (NetworkProperty * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkProperty_OnControlLost, (NetworkProperty * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkProperty_SmoothCommandCorrection, (NetworkProperty * __this, NetworkObj * obj, NetworkStorage * from, NetworkStorage * to, NetworkStorage * storage, float t, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkProperty__ctor, (NetworkProperty * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE2E20, bool, NetworkProperty_Mecanim_get_WantsOnSimulateAfter, (NetworkProperty_Mecanim * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE2E30, void, NetworkProperty_Mecanim_Settings_Mecanim, (NetworkProperty_Mecanim * __this, MecanimMode__Enum mode, MecanimDirection__Enum direction, float damping, int32_t layer, MethodInfo * method)); DO_APP_FUNC(0x00AE2E50, void, NetworkProperty_Mecanim_OnSimulateAfter, (NetworkProperty_Mecanim * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00AE3450, bool, NetworkProperty_Mecanim_ShouldPullDataFromMecanim, (NetworkProperty_Mecanim * __this, NetworkState * state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkProperty_Mecanim_PullMecanimValue, (NetworkProperty_Mecanim * __this, NetworkState * state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkProperty_Mecanim_PushMecanimValue, (NetworkProperty_Mecanim * __this, NetworkState * state, MethodInfo * method)); DO_APP_FUNC(0x00AE3490, void, NetworkProperty_Mecanim_PullMecanimLayer, (NetworkProperty_Mecanim * __this, NetworkState * state, MethodInfo * method)); DO_APP_FUNC(0x00AE3770, void, NetworkProperty_Mecanim_PushMecanimLayer, (NetworkProperty_Mecanim * __this, NetworkState * state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkProperty_Mecanim__ctor, (NetworkProperty_Mecanim * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE39A0, Animator *, NetworkState_get_Animator, (NetworkState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE3A30, NetworkStorage *, NetworkState_get_Storage, (NetworkState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE3AA0, void, NetworkState__ctor, (NetworkState * __this, NetworkState_Meta * meta, MethodInfo * method)); DO_APP_FUNC(0x00AE3EF0, void, NetworkState_SetAnimator, (NetworkState * __this, Animator * animator, MethodInfo * method)); DO_APP_FUNC(0x00AE3FC0, void, NetworkState_AddAnimator, (NetworkState * __this, Animator * animator, MethodInfo * method)); DO_APP_FUNC(0x00AE4050, void, NetworkState_WriteInitialPosition, (NetworkState * __this, Vector3 position, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00AE40E0, Vector3, NetworkState_ReadInitialPosition, (NetworkState * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00AE4130, void, NetworkState_WriteInitialRotation, (NetworkState * __this, Quaternion rotation, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00AE4170, Quaternion, NetworkState_ReadInitialRotation, (NetworkState * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00AE41B0, void, NetworkState_Photon_Bolt_IEntitySerializer_DebugInfo, (NetworkState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE4700, void, NetworkState_DebugInfoArrayProperty, (NetworkState * __this, NetworkPropertyInfo property, Object * value, Int32__Array * indices, MethodInfo * method)); DO_APP_FUNC(0x00AE49E0, void, NetworkState_DebugInfoProperty, (NetworkState * __this, int32_t i, NetworkPropertyInfo property, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00AE4C00, TypeId, NetworkState_Photon_Bolt_IEntitySerializer_get_TypeId, (NetworkState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE4C20, void, NetworkState_Photon_Bolt_IEntitySerializer_OnRender, (NetworkState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE4D70, void, NetworkState_Photon_Bolt_IEntitySerializer_OnInitialized, (NetworkState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE4F10, void, NetworkState_Photon_Bolt_IEntitySerializer_OnCreated, (NetworkState * __this, Entity * entity, MethodInfo * method)); DO_APP_FUNC(0x00AE5020, void, NetworkState_Photon_Bolt_IEntitySerializer_OnParentChanging, (NetworkState * __this, Entity * newParent, Entity * oldParent, MethodInfo * method)); DO_APP_FUNC(0x00AE5160, void, NetworkState_Photon_Bolt_IEntitySerializer_OnSimulateBefore, (NetworkState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE5610, void, NetworkState_Photon_Bolt_IEntitySerializer_OnSimulateAfter, (NetworkState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE5760, void, NetworkState_Photon_Bolt_IEntitySerializer_OnControlGained, (NetworkState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE58B0, void, NetworkState_Photon_Bolt_IEntitySerializer_OnControlLost, (NetworkState * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, BitSet *, NetworkState_Photon_Bolt_IEntitySerializer_GetDefaultMask, (NetworkState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE5940, BitSet *, NetworkState_Photon_Bolt_IEntitySerializer_GetFilter, (NetworkState * __this, BoltConnection * connection, EntityProxy * proxy, MethodInfo * method)); DO_APP_FUNC(0x00AE59C0, void, NetworkState_Photon_Bolt_IEntitySerializer_InitProxy, (NetworkState * __this, EntityProxy * p, MethodInfo * method)); DO_APP_FUNC(0x00AE5AB0, int32_t, NetworkState_Photon_Bolt_IEntitySerializer_Pack, (NetworkState * __this, BoltConnection * connection, UdpPacket * stream, EntityProxyEnvelope * env, MethodInfo * method)); DO_APP_FUNC(0x00AE5EC0, void, NetworkState_PackProperties, (NetworkState * __this, BoltConnection * connection, UdpPacket * packet, EntityProxyEnvelope * env, Priority__Array * priority, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00AE62B0, void, NetworkState_Photon_Bolt_IEntitySerializer_Read, (NetworkState * __this, BoltConnection * connection, UdpPacket * packet, int32_t frame, MethodInfo * method)); DO_APP_FUNC(0x00AE6A30, bool, NetworkState_VerifyCallbackPath, (NetworkState * __this, String * path, MethodInfo * method)); DO_APP_FUNC(0x00AE6AA0, Animator *, NetworkState_Photon_Bolt_IState_get_Animator, (NetworkState * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, IEnumerable_1_UnityEngine_Animator_ *, NetworkState_Photon_Bolt_IState_get_AllAnimators, (NetworkState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE6B10, void, NetworkState_Photon_Bolt_IState_AddAnimator, (NetworkState * __this, Animator * animator, MethodInfo * method)); DO_APP_FUNC(0x00AE6B70, void, NetworkState_Photon_Bolt_IState_SetAnimator, (NetworkState * __this, Animator * animator, MethodInfo * method)); DO_APP_FUNC(0x00AE6C00, void, NetworkState_Photon_Bolt_IState_AddCallback, (NetworkState * __this, String * path, PropertyCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x00AE6E00, void, NetworkState_Photon_Bolt_IState_AddCallback_1, (NetworkState * __this, String * path, PropertyCallbackSimple * callback, MethodInfo * method)); DO_APP_FUNC(0x00AE7000, void, NetworkState_Photon_Bolt_IState_RemoveCallback, (NetworkState * __this, String * path, PropertyCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x00AE70B0, void, NetworkState_Photon_Bolt_IState_RemoveCallback_1, (NetworkState * __this, String * path, PropertyCallbackSimple * callback, MethodInfo * method)); DO_APP_FUNC(0x00AE7160, void, NetworkState_Photon_Bolt_IState_RemoveAllCallbacks, (NetworkState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE71E0, void, NetworkState_Photon_Bolt_IState_SetDynamic, (NetworkState * __this, String * property, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8ADD0, NetworkState_Photon_Bolt_IState_SetDynamic__MethodInfo); DO_APP_FUNC(0x00AE73E0, Object *, NetworkState_Photon_Bolt_IState_GetDynamic, (NetworkState * __this, String * property, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8ADC0, NetworkState_Photon_Bolt_IState_GetDynamic__MethodInfo); DO_APP_FUNC(0x00AE75D0, void, NetworkState_Photon_Bolt_IState_SetTeleport, (NetworkState * __this, NetworkTransform * transform, MethodInfo * method)); DO_APP_FUNC(0x00AE75F0, void, NetworkState_Photon_Bolt_IState_SetTransforms, (NetworkState * __this, NetworkTransform * transform, Transform * simulate, MethodInfo * method)); DO_APP_FUNC(0x00AE76C0, void, NetworkState_Photon_Bolt_IState_SetTransforms_1, (NetworkState * __this, NetworkTransform * transform, Transform * simulate, Transform * render, MethodInfo * method)); DO_APP_FUNC(0x00AE7970, void, NetworkState_Photon_Bolt_IState_ForceTransform, (NetworkState * __this, NetworkTransform * transform, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x00AE7A90, void, NetworkState_Photon_Bolt_IState_ForceTransform_1, (NetworkState * __this, NetworkTransform * transform, Vector3 position, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x00AE7C60, bool, NetworkState_Photon_Bolt_IState_TrySetDynamic, (NetworkState * __this, String * property, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00AE7DF0, bool, NetworkState_Photon_Bolt_IState_TryGetDynamic, (NetworkState * __this, String * property, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkState_System_IDisposable_Dispose, (NetworkState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE7FF0, void, NetworkState_InvokeCallbacks, (NetworkState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE83A0, void, NetworkState_InvokeCallbacksForProperty, (NetworkState * __this, int32_t propertyIndex, MethodInfo * method)); DO_APP_FUNC(0x00AE8690, NetworkState_PropertyField *, NetworkState__DebugInfoArrayProperty_g__GetOrCreateField_19_0, (NetworkState_PropertyField * innerBaseField, String * name, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, NetworkState_PropertyField_get_IsVisible, (NetworkState_PropertyField * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, NetworkState_PropertyField_set_IsVisible, (NetworkState_PropertyField * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00B2E9C0, void, NetworkState_PropertyField__ctor, (NetworkState_PropertyField * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00B2EBA0, void, NetworkState_PropertyField_AddField, (NetworkState_PropertyField * __this, NetworkState_PropertyField * field, MethodInfo * method)); DO_APP_FUNC(0x00B2EC40, bool, NetworkState_PropertyField_TryGet, (NetworkState_PropertyField * __this, int32_t id, NetworkState_PropertyField * * field, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, NetworkState_PropertyField_GetHashCode, (NetworkState_PropertyField * __this, MethodInfo * method)); DO_APP_FUNC(0x00B2EDD0, bool, NetworkState_PropertyField_Equals, (NetworkState_PropertyField * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, NetworkState_PropertyField_GetName, (NetworkState_PropertyField * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, NetworkState_PropertyField_GetValue, (NetworkState_PropertyField * __this, MethodInfo * method)); DO_APP_FUNC(0x00B2EEC0, IDebugDrawerObjectArray__Array *, NetworkState_PropertyField_GetChildren, (NetworkState_PropertyField * __this, MethodInfo * method)); DO_APP_FUNC(0x00AED8B0, void, NetworkState_Meta__ctor, (NetworkState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B2F070, void, NetworkStorage__ctor, (NetworkStorage * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x00B2F130, void, NetworkStorage_PropertyChanged, (NetworkStorage * __this, int32_t property, MethodInfo * method)); DO_APP_FUNC(0x003BF700, NetworkStorage *, NetworkStorage_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_NetworkStorage__get_prev, (NetworkStorage * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF710, void, NetworkStorage_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_NetworkStorage__set_prev, (NetworkStorage * __this, NetworkStorage * value, MethodInfo * method)); DO_APP_FUNC(0x00473D30, NetworkStorage *, NetworkStorage_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_NetworkStorage__get_next, (NetworkStorage * __this, MethodInfo * method)); DO_APP_FUNC(0x00B2F140, void, NetworkStorage_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_NetworkStorage__set_next, (NetworkStorage * __this, NetworkStorage * value, MethodInfo * method)); DO_APP_FUNC(0x004B2C80, Object *, NetworkStorage_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_NetworkStorage__get_list, (NetworkStorage * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C90, void, NetworkStorage_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_NetworkStorage__set_list, (NetworkStorage * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00B2F1A0, void, NetworkTransform__ctor, (NetworkTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x00B2F1B0, void, NetworkTransform__ctor_1, (NetworkTransform * __this, TransformSpaces__Enum space, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Transform *, NetworkTransform_get_Transform, (NetworkTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, NetworkTransform_get_Teleport, (NetworkTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x00986030, Vector3, NetworkTransform_get_Position, (NetworkTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x00B2F370, Quaternion, NetworkTransform_get_Rotation, (NetworkTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, NetworkTransform_SetExtrapolationClamper, (NetworkTransform * __this, Func_3_Photon_Bolt_BoltEntity_UnityEngine_Vector3_UnityEngine_Vector3_ * clamper, MethodInfo * method)); DO_APP_FUNC(0x00B2F380, void, NetworkTransform_ChangeTransforms, (NetworkTransform * __this, Transform * simulate, MethodInfo * method)); DO_APP_FUNC(0x00B2F390, void, NetworkTransform_ChangeTransforms_1, (NetworkTransform * __this, Transform * simulate, Transform * render, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, NetworkTransform_SetTeleportInternal, (NetworkTransform * __this, bool teleport, MethodInfo * method)); DO_APP_FUNC(0x00B2F770, void, NetworkTransform_SetTransformsInternal, (NetworkTransform * __this, Transform * simulate, Transform * render, MethodInfo * method)); DO_APP_FUNC(0x00B2FC00, void, NetworkTransform_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkTransform_c__ctor, (NetworkTransform_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00B2FCB0, Vector3, NetworkTransform_c___ctor_b__9_0, (NetworkTransform_c * __this, BoltEntity * entity, Vector3 position, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90E88, NetworkTransform_c___ctor_b__9_0__MethodInfo); DO_APP_FUNC(0x00B2FCD0, bool, NetworkTrigger_Equals, (NetworkTrigger * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00B2FD70, int32_t, NetworkTrigger_GetHashCode, (NetworkTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00B2FD90, void, NetworkTrigger_Update, (NetworkTrigger * __this, int32_t frame, bool set, MethodInfo * method)); DO_APP_FUNC(0x009B8FE0, bool, NetworkTrigger_op_Equality, (NetworkTrigger a, NetworkTrigger b, MethodInfo * method)); DO_APP_FUNC(0x009B9000, bool, NetworkTrigger_op_Inequality, (NetworkTrigger a, NetworkTrigger b, MethodInfo * method)); DO_APP_FUNC(0x00B2FDD0, bool, NetworkValue_get_HasNonDefaultValue, (NetworkValue * __this, MethodInfo * method)); DO_APP_FUNC(0x00B2FDF0, Matrix4x4, NetworkValue_get_Matrix4x4, (NetworkValue * __this, MethodInfo * method)); DO_APP_FUNC(0x00B2FED0, void, NetworkValue_set_Matrix4x4, (NetworkValue * __this, Matrix4x4 value, MethodInfo * method)); DO_APP_FUNC(0x00B2FF90, String *, NetworkValue_get_String, (NetworkValue * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, NetworkValue_set_String, (NetworkValue * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00B2FFF0, IProtocolToken *, NetworkValue_get_ProtocolToken, (NetworkValue * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, NetworkValue_set_ProtocolToken, (NetworkValue * __this, IProtocolToken * value, MethodInfo * method)); DO_APP_FUNC(0x00B30060, NetworkTransform *, NetworkValue_get_Transform, (NetworkValue * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, NetworkValue_set_Transform, (NetworkValue * __this, NetworkTransform * value, MethodInfo * method)); DO_APP_FUNC(0x00B300E0, Action *, NetworkValue_get_Action, (NetworkValue * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, NetworkValue_set_Action, (NetworkValue * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x00B30140, BoltEntity *, NetworkValue_get_Entity, (NetworkValue * __this, MethodInfo * method)); DO_APP_FUNC(0x00B301A0, void, NetworkValue_set_Entity, (NetworkValue * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00A43380, bool, NetworkValue_Diff, (bool a, bool b, MethodInfo * method)); DO_APP_FUNC(0x00B30240, bool, NetworkValue_Diff_1, (int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00ADC3C0, bool, NetworkValue_Diff_2, (Guid a, Guid b, MethodInfo * method)); DO_APP_FUNC(0x00B30250, bool, NetworkValue_Diff_3, (float a, float b, MethodInfo * method)); DO_APP_FUNC(0x00AD34D0, bool, NetworkValue_Diff_4, (NetworkId a, NetworkId b, MethodInfo * method)); DO_APP_FUNC(0x00B30240, bool, NetworkValue_Diff_5, (PrefabId a, PrefabId b, MethodInfo * method)); DO_APP_FUNC(0x009B9000, bool, NetworkValue_Diff_6, (NetworkTrigger a, NetworkTrigger b, MethodInfo * method)); DO_APP_FUNC(0x00AD34D0, bool, NetworkValue_Diff_7, (Object * a, Object * b, MethodInfo * method)); DO_APP_FUNC(0x00B30260, bool, NetworkValue_Diff_8, (Vector2 a, Vector2 b, MethodInfo * method)); DO_APP_FUNC(0x00B302B0, bool, NetworkValue_Diff_9, (Vector3 a, Vector3 b, MethodInfo * method)); DO_APP_FUNC(0x00B30310, bool, NetworkValue_Diff_10, (Quaternion a, Quaternion b, MethodInfo * method)); DO_APP_FUNC(0x00B30370, bool, NetworkValue_Diff_11, (Color a, Color b, MethodInfo * method)); DO_APP_FUNC(0x00B303E0, bool, NetworkValue_Diff_12, (Color32 a, Color32 b, MethodInfo * method)); DO_APP_FUNC(0x00B30420, bool, NetworkValue_Diff_13, (Matrix4x4 a, Matrix4x4 b, MethodInfo * method)); DO_APP_FUNC(0x00B30490, bool, NetworkValue_Diff_Strict, (BoltEntity * a, BoltEntity * b, MethodInfo * method)); DO_APP_FUNC(0x00B30610, bool, NetworkValue_Diff_Strict_1, (Vector2 a, Vector2 b, MethodInfo * method)); DO_APP_FUNC(0x00B30650, bool, NetworkValue_Diff_Strict_2, (Vector3 a, Vector3 b, MethodInfo * method)); DO_APP_FUNC(0x00B30680, bool, NetworkValue_Diff_Strict_3, (Quaternion a, Quaternion b, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Priority_Comparer__ctor, (Priority_Comparer * __this, MethodInfo * method)); DO_APP_FUNC(0x00B306C0, int32_t, Priority_Comparer_System_Collections_Generic_IComparer_Photon_Bolt_Priority__Compare, (Priority_Comparer * __this, Priority x, Priority y, MethodInfo * method)); DO_APP_FUNC(0x00B306E0, void, Priority_Comparer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, NetworkProperty_Bool_BitCount, (NetworkProperty_Bool * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B30790, void, NetworkProperty_Bool_SetDynamic, (NetworkProperty_Bool * __this, NetworkObj * obj, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00B308F0, Object *, NetworkProperty_Bool_GetDynamic, (NetworkProperty_Bool * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B309A0, Object *, NetworkProperty_Bool_DebugValue, (NetworkProperty_Bool * __this, NetworkObj * obj, NetworkStorage * storage, MethodInfo * method)); DO_APP_FUNC(0x00B30A40, bool, NetworkProperty_Bool_Write, (NetworkProperty_Bool * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B30AA0, void, NetworkProperty_Bool_Read, (NetworkProperty_Bool * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B30B50, void, NetworkProperty_Bool_Read_1, (NetworkProperty_Bool * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, NetworkStorage * other, MethodInfo * method)); DO_APP_FUNC(0x00B30BD0, bool, NetworkProperty_Bool_Equals, (NetworkProperty_Bool * __this, NetworkObj * obj, NetworkStorage * storage1, NetworkStorage * storage2, MethodInfo * method)); DO_APP_FUNC(0x00B30C50, void, NetworkProperty_Bool_PullMecanimValue, (NetworkProperty_Bool * __this, NetworkState * state, MethodInfo * method)); DO_APP_FUNC(0x00B30F30, void, NetworkProperty_Bool_PushMecanimValue, (NetworkProperty_Bool * __this, NetworkState * state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkProperty_Bool__ctor, (NetworkProperty_Bool * __this, MethodInfo * method)); DO_APP_FUNC(0x00B31160, int32_t, NetworkProperty_Color_BitCount, (NetworkProperty_Color * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B31170, void, NetworkProperty_Color_SetDynamic, (NetworkProperty_Color * __this, NetworkObj * obj, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00B31330, Object *, NetworkProperty_Color_GetDynamic, (NetworkProperty_Color * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B313E0, Object *, NetworkProperty_Color_DebugValue, (NetworkProperty_Color * __this, NetworkObj * obj, NetworkStorage * storage, MethodInfo * method)); DO_APP_FUNC(0x00B31480, bool, NetworkProperty_Color_Write, (NetworkProperty_Color * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B31540, void, NetworkProperty_Color_Read, (NetworkProperty_Color * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B31630, void, NetworkProperty_Color_Read_1, (NetworkProperty_Color * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, NetworkStorage * other, MethodInfo * method)); DO_APP_FUNC(0x00B316B0, bool, NetworkProperty_Color_Equals, (NetworkProperty_Color * __this, NetworkObj * obj, NetworkStorage * storage1, NetworkStorage * storage2, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, NetworkProperty_Color_SupportsDeltaCompression, (NetworkProperty_Color * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkProperty_Color__ctor, (NetworkProperty_Color * __this, MethodInfo * method)); DO_APP_FUNC(0x00B317B0, Object *, NetworkProperty_Color32_DebugValue, (NetworkProperty_Color32 * __this, NetworkObj * obj, NetworkStorage * storage, MethodInfo * method)); DO_APP_FUNC(0x00B31850, void, NetworkProperty_Color32_SetDynamic, (NetworkProperty_Color32 * __this, NetworkObj * obj, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00B319D0, Object *, NetworkProperty_Color32_GetDynamic, (NetworkProperty_Color32 * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B31A80, int32_t, NetworkProperty_Color32_BitCount, (NetworkProperty_Color32 * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B31A90, bool, NetworkProperty_Color32_Write, (NetworkProperty_Color32 * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B31B90, void, NetworkProperty_Color32_Read, (NetworkProperty_Color32 * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B31C80, void, NetworkProperty_Color32_Read_1, (NetworkProperty_Color32 * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, NetworkStorage * other, MethodInfo * method)); DO_APP_FUNC(0x00B31D00, bool, NetworkProperty_Color32_Equals, (NetworkProperty_Color32 * __this, NetworkObj * obj, NetworkStorage * storage1, NetworkStorage * storage2, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, NetworkProperty_Color32_SupportsDeltaCompression, (NetworkProperty_Color32 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkProperty_Color32__ctor, (NetworkProperty_Color32 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B31DC0, int32_t, NetworkProperty_Entity_BitCount, (NetworkProperty_Entity * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B31DD0, void, NetworkProperty_Entity_SetDynamic, (NetworkProperty_Entity * __this, NetworkObj * obj, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00B32180, Object *, NetworkProperty_Entity_GetDynamic, (NetworkProperty_Entity * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B32240, Object *, NetworkProperty_Entity_DebugValue, (NetworkProperty_Entity * __this, NetworkObj * obj, NetworkStorage * storage, MethodInfo * method)); DO_APP_FUNC(0x00B32340, bool, NetworkProperty_Entity_Write, (NetworkProperty_Entity * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B32450, void, NetworkProperty_Entity_Read, (NetworkProperty_Entity * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B32550, void, NetworkProperty_Entity_Read_1, (NetworkProperty_Entity * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, NetworkStorage * other, MethodInfo * method)); DO_APP_FUNC(0x00B325D0, bool, NetworkProperty_Entity_Equals, (NetworkProperty_Entity * __this, NetworkObj * obj, NetworkStorage * storage1, NetworkStorage * storage2, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, NetworkProperty_Entity_SupportsDeltaCompression, (NetworkProperty_Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkProperty_Entity__ctor, (NetworkProperty_Entity * __this, MethodInfo * method)); DO_APP_FUNC(0x0060F770, bool, NetworkProperty_Float_get_WantsOnSimulateBefore, (NetworkProperty_Float * __this, MethodInfo * method)); DO_APP_FUNC(0x00B32650, void, NetworkProperty_Float_OnSimulateBefore, (NetworkProperty_Float * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B328D0, void, NetworkProperty_Float_SetDynamic, (NetworkProperty_Float * __this, NetworkObj * obj, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00B32A40, Object *, NetworkProperty_Float_GetDynamic, (NetworkProperty_Float * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B32AF0, void, NetworkProperty_Float_Settings_Float, (NetworkProperty_Float * __this, PropertyFloatCompressionSettings compression, MethodInfo * method)); DO_APP_FUNC(0x00531170, void, NetworkProperty_Float_Settings_Float_1, (NetworkProperty_Float * __this, PropertyFloatSettings settings, MethodInfo * method)); DO_APP_FUNC(0x00ADDA40, int32_t, NetworkProperty_Float_BitCount, (NetworkProperty_Float * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B32B00, Object *, NetworkProperty_Float_DebugValue, (NetworkProperty_Float * __this, NetworkObj * obj, NetworkStorage * storage, MethodInfo * method)); DO_APP_FUNC(0x00B32BB0, bool, NetworkProperty_Float_Write, (NetworkProperty_Float * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B32C10, void, NetworkProperty_Float_Read, (NetworkProperty_Float * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B32D60, void, NetworkProperty_Float_Read_1, (NetworkProperty_Float * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, NetworkStorage * other, MethodInfo * method)); DO_APP_FUNC(0x00B32F00, bool, NetworkProperty_Float_Equals, (NetworkProperty_Float * __this, NetworkObj * obj, NetworkStorage * storage1, NetworkStorage * storage2, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, NetworkProperty_Float_SupportsDeltaCompression, (NetworkProperty_Float * __this, MethodInfo * method)); DO_APP_FUNC(0x00B32F90, void, NetworkProperty_Float_PullMecanimValue, (NetworkProperty_Float * __this, NetworkState * state, MethodInfo * method)); DO_APP_FUNC(0x00B33270, void, NetworkProperty_Float_PushMecanimValue, (NetworkProperty_Float * __this, NetworkState * state, MethodInfo * method)); DO_APP_FUNC(0x00B33500, void, NetworkProperty_Float_SmoothCommandCorrection, (NetworkProperty_Float * __this, NetworkObj * obj, NetworkStorage * from, NetworkStorage * to, NetworkStorage * storage, float t, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkProperty_Float__ctor, (NetworkProperty_Float * __this, MethodInfo * method)); DO_APP_FUNC(0x00B336D0, Object *, NetworkProperty_Guid_DebugValue, (NetworkProperty_Guid * __this, NetworkObj * obj, NetworkStorage * storage, MethodInfo * method)); DO_APP_FUNC(0x00B33770, void, NetworkProperty_Guid_SetDynamic, (NetworkProperty_Guid * __this, NetworkObj * obj, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00B33910, Object *, NetworkProperty_Guid_GetDynamic, (NetworkProperty_Guid * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B31A80, int32_t, NetworkProperty_Guid_BitCount, (NetworkProperty_Guid * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B339C0, bool, NetworkProperty_Guid_Write, (NetworkProperty_Guid * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B33A50, void, NetworkProperty_Guid_Read, (NetworkProperty_Guid * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B31630, void, NetworkProperty_Guid_Read_1, (NetworkProperty_Guid * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, NetworkStorage * other, MethodInfo * method)); DO_APP_FUNC(0x00B33B90, bool, NetworkProperty_Guid_Equals, (NetworkProperty_Guid * __this, NetworkObj * obj, NetworkStorage * storage1, NetworkStorage * storage2, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, NetworkProperty_Guid_SupportsDeltaCompression, (NetworkProperty_Guid * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkProperty_Guid__ctor, (NetworkProperty_Guid * __this, MethodInfo * method)); DO_APP_FUNC(0x00B33C70, void, NetworkProperty_Integer_Settings_Integer, (NetworkProperty_Integer * __this, PropertyIntCompressionSettings compression, MethodInfo * method)); DO_APP_FUNC(0x0076A6C0, int32_t, NetworkProperty_Integer_BitCount, (NetworkProperty_Integer * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B33C80, void, NetworkProperty_Integer_SetDynamic, (NetworkProperty_Integer * __this, NetworkObj * obj, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00B33DD0, Object *, NetworkProperty_Integer_GetDynamic, (NetworkProperty_Integer * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B33E80, Object *, NetworkProperty_Integer_DebugValue, (NetworkProperty_Integer * __this, NetworkObj * obj, NetworkStorage * storage, MethodInfo * method)); DO_APP_FUNC(0x00B33F20, bool, NetworkProperty_Integer_Write, (NetworkProperty_Integer * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B33F90, void, NetworkProperty_Integer_Read, (NetworkProperty_Integer * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B34010, void, NetworkProperty_Integer_Read_1, (NetworkProperty_Integer * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, NetworkStorage * other, MethodInfo * method)); DO_APP_FUNC(0x00B34090, bool, NetworkProperty_Integer_Equals, (NetworkProperty_Integer * __this, NetworkObj * obj, NetworkStorage * storage1, NetworkStorage * storage2, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, NetworkProperty_Integer_SupportsDeltaCompression, (NetworkProperty_Integer * __this, MethodInfo * method)); DO_APP_FUNC(0x00B34110, void, NetworkProperty_Integer_PullMecanimValue, (NetworkProperty_Integer * __this, NetworkState * state, MethodInfo * method)); DO_APP_FUNC(0x00B343E0, void, NetworkProperty_Integer_PushMecanimValue, (NetworkProperty_Integer * __this, NetworkState * state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkProperty_Integer__ctor, (NetworkProperty_Integer * __this, MethodInfo * method)); DO_APP_FUNC(0x00B34600, Object *, NetworkProperty_Matrix4x4_DebugValue, (NetworkProperty_Matrix4x4 * __this, NetworkObj * obj, NetworkStorage * storage, MethodInfo * method)); DO_APP_FUNC(0x00B346E0, void, NetworkProperty_Matrix4x4_SetDynamic, (NetworkProperty_Matrix4x4 * __this, NetworkObj * obj, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00B34930, Object *, NetworkProperty_Matrix4x4_GetDynamic, (NetworkProperty_Matrix4x4 * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B34A20, int32_t, NetworkProperty_Matrix4x4_BitCount, (NetworkProperty_Matrix4x4 * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B34A30, bool, NetworkProperty_Matrix4x4_Write, (NetworkProperty_Matrix4x4 * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B34C20, void, NetworkProperty_Matrix4x4_Read, (NetworkProperty_Matrix4x4 * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B34F10, void, NetworkProperty_Matrix4x4_Read_1, (NetworkProperty_Matrix4x4 * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, NetworkStorage * other, MethodInfo * method)); DO_APP_FUNC(0x00B35010, bool, NetworkProperty_Matrix4x4_Equals, (NetworkProperty_Matrix4x4 * __this, NetworkObj * obj, NetworkStorage * storage1, NetworkStorage * storage2, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, NetworkProperty_Matrix4x4_SupportsDeltaCompression, (NetworkProperty_Matrix4x4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkProperty_Matrix4x4__ctor, (NetworkProperty_Matrix4x4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B35190, Object *, NetworkProperty_NetworkId_DebugValue, (NetworkProperty_NetworkId * __this, NetworkObj * obj, NetworkStorage * storage, MethodInfo * method)); DO_APP_FUNC(0x00B35230, void, NetworkProperty_NetworkId_SetDynamic, (NetworkProperty_NetworkId * __this, NetworkObj * obj, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00B35390, Object *, NetworkProperty_NetworkId_GetDynamic, (NetworkProperty_NetworkId * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B31DC0, int32_t, NetworkProperty_NetworkId_BitCount, (NetworkProperty_NetworkId * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B32340, bool, NetworkProperty_NetworkId_Write, (NetworkProperty_NetworkId * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B32450, void, NetworkProperty_NetworkId_Read, (NetworkProperty_NetworkId * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B32550, void, NetworkProperty_NetworkId_Read_1, (NetworkProperty_NetworkId * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, NetworkStorage * other, MethodInfo * method)); DO_APP_FUNC(0x00B325D0, bool, NetworkProperty_NetworkId_Equals, (NetworkProperty_NetworkId * __this, NetworkObj * obj, NetworkStorage * storage1, NetworkStorage * storage2, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, NetworkProperty_NetworkId_SupportsDeltaCompression, (NetworkProperty_NetworkId * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkProperty_NetworkId__ctor, (NetworkProperty_NetworkId * __this, MethodInfo * method)); DO_APP_FUNC(0x00B35440, Object *, NetworkProperty_PrefabId_DebugValue, (NetworkProperty_PrefabId * __this, NetworkObj * obj, NetworkStorage * storage, MethodInfo * method)); DO_APP_FUNC(0x00B354E0, void, NetworkProperty_PrefabId_SetDynamic, (NetworkProperty_PrefabId * __this, NetworkObj * obj, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00B35630, Object *, NetworkProperty_PrefabId_GetDynamic, (NetworkProperty_PrefabId * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B31160, int32_t, NetworkProperty_PrefabId_BitCount, (NetworkProperty_PrefabId * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B356E0, bool, NetworkProperty_PrefabId_Write, (NetworkProperty_PrefabId * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B35790, void, NetworkProperty_PrefabId_Read, (NetworkProperty_PrefabId * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B31C80, void, NetworkProperty_PrefabId_Read_1, (NetworkProperty_PrefabId * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, NetworkStorage * other, MethodInfo * method)); DO_APP_FUNC(0x00B35850, bool, NetworkProperty_PrefabId_Equals, (NetworkProperty_PrefabId * __this, NetworkObj * obj, NetworkStorage * storage1, NetworkStorage * storage2, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, NetworkProperty_PrefabId_SupportsDeltaCompression, (NetworkProperty_PrefabId * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkProperty_PrefabId__ctor, (NetworkProperty_PrefabId * __this, MethodInfo * method)); DO_APP_FUNC(0x00B358D0, void, NetworkProperty_ProtocolToken_SetDynamic, (NetworkProperty_ProtocolToken * __this, NetworkObj * obj, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00B35B10, Object *, NetworkProperty_ProtocolToken_GetDynamic, (NetworkProperty_ProtocolToken * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B35B90, Object *, NetworkProperty_ProtocolToken_DebugValue, (NetworkProperty_ProtocolToken * __this, NetworkObj * obj, NetworkStorage * storage, MethodInfo * method)); DO_APP_FUNC(0x00B35CA0, bool, NetworkProperty_ProtocolToken_Write, (NetworkProperty_ProtocolToken * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B35D50, void, NetworkProperty_ProtocolToken_Read, (NetworkProperty_ProtocolToken * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B35E70, void, NetworkProperty_ProtocolToken_Read_1, (NetworkProperty_ProtocolToken * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, NetworkStorage * other, MethodInfo * method)); DO_APP_FUNC(0x00B35FE0, bool, NetworkProperty_ProtocolToken_Equals, (NetworkProperty_ProtocolToken * __this, NetworkObj * obj, NetworkStorage * storage1, NetworkStorage * storage2, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, NetworkProperty_ProtocolToken_SupportsDeltaCompression, (NetworkProperty_ProtocolToken * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkProperty_ProtocolToken__ctor, (NetworkProperty_ProtocolToken * __this, MethodInfo * method)); DO_APP_FUNC(0x0060F770, bool, NetworkProperty_Quaternion_get_WantsOnSimulateBefore, (NetworkProperty_Quaternion * __this, MethodInfo * method)); DO_APP_FUNC(0x00B360B0, void, NetworkProperty_Quaternion_Settings_Quaternion, (NetworkProperty_Quaternion * __this, PropertyFloatCompressionSettings compression, bool strict, MethodInfo * method)); DO_APP_FUNC(0x00B36100, void, NetworkProperty_Quaternion_Settings_QuaternionEuler, (NetworkProperty_Quaternion * __this, PropertyFloatCompressionSettings x, PropertyFloatCompressionSettings y, PropertyFloatCompressionSettings z, bool strict, MethodInfo * method)); DO_APP_FUNC(0x00B361C0, void, NetworkProperty_Quaternion_SetDynamic, (NetworkProperty_Quaternion * __this, NetworkObj * obj, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00B36370, Object *, NetworkProperty_Quaternion_GetDynamic, (NetworkProperty_Quaternion * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B36420, void, NetworkProperty_Quaternion_OnInit, (NetworkProperty_Quaternion * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B364D0, Object *, NetworkProperty_Quaternion_DebugValue, (NetworkProperty_Quaternion * __this, NetworkObj * obj, NetworkStorage * storage, MethodInfo * method)); DO_APP_FUNC(0x00B36570, int32_t, NetworkProperty_Quaternion_BitCount, (NetworkProperty_Quaternion * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B36590, bool, NetworkProperty_Quaternion_Write, (NetworkProperty_Quaternion * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B36600, void, NetworkProperty_Quaternion_Read, (NetworkProperty_Quaternion * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B36730, void, NetworkProperty_Quaternion_Read_1, (NetworkProperty_Quaternion * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, NetworkStorage * other, MethodInfo * method)); DO_APP_FUNC(0x00B368C0, bool, NetworkProperty_Quaternion_Equals, (NetworkProperty_Quaternion * __this, NetworkObj * obj, NetworkStorage * storage1, NetworkStorage * storage2, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, NetworkProperty_Quaternion_SupportsDeltaCompression, (NetworkProperty_Quaternion * __this, MethodInfo * method)); DO_APP_FUNC(0x00B369A0, void, NetworkProperty_Quaternion_OnSimulateBefore, (NetworkProperty_Quaternion * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B36C20, void, NetworkProperty_Quaternion_SmoothCommandCorrection, (NetworkProperty_Quaternion * __this, NetworkObj * obj, NetworkStorage * from, NetworkStorage * to, NetworkStorage * storage, float t, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkProperty_Quaternion__ctor, (NetworkProperty_Quaternion * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5410, void, NetworkProperty_String_AddStringSettings, (NetworkProperty_String * __this, StringEncodings__Enum encoding, MethodInfo * method)); DO_APP_FUNC(0x00B36E10, void, NetworkProperty_String_SetDynamic, (NetworkProperty_String * __this, NetworkObj * obj, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00B37020, Object *, NetworkProperty_String_GetDynamic, (NetworkProperty_String * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B370E0, int32_t, NetworkProperty_String_BitCount, (NetworkProperty_String * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B37290, Object *, NetworkProperty_String_DebugValue, (NetworkProperty_String * __this, NetworkObj * obj, NetworkStorage * storage, MethodInfo * method)); DO_APP_FUNC(0x00B37330, bool, NetworkProperty_String_Write, (NetworkProperty_String * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B37470, void, NetworkProperty_String_Read, (NetworkProperty_String * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B37550, void, NetworkProperty_String_Read_1, (NetworkProperty_String * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, NetworkStorage * other, MethodInfo * method)); DO_APP_FUNC(0x00B376A0, bool, NetworkProperty_String_Equals, (NetworkProperty_String * __this, NetworkObj * obj, NetworkStorage * storage1, NetworkStorage * storage2, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, NetworkProperty_String_SupportsDeltaCompression, (NetworkProperty_String * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkProperty_String__ctor, (NetworkProperty_String * __this, MethodInfo * method)); DO_APP_FUNC(0x00B37840, void, NetworkProperty_Transform_Settings_Space, (NetworkProperty_Transform * __this, TransformSpaces__Enum space, MethodInfo * method)); DO_APP_FUNC(0x00B37850, void, NetworkProperty_Transform_Settings_Vector, (NetworkProperty_Transform * __this, PropertyFloatCompressionSettings x, PropertyFloatCompressionSettings y, PropertyFloatCompressionSettings z, bool strict, MethodInfo * method)); DO_APP_FUNC(0x00B378F0, void, NetworkProperty_Transform_Settings_Quaternion, (NetworkProperty_Transform * __this, PropertyFloatCompressionSettings compression, bool strict, MethodInfo * method)); DO_APP_FUNC(0x00B37950, void, NetworkProperty_Transform_Settings_QuaternionEuler, (NetworkProperty_Transform * __this, PropertyFloatCompressionSettings x, PropertyFloatCompressionSettings y, PropertyFloatCompressionSettings z, bool strict, MethodInfo * method)); DO_APP_FUNC(0x00B37A30, void, NetworkProperty_Transform_Settings_Extrapolation, (NetworkProperty_Transform * __this, PropertyExtrapolationSettings extrapolation, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, NetworkProperty_Transform_get_AllowCallbacks, (NetworkProperty_Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, NetworkProperty_Transform_get_WantsOnRender, (NetworkProperty_Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, NetworkProperty_Transform_get_WantsOnSimulateAfter, (NetworkProperty_Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, NetworkProperty_Transform_get_WantsOnSimulateBefore, (NetworkProperty_Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x00B37A40, Vector3, NetworkProperty_Transform_GetPosition, (NetworkProperty_Transform * __this, Transform * t, MethodInfo * method)); DO_APP_FUNC(0x00B37C90, void, NetworkProperty_Transform_SetPosition, (NetworkProperty_Transform * __this, Transform * t, Vector3 p, MethodInfo * method)); DO_APP_FUNC(0x00B38320, void, NetworkProperty_Transform_SetRotation, (NetworkProperty_Transform * __this, Transform * t, Quaternion q, MethodInfo * method)); DO_APP_FUNC(0x00B386F0, Quaternion, NetworkProperty_Transform_GetRotation, (NetworkProperty_Transform * __this, Transform * t, MethodInfo * method)); DO_APP_FUNC(0x00B38980, Object *, NetworkProperty_Transform_GetDynamic, (NetworkProperty_Transform * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B38A00, int32_t, NetworkProperty_Transform_BitCount, (NetworkProperty_Transform * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B38A70, void, NetworkProperty_Transform_OnInit, (NetworkProperty_Transform * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B38CA0, Object *, NetworkProperty_Transform_DebugValue, (NetworkProperty_Transform * __this, NetworkObj * obj, NetworkStorage * storage, MethodInfo * method)); DO_APP_FUNC(0x00B390C0, bool, NetworkProperty_Transform_Write, (NetworkProperty_Transform * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B39410, void, NetworkProperty_Transform_Read, (NetworkProperty_Transform * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B398C0, void, NetworkProperty_Transform_Read_1, (NetworkProperty_Transform * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, NetworkStorage * other, MethodInfo * method)); DO_APP_FUNC(0x00B39D70, bool, NetworkProperty_Transform_Equals, (NetworkProperty_Transform * __this, NetworkObj * obj, NetworkStorage * storage1, NetworkStorage * storage2, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, NetworkProperty_Transform_SupportsDeltaCompression, (NetworkProperty_Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x00B3A090, void, NetworkProperty_Transform_OnRender, (NetworkProperty_Transform * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B3A410, void, NetworkProperty_Transform_OnSimulateAfter, (NetworkProperty_Transform * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B3B010, void, NetworkProperty_Transform_OnSimulateBefore, (NetworkProperty_Transform * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B3B8F0, void, NetworkProperty_Transform_OnParentChanged, (NetworkProperty_Transform * __this, NetworkObj * obj, Entity * newParent, Entity * oldParent, MethodInfo * method)); DO_APP_FUNC(0x00B3BD60, Vector3, NetworkProperty_Transform_CalculateVelocity, (NetworkProperty_Transform * __this, NetworkTransform * nt, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x00B3C0F0, void, NetworkProperty_Transform_UpdateTransformValues, (NetworkProperty_Transform * __this, NetworkObj * obj, Matrix4x4 l2w, Matrix4x4 w2l, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkProperty_Transform__ctor, (NetworkProperty_Transform * __this, MethodInfo * method)); DO_APP_FUNC(0x00B3C750, Object *, NetworkProperty_Trigger_DebugValue, (NetworkProperty_Trigger * __this, NetworkObj * obj, NetworkStorage * storage, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, NetworkProperty_Trigger_get_AllowCallbacks, (NetworkProperty_Trigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, NetworkProperty_Trigger_get_WantsOnFrameCloned, (NetworkProperty_Trigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, NetworkProperty_Trigger_get_WantsOnSimulateAfter, (NetworkProperty_Trigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00B3C790, int32_t, NetworkProperty_Trigger_BitCount, (NetworkProperty_Trigger * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B3C7D0, void, NetworkProperty_Trigger_SetDynamic, (NetworkProperty_Trigger * __this, NetworkObj * obj, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00B3C8E0, bool, NetworkProperty_Trigger_Write, (NetworkProperty_Trigger * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B3CA20, void, NetworkProperty_Trigger_Read, (NetworkProperty_Trigger * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B3CAF0, void, NetworkProperty_Trigger_Read_1, (NetworkProperty_Trigger * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, NetworkStorage * other, MethodInfo * method)); DO_APP_FUNC(0x00B3CBB0, bool, NetworkProperty_Trigger_Equals, (NetworkProperty_Trigger * __this, NetworkObj * obj, NetworkStorage * storage1, NetworkStorage * storage2, MethodInfo * method)); DO_APP_FUNC(0x00B3CC30, void, NetworkProperty_Trigger_OnSimulateAfter, (NetworkProperty_Trigger * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B3CCF0, void, NetworkProperty_Trigger_OnFrameCloned, (NetworkProperty_Trigger * __this, NetworkObj * obj, NetworkStorage * storage, MethodInfo * method)); DO_APP_FUNC(0x00B3CD70, void, NetworkProperty_Trigger_MecanimPull, (NetworkProperty_Trigger * __this, NetworkObj * obj, NetworkStorage * storage, MethodInfo * method)); DO_APP_FUNC(0x00B3D100, void, NetworkProperty_Trigger_MecanimPush, (NetworkProperty_Trigger * __this, NetworkObj * obj, bool push, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkProperty_Trigger__ctor, (NetworkProperty_Trigger * __this, MethodInfo * method)); DO_APP_FUNC(0x0060F770, bool, NetworkProperty_Vector_get_WantsOnSimulateBefore, (NetworkProperty_Vector * __this, MethodInfo * method)); DO_APP_FUNC(0x00B3D620, Object *, NetworkProperty_Vector_GetDynamic, (NetworkProperty_Vector * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B3D6E0, void, NetworkProperty_Vector_SetDynamic, (NetworkProperty_Vector * __this, NetworkObj * obj, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00B3D890, void, NetworkProperty_Vector_Settings_Vector, (NetworkProperty_Vector * __this, PropertyFloatCompressionSettings x, PropertyFloatCompressionSettings y, PropertyFloatCompressionSettings z, bool strict, MethodInfo * method)); DO_APP_FUNC(0x00B3D8F0, Object *, NetworkProperty_Vector_DebugValue, (NetworkProperty_Vector * __this, NetworkObj * obj, NetworkStorage * storage, MethodInfo * method)); DO_APP_FUNC(0x00B3D9A0, int32_t, NetworkProperty_Vector_BitCount, (NetworkProperty_Vector * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x00B3D9B0, bool, NetworkProperty_Vector_Write, (NetworkProperty_Vector * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B3DA70, void, NetworkProperty_Vector_Read, (NetworkProperty_Vector * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B3DBC0, void, NetworkProperty_Vector_Read_1, (NetworkProperty_Vector * __this, BoltConnection * connection, NetworkObj * obj, NetworkStorage * storage, NetworkStorage * other, MethodInfo * method)); DO_APP_FUNC(0x00B3DD70, bool, NetworkProperty_Vector_Equals, (NetworkProperty_Vector * __this, NetworkObj * obj, NetworkStorage * storage1, NetworkStorage * storage2, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, NetworkProperty_Vector_SupportsDeltaCompression, (NetworkProperty_Vector * __this, MethodInfo * method)); DO_APP_FUNC(0x00B3DE50, void, NetworkProperty_Vector_SmoothCommandCorrection, (NetworkProperty_Vector * __this, NetworkObj * obj, NetworkStorage * from, NetworkStorage * to, NetworkStorage * storage, float t, MethodInfo * method)); DO_APP_FUNC(0x00B3E100, void, NetworkProperty_Vector_OnSimulateBefore, (NetworkProperty_Vector * __this, NetworkObj * obj, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkProperty_Vector__ctor, (NetworkProperty_Vector * __this, MethodInfo * method)); DO_APP_FUNC(0x00B3E3C0, void, PropertyCallback__ctor, (PropertyCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, PropertyCallback_Invoke, (PropertyCallback * __this, IState * state, String * propertyPath, ArrayIndices arrayIndices, MethodInfo * method)); DO_APP_FUNC(0x00B3E580, IAsyncResult *, PropertyCallback_BeginInvoke, (PropertyCallback * __this, IState * state, String * propertyPath, ArrayIndices arrayIndices, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, PropertyCallback_EndInvoke, (PropertyCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, PropertyCallbackSimple__ctor, (PropertyCallbackSimple * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, PropertyCallbackSimple_Invoke, (PropertyCallbackSimple * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5A50, IAsyncResult *, PropertyCallbackSimple_BeginInvoke, (PropertyCallbackSimple * __this, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, PropertyCallbackSimple_EndInvoke, (PropertyCallbackSimple * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, PropertyFloatCompressionSettings_get_BitsRequired, (PropertyFloatCompressionSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00B3E610, PropertyFloatCompressionSettings, PropertyFloatCompressionSettings_Create, (MethodInfo * method)); DO_APP_FUNC(0x00B3E620, PropertyFloatCompressionSettings, PropertyFloatCompressionSettings_Create_1, (int32_t bits, float shift, float pack, float read, MethodInfo * method)); DO_APP_FUNC(0x00B3E640, void, PropertyFloatCompressionSettings_Pack, (PropertyFloatCompressionSettings * __this, UdpPacket * stream, float value, MethodInfo * method)); DO_APP_FUNC(0x00B3E720, float, PropertyFloatCompressionSettings_Read, (PropertyFloatCompressionSettings * __this, UdpPacket * stream, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, PropertyIntCompressionSettings_get_BitsRequired, (PropertyIntCompressionSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00B3E790, PropertyIntCompressionSettings, PropertyIntCompressionSettings_Create, (MethodInfo * method)); DO_APP_FUNC(0x00B3E7B0, PropertyIntCompressionSettings, PropertyIntCompressionSettings_Create_1, (int32_t bits, int32_t shift, MethodInfo * method)); DO_APP_FUNC(0x00B3E7C0, void, PropertyIntCompressionSettings_Pack, (PropertyIntCompressionSettings * __this, UdpPacket * stream, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00B3E7F0, int32_t, PropertyIntCompressionSettings_Read, (PropertyIntCompressionSettings * __this, UdpPacket * stream, MethodInfo * method)); DO_APP_FUNC(0x00B3E820, int32_t, PropertyQuaternionCompression_get_BitsRequired, (PropertyQuaternionCompression * __this, MethodInfo * method)); DO_APP_FUNC(0x00B3E840, bool, PropertyQuaternionCompression_get_StrictComparison, (PropertyQuaternionCompression * __this, MethodInfo * method)); DO_APP_FUNC(0x00B3E850, PropertyQuaternionCompression, PropertyQuaternionCompression_Create, (PropertyVectorCompressionSettings euler, MethodInfo * method)); DO_APP_FUNC(0x00B3E890, PropertyQuaternionCompression, PropertyQuaternionCompression_Create_1, (PropertyFloatCompressionSettings quaternion, MethodInfo * method)); DO_APP_FUNC(0x00B3E8E0, PropertyQuaternionCompression, PropertyQuaternionCompression_Create_2, (PropertyFloatCompressionSettings quaternion, bool strict, MethodInfo * method)); DO_APP_FUNC(0x00B3E920, void, PropertyQuaternionCompression_Pack, (PropertyQuaternionCompression * __this, UdpPacket * stream, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x00B3EA10, Quaternion, PropertyQuaternionCompression_Read, (PropertyQuaternionCompression * __this, UdpPacket * stream, MethodInfo * method)); DO_APP_FUNC(0x00B3EB60, PropertyTransformCompressionSettings, PropertyTransformCompressionSettings_Create, (PropertyVectorCompressionSettings position, PropertyQuaternionCompression rotation, MethodInfo * method)); DO_APP_FUNC(0x00B3EBB0, int32_t, PropertyVectorCompressionSettings_get_BitsRequired, (PropertyVectorCompressionSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00B3EBC0, PropertyVectorCompressionSettings, PropertyVectorCompressionSettings_Create, (PropertyFloatCompressionSettings x, PropertyFloatCompressionSettings y, PropertyFloatCompressionSettings z, MethodInfo * method)); DO_APP_FUNC(0x00B3EC20, PropertyVectorCompressionSettings, PropertyVectorCompressionSettings_Create_1, (PropertyFloatCompressionSettings x, PropertyFloatCompressionSettings y, PropertyFloatCompressionSettings z, bool strict, MethodInfo * method)); DO_APP_FUNC(0x00B3EC50, void, PropertyVectorCompressionSettings_Pack, (PropertyVectorCompressionSettings * __this, UdpPacket * stream, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00B3ECB0, Vector3, PropertyVectorCompressionSettings_Read, (PropertyVectorCompressionSettings * __this, UdpPacket * stream, MethodInfo * method)); DO_APP_FUNC(0x00B3EDF0, PropertyExtrapolationSettings, PropertyExtrapolationSettings_Create, (int32_t maxFrames, float errorTolerance, float snapMagnitude, ExtrapolationVelocityModes__Enum velocityMode, MethodInfo * method)); DO_APP_FUNC(0x00B3EE20, bool, PropertyMecanimSettings_get_Enabled, (PropertyMecanimSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00B3EE30, Encoding *, PropertyStringSettings_get_EncodingClass, (PropertyStringSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00B3EE40, void, BitSet__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B3F110, void, BitSet__ctor, (BitSet * __this, uint64_t bits0, uint64_t bits1, uint64_t bits2, uint64_t bits3, uint64_t bits4, uint64_t bits5, uint64_t bits6, uint64_t bits7, uint64_t bits8, uint64_t bits9, uint64_t bits10, uint64_t bits11, uint64_t bits12, uint64_t bits13, uint64_t bits14, uint64_t bits15, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BitSet__ctor_1, (BitSet * __this, MethodInfo * method)); DO_APP_FUNC(0x00B3F1A0, bool, BitSet_get_IsZero, (BitSet * __this, MethodInfo * method)); DO_APP_FUNC(0x00B3F220, void, BitSet_Set, (BitSet * __this, int32_t bit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90918, BitSet_Set__MethodInfo); DO_APP_FUNC(0x00B3F560, void, BitSet_Clear, (BitSet * __this, int32_t bit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90940, BitSet_Clear__MethodInfo); DO_APP_FUNC(0x00B3F8A0, void, BitSet_Combine, (BitSet * __this, BitSet * other, MethodInfo * method)); DO_APP_FUNC(0x00B3F990, void, BitSet_ClearAll, (BitSet * __this, MethodInfo * method)); DO_APP_FUNC(0x00B3F9E0, bool, BitSet_IsSet, (BitSet * __this, int32_t bit, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90900, BitSet_IsSet__MethodInfo); DO_APP_FUNC(0x00B3FC20, uint64_t, BitSet_get_Item, (BitSet * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C908F8, BitSet_get_Item__MethodInfo); DO_APP_FUNC(0x00B3FD70, void, BitSet_set_Item, (BitSet * __this, int32_t index, uint64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90908, BitSet_set_Item__MethodInfo); DO_APP_FUNC(0x00B3FEC0, bool, EntityFlags_get_IsZero, (EntityFlags * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, EntityFlags__ctor, (EntityFlags * __this, int32_t val, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, EntityFlags_GetHashCode, (EntityFlags * __this, MethodInfo * method)); DO_APP_FUNC(0x00B3FED0, bool, EntityFlags_Equals, (EntityFlags * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00B3FF60, String *, EntityFlags_ToString, (EntityFlags * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0660, bool, EntityFlags_op_Implicit, (EntityFlags a, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, int32_t, EntityFlags_op_Explicit, (EntityFlags a, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, EntityFlags, EntityFlags_op_Explicit_1, (int32_t a, MethodInfo * method)); DO_APP_FUNC(0x0099AFA0, EntityFlags, EntityFlags_op_BitwiseAnd, (EntityFlags a, EntityFlags b, MethodInfo * method)); DO_APP_FUNC(0x0099AFB0, EntityFlags, EntityFlags_op_BitwiseOr, (EntityFlags a, EntityFlags b, MethodInfo * method)); DO_APP_FUNC(0x00B40110, EntityFlags, EntityFlags_op_ExclusiveOr, (EntityFlags a, EntityFlags b, MethodInfo * method)); DO_APP_FUNC(0x0099AFC0, EntityFlags, EntityFlags_op_OnesComplement, (EntityFlags a, MethodInfo * method)); DO_APP_FUNC(0x00B40120, bool, EntityFlags_op_Equality, (EntityFlags a, EntityFlags b, MethodInfo * method)); DO_APP_FUNC(0x00B30240, bool, EntityFlags_op_Inequality, (EntityFlags a, EntityFlags b, MethodInfo * method)); DO_APP_FUNC(0x00B40130, void, EntityFlags__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B3FEC0, bool, InstantiateFlags_get_IsZero, (InstantiateFlags * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, InstantiateFlags__ctor, (InstantiateFlags * __this, int32_t val, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, InstantiateFlags_GetHashCode, (InstantiateFlags * __this, MethodInfo * method)); DO_APP_FUNC(0x00B401E0, bool, InstantiateFlags_Equals, (InstantiateFlags * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00B40270, String *, InstantiateFlags_ToString, (InstantiateFlags * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0660, bool, InstantiateFlags_op_Implicit, (InstantiateFlags a, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, int32_t, InstantiateFlags_op_Explicit, (InstantiateFlags a, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, InstantiateFlags, InstantiateFlags_op_Explicit_1, (int32_t a, MethodInfo * method)); DO_APP_FUNC(0x0099AFA0, InstantiateFlags, InstantiateFlags_op_BitwiseAnd, (InstantiateFlags a, InstantiateFlags b, MethodInfo * method)); DO_APP_FUNC(0x0099AFB0, InstantiateFlags, InstantiateFlags_op_BitwiseOr, (InstantiateFlags a, InstantiateFlags b, MethodInfo * method)); DO_APP_FUNC(0x00B40110, InstantiateFlags, InstantiateFlags_op_ExclusiveOr, (InstantiateFlags a, InstantiateFlags b, MethodInfo * method)); DO_APP_FUNC(0x0099AFC0, InstantiateFlags, InstantiateFlags_op_OnesComplement, (InstantiateFlags a, MethodInfo * method)); DO_APP_FUNC(0x00B40120, bool, InstantiateFlags_op_Equality, (InstantiateFlags a, InstantiateFlags b, MethodInfo * method)); DO_APP_FUNC(0x00B30240, bool, InstantiateFlags_op_Inequality, (InstantiateFlags a, InstantiateFlags b, MethodInfo * method)); DO_APP_FUNC(0x00B403A0, void, InstantiateFlags__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B3FEC0, bool, ProxyFlags_get_IsZero, (ProxyFlags * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, ProxyFlags__ctor, (ProxyFlags * __this, int32_t val, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, ProxyFlags_GetHashCode, (ProxyFlags * __this, MethodInfo * method)); DO_APP_FUNC(0x00B40410, bool, ProxyFlags_Equals, (ProxyFlags * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00B404A0, String *, ProxyFlags_ToString, (ProxyFlags * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0660, bool, ProxyFlags_op_Implicit, (ProxyFlags a, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, int32_t, ProxyFlags_op_Explicit, (ProxyFlags a, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, ProxyFlags, ProxyFlags_op_Explicit_1, (int32_t a, MethodInfo * method)); DO_APP_FUNC(0x0099AFA0, ProxyFlags, ProxyFlags_op_BitwiseAnd, (ProxyFlags a, ProxyFlags b, MethodInfo * method)); DO_APP_FUNC(0x0099AFB0, ProxyFlags, ProxyFlags_op_BitwiseOr, (ProxyFlags a, ProxyFlags b, MethodInfo * method)); DO_APP_FUNC(0x00B40110, ProxyFlags, ProxyFlags_op_ExclusiveOr, (ProxyFlags a, ProxyFlags b, MethodInfo * method)); DO_APP_FUNC(0x0099AFC0, ProxyFlags, ProxyFlags_op_OnesComplement, (ProxyFlags a, MethodInfo * method)); DO_APP_FUNC(0x00B40120, bool, ProxyFlags_op_Equality, (ProxyFlags a, ProxyFlags b, MethodInfo * method)); DO_APP_FUNC(0x00B30240, bool, ProxyFlags_op_Inequality, (ProxyFlags a, ProxyFlags b, MethodInfo * method)); DO_APP_FUNC(0x00B406A0, void, ProxyFlags__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B3FEC0, bool, CommandFlags_get_IsZero, (CommandFlags * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, CommandFlags__ctor, (CommandFlags * __this, int32_t val, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, CommandFlags_GetHashCode, (CommandFlags * __this, MethodInfo * method)); DO_APP_FUNC(0x00B40780, bool, CommandFlags_Equals, (CommandFlags * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00B40810, String *, CommandFlags_ToString, (CommandFlags * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0660, bool, CommandFlags_op_Implicit, (CommandFlags a, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, int32_t, CommandFlags_op_Explicit, (CommandFlags a, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, CommandFlags, CommandFlags_op_Explicit_1, (int32_t a, MethodInfo * method)); DO_APP_FUNC(0x0099AFA0, CommandFlags, CommandFlags_op_BitwiseAnd, (CommandFlags a, CommandFlags b, MethodInfo * method)); DO_APP_FUNC(0x0099AFB0, CommandFlags, CommandFlags_op_BitwiseOr, (CommandFlags a, CommandFlags b, MethodInfo * method)); DO_APP_FUNC(0x00B40110, CommandFlags, CommandFlags_op_ExclusiveOr, (CommandFlags a, CommandFlags b, MethodInfo * method)); DO_APP_FUNC(0x0099AFC0, CommandFlags, CommandFlags_op_OnesComplement, (CommandFlags a, MethodInfo * method)); DO_APP_FUNC(0x00B40120, bool, CommandFlags_op_Equality, (CommandFlags a, CommandFlags b, MethodInfo * method)); DO_APP_FUNC(0x00B30240, bool, CommandFlags_op_Inequality, (CommandFlags a, CommandFlags b, MethodInfo * method)); DO_APP_FUNC(0x00B409F0, void, CommandFlags__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B40AB0, void, IdExtensions_WritePrefabId, (UdpPacket * stream, PrefabId id, MethodInfo * method)); DO_APP_FUNC(0x00B40B20, PrefabId, IdExtensions_ReadPrefabId, (UdpPacket * stream, MethodInfo * method)); DO_APP_FUNC(0x00B40AB0, void, IdExtensions_WriteTypeId, (UdpPacket * stream, TypeId id, MethodInfo * method)); DO_APP_FUNC(0x00B40B20, TypeId, IdExtensions_ReadTypeId, (UdpPacket * stream, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, PrefabId__ctor, (PrefabId * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00B40B80, bool, PrefabId_Equals, (PrefabId * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, PrefabId_GetHashCode, (PrefabId * __this, MethodInfo * method)); DO_APP_FUNC(0x00B40C10, String *, PrefabId_ToString, (PrefabId * __this, MethodInfo * method)); DO_APP_FUNC(0x00B40120, bool, PrefabId_op_Equality, (PrefabId a, PrefabId b, MethodInfo * method)); DO_APP_FUNC(0x00B30240, bool, PrefabId_op_Inequality, (PrefabId a, PrefabId b, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PrefabId_Comparer__ctor, (PrefabId_Comparer * __this, MethodInfo * method)); DO_APP_FUNC(0x00B40CC0, int32_t, PrefabId_Comparer_System_Collections_Generic_IComparer_Photon_Bolt_PrefabId__Compare, (PrefabId_Comparer * __this, PrefabId x, PrefabId y, MethodInfo * method)); DO_APP_FUNC(0x00B40CD0, void, PrefabId_Comparer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PrefabId_EqualityComparer__ctor, (PrefabId_EqualityComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, PrefabId_EqualityComparer_System_Collections_Generic_IEqualityComparer_Photon_Bolt_PrefabId__Equals, (PrefabId_EqualityComparer * __this, PrefabId x, PrefabId y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, PrefabId_EqualityComparer_System_Collections_Generic_IEqualityComparer_Photon_Bolt_PrefabId__GetHashCode, (PrefabId_EqualityComparer * __this, PrefabId x, MethodInfo * method)); DO_APP_FUNC(0x00B40D80, void, PrefabId_EqualityComparer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, TypeId__ctor, (TypeId * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00B40E30, bool, TypeId_Equals, (TypeId * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, TypeId_GetHashCode, (TypeId * __this, MethodInfo * method)); DO_APP_FUNC(0x00B40EC0, String *, TypeId_ToString, (TypeId * __this, MethodInfo * method)); DO_APP_FUNC(0x00B40120, bool, TypeId_op_Equality, (TypeId a, TypeId b, MethodInfo * method)); DO_APP_FUNC(0x00B30240, bool, TypeId_op_Inequality, (TypeId a, TypeId b, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TypeId_Comparer__ctor, (TypeId_Comparer * __this, MethodInfo * method)); DO_APP_FUNC(0x00B40CC0, int32_t, TypeId_Comparer_System_Collections_Generic_IComparer_Photon_Bolt_TypeId__Compare, (TypeId_Comparer * __this, TypeId x, TypeId y, MethodInfo * method)); DO_APP_FUNC(0x00B40F70, void, TypeId_Comparer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TypeId_EqualityComparer__ctor, (TypeId_EqualityComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, TypeId_EqualityComparer_System_Collections_Generic_IEqualityComparer_Photon_Bolt_TypeId__Equals, (TypeId_EqualityComparer * __this, TypeId x, TypeId y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, TypeId_EqualityComparer_System_Collections_Generic_IEqualityComparer_Photon_Bolt_TypeId__GetHashCode, (TypeId_EqualityComparer * __this, TypeId x, MethodInfo * method)); DO_APP_FUNC(0x00B41020, void, TypeId_EqualityComparer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PooledProtocolToken__ctor, (PooledProtocolToken * __this, MethodInfo * method)); DO_APP_FUNC(0x00B410D0, Byte__Array *, ProtocolTokenUtils_ToByteArray, (IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00B415C0, IProtocolToken *, ProtocolTokenUtils_ToToken, (Byte__Array * bytes, MethodInfo * method)); DO_APP_FUNC(0x00B417D0, void, ProtocolTokenUtils_WriteToken, (UdpPacket * packet, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00B418F0, IProtocolToken *, ProtocolTokenUtils_ReadToken, (UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B419F0, void, ProtocolTokenUtils_SerializeToken, (UdpPacket * packet, IProtocolToken * * token, MethodInfo * method)); DO_APP_FUNC(0x00B41A70, void, ProtocolTokenUtils_Release, (IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, BoltNetworkModes__Enum, BoltGlobalBehaviourAttribute_get_Mode, (BoltGlobalBehaviourAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, BoltGlobalBehaviourAttribute_set_Mode, (BoltGlobalBehaviourAttribute * __this, BoltNetworkModes__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String__Array *, BoltGlobalBehaviourAttribute_get_Scenes, (BoltGlobalBehaviourAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, BoltGlobalBehaviourAttribute_set_Scenes, (BoltGlobalBehaviourAttribute * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC(0x00B41BA0, void, BoltGlobalBehaviourAttribute__ctor, (BoltGlobalBehaviourAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00B41C40, void, BoltGlobalBehaviourAttribute__ctor_1, (BoltGlobalBehaviourAttribute * __this, BoltNetworkModes__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x00B41CE0, void, BoltGlobalBehaviourAttribute__ctor_2, (BoltGlobalBehaviourAttribute * __this, String__Array * scenes, MethodInfo * method)); DO_APP_FUNC(0x0073A5C0, void, BoltGlobalBehaviourAttribute__ctor_3, (BoltGlobalBehaviourAttribute * __this, BoltNetworkModes__Enum mode, String__Array * scenes, MethodInfo * method)); DO_APP_FUNC(0x00AC8DA0, bool, BoltObject_op_Implicit, (BoltObject * obj, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltObject__ctor, (BoltObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, DocumentationAttribute_get_Alias, (DocumentationAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, DocumentationAttribute_set_Alias, (DocumentationAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, DocumentationAttribute_get_Ignore, (DocumentationAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, DocumentationAttribute_set_Ignore, (DocumentationAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DocumentationAttribute__ctor, (DocumentationAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00B41D40, Packet *, PacketPool_Acquire, (MethodInfo * method)); DO_APP_FUNC(0x00B41E40, void, PacketPool_ReturnToPool, (Packet * packet, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PacketPool__ctor, (PacketPool * __this, MethodInfo * method)); DO_APP_FUNC(0x00B41ED0, void, PacketPool__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B41FB0, PrefabDatabase *, PrefabDatabase_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x00B42220, void, PrefabDatabase_set_Instance, (PrefabDatabase * value, MethodInfo * method)); DO_APP_FUNC(0x00B422C0, Dictionary_2_Photon_Bolt_PrefabId_UnityEngine_GameObject_ *, PrefabDatabase_get_LookUp, (MethodInfo * method)); DO_APP_FUNC(0x00B427E0, void, PrefabDatabase_set_LookUp, (Dictionary_2_Photon_Bolt_PrefabId_UnityEngine_GameObject_ * value, MethodInfo * method)); DO_APP_FUNC(0x00B42880, void, PrefabDatabase_BuildCacheAsync, (MethodInfo * method)); DO_APP_FUNC(0x00B42B80, void, PrefabDatabase_BuildCache, (MethodInfo * method)); DO_APP_FUNC(0x00B42E40, GameObject *, PrefabDatabase_Find, (PrefabId id, MethodInfo * method)); DO_APP_FUNC(0x00B42F50, bool, PrefabDatabase_Contains, (BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x00B43210, void, PrefabDatabase__ctor, (PrefabDatabase * __this, MethodInfo * method)); DO_APP_FUNC(0x00B43330, void, PrefabDatabase_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PrefabDatabase_c__ctor, (PrefabDatabase_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00B433E0, void, PrefabDatabase_c__BuildCacheAsync_b__13_0, (PrefabDatabase_c * __this, AsyncOperation * op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90718, PrefabDatabase_c__BuildCacheAsync_b__13_0__MethodInfo); DO_APP_FUNC(0x00B43530, GameObject *, DefaultPrefabPool_Photon_Bolt_IPrefabPool_Instantiate, (DefaultPrefabPool * __this, PrefabId prefabId, Vector3 position, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x006F8770, GameObject *, DefaultPrefabPool_Photon_Bolt_IPrefabPool_LoadPrefab, (DefaultPrefabPool * __this, PrefabId prefabId, MethodInfo * method)); DO_APP_FUNC(0x00B43680, void, DefaultPrefabPool_Photon_Bolt_IPrefabPool_Destroy, (DefaultPrefabPool * __this, GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DefaultPrefabPool__ctor, (DefaultPrefabPool * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltDisconnectToken__ctor, (BoltDisconnectToken * __this, MethodInfo * method)); DO_APP_FUNC(0x00A9FD50, void, BoltDisconnectToken__ctor_1, (BoltDisconnectToken * __this, String * reason, UdpConnectionDisconnectReason__Enum disconnectReason, MethodInfo * method)); DO_APP_FUNC(0x00B436D0, void, BoltDisconnectToken_Read, (BoltDisconnectToken * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B43770, void, BoltDisconnectToken_Write, (BoltDisconnectToken * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltProtocolTokenRegistryIgnore__ctor, (BoltProtocolTokenRegistryIgnore * __this, MethodInfo * method)); DO_APP_FUNC(0x00B437C0, BoltProtocolTokenRegistry *, BoltProtocolTokenRegistry_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x00B43A30, void, BoltProtocolTokenRegistry__ctor, (BoltProtocolTokenRegistry * __this, MethodInfo * method)); DO_APP_FUNC(0x00B43AC0, void, CCUService_BoltStartDone, (CCUService * __this, MethodInfo * method)); DO_APP_FUNC(0x00B43C80, IEnumerator *, CCUService_SendReport, (CCUService * __this, MethodInfo * method)); DO_APP_FUNC(0x00B43D20, void, CCUService_SendData, (CCUService * __this, String * serverUrl, String * appId, String * licenseKey, int32_t total, MethodInfo * method)); DO_APP_FUNC(0x00B44240, String *, CCUService_BuildURL, (CCUService * __this, String * baseURL, String * appID, String * license, int32_t total, MethodInfo * method)); DO_APP_FUNC(0x00B44440, void, CCUService__ctor, (CCUService * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, CCUService_CCUReport_get_Total, (CCUService_CCUReport * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CCUService_CCUReport_set_Total, (CCUService_CCUReport * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, CCUService_CCUReport_get_LicenseKey, (CCUService_CCUReport * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, CCUService_CCUReport_set_LicenseKey, (CCUService_CCUReport * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, CCUService_CCUReport_get_AppId, (CCUService_CCUReport * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, CCUService_CCUReport_set_AppId, (CCUService_CCUReport * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CCUService_CCUReport__ctor, (CCUService_CCUReport * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CCUService_SendReport_d_6__ctor, (CCUService_SendReport_d_6 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CCUService_SendReport_d_6_System_IDisposable_Dispose, (CCUService_SendReport_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B44530, bool, CCUService_SendReport_d_6_MoveNext, (CCUService_SendReport_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, CCUService_SendReport_d_6_System_Collections_Generic_IEnumerator_System_Object__get_Current, (CCUService_SendReport_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B446C0, void, CCUService_SendReport_d_6_System_Collections_IEnumerator_Reset, (CCUService_SendReport_d_6 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C906A0, CCUService_SendReport_d_6_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, CCUService_SendReport_d_6_System_Collections_IEnumerator_get_Current, (CCUService_SendReport_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B44710, void, SceneLoadChannel__ctor, (SceneLoadChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00B44790, void, SceneLoadChannel_ForceSceneSync, (SceneLoadChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00B447A0, void, SceneLoadChannel_Pack, (SceneLoadChannel * __this, Packet * packet, MethodInfo * method)); DO_APP_FUNC(0x00B44980, void, SceneLoadChannel_Read, (SceneLoadChannel * __this, Packet * packet, MethodInfo * method)); DO_APP_FUNC(0x00B44DE0, AsyncOperation *, BoltSceneLoader_get_CurrentAsyncOperation, (MethodInfo * method)); DO_APP_FUNC(0x00B44F60, bool, BoltSceneLoader_get_IsLoading, (MethodInfo * method)); DO_APP_FUNC(0x00B44FE0, void, BoltSceneLoader_Start, (BoltSceneLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x00B450A0, void, BoltSceneLoader_Update, (BoltSceneLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x00B453A0, void, BoltSceneLoader_OnDestroy, (BoltSceneLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x00B453F0, IEnumerator *, BoltSceneLoader_LoadAsync, (BoltSceneLoader * __this, BoltSceneLoader_LoadSceneOperation * loadOp, MethodInfo * method)); DO_APP_FUNC(0x00B45500, IEnumerator *, BoltSceneLoader_Done, (BoltSceneLoader * __this, SceneLoadState scene, String * sceneName, MethodInfo * method)); DO_APP_FUNC(0x00B455B0, void, BoltSceneLoader_Clear, (MethodInfo * method)); DO_APP_FUNC(0x00B45790, void, BoltSceneLoader_Enqueue, (SceneLoadState scene, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, BoltSceneLoader__ctor, (BoltSceneLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x00B458A0, void, BoltSceneLoader__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003B9330, BoltSceneLoader_LoadSceneOperation *, BoltSceneLoader_LoadSceneOperation_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_SceneManagement_BoltSceneLoader_LoadSceneOperation__get_prev, (BoltSceneLoader_LoadSceneOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, BoltSceneLoader_LoadSceneOperation_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_SceneManagement_BoltSceneLoader_LoadSceneOperation__set_prev, (BoltSceneLoader_LoadSceneOperation * __this, BoltSceneLoader_LoadSceneOperation * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, BoltSceneLoader_LoadSceneOperation *, BoltSceneLoader_LoadSceneOperation_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_SceneManagement_BoltSceneLoader_LoadSceneOperation__get_next, (BoltSceneLoader_LoadSceneOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, BoltSceneLoader_LoadSceneOperation_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_SceneManagement_BoltSceneLoader_LoadSceneOperation__set_next, (BoltSceneLoader_LoadSceneOperation * __this, BoltSceneLoader_LoadSceneOperation * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, Object *, BoltSceneLoader_LoadSceneOperation_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_SceneManagement_BoltSceneLoader_LoadSceneOperation__get_list, (BoltSceneLoader_LoadSceneOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, BoltSceneLoader_LoadSceneOperation_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_SceneManagement_BoltSceneLoader_LoadSceneOperation__set_list, (BoltSceneLoader_LoadSceneOperation * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltSceneLoader_LoadSceneOperation__ctor, (BoltSceneLoader_LoadSceneOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, BoltSceneLoader_LoadAsync_d_12__ctor, (BoltSceneLoader_LoadAsync_d_12 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltSceneLoader_LoadAsync_d_12_System_IDisposable_Dispose, (BoltSceneLoader_LoadAsync_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B45980, bool, BoltSceneLoader_LoadAsync_d_12_MoveNext, (BoltSceneLoader_LoadAsync_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, BoltSceneLoader_LoadAsync_d_12_System_Collections_Generic_IEnumerator_System_Object__get_Current, (BoltSceneLoader_LoadAsync_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B45D90, void, BoltSceneLoader_LoadAsync_d_12_System_Collections_IEnumerator_Reset, (BoltSceneLoader_LoadAsync_d_12 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90640, BoltSceneLoader_LoadAsync_d_12_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, BoltSceneLoader_LoadAsync_d_12_System_Collections_IEnumerator_get_Current, (BoltSceneLoader_LoadAsync_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, BoltSceneLoader_Done_d_13__ctor, (BoltSceneLoader_Done_d_13 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltSceneLoader_Done_d_13_System_IDisposable_Dispose, (BoltSceneLoader_Done_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B45DE0, bool, BoltSceneLoader_Done_d_13_MoveNext, (BoltSceneLoader_Done_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, BoltSceneLoader_Done_d_13_System_Collections_Generic_IEnumerator_System_Object__get_Current, (BoltSceneLoader_Done_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B46070, void, BoltSceneLoader_Done_d_13_System_Collections_IEnumerator_Reset, (BoltSceneLoader_Done_d_13 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90638, BoltSceneLoader_Done_d_13_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, BoltSceneLoader_Done_d_13_System_Collections_IEnumerator_get_Current, (BoltSceneLoader_Done_d_13 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B460C0, SceneLoadState, SceneLoadState_BeginLoad, (SceneLoadState * __this, int32_t index, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00B46170, SceneLoadState, SceneLoadState_DefaultRemote, (MethodInfo * method)); DO_APP_FUNC(0x00B46210, SceneLoadState, SceneLoadState_DefaultLocal, (MethodInfo * method)); DO_APP_FUNC(0x00B46300, void, Scene_1__ctor, (Scene_1 * __this, int32_t index, int32_t sequence, MethodInfo * method)); DO_APP_FUNC(0x00B46320, int32_t, Scene_1_GetHashCode, (Scene_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B46330, bool, Scene_1_Equals, (Scene_1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00B463F0, String *, Scene_1_ToString, (Scene_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B464C0, bool, Scene_1_op_Equality, (Scene_1 a, Scene_1 b, MethodInfo * method)); DO_APP_FUNC(0x00B464E0, bool, Scene_1_op_Inequality, (Scene_1 a, Scene_1 b, MethodInfo * method)); DO_APP_FUNC(0x00B46500, UdpSession *, BoltMatchmaking_get_CurrentSession, (MethodInfo * method)); DO_APP_FUNC(0x00B46600, Dictionary_2_System_String_System_Object_ *, BoltMatchmaking_get_CurrentMetadata, (MethodInfo * method)); DO_APP_FUNC(0x00B466B0, void, BoltMatchmaking_CreateSession, (String * sessionID, IProtocolToken * token, String * sceneToLoad, IProtocolToken * sceneToken, MethodInfo * method)); DO_APP_FUNC(0x00B466C0, void, BoltMatchmaking_UpdateSession, (IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00B46710, void, BoltMatchmaking_JoinSession, (String * sessionID, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00B467E0, void, BoltMatchmaking_JoinSession_1, (UdpSession * session, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00B46840, void, BoltMatchmaking_JoinRandomSession, (IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00B468A0, void, BoltMatchmaking_JoinRandomSession_1, (UdpSessionFilter * sessionFilter, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00B46900, void, BoltMatchmaking_ConfigureServer, (String * sessionID, IProtocolToken * sessionToken, String * sceneToLoad, IProtocolToken * sceneToken, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, BoltHitboxShape__Enum, BoltHitbox_get_hitboxShape, (BoltHitbox * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, BoltHitbox_set_hitboxShape, (BoltHitbox * __this, BoltHitboxShape__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, BoltHitboxType__Enum, BoltHitbox_get_hitboxType, (BoltHitbox * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, BoltHitbox_set_hitboxType, (BoltHitbox * __this, BoltHitboxType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00B46BA0, Vector3, BoltHitbox_get_hitboxCenter, (BoltHitbox * __this, MethodInfo * method)); DO_APP_FUNC(0x00B46BC0, void, BoltHitbox_set_hitboxCenter, (BoltHitbox * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00B46BD0, Vector3, BoltHitbox_get_hitboxBoxSize, (BoltHitbox * __this, MethodInfo * method)); DO_APP_FUNC(0x00B46BF0, void, BoltHitbox_set_hitboxBoxSize, (BoltHitbox * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x003CE2C0, float, BoltHitbox_get_hitboxSphereRadius, (BoltHitbox * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE2D0, void, BoltHitbox_set_hitboxSphereRadius, (BoltHitbox * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00B46C00, void, BoltHitbox_OnDrawGizmos, (BoltHitbox * __this, MethodInfo * method)); DO_APP_FUNC(0x00B46D20, bool, BoltHitbox_OverlapSphere, (BoltHitbox * __this, Matrix4x4 * matrix, Vector3 center, float radius, MethodInfo * method)); DO_APP_FUNC(0x00B47070, bool, BoltHitbox_Raycast, (BoltHitbox * __this, Matrix4x4 * matrix, Vector3 * scale, Vector3 origin, Vector3 direction, float * distance, MethodInfo * method)); DO_APP_FUNC(0x00B47540, bool, BoltHitbox_OverlapSphereOnSphere, (BoltHitbox * __this, Vector3 center, float radius, MethodInfo * method)); DO_APP_FUNC(0x00B47650, bool, BoltHitbox_OverlapSphereOnBox, (BoltHitbox * __this, Vector3 center, float radius, MethodInfo * method)); DO_APP_FUNC(0x00B477D0, bool, BoltHitbox_RaycastSphere, (BoltHitbox * __this, Vector3 origin, Vector3 direction, Vector3 scale, float * distance, MethodInfo * method)); DO_APP_FUNC(0x00B47960, void, BoltHitbox_ClampVector, (Vector3 * value, Vector3 * min, Vector3 * max, Vector3 * result, MethodInfo * method)); DO_APP_FUNC(0x00B479B0, void, BoltHitbox_Draw, (BoltHitbox * __this, Matrix4x4 matrix, MethodInfo * method)); DO_APP_FUNC(0x00B47CB0, void, BoltHitbox__ctor, (BoltHitbox * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, BoltHitboxBody *, BoltHitboxBody_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_LagCompensation_BoltHitboxBody__get_prev, (BoltHitboxBody * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, BoltHitboxBody_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_LagCompensation_BoltHitboxBody__set_prev, (BoltHitboxBody * __this, BoltHitboxBody * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, BoltHitboxBody *, BoltHitboxBody_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_LagCompensation_BoltHitboxBody__get_next, (BoltHitboxBody * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, BoltHitboxBody_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_LagCompensation_BoltHitboxBody__set_next, (BoltHitboxBody * __this, BoltHitboxBody * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, Object *, BoltHitboxBody_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_LagCompensation_BoltHitboxBody__get_list, (BoltHitboxBody * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, BoltHitboxBody_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_LagCompensation_BoltHitboxBody__set_list, (BoltHitboxBody * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, BoltHitbox *, BoltHitboxBody_get_proximity, (BoltHitboxBody * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, BoltHitboxBody_set_proximity, (BoltHitboxBody * __this, BoltHitbox * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, BoltHitbox__Array *, BoltHitboxBody_get_hitboxes, (BoltHitboxBody * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, BoltHitboxBody_set_hitboxes, (BoltHitboxBody * __this, BoltHitbox__Array * value, MethodInfo * method)); DO_APP_FUNC(0x00B47F60, void, BoltHitboxBody_OnEnable, (BoltHitboxBody * __this, MethodInfo * method)); DO_APP_FUNC(0x00B48020, void, BoltHitboxBody_OnDisable, (BoltHitboxBody * __this, MethodInfo * method)); DO_APP_FUNC(0x00B480E0, void, BoltHitboxBody__ctor, (BoltHitboxBody * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, BoltHitboxBody *, BoltHitboxBodySnapshot_get_HitBoxBody, (BoltHitboxBodySnapshot * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, BoltHitboxBodySnapshot_set_HitBoxBody, (BoltHitboxBodySnapshot * __this, BoltHitboxBody * value, MethodInfo * method)); DO_APP_FUNC(0x004B2C80, BoltHitboxBodySnapshot *, BoltHitboxBodySnapshot_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_LagCompensation_BoltHitboxBodySnapshot__get_prev, (BoltHitboxBodySnapshot * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C90, void, BoltHitboxBodySnapshot_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_LagCompensation_BoltHitboxBodySnapshot__set_prev, (BoltHitboxBodySnapshot * __this, BoltHitboxBodySnapshot * value, MethodInfo * method)); DO_APP_FUNC(0x0070EC40, BoltHitboxBodySnapshot *, BoltHitboxBodySnapshot_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_LagCompensation_BoltHitboxBodySnapshot__get_next, (BoltHitboxBodySnapshot * __this, MethodInfo * method)); DO_APP_FUNC(0x00B481B0, void, BoltHitboxBodySnapshot_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_LagCompensation_BoltHitboxBodySnapshot__set_next, (BoltHitboxBodySnapshot * __this, BoltHitboxBodySnapshot * value, MethodInfo * method)); DO_APP_FUNC(0x0070ED80, Object *, BoltHitboxBodySnapshot_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_LagCompensation_BoltHitboxBodySnapshot__get_list, (BoltHitboxBodySnapshot * __this, MethodInfo * method)); DO_APP_FUNC(0x00B48210, void, BoltHitboxBodySnapshot_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_LagCompensation_BoltHitboxBodySnapshot__set_list, (BoltHitboxBodySnapshot * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00B48270, BoltHitboxBodySnapshot *, BoltHitboxBodySnapshot_Create, (BoltHitboxBody * body, MethodInfo * method)); DO_APP_FUNC(0x00B48320, void, BoltHitboxBodySnapshot_Snapshot, (BoltHitboxBodySnapshot * __this, BoltHitboxBody * body, MethodInfo * method)); DO_APP_FUNC(0x00B48910, void, BoltHitboxBodySnapshot_Dispose, (BoltHitboxBodySnapshot * __this, MethodInfo * method)); DO_APP_FUNC(0x00B48B20, Vector3, BoltHitboxBodySnapshot_GetPosition, (BoltHitboxBodySnapshot * __this, MethodInfo * method)); DO_APP_FUNC(0x00B48EB0, void, BoltHitboxBodySnapshot_OverlapSphere, (BoltHitboxBodySnapshot * __this, Vector3 center, float radius, BoltPhysicsHits * hits, MethodInfo * method)); DO_APP_FUNC(0x00B49400, void, BoltHitboxBodySnapshot_Raycast, (BoltHitboxBodySnapshot * __this, Vector3 origin, Vector3 direction, BoltPhysicsHits * hits, MethodInfo * method)); DO_APP_FUNC(0x00B49760, Matrix4x4, BoltHitboxBodySnapshot_LocalToWorldMatrixUnscaled, (BoltHitboxBodySnapshot * __this, Transform * transform, MethodInfo * method)); DO_APP_FUNC(0x00B49920, Matrix4x4, BoltHitboxBodySnapshot_WorldToLocalMatrixUnscaled, (BoltHitboxBodySnapshot * __this, Transform * transform, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltHitboxBodySnapshot_Draw, (BoltHitboxBodySnapshot * __this, MethodInfo * method)); DO_APP_FUNC(0x00B49B70, void, BoltHitboxBodySnapshot__ctor, (BoltHitboxBodySnapshot * __this, MethodInfo * method)); DO_APP_FUNC(0x00B49DA0, void, BoltHitboxBodySnapshot__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003B93E0, BoltHitboxWorldSnapshot *, BoltHitboxWorldSnapshot_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_LagCompensation_BoltHitboxWorldSnapshot__get_prev, (BoltHitboxWorldSnapshot * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, BoltHitboxWorldSnapshot_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_LagCompensation_BoltHitboxWorldSnapshot__set_prev, (BoltHitboxWorldSnapshot * __this, BoltHitboxWorldSnapshot * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, BoltHitboxWorldSnapshot *, BoltHitboxWorldSnapshot_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_LagCompensation_BoltHitboxWorldSnapshot__get_next, (BoltHitboxWorldSnapshot * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, BoltHitboxWorldSnapshot_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_LagCompensation_BoltHitboxWorldSnapshot__set_next, (BoltHitboxWorldSnapshot * __this, BoltHitboxWorldSnapshot * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Object *, BoltHitboxWorldSnapshot_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_LagCompensation_BoltHitboxWorldSnapshot__get_list, (BoltHitboxWorldSnapshot * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, BoltHitboxWorldSnapshot_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_LagCompensation_BoltHitboxWorldSnapshot__set_list, (BoltHitboxWorldSnapshot * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00B49E80, void, BoltHitboxWorldSnapshot_Snapshot, (BoltHitboxWorldSnapshot * __this, BoltHitboxBody * body, MethodInfo * method)); DO_APP_FUNC(0x00B49F90, void, BoltHitboxWorldSnapshot_Dispose, (BoltHitboxWorldSnapshot * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltHitboxWorldSnapshot_Draw, (BoltHitboxWorldSnapshot * __this, MethodInfo * method)); DO_APP_FUNC(0x00B4A0B0, void, BoltHitboxWorldSnapshot__ctor, (BoltHitboxWorldSnapshot * __this, MethodInfo * method)); DO_APP_FUNC(0x00B4A150, void, BoltHitboxWorldSnapshot__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B4A230, void, BoltPhysics_RegisterBody, (BoltHitboxBody * body, MethodInfo * method)); DO_APP_FUNC(0x00B4A2C0, void, BoltPhysics_UnregisterBody, (BoltHitboxBody * body, MethodInfo * method)); DO_APP_FUNC(0x00B4A350, void, BoltPhysics_SnapshotWorld, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltPhysics_DrawSnapshot, (MethodInfo * method)); DO_APP_FUNC(0x00B4A870, Vector3, BoltPhysics_PositionAtFrame, (BoltHitboxBody * hitbox, int32_t frame, MethodInfo * method)); DO_APP_FUNC(0x00B4AC00, Vector3, BoltPhysics_PositionAtFrame_1, (BoltHitboxBody * hitbox, BoltHitboxWorldSnapshot * snapshot, MethodInfo * method)); DO_APP_FUNC(0x00B4AEF0, BoltPhysicsHits *, BoltPhysics_Raycast, (Ray ray, int32_t frame, MethodInfo * method)); DO_APP_FUNC(0x00B4B1E0, BoltPhysicsHits *, BoltPhysics_Raycast_1, (Ray ray, BoltHitboxWorldSnapshot * snapshot, MethodInfo * method)); DO_APP_FUNC(0x00B4B3E0, BoltPhysicsHits *, BoltPhysics_OverlapSphere, (Vector3 origin, float radius, int32_t frame, MethodInfo * method)); DO_APP_FUNC(0x00B4B690, BoltPhysicsHits *, BoltPhysics_OverlapSphere_1, (Vector3 origin, float radius, BoltHitboxWorldSnapshot * snapshot, MethodInfo * method)); DO_APP_FUNC(0x00B4B880, bool, BoltPhysics_TryGetSnapshot, (int32_t frame, BoltHitboxWorldSnapshot * * snapshot, MethodInfo * method)); DO_APP_FUNC(0x00B4BB90, void, BoltPhysics__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B4BD20, int32_t, BoltPhysicsHits_get_count, (BoltPhysicsHits * __this, MethodInfo * method)); DO_APP_FUNC(0x00B4BD70, BoltPhysicsHit, BoltPhysicsHits_get_Item, (BoltPhysicsHits * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00B4BE10, BoltPhysicsHit, BoltPhysicsHits_GetHit, (BoltPhysicsHits * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00B4BEB0, void, BoltPhysicsHits_Dispose, (BoltPhysicsHits * __this, MethodInfo * method)); DO_APP_FUNC(0x00B4BF90, void, BoltPhysicsHits_AddHit, (BoltPhysicsHits * __this, BoltHitboxBody * body, BoltHitbox * hitbox, float distance, MethodInfo * method)); DO_APP_FUNC(0x00B4C190, void, BoltPhysicsHits__ctor, (BoltPhysicsHits * __this, MethodInfo * method)); DO_APP_FUNC(0x00B4C310, void, BoltPhysicsHits__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B4C3F0, int32_t, BoltConsole_get_LinesCount, (MethodInfo * method)); DO_APP_FUNC(0x00B4C470, IEnumerable_1_Photon_Bolt_Utils_BoltConsole_Line_ *, BoltConsole_get_Lines, (MethodInfo * method)); DO_APP_FUNC(0x00B4C4D0, void, BoltConsole_Write, (String * line, Color color, MethodInfo * method)); DO_APP_FUNC(0x00B4C880, void, BoltConsole_Write_1, (String * line, MethodInfo * method)); DO_APP_FUNC(0x00B4C8F0, void, BoltConsole_WriteReal, (String * line, Color color, MethodInfo * method)); DO_APP_FUNC(0x00B4CCE0, void, BoltConsole_Awake, (BoltConsole * __this, MethodInfo * method)); DO_APP_FUNC(0x00B4CDB0, void, BoltConsole_Clear, (MethodInfo * method)); DO_APP_FUNC(0x00B4D000, void, BoltConsole_OnGUI, (BoltConsole * __this, MethodInfo * method)); DO_APP_FUNC(0x00B4E0D0, void, BoltConsole_LinesRefresh, (MethodInfo * method)); DO_APP_FUNC(0x00B4E440, Rect, BoltConsole_GetRect, (BoltConsole * __this, int32_t line, MethodInfo * method)); DO_APP_FUNC(0x00B4E520, void, BoltConsole__ctor, (BoltConsole * __this, MethodInfo * method)); DO_APP_FUNC(0x00B4E5A0, void, BoltConsole__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B4E820, void, BoltGUI__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltPhysicsDebug_OnDrawGizmos, (BoltPhysicsDebug * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, BoltPhysicsDebug__ctor, (BoltPhysicsDebug * __this, MethodInfo * method)); DO_APP_FUNC(0x00B4E8B0, float, DebugInfo_1_get_PollTime, (MethodInfo * method)); DO_APP_FUNC(0x00B4E910, void, DebugInfo_1_set_PollTime, (float value, MethodInfo * method)); DO_APP_FUNC(0x00B4E980, float, DebugInfo_1_get_SendTime, (MethodInfo * method)); DO_APP_FUNC(0x00B4E9E0, void, DebugInfo_1_set_SendTime, (float value, MethodInfo * method)); DO_APP_FUNC(0x00B4EA50, float, DebugInfo_1_get_SendCommandPackTime, (MethodInfo * method)); DO_APP_FUNC(0x00B4EAB0, void, DebugInfo_1_set_SendCommandPackTime, (float value, MethodInfo * method)); DO_APP_FUNC(0x00B4EB20, float, DebugInfo_1_get_SendStatePackTime, (MethodInfo * method)); DO_APP_FUNC(0x00B4EB80, void, DebugInfo_1_set_SendStatePackTime, (float value, MethodInfo * method)); DO_APP_FUNC(0x00B4EBF0, float, DebugInfo_1_get_PhysicsSnapshotTime, (MethodInfo * method)); DO_APP_FUNC(0x00B4EC50, void, DebugInfo_1_set_PhysicsSnapshotTime, (float value, MethodInfo * method)); DO_APP_FUNC(0x00B4ECC0, bool, DebugInfo_1_get_Enabled, (MethodInfo * method)); DO_APP_FUNC(0x00B4ED20, void, DebugInfo_1_set_Enabled, (bool value, MethodInfo * method)); DO_APP_FUNC(0x00B4ED80, Texture2D *, DebugInfo_1_get_BoltIconTexture, (MethodInfo * method)); DO_APP_FUNC(0x00B4F030, Texture2D *, DebugInfo_1_get_BackgroundTexture, (MethodInfo * method)); DO_APP_FUNC(0x00B4F2C0, GUIStyle *, DebugInfo_1_get_LabelStyle, (MethodInfo * method)); DO_APP_FUNC(0x00B4F5A0, GUIStyle *, DebugInfo_1_get_LabelStyleBold, (MethodInfo * method)); DO_APP_FUNC(0x00B4F740, float, DebugInfo_1_GetStopWatchElapsedMilliseconds, (Stopwatch * stopWatch, MethodInfo * method)); DO_APP_FUNC(0x00B4F7D0, void, DebugInfo_1_Ignore, (BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x00B4F890, void, DebugInfo_1_DrawBackground, (Rect r, MethodInfo * method)); DO_APP_FUNC(0x00B4FA30, GUIStyle *, DebugInfo_1_LabelStyleColor, (Color color, MethodInfo * method)); DO_APP_FUNC(0x00B4FB30, GUIStyle *, DebugInfo_1_LabelStyleColorRamp, (int32_t current, int32_t bad, MethodInfo * method)); DO_APP_FUNC(0x00B4FDB0, void, DebugInfo_1_Label, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x00B4FED0, void, DebugInfo_1_LabelBold, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x00B4FFF0, void, DebugInfo_1_LabelField, (Object * label, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00B50280, void, DebugInfo_1_Show, (MethodInfo * method)); DO_APP_FUNC(0x00B50430, void, DebugInfo_1_Hide, (MethodInfo * method)); DO_APP_FUNC(0x00B50690, Color, DebugInfo_1_GetColor, (int32_t current, int32_t bad, MethodInfo * method)); DO_APP_FUNC(0x00B50740, Color, DebugInfo_1_GetColor_1, (float t, MethodInfo * method)); DO_APP_FUNC(0x00B50840, void, DebugInfo_1_DrawEntity, (DebugInfo_1 * __this, BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x00B50C30, void, DebugInfo_1_OnGUI, (DebugInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B52C00, void, DebugInfo_1_DrawSummary, (DebugInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B53C50, void, DebugInfo_1_SetupAndShow, (MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, DebugInfo_1__ctor, (DebugInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B53F00, void, DebugInfo_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugInfo_c_DisplayClass61_0__ctor, (DebugInfo_c_DisplayClass61_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B542E0, bool, DebugInfo_c_DisplayClass61_0__OnGUI_b__1, (DebugInfo_c_DisplayClass61_0 * __this, Entity * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93290, DebugInfo_c_DisplayClass61_0__OnGUI_b__1__MethodInfo); DO_APP_FUNC(0x00B54480, float, DebugInfo_c_DisplayClass61_0__OnGUI_b__2, (DebugInfo_c_DisplayClass61_0 * __this, Entity * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93288, DebugInfo_c_DisplayClass61_0__OnGUI_b__2__MethodInfo); DO_APP_FUNC(0x00B54610, void, DebugInfo_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugInfo_c__ctor, (DebugInfo_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00B546C0, bool, DebugInfo_c__OnGUI_b__61_0, (DebugInfo_c * __this, Entity * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C932B8, DebugInfo_c__OnGUI_b__61_0__MethodInfo); DO_APP_FUNC(0x00B54750, bool, DebugInfo_c__DrawSummary_b__62_0, (DebugInfo_c * __this, Entity * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93190, DebugInfo_c__DrawSummary_b__62_0__MethodInfo); DO_APP_FUNC(0x00B54770, bool, DebugInfo_c__DrawSummary_b__62_1, (DebugInfo_c * __this, Entity * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93178, DebugInfo_c__DrawSummary_b__62_1__MethodInfo); DO_APP_FUNC(0x00B54790, void, BoltLog_RemoveAll, (MethodInfo * method)); DO_APP_FUNC(0x00B54B50, void, BoltLog_Info, (String * message, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltLog_Info_1, (Object * message, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltLog_Info_2, (String * message, Object * arg0, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltLog_Info_3, (String * message, Object * arg0, Object * arg1, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltLog_Info_4, (String * message, Object * arg0, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltLog_Info_5, (String * message, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x00B54F40, void, BoltLog_Debug, (String * message, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltLog_Debug_1, (Object * message, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltLog_Debug_2, (String * message, Object * arg0, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltLog_Debug_3, (String * message, Object * arg0, Object * arg1, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltLog_Debug_4, (String * message, Object * arg0, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltLog_Debug_5, (String * message, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x00B55330, void, BoltLog_Warn, (String * message, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltLog_Warn_1, (Object * message, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltLog_Warn_2, (String * message, Object * arg0, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltLog_Warn_3, (String * message, Object * arg0, Object * arg1, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltLog_Warn_4, (String * message, Object * arg0, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltLog_Warn_5, (String * message, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x00B55720, Object__Array *, BoltLog_FixNulls, (Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x00B55800, void, BoltLog_Error, (String * message, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltLog_Error_1, (Object * message, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltLog_Error_2, (String * message, Object * arg0, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltLog_Error_3, (String * message, Object * arg0, Object * arg1, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltLog_Error_4, (String * message, Object * arg0, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltLog_Error_5, (String * message, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x00B55BF0, void, BoltLog_Exception, (Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x00B560D0, String *, BoltLog_Format, (Object * message, MethodInfo * method)); DO_APP_FUNC(0x00B56130, String *, BoltLog_Format_1, (String * message, Object * arg0, MethodInfo * method)); DO_APP_FUNC(0x00B56260, String *, BoltLog_Format_2, (String * message, Object * arg0, Object * arg1, MethodInfo * method)); DO_APP_FUNC(0x00B563F0, String *, BoltLog_Format_3, (String * message, Object * arg0, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x00B565E0, String *, BoltLog_Format_4, (String * message, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltLog_Setup, (BoltNetworkModes__Enum mode, BoltConfigLogTargets__Enum logTargets, MethodInfo * method)); DO_APP_FUNC(0x00B56890, void, BoltLog__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B56A20, void, BoltLog_File__ctor, (BoltLog_File * __this, bool server, MethodInfo * method)); DO_APP_FUNC(0x00B56CC0, void, BoltLog_File_Queue, (BoltLog_File * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x00B56E60, void, BoltLog_File_Photon_Bolt_Utils_BoltLog_IWriter_Info, (BoltLog_File * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x00B56E60, void, BoltLog_File_Photon_Bolt_Utils_BoltLog_IWriter_Debug, (BoltLog_File * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x00B56E60, void, BoltLog_File_Photon_Bolt_Utils_BoltLog_IWriter_Warn, (BoltLog_File * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x00B56E60, void, BoltLog_File_Photon_Bolt_Utils_BoltLog_IWriter_Error, (BoltLog_File * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x00B56E70, void, BoltLog_File_Dispose, (BoltLog_File * __this, MethodInfo * method)); DO_APP_FUNC(0x00B56E80, void, BoltLog_File_WriteLoop, (BoltLog_File * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C930E0, BoltLog_File_WriteLoop__MethodInfo); DO_APP_FUNC(0x00B57880, bool, BoltLog_File_Equals, (BoltLog_File * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00B57950, int32_t, BoltLog_File_GetHashCode, (BoltLog_File * __this, MethodInfo * method)); DO_APP_FUNC(0x00B579B0, void, BoltLog_ConsoleWriter_Photon_Bolt_Utils_BoltLog_IWriter_Info, (BoltLog_ConsoleWriter * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x00B57A50, void, BoltLog_ConsoleWriter_Photon_Bolt_Utils_BoltLog_IWriter_Debug, (BoltLog_ConsoleWriter * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x00B57AF0, void, BoltLog_ConsoleWriter_Photon_Bolt_Utils_BoltLog_IWriter_Warn, (BoltLog_ConsoleWriter * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x00B57B90, void, BoltLog_ConsoleWriter_Photon_Bolt_Utils_BoltLog_IWriter_Error, (BoltLog_ConsoleWriter * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltLog_ConsoleWriter_Dispose, (BoltLog_ConsoleWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x00B57880, bool, BoltLog_ConsoleWriter_Equals, (BoltLog_ConsoleWriter * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00B57950, int32_t, BoltLog_ConsoleWriter_GetHashCode, (BoltLog_ConsoleWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltLog_ConsoleWriter__ctor, (BoltLog_ConsoleWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x00B57C30, void, BoltLog_SystemOutWriter_Photon_Bolt_Utils_BoltLog_IWriter_Info, (BoltLog_SystemOutWriter * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x00B57CE0, void, BoltLog_SystemOutWriter_Photon_Bolt_Utils_BoltLog_IWriter_Debug, (BoltLog_SystemOutWriter * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x00B57D90, void, BoltLog_SystemOutWriter_Photon_Bolt_Utils_BoltLog_IWriter_Warn, (BoltLog_SystemOutWriter * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x00B57E40, void, BoltLog_SystemOutWriter_Photon_Bolt_Utils_BoltLog_IWriter_Error, (BoltLog_SystemOutWriter * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltLog_SystemOutWriter_Dispose, (BoltLog_SystemOutWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x00B57880, bool, BoltLog_SystemOutWriter_Equals, (BoltLog_SystemOutWriter * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00B57950, int32_t, BoltLog_SystemOutWriter_GetHashCode, (BoltLog_SystemOutWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltLog_SystemOutWriter__ctor, (BoltLog_SystemOutWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x00B57EF0, void, BoltLog_UnityWriter_Photon_Bolt_Utils_BoltLog_IWriter_Info, (BoltLog_UnityWriter * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x00B57F40, void, BoltLog_UnityWriter_Photon_Bolt_Utils_BoltLog_IWriter_Debug, (BoltLog_UnityWriter * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x00B57F90, void, BoltLog_UnityWriter_Photon_Bolt_Utils_BoltLog_IWriter_Warn, (BoltLog_UnityWriter * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x00B57FE0, void, BoltLog_UnityWriter_Photon_Bolt_Utils_BoltLog_IWriter_Error, (BoltLog_UnityWriter * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltLog_UnityWriter_Dispose, (BoltLog_UnityWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x00B57880, bool, BoltLog_UnityWriter_Equals, (BoltLog_UnityWriter * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00B57950, int32_t, BoltLog_UnityWriter_GetHashCode, (BoltLog_UnityWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltLog_UnityWriter__ctor, (BoltLog_UnityWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x00B58030, void, BoltSequenceGenerator__ctor, (BoltSequenceGenerator * __this, int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x00B58050, void, BoltSequenceGenerator__ctor_1, (BoltSequenceGenerator * __this, int32_t bits, uint32_t start, MethodInfo * method)); DO_APP_FUNC(0x00B58070, uint32_t, BoltSequenceGenerator_Next, (BoltSequenceGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x00B58080, String *, BoltUtils_ToStringDetailed, (Quaternion q, MethodInfo * method)); DO_APP_FUNC(0x00B582D0, IProtocolToken *, BoltUtils_GetProtocolToken, (UdpSession * session, MethodInfo * method)); DO_APP_FUNC(0x00B58400, bool, BoltUtils_NullOrEmpty, (Array * array, MethodInfo * method)); DO_APP_FUNC(0x00B58430, BoltConnection *, BoltUtils_GetBoltConnection, (UdpConnection * self, MethodInfo * method)); DO_APP_FUNC(0x00B584C0, bool, BoltUtils_ViewPointIsOnScreen, (Vector3 vp, MethodInfo * method)); DO_APP_FUNC(0x00B58500, void, BoltUtils_WriteUniqueId, (UdpPacket * stream, UniqueId id, MethodInfo * method)); DO_APP_FUNC(0x00B58570, UniqueId, BoltUtils_ReadUniqueId, (UdpPacket * stream, MethodInfo * method)); DO_APP_FUNC(0x00B585F0, void, BoltUtils_WriteByteArraySimple, (UdpPacket * stream, Byte__Array * array, int32_t maxLength, MethodInfo * method)); DO_APP_FUNC(0x00B58670, Byte__Array *, BoltUtils_ReadByteArraySimple, (UdpPacket * stream, MethodInfo * method)); DO_APP_FUNC(0x00B58770, void, BoltUtils_WriteColor32RGBA, (UdpPacket * stream, Color32 value, MethodInfo * method)); DO_APP_FUNC(0x00B58820, Color32, BoltUtils_ReadColor32RGBA, (UdpPacket * stream, MethodInfo * method)); DO_APP_FUNC(0x00B588B0, void, BoltUtils_WriteColor32RGB, (UdpPacket * stream, Color32 value, MethodInfo * method)); DO_APP_FUNC(0x00B58940, Color32, BoltUtils_ReadColor32RGB, (UdpPacket * stream, MethodInfo * method)); DO_APP_FUNC(0x00B589B0, void, BoltUtils_WriteVector2, (UdpPacket * stream, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x00B589F0, Vector2, BoltUtils_ReadVector2, (UdpPacket * stream, MethodInfo * method)); DO_APP_FUNC(0x00B58A40, void, BoltUtils_WriteVector3, (UdpPacket * stream, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00B58AA0, Vector3, BoltUtils_ReadVector3, (UdpPacket * stream, MethodInfo * method)); DO_APP_FUNC(0x00B58A40, void, BoltUtils_WriteColorRGB, (UdpPacket * stream, Color value, MethodInfo * method)); DO_APP_FUNC(0x00B58B10, Color, BoltUtils_ReadColorRGB, (UdpPacket * stream, MethodInfo * method)); DO_APP_FUNC(0x00B58B90, void, BoltUtils_WriteVector4, (UdpPacket * stream, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x00B58C00, Vector4, BoltUtils_ReadVector4, (UdpPacket * stream, MethodInfo * method)); DO_APP_FUNC(0x00B58B90, void, BoltUtils_WriteColorRGBA, (UdpPacket * stream, Color value, MethodInfo * method)); DO_APP_FUNC(0x00B58C00, Color, BoltUtils_ReadColorRGBA, (UdpPacket * stream, MethodInfo * method)); DO_APP_FUNC(0x00B58B90, void, BoltUtils_WriteQuaternion, (UdpPacket * stream, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x00B58C00, Quaternion, BoltUtils_ReadQuaternion, (UdpPacket * stream, MethodInfo * method)); DO_APP_FUNC(0x00B58C90, void, BoltUtils_WriteTransform, (UdpPacket * stream, Transform * transform, MethodInfo * method)); DO_APP_FUNC(0x00B58DE0, void, BoltUtils_ReadTransform, (UdpPacket * stream, Transform * transform, MethodInfo * method)); DO_APP_FUNC(0x00B58F60, void, BoltUtils_ReadTransform_1, (UdpPacket * stream, Vector3 * position, Quaternion * rotation, MethodInfo * method)); DO_APP_FUNC(0x00B59040, void, BoltUtils_WriteRigidbody, (UdpPacket * stream, Rigidbody * rigidbody, MethodInfo * method)); DO_APP_FUNC(0x00B592A0, void, BoltUtils_ReadRigidbody, (UdpPacket * stream, Rigidbody * rigidbody, MethodInfo * method)); DO_APP_FUNC(0x00B59520, void, BoltUtils_ReadRigidbody_1, (UdpPacket * stream, Vector3 * position, Quaternion * rotation, Vector3 * velocity, Vector3 * angularVelocity, MethodInfo * method)); DO_APP_FUNC(0x00B59680, void, BoltUtils_WriteBounds, (UdpPacket * stream, Bounds b, MethodInfo * method)); DO_APP_FUNC(0x00B59750, Bounds, BoltUtils_ReadBounds, (UdpPacket * stream, MethodInfo * method)); DO_APP_FUNC(0x00B58B90, void, BoltUtils_WriteRect, (UdpPacket * stream, Rect rect, MethodInfo * method)); DO_APP_FUNC(0x00B58C00, Rect, BoltUtils_ReadRect, (UdpPacket * stream, MethodInfo * method)); DO_APP_FUNC(0x00B59850, void, BoltUtils_WriteRay, (UdpPacket * stream, Ray ray, MethodInfo * method)); DO_APP_FUNC(0x00B598F0, Ray, BoltUtils_ReadRay, (UdpPacket * stream, MethodInfo * method)); DO_APP_FUNC(0x00B59A80, void, BoltUtils_WritePlane, (UdpPacket * stream, Plane plane, MethodInfo * method)); DO_APP_FUNC(0x00B59AF0, Plane, BoltUtils_ReadPlane, (UdpPacket * stream, MethodInfo * method)); DO_APP_FUNC(0x00B59BA0, void, BoltUtils_WriteLayerMask, (UdpPacket * stream, LayerMask mask, MethodInfo * method)); DO_APP_FUNC(0x00B59BC0, LayerMask, BoltUtils_ReadLayerMask, (UdpPacket * stream, MethodInfo * method)); DO_APP_FUNC(0x00B59BE0, void, BoltUtils_WriteMatrix4x4, (UdpPacket * stream, Matrix4x4 m, MethodInfo * method)); DO_APP_FUNC(0x00B59D10, Matrix4x4, BoltUtils_ReadMatrix4x4, (UdpPacket * stream, MethodInfo * method)); DO_APP_FUNC(0x00B40AB0, void, BoltUtils_WriteIntVB, (UdpPacket * packet, int32_t v, MethodInfo * method)); DO_APP_FUNC(0x00B40B20, int32_t, BoltUtils_ReadIntVB, (UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B40AB0, void, BoltUtils_WriteUIntVB, (UdpPacket * packet, uint32_t v, MethodInfo * method)); DO_APP_FUNC(0x00B40B20, uint32_t, BoltUtils_ReadUIntVB, (UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B59E40, void, BoltUtils_WriteLongVB, (UdpPacket * p, int64_t v, MethodInfo * method)); DO_APP_FUNC(0x00B59EC0, int64_t, BoltUtils_ReadLongVB, (UdpPacket * p, MethodInfo * method)); DO_APP_FUNC(0x00B59E40, void, BoltUtils_WriteULongVB, (UdpPacket * p, uint64_t v, MethodInfo * method)); DO_APP_FUNC(0x00B59EC0, uint64_t, BoltUtils_ReadULongVB, (UdpPacket * p, MethodInfo * method)); DO_APP_FUNC(0x00B59F30, void, BoltUtils_WriteBoltEntity, (UdpPacket * packet, BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x00B5A110, BoltEntity *, BoltUtils_ReadBoltEntity, (UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B5A130, void, BoltUtils_WriteEntity, (UdpPacket * packet, Entity * entity, MethodInfo * method)); DO_APP_FUNC(0x00B5A220, Entity *, BoltUtils_ReadEntity, (UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B5A370, void, BoltUtils_WriteNetworkId, (UdpPacket * packet, NetworkId id, MethodInfo * method)); DO_APP_FUNC(0x00B5A420, NetworkId, BoltUtils_ReadNetworkId, (UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x00B5A4C0, void, BoltUtils_WriteContinueMarker, (UdpPacket * stream, MethodInfo * method)); DO_APP_FUNC(0x00B5A520, void, BoltUtils_WriteStopMarker, (UdpPacket * stream, MethodInfo * method)); DO_APP_FUNC(0x00B5A580, bool, BoltUtils_ReadStopMarker, (UdpPacket * stream, MethodInfo * method)); DO_APP_FUNC(0x00B5A5F0, void, BoltUtils_ByteToString, (uint8_t value, StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x00B5A660, void, BoltUtils_ByteToString_1, (uint8_t value, int32_t bits, StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x00B5A6D0, String *, BoltUtils_ByteToString_2, (uint8_t value, int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x00B5A7D0, String *, BoltUtils_ByteToString_3, (uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x00B5A8D0, String *, BoltUtils_UShortToString, (uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x00B5AA70, String *, BoltUtils_IntToString, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00B5AA80, String *, BoltUtils_UIntToString, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x00B5AD20, String *, BoltUtils_ULongToString, (uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x00B5B1C0, String *, BoltUtils_BytesToString, (Byte__Array * values, MethodInfo * method)); DO_APP_FUNC(0x00B5B3E0, bool, BoltUtils_IsValidAppId, (String * val, MethodInfo * method)); DO_APP_FUNC(0x00B5B510, float, Math_1_InterpolateFloat, (BoltDoubleList_1_Photon_Bolt_NetworkStorage_ * frames, int32_t offset, int32_t frame, bool angle, MethodInfo * method)); DO_APP_FUNC(0x00B5B760, Vector3, Math_1_InterpolateVector, (BoltDoubleList_1_Photon_Bolt_NetworkStorage_ * frames, int32_t offset, int32_t frame, float snapLimit, MethodInfo * method)); DO_APP_FUNC(0x00B5B7C0, Vector3, Math_1_InterpolateVector_1, (BoltDoubleList_1_Photon_Bolt_NetworkStorage_ * frames, int32_t offset, int32_t frame, float snapLimit, bool * snapped, MethodInfo * method)); DO_APP_FUNC(0x00B5BAF0, Quaternion, Math_1_InterpolateQuaternion, (BoltDoubleList_1_Photon_Bolt_NetworkStorage_ * frames, int32_t offset, int32_t frame, MethodInfo * method)); DO_APP_FUNC(0x00B5BDA0, Vector3, Math_1_ExtrapolateVector, (Vector3 cpos, Vector3 rpos, Vector3 rvel, int32_t recievedFrame, int32_t entityFrame, PropertyExtrapolationSettings settings, bool * snapped, MethodInfo * method)); DO_APP_FUNC(0x00B5BFF0, Quaternion, Math_1_ExtrapolateQuaternion, (Quaternion cquat, Quaternion rquat, int32_t recievedFrame, int32_t entityFrame, PropertyExtrapolationSettings settings, MethodInfo * method)); DO_APP_FUNC(0x00B5C550, int32_t, Math_1_SequenceDistance, (uint32_t from, uint32_t to, int32_t shift, MethodInfo * method)); DO_APP_FUNC(0x00B5C570, int32_t, Math_1_HighBit, (uint32_t v, MethodInfo * method)); DO_APP_FUNC(0x00B5C580, int32_t, Math_1_BytesRequired, (int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x00B5C590, int32_t, Math_1_BitsRequired, (int32_t number, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93040, Math_1_BitsRequired__MethodInfo); DO_APP_FUNC(0x00B5C640, int32_t, Math_1_PopCount, (uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x00B5C680, Task *, WaitHandleExtensions_AsTask, (WaitHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x00B5C6F0, Task *, WaitHandleExtensions_AsTask_1, (WaitHandle * handle, TimeSpan timeout, MethodInfo * method)); DO_APP_FUNC(0x00B5CAA0, void, WaitHandleExtensions_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WaitHandleExtensions_c__ctor, (WaitHandleExtensions_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00B5CB50, void, WaitHandleExtensions_c__AsTask_b__1_0, (WaitHandleExtensions_c * __this, Object * state, bool timedOut, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92FF0, WaitHandleExtensions_c__AsTask_b__1_0__MethodInfo); DO_APP_FUNC(0x00B5CC30, bool, WaitHandleExtensions_c__AsTask_b__1_1, (WaitHandleExtensions_c * __this, Task_1_System_Object_ * _, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92FB8, WaitHandleExtensions_c__AsTask_b__1_1__MethodInfo); DO_APP_FUNC(0x00B5CCA0, void, Assert_1_Fail, (String * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92F38, Assert_1_Fail__MethodInfo); DO_APP_FUNC(0x003AC050, void, Assert_1_Same, (Object * a, Object * b, String * error, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Assert_1_NotSame, (Object * a, Object * b, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Assert_1_Null, (Object * a, String * msg, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Assert_1_NotNull, (Object * a, String * msg, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Assert_1_Equal, (Object * a, Object * b, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Assert_1_NotEqual, (Object * a, Object * b, MethodInfo * method)); DO_APP_FUNC(0x00B5CD00, void, Assert_1_False, (bool condition, String * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92F28, Assert_1_False__MethodInfo); DO_APP_FUNC(0x00B5CD60, void, Assert_1_True, (bool condition, String * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92F58, Assert_1_True__MethodInfo); DO_APP_FUNC(0x00B5CDC0, void, Assert_1_True_1, (bool condition, String * message, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92F48, Assert_1_True_1__MethodInfo); DO_APP_FUNC(0x00A90540, Object *, BoltException_get_ExtraInfo, (BoltException * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90550, void, BoltException_set_ExtraInfo, (BoltException * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00B5CE40, String *, BoltException_get_Message, (BoltException * __this, MethodInfo * method)); DO_APP_FUNC(0x00B5CEE0, void, BoltException__ctor, (BoltException * __this, String * message, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x00B5D000, void, BoltAssertFailedException__ctor, (BoltAssertFailedException * __this, String * msg, MethodInfo * method)); DO_APP_FUNC(0x00B5D0C0, void, BoltPackageOverflowException__ctor, (BoltPackageOverflowException * __this, MethodInfo * method)); DO_APP_FUNC(0x00B5D130, void, PacketStats_Clear, (PacketStats * __this, MethodInfo * method)); DO_APP_FUNC(0x00B5D140, void, PacketTypeStats_Update, (PacketTypeStats * __this, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats_ * statsIn, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats_ * statsOut, Func_2_Photon_Bolt_Internal_PacketStats_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PacketTypeStats__ctor, (PacketTypeStats * __this, MethodInfo * method)); DO_APP_FUNC(0x00B5D310, void, BoltCore_Connect, (UdpEndPoint endpoint, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00B5D520, void, BoltCore_Connect_1, (String * hostName, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00B5D5C0, void, BoltCore_Connect_2, (UdpSession * session, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00B5D810, void, BoltCore_ConnectRandom, (UdpSessionFilter * sessionFilter, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00B5DA60, void, BoltCore_CancelConnect, (UdpEndPoint endPoint, bool internalOnly, MethodInfo * method)); DO_APP_FUNC(0x00B5DC10, void, BoltCore_AcceptConnection, (UdpEndPoint endpoint, Object * userToken, IProtocolToken * acceptToken, MethodInfo * method)); DO_APP_FUNC(0x00B5DEC0, void, BoltCore_RefuseConnection, (UdpEndPoint endpoint, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, BoltCore_get_IsDebugMode, (MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, BoltCore_get_IsCloud, (MethodInfo * method)); DO_APP_FUNC(0x00B5E100, AsyncOperation *, BoltCore_get_currentAsyncOperation, (MethodInfo * method)); DO_APP_FUNC(0x00B5E2C0, int32_t, BoltCore_get_loadedScene, (MethodInfo * method)); DO_APP_FUNC(0x00B5E320, String *, BoltCore_get_loadedSceneName, (MethodInfo * method)); DO_APP_FUNC(0x00B5E3C0, GameObject *, BoltCore_get_globalObject, (MethodInfo * method)); DO_APP_FUNC(0x00B5E420, IEnumerable_1_Photon_Bolt_BoltEntity_ *, BoltCore_get_entities, (MethodInfo * method)); DO_APP_FUNC(0x00B5E600, IEnumerable_1_Photon_Bolt_BoltConnection_ *, BoltCore_get_connections, (MethodInfo * method)); DO_APP_FUNC(0x00B5E660, IEnumerable_1_Photon_Bolt_BoltConnection_ *, BoltCore_get_clients, (MethodInfo * method)); DO_APP_FUNC(0x00B5E810, BoltConnection *, BoltCore_get_server, (MethodInfo * method)); DO_APP_FUNC(0x00B5E9D0, int32_t, BoltCore_get_frame, (MethodInfo * method)); DO_APP_FUNC(0x00B5EA30, int32_t, BoltCore_get_framesPerSecond, (MethodInfo * method)); DO_APP_FUNC(0x00B5EAD0, int32_t, BoltCore_get_frameSlice, (MethodInfo * method)); DO_APP_FUNC(0x00B5EB20, int32_t, BoltCore_get_serverFrame, (MethodInfo * method)); DO_APP_FUNC(0x00B5EC40, float, BoltCore_get_serverTime, (MethodInfo * method)); DO_APP_FUNC(0x00B5ECB0, float, BoltCore_get_time, (MethodInfo * method)); DO_APP_FUNC(0x00B5ED00, float, BoltCore_get_frameBeginTime, (MethodInfo * method)); DO_APP_FUNC(0x00B5ED50, float, BoltCore_get_frameDeltaTime, (MethodInfo * method)); DO_APP_FUNC(0x00B5EDA0, float, BoltCore_get_frameAlpha, (MethodInfo * method)); DO_APP_FUNC(0x00B5EEC0, bool, BoltCore_get_IsRunning, (MethodInfo * method)); DO_APP_FUNC(0x00B5EF30, bool, BoltCore_get_isClient, (MethodInfo * method)); DO_APP_FUNC(0x00B5EFF0, bool, BoltCore_get_isServer, (MethodInfo * method)); DO_APP_FUNC(0x00B5F0B0, bool, BoltCore_get_isSinglePlayer, (MethodInfo * method)); DO_APP_FUNC(0x00B5F1B0, IEnumerable_1_Photon_Bolt_Entity_ *, BoltCore_get__entities, (MethodInfo * method)); DO_APP_FUNC(0x00B5F210, int32_t, BoltCore_get_localSendRate, (MethodInfo * method)); DO_APP_FUNC(0x00B5F2E0, int32_t, BoltCore_get_remoteSendRate, (MethodInfo * method)); DO_APP_FUNC(0x00B5F3B0, int32_t, BoltCore_get_localInterpolationDelay, (MethodInfo * method)); DO_APP_FUNC(0x00B5F480, int32_t, BoltCore_get_localInterpolationDelayMin, (MethodInfo * method)); DO_APP_FUNC(0x00B5F550, int32_t, BoltCore_get_localInterpolationDelayMax, (MethodInfo * method)); DO_APP_FUNC(0x00B5F620, UdpSession *, BoltCore_get_CurrentSession, (MethodInfo * method)); DO_APP_FUNC(0x00B5F6E0, Dictionary_2_System_String_System_Object_ *, BoltCore_get_CurrentMetadata, (MethodInfo * method)); DO_APP_FUNC(0x00B5F760, bool, BoltCore_get_HasSocket, (MethodInfo * method)); DO_APP_FUNC(0x00B5F7C0, void, BoltCore_Shutdown, (UdpConnectionDisconnectReason__Enum disconnectReason, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92DA0, BoltCore_Shutdown__MethodInfo); DO_APP_FUNC(0x00B5FA70, void, BoltCore_SetServerInfo, (String * serverName, bool dedicated, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00B5FB40, void, BoltCore_EnableLanBroadcast, (uint16_t port, MethodInfo * method)); DO_APP_FUNC(0x00B5FC90, void, BoltCore_DisableLanBroadcast, (MethodInfo * method)); DO_APP_FUNC(0x00B5FDE0, void, BoltCore_Initialize, (BoltNetworkModes__Enum mode, UdpEndPoint endpoint, BoltConfig * config, UdpPlatform * udpPlatform, String * sceneToLoad, MethodInfo * method)); DO_APP_FUNC(0x00B60690, void, BoltCore_Update, (MethodInfo * method)); DO_APP_FUNC(0x00B60800, void, BoltCore_BeginStart, (ControlCommandStart * cmd, MethodInfo * method)); DO_APP_FUNC(0x00B60FB0, void, BoltCore_BeginShutdown, (ControlCommandShutdown * cmd, MethodInfo * method)); DO_APP_FUNC(0x00B610E0, void, BoltCore_ShutdownImmediate, (UdpConnectionDisconnectReason__Enum disconnectReason, MethodInfo * method)); DO_APP_FUNC(0x00B611C0, Task *, BoltCore_ShutdownProcedure, (BoltNetworkModes__Enum setMode, UdpConnectionDisconnectReason__Enum disconnectReason, AddCallback * shutdownAction, ManualResetEvent * resetEvent, bool allowImmediateShutdown, MethodInfo * method)); DO_APP_FUNC(0x00B61410, void, BoltCore_Quit, (MethodInfo * method)); DO_APP_FUNC(0x00B61480, void, BoltCore_UpdateActiveGlobalBehaviours, (int32_t sceneIndex, MethodInfo * method)); DO_APP_FUNC(0x00B61B50, void, BoltCore_CreateBoltBehaviourObject, (MethodInfo * method)); DO_APP_FUNC(0x00B61E40, Component *, BoltCore_CreateGlobalBehaviour, (Type * t, MethodInfo * method)); DO_APP_FUNC(0x00B62070, void, BoltCore_DeleteGlobalBehaviour, (Type * t, MethodInfo * method)); DO_APP_FUNC(0x00B62280, void, BoltCore_AdjustLocalFrame, (MethodInfo * method)); DO_APP_FUNC(0x00B62430, void, BoltCore_AdjustEstimatedRemoteFrames, (MethodInfo * method)); DO_APP_FUNC(0x00B62670, void, BoltCore_StepNonControlledRemoteEntities, (MethodInfo * method)); DO_APP_FUNC(0x00B62910, void, BoltCore_StepControlledEntities, (MethodInfo * method)); DO_APP_FUNC(0x00B62B20, void, BoltCore_SetSessionList, (Map_2_System_Guid_UdpSession_ * sessions, MethodInfo * method)); DO_APP_FUNC(0x00B62C10, UdpPacket *, BoltCore_AllocateUdpPacket, (MethodInfo * method)); DO_APP_FUNC(0x00B62C80, UdpChannelName, BoltCore_CreateStreamChannel, (String * name, UdpChannelMode__Enum mode, int32_t priority, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92B78, BoltCore_CreateStreamChannel__MethodInfo); DO_APP_FUNC(0x00B62DE0, void, BoltCore_AutoLoadScene, (AutoLoadSceneOrigin__Enum loadSceneOrigin, MethodInfo * method)); DO_APP_FUNC(0x00B63100, void, BoltCore_Destroy, (BoltEntity * entity, IProtocolToken * detachToken, MethodInfo * method)); DO_APP_FUNC(0x00B631C0, void, BoltCore_DestroyForce, (Entity * entity, MethodInfo * method)); DO_APP_FUNC(0x00B632D0, void, BoltCore_Detach, (BoltEntity * entity, IProtocolToken * detachToken, MethodInfo * method)); DO_APP_FUNC(0x00B63330, Entity *, BoltCore_FindEntity, (NetworkId id, MethodInfo * method)); DO_APP_FUNC(0x00B63590, bool, BoltCore_CanClientInstantiate, (BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x00B635E0, BoltEntity *, BoltCore_Instantiate, (PrefabId prefabId, TypeId serializerId, Vector3 position, Quaternion rotation, InstantiateFlags instanceFlags, BoltConnection * controller, IProtocolToken * attachToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92B38, BoltCore_Instantiate__MethodInfo); DO_APP_FUNC(0x00B63870, GameObject *, BoltCore_Attach, (GameObject * gameObject, EntityFlags flags, IProtocolToken * attachToken, MethodInfo * method)); DO_APP_FUNC(0x00B63A60, GameObject *, BoltCore_Attach_1, (GameObject * gameObject, TypeId serializerId, EntityFlags flags, IProtocolToken * attachToken, MethodInfo * method)); DO_APP_FUNC(0x00B63B70, void, BoltCore_FreezeProxies, (MethodInfo * method)); DO_APP_FUNC(0x00B63E30, void, BoltCore_PollNetwork, (MethodInfo * method)); DO_APP_FUNC(0x00B65240, void, BoltCore_Udp_Connected, (UdpConnection * udp, MethodInfo * method)); DO_APP_FUNC(0x00B658F0, void, BoltCore_Udp_Disconnect, (UdpConnection * udp, MethodInfo * method)); DO_APP_FUNC(0x00B65C80, void, BoltCore_Udp_SessionConnected, (UdpEventSessionConnected * ev, MethodInfo * method)); DO_APP_FUNC(0x00B65D00, void, BoltCore_Udp_SessionConnectFailed, (UdpEventSessionConnectFailed * ev, MethodInfo * method)); DO_APP_FUNC(0x00B65D90, void, BoltCore_Udp_SessionCreated, (UdpEventSessionCreated * ev, MethodInfo * method)); DO_APP_FUNC(0x00B65E60, void, BoltCore_Udp_SessionListUpdated, (UdpEventSessionListUpdated * ev, MethodInfo * method)); DO_APP_FUNC(0x00B65EC0, void, BoltCore_Udp_StreamDataStarted, (UdpEventStreamDataStarted * ev, MethodInfo * method)); DO_APP_FUNC(0x00B65FC0, void, BoltCore_Udp_StreamDataProgress, (UdpEventStreamProgress * ev, MethodInfo * method)); DO_APP_FUNC(0x00B660E0, void, BoltCore_Udp_StreamDataAborted, (UdpEventStreamAbort * ev, MethodInfo * method)); DO_APP_FUNC(0x00B661E0, void, BoltCore_Udp_StreamDataReceived, (UdpEventStreamDataReceived * ev, MethodInfo * method)); DO_APP_FUNC(0x00B662C0, void, BoltCore_Udp_PacketReceived, (UdpEvent ev, MethodInfo * method)); DO_APP_FUNC(0x00B66430, void, BoltCore_Udp_PacketDelivered, (UdpEvent ev, MethodInfo * method)); DO_APP_FUNC(0x00B66670, void, BoltCore_Udp_PacketLost, (UdpEvent ev, MethodInfo * method)); DO_APP_FUNC(0x00B668B0, void, BoltCore_Udp_ConnectAttempt, (UdpEventConnectAttempt * ev, MethodInfo * method)); DO_APP_FUNC(0x00B66960, void, BoltCore_Udp_SocketStartupFailed, (UdpEventStartFailed * ev, MethodInfo * method)); DO_APP_FUNC(0x00B66AA0, void, BoltCore_Udp_SocketStartupDone, (UdpEventStartDone * ev, MethodInfo * method)); DO_APP_FUNC(0x00B66B80, void, BoltCore_Udp_ConnectFailed, (UdpEventConnectFailed * ev, MethodInfo * method)); DO_APP_FUNC(0x00B66CF0, void, BoltCore_Udp_ConnectRefused, (UdpEventConnectRefused * ev, MethodInfo * method)); DO_APP_FUNC(0x00B66E60, void, BoltCore_Udp_ConnectRequest, (UdpEventConnectRequest * ev, MethodInfo * method)); DO_APP_FUNC(0x00B66F10, void, BoltCore_Poll, (MethodInfo * method)); DO_APP_FUNC(0x00B672D0, void, BoltCore_Send, (MethodInfo * method)); DO_APP_FUNC(0x00B67C40, void, BoltCore_UpdateCurrentScene, (MethodInfo * method)); DO_APP_FUNC(0x00B67DF0, void, BoltCore_LoadScene, (int32_t index, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00B67EB0, void, BoltCore_LoadSceneSync, (MethodInfo * method)); DO_APP_FUNC(0x00B680B0, void, BoltCore_LoadSceneInternal, (SceneLoadState loading, MethodInfo * method)); DO_APP_FUNC(0x00B682D0, void, BoltCore_SceneLoadBegin, (SceneLoadState state, MethodInfo * method)); DO_APP_FUNC(0x00B68740, void, BoltCore_SceneLoadDone, (SceneLoadState state, MethodInfo * method)); DO_APP_FUNC(0x00B68870, void, BoltCore_InvokeLocalSceneCallbacks, (SceneLoadState state, MethodInfo * method)); DO_APP_FUNC(0x00B68990, void, BoltCore_InvokeRemoteSceneCallbacks, (MethodInfo * method)); DO_APP_FUNC(0x00B68DA0, void, BoltCore_UpdateSceneObjectsLookup, (MethodInfo * method)); DO_APP_FUNC(0x00B69560, GameObject *, BoltCore_FindSceneObject, (UniqueId uniqueId, MethodInfo * method)); DO_APP_FUNC(0x00B696F0, void, BoltCore_ResetIdAllocator, (BoltNetworkModes__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x00B697A0, void, BoltCore_CreateUdpConfig, (BoltConfig * config, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltCore_UdpLogWriter, (uint32_t level, String * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92D08, BoltCore_UdpLogWriter__MethodInfo); DO_APP_FUNC(0x00B69B30, void, BoltCore_UnityLogCallback, (String * condition, String * stackTrace, LogType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x00B69BC0, void, BoltCore_DoProtocolTokenRegistration, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C928E0, BoltCore_DoProtocolTokenRegistration__MethodInfo); DO_APP_FUNC(0x00B69E10, void, BoltCore__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B6AB00, void, BoltCore_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltCore_c__ctor, (BoltCore_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00B6ABB0, BoltEntity *, BoltCore_c__get_entities_b__20_0, (BoltCore_c * __this, Entity * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92EA8, BoltCore_c__get_entities_b__20_0__MethodInfo); DO_APP_FUNC(0x00B6ABD0, bool, BoltCore_c__get_clients_b__24_0, (BoltCore_c * __this, BoltConnection * c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92E80, BoltCore_c__get_clients_b__24_0__MethodInfo); DO_APP_FUNC(0x00B6AC00, void, BoltCore_c__ShutdownProcedure_b__107_0, (BoltCore_c * __this, uint32_t i, String * m, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92748, BoltCore_c__ShutdownProcedure_b__107_0__MethodInfo); DO_APP_FUNC(0x00B6AC50, bool, BoltCore_c__UpdateSceneObjectsLookup_b__169_0, (BoltCore_c * __this, BoltEntity * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92908, BoltCore_c__UpdateSceneObjectsLookup_b__169_0__MethodInfo); DO_APP_FUNC(0x00B6ACD0, UniqueId, BoltCore_c__UpdateSceneObjectsLookup_b__169_1, (BoltCore_c * __this, BoltEntity * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92900, BoltCore_c__UpdateSceneObjectsLookup_b__169_1__MethodInfo); DO_APP_FUNC(0x00B6AD10, GameObject *, BoltCore_c___cctor_b__176_0, (BoltCore_c * __this, GameObject * go, Vector3 p, Quaternion r, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92840, BoltCore_c___cctor_b__176_0__MethodInfo); DO_APP_FUNC(0x00B6ADB0, void, BoltCore_c___cctor_b__176_1, (BoltCore_c * __this, GameObject * go, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92850, BoltCore_c___cctor_b__176_1__MethodInfo); DO_APP_FUNC(0x0099F020, void, BoltCore_get_entities_d_72__ctor, (BoltCore_get_entities_d_72 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltCore_get_entities_d_72_System_IDisposable_Dispose, (BoltCore_get_entities_d_72 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B6AE00, bool, BoltCore_get_entities_d_72_MoveNext, (BoltCore_get_entities_d_72 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Entity *, BoltCore_get_entities_d_72_System_Collections_Generic_IEnumerator_Photon_Bolt_Entity__get_Current, (BoltCore_get_entities_d_72 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B6B230, void, BoltCore_get_entities_d_72_System_Collections_IEnumerator_Reset, (BoltCore_get_entities_d_72 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92818, BoltCore_get_entities_d_72_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, BoltCore_get_entities_d_72_System_Collections_IEnumerator_get_Current, (BoltCore_get_entities_d_72 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B6B280, IEnumerator_1_Photon_Bolt_Entity_ *, BoltCore_get_entities_d_72_System_Collections_Generic_IEnumerable_Photon_Bolt_Entity__GetEnumerator, (BoltCore_get_entities_d_72 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B6B280, IEnumerator *, BoltCore_get_entities_d_72_System_Collections_IEnumerable_GetEnumerator, (BoltCore_get_entities_d_72 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B6B310, void, BoltCore_BeginShutdown_d_105_MoveNext, (BoltCore_BeginShutdown_d_105 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B6B6D0, void, BoltCore_BeginShutdown_d_105_SetStateMachine, (BoltCore_BeginShutdown_d_105 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00B6B6E0, void, BoltCore_ShutdownImmediate_d_106_MoveNext, (BoltCore_ShutdownImmediate_d_106 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B6B6D0, void, BoltCore_ShutdownImmediate_d_106_SetStateMachine, (BoltCore_ShutdownImmediate_d_106 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00B6BD50, void, BoltCore_ShutdownProcedure_d_107_MoveNext, (BoltCore_ShutdownProcedure_d_107 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B6CD10, void, BoltCore_ShutdownProcedure_d_107_SetStateMachine, (BoltCore_ShutdownProcedure_d_107 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltCore_c_DisplayClass109_0__ctor, (BoltCore_c_DisplayClass109_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B6CD70, bool, BoltCore_c_DisplayClass109_0__UpdateActiveGlobalBehaviours_b__0, (BoltCore_c_DisplayClass109_0 * __this, String * scenePattern, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92BE0, BoltCore_c_DisplayClass109_0__UpdateActiveGlobalBehaviours_b__0__MethodInfo); DO_APP_FUNC(0x00B6CDE0, void, BoltCoreInternal__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B6CEC0, bool, BoltNetworkInternal_Setup, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92728, BoltNetworkInternal_Setup__MethodInfo); DO_APP_FUNC(0x00B6D040, void, BoltNetworkInternal_Initialize, (BoltNetworkModes__Enum mode, UdpEndPoint endpoint, BoltConfig * config, UdpPlatform * platform, String * autoloadScene, MethodInfo * method)); DO_APP_FUNC(0x00B6D2A0, void, ControlCommand__ctor, (ControlCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x00B6D370, UdpPlatform *, ControlCommandStart_get_DefaultPlatform, (ControlCommandStart * __this, MethodInfo * method)); DO_APP_FUNC(0x00B6D3D0, void, ControlCommandStart_Run, (ControlCommandStart * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ControlCommandStart_Done, (ControlCommandStart * __this, MethodInfo * method)); DO_APP_FUNC(0x00B6D6F0, void, ControlCommandStart__ctor, (ControlCommandStart * __this, MethodInfo * method)); DO_APP_FUNC(0x00B6D700, void, ControlCommandShutdown_Run, (ControlCommandShutdown * __this, MethodInfo * method)); DO_APP_FUNC(0x00B6D860, void, ControlCommandShutdown_Done, (ControlCommandShutdown * __this, MethodInfo * method)); DO_APP_FUNC(0x00B6D9B0, void, ControlCommandShutdown__ctor, (ControlCommandShutdown * __this, MethodInfo * method)); DO_APP_FUNC(0x00B6DA90, void, ControlBehaviour_QueueControlCommand, (ControlBehaviour * __this, ControlCommand * command, MethodInfo * method)); DO_APP_FUNC(0x00B6DAF0, void, ControlBehaviour_FinishPendingCommands, (ControlBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00B6DD00, void, ControlBehaviour_Update, (ControlBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00B6DED0, void, ControlBehaviour__ctor, (ControlBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00B6DFD0, bool, Factory_1_get_IsEmpty, (MethodInfo * method)); DO_APP_FUNC(0x00B6E050, void, Factory_1_Register, (IFactory * factory, MethodInfo * method)); DO_APP_FUNC(0x00B6E220, IFactory *, Factory_1_GetFactory, (TypeId id, MethodInfo * method)); DO_APP_FUNC(0x00B6E2D0, IFactory *, Factory_1_GetFactory_1, (UniqueId id, MethodInfo * method)); DO_APP_FUNC(0x00B6E410, IEventFactory *, Factory_1_GetEventFactory, (TypeId id, MethodInfo * method)); DO_APP_FUNC(0x00B6E570, IEventFactory *, Factory_1_GetEventFactory_1, (UniqueId id, MethodInfo * method)); DO_APP_FUNC(0x00B6E760, Event *, Factory_1_NewEvent, (TypeId id, MethodInfo * method)); DO_APP_FUNC(0x00B6E810, Event *, Factory_1_NewEvent_1, (UniqueId id, MethodInfo * method)); DO_APP_FUNC(0x00B6E8D0, uint8_t, Factory_1_GetTokenId, (IProtocolToken * obj, MethodInfo * method)); DO_APP_FUNC(0x00B6E940, uint8_t, Factory_1_GetTokenId_1, (Type * tokenType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C924C8, Factory_1_GetTokenId_1__MethodInfo); DO_APP_FUNC(0x00B6EAB0, IProtocolToken *, Factory_1_NewToken, (uint8_t id, MethodInfo * method)); DO_APP_FUNC(0x00B6EE10, Command *, Factory_1_NewCommand, (TypeId id, MethodInfo * method)); DO_APP_FUNC(0x00B6EEC0, Command *, Factory_1_NewCommand_1, (UniqueId id, MethodInfo * method)); DO_APP_FUNC(0x00B6EF80, IEntitySerializer *, Factory_1_NewSerializer, (TypeId id, MethodInfo * method)); DO_APP_FUNC(0x00B6EFF0, IEntitySerializer *, Factory_1_NewSerializer_1, (UniqueId guid, MethodInfo * method)); DO_APP_FUNC(0x00B6F070, Object *, Factory_1_Create, (TypeId id, MethodInfo * method)); DO_APP_FUNC(0x00B6F140, Object *, Factory_1_Create_1, (UniqueId id, MethodInfo * method)); DO_APP_FUNC(0x00B6F2B0, void, Factory_1_UnregisterAll, (MethodInfo * method)); DO_APP_FUNC(0x00B6FA70, void, Factory_1_RegisterTokenClass, (Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C922C0, Factory_1_RegisterTokenClass__MethodInfo); DO_APP_FUNC(0x00B6FE60, void, Factory_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003B93D0, GlobalEventListenerBase *, GlobalEventListenerBase_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Internal_GlobalEventListenerBase__get_prev, (GlobalEventListenerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, GlobalEventListenerBase_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Internal_GlobalEventListenerBase__set_prev, (GlobalEventListenerBase * __this, GlobalEventListenerBase * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, GlobalEventListenerBase *, GlobalEventListenerBase_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Internal_GlobalEventListenerBase__get_next, (GlobalEventListenerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, GlobalEventListenerBase_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Internal_GlobalEventListenerBase__set_next, (GlobalEventListenerBase * __this, GlobalEventListenerBase * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Object *, GlobalEventListenerBase_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Internal_GlobalEventListenerBase__get_list, (GlobalEventListenerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, GlobalEventListenerBase_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Internal_GlobalEventListenerBase__set_list, (GlobalEventListenerBase * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00B703D0, void, GlobalEventListenerBase_OnEnable, (GlobalEventListenerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00B704B0, void, GlobalEventListenerBase_OnDisable, (GlobalEventListenerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, GlobalEventListenerBase_PersistBetweenStartupAndShutdown, (GlobalEventListenerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00B70590, void, GlobalEventListenerBase_OnPacketSendInvoke, (BoltConnection * connection, Packet * packet, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListenerBase_BoltShutdownBegin, (GlobalEventListenerBase * __this, AddCallback * registerDoneCallback, UdpConnectionDisconnectReason__Enum disconnectReason, MethodInfo * method)); DO_APP_FUNC(0x00B707A0, void, GlobalEventListenerBase_BoltShutdownBeginInvoke, (AddCallback * registerDoneCallback, UdpConnectionDisconnectReason__Enum disconnectReason, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListenerBase_BoltStartBegin, (GlobalEventListenerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00B709A0, void, GlobalEventListenerBase_BoltStartBeginInvoke, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListenerBase_BoltStartDone, (GlobalEventListenerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00B70B80, void, GlobalEventListenerBase_BoltStartDoneInvoke, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListenerBase_BoltStartFailed, (GlobalEventListenerBase * __this, UdpConnectionDisconnectReason__Enum disconnectReason, MethodInfo * method)); DO_APP_FUNC(0x00B70D60, void, GlobalEventListenerBase_BoltStartFailedInvoke, (UdpConnectionDisconnectReason__Enum disconnectReason, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListenerBase_StreamDataStarted, (GlobalEventListenerBase * __this, BoltConnection * connection, UdpChannelName channel, uint64_t streamID, MethodInfo * method)); DO_APP_FUNC(0x00B70F50, void, GlobalEventListenerBase_StreamDataStartedInvoke, (BoltConnection * connection, UdpChannelName channel, uint64_t streamID, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListenerBase_StreamDataAborted, (GlobalEventListenerBase * __this, BoltConnection * connection, UdpChannelName channel, uint64_t streamID, MethodInfo * method)); DO_APP_FUNC(0x00B71180, void, GlobalEventListenerBase_StreamDataAbortedInvoke, (BoltConnection * connection, UdpChannelName channel, uint64_t streamID, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListenerBase_StreamDataProgress, (GlobalEventListenerBase * __this, BoltConnection * connection, UdpChannelName channel, uint64_t streamID, float progress, MethodInfo * method)); DO_APP_FUNC(0x00B713B0, void, GlobalEventListenerBase_StreamDataProgressInvoke, (BoltConnection * connection, UdpChannelName channel, uint64_t streamID, float progress, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListenerBase_StreamDataReceived, (GlobalEventListenerBase * __this, BoltConnection * connection, UdpStreamData * data, MethodInfo * method)); DO_APP_FUNC(0x00B715F0, void, GlobalEventListenerBase_StreamDataReceivedInvoke, (BoltConnection * connection, UdpStreamData * data, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListenerBase_SceneLoadLocalBegin, (GlobalEventListenerBase * __this, String * scene, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00B717F0, void, GlobalEventListenerBase_SceneLoadLocalBeginInvoke, (String * scene, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListenerBase_SceneLoadLocalDone, (GlobalEventListenerBase * __this, String * scene, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00B719F0, void, GlobalEventListenerBase_SceneLoadLocalDoneInvoke, (String * scene, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListenerBase_SceneLoadRemoteDone, (GlobalEventListenerBase * __this, BoltConnection * connection, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00B71BF0, void, GlobalEventListenerBase_SceneLoadRemoteDoneInvoke, (BoltConnection * connection, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListenerBase_Connected, (GlobalEventListenerBase * __this, BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B71DF0, void, GlobalEventListenerBase_ConnectedInvoke, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListenerBase_ConnectFailed, (GlobalEventListenerBase * __this, UdpEndPoint endpoint, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00B71FE0, void, GlobalEventListenerBase_ConnectFailedInvoke, (UdpEndPoint endpoint, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListenerBase_ConnectRequest, (GlobalEventListenerBase * __this, UdpEndPoint endpoint, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00B72210, void, GlobalEventListenerBase_ConnectRequestInvoke, (UdpEndPoint endpoint, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListenerBase_ConnectRefused, (GlobalEventListenerBase * __this, UdpEndPoint endpoint, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00B72440, void, GlobalEventListenerBase_ConnectRefusedInvoke, (UdpEndPoint endpoint, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListenerBase_ConnectAttempt, (GlobalEventListenerBase * __this, UdpEndPoint endpoint, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00B72670, void, GlobalEventListenerBase_ConnectAttemptInvoke, (UdpEndPoint endpoint, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListenerBase_Disconnected, (GlobalEventListenerBase * __this, BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B728A0, void, GlobalEventListenerBase_DisconnectedInvoke, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListenerBase_ControlOfEntityLost, (GlobalEventListenerBase * __this, BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x00B72A90, void, GlobalEventListenerBase_ControlOfEntityLostInvoke, (BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListenerBase_ControlOfEntityGained, (GlobalEventListenerBase * __this, BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x00B72C80, void, GlobalEventListenerBase_ControlOfEntityGainedInvoke, (BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListenerBase_EntityAttached, (GlobalEventListenerBase * __this, BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x00B72E70, void, GlobalEventListenerBase_EntityAttachedInvoke, (BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListenerBase_EntityDetached, (GlobalEventListenerBase * __this, BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x00B73060, void, GlobalEventListenerBase_EntityDetachedInvoke, (BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListenerBase_EntityReceived, (GlobalEventListenerBase * __this, BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x00B73250, void, GlobalEventListenerBase_EntityReceivedInvoke, (BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListenerBase_EntityFrozen, (GlobalEventListenerBase * __this, BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x00B73440, void, GlobalEventListenerBase_EntityFrozenInvoke, (BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListenerBase_EntityThawed, (GlobalEventListenerBase * __this, BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x00B73630, void, GlobalEventListenerBase_EntityThawedInvoke, (BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListenerBase_SessionListUpdated, (GlobalEventListenerBase * __this, Map_2_System_Guid_UdpSession_ * sessionList, MethodInfo * method)); DO_APP_FUNC(0x00B73820, void, GlobalEventListenerBase_SessionListUpdatedInvoke, (Map_2_System_Guid_UdpSession_ * sessionList, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListenerBase_SessionConnected, (GlobalEventListenerBase * __this, UdpSession * session, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00B73A10, void, GlobalEventListenerBase_SessionConnectedInvoke, (UdpSession * session, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListenerBase_SessionConnectFailed, (GlobalEventListenerBase * __this, UdpSession * session, IProtocolToken * token, UdpSessionError__Enum errorReason, MethodInfo * method)); DO_APP_FUNC(0x00B73C10, void, GlobalEventListenerBase_SessionConnectFailedInvoke, (UdpSession * session, IProtocolToken * token, UdpSessionError__Enum errorReason, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListenerBase_SessionCreatedOrUpdated, (GlobalEventListenerBase * __this, UdpSession * session, MethodInfo * method)); DO_APP_FUNC(0x00B73E30, void, GlobalEventListenerBase_SessionCreatedOrUpdatedInvoke, (UdpSession * session, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListenerBase_SessionCreationFailed, (GlobalEventListenerBase * __this, UdpSession * session, UdpSessionError__Enum errorReason, MethodInfo * method)); DO_APP_FUNC(0x00B74020, void, GlobalEventListenerBase_SessionCreationFailedInvoke, (UdpSession * session, UdpSessionError__Enum errorReason, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, GlobalEventListenerBase__ctor, (GlobalEventListenerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00B74220, void, GlobalEventListenerBase__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B742F0, void, Packet_Dispose, (Packet * __this, MethodInfo * method)); DO_APP_FUNC(0x00B74490, void, Packet__ctor, (Packet * __this, MethodInfo * method)); DO_APP_FUNC(0x00B746A0, void, EntityEventListenerBase_Initialized, (EntityEventListenerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, EntityEventListenerBase__ctor, (EntityEventListenerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00B746F0, void, EntityProxyEnvelope_Dispose, (EntityProxyEnvelope * __this, MethodInfo * method)); DO_APP_FUNC(0x00B74860, void, EntityProxyEnvelope__ctor, (EntityProxyEnvelope * __this, MethodInfo * method)); DO_APP_FUNC(0x00B749E0, EntityProxyEnvelope *, EntityProxyEnvelopePool_Acquire, (MethodInfo * method)); DO_APP_FUNC(0x00B74C50, void, EntityProxyEnvelopePool_Release, (EntityProxyEnvelope * obj, MethodInfo * method)); DO_APP_FUNC(0x00B74CE0, void, EntityProxyEnvelopePool__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AC8DB0, EntityProxy *, EntityProxy_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Internal_EntityProxy__get_prev, (EntityProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8DC0, void, EntityProxy_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Internal_EntityProxy__set_prev, (EntityProxy * __this, EntityProxy * value, MethodInfo * method)); DO_APP_FUNC(0x009E4000, EntityProxy *, EntityProxy_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Internal_EntityProxy__get_next, (EntityProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8E20, void, EntityProxy_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Internal_EntityProxy__set_next, (EntityProxy * __this, EntityProxy * value, MethodInfo * method)); DO_APP_FUNC(0x005425B0, Object *, EntityProxy_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Internal_EntityProxy__get_list, (EntityProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8F70, void, EntityProxy_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Internal_EntityProxy__set_list, (EntityProxy * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00B74DC0, void, EntityProxy__ctor, (EntityProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x00B74EC0, EntityProxyEnvelope *, EntityProxy_CreateEnvelope, (EntityProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x00B75040, String *, EntityProxy_ToString, (EntityProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EntityProxy_PriorityComparer__ctor, (EntityProxy_PriorityComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x00B75110, int32_t, EntityProxy_PriorityComparer_System_Collections_Generic_IComparer_Photon_Bolt_Internal_EntityProxy__Compare, (EntityProxy_PriorityComparer * __this, EntityProxy * x, EntityProxy * y, MethodInfo * method)); DO_APP_FUNC(0x00B751A0, void, EntityProxy_PriorityComparer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B75250, void, BoltPoll_Awake, (BoltPoll * __this, MethodInfo * method)); DO_APP_FUNC(0x00B75360, void, BoltPoll_Update, (BoltPoll * __this, MethodInfo * method)); DO_APP_FUNC(0x00B755E0, void, BoltPoll_FixedUpdate, (BoltPoll * __this, MethodInfo * method)); DO_APP_FUNC(0x00B75810, void, BoltPoll_OnDisable, (BoltPoll * __this, MethodInfo * method)); DO_APP_FUNC(0x00B75840, void, BoltPoll_OnDestroy, (BoltPoll * __this, MethodInfo * method)); DO_APP_FUNC(0x00B75870, void, BoltPoll_OnApplicationQuit, (BoltPoll * __this, MethodInfo * method)); DO_APP_FUNC(0x005F7720, void, BoltPoll__ctor, (BoltPoll * __this, MethodInfo * method)); DO_APP_FUNC(0x00B75930, void, BoltSend_Awake, (BoltSend * __this, MethodInfo * method)); DO_APP_FUNC(0x00B75A90, void, BoltSend_FixedUpdate, (BoltSend * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, BoltSend__ctor, (BoltSend * __this, MethodInfo * method)); DO_APP_FUNC(0x00B75CC0, void, PooledProtocolTokenBase_Read, (PooledProtocolTokenBase * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92008, PooledProtocolTokenBase_Read__MethodInfo); DO_APP_FUNC(0x00B75D10, void, PooledProtocolTokenBase_Write, (PooledProtocolTokenBase * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91FF8, PooledProtocolTokenBase_Write__MethodInfo); DO_APP_FUNC(0x00B75D60, void, PooledProtocolTokenBase_Reset, (PooledProtocolTokenBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92020, PooledProtocolTokenBase_Reset__MethodInfo); DO_APP_FUNC(0x00B75DB0, void, PooledProtocolTokenBase_Dispose, (PooledProtocolTokenBase * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x00B75E50, void, PooledProtocolTokenBase_Dispose_1, (PooledProtocolTokenBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PooledProtocolTokenBase__ctor, (PooledProtocolTokenBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00B75F20, void, BinaryDataChannel_Pack, (BinaryDataChannel * __this, Packet * packet, MethodInfo * method)); DO_APP_FUNC(0x00B75FD0, void, BinaryDataChannel_Read, (BinaryDataChannel * __this, Packet * packet, MethodInfo * method)); DO_APP_FUNC(0x00B760A0, void, BinaryDataChannel_Disconnected, (BinaryDataChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00B76100, void, BinaryDataChannel__ctor, (BinaryDataChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, BoltConnection *, BoltChannel_get_connection, (BoltChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00B76250, void, BoltChannel_set_connection, (BoltChannel * __this, BoltConnection * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91F98, BoltChannel_set_connection__MethodInfo); DO_APP_FUNC(0x003AC050, void, BoltChannel_Lost, (BoltChannel * __this, Packet * packet, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltChannel_Delivered, (BoltChannel * __this, Packet * packet, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltChannel_Disconnected, (BoltChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltChannel__ctor, (BoltChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00B762F0, void, EntityChannel__ctor, (EntityChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00B76700, void, EntityChannel_ForceSync, (EntityChannel * __this, Entity * en, MethodInfo * method)); DO_APP_FUNC(0x00B767F0, void, EntityChannel_ForceSync_1, (EntityChannel * __this, Entity * en, EntityProxy * * proxy, MethodInfo * method)); DO_APP_FUNC(0x00B768D0, bool, EntityChannel_TryFindProxy, (EntityChannel * __this, Entity * en, EntityProxy * * proxy, MethodInfo * method)); DO_APP_FUNC(0x00B76970, void, EntityChannel_SetIdle, (EntityChannel * __this, Entity * entity, bool idle, MethodInfo * method)); DO_APP_FUNC(0x00B76AA0, void, EntityChannel_SetScope, (EntityChannel * __this, Entity * entity, bool inScope, MethodInfo * method)); DO_APP_FUNC(0x00B76D40, bool, EntityChannel_ExistsOnRemote, (EntityChannel * __this, Entity * entity, MethodInfo * method)); DO_APP_FUNC(0x00B76EB0, ExistsResult__Enum, EntityChannel_ExistsOnRemote_1, (EntityChannel * __this, Entity * entity, bool allowMaybe, MethodInfo * method)); DO_APP_FUNC(0x00B77040, bool, EntityChannel_MightExistOnRemote, (EntityChannel * __this, Entity * entity, MethodInfo * method)); DO_APP_FUNC(0x00B77120, void, EntityChannel_DestroyOnRemote, (EntityChannel * __this, Entity * entity, MethodInfo * method)); DO_APP_FUNC(0x00B77390, void, EntityChannel_CreateOnRemote, (EntityChannel * __this, Entity * entity, MethodInfo * method)); DO_APP_FUNC(0x00B773B0, void, EntityChannel_CreateOnRemote_1, (EntityChannel * __this, Entity * entity, EntityProxy * * proxy, MethodInfo * method)); DO_APP_FUNC(0x00B77670, float, EntityChannel_GetPriority, (EntityChannel * __this, Entity * entity, MethodInfo * method)); DO_APP_FUNC(0x00B77700, void, EntityChannel_Pack, (EntityChannel * __this, Packet * packet, MethodInfo * method)); DO_APP_FUNC(0x00B784A0, void, EntityChannel_Read, (EntityChannel * __this, Packet * packet, MethodInfo * method)); DO_APP_FUNC(0x00B78510, void, EntityChannel_Lost, (EntityChannel * __this, Packet * packet, MethodInfo * method)); DO_APP_FUNC(0x00B787D0, void, EntityChannel_Delivered, (EntityChannel * __this, Packet * packet, MethodInfo * method)); DO_APP_FUNC(0x00B789E0, void, EntityChannel_Disconnected, (EntityChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00B78BE0, int32_t, EntityChannel_GetSkippedUpdates, (EntityChannel * __this, Entity * en, MethodInfo * method)); DO_APP_FUNC(0x00B78C70, void, EntityChannel_ApplyPropertyPriorities, (EntityChannel * __this, EntityProxyEnvelope * env, MethodInfo * method)); DO_APP_FUNC(0x00B78D80, int32_t, EntityChannel_PackUpdate, (EntityChannel * __this, Packet * packet, EntityProxy * proxy, MethodInfo * method)); DO_APP_FUNC(0x00B79AA0, bool, EntityChannel_ReadUpdate, (EntityChannel * __this, Packet * packet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91E80, EntityChannel_ReadUpdate__MethodInfo); DO_APP_FUNC(0x00B7AA40, void, EntityChannel_DestroyOutgoingProxy, (EntityChannel * __this, EntityProxy * proxy, MethodInfo * method)); DO_APP_FUNC(0x00B7AB70, void, EntityChannel_DestroyIncommingProxy, (EntityChannel * __this, EntityProxy * proxy, IProtocolToken * token, MethodInfo * method)); DO_APP_FUNC(0x00B7AFB0, int32_t, EntityChannel_CommandChannel_get_pingFrames, (EntityChannel_CommandChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00B7B0B0, Dictionary_2_Photon_Bolt_NetworkId_Photon_Bolt_Internal_EntityProxy_ *, EntityChannel_CommandChannel_get_incommingProxiesByNetworkId, (EntityChannel_CommandChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00B7B0E0, Dictionary_2_Photon_Bolt_NetworkId_Photon_Bolt_Internal_EntityProxy_ *, EntityChannel_CommandChannel_get_outgoingProxiesByNetworkId, (EntityChannel_CommandChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00B7B110, void, EntityChannel_CommandChannel__ctor, (EntityChannel_CommandChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x00B7B120, void, EntityChannel_CommandChannel_Pack, (EntityChannel_CommandChannel * __this, Packet * packet, MethodInfo * method)); DO_APP_FUNC(0x00B7B3B0, void, EntityChannel_CommandChannel_Read, (EntityChannel_CommandChannel * __this, Packet * packet, MethodInfo * method)); DO_APP_FUNC(0x00B7B420, bool, EntityChannel_CommandChannel_EntityHasUnsentState, (EntityChannel_CommandChannel * __this, Entity * entity, MethodInfo * method)); DO_APP_FUNC(0x00B7B5A0, void, EntityChannel_CommandChannel_PackResult, (EntityChannel_CommandChannel * __this, Packet * packet, MethodInfo * method)); DO_APP_FUNC(0x00B7C070, void, EntityChannel_CommandChannel_ReadResult, (EntityChannel_CommandChannel * __this, Packet * packet, MethodInfo * method)); DO_APP_FUNC(0x00B7C7F0, void, EntityChannel_CommandChannel_PackInput, (EntityChannel_CommandChannel * __this, Packet * packet, MethodInfo * method)); DO_APP_FUNC(0x00B7D210, void, EntityChannel_CommandChannel_ReadInput, (EntityChannel_CommandChannel * __this, Packet * packet, MethodInfo * method)); DO_APP_FUNC(0x00B7D910, void, EntityChannel_CommandChannel_WriteInvalidReferenceCommandSequence, (Packet * packet, Command * command, CommandHistory * history, MethodInfo * method)); DO_APP_FUNC(0x00B7DAE0, bool, EntityChannel_CommandChannel_ReadAndRemoveInvalidReferenceCommandSequence, (Packet * packet, Command * command, CommandHistory * history, MethodInfo * method)); DO_APP_FUNC(0x00ACD900, void, EntityChannel_CommandChannel_LogDeltaCompression, (LogType__Enum type, String * format, Object__Array * arguments, MethodInfo * method)); DO_APP_FUNC(0x00B7DD10, void, CommandHistory__ctor, (CommandHistory * __this, int32_t maxRecordsPerCommandType, MethodInfo * method)); DO_APP_FUNC(0x00B7DF60, int32_t, CommandHistory_GetSequenceForSmallestDiff, (CommandHistory * __this, Command * command, NetworkCommand_Data * data, MethodInfo * method)); DO_APP_FUNC(0x00B7E0E0, NetworkStorage *, CommandHistory_GetStorageForSequence, (CommandHistory * __this, int32_t commandType, int32_t sequence, MethodInfo * method)); DO_APP_FUNC(0x00B7E1F0, void, CommandHistory_Add, (CommandHistory * __this, Command * command, MethodInfo * method)); DO_APP_FUNC(0x00B7E620, bool, CommandHistory_Contains, (CommandHistory * __this, Command * command, MethodInfo * method)); DO_APP_FUNC(0x00B7E730, bool, CommandHistory_Remove, (CommandHistory * __this, Command * command, int32_t sequence, MethodInfo * method)); DO_APP_FUNC(0x00B7E8B0, bool, CommandHistory_ShouldDeltaCompress, (CommandHistory * __this, int32_t commandType, int32_t fullSyncSendRate, MethodInfo * method)); DO_APP_FUNC(0x00B7E9F0, void, CommandHistory_SetInvalidSequence, (CommandHistory * __this, int32_t commandType, int32_t sequence, MethodInfo * method)); DO_APP_FUNC(0x00B7EA80, int32_t, CommandHistory_GetAndRemoveInvalidSequence, (CommandHistory * __this, int32_t commandType, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, CommandHistory_CommandRecord *, CommandHistory_CommandRecord_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Channel_CommandHistory_CommandRecord__get_prev, (CommandHistory_CommandRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, CommandHistory_CommandRecord_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Channel_CommandHistory_CommandRecord__set_prev, (CommandHistory_CommandRecord * __this, CommandHistory_CommandRecord * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, CommandHistory_CommandRecord *, CommandHistory_CommandRecord_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Channel_CommandHistory_CommandRecord__get_next, (CommandHistory_CommandRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, CommandHistory_CommandRecord_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Channel_CommandHistory_CommandRecord__set_next, (CommandHistory_CommandRecord * __this, CommandHistory_CommandRecord * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Object *, CommandHistory_CommandRecord_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Channel_CommandHistory_CommandRecord__get_list, (CommandHistory_CommandRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, CommandHistory_CommandRecord_Photon_Bolt_Collections_IBoltListNode_Photon_Bolt_Channel_CommandHistory_CommandRecord__set_list, (CommandHistory_CommandRecord * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00B7EB60, CommandHistory_CommandRecord *, CommandHistory_CommandRecord_Get, (int32_t sequence, NetworkStorage * storage, MethodInfo * method)); DO_APP_FUNC(0x00B7EC50, void, CommandHistory_CommandRecord_Return, (CommandHistory_CommandRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CommandHistory_CommandRecord__ctor, (CommandHistory_CommandRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x00B7ED50, void, CommandHistory_CommandRecord__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, AnimationTriggers_get_normalTrigger, (AnimationTriggers * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AnimationTriggers_set_normalTrigger, (AnimationTriggers * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, AnimationTriggers_get_highlightedTrigger, (AnimationTriggers * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, AnimationTriggers_set_highlightedTrigger, (AnimationTriggers * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, AnimationTriggers_get_pressedTrigger, (AnimationTriggers * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, AnimationTriggers_set_pressedTrigger, (AnimationTriggers * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, AnimationTriggers_get_selectedTrigger, (AnimationTriggers * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, AnimationTriggers_set_selectedTrigger, (AnimationTriggers * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, AnimationTriggers_get_disabledTrigger, (AnimationTriggers * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, AnimationTriggers_set_disabledTrigger, (AnimationTriggers * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02DE18C0, void, AnimationTriggers__ctor, (AnimationTriggers * __this, MethodInfo * method)); DO_APP_FUNC(0x005D3D10, void, Button__ctor, (Button * __this, MethodInfo * method)); DO_APP_FUNC(0x003C2850, Button_ButtonClickedEvent *, Button_get_onClick, (Button * __this, MethodInfo * method)); DO_APP_FUNC(0x003C2860, void, Button_set_onClick, (Button * __this, Button_ButtonClickedEvent * value, MethodInfo * method)); DO_APP_FUNC(0x02DE1B10, void, Button_Press, (Button * __this, MethodInfo * method)); DO_APP_FUNC(0x02DE1BB0, void, Button_OnPointerClick, (Button * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02DE1BE0, void, Button_OnSubmit, (Button * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02DE1CF0, IEnumerator *, Button_OnFinishSubmit, (Button * __this, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, Button_ButtonClickedEvent__ctor, (Button_ButtonClickedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Button_OnFinishSubmit_d_9__ctor, (Button_OnFinishSubmit_d_9 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Button_OnFinishSubmit_d_9_System_IDisposable_Dispose, (Button_OnFinishSubmit_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x02DE1D90, bool, Button_OnFinishSubmit_d_9_MoveNext, (Button_OnFinishSubmit_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Button_OnFinishSubmit_d_9_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Button_OnFinishSubmit_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x02DE1F70, void, Button_OnFinishSubmit_d_9_System_Collections_IEnumerator_Reset, (Button_OnFinishSubmit_d_9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8AB0, Button_OnFinishSubmit_d_9_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Button_OnFinishSubmit_d_9_System_Collections_IEnumerator_get_Current, (Button_OnFinishSubmit_d_9 * __this, MethodInfo * method)); DO_APP_FUNC(0x02DE1FC0, void, CanvasUpdateRegistry__ctor, (CanvasUpdateRegistry * __this, MethodInfo * method)); DO_APP_FUNC(0x02DE23B0, CanvasUpdateRegistry *, CanvasUpdateRegistry_get_instance, (MethodInfo * method)); DO_APP_FUNC(0x02DE24E0, bool, CanvasUpdateRegistry_ObjectValidForUpdate, (CanvasUpdateRegistry * __this, ICanvasElement * element, MethodInfo * method)); DO_APP_FUNC(0x02DE2680, void, CanvasUpdateRegistry_CleanInvalidItems, (CanvasUpdateRegistry * __this, MethodInfo * method)); DO_APP_FUNC(0x02DE2850, void, CanvasUpdateRegistry_PerformUpdate, (CanvasUpdateRegistry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8AA8, CanvasUpdateRegistry_PerformUpdate__MethodInfo); DO_APP_FUNC(0x02DE30D0, int32_t, CanvasUpdateRegistry_ParentCount, (Transform * child, MethodInfo * method)); DO_APP_FUNC(0x02DE3340, int32_t, CanvasUpdateRegistry_SortLayoutList, (ICanvasElement * x, ICanvasElement * y, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8A08, CanvasUpdateRegistry_SortLayoutList__MethodInfo); DO_APP_FUNC(0x02DE3400, void, CanvasUpdateRegistry_RegisterCanvasElementForLayoutRebuild, (ICanvasElement * element, MethodInfo * method)); DO_APP_FUNC(0x02DE3470, bool, CanvasUpdateRegistry_TryRegisterCanvasElementForLayoutRebuild, (ICanvasElement * element, MethodInfo * method)); DO_APP_FUNC(0x02DE34E0, bool, CanvasUpdateRegistry_InternalRegisterCanvasElementForLayoutRebuild, (CanvasUpdateRegistry * __this, ICanvasElement * element, MethodInfo * method)); DO_APP_FUNC(0x02DE35A0, void, CanvasUpdateRegistry_RegisterCanvasElementForGraphicRebuild, (ICanvasElement * element, MethodInfo * method)); DO_APP_FUNC(0x02DE3610, bool, CanvasUpdateRegistry_TryRegisterCanvasElementForGraphicRebuild, (ICanvasElement * element, MethodInfo * method)); DO_APP_FUNC(0x02DE3680, bool, CanvasUpdateRegistry_InternalRegisterCanvasElementForGraphicRebuild, (CanvasUpdateRegistry * __this, ICanvasElement * element, MethodInfo * method)); DO_APP_FUNC(0x02DE3790, void, CanvasUpdateRegistry_UnRegisterCanvasElementForRebuild, (ICanvasElement * element, MethodInfo * method)); DO_APP_FUNC(0x02DE3AA0, void, CanvasUpdateRegistry_DisableCanvasElementForRebuild, (ICanvasElement * element, MethodInfo * method)); DO_APP_FUNC(0x02DE3DB0, void, CanvasUpdateRegistry_InternalUnRegisterCanvasElementForLayoutRebuild, (CanvasUpdateRegistry * __this, ICanvasElement * element, MethodInfo * method)); DO_APP_FUNC(0x02DE3F10, void, CanvasUpdateRegistry_InternalUnRegisterCanvasElementForGraphicRebuild, (CanvasUpdateRegistry * __this, ICanvasElement * element, MethodInfo * method)); DO_APP_FUNC(0x02DE4070, void, CanvasUpdateRegistry_InternalDisableCanvasElementForLayoutRebuild, (CanvasUpdateRegistry * __this, ICanvasElement * element, MethodInfo * method)); DO_APP_FUNC(0x02DE41D0, void, CanvasUpdateRegistry_InternalDisableCanvasElementForGraphicRebuild, (CanvasUpdateRegistry * __this, ICanvasElement * element, MethodInfo * method)); DO_APP_FUNC(0x02DE4330, bool, CanvasUpdateRegistry_IsRebuildingLayout, (MethodInfo * method)); DO_APP_FUNC(0x02DE4390, bool, CanvasUpdateRegistry_IsRebuildingGraphics, (MethodInfo * method)); DO_APP_FUNC(0x02DE43F0, void, CanvasUpdateRegistry__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C71F10, Color, ColorBlock_get_normalColor, (ColorBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x011FE070, void, ColorBlock_set_normalColor, (ColorBlock * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, Color, ColorBlock_get_highlightedColor, (ColorBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x01915FA0, void, ColorBlock_set_highlightedColor, (ColorBlock * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x01097D80, Color, ColorBlock_get_pressedColor, (ColorBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x01952160, void, ColorBlock_set_pressedColor, (ColorBlock * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x01A20C60, Color, ColorBlock_get_selectedColor, (ColorBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x01A20C70, void, ColorBlock_set_selectedColor, (ColorBlock * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x01A20C20, Color, ColorBlock_get_disabledColor, (ColorBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x01A20C30, void, ColorBlock_set_disabledColor, (ColorBlock * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x00C92C50, float, ColorBlock_get_colorMultiplier, (ColorBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x01D80200, void, ColorBlock_set_colorMultiplier, (ColorBlock * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00CA3F80, float, ColorBlock_get_fadeDuration, (ColorBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA3F90, void, ColorBlock_set_fadeDuration, (ColorBlock * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02DE44E0, void, ColorBlock__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02DE4800, bool, ColorBlock_Equals, (ColorBlock * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02DE48F0, bool, ColorBlock_Equals_1, (ColorBlock * __this, ColorBlock other, MethodInfo * method)); DO_APP_FUNC(0x02DE4BF0, bool, ColorBlock_op_Equality, (ColorBlock point1, ColorBlock point2, MethodInfo * method)); DO_APP_FUNC(0x02DE4CA0, bool, ColorBlock_op_Inequality, (ColorBlock point1, ColorBlock point2, MethodInfo * method)); DO_APP_FUNC(0x02DE4D50, int32_t, ColorBlock_GetHashCode, (ColorBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x02DE4DE0, void, ClipperRegistry__ctor, (ClipperRegistry * __this, MethodInfo * method)); DO_APP_FUNC(0x02DE4EB0, ClipperRegistry *, ClipperRegistry_get_instance, (MethodInfo * method)); DO_APP_FUNC(0x02DE5050, void, ClipperRegistry_Cull, (ClipperRegistry * __this, MethodInfo * method)); DO_APP_FUNC(0x02DE5190, void, ClipperRegistry_Register, (IClipper * c, MethodInfo * method)); DO_APP_FUNC(0x02DE5200, void, ClipperRegistry_Unregister, (IClipper * c, MethodInfo * method)); DO_APP_FUNC(0x02DE5260, void, ClipperRegistry_Disable, (IClipper * c, MethodInfo * method)); DO_APP_FUNC(0x02DE52C0, Rect, Clipping_FindCullAndClipWorldRect, (List_1_UnityEngine_UI_RectMask2D_ * rectMaskParents, bool * validRect, MethodInfo * method)); DO_APP_FUNC(0x02DE5660, Rect, RectangularVertexClipper_GetCanvasRect, (RectangularVertexClipper * __this, RectTransform * t, Canvas * c, MethodInfo * method)); DO_APP_FUNC(0x02DE5930, void, RectangularVertexClipper__ctor, (RectangularVertexClipper * __this, MethodInfo * method)); DO_APP_FUNC(0x02DE5A40, DefaultControls_IFactoryControls *, DefaultControls_get_factory, (MethodInfo * method)); DO_APP_FUNC(0x02DE5AA0, GameObject *, DefaultControls_CreateUIElementRoot, (String * name, Vector2 size, Type__Array * components, MethodInfo * method)); DO_APP_FUNC(0x02DE5BF0, GameObject *, DefaultControls_CreateUIObject, (String * name, GameObject * parent, Type__Array * components, MethodInfo * method)); DO_APP_FUNC(0x02DE5CE0, void, DefaultControls_SetDefaultTextValues, (Text * lbl, MethodInfo * method)); DO_APP_FUNC(0x02DE5EB0, void, DefaultControls_SetDefaultColorTransitionValues, (Selectable * slider, MethodInfo * method)); DO_APP_FUNC(0x02DE5F10, void, DefaultControls_SetParentAndAlign, (GameObject * child, GameObject * parent, MethodInfo * method)); DO_APP_FUNC(0x02DE6150, void, DefaultControls_SetLayerRecursively, (GameObject * go, int32_t layer, MethodInfo * method)); DO_APP_FUNC(0x02DE6360, GameObject *, DefaultControls_CreatePanel, (DefaultControls_Resources resources, MethodInfo * method)); DO_APP_FUNC(0x02DE6800, GameObject *, DefaultControls_CreateButton, (DefaultControls_Resources resources, MethodInfo * method)); DO_APP_FUNC(0x02DE6E40, GameObject *, DefaultControls_CreateText, (DefaultControls_Resources resources, MethodInfo * method)); DO_APP_FUNC(0x02DE7010, GameObject *, DefaultControls_CreateImage, (DefaultControls_Resources resources, MethodInfo * method)); DO_APP_FUNC(0x02DE7170, GameObject *, DefaultControls_CreateRawImage, (DefaultControls_Resources resources, MethodInfo * method)); DO_APP_FUNC(0x02DE72D0, GameObject *, DefaultControls_CreateSlider, (DefaultControls_Resources resources, MethodInfo * method)); DO_APP_FUNC(0x02DE8030, GameObject *, DefaultControls_CreateScrollbar, (DefaultControls_Resources resources, MethodInfo * method)); DO_APP_FUNC(0x02DE87D0, GameObject *, DefaultControls_CreateToggle, (DefaultControls_Resources resources, MethodInfo * method)); DO_APP_FUNC(0x02DE9250, GameObject *, DefaultControls_CreateInputField, (DefaultControls_Resources resources, MethodInfo * method)); DO_APP_FUNC(0x02DE9CE0, GameObject *, DefaultControls_CreateDropdown, (DefaultControls_Resources resources, MethodInfo * method)); DO_APP_FUNC(0x02DEC1A0, GameObject *, DefaultControls_CreateScrollView, (DefaultControls_Resources resources, MethodInfo * method)); DO_APP_FUNC(0x02DED290, void, DefaultControls__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02DED400, GameObject *, DefaultControls_DefaultRuntimeFactory_CreateGameObject, (DefaultControls_DefaultRuntimeFactory * __this, String * name, Type__Array * components, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DefaultControls_DefaultRuntimeFactory__ctor, (DefaultControls_DefaultRuntimeFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02DED480, void, DefaultControls_DefaultRuntimeFactory__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003C2850, RectTransform *, Dropdown_get_template, (Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02DED530, void, Dropdown_set_template, (Dropdown * __this, RectTransform * value, MethodInfo * method)); DO_APP_FUNC(0x003C28C0, Text *, Dropdown_get_captionText, (Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02DED590, void, Dropdown_set_captionText, (Dropdown * __this, Text * value, MethodInfo * method)); DO_APP_FUNC(0x00AC90A0, Image *, Dropdown_get_captionImage, (Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02DED5F0, void, Dropdown_set_captionImage, (Dropdown * __this, Image * value, MethodInfo * method)); DO_APP_FUNC(0x00584BF0, Text *, Dropdown_get_itemText, (Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02DED650, void, Dropdown_set_itemText, (Dropdown * __this, Text * value, MethodInfo * method)); DO_APP_FUNC(0x007F4830, Image *, Dropdown_get_itemImage, (Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02DED6B0, void, Dropdown_set_itemImage, (Dropdown * __this, Image * value, MethodInfo * method)); DO_APP_FUNC(0x02DED710, List_1_UnityEngine_UI_Dropdown_OptionData_ *, Dropdown_get_options, (Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02DED730, void, Dropdown_set_options, (Dropdown * __this, List_1_UnityEngine_UI_Dropdown_OptionData_ * value, MethodInfo * method)); DO_APP_FUNC(0x004FC820, Dropdown_DropdownEvent *, Dropdown_get_onValueChanged, (Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC830, void, Dropdown_set_onValueChanged, (Dropdown * __this, Dropdown_DropdownEvent * value, MethodInfo * method)); DO_APP_FUNC(0x005E7740, float, Dropdown_get_alphaFadeSpeed, (Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7750, void, Dropdown_set_alphaFadeSpeed, (Dropdown * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02DED7B0, int32_t, Dropdown_get_value, (Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02DED7C0, void, Dropdown_set_value, (Dropdown * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02DED7D0, void, Dropdown_SetValueWithoutNotify, (Dropdown * __this, int32_t input, MethodInfo * method)); DO_APP_FUNC(0x02DED7E0, void, Dropdown_Set, (Dropdown * __this, int32_t value, bool sendCallback, MethodInfo * method)); DO_APP_FUNC(0x02DED940, void, Dropdown__ctor, (Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02DEDC40, void, Dropdown_Awake, (Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02DEDEA0, void, Dropdown_Start, (Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02DEDFD0, void, Dropdown_OnDisable, (Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02DEE160, void, Dropdown_RefreshShownValue, (Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02DEE490, void, Dropdown_AddOptions, (Dropdown * __this, List_1_UnityEngine_UI_Dropdown_OptionData_ * options, MethodInfo * method)); DO_APP_FUNC(0x02DEE520, void, Dropdown_AddOptions_1, (Dropdown * __this, List_1_System_String_ * options, MethodInfo * method)); DO_APP_FUNC(0x02DEE6F0, void, Dropdown_AddOptions_2, (Dropdown * __this, List_1_UnityEngine_Sprite_ * options, MethodInfo * method)); DO_APP_FUNC(0x02DEE8C0, void, Dropdown_ClearOptions, (Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02DEE940, void, Dropdown_SetupTemplate, (Dropdown * __this, Canvas * rootCanvas, MethodInfo * method)); DO_APP_FUNC(0x02DEF840, void, Dropdown_OnPointerClick, (Dropdown * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02DEF840, void, Dropdown_OnSubmit, (Dropdown * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02DEF850, void, Dropdown_OnCancel, (Dropdown * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02DEF860, void, Dropdown_Show, (Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF10F0, GameObject *, Dropdown_CreateBlocker, (Dropdown * __this, Canvas * rootCanvas, MethodInfo * method)); DO_APP_FUNC(0x02DF1BC0, void, Dropdown_DestroyBlocker, (Dropdown * __this, GameObject * blocker, MethodInfo * method)); DO_APP_FUNC(0x02DF1C10, GameObject *, Dropdown_CreateDropdownList, (Dropdown * __this, GameObject * template_1, MethodInfo * method)); DO_APP_FUNC(0x02DF1C80, void, Dropdown_DestroyDropdownList, (Dropdown * __this, GameObject * dropdownList, MethodInfo * method)); DO_APP_FUNC(0x02DF1CD0, Dropdown_DropdownItem *, Dropdown_CreateItem, (Dropdown * __this, Dropdown_DropdownItem * itemTemplate, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dropdown_DestroyItem, (Dropdown * __this, Dropdown_DropdownItem * item, MethodInfo * method)); DO_APP_FUNC(0x02DF1D40, Dropdown_DropdownItem *, Dropdown_AddItem, (Dropdown * __this, Dropdown_OptionData * data, bool selected, Dropdown_DropdownItem * itemTemplate, List_1_UnityEngine_UI_Dropdown_DropdownItem_ * items, MethodInfo * method)); DO_APP_FUNC(0x02DF2380, void, Dropdown_AlphaFadeList, (Dropdown * __this, float duration, float alpha, MethodInfo * method)); DO_APP_FUNC(0x02DF2460, void, Dropdown_AlphaFadeList_1, (Dropdown * __this, float duration, float start, float end, MethodInfo * method)); DO_APP_FUNC(0x02DF25E0, void, Dropdown_SetAlpha, (Dropdown * __this, float alpha, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE85B0, Dropdown_SetAlpha__MethodInfo); DO_APP_FUNC(0x02DF26A0, void, Dropdown_Hide, (Dropdown * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8688, Dropdown_Hide__MethodInfo); DO_APP_FUNC(0x02DF2A90, IEnumerator *, Dropdown_DelayedDestroyDropdownList, (Dropdown * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x02DF2B40, void, Dropdown_ImmediateDestroyDropdownList, (Dropdown * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF2E90, void, Dropdown_OnSelectItem, (Dropdown * __this, Toggle * toggle, MethodInfo * method)); DO_APP_FUNC(0x02DF3150, void, Dropdown__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Text *, Dropdown_DropdownItem_get_text, (Dropdown_DropdownItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, Dropdown_DropdownItem_set_text, (Dropdown_DropdownItem * __this, Text * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Image *, Dropdown_DropdownItem_get_image, (Dropdown_DropdownItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, Dropdown_DropdownItem_set_image, (Dropdown_DropdownItem * __this, Image * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, RectTransform *, Dropdown_DropdownItem_get_rectTransform, (Dropdown_DropdownItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, Dropdown_DropdownItem_set_rectTransform, (Dropdown_DropdownItem * __this, RectTransform * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Toggle *, Dropdown_DropdownItem_get_toggle, (Dropdown_DropdownItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, Dropdown_DropdownItem_set_toggle, (Dropdown_DropdownItem * __this, Toggle * value, MethodInfo * method)); DO_APP_FUNC(0x02DF3210, void, Dropdown_DropdownItem_OnPointerEnter, (Dropdown_DropdownItem * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02DF32C0, void, Dropdown_DropdownItem_OnCancel, (Dropdown_DropdownItem * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, Dropdown_DropdownItem__ctor, (Dropdown_DropdownItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, Dropdown_OptionData_get_text, (Dropdown_OptionData * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, Dropdown_OptionData_set_text, (Dropdown_OptionData * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Sprite *, Dropdown_OptionData_get_image, (Dropdown_OptionData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, Dropdown_OptionData_set_image, (Dropdown_OptionData * __this, Sprite * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dropdown_OptionData__ctor, (Dropdown_OptionData * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, Dropdown_OptionData__ctor_1, (Dropdown_OptionData * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, Dropdown_OptionData__ctor_2, (Dropdown_OptionData * __this, Sprite * image, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, Dropdown_OptionData__ctor_3, (Dropdown_OptionData * __this, String * text, Sprite * image, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, List_1_UnityEngine_UI_Dropdown_OptionData_ *, Dropdown_OptionDataList_get_options, (Dropdown_OptionDataList * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, Dropdown_OptionDataList_set_options, (Dropdown_OptionDataList * __this, List_1_UnityEngine_UI_Dropdown_OptionData_ * value, MethodInfo * method)); DO_APP_FUNC(0x02DF3350, void, Dropdown_OptionDataList__ctor, (Dropdown_OptionDataList * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF3420, void, Dropdown_DropdownEvent__ctor, (Dropdown_DropdownEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dropdown_c_DisplayClass63_0__ctor, (Dropdown_c_DisplayClass63_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF3460, void, Dropdown_c_DisplayClass63_0__Show_b__0, (Dropdown_c_DisplayClass63_0 * __this, bool x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8698, Dropdown_c_DisplayClass63_0__Show_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, Dropdown_DelayedDestroyDropdownList_d_75__ctor, (Dropdown_DelayedDestroyDropdownList_d_75 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dropdown_DelayedDestroyDropdownList_d_75_System_IDisposable_Dispose, (Dropdown_DelayedDestroyDropdownList_d_75 * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF3490, bool, Dropdown_DelayedDestroyDropdownList_d_75_MoveNext, (Dropdown_DelayedDestroyDropdownList_d_75 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Dropdown_DelayedDestroyDropdownList_d_75_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Dropdown_DelayedDestroyDropdownList_d_75 * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF3590, void, Dropdown_DelayedDestroyDropdownList_d_75_System_Collections_IEnumerator_Reset, (Dropdown_DelayedDestroyDropdownList_d_75 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8628, Dropdown_DelayedDestroyDropdownList_d_75_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Dropdown_DelayedDestroyDropdownList_d_75_System_Collections_IEnumerator_get_Current, (Dropdown_DelayedDestroyDropdownList_d_75 * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF35E0, FontData *, FontData_get_defaultFontData, (MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Font *, FontData_get_font, (FontData * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, FontData_set_font, (FontData * __this, Font * value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, FontData_get_fontSize, (FontData * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, FontData_set_fontSize, (FontData * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, FontStyle__Enum, FontData_get_fontStyle, (FontData * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, FontData_set_fontStyle, (FontData * __this, FontStyle__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, FontData_get_bestFit, (FontData * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, FontData_set_bestFit, (FontData * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, FontData_get_minSize, (FontData * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, FontData_set_minSize, (FontData * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, FontData_get_maxSize, (FontData * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, FontData_set_maxSize, (FontData * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, TextAnchor__Enum, FontData_get_alignment, (FontData * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD10, void, FontData_set_alignment, (FontData * __this, TextAnchor__Enum value, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, FontData_get_alignByGeometry, (FontData * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88980, void, FontData_set_alignByGeometry, (FontData * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x005DE710, bool, FontData_get_richText, (FontData * __this, MethodInfo * method)); DO_APP_FUNC(0x01D132E0, void, FontData_set_richText, (FontData * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, HorizontalWrapMode__Enum, FontData_get_horizontalOverflow, (FontData * __this, MethodInfo * method)); DO_APP_FUNC(0x00C083A0, void, FontData_set_horizontalOverflow, (FontData * __this, HorizontalWrapMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, VerticalWrapMode__Enum, FontData_get_verticalOverflow, (FontData * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF230, void, FontData_set_verticalOverflow, (FontData * __this, VerticalWrapMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01CA7A30, float, FontData_get_lineSpacing, (FontData * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA7A40, void, FontData_set_lineSpacing, (FontData * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FontData_UnityEngine_ISerializationCallbackReceiver_OnBeforeSerialize, (FontData * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF3650, void, FontData_UnityEngine_ISerializationCallbackReceiver_OnAfterDeserialize, (FontData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FontData__ctor, (FontData * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF36A0, void, FontUpdateTracker_TrackText, (Text * t, MethodInfo * method)); DO_APP_FUNC(0x02DF3A40, void, FontUpdateTracker_RebuildForFont, (Font * f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8480, FontUpdateTracker_RebuildForFont__MethodInfo); DO_APP_FUNC(0x02DF3D30, void, FontUpdateTracker_UntrackText, (Text * t, MethodInfo * method)); DO_APP_FUNC(0x02DF4010, void, FontUpdateTracker__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02DF4100, Material *, Graphic_get_defaultGraphicMaterial, (MethodInfo * method)); DO_APP_FUNC(0x01097D80, Color, Graphic_get_color, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF4310, void, Graphic_set_color, (Graphic * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x004C5F30, bool, Graphic_get_raycastTarget, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF4370, void, Graphic_set_raycastTarget, (Graphic * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02DF4480, Vector4, Graphic_get_raycastPadding, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF4490, void, Graphic_set_raycastPadding, (Graphic * __this, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x00977540, bool, Graphic_get_useLegacyMeshGeneration, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x00977550, void, Graphic_set_useLegacyMeshGeneration, (Graphic * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02DF44A0, void, Graphic__ctor, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF4640, void, Graphic_SetAllDirty, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF46B0, void, Graphic_SetLayoutDirty, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF4750, void, Graphic_SetVerticesDirty, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF47E0, void, Graphic_SetMaterialDirty, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF4870, void, Graphic_SetRaycastDirty, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF4990, void, Graphic_OnRectTransformDimensionsChange, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF4B10, void, Graphic_OnBeforeTransformParentChanged, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF4BC0, void, Graphic_OnTransformParentChanged, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF4CC0, int32_t, Graphic_get_depth, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF4D30, RectTransform *, Graphic_get_rectTransform, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF4DD0, Canvas *, Graphic_get_canvas, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF4EE0, void, Graphic_CacheCanvas, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF5160, CanvasRenderer *, Graphic_get_canvasRenderer, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF52F0, Material *, Graphic_get_defaultMaterial, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF5340, Material *, Graphic_get_material, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF5460, void, Graphic_set_material, (Graphic * __this, Material * value, MethodInfo * method)); DO_APP_FUNC(0x02DF5650, Material *, Graphic_get_materialForRendering, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF58C0, Texture *, Graphic_get_mainTexture, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF5920, void, Graphic_OnEnable, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF5B80, void, Graphic_OnDisable, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF5D90, void, Graphic_OnDestroy, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF5EE0, void, Graphic_OnCanvasHierarchyChanged, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF6190, void, Graphic_OnCullingChanged, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF6250, void, Graphic_Rebuild, (Graphic * __this, CanvasUpdate__Enum update, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Graphic_LayoutComplete, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Graphic_GraphicUpdateComplete, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF6400, void, Graphic_UpdateMaterial, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF6590, void, Graphic_UpdateGeometry, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF65B0, void, Graphic_DoMeshGeneration, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF6B90, void, Graphic_DoLegacyMeshGeneration, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF7150, Mesh *, Graphic_get_workerMesh, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Graphic_OnFillVBO, (Graphic * __this, List_1_UnityEngine_UIVertex_ * vbo, MethodInfo * method)); DO_APP_FUNC(0x02DF73F0, void, Graphic_OnPopulateMesh, (Graphic * __this, Mesh * m, MethodInfo * method)); DO_APP_FUNC(0x02DF7490, void, Graphic_OnPopulateMesh_1, (Graphic * __this, VertexHelper * vh, MethodInfo * method)); DO_APP_FUNC(0x02DF7690, void, Graphic_OnDidApplyAnimationProperties, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Graphic_SetNativeSize, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF76B0, bool, Graphic_Raycast, (Graphic * __this, Vector2 sp, Camera * eventCamera, MethodInfo * method)); DO_APP_FUNC(0x02DF7C70, Vector2, Graphic_PixelAdjustPoint, (Graphic * __this, Vector2 point, MethodInfo * method)); DO_APP_FUNC(0x02DF7ED0, Rect, Graphic_GetPixelAdjustedRect, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF8180, void, Graphic_CrossFadeColor, (Graphic * __this, Color targetColor, float duration, bool ignoreTimeScale, bool useAlpha, MethodInfo * method)); DO_APP_FUNC(0x02DF81C0, void, Graphic_CrossFadeColor_1, (Graphic * __this, Color targetColor, float duration, bool ignoreTimeScale, bool useAlpha, bool useRGB, MethodInfo * method)); DO_APP_FUNC(0x02DF86B0, Color, Graphic_CreateColorFromAlpha, (float alpha, MethodInfo * method)); DO_APP_FUNC(0x02DF86D0, void, Graphic_CrossFadeAlpha, (Graphic * __this, float alpha, float duration, bool ignoreTimeScale, MethodInfo * method)); DO_APP_FUNC(0x02DF87A0, void, Graphic_RegisterDirtyLayoutCallback, (Graphic * __this, UnityAction * action, MethodInfo * method)); DO_APP_FUNC(0x02DF8890, void, Graphic_UnregisterDirtyLayoutCallback, (Graphic * __this, UnityAction * action, MethodInfo * method)); DO_APP_FUNC(0x02DF8980, void, Graphic_RegisterDirtyVerticesCallback, (Graphic * __this, UnityAction * action, MethodInfo * method)); DO_APP_FUNC(0x02DF8A70, void, Graphic_UnregisterDirtyVerticesCallback, (Graphic * __this, UnityAction * action, MethodInfo * method)); DO_APP_FUNC(0x02DF8B60, void, Graphic_RegisterDirtyMaterialCallback, (Graphic * __this, UnityAction * action, MethodInfo * method)); DO_APP_FUNC(0x02DF8C50, void, Graphic_UnregisterDirtyMaterialCallback, (Graphic * __this, UnityAction * action, MethodInfo * method)); DO_APP_FUNC(0x02DF8D40, void, Graphic__cctor, (MethodInfo * method)); DO_APP_FUNC(0x009B9450, Transform *, Graphic_UnityEngine_UI_ICanvasElement_get_transform, (Graphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF8EF0, int32_t, GraphicRaycaster_get_sortOrderPriority, (GraphicRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF8FD0, int32_t, GraphicRaycaster_get_renderOrderPriority, (GraphicRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, GraphicRaycaster_get_ignoreReversedGraphics, (GraphicRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, GraphicRaycaster_set_ignoreReversedGraphics, (GraphicRaycaster * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, GraphicRaycaster_BlockingObjects__Enum, GraphicRaycaster_get_blockingObjects, (GraphicRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, GraphicRaycaster_set_blockingObjects, (GraphicRaycaster * __this, GraphicRaycaster_BlockingObjects__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, LayerMask, GraphicRaycaster_get_blockingMask, (GraphicRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, GraphicRaycaster_set_blockingMask, (GraphicRaycaster * __this, LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x02DF9100, void, GraphicRaycaster__ctor, (GraphicRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF9210, Canvas *, GraphicRaycaster_get_canvas, (GraphicRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF9380, void, GraphicRaycaster_Raycast, (GraphicRaycaster * __this, PointerEventData * eventData, List_1_UnityEngine_EventSystems_RaycastResult_ * resultAppendList, MethodInfo * method)); DO_APP_FUNC(0x02DFA930, Camera *, GraphicRaycaster_get_eventCamera, (GraphicRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFAB40, void, GraphicRaycaster_Raycast_1, (Canvas * canvas, Camera * eventCamera, Vector2 pointerPosition, IList_1_UnityEngine_UI_Graphic_ * foundGraphics, List_1_UnityEngine_UI_Graphic_ * results, MethodInfo * method)); DO_APP_FUNC(0x02DFB2C0, void, GraphicRaycaster__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02DFB3A0, void, GraphicRaycaster_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GraphicRaycaster_c__ctor, (GraphicRaycaster_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFB450, int32_t, GraphicRaycaster_c__Raycast_b__27_0, (GraphicRaycaster_c * __this, Graphic * g1, Graphic * g2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE80E8, GraphicRaycaster_c__Raycast_b__27_0__MethodInfo); DO_APP_FUNC(0x02DFB550, void, GraphicRegistry__ctor, (GraphicRegistry * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFB810, GraphicRegistry *, GraphicRegistry_get_instance, (MethodInfo * method)); DO_APP_FUNC(0x02DFB940, void, GraphicRegistry_RegisterGraphicForCanvas, (Canvas * c, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x02DFBCD0, void, GraphicRegistry_RegisterRaycastGraphicForCanvas, (Canvas * c, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x02DFC070, void, GraphicRegistry_UnregisterGraphicForCanvas, (Canvas * c, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x02DFC380, void, GraphicRegistry_UnregisterRaycastGraphicForCanvas, (Canvas * c, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x02DFC660, void, GraphicRegistry_DisableGraphicForCanvas, (Canvas * c, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x02DFC8E0, void, GraphicRegistry_DisableRaycastGraphicForCanvas, (Canvas * c, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x02DFCB20, IList_1_UnityEngine_UI_Graphic_ *, GraphicRegistry_GetGraphicsForCanvas, (Canvas * canvas, MethodInfo * method)); DO_APP_FUNC(0x02DFCBF0, IList_1_UnityEngine_UI_Graphic_ *, GraphicRegistry_GetRaycastableGraphicsForCanvas, (Canvas * canvas, MethodInfo * method)); DO_APP_FUNC(0x02DFCCC0, void, GraphicRegistry__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00675FE0, Sprite *, Image_get_sprite, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFCDA0, void, Image_set_sprite, (Image * __this, Sprite * value, MethodInfo * method)); DO_APP_FUNC(0x02DFD6B0, void, Image_DisableSpriteOptimizations, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFD6C0, Sprite *, Image_get_overrideSprite, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFD6D0, void, Image_set_overrideSprite, (Image * __this, Sprite * value, MethodInfo * method)); DO_APP_FUNC(0x02DFD750, Sprite *, Image_get_activeSprite, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A630, Image_Type__Enum, Image_get_type, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFD870, void, Image_set_type, (Image * __this, Image_Type__Enum value, MethodInfo * method)); DO_APP_FUNC(0x009896E0, bool, Image_get_preserveAspect, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFD8E0, void, Image_set_preserveAspect, (Image * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02DFD950, bool, Image_get_fillCenter, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFD960, void, Image_set_fillCenter, (Image * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C2830, Image_FillMethod__Enum, Image_get_fillMethod, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFD9D0, void, Image_set_fillMethod, (Image * __this, Image_FillMethod__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01D0DBD0, float, Image_get_fillAmount, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFDA50, void, Image_set_fillAmount, (Image * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x008E4B60, bool, Image_get_fillClockwise, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFDAD0, void, Image_set_fillClockwise, (Image * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C01010, int32_t, Image_get_fillOrigin, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFDB40, void, Image_set_fillOrigin, (Image * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02DFDBA0, float, Image_get_eventAlphaThreshold, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFDBC0, void, Image_set_eventAlphaThreshold, (Image * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D0DC30, float, Image_get_alphaHitTestMinimumThreshold, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0DC40, void, Image_set_alphaHitTestMinimumThreshold, (Image * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02DFDBE0, bool, Image_get_useSpriteMesh, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFDBF0, void, Image_set_useSpriteMesh, (Image * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02DFDC60, void, Image__ctor, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFDCC0, Material *, Image_get_defaultETC1GraphicMaterial, (MethodInfo * method)); DO_APP_FUNC(0x02DFDED0, Texture *, Image_get_mainTexture, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFE280, bool, Image_get_hasBorder, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x01DB8020, float, Image_get_pixelsPerUnitMultiplier, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFE440, void, Image_set_pixelsPerUnitMultiplier, (Image * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02DFE470, float, Image_get_pixelsPerUnit, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFE5F0, float, Image_get_multipliedPixelsPerUnit, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFE610, Material *, Image_get_material, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFE8C0, void, Image_set_material, (Image * __this, Material * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Image_OnBeforeSerialize, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFE8D0, void, Image_OnAfterDeserialize, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFE940, void, Image_PreserveSpriteAspectRatio, (Image * __this, Rect * rect, Vector2 spriteSize, MethodInfo * method)); DO_APP_FUNC(0x02DFEA30, Vector4, Image_GetDrawingDimensions, (Image * __this, bool shouldPreserveAspect, MethodInfo * method)); DO_APP_FUNC(0x02DFEFC0, void, Image_SetNativeSize, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFF2E0, void, Image_OnPopulateMesh, (Image * __this, VertexHelper * toFill, MethodInfo * method)); DO_APP_FUNC(0x02DFF4D0, void, Image_TrackSprite, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFF840, void, Image_OnEnable, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFF8A0, void, Image_OnDisable, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFF980, void, Image_UpdateMaterial, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFFDB0, void, Image_OnCanvasHierarchyChanged, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02DFFFF0, void, Image_GenerateSimpleSprite, (Image * __this, VertexHelper * vh, bool lPreserveAspect, MethodInfo * method)); DO_APP_FUNC(0x02E004B0, void, Image_GenerateSprite, (Image * __this, VertexHelper * vh, bool lPreserveAspect, MethodInfo * method)); DO_APP_FUNC(0x02E00BF0, void, Image_GenerateSlicedSprite, (Image * __this, VertexHelper * toFill, MethodInfo * method)); DO_APP_FUNC(0x02E01730, void, Image_GenerateTiledSprite, (Image * __this, VertexHelper * toFill, MethodInfo * method)); DO_APP_FUNC(0x02E02F50, void, Image_AddQuad, (VertexHelper * vertexHelper, Vector3__Array * quadPositions, Color32 color, Vector3__Array * quadUVs, MethodInfo * method)); DO_APP_FUNC(0x02E030E0, void, Image_AddQuad_1, (VertexHelper * vertexHelper, Vector2 posMin, Vector2 posMax, Color32 color, Vector2 uvMin, Vector2 uvMax, MethodInfo * method)); DO_APP_FUNC(0x02E03350, Vector4, Image_GetAdjustedBorders, (Image * __this, Vector4 border, Rect adjustedRect, MethodInfo * method)); DO_APP_FUNC(0x02E03610, void, Image_GenerateFilledSprite, (Image * __this, VertexHelper * toFill, bool preserveAspect, MethodInfo * method)); DO_APP_FUNC(0x02E04970, bool, Image_RadialCut, (Vector3__Array * xy, Vector3__Array * uv, float fill, bool invert, int32_t corner, MethodInfo * method)); DO_APP_FUNC(0x02E04AC0, void, Image_RadialCut_1, (Vector3__Array * xy, float cos, float sin, bool invert, int32_t corner, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Image_CalculateLayoutInputHorizontal, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Image_CalculateLayoutInputVertical, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, Image_get_minWidth, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02E04FA0, float, Image_get_preferredWidth, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07FA0, float, Image_get_flexibleWidth, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, Image_get_minHeight, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02E05190, float, Image_get_preferredHeight, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07FA0, float, Image_get_flexibleHeight, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, Image_get_layoutPriority, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02E05380, bool, Image_IsRaycastLocationValid, (Image * __this, Vector2 screenPoint, Camera * eventCamera, MethodInfo * method)); DO_APP_FUNC(0x02E057E0, Vector2, Image_MapCoordinate, (Image * __this, Vector2 local, Rect rect, MethodInfo * method)); DO_APP_FUNC(0x02E05DB0, void, Image_RebuildImage, (SpriteAtlas * spriteAtlas, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7E88, Image_RebuildImage__MethodInfo); DO_APP_FUNC(0x02E06050, void, Image_TrackImage, (Image * g, MethodInfo * method)); DO_APP_FUNC(0x02E06180, void, Image_UnTrackImage, (Image * g, MethodInfo * method)); DO_APP_FUNC(0x02E06210, void, Image_OnDidApplyAnimationProperties, (Image * __this, MethodInfo * method)); DO_APP_FUNC(0x02E06250, void, Image__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F7ED70, BaseInput *, InputField_get_input, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7EE80, String *, InputField_get_compositionString, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7F000, void, InputField__ctor, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7F470, Mesh *, InputField_get_mesh, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7F600, TextGenerator *, InputField_get_cachedInputTextGenerator, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7F6D0, void, InputField_set_shouldHideMobileInput, (InputField * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F7F720, bool, InputField_get_shouldHideMobileInput, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02DBCEE0, void, InputField_set_shouldActivateOnSelect, (InputField * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F7F790, bool, InputField_get_shouldActivateOnSelect, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x007086F0, String *, InputField_get_text, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7F7F0, void, InputField_set_text, (InputField * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02F7F800, void, InputField_SetTextWithoutNotify, (InputField * __this, String * input, MethodInfo * method)); DO_APP_FUNC(0x02F7F810, void, InputField_SetText, (InputField * __this, String * value, bool sendCallback, MethodInfo * method)); DO_APP_FUNC(0x02F7FDF0, bool, InputField_get_isFocused, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB7A90, float, InputField_get_caretBlinkRate, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7FE00, void, InputField_set_caretBlinkRate, (InputField * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x029F68E0, int32_t, InputField_get_caretWidth, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7FE70, void, InputField_set_caretWidth, (InputField * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C28C0, Text *, InputField_get_textComponent, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7FED0, void, InputField_set_textComponent, (InputField * __this, Text * value, MethodInfo * method)); DO_APP_FUNC(0x00AC90A0, Graphic *, InputField_get_placeholder, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F80300, void, InputField_set_placeholder, (InputField * __this, Graphic * value, MethodInfo * method)); DO_APP_FUNC(0x02F80360, Color, InputField_get_caretColor, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F803C0, void, InputField_set_caretColor, (InputField * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x01E0D3A0, bool, InputField_get_customCaretColor, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F80430, void, InputField_set_customCaretColor, (InputField * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F80450, Color, InputField_get_selectionColor, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F80460, void, InputField_set_selectionColor, (InputField * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x004FC890, InputField_EndEditEvent *, InputField_get_onEndEdit, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F804D0, void, InputField_set_onEndEdit, (InputField * __this, InputField_EndEditEvent * value, MethodInfo * method)); DO_APP_FUNC(0x004FC820, InputField_SubmitEvent *, InputField_get_onSubmit, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F80530, void, InputField_set_onSubmit, (InputField * __this, InputField_SubmitEvent * value, MethodInfo * method)); DO_APP_FUNC(0x004FC900, InputField_OnChangeEvent *, InputField_get_onValueChange, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F80590, void, InputField_set_onValueChange, (InputField * __this, InputField_OnChangeEvent * value, MethodInfo * method)); DO_APP_FUNC(0x004FC900, InputField_OnChangeEvent *, InputField_get_onValueChanged, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F80590, void, InputField_set_onValueChanged, (InputField * __this, InputField_OnChangeEvent * value, MethodInfo * method)); DO_APP_FUNC(0x004FC970, InputField_OnValidateInput *, InputField_get_onValidateInput, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F805F0, void, InputField_set_onValidateInput, (InputField * __this, InputField_OnValidateInput * value, MethodInfo * method)); DO_APP_FUNC(0x01D65460, int32_t, InputField_get_characterLimit, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F80650, void, InputField_set_characterLimit, (InputField * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C6C130, InputField_ContentType__Enum, InputField_get_contentType, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F80700, void, InputField_set_contentType, (InputField * __this, InputField_ContentType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02DED7B0, InputField_LineType__Enum, InputField_get_lineType, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F808B0, void, InputField_set_lineType, (InputField * __this, InputField_LineType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01EF4CF0, InputField_InputType__Enum, InputField_get_inputType, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F80990, void, InputField_set_inputType, (InputField * __this, InputField_InputType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003C2850, TouchScreenKeyboard *, InputField_get_touchScreenKeyboard, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x01D653E0, TouchScreenKeyboardType__Enum, InputField_get_keyboardType, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F80A00, void, InputField_set_keyboardType, (InputField * __this, TouchScreenKeyboardType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01D65440, InputField_CharacterValidation__Enum, InputField_get_characterValidation, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F80A70, void, InputField_set_characterValidation, (InputField * __this, InputField_CharacterValidation__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0203D440, bool, InputField_get_readOnly, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02DBCEC0, void, InputField_set_readOnly, (InputField * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F80AE0, bool, InputField_get_multiLine, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F80B00, uint16_t, InputField_get_asteriskChar, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F80B10, void, InputField_set_asteriskChar, (InputField * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01E28720, bool, InputField_get_wasCanceled, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F80BB0, void, InputField_ClampPos, (InputField * __this, int32_t * pos, MethodInfo * method)); DO_APP_FUNC(0x02F80BF0, int32_t, InputField_get_caretPositionInternal, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F80C20, void, InputField_set_caretPositionInternal, (InputField * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02F80C70, int32_t, InputField_get_caretSelectPositionInternal, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F80CA0, void, InputField_set_caretSelectPositionInternal, (InputField * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02F80CF0, bool, InputField_get_hasSelection, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F80C70, int32_t, InputField_get_caretPosition, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F80D60, void, InputField_set_caretPosition, (InputField * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02F80BF0, int32_t, InputField_get_selectionAnchorPosition, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F80E20, void, InputField_set_selectionAnchorPosition, (InputField * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02F80C70, int32_t, InputField_get_selectionFocusPosition, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F80E90, void, InputField_set_selectionFocusPosition, (InputField * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02F80F00, void, InputField_OnEnable, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F81370, void, InputField_OnDisable, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F818C0, void, InputField_OnDestroy, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F81910, IEnumerator *, InputField_CaretBlink, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F819B0, void, InputField_SetCaretVisible, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F81A30, void, InputField_SetCaretActive, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F81B20, void, InputField_UpdateCaretMaterial, (InputField * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3CE0, InputField_UpdateCaretMaterial__MethodInfo); DO_APP_FUNC(0x02F81DB0, void, InputField_OnFocus, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F81DC0, void, InputField_SelectAll, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F81E50, void, InputField_MoveTextEnd, (InputField * __this, bool shift, MethodInfo * method)); DO_APP_FUNC(0x02F81F70, void, InputField_MoveTextStart, (InputField * __this, bool shift, MethodInfo * method)); DO_APP_FUNC(0x02BA85D0, String *, InputField_get_clipboard, (MethodInfo * method)); DO_APP_FUNC(0x02BA8620, void, InputField_set_clipboard, (String * value, MethodInfo * method)); DO_APP_FUNC(0x02F82060, bool, InputField_TouchScreenKeyboardShouldBeUsed, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F82130, bool, InputField_InPlaceEditing, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F82160, bool, InputField_InPlaceEditingChanged, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F82200, void, InputField_UpdateCaretFromKeyboard, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F823B0, void, InputField_LateUpdate, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F82C80, Vector2, InputField_ScreenToLocal, (InputField * __this, Vector2 screen, MethodInfo * method)); DO_APP_FUNC(0x02F834E0, int32_t, InputField_GetUnclampedCharacterLineFromPosition, (InputField * __this, Vector2 pos, TextGenerator * generator, MethodInfo * method)); DO_APP_FUNC(0x02F837E0, int32_t, InputField_GetCharacterIndexFromPosition, (InputField * __this, Vector2 pos, MethodInfo * method)); DO_APP_FUNC(0x02F83AF0, bool, InputField_MayDrag, (InputField * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02F83C90, void, InputField_OnBeginDrag, (InputField * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02F83CC0, void, InputField_OnDrag, (InputField * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02F84070, IEnumerator *, InputField_MouseDragOutsideRect, (InputField * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02F84180, void, InputField_OnEndDrag, (InputField * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02F841B0, void, InputField_OnPointerDown, (InputField * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02F84490, InputField_EditState__Enum, InputField_KeyPressed, (InputField * __this, Event_1 * evt, MethodInfo * method)); DO_APP_FUNC(0x02F84C20, bool, InputField_IsValidChar, (InputField * __this, uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x02F84C80, void, InputField_ProcessEvent, (InputField * __this, Event_1 * e, MethodInfo * method)); DO_APP_FUNC(0x02F84C90, void, InputField_OnUpdateSelected, (InputField * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02F84F10, String *, InputField_GetSelectedString, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F84FE0, int32_t, InputField_FindtNextWordBegin, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F850F0, void, InputField_MoveRight, (InputField * __this, bool shift, bool ctrl, MethodInfo * method)); DO_APP_FUNC(0x02F85360, int32_t, InputField_FindtPrevWordBegin, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F85460, void, InputField_MoveLeft, (InputField * __this, bool shift, bool ctrl, MethodInfo * method)); DO_APP_FUNC(0x02F856C0, int32_t, InputField_DetermineCharacterLine, (InputField * __this, int32_t charPos, TextGenerator * generator, MethodInfo * method)); DO_APP_FUNC(0x02F85870, int32_t, InputField_LineUpCharacterPosition, (InputField * __this, int32_t originalPos, bool goToFirstChar, MethodInfo * method)); DO_APP_FUNC(0x02F85B30, int32_t, InputField_LineDownCharacterPosition, (InputField * __this, int32_t originalPos, bool goToLastChar, MethodInfo * method)); DO_APP_FUNC(0x02F85E50, void, InputField_MoveDown, (InputField * __this, bool shift, MethodInfo * method)); DO_APP_FUNC(0x02F85E60, void, InputField_MoveDown_1, (InputField * __this, bool shift, bool goToLastChar, MethodInfo * method)); DO_APP_FUNC(0x02F86050, void, InputField_MoveUp, (InputField * __this, bool shift, MethodInfo * method)); DO_APP_FUNC(0x02F86060, void, InputField_MoveUp_1, (InputField * __this, bool shift, bool goToFirstChar, MethodInfo * method)); DO_APP_FUNC(0x02F86210, void, InputField_Delete, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F864E0, void, InputField_ForwardSpace, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F865E0, void, InputField_Backspace, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F86750, void, InputField_Insert, (InputField * __this, uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x02F86980, void, InputField_UpdateTouchKeyboardFromEditChanges, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F869E0, void, InputField_SendOnValueChangedAndUpdateLabel, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F86A00, void, InputField_SendOnValueChanged, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F86AC0, void, InputField_SendOnEndEdit, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F86B80, void, InputField_SendOnSubmit, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F86C40, void, InputField_Append, (InputField * __this, String * input, MethodInfo * method)); DO_APP_FUNC(0x02F86D20, void, InputField_Append_1, (InputField * __this, uint16_t input, MethodInfo * method)); DO_APP_FUNC(0x02F870C0, void, InputField_UpdateLabel, (InputField * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3CA0, InputField_UpdateLabel__MethodInfo); DO_APP_FUNC(0x02F87970, bool, InputField_IsSelectionVisible, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F87A40, int32_t, InputField_GetLineStartPosition, (TextGenerator * gen, int32_t line, MethodInfo * method)); DO_APP_FUNC(0x02F87B70, int32_t, InputField_GetLineEndPosition, (TextGenerator * gen, int32_t line, MethodInfo * method)); DO_APP_FUNC(0x02F87CF0, void, InputField_SetDrawRangeToContainCaretPosition, (InputField * __this, int32_t caretPos, MethodInfo * method)); DO_APP_FUNC(0x02F88720, void, InputField_ForceLabelUpdate, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F88730, void, InputField_MarkGeometryAsDirty, (InputField * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3CC8, InputField_MarkGeometryAsDirty__MethodInfo); DO_APP_FUNC(0x02F887D0, void, InputField_Rebuild, (InputField * __this, CanvasUpdate__Enum update, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputField_LayoutComplete, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputField_GraphicUpdateComplete, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F887E0, void, InputField_UpdateGeometry, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F88EF0, void, InputField_AssignPositioningIfNeeded, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F89A50, void, InputField_OnFillVBO, (InputField * __this, Mesh * vbo, MethodInfo * method)); DO_APP_FUNC(0x02F89C20, void, InputField_GenerateCaret, (InputField * __this, VertexHelper * vbo, Vector2 roundingOffset, MethodInfo * method)); DO_APP_FUNC(0x02F8AA70, void, InputField_CreateCursorVerts, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8AC80, void, InputField_GenerateHighlight, (InputField * __this, VertexHelper * vbo, Vector2 roundingOffset, MethodInfo * method)); DO_APP_FUNC(0x02F8B550, uint16_t, InputField_Validate, (InputField * __this, String * text, int32_t pos, uint16_t ch, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3C60, InputField_Validate__MethodInfo); DO_APP_FUNC(0x02F8BC40, void, InputField_ActivateInputField, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8BED0, void, InputField_ActivateInputFieldInternal, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8C790, void, InputField_OnSelect, (InputField * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02F8C7E0, void, InputField_OnPointerClick, (InputField * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02F8C810, void, InputField_DeactivateInputField, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8CC40, void, InputField_OnDeselect, (InputField * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02F8CC70, void, InputField_OnSubmit, (InputField * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02F8CCC0, void, InputField_EnforceContentType, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8CE30, void, InputField_EnforceTextHOverflow, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8CFC0, void, InputField_SetToCustomIfContentTypeIsNot, (InputField * __this, InputField_ContentType__Enum__Array * allowedContentTypes, MethodInfo * method)); DO_APP_FUNC(0x02F8D020, void, InputField_SetToCustom, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8D040, void, InputField_DoStateTransition, (InputField * __this, Selectable_SelectionState__Enum state, bool instant, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputField_CalculateLayoutInputHorizontal, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputField_CalculateLayoutInputVertical, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, InputField_get_minWidth, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8D070, float, InputField_get_preferredWidth, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07FA0, float, InputField_get_flexibleWidth, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, InputField_get_minHeight, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8D300, float, InputField_get_preferredHeight, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07FA0, float, InputField_get_flexibleHeight, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, InputField_get_layoutPriority, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8D5E0, void, InputField__cctor, (MethodInfo * method)); DO_APP_FUNC(0x009B9450, Transform *, InputField_UnityEngine_UI_ICanvasElement_get_transform, (InputField * __this, MethodInfo * method)); DO_APP_FUNC(0x02BD7590, void, InputField_OnValidateInput__ctor, (InputField_OnValidateInput * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, uint16_t, InputField_OnValidateInput_Invoke, (InputField_OnValidateInput * __this, String * text, int32_t charIndex, uint16_t addedChar, MethodInfo * method)); DO_APP_FUNC(0x02F8D6D0, IAsyncResult *, InputField_OnValidateInput_BeginInvoke, (InputField_OnValidateInput * __this, String * text, int32_t charIndex, uint16_t addedChar, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x02BD7780, uint16_t, InputField_OnValidateInput_EndInvoke, (InputField_OnValidateInput * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02F8D780, void, InputField_SubmitEvent__ctor, (InputField_SubmitEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8D7C0, void, InputField_EndEditEvent__ctor, (InputField_EndEditEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8D800, void, InputField_OnChangeEvent__ctor, (InputField_OnChangeEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, InputField_CaretBlink_d_170__ctor, (InputField_CaretBlink_d_170 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputField_CaretBlink_d_170_System_IDisposable_Dispose, (InputField_CaretBlink_d_170 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8D840, bool, InputField_CaretBlink_d_170_MoveNext, (InputField_CaretBlink_d_170 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, InputField_CaretBlink_d_170_System_Collections_Generic_IEnumerator_System_Object__get_Current, (InputField_CaretBlink_d_170 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8DA20, void, InputField_CaretBlink_d_170_System_Collections_IEnumerator_Reset, (InputField_CaretBlink_d_170 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB38C0, InputField_CaretBlink_d_170_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, InputField_CaretBlink_d_170_System_Collections_IEnumerator_get_Current, (InputField_CaretBlink_d_170 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, InputField_MouseDragOutsideRect_d_192__ctor, (InputField_MouseDragOutsideRect_d_192 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputField_MouseDragOutsideRect_d_192_System_IDisposable_Dispose, (InputField_MouseDragOutsideRect_d_192 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8DA70, bool, InputField_MouseDragOutsideRect_d_192_MoveNext, (InputField_MouseDragOutsideRect_d_192 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, InputField_MouseDragOutsideRect_d_192_System_Collections_Generic_IEnumerator_System_Object__get_Current, (InputField_MouseDragOutsideRect_d_192 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8DE90, void, InputField_MouseDragOutsideRect_d_192_System_Collections_IEnumerator_Reset, (InputField_MouseDragOutsideRect_d_192 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3898, InputField_MouseDragOutsideRect_d_192_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, InputField_MouseDragOutsideRect_d_192_System_Collections_IEnumerator_get_Current, (InputField_MouseDragOutsideRect_d_192 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, AspectRatioFitter_AspectMode__Enum, AspectRatioFitter_get_aspectMode, (AspectRatioFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8DEE0, void, AspectRatioFitter_set_aspectMode, (AspectRatioFitter * __this, AspectRatioFitter_AspectMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CA9C0, float, AspectRatioFitter_get_aspectRatio, (AspectRatioFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8DF40, void, AspectRatioFitter_set_aspectRatio, (AspectRatioFitter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02F8DFA0, RectTransform *, AspectRatioFitter_get_rectTransform, (AspectRatioFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x005E2300, void, AspectRatioFitter__ctor, (AspectRatioFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8E110, void, AspectRatioFitter_OnEnable, (AspectRatioFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8E1E0, void, AspectRatioFitter_Start, (AspectRatioFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8E250, void, AspectRatioFitter_OnDisable, (AspectRatioFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8E2B0, void, AspectRatioFitter_OnTransformParentChanged, (AspectRatioFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8E380, void, AspectRatioFitter_Update, (AspectRatioFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8E3A0, void, AspectRatioFitter_OnRectTransformDimensionsChange, (AspectRatioFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8E3B0, void, AspectRatioFitter_UpdateRect, (AspectRatioFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8E7A0, float, AspectRatioFitter_GetSizeDeltaToProduceSize, (AspectRatioFitter * __this, float size, int32_t axis, MethodInfo * method)); DO_APP_FUNC(0x02F8EA20, Vector2, AspectRatioFitter_GetParentSize, (AspectRatioFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AspectRatioFitter_SetLayoutHorizontal, (AspectRatioFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AspectRatioFitter_SetLayoutVertical, (AspectRatioFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8E3A0, void, AspectRatioFitter_SetDirty, (AspectRatioFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8EC50, bool, AspectRatioFitter_IsComponentValidOnObject, (AspectRatioFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8EDB0, bool, AspectRatioFitter_IsAspectModeValid, (AspectRatioFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x01D09D10, bool, AspectRatioFitter_DoesParentExists, (AspectRatioFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, CanvasScaler_ScaleMode__Enum, CanvasScaler_get_uiScaleMode, (CanvasScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, CanvasScaler_set_uiScaleMode, (CanvasScaler * __this, CanvasScaler_ScaleMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CA9C0, float, CanvasScaler_get_referencePixelsPerUnit, (CanvasScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA9D0, void, CanvasScaler_set_referencePixelsPerUnit, (CanvasScaler * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, CanvasScaler_get_scaleFactor, (CanvasScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8EDD0, void, CanvasScaler_set_scaleFactor, (CanvasScaler * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C0DAE0, Vector2, CanvasScaler_get_referenceResolution, (CanvasScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8EDF0, void, CanvasScaler_set_referenceResolution, (CanvasScaler * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, CanvasScaler_ScreenMatchMode__Enum, CanvasScaler_get_screenMatchMode, (CanvasScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD10, void, CanvasScaler_set_screenMatchMode, (CanvasScaler * __this, CanvasScaler_ScreenMatchMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, CanvasScaler_get_matchWidthOrHeight, (CanvasScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x00989750, void, CanvasScaler_set_matchWidthOrHeight, (CanvasScaler * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, CanvasScaler_Unit__Enum, CanvasScaler_get_physicalUnit, (CanvasScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x00C083A0, void, CanvasScaler_set_physicalUnit, (CanvasScaler * __this, CanvasScaler_Unit__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CE2C0, float, CanvasScaler_get_fallbackScreenDPI, (CanvasScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE2D0, void, CanvasScaler_set_fallbackScreenDPI, (CanvasScaler * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CA7A30, float, CanvasScaler_get_defaultSpriteDPI, (CanvasScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8EE70, void, CanvasScaler_set_defaultSpriteDPI, (CanvasScaler * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x008CC030, float, CanvasScaler_get_dynamicPixelsPerUnit, (CanvasScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x008CC040, void, CanvasScaler_set_dynamicPixelsPerUnit, (CanvasScaler * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02F8EE90, void, CanvasScaler__ctor, (CanvasScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8EF20, void, CanvasScaler_OnEnable, (CanvasScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x01359210, void, CanvasScaler_Canvas_preWillRenderCanvases, (CanvasScaler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3820, CanvasScaler_Canvas_preWillRenderCanvases__MethodInfo); DO_APP_FUNC(0x02F8F130, void, CanvasScaler_OnDisable, (CanvasScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8F2D0, void, CanvasScaler_Handle, (CanvasScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8F510, void, CanvasScaler_HandleWorldCanvas, (CanvasScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8F540, void, CanvasScaler_HandleConstantPixelSize, (CanvasScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8F570, void, CanvasScaler_HandleScaleWithScreenSize, (CanvasScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8F810, void, CanvasScaler_HandleConstantPhysicalSize, (CanvasScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8F8F0, void, CanvasScaler_SetScaleFactor, (CanvasScaler * __this, float scaleFactor, MethodInfo * method)); DO_APP_FUNC(0x02F8F980, void, CanvasScaler_SetReferencePixelsPerUnit, (CanvasScaler * __this, float referencePixelsPerUnit, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, ContentSizeFitter_FitMode__Enum, ContentSizeFitter_get_horizontalFit, (ContentSizeFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8FA10, void, ContentSizeFitter_set_horizontalFit, (ContentSizeFitter * __this, ContentSizeFitter_FitMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, ContentSizeFitter_FitMode__Enum, ContentSizeFitter_get_verticalFit, (ContentSizeFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8FA70, void, ContentSizeFitter_set_verticalFit, (ContentSizeFitter * __this, ContentSizeFitter_FitMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02F8FAD0, RectTransform *, ContentSizeFitter_get_rectTransform, (ContentSizeFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ContentSizeFitter__ctor, (ContentSizeFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8FC40, void, ContentSizeFitter_OnEnable, (ContentSizeFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8FC50, void, ContentSizeFitter_OnDisable, (ContentSizeFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8FC40, void, ContentSizeFitter_OnRectTransformDimensionsChange, (ContentSizeFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8FCB0, void, ContentSizeFitter_HandleSelfFittingAlongAxis, (ContentSizeFitter * __this, int32_t axis, MethodInfo * method)); DO_APP_FUNC(0x02F8FD50, void, ContentSizeFitter_SetLayoutHorizontal, (ContentSizeFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8FDC0, void, ContentSizeFitter_SetLayoutVertical, (ContentSizeFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8FE30, void, ContentSizeFitter_SetDirty, (ContentSizeFitter * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A6C0, GridLayoutGroup_Corner__Enum, GridLayoutGroup_get_startCorner, (GridLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8FEB0, void, GridLayoutGroup_set_startCorner, (GridLayoutGroup * __this, GridLayoutGroup_Corner__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00ADDA40, GridLayoutGroup_Axis__Enum, GridLayoutGroup_get_startAxis, (GridLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8FF00, void, GridLayoutGroup_set_startAxis, (GridLayoutGroup * __this, GridLayoutGroup_Axis__Enum value, MethodInfo * method)); DO_APP_FUNC(0x028A5EE0, Vector2, GridLayoutGroup_get_cellSize, (GridLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8FF50, void, GridLayoutGroup_set_cellSize, (GridLayoutGroup * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02F8FFA0, Vector2, GridLayoutGroup_get_spacing, (GridLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F8FFC0, void, GridLayoutGroup_set_spacing, (GridLayoutGroup * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x01B48D90, GridLayoutGroup_Constraint__Enum, GridLayoutGroup_get_constraint, (GridLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F90010, void, GridLayoutGroup_set_constraint, (GridLayoutGroup * __this, GridLayoutGroup_Constraint__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01015EC0, int32_t, GridLayoutGroup_get_constraintCount, (GridLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F90060, void, GridLayoutGroup_set_constraintCount, (GridLayoutGroup * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02F90150, void, GridLayoutGroup__ctor, (GridLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F901C0, void, GridLayoutGroup_CalculateLayoutInputHorizontal, (GridLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F903D0, void, GridLayoutGroup_CalculateLayoutInputVertical, (GridLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F90600, void, GridLayoutGroup_SetLayoutHorizontal, (GridLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F90610, void, GridLayoutGroup_SetLayoutVertical, (GridLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F90620, void, GridLayoutGroup_SetCellsAlongAxis, (GridLayoutGroup * __this, int32_t axis, MethodInfo * method)); DO_APP_FUNC(0x02F90CC0, void, HorizontalLayoutGroup__ctor, (HorizontalLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F90CD0, void, HorizontalLayoutGroup_CalculateLayoutInputHorizontal, (HorizontalLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F90D00, void, HorizontalLayoutGroup_CalculateLayoutInputVertical, (HorizontalLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F90D10, void, HorizontalLayoutGroup_SetLayoutHorizontal, (HorizontalLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F90D20, void, HorizontalLayoutGroup_SetLayoutVertical, (HorizontalLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB120, float, HorizontalOrVerticalLayoutGroup_get_spacing, (HorizontalOrVerticalLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F90D30, void, HorizontalOrVerticalLayoutGroup_set_spacing, (HorizontalOrVerticalLayoutGroup * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00610C10, bool, HorizontalOrVerticalLayoutGroup_get_childForceExpandWidth, (HorizontalOrVerticalLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F90D80, void, HorizontalOrVerticalLayoutGroup_set_childForceExpandWidth, (HorizontalOrVerticalLayoutGroup * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x026A1C30, bool, HorizontalOrVerticalLayoutGroup_get_childForceExpandHeight, (HorizontalOrVerticalLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F90DD0, void, HorizontalOrVerticalLayoutGroup_set_childForceExpandHeight, (HorizontalOrVerticalLayoutGroup * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F90E20, bool, HorizontalOrVerticalLayoutGroup_get_childControlWidth, (HorizontalOrVerticalLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F90E30, void, HorizontalOrVerticalLayoutGroup_set_childControlWidth, (HorizontalOrVerticalLayoutGroup * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F90E80, bool, HorizontalOrVerticalLayoutGroup_get_childControlHeight, (HorizontalOrVerticalLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F90E90, void, HorizontalOrVerticalLayoutGroup_set_childControlHeight, (HorizontalOrVerticalLayoutGroup * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0068A9A0, bool, HorizontalOrVerticalLayoutGroup_get_childScaleWidth, (HorizontalOrVerticalLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F90EE0, void, HorizontalOrVerticalLayoutGroup_set_childScaleWidth, (HorizontalOrVerticalLayoutGroup * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00610E90, bool, HorizontalOrVerticalLayoutGroup_get_childScaleHeight, (HorizontalOrVerticalLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F90F30, void, HorizontalOrVerticalLayoutGroup_set_childScaleHeight, (HorizontalOrVerticalLayoutGroup * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006100F0, bool, HorizontalOrVerticalLayoutGroup_get_reverseArrangement, (HorizontalOrVerticalLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F90F80, void, HorizontalOrVerticalLayoutGroup_set_reverseArrangement, (HorizontalOrVerticalLayoutGroup * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F90FD0, void, HorizontalOrVerticalLayoutGroup_CalcAlongAxis, (HorizontalOrVerticalLayoutGroup * __this, int32_t axis, bool isVertical, MethodInfo * method)); DO_APP_FUNC(0x02F91480, void, HorizontalOrVerticalLayoutGroup_SetChildrenAlongAxis, (HorizontalOrVerticalLayoutGroup * __this, int32_t axis, bool isVertical, MethodInfo * method)); DO_APP_FUNC(0x02F91FA0, void, HorizontalOrVerticalLayoutGroup_GetChildSizes, (HorizontalOrVerticalLayoutGroup * __this, RectTransform * child, int32_t axis, bool controlSize, bool childForceExpand, float * min, float * preferred, float * flexible, MethodInfo * method)); DO_APP_FUNC(0x02F90CC0, void, HorizontalOrVerticalLayoutGroup__ctor, (HorizontalOrVerticalLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, LayoutElement_get_ignoreLayout, (LayoutElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02F920D0, void, LayoutElement_set_ignoreLayout, (LayoutElement * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LayoutElement_CalculateLayoutInputHorizontal, (LayoutElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LayoutElement_CalculateLayoutInputVertical, (LayoutElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA9C0, float, LayoutElement_get_minWidth, (LayoutElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02F92130, void, LayoutElement_set_minWidth, (LayoutElement * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, LayoutElement_get_minHeight, (LayoutElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02F92190, void, LayoutElement_set_minHeight, (LayoutElement * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, LayoutElement_get_preferredWidth, (LayoutElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02F921F0, void, LayoutElement_set_preferredWidth, (LayoutElement * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB1A0, float, LayoutElement_get_preferredHeight, (LayoutElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02F92250, void, LayoutElement_set_preferredHeight, (LayoutElement * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB0F0, float, LayoutElement_get_flexibleWidth, (LayoutElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02F922B0, void, LayoutElement_set_flexibleWidth, (LayoutElement * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, LayoutElement_get_flexibleHeight, (LayoutElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02F92310, void, LayoutElement_set_flexibleHeight, (LayoutElement * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, int32_t, LayoutElement_get_layoutPriority, (LayoutElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02F92370, void, LayoutElement_set_layoutPriority, (LayoutElement * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02F923D0, void, LayoutElement__ctor, (LayoutElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02F92450, void, LayoutElement_OnEnable, (LayoutElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02F92450, void, LayoutElement_OnTransformParentChanged, (LayoutElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02F92450, void, LayoutElement_OnDisable, (LayoutElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02F92450, void, LayoutElement_OnDidApplyAnimationProperties, (LayoutElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02F92450, void, LayoutElement_OnBeforeTransformParentChanged, (LayoutElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02F92460, void, LayoutElement_SetDirty, (LayoutElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, RectOffset *, LayoutGroup_get_padding, (LayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F92540, void, LayoutGroup_set_padding, (LayoutGroup * __this, RectOffset * value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, TextAnchor__Enum, LayoutGroup_get_childAlignment, (LayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F925A0, void, LayoutGroup_set_childAlignment, (LayoutGroup * __this, TextAnchor__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02F925F0, RectTransform *, LayoutGroup_get_rectTransform, (LayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, List_1_UnityEngine_RectTransform_ *, LayoutGroup_get_rectChildren, (LayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F92760, void, LayoutGroup_CalculateLayoutInputHorizontal, (LayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02B694A0, float, LayoutGroup_get_minWidth, (LayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6ABE0, float, LayoutGroup_get_preferredWidth, (LayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02D9DE10, float, LayoutGroup_get_flexibleWidth, (LayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6AC00, float, LayoutGroup_get_minHeight, (LayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6ABF0, float, LayoutGroup_get_preferredHeight, (LayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02D9DE20, float, LayoutGroup_get_flexibleHeight, (LayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, LayoutGroup_get_layoutPriority, (LayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F92BD0, void, LayoutGroup__ctor, (LayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F92F20, void, LayoutGroup_OnEnable, (LayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F92F30, void, LayoutGroup_OnDisable, (LayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F92F20, void, LayoutGroup_OnDidApplyAnimationProperties, (LayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F92F90, float, LayoutGroup_GetTotalMinSize, (LayoutGroup * __this, int32_t axis, MethodInfo * method)); DO_APP_FUNC(0x02F92FA0, float, LayoutGroup_GetTotalPreferredSize, (LayoutGroup * __this, int32_t axis, MethodInfo * method)); DO_APP_FUNC(0x02F92FB0, float, LayoutGroup_GetTotalFlexibleSize, (LayoutGroup * __this, int32_t axis, MethodInfo * method)); DO_APP_FUNC(0x02F92FC0, float, LayoutGroup_GetStartOffset, (LayoutGroup * __this, int32_t axis, float requiredSpaceWithoutPadding, MethodInfo * method)); DO_APP_FUNC(0x02F93280, float, LayoutGroup_GetAlignmentOnAxis, (LayoutGroup * __this, int32_t axis, MethodInfo * method)); DO_APP_FUNC(0x02F932D0, void, LayoutGroup_SetLayoutInputForAxis, (LayoutGroup * __this, float totalMin, float totalPreferred, float totalFlexible, int32_t axis, MethodInfo * method)); DO_APP_FUNC(0x02F93330, void, LayoutGroup_SetChildAlongAxis, (LayoutGroup * __this, RectTransform * rect, int32_t axis, float pos, MethodInfo * method)); DO_APP_FUNC(0x02F93470, void, LayoutGroup_SetChildAlongAxisWithScale, (LayoutGroup * __this, RectTransform * rect, int32_t axis, float pos, float scaleFactor, MethodInfo * method)); DO_APP_FUNC(0x02F937E0, void, LayoutGroup_SetChildAlongAxis_1, (LayoutGroup * __this, RectTransform * rect, int32_t axis, float pos, float size, MethodInfo * method)); DO_APP_FUNC(0x02F93930, void, LayoutGroup_SetChildAlongAxisWithScale_1, (LayoutGroup * __this, RectTransform * rect, int32_t axis, float pos, float size, float scaleFactor, MethodInfo * method)); DO_APP_FUNC(0x02F93D70, bool, LayoutGroup_get_isRootLayoutGroup, (LayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F940E0, void, LayoutGroup_OnRectTransformDimensionsChange, (LayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F92F20, void, LayoutGroup_OnTransformChildrenChanged, (LayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F94110, void, LayoutGroup_SetDirty, (LayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F942D0, IEnumerator *, LayoutGroup_DelayedSetDirty, (LayoutGroup * __this, RectTransform * rectTransform, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, LayoutGroup_DelayedSetDirty_d_56__ctor, (LayoutGroup_DelayedSetDirty_d_56 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LayoutGroup_DelayedSetDirty_d_56_System_IDisposable_Dispose, (LayoutGroup_DelayedSetDirty_d_56 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F94370, bool, LayoutGroup_DelayedSetDirty_d_56_MoveNext, (LayoutGroup_DelayedSetDirty_d_56 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, LayoutGroup_DelayedSetDirty_d_56_System_Collections_Generic_IEnumerator_System_Object__get_Current, (LayoutGroup_DelayedSetDirty_d_56 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F94440, void, LayoutGroup_DelayedSetDirty_d_56_System_Collections_IEnumerator_Reset, (LayoutGroup_DelayedSetDirty_d_56 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3698, LayoutGroup_DelayedSetDirty_d_56_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, LayoutGroup_DelayedSetDirty_d_56_System_Collections_IEnumerator_get_Current, (LayoutGroup_DelayedSetDirty_d_56 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F94490, void, LayoutRebuilder_Initialize, (LayoutRebuilder * __this, RectTransform * controller, MethodInfo * method)); DO_APP_FUNC(0x02F94510, void, LayoutRebuilder_Clear, (LayoutRebuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02F94570, void, LayoutRebuilder__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F949D0, void, LayoutRebuilder_ReapplyDrivenProperties, (RectTransform * driven, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3590, LayoutRebuilder_ReapplyDrivenProperties__MethodInfo); DO_APP_FUNC(0x003B93C0, Transform *, LayoutRebuilder_get_transform, (LayoutRebuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02F94A20, bool, LayoutRebuilder_IsDestroyed, (LayoutRebuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02F94B20, void, LayoutRebuilder_StripDisabledBehavioursFromList, (List_1_UnityEngine_Component_ * components, MethodInfo * method)); DO_APP_FUNC(0x02F94CA0, void, LayoutRebuilder_ForceRebuildLayoutImmediate, (RectTransform * layoutRoot, MethodInfo * method)); DO_APP_FUNC(0x02F94DF0, void, LayoutRebuilder_Rebuild, (LayoutRebuilder * __this, CanvasUpdate__Enum executing, MethodInfo * method)); DO_APP_FUNC(0x02F952B0, void, LayoutRebuilder_PerformLayoutControl, (LayoutRebuilder * __this, RectTransform * rect, UnityAction_1_UnityEngine_Component_ * action, MethodInfo * method)); DO_APP_FUNC(0x02F95880, void, LayoutRebuilder_PerformLayoutCalculation, (LayoutRebuilder * __this, RectTransform * rect, UnityAction_1_UnityEngine_Component_ * action, MethodInfo * method)); DO_APP_FUNC(0x02F95C90, void, LayoutRebuilder_MarkLayoutForRebuild, (RectTransform * rect, MethodInfo * method)); DO_APP_FUNC(0x02F964F0, bool, LayoutRebuilder_ValidController, (RectTransform * layoutRoot, List_1_UnityEngine_Component_ * comps, MethodInfo * method)); DO_APP_FUNC(0x02F96940, void, LayoutRebuilder_MarkLayoutRootForRebuild, (RectTransform * controller, MethodInfo * method)); DO_APP_FUNC(0x02F96BF0, void, LayoutRebuilder_LayoutComplete, (LayoutRebuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LayoutRebuilder_GraphicUpdateComplete, (LayoutRebuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, LayoutRebuilder_GetHashCode, (LayoutRebuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02F96C80, bool, LayoutRebuilder_Equals, (LayoutRebuilder * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F96CE0, String *, LayoutRebuilder_ToString, (LayoutRebuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LayoutRebuilder__ctor, (LayoutRebuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02F96D50, void, LayoutRebuilder_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LayoutRebuilder_c__ctor, (LayoutRebuilder_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02F96E00, LayoutRebuilder *, LayoutRebuilder_c___cctor_b__5_0, (LayoutRebuilder_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3558, LayoutRebuilder_c___cctor_b__5_0__MethodInfo); DO_APP_FUNC(0x02F96E50, void, LayoutRebuilder_c___cctor_b__5_1, (LayoutRebuilder_c * __this, LayoutRebuilder * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3560, LayoutRebuilder_c___cctor_b__5_1__MethodInfo); DO_APP_FUNC(0x02F96EC0, bool, LayoutRebuilder_c__StripDisabledBehavioursFromList_b__10_0, (LayoutRebuilder_c * __this, Component * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB35A0, LayoutRebuilder_c__StripDisabledBehavioursFromList_b__10_0__MethodInfo); DO_APP_FUNC(0x02F96FA0, void, LayoutRebuilder_c__Rebuild_b__12_0, (LayoutRebuilder_c * __this, Component * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB35B0, LayoutRebuilder_c__Rebuild_b__12_0__MethodInfo); DO_APP_FUNC(0x02F97010, void, LayoutRebuilder_c__Rebuild_b__12_1, (LayoutRebuilder_c * __this, Component * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB35B8, LayoutRebuilder_c__Rebuild_b__12_1__MethodInfo); DO_APP_FUNC(0x02F97080, void, LayoutRebuilder_c__Rebuild_b__12_2, (LayoutRebuilder_c * __this, Component * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3618, LayoutRebuilder_c__Rebuild_b__12_2__MethodInfo); DO_APP_FUNC(0x02F970F0, void, LayoutRebuilder_c__Rebuild_b__12_3, (LayoutRebuilder_c * __this, Component * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3628, LayoutRebuilder_c__Rebuild_b__12_3__MethodInfo); DO_APP_FUNC(0x02F97160, float, LayoutUtility_GetMinSize, (RectTransform * rect, int32_t axis, MethodInfo * method)); DO_APP_FUNC(0x02F97180, float, LayoutUtility_GetPreferredSize, (RectTransform * rect, int32_t axis, MethodInfo * method)); DO_APP_FUNC(0x02F971A0, float, LayoutUtility_GetFlexibleSize, (RectTransform * rect, int32_t axis, MethodInfo * method)); DO_APP_FUNC(0x02F97460, float, LayoutUtility_GetMinWidth, (RectTransform * rect, MethodInfo * method)); DO_APP_FUNC(0x02F975D0, float, LayoutUtility_GetPreferredWidth, (RectTransform * rect, MethodInfo * method)); DO_APP_FUNC(0x02F97880, float, LayoutUtility_GetFlexibleWidth, (RectTransform * rect, MethodInfo * method)); DO_APP_FUNC(0x02F979F0, float, LayoutUtility_GetMinHeight, (RectTransform * rect, MethodInfo * method)); DO_APP_FUNC(0x02F97B60, float, LayoutUtility_GetPreferredHeight, (RectTransform * rect, MethodInfo * method)); DO_APP_FUNC(0x02F97E10, float, LayoutUtility_GetFlexibleHeight, (RectTransform * rect, MethodInfo * method)); DO_APP_FUNC(0x02F97F80, float, LayoutUtility_GetLayoutProperty, (RectTransform * rect, Func_2_UnityEngine_UI_ILayoutElement_Single_ * property, float defaultValue, MethodInfo * method)); DO_APP_FUNC(0x02F97FA0, float, LayoutUtility_GetLayoutProperty_1, (RectTransform * rect, Func_2_UnityEngine_UI_ILayoutElement_Single_ * property, float defaultValue, ILayoutElement * * source, MethodInfo * method)); DO_APP_FUNC(0x02F983A0, void, LayoutUtility_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LayoutUtility_c__ctor, (LayoutUtility_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02F98450, float, LayoutUtility_c__GetMinWidth_b__3_0, (LayoutUtility_c * __this, ILayoutElement * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3428, LayoutUtility_c__GetMinWidth_b__3_0__MethodInfo); DO_APP_FUNC(0x02F984A0, float, LayoutUtility_c__GetPreferredWidth_b__4_0, (LayoutUtility_c * __this, ILayoutElement * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3418, LayoutUtility_c__GetPreferredWidth_b__4_0__MethodInfo); DO_APP_FUNC(0x02F984F0, float, LayoutUtility_c__GetPreferredWidth_b__4_1, (LayoutUtility_c * __this, ILayoutElement * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3420, LayoutUtility_c__GetPreferredWidth_b__4_1__MethodInfo); DO_APP_FUNC(0x02F98540, float, LayoutUtility_c__GetFlexibleWidth_b__5_0, (LayoutUtility_c * __this, ILayoutElement * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3450, LayoutUtility_c__GetFlexibleWidth_b__5_0__MethodInfo); DO_APP_FUNC(0x02F98590, float, LayoutUtility_c__GetMinHeight_b__6_0, (LayoutUtility_c * __this, ILayoutElement * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3448, LayoutUtility_c__GetMinHeight_b__6_0__MethodInfo); DO_APP_FUNC(0x02F985E0, float, LayoutUtility_c__GetPreferredHeight_b__7_0, (LayoutUtility_c * __this, ILayoutElement * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3438, LayoutUtility_c__GetPreferredHeight_b__7_0__MethodInfo); DO_APP_FUNC(0x02F98630, float, LayoutUtility_c__GetPreferredHeight_b__7_1, (LayoutUtility_c * __this, ILayoutElement * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3440, LayoutUtility_c__GetPreferredHeight_b__7_1__MethodInfo); DO_APP_FUNC(0x02F98680, float, LayoutUtility_c__GetFlexibleHeight_b__8_0, (LayoutUtility_c * __this, ILayoutElement * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3478, LayoutUtility_c__GetFlexibleHeight_b__8_0__MethodInfo); DO_APP_FUNC(0x02F90CC0, void, VerticalLayoutGroup__ctor, (VerticalLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F986D0, void, VerticalLayoutGroup_CalculateLayoutInputHorizontal, (VerticalLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F98700, void, VerticalLayoutGroup_CalculateLayoutInputVertical, (VerticalLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F98710, void, VerticalLayoutGroup_SetLayoutHorizontal, (VerticalLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F98720, void, VerticalLayoutGroup_SetLayoutVertical, (VerticalLayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F98730, RectTransform *, Mask_1_get_rectTransform, (Mask_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, Mask_1_get_showMaskGraphic, (Mask_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F987D0, void, Mask_1_set_showMaskGraphic, (Mask_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F98910, Graphic *, Mask_1_get_graphic, (Mask_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x004245A0, void, Mask_1__ctor, (Mask_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F989B0, bool, Mask_1_MaskEnabled, (Mask_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Mask_1_OnSiblingGraphicEnabledDisabled, (Mask_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F98AE0, void, Mask_1_OnEnable, (Mask_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F98D50, void, Mask_1_OnDisable, (Mask_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02F99140, bool, Mask_1_IsRaycastLocationValid, (Mask_1 * __this, Vector2 sp, Camera * eventCamera, MethodInfo * method)); DO_APP_FUNC(0x02F99220, Material *, Mask_1_GetModifiedMaterial, (Mask_1 * __this, Material * baseMaterial, MethodInfo * method)); DO_APP_FUNC(0x0070EC40, MaskableGraphic_CullStateChangedEvent *, MaskableGraphic_get_onCullStateChanged, (MaskableGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x00B481B0, void, MaskableGraphic_set_onCullStateChanged, (MaskableGraphic * __this, MaskableGraphic_CullStateChangedEvent * value, MethodInfo * method)); DO_APP_FUNC(0x01E07ED0, bool, MaskableGraphic_get_maskable, (MaskableGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02F995E0, void, MaskableGraphic_set_maskable, (MaskableGraphic * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00682E30, bool, MaskableGraphic_get_isMaskingGraphic, (MaskableGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02F99610, void, MaskableGraphic_set_isMaskingGraphic, (MaskableGraphic * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F99620, Material *, MaskableGraphic_GetModifiedMaterial, (MaskableGraphic * __this, Material * baseMaterial, MethodInfo * method)); DO_APP_FUNC(0x02F99830, void, MaskableGraphic_Cull, (MaskableGraphic * __this, Rect clipRect, bool validRect, MethodInfo * method)); DO_APP_FUNC(0x02F99890, void, MaskableGraphic_UpdateCull, (MaskableGraphic * __this, bool cull, MethodInfo * method)); DO_APP_FUNC(0x02F99A30, void, MaskableGraphic_SetClipRect, (MaskableGraphic * __this, Rect clipRect, bool validRect, MethodInfo * method)); DO_APP_FUNC(0x02F99B20, void, MaskableGraphic_SetClipSoftness, (MaskableGraphic * __this, Vector2 clipSoftness, MethodInfo * method)); DO_APP_FUNC(0x02F99BA0, void, MaskableGraphic_OnEnable, (MaskableGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02F99C00, void, MaskableGraphic_OnDisable, (MaskableGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02F99CF0, void, MaskableGraphic_OnTransformParentChanged, (MaskableGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MaskableGraphic_ParentMaskStateChanged, (MaskableGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02F99E60, void, MaskableGraphic_OnCanvasHierarchyChanged, (MaskableGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02F99EF0, Rect, MaskableGraphic_get_rootCanvasRect, (MaskableGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02F9A3E0, void, MaskableGraphic_UpdateClipParent, (MaskableGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02B78FF0, void, MaskableGraphic_RecalculateClipping, (MaskableGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02F9A7F0, void, MaskableGraphic_RecalculateMasking, (MaskableGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02F9A8D0, void, MaskableGraphic__ctor, (MaskableGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02CFD2B0, GameObject *, MaskableGraphic_UnityEngine_UI_IClippable_get_gameObject, (MaskableGraphic * __this, MethodInfo * method)); DO_APP_FUNC(0x02F9ABE0, void, MaskableGraphic_CullStateChangedEvent__ctor, (MaskableGraphic_CullStateChangedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02F9AC20, void, MaskUtilities_Notify2DMaskStateChanged, (Component * mask, MethodInfo * method)); DO_APP_FUNC(0x02F9B020, void, MaskUtilities_NotifyStencilStateChanged, (Component * mask, MethodInfo * method)); DO_APP_FUNC(0x02F9B420, Transform *, MaskUtilities_FindRootSortOverrideCanvas, (Transform * start, MethodInfo * method)); DO_APP_FUNC(0x02F9B6F0, int32_t, MaskUtilities_GetStencilDepth, (Transform * transform, Transform * stopAfter, MethodInfo * method)); DO_APP_FUNC(0x02F9BCC0, bool, MaskUtilities_IsDescendantOrSelf, (Transform * father, Transform * child, MethodInfo * method)); DO_APP_FUNC(0x02F9C170, RectMask2D *, MaskUtilities_GetRectMaskForClippable, (IClippable * clippable, MethodInfo * method)); DO_APP_FUNC(0x02F9C640, void, MaskUtilities_GetRectMasksForClip, (RectMask2D * clipper, List_1_UnityEngine_UI_RectMask2D_ * masks, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MaskUtilities__ctor, (MaskUtilities * __this, MethodInfo * method)); DO_APP_FUNC(0x02F9CA30, void, Misc_Destroy, (Object_1 * obj, MethodInfo * method)); DO_APP_FUNC(0x02F9CC10, void, Misc_DestroyImmediate, (Object_1 * obj, MethodInfo * method)); DO_APP_FUNC(0x02F9CD30, bool, MultipleDisplayUtilities_GetRelativeMousePositionForDrag, (PointerEventData * eventData, Vector2 * position, MethodInfo * method)); DO_APP_FUNC(0x02F9CE10, Vector3, MultipleDisplayUtilities_RelativeMouseAtScaled, (Vector2 position, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, Navigation_Mode__Enum, Navigation_get_mode, (Navigation * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, Navigation_set_mode, (Navigation * __this, Navigation_Mode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01771000, bool, Navigation_get_wrapAround, (Navigation * __this, MethodInfo * method)); DO_APP_FUNC(0x02912740, void, Navigation_set_wrapAround, (Navigation * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x005DE470, Selectable *, Navigation_get_selectOnUp, (Navigation * __this, MethodInfo * method)); DO_APP_FUNC(0x0066A570, void, Navigation_set_selectOnUp, (Navigation * __this, Selectable * value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Selectable *, Navigation_get_selectOnDown, (Navigation * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, Navigation_set_selectOnDown, (Navigation * __this, Selectable * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Selectable *, Navigation_get_selectOnLeft, (Navigation * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, Navigation_set_selectOnLeft, (Navigation * __this, Selectable * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Selectable *, Navigation_get_selectOnRight, (Navigation * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, Navigation_set_selectOnRight, (Navigation * __this, Selectable * value, MethodInfo * method)); DO_APP_FUNC(0x02F9D740, Navigation, Navigation_get_defaultNavigation, (MethodInfo * method)); DO_APP_FUNC(0x02F9D760, bool, Navigation_Equals, (Navigation * __this, Navigation other, MethodInfo * method)); DO_APP_FUNC(0x02F9DCE0, void, RawImage__ctor, (RawImage * __this, MethodInfo * method)); DO_APP_FUNC(0x02F9DD10, Texture *, RawImage_get_mainTexture, (RawImage * __this, MethodInfo * method)); DO_APP_FUNC(0x00675FE0, Texture *, RawImage_get_texture, (RawImage * __this, MethodInfo * method)); DO_APP_FUNC(0x02F9E060, void, RawImage_set_texture, (RawImage * __this, Texture * value, MethodInfo * method)); DO_APP_FUNC(0x02F9E270, Rect, RawImage_get_uvRect, (RawImage * __this, MethodInfo * method)); DO_APP_FUNC(0x02F9E280, void, RawImage_set_uvRect, (RawImage * __this, Rect value, MethodInfo * method)); DO_APP_FUNC(0x02F9E2F0, void, RawImage_SetNativeSize, (RawImage * __this, MethodInfo * method)); DO_APP_FUNC(0x02F9E570, void, RawImage_OnPopulateMesh, (RawImage * __this, VertexHelper * vh, MethodInfo * method)); DO_APP_FUNC(0x02E06210, void, RawImage_OnDidApplyAnimationProperties, (RawImage * __this, MethodInfo * method)); DO_APP_FUNC(0x021DD3C0, Vector4, RectMask2D_get_padding, (RectMask2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02F9EA60, void, RectMask2D_set_padding, (RectMask2D * __this, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x02F9EA70, Vector2Int, RectMask2D_get_softness, (RectMask2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02F9EA80, void, RectMask2D_set_softness, (RectMask2D * __this, Vector2Int value, MethodInfo * method)); DO_APP_FUNC(0x02F9EAB0, Canvas *, RectMask2D_get_Canvas, (RectMask2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02F9EDE0, Rect, RectMask2D_get_canvasRect, (RectMask2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02F9EE60, RectTransform *, RectMask2D_get_rectTransform, (RectMask2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02F9EF00, void, RectMask2D__ctor, (RectMask2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02F9F3D0, void, RectMask2D_OnEnable, (RectMask2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02F9F440, void, RectMask2D_OnDisable, (RectMask2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02DE5200, void, RectMask2D_OnDestroy, (RectMask2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02F9F5D0, bool, RectMask2D_IsRaycastLocationValid, (RectMask2D * __this, Vector2 sp, Camera * eventCamera, MethodInfo * method)); DO_APP_FUNC(0x02F9F6E0, Rect, RectMask2D_get_rootCanvasRect, (RectMask2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02F9F960, void, RectMask2D_PerformClipping, (RectMask2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA0630, void, RectMask2D_UpdateClipSoftness, (RectMask2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA0A20, void, RectMask2D_AddClippable, (RectMask2D * __this, IClippable * clippable, MethodInfo * method)); DO_APP_FUNC(0x02FA0C00, void, RectMask2D_RemoveClippable, (RectMask2D * __this, IClippable * clippable, MethodInfo * method)); DO_APP_FUNC(0x02FA0E60, void, RectMask2D_OnTransformParentChanged, (RectMask2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA0E60, void, RectMask2D_OnCanvasHierarchyChanged, (RectMask2D * __this, MethodInfo * method)); DO_APP_FUNC(0x003C2850, RectTransform *, Scrollbar_get_handleRect, (Scrollbar * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA0EC0, void, Scrollbar_set_handleRect, (Scrollbar * __this, RectTransform * value, MethodInfo * method)); DO_APP_FUNC(0x01025880, Scrollbar_Direction__Enum, Scrollbar_get_direction, (Scrollbar * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA0F30, void, Scrollbar_set_direction, (Scrollbar * __this, Scrollbar_Direction__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02FA0F90, void, Scrollbar__ctor, (Scrollbar * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA10E0, float, Scrollbar_get_value, (Scrollbar * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA1140, void, Scrollbar_set_value, (Scrollbar * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02FA1150, void, Scrollbar_SetValueWithoutNotify, (Scrollbar * __this, float input, MethodInfo * method)); DO_APP_FUNC(0x01DB8020, float, Scrollbar_get_size, (Scrollbar * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA1160, void, Scrollbar_set_size, (Scrollbar * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D6A690, int32_t, Scrollbar_get_numberOfSteps, (Scrollbar * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA11E0, void, Scrollbar_set_numberOfSteps, (Scrollbar * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00584BF0, Scrollbar_ScrollEvent *, Scrollbar_get_onValueChanged, (Scrollbar * __this, MethodInfo * method)); DO_APP_FUNC(0x008E4B80, void, Scrollbar_set_onValueChanged, (Scrollbar * __this, Scrollbar_ScrollEvent * value, MethodInfo * method)); DO_APP_FUNC(0x02FA1250, float, Scrollbar_get_stepSize, (Scrollbar * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Scrollbar_Rebuild, (Scrollbar * __this, CanvasUpdate__Enum executing, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Scrollbar_LayoutComplete, (Scrollbar * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Scrollbar_GraphicUpdateComplete, (Scrollbar * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA1280, void, Scrollbar_OnEnable, (Scrollbar * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA12C0, void, Scrollbar_OnDisable, (Scrollbar * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA12D0, void, Scrollbar_Update, (Scrollbar * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA12F0, void, Scrollbar_UpdateCachedReferences, (Scrollbar * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA15D0, void, Scrollbar_Set, (Scrollbar * __this, float input, bool sendCallback, MethodInfo * method)); DO_APP_FUNC(0x02FA1710, void, Scrollbar_OnRectTransformDimensionsChange, (Scrollbar * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA1750, Scrollbar_Axis__Enum, Scrollbar_get_axis, (Scrollbar * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA1770, bool, Scrollbar_get_reverseValue, (Scrollbar * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA1790, void, Scrollbar_UpdateVisuals, (Scrollbar * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA1B00, void, Scrollbar_UpdateDrag, (Scrollbar * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FA1FE0, void, Scrollbar_DoUpdateDrag, (Scrollbar * __this, Vector2 handleCorner, float remainingSize, MethodInfo * method)); DO_APP_FUNC(0x02FA20A0, bool, Scrollbar_MayDrag, (Scrollbar * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FA2110, void, Scrollbar_OnBeginDrag, (Scrollbar * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FA2480, void, Scrollbar_OnDrag, (Scrollbar * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FA2600, void, Scrollbar_OnPointerDown, (Scrollbar * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FA2740, IEnumerator *, Scrollbar_ClickRepeat, (Scrollbar * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FA27C0, IEnumerator *, Scrollbar_ClickRepeat_1, (Scrollbar * __this, Vector2 screenPosition, Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x02FA28F0, void, Scrollbar_OnPointerUp, (Scrollbar * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FA2930, void, Scrollbar_OnMove, (Scrollbar * __this, AxisEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FA3030, Selectable *, Scrollbar_FindSelectableOnLeft, (Scrollbar * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA3060, Selectable *, Scrollbar_FindSelectableOnRight, (Scrollbar * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA3090, Selectable *, Scrollbar_FindSelectableOnUp, (Scrollbar * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA30C0, Selectable *, Scrollbar_FindSelectableOnDown, (Scrollbar * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA30F0, void, Scrollbar_OnInitializePotentialDrag, (Scrollbar * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FA3110, void, Scrollbar_SetDirection, (Scrollbar * __this, Scrollbar_Direction__Enum direction, bool includeRectLayouts, MethodInfo * method)); DO_APP_FUNC(0x009B9450, Transform *, Scrollbar_UnityEngine_UI_ICanvasElement_get_transform, (Scrollbar * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA3370, void, Scrollbar_ScrollEvent__ctor, (Scrollbar_ScrollEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Scrollbar_ClickRepeat_d_58__ctor, (Scrollbar_ClickRepeat_d_58 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Scrollbar_ClickRepeat_d_58_System_IDisposable_Dispose, (Scrollbar_ClickRepeat_d_58 * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA33B0, bool, Scrollbar_ClickRepeat_d_58_MoveNext, (Scrollbar_ClickRepeat_d_58 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Scrollbar_ClickRepeat_d_58_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Scrollbar_ClickRepeat_d_58 * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA3670, void, Scrollbar_ClickRepeat_d_58_System_Collections_IEnumerator_Reset, (Scrollbar_ClickRepeat_d_58 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6680, Scrollbar_ClickRepeat_d_58_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Scrollbar_ClickRepeat_d_58_System_Collections_IEnumerator_get_Current, (Scrollbar_ClickRepeat_d_58 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, RectTransform *, ScrollRect_get_content, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ScrollRect_set_content, (ScrollRect * __this, RectTransform * value, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, ScrollRect_get_horizontal, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, ScrollRect_set_horizontal, (ScrollRect * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00667070, bool, ScrollRect_get_vertical, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x019C8EE0, void, ScrollRect_set_vertical, (ScrollRect * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, ScrollRect_MovementType__Enum, ScrollRect_get_movementType, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, ScrollRect_set_movementType, (ScrollRect * __this, ScrollRect_MovementType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB1A0, float, ScrollRect_get_elasticity, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x00986690, void, ScrollRect_set_elasticity, (ScrollRect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0041F540, bool, ScrollRect_get_inertia, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F550, void, ScrollRect_set_inertia, (ScrollRect * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, ScrollRect_get_decelerationRate, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x00989750, void, ScrollRect_set_decelerationRate, (ScrollRect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x005DE720, float, ScrollRect_get_scrollSensitivity, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE730, void, ScrollRect_set_scrollSensitivity, (ScrollRect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, RectTransform *, ScrollRect_get_viewport, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA36C0, void, ScrollRect_set_viewport, (ScrollRect * __this, RectTransform * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, Scrollbar *, ScrollRect_get_horizontalScrollbar, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA3720, void, ScrollRect_set_horizontalScrollbar, (ScrollRect * __this, Scrollbar * value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Scrollbar *, ScrollRect_get_verticalScrollbar, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA3930, void, ScrollRect_set_verticalScrollbar, (ScrollRect * __this, Scrollbar * value, MethodInfo * method)); DO_APP_FUNC(0x0111DD10, ScrollRect_ScrollbarVisibility__Enum, ScrollRect_get_horizontalScrollbarVisibility, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA3B40, void, ScrollRect_set_horizontalScrollbarVisibility, (ScrollRect * __this, ScrollRect_ScrollbarVisibility__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01D80210, ScrollRect_ScrollbarVisibility__Enum, ScrollRect_get_verticalScrollbarVisibility, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA3B50, void, ScrollRect_set_verticalScrollbarVisibility, (ScrollRect * __this, ScrollRect_ScrollbarVisibility__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00ABB120, float, ScrollRect_get_horizontalScrollbarSpacing, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA3B60, void, ScrollRect_set_horizontalScrollbarSpacing, (ScrollRect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00ABB140, float, ScrollRect_get_verticalScrollbarSpacing, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA3B70, void, ScrollRect_set_verticalScrollbarSpacing, (ScrollRect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, ScrollRect_ScrollRectEvent *, ScrollRect_get_onValueChanged, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, ScrollRect_set_onValueChanged, (ScrollRect * __this, ScrollRect_ScrollRectEvent * value, MethodInfo * method)); DO_APP_FUNC(0x02FA3B80, RectTransform *, ScrollRect_get_viewRect, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA3EB0, Vector2, ScrollRect_get_velocity, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02A2D540, void, ScrollRect_set_velocity, (ScrollRect * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02FA3ED0, RectTransform *, ScrollRect_get_rectTransform, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA4050, void, ScrollRect__ctor, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA42D0, void, ScrollRect_Rebuild, (ScrollRect * __this, CanvasUpdate__Enum executing, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScrollRect_LayoutComplete, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScrollRect_GraphicUpdateComplete, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA4360, void, ScrollRect_UpdateCachedData, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA4F80, void, ScrollRect_OnEnable, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA5180, void, ScrollRect_OnDisable, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA5430, bool, ScrollRect_IsActive, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA5580, void, ScrollRect_EnsureLayoutHasRebuilt, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA5630, void, ScrollRect_StopMovement, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA5690, void, ScrollRect_OnScroll, (ScrollRect * __this, PointerEventData * data, MethodInfo * method)); DO_APP_FUNC(0x02FA5860, void, ScrollRect_OnInitializePotentialDrag, (ScrollRect * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FA58D0, void, ScrollRect_OnBeginDrag, (ScrollRect * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FA5A30, void, ScrollRect_OnEndDrag, (ScrollRect * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FA5A60, void, ScrollRect_OnDrag, (ScrollRect * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FA5CC0, void, ScrollRect_SetContentAnchoredPosition, (ScrollRect * __this, Vector2 position, MethodInfo * method)); DO_APP_FUNC(0x02FA5E70, void, ScrollRect_LateUpdate, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA68B0, void, ScrollRect_UpdatePrevData, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA6A50, void, ScrollRect_UpdateScrollbars, (ScrollRect * __this, Vector2 offset, MethodInfo * method)); DO_APP_FUNC(0x02FA6C70, Vector2, ScrollRect_get_normalizedPosition, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA6CB0, void, ScrollRect_set_normalizedPosition, (ScrollRect * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02FA6D00, float, ScrollRect_get_horizontalNormalizedPosition, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA6E10, void, ScrollRect_set_horizontalNormalizedPosition, (ScrollRect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02FA6E30, float, ScrollRect_get_verticalNormalizedPosition, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA6F50, void, ScrollRect_set_verticalNormalizedPosition, (ScrollRect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02FA6E10, void, ScrollRect_SetHorizontalNormalizedPosition, (ScrollRect * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6670, ScrollRect_SetHorizontalNormalizedPosition__MethodInfo); DO_APP_FUNC(0x02FA6F50, void, ScrollRect_SetVerticalNormalizedPosition, (ScrollRect * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB66F0, ScrollRect_SetVerticalNormalizedPosition__MethodInfo); DO_APP_FUNC(0x02FA6F70, void, ScrollRect_SetNormalizedPosition, (ScrollRect * __this, float value, int32_t axis, MethodInfo * method)); DO_APP_FUNC(0x02FA74E0, float, ScrollRect_RubberDelta, (float overStretching, float viewSize, MethodInfo * method)); DO_APP_FUNC(0x02FA7540, void, ScrollRect_OnRectTransformDimensionsChange, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA7550, bool, ScrollRect_get_hScrollingNeeded, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA75E0, bool, ScrollRect_get_vScrollingNeeded, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScrollRect_CalculateLayoutInputHorizontal, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScrollRect_CalculateLayoutInputVertical, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07FA0, float, ScrollRect_get_minWidth, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07FA0, float, ScrollRect_get_preferredWidth, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07FA0, float, ScrollRect_get_flexibleWidth, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07FA0, float, ScrollRect_get_minHeight, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07FA0, float, ScrollRect_get_preferredHeight, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07FA0, float, ScrollRect_get_flexibleHeight, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x006FEBF0, int32_t, ScrollRect_get_layoutPriority, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA7670, void, ScrollRect_SetLayoutHorizontal, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA8010, void, ScrollRect_SetLayoutVertical, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA81E0, void, ScrollRect_UpdateScrollbarVisibility, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA8240, void, ScrollRect_UpdateOneScrollbarVisibility, (bool xScrollingNeeded, bool xAxisEnabled, ScrollRect_ScrollbarVisibility__Enum scrollbarVisibility, Scrollbar * scrollbar, MethodInfo * method)); DO_APP_FUNC(0x02FA8440, void, ScrollRect_UpdateScrollbarLayout, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA87F0, void, ScrollRect_UpdateBounds, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA8F90, void, ScrollRect_AdjustBounds, (Bounds * viewBounds, Vector2 * contentPivot, Vector3 * contentSize, Vector3 * contentPos, MethodInfo * method)); DO_APP_FUNC(0x02FA9040, Bounds, ScrollRect_GetBounds, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA9270, Bounds, ScrollRect_InternalGetBounds, (Vector3__Array * corners, Matrix4x4 * viewWorldToLocalMatrix, MethodInfo * method)); DO_APP_FUNC(0x02FA9520, Vector2, ScrollRect_CalculateOffset, (ScrollRect * __this, Vector2 delta, MethodInfo * method)); DO_APP_FUNC(0x02FA9700, Vector2, ScrollRect_InternalCalculateOffset, (Bounds * viewBounds, Bounds * contentBounds, bool horizontal, bool vertical, ScrollRect_MovementType__Enum movementType, Vector2 * delta, MethodInfo * method)); DO_APP_FUNC(0x02FA98C0, void, ScrollRect_SetDirty, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA9940, void, ScrollRect_SetDirtyCaching, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x009B9450, Transform *, ScrollRect_UnityEngine_UI_ICanvasElement_get_transform, (ScrollRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA9A50, void, ScrollRect_ScrollRectEvent__ctor, (ScrollRect_ScrollRectEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA9A90, Selectable__Array *, Selectable_get_allSelectablesArray, (MethodInfo * method)); DO_APP_FUNC(0x02FA9C50, int32_t, Selectable_get_allSelectableCount, (MethodInfo * method)); DO_APP_FUNC(0x02FA9CB0, List_1_UnityEngine_UI_Selectable_ *, Selectable_get_allSelectables, (MethodInfo * method)); DO_APP_FUNC(0x02FA9D60, int32_t, Selectable_AllSelectablesNoAlloc, (Selectable__Array * selectables, MethodInfo * method)); DO_APP_FUNC(0x02A82180, Navigation, Selectable_get_navigation, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA9EF0, void, Selectable_set_navigation, (Selectable * __this, Navigation value, MethodInfo * method)); DO_APP_FUNC(0x003C5400, Selectable_Transition__Enum, Selectable_get_transition, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAA030, void, Selectable_set_transition, (Selectable * __this, Selectable_Transition__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02FAA090, ColorBlock, Selectable_get_colors, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAA0D0, void, Selectable_set_colors, (Selectable * __this, ColorBlock value, MethodInfo * method)); DO_APP_FUNC(0x02FAA230, SpriteState, Selectable_get_spriteState, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAA250, void, Selectable_set_spriteState, (Selectable * __this, SpriteState value, MethodInfo * method)); DO_APP_FUNC(0x0070ED80, AnimationTriggers *, Selectable_get_animationTriggers, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAA370, void, Selectable_set_animationTriggers, (Selectable * __this, AnimationTriggers * value, MethodInfo * method)); DO_APP_FUNC(0x00675FE0, Graphic *, Selectable_get_targetGraphic, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAA3D0, void, Selectable_set_targetGraphic, (Selectable * __this, Graphic * value, MethodInfo * method)); DO_APP_FUNC(0x01B3C850, bool, Selectable_get_interactable, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAA430, void, Selectable_set_interactable, (Selectable * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D65310, bool, Selectable_get_isPointerInside, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65320, void, Selectable_set_isPointerInside, (Selectable * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02FAA750, bool, Selectable_get_isPointerDown, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAA760, void, Selectable_set_isPointerDown, (Selectable * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02FAA770, bool, Selectable_get_hasSelection, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAA780, void, Selectable_set_hasSelection, (Selectable * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02FAA790, void, Selectable__ctor, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAAA40, Image *, Selectable_get_image, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x00675F80, void, Selectable_set_image, (Selectable * __this, Image * value, MethodInfo * method)); DO_APP_FUNC(0x02FAAAD0, Animator *, Selectable_get_animator, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAAB10, void, Selectable_Awake, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAAC80, void, Selectable_OnCanvasGroupChanged, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAACC0, bool, Selectable_ParentGroupAllowsInteraction, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAAF30, bool, Selectable_IsInteractable, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAAF50, void, Selectable_OnDidApplyAnimationProperties, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAAF60, void, Selectable_OnEnable, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x00BD0170, void, Selectable_OnTransformParentChanged, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAB490, void, Selectable_OnSetProperty, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAB500, void, Selectable_OnDisable, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAB680, void, Selectable_OnApplicationFocus, (Selectable * __this, bool hasFocus, MethodInfo * method)); DO_APP_FUNC(0x02FAB6E0, Selectable_SelectionState__Enum, Selectable_get_currentSelectionState, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAB750, void, Selectable_InstantClearState, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAB7E0, void, Selectable_DoStateTransition, (Selectable * __this, Selectable_SelectionState__Enum state, bool instant, MethodInfo * method)); DO_APP_FUNC(0x02FABB00, Selectable *, Selectable_FindSelectable, (Selectable * __this, Vector3 dir, MethodInfo * method)); DO_APP_FUNC(0x02FAC590, Vector3, Selectable_GetPointOnRectEdge, (RectTransform * rect, Vector2 dir, MethodInfo * method)); DO_APP_FUNC(0x02FAC8D0, void, Selectable_Navigate, (Selectable * __this, AxisEventData * eventData, Selectable * sel, MethodInfo * method)); DO_APP_FUNC(0x02FACA50, Selectable *, Selectable_FindSelectableOnLeft, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FACBC0, Selectable *, Selectable_FindSelectableOnRight, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FACD30, Selectable *, Selectable_FindSelectableOnUp, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FACEA0, Selectable *, Selectable_FindSelectableOnDown, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAD010, void, Selectable_OnMove, (Selectable * __this, AxisEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FAD0C0, void, Selectable_StartColorTween, (Selectable * __this, Color targetColor, bool instant, MethodInfo * method)); DO_APP_FUNC(0x02FAD260, void, Selectable_DoSpriteSwap, (Selectable * __this, Sprite * newSprite, MethodInfo * method)); DO_APP_FUNC(0x02FAD3A0, void, Selectable_TriggerAnimation, (Selectable * __this, String * triggername, MethodInfo * method)); DO_APP_FUNC(0x02FAD6E0, bool, Selectable_IsHighlighted, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAD750, bool, Selectable_IsPressed, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAD7A0, void, Selectable_EvaluateAndTransitionToSelectionState, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAD810, void, Selectable_OnPointerDown, (Selectable * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FADA00, void, Selectable_OnPointerUp, (Selectable * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FADA30, void, Selectable_OnPointerEnter, (Selectable * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FADA40, void, Selectable_OnPointerExit, (Selectable * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FADA50, void, Selectable_OnSelect, (Selectable * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FADA60, void, Selectable_OnDeselect, (Selectable * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FADA70, void, Selectable_Select, (Selectable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FADC40, void, Selectable__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02BD7FD0, bool, SetPropertyUtility_2_SetColor, (Color * currentValue, Color newValue, MethodInfo * method)); DO_APP_FUNC(0x003C2850, RectTransform *, Slider_get_fillRect, (Slider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FADD10, void, Slider_set_fillRect, (Slider * __this, RectTransform * value, MethodInfo * method)); DO_APP_FUNC(0x003C28C0, RectTransform *, Slider_get_handleRect, (Slider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FADD80, void, Slider_set_handleRect, (Slider * __this, RectTransform * value, MethodInfo * method)); DO_APP_FUNC(0x01D6A670, Slider_Direction__Enum, Slider_get_direction, (Slider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FADDF0, void, Slider_set_direction, (Slider * __this, Slider_Direction__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01DB8040, float, Slider_get_minValue, (Slider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FADE50, void, Slider_set_minValue, (Slider * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D6A6B0, float, Slider_get_maxValue, (Slider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FADED0, void, Slider_set_maxValue, (Slider * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C6C150, bool, Slider_get_wholeNumbers, (Slider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FADF50, void, Slider_set_wholeNumbers, (Slider * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02FADFD0, float, Slider_get_value, (Slider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FADFF0, void, Slider_set_value, (Slider * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02FAE010, void, Slider_SetValueWithoutNotify, (Slider * __this, float input, MethodInfo * method)); DO_APP_FUNC(0x02FAE030, float, Slider_get_normalizedValue, (Slider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAE0E0, void, Slider_set_normalizedValue, (Slider * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x006EB170, Slider_SliderEvent *, Slider_get_onValueChanged, (Slider * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A700, void, Slider_set_onValueChanged, (Slider * __this, Slider_SliderEvent * value, MethodInfo * method)); DO_APP_FUNC(0x02FAE130, float, Slider_get_stepSize, (Slider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAE160, void, Slider__ctor, (Slider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Slider_Rebuild, (Slider * __this, CanvasUpdate__Enum executing, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Slider_LayoutComplete, (Slider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Slider_GraphicUpdateComplete, (Slider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAE2B0, void, Slider_OnEnable, (Slider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA12C0, void, Slider_OnDisable, (Slider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAE300, void, Slider_Update, (Slider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAE350, void, Slider_OnDidApplyAnimationProperties, (Slider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAE800, void, Slider_UpdateCachedReferences, (Slider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAF2A0, float, Slider_ClampValue, (Slider * __this, float input, MethodInfo * method)); DO_APP_FUNC(0x02FAF2D0, void, Slider_Set, (Slider * __this, float input, bool sendCallback, MethodInfo * method)); DO_APP_FUNC(0x02FAF3C0, void, Slider_OnRectTransformDimensionsChange, (Slider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAF400, Slider_Axis__Enum, Slider_get_axis, (Slider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAF420, bool, Slider_get_reverseValue, (Slider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAF440, void, Slider_UpdateVisuals, (Slider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FAFAF0, void, Slider_UpdateDrag, (Slider * __this, PointerEventData * eventData, Camera * cam, MethodInfo * method)); DO_APP_FUNC(0x02FA20A0, bool, Slider_MayDrag, (Slider * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FAFE90, void, Slider_OnPointerDown, (Slider * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FB01A0, void, Slider_OnDrag, (Slider * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FB0220, void, Slider_OnMove, (Slider * __this, AxisEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FB0610, Selectable *, Slider_FindSelectableOnLeft, (Slider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB0640, Selectable *, Slider_FindSelectableOnRight, (Slider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB0670, Selectable *, Slider_FindSelectableOnUp, (Slider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB06A0, Selectable *, Slider_FindSelectableOnDown, (Slider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FA30F0, void, Slider_OnInitializePotentialDrag, (Slider * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FB06D0, void, Slider_SetDirection, (Slider * __this, Slider_Direction__Enum direction, bool includeRectLayouts, MethodInfo * method)); DO_APP_FUNC(0x009B9450, Transform *, Slider_UnityEngine_UI_ICanvasElement_get_transform, (Slider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB0930, void, Slider_SliderEvent__ctor, (Slider_SliderEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Sprite *, SpriteState_get_highlightedSprite, (SpriteState * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, SpriteState_set_highlightedSprite, (SpriteState * __this, Sprite * value, MethodInfo * method)); DO_APP_FUNC(0x005DE470, Sprite *, SpriteState_get_pressedSprite, (SpriteState * __this, MethodInfo * method)); DO_APP_FUNC(0x0066A570, void, SpriteState_set_pressedSprite, (SpriteState * __this, Sprite * value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Sprite *, SpriteState_get_selectedSprite, (SpriteState * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, SpriteState_set_selectedSprite, (SpriteState * __this, Sprite * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Sprite *, SpriteState_get_disabledSprite, (SpriteState * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, SpriteState_set_disabledSprite, (SpriteState * __this, Sprite * value, MethodInfo * method)); DO_APP_FUNC(0x02FB0970, bool, SpriteState_Equals, (SpriteState * __this, SpriteState other, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Material *, StencilMaterial_Add, (Material * baseMat, int32_t stencilID, MethodInfo * method)); DO_APP_FUNC(0x02FB0EE0, Material *, StencilMaterial_Add_1, (Material * baseMat, int32_t stencilID, StencilOp__Enum operation, CompareFunction__Enum compareFunction, ColorWriteMask__Enum colorWriteMask, MethodInfo * method)); DO_APP_FUNC(0x02FB0F80, void, StencilMaterial_LogWarningWhenNotInBatchmode, (String * warning, Object_1 * context, MethodInfo * method)); DO_APP_FUNC(0x02FB1020, Material *, StencilMaterial_Add_2, (Material * baseMat, int32_t stencilID, StencilOp__Enum operation, CompareFunction__Enum compareFunction, ColorWriteMask__Enum colorWriteMask, int32_t readMask, int32_t writeMask, MethodInfo * method)); DO_APP_FUNC(0x02FB1C70, void, StencilMaterial_Remove, (Material * customMat, MethodInfo * method)); DO_APP_FUNC(0x02FB1FD0, void, StencilMaterial_ClearAll, (MethodInfo * method)); DO_APP_FUNC(0x02FB21D0, void, StencilMaterial__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02FB22B0, void, StencilMaterial_MatEntry__ctor, (StencilMaterial_MatEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB22C0, void, Text__ctor, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB24B0, TextGenerator *, Text_get_cachedTextGenerator, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB25B0, TextGenerator *, Text_get_cachedTextGeneratorForLayout, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB2680, Texture *, Text_get_mainTexture, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB2B70, void, Text_FontTextureChanged, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB2CA0, Font *, Text_get_font, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB2CC0, void, Text_set_font, (Text * __this, Font * value, MethodInfo * method)); DO_APP_FUNC(0x00AC8DB0, String *, Text_get_text, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB2FB0, void, Text_set_text, (Text * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02FB3150, bool, Text_get_supportRichText, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB3170, void, Text_set_supportRichText, (Text * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02FB31D0, bool, Text_get_resizeTextForBestFit, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB31F0, void, Text_set_resizeTextForBestFit, (Text * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02FB3250, int32_t, Text_get_resizeTextMinSize, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB3270, void, Text_set_resizeTextMinSize, (Text * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02FB32D0, int32_t, Text_get_resizeTextMaxSize, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB32F0, void, Text_set_resizeTextMaxSize, (Text * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02FB3350, TextAnchor__Enum, Text_get_alignment, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB3370, void, Text_set_alignment, (Text * __this, TextAnchor__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02FB33D0, bool, Text_get_alignByGeometry, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB33F0, void, Text_set_alignByGeometry, (Text * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02FB3430, int32_t, Text_get_fontSize, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB3450, void, Text_set_fontSize, (Text * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02FB34B0, HorizontalWrapMode__Enum, Text_get_horizontalOverflow, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB34D0, void, Text_set_horizontalOverflow, (Text * __this, HorizontalWrapMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02FB3530, VerticalWrapMode__Enum, Text_get_verticalOverflow, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB3550, void, Text_set_verticalOverflow, (Text * __this, VerticalWrapMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02FB35B0, float, Text_get_lineSpacing, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB35D0, void, Text_set_lineSpacing, (Text * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02FB3630, FontStyle__Enum, Text_get_fontStyle, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB3650, void, Text_set_fontStyle, (Text * __this, FontStyle__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02FB36B0, float, Text_get_pixelsPerUnit, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB38C0, void, Text_OnEnable, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB3970, void, Text_OnDisable, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB39D0, void, Text_UpdateGeometry, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB3B10, void, Text_AssignDefaultFont, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB3B80, void, Text_AssignDefaultFontIfNecessary, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB3CE0, TextGenerationSettings, Text_GetGenerationSettings, (Text * __this, Vector2 extents, MethodInfo * method)); DO_APP_FUNC(0x02FB4080, Vector2, Text_GetTextAnchorPivot, (TextAnchor__Enum anchor, MethodInfo * method)); DO_APP_FUNC(0x02FB41F0, void, Text_OnPopulateMesh, (Text * __this, VertexHelper * toFill, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Text_CalculateLayoutInputHorizontal, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Text_CalculateLayoutInputVertical, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, Text_get_minWidth, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB4A40, float, Text_get_preferredWidth, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07FA0, float, Text_get_flexibleWidth, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, Text_get_minHeight, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB4B70, float, Text_get_preferredHeight, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07FA0, float, Text_get_flexibleHeight, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, Text_get_layoutPriority, (Text * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC90A0, ToggleGroup *, Toggle_get_group, (Toggle * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB4C80, void, Toggle_set_group, (Toggle * __this, ToggleGroup * value, MethodInfo * method)); DO_APP_FUNC(0x02FB4CB0, void, Toggle__ctor, (Toggle * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Toggle_Rebuild, (Toggle * __this, CanvasUpdate__Enum executing, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Toggle_LayoutComplete, (Toggle * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Toggle_GraphicUpdateComplete, (Toggle * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB4DC0, void, Toggle_OnDestroy, (Toggle * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB4EE0, void, Toggle_OnEnable, (Toggle * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB4F20, void, Toggle_OnDisable, (Toggle * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB4F50, void, Toggle_OnDidApplyAnimationProperties, (Toggle * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB5110, void, Toggle_SetToggleGroup, (Toggle * __this, ToggleGroup * newGroup, bool setMemberValue, MethodInfo * method)); DO_APP_FUNC(0x0066A5D0, bool, Toggle_get_isOn, (Toggle * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB55B0, void, Toggle_set_isOn, (Toggle * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02FB55C0, void, Toggle_SetIsOnWithoutNotify, (Toggle * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02FB55D0, void, Toggle_Set, (Toggle * __this, bool value, bool sendCallback, MethodInfo * method)); DO_APP_FUNC(0x02FB5840, void, Toggle_PlayEffect, (Toggle * __this, bool instant, MethodInfo * method)); DO_APP_FUNC(0x02FB59A0, void, Toggle_Start, (Toggle * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB59B0, void, Toggle_InternalToggle, (Toggle * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB5A10, void, Toggle_OnPointerClick, (Toggle * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FB59B0, void, Toggle_OnSubmit, (Toggle * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x009B9450, Transform *, Toggle_UnityEngine_UI_ICanvasElement_get_transform, (Toggle * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB5A90, void, Toggle_ToggleEvent__ctor, (Toggle_ToggleEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, ToggleGroup_get_allowSwitchOff, (ToggleGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, ToggleGroup_set_allowSwitchOff, (ToggleGroup * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02FB5AD0, void, ToggleGroup__ctor, (ToggleGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB5BD0, void, ToggleGroup_Start, (ToggleGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB5BD0, void, ToggleGroup_OnEnable, (ToggleGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB5BE0, void, ToggleGroup_ValidateToggleIsInGroup, (ToggleGroup * __this, Toggle * toggle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5DF0, ToggleGroup_ValidateToggleIsInGroup__MethodInfo); DO_APP_FUNC(0x02FB5E10, void, ToggleGroup_NotifyToggleOn, (ToggleGroup * __this, Toggle * toggle, bool sendCallback, MethodInfo * method)); DO_APP_FUNC(0x02FB6090, void, ToggleGroup_UnregisterToggle, (ToggleGroup * __this, Toggle * toggle, MethodInfo * method)); DO_APP_FUNC(0x02FB6150, void, ToggleGroup_RegisterToggle, (ToggleGroup * __this, Toggle * toggle, MethodInfo * method)); DO_APP_FUNC(0x02FB6200, void, ToggleGroup_EnsureValidState, (ToggleGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB66B0, bool, ToggleGroup_AnyTogglesOn, (ToggleGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB6920, IEnumerable_1_UnityEngine_UI_Toggle_ *, ToggleGroup_ActiveToggles, (ToggleGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB6AA0, Toggle *, ToggleGroup_GetFirstActiveToggle, (ToggleGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB6B20, void, ToggleGroup_SetAllTogglesOff, (ToggleGroup * __this, bool sendCallback, MethodInfo * method)); DO_APP_FUNC(0x02FB6C70, void, ToggleGroup_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ToggleGroup_c__ctor, (ToggleGroup_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB6D20, bool, ToggleGroup_c__AnyTogglesOn_b__13_0, (ToggleGroup_c * __this, Toggle * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5BC0, ToggleGroup_c__AnyTogglesOn_b__13_0__MethodInfo); DO_APP_FUNC(0x02FB6D20, bool, ToggleGroup_c__ActiveToggles_b__14_0, (ToggleGroup_c * __this, Toggle * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5C40, ToggleGroup_c__ActiveToggles_b__14_0__MethodInfo); DO_APP_FUNC(0x02FB6D40, void, ReflectionMethodsCache__ctor, (ReflectionMethodsCache * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB7E90, ReflectionMethodsCache *, ReflectionMethodsCache_get_Singleton, (MethodInfo * method)); DO_APP_FUNC(0x02FB7F80, void, ReflectionMethodsCache_Raycast3DCallback__ctor, (ReflectionMethodsCache_Raycast3DCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x02FB80B0, bool, ReflectionMethodsCache_Raycast3DCallback_Invoke, (ReflectionMethodsCache_Raycast3DCallback * __this, Ray r, RaycastHit * hit, float f, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02FB80F0, IAsyncResult *, ReflectionMethodsCache_Raycast3DCallback_BeginInvoke, (ReflectionMethodsCache_Raycast3DCallback * __this, Ray r, RaycastHit * hit, float f, int32_t i, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F88B0, bool, ReflectionMethodsCache_Raycast3DCallback_EndInvoke, (ReflectionMethodsCache_Raycast3DCallback * __this, RaycastHit * hit, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02FB81F0, void, ReflectionMethodsCache_RaycastAllCallback__ctor, (ReflectionMethodsCache_RaycastAllCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x02FB8320, RaycastHit__Array *, ReflectionMethodsCache_RaycastAllCallback_Invoke, (ReflectionMethodsCache_RaycastAllCallback * __this, Ray r, float f, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02FB8360, IAsyncResult *, ReflectionMethodsCache_RaycastAllCallback_BeginInvoke, (ReflectionMethodsCache_RaycastAllCallback * __this, Ray r, float f, int32_t i, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, RaycastHit__Array *, ReflectionMethodsCache_RaycastAllCallback_EndInvoke, (ReflectionMethodsCache_RaycastAllCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02FB8430, void, ReflectionMethodsCache_GetRaycastNonAllocCallback__ctor, (ReflectionMethodsCache_GetRaycastNonAllocCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x02FB80B0, int32_t, ReflectionMethodsCache_GetRaycastNonAllocCallback_Invoke, (ReflectionMethodsCache_GetRaycastNonAllocCallback * __this, Ray r, RaycastHit__Array * results, float f, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02FB8560, IAsyncResult *, ReflectionMethodsCache_GetRaycastNonAllocCallback_BeginInvoke, (ReflectionMethodsCache_GetRaycastNonAllocCallback * __this, Ray r, RaycastHit__Array * results, float f, int32_t i, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, int32_t, ReflectionMethodsCache_GetRaycastNonAllocCallback_EndInvoke, (ReflectionMethodsCache_GetRaycastNonAllocCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02FB8640, void, ReflectionMethodsCache_Raycast2DCallback__ctor, (ReflectionMethodsCache_Raycast2DCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x02FB8770, RaycastHit2D, ReflectionMethodsCache_Raycast2DCallback_Invoke, (ReflectionMethodsCache_Raycast2DCallback * __this, Vector2 p1, Vector2 p2, float f, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02FB87D0, IAsyncResult *, ReflectionMethodsCache_Raycast2DCallback_BeginInvoke, (ReflectionMethodsCache_Raycast2DCallback * __this, Vector2 p1, Vector2 p2, float f, int32_t i, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x02FB88C0, RaycastHit2D, ReflectionMethodsCache_Raycast2DCallback_EndInvoke, (ReflectionMethodsCache_Raycast2DCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02FB81F0, void, ReflectionMethodsCache_GetRayIntersectionAllCallback__ctor, (ReflectionMethodsCache_GetRayIntersectionAllCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x02FB8320, RaycastHit2D__Array *, ReflectionMethodsCache_GetRayIntersectionAllCallback_Invoke, (ReflectionMethodsCache_GetRayIntersectionAllCallback * __this, Ray r, float f, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02FB8920, IAsyncResult *, ReflectionMethodsCache_GetRayIntersectionAllCallback_BeginInvoke, (ReflectionMethodsCache_GetRayIntersectionAllCallback * __this, Ray r, float f, int32_t i, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, RaycastHit2D__Array *, ReflectionMethodsCache_GetRayIntersectionAllCallback_EndInvoke, (ReflectionMethodsCache_GetRayIntersectionAllCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02FB8430, void, ReflectionMethodsCache_GetRayIntersectionAllNonAllocCallback__ctor, (ReflectionMethodsCache_GetRayIntersectionAllNonAllocCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x02FB80B0, int32_t, ReflectionMethodsCache_GetRayIntersectionAllNonAllocCallback_Invoke, (ReflectionMethodsCache_GetRayIntersectionAllNonAllocCallback * __this, Ray r, RaycastHit2D__Array * results, float f, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02FB89F0, IAsyncResult *, ReflectionMethodsCache_GetRayIntersectionAllNonAllocCallback_BeginInvoke, (ReflectionMethodsCache_GetRayIntersectionAllNonAllocCallback * __this, Ray r, RaycastHit2D__Array * results, float f, int32_t i, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, int32_t, ReflectionMethodsCache_GetRayIntersectionAllNonAllocCallback_EndInvoke, (ReflectionMethodsCache_GetRayIntersectionAllNonAllocCallback * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VertexHelper__ctor, (VertexHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB8AD0, void, VertexHelper__ctor_1, (VertexHelper * __this, Mesh * m, MethodInfo * method)); DO_APP_FUNC(0x02FB8F60, void, VertexHelper_InitializeListIfRequired, (VertexHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB9460, void, VertexHelper_Dispose, (VertexHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB99B0, void, VertexHelper_Clear, (VertexHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB9AB0, int32_t, VertexHelper_get_currentVertCount, (VertexHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB9B00, int32_t, VertexHelper_get_currentIndexCount, (VertexHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x02FB9B50, void, VertexHelper_PopulateUIVertex, (VertexHelper * __this, UIVertex * vertex, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02FB9DA0, void, VertexHelper_SetUIVertex, (VertexHelper * __this, UIVertex vertex, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02FBA1B0, void, VertexHelper_FillMesh, (VertexHelper * __this, Mesh * mesh, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5868, VertexHelper_FillMesh__MethodInfo); DO_APP_FUNC(0x02FBA370, void, VertexHelper_AddVert, (VertexHelper * __this, Vector3 position, Color32 color, Vector4 uv0, Vector4 uv1, Vector4 uv2, Vector4 uv3, Vector3 normal, Vector4 tangent, MethodInfo * method)); DO_APP_FUNC(0x02FBA790, void, VertexHelper_AddVert_1, (VertexHelper * __this, Vector3 position, Color32 color, Vector4 uv0, Vector4 uv1, Vector3 normal, Vector4 tangent, MethodInfo * method)); DO_APP_FUNC(0x02FBA910, void, VertexHelper_AddVert_2, (VertexHelper * __this, Vector3 position, Color32 color, Vector4 uv0, MethodInfo * method)); DO_APP_FUNC(0x02FBAB20, void, VertexHelper_AddVert_3, (VertexHelper * __this, UIVertex v, MethodInfo * method)); DO_APP_FUNC(0x02FBABD0, void, VertexHelper_AddTriangle, (VertexHelper * __this, int32_t idx0, int32_t idx1, int32_t idx2, MethodInfo * method)); DO_APP_FUNC(0x02FBAD50, void, VertexHelper_AddUIVertexQuad, (VertexHelper * __this, UIVertex__Array * verts, MethodInfo * method)); DO_APP_FUNC(0x02FBB010, void, VertexHelper_AddUIVertexStream, (VertexHelper * __this, List_1_UnityEngine_UIVertex_ * verts, List_1_System_Int32_ * indices, MethodInfo * method)); DO_APP_FUNC(0x02FBB190, void, VertexHelper_AddUIVertexTriangleStream, (VertexHelper * __this, List_1_UnityEngine_UIVertex_ * verts, MethodInfo * method)); DO_APP_FUNC(0x02FBB2E0, void, VertexHelper_GetUIVertexStream, (VertexHelper * __this, List_1_UnityEngine_UIVertex_ * stream, MethodInfo * method)); DO_APP_FUNC(0x02FBB3F0, void, VertexHelper__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseVertexEffect__ctor, (BaseVertexEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FBB490, Graphic *, BaseMeshEffect_1_get_graphic, (BaseMeshEffect_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02FBB600, void, BaseMeshEffect_1_OnEnable, (BaseMeshEffect_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02FBB730, void, BaseMeshEffect_1_OnDisable, (BaseMeshEffect_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02FBB860, void, BaseMeshEffect_1_OnDidApplyAnimationProperties, (BaseMeshEffect_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02FBB990, void, BaseMeshEffect_1_ModifyMesh, (BaseMeshEffect_1 * __this, Mesh * mesh, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, BaseMeshEffect_1__ctor, (BaseMeshEffect_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02FBBAB0, void, Outline_1__ctor, (Outline_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02FBBB20, void, Outline_1_ModifyMesh, (Outline_1 * __this, VertexHelper * vh, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, PositionAsUV1__ctor, (PositionAsUV1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02FBBE00, void, PositionAsUV1_ModifyMesh, (PositionAsUV1 * __this, VertexHelper * vh, MethodInfo * method)); DO_APP_FUNC(0x02FBBAB0, void, Shadow__ctor, (Shadow * __this, MethodInfo * method)); DO_APP_FUNC(0x01097D80, Color, Shadow_get_effectColor, (Shadow * __this, MethodInfo * method)); DO_APP_FUNC(0x02FBBF50, void, Shadow_set_effectColor, (Shadow * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x02FBC090, Vector2, Shadow_get_effectDistance, (Shadow * __this, MethodInfo * method)); DO_APP_FUNC(0x02FBC0B0, void, Shadow_set_effectDistance, (Shadow * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, Shadow_get_useGraphicAlpha, (Shadow * __this, MethodInfo * method)); DO_APP_FUNC(0x02FBC2A0, void, Shadow_set_useGraphicAlpha, (Shadow * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02FBC3E0, void, Shadow_ApplyShadowZeroAlloc, (Shadow * __this, List_1_UnityEngine_UIVertex_ * verts, Color32 color, int32_t start, int32_t end, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x02FBC7F0, void, Shadow_ApplyShadow, (Shadow * __this, List_1_UnityEngine_UIVertex_ * verts, Color32 color, int32_t start, int32_t end, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x02FBC800, void, Shadow_ModifyMesh, (Shadow * __this, VertexHelper * vh, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, Color, ColorTween_1_get_startColor, (ColorTween_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB03D0, void, ColorTween_1_set_startColor, (ColorTween_1 * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, Color, ColorTween_1_get_targetColor, (ColorTween_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01215B90, void, ColorTween_1_set_targetColor, (ColorTween_1 * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, ColorTween_ColorTweenMode__Enum_1, ColorTween_1_get_tweenMode, (ColorTween_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, ColorTween_1_set_tweenMode, (ColorTween_1 * __this, ColorTween_ColorTweenMode__Enum_1 value, MethodInfo * method)); DO_APP_FUNC(0x003CB0F0, float, ColorTween_1_get_duration, (ColorTween_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA72C0, void, ColorTween_1_set_duration, (ColorTween_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, ColorTween_1_get_ignoreTimeScale, (ColorTween_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88980, void, ColorTween_1_set_ignoreTimeScale, (ColorTween_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02FBC940, void, ColorTween_1_TweenValue, (ColorTween_1 * __this, float floatPercentage, MethodInfo * method)); DO_APP_FUNC(0x02FBCA70, void, ColorTween_1_AddOnChangedCallback, (ColorTween_1 * __this, UnityAction_1_UnityEngine_Color_ * callback, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, ColorTween_1_GetIgnoreTimescale, (ColorTween_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0F0, float, ColorTween_1_GetDuration, (ColorTween_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5C060, bool, ColorTween_1_ValidTarget, (ColorTween_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02FBCB80, void, ColorTween_ColorTweenCallback_1__ctor, (ColorTween_ColorTweenCallback_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C859B0, float, FloatTween_2_get_startValue, (FloatTween_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C859C0, void, FloatTween_2_set_startValue, (FloatTween_2 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C859D0, float, FloatTween_2_get_targetValue, (FloatTween_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C859E0, void, FloatTween_2_set_targetValue, (FloatTween_2 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003BA3C0, float, FloatTween_2_get_duration, (FloatTween_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA760, void, FloatTween_2_set_duration, (FloatTween_2 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB250, bool, FloatTween_2_get_ignoreTimeScale, (FloatTween_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0D520, void, FloatTween_2_set_ignoreTimeScale, (FloatTween_2 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02FBCBC0, void, FloatTween_2_TweenValue, (FloatTween_2 * __this, float floatPercentage, MethodInfo * method)); DO_APP_FUNC(0x02FBCC50, void, FloatTween_2_AddOnChangedCallback, (FloatTween_2 * __this, UnityAction_1_System_Single_ * callback, MethodInfo * method)); DO_APP_FUNC(0x003CB250, bool, FloatTween_2_GetIgnoreTimescale, (FloatTween_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA3C0, float, FloatTween_2_GetDuration, (FloatTween_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01C5C060, bool, FloatTween_2_ValidTarget, (FloatTween_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x02FBCD60, void, FloatTween_FloatTweenCallback_2__ctor, (FloatTween_FloatTweenCallback_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IPanel *, PanelEventHandler_get_panel, (PanelEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02FBCDA0, void, PanelEventHandler_set_panel, (PanelEventHandler * __this, IPanel * value, MethodInfo * method)); DO_APP_FUNC(0x02FBCE80, GameObject *, PanelEventHandler_get_selectableGameObject, (PanelEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02FBCEA0, EventSystem *, PanelEventHandler_get_eventSystem, (PanelEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02FBCF90, void, PanelEventHandler_OnEnable, (PanelEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02FBCFA0, void, PanelEventHandler_OnDisable, (PanelEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02FBCFB0, void, PanelEventHandler_RegisterCallbacks, (PanelEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02FBD1A0, void, PanelEventHandler_UnregisterCallbacks, (PanelEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02FBD3B0, void, PanelEventHandler_OnPanelDestroyed, (PanelEventHandler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB81E8, PanelEventHandler_OnPanelDestroyed__MethodInfo); DO_APP_FUNC(0x02FBD460, void, PanelEventHandler_OnElementFocus, (PanelEventHandler * __this, FocusEvent * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB81B0, PanelEventHandler_OnElementFocus__MethodInfo); DO_APP_FUNC(0x003AC050, void, PanelEventHandler_OnElementBlur, (PanelEventHandler * __this, BlurEvent * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB81A8, PanelEventHandler_OnElementBlur__MethodInfo); DO_APP_FUNC(0x02FBD5A0, void, PanelEventHandler_OnSelect, (PanelEventHandler * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FBD610, void, PanelEventHandler_OnDeselect, (PanelEventHandler * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FBD630, void, PanelEventHandler_OnPointerMove, (PanelEventHandler * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FBD780, void, PanelEventHandler_OnPointerUp, (PanelEventHandler * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FBD9A0, void, PanelEventHandler_OnPointerDown, (PanelEventHandler * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FBDC60, void, PanelEventHandler_OnPointerExit, (PanelEventHandler * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FBE1C0, void, PanelEventHandler_OnPointerEnter, (PanelEventHandler * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FBE230, void, PanelEventHandler_OnSubmit, (PanelEventHandler * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FBE390, void, PanelEventHandler_OnCancel, (PanelEventHandler * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FBE4F0, void, PanelEventHandler_OnMove, (PanelEventHandler * __this, AxisEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FBE620, void, PanelEventHandler_OnScroll, (PanelEventHandler * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FBE7F0, void, PanelEventHandler_SendEvent, (PanelEventHandler * __this, EventBase * e, BaseEventData * sourceEventData, MethodInfo * method)); DO_APP_FUNC(0x02FBE850, void, PanelEventHandler_SendEvent_1, (PanelEventHandler * __this, EventBase * e, Event_1 * sourceEvent, MethodInfo * method)); DO_APP_FUNC(0x02FBE8A0, void, PanelEventHandler_Update, (PanelEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02FBEB40, void, PanelEventHandler_LateUpdate, (PanelEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02FBEB50, void, PanelEventHandler_ProcessImguiEvents, (PanelEventHandler * __this, bool isSelected, MethodInfo * method)); DO_APP_FUNC(0x02FBED30, void, PanelEventHandler_ProcessKeyboardEvent, (PanelEventHandler * __this, Event_1 * e, MethodInfo * method)); DO_APP_FUNC(0x02FBEE10, void, PanelEventHandler_ProcessTabEvent, (PanelEventHandler * __this, Event_1 * e, MethodInfo * method)); DO_APP_FUNC(0x02FBEF00, void, PanelEventHandler_SendTabEvent, (PanelEventHandler * __this, Event_1 * e, int32_t direction, MethodInfo * method)); DO_APP_FUNC(0x02FBF070, void, PanelEventHandler_SendKeyUpEvent, (PanelEventHandler * __this, Event_1 * e, MethodInfo * method)); DO_APP_FUNC(0x02FBF220, void, PanelEventHandler_SendKeyDownEvent, (PanelEventHandler * __this, Event_1 * e, MethodInfo * method)); DO_APP_FUNC(0x02FBF420, bool, PanelEventHandler_ReadPointerData, (PanelEventHandler * __this, PanelEventHandler_PointerEvent * pe, PointerEventData * eventData, PanelEventHandler_PointerEventType__Enum eventType, MethodInfo * method)); DO_APP_FUNC(0x02FBF710, void, PanelEventHandler__ctor, (PanelEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, PanelEventHandler_PointerEvent_get_pointerId, (PanelEventHandler_PointerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PanelEventHandler_PointerEvent_set_pointerId, (PanelEventHandler_PointerEvent * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, PanelEventHandler_PointerEvent_get_pointerType, (PanelEventHandler_PointerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, PanelEventHandler_PointerEvent_set_pointerType, (PanelEventHandler_PointerEvent * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, PanelEventHandler_PointerEvent_get_isPrimary, (PanelEventHandler_PointerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, PanelEventHandler_PointerEvent_set_isPrimary, (PanelEventHandler_PointerEvent * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, PanelEventHandler_PointerEvent_get_button, (PanelEventHandler_PointerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, PanelEventHandler_PointerEvent_set_button, (PanelEventHandler_PointerEvent * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, PanelEventHandler_PointerEvent_get_pressedButtons, (PanelEventHandler_PointerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, PanelEventHandler_PointerEvent_set_pressedButtons, (PanelEventHandler_PointerEvent * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00B46BD0, Vector3, PanelEventHandler_PointerEvent_get_position, (PanelEventHandler_PointerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B46BF0, void, PanelEventHandler_PointerEvent_set_position, (PanelEventHandler_PointerEvent * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00A23080, Vector3, PanelEventHandler_PointerEvent_get_localPosition, (PanelEventHandler_PointerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA4F50, void, PanelEventHandler_PointerEvent_set_localPosition, (PanelEventHandler_PointerEvent * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00986030, Vector3, PanelEventHandler_PointerEvent_get_deltaPosition, (PanelEventHandler_PointerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00986050, void, PanelEventHandler_PointerEvent_set_deltaPosition, (PanelEventHandler_PointerEvent * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00C92C50, float, PanelEventHandler_PointerEvent_get_deltaTime, (PanelEventHandler_PointerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x01D80200, void, PanelEventHandler_PointerEvent_set_deltaTime, (PanelEventHandler_PointerEvent * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D80210, int32_t, PanelEventHandler_PointerEvent_get_clickCount, (PanelEventHandler_PointerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B37840, void, PanelEventHandler_PointerEvent_set_clickCount, (PanelEventHandler_PointerEvent * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00ABB120, float, PanelEventHandler_PointerEvent_get_pressure, (PanelEventHandler_PointerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB130, void, PanelEventHandler_PointerEvent_set_pressure, (PanelEventHandler_PointerEvent * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00ABB140, float, PanelEventHandler_PointerEvent_get_tangentialPressure, (PanelEventHandler_PointerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB150, void, PanelEventHandler_PointerEvent_set_tangentialPressure, (PanelEventHandler_PointerEvent * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00ABB160, float, PanelEventHandler_PointerEvent_get_altitudeAngle, (PanelEventHandler_PointerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB170, void, PanelEventHandler_PointerEvent_set_altitudeAngle, (PanelEventHandler_PointerEvent * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C86150, float, PanelEventHandler_PointerEvent_get_azimuthAngle, (PanelEventHandler_PointerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00C86160, void, PanelEventHandler_PointerEvent_set_azimuthAngle, (PanelEventHandler_PointerEvent * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x008C4D60, float, PanelEventHandler_PointerEvent_get_twist, (PanelEventHandler_PointerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x01D331D0, void, PanelEventHandler_PointerEvent_set_twist, (PanelEventHandler_PointerEvent * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02FBF8D0, Vector2, PanelEventHandler_PointerEvent_get_radius, (PanelEventHandler_PointerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D360, void, PanelEventHandler_PointerEvent_set_radius, (PanelEventHandler_PointerEvent * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02FBF8F0, Vector2, PanelEventHandler_PointerEvent_get_radiusVariance, (PanelEventHandler_PointerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02FBF910, void, PanelEventHandler_PointerEvent_set_radiusVariance, (PanelEventHandler_PointerEvent * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x01E07B50, EventModifiers__Enum, PanelEventHandler_PointerEvent_get_modifiers, (PanelEventHandler_PointerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07B60, void, PanelEventHandler_PointerEvent_set_modifiers, (PanelEventHandler_PointerEvent * __this, EventModifiers__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02FBF920, bool, PanelEventHandler_PointerEvent_get_shiftKey, (PanelEventHandler_PointerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02FBF930, bool, PanelEventHandler_PointerEvent_get_ctrlKey, (PanelEventHandler_PointerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02FBF940, bool, PanelEventHandler_PointerEvent_get_commandKey, (PanelEventHandler_PointerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02FBF950, bool, PanelEventHandler_PointerEvent_get_altKey, (PanelEventHandler_PointerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02FBF960, bool, PanelEventHandler_PointerEvent_get_actionKey, (PanelEventHandler_PointerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02FBFA10, void, PanelEventHandler_PointerEvent_Read, (PanelEventHandler_PointerEvent * __this, PanelEventHandler * self, PointerEventData * eventData, PanelEventHandler_PointerEventType__Enum eventType, MethodInfo * method)); DO_APP_FUNC(0x02FC0070, void, PanelEventHandler_PointerEvent_SetPosition, (PanelEventHandler_PointerEvent * __this, Vector3 positionOverride, Vector3 deltaOverride, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PanelEventHandler_PointerEvent__ctor, (PanelEventHandler_PointerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC00A0, bool, PanelEventHandler_PointerEvent__Read_g__InRange_82_0, (int32_t i, int32_t start, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, IPanel *, PanelRaycaster_get_panel, (PanelRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC00C0, void, PanelRaycaster_set_panel, (PanelRaycaster * __this, IPanel * value, MethodInfo * method)); DO_APP_FUNC(0x02FC02A0, void, PanelRaycaster_RegisterCallbacks, (PanelRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC0340, void, PanelRaycaster_UnregisterCallbacks, (PanelRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC03E0, void, PanelRaycaster_OnPanelDestroyed, (PanelRaycaster * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB81A0, PanelRaycaster_OnPanelDestroyed__MethodInfo); DO_APP_FUNC(0x02FC03F0, GameObject *, PanelRaycaster_get_selectableGameObject, (PanelRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC0410, int32_t, PanelRaycaster_get_sortOrderPriority, (PanelRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC0430, int32_t, PanelRaycaster_get_renderOrderPriority, (PanelRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC0450, void, PanelRaycaster_Raycast, (PanelRaycaster * __this, PointerEventData * eventData, List_1_UnityEngine_EventSystems_RaycastResult_ * resultAppendList, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Camera *, PanelRaycaster_get_eventCamera, (PanelRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x01AF0300, int32_t, PanelRaycaster_ConvertFloatBitsToInt, (float f, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, PanelRaycaster__ctor, (PanelRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x01F22880, Vector2, AxisEventData_get_moveVector, (AxisEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4B0, void, AxisEventData_set_moveVector, (AxisEventData * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, MoveDirection__Enum, AxisEventData_get_moveDir, (AxisEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, AxisEventData_set_moveDir, (AxisEventData * __this, MoveDirection__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02FC0C40, void, AxisEventData__ctor, (AxisEventData * __this, EventSystem * eventSystem, MethodInfo * method)); DO_APP_FUNC(0x0192F500, void, AbstractEventData_Reset, (AbstractEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD40, void, AbstractEventData_Use, (AbstractEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, AbstractEventData_get_used, (AbstractEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AbstractEventData__ctor, (AbstractEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, BaseEventData__ctor, (BaseEventData * __this, EventSystem * eventSystem, MethodInfo * method)); DO_APP_FUNC(0x00AE0CD0, BaseInputModule *, BaseEventData_get_currentInputModule, (BaseEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x02317DF0, GameObject *, BaseEventData_get_selectedObject, (BaseEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC0CE0, void, BaseEventData_set_selectedObject, (BaseEventData * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, GameObject *, PointerEventData_get_pointerEnter, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, PointerEventData_set_pointerEnter, (PointerEventData * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, GameObject *, PointerEventData_get_lastPress, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, PointerEventData_set_lastPress, (PointerEventData * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, GameObject *, PointerEventData_get_rawPointerPress, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, PointerEventData_set_rawPointerPress, (PointerEventData * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, GameObject *, PointerEventData_get_pointerDrag, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, PointerEventData_set_pointerDrag, (PointerEventData * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, GameObject *, PointerEventData_get_pointerClick, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, PointerEventData_set_pointerClick, (PointerEventData * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x02FC0D10, RaycastResult, PointerEventData_get_pointerCurrentRaycast, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC0D50, void, PointerEventData_set_pointerCurrentRaycast, (PointerEventData * __this, RaycastResult value, MethodInfo * method)); DO_APP_FUNC(0x02FC0DD0, RaycastResult, PointerEventData_get_pointerPressRaycast, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC0E10, void, PointerEventData_set_pointerPressRaycast, (PointerEventData * __this, RaycastResult value, MethodInfo * method)); DO_APP_FUNC(0x008E4B60, bool, PointerEventData_get_eligibleForClick, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x008E4B70, void, PointerEventData_set_eligibleForClick, (PointerEventData * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C01010, int32_t, PointerEventData_get_pointerId, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x02C01020, void, PointerEventData_set_pointerId, (PointerEventData * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02FC0EA0, Vector2, PointerEventData_get_position, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC0EC0, void, PointerEventData_set_position, (PointerEventData * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02FC0ED0, Vector2, PointerEventData_get_delta, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC0EF0, void, PointerEventData_set_delta, (PointerEventData * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02FC0F00, Vector2, PointerEventData_get_pressPosition, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC0F20, void, PointerEventData_set_pressPosition, (PointerEventData * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02FC0F30, Vector3, PointerEventData_get_worldPosition, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC0F50, void, PointerEventData_set_worldPosition, (PointerEventData * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02FC0F70, Vector3, PointerEventData_get_worldNormal, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC0F90, void, PointerEventData_set_worldNormal, (PointerEventData * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02FC0FB0, float, PointerEventData_get_clickTime, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC0FC0, void, PointerEventData_set_clickTime, (PointerEventData * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D6A8F0, int32_t, PointerEventData_get_clickCount, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A900, void, PointerEventData_set_clickCount, (PointerEventData * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02FC0FD0, Vector2, PointerEventData_get_scrollDelta, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC0FF0, void, PointerEventData_set_scrollDelta, (PointerEventData * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x01E0F6E0, bool, PointerEventData_get_useDragThreshold, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0F6F0, void, PointerEventData_set_useDragThreshold, (PointerEventData * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E0F700, bool, PointerEventData_get_dragging, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0F710, void, PointerEventData_set_dragging, (PointerEventData * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01CB24A0, PointerEventData_InputButton__Enum, PointerEventData_get_button, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB24B0, void, PointerEventData_set_button, (PointerEventData * __this, PointerEventData_InputButton__Enum value, MethodInfo * method)); DO_APP_FUNC(0x005E7760, float, PointerEventData_get_pressure, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7770, void, PointerEventData_set_pressure, (PointerEventData * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CB49F0, float, PointerEventData_get_tangentialPressure, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB4A00, void, PointerEventData_set_tangentialPressure, (PointerEventData * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D6A910, float, PointerEventData_get_altitudeAngle, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A920, void, PointerEventData_set_altitudeAngle, (PointerEventData * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0098F240, float, PointerEventData_get_azimuthAngle, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A930, void, PointerEventData_set_azimuthAngle, (PointerEventData * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CB4A80, float, PointerEventData_get_twist, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB4A90, void, PointerEventData_set_twist, (PointerEventData * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01E44460, Vector2, PointerEventData_get_radius, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC1000, void, PointerEventData_set_radius, (PointerEventData * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02FC1010, Vector2, PointerEventData_get_radiusVariance, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC1030, void, PointerEventData_set_radiusVariance, (PointerEventData * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02FC1040, bool, PointerEventData_get_fullyExited, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC1050, void, PointerEventData_set_fullyExited, (PointerEventData * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02FC1060, bool, PointerEventData_get_reentered, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC1070, void, PointerEventData_set_reentered, (PointerEventData * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02FC1080, void, PointerEventData__ctor, (PointerEventData * __this, EventSystem * eventSystem, MethodInfo * method)); DO_APP_FUNC(0x02FC13A0, bool, PointerEventData_IsPointerMoving, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC13D0, bool, PointerEventData_IsScrolling, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC1400, Camera *, PointerEventData_get_enterEventCamera, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC1550, Camera *, PointerEventData_get_pressEventCamera, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, GameObject *, PointerEventData_get_pointerPress, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC16B0, void, PointerEventData_set_pointerPress, (PointerEventData * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x02FC18F0, String *, PointerEventData_ToString, (PointerEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC22A0, EventSystem *, EventSystem_get_current, (MethodInfo * method)); DO_APP_FUNC(0x02FC2380, void, EventSystem_set_current, (EventSystem * value, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, EventSystem_get_sendNavigationEvents, (EventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88980, void, EventSystem_set_sendNavigationEvents, (EventSystem * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, int32_t, EventSystem_get_pixelDragThreshold, (EventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x00C083A0, void, EventSystem_set_pixelDragThreshold, (EventSystem * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, BaseInputModule *, EventSystem_get_currentInputModule, (EventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, GameObject *, EventSystem_get_firstSelectedGameObject, (EventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, EventSystem_set_firstSelectedGameObject, (EventSystem * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, GameObject *, EventSystem_get_currentSelectedGameObject, (EventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, GameObject *, EventSystem_get_lastSelectedGameObject, (EventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x008FC900, bool, EventSystem_get_isFocused, (EventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC2560, void, EventSystem__ctor, (EventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC2670, void, EventSystem_UpdateModules, (EventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x00610410, bool, EventSystem_get_alreadySelecting, (EventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC2880, void, EventSystem_SetSelectedGameObject, (EventSystem * __this, GameObject * selected, BaseEventData * pointer, MethodInfo * method)); DO_APP_FUNC(0x02FC2C20, BaseEventData *, EventSystem_get_baseEventDataCache, (EventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC2D30, void, EventSystem_SetSelectedGameObject_1, (EventSystem * __this, GameObject * selected, MethodInfo * method)); DO_APP_FUNC(0x02FC2E50, int32_t, EventSystem_RaycastComparer, (RaycastResult lhs, RaycastResult rhs, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7FB0, EventSystem_RaycastComparer__MethodInfo); DO_APP_FUNC(0x02FC36B0, void, EventSystem_RaycastAll, (EventSystem * __this, PointerEventData * eventData, List_1_UnityEngine_EventSystems_RaycastResult_ * raycastResults, MethodInfo * method)); DO_APP_FUNC(0x02FC3A00, bool, EventSystem_IsPointerOverGameObject, (EventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC3B30, bool, EventSystem_IsPointerOverGameObject_1, (EventSystem * __this, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02FC3C70, bool, EventSystem_get_isUIToolkitActiveEventSystem, (EventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC3F20, bool, EventSystem_get_sendUIToolkitEvents, (EventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC3F90, bool, EventSystem_get_createUIToolkitPanelGameObjectsOnStart, (EventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC4000, void, EventSystem_SetUITookitEventSystemOverride, (EventSystem * activeEventSystem, bool sendEvents, bool createPanelGameObjectsOnStart, MethodInfo * method)); DO_APP_FUNC(0x02FC4350, void, EventSystem_CreateUIToolkitPanelGameObject, (EventSystem * __this, BaseRuntimePanel * panel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8048, EventSystem_CreateUIToolkitPanelGameObject__MethodInfo); DO_APP_FUNC(0x02FC4770, void, EventSystem_Start, (EventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC4B90, void, EventSystem_OnDestroy, (EventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC4D90, void, EventSystem_OnEnable, (EventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC4EF0, void, EventSystem_OnDisable, (EventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC50F0, void, EventSystem_TickModules, (EventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC52C0, void, EventSystem_OnApplicationFocus, (EventSystem * __this, bool hasFocus, MethodInfo * method)); DO_APP_FUNC(0x02FC52D0, void, EventSystem_Update, (EventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC5880, void, EventSystem_ChangeEventModule, (EventSystem * __this, BaseInputModule * module, MethodInfo * method)); DO_APP_FUNC(0x02FC5C10, String *, EventSystem_ToString, (EventSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC5E50, void, EventSystem__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EventSystem_c_DisplayClass52_0__ctor, (EventSystem_c_DisplayClass52_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC61C0, void, EventSystem_c_DisplayClass52_0__CreateUIToolkitPanelGameObject_b__0, (EventSystem_c_DisplayClass52_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8030, EventSystem_c_DisplayClass52_0__CreateUIToolkitPanelGameObject_b__0__MethodInfo); DO_APP_FUNC(0x02FC6220, List_1_UnityEngine_EventSystems_EventTrigger_Entry_ *, EventTrigger_get_delegates, (EventTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, EventTrigger_set_delegates, (EventTrigger * __this, List_1_UnityEngine_EventSystems_EventTrigger_Entry_ * value, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, EventTrigger__ctor, (EventTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC6230, List_1_UnityEngine_EventSystems_EventTrigger_Entry_ *, EventTrigger_get_triggers, (EventTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, EventTrigger_set_triggers, (EventTrigger * __this, List_1_UnityEngine_EventSystems_EventTrigger_Entry_ * value, MethodInfo * method)); DO_APP_FUNC(0x02FC6300, void, EventTrigger_Execute, (EventTrigger * __this, EventTriggerType__Enum id, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FC6420, void, EventTrigger_OnPointerEnter, (EventTrigger * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FC6430, void, EventTrigger_OnPointerExit, (EventTrigger * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FC6440, void, EventTrigger_OnDrag, (EventTrigger * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FC6450, void, EventTrigger_OnDrop, (EventTrigger * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FC6460, void, EventTrigger_OnPointerDown, (EventTrigger * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FC6470, void, EventTrigger_OnPointerUp, (EventTrigger * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FC6480, void, EventTrigger_OnPointerClick, (EventTrigger * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FC6490, void, EventTrigger_OnSelect, (EventTrigger * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FC64A0, void, EventTrigger_OnDeselect, (EventTrigger * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FC64B0, void, EventTrigger_OnScroll, (EventTrigger * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FC64C0, void, EventTrigger_OnMove, (EventTrigger * __this, AxisEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FC64D0, void, EventTrigger_OnUpdateSelected, (EventTrigger * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FC64E0, void, EventTrigger_OnInitializePotentialDrag, (EventTrigger * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FC64F0, void, EventTrigger_OnBeginDrag, (EventTrigger * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FC6500, void, EventTrigger_OnEndDrag, (EventTrigger * __this, PointerEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FC6510, void, EventTrigger_OnSubmit, (EventTrigger * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FC6520, void, EventTrigger_OnCancel, (EventTrigger * __this, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x02FC6530, void, EventTrigger_TriggerEvent__ctor, (EventTrigger_TriggerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC65C0, void, EventTrigger_Entry__ctor, (EventTrigger_Entry * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC6700, void, ExecuteEvents_Execute, (IPointerMoveHandler * handler, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7EA8, ExecuteEvents_Execute__MethodInfo); DO_APP_FUNC(0x02FC67A0, void, ExecuteEvents_Execute_1, (IPointerEnterHandler * handler, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7E70, ExecuteEvents_Execute_1__MethodInfo); DO_APP_FUNC(0x02FC6840, void, ExecuteEvents_Execute_2, (IPointerExitHandler * handler, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7E98, ExecuteEvents_Execute_2__MethodInfo); DO_APP_FUNC(0x02FC68E0, void, ExecuteEvents_Execute_3, (IPointerDownHandler * handler, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7E90, ExecuteEvents_Execute_3__MethodInfo); DO_APP_FUNC(0x02FC6980, void, ExecuteEvents_Execute_4, (IPointerUpHandler * handler, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7EC8, ExecuteEvents_Execute_4__MethodInfo); DO_APP_FUNC(0x02FC6A20, void, ExecuteEvents_Execute_5, (IPointerClickHandler * handler, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7E88, ExecuteEvents_Execute_5__MethodInfo); DO_APP_FUNC(0x02FC6AC0, void, ExecuteEvents_Execute_6, (IInitializePotentialDragHandler * handler, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7EC0, ExecuteEvents_Execute_6__MethodInfo); DO_APP_FUNC(0x02FC6B60, void, ExecuteEvents_Execute_7, (IBeginDragHandler * handler, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7E80, ExecuteEvents_Execute_7__MethodInfo); DO_APP_FUNC(0x02FC6C00, void, ExecuteEvents_Execute_8, (IDragHandler * handler, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7ED8, ExecuteEvents_Execute_8__MethodInfo); DO_APP_FUNC(0x02FC6CA0, void, ExecuteEvents_Execute_9, (IEndDragHandler * handler, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7E38, ExecuteEvents_Execute_9__MethodInfo); DO_APP_FUNC(0x02FC6D40, void, ExecuteEvents_Execute_10, (IDropHandler * handler, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7EE0, ExecuteEvents_Execute_10__MethodInfo); DO_APP_FUNC(0x02FC6DE0, void, ExecuteEvents_Execute_11, (IScrollHandler * handler, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7E30, ExecuteEvents_Execute_11__MethodInfo); DO_APP_FUNC(0x02FC6E80, void, ExecuteEvents_Execute_12, (IUpdateSelectedHandler * handler, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7EB0, ExecuteEvents_Execute_12__MethodInfo); DO_APP_FUNC(0x02FC6EE0, void, ExecuteEvents_Execute_13, (ISelectHandler * handler, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7ED0, ExecuteEvents_Execute_13__MethodInfo); DO_APP_FUNC(0x02FC6F40, void, ExecuteEvents_Execute_14, (IDeselectHandler * handler, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7E48, ExecuteEvents_Execute_14__MethodInfo); DO_APP_FUNC(0x02FC6FA0, void, ExecuteEvents_Execute_15, (IMoveHandler * handler, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7EE8, ExecuteEvents_Execute_15__MethodInfo); DO_APP_FUNC(0x02FC70A0, void, ExecuteEvents_Execute_16, (ISubmitHandler * handler, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7E78, ExecuteEvents_Execute_16__MethodInfo); DO_APP_FUNC(0x02FC7100, void, ExecuteEvents_Execute_17, (ICancelHandler * handler, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7EA0, ExecuteEvents_Execute_17__MethodInfo); DO_APP_FUNC(0x02FC7160, ExecuteEvents_EventFunction_1_IPointerMoveHandler_ *, ExecuteEvents_get_pointerMoveHandler, (MethodInfo * method)); DO_APP_FUNC(0x02FC71C0, ExecuteEvents_EventFunction_1_IPointerEnterHandler_ *, ExecuteEvents_get_pointerEnterHandler, (MethodInfo * method)); DO_APP_FUNC(0x02FC7220, ExecuteEvents_EventFunction_1_IPointerExitHandler_ *, ExecuteEvents_get_pointerExitHandler, (MethodInfo * method)); DO_APP_FUNC(0x02FC7280, ExecuteEvents_EventFunction_1_IPointerDownHandler_ *, ExecuteEvents_get_pointerDownHandler, (MethodInfo * method)); DO_APP_FUNC(0x02FC72E0, ExecuteEvents_EventFunction_1_IPointerUpHandler_ *, ExecuteEvents_get_pointerUpHandler, (MethodInfo * method)); DO_APP_FUNC(0x02FC7340, ExecuteEvents_EventFunction_1_IPointerClickHandler_ *, ExecuteEvents_get_pointerClickHandler, (MethodInfo * method)); DO_APP_FUNC(0x02FC73A0, ExecuteEvents_EventFunction_1_IInitializePotentialDragHandler_ *, ExecuteEvents_get_initializePotentialDrag, (MethodInfo * method)); DO_APP_FUNC(0x02FC7400, ExecuteEvents_EventFunction_1_IBeginDragHandler_ *, ExecuteEvents_get_beginDragHandler, (MethodInfo * method)); DO_APP_FUNC(0x02FC7460, ExecuteEvents_EventFunction_1_IDragHandler_ *, ExecuteEvents_get_dragHandler, (MethodInfo * method)); DO_APP_FUNC(0x02FC74C0, ExecuteEvents_EventFunction_1_IEndDragHandler_ *, ExecuteEvents_get_endDragHandler, (MethodInfo * method)); DO_APP_FUNC(0x02FC7520, ExecuteEvents_EventFunction_1_IDropHandler_ *, ExecuteEvents_get_dropHandler, (MethodInfo * method)); DO_APP_FUNC(0x02FC7580, ExecuteEvents_EventFunction_1_IScrollHandler_ *, ExecuteEvents_get_scrollHandler, (MethodInfo * method)); DO_APP_FUNC(0x02FC75E0, ExecuteEvents_EventFunction_1_IUpdateSelectedHandler_ *, ExecuteEvents_get_updateSelectedHandler, (MethodInfo * method)); DO_APP_FUNC(0x02FC7640, ExecuteEvents_EventFunction_1_ISelectHandler_ *, ExecuteEvents_get_selectHandler, (MethodInfo * method)); DO_APP_FUNC(0x02FC76A0, ExecuteEvents_EventFunction_1_IDeselectHandler_ *, ExecuteEvents_get_deselectHandler, (MethodInfo * method)); DO_APP_FUNC(0x02FC7700, ExecuteEvents_EventFunction_1_IMoveHandler_ *, ExecuteEvents_get_moveHandler, (MethodInfo * method)); DO_APP_FUNC(0x02FC7760, ExecuteEvents_EventFunction_1_ISubmitHandler_ *, ExecuteEvents_get_submitHandler, (MethodInfo * method)); DO_APP_FUNC(0x02FC77C0, ExecuteEvents_EventFunction_1_ICancelHandler_ *, ExecuteEvents_get_cancelHandler, (MethodInfo * method)); DO_APP_FUNC(0x02FC7820, void, ExecuteEvents_GetEventChain, (GameObject * root, IList_1_UnityEngine_Transform_ * eventChain, MethodInfo * method)); DO_APP_FUNC(0x02FC7B30, void, ExecuteEvents__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D6B450, String *, BaseInput_get_compositionString, (BaseInput * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6B3B0, IMECompositionMode__Enum, BaseInput_get_imeCompositionMode, (BaseInput * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC8A40, void, BaseInput_set_imeCompositionMode, (BaseInput * __this, IMECompositionMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02FC8A90, Vector2, BaseInput_get_compositionCursorPos, (BaseInput * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC8AF0, void, BaseInput_set_compositionCursorPos, (BaseInput * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02D6B550, bool, BaseInput_get_mousePresent, (BaseInput * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC8B40, bool, BaseInput_GetMouseButtonDown, (BaseInput * __this, int32_t button, MethodInfo * method)); DO_APP_FUNC(0x02FC8B90, bool, BaseInput_GetMouseButtonUp, (BaseInput * __this, int32_t button, MethodInfo * method)); DO_APP_FUNC(0x02FC8BE0, bool, BaseInput_GetMouseButton, (BaseInput * __this, int32_t button, MethodInfo * method)); DO_APP_FUNC(0x01D96300, Vector2, BaseInput_get_mousePosition, (BaseInput * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC8C30, Vector2, BaseInput_get_mouseScrollDelta, (BaseInput * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6B5A0, bool, BaseInput_get_touchSupported, (BaseInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01F544B0, int32_t, BaseInput_get_touchCount, (BaseInput * __this, MethodInfo * method)); DO_APP_FUNC(0x01F54650, Touch, BaseInput_GetTouch, (BaseInput * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01D97880, float, BaseInput_GetAxisRaw, (BaseInput * __this, String * axisName, MethodInfo * method)); DO_APP_FUNC(0x02E0E5A0, bool, BaseInput_GetButtonDown, (BaseInput * __this, String * buttonName, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, BaseInput__ctor, (BaseInput * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, BaseInputModule_get_sendPointerHoverToParent, (BaseInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, BaseInputModule_set_sendPointerHoverToParent, (BaseInputModule * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02FC8C90, BaseInput *, BaseInputModule_get_input, (BaseInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, BaseInput *, BaseInputModule_get_inputOverride, (BaseInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, BaseInputModule_set_inputOverride, (BaseInputModule * __this, BaseInput * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, EventSystem *, BaseInputModule_get_eventSystem, (BaseInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC9110, void, BaseInputModule_OnEnable, (BaseInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC91B0, void, BaseInputModule_OnDisable, (BaseInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FC91D0, RaycastResult, BaseInputModule_FindFirstRaycast, (List_1_UnityEngine_EventSystems_RaycastResult_ * candidates, MethodInfo * method)); DO_APP_FUNC(0x02FC9410, MoveDirection__Enum, BaseInputModule_DetermineMoveDirection, (float x, float y, MethodInfo * method)); DO_APP_FUNC(0x02FC9420, MoveDirection__Enum, BaseInputModule_DetermineMoveDirection_1, (float x, float y, float deadZone, MethodInfo * method)); DO_APP_FUNC(0x02FC94A0, GameObject *, BaseInputModule_FindCommonRoot, (GameObject * g1, GameObject * g2, MethodInfo * method)); DO_APP_FUNC(0x02FC9950, void, BaseInputModule_HandlePointerExitAndEnter, (BaseInputModule * __this, PointerEventData * currentPointerData, GameObject * newEnterTarget, MethodInfo * method)); DO_APP_FUNC(0x02FCAAA0, AxisEventData *, BaseInputModule_GetAxisEventData, (BaseInputModule * __this, float x, float y, float moveDeadZone, MethodInfo * method)); DO_APP_FUNC(0x02FCABE0, BaseEventData *, BaseInputModule_GetBaseEventData, (BaseInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, BaseInputModule_IsPointerOverGameObject, (BaseInputModule * __this, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02FCAD10, bool, BaseInputModule_ShouldActivateModule, (BaseInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseInputModule_DeactivateModule, (BaseInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseInputModule_ActivateModule, (BaseInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseInputModule_UpdateModule, (BaseInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, BaseInputModule_IsModuleSupported, (BaseInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FCAE00, int32_t, BaseInputModule_ConvertUIToolkitPointerId, (BaseInputModule * __this, PointerEventData * sourcePointerData, MethodInfo * method)); DO_APP_FUNC(0x02FCAEA0, void, BaseInputModule__ctor, (BaseInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FCAFA0, bool, PointerInputModule_GetPointerData, (PointerInputModule * __this, int32_t id, PointerEventData * * data, bool create, MethodInfo * method)); DO_APP_FUNC(0x02FCB110, void, PointerInputModule_RemovePointerData, (PointerInputModule * __this, PointerEventData * data, MethodInfo * method)); DO_APP_FUNC(0x02FCB180, PointerEventData *, PointerInputModule_GetTouchPointerEventData, (PointerInputModule * __this, Touch input, bool * pressed, bool * released, MethodInfo * method)); DO_APP_FUNC(0x02FCB630, void, PointerInputModule_CopyFromTo, (PointerInputModule * __this, PointerEventData * from, PointerEventData * to, MethodInfo * method)); DO_APP_FUNC(0x02FCB830, PointerEventData_FramePressState__Enum, PointerInputModule_StateForMouseButton, (PointerInputModule * __this, int32_t buttonId, MethodInfo * method)); DO_APP_FUNC(0x02FCB8F0, PointerInputModule_MouseState *, PointerInputModule_GetMousePointerEventData, (PointerInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FCB910, PointerInputModule_MouseState *, PointerInputModule_GetMousePointerEventData_1, (PointerInputModule * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02FCC1C0, PointerEventData *, PointerInputModule_GetLastPointerEventData, (PointerInputModule * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x0070B8A0, bool, PointerInputModule_ShouldStartDrag, (Vector2 pressPos, Vector2 currentPos, float threshold, bool useDragThreshold, MethodInfo * method)); DO_APP_FUNC(0x02FCC1F0, void, PointerInputModule_ProcessMove, (PointerInputModule * __this, PointerEventData * pointerEvent, MethodInfo * method)); DO_APP_FUNC(0x02FCC280, void, PointerInputModule_ProcessDrag, (PointerInputModule * __this, PointerEventData * pointerEvent, MethodInfo * method)); DO_APP_FUNC(0x02FCC6D0, bool, PointerInputModule_IsPointerOverGameObject, (PointerInputModule * __this, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x02FCC810, void, PointerInputModule_ClearSelection, (PointerInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FCCAA0, String *, PointerInputModule_ToString, (PointerInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FCCDF0, void, PointerInputModule_DeselectIfSelectionChanged, (PointerInputModule * __this, GameObject * currentOverGo, BaseEventData * pointerEvent, MethodInfo * method)); DO_APP_FUNC(0x02FCCFF0, void, PointerInputModule__ctor, (PointerInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, PointerInputModule_MouseButtonEventData *, PointerInputModule_ButtonState_get_eventData, (PointerInputModule_ButtonState * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, PointerInputModule_ButtonState_set_eventData, (PointerInputModule_ButtonState * __this, PointerInputModule_MouseButtonEventData * value, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, PointerEventData_InputButton__Enum, PointerInputModule_ButtonState_get_button, (PointerInputModule_ButtonState * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PointerInputModule_ButtonState_set_button, (PointerInputModule_ButtonState * __this, PointerEventData_InputButton__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PointerInputModule_ButtonState__ctor, (PointerInputModule_ButtonState * __this, MethodInfo * method)); DO_APP_FUNC(0x02FCD240, bool, PointerInputModule_MouseState_AnyPressesThisFrame, (PointerInputModule_MouseState * __this, MethodInfo * method)); DO_APP_FUNC(0x02FCD300, bool, PointerInputModule_MouseState_AnyReleasesThisFrame, (PointerInputModule_MouseState * __this, MethodInfo * method)); DO_APP_FUNC(0x02FCD3C0, PointerInputModule_ButtonState *, PointerInputModule_MouseState_GetButtonState, (PointerInputModule_MouseState * __this, PointerEventData_InputButton__Enum button, MethodInfo * method)); DO_APP_FUNC(0x02FCD5C0, void, PointerInputModule_MouseState_SetButtonState, (PointerInputModule_MouseState * __this, PointerEventData_InputButton__Enum button, PointerEventData_FramePressState__Enum stateForMouseButton, PointerEventData * data, MethodInfo * method)); DO_APP_FUNC(0x02FCD660, void, PointerInputModule_MouseState__ctor, (PointerInputModule_MouseState * __this, MethodInfo * method)); DO_APP_FUNC(0x0070D820, bool, PointerInputModule_MouseButtonEventData_PressedThisFrame, (PointerInputModule_MouseButtonEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x0070D840, bool, PointerInputModule_MouseButtonEventData_ReleasedThisFrame, (PointerInputModule_MouseButtonEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PointerInputModule_MouseButtonEventData__ctor, (PointerInputModule_MouseButtonEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x02FCD730, void, StandaloneInputModule__ctor, (StandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, StandaloneInputModule_InputMode__Enum, StandaloneInputModule_get_inputMode, (StandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07ED0, bool, StandaloneInputModule_get_allowActivationOnMobileDevice, (StandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC9110, void, StandaloneInputModule_set_allowActivationOnMobileDevice, (StandaloneInputModule * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E07ED0, bool, StandaloneInputModule_get_forceModuleActive, (StandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC9110, void, StandaloneInputModule_set_forceModuleActive, (StandaloneInputModule * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01DB7BE0, float, StandaloneInputModule_get_inputActionsPerSecond, (StandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FCD940, void, StandaloneInputModule_set_inputActionsPerSecond, (StandaloneInputModule * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00A7D270, float, StandaloneInputModule_get_repeatDelay, (StandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D280, void, StandaloneInputModule_set_repeatDelay, (StandaloneInputModule * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00A90540, String *, StandaloneInputModule_get_horizontalAxis, (StandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90550, void, StandaloneInputModule_set_horizontalAxis, (StandaloneInputModule * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, String *, StandaloneInputModule_get_verticalAxis, (StandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F50, void, StandaloneInputModule_set_verticalAxis, (StandaloneInputModule * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00605860, String *, StandaloneInputModule_get_submitButton, (StandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00473A50, void, StandaloneInputModule_set_submitButton, (StandaloneInputModule * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BF700, String *, StandaloneInputModule_get_cancelButton, (StandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF710, void, StandaloneInputModule_set_cancelButton, (StandaloneInputModule * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, StandaloneInputModule_ShouldIgnoreEventsOnNoFocus, (StandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FCD950, void, StandaloneInputModule_UpdateModule, (StandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FCDBB0, void, StandaloneInputModule_ReleaseMouse, (StandaloneInputModule * __this, PointerEventData * pointerEvent, GameObject * currentOverGo, MethodInfo * method)); DO_APP_FUNC(0x02FCE340, bool, StandaloneInputModule_ShouldActivateModule, (StandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FCE540, void, StandaloneInputModule_ActivateModule, (StandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FCE740, void, StandaloneInputModule_DeactivateModule, (StandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FCE750, void, StandaloneInputModule_Process, (StandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FCE9A0, bool, StandaloneInputModule_ProcessTouchEvents, (StandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FCEBC0, void, StandaloneInputModule_ProcessTouchPress, (StandaloneInputModule * __this, PointerEventData * pointerEvent, bool pressed, bool released, MethodInfo * method)); DO_APP_FUNC(0x02FCFA70, bool, StandaloneInputModule_SendSubmitEventToSelectedObject, (StandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FCFCF0, Vector2, StandaloneInputModule_GetRawMoveVector, (StandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FCFE60, bool, StandaloneInputModule_SendMoveEventToSelectedObject, (StandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD01D0, void, StandaloneInputModule_ProcessMouseEvent, (StandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, StandaloneInputModule_ForceAutoSelect, (StandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD01E0, void, StandaloneInputModule_ProcessMouseEvent_1, (StandaloneInputModule * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02FD04D0, bool, StandaloneInputModule_SendUpdateEventToSelectedObject, (StandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD0690, void, StandaloneInputModule_ProcessMousePress, (StandaloneInputModule * __this, PointerInputModule_MouseButtonEventData * data, MethodInfo * method)); DO_APP_FUNC(0x003C7030, GameObject *, StandaloneInputModule_GetCurrentFocusedGameObject, (StandaloneInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD0E70, void, TouchInputModule__ctor, (TouchInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x009CAB20, bool, TouchInputModule_get_allowActivationOnStandalone, (TouchInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x009CAB30, void, TouchInputModule_set_allowActivationOnStandalone, (TouchInputModule * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009CAB20, bool, TouchInputModule_get_forceModuleActive, (TouchInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x009CAB30, void, TouchInputModule_set_forceModuleActive, (TouchInputModule * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02FD0E80, void, TouchInputModule_UpdateModule, (TouchInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD10D0, bool, TouchInputModule_IsModuleSupported, (TouchInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD1110, bool, TouchInputModule_ShouldActivateModule, (TouchInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD1210, bool, TouchInputModule_UseFakeInput, (TouchInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD1250, void, TouchInputModule_Process, (TouchInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD15C0, void, TouchInputModule_FakeTouches, (TouchInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD1730, void, TouchInputModule_ProcessTouchEvents, (TouchInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD1920, void, TouchInputModule_ProcessTouchPress, (TouchInputModule * __this, PointerEventData * pointerEvent, bool pressed, bool released, MethodInfo * method)); DO_APP_FUNC(0x02FCE740, void, TouchInputModule_DeactivateModule, (TouchInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD2790, String *, TouchInputModule_ToString, (TouchInputModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD2AE0, void, RaycasterManager_AddRaycaster, (BaseRaycaster * baseRaycaster, MethodInfo * method)); DO_APP_FUNC(0x02FD2C30, List_1_UnityEngine_EventSystems_BaseRaycaster_ *, RaycasterManager_GetRaycasters, (MethodInfo * method)); DO_APP_FUNC(0x02FD2C90, void, RaycasterManager_RemoveRaycasters, (BaseRaycaster * baseRaycaster, MethodInfo * method)); DO_APP_FUNC(0x02FD2DA0, void, RaycasterManager__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, BaseRaycaster_get_priority, (BaseRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD2E80, int32_t, BaseRaycaster_get_sortOrderPriority, (BaseRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD2E80, int32_t, BaseRaycaster_get_renderOrderPriority, (BaseRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD2E90, BaseRaycaster *, BaseRaycaster_get_rootRaycaster, (BaseRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD3040, String *, BaseRaycaster_ToString, (BaseRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD34F0, void, BaseRaycaster_OnEnable, (BaseRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD3670, void, BaseRaycaster_OnDisable, (BaseRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x019C5750, void, BaseRaycaster_OnCanvasHierarchyChanged, (BaseRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x019C5750, void, BaseRaycaster_OnTransformParentChanged, (BaseRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, BaseRaycaster__ctor, (BaseRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD37B0, void, Physics2DRaycaster__ctor, (Physics2DRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD3800, void, Physics2DRaycaster_Raycast, (Physics2DRaycaster * __this, PointerEventData * eventData, List_1_UnityEngine_EventSystems_RaycastResult_ * resultAppendList, MethodInfo * method)); DO_APP_FUNC(0x02FD37B0, void, PhysicsRaycaster__ctor, (PhysicsRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD4460, Camera *, PhysicsRaycaster_get_eventCamera, (PhysicsRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD4620, int32_t, PhysicsRaycaster_get_depth, (PhysicsRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD47B0, int32_t, PhysicsRaycaster_get_finalEventMask, (PhysicsRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, LayerMask, PhysicsRaycaster_get_eventMask, (PhysicsRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, PhysicsRaycaster_set_eventMask, (PhysicsRaycaster * __this, LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, int32_t, PhysicsRaycaster_get_maxRayIntersections, (PhysicsRaycaster * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD10, void, PhysicsRaycaster_set_maxRayIntersections, (PhysicsRaycaster * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02FD4940, bool, PhysicsRaycaster_ComputeRayAndDistance, (PhysicsRaycaster * __this, PointerEventData * eventData, Ray * ray, int32_t * eventDisplayIndex, float * distanceToClipPlane, MethodInfo * method)); DO_APP_FUNC(0x02FD4DE0, void, PhysicsRaycaster_Raycast, (PhysicsRaycaster * __this, PointerEventData * eventData, List_1_UnityEngine_EventSystems_RaycastResult_ * resultAppendList, MethodInfo * method)); DO_APP_FUNC(0x0050F0E0, int32_t, PhysicsRaycaster_RaycastHitComparer_Compare, (PhysicsRaycaster_RaycastHitComparer * __this, RaycastHit x, RaycastHit y, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhysicsRaycaster_RaycastHitComparer__ctor, (PhysicsRaycaster_RaycastHitComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD5390, void, PhysicsRaycaster_RaycastHitComparer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00470F00, GameObject *, RaycastResult_get_gameObject, (RaycastResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, RaycastResult_set_gameObject, (RaycastResult * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x02FD5440, bool, RaycastResult_get_isValid, (RaycastResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD5620, void, RaycastResult_Clear, (RaycastResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD57B0, String *, RaycastResult_ToString, (RaycastResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIBehaviour_Awake, (UIBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIBehaviour_OnEnable, (UIBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIBehaviour_Start, (UIBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIBehaviour_OnDisable, (UIBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIBehaviour_OnDestroy, (UIBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x00C860E0, bool, UIBehaviour_IsActive, (UIBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIBehaviour_OnRectTransformDimensionsChange, (UIBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIBehaviour_OnBeforeTransformParentChanged, (UIBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIBehaviour_OnTransformParentChanged, (UIBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIBehaviour_OnDidApplyAnimationProperties, (UIBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIBehaviour_OnCanvasGroupChanged, (UIBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIBehaviour_OnCanvasHierarchyChanged, (UIBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD61C0, bool, UIBehaviour_IsDestroyed, (UIBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, UIBehaviour__ctor, (UIBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD62C0, int32_t, MaterialAccess_ReadMaterialRawRenderQueue, (Material * mat, MethodInfo * method)); DO_APP_FUNC(0x0307ADC0, void, BlizzardSceneSelect_LoadBlizzardDemo01, (BlizzardSceneSelect * __this, MethodInfo * method)); DO_APP_FUNC(0x0307AE20, void, BlizzardSceneSelect_LoadBlizzardDemo02, (BlizzardSceneSelect * __this, MethodInfo * method)); DO_APP_FUNC(0x0307AE80, void, BlizzardSceneSelect_LoadBlizzardDemo03, (BlizzardSceneSelect * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, BlizzardSceneSelect__ctor, (BlizzardSceneSelect * __this, MethodInfo * method)); DO_APP_FUNC(0x0307AEE0, void, BloodPoolControl_Start, (BloodPoolControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0307B170, void, BloodPoolControl_Update, (BloodPoolControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0307B5B0, void, BloodPoolControl__ctor, (BloodPoolControl * __this, MethodInfo * method)); DO_APP_FUNC(0x0307B620, void, WallDripper_Start, (WallDripper * __this, MethodInfo * method)); DO_APP_FUNC(0x0307B6D0, void, WallDripper_Update, (WallDripper * __this, MethodInfo * method)); DO_APP_FUNC(0x0307BA50, void, WallDripper__ctor, (WallDripper * __this, MethodInfo * method)); DO_APP_FUNC(0x0307BAC0, void, MakeBloodDry_Start, (MakeBloodDry * __this, MethodInfo * method)); DO_APP_FUNC(0x0307BBD0, void, MakeBloodDry_Update, (MakeBloodDry * __this, MethodInfo * method)); DO_APP_FUNC(0x0307BDE0, void, MakeBloodDry__ctor, (MakeBloodDry * __this, MethodInfo * method)); DO_APP_FUNC(0x0307BE40, void, DemonicPortal_Start, (DemonicPortal * __this, MethodInfo * method)); DO_APP_FUNC(0x0307BEA0, IEnumerator *, DemonicPortal_OpenPortal, (DemonicPortal * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, DemonicPortal__ctor, (DemonicPortal * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DemonicPortal_OpenPortal_d_4__ctor, (DemonicPortal_OpenPortal_d_4 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DemonicPortal_OpenPortal_d_4_System_IDisposable_Dispose, (DemonicPortal_OpenPortal_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x0307BF40, bool, DemonicPortal_OpenPortal_d_4_MoveNext, (DemonicPortal_OpenPortal_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, DemonicPortal_OpenPortal_d_4_System_Collections_Generic_IEnumerator_System_Object__get_Current, (DemonicPortal_OpenPortal_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x0307C0D0, void, DemonicPortal_OpenPortal_d_4_System_Collections_IEnumerator_Reset, (DemonicPortal_OpenPortal_d_4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81208, DemonicPortal_OpenPortal_d_4_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, DemonicPortal_OpenPortal_d_4_System_Collections_IEnumerator_get_Current, (DemonicPortal_OpenPortal_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x0307C120, void, FlickeringLight_Start, (FlickeringLight * __this, MethodInfo * method)); DO_APP_FUNC(0x0307C170, void, FlickeringLight_Update, (FlickeringLight * __this, MethodInfo * method)); DO_APP_FUNC(0x0307C300, void, FlickeringLight__ctor, (FlickeringLight * __this, MethodInfo * method)); DO_APP_FUNC(0x0307C3D0, void, ScrollUVs_Start, (ScrollUVs * __this, MethodInfo * method)); DO_APP_FUNC(0x0307C580, void, ScrollUVs_FixedUpdate, (ScrollUVs * __this, MethodInfo * method)); DO_APP_FUNC(0x0307C6B0, void, ScrollUVs_DoActivateTrigger, (ScrollUVs * __this, MethodInfo * method)); DO_APP_FUNC(0x0307C6C0, void, ScrollUVs__ctor, (ScrollUVs * __this, MethodInfo * method)); DO_APP_FUNC(0x0307C720, void, DynamicBoneDemo1_Update, (DynamicBoneDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0307CA80, void, DynamicBoneDemo1_OnGUI, (DynamicBoneDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00530500, void, DynamicBoneDemo1__ctor, (DynamicBoneDemo1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0307CF40, void, DynamicBone_Start, (DynamicBone * __this, MethodInfo * method)); DO_APP_FUNC(0x0307CF50, void, DynamicBone_FixedUpdate, (DynamicBone * __this, MethodInfo * method)); DO_APP_FUNC(0x0307CFA0, void, DynamicBone_Update, (DynamicBone * __this, MethodInfo * method)); DO_APP_FUNC(0x0307D0E0, void, DynamicBone_LateUpdate, (DynamicBone * __this, MethodInfo * method)); DO_APP_FUNC(0x0307D260, void, DynamicBone_Prepare, (DynamicBone * __this, MethodInfo * method)); DO_APP_FUNC(0x0307DDD0, bool, DynamicBone_IsNeedUpdate, (DynamicBone * __this, MethodInfo * method)); DO_APP_FUNC(0x0307DE00, void, DynamicBone_PreUpdate, (DynamicBone * __this, MethodInfo * method)); DO_APP_FUNC(0x0307DE40, void, DynamicBone_CheckDistance, (DynamicBone * __this, MethodInfo * method)); DO_APP_FUNC(0x0307E2B0, void, DynamicBone_OnEnable, (DynamicBone * __this, MethodInfo * method)); DO_APP_FUNC(0x0307E2C0, void, DynamicBone_OnDisable, (DynamicBone * __this, MethodInfo * method)); DO_APP_FUNC(0x0307E2D0, void, DynamicBone_OnValidate, (DynamicBone * __this, MethodInfo * method)); DO_APP_FUNC(0x0307E390, bool, DynamicBone_IsRootChanged, (DynamicBone * __this, MethodInfo * method)); DO_APP_FUNC(0x0307E990, void, DynamicBone_OnDidApplyAnimationProperties, (DynamicBone * __this, MethodInfo * method)); DO_APP_FUNC(0x0307E9A0, void, DynamicBone_OnDrawGizmosSelected, (DynamicBone * __this, MethodInfo * method)); DO_APP_FUNC(0x0307ECF0, void, DynamicBone_DrawGizmos, (DynamicBone * __this, DynamicBone_ParticleTree * pt, MethodInfo * method)); DO_APP_FUNC(0x0307EEF0, void, DynamicBone_SetWeight, (DynamicBone * __this, float w, MethodInfo * method)); DO_APP_FUNC(0x01DB8020, float, DynamicBone_GetWeight, (DynamicBone * __this, MethodInfo * method)); DO_APP_FUNC(0x0307EF50, void, DynamicBone_UpdateParticles, (DynamicBone * __this, MethodInfo * method)); DO_APP_FUNC(0x0307F230, void, DynamicBone_SetupParticles, (DynamicBone * __this, MethodInfo * method)); DO_APP_FUNC(0x0307F8B0, void, DynamicBone_AppendParticleTree, (DynamicBone * __this, Transform * root, MethodInfo * method)); DO_APP_FUNC(0x0307FBE0, void, DynamicBone_AppendParticles, (DynamicBone * __this, DynamicBone_ParticleTree * pt, Transform * b, int32_t parentIndex, float boneLength, MethodInfo * method)); DO_APP_FUNC(0x03080B00, void, DynamicBone_UpdateParameters, (DynamicBone * __this, MethodInfo * method)); DO_APP_FUNC(0x03080C10, void, DynamicBone_UpdateParameters_1, (DynamicBone * __this, DynamicBone_ParticleTree * pt, MethodInfo * method)); DO_APP_FUNC(0x03081120, void, DynamicBone_InitTransforms, (DynamicBone * __this, MethodInfo * method)); DO_APP_FUNC(0x03081380, void, DynamicBone_InitTransforms_1, (DynamicBone * __this, DynamicBone_ParticleTree * pt, MethodInfo * method)); DO_APP_FUNC(0x03081530, void, DynamicBone_ResetParticlesPosition, (DynamicBone * __this, MethodInfo * method)); DO_APP_FUNC(0x030816C0, void, DynamicBone_ResetParticlesPosition_1, (DynamicBone * __this, DynamicBone_ParticleTree * pt, MethodInfo * method)); DO_APP_FUNC(0x030818C0, void, DynamicBone_UpdateParticles1, (DynamicBone * __this, float timeVar, int32_t loopIndex, MethodInfo * method)); DO_APP_FUNC(0x030819B0, void, DynamicBone_UpdateParticles1_1, (DynamicBone * __this, DynamicBone_ParticleTree * pt, float timeVar, int32_t loopIndex, MethodInfo * method)); DO_APP_FUNC(0x03081DA0, void, DynamicBone_UpdateParticles2, (DynamicBone * __this, float timeVar, MethodInfo * method)); DO_APP_FUNC(0x03081E70, void, DynamicBone_UpdateParticles2_1, (DynamicBone * __this, DynamicBone_ParticleTree * pt, float timeVar, MethodInfo * method)); DO_APP_FUNC(0x03082680, void, DynamicBone_SkipUpdateParticles, (DynamicBone * __this, MethodInfo * method)); DO_APP_FUNC(0x03082740, void, DynamicBone_SkipUpdateParticles_1, (DynamicBone * __this, DynamicBone_ParticleTree * pt, MethodInfo * method)); DO_APP_FUNC(0x03082D10, Vector3, DynamicBone_MirrorVector, (Vector3 v, Vector3 axis, MethodInfo * method)); DO_APP_FUNC(0x03082DB0, void, DynamicBone_ApplyParticlesToTransforms, (DynamicBone * __this, MethodInfo * method)); DO_APP_FUNC(0x03083020, void, DynamicBone_ApplyParticlesToTransforms_1, (DynamicBone * __this, DynamicBone_ParticleTree * pt, Vector3 ax, Vector3 ay, Vector3 az, bool nx, bool ny, bool nz, MethodInfo * method)); DO_APP_FUNC(0x03083590, void, DynamicBone_AddPendingWork, (DynamicBone * db, MethodInfo * method)); DO_APP_FUNC(0x03083610, void, DynamicBone_AddWorkToQueue, (DynamicBone * db, MethodInfo * method)); DO_APP_FUNC(0x03083700, DynamicBone *, DynamicBone_GetWorkFromQueue, (MethodInfo * method)); DO_APP_FUNC(0x030837C0, void, DynamicBone_ThreadProc, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80E70, DynamicBone_ThreadProc__MethodInfo); DO_APP_FUNC(0x030839B0, void, DynamicBone_InitThreadPool, (MethodInfo * method)); DO_APP_FUNC(0x03083D50, void, DynamicBone_ExecuteWorks, (MethodInfo * method)); DO_APP_FUNC(0x03084350, void, DynamicBone__ctor, (DynamicBone * __this, MethodInfo * method)); DO_APP_FUNC(0x03084570, void, DynamicBone__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DynamicBone_Particle__ctor, (DynamicBone_Particle * __this, MethodInfo * method)); DO_APP_FUNC(0x03084700, void, DynamicBone_ParticleTree__ctor, (DynamicBone_ParticleTree * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DynamicBone_c_DisplayClass72_0__ctor, (DynamicBone_c_DisplayClass72_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x030847D0, bool, DynamicBone_c_DisplayClass72_0__SetupParticles_b__0, (DynamicBone_c_DisplayClass72_0 * __this, DynamicBone_ParticleTree * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80F60, DynamicBone_c_DisplayClass72_0__SetupParticles_b__0__MethodInfo); DO_APP_FUNC(0x03084980, void, DynamicBoneCollider_OnValidate, (DynamicBoneCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x030849B0, void, DynamicBoneCollider_Prepare, (DynamicBoneCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x030850C0, bool, DynamicBoneCollider_Collide, (DynamicBoneCollider * __this, Vector3 * particlePosition, float particleRadius, MethodInfo * method)); DO_APP_FUNC(0x03085450, bool, DynamicBoneCollider_OutsideSphere, (Vector3 * particlePosition, float particleRadius, Vector3 sphereCenter, float sphereRadius, MethodInfo * method)); DO_APP_FUNC(0x03085560, bool, DynamicBoneCollider_InsideSphere, (Vector3 * particlePosition, float particleRadius, Vector3 sphereCenter, float sphereRadius, MethodInfo * method)); DO_APP_FUNC(0x03085670, bool, DynamicBoneCollider_OutsideCapsule, (Vector3 * particlePosition, float particleRadius, Vector3 capsuleP0, Vector3 capsuleP1, float capsuleRadius, float dirlen, MethodInfo * method)); DO_APP_FUNC(0x03085990, bool, DynamicBoneCollider_InsideCapsule, (Vector3 * particlePosition, float particleRadius, Vector3 capsuleP0, Vector3 capsuleP1, float capsuleRadius, float dirlen, MethodInfo * method)); DO_APP_FUNC(0x03085C90, bool, DynamicBoneCollider_OutsideCapsule2, (Vector3 * particlePosition, float particleRadius, Vector3 capsuleP0, Vector3 capsuleP1, float capsuleRadius0, float capsuleRadius1, float dirlen, MethodInfo * method)); DO_APP_FUNC(0x03086070, bool, DynamicBoneCollider_InsideCapsule2, (Vector3 * particlePosition, float particleRadius, Vector3 capsuleP0, Vector3 capsuleP1, float capsuleRadius0, float capsuleRadius1, float dirlen, MethodInfo * method)); DO_APP_FUNC(0x03086430, void, DynamicBoneCollider_OnDrawGizmosSelected, (DynamicBoneCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x03086670, void, DynamicBoneCollider_DrawCapsule, (Vector3 c0, Vector3 c1, float radius0, float radius1, MethodInfo * method)); DO_APP_FUNC(0x030867D0, void, DynamicBoneCollider__ctor, (DynamicBoneCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD10, void, DynamicBoneColliderBase_set_PrepareFrame, (DynamicBoneColliderBase * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, int32_t, DynamicBoneColliderBase_get_PrepareFrame, (DynamicBoneColliderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DynamicBoneColliderBase_Start, (DynamicBoneColliderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DynamicBoneColliderBase_Prepare, (DynamicBoneColliderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, DynamicBoneColliderBase_Collide, (DynamicBoneColliderBase * __this, Vector3 * particlePosition, float particleRadius, MethodInfo * method)); DO_APP_FUNC(0x030867E0, void, DynamicBoneColliderBase__ctor, (DynamicBoneColliderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DynamicBonePlaneCollider_OnValidate, (DynamicBonePlaneCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x03086870, void, DynamicBonePlaneCollider_Prepare, (DynamicBonePlaneCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x03086BC0, bool, DynamicBonePlaneCollider_Collide, (DynamicBonePlaneCollider * __this, Vector3 * particlePosition, float particleRadius, MethodInfo * method)); DO_APP_FUNC(0x03086C60, void, DynamicBonePlaneCollider_OnDrawGizmosSelected, (DynamicBonePlaneCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x03086EF0, void, DynamicBonePlaneCollider__ctor, (DynamicBonePlaneCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x03086F00, IEnumerator *, DecalDestroyer_Start, (DecalDestroyer * __this, MethodInfo * method)); DO_APP_FUNC(0x01D13290, void, DecalDestroyer__ctor, (DecalDestroyer * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, DecalDestroyer_Start_d_1__ctor, (DecalDestroyer_Start_d_1 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DecalDestroyer_Start_d_1_System_IDisposable_Dispose, (DecalDestroyer_Start_d_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x03086FA0, bool, DecalDestroyer_Start_d_1_MoveNext, (DecalDestroyer_Start_d_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, DecalDestroyer_Start_d_1_System_Collections_Generic_IEnumerator_System_Object__get_Current, (DecalDestroyer_Start_d_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x03087110, void, DecalDestroyer_Start_d_1_System_Collections_IEnumerator_Reset, (DecalDestroyer_Start_d_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80D90, DecalDestroyer_Start_d_1_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, DecalDestroyer_Start_d_1_System_Collections_IEnumerator_get_Current, (DecalDestroyer_Start_d_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x03087160, void, ExtinguishableFire_Start, (ExtinguishableFire * __this, MethodInfo * method)); DO_APP_FUNC(0x03087250, void, ExtinguishableFire_Extinguish, (ExtinguishableFire * __this, MethodInfo * method)); DO_APP_FUNC(0x03087310, IEnumerator *, ExtinguishableFire_Extinguishing, (ExtinguishableFire * __this, MethodInfo * method)); DO_APP_FUNC(0x030873B0, IEnumerator *, ExtinguishableFire_StartingFire, (ExtinguishableFire * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ExtinguishableFire__ctor, (ExtinguishableFire * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ExtinguishableFire_Extinguishing_d_6__ctor, (ExtinguishableFire_Extinguishing_d_6 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExtinguishableFire_Extinguishing_d_6_System_IDisposable_Dispose, (ExtinguishableFire_Extinguishing_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x03087450, bool, ExtinguishableFire_Extinguishing_d_6_MoveNext, (ExtinguishableFire_Extinguishing_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ExtinguishableFire_Extinguishing_d_6_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ExtinguishableFire_Extinguishing_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x030878C0, void, ExtinguishableFire_Extinguishing_d_6_System_Collections_IEnumerator_Reset, (ExtinguishableFire_Extinguishing_d_6 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80DC0, ExtinguishableFire_Extinguishing_d_6_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ExtinguishableFire_Extinguishing_d_6_System_Collections_IEnumerator_get_Current, (ExtinguishableFire_Extinguishing_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ExtinguishableFire_StartingFire_d_7__ctor, (ExtinguishableFire_StartingFire_d_7 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExtinguishableFire_StartingFire_d_7_System_IDisposable_Dispose, (ExtinguishableFire_StartingFire_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x03087910, bool, ExtinguishableFire_StartingFire_d_7_MoveNext, (ExtinguishableFire_StartingFire_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ExtinguishableFire_StartingFire_d_7_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ExtinguishableFire_StartingFire_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x03087D70, void, ExtinguishableFire_StartingFire_d_7_System_Collections_IEnumerator_Reset, (ExtinguishableFire_StartingFire_d_7 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80E28, ExtinguishableFire_StartingFire_d_7_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ExtinguishableFire_StartingFire_d_7_System_Collections_IEnumerator_get_Current, (ExtinguishableFire_StartingFire_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x03087DC0, void, GunAim_Start, (GunAim * __this, MethodInfo * method)); DO_APP_FUNC(0x03087E50, void, GunAim_Update, (GunAim * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, GunAim_GetIsOutOfBounds, (GunAim * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, GunAim__ctor, (GunAim * __this, MethodInfo * method)); DO_APP_FUNC(0x030880C0, void, GunShoot_Start, (GunShoot * __this, MethodInfo * method)); DO_APP_FUNC(0x030881E0, void, GunShoot_Update, (GunShoot * __this, MethodInfo * method)); DO_APP_FUNC(0x030884E0, void, GunShoot_HandleHit, (GunShoot * __this, RaycastHit hit, MethodInfo * method)); DO_APP_FUNC(0x03088BA0, void, GunShoot_SpawnDecal, (GunShoot * __this, RaycastHit hit, GameObject * prefab, MethodInfo * method)); DO_APP_FUNC(0x03088DE0, void, GunShoot__ctor, (GunShoot * __this, MethodInfo * method)); DO_APP_FUNC(0x03088E40, void, ParticleCollision_Start, (ParticleCollision * __this, MethodInfo * method)); DO_APP_FUNC(0x03088ED0, void, ParticleCollision_OnParticleCollision, (ParticleCollision * __this, GameObject * other, MethodInfo * method)); DO_APP_FUNC(0x03089100, void, ParticleCollision__ctor, (ParticleCollision * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ParticleExamples__ctor, (ParticleExamples * __this, MethodInfo * method)); DO_APP_FUNC(0x03089200, void, ParticleMenu_Start, (ParticleMenu * __this, MethodInfo * method)); DO_APP_FUNC(0x03089220, void, ParticleMenu_Navigate, (ParticleMenu * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ParticleMenu__ctor, (ParticleMenu * __this, MethodInfo * method)); DO_APP_FUNC(0x03089860, void, destroyOnTriggerEnter_OnTriggerEnter, (destroyOnTriggerEnter * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x03089AD0, void, destroyOnTriggerEnter__ctor, (destroyOnTriggerEnter * __this, MethodInfo * method)); DO_APP_FUNC(0x03089BD0, void, HE_H_distortedLight_Start, (HE_H_distortedLight * __this, MethodInfo * method)); DO_APP_FUNC(0x03089D20, void, HE_H_distortedLight_Update, (HE_H_distortedLight * __this, MethodInfo * method)); DO_APP_FUNC(0x03089F80, void, HE_H_distortedLight__ctor, (HE_H_distortedLight * __this, MethodInfo * method)); DO_APP_FUNC(0x03089FF0, void, physicWalk_Start, (physicWalk * __this, MethodInfo * method)); DO_APP_FUNC(0x0308A160, void, physicWalk_Awake, (physicWalk * __this, MethodInfo * method)); DO_APP_FUNC(0x0308A200, float, physicWalk_get_jump, (physicWalk * __this, MethodInfo * method)); DO_APP_FUNC(0x0308A290, float, physicWalk_get_horizontal, (physicWalk * __this, MethodInfo * method)); DO_APP_FUNC(0x0308A320, float, physicWalk_get_vertical, (physicWalk * __this, MethodInfo * method)); DO_APP_FUNC(0x0308A3B0, void, physicWalk_Update, (physicWalk * __this, MethodInfo * method)); DO_APP_FUNC(0x0308A710, void, physicWalk_playFootstepSound, (physicWalk * __this, MethodInfo * method)); DO_APP_FUNC(0x0308A770, void, physicWalk_FixedUpdate, (physicWalk * __this, MethodInfo * method)); DO_APP_FUNC(0x0308B570, void, physicWalk_OnCollisionEnter, (physicWalk * __this, Collision * other, MethodInfo * method)); DO_APP_FUNC(0x0308B880, void, physicWalk__ctor, (physicWalk * __this, MethodInfo * method)); DO_APP_FUNC(0x0308B900, void, physicWalk_MouseLook_Start, (physicWalk_MouseLook * __this, MethodInfo * method)); DO_APP_FUNC(0x0308BDB0, void, physicWalk_MouseLook_FixedUpdate, (physicWalk_MouseLook * __this, MethodInfo * method)); DO_APP_FUNC(0x0308D000, void, physicWalk_MouseLook_wobble, (physicWalk_MouseLook * __this, float _x, float _y, float _speedX, float _speedY, MethodInfo * method)); DO_APP_FUNC(0x0308D030, void, physicWalk_MouseLook__ctor, (physicWalk_MouseLook * __this, MethodInfo * method)); DO_APP_FUNC(0x0308D0C0, void, playAnimationOnTriggerEnter_OnTriggerEnter, (playAnimationOnTriggerEnter * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x0308D270, void, playAnimationOnTriggerEnter__ctor, (playAnimationOnTriggerEnter * __this, MethodInfo * method)); DO_APP_FUNC(0x0308D340, void, setActiveOnAwake_Start, (setActiveOnAwake * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, setActiveOnAwake__ctor, (setActiveOnAwake * __this, MethodInfo * method)); DO_APP_FUNC(0x0308D3F0, void, setActiveOnTriggerEnter_OnTriggerEnter, (setActiveOnTriggerEnter * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x0308D6A0, void, setActiveOnTriggerEnter__ctor, (setActiveOnTriggerEnter * __this, MethodInfo * method)); DO_APP_FUNC(0x0308D7A0, void, setParentOnTriggerEnter_OnTriggerEnter, (setParentOnTriggerEnter * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x005E3980, void, setParentOnTriggerEnter__ctor, (setParentOnTriggerEnter * __this, MethodInfo * method)); DO_APP_FUNC(0x0308DA10, void, toggleFloorLights_OnTriggerEnter, (toggleFloorLights * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, toggleFloorLights__ctor, (toggleFloorLights * __this, MethodInfo * method)); DO_APP_FUNC(0x0308DB40, void, ExplosionDemoGUI_Start, (ExplosionDemoGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0308DF80, void, ExplosionDemoGUI_OnGUI, (ExplosionDemoGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0308E380, void, ExplosionDemoGUI_ChangeCurrent, (ExplosionDemoGUI * __this, int32_t delta, MethodInfo * method)); DO_APP_FUNC(0x0308E6A0, void, ExplosionDemoGUI__ctor, (ExplosionDemoGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x0308E790, void, ExplosionDemoReactivator_Start, (ExplosionDemoReactivator * __this, MethodInfo * method)); DO_APP_FUNC(0x0308E7E0, void, ExplosionDemoReactivator_Reactivate, (ExplosionDemoReactivator * __this, MethodInfo * method)); DO_APP_FUNC(0x00730900, void, ExplosionDemoReactivator__ctor, (ExplosionDemoReactivator * __this, MethodInfo * method)); DO_APP_FUNC(0x0308E9C0, void, ExplosionPlatformActivator_Start, (ExplosionPlatformActivator * __this, MethodInfo * method)); DO_APP_FUNC(0x0308EA20, void, ExplosionPlatformActivator_Init, (ExplosionPlatformActivator * __this, MethodInfo * method)); DO_APP_FUNC(0x0308EA90, void, ExplosionPlatformActivator_Update, (ExplosionPlatformActivator * __this, MethodInfo * method)); DO_APP_FUNC(0x0308EC30, void, ExplosionPlatformActivator_OnTriggerEnter, (ExplosionPlatformActivator * __this, Collider * coll, MethodInfo * method)); DO_APP_FUNC(0x0308EC40, void, ExplosionPlatformActivator_OnTriggerExit, (ExplosionPlatformActivator * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x0308EC50, void, ExplosionPlatformActivator__ctor, (ExplosionPlatformActivator * __this, MethodInfo * method)); DO_APP_FUNC(0x0308ECB0, void, ExplosionsFPS_Awake, (ExplosionsFPS * __this, MethodInfo * method)); DO_APP_FUNC(0x0308ED90, void, ExplosionsFPS_OnGUI, (ExplosionsFPS * __this, MethodInfo * method)); DO_APP_FUNC(0x0308EEC0, void, ExplosionsFPS_Update, (ExplosionsFPS * __this, MethodInfo * method)); DO_APP_FUNC(0x0308EF50, void, ExplosionsFPS__ctor, (ExplosionsFPS * __this, MethodInfo * method)); DO_APP_FUNC(0x0308F040, void, ExplosionsBillboard_Awake, (ExplosionsBillboard * __this, MethodInfo * method)); DO_APP_FUNC(0x0308F840, void, ExplosionsBillboard_Update, (ExplosionsBillboard * __this, MethodInfo * method)); DO_APP_FUNC(0x0308FB20, void, ExplosionsBillboard__ctor, (ExplosionsBillboard * __this, MethodInfo * method)); DO_APP_FUNC(0x0308FB70, void, ExplosionsDeactivateRendererByTime_Awake, (ExplosionsDeactivateRendererByTime * __this, MethodInfo * method)); DO_APP_FUNC(0x0308FC00, void, ExplosionsDeactivateRendererByTime_DeactivateRenderer, (ExplosionsDeactivateRendererByTime * __this, MethodInfo * method)); DO_APP_FUNC(0x0308FC60, void, ExplosionsDeactivateRendererByTime_OnEnable, (ExplosionsDeactivateRendererByTime * __this, MethodInfo * method)); DO_APP_FUNC(0x008C8700, void, ExplosionsDeactivateRendererByTime__ctor, (ExplosionsDeactivateRendererByTime * __this, MethodInfo * method)); DO_APP_FUNC(0x0308FD10, void, ExplosionsLightCurves_Awake, (ExplosionsLightCurves * __this, MethodInfo * method)); DO_APP_FUNC(0x0308FE50, void, ExplosionsLightCurves_OnEnable, (ExplosionsLightCurves * __this, MethodInfo * method)); DO_APP_FUNC(0x0308FEB0, void, ExplosionsLightCurves_Update, (ExplosionsLightCurves * __this, MethodInfo * method)); DO_APP_FUNC(0x0308FF60, void, ExplosionsLightCurves__ctor, (ExplosionsLightCurves * __this, MethodInfo * method)); DO_APP_FUNC(0x03090030, void, ExplosionsParticleSystemScaler_Start, (ExplosionsParticleSystemScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExplosionsParticleSystemScaler_Update, (ExplosionsParticleSystemScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x008C8700, void, ExplosionsParticleSystemScaler__ctor, (ExplosionsParticleSystemScaler * __this, MethodInfo * method)); DO_APP_FUNC(0x03090040, void, ExplosionsScaleCurves_Awake, (ExplosionsScaleCurves * __this, MethodInfo * method)); DO_APP_FUNC(0x030900E0, void, ExplosionsScaleCurves_OnEnable, (ExplosionsScaleCurves * __this, MethodInfo * method)); DO_APP_FUNC(0x03090140, void, ExplosionsScaleCurves_Update, (ExplosionsScaleCurves * __this, MethodInfo * method)); DO_APP_FUNC(0x030902C0, void, ExplosionsScaleCurves__ctor, (ExplosionsScaleCurves * __this, MethodInfo * method)); DO_APP_FUNC(0x030904F0, void, ExplosionsShaderColorGradient_Start, (ExplosionsShaderColorGradient * __this, MethodInfo * method)); DO_APP_FUNC(0x03090780, void, ExplosionsShaderColorGradient_OnEnable, (ExplosionsShaderColorGradient * __this, MethodInfo * method)); DO_APP_FUNC(0x030907E0, void, ExplosionsShaderColorGradient_Update, (ExplosionsShaderColorGradient * __this, MethodInfo * method)); DO_APP_FUNC(0x030909A0, void, ExplosionsShaderColorGradient__ctor, (ExplosionsShaderColorGradient * __this, MethodInfo * method)); DO_APP_FUNC(0x03090B40, void, ExplosionsShaderFloatCurves_Start, (ExplosionsShaderFloatCurves * __this, MethodInfo * method)); DO_APP_FUNC(0x03090D60, void, ExplosionsShaderFloatCurves_OnEnable, (ExplosionsShaderFloatCurves * __this, MethodInfo * method)); DO_APP_FUNC(0x03090DC0, void, ExplosionsShaderFloatCurves_Update, (ExplosionsShaderFloatCurves * __this, MethodInfo * method)); DO_APP_FUNC(0x03090E70, void, ExplosionsShaderFloatCurves__ctor, (ExplosionsShaderFloatCurves * __this, MethodInfo * method)); DO_APP_FUNC(0x03090FC0, void, ExplosionsShaderQueue_Start, (ExplosionsShaderQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x03091270, void, ExplosionsShaderQueue_SetProjectorQueue, (ExplosionsShaderQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x030913B0, void, ExplosionsShaderQueue_OnDisable, (ExplosionsShaderQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A110, void, ExplosionsShaderQueue__ctor, (ExplosionsShaderQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x03091550, void, ExplosionsSpriteSheetAnimation_Start, (ExplosionsSpriteSheetAnimation * __this, MethodInfo * method)); DO_APP_FUNC(0x03091600, void, ExplosionsSpriteSheetAnimation_InitDefaultVariables, (ExplosionsSpriteSheetAnimation * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C808E0, ExplosionsSpriteSheetAnimation_InitDefaultVariables__MethodInfo); DO_APP_FUNC(0x03091AE0, void, ExplosionsSpriteSheetAnimation_Play, (ExplosionsSpriteSheetAnimation * __this, MethodInfo * method)); DO_APP_FUNC(0x03091B70, void, ExplosionsSpriteSheetAnimation_PlayDelay, (ExplosionsSpriteSheetAnimation * __this, MethodInfo * method)); DO_APP_FUNC(0x03091BA0, void, ExplosionsSpriteSheetAnimation_OnEnable, (ExplosionsSpriteSheetAnimation * __this, MethodInfo * method)); DO_APP_FUNC(0x03091BD0, void, ExplosionsSpriteSheetAnimation_OnDisable, (ExplosionsSpriteSheetAnimation * __this, MethodInfo * method)); DO_APP_FUNC(0x03091CA0, IEnumerator *, ExplosionsSpriteSheetAnimation_UpdateCorutine, (ExplosionsSpriteSheetAnimation * __this, MethodInfo * method)); DO_APP_FUNC(0x03091D40, void, ExplosionsSpriteSheetAnimation_UpdateFrame, (ExplosionsSpriteSheetAnimation * __this, MethodInfo * method)); DO_APP_FUNC(0x03091F60, void, ExplosionsSpriteSheetAnimation_Update, (ExplosionsSpriteSheetAnimation * __this, MethodInfo * method)); DO_APP_FUNC(0x030922A0, void, ExplosionsSpriteSheetAnimation_OnDestroy, (ExplosionsSpriteSheetAnimation * __this, MethodInfo * method)); DO_APP_FUNC(0x03092410, void, ExplosionsSpriteSheetAnimation__ctor, (ExplosionsSpriteSheetAnimation * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ExplosionsSpriteSheetAnimation_UpdateCorutine_d_26__ctor, (ExplosionsSpriteSheetAnimation_UpdateCorutine_d_26 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExplosionsSpriteSheetAnimation_UpdateCorutine_d_26_System_IDisposable_Dispose, (ExplosionsSpriteSheetAnimation_UpdateCorutine_d_26 * __this, MethodInfo * method)); DO_APP_FUNC(0x030924E0, bool, ExplosionsSpriteSheetAnimation_UpdateCorutine_d_26_MoveNext, (ExplosionsSpriteSheetAnimation_UpdateCorutine_d_26 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ExplosionsSpriteSheetAnimation_UpdateCorutine_d_26_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ExplosionsSpriteSheetAnimation_UpdateCorutine_d_26 * __this, MethodInfo * method)); DO_APP_FUNC(0x03092740, void, ExplosionsSpriteSheetAnimation_UpdateCorutine_d_26_System_Collections_IEnumerator_Reset, (ExplosionsSpriteSheetAnimation_UpdateCorutine_d_26 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80968, ExplosionsSpriteSheetAnimation_UpdateCorutine_d_26_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ExplosionsSpriteSheetAnimation_UpdateCorutine_d_26_System_Collections_IEnumerator_get_Current, (ExplosionsSpriteSheetAnimation_UpdateCorutine_d_26 * __this, MethodInfo * method)); DO_APP_FUNC(0x03092790, Transform *, BFX_DemoTest_GetNearestObject, (BFX_DemoTest * __this, Transform * hit, Vector3 hitPos, MethodInfo * method)); DO_APP_FUNC(0x03092AC0, void, BFX_DemoTest_Update, (BFX_DemoTest * __this, MethodInfo * method)); DO_APP_FUNC(0x030932D0, float, BFX_DemoTest_CalculateAngle, (BFX_DemoTest * __this, Vector3 from, Vector3 to, MethodInfo * method)); DO_APP_FUNC(0x005E3980, void, BFX_DemoTest__ctor, (BFX_DemoTest * __this, MethodInfo * method)); DO_APP_FUNC(0x030933F0, void, BFX_BloodDecalLayers_OnEnable, (BFX_BloodDecalLayers * __this, MethodInfo * method)); DO_APP_FUNC(0x03093B80, void, BFX_BloodDecalLayers_OnDisable, (BFX_BloodDecalLayers * __this, MethodInfo * method)); DO_APP_FUNC(0x03093D30, void, BFX_BloodDecalLayers_CreateDepthTexture, (BFX_BloodDecalLayers * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A110, void, BFX_BloodDecalLayers__ctor, (BFX_BloodDecalLayers * __this, MethodInfo * method)); DO_APP_FUNC(0x030940B0, void, BFX_BloodSettings__ctor, (BFX_BloodSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x03094110, void, BFX_DecaGizmo_OnDrawGizmos, (BFX_DecaGizmo * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, BFX_DecaGizmo__ctor, (BFX_DecaGizmo * __this, MethodInfo * method)); DO_APP_FUNC(0x03094940, void, BFX_DecalSettings_Awake, (BFX_DecalSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x03094DE0, void, BFX_DecalSettings_ShaderCurve_OnAnimationFinished, (BFX_DecalSettings * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C807F8, BFX_DecalSettings_ShaderCurve_OnAnimationFinished__MethodInfo); DO_APP_FUNC(0x03094E70, void, BFX_DecalSettings_Update, (BFX_DecalSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x03094FC0, void, BFX_DecalSettings_InitializePosition, (BFX_DecalSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x03095C20, void, BFX_DecalSettings_OnDisable, (BFX_DecalSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x03095D10, Vector3, BFX_DecalSettings_GetAverageRay, (BFX_DecalSettings * __this, Vector3 start, Vector3 forward, MethodInfo * method)); DO_APP_FUNC(0x03095F70, void, BFX_DecalSettings_EnableDecalAnimation, (BFX_DecalSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x030960A0, void, BFX_DecalSettings_OnDrawGizmos, (BFX_DecalSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x030966D0, void, BFX_DecalSettings__ctor, (BFX_DecalSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x03096890, void, BFX_ManualAnimationUpdate_Awake, (BFX_ManualAnimationUpdate * __this, MethodInfo * method)); DO_APP_FUNC(0x03096A10, void, BFX_ManualAnimationUpdate_OnEnable, (BFX_ManualAnimationUpdate * __this, MethodInfo * method)); DO_APP_FUNC(0x03096BB0, void, BFX_ManualAnimationUpdate_Update, (BFX_ManualAnimationUpdate * __this, MethodInfo * method)); DO_APP_FUNC(0x03096E40, void, BFX_ManualAnimationUpdate__ctor, (BFX_ManualAnimationUpdate * __this, MethodInfo * method)); DO_APP_FUNC(0x03096F10, void, BFX_MouseOrbit_Start, (BFX_MouseOrbit * __this, MethodInfo * method)); DO_APP_FUNC(0x03097000, void, BFX_MouseOrbit_LateUpdate, (BFX_MouseOrbit * __this, MethodInfo * method)); DO_APP_FUNC(0x00469980, float, BFX_MouseOrbit_ClampAngle, (float angle, float min, float max, MethodInfo * method)); DO_APP_FUNC(0x03098300, void, BFX_MouseOrbit__ctor, (BFX_MouseOrbit * __this, MethodInfo * method)); DO_APP_FUNC(0x03098370, void, BFX_RenderDepth_OnEnable, (BFX_RenderDepth * __this, MethodInfo * method)); DO_APP_FUNC(0x030984F0, void, BFX_RenderDepth_OnDisable, (BFX_RenderDepth * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, BFX_RenderDepth__ctor, (BFX_RenderDepth * __this, MethodInfo * method)); DO_APP_FUNC(0x03098590, void, BFX_ShaderProperies_add_OnAnimationFinished, (BFX_ShaderProperies * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x03098680, void, BFX_ShaderProperies_remove_OnAnimationFinished, (BFX_ShaderProperies * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x03098770, void, BFX_ShaderProperies_Awake, (BFX_ShaderProperies * __this, MethodInfo * method)); DO_APP_FUNC(0x03098990, void, BFX_ShaderProperies_OnEnable, (BFX_ShaderProperies * __this, MethodInfo * method)); DO_APP_FUNC(0x03098D00, void, BFX_ShaderProperies_OnDisable, (BFX_ShaderProperies * __this, MethodInfo * method)); DO_APP_FUNC(0x03098EA0, void, BFX_ShaderProperies_Update, (BFX_ShaderProperies * __this, MethodInfo * method)); DO_APP_FUNC(0x030994E0, void, BFX_ShaderProperies__ctor, (BFX_ShaderProperies * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, LeanAudioStream__ctor, (LeanAudioStream * __this, Single__Array * audioArr, MethodInfo * method)); DO_APP_FUNC(0x030995B0, void, LeanAudioStream_OnAudioRead, (LeanAudioStream * __this, Single__Array * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C820B8, LeanAudioStream_OnAudioRead__MethodInfo); DO_APP_FUNC(0x003BAD60, void, LeanAudioStream_OnAudioSetPosition, (LeanAudioStream * __this, int32_t newPosition, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C820C8, LeanAudioStream_OnAudioSetPosition__MethodInfo); DO_APP_FUNC(0x03099610, LeanAudioOptions *, LeanAudio_options, (MethodInfo * method)); DO_APP_FUNC(0x03099800, LeanAudioStream *, LeanAudio_createAudioStream, (AnimationCurve * volume, AnimationCurve * frequency, LeanAudioOptions * options, MethodInfo * method)); DO_APP_FUNC(0x030998D0, AudioClip *, LeanAudio_createAudio, (AnimationCurve * volume, AnimationCurve * frequency, LeanAudioOptions * options, MethodInfo * method)); DO_APP_FUNC(0x030999A0, int32_t, LeanAudio_createAudioWave, (AnimationCurve * volume, AnimationCurve * frequency, LeanAudioOptions * options, MethodInfo * method)); DO_APP_FUNC(0x03099F20, AudioClip *, LeanAudio_createAudioFromWave, (int32_t waveLength, LeanAudioOptions * options, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LeanAudio_OnAudioSetPosition, (int32_t newPosition, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82070, LeanAudio_OnAudioSetPosition__MethodInfo); DO_APP_FUNC(0x0309A670, AudioClip *, LeanAudio_generateAudioFromCurve, (AnimationCurve * curve, int32_t frequencyRate, MethodInfo * method)); DO_APP_FUNC(0x0309A8B0, AudioSource *, LeanAudio_play, (AudioClip * audio, float volume, MethodInfo * method)); DO_APP_FUNC(0x0309A9C0, AudioSource *, LeanAudio_play_1, (AudioClip * audio, MethodInfo * method)); DO_APP_FUNC(0x0309AA70, AudioSource *, LeanAudio_play_2, (AudioClip * audio, Vector3 pos, MethodInfo * method)); DO_APP_FUNC(0x0309AAF0, AudioSource *, LeanAudio_play_3, (AudioClip * audio, Vector3 pos, float volume, MethodInfo * method)); DO_APP_FUNC(0x0309AC10, AudioSource *, LeanAudio_playClipAt, (AudioClip * clip, Vector3 pos, MethodInfo * method)); DO_APP_FUNC(0x0309AEC0, void, LeanAudio_printOutAudioClip, (AudioClip * audioClip, AnimationCurve * * curve, float scaleX, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LeanAudio__ctor, (LeanAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x0309B160, void, LeanAudio__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0309B1D0, void, LeanAudioOptions__ctor, (LeanAudioOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x02A43400, LeanAudioOptions *, LeanAudioOptions_setFrequency, (LeanAudioOptions * __this, int32_t frequencyRate, MethodInfo * method)); DO_APP_FUNC(0x02A433A0, LeanAudioOptions *, LeanAudioOptions_setVibrato, (LeanAudioOptions * __this, Vector3__Array * vibrato, MethodInfo * method)); DO_APP_FUNC(0x0309B1F0, LeanAudioOptions *, LeanAudioOptions_setWaveSine, (LeanAudioOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x0309B200, LeanAudioOptions *, LeanAudioOptions_setWaveSquare, (LeanAudioOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x0309B210, LeanAudioOptions *, LeanAudioOptions_setWaveSawtooth, (LeanAudioOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x0309B220, LeanAudioOptions *, LeanAudioOptions_setWaveNoise, (LeanAudioOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x0309B230, LeanAudioOptions *, LeanAudioOptions_setWaveStyle, (LeanAudioOptions * __this, LeanAudioOptions_LeanAudioWaveStyle__Enum style, MethodInfo * method)); DO_APP_FUNC(0x0309B240, LeanAudioOptions *, LeanAudioOptions_setWaveNoiseScale, (LeanAudioOptions * __this, float waveScale, MethodInfo * method)); DO_APP_FUNC(0x0309B250, LeanAudioOptions *, LeanAudioOptions_setWaveNoiseInfluence, (LeanAudioOptions * __this, float influence, MethodInfo * method)); DO_APP_FUNC(0x0309B260, float, LeanSmooth_damp, (float current, float target, float * currentVelocity, float smoothTime, float maxSpeed, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x0309B430, Vector3, LeanSmooth_damp_1, (Vector3 current, Vector3 target, Vector3 * currentVelocity, float smoothTime, float maxSpeed, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x0309B560, Color, LeanSmooth_damp_2, (Color current, Color target, Color * currentVelocity, float smoothTime, float maxSpeed, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x0309B6D0, float, LeanSmooth_spring, (float current, float target, float * currentVelocity, float smoothTime, float maxSpeed, float deltaTime, float friction, float accelRate, MethodInfo * method)); DO_APP_FUNC(0x0309B7F0, Vector3, LeanSmooth_spring_1, (Vector3 current, Vector3 target, Vector3 * currentVelocity, float smoothTime, float maxSpeed, float deltaTime, float friction, float accelRate, MethodInfo * method)); DO_APP_FUNC(0x0309B970, Color, LeanSmooth_spring_2, (Color current, Color target, Color * currentVelocity, float smoothTime, float maxSpeed, float deltaTime, float friction, float accelRate, MethodInfo * method)); DO_APP_FUNC(0x0309BB40, float, LeanSmooth_linear, (float current, float target, float moveSpeed, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x0309BC10, Vector3, LeanSmooth_linear_1, (Vector3 current, Vector3 target, float moveSpeed, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x0309BCF0, Color, LeanSmooth_linear_2, (Color current, Color target, float moveSpeed, MethodInfo * method)); DO_APP_FUNC(0x0309BE00, float, LeanSmooth_bounceOut, (float current, float target, float * currentVelocity, float smoothTime, float maxSpeed, float deltaTime, float friction, float accelRate, float hitDamping, MethodInfo * method)); DO_APP_FUNC(0x0309BF50, Vector3, LeanSmooth_bounceOut_1, (Vector3 current, Vector3 target, Vector3 * currentVelocity, float smoothTime, float maxSpeed, float deltaTime, float friction, float accelRate, float hitDamping, MethodInfo * method)); DO_APP_FUNC(0x0309C0F0, Color, LeanSmooth_bounceOut_2, (Color current, Color target, Color * currentVelocity, float smoothTime, float maxSpeed, float deltaTime, float friction, float accelRate, float hitDamping, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LeanSmooth__ctor, (LeanSmooth * __this, MethodInfo * method)); DO_APP_FUNC(0x0309C2F0, void, LeanTester_Start, (LeanTester * __this, MethodInfo * method)); DO_APP_FUNC(0x0309C3A0, IEnumerator *, LeanTester_timeoutCheck, (LeanTester * __this, MethodInfo * method)); DO_APP_FUNC(0x0309C440, void, LeanTester__ctor, (LeanTester * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, LeanTester_timeoutCheck_d_2__ctor, (LeanTester_timeoutCheck_d_2 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LeanTester_timeoutCheck_d_2_System_IDisposable_Dispose, (LeanTester_timeoutCheck_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0309C490, bool, LeanTester_timeoutCheck_d_2_MoveNext, (LeanTester_timeoutCheck_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, LeanTester_timeoutCheck_d_2_System_Collections_Generic_IEnumerator_System_Object__get_Current, (LeanTester_timeoutCheck_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0309C6B0, void, LeanTester_timeoutCheck_d_2_System_Collections_IEnumerator_Reset, (LeanTester_timeoutCheck_d_2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82098, LeanTester_timeoutCheck_d_2_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, LeanTester_timeoutCheck_d_2_System_Collections_IEnumerator_get_Current, (LeanTester_timeoutCheck_d_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0309C700, void, LeanTest_debug, (String * name, bool didPass, String * failExplaination, MethodInfo * method)); DO_APP_FUNC(0x0309C770, void, LeanTest_expect, (bool didPass, String * definition, String * failExplaination, MethodInfo * method)); DO_APP_FUNC(0x0309D060, String *, LeanTest_padRight, (int32_t len, MethodInfo * method)); DO_APP_FUNC(0x0309D0D0, float, LeanTest_printOutLength, (String * str, MethodInfo * method)); DO_APP_FUNC(0x0309D1E0, String *, LeanTest_formatBC, (String * str, String * color, MethodInfo * method)); DO_APP_FUNC(0x0309D290, String *, LeanTest_formatB, (String * str, MethodInfo * method)); DO_APP_FUNC(0x0309D2F0, String *, LeanTest_formatC, (String * str, String * color, MethodInfo * method)); DO_APP_FUNC(0x0309D4E0, void, LeanTest_overview, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LeanTest__ctor, (LeanTest * __this, MethodInfo * method)); DO_APP_FUNC(0x0309DA00, void, LeanTest__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0309DAA0, void, LeanTween_init, (MethodInfo * method)); DO_APP_FUNC(0x0309DB50, int32_t, LeanTween_get_maxSearch, (MethodInfo * method)); DO_APP_FUNC(0x0309DBB0, int32_t, LeanTween_get_maxSimulataneousTweens, (MethodInfo * method)); DO_APP_FUNC(0x0309DC10, int32_t, LeanTween_get_tweensRunning, (MethodInfo * method)); DO_APP_FUNC(0x0309DCD0, void, LeanTween_init_1, (int32_t maxSimultaneousTweens, MethodInfo * method)); DO_APP_FUNC(0x0309DD40, void, LeanTween_init_2, (int32_t maxSimultaneousTweens, int32_t maxSimultaneousSequences, MethodInfo * method)); DO_APP_FUNC(0x0309E680, void, LeanTween_reset, (MethodInfo * method)); DO_APP_FUNC(0x0309E8E0, void, LeanTween_Update, (LeanTween * __this, MethodInfo * method)); DO_APP_FUNC(0x0309E930, void, LeanTween_onLevelWasLoaded54, (Scene scene, LoadSceneMode__Enum mode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81FF0, LeanTween_onLevelWasLoaded54__MethodInfo); DO_APP_FUNC(0x0309E9F0, void, LeanTween_internalOnLevelWasLoaded, (int32_t lvl, MethodInfo * method)); DO_APP_FUNC(0x0309EA40, void, LeanTween_update, (MethodInfo * method)); DO_APP_FUNC(0x0309F200, void, LeanTween_removeTween, (int32_t i, int32_t uniqueId, MethodInfo * method)); DO_APP_FUNC(0x0309F2B0, void, LeanTween_removeTween_1, (int32_t i, MethodInfo * method)); DO_APP_FUNC(0x0309F8C0, Vector3__Array *, LeanTween_add, (Vector3__Array * a, Vector3 b, MethodInfo * method)); DO_APP_FUNC(0x0309FA40, float, LeanTween_closestRot, (float from, float to, MethodInfo * method)); DO_APP_FUNC(0x0309FB00, void, LeanTween_cancelAll, (MethodInfo * method)); DO_APP_FUNC(0x0309FB50, void, LeanTween_cancelAll_1, (bool callComplete, MethodInfo * method)); DO_APP_FUNC(0x0309FE10, void, LeanTween_cancel, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x0309FE70, void, LeanTween_cancel_1, (GameObject * gameObject, bool callOnComplete, MethodInfo * method)); DO_APP_FUNC(0x030A0170, void, LeanTween_cancel_2, (RectTransform * rect, MethodInfo * method)); DO_APP_FUNC(0x030A0210, void, LeanTween_cancel_3, (GameObject * gameObject, int32_t uniqueId, bool callOnComplete, MethodInfo * method)); DO_APP_FUNC(0x030A06D0, void, LeanTween_cancel_4, (LTRect * ltRect, int32_t uniqueId, MethodInfo * method)); DO_APP_FUNC(0x030A07E0, void, LeanTween_cancel_5, (int32_t uniqueId, MethodInfo * method)); DO_APP_FUNC(0x030A0830, void, LeanTween_cancel_6, (int32_t uniqueId, bool callOnComplete, MethodInfo * method)); DO_APP_FUNC(0x030A0AF0, LTDescr *, LeanTween_descr, (int32_t uniqueId, MethodInfo * method)); DO_APP_FUNC(0x030A0DA0, LTDescr *, LeanTween_description, (int32_t uniqueId, MethodInfo * method)); DO_APP_FUNC(0x030A0DF0, LTDescr__Array *, LeanTween_descriptions, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x030A1240, void, LeanTween_pause, (GameObject * gameObject, int32_t uniqueId, MethodInfo * method)); DO_APP_FUNC(0x030A1360, void, LeanTween_pause_1, (int32_t uniqueId, MethodInfo * method)); DO_APP_FUNC(0x030A1450, void, LeanTween_pause_2, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x030A1720, void, LeanTween_pauseAll, (MethodInfo * method)); DO_APP_FUNC(0x030A1820, void, LeanTween_resumeAll, (MethodInfo * method)); DO_APP_FUNC(0x030A18F0, void, LeanTween_resume, (GameObject * gameObject, int32_t uniqueId, MethodInfo * method)); DO_APP_FUNC(0x030A1A00, void, LeanTween_resume_1, (int32_t uniqueId, MethodInfo * method)); DO_APP_FUNC(0x030A1AD0, void, LeanTween_resume_2, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x030A1D80, bool, LeanTween_isPaused, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x030A2280, bool, LeanTween_isPaused_1, (RectTransform * rect, MethodInfo * method)); DO_APP_FUNC(0x030A2320, bool, LeanTween_isPaused_2, (int32_t uniqueId, MethodInfo * method)); DO_APP_FUNC(0x030A24B0, bool, LeanTween_isTweening, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x030A28B0, bool, LeanTween_isTweening_1, (RectTransform * rect, MethodInfo * method)); DO_APP_FUNC(0x030A2950, bool, LeanTween_isTweening_2, (int32_t uniqueId, MethodInfo * method)); DO_APP_FUNC(0x030A2A50, bool, LeanTween_isTweening_3, (LTRect * ltRect, MethodInfo * method)); DO_APP_FUNC(0x030A2B80, void, LeanTween_drawBezierPath, (Vector3 a, Vector3 b, Vector3 c, Vector3 d, float arrowSize, Transform * arrowTransform, MethodInfo * method)); DO_APP_FUNC(0x030A3710, Object *, LeanTween_logError, (String * error, MethodInfo * method)); DO_APP_FUNC(0x030A37C0, LTDescr *, LeanTween_options, (LTDescr * seed, MethodInfo * method)); DO_APP_FUNC(0x030A3820, LTDescr *, LeanTween_options_1, (MethodInfo * method)); DO_APP_FUNC(0x030A3C80, GameObject *, LeanTween_get_tweenEmpty, (MethodInfo * method)); DO_APP_FUNC(0x030A3D40, LTDescr *, LeanTween_pushNewTween, (GameObject * gameObject, Vector3 to, float time, LTDescr * tween, MethodInfo * method)); DO_APP_FUNC(0x030A3FC0, LTDescr *, LeanTween_play, (RectTransform * rectTransform, Sprite__Array * sprites, MethodInfo * method)); DO_APP_FUNC(0x030A4300, LTSeq *, LeanTween_sequence, (bool initSequence, MethodInfo * method)); DO_APP_FUNC(0x030A4630, LTDescr *, LeanTween_alpha, (GameObject * gameObject, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A48F0, LTDescr *, LeanTween_alpha_1, (LTRect * ltRect, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A4B60, LTDescr *, LeanTween_textAlpha, (RectTransform * rectTransform, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A4C70, LTDescr *, LeanTween_alphaText, (RectTransform * rectTransform, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A4D80, LTDescr *, LeanTween_alphaCanvas, (CanvasGroup * canvasGroup, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A5010, LTDescr *, LeanTween_alphaVertex, (GameObject * gameObject, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A5250, LTDescr *, LeanTween_color, (GameObject * gameObject, Color to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A5550, LTDescr *, LeanTween_textColor, (RectTransform * rectTransform, Color to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A56A0, LTDescr *, LeanTween_colorText, (RectTransform * rectTransform, Color to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A57F0, LTDescr *, LeanTween_delayedCall, (float delayTime, Action * callback, MethodInfo * method)); DO_APP_FUNC(0x030A5900, LTDescr *, LeanTween_delayedCall_1, (float delayTime, Action_1_Object_ * callback, MethodInfo * method)); DO_APP_FUNC(0x030A5A10, LTDescr *, LeanTween_delayedCall_2, (GameObject * gameObject, float delayTime, Action * callback, MethodInfo * method)); DO_APP_FUNC(0x030A5B10, LTDescr *, LeanTween_delayedCall_3, (GameObject * gameObject, float delayTime, Action_1_Object_ * callback, MethodInfo * method)); DO_APP_FUNC(0x030A5C10, LTDescr *, LeanTween_destroyAfter, (LTRect * rect, float delayTime, MethodInfo * method)); DO_APP_FUNC(0x030A5D20, LTDescr *, LeanTween_move, (GameObject * gameObject, Vector3 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A5DD0, LTDescr *, LeanTween_move_1, (GameObject * gameObject, Vector2 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A5F70, LTDescr *, LeanTween_move_2, (GameObject * gameObject, Vector3__Array * to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A6250, LTDescr *, LeanTween_move_3, (GameObject * gameObject, LTBezierPath * to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A6420, LTDescr *, LeanTween_move_4, (GameObject * gameObject, LTSpline * to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A65F0, LTDescr *, LeanTween_moveSpline, (GameObject * gameObject, Vector3__Array * to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A6810, LTDescr *, LeanTween_moveSpline_1, (GameObject * gameObject, LTSpline * to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A69E0, LTDescr *, LeanTween_moveSplineLocal, (GameObject * gameObject, Vector3__Array * to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A6C00, LTDescr *, LeanTween_move_5, (LTRect * ltRect, Vector2 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A6E60, LTDescr *, LeanTween_moveMargin, (LTRect * ltRect, Vector2 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A70C0, LTDescr *, LeanTween_moveX, (GameObject * gameObject, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A7300, LTDescr *, LeanTween_moveY, (GameObject * gameObject, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A7540, LTDescr *, LeanTween_moveZ, (GameObject * gameObject, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A7780, LTDescr *, LeanTween_moveLocal, (GameObject * gameObject, Vector3 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A79A0, LTDescr *, LeanTween_moveLocal_1, (GameObject * gameObject, Vector3__Array * to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A7C80, LTDescr *, LeanTween_moveLocalX, (GameObject * gameObject, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A7EC0, LTDescr *, LeanTween_moveLocalY, (GameObject * gameObject, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A8100, LTDescr *, LeanTween_moveLocalZ, (GameObject * gameObject, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A8340, LTDescr *, LeanTween_moveLocal_2, (GameObject * gameObject, LTBezierPath * to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A8510, LTDescr *, LeanTween_moveLocal_3, (GameObject * gameObject, LTSpline * to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A86E0, LTDescr *, LeanTween_move_6, (GameObject * gameObject, Transform * to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A89A0, LTDescr *, LeanTween_rotate, (GameObject * gameObject, Vector3 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A8BC0, LTDescr *, LeanTween_rotate_1, (LTRect * ltRect, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A8E20, LTDescr *, LeanTween_rotateLocal, (GameObject * gameObject, Vector3 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A9040, LTDescr *, LeanTween_rotateX, (GameObject * gameObject, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A9280, LTDescr *, LeanTween_rotateY, (GameObject * gameObject, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A94C0, LTDescr *, LeanTween_rotateZ, (GameObject * gameObject, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A9700, LTDescr *, LeanTween_rotateAround, (GameObject * gameObject, Vector3 axis, float add, float time, MethodInfo * method)); DO_APP_FUNC(0x030A9950, LTDescr *, LeanTween_rotateAroundLocal, (GameObject * gameObject, Vector3 axis, float add, float time, MethodInfo * method)); DO_APP_FUNC(0x030A9BC0, LTDescr *, LeanTween_scale, (GameObject * gameObject, Vector3 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030A9DE0, LTDescr *, LeanTween_scale_1, (LTRect * ltRect, Vector2 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030AA040, LTDescr *, LeanTween_scaleX, (GameObject * gameObject, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030AA280, LTDescr *, LeanTween_scaleY, (GameObject * gameObject, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030AA4C0, LTDescr *, LeanTween_scaleZ, (GameObject * gameObject, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030AA700, LTDescr *, LeanTween_value, (GameObject * gameObject, float from, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030AA800, LTDescr *, LeanTween_value_1, (float from, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030AA910, LTDescr *, LeanTween_value_2, (GameObject * gameObject, Vector2 from, Vector2 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030AAA80, LTDescr *, LeanTween_value_3, (GameObject * gameObject, Vector3 from, Vector3 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030AAB60, LTDescr *, LeanTween_value_4, (GameObject * gameObject, Color from, Color to, float time, MethodInfo * method)); DO_APP_FUNC(0x030AAD90, LTDescr *, LeanTween_value_5, (GameObject * gameObject, Action_1_Single_ * callOnUpdate, float from, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030AAEF0, LTDescr *, LeanTween_value_6, (GameObject * gameObject, Action_2_Single_Single_ * callOnUpdateRatio, float from, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030AB0E0, LTDescr *, LeanTween_value_7, (GameObject * gameObject, Action_1_UnityEngine_Color_ * callOnUpdate, Color from, Color to, float time, MethodInfo * method)); DO_APP_FUNC(0x030AB2E0, LTDescr *, LeanTween_value_8, (GameObject * gameObject, Action_2_UnityEngine_Color_Object_ * callOnUpdate, Color from, Color to, float time, MethodInfo * method)); DO_APP_FUNC(0x030AB4E0, LTDescr *, LeanTween_value_9, (GameObject * gameObject, Action_1_UnityEngine_Vector2_ * callOnUpdate, Vector2 from, Vector2 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030AB700, LTDescr *, LeanTween_value_10, (GameObject * gameObject, Action_1_UnityEngine_Vector3_ * callOnUpdate, Vector3 from, Vector3 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030AB8D0, LTDescr *, LeanTween_value_11, (GameObject * gameObject, Action_2_Single_Object_ * callOnUpdate, float from, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030ABB30, LTDescr *, LeanTween_delayedSound, (AudioClip * audio, Vector3 pos, float volume, MethodInfo * method)); DO_APP_FUNC(0x030ABCB0, LTDescr *, LeanTween_delayedSound_1, (GameObject * gameObject, AudioClip * audio, Vector3 pos, float volume, MethodInfo * method)); DO_APP_FUNC(0x030ABE20, LTDescr *, LeanTween_move_7, (RectTransform * rectTrans, Vector3 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030AC100, LTDescr *, LeanTween_moveX_1, (RectTransform * rectTrans, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030AC400, LTDescr *, LeanTween_moveY_1, (RectTransform * rectTrans, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030AC700, LTDescr *, LeanTween_moveZ_1, (RectTransform * rectTrans, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030ACA00, LTDescr *, LeanTween_rotate_2, (RectTransform * rectTrans, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030ACBE0, LTDescr *, LeanTween_rotate_3, (RectTransform * rectTrans, Vector3 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030ACDA0, LTDescr *, LeanTween_rotateAround_1, (RectTransform * rectTrans, Vector3 axis, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030ACF40, LTDescr *, LeanTween_rotateAroundLocal_1, (RectTransform * rectTrans, Vector3 axis, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030AD270, LTDescr *, LeanTween_scale_2, (RectTransform * rectTrans, Vector3 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030AD550, LTDescr *, LeanTween_size, (RectTransform * rectTrans, Vector2 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030AD870, LTDescr *, LeanTween_alpha_2, (RectTransform * rectTrans, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030ADB70, LTDescr *, LeanTween_color_1, (RectTransform * rectTrans, Color to, float time, MethodInfo * method)); DO_APP_FUNC(0x030ADEA0, float, LeanTween_tweenOnCurve, (LTDescr * tweenDescr, float ratioPassed, MethodInfo * method)); DO_APP_FUNC(0x030ADF40, Vector3, LeanTween_tweenOnCurveVector, (LTDescr * tweenDescr, float ratioPassed, MethodInfo * method)); DO_APP_FUNC(0x030AE160, float, LeanTween_easeOutQuadOpt, (float start, float diff, float ratioPassed, MethodInfo * method)); DO_APP_FUNC(0x030AE180, float, LeanTween_easeInQuadOpt, (float start, float diff, float ratioPassed, MethodInfo * method)); DO_APP_FUNC(0x030AE190, float, LeanTween_easeInOutQuadOpt, (float start, float diff, float ratioPassed, MethodInfo * method)); DO_APP_FUNC(0x030AE1F0, Vector3, LeanTween_easeInOutQuadOpt_1, (Vector3 start, Vector3 diff, float ratioPassed, MethodInfo * method)); DO_APP_FUNC(0x003EA8F0, float, LeanTween_linear, (float start, float end, float val, MethodInfo * method)); DO_APP_FUNC(0x030AE320, float, LeanTween_clerp, (float start, float end, float val, MethodInfo * method)); DO_APP_FUNC(0x030AE3D0, float, LeanTween_spring, (float start, float end, float val, MethodInfo * method)); DO_APP_FUNC(0x030AE4C0, float, LeanTween_easeInQuad, (float start, float end, float val, MethodInfo * method)); DO_APP_FUNC(0x030AE4E0, float, LeanTween_easeOutQuad, (float start, float end, float val, MethodInfo * method)); DO_APP_FUNC(0x030AE510, float, LeanTween_easeInOutQuad, (float start, float end, float val, MethodInfo * method)); DO_APP_FUNC(0x030AE580, float, LeanTween_easeInOutQuadOpt2, (float start, float diffBy2, float val, float val2, MethodInfo * method)); DO_APP_FUNC(0x030AE5C0, float, LeanTween_easeInCubic, (float start, float end, float val, MethodInfo * method)); DO_APP_FUNC(0x030AE5E0, float, LeanTween_easeOutCubic, (float start, float end, float val, MethodInfo * method)); DO_APP_FUNC(0x030AE610, float, LeanTween_easeInOutCubic, (float start, float end, float val, MethodInfo * method)); DO_APP_FUNC(0x030AE670, float, LeanTween_easeInQuart, (float start, float end, float val, MethodInfo * method)); DO_APP_FUNC(0x030AE690, float, LeanTween_easeOutQuart, (float start, float end, float val, MethodInfo * method)); DO_APP_FUNC(0x030AE6D0, float, LeanTween_easeInOutQuart, (float start, float end, float val, MethodInfo * method)); DO_APP_FUNC(0x030AE740, float, LeanTween_easeInQuint, (float start, float end, float val, MethodInfo * method)); DO_APP_FUNC(0x030AE760, float, LeanTween_easeOutQuint, (float start, float end, float val, MethodInfo * method)); DO_APP_FUNC(0x030AE7A0, float, LeanTween_easeInOutQuint, (float start, float end, float val, MethodInfo * method)); DO_APP_FUNC(0x030AE810, float, LeanTween_easeInSine, (float start, float end, float val, MethodInfo * method)); DO_APP_FUNC(0x030AE860, float, LeanTween_easeOutSine, (float start, float end, float val, MethodInfo * method)); DO_APP_FUNC(0x030AE8A0, float, LeanTween_easeInOutSine, (float start, float end, float val, MethodInfo * method)); DO_APP_FUNC(0x030AE900, float, LeanTween_easeInExpo, (float start, float end, float val, MethodInfo * method)); DO_APP_FUNC(0x030AE950, float, LeanTween_easeOutExpo, (float start, float end, float val, MethodInfo * method)); DO_APP_FUNC(0x030AE9B0, float, LeanTween_easeInOutExpo, (float start, float end, float val, MethodInfo * method)); DO_APP_FUNC(0x030AEA40, float, LeanTween_easeInCirc, (float start, float end, float val, MethodInfo * method)); DO_APP_FUNC(0x030AEAB0, float, LeanTween_easeOutCirc, (float start, float end, float val, MethodInfo * method)); DO_APP_FUNC(0x030AEB10, float, LeanTween_easeInOutCirc, (float start, float end, float val, MethodInfo * method)); DO_APP_FUNC(0x030AEBD0, float, LeanTween_easeInBounce, (float start, float end, float val, MethodInfo * method)); DO_APP_FUNC(0x030AEC70, float, LeanTween_easeOutBounce, (float start, float end, float val, MethodInfo * method)); DO_APP_FUNC(0x030AED40, float, LeanTween_easeInOutBounce, (float start, float end, float val, MethodInfo * method)); DO_APP_FUNC(0x030AEE30, float, LeanTween_easeInBack, (float start, float end, float val, float overshoot, MethodInfo * method)); DO_APP_FUNC(0x030AEE70, float, LeanTween_easeOutBack, (float start, float end, float val, float overshoot, MethodInfo * method)); DO_APP_FUNC(0x030AEEC0, float, LeanTween_easeInOutBack, (float start, float end, float val, float overshoot, MethodInfo * method)); DO_APP_FUNC(0x030AEF60, float, LeanTween_easeInElastic, (float start, float end, float val, float overshoot, float period, MethodInfo * method)); DO_APP_FUNC(0x030AF080, float, LeanTween_easeOutElastic, (float start, float end, float val, float overshoot, float period, MethodInfo * method)); DO_APP_FUNC(0x030AF1A0, float, LeanTween_easeInOutElastic, (float start, float end, float val, float overshoot, float period, MethodInfo * method)); DO_APP_FUNC(0x030AF320, LTDescr *, LeanTween_followDamp, (Transform * trans, Transform * target, LeanProp__Enum prop, float smoothTime, float maxSpeed, MethodInfo * method)); DO_APP_FUNC(0x030AF8D0, LTDescr *, LeanTween_followSpring, (Transform * trans, Transform * target, LeanProp__Enum prop, float smoothTime, float maxSpeed, float friction, float accelRate, MethodInfo * method)); DO_APP_FUNC(0x030AFE90, LTDescr *, LeanTween_followBounceOut, (Transform * trans, Transform * target, LeanProp__Enum prop, float smoothTime, float maxSpeed, float friction, float accelRate, float hitDamping, MethodInfo * method)); DO_APP_FUNC(0x030B03E0, LTDescr *, LeanTween_followLinear, (Transform * trans, Transform * target, LeanProp__Enum prop, float moveSpeed, MethodInfo * method)); DO_APP_FUNC(0x030B0900, void, LeanTween_addListener, (int32_t eventId, Action_1_LTEvent_ * callback, MethodInfo * method)); DO_APP_FUNC(0x030B0970, void, LeanTween_addListener_1, (GameObject * caller, int32_t eventId, Action_1_LTEvent_ * callback, MethodInfo * method)); DO_APP_FUNC(0x030B11B0, bool, LeanTween_removeListener, (int32_t eventId, Action_1_LTEvent_ * callback, MethodInfo * method)); DO_APP_FUNC(0x030B1220, bool, LeanTween_removeListener_1, (int32_t eventId, MethodInfo * method)); DO_APP_FUNC(0x030B12C0, bool, LeanTween_removeListener_2, (GameObject * caller, int32_t eventId, Action_1_LTEvent_ * callback, MethodInfo * method)); DO_APP_FUNC(0x030B1640, void, LeanTween_dispatchEvent, (int32_t eventId, MethodInfo * method)); DO_APP_FUNC(0x030B1690, void, LeanTween_dispatchEvent_1, (int32_t eventId, Object * data, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, LeanTween__ctor, (LeanTween * __this, MethodInfo * method)); DO_APP_FUNC(0x030B18E0, void, LeanTween__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LeanTween_c_DisplayClass193_0__ctor, (LeanTween_c_DisplayClass193_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x030B1F70, void, LeanTween_c_DisplayClass193_0__followDamp_b__0, (LeanTween_c_DisplayClass193_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81DE0, LeanTween_c_DisplayClass193_0__followDamp_b__0__MethodInfo); DO_APP_FUNC(0x030B2260, void, LeanTween_c_DisplayClass193_0__followDamp_b__1, (LeanTween_c_DisplayClass193_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81E18, LeanTween_c_DisplayClass193_0__followDamp_b__1__MethodInfo); DO_APP_FUNC(0x030B2550, void, LeanTween_c_DisplayClass193_0__followDamp_b__2, (LeanTween_c_DisplayClass193_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81E10, LeanTween_c_DisplayClass193_0__followDamp_b__2__MethodInfo); DO_APP_FUNC(0x030B2720, void, LeanTween_c_DisplayClass193_0__followDamp_b__3, (LeanTween_c_DisplayClass193_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81E28, LeanTween_c_DisplayClass193_0__followDamp_b__3__MethodInfo); DO_APP_FUNC(0x030B28F0, void, LeanTween_c_DisplayClass193_0__followDamp_b__4, (LeanTween_c_DisplayClass193_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81E20, LeanTween_c_DisplayClass193_0__followDamp_b__4__MethodInfo); DO_APP_FUNC(0x030B2AC0, void, LeanTween_c_DisplayClass193_0__followDamp_b__5, (LeanTween_c_DisplayClass193_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81DF8, LeanTween_c_DisplayClass193_0__followDamp_b__5__MethodInfo); DO_APP_FUNC(0x030B2C90, void, LeanTween_c_DisplayClass193_0__followDamp_b__6, (LeanTween_c_DisplayClass193_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81DF0, LeanTween_c_DisplayClass193_0__followDamp_b__6__MethodInfo); DO_APP_FUNC(0x030B2E60, void, LeanTween_c_DisplayClass193_0__followDamp_b__7, (LeanTween_c_DisplayClass193_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81E08, LeanTween_c_DisplayClass193_0__followDamp_b__7__MethodInfo); DO_APP_FUNC(0x030B3030, void, LeanTween_c_DisplayClass193_0__followDamp_b__8, (LeanTween_c_DisplayClass193_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81E00, LeanTween_c_DisplayClass193_0__followDamp_b__8__MethodInfo); DO_APP_FUNC(0x030B32E0, void, LeanTween_c_DisplayClass193_0__followDamp_b__9, (LeanTween_c_DisplayClass193_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81D30, LeanTween_c_DisplayClass193_0__followDamp_b__9__MethodInfo); DO_APP_FUNC(0x003AC050, void, LeanTween_c_DisplayClass194_0__ctor, (LeanTween_c_DisplayClass194_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x030B3730, void, LeanTween_c_DisplayClass194_0__followSpring_b__0, (LeanTween_c_DisplayClass194_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81D20, LeanTween_c_DisplayClass194_0__followSpring_b__0__MethodInfo); DO_APP_FUNC(0x030B39B0, void, LeanTween_c_DisplayClass194_0__followSpring_b__1, (LeanTween_c_DisplayClass194_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81D60, LeanTween_c_DisplayClass194_0__followSpring_b__1__MethodInfo); DO_APP_FUNC(0x030B3BF0, void, LeanTween_c_DisplayClass194_0__followSpring_b__2, (LeanTween_c_DisplayClass194_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81D58, LeanTween_c_DisplayClass194_0__followSpring_b__2__MethodInfo); DO_APP_FUNC(0x030B3DE0, void, LeanTween_c_DisplayClass194_0__followSpring_b__3, (LeanTween_c_DisplayClass194_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81D70, LeanTween_c_DisplayClass194_0__followSpring_b__3__MethodInfo); DO_APP_FUNC(0x030B3FD0, void, LeanTween_c_DisplayClass194_0__followSpring_b__4, (LeanTween_c_DisplayClass194_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81D68, LeanTween_c_DisplayClass194_0__followSpring_b__4__MethodInfo); DO_APP_FUNC(0x030B41C0, void, LeanTween_c_DisplayClass194_0__followSpring_b__5, (LeanTween_c_DisplayClass194_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81D40, LeanTween_c_DisplayClass194_0__followSpring_b__5__MethodInfo); DO_APP_FUNC(0x030B43B0, void, LeanTween_c_DisplayClass194_0__followSpring_b__6, (LeanTween_c_DisplayClass194_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81D38, LeanTween_c_DisplayClass194_0__followSpring_b__6__MethodInfo); DO_APP_FUNC(0x030B45A0, void, LeanTween_c_DisplayClass194_0__followSpring_b__7, (LeanTween_c_DisplayClass194_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81D50, LeanTween_c_DisplayClass194_0__followSpring_b__7__MethodInfo); DO_APP_FUNC(0x030B4790, void, LeanTween_c_DisplayClass194_0__followSpring_b__8, (LeanTween_c_DisplayClass194_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81D48, LeanTween_c_DisplayClass194_0__followSpring_b__8__MethodInfo); DO_APP_FUNC(0x030B4A00, void, LeanTween_c_DisplayClass194_0__followSpring_b__9, (LeanTween_c_DisplayClass194_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81DA0, LeanTween_c_DisplayClass194_0__followSpring_b__9__MethodInfo); DO_APP_FUNC(0x003AC050, void, LeanTween_c_DisplayClass195_0__ctor, (LeanTween_c_DisplayClass195_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x030B4EC0, void, LeanTween_c_DisplayClass195_0__followBounceOut_b__0, (LeanTween_c_DisplayClass195_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81D80, LeanTween_c_DisplayClass195_0__followBounceOut_b__0__MethodInfo); DO_APP_FUNC(0x030B5140, void, LeanTween_c_DisplayClass195_0__followBounceOut_b__1, (LeanTween_c_DisplayClass195_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81D78, LeanTween_c_DisplayClass195_0__followBounceOut_b__1__MethodInfo); DO_APP_FUNC(0x030B53C0, void, LeanTween_c_DisplayClass195_0__followBounceOut_b__2, (LeanTween_c_DisplayClass195_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81D90, LeanTween_c_DisplayClass195_0__followBounceOut_b__2__MethodInfo); DO_APP_FUNC(0x030B55B0, void, LeanTween_c_DisplayClass195_0__followBounceOut_b__3, (LeanTween_c_DisplayClass195_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81D88, LeanTween_c_DisplayClass195_0__followBounceOut_b__3__MethodInfo); DO_APP_FUNC(0x030B57A0, void, LeanTween_c_DisplayClass195_0__followBounceOut_b__4, (LeanTween_c_DisplayClass195_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81DC8, LeanTween_c_DisplayClass195_0__followBounceOut_b__4__MethodInfo); DO_APP_FUNC(0x030B5990, void, LeanTween_c_DisplayClass195_0__followBounceOut_b__5, (LeanTween_c_DisplayClass195_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81DC0, LeanTween_c_DisplayClass195_0__followBounceOut_b__5__MethodInfo); DO_APP_FUNC(0x030B5B80, void, LeanTween_c_DisplayClass195_0__followBounceOut_b__6, (LeanTween_c_DisplayClass195_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81DD8, LeanTween_c_DisplayClass195_0__followBounceOut_b__6__MethodInfo); DO_APP_FUNC(0x030B5D70, void, LeanTween_c_DisplayClass195_0__followBounceOut_b__7, (LeanTween_c_DisplayClass195_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81DD0, LeanTween_c_DisplayClass195_0__followBounceOut_b__7__MethodInfo); DO_APP_FUNC(0x030B5F60, void, LeanTween_c_DisplayClass195_0__followBounceOut_b__8, (LeanTween_c_DisplayClass195_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81DB0, LeanTween_c_DisplayClass195_0__followBounceOut_b__8__MethodInfo); DO_APP_FUNC(0x030B61E0, void, LeanTween_c_DisplayClass195_0__followBounceOut_b__9, (LeanTween_c_DisplayClass195_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81DA8, LeanTween_c_DisplayClass195_0__followBounceOut_b__9__MethodInfo); DO_APP_FUNC(0x003AC050, void, LeanTween_c_DisplayClass196_0__ctor, (LeanTween_c_DisplayClass196_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x030B66D0, void, LeanTween_c_DisplayClass196_0__followLinear_b__0, (LeanTween_c_DisplayClass196_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81CD0, LeanTween_c_DisplayClass196_0__followLinear_b__0__MethodInfo); DO_APP_FUNC(0x030B6920, void, LeanTween_c_DisplayClass196_0__followLinear_b__1, (LeanTween_c_DisplayClass196_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81CE0, LeanTween_c_DisplayClass196_0__followLinear_b__1__MethodInfo); DO_APP_FUNC(0x030B6B30, void, LeanTween_c_DisplayClass196_0__followLinear_b__2, (LeanTween_c_DisplayClass196_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81CD8, LeanTween_c_DisplayClass196_0__followLinear_b__2__MethodInfo); DO_APP_FUNC(0x030B6C70, void, LeanTween_c_DisplayClass196_0__followLinear_b__3, (LeanTween_c_DisplayClass196_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81CB8, LeanTween_c_DisplayClass196_0__followLinear_b__3__MethodInfo); DO_APP_FUNC(0x030B6DB0, void, LeanTween_c_DisplayClass196_0__followLinear_b__4, (LeanTween_c_DisplayClass196_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81CB0, LeanTween_c_DisplayClass196_0__followLinear_b__4__MethodInfo); DO_APP_FUNC(0x030B6EF0, void, LeanTween_c_DisplayClass196_0__followLinear_b__5, (LeanTween_c_DisplayClass196_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81CC8, LeanTween_c_DisplayClass196_0__followLinear_b__5__MethodInfo); DO_APP_FUNC(0x030B7030, void, LeanTween_c_DisplayClass196_0__followLinear_b__6, (LeanTween_c_DisplayClass196_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81CC0, LeanTween_c_DisplayClass196_0__followLinear_b__6__MethodInfo); DO_APP_FUNC(0x030B7170, void, LeanTween_c_DisplayClass196_0__followLinear_b__7, (LeanTween_c_DisplayClass196_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81CF0, LeanTween_c_DisplayClass196_0__followLinear_b__7__MethodInfo); DO_APP_FUNC(0x030B72B0, void, LeanTween_c_DisplayClass196_0__followLinear_b__8, (LeanTween_c_DisplayClass196_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81CE8, LeanTween_c_DisplayClass196_0__followLinear_b__8__MethodInfo); DO_APP_FUNC(0x030B74C0, void, LeanTween_c_DisplayClass196_0__followLinear_b__9, (LeanTween_c_DisplayClass196_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81D00, LeanTween_c_DisplayClass196_0__followLinear_b__9__MethodInfo); DO_APP_FUNC(0x030B7840, Vector3__Array *, LTUtility_reverse, (Vector3__Array * arr, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LTUtility__ctor, (LTUtility * __this, MethodInfo * method)); DO_APP_FUNC(0x030B78E0, void, LTBezier__ctor, (LTBezier * __this, Vector3 a, Vector3 b, Vector3 c, Vector3 d, float precision, MethodInfo * method)); DO_APP_FUNC(0x030B7D30, float, LTBezier_map, (LTBezier * __this, float u, MethodInfo * method)); DO_APP_FUNC(0x030B7E50, Vector3, LTBezier_bezierPoint, (LTBezier * __this, float t, MethodInfo * method)); DO_APP_FUNC(0x030B7F10, Vector3, LTBezier_point, (LTBezier * __this, float t, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LTBezierPath__ctor, (LTBezierPath * __this, MethodInfo * method)); DO_APP_FUNC(0x030B80F0, void, LTBezierPath__ctor_1, (LTBezierPath * __this, Vector3__Array * pts_, MethodInfo * method)); DO_APP_FUNC(0x030B8100, void, LTBezierPath_setPoints, (LTBezierPath * __this, Vector3__Array * pts_, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, LTBezierPath_get_distance, (LTBezierPath * __this, MethodInfo * method)); DO_APP_FUNC(0x030B86B0, Vector3, LTBezierPath_point, (LTBezierPath * __this, float ratio, MethodInfo * method)); DO_APP_FUNC(0x030B87B0, void, LTBezierPath_place2d, (LTBezierPath * __this, Transform * transform, float ratio, MethodInfo * method)); DO_APP_FUNC(0x030B8930, void, LTBezierPath_placeLocal2d, (LTBezierPath * __this, Transform * transform, float ratio, MethodInfo * method)); DO_APP_FUNC(0x030B8AB0, void, LTBezierPath_place, (LTBezierPath * __this, Transform * transform, float ratio, MethodInfo * method)); DO_APP_FUNC(0x030B8C40, void, LTBezierPath_place_1, (LTBezierPath * __this, Transform * transform, float ratio, Vector3 worldUp, MethodInfo * method)); DO_APP_FUNC(0x030B8D90, void, LTBezierPath_placeLocal, (LTBezierPath * __this, Transform * transform, float ratio, MethodInfo * method)); DO_APP_FUNC(0x030B8E20, void, LTBezierPath_placeLocal_1, (LTBezierPath * __this, Transform * transform, float ratio, Vector3 worldUp, MethodInfo * method)); DO_APP_FUNC(0x030B9090, void, LTBezierPath_gizmoDraw, (LTBezierPath * __this, float t, MethodInfo * method)); DO_APP_FUNC(0x030B9220, float, LTBezierPath_ratioAtPoint, (LTBezierPath * __this, Vector3 pt, float precision, MethodInfo * method)); DO_APP_FUNC(0x030B9430, void, LTSpline__ctor, (LTSpline * __this, Vector3__Array * pts, MethodInfo * method)); DO_APP_FUNC(0x030B9440, void, LTSpline__ctor_1, (LTSpline * __this, Vector3__Array * pts, bool constantSpeed, MethodInfo * method)); DO_APP_FUNC(0x030B9450, void, LTSpline_init, (LTSpline * __this, Vector3__Array * pts, bool constantSpeed, MethodInfo * method)); DO_APP_FUNC(0x030B9B00, Vector3, LTSpline_map, (LTSpline * __this, float u, MethodInfo * method)); DO_APP_FUNC(0x030B9C70, Vector3, LTSpline_interp, (LTSpline * __this, float t, MethodInfo * method)); DO_APP_FUNC(0x030BA050, float, LTSpline_ratioAtPoint, (LTSpline * __this, Vector3 pt, MethodInfo * method)); DO_APP_FUNC(0x030BA1F0, Vector3, LTSpline_point, (LTSpline * __this, float ratio, MethodInfo * method)); DO_APP_FUNC(0x030BA3A0, void, LTSpline_place2d, (LTSpline * __this, Transform * transform, float ratio, MethodInfo * method)); DO_APP_FUNC(0x030BA520, void, LTSpline_placeLocal2d, (LTSpline * __this, Transform * transform, float ratio, MethodInfo * method)); DO_APP_FUNC(0x030BA800, void, LTSpline_place, (LTSpline * __this, Transform * transform, float ratio, MethodInfo * method)); DO_APP_FUNC(0x030BA990, void, LTSpline_place_1, (LTSpline * __this, Transform * transform, float ratio, Vector3 worldUp, MethodInfo * method)); DO_APP_FUNC(0x030BAAE0, void, LTSpline_placeLocal, (LTSpline * __this, Transform * transform, float ratio, MethodInfo * method)); DO_APP_FUNC(0x030BAB70, void, LTSpline_placeLocal_1, (LTSpline * __this, Transform * transform, float ratio, Vector3 worldUp, MethodInfo * method)); DO_APP_FUNC(0x030BAD90, void, LTSpline_gizmoDraw, (LTSpline * __this, float t, MethodInfo * method)); DO_APP_FUNC(0x030BAEA0, void, LTSpline_drawGizmo, (LTSpline * __this, Color color, MethodInfo * method)); DO_APP_FUNC(0x030BB0C0, void, LTSpline_drawGizmo_1, (Transform__Array * arr, Color color, MethodInfo * method)); DO_APP_FUNC(0x022AFFB0, void, LTSpline_drawLine, (Transform__Array * arr, float width, Color color, MethodInfo * method)); DO_APP_FUNC(0x030BB430, void, LTSpline_drawLinesGLLines, (LTSpline * __this, Material * outlineMaterial, Color color, float width, MethodInfo * method)); DO_APP_FUNC(0x030BB820, Vector3__Array *, LTSpline_generateVectors, (LTSpline * __this, MethodInfo * method)); DO_APP_FUNC(0x030BBA60, void, LTSpline__cctor, (MethodInfo * method)); DO_APP_FUNC(0x030BBAC0, void, LTRect__ctor, (LTRect * __this, MethodInfo * method)); DO_APP_FUNC(0x030BBB10, void, LTRect__ctor_1, (LTRect * __this, Rect rect, MethodInfo * method)); DO_APP_FUNC(0x030BBB50, void, LTRect__ctor_2, (LTRect * __this, float x, float y, float width, float height, MethodInfo * method)); DO_APP_FUNC(0x030BBBB0, void, LTRect__ctor_3, (LTRect * __this, float x, float y, float width, float height, float alpha, MethodInfo * method)); DO_APP_FUNC(0x030BBC20, void, LTRect__ctor_4, (LTRect * __this, float x, float y, float width, float height, float alpha, float rotation, MethodInfo * method)); DO_APP_FUNC(0x030BBCB0, bool, LTRect_get_hasInitiliazed, (LTRect * __this, MethodInfo * method)); DO_APP_FUNC(0x030BBCC0, int32_t, LTRect_get_id, (LTRect * __this, MethodInfo * method)); DO_APP_FUNC(0x030BBCD0, void, LTRect_setId, (LTRect * __this, int32_t id, int32_t counter, MethodInfo * method)); DO_APP_FUNC(0x030BBCE0, void, LTRect_reset, (LTRect * __this, MethodInfo * method)); DO_APP_FUNC(0x030BBD50, void, LTRect_resetForRotation, (LTRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02D9E070, float, LTRect_get_x, (LTRect * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA760, void, LTRect_set_x, (LTRect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x030BC080, float, LTRect_get_y, (LTRect * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA9C70, void, LTRect_set_y, (LTRect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D7B360, float, LTRect_get_width, (LTRect * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90F0, void, LTRect_set_width, (LTRect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D6ABC0, float, LTRect_get_height, (LTRect * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA9D0, void, LTRect_set_height, (LTRect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x030BC090, Rect, LTRect_get_rect, (LTRect * __this, MethodInfo * method)); DO_APP_FUNC(0x01915FA0, void, LTRect_set_rect, (LTRect * __this, Rect value, MethodInfo * method)); DO_APP_FUNC(0x02A2E700, LTRect *, LTRect_setStyle, (LTRect * __this, GUIStyle * style, MethodInfo * method)); DO_APP_FUNC(0x030BC660, LTRect *, LTRect_setFontScaleToFit, (LTRect * __this, bool fontScaleToFit, MethodInfo * method)); DO_APP_FUNC(0x030BC670, LTRect *, LTRect_setColor, (LTRect * __this, Color color, MethodInfo * method)); DO_APP_FUNC(0x030BC680, LTRect *, LTRect_setAlpha, (LTRect * __this, float alpha, MethodInfo * method)); DO_APP_FUNC(0x030BC690, LTRect *, LTRect_setLabel, (LTRect * __this, String * str, MethodInfo * method)); DO_APP_FUNC(0x030BC6F0, LTRect *, LTRect_setUseSimpleScale, (LTRect * __this, bool useSimpleScale, Rect relativeRect, MethodInfo * method)); DO_APP_FUNC(0x030BC700, LTRect *, LTRect_setUseSimpleScale_1, (LTRect * __this, bool useSimpleScale, MethodInfo * method)); DO_APP_FUNC(0x030BC7E0, LTRect *, LTRect_setSizeByHeight, (LTRect * __this, bool sizeByHeight, MethodInfo * method)); DO_APP_FUNC(0x030BC7F0, String *, LTRect_ToString, (LTRect * __this, MethodInfo * method)); DO_APP_FUNC(0x0073A5C0, void, LTEvent__ctor, (LTEvent * __this, int32_t id, Object * data, MethodInfo * method)); DO_APP_FUNC(0x030BCC20, void, LTGUI_init, (MethodInfo * method)); DO_APP_FUNC(0x030BCDE0, void, LTGUI_initRectCheck, (MethodInfo * method)); DO_APP_FUNC(0x030BD0A0, void, LTGUI_reset, (MethodInfo * method)); DO_APP_FUNC(0x030BD290, void, LTGUI_update, (int32_t updateLevel, MethodInfo * method)); DO_APP_FUNC(0x030BE0B0, bool, LTGUI_checkOnScreen, (Rect rect, MethodInfo * method)); DO_APP_FUNC(0x030BE1D0, void, LTGUI_destroy, (int32_t id, MethodInfo * method)); DO_APP_FUNC(0x030BE330, void, LTGUI_destroyAll, (int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x030BE490, LTRect *, LTGUI_label, (Rect rect, String * label, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x030BE600, LTRect *, LTGUI_label_1, (LTRect * rect, String * label, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x030BE6D0, LTRect *, LTGUI_texture, (Rect rect, Texture * texture, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x030BE840, LTRect *, LTGUI_texture_1, (LTRect * rect, Texture * texture, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x030BE920, LTRect *, LTGUI_element, (LTRect * rect, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x030BEE60, bool, LTGUI_hasNoOverlap, (Rect rect, int32_t depth, MethodInfo * method)); DO_APP_FUNC(0x030BF1B0, bool, LTGUI_pressedWithinRect, (Rect rect, MethodInfo * method)); DO_APP_FUNC(0x030BF3D0, bool, LTGUI_checkWithinRect, (Vector2 vec2, Rect rect, MethodInfo * method)); DO_APP_FUNC(0x030BF470, Vector2, LTGUI_firstTouch, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LTGUI__ctor, (LTGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x030BF5C0, void, LTGUI__cctor, (MethodInfo * method)); DO_APP_FUNC(0x030BF670, LTDescr *, LeanTweenExt_LeanAlpha, (GameObject * gameObject, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030BF6E0, LTDescr *, LeanTweenExt_LeanAlphaVertex, (GameObject * gameObject, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030BF750, LTDescr *, LeanTweenExt_LeanAlpha_1, (RectTransform * rectTransform, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030BF7C0, LTDescr *, LeanTweenExt_LeanAlpha_2, (CanvasGroup * canvas, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030BF830, LTDescr *, LeanTweenExt_LeanAlphaText, (RectTransform * rectTransform, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030BF970, void, LeanTweenExt_LeanCancel, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x030BFA00, void, LeanTweenExt_LeanCancel_1, (GameObject * gameObject, bool callOnComplete, MethodInfo * method)); DO_APP_FUNC(0x030BFA60, void, LeanTweenExt_LeanCancel_2, (GameObject * gameObject, int32_t uniqueId, bool callOnComplete, MethodInfo * method)); DO_APP_FUNC(0x030BFAD0, void, LeanTweenExt_LeanCancel_3, (RectTransform * rectTransform, MethodInfo * method)); DO_APP_FUNC(0x030BFBB0, LTDescr *, LeanTweenExt_LeanColor, (GameObject * gameObject, Color to, float time, MethodInfo * method)); DO_APP_FUNC(0x030BFC30, LTDescr *, LeanTweenExt_LeanColorText, (RectTransform * rectTransform, Color to, float time, MethodInfo * method)); DO_APP_FUNC(0x030BFDF0, LTDescr *, LeanTweenExt_LeanDelayedCall, (GameObject * gameObject, float delayTime, Action * callback, MethodInfo * method)); DO_APP_FUNC(0x030BFE60, LTDescr *, LeanTweenExt_LeanDelayedCall_1, (GameObject * gameObject, float delayTime, Action_1_Object_ * callback, MethodInfo * method)); DO_APP_FUNC(0x030BFED0, bool, LeanTweenExt_LeanIsPaused, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x030BFF20, bool, LeanTweenExt_LeanIsPaused_1, (RectTransform * rectTransform, MethodInfo * method)); DO_APP_FUNC(0x030C0000, bool, LeanTweenExt_LeanIsTweening, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x030C0050, LTDescr *, LeanTweenExt_LeanMove, (GameObject * gameObject, Vector3 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C0130, LTDescr *, LeanTweenExt_LeanMove_1, (Transform * transform, Vector3 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C0260, LTDescr *, LeanTweenExt_LeanMove_2, (RectTransform * rectTransform, Vector3 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C02F0, LTDescr *, LeanTweenExt_LeanMove_3, (GameObject * gameObject, Vector2 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C0370, LTDescr *, LeanTweenExt_LeanMove_4, (Transform * transform, Vector2 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C0440, LTDescr *, LeanTweenExt_LeanMove_5, (GameObject * gameObject, Vector3__Array * to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C04B0, LTDescr *, LeanTweenExt_LeanMove_6, (GameObject * gameObject, LTBezierPath * to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C0520, LTDescr *, LeanTweenExt_LeanMove_7, (GameObject * gameObject, LTSpline * to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C0590, LTDescr *, LeanTweenExt_LeanMove_8, (Transform * transform, Vector3__Array * to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C0650, LTDescr *, LeanTweenExt_LeanMove_9, (Transform * transform, LTBezierPath * to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C0710, LTDescr *, LeanTweenExt_LeanMove_10, (Transform * transform, LTSpline * to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C07D0, LTDescr *, LeanTweenExt_LeanMoveLocal, (GameObject * gameObject, Vector3 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C0860, LTDescr *, LeanTweenExt_LeanMoveLocal_1, (GameObject * gameObject, LTBezierPath * to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C08D0, LTDescr *, LeanTweenExt_LeanMoveLocal_2, (GameObject * gameObject, LTSpline * to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C0940, LTDescr *, LeanTweenExt_LeanMoveLocal_3, (Transform * transform, Vector3 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C0A10, LTDescr *, LeanTweenExt_LeanMoveLocal_4, (Transform * transform, LTBezierPath * to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C0AD0, LTDescr *, LeanTweenExt_LeanMoveLocal_5, (Transform * transform, LTSpline * to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C0B90, LTDescr *, LeanTweenExt_LeanMoveLocalX, (GameObject * gameObject, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C0C00, LTDescr *, LeanTweenExt_LeanMoveLocalY, (GameObject * gameObject, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C0C70, LTDescr *, LeanTweenExt_LeanMoveLocalZ, (GameObject * gameObject, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C0CE0, LTDescr *, LeanTweenExt_LeanMoveLocalX_1, (Transform * transform, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C0DA0, LTDescr *, LeanTweenExt_LeanMoveLocalY_1, (Transform * transform, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C0E60, LTDescr *, LeanTweenExt_LeanMoveLocalZ_1, (Transform * transform, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C0F20, LTDescr *, LeanTweenExt_LeanMoveSpline, (GameObject * gameObject, Vector3__Array * to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C0F90, LTDescr *, LeanTweenExt_LeanMoveSpline_1, (GameObject * gameObject, LTSpline * to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C1000, LTDescr *, LeanTweenExt_LeanMoveSpline_2, (Transform * transform, Vector3__Array * to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C10C0, LTDescr *, LeanTweenExt_LeanMoveSpline_3, (Transform * transform, LTSpline * to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C1180, LTDescr *, LeanTweenExt_LeanMoveSplineLocal, (GameObject * gameObject, Vector3__Array * to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C11F0, LTDescr *, LeanTweenExt_LeanMoveSplineLocal_1, (Transform * transform, Vector3__Array * to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C12B0, LTDescr *, LeanTweenExt_LeanMoveX, (GameObject * gameObject, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C1320, LTDescr *, LeanTweenExt_LeanMoveX_1, (Transform * transform, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C13E0, LTDescr *, LeanTweenExt_LeanMoveX_2, (RectTransform * rectTransform, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C1450, LTDescr *, LeanTweenExt_LeanMoveY, (GameObject * gameObject, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C14C0, LTDescr *, LeanTweenExt_LeanMoveY_1, (Transform * transform, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C1580, LTDescr *, LeanTweenExt_LeanMoveY_2, (RectTransform * rectTransform, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C15F0, LTDescr *, LeanTweenExt_LeanMoveZ, (GameObject * gameObject, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C1660, LTDescr *, LeanTweenExt_LeanMoveZ_1, (Transform * transform, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C1720, LTDescr *, LeanTweenExt_LeanMoveZ_2, (RectTransform * rectTransform, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C1790, void, LeanTweenExt_LeanPause, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x030C17E0, LTDescr *, LeanTweenExt_LeanPlay, (RectTransform * rectTransform, Sprite__Array * sprites, MethodInfo * method)); DO_APP_FUNC(0x030C1840, void, LeanTweenExt_LeanResume, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x030C1890, LTDescr *, LeanTweenExt_LeanRotate, (GameObject * gameObject, Vector3 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C1920, LTDescr *, LeanTweenExt_LeanRotate_1, (Transform * transform, Vector3 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C19F0, LTDescr *, LeanTweenExt_LeanRotate_2, (RectTransform * rectTransform, Vector3 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C1BF0, LTDescr *, LeanTweenExt_LeanRotateAround, (GameObject * gameObject, Vector3 axis, float add, float time, MethodInfo * method)); DO_APP_FUNC(0x030C1C90, LTDescr *, LeanTweenExt_LeanRotateAround_1, (Transform * transform, Vector3 axis, float add, float time, MethodInfo * method)); DO_APP_FUNC(0x030C1D80, LTDescr *, LeanTweenExt_LeanRotateAround_2, (RectTransform * rectTransform, Vector3 axis, float add, float time, MethodInfo * method)); DO_APP_FUNC(0x030C1F60, LTDescr *, LeanTweenExt_LeanRotateAroundLocal, (GameObject * gameObject, Vector3 axis, float add, float time, MethodInfo * method)); DO_APP_FUNC(0x030C2000, LTDescr *, LeanTweenExt_LeanRotateAroundLocal_1, (Transform * transform, Vector3 axis, float add, float time, MethodInfo * method)); DO_APP_FUNC(0x030C20F0, LTDescr *, LeanTweenExt_LeanRotateAroundLocal_2, (RectTransform * rectTransform, Vector3 axis, float add, float time, MethodInfo * method)); DO_APP_FUNC(0x030C2190, LTDescr *, LeanTweenExt_LeanRotateX, (GameObject * gameObject, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C2200, LTDescr *, LeanTweenExt_LeanRotateX_1, (Transform * transform, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C22C0, LTDescr *, LeanTweenExt_LeanRotateY, (GameObject * gameObject, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C2330, LTDescr *, LeanTweenExt_LeanRotateY_1, (Transform * transform, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C23F0, LTDescr *, LeanTweenExt_LeanRotateZ, (GameObject * gameObject, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C2460, LTDescr *, LeanTweenExt_LeanRotateZ_1, (Transform * transform, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C2520, LTDescr *, LeanTweenExt_LeanScale, (GameObject * gameObject, Vector3 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C25B0, LTDescr *, LeanTweenExt_LeanScale_1, (Transform * transform, Vector3 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C2680, LTDescr *, LeanTweenExt_LeanScale_2, (RectTransform * rectTransform, Vector3 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C2710, LTDescr *, LeanTweenExt_LeanScaleX, (GameObject * gameObject, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C2780, LTDescr *, LeanTweenExt_LeanScaleX_1, (Transform * transform, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C2840, LTDescr *, LeanTweenExt_LeanScaleY, (GameObject * gameObject, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C28B0, LTDescr *, LeanTweenExt_LeanScaleY_1, (Transform * transform, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C2970, LTDescr *, LeanTweenExt_LeanScaleZ, (GameObject * gameObject, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C29E0, LTDescr *, LeanTweenExt_LeanScaleZ_1, (Transform * transform, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C2AA0, LTDescr *, LeanTweenExt_LeanSize, (RectTransform * rectTransform, Vector2 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C2B20, LTDescr *, LeanTweenExt_LeanValue, (GameObject * gameObject, Color from, Color to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C2BC0, LTDescr *, LeanTweenExt_LeanValue_1, (GameObject * gameObject, float from, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C2C50, LTDescr *, LeanTweenExt_LeanValue_2, (GameObject * gameObject, Vector2 from, Vector2 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C2E00, LTDescr *, LeanTweenExt_LeanValue_3, (GameObject * gameObject, Vector3 from, Vector3 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C2F10, LTDescr *, LeanTweenExt_LeanValue_4, (GameObject * gameObject, Action_1_Single_ * callOnUpdate, float from, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C30B0, LTDescr *, LeanTweenExt_LeanValue_5, (GameObject * gameObject, Action_2_Single_Single_ * callOnUpdate, float from, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C32D0, LTDescr *, LeanTweenExt_LeanValue_6, (GameObject * gameObject, Action_2_Single_Object_ * callOnUpdate, float from, float to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C3360, LTDescr *, LeanTweenExt_LeanValue_7, (GameObject * gameObject, Action_1_UnityEngine_Color_ * callOnUpdate, Color from, Color to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C3610, LTDescr *, LeanTweenExt_LeanValue_8, (GameObject * gameObject, Action_1_UnityEngine_Vector2_ * callOnUpdate, Vector2 from, Vector2 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C3860, LTDescr *, LeanTweenExt_LeanValue_9, (GameObject * gameObject, Action_1_UnityEngine_Vector3_ * callOnUpdate, Vector3 from, Vector3 to, float time, MethodInfo * method)); DO_APP_FUNC(0x030C3A60, void, LeanTweenExt_LeanSetPosX, (Transform * transform, float val, MethodInfo * method)); DO_APP_FUNC(0x030C3BA0, void, LeanTweenExt_LeanSetPosY, (Transform * transform, float val, MethodInfo * method)); DO_APP_FUNC(0x030C3CE0, void, LeanTweenExt_LeanSetPosZ, (Transform * transform, float val, MethodInfo * method)); DO_APP_FUNC(0x030C3E20, void, LeanTweenExt_LeanSetLocalPosX, (Transform * transform, float val, MethodInfo * method)); DO_APP_FUNC(0x030C3F60, void, LeanTweenExt_LeanSetLocalPosY, (Transform * transform, float val, MethodInfo * method)); DO_APP_FUNC(0x030C40A0, void, LeanTweenExt_LeanSetLocalPosZ, (Transform * transform, float val, MethodInfo * method)); DO_APP_FUNC(0x030C41E0, Color, LeanTweenExt_LeanColor_1, (Transform * transform, MethodInfo * method)); DO_APP_FUNC(0x030C42A0, Vector3, LTDescr_get_from, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C42C0, void, LTDescr_set_from, (LTDescr * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01D331E0, Vector3, LTDescr_get_to, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x01D33200, void, LTDescr_set_to, (LTDescr * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x003BF700, LTDescr_ActionMethodDelegate *, LTDescr_get_easeInternal, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF710, void, LTDescr_set_easeInternal, (LTDescr * __this, LTDescr_ActionMethodDelegate * value, MethodInfo * method)); DO_APP_FUNC(0x00473D30, LTDescr_ActionMethodDelegate *, LTDescr_get_initInternal, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x00B2F140, void, LTDescr_set_initInternal, (LTDescr * __this, LTDescr_ActionMethodDelegate * value, MethodInfo * method)); DO_APP_FUNC(0x030C42D0, Transform *, LTDescr_get_toTrans, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C42F0, String *, LTDescr_ToString, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C4F80, void, LTDescr__ctor, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C5020, LTDescr *, LTDescr_cancel, (LTDescr * __this, GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x030C52D0, int32_t, LTDescr_get_uniqueId, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C52D0, int32_t, LTDescr_get_id, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x009E4000, LTDescrOptional *, LTDescr_get_optional, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8E20, void, LTDescr_set_optional, (LTDescr * __this, LTDescrOptional * value, MethodInfo * method)); DO_APP_FUNC(0x030C52E0, void, LTDescr_reset, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C5540, LTDescr *, LTDescr_setFollow, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C5550, LTDescr *, LTDescr_setMoveX, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C56E0, LTDescr *, LTDescr_setMoveY, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C5870, LTDescr *, LTDescr_setMoveZ, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C5A00, LTDescr *, LTDescr_setMoveLocalX, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C5B90, LTDescr *, LTDescr_setMoveLocalY, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C5D20, LTDescr *, LTDescr_setMoveLocalZ, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x02D5D0F0, void, LTDescr_initFromInternal, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84410, LTDescr_initFromInternal__MethodInfo); DO_APP_FUNC(0x030C5EB0, LTDescr *, LTDescr_setOffset, (LTDescr * __this, Vector3 offset, MethodInfo * method)); DO_APP_FUNC(0x030C5ED0, LTDescr *, LTDescr_setMoveCurved, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C6060, LTDescr *, LTDescr_setMoveCurvedLocal, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C61F0, LTDescr *, LTDescr_setMoveSpline, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C6380, LTDescr *, LTDescr_setMoveSplineLocal, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C6510, LTDescr *, LTDescr_setScaleX, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C66A0, LTDescr *, LTDescr_setScaleY, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C6830, LTDescr *, LTDescr_setScaleZ, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C69C0, LTDescr *, LTDescr_setRotateX, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C6B50, LTDescr *, LTDescr_setRotateY, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C6CE0, LTDescr *, LTDescr_setRotateZ, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C6E70, LTDescr *, LTDescr_setRotateAround, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C7000, LTDescr *, LTDescr_setRotateAroundLocal, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C7190, LTDescr *, LTDescr_setAlpha, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C7320, LTDescr *, LTDescr_setTextAlpha, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C74B0, LTDescr *, LTDescr_setAlphaVertex, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C7640, LTDescr *, LTDescr_setColor, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C77D0, LTDescr *, LTDescr_setCallbackColor, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C7960, LTDescr *, LTDescr_setTextColor, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C7AF0, LTDescr *, LTDescr_setCanvasAlpha, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C7C80, LTDescr *, LTDescr_setCanvasGroupAlpha, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C7E10, LTDescr *, LTDescr_setCanvasColor, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C7FA0, LTDescr *, LTDescr_setCanvasMoveX, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C8130, LTDescr *, LTDescr_setCanvasMoveY, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C82C0, LTDescr *, LTDescr_setCanvasMoveZ, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C8450, void, LTDescr_initCanvasRotateAround, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84270, LTDescr_initCanvasRotateAround__MethodInfo); DO_APP_FUNC(0x030C84F0, LTDescr *, LTDescr_setCanvasRotateAround, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C8680, LTDescr *, LTDescr_setCanvasRotateAroundLocal, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C8810, LTDescr *, LTDescr_setCanvasPlaySprite, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C89A0, LTDescr *, LTDescr_setCanvasMove, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C8B30, LTDescr *, LTDescr_setCanvasScale, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C8CC0, LTDescr *, LTDescr_setCanvasSizeDelta, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C8E50, void, LTDescr_callback, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84168, LTDescr_callback__MethodInfo); DO_APP_FUNC(0x030C8EE0, LTDescr *, LTDescr_setCallback, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C9160, LTDescr *, LTDescr_setValue3, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C93E0, LTDescr *, LTDescr_setMove, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C9570, LTDescr *, LTDescr_setMoveLocal, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C9700, LTDescr *, LTDescr_setMoveToTransform, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C9890, LTDescr *, LTDescr_setRotate, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C9A20, LTDescr *, LTDescr_setRotateLocal, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C9BB0, LTDescr *, LTDescr_setScale, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C9D40, LTDescr *, LTDescr_setGUIMove, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030C9ED0, LTDescr *, LTDescr_setGUIMoveMargin, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030CA060, LTDescr *, LTDescr_setGUIScale, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030CA1F0, LTDescr *, LTDescr_setGUIAlpha, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030CA380, LTDescr *, LTDescr_setGUIRotate, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030CA510, LTDescr *, LTDescr_setDelayedSound, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030CA6A0, LTDescr *, LTDescr_setTarget, (LTDescr * __this, Transform * trans, MethodInfo * method)); DO_APP_FUNC(0x030CA710, void, LTDescr_init, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030CA8C0, void, LTDescr_initSpeed, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030CA9C0, LTDescr *, LTDescr_updateNow, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030CA9E0, bool, LTDescr_updateInternal, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030CAF80, void, LTDescr_callOnCompletes, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030CB0B0, LTDescr *, LTDescr_setFromColor, (LTDescr * __this, Color col, MethodInfo * method)); DO_APP_FUNC(0x030CB120, void, LTDescr_alphaRecursive, (Transform * transform, float val, bool useRecursion, MethodInfo * method)); DO_APP_FUNC(0x030CB6E0, void, LTDescr_colorRecursive, (Transform * transform, Color toColor, bool useRecursion, MethodInfo * method)); DO_APP_FUNC(0x030CBB70, void, LTDescr_alphaRecursive_1, (RectTransform * rectTransform, float val, int32_t recursiveLevel, MethodInfo * method)); DO_APP_FUNC(0x030CC0B0, void, LTDescr_alphaRecursiveSprite, (Transform * transform, float val, MethodInfo * method)); DO_APP_FUNC(0x030CC5B0, void, LTDescr_colorRecursiveSprite, (Transform * transform, Color toColor, MethodInfo * method)); DO_APP_FUNC(0x030CCA30, void, LTDescr_colorRecursive_1, (RectTransform * rectTransform, Color toColor, MethodInfo * method)); DO_APP_FUNC(0x030CCEC0, void, LTDescr_textAlphaChildrenRecursive, (Transform * trans, float val, bool useRecursion, MethodInfo * method)); DO_APP_FUNC(0x030CD2B0, void, LTDescr_textAlphaRecursive, (Transform * trans, float val, bool useRecursion, MethodInfo * method)); DO_APP_FUNC(0x030CD6C0, void, LTDescr_textColorRecursive, (Transform * trans, Color toColor, MethodInfo * method)); DO_APP_FUNC(0x030CDA60, Color, LTDescr_tweenColor, (LTDescr * tween, float val, MethodInfo * method)); DO_APP_FUNC(0x030CDB30, LTDescr *, LTDescr_pause, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030CDB50, LTDescr *, LTDescr_resume, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030CDB60, LTDescr *, LTDescr_setAxis, (LTDescr * __this, Vector3 axis, MethodInfo * method)); DO_APP_FUNC(0x030CDB90, LTDescr *, LTDescr_setDelay, (LTDescr * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x030CDBA0, LTDescr *, LTDescr_setEase, (LTDescr * __this, LeanTweenType__Enum easeType, MethodInfo * method)); DO_APP_FUNC(0x030CF550, LTDescr *, LTDescr_setEaseLinear, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030CF630, LTDescr *, LTDescr_setEaseSpring, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030CF710, LTDescr *, LTDescr_setEaseInQuad, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030CF7F0, LTDescr *, LTDescr_setEaseOutQuad, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030CF8D0, LTDescr *, LTDescr_setEaseInOutQuad, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030CF9B0, LTDescr *, LTDescr_setEaseInCubic, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030CFA90, LTDescr *, LTDescr_setEaseOutCubic, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030CFB70, LTDescr *, LTDescr_setEaseInOutCubic, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030CFC50, LTDescr *, LTDescr_setEaseInQuart, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030CFD30, LTDescr *, LTDescr_setEaseOutQuart, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030CFE10, LTDescr *, LTDescr_setEaseInOutQuart, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030CFEF0, LTDescr *, LTDescr_setEaseInQuint, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030CFFD0, LTDescr *, LTDescr_setEaseOutQuint, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030D00B0, LTDescr *, LTDescr_setEaseInOutQuint, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030D0190, LTDescr *, LTDescr_setEaseInSine, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030D0270, LTDescr *, LTDescr_setEaseOutSine, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030D0350, LTDescr *, LTDescr_setEaseInOutSine, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030D0430, LTDescr *, LTDescr_setEaseInExpo, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030D0510, LTDescr *, LTDescr_setEaseOutExpo, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030D05F0, LTDescr *, LTDescr_setEaseInOutExpo, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030D06D0, LTDescr *, LTDescr_setEaseInCirc, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030D07B0, LTDescr *, LTDescr_setEaseOutCirc, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030D0890, LTDescr *, LTDescr_setEaseInOutCirc, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030D0970, LTDescr *, LTDescr_setEaseInBounce, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030D0A50, LTDescr *, LTDescr_setEaseOutBounce, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030D0B30, LTDescr *, LTDescr_setEaseInOutBounce, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030D0C10, LTDescr *, LTDescr_setEaseInBack, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030D0CF0, LTDescr *, LTDescr_setEaseOutBack, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030D0DD0, LTDescr *, LTDescr_setEaseInOutBack, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030D0EB0, LTDescr *, LTDescr_setEaseInElastic, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030D0F90, LTDescr *, LTDescr_setEaseOutElastic, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030D1070, LTDescr *, LTDescr_setEaseInOutElastic, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030D1150, LTDescr *, LTDescr_setEasePunch, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030D12F0, LTDescr *, LTDescr_setEaseShake, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030D1490, Vector3, LTDescr_tweenOnCurve, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83D40, LTDescr_tweenOnCurve__MethodInfo); DO_APP_FUNC(0x030D16B0, Vector3, LTDescr_easeInOutQuad, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83EC0, LTDescr_easeInOutQuad__MethodInfo); DO_APP_FUNC(0x030D17D0, Vector3, LTDescr_easeInQuad, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84008, LTDescr_easeInQuad__MethodInfo); DO_APP_FUNC(0x030D1880, Vector3, LTDescr_easeOutQuad, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83EB0, LTDescr_easeOutQuad__MethodInfo); DO_APP_FUNC(0x030D1960, Vector3, LTDescr_easeLinear, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C844E8, LTDescr_easeLinear__MethodInfo); DO_APP_FUNC(0x030D1A10, Vector3, LTDescr_easeSpring, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84030, LTDescr_easeSpring__MethodInfo); DO_APP_FUNC(0x030D1B80, Vector3, LTDescr_easeInCubic, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83E98, LTDescr_easeInCubic__MethodInfo); DO_APP_FUNC(0x030D1C40, Vector3, LTDescr_easeOutCubic, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83F00, LTDescr_easeOutCubic__MethodInfo); DO_APP_FUNC(0x030D1D20, Vector3, LTDescr_easeInOutCubic, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83EE0, LTDescr_easeInOutCubic__MethodInfo); DO_APP_FUNC(0x030D1E40, Vector3, LTDescr_easeInQuart, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83EF0, LTDescr_easeInQuart__MethodInfo); DO_APP_FUNC(0x030D1F00, Vector3, LTDescr_easeOutQuart, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83F40, LTDescr_easeOutQuart__MethodInfo); DO_APP_FUNC(0x030D1FF0, Vector3, LTDescr_easeInOutQuart, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83F10, LTDescr_easeInOutQuart__MethodInfo); DO_APP_FUNC(0x030D2190, Vector3, LTDescr_easeInQuint, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83F60, LTDescr_easeInQuint__MethodInfo); DO_APP_FUNC(0x030D2260, Vector3, LTDescr_easeOutQuint, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83F68, LTDescr_easeOutQuint__MethodInfo); DO_APP_FUNC(0x030D2350, Vector3, LTDescr_easeInOutQuint, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83F58, LTDescr_easeInOutQuint__MethodInfo); DO_APP_FUNC(0x030D2480, Vector3, LTDescr_easeInSine, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83DE0, LTDescr_easeInSine__MethodInfo); DO_APP_FUNC(0x030D25A0, Vector3, LTDescr_easeOutSine, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83DC0, LTDescr_easeOutSine__MethodInfo); DO_APP_FUNC(0x030D26A0, Vector3, LTDescr_easeInOutSine, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83DD0, LTDescr_easeInOutSine__MethodInfo); DO_APP_FUNC(0x030D2770, Vector3, LTDescr_easeInExpo, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83E28, LTDescr_easeInExpo__MethodInfo); DO_APP_FUNC(0x030D2840, Vector3, LTDescr_easeOutExpo, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83E00, LTDescr_easeOutExpo__MethodInfo); DO_APP_FUNC(0x030D2910, Vector3, LTDescr_easeInOutExpo, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83E48, LTDescr_easeInOutExpo__MethodInfo); DO_APP_FUNC(0x030D2A70, Vector3, LTDescr_easeInCirc, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83E58, LTDescr_easeInCirc__MethodInfo); DO_APP_FUNC(0x030D2B60, Vector3, LTDescr_easeOutCirc, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83E38, LTDescr_easeOutCirc__MethodInfo); DO_APP_FUNC(0x030D2C60, Vector3, LTDescr_easeInOutCirc, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83E80, LTDescr_easeInOutCirc__MethodInfo); DO_APP_FUNC(0x030D2DD0, Vector3, LTDescr_easeInBounce, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83E60, LTDescr_easeInBounce__MethodInfo); DO_APP_FUNC(0x030D2F60, Vector3, LTDescr_easeOutBounce, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83E68, LTDescr_easeOutBounce__MethodInfo); DO_APP_FUNC(0x030D31A0, Vector3, LTDescr_easeInOutBounce, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83CF0, LTDescr_easeInOutBounce__MethodInfo); DO_APP_FUNC(0x030D3410, Vector3, LTDescr_easeInBack, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83CD0, LTDescr_easeInBack__MethodInfo); DO_APP_FUNC(0x030D3500, Vector3, LTDescr_easeOutBack, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83D10, LTDescr_easeOutBack__MethodInfo); DO_APP_FUNC(0x030D3600, Vector3, LTDescr_easeInOutBack, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83D20, LTDescr_easeInOutBack__MethodInfo); DO_APP_FUNC(0x030D37A0, Vector3, LTDescr_easeInElastic, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83D00, LTDescr_easeInElastic__MethodInfo); DO_APP_FUNC(0x030D38F0, Vector3, LTDescr_easeOutElastic, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83D50, LTDescr_easeOutElastic__MethodInfo); DO_APP_FUNC(0x030D3A40, Vector3, LTDescr_easeInOutElastic, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83D30, LTDescr_easeInOutElastic__MethodInfo); DO_APP_FUNC(0x030D3B90, LTDescr *, LTDescr_setOvershoot, (LTDescr * __this, float overshoot, MethodInfo * method)); DO_APP_FUNC(0x030D3BA0, LTDescr *, LTDescr_setPeriod, (LTDescr * __this, float period, MethodInfo * method)); DO_APP_FUNC(0x030D3BB0, LTDescr *, LTDescr_setScale_1, (LTDescr * __this, float scale, MethodInfo * method)); DO_APP_FUNC(0x030D3BC0, LTDescr *, LTDescr_setEase_1, (LTDescr * __this, AnimationCurve * easeCurve, MethodInfo * method)); DO_APP_FUNC(0x030D3D10, LTDescr *, LTDescr_setTo, (LTDescr * __this, Vector3 to, MethodInfo * method)); DO_APP_FUNC(0x030CA6A0, LTDescr *, LTDescr_setTo_1, (LTDescr * __this, Transform * to, MethodInfo * method)); DO_APP_FUNC(0x030D3D70, LTDescr *, LTDescr_setFrom, (LTDescr * __this, Vector3 from, MethodInfo * method)); DO_APP_FUNC(0x030D3E60, LTDescr *, LTDescr_setFrom_1, (LTDescr * __this, float from, MethodInfo * method)); DO_APP_FUNC(0x030D3E90, LTDescr *, LTDescr_setDiff, (LTDescr * __this, Vector3 diff, MethodInfo * method)); DO_APP_FUNC(0x030D3EB0, LTDescr *, LTDescr_setHasInitialized, (LTDescr * __this, bool has, MethodInfo * method)); DO_APP_FUNC(0x030D3EC0, LTDescr *, LTDescr_setId, (LTDescr * __this, uint32_t id, uint32_t global_counter, MethodInfo * method)); DO_APP_FUNC(0x030BC680, LTDescr *, LTDescr_setPassed, (LTDescr * __this, float passed, MethodInfo * method)); DO_APP_FUNC(0x030D3ED0, LTDescr *, LTDescr_setTime, (LTDescr * __this, float time, MethodInfo * method)); DO_APP_FUNC(0x030D3EF0, LTDescr *, LTDescr_setSpeed, (LTDescr * __this, float speed, MethodInfo * method)); DO_APP_FUNC(0x030D3F20, LTDescr *, LTDescr_setRepeat, (LTDescr * __this, int32_t repeat, MethodInfo * method)); DO_APP_FUNC(0x030D3F70, LTDescr *, LTDescr_setLoopType, (LTDescr * __this, LeanTweenType__Enum loopType, MethodInfo * method)); DO_APP_FUNC(0x030D3F80, LTDescr *, LTDescr_setUseEstimatedTime, (LTDescr * __this, bool useEstimatedTime, MethodInfo * method)); DO_APP_FUNC(0x030D3F80, LTDescr *, LTDescr_setIgnoreTimeScale, (LTDescr * __this, bool useUnScaledTime, MethodInfo * method)); DO_APP_FUNC(0x030D3F90, LTDescr *, LTDescr_setUseFrames, (LTDescr * __this, bool useFrames, MethodInfo * method)); DO_APP_FUNC(0x030D3FA0, LTDescr *, LTDescr_setUseManualTime, (LTDescr * __this, bool useManualTime, MethodInfo * method)); DO_APP_FUNC(0x030D3FB0, LTDescr *, LTDescr_setLoopCount, (LTDescr * __this, int32_t loopCount, MethodInfo * method)); DO_APP_FUNC(0x030D3FD0, LTDescr *, LTDescr_setLoopOnce, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030D3FE0, LTDescr *, LTDescr_setLoopClamp, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030D4000, LTDescr *, LTDescr_setLoopClamp_1, (LTDescr * __this, int32_t loops, MethodInfo * method)); DO_APP_FUNC(0x030D4010, LTDescr *, LTDescr_setLoopPingPong, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC(0x030D4030, LTDescr *, LTDescr_setLoopPingPong_1, (LTDescr * __this, int32_t loops, MethodInfo * method)); DO_APP_FUNC(0x030D4050, LTDescr *, LTDescr_setOnComplete, (LTDescr * __this, Action * onComplete, MethodInfo * method)); DO_APP_FUNC(0x030D40D0, LTDescr *, LTDescr_setOnComplete_1, (LTDescr * __this, Action_1_Object_ * onComplete, MethodInfo * method)); DO_APP_FUNC(0x030D4150, LTDescr *, LTDescr_setOnComplete_2, (LTDescr * __this, Action_1_Object_ * onComplete, Object * onCompleteParam, MethodInfo * method)); DO_APP_FUNC(0x030D4250, LTDescr *, LTDescr_setOnCompleteParam, (LTDescr * __this, Object * onCompleteParam, MethodInfo * method)); DO_APP_FUNC(0x030D42D0, LTDescr *, LTDescr_setOnUpdate, (LTDescr * __this, Action_1_Single_ * onUpdate, MethodInfo * method)); DO_APP_FUNC(0x030D4350, LTDescr *, LTDescr_setOnUpdateRatio, (LTDescr * __this, Action_2_Single_Single_ * onUpdate, MethodInfo * method)); DO_APP_FUNC(0x030D43D0, LTDescr *, LTDescr_setOnUpdateObject, (LTDescr * __this, Action_2_Single_Object_ * onUpdate, MethodInfo * method)); DO_APP_FUNC(0x030D4450, LTDescr *, LTDescr_setOnUpdateVector2, (LTDescr * __this, Action_1_UnityEngine_Vector2_ * onUpdate, MethodInfo * method)); DO_APP_FUNC(0x030D44D0, LTDescr *, LTDescr_setOnUpdateVector3, (LTDescr * __this, Action_1_UnityEngine_Vector3_ * onUpdate, MethodInfo * method)); DO_APP_FUNC(0x030D4550, LTDescr *, LTDescr_setOnUpdateColor, (LTDescr * __this, Action_1_UnityEngine_Color_ * onUpdate, MethodInfo * method)); DO_APP_FUNC(0x030D45D0, LTDescr *, LTDescr_setOnUpdateColor_1, (LTDescr * __this, Action_2_UnityEngine_Color_Object_ * onUpdate, MethodInfo * method)); DO_APP_FUNC(0x030D4550, LTDescr *, LTDescr_setOnUpdate_1, (LTDescr * __this, Action_1_UnityEngine_Color_ * onUpdate, MethodInfo * method)); DO_APP_FUNC(0x030D45D0, LTDescr *, LTDescr_setOnUpdate_2, (LTDescr * __this, Action_2_UnityEngine_Color_Object_ * onUpdate, MethodInfo * method)); DO_APP_FUNC(0x030D4650, LTDescr *, LTDescr_setOnUpdate_3, (LTDescr * __this, Action_2_Single_Object_ * onUpdate, Object * onUpdateParam, MethodInfo * method)); DO_APP_FUNC(0x030D4750, LTDescr *, LTDescr_setOnUpdate_4, (LTDescr * __this, Action_2_UnityEngine_Vector3_Object_ * onUpdate, Object * onUpdateParam, MethodInfo * method)); DO_APP_FUNC(0x030D4850, LTDescr *, LTDescr_setOnUpdate_5, (LTDescr * __this, Action_1_UnityEngine_Vector2_ * onUpdate, Object * onUpdateParam, MethodInfo * method)); DO_APP_FUNC(0x030D4950, LTDescr *, LTDescr_setOnUpdate_6, (LTDescr * __this, Action_1_UnityEngine_Vector3_ * onUpdate, Object * onUpdateParam, MethodInfo * method)); DO_APP_FUNC(0x030D4A50, LTDescr *, LTDescr_setOnUpdateParam, (LTDescr * __this, Object * onUpdateParam, MethodInfo * method)); DO_APP_FUNC(0x030D4AC0, LTDescr *, LTDescr_setOrientToPath, (LTDescr * __this, bool doesOrient, MethodInfo * method)); DO_APP_FUNC(0x030D4BA0, LTDescr *, LTDescr_setOrientToPath2d, (LTDescr * __this, bool doesOrient2d, MethodInfo * method)); DO_APP_FUNC(0x030D4CD0, LTDescr *, LTDescr_setRect, (LTDescr * __this, LTRect * rect, MethodInfo * method)); DO_APP_FUNC(0x030D4D40, LTDescr *, LTDescr_setRect_1, (LTDescr * __this, Rect rect, MethodInfo * method)); DO_APP_FUNC(0x030D4E50, LTDescr *, LTDescr_setPath, (LTDescr * __this, LTBezierPath * path, MethodInfo * method)); DO_APP_FUNC(0x030D4EC0, LTDescr *, LTDescr_setPoint, (LTDescr * __this, Vector3 point, MethodInfo * method)); DO_APP_FUNC(0x030D4EF0, LTDescr *, LTDescr_setDestroyOnComplete, (LTDescr * __this, bool doesDestroy, MethodInfo * method)); DO_APP_FUNC(0x030D4F00, LTDescr *, LTDescr_setAudio, (LTDescr * __this, Object * audio, MethodInfo * method)); DO_APP_FUNC(0x030D4F70, LTDescr *, LTDescr_setOnCompleteOnRepeat, (LTDescr * __this, bool isOn, MethodInfo * method)); DO_APP_FUNC(0x030D4F80, LTDescr *, LTDescr_setOnCompleteOnStart, (LTDescr * __this, bool isOn, MethodInfo * method)); DO_APP_FUNC(0x030D4F90, LTDescr *, LTDescr_setRect_2, (LTDescr * __this, RectTransform * rect, MethodInfo * method)); DO_APP_FUNC(0x030D4FF0, LTDescr *, LTDescr_setSprites, (LTDescr * __this, Sprite__Array * sprites, MethodInfo * method)); DO_APP_FUNC(0x030D5050, LTDescr *, LTDescr_setFrameRate, (LTDescr * __this, float frameRate, MethodInfo * method)); DO_APP_FUNC(0x030D5080, LTDescr *, LTDescr_setOnStart, (LTDescr * __this, Action * onStart, MethodInfo * method)); DO_APP_FUNC(0x030D50F0, LTDescr *, LTDescr_setDirection, (LTDescr * __this, float direction, MethodInfo * method)); DO_APP_FUNC(0x030D5350, LTDescr *, LTDescr_setRecursive, (LTDescr * __this, bool useRecursion, MethodInfo * method)); DO_APP_FUNC(0x030D5360, void, LTDescr__setMoveX_b__73_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C844F0, LTDescr__setMoveX_b__73_0__MethodInfo); DO_APP_FUNC(0x030D53F0, void, LTDescr__setMoveX_b__73_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C844D8, LTDescr__setMoveX_b__73_1__MethodInfo); DO_APP_FUNC(0x030D5590, void, LTDescr__setMoveY_b__74_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C844E0, LTDescr__setMoveY_b__74_0__MethodInfo); DO_APP_FUNC(0x030D5620, void, LTDescr__setMoveY_b__74_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C843E0, LTDescr__setMoveY_b__74_1__MethodInfo); DO_APP_FUNC(0x030D57B0, void, LTDescr__setMoveZ_b__75_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C843E8, LTDescr__setMoveZ_b__75_0__MethodInfo); DO_APP_FUNC(0x030D5840, void, LTDescr__setMoveZ_b__75_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C843D0, LTDescr__setMoveZ_b__75_1__MethodInfo); DO_APP_FUNC(0x030D59B0, void, LTDescr__setMoveLocalX_b__76_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C843D8, LTDescr__setMoveLocalX_b__76_0__MethodInfo); DO_APP_FUNC(0x030D5A40, void, LTDescr__setMoveLocalX_b__76_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84400, LTDescr__setMoveLocalX_b__76_1__MethodInfo); DO_APP_FUNC(0x030D5BE0, void, LTDescr__setMoveLocalY_b__77_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84408, LTDescr__setMoveLocalY_b__77_0__MethodInfo); DO_APP_FUNC(0x030D5C70, void, LTDescr__setMoveLocalY_b__77_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C843F0, LTDescr__setMoveLocalY_b__77_1__MethodInfo); DO_APP_FUNC(0x030D5E00, void, LTDescr__setMoveLocalZ_b__78_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C843F8, LTDescr__setMoveLocalZ_b__78_0__MethodInfo); DO_APP_FUNC(0x030D5E90, void, LTDescr__setMoveLocalZ_b__78_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84420, LTDescr__setMoveLocalZ_b__78_1__MethodInfo); DO_APP_FUNC(0x030D6000, void, LTDescr__setMoveCurved_b__81_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84428, LTDescr__setMoveCurved_b__81_0__MethodInfo); DO_APP_FUNC(0x030D6480, void, LTDescr__setMoveCurvedLocal_b__82_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84418, LTDescr__setMoveCurvedLocal_b__82_0__MethodInfo); DO_APP_FUNC(0x030D6800, void, LTDescr__setMoveSpline_b__83_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84438, LTDescr__setMoveSpline_b__83_0__MethodInfo); DO_APP_FUNC(0x030D6B50, void, LTDescr__setMoveSplineLocal_b__84_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84430, LTDescr__setMoveSplineLocal_b__84_0__MethodInfo); DO_APP_FUNC(0x030D6D90, void, LTDescr__setScaleX_b__85_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84368, LTDescr__setScaleX_b__85_0__MethodInfo); DO_APP_FUNC(0x030D6E20, void, LTDescr__setScaleX_b__85_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84360, LTDescr__setScaleX_b__85_1__MethodInfo); DO_APP_FUNC(0x030D6FC0, void, LTDescr__setScaleY_b__86_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84358, LTDescr__setScaleY_b__86_0__MethodInfo); DO_APP_FUNC(0x030D7050, void, LTDescr__setScaleY_b__86_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84350, LTDescr__setScaleY_b__86_1__MethodInfo); DO_APP_FUNC(0x030D71E0, void, LTDescr__setScaleZ_b__87_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84388, LTDescr__setScaleZ_b__87_0__MethodInfo); DO_APP_FUNC(0x030D7270, void, LTDescr__setScaleZ_b__87_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84380, LTDescr__setScaleZ_b__87_1__MethodInfo); DO_APP_FUNC(0x030D73E0, void, LTDescr__setRotateX_b__88_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84378, LTDescr__setRotateX_b__88_0__MethodInfo); DO_APP_FUNC(0x030D74F0, void, LTDescr__setRotateX_b__88_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84370, LTDescr__setRotateX_b__88_1__MethodInfo); DO_APP_FUNC(0x030D7680, void, LTDescr__setRotateY_b__89_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C843A8, LTDescr__setRotateY_b__89_0__MethodInfo); DO_APP_FUNC(0x030D7790, void, LTDescr__setRotateY_b__89_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C843A0, LTDescr__setRotateY_b__89_1__MethodInfo); DO_APP_FUNC(0x030D7920, void, LTDescr__setRotateZ_b__90_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84398, LTDescr__setRotateZ_b__90_0__MethodInfo); DO_APP_FUNC(0x030D7A30, void, LTDescr__setRotateZ_b__90_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84390, LTDescr__setRotateZ_b__90_1__MethodInfo); DO_APP_FUNC(0x030D7BB0, void, LTDescr__setRotateAround_b__91_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C843C8, LTDescr__setRotateAround_b__91_0__MethodInfo); DO_APP_FUNC(0x030D7C40, void, LTDescr__setRotateAround_b__91_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C843C0, LTDescr__setRotateAround_b__91_1__MethodInfo); DO_APP_FUNC(0x030D80B0, void, LTDescr__setRotateAroundLocal_b__92_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C843B8, LTDescr__setRotateAroundLocal_b__92_0__MethodInfo); DO_APP_FUNC(0x030D8140, void, LTDescr__setRotateAroundLocal_b__92_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C843B0, LTDescr__setRotateAroundLocal_b__92_1__MethodInfo); DO_APP_FUNC(0x030D86B0, void, LTDescr__setAlpha_b__93_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C842E0, LTDescr__setAlpha_b__93_0__MethodInfo); DO_APP_FUNC(0x030D9010, void, LTDescr__setAlpha_b__93_2, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83BB0, LTDescr__setAlpha_b__93_2__MethodInfo); DO_APP_FUNC(0x030D9370, void, LTDescr__setAlpha_b__93_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C842D8, LTDescr__setAlpha_b__93_1__MethodInfo); DO_APP_FUNC(0x030D96F0, void, LTDescr__setTextAlpha_b__94_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C842D0, LTDescr__setTextAlpha_b__94_0__MethodInfo); DO_APP_FUNC(0x030D98C0, void, LTDescr__setTextAlpha_b__94_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C842C8, LTDescr__setTextAlpha_b__94_1__MethodInfo); DO_APP_FUNC(0x030D9920, void, LTDescr__setAlphaVertex_b__95_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84300, LTDescr__setAlphaVertex_b__95_0__MethodInfo); DO_APP_FUNC(0x030D9A40, void, LTDescr__setAlphaVertex_b__95_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C842F8, LTDescr__setAlphaVertex_b__95_1__MethodInfo); DO_APP_FUNC(0x030D9E40, void, LTDescr__setColor_b__96_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C842F0, LTDescr__setColor_b__96_0__MethodInfo); DO_APP_FUNC(0x030DA810, void, LTDescr__setColor_b__96_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C842E8, LTDescr__setColor_b__96_1__MethodInfo); DO_APP_FUNC(0x030DABC0, void, LTDescr__setCallbackColor_b__97_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84320, LTDescr__setCallbackColor_b__97_0__MethodInfo); DO_APP_FUNC(0x030DABE0, void, LTDescr__setCallbackColor_b__97_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84318, LTDescr__setCallbackColor_b__97_1__MethodInfo); DO_APP_FUNC(0x030DAF90, void, LTDescr__setTextColor_b__98_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84310, LTDescr__setTextColor_b__98_0__MethodInfo); DO_APP_FUNC(0x030DB1A0, void, LTDescr__setTextColor_b__98_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84308, LTDescr__setTextColor_b__98_1__MethodInfo); DO_APP_FUNC(0x030DB400, void, LTDescr__setCanvasAlpha_b__99_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84348, LTDescr__setCanvasAlpha_b__99_0__MethodInfo); DO_APP_FUNC(0x030DB740, void, LTDescr__setCanvasAlpha_b__99_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84340, LTDescr__setCanvasAlpha_b__99_1__MethodInfo); DO_APP_FUNC(0x030DBAA0, void, LTDescr__setCanvasGroupAlpha_b__100_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84330, LTDescr__setCanvasGroupAlpha_b__100_0__MethodInfo); DO_APP_FUNC(0x030DBB50, void, LTDescr__setCanvasGroupAlpha_b__100_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84328, LTDescr__setCanvasGroupAlpha_b__100_1__MethodInfo); DO_APP_FUNC(0x030DBC20, void, LTDescr__setCanvasColor_b__101_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84230, LTDescr__setCanvasColor_b__101_0__MethodInfo); DO_APP_FUNC(0x030DBFB0, void, LTDescr__setCanvasColor_b__101_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84228, LTDescr__setCanvasColor_b__101_1__MethodInfo); DO_APP_FUNC(0x030DC370, void, LTDescr__setCanvasMoveX_b__102_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84210, LTDescr__setCanvasMoveX_b__102_0__MethodInfo); DO_APP_FUNC(0x030DC3B0, void, LTDescr__setCanvasMoveX_b__102_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84200, LTDescr__setCanvasMoveX_b__102_1__MethodInfo); DO_APP_FUNC(0x030DC470, void, LTDescr__setCanvasMoveY_b__103_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84250, LTDescr__setCanvasMoveY_b__103_0__MethodInfo); DO_APP_FUNC(0x030DC4B0, void, LTDescr__setCanvasMoveY_b__103_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84248, LTDescr__setCanvasMoveY_b__103_1__MethodInfo); DO_APP_FUNC(0x030DC570, void, LTDescr__setCanvasMoveZ_b__104_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84240, LTDescr__setCanvasMoveZ_b__104_0__MethodInfo); DO_APP_FUNC(0x030DC5B0, void, LTDescr__setCanvasMoveZ_b__104_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84238, LTDescr__setCanvasMoveZ_b__104_1__MethodInfo); DO_APP_FUNC(0x030DC660, void, LTDescr__setCanvasRotateAround_b__106_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84280, LTDescr__setCanvasRotateAround_b__106_0__MethodInfo); DO_APP_FUNC(0x030DCA60, void, LTDescr__setCanvasRotateAroundLocal_b__107_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84258, LTDescr__setCanvasRotateAroundLocal_b__107_0__MethodInfo); DO_APP_FUNC(0x030DCF50, void, LTDescr__setCanvasPlaySprite_b__108_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84260, LTDescr__setCanvasPlaySprite_b__108_0__MethodInfo); DO_APP_FUNC(0x030DD000, void, LTDescr__setCanvasPlaySprite_b__108_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C842B0, LTDescr__setCanvasPlaySprite_b__108_1__MethodInfo); DO_APP_FUNC(0x030DD0E0, void, LTDescr__setCanvasMove_b__109_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C842B8, LTDescr__setCanvasMove_b__109_0__MethodInfo); DO_APP_FUNC(0x030DD120, void, LTDescr__setCanvasMove_b__109_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84298, LTDescr__setCanvasMove_b__109_1__MethodInfo); DO_APP_FUNC(0x030DD180, void, LTDescr__setCanvasScale_b__110_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C842A0, LTDescr__setCanvasScale_b__110_0__MethodInfo); DO_APP_FUNC(0x030DD210, void, LTDescr__setCanvasScale_b__110_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84120, LTDescr__setCanvasScale_b__110_1__MethodInfo); DO_APP_FUNC(0x030DD2B0, void, LTDescr__setCanvasSizeDelta_b__111_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84130, LTDescr__setCanvasSizeDelta_b__111_0__MethodInfo); DO_APP_FUNC(0x030DD350, void, LTDescr__setCanvasSizeDelta_b__111_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C840F8, LTDescr__setCanvasSizeDelta_b__111_1__MethodInfo); DO_APP_FUNC(0x030DD3F0, void, LTDescr__setMove_b__115_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C841A8, LTDescr__setMove_b__115_0__MethodInfo); DO_APP_FUNC(0x030DD480, void, LTDescr__setMove_b__115_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C841B0, LTDescr__setMove_b__115_1__MethodInfo); DO_APP_FUNC(0x030DD570, void, LTDescr__setMoveLocal_b__116_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84180, LTDescr__setMoveLocal_b__116_0__MethodInfo); DO_APP_FUNC(0x030DD600, void, LTDescr__setMoveLocal_b__116_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84198, LTDescr__setMoveLocal_b__116_1__MethodInfo); DO_APP_FUNC(0x030DD3F0, void, LTDescr__setMoveToTransform_b__117_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C841D0, LTDescr__setMoveToTransform_b__117_0__MethodInfo); DO_APP_FUNC(0x030DD6F0, void, LTDescr__setMoveToTransform_b__117_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C841F0, LTDescr__setMoveToTransform_b__117_1__MethodInfo); DO_APP_FUNC(0x030DD8D0, void, LTDescr__setRotate_b__118_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C841B8, LTDescr__setRotate_b__118_0__MethodInfo); DO_APP_FUNC(0x030DDA40, void, LTDescr__setRotate_b__118_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C841C8, LTDescr__setRotate_b__118_1__MethodInfo); DO_APP_FUNC(0x030DDAF0, void, LTDescr__setRotateLocal_b__119_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84048, LTDescr__setRotateLocal_b__119_0__MethodInfo); DO_APP_FUNC(0x030DDC60, void, LTDescr__setRotateLocal_b__119_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84050, LTDescr__setRotateLocal_b__119_1__MethodInfo); DO_APP_FUNC(0x030DDD10, void, LTDescr__setScale_b__120_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84038, LTDescr__setScale_b__120_0__MethodInfo); DO_APP_FUNC(0x030DDDA0, void, LTDescr__setScale_b__120_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84040, LTDescr__setScale_b__120_1__MethodInfo); DO_APP_FUNC(0x030DDE90, void, LTDescr__setGUIMove_b__121_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84070, LTDescr__setGUIMove_b__121_0__MethodInfo); DO_APP_FUNC(0x030DDF10, void, LTDescr__setGUIMove_b__121_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84078, LTDescr__setGUIMove_b__121_1__MethodInfo); DO_APP_FUNC(0x030DDFF0, void, LTDescr__setGUIMoveMargin_b__122_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84058, LTDescr__setGUIMoveMargin_b__122_0__MethodInfo); DO_APP_FUNC(0x030DE030, void, LTDescr__setGUIMoveMargin_b__122_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84068, LTDescr__setGUIMoveMargin_b__122_1__MethodInfo); DO_APP_FUNC(0x030DE0A0, void, LTDescr__setGUIScale_b__123_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C840A8, LTDescr__setGUIScale_b__123_0__MethodInfo); DO_APP_FUNC(0x030DE120, void, LTDescr__setGUIScale_b__123_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C840B8, LTDescr__setGUIScale_b__123_1__MethodInfo); DO_APP_FUNC(0x030DE1F0, void, LTDescr__setGUIAlpha_b__124_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84080, LTDescr__setGUIAlpha_b__124_0__MethodInfo); DO_APP_FUNC(0x030DE220, void, LTDescr__setGUIAlpha_b__124_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84098, LTDescr__setGUIAlpha_b__124_1__MethodInfo); DO_APP_FUNC(0x030DE280, void, LTDescr__setGUIRotate_b__125_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C840D0, LTDescr__setGUIRotate_b__125_0__MethodInfo); DO_APP_FUNC(0x030DE300, void, LTDescr__setGUIRotate_b__125_1, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C840E8, LTDescr__setGUIRotate_b__125_1__MethodInfo); DO_APP_FUNC(0x030DE360, void, LTDescr__setDelayedSound_b__126_0, (LTDescr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C840C8, LTDescr__setDelayedSound_b__126_0__MethodInfo); DO_APP_FUNC(0x016086F0, void, LTDescr_EaseTypeDelegate__ctor, (LTDescr_EaseTypeDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01608820, Vector3, LTDescr_EaseTypeDelegate_Invoke, (LTDescr_EaseTypeDelegate * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5A50, IAsyncResult *, LTDescr_EaseTypeDelegate_BeginInvoke, (LTDescr_EaseTypeDelegate * __this, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x030DE370, Vector3, LTDescr_EaseTypeDelegate_EndInvoke, (LTDescr_EaseTypeDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, LTDescr_ActionMethodDelegate__ctor, (LTDescr_ActionMethodDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, LTDescr_ActionMethodDelegate_Invoke, (LTDescr_ActionMethodDelegate * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5A50, IAsyncResult *, LTDescr_ActionMethodDelegate_BeginInvoke, (LTDescr_ActionMethodDelegate * __this, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, LTDescr_ActionMethodDelegate_EndInvoke, (LTDescr_ActionMethodDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x030DE3D0, void, LTDescr_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LTDescr_c__ctor, (LTDescr_c * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LTDescr_c__setCallback_b__113_0, (LTDescr_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84178, LTDescr_c__setCallback_b__113_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, LTDescr_c__setValue3_b__114_0, (LTDescr_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84158, LTDescr_c__setValue3_b__114_0__MethodInfo); DO_APP_FUNC(0x003B93C0, Transform *, LTDescrOptional_get_toTrans, (LTDescrOptional * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LTDescrOptional_set_toTrans, (LTDescrOptional * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00675890, Vector3, LTDescrOptional_get_point, (LTDescrOptional * __this, MethodInfo * method)); DO_APP_FUNC(0x006758B0, void, LTDescrOptional_set_point, (LTDescrOptional * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x012D0740, Vector3, LTDescrOptional_get_axis, (LTDescrOptional * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAADD0, void, LTDescrOptional_set_axis, (LTDescrOptional * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, LTDescrOptional_get_lastVal, (LTDescrOptional * __this, MethodInfo * method)); DO_APP_FUNC(0x00989750, void, LTDescrOptional_set_lastVal, (LTDescrOptional * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02DF4480, Quaternion, LTDescrOptional_get_origRotation, (LTDescrOptional * __this, MethodInfo * method)); DO_APP_FUNC(0x02DF4490, void, LTDescrOptional_set_origRotation, (LTDescrOptional * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, LTBezierPath *, LTDescrOptional_get_path, (LTDescrOptional * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, LTDescrOptional_set_path, (LTDescrOptional * __this, LTBezierPath * value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, LTSpline *, LTDescrOptional_get_spline, (LTDescrOptional * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, LTDescrOptional_set_spline, (LTDescrOptional * __this, LTSpline * value, MethodInfo * method)); DO_APP_FUNC(0x003C7020, LTRect *, LTDescrOptional_get_ltRect, (LTDescrOptional * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE20, void, LTDescrOptional_set_ltRect, (LTDescrOptional * __this, LTRect * value, MethodInfo * method)); DO_APP_FUNC(0x003C7030, Action_1_Single_ *, LTDescrOptional_get_onUpdateFloat, (LTDescrOptional * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, LTDescrOptional_set_onUpdateFloat, (LTDescrOptional * __this, Action_1_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C7040, Action_2_Single_Single_ *, LTDescrOptional_get_onUpdateFloatRatio, (LTDescrOptional * __this, MethodInfo * method)); DO_APP_FUNC(0x00591040, void, LTDescrOptional_set_onUpdateFloatRatio, (LTDescrOptional * __this, Action_2_Single_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x00A90540, Action_2_Single_Object_ *, LTDescrOptional_get_onUpdateFloatObject, (LTDescrOptional * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90550, void, LTDescrOptional_set_onUpdateFloatObject, (LTDescrOptional * __this, Action_2_Single_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, Action_1_UnityEngine_Vector2_ *, LTDescrOptional_get_onUpdateVector2, (LTDescrOptional * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F50, void, LTDescrOptional_set_onUpdateVector2, (LTDescrOptional * __this, Action_1_UnityEngine_Vector2_ * value, MethodInfo * method)); DO_APP_FUNC(0x00605860, Action_1_UnityEngine_Vector3_ *, LTDescrOptional_get_onUpdateVector3, (LTDescrOptional * __this, MethodInfo * method)); DO_APP_FUNC(0x00473A50, void, LTDescrOptional_set_onUpdateVector3, (LTDescrOptional * __this, Action_1_UnityEngine_Vector3_ * value, MethodInfo * method)); DO_APP_FUNC(0x003BF700, Action_2_UnityEngine_Vector3_Object_ *, LTDescrOptional_get_onUpdateVector3Object, (LTDescrOptional * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF710, void, LTDescrOptional_set_onUpdateVector3Object, (LTDescrOptional * __this, Action_2_UnityEngine_Vector3_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x00473D30, Action_1_UnityEngine_Color_ *, LTDescrOptional_get_onUpdateColor, (LTDescrOptional * __this, MethodInfo * method)); DO_APP_FUNC(0x00B2F140, void, LTDescrOptional_set_onUpdateColor, (LTDescrOptional * __this, Action_1_UnityEngine_Color_ * value, MethodInfo * method)); DO_APP_FUNC(0x004B2C80, Action_2_UnityEngine_Color_Object_ *, LTDescrOptional_get_onUpdateColorObject, (LTDescrOptional * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C90, void, LTDescrOptional_set_onUpdateColorObject, (LTDescrOptional * __this, Action_2_UnityEngine_Color_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x0070EC40, Action *, LTDescrOptional_get_onComplete, (LTDescrOptional * __this, MethodInfo * method)); DO_APP_FUNC(0x00B481B0, void, LTDescrOptional_set_onComplete, (LTDescrOptional * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x0070ED80, Action_1_Object_ *, LTDescrOptional_get_onCompleteObject, (LTDescrOptional * __this, MethodInfo * method)); DO_APP_FUNC(0x00B48210, void, LTDescrOptional_set_onCompleteObject, (LTDescrOptional * __this, Action_1_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x004F66F0, Object *, LTDescrOptional_get_onCompleteParam, (LTDescrOptional * __this, MethodInfo * method)); DO_APP_FUNC(0x004F6700, void, LTDescrOptional_set_onCompleteParam, (LTDescrOptional * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00675FE0, Object *, LTDescrOptional_get_onUpdateParam, (LTDescrOptional * __this, MethodInfo * method)); DO_APP_FUNC(0x00675F80, void, LTDescrOptional_set_onUpdateParam, (LTDescrOptional * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00AC8DB0, Action *, LTDescrOptional_get_onStart, (LTDescrOptional * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8DC0, void, LTDescrOptional_set_onStart, (LTDescrOptional * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x030DE480, void, LTDescrOptional_reset, (LTDescrOptional * __this, MethodInfo * method)); DO_APP_FUNC(0x030DE900, void, LTDescrOptional_callOnUpdate, (LTDescrOptional * __this, float val, float ratioPassed, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LTDescrOptional__ctor, (LTDescrOptional * __this, MethodInfo * method)); DO_APP_FUNC(0x030DEAF0, int32_t, LTSeq_get_id, (LTSeq * __this, MethodInfo * method)); DO_APP_FUNC(0x030DEB00, void, LTSeq_reset, (LTSeq * __this, MethodInfo * method)); DO_APP_FUNC(0x030DEBB0, void, LTSeq_init, (LTSeq * __this, uint32_t id, uint32_t global_counter, MethodInfo * method)); DO_APP_FUNC(0x030DEC40, LTSeq *, LTSeq_addOn, (LTSeq * __this, MethodInfo * method)); DO_APP_FUNC(0x030DED90, float, LTSeq_addPreviousDelays, (LTSeq * __this, MethodInfo * method)); DO_APP_FUNC(0x030DEDE0, LTSeq *, LTSeq_append, (LTSeq * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x030DEE10, LTSeq *, LTSeq_append_1, (LTSeq * __this, Action * callback, MethodInfo * method)); DO_APP_FUNC(0x030DEE80, LTSeq *, LTSeq_append_2, (LTSeq * __this, Action_1_Object_ * callback, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x030DF000, LTSeq *, LTSeq_append_3, (LTSeq * __this, GameObject * gameObject, Action * callback, MethodInfo * method)); DO_APP_FUNC(0x030DF090, LTSeq *, LTSeq_append_4, (LTSeq * __this, GameObject * gameObject, Action_1_Object_ * callback, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x030DF140, LTSeq *, LTSeq_append_5, (LTSeq * __this, LTDescr * tween, MethodInfo * method)); DO_APP_FUNC(0x030DF200, LTSeq *, LTSeq_insert, (LTSeq * __this, LTDescr * tween, MethodInfo * method)); DO_APP_FUNC(0x030DF2C0, LTSeq *, LTSeq_setScale, (LTSeq * __this, float timeScale, MethodInfo * method)); DO_APP_FUNC(0x030DF370, void, LTSeq_setScaleRecursive, (LTSeq * __this, LTSeq * seq, float timeScale, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x030DF400, LTSeq *, LTSeq_reverse, (LTSeq * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LTSeq__ctor, (LTSeq * __this, MethodInfo * method)); DO_APP_FUNC(0x030DF410, void, MobileBlur_OnRenderImage, (MobileBlur * __this, RenderTexture * source, RenderTexture * destination, MethodInfo * method)); DO_APP_FUNC(0x030DFFE0, void, MobileBlur__ctor, (MobileBlur * __this, MethodInfo * method)); DO_APP_FUNC(0x030E0040, void, MobileBlur__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, Outline_Mode__Enum, Outline_get_OutlineMode, (Outline * __this, MethodInfo * method)); DO_APP_FUNC(0x030E0230, void, Outline_set_OutlineMode, (Outline * __this, Outline_Mode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02AC0110, Color, Outline_get_OutlineColor, (Outline * __this, MethodInfo * method)); DO_APP_FUNC(0x030E0240, void, Outline_set_OutlineColor, (Outline * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x01CA7A30, float, Outline_get_OutlineWidth, (Outline * __this, MethodInfo * method)); DO_APP_FUNC(0x030E0250, void, Outline_set_OutlineWidth, (Outline * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x030E0260, void, Outline_Awake, (Outline * __this, MethodInfo * method)); DO_APP_FUNC(0x030E0270, void, Outline_Setup, (Outline * __this, MethodInfo * method)); DO_APP_FUNC(0x030E0960, void, Outline_OnEnable, (Outline * __this, MethodInfo * method)); DO_APP_FUNC(0x030E0970, void, Outline_SetMaterials, (Outline * __this, MethodInfo * method)); DO_APP_FUNC(0x030E0B50, bool, Outline_IsSetup, (Outline * __this, MethodInfo * method)); DO_APP_FUNC(0x030E0D30, void, Outline_OnValidate, (Outline * __this, MethodInfo * method)); DO_APP_FUNC(0x030E0E50, void, Outline_Update, (Outline * __this, MethodInfo * method)); DO_APP_FUNC(0x030E0E70, void, Outline_OnDisable, (Outline * __this, MethodInfo * method)); DO_APP_FUNC(0x030E1080, void, Outline_OnDestroy, (Outline * __this, MethodInfo * method)); DO_APP_FUNC(0x030E1290, void, Outline_Bake, (Outline * __this, MethodInfo * method)); DO_APP_FUNC(0x030E14D0, void, Outline_LoadSmoothNormals, (Outline * __this, MethodInfo * method)); DO_APP_FUNC(0x030E1890, List_1_UnityEngine_Vector3_ *, Outline_SmoothNormals, (Outline * __this, Mesh * mesh, MethodInfo * method)); DO_APP_FUNC(0x030E2440, void, Outline_OnCanStartInteract, (Outline * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83980, Outline_OnCanStartInteract__MethodInfo); DO_APP_FUNC(0x030E24C0, void, Outline_OnCannotStartInteract, (Outline * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83970, Outline_OnCannotStartInteract__MethodInfo); DO_APP_FUNC(0x030E2530, void, Outline_UpdateMaterialProperties, (Outline * __this, MethodInfo * method)); DO_APP_FUNC(0x030E2730, void, Outline__ctor, (Outline * __this, MethodInfo * method)); DO_APP_FUNC(0x030E2970, void, Outline__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Outline_ListVector3__ctor, (Outline_ListVector3 * __this, MethodInfo * method)); DO_APP_FUNC(0x030E2A40, void, Outline_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Outline_c__ctor, (Outline_c * __this, MethodInfo * method)); DO_APP_FUNC(0x030E2AF0, bool, Outline_c__Setup_b__29_0, (Outline_c * __this, Renderer * r, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C839E0, Outline_c__Setup_b__29_0__MethodInfo); DO_APP_FUNC(0x030E2B40, KeyValuePair_2_UnityEngine_Vector3_System_Int32_, Outline_c__SmoothNormals_b__39_0, (Outline_c * __this, Vector3 vertex, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C838B8, Outline_c__SmoothNormals_b__39_0__MethodInfo); DO_APP_FUNC(0x030E2BA0, Vector3, Outline_c__SmoothNormals_b__39_1, (Outline_c * __this, KeyValuePair_2_UnityEngine_Vector3_System_Int32_ pair, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C838A8, Outline_c__SmoothNormals_b__39_1__MethodInfo); DO_APP_FUNC(0x030E2BF0, void, Lightning_Start, (Lightning * __this, MethodInfo * method)); DO_APP_FUNC(0x030E2C40, IEnumerator *, Lightning_Storm, (Lightning * __this, MethodInfo * method)); DO_APP_FUNC(0x030E2CE0, IEnumerator *, Lightning_Soundfx, (Lightning * __this, MethodInfo * method)); DO_APP_FUNC(0x030E2D80, void, Lightning__ctor, (Lightning * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Lightning_Storm_d_16__ctor, (Lightning_Storm_d_16 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Lightning_Storm_d_16_System_IDisposable_Dispose, (Lightning_Storm_d_16 * __this, MethodInfo * method)); DO_APP_FUNC(0x030E2DF0, bool, Lightning_Storm_d_16_MoveNext, (Lightning_Storm_d_16 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Lightning_Storm_d_16_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Lightning_Storm_d_16 * __this, MethodInfo * method)); DO_APP_FUNC(0x030E3080, void, Lightning_Storm_d_16_System_Collections_IEnumerator_Reset, (Lightning_Storm_d_16 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85730, Lightning_Storm_d_16_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Lightning_Storm_d_16_System_Collections_IEnumerator_get_Current, (Lightning_Storm_d_16 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Lightning_Soundfx_d_17__ctor, (Lightning_Soundfx_d_17 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Lightning_Soundfx_d_17_System_IDisposable_Dispose, (Lightning_Soundfx_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x030E30D0, bool, Lightning_Soundfx_d_17_MoveNext, (Lightning_Soundfx_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Lightning_Soundfx_d_17_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Lightning_Soundfx_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x030E33C0, void, Lightning_Soundfx_d_17_System_Collections_IEnumerator_Reset, (Lightning_Soundfx_d_17 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85738, Lightning_Soundfx_d_17_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Lightning_Soundfx_d_17_System_Collections_IEnumerator_get_Current, (Lightning_Soundfx_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x030E3410, void, ProtonPack_Start, (ProtonPack * __this, MethodInfo * method)); DO_APP_FUNC(0x030E34D0, void, ProtonPack_Update, (ProtonPack * __this, MethodInfo * method)); DO_APP_FUNC(0x030E35D0, IEnumerator *, ProtonPack_ProtonPackFire, (ProtonPack * __this, MethodInfo * method)); DO_APP_FUNC(0x030E3670, void, ProtonPack_ProtonPackStop, (ProtonPack * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ProtonPack__ctor, (ProtonPack * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ProtonPack_ProtonPackFire_d_10__ctor, (ProtonPack_ProtonPackFire_d_10 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ProtonPack_ProtonPackFire_d_10_System_IDisposable_Dispose, (ProtonPack_ProtonPackFire_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x030E3890, bool, ProtonPack_ProtonPackFire_d_10_MoveNext, (ProtonPack_ProtonPackFire_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ProtonPack_ProtonPackFire_d_10_System_Collections_Generic_IEnumerator_System_Object__get_Current, (ProtonPack_ProtonPackFire_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x030E3A80, void, ProtonPack_ProtonPackFire_d_10_System_Collections_IEnumerator_Reset, (ProtonPack_ProtonPackFire_d_10 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85740, ProtonPack_ProtonPackFire_d_10_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ProtonPack_ProtonPackFire_d_10_System_Collections_IEnumerator_get_Current, (ProtonPack_ProtonPackFire_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x030E3AD0, void, ScrollUV_Clouds_Start, (ScrollUV_Clouds * __this, MethodInfo * method)); DO_APP_FUNC(0x0307C580, void, ScrollUV_Clouds_FixedUpdate, (ScrollUV_Clouds * __this, MethodInfo * method)); DO_APP_FUNC(0x0307C6B0, void, ScrollUV_Clouds_DoActivateTrigger, (ScrollUV_Clouds * __this, MethodInfo * method)); DO_APP_FUNC(0x0307C6C0, void, ScrollUV_Clouds__ctor, (ScrollUV_Clouds * __this, MethodInfo * method)); DO_APP_FUNC(0x030E3C80, void, ShatterableGlass_Start, (ShatterableGlass * __this, MethodInfo * method)); DO_APP_FUNC(0x030E44E0, void, ShatterableGlass_Shatter2D, (ShatterableGlass * __this, Vector2 HitPoint, MethodInfo * method)); DO_APP_FUNC(0x030E4580, void, ShatterableGlass_Shatter3D, (ShatterableGlass * __this, ShatterableGlassInfo * Inf, MethodInfo * method)); DO_APP_FUNC(0x030E5250, void, ShatterableGlass_Shatter, (ShatterableGlass * __this, Vector2 HitPoint, Vector3 ForceDirrection, MethodInfo * method)); DO_APP_FUNC(0x030E68C0, void, ShatterableGlass__ctor, (ShatterableGlass * __this, MethodInfo * method)); DO_APP_FUNC(0x00A9FD50, void, ShatterableGlass_Figure__ctor, (ShatterableGlass_Figure * __this, Vector2__Array * Points, int32_t ForceScale, MethodInfo * method)); DO_APP_FUNC(0x030E69C0, void, ShatterableGlass_Figure_GenerateCollider, (ShatterableGlass_Figure * __this, float GlassThickness, GameObject * Obj, MethodInfo * method)); DO_APP_FUNC(0x030E6DC0, Mesh *, ShatterableGlass_Figure_GenerateMesh, (ShatterableGlass_Figure * __this, bool GenerateGlassSides, float GlassHalfThickness, Vector2 UVScale, MethodInfo * method)); DO_APP_FUNC(0x030E74F0, void, ShatterableGlass_Figure_GlassSideVertex, (ShatterableGlass_Figure * __this, Vector2 Ref, Vector3 * A, Vector3 * B, float GlassHalfThickness, MethodInfo * method)); DO_APP_FUNC(0x030E7540, void, ShatterableGlass_BaseLine__ctor, (ShatterableGlass_BaseLine * __this, Vector2 HitPoint, Vector2 End, int32_t Count, MethodInfo * method)); DO_APP_FUNC(0x030E7830, void, ShatterableGlassInfo__ctor, (ShatterableGlassInfo * __this, Vector3 HitPoint, Vector3 HitDirrection, MethodInfo * method)); DO_APP_FUNC(0x030E7860, IEnumerator *, FireBaseScript_CleanupEverythingCoRoutine, (FireBaseScript * __this, MethodInfo * method)); DO_APP_FUNC(0x030E7900, void, FireBaseScript_StartParticleSystems, (FireBaseScript * __this, MethodInfo * method)); DO_APP_FUNC(0x01F33EF0, void, FireBaseScript_Awake, (FireBaseScript * __this, MethodInfo * method)); DO_APP_FUNC(0x030E7C10, void, FireBaseScript_Start, (FireBaseScript * __this, MethodInfo * method)); DO_APP_FUNC(0x030E8010, void, FireBaseScript_Update, (FireBaseScript * __this, MethodInfo * method)); DO_APP_FUNC(0x030E8190, void, FireBaseScript_CreateExplosion, (Vector3 pos, float radius, float force, MethodInfo * method)); DO_APP_FUNC(0x030E83B0, void, FireBaseScript_Stop, (FireBaseScript * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F5E0, bool, FireBaseScript_get_Starting, (FireBaseScript * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F5F0, void, FireBaseScript_set_Starting, (FireBaseScript * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00CA3F80, float, FireBaseScript_get_StartPercent, (FireBaseScript * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA3F90, void, FireBaseScript_set_StartPercent, (FireBaseScript * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00531160, bool, FireBaseScript_get_Stopping, (FireBaseScript * __this, MethodInfo * method)); DO_APP_FUNC(0x00531170, void, FireBaseScript_set_Stopping, (FireBaseScript * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00ABB140, float, FireBaseScript_get_StopPercent, (FireBaseScript * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB150, void, FireBaseScript_set_StopPercent, (FireBaseScript * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x030E85A0, void, FireBaseScript__ctor, (FireBaseScript * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, FireBaseScript_CleanupEverythingCoRoutine_d_12__ctor, (FireBaseScript_CleanupEverythingCoRoutine_d_12 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FireBaseScript_CleanupEverythingCoRoutine_d_12_System_IDisposable_Dispose, (FireBaseScript_CleanupEverythingCoRoutine_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x030E8600, bool, FireBaseScript_CleanupEverythingCoRoutine_d_12_MoveNext, (FireBaseScript_CleanupEverythingCoRoutine_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, FireBaseScript_CleanupEverythingCoRoutine_d_12_System_Collections_Generic_IEnumerator_System_Object__get_Current, (FireBaseScript_CleanupEverythingCoRoutine_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x030E8780, void, FireBaseScript_CleanupEverythingCoRoutine_d_12_System_Collections_IEnumerator_Reset, (FireBaseScript_CleanupEverythingCoRoutine_d_12 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85648, FireBaseScript_CleanupEverythingCoRoutine_d_12_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, FireBaseScript_CleanupEverythingCoRoutine_d_12_System_Collections_IEnumerator_get_Current, (FireBaseScript_CleanupEverythingCoRoutine_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x030E87D0, void, FireCollisionForwardScript_OnCollisionEnter, (FireCollisionForwardScript * __this, Collision * col, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, FireCollisionForwardScript__ctor, (FireCollisionForwardScript * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, AudioSource *, LoopingAudioSource_get_AudioSource, (LoopingAudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LoopingAudioSource_set_AudioSource, (LoopingAudioSource * __this, AudioSource * value, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, LoopingAudioSource_get_TargetVolume, (LoopingAudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90F0, void, LoopingAudioSource_set_TargetVolume, (LoopingAudioSource * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x030E88E0, void, LoopingAudioSource__ctor, (LoopingAudioSource * __this, MonoBehaviour * script, AudioSource * audioSource, float startMultiplier, float stopMultiplier, MethodInfo * method)); DO_APP_FUNC(0x030E8B50, void, LoopingAudioSource_Play, (LoopingAudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x030E8B60, void, LoopingAudioSource_Play_1, (LoopingAudioSource * __this, float targetVolume, MethodInfo * method)); DO_APP_FUNC(0x030E8D40, void, LoopingAudioSource_Stop, (LoopingAudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x030E8EA0, void, LoopingAudioSource_Update, (LoopingAudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x030E9120, void, FireConstantBaseScript_Awake, (FireConstantBaseScript * __this, MethodInfo * method)); DO_APP_FUNC(0x030E9220, void, FireConstantBaseScript_Update, (FireConstantBaseScript * __this, MethodInfo * method)); DO_APP_FUNC(0x030E9250, void, FireConstantBaseScript_Start, (FireConstantBaseScript * __this, MethodInfo * method)); DO_APP_FUNC(0x030E9290, void, FireConstantBaseScript_Stop, (FireConstantBaseScript * __this, MethodInfo * method)); DO_APP_FUNC(0x030E85A0, void, FireConstantBaseScript__ctor, (FireConstantBaseScript * __this, MethodInfo * method)); DO_APP_FUNC(0x030E9410, void, FireLightScript_Awake, (FireLightScript * __this, MethodInfo * method)); DO_APP_FUNC(0x030E98B0, void, FireLightScript_Update, (FireLightScript * __this, MethodInfo * method)); DO_APP_FUNC(0x030EA050, void, FireLightScript__ctor, (FireLightScript * __this, MethodInfo * method)); DO_APP_FUNC(0x0149B350, void, FireProjectileCollisionDelegate__ctor, (FireProjectileCollisionDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0149ABF0, void, FireProjectileCollisionDelegate_Invoke, (FireProjectileCollisionDelegate * __this, FireProjectileScript * script, Vector3 pos, MethodInfo * method)); DO_APP_FUNC(0x030EA0B0, IAsyncResult *, FireProjectileCollisionDelegate_BeginInvoke, (FireProjectileCollisionDelegate * __this, FireProjectileScript * script, Vector3 pos, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, FireProjectileCollisionDelegate_EndInvoke, (FireProjectileCollisionDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x030EA140, IEnumerator *, FireProjectileScript_SendCollisionAfterDelay, (FireProjectileScript * __this, MethodInfo * method)); DO_APP_FUNC(0x030EA1E0, void, FireProjectileScript_Start, (FireProjectileScript * __this, MethodInfo * method)); DO_APP_FUNC(0x030EA290, void, FireProjectileScript_HandleCollision, (FireProjectileScript * __this, GameObject * obj, Collision * c, MethodInfo * method)); DO_APP_FUNC(0x030EA6D0, void, FireProjectileScript__ctor, (FireProjectileScript * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, FireProjectileScript_SendCollisionAfterDelay_d_12__ctor, (FireProjectileScript_SendCollisionAfterDelay_d_12 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FireProjectileScript_SendCollisionAfterDelay_d_12_System_IDisposable_Dispose, (FireProjectileScript_SendCollisionAfterDelay_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x030EA7A0, bool, FireProjectileScript_SendCollisionAfterDelay_d_12_MoveNext, (FireProjectileScript_SendCollisionAfterDelay_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, FireProjectileScript_SendCollisionAfterDelay_d_12_System_Collections_Generic_IEnumerator_System_Object__get_Current, (FireProjectileScript_SendCollisionAfterDelay_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x030EAA90, void, FireProjectileScript_SendCollisionAfterDelay_d_12_System_Collections_IEnumerator_Reset, (FireProjectileScript_SendCollisionAfterDelay_d_12 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85688, FireProjectileScript_SendCollisionAfterDelay_d_12_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, FireProjectileScript_SendCollisionAfterDelay_d_12_System_Collections_IEnumerator_get_Current, (FireProjectileScript_SendCollisionAfterDelay_d_12 * __this, MethodInfo * method)); DO_APP_FUNC(0x015F6950, void, MeteorSwarmCollisionDelegate__ctor, (MeteorSwarmCollisionDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, MeteorSwarmCollisionDelegate_Invoke, (MeteorSwarmCollisionDelegate * __this, MeteorSwarmScript * script, GameObject * meteor, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, MeteorSwarmCollisionDelegate_BeginInvoke, (MeteorSwarmCollisionDelegate * __this, MeteorSwarmScript * script, GameObject * meteor, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, MeteorSwarmCollisionDelegate_EndInvoke, (MeteorSwarmCollisionDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x030EAAE0, void, MeteorSwarmScript_add_CollisionDelegate, (MeteorSwarmScript * __this, MeteorSwarmCollisionDelegate * value, MethodInfo * method)); DO_APP_FUNC(0x030EABE0, void, MeteorSwarmScript_remove_CollisionDelegate, (MeteorSwarmScript * __this, MeteorSwarmCollisionDelegate * value, MethodInfo * method)); DO_APP_FUNC(0x030EACE0, IEnumerator *, MeteorSwarmScript_SpawnMeteor, (MeteorSwarmScript * __this, MethodInfo * method)); DO_APP_FUNC(0x030EAD80, void, MeteorSwarmScript_SpawnMeteors, (MeteorSwarmScript * __this, MethodInfo * method)); DO_APP_FUNC(0x030EAEC0, void, MeteorSwarmScript_Update, (MeteorSwarmScript * __this, MethodInfo * method)); DO_APP_FUNC(0x030EB090, void, MeteorSwarmScript_PlayCollisionSound, (MeteorSwarmScript * __this, GameObject * obj, MethodInfo * method)); DO_APP_FUNC(0x030EB2C0, IEnumerator *, MeteorSwarmScript_CleanupMeteor, (MeteorSwarmScript * __this, float delay, GameObject * obj, MethodInfo * method)); DO_APP_FUNC(0x030EB370, void, MeteorSwarmScript_HandleCollision, (MeteorSwarmScript * __this, GameObject * obj, Collision * col, MethodInfo * method)); DO_APP_FUNC(0x030EBC10, void, MeteorSwarmScript__ctor, (MeteorSwarmScript * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, MeteorSwarmScript_SpawnMeteor_d_18__ctor, (MeteorSwarmScript_SpawnMeteor_d_18 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MeteorSwarmScript_SpawnMeteor_d_18_System_IDisposable_Dispose, (MeteorSwarmScript_SpawnMeteor_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x030EBCE0, bool, MeteorSwarmScript_SpawnMeteor_d_18_MoveNext, (MeteorSwarmScript_SpawnMeteor_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, MeteorSwarmScript_SpawnMeteor_d_18_System_Collections_Generic_IEnumerator_System_Object__get_Current, (MeteorSwarmScript_SpawnMeteor_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x030ECA00, void, MeteorSwarmScript_SpawnMeteor_d_18_System_Collections_IEnumerator_Reset, (MeteorSwarmScript_SpawnMeteor_d_18 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85610, MeteorSwarmScript_SpawnMeteor_d_18_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, MeteorSwarmScript_SpawnMeteor_d_18_System_Collections_IEnumerator_get_Current, (MeteorSwarmScript_SpawnMeteor_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, MeteorSwarmScript_CleanupMeteor_d_22__ctor, (MeteorSwarmScript_CleanupMeteor_d_22 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MeteorSwarmScript_CleanupMeteor_d_22_System_IDisposable_Dispose, (MeteorSwarmScript_CleanupMeteor_d_22 * __this, MethodInfo * method)); DO_APP_FUNC(0x030ECA50, bool, MeteorSwarmScript_CleanupMeteor_d_22_MoveNext, (MeteorSwarmScript_CleanupMeteor_d_22 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, MeteorSwarmScript_CleanupMeteor_d_22_System_Collections_Generic_IEnumerator_System_Object__get_Current, (MeteorSwarmScript_CleanupMeteor_d_22 * __this, MethodInfo * method)); DO_APP_FUNC(0x030ECC00, void, MeteorSwarmScript_CleanupMeteor_d_22_System_Collections_IEnumerator_Reset, (MeteorSwarmScript_CleanupMeteor_d_22 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C855F8, MeteorSwarmScript_CleanupMeteor_d_22_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, MeteorSwarmScript_CleanupMeteor_d_22_System_Collections_IEnumerator_get_Current, (MeteorSwarmScript_CleanupMeteor_d_22 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, SingleLineAttribute__ctor, (SingleLineAttribute * __this, String * tooltip, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, SingleLineAttribute_get_Tooltip, (SingleLineAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, SingleLineAttribute_set_Tooltip, (SingleLineAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LeanDummy__ctor, (LeanDummy * __this, MethodInfo * method)); DO_APP_FUNC(0x030ECC50, void, Dissolver_add_OnPropertyUpdate, (Dissolver * __this, Dissolver_DissolveAmountChange * value, MethodInfo * method)); DO_APP_FUNC(0x030ECD40, void, Dissolver_remove_OnPropertyUpdate, (Dissolver * __this, Dissolver_DissolveAmountChange * value, MethodInfo * method)); DO_APP_FUNC(0x030ECE30, void, Dissolver_add_OnDissolveStateChange, (Dissolver * __this, Dissolver_DissolveEvent * value, MethodInfo * method)); DO_APP_FUNC(0x030ECF20, void, Dissolver_remove_OnDissolveStateChange, (Dissolver * __this, Dissolver_DissolveEvent * value, MethodInfo * method)); DO_APP_FUNC(0x030ED010, void, Dissolver_OnEnable, (Dissolver * __this, MethodInfo * method)); DO_APP_FUNC(0x030ED020, void, Dissolver_Start, (Dissolver * __this, MethodInfo * method)); DO_APP_FUNC(0x030ED7C0, void, Dissolver_Update, (Dissolver * __this, MethodInfo * method)); DO_APP_FUNC(0x030ED7E0, void, Dissolver_FindMaterialsInChildren, (Dissolver * __this, MethodInfo * method)); DO_APP_FUNC(0x030ED950, void, Dissolver_FindMaterials, (Dissolver * __this, MethodInfo * method)); DO_APP_FUNC(0x030EDAC0, void, Dissolver_Materialize, (Dissolver * __this, MethodInfo * method)); DO_APP_FUNC(0x030EDC20, void, Dissolver_Dissolve, (Dissolver * __this, MethodInfo * method)); DO_APP_FUNC(0x030EDD80, void, Dissolver_ManualValuesUpdate, (Dissolver * __this, MethodInfo * method)); DO_APP_FUNC(0x030EE040, void, Dissolver_ChangeDissolveAmount, (Dissolver * __this, Material * material, float dissolveAmount, MethodInfo * method)); DO_APP_FUNC(0x030EE0D0, void, Dissolver_ChangeDissolveState, (Dissolver * __this, bool start, bool materialize, MethodInfo * method)); DO_APP_FUNC(0x01A70860, bool, Dissolver_HasFlag, (Dissolver_KeywordsFlags__Enum a, Dissolver_KeywordsFlags__Enum b, MethodInfo * method)); DO_APP_FUNC(0x030EE0F0, void, Dissolver_EnableKeywords, (Dissolver * __this, MethodInfo * method)); DO_APP_FUNC(0x030EE740, void, Dissolver_DisableKeywords, (Dissolver * __this, MethodInfo * method)); DO_APP_FUNC(0x030EED90, IEnumerator *, Dissolver_MaterializeEnumerator, (Dissolver * __this, MethodInfo * method)); DO_APP_FUNC(0x030EEE30, IEnumerator *, Dissolver_DissolveEnumerator, (Dissolver * __this, MethodInfo * method)); DO_APP_FUNC(0x030EEED0, IEnumerator *, Dissolver_AutomaticDissolveCoroutine, (Dissolver * __this, MethodInfo * method)); DO_APP_FUNC(0x030EEF70, IEnumerator *, Dissolver_AutomaticMaterializeCoroutine, (Dissolver * __this, MethodInfo * method)); DO_APP_FUNC(0x030EF010, void, Dissolver__ctor, (Dissolver * __this, MethodInfo * method)); DO_APP_FUNC(0x01167BF0, void, Dissolver_DissolveAmountChange__ctor, (Dissolver_DissolveAmountChange * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Dissolver_DissolveAmountChange_Invoke, (Dissolver_DissolveAmountChange * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x030EF290, IAsyncResult *, Dissolver_DissolveAmountChange_BeginInvoke, (Dissolver_DissolveAmountChange * __this, float value, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, Dissolver_DissolveAmountChange_EndInvoke, (Dissolver_DissolveAmountChange * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01407900, void, Dissolver_DissolveEvent__ctor, (Dissolver_DissolveEvent * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, Dissolver_DissolveEvent_Invoke, (Dissolver_DissolveEvent * __this, bool start, bool materialize, MethodInfo * method)); DO_APP_FUNC(0x030EF320, IAsyncResult *, Dissolver_DissolveEvent_BeginInvoke, (Dissolver_DissolveEvent * __this, bool start, bool materialize, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, Dissolver_DissolveEvent_EndInvoke, (Dissolver_DissolveEvent * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Dissolver_MaterializeEnumerator_d_38__ctor, (Dissolver_MaterializeEnumerator_d_38 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dissolver_MaterializeEnumerator_d_38_System_IDisposable_Dispose, (Dissolver_MaterializeEnumerator_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x030EF3B0, bool, Dissolver_MaterializeEnumerator_d_38_MoveNext, (Dissolver_MaterializeEnumerator_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Dissolver_MaterializeEnumerator_d_38_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Dissolver_MaterializeEnumerator_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x030EF870, void, Dissolver_MaterializeEnumerator_d_38_System_Collections_IEnumerator_Reset, (Dissolver_MaterializeEnumerator_d_38 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C854F8, Dissolver_MaterializeEnumerator_d_38_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Dissolver_MaterializeEnumerator_d_38_System_Collections_IEnumerator_get_Current, (Dissolver_MaterializeEnumerator_d_38 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Dissolver_DissolveEnumerator_d_39__ctor, (Dissolver_DissolveEnumerator_d_39 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dissolver_DissolveEnumerator_d_39_System_IDisposable_Dispose, (Dissolver_DissolveEnumerator_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x030EF8C0, bool, Dissolver_DissolveEnumerator_d_39_MoveNext, (Dissolver_DissolveEnumerator_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Dissolver_DissolveEnumerator_d_39_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Dissolver_DissolveEnumerator_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x030EFCE0, void, Dissolver_DissolveEnumerator_d_39_System_Collections_IEnumerator_Reset, (Dissolver_DissolveEnumerator_d_39 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C854E8, Dissolver_DissolveEnumerator_d_39_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Dissolver_DissolveEnumerator_d_39_System_Collections_IEnumerator_get_Current, (Dissolver_DissolveEnumerator_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Dissolver_AutomaticDissolveCoroutine_d_41__ctor, (Dissolver_AutomaticDissolveCoroutine_d_41 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dissolver_AutomaticDissolveCoroutine_d_41_System_IDisposable_Dispose, (Dissolver_AutomaticDissolveCoroutine_d_41 * __this, MethodInfo * method)); DO_APP_FUNC(0x030EFD30, bool, Dissolver_AutomaticDissolveCoroutine_d_41_MoveNext, (Dissolver_AutomaticDissolveCoroutine_d_41 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Dissolver_AutomaticDissolveCoroutine_d_41_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Dissolver_AutomaticDissolveCoroutine_d_41 * __this, MethodInfo * method)); DO_APP_FUNC(0x030EFE90, void, Dissolver_AutomaticDissolveCoroutine_d_41_System_Collections_IEnumerator_Reset, (Dissolver_AutomaticDissolveCoroutine_d_41 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C854E0, Dissolver_AutomaticDissolveCoroutine_d_41_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Dissolver_AutomaticDissolveCoroutine_d_41_System_Collections_IEnumerator_get_Current, (Dissolver_AutomaticDissolveCoroutine_d_41 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Dissolver_AutomaticMaterializeCoroutine_d_42__ctor, (Dissolver_AutomaticMaterializeCoroutine_d_42 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dissolver_AutomaticMaterializeCoroutine_d_42_System_IDisposable_Dispose, (Dissolver_AutomaticMaterializeCoroutine_d_42 * __this, MethodInfo * method)); DO_APP_FUNC(0x030EFEE0, bool, Dissolver_AutomaticMaterializeCoroutine_d_42_MoveNext, (Dissolver_AutomaticMaterializeCoroutine_d_42 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Dissolver_AutomaticMaterializeCoroutine_d_42_System_Collections_Generic_IEnumerator_System_Object__get_Current, (Dissolver_AutomaticMaterializeCoroutine_d_42 * __this, MethodInfo * method)); DO_APP_FUNC(0x030F0040, void, Dissolver_AutomaticMaterializeCoroutine_d_42_System_Collections_IEnumerator_Reset, (Dissolver_AutomaticMaterializeCoroutine_d_42 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85508, Dissolver_AutomaticMaterializeCoroutine_d_42_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Dissolver_AutomaticMaterializeCoroutine_d_42_System_Collections_IEnumerator_get_Current, (Dissolver_AutomaticMaterializeCoroutine_d_42 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7C380, bool, CylinderColliderBuilder_get_IsTrigger, (CylinderColliderBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x030F0090, void, CylinderColliderBuilder_set_IsTrigger, (CylinderColliderBuilder * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C7010, PhysicMaterial *, CylinderColliderBuilder_get_Material, (CylinderColliderBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x030F0250, void, CylinderColliderBuilder_set_Material, (CylinderColliderBuilder * __this, PhysicMaterial * value, MethodInfo * method)); DO_APP_FUNC(0x01DB74B0, Vector3, CylinderColliderBuilder_get_Center, (CylinderColliderBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x030F0460, void, CylinderColliderBuilder_set_Center, (CylinderColliderBuilder * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x012CBDB0, float, CylinderColliderBuilder_get_Radius, (CylinderColliderBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x030F0480, void, CylinderColliderBuilder_set_Radius, (CylinderColliderBuilder * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C94E0, float, CylinderColliderBuilder_get_Height, (CylinderColliderBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02C37E10, void, CylinderColliderBuilder_set_Height, (CylinderColliderBuilder * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x009B7060, int32_t, CylinderColliderBuilder_get_BoxCount, (CylinderColliderBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x030F04A0, void, CylinderColliderBuilder_set_BoxCount, (CylinderColliderBuilder * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C6E520, CylinderColliderBuilder_DirectionEnum__Enum, CylinderColliderBuilder_get_Direction, (CylinderColliderBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07B70, void, CylinderColliderBuilder_set_Direction, (CylinderColliderBuilder * __this, CylinderColliderBuilder_DirectionEnum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x030F04C0, bool, CylinderColliderBuilder_get_IsBuilt, (CylinderColliderBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x030F0680, void, CylinderColliderBuilder_Build, (CylinderColliderBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x030F09D0, void, CylinderColliderBuilder_Clean, (CylinderColliderBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x030F0D60, void, CylinderColliderBuilder_OnEnable, (CylinderColliderBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x030F0F20, void, CylinderColliderBuilder_OnDisable, (CylinderColliderBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x030F1120, void, CylinderColliderBuilder_OnValidate, (CylinderColliderBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x030F13B0, void, CylinderColliderBuilder_OnDrawGizmosSelected, (CylinderColliderBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x030F1C60, void, CylinderColliderBuilder_CreateBoxCollider, (CylinderColliderBuilder * __this, int32_t index, Vector3 size, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x030F2180, Vector3, CylinderColliderBuilder_CalculateBoxSize, (CylinderColliderBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x030F2860, float, CylinderColliderBuilder_CalculateRotationStep, (CylinderColliderBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x030F2880, Vector3, CylinderColliderBuilder_PointIntersection, (CylinderColliderBuilder * __this, Vector3 point1, Vector3 directionLine1, Vector3 point2, Vector3 directionLine2, MethodInfo * method)); DO_APP_FUNC(0x030F2A50, Quaternion, CylinderColliderBuilder_GetRotationFromDirection, (CylinderColliderBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x030F2A80, void, CylinderColliderBuilder__ctor, (CylinderColliderBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x00895E30, uint32_t, _PrivateImplementationDetails__5_ComputeStringHash, (String * s, MethodInfo * method)); DO_APP_FUNC(0x01E9D240, void, ByteArraySlice__ctor, (ByteArraySlice * __this, ByteArraySlicePool * returnPool, int32_t stackIndex, MethodInfo * method)); DO_APP_FUNC(0x01E9D370, void, ByteArraySlice_Dispose, (ByteArraySlice * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9D3B0, bool, ByteArraySlice_Release, (ByteArraySlice * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9D3F0, void, ByteArraySlicePool__ctor, (ByteArraySlicePool * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9D650, ByteArraySlice *, ByteArraySlicePool_Acquire, (ByteArraySlicePool * __this, int32_t minByteCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA3F0, ByteArraySlicePool_Acquire__MethodInfo); DO_APP_FUNC(0x01E9DAD0, ByteArraySlice *, ByteArraySlicePool_PopOrCreate, (ByteArraySlicePool * __this, Stack_1_ExitGames_Client_Photon_ByteArraySlice_ * stack, int32_t stackIndex, MethodInfo * method)); DO_APP_FUNC(0x01E9DE00, bool, ByteArraySlicePool_Release, (ByteArraySlicePool * __this, ByteArraySlice * slice, int32_t stackIndex, MethodInfo * method)); DO_APP_FUNC(0x01E9E1B0, void, Hashtable_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01E9E380, void, Hashtable_1__ctor, (Hashtable_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9E3E0, void, Hashtable_1__ctor_1, (Hashtable_1 * __this, int32_t x, MethodInfo * method)); DO_APP_FUNC(0x01E9E440, Object *, Hashtable_1_get_Item, (Hashtable_1 * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01E9E4B0, void, Hashtable_1_set_Item, (Hashtable_1 * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01E9E530, Object *, Hashtable_1_get_Item_1, (Hashtable_1 * __this, uint8_t key, MethodInfo * method)); DO_APP_FUNC(0x01E9E5F0, void, Hashtable_1_set_Item_1, (Hashtable_1 * __this, uint8_t key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01E9E6C0, void, Hashtable_1_Add, (Hashtable_1 * __this, uint8_t k, Object * v, MethodInfo * method)); DO_APP_FUNC(0x01E9E790, bool, Hashtable_1_ContainsKey, (Hashtable_1 * __this, uint8_t key, MethodInfo * method)); DO_APP_FUNC(0x01E9E850, DictionaryEntryEnumerator, Hashtable_1_GetEnumerator, (Hashtable_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9E9C0, String *, Hashtable_1_ToString, (Hashtable_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9F150, void, DictionaryEntryEnumerator__ctor, (DictionaryEntryEnumerator * __this, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ original, MethodInfo * method)); DO_APP_FUNC(0x01E9F1C0, Object *, DictionaryEntryEnumerator_System_Collections_IEnumerator_get_Current, (DictionaryEntryEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9F310, DictionaryEntry, DictionaryEntryEnumerator_get_Current, (DictionaryEntryEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9F450, bool, DictionaryEntryEnumerator_MoveNext, (DictionaryEntryEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9F490, void, DictionaryEntryEnumerator_Reset, (DictionaryEntryEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DictionaryEntryEnumerator_Dispose, (DictionaryEntryEnumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UnknownType__ctor, (UnknownType * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9F560, void, EnetChannel__ctor, (EnetChannel * __this, uint8_t channelNumber, int32_t commandBufferSize, MethodInfo * method)); DO_APP_FUNC(0x01E9F980, bool, EnetChannel_ContainsUnreliableSequenceNumber, (EnetChannel * __this, int32_t unreliableSequenceNumber, MethodInfo * method)); DO_APP_FUNC(0x01E9FA00, bool, EnetChannel_ContainsReliableSequenceNumber, (EnetChannel * __this, int32_t reliableSequenceNumber, MethodInfo * method)); DO_APP_FUNC(0x01E9FA80, NCommand *, EnetChannel_FetchReliableSequenceNumber, (EnetChannel * __this, int32_t reliableSequenceNumber, MethodInfo * method)); DO_APP_FUNC(0x01E9FAD0, bool, EnetChannel_TryGetFragment, (EnetChannel * __this, int32_t reliableSequenceNumber, bool isSequenced, NCommand * * fragment, MethodInfo * method)); DO_APP_FUNC(0x01E9FB60, void, EnetChannel_RemoveFragment, (EnetChannel * __this, int32_t reliableSequenceNumber, bool isSequenced, MethodInfo * method)); DO_APP_FUNC(0x01E9FBE0, void, EnetChannel_clearAll, (EnetChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9FDF0, bool, EnetChannel_QueueIncomingReliableUnsequenced, (EnetChannel * __this, NCommand * command, MethodInfo * method)); DO_APP_FUNC(0x01E9FF90, void, EnetPeer__ctor, (EnetPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EA04F0, bool, EnetPeer_IsTransportEncrypted, (EnetPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EA0500, void, EnetPeer_Reset, (EnetPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EA0D30, void, EnetPeer_ApplyRandomizedSequenceNumbers, (EnetPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EA0FA0, EnetChannel *, EnetPeer_GetChannel, (EnetPeer * __this, uint8_t channelNumber, MethodInfo * method)); DO_APP_FUNC(0x01EA1000, bool, EnetPeer_Connect, (EnetPeer * __this, String * ipport, String * proxyServerAddress, String * appID, Object * photonToken, MethodInfo * method)); DO_APP_FUNC(0x01EA1080, void, EnetPeer_OnConnect, (EnetPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EA10D0, void, EnetPeer_Disconnect, (EnetPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EA16B0, void, EnetPeer_StopConnection, (EnetPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EA1740, void, EnetPeer_FetchServerTimestamp, (EnetPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EA1810, bool, EnetPeer_DispatchIncomingCommands, (EnetPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EA22F0, int32_t, EnetPeer_GetFragmentLength, (EnetPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EA23D0, int32_t, EnetPeer_CalculatePacketSize, (EnetPeer * __this, int32_t inSize, MethodInfo * method)); DO_APP_FUNC(0x01EA2450, int32_t, EnetPeer_CalculateInitialOffset, (EnetPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EA2490, bool, EnetPeer_SendAcksOnly, (EnetPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EA2FD0, bool, EnetPeer_SendOutgoingCommands, (EnetPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EA4490, bool, EnetPeer_EnqueuePhotonMessage, (EnetPeer * __this, StreamBuffer * opBytes, SendOptions sendParams, MethodInfo * method)); DO_APP_FUNC(0x01EA44E0, bool, EnetPeer_CreateAndEnqueueCommand, (EnetPeer * __this, uint8_t commandType, StreamBuffer * payload, uint8_t channelNumber, MethodInfo * method)); DO_APP_FUNC(0x01EA4960, int32_t, EnetPeer_SerializeAckToBuffer, (EnetPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EA4C40, int32_t, EnetPeer_SerializeToBuffer, (EnetPeer * __this, Queue_1_ExitGames_Client_Photon_NCommand_ * commandList, MethodInfo * method)); DO_APP_FUNC(0x01EA4DA0, bool, EnetPeer_SerializeCommandToBuffer, (EnetPeer * __this, NCommand * command, bool commandIsInSentQueue, MethodInfo * method)); DO_APP_FUNC(0x01EA4F20, void, EnetPeer_SendData, (EnetPeer * __this, Byte__Array * data, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01EA52E0, void, EnetPeer_SendToSocket, (EnetPeer * __this, Byte__Array * data, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01EA5460, void, EnetPeer_SendDataEncrypted, (EnetPeer * __this, Byte__Array * data, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01EA5770, void, EnetPeer_QueueSentCommand, (EnetPeer * __this, NCommand * command, bool commandIsAlreadyInSentQueue, MethodInfo * method)); DO_APP_FUNC(0x01EA5AA0, void, EnetPeer_QueueOutgoingReliableCommand, (EnetPeer * __this, NCommand * command, MethodInfo * method)); DO_APP_FUNC(0x01EA5CF0, void, EnetPeer_QueueOutgoingUnreliableCommand, (EnetPeer * __this, NCommand * command, MethodInfo * method)); DO_APP_FUNC(0x01EA5F70, void, EnetPeer_QueueOutgoingAcknowledgement, (EnetPeer * __this, NCommand * readCommand, int32_t sendTime, MethodInfo * method)); DO_APP_FUNC(0x01EA6120, void, EnetPeer_ReceiveIncomingCommands, (EnetPeer * __this, Byte__Array * inBuff, int32_t inDataLength, MethodInfo * method)); DO_APP_FUNC(0x01EA6D90, void, EnetPeer_ExecuteCommand, (EnetPeer * __this, NCommand * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA098, EnetPeer_ExecuteCommand__MethodInfo); DO_APP_FUNC(0x01EA7D70, bool, EnetPeer_QueueIncomingCommand, (EnetPeer * __this, NCommand * command, MethodInfo * method)); DO_APP_FUNC(0x01EA8620, NCommand *, EnetPeer_RemoveSentReliableCommand, (EnetPeer * __this, int32_t ackReceivedReliableSequenceNumber, int32_t ackReceivedChannel, bool isUnsequenced, MethodInfo * method)); DO_APP_FUNC(0x01EA8A70, void, EnetPeer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01EA8B50, void, EnetPeer__ExecuteCommand_b__66_0, (EnetPeer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA030, EnetPeer__ExecuteCommand_b__66_0__MethodInfo); DO_APP_FUNC(0x01EA8B80, IPhotonPeerListener *, IPhotonSocket_get_Listener, (IPhotonSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x01EA8BB0, int32_t, IPhotonSocket_get_MTU, (IPhotonSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, PhotonSocketState__Enum, IPhotonSocket_get_State, (IPhotonSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, IPhotonSocket_set_State, (IPhotonSocket * __this, PhotonSocketState__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01EA8BE0, bool, IPhotonSocket_get_Connected, (IPhotonSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, IPhotonSocket_get_ServerAddress, (IPhotonSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, IPhotonSocket_set_ServerAddress, (IPhotonSocket * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01EA8BF0, String *, IPhotonSocket_get_ServerIpAddress, (MethodInfo * method)); DO_APP_FUNC(0x01EA8C30, void, IPhotonSocket_set_ServerIpAddress, (String * value, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, IPhotonSocket_get_ServerPort, (IPhotonSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF230, void, IPhotonSocket_set_ServerPort, (IPhotonSocket * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0060F770, bool, IPhotonSocket_get_AddressResolvedAsIpv6, (IPhotonSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4EB10, void, IPhotonSocket_set_AddressResolvedAsIpv6, (IPhotonSocket * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, IPhotonSocket_set_UrlProtocol, (IPhotonSocket * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, IPhotonSocket_set_UrlPath, (IPhotonSocket * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01EA8CD0, String *, IPhotonSocket_get_SerializationProtocol, (IPhotonSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x01EA8EA0, void, IPhotonSocket__ctor, (IPhotonSocket * __this, PeerBase * peerBase, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9FC0, IPhotonSocket__ctor__MethodInfo); DO_APP_FUNC(0x01EA8FD0, bool, IPhotonSocket_Connect, (IPhotonSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x01EA9590, void, IPhotonSocket_HandleReceivedDatagram, (IPhotonSocket * __this, Byte__Array * inBuffer, int32_t length, bool willBeReused, MethodInfo * method)); DO_APP_FUNC(0x01EA9710, bool, IPhotonSocket_ReportDebugOfLevel, (IPhotonSocket * __this, DebugLevel__Enum levelOfMessage, MethodInfo * method)); DO_APP_FUNC(0x01EA9740, void, IPhotonSocket_EnqueueDebugReturn, (IPhotonSocket * __this, DebugLevel__Enum debugLevel, String * message, MethodInfo * method)); DO_APP_FUNC(0x01EA9760, void, IPhotonSocket_HandleException, (IPhotonSocket * __this, StatusCode__Enum statusCode, MethodInfo * method)); DO_APP_FUNC(0x01EA9820, bool, IPhotonSocket_TryParseAddress, (IPhotonSocket * __this, String * url, String * * address, uint16_t * port, String * * urlProtocol, String * * urlPath, MethodInfo * method)); DO_APP_FUNC(0x01EA9C40, bool, IPhotonSocket_IpAddressTryParse, (IPhotonSocket * __this, String * strIP, IPAddress * * address, MethodInfo * method)); DO_APP_FUNC(0x01EA9F10, IPAddress__Array *, IPhotonSocket_GetIpAddresses, (IPhotonSocket * __this, String * hostname, MethodInfo * method)); DO_APP_FUNC(0x01EAAA70, int32_t, IPhotonSocket_AddressSortComparer, (IPhotonSocket * __this, IPAddress * x, IPAddress * y, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9EC8, IPhotonSocket_AddressSortComparer__MethodInfo); DO_APP_FUNC(0x01EAAAD0, void, IPhotonSocket__HandleException_b__52_0, (IPhotonSocket * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9E60, IPhotonSocket__HandleException_b__52_0__MethodInfo); DO_APP_FUNC(0x01EAAB00, void, IPhotonSocket_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IPhotonSocket_c__ctor, (IPhotonSocket_c * __this, MethodInfo * method)); DO_APP_FUNC(0x01EAABB0, String *, IPhotonSocket_c__GetIpAddresses_b__55_0, (IPhotonSocket_c * __this, IPAddress * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9EB0, IPhotonSocket_c__GetIpAddresses_b__55_0__MethodInfo); DO_APP_FUNC(0x01EAAF00, IProtocol *, SerializationProtocolFactory_Create, (SerializationProtocol__Enum serializationProtocol, MethodInfo * method)); DO_APP_FUNC(0x01EAAFA0, Byte__Array *, IProtocol_Serialize, (IProtocol * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01EAB040, Object *, IProtocol_DeserializeMessage, (IProtocol * __this, StreamBuffer * stream, MethodInfo * method)); DO_APP_FUNC(0x01EAB0A0, void, IProtocol__ctor, (IProtocol * __this, MethodInfo * method)); DO_APP_FUNC(0x01EAB150, NCommand *, NCommandPool_Acquire, (NCommandPool * __this, EnetPeer * peer, Byte__Array * inBuff, int32_t * readingOffset, MethodInfo * method)); DO_APP_FUNC(0x01EAB400, NCommand *, NCommandPool_Acquire_1, (NCommandPool * __this, EnetPeer * peer, uint8_t commandType, StreamBuffer * payload, uint8_t channel, MethodInfo * method)); DO_APP_FUNC(0x01EAB6D0, void, NCommandPool_Release, (NCommandPool * __this, NCommand * nCommand, MethodInfo * method)); DO_APP_FUNC(0x01EAB8A0, void, NCommandPool__ctor, (NCommandPool * __this, MethodInfo * method)); DO_APP_FUNC(0x01EAB970, int32_t, NCommand_get_SizeOfPayload, (NCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x01EAB990, bool, NCommand_get_IsFlaggedUnsequenced, (NCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x01EAB9A0, bool, NCommand_get_IsFlaggedReliable, (NCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x01EAB9B0, void, NCommand_CreateAck, (Byte__Array * buffer, int32_t offset, NCommand * commandToAck, int32_t sentTime, MethodInfo * method)); DO_APP_FUNC(0x01EABC00, void, NCommand__ctor, (NCommand * __this, EnetPeer * peer, uint8_t commandType, StreamBuffer * payload, uint8_t channel, MethodInfo * method)); DO_APP_FUNC(0x01EABC20, void, NCommand_Initialize, (NCommand * __this, EnetPeer * peer, uint8_t commandType, StreamBuffer * payload, uint8_t channel, MethodInfo * method)); DO_APP_FUNC(0x01EABFB0, void, NCommand__ctor_1, (NCommand * __this, EnetPeer * peer, Byte__Array * inBuff, int32_t * readingOffset, MethodInfo * method)); DO_APP_FUNC(0x01EABFD0, void, NCommand_Initialize_1, (NCommand * __this, EnetPeer * peer, Byte__Array * inBuff, int32_t * readingOffset, MethodInfo * method)); DO_APP_FUNC(0x01EAC480, void, NCommand_Reset, (NCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x01EAC4C0, void, NCommand_SerializeHeader, (NCommand * __this, Byte__Array * buffer, int32_t * bufferIndex, MethodInfo * method)); DO_APP_FUNC(0x01EAC780, Byte__Array *, NCommand_Serialize, (NCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x01EAC7A0, void, NCommand_FreePayload, (NCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x01EAC860, void, NCommand_Release, (NCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x01EAC890, int32_t, NCommand_CompareTo, (NCommand * __this, NCommand * other, MethodInfo * method)); DO_APP_FUNC(0x01EAC8C0, String *, NCommand_ToString, (NCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x01EACDB0, void, SimulationItem__ctor, (SimulationItem * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, SimulationItem_get_Delay, (SimulationItem * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, SimulationItem_set_Delay, (SimulationItem * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01EACEA0, bool, NetworkSimulationSet_get_IsSimulationEnabled, (NetworkSimulationSet * __this, MethodInfo * method)); DO_APP_FUNC(0x01EACEB0, void, NetworkSimulationSet_set_IsSimulationEnabled, (NetworkSimulationSet * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x014904A0, int32_t, NetworkSimulationSet_get_OutgoingLag, (NetworkSimulationSet * __this, MethodInfo * method)); DO_APP_FUNC(0x01012D90, int32_t, NetworkSimulationSet_get_OutgoingJitter, (NetworkSimulationSet * __this, MethodInfo * method)); DO_APP_FUNC(0x01616930, int32_t, NetworkSimulationSet_get_OutgoingLossPercentage, (NetworkSimulationSet * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, NetworkSimulationSet_set_OutgoingLossPercentage, (NetworkSimulationSet * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01EADAF0, int32_t, NetworkSimulationSet_get_IncomingLag, (NetworkSimulationSet * __this, MethodInfo * method)); DO_APP_FUNC(0x01EADB00, int32_t, NetworkSimulationSet_get_IncomingJitter, (NetworkSimulationSet * __this, MethodInfo * method)); DO_APP_FUNC(0x01EADB10, int32_t, NetworkSimulationSet_get_IncomingLossPercentage, (NetworkSimulationSet * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, NetworkSimulationSet_set_IncomingLossPercentage, (NetworkSimulationSet * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C5400, int32_t, NetworkSimulationSet_get_LostPackagesOut, (NetworkSimulationSet * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5410, void, NetworkSimulationSet_set_LostPackagesOut, (NetworkSimulationSet * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00A528F0, int32_t, NetworkSimulationSet_get_LostPackagesIn, (NetworkSimulationSet * __this, MethodInfo * method)); DO_APP_FUNC(0x0111DDC0, void, NetworkSimulationSet_set_LostPackagesIn, (NetworkSimulationSet * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01EADB20, String *, NetworkSimulationSet_ToString, (NetworkSimulationSet * __this, MethodInfo * method)); DO_APP_FUNC(0x01EADE70, void, NetworkSimulationSet__ctor, (NetworkSimulationSet * __this, MethodInfo * method)); DO_APP_FUNC(0x01EADF50, void, ParameterDictionary__ctor, (ParameterDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x01EAE0B0, void, ParameterDictionary__ctor_1, (ParameterDictionary * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01467310, NonAllocDictionary_2_System_Byte_System_Object_ *, ParameterDictionary_op_Implicit, (ParameterDictionary * value, MethodInfo * method)); DO_APP_FUNC(0x01EAE230, IEnumerator_1_KeyValuePair_2_System_Byte_System_Object_ *, ParameterDictionary_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_Byte_System_Object___GetEnumerator, (ParameterDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x01EAE280, IEnumerator *, ParameterDictionary_System_Collections_IEnumerable_GetEnumerator, (ParameterDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x01EAE2D0, NonAllocDictionary_2_K_V_PairIterator_System_Byte_System_Object_, ParameterDictionary_GetEnumerator, (ParameterDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x01EAE380, Object *, ParameterDictionary_get_Item, (ParameterDictionary * __this, uint8_t key, MethodInfo * method)); DO_APP_FUNC(0x01EAE420, int32_t, ParameterDictionary_get_Count, (ParameterDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x01EAE470, void, ParameterDictionary_Clear, (ParameterDictionary * __this, MethodInfo * method)); DO_APP_FUNC(0x01EAE510, void, ParameterDictionary_Add, (ParameterDictionary * __this, uint8_t code, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01EAE690, void, ParameterDictionary_Add_1, (ParameterDictionary * __this, uint8_t code, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01EAE7F0, void, ParameterDictionary_Add_2, (ParameterDictionary * __this, uint8_t code, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01EAE920, bool, ParameterDictionary_ContainsKey, (ParameterDictionary * __this, uint8_t key, MethodInfo * method)); DO_APP_FUNC(0x01EAE9A0, bool, ParameterDictionary_TryGetValue, (ParameterDictionary * __this, uint8_t key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x01EAEA10, void, PhotonCodes__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, PeerBase_get_ServerAddress, (PeerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, PeerBase_set_ServerAddress, (PeerBase * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, PeerBase_set_ProxyServerAddress, (PeerBase * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01AAAA40, IPhotonPeerListener *, PeerBase_get_Listener, (PeerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACC260, DebugLevel__Enum, PeerBase_get_debugOut, (PeerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01EAEAA0, int32_t, PeerBase_get_DisconnectTimeout, (PeerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01EAEAC0, int32_t, PeerBase_get_timePingInterval, (PeerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01EAEAE0, uint8_t, PeerBase_get_ChannelCount, (PeerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01EAEB00, String *, PeerBase_get_PeerID, (PeerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01EAEBA0, int32_t, PeerBase_get_timeInt, (PeerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01EAEBD0, int32_t, PeerBase_get_mtu, (PeerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01EAEBF0, bool, PeerBase_get_IsIpv6, (PeerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01EAEC10, void, PeerBase__ctor, (PeerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01EAF150, StreamBuffer *, PeerBase_MessageBufferPoolGet, (MethodInfo * method)); DO_APP_FUNC(0x01EAF3F0, void, PeerBase_MessageBufferPoolPut, (StreamBuffer * buff, MethodInfo * method)); DO_APP_FUNC(0x01EAF620, void, PeerBase_Reset, (PeerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01EAFB70, String *, PeerBase_GetHttpKeyValueString, (PeerBase * __this, Dictionary_2_System_String_System_String_ * dic, MethodInfo * method)); DO_APP_FUNC(0x01EAFDF0, Byte__Array *, PeerBase_WriteInitRequest, (PeerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB0520, Byte__Array *, PeerBase_WriteInitV3, (PeerBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9C90, PeerBase_WriteInitV3__MethodInfo); DO_APP_FUNC(0x01EB0B50, String *, PeerBase_PepareWebSocketUrl, (PeerBase * __this, String * serverAddress, String * appId, Object * photonToken, MethodInfo * method)); DO_APP_FUNC(0x01EB0D60, void, PeerBase_InitCallback, (PeerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB0DF0, StreamBuffer *, PeerBase_SerializeOperationToMessage, (PeerBase * __this, uint8_t opCode, Dictionary_2_System_Byte_System_Object_ * parameters, EgMessageType__Enum messageType, bool encrypt, MethodInfo * method)); DO_APP_FUNC(0x01EB1070, StreamBuffer *, PeerBase_SerializeOperationToMessage_1, (PeerBase * __this, uint8_t opCode, ParameterDictionary * parameters, EgMessageType__Enum messageType, bool encrypt, MethodInfo * method)); DO_APP_FUNC(0x01C26F90, bool, PeerBase_SendAcksOnly, (PeerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB12F0, bool, PeerBase_DeserializeMessageAndCallback, (PeerBase * __this, StreamBuffer * stream, MethodInfo * method)); DO_APP_FUNC(0x01EB20A0, void, PeerBase_UpdateRoundTripTimeAndVariance, (PeerBase * __this, int32_t lastRoundtripTime, MethodInfo * method)); DO_APP_FUNC(0x01EB2150, bool, PeerBase_ExchangeKeysForEncryption, (PeerBase * __this, Object * lockObject, MethodInfo * method)); DO_APP_FUNC(0x01EB28D0, void, PeerBase_DeriveSharedKey, (PeerBase * __this, OperationResponse * operationResponse, MethodInfo * method)); DO_APP_FUNC(0x01EB2AF0, void, PeerBase_InitEncryption, (PeerBase * __this, Byte__Array * secret, MethodInfo * method)); DO_APP_FUNC(0x01EB3000, void, PeerBase_EnqueueActionForDispatch, (PeerBase * __this, PeerBase_MyAction * action, MethodInfo * method)); DO_APP_FUNC(0x01EB3190, void, PeerBase_EnqueueDebugReturn, (PeerBase * __this, DebugLevel__Enum level, String * debugReturn, MethodInfo * method)); DO_APP_FUNC(0x01EB3470, void, PeerBase_EnqueueStatusCallback, (PeerBase * __this, StatusCode__Enum statusValue, MethodInfo * method)); DO_APP_FUNC(0x01EB36F0, NetworkSimulationSet *, PeerBase_get_NetworkSimulationSettings, (PeerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB3700, void, PeerBase_SendNetworkSimulated, (PeerBase * __this, Byte__Array * dataToSend, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9AE0, PeerBase_SendNetworkSimulated__MethodInfo); DO_APP_FUNC(0x01EB3BB0, void, PeerBase_ReceiveNetworkSimulated, (PeerBase * __this, Byte__Array * dataReceived, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9B50, PeerBase_ReceiveNetworkSimulated__MethodInfo); DO_APP_FUNC(0x01EB4060, void, PeerBase_NetworkSimRun, (PeerBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9DA8, PeerBase_NetworkSimRun__MethodInfo); DO_APP_FUNC(0x01EB45C0, bool, PeerBase_get_TrafficStatsEnabled, (PeerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB45E0, TrafficStats *, PeerBase_get_TrafficStatsIncoming, (PeerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB4600, TrafficStats *, PeerBase_get_TrafficStatsOutgoing, (PeerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB4620, TrafficStatsGameLevel *, PeerBase_get_TrafficStatsGameLevel, (PeerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB4640, void, PeerBase__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, PeerBase_MyAction__ctor, (PeerBase_MyAction * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, PeerBase_MyAction_Invoke, (PeerBase_MyAction * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PeerBase_c_DisplayClass108_0__ctor, (PeerBase_c_DisplayClass108_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB47D0, void, PeerBase_c_DisplayClass108_0__EnqueueDebugReturn_b__0, (PeerBase_c_DisplayClass108_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9B98, PeerBase_c_DisplayClass108_0__EnqueueDebugReturn_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, PeerBase_c_DisplayClass109_0__ctor, (PeerBase_c_DisplayClass109_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB4840, void, PeerBase_c_DisplayClass109_0__EnqueueStatusCallback_b__0, (PeerBase_c_DisplayClass109_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9B30, PeerBase_c_DisplayClass109_0__EnqueueStatusCallback_b__0__MethodInfo); DO_APP_FUNC(0x01EB48B0, void, PhotonClientWebSocket__ctor, (PhotonClientWebSocket * __this, PeerBase * peerBase, MethodInfo * method)); DO_APP_FUNC(0x01EB4930, bool, PhotonClientWebSocket_Connect, (PhotonClientWebSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB4A20, void, PhotonClientWebSocket_AsyncConnectAndReceive, (PhotonClientWebSocket * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB358, PhotonClientWebSocket_AsyncConnectAndReceive__MethodInfo); DO_APP_FUNC(0x01EB5E60, bool, PhotonClientWebSocket_Disconnect, (PhotonClientWebSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB6010, PhotonSocketError__Enum, PhotonClientWebSocket_Send, (PhotonClientWebSocket * __this, Byte__Array * data, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01EB62A0, PhotonSocketError__Enum, PhotonClientWebSocket_Receive, (PhotonClientWebSocket * __this, Byte__Array * * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB318, PhotonClientWebSocket_Receive__MethodInfo); DO_APP_FUNC(0x01EB62F0, uint8_t, PhotonPeer_get_ClientSdkIdShifted, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB6300, String *, PhotonPeer_get_ClientVersion, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB66F0, String *, PhotonPeer_get_Version, (MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, SerializationProtocol__Enum, PhotonPeer_get_SerializationProtocolType, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, PhotonPeer_set_SerializationProtocolType, (PhotonPeer * __this, SerializationProtocol__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Type *, PhotonPeer_get_SocketImplementation, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, PhotonPeer_set_SocketImplementation, (PhotonPeer * __this, Type * value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, IPhotonPeerListener *, PhotonPeer_get_Listener, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, PhotonPeer_set_Listener, (PhotonPeer * __this, IPhotonPeerListener * value, MethodInfo * method)); DO_APP_FUNC(0x01EB6AF0, void, PhotonPeer_add_OnDisconnectMessage, (PhotonPeer * __this, Action_1_ExitGames_Client_Photon_DisconnectMessage_ * value, MethodInfo * method)); DO_APP_FUNC(0x01EB6C00, void, PhotonPeer_remove_OnDisconnectMessage, (PhotonPeer * __this, Action_1_ExitGames_Client_Photon_DisconnectMessage_ * value, MethodInfo * method)); DO_APP_FUNC(0x01EB6D10, bool, PhotonPeer_get_ReuseEventInstance, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB6D20, bool, PhotonPeer_get_UseByteArraySlicePoolForEvents, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB6D30, bool, PhotonPeer_get_WrapIncomingStructs, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x005625F0, bool, PhotonPeer_get_EnableServerTracing, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB6D40, uint8_t, PhotonPeer_get_QuickResendAttempts, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB6D50, PeerStateValue__Enum, PhotonPeer_get_PeerState, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB6D90, String *, PhotonPeer_get_PeerID, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB6DC0, bool, PhotonPeer_get_CrcEnabled, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB6DD0, int32_t, PhotonPeer_get_DisconnectTimeout, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB6DE0, void, PhotonPeer_set_DisconnectTimeout, (PhotonPeer * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01EB6DF0, int32_t, PhotonPeer_get_ConnectionTime, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB6E20, int32_t, PhotonPeer_get_LastSendOutgoingTime, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB6E50, int32_t, PhotonPeer_get_LongestSentCall, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB6E80, int32_t, PhotonPeer_get_RoundTripTime, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB6EA0, int32_t, PhotonPeer_get_RoundTripTimeVariance, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB6EC0, int32_t, PhotonPeer_get_TimestampOfLastSocketReceive, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB6EF0, String *, PhotonPeer_get_ServerAddress, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB6F10, String *, PhotonPeer_get_ServerIpAddress, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x005FC5C0, ConnectionProtocol__Enum, PhotonPeer_get_TransportProtocol, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x004841B0, void, PhotonPeer_set_TransportProtocol, (PhotonPeer * __this, ConnectionProtocol__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01EB6F50, void, PhotonPeer_set_IsSimulationEnabled, (PhotonPeer * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01EB70F0, NetworkSimulationSet *, PhotonPeer_get_NetworkSimulationSettings, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB7120, int32_t, PhotonPeer_get_MaximumTransferUnit, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB7130, bool, PhotonPeer_get_IsEncryptionAvailable, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF700, TrafficStats *, PhotonPeer_get_TrafficStatsIncoming, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF710, void, PhotonPeer_set_TrafficStatsIncoming, (PhotonPeer * __this, TrafficStats * value, MethodInfo * method)); DO_APP_FUNC(0x00473D30, TrafficStats *, PhotonPeer_get_TrafficStatsOutgoing, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x00B2F140, void, PhotonPeer_set_TrafficStatsOutgoing, (PhotonPeer * __this, TrafficStats * value, MethodInfo * method)); DO_APP_FUNC(0x004B2C80, TrafficStatsGameLevel *, PhotonPeer_get_TrafficStatsGameLevel, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C90, void, PhotonPeer_set_TrafficStatsGameLevel, (PhotonPeer * __this, TrafficStatsGameLevel * value, MethodInfo * method)); DO_APP_FUNC(0x01EB7160, int64_t, PhotonPeer_get_TrafficStatsElapsedMs, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB7190, bool, PhotonPeer_get_TrafficStatsEnabled, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB71A0, void, PhotonPeer_set_TrafficStatsEnabled, (PhotonPeer * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01EB7210, void, PhotonPeer_InitializeTrafficStats, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB7530, String *, PhotonPeer_VitalStatsToString, (PhotonPeer * __this, bool all, MethodInfo * method)); DO_APP_FUNC(0x01EB7C30, Type *, PhotonPeer_get_PayloadEncryptorType, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB7C40, Type *, PhotonPeer_get_EncryptorType, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6C130, int32_t, PhotonPeer_get_CountDiscarded, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6C140, void, PhotonPeer_set_CountDiscarded, (PhotonPeer * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01EB7C50, void, PhotonPeer_set_DeltaUnreliableNumber, (PhotonPeer * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01EB7C60, void, PhotonPeer__ctor, (PhotonPeer * __this, ConnectionProtocol__Enum protocolType, MethodInfo * method)); DO_APP_FUNC(0x01EB80B0, bool, PhotonPeer_Connect, (PhotonPeer * __this, String * serverAddress, String * proxyServerAddress, String * appId, Object * photonToken, Object * customInitData, MethodInfo * method)); DO_APP_FUNC(0x01EB8F60, void, PhotonPeer_CreatePeerBase, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB9310, void, PhotonPeer_Disconnect, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB95E0, void, PhotonPeer_OnDisconnectMessageCall, (PhotonPeer * __this, DisconnectMessage * dm, MethodInfo * method)); DO_APP_FUNC(0x01EB9600, void, PhotonPeer_StopThread, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB98D0, bool, PhotonPeer_EstablishEncryption, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB9A00, bool, PhotonPeer_InitDatagramEncryption, (PhotonPeer * __this, Byte__Array * encryptionSecret, Byte__Array * hmacSecret, bool randomizedSequenceNumbers, bool chainingModeGCM, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB200, PhotonPeer_InitDatagramEncryption__MethodInfo); DO_APP_FUNC(0x003C2860, void, PhotonPeer_InitPayloadEncryption, (PhotonPeer * __this, Byte__Array * secret, MethodInfo * method)); DO_APP_FUNC(0x01EBA0B0, void, PhotonPeer_Service, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EBA100, bool, PhotonPeer_SendOutgoingCommands, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EBA2E0, bool, PhotonPeer_SendAcksOnly, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EBA4C0, bool, PhotonPeer_DispatchIncomingCommands, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EBA6C0, bool, PhotonPeer_SendOperation, (PhotonPeer * __this, uint8_t operationCode, Dictionary_2_System_Byte_System_Object_ * operationParameters, SendOptions sendOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB158, PhotonPeer_SendOperation__MethodInfo); DO_APP_FUNC(0x01EBAC80, bool, PhotonPeer_SendOperation_1, (PhotonPeer * __this, uint8_t operationCode, ParameterDictionary * operationParameters, SendOptions sendOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB148, PhotonPeer_SendOperation_1__MethodInfo); DO_APP_FUNC(0x01EBB240, bool, PhotonPeer_RegisterType, (Type * customType, uint8_t code, SerializeStreamMethod * serializeMethod, DeserializeStreamMethod * constructor, MethodInfo * method)); DO_APP_FUNC(0x01EBB2D0, void, PhotonPeer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01EBB360, bool, PhotonPeer__EstablishEncryption_b__220_0, (PhotonPeer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB1B8, PhotonPeer__EstablishEncryption_b__220_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, OperationRequest__ctor, (OperationRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x01EBB390, Object *, OperationResponse_get_Item, (OperationResponse * __this, uint8_t parameterCode, MethodInfo * method)); DO_APP_FUNC(0x01EBB400, String *, OperationResponse_ToString, (OperationResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x01EBB4E0, String *, OperationResponse_ToStringFull, (OperationResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OperationResponse__ctor, (OperationResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DisconnectMessage__ctor, (DisconnectMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x01EBB740, void, EventData__ctor, (EventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01EBB800, Object *, EventData_get_Item, (EventData * __this, uint8_t key, MethodInfo * method)); DO_APP_FUNC(0x01EBB870, int32_t, EventData_get_Sender, (EventData * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, EventData_set_Sender, (EventData * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01EBB8F0, void, EventData_Reset, (EventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01EBB970, String *, EventData_ToString, (EventData * __this, MethodInfo * method)); DO_APP_FUNC(0x0160E9C0, void, SerializeMethod__ctor, (SerializeMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, Byte__Array *, SerializeMethod_Invoke, (SerializeMethod * __this, Object * customObject, MethodInfo * method)); DO_APP_FUNC(0x01EBBA00, void, SerializeStreamMethod__ctor, (SerializeStreamMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int16_t, SerializeStreamMethod_Invoke, (SerializeStreamMethod * __this, StreamBuffer * outStream, Object * customObject, MethodInfo * method)); DO_APP_FUNC(0x01E60350, void, DeserializeMethod__ctor, (DeserializeMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, Object *, DeserializeMethod_Invoke, (DeserializeMethod * __this, Byte__Array * serializedCustomObject, MethodInfo * method)); DO_APP_FUNC(0x01EBBBC0, void, DeserializeStreamMethod__ctor, (DeserializeStreamMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Object *, DeserializeStreamMethod_Invoke, (DeserializeStreamMethod * __this, StreamBuffer * inStream, int16_t length, MethodInfo * method)); DO_APP_FUNC(0x01EBBD80, void, CustomType__ctor, (CustomType * __this, Type * type, uint8_t code, SerializeStreamMethod * serializeFunction, DeserializeStreamMethod * deserializeFunction, MethodInfo * method)); DO_APP_FUNC(0x01EBBE90, bool, Protocol_TryRegisterType, (Type * type, uint8_t typeCode, SerializeStreamMethod * serializeFunction, DeserializeStreamMethod * deserializeFunction, MethodInfo * method)); DO_APP_FUNC(0x01EBC1E0, void, Protocol_Serialize, (int16_t value, Byte__Array * target, int32_t * targetOffset, MethodInfo * method)); DO_APP_FUNC(0x01EBC240, void, Protocol_Serialize_1, (int32_t value, Byte__Array * target, int32_t * targetOffset, MethodInfo * method)); DO_APP_FUNC(0x01EBC2D0, void, Protocol_Serialize_2, (float value, Byte__Array * target, int32_t * targetOffset, MethodInfo * method)); DO_APP_FUNC(0x01EBC610, void, Protocol_Deserialize, (int32_t * value, Byte__Array * source, int32_t * offset, MethodInfo * method)); DO_APP_FUNC(0x01EBC6B0, void, Protocol_Deserialize_1, (int16_t * value, Byte__Array * source, int32_t * offset, MethodInfo * method)); DO_APP_FUNC(0x01EBC710, void, Protocol_Deserialize_2, (float * value, Byte__Array * source, int32_t * offset, MethodInfo * method)); DO_APP_FUNC(0x01EBCB20, void, Protocol__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01EBCE20, String *, Protocol16_get_ProtocolType, (Protocol16 * __this, MethodInfo * method)); DO_APP_FUNC(0x014BA540, Byte__Array *, Protocol16_get_VersionBytes, (Protocol16 * __this, MethodInfo * method)); DO_APP_FUNC(0x01EBCE60, bool, Protocol16_SerializeCustom, (Protocol16 * __this, StreamBuffer * dout, Object * serObject, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB110, Protocol16_SerializeCustom__MethodInfo); DO_APP_FUNC(0x01EBD360, Object *, Protocol16_DeserializeCustom, (Protocol16 * __this, StreamBuffer * din, uint8_t customTypeCode, IProtocol_DeserializationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB0E0, Protocol16_DeserializeCustom__MethodInfo); DO_APP_FUNC(0x01EBD650, Type *, Protocol16_GetTypeOfCode, (Protocol16 * __this, uint8_t typeCode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB038, Protocol16_GetTypeOfCode__MethodInfo); DO_APP_FUNC(0x01EBDA20, Protocol16_GpType__Enum, Protocol16_GetCodeOfType, (Protocol16 * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x01EBDDE0, Array *, Protocol16_CreateArrayByType, (Protocol16 * __this, uint8_t arrayType, int16_t length, MethodInfo * method)); DO_APP_FUNC(0x01EBDE10, void, Protocol16_SerializeOperationRequest, (Protocol16 * __this, StreamBuffer * stream, OperationRequest * operation, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01EBDE50, void, Protocol16_SerializeOperationRequest_1, (Protocol16 * __this, StreamBuffer * stream, uint8_t operationCode, Dictionary_2_System_Byte_System_Object_ * parameters, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01EBDF30, void, Protocol16_SerializeOperationRequest_2, (Protocol16 * __this, StreamBuffer * stream, uint8_t operationCode, ParameterDictionary * parameters, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01EBE010, OperationRequest *, Protocol16_DeserializeOperationRequest, (Protocol16 * __this, StreamBuffer * din, IProtocol_DeserializationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x01EBE110, void, Protocol16_SerializeOperationResponse, (Protocol16 * __this, StreamBuffer * stream, OperationResponse * serObject, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01EBE2A0, DisconnectMessage *, Protocol16_DeserializeDisconnectMessage, (Protocol16 * __this, StreamBuffer * stream, MethodInfo * method)); DO_APP_FUNC(0x01EBE5A0, OperationResponse *, Protocol16_DeserializeOperationResponse, (Protocol16 * __this, StreamBuffer * stream, IProtocol_DeserializationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x01EBE790, void, Protocol16_SerializeEventData, (Protocol16 * __this, StreamBuffer * stream, EventData * serObject, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01EBE870, EventData *, Protocol16_DeserializeEventData, (Protocol16 * __this, StreamBuffer * din, EventData * target, IProtocol_DeserializationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x01EBE930, void, Protocol16_SerializeParameterTable, (Protocol16 * __this, StreamBuffer * stream, Dictionary_2_System_Byte_System_Object_ * parameters, MethodInfo * method)); DO_APP_FUNC(0x01EBEBF0, void, Protocol16_SerializeParameterTable_1, (Protocol16 * __this, StreamBuffer * stream, ParameterDictionary * parameters, MethodInfo * method)); DO_APP_FUNC(0x01EBEFB0, Dictionary_2_System_Byte_System_Object_ *, Protocol16_DeserializeParameterTable, (Protocol16 * __this, StreamBuffer * stream, Dictionary_2_System_Byte_System_Object_ * target, MethodInfo * method)); DO_APP_FUNC(0x01EBF130, ParameterDictionary *, Protocol16_DeserializeParameterDictionary, (Protocol16 * __this, StreamBuffer * stream, ParameterDictionary * target, IProtocol_DeserializationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x01EBF270, void, Protocol16_Serialize, (Protocol16 * __this, StreamBuffer * dout, Object * serObject, bool setType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAFE8, Protocol16_Serialize__MethodInfo); DO_APP_FUNC(0x01EBFEF0, void, Protocol16_SerializeByte, (Protocol16 * __this, StreamBuffer * dout, uint8_t serObject, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01EBFFA0, void, Protocol16_SerializeBoolean, (Protocol16 * __this, StreamBuffer * dout, bool serObject, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01EC0050, void, Protocol16_SerializeShort, (Protocol16 * __this, StreamBuffer * dout, int16_t serObject, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01EC02A0, void, Protocol16_SerializeLengthAsShort, (Protocol16 * __this, StreamBuffer * dout, int32_t serObject, String * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAFC8, Protocol16_SerializeLengthAsShort__MethodInfo); DO_APP_FUNC(0x01EC0520, void, Protocol16_SerializeInteger, (Protocol16 * __this, StreamBuffer * dout, int32_t serObject, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01EC07A0, void, Protocol16_SerializeLong, (Protocol16 * __this, StreamBuffer * dout, int64_t serObject, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01EC0CD0, void, Protocol16_SerializeFloat, (Protocol16 * __this, StreamBuffer * dout, float serObject, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01EC12A0, void, Protocol16_SerializeDouble, (Protocol16 * __this, StreamBuffer * dout, double serObject, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01EC17E0, void, Protocol16_SerializeString, (Protocol16 * __this, StreamBuffer * stream, String * value, bool setType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAF30, Protocol16_SerializeString__MethodInfo); DO_APP_FUNC(0x01EC19C0, void, Protocol16_SerializeArray, (Protocol16 * __this, StreamBuffer * dout, Array * serObject, bool setType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAF28, Protocol16_SerializeArray__MethodInfo); DO_APP_FUNC(0x01EC2110, void, Protocol16_SerializeByteArray, (Protocol16 * __this, StreamBuffer * dout, Byte__Array * serObject, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01EC21D0, void, Protocol16_SerializeByteArraySegment, (Protocol16 * __this, StreamBuffer * dout, Byte__Array * serObject, int32_t offset, int32_t count, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01EC22B0, void, Protocol16_SerializeIntArrayOptimized, (Protocol16 * __this, StreamBuffer * inWriter, Int32__Array * serObject, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01EC2510, void, Protocol16_SerializeObjectArray, (Protocol16 * __this, StreamBuffer * dout, IList * objects, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01EC2760, void, Protocol16_SerializeHashTable, (Protocol16 * __this, StreamBuffer * dout, Hashtable_1 * serObject, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01EC2AD0, void, Protocol16_SerializeDictionary, (Protocol16 * __this, StreamBuffer * dout, IDictionary * serObject, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01EC2BA0, void, Protocol16_SerializeDictionaryHeader, (Protocol16 * __this, StreamBuffer * writer, Type * dictType, MethodInfo * method)); DO_APP_FUNC(0x01EC2BD0, void, Protocol16_SerializeDictionaryHeader_1, (Protocol16 * __this, StreamBuffer * writer, Object * dict, bool * setKeyType, bool * setValueType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAF60, Protocol16_SerializeDictionaryHeader_1__MethodInfo); DO_APP_FUNC(0x01EC2F90, void, Protocol16_SerializeDictionaryElements, (Protocol16 * __this, StreamBuffer * writer, Object * dict, bool setKeyType, bool setValueType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAF40, Protocol16_SerializeDictionaryElements__MethodInfo); DO_APP_FUNC(0x01EC3300, Object *, Protocol16_Deserialize, (Protocol16 * __this, StreamBuffer * din, uint8_t type, IProtocol_DeserializationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAED0, Protocol16_Deserialize__MethodInfo); DO_APP_FUNC(0x01EC3D50, uint8_t, Protocol16_DeserializeByte, (Protocol16 * __this, StreamBuffer * din, MethodInfo * method)); DO_APP_FUNC(0x01EC3D70, bool, Protocol16_DeserializeBoolean, (Protocol16 * __this, StreamBuffer * din, MethodInfo * method)); DO_APP_FUNC(0x01EC3DA0, int16_t, Protocol16_DeserializeShort, (Protocol16 * __this, StreamBuffer * din, MethodInfo * method)); DO_APP_FUNC(0x01EC3F90, int32_t, Protocol16_DeserializeInteger, (Protocol16 * __this, StreamBuffer * din, MethodInfo * method)); DO_APP_FUNC(0x01EC41C0, int64_t, Protocol16_DeserializeLong, (Protocol16 * __this, StreamBuffer * din, MethodInfo * method)); DO_APP_FUNC(0x01EC4550, float, Protocol16_DeserializeFloat, (Protocol16 * __this, StreamBuffer * din, MethodInfo * method)); DO_APP_FUNC(0x01EC48A0, double, Protocol16_DeserializeDouble, (Protocol16 * __this, StreamBuffer * din, MethodInfo * method)); DO_APP_FUNC(0x01EC4C90, String *, Protocol16_DeserializeString, (Protocol16 * __this, StreamBuffer * din, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAEC8, Protocol16_DeserializeString__MethodInfo); DO_APP_FUNC(0x01EC4E00, Array *, Protocol16_DeserializeArray, (Protocol16 * __this, StreamBuffer * din, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAF08, Protocol16_DeserializeArray__MethodInfo); DO_APP_FUNC(0x01EC5810, Byte__Array *, Protocol16_DeserializeByteArray, (Protocol16 * __this, StreamBuffer * din, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01EC58D0, Int32__Array *, Protocol16_DeserializeIntArray, (Protocol16 * __this, StreamBuffer * din, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01EC5990, String__Array *, Protocol16_DeserializeStringArray, (Protocol16 * __this, StreamBuffer * din, MethodInfo * method)); DO_APP_FUNC(0x01EC5AF0, Object__Array *, Protocol16_DeserializeObjectArray, (Protocol16 * __this, StreamBuffer * din, MethodInfo * method)); DO_APP_FUNC(0x01EC5C80, Hashtable_1 *, Protocol16_DeserializeHashTable, (Protocol16 * __this, StreamBuffer * din, MethodInfo * method)); DO_APP_FUNC(0x01EC5DF0, IDictionary *, Protocol16_DeserializeDictionary, (Protocol16 * __this, StreamBuffer * din, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAE68, Protocol16_DeserializeDictionary__MethodInfo); DO_APP_FUNC(0x01EC61E0, bool, Protocol16_DeserializeDictionaryArray, (Protocol16 * __this, StreamBuffer * din, int16_t size, Array * * arrayResult, MethodInfo * method)); DO_APP_FUNC(0x01EC6490, Type *, Protocol16_DeserializeDictionaryType, (Protocol16 * __this, StreamBuffer * reader, uint8_t * keyTypeCode, uint8_t * valTypeCode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAE60, Protocol16_DeserializeDictionaryType__MethodInfo); DO_APP_FUNC(0x01EC6770, void, Protocol16__ctor, (Protocol16 * __this, MethodInfo * method)); DO_APP_FUNC(0x01EC6BD0, void, Protocol16__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01EC6D20, void, InvalidDataException_1__ctor, (InvalidDataException_1 * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01EC6D80, String *, Protocol18_get_ProtocolType, (Protocol18 * __this, MethodInfo * method)); DO_APP_FUNC(0x014BA540, Byte__Array *, Protocol18_get_VersionBytes, (Protocol18 * __this, MethodInfo * method)); DO_APP_FUNC(0x01EC6DC0, void, Protocol18_Serialize, (Protocol18 * __this, StreamBuffer * dout, Object * serObject, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01EC6E40, void, Protocol18_SerializeShort, (Protocol18 * __this, StreamBuffer * dout, int16_t serObject, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01EC6EB0, void, Protocol18_SerializeString, (Protocol18 * __this, StreamBuffer * dout, String * serObject, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01EC6EC0, Object *, Protocol18_Deserialize, (Protocol18 * __this, StreamBuffer * din, uint8_t type, IProtocol_DeserializationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x01EC6EE0, int16_t, Protocol18_DeserializeShort, (Protocol18 * __this, StreamBuffer * din, MethodInfo * method)); DO_APP_FUNC(0x01EC3D50, uint8_t, Protocol18_DeserializeByte, (Protocol18 * __this, StreamBuffer * din, MethodInfo * method)); DO_APP_FUNC(0x01EC6F60, Type *, Protocol18_GetAllowedDictionaryKeyTypes, (Protocol18_GpType__Enum gpType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAEB0, Protocol18_GetAllowedDictionaryKeyTypes__MethodInfo); DO_APP_FUNC(0x01EC7160, Type *, Protocol18_GetClrArrayType, (Protocol18_GpType__Enum gpType, MethodInfo * method)); DO_APP_FUNC(0x01EC74C0, Protocol18_GpType__Enum, Protocol18_GetCodeOfType, (Protocol18 * __this, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAE80, Protocol18_GetCodeOfType__MethodInfo); DO_APP_FUNC(0x01EC7D70, Protocol18_GpType__Enum, Protocol18_GetCodeOfTypeCode, (Protocol18 * __this, TypeCode__Enum type, MethodInfo * method)); DO_APP_FUNC(0x01EC7DE0, Object *, Protocol18_Read, (Protocol18 * __this, StreamBuffer * stream, IProtocol_DeserializationFlags__Enum flags, ParameterDictionary * parameters, MethodInfo * method)); DO_APP_FUNC(0x01EC7E50, Object *, Protocol18_Read_1, (Protocol18 * __this, StreamBuffer * stream, uint8_t gpType, IProtocol_DeserializationFlags__Enum flags, ParameterDictionary * parameters, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAE08, Protocol18_Read_1__MethodInfo); DO_APP_FUNC(0x01EC3D70, bool, Protocol18_ReadBoolean, (Protocol18 * __this, StreamBuffer * stream, MethodInfo * method)); DO_APP_FUNC(0x01EC3D50, uint8_t, Protocol18_ReadByte, (Protocol18 * __this, StreamBuffer * stream, MethodInfo * method)); DO_APP_FUNC(0x01EC6EE0, int16_t, Protocol18_ReadInt16, (Protocol18 * __this, StreamBuffer * stream, MethodInfo * method)); DO_APP_FUNC(0x01EC6EE0, uint16_t, Protocol18_ReadUShort, (Protocol18 * __this, StreamBuffer * stream, MethodInfo * method)); DO_APP_FUNC(0x01EC92C0, float, Protocol18_ReadSingle, (Protocol18 * __this, StreamBuffer * stream, MethodInfo * method)); DO_APP_FUNC(0x01EC93C0, double, Protocol18_ReadDouble, (Protocol18 * __this, StreamBuffer * stream, MethodInfo * method)); DO_APP_FUNC(0x01EC94C0, ByteArraySlice *, Protocol18_ReadNonAllocByteArray, (Protocol18 * __this, StreamBuffer * stream, MethodInfo * method)); DO_APP_FUNC(0x01EC9560, Byte__Array *, Protocol18_ReadByteArray, (Protocol18 * __this, StreamBuffer * stream, MethodInfo * method)); DO_APP_FUNC(0x01EC9610, Object *, Protocol18_ReadCustomType, (Protocol18 * __this, StreamBuffer * stream, uint8_t gpType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAE48, Protocol18_ReadCustomType__MethodInfo); DO_APP_FUNC(0x01EC9930, EventData *, Protocol18_DeserializeEventData, (Protocol18 * __this, StreamBuffer * din, EventData * target, IProtocol_DeserializationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x01EC9B70, Dictionary_2_System_Byte_System_Object_ *, Protocol18_ReadParameterTable, (Protocol18 * __this, StreamBuffer * stream, Dictionary_2_System_Byte_System_Object_ * target, IProtocol_DeserializationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x01EC9CE0, ParameterDictionary *, Protocol18_ReadParameterDictionary, (Protocol18 * __this, StreamBuffer * stream, ParameterDictionary * target, IProtocol_DeserializationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x01EC9E20, Hashtable_1 *, Protocol18_ReadHashtable, (Protocol18 * __this, StreamBuffer * stream, IProtocol_DeserializationFlags__Enum flags, ParameterDictionary * parameters, MethodInfo * method)); DO_APP_FUNC(0x01ECA0B0, OperationRequest *, Protocol18_DeserializeOperationRequest, (Protocol18 * __this, StreamBuffer * din, IProtocol_DeserializationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x01ECA1A0, OperationResponse *, Protocol18_DeserializeOperationResponse, (Protocol18 * __this, StreamBuffer * stream, IProtocol_DeserializationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x01ECA3B0, DisconnectMessage *, Protocol18_DeserializeDisconnectMessage, (Protocol18 * __this, StreamBuffer * stream, MethodInfo * method)); DO_APP_FUNC(0x01ECA690, String *, Protocol18_ReadString, (Protocol18 * __this, StreamBuffer * stream, MethodInfo * method)); DO_APP_FUNC(0x01ECA770, Object *, Protocol18_ReadCustomTypeArray, (Protocol18 * __this, StreamBuffer * stream, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAADF0, Protocol18_ReadCustomTypeArray__MethodInfo); DO_APP_FUNC(0x01ECACF0, Type *, Protocol18_ReadDictionaryType, (Protocol18 * __this, StreamBuffer * stream, Protocol18_GpType__Enum * keyReadType, Protocol18_GpType__Enum * valueReadType, MethodInfo * method)); DO_APP_FUNC(0x01ECAFB0, Type *, Protocol18_ReadDictionaryType_1, (Protocol18 * __this, StreamBuffer * stream, MethodInfo * method)); DO_APP_FUNC(0x01ECB220, Type *, Protocol18_GetDictArrayType, (Protocol18 * __this, StreamBuffer * stream, MethodInfo * method)); DO_APP_FUNC(0x01ECB320, IDictionary *, Protocol18_ReadDictionary, (Protocol18 * __this, StreamBuffer * stream, IProtocol_DeserializationFlags__Enum flags, ParameterDictionary * parameters, MethodInfo * method)); DO_APP_FUNC(0x01ECB550, bool, Protocol18_ReadDictionaryElements, (Protocol18 * __this, StreamBuffer * stream, Protocol18_GpType__Enum keyReadType, Protocol18_GpType__Enum valueReadType, IDictionary * dictionary, IProtocol_DeserializationFlags__Enum flags, ParameterDictionary * parameters, MethodInfo * method)); DO_APP_FUNC(0x01ECB6D0, Object__Array *, Protocol18_ReadObjectArray, (Protocol18 * __this, StreamBuffer * stream, IProtocol_DeserializationFlags__Enum flags, ParameterDictionary * parameters, MethodInfo * method)); DO_APP_FUNC(0x01ECB840, Boolean__Array *, Protocol18_ReadBooleanArray, (Protocol18 * __this, StreamBuffer * stream, MethodInfo * method)); DO_APP_FUNC(0x01ECBA80, Int16__Array *, Protocol18_ReadInt16Array, (Protocol18 * __this, StreamBuffer * stream, MethodInfo * method)); DO_APP_FUNC(0x01ECBB80, Single__Array *, Protocol18_ReadSingleArray, (Protocol18 * __this, StreamBuffer * stream, MethodInfo * method)); DO_APP_FUNC(0x01ECBC40, Double__Array *, Protocol18_ReadDoubleArray, (Protocol18 * __this, StreamBuffer * stream, MethodInfo * method)); DO_APP_FUNC(0x01ECBD00, String__Array *, Protocol18_ReadStringArray, (Protocol18 * __this, StreamBuffer * stream, MethodInfo * method)); DO_APP_FUNC(0x01ECBE40, Hashtable_1__Array *, Protocol18_ReadHashtableArray, (Protocol18 * __this, StreamBuffer * stream, IProtocol_DeserializationFlags__Enum flags, ParameterDictionary * parameters, MethodInfo * method)); DO_APP_FUNC(0x01ECBFA0, IDictionary__Array *, Protocol18_ReadDictionaryArray, (Protocol18 * __this, StreamBuffer * stream, IProtocol_DeserializationFlags__Enum flags, ParameterDictionary * parameters, MethodInfo * method)); DO_APP_FUNC(0x01ECC340, Array *, Protocol18_ReadArrayInArray, (Protocol18 * __this, StreamBuffer * stream, IProtocol_DeserializationFlags__Enum flags, ParameterDictionary * parameters, MethodInfo * method)); DO_APP_FUNC(0x01ECC4C0, int32_t, Protocol18_ReadInt1, (Protocol18 * __this, StreamBuffer * stream, bool signNegative, MethodInfo * method)); DO_APP_FUNC(0x01ECC500, int32_t, Protocol18_ReadInt2, (Protocol18 * __this, StreamBuffer * stream, bool signNegative, MethodInfo * method)); DO_APP_FUNC(0x01ECC5D0, int32_t, Protocol18_ReadCompressedInt32, (Protocol18 * __this, StreamBuffer * stream, MethodInfo * method)); DO_APP_FUNC(0x01ECC5F0, uint32_t, Protocol18_ReadCompressedUInt32, (Protocol18 * __this, StreamBuffer * stream, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAADC8, Protocol18_ReadCompressedUInt32__MethodInfo); DO_APP_FUNC(0x01ECC930, int64_t, Protocol18_ReadCompressedInt64, (Protocol18 * __this, StreamBuffer * stream, MethodInfo * method)); DO_APP_FUNC(0x01ECCA20, uint64_t, Protocol18_ReadCompressedUInt64, (Protocol18 * __this, StreamBuffer * stream, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAADC0, Protocol18_ReadCompressedUInt64__MethodInfo); DO_APP_FUNC(0x01ECCB00, Int32__Array *, Protocol18_ReadCompressedInt32Array, (Protocol18 * __this, StreamBuffer * stream, MethodInfo * method)); DO_APP_FUNC(0x01ECCBC0, Int64__Array *, Protocol18_ReadCompressedInt64Array, (Protocol18 * __this, StreamBuffer * stream, MethodInfo * method)); DO_APP_FUNC(0x01ECCC70, int32_t, Protocol18_DecodeZigZag32, (Protocol18 * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01ECCC80, int64_t, Protocol18_DecodeZigZag64, (Protocol18 * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01EC6DC0, void, Protocol18_Write, (Protocol18 * __this, StreamBuffer * stream, Object * value, bool writeType, MethodInfo * method)); DO_APP_FUNC(0x01ECCCA0, void, Protocol18_Write_1, (Protocol18 * __this, StreamBuffer * stream, Object * value, Protocol18_GpType__Enum gpType, bool writeType, MethodInfo * method)); DO_APP_FUNC(0x01ECE240, void, Protocol18_SerializeEventData, (Protocol18 * __this, StreamBuffer * stream, EventData * serObject, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01ECE320, void, Protocol18_WriteParameterTable, (Protocol18 * __this, StreamBuffer * stream, Dictionary_2_System_Byte_System_Object_ * parameters, MethodInfo * method)); DO_APP_FUNC(0x01ECE650, void, Protocol18_WriteParameterTable_1, (Protocol18 * __this, StreamBuffer * stream, ParameterDictionary * parameters, MethodInfo * method)); DO_APP_FUNC(0x01EBDE10, void, Protocol18_SerializeOperationRequest, (Protocol18 * __this, StreamBuffer * stream, OperationRequest * operation, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01ECEA70, void, Protocol18_SerializeOperationRequest_1, (Protocol18 * __this, StreamBuffer * stream, uint8_t operationCode, Dictionary_2_System_Byte_System_Object_ * parameters, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01ECEB50, void, Protocol18_SerializeOperationRequest_2, (Protocol18 * __this, StreamBuffer * stream, uint8_t operationCode, ParameterDictionary * parameters, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01ECEC30, void, Protocol18_SerializeOperationResponse, (Protocol18 * __this, StreamBuffer * stream, OperationResponse * serObject, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01ECEDE0, void, Protocol18_WriteByte, (Protocol18 * __this, StreamBuffer * stream, uint8_t value, bool writeType, MethodInfo * method)); DO_APP_FUNC(0x01ECEE70, void, Protocol18_WriteBoolean, (Protocol18 * __this, StreamBuffer * stream, bool value, bool writeType, MethodInfo * method)); DO_APP_FUNC(0x01ECEF00, void, Protocol18_WriteUShort, (Protocol18 * __this, StreamBuffer * stream, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01EC6E40, void, Protocol18_WriteInt16, (Protocol18 * __this, StreamBuffer * stream, int16_t value, bool writeType, MethodInfo * method)); DO_APP_FUNC(0x01ECEF30, void, Protocol18_WriteDouble, (Protocol18 * __this, StreamBuffer * stream, double value, bool writeType, MethodInfo * method)); DO_APP_FUNC(0x01ECF310, void, Protocol18_WriteSingle, (Protocol18 * __this, StreamBuffer * stream, float value, bool writeType, MethodInfo * method)); DO_APP_FUNC(0x01ECF6F0, void, Protocol18_WriteString, (Protocol18 * __this, StreamBuffer * stream, String * value, bool writeType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAADB8, Protocol18_WriteString__MethodInfo); DO_APP_FUNC(0x01ECF8A0, void, Protocol18_WriteHashtable, (Protocol18 * __this, StreamBuffer * stream, Object * value, bool writeType, MethodInfo * method)); DO_APP_FUNC(0x01ECFC20, void, Protocol18_WriteByteArray, (Protocol18 * __this, StreamBuffer * stream, Byte__Array * value, bool writeType, MethodInfo * method)); DO_APP_FUNC(0x01ECFCD0, void, Protocol18_WriteArraySegmentByte, (Protocol18 * __this, StreamBuffer * stream, ArraySegment_1_Byte_ seg, bool writeType, MethodInfo * method)); DO_APP_FUNC(0x01ECFE20, void, Protocol18_WriteByteArraySlice, (Protocol18 * __this, StreamBuffer * stream, ByteArraySlice * buffer, bool writeType, MethodInfo * method)); DO_APP_FUNC(0x01ECFF00, void, Protocol18_WriteInt32ArrayCompressed, (Protocol18 * __this, StreamBuffer * stream, Int32__Array * value, bool writeType, MethodInfo * method)); DO_APP_FUNC(0x01ECFFD0, void, Protocol18_WriteInt64ArrayCompressed, (Protocol18 * __this, StreamBuffer * stream, Int64__Array * values, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01ED00B0, void, Protocol18_WriteBoolArray, (Protocol18 * __this, StreamBuffer * stream, Boolean__Array * value, bool writeType, MethodInfo * method)); DO_APP_FUNC(0x01ED03A0, void, Protocol18_WriteInt16Array, (Protocol18 * __this, StreamBuffer * stream, Int16__Array * value, bool writeType, MethodInfo * method)); DO_APP_FUNC(0x01ED0470, void, Protocol18_WriteSingleArray, (Protocol18 * __this, StreamBuffer * stream, Single__Array * values, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01ED0560, void, Protocol18_WriteDoubleArray, (Protocol18 * __this, StreamBuffer * stream, Double__Array * values, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01ED0650, void, Protocol18_WriteStringArray, (Protocol18 * __this, StreamBuffer * stream, Object * value0, bool writeType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAD50, Protocol18_WriteStringArray__MethodInfo); DO_APP_FUNC(0x01ED0810, void, Protocol18_WriteObjectArray, (Protocol18 * __this, StreamBuffer * stream, IList * array, bool writeType, MethodInfo * method)); DO_APP_FUNC(0x01ED0A30, void, Protocol18_WriteArrayInArray, (Protocol18 * __this, StreamBuffer * stream, Object * value, bool writeType, MethodInfo * method)); DO_APP_FUNC(0x01ED0B60, void, Protocol18_WriteCustomTypeBody, (Protocol18 * __this, CustomType * customType, StreamBuffer * stream, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01ED10E0, void, Protocol18_WriteCustomType, (Protocol18 * __this, StreamBuffer * stream, Object * value, bool writeType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAD70, Protocol18_WriteCustomType__MethodInfo); DO_APP_FUNC(0x01ED1890, void, Protocol18_WriteCustomTypeArray, (Protocol18 * __this, StreamBuffer * stream, Object * value, bool writeType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAD60, Protocol18_WriteCustomTypeArray__MethodInfo); DO_APP_FUNC(0x01ED2220, bool, Protocol18_WriteArrayHeader, (Protocol18 * __this, StreamBuffer * stream, Type * type, MethodInfo * method)); DO_APP_FUNC(0x01ED2380, void, Protocol18_WriteDictionaryElements, (Protocol18 * __this, StreamBuffer * stream, IDictionary * dictionary, Protocol18_GpType__Enum keyWriteType, Protocol18_GpType__Enum valueWriteType, MethodInfo * method)); DO_APP_FUNC(0x01ED2650, void, Protocol18_WriteDictionary, (Protocol18 * __this, StreamBuffer * stream, Object * dict, bool setType, MethodInfo * method)); DO_APP_FUNC(0x01ED2790, void, Protocol18_WriteDictionaryHeader, (Protocol18 * __this, StreamBuffer * stream, Type * type, Protocol18_GpType__Enum * keyWriteType, Protocol18_GpType__Enum * valueWriteType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAD30, Protocol18_WriteDictionaryHeader__MethodInfo); DO_APP_FUNC(0x01ED2F40, bool, Protocol18_WriteArrayType, (Protocol18 * __this, StreamBuffer * stream, Type * type, Protocol18_GpType__Enum * writeType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAD20, Protocol18_WriteArrayType__MethodInfo); DO_APP_FUNC(0x01ED3440, void, Protocol18_WriteHashtableArray, (Protocol18 * __this, StreamBuffer * stream, Object * value, bool writeType, MethodInfo * method)); DO_APP_FUNC(0x01ED3590, void, Protocol18_WriteDictionaryArray, (Protocol18 * __this, StreamBuffer * stream, IDictionary__Array * dictArray, bool writeType, MethodInfo * method)); DO_APP_FUNC(0x01ED36D0, void, Protocol18_WriteIntLength, (Protocol18 * __this, StreamBuffer * stream, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01ED36E0, void, Protocol18_WriteCompressedInt32, (Protocol18 * __this, StreamBuffer * stream, int32_t value, bool writeType, MethodInfo * method)); DO_APP_FUNC(0x01ED3890, void, Protocol18_WriteCompressedInt64, (Protocol18 * __this, StreamBuffer * stream, int64_t value, bool writeType, MethodInfo * method)); DO_APP_FUNC(0x01ED3A40, void, Protocol18_WriteCompressedUInt32, (Protocol18 * __this, StreamBuffer * stream, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01ED3C40, int32_t, Protocol18_WriteCompressedUInt32_1, (Protocol18 * __this, Byte__Array * buffer, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01ED3CB0, void, Protocol18_WriteCompressedUInt64, (Protocol18 * __this, StreamBuffer * stream, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01ED3F00, uint32_t, Protocol18_EncodeZigZag32, (Protocol18 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01ED3F10, uint64_t, Protocol18_EncodeZigZag64, (Protocol18 * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01ED3F30, void, Protocol18__ctor, (Protocol18 * __this, MethodInfo * method)); DO_APP_FUNC(0x01ED4210, void, Protocol18__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01ED42F0, void, SendOptions_set_Reliability, (SendOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01ED4300, void, SendOptions__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01ED4370, void, SocketTcp__ctor, (SocketTcp * __this, PeerBase * npeer, MethodInfo * method)); DO_APP_FUNC(0x01ED4490, void, SocketTcp_Finalize, (SocketTcp * __this, MethodInfo * method)); DO_APP_FUNC(0x01ED44D0, void, SocketTcp_Dispose, (SocketTcp * __this, MethodInfo * method)); DO_APP_FUNC(0x01ED45F0, bool, SocketTcp_Connect, (SocketTcp * __this, MethodInfo * method)); DO_APP_FUNC(0x01ED4840, bool, SocketTcp_Disconnect, (SocketTcp * __this, MethodInfo * method)); DO_APP_FUNC(0x01ED4AE0, PhotonSocketError__Enum, SocketTcp_Send, (SocketTcp * __this, Byte__Array * data, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01ED5030, PhotonSocketError__Enum, SocketTcp_Receive, (SocketTcp * __this, Byte__Array * * data, MethodInfo * method)); DO_APP_FUNC(0x01ED5090, void, SocketTcp_DnsAndConnect, (SocketTcp * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACB78, SocketTcp_DnsAndConnect__MethodInfo); DO_APP_FUNC(0x01ED58E0, void, SocketTcp_ReceiveLoop, (SocketTcp * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACA60, SocketTcp_ReceiveLoop__MethodInfo); DO_APP_FUNC(0x01ED6570, void, SocketTcpAsync__ctor, (SocketTcpAsync * __this, PeerBase * npeer, MethodInfo * method)); DO_APP_FUNC(0x01ED4490, void, SocketTcpAsync_Finalize, (SocketTcpAsync * __this, MethodInfo * method)); DO_APP_FUNC(0x01ED44D0, void, SocketTcpAsync_Dispose, (SocketTcpAsync * __this, MethodInfo * method)); DO_APP_FUNC(0x01ED6690, bool, SocketTcpAsync_Connect, (SocketTcpAsync * __this, MethodInfo * method)); DO_APP_FUNC(0x01ED68E0, bool, SocketTcpAsync_Disconnect, (SocketTcpAsync * __this, MethodInfo * method)); DO_APP_FUNC(0x01ED4AE0, PhotonSocketError__Enum, SocketTcpAsync_Send, (SocketTcpAsync * __this, Byte__Array * data, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01ED5030, PhotonSocketError__Enum, SocketTcpAsync_Receive, (SocketTcpAsync * __this, Byte__Array * * data, MethodInfo * method)); DO_APP_FUNC(0x01ED6B80, void, SocketTcpAsync_DnsAndConnect, (SocketTcpAsync * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC960, SocketTcpAsync_DnsAndConnect__MethodInfo); DO_APP_FUNC(0x01ED7340, void, SocketTcpAsync_ReceiveAsync, (SocketTcpAsync * __this, SocketTcpAsync_ReceiveContext * context, MethodInfo * method)); DO_APP_FUNC(0x01ED7880, void, SocketTcpAsync_ReceiveAsync_1, (SocketTcpAsync * __this, IAsyncResult * ar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACA28, SocketTcpAsync_ReceiveAsync_1__MethodInfo); DO_APP_FUNC(0x01ED82E0, void, SocketTcpAsync_ReceiveContext__ctor, (SocketTcpAsync_ReceiveContext * __this, Socket * socket, Byte__Array * headerBuffer, Byte__Array * messageBuffer, MethodInfo * method)); DO_APP_FUNC(0x01ED83F0, bool, SocketTcpAsync_ReceiveContext_get_ReadingHeader, (SocketTcpAsync_ReceiveContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01ED8400, Byte__Array *, SocketTcpAsync_ReceiveContext_get_CurrentBuffer, (SocketTcpAsync_ReceiveContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01ED8420, int32_t, SocketTcpAsync_ReceiveContext_get_CurrentOffset, (SocketTcpAsync_ReceiveContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01ED8430, int32_t, SocketTcpAsync_ReceiveContext_get_CurrentExpected, (SocketTcpAsync_ReceiveContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01ED8450, void, SocketTcpAsync_ReceiveContext_Reset, (SocketTcpAsync_ReceiveContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01ED8460, void, SocketUdp__ctor, (SocketUdp * __this, PeerBase * npeer, MethodInfo * method)); DO_APP_FUNC(0x01ED8580, void, SocketUdp_Finalize, (SocketUdp * __this, MethodInfo * method)); DO_APP_FUNC(0x01ED85C0, void, SocketUdp_Dispose, (SocketUdp * __this, MethodInfo * method)); DO_APP_FUNC(0x01ED86E0, bool, SocketUdp_Connect, (SocketUdp * __this, MethodInfo * method)); DO_APP_FUNC(0x01ED8930, bool, SocketUdp_Disconnect, (SocketUdp * __this, MethodInfo * method)); DO_APP_FUNC(0x01ED8C30, PhotonSocketError__Enum, SocketUdp_Send, (SocketUdp * __this, Byte__Array * data, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01ED5030, PhotonSocketError__Enum, SocketUdp_Receive, (SocketUdp * __this, Byte__Array * * data, MethodInfo * method)); DO_APP_FUNC(0x01ED91C0, void, SocketUdp_DnsAndConnect, (SocketUdp * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC8D0, SocketUdp_DnsAndConnect__MethodInfo); DO_APP_FUNC(0x01ED98E0, void, SocketUdp_ReceiveLoop, (SocketUdp * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC8A8, SocketUdp_ReceiveLoop__MethodInfo); DO_APP_FUNC(0x01EDA380, void, SocketUdpAsync__ctor, (SocketUdpAsync * __this, PeerBase * npeer, MethodInfo * method)); DO_APP_FUNC(0x01ED4490, void, SocketUdpAsync_Finalize, (SocketUdpAsync * __this, MethodInfo * method)); DO_APP_FUNC(0x01ED44D0, void, SocketUdpAsync_Dispose, (SocketUdpAsync * __this, MethodInfo * method)); DO_APP_FUNC(0x01EDA4A0, bool, SocketUdpAsync_Connect, (SocketUdpAsync * __this, MethodInfo * method)); DO_APP_FUNC(0x01EDA6F0, bool, SocketUdpAsync_Disconnect, (SocketUdpAsync * __this, MethodInfo * method)); DO_APP_FUNC(0x01ED8C30, PhotonSocketError__Enum, SocketUdpAsync_Send, (SocketUdpAsync * __this, Byte__Array * data, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01ED5030, PhotonSocketError__Enum, SocketUdpAsync_Receive, (SocketUdpAsync * __this, Byte__Array * * data, MethodInfo * method)); DO_APP_FUNC(0x01EDA990, void, SocketUdpAsync_DnsAndConnect, (SocketUdpAsync * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC900, SocketUdpAsync_DnsAndConnect__MethodInfo); DO_APP_FUNC(0x01EDB000, void, SocketUdpAsync_StartReceive, (SocketUdpAsync * __this, MethodInfo * method)); DO_APP_FUNC(0x01EDB3D0, void, SocketUdpAsync_OnReceive, (SocketUdpAsync * __this, IAsyncResult * ar, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC848, SocketUdpAsync_OnReceive__MethodInfo); DO_APP_FUNC(0x01EDC4B0, void, SocketUdpBlocking__ctor, (SocketUdpBlocking * __this, PeerBase * npeer, MethodInfo * method)); DO_APP_FUNC(0x01ED8580, void, SocketUdpBlocking_Finalize, (SocketUdpBlocking * __this, MethodInfo * method)); DO_APP_FUNC(0x01ED85C0, void, SocketUdpBlocking_Dispose, (SocketUdpBlocking * __this, MethodInfo * method)); DO_APP_FUNC(0x01EDC5D0, bool, SocketUdpBlocking_Connect, (SocketUdpBlocking * __this, MethodInfo * method)); DO_APP_FUNC(0x01EDC820, bool, SocketUdpBlocking_Disconnect, (SocketUdpBlocking * __this, MethodInfo * method)); DO_APP_FUNC(0x01ED8C30, PhotonSocketError__Enum, SocketUdpBlocking_Send, (SocketUdpBlocking * __this, Byte__Array * data, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01ED5030, PhotonSocketError__Enum, SocketUdpBlocking_Receive, (SocketUdpBlocking * __this, Byte__Array * * data, MethodInfo * method)); DO_APP_FUNC(0x01EDCB20, void, SocketUdpBlocking_DnsAndConnect, (SocketUdpBlocking * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC898, SocketUdpBlocking_DnsAndConnect__MethodInfo); DO_APP_FUNC(0x01EDD240, void, SocketUdpBlocking_ReceiveLoop, (SocketUdpBlocking * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC870, SocketUdpBlocking_ReceiveLoop__MethodInfo); DO_APP_FUNC(0x01EDDCE0, void, StreamBuffer__ctor, (StreamBuffer * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01EDDD80, void, StreamBuffer__ctor_1, (StreamBuffer * __this, Byte__Array * buf, MethodInfo * method)); DO_APP_FUNC(0x01EDDDF0, Byte__Array *, StreamBuffer_ToArray, (StreamBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EDDE60, Byte__Array *, StreamBuffer_ToArrayFromPos, (StreamBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EDDF00, void, StreamBuffer_Compact, (StreamBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x014BA540, Byte__Array *, StreamBuffer_GetBuffer, (StreamBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EDDF80, Byte__Array *, StreamBuffer_GetBufferAndAdvance, (StreamBuffer * __this, int32_t length, int32_t * offset, MethodInfo * method)); DO_APP_FUNC(0x014904A0, int32_t, StreamBuffer_get_Length, (StreamBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EDDFC0, int32_t, StreamBuffer_get_Position, (StreamBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EDDFD0, void, StreamBuffer_set_Position, (StreamBuffer * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01EDDFF0, int32_t, StreamBuffer_get_Available, (StreamBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EDE000, int64_t, StreamBuffer_Seek, (StreamBuffer * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC780, StreamBuffer_Seek__MethodInfo); DO_APP_FUNC(0x01EDE130, void, StreamBuffer_SetLength, (StreamBuffer * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01EDE160, void, StreamBuffer_SetCapacityMinimum, (StreamBuffer * __this, int32_t neededSize, MethodInfo * method)); DO_APP_FUNC(0x01EDE170, int32_t, StreamBuffer_Read, (StreamBuffer * __this, Byte__Array * buffer, int32_t dstOffset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01EDE1D0, void, StreamBuffer_Write, (StreamBuffer * __this, Byte__Array * buffer, int32_t srcOffset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01EDE250, uint8_t, StreamBuffer_ReadByte, (StreamBuffer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC760, StreamBuffer_ReadByte__MethodInfo); DO_APP_FUNC(0x01EDE350, void, StreamBuffer_WriteByte, (StreamBuffer * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01EDE3B0, void, StreamBuffer_WriteBytes, (StreamBuffer * __this, uint8_t v0, uint8_t v1, MethodInfo * method)); DO_APP_FUNC(0x01EDE440, bool, StreamBuffer_CheckSize, (StreamBuffer * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01EDE550, uint8_t, SupportClass_StartBackgroundCalls, (Func_1_Boolean_ * myThread, int32_t millisecondsInterval, String * taskName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC7E0, SupportClass_StartBackgroundCalls__MethodInfo); DO_APP_FUNC(0x01EDEBE0, bool, SupportClass_StopBackgroundCalls, (uint8_t id, MethodInfo * method)); DO_APP_FUNC(0x01EDEFE0, bool, SupportClass_StopAllBackgroundCalls, (MethodInfo * method)); DO_APP_FUNC(0x01EDF3B0, void, SupportClass_WriteStackTrace, (Exception * throwable, TextWriter * stream, MethodInfo * method)); DO_APP_FUNC(0x01EDF500, void, SupportClass_WriteStackTrace_1, (Exception * throwable, MethodInfo * method)); DO_APP_FUNC(0x01EDF610, String *, SupportClass_DictionaryToString, (IDictionary * dictionary, bool includeTypes, MethodInfo * method)); DO_APP_FUNC(0x01EE0140, String *, SupportClass_DictionaryToString_1, (NonAllocDictionary_2_System_Byte_System_Object_ * dictionary, bool includeTypes, MethodInfo * method)); DO_APP_FUNC(0x01EE0CD0, String *, SupportClass_ByteArrayToString, (Byte__Array * list, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01EE0D70, UInt32__Array *, SupportClass_InitializeTable, (uint32_t polynomial, MethodInfo * method)); DO_APP_FUNC(0x01EE0E70, uint32_t, SupportClass_CalculateCrc, (Byte__Array * buffer, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01EE10E0, void, SupportClass__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01609030, void, SupportClass_IntegerMillisecondsDelegate__ctor, (SupportClass_IntegerMillisecondsDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BADCD0, int32_t, SupportClass_IntegerMillisecondsDelegate_Invoke, (SupportClass_IntegerMillisecondsDelegate * __this, MethodInfo * method)); DO_APP_FUNC(0x01EE13C0, int32_t, SupportClass_ThreadSafeRandom_Next, (MethodInfo * method)); DO_APP_FUNC(0x01EE15A0, void, SupportClass_ThreadSafeRandom__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01EE16B0, void, SupportClass_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SupportClass_c__ctor, (SupportClass_c * __this, MethodInfo * method)); DO_APP_FUNC(0x01EE1760, int32_t, SupportClass_c___cctor_b__20_0, (SupportClass_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC6D0, SupportClass_c___cctor_b__20_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, SupportClass_c_DisplayClass6_0__ctor, (SupportClass_c_DisplayClass6_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x01EE17A0, void, SupportClass_c_DisplayClass6_0__StartBackgroundCalls_b__0, (SupportClass_c_DisplayClass6_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC7E8, SupportClass_c_DisplayClass6_0__StartBackgroundCalls_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, PreserveAttribute_3__ctor, (PreserveAttribute_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01EE17F0, void, TPeer__ctor, (TPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EE19A0, bool, TPeer_IsTransportEncrypted, (TPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EE19B0, void, TPeer_Reset, (TPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EE1AE0, bool, TPeer_Connect, (TPeer * __this, String * serverAddress, String * proxyServerAddress, String * appID, Object * photonToken, MethodInfo * method)); DO_APP_FUNC(0x01EE1D50, void, TPeer_OnConnect, (TPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EE1DC0, void, TPeer_Disconnect, (TPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EE1E60, void, TPeer_StopConnection, (TPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EE2020, void, TPeer_FetchServerTimestamp, (TPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EE2140, void, TPeer_EnqueueInit, (TPeer * __this, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x01EE2310, bool, TPeer_DispatchIncomingCommands, (TPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EE2770, bool, TPeer_SendOutgoingCommands, (TPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EE2B70, bool, TPeer_SendAcksOnly, (TPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EE2BE0, bool, TPeer_EnqueuePhotonMessage, (TPeer * __this, StreamBuffer * opBytes, SendOptions sendParams, MethodInfo * method)); DO_APP_FUNC(0x01EE2C10, bool, TPeer_EnqueueMessageAsPayload, (TPeer * __this, DeliveryMode__Enum deliveryMode, StreamBuffer * opMessage, uint8_t channelId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC5E8, TPeer_EnqueueMessageAsPayload__MethodInfo); DO_APP_FUNC(0x01EE3080, void, TPeer_SendPing, (TPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01EE3410, PhotonSocketError__Enum, TPeer_SendData, (TPeer * __this, Byte__Array * data, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01EE3610, void, TPeer_ReceiveIncomingCommands, (TPeer * __this, Byte__Array * inbuff, int32_t dataLength, MethodInfo * method)); DO_APP_FUNC(0x01EE3C10, void, TPeer_ReadPingResult, (TPeer * __this, Byte__Array * inbuff, MethodInfo * method)); DO_APP_FUNC(0x01EE3D70, void, TPeer_ReadPingResult_1, (TPeer * __this, OperationResponse * operationResponse, MethodInfo * method)); DO_APP_FUNC(0x01EE3EB0, void, TPeer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, TrafficStatsGameLevel_get_OperationByteCount, (TrafficStatsGameLevel * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, TrafficStatsGameLevel_set_OperationByteCount, (TrafficStatsGameLevel * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, TrafficStatsGameLevel_get_OperationCount, (TrafficStatsGameLevel * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, TrafficStatsGameLevel_set_OperationCount, (TrafficStatsGameLevel * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, TrafficStatsGameLevel_get_ResultByteCount, (TrafficStatsGameLevel * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, TrafficStatsGameLevel_set_ResultByteCount, (TrafficStatsGameLevel * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, int32_t, TrafficStatsGameLevel_get_ResultCount, (TrafficStatsGameLevel * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD10, void, TrafficStatsGameLevel_set_ResultCount, (TrafficStatsGameLevel * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, TrafficStatsGameLevel_get_EventByteCount, (TrafficStatsGameLevel * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5310, void, TrafficStatsGameLevel_set_EventByteCount, (TrafficStatsGameLevel * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, int32_t, TrafficStatsGameLevel_get_EventCount, (TrafficStatsGameLevel * __this, MethodInfo * method)); DO_APP_FUNC(0x00C083A0, void, TrafficStatsGameLevel_set_EventCount, (TrafficStatsGameLevel * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, TrafficStatsGameLevel_get_LongestOpResponseCallback, (TrafficStatsGameLevel * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF230, void, TrafficStatsGameLevel_set_LongestOpResponseCallback, (TrafficStatsGameLevel * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0060F770, uint8_t, TrafficStatsGameLevel_get_LongestOpResponseCallbackOpCode, (TrafficStatsGameLevel * __this, MethodInfo * method)); DO_APP_FUNC(0x01D4EB10, void, TrafficStatsGameLevel_set_LongestOpResponseCallbackOpCode, (TrafficStatsGameLevel * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int32_t, TrafficStatsGameLevel_get_LongestEventCallback, (TrafficStatsGameLevel * __this, MethodInfo * method)); DO_APP_FUNC(0x00523180, void, TrafficStatsGameLevel_set_LongestEventCallback, (TrafficStatsGameLevel * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00A88B20, int32_t, TrafficStatsGameLevel_get_LongestMessageCallback, (TrafficStatsGameLevel * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88B30, void, TrafficStatsGameLevel_set_LongestMessageCallback, (TrafficStatsGameLevel * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C5400, int32_t, TrafficStatsGameLevel_get_LongestRawMessageCallback, (TrafficStatsGameLevel * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5410, void, TrafficStatsGameLevel_set_LongestRawMessageCallback, (TrafficStatsGameLevel * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x006108F0, uint8_t, TrafficStatsGameLevel_get_LongestEventCallbackCode, (TrafficStatsGameLevel * __this, MethodInfo * method)); DO_APP_FUNC(0x01EE4040, void, TrafficStatsGameLevel_set_LongestEventCallbackCode, (TrafficStatsGameLevel * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x0111DD10, int32_t, TrafficStatsGameLevel_get_LongestDeltaBetweenDispatching, (TrafficStatsGameLevel * __this, MethodInfo * method)); DO_APP_FUNC(0x01A20C50, void, TrafficStatsGameLevel_set_LongestDeltaBetweenDispatching, (TrafficStatsGameLevel * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D80210, int32_t, TrafficStatsGameLevel_get_LongestDeltaBetweenSending, (TrafficStatsGameLevel * __this, MethodInfo * method)); DO_APP_FUNC(0x00B37840, void, TrafficStatsGameLevel_set_LongestDeltaBetweenSending, (TrafficStatsGameLevel * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0076A6C0, int32_t, TrafficStatsGameLevel_get_DispatchIncomingCommandsCalls, (TrafficStatsGameLevel * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A710, void, TrafficStatsGameLevel_set_DispatchIncomingCommandsCalls, (TrafficStatsGameLevel * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00ADDA40, int32_t, TrafficStatsGameLevel_get_SendOutgoingCommandsCalls, (TrafficStatsGameLevel * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A620, void, TrafficStatsGameLevel_set_SendOutgoingCommandsCalls, (TrafficStatsGameLevel * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, TrafficStatsGameLevel__ctor, (TrafficStatsGameLevel * __this, Stopwatch * sw, MethodInfo * method)); DO_APP_FUNC(0x01EE4050, void, TrafficStatsGameLevel_CountOperation, (TrafficStatsGameLevel * __this, int32_t operationBytes, MethodInfo * method)); DO_APP_FUNC(0x01EE4060, void, TrafficStatsGameLevel_CountResult, (TrafficStatsGameLevel * __this, int32_t resultBytes, MethodInfo * method)); DO_APP_FUNC(0x01EE4070, void, TrafficStatsGameLevel_CountEvent, (TrafficStatsGameLevel * __this, int32_t eventBytes, MethodInfo * method)); DO_APP_FUNC(0x01EE4080, void, TrafficStatsGameLevel_TimeForResponseCallback, (TrafficStatsGameLevel * __this, uint8_t code, int32_t time, MethodInfo * method)); DO_APP_FUNC(0x01EE4090, void, TrafficStatsGameLevel_TimeForEventCallback, (TrafficStatsGameLevel * __this, uint8_t code, int32_t time, MethodInfo * method)); DO_APP_FUNC(0x01EE40A0, void, TrafficStatsGameLevel_TimeForMessageCallback, (TrafficStatsGameLevel * __this, int32_t time, MethodInfo * method)); DO_APP_FUNC(0x01EE40B0, void, TrafficStatsGameLevel_TimeForRawMessageCallback, (TrafficStatsGameLevel * __this, int32_t time, MethodInfo * method)); DO_APP_FUNC(0x01EE40C0, void, TrafficStatsGameLevel_DispatchIncomingCommandsCalled, (TrafficStatsGameLevel * __this, MethodInfo * method)); DO_APP_FUNC(0x01EE4110, void, TrafficStatsGameLevel_SendOutgoingCommandsCalled, (TrafficStatsGameLevel * __this, MethodInfo * method)); DO_APP_FUNC(0x01EE4160, String *, TrafficStatsGameLevel_ToString, (TrafficStatsGameLevel * __this, MethodInfo * method)); DO_APP_FUNC(0x01EE4270, String *, TrafficStatsGameLevel_ToStringVitalStats, (TrafficStatsGameLevel * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, TrafficStats_get_PackageHeaderSize, (TrafficStats * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TrafficStats_set_PackageHeaderSize, (TrafficStats * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, TrafficStats_get_ReliableCommandCount, (TrafficStats * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, TrafficStats_set_ReliableCommandCount, (TrafficStats * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, TrafficStats_get_UnreliableCommandCount, (TrafficStats * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, TrafficStats_set_UnreliableCommandCount, (TrafficStats * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, TrafficStats_get_FragmentCommandCount, (TrafficStats * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, TrafficStats_set_FragmentCommandCount, (TrafficStats * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, TrafficStats_get_ControlCommandCount, (TrafficStats * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, TrafficStats_set_ControlCommandCount, (TrafficStats * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, TrafficStats_get_TotalPacketCount, (TrafficStats * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, TrafficStats_set_TotalPacketCount, (TrafficStats * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, TrafficStats_get_TotalCommandsInPackets, (TrafficStats * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, TrafficStats_set_TotalCommandsInPackets, (TrafficStats * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, int32_t, TrafficStats_get_ReliableCommandBytes, (TrafficStats * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD10, void, TrafficStats_set_ReliableCommandBytes, (TrafficStats * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, TrafficStats_get_UnreliableCommandBytes, (TrafficStats * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5310, void, TrafficStats_set_UnreliableCommandBytes, (TrafficStats * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, int32_t, TrafficStats_get_FragmentCommandBytes, (TrafficStats * __this, MethodInfo * method)); DO_APP_FUNC(0x00C083A0, void, TrafficStats_set_FragmentCommandBytes, (TrafficStats * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, TrafficStats_get_ControlCommandBytes, (TrafficStats * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF230, void, TrafficStats_set_ControlCommandBytes, (TrafficStats * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TrafficStats__ctor, (TrafficStats * __this, int32_t packageHeaderSize, MethodInfo * method)); DO_APP_FUNC(0x01EE4610, int32_t, TrafficStats_get_TotalCommandBytes, (TrafficStats * __this, MethodInfo * method)); DO_APP_FUNC(0x01EE4620, int32_t, TrafficStats_get_TotalPacketBytes, (TrafficStats * __this, MethodInfo * method)); DO_APP_FUNC(0x01A728E0, void, TrafficStats_set_TimestampOfLastAck, (TrafficStats * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00523180, void, TrafficStats_set_TimestampOfLastReliableCommand, (TrafficStats * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01EE4640, void, TrafficStats_CountControlCommand, (TrafficStats * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01EE4650, void, TrafficStats_CountReliableOpCommand, (TrafficStats * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01EE4660, void, TrafficStats_CountUnreliableOpCommand, (TrafficStats * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01EE4670, void, TrafficStats_CountFragmentOpCommand, (TrafficStats * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01EE4680, String *, TrafficStats_ToString, (TrafficStats * __this, MethodInfo * method)); DO_APP_FUNC(0x01EE48D0, void, Version_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01EE49B0, void, StructWrapper__ctor, (StructWrapper * __this, Type * ttype, WrappedType__Enum wrappedType, MethodInfo * method)); DO_APP_FUNC(0x01EE4A10, WrappedType__Enum, StructWrapperPool_GetWrappedType, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StructWrapperPool__ctor, (StructWrapperPool * __this, MethodInfo * method)); DO_APP_FUNC(0x01EE4C70, StructWrapper_1_System_Byte_ *, StructWrapperPools_Acquire, (StructWrapperPools * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01EE4CF0, StructWrapper_1_System_Boolean_ *, StructWrapperPools_Acquire_1, (StructWrapperPools * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01EE4D70, void, StructWrapperPools_Clear, (StructWrapperPools * __this, MethodInfo * method)); DO_APP_FUNC(0x01EE4FA0, void, StructWrapperPools__ctor, (StructWrapperPools * __this, MethodInfo * method)); DO_APP_FUNC(0x01EE5120, void, StructWrapperPools__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01EEB270, void, EncryptorNet_Init, (EncryptorNet * __this, Byte__Array * encryptionSecret, Byte__Array * hmacSecret, Byte__Array * ivBytes, bool chainingModeGCM, int32_t mtu, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC520, EncryptorNet_Init__MethodInfo); DO_APP_FUNC(0x01EEB2C0, void, EncryptorNet_Encrypt2, (EncryptorNet * __this, Byte__Array * data, int32_t len, Byte__Array * header, Byte__Array * output, int32_t outOffset, int32_t * outSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC508, EncryptorNet_Encrypt2__MethodInfo); DO_APP_FUNC(0x01EEB310, Byte__Array *, EncryptorNet_Decrypt2, (EncryptorNet * __this, Byte__Array * data, int32_t offset, int32_t len, Byte__Array * header, int32_t * outLen, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC510, EncryptorNet_Decrypt2__MethodInfo); DO_APP_FUNC(0x01EEB360, int32_t, EncryptorNet_CalculateEncryptedSize, (EncryptorNet * __this, int32_t unencryptedSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC4F8, EncryptorNet_CalculateEncryptedSize__MethodInfo); DO_APP_FUNC(0x01EEB3B0, int32_t, EncryptorNet_CalculateFragmentLength, (EncryptorNet * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC500, EncryptorNet_CalculateFragmentLength__MethodInfo); DO_APP_FUNC(0x003AC050, void, EncryptorNet__ctor, (EncryptorNet * __this, MethodInfo * method)); DO_APP_FUNC(0x01EEB400, void, DiffieHellmanCryptoProvider__ctor, (DiffieHellmanCryptoProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x01EEB760, void, DiffieHellmanCryptoProvider__ctor_1, (DiffieHellmanCryptoProvider * __this, Byte__Array * cryptoKey, MethodInfo * method)); DO_APP_FUNC(0x01EEB8A0, Byte__Array *, DiffieHellmanCryptoProvider_get_PublicKey, (DiffieHellmanCryptoProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x01EEB9C0, void, DiffieHellmanCryptoProvider_DeriveSharedKey, (DiffieHellmanCryptoProvider * __this, Byte__Array * otherPartyPublicKey, MethodInfo * method)); DO_APP_FUNC(0x01EEC0C0, Byte__Array *, DiffieHellmanCryptoProvider_PhotonBigIntArrayToMsBigIntArray, (DiffieHellmanCryptoProvider * __this, Byte__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01EEC200, Byte__Array *, DiffieHellmanCryptoProvider_MsBigIntArrayToPhotonBigIntArray, (DiffieHellmanCryptoProvider * __this, Byte__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01EEC340, Byte__Array *, DiffieHellmanCryptoProvider_Encrypt, (DiffieHellmanCryptoProvider * __this, Byte__Array * data, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01EEC480, Byte__Array *, DiffieHellmanCryptoProvider_Decrypt, (DiffieHellmanCryptoProvider * __this, Byte__Array * data, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01EEC5C0, void, DiffieHellmanCryptoProvider_Dispose, (DiffieHellmanCryptoProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACD900, void, DiffieHellmanCryptoProvider_Dispose_1, (DiffieHellmanCryptoProvider * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01EEC610, BigInteger_1, DiffieHellmanCryptoProvider_CalculatePublicKey, (DiffieHellmanCryptoProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x01EEC710, BigInteger_1, DiffieHellmanCryptoProvider_CalculateSharedKey, (DiffieHellmanCryptoProvider * __this, BigInteger_1 otherPartyPublicKey, MethodInfo * method)); DO_APP_FUNC(0x01EEC7E0, BigInteger_1, DiffieHellmanCryptoProvider_GenerateRandomSecret, (DiffieHellmanCryptoProvider * __this, int32_t secretLength, MethodInfo * method)); DO_APP_FUNC(0x01EECBF0, void, DiffieHellmanCryptoProvider__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01EECCE0, void, OakleyGroups__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02B889F0, void, Character__ctor, (Character * __this, MethodInfo * method)); DO_APP_FUNC(0x02B88AE0, void, Character__ctor_1, (Character * __this, uint32_t unicode, FontAsset * fontAsset, Glyph * glyph, MethodInfo * method)); DO_APP_FUNC(0x02B88BC0, void, Character__ctor_2, (Character * __this, uint32_t unicode, uint32_t glyphIndex, MethodInfo * method)); DO_APP_FUNC(0x02DBC900, bool, ColorUtilities_CompareColors, (Color32 a, Color32 b, MethodInfo * method)); DO_APP_FUNC(0x02DBC940, Color32, ColorUtilities_MultiplyColors, (Color32 c1, Color32 c2, MethodInfo * method)); DO_APP_FUNC(0x018693D0, Font *, FontAsset_get_sourceFontFile, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, FontAsset_set_sourceFontFile, (FontAsset * __this, Font * value, MethodInfo * method)); DO_APP_FUNC(0x02DBCA20, AtlasPopulationMode__Enum_1, FontAsset_get_atlasPopulationMode, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5410, void, FontAsset_set_atlasPopulationMode, (FontAsset * __this, AtlasPopulationMode__Enum_1 value, MethodInfo * method)); DO_APP_FUNC(0x02DBCA30, FaceInfo, FontAsset_get_faceInfo, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02B93E80, void, FontAsset_set_faceInfo, (FontAsset * __this, FaceInfo value, MethodInfo * method)); DO_APP_FUNC(0x02DBCA70, int32_t, FontAsset_get_familyNameHashCode, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D200, void, FontAsset_set_familyNameHashCode, (FontAsset * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02DBCAB0, int32_t, FontAsset_get_styleNameHashCode, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE280, void, FontAsset_set_styleNameHashCode, (FontAsset * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D53AD0, FontWeightPair__Array *, FontAsset_get_fontWeightTable, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C90, void, FontAsset_set_fontWeightTable, (FontAsset * __this, FontWeightPair__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02D53B40, List_1_UnityEngine_TextCore_Glyph_ *, FontAsset_get_glyphTable, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00B481B0, void, FontAsset_set_glyphTable, (FontAsset * __this, List_1_UnityEngine_TextCore_Glyph_ * value, MethodInfo * method)); DO_APP_FUNC(0x02DBCAF0, Dictionary_2_System_UInt32_UnityEngine_TextCore_Glyph_ *, FontAsset_get_glyphLookupTable, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02D53C20, List_1_UnityEngine_TextCore_Text_Character_ *, FontAsset_get_characterTable, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x004F6700, void, FontAsset_set_characterTable, (FontAsset * __this, List_1_UnityEngine_TextCore_Text_Character_ * value, MethodInfo * method)); DO_APP_FUNC(0x02DBCB30, Dictionary_2_System_UInt32_UnityEngine_TextCore_Text_Character_ *, FontAsset_get_characterLookupTable, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DBCB70, Texture2D *, FontAsset_get_atlasTexture, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DBCCF0, Texture2D__Array *, FontAsset_get_atlasTextures, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8E20, void, FontAsset_set_atlasTextures, (FontAsset * __this, Texture2D__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02DBCD00, int32_t, FontAsset_get_atlasTextureCount, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DBCD10, bool, FontAsset_get_isMultiAtlasTexturesEnabled, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x01F93460, void, FontAsset_set_isMultiAtlasTexturesEnabled, (FontAsset * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02DBCD20, bool, FontAsset_get_clearDynamicDataOnBuild, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x01F93480, void, FontAsset_set_clearDynamicDataOnBuild, (FontAsset * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02DBCD30, int32_t, FontAsset_get_atlasWidth, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A660, void, FontAsset_set_atlasWidth, (FontAsset * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02DBCD40, int32_t, FontAsset_get_atlasHeight, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C01020, void, FontAsset_set_atlasHeight, (FontAsset * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02DBCD50, int32_t, FontAsset_get_atlasPadding, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65390, void, FontAsset_set_atlasPadding, (FontAsset * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02DBCD60, GlyphRenderMode__Enum, FontAsset_get_atlasRenderMode, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07EC0, void, FontAsset_set_atlasRenderMode, (FontAsset * __this, GlyphRenderMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02DBCD70, List_1_UnityEngine_TextCore_GlyphRect_ *, FontAsset_get_usedGlyphRects, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC90B0, void, FontAsset_set_usedGlyphRects, (FontAsset * __this, List_1_UnityEngine_TextCore_GlyphRect_ * value, MethodInfo * method)); DO_APP_FUNC(0x01EB36F0, List_1_UnityEngine_TextCore_GlyphRect_ *, FontAsset_get_freeGlyphRects, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x008E4B80, void, FontAsset_set_freeGlyphRects, (FontAsset * __this, List_1_UnityEngine_TextCore_GlyphRect_ * value, MethodInfo * method)); DO_APP_FUNC(0x02DBCD80, FontFeatureTable *, FontAsset_get_fontFeatureTable, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x008E4BE0, void, FontAsset_set_fontFeatureTable, (FontAsset * __this, FontFeatureTable * value, MethodInfo * method)); DO_APP_FUNC(0x02DBCD90, List_1_UnityEngine_TextCore_Text_FontAsset_ *, FontAsset_get_fallbackFontAssetTable, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A700, void, FontAsset_set_fallbackFontAssetTable, (FontAsset * __this, List_1_UnityEngine_TextCore_Text_FontAsset_ * value, MethodInfo * method)); DO_APP_FUNC(0x02DBCDA0, FontAssetCreationEditorSettings, FontAsset_get_fontAssetCreationEditorSettings, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DBCDE0, void, FontAsset_set_fontAssetCreationEditorSettings, (FontAsset * __this, FontAssetCreationEditorSettings value, MethodInfo * method)); DO_APP_FUNC(0x02DBCE70, float, FontAsset_get_regularStyleWeight, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A9D0, void, FontAsset_set_regularStyleWeight, (FontAsset * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02DBCE80, float, FontAsset_get_regularStyleSpacing, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB7A80, void, FontAsset_set_regularStyleSpacing, (FontAsset * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02DBCE90, float, FontAsset_get_boldStyleWeight, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB7AA0, void, FontAsset_set_boldStyleWeight, (FontAsset * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02DBCEA0, float, FontAsset_get_boldStyleSpacing, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB7AC0, void, FontAsset_set_boldStyleSpacing, (FontAsset * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02DBCEB0, uint8_t, FontAsset_get_italicStyleSlant, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DBCEC0, void, FontAsset_set_italicStyleSlant, (FontAsset * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x02DBCED0, uint8_t, FontAsset_get_tabMultiple, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DBCEE0, void, FontAsset_set_tabMultiple, (FontAsset * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x02DBCEF0, FontAsset *, FontAsset_CreateFontAsset, (String * familyName, String * styleName, int32_t pointSize, MethodInfo * method)); DO_APP_FUNC(0x02DBD380, FontAsset *, FontAsset_CreateFontAsset_1, (String * fontFilePath, int32_t faceIndex, int32_t samplingPointSize, int32_t atlasPadding, GlyphRenderMode__Enum renderMode, int32_t atlasWidth, int32_t atlasHeight, AtlasPopulationMode__Enum_1 atlasPopulationMode, bool enableMultiAtlasSupport, MethodInfo * method)); DO_APP_FUNC(0x02DBD540, FontAsset *, FontAsset_CreateFontAsset_2, (Font * font, MethodInfo * method)); DO_APP_FUNC(0x02DBD600, FontAsset *, FontAsset_CreateFontAsset_3, (Font * font, int32_t samplingPointSize, int32_t atlasPadding, GlyphRenderMode__Enum renderMode, int32_t atlasWidth, int32_t atlasHeight, AtlasPopulationMode__Enum_1 atlasPopulationMode, bool enableMultiAtlasSupport, MethodInfo * method)); DO_APP_FUNC(0x02DBD6C0, FontAsset *, FontAsset_CreateFontAsset_4, (Font * font, int32_t faceIndex, int32_t samplingPointSize, int32_t atlasPadding, GlyphRenderMode__Enum renderMode, int32_t atlasWidth, int32_t atlasHeight, AtlasPopulationMode__Enum_1 atlasPopulationMode, bool enableMultiAtlasSupport, MethodInfo * method)); DO_APP_FUNC(0x02DBD8D0, FontAsset *, FontAsset_CreateFontAssetInstance, (Font * font, int32_t atlasPadding, GlyphRenderMode__Enum renderMode, int32_t atlasWidth, int32_t atlasHeight, AtlasPopulationMode__Enum_1 atlasPopulationMode, bool enableMultiAtlasSupport, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FontAsset_Awake, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DBE090, void, FontAsset_OnDestroy, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DBE260, void, FontAsset_ReadFontAssetDefinition, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DBE670, void, FontAsset_InitializeDictionaryLookupTables, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DBE6A0, void, FontAsset_InitializeGlyphLookupDictionary, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DBEAA0, void, FontAsset_InitializeCharacterLookupDictionary, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DBED80, void, FontAsset_InitializeGlyphPaidAdjustmentRecordsLookupDictionary, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DBF0C0, void, FontAsset_AddSynthesizedCharactersAndFaceMetrics, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DBF2C0, void, FontAsset_AddSynthesizedCharacter, (FontAsset * __this, uint32_t unicode, bool isFontFaceLoaded, bool addImmediately, MethodInfo * method)); DO_APP_FUNC(0x02DBF620, void, FontAsset_AddCharacterToLookupCache, (FontAsset * __this, uint32_t unicode, Character * character, MethodInfo * method)); DO_APP_FUNC(0x02DBF6B0, FontEngineError__Enum, FontAsset_LoadFontFace, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DBF7E0, void, FontAsset_SortCharacterTable, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DBFAA0, void, FontAsset_SortGlyphTable, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DBFD60, void, FontAsset_SortFontFeatureTable, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DBFD90, void, FontAsset_SortAllTables, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DBFDD0, bool, FontAsset_HasCharacter, (FontAsset * __this, int32_t character, MethodInfo * method)); DO_APP_FUNC(0x02DBFE50, bool, FontAsset_HasCharacter_1, (FontAsset * __this, uint16_t character, bool searchFallbacks, bool tryAddCharacter, MethodInfo * method)); DO_APP_FUNC(0x02DC0340, bool, FontAsset_HasCharacter_Internal, (FontAsset * __this, uint32_t character, bool searchFallbacks, bool tryAddCharacter, MethodInfo * method)); DO_APP_FUNC(0x02DC06E0, bool, FontAsset_HasCharacters, (FontAsset * __this, String * text, List_1_System_Char_ * * missingCharacters, MethodInfo * method)); DO_APP_FUNC(0x02DC0930, bool, FontAsset_HasCharacters_1, (FontAsset * __this, String * text, UInt32__Array * * missingCharacters, bool searchFallbacks, bool tryAddCharacter, MethodInfo * method)); DO_APP_FUNC(0x02DC0FA0, bool, FontAsset_HasCharacters_2, (FontAsset * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02DC1080, String *, FontAsset_GetCharacters, (FontAsset * fontAsset, MethodInfo * method)); DO_APP_FUNC(0x02DC1210, Int32__Array *, FontAsset_GetCharactersArray, (FontAsset * fontAsset, MethodInfo * method)); DO_APP_FUNC(0x02DC12F0, uint32_t, FontAsset_GetGlyphIndex, (FontAsset * __this, uint32_t unicode, MethodInfo * method)); DO_APP_FUNC(0x02DC1440, void, FontAsset_RegisterFontAssetForFontFeatureUpdate, (FontAsset * fontAsset, MethodInfo * method)); DO_APP_FUNC(0x02DC15B0, void, FontAsset_UpdateFontFeaturesForFontAssetsInQueue, (MethodInfo * method)); DO_APP_FUNC(0x02DC1760, void, FontAsset_RegisterAtlasTextureForApply, (Texture2D * texture, MethodInfo * method)); DO_APP_FUNC(0x02DC18C0, void, FontAsset_UpdateAtlasTexturesInQueue, (MethodInfo * method)); DO_APP_FUNC(0x02DC1A80, void, FontAsset_UpdateFontAssetInUpdateQueue, (MethodInfo * method)); DO_APP_FUNC(0x02DC1C70, bool, FontAsset_TryAddCharacters, (FontAsset * __this, UInt32__Array * unicodes, bool includeFontFeatures, MethodInfo * method)); DO_APP_FUNC(0x02DC1CA0, bool, FontAsset_TryAddCharacters_1, (FontAsset * __this, UInt32__Array * unicodes, UInt32__Array * * missingUnicodes, bool includeFontFeatures, MethodInfo * method)); DO_APP_FUNC(0x02DC2B60, bool, FontAsset_TryAddCharacters_2, (FontAsset * __this, String * characters, bool includeFontFeatures, MethodInfo * method)); DO_APP_FUNC(0x02DC2B90, bool, FontAsset_TryAddCharacters_3, (FontAsset * __this, String * characters, String * * missingCharacters, bool includeFontFeatures, MethodInfo * method)); DO_APP_FUNC(0x02DC3AD0, bool, FontAsset_TryAddCharacterInternal, (FontAsset * __this, uint32_t unicode, Character * * character, bool shouldGetFontFeatures, MethodInfo * method)); DO_APP_FUNC(0x02DC4710, bool, FontAsset_TryGetCharacter_and_QueueRenderToTexture, (FontAsset * __this, uint32_t unicode, Character * * character, bool shouldGetFontFeatures, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FontAsset_TryAddGlyphsToAtlasTextures, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DC4C40, bool, FontAsset_TryAddGlyphsToNewAtlasTexture, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DC5130, void, FontAsset_SetupNewAtlasTexture, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DC5410, void, FontAsset_UpdateAtlasTexture, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DC5610, void, FontAsset_UpdateGlyphAdjustmentRecords, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DC5980, void, FontAsset_UpdateGlyphAdjustmentRecords_1, (FontAsset * __this, UInt32__Array * glyphIndexes, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FontAsset_UpdateGlyphAdjustmentRecords_2, (FontAsset * __this, List_1_System_UInt32_ * glyphIndexes, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FontAsset_UpdateGlyphAdjustmentRecords_3, (FontAsset * __this, List_1_System_UInt32_ * newGlyphIndexes, List_1_System_UInt32_ * allGlyphIndexes, MethodInfo * method)); DO_APP_FUNC(0x02DC5CB0, void, FontAsset_ClearFontAssetData, (FontAsset * __this, bool setAtlasSizeToZero, MethodInfo * method)); DO_APP_FUNC(0x02DC5CF0, void, FontAsset_ClearFontAssetDataInternal, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DC5D20, void, FontAsset_UpdateFontAssetData, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DC5EA0, void, FontAsset_ClearFontAssetTables, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DC60E0, void, FontAsset_ClearAtlasTextures, (FontAsset * __this, bool setAtlasSizeToZero, MethodInfo * method)); DO_APP_FUNC(0x02DC6440, void, FontAsset_DestroyAtlasTextures, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DC65D0, void, FontAsset__ctor, (FontAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DC6D60, void, FontAsset__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02DC7420, void, FontAsset_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FontAsset_c__ctor, (FontAsset_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02B9FA60, uint32_t, FontAsset_c__SortCharacterTable_b__144_0, (FontAsset_c * __this, Character * c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5130, FontAsset_c__SortCharacterTable_b__144_0__MethodInfo); DO_APP_FUNC(0x01FBDF60, uint32_t, FontAsset_c__SortGlyphTable_b__145_0, (FontAsset_c * __this, Glyph * c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5110, FontAsset_c__SortGlyphTable_b__145_0__MethodInfo); DO_APP_FUNC(0x02DC74D0, Character *, FontAssetUtilities_GetCharacterFromFontAsset, (uint32_t unicode, FontAsset * sourceFontAsset, bool includeFallbacks, FontStyles__Enum_1 fontStyle, TextFontWeight__Enum fontWeight, bool * isAlternativeTypeface, MethodInfo * method)); DO_APP_FUNC(0x02DC7630, Character *, FontAssetUtilities_GetCharacterFromFontAsset_Internal, (uint32_t unicode, FontAsset * sourceFontAsset, bool includeFallbacks, FontStyles__Enum_1 fontStyle, TextFontWeight__Enum fontWeight, bool * isAlternativeTypeface, MethodInfo * method)); DO_APP_FUNC(0x02DC7BA0, Character *, FontAssetUtilities_GetCharacterFromFontAssets, (uint32_t unicode, FontAsset * sourceFontAsset, List_1_UnityEngine_TextCore_Text_FontAsset_ * fontAssets, bool includeFallbacks, FontStyles__Enum_1 fontStyle, TextFontWeight__Enum fontWeight, bool * isAlternativeTypeface, MethodInfo * method)); DO_APP_FUNC(0x02DC7E50, SpriteCharacter *, FontAssetUtilities_GetSpriteCharacterFromSpriteAsset, (uint32_t unicode, SpriteAsset * spriteAsset, bool includeFallbacks, MethodInfo * method)); DO_APP_FUNC(0x02DC82A0, SpriteCharacter *, FontAssetUtilities_GetSpriteCharacterFromSpriteAsset_Internal, (uint32_t unicode, SpriteAsset * spriteAsset, bool includeFallbacks, MethodInfo * method)); DO_APP_FUNC(0x01616940, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ *, FontFeatureTable_get_glyphPairAdjustmentRecords, (FontFeatureTable * __this, MethodInfo * method)); DO_APP_FUNC(0x02DC8550, void, FontFeatureTable__ctor, (FontFeatureTable * __this, MethodInfo * method)); DO_APP_FUNC(0x02DC8780, void, FontFeatureTable_SortGlyphPairAdjustmentRecords, (FontFeatureTable * __this, MethodInfo * method)); DO_APP_FUNC(0x02DC8C40, void, FontFeatureTable_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FontFeatureTable_c__ctor, (FontFeatureTable_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02DC8CF0, uint32_t, FontFeatureTable_c__SortGlyphPairAdjustmentRecords_b__6_0, (FontFeatureTable_c * __this, GlyphPairAdjustmentRecord s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4F80, FontFeatureTable_c__SortGlyphPairAdjustmentRecords_b__6_0__MethodInfo); DO_APP_FUNC(0x02DC8D00, uint32_t, FontFeatureTable_c__SortGlyphPairAdjustmentRecords_b__6_1, (FontFeatureTable_c * __this, GlyphPairAdjustmentRecord s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4F78, FontFeatureTable_c__SortGlyphPairAdjustmentRecords_b__6_1__MethodInfo); DO_APP_FUNC(0x02DC8D10, String *, Extents_1_ToString, (Extents_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02DC9090, void, LinkInfo_SetLinkId, (LinkInfo * __this, Char__Array * text, int32_t startIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02DC91B0, Material *, MaterialManager_GetFallbackMaterial, (Material * sourceMaterial, Material * targetMaterial, MethodInfo * method)); DO_APP_FUNC(0x02DC9650, Material *, MaterialManager_GetFallbackMaterial_1, (FontAsset * fontAsset, Material * sourceMaterial, int32_t atlasIndex, MethodInfo * method)); DO_APP_FUNC(0x02DC98B0, void, MaterialManager__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02DC99A0, void, MaterialReference_1__ctor, (MaterialReference_1 * __this, int32_t index, FontAsset * fontAsset, SpriteAsset * spriteAsset, Material * material, float padding, MethodInfo * method)); DO_APP_FUNC(0x02DC9B70, int32_t, MaterialReference_1_AddMaterialReference, (Material * material, FontAsset * fontAsset, MaterialReference_1__Array * * materialReferences, Dictionary_2_System_Int32_System_Int32_ * materialReferenceIndexLookup, MethodInfo * method)); DO_APP_FUNC(0x02DC9F20, int32_t, MaterialReference_1_AddMaterialReference_1, (Material * material, SpriteAsset * spriteAsset, MaterialReference_1__Array * * materialReferences, Dictionary_2_System_Int32_System_Int32_ * materialReferenceIndexLookup, MethodInfo * method)); DO_APP_FUNC(0x02DCA2B0, MaterialReferenceManager_1 *, MaterialReferenceManager_1_get_instance, (MethodInfo * method)); DO_APP_FUNC(0x02DCA3A0, void, MaterialReferenceManager_1_AddFontAsset, (FontAsset * fontAsset, MethodInfo * method)); DO_APP_FUNC(0x02DCA3D0, void, MaterialReferenceManager_1_AddFontAssetInternal, (MaterialReferenceManager_1 * __this, FontAsset * fontAsset, MethodInfo * method)); DO_APP_FUNC(0x02DCA660, void, MaterialReferenceManager_1_AddSpriteAsset, (int32_t hashCode, SpriteAsset * spriteAsset, MethodInfo * method)); DO_APP_FUNC(0x02DCA7A0, void, MaterialReferenceManager_1_AddSpriteAssetInternal, (MaterialReferenceManager_1 * __this, int32_t hashCode, SpriteAsset * spriteAsset, MethodInfo * method)); DO_APP_FUNC(0x02DCA8D0, void, MaterialReferenceManager_1_AddFontMaterial, (int32_t hashCode, Material * material, MethodInfo * method)); DO_APP_FUNC(0x02DCA960, void, MaterialReferenceManager_1_AddFontMaterialInternal, (MaterialReferenceManager_1 * __this, int32_t hashCode, Material * material, MethodInfo * method)); DO_APP_FUNC(0x02DCA9F0, void, MaterialReferenceManager_1_AddColorGradientPreset, (int32_t hashCode, TextColorGradient * spriteAsset, MethodInfo * method)); DO_APP_FUNC(0x02DCAAE0, void, MaterialReferenceManager_1_AddColorGradientPreset_Internal, (MaterialReferenceManager_1 * __this, int32_t hashCode, TextColorGradient * spriteAsset, MethodInfo * method)); DO_APP_FUNC(0x02DCABC0, bool, MaterialReferenceManager_1_TryGetFontAsset, (int32_t hashCode, FontAsset * * fontAsset, MethodInfo * method)); DO_APP_FUNC(0x02DCAC80, bool, MaterialReferenceManager_1_TryGetFontAssetInternal, (MaterialReferenceManager_1 * __this, int32_t hashCode, FontAsset * * fontAsset, MethodInfo * method)); DO_APP_FUNC(0x02DCAD30, bool, MaterialReferenceManager_1_TryGetSpriteAsset, (int32_t hashCode, SpriteAsset * * spriteAsset, MethodInfo * method)); DO_APP_FUNC(0x02DCADF0, bool, MaterialReferenceManager_1_TryGetSpriteAssetInternal, (MaterialReferenceManager_1 * __this, int32_t hashCode, SpriteAsset * * spriteAsset, MethodInfo * method)); DO_APP_FUNC(0x02DCAEA0, bool, MaterialReferenceManager_1_TryGetColorGradientPreset, (int32_t hashCode, TextColorGradient * * gradientPreset, MethodInfo * method)); DO_APP_FUNC(0x02DCAF60, bool, MaterialReferenceManager_1_TryGetColorGradientPresetInternal, (MaterialReferenceManager_1 * __this, int32_t hashCode, TextColorGradient * * gradientPreset, MethodInfo * method)); DO_APP_FUNC(0x02DCB010, bool, MaterialReferenceManager_1_TryGetMaterial, (int32_t hashCode, Material * * material, MethodInfo * method)); DO_APP_FUNC(0x02DCB0D0, bool, MaterialReferenceManager_1_TryGetMaterialInternal, (MaterialReferenceManager_1 * __this, int32_t hashCode, Material * * material, MethodInfo * method)); DO_APP_FUNC(0x02DCB180, void, MaterialReferenceManager_1__ctor, (MaterialReferenceManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02DCB490, void, MeshInfo__ctor, (MeshInfo * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02DCB9A0, void, MeshInfo_ResizeMeshInfo, (MeshInfo * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02DCBBB0, void, MeshInfo_Clear, (MeshInfo * __this, bool uploadChanges, MethodInfo * method)); DO_APP_FUNC(0x02DCBBF0, void, MeshInfo_ClearUnusedVertices, (MeshInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02DCBC30, void, MeshInfo_SortGeometry, (MeshInfo * __this, VertexSortingOrder__Enum_1 order, MethodInfo * method)); DO_APP_FUNC(0x02DCBCE0, void, MeshInfo_SwapVertexData, (MeshInfo * __this, int32_t src, int32_t dst, MethodInfo * method)); DO_APP_FUNC(0x02DCC4D0, void, MeshInfo__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02DCC520, FaceInfo, SpriteAsset_get_faceInfo, (SpriteAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02BE8130, void, SpriteAsset_set_faceInfo, (SpriteAsset * __this, FaceInfo value, MethodInfo * method)); DO_APP_FUNC(0x02D539F0, Texture *, SpriteAsset_get_spriteSheet, (SpriteAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003BF710, void, SpriteAsset_set_spriteSheet, (SpriteAsset * __this, Texture * value, MethodInfo * method)); DO_APP_FUNC(0x02DCC560, List_1_UnityEngine_TextCore_Text_SpriteCharacter_ *, SpriteAsset_get_spriteCharacterTable, (SpriteAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00B2F140, void, SpriteAsset_set_spriteCharacterTable, (SpriteAsset * __this, List_1_UnityEngine_TextCore_Text_SpriteCharacter_ * value, MethodInfo * method)); DO_APP_FUNC(0x02DCC5A0, Dictionary_2_System_UInt32_UnityEngine_TextCore_Text_SpriteCharacter_ *, SpriteAsset_get_spriteCharacterLookupTable, (SpriteAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C90, void, SpriteAsset_set_spriteCharacterLookupTable, (SpriteAsset * __this, Dictionary_2_System_UInt32_UnityEngine_TextCore_Text_SpriteCharacter_ * value, MethodInfo * method)); DO_APP_FUNC(0x02D53B40, List_1_UnityEngine_TextCore_Text_SpriteGlyph_ *, SpriteAsset_get_spriteGlyphTable, (SpriteAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00B481B0, void, SpriteAsset_set_spriteGlyphTable, (SpriteAsset * __this, List_1_UnityEngine_TextCore_Text_SpriteGlyph_ * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SpriteAsset_Awake, (SpriteAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DCC5E0, void, SpriteAsset_UpdateLookupTables, (SpriteAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DCCDD0, int32_t, SpriteAsset_GetSpriteIndexFromHashcode, (SpriteAsset * __this, int32_t hashCode, MethodInfo * method)); DO_APP_FUNC(0x02DCCE90, int32_t, SpriteAsset_GetSpriteIndexFromUnicode, (SpriteAsset * __this, uint32_t unicode, MethodInfo * method)); DO_APP_FUNC(0x02DCCF30, int32_t, SpriteAsset_GetSpriteIndexFromName, (SpriteAsset * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02DCCF70, SpriteAsset *, SpriteAsset_SearchForSpriteByUnicode, (SpriteAsset * spriteAsset, uint32_t unicode, bool includeFallbacks, int32_t * spriteIndex, MethodInfo * method)); DO_APP_FUNC(0x02DCD200, SpriteAsset *, SpriteAsset_SearchForSpriteByUnicodeInternal, (List_1_UnityEngine_TextCore_Text_SpriteAsset_ * spriteAssets, uint32_t unicode, bool includeFallbacks, int32_t * spriteIndex, MethodInfo * method)); DO_APP_FUNC(0x02DCD520, SpriteAsset *, SpriteAsset_SearchForSpriteByUnicodeInternal_1, (SpriteAsset * spriteAsset, uint32_t unicode, bool includeFallbacks, int32_t * spriteIndex, MethodInfo * method)); DO_APP_FUNC(0x02DCD5E0, SpriteAsset *, SpriteAsset_SearchForSpriteByHashCode, (SpriteAsset * spriteAsset, int32_t hashCode, bool includeFallbacks, int32_t * spriteIndex, TextSettings * textSettings, MethodInfo * method)); DO_APP_FUNC(0x02DCDBF0, SpriteAsset *, SpriteAsset_SearchForSpriteByHashCodeInternal, (List_1_UnityEngine_TextCore_Text_SpriteAsset_ * spriteAssets, int32_t hashCode, bool searchFallbacks, int32_t * spriteIndex, MethodInfo * method)); DO_APP_FUNC(0x02DCDF10, SpriteAsset *, SpriteAsset_SearchForSpriteByHashCodeInternal_1, (SpriteAsset * spriteAsset, int32_t hashCode, bool searchFallbacks, int32_t * spriteIndex, MethodInfo * method)); DO_APP_FUNC(0x02DCDFD0, void, SpriteAsset_SortGlyphTable, (SpriteAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DCE290, void, SpriteAsset_SortCharacterTable, (SpriteAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DCE550, void, SpriteAsset_SortGlyphAndCharacterTables, (SpriteAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DCE570, void, SpriteAsset__ctor, (SpriteAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02DCE700, void, SpriteAsset_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SpriteAsset_c__ctor, (SpriteAsset_c * __this, MethodInfo * method)); DO_APP_FUNC(0x01FBDF60, uint32_t, SpriteAsset_c__SortGlyphTable_b__37_0, (SpriteAsset_c * __this, SpriteGlyph * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4D58, SpriteAsset_c__SortGlyphTable_b__37_0__MethodInfo); DO_APP_FUNC(0x02B9FA60, uint32_t, SpriteAsset_c__SortCharacterTable_b__38_0, (SpriteAsset_c * __this, SpriteCharacter * c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4B88, SpriteAsset_c__SortCharacterTable_b__38_0__MethodInfo); DO_APP_FUNC(0x02D17D50, String *, SpriteCharacter_get_name, (SpriteCharacter * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEAEE0, void, SpriteCharacter__ctor, (SpriteCharacter * __this, MethodInfo * method)); DO_APP_FUNC(0x02BEB120, void, SpriteGlyph__ctor, (SpriteGlyph * __this, MethodInfo * method)); DO_APP_FUNC(0x014BA540, String *, TextAsset_1_get_version, (TextAsset_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, TextAsset_1_set_version, (TextAsset_1 * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02DCE7B0, int32_t, TextAsset_1_get_instanceID, (TextAsset_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02DCE7E0, int32_t, TextAsset_1_get_hashCode, (TextAsset_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, TextAsset_1_set_hashCode, (TextAsset_1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Material *, TextAsset_1_get_material, (TextAsset_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, TextAsset_1_set_material, (TextAsset_1 * __this, Material * value, MethodInfo * method)); DO_APP_FUNC(0x02DCE820, int32_t, TextAsset_1_get_materialHashCode, (TextAsset_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5310, void, TextAsset_1_set_materialHashCode, (TextAsset_1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, TextAsset_1__ctor, (TextAsset_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02DCE960, void, TextColorGradient__ctor, (TextColorGradient * __this, MethodInfo * method)); DO_APP_FUNC(0x02B894B0, void, TextColorGradient__ctor_1, (TextColorGradient * __this, Color color, MethodInfo * method)); DO_APP_FUNC(0x02B89500, void, TextColorGradient__ctor_2, (TextColorGradient * __this, Color color0, Color color1, Color color2, Color color3, MethodInfo * method)); DO_APP_FUNC(0x02DCEA20, void, TextColorGradient__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01EACEA0, TextElementType__Enum_1, TextElement_get_elementType, (TextElement * __this, MethodInfo * method)); DO_APP_FUNC(0x014904A0, uint32_t, TextElement_get_unicode, (TextElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, TextElement_set_unicode, (TextElement * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x014BA540, TextAsset_1 *, TextElement_get_textAsset, (TextElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, TextElement_set_textAsset, (TextElement * __this, TextAsset_1 * value, MethodInfo * method)); DO_APP_FUNC(0x02414580, Glyph *, TextElement_get_glyph, (TextElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, TextElement_set_glyph, (TextElement * __this, Glyph * value, MethodInfo * method)); DO_APP_FUNC(0x01EADB10, uint32_t, TextElement_get_glyphIndex, (TextElement * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, TextElement_set_glyphIndex, (TextElement * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D6ABD0, float, TextElement_get_scale, (TextElement * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA72C0, void, TextElement_set_scale, (TextElement * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextElement__ctor, (TextElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02DCEA70, bool, TextGenerationSettings_1_Equals, (TextGenerationSettings_1 * __this, TextGenerationSettings_1 * other, MethodInfo * method)); DO_APP_FUNC(0x02DCEFF0, bool, TextGenerationSettings_1_Equals_1, (TextGenerationSettings_1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02DCF0C0, int32_t, TextGenerationSettings_1_GetHashCode, (TextGenerationSettings_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02DCF910, String *, TextGenerationSettings_1_ToString, (TextGenerationSettings_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02DD1980, void, TextGenerationSettings_1__ctor, (TextGenerationSettings_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02DACB30, TextGenerator_1 *, TextGenerator_1_GetTextGenerator, (MethodInfo * method)); DO_APP_FUNC(0x02DACC20, void, TextGenerator_1_GenerateText, (TextGenerationSettings_1 * settings, TextInfo_1 * textInfo, MethodInfo * method)); DO_APP_FUNC(0x02DACE70, Vector2, TextGenerator_1_GetCursorPosition, (TextInfo_1 * textInfo, Rect screenRect, int32_t index, bool inverseYAxis, MethodInfo * method)); DO_APP_FUNC(0x02DAD040, Vector2, TextGenerator_1_GetPreferredValues, (TextGenerationSettings_1 * settings, TextInfo_1 * textInfo, MethodInfo * method)); DO_APP_FUNC(0x02DAD420, void, TextGenerator_1_Prepare, (TextGenerator_1 * __this, TextGenerationSettings_1 * generationSettings, TextInfo_1 * textInfo, MethodInfo * method)); DO_APP_FUNC(0x02DA11F0, void, TextGenerator_1_GenerateTextMesh, (TextGenerator_1 * __this, TextGenerationSettings_1 * generationSettings, TextInfo_1 * textInfo, MethodInfo * method)); DO_APP_FUNC(0x02DAD6A0, void, TextGenerator_1_SaveWordWrappingState, (TextGenerator_1 * __this, WordWrapState_1 * state, int32_t index, int32_t count, TextInfo_1 * textInfo, MethodInfo * method)); DO_APP_FUNC(0x02DADFE0, int32_t, TextGenerator_1_RestoreWordWrappingState, (TextGenerator_1 * __this, WordWrapState_1 * state, TextInfo_1 * textInfo, MethodInfo * method)); DO_APP_FUNC(0x02DAE900, bool, TextGenerator_1_ValidateHtmlTag, (TextGenerator_1 * __this, Int32__Array * chars, int32_t startIndex, int32_t * endIndex, TextGenerationSettings_1 * generationSettings, TextInfo_1 * textInfo, MethodInfo * method)); DO_APP_FUNC(0x02DB3DF0, void, TextGenerator_1_SaveGlyphVertexInfo, (TextGenerator_1 * __this, float padding, float stylePadding, Color32 vertexColor, TextGenerationSettings_1 * generationSettings, TextInfo_1 * textInfo, MethodInfo * method)); DO_APP_FUNC(0x02DB4CA0, void, TextGenerator_1_SaveSpriteVertexInfo, (TextGenerator_1 * __this, Color32 vertexColor, TextGenerationSettings_1 * generationSettings, TextInfo_1 * textInfo, MethodInfo * method)); DO_APP_FUNC(0x02DB56C0, void, TextGenerator_1_DrawUnderlineMesh, (TextGenerator_1 * __this, Vector3 start, Vector3 end, int32_t * index, float startScale, float endScale, float maxScale, float sdfScale, Color32 underlineColor, TextGenerationSettings_1 * generationSettings, TextInfo_1 * textInfo, MethodInfo * method)); DO_APP_FUNC(0x02DB6790, void, TextGenerator_1_DrawTextHighlight, (TextGenerator_1 * __this, Vector3 start, Vector3 end, int32_t * index, Color32 highlightColor, TextGenerationSettings_1 * generationSettings, TextInfo_1 * textInfo, MethodInfo * method)); DO_APP_FUNC(0x02DB6DC0, void, TextGenerator_1_ClearMesh, (bool updateMesh, TextInfo_1 * textInfo, MethodInfo * method)); DO_APP_FUNC(0x02DB6E90, void, TextGenerator_1_EnableMasking, (TextGenerator_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02DB6EA0, void, TextGenerator_1_DisableMasking, (TextGenerator_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02DB6EB0, void, TextGenerator_1_SetArraySizes, (TextGenerator_1 * __this, Int32__Array * chars, TextGenerationSettings_1 * generationSettings, TextInfo_1 * textInfo, MethodInfo * method)); DO_APP_FUNC(0x02DB8410, TextElement *, TextGenerator_1_GetTextElement, (TextGenerator_1 * __this, TextGenerationSettings_1 * generationSettings, uint32_t unicode, FontAsset * fontAsset, FontStyles__Enum_1 fontStyle, TextFontWeight__Enum fontWeight, bool * isUsingAlternativeTypeface, MethodInfo * method)); DO_APP_FUNC(0x02DB8A40, void, TextGenerator_1_ComputeMarginSize, (TextGenerator_1 * __this, Rect rect, Vector4 margins, MethodInfo * method)); DO_APP_FUNC(0x02DB8B40, void, TextGenerator_1_GetSpecialCharacters, (TextGenerator_1 * __this, TextGenerationSettings_1 * generationSettings, MethodInfo * method)); DO_APP_FUNC(0x02DB8B70, void, TextGenerator_1_GetEllipsisSpecialCharacter, (TextGenerator_1 * __this, TextGenerationSettings_1 * generationSettings, MethodInfo * method)); DO_APP_FUNC(0x02DB8EF0, void, TextGenerator_1_GetUnderlineSpecialCharacter, (TextGenerator_1 * __this, TextGenerationSettings_1 * generationSettings, MethodInfo * method)); DO_APP_FUNC(0x02DB9120, float, TextGenerator_1_GetPaddingForMaterial, (TextGenerator_1 * __this, Material * material, bool extraPadding, MethodInfo * method)); DO_APP_FUNC(0x02DB9320, Vector2, TextGenerator_1_GetPreferredValuesInternal, (TextGenerator_1 * __this, TextGenerationSettings_1 * generationSettings, TextInfo_1 * textInfo, MethodInfo * method)); DO_APP_FUNC(0x02DB9530, Vector2, TextGenerator_1_CalculatePreferredValues, (TextGenerator_1 * __this, float defaultFontSize, Vector2 marginSize, bool ignoreTextAutoSizing, TextGenerationSettings_1 * generationSettings, TextInfo_1 * textInfo, MethodInfo * method)); DO_APP_FUNC(0x02DBB880, void, TextGenerator_1__ctor, (TextGenerator_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02DD1A00, void, TextGenerator_SpecialCharacter__ctor, (TextGenerator_SpecialCharacter * __this, Character * character, int32_t materialIndex, MethodInfo * method)); DO_APP_FUNC(0x02DD1CA0, bool, TextGeneratorUtilities_Approximately, (float a, float b, MethodInfo * method)); DO_APP_FUNC(0x02DD1CD0, Color32, TextGeneratorUtilities_HexCharsToColor, (Char__Array * hexChars, int32_t tagCount, MethodInfo * method)); DO_APP_FUNC(0x02DD2350, Color32, TextGeneratorUtilities_HexCharsToColor_1, (Char__Array * hexChars, int32_t startIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02DD2600, int32_t, TextGeneratorUtilities_HexToInt, (uint16_t hex, MethodInfo * method)); DO_APP_FUNC(0x02DD2710, float, TextGeneratorUtilities_ConvertToFloat, (Char__Array * chars, int32_t startIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02DD2790, float, TextGeneratorUtilities_ConvertToFloat_1, (Char__Array * chars, int32_t startIndex, int32_t length, int32_t * lastIndex, MethodInfo * method)); DO_APP_FUNC(0x02DD2930, Vector2, TextGeneratorUtilities_PackUV, (float x, float y, float scale, MethodInfo * method)); DO_APP_FUNC(0x02DD2970, void, TextGeneratorUtilities_StringToCharArray, (String * sourceText, Int32__Array * * charBuffer, TextProcessingStack_1_System_Int32_ * styleStack, TextGenerationSettings_1 * generationSettings, MethodInfo * method)); DO_APP_FUNC(0x02DD32F0, bool, TextGeneratorUtilities_IsTagName, (String * * text, String * tag, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02DD3420, bool, TextGeneratorUtilities_IsTagName_1, (Int32__Array * * text, String * tag, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02DD3550, bool, TextGeneratorUtilities_ReplaceOpeningStyleTag, (Int32__Array * * sourceText, int32_t srcIndex, int32_t * srcOffset, Int32__Array * * charBuffer, int32_t * writeIndex, TextProcessingStack_1_System_Int32_ * styleStack, TextGenerationSettings_1 * * generationSettings, MethodInfo * method)); DO_APP_FUNC(0x02DD3930, bool, TextGeneratorUtilities_ReplaceOpeningStyleTag_1, (String * * sourceText, int32_t srcIndex, int32_t * srcOffset, Int32__Array * * charBuffer, int32_t * writeIndex, TextProcessingStack_1_System_Int32_ * styleStack, TextGenerationSettings_1 * * generationSettings, MethodInfo * method)); DO_APP_FUNC(0x02DD3D20, void, TextGeneratorUtilities_ReplaceClosingStyleTag, (Int32__Array * * charBuffer, int32_t * writeIndex, TextProcessingStack_1_System_Int32_ * styleStack, TextGenerationSettings_1 * * generationSettings, MethodInfo * method)); DO_APP_FUNC(0x02DD40D0, TextStyle *, TextGeneratorUtilities_GetStyle, (TextGenerationSettings_1 * generationSetting, int32_t hashCode, MethodInfo * method)); DO_APP_FUNC(0x02DD42F0, int32_t, TextGeneratorUtilities_GetUtf32, (String * text, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02DD4480, int32_t, TextGeneratorUtilities_GetUtf16, (String * text, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x02DD4580, int32_t, TextGeneratorUtilities_GetTagHashCode, (Int32__Array * * text, int32_t index, int32_t * closeIndex, MethodInfo * method)); DO_APP_FUNC(0x02DD4620, int32_t, TextGeneratorUtilities_GetTagHashCode_1, (String * * text, int32_t index, int32_t * closeIndex, MethodInfo * method)); DO_APP_FUNC(0x02DD46E0, void, TextGeneratorUtilities_FillCharacterVertexBuffers, (int32_t i, TextGenerationSettings_1 * generationSettings, TextInfo_1 * textInfo, MethodInfo * method)); DO_APP_FUNC(0x02DD5110, void, TextGeneratorUtilities_FillSpriteVertexBuffers, (int32_t i, TextGenerationSettings_1 * generationSettings, TextInfo_1 * textInfo, MethodInfo * method)); DO_APP_FUNC(0x02DD5A30, void, TextGeneratorUtilities_AdjustLineOffset, (int32_t startIndex, int32_t endIndex, float offset, TextInfo_1 * textInfo, MethodInfo * method)); DO_APP_FUNC(0x02DD5E10, void, TextGeneratorUtilities_ResizeLineExtents, (int32_t size, TextInfo_1 * textInfo, MethodInfo * method)); DO_APP_FUNC(0x02DD60D0, FontStyles__Enum_1, TextGeneratorUtilities_LegacyStyleToNewStyle, (FontStyle__Enum fontStyle, MethodInfo * method)); DO_APP_FUNC(0x02DD6100, TextAlignment__Enum_1, TextGeneratorUtilities_LegacyAlignmentToNewAlignment, (TextAnchor__Enum anchor, MethodInfo * method)); DO_APP_FUNC(0x02DD6180, void, TextGeneratorUtilities__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02DD61F0, void, TextInfo_1__ctor, (TextInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02DD64D0, void, TextInfo_1_Clear, (TextInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02DD6550, void, TextInfo_1_ClearMeshInfo, (TextInfo_1 * __this, bool updateMesh, MethodInfo * method)); DO_APP_FUNC(0x02DD6620, void, TextInfo_1_ClearLineInfo, (TextInfo_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02DD6970, void, TextInfo_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02BF43D0, void, FontStyleStack_Clear, (FontStyleStack * __this, MethodInfo * method)); DO_APP_FUNC(0x02BF43E0, uint8_t, FontStyleStack_Add, (FontStyleStack * __this, FontStyles__Enum_1 style, MethodInfo * method)); DO_APP_FUNC(0x02BF4490, uint8_t, FontStyleStack_Remove, (FontStyleStack * __this, FontStyles__Enum_1 style, MethodInfo * method)); DO_APP_FUNC(0x02DD69E0, void, TextResourceManager_AddFontAsset, (FontAsset * fontAsset, MethodInfo * method)); DO_APP_FUNC(0x02DD7310, void, TextResourceManager__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02DD7730, void, TextResourceManager_FontAssetRef__ctor, (TextResourceManager_FontAssetRef * __this, int32_t nameHashCode, int32_t familyNameHashCode, int32_t styleNameHashCode, FontAsset * fontAsset, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, TextSettings_get_version, (TextSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, TextSettings_set_version, (TextSettings * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, FontAsset *, TextSettings_get_defaultFontAsset, (TextSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, TextSettings_set_defaultFontAsset, (TextSettings * __this, FontAsset * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, TextSettings_get_defaultFontAssetPath, (TextSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, TextSettings_set_defaultFontAssetPath, (TextSettings * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, List_1_UnityEngine_TextCore_Text_FontAsset_ *, TextSettings_get_fallbackFontAssets, (TextSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, TextSettings_set_fallbackFontAssets, (TextSettings * __this, List_1_UnityEngine_TextCore_Text_FontAsset_ * value, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, TextSettings_get_matchMaterialPreset, (TextSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AE0, void, TextSettings_set_matchMaterialPreset, (TextSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01365740, int32_t, TextSettings_get_missingCharacterUnicode, (TextSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01A728E0, void, TextSettings_set_missingCharacterUnicode, (TextSettings * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x008FC900, bool, TextSettings_get_clearDynamicDataOnBuild, (TextSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00985F10, void, TextSettings_set_clearDynamicDataOnBuild, (TextSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, SpriteAsset *, TextSettings_get_defaultSpriteAsset, (TextSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, TextSettings_set_defaultSpriteAsset, (TextSettings * __this, SpriteAsset * value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, TextSettings_get_defaultSpriteAssetPath, (TextSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, TextSettings_set_defaultSpriteAssetPath, (TextSettings * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, List_1_UnityEngine_TextCore_Text_SpriteAsset_ *, TextSettings_get_fallbackSpriteAssets, (TextSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, TextSettings_set_fallbackSpriteAssets, (TextSettings * __this, List_1_UnityEngine_TextCore_Text_SpriteAsset_ * value, MethodInfo * method)); DO_APP_FUNC(0x00764A50, uint32_t, TextSettings_get_missingSpriteCharacterUnicode, (TextSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01C1F550, void, TextSettings_set_missingSpriteCharacterUnicode, (TextSettings * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C7000, TextStyleSheet *, TextSettings_get_defaultStyleSheet, (TextSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, TextSettings_set_defaultStyleSheet, (TextSettings * __this, TextStyleSheet * value, MethodInfo * method)); DO_APP_FUNC(0x003C7010, String *, TextSettings_get_styleSheetsResourcePath, (TextSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, TextSettings_set_styleSheetsResourcePath, (TextSettings * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C7020, String *, TextSettings_get_defaultColorGradientPresetsPath, (TextSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE20, void, TextSettings_set_defaultColorGradientPresetsPath, (TextSettings * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02DD77B0, UnicodeLineBreakingRules *, TextSettings_get_lineBreakingRules, (TextSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, TextSettings_set_lineBreakingRules, (TextSettings * __this, UnicodeLineBreakingRules * value, MethodInfo * method)); DO_APP_FUNC(0x005FC5C0, bool, TextSettings_get_displayWarnings, (TextSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x004841B0, void, TextSettings_set_displayWarnings, (TextSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02DD7870, void, TextSettings_InitializeFontReferenceLookup, (TextSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02DD7CB0, FontAsset *, TextSettings_GetCachedFontAssetInternal, (TextSettings * __this, Font * font, MethodInfo * method)); DO_APP_FUNC(0x02DD8220, void, TextSettings__ctor, (TextSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00AB78E0, void, TextSettings_FontReferenceMap__ctor, (TextSettings_FontReferenceMap * __this, Font * font, FontAsset * fontAsset, MethodInfo * method)); DO_APP_FUNC(0x02DD84D0, Shader *, TextShaderUtilities_get_ShaderRef_MobileSDF, (MethodInfo * method)); DO_APP_FUNC(0x02DD8870, Shader *, TextShaderUtilities_get_ShaderRef_MobileBitmap, (MethodInfo * method)); DO_APP_FUNC(0x02DD8C10, void, TextShaderUtilities__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02DD9230, void, TextShaderUtilities_GetShaderPropertyIDs, (MethodInfo * method)); DO_APP_FUNC(0x02DDA920, void, TextShaderUtilities_UpdateShaderRatios, (Material * mat, MethodInfo * method)); DO_APP_FUNC(0x02DDB190, bool, TextShaderUtilities_IsMaskingEnabled, (Material * material, MethodInfo * method)); DO_APP_FUNC(0x02DDB4A0, float, TextShaderUtilities_GetPadding, (Material * material, bool enableExtraPadding, bool isBold, MethodInfo * method)); DO_APP_FUNC(0x01012D90, int32_t, TextStyle_get_hashCode, (TextStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D17D50, Int32__Array *, TextStyle_get_styleOpeningTagArray, (TextStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x018693E0, Int32__Array *, TextStyle_get_styleClosingTagArray, (TextStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02DDBF00, void, TextStyle_RefreshStyle, (TextStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x014BA540, List_1_UnityEngine_TextCore_Text_TextStyle_ *, TextStyleSheet_get_styles, (TextStyleSheet * __this, MethodInfo * method)); DO_APP_FUNC(0x02DDC2A0, TextStyle *, TextStyleSheet_GetStyle, (TextStyleSheet * __this, int32_t hashCode, MethodInfo * method)); DO_APP_FUNC(0x02DDC330, TextStyle *, TextStyleSheet_GetStyle_1, (TextStyleSheet * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02DDC3D0, void, TextStyleSheet_RefreshStyles, (TextStyleSheet * __this, MethodInfo * method)); DO_APP_FUNC(0x02DDC3E0, void, TextStyleSheet_LoadStyleDictionaryInternal, (TextStyleSheet * __this, MethodInfo * method)); DO_APP_FUNC(0x02DDC6A0, void, TextStyleSheet__ctor, (TextStyleSheet * __this, MethodInfo * method)); DO_APP_FUNC(0x02DDC800, uint16_t, TextUtilities_1_ToUpperFast, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x02DDC870, uint32_t, TextUtilities_1_ToUpperASCIIFast, (uint32_t c, MethodInfo * method)); DO_APP_FUNC(0x02DDC8E0, int32_t, TextUtilities_1_GetHashCodeCaseInSensitive, (String * s, MethodInfo * method)); DO_APP_FUNC(0x02DDC9C0, String *, TextUtilities_1_UintToString, (List_1_System_UInt32_ * unicodes, MethodInfo * method)); DO_APP_FUNC(0x02DDCA90, HashSet_1_System_UInt32_ *, UnicodeLineBreakingRules_get_leadingCharactersLookup, (UnicodeLineBreakingRules * __this, MethodInfo * method)); DO_APP_FUNC(0x02DDCB30, HashSet_1_System_UInt32_ *, UnicodeLineBreakingRules_get_followingCharactersLookup, (UnicodeLineBreakingRules * __this, MethodInfo * method)); DO_APP_FUNC(0x02DDCBD0, void, UnicodeLineBreakingRules_LoadLineBreakingRules, (MethodInfo * method)); DO_APP_FUNC(0x02DDD360, HashSet_1_System_UInt32_ *, UnicodeLineBreakingRules_GetCharacters, (TextAsset * file, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UnicodeLineBreakingRules__ctor, (UnicodeLineBreakingRules * __this, MethodInfo * method)); DO_APP_FUNC(0x02DDD4B0, void, UnicodeLineBreakingRules__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, DisplayNameAttribute_1__ctor, (DisplayNameAttribute_1 * __this, String * displayName, MethodInfo * method)); DO_APP_FUNC(0x003CA760, void, MaxAttribute__ctor, (MaxAttribute * __this, float max, MethodInfo * method)); DO_APP_FUNC(0x003CA760, void, MinAttribute_1__ctor, (MinAttribute_1 * __this, float min, MethodInfo * method)); DO_APP_FUNC(0x0075F000, void, MinMaxAttribute_1__ctor, (MinMaxAttribute_1 * __this, float min, float max, MethodInfo * method)); DO_APP_FUNC(0x02A4AAF0, void, PostProcessAttribute__ctor, (PostProcessAttribute * __this, Type * renderer, PostProcessEvent__Enum eventType, String * menuItem, bool allowInSceneView, MethodInfo * method)); DO_APP_FUNC(0x02A4ABB0, void, PostProcessAttribute__ctor_1, (PostProcessAttribute * __this, Type * renderer, String * menuItem, bool allowInSceneView, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TrackballAttribute__ctor, (TrackballAttribute * __this, TrackballAttribute_Mode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02A4AC70, void, AmbientOcclusionModeParameter__ctor, (AmbientOcclusionModeParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02A4ACD0, void, AmbientOcclusionQualityParameter__ctor, (AmbientOcclusionQualityParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02A4AD30, bool, AmbientOcclusion_IsEnabledAndSupported, (AmbientOcclusion * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A4B0E0, void, AmbientOcclusion__ctor, (AmbientOcclusion * __this, MethodInfo * method)); DO_APP_FUNC(0x02A4BA00, void, AmbientOcclusionRenderer_Init, (AmbientOcclusionRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A4BBC0, bool, AmbientOcclusionRenderer_IsAmbientOnly, (AmbientOcclusionRenderer * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A4BCD0, IAmbientOcclusionMethod *, AmbientOcclusionRenderer_Get, (AmbientOcclusionRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A4BD40, DepthTextureMode__Enum, AmbientOcclusionRenderer_GetCameraFlags, (AmbientOcclusionRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A4BDE0, void, AmbientOcclusionRenderer_Release, (AmbientOcclusionRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A4BF00, ScalableAO *, AmbientOcclusionRenderer_GetScalableAO, (AmbientOcclusionRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A4BF70, MultiScaleVO *, AmbientOcclusionRenderer_GetMultiScaleVO, (AmbientOcclusionRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AmbientOcclusionRenderer_Render, (AmbientOcclusionRenderer * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A4BFE0, void, AmbientOcclusionRenderer__ctor, (AmbientOcclusionRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A4C020, void, EyeAdaptationParameter__ctor, (EyeAdaptationParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02A4C080, bool, AutoExposure_IsEnabledAndSupported, (AutoExposure * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A4C240, void, AutoExposure__ctor, (AutoExposure * __this, MethodInfo * method)); DO_APP_FUNC(0x02A4C7A0, void, AutoExposureRenderer__ctor, (AutoExposureRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A4C9E0, void, AutoExposureRenderer_CheckTexture, (AutoExposureRenderer * __this, int32_t eye, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02A4CD20, void, AutoExposureRenderer_Render, (AutoExposureRenderer * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A4DAF0, void, AutoExposureRenderer_Release, (AutoExposureRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A4DBC0, bool, Bloom_IsEnabledAndSupported, (Bloom * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A4DC00, void, Bloom__ctor, (Bloom * __this, MethodInfo * method)); DO_APP_FUNC(0x02A4E3F0, void, BloomRenderer_Init, (BloomRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A4E6C0, void, BloomRenderer_Render, (BloomRenderer * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A4FD90, void, BloomRenderer__ctor, (BloomRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A4FDD0, bool, ChromaticAberration_IsEnabledAndSupported, (ChromaticAberration * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A4FE10, void, ChromaticAberration__ctor, (ChromaticAberration * __this, MethodInfo * method)); DO_APP_FUNC(0x02A50100, void, ChromaticAberrationRenderer_Render, (ChromaticAberrationRenderer * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A506B0, void, ChromaticAberrationRenderer_Release, (ChromaticAberrationRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A50760, void, ChromaticAberrationRenderer__ctor, (ChromaticAberrationRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A507A0, void, GradingModeParameter__ctor, (GradingModeParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02A50800, void, TonemapperParameter__ctor, (TonemapperParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02A50860, bool, ColorGrading_IsEnabledAndSupported, (ColorGrading * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A50920, void, ColorGrading__ctor, (ColorGrading * __this, MethodInfo * method)); DO_APP_FUNC(0x02A525A0, void, ColorGradingRenderer_Render, (ColorGradingRenderer * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A52800, void, ColorGradingRenderer_RenderExternalPipeline3D, (ColorGradingRenderer * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A52BD0, void, ColorGradingRenderer_RenderHDRPipeline3D, (ColorGradingRenderer * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A53F60, void, ColorGradingRenderer_RenderHDRPipeline2D, (ColorGradingRenderer * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A557D0, void, ColorGradingRenderer_RenderLDRPipeline2D, (ColorGradingRenderer * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A56C40, void, ColorGradingRenderer_CheckInternalLogLut, (ColorGradingRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A57170, void, ColorGradingRenderer_CheckInternalStripLut, (ColorGradingRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A57600, Texture2D *, ColorGradingRenderer_GetCurveTexture, (ColorGradingRenderer * __this, bool hdr, MethodInfo * method)); DO_APP_FUNC(0x02A57C90, bool, ColorGradingRenderer_IsRenderTextureFormatSupportedForLinearFiltering, (RenderTextureFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02A57DA0, RenderTextureFormat__Enum, ColorGradingRenderer_GetLutFormat, (MethodInfo * method)); DO_APP_FUNC(0x02A57DF0, TextureFormat__Enum, ColorGradingRenderer_GetCurveFormat, (MethodInfo * method)); DO_APP_FUNC(0x02A57E20, void, ColorGradingRenderer_Release, (ColorGradingRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A57F90, void, ColorGradingRenderer__ctor, (ColorGradingRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A580E0, void, KernelSizeParameter__ctor, (KernelSizeParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02A58140, bool, DepthOfField_IsEnabledAndSupported, (DepthOfField * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A581B0, void, DepthOfField__ctor, (DepthOfField * __this, MethodInfo * method)); DO_APP_FUNC(0x02A584E0, void, DepthOfFieldRenderer__ctor, (DepthOfFieldRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, DepthTextureMode__Enum, DepthOfFieldRenderer_GetCameraFlags, (DepthOfFieldRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A58720, RenderTextureFormat__Enum, DepthOfFieldRenderer_SelectFormat, (DepthOfFieldRenderer * __this, RenderTextureFormat__Enum primary, RenderTextureFormat__Enum secondary, MethodInfo * method)); DO_APP_FUNC(0x02A587C0, float, DepthOfFieldRenderer_CalculateMaxCoCRadius, (DepthOfFieldRenderer * __this, int32_t screenHeight, MethodInfo * method)); DO_APP_FUNC(0x02A58850, RenderTexture *, DepthOfFieldRenderer_CheckHistory, (DepthOfFieldRenderer * __this, int32_t eye, int32_t id, PostProcessRenderContext * context, RenderTextureFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02A58C70, void, DepthOfFieldRenderer_Render, (DepthOfFieldRenderer * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A5A070, void, DepthOfFieldRenderer_Release, (DepthOfFieldRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A5A160, void, Dithering_Render, (Dithering * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A5A430, void, Dithering__ctor, (Dithering * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FastApproximateAntialiasing__ctor, (FastApproximateAntialiasing * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, DepthTextureMode__Enum, Fog_GetCameraFlags, (Fog * __this, MethodInfo * method)); DO_APP_FUNC(0x02A5A4F0, bool, Fog_IsEnabledAndSupported, (Fog * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A5A660, void, Fog_Render, (Fog * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A5AC80, void, Fog__ctor, (Fog * __this, MethodInfo * method)); DO_APP_FUNC(0x02A4FDD0, bool, Grain_IsEnabledAndSupported, (Grain * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A5AC90, void, Grain__ctor, (Grain * __this, MethodInfo * method)); DO_APP_FUNC(0x02A5AFC0, void, GrainRenderer_Render, (GrainRenderer * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A5BBE0, RenderTextureFormat__Enum, GrainRenderer_GetLookupFormat, (GrainRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A5BC30, void, GrainRenderer_Release, (GrainRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A5BCE0, void, GrainRenderer__ctor, (GrainRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A5BD20, bool, LensDistortion_IsEnabledAndSupported, (LensDistortion * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A5BDE0, void, LensDistortion__ctor, (LensDistortion * __this, MethodInfo * method)); DO_APP_FUNC(0x02A5C260, void, LensDistortionRenderer_Render, (LensDistortionRenderer * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A5C610, void, LensDistortionRenderer__ctor, (LensDistortionRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A5C650, bool, MotionBlur_IsEnabledAndSupported, (MotionBlur * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A5C750, void, MotionBlur__ctor, (MotionBlur * __this, MethodInfo * method)); DO_APP_FUNC(0x011B8EF0, DepthTextureMode__Enum, MotionBlurRenderer_GetCameraFlags, (MotionBlurRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A5C920, void, MotionBlurRenderer_CreateTemporaryRT, (MotionBlurRenderer * __this, PostProcessRenderContext * context, int32_t nameID, int32_t width, int32_t height, RenderTextureFormat__Enum RTFormat, MethodInfo * method)); DO_APP_FUNC(0x02A5CA10, void, MotionBlurRenderer_Render, (MotionBlurRenderer * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A5DA40, void, MotionBlurRenderer__ctor, (MotionBlurRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A5DA80, void, MultiScaleVO__ctor, (MultiScaleVO * __this, AmbientOcclusion * settings, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, DepthTextureMode__Enum, MultiScaleVO_GetCameraFlags, (MultiScaleVO * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, MultiScaleVO_SetResources, (MultiScaleVO * __this, PostProcessResources * resources, MethodInfo * method)); DO_APP_FUNC(0x02A5E320, void, MultiScaleVO_Alloc, (MultiScaleVO * __this, CommandBuffer * cmd, int32_t id, MultiScaleVO_MipLevel__Enum size, RenderTextureFormat__Enum format, bool uav, bool dynamicScale, MethodInfo * method)); DO_APP_FUNC(0x02A5E520, void, MultiScaleVO_AllocArray, (MultiScaleVO * __this, CommandBuffer * cmd, int32_t id, MultiScaleVO_MipLevel__Enum size, RenderTextureFormat__Enum format, bool uav, bool dynamicScale, MethodInfo * method)); DO_APP_FUNC(0x02A5E720, void, MultiScaleVO_Release, (MultiScaleVO * __this, CommandBuffer * cmd, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02A5E790, Vector4, MultiScaleVO_CalculateZBufferParams, (MultiScaleVO * __this, Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x02A5E8F0, float, MultiScaleVO_CalculateTanHalfFovHeight, (MultiScaleVO * __this, Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x02A5E980, Vector2, MultiScaleVO_GetSize, (MultiScaleVO * __this, MultiScaleVO_MipLevel__Enum mip, MethodInfo * method)); DO_APP_FUNC(0x02A5E9E0, Vector3, MultiScaleVO_GetSizeArray, (MultiScaleVO * __this, MultiScaleVO_MipLevel__Enum mip, MethodInfo * method)); DO_APP_FUNC(0x02A5EA40, void, MultiScaleVO_GenerateAOMap, (MultiScaleVO * __this, CommandBuffer * cmd, Camera * camera, RenderTargetIdentifier destination, Nullable_1_UnityEngine_Rendering_RenderTargetIdentifier_ depthMap, bool invert, bool isMSAA, MethodInfo * method)); DO_APP_FUNC(0x02A5F870, void, MultiScaleVO_PushAllocCommands, (MultiScaleVO * __this, CommandBuffer * cmd, bool isMSAA, Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x02A60000, void, MultiScaleVO_PushDownsampleCommands, (MultiScaleVO * __this, CommandBuffer * cmd, Camera * camera, Nullable_1_UnityEngine_Rendering_RenderTargetIdentifier_ depthMap, bool isMSAA, MethodInfo * method)); DO_APP_FUNC(0x02A60D10, void, MultiScaleVO_PushRenderCommands, (MultiScaleVO * __this, CommandBuffer * cmd, int32_t source, int32_t destination, Vector3 sourceSize, float tanHalfFovH, bool isMSAA, MethodInfo * method)); DO_APP_FUNC(0x02A618E0, void, MultiScaleVO_PushUpsampleCommands, (MultiScaleVO * __this, CommandBuffer * cmd, int32_t lowResDepth, int32_t interleavedAO, int32_t highResDepth, Nullable_1_Int32_ highResAO, RenderTargetIdentifier dest, Vector3 lowResDepthSize, Vector2 highResDepthSize, bool isMSAA, bool invert, MethodInfo * method)); DO_APP_FUNC(0x02A61FB0, void, MultiScaleVO_PushReleaseCommands, (MultiScaleVO * __this, CommandBuffer * cmd, MethodInfo * method)); DO_APP_FUNC(0x02A62580, void, MultiScaleVO_PreparePropertySheet, (MultiScaleVO * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A627D0, void, MultiScaleVO_CheckAOTexture, (MultiScaleVO * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A62C90, void, MultiScaleVO_PushDebug, (MultiScaleVO * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A62D60, void, MultiScaleVO_RenderAfterOpaque, (MultiScaleVO * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A63400, void, MultiScaleVO_RenderAmbientOnly, (MultiScaleVO * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A63640, void, MultiScaleVO_CompositeAmbientOnly, (MultiScaleVO * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A63920, void, MultiScaleVO_Release_1, (MultiScaleVO * __this, MethodInfo * method)); DO_APP_FUNC(0x02A639D0, void, ScalableAO__ctor, (ScalableAO * __this, AmbientOcclusion * settings, MethodInfo * method)); DO_APP_FUNC(0x0075F690, DepthTextureMode__Enum, ScalableAO_GetCameraFlags, (ScalableAO * __this, MethodInfo * method)); DO_APP_FUNC(0x02A63C20, void, ScalableAO_DoLazyInitialization, (ScalableAO * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A642B0, void, ScalableAO_Render, (ScalableAO * __this, PostProcessRenderContext * context, CommandBuffer * cmd, int32_t occlusionSource, MethodInfo * method)); DO_APP_FUNC(0x02A65060, void, ScalableAO_RenderAfterOpaque, (ScalableAO * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A65350, void, ScalableAO_RenderAmbientOnly, (ScalableAO * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A65470, void, ScalableAO_CompositeAmbientOnly, (ScalableAO * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A65750, void, ScalableAO_Release, (ScalableAO * __this, MethodInfo * method)); DO_APP_FUNC(0x02A65800, void, ScreenSpaceReflectionPresetParameter__ctor, (ScreenSpaceReflectionPresetParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02A65860, void, ScreenSpaceReflectionResolutionParameter__ctor, (ScreenSpaceReflectionResolutionParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02A658C0, bool, ScreenSpaceReflections_IsEnabledAndSupported, (ScreenSpaceReflections * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A65AB0, void, ScreenSpaceReflections__ctor, (ScreenSpaceReflections * __this, MethodInfo * method)); DO_APP_FUNC(0x011B8EF0, DepthTextureMode__Enum, ScreenSpaceReflectionsRenderer_GetCameraFlags, (ScreenSpaceReflectionsRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A66010, void, ScreenSpaceReflectionsRenderer_CheckRT, (ScreenSpaceReflectionsRenderer * __this, RenderTexture * * rt, int32_t width, int32_t height, FilterMode__Enum filterMode, bool useMipMap, MethodInfo * method)); DO_APP_FUNC(0x02A66540, void, ScreenSpaceReflectionsRenderer_Render, (ScreenSpaceReflectionsRenderer * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A680B0, void, ScreenSpaceReflectionsRenderer_Release, (ScreenSpaceReflectionsRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A681D0, void, ScreenSpaceReflectionsRenderer__ctor, (ScreenSpaceReflectionsRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScreenSpaceReflectionsRenderer_QualityPreset__ctor, (ScreenSpaceReflectionsRenderer_QualityPreset * __this, MethodInfo * method)); DO_APP_FUNC(0x02A68560, bool, SubpixelMorphologicalAntialiasing_IsSupported, (SubpixelMorphologicalAntialiasing * __this, MethodInfo * method)); DO_APP_FUNC(0x02A685B0, void, SubpixelMorphologicalAntialiasing_Render, (SubpixelMorphologicalAntialiasing * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A68DA0, void, SubpixelMorphologicalAntialiasing__ctor, (SubpixelMorphologicalAntialiasing * __this, MethodInfo * method)); DO_APP_FUNC(0x02A68DB0, Vector2, TemporalAntialiasing_get_jitter, (TemporalAntialiasing * __this, MethodInfo * method)); DO_APP_FUNC(0x028D7810, void, TemporalAntialiasing_set_jitter, (TemporalAntialiasing * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x01365740, int32_t, TemporalAntialiasing_get_sampleIndex, (TemporalAntialiasing * __this, MethodInfo * method)); DO_APP_FUNC(0x01A728E0, void, TemporalAntialiasing_set_sampleIndex, (TemporalAntialiasing * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02A68DD0, bool, TemporalAntialiasing_IsSupported, (TemporalAntialiasing * __this, MethodInfo * method)); DO_APP_FUNC(0x011B8EF0, DepthTextureMode__Enum, TemporalAntialiasing_GetCameraFlags, (TemporalAntialiasing * __this, MethodInfo * method)); DO_APP_FUNC(0x01A71520, void, TemporalAntialiasing_ResetHistory, (TemporalAntialiasing * __this, MethodInfo * method)); DO_APP_FUNC(0x02A68EB0, Vector2, TemporalAntialiasing_GenerateRandomOffset, (TemporalAntialiasing * __this, MethodInfo * method)); DO_APP_FUNC(0x02A68F90, Matrix4x4, TemporalAntialiasing_GetJitteredProjectionMatrix, (TemporalAntialiasing * __this, Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x02A69260, void, TemporalAntialiasing_ConfigureJitteredProjectionMatrix, (TemporalAntialiasing * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A69440, void, TemporalAntialiasing_ConfigureStereoJitteredProjectionMatrices, (TemporalAntialiasing * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A69780, void, TemporalAntialiasing_GenerateHistoryName, (TemporalAntialiasing * __this, RenderTexture * rt, int32_t id, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A698F0, RenderTexture *, TemporalAntialiasing_CheckHistory, (TemporalAntialiasing * __this, int32_t id, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A69FC0, void, TemporalAntialiasing_Render, (TemporalAntialiasing * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A6A650, void, TemporalAntialiasing_Release, (TemporalAntialiasing * __this, MethodInfo * method)); DO_APP_FUNC(0x02A6A7B0, void, TemporalAntialiasing__ctor, (TemporalAntialiasing * __this, MethodInfo * method)); DO_APP_FUNC(0x02A6A960, void, VignetteModeParameter__ctor, (VignetteModeParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02A6A9C0, bool, Vignette_IsEnabledAndSupported, (Vignette * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A6AB50, void, Vignette__ctor, (Vignette * __this, MethodInfo * method)); DO_APP_FUNC(0x02A6B2D0, void, VignetteRenderer_Render, (VignetteRenderer * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A6B7E0, void, VignetteRenderer__ctor, (VignetteRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A6B820, void, HistogramMonitor_OnDisable, (HistogramMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, HistogramMonitor_NeedsHalfRes, (HistogramMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A6B920, bool, HistogramMonitor_ShaderResourcesAvailable, (HistogramMonitor * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A6B990, void, HistogramMonitor_Render, (HistogramMonitor * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A6C240, void, HistogramMonitor__ctor, (HistogramMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A6C260, bool, LightMeterMonitor_ShaderResourcesAvailable, (LightMeterMonitor * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A6C360, void, LightMeterMonitor_Render, (LightMeterMonitor * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A6CC10, void, LightMeterMonitor__ctor, (LightMeterMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, RenderTexture *, Monitor_1_get_output, (Monitor_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, Monitor_1_set_output, (Monitor_1 * __this, RenderTexture * value, MethodInfo * method)); DO_APP_FUNC(0x02A6CC30, bool, Monitor_1_IsRequestedAndSupported, (Monitor_1 * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Monitor_1_NeedsHalfRes, (Monitor_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A6CD20, void, Monitor_1_CheckOutput, (Monitor_1 * __this, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Monitor_1_OnEnable, (Monitor_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A6D0C0, void, Monitor_1_OnDisable, (Monitor_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Monitor_1__ctor, (Monitor_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A6D120, void, VectorscopeMonitor_OnDisable, (VectorscopeMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, VectorscopeMonitor_NeedsHalfRes, (VectorscopeMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A6D220, bool, VectorscopeMonitor_ShaderResourcesAvailable, (VectorscopeMonitor * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A6D290, void, VectorscopeMonitor_Render, (VectorscopeMonitor * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A6DC50, void, VectorscopeMonitor__ctor, (VectorscopeMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A6D120, void, WaveformMonitor_OnDisable, (WaveformMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, WaveformMonitor_NeedsHalfRes, (WaveformMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x02A6DC60, bool, WaveformMonitor_ShaderResourcesAvailable, (WaveformMonitor * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A6DCD0, void, WaveformMonitor_Render, (WaveformMonitor * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A6E890, void, WaveformMonitor__ctor, (WaveformMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ParameterOverride_OnEnable, (ParameterOverride * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ParameterOverride_OnDisable, (ParameterOverride * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ParameterOverride__ctor, (ParameterOverride * __this, MethodInfo * method)); DO_APP_FUNC(0x02A6E8A0, void, FloatParameter_Interp, (FloatParameter * __this, float from, float to, float t, MethodInfo * method)); DO_APP_FUNC(0x02A6E8C0, void, FloatParameter__ctor, (FloatParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02A6E920, void, IntParameter_Interp, (IntParameter * __this, int32_t from, int32_t to, float t, MethodInfo * method)); DO_APP_FUNC(0x02A6E950, void, IntParameter__ctor, (IntParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02A6E9B0, void, BoolParameter__ctor, (BoolParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02A6EA10, void, ColorParameter_Interp, (ColorParameter * __this, Color from, Color to, float t, MethodInfo * method)); DO_APP_FUNC(0x02A6EA80, Vector4, ColorParameter_op_Implicit, (ColorParameter * prop, MethodInfo * method)); DO_APP_FUNC(0x02A6EAD0, void, ColorParameter__ctor, (ColorParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02A6EB30, void, Vector2Parameter_Interp, (Vector2Parameter * __this, Vector2 from, Vector2 to, float t, MethodInfo * method)); DO_APP_FUNC(0x02A6EB80, Vector3, Vector2Parameter_op_Implicit, (Vector2Parameter * prop, MethodInfo * method)); DO_APP_FUNC(0x02A6EBB0, Vector4, Vector2Parameter_op_Implicit_1, (Vector2Parameter * prop, MethodInfo * method)); DO_APP_FUNC(0x02A6EC00, void, Vector2Parameter__ctor, (Vector2Parameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02A6EC60, void, Vector3Parameter_1_Interp, (Vector3Parameter_1 * __this, Vector3 from, Vector3 to, float t, MethodInfo * method)); DO_APP_FUNC(0x02A6ECB0, Vector2, Vector3Parameter_1_op_Implicit, (Vector3Parameter_1 * prop, MethodInfo * method)); DO_APP_FUNC(0x02A6ECE0, Vector4, Vector3Parameter_1_op_Implicit_1, (Vector3Parameter_1 * prop, MethodInfo * method)); DO_APP_FUNC(0x02A6ED40, void, Vector3Parameter_1__ctor, (Vector3Parameter_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A6EA10, void, Vector4Parameter_Interp, (Vector4Parameter * __this, Vector4 from, Vector4 to, float t, MethodInfo * method)); DO_APP_FUNC(0x02A6EDB0, Vector2, Vector4Parameter_op_Implicit, (Vector4Parameter * prop, MethodInfo * method)); DO_APP_FUNC(0x02A6EDE0, Vector3, Vector4Parameter_op_Implicit_1, (Vector4Parameter * prop, MethodInfo * method)); DO_APP_FUNC(0x02A6EE20, void, Vector4Parameter__ctor, (Vector4Parameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02A6EE80, void, SplineParameter_OnEnable, (SplineParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02A6EEA0, void, SplineParameter_SetValue, (SplineParameter * __this, ParameterOverride * parameter, MethodInfo * method)); DO_APP_FUNC(0x02A6EFC0, void, SplineParameter_Interp, (SplineParameter * __this, Spline * from, Spline * to, float t, MethodInfo * method)); DO_APP_FUNC(0x02A6F190, void, SplineParameter__ctor, (SplineParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02A6F1F0, void, TextureParameter_Interp, (TextureParameter * __this, Texture * from, Texture * to, float t, MethodInfo * method)); DO_APP_FUNC(0x02A6FDF0, void, TextureParameter__ctor, (TextureParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, PostProcessAttribute *, PostProcessBundle_get_attribute, (PostProcessBundle * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, PostProcessBundle_set_attribute, (PostProcessBundle * __this, PostProcessAttribute * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, PostProcessEffectSettings *, PostProcessBundle_get_settings, (PostProcessBundle * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, PostProcessBundle_set_settings, (PostProcessBundle * __this, PostProcessEffectSettings * value, MethodInfo * method)); DO_APP_FUNC(0x02A6FE50, PostProcessEffectRenderer *, PostProcessBundle_get_renderer, (PostProcessBundle * __this, MethodInfo * method)); DO_APP_FUNC(0x02A6FFC0, void, PostProcessBundle__ctor, (PostProcessBundle * __this, PostProcessEffectSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x02A700F0, void, PostProcessBundle_Release, (PostProcessBundle * __this, MethodInfo * method)); DO_APP_FUNC(0x02A70160, void, PostProcessBundle_ResetHistory, (PostProcessBundle * __this, MethodInfo * method)); DO_APP_FUNC(0x02A70180, void, PostProcessDebug_OnEnable, (PostProcessDebug * __this, MethodInfo * method)); DO_APP_FUNC(0x02A702E0, void, PostProcessDebug_OnDisable, (PostProcessDebug * __this, MethodInfo * method)); DO_APP_FUNC(0x02A704B0, void, PostProcessDebug_Update, (PostProcessDebug * __this, MethodInfo * method)); DO_APP_FUNC(0x02A704C0, void, PostProcessDebug_Reset, (PostProcessDebug * __this, MethodInfo * method)); DO_APP_FUNC(0x02A70550, void, PostProcessDebug_UpdateStates, (PostProcessDebug * __this, MethodInfo * method)); DO_APP_FUNC(0x02A70BB0, void, PostProcessDebug_OnPostRender, (PostProcessDebug * __this, MethodInfo * method)); DO_APP_FUNC(0x02A70F40, void, PostProcessDebug_OnGUI, (PostProcessDebug * __this, MethodInfo * method)); DO_APP_FUNC(0x02A71190, void, PostProcessDebug_DrawMonitor, (PostProcessDebug * __this, Rect * rect, Monitor_1 * monitor, bool enabled, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, PostProcessDebug__ctor, (PostProcessDebug * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, RenderTexture *, PostProcessDebugLayer_get_debugOverlayTarget, (PostProcessDebugLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, PostProcessDebugLayer_set_debugOverlayTarget, (PostProcessDebugLayer * __this, RenderTexture * value, MethodInfo * method)); DO_APP_FUNC(0x00434A10, bool, PostProcessDebugLayer_get_debugOverlayActive, (PostProcessDebugLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x005391A0, void, PostProcessDebugLayer_set_debugOverlayActive, (PostProcessDebugLayer * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00A528F0, DebugOverlay__Enum, PostProcessDebugLayer_get_debugOverlay, (PostProcessDebugLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x0111DDC0, void, PostProcessDebugLayer_set_debugOverlay, (PostProcessDebugLayer * __this, DebugOverlay__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02A713B0, void, PostProcessDebugLayer_OnEnable, (PostProcessDebugLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A71800, void, PostProcessDebugLayer_OnDisable, (PostProcessDebugLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A719A0, void, PostProcessDebugLayer_DestroyDebugOverlayTarget, (PostProcessDebugLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A71A50, void, PostProcessDebugLayer_RequestMonitorPass, (PostProcessDebugLayer * __this, MonitorType__Enum monitor, MethodInfo * method)); DO_APP_FUNC(0x0111DDC0, void, PostProcessDebugLayer_RequestDebugOverlay, (PostProcessDebugLayer * __this, DebugOverlay__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02A71AC0, void, PostProcessDebugLayer_SetFrameSize, (PostProcessDebugLayer * __this, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02A71AD0, void, PostProcessDebugLayer_PushDebugOverlay, (PostProcessDebugLayer * __this, CommandBuffer * cmd, RenderTargetIdentifier source, PropertySheet * sheet, int32_t pass, MethodInfo * method)); DO_APP_FUNC(0x02A72080, DepthTextureMode__Enum, PostProcessDebugLayer_GetCameraFlags, (PostProcessDebugLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A720B0, void, PostProcessDebugLayer_RenderMonitors, (PostProcessDebugLayer * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A72710, void, PostProcessDebugLayer_RenderSpecialOverlays, (PostProcessDebugLayer * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A72CE0, void, PostProcessDebugLayer_EndFrame, (PostProcessDebugLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PostProcessDebugLayer__ctor, (PostProcessDebugLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A72E80, void, PostProcessDebugLayer_OverlaySettings__ctor, (PostProcessDebugLayer_OverlaySettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PostProcessEffectRenderer_Init, (PostProcessEffectRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, DepthTextureMode__Enum, PostProcessEffectRenderer_GetCameraFlags, (PostProcessEffectRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD40, void, PostProcessEffectRenderer_ResetHistory, (PostProcessEffectRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x01358D10, void, PostProcessEffectRenderer_Release, (PostProcessEffectRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD40, void, PostProcessEffectRenderer__ctor, (PostProcessEffectRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A72EA0, void, PostProcessEffectSettings_OnEnable, (PostProcessEffectSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02A73500, void, PostProcessEffectSettings_OnDisable, (PostProcessEffectSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02A73700, void, PostProcessEffectSettings_SetAllOverridesTo, (PostProcessEffectSettings * __this, bool state, bool excludeEnabled, MethodInfo * method)); DO_APP_FUNC(0x02A73920, bool, PostProcessEffectSettings_IsEnabledAndSupported, (PostProcessEffectSettings * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A73940, int32_t, PostProcessEffectSettings_GetHash, (PostProcessEffectSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02A73B60, void, PostProcessEffectSettings__ctor, (PostProcessEffectSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02A73C60, ParameterOverride *, PostProcessEffectSettings__OnEnable_b__3_2, (PostProcessEffectSettings * __this, FieldInfo_1 * t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55398, PostProcessEffectSettings__OnEnable_b__3_2__MethodInfo); DO_APP_FUNC(0x02A73D00, void, PostProcessEffectSettings_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PostProcessEffectSettings_c__ctor, (PostProcessEffectSettings_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02A73DB0, bool, PostProcessEffectSettings_c__OnEnable_b__3_0, (PostProcessEffectSettings_c * __this, FieldInfo_1 * t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C553B0, PostProcessEffectSettings_c__OnEnable_b__3_0__MethodInfo); DO_APP_FUNC(0x00FC6C90, int32_t, PostProcessEffectSettings_c__OnEnable_b__3_1, (PostProcessEffectSettings_c * __this, FieldInfo_1 * t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C553C0, PostProcessEffectSettings_c__OnEnable_b__3_1__MethodInfo); DO_APP_FUNC(0x00AE0730, bool, PostProcessEventComparer_Equals, (PostProcessEventComparer * __this, PostProcessEvent__Enum x, PostProcessEvent__Enum y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, PostProcessEventComparer_GetHashCode, (PostProcessEventComparer * __this, PostProcessEvent__Enum obj, MethodInfo * method)); DO_APP_FUNC(0x00A90540, Dictionary_2_UnityEngine_Rendering_PostProcessing_PostProcessEvent_List_1_UnityEngine_Rendering_PostProcessing_PostProcessLayer_SerializedBundleRef_ *, PostProcessLayer_get_sortedBundles, (PostProcessLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90550, void, PostProcessLayer_set_sortedBundles, (PostProcessLayer * __this, Dictionary_2_UnityEngine_Rendering_PostProcessing_PostProcessEvent_List_1_UnityEngine_Rendering_PostProcessing_PostProcessLayer_SerializedBundleRef_ * value, MethodInfo * method)); DO_APP_FUNC(0x0101D6E0, DepthTextureMode__Enum, PostProcessLayer_get_cameraDepthFlags, (PostProcessLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D6F0, void, PostProcessLayer_set_cameraDepthFlags, (PostProcessLayer * __this, DepthTextureMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0234D2A0, bool, PostProcessLayer_get_haveBundlesBeenInited, (PostProcessLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A73E70, void, PostProcessLayer_set_haveBundlesBeenInited, (PostProcessLayer * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02A73E80, void, PostProcessLayer_OnEnable, (PostProcessLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A74250, void, PostProcessLayer_InitLegacy, (PostProcessLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A74890, bool, PostProcessLayer_DynamicResolutionAllowsFinalBlitToCameraTarget, (PostProcessLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A74990, void, PostProcessLayer_OnRenderImage, (PostProcessLayer * __this, RenderTexture * src, RenderTexture * dst, MethodInfo * method)); DO_APP_FUNC(0x02A74A50, void, PostProcessLayer_Init, (PostProcessLayer * __this, PostProcessResources * resources, MethodInfo * method)); DO_APP_FUNC(0x02A74C90, void, PostProcessLayer_InitBundles, (PostProcessLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A75440, void, PostProcessLayer_UpdateBundleSortList, (PostProcessLayer * __this, List_1_UnityEngine_Rendering_PostProcessing_PostProcessLayer_SerializedBundleRef_ * sortedList, PostProcessEvent__Enum evt, MethodInfo * method)); DO_APP_FUNC(0x02A75DC0, void, PostProcessLayer_OnDisable, (PostProcessLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x01D9BF10, void, PostProcessLayer_Reset, (PostProcessLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A76470, void, PostProcessLayer_OnPreCull, (PostProcessLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A77130, void, PostProcessLayer_OnPreRender, (PostProcessLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, PostProcessLayer_RequiresInitialBlit, (Camera * camera, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A771F0, void, PostProcessLayer_UpdateSrcDstForOpaqueOnly, (PostProcessLayer * __this, int32_t * src, int32_t * dst, PostProcessRenderContext * context, RenderTargetIdentifier cameraTarget, int32_t opaqueOnlyEffectsRemaining, MethodInfo * method)); DO_APP_FUNC(0x02A77400, void, PostProcessLayer_BuildCommandBuffers, (PostProcessLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A78800, void, PostProcessLayer_OnPostRender, (PostProcessLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A78A80, PostProcessBundle *, PostProcessLayer_GetBundle, (PostProcessLayer * __this, Type * settingsType, MethodInfo * method)); DO_APP_FUNC(0x02A78AE0, void, PostProcessLayer_BakeMSVOMap, (PostProcessLayer * __this, CommandBuffer * cmd, Camera * camera, RenderTargetIdentifier destination, Nullable_1_UnityEngine_Rendering_RenderTargetIdentifier_ depthMap, bool invert, bool isMSAA, MethodInfo * method)); DO_APP_FUNC(0x02A78CE0, void, PostProcessLayer_OverrideSettings, (PostProcessLayer * __this, List_1_UnityEngine_Rendering_PostProcessing_PostProcessEffectSettings_ * baseSettings, float interpFactor, MethodInfo * method)); DO_APP_FUNC(0x02A78F70, void, PostProcessLayer_SetLegacyCameraFlags, (PostProcessLayer * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A79310, void, PostProcessLayer_ResetHistory, (PostProcessLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x02A794C0, bool, PostProcessLayer_HasOpaqueOnlyEffects, (PostProcessLayer * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A794D0, bool, PostProcessLayer_HasActiveEffects, (PostProcessLayer * __this, PostProcessEvent__Enum evt, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A79710, void, PostProcessLayer_SetupContext, (PostProcessLayer * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A79DA0, void, PostProcessLayer_UpdateVolumeSystem, (PostProcessLayer * __this, Camera * cam, CommandBuffer * cmd, MethodInfo * method)); DO_APP_FUNC(0x02A79F70, void, PostProcessLayer_RenderOpaqueOnly, (PostProcessLayer * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A7A070, void, PostProcessLayer_Render, (PostProcessLayer * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A7AE70, int32_t, PostProcessLayer_RenderInjectionPoint, (PostProcessLayer * __this, PostProcessEvent__Enum evt, PostProcessRenderContext * context, String * marker, int32_t releaseTargetAfterUse, MethodInfo * method)); DO_APP_FUNC(0x02A7B100, void, PostProcessLayer_RenderList, (PostProcessLayer * __this, List_1_UnityEngine_Rendering_PostProcessing_PostProcessLayer_SerializedBundleRef_ * list, PostProcessRenderContext * context, String * marker, MethodInfo * method)); DO_APP_FUNC(0x02A7B890, void, PostProcessLayer_ApplyFlip, (PostProcessLayer * __this, PostProcessRenderContext * context, MaterialPropertyBlock * properties, MethodInfo * method)); DO_APP_FUNC(0x02A7B9A0, void, PostProcessLayer_ApplyDefaultFlip, (PostProcessLayer * __this, MaterialPropertyBlock * properties, MethodInfo * method)); DO_APP_FUNC(0x02A7BAC0, int32_t, PostProcessLayer_RenderBuiltins, (PostProcessLayer * __this, PostProcessRenderContext * context, bool isFinalPass, int32_t releaseTargetAfterUse, int32_t eye, MethodInfo * method)); DO_APP_FUNC(0x02A7C790, void, PostProcessLayer_RenderFinalPass, (PostProcessLayer * __this, PostProcessRenderContext * context, int32_t releaseTargetAfterUse, int32_t eye, MethodInfo * method)); DO_APP_FUNC(0x02A7D370, bool, PostProcessLayer_ShouldGenerateLogHistogram, (PostProcessLayer * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A7D420, void, PostProcessLayer__ctor, (PostProcessLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PostProcessLayer_SerializedBundleRef__ctor, (PostProcessLayer_SerializedBundleRef * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PostProcessLayer_c_DisplayClass54_0__ctor, (PostProcessLayer_c_DisplayClass54_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A7D6B0, bool, PostProcessLayer_c_DisplayClass54_0__UpdateBundleSortList_b__0, (PostProcessLayer_c_DisplayClass54_0 * __this, KeyValuePair_2_System_Type_UnityEngine_Rendering_PostProcessing_PostProcessBundle_ kvp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55028, PostProcessLayer_c_DisplayClass54_0__UpdateBundleSortList_b__0__MethodInfo); DO_APP_FUNC(0x02A7D730, bool, PostProcessLayer_c_DisplayClass54_0__UpdateBundleSortList_b__2, (PostProcessLayer_c_DisplayClass54_0 * __this, PostProcessLayer_SerializedBundleRef * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55030, PostProcessLayer_c_DisplayClass54_0__UpdateBundleSortList_b__2__MethodInfo); DO_APP_FUNC(0x003AC050, void, PostProcessLayer_c_DisplayClass54_1__ctor, (PostProcessLayer_c_DisplayClass54_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A7D890, bool, PostProcessLayer_c_DisplayClass54_1__UpdateBundleSortList_b__3, (PostProcessLayer_c_DisplayClass54_1 * __this, PostProcessBundle * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54EB8, PostProcessLayer_c_DisplayClass54_1__UpdateBundleSortList_b__3__MethodInfo); DO_APP_FUNC(0x003AC050, void, PostProcessLayer_c_DisplayClass54_2__ctor, (PostProcessLayer_c_DisplayClass54_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x005D7E90, bool, PostProcessLayer_c_DisplayClass54_2__UpdateBundleSortList_b__4, (PostProcessLayer_c_DisplayClass54_2 * __this, PostProcessLayer_SerializedBundleRef * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55040, PostProcessLayer_c_DisplayClass54_2__UpdateBundleSortList_b__4__MethodInfo); DO_APP_FUNC(0x003AC050, void, PostProcessLayer_c_DisplayClass54_3__ctor, (PostProcessLayer_c_DisplayClass54_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A7D890, bool, PostProcessLayer_c_DisplayClass54_3__UpdateBundleSortList_b__5, (PostProcessLayer_c_DisplayClass54_3 * __this, PostProcessBundle * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55050, PostProcessLayer_c_DisplayClass54_3__UpdateBundleSortList_b__5__MethodInfo); DO_APP_FUNC(0x02A7D920, void, PostProcessLayer_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PostProcessLayer_c__ctor, (PostProcessLayer_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02A7D9D0, PostProcessBundle *, PostProcessLayer_c__UpdateBundleSortList_b__54_1, (PostProcessLayer_c * __this, KeyValuePair_2_System_Type_UnityEngine_Rendering_PostProcessing_PostProcessBundle_ kvp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C550B0, PostProcessLayer_c__UpdateBundleSortList_b__54_1__MethodInfo); DO_APP_FUNC(0x02A7DA10, PostProcessManager *, PostProcessManager_get_instance, (MethodInfo * method)); DO_APP_FUNC(0x02A7DB00, void, PostProcessManager__ctor, (PostProcessManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02A7DFA0, void, PostProcessManager_CleanBaseTypes, (PostProcessManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02A7E190, void, PostProcessManager_ReloadBaseTypes, (PostProcessManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02A7E7B0, void, PostProcessManager_GetActiveVolumes, (PostProcessManager * __this, PostProcessLayer * layer, List_1_UnityEngine_Rendering_PostProcessing_PostProcessVolume_ * results, bool skipDisabled, bool skipZeroWeight, MethodInfo * method)); DO_APP_FUNC(0x02A7F0C0, PostProcessVolume *, PostProcessManager_GetHighestPriorityVolume, (PostProcessManager * __this, PostProcessLayer * layer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54E10, PostProcessManager_GetHighestPriorityVolume__MethodInfo); DO_APP_FUNC(0x02A7F220, PostProcessVolume *, PostProcessManager_GetHighestPriorityVolume_1, (PostProcessManager * __this, LayerMask mask, MethodInfo * method)); DO_APP_FUNC(0x02A7F400, PostProcessVolume *, PostProcessManager_QuickVolume, (PostProcessManager * __this, int32_t layer, float priority, PostProcessEffectSettings__Array * settings, MethodInfo * method)); DO_APP_FUNC(0x02A7F680, void, PostProcessManager_SetLayerDirty, (PostProcessManager * __this, int32_t layer, MethodInfo * method)); DO_APP_FUNC(0x02A7F860, void, PostProcessManager_UpdateVolumeLayer, (PostProcessManager * __this, PostProcessVolume * volume, int32_t prevLayer, int32_t newLayer, MethodInfo * method)); DO_APP_FUNC(0x02A7F8C0, void, PostProcessManager_Register, (PostProcessManager * __this, PostProcessVolume * volume, int32_t layer, MethodInfo * method)); DO_APP_FUNC(0x02A7FAD0, void, PostProcessManager_Register_1, (PostProcessManager * __this, PostProcessVolume * volume, MethodInfo * method)); DO_APP_FUNC(0x02A7FBA0, void, PostProcessManager_Unregister, (PostProcessManager * __this, PostProcessVolume * volume, int32_t layer, MethodInfo * method)); DO_APP_FUNC(0x02A7FDA0, void, PostProcessManager_Unregister_1, (PostProcessManager * __this, PostProcessVolume * volume, MethodInfo * method)); DO_APP_FUNC(0x02A7FE80, void, PostProcessManager_ReplaceData, (PostProcessManager * __this, PostProcessLayer * postProcessLayer, MethodInfo * method)); DO_APP_FUNC(0x02A80170, void, PostProcessManager_UpdateSettings, (PostProcessManager * __this, PostProcessLayer * postProcessLayer, Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x02A80B40, List_1_UnityEngine_Rendering_PostProcessing_PostProcessVolume_ *, PostProcessManager_GrabVolumes, (PostProcessManager * __this, LayerMask mask, MethodInfo * method)); DO_APP_FUNC(0x02A810C0, void, PostProcessManager_SortByPriority, (List_1_UnityEngine_Rendering_PostProcessing_PostProcessVolume_ * volumes, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, PostProcessManager_IsVolumeRenderedByCamera, (PostProcessVolume * volume, Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x02A81200, void, PostProcessManager_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PostProcessManager_c__ctor, (PostProcessManager_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02A812B0, bool, PostProcessManager_c__ReloadBaseTypes_b__12_0, (PostProcessManager_c * __this, Type * t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54DC0, PostProcessManager_c__ReloadBaseTypes_b__12_0__MethodInfo); DO_APP_FUNC(0x02A81380, void, PostProcessProfile_OnEnable, (PostProcessProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02A81500, PostProcessEffectSettings *, PostProcessProfile_AddSettings, (PostProcessProfile * __this, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54D40, PostProcessProfile_AddSettings__MethodInfo); DO_APP_FUNC(0x02A81700, PostProcessEffectSettings *, PostProcessProfile_AddSettings_1, (PostProcessProfile * __this, PostProcessEffectSettings * effect, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54CF8, PostProcessProfile_AddSettings_1__MethodInfo); DO_APP_FUNC(0x02A817E0, void, PostProcessProfile_RemoveSettings, (PostProcessProfile * __this, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54D48, PostProcessProfile_RemoveSettings__MethodInfo); DO_APP_FUNC(0x02A81980, bool, PostProcessProfile_HasSettings, (PostProcessProfile * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02A81B30, void, PostProcessProfile__ctor, (PostProcessProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02A81C00, void, PostProcessProfile_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PostProcessProfile_c__ctor, (PostProcessProfile_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02A81CB0, bool, PostProcessProfile_c__OnEnable_b__2_0, (PostProcessProfile_c * __this, PostProcessEffectSettings * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54D28, PostProcessProfile_c__OnEnable_b__2_0__MethodInfo); DO_APP_FUNC(0x003B93C0, Camera *, PostProcessRenderContext_get_camera, (PostProcessRenderContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02A81DB0, void, PostProcessRenderContext_set_camera, (PostProcessRenderContext * __this, Camera * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, CommandBuffer *, PostProcessRenderContext_get_command, (PostProcessRenderContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, PostProcessRenderContext_set_command, (PostProcessRenderContext * __this, CommandBuffer * value, MethodInfo * method)); DO_APP_FUNC(0x02A82180, RenderTargetIdentifier, PostProcessRenderContext_get_source, (PostProcessRenderContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02A821A0, void, PostProcessRenderContext_set_source, (PostProcessRenderContext * __this, RenderTargetIdentifier value, MethodInfo * method)); DO_APP_FUNC(0x02A821C0, RenderTargetIdentifier, PostProcessRenderContext_get_destination, (PostProcessRenderContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02A821E0, void, PostProcessRenderContext_set_destination, (PostProcessRenderContext * __this, RenderTargetIdentifier value, MethodInfo * method)); DO_APP_FUNC(0x01B48D90, RenderTextureFormat__Enum, PostProcessRenderContext_get_sourceFormat, (PostProcessRenderContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07B40, void, PostProcessRenderContext_set_sourceFormat, (PostProcessRenderContext * __this, RenderTextureFormat__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01DC4450, bool, PostProcessRenderContext_get_flip, (PostProcessRenderContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02A82200, void, PostProcessRenderContext_set_flip, (PostProcessRenderContext * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C7020, PostProcessResources *, PostProcessRenderContext_get_resources, (PostProcessRenderContext * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE20, void, PostProcessRenderContext_set_resources, (PostProcessRenderContext * __this, PostProcessResources * value, MethodInfo * method)); DO_APP_FUNC(0x003C7030, PropertySheetFactory *, PostProcessRenderContext_get_propertySheets, (PostProcessRenderContext * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, PostProcessRenderContext_set_propertySheets, (PostProcessRenderContext * __this, PropertySheetFactory * value, MethodInfo * method)); DO_APP_FUNC(0x003C7040, Dictionary_2_System_String_System_Object_ *, PostProcessRenderContext_get_userData, (PostProcessRenderContext * __this, MethodInfo * method)); DO_APP_FUNC(0x00591040, void, PostProcessRenderContext_set_userData, (PostProcessRenderContext * __this, Dictionary_2_System_String_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x00A90540, PostProcessDebugLayer *, PostProcessRenderContext_get_debugLayer, (PostProcessRenderContext * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90550, void, PostProcessRenderContext_set_debugLayer, (PostProcessRenderContext * __this, PostProcessDebugLayer * value, MethodInfo * method)); DO_APP_FUNC(0x0101D6E0, int32_t, PostProcessRenderContext_get_width, (PostProcessRenderContext * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D6F0, void, PostProcessRenderContext_set_width, (PostProcessRenderContext * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0185B660, int32_t, PostProcessRenderContext_get_height, (PostProcessRenderContext * __this, MethodInfo * method)); DO_APP_FUNC(0x0185B670, void, PostProcessRenderContext_set_height, (PostProcessRenderContext * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0070E270, bool, PostProcessRenderContext_get_stereoActive, (PostProcessRenderContext * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E280, void, PostProcessRenderContext_set_stereoActive, (PostProcessRenderContext * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0070E360, int32_t, PostProcessRenderContext_get_xrActiveEye, (PostProcessRenderContext * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D1D0, void, PostProcessRenderContext_set_xrActiveEye, (PostProcessRenderContext * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0070E4E0, int32_t, PostProcessRenderContext_get_numberOfEyes, (PostProcessRenderContext * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D1E0, void, PostProcessRenderContext_set_numberOfEyes, (PostProcessRenderContext * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0070E660, PostProcessRenderContext_StereoRenderingMode__Enum, PostProcessRenderContext_get_stereoRenderingMode, (PostProcessRenderContext * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D1F0, void, PostProcessRenderContext_set_stereoRenderingMode, (PostProcessRenderContext * __this, PostProcessRenderContext_StereoRenderingMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0070E7E0, int32_t, PostProcessRenderContext_get_screenWidth, (PostProcessRenderContext * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D200, void, PostProcessRenderContext_set_screenWidth, (PostProcessRenderContext * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01B3E180, int32_t, PostProcessRenderContext_get_screenHeight, (PostProcessRenderContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01DDE280, void, PostProcessRenderContext_set_screenHeight, (PostProcessRenderContext * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01E07ED0, bool, PostProcessRenderContext_get_isSceneView, (PostProcessRenderContext * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC9110, void, PostProcessRenderContext_set_isSceneView, (PostProcessRenderContext * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01B3D850, PostProcessLayer_Antialiasing__Enum, PostProcessRenderContext_get_antialiasing, (PostProcessRenderContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01E8B170, void, PostProcessRenderContext_set_antialiasing, (PostProcessRenderContext * __this, PostProcessLayer_Antialiasing__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0070EC40, TemporalAntialiasing *, PostProcessRenderContext_get_temporalAntialiasing, (PostProcessRenderContext * __this, MethodInfo * method)); DO_APP_FUNC(0x00B481B0, void, PostProcessRenderContext_set_temporalAntialiasing, (PostProcessRenderContext * __this, TemporalAntialiasing * value, MethodInfo * method)); DO_APP_FUNC(0x02A82210, void, PostProcessRenderContext_Reset, (PostProcessRenderContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02A827F0, bool, PostProcessRenderContext_IsTemporalAntialiasingActive, (PostProcessRenderContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02A82830, bool, PostProcessRenderContext_IsDebugOverlayEnabled, (PostProcessRenderContext * __this, DebugOverlay__Enum overlay, MethodInfo * method)); DO_APP_FUNC(0x02A82860, void, PostProcessRenderContext_PushDebugOverlay, (PostProcessRenderContext * __this, CommandBuffer * cmd, RenderTargetIdentifier source, PropertySheet * sheet, int32_t pass, MethodInfo * method)); DO_APP_FUNC(0x02A828C0, RenderTextureDescriptor, PostProcessRenderContext_GetDescriptor, (PostProcessRenderContext * __this, int32_t depthBufferBits, RenderTextureFormat__Enum colorFormat, RenderTextureReadWrite__Enum readWrite, MethodInfo * method)); DO_APP_FUNC(0x02A82A50, void, PostProcessRenderContext_GetScreenSpaceTemporaryRT, (PostProcessRenderContext * __this, CommandBuffer * cmd, int32_t nameID, int32_t depthBufferBits, RenderTextureFormat__Enum colorFormat, RenderTextureReadWrite__Enum readWrite, FilterMode__Enum filter, int32_t widthOverride, int32_t heightOverride, MethodInfo * method)); DO_APP_FUNC(0x02A82B90, RenderTexture *, PostProcessRenderContext_GetScreenSpaceTemporaryRT_1, (PostProcessRenderContext * __this, int32_t depthBufferBits, RenderTextureFormat__Enum colorFormat, RenderTextureReadWrite__Enum readWrite, int32_t widthOverride, int32_t heightOverride, MethodInfo * method)); DO_APP_FUNC(0x02A82C20, void, PostProcessRenderContext_UpdateSinglePassStereoState, (PostProcessRenderContext * __this, bool isTAAEnabled, bool isAOEnabled, bool isSSREnabled, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PostProcessRenderContext__ctor, (PostProcessRenderContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, PostProcessResources__ctor, (PostProcessResources * __this, MethodInfo * method)); DO_APP_FUNC(0x02A82E00, PostProcessResources_Shaders *, PostProcessResources_Shaders_Clone, (PostProcessResources_Shaders * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PostProcessResources_Shaders__ctor, (PostProcessResources_Shaders * __this, MethodInfo * method)); DO_APP_FUNC(0x02A82E60, PostProcessResources_ComputeShaders *, PostProcessResources_ComputeShaders_Clone, (PostProcessResources_ComputeShaders * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PostProcessResources_ComputeShaders__ctor, (PostProcessResources_ComputeShaders * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PostProcessResources_SMAALuts__ctor, (PostProcessResources_SMAALuts * __this, MethodInfo * method)); DO_APP_FUNC(0x02A82EC0, PostProcessProfile *, PostProcessVolume_get_profile, (PostProcessVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, PostProcessVolume_set_profile, (PostProcessVolume * __this, PostProcessProfile * value, MethodInfo * method)); DO_APP_FUNC(0x02A83320, PostProcessProfile *, PostProcessVolume_get_profileRef, (PostProcessVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x02A83430, bool, PostProcessVolume_HasInstantiatedProfile, (PostProcessVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, PostProcessVolume_get_previousLayer, (PostProcessVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x02A83530, void, PostProcessVolume_OnEnable, (PostProcessVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x02A83760, void, PostProcessVolume_OnDisable, (PostProcessVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x02A83850, void, PostProcessVolume_Update, (PostProcessVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x02A83990, void, PostProcessVolume_OnDrawGizmos, (PostProcessVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x008E0700, void, PostProcessVolume__ctor, (PostProcessVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x02A847B0, float, ColorUtilities_1_StandardIlluminantY, (float x, MethodInfo * method)); DO_APP_FUNC(0x02A847E0, Vector3, ColorUtilities_1_CIExyToLMS, (float x, float y, MethodInfo * method)); DO_APP_FUNC(0x02A84870, Vector3, ColorUtilities_1_ComputeColorBalance, (float temperature, float tint, MethodInfo * method)); DO_APP_FUNC(0x02A84990, Vector3, ColorUtilities_1_ColorToLift, (Vector4 color, MethodInfo * method)); DO_APP_FUNC(0x02A84A00, Vector3, ColorUtilities_1_ColorToInverseGamma, (Vector4 color, MethodInfo * method)); DO_APP_FUNC(0x02A84AB0, Vector3, ColorUtilities_1_ColorToGain, (Vector4 color, MethodInfo * method)); DO_APP_FUNC(0x02A84B20, float, ColorUtilities_1_LogCToLinear, (float x, MethodInfo * method)); DO_APP_FUNC(0x02A84B80, float, ColorUtilities_1_LinearToLogC, (float x, MethodInfo * method)); DO_APP_FUNC(0x02A84BD0, uint32_t, ColorUtilities_1_ToHex, (Color c, MethodInfo * method)); DO_APP_FUNC(0x02A84C60, Color, ColorUtilities_1_ToRGBA, (uint32_t hex, MethodInfo * method)); DO_APP_FUNC(0x003BA3C0, float, HableCurve_1_get_whitePoint, (HableCurve_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA760, void, HableCurve_1_set_whitePoint, (HableCurve_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003BA310, float, HableCurve_1_get_inverseWhitePoint, (HableCurve_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA9C70, void, HableCurve_1_set_inverseWhitePoint, (HableCurve_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, HableCurve_1_get_x0, (HableCurve_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90F0, void, HableCurve_1_set_x0, (HableCurve_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA9C0, float, HableCurve_1_get_x1, (HableCurve_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA9D0, void, HableCurve_1_set_x1, (HableCurve_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02A84CE0, void, HableCurve_1__ctor, (HableCurve_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A84F40, float, HableCurve_1_Eval, (HableCurve_1 * __this, float x, MethodInfo * method)); DO_APP_FUNC(0x02A84FE0, void, HableCurve_1_Init, (HableCurve_1 * __this, float toeStrength, float toeLength, float shoulderStrength, float shoulderLength, float shoulderAngle, float gamma, MethodInfo * method)); DO_APP_FUNC(0x02A85220, void, HableCurve_1_InitSegments, (HableCurve_1 * __this, HableCurve_DirectParams_1 srcParams, MethodInfo * method)); DO_APP_FUNC(0x02A85760, void, HableCurve_1_SolveAB, (HableCurve_1 * __this, float * lnA, float * B, float x0, float y0, float m, MethodInfo * method)); DO_APP_FUNC(0x02A857D0, void, HableCurve_1_AsSlopeIntercept, (HableCurve_1 * __this, float * m, float * b, float x0, float x1, float y0, float y1, MethodInfo * method)); DO_APP_FUNC(0x02A85830, float, HableCurve_1_EvalDerivativeLinearGamma, (HableCurve_1 * __this, float m, float b, float g, float x, MethodInfo * method)); DO_APP_FUNC(0x02A85880, float, HableCurve_Segment_1_Eval, (HableCurve_Segment_1 * __this, float x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HableCurve_Segment_1__ctor, (HableCurve_Segment_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, HableCurve_Uniforms_1__ctor, (HableCurve_Uniforms_1 * __this, HableCurve_1 * parent, MethodInfo * method)); DO_APP_FUNC(0x02A858D0, Vector4, HableCurve_Uniforms_1_get_curve, (HableCurve_Uniforms_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A85910, Vector4, HableCurve_Uniforms_1_get_toeSegmentA, (HableCurve_Uniforms_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A85970, Vector4, HableCurve_Uniforms_1_get_toeSegmentB, (HableCurve_Uniforms_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A859C0, Vector4, HableCurve_Uniforms_1_get_midSegmentA, (HableCurve_Uniforms_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A85A20, Vector4, HableCurve_Uniforms_1_get_midSegmentB, (HableCurve_Uniforms_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A85A70, Vector4, HableCurve_Uniforms_1_get_shoSegmentA, (HableCurve_Uniforms_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A85AD0, Vector4, HableCurve_Uniforms_1_get_shoSegmentB, (HableCurve_Uniforms_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02A85B20, float, HaltonSeq_Get, (int32_t index, int32_t radix, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, ComputeBuffer *, LogHistogram_get_data, (LogHistogram * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LogHistogram_set_data, (LogHistogram * __this, ComputeBuffer * value, MethodInfo * method)); DO_APP_FUNC(0x02A85B80, void, LogHistogram_Generate, (LogHistogram * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A861C0, Vector4, LogHistogram_GetHistogramScaleOffsetRes, (LogHistogram * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A86210, void, LogHistogram_Release, (LogHistogram * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LogHistogram__ctor, (LogHistogram * __this, MethodInfo * method)); DO_APP_FUNC(0x02A862E0, void, MeshUtilities__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02A86600, Mesh *, MeshUtilities_GetColliderMesh, (Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x02A867A0, Mesh *, MeshUtilities_GetPrimitive, (PrimitiveType__Enum primitiveType, MethodInfo * method)); DO_APP_FUNC(0x02A869D0, Mesh *, MeshUtilities_GetBuiltinMesh, (PrimitiveType__Enum primitiveType, MethodInfo * method)); DO_APP_FUNC(0x02A86AF0, Exception *, PostProcessEffectRendererExtensions_RenderOrLog, (PostProcessEffectRenderer * self, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, MaterialPropertyBlock *, PropertySheet_get_properties, (PropertySheet * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, PropertySheet_set_properties, (PropertySheet * __this, MaterialPropertyBlock * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Material *, PropertySheet_get_material, (PropertySheet * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, PropertySheet_set_material, (PropertySheet * __this, Material * value, MethodInfo * method)); DO_APP_FUNC(0x02A86B60, void, PropertySheet__ctor, (PropertySheet * __this, Material * material, MethodInfo * method)); DO_APP_FUNC(0x02A86CB0, void, PropertySheet_ClearKeywords, (PropertySheet * __this, MethodInfo * method)); DO_APP_FUNC(0x02A86D10, void, PropertySheet_EnableKeyword, (PropertySheet * __this, String * keyword, MethodInfo * method)); DO_APP_FUNC(0x02A86D80, void, PropertySheet_DisableKeyword, (PropertySheet * __this, String * keyword, MethodInfo * method)); DO_APP_FUNC(0x02A86DF0, void, PropertySheet_Release, (PropertySheet * __this, MethodInfo * method)); DO_APP_FUNC(0x02A86EA0, void, PropertySheetFactory__ctor, (PropertySheetFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02A86F80, PropertySheet *, PropertySheetFactory_Get, (PropertySheetFactory * __this, String * shaderName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54C10, PropertySheetFactory_Get__MethodInfo); DO_APP_FUNC(0x02A87100, PropertySheet *, PropertySheetFactory_Get_1, (PropertySheetFactory * __this, Shader * shader, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54BE0, PropertySheetFactory_Get_1__MethodInfo); DO_APP_FUNC(0x02A87460, void, PropertySheetFactory_Release, (PropertySheetFactory * __this, MethodInfo * method)); DO_APP_FUNC(0x02A87770, Texture2D *, RuntimeUtilities_get_whiteTexture, (MethodInfo * method)); DO_APP_FUNC(0x02A87A10, Texture3D *, RuntimeUtilities_get_whiteTexture3D, (MethodInfo * method)); DO_APP_FUNC(0x02A87CE0, Texture2D *, RuntimeUtilities_get_blackTexture, (MethodInfo * method)); DO_APP_FUNC(0x02A87F90, Texture3D *, RuntimeUtilities_get_blackTexture3D, (MethodInfo * method)); DO_APP_FUNC(0x02A88260, Texture2D *, RuntimeUtilities_get_transparentTexture, (MethodInfo * method)); DO_APP_FUNC(0x02A88510, Texture3D *, RuntimeUtilities_get_transparentTexture3D, (MethodInfo * method)); DO_APP_FUNC(0x02A887E0, Texture2D *, RuntimeUtilities_GetLutStrip, (int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02A88C00, Mesh *, RuntimeUtilities_get_fullscreenTriangle, (MethodInfo * method)); DO_APP_FUNC(0x02A89130, Material *, RuntimeUtilities_get_copyStdMaterial, (MethodInfo * method)); DO_APP_FUNC(0x02A893F0, Material *, RuntimeUtilities_get_copyStdFromDoubleWideMaterial, (MethodInfo * method)); DO_APP_FUNC(0x02A896B0, Material *, RuntimeUtilities_get_copyMaterial, (MethodInfo * method)); DO_APP_FUNC(0x02A89970, Material *, RuntimeUtilities_get_copyFromTexArrayMaterial, (MethodInfo * method)); DO_APP_FUNC(0x02A89C30, PropertySheet *, RuntimeUtilities_get_copySheet, (MethodInfo * method)); DO_APP_FUNC(0x02A89D80, PropertySheet *, RuntimeUtilities_get_copyFromTexArraySheet, (MethodInfo * method)); DO_APP_FUNC(0x02A89ED0, bool, RuntimeUtilities_isValidResources, (MethodInfo * method)); DO_APP_FUNC(0x02A8A000, void, RuntimeUtilities_UpdateResources, (PostProcessResources * resources, MethodInfo * method)); DO_APP_FUNC(0x02A8A3C0, void, RuntimeUtilities_SetRenderTargetWithLoadStoreAction, (CommandBuffer * cmd, RenderTargetIdentifier rt, RenderBufferLoadAction__Enum loadAction, RenderBufferStoreAction__Enum storeAction, MethodInfo * method)); DO_APP_FUNC(0x02A8A410, void, RuntimeUtilities_SetRenderTargetWithLoadStoreAction_1, (CommandBuffer * cmd, RenderTargetIdentifier rt, RenderBufferLoadAction__Enum loadAction, RenderBufferStoreAction__Enum storeAction, RenderBufferLoadAction__Enum depthLoadAction, RenderBufferStoreAction__Enum depthStoreAction, MethodInfo * method)); DO_APP_FUNC(0x02A8A470, void, RuntimeUtilities_SetRenderTargetWithLoadStoreAction_2, (CommandBuffer * cmd, RenderTargetIdentifier color, RenderBufferLoadAction__Enum colorLoadAction, RenderBufferStoreAction__Enum colorStoreAction, RenderTargetIdentifier depth, RenderBufferLoadAction__Enum depthLoadAction, RenderBufferStoreAction__Enum depthStoreAction, MethodInfo * method)); DO_APP_FUNC(0x02A8A500, void, RuntimeUtilities_BlitFullscreenTriangle, (CommandBuffer * cmd, RenderTargetIdentifier source, RenderTargetIdentifier destination, bool clear, Nullable_1_UnityEngine_Rect_ viewport, bool preserveDepth, MethodInfo * method)); DO_APP_FUNC(0x02A8A8E0, void, RuntimeUtilities_BlitFullscreenTriangle_1, (CommandBuffer * cmd, RenderTargetIdentifier source, RenderTargetIdentifier destination, PropertySheet * propertySheet, int32_t pass, RenderBufferLoadAction__Enum loadAction, Nullable_1_UnityEngine_Rect_ viewport, bool preserveDepth, MethodInfo * method)); DO_APP_FUNC(0x02A8ACB0, void, RuntimeUtilities_BlitFullscreenTriangle_2, (CommandBuffer * cmd, RenderTargetIdentifier source, RenderTargetIdentifier destination, PropertySheet * propertySheet, int32_t pass, bool clear, Nullable_1_UnityEngine_Rect_ viewport, bool preserveDepth, MethodInfo * method)); DO_APP_FUNC(0x02A8ADE0, void, RuntimeUtilities_BlitFullscreenTriangleFromDoubleWide, (CommandBuffer * cmd, RenderTargetIdentifier source, RenderTargetIdentifier destination, Material * material, int32_t pass, int32_t eye, MethodInfo * method)); DO_APP_FUNC(0x02A8AFB0, void, RuntimeUtilities_BlitFullscreenTriangleToDoubleWide, (CommandBuffer * cmd, RenderTargetIdentifier source, RenderTargetIdentifier destination, PropertySheet * propertySheet, int32_t pass, int32_t eye, MethodInfo * method)); DO_APP_FUNC(0x02A8B250, void, RuntimeUtilities_BlitFullscreenTriangleFromTexArray, (CommandBuffer * cmd, RenderTargetIdentifier source, RenderTargetIdentifier destination, PropertySheet * propertySheet, int32_t pass, bool clear, int32_t depthSlice, MethodInfo * method)); DO_APP_FUNC(0x02A8B630, void, RuntimeUtilities_BlitFullscreenTriangleToTexArray, (CommandBuffer * cmd, RenderTargetIdentifier source, RenderTargetIdentifier destination, PropertySheet * propertySheet, int32_t pass, bool clear, int32_t depthSlice, MethodInfo * method)); DO_APP_FUNC(0x02A8BA20, void, RuntimeUtilities_BlitFullscreenTriangle_3, (CommandBuffer * cmd, RenderTargetIdentifier source, RenderTargetIdentifier destination, RenderTargetIdentifier depth, PropertySheet * propertySheet, int32_t pass, bool clear, Nullable_1_UnityEngine_Rect_ viewport, MethodInfo * method)); DO_APP_FUNC(0x02A8BE40, void, RuntimeUtilities_BlitFullscreenTriangle_4, (CommandBuffer * cmd, RenderTargetIdentifier source, RenderTargetIdentifier__Array * destinations, RenderTargetIdentifier depth, PropertySheet * propertySheet, int32_t pass, bool clear, Nullable_1_UnityEngine_Rect_ viewport, MethodInfo * method)); DO_APP_FUNC(0x02A8C1A0, void, RuntimeUtilities_BuiltinBlit, (CommandBuffer * cmd, RenderTargetIdentifier source, RenderTargetIdentifier destination, MethodInfo * method)); DO_APP_FUNC(0x02A8C310, void, RuntimeUtilities_BuiltinBlit_1, (CommandBuffer * cmd, RenderTargetIdentifier source, RenderTargetIdentifier destination, Material * mat, int32_t pass, MethodInfo * method)); DO_APP_FUNC(0x02A8C5D0, void, RuntimeUtilities_CopyTexture, (CommandBuffer * cmd, RenderTargetIdentifier source, RenderTargetIdentifier destination, MethodInfo * method)); DO_APP_FUNC(0x02A8C830, bool, RuntimeUtilities_get_scriptableRenderPipelineActive, (MethodInfo * method)); DO_APP_FUNC(0x02A8C9E0, bool, RuntimeUtilities_get_supportsDeferredShading, (MethodInfo * method)); DO_APP_FUNC(0x02A8CA80, bool, RuntimeUtilities_get_supportsDepthNormals, (MethodInfo * method)); DO_APP_FUNC(0x02A8CB20, bool, RuntimeUtilities_get_isSinglePassStereoEnabled, (MethodInfo * method)); DO_APP_FUNC(0x02A8CB90, bool, RuntimeUtilities_get_isVREnabled, (MethodInfo * method)); DO_APP_FUNC(0x02A8CBE0, bool, RuntimeUtilities_get_isAndroidOpenGL, (MethodInfo * method)); DO_APP_FUNC(0x02A8CC80, bool, RuntimeUtilities_get_isWebNonWebGPU, (MethodInfo * method)); DO_APP_FUNC(0x01BD8AC0, RenderTextureFormat__Enum, RuntimeUtilities_get_defaultHDRRenderTextureFormat, (MethodInfo * method)); DO_APP_FUNC(0x02A8CCD0, bool, RuntimeUtilities_isFloatingPointFormat, (RenderTextureFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02A8CCF0, bool, RuntimeUtilities_hasAlpha, (RenderTextureFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02A8CD90, void, RuntimeUtilities_Destroy, (Object_1 * obj, MethodInfo * method)); DO_APP_FUNC(0x02A8CEB0, bool, RuntimeUtilities_get_isLinearColorSpace, (MethodInfo * method)); DO_APP_FUNC(0x02A8CF00, bool, RuntimeUtilities_IsResolvedDepthAvailable, (Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x02A8CFE0, void, RuntimeUtilities_DestroyProfile, (PostProcessProfile * profile, bool destroyEffects, MethodInfo * method)); DO_APP_FUNC(0x02A8D1B0, void, RuntimeUtilities_DestroyVolume, (PostProcessVolume * volume, bool destroyProfile, bool destroyGameObject, MethodInfo * method)); DO_APP_FUNC(0x02A8D2D0, bool, RuntimeUtilities_IsPostProcessingActive, (PostProcessLayer * layer, MethodInfo * method)); DO_APP_FUNC(0x02A8D410, bool, RuntimeUtilities_IsTemporalAntialiasingActive, (PostProcessLayer * layer, MethodInfo * method)); DO_APP_FUNC(0x02A8D5A0, bool, RuntimeUtilities_IsDynamicResolutionEnabled, (Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x02A8D7E0, float, RuntimeUtilities_Exp2, (float x, MethodInfo * method)); DO_APP_FUNC(0x02A8D7F0, Matrix4x4, RuntimeUtilities_GetJitteredPerspectiveProjectionMatrix, (Camera * camera, Vector2 offset, MethodInfo * method)); DO_APP_FUNC(0x02A8DB10, Matrix4x4, RuntimeUtilities_GetJitteredOrthographicProjectionMatrix, (Camera * camera, Vector2 offset, MethodInfo * method)); DO_APP_FUNC(0x02A8DE60, Matrix4x4, RuntimeUtilities_GenerateJitteredProjectionMatrixFromOriginal, (PostProcessRenderContext * context, Matrix4x4 origProj, Vector2 jitter, MethodInfo * method)); DO_APP_FUNC(0x02A8E0D0, IEnumerable_1_System_Type_ *, RuntimeUtilities_GetAllAssemblyTypes, (MethodInfo * method)); DO_APP_FUNC(0x02A8E420, void, RuntimeUtilities__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02A8E520, void, RuntimeUtilities_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RuntimeUtilities_c__ctor, (RuntimeUtilities_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02A8E5D0, IEnumerable_1_System_Type_ *, RuntimeUtilities_c__GetAllAssemblyTypes_b__93_0, (RuntimeUtilities_c * __this, Assembly * t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54AD0, RuntimeUtilities_c__GetAllAssemblyTypes_b__93_0__MethodInfo); DO_APP_FUNC(0x02A8E650, void, ShaderIDs__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02A91E90, void, Spline__ctor, (Spline * __this, AnimationCurve * curve, float zeroValue, bool loop, Vector2 bounds, MethodInfo * method)); DO_APP_FUNC(0x02A91FC0, void, Spline_Cache, (Spline * __this, int32_t frame, MethodInfo * method)); DO_APP_FUNC(0x02A92340, float, Spline_Evaluate, (Spline * __this, float t, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02A92380, float, Spline_Evaluate_1, (Spline * __this, float t, MethodInfo * method)); DO_APP_FUNC(0x02A92440, int32_t, Spline_GetHashCode, (Spline * __this, MethodInfo * method)); DO_APP_FUNC(0x02A92470, void, TargetPool__ctor, (TargetPool * __this, MethodInfo * method)); DO_APP_FUNC(0x02A92540, int32_t, TargetPool_Get, (TargetPool * __this, MethodInfo * method)); DO_APP_FUNC(0x02A92560, int32_t, TargetPool_Get_1, (TargetPool * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x00A81020, void, TargetPool_Reset, (TargetPool * __this, MethodInfo * method)); DO_APP_FUNC(0x02A927A0, void, TextureFormatUtilities__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02A93CB0, bool, TextureFormatUtilities_IsObsolete, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x02A93E00, RenderTextureFormat__Enum, TextureFormatUtilities_GetUncompressedRenderTextureFormat, (Texture * texture, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55ED0, TextureFormatUtilities_GetUncompressedRenderTextureFormat__MethodInfo); DO_APP_FUNC(0x02A94060, bool, TextureFormatUtilities_IsSupported, (RenderTextureFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02A94140, bool, TextureFormatUtilities_IsSupported_1, (TextureFormat__Enum format, MethodInfo * method)); DO_APP_FUNC(0x02A94220, TextureLerper *, TextureLerper_get_instance, (MethodInfo * method)); DO_APP_FUNC(0x02A94440, void, TextureLerper__ctor, (TextureLerper * __this, MethodInfo * method)); DO_APP_FUNC(0x02A94590, void, TextureLerper_BeginFrame, (TextureLerper * __this, PostProcessRenderContext * context, MethodInfo * method)); DO_APP_FUNC(0x02A946D0, void, TextureLerper_EndFrame, (TextureLerper * __this, MethodInfo * method)); DO_APP_FUNC(0x02A94950, RenderTexture *, TextureLerper_Get, (TextureLerper * __this, RenderTextureFormat__Enum format, int32_t w, int32_t h, int32_t d, bool enableRandomWrite, bool force3D, MethodInfo * method)); DO_APP_FUNC(0x02A94D30, Texture *, TextureLerper_Lerp, (TextureLerper * __this, Texture * from, Texture * to, float t, MethodInfo * method)); DO_APP_FUNC(0x02A95710, Texture *, TextureLerper_Lerp_1, (TextureLerper * __this, Texture * from, Color to, float t, MethodInfo * method)); DO_APP_FUNC(0x02A95F50, void, TextureLerper_Clear, (TextureLerper * __this, MethodInfo * method)); DO_APP_FUNC(0x0042CDF0, void, WriteDelegate__ctor, (WriteDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, WriteDelegate_Invoke, (WriteDelegate * __this, String * entryName, Stream * stream, MethodInfo * method)); DO_APP_FUNC(0x01E60350, void, OpenDelegate__ctor, (OpenDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, Stream *, OpenDelegate_Invoke, (OpenDelegate * __this, String * entryName, MethodInfo * method)); DO_APP_FUNC(0x0042CDF0, void, CloseDelegate__ctor, (CloseDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, CloseDelegate_Invoke, (CloseDelegate * __this, String * entryName, Stream * stream, MethodInfo * method)); DO_APP_FUNC(0x01E60490, void, SetCompressionCallback__ctor, (SetCompressionCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, CompressionLevel__Enum_1, SetCompressionCallback_Invoke, (SetCompressionCallback * __this, String * localFileName, String * fileNameInArchive, MethodInfo * method)); DO_APP_FUNC(0x01E605D0, void, ZipProgressEventArgs__ctor, (ZipProgressEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01E60620, void, ZipProgressEventArgs__ctor_1, (ZipProgressEventArgs * __this, String * archiveName, ZipProgressEventType__Enum flavor, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ZipProgressEventArgs_set_EntriesTotal, (ZipProgressEventArgs * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ZipProgressEventArgs_set_CurrentEntry, (ZipProgressEventArgs * __this, ZipEntry * value, MethodInfo * method)); DO_APP_FUNC(0x003CB250, bool, ZipProgressEventArgs_get_Cancel, (ZipProgressEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, ZipProgressEventArgs_set_EventType, (ZipProgressEventArgs * __this, ZipProgressEventType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, ZipProgressEventArgs_set_ArchiveName, (ZipProgressEventArgs * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0041F560, void, ZipProgressEventArgs_set_BytesTransferred, (ZipProgressEventArgs * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x0041F570, void, ZipProgressEventArgs_set_TotalBytesToTransfer, (ZipProgressEventArgs * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01E606E0, void, ReadProgressEventArgs__ctor, (ReadProgressEventArgs * __this, String * archiveName, ZipProgressEventType__Enum flavor, MethodInfo * method)); DO_APP_FUNC(0x01E606F0, ReadProgressEventArgs *, ReadProgressEventArgs_Before, (String * archiveName, int32_t entriesTotal, MethodInfo * method)); DO_APP_FUNC(0x01E60770, ReadProgressEventArgs *, ReadProgressEventArgs_After, (String * archiveName, ZipEntry * entry, int32_t entriesTotal, MethodInfo * method)); DO_APP_FUNC(0x01E60840, ReadProgressEventArgs *, ReadProgressEventArgs_Started, (String * archiveName, MethodInfo * method)); DO_APP_FUNC(0x01E608B0, ReadProgressEventArgs *, ReadProgressEventArgs_ByteUpdate, (String * archiveName, ZipEntry * entry, int64_t bytesXferred, int64_t totalBytes, MethodInfo * method)); DO_APP_FUNC(0x01E609A0, ReadProgressEventArgs *, ReadProgressEventArgs_Completed, (String * archiveName, MethodInfo * method)); DO_APP_FUNC(0x01E606E0, void, AddProgressEventArgs__ctor, (AddProgressEventArgs * __this, String * archiveName, ZipProgressEventType__Enum flavor, MethodInfo * method)); DO_APP_FUNC(0x01E60A10, AddProgressEventArgs *, AddProgressEventArgs_AfterEntry, (String * archiveName, ZipEntry * entry, int32_t entriesTotal, MethodInfo * method)); DO_APP_FUNC(0x01E60AE0, void, SaveProgressEventArgs__ctor, (SaveProgressEventArgs * __this, String * archiveName, bool before, int32_t entriesTotal, int32_t entriesSaved, ZipEntry * entry, MethodInfo * method)); DO_APP_FUNC(0x01E606E0, void, SaveProgressEventArgs__ctor_1, (SaveProgressEventArgs * __this, String * archiveName, ZipProgressEventType__Enum flavor, MethodInfo * method)); DO_APP_FUNC(0x01E60B70, SaveProgressEventArgs *, SaveProgressEventArgs_ByteUpdate, (String * archiveName, ZipEntry * entry, int64_t bytesXferred, int64_t totalBytes, MethodInfo * method)); DO_APP_FUNC(0x01E60CC0, SaveProgressEventArgs *, SaveProgressEventArgs_Started, (String * archiveName, MethodInfo * method)); DO_APP_FUNC(0x01E60D30, SaveProgressEventArgs *, SaveProgressEventArgs_Completed, (String * archiveName, MethodInfo * method)); DO_APP_FUNC(0x01E606E0, void, ExtractProgressEventArgs__ctor, (ExtractProgressEventArgs * __this, String * archiveName, ZipProgressEventType__Enum flavor, MethodInfo * method)); DO_APP_FUNC(0x01E605D0, void, ExtractProgressEventArgs__ctor_1, (ExtractProgressEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01E60DA0, ExtractProgressEventArgs *, ExtractProgressEventArgs_BeforeExtractEntry, (String * archiveName, ZipEntry * entry, String * extractLocation, MethodInfo * method)); DO_APP_FUNC(0x01E60F60, ExtractProgressEventArgs *, ExtractProgressEventArgs_ExtractExisting, (String * archiveName, ZipEntry * entry, String * extractLocation, MethodInfo * method)); DO_APP_FUNC(0x01E61120, ExtractProgressEventArgs *, ExtractProgressEventArgs_AfterExtractEntry, (String * archiveName, ZipEntry * entry, String * extractLocation, MethodInfo * method)); DO_APP_FUNC(0x01E612E0, ExtractProgressEventArgs *, ExtractProgressEventArgs_ByteUpdate, (String * archiveName, ZipEntry * entry, int64_t bytesWritten, int64_t totalBytes, MethodInfo * method)); DO_APP_FUNC(0x01E605D0, void, ZipErrorEventArgs__ctor, (ZipErrorEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x01E61430, ZipErrorEventArgs *, ZipErrorEventArgs_Saving, (String * archiveName, ZipEntry * entry, Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x01E615E0, void, BadPasswordException__ctor, (BadPasswordException * __this, MethodInfo * method)); DO_APP_FUNC(0x01E61630, void, BadPasswordException__ctor_1, (BadPasswordException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01E61630, void, BadReadException__ctor, (BadReadException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01E61630, void, BadCrcException__ctor, (BadCrcException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01E61630, void, BadStateException__ctor, (BadStateException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01E61690, void, BadStateException__ctor_1, (BadStateException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x01E615E0, void, ZipException__ctor, (ZipException * __this, MethodInfo * method)); DO_APP_FUNC(0x01E61630, void, ZipException__ctor_1, (ZipException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01E616A0, void, ZipException__ctor_2, (ZipException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x01E61710, void, OffsetStream__ctor, (OffsetStream * __this, Stream * s, MethodInfo * method)); DO_APP_FUNC(0x019D9830, void, OffsetStream_System_IDisposable_Dispose, (OffsetStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E617E0, int32_t, OffsetStream_Read, (OffsetStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01E61810, void, OffsetStream_Write, (OffsetStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6CD8, OffsetStream_Write__MethodInfo); DO_APP_FUNC(0x01B8D2A0, bool, OffsetStream_get_CanRead, (OffsetStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E61860, bool, OffsetStream_get_CanSeek, (OffsetStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, OffsetStream_get_CanWrite, (OffsetStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E61890, void, OffsetStream_Flush, (OffsetStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01B8D270, int64_t, OffsetStream_get_Length, (OffsetStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E618C0, int64_t, OffsetStream_get_Position, (OffsetStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E61900, void, OffsetStream_set_Position, (OffsetStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01E61930, int64_t, OffsetStream_Seek, (OffsetStream * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC(0x01E61970, void, OffsetStream_SetLength, (OffsetStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6D20, OffsetStream_SetLength__MethodInfo); DO_APP_FUNC(0x01B95390, void, OffsetStream_Close, (OffsetStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E619C0, void, SharedUtilities__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01E61BD0, int64_t, SharedUtilities_GetFileLength, (String * fileName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6D00, SharedUtilities_GetFileLength__MethodInfo); DO_APP_FUNC(0x01E61D10, String *, SharedUtilities_SimplifyFwdSlashPath, (String * path, MethodInfo * method)); DO_APP_FUNC(0x01E61F40, String *, SharedUtilities_NormalizePathForUseInZipFile, (String * pathName, MethodInfo * method)); DO_APP_FUNC(0x01E62070, Byte__Array *, SharedUtilities_StringToByteArray, (String * value, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x01E620A0, Byte__Array *, SharedUtilities_StringToByteArray_1, (String * value, MethodInfo * method)); DO_APP_FUNC(0x01E62120, String *, SharedUtilities_Utf8StringFromBuffer, (Byte__Array * buf, MethodInfo * method)); DO_APP_FUNC(0x01E621B0, String *, SharedUtilities_StringFromBuffer, (Byte__Array * buf, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x01E62200, int32_t, SharedUtilities_ReadSignature, (Stream * s, MethodInfo * method)); DO_APP_FUNC(0x01E62280, int32_t, SharedUtilities_ReadEntrySignature, (Stream * s, MethodInfo * method)); DO_APP_FUNC(0x01E62410, int32_t, SharedUtilities_ReadInt, (Stream * s, MethodInfo * method)); DO_APP_FUNC(0x01E62480, int32_t, SharedUtilities__ReadFourBytes, (Stream * s, String * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6C98, SharedUtilities__ReadFourBytes__MethodInfo); DO_APP_FUNC(0x01E625D0, int64_t, SharedUtilities_FindSignature, (Stream * stream, int32_t SignatureToFind, MethodInfo * method)); DO_APP_FUNC(0x01E62850, DateTime, SharedUtilities_AdjustTime_Reverse, (DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01E62AB0, DateTime, SharedUtilities_PackedToDateTime, (int32_t packedDateTime, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6CB8, SharedUtilities_PackedToDateTime__MethodInfo); DO_APP_FUNC(0x01E63100, int32_t, SharedUtilities_DateTimeToPacked, (DateTime time, MethodInfo * method)); DO_APP_FUNC(0x01E632F0, void, SharedUtilities_CreateAndOpenUniqueTempFile, (String * dir, Stream * * fs, String * * filename, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6CB0, SharedUtilities_CreateAndOpenUniqueTempFile__MethodInfo); DO_APP_FUNC(0x01E63550, String *, SharedUtilities_InternalGetTempFileName, (MethodInfo * method)); DO_APP_FUNC(0x01E635E0, String *, SharedUtilities_GenerateRandomStringImpl, (int32_t length, int32_t delta, MethodInfo * method)); DO_APP_FUNC(0x01E63760, int32_t, SharedUtilities_ReadWithRetry, (Stream * s, Byte__Array * buffer, int32_t offset, int32_t count, String * FileName, MethodInfo * method)); DO_APP_FUNC(0x01E637B0, void, CountingStream__ctor, (CountingStream * __this, Stream * stream, MethodInfo * method)); DO_APP_FUNC(0x003B9330, int64_t, CountingStream_get_BytesWritten, (CountingStream * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, int64_t, CountingStream_get_BytesRead, (CountingStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E638A0, void, CountingStream_Adjust, (CountingStream * __this, int64_t delta, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6C30, CountingStream_Adjust__MethodInfo); DO_APP_FUNC(0x01E639A0, int32_t, CountingStream_Read, (CountingStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01E639E0, void, CountingStream_Write, (CountingStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01E63A30, bool, CountingStream_get_CanRead, (CountingStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63A60, bool, CountingStream_get_CanSeek, (CountingStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63A90, bool, CountingStream_get_CanWrite, (CountingStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63AC0, void, CountingStream_Flush, (CountingStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63AF0, int64_t, CountingStream_get_Length, (CountingStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63B20, int64_t, CountingStream_get_ComputedPosition, (CountingStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63B30, int64_t, CountingStream_get_Position, (CountingStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63B60, void, CountingStream_set_Position, (CountingStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01E63B90, int64_t, CountingStream_Seek, (CountingStream * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC(0x01E63BC0, void, CountingStream_SetLength, (CountingStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01E63BF0, void, ZipCrypto__ctor, (ZipCrypto * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63D60, ZipCrypto *, ZipCrypto_ForWrite, (String * password, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6C80, ZipCrypto_ForWrite__MethodInfo); DO_APP_FUNC(0x01E63E30, ZipCrypto *, ZipCrypto_ForRead, (String * password, ZipEntry * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6C70, ZipCrypto_ForRead__MethodInfo); DO_APP_FUNC(0x01E640D0, uint8_t, ZipCrypto_get_MagicByte, (ZipCrypto * __this, MethodInfo * method)); DO_APP_FUNC(0x01E64110, Byte__Array *, ZipCrypto_DecryptMessage, (ZipCrypto * __this, Byte__Array * cipherText, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6C48, ZipCrypto_DecryptMessage__MethodInfo); DO_APP_FUNC(0x01E642D0, Byte__Array *, ZipCrypto_EncryptMessage, (ZipCrypto * __this, Byte__Array * plainText, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6BC0, ZipCrypto_EncryptMessage__MethodInfo); DO_APP_FUNC(0x01E64490, void, ZipCrypto_InitCipher, (ZipCrypto * __this, String * passphrase, MethodInfo * method)); DO_APP_FUNC(0x01E645A0, void, ZipCrypto_UpdateKeys, (ZipCrypto * __this, uint8_t byteValue, MethodInfo * method)); DO_APP_FUNC(0x01E646A0, void, ZipCipherStream__ctor, (ZipCipherStream * __this, Stream * s, ZipCrypto * cipher, CryptoMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x01E647C0, int32_t, ZipCipherStream_Read, (ZipCipherStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6B70, ZipCipherStream_Read__MethodInfo); DO_APP_FUNC(0x01E64990, void, ZipCipherStream_Write, (ZipCipherStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6B58, ZipCipherStream_Write__MethodInfo); DO_APP_FUNC(0x01E64B50, bool, ZipCipherStream_get_CanRead, (ZipCipherStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ZipCipherStream_get_CanSeek, (ZipCipherStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E64B60, bool, ZipCipherStream_get_CanWrite, (ZipCipherStream * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ZipCipherStream_Flush, (ZipCipherStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E64B70, int64_t, ZipCipherStream_get_Length, (ZipCipherStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6C10, ZipCipherStream_get_Length__MethodInfo); DO_APP_FUNC(0x01E64BC0, int64_t, ZipCipherStream_get_Position, (ZipCipherStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6C18, ZipCipherStream_get_Position__MethodInfo); DO_APP_FUNC(0x01E64C10, void, ZipCipherStream_set_Position, (ZipCipherStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6C00, ZipCipherStream_set_Position__MethodInfo); DO_APP_FUNC(0x01E64C60, int64_t, ZipCipherStream_Seek, (ZipCipherStream * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6C08, ZipCipherStream_Seek__MethodInfo); DO_APP_FUNC(0x01E64CB0, void, ZipCipherStream_SetLength, (ZipCipherStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6BF8, ZipCipherStream_SetLength__MethodInfo); DO_APP_FUNC(0x01E64D00, void, ZipEntry__ctor, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01E64E50, void, ZipEntry__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01E64FC0, bool, ZipEntry_get_AttributesIndicateDirectory, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01E64FE0, void, ZipEntry_ResetDirEntry, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01E65000, ZipEntry *, ZipEntry_ReadDirEntry, (ZipFile * zf, Dictionary_2_System_String_System_Object_ * previouslySeen, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6BD0, ZipEntry_ReadDirEntry__MethodInfo); DO_APP_FUNC(0x01E65C00, bool, ZipEntry_IsNotValidZipDirEntrySig, (int32_t signature, MethodInfo * method)); DO_APP_FUNC(0x01E65C10, void, ZipEntry_Extract, (ZipEntry * __this, Stream * stream, MethodInfo * method)); DO_APP_FUNC(0x01E65C30, CrcCalculatorStream *, ZipEntry_InternalOpenReader, (ZipEntry * __this, String * password, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6AD0, ZipEntry_InternalOpenReader__MethodInfo); DO_APP_FUNC(0x01E65E70, void, ZipEntry_OnExtractProgress, (ZipEntry * __this, int64_t bytesWritten, int64_t totalBytesToWrite, MethodInfo * method)); DO_APP_FUNC(0x01E66050, void, ZipEntry_OnBeforeExtract, (ZipEntry * __this, String * path, MethodInfo * method)); DO_APP_FUNC(0x01E660B0, void, ZipEntry_OnAfterExtract, (ZipEntry * __this, String * path, MethodInfo * method)); DO_APP_FUNC(0x01E66100, void, ZipEntry_OnExtractExisting, (ZipEntry * __this, String * path, MethodInfo * method)); DO_APP_FUNC(0x01E66140, void, ZipEntry_ReallyDelete, (String * fileName, MethodInfo * method)); DO_APP_FUNC(0x01E66150, void, ZipEntry_WriteStatus, (ZipEntry * __this, String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x01E661A0, void, ZipEntry_InternalExtract, (ZipEntry * __this, String * baseDir, Stream * outstream, String * password, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6A90, ZipEntry_InternalExtract__MethodInfo); DO_APP_FUNC(0x01E66BA0, void, ZipEntry_VerifyCrcAfterExtract, (ZipEntry * __this, int32_t actualCrc32, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6B30, ZipEntry_VerifyCrcAfterExtract__MethodInfo); DO_APP_FUNC(0x01E66C90, int32_t, ZipEntry_CheckExtractExistingFile, (ZipEntry * __this, String * baseDir, String * targetFileName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6B10, ZipEntry_CheckExtractExistingFile__MethodInfo); DO_APP_FUNC(0x01E66FA0, void, ZipEntry__CheckRead, (ZipEntry * __this, int32_t nbytes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6B00, ZipEntry__CheckRead__MethodInfo); DO_APP_FUNC(0x01E67030, int32_t, ZipEntry_ExtractOne, (ZipEntry * __this, Stream * output, MethodInfo * method)); DO_APP_FUNC(0x01E674D0, Stream *, ZipEntry_GetExtractDecompressor, (ZipEntry * __this, Stream * input2, MethodInfo * method)); DO_APP_FUNC(0x01E67580, Stream *, ZipEntry_GetExtractDecryptor, (ZipEntry * __this, Stream * input, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ZipEntry__SetTimes, (ZipEntry * __this, String * fileOrDirectory, bool isFile, MethodInfo * method)); DO_APP_FUNC(0x01E67610, String *, ZipEntry_get_UnsupportedAlgorithm, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01E67870, String *, ZipEntry_get_UnsupportedCompressionMethod, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01E67A40, void, ZipEntry_ValidateEncryption, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6A00, ZipEntry_ValidateEncryption__MethodInfo); DO_APP_FUNC(0x01E67B80, void, ZipEntry_ValidateCompression, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6970, ZipEntry_ValidateCompression__MethodInfo); DO_APP_FUNC(0x01E67C60, void, ZipEntry_SetupCryptoForExtract, (ZipEntry * __this, String * password, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6958, ZipEntry_SetupCryptoForExtract__MethodInfo); DO_APP_FUNC(0x01E67D60, bool, ZipEntry_ValidateOutput, (ZipEntry * __this, String * basedir, Stream * outstream, String * * outFileName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6928, ZipEntry_ValidateOutput__MethodInfo); DO_APP_FUNC(0x01E68190, bool, ZipEntry_ReadHeader, (ZipEntry * ze, Encoding * defaultEncoding, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA68F0, ZipEntry_ReadHeader__MethodInfo); DO_APP_FUNC(0x01E68C60, int32_t, ZipEntry_ReadWeakEncryptionHeader, (Stream * s, Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA68D8, ZipEntry_ReadWeakEncryptionHeader__MethodInfo); DO_APP_FUNC(0x01E68D50, bool, ZipEntry_IsNotValidSig, (int32_t signature, MethodInfo * method)); DO_APP_FUNC(0x01E68D60, ZipEntry *, ZipEntry_ReadEntry, (ZipContainer * zc, bool first, MethodInfo * method)); DO_APP_FUNC(0x01E69170, void, ZipEntry_HandlePK00Prefix, (Stream * s, MethodInfo * method)); DO_APP_FUNC(0x01E69200, void, ZipEntry_HandleUnexpectedDataDescriptor, (ZipEntry * entry, MethodInfo * method)); DO_APP_FUNC(0x01E69340, int32_t, ZipEntry_ProcessExtraField, (ZipEntry * __this, Stream * s, int16_t extraFieldLength, MethodInfo * method)); DO_APP_FUNC(0x01E69610, int32_t, ZipEntry_ProcessExtraFieldPkwareStrongEncryption, (ZipEntry * __this, Byte__Array * Buffer, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01E69680, int32_t, ZipEntry_ProcessExtraFieldZip64, (ZipEntry * __this, Byte__Array * buffer, int32_t j, int16_t dataSize, int64_t posn, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA69A8, ZipEntry_ProcessExtraFieldZip64__MethodInfo); DO_APP_FUNC(0x01E69760, int32_t, ZipEntry_ProcessExtraFieldInfoZipTimes, (ZipEntry * __this, Byte__Array * buffer, int32_t j, int16_t dataSize, int64_t posn, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6990, ZipEntry_ProcessExtraFieldInfoZipTimes__MethodInfo); DO_APP_FUNC(0x01E699C0, int32_t, ZipEntry_ProcessExtraFieldUnixTimes, (ZipEntry * __this, Byte__Array * buffer, int32_t j, int16_t dataSize, int64_t posn, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6818, ZipEntry_ProcessExtraFieldUnixTimes__MethodInfo); DO_APP_FUNC(0x01E69AB0, int32_t, ZipEntry_ProcessExtraFieldWindowsTimes, (ZipEntry * __this, Byte__Array * buffer, int32_t j, int16_t dataSize, int64_t posn, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA67E8, ZipEntry_ProcessExtraFieldWindowsTimes__MethodInfo); DO_APP_FUNC(0x01E69D70, void, ZipEntry_WriteCentralDirectoryEntry, (ZipEntry * __this, Stream * s, MethodInfo * method)); DO_APP_FUNC(0x01E6A510, Byte__Array *, ZipEntry_ConstructExtraField, (ZipEntry * __this, bool forCentralDirectory, MethodInfo * method)); DO_APP_FUNC(0x01E6ADF0, String *, ZipEntry_NormalizeFileName, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA67A8, ZipEntry_NormalizeFileName__MethodInfo); DO_APP_FUNC(0x01E6AFE0, Byte__Array *, ZipEntry_GetEncodedFileNameBytes, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01E6B670, bool, ZipEntry_WantReadAgain, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01E6B700, void, ZipEntry_MaybeUnsetCompressionMethodForWriting, (ZipEntry * __this, int32_t cycle, MethodInfo * method)); DO_APP_FUNC(0x01E6B890, void, ZipEntry_WriteHeader, (ZipEntry * __this, Stream * s, int32_t cycle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6888, ZipEntry_WriteHeader__MethodInfo); DO_APP_FUNC(0x01E6C2D0, int32_t, ZipEntry_FigureCrc32, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01E6C4F0, void, ZipEntry_PrepSourceStream, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6858, ZipEntry_PrepSourceStream__MethodInfo); DO_APP_FUNC(0x01E6C6E0, void, ZipEntry_CopyMetaData, (ZipEntry * __this, ZipEntry * source, MethodInfo * method)); DO_APP_FUNC(0x01E6C7A0, void, ZipEntry_OnWriteBlock, (ZipEntry * __this, int64_t bytesXferred, int64_t totalBytesToXfer, MethodInfo * method)); DO_APP_FUNC(0x01E6C980, void, ZipEntry__WriteEntryData, (ZipEntry * __this, Stream * s, MethodInfo * method)); DO_APP_FUNC(0x01E6CEF0, int64_t, ZipEntry_SetInputAndFigureFileLength, (ZipEntry * __this, Stream * * input, MethodInfo * method)); DO_APP_FUNC(0x01E6D1E0, void, ZipEntry_FinishOutputStream, (ZipEntry * __this, Stream * s, CountingStream * entryCounter, Stream * encryptor, Stream * compressor, CrcCalculatorStream * output, MethodInfo * method)); DO_APP_FUNC(0x01E6D360, void, ZipEntry_PostProcessOutput, (ZipEntry * __this, Stream * s, MethodInfo * method)); DO_APP_FUNC(0x01E6E050, void, ZipEntry_SetZip64Flags, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6670, ZipEntry_SetZip64Flags__MethodInfo); DO_APP_FUNC(0x01E6E1B0, void, ZipEntry_PrepOutputStream, (ZipEntry * __this, Stream * s, int64_t streamLength, CountingStream * * outputCounter, Stream * * encryptor, Stream * * compressor, CrcCalculatorStream * * output, MethodInfo * method)); DO_APP_FUNC(0x01E6E4A0, Stream *, ZipEntry_MaybeApplyCompression, (ZipEntry * __this, Stream * s, int64_t streamLength, MethodInfo * method)); DO_APP_FUNC(0x01E6EBB0, Stream *, ZipEntry_MaybeApplyEncryption, (ZipEntry * __this, Stream * s, MethodInfo * method)); DO_APP_FUNC(0x01E6EC50, void, ZipEntry_OnZipErrorWhileSaving, (ZipEntry * __this, Exception * e, MethodInfo * method)); DO_APP_FUNC(0x01E6EC90, void, ZipEntry_Write, (ZipEntry * __this, Stream * s, MethodInfo * method)); DO_APP_FUNC(0x01E6F310, void, ZipEntry_StoreRelativeOffset, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01E6F320, void, ZipEntry_NotifySaveComplete, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01E6F350, void, ZipEntry_WriteSecurityMetadata, (ZipEntry * __this, Stream * outstream, MethodInfo * method)); DO_APP_FUNC(0x01E6F660, void, ZipEntry_CopyThroughOneEntry, (ZipEntry * __this, Stream * outStream, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6560, ZipEntry_CopyThroughOneEntry__MethodInfo); DO_APP_FUNC(0x01E6F8F0, void, ZipEntry_CopyThroughWithRecompute, (ZipEntry * __this, Stream * outstream, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6658, ZipEntry_CopyThroughWithRecompute__MethodInfo); DO_APP_FUNC(0x01E6FE50, void, ZipEntry_CopyThroughWithNoChange, (ZipEntry * __this, Stream * outstream, MethodInfo * method)); DO_APP_FUNC(0x01E70020, DateTime, ZipEntry_get_LastModified, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01E700B0, void, ZipEntry_set_LastModified, (ZipEntry * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x01E70250, int32_t, ZipEntry_get_BufferSize, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01E702E0, void, ZipEntry_set_ModifiedTime, (ZipEntry * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x01E70310, void, ZipEntry_set_AccessedTime, (ZipEntry * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x01E70340, void, ZipEntry_set_CreationTime, (ZipEntry * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x01E70360, void, ZipEntry_SetEntryTimes, (ZipEntry * __this, DateTime created, DateTime accessed, DateTime modified, MethodInfo * method)); DO_APP_FUNC(0x01E707F0, void, ZipEntry_set_EmitTimesInWindowsFormatWhenSaving, (ZipEntry * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E70800, void, ZipEntry_set_EmitTimesInUnixFormatWhenSaving, (ZipEntry * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C7000, String *, ZipEntry_get_LocalFileName, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7010, String *, ZipEntry_get_FileName, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01E70810, int16_t, ZipEntry_get_VersionNeeded, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7040, String *, ZipEntry_get_Comment, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01E70820, Nullable_1_Boolean_, ZipEntry_get_OutputUsedZip64, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01E70830, CompressionMethod__Enum, ZipEntry_get_CompressionMethod, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01E70840, void, ZipEntry_set_CompressionMethod, (ZipEntry * __this, CompressionMethod__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6608, ZipEntry_set_CompressionMethod__MethodInfo); DO_APP_FUNC(0x0101D6B0, CompressionLevel__Enum_1, ZipEntry_get_CompressionLevel, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01E70910, void, ZipEntry_set_CompressionLevel, (ZipEntry * __this, CompressionLevel__Enum_1 value, MethodInfo * method)); DO_APP_FUNC(0x00605860, int64_t, ZipEntry_get_CompressedSize, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x00473D30, int64_t, ZipEntry_get_UncompressedSize, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E040, bool, ZipEntry_get_IsDirectory, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01D65460, EncryptionAlgorithm__Enum, ZipEntry_get_Encryption, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01E70980, void, ZipEntry_set_Encryption, (ZipEntry * __this, EncryptionAlgorithm__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA65E8, ZipEntry_set_Encryption__MethodInfo); DO_APP_FUNC(0x01E70A30, void, ZipEntry_set_Password, (ZipEntry * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x007087D0, ExtractExistingFileAction__Enum, ZipEntry_get_ExtractExistingFile, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x007087E0, void, ZipEntry_set_ExtractExistingFile, (ZipEntry * __this, ExtractExistingFileAction__Enum value, MethodInfo * method)); DO_APP_FUNC(0x007087F0, ZipErrorAction__Enum, ZipEntry_get_ZipErrorAction, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x00708800, void, ZipEntry_set_ZipErrorAction, (ZipEntry * __this, ZipErrorAction__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01E70AD0, bool, ZipEntry_get_IncludedInMostRecentSave, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, SetCompressionCallback *, ZipEntry_get_SetCompression, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, ZipEntry_set_SetCompression, (ZipEntry * __this, SetCompressionCallback * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, Encoding *, ZipEntry_get_AlternateEncoding, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, ZipEntry_set_AlternateEncoding, (ZipEntry * __this, Encoding * value, MethodInfo * method)); DO_APP_FUNC(0x01E70AE0, ZipOption__Enum, ZipEntry_get_AlternateEncodingUsage, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01E70AF0, void, ZipEntry_set_AlternateEncodingUsage, (ZipEntry * __this, ZipOption__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01E70B00, ZipEntry *, ZipEntry_CreateForStream, (String * entryName, Stream * s, MethodInfo * method)); DO_APP_FUNC(0x01E70B70, ZipEntry *, ZipEntry_Create, (String * nameInArchive, ZipEntrySource__Enum source, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA63F8, ZipEntry_Create__MethodInfo); DO_APP_FUNC(0x01E71060, void, ZipEntry_MarkAsDirectory, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01E71120, void, ZipEntry_set_IsText, (ZipEntry * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E71130, String *, ZipEntry_ToString, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01E711C0, Stream *, ZipEntry_get_ArchiveStream, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01E71490, void, ZipEntry_SetFdpLoh, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6518, ZipEntry_SetFdpLoh__MethodInfo); DO_APP_FUNC(0x01E717D0, int32_t, ZipEntry_GetLengthOfCryptoHeaderBytes, (EncryptionAlgorithm__Enum a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA64F8, ZipEntry_GetLengthOfCryptoHeaderBytes__MethodInfo); DO_APP_FUNC(0x01E71850, int64_t, ZipEntry_get_FileDataPosition, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01E71890, int32_t, ZipEntry_get_LengthOfHeader, (ZipEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x01E718D0, void, ZipEntry_CopyHelper__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01E719D0, String *, ZipEntry_CopyHelper_AppendCopyToFileName, (String * f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6498, ZipEntry_CopyHelper_AppendCopyToFileName__MethodInfo); DO_APP_FUNC(0x01E71E60, void, ZipFile__ctor, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01E72010, void, ZipFile__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01E720C0, void, ZipFile_add_ReadProgress, (ZipFile * __this, EventHandler_1_Pathfinding_Ionic_Zip_ReadProgressEventArgs_ * value, MethodInfo * method)); DO_APP_FUNC(0x01E72210, void, ZipFile_remove_ReadProgress, (ZipFile * __this, EventHandler_1_Pathfinding_Ionic_Zip_ReadProgressEventArgs_ * value, MethodInfo * method)); DO_APP_FUNC(0x01E72360, IEnumerator *, ZipFile_System_Collections_IEnumerable_GetEnumerator, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01E72370, ZipEntry *, ZipFile_AddEntry, (ZipFile * __this, String * entryName, Stream * stream, MethodInfo * method)); DO_APP_FUNC(0x01E724F0, ZipEntry *, ZipFile__InternalAddEntry, (ZipFile * __this, ZipEntry * ze, MethodInfo * method)); DO_APP_FUNC(0x01E72920, ZipEntry *, ZipFile_AddEntry_1, (ZipFile * __this, String * entryName, Byte__Array * byteContent, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6278, ZipFile_AddEntry_1__MethodInfo); DO_APP_FUNC(0x01E72B50, void, ZipFile_InternalAddEntry, (ZipFile * __this, String * name, ZipEntry * entry, MethodInfo * method)); DO_APP_FUNC(0x01E72C30, String *, ZipFile_get_ArchiveNameForEvent, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01E72C80, bool, ZipFile_OnSaveBlock, (ZipFile * __this, ZipEntry * entry, int64_t bytesXferred, int64_t totalBytesToXfer, MethodInfo * method)); DO_APP_FUNC(0x01E72E30, void, ZipFile_OnSaveEntry, (ZipFile * __this, int32_t current, ZipEntry * entry, bool before, MethodInfo * method)); DO_APP_FUNC(0x01E72FB0, void, ZipFile_OnSaveEvent, (ZipFile * __this, ZipProgressEventType__Enum eventFlavor, MethodInfo * method)); DO_APP_FUNC(0x01E730A0, void, ZipFile_OnSaveStarted, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01E73180, void, ZipFile_OnSaveCompleted, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01E73250, void, ZipFile_OnReadStarted, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01E73320, void, ZipFile_OnReadCompleted, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01E733F0, void, ZipFile_OnReadBytes, (ZipFile * __this, ZipEntry * entry, MethodInfo * method)); DO_APP_FUNC(0x01E735C0, void, ZipFile_OnReadEntry, (ZipFile * __this, bool before, ZipEntry * entry, MethodInfo * method)); DO_APP_FUNC(0x01E737D0, int64_t, ZipFile_get_LengthOfReadStream, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01E73860, bool, ZipFile_OnExtractBlock, (ZipFile * __this, ZipEntry * entry, int64_t bytesWritten, int64_t totalBytesToWrite, MethodInfo * method)); DO_APP_FUNC(0x01E73A10, bool, ZipFile_OnSingleEntryExtract, (ZipFile * __this, ZipEntry * entry, String * path, bool before, MethodInfo * method)); DO_APP_FUNC(0x01E73DF0, bool, ZipFile_OnExtractExisting, (ZipFile * __this, ZipEntry * entry, String * path, MethodInfo * method)); DO_APP_FUNC(0x01E74010, void, ZipFile_AfterAddEntry, (ZipFile * __this, ZipEntry * entry, MethodInfo * method)); DO_APP_FUNC(0x01E74180, bool, ZipFile_OnZipErrorSaving, (ZipFile * __this, ZipEntry * entry, Exception * exc, MethodInfo * method)); DO_APP_FUNC(0x01E74430, ZipFile *, ZipFile_Read, (Stream * zipStream, MethodInfo * method)); DO_APP_FUNC(0x01E74490, ZipFile *, ZipFile_Read_1, (Stream * zipStream, TextWriter * statusMessageWriter, Encoding * encoding, EventHandler_1_Pathfinding_Ionic_Zip_ReadProgressEventArgs_ * readProgress, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA61C8, ZipFile_Read_1__MethodInfo); DO_APP_FUNC(0x01E74920, void, ZipFile_ReadIntoInstance, (ZipFile * zf, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6190, ZipFile_ReadIntoInstance__MethodInfo); DO_APP_FUNC(0x01E74E70, void, ZipFile_Zip64SeekToCentralDirectory, (ZipFile * zf, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6250, ZipFile_Zip64SeekToCentralDirectory__MethodInfo); DO_APP_FUNC(0x01E751A0, uint32_t, ZipFile_ReadFirstFourBytes, (Stream * s, MethodInfo * method)); DO_APP_FUNC(0x01E751F0, void, ZipFile_ReadCentralDirectory, (ZipFile * zf, MethodInfo * method)); DO_APP_FUNC(0x01E75540, void, ZipFile_ReadIntoInstance_Orig, (ZipFile * zf, MethodInfo * method)); DO_APP_FUNC(0x01E75A00, void, ZipFile_ReadCentralDirectoryFooter, (ZipFile * zf, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA60E0, ZipFile_ReadCentralDirectoryFooter__MethodInfo); DO_APP_FUNC(0x01E75EB0, void, ZipFile_ReadZipFileComment, (ZipFile * zf, MethodInfo * method)); DO_APP_FUNC(0x01E76060, void, ZipFile_DeleteFileWithRetry, (ZipFile * __this, String * filename, MethodInfo * method)); DO_APP_FUNC(0x01E76120, void, ZipFile_Save, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6178, ZipFile_Save__MethodInfo); DO_APP_FUNC(0x01E76C60, void, ZipFile_NotifyEntriesSaveComplete, (ICollection_1_Pathfinding_Ionic_Zip_ZipEntry_ * c, MethodInfo * method)); DO_APP_FUNC(0x01E76E40, void, ZipFile_RemoveTempFile, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01E76EE0, void, ZipFile_CleanupAfterSaveOperation, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01E77010, void, ZipFile_Save_1, (ZipFile * __this, Stream * outputStream, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6110, ZipFile_Save_1__MethodInfo); DO_APP_FUNC(0x01E0F6E0, bool, ZipFile_get_FullScan, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01E0F700, bool, ZipFile_get_SortEntriesBeforeSaving, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01E30090, void, ZipFile_set_AddDirectoryWillTraverseReparsePoints, (ZipFile * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D65370, int32_t, ZipFile_get_BufferSize, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB24A0, int32_t, ZipFile_get_CodecBufferSize, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x005EFF90, bool, ZipFile_get_FlattenFoldersOnExtract, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x012CBC20, CompressionStrategy__Enum, ZipFile_get_Strategy, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, String *, ZipFile_get_Name, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x005EE920, CompressionLevel__Enum_1, ZipFile_get_CompressionLevel, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x005EE930, void, ZipFile_set_CompressionLevel, (ZipFile * __this, CompressionLevel__Enum_1 value, MethodInfo * method)); DO_APP_FUNC(0x00C6E400, CompressionMethod__Enum, ZipFile_get_CompressionMethod, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7010, String *, ZipFile_get_Comment, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01E77240, void, ZipFile_set_Comment, (ZipFile * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01E772B0, bool, ZipFile_get_Verbose, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, ZipFile_get_CaseSensitiveRetrieval, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A690, Zip64Option__Enum, ZipFile_get_UseZip64WhenSaving, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A6A0, void, ZipFile_set_UseZip64WhenSaving, (ZipFile * __this, Zip64Option__Enum value, MethodInfo * method)); DO_APP_FUNC(0x009E4000, Encoding *, ZipFile_get_AlternateEncoding, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8E20, void, ZipFile_set_AlternateEncoding, (ZipFile * __this, Encoding * value, MethodInfo * method)); DO_APP_FUNC(0x003C2830, ZipOption__Enum, ZipFile_get_AlternateEncodingUsage, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x003C2840, void, ZipFile_set_AlternateEncodingUsage, (ZipFile * __this, ZipOption__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01E772C0, Encoding *, ZipFile_get_DefaultEncoding, (MethodInfo * method)); DO_APP_FUNC(0x003B93D0, TextWriter *, ZipFile_get_StatusMessageTextWriter, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x00605860, String *, ZipFile_get_TempFileFolder, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01E1DC30, ExtractExistingFileAction__Enum, ZipFile_get_ExtractExistingFile, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01E77320, ZipErrorAction__Enum, ZipFile_get_ZipErrorAction, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01B3D850, EncryptionAlgorithm__Enum, ZipFile_get_Encryption, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACF280, SetCompressionCallback *, ZipFile_get_SetCompression, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int32_t, ZipFile_get_MaxOutputSegmentSize, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01E77340, void, ZipFile_set_ParallelDeflateThreshold, (ZipFile * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6108, ZipFile_set_ParallelDeflateThreshold__MethodInfo); DO_APP_FUNC(0x003C28C0, int64_t, ZipFile_get_ParallelDeflateThreshold, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A670, int32_t, ZipFile_get_ParallelDeflateMaxBufferPairs, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01E773C0, String *, ZipFile_ToString, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01E77450, void, ZipFile_NotifyEntryChanged, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01E77460, Stream *, ZipFile_StreamForDiskNumber, (ZipFile * __this, uint32_t diskNumber, MethodInfo * method)); DO_APP_FUNC(0x01E77600, void, ZipFile_Reset, (ZipFile * __this, bool whileSaving, MethodInfo * method)); DO_APP_FUNC(0x01E77AF0, void, ZipFile__initEntriesDictionary, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01E77C70, void, ZipFile__InitInstance, (ZipFile * __this, String * zipFileName, TextWriter * statusMessageWriter, MethodInfo * method)); DO_APP_FUNC(0x01E77F50, ZipEntry *, ZipFile_get_Item, (ZipFile * __this, String * fileName, MethodInfo * method)); DO_APP_FUNC(0x01E780D0, ICollection_1_Pathfinding_Ionic_Zip_ZipEntry_ *, ZipFile_get_Entries, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01E78120, ICollection_1_Pathfinding_Ionic_Zip_ZipEntry_ *, ZipFile_get_EntriesSorted, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01E78410, void, ZipFile_Dispose, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01E78480, void, ZipFile_Dispose_1, (ZipFile * __this, bool disposeManagedResources, MethodInfo * method)); DO_APP_FUNC(0x01E785C0, Stream *, ZipFile_get_ReadStream, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01E78680, Stream *, ZipFile_get_WriteStream, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x01E78790, IEnumerator_1_Pathfinding_Ionic_Zip_ZipEntry_ *, ZipFile_GetEnumerator, (ZipFile * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ZipFile_GetEnumerator_c_Iterator0__ctor, (ZipFile_GetEnumerator_c_Iterator0 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, ZipEntry *, ZipFile_GetEnumerator_c_Iterator0_System_Collections_Generic_IEnumerator_Pathfinding_Ionic_Zip_ZipEntry__get_Current, (ZipFile_GetEnumerator_c_Iterator0 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Object *, ZipFile_GetEnumerator_c_Iterator0_System_Collections_IEnumerator_get_Current, (ZipFile_GetEnumerator_c_Iterator0 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E78890, bool, ZipFile_GetEnumerator_c_Iterator0_MoveNext, (ZipFile_GetEnumerator_c_Iterator0 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E78BB0, void, ZipFile_GetEnumerator_c_Iterator0_Dispose, (ZipFile_GetEnumerator_c_Iterator0 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E78C10, void, ZipFile_GetEnumerator_c_Iterator0_Reset, (ZipFile_GetEnumerator_c_Iterator0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7A68, ZipFile_GetEnumerator_c_Iterator0_Reset__MethodInfo); DO_APP_FUNC(0x01E78C60, bool, ZipOutput_WriteCentralDirectoryStructure, (Stream * s, ICollection_1_Pathfinding_Ionic_Zip_ZipEntry_ * entries, uint32_t numSegments, Zip64Option__Enum zip64, String * comment, ZipContainer * container, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7AC8, ZipOutput_WriteCentralDirectoryStructure__MethodInfo); DO_APP_FUNC(0x01E79690, Encoding *, ZipOutput_GetEncoding, (ZipContainer * container, String * t, MethodInfo * method)); DO_APP_FUNC(0x01E79810, Byte__Array *, ZipOutput_GenCentralDirectoryFooter, (int64_t StartOfCentralDirectory, int64_t EndOfCentralDirectory, Zip64Option__Enum zip64, int32_t entryCount, String * comment, ZipContainer * container, MethodInfo * method)); DO_APP_FUNC(0x01E79D80, Byte__Array *, ZipOutput_GenZip64EndOfCentralDirectory, (int64_t StartOfCentralDirectory, int64_t EndOfCentralDirectory, int32_t entryCount, uint32_t numSegments, MethodInfo * method)); DO_APP_FUNC(0x01E7A2F0, int32_t, ZipOutput_CountEntries, (ICollection_1_Pathfinding_Ionic_Zip_ZipEntry_ * _entries, MethodInfo * method)); DO_APP_FUNC(0x007661F0, int32_t, ZipInputStream_get_CodecBufferSize, (ZipInputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7A4D0, void, ZipInputStream_SetupStream, (ZipInputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Stream *, ZipInputStream_get_ReadStream, (ZipInputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7A580, int32_t, ZipInputStream_Read, (ZipInputStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7AA0, ZipInputStream_Read__MethodInfo); DO_APP_FUNC(0x00418D30, bool, ZipInputStream_get_CanRead, (ZipInputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63A60, bool, ZipInputStream_get_CanSeek, (ZipInputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ZipInputStream_get_CanWrite, (ZipInputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63AF0, int64_t, ZipInputStream_get_Length, (ZipInputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63B30, int64_t, ZipInputStream_get_Position, (ZipInputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7A770, void, ZipInputStream_set_Position, (ZipInputStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01E7A790, void, ZipInputStream_Flush, (ZipInputStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7A90, ZipInputStream_Flush__MethodInfo); DO_APP_FUNC(0x01E7A7F0, void, ZipInputStream_Write, (ZipInputStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7A38, ZipInputStream_Write__MethodInfo); DO_APP_FUNC(0x01E7A850, int64_t, ZipInputStream_Seek, (ZipInputStream * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC(0x01E7A880, void, ZipInputStream_SetLength, (ZipInputStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7A40, ZipInputStream_SetLength__MethodInfo); DO_APP_FUNC(0x0070E360, int32_t, ZipOutputStream_get_CodecBufferSize, (ZipOutputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E4E0, CompressionStrategy__Enum, ZipOutputStream_get_Strategy, (ZipOutputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, Zip64Option__Enum, ZipOutputStream_get_EnableZip64, (ZipOutputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, Encoding *, ZipOutputStream_get_AlternateEncoding, (ZipOutputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01D80210, ZipOption__Enum, ZipOutputStream_get_AlternateEncodingUsage, (ZipOutputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00B3EE30, Encoding *, ZipOutputStream_get_DefaultEncoding, (MethodInfo * method)); DO_APP_FUNC(0x004C5F40, int64_t, ZipOutputStream_get_ParallelDeflateThreshold, (ZipOutputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x0185B680, int32_t, ZipOutputStream_get_ParallelDeflateMaxBufferPairs, (ZipOutputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Stream *, ZipOutputStream_get_OutputStream, (ZipOutputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7A8D0, void, ZipOutputStream_Write, (ZipOutputStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7A28, ZipOutputStream_Write__MethodInfo); DO_APP_FUNC(0x01E7AC50, void, ZipOutputStream__InitiateCurrentEntry, (ZipOutputStream * __this, bool finishing, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7A08, ZipOutputStream__InitiateCurrentEntry__MethodInfo); DO_APP_FUNC(0x00418D40, bool, ZipOutputStream_get_CanRead, (ZipOutputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ZipOutputStream_get_CanSeek, (ZipOutputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ZipOutputStream_get_CanWrite, (ZipOutputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7ADF0, int64_t, ZipOutputStream_get_Length, (ZipOutputStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7A10, ZipOutputStream_get_Length__MethodInfo); DO_APP_FUNC(0x01B8D2D0, int64_t, ZipOutputStream_get_Position, (ZipOutputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7AE40, void, ZipOutputStream_set_Position, (ZipOutputStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA79F8, ZipOutputStream_set_Position__MethodInfo); DO_APP_FUNC(0x003AC050, void, ZipOutputStream_Flush, (ZipOutputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7AE90, int32_t, ZipOutputStream_Read, (ZipOutputStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA79E8, ZipOutputStream_Read__MethodInfo); DO_APP_FUNC(0x01E7AEF0, int64_t, ZipOutputStream_Seek, (ZipOutputStream * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA79D8, ZipOutputStream_Seek__MethodInfo); DO_APP_FUNC(0x01E7AF50, void, ZipOutputStream_SetLength, (ZipOutputStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA79E0, ZipOutputStream_SetLength__MethodInfo); DO_APP_FUNC(0x01E7AFA0, void, ZipContainer__ctor, (ZipContainer * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, ZipFile *, ZipContainer_get_ZipFile, (ZipContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ZipOutputStream *, ZipContainer_get_ZipOutputStream, (ZipContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7B1E0, String *, ZipContainer_get_Password, (ZipContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7B230, Zip64Option__Enum, ZipContainer_get_Zip64, (ZipContainer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7A48, ZipContainer_get_Zip64__MethodInfo); DO_APP_FUNC(0x01E7B2C0, int32_t, ZipContainer_get_BufferSize, (ZipContainer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7A50, ZipContainer_get_BufferSize__MethodInfo); DO_APP_FUNC(0x01E7B340, ParallelDeflateOutputStream *, ZipContainer_get_ParallelDeflater, (ZipContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7B390, void, ZipContainer_set_ParallelDeflater, (ZipContainer * __this, ParallelDeflateOutputStream * value, MethodInfo * method)); DO_APP_FUNC(0x01E7B490, int64_t, ZipContainer_get_ParallelDeflateThreshold, (ZipContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7B4D0, int32_t, ZipContainer_get_ParallelDeflateMaxBufferPairs, (ZipContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7B510, int32_t, ZipContainer_get_CodecBufferSize, (ZipContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7B560, CompressionStrategy__Enum, ZipContainer_get_Strategy, (ZipContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7B5A0, Zip64Option__Enum, ZipContainer_get_UseZip64WhenSaving, (ZipContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7B5E0, Encoding *, ZipContainer_get_AlternateEncoding, (ZipContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7B610, Encoding *, ZipContainer_get_DefaultEncoding, (ZipContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7B680, ZipOption__Enum, ZipContainer_get_AlternateEncodingUsage, (ZipContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7B6B0, Stream *, ZipContainer_get_ReadStream, (ZipContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7B6F0, void, ZipSegmentedStream__ctor, (ZipSegmentedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7B740, ZipSegmentedStream *, ZipSegmentedStream_ForReading, (String * name, uint32_t initialDiskNumber, uint32_t maxDiskNumber, MethodInfo * method)); DO_APP_FUNC(0x01E7B8C0, ZipSegmentedStream *, ZipSegmentedStream_ForWriting, (String * name, int32_t maxSegmentSize, MethodInfo * method)); DO_APP_FUNC(0x01E7BBB0, Stream *, ZipSegmentedStream_ForUpdate, (String * name, uint32_t diskNumber, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7980, ZipSegmentedStream_ForUpdate__MethodInfo); DO_APP_FUNC(0x00C7C380, bool, ZipSegmentedStream_get_ContiguousWrite, (ZipSegmentedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7C390, void, ZipSegmentedStream_set_ContiguousWrite, (ZipSegmentedStream * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0111DD10, uint32_t, ZipSegmentedStream_get_CurrentSegment, (ZipSegmentedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7BD90, void, ZipSegmentedStream_set_CurrentSegment, (ZipSegmentedStream * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01E7BDF0, String *, ZipSegmentedStream_get_CurrentName, (ZipSegmentedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, String *, ZipSegmentedStream_get_CurrentTempName, (ZipSegmentedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7BE70, String *, ZipSegmentedStream__NameForSegment, (ZipSegmentedStream * __this, uint32_t diskNumber, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7970, ZipSegmentedStream__NameForSegment__MethodInfo); DO_APP_FUNC(0x01E7C030, uint32_t, ZipSegmentedStream_ComputeSegment, (ZipSegmentedStream * __this, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01E7C080, String *, ZipSegmentedStream_ToString, (ZipSegmentedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7C2E0, void, ZipSegmentedStream__SetReadStream, (ZipSegmentedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7C3E0, int32_t, ZipSegmentedStream_Read, (ZipSegmentedStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7950, ZipSegmentedStream_Read__MethodInfo); DO_APP_FUNC(0x01E7C5F0, void, ZipSegmentedStream__SetWriteStream, (ZipSegmentedStream * __this, uint32_t increment, MethodInfo * method)); DO_APP_FUNC(0x01E7C860, void, ZipSegmentedStream_Write, (ZipSegmentedStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA79C8, ZipSegmentedStream_Write__MethodInfo); DO_APP_FUNC(0x01E7CA30, int64_t, ZipSegmentedStream_TruncateBackward, (ZipSegmentedStream * __this, uint32_t diskNumber, int64_t offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA79C0, ZipSegmentedStream_TruncateBackward__MethodInfo); DO_APP_FUNC(0x01E7CE30, bool, ZipSegmentedStream_get_CanRead, (ZipSegmentedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7CE80, bool, ZipSegmentedStream_get_CanSeek, (ZipSegmentedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7CEC0, bool, ZipSegmentedStream_get_CanWrite, (ZipSegmentedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7CF10, void, ZipSegmentedStream_Flush, (ZipSegmentedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7CF40, int64_t, ZipSegmentedStream_get_Length, (ZipSegmentedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7CF70, int64_t, ZipSegmentedStream_get_Position, (ZipSegmentedStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7CFA0, void, ZipSegmentedStream_set_Position, (ZipSegmentedStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01E7CFD0, int64_t, ZipSegmentedStream_Seek, (ZipSegmentedStream * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC(0x01E7D000, void, ZipSegmentedStream_SetLength, (ZipSegmentedStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA79B8, ZipSegmentedStream_SetLength__MethodInfo); DO_APP_FUNC(0x01E7D080, void, ZipSegmentedStream_Dispose, (ZipSegmentedStream * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01E7D0F0, void, DeflateManager__ctor, (DeflateManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7D5F0, void, DeflateManager__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01E7DC00, void, DeflateManager__InitializeLazyMatch, (DeflateManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7DDA0, void, DeflateManager__InitializeTreeData, (DeflateManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7E0C0, void, DeflateManager__InitializeBlocks, (DeflateManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7E280, void, DeflateManager_pqdownheap, (DeflateManager * __this, Int16__Array * tree, int32_t k, MethodInfo * method)); DO_APP_FUNC(0x01E7E4F0, bool, DeflateManager__IsSmaller, (Int16__Array * tree, int32_t n, int32_t m, SByte__Array * depth, MethodInfo * method)); DO_APP_FUNC(0x01E7E570, void, DeflateManager_scan_tree, (DeflateManager * __this, Int16__Array * tree, int32_t max_code, MethodInfo * method)); DO_APP_FUNC(0x01E7E800, int32_t, DeflateManager_build_bl_tree, (DeflateManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7E980, void, DeflateManager_send_all_trees, (DeflateManager * __this, int32_t lcodes, int32_t dcodes, int32_t blcodes, MethodInfo * method)); DO_APP_FUNC(0x01E7EAD0, void, DeflateManager_send_tree, (DeflateManager * __this, Int16__Array * tree, int32_t max_code, MethodInfo * method)); DO_APP_FUNC(0x01E7EE50, void, DeflateManager_put_bytes, (DeflateManager * __this, Byte__Array * p, int32_t start, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x01E7EEA0, void, DeflateManager_send_code, (DeflateManager * __this, int32_t c, Int16__Array * tree, MethodInfo * method)); DO_APP_FUNC(0x01E7EEF0, void, DeflateManager_send_bits, (DeflateManager * __this, int32_t value, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01E7F060, void, DeflateManager__tr_align, (DeflateManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7F250, bool, DeflateManager__tr_tally, (DeflateManager * __this, int32_t dist, int32_t lc, MethodInfo * method)); DO_APP_FUNC(0x01E7F590, void, DeflateManager_send_compressed_block, (DeflateManager * __this, Int16__Array * ltree, Int16__Array * dtree, MethodInfo * method)); DO_APP_FUNC(0x01E7F970, void, DeflateManager_set_data_type, (DeflateManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7FB20, void, DeflateManager_bi_flush, (DeflateManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7FC00, void, DeflateManager_bi_windup, (DeflateManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7FCD0, void, DeflateManager_copy_block, (DeflateManager * __this, int32_t buf, int32_t len, bool header, MethodInfo * method)); DO_APP_FUNC(0x01E7FDF0, void, DeflateManager_flush_block_only, (DeflateManager * __this, bool eof, MethodInfo * method)); DO_APP_FUNC(0x01E7FE60, BlockState__Enum, DeflateManager_DeflateNone, (DeflateManager * __this, FlushType__Enum flush, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7710, DeflateManager_DeflateNone__MethodInfo); DO_APP_FUNC(0x01E80110, void, DeflateManager__tr_stored_block, (DeflateManager * __this, int32_t buf, int32_t stored_len, bool eof, MethodInfo * method)); DO_APP_FUNC(0x01E80290, void, DeflateManager__tr_flush_block, (DeflateManager * __this, int32_t buf, int32_t stored_len, bool eof, MethodInfo * method)); DO_APP_FUNC(0x01E808D0, void, DeflateManager__fillWindow, (DeflateManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01E80C60, BlockState__Enum, DeflateManager_DeflateFast, (DeflateManager * __this, FlushType__Enum flush, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7708, DeflateManager_DeflateFast__MethodInfo); DO_APP_FUNC(0x01E81200, BlockState__Enum, DeflateManager_DeflateSlow, (DeflateManager * __this, FlushType__Enum flush, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA76F0, DeflateManager_DeflateSlow__MethodInfo); DO_APP_FUNC(0x01E81920, int32_t, DeflateManager_longest_match, (DeflateManager * __this, int32_t cur_match, MethodInfo * method)); DO_APP_FUNC(0x01E81E00, bool, DeflateManager_get_WantRfc1950HeaderBytes, (DeflateManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01E81E10, void, DeflateManager_set_WantRfc1950HeaderBytes, (DeflateManager * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E81E20, int32_t, DeflateManager_Initialize, (DeflateManager * __this, ZlibCodec * codec, CompressionLevel__Enum_1 level, int32_t bits, CompressionStrategy__Enum compressionStrategy, MethodInfo * method)); DO_APP_FUNC(0x01E81ED0, int32_t, DeflateManager_Initialize_1, (DeflateManager * __this, ZlibCodec * codec, CompressionLevel__Enum_1 level, int32_t windowBits, int32_t memLevel, CompressionStrategy__Enum strategy, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7830, DeflateManager_Initialize_1__MethodInfo); DO_APP_FUNC(0x01E82290, void, DeflateManager_Reset, (DeflateManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01E825A0, void, DeflateManager_SetDeflater, (DeflateManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01E827E0, int32_t, DeflateManager_Deflate, (DeflateManager * __this, FlushType__Enum flush, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA76D0, DeflateManager_Deflate__MethodInfo); DO_APP_FUNC(0x0160D3D0, void, DeflateManager_CompressFunc__ctor, (DeflateManager_CompressFunc * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, BlockState__Enum, DeflateManager_CompressFunc_Invoke, (DeflateManager_CompressFunc * __this, FlushType__Enum flush, MethodInfo * method)); DO_APP_FUNC(0x01E83060, void, DeflateManager_Config__ctor, (DeflateManager_Config * __this, int32_t goodLength, int32_t maxLazy, int32_t niceLength, int32_t maxChainLength, DeflateFlavor__Enum flavor, MethodInfo * method)); DO_APP_FUNC(0x01E83080, void, DeflateManager_Config__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01E835C0, DeflateManager_Config *, DeflateManager_Config_Lookup, (CompressionLevel__Enum_1 level, MethodInfo * method)); DO_APP_FUNC(0x01E83640, void, DeflateStream_1__ctor, (DeflateStream_1 * __this, Stream * stream, CompressionMode__Enum_1 mode, bool leaveOpen, MethodInfo * method)); DO_APP_FUNC(0x01E83670, void, DeflateStream_1__ctor_1, (DeflateStream_1 * __this, Stream * stream, CompressionMode__Enum_1 mode, CompressionLevel__Enum_1 level, bool leaveOpen, MethodInfo * method)); DO_APP_FUNC(0x01E837F0, void, DeflateStream_1_set_BufferSize, (DeflateStream_1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7788, DeflateStream_1_set_BufferSize__MethodInfo); DO_APP_FUNC(0x01E83980, void, DeflateStream_1_set_Strategy, (DeflateStream_1 * __this, CompressionStrategy__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7750, DeflateStream_1_set_Strategy__MethodInfo); DO_APP_FUNC(0x01E83A00, void, DeflateStream_1_Dispose, (DeflateStream_1 * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01E83A80, bool, DeflateStream_1_get_CanRead, (DeflateStream_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7760, DeflateStream_1_get_CanRead__MethodInfo); DO_APP_FUNC(0x00418D40, bool, DeflateStream_1_get_CanSeek, (DeflateStream_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E83B20, bool, DeflateStream_1_get_CanWrite, (DeflateStream_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7738, DeflateStream_1_get_CanWrite__MethodInfo); DO_APP_FUNC(0x01E83BC0, void, DeflateStream_1_Flush, (DeflateStream_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7740, DeflateStream_1_Flush__MethodInfo); DO_APP_FUNC(0x01E83C50, int64_t, DeflateStream_1_get_Length, (DeflateStream_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7628, DeflateStream_1_get_Length__MethodInfo); DO_APP_FUNC(0x01E83CA0, int64_t, DeflateStream_1_get_Position, (DeflateStream_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E83CF0, void, DeflateStream_1_set_Position, (DeflateStream_1 * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7638, DeflateStream_1_set_Position__MethodInfo); DO_APP_FUNC(0x01E83D40, int32_t, DeflateStream_1_Read, (DeflateStream_1 * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7610, DeflateStream_1_Read__MethodInfo); DO_APP_FUNC(0x01E83DD0, int64_t, DeflateStream_1_Seek, (DeflateStream_1 * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7618, DeflateStream_1_Seek__MethodInfo); DO_APP_FUNC(0x01E83E20, void, DeflateStream_1_SetLength, (DeflateStream_1 * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7600, DeflateStream_1_SetLength__MethodInfo); DO_APP_FUNC(0x01E83E70, void, DeflateStream_1_Write, (DeflateStream_1 * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7608, DeflateStream_1_Write__MethodInfo); DO_APP_FUNC(0x01E83F00, void, GZipStream_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003C5490, String *, GZipStream_1_get_Comment, (GZipStream_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E84010, void, GZipStream_1_set_Comment, (GZipStream_1 * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA75C8, GZipStream_1_set_Comment__MethodInfo); DO_APP_FUNC(0x003C5420, String *, GZipStream_1_get_FileName, (GZipStream_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E840D0, void, GZipStream_1_set_FileName, (GZipStream_1 * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA75B8, GZipStream_1_set_FileName__MethodInfo); DO_APP_FUNC(0x01E84320, bool, GZipStream_1_get_CanRead, (GZipStream_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA75A0, GZipStream_1_get_CanRead__MethodInfo); DO_APP_FUNC(0x00418D40, bool, GZipStream_1_get_CanSeek, (GZipStream_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E843C0, bool, GZipStream_1_get_CanWrite, (GZipStream_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA76B0, GZipStream_1_get_CanWrite__MethodInfo); DO_APP_FUNC(0x01E84460, void, GZipStream_1_Flush, (GZipStream_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA76C0, GZipStream_1_Flush__MethodInfo); DO_APP_FUNC(0x01E844F0, int64_t, GZipStream_1_get_Length, (GZipStream_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7698, GZipStream_1_get_Length__MethodInfo); DO_APP_FUNC(0x01E84540, int64_t, GZipStream_1_get_Position, (GZipStream_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E845A0, void, GZipStream_1_set_Position, (GZipStream_1 * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA76A0, GZipStream_1_set_Position__MethodInfo); DO_APP_FUNC(0x01E845F0, int32_t, GZipStream_1_Read, (GZipStream_1 * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7688, GZipStream_1_Read__MethodInfo); DO_APP_FUNC(0x01E84780, int64_t, GZipStream_1_Seek, (GZipStream_1 * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7690, GZipStream_1_Seek__MethodInfo); DO_APP_FUNC(0x01E847D0, void, GZipStream_1_SetLength, (GZipStream_1 * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7668, GZipStream_1_SetLength__MethodInfo); DO_APP_FUNC(0x01E84820, void, GZipStream_1_Write, (GZipStream_1 * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7678, GZipStream_1_Write__MethodInfo); DO_APP_FUNC(0x01E84950, int32_t, GZipStream_1_EmitHeader, (GZipStream_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InfTree__ctor, (InfTree * __this, MethodInfo * method)); DO_APP_FUNC(0x01E84DD0, void, InfTree__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01E851F0, int32_t, InfTree_huft_build, (InfTree * __this, Int32__Array * b, int32_t bindex, int32_t n, int32_t s, Int32__Array * d, Int32__Array * e, Int32__Array * t, Int32__Array * m, Int32__Array * hp, Int32__Array * hn, Int32__Array * v, MethodInfo * method)); DO_APP_FUNC(0x01E85B30, int32_t, InfTree_inflate_trees_bits, (InfTree * __this, Int32__Array * c, Int32__Array * bb, Int32__Array * tb, Int32__Array * hp, ZlibCodec * z, MethodInfo * method)); DO_APP_FUNC(0x01E85D30, int32_t, InfTree_inflate_trees_dynamic, (InfTree * __this, int32_t nl, int32_t nd, Int32__Array * c, Int32__Array * bl, Int32__Array * bd, Int32__Array * tl, Int32__Array * td, Int32__Array * hp, ZlibCodec * z, MethodInfo * method)); DO_APP_FUNC(0x01E86120, int32_t, InfTree_inflate_trees_fixed, (Int32__Array * bl, Int32__Array * bd, Int32__Array__Array * tl, Int32__Array__Array * td, ZlibCodec * z, MethodInfo * method)); DO_APP_FUNC(0x01E86270, void, InfTree_initWorkArea, (InfTree * __this, int32_t vsize, MethodInfo * method)); DO_APP_FUNC(0x01E86640, void, InflateBlocks__ctor, (InflateBlocks * __this, ZlibCodec * codec, Object * checkfn, int32_t w, MethodInfo * method)); DO_APP_FUNC(0x01E869F0, void, InflateBlocks__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01E86AD0, uint32_t, InflateBlocks_Reset, (InflateBlocks * __this, MethodInfo * method)); DO_APP_FUNC(0x01E86B80, int32_t, InflateBlocks_Process, (InflateBlocks * __this, int32_t r, MethodInfo * method)); DO_APP_FUNC(0x01E880D0, void, InflateBlocks_Free, (InflateBlocks * __this, MethodInfo * method)); DO_APP_FUNC(0x01E88190, int32_t, InflateBlocks_Flush, (InflateBlocks * __this, int32_t r, MethodInfo * method)); DO_APP_FUNC(0x01E88330, void, InternalInflateConstants__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InflateCodes__ctor, (InflateCodes * __this, MethodInfo * method)); DO_APP_FUNC(0x01E88410, void, InflateCodes_Init, (InflateCodes * __this, int32_t bl, int32_t bd, Int32__Array * tl, int32_t tl_index, Int32__Array * td, int32_t td_index, MethodInfo * method)); DO_APP_FUNC(0x01E88540, int32_t, InflateCodes_Process, (InflateCodes * __this, InflateBlocks * blocks, int32_t r, MethodInfo * method)); DO_APP_FUNC(0x01E89130, int32_t, InflateCodes_InflateFast, (InflateCodes * __this, int32_t bl, int32_t bd, Int32__Array * tl, int32_t tl_index, Int32__Array * td, int32_t td_index, InflateBlocks * s, ZlibCodec * z, MethodInfo * method)); DO_APP_FUNC(0x00A88980, void, InflateManager__ctor, (InflateManager * __this, bool expectRfc1950HeaderBytes, MethodInfo * method)); DO_APP_FUNC(0x01E89AF0, void, InflateManager__cctor, (MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, InflateManager_get_HandleRfc1950HeaderBytes, (InflateManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01E89BD0, int32_t, InflateManager_Reset, (InflateManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01E89C70, int32_t, InflateManager_End, (InflateManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01E89DD0, int32_t, InflateManager_Initialize, (InflateManager * __this, ZlibCodec * codec, int32_t w, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8780, InflateManager_Initialize__MethodInfo); DO_APP_FUNC(0x01E8A0D0, int32_t, InflateManager_Inflate, (InflateManager * __this, FlushType__Enum flush, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8600, InflateManager_Inflate__MethodInfo); DO_APP_FUNC(0x01E8ABD0, void, WorkItem__ctor, (WorkItem * __this, int32_t size, CompressionLevel__Enum_1 compressLevel, CompressionStrategy__Enum strategy, int32_t ix, MethodInfo * method)); DO_APP_FUNC(0x01E8AE90, void, ParallelDeflateOutputStream__ctor, (ParallelDeflateOutputStream * __this, Stream * stream, CompressionLevel__Enum_1 level, CompressionStrategy__Enum strategy, bool leaveOpen, MethodInfo * method)); DO_APP_FUNC(0x01E8B110, void, ParallelDeflateOutputStream__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01B3D850, CompressionStrategy__Enum, ParallelDeflateOutputStream_get_Strategy, (ParallelDeflateOutputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E8B170, void, ParallelDeflateOutputStream_set_Strategy, (ParallelDeflateOutputStream * __this, CompressionStrategy__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01E8B180, void, ParallelDeflateOutputStream_set_MaxBufferPairs, (ParallelDeflateOutputStream * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8720, ParallelDeflateOutputStream_set_MaxBufferPairs__MethodInfo); DO_APP_FUNC(0x01E8B210, void, ParallelDeflateOutputStream_set_BufferSize, (ParallelDeflateOutputStream * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8710, ParallelDeflateOutputStream_set_BufferSize__MethodInfo); DO_APP_FUNC(0x01E8B2A0, void, ParallelDeflateOutputStream__InitializePoolOfWorkItems, (ParallelDeflateOutputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E8B820, void, ParallelDeflateOutputStream_Write, (ParallelDeflateOutputStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA84D0, ParallelDeflateOutputStream_Write__MethodInfo); DO_APP_FUNC(0x01E8BB50, void, ParallelDeflateOutputStream__FlushFinish, (ParallelDeflateOutputStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8478, ParallelDeflateOutputStream__FlushFinish__MethodInfo); DO_APP_FUNC(0x01E8BD90, void, ParallelDeflateOutputStream__Flush, (ParallelDeflateOutputStream * __this, bool lastInput, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8468, ParallelDeflateOutputStream__Flush__MethodInfo); DO_APP_FUNC(0x01E8BEB0, void, ParallelDeflateOutputStream_Flush, (ParallelDeflateOutputStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8440, ParallelDeflateOutputStream_Flush__MethodInfo); DO_APP_FUNC(0x01E8BF30, void, ParallelDeflateOutputStream_Close, (ParallelDeflateOutputStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8450, ParallelDeflateOutputStream_Close__MethodInfo); DO_APP_FUNC(0x01E8BFE0, void, ParallelDeflateOutputStream_Dispose, (ParallelDeflateOutputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ParallelDeflateOutputStream_Dispose_1, (ParallelDeflateOutputStream * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01E8C070, void, ParallelDeflateOutputStream_Reset, (ParallelDeflateOutputStream * __this, Stream * stream, MethodInfo * method)); DO_APP_FUNC(0x01E8C490, void, ParallelDeflateOutputStream_EmitPendingBuffers, (ParallelDeflateOutputStream * __this, bool doAll, bool mustWait, MethodInfo * method)); DO_APP_FUNC(0x01E8CAF0, void, ParallelDeflateOutputStream__DeflateOne, (ParallelDeflateOutputStream * __this, Object * wi, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA84E0, ParallelDeflateOutputStream__DeflateOne__MethodInfo); DO_APP_FUNC(0x01E8CF80, bool, ParallelDeflateOutputStream_DeflateOneSegment, (ParallelDeflateOutputStream * __this, WorkItem * workitem, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ParallelDeflateOutputStream_get_CanSeek, (ParallelDeflateOutputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ParallelDeflateOutputStream_get_CanRead, (ParallelDeflateOutputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E8D0C0, bool, ParallelDeflateOutputStream_get_CanWrite, (ParallelDeflateOutputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E8D0F0, int64_t, ParallelDeflateOutputStream_get_Length, (ParallelDeflateOutputStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8538, ParallelDeflateOutputStream_get_Length__MethodInfo); DO_APP_FUNC(0x01E8D140, int64_t, ParallelDeflateOutputStream_get_Position, (ParallelDeflateOutputStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E8D170, void, ParallelDeflateOutputStream_set_Position, (ParallelDeflateOutputStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8528, ParallelDeflateOutputStream_set_Position__MethodInfo); DO_APP_FUNC(0x01E8D1C0, int32_t, ParallelDeflateOutputStream_Read, (ParallelDeflateOutputStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8530, ParallelDeflateOutputStream_Read__MethodInfo); DO_APP_FUNC(0x01E8D210, int64_t, ParallelDeflateOutputStream_Seek, (ParallelDeflateOutputStream * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8518, ParallelDeflateOutputStream_Seek__MethodInfo); DO_APP_FUNC(0x01E8D260, void, ParallelDeflateOutputStream_SetLength, (ParallelDeflateOutputStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8520, ParallelDeflateOutputStream_SetLength__MethodInfo); DO_APP_FUNC(0x003AC050, void, Tree__ctor, (Tree * __this, MethodInfo * method)); DO_APP_FUNC(0x01E8D2B0, void, Tree__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01E8D880, int32_t, Tree_DistanceCode, (int32_t dist, MethodInfo * method)); DO_APP_FUNC(0x01E8D950, void, Tree_gen_bitlen, (Tree * __this, DeflateManager * s, MethodInfo * method)); DO_APP_FUNC(0x01E8DDB0, void, Tree_build_tree, (Tree * __this, DeflateManager * s, MethodInfo * method)); DO_APP_FUNC(0x01E8E300, void, Tree_gen_codes, (Int16__Array * tree, int32_t max_code, Int16__Array * bl_count, MethodInfo * method)); DO_APP_FUNC(0x01E8E4F0, int32_t, Tree_bi_reverse, (int32_t code, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x01E8E520, void, ZlibException__ctor, (ZlibException * __this, String * s, MethodInfo * method)); DO_APP_FUNC(0x01E8E580, int32_t, SharedUtils_URShift, (int32_t number, int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x01E8E590, void, InternalConstants__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01E8E690, void, StaticTree__ctor, (StaticTree * __this, Int16__Array * treeCodes, Int32__Array * extraBits, int32_t extraBase, int32_t elems, int32_t maxLength, MethodInfo * method)); DO_APP_FUNC(0x01E8E760, void, StaticTree__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01E8EC00, void, Adler__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01E8EC60, uint32_t, Adler_Adler32, (uint32_t adler, Byte__Array * buf, int32_t index, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x01E8EFD0, void, ZlibBaseStream__ctor, (ZlibBaseStream * __this, Stream * stream, CompressionMode__Enum_1 compressionMode, CompressionLevel__Enum_1 level, ZlibStreamFlavor__Enum flavor, bool leaveOpen, MethodInfo * method)); DO_APP_FUNC(0x01E8F1E0, bool, ZlibBaseStream_get__wantCompress, (ZlibBaseStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E8F1F0, ZlibCodec *, ZlibBaseStream_get_z, (ZlibBaseStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E8F420, Byte__Array *, ZlibBaseStream_get_workingBuffer, (ZlibBaseStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E8F4C0, void, ZlibBaseStream_Write, (ZlibBaseStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8340, ZlibBaseStream_Write__MethodInfo); DO_APP_FUNC(0x01E8F8F0, void, ZlibBaseStream_finish, (ZlibBaseStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA82F8, ZlibBaseStream_finish__MethodInfo); DO_APP_FUNC(0x01E90130, void, ZlibBaseStream_end, (ZlibBaseStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E902B0, void, ZlibBaseStream_Close, (ZlibBaseStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7CF10, void, ZlibBaseStream_Flush, (ZlibBaseStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E90540, int64_t, ZlibBaseStream_Seek, (ZlibBaseStream * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA83A8, ZlibBaseStream_Seek__MethodInfo); DO_APP_FUNC(0x01E90590, void, ZlibBaseStream_SetLength, (ZlibBaseStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01E905C0, String *, ZlibBaseStream_ReadZeroTerminatedString, (ZlibBaseStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8398, ZlibBaseStream_ReadZeroTerminatedString__MethodInfo); DO_APP_FUNC(0x01E907D0, int32_t, ZlibBaseStream__ReadAndValidateGzipHeader, (ZlibBaseStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8380, ZlibBaseStream__ReadAndValidateGzipHeader__MethodInfo); DO_APP_FUNC(0x01E90C20, int32_t, ZlibBaseStream_Read, (ZlibBaseStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8348, ZlibBaseStream_Read__MethodInfo); DO_APP_FUNC(0x01E912C0, bool, ZlibBaseStream_get_CanRead, (ZlibBaseStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E912F0, bool, ZlibBaseStream_get_CanSeek, (ZlibBaseStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E91320, bool, ZlibBaseStream_get_CanWrite, (ZlibBaseStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E7CF40, int64_t, ZlibBaseStream_get_Length, (ZlibBaseStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E91350, int64_t, ZlibBaseStream_get_Position, (ZlibBaseStream * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8268, ZlibBaseStream_get_Position__MethodInfo); DO_APP_FUNC(0x01E913A0, void, ZlibBaseStream_set_Position, (ZlibBaseStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8278, ZlibBaseStream_set_Position__MethodInfo); DO_APP_FUNC(0x01E913F0, void, ZlibCodec__ctor, (ZlibCodec * __this, MethodInfo * method)); DO_APP_FUNC(0x01E91400, int32_t, ZlibCodec_InitializeInflate, (ZlibCodec * __this, bool expectRfc1950Header, MethodInfo * method)); DO_APP_FUNC(0x01E91530, int32_t, ZlibCodec_InitializeInflate_1, (ZlibCodec * __this, int32_t windowBits, bool expectRfc1950Header, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8260, ZlibCodec_InitializeInflate_1__MethodInfo); DO_APP_FUNC(0x01E91660, int32_t, ZlibCodec_Inflate, (ZlibCodec * __this, FlushType__Enum flush, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8250, ZlibCodec_Inflate__MethodInfo); DO_APP_FUNC(0x01E916E0, int32_t, ZlibCodec_EndInflate, (ZlibCodec * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8230, ZlibCodec_EndInflate__MethodInfo); DO_APP_FUNC(0x01E917B0, int32_t, ZlibCodec_InitializeDeflate, (ZlibCodec * __this, CompressionLevel__Enum_1 level, bool wantRfc1950Header, MethodInfo * method)); DO_APP_FUNC(0x01E91980, int32_t, ZlibCodec__InternalInitializeDeflate, (ZlibCodec * __this, bool wantRfc1950Header, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8218, ZlibCodec__InternalInitializeDeflate__MethodInfo); DO_APP_FUNC(0x01E91B50, int32_t, ZlibCodec_Deflate, (ZlibCodec * __this, FlushType__Enum flush, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA82D8, ZlibCodec_Deflate__MethodInfo); DO_APP_FUNC(0x01E91BD0, int32_t, ZlibCodec_EndDeflate, (ZlibCodec * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA82E0, ZlibCodec_EndDeflate__MethodInfo); DO_APP_FUNC(0x01E91C90, void, ZlibCodec_ResetDeflate, (ZlibCodec * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA82C8, ZlibCodec_ResetDeflate__MethodInfo); DO_APP_FUNC(0x01E91D10, void, ZlibCodec_flush_pending, (ZlibCodec * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA82C0, ZlibCodec_flush_pending__MethodInfo); DO_APP_FUNC(0x01E91EE0, int32_t, ZlibCodec_read_buf, (ZlibCodec * __this, Byte__Array * buf, int32_t start, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01E91FF0, void, CRC32__ctor, (CRC32 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E92010, void, CRC32__ctor_1, (CRC32 * __this, bool reverseBits, MethodInfo * method)); DO_APP_FUNC(0x01E92030, void, CRC32__ctor_2, (CRC32 * __this, int32_t polynomial, bool reverseBits, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, int64_t, CRC32_get_TotalBytesRead, (CRC32 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E92050, int32_t, CRC32_get_Crc32Result, (CRC32 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E92060, int32_t, CRC32_GetCrc32, (CRC32 * __this, Stream * input, MethodInfo * method)); DO_APP_FUNC(0x01E92070, int32_t, CRC32_GetCrc32AndCopy, (CRC32 * __this, Stream * input, Stream * output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA82A0, CRC32_GetCrc32AndCopy__MethodInfo); DO_APP_FUNC(0x01E922F0, int32_t, CRC32_ComputeCrc32, (CRC32 * __this, int32_t W, uint8_t B, MethodInfo * method)); DO_APP_FUNC(0x01E922F0, int32_t, CRC32__InternalComputeCrc32, (CRC32 * __this, uint32_t W, uint8_t B, MethodInfo * method)); DO_APP_FUNC(0x01E92330, void, CRC32_SlurpBlock, (CRC32 * __this, Byte__Array * block, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8290, CRC32_SlurpBlock__MethodInfo); DO_APP_FUNC(0x01E92440, uint32_t, CRC32_ReverseBits, (uint32_t data, MethodInfo * method)); DO_APP_FUNC(0x01E92480, uint8_t, CRC32_ReverseBits_1, (uint8_t data, MethodInfo * method)); DO_APP_FUNC(0x01E924B0, void, CRC32_GenerateLookupTable, (CRC32 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E92610, uint32_t, CRC32_gf2_matrix_times, (CRC32 * __this, UInt32__Array * matrix, uint32_t vec, MethodInfo * method)); DO_APP_FUNC(0x01E92660, void, CRC32_gf2_matrix_square, (CRC32 * __this, UInt32__Array * square, UInt32__Array * mat, MethodInfo * method)); DO_APP_FUNC(0x01E926E0, void, CRC32_Combine, (CRC32 * __this, int32_t crc, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01E929B0, void, CrcCalculatorStream__ctor, (CrcCalculatorStream * __this, Stream * stream, MethodInfo * method)); DO_APP_FUNC(0x01E92A30, void, CrcCalculatorStream__ctor_1, (CrcCalculatorStream * __this, Stream * stream, bool leaveOpen, MethodInfo * method)); DO_APP_FUNC(0x01E92AC0, void, CrcCalculatorStream__ctor_2, (CrcCalculatorStream * __this, Stream * stream, int64_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA81E0, CrcCalculatorStream__ctor_2__MethodInfo); DO_APP_FUNC(0x01E92B40, void, CrcCalculatorStream__ctor_3, (CrcCalculatorStream * __this, bool leaveOpen, int64_t length, Stream * stream, CRC32 * crc32, MethodInfo * method)); DO_APP_FUNC(0x01E92CD0, void, CrcCalculatorStream__cctor, (MethodInfo * method)); DO_APP_FUNC(0x019D9830, void, CrcCalculatorStream_System_IDisposable_Dispose, (CrcCalculatorStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E92D10, int64_t, CrcCalculatorStream_get_TotalBytesSlurped, (CrcCalculatorStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E92D30, int32_t, CrcCalculatorStream_get_Crc, (CrcCalculatorStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E92D50, int32_t, CrcCalculatorStream_Read, (CrcCalculatorStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01E92E70, void, CrcCalculatorStream_Write, (CrcCalculatorStream * __this, Byte__Array * buffer, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01E63A30, bool, CrcCalculatorStream_get_CanRead, (CrcCalculatorStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, CrcCalculatorStream_get_CanSeek, (CrcCalculatorStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63A90, bool, CrcCalculatorStream_get_CanWrite, (CrcCalculatorStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63AC0, void, CrcCalculatorStream_Flush, (CrcCalculatorStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E92EF0, int64_t, CrcCalculatorStream_get_Length, (CrcCalculatorStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E92D10, int64_t, CrcCalculatorStream_get_Position, (CrcCalculatorStream * __this, MethodInfo * method)); DO_APP_FUNC(0x01E92F90, void, CrcCalculatorStream_set_Position, (CrcCalculatorStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA81C0, CrcCalculatorStream_set_Position__MethodInfo); DO_APP_FUNC(0x01E92FE0, int64_t, CrcCalculatorStream_Seek, (CrcCalculatorStream * __this, int64_t offset, SeekOrigin__Enum origin, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA81C8, CrcCalculatorStream_Seek__MethodInfo); DO_APP_FUNC(0x01E93030, void, CrcCalculatorStream_SetLength, (CrcCalculatorStream * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8210, CrcCalculatorStream_SetLength__MethodInfo); DO_APP_FUNC(0x01E93080, void, CrcCalculatorStream_Close, (CrcCalculatorStream * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE8A60, void, BoltNetworkInternal_User_EnvironmentSetup, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD040, BoltNetworkInternal_User_EnvironmentSetup__MethodInfo); DO_APP_FUNC(0x003AC050, void, BoltNetworkInternal_User_EnvironmentReset, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACF78, BoltNetworkInternal_User_EnvironmentReset__MethodInfo); DO_APP_FUNC(0x00AE9880, void, InventorySlot__ctor, (InventorySlot * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE9930, int32_t, InventorySlot_get_ItemId, (InventorySlot * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE9980, void, InventorySlot_set_ItemId, (InventorySlot * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00AE9A60, void, InventorySlot_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AE9BA0, void, InventorySlot_Meta__ctor, (InventorySlot_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, InventorySlot_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (InventorySlot_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE9BF0, UniqueId, InventorySlot_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (InventorySlot_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE9C10, Type *, InventorySlot_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (InventorySlot_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InventorySlot_Meta_InitObject, (InventorySlot_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00AE9C80, void, InventorySlot_Meta_InitMeta, (InventorySlot_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE9F50, Object *, InventorySlot_Meta_Photon_Bolt_Internal_IFactory_Create, (InventorySlot_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE9FA0, void, InventorySlot_Meta_Photon_Bolt_Internal_IFactory_Return, (InventorySlot_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00AEA070, void, SurvivalPlayer__ctor, (SurvivalPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE9930, PrefabId, SurvivalPlayer_get_PrefabId, (SurvivalPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEA120, void, SurvivalPlayer_set_PrefabId, (SurvivalPlayer * __this, PrefabId value, MethodInfo * method)); DO_APP_FUNC(0x00AEA200, String *, SurvivalPlayer_get_Name, (SurvivalPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEA2A0, void, SurvivalPlayer_set_Name, (SurvivalPlayer * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00AEA430, int32_t, SurvivalPlayer_get_ConnectionId, (SurvivalPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEA490, void, SurvivalPlayer_set_ConnectionId, (SurvivalPlayer * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00AEA580, bool, SurvivalPlayer_get_IsReady, (SurvivalPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEA5E0, void, SurvivalPlayer_set_IsReady, (SurvivalPlayer * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AEA6D0, String *, SurvivalPlayer_get_DissonanceId, (SurvivalPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEA770, void, SurvivalPlayer_set_DissonanceId, (SurvivalPlayer * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00AEA900, String *, SurvivalPlayer_get_PlayerId, (SurvivalPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEA9A0, void, SurvivalPlayer_set_PlayerId, (SurvivalPlayer * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00AEAB30, void, SurvivalPlayer_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AEAC70, void, SurvivalPlayer_Meta__ctor, (SurvivalPlayer_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, SurvivalPlayer_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (SurvivalPlayer_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEACC0, UniqueId, SurvivalPlayer_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (SurvivalPlayer_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEACE0, Type *, SurvivalPlayer_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (SurvivalPlayer_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalPlayer_Meta_InitObject, (SurvivalPlayer_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00AEAD50, void, SurvivalPlayer_Meta_InitMeta, (SurvivalPlayer_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEB6A0, Object *, SurvivalPlayer_Meta_Photon_Bolt_Internal_IFactory_Create, (SurvivalPlayer_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEB6F0, void, SurvivalPlayer_Meta_Photon_Bolt_Internal_IFactory_Return, (SurvivalPlayer_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00AEB7C0, void, SteamInventoryPlayer__ctor, (SteamInventoryPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEB870, BoltEntity *, SteamInventoryPlayer_get_Character, (SteamInventoryPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEB910, void, SteamInventoryPlayer_set_Character, (SteamInventoryPlayer * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00AEBA50, int32_t, SteamInventoryPlayer_get_Result, (SteamInventoryPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEBAB0, void, SteamInventoryPlayer_set_Result, (SteamInventoryPlayer * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00AEA430, int32_t, SteamInventoryPlayer_get_ConnectionId, (SteamInventoryPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEA490, void, SteamInventoryPlayer_set_ConnectionId, (SteamInventoryPlayer * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00AEBB90, IProtocolToken *, SteamInventoryPlayer_get_ItemDefinitionIds, (SteamInventoryPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEBBF0, void, SteamInventoryPlayer_set_ItemDefinitionIds, (SteamInventoryPlayer * __this, IProtocolToken * value, MethodInfo * method)); DO_APP_FUNC(0x00AEA6D0, String *, SteamInventoryPlayer_get_SteamId, (SteamInventoryPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEA770, void, SteamInventoryPlayer_set_SteamId, (SteamInventoryPlayer * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00AEBD40, void, SteamInventoryPlayer_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AEBE80, void, SteamInventoryPlayer_Meta__ctor, (SteamInventoryPlayer_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, SteamInventoryPlayer_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (SteamInventoryPlayer_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEBED0, UniqueId, SteamInventoryPlayer_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (SteamInventoryPlayer_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEBEF0, Type *, SteamInventoryPlayer_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (SteamInventoryPlayer_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SteamInventoryPlayer_Meta_InitObject, (SteamInventoryPlayer_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00AEBF60, void, SteamInventoryPlayer_Meta_InitMeta, (SteamInventoryPlayer_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEC780, Object *, SteamInventoryPlayer_Meta_Photon_Bolt_Internal_IFactory_Create, (SteamInventoryPlayer_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEC7D0, void, SteamInventoryPlayer_Meta_Photon_Bolt_Internal_IFactory_Return, (SteamInventoryPlayer_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00AEC8A0, void, InnMazeWeb__ctor, (InnMazeWeb * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEC950, bool, InnMazeWeb_get_Enabled, (InnMazeWeb * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEC9B0, void, InnMazeWeb_set_Enabled, (InnMazeWeb * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AECA90, void, InnMazeWeb_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AECBD0, void, InnMazeWeb_Meta__ctor, (InnMazeWeb_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, InnMazeWeb_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (InnMazeWeb_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AECC20, UniqueId, InnMazeWeb_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (InnMazeWeb_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AECC40, Type *, InnMazeWeb_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (InnMazeWeb_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InnMazeWeb_Meta_InitObject, (InnMazeWeb_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00AECCB0, void, InnMazeWeb_Meta_InitMeta, (InnMazeWeb_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AECF60, Object *, InnMazeWeb_Meta_Photon_Bolt_Internal_IFactory_Create, (InnMazeWeb_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AECFB0, void, InnMazeWeb_Meta_Photon_Bolt_Internal_IFactory_Return, (InnMazeWeb_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00AED080, void, Candle__ctor, (Candle * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEC950, bool, Candle_get_IsLit, (Candle * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEC9B0, void, Candle_set_IsLit, (Candle * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AED130, void, Candle_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AED270, void, Candle_Meta__ctor, (Candle_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, Candle_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (Candle_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AED2C0, UniqueId, Candle_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (Candle_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AED2E0, Type *, Candle_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (Candle_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Candle_Meta_InitObject, (Candle_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00AED350, void, Candle_Meta_InitMeta, (Candle_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AED600, Object *, Candle_Meta_Photon_Bolt_Internal_IFactory_Create, (Candle_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AED650, void, Candle_Meta_Photon_Bolt_Internal_IFactory_Return, (Candle_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00AED720, void, FountainState__ctor, (FountainState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEC950, bool, FountainState_get_IsClean, (FountainState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEC9B0, void, FountainState_set_IsClean, (FountainState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AED790, void, FountainState_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AED8B0, void, FountainState_Meta__ctor, (FountainState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, FountainState_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (FountainState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AED900, UniqueId, FountainState_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (FountainState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AED920, Type *, FountainState_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (FountainState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FountainState_Meta_InitObject, (FountainState_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00AED990, void, FountainState_Meta_InitMeta, (FountainState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEDDB0, Object *, FountainState_Meta_Photon_Bolt_Internal_IFactory_Create, (FountainState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEDE00, void, FountainState_Meta_Photon_Bolt_Internal_IFactory_Return, (FountainState_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00AEDED0, void, SurvivalLobbyState__ctor, (SurvivalLobbyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEDF40, NetworkArray_Objects_1_SurvivalPlayer_ *, SurvivalLobbyState_get_Players, (SurvivalLobbyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEE010, int32_t, SurvivalLobbyState_get_Map, (SurvivalLobbyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEE070, void, SurvivalLobbyState_set_Map, (SurvivalLobbyState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00AEE160, int32_t, SurvivalLobbyState_get_Difficulty, (SurvivalLobbyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEE1C0, void, SurvivalLobbyState_set_Difficulty, (SurvivalLobbyState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00AEE2B0, bool, SurvivalLobbyState_get_PlayerCollisions, (SurvivalLobbyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEE310, void, SurvivalLobbyState_set_PlayerCollisions, (SurvivalLobbyState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AEE400, bool, SurvivalLobbyState_get_ProximityVoice, (SurvivalLobbyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEE460, void, SurvivalLobbyState_set_ProximityVoice, (SurvivalLobbyState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AEE550, bool, SurvivalLobbyState_get_Batteries, (SurvivalLobbyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEE5B0, void, SurvivalLobbyState_set_Batteries, (SurvivalLobbyState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AEE6A0, bool, SurvivalLobbyState_get_Medkits, (SurvivalLobbyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEE700, void, SurvivalLobbyState_set_Medkits, (SurvivalLobbyState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AEE7F0, bool, SurvivalLobbyState_get_Perks, (SurvivalLobbyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEE850, void, SurvivalLobbyState_set_Perks, (SurvivalLobbyState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AEE940, void, SurvivalLobbyState_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AED8B0, void, SurvivalLobbyState_Meta__ctor, (SurvivalLobbyState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, SurvivalLobbyState_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (SurvivalLobbyState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEEA60, UniqueId, SurvivalLobbyState_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (SurvivalLobbyState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEEA80, Type *, SurvivalLobbyState_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (SurvivalLobbyState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEEAF0, void, SurvivalLobbyState_Meta_InitObject, (SurvivalLobbyState_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00AEEE20, void, SurvivalLobbyState_Meta_InitMeta, (SurvivalLobbyState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFAA0, Object *, SurvivalLobbyState_Meta_Photon_Bolt_Internal_IFactory_Create, (SurvivalLobbyState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFAF0, void, SurvivalLobbyState_Meta_Photon_Bolt_Internal_IFactory_Return, (SurvivalLobbyState_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00AEFBC0, void, PlayerState__ctor, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFC30, NetworkTransform *, PlayerState_get_Transform, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFC90, float, PlayerState_get_HorizontalMovement, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFCF0, float, PlayerState_get_ForwardMovement, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFD50, float, PlayerState_get_Pitch, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFDB0, float, PlayerState_get_Yaw, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFE10, float, PlayerState_get_Speed, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFE70, float, PlayerState_get_Height, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFED0, bool, PlayerState_get_Moving, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFF30, int32_t, PlayerState_get_MovementSetID, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFF90, int32_t, PlayerState_get_AbilityIndex, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFFF0, int32_t, PlayerState_get_AbilityIntData, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF0050, float, PlayerState_get_AbilityFloatData, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF00B0, int32_t, PlayerState_get_ReliefIntData, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF0110, bool, PlayerState_get_IsFlashlightActive, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF0170, String *, PlayerState_get_CarryObjectName, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF0210, void, PlayerState_set_CarryObjectName, (PlayerState * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00AF03A0, String *, PlayerState_get_DissonancePlayerId, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF0440, void, PlayerState_set_DissonancePlayerId, (PlayerState * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00AF05D0, BoltEntity *, PlayerState_get_LookAtEntity, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF0670, void, PlayerState_set_LookAtEntity, (PlayerState * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00AF07C0, Vector3, PlayerState_get_LookAtPosition, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF0840, void, PlayerState_set_LookAtPosition, (PlayerState * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00AF0990, String *, PlayerState_get_Keys, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF0A30, void, PlayerState_set_Keys, (PlayerState * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00AF0BC0, bool, PlayerState_get_Locked, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF0C20, void, PlayerState_set_Locked, (PlayerState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AF0D10, BoltEntity *, PlayerState_get_DemonHoldingPlayer, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF0DB0, void, PlayerState_set_DemonHoldingPlayer, (PlayerState * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00AF0F00, String *, PlayerState_get_Outfit, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF0FA0, void, PlayerState_set_Outfit, (PlayerState * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00AF1130, String *, PlayerState_get_Robe, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF11D0, void, PlayerState_set_Robe, (PlayerState * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00AF1360, int32_t, PlayerState_get_ConnectionId, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF13C0, void, PlayerState_set_ConnectionId, (PlayerState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00AF14B0, BoltEntity *, PlayerState_get_Reviving, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF1550, void, PlayerState_set_Reviving, (PlayerState * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00AF16A0, float, PlayerState_get_AlignToGround, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF1700, float, PlayerState_get_Poison, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF1760, void, PlayerState_set_Poison, (PlayerState * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00AF1850, String *, PlayerState_get_Perk, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF18F0, void, PlayerState_set_Perk, (PlayerState * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00AF1A80, String *, PlayerState_get_Flashlight, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF1B20, void, PlayerState_set_Flashlight, (PlayerState * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00AF1CB0, int32_t, PlayerState_get_Rank, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF1D10, void, PlayerState_set_Rank, (PlayerState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00AF1E00, String *, PlayerState_get_PlayerName, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF1EA0, void, PlayerState_set_PlayerName, (PlayerState * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00AF2030, String *, PlayerState_get_PlayerId, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF20D0, void, PlayerState_set_PlayerId, (PlayerState * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00AF2260, Vector3, PlayerState_get_FlashlightOriginOffset, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF22E0, void, PlayerState_set_FlashlightOriginOffset, (PlayerState * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00AF2430, Vector3, PlayerState_get_FlashlightDir, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF24B0, void, PlayerState_set_FlashlightDir, (PlayerState * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00AF2600, bool, PlayerState_get_VRMirrorHands, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF2660, Vector3, PlayerState_get_VRRightHandDir, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF26E0, void, PlayerState_set_VRRightHandDir, (PlayerState * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00AF2830, Vector3, PlayerState_get_VRLeftHandDir, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF28B0, void, PlayerState_set_VRLeftHandDir, (PlayerState * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00AF2A00, Quaternion, PlayerState_get_VRRightHandRotation, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF2A70, void, PlayerState_set_VRRightHandRotation, (PlayerState * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x00AF2BC0, Quaternion, PlayerState_get_VRLeftHandRotation, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF2C30, void, PlayerState_set_VRLeftHandRotation, (PlayerState * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x00AF2D80, String *, PlayerState_get_Perk2, (PlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF2E20, void, PlayerState_set_Perk2, (PlayerState * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00AF2FB0, void, PlayerState_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AED8B0, void, PlayerState_Meta__ctor, (PlayerState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, PlayerState_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (PlayerState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF30D0, UniqueId, PlayerState_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (PlayerState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF30F0, Type *, PlayerState_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (PlayerState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlayerState_Meta_InitObject, (PlayerState_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00AF3160, void, PlayerState_Meta_InitMeta, (PlayerState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF5A60, Object *, PlayerState_Meta_Photon_Bolt_Internal_IFactory_Create, (PlayerState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF5AB0, void, PlayerState_Meta_Photon_Bolt_Internal_IFactory_Return, (PlayerState_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00AF5B80, void, EnemyState__ctor, (EnemyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFC30, NetworkTransform *, EnemyState_get_Transform, (EnemyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFC90, float, EnemyState_get_HorizontalMovement, (EnemyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFCF0, float, EnemyState_get_ForwardMovement, (EnemyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFD50, float, EnemyState_get_Pitch, (EnemyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFDB0, float, EnemyState_get_Yaw, (EnemyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFE10, float, EnemyState_get_Speed, (EnemyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFE70, float, EnemyState_get_Height, (EnemyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFED0, bool, EnemyState_get_Moving, (EnemyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFF30, int32_t, EnemyState_get_MovementSetID, (EnemyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFF90, int32_t, EnemyState_get_AbilityIndex, (EnemyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFFF0, int32_t, EnemyState_get_AbilityIntData, (EnemyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF0050, float, EnemyState_get_AbilityFloatData, (EnemyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF00B0, int32_t, EnemyState_get_ReliefIntData, (EnemyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF5BF0, BoltEntity *, EnemyState_get_LookAtEntity, (EnemyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF5C90, void, EnemyState_set_LookAtEntity, (EnemyState * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00AF5DE0, Vector3, EnemyState_get_LookAtPosition, (EnemyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF5E60, void, EnemyState_set_LookAtPosition, (EnemyState * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00AF05D0, BoltEntity *, EnemyState_get_DoorEntity, (EnemyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF5FB0, void, EnemyState_set_DoorEntity, (EnemyState * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00AF6100, bool, EnemyState_get_MultipleFocus, (EnemyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF6160, void, EnemyState_set_MultipleFocus, (EnemyState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AF6250, BoltEntity *, EnemyState_get_DemonHoldingPlayer, (EnemyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF62F0, void, EnemyState_set_DemonHoldingPlayer, (EnemyState * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00AF6440, float, EnemyState_get_AlignToGround, (EnemyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF0BC0, bool, EnemyState_get_IsHidden, (EnemyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF0C20, void, EnemyState_set_IsHidden, (EnemyState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AF64A0, bool, EnemyState_get_GenericBool1, (EnemyState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF6500, void, EnemyState_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AED8B0, void, EnemyState_Meta__ctor, (EnemyState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, EnemyState_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (EnemyState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF6620, UniqueId, EnemyState_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (EnemyState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF6640, Type *, EnemyState_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (EnemyState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EnemyState_Meta_InitObject, (EnemyState_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00AF66B0, void, EnemyState_Meta_InitMeta, (EnemyState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF8220, Object *, EnemyState_Meta_Photon_Bolt_Internal_IFactory_Create, (EnemyState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF8270, void, EnemyState_Meta_Photon_Bolt_Internal_IFactory_Return, (EnemyState_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00AF8340, void, ManorShrineState__ctor, (ManorShrineState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE9930, int32_t, ManorShrineState_get_State, (ManorShrineState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE9980, void, ManorShrineState_set_State, (ManorShrineState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00AEA200, String *, ManorShrineState_get_Name, (ManorShrineState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEA2A0, void, ManorShrineState_set_Name, (ManorShrineState * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00AF83B0, BoltEntity *, ManorShrineState_get_Head, (ManorShrineState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF8450, void, ManorShrineState_set_Head, (ManorShrineState * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00AF85A0, void, ManorShrineState_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AED8B0, void, ManorShrineState_Meta__ctor, (ManorShrineState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, ManorShrineState_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (ManorShrineState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF86C0, UniqueId, ManorShrineState_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (ManorShrineState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF86E0, Type *, ManorShrineState_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (ManorShrineState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ManorShrineState_Meta_InitObject, (ManorShrineState_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00AF8750, void, ManorShrineState_Meta_InitMeta, (ManorShrineState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF8E20, Object *, ManorShrineState_Meta_Photon_Bolt_Internal_IFactory_Create, (ManorShrineState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF8E70, void, ManorShrineState_Meta_Photon_Bolt_Internal_IFactory_Return, (ManorShrineState_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00AF8F40, void, PetState__ctor, (PetState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFC30, NetworkTransform *, PetState_get_Transform, (PetState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFC90, float, PetState_get_Speed, (PetState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFCF0, float, PetState_get_RandomIdle, (PetState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF8FB0, BoltEntity *, PetState_get_Player, (PetState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF9050, void, PetState_set_Player, (PetState * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00AF91A0, void, PetState_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AED8B0, void, PetState_Meta__ctor, (PetState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, PetState_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (PetState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF92C0, UniqueId, PetState_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (PetState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF92E0, Type *, PetState_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (PetState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PetState_Meta_InitObject, (PetState_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00AF9350, void, PetState_Meta_InitMeta, (PetState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF9D40, Object *, PetState_Meta_Photon_Bolt_Internal_IFactory_Create, (PetState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF9D90, void, PetState_Meta_Photon_Bolt_Internal_IFactory_Return, (PetState_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00AF9E60, void, HidingSpotState__ctor, (HidingSpotState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEC950, bool, HidingSpotState_get_IsOccupied, (HidingSpotState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF9ED0, BoltEntity *, HidingSpotState_get_Player, (HidingSpotState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF9F70, void, HidingSpotState_set_Player, (HidingSpotState * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00AFA0C0, bool, HidingSpotState_get_IsDestroyed, (HidingSpotState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFA120, void, HidingSpotState_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AED8B0, void, HidingSpotState_Meta__ctor, (HidingSpotState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, HidingSpotState_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (HidingSpotState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFA240, UniqueId, HidingSpotState_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (HidingSpotState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFA260, Type *, HidingSpotState_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (HidingSpotState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HidingSpotState_Meta_InitObject, (HidingSpotState_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00AFA2D0, void, HidingSpotState_Meta_InitMeta, (HidingSpotState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFA9A0, Object *, HidingSpotState_Meta_Photon_Bolt_Internal_IFactory_Create, (HidingSpotState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFA9F0, void, HidingSpotState_Meta_Photon_Bolt_Internal_IFactory_Return, (HidingSpotState_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00AFAAC0, void, MapState__ctor, (MapState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE9930, int32_t, MapState_get_MapProgress, (MapState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE9980, void, MapState_set_MapProgress, (MapState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00AFAB30, bool, MapState_get_IsAzazelActive, (MapState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFAB90, void, MapState_set_IsAzazelActive, (MapState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AF83B0, BoltEntity *, MapState_get_LastPlayerToInteract, (MapState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF8450, void, MapState_set_LastPlayerToInteract, (MapState * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00AFAC80, void, MapState_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AED8B0, void, MapState_Meta__ctor, (MapState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, MapState_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (MapState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFADA0, UniqueId, MapState_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (MapState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFADC0, Type *, MapState_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (MapState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MapState_Meta_InitObject, (MapState_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00AFAE30, void, MapState_Meta_InitMeta, (MapState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFB500, Object *, MapState_Meta_Photon_Bolt_Internal_IFactory_Create, (MapState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFB550, void, MapState_Meta_Photon_Bolt_Internal_IFactory_Return, (MapState_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00AFB620, void, InnWebState__ctor, (InnWebState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEC950, bool, InnWebState_get_On, (InnWebState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEBA50, int32_t, InnWebState_get_NumPlayersFocusing, (InnWebState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEBAB0, void, InnWebState_set_NumPlayersFocusing, (InnWebState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00AFB690, void, InnWebState_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AED8B0, void, InnWebState_Meta__ctor, (InnWebState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, InnWebState_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (InnWebState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFB7B0, UniqueId, InnWebState_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (InnWebState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFB7D0, Type *, InnWebState_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (InnWebState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InnWebState_Meta_InitObject, (InnWebState_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00AFB840, void, InnWebState_Meta_InitMeta, (InnWebState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFBDD0, Object *, InnWebState_Meta_Photon_Bolt_Internal_IFactory_Create, (InnWebState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFBE20, void, InnWebState_Meta_Photon_Bolt_Internal_IFactory_Return, (InnWebState_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00AFBEF0, void, ManorMirrorState__ctor, (ManorMirrorState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEC950, bool, ManorMirrorState_get_Broken, (ManorMirrorState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEC9B0, void, ManorMirrorState_set_Broken, (ManorMirrorState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AF9ED0, BoltEntity *, ManorMirrorState_get_Target, (ManorMirrorState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF9F70, void, ManorMirrorState_set_Target, (ManorMirrorState * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00AFBF60, void, ManorMirrorState_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AED8B0, void, ManorMirrorState_Meta__ctor, (ManorMirrorState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, ManorMirrorState_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (ManorMirrorState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFC080, UniqueId, ManorMirrorState_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (ManorMirrorState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFC0A0, Type *, ManorMirrorState_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (ManorMirrorState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ManorMirrorState_Meta_InitObject, (ManorMirrorState_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00AFC110, void, ManorMirrorState_Meta_InitMeta, (ManorMirrorState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFC680, Object *, ManorMirrorState_Meta_Photon_Bolt_Internal_IFactory_Create, (ManorMirrorState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFC6D0, void, ManorMirrorState_Meta_Photon_Bolt_Internal_IFactory_Return, (ManorMirrorState_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00AFC7A0, void, CrowState__ctor, (CrowState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFC30, NetworkTransform *, CrowState_get_Transform, (CrowState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFC90, float, CrowState_get_Speed, (CrowState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFC810, int32_t, CrowState_get_AbilityIndex, (CrowState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFC870, int32_t, CrowState_get_AbilityIntData, (CrowState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFC8D0, BoltEntity *, CrowState_get_Pursuing, (CrowState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFC970, void, CrowState_set_Pursuing, (CrowState * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00AFCAC0, String *, CrowState_get_CarryObjectName, (CrowState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFCB60, void, CrowState_set_CarryObjectName, (CrowState * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00AFCCF0, BoltEntity *, CrowState_get_LookAtEntity, (CrowState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFCD90, void, CrowState_set_LookAtEntity, (CrowState * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00AEFED0, bool, CrowState_get_Moving, (CrowState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFCEE0, float, CrowState_get_Height, (CrowState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFCF40, bool, CrowState_get_Intro, (CrowState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFCFA0, void, CrowState_set_Intro, (CrowState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AFD090, void, CrowState_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AED8B0, void, CrowState_Meta__ctor, (CrowState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, CrowState_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (CrowState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFD1B0, UniqueId, CrowState_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (CrowState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFD1D0, Type *, CrowState_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (CrowState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CrowState_Meta_InitObject, (CrowState_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00AFD240, void, CrowState_Meta_InitMeta, (CrowState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFE430, Object *, CrowState_Meta_Photon_Bolt_Internal_IFactory_Create, (CrowState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFE480, void, CrowState_Meta_Photon_Bolt_Internal_IFactory_Return, (CrowState_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00AFE550, void, IntroState__ctor, (IntroState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE9930, int32_t, IntroState_get_Step, (IntroState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE9980, void, IntroState_set_Step, (IntroState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00AFE5C0, void, IntroState_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AED8B0, void, IntroState_Meta__ctor, (IntroState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, IntroState_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (IntroState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFE6E0, UniqueId, IntroState_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (IntroState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFE700, Type *, IntroState_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (IntroState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IntroState_Meta_InitObject, (IntroState_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00AFE770, void, IntroState_Meta_InitMeta, (IntroState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFEBA0, Object *, IntroState_Meta_Photon_Bolt_Internal_IFactory_Create, (IntroState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFEBF0, void, IntroState_Meta_Photon_Bolt_Internal_IFactory_Return, (IntroState_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00AFECC0, void, SteamInventoryState__ctor, (SteamInventoryState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFED30, NetworkArray_Objects_1_SteamInventoryPlayer_ *, SteamInventoryState_get_Players, (SteamInventoryState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFEE00, void, SteamInventoryState_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AED8B0, void, SteamInventoryState_Meta__ctor, (SteamInventoryState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, SteamInventoryState_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (SteamInventoryState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFEF20, UniqueId, SteamInventoryState_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (SteamInventoryState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFEF40, Type *, SteamInventoryState_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (SteamInventoryState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFEFB0, void, SteamInventoryState_Meta_InitObject, (SteamInventoryState_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00AFF2E0, void, SteamInventoryState_Meta_InitMeta, (SteamInventoryState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFF640, Object *, SteamInventoryState_Meta_Photon_Bolt_Internal_IFactory_Create, (SteamInventoryState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFF690, void, SteamInventoryState_Meta_Photon_Bolt_Internal_IFactory_Return, (SteamInventoryState_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00AFF760, void, TownPentagramState__ctor, (TownPentagramState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE9930, int32_t, TownPentagramState_get_State, (TownPentagramState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE9980, void, TownPentagramState_set_State, (TownPentagramState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00AEBA50, int32_t, TownPentagramState_get_Type, (TownPentagramState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEBAB0, void, TownPentagramState_set_Type, (TownPentagramState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00AFF7D0, NetworkArray_Objects_1_Candle_ *, TownPentagramState_get_Candles, (TownPentagramState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFF8A0, void, TownPentagramState_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AED8B0, void, TownPentagramState_Meta__ctor, (TownPentagramState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, TownPentagramState_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (TownPentagramState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFF9C0, UniqueId, TownPentagramState_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (TownPentagramState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFF9E0, Type *, TownPentagramState_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (TownPentagramState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFFA50, void, TownPentagramState_Meta_InitObject, (TownPentagramState_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00AFFD90, void, TownPentagramState_Meta_InitMeta, (TownPentagramState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B00440, Object *, TownPentagramState_Meta_Photon_Bolt_Internal_IFactory_Create, (TownPentagramState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B00490, void, TownPentagramState_Meta_Photon_Bolt_Internal_IFactory_Return, (TownPentagramState_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B00560, void, GoatState__ctor, (GoatState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEC950, bool, GoatState_get_Moving, (GoatState * __this, MethodInfo * method)); DO_APP_FUNC(0x00B005D0, NetworkTransform *, GoatState_get_Transform, (GoatState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFCF0, float, GoatState_get_Random, (GoatState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFC870, int32_t, GoatState_get_AbilityIndex, (GoatState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFDB0, float, GoatState_get_Yaw, (GoatState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFE10, float, GoatState_get_Speed, (GoatState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFCCF0, BoltEntity *, GoatState_get_HayBeingEaten, (GoatState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFCD90, void, GoatState_set_HayBeingEaten, (GoatState * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00B00630, String *, GoatState_get_Metadata, (GoatState * __this, MethodInfo * method)); DO_APP_FUNC(0x00B006D0, void, GoatState_set_Metadata, (GoatState * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00B00860, void, GoatState_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AED8B0, void, GoatState_Meta__ctor, (GoatState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, GoatState_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (GoatState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B00980, UniqueId, GoatState_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (GoatState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B009A0, Type *, GoatState_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (GoatState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GoatState_Meta_InitObject, (GoatState_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B00A10, void, GoatState_Meta_InitMeta, (GoatState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B01990, Object *, GoatState_Meta_Photon_Bolt_Internal_IFactory_Create, (GoatState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B019E0, void, GoatState_Meta_Photon_Bolt_Internal_IFactory_Return, (GoatState_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B01AB0, void, InteractObjectState__ctor, (InteractObjectState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEC950, bool, InteractObjectState_get_DisableInteract, (InteractObjectState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEC9B0, void, InteractObjectState_set_DisableInteract, (InteractObjectState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AF9ED0, BoltEntity *, InteractObjectState_get_DroppedByPlayer, (InteractObjectState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF9F70, void, InteractObjectState_set_DroppedByPlayer, (InteractObjectState * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00B01B20, String *, InteractObjectState_get_Metadata, (InteractObjectState * __this, MethodInfo * method)); DO_APP_FUNC(0x00B01BC0, void, InteractObjectState_set_Metadata, (InteractObjectState * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00B01D50, void, InteractObjectState_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AED8B0, void, InteractObjectState_Meta__ctor, (InteractObjectState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, InteractObjectState_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (InteractObjectState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B01E70, UniqueId, InteractObjectState_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (InteractObjectState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B01E90, Type *, InteractObjectState_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (InteractObjectState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InteractObjectState_Meta_InitObject, (InteractObjectState_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B01F00, void, InteractObjectState_Meta_InitMeta, (InteractObjectState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B025D0, Object *, InteractObjectState_Meta_Photon_Bolt_Internal_IFactory_Create, (InteractObjectState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B02620, void, InteractObjectState_Meta_Photon_Bolt_Internal_IFactory_Return, (InteractObjectState_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B026F0, void, SwitchState__ctor, (SwitchState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEC950, bool, SwitchState_get_On, (SwitchState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF9ED0, BoltEntity *, SwitchState_get_LockedDoor, (SwitchState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF9F70, void, SwitchState_set_LockedDoor, (SwitchState * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00B02760, void, SwitchState_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AED8B0, void, SwitchState_Meta__ctor, (SwitchState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, SwitchState_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (SwitchState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B02880, UniqueId, SwitchState_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (SwitchState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B028A0, Type *, SwitchState_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (SwitchState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SwitchState_Meta_InitObject, (SwitchState_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B02910, void, SwitchState_Meta_InitMeta, (SwitchState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B02E80, Object *, SwitchState_Meta_Photon_Bolt_Internal_IFactory_Create, (SwitchState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B02ED0, void, SwitchState_Meta_Photon_Bolt_Internal_IFactory_Return, (SwitchState_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B02FA0, void, DissonancePlayerState__ctor, (DissonancePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFC30, NetworkTransform *, DissonancePlayerState_get_Transform, (DissonancePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00B03010, String *, DissonancePlayerState_get_DissonancePlayerId, (DissonancePlayerState * __this, MethodInfo * method)); DO_APP_FUNC(0x00B030B0, void, DissonancePlayerState_set_DissonancePlayerId, (DissonancePlayerState * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00B03240, void, DissonancePlayerState_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AED8B0, void, DissonancePlayerState_Meta__ctor, (DissonancePlayerState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, DissonancePlayerState_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (DissonancePlayerState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B03360, UniqueId, DissonancePlayerState_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (DissonancePlayerState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B03380, Type *, DissonancePlayerState_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (DissonancePlayerState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DissonancePlayerState_Meta_InitObject, (DissonancePlayerState_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B033F0, void, DissonancePlayerState_Meta_InitMeta, (DissonancePlayerState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B03AE0, Object *, DissonancePlayerState_Meta_Photon_Bolt_Internal_IFactory_Create, (DissonancePlayerState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B03B30, void, DissonancePlayerState_Meta_Photon_Bolt_Internal_IFactory_Return, (DissonancePlayerState_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B03C00, void, JumpScareState__ctor, (JumpScareState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEC950, bool, JumpScareState_get_Triggered, (JumpScareState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEC9B0, void, JumpScareState_set_Triggered, (JumpScareState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AFAB30, bool, JumpScareState_get_IsWaitingToTrigger, (JumpScareState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFAB90, void, JumpScareState_set_IsWaitingToTrigger, (JumpScareState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00B03C70, void, JumpScareState_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AED8B0, void, JumpScareState_Meta__ctor, (JumpScareState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, JumpScareState_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (JumpScareState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B03D90, UniqueId, JumpScareState_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (JumpScareState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B03DB0, Type *, JumpScareState_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (JumpScareState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, JumpScareState_Meta_InitObject, (JumpScareState_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B03E20, void, JumpScareState_Meta_InitMeta, (JumpScareState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B04390, Object *, JumpScareState_Meta_Photon_Bolt_Internal_IFactory_Create, (JumpScareState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B043E0, void, JumpScareState_Meta_Photon_Bolt_Internal_IFactory_Return, (JumpScareState_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B044B0, void, DoorState__ctor, (DoorState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEC950, bool, DoorState_get_OpenRight, (DoorState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFAB30, bool, DoorState_get_OpenLeft, (DoorState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFA0C0, bool, DoorState_get_Locked, (DoorState * __this, MethodInfo * method)); DO_APP_FUNC(0x00B04520, void, DoorState_set_Locked, (DoorState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AEA580, bool, DoorState_get_AnnaOpeningDoor, (DoorState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEA5E0, void, DoorState_set_AnnaOpeningDoor, (DoorState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AEA6D0, String *, DoorState_get_KeyName, (DoorState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEA770, void, DoorState_set_KeyName, (DoorState * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00B04610, bool, DoorState_get_OpenDoorFaster, (DoorState * __this, MethodInfo * method)); DO_APP_FUNC(0x00B04670, bool, DoorState_get_Fall, (DoorState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFCAC0, String *, DoorState_get_Metadata, (DoorState * __this, MethodInfo * method)); DO_APP_FUNC(0x00B046D0, void, DoorState_set_Metadata, (DoorState * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00B04860, void, DoorState_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AED8B0, void, DoorState_Meta__ctor, (DoorState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, DoorState_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (DoorState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B04980, UniqueId, DoorState_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (DoorState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B049A0, Type *, DoorState_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (DoorState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DoorState_Meta_InitObject, (DoorState_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B04A10, void, DoorState_Meta_InitMeta, (DoorState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B05710, Object *, DoorState_Meta_Photon_Bolt_Internal_IFactory_Create, (DoorState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B05760, void, DoorState_Meta_Photon_Bolt_Internal_IFactory_Return, (DoorState_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B05830, void, BurnTrapState__ctor, (BurnTrapState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEC950, bool, BurnTrapState_get_Goat, (BurnTrapState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEC9B0, void, BurnTrapState_set_Goat, (BurnTrapState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AFAB30, bool, BurnTrapState_get_Active, (BurnTrapState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFAB90, void, BurnTrapState_set_Active, (BurnTrapState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AEA430, int32_t, BurnTrapState_get_NumObjectsBurnt, (BurnTrapState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEA490, void, BurnTrapState_set_NumObjectsBurnt, (BurnTrapState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00AEA580, bool, BurnTrapState_get_IsLeverDown, (BurnTrapState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEA5E0, void, BurnTrapState_set_IsLeverDown, (BurnTrapState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00B058A0, bool, BurnTrapState_get_IsAzazelActive, (BurnTrapState * __this, MethodInfo * method)); DO_APP_FUNC(0x00B05900, void, BurnTrapState_set_IsAzazelActive, (BurnTrapState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AEA900, String *, BurnTrapState_get_Metadata, (BurnTrapState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEA9A0, void, BurnTrapState_set_Metadata, (BurnTrapState * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00AEFDB0, float, BurnTrapState_get_FloatMetadata, (BurnTrapState * __this, MethodInfo * method)); DO_APP_FUNC(0x00B059F0, void, BurnTrapState_set_FloatMetadata, (BurnTrapState * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00AFCCF0, BoltEntity *, BurnTrapState_get_LastPlayerToInteract, (BurnTrapState * __this, MethodInfo * method)); DO_APP_FUNC(0x00B05AE0, void, BurnTrapState_set_LastPlayerToInteract, (BurnTrapState * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00B05C30, void, BurnTrapState_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AED8B0, void, BurnTrapState_Meta__ctor, (BurnTrapState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, BurnTrapState_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (BurnTrapState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B05D50, UniqueId, BurnTrapState_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (BurnTrapState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B05D70, Type *, BurnTrapState_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (BurnTrapState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BurnTrapState_Meta_InitObject, (BurnTrapState_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B05DE0, void, BurnTrapState_Meta_InitMeta, (BurnTrapState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B06B50, Object *, BurnTrapState_Meta_Photon_Bolt_Internal_IFactory_Create, (BurnTrapState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B06BA0, void, BurnTrapState_Meta_Photon_Bolt_Internal_IFactory_Return, (BurnTrapState_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B06C70, void, PlaceObjectState__ctor, (PlaceObjectState * __this, MethodInfo * method)); DO_APP_FUNC(0x00B06CE0, void, PlaceObjectState_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AED8B0, void, PlaceObjectState_Meta__ctor, (PlaceObjectState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, PlaceObjectState_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (PlaceObjectState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B06E00, UniqueId, PlaceObjectState_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (PlaceObjectState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B06E20, Type *, PlaceObjectState_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (PlaceObjectState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlaceObjectState_Meta_InitObject, (PlaceObjectState_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B06E90, void, PlaceObjectState_Meta_InitMeta, (PlaceObjectState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B07150, Object *, PlaceObjectState_Meta_Photon_Bolt_Internal_IFactory_Create, (PlaceObjectState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B071A0, void, PlaceObjectState_Meta_Photon_Bolt_Internal_IFactory_Return, (PlaceObjectState_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B07270, void, InnMazeState__ctor, (InnMazeState * __this, MethodInfo * method)); DO_APP_FUNC(0x00B072E0, NetworkArray_Objects_1_InnMazeWeb_ *, InnMazeState_get_Webs, (InnMazeState * __this, MethodInfo * method)); DO_APP_FUNC(0x00B073B0, void, InnMazeState_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AED8B0, void, InnMazeState_Meta__ctor, (InnMazeState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, InnMazeState_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (InnMazeState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B074D0, UniqueId, InnMazeState_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (InnMazeState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B074F0, Type *, InnMazeState_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (InnMazeState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B07560, void, InnMazeState_Meta_InitObject, (InnMazeState_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B07890, void, InnMazeState_Meta_InitMeta, (InnMazeState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B07C90, Object *, InnMazeState_Meta_Photon_Bolt_Internal_IFactory_Create, (InnMazeState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B07CE0, void, InnMazeState_Meta_Photon_Bolt_Internal_IFactory_Return, (InnMazeState_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B07DB0, void, DoorNumberState__ctor, (DoorNumberState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE9930, int32_t, DoorNumberState_get_DoorNumber, (DoorNumberState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE9980, void, DoorNumberState_set_DoorNumber, (DoorNumberState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00B07E20, void, DoorNumberState_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AED8B0, void, DoorNumberState_Meta__ctor, (DoorNumberState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, DoorNumberState_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (DoorNumberState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B07F40, UniqueId, DoorNumberState_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (DoorNumberState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B07F60, Type *, DoorNumberState_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (DoorNumberState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DoorNumberState_Meta_InitObject, (DoorNumberState_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B07FD0, void, DoorNumberState_Meta_InitMeta, (DoorNumberState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B08400, Object *, DoorNumberState_Meta_Photon_Bolt_Internal_IFactory_Create, (DoorNumberState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B08450, void, DoorNumberState_Meta_Photon_Bolt_Internal_IFactory_Return, (DoorNumberState_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B08520, void, InnShrineState__ctor, (InnShrineState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE9930, int32_t, InnShrineState_get_Type, (InnShrineState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE9980, void, InnShrineState_set_Type, (InnShrineState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00AFAB30, bool, InnShrineState_get_Egg, (InnShrineState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFAB90, void, InnShrineState_set_Egg, (InnShrineState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00B08590, void, InnShrineState_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AED8B0, void, InnShrineState_Meta__ctor, (InnShrineState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, InnShrineState_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (InnShrineState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B086B0, UniqueId, InnShrineState_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (InnShrineState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B086D0, Type *, InnShrineState_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (InnShrineState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InnShrineState_Meta_InitObject, (InnShrineState_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B08740, void, InnShrineState_Meta_InitMeta, (InnShrineState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B08CD0, Object *, InnShrineState_Meta_Photon_Bolt_Internal_IFactory_Create, (InnShrineState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B08D20, void, InnShrineState_Meta_Photon_Bolt_Internal_IFactory_Return, (InnShrineState_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B08DF0, void, ManorLumpState__ctor, (ManorLumpState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEC950, bool, ManorLumpState_get_On, (ManorLumpState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEC9B0, void, ManorLumpState_set_On, (ManorLumpState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AEBA50, int32_t, ManorLumpState_get_NumPlayersFocusing, (ManorLumpState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEBAB0, void, ManorLumpState_set_NumPlayersFocusing, (ManorLumpState * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00AF83B0, BoltEntity *, ManorLumpState_get_HoldingPlayer, (ManorLumpState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AF8450, void, ManorLumpState_set_HoldingPlayer, (ManorLumpState * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00B08E60, void, ManorLumpState_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AED8B0, void, ManorLumpState_Meta__ctor, (ManorLumpState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, ManorLumpState_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (ManorLumpState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B08F80, UniqueId, ManorLumpState_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (ManorLumpState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B08FA0, Type *, ManorLumpState_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (ManorLumpState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ManorLumpState_Meta_InitObject, (ManorLumpState_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B09010, void, ManorLumpState_Meta_InitMeta, (ManorLumpState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B096E0, Object *, ManorLumpState_Meta_Photon_Bolt_Internal_IFactory_Create, (ManorLumpState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B09730, void, ManorLumpState_Meta_Photon_Bolt_Internal_IFactory_Return, (ManorLumpState_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B09800, void, EnemyBasicState__ctor, (EnemyBasicState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFC30, NetworkTransform *, EnemyBasicState_get_Transform, (EnemyBasicState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEFC90, float, EnemyBasicState_get_Speed, (EnemyBasicState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFC810, int32_t, EnemyBasicState_get_AbilityIndex, (EnemyBasicState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFC870, int32_t, EnemyBasicState_get_AbilityIntData, (EnemyBasicState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFC8D0, BoltEntity *, EnemyBasicState_get_Pursuing, (EnemyBasicState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFC970, void, EnemyBasicState_set_Pursuing, (EnemyBasicState * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00AFCAC0, String *, EnemyBasicState_get_CarryObjectName, (EnemyBasicState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFCB60, void, EnemyBasicState_set_CarryObjectName, (EnemyBasicState * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00AFCCF0, BoltEntity *, EnemyBasicState_get_LookAtEntity, (EnemyBasicState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFCD90, void, EnemyBasicState_set_LookAtEntity, (EnemyBasicState * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00B09870, float, EnemyBasicState_get_AbilityFloatData, (EnemyBasicState * __this, MethodInfo * method)); DO_APP_FUNC(0x00AFCEE0, float, EnemyBasicState_get_Yaw, (EnemyBasicState * __this, MethodInfo * method)); DO_APP_FUNC(0x00B098D0, void, EnemyBasicState_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AED8B0, void, EnemyBasicState_Meta__ctor, (EnemyBasicState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, EnemyBasicState_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (EnemyBasicState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B099F0, UniqueId, EnemyBasicState_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (EnemyBasicState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B09A10, Type *, EnemyBasicState_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (EnemyBasicState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EnemyBasicState_Meta_InitObject, (EnemyBasicState_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B09A80, void, EnemyBasicState_Meta_InitMeta, (EnemyBasicState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0AB40, Object *, EnemyBasicState_Meta_Photon_Bolt_Internal_IFactory_Create, (EnemyBasicState_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0AB90, void, EnemyBasicState_Meta_Photon_Bolt_Internal_IFactory_Return, (EnemyBasicState_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B0AC60, void, InteractEvent__ctor, (InteractEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE9930, int32_t, InteractEvent_get_BoolParameterHash, (InteractEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0ACD0, void, InteractEvent_set_BoolParameterHash, (InteractEvent * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00AF9ED0, BoltEntity *, InteractEvent_get_InteractEntity, (InteractEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0AD60, void, InteractEvent_set_InteractEntity, (InteractEvent * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00AFA0C0, bool, InteractEvent_get_IsOther, (InteractEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0AE80, void, InteractEvent_set_IsOther, (InteractEvent * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00B0AF20, BoltEntity *, InteractEvent_get_Player, (InteractEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0AFC0, void, InteractEvent_set_Player, (InteractEvent * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00B0B0E0, String *, InteractEvent_ToString, (InteractEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0B3A0, InteractEvent *, InteractEvent_Create, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B0B540, InteractEvent *, InteractEvent_Create_1, (GlobalTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B0B550, InteractEvent *, InteractEvent_Create_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B0B560, InteractEvent *, InteractEvent_Create_3, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B0B570, InteractEvent *, InteractEvent_Create_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B0B590, InteractEvent *, InteractEvent_Create_5, (MethodInfo * method)); DO_APP_FUNC(0x00B0B5B0, InteractEvent *, InteractEvent_Create_6, (ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B0B5C0, bool, InteractEvent_Post, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, int32_t BoolParameterHash, BoltEntity * InteractEntity, bool IsOther, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B0B640, bool, InteractEvent_Post_1, (GlobalTargets__Enum targets, int32_t BoolParameterHash, BoltEntity * InteractEntity, bool IsOther, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B0B6D0, bool, InteractEvent_Post_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, int32_t BoolParameterHash, BoltEntity * InteractEntity, bool IsOther, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B0B770, bool, InteractEvent_Post_3, (BoltConnection * connection, int32_t BoolParameterHash, BoltEntity * InteractEntity, bool IsOther, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B0B800, bool, InteractEvent_Post_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, int32_t BoolParameterHash, BoltEntity * InteractEntity, bool IsOther, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B0B8A0, bool, InteractEvent_Post_5, (int32_t BoolParameterHash, BoltEntity * InteractEntity, bool IsOther, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B0B940, bool, InteractEvent_Post_6, (ReliabilityModes__Enum reliability, int32_t BoolParameterHash, BoltEntity * InteractEntity, bool IsOther, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B0B9D0, void, InteractEvent_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADB530, void, InteractEvent_Meta__ctor, (InteractEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, InteractEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (InteractEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0BAF0, UniqueId, InteractEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (InteractEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0BB10, Type *, InteractEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (InteractEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InteractEvent_Meta_InitObject, (InteractEvent_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B0BB80, void, InteractEvent_Meta_InitMeta, (InteractEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0C250, Object *, InteractEvent_Meta_Photon_Bolt_Internal_IFactory_Create, (InteractEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0C2A0, void, InteractEvent_Meta_Photon_Bolt_Internal_IFactory_Return, (InteractEvent_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B0C370, void, InteractEvent_Meta_Photon_Bolt_Internal_IEventFactory_Dispatch, (InteractEvent_Meta * __this, Event * ev, Object * target, MethodInfo * method)); DO_APP_FUNC(0x00B0C490, void, InteractTriggerEvent__ctor, (InteractTriggerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEB870, BoltEntity *, InteractTriggerEvent_get_Entity, (InteractTriggerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0C500, void, InteractTriggerEvent_set_Entity, (InteractTriggerEvent * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00B0C610, String *, InteractTriggerEvent_ToString, (InteractTriggerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0C6A0, InteractTriggerEvent *, InteractTriggerEvent_Create, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E788, InteractTriggerEvent_Create__MethodInfo); DO_APP_FUNC(0x00B0C8F0, InteractTriggerEvent *, InteractTriggerEvent_Create_1, (GlobalTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B0C900, InteractTriggerEvent *, InteractTriggerEvent_Create_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B0C910, InteractTriggerEvent *, InteractTriggerEvent_Create_3, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B0C920, InteractTriggerEvent *, InteractTriggerEvent_Create_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B0C940, InteractTriggerEvent *, InteractTriggerEvent_Create_5, (MethodInfo * method)); DO_APP_FUNC(0x00B0C960, InteractTriggerEvent *, InteractTriggerEvent_Create_6, (ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B0C970, bool, InteractTriggerEvent_Post, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, BoltEntity * Entity, MethodInfo * method)); DO_APP_FUNC(0x00B0C9C0, bool, InteractTriggerEvent_Post_1, (GlobalTargets__Enum targets, BoltEntity * Entity, MethodInfo * method)); DO_APP_FUNC(0x00B0CA20, bool, InteractTriggerEvent_Post_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, BoltEntity * Entity, MethodInfo * method)); DO_APP_FUNC(0x00B0CA80, bool, InteractTriggerEvent_Post_3, (BoltConnection * connection, BoltEntity * Entity, MethodInfo * method)); DO_APP_FUNC(0x00B0CAE0, bool, InteractTriggerEvent_Post_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, BoltEntity * Entity, MethodInfo * method)); DO_APP_FUNC(0x00B0CB40, bool, InteractTriggerEvent_Post_5, (BoltEntity * Entity, MethodInfo * method)); DO_APP_FUNC(0x00B0CBA0, bool, InteractTriggerEvent_Post_6, (ReliabilityModes__Enum reliability, BoltEntity * Entity, MethodInfo * method)); DO_APP_FUNC(0x00B0CC00, void, InteractTriggerEvent_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADB530, void, InteractTriggerEvent_Meta__ctor, (InteractTriggerEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, InteractTriggerEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (InteractTriggerEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0CD20, UniqueId, InteractTriggerEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (InteractTriggerEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0CD40, Type *, InteractTriggerEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (InteractTriggerEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InteractTriggerEvent_Meta_InitObject, (InteractTriggerEvent_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B0CDB0, void, InteractTriggerEvent_Meta_InitMeta, (InteractTriggerEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0D060, Object *, InteractTriggerEvent_Meta_Photon_Bolt_Internal_IFactory_Create, (InteractTriggerEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0D0B0, void, InteractTriggerEvent_Meta_Photon_Bolt_Internal_IFactory_Return, (InteractTriggerEvent_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B0D180, void, InteractTriggerEvent_Meta_Photon_Bolt_Internal_IEventFactory_Dispatch, (InteractTriggerEvent_Meta * __this, Event * ev, Object * target, MethodInfo * method)); DO_APP_FUNC(0x00B0D2A0, void, InteractObjectRequestEvent__ctor, (InteractObjectRequestEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEB870, BoltEntity *, InteractObjectRequestEvent_get_Entity, (InteractObjectRequestEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0C500, void, InteractObjectRequestEvent_set_Entity, (InteractObjectRequestEvent * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00AF9ED0, BoltEntity *, InteractObjectRequestEvent_get_Player, (InteractObjectRequestEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0AD60, void, InteractObjectRequestEvent_set_Player, (InteractObjectRequestEvent * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00B01B20, String *, InteractObjectRequestEvent_get_CarryObjectName, (InteractObjectRequestEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0D310, void, InteractObjectRequestEvent_set_CarryObjectName, (InteractObjectRequestEvent * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00B03010, String *, InteractObjectRequestEvent_get_ObjectName, (InteractObjectRequestEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0D460, void, InteractObjectRequestEvent_set_ObjectName, (InteractObjectRequestEvent * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00AEA6D0, String *, InteractObjectRequestEvent_get_PlayerName, (InteractObjectRequestEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0D5B0, void, InteractObjectRequestEvent_set_PlayerName, (InteractObjectRequestEvent * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00B0D700, String *, InteractObjectRequestEvent_ToString, (InteractObjectRequestEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0D930, InteractObjectRequestEvent *, InteractObjectRequestEvent_Create, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B0DAD0, InteractObjectRequestEvent *, InteractObjectRequestEvent_Create_1, (GlobalTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B0DAE0, InteractObjectRequestEvent *, InteractObjectRequestEvent_Create_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B0DAF0, InteractObjectRequestEvent *, InteractObjectRequestEvent_Create_3, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B0DB00, InteractObjectRequestEvent *, InteractObjectRequestEvent_Create_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B0DB20, InteractObjectRequestEvent *, InteractObjectRequestEvent_Create_5, (MethodInfo * method)); DO_APP_FUNC(0x00B0DB40, InteractObjectRequestEvent *, InteractObjectRequestEvent_Create_6, (ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B0DB50, bool, InteractObjectRequestEvent_Post, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, BoltEntity * Entity, BoltEntity * Player, String * CarryObjectName, String * ObjectName, String * PlayerName, MethodInfo * method)); DO_APP_FUNC(0x00B0DBE0, bool, InteractObjectRequestEvent_Post_1, (GlobalTargets__Enum targets, BoltEntity * Entity, BoltEntity * Player, String * CarryObjectName, String * ObjectName, String * PlayerName, MethodInfo * method)); DO_APP_FUNC(0x00B0DC80, bool, InteractObjectRequestEvent_Post_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, BoltEntity * Entity, BoltEntity * Player, String * CarryObjectName, String * ObjectName, String * PlayerName, MethodInfo * method)); DO_APP_FUNC(0x00B0DD30, bool, InteractObjectRequestEvent_Post_3, (BoltConnection * connection, BoltEntity * Entity, BoltEntity * Player, String * CarryObjectName, String * ObjectName, String * PlayerName, MethodInfo * method)); DO_APP_FUNC(0x00B0DDD0, bool, InteractObjectRequestEvent_Post_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, BoltEntity * Entity, BoltEntity * Player, String * CarryObjectName, String * ObjectName, String * PlayerName, MethodInfo * method)); DO_APP_FUNC(0x00B0DE80, bool, InteractObjectRequestEvent_Post_5, (BoltEntity * Entity, BoltEntity * Player, String * CarryObjectName, String * ObjectName, String * PlayerName, MethodInfo * method)); DO_APP_FUNC(0x00B0DF30, bool, InteractObjectRequestEvent_Post_6, (ReliabilityModes__Enum reliability, BoltEntity * Entity, BoltEntity * Player, String * CarryObjectName, String * ObjectName, String * PlayerName, MethodInfo * method)); DO_APP_FUNC(0x00B0DFD0, void, InteractObjectRequestEvent_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADB530, void, InteractObjectRequestEvent_Meta__ctor, (InteractObjectRequestEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, InteractObjectRequestEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (InteractObjectRequestEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0E0F0, UniqueId, InteractObjectRequestEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (InteractObjectRequestEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0E110, Type *, InteractObjectRequestEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (InteractObjectRequestEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InteractObjectRequestEvent_Meta_InitObject, (InteractObjectRequestEvent_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B0E180, void, InteractObjectRequestEvent_Meta_InitMeta, (InteractObjectRequestEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0E960, Object *, InteractObjectRequestEvent_Meta_Photon_Bolt_Internal_IFactory_Create, (InteractObjectRequestEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0E9B0, void, InteractObjectRequestEvent_Meta_Photon_Bolt_Internal_IFactory_Return, (InteractObjectRequestEvent_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B0EA80, void, InteractObjectRequestEvent_Meta_Photon_Bolt_Internal_IEventFactory_Dispatch, (InteractObjectRequestEvent_Meta * __this, Event * ev, Object * target, MethodInfo * method)); DO_APP_FUNC(0x00B0EBA0, void, InteractPlopEvent__ctor, (InteractPlopEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0EC10, String *, InteractPlopEvent_get_CarryObjectName, (InteractPlopEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0ECB0, void, InteractPlopEvent_set_CarryObjectName, (InteractPlopEvent * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00B0EDF0, String *, InteractPlopEvent_ToString, (InteractPlopEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0EF00, InteractPlopEvent *, InteractPlopEvent_Create, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B0F0A0, InteractPlopEvent *, InteractPlopEvent_Create_1, (GlobalTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B0F0B0, InteractPlopEvent *, InteractPlopEvent_Create_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B0F0C0, InteractPlopEvent *, InteractPlopEvent_Create_3, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B0F0D0, InteractPlopEvent *, InteractPlopEvent_Create_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B0F0F0, InteractPlopEvent *, InteractPlopEvent_Create_5, (MethodInfo * method)); DO_APP_FUNC(0x00B0F110, InteractPlopEvent *, InteractPlopEvent_Create_6, (ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B0F120, bool, InteractPlopEvent_Post, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, String * CarryObjectName, MethodInfo * method)); DO_APP_FUNC(0x00B0F2A0, bool, InteractPlopEvent_Post_1, (GlobalTargets__Enum targets, String * CarryObjectName, MethodInfo * method)); DO_APP_FUNC(0x00B0F2C0, bool, InteractPlopEvent_Post_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, String * CarryObjectName, MethodInfo * method)); DO_APP_FUNC(0x00B0F2E0, bool, InteractPlopEvent_Post_3, (BoltConnection * connection, String * CarryObjectName, MethodInfo * method)); DO_APP_FUNC(0x00B0F310, bool, InteractPlopEvent_Post_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, String * CarryObjectName, MethodInfo * method)); DO_APP_FUNC(0x00B0F340, bool, InteractPlopEvent_Post_5, (String * CarryObjectName, MethodInfo * method)); DO_APP_FUNC(0x00B0F370, bool, InteractPlopEvent_Post_6, (ReliabilityModes__Enum reliability, String * CarryObjectName, MethodInfo * method)); DO_APP_FUNC(0x00B0F3A0, void, InteractPlopEvent_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADB530, void, InteractPlopEvent_Meta__ctor, (InteractPlopEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, InteractPlopEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (InteractPlopEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0F4C0, UniqueId, InteractPlopEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (InteractPlopEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0F4E0, Type *, InteractPlopEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (InteractPlopEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InteractPlopEvent_Meta_InitObject, (InteractPlopEvent_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B0F550, void, InteractPlopEvent_Meta_InitMeta, (InteractPlopEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0F800, Object *, InteractPlopEvent_Meta_Photon_Bolt_Internal_IFactory_Create, (InteractPlopEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0F850, void, InteractPlopEvent_Meta_Photon_Bolt_Internal_IFactory_Return, (InteractPlopEvent_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B0F920, void, InteractPlopEvent_Meta_Photon_Bolt_Internal_IEventFactory_Dispatch, (InteractPlopEvent_Meta * __this, Event * ev, Object * target, MethodInfo * method)); DO_APP_FUNC(0x00B0FA40, void, InteractObjectResponseEvent__ctor, (InteractObjectResponseEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEC950, bool, InteractObjectResponseEvent_get_Allowed, (InteractObjectResponseEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0FAB0, void, InteractObjectResponseEvent_set_Allowed, (InteractObjectResponseEvent * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AF9ED0, BoltEntity *, InteractObjectResponseEvent_get_Player, (InteractObjectResponseEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0AD60, void, InteractObjectResponseEvent_set_Player, (InteractObjectResponseEvent * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00B0FB40, String *, InteractObjectResponseEvent_ToString, (InteractObjectResponseEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0FC50, InteractObjectResponseEvent *, InteractObjectResponseEvent_Create, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E668, InteractObjectResponseEvent_Create__MethodInfo); DO_APP_FUNC(0x00B0FEA0, InteractObjectResponseEvent *, InteractObjectResponseEvent_Create_1, (GlobalTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B0FEB0, InteractObjectResponseEvent *, InteractObjectResponseEvent_Create_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B0FEC0, InteractObjectResponseEvent *, InteractObjectResponseEvent_Create_3, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B0FED0, InteractObjectResponseEvent *, InteractObjectResponseEvent_Create_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B0FEF0, InteractObjectResponseEvent *, InteractObjectResponseEvent_Create_5, (MethodInfo * method)); DO_APP_FUNC(0x00B0FF10, InteractObjectResponseEvent *, InteractObjectResponseEvent_Create_6, (ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B0FF20, bool, InteractObjectResponseEvent_Post, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, bool Allowed, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B0FF80, bool, InteractObjectResponseEvent_Post_1, (GlobalTargets__Enum targets, bool Allowed, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B10000, bool, InteractObjectResponseEvent_Post_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, bool Allowed, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B10080, bool, InteractObjectResponseEvent_Post_3, (BoltConnection * connection, bool Allowed, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B10100, bool, InteractObjectResponseEvent_Post_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, bool Allowed, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B10180, bool, InteractObjectResponseEvent_Post_5, (bool Allowed, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B10200, bool, InteractObjectResponseEvent_Post_6, (ReliabilityModes__Enum reliability, bool Allowed, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B10280, void, InteractObjectResponseEvent_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADB530, void, InteractObjectResponseEvent_Meta__ctor, (InteractObjectResponseEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, InteractObjectResponseEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (InteractObjectResponseEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B103A0, UniqueId, InteractObjectResponseEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (InteractObjectResponseEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B103C0, Type *, InteractObjectResponseEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (InteractObjectResponseEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InteractObjectResponseEvent_Meta_InitObject, (InteractObjectResponseEvent_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B10430, void, InteractObjectResponseEvent_Meta_InitMeta, (InteractObjectResponseEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B10840, Object *, InteractObjectResponseEvent_Meta_Photon_Bolt_Internal_IFactory_Create, (InteractObjectResponseEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B10890, void, InteractObjectResponseEvent_Meta_Photon_Bolt_Internal_IFactory_Return, (InteractObjectResponseEvent_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B10960, void, InteractObjectResponseEvent_Meta_Photon_Bolt_Internal_IEventFactory_Dispatch, (InteractObjectResponseEvent_Meta * __this, Event * ev, Object * target, MethodInfo * method)); DO_APP_FUNC(0x00B10A80, void, KnockoutBoxEvent__ctor, (KnockoutBoxEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0EC10, String *, KnockoutBoxEvent_get_KilledBy, (KnockoutBoxEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0ECB0, void, KnockoutBoxEvent_set_KilledBy, (KnockoutBoxEvent * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00AF9ED0, BoltEntity *, KnockoutBoxEvent_get_Player, (KnockoutBoxEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0AD60, void, KnockoutBoxEvent_set_Player, (KnockoutBoxEvent * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00B10AF0, String *, KnockoutBoxEvent_ToString, (KnockoutBoxEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B10B90, KnockoutBoxEvent *, KnockoutBoxEvent_Create, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E5D8, KnockoutBoxEvent_Create__MethodInfo); DO_APP_FUNC(0x00B10DE0, KnockoutBoxEvent *, KnockoutBoxEvent_Create_1, (GlobalTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B10DF0, KnockoutBoxEvent *, KnockoutBoxEvent_Create_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B10E00, KnockoutBoxEvent *, KnockoutBoxEvent_Create_3, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B10E10, KnockoutBoxEvent *, KnockoutBoxEvent_Create_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B10E30, KnockoutBoxEvent *, KnockoutBoxEvent_Create_5, (MethodInfo * method)); DO_APP_FUNC(0x00B10E50, KnockoutBoxEvent *, KnockoutBoxEvent_Create_6, (ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B10E60, bool, KnockoutBoxEvent_Post, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, String * KilledBy, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B10EC0, bool, KnockoutBoxEvent_Post_1, (GlobalTargets__Enum targets, String * KilledBy, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B10F40, bool, KnockoutBoxEvent_Post_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, String * KilledBy, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B10FC0, bool, KnockoutBoxEvent_Post_3, (BoltConnection * connection, String * KilledBy, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B11040, bool, KnockoutBoxEvent_Post_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, String * KilledBy, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B110C0, bool, KnockoutBoxEvent_Post_5, (String * KilledBy, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B11140, bool, KnockoutBoxEvent_Post_6, (ReliabilityModes__Enum reliability, String * KilledBy, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B111C0, void, KnockoutBoxEvent_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADB530, void, KnockoutBoxEvent_Meta__ctor, (KnockoutBoxEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, KnockoutBoxEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (KnockoutBoxEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B112E0, UniqueId, KnockoutBoxEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (KnockoutBoxEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B11300, Type *, KnockoutBoxEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (KnockoutBoxEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, KnockoutBoxEvent_Meta_InitObject, (KnockoutBoxEvent_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B11370, void, KnockoutBoxEvent_Meta_InitMeta, (KnockoutBoxEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B11780, Object *, KnockoutBoxEvent_Meta_Photon_Bolt_Internal_IFactory_Create, (KnockoutBoxEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B117D0, void, KnockoutBoxEvent_Meta_Photon_Bolt_Internal_IFactory_Return, (KnockoutBoxEvent_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B118A0, void, KnockoutBoxEvent_Meta_Photon_Bolt_Internal_IEventFactory_Dispatch, (KnockoutBoxEvent_Meta * __this, Event * ev, Object * target, MethodInfo * method)); DO_APP_FUNC(0x00B119C0, void, HostStartedGameEvent__ctor, (HostStartedGameEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B11A30, String *, HostStartedGameEvent_ToString, (HostStartedGameEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B11B40, HostStartedGameEvent *, HostStartedGameEvent_Create, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E550, HostStartedGameEvent_Create__MethodInfo); DO_APP_FUNC(0x00B11D90, HostStartedGameEvent *, HostStartedGameEvent_Create_1, (GlobalTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B11DA0, HostStartedGameEvent *, HostStartedGameEvent_Create_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B11DB0, HostStartedGameEvent *, HostStartedGameEvent_Create_3, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B11DC0, HostStartedGameEvent *, HostStartedGameEvent_Create_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B11DE0, HostStartedGameEvent *, HostStartedGameEvent_Create_5, (MethodInfo * method)); DO_APP_FUNC(0x00B11E00, HostStartedGameEvent *, HostStartedGameEvent_Create_6, (ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B11E10, bool, HostStartedGameEvent_Post, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B11E40, bool, HostStartedGameEvent_Post_1, (GlobalTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B11E70, bool, HostStartedGameEvent_Post_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B11EA0, bool, HostStartedGameEvent_Post_3, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B11ED0, bool, HostStartedGameEvent_Post_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B11F00, bool, HostStartedGameEvent_Post_5, (MethodInfo * method)); DO_APP_FUNC(0x00B11F30, bool, HostStartedGameEvent_Post_6, (ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B11F60, void, HostStartedGameEvent_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADB530, void, HostStartedGameEvent_Meta__ctor, (HostStartedGameEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, HostStartedGameEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (HostStartedGameEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B12080, UniqueId, HostStartedGameEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (HostStartedGameEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B120A0, Type *, HostStartedGameEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (HostStartedGameEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HostStartedGameEvent_Meta_InitObject, (HostStartedGameEvent_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B12110, void, HostStartedGameEvent_Meta_InitMeta, (HostStartedGameEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B12270, Object *, HostStartedGameEvent_Meta_Photon_Bolt_Internal_IFactory_Create, (HostStartedGameEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B122C0, void, HostStartedGameEvent_Meta_Photon_Bolt_Internal_IFactory_Return, (HostStartedGameEvent_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B12390, void, HostStartedGameEvent_Meta_Photon_Bolt_Internal_IEventFactory_Dispatch, (HostStartedGameEvent_Meta * __this, Event * ev, Object * target, MethodInfo * method)); DO_APP_FUNC(0x00B124B0, void, DissonanceToClient__ctor, (DissonanceToClient * __this, MethodInfo * method)); DO_APP_FUNC(0x00B12520, String *, DissonanceToClient_ToString, (DissonanceToClient * __this, MethodInfo * method)); DO_APP_FUNC(0x00B12630, DissonanceToClient *, DissonanceToClient_Create, (BoltEntity * entity, EntityTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E4D8, DissonanceToClient_Create__MethodInfo); DO_APP_FUNC(0x00B128A0, DissonanceToClient *, DissonanceToClient_Create_1, (BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x00B128B0, DissonanceToClient *, DissonanceToClient_Create_2, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B12A50, DissonanceToClient *, DissonanceToClient_Create_3, (GlobalTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B12A60, DissonanceToClient *, DissonanceToClient_Create_4, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B12A70, DissonanceToClient *, DissonanceToClient_Create_5, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B12A80, DissonanceToClient *, DissonanceToClient_Create_6, (BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B12AA0, DissonanceToClient *, DissonanceToClient_Create_7, (MethodInfo * method)); DO_APP_FUNC(0x00B12AC0, DissonanceToClient *, DissonanceToClient_Create_8, (ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B12AD0, bool, DissonanceToClient_Post, (BoltEntity * entity, EntityTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B12B00, bool, DissonanceToClient_Post_1, (BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x00B12B30, bool, DissonanceToClient_Post_2, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B12B60, bool, DissonanceToClient_Post_3, (GlobalTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B12B90, bool, DissonanceToClient_Post_4, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B12BC0, bool, DissonanceToClient_Post_5, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B12BF0, bool, DissonanceToClient_Post_6, (BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B12C20, bool, DissonanceToClient_Post_7, (MethodInfo * method)); DO_APP_FUNC(0x00B12C50, bool, DissonanceToClient_Post_8, (ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B12C80, void, DissonanceToClient_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADB530, void, DissonanceToClient_Meta__ctor, (DissonanceToClient_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, DissonanceToClient_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (DissonanceToClient_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B12DA0, UniqueId, DissonanceToClient_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (DissonanceToClient_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B12DC0, Type *, DissonanceToClient_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (DissonanceToClient_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DissonanceToClient_Meta_InitObject, (DissonanceToClient_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B12E30, void, DissonanceToClient_Meta_InitMeta, (DissonanceToClient_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B12F90, Object *, DissonanceToClient_Meta_Photon_Bolt_Internal_IFactory_Create, (DissonanceToClient_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B12FE0, void, DissonanceToClient_Meta_Photon_Bolt_Internal_IFactory_Return, (DissonanceToClient_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B130B0, void, DissonanceToClient_Meta_Photon_Bolt_Internal_IEventFactory_Dispatch, (DissonanceToClient_Meta * __this, Event * ev, Object * target, MethodInfo * method)); DO_APP_FUNC(0x00B131D0, void, DissonanceToServer__ctor, (DissonanceToServer * __this, MethodInfo * method)); DO_APP_FUNC(0x00B13240, String *, DissonanceToServer_ToString, (DissonanceToServer * __this, MethodInfo * method)); DO_APP_FUNC(0x00B13350, DissonanceToServer *, DissonanceToServer_Create, (BoltEntity * entity, EntityTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E430, DissonanceToServer_Create__MethodInfo); DO_APP_FUNC(0x00B135C0, DissonanceToServer *, DissonanceToServer_Create_1, (BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x00B135D0, DissonanceToServer *, DissonanceToServer_Create_2, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B13770, DissonanceToServer *, DissonanceToServer_Create_3, (GlobalTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B13780, DissonanceToServer *, DissonanceToServer_Create_4, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B13790, DissonanceToServer *, DissonanceToServer_Create_5, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B137A0, DissonanceToServer *, DissonanceToServer_Create_6, (BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B137C0, DissonanceToServer *, DissonanceToServer_Create_7, (MethodInfo * method)); DO_APP_FUNC(0x00B137E0, DissonanceToServer *, DissonanceToServer_Create_8, (ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B137F0, bool, DissonanceToServer_Post, (BoltEntity * entity, EntityTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B13820, bool, DissonanceToServer_Post_1, (BoltEntity * entity, MethodInfo * method)); DO_APP_FUNC(0x00B13850, bool, DissonanceToServer_Post_2, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B13880, bool, DissonanceToServer_Post_3, (GlobalTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B138B0, bool, DissonanceToServer_Post_4, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B138E0, bool, DissonanceToServer_Post_5, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B13910, bool, DissonanceToServer_Post_6, (BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B13940, bool, DissonanceToServer_Post_7, (MethodInfo * method)); DO_APP_FUNC(0x00B13970, bool, DissonanceToServer_Post_8, (ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B139A0, void, DissonanceToServer_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADB530, void, DissonanceToServer_Meta__ctor, (DissonanceToServer_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, DissonanceToServer_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (DissonanceToServer_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B13AC0, UniqueId, DissonanceToServer_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (DissonanceToServer_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B13AE0, Type *, DissonanceToServer_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (DissonanceToServer_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DissonanceToServer_Meta_InitObject, (DissonanceToServer_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B13B50, void, DissonanceToServer_Meta_InitMeta, (DissonanceToServer_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B13CB0, Object *, DissonanceToServer_Meta_Photon_Bolt_Internal_IFactory_Create, (DissonanceToServer_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B13D00, void, DissonanceToServer_Meta_Photon_Bolt_Internal_IFactory_Return, (DissonanceToServer_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B13DD0, void, DissonanceToServer_Meta_Photon_Bolt_Internal_IEventFactory_Dispatch, (DissonanceToServer_Meta * __this, Event * ev, Object * target, MethodInfo * method)); DO_APP_FUNC(0x00B13EF0, void, KnockoutEvent__ctor, (KnockoutEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEB870, BoltEntity *, KnockoutEvent_get_AI, (KnockoutEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0C500, void, KnockoutEvent_set_AI, (KnockoutEvent * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00AF9ED0, BoltEntity *, KnockoutEvent_get_Player, (KnockoutEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0AD60, void, KnockoutEvent_set_Player, (KnockoutEvent * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00AFA0C0, bool, KnockoutEvent_get_UsingPoison, (KnockoutEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0AE80, void, KnockoutEvent_set_UsingPoison, (KnockoutEvent * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00B13F60, String *, KnockoutEvent_ToString, (KnockoutEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B140A0, KnockoutEvent *, KnockoutEvent_Create, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E3B8, KnockoutEvent_Create__MethodInfo); DO_APP_FUNC(0x00B142F0, KnockoutEvent *, KnockoutEvent_Create_1, (GlobalTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B14300, KnockoutEvent *, KnockoutEvent_Create_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B14310, KnockoutEvent *, KnockoutEvent_Create_3, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B14320, KnockoutEvent *, KnockoutEvent_Create_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B14340, KnockoutEvent *, KnockoutEvent_Create_5, (MethodInfo * method)); DO_APP_FUNC(0x00B14360, KnockoutEvent *, KnockoutEvent_Create_6, (ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B14370, bool, KnockoutEvent_Post, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, BoltEntity * AI, BoltEntity * Player, bool UsingPoison, MethodInfo * method)); DO_APP_FUNC(0x00B143E0, bool, KnockoutEvent_Post_1, (GlobalTargets__Enum targets, BoltEntity * AI, BoltEntity * Player, bool UsingPoison, MethodInfo * method)); DO_APP_FUNC(0x00B14460, bool, KnockoutEvent_Post_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, BoltEntity * AI, BoltEntity * Player, bool UsingPoison, MethodInfo * method)); DO_APP_FUNC(0x00B144F0, bool, KnockoutEvent_Post_3, (BoltConnection * connection, BoltEntity * AI, BoltEntity * Player, bool UsingPoison, MethodInfo * method)); DO_APP_FUNC(0x00B14580, bool, KnockoutEvent_Post_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, BoltEntity * AI, BoltEntity * Player, bool UsingPoison, MethodInfo * method)); DO_APP_FUNC(0x00B14610, bool, KnockoutEvent_Post_5, (BoltEntity * AI, BoltEntity * Player, bool UsingPoison, MethodInfo * method)); DO_APP_FUNC(0x00B146A0, bool, KnockoutEvent_Post_6, (ReliabilityModes__Enum reliability, BoltEntity * AI, BoltEntity * Player, bool UsingPoison, MethodInfo * method)); DO_APP_FUNC(0x00B14730, void, KnockoutEvent_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADB530, void, KnockoutEvent_Meta__ctor, (KnockoutEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, KnockoutEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (KnockoutEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B14850, UniqueId, KnockoutEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (KnockoutEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B14870, Type *, KnockoutEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (KnockoutEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, KnockoutEvent_Meta_InitObject, (KnockoutEvent_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B148E0, void, KnockoutEvent_Meta_InitMeta, (KnockoutEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B14E40, Object *, KnockoutEvent_Meta_Photon_Bolt_Internal_IFactory_Create, (KnockoutEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B14E90, void, KnockoutEvent_Meta_Photon_Bolt_Internal_IFactory_Return, (KnockoutEvent_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B14F60, void, KnockoutEvent_Meta_Photon_Bolt_Internal_IEventFactory_Dispatch, (KnockoutEvent_Meta * __this, Event * ev, Object * target, MethodInfo * method)); DO_APP_FUNC(0x00B15080, void, ReviveEvent__ctor, (ReviveEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEB870, BoltEntity *, ReviveEvent_get_Player, (ReviveEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0C500, void, ReviveEvent_set_Player, (ReviveEvent * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00AF9ED0, BoltEntity *, ReviveEvent_get_Reviver, (ReviveEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0AD60, void, ReviveEvent_set_Reviver, (ReviveEvent * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00B150F0, String *, ReviveEvent_ToString, (ReviveEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B15190, ReviveEvent *, ReviveEvent_Create, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B15330, ReviveEvent *, ReviveEvent_Create_1, (GlobalTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B15340, ReviveEvent *, ReviveEvent_Create_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B15350, ReviveEvent *, ReviveEvent_Create_3, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B15360, ReviveEvent *, ReviveEvent_Create_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B15380, ReviveEvent *, ReviveEvent_Create_5, (MethodInfo * method)); DO_APP_FUNC(0x00B153A0, ReviveEvent *, ReviveEvent_Create_6, (ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B153B0, bool, ReviveEvent_Post, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, BoltEntity * Player, BoltEntity * Reviver, MethodInfo * method)); DO_APP_FUNC(0x00B15410, bool, ReviveEvent_Post_1, (GlobalTargets__Enum targets, BoltEntity * Player, BoltEntity * Reviver, MethodInfo * method)); DO_APP_FUNC(0x00B15490, bool, ReviveEvent_Post_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, BoltEntity * Player, BoltEntity * Reviver, MethodInfo * method)); DO_APP_FUNC(0x00B15510, bool, ReviveEvent_Post_3, (BoltConnection * connection, BoltEntity * Player, BoltEntity * Reviver, MethodInfo * method)); DO_APP_FUNC(0x00B15590, bool, ReviveEvent_Post_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, BoltEntity * Player, BoltEntity * Reviver, MethodInfo * method)); DO_APP_FUNC(0x00B15610, bool, ReviveEvent_Post_5, (BoltEntity * Player, BoltEntity * Reviver, MethodInfo * method)); DO_APP_FUNC(0x00B15690, bool, ReviveEvent_Post_6, (ReliabilityModes__Enum reliability, BoltEntity * Player, BoltEntity * Reviver, MethodInfo * method)); DO_APP_FUNC(0x00B15710, void, ReviveEvent_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADB530, void, ReviveEvent_Meta__ctor, (ReviveEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, ReviveEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (ReviveEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B15830, UniqueId, ReviveEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (ReviveEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B15850, Type *, ReviveEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (ReviveEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReviveEvent_Meta_InitObject, (ReviveEvent_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B158C0, void, ReviveEvent_Meta_InitMeta, (ReviveEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B15CC0, Object *, ReviveEvent_Meta_Photon_Bolt_Internal_IFactory_Create, (ReviveEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B15D10, void, ReviveEvent_Meta_Photon_Bolt_Internal_IFactory_Return, (ReviveEvent_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B15DE0, void, ReviveEvent_Meta_Photon_Bolt_Internal_IEventFactory_Dispatch, (ReviveEvent_Meta * __this, Event * ev, Object * target, MethodInfo * method)); DO_APP_FUNC(0x00B15F00, void, SurvivalChangePlayerEvent__ctor, (SurvivalChangePlayerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEC950, bool, SurvivalChangePlayerEvent_get_Next, (SurvivalChangePlayerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0FAB0, void, SurvivalChangePlayerEvent_set_Next, (SurvivalChangePlayerEvent * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AEBA50, int32_t, SurvivalChangePlayerEvent_get_PlayerIndex, (SurvivalChangePlayerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B15F70, void, SurvivalChangePlayerEvent_set_PlayerIndex, (SurvivalChangePlayerEvent * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00B16010, String *, SurvivalChangePlayerEvent_ToString, (SurvivalChangePlayerEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B16180, SurvivalChangePlayerEvent *, SurvivalChangePlayerEvent_Create, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E2F0, SurvivalChangePlayerEvent_Create__MethodInfo); DO_APP_FUNC(0x00B163D0, SurvivalChangePlayerEvent *, SurvivalChangePlayerEvent_Create_1, (GlobalTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B163E0, SurvivalChangePlayerEvent *, SurvivalChangePlayerEvent_Create_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B163F0, SurvivalChangePlayerEvent *, SurvivalChangePlayerEvent_Create_3, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B16400, SurvivalChangePlayerEvent *, SurvivalChangePlayerEvent_Create_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B16420, SurvivalChangePlayerEvent *, SurvivalChangePlayerEvent_Create_5, (MethodInfo * method)); DO_APP_FUNC(0x00B16440, SurvivalChangePlayerEvent *, SurvivalChangePlayerEvent_Create_6, (ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B16450, bool, SurvivalChangePlayerEvent_Post, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, bool Next, int32_t PlayerIndex, MethodInfo * method)); DO_APP_FUNC(0x00B164B0, bool, SurvivalChangePlayerEvent_Post_1, (GlobalTargets__Enum targets, bool Next, int32_t PlayerIndex, MethodInfo * method)); DO_APP_FUNC(0x00B16530, bool, SurvivalChangePlayerEvent_Post_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, bool Next, int32_t PlayerIndex, MethodInfo * method)); DO_APP_FUNC(0x00B165B0, bool, SurvivalChangePlayerEvent_Post_3, (BoltConnection * connection, bool Next, int32_t PlayerIndex, MethodInfo * method)); DO_APP_FUNC(0x00B16630, bool, SurvivalChangePlayerEvent_Post_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, bool Next, int32_t PlayerIndex, MethodInfo * method)); DO_APP_FUNC(0x00B166B0, bool, SurvivalChangePlayerEvent_Post_5, (bool Next, int32_t PlayerIndex, MethodInfo * method)); DO_APP_FUNC(0x00B16730, bool, SurvivalChangePlayerEvent_Post_6, (ReliabilityModes__Enum reliability, bool Next, int32_t PlayerIndex, MethodInfo * method)); DO_APP_FUNC(0x00B167B0, void, SurvivalChangePlayerEvent_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADB530, void, SurvivalChangePlayerEvent_Meta__ctor, (SurvivalChangePlayerEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, SurvivalChangePlayerEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (SurvivalChangePlayerEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B168D0, UniqueId, SurvivalChangePlayerEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (SurvivalChangePlayerEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B168F0, Type *, SurvivalChangePlayerEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (SurvivalChangePlayerEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SurvivalChangePlayerEvent_Meta_InitObject, (SurvivalChangePlayerEvent_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B16960, void, SurvivalChangePlayerEvent_Meta_InitMeta, (SurvivalChangePlayerEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B16D80, Object *, SurvivalChangePlayerEvent_Meta_Photon_Bolt_Internal_IFactory_Create, (SurvivalChangePlayerEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B16DD0, void, SurvivalChangePlayerEvent_Meta_Photon_Bolt_Internal_IFactory_Return, (SurvivalChangePlayerEvent_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B16EA0, void, SurvivalChangePlayerEvent_Meta_Photon_Bolt_Internal_IEventFactory_Dispatch, (SurvivalChangePlayerEvent_Meta * __this, Event * ev, Object * target, MethodInfo * method)); DO_APP_FUNC(0x00B16FC0, void, PlayerPickedUpEvent__ctor, (PlayerPickedUpEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEB870, BoltEntity *, PlayerPickedUpEvent_get_AI, (PlayerPickedUpEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0C500, void, PlayerPickedUpEvent_set_AI, (PlayerPickedUpEvent * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00AF9ED0, BoltEntity *, PlayerPickedUpEvent_get_Player, (PlayerPickedUpEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0AD60, void, PlayerPickedUpEvent_set_Player, (PlayerPickedUpEvent * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00AFA0C0, bool, PlayerPickedUpEvent_get_InHidingSpot, (PlayerPickedUpEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0AE80, void, PlayerPickedUpEvent_set_InHidingSpot, (PlayerPickedUpEvent * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00B17030, String *, PlayerPickedUpEvent_ToString, (PlayerPickedUpEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B17170, PlayerPickedUpEvent *, PlayerPickedUpEvent_Create, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E298, PlayerPickedUpEvent_Create__MethodInfo); DO_APP_FUNC(0x00B173C0, PlayerPickedUpEvent *, PlayerPickedUpEvent_Create_1, (GlobalTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B173D0, PlayerPickedUpEvent *, PlayerPickedUpEvent_Create_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B173E0, PlayerPickedUpEvent *, PlayerPickedUpEvent_Create_3, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B173F0, PlayerPickedUpEvent *, PlayerPickedUpEvent_Create_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B17410, PlayerPickedUpEvent *, PlayerPickedUpEvent_Create_5, (MethodInfo * method)); DO_APP_FUNC(0x00B17430, PlayerPickedUpEvent *, PlayerPickedUpEvent_Create_6, (ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B17440, bool, PlayerPickedUpEvent_Post, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, BoltEntity * AI, BoltEntity * Player, bool InHidingSpot, MethodInfo * method)); DO_APP_FUNC(0x00B174B0, bool, PlayerPickedUpEvent_Post_1, (GlobalTargets__Enum targets, BoltEntity * AI, BoltEntity * Player, bool InHidingSpot, MethodInfo * method)); DO_APP_FUNC(0x00B17530, bool, PlayerPickedUpEvent_Post_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, BoltEntity * AI, BoltEntity * Player, bool InHidingSpot, MethodInfo * method)); DO_APP_FUNC(0x00B175C0, bool, PlayerPickedUpEvent_Post_3, (BoltConnection * connection, BoltEntity * AI, BoltEntity * Player, bool InHidingSpot, MethodInfo * method)); DO_APP_FUNC(0x00B17650, bool, PlayerPickedUpEvent_Post_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, BoltEntity * AI, BoltEntity * Player, bool InHidingSpot, MethodInfo * method)); DO_APP_FUNC(0x00B176E0, bool, PlayerPickedUpEvent_Post_5, (BoltEntity * AI, BoltEntity * Player, bool InHidingSpot, MethodInfo * method)); DO_APP_FUNC(0x00B17770, bool, PlayerPickedUpEvent_Post_6, (ReliabilityModes__Enum reliability, BoltEntity * AI, BoltEntity * Player, bool InHidingSpot, MethodInfo * method)); DO_APP_FUNC(0x00B17800, void, PlayerPickedUpEvent_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADB530, void, PlayerPickedUpEvent_Meta__ctor, (PlayerPickedUpEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, PlayerPickedUpEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (PlayerPickedUpEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B17920, UniqueId, PlayerPickedUpEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (PlayerPickedUpEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B17940, Type *, PlayerPickedUpEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (PlayerPickedUpEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlayerPickedUpEvent_Meta_InitObject, (PlayerPickedUpEvent_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B179B0, void, PlayerPickedUpEvent_Meta_InitMeta, (PlayerPickedUpEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B17F10, Object *, PlayerPickedUpEvent_Meta_Photon_Bolt_Internal_IFactory_Create, (PlayerPickedUpEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B17F60, void, PlayerPickedUpEvent_Meta_Photon_Bolt_Internal_IFactory_Return, (PlayerPickedUpEvent_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B18030, void, PlayerPickedUpEvent_Meta_Photon_Bolt_Internal_IEventFactory_Dispatch, (PlayerPickedUpEvent_Meta * __this, Event * ev, Object * target, MethodInfo * method)); DO_APP_FUNC(0x00B18150, void, KnockoutGrabRagdollEvent__ctor, (KnockoutGrabRagdollEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEB870, BoltEntity *, KnockoutGrabRagdollEvent_get_Player, (KnockoutGrabRagdollEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0C500, void, KnockoutGrabRagdollEvent_set_Player, (KnockoutGrabRagdollEvent * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00B181C0, String *, KnockoutGrabRagdollEvent_ToString, (KnockoutGrabRagdollEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B18250, KnockoutGrabRagdollEvent *, KnockoutGrabRagdollEvent_Create, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E230, KnockoutGrabRagdollEvent_Create__MethodInfo); DO_APP_FUNC(0x00B184A0, KnockoutGrabRagdollEvent *, KnockoutGrabRagdollEvent_Create_1, (GlobalTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B184B0, KnockoutGrabRagdollEvent *, KnockoutGrabRagdollEvent_Create_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B184C0, KnockoutGrabRagdollEvent *, KnockoutGrabRagdollEvent_Create_3, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B184D0, KnockoutGrabRagdollEvent *, KnockoutGrabRagdollEvent_Create_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B184F0, KnockoutGrabRagdollEvent *, KnockoutGrabRagdollEvent_Create_5, (MethodInfo * method)); DO_APP_FUNC(0x00B18510, KnockoutGrabRagdollEvent *, KnockoutGrabRagdollEvent_Create_6, (ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B18520, bool, KnockoutGrabRagdollEvent_Post, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B18570, bool, KnockoutGrabRagdollEvent_Post_1, (GlobalTargets__Enum targets, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B185D0, bool, KnockoutGrabRagdollEvent_Post_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B18630, bool, KnockoutGrabRagdollEvent_Post_3, (BoltConnection * connection, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B18690, bool, KnockoutGrabRagdollEvent_Post_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B186F0, bool, KnockoutGrabRagdollEvent_Post_5, (BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B18750, bool, KnockoutGrabRagdollEvent_Post_6, (ReliabilityModes__Enum reliability, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B187B0, void, KnockoutGrabRagdollEvent_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADB530, void, KnockoutGrabRagdollEvent_Meta__ctor, (KnockoutGrabRagdollEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, KnockoutGrabRagdollEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (KnockoutGrabRagdollEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B188D0, UniqueId, KnockoutGrabRagdollEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (KnockoutGrabRagdollEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B188F0, Type *, KnockoutGrabRagdollEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (KnockoutGrabRagdollEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, KnockoutGrabRagdollEvent_Meta_InitObject, (KnockoutGrabRagdollEvent_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B18960, void, KnockoutGrabRagdollEvent_Meta_InitMeta, (KnockoutGrabRagdollEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B18C10, Object *, KnockoutGrabRagdollEvent_Meta_Photon_Bolt_Internal_IFactory_Create, (KnockoutGrabRagdollEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B18C60, void, KnockoutGrabRagdollEvent_Meta_Photon_Bolt_Internal_IFactory_Return, (KnockoutGrabRagdollEvent_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B18D30, void, KnockoutGrabRagdollEvent_Meta_Photon_Bolt_Internal_IEventFactory_Dispatch, (KnockoutGrabRagdollEvent_Meta * __this, Event * ev, Object * target, MethodInfo * method)); DO_APP_FUNC(0x00B18E50, void, DropObjectEvent__ctor, (DropObjectEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEB870, BoltEntity *, DropObjectEvent_get_Player, (DropObjectEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0C500, void, DropObjectEvent_set_Player, (DropObjectEvent * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00AEA200, String *, DropObjectEvent_get_CarryObjectName, (DropObjectEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B18EC0, void, DropObjectEvent_set_CarryObjectName, (DropObjectEvent * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00B19010, String *, DropObjectEvent_ToString, (DropObjectEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B190B0, DropObjectEvent *, DropObjectEvent_Create, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E1B0, DropObjectEvent_Create__MethodInfo); DO_APP_FUNC(0x00B19300, DropObjectEvent *, DropObjectEvent_Create_1, (GlobalTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B19310, DropObjectEvent *, DropObjectEvent_Create_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B19320, DropObjectEvent *, DropObjectEvent_Create_3, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B19330, DropObjectEvent *, DropObjectEvent_Create_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B19350, DropObjectEvent *, DropObjectEvent_Create_5, (MethodInfo * method)); DO_APP_FUNC(0x00B19370, DropObjectEvent *, DropObjectEvent_Create_6, (ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B19380, bool, DropObjectEvent_Post, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, BoltEntity * Player, String * CarryObjectName, MethodInfo * method)); DO_APP_FUNC(0x00B193E0, bool, DropObjectEvent_Post_1, (GlobalTargets__Enum targets, BoltEntity * Player, String * CarryObjectName, MethodInfo * method)); DO_APP_FUNC(0x00B19460, bool, DropObjectEvent_Post_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, BoltEntity * Player, String * CarryObjectName, MethodInfo * method)); DO_APP_FUNC(0x00B194E0, bool, DropObjectEvent_Post_3, (BoltConnection * connection, BoltEntity * Player, String * CarryObjectName, MethodInfo * method)); DO_APP_FUNC(0x00B19560, bool, DropObjectEvent_Post_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, BoltEntity * Player, String * CarryObjectName, MethodInfo * method)); DO_APP_FUNC(0x00B195E0, bool, DropObjectEvent_Post_5, (BoltEntity * Player, String * CarryObjectName, MethodInfo * method)); DO_APP_FUNC(0x00B19660, bool, DropObjectEvent_Post_6, (ReliabilityModes__Enum reliability, BoltEntity * Player, String * CarryObjectName, MethodInfo * method)); DO_APP_FUNC(0x00B196E0, void, DropObjectEvent_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADB530, void, DropObjectEvent_Meta__ctor, (DropObjectEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, DropObjectEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (DropObjectEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B19800, UniqueId, DropObjectEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (DropObjectEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B19820, Type *, DropObjectEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (DropObjectEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DropObjectEvent_Meta_InitObject, (DropObjectEvent_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B19890, void, DropObjectEvent_Meta_InitMeta, (DropObjectEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B19CA0, Object *, DropObjectEvent_Meta_Photon_Bolt_Internal_IFactory_Create, (DropObjectEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B19CF0, void, DropObjectEvent_Meta_Photon_Bolt_Internal_IFactory_Return, (DropObjectEvent_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B19DC0, void, DropObjectEvent_Meta_Photon_Bolt_Internal_IEventFactory_Dispatch, (DropObjectEvent_Meta * __this, Event * ev, Object * target, MethodInfo * method)); DO_APP_FUNC(0x00B19EE0, void, LobbyReadyEvent__ctor, (LobbyReadyEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEC950, bool, LobbyReadyEvent_get_Ready, (LobbyReadyEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0FAB0, void, LobbyReadyEvent_set_Ready, (LobbyReadyEvent * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AEBA50, int32_t, LobbyReadyEvent_get_PlayerIndex, (LobbyReadyEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B15F70, void, LobbyReadyEvent_set_PlayerIndex, (LobbyReadyEvent * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00B19F50, String *, LobbyReadyEvent_ToString, (LobbyReadyEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1A0C0, LobbyReadyEvent *, LobbyReadyEvent_Create, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E158, LobbyReadyEvent_Create__MethodInfo); DO_APP_FUNC(0x00B1A310, LobbyReadyEvent *, LobbyReadyEvent_Create_1, (GlobalTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B1A320, LobbyReadyEvent *, LobbyReadyEvent_Create_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B1A330, LobbyReadyEvent *, LobbyReadyEvent_Create_3, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B1A340, LobbyReadyEvent *, LobbyReadyEvent_Create_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B1A360, LobbyReadyEvent *, LobbyReadyEvent_Create_5, (MethodInfo * method)); DO_APP_FUNC(0x00B1A380, LobbyReadyEvent *, LobbyReadyEvent_Create_6, (ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B1A390, bool, LobbyReadyEvent_Post, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, bool Ready, int32_t PlayerIndex, MethodInfo * method)); DO_APP_FUNC(0x00B1A3F0, bool, LobbyReadyEvent_Post_1, (GlobalTargets__Enum targets, bool Ready, int32_t PlayerIndex, MethodInfo * method)); DO_APP_FUNC(0x00B1A470, bool, LobbyReadyEvent_Post_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, bool Ready, int32_t PlayerIndex, MethodInfo * method)); DO_APP_FUNC(0x00B1A4F0, bool, LobbyReadyEvent_Post_3, (BoltConnection * connection, bool Ready, int32_t PlayerIndex, MethodInfo * method)); DO_APP_FUNC(0x00B1A570, bool, LobbyReadyEvent_Post_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, bool Ready, int32_t PlayerIndex, MethodInfo * method)); DO_APP_FUNC(0x00B1A5F0, bool, LobbyReadyEvent_Post_5, (bool Ready, int32_t PlayerIndex, MethodInfo * method)); DO_APP_FUNC(0x00B1A670, bool, LobbyReadyEvent_Post_6, (ReliabilityModes__Enum reliability, bool Ready, int32_t PlayerIndex, MethodInfo * method)); DO_APP_FUNC(0x00B1A6F0, void, LobbyReadyEvent_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADB530, void, LobbyReadyEvent_Meta__ctor, (LobbyReadyEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, LobbyReadyEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (LobbyReadyEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1A810, UniqueId, LobbyReadyEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (LobbyReadyEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1A830, Type *, LobbyReadyEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (LobbyReadyEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LobbyReadyEvent_Meta_InitObject, (LobbyReadyEvent_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B1A8A0, void, LobbyReadyEvent_Meta_InitMeta, (LobbyReadyEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1ACC0, Object *, LobbyReadyEvent_Meta_Photon_Bolt_Internal_IFactory_Create, (LobbyReadyEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1AD10, void, LobbyReadyEvent_Meta_Photon_Bolt_Internal_IFactory_Return, (LobbyReadyEvent_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B1ADE0, void, LobbyReadyEvent_Meta_Photon_Bolt_Internal_IEventFactory_Dispatch, (LobbyReadyEvent_Meta * __this, Event * ev, Object * target, MethodInfo * method)); DO_APP_FUNC(0x00B1AF00, void, CreatePortalEvent__ctor, (CreatePortalEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE9930, int32_t, CreatePortalEvent_get_PortalId, (CreatePortalEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0ACD0, void, CreatePortalEvent_set_PortalId, (CreatePortalEvent * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00B1AF70, String *, CreatePortalEvent_ToString, (CreatePortalEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1B060, CreatePortalEvent *, CreatePortalEvent_Create, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E0C0, CreatePortalEvent_Create__MethodInfo); DO_APP_FUNC(0x00B1B2B0, CreatePortalEvent *, CreatePortalEvent_Create_1, (GlobalTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B1B2C0, CreatePortalEvent *, CreatePortalEvent_Create_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B1B2D0, CreatePortalEvent *, CreatePortalEvent_Create_3, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B1B2E0, CreatePortalEvent *, CreatePortalEvent_Create_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B1B300, CreatePortalEvent *, CreatePortalEvent_Create_5, (MethodInfo * method)); DO_APP_FUNC(0x00B1B320, CreatePortalEvent *, CreatePortalEvent_Create_6, (ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B1B330, bool, CreatePortalEvent_Post, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, int32_t PortalId, MethodInfo * method)); DO_APP_FUNC(0x00B1B380, bool, CreatePortalEvent_Post_1, (GlobalTargets__Enum targets, int32_t PortalId, MethodInfo * method)); DO_APP_FUNC(0x00B1B3D0, bool, CreatePortalEvent_Post_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, int32_t PortalId, MethodInfo * method)); DO_APP_FUNC(0x00B1B430, bool, CreatePortalEvent_Post_3, (BoltConnection * connection, int32_t PortalId, MethodInfo * method)); DO_APP_FUNC(0x00B1B490, bool, CreatePortalEvent_Post_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, int32_t PortalId, MethodInfo * method)); DO_APP_FUNC(0x00B1B4F0, bool, CreatePortalEvent_Post_5, (int32_t PortalId, MethodInfo * method)); DO_APP_FUNC(0x00B1B550, bool, CreatePortalEvent_Post_6, (ReliabilityModes__Enum reliability, int32_t PortalId, MethodInfo * method)); DO_APP_FUNC(0x00B1B5B0, void, CreatePortalEvent_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADB530, void, CreatePortalEvent_Meta__ctor, (CreatePortalEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, CreatePortalEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (CreatePortalEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1B6D0, UniqueId, CreatePortalEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (CreatePortalEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1B6F0, Type *, CreatePortalEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (CreatePortalEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CreatePortalEvent_Meta_InitObject, (CreatePortalEvent_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B1B760, void, CreatePortalEvent_Meta_InitMeta, (CreatePortalEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1BA30, Object *, CreatePortalEvent_Meta_Photon_Bolt_Internal_IFactory_Create, (CreatePortalEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1BA80, void, CreatePortalEvent_Meta_Photon_Bolt_Internal_IFactory_Return, (CreatePortalEvent_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B1BB50, void, CreatePortalEvent_Meta_Photon_Bolt_Internal_IEventFactory_Dispatch, (CreatePortalEvent_Meta * __this, Event * ev, Object * target, MethodInfo * method)); DO_APP_FUNC(0x00B1BC70, void, EndingEvent__ctor, (EndingEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE9930, int32_t, EndingEvent_get_Ending, (EndingEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0ACD0, void, EndingEvent_set_Ending, (EndingEvent * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00B1BCE0, String *, EndingEvent_ToString, (EndingEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1BDD0, EndingEvent *, EndingEvent_Create, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E040, EndingEvent_Create__MethodInfo); DO_APP_FUNC(0x00B1C020, EndingEvent *, EndingEvent_Create_1, (GlobalTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B1C030, EndingEvent *, EndingEvent_Create_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B1C040, EndingEvent *, EndingEvent_Create_3, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B1C050, EndingEvent *, EndingEvent_Create_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B1C070, EndingEvent *, EndingEvent_Create_5, (MethodInfo * method)); DO_APP_FUNC(0x00B1C090, EndingEvent *, EndingEvent_Create_6, (ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B1C0A0, bool, EndingEvent_Post, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, int32_t Ending, MethodInfo * method)); DO_APP_FUNC(0x00B1C0F0, bool, EndingEvent_Post_1, (GlobalTargets__Enum targets, int32_t Ending, MethodInfo * method)); DO_APP_FUNC(0x00B1C140, bool, EndingEvent_Post_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, int32_t Ending, MethodInfo * method)); DO_APP_FUNC(0x00B1C1A0, bool, EndingEvent_Post_3, (BoltConnection * connection, int32_t Ending, MethodInfo * method)); DO_APP_FUNC(0x00B1C200, bool, EndingEvent_Post_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, int32_t Ending, MethodInfo * method)); DO_APP_FUNC(0x00B1C260, bool, EndingEvent_Post_5, (int32_t Ending, MethodInfo * method)); DO_APP_FUNC(0x00B1C2C0, bool, EndingEvent_Post_6, (ReliabilityModes__Enum reliability, int32_t Ending, MethodInfo * method)); DO_APP_FUNC(0x00B1C320, void, EndingEvent_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADB530, void, EndingEvent_Meta__ctor, (EndingEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, EndingEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (EndingEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1C440, UniqueId, EndingEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (EndingEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1C460, Type *, EndingEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (EndingEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EndingEvent_Meta_InitObject, (EndingEvent_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B1C4D0, void, EndingEvent_Meta_InitMeta, (EndingEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1C7A0, Object *, EndingEvent_Meta_Photon_Bolt_Internal_IFactory_Create, (EndingEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1C7F0, void, EndingEvent_Meta_Photon_Bolt_Internal_IFactory_Return, (EndingEvent_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B1C8C0, void, EndingEvent_Meta_Photon_Bolt_Internal_IEventFactory_Dispatch, (EndingEvent_Meta * __this, Event * ev, Object * target, MethodInfo * method)); DO_APP_FUNC(0x00B1C9E0, void, UseBatteryEvent__ctor, (UseBatteryEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEB870, BoltEntity *, UseBatteryEvent_get_Player, (UseBatteryEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0C500, void, UseBatteryEvent_set_Player, (UseBatteryEvent * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00B1CA50, String *, UseBatteryEvent_ToString, (UseBatteryEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1CAE0, UseBatteryEvent *, UseBatteryEvent_Create, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B1CC80, UseBatteryEvent *, UseBatteryEvent_Create_1, (GlobalTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B1CC90, UseBatteryEvent *, UseBatteryEvent_Create_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B1CCA0, UseBatteryEvent *, UseBatteryEvent_Create_3, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B1CCB0, UseBatteryEvent *, UseBatteryEvent_Create_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B1CCD0, UseBatteryEvent *, UseBatteryEvent_Create_5, (MethodInfo * method)); DO_APP_FUNC(0x00B1CCF0, UseBatteryEvent *, UseBatteryEvent_Create_6, (ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B1CD00, bool, UseBatteryEvent_Post, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B1CE40, bool, UseBatteryEvent_Post_1, (GlobalTargets__Enum targets, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B1CE60, bool, UseBatteryEvent_Post_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B1CE80, bool, UseBatteryEvent_Post_3, (BoltConnection * connection, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B1CEB0, bool, UseBatteryEvent_Post_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B1CEE0, bool, UseBatteryEvent_Post_5, (BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B1CF10, bool, UseBatteryEvent_Post_6, (ReliabilityModes__Enum reliability, BoltEntity * Player, MethodInfo * method)); DO_APP_FUNC(0x00B1CF40, void, UseBatteryEvent_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADB530, void, UseBatteryEvent_Meta__ctor, (UseBatteryEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, UseBatteryEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (UseBatteryEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1D060, UniqueId, UseBatteryEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (UseBatteryEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1D080, Type *, UseBatteryEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (UseBatteryEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UseBatteryEvent_Meta_InitObject, (UseBatteryEvent_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B1D0F0, void, UseBatteryEvent_Meta_InitMeta, (UseBatteryEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1D3A0, Object *, UseBatteryEvent_Meta_Photon_Bolt_Internal_IFactory_Create, (UseBatteryEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1D3F0, void, UseBatteryEvent_Meta_Photon_Bolt_Internal_IFactory_Return, (UseBatteryEvent_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B1D4C0, void, UseBatteryEvent_Meta_Photon_Bolt_Internal_IEventFactory_Dispatch, (UseBatteryEvent_Meta * __this, Event * ev, Object * target, MethodInfo * method)); DO_APP_FUNC(0x00B1D5E0, void, SystemChatMessageEvent__ctor, (SystemChatMessageEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0EC10, String *, SystemChatMessageEvent_get_StringKey, (SystemChatMessageEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0ECB0, void, SystemChatMessageEvent_set_StringKey, (SystemChatMessageEvent * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00AEA200, String *, SystemChatMessageEvent_get_Arguments, (SystemChatMessageEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B18EC0, void, SystemChatMessageEvent_set_Arguments, (SystemChatMessageEvent * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00B1D650, String *, SystemChatMessageEvent_ToString, (SystemChatMessageEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1D6F0, SystemChatMessageEvent *, SystemChatMessageEvent_Create, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B1D890, SystemChatMessageEvent *, SystemChatMessageEvent_Create_1, (GlobalTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B1D8A0, SystemChatMessageEvent *, SystemChatMessageEvent_Create_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B1D8B0, SystemChatMessageEvent *, SystemChatMessageEvent_Create_3, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B1D8C0, SystemChatMessageEvent *, SystemChatMessageEvent_Create_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B1D8E0, SystemChatMessageEvent *, SystemChatMessageEvent_Create_5, (MethodInfo * method)); DO_APP_FUNC(0x00B1D900, SystemChatMessageEvent *, SystemChatMessageEvent_Create_6, (ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B1D910, bool, SystemChatMessageEvent_Post, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, String * StringKey, String * Arguments, MethodInfo * method)); DO_APP_FUNC(0x00B1D970, bool, SystemChatMessageEvent_Post_1, (GlobalTargets__Enum targets, String * StringKey, String * Arguments, MethodInfo * method)); DO_APP_FUNC(0x00B1D9F0, bool, SystemChatMessageEvent_Post_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, String * StringKey, String * Arguments, MethodInfo * method)); DO_APP_FUNC(0x00B1DA70, bool, SystemChatMessageEvent_Post_3, (BoltConnection * connection, String * StringKey, String * Arguments, MethodInfo * method)); DO_APP_FUNC(0x00B1DAF0, bool, SystemChatMessageEvent_Post_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, String * StringKey, String * Arguments, MethodInfo * method)); DO_APP_FUNC(0x00B1DB70, bool, SystemChatMessageEvent_Post_5, (String * StringKey, String * Arguments, MethodInfo * method)); DO_APP_FUNC(0x00B1DBF0, bool, SystemChatMessageEvent_Post_6, (ReliabilityModes__Enum reliability, String * StringKey, String * Arguments, MethodInfo * method)); DO_APP_FUNC(0x00B1DC70, void, SystemChatMessageEvent_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADB530, void, SystemChatMessageEvent_Meta__ctor, (SystemChatMessageEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, SystemChatMessageEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (SystemChatMessageEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1DD90, UniqueId, SystemChatMessageEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (SystemChatMessageEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1DDB0, Type *, SystemChatMessageEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (SystemChatMessageEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SystemChatMessageEvent_Meta_InitObject, (SystemChatMessageEvent_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B1DE20, void, SystemChatMessageEvent_Meta_InitMeta, (SystemChatMessageEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1E220, Object *, SystemChatMessageEvent_Meta_Photon_Bolt_Internal_IFactory_Create, (SystemChatMessageEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1E270, void, SystemChatMessageEvent_Meta_Photon_Bolt_Internal_IFactory_Return, (SystemChatMessageEvent_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B1E340, void, SystemChatMessageEvent_Meta_Photon_Bolt_Internal_IEventFactory_Dispatch, (SystemChatMessageEvent_Meta * __this, Event * ev, Object * target, MethodInfo * method)); DO_APP_FUNC(0x00B1E460, void, VoteRequestEvent__ctor, (VoteRequestEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE9930, int32_t, VoteRequestEvent_get_Type, (VoteRequestEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0ACD0, void, VoteRequestEvent_set_Type, (VoteRequestEvent * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00AF9ED0, BoltEntity *, VoteRequestEvent_get_Entity, (VoteRequestEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0AD60, void, VoteRequestEvent_set_Entity, (VoteRequestEvent * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00B1E4D0, String *, VoteRequestEvent_ToString, (VoteRequestEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1E5E0, VoteRequestEvent *, VoteRequestEvent_Create, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B1E780, VoteRequestEvent *, VoteRequestEvent_Create_1, (GlobalTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B1E790, VoteRequestEvent *, VoteRequestEvent_Create_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B1E7A0, VoteRequestEvent *, VoteRequestEvent_Create_3, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B1E7B0, VoteRequestEvent *, VoteRequestEvent_Create_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B1E7D0, VoteRequestEvent *, VoteRequestEvent_Create_5, (MethodInfo * method)); DO_APP_FUNC(0x00B1E7F0, VoteRequestEvent *, VoteRequestEvent_Create_6, (ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B1E800, bool, VoteRequestEvent_Post, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, int32_t Type, BoltEntity * Entity, MethodInfo * method)); DO_APP_FUNC(0x00B1E860, bool, VoteRequestEvent_Post_1, (GlobalTargets__Enum targets, int32_t Type, BoltEntity * Entity, MethodInfo * method)); DO_APP_FUNC(0x00B1E8D0, bool, VoteRequestEvent_Post_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, int32_t Type, BoltEntity * Entity, MethodInfo * method)); DO_APP_FUNC(0x00B1E950, bool, VoteRequestEvent_Post_3, (BoltConnection * connection, int32_t Type, BoltEntity * Entity, MethodInfo * method)); DO_APP_FUNC(0x00B1E9D0, bool, VoteRequestEvent_Post_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, int32_t Type, BoltEntity * Entity, MethodInfo * method)); DO_APP_FUNC(0x00B1EA50, bool, VoteRequestEvent_Post_5, (int32_t Type, BoltEntity * Entity, MethodInfo * method)); DO_APP_FUNC(0x00B1EAD0, bool, VoteRequestEvent_Post_6, (ReliabilityModes__Enum reliability, int32_t Type, BoltEntity * Entity, MethodInfo * method)); DO_APP_FUNC(0x00B1EB50, void, VoteRequestEvent_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADB530, void, VoteRequestEvent_Meta__ctor, (VoteRequestEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, VoteRequestEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (VoteRequestEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1EC70, UniqueId, VoteRequestEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (VoteRequestEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1EC90, Type *, VoteRequestEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (VoteRequestEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VoteRequestEvent_Meta_InitObject, (VoteRequestEvent_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B1ED00, void, VoteRequestEvent_Meta_InitMeta, (VoteRequestEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1F130, Object *, VoteRequestEvent_Meta_Photon_Bolt_Internal_IFactory_Create, (VoteRequestEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1F180, void, VoteRequestEvent_Meta_Photon_Bolt_Internal_IFactory_Return, (VoteRequestEvent_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B1F250, void, VoteRequestEvent_Meta_Photon_Bolt_Internal_IEventFactory_Dispatch, (VoteRequestEvent_Meta * __this, Event * ev, Object * target, MethodInfo * method)); DO_APP_FUNC(0x00B1F370, void, VoteEvent__ctor, (VoteEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEC950, bool, VoteEvent_get_Vote, (VoteEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0FAB0, void, VoteEvent_set_Vote, (VoteEvent * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00B1F3E0, String *, VoteEvent_ToString, (VoteEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1F4D0, VoteEvent *, VoteEvent_Create, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B1F670, VoteEvent *, VoteEvent_Create_1, (GlobalTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B1F680, VoteEvent *, VoteEvent_Create_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B1F690, VoteEvent *, VoteEvent_Create_3, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B1F6A0, VoteEvent *, VoteEvent_Create_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B1F6C0, VoteEvent *, VoteEvent_Create_5, (MethodInfo * method)); DO_APP_FUNC(0x00B1F6E0, VoteEvent *, VoteEvent_Create_6, (ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B1F6F0, bool, VoteEvent_Post, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, bool Vote, MethodInfo * method)); DO_APP_FUNC(0x00B1F740, bool, VoteEvent_Post_1, (GlobalTargets__Enum targets, bool Vote, MethodInfo * method)); DO_APP_FUNC(0x00B1F7A0, bool, VoteEvent_Post_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, bool Vote, MethodInfo * method)); DO_APP_FUNC(0x00B1F800, bool, VoteEvent_Post_3, (BoltConnection * connection, bool Vote, MethodInfo * method)); DO_APP_FUNC(0x00B1F860, bool, VoteEvent_Post_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, bool Vote, MethodInfo * method)); DO_APP_FUNC(0x00B1F8C0, bool, VoteEvent_Post_5, (bool Vote, MethodInfo * method)); DO_APP_FUNC(0x00B1F920, bool, VoteEvent_Post_6, (ReliabilityModes__Enum reliability, bool Vote, MethodInfo * method)); DO_APP_FUNC(0x00B1F980, void, VoteEvent_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADB530, void, VoteEvent_Meta__ctor, (VoteEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, VoteEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (VoteEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1FAA0, UniqueId, VoteEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (VoteEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1FAC0, Type *, VoteEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (VoteEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VoteEvent_Meta_InitObject, (VoteEvent_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B1FB30, void, VoteEvent_Meta_InitMeta, (VoteEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1FDE0, Object *, VoteEvent_Meta_Photon_Bolt_Internal_IFactory_Create, (VoteEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B1FE30, void, VoteEvent_Meta_Photon_Bolt_Internal_IFactory_Return, (VoteEvent_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B1FF00, void, VoteEvent_Meta_Photon_Bolt_Internal_IEventFactory_Dispatch, (VoteEvent_Meta * __this, Event * ev, Object * target, MethodInfo * method)); DO_APP_FUNC(0x00B20020, void, RangedAttackEvent__ctor, (RangedAttackEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEB870, BoltEntity *, RangedAttackEvent_get_AI, (RangedAttackEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0C500, void, RangedAttackEvent_set_AI, (RangedAttackEvent * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00AF9ED0, BoltEntity *, RangedAttackEvent_get_Player, (RangedAttackEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0AD60, void, RangedAttackEvent_set_Player, (RangedAttackEvent * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00B20090, float, RangedAttackEvent_get_Damage, (RangedAttackEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B200F0, void, RangedAttackEvent_set_Damage, (RangedAttackEvent * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00AEA580, bool, RangedAttackEvent_get_Hit, (RangedAttackEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B20190, void, RangedAttackEvent_set_Hit, (RangedAttackEvent * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00B20230, String *, RangedAttackEvent_ToString, (RangedAttackEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B20500, RangedAttackEvent *, RangedAttackEvent_Create, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8F718, RangedAttackEvent_Create__MethodInfo); DO_APP_FUNC(0x00B20750, RangedAttackEvent *, RangedAttackEvent_Create_1, (GlobalTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B20760, RangedAttackEvent *, RangedAttackEvent_Create_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B20770, RangedAttackEvent *, RangedAttackEvent_Create_3, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B20780, RangedAttackEvent *, RangedAttackEvent_Create_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B207A0, RangedAttackEvent *, RangedAttackEvent_Create_5, (MethodInfo * method)); DO_APP_FUNC(0x00B207C0, RangedAttackEvent *, RangedAttackEvent_Create_6, (ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B207D0, bool, RangedAttackEvent_Post, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, BoltEntity * AI, BoltEntity * Player, float Damage, bool Hit, MethodInfo * method)); DO_APP_FUNC(0x00B20850, bool, RangedAttackEvent_Post_1, (GlobalTargets__Enum targets, BoltEntity * AI, BoltEntity * Player, float Damage, bool Hit, MethodInfo * method)); DO_APP_FUNC(0x00B208E0, bool, RangedAttackEvent_Post_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, BoltEntity * AI, BoltEntity * Player, float Damage, bool Hit, MethodInfo * method)); DO_APP_FUNC(0x00B20980, bool, RangedAttackEvent_Post_3, (BoltConnection * connection, BoltEntity * AI, BoltEntity * Player, float Damage, bool Hit, MethodInfo * method)); DO_APP_FUNC(0x00B20A10, bool, RangedAttackEvent_Post_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, BoltEntity * AI, BoltEntity * Player, float Damage, bool Hit, MethodInfo * method)); DO_APP_FUNC(0x00B20AB0, bool, RangedAttackEvent_Post_5, (BoltEntity * AI, BoltEntity * Player, float Damage, bool Hit, MethodInfo * method)); DO_APP_FUNC(0x00B20B50, bool, RangedAttackEvent_Post_6, (ReliabilityModes__Enum reliability, BoltEntity * AI, BoltEntity * Player, float Damage, bool Hit, MethodInfo * method)); DO_APP_FUNC(0x00B20BE0, void, RangedAttackEvent_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADB530, void, RangedAttackEvent_Meta__ctor, (RangedAttackEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, RangedAttackEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (RangedAttackEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B20D00, UniqueId, RangedAttackEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (RangedAttackEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B20D20, Type *, RangedAttackEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (RangedAttackEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RangedAttackEvent_Meta_InitObject, (RangedAttackEvent_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B20D90, void, RangedAttackEvent_Meta_InitMeta, (RangedAttackEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B21450, Object *, RangedAttackEvent_Meta_Photon_Bolt_Internal_IFactory_Create, (RangedAttackEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B214A0, void, RangedAttackEvent_Meta_Photon_Bolt_Internal_IFactory_Return, (RangedAttackEvent_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B21570, void, RangedAttackEvent_Meta_Photon_Bolt_Internal_IEventFactory_Dispatch, (RangedAttackEvent_Meta * __this, Event * ev, Object * target, MethodInfo * method)); DO_APP_FUNC(0x00B21690, void, VoteCompletedEvent__ctor, (VoteCompletedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B21700, String *, VoteCompletedEvent_ToString, (VoteCompletedEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B21810, VoteCompletedEvent *, VoteCompletedEvent_Create, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8F6C0, VoteCompletedEvent_Create__MethodInfo); DO_APP_FUNC(0x00B21A60, VoteCompletedEvent *, VoteCompletedEvent_Create_1, (GlobalTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B21A70, VoteCompletedEvent *, VoteCompletedEvent_Create_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B21A80, VoteCompletedEvent *, VoteCompletedEvent_Create_3, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B21A90, VoteCompletedEvent *, VoteCompletedEvent_Create_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B21AB0, VoteCompletedEvent *, VoteCompletedEvent_Create_5, (MethodInfo * method)); DO_APP_FUNC(0x00B21AD0, VoteCompletedEvent *, VoteCompletedEvent_Create_6, (ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B21AE0, bool, VoteCompletedEvent_Post, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B21B10, bool, VoteCompletedEvent_Post_1, (GlobalTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B21B40, bool, VoteCompletedEvent_Post_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B21B70, bool, VoteCompletedEvent_Post_3, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B21BA0, bool, VoteCompletedEvent_Post_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B21BD0, bool, VoteCompletedEvent_Post_5, (MethodInfo * method)); DO_APP_FUNC(0x00B21C00, bool, VoteCompletedEvent_Post_6, (ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B21C30, void, VoteCompletedEvent_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADB530, void, VoteCompletedEvent_Meta__ctor, (VoteCompletedEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, VoteCompletedEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (VoteCompletedEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B21D50, UniqueId, VoteCompletedEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (VoteCompletedEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B21D70, Type *, VoteCompletedEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (VoteCompletedEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VoteCompletedEvent_Meta_InitObject, (VoteCompletedEvent_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B21DE0, void, VoteCompletedEvent_Meta_InitMeta, (VoteCompletedEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B21F40, Object *, VoteCompletedEvent_Meta_Photon_Bolt_Internal_IFactory_Create, (VoteCompletedEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B21F90, void, VoteCompletedEvent_Meta_Photon_Bolt_Internal_IFactory_Return, (VoteCompletedEvent_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B22060, void, VoteCompletedEvent_Meta_Photon_Bolt_Internal_IEventFactory_Dispatch, (VoteCompletedEvent_Meta * __this, Event * ev, Object * target, MethodInfo * method)); DO_APP_FUNC(0x00B22180, void, PlaceObjectEvent__ctor, (PlaceObjectEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00AEB870, BoltEntity *, PlaceObjectEvent_get_Player, (PlaceObjectEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B0C500, void, PlaceObjectEvent_set_Player, (PlaceObjectEvent * __this, BoltEntity * value, MethodInfo * method)); DO_APP_FUNC(0x00AEA200, String *, PlaceObjectEvent_get_ObjectName, (PlaceObjectEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B18EC0, void, PlaceObjectEvent_set_ObjectName, (PlaceObjectEvent * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00B221F0, Vector3, PlaceObjectEvent_get_Position, (PlaceObjectEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B22270, void, PlaceObjectEvent_set_Position, (PlaceObjectEvent * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00B22310, Quaternion, PlaceObjectEvent_get_Rotation, (PlaceObjectEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B22380, void, PlaceObjectEvent_set_Rotation, (PlaceObjectEvent * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x00B22420, String *, PlaceObjectEvent_ToString, (PlaceObjectEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00B226E0, PlaceObjectEvent *, PlaceObjectEvent_Create, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8F678, PlaceObjectEvent_Create__MethodInfo); DO_APP_FUNC(0x00B22930, PlaceObjectEvent *, PlaceObjectEvent_Create_1, (GlobalTargets__Enum targets, MethodInfo * method)); DO_APP_FUNC(0x00B22940, PlaceObjectEvent *, PlaceObjectEvent_Create_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B22950, PlaceObjectEvent *, PlaceObjectEvent_Create_3, (BoltConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x00B22960, PlaceObjectEvent *, PlaceObjectEvent_Create_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B22980, PlaceObjectEvent *, PlaceObjectEvent_Create_5, (MethodInfo * method)); DO_APP_FUNC(0x00B229A0, PlaceObjectEvent *, PlaceObjectEvent_Create_6, (ReliabilityModes__Enum reliability, MethodInfo * method)); DO_APP_FUNC(0x00B229B0, bool, PlaceObjectEvent_Post, (uint8_t targets, BoltConnection * connection, ReliabilityModes__Enum reliability, BoltEntity * Player, String * ObjectName, Vector3 Position, Quaternion Rotation, MethodInfo * method)); DO_APP_FUNC(0x00B22AC0, bool, PlaceObjectEvent_Post_1, (GlobalTargets__Enum targets, BoltEntity * Player, String * ObjectName, Vector3 Position, Quaternion Rotation, MethodInfo * method)); DO_APP_FUNC(0x00B22BE0, bool, PlaceObjectEvent_Post_2, (GlobalTargets__Enum targets, ReliabilityModes__Enum reliability, BoltEntity * Player, String * ObjectName, Vector3 Position, Quaternion Rotation, MethodInfo * method)); DO_APP_FUNC(0x00B22C50, bool, PlaceObjectEvent_Post_3, (BoltConnection * connection, BoltEntity * Player, String * ObjectName, Vector3 Position, Quaternion Rotation, MethodInfo * method)); DO_APP_FUNC(0x00B22D70, bool, PlaceObjectEvent_Post_4, (BoltConnection * connection, ReliabilityModes__Enum reliability, BoltEntity * Player, String * ObjectName, Vector3 Position, Quaternion Rotation, MethodInfo * method)); DO_APP_FUNC(0x00B22DE0, bool, PlaceObjectEvent_Post_5, (BoltEntity * Player, String * ObjectName, Vector3 Position, Quaternion Rotation, MethodInfo * method)); DO_APP_FUNC(0x00B22F10, bool, PlaceObjectEvent_Post_6, (ReliabilityModes__Enum reliability, BoltEntity * Player, String * ObjectName, Vector3 Position, Quaternion Rotation, MethodInfo * method)); DO_APP_FUNC(0x00B23030, void, PlaceObjectEvent_Meta__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADB530, void, PlaceObjectEvent_Meta__ctor, (PlaceObjectEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, PlaceObjectEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeId, (PlaceObjectEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B23150, UniqueId, PlaceObjectEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeKey, (PlaceObjectEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B23170, Type *, PlaceObjectEvent_Meta_Photon_Bolt_Internal_IFactory_get_TypeObject, (PlaceObjectEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlaceObjectEvent_Meta_InitObject, (PlaceObjectEvent_Meta * __this, NetworkObj * obj, NetworkObj_Meta_Offsets offsets, MethodInfo * method)); DO_APP_FUNC(0x00B231E0, void, PlaceObjectEvent_Meta_InitMeta, (PlaceObjectEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B239B0, Object *, PlaceObjectEvent_Meta_Photon_Bolt_Internal_IFactory_Create, (PlaceObjectEvent_Meta * __this, MethodInfo * method)); DO_APP_FUNC(0x00B23A00, void, PlaceObjectEvent_Meta_Photon_Bolt_Internal_IFactory_Return, (PlaceObjectEvent_Meta * __this, Object * objToReturn, MethodInfo * method)); DO_APP_FUNC(0x00B23AD0, void, PlaceObjectEvent_Meta_Photon_Bolt_Internal_IEventFactory_Dispatch, (PlaceObjectEvent_Meta * __this, Event * ev, Object * target, MethodInfo * method)); DO_APP_FUNC(0x00B23BF0, void, GlobalEventListener__ctor, (GlobalEventListener * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListener_OnEvent, (GlobalEventListener * __this, InteractEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListener_OnEvent_1, (GlobalEventListener * __this, InteractTriggerEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListener_OnEvent_2, (GlobalEventListener * __this, InteractObjectRequestEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListener_OnEvent_3, (GlobalEventListener * __this, InteractPlopEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListener_OnEvent_4, (GlobalEventListener * __this, InteractObjectResponseEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListener_OnEvent_5, (GlobalEventListener * __this, KnockoutBoxEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListener_OnEvent_6, (GlobalEventListener * __this, HostStartedGameEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListener_OnEvent_7, (GlobalEventListener * __this, DissonanceToClient * evnt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListener_OnEvent_8, (GlobalEventListener * __this, DissonanceToServer * evnt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListener_OnEvent_9, (GlobalEventListener * __this, KnockoutEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListener_OnEvent_10, (GlobalEventListener * __this, ReviveEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListener_OnEvent_11, (GlobalEventListener * __this, SurvivalChangePlayerEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListener_OnEvent_12, (GlobalEventListener * __this, PlayerPickedUpEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListener_OnEvent_13, (GlobalEventListener * __this, KnockoutGrabRagdollEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListener_OnEvent_14, (GlobalEventListener * __this, DropObjectEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListener_OnEvent_15, (GlobalEventListener * __this, LobbyReadyEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListener_OnEvent_16, (GlobalEventListener * __this, CreatePortalEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListener_OnEvent_17, (GlobalEventListener * __this, EndingEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListener_OnEvent_18, (GlobalEventListener * __this, UseBatteryEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListener_OnEvent_19, (GlobalEventListener * __this, SystemChatMessageEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListener_OnEvent_20, (GlobalEventListener * __this, VoteRequestEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListener_OnEvent_21, (GlobalEventListener * __this, VoteEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListener_OnEvent_22, (GlobalEventListener * __this, RangedAttackEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListener_OnEvent_23, (GlobalEventListener * __this, VoteCompletedEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalEventListener_OnEvent_24, (GlobalEventListener * __this, PlaceObjectEvent * evnt, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, EntityEventListener__ctor, (EntityEventListener * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EntityEventListener_OnEvent, (EntityEventListener * __this, DissonanceToClient * evnt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EntityEventListener_OnEvent_1, (EntityEventListener * __this, DissonanceToServer * evnt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StateSerializerTypeIds__ctor, (StateSerializerTypeIds * __this, MethodInfo * method)); DO_APP_FUNC(0x00B23C70, void, StateSerializerTypeIds__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B242A0, void, BoltAssemblies__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B253B0, IEnumerator_1_System_String_ *, BoltAssemblies_get_AllAssemblies, (MethodInfo * method)); DO_APP_FUNC(0x00B254D0, void, BoltPrefabs__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B25EF0, String *, BoltAssets_Combine, (String * asset1, String * asset2, MethodInfo * method)); DO_APP_FUNC(0x00B25F90, String *, BoltAssets_Combine_1, (String * asset1, String * asset2, String * asset3, MethodInfo * method)); DO_APP_FUNC(0x00B26040, String *, BoltAssets_DoorState_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B26080, void, BoltAssets_DoorState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B264C0, String *, BoltAssets_SwitchState_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B26500, void, BoltAssets_SwitchState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B26630, String *, BoltAssets_PlayerState_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B26670, void, BoltAssets_PlayerState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B27C40, String *, BoltAssets_InteractObjectState_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B27C80, void, BoltAssets_InteractObjectState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B27E30, String *, BoltAssets_DissonancePlayerState_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B27E70, void, BoltAssets_DissonancePlayerState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B27FA0, String *, BoltAssets_BurnTrapState_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B27FE0, void, BoltAssets_BurnTrapState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B28420, String *, BoltAssets_SurvivalLobbyState_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B28460, void, BoltAssets_SurvivalLobbyState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B288A0, String *, BoltAssets_GoatState_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B288E0, void, BoltAssets_GoatState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B28D20, String *, BoltAssets_JumpScareState_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B28D60, void, BoltAssets_JumpScareState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B28E90, String *, BoltAssets_HidingSpotState_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B28ED0, void, BoltAssets_HidingSpotState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B29080, String *, BoltAssets_SteamInventoryState_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B290C0, void, BoltAssets_SteamInventoryState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B29170, String *, BoltAssets_MapState_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B291B0, void, BoltAssets_MapState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B29360, String *, BoltAssets_InnShrineState_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B293A0, void, BoltAssets_InnShrineState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B294D0, String *, BoltAssets_InnMazeState_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B29510, void, BoltAssets_InnMazeState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B295C0, String *, BoltAssets_EnemyBasicState_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B29600, void, BoltAssets_EnemyBasicState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B29AC0, String *, BoltAssets_EnemyState_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B29B00, void, BoltAssets_EnemyState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2A610, String *, BoltAssets_InnWebState_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2A650, void, BoltAssets_InnWebState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2A780, String *, BoltAssets_FountainState_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2A7C0, void, BoltAssets_FountainState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2A870, String *, BoltAssets_TownPentagramState_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2A8B0, void, BoltAssets_TownPentagramState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2AA60, String *, BoltAssets_IntroState_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2AAA0, void, BoltAssets_IntroState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2AB50, String *, BoltAssets_PetState_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2AB90, void, BoltAssets_PetState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2ADC0, String *, BoltAssets_DoorNumberState_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2AE00, void, BoltAssets_DoorNumberState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2AEB0, String *, BoltAssets_CrowState_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2AEF0, void, BoltAssets_CrowState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2B430, String *, BoltAssets_ManorMirrorState_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2B470, void, BoltAssets_ManorMirrorState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2B5A0, String *, BoltAssets_PlaceObjectState_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2B5E0, String *, BoltAssets_ManorShrineState_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2B620, void, BoltAssets_ManorShrineState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2B7D0, String *, BoltAssets_ManorLumpState_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2B810, void, BoltAssets_ManorLumpState__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2B9C0, String *, BoltAssets_InteractEvent_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2BA00, void, BoltAssets_InteractEvent__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2BC30, String *, BoltAssets_InteractTriggerEvent_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2BC70, void, BoltAssets_InteractTriggerEvent__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2BD20, String *, BoltAssets_InteractObjectRequestEvent_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2BD60, void, BoltAssets_InteractObjectRequestEvent__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2C010, String *, BoltAssets_InteractPlopEvent_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2C050, void, BoltAssets_InteractPlopEvent__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2C100, String *, BoltAssets_InteractObjectResponseEvent_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2C140, void, BoltAssets_InteractObjectResponseEvent__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2C270, String *, BoltAssets_KnockoutBoxEvent_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2C2B0, void, BoltAssets_KnockoutBoxEvent__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2C3E0, String *, BoltAssets_HostStartedGameEvent_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2C420, String *, BoltAssets_DissonanceToClient_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2C460, String *, BoltAssets_DissonanceToServer_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2C4A0, String *, BoltAssets_KnockoutEvent_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2C4E0, void, BoltAssets_KnockoutEvent__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2C690, String *, BoltAssets_ReviveEvent_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2C6D0, void, BoltAssets_ReviveEvent__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2C800, String *, BoltAssets_SurvivalChangePlayerEvent_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2C840, void, BoltAssets_SurvivalChangePlayerEvent__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2C970, String *, BoltAssets_PlayerPickedUpEvent_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2C9B0, void, BoltAssets_PlayerPickedUpEvent__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2CB60, String *, BoltAssets_KnockoutGrabRagdollEvent_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2CBA0, void, BoltAssets_KnockoutGrabRagdollEvent__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2CC50, String *, BoltAssets_DropObjectEvent_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2CC90, void, BoltAssets_DropObjectEvent__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2CDC0, String *, BoltAssets_LobbyReadyEvent_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2CE00, void, BoltAssets_LobbyReadyEvent__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2CF30, String *, BoltAssets_CreatePortalEvent_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2CF70, void, BoltAssets_CreatePortalEvent__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2D020, String *, BoltAssets_EndingEvent_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2D060, void, BoltAssets_EndingEvent__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2D110, String *, BoltAssets_UseBatteryEvent_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2D150, void, BoltAssets_UseBatteryEvent__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2D200, String *, BoltAssets_SystemChatMessageEvent_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2D240, void, BoltAssets_SystemChatMessageEvent__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2D370, String *, BoltAssets_VoteRequestEvent_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2D3B0, void, BoltAssets_VoteRequestEvent__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2D4E0, String *, BoltAssets_VoteEvent_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2D520, void, BoltAssets_VoteEvent__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2D5D0, String *, BoltAssets_RangedAttackEvent_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2D610, void, BoltAssets_RangedAttackEvent__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2D840, String *, BoltAssets_VoteCompletedEvent_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2D880, String *, BoltAssets_PlaceObjectEvent_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2D8C0, void, BoltAssets_PlaceObjectEvent__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2DAF0, String *, BoltAssets_InventorySlot_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2DB30, void, BoltAssets_InventorySlot__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2DBE0, String *, BoltAssets_SurvivalPlayer_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2DC20, void, BoltAssets_SurvivalPlayer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2DF50, String *, BoltAssets_SteamInventoryPlayer_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2DF90, void, BoltAssets_SteamInventoryPlayer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2E240, String *, BoltAssets_InnMazeWeb_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2E280, void, BoltAssets_InnMazeWeb__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2E330, String *, BoltAssets_Candle_ToString, (MethodInfo * method)); DO_APP_FUNC(0x00B2E370, void, BoltAssets_Candle__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2E420, void, BoltScenes__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00B2E710, void, BoltScenes_AddScene, (int16_t prefix, int16_t id, String * name, MethodInfo * method)); DO_APP_FUNC(0x00B2E820, IEnumerable_1_System_String_ *, BoltScenes_get_AllScenes, (MethodInfo * method)); DO_APP_FUNC(0x00B2E8A0, int32_t, BoltScenes_Internal_GetSceneIndex, (String * name, MethodInfo * method)); DO_APP_FUNC(0x00B2E930, String *, BoltScenes_Internal_GetSceneName, (int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01616B80, int32_t, OpenXRSettings_get_featureCount, (OpenXRSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02C45660, OpenXRFeature *, OpenXRSettings_GetFeature, (OpenXRSettings * __this, Type * featureType, MethodInfo * method)); DO_APP_FUNC(0x02C456F0, OpenXRFeature__Array *, OpenXRSettings_GetFeatures, (OpenXRSettings * __this, Type * featureType, MethodInfo * method)); DO_APP_FUNC(0x02C45820, int32_t, OpenXRSettings_GetFeatures_1, (OpenXRSettings * __this, Type * featureType, List_1_UnityEngine_XR_OpenXR_Features_OpenXRFeature_ * featuresOut, MethodInfo * method)); DO_APP_FUNC(0x02C45930, OpenXRFeature__Array *, OpenXRSettings_GetFeatures_2, (OpenXRSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02C459C0, int32_t, OpenXRSettings_GetFeatures_3, (OpenXRSettings * __this, List_1_UnityEngine_XR_OpenXR_Features_OpenXRFeature_ * featuresOut, MethodInfo * method)); DO_APP_FUNC(0x02C45A80, OpenXRSettings_RenderMode__Enum, OpenXRSettings_get_renderMode, (OpenXRSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02C45C60, void, OpenXRSettings_set_renderMode, (OpenXRSettings * __this, OpenXRSettings_RenderMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02C45DF0, OpenXRSettings_DepthSubmissionMode__Enum, OpenXRSettings_get_depthSubmissionMode, (OpenXRSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02C45FD0, void, OpenXRSettings_set_depthSubmissionMode, (OpenXRSettings * __this, OpenXRSettings_DepthSubmissionMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, OpenXRSettings_get_optimizeBufferDiscards, (OpenXRSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02C46160, void, OpenXRSettings_set_optimizeBufferDiscards, (OpenXRSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C462F0, void, OpenXRSettings_ApplyRenderSettings, (OpenXRSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01D09D10, bool, OpenXRSettings_get_symmetricProjection, (OpenXRSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02C46330, void, OpenXRSettings_set_symmetricProjection, (OpenXRSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C464C0, void, OpenXRSettings_Internal_SetRenderMode, (OpenXRSettings_RenderMode__Enum renderMode, MethodInfo * method)); DO_APP_FUNC(0x02C46540, OpenXRSettings_RenderMode__Enum, OpenXRSettings_Internal_GetRenderMode, (MethodInfo * method)); DO_APP_FUNC(0x02C465B0, void, OpenXRSettings_Internal_SetDepthSubmissionMode, (OpenXRSettings_DepthSubmissionMode__Enum depthSubmissionMode, MethodInfo * method)); DO_APP_FUNC(0x02C46630, OpenXRSettings_DepthSubmissionMode__Enum, OpenXRSettings_Internal_GetDepthSubmissionMode, (MethodInfo * method)); DO_APP_FUNC(0x02C466A0, void, OpenXRSettings_Internal_SetSymmetricProjection, (bool enabled, MethodInfo * method)); DO_APP_FUNC(0x02C46720, void, OpenXRSettings_Internal_SetOptimizeBufferDiscards, (bool enabled, MethodInfo * method)); DO_APP_FUNC(0x02C467A0, void, OpenXRSettings_Awake, (OpenXRSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02C462F0, void, OpenXRSettings_ApplySettings, (OpenXRSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02C46840, OpenXRSettings *, OpenXRSettings_GetInstance, (bool useActiveBuildTarget, MethodInfo * method)); DO_APP_FUNC(0x02C46980, OpenXRSettings *, OpenXRSettings_get_ActiveBuildTargetInstance, (MethodInfo * method)); DO_APP_FUNC(0x02C46990, OpenXRSettings *, OpenXRSettings_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x02C469A0, void, OpenXRSettings_SetAllowRecentering, (bool allowRecentering, float floorOffset, MethodInfo * method)); DO_APP_FUNC(0x02C46A30, bool, OpenXRSettings_get_AllowRecentering, (MethodInfo * method)); DO_APP_FUNC(0x02C46AA0, float, OpenXRSettings_get_FloorOffset, (MethodInfo * method)); DO_APP_FUNC(0x02C469A0, void, OpenXRSettings_Internal_SetAllowRecentering, (bool active, float height, MethodInfo * method)); DO_APP_FUNC(0x02C46A30, bool, OpenXRSettings_Internal_GetAllowRecentering, (MethodInfo * method)); DO_APP_FUNC(0x02C46AA0, float, OpenXRSettings_Internal_GetFloorOffset, (MethodInfo * method)); DO_APP_FUNC(0x02C46B10, void, OpenXRSettings__ctor, (OpenXRSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02C46BB0, bool, OpenXRAnalytics_Initialize, (MethodInfo * method)); DO_APP_FUNC(0x02C46C70, void, OpenXRAnalytics_SendInitializeEvent, (bool success, MethodInfo * method)); DO_APP_FUNC(0x02C46DC0, OpenXRAnalytics_InitializeEvent, OpenXRAnalytics_CreateInitializeEvent, (bool success, MethodInfo * method)); DO_APP_FUNC(0x02C47A10, void, OpenXRAnalytics_SendPlayerAnalytics, (OpenXRAnalytics_InitializeEvent data, MethodInfo * method)); DO_APP_FUNC(0x02C47C20, void, OpenXRAnalytics_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRAnalytics_c__ctor, (OpenXRAnalytics_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02C47CD0, String *, OpenXRAnalytics_c__CreateInitializeEvent_b__8_0, (OpenXRAnalytics_c * __this, String * ext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C773E0, OpenXRAnalytics_c__CreateInitializeEvent_b__8_0__MethodInfo); DO_APP_FUNC(0x02C47D90, String *, OpenXRAnalytics_c__CreateInitializeEvent_b__8_1, (OpenXRAnalytics_c * __this, String * ext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C773E8, OpenXRAnalytics_c__CreateInitializeEvent_b__8_1__MethodInfo); DO_APP_FUNC(0x02C47E50, bool, OpenXRAnalytics_c__CreateInitializeEvent_b__8_2, (OpenXRAnalytics_c * __this, OpenXRFeature * f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C773F0, OpenXRAnalytics_c__CreateInitializeEvent_b__8_2__MethodInfo); DO_APP_FUNC(0x02C47F50, String *, OpenXRAnalytics_c__CreateInitializeEvent_b__8_3, (OpenXRAnalytics_c * __this, OpenXRFeature * f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C773F8, OpenXRAnalytics_c__CreateInitializeEvent_b__8_3__MethodInfo); DO_APP_FUNC(0x02C47FD0, bool, OpenXRAnalytics_c__CreateInitializeEvent_b__8_4, (OpenXRAnalytics_c * __this, OpenXRFeature * f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77400, OpenXRAnalytics_c__CreateInitializeEvent_b__8_4__MethodInfo); DO_APP_FUNC(0x02C480D0, String *, OpenXRAnalytics_c__CreateInitializeEvent_b__8_5, (OpenXRAnalytics_c * __this, OpenXRFeature * f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77408, OpenXRAnalytics_c__CreateInitializeEvent_b__8_5__MethodInfo); DO_APP_FUNC(0x02C48150, void, DiagnosticReport_StartReport, (MethodInfo * method)); DO_APP_FUNC(0x02C481C0, uint64_t, DiagnosticReport_GetSection, (String * sectionName, MethodInfo * method)); DO_APP_FUNC(0x02C48260, void, DiagnosticReport_AddSectionEntry, (uint64_t sectionHandle, String * sectionEntry, String * sectionBody, MethodInfo * method)); DO_APP_FUNC(0x02C48320, void, DiagnosticReport_AddSectionBreak, (uint64_t sectionHandle, MethodInfo * method)); DO_APP_FUNC(0x02C48390, void, DiagnosticReport_AddEventEntry, (String * eventName, String * eventData, MethodInfo * method)); DO_APP_FUNC(0x02C48440, void, DiagnosticReport_Internal_DumpReport, (MethodInfo * method)); DO_APP_FUNC(0x02C484B0, void, DiagnosticReport_Internal_DumpReport_1, (String * reason, MethodInfo * method)); DO_APP_FUNC(0x02C48550, void *, DiagnosticReport_Internal_GenerateReport, (MethodInfo * method)); DO_APP_FUNC(0x02C485C0, void, DiagnosticReport_Internal_ReleaseReport, (void * report, MethodInfo * method)); DO_APP_FUNC(0x02C48640, String *, DiagnosticReport_GenerateReport, (MethodInfo * method)); DO_APP_FUNC(0x02C484B0, void, DiagnosticReport_DumpReport, (String * reason, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DiagnosticReport__ctor, (DiagnosticReport * __this, MethodInfo * method)); DO_APP_FUNC(0x02C487C0, void, OpenXRLoader__ctor, (OpenXRLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x02C48810, OpenXRLoaderBase *, OpenXRLoaderBase_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x02C48870, void, OpenXRLoaderBase_set_Instance, (OpenXRLoaderBase * value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, OpenXRLoaderBase_LoaderState__Enum, OpenXRLoaderBase_get_currentLoaderState, (OpenXRLoaderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, OpenXRLoaderBase_set_currentLoaderState, (OpenXRLoaderBase * __this, OpenXRLoaderBase_LoaderState__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02C48930, XRDisplaySubsystem *, OpenXRLoaderBase_get_displaySubsystem, (OpenXRLoaderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02C489A0, XRInputSubsystem *, OpenXRLoaderBase_get_inputSubsystem, (OpenXRLoaderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02C48A80, bool, OpenXRLoaderBase_get_isInitialized, (OpenXRLoaderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02C48AA0, bool, OpenXRLoaderBase_get_isStarted, (OpenXRLoaderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02C48B30, void, OpenXRLoaderBase_ExceptionHandler, (Object * sender, UnhandledExceptionEventArgs * args, MethodInfo * method)); DO_APP_FUNC(0x02C48DC0, bool, OpenXRLoaderBase_Initialize, (OpenXRLoaderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02C490A0, bool, OpenXRLoaderBase_InitializeInternal, (OpenXRLoaderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02C49C60, bool, OpenXRLoaderBase_CreateSubsystems, (OpenXRLoaderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02C49DF0, void, OpenXRLoaderBase_ProcessOpenXRMessageLoop, (OpenXRLoaderBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C773B8, OpenXRLoaderBase_ProcessOpenXRMessageLoop__MethodInfo); DO_APP_FUNC(0x02C49F20, bool, OpenXRLoaderBase_Start, (OpenXRLoaderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02C49FE0, bool, OpenXRLoaderBase_StartInternal, (OpenXRLoaderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02C4A280, bool, OpenXRLoaderBase_Stop, (OpenXRLoaderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02C4A400, void, OpenXRLoaderBase_StopInternal, (OpenXRLoaderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02C4A4B0, bool, OpenXRLoaderBase_Deinitialize, (OpenXRLoaderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02C4A9D0, void, OpenXRLoaderBase_SetApplicationInfo, (OpenXRLoaderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02C4AEA0, Byte__Array *, OpenXRLoaderBase_StringToWCHAR_T, (String * s, MethodInfo * method)); DO_APP_FUNC(0x02C4AF40, bool, OpenXRLoaderBase_LoadOpenXRSymbols, (OpenXRLoaderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02C4B0A0, void, OpenXRLoaderBase_RequestOpenXRFeatures, (OpenXRLoaderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02C4BB80, void, OpenXRLoaderBase_DebugLogEnabledSpecExtensions, (MethodInfo * method)); DO_APP_FUNC(0x02C4BE10, void, OpenXRLoaderBase_ReceiveNativeEvent, (OpenXRFeature_NativeEvent__Enum e, uint64_t payload, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C772C0, OpenXRLoaderBase_ReceiveNativeEvent__MethodInfo); DO_APP_FUNC(0x02C4C2D0, void, OpenXRLoaderBase_RegisterOpenXRCallbacks, (MethodInfo * method)); DO_APP_FUNC(0x02C4C4D0, bool, OpenXRLoaderBase_Internal_LoadOpenXRLibrary, (Byte__Array * loaderPath, MethodInfo * method)); DO_APP_FUNC(0x02C4C560, void, OpenXRLoaderBase_Internal_UnloadOpenXRLibrary, (MethodInfo * method)); DO_APP_FUNC(0x02C4C5D0, void, OpenXRLoaderBase_Internal_SetCallbacks, (OpenXRLoaderBase_ReceiveNativeEventDelegate * callback, MethodInfo * method)); DO_APP_FUNC(0x02C4C660, void, OpenXRLoaderBase_Internal_SetApplicationInfo, (String * applicationName, String * applicationVersion, uint32_t applicationVersionHash, String * engineVersion, MethodInfo * method)); DO_APP_FUNC(0x02C4C750, void, OpenXRLoaderBase_Internal_RequestExitSession, (MethodInfo * method)); DO_APP_FUNC(0x02C4C7C0, bool, OpenXRLoaderBase_Internal_InitializeSession, (MethodInfo * method)); DO_APP_FUNC(0x02C4C830, bool, OpenXRLoaderBase_Internal_CreateSessionIfNeeded, (MethodInfo * method)); DO_APP_FUNC(0x02C4C8A0, void, OpenXRLoaderBase_Internal_BeginSession, (MethodInfo * method)); DO_APP_FUNC(0x02C4C910, void, OpenXRLoaderBase_Internal_EndSession, (MethodInfo * method)); DO_APP_FUNC(0x02C4C980, void, OpenXRLoaderBase_Internal_DestroySession, (MethodInfo * method)); DO_APP_FUNC(0x02C4C9F0, void, OpenXRLoaderBase_Internal_PumpMessageLoop, (MethodInfo * method)); DO_APP_FUNC(0x02C4CA60, void, OpenXRLoaderBase_Internal_SetSuccessfullyInitialized, (bool value, MethodInfo * method)); DO_APP_FUNC(0x02C4CAE0, bool, OpenXRLoaderBase_Internal_RequestEnableExtensionString, (String * extensionString, MethodInfo * method)); DO_APP_FUNC(0x02C4CB80, void, OpenXRLoaderBase__ctor, (OpenXRLoaderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02C4D440, void, OpenXRLoaderBase__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02C4D5F0, void, OpenXRLoaderBase_ReceiveNativeEventDelegate__ctor, (OpenXRLoaderBase_ReceiveNativeEventDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, OpenXRLoaderBase_ReceiveNativeEventDelegate_Invoke, (OpenXRLoaderBase_ReceiveNativeEventDelegate * __this, OpenXRFeature_NativeEvent__Enum e, uint64_t payload, MethodInfo * method)); DO_APP_FUNC(0x02C4D720, IAsyncResult *, OpenXRLoaderBase_ReceiveNativeEventDelegate_BeginInvoke, (OpenXRLoaderBase_ReceiveNativeEventDelegate * __this, OpenXRFeature_NativeEvent__Enum e, uint64_t payload, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OpenXRLoaderBase_ReceiveNativeEventDelegate_EndInvoke, (OpenXRLoaderBase_ReceiveNativeEventDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02C4D7C0, void, OpenXRLoaderBase_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRLoaderBase_c__ctor, (OpenXRLoaderBase_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02C4D870, bool, OpenXRLoaderBase_c__InitializeInternal_b__31_0, (OpenXRLoaderBase_c * __this, OpenXRFeature * f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C773C0, OpenXRLoaderBase_c__InitializeInternal_b__31_0__MethodInfo); DO_APP_FUNC(0x0042BB00, int32_t, OpenXRLoaderBase_c__InitializeInternal_b__31_1, (OpenXRLoaderBase_c * __this, OpenXRFeature * f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C773C8, OpenXRLoaderBase_c__InitializeInternal_b__31_1__MethodInfo); DO_APP_FUNC(0x01FBF230, String *, OpenXRLoaderBase_c__InitializeInternal_b__31_2, (OpenXRLoaderBase_c * __this, OpenXRFeature * f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77360, OpenXRLoaderBase_c__InitializeInternal_b__31_2__MethodInfo); DO_APP_FUNC(0x02C4D970, void, OpenXRLoaderNoPreInit__ctor, (OpenXRLoaderNoPreInit * __this, MethodInfo * method)); DO_APP_FUNC(0x02C4D9C0, void, OpenXRRestarter__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02C4DA70, void, OpenXRRestarter_ResetCallbacks, (OpenXRRestarter * __this, MethodInfo * method)); DO_APP_FUNC(0x02C4DC70, bool, OpenXRRestarter_get_isRunning, (OpenXRRestarter * __this, MethodInfo * method)); DO_APP_FUNC(0x02C4DC80, float, OpenXRRestarter_get_TimeBetweenRestartAttempts, (MethodInfo * method)); DO_APP_FUNC(0x02C4DCE0, void, OpenXRRestarter_set_TimeBetweenRestartAttempts, (float value, MethodInfo * method)); DO_APP_FUNC(0x02C4DD50, int32_t, OpenXRRestarter_get_PauseAndRestartAttempts, (MethodInfo * method)); DO_APP_FUNC(0x02C4DDB0, int32_t, OpenXRRestarter_get_PauseAndRestartCoroutineCount, (MethodInfo * method)); DO_APP_FUNC(0x02C4DE10, OpenXRRestarter *, OpenXRRestarter_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x02C4E190, bool, OpenXRRestarter_get_DisableApplicationQuit, (MethodInfo * method)); DO_APP_FUNC(0x02C4E1F0, void, OpenXRRestarter_set_DisableApplicationQuit, (bool value, MethodInfo * method)); DO_APP_FUNC(0x02C4E250, void, OpenXRRestarter_Shutdown, (OpenXRRestarter * __this, MethodInfo * method)); DO_APP_FUNC(0x02C4E480, void, OpenXRRestarter_ShutdownAndRestart, (OpenXRRestarter * __this, MethodInfo * method)); DO_APP_FUNC(0x02C4E6B0, void, OpenXRRestarter_PauseAndShutdownAndRestart, (OpenXRRestarter * __this, MethodInfo * method)); DO_APP_FUNC(0x02C4E900, void, OpenXRRestarter_PauseAndRetryInitialization, (OpenXRRestarter * __this, MethodInfo * method)); DO_APP_FUNC(0x02C4EB50, void, OpenXRRestarter_IncrementPauseAndRestartCoroutineCount, (OpenXRRestarter * __this, MethodInfo * method)); DO_APP_FUNC(0x02C4ECE0, void, OpenXRRestarter_DecrementPauseAndRestartCoroutineCount, (OpenXRRestarter * __this, MethodInfo * method)); DO_APP_FUNC(0x02C4EE70, IEnumerator *, OpenXRRestarter_PauseAndShutdownAndRestartCoroutine, (OpenXRRestarter * __this, float pauseTimeInSeconds, MethodInfo * method)); DO_APP_FUNC(0x02C4EF20, IEnumerator *, OpenXRRestarter_PauseAndRetryInitializationCoroutine, (OpenXRRestarter * __this, float pauseTimeInSeconds, MethodInfo * method)); DO_APP_FUNC(0x02C4EFD0, IEnumerator *, OpenXRRestarter_RestartCoroutine, (OpenXRRestarter * __this, bool shouldRestart, bool shouldShutdown, MethodInfo * method)); DO_APP_FUNC(0x02C4F0A0, void, OpenXRRestarter__ctor, (OpenXRRestarter * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, OpenXRRestarter_PauseAndShutdownAndRestartCoroutine_d_34__ctor, (OpenXRRestarter_PauseAndShutdownAndRestartCoroutine_d_34 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x02C4F180, void, OpenXRRestarter_PauseAndShutdownAndRestartCoroutine_d_34_System_IDisposable_Dispose, (OpenXRRestarter_PauseAndShutdownAndRestartCoroutine_d_34 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C4F240, bool, OpenXRRestarter_PauseAndShutdownAndRestartCoroutine_d_34_MoveNext, (OpenXRRestarter_PauseAndShutdownAndRestartCoroutine_d_34 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C4F5A0, void, OpenXRRestarter_PauseAndShutdownAndRestartCoroutine_d_34___m__Finally1, (OpenXRRestarter_PauseAndShutdownAndRestartCoroutine_d_34 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, OpenXRRestarter_PauseAndShutdownAndRestartCoroutine_d_34_System_Collections_Generic_IEnumerator_System_Object__get_Current, (OpenXRRestarter_PauseAndShutdownAndRestartCoroutine_d_34 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C4F5E0, void, OpenXRRestarter_PauseAndShutdownAndRestartCoroutine_d_34_System_Collections_IEnumerator_Reset, (OpenXRRestarter_PauseAndShutdownAndRestartCoroutine_d_34 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C771D0, OpenXRRestarter_PauseAndShutdownAndRestartCoroutine_d_34_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, OpenXRRestarter_PauseAndShutdownAndRestartCoroutine_d_34_System_Collections_IEnumerator_get_Current, (OpenXRRestarter_PauseAndShutdownAndRestartCoroutine_d_34 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, OpenXRRestarter_PauseAndRetryInitializationCoroutine_d_35__ctor, (OpenXRRestarter_PauseAndRetryInitializationCoroutine_d_35 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x02C4F180, void, OpenXRRestarter_PauseAndRetryInitializationCoroutine_d_35_System_IDisposable_Dispose, (OpenXRRestarter_PauseAndRetryInitializationCoroutine_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C4F630, bool, OpenXRRestarter_PauseAndRetryInitializationCoroutine_d_35_MoveNext, (OpenXRRestarter_PauseAndRetryInitializationCoroutine_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C4F5A0, void, OpenXRRestarter_PauseAndRetryInitializationCoroutine_d_35___m__Finally1, (OpenXRRestarter_PauseAndRetryInitializationCoroutine_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, OpenXRRestarter_PauseAndRetryInitializationCoroutine_d_35_System_Collections_Generic_IEnumerator_System_Object__get_Current, (OpenXRRestarter_PauseAndRetryInitializationCoroutine_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C4FA60, void, OpenXRRestarter_PauseAndRetryInitializationCoroutine_d_35_System_Collections_IEnumerator_Reset, (OpenXRRestarter_PauseAndRetryInitializationCoroutine_d_35 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C771E8, OpenXRRestarter_PauseAndRetryInitializationCoroutine_d_35_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, OpenXRRestarter_PauseAndRetryInitializationCoroutine_d_35_System_Collections_IEnumerator_get_Current, (OpenXRRestarter_PauseAndRetryInitializationCoroutine_d_35 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, OpenXRRestarter_RestartCoroutine_d_36__ctor, (OpenXRRestarter_RestartCoroutine_d_36 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x02C4FAB0, void, OpenXRRestarter_RestartCoroutine_d_36_System_IDisposable_Dispose, (OpenXRRestarter_RestartCoroutine_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C4FB00, bool, OpenXRRestarter_RestartCoroutine_d_36_MoveNext, (OpenXRRestarter_RestartCoroutine_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C50100, void, OpenXRRestarter_RestartCoroutine_d_36___m__Finally1, (OpenXRRestarter_RestartCoroutine_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, OpenXRRestarter_RestartCoroutine_d_36_System_Collections_Generic_IEnumerator_System_Object__get_Current, (OpenXRRestarter_RestartCoroutine_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C50190, void, OpenXRRestarter_RestartCoroutine_d_36_System_Collections_IEnumerator_Reset, (OpenXRRestarter_RestartCoroutine_d_36 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77200, OpenXRRestarter_RestartCoroutine_d_36_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, OpenXRRestarter_RestartCoroutine_d_36_System_Collections_IEnumerator_get_Current, (OpenXRRestarter_RestartCoroutine_d_36 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C501E0, String *, OpenXRRuntime_get_name, (MethodInfo * method)); DO_APP_FUNC(0x02C502F0, String *, OpenXRRuntime_get_version, (MethodInfo * method)); DO_APP_FUNC(0x02C504C0, String *, OpenXRRuntime_get_apiVersion, (MethodInfo * method)); DO_APP_FUNC(0x02C50690, String *, OpenXRRuntime_get_pluginVersion, (MethodInfo * method)); DO_APP_FUNC(0x02C507A0, bool, OpenXRRuntime_IsExtensionEnabled, (String * extensionName, MethodInfo * method)); DO_APP_FUNC(0x02C50850, uint32_t, OpenXRRuntime_GetExtensionVersion, (String * extensionName, MethodInfo * method)); DO_APP_FUNC(0x02C508F0, String__Array *, OpenXRRuntime_GetEnabledExtensions, (MethodInfo * method)); DO_APP_FUNC(0x02C50BE0, String__Array *, OpenXRRuntime_GetAvailableExtensions, (MethodInfo * method)); DO_APP_FUNC(0x02C50ED0, void, OpenXRRuntime_add_wantsToQuit, (Func_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x02C51000, void, OpenXRRuntime_remove_wantsToQuit, (Func_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x02C51130, void, OpenXRRuntime_add_wantsToRestart, (Func_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x02C51270, void, OpenXRRuntime_remove_wantsToRestart, (Func_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x02C513B0, bool, OpenXRRuntime_get_retryInitializationOnFormFactorErrors, (MethodInfo * method)); DO_APP_FUNC(0x02C51420, void, OpenXRRuntime_set_retryInitializationOnFormFactorErrors, (bool value, MethodInfo * method)); DO_APP_FUNC(0x02C514A0, bool, OpenXRRuntime_InvokeEvent, (Func_1_Boolean_ * func, MethodInfo * method)); DO_APP_FUNC(0x02C51600, bool, OpenXRRuntime_ShouldQuit, (MethodInfo * method)); DO_APP_FUNC(0x02C51650, bool, OpenXRRuntime_ShouldRestart, (MethodInfo * method)); DO_APP_FUNC(0x02C516A0, bool, OpenXRRuntime_Internal_GetRuntimeName, (void * * runtimeNamePtr, MethodInfo * method)); DO_APP_FUNC(0x02C51720, bool, OpenXRRuntime_Internal_GetRuntimeVersion, (uint16_t * major, uint16_t * minor, uint32_t * patch, MethodInfo * method)); DO_APP_FUNC(0x02C517C0, bool, OpenXRRuntime_Internal_GetAPIVersion, (uint16_t * major, uint16_t * minor, uint32_t * patch, MethodInfo * method)); DO_APP_FUNC(0x02C51860, bool, OpenXRRuntime_Internal_GetPluginVersion, (void * * pluginVersionPtr, MethodInfo * method)); DO_APP_FUNC(0x02C507A0, bool, OpenXRRuntime_Internal_IsExtensionEnabled, (String * extensionName, MethodInfo * method)); DO_APP_FUNC(0x02C50850, uint32_t, OpenXRRuntime_Internal_GetExtensionVersion, (String * extensionName, MethodInfo * method)); DO_APP_FUNC(0x02C518E0, uint32_t, OpenXRRuntime_Internal_GetEnabledExtensionCount, (MethodInfo * method)); DO_APP_FUNC(0x02C51950, bool, OpenXRRuntime_Internal_GetEnabledExtensionNamePtr, (uint32_t index, void * * outName, MethodInfo * method)); DO_APP_FUNC(0x02C51420, void, OpenXRRuntime_Internal_SetSoftRestartLoopAtInitialization, (bool value, MethodInfo * method)); DO_APP_FUNC(0x02C513B0, bool, OpenXRRuntime_Internal_GetSoftRestartLoopAtInitialization, (MethodInfo * method)); DO_APP_FUNC(0x02C519D0, bool, OpenXRRuntime_Internal_GetEnabledExtensionName, (uint32_t index, String * * extensionName, MethodInfo * method)); DO_APP_FUNC(0x02C51B90, uint32_t, OpenXRRuntime_Internal_GetAvailableExtensionCount, (MethodInfo * method)); DO_APP_FUNC(0x02C51C00, bool, OpenXRRuntime_Internal_GetAvailableExtensionNamePtr, (uint32_t index, void * * extensionName, MethodInfo * method)); DO_APP_FUNC(0x02C51C80, bool, OpenXRRuntime_Internal_GetAvailableExtensionName, (uint32_t index, String * * extensionName, MethodInfo * method)); DO_APP_FUNC(0x02C51E40, bool, OpenXRRuntime_Internal_GetLastError, (void * * error, MethodInfo * method)); DO_APP_FUNC(0x02C51EC0, bool, OpenXRRuntime_GetLastError, (String * * error, MethodInfo * method)); DO_APP_FUNC(0x02C52080, void, OpenXRRuntime_LogLastError, (MethodInfo * method)); DO_APP_FUNC(0x02C52280, void, WaitForRestartFinish__ctor, (WaitForRestartFinish * __this, float timeout, MethodInfo * method)); DO_APP_FUNC(0x02C522F0, bool, WaitForRestartFinish_get_keepWaiting, (WaitForRestartFinish * __this, MethodInfo * method)); DO_APP_FUNC(0x003C8D90, void, XrVector2f__ctor, (XrVector2f * __this, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x02C523E0, void, XrVector2f__ctor_1, (XrVector2f * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02C52400, void, XrVector3f__ctor, (XrVector3f * __this, float x, float y, float z, MethodInfo * method)); DO_APP_FUNC(0x02C52420, void, XrVector3f__ctor_1, (XrVector3f * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02C52440, void, XrQuaternionf__ctor, (XrQuaternionf * __this, float x, float y, float z, float w, MethodInfo * method)); DO_APP_FUNC(0x02C52470, void, XrQuaternionf__ctor_1, (XrQuaternionf * __this, Quaternion quaternion, MethodInfo * method)); DO_APP_FUNC(0x02C524A0, void, XrPosef__ctor, (XrPosef * __this, Vector3 vec3, Quaternion quaternion, MethodInfo * method)); DO_APP_FUNC(0x02C52510, void, HapticControl__ctor, (HapticControl * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, Haptic, HapticControl_ReadUnprocessedValueFromState, (HapticControl * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x02C525C0, void, OpenXRDevice_FinishSetup, (OpenXRDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, OpenXRDevice__ctor, (OpenXRDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, ButtonControl *, OpenXRHmd_get_userPresence, (OpenXRHmd * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, OpenXRHmd_set_userPresence, (OpenXRHmd * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x02C527A0, void, OpenXRHmd_FinishSetup, (OpenXRHmd * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, OpenXRHmd__ctor, (OpenXRHmd * __this, MethodInfo * method)); DO_APP_FUNC(0x02C52860, void, OpenXRInput_RegisterLayouts, (MethodInfo * method)); DO_APP_FUNC(0x02C52BA0, bool, OpenXRInput_ValidateActionMapConfig, (OpenXRInteractionFeature * interactionFeature, OpenXRInteractionFeature_ActionMapConfig * actionMapConfig, MethodInfo * method)); DO_APP_FUNC(0x02C52D70, void, OpenXRInput_AttachActionSets, (MethodInfo * method)); DO_APP_FUNC(0x02C53AB0, bool, OpenXRInput_RegisterDevices, (List_1_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionMapConfig_ * actionMaps, bool isAdditive, MethodInfo * method)); DO_APP_FUNC(0x02C53E80, bool, OpenXRInput_CreateActions, (List_1_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionMapConfig_ * actionMaps, Dictionary_2_System_String_List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * interactionProfiles, MethodInfo * method)); DO_APP_FUNC(0x02C54DD0, void, OpenXRInput_SetDpadBindingCustomValues, (MethodInfo * method)); DO_APP_FUNC(0x02C55000, uint16_t, OpenXRInput_SanitizeCharForOpenXRPath, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x02C550E0, String *, OpenXRInput_SanitizeStringForOpenXRPath, (String * input, MethodInfo * method)); DO_APP_FUNC(0x02C552A0, String *, OpenXRInput_GetActionHandleName, (InputControl * control, MethodInfo * method)); DO_APP_FUNC(0x02C553E0, void, OpenXRInput_SendHapticImpulse, (InputActionReference * actionRef, float amplitude, float duration, InputDevice * inputDevice, MethodInfo * method)); DO_APP_FUNC(0x02C554C0, void, OpenXRInput_SendHapticImpulse_1, (InputActionReference * actionRef, float amplitude, float frequency, float duration, InputDevice * inputDevice, MethodInfo * method)); DO_APP_FUNC(0x02C55570, void, OpenXRInput_SendHapticImpulse_2, (InputAction_1 * action, float amplitude, float duration, InputDevice * inputDevice, MethodInfo * method)); DO_APP_FUNC(0x02C55600, void, OpenXRInput_SendHapticImpulse_3, (InputAction_1 * action, float amplitude, float frequency, float duration, InputDevice * inputDevice, MethodInfo * method)); DO_APP_FUNC(0x02C55780, void, OpenXRInput_StopHaptics, (InputActionReference * actionRef, InputDevice * inputDevice, MethodInfo * method)); DO_APP_FUNC(0x02C559A0, void, OpenXRInput_StopHaptics_1, (InputAction_1 * inputAction, InputDevice * inputDevice, MethodInfo * method)); DO_APP_FUNC(0x02C55AA0, bool, OpenXRInput_TryGetInputSourceName, (InputAction_1 * inputAction, int32_t index, String * * name, OpenXRInput_InputSourceNameFlags__Enum flags, InputDevice * inputDevice, MethodInfo * method)); DO_APP_FUNC(0x02C55BD0, bool, OpenXRInput_GetActionIsActive, (InputAction_1 * inputAction, MethodInfo * method)); DO_APP_FUNC(0x02C55F10, bool, OpenXRInput_TrySetControllerLateLatchAction, (InputAction_1 * inputAction, MethodInfo * method)); DO_APP_FUNC(0x02C56270, uint64_t, OpenXRInput_GetActionHandle, (InputAction_1 * inputAction, InputDevice * inputDevice, MethodInfo * method)); DO_APP_FUNC(0x02C56510, uint32_t, OpenXRInput_GetDeviceId, (InputDevice * inputDevice, MethodInfo * method)); DO_APP_FUNC(0x02C565B0, String *, OpenXRInput_UserPathToDeviceName, (String * userPath, MethodInfo * method)); DO_APP_FUNC(0x02C56850, void, OpenXRInput_Internal_SetDpadBindingCustomValues, (bool isLeft, float forceThreshold, float forceThresholdReleased, float centerRegion, float wedgeAngle, bool isSticky, MethodInfo * method)); DO_APP_FUNC(0x02C56910, void, OpenXRInput_Internal_SendHapticImpulse, (uint32_t deviceId, uint64_t actionId, float amplitude, float frequency, float duration, MethodInfo * method)); DO_APP_FUNC(0x02C569C0, void, OpenXRInput_Internal_StopHaptics, (uint32_t deviceId, uint64_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02C56A50, uint64_t, OpenXRInput_Internal_GetActionId, (uint32_t deviceId, String * name, MethodInfo * method)); DO_APP_FUNC(0x02C56B00, bool, OpenXRInput_Internal_TryGetInputSourceNamePtr, (uint32_t deviceId, uint64_t actionId, uint32_t index, uint32_t flags, void * * outName, MethodInfo * method)); DO_APP_FUNC(0x02C56BB0, bool, OpenXRInput_Internal_TryGetInputSourceName, (uint32_t deviceId, uint64_t actionId, uint32_t index, uint32_t flags, String * * outName, MethodInfo * method)); DO_APP_FUNC(0x02C56DC0, bool, OpenXRInput_Internal_TrySetControllerLateLatchAction, (uint32_t deviceId, uint64_t actionId, MethodInfo * method)); DO_APP_FUNC(0x02C56E50, bool, OpenXRInput_Internal_GetActionIsActive, (uint32_t deviceId, String * name, MethodInfo * method)); DO_APP_FUNC(0x02C56F00, uint64_t, OpenXRInput_Internal_RegisterDeviceDefinition, (String * userPath, String * interactionProfile, bool isAdditive, uint32_t characteristics, String * name, String * manufacturer, String * serialNumber, MethodInfo * method)); DO_APP_FUNC(0x02C57050, uint64_t, OpenXRInput_Internal_CreateActionSet, (String * name, String * localizedName, OpenXRInput_SerializedGuid guid, MethodInfo * method)); DO_APP_FUNC(0x02C57120, uint64_t, OpenXRInput_Internal_CreateAction, (uint64_t actionSetId, String * name, String * localizedName, uint32_t actionType, OpenXRInput_SerializedGuid guid, String__Array * userPaths, uint32_t userPathCount, bool isAdditive, String__Array * usages, uint32_t usageCount, MethodInfo * method)); DO_APP_FUNC(0x02C57390, bool, OpenXRInput_Internal_SuggestBindings, (String * interactionProfile, OpenXRInput_SerializedBinding__Array * serializedBindings, uint32_t serializedBindingCount, MethodInfo * method)); DO_APP_FUNC(0x02C57500, bool, OpenXRInput_Internal_AttachActionSets, (MethodInfo * method)); DO_APP_FUNC(0x02C57570, void, OpenXRInput__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02C57C80, FourCC, OpenXRInput_GetInternalDeviceIdCommand_get_Type, (MethodInfo * method)); DO_APP_FUNC(0x02C57C80, FourCC, OpenXRInput_GetInternalDeviceIdCommand_get_typeStatic, (OpenXRInput_GetInternalDeviceIdCommand * __this, MethodInfo * method)); DO_APP_FUNC(0x02C57C90, OpenXRInput_GetInternalDeviceIdCommand, OpenXRInput_GetInternalDeviceIdCommand_Create, (MethodInfo * method)); DO_APP_FUNC(0x02C57CC0, void, OpenXRInput_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRInput_c__ctor, (OpenXRInput_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02C57D70, bool, OpenXRInput_c__AttachActionSets_b__9_0, (OpenXRInput_c * __this, OpenXRInteractionFeature * f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77048, OpenXRInput_c__AttachActionSets_b__9_0__MethodInfo); DO_APP_FUNC(0x02C57DC0, bool, OpenXRInput_c__AttachActionSets_b__9_1, (OpenXRInput_c * __this, OpenXRInteractionFeature * f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77050, OpenXRInput_c__AttachActionSets_b__9_1__MethodInfo); DO_APP_FUNC(0x0042BB20, String *, OpenXRInput_c__CreateActions_b__11_0, (OpenXRInput_c * __this, OpenXRInteractionFeature_DeviceConfig * d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76F60, OpenXRInput_c__CreateActions_b__11_0__MethodInfo); DO_APP_FUNC(0x0287BC20, bool, OpenXRInput_c__CreateActions_b__11_1, (OpenXRInput_c * __this, OpenXRInteractionFeature_ActionBinding * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76F70, OpenXRInput_c__CreateActions_b__11_1__MethodInfo); DO_APP_FUNC(0x01FBF230, IEnumerable_1_System_String_ *, OpenXRInput_c__CreateActions_b__11_2, (OpenXRInput_c * __this, OpenXRInteractionFeature_ActionBinding * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76F80, OpenXRInput_c__CreateActions_b__11_2__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Pose_1_get_isTracked, (Pose_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7E140, void, Pose_1_set_isTracked, (Pose_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C59320, InputTrackingState__Enum, Pose_1_get_trackingState, (Pose_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01914E90, void, Pose_1_set_trackingState, (Pose_1 * __this, InputTrackingState__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00999700, Vector3, Pose_1_get_position, (Pose_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C57E10, void, Pose_1_set_position, (Pose_1 * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00FD8AF0, Quaternion, Pose_1_get_rotation, (Pose_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02855DC0, void, Pose_1_set_rotation, (Pose_1 * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x012D0740, Vector3, Pose_1_get_velocity, (Pose_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAADD0, void, Pose_1_set_velocity, (Pose_1 * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00990E00, Vector3, Pose_1_get_angularVelocity, (Pose_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00990E20, void, Pose_1_set_angularVelocity, (Pose_1 * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x007086F0, ButtonControl *, PoseControl_1_get_isTracked, (PoseControl_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00708700, void, PoseControl_1_set_isTracked, (PoseControl_1 * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00708760, IntegerControl *, PoseControl_1_get_trackingState, (PoseControl_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00708770, void, PoseControl_1_set_trackingState, (PoseControl_1 * __this, IntegerControl * value, MethodInfo * method)); DO_APP_FUNC(0x009D17D0, Vector3Control *, PoseControl_1_get_position, (PoseControl_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009D17E0, void, PoseControl_1_set_position, (PoseControl_1 * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, QuaternionControl *, PoseControl_1_get_rotation, (PoseControl_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, PoseControl_1_set_rotation, (PoseControl_1 * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, Vector3Control *, PoseControl_1_get_velocity, (PoseControl_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, PoseControl_1_set_velocity, (PoseControl_1 * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900D30, Vector3Control *, PoseControl_1_get_angularVelocity, (PoseControl_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, PoseControl_1_set_angularVelocity, (PoseControl_1 * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x02C57E20, void, PoseControl_1__ctor, (PoseControl_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C57EA0, void, PoseControl_1_FinishSetup, (PoseControl_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C58240, Pose_1, PoseControl_1_ReadUnprocessedValueFromState, (PoseControl_1 * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x02C583C0, void, PoseControl_1_WriteValueIntoState, (PoseControl_1 * __this, Pose_1 value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x006FF3A0, bool, OpenXRFeature_get_failedInitialization, (OpenXRFeature * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3B0, void, OpenXRFeature_set_failedInitialization, (OpenXRFeature * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C58530, bool, OpenXRFeature_get_requiredFeatureFailed, (MethodInfo * method)); DO_APP_FUNC(0x02C58570, void, OpenXRFeature_set_requiredFeatureFailed, (bool value, MethodInfo * method)); DO_APP_FUNC(0x02C585B0, bool, OpenXRFeature_get_enabled, (OpenXRFeature * __this, MethodInfo * method)); DO_APP_FUNC(0x02C58700, void, OpenXRFeature_set_enabled, (OpenXRFeature * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C588B0, void *, OpenXRFeature_get_xrGetInstanceProcAddr, (MethodInfo * method)); DO_APP_FUNC(0x0041E8A0, void *, OpenXRFeature_HookGetInstanceProcAddr, (OpenXRFeature * __this, void * func, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRFeature_OnSubsystemCreate, (OpenXRFeature * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRFeature_OnSubsystemStart, (OpenXRFeature * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRFeature_OnSubsystemStop, (OpenXRFeature * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRFeature_OnSubsystemDestroy, (OpenXRFeature * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, OpenXRFeature_OnInstanceCreate, (OpenXRFeature * __this, uint64_t xrInstance, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRFeature_OnSystemChange, (OpenXRFeature * __this, uint64_t xrSystem, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRFeature_OnSessionCreate, (OpenXRFeature * __this, uint64_t xrSession, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRFeature_OnAppSpaceChange, (OpenXRFeature * __this, uint64_t xrSpace, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRFeature_OnSessionStateChange, (OpenXRFeature * __this, int32_t oldState, int32_t newState, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRFeature_OnSessionBegin, (OpenXRFeature * __this, uint64_t xrSession, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRFeature_OnSessionEnd, (OpenXRFeature * __this, uint64_t xrSession, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRFeature_OnSessionExiting, (OpenXRFeature * __this, uint64_t xrSession, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRFeature_OnSessionDestroy, (OpenXRFeature * __this, uint64_t xrSession, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRFeature_OnInstanceDestroy, (OpenXRFeature * __this, uint64_t xrInstance, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRFeature_OnSessionLossPending, (OpenXRFeature * __this, uint64_t xrSession, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRFeature_OnInstanceLossPending, (OpenXRFeature * __this, uint64_t xrInstance, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRFeature_OnFormFactorChange, (OpenXRFeature * __this, int32_t xrFormFactor, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRFeature_OnViewConfigurationTypeChange, (OpenXRFeature * __this, int32_t xrViewConfigurationType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRFeature_OnEnvironmentBlendModeChange, (OpenXRFeature * __this, XrEnvironmentBlendMode__Enum xrEnvironmentBlendMode, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRFeature_OnEnabledChange, (OpenXRFeature * __this, MethodInfo * method)); DO_APP_FUNC(0x02C588C0, String *, OpenXRFeature_PathToString, (uint64_t path, MethodInfo * method)); DO_APP_FUNC(0x02C589C0, uint64_t, OpenXRFeature_StringToPath, (String * str, MethodInfo * method)); DO_APP_FUNC(0x02C58A80, uint64_t, OpenXRFeature_GetCurrentInteractionProfile, (uint64_t userPath, MethodInfo * method)); DO_APP_FUNC(0x02C58B10, uint64_t, OpenXRFeature_GetCurrentInteractionProfile_1, (String * userPath, MethodInfo * method)); DO_APP_FUNC(0x02C58BB0, uint64_t, OpenXRFeature_GetCurrentAppSpace, (MethodInfo * method)); DO_APP_FUNC(0x02C58C40, int32_t, OpenXRFeature_GetViewConfigurationTypeForRenderPass, (int32_t renderPassIndex, MethodInfo * method)); DO_APP_FUNC(0x02C58CC0, void, OpenXRFeature_SetEnvironmentBlendMode, (XrEnvironmentBlendMode__Enum xrEnvironmentBlendMode, MethodInfo * method)); DO_APP_FUNC(0x02C58D40, XrEnvironmentBlendMode__Enum, OpenXRFeature_GetEnvironmentBlendMode, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRFeature_OnEnable, (OpenXRFeature * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRFeature_OnDisable, (OpenXRFeature * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRFeature_Awake, (OpenXRFeature * __this, MethodInfo * method)); DO_APP_FUNC(0x02C58D50, bool, OpenXRFeature_ReceiveLoaderEvent, (OpenXRLoaderBase * loader, OpenXRFeature_LoaderEvent__Enum e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76C50, OpenXRFeature_ReceiveLoaderEvent__MethodInfo); DO_APP_FUNC(0x02C59090, void, OpenXRFeature_ReceiveNativeEvent, (OpenXRFeature_NativeEvent__Enum e, uint64_t payload, MethodInfo * method)); DO_APP_FUNC(0x02C59600, void, OpenXRFeature_Initialize, (MethodInfo * method)); DO_APP_FUNC(0x02C59850, void, OpenXRFeature_HookGetInstanceProcAddr_1, (MethodInfo * method)); DO_APP_FUNC(0x02C59B20, uint64_t, OpenXRFeature_GetAction, (OpenXRFeature * __this, InputAction_1 * inputAction, MethodInfo * method)); DO_APP_FUNC(0x02C59B80, bool, OpenXRFeature_Internal_PathToStringPtr, (uint64_t pathId, void * * path, MethodInfo * method)); DO_APP_FUNC(0x02C59C10, bool, OpenXRFeature_Internal_StringToPath, (String * str, uint64_t * pathId, MethodInfo * method)); DO_APP_FUNC(0x02C59CC0, bool, OpenXRFeature_Internal_GetCurrentInteractionProfile, (uint64_t pathId, uint64_t * interactionProfile, MethodInfo * method)); DO_APP_FUNC(0x02C59D50, int32_t, OpenXRFeature_Internal_GetFormFactor, (MethodInfo * method)); DO_APP_FUNC(0x02C59DC0, int32_t, OpenXRFeature_Internal_GetViewConfigurationType, (MethodInfo * method)); DO_APP_FUNC(0x02C58C40, int32_t, OpenXRFeature_Internal_GetViewTypeFromRenderIndex, (int32_t renderPassIndex, MethodInfo * method)); DO_APP_FUNC(0x02C59E30, void, OpenXRFeature_Internal_GetSessionState, (int32_t * oldState, int32_t * newState, MethodInfo * method)); DO_APP_FUNC(0x02C59EC0, XrEnvironmentBlendMode__Enum, OpenXRFeature_Internal_GetEnvironmentBlendMode, (MethodInfo * method)); DO_APP_FUNC(0x02C58CC0, void, OpenXRFeature_Internal_SetEnvironmentBlendMode, (XrEnvironmentBlendMode__Enum xrEnvironmentBlendMode, MethodInfo * method)); DO_APP_FUNC(0x02C59F30, bool, OpenXRFeature_Internal_GetAppSpace, (uint64_t * appSpace, MethodInfo * method)); DO_APP_FUNC(0x02C59FB0, void *, OpenXRFeature_Internal_GetProcAddressPtr, (bool loaderDefault, MethodInfo * method)); DO_APP_FUNC(0x02C5A030, void, OpenXRFeature_Internal_SetProcAddressPtrAndLoadStage1, (void * func, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, OpenXRFeature__ctor, (OpenXRFeature * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, OpenXRInteractionFeature_get_IsAdditive, (OpenXRInteractionFeature * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRInteractionFeature_RegisterDeviceLayout, (OpenXRInteractionFeature * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRInteractionFeature_UnregisterDeviceLayout, (OpenXRInteractionFeature * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRInteractionFeature_RegisterActionMapsWithRuntime, (OpenXRInteractionFeature * __this, MethodInfo * method)); DO_APP_FUNC(0x02C5A0B0, bool, OpenXRInteractionFeature_OnInstanceCreate, (OpenXRInteractionFeature * __this, uint64_t xrSession, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, OpenXRInteractionFeature_InteractionProfileType__Enum, OpenXRInteractionFeature_GetInteractionProfileType, (OpenXRInteractionFeature * __this, MethodInfo * method)); DO_APP_FUNC(0x02C5A0D0, String *, OpenXRInteractionFeature_GetDeviceLayoutName, (OpenXRInteractionFeature * __this, MethodInfo * method)); DO_APP_FUNC(0x02C5A110, void, OpenXRInteractionFeature_CreateActionMaps, (OpenXRInteractionFeature * __this, List_1_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionMapConfig_ * configs, MethodInfo * method)); DO_APP_FUNC(0x02C5A260, void, OpenXRInteractionFeature_AddActionMap, (OpenXRInteractionFeature * __this, OpenXRInteractionFeature_ActionMapConfig * map, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76C20, OpenXRInteractionFeature_AddActionMap__MethodInfo); DO_APP_FUNC(0x003AC050, void, OpenXRInteractionFeature_AddAdditiveActions, (OpenXRInteractionFeature * __this, List_1_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionMapConfig_ * actionMaps, OpenXRInteractionFeature_ActionMapConfig * additiveMap, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRInteractionFeature_OnEnabledChange, (OpenXRInteractionFeature * __this, MethodInfo * method)); DO_APP_FUNC(0x02C5A400, void, OpenXRInteractionFeature_RegisterLayouts, (MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, OpenXRInteractionFeature__ctor, (OpenXRInteractionFeature * __this, MethodInfo * method)); DO_APP_FUNC(0x02C5A660, void, OpenXRInteractionFeature__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRInteractionFeature_ActionBinding__ctor, (OpenXRInteractionFeature_ActionBinding * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRInteractionFeature_ActionConfig__ctor, (OpenXRInteractionFeature_ActionConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRInteractionFeature_DeviceConfig__ctor, (OpenXRInteractionFeature_DeviceConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRInteractionFeature_ActionMapConfig__ctor, (OpenXRInteractionFeature_ActionMapConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, DPadInteraction_get_IsAdditive, (DPadInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02C5A7E0, bool, DPadInteraction_OnInstanceCreate, (DPadInteraction * __this, uint64_t instance, MethodInfo * method)); DO_APP_FUNC(0x02C5A870, void, DPadInteraction_RegisterDeviceLayout, (DPadInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02C5AA90, void, DPadInteraction_UnregisterDeviceLayout, (DPadInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02C5AAF0, String *, DPadInteraction_GetDeviceLayoutName, (DPadInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02C5AB30, void, DPadInteraction_RegisterActionMapsWithRuntime, (DPadInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02C5C680, void, DPadInteraction_AddAdditiveActions, (DPadInteraction * __this, List_1_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionMapConfig_ * actionMaps, OpenXRInteractionFeature_ActionMapConfig * additiveMap, MethodInfo * method)); DO_APP_FUNC(0x02C5CF70, void, DPadInteraction__ctor, (DPadInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, ButtonControl *, DPadInteraction_DPad_get_thumbstickDpadUp, (DPadInteraction_DPad * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, DPadInteraction_DPad_set_thumbstickDpadUp, (DPadInteraction_DPad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, ButtonControl *, DPadInteraction_DPad_get_thumbstickDpadDown, (DPadInteraction_DPad * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, DPadInteraction_DPad_set_thumbstickDpadDown, (DPadInteraction_DPad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900D30, ButtonControl *, DPadInteraction_DPad_get_thumbstickDpadLeft, (DPadInteraction_DPad * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, DPadInteraction_DPad_set_thumbstickDpadLeft, (DPadInteraction_DPad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, ButtonControl *, DPadInteraction_DPad_get_thumbstickDpadRight, (DPadInteraction_DPad * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, DPadInteraction_DPad_set_thumbstickDpadRight, (DPadInteraction_DPad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, ButtonControl *, DPadInteraction_DPad_get_trackpadDpadUp, (DPadInteraction_DPad * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, DPadInteraction_DPad_set_trackpadDpadUp, (DPadInteraction_DPad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, ButtonControl *, DPadInteraction_DPad_get_trackpadDpadDown, (DPadInteraction_DPad * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, DPadInteraction_DPad_set_trackpadDpadDown, (DPadInteraction_DPad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, ButtonControl *, DPadInteraction_DPad_get_trackpadDpadLeft, (DPadInteraction_DPad * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, DPadInteraction_DPad_set_trackpadDpadLeft, (DPadInteraction_DPad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E10, ButtonControl *, DPadInteraction_DPad_get_trackpadDpadRight, (DPadInteraction_DPad * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E20, void, DPadInteraction_DPad_set_trackpadDpadRight, (DPadInteraction_DPad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E80, ButtonControl *, DPadInteraction_DPad_get_trackpadDpadCenter, (DPadInteraction_DPad * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E90, void, DPadInteraction_DPad_set_trackpadDpadCenter, (DPadInteraction_DPad * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x02C5D140, void, DPadInteraction_DPad_FinishSetup, (DPadInteraction_DPad * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, DPadInteraction_DPad__ctor, (DPadInteraction_DPad * __this, MethodInfo * method)); DO_APP_FUNC(0x02C5D620, void, DPadInteraction_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DPadInteraction_c__ctor, (DPadInteraction_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02C5D6D0, bool, DPadInteraction_c__AddAdditiveActions_b__31_0, (DPadInteraction_c * __this, OpenXRInteractionFeature_DeviceConfig * d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76978, DPadInteraction_c__AddAdditiveActions_b__31_0__MethodInfo); DO_APP_FUNC(0x02C5D7F0, bool, DPadInteraction_c__AddAdditiveActions_b__31_1, (DPadInteraction_c * __this, OpenXRInteractionFeature_ActionBinding * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C769C8, DPadInteraction_c__AddAdditiveActions_b__31_1__MethodInfo); DO_APP_FUNC(0x02C5D850, bool, DPadInteraction_c__AddAdditiveActions_b__31_2, (DPadInteraction_c * __this, OpenXRInteractionFeature_ActionBinding * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C769D0, DPadInteraction_c__AddAdditiveActions_b__31_2__MethodInfo); DO_APP_FUNC(0x02C5D8B0, bool, DPadInteraction_c__AddAdditiveActions_b__31_3, (DPadInteraction_c * __this, OpenXRInteractionFeature_ActionConfig * a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C769D8, DPadInteraction_c__AddAdditiveActions_b__31_3__MethodInfo); DO_APP_FUNC(0x02C5D8D0, bool, EyeGazeInteraction_OnInstanceCreate, (EyeGazeInteraction * __this, uint64_t instance, MethodInfo * method)); DO_APP_FUNC(0x02C5D930, void, EyeGazeInteraction_RegisterDeviceLayout, (EyeGazeInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02C5DB60, void, EyeGazeInteraction_UnregisterDeviceLayout, (EyeGazeInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02C5DBC0, OpenXRInteractionFeature_InteractionProfileType__Enum, EyeGazeInteraction_GetInteractionProfileType, (EyeGazeInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02C5DC80, String *, EyeGazeInteraction_GetDeviceLayoutName, (EyeGazeInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02C5DCC0, void, EyeGazeInteraction_RegisterActionMapsWithRuntime, (EyeGazeInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02C5E5B0, void, EyeGazeInteraction__ctor, (EyeGazeInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A1F0, PoseControl_1 *, EyeGazeInteraction_EyeGazeDevice_get_pose, (EyeGazeInteraction_EyeGazeDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A200, void, EyeGazeInteraction_EyeGazeDevice_set_pose, (EyeGazeInteraction_EyeGazeDevice * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x02C5E600, void, EyeGazeInteraction_EyeGazeDevice_FinishSetup, (EyeGazeInteraction_EyeGazeDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, EyeGazeInteraction_EyeGazeDevice__ctor, (EyeGazeInteraction_EyeGazeDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02C5E6C0, void, EyeTrackingUsages__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, HandCommonPosesInteraction_get_IsAdditive, (HandCommonPosesInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02C5E910, bool, HandCommonPosesInteraction_OnInstanceCreate, (HandCommonPosesInteraction * __this, uint64_t instance, MethodInfo * method)); DO_APP_FUNC(0x02C5E970, void, HandCommonPosesInteraction_RegisterDeviceLayout, (HandCommonPosesInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02C5EB90, void, HandCommonPosesInteraction_UnregisterDeviceLayout, (HandCommonPosesInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02C5EBF0, OpenXRInteractionFeature_InteractionProfileType__Enum, HandCommonPosesInteraction_GetInteractionProfileType, (HandCommonPosesInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02C5ECB0, String *, HandCommonPosesInteraction_GetDeviceLayoutName, (HandCommonPosesInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02C5ECF0, void, HandCommonPosesInteraction_RegisterActionMapsWithRuntime, (HandCommonPosesInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02C5FE40, void, HandCommonPosesInteraction_AddAdditiveActions, (HandCommonPosesInteraction * __this, List_1_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionMapConfig_ * actionMaps, OpenXRInteractionFeature_ActionMapConfig * additiveMap, MethodInfo * method)); DO_APP_FUNC(0x02C60710, void, HandCommonPosesInteraction__ctor, (HandCommonPosesInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A1F0, PoseControl_1 *, HandCommonPosesInteraction_HandInteractionPoses_get_devicePose, (HandCommonPosesInteraction_HandInteractionPoses * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A200, void, HandCommonPosesInteraction_HandInteractionPoses_set_devicePose, (HandCommonPosesInteraction_HandInteractionPoses * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x007086F0, PoseControl_1 *, HandCommonPosesInteraction_HandInteractionPoses_get_pointer, (HandCommonPosesInteraction_HandInteractionPoses * __this, MethodInfo * method)); DO_APP_FUNC(0x00708700, void, HandCommonPosesInteraction_HandInteractionPoses_set_pointer, (HandCommonPosesInteraction_HandInteractionPoses * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x00708760, PoseControl_1 *, HandCommonPosesInteraction_HandInteractionPoses_get_pokePose, (HandCommonPosesInteraction_HandInteractionPoses * __this, MethodInfo * method)); DO_APP_FUNC(0x00708770, void, HandCommonPosesInteraction_HandInteractionPoses_set_pokePose, (HandCommonPosesInteraction_HandInteractionPoses * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x009D17D0, PoseControl_1 *, HandCommonPosesInteraction_HandInteractionPoses_get_pinchPose, (HandCommonPosesInteraction_HandInteractionPoses * __this, MethodInfo * method)); DO_APP_FUNC(0x009D17E0, void, HandCommonPosesInteraction_HandInteractionPoses_set_pinchPose, (HandCommonPosesInteraction_HandInteractionPoses * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x02C60760, void, HandCommonPosesInteraction_HandInteractionPoses_FinishSetup, (HandCommonPosesInteraction_HandInteractionPoses * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, HandCommonPosesInteraction_HandInteractionPoses__ctor, (HandCommonPosesInteraction_HandInteractionPoses * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HandCommonPosesInteraction_c_DisplayClass17_0__ctor, (HandCommonPosesInteraction_c_DisplayClass17_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C609B0, bool, HandCommonPosesInteraction_c_DisplayClass17_0__AddAdditiveActions_b__3, (HandCommonPosesInteraction_c_DisplayClass17_0 * __this, OpenXRInteractionFeature_ActionBinding * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76710, HandCommonPosesInteraction_c_DisplayClass17_0__AddAdditiveActions_b__3__MethodInfo); DO_APP_FUNC(0x02C60AD0, void, HandCommonPosesInteraction_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HandCommonPosesInteraction_c__ctor, (HandCommonPosesInteraction_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02C60B80, bool, HandCommonPosesInteraction_c__AddAdditiveActions_b__17_0, (HandCommonPosesInteraction_c * __this, OpenXRInteractionFeature_DeviceConfig * d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C766F0, HandCommonPosesInteraction_c__AddAdditiveActions_b__17_0__MethodInfo); DO_APP_FUNC(0x02C5D8B0, bool, HandCommonPosesInteraction_c__AddAdditiveActions_b__17_1, (HandCommonPosesInteraction_c * __this, OpenXRInteractionFeature_ActionConfig * a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76700, HandCommonPosesInteraction_c__AddAdditiveActions_b__17_1__MethodInfo); DO_APP_FUNC(0x02C60CA0, bool, HandCommonPosesInteraction_c__AddAdditiveActions_b__17_2, (HandCommonPosesInteraction_c * __this, OpenXRInteractionFeature_ActionConfig * m, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76708, HandCommonPosesInteraction_c__AddAdditiveActions_b__17_2__MethodInfo); DO_APP_FUNC(0x02C60CC0, bool, HandInteractionProfile_OnInstanceCreate, (HandInteractionProfile * __this, uint64_t instance, MethodInfo * method)); DO_APP_FUNC(0x02C60D20, void, HandInteractionProfile_RegisterDeviceLayout, (HandInteractionProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C60F40, void, HandInteractionProfile_UnregisterDeviceLayout, (HandInteractionProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C60FA0, String *, HandInteractionProfile_GetDeviceLayoutName, (HandInteractionProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C60FE0, void, HandInteractionProfile_RegisterActionMapsWithRuntime, (HandInteractionProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C62E70, void, HandInteractionProfile__ctor, (HandInteractionProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, PoseControl_1 *, HandInteractionProfile_HandInteraction_get_devicePose, (HandInteractionProfile_HandInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, HandInteractionProfile_HandInteraction_set_devicePose, (HandInteractionProfile_HandInteraction * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, PoseControl_1 *, HandInteractionProfile_HandInteraction_get_pointer, (HandInteractionProfile_HandInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, HandInteractionProfile_HandInteraction_set_pointer, (HandInteractionProfile_HandInteraction * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x01900D30, PoseControl_1 *, HandInteractionProfile_HandInteraction_get_pokePose, (HandInteractionProfile_HandInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, HandInteractionProfile_HandInteraction_set_pokePose, (HandInteractionProfile_HandInteraction * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, PoseControl_1 *, HandInteractionProfile_HandInteraction_get_pinchPose, (HandInteractionProfile_HandInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, HandInteractionProfile_HandInteraction_set_pinchPose, (HandInteractionProfile_HandInteraction * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, AxisControl *, HandInteractionProfile_HandInteraction_get_pinchValue, (HandInteractionProfile_HandInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, HandInteractionProfile_HandInteraction_set_pinchValue, (HandInteractionProfile_HandInteraction * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, ButtonControl *, HandInteractionProfile_HandInteraction_get_pinchReady, (HandInteractionProfile_HandInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, HandInteractionProfile_HandInteraction_set_pinchReady, (HandInteractionProfile_HandInteraction * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, AxisControl *, HandInteractionProfile_HandInteraction_get_pointerActivateValue, (HandInteractionProfile_HandInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, HandInteractionProfile_HandInteraction_set_pointerActivateValue, (HandInteractionProfile_HandInteraction * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E10, ButtonControl *, HandInteractionProfile_HandInteraction_get_pointerActivateReady, (HandInteractionProfile_HandInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E20, void, HandInteractionProfile_HandInteraction_set_pointerActivateReady, (HandInteractionProfile_HandInteraction * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E80, AxisControl *, HandInteractionProfile_HandInteraction_get_graspValue, (HandInteractionProfile_HandInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E90, void, HandInteractionProfile_HandInteraction_set_graspValue, (HandInteractionProfile_HandInteraction * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900EF0, ButtonControl *, HandInteractionProfile_HandInteraction_get_graspReady, (HandInteractionProfile_HandInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F00, void, HandInteractionProfile_HandInteraction_set_graspReady, (HandInteractionProfile_HandInteraction * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900F60, ButtonControl *, HandInteractionProfile_HandInteraction_get_isTracked, (HandInteractionProfile_HandInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F70, void, HandInteractionProfile_HandInteraction_set_isTracked, (HandInteractionProfile_HandInteraction * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900FD0, IntegerControl *, HandInteractionProfile_HandInteraction_get_trackingState, (HandInteractionProfile_HandInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x01900FE0, void, HandInteractionProfile_HandInteraction_set_trackingState, (HandInteractionProfile_HandInteraction * __this, IntegerControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901040, Vector3Control *, HandInteractionProfile_HandInteraction_get_devicePosition, (HandInteractionProfile_HandInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x01901050, void, HandInteractionProfile_HandInteraction_set_devicePosition, (HandInteractionProfile_HandInteraction * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x019010B0, QuaternionControl *, HandInteractionProfile_HandInteraction_get_deviceRotation, (HandInteractionProfile_HandInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x019010C0, void, HandInteractionProfile_HandInteraction_set_deviceRotation, (HandInteractionProfile_HandInteraction * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901120, Vector3Control *, HandInteractionProfile_HandInteraction_get_pointerPosition, (HandInteractionProfile_HandInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x01901130, void, HandInteractionProfile_HandInteraction_set_pointerPosition, (HandInteractionProfile_HandInteraction * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01901190, QuaternionControl *, HandInteractionProfile_HandInteraction_get_pointerRotation, (HandInteractionProfile_HandInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x019011A0, void, HandInteractionProfile_HandInteraction_set_pointerRotation, (HandInteractionProfile_HandInteraction * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901200, Vector3Control *, HandInteractionProfile_HandInteraction_get_pokePosition, (HandInteractionProfile_HandInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x01901210, void, HandInteractionProfile_HandInteraction_set_pokePosition, (HandInteractionProfile_HandInteraction * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01901270, QuaternionControl *, HandInteractionProfile_HandInteraction_get_pokeRotation, (HandInteractionProfile_HandInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x01901280, void, HandInteractionProfile_HandInteraction_set_pokeRotation, (HandInteractionProfile_HandInteraction * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x019012E0, Vector3Control *, HandInteractionProfile_HandInteraction_get_pinchPosition, (HandInteractionProfile_HandInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x019012F0, void, HandInteractionProfile_HandInteraction_set_pinchPosition, (HandInteractionProfile_HandInteraction * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x028DE350, QuaternionControl *, HandInteractionProfile_HandInteraction_get_pinchRotation, (HandInteractionProfile_HandInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x028DE360, void, HandInteractionProfile_HandInteraction_set_pinchRotation, (HandInteractionProfile_HandInteraction * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x02C62EC0, void, HandInteractionProfile_HandInteraction_FinishSetup, (HandInteractionProfile_HandInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, HandInteractionProfile_HandInteraction__ctor, (HandInteractionProfile_HandInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02C63980, void, HPReverbG2ControllerProfile_RegisterDeviceLayout, (HPReverbG2ControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C63BA0, void, HPReverbG2ControllerProfile_UnregisterDeviceLayout, (HPReverbG2ControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C63C00, String *, HPReverbG2ControllerProfile_GetDeviceLayoutName, (HPReverbG2ControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C63C40, void, HPReverbG2ControllerProfile_RegisterActionMapsWithRuntime, (HPReverbG2ControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C65F50, void, HPReverbG2ControllerProfile__ctor, (HPReverbG2ControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, ButtonControl *, HPReverbG2ControllerProfile_ReverbG2Controller_get_primaryButton, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, HPReverbG2ControllerProfile_ReverbG2Controller_set_primaryButton, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, ButtonControl *, HPReverbG2ControllerProfile_ReverbG2Controller_get_secondaryButton, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, HPReverbG2ControllerProfile_ReverbG2Controller_set_secondaryButton, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900D30, ButtonControl *, HPReverbG2ControllerProfile_ReverbG2Controller_get_menu, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, HPReverbG2ControllerProfile_ReverbG2Controller_set_menu, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, AxisControl *, HPReverbG2ControllerProfile_ReverbG2Controller_get_grip, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, HPReverbG2ControllerProfile_ReverbG2Controller_set_grip, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, ButtonControl *, HPReverbG2ControllerProfile_ReverbG2Controller_get_gripPressed, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, HPReverbG2ControllerProfile_ReverbG2Controller_set_gripPressed, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, AxisControl *, HPReverbG2ControllerProfile_ReverbG2Controller_get_trigger, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, HPReverbG2ControllerProfile_ReverbG2Controller_set_trigger, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, ButtonControl *, HPReverbG2ControllerProfile_ReverbG2Controller_get_triggerPressed, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, HPReverbG2ControllerProfile_ReverbG2Controller_set_triggerPressed, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E10, Vector2Control *, HPReverbG2ControllerProfile_ReverbG2Controller_get_thumbstick, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E20, void, HPReverbG2ControllerProfile_ReverbG2Controller_set_thumbstick, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, Vector2Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900E80, ButtonControl *, HPReverbG2ControllerProfile_ReverbG2Controller_get_thumbstickClicked, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E90, void, HPReverbG2ControllerProfile_ReverbG2Controller_set_thumbstickClicked, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900EF0, PoseControl_1 *, HPReverbG2ControllerProfile_ReverbG2Controller_get_devicePose, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F00, void, HPReverbG2ControllerProfile_ReverbG2Controller_set_devicePose, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x01900F60, PoseControl_1 *, HPReverbG2ControllerProfile_ReverbG2Controller_get_pointer, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F70, void, HPReverbG2ControllerProfile_ReverbG2Controller_set_pointer, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x01900FD0, ButtonControl *, HPReverbG2ControllerProfile_ReverbG2Controller_get_isTracked, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01900FE0, void, HPReverbG2ControllerProfile_ReverbG2Controller_set_isTracked, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901040, IntegerControl *, HPReverbG2ControllerProfile_ReverbG2Controller_get_trackingState, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01901050, void, HPReverbG2ControllerProfile_ReverbG2Controller_set_trackingState, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, IntegerControl * value, MethodInfo * method)); DO_APP_FUNC(0x019010B0, Vector3Control *, HPReverbG2ControllerProfile_ReverbG2Controller_get_devicePosition, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x019010C0, void, HPReverbG2ControllerProfile_ReverbG2Controller_set_devicePosition, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01901120, QuaternionControl *, HPReverbG2ControllerProfile_ReverbG2Controller_get_deviceRotation, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01901130, void, HPReverbG2ControllerProfile_ReverbG2Controller_set_deviceRotation, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901190, Vector3Control *, HPReverbG2ControllerProfile_ReverbG2Controller_get_pointerPosition, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x019011A0, void, HPReverbG2ControllerProfile_ReverbG2Controller_set_pointerPosition, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01901200, QuaternionControl *, HPReverbG2ControllerProfile_ReverbG2Controller_get_pointerRotation, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01901210, void, HPReverbG2ControllerProfile_ReverbG2Controller_set_pointerRotation, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901270, HapticControl *, HPReverbG2ControllerProfile_ReverbG2Controller_get_haptic, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01901280, void, HPReverbG2ControllerProfile_ReverbG2Controller_set_haptic, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, HapticControl * value, MethodInfo * method)); DO_APP_FUNC(0x02C65FA0, void, HPReverbG2ControllerProfile_ReverbG2Controller_FinishSetup, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, HPReverbG2ControllerProfile_ReverbG2Controller__ctor, (HPReverbG2ControllerProfile_ReverbG2Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x02C66980, void, HTCViveControllerProfile_RegisterDeviceLayout, (HTCViveControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C66BA0, void, HTCViveControllerProfile_UnregisterDeviceLayout, (HTCViveControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C66C00, String *, HTCViveControllerProfile_GetDeviceLayoutName, (HTCViveControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C66C40, void, HTCViveControllerProfile_RegisterActionMapsWithRuntime, (HTCViveControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C68D30, void, HTCViveControllerProfile__ctor, (HTCViveControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, ButtonControl *, HTCViveControllerProfile_ViveController_get_select, (HTCViveControllerProfile_ViveController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, HTCViveControllerProfile_ViveController_set_select, (HTCViveControllerProfile_ViveController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, AxisControl *, HTCViveControllerProfile_ViveController_get_grip, (HTCViveControllerProfile_ViveController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, HTCViveControllerProfile_ViveController_set_grip, (HTCViveControllerProfile_ViveController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900D30, ButtonControl *, HTCViveControllerProfile_ViveController_get_gripPressed, (HTCViveControllerProfile_ViveController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, HTCViveControllerProfile_ViveController_set_gripPressed, (HTCViveControllerProfile_ViveController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, ButtonControl *, HTCViveControllerProfile_ViveController_get_menu, (HTCViveControllerProfile_ViveController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, HTCViveControllerProfile_ViveController_set_menu, (HTCViveControllerProfile_ViveController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, AxisControl *, HTCViveControllerProfile_ViveController_get_trigger, (HTCViveControllerProfile_ViveController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, HTCViveControllerProfile_ViveController_set_trigger, (HTCViveControllerProfile_ViveController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, ButtonControl *, HTCViveControllerProfile_ViveController_get_triggerPressed, (HTCViveControllerProfile_ViveController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, HTCViveControllerProfile_ViveController_set_triggerPressed, (HTCViveControllerProfile_ViveController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, Vector2Control *, HTCViveControllerProfile_ViveController_get_trackpad, (HTCViveControllerProfile_ViveController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, HTCViveControllerProfile_ViveController_set_trackpad, (HTCViveControllerProfile_ViveController * __this, Vector2Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900E10, ButtonControl *, HTCViveControllerProfile_ViveController_get_trackpadClicked, (HTCViveControllerProfile_ViveController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E20, void, HTCViveControllerProfile_ViveController_set_trackpadClicked, (HTCViveControllerProfile_ViveController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E80, ButtonControl *, HTCViveControllerProfile_ViveController_get_trackpadTouched, (HTCViveControllerProfile_ViveController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E90, void, HTCViveControllerProfile_ViveController_set_trackpadTouched, (HTCViveControllerProfile_ViveController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900EF0, PoseControl_1 *, HTCViveControllerProfile_ViveController_get_devicePose, (HTCViveControllerProfile_ViveController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F00, void, HTCViveControllerProfile_ViveController_set_devicePose, (HTCViveControllerProfile_ViveController * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x01900F60, PoseControl_1 *, HTCViveControllerProfile_ViveController_get_pointer, (HTCViveControllerProfile_ViveController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F70, void, HTCViveControllerProfile_ViveController_set_pointer, (HTCViveControllerProfile_ViveController * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x01900FD0, ButtonControl *, HTCViveControllerProfile_ViveController_get_isTracked, (HTCViveControllerProfile_ViveController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900FE0, void, HTCViveControllerProfile_ViveController_set_isTracked, (HTCViveControllerProfile_ViveController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901040, IntegerControl *, HTCViveControllerProfile_ViveController_get_trackingState, (HTCViveControllerProfile_ViveController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901050, void, HTCViveControllerProfile_ViveController_set_trackingState, (HTCViveControllerProfile_ViveController * __this, IntegerControl * value, MethodInfo * method)); DO_APP_FUNC(0x019010B0, Vector3Control *, HTCViveControllerProfile_ViveController_get_devicePosition, (HTCViveControllerProfile_ViveController * __this, MethodInfo * method)); DO_APP_FUNC(0x019010C0, void, HTCViveControllerProfile_ViveController_set_devicePosition, (HTCViveControllerProfile_ViveController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01901120, QuaternionControl *, HTCViveControllerProfile_ViveController_get_deviceRotation, (HTCViveControllerProfile_ViveController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901130, void, HTCViveControllerProfile_ViveController_set_deviceRotation, (HTCViveControllerProfile_ViveController * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901190, Vector3Control *, HTCViveControllerProfile_ViveController_get_pointerPosition, (HTCViveControllerProfile_ViveController * __this, MethodInfo * method)); DO_APP_FUNC(0x019011A0, void, HTCViveControllerProfile_ViveController_set_pointerPosition, (HTCViveControllerProfile_ViveController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01901200, QuaternionControl *, HTCViveControllerProfile_ViveController_get_pointerRotation, (HTCViveControllerProfile_ViveController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901210, void, HTCViveControllerProfile_ViveController_set_pointerRotation, (HTCViveControllerProfile_ViveController * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901270, HapticControl *, HTCViveControllerProfile_ViveController_get_haptic, (HTCViveControllerProfile_ViveController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901280, void, HTCViveControllerProfile_ViveController_set_haptic, (HTCViveControllerProfile_ViveController * __this, HapticControl * value, MethodInfo * method)); DO_APP_FUNC(0x02C68D80, void, HTCViveControllerProfile_ViveController_FinishSetup, (HTCViveControllerProfile_ViveController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, HTCViveControllerProfile_ViveController__ctor, (HTCViveControllerProfile_ViveController * __this, MethodInfo * method)); DO_APP_FUNC(0x02C69760, void, KHRSimpleControllerProfile_RegisterDeviceLayout, (KHRSimpleControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C69980, void, KHRSimpleControllerProfile_UnregisterDeviceLayout, (KHRSimpleControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C69A40, String *, KHRSimpleControllerProfile_GetDeviceLayoutName, (KHRSimpleControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C69A80, void, KHRSimpleControllerProfile_RegisterActionMapsWithRuntime, (KHRSimpleControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C6B100, void, KHRSimpleControllerProfile__ctor, (KHRSimpleControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, ButtonControl *, KHRSimpleControllerProfile_KHRSimpleController_get_select, (KHRSimpleControllerProfile_KHRSimpleController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, KHRSimpleControllerProfile_KHRSimpleController_set_select, (KHRSimpleControllerProfile_KHRSimpleController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, ButtonControl *, KHRSimpleControllerProfile_KHRSimpleController_get_menu, (KHRSimpleControllerProfile_KHRSimpleController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, KHRSimpleControllerProfile_KHRSimpleController_set_menu, (KHRSimpleControllerProfile_KHRSimpleController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900D30, PoseControl_1 *, KHRSimpleControllerProfile_KHRSimpleController_get_devicePose, (KHRSimpleControllerProfile_KHRSimpleController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, KHRSimpleControllerProfile_KHRSimpleController_set_devicePose, (KHRSimpleControllerProfile_KHRSimpleController * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, PoseControl_1 *, KHRSimpleControllerProfile_KHRSimpleController_get_pointer, (KHRSimpleControllerProfile_KHRSimpleController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, KHRSimpleControllerProfile_KHRSimpleController_set_pointer, (KHRSimpleControllerProfile_KHRSimpleController * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, ButtonControl *, KHRSimpleControllerProfile_KHRSimpleController_get_isTracked, (KHRSimpleControllerProfile_KHRSimpleController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, KHRSimpleControllerProfile_KHRSimpleController_set_isTracked, (KHRSimpleControllerProfile_KHRSimpleController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, IntegerControl *, KHRSimpleControllerProfile_KHRSimpleController_get_trackingState, (KHRSimpleControllerProfile_KHRSimpleController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, KHRSimpleControllerProfile_KHRSimpleController_set_trackingState, (KHRSimpleControllerProfile_KHRSimpleController * __this, IntegerControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, Vector3Control *, KHRSimpleControllerProfile_KHRSimpleController_get_devicePosition, (KHRSimpleControllerProfile_KHRSimpleController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, KHRSimpleControllerProfile_KHRSimpleController_set_devicePosition, (KHRSimpleControllerProfile_KHRSimpleController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900E10, QuaternionControl *, KHRSimpleControllerProfile_KHRSimpleController_get_deviceRotation, (KHRSimpleControllerProfile_KHRSimpleController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E20, void, KHRSimpleControllerProfile_KHRSimpleController_set_deviceRotation, (KHRSimpleControllerProfile_KHRSimpleController * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E80, Vector3Control *, KHRSimpleControllerProfile_KHRSimpleController_get_pointerPosition, (KHRSimpleControllerProfile_KHRSimpleController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E90, void, KHRSimpleControllerProfile_KHRSimpleController_set_pointerPosition, (KHRSimpleControllerProfile_KHRSimpleController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900EF0, QuaternionControl *, KHRSimpleControllerProfile_KHRSimpleController_get_pointerRotation, (KHRSimpleControllerProfile_KHRSimpleController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F00, void, KHRSimpleControllerProfile_KHRSimpleController_set_pointerRotation, (KHRSimpleControllerProfile_KHRSimpleController * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900F60, HapticControl *, KHRSimpleControllerProfile_KHRSimpleController_get_haptic, (KHRSimpleControllerProfile_KHRSimpleController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F70, void, KHRSimpleControllerProfile_KHRSimpleController_set_haptic, (KHRSimpleControllerProfile_KHRSimpleController * __this, HapticControl * value, MethodInfo * method)); DO_APP_FUNC(0x02C6B150, void, KHRSimpleControllerProfile_KHRSimpleController_FinishSetup, (KHRSimpleControllerProfile_KHRSimpleController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, KHRSimpleControllerProfile_KHRSimpleController__ctor, (KHRSimpleControllerProfile_KHRSimpleController * __this, MethodInfo * method)); DO_APP_FUNC(0x02C6B780, bool, MetaQuestTouchProControllerProfile_OnInstanceCreate, (MetaQuestTouchProControllerProfile * __this, uint64_t instance, MethodInfo * method)); DO_APP_FUNC(0x02C6B7E0, void, MetaQuestTouchProControllerProfile_RegisterDeviceLayout, (MetaQuestTouchProControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C6BA00, void, MetaQuestTouchProControllerProfile_UnregisterDeviceLayout, (MetaQuestTouchProControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C6BA60, String *, MetaQuestTouchProControllerProfile_GetDeviceLayoutName, (MetaQuestTouchProControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C6BAA0, void, MetaQuestTouchProControllerProfile_RegisterActionMapsWithRuntime, (MetaQuestTouchProControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C6EED0, void, MetaQuestTouchProControllerProfile__ctor, (MetaQuestTouchProControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, Vector2Control *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_thumbstick, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_thumbstick, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, Vector2Control * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, AxisControl *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_grip, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_grip, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900D30, ButtonControl *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_gripPressed, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_gripPressed, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, ButtonControl *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_menu, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_menu, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, ButtonControl *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_primaryButton, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_primaryButton, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, ButtonControl *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_primaryTouched, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_primaryTouched, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, ButtonControl *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_secondaryButton, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_secondaryButton, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E10, ButtonControl *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_secondaryTouched, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E20, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_secondaryTouched, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E80, AxisControl *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_trigger, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E90, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_trigger, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900EF0, ButtonControl *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_triggerPressed, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F00, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_triggerPressed, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900F60, ButtonControl *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_triggerTouched, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F70, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_triggerTouched, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900FD0, ButtonControl *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_thumbstickClicked, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900FE0, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_thumbstickClicked, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901040, ButtonControl *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_thumbstickTouched, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901050, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_thumbstickTouched, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x019010B0, ButtonControl *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_thumbrestTouched, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x019010C0, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_thumbrestTouched, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901120, PoseControl_1 *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_devicePose, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901130, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_devicePose, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x01901190, PoseControl_1 *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_pointer, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x019011A0, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_pointer, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x01901200, ButtonControl *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_isTracked, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901210, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_isTracked, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901270, IntegerControl *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_trackingState, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901280, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_trackingState, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, IntegerControl * value, MethodInfo * method)); DO_APP_FUNC(0x019012E0, Vector3Control *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_devicePosition, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x019012F0, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_devicePosition, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x028DE350, QuaternionControl *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_deviceRotation, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x028DE360, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_deviceRotation, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x028DE3C0, Vector3Control *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_pointerPosition, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x028DE3D0, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_pointerPosition, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x02A22E60, QuaternionControl *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_pointerRotation, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x02A22E70, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_pointerRotation, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x02A22ED0, HapticControl *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_haptic, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x02A22EE0, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_haptic, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, HapticControl * value, MethodInfo * method)); DO_APP_FUNC(0x02A22F40, AxisControl *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_thumbrestForce, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x02A22F50, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_thumbrestForce, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x02C723A0, AxisControl *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_stylusForce, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x02C723B0, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_stylusForce, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x02C72410, AxisControl *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_triggerCurl, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x02C72420, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_triggerCurl, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x02C72480, AxisControl *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_triggerSlide, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x02C72490, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_triggerSlide, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x0066D8C0, ButtonControl *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_triggerProximity, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x0066D8D0, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_triggerProximity, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x0066D930, ButtonControl *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_thumbProximity, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x0066D940, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_thumbProximity, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x02C724F0, HapticControl *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_hapticTrigger, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x02C72500, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_hapticTrigger, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, HapticControl * value, MethodInfo * method)); DO_APP_FUNC(0x02C72560, HapticControl *, MetaQuestTouchProControllerProfile_QuestProTouchController_get_hapticThumb, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x02C72570, void, MetaQuestTouchProControllerProfile_QuestProTouchController_set_hapticThumb, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, HapticControl * value, MethodInfo * method)); DO_APP_FUNC(0x02C725D0, void, MetaQuestTouchProControllerProfile_QuestProTouchController_FinishSetup, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, MetaQuestTouchProControllerProfile_QuestProTouchController__ctor, (MetaQuestTouchProControllerProfile_QuestProTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x02C73640, void, MicrosoftHandInteraction_RegisterDeviceLayout, (MicrosoftHandInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02C73860, void, MicrosoftHandInteraction_UnregisterDeviceLayout, (MicrosoftHandInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02C738C0, String *, MicrosoftHandInteraction_GetDeviceLayoutName, (MicrosoftHandInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02C73900, void, MicrosoftHandInteraction_RegisterActionMapsWithRuntime, (MicrosoftHandInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02C752B0, void, MicrosoftHandInteraction__ctor, (MicrosoftHandInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, AxisControl *, MicrosoftHandInteraction_HoloLensHand_get_select, (MicrosoftHandInteraction_HoloLensHand * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, MicrosoftHandInteraction_HoloLensHand_set_select, (MicrosoftHandInteraction_HoloLensHand * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, ButtonControl *, MicrosoftHandInteraction_HoloLensHand_get_selectPressed, (MicrosoftHandInteraction_HoloLensHand * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, MicrosoftHandInteraction_HoloLensHand_set_selectPressed, (MicrosoftHandInteraction_HoloLensHand * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900D30, AxisControl *, MicrosoftHandInteraction_HoloLensHand_get_squeeze, (MicrosoftHandInteraction_HoloLensHand * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, MicrosoftHandInteraction_HoloLensHand_set_squeeze, (MicrosoftHandInteraction_HoloLensHand * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, ButtonControl *, MicrosoftHandInteraction_HoloLensHand_get_squeezePressed, (MicrosoftHandInteraction_HoloLensHand * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, MicrosoftHandInteraction_HoloLensHand_set_squeezePressed, (MicrosoftHandInteraction_HoloLensHand * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, PoseControl_1 *, MicrosoftHandInteraction_HoloLensHand_get_devicePose, (MicrosoftHandInteraction_HoloLensHand * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, MicrosoftHandInteraction_HoloLensHand_set_devicePose, (MicrosoftHandInteraction_HoloLensHand * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, PoseControl_1 *, MicrosoftHandInteraction_HoloLensHand_get_pointer, (MicrosoftHandInteraction_HoloLensHand * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, MicrosoftHandInteraction_HoloLensHand_set_pointer, (MicrosoftHandInteraction_HoloLensHand * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, ButtonControl *, MicrosoftHandInteraction_HoloLensHand_get_isTracked, (MicrosoftHandInteraction_HoloLensHand * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, MicrosoftHandInteraction_HoloLensHand_set_isTracked, (MicrosoftHandInteraction_HoloLensHand * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E10, IntegerControl *, MicrosoftHandInteraction_HoloLensHand_get_trackingState, (MicrosoftHandInteraction_HoloLensHand * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E20, void, MicrosoftHandInteraction_HoloLensHand_set_trackingState, (MicrosoftHandInteraction_HoloLensHand * __this, IntegerControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E80, Vector3Control *, MicrosoftHandInteraction_HoloLensHand_get_devicePosition, (MicrosoftHandInteraction_HoloLensHand * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E90, void, MicrosoftHandInteraction_HoloLensHand_set_devicePosition, (MicrosoftHandInteraction_HoloLensHand * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900EF0, QuaternionControl *, MicrosoftHandInteraction_HoloLensHand_get_deviceRotation, (MicrosoftHandInteraction_HoloLensHand * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F00, void, MicrosoftHandInteraction_HoloLensHand_set_deviceRotation, (MicrosoftHandInteraction_HoloLensHand * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900F60, Vector3Control *, MicrosoftHandInteraction_HoloLensHand_get_pointerPosition, (MicrosoftHandInteraction_HoloLensHand * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F70, void, MicrosoftHandInteraction_HoloLensHand_set_pointerPosition, (MicrosoftHandInteraction_HoloLensHand * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900FD0, QuaternionControl *, MicrosoftHandInteraction_HoloLensHand_get_pointerRotation, (MicrosoftHandInteraction_HoloLensHand * __this, MethodInfo * method)); DO_APP_FUNC(0x01900FE0, void, MicrosoftHandInteraction_HoloLensHand_set_pointerRotation, (MicrosoftHandInteraction_HoloLensHand * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x02C75300, void, MicrosoftHandInteraction_HoloLensHand_FinishSetup, (MicrosoftHandInteraction_HoloLensHand * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, MicrosoftHandInteraction_HoloLensHand__ctor, (MicrosoftHandInteraction_HoloLensHand * __this, MethodInfo * method)); DO_APP_FUNC(0x02C759B0, void, MicrosoftMotionControllerProfile_RegisterDeviceLayout, (MicrosoftMotionControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C75BD0, void, MicrosoftMotionControllerProfile_UnregisterDeviceLayout, (MicrosoftMotionControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C75C30, String *, MicrosoftMotionControllerProfile_GetDeviceLayoutName, (MicrosoftMotionControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C75C70, void, MicrosoftMotionControllerProfile_RegisterActionMapsWithRuntime, (MicrosoftMotionControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C77E80, void, MicrosoftMotionControllerProfile__ctor, (MicrosoftMotionControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, Vector2Control *, MicrosoftMotionControllerProfile_WMRSpatialController_get_joystick, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, MicrosoftMotionControllerProfile_WMRSpatialController_set_joystick, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, Vector2Control * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, Vector2Control *, MicrosoftMotionControllerProfile_WMRSpatialController_get_touchpad, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, MicrosoftMotionControllerProfile_WMRSpatialController_set_touchpad, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, Vector2Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900D30, AxisControl *, MicrosoftMotionControllerProfile_WMRSpatialController_get_grip, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, MicrosoftMotionControllerProfile_WMRSpatialController_set_grip, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, ButtonControl *, MicrosoftMotionControllerProfile_WMRSpatialController_get_gripPressed, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, MicrosoftMotionControllerProfile_WMRSpatialController_set_gripPressed, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, ButtonControl *, MicrosoftMotionControllerProfile_WMRSpatialController_get_menu, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, MicrosoftMotionControllerProfile_WMRSpatialController_set_menu, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, AxisControl *, MicrosoftMotionControllerProfile_WMRSpatialController_get_trigger, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, MicrosoftMotionControllerProfile_WMRSpatialController_set_trigger, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, ButtonControl *, MicrosoftMotionControllerProfile_WMRSpatialController_get_triggerPressed, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, MicrosoftMotionControllerProfile_WMRSpatialController_set_triggerPressed, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E10, ButtonControl *, MicrosoftMotionControllerProfile_WMRSpatialController_get_joystickClicked, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E20, void, MicrosoftMotionControllerProfile_WMRSpatialController_set_joystickClicked, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E80, ButtonControl *, MicrosoftMotionControllerProfile_WMRSpatialController_get_touchpadClicked, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E90, void, MicrosoftMotionControllerProfile_WMRSpatialController_set_touchpadClicked, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900EF0, ButtonControl *, MicrosoftMotionControllerProfile_WMRSpatialController_get_touchpadTouched, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F00, void, MicrosoftMotionControllerProfile_WMRSpatialController_set_touchpadTouched, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900F60, PoseControl_1 *, MicrosoftMotionControllerProfile_WMRSpatialController_get_devicePose, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F70, void, MicrosoftMotionControllerProfile_WMRSpatialController_set_devicePose, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x01900FD0, PoseControl_1 *, MicrosoftMotionControllerProfile_WMRSpatialController_get_pointer, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900FE0, void, MicrosoftMotionControllerProfile_WMRSpatialController_set_pointer, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x01901040, ButtonControl *, MicrosoftMotionControllerProfile_WMRSpatialController_get_isTracked, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901050, void, MicrosoftMotionControllerProfile_WMRSpatialController_set_isTracked, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x019010B0, IntegerControl *, MicrosoftMotionControllerProfile_WMRSpatialController_get_trackingState, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x019010C0, void, MicrosoftMotionControllerProfile_WMRSpatialController_set_trackingState, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, IntegerControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901120, Vector3Control *, MicrosoftMotionControllerProfile_WMRSpatialController_get_devicePosition, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901130, void, MicrosoftMotionControllerProfile_WMRSpatialController_set_devicePosition, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01901190, QuaternionControl *, MicrosoftMotionControllerProfile_WMRSpatialController_get_deviceRotation, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x019011A0, void, MicrosoftMotionControllerProfile_WMRSpatialController_set_deviceRotation, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901200, Vector3Control *, MicrosoftMotionControllerProfile_WMRSpatialController_get_pointerPosition, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901210, void, MicrosoftMotionControllerProfile_WMRSpatialController_set_pointerPosition, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01901270, QuaternionControl *, MicrosoftMotionControllerProfile_WMRSpatialController_get_pointerRotation, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901280, void, MicrosoftMotionControllerProfile_WMRSpatialController_set_pointerRotation, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x019012E0, HapticControl *, MicrosoftMotionControllerProfile_WMRSpatialController_get_haptic, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x019012F0, void, MicrosoftMotionControllerProfile_WMRSpatialController_set_haptic, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, HapticControl * value, MethodInfo * method)); DO_APP_FUNC(0x02C77ED0, void, MicrosoftMotionControllerProfile_WMRSpatialController_FinishSetup, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, MicrosoftMotionControllerProfile_WMRSpatialController__ctor, (MicrosoftMotionControllerProfile_WMRSpatialController * __this, MethodInfo * method)); DO_APP_FUNC(0x02C78930, void, OculusTouchControllerProfile_RegisterDeviceLayout, (OculusTouchControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C78B50, void, OculusTouchControllerProfile_UnregisterDeviceLayout, (OculusTouchControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C78BB0, String *, OculusTouchControllerProfile_GetDeviceLayoutName, (OculusTouchControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C78BF0, void, OculusTouchControllerProfile_RegisterActionMapsWithRuntime, (OculusTouchControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C7B6F0, void, OculusTouchControllerProfile__ctor, (OculusTouchControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, Vector2Control *, OculusTouchControllerProfile_OculusTouchController_get_thumbstick, (OculusTouchControllerProfile_OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, OculusTouchControllerProfile_OculusTouchController_set_thumbstick, (OculusTouchControllerProfile_OculusTouchController * __this, Vector2Control * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, AxisControl *, OculusTouchControllerProfile_OculusTouchController_get_grip, (OculusTouchControllerProfile_OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, OculusTouchControllerProfile_OculusTouchController_set_grip, (OculusTouchControllerProfile_OculusTouchController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900D30, ButtonControl *, OculusTouchControllerProfile_OculusTouchController_get_gripPressed, (OculusTouchControllerProfile_OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, OculusTouchControllerProfile_OculusTouchController_set_gripPressed, (OculusTouchControllerProfile_OculusTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, ButtonControl *, OculusTouchControllerProfile_OculusTouchController_get_menu, (OculusTouchControllerProfile_OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, OculusTouchControllerProfile_OculusTouchController_set_menu, (OculusTouchControllerProfile_OculusTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, ButtonControl *, OculusTouchControllerProfile_OculusTouchController_get_primaryButton, (OculusTouchControllerProfile_OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, OculusTouchControllerProfile_OculusTouchController_set_primaryButton, (OculusTouchControllerProfile_OculusTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, ButtonControl *, OculusTouchControllerProfile_OculusTouchController_get_primaryTouched, (OculusTouchControllerProfile_OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, OculusTouchControllerProfile_OculusTouchController_set_primaryTouched, (OculusTouchControllerProfile_OculusTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, ButtonControl *, OculusTouchControllerProfile_OculusTouchController_get_secondaryButton, (OculusTouchControllerProfile_OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, OculusTouchControllerProfile_OculusTouchController_set_secondaryButton, (OculusTouchControllerProfile_OculusTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E10, ButtonControl *, OculusTouchControllerProfile_OculusTouchController_get_secondaryTouched, (OculusTouchControllerProfile_OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E20, void, OculusTouchControllerProfile_OculusTouchController_set_secondaryTouched, (OculusTouchControllerProfile_OculusTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E80, AxisControl *, OculusTouchControllerProfile_OculusTouchController_get_trigger, (OculusTouchControllerProfile_OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E90, void, OculusTouchControllerProfile_OculusTouchController_set_trigger, (OculusTouchControllerProfile_OculusTouchController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900EF0, ButtonControl *, OculusTouchControllerProfile_OculusTouchController_get_triggerPressed, (OculusTouchControllerProfile_OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F00, void, OculusTouchControllerProfile_OculusTouchController_set_triggerPressed, (OculusTouchControllerProfile_OculusTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900F60, ButtonControl *, OculusTouchControllerProfile_OculusTouchController_get_triggerTouched, (OculusTouchControllerProfile_OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F70, void, OculusTouchControllerProfile_OculusTouchController_set_triggerTouched, (OculusTouchControllerProfile_OculusTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900FD0, ButtonControl *, OculusTouchControllerProfile_OculusTouchController_get_thumbstickClicked, (OculusTouchControllerProfile_OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900FE0, void, OculusTouchControllerProfile_OculusTouchController_set_thumbstickClicked, (OculusTouchControllerProfile_OculusTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901040, ButtonControl *, OculusTouchControllerProfile_OculusTouchController_get_thumbstickTouched, (OculusTouchControllerProfile_OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901050, void, OculusTouchControllerProfile_OculusTouchController_set_thumbstickTouched, (OculusTouchControllerProfile_OculusTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x019010B0, ButtonControl *, OculusTouchControllerProfile_OculusTouchController_get_thumbrestTouched, (OculusTouchControllerProfile_OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x019010C0, void, OculusTouchControllerProfile_OculusTouchController_set_thumbrestTouched, (OculusTouchControllerProfile_OculusTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901120, PoseControl_1 *, OculusTouchControllerProfile_OculusTouchController_get_devicePose, (OculusTouchControllerProfile_OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901130, void, OculusTouchControllerProfile_OculusTouchController_set_devicePose, (OculusTouchControllerProfile_OculusTouchController * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x01901190, PoseControl_1 *, OculusTouchControllerProfile_OculusTouchController_get_pointer, (OculusTouchControllerProfile_OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x019011A0, void, OculusTouchControllerProfile_OculusTouchController_set_pointer, (OculusTouchControllerProfile_OculusTouchController * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x01901200, ButtonControl *, OculusTouchControllerProfile_OculusTouchController_get_isTracked, (OculusTouchControllerProfile_OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901210, void, OculusTouchControllerProfile_OculusTouchController_set_isTracked, (OculusTouchControllerProfile_OculusTouchController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901270, IntegerControl *, OculusTouchControllerProfile_OculusTouchController_get_trackingState, (OculusTouchControllerProfile_OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901280, void, OculusTouchControllerProfile_OculusTouchController_set_trackingState, (OculusTouchControllerProfile_OculusTouchController * __this, IntegerControl * value, MethodInfo * method)); DO_APP_FUNC(0x019012E0, Vector3Control *, OculusTouchControllerProfile_OculusTouchController_get_devicePosition, (OculusTouchControllerProfile_OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x019012F0, void, OculusTouchControllerProfile_OculusTouchController_set_devicePosition, (OculusTouchControllerProfile_OculusTouchController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x028DE350, QuaternionControl *, OculusTouchControllerProfile_OculusTouchController_get_deviceRotation, (OculusTouchControllerProfile_OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x028DE360, void, OculusTouchControllerProfile_OculusTouchController_set_deviceRotation, (OculusTouchControllerProfile_OculusTouchController * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x028DE3C0, Vector3Control *, OculusTouchControllerProfile_OculusTouchController_get_pointerPosition, (OculusTouchControllerProfile_OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x028DE3D0, void, OculusTouchControllerProfile_OculusTouchController_set_pointerPosition, (OculusTouchControllerProfile_OculusTouchController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x02A22E60, QuaternionControl *, OculusTouchControllerProfile_OculusTouchController_get_pointerRotation, (OculusTouchControllerProfile_OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x02A22E70, void, OculusTouchControllerProfile_OculusTouchController_set_pointerRotation, (OculusTouchControllerProfile_OculusTouchController * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x02A22ED0, HapticControl *, OculusTouchControllerProfile_OculusTouchController_get_haptic, (OculusTouchControllerProfile_OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x02A22EE0, void, OculusTouchControllerProfile_OculusTouchController_set_haptic, (OculusTouchControllerProfile_OculusTouchController * __this, HapticControl * value, MethodInfo * method)); DO_APP_FUNC(0x02C7B740, void, OculusTouchControllerProfile_OculusTouchController_FinishSetup, (OculusTouchControllerProfile_OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, OculusTouchControllerProfile_OculusTouchController__ctor, (OculusTouchControllerProfile_OculusTouchController * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, PalmPoseInteraction_get_IsAdditive, (PalmPoseInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02C7C3A0, bool, PalmPoseInteraction_OnInstanceCreate, (PalmPoseInteraction * __this, uint64_t instance, MethodInfo * method)); DO_APP_FUNC(0x02C7C400, void, PalmPoseInteraction_RegisterDeviceLayout, (PalmPoseInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02C7C620, void, PalmPoseInteraction_UnregisterDeviceLayout, (PalmPoseInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02C7C680, String *, PalmPoseInteraction_GetDeviceLayoutName, (PalmPoseInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02C7C6C0, void, PalmPoseInteraction_RegisterActionMapsWithRuntime, (PalmPoseInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x02C7CEC0, void, PalmPoseInteraction_AddAdditiveActions, (PalmPoseInteraction * __this, List_1_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionMapConfig_ * actionMaps, OpenXRInteractionFeature_ActionMapConfig * additiveMap, MethodInfo * method)); DO_APP_FUNC(0x02C7D3C0, void, PalmPoseInteraction__ctor, (PalmPoseInteraction * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, PoseControl_1 *, PalmPoseInteraction_PalmPose_get_palmPose, (PalmPoseInteraction_PalmPose * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, PalmPoseInteraction_PalmPose_set_palmPose, (PalmPoseInteraction_PalmPose * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, ButtonControl *, PalmPoseInteraction_PalmPose_get_isTracked, (PalmPoseInteraction_PalmPose * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, PalmPoseInteraction_PalmPose_set_isTracked, (PalmPoseInteraction_PalmPose * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900D30, IntegerControl *, PalmPoseInteraction_PalmPose_get_trackingState, (PalmPoseInteraction_PalmPose * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, PalmPoseInteraction_PalmPose_set_trackingState, (PalmPoseInteraction_PalmPose * __this, IntegerControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, Vector3Control *, PalmPoseInteraction_PalmPose_get_devicePosition, (PalmPoseInteraction_PalmPose * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, PalmPoseInteraction_PalmPose_set_devicePosition, (PalmPoseInteraction_PalmPose * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, QuaternionControl *, PalmPoseInteraction_PalmPose_get_deviceRotation, (PalmPoseInteraction_PalmPose * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, PalmPoseInteraction_PalmPose_set_deviceRotation, (PalmPoseInteraction_PalmPose * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, Vector3Control *, PalmPoseInteraction_PalmPose_get_palmPosition, (PalmPoseInteraction_PalmPose * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, PalmPoseInteraction_PalmPose_set_palmPosition, (PalmPoseInteraction_PalmPose * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, QuaternionControl *, PalmPoseInteraction_PalmPose_get_palmRotation, (PalmPoseInteraction_PalmPose * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, PalmPoseInteraction_PalmPose_set_palmRotation, (PalmPoseInteraction_PalmPose * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x02C7D410, void, PalmPoseInteraction_PalmPose_FinishSetup, (PalmPoseInteraction_PalmPose * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, PalmPoseInteraction_PalmPose__ctor, (PalmPoseInteraction_PalmPose * __this, MethodInfo * method)); DO_APP_FUNC(0x02C7D4D0, void, PalmPoseInteraction_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PalmPoseInteraction_c__ctor, (PalmPoseInteraction_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02C7D580, bool, PalmPoseInteraction_c__AddAdditiveActions_b__13_0, (PalmPoseInteraction_c * __this, OpenXRInteractionFeature_DeviceConfig * d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C781D0, PalmPoseInteraction_c__AddAdditiveActions_b__13_0__MethodInfo); DO_APP_FUNC(0x02C5D8B0, bool, PalmPoseInteraction_c__AddAdditiveActions_b__13_1, (PalmPoseInteraction_c * __this, OpenXRInteractionFeature_ActionConfig * a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C781D8, PalmPoseInteraction_c__AddAdditiveActions_b__13_1__MethodInfo); DO_APP_FUNC(0x02C7D6A0, void, ValveIndexControllerProfile_RegisterDeviceLayout, (ValveIndexControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C7D8C0, void, ValveIndexControllerProfile_UnregisterDeviceLayout, (ValveIndexControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C7D920, String *, ValveIndexControllerProfile_GetDeviceLayoutName, (ValveIndexControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C7D960, void, ValveIndexControllerProfile_RegisterActionMapsWithRuntime, (ValveIndexControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x02C804C0, void, ValveIndexControllerProfile__ctor, (ValveIndexControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, ButtonControl *, ValveIndexControllerProfile_ValveIndexController_get_system, (ValveIndexControllerProfile_ValveIndexController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, ValveIndexControllerProfile_ValveIndexController_set_system, (ValveIndexControllerProfile_ValveIndexController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, ButtonControl *, ValveIndexControllerProfile_ValveIndexController_get_systemTouched, (ValveIndexControllerProfile_ValveIndexController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, ValveIndexControllerProfile_ValveIndexController_set_systemTouched, (ValveIndexControllerProfile_ValveIndexController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900D30, ButtonControl *, ValveIndexControllerProfile_ValveIndexController_get_primaryButton, (ValveIndexControllerProfile_ValveIndexController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, ValveIndexControllerProfile_ValveIndexController_set_primaryButton, (ValveIndexControllerProfile_ValveIndexController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, ButtonControl *, ValveIndexControllerProfile_ValveIndexController_get_primaryTouched, (ValveIndexControllerProfile_ValveIndexController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, ValveIndexControllerProfile_ValveIndexController_set_primaryTouched, (ValveIndexControllerProfile_ValveIndexController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, ButtonControl *, ValveIndexControllerProfile_ValveIndexController_get_secondaryButton, (ValveIndexControllerProfile_ValveIndexController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, ValveIndexControllerProfile_ValveIndexController_set_secondaryButton, (ValveIndexControllerProfile_ValveIndexController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, ButtonControl *, ValveIndexControllerProfile_ValveIndexController_get_secondaryTouched, (ValveIndexControllerProfile_ValveIndexController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, ValveIndexControllerProfile_ValveIndexController_set_secondaryTouched, (ValveIndexControllerProfile_ValveIndexController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, AxisControl *, ValveIndexControllerProfile_ValveIndexController_get_grip, (ValveIndexControllerProfile_ValveIndexController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, ValveIndexControllerProfile_ValveIndexController_set_grip, (ValveIndexControllerProfile_ValveIndexController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E10, ButtonControl *, ValveIndexControllerProfile_ValveIndexController_get_gripPressed, (ValveIndexControllerProfile_ValveIndexController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E20, void, ValveIndexControllerProfile_ValveIndexController_set_gripPressed, (ValveIndexControllerProfile_ValveIndexController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E80, AxisControl *, ValveIndexControllerProfile_ValveIndexController_get_gripForce, (ValveIndexControllerProfile_ValveIndexController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E90, void, ValveIndexControllerProfile_ValveIndexController_set_gripForce, (ValveIndexControllerProfile_ValveIndexController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900EF0, AxisControl *, ValveIndexControllerProfile_ValveIndexController_get_trigger, (ValveIndexControllerProfile_ValveIndexController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F00, void, ValveIndexControllerProfile_ValveIndexController_set_trigger, (ValveIndexControllerProfile_ValveIndexController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900F60, ButtonControl *, ValveIndexControllerProfile_ValveIndexController_get_triggerPressed, (ValveIndexControllerProfile_ValveIndexController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F70, void, ValveIndexControllerProfile_ValveIndexController_set_triggerPressed, (ValveIndexControllerProfile_ValveIndexController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900FD0, ButtonControl *, ValveIndexControllerProfile_ValveIndexController_get_triggerTouched, (ValveIndexControllerProfile_ValveIndexController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900FE0, void, ValveIndexControllerProfile_ValveIndexController_set_triggerTouched, (ValveIndexControllerProfile_ValveIndexController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901040, Vector2Control *, ValveIndexControllerProfile_ValveIndexController_get_thumbstick, (ValveIndexControllerProfile_ValveIndexController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901050, void, ValveIndexControllerProfile_ValveIndexController_set_thumbstick, (ValveIndexControllerProfile_ValveIndexController * __this, Vector2Control * value, MethodInfo * method)); DO_APP_FUNC(0x019010B0, ButtonControl *, ValveIndexControllerProfile_ValveIndexController_get_thumbstickClicked, (ValveIndexControllerProfile_ValveIndexController * __this, MethodInfo * method)); DO_APP_FUNC(0x019010C0, void, ValveIndexControllerProfile_ValveIndexController_set_thumbstickClicked, (ValveIndexControllerProfile_ValveIndexController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901120, ButtonControl *, ValveIndexControllerProfile_ValveIndexController_get_thumbstickTouched, (ValveIndexControllerProfile_ValveIndexController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901130, void, ValveIndexControllerProfile_ValveIndexController_set_thumbstickTouched, (ValveIndexControllerProfile_ValveIndexController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901190, Vector2Control *, ValveIndexControllerProfile_ValveIndexController_get_trackpad, (ValveIndexControllerProfile_ValveIndexController * __this, MethodInfo * method)); DO_APP_FUNC(0x019011A0, void, ValveIndexControllerProfile_ValveIndexController_set_trackpad, (ValveIndexControllerProfile_ValveIndexController * __this, Vector2Control * value, MethodInfo * method)); DO_APP_FUNC(0x01901200, ButtonControl *, ValveIndexControllerProfile_ValveIndexController_get_trackpadTouched, (ValveIndexControllerProfile_ValveIndexController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901210, void, ValveIndexControllerProfile_ValveIndexController_set_trackpadTouched, (ValveIndexControllerProfile_ValveIndexController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901270, AxisControl *, ValveIndexControllerProfile_ValveIndexController_get_trackpadForce, (ValveIndexControllerProfile_ValveIndexController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901280, void, ValveIndexControllerProfile_ValveIndexController_set_trackpadForce, (ValveIndexControllerProfile_ValveIndexController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x019012E0, PoseControl_1 *, ValveIndexControllerProfile_ValveIndexController_get_devicePose, (ValveIndexControllerProfile_ValveIndexController * __this, MethodInfo * method)); DO_APP_FUNC(0x019012F0, void, ValveIndexControllerProfile_ValveIndexController_set_devicePose, (ValveIndexControllerProfile_ValveIndexController * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x028DE350, PoseControl_1 *, ValveIndexControllerProfile_ValveIndexController_get_pointer, (ValveIndexControllerProfile_ValveIndexController * __this, MethodInfo * method)); DO_APP_FUNC(0x028DE360, void, ValveIndexControllerProfile_ValveIndexController_set_pointer, (ValveIndexControllerProfile_ValveIndexController * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x028DE3C0, ButtonControl *, ValveIndexControllerProfile_ValveIndexController_get_isTracked, (ValveIndexControllerProfile_ValveIndexController * __this, MethodInfo * method)); DO_APP_FUNC(0x028DE3D0, void, ValveIndexControllerProfile_ValveIndexController_set_isTracked, (ValveIndexControllerProfile_ValveIndexController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x02A22E60, IntegerControl *, ValveIndexControllerProfile_ValveIndexController_get_trackingState, (ValveIndexControllerProfile_ValveIndexController * __this, MethodInfo * method)); DO_APP_FUNC(0x02A22E70, void, ValveIndexControllerProfile_ValveIndexController_set_trackingState, (ValveIndexControllerProfile_ValveIndexController * __this, IntegerControl * value, MethodInfo * method)); DO_APP_FUNC(0x02A22ED0, Vector3Control *, ValveIndexControllerProfile_ValveIndexController_get_devicePosition, (ValveIndexControllerProfile_ValveIndexController * __this, MethodInfo * method)); DO_APP_FUNC(0x02A22EE0, void, ValveIndexControllerProfile_ValveIndexController_set_devicePosition, (ValveIndexControllerProfile_ValveIndexController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x02A22F40, QuaternionControl *, ValveIndexControllerProfile_ValveIndexController_get_deviceRotation, (ValveIndexControllerProfile_ValveIndexController * __this, MethodInfo * method)); DO_APP_FUNC(0x02A22F50, void, ValveIndexControllerProfile_ValveIndexController_set_deviceRotation, (ValveIndexControllerProfile_ValveIndexController * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x02C723A0, Vector3Control *, ValveIndexControllerProfile_ValveIndexController_get_pointerPosition, (ValveIndexControllerProfile_ValveIndexController * __this, MethodInfo * method)); DO_APP_FUNC(0x02C723B0, void, ValveIndexControllerProfile_ValveIndexController_set_pointerPosition, (ValveIndexControllerProfile_ValveIndexController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x02C72410, QuaternionControl *, ValveIndexControllerProfile_ValveIndexController_get_pointerRotation, (ValveIndexControllerProfile_ValveIndexController * __this, MethodInfo * method)); DO_APP_FUNC(0x02C72420, void, ValveIndexControllerProfile_ValveIndexController_set_pointerRotation, (ValveIndexControllerProfile_ValveIndexController * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x02C72480, HapticControl *, ValveIndexControllerProfile_ValveIndexController_get_haptic, (ValveIndexControllerProfile_ValveIndexController * __this, MethodInfo * method)); DO_APP_FUNC(0x02C72490, void, ValveIndexControllerProfile_ValveIndexController_set_haptic, (ValveIndexControllerProfile_ValveIndexController * __this, HapticControl * value, MethodInfo * method)); DO_APP_FUNC(0x02C80510, void, ValveIndexControllerProfile_ValveIndexController_FinishSetup, (ValveIndexControllerProfile_ValveIndexController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, ValveIndexControllerProfile_ValveIndexController__ctor, (ValveIndexControllerProfile_ValveIndexController * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, String *, Locale_1_GetText, (String * msg, MethodInfo * method)); DO_APP_FUNC(0x0192BF00, String *, Locale_1_GetText_1, (String * fmt, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x0192BFC0, void, ASN1_1__ctor, (ASN1_1 * __this, uint8_t tag, MethodInfo * method)); DO_APP_FUNC(0x0192C020, void, ASN1_1__ctor_1, (ASN1_1 * __this, uint8_t tag, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x0192C080, void, ASN1_1__ctor_2, (ASN1_1 * __this, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A9C0, ASN1_1__ctor_2__MethodInfo); DO_APP_FUNC(0x0192C260, int32_t, ASN1_1_get_Count, (ASN1_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, uint8_t, ASN1_1_get_Tag, (ASN1_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0192C290, int32_t, ASN1_1_get_Length, (ASN1_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0192C2B0, Byte__Array *, ASN1_1_get_Value, (ASN1_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0192C350, void, ASN1_1_set_Value, (ASN1_1 * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC(0x0192C450, bool, ASN1_1_CompareArray, (ASN1_1 * __this, Byte__Array * array1, Byte__Array * array2, MethodInfo * method)); DO_APP_FUNC(0x0192C4E0, bool, ASN1_1_CompareValue, (ASN1_1 * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC(0x0192C570, ASN1_1 *, ASN1_1_Add, (ASN1_1 * __this, ASN1_1 * asn1, MethodInfo * method)); DO_APP_FUNC(0x0192C660, Byte__Array *, ASN1_1_GetBytes, (ASN1_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0192CCD0, void, ASN1_1_Decode, (ASN1_1 * __this, Byte__Array * asn1, int32_t * anPos, int32_t anLength, MethodInfo * method)); DO_APP_FUNC(0x0192D130, void, ASN1_1_DecodeTLV, (ASN1_1 * __this, Byte__Array * asn1, int32_t * pos, uint8_t * tag, int32_t * length, Byte__Array * * content, MethodInfo * method)); DO_APP_FUNC(0x0192D280, ASN1_1 *, ASN1_1_get_Item, (ASN1_1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0192D350, ASN1_1 *, ASN1_1_Element, (ASN1_1 * __this, int32_t index, uint8_t anTag, MethodInfo * method)); DO_APP_FUNC(0x0192D440, String *, ASN1_1_ToString, (ASN1_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0192D860, ASN1_1 *, ASN1Convert_FromInt32, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0192DB10, ASN1_1 *, ASN1Convert_FromOid, (String * oid, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A960, ASN1Convert_FromOid__MethodInfo); DO_APP_FUNC(0x0192DC00, ASN1_1 *, ASN1Convert_FromUnsignedBigInteger, (Byte__Array * big, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A970, ASN1Convert_FromUnsignedBigInteger__MethodInfo); DO_APP_FUNC(0x0192DD70, int32_t, ASN1Convert_ToInt32, (ASN1_1 * asn1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A980, ASN1Convert_ToInt32__MethodInfo); DO_APP_FUNC(0x0192DEB0, String *, ASN1Convert_ToOid, (ASN1_1 * asn1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A908, ASN1Convert_ToOid__MethodInfo); DO_APP_FUNC(0x0192E150, DateTime, ASN1Convert_ToDateTime, (ASN1_1 * time, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A948, ASN1Convert_ToDateTime__MethodInfo); DO_APP_FUNC(0x0192E8E0, Byte__Array *, BitConverterLE_1_GetUIntBytes, (uint8_t * bytes, MethodInfo * method)); DO_APP_FUNC(0x0192E9E0, Byte__Array *, BitConverterLE_1_GetULongBytes, (uint8_t * bytes, MethodInfo * method)); DO_APP_FUNC(0x0192EB70, Byte__Array *, BitConverterLE_1_GetBytes, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0192EC90, Byte__Array *, BitConverterLE_1_GetBytes_1, (int64_t value, MethodInfo * method)); DO_APP_FUNC(0x0192ECB0, void, BitConverterLE_1_UShortFromBytes, (uint8_t * dst, Byte__Array * src, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x0192ED80, void, BitConverterLE_1_UIntFromBytes, (uint8_t * dst, Byte__Array * src, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x0192EEA0, int32_t, BitConverterLE_1_ToInt32, (Byte__Array * value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x0192EED0, uint16_t, BitConverterLE_1_ToUInt16, (Byte__Array * value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x0192EEA0, uint32_t, BitConverterLE_1_ToUInt32, (Byte__Array * value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x0192EFA0, void, PKCS7_ContentInfo__ctor, (PKCS7_ContentInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0192F0B0, void, PKCS7_ContentInfo__ctor_1, (PKCS7_ContentInfo * __this, String * oid, MethodInfo * method)); DO_APP_FUNC(0x0192F120, void, PKCS7_ContentInfo__ctor_2, (PKCS7_ContentInfo * __this, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x0192F1A0, void, PKCS7_ContentInfo__ctor_3, (PKCS7_ContentInfo * __this, ASN1_1 * asn1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A8F0, PKCS7_ContentInfo__ctor_3__MethodInfo); DO_APP_FUNC(0x0192F3F0, ASN1_1 *, PKCS7_ContentInfo_get_ASN1, (PKCS7_ContentInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ASN1_1 *, PKCS7_ContentInfo_get_Content, (PKCS7_ContentInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, PKCS7_ContentInfo_set_Content, (PKCS7_ContentInfo * __this, ASN1_1 * value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, PKCS7_ContentInfo_get_ContentType, (PKCS7_ContentInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, PKCS7_ContentInfo_set_ContentType, (PKCS7_ContentInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0192F3F0, ASN1_1 *, PKCS7_ContentInfo_GetASN1, (PKCS7_ContentInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0192F500, void, PKCS7_EncryptedData__ctor, (PKCS7_EncryptedData * __this, MethodInfo * method)); DO_APP_FUNC(0x0192F510, void, PKCS7_EncryptedData__ctor_1, (PKCS7_EncryptedData * __this, ASN1_1 * asn1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A8B0, PKCS7_EncryptedData__ctor_1__MethodInfo); DO_APP_FUNC(0x003B93E0, PKCS7_ContentInfo *, PKCS7_EncryptedData_get_EncryptionAlgorithm, (PKCS7_EncryptedData * __this, MethodInfo * method)); DO_APP_FUNC(0x0192F950, Byte__Array *, PKCS7_EncryptedData_get_EncryptedContent, (PKCS7_EncryptedData * __this, MethodInfo * method)); DO_APP_FUNC(0x0192F9D0, void, PKCS7_SignedData__ctor, (PKCS7_SignedData * __this, ASN1_1 * asn1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A848, PKCS7_SignedData__ctor__MethodInfo); DO_APP_FUNC(0x003B93B0, X509CertificateCollection_1 *, PKCS7_SignedData_get_Certificates, (PKCS7_SignedData * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, PKCS7_ContentInfo *, PKCS7_SignedData_get_ContentInfo, (PKCS7_SignedData * __this, MethodInfo * method)); DO_APP_FUNC(0x01930230, void, PKCS7_SignedData_set_HashName, (PKCS7_SignedData * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, PKCS7_SignerInfo *, PKCS7_SignedData_get_SignerInfo, (PKCS7_SignedData * __this, MethodInfo * method)); DO_APP_FUNC(0x01930310, String *, PKCS7_SignedData_OidToName, (PKCS7_SignedData * __this, String * oid, MethodInfo * method)); DO_APP_FUNC(0x019305D0, void, PKCS7_SignerInfo__ctor, (PKCS7_SignerInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01930700, void, PKCS7_SignerInfo__ctor_1, (PKCS7_SignerInfo * __this, ASN1_1 * asn1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A828, PKCS7_SignerInfo__ctor_1__MethodInfo); DO_APP_FUNC(0x003C5320, String *, PKCS7_SignerInfo_get_IssuerName, (PKCS7_SignerInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01930BE0, Byte__Array *, PKCS7_SignerInfo_get_SerialNumber, (PKCS7_SignerInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, ArrayList *, PKCS7_SignerInfo_get_AuthenticatedAttributes, (PKCS7_SignerInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, PKCS7_SignerInfo_get_HashName, (PKCS7_SignerInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, PKCS7_SignerInfo_set_HashName, (PKCS7_SignerInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01930C60, Byte__Array *, PKCS7_SignerInfo_get_Signature, (PKCS7_SignerInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, ArrayList *, PKCS7_SignerInfo_get_UnauthenticatedAttributes, (PKCS7_SignerInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, uint8_t, PKCS7_SignerInfo_get_Version, (PKCS7_SignerInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, SafeBag__ctor, (SafeBag * __this, String * bagOID, ASN1_1 * asn1, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, SafeBag_get_BagOID, (SafeBag * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ASN1_1 *, SafeBag_get_ASN1, (SafeBag * __this, MethodInfo * method)); DO_APP_FUNC(0x01930CE0, void, PKCS12__ctor, (PKCS12 * __this, MethodInfo * method)); DO_APP_FUNC(0x01930F10, void, PKCS12__ctor_1, (PKCS12 * __this, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x01930F50, void, PKCS12__ctor_2, (PKCS12 * __this, Byte__Array * data, String * password, MethodInfo * method)); DO_APP_FUNC(0x01930FA0, void, PKCS12_Decode, (PKCS12 * __this, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A7B8, PKCS12_Decode__MethodInfo); DO_APP_FUNC(0x01931AB0, void, PKCS12_Finalize, (PKCS12 * __this, MethodInfo * method)); DO_APP_FUNC(0x01931B60, void, PKCS12_set_Password, (PKCS12 * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, int32_t, PKCS12_get_IterationCount, (PKCS12 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C083A0, void, PKCS12_set_IterationCount, (PKCS12 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01931DE0, ArrayList *, PKCS12_get_Keys, (PKCS12 * __this, MethodInfo * method)); DO_APP_FUNC(0x01932560, X509CertificateCollection_1 *, PKCS12_get_Certificates, (PKCS12 * __this, MethodInfo * method)); DO_APP_FUNC(0x01932990, RandomNumberGenerator *, PKCS12_get_RNG, (PKCS12 * __this, MethodInfo * method)); DO_APP_FUNC(0x01932A50, bool, PKCS12_Compare, (PKCS12 * __this, Byte__Array * expected, Byte__Array * actual, MethodInfo * method)); DO_APP_FUNC(0x01932AD0, SymmetricAlgorithm *, PKCS12_GetSymmetricAlgorithm, (PKCS12 * __this, String * algorithmOid, Byte__Array * salt, int32_t iterationCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A728, PKCS12_GetSymmetricAlgorithm__MethodInfo); DO_APP_FUNC(0x01933430, Byte__Array *, PKCS12_Decrypt, (PKCS12 * __this, String * algorithmOid, Byte__Array * salt, int32_t iterationCount, Byte__Array * encryptedData, MethodInfo * method)); DO_APP_FUNC(0x019335E0, Byte__Array *, PKCS12_Decrypt_1, (PKCS12 * __this, PKCS7_EncryptedData * ed, MethodInfo * method)); DO_APP_FUNC(0x01933720, Byte__Array *, PKCS12_Encrypt, (PKCS12 * __this, String * algorithmOid, Byte__Array * salt, int32_t iterationCount, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x01933890, DSAParameters, PKCS12_GetExistingParameters, (PKCS12 * __this, bool * found, MethodInfo * method)); DO_APP_FUNC(0x01933B20, void, PKCS12_AddPrivateKey, (PKCS12 * __this, PKCS8_PrivateKeyInfo * pki, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A6B8, PKCS12_AddPrivateKey__MethodInfo); DO_APP_FUNC(0x01933E30, void, PKCS12_ReadSafeBag, (PKCS12 * __this, ASN1_1 * safeBag, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A650, PKCS12_ReadSafeBag__MethodInfo); DO_APP_FUNC(0x01934900, ASN1_1 *, PKCS12_Pkcs8ShroudedKeyBagSafeBag, (PKCS12 * __this, AsymmetricAlgorithm * aa, IDictionary * attributes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A610, PKCS12_Pkcs8ShroudedKeyBagSafeBag__MethodInfo); DO_APP_FUNC(0x019356C0, ASN1_1 *, PKCS12_CertificateSafeBag, (PKCS12 * __this, X509Certificate_1 * x509, IDictionary * attributes, MethodInfo * method)); DO_APP_FUNC(0x01936110, Byte__Array *, PKCS12_MAC, (PKCS12 * __this, Byte__Array * password, Byte__Array * salt, int32_t iterations, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x01936330, Byte__Array *, PKCS12_GetBytes, (PKCS12 * __this, MethodInfo * method)); DO_APP_FUNC(0x01938860, PKCS7_ContentInfo *, PKCS12_EncryptedContentInfo, (PKCS12 * __this, ASN1_1 * safeBags, String * algorithmOid, MethodInfo * method)); DO_APP_FUNC(0x01938E70, void, PKCS12_AddCertificate, (PKCS12 * __this, X509Certificate_1 * cert, MethodInfo * method)); DO_APP_FUNC(0x01938E80, void, PKCS12_AddCertificate_1, (PKCS12 * __this, X509Certificate_1 * cert, IDictionary * attributes, MethodInfo * method)); DO_APP_FUNC(0x019391B0, void, PKCS12_RemoveCertificate, (PKCS12 * __this, X509Certificate_1 * cert, MethodInfo * method)); DO_APP_FUNC(0x019391C0, void, PKCS12_RemoveCertificate_1, (PKCS12 * __this, X509Certificate_1 * cert, IDictionary * attrs, MethodInfo * method)); DO_APP_FUNC(0x01939870, bool, PKCS12_CompareAsymmetricAlgorithm, (PKCS12 * __this, AsymmetricAlgorithm * a1, AsymmetricAlgorithm * a2, MethodInfo * method)); DO_APP_FUNC(0x01939970, void, PKCS12_AddPkcs8ShroudedKeyBag, (PKCS12 * __this, AsymmetricAlgorithm * aa, IDictionary * attributes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A5D8, PKCS12_AddPkcs8ShroudedKeyBag__MethodInfo); DO_APP_FUNC(0x01939D90, Object *, PKCS12_Clone, (PKCS12 * __this, MethodInfo * method)); DO_APP_FUNC(0x01939EA0, int32_t, PKCS12_get_MaximumPasswordLength, (MethodInfo * method)); DO_APP_FUNC(0x01939F00, void, PKCS12__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PKCS12_DeriveBytes__ctor, (PKCS12_DeriveBytes * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, PKCS12_DeriveBytes_set_HashName, (PKCS12_DeriveBytes * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, PKCS12_DeriveBytes_set_IterationCount, (PKCS12_DeriveBytes * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01939F40, void, PKCS12_DeriveBytes_set_Password, (PKCS12_DeriveBytes * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC(0x0193A0C0, void, PKCS12_DeriveBytes_set_Salt, (PKCS12_DeriveBytes * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC(0x0193A220, void, PKCS12_DeriveBytes_Adjust, (PKCS12_DeriveBytes * __this, Byte__Array * a, int32_t aOff, Byte__Array * b, MethodInfo * method)); DO_APP_FUNC(0x0193A2F0, Byte__Array *, PKCS12_DeriveBytes_Derive, (PKCS12_DeriveBytes * __this, Byte__Array * diversifier, int32_t n, MethodInfo * method)); DO_APP_FUNC(0x0193A7B0, Byte__Array *, PKCS12_DeriveBytes_DeriveKey, (PKCS12_DeriveBytes * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0193A830, Byte__Array *, PKCS12_DeriveBytes_DeriveIV, (PKCS12_DeriveBytes * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0193A8B0, Byte__Array *, PKCS12_DeriveBytes_DeriveMAC, (PKCS12_DeriveBytes * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0193A930, void, PKCS12_DeriveBytes__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0193AB70, String *, X501_ToString, (ASN1_1 * seq, MethodInfo * method)); DO_APP_FUNC(0x0193ACE0, String *, X501_ToString_1, (ASN1_1 * seq, bool reversed, String * separator, bool quotes, MethodInfo * method)); DO_APP_FUNC(0x0193AED0, void, X501_AppendEntry, (StringBuilder * sb, ASN1_1 * entry, bool quotes, MethodInfo * method)); DO_APP_FUNC(0x0193B8A0, X520_AttributeTypeAndValue *, X501_GetAttributeFromOid, (String * attributeType, MethodInfo * method)); DO_APP_FUNC(0x0193CAB0, bool, X501_IsOid, (String * oid, MethodInfo * method)); DO_APP_FUNC(0x0193CAE0, X520_AttributeTypeAndValue *, X501_ReadAttribute, (String * value, int32_t * pos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A480, X501_ReadAttribute__MethodInfo); DO_APP_FUNC(0x0193CCA0, bool, X501_IsHex, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x0193CE00, String *, X501_ReadHex, (String * value, int32_t * pos, MethodInfo * method)); DO_APP_FUNC(0x0193D110, int32_t, X501_ReadEscaped, (StringBuilder * sb, String * value, int32_t pos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A410, X501_ReadEscaped__MethodInfo); DO_APP_FUNC(0x0193D2D0, int32_t, X501_ReadQuoted, (StringBuilder * sb, String * value, int32_t pos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A420, X501_ReadQuoted__MethodInfo); DO_APP_FUNC(0x0193D450, String *, X501_ReadValue, (String * value, int32_t * pos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A3B0, X501_ReadValue__MethodInfo); DO_APP_FUNC(0x0193D720, ASN1_1 *, X501_FromString, (String * rdn, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A3C0, X501_FromString__MethodInfo); DO_APP_FUNC(0x0193DA60, void, X501__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0193E4D0, void, X509Crl__ctor, (X509Crl * __this, Byte__Array * crl, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A398, X509Crl__ctor__MethodInfo); DO_APP_FUNC(0x0193E630, void, X509Crl_Parse, (X509Crl * __this, Byte__Array * crl, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A310, X509Crl_Parse__MethodInfo); DO_APP_FUNC(0x003CB370, X509ExtensionCollection_1 *, X509Crl_get_Extensions, (X509Crl * __this, MethodInfo * method)); DO_APP_FUNC(0x0193ED40, Byte__Array *, X509Crl_get_Hash, (X509Crl * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, X509Crl_get_IssuerName, (X509Crl * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, DateTime, X509Crl_get_NextUpdate, (X509Crl * __this, MethodInfo * method)); DO_APP_FUNC(0x0193F020, bool, X509Crl_Compare, (X509Crl * __this, Byte__Array * array1, Byte__Array * array2, MethodInfo * method)); DO_APP_FUNC(0x0193F090, X509Crl_X509CrlEntry *, X509Crl_GetCrlEntry, (X509Crl * __this, X509Certificate_1 * x509, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A328, X509Crl_GetCrlEntry__MethodInfo); DO_APP_FUNC(0x0193F120, X509Crl_X509CrlEntry *, X509Crl_GetCrlEntry_1, (X509Crl * __this, Byte__Array * serialNumber, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A338, X509Crl_GetCrlEntry_1__MethodInfo); DO_APP_FUNC(0x0193F340, bool, X509Crl_VerifySignature, (X509Crl * __this, DSA * dsa, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A2D8, X509Crl_VerifySignature__MethodInfo); DO_APP_FUNC(0x0193F680, bool, X509Crl_VerifySignature_1, (X509Crl * __this, RSA * rsa, MethodInfo * method)); DO_APP_FUNC(0x0193F770, bool, X509Crl_VerifySignature_2, (X509Crl * __this, AsymmetricAlgorithm * aa, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A2F0, X509Crl_VerifySignature_2__MethodInfo); DO_APP_FUNC(0x0193FA50, void, X509Crl_X509CrlEntry__ctor, (X509Crl_X509CrlEntry * __this, ASN1_1 * entry, MethodInfo * method)); DO_APP_FUNC(0x0193FC60, Byte__Array *, X509Crl_X509CrlEntry_get_SerialNumber, (X509Crl_X509CrlEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, DateTime, X509Crl_X509CrlEntry_get_RevocationDate, (X509Crl_X509CrlEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, X509ExtensionCollection_1 *, X509Crl_X509CrlEntry_get_Extensions, (X509Crl_X509CrlEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x0193FCE0, void, X509Certificate_1_Parse, (X509Certificate_1 * __this, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A2A0, X509Certificate_1_Parse__MethodInfo); DO_APP_FUNC(0x019406C0, void, X509Certificate_1__ctor, (X509Certificate_1 * __this, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A2B0, X509Certificate_1__ctor__MethodInfo); DO_APP_FUNC(0x01940800, Byte__Array *, X509Certificate_1_GetUnsignedBigInteger, (X509Certificate_1 * __this, Byte__Array * integer, MethodInfo * method)); DO_APP_FUNC(0x019408B0, DSA *, X509Certificate_1_get_DSA, (X509Certificate_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A290, X509Certificate_1_get_DSA__MethodInfo); DO_APP_FUNC(0x01940DE0, void, X509Certificate_1_set_DSA, (X509Certificate_1 * __this, DSA * value, MethodInfo * method)); DO_APP_FUNC(0x004B2C80, X509ExtensionCollection_1 *, X509Certificate_1_get_Extensions, (X509Certificate_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01940EB0, Byte__Array *, X509Certificate_1_get_Hash, (X509Certificate_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, X509Certificate_1_get_IssuerName, (X509Certificate_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, String *, X509Certificate_1_get_KeyAlgorithm, (X509Certificate_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01941100, Byte__Array *, X509Certificate_1_get_KeyAlgorithmParameters, (X509Certificate_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, X509Certificate_1_set_KeyAlgorithmParameters, (X509Certificate_1 * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01941180, Byte__Array *, X509Certificate_1_get_PublicKey, (X509Certificate_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01941200, RSA *, X509Certificate_1_get_RSA, (X509Certificate_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x019414F0, void, X509Certificate_1_set_RSA, (X509Certificate_1 * __this, RSA * value, MethodInfo * method)); DO_APP_FUNC(0x019415B0, Byte__Array *, X509Certificate_1_get_RawData, (X509Certificate_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01941630, Byte__Array *, X509Certificate_1_get_SerialNumber, (X509Certificate_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x019416C0, Byte__Array *, X509Certificate_1_get_Signature, (X509Certificate_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A288, X509Certificate_1_get_Signature__MethodInfo); DO_APP_FUNC(0x003C5490, String *, X509Certificate_1_get_SubjectName, (X509Certificate_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, DateTime, X509Certificate_1_get_ValidFrom, (X509Certificate_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, DateTime, X509Certificate_1_get_ValidUntil, (X509Certificate_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D6E0, int32_t, X509Certificate_1_get_Version, (X509Certificate_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01941BE0, bool, X509Certificate_1_get_IsCurrent, (X509Certificate_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01941CF0, bool, X509Certificate_1_WasCurrent, (X509Certificate_1 * __this, DateTime instant, MethodInfo * method)); DO_APP_FUNC(0x01941DD0, bool, X509Certificate_1_VerifySignature, (X509Certificate_1 * __this, DSA * dsa, MethodInfo * method)); DO_APP_FUNC(0x01941EB0, bool, X509Certificate_1_VerifySignature_1, (X509Certificate_1 * __this, RSA * rsa, MethodInfo * method)); DO_APP_FUNC(0x01942020, bool, X509Certificate_1_VerifySignature_2, (X509Certificate_1 * __this, AsymmetricAlgorithm * aa, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A220, X509Certificate_1_VerifySignature_2__MethodInfo); DO_APP_FUNC(0x01942220, bool, X509Certificate_1_get_IsSelfSigned, (X509Certificate_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x019422F0, void, X509Certificate_1_GetObjectData, (X509Certificate_1 * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01942350, Byte__Array *, X509Certificate_1_PEM, (String * type, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x019425E0, void, X509Certificate_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01942690, void, X509CertificateCollection_1__ctor, (X509CertificateCollection_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x019426A0, X509Certificate_1 *, X509CertificateCollection_1_get_Item, (X509CertificateCollection_1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01942740, int32_t, X509CertificateCollection_1_Add, (X509CertificateCollection_1 * __this, X509Certificate_1 * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A200, X509CertificateCollection_1_Add__MethodInfo); DO_APP_FUNC(0x019427D0, void, X509CertificateCollection_1_AddRange, (X509CertificateCollection_1 * __this, X509CertificateCollection_1 * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A208, X509CertificateCollection_1_AddRange__MethodInfo); DO_APP_FUNC(0x019428B0, bool, X509CertificateCollection_1_Contains, (X509CertificateCollection_1 * __this, X509Certificate_1 * value, MethodInfo * method)); DO_APP_FUNC(0x019428D0, X509CertificateCollection_X509CertificateEnumerator_1 *, X509CertificateCollection_1_GetEnumerator, (X509CertificateCollection_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x019429C0, IEnumerator *, X509CertificateCollection_1_System_Collections_IEnumerable_GetEnumerator, (X509CertificateCollection_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACA570, int32_t, X509CertificateCollection_1_GetHashCode, (X509CertificateCollection_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x019429F0, int32_t, X509CertificateCollection_1_IndexOf, (X509CertificateCollection_1 * __this, X509Certificate_1 * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A218, X509CertificateCollection_1_IndexOf__MethodInfo); DO_APP_FUNC(0x0193F020, bool, X509CertificateCollection_1_Compare, (X509CertificateCollection_1 * __this, Byte__Array * array1, Byte__Array * array2, MethodInfo * method)); DO_APP_FUNC(0x01942BC0, void, X509CertificateCollection_X509CertificateEnumerator_1__ctor, (X509CertificateCollection_X509CertificateEnumerator_1 * __this, X509CertificateCollection_1 * mappings, MethodInfo * method)); DO_APP_FUNC(0x01942C70, X509Certificate_1 *, X509CertificateCollection_X509CertificateEnumerator_1_get_Current, (X509CertificateCollection_X509CertificateEnumerator_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01942D10, Object *, X509CertificateCollection_X509CertificateEnumerator_1_System_Collections_IEnumerator_get_Current, (X509CertificateCollection_X509CertificateEnumerator_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01942D60, bool, X509CertificateCollection_X509CertificateEnumerator_1_System_Collections_IEnumerator_MoveNext, (X509CertificateCollection_X509CertificateEnumerator_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01942DB0, void, X509CertificateCollection_X509CertificateEnumerator_1_System_Collections_IEnumerator_Reset, (X509CertificateCollection_X509CertificateEnumerator_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01942E00, bool, X509CertificateCollection_X509CertificateEnumerator_1_MoveNext, (X509CertificateCollection_X509CertificateEnumerator_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01942E50, void, X509Chain_1__ctor, (X509Chain_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01942F00, X509CertificateCollection_1 *, X509Chain_1_get_TrustAnchors, (X509Chain_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01943090, void, X509Chain_1_LoadCertificates, (X509Chain_1 * __this, X509CertificateCollection_1 * collection, MethodInfo * method)); DO_APP_FUNC(0x019430B0, bool, X509Chain_1_Build, (X509Chain_1 * __this, X509Certificate_1 * leaf, MethodInfo * method)); DO_APP_FUNC(0x019435B0, void, X509Chain_1_Reset, (X509Chain_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x019436C0, bool, X509Chain_1_IsValid, (X509Chain_1 * __this, X509Certificate_1 * cert, MethodInfo * method)); DO_APP_FUNC(0x01943830, X509Certificate_1 *, X509Chain_1_FindCertificateParent, (X509Chain_1 * __this, X509Certificate_1 * child, MethodInfo * method)); DO_APP_FUNC(0x019439E0, X509Certificate_1 *, X509Chain_1_FindCertificateRoot, (X509Chain_1 * __this, X509Certificate_1 * potentialRoot, MethodInfo * method)); DO_APP_FUNC(0x01943C30, bool, X509Chain_1_IsTrusted, (X509Chain_1 * __this, X509Certificate_1 * potentialTrusted, MethodInfo * method)); DO_APP_FUNC(0x01943C70, bool, X509Chain_1_IsParent, (X509Chain_1 * __this, X509Certificate_1 * child, X509Certificate_1 * parent, MethodInfo * method)); DO_APP_FUNC(0x01943E30, void, X509Extension_1__ctor, (X509Extension_1 * __this, ASN1_1 * asn1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A1A0, X509Extension_1__ctor__MethodInfo); DO_APP_FUNC(0x01944170, void, X509Extension_1__ctor_1, (X509Extension_1 * __this, X509Extension_1 * extension, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A1B0, X509Extension_1__ctor_1__MethodInfo); DO_APP_FUNC(0x003AC050, void, X509Extension_1_Decode, (X509Extension_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, X509Extension_1_Encode, (X509Extension_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, X509Extension_1_get_Oid, (X509Extension_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, X509Extension_1_get_Critical, (X509Extension_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01944300, ASN1_1 *, X509Extension_1_get_Value, (X509Extension_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01944340, bool, X509Extension_1_Equals, (X509Extension_1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00ACA570, int32_t, X509Extension_1_GetHashCode, (X509Extension_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x019444D0, void, X509Extension_1_WriteLine, (X509Extension_1 * __this, StringBuilder * sb, int32_t n, int32_t pos, MethodInfo * method)); DO_APP_FUNC(0x01944710, String *, X509Extension_1_ToString, (X509Extension_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01942690, void, X509ExtensionCollection_1__ctor, (X509ExtensionCollection_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01944830, void, X509ExtensionCollection_1__ctor_1, (X509ExtensionCollection_1 * __this, ASN1_1 * asn1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A1D0, X509ExtensionCollection_1__ctor_1__MethodInfo); DO_APP_FUNC(0x01944990, int32_t, X509ExtensionCollection_1_IndexOf, (X509ExtensionCollection_1 * __this, String * oid, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A188, X509ExtensionCollection_1_IndexOf__MethodInfo); DO_APP_FUNC(0x019429C0, IEnumerator *, X509ExtensionCollection_1_System_Collections_IEnumerable_GetEnumerator, (X509ExtensionCollection_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01944B30, X509Extension_1 *, X509ExtensionCollection_1_get_Item, (X509ExtensionCollection_1 * __this, String * oid, MethodInfo * method)); DO_APP_FUNC(0x01944BF0, void, X509Store_1__ctor, (X509Store_1 * __this, String * path, bool crl, bool newFormat, MethodInfo * method)); DO_APP_FUNC(0x01944C60, X509CertificateCollection_1 *, X509Store_1_get_Certificates, (X509Store_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01944CE0, ArrayList *, X509Store_1_get_Crls, (X509Store_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01944E20, void, X509Store_1_ClearCertificates, (X509Store_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01944EE0, void, X509Store_1_Import, (X509Store_1 * __this, X509Certificate_1 * certificate, MethodInfo * method)); DO_APP_FUNC(0x01945330, void, X509Store_1_Remove, (X509Store_1 * __this, X509Certificate_1 * certificate, MethodInfo * method)); DO_APP_FUNC(0x01945480, void, X509Store_1_ImportNewFormat, (X509Store_1 * __this, X509Certificate_1 * certificate, MethodInfo * method)); DO_APP_FUNC(0x01945720, void, X509Store_1_RemoveNewFormat, (X509Store_1 * __this, X509Certificate_1 * certificate, MethodInfo * method)); DO_APP_FUNC(0x01945930, String *, X509Store_1_GetUniqueNameWithSerial, (X509Store_1 * __this, X509Certificate_1 * certificate, MethodInfo * method)); DO_APP_FUNC(0x01945980, String *, X509Store_1_GetUniqueName, (X509Store_1 * __this, X509Certificate_1 * certificate, Byte__Array * serial, MethodInfo * method)); DO_APP_FUNC(0x01945B90, Byte__Array *, X509Store_1_GetUniqueName_1, (X509Store_1 * __this, X509ExtensionCollection_1 * extensions, Byte__Array * serial, MethodInfo * method)); DO_APP_FUNC(0x01945D00, String *, X509Store_1_GetUniqueName_2, (X509Store_1 * __this, String * method_1, Byte__Array * name, String * fileExtension, MethodInfo * method)); DO_APP_FUNC(0x01945F80, Byte__Array *, X509Store_1_Load, (X509Store_1 * __this, String * filename, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A140, X509Store_1_Load__MethodInfo); DO_APP_FUNC(0x019460F0, X509Certificate_1 *, X509Store_1_LoadCertificate, (X509Store_1 * __this, String * filename, MethodInfo * method)); DO_APP_FUNC(0x01946170, X509Crl *, X509Store_1_LoadCrl, (X509Store_1 * __this, String * filename, MethodInfo * method)); DO_APP_FUNC(0x01946320, bool, X509Store_1_CheckStore, (X509Store_1 * __this, String * path, bool throwException, MethodInfo * method)); DO_APP_FUNC(0x01946380, X509CertificateCollection_1 *, X509Store_1_BuildCertificatesCollection, (X509Store_1 * __this, String * storeName, MethodInfo * method)); DO_APP_FUNC(0x01946570, ArrayList *, X509Store_1_BuildCrlsCollection, (X509Store_1 * __this, String * storeName, MethodInfo * method)); DO_APP_FUNC(0x019466D0, String *, X509StoreManager_get_CurrentUserPath, (MethodInfo * method)); DO_APP_FUNC(0x01946890, String *, X509StoreManager_get_LocalMachinePath, (MethodInfo * method)); DO_APP_FUNC(0x01946A60, String *, X509StoreManager_get_NewCurrentUserPath, (MethodInfo * method)); DO_APP_FUNC(0x01946C30, String *, X509StoreManager_get_NewLocalMachinePath, (MethodInfo * method)); DO_APP_FUNC(0x01946E00, X509Stores *, X509StoreManager_get_CurrentUser, (MethodInfo * method)); DO_APP_FUNC(0x01947100, X509Stores *, X509StoreManager_get_LocalMachine, (MethodInfo * method)); DO_APP_FUNC(0x01947410, X509CertificateCollection_1 *, X509StoreManager_get_TrustedRootCertificates, (MethodInfo * method)); DO_APP_FUNC(0x003BACC0, void, X509Stores__ctor, (X509Stores * __this, String * path, bool newFormat, MethodInfo * method)); DO_APP_FUNC(0x019474D0, X509Store_1 *, X509Stores_get_TrustedRoot, (X509Stores * __this, MethodInfo * method)); DO_APP_FUNC(0x01947660, X509Store_1 *, X509Stores_Open, (X509Stores * __this, String * storeName, bool create, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A108, X509Stores_Open__MethodInfo); DO_APP_FUNC(0x019477E0, void, X520_AttributeTypeAndValue__ctor, (X520_AttributeTypeAndValue * __this, String * oid, int32_t upperBound, MethodInfo * method)); DO_APP_FUNC(0x01947850, void, X520_AttributeTypeAndValue__ctor_1, (X520_AttributeTypeAndValue * __this, String * oid, int32_t upperBound, uint8_t encoding, MethodInfo * method)); DO_APP_FUNC(0x019478C0, void, X520_AttributeTypeAndValue_set_Value, (X520_AttributeTypeAndValue * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A0C0, X520_AttributeTypeAndValue_set_Value__MethodInfo); DO_APP_FUNC(0x019479D0, ASN1_1 *, X520_AttributeTypeAndValue_GetASN1, (X520_AttributeTypeAndValue * __this, uint8_t encoding, MethodInfo * method)); DO_APP_FUNC(0x01947CF0, ASN1_1 *, X520_AttributeTypeAndValue_GetASN1_1, (X520_AttributeTypeAndValue * __this, MethodInfo * method)); DO_APP_FUNC(0x01947D00, uint8_t, X520_AttributeTypeAndValue_SelectBestEncoding, (X520_AttributeTypeAndValue * __this, MethodInfo * method)); DO_APP_FUNC(0x01947D70, void, X520_CommonName__ctor, (X520_CommonName * __this, MethodInfo * method)); DO_APP_FUNC(0x01947E10, void, X520_SerialNumber__ctor, (X520_SerialNumber * __this, MethodInfo * method)); DO_APP_FUNC(0x01947EB0, void, X520_LocalityName__ctor, (X520_LocalityName * __this, MethodInfo * method)); DO_APP_FUNC(0x01947F50, void, X520_StateOrProvinceName__ctor, (X520_StateOrProvinceName * __this, MethodInfo * method)); DO_APP_FUNC(0x01947FF0, void, X520_OrganizationName__ctor, (X520_OrganizationName * __this, MethodInfo * method)); DO_APP_FUNC(0x01948090, void, X520_OrganizationalUnitName__ctor, (X520_OrganizationalUnitName * __this, MethodInfo * method)); DO_APP_FUNC(0x01948130, void, X520_EmailAddress__ctor, (X520_EmailAddress * __this, MethodInfo * method)); DO_APP_FUNC(0x019481D0, void, X520_DomainComponent__ctor, (X520_DomainComponent * __this, MethodInfo * method)); DO_APP_FUNC(0x01948270, void, X520_UserId__ctor, (X520_UserId * __this, MethodInfo * method)); DO_APP_FUNC(0x01948310, void, X520_Oid__ctor, (X520_Oid * __this, String * oid, MethodInfo * method)); DO_APP_FUNC(0x01948380, void, X520_Title__ctor, (X520_Title * __this, MethodInfo * method)); DO_APP_FUNC(0x01948420, void, X520_CountryName__ctor, (X520_CountryName * __this, MethodInfo * method)); DO_APP_FUNC(0x019484C0, void, X520_DnQualifier__ctor, (X520_DnQualifier * __this, MethodInfo * method)); DO_APP_FUNC(0x01948560, void, X520_Surname__ctor, (X520_Surname * __this, MethodInfo * method)); DO_APP_FUNC(0x01948600, void, X520_GivenName__ctor, (X520_GivenName * __this, MethodInfo * method)); DO_APP_FUNC(0x019486A0, void, X520_Initial__ctor, (X520_Initial * __this, MethodInfo * method)); DO_APP_FUNC(0x01948740, void, AuthorityKeyIdentifierExtension__ctor, (AuthorityKeyIdentifierExtension * __this, X509Extension_1 * extension, MethodInfo * method)); DO_APP_FUNC(0x01948750, void, AuthorityKeyIdentifierExtension_Decode, (AuthorityKeyIdentifierExtension * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A048, AuthorityKeyIdentifierExtension_Decode__MethodInfo); DO_APP_FUNC(0x019488A0, void, AuthorityKeyIdentifierExtension_Encode, (AuthorityKeyIdentifierExtension * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A050, AuthorityKeyIdentifierExtension_Encode__MethodInfo); DO_APP_FUNC(0x01948B20, Byte__Array *, AuthorityKeyIdentifierExtension_get_Identifier, (AuthorityKeyIdentifierExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x01948BA0, String *, AuthorityKeyIdentifierExtension_ToString, (AuthorityKeyIdentifierExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x01948740, void, BasicConstraintsExtension__ctor, (BasicConstraintsExtension * __this, X509Extension_1 * extension, MethodInfo * method)); DO_APP_FUNC(0x01948E60, void, BasicConstraintsExtension_Decode, (BasicConstraintsExtension * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A010, BasicConstraintsExtension_Decode__MethodInfo); DO_APP_FUNC(0x01948FB0, void, BasicConstraintsExtension_Encode, (BasicConstraintsExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, BasicConstraintsExtension_get_CertificateAuthority, (BasicConstraintsExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x01949230, String *, BasicConstraintsExtension_ToString, (BasicConstraintsExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x019493D0, void, GeneralNames__ctor, (GeneralNames * __this, ASN1_1 * sequence, MethodInfo * method)); DO_APP_FUNC(0x019498D0, String__Array *, GeneralNames_get_DNSNames, (GeneralNames * __this, MethodInfo * method)); DO_APP_FUNC(0x019499C0, String__Array *, GeneralNames_get_IPAddresses, (GeneralNames * __this, MethodInfo * method)); DO_APP_FUNC(0x01949AB0, String *, GeneralNames_ToString, (GeneralNames * __this, MethodInfo * method)); DO_APP_FUNC(0x01948740, void, SubjectAltNameExtension__ctor, (SubjectAltNameExtension * __this, X509Extension_1 * extension, MethodInfo * method)); DO_APP_FUNC(0x0194A720, void, SubjectAltNameExtension_Decode, (SubjectAltNameExtension * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A008, SubjectAltNameExtension_Decode__MethodInfo); DO_APP_FUNC(0x0194A890, String__Array *, SubjectAltNameExtension_get_DNSNames, (SubjectAltNameExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0194A990, String__Array *, SubjectAltNameExtension_get_IPAddresses, (SubjectAltNameExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0194AA90, String *, SubjectAltNameExtension_ToString, (SubjectAltNameExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x01948740, void, SubjectKeyIdentifierExtension__ctor, (SubjectKeyIdentifierExtension * __this, X509Extension_1 * extension, MethodInfo * method)); DO_APP_FUNC(0x0194AB80, void, SubjectKeyIdentifierExtension_Decode, (SubjectKeyIdentifierExtension * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B988, SubjectKeyIdentifierExtension_Decode__MethodInfo); DO_APP_FUNC(0x0194ACC0, void, SubjectKeyIdentifierExtension_Encode, (SubjectKeyIdentifierExtension * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B990, SubjectKeyIdentifierExtension_Encode__MethodInfo); DO_APP_FUNC(0x0194AEC0, Byte__Array *, SubjectKeyIdentifierExtension_get_Identifier, (SubjectKeyIdentifierExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0194AF40, String *, SubjectKeyIdentifierExtension_ToString, (SubjectKeyIdentifierExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x0194B1E0, void, ChallengeResponse__ctor, (ChallengeResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x0194B2F0, void, ChallengeResponse__ctor_1, (ChallengeResponse * __this, String * password, Byte__Array * challenge, MethodInfo * method)); DO_APP_FUNC(0x0194B450, void, ChallengeResponse_Finalize, (ChallengeResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x0194B550, void, ChallengeResponse_set_Password, (ChallengeResponse * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B978, ChallengeResponse_set_Password__MethodInfo); DO_APP_FUNC(0x0194BE40, void, ChallengeResponse_set_Challenge, (ChallengeResponse * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B938, ChallengeResponse_set_Challenge__MethodInfo); DO_APP_FUNC(0x0194BFF0, Byte__Array *, ChallengeResponse_get_LM, (ChallengeResponse * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B940, ChallengeResponse_get_LM__MethodInfo); DO_APP_FUNC(0x0194C070, Byte__Array *, ChallengeResponse_get_NT, (ChallengeResponse * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B948, ChallengeResponse_get_NT__MethodInfo); DO_APP_FUNC(0x0194C0F0, void, ChallengeResponse_Dispose, (ChallengeResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x0194C1B0, void, ChallengeResponse_Dispose_1, (ChallengeResponse * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x0194C230, Byte__Array *, ChallengeResponse_GetResponse, (ChallengeResponse * __this, Byte__Array * pwd, MethodInfo * method)); DO_APP_FUNC(0x0194C4A0, Byte__Array *, ChallengeResponse_PrepareDESKey, (ChallengeResponse * __this, Byte__Array * key56bits, int32_t position, MethodInfo * method)); DO_APP_FUNC(0x0194C6A0, Byte__Array *, ChallengeResponse_PasswordToKey, (ChallengeResponse * __this, String * password, int32_t position, MethodInfo * method)); DO_APP_FUNC(0x0194C8C0, void, ChallengeResponse__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0194CA60, Byte__Array *, ChallengeResponse2_Compute_LM, (String * password, Byte__Array * challenge, MethodInfo * method)); DO_APP_FUNC(0x0194D020, Byte__Array *, ChallengeResponse2_Compute_NTLM_Password, (String * password, MethodInfo * method)); DO_APP_FUNC(0x0194D360, Byte__Array *, ChallengeResponse2_Compute_NTLM, (String * password, Byte__Array * challenge, MethodInfo * method)); DO_APP_FUNC(0x0194D3D0, void, ChallengeResponse2_Compute_NTLMv2_Session, (String * password, Byte__Array * challenge, Byte__Array * * lm, Byte__Array * * ntlm, MethodInfo * method)); DO_APP_FUNC(0x0194D8A0, Byte__Array *, ChallengeResponse2_Compute_NTLMv2, (Type2Message * type2, String * username, String * password, String * domain, MethodInfo * method)); DO_APP_FUNC(0x0194E110, void, ChallengeResponse2_Compute, (Type2Message * type2, NtlmAuthLevel__Enum level, String * username, String * password, String * domain, Byte__Array * * lm, Byte__Array * * ntlm, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B8F8, ChallengeResponse2_Compute__MethodInfo); DO_APP_FUNC(0x0194E470, Byte__Array *, ChallengeResponse2_GetResponse, (Byte__Array * challenge, Byte__Array * pwd, MethodInfo * method)); DO_APP_FUNC(0x0194E6F0, Byte__Array *, ChallengeResponse2_PrepareDESKey, (Byte__Array * key56bits, int32_t position, MethodInfo * method)); DO_APP_FUNC(0x0194E8F0, Byte__Array *, ChallengeResponse2_PasswordToKey, (String * password, int32_t position, MethodInfo * method)); DO_APP_FUNC(0x0194EB30, void, ChallengeResponse2__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, MessageBase__ctor, (MessageBase * __this, int32_t messageType, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, NtlmFlags__Enum, MessageBase_get_Flags, (MessageBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, MessageBase_set_Flags, (MessageBase * __this, NtlmFlags__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, MessageBase_get_Type, (MessageBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0194ECD0, Byte__Array *, MessageBase_PrepareMessage, (MessageBase * __this, int32_t messageSize, MethodInfo * method)); DO_APP_FUNC(0x0194EEF0, void, MessageBase_Decode, (MessageBase * __this, Byte__Array * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B908, MessageBase_Decode__MethodInfo); DO_APP_FUNC(0x0194F1A0, bool, MessageBase_CheckHeader, (MessageBase * __this, Byte__Array * message, MethodInfo * method)); DO_APP_FUNC(0x0194F2C0, void, MessageBase__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0194F3A0, NtlmAuthLevel__Enum, NtlmSettings_get_DefaultAuthLevel, (MethodInfo * method)); DO_APP_FUNC(0x0194F400, void, NtlmSettings__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0194F440, void, Type1Message__ctor, (Type1Message * __this, MethodInfo * method)); DO_APP_FUNC(0x0194F550, void, Type1Message_set_Domain, (Type1Message * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0194F650, void, Type1Message_set_Host, (Type1Message * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0194F750, void, Type1Message_Decode, (Type1Message * __this, Byte__Array * message, MethodInfo * method)); DO_APP_FUNC(0x0194F910, Byte__Array *, Type1Message_GetBytes, (Type1Message * __this, MethodInfo * method)); DO_APP_FUNC(0x0194FD70, void, Type2Message__ctor, (Type2Message * __this, Byte__Array * message, MethodInfo * method)); DO_APP_FUNC(0x0194FE60, void, Type2Message_Finalize, (Type2Message * __this, MethodInfo * method)); DO_APP_FUNC(0x0194FEC0, Byte__Array *, Type2Message_get_Nonce, (Type2Message * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, Type2Message_get_TargetName, (Type2Message * __this, MethodInfo * method)); DO_APP_FUNC(0x0194FF40, Byte__Array *, Type2Message_get_TargetInfo, (Type2Message * __this, MethodInfo * method)); DO_APP_FUNC(0x0194FFC0, void, Type2Message_Decode, (Type2Message * __this, Byte__Array * message, MethodInfo * method)); DO_APP_FUNC(0x019503A0, Byte__Array *, Type2Message_GetBytes, (Type2Message * __this, MethodInfo * method)); DO_APP_FUNC(0x01950470, void, Type3Message__ctor, (Type3Message * __this, Type2Message * type2, MethodInfo * method)); DO_APP_FUNC(0x01950880, void, Type3Message_Finalize, (Type3Message * __this, MethodInfo * method)); DO_APP_FUNC(0x01950920, void, Type3Message_set_Domain, (Type3Message * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, Type3Message_set_Password, (Type3Message * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, Type3Message_set_Username, (Type3Message * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01950A20, void, Type3Message_Decode, (Type3Message * __this, Byte__Array * message, MethodInfo * method)); DO_APP_FUNC(0x01950E70, String *, Type3Message_DecodeString, (Type3Message * __this, Byte__Array * buffer, int32_t offset, int32_t len, MethodInfo * method)); DO_APP_FUNC(0x01950EE0, Byte__Array *, Type3Message_EncodeString, (Type3Message * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x01950F80, Byte__Array *, Type3Message_GetBytes, (Type3Message * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B8C8, Type3Message_GetBytes__MethodInfo); DO_APP_FUNC(0x003BAD20, AlertLevel__Enum, Alert_get_Level, (Alert * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A30, AlertDescription__Enum, Alert_get_Description, (Alert * __this, MethodInfo * method)); DO_APP_FUNC(0x01951920, void, Alert__ctor, (Alert * __this, AlertDescription__Enum description, MethodInfo * method)); DO_APP_FUNC(0x019519A0, void, Alert_inferAlertLevel, (Alert * __this, MethodInfo * method)); DO_APP_FUNC(0x01951A20, String *, Alert_ToString, (Alert * __this, MethodInfo * method)); DO_APP_FUNC(0x01951B00, void, ValidationResult__ctor, (ValidationResult * __this, bool trusted, bool user_denied, int32_t error_code, Nullable_1_Mono_Security_Interface_MonoSslPolicyErrors_ policy_errors, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, ValidationResult_get_Trusted, (ValidationResult * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A30, bool, ValidationResult_get_UserDenied, (ValidationResult * __this, MethodInfo * method)); DO_APP_FUNC(0x01951B20, void, MonoServerCertificateSelectionCallback__ctor, (MonoServerCertificateSelectionCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, X509Certificate *, MonoServerCertificateSelectionCallback_Invoke, (MonoServerCertificateSelectionCallback * __this, Object * sender, String * hostName, MethodInfo * method)); DO_APP_FUNC(0x009CDDA0, CipherSuiteCode__Enum, MonoTlsConnectionInfo_get_CipherSuiteCode, (MonoTlsConnectionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01951CE0, void, MonoTlsConnectionInfo_set_CipherSuiteCode, (MonoTlsConnectionInfo * __this, CipherSuiteCode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, TlsProtocols__Enum, MonoTlsConnectionInfo_get_ProtocolVersion, (MonoTlsConnectionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, MonoTlsConnectionInfo_set_ProtocolVersion, (MonoTlsConnectionInfo * __this, TlsProtocols__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, CipherAlgorithmType__Enum_1, MonoTlsConnectionInfo_get_CipherAlgorithmType, (MonoTlsConnectionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, HashAlgorithmType__Enum_1, MonoTlsConnectionInfo_get_HashAlgorithmType, (MonoTlsConnectionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, ExchangeAlgorithmType__Enum_1, MonoTlsConnectionInfo_get_ExchangeAlgorithmType, (MonoTlsConnectionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, MonoTlsConnectionInfo_set_PeerDomainName, (MonoTlsConnectionInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01951CF0, String *, MonoTlsConnectionInfo_ToString, (MonoTlsConnectionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MonoTlsConnectionInfo__ctor, (MonoTlsConnectionInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01951DD0, void, MonoRemoteCertificateValidationCallback__ctor, (MonoRemoteCertificateValidationCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE800, bool, MonoRemoteCertificateValidationCallback_Invoke, (MonoRemoteCertificateValidationCallback * __this, String * targetHost, X509Certificate * certificate, X509Chain * chain, MonoSslPolicyErrors__Enum sslPolicyErrors, MethodInfo * method)); DO_APP_FUNC(0x01951F10, void, MonoLocalCertificateSelectionCallback__ctor, (MonoLocalCertificateSelectionCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE800, X509Certificate *, MonoLocalCertificateSelectionCallback_Invoke, (MonoLocalCertificateSelectionCallback * __this, String * targetHost, X509CertificateCollection * localCertificates, X509Certificate * remoteCertificate, String__Array * acceptableIssuers, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MonoTlsProvider__ctor, (MonoTlsProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, MonoTlsProvider_get_HasNativeCertificates, (MonoTlsProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x01952050, MonoTlsProvider *, MonoTlsProviderFactory_1_GetProvider, (MethodInfo * method)); DO_APP_FUNC(0x003B93C0, MonoRemoteCertificateValidationCallback *, MonoTlsSettings_get_RemoteCertificateValidationCallback, (MonoTlsSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, MonoTlsSettings_set_RemoteCertificateValidationCallback, (MonoTlsSettings * __this, MonoRemoteCertificateValidationCallback * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, MonoLocalCertificateSelectionCallback *, MonoTlsSettings_get_ClientCertificateSelectionCallback, (MonoTlsSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, MonoTlsSettings_set_ClientCertificateSelectionCallback, (MonoTlsSettings * __this, MonoLocalCertificateSelectionCallback * value, MethodInfo * method)); DO_APP_FUNC(0x01952130, Nullable_1_Boolean_, MonoTlsSettings_get_UseServicePointManagerCallback, (MonoTlsSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01952140, void, MonoTlsSettings_set_UseServicePointManagerCallback, (MonoTlsSettings * __this, Nullable_1_Boolean_ value, MethodInfo * method)); DO_APP_FUNC(0x00A7D210, bool, MonoTlsSettings_get_SkipSystemValidators, (MonoTlsSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01952150, bool, MonoTlsSettings_get_CallbackNeedsCertificateChain, (MonoTlsSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01097D80, Nullable_1_DateTime_, MonoTlsSettings_get_CertificateValidationTime, (MonoTlsSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01952160, void, MonoTlsSettings_set_CertificateValidationTime, (MonoTlsSettings * __this, Nullable_1_DateTime_ value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, X509CertificateCollection *, MonoTlsSettings_get_TrustAnchors, (MonoTlsSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, MonoTlsSettings_set_TrustAnchors, (MonoTlsSettings * __this, X509CertificateCollection * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Object *, MonoTlsSettings_get_UserSettings, (MonoTlsSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, MonoTlsSettings_set_UserSettings, (MonoTlsSettings * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, String__Array *, MonoTlsSettings_get_CertificateSearchPaths, (MonoTlsSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, MonoTlsSettings_set_CertificateSearchPaths, (MonoTlsSettings * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC(0x00434A10, bool, MonoTlsSettings_get_SendCloseNotify, (MonoTlsSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x005391A0, void, MonoTlsSettings_set_SendCloseNotify, (MonoTlsSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String__Array *, MonoTlsSettings_get_ClientCertificateIssuers, (MonoTlsSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, MonoTlsSettings_set_ClientCertificateIssuers, (MonoTlsSettings * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC(0x00531160, bool, MonoTlsSettings_get_DisallowUnauthenticatedCertificateRequest, (MonoTlsSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00531170, void, MonoTlsSettings_set_DisallowUnauthenticatedCertificateRequest, (MonoTlsSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01952170, Nullable_1_Mono_Security_Interface_TlsProtocols_, MonoTlsSettings_get_EnabledProtocols, (MonoTlsSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01952180, void, MonoTlsSettings_set_EnabledProtocols, (MonoTlsSettings * __this, Nullable_1_Mono_Security_Interface_TlsProtocols_ value, MethodInfo * method)); DO_APP_FUNC(0x003C7000, CipherSuiteCode__Enum__Array *, MonoTlsSettings_get_EnabledCiphers, (MonoTlsSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, MonoTlsSettings_set_EnabledCiphers, (MonoTlsSettings * __this, CipherSuiteCode__Enum__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01952190, void, MonoTlsSettings__ctor, (MonoTlsSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x019521A0, MonoTlsSettings *, MonoTlsSettings_get_DefaultSettings, (MethodInfo * method)); DO_APP_FUNC(0x01952260, MonoTlsSettings *, MonoTlsSettings_CopyDefaultSettings, (MethodInfo * method)); DO_APP_FUNC(0x003C7020, ICertificateValidator *, MonoTlsSettings_get_CertificateValidator, (MonoTlsSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x019522D0, MonoTlsSettings *, MonoTlsSettings_CloneWithValidator, (MonoTlsSettings * __this, ICertificateValidator * validator, MethodInfo * method)); DO_APP_FUNC(0x01952410, MonoTlsSettings *, MonoTlsSettings_Clone, (MonoTlsSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01952480, void, MonoTlsSettings__ctor_1, (MonoTlsSettings * __this, MonoTlsSettings * other, MethodInfo * method)); DO_APP_FUNC(0x01952810, void, TlsException__ctor, (TlsException * __this, Alert * alert, MethodInfo * method)); DO_APP_FUNC(0x01952890, void, TlsException__ctor_1, (TlsException * __this, Alert * alert, String * message, MethodInfo * method)); DO_APP_FUNC(0x01952960, void, TlsException__ctor_2, (TlsException * __this, AlertDescription__Enum description, MethodInfo * method)); DO_APP_FUNC(0x01952A30, void, TlsException__ctor_3, (TlsException * __this, AlertDescription__Enum description, String * message, MethodInfo * method)); DO_APP_FUNC(0x01952AC0, void, ARC4Managed__ctor, (ARC4Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x01952CB0, void, ARC4Managed_Finalize, (ARC4Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x01952D00, void, ARC4Managed_Dispose, (ARC4Managed * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01952E60, Byte__Array *, ARC4Managed_get_Key, (ARC4Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x01952F00, void, ARC4Managed_set_Key, (ARC4Managed * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B830, ARC4Managed_set_Key__MethodInfo); DO_APP_FUNC(0x00418D40, bool, ARC4Managed_get_CanReuseTransform, (ARC4Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x01953190, ICryptoTransform *, ARC4Managed_CreateEncryptor, (ARC4Managed * __this, Byte__Array * rgbKey, Byte__Array * rgvIV, MethodInfo * method)); DO_APP_FUNC(0x019531C0, ICryptoTransform *, ARC4Managed_CreateDecryptor, (ARC4Managed * __this, Byte__Array * rgbKey, Byte__Array * rgvIV, MethodInfo * method)); DO_APP_FUNC(0x01953200, void, ARC4Managed_GenerateIV, (ARC4Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x01953260, void, ARC4Managed_GenerateKey, (ARC4Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ARC4Managed_get_CanTransformMultipleBlocks, (ARC4Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, ARC4Managed_get_InputBlockSize, (ARC4Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, ARC4Managed_get_OutputBlockSize, (ARC4Managed * __this, MethodInfo * method)); DO_APP_FUNC(0x01953440, void, ARC4Managed_KeySetup, (ARC4Managed * __this, Byte__Array * key, MethodInfo * method)); DO_APP_FUNC(0x01953550, void, ARC4Managed_CheckInput, (ARC4Managed * __this, Byte__Array * inputBuffer, int32_t inputOffset, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B840, ARC4Managed_CheckInput__MethodInfo); DO_APP_FUNC(0x01953710, int32_t, ARC4Managed_TransformBlock, (ARC4Managed * __this, Byte__Array * inputBuffer, int32_t inputOffset, int32_t inputCount, Byte__Array * outputBuffer, int32_t outputOffset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B870, ARC4Managed_TransformBlock__MethodInfo); DO_APP_FUNC(0x019538C0, int32_t, ARC4Managed_InternalTransformBlock, (ARC4Managed * __this, Byte__Array * inputBuffer, int32_t inputOffset, int32_t inputCount, Byte__Array * outputBuffer, int32_t outputOffset, MethodInfo * method)); DO_APP_FUNC(0x01953A30, Byte__Array *, ARC4Managed_TransformFinalBlock, (ARC4Managed * __this, Byte__Array * inputBuffer, int32_t inputOffset, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC(0x01953AF0, int32_t, CryptoConvert_ToInt32LE, (Byte__Array * bytes, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x01953AF0, uint32_t, CryptoConvert_ToUInt32LE, (Byte__Array * bytes, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x01953B70, Byte__Array *, CryptoConvert_Trim, (Byte__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01953C40, RSA *, CryptoConvert_FromCapiPrivateKeyBlob, (Byte__Array * blob, MethodInfo * method)); DO_APP_FUNC(0x01953C50, RSA *, CryptoConvert_FromCapiPrivateKeyBlob_1, (Byte__Array * blob, int32_t offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B808, CryptoConvert_FromCapiPrivateKeyBlob_1__MethodInfo); DO_APP_FUNC(0x01953E60, RSAParameters, CryptoConvert_GetParametersFromCapiPrivateKeyBlob, (Byte__Array * blob, int32_t offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B818, CryptoConvert_GetParametersFromCapiPrivateKeyBlob__MethodInfo); DO_APP_FUNC(0x01954AF0, String *, CryptoConvert_ToHex, (Byte__Array * input, MethodInfo * method)); DO_APP_FUNC(0x01954D40, uint8_t, CryptoConvert_FromHexChar, (uint16_t c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B7E0, CryptoConvert_FromHexChar__MethodInfo); DO_APP_FUNC(0x01954DE0, Byte__Array *, CryptoConvert_FromHex, (String * hex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B7F0, CryptoConvert_FromHex__MethodInfo); DO_APP_FUNC(0x01954F70, RandomNumberGenerator *, KeyBuilder_1_get_Rng, (MethodInfo * method)); DO_APP_FUNC(0x01955080, Byte__Array *, KeyBuilder_1_Key, (int32_t size, MethodInfo * method)); DO_APP_FUNC(0x019551E0, void, MD2_1__ctor, (MD2_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x019551F0, MD2_1 *, MD2_1_Create, (MethodInfo * method)); DO_APP_FUNC(0x01955250, Byte__Array *, MD2Managed_1_Padding, (MD2Managed_1 * __this, int32_t nLength, MethodInfo * method)); DO_APP_FUNC(0x019552D0, void, MD2Managed_1__ctor, (MD2Managed_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x019554B0, void, MD2Managed_1_Initialize, (MD2Managed_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01955510, void, MD2Managed_1_HashCore, (MD2Managed_1 * __this, Byte__Array * array, int32_t ibStart, int32_t cbSize, MethodInfo * method)); DO_APP_FUNC(0x01955610, Byte__Array *, MD2Managed_1_HashFinal, (MD2Managed_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01955760, void, MD2Managed_1_MD2Transform, (MD2Managed_1 * __this, Byte__Array * state, Byte__Array * checksum, Byte__Array * block, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01955C40, void, MD2Managed_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x019551E0, void, MD4_1__ctor, (MD4_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01955D20, MD4_1 *, MD4_1_Create, (MethodInfo * method)); DO_APP_FUNC(0x01955D80, void, MD4Managed_1__ctor, (MD4Managed_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01955FD0, void, MD4Managed_1_Initialize, (MD4Managed_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x019560A0, void, MD4Managed_1_HashCore, (MD4Managed_1 * __this, Byte__Array * array, int32_t ibStart, int32_t cbSize, MethodInfo * method)); DO_APP_FUNC(0x01956230, Byte__Array *, MD4Managed_1_HashFinal, (MD4Managed_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01956520, Byte__Array *, MD4Managed_1_Padding, (MD4Managed_1 * __this, int32_t nLength, MethodInfo * method)); DO_APP_FUNC(0x01956590, uint32_t, MD4Managed_1_F, (MD4Managed_1 * __this, uint32_t x, uint32_t y, uint32_t z, MethodInfo * method)); DO_APP_FUNC(0x019565A0, uint32_t, MD4Managed_1_G, (MD4Managed_1 * __this, uint32_t x, uint32_t y, uint32_t z, MethodInfo * method)); DO_APP_FUNC(0x019565B0, uint32_t, MD4Managed_1_H, (MD4Managed_1 * __this, uint32_t x, uint32_t y, uint32_t z, MethodInfo * method)); DO_APP_FUNC(0x019565C0, uint32_t, MD4Managed_1_ROL, (MD4Managed_1 * __this, uint32_t x, uint8_t n, MethodInfo * method)); DO_APP_FUNC(0x019565E0, void, MD4Managed_1_FF, (MD4Managed_1 * __this, uint32_t * a, uint32_t b, uint32_t c, uint32_t d, uint32_t x, uint8_t s, MethodInfo * method)); DO_APP_FUNC(0x01956620, void, MD4Managed_1_GG, (MD4Managed_1 * __this, uint32_t * a, uint32_t b, uint32_t c, uint32_t d, uint32_t x, uint8_t s, MethodInfo * method)); DO_APP_FUNC(0x01956670, void, MD4Managed_1_HH, (MD4Managed_1 * __this, uint32_t * a, uint32_t b, uint32_t c, uint32_t d, uint32_t x, uint8_t s, MethodInfo * method)); DO_APP_FUNC(0x019566B0, void, MD4Managed_1_Encode, (MD4Managed_1 * __this, Byte__Array * output, UInt32__Array * input, MethodInfo * method)); DO_APP_FUNC(0x01956780, void, MD4Managed_1_Decode, (MD4Managed_1 * __this, UInt32__Array * output, Byte__Array * input, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01956830, void, MD4Managed_1_MD4Transform, (MD4Managed_1 * __this, UInt32__Array * state, Byte__Array * block, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01957270, bool, PKCS1_1_Compare, (Byte__Array * array1, Byte__Array * array2, MethodInfo * method)); DO_APP_FUNC(0x01957300, Byte__Array *, PKCS1_1_I2OSP, (Byte__Array * x, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01957390, Byte__Array *, PKCS1_1_OS2IP, (Byte__Array * x, MethodInfo * method)); DO_APP_FUNC(0x01957480, Byte__Array *, PKCS1_1_RSAVP1, (RSA * rsa, Byte__Array * s, MethodInfo * method)); DO_APP_FUNC(0x019574B0, bool, PKCS1_1_Verify_v15, (RSA * rsa, HashAlgorithm * hash, Byte__Array * hashValue, Byte__Array * signature, bool tryNonStandardEncoding, MethodInfo * method)); DO_APP_FUNC(0x01957830, Byte__Array *, PKCS1_1_Encode_v15, (HashAlgorithm * hash, Byte__Array * hashValue, int32_t emLength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B7B0, PKCS1_1_Encode_v15__MethodInfo); DO_APP_FUNC(0x01957CE0, String *, PKCS1_1_HashNameFromOid, (String * oid, bool throwOnError, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B790, PKCS1_1_HashNameFromOid__MethodInfo); DO_APP_FUNC(0x01958230, HashAlgorithm *, PKCS1_1_CreateFromOid, (String * oid, MethodInfo * method)); DO_APP_FUNC(0x01958290, HashAlgorithm *, PKCS1_1_CreateFromName, (String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B7A0, PKCS1_1_CreateFromName__MethodInfo); DO_APP_FUNC(0x019587F0, void, PKCS1_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01958AD0, void, PKCS8_PrivateKeyInfo__ctor, (PKCS8_PrivateKeyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01958B90, void, PKCS8_PrivateKeyInfo__ctor_1, (PKCS8_PrivateKeyInfo * __this, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, PKCS8_PrivateKeyInfo_get_Algorithm, (PKCS8_PrivateKeyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, PKCS8_PrivateKeyInfo_set_Algorithm, (PKCS8_PrivateKeyInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01958BC0, Byte__Array *, PKCS8_PrivateKeyInfo_get_PrivateKey, (PKCS8_PrivateKeyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01958C40, void, PKCS8_PrivateKeyInfo_set_PrivateKey, (PKCS8_PrivateKeyInfo * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B778, PKCS8_PrivateKeyInfo_set_PrivateKey__MethodInfo); DO_APP_FUNC(0x01958D90, void, PKCS8_PrivateKeyInfo_Decode, (PKCS8_PrivateKeyInfo * __this, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B720, PKCS8_PrivateKeyInfo_Decode__MethodInfo); DO_APP_FUNC(0x019590E0, Byte__Array *, PKCS8_PrivateKeyInfo_GetBytes, (PKCS8_PrivateKeyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x019596C0, Byte__Array *, PKCS8_PrivateKeyInfo_RemoveLeadingZero, (Byte__Array * bigInt, MethodInfo * method)); DO_APP_FUNC(0x01959770, Byte__Array *, PKCS8_PrivateKeyInfo_Normalize, (Byte__Array * bigInt, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01959830, RSA *, PKCS8_PrivateKeyInfo_DecodeRSA, (Byte__Array * keypair, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B748, PKCS8_PrivateKeyInfo_DecodeRSA__MethodInfo); DO_APP_FUNC(0x01959F90, Byte__Array *, PKCS8_PrivateKeyInfo_Encode, (RSA * rsa, MethodInfo * method)); DO_APP_FUNC(0x0195A230, DSA *, PKCS8_PrivateKeyInfo_DecodeDSA, (Byte__Array * privateKey, DSAParameters dsaParameters, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B708, PKCS8_PrivateKeyInfo_DecodeDSA__MethodInfo); DO_APP_FUNC(0x0195A3C0, Byte__Array *, PKCS8_PrivateKeyInfo_Encode_1, (DSA * dsa, MethodInfo * method)); DO_APP_FUNC(0x0195A420, Byte__Array *, PKCS8_PrivateKeyInfo_Encode_2, (AsymmetricAlgorithm * aa, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B710, PKCS8_PrivateKeyInfo_Encode_2__MethodInfo); DO_APP_FUNC(0x003AC050, void, PKCS8_EncryptedPrivateKeyInfo__ctor, (PKCS8_EncryptedPrivateKeyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0195A610, void, PKCS8_EncryptedPrivateKeyInfo__ctor_1, (PKCS8_EncryptedPrivateKeyInfo * __this, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, PKCS8_EncryptedPrivateKeyInfo_get_Algorithm, (PKCS8_EncryptedPrivateKeyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, PKCS8_EncryptedPrivateKeyInfo_set_Algorithm, (PKCS8_EncryptedPrivateKeyInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0195A620, Byte__Array *, PKCS8_EncryptedPrivateKeyInfo_get_EncryptedData, (PKCS8_EncryptedPrivateKeyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0195A6A0, void, PKCS8_EncryptedPrivateKeyInfo_set_EncryptedData, (PKCS8_EncryptedPrivateKeyInfo * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC(0x0195A780, Byte__Array *, PKCS8_EncryptedPrivateKeyInfo_get_Salt, (PKCS8_EncryptedPrivateKeyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, PKCS8_EncryptedPrivateKeyInfo_get_IterationCount, (PKCS8_EncryptedPrivateKeyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0195A8D0, void, PKCS8_EncryptedPrivateKeyInfo_set_IterationCount, (PKCS8_EncryptedPrivateKeyInfo * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B6B0, PKCS8_EncryptedPrivateKeyInfo_set_IterationCount__MethodInfo); DO_APP_FUNC(0x0195A960, void, PKCS8_EncryptedPrivateKeyInfo_Decode, (PKCS8_EncryptedPrivateKeyInfo * __this, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B6C0, PKCS8_EncryptedPrivateKeyInfo_Decode__MethodInfo); DO_APP_FUNC(0x0195AD50, Byte__Array *, PKCS8_EncryptedPrivateKeyInfo_GetBytes, (PKCS8_EncryptedPrivateKeyInfo * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B680, PKCS8_EncryptedPrivateKeyInfo_GetBytes__MethodInfo); DO_APP_FUNC(0x0195B100, void, RC4__ctor, (RC4 * __this, MethodInfo * method)); DO_APP_FUNC(0x0195B230, Byte__Array *, RC4_get_IV, (RC4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RC4_set_IV, (RC4 * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC(0x0195B270, RC4 *, RC4_Create, (MethodInfo * method)); DO_APP_FUNC(0x0195B2D0, void, RC4__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0195B5C0, void, RSAManaged_1__ctor, (RSAManaged_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0195B770, void, RSAManaged_1__ctor_1, (RSAManaged_1 * __this, int32_t keySize, MethodInfo * method)); DO_APP_FUNC(0x0195B920, void, RSAManaged_1_Finalize, (RSAManaged_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0195B970, void, RSAManaged_1_GenerateKeyPair, (RSAManaged_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0195C170, int32_t, RSAManaged_1_get_KeySize, (RSAManaged_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B660, RSAManaged_1_get_KeySize__MethodInfo); DO_APP_FUNC(0x0195C230, bool, RSAManaged_1_get_PublicOnly, (RSAManaged_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0195C2D0, Byte__Array *, RSAManaged_1_EncryptValue, (RSAManaged_1 * __this, Byte__Array * rgb, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B670, RSAManaged_1_EncryptValue__MethodInfo); DO_APP_FUNC(0x0195C4E0, RSAParameters, RSAManaged_1_ExportParameters, (RSAManaged_1 * __this, bool includePrivateParameters, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B678, RSAManaged_1_ExportParameters__MethodInfo); DO_APP_FUNC(0x0195C9B0, void, RSAManaged_1_ImportParameters, (RSAManaged_1 * __this, RSAParameters parameters, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B608, RSAManaged_1_ImportParameters__MethodInfo); DO_APP_FUNC(0x0195D1E0, void, RSAManaged_1_Dispose, (RSAManaged_1 * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x0195D780, String *, RSAManaged_1_ToXmlString, (RSAManaged_1 * __this, bool includePrivateParameters, MethodInfo * method)); DO_APP_FUNC(0x0195DFF0, Byte__Array *, RSAManaged_1_GetPaddedValue, (RSAManaged_1 * __this, BigInteger_2 * value, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01015CE0, void, RSAManaged_KeyGeneratedEventHandler_1__ctor, (RSAManaged_KeyGeneratedEventHandler_1 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, RSAManaged_KeyGeneratedEventHandler_1_Invoke, (RSAManaged_KeyGeneratedEventHandler_1 * __this, Object * sender, EventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0195E0B0, void, AuthenticodeBase__ctor, (AuthenticodeBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0195E140, int32_t, AuthenticodeBase_get_PEOffset, (AuthenticodeBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0195E170, void, AuthenticodeBase_Open, (AuthenticodeBase * __this, String * filename, MethodInfo * method)); DO_APP_FUNC(0x0195E270, void, AuthenticodeBase_Open_1, (AuthenticodeBase * __this, Byte__Array * rawdata, MethodInfo * method)); DO_APP_FUNC(0x0195E340, void, AuthenticodeBase_Close, (AuthenticodeBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0195E3C0, void, AuthenticodeBase_ReadFirstBlock, (AuthenticodeBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B580, AuthenticodeBase_ReadFirstBlock__MethodInfo); DO_APP_FUNC(0x0195E4A0, int32_t, AuthenticodeBase_ProcessFirstBlock, (AuthenticodeBase * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B590, AuthenticodeBase_ProcessFirstBlock__MethodInfo); DO_APP_FUNC(0x0195E790, Byte__Array *, AuthenticodeBase_GetSecurityEntry, (AuthenticodeBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0195E860, Byte__Array *, AuthenticodeBase_GetHash, (AuthenticodeBase * __this, HashAlgorithm * hash, MethodInfo * method)); DO_APP_FUNC(0x0195EE40, void, AuthenticodeDeformatter__ctor, (AuthenticodeDeformatter * __this, MethodInfo * method)); DO_APP_FUNC(0x0195F000, void, AuthenticodeDeformatter__ctor_1, (AuthenticodeDeformatter * __this, Byte__Array * rawData, MethodInfo * method)); DO_APP_FUNC(0x0195F030, void, AuthenticodeDeformatter_set_RawData, (AuthenticodeDeformatter * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003C7010, X509Certificate_1 *, AuthenticodeDeformatter_get_SigningCertificate, (AuthenticodeDeformatter * __this, MethodInfo * method)); DO_APP_FUNC(0x0195F0E0, bool, AuthenticodeDeformatter_CheckSignature, (AuthenticodeDeformatter * __this, MethodInfo * method)); DO_APP_FUNC(0x0195F700, bool, AuthenticodeDeformatter_CompareIssuerSerial, (AuthenticodeDeformatter * __this, String * issuer, Byte__Array * serial, X509Certificate_1 * x509, MethodInfo * method)); DO_APP_FUNC(0x0195F830, bool, AuthenticodeDeformatter_VerifySignature, (AuthenticodeDeformatter * __this, PKCS7_SignedData * sd, Byte__Array * calculatedMessageDigest, HashAlgorithm * ha, MethodInfo * method)); DO_APP_FUNC(0x01960520, bool, AuthenticodeDeformatter_VerifyCounterSignature, (AuthenticodeDeformatter * __this, PKCS7_SignerInfo * cs, Byte__Array * signature, MethodInfo * method)); DO_APP_FUNC(0x019611E0, void, AuthenticodeDeformatter_Reset, (AuthenticodeDeformatter * __this, MethodInfo * method)); DO_APP_FUNC(0x01961470, void, PrivateKey__ctor, (PrivateKey * __this, Byte__Array * data, String * password, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B508, PrivateKey__ctor__MethodInfo); DO_APP_FUNC(0x003B93D0, RSA *, PrivateKey_get_RSA, (PrivateKey * __this, MethodInfo * method)); DO_APP_FUNC(0x01961550, Byte__Array *, PrivateKey_DeriveKey, (PrivateKey * __this, Byte__Array * salt, String * password, MethodInfo * method)); DO_APP_FUNC(0x01961860, bool, PrivateKey_Decode, (PrivateKey * __this, Byte__Array * pvk, String * password, MethodInfo * method)); DO_APP_FUNC(0x01961C60, PrivateKey *, PrivateKey_CreateFromFile, (String * filename, MethodInfo * method)); DO_APP_FUNC(0x01961C70, PrivateKey *, PrivateKey_CreateFromFile_1, (String * filename, String * password, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B518, PrivateKey_CreateFromFile_1__MethodInfo); DO_APP_FUNC(0x01961F60, void, BigInteger_2__ctor, (BigInteger_2 * __this, BigInteger_Sign__Enum_1 sign, uint32_t len, MethodInfo * method)); DO_APP_FUNC(0x01962000, void, BigInteger_2__ctor_1, (BigInteger_2 * __this, BigInteger_2 * bi, MethodInfo * method)); DO_APP_FUNC(0x01962130, void, BigInteger_2__ctor_2, (BigInteger_2 * __this, BigInteger_2 * bi, uint32_t len, MethodInfo * method)); DO_APP_FUNC(0x01962240, void, BigInteger_2__ctor_3, (BigInteger_2 * __this, Byte__Array * inData, MethodInfo * method)); DO_APP_FUNC(0x01962510, void, BigInteger_2__ctor_4, (BigInteger_2 * __this, uint32_t ui, MethodInfo * method)); DO_APP_FUNC(0x019625D0, BigInteger_2 *, BigInteger_2_op_Implicit, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01962640, BigInteger_2 *, BigInteger_2_op_Implicit_1, (int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B4F0, BigInteger_2_op_Implicit_1__MethodInfo); DO_APP_FUNC(0x01962700, BigInteger_2 *, BigInteger_2_op_Subtraction, (BigInteger_2 * bi1, BigInteger_2 * bi2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B4D0, BigInteger_2_op_Subtraction__MethodInfo); DO_APP_FUNC(0x01962A10, uint32_t, BigInteger_2_op_Modulus, (BigInteger_2 * bi, uint32_t ui, MethodInfo * method)); DO_APP_FUNC(0x01962A70, BigInteger_2 *, BigInteger_2_op_Modulus_1, (BigInteger_2 * bi1, BigInteger_2 * bi2, MethodInfo * method)); DO_APP_FUNC(0x01962AA0, BigInteger_2 *, BigInteger_2_op_Division, (BigInteger_2 * bi1, BigInteger_2 * bi2, MethodInfo * method)); DO_APP_FUNC(0x01962AD0, BigInteger_2 *, BigInteger_2_op_Multiply, (BigInteger_2 * bi1, BigInteger_2 * bi2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B4E0, BigInteger_2_op_Multiply__MethodInfo); DO_APP_FUNC(0x01962E00, BigInteger_2 *, BigInteger_2_op_LeftShift, (BigInteger_2 * bi1, int32_t shiftVal, MethodInfo * method)); DO_APP_FUNC(0x01962E10, BigInteger_2 *, BigInteger_2_op_RightShift, (BigInteger_2 * bi1, int32_t shiftVal, MethodInfo * method)); DO_APP_FUNC(0x01962E20, RandomNumberGenerator *, BigInteger_2_get_Rng, (MethodInfo * method)); DO_APP_FUNC(0x01962F80, BigInteger_2 *, BigInteger_2_GenerateRandom, (int32_t bits, RandomNumberGenerator * rng, MethodInfo * method)); DO_APP_FUNC(0x01963150, BigInteger_2 *, BigInteger_2_GenerateRandom_1, (int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x019632F0, int32_t, BigInteger_2_BitCount, (BigInteger_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x019633A0, bool, BigInteger_2_TestBit, (BigInteger_2 * __this, int32_t bitNum, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B4B0, BigInteger_2_TestBit__MethodInfo); DO_APP_FUNC(0x01963450, void, BigInteger_2_SetBit, (BigInteger_2 * __this, uint32_t bitNum, MethodInfo * method)); DO_APP_FUNC(0x019634A0, void, BigInteger_2_SetBit_1, (BigInteger_2 * __this, uint32_t bitNum, bool value, MethodInfo * method)); DO_APP_FUNC(0x01963500, int32_t, BigInteger_2_LowestSetBit, (BigInteger_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01963610, Byte__Array *, BigInteger_2_GetBytes, (BigInteger_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x019637B0, bool, BigInteger_2_op_Equality, (BigInteger_2 * bi1, uint32_t ui, MethodInfo * method)); DO_APP_FUNC(0x01963830, bool, BigInteger_2_op_Inequality, (BigInteger_2 * bi1, uint32_t ui, MethodInfo * method)); DO_APP_FUNC(0x019638B0, bool, BigInteger_2_op_Equality_1, (BigInteger_2 * bi1, BigInteger_2 * bi2, MethodInfo * method)); DO_APP_FUNC(0x01963970, bool, BigInteger_2_op_Inequality_1, (BigInteger_2 * bi1, BigInteger_2 * bi2, MethodInfo * method)); DO_APP_FUNC(0x01963A30, bool, BigInteger_2_op_GreaterThan, (BigInteger_2 * bi1, BigInteger_2 * bi2, MethodInfo * method)); DO_APP_FUNC(0x01963A50, bool, BigInteger_2_op_LessThan, (BigInteger_2 * bi1, BigInteger_2 * bi2, MethodInfo * method)); DO_APP_FUNC(0x01963A70, bool, BigInteger_2_op_GreaterThanOrEqual, (BigInteger_2 * bi1, BigInteger_2 * bi2, MethodInfo * method)); DO_APP_FUNC(0x01963A90, bool, BigInteger_2_op_LessThanOrEqual, (BigInteger_2 * bi1, BigInteger_2 * bi2, MethodInfo * method)); DO_APP_FUNC(0x01963AB0, String *, BigInteger_2_ToString, (BigInteger_2 * __this, uint32_t radix, MethodInfo * method)); DO_APP_FUNC(0x01963B00, String *, BigInteger_2_ToString_1, (BigInteger_2 * __this, uint32_t radix, String * characterSet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B480, BigInteger_2_ToString_1__MethodInfo); DO_APP_FUNC(0x01963F30, void, BigInteger_2_Normalize, (BigInteger_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01963F80, void, BigInteger_2_Clear, (BigInteger_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01963FD0, int32_t, BigInteger_2_GetHashCode, (BigInteger_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01964010, String *, BigInteger_2_ToString_2, (BigInteger_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01964060, bool, BigInteger_2_Equals, (BigInteger_2 * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x01964380, BigInteger_2 *, BigInteger_2_ModInverse, (BigInteger_2 * __this, BigInteger_2 * modulus, MethodInfo * method)); DO_APP_FUNC(0x01964390, BigInteger_2 *, BigInteger_2_ModPow, (BigInteger_2 * __this, BigInteger_2 * exp, BigInteger_2 * n, MethodInfo * method)); DO_APP_FUNC(0x01964420, BigInteger_2 *, BigInteger_2_GeneratePseudoPrime, (int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x01964480, void, BigInteger_2_Incr2, (BigInteger_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01964530, void, BigInteger_2__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01964610, void, BigInteger_ModulusRing_1__ctor, (BigInteger_ModulusRing_1 * __this, BigInteger_2 * modulus, MethodInfo * method)); DO_APP_FUNC(0x01964830, void, BigInteger_ModulusRing_1_BarrettReduction, (BigInteger_ModulusRing_1 * __this, BigInteger_2 * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B460, BigInteger_ModulusRing_1_BarrettReduction__MethodInfo); DO_APP_FUNC(0x01964C50, BigInteger_2 *, BigInteger_ModulusRing_1_Multiply, (BigInteger_ModulusRing_1 * __this, BigInteger_2 * a, BigInteger_2 * b, MethodInfo * method)); DO_APP_FUNC(0x01964F30, BigInteger_2 *, BigInteger_ModulusRing_1_Difference, (BigInteger_ModulusRing_1 * __this, BigInteger_2 * a, BigInteger_2 * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B468, BigInteger_ModulusRing_1_Difference__MethodInfo); DO_APP_FUNC(0x01965160, BigInteger_2 *, BigInteger_ModulusRing_1_Pow, (BigInteger_ModulusRing_1 * __this, BigInteger_2 * a, BigInteger_2 * k, MethodInfo * method)); DO_APP_FUNC(0x019652F0, BigInteger_2 *, BigInteger_ModulusRing_1_Pow_1, (BigInteger_ModulusRing_1 * __this, uint32_t b, BigInteger_2 * exp, MethodInfo * method)); DO_APP_FUNC(0x01965380, BigInteger_2 *, BigInteger_Kernel_1_Subtract, (BigInteger_2 * big, BigInteger_2 * small, MethodInfo * method)); DO_APP_FUNC(0x01965580, void, BigInteger_Kernel_1_MinusEq, (BigInteger_2 * big, BigInteger_2 * small, MethodInfo * method)); DO_APP_FUNC(0x019656B0, void, BigInteger_Kernel_1_PlusEq, (BigInteger_2 * bi1, BigInteger_2 * bi2, MethodInfo * method)); DO_APP_FUNC(0x01965890, BigInteger_Sign__Enum_1, BigInteger_Kernel_1_Compare, (BigInteger_2 * bi1, BigInteger_2 * bi2, MethodInfo * method)); DO_APP_FUNC(0x019659E0, uint32_t, BigInteger_Kernel_1_SingleByteDivideInPlace, (BigInteger_2 * n, uint32_t d, MethodInfo * method)); DO_APP_FUNC(0x01962A10, uint32_t, BigInteger_Kernel_1_DwordMod, (BigInteger_2 * n, uint32_t d, MethodInfo * method)); DO_APP_FUNC(0x01965A90, BigInteger_2__Array *, BigInteger_Kernel_1_DwordDivMod, (BigInteger_2 * n, uint32_t d, MethodInfo * method)); DO_APP_FUNC(0x01965CC0, BigInteger_2__Array *, BigInteger_Kernel_1_multiByteDivide, (BigInteger_2 * bi1, BigInteger_2 * bi2, MethodInfo * method)); DO_APP_FUNC(0x01966400, BigInteger_2 *, BigInteger_Kernel_1_LeftShift, (BigInteger_2 * bi, int32_t n, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B440, BigInteger_Kernel_1_LeftShift__MethodInfo); DO_APP_FUNC(0x019666F0, BigInteger_2 *, BigInteger_Kernel_1_RightShift, (BigInteger_2 * bi, int32_t n, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B448, BigInteger_Kernel_1_RightShift__MethodInfo); DO_APP_FUNC(0x019668F0, void, BigInteger_Kernel_1_Multiply, (UInt32__Array * x, uint32_t xOffset, uint32_t xLen, UInt32__Array * y, uint32_t yOffset, uint32_t yLen, UInt32__Array * d, uint32_t dOffset, MethodInfo * method)); DO_APP_FUNC(0x01966A10, void, BigInteger_Kernel_1_MultiplyMod2p32pmod, (UInt32__Array * x, int32_t xOffset, int32_t xLen, UInt32__Array * y, int32_t yOffest, int32_t yLen, UInt32__Array * d, int32_t dOffset, int32_t mod, MethodInfo * method)); DO_APP_FUNC(0x01966B50, uint32_t, BigInteger_Kernel_1_modInverse, (BigInteger_2 * bi, uint32_t modulus, MethodInfo * method)); DO_APP_FUNC(0x01966C80, BigInteger_2 *, BigInteger_Kernel_1_modInverse_1, (BigInteger_2 * bi, BigInteger_2 * modulus, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B430, BigInteger_Kernel_1_modInverse_1__MethodInfo); DO_APP_FUNC(0x01967560, void, PrimalityTest_1__ctor, (PrimalityTest_1 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, bool, PrimalityTest_1_Invoke, (PrimalityTest_1 * __this, BigInteger_2 * bi, ConfidenceFactor__Enum_1 confidence, MethodInfo * method)); DO_APP_FUNC(0x01967720, int32_t, PrimalityTests_1_GetSPPRounds, (BigInteger_2 * bi, ConfidenceFactor__Enum_1 confidence, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BCA0, PrimalityTests_1_GetSPPRounds__MethodInfo); DO_APP_FUNC(0x019678F0, bool, PrimalityTests_1_RabinMillerTest, (BigInteger_2 * n, ConfidenceFactor__Enum_1 confidence, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BBE8, PrimalityTests_1_RabinMillerTest__MethodInfo); DO_APP_FUNC(0x00776DD0, ConfidenceFactor__Enum_1, PrimeGeneratorBase_1_get_Confidence, (PrimeGeneratorBase_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01967DF0, PrimalityTest_1 *, PrimeGeneratorBase_1_get_PrimalityTest, (PrimeGeneratorBase_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01967E60, int32_t, PrimeGeneratorBase_1_get_TrialDivisionBounds, (PrimeGeneratorBase_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PrimeGeneratorBase_1__ctor, (PrimeGeneratorBase_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01967E70, BigInteger_2 *, SequentialSearchPrimeGeneratorBase_1_GenerateSearchBase, (SequentialSearchPrimeGeneratorBase_1 * __this, int32_t bits, Object * context, MethodInfo * method)); DO_APP_FUNC(0x01967EF0, BigInteger_2 *, SequentialSearchPrimeGeneratorBase_1_GenerateNewPrime, (SequentialSearchPrimeGeneratorBase_1 * __this, int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x01967F10, BigInteger_2 *, SequentialSearchPrimeGeneratorBase_1_GenerateNewPrime_1, (SequentialSearchPrimeGeneratorBase_1 * __this, int32_t bits, Object * context, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, SequentialSearchPrimeGeneratorBase_1_IsPrimeAcceptable, (SequentialSearchPrimeGeneratorBase_1 * __this, BigInteger_2 * bi, Object * context, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SequentialSearchPrimeGeneratorBase_1__ctor, (SequentialSearchPrimeGeneratorBase_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00895E30, uint32_t, _PrivateImplementationDetails__6_ComputeStringHash, (String * s, MethodInfo * method)); DO_APP_FUNC(0x018A8220, void, HairDesignerTmp_Awake, (HairDesignerTmp * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, HairDesignerTmp__ctor, (HairDesignerTmp * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, HairDesignerMeshInstanceBase__ctor, (HairDesignerMeshInstanceBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018A8300, void, HairDesignerColliderBase_Awake, (HairDesignerColliderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018A8420, void, HairDesignerColliderBase_LateUpdate, (HairDesignerColliderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018A8430, void, HairDesignerColliderBase_UpdateData, (HairDesignerColliderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018A91B0, void, HairDesignerColliderBase_OnDisable, (HairDesignerColliderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018A91C0, void, HairDesignerColliderBase_OnEnable, (HairDesignerColliderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018A91D0, void, HairDesignerColliderBase_SetWorldCenter, (HairDesignerColliderBase * __this, Vector3 worldPos, int32_t id_1_or_2, MethodInfo * method)); DO_APP_FUNC(0x018A9530, void, HairDesignerColliderBase_SetWorldRadius, (HairDesignerColliderBase * __this, float worldRadius, float minDelta, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x018A9990, void, HairDesignerColliderBase_GizmosDrawCircle, (HairDesignerColliderBase * __this, Vector3 axis, Vector3 center, float radius, int32_t nblines, bool half, MethodInfo * method)); DO_APP_FUNC(0x018A9F20, void, HairDesignerColliderBase_OnDrawGizmos, (HairDesignerColliderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00756310, void, HairDesignerColliderBase__ctor, (HairDesignerColliderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018AAD40, void, HairDesignerEvents_RegisterPlayStateChanged, (Action_1_Kalagaan_HairDesignerExtension_HairDesignerEvents_PlayModeStateChange_ * action, MethodInfo * method)); DO_APP_FUNC(0x018AAE70, void, HairDesignerEvents_RegisterPauseStateChanged, (Action_1_Kalagaan_HairDesignerExtension_HairDesignerEvents_PauseState_ * action, MethodInfo * method)); DO_APP_FUNC(0x018AAFB0, void, HairDesignerMotionConstraintAreaBase_Awake, (HairDesignerMotionConstraintAreaBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018AAFC0, void, HairDesignerMotionConstraintAreaBase_Update, (HairDesignerMotionConstraintAreaBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018AB0E0, MotionSolver_eMotionConstraint__Enum, HairDesignerMotionConstraintAreaBase_GetConstraint, (HairDesignerMotionConstraintAreaBase * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x018AB140, void, HairDesignerMotionConstraintAreaBase_ApplyConstraintLink, (HairDesignerMotionConstraintAreaBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018AB230, bool, HairDesignerMotionConstraintAreaBase_CheckConstraint, (HairDesignerMotionConstraintAreaBase * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x018ABA70, void, HairDesignerMotionConstraintAreaBase_RegisterConstraintLink, (HairDesignerMotionConstraintAreaBase * __this, MotionSolver_Node * node, MethodInfo * method)); DO_APP_FUNC(0x007563A0, void, HairDesignerMotionConstraintAreaBase__ctor, (HairDesignerMotionConstraintAreaBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HairDesignerMotionConstraintAreaBase_Area__ctor, (HairDesignerMotionConstraintAreaBase_Area * __this, MethodInfo * method)); DO_APP_FUNC(0x018ABB20, void, MotionSolver_RegisterNode, (MotionSolver * __this, MotionSolver_Node * n, MotionSolver_Node * parent, MethodInfo * method)); DO_APP_FUNC(0x018ABE60, Vector3, MotionSolver_LimitVectorAngle, (Vector3 target, Vector3 v, float limitAngleRad, MethodInfo * method)); DO_APP_FUNC(0x018AC290, void, MotionSolver_UpdateKinematics, (MotionSolver * __this, Vector3 force, float dt, MethodInfo * method)); DO_APP_FUNC(0x018AC360, void, MotionSolver_UpdatePositions, (MotionSolver * __this, Vector3 force, float dt, MethodInfo * method)); DO_APP_FUNC(0x018AC4B0, void, MotionSolver_AngleConstraint, (MotionSolver * __this, MotionSolver_Node * n, MethodInfo * method)); DO_APP_FUNC(0x018AC670, bool, MotionSolver_ComputeCollisions, (MotionSolver * __this, MotionSolver_Node * n, MethodInfo * method)); DO_APP_FUNC(0x018ACDB0, void, MotionSolver_Update, (MotionSolver * __this, float dt, MethodInfo * method)); DO_APP_FUNC(0x018ACF10, void, MotionSolver_FixedUpdate, (MotionSolver * __this, float dt, MethodInfo * method)); DO_APP_FUNC(0x018ACFA0, void, MotionSolver_Solve, (MotionSolver * __this, float dt, MethodInfo * method)); DO_APP_FUNC(0x018AD440, void, MotionSolver_SolveCPU, (MotionSolver * __this, int32_t nbSteps, float dtStep, MethodInfo * method)); DO_APP_FUNC(0x018AE2A0, void, MotionSolver_SwapBuffers, (MotionSolver * __this, ComputeBuffer * * a, ComputeBuffer * * b, MethodInfo * method)); DO_APP_FUNC(0x018AE350, void, MotionSolver_FeedNodeBuffers, (MotionSolver * __this, MethodInfo * method)); DO_APP_FUNC(0x018AE830, void, MotionSolver_InitGpuSolver, (MotionSolver * __this, MethodInfo * method)); DO_APP_FUNC(0x018AF8D0, void, MotionSolver_ReleaseBuffer, (MotionSolver * __this, ComputeBuffer * * Buffer, MethodInfo * method)); DO_APP_FUNC(0x018AF990, void, MotionSolver_ReleaseBuffers, (MotionSolver * __this, MethodInfo * method)); DO_APP_FUNC(0x018AF9F0, void, MotionSolver_Destroy, (MotionSolver * __this, MethodInfo * method)); DO_APP_FUNC(0x018AFC50, void, MotionSolver_OnConstrantChanged, (MotionSolver * __this, HairDesignerMotionConstraintAreaBase * mcstr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA320, MotionSolver_OnConstrantChanged__MethodInfo); DO_APP_FUNC(0x018AFDB0, void, MotionSolver_UpdateColliderBuffer, (MotionSolver * __this, MethodInfo * method)); DO_APP_FUNC(0x018B02E0, void, MotionSolver_SolveGPU, (MotionSolver * __this, int32_t nbSteps, float dtStep, MethodInfo * method)); DO_APP_FUNC(0x018B1BD0, void, MotionSolver__ctor, (MotionSolver * __this, MethodInfo * method)); DO_APP_FUNC(0x018B1E00, void, MotionSolver_SolverSettings__ctor, (MotionSolver_SolverSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x018B2110, MotionSolver_Node *, MotionSolver_Node_get_parent, (MotionSolver_Node * __this, MethodInfo * method)); DO_APP_FUNC(0x018B2190, MotionSolver_Node *, MotionSolver_Node_get_child, (MotionSolver_Node * __this, MethodInfo * method)); DO_APP_FUNC(0x018B2210, MotionSolver_Node *, MotionSolver_Node_get_root, (MotionSolver_Node * __this, MethodInfo * method)); DO_APP_FUNC(0x018B2290, float, MotionSolver_Node_GetParentDistance, (MotionSolver_Node * __this, MethodInfo * method)); DO_APP_FUNC(0x018B2310, float, MotionSolver_Node_GetRootDistance, (MotionSolver_Node * __this, MethodInfo * method)); DO_APP_FUNC(0x018B24F0, float, MotionSolver_Node_GetTipDistance, (MotionSolver_Node * __this, MethodInfo * method)); DO_APP_FUNC(0x018B26D0, void, MotionSolver_Node_UpdateKinematic, (MotionSolver_Node * __this, MethodInfo * method)); DO_APP_FUNC(0x018B2890, void, MotionSolver_Node_UpdatePosition, (MotionSolver_Node * __this, Vector3 force, float dt, MotionSolver_SolverSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x018B2F10, void, MotionSolver_Node_FinalUpdate, (MotionSolver_Node * __this, MethodInfo * method)); DO_APP_FUNC(0x018B3310, void, MotionSolver_Node_ComputeExtrapolateVelocity, (MotionSolver_Node * __this, MethodInfo * method)); DO_APP_FUNC(0x018B33E0, void, MotionSolver_Node_UpdateTransform, (MotionSolver_Node * __this, MethodInfo * method)); DO_APP_FUNC(0x018B3710, void, MotionSolver_Node_UpdateTransform_1, (MotionSolver_Node * __this, MotionSolver_GPUNodeData gpuData, MethodInfo * method)); DO_APP_FUNC(0x018B3A80, void, MotionSolver_Node_UpdateExtrapolate, (MotionSolver_Node * __this, float dt, MethodInfo * method)); DO_APP_FUNC(0x018B41C0, void, MotionSolver_Node_SetTransform, (MotionSolver_Node * __this, Transform * t, MethodInfo * method)); DO_APP_FUNC(0x018B4360, void, MotionSolver_Node_LinkToParent, (MotionSolver_Node * __this, MotionSolver_Node * n, MethodInfo * method)); DO_APP_FUNC(0x018B4930, MotionSolver_GPUNodeData, MotionSolver_Node_GetGPUData, (MotionSolver_Node * __this, MethodInfo * method)); DO_APP_FUNC(0x018B4980, MotionSolver_GPUNodeInfo, MotionSolver_Node_GetGPUInfo, (MotionSolver_Node * __this, MethodInfo * method)); DO_APP_FUNC(0x018B4EB0, void, MotionSolver_Node__ctor, (MotionSolver_Node * __this, MethodInfo * method)); DO_APP_FUNC(0x018B4FA0, void, MotionSolver_Link__ctor, (MotionSolver_Link * __this, MotionSolver_Node * parent, MotionSolver_Node * child, MethodInfo * method)); DO_APP_FUNC(0x018B5030, void, MotionSolver_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MotionSolver_c__ctor, (MotionSolver_c * __this, MethodInfo * method)); DO_APP_FUNC(0x018B50E0, MotionSolver_GPUNodeData, MotionSolver_c__FeedNodeBuffers_b__50_0, (MotionSolver_c * __this, MotionSolver_Node * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA2F0, MotionSolver_c__FeedNodeBuffers_b__50_0__MethodInfo); DO_APP_FUNC(0x018B5180, MotionSolver_GPUNodeInfo, MotionSolver_c__FeedNodeBuffers_b__50_1, (MotionSolver_c * __this, MotionSolver_Node * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA2E8, MotionSolver_c__FeedNodeBuffers_b__50_1__MethodInfo); DO_APP_FUNC(0x018B51D0, HairDesignerColliderBase_DualSphere, MotionSolver_c__UpdateColliderBuffer_b__57_0, (MotionSolver_c * __this, HairDesignerColliderBase * col, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA1C8, MotionSolver_c__UpdateColliderBuffer_b__57_0__MethodInfo); DO_APP_FUNC(0x018B5200, int32_t, HairDesignerStrandMeshCollectionBase_CreateNewID, (HairDesignerStrandMeshCollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0075C7F0, void, HairDesignerStrandMeshCollectionBase__ctor, (HairDesignerStrandMeshCollectionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018B53A0, void, HairDesignerStrandMeshCollectionBase_StrandMesh__ctor, (HairDesignerStrandMeshCollectionBase_StrandMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HairDesignerStrandMeshCollectionBase_c_DisplayClass2_0__ctor, (HairDesignerStrandMeshCollectionBase_c_DisplayClass2_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x005E0040, bool, HairDesignerStrandMeshCollectionBase_c_DisplayClass2_0__CreateNewID_b__0, (HairDesignerStrandMeshCollectionBase_c_DisplayClass2_0 * __this, HairDesignerStrandMeshCollectionBase_StrandMesh * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA030, HairDesignerStrandMeshCollectionBase_c_DisplayClass2_0__CreateNewID_b__0__MethodInfo); DO_APP_FUNC(0x018B5470, void, BZCurv__ctor, (BZCurv * __this, MethodInfo * method)); DO_APP_FUNC(0x018B54C0, void, BZCurv__ctor_1, (BZCurv * __this, Vector3 startPosition, Vector3 endPosition, Vector3 startTangent, Vector3 endTangent, MethodInfo * method)); DO_APP_FUNC(0x018B5580, void, BZCurv__ctor_2, (BZCurv * __this, BZCurv * original, MethodInfo * method)); DO_APP_FUNC(0x018B5640, Vector3, BZCurv_GetPosition, (BZCurv * __this, float t, MethodInfo * method)); DO_APP_FUNC(0x018B58B0, Vector3, BZCurv_GetTangent, (BZCurv * __this, float t, MethodInfo * method)); DO_APP_FUNC(0x018B5B30, float, BZCurv_GetLength, (BZCurv * __this, int32_t stepCount, MethodInfo * method)); DO_APP_FUNC(0x018B5CB0, Vector3, BZCurv_GetUp, (BZCurv * __this, float t, Vector3 startUpRef, bool useAngle, MethodInfo * method)); DO_APP_FUNC(0x018B69E0, float, BZCurv_InitLength, (BZCurv * __this, int32_t stepCount, MethodInfo * method)); DO_APP_FUNC(0x018B6B70, BZCurv *, BZCurv_Copy, (BZCurv * __this, MethodInfo * method)); DO_APP_FUNC(0x018B6C70, Vector3, MBZCurv_get_startPosition, (MBZCurv * __this, MethodInfo * method)); DO_APP_FUNC(0x018B6CE0, void, MBZCurv_set_startPosition, (MBZCurv * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x018B6D50, void, MBZCurv_set_endPosition, (MBZCurv * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x018B7000, Vector3, MBZCurv_get_startTangent, (MBZCurv * __this, MethodInfo * method)); DO_APP_FUNC(0x018B7200, void, MBZCurv_set_startTangent, (MBZCurv * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x018B7480, void, MBZCurv_set_endTangent, (MBZCurv * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x018B7710, void, MBZCurv_SetStartAngle, (MBZCurv * __this, int32_t id, float angle, MethodInfo * method)); DO_APP_FUNC(0x018B7760, float, MBZCurv_GetStartAngle, (MBZCurv * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x018B77A0, void, MBZCurv_SetEndAngle, (MBZCurv * __this, int32_t id, float angle, MethodInfo * method)); DO_APP_FUNC(0x018B77F0, float, MBZCurv_GetEndAngle, (MBZCurv * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x018B7830, void, MBZCurv__ctor, (MBZCurv * __this, MethodInfo * method)); DO_APP_FUNC(0x018B79E0, Vector3, MBZCurv_GetPosition, (MBZCurv * __this, float t, MethodInfo * method)); DO_APP_FUNC(0x018B7A50, Vector3, MBZCurv_GetPosition_1, (MBZCurv * __this, int32_t subCurv, float t, MethodInfo * method)); DO_APP_FUNC(0x018B7CB0, int32_t, MBZCurv_GetCurveId, (MBZCurv * __this, float t, float * tLocal, MethodInfo * method)); DO_APP_FUNC(0x018B7DF0, Vector3, MBZCurv_GetUp, (MBZCurv * __this, float t, MethodInfo * method)); DO_APP_FUNC(0x018B7E60, Vector3, MBZCurv_GetUp_1, (MBZCurv * __this, int32_t subCurv, float t, MethodInfo * method)); DO_APP_FUNC(0x018B8240, Vector3, MBZCurv_GetTangent, (MBZCurv * __this, float t, MethodInfo * method)); DO_APP_FUNC(0x018B8530, MBZCurv *, MBZCurv_Copy, (MBZCurv * __this, MethodInfo * method)); DO_APP_FUNC(0x018B8850, void, MBZCurv_Mirror, (MBZCurv * __this, MBZCurv_eMirrorAxis__Enum axis, Vector3 offset, MethodInfo * method)); DO_APP_FUNC(0x018B8BA0, void, MBZCurv_SetUpRef, (MBZCurv * __this, Vector3 upRef, MethodInfo * method)); DO_APP_FUNC(0x018B8E60, void, MBZCurv_ConvertOffsetAndRotation, (MBZCurv * __this, Vector3 offset, Quaternion q, bool rootOnly, MethodInfo * method)); DO_APP_FUNC(0x018B9590, bool, HairDesignerBase_checkVersion, (HairDesignerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018B9630, float, HairDesignerBase_get_globalScale, (HairDesignerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018B9890, float, HairDesignerBase_get_globalScaleParent, (HairDesignerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018B9BE0, HairDesignerGenerator *, HairDesignerBase_get_generator, (HairDesignerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018B9C90, HairDesignerGenerator *, HairDesignerBase_GetLayer, (HairDesignerBase * __this, int32_t layerId, MethodInfo * method)); DO_APP_FUNC(0x018B9D30, HairDesignerGenerator *, HairDesignerBase_GetLayer_1, (HairDesignerBase * __this, String * layerName, MethodInfo * method)); DO_APP_FUNC(0x018B9E70, void, HairDesignerBase_InitRandSeed, (int32_t seed, MethodInfo * method)); DO_APP_FUNC(0x018B9F60, void, HairDesignerBase_RestoreRandSeed, (MethodInfo * method)); DO_APP_FUNC(0x018BA000, void, HairDesignerBase_InitShaderPropertyToID, (MethodInfo * method)); DO_APP_FUNC(0x018BAA10, void, HairDesignerBase_Start, (HairDesignerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018BABA0, void, HairDesignerBase_Update, (HairDesignerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018BB720, void, HairDesignerBase_LateUpdate, (HairDesignerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018BB900, void, HairDesignerBase_OnDestroy, (HairDesignerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018BBB90, void, HairDesignerBase_OnEnable, (HairDesignerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018BBC50, void, HairDesignerBase_OnDisable, (HairDesignerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018BBD10, void, HairDesignerBase__ctor, (HairDesignerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018BBF80, void, HairDesignerBase__cctor, (MethodInfo * method)); DO_APP_FUNC(0x018BC0A0, void, TextureToolColor__ctor, (TextureToolColor * __this, MethodInfo * method)); DO_APP_FUNC(0x018BC0C0, void, TextureToolShaderParameters__ctor, (TextureToolShaderParameters * __this, MethodInfo * method)); DO_APP_FUNC(0x018BC300, void, AtlasParameters__ctor, (AtlasParameters * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD40, void, HairToolLayer__ctor, (HairToolLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x018BC470, void, GeneratorParams__ctor, (GeneratorParams * __this, MethodInfo * method)); DO_APP_FUNC(0x018BC700, void, StrandRenderingData__ctor, (StrandRenderingData * __this, MethodInfo * method)); DO_APP_FUNC(0x018BC7D0, void, StrandTmpData__ctor, (StrandTmpData * __this, MethodInfo * method)); DO_APP_FUNC(0x018BCBF0, void, StrandData__ctor, (StrandData * __this, MethodInfo * method)); DO_APP_FUNC(0x018BCD00, float, BrushToolData_GetBrushWeight, (BrushToolData * __this, Vector3 worldPosition, Vector3 normal, MethodInfo * method)); DO_APP_FUNC(0x018BD570, void, MotionZone__ctor, (MotionZone * __this, MethodInfo * method)); DO_APP_FUNC(0x018BD770, void, GeneratorModifier__ctor, (GeneratorModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x00977540, bool, HairDesignerGenerator_get_IsActive, (HairDesignerGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7010, StrandRenderingData *, HairDesignerGenerator_GetData, (HairDesignerGenerator * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, HairDesignerGenerator_GetStrandCount, (HairDesignerGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HairDesignerGenerator_PaintTool, (HairDesignerGenerator * __this, StrandData * data, BrushToolData * bt, MethodInfo * method)); DO_APP_FUNC(0x018BD840, int32_t, HairDesignerGenerator_get_m_atlasSizeY, (HairDesignerGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x018BD850, void, HairDesignerGenerator_SetActive, (HairDesignerGenerator * __this, bool enable, MethodInfo * method)); DO_APP_FUNC(0x018BD870, HairDesignerShader *, HairDesignerGenerator_GetShaderParams, (HairDesignerGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x018BD9E0, HairDesignerShader *, HairDesignerGenerator_GetShaderParams_1, (HairDesignerGenerator * __this, Shader * shader, MethodInfo * method)); DO_APP_FUNC(0x018BE0D0, float, HairDesignerGenerator_get_strandScaleFactor, (HairDesignerGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x018BE500, void, HairDesignerGenerator_Start, (HairDesignerGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x018BF0D0, void, HairDesignerGenerator_DestroyMesh, (HairDesignerGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x018BF2D0, void, HairDesignerGenerator_GenerateMeshRenderer, (HairDesignerGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HairDesignerGenerator_RefreshMesh, (HairDesignerGenerator * __this, Mesh * skinRef, MethodInfo * method)); DO_APP_FUNC(0x018BFDC0, void, HairDesignerGenerator_InitEditor, (HairDesignerGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x018BFDD0, void, HairDesignerGenerator_UpdateInstance, (HairDesignerGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HairDesignerGenerator_LateUpdateInstance, (HairDesignerGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x018C15F0, Mesh *, HairDesignerGenerator_CreateHairStrandMesh, (HairDesignerGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x018C1F50, void, HairDesignerGenerator_DrawHairStrand, (HairDesignerGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HairDesignerGenerator_EnableGenerator, (HairDesignerGenerator * __this, bool e, MethodInfo * method)); DO_APP_FUNC(0x018C3380, void, HairDesignerGenerator_CreateHairMesh, (HairDesignerGenerator * __this, Mesh * skinRef, MethodInfo * method)); DO_APP_FUNC(0x018C4000, void, HairDesignerGenerator_CreateHairMeshSimple, (HairDesignerGenerator * __this, Mesh * skinRef, MethodInfo * method)); DO_APP_FUNC(0x018C6480, int32_t, HairDesignerGenerator_GenerateModifierId, (HairDesignerGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x018C6490, void, HairDesignerGenerator_OnDestroy, (HairDesignerGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x018C64B0, void, HairDesignerGenerator_Destroy, (HairDesignerGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x018C68A0, void, HairDesignerGenerator_DestroyShaderParams, (HairDesignerGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x018C69F0, void, HairDesignerGenerator_AddHairDesignerCollidersFromBoneHierarchy, (HairDesignerGenerator * __this, MotionSolver_SolverSettings * ms, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HairDesignerGenerator_Disable, (HairDesignerGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HairDesignerGenerator_Enable, (HairDesignerGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x018C6DF0, bool, HairDesignerGenerator_get_IsVisible, (HairDesignerGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x018C6E00, void, HairDesignerGenerator_OnBecameInvisible, (HairDesignerGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x018C6E10, void, HairDesignerGenerator_OnBecameVisible, (HairDesignerGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HairDesignerGenerator_OnActiveGenerator, (HairDesignerGenerator * __this, bool enable, MethodInfo * method)); DO_APP_FUNC(0x018C6E20, void, HairDesignerGenerator__ctor, (HairDesignerGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x018C7940, void, HairDesignerGenerator__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HairDesignerGenerator_CreateMeshReferenceData__ctor, (HairDesignerGenerator_CreateMeshReferenceData * __this, MethodInfo * method)); DO_APP_FUNC(0x018C7980, void, ShellData_OnStart, (ShellData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ShellData__ctor, (ShellData * __this, MethodInfo * method)); DO_APP_FUNC(0x018C7C90, eInstancingMode__Enum, HairDesignerGeneratorFurShellBase_get_GetInstancingMode, (HairDesignerGeneratorFurShellBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018C7D00, eInstancingMode__Enum, HairDesignerGeneratorFurShellBase_get_RuntimeInstancingMode, (HairDesignerGeneratorFurShellBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018C7D10, void, HairDesignerGeneratorFurShellBase_set_RuntimeInstancingMode, (HairDesignerGeneratorFurShellBase * __this, eInstancingMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x018C7D20, void, HairDesignerGeneratorFurShellBase_RegisterEvents, (HairDesignerGeneratorFurShellBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018C8050, void, HairDesignerGeneratorFurShellBase_Awake, (HairDesignerGeneratorFurShellBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018C8660, void, HairDesignerGeneratorFurShellBase_InitMotionZones, (HairDesignerGeneratorFurShellBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018C8960, void, HairDesignerGeneratorFurShellBase_Start, (HairDesignerGeneratorFurShellBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018C8980, void, HairDesignerGeneratorFurShellBase_OnPlayStateChanged, (HairDesignerGeneratorFurShellBase * __this, HairDesignerEvents_PlayModeStateChange__Enum state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEAC08, HairDesignerGeneratorFurShellBase_OnPlayStateChanged__MethodInfo); DO_APP_FUNC(0x018C89D0, void, HairDesignerGeneratorFurShellBase_OnPauseStateChanged, (HairDesignerGeneratorFurShellBase * __this, HairDesignerEvents_PauseState__Enum state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEAC00, HairDesignerGeneratorFurShellBase_OnPauseStateChanged__MethodInfo); DO_APP_FUNC(0x018C8A90, void, HairDesignerGeneratorFurShellBase_Init, (HairDesignerGeneratorFurShellBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018C9970, void, HairDesignerGeneratorFurShellBase_UpdateInstance, (HairDesignerGeneratorFurShellBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018CAE00, void, HairDesignerGeneratorFurShellBase_LateUpdateInstance, (HairDesignerGeneratorFurShellBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018CAE20, void, HairDesignerGeneratorFurShellBase_ClearShells, (HairDesignerGeneratorFurShellBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018CB440, void, HairDesignerGeneratorFurShellBase_InitShaderid, (HairDesignerGeneratorFurShellBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018CB590, void, HairDesignerGeneratorFurShellBase_InitMaterial, (HairDesignerGeneratorFurShellBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018CBF30, void, HairDesignerGeneratorFurShellBase_UpdateIndirectBuffer, (HairDesignerGeneratorFurShellBase * __this, ComputeBuffer * * furBuff, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * * bufLst, ComputeBuffer * * argsBuf, UInt32__Array * * args, int32_t startIdx, int32_t length, int32_t subMesh, MethodInfo * method)); DO_APP_FUNC(0x018CC6F0, void, HairDesignerGeneratorFurShellBase_UpdateDrawIndirectBuffers, (HairDesignerGeneratorFurShellBase * __this, int32_t subMesh, MethodInfo * method)); DO_APP_FUNC(0x018CCCD0, void, HairDesignerGeneratorFurShellBase_UpdateShells, (HairDesignerGeneratorFurShellBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018CF7F0, void, HairDesignerGeneratorFurShellBase_GenerateShell, (HairDesignerGeneratorFurShellBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018D0470, int32_t, HairDesignerGeneratorFurShellBase_GetLOD, (HairDesignerGeneratorFurShellBase * __this, Camera * cam, MethodInfo * method)); DO_APP_FUNC(0x018D0840, void, HairDesignerGeneratorFurShellBase_CameraPreCull, (HairDesignerGeneratorFurShellBase * __this, Camera * cam, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEAB30, HairDesignerGeneratorFurShellBase_CameraPreCull__MethodInfo); DO_APP_FUNC(0x018D0950, void, HairDesignerGeneratorFurShellBase_RenderLOD, (HairDesignerGeneratorFurShellBase * __this, Camera * cam, MethodInfo * method)); DO_APP_FUNC(0x018D0B70, void, HairDesignerGeneratorFurShellBase_OnDisable, (HairDesignerGeneratorFurShellBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018D0E20, void, HairDesignerGeneratorFurShellBase_OnEnable, (HairDesignerGeneratorFurShellBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018D10D0, void, HairDesignerGeneratorFurShellBase_OnActiveGenerator, (HairDesignerGeneratorFurShellBase * __this, bool enable, MethodInfo * method)); DO_APP_FUNC(0x018D1240, void, HairDesignerGeneratorFurShellBase_Destroy, (HairDesignerGeneratorFurShellBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018D1270, void, HairDesignerGeneratorFurShellBase_InitCS, (HairDesignerGeneratorFurShellBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018D2AD0, void, HairDesignerGeneratorFurShellBase_CleanMIIComputeBuffers, (HairDesignerGeneratorFurShellBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018D2CB0, void, HairDesignerGeneratorFurShellBase_CleanComputeBuffers, (HairDesignerGeneratorFurShellBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018AF8D0, void, HairDesignerGeneratorFurShellBase_ClearBuffer, (HairDesignerGeneratorFurShellBase * __this, ComputeBuffer * * cpb, MethodInfo * method)); DO_APP_FUNC(0x018D31D0, void, HairDesignerGeneratorFurShellBase_GPU_Skinning, (HairDesignerGeneratorFurShellBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018D3A50, void, HairDesignerGeneratorFurShellBase__ctor, (HairDesignerGeneratorFurShellBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018D3FF0, void, HairDesignerGeneratorFurShellBase_LODGroup__ctor, (HairDesignerGeneratorFurShellBase_LODGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x018D4010, void, HairDesignerGeneratorFurShellBase_EditorData__ctor, (HairDesignerGeneratorFurShellBase_EditorData * __this, MethodInfo * method)); DO_APP_FUNC(0x018D4020, int32_t, HairDesignerGeneratorLongHairBase_GetStrandCount, (HairDesignerGeneratorLongHairBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018D40E0, void, HairDesignerGeneratorLongHairBase_Start, (HairDesignerGeneratorLongHairBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018D40F0, void, HairDesignerGeneratorLongHairBase_UpdateInstance, (HairDesignerGeneratorLongHairBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018D4230, void, HairDesignerGeneratorLongHairBase_UpdateCapsuleColliderData, (HairDesignerGeneratorLongHairBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018D4A90, void, HairDesignerGeneratorLongHairBase_LateUpdateInstance, (HairDesignerGeneratorLongHairBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018D4B50, void, HairDesignerGeneratorLongHairBase_FixedUpdate, (HairDesignerGeneratorLongHairBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018D4C70, void, HairDesignerGeneratorLongHairBase_InitBOnePositionData, (HairDesignerGeneratorLongHairBase * __this, int32_t gId, int32_t boneid, MethodInfo * method)); DO_APP_FUNC(0x018D5D40, void, HairDesignerGeneratorLongHairBase_InitMotionSystemV3, (HairDesignerGeneratorLongHairBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018D6350, void, HairDesignerGeneratorLongHairBase_UpdateBonePositionV3, (HairDesignerGeneratorLongHairBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018D6570, void, HairDesignerGeneratorLongHairBase_FixedUpdateBonePositionV3, (HairDesignerGeneratorLongHairBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018D6660, void, HairDesignerGeneratorLongHairBase_UpdateBonePositionV2, (HairDesignerGeneratorLongHairBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018D8EF0, void, HairDesignerGeneratorLongHairBase_UpdateBonePositionV1, (HairDesignerGeneratorLongHairBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018DC2C0, bool, HairDesignerGeneratorLongHairBase_CheckCapsuleCollision, (HairDesignerGeneratorLongHairBase * __this, HairDesignerGeneratorLongHairBase_HairGroup * hg, int32_t b, Vector3 * position, Vector3 * normalCollision, MethodInfo * method)); DO_APP_FUNC(0x018DD000, void, HairDesignerGeneratorLongHairBase_SmoothParentBoneOrientation, (HairDesignerGeneratorLongHairBase * __this, HairDesignerGeneratorLongHairBase_HairGroup * g, int32_t boneId, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HairDesignerGeneratorLongHairBase_UpdateBlendshape, (HairDesignerGeneratorLongHairBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018DD470, void, HairDesignerGeneratorLongHairBase_Destroy, (HairDesignerGeneratorLongHairBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018DD4B0, Vector3, HairDesignerGeneratorLongHairBase_MulEachAxis, (HairDesignerGeneratorLongHairBase * __this, Vector3 v1, Vector3 v2, MethodInfo * method)); DO_APP_FUNC(0x018DD4F0, Mesh *, HairDesignerGeneratorLongHairBase_GenerateMeshHairCards, (HairDesignerGeneratorLongHairBase * __this, StrandData * sd, List_1_UnityEngine_Transform_ * bones, int32_t startBoneId, Transform * t, MethodInfo * method)); DO_APP_FUNC(0x018E0980, Mesh *, HairDesignerGeneratorLongHairBase_GenerateMeshFromCollection, (HairDesignerGeneratorLongHairBase * __this, HairDesignerStrandMeshCollectionBase * meshCollection, int32_t strandId, StrandData * sd, List_1_UnityEngine_Transform_ * bones, int32_t startBoneId, Transform * trans, MethodInfo * method)); DO_APP_FUNC(0x018E1D10, void, HairDesignerGeneratorLongHairBase_GenerateGroupBones, (HairDesignerGeneratorLongHairBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018E26F0, void, HairDesignerGeneratorLongHairBase_UpdateStrandMesh, (HairDesignerGeneratorLongHairBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018E2F00, void, HairDesignerGeneratorLongHairBase_UpdateMirror, (HairDesignerGeneratorLongHairBase * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x018E3030, void, HairDesignerGeneratorLongHairBase_CreateHairMesh, (HairDesignerGeneratorLongHairBase * __this, Mesh * skinRef, MethodInfo * method)); DO_APP_FUNC(0x018E4290, void, HairDesignerGeneratorLongHairBase_GenerateMeshRenderer, (HairDesignerGeneratorLongHairBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018E49C0, Transform__Array *, HairDesignerGeneratorLongHairBase_GenerateBones, (HairDesignerGeneratorLongHairBase * __this, int32_t groupId, int32_t nb, float bonesOffset, MethodInfo * method)); DO_APP_FUNC(0x018E5860, void, HairDesignerGeneratorLongHairBase_DrawHairStrand, (HairDesignerGeneratorLongHairBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018E6000, void, HairDesignerGeneratorLongHairBase_PaintTool, (HairDesignerGeneratorLongHairBase * __this, StrandData * data, BrushToolData * bt, MethodInfo * method)); DO_APP_FUNC(0x018E6030, void, HairDesignerGeneratorLongHairBase_AddGroup, (HairDesignerGeneratorLongHairBase * __this, StrandData * data, BrushToolData * bt, MethodInfo * method)); DO_APP_FUNC(0x018E6960, void, HairDesignerGeneratorLongHairBase_ClearStrandTmpMesh, (HairDesignerGeneratorLongHairBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018E6BF0, void, HairDesignerGeneratorLongHairBase_DestroyMesh, (HairDesignerGeneratorLongHairBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018E6FF0, void, HairDesignerGeneratorLongHairBase__ctor, (HairDesignerGeneratorLongHairBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018E7940, void, HairDesignerGeneratorLongHairBase_HairGroup_Generate, (HairDesignerGeneratorLongHairBase_HairGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x018E7BA0, HairDesignerGeneratorLongHairBase_HairGroup *, HairDesignerGeneratorLongHairBase_HairGroup_Copy, (HairDesignerGeneratorLongHairBase_HairGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x018E8060, void, HairDesignerGeneratorLongHairBase_HairGroup_RemoveTmpStrandData, (HairDesignerGeneratorLongHairBase_HairGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x018E8130, void, HairDesignerGeneratorLongHairBase_HairGroup__ctor, (HairDesignerGeneratorLongHairBase_HairGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x018E8AE0, void, HairDesignerGeneratorLongHairBase_MotionBoneData__ctor, (HairDesignerGeneratorLongHairBase_MotionBoneData * __this, MethodInfo * method)); DO_APP_FUNC(0x018E8E50, void, HairDesignerGeneratorLongHairBase_MirrorModifier_Update, (HairDesignerGeneratorLongHairBase_MirrorModifier * __this, HairDesignerGeneratorLongHairBase * g, MethodInfo * method)); DO_APP_FUNC(0x018E9300, void, HairDesignerGeneratorLongHairBase_MirrorModifier__ctor, (HairDesignerGeneratorLongHairBase_MirrorModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x018E9410, void, HairDesignerGeneratorLongHairBase_EditorData__ctor, (HairDesignerGeneratorLongHairBase_EditorData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HairDesignerGeneratorLongHairBase_c_DisplayClass48_0__ctor, (HairDesignerGeneratorLongHairBase_c_DisplayClass48_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x005E0040, bool, HairDesignerGeneratorLongHairBase_c_DisplayClass48_0__GenerateMeshFromCollection_b__0, (HairDesignerGeneratorLongHairBase_c_DisplayClass48_0 * __this, HairDesignerStrandMeshCollectionBase_StrandMesh * strand, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA9F8, HairDesignerGeneratorLongHairBase_c_DisplayClass48_0__GenerateMeshFromCollection_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, HairDesignerGeneratorLongHairBase_c_DisplayClass50_0__ctor, (HairDesignerGeneratorLongHairBase_c_DisplayClass50_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x018E9420, bool, HairDesignerGeneratorLongHairBase_c_DisplayClass50_0__UpdateStrandMesh_b__0, (HairDesignerGeneratorLongHairBase_c_DisplayClass50_0 * __this, HairDesignerStrandMeshCollectionBase_StrandMesh * strand, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEAA10, HairDesignerGeneratorLongHairBase_c_DisplayClass50_0__UpdateStrandMesh_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, HairDesignerGeneratorLongHairBase_c_DisplayClass53_0__ctor, (HairDesignerGeneratorLongHairBase_c_DisplayClass53_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x018E94C0, bool, HairDesignerGeneratorLongHairBase_c_DisplayClass53_0__CreateHairMesh_b__0, (HairDesignerGeneratorLongHairBase_c_DisplayClass53_0 * __this, HairDesignerStrandMeshCollectionBase_StrandMesh * strand, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA9D8, HairDesignerGeneratorLongHairBase_c_DisplayClass53_0__CreateHairMesh_b__0__MethodInfo); DO_APP_FUNC(0x018E9560, StrandRenderingData *, HairDesignerGeneratorMeshBase_GetData, (HairDesignerGeneratorMeshBase * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x018E97E0, int32_t, HairDesignerGeneratorMeshBase_GetStrandCount, (HairDesignerGeneratorMeshBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018E9830, void, HairDesignerGeneratorMeshBase_InitEditor, (HairDesignerGeneratorMeshBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018E9870, void, HairDesignerGeneratorMeshBase_PaintTool, (HairDesignerGeneratorMeshBase * __this, StrandData * data, BrushToolData * bt, MethodInfo * method)); DO_APP_FUNC(0x018E9900, void, HairDesignerGeneratorMeshBase_AddStrand, (HairDesignerGeneratorMeshBase * __this, StrandData * data, BrushToolData * bt, MethodInfo * method)); DO_APP_FUNC(0x018EAA80, void, HairDesignerGeneratorMeshBase_BrushTool, (HairDesignerGeneratorMeshBase * __this, StrandData * data, BrushToolData * bt, MethodInfo * method)); DO_APP_FUNC(0x018EAAB0, void, HairDesignerGeneratorMeshBase_BrushRootTool, (HairDesignerGeneratorMeshBase * __this, StrandData * data, BrushToolData * bt, MethodInfo * method)); DO_APP_FUNC(0x018EC510, void, HairDesignerGeneratorMeshBase_BrushTipTool, (HairDesignerGeneratorMeshBase * __this, StrandData * data, BrushToolData * bt, MethodInfo * method)); DO_APP_FUNC(0x018ED2E0, void, HairDesignerGeneratorMeshBase_ScaleTool, (HairDesignerGeneratorMeshBase * __this, StrandData * data, BrushToolData * bt, MethodInfo * method)); DO_APP_FUNC(0x018EDB90, void, HairDesignerGeneratorMeshBase_UpdateInstance, (HairDesignerGeneratorMeshBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018EDBE0, void, HairDesignerGeneratorMeshBase_RefreshMesh, (HairDesignerGeneratorMeshBase * __this, Mesh * skinRef, MethodInfo * method)); DO_APP_FUNC(0x018EED40, void, HairDesignerGeneratorMeshBase_UpdateBlenshapes, (HairDesignerGeneratorMeshBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018EF1B0, void, HairDesignerGeneratorMeshBase__ctor, (HairDesignerGeneratorMeshBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018EF3D0, HairDesignerBase *, HairDesignerShader_get_m_hd, (HairDesignerShader * __this, MethodInfo * method)); DO_APP_FUNC(0x018EF540, bool, HairDesignerShader_InstancingModeCompatibility, (HairDesignerShader * __this, eInstancingMode__Enum imode, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HairDesignerShader_UpdatePropertyBlock, (HairDesignerShader * __this, MaterialPropertyBlock * * pb, HairDesignerBase_eLayerType__Enum lt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HairDesignerShader_UpdateMaterialProperty, (HairDesignerShader * __this, Material * * mat, HairDesignerBase_eLayerType__Enum lt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HairDesignerShader_SetTexture, (HairDesignerShader * __this, int32_t textureID, Texture2D * tex, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Texture2D *, HairDesignerShader_GetTexture, (HairDesignerShader * __this, int32_t textureID, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, HairDesignerShader__ctor, (HairDesignerShader * __this, MethodInfo * method)); DO_APP_FUNC(0x018EF550, void, HairDesignerPID__ctor, (HairDesignerPID * __this, MethodInfo * method)); DO_APP_FUNC(0x018EF620, void, HairDesignerPID__ctor_1, (HairDesignerPID * __this, float kp, float ki, float kd, MethodInfo * method)); DO_APP_FUNC(0x018EF750, float, HairDesignerPID_Compute, (HairDesignerPID * __this, float input, MethodInfo * method)); DO_APP_FUNC(0x018EF810, float, HairDesignerPID_Compute_1, (HairDesignerPID * __this, float input, float dt, MethodInfo * method)); DO_APP_FUNC(0x018EFA80, void, HairDesignerPID_ForceTarget, (HairDesignerPID * __this, float percent, MethodInfo * method)); DO_APP_FUNC(0x018EFAC0, void, HairDesignerPID_Init, (HairDesignerPID * __this, MethodInfo * method)); DO_APP_FUNC(0x018EFB20, void, HairDesignerPID__cctor, (MethodInfo * method)); DO_APP_FUNC(0x018EFB80, void, HairDesignerPID_Parameters__ctor, (HairDesignerPID_Parameters * __this, MethodInfo * method)); DO_APP_FUNC(0x018EFBB0, void, HairDesignerPID_Parameters__ctor_1, (HairDesignerPID_Parameters * __this, HairDesignerPID_Parameters * p, MethodInfo * method)); DO_APP_FUNC(0x018EFC10, Vector3, HairPID_V3_Compute, (HairPID_V3 * __this, Vector3 input, MethodInfo * method)); DO_APP_FUNC(0x018EFE40, void, HairPID_V3_Init, (HairPID_V3 * __this, MethodInfo * method)); DO_APP_FUNC(0x018EFFA0, void, HairPID_V3__ctor, (HairPID_V3 * __this, MethodInfo * method)); DO_APP_FUNC(0x018F0220, void, MeshUtility_ApplyBlendShape, (SkinnedMeshRenderer * smr, Vector3__Array * * vertices, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MeshUtility__ctor, (MeshUtility * __this, MethodInfo * method)); DO_APP_FUNC(0x018F0640, void, TPoseUtility__ctor, (TPoseUtility * __this, MethodInfo * method)); DO_APP_FUNC(0x018F0650, TriangleLock *, TriangleLock_Clone, (TriangleLock * __this, MethodInfo * method)); DO_APP_FUNC(0x018F0800, void, TriangleLock_ComputeWeights, (TriangleLock * __this, Vector3 localPos, TriangleLock_TriangleData * * tdata, bool isDirection, bool debug, MethodInfo * method)); DO_APP_FUNC(0x018F1560, void, TriangleLock_InitFaceData, (TriangleLock * __this, Vector3__Array * vertices, Int32__Array * triangles, Transform * transMesh, Transform * transTarget, MethodInfo * method)); DO_APP_FUNC(0x018F1FD0, int32_t, TriangleLock_Lock, (TriangleLock * __this, Vector3 position, Vector3 direction, Vector3 up, Transform * transformMesh, Transform * transformTarget, int32_t faceId, Vector3__Array * vertices, Int32__Array * triangles, bool worldCoord, MethodInfo * method)); DO_APP_FUNC(0x018F26B0, void, TriangleLock_UpdateWorldDirection, (TriangleLock * __this, Vector3 worldDirection, MethodInfo * method)); DO_APP_FUNC(0x018F2830, void, TriangleLock_Apply, (TriangleLock * __this, Transform * transTarget, Transform * transMesh, Vector3__Array * vertices, Int32__Array * triangles, bool force, MethodInfo * method)); DO_APP_FUNC(0x018F31A0, void, TriangleLock__ctor, (TriangleLock * __this, MethodInfo * method)); DO_APP_FUNC(0x018F3470, Vector3, TriangleLock_ComputedData_get_worldNormalFace, (TriangleLock_ComputedData * __this, MethodInfo * method)); DO_APP_FUNC(0x018F36D0, Vector3, TriangleLock_ComputedData_get_worldPosition, (TriangleLock_ComputedData * __this, MethodInfo * method)); DO_APP_FUNC(0x018F38B0, Vector3, TriangleLock_ComputedData_get_worldDirection, (TriangleLock_ComputedData * __this, MethodInfo * method)); DO_APP_FUNC(0x018F3B10, Quaternion, TriangleLock_ComputedData_get_localRotation, (TriangleLock_ComputedData * __this, MethodInfo * method)); DO_APP_FUNC(0x018F3E00, void, TriangleLock_ComputedData__ctor, (TriangleLock_ComputedData * __this, MethodInfo * method)); DO_APP_FUNC(0x018F3EA0, TriangleLock_TriangleData *, TriangleLock_TriangleData_Clone, (TriangleLock_TriangleData * __this, MethodInfo * method)); DO_APP_FUNC(0x018F3F70, void, TriangleLock_TriangleData__ctor, (TriangleLock_TriangleData * __this, MethodInfo * method)); DO_APP_FUNC(0x018F4030, void, HairDesignerBoneBase_Start, (HairDesignerBoneBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00756240, void, HairDesignerBoneBase__ctor, (HairDesignerBoneBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018F44F0, void, HairDesignerRuntimeLayerBase_GenerateLayers, (HairDesignerRuntimeLayerBase * __this, HairDesignerBase * hd, MethodInfo * method)); DO_APP_FUNC(0x018F5910, void, HairDesignerRuntimeLayerBase_CopyComponent, (HairDesignerRuntimeLayerBase * __this, MonoBehaviour * src, MonoBehaviour * dest, MethodInfo * method)); DO_APP_FUNC(0x018F5A80, void, HairDesignerRuntimeLayerBase__ctor, (HairDesignerRuntimeLayerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018F5C10, void, HairDesignerRuntimeLayerBase__cctor, (MethodInfo * method)); DO_APP_FUNC(0x018F5DD0, void, HairDesignerGeneratorAdvancedFurBase_Awake, (HairDesignerGeneratorAdvancedFurBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018F5DE0, void, HairDesignerGeneratorAdvancedFurBase_Start, (HairDesignerGeneratorAdvancedFurBase * __this, MethodInfo * method)); DO_APP_FUNC(0x005D32B0, void, HairDesignerGeneratorAdvancedFurBase_ResetMotion, (HairDesignerGeneratorAdvancedFurBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018F5E50, void, HairDesignerGeneratorAdvancedFurBase_UpdateColliders, (HairDesignerGeneratorAdvancedFurBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018F6EA0, void, HairDesignerGeneratorAdvancedFurBase_InitComputeShader, (HairDesignerGeneratorAdvancedFurBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018F88E0, void, HairDesignerGeneratorAdvancedFurBase_RunCS, (HairDesignerGeneratorAdvancedFurBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018F9840, void, HairDesignerGeneratorAdvancedFurBase_InitMotionZones, (HairDesignerGeneratorAdvancedFurBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018F9B40, void, HairDesignerGeneratorAdvancedFurBase_Init, (HairDesignerGeneratorAdvancedFurBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018F9CC0, GameObject *, HairDesignerGeneratorAdvancedFurBase_GenerateFurObject, (HairDesignerGeneratorAdvancedFurBase * __this, String * name, GameObject * * furObject, Renderer * * renderTarget, List_1_System_Boolean_ * * enableMaterial, Material * material, MethodInfo * method)); DO_APP_FUNC(0x018FB410, void, HairDesignerGeneratorAdvancedFurBase_UpdateInstance, (HairDesignerGeneratorAdvancedFurBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018FCEB0, void, HairDesignerGeneratorAdvancedFurBase_LateUpdateInstance, (HairDesignerGeneratorAdvancedFurBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018FCF20, void, HairDesignerGeneratorAdvancedFurBase_Disable, (HairDesignerGeneratorAdvancedFurBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018FD1A0, void, HairDesignerGeneratorAdvancedFurBase_Enable, (HairDesignerGeneratorAdvancedFurBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018FD420, void, HairDesignerGeneratorAdvancedFurBase_CleanFurOjects, (HairDesignerGeneratorAdvancedFurBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018FD7E0, void, HairDesignerGeneratorAdvancedFurBase_Destroy, (HairDesignerGeneratorAdvancedFurBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018FDE70, void, HairDesignerGeneratorAdvancedFurBase__ctor, (HairDesignerGeneratorAdvancedFurBase * __this, MethodInfo * method)); DO_APP_FUNC(0x018D4010, void, HairDesignerGeneratorAdvancedFurBase_EditorData__ctor, (HairDesignerGeneratorAdvancedFurBase_EditorData * __this, MethodInfo * method)); DO_APP_FUNC(0x018FE380, void, HairDesignerGeneratorAdvancedFurBase_CSMotionData__ctor, (HairDesignerGeneratorAdvancedFurBase_CSMotionData * __this, MethodInfo * method)); DO_APP_FUNC(0x00A881C0, void, Behavior__ctor, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, Behavior_get_StartWhenEnabled, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, Behavior_set_StartWhenEnabled, (Behavior * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF3A0, bool, Behavior_get_AsynchronousLoad, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3B0, void, Behavior_set_AsynchronousLoad, (Behavior * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF3C0, bool, Behavior_get_PauseWhenDisabled, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3D0, void, Behavior_set_PauseWhenDisabled, (Behavior * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF3E0, bool, Behavior_get_RestartWhenComplete, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3F0, void, Behavior_set_RestartWhenComplete, (Behavior * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF400, bool, Behavior_get_LogTaskChanges, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF410, void, Behavior_set_LogTaskChanges, (Behavior * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, Behavior_get_Group, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, Behavior_set_Group, (Behavior * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x009866A0, bool, Behavior_get_ResetValuesOnRestart, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x009866B0, void, Behavior_set_ResetValuesOnRestart, (Behavior * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, ExternalBehavior *, Behavior_get_ExternalBehavior, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88470, void, Behavior_set_ExternalBehavior, (Behavior * __this, ExternalBehavior * value, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, Behavior_get_HasInheritedVariables, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88980, void, Behavior_set_HasInheritedVariables, (Behavior * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00A88990, String *, Behavior_get_BehaviorName, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00A889B0, void, Behavior_set_BehaviorName, (Behavior * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00A88A20, String *, Behavior_get_BehaviorDescription, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88A40, void, Behavior_set_BehaviorDescription, (Behavior * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, BehaviorSource *, Behavior_GetBehaviorSource, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, Behavior_SetBehaviorSource, (Behavior * __this, BehaviorSource * behaviorSource, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Object_1 *, Behavior_GetObject, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88AB0, String *, Behavior_GetOwnerName, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88B20, TaskStatus__Enum_1, Behavior_get_ExecutionStatus, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88B30, void, Behavior_set_ExecutionStatus, (Behavior * __this, TaskStatus__Enum_1 value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, Boolean__Array *, Behavior_get_HasEvent, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88B40, void, Behavior_add_OnBehaviorStart, (Behavior * __this, Behavior_BehaviorHandler * value, MethodInfo * method)); DO_APP_FUNC(0x00A88C30, void, Behavior_remove_OnBehaviorStart, (Behavior * __this, Behavior_BehaviorHandler * value, MethodInfo * method)); DO_APP_FUNC(0x00A88D20, void, Behavior_add_OnBehaviorRestart, (Behavior * __this, Behavior_BehaviorHandler * value, MethodInfo * method)); DO_APP_FUNC(0x00A88E10, void, Behavior_remove_OnBehaviorRestart, (Behavior * __this, Behavior_BehaviorHandler * value, MethodInfo * method)); DO_APP_FUNC(0x00A88F00, void, Behavior_add_OnBehaviorEnd, (Behavior * __this, Behavior_BehaviorHandler * value, MethodInfo * method)); DO_APP_FUNC(0x00A89000, void, Behavior_remove_OnBehaviorEnd, (Behavior * __this, Behavior_BehaviorHandler * value, MethodInfo * method)); DO_APP_FUNC(0x00A89100, void, Behavior_Start, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00A89110, void, Behavior_EnableBehavior, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00A89290, void, Behavior_DisableBehavior, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00A89420, void, Behavior_DisableBehavior_1, (Behavior * __this, bool pause, MethodInfo * method)); DO_APP_FUNC(0x00A895B0, void, Behavior_OnEnable, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00A89750, void, Behavior_OnDisable, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00A89760, void, Behavior_OnDestroy, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00A898E0, SharedVariable *, Behavior_GetVariable, (Behavior * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00A89970, void, Behavior_SetVariable, (Behavior * __this, String * name, SharedVariable * item, MethodInfo * method)); DO_APP_FUNC(0x00A89A10, void, Behavior_SetVariableValue, (Behavior * __this, String * name, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00A89D60, List_1_BehaviorDesigner_Runtime_SharedVariable_ *, Behavior_GetAllVariables, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00A89DE0, void, Behavior_CheckForSerialization, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00A89E40, void, Behavior_CheckForSerialization_1, (Behavior * __this, bool forceSerialization, bool isPlaying, MethodInfo * method)); DO_APP_FUNC(0x00A8A420, void, Behavior_OnCollisionEnter, (Behavior * __this, Collision * collision, MethodInfo * method)); DO_APP_FUNC(0x00A8A5D0, void, Behavior_OnCollisionExit, (Behavior * __this, Collision * collision, MethodInfo * method)); DO_APP_FUNC(0x00A8A780, void, Behavior_OnTriggerEnter, (Behavior * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x00A8A930, void, Behavior_OnTriggerExit, (Behavior * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x00A8AAE0, void, Behavior_OnCollisionEnter2D, (Behavior * __this, Collision2D * collision, MethodInfo * method)); DO_APP_FUNC(0x00A8AC90, void, Behavior_OnCollisionExit2D, (Behavior * __this, Collision2D * collision, MethodInfo * method)); DO_APP_FUNC(0x00A8AE40, void, Behavior_OnTriggerEnter2D, (Behavior * __this, Collider2D * other, MethodInfo * method)); DO_APP_FUNC(0x00A8AFF0, void, Behavior_OnTriggerExit2D, (Behavior * __this, Collider2D * other, MethodInfo * method)); DO_APP_FUNC(0x00A8B1A0, void, Behavior_OnControllerColliderHit, (Behavior * __this, ControllerColliderHit * hit, MethodInfo * method)); DO_APP_FUNC(0x00A8B350, void, Behavior_OnAnimatorIK, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00A8B4F0, void, Behavior_OnDrawGizmos, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00A8B500, void, Behavior_OnDrawGizmosSelected, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00A8B680, void, Behavior_DrawTaskGizmos, (Behavior * __this, bool selected, MethodInfo * method)); DO_APP_FUNC(0x00A8B7B0, void, Behavior_DrawTaskGizmos_1, (Behavior * __this, Task_1 * task, MethodInfo * method)); DO_APP_FUNC(0x00A8B8F0, Task_1 *, Behavior_FindTaskWithName, (Behavior * __this, String * taskName, MethodInfo * method)); DO_APP_FUNC(0x00A8B980, Task_1 *, Behavior_FindTaskWithName_1, (Behavior * __this, String * taskName, Task_1 * task, MethodInfo * method)); DO_APP_FUNC(0x00A8BAF0, List_1_BehaviorDesigner_Runtime_Tasks_Task_ *, Behavior_FindTasksWithName, (Behavior * __this, String * taskName, MethodInfo * method)); DO_APP_FUNC(0x00A8BC00, void, Behavior_FindTasksWithName_1, (Behavior * __this, String * taskName, Task_1 * task, List_1_BehaviorDesigner_Runtime_Tasks_Task_ * * taskList, MethodInfo * method)); DO_APP_FUNC(0x00A8BD90, List_1_BehaviorDesigner_Runtime_Tasks_Task_ *, Behavior_GetActiveTasks, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00A8BF10, Coroutine *, Behavior_StartTaskCoroutine, (Behavior * __this, Task_1 * task, String * methodName, MethodInfo * method)); DO_APP_FUNC(0x00A8C3D0, Coroutine *, Behavior_StartTaskCoroutine_1, (Behavior * __this, Task_1 * task, String * methodName, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00A8C8D0, void, Behavior_StopTaskCoroutine, (Behavior * __this, String * methodName, MethodInfo * method)); DO_APP_FUNC(0x00A8CA00, void, Behavior_StopAllTaskCoroutines, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00A8CC10, void, Behavior_TaskCoroutineEnded, (Behavior * __this, TaskCoroutine * taskCoroutine, String * coroutineName, MethodInfo * method)); DO_APP_FUNC(0x00A8CD90, void, Behavior_OnBehaviorStarted, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00A8CE90, void, Behavior_CheckForEventMethods, (Behavior * __this, HashSet_1_BehaviorDesigner_Runtime_Tasks_Task_ * tasksChecked, Task_1 * task, MethodInfo * method)); DO_APP_FUNC(0x00A8D180, void, Behavior_OnBehaviorRestarted, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00A8D1A0, void, Behavior_OnBehaviorEnded, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00A8D1D0, void, Behavior_RegisterEvent, (Behavior * __this, String * name, Delegate * handler, MethodInfo * method)); DO_APP_FUNC(0x00A8D620, void, Behavior_RegisterEvent_1, (Behavior * __this, String * name, Action * handler, MethodInfo * method)); DO_APP_FUNC(0x00A8D630, Delegate *, Behavior_GetDelegate, (Behavior * __this, String * name, Type * type, MethodInfo * method)); DO_APP_FUNC(0x00A8D700, void, Behavior_SendEvent, (Behavior * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00A8D7D0, void, Behavior_UnregisterEvent, (Behavior * __this, String * name, Delegate * handler, MethodInfo * method)); DO_APP_FUNC(0x00A8DA50, void, Behavior_UnregisterEvent_1, (Behavior * __this, String * name, Action * handler, MethodInfo * method)); DO_APP_FUNC(0x00A8DA60, void, Behavior_SaveResetValues, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00A8DDA0, void, Behavior_SaveValues, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00A8DF00, void, Behavior_SaveValue, (Behavior * __this, Task_1 * task, MethodInfo * method)); DO_APP_FUNC(0x00A8E260, void, Behavior_ResetValues, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00A8E420, void, Behavior_ResetValue, (Behavior * __this, Task_1 * task, MethodInfo * method)); DO_APP_FUNC(0x00A8E770, String *, Behavior_ToString, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00A8E7A0, BehaviorManager *, Behavior_CreateBehaviorManager, (MethodInfo * method)); DO_APP_FUNC(0x00A8E990, void, Behavior_DomainReset, (MethodInfo * method)); DO_APP_FUNC(0x00A8EA30, int32_t, Behavior_BehaviorDesigner_Runtime_IBehavior_GetInstanceID, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x008AC8F0, void, Behavior_BehaviorHandler__ctor, (Behavior_BehaviorHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Behavior_BehaviorHandler_Invoke, (Behavior_BehaviorHandler * __this, Behavior * behavior, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, Behavior_BehaviorHandler_BeginInvoke, (Behavior_BehaviorHandler * __this, Behavior * behavior, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, Behavior_BehaviorHandler_EndInvoke, (Behavior_BehaviorHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, BehaviorGameGUI__ctor, (BehaviorGameGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00A8EA40, void, BehaviorGameGUI_Start, (BehaviorGameGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x00A8EAE0, void, BehaviorGameGUI_OnGUI, (BehaviorGameGUI * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AOTLinker_3__ctor, (AOTLinker_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A8F350, void, AOTLinker_3_Linker, (AOTLinker_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A8F590, void, BehaviorManager__ctor, (BehaviorManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, UpdateIntervalType__Enum, BehaviorManager_get_UpdateInterval, (BehaviorManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00A8FB30, void, BehaviorManager_set_UpdateInterval, (BehaviorManager * __this, UpdateIntervalType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CA9C0, float, BehaviorManager_get_UpdateIntervalSeconds, (BehaviorManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00A8FB40, void, BehaviorManager_set_UpdateIntervalSeconds, (BehaviorManager * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, BehaviorManager_ExecutionsPerTickType__Enum, BehaviorManager_get_ExecutionsPerTick, (BehaviorManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, BehaviorManager_set_ExecutionsPerTick, (BehaviorManager * __this, BehaviorManager_ExecutionsPerTickType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, BehaviorManager_get_MaxTaskExecutionsPerTick, (BehaviorManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, BehaviorManager_set_MaxTaskExecutionsPerTick, (BehaviorManager * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, BehaviorManager_set_OnEnableBehavior, (BehaviorManager * __this, BehaviorManager_BehaviorManagerHandler * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, BehaviorManager_BehaviorManagerHandler *, BehaviorManager_get_OnTaskBreakpoint, (BehaviorManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00A8FB50, void, BehaviorManager_set_OnTaskBreakpoint, (BehaviorManager * __this, BehaviorManager_BehaviorManagerHandler * value, MethodInfo * method)); DO_APP_FUNC(0x00A8FC40, bool, BehaviorManager_get_IsPlaying, (MethodInfo * method)); DO_APP_FUNC(0x00A8FCA0, void, BehaviorManager_set_IsPlaying, (bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, List_1_BehaviorDesigner_Runtime_BehaviorManager_BehaviorTree_ *, BehaviorManager_get_BehaviorTrees, (BehaviorManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00A8FD00, MethodInfo_1 *, BehaviorManager_get_PlayMakerStopMethod, (MethodInfo * method)); DO_APP_FUNC(0x00A8FF10, MethodInfo_1 *, BehaviorManager_get_UScriptStopMethod, (MethodInfo * method)); DO_APP_FUNC(0x00A90120, MethodInfo_1 *, BehaviorManager_get_DialogueSystemStopMethod, (MethodInfo * method)); DO_APP_FUNC(0x00A90330, MethodInfo_1 *, BehaviorManager_get_USequencerStopMethod, (MethodInfo * method)); DO_APP_FUNC(0x00A90540, Behavior *, BehaviorManager_get_BreakpointTree, (BehaviorManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90550, void, BehaviorManager_set_BreakpointTree, (BehaviorManager * __this, Behavior * value, MethodInfo * method)); DO_APP_FUNC(0x00977540, bool, BehaviorManager_get_Dirty, (BehaviorManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00977550, void, BehaviorManager_set_Dirty, (BehaviorManager * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00A905B0, void, BehaviorManager_Awake, (BehaviorManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90680, void, BehaviorManager_UpdateIntervalChanged, (BehaviorManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90830, void, BehaviorManager_OnDestroy, (BehaviorManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00A909E0, void, BehaviorManager_OnApplicationQuit, (BehaviorManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90AC0, void, BehaviorManager_EnableBehavior, (BehaviorManager * __this, Behavior * behavior, MethodInfo * method)); DO_APP_FUNC(0x00A90FD0, IEnumerator *, BehaviorManager_CheckThreadLoaders, (BehaviorManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00A91070, BehaviorManager_BehaviorTree *, BehaviorManager_LoadBehavior, (BehaviorManager * __this, Behavior * behavior, GameObject * behaviorGameObject, String * gameObjectName, Transform * behaviorTransform, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88288, BehaviorManager_LoadBehavior__MethodInfo); DO_APP_FUNC(0x00A91D00, void, BehaviorManager_LoadBehaviorComplete, (BehaviorManager * __this, Behavior * behavior, BehaviorManager_BehaviorTree * behaviorTree, MethodInfo * method)); DO_APP_FUNC(0x00A92860, int32_t, BehaviorManager_AddToTaskList, (BehaviorManager * __this, BehaviorManager_BehaviorTree * behaviorTree, Task_1 * task, GameObject * behaviorGameObject, Transform * behaviorTransform, bool * hasExternalBehavior, BehaviorManager_TaskAddData * data, MethodInfo * method)); DO_APP_FUNC(0x00A947B0, void, BehaviorManager_OverrideFields, (BehaviorManager * __this, BehaviorManager_BehaviorTree * behaviorTree, BehaviorManager_TaskAddData * data, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00A952C0, SharedVariable *, BehaviorManager_OverrideSharedVariable, (BehaviorManager * __this, BehaviorManager_BehaviorTree * behaviorTree, BehaviorManager_TaskAddData * data, Type * fieldType, SharedVariable * sharedVariable, MethodInfo * method)); DO_APP_FUNC(0x00A95AA0, void, BehaviorManager_DisableBehavior, (BehaviorManager * __this, Behavior * behavior, MethodInfo * method)); DO_APP_FUNC(0x00A95AC0, void, BehaviorManager_DisableBehavior_1, (BehaviorManager * __this, Behavior * behavior, bool paused, MethodInfo * method)); DO_APP_FUNC(0x00A95AE0, void, BehaviorManager_DisableBehavior_2, (BehaviorManager * __this, Behavior * behavior, bool paused, TaskStatus__Enum_1 executionStatus, MethodInfo * method)); DO_APP_FUNC(0x00A96110, void, BehaviorManager_DestroyBehavior, (BehaviorManager * __this, Behavior * behavior, MethodInfo * method)); DO_APP_FUNC(0x00A96120, void, BehaviorManager_DestroyBehavior_1, (BehaviorManager * __this, Behavior * behavior, TaskStatus__Enum_1 executionStatus, MethodInfo * method)); DO_APP_FUNC(0x00A96790, void, BehaviorManager_RestartBehavior, (BehaviorManager * __this, Behavior * behavior, MethodInfo * method)); DO_APP_FUNC(0x00A96950, bool, BehaviorManager_IsBehaviorEnabled, (BehaviorManager * __this, Behavior * behavior, MethodInfo * method)); DO_APP_FUNC(0x00A96A90, void, BehaviorManager_Update, (BehaviorManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00A96AA0, void, BehaviorManager_LateUpdate, (BehaviorManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00A96CC0, void, BehaviorManager_FixedUpdate, (BehaviorManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00A96DB0, void, BehaviorManager_FixedTick, (BehaviorManager * __this, BehaviorManager_BehaviorTree * behaviorTree, MethodInfo * method)); DO_APP_FUNC(0x00A96F30, IEnumerator *, BehaviorManager_CoroutineUpdate, (BehaviorManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00A96FD0, void, BehaviorManager_Tick, (BehaviorManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00A97090, void, BehaviorManager_Tick_1, (BehaviorManager * __this, Behavior * behavior, MethodInfo * method)); DO_APP_FUNC(0x00A971E0, void, BehaviorManager_FixedTick_1, (BehaviorManager * __this, Behavior * behavior, MethodInfo * method)); DO_APP_FUNC(0x00A97330, void, BehaviorManager_Tick_2, (BehaviorManager * __this, BehaviorManager_BehaviorTree * behaviorTree, MethodInfo * method)); DO_APP_FUNC(0x00A978A0, void, BehaviorManager_ReevaluateConditionalTasks, (BehaviorManager * __this, BehaviorManager_BehaviorTree * behaviorTree, MethodInfo * method)); DO_APP_FUNC(0x00A98900, void, BehaviorManager_ReevaluateParentTasks, (BehaviorManager * __this, BehaviorManager_BehaviorTree * behaviorTree, MethodInfo * method)); DO_APP_FUNC(0x00A98C00, TaskStatus__Enum_1, BehaviorManager_RunTask, (BehaviorManager * __this, BehaviorManager_BehaviorTree * behaviorTree, int32_t taskIndex, int32_t stackIndex, TaskStatus__Enum_1 previousStatus, MethodInfo * method)); DO_APP_FUNC(0x00A99450, TaskStatus__Enum_1, BehaviorManager_RunParentTask, (BehaviorManager * __this, BehaviorManager_BehaviorTree * behaviorTree, int32_t taskIndex, int32_t * stackIndex, TaskStatus__Enum_1 status, MethodInfo * method)); DO_APP_FUNC(0x00A999B0, void, BehaviorManager_PushTask, (BehaviorManager * __this, BehaviorManager_BehaviorTree * behaviorTree, int32_t taskIndex, int32_t stackIndex, MethodInfo * method)); DO_APP_FUNC(0x00A99FA0, void, BehaviorManager_PopTask, (BehaviorManager * __this, BehaviorManager_BehaviorTree * behaviorTree, int32_t taskIndex, int32_t stackIndex, TaskStatus__Enum_1 * status, bool popChildren, MethodInfo * method)); DO_APP_FUNC(0x00A99FD0, void, BehaviorManager_PopTask_1, (BehaviorManager * __this, BehaviorManager_BehaviorTree * behaviorTree, int32_t taskIndex, int32_t stackIndex, TaskStatus__Enum_1 * status, bool popChildren, bool notifyOnEmptyStack, MethodInfo * method)); DO_APP_FUNC(0x00A9B180, void, BehaviorManager_RemoveChildConditionalReevaluate, (BehaviorManager * __this, BehaviorManager_BehaviorTree * behaviorTree, int32_t compositeIndex, MethodInfo * method)); DO_APP_FUNC(0x00A9B370, void, BehaviorManager_Restart, (BehaviorManager * __this, BehaviorManager_BehaviorTree * behaviorTree, MethodInfo * method)); DO_APP_FUNC(0x00A9B5E0, bool, BehaviorManager_IsParentTask, (BehaviorManager * __this, BehaviorManager_BehaviorTree * behaviorTree, int32_t possibleParent, int32_t possibleChild, MethodInfo * method)); DO_APP_FUNC(0x00A9B690, void, BehaviorManager_Interrupt, (BehaviorManager * __this, Behavior * behavior, Task_1 * task, TaskStatus__Enum_1 interruptTaskStatus, MethodInfo * method)); DO_APP_FUNC(0x00A9B6B0, void, BehaviorManager_Interrupt_1, (BehaviorManager * __this, Behavior * behavior, Task_1 * task, Task_1 * interruptionTask, TaskStatus__Enum_1 interruptTaskStatus, MethodInfo * method)); DO_APP_FUNC(0x00A9BCF0, void, BehaviorManager_StopThirdPartyTask, (BehaviorManager * __this, BehaviorManager_BehaviorTree * behaviorTree, int32_t taskIndex, MethodInfo * method)); DO_APP_FUNC(0x00A9C120, void, BehaviorManager_RemoveActiveThirdPartyTask, (BehaviorManager * __this, Task_1 * task, MethodInfo * method)); DO_APP_FUNC(0x00A9C4F0, void, BehaviorManager_RemoveStack, (BehaviorManager * __this, BehaviorManager_BehaviorTree * behaviorTree, int32_t stackIndex, MethodInfo * method)); DO_APP_FUNC(0x00A9C6C0, int32_t, BehaviorManager_FindLCA, (BehaviorManager * __this, BehaviorManager_BehaviorTree * behaviorTree, int32_t taskIndex1, int32_t taskIndex2, MethodInfo * method)); DO_APP_FUNC(0x00A9C8A0, bool, BehaviorManager_IsChild, (BehaviorManager * __this, BehaviorManager_BehaviorTree * behaviorTree, int32_t taskIndex1, int32_t taskIndex2, MethodInfo * method)); DO_APP_FUNC(0x00A9C930, List_1_BehaviorDesigner_Runtime_Tasks_Task_ *, BehaviorManager_GetActiveTasks, (BehaviorManager * __this, Behavior * behavior, MethodInfo * method)); DO_APP_FUNC(0x00A9CBB0, void, BehaviorManager_BehaviorOnCollisionEnter, (BehaviorManager * __this, Collision * collision, Behavior * behavior, MethodInfo * method)); DO_APP_FUNC(0x00A9CEC0, void, BehaviorManager_BehaviorOnCollisionExit, (BehaviorManager * __this, Collision * collision, Behavior * behavior, MethodInfo * method)); DO_APP_FUNC(0x00A9D1D0, void, BehaviorManager_BehaviorOnTriggerEnter, (BehaviorManager * __this, Collider * other, Behavior * behavior, MethodInfo * method)); DO_APP_FUNC(0x00A9D4E0, void, BehaviorManager_BehaviorOnTriggerExit, (BehaviorManager * __this, Collider * other, Behavior * behavior, MethodInfo * method)); DO_APP_FUNC(0x00A9D7F0, void, BehaviorManager_BehaviorOnCollisionEnter2D, (BehaviorManager * __this, Collision2D * collision, Behavior * behavior, MethodInfo * method)); DO_APP_FUNC(0x00A9DB00, void, BehaviorManager_BehaviorOnCollisionExit2D, (BehaviorManager * __this, Collision2D * collision, Behavior * behavior, MethodInfo * method)); DO_APP_FUNC(0x00A9DE10, void, BehaviorManager_BehaviorOnTriggerEnter2D, (BehaviorManager * __this, Collider2D * other, Behavior * behavior, MethodInfo * method)); DO_APP_FUNC(0x00A9E120, void, BehaviorManager_BehaviorOnTriggerExit2D, (BehaviorManager * __this, Collider2D * other, Behavior * behavior, MethodInfo * method)); DO_APP_FUNC(0x00A9E430, void, BehaviorManager_BehaviorOnControllerColliderHit, (BehaviorManager * __this, ControllerColliderHit * hit, Behavior * behavior, MethodInfo * method)); DO_APP_FUNC(0x00A9E740, void, BehaviorManager_BehaviorOnAnimatorIK, (BehaviorManager * __this, Behavior * behavior, MethodInfo * method)); DO_APP_FUNC(0x00A9EA30, bool, BehaviorManager_MapObjectToTask, (BehaviorManager * __this, Object * objectKey, Task_1 * task, BehaviorManager_ThirdPartyObjectType__Enum objectType, MethodInfo * method)); DO_APP_FUNC(0x00A9ED60, Task_1 *, BehaviorManager_TaskForObject, (BehaviorManager * __this, Object * objectKey, MethodInfo * method)); DO_APP_FUNC(0x00A9EDF0, Decimal, BehaviorManager_RoundedTime, (BehaviorManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00A9F040, List_1_BehaviorDesigner_Runtime_Tasks_Task_ *, BehaviorManager_GetTaskList, (BehaviorManager * __this, Behavior * behavior, MethodInfo * method)); DO_APP_FUNC(0x00A9F0D0, void, BehaviorManager_DomainReset, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BehaviorManager__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, BehaviorManager_BehaviorManagerHandler__ctor, (BehaviorManager_BehaviorManagerHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, BehaviorManager_BehaviorManagerHandler_Invoke, (BehaviorManager_BehaviorManagerHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5A50, IAsyncResult *, BehaviorManager_BehaviorManagerHandler_BeginInvoke, (BehaviorManager_BehaviorManagerHandler * __this, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, BehaviorManager_BehaviorManagerHandler_EndInvoke, (BehaviorManager_BehaviorManagerHandler * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00A9F180, void, BehaviorManager_BehaviorTree__ctor, (BehaviorManager_BehaviorTree * __this, MethodInfo * method)); DO_APP_FUNC(0x00A9F8B0, void, BehaviorManager_BehaviorTree_Initialize, (BehaviorManager_BehaviorTree * __this, Behavior * b, MethodInfo * method)); DO_APP_FUNC(0x00A9FD20, void, BehaviorManager_BehaviorTree_ConditionalReevaluate__ctor, (BehaviorManager_BehaviorTree_ConditionalReevaluate * __this, MethodInfo * method)); DO_APP_FUNC(0x00A9FD30, void, BehaviorManager_BehaviorTree_ConditionalReevaluate_Initialize, (BehaviorManager_BehaviorTree_ConditionalReevaluate * __this, int32_t i, TaskStatus__Enum_1 status, int32_t stack, int32_t composite, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BehaviorManager_ThirdPartyTask__ctor, (BehaviorManager_ThirdPartyTask * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Task_1 *, BehaviorManager_ThirdPartyTask_get_Task, (BehaviorManager_ThirdPartyTask * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, BehaviorManager_ThirdPartyTask_set_Task, (BehaviorManager_ThirdPartyTask * __this, Task_1 * value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, BehaviorManager_ThirdPartyObjectType__Enum, BehaviorManager_ThirdPartyTask_get_ThirdPartyObjectType, (BehaviorManager_ThirdPartyTask * __this, MethodInfo * method)); DO_APP_FUNC(0x00A9FD50, void, BehaviorManager_ThirdPartyTask_Initialize, (BehaviorManager_ThirdPartyTask * __this, Task_1 * t, BehaviorManager_ThirdPartyObjectType__Enum objectType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BehaviorManager_ThirdPartyTaskComparer__ctor, (BehaviorManager_ThirdPartyTaskComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x00A9FDB0, bool, BehaviorManager_ThirdPartyTaskComparer_Equals, (BehaviorManager_ThirdPartyTaskComparer * __this, BehaviorManager_ThirdPartyTask * a, BehaviorManager_ThirdPartyTask * b, MethodInfo * method)); DO_APP_FUNC(0x00A9FE00, int32_t, BehaviorManager_ThirdPartyTaskComparer_GetHashCode, (BehaviorManager_ThirdPartyTaskComparer * __this, BehaviorManager_ThirdPartyTask * obj, MethodInfo * method)); DO_APP_FUNC(0x00A9FE40, void, BehaviorManager_TaskAddData__ctor, (BehaviorManager_TaskAddData * __this, MethodInfo * method)); DO_APP_FUNC(0x00A9FFA0, void, BehaviorManager_TaskAddData_Initialize, (BehaviorManager_TaskAddData * __this, MethodInfo * method)); DO_APP_FUNC(0x00AA0070, void, BehaviorManager_TaskAddData_Destroy, (BehaviorManager_TaskAddData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BehaviorManager_TaskAddData_OverrideFieldValue__ctor, (BehaviorManager_TaskAddData_OverrideFieldValue * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, BehaviorManager_TaskAddData_OverrideFieldValue_get_Value, (BehaviorManager_TaskAddData_OverrideFieldValue * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, BehaviorManager_TaskAddData_OverrideFieldValue_get_Depth, (BehaviorManager_TaskAddData_OverrideFieldValue * __this, MethodInfo * method)); DO_APP_FUNC(0x00A9FD50, void, BehaviorManager_TaskAddData_OverrideFieldValue_Initialize, (BehaviorManager_TaskAddData_OverrideFieldValue * __this, Object * v, int32_t d, MethodInfo * method)); DO_APP_FUNC(0x00AA0280, void, BehaviorManager_BehaviorThreadLoader__ctor, (BehaviorManager_BehaviorThreadLoader * __this, Behavior * behaviorTree, Func_5_BehaviorDesigner_Runtime_Behavior_UnityEngine_GameObject_String_UnityEngine_Transform_BehaviorDesigner_Runtime_BehaviorManager_BehaviorTree_ * action, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Behavior *, BehaviorManager_BehaviorThreadLoader_get_Behavior, (BehaviorManager_BehaviorThreadLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Thread *, BehaviorManager_BehaviorThreadLoader_get_Thread, (BehaviorManager_BehaviorThreadLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, BehaviorManager_BehaviorThreadLoader_set_Thread, (BehaviorManager_BehaviorThreadLoader * __this, Thread * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, BehaviorManager_BehaviorTree *, BehaviorManager_BehaviorThreadLoader_get_BehaviorTree, (BehaviorManager_BehaviorThreadLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x00AA0540, void, BehaviorManager_BehaviorThreadLoader_LoadBehavior, (BehaviorManager_BehaviorThreadLoader * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88298, BehaviorManager_BehaviorThreadLoader_LoadBehavior__MethodInfo); DO_APP_FUNC(0x003AC050, void, BehaviorManager_CheckThreadLoaders_c_Iterator0__ctor, (BehaviorManager_CheckThreadLoaders_c_Iterator0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AA05D0, bool, BehaviorManager_CheckThreadLoaders_c_Iterator0_MoveNext, (BehaviorManager_CheckThreadLoaders_c_Iterator0 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Object *, BehaviorManager_CheckThreadLoaders_c_Iterator0_System_Collections_Generic_IEnumerator_object__get_Current, (BehaviorManager_CheckThreadLoaders_c_Iterator0 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Object *, BehaviorManager_CheckThreadLoaders_c_Iterator0_System_Collections_IEnumerator_get_Current, (BehaviorManager_CheckThreadLoaders_c_Iterator0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AA0870, void, BehaviorManager_CheckThreadLoaders_c_Iterator0_Dispose, (BehaviorManager_CheckThreadLoaders_c_Iterator0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AA0880, void, BehaviorManager_CheckThreadLoaders_c_Iterator0_Reset, (BehaviorManager_CheckThreadLoaders_c_Iterator0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87E50, BehaviorManager_CheckThreadLoaders_c_Iterator0_Reset__MethodInfo); DO_APP_FUNC(0x003AC050, void, BehaviorManager_CoroutineUpdate_c_Iterator1__ctor, (BehaviorManager_CoroutineUpdate_c_Iterator1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AA08D0, bool, BehaviorManager_CoroutineUpdate_c_Iterator1_MoveNext, (BehaviorManager_CoroutineUpdate_c_Iterator1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, BehaviorManager_CoroutineUpdate_c_Iterator1_System_Collections_Generic_IEnumerator_object__get_Current, (BehaviorManager_CoroutineUpdate_c_Iterator1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, BehaviorManager_CoroutineUpdate_c_Iterator1_System_Collections_IEnumerator_get_Current, (BehaviorManager_CoroutineUpdate_c_Iterator1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AA0980, void, BehaviorManager_CoroutineUpdate_c_Iterator1_Dispose, (BehaviorManager_CoroutineUpdate_c_Iterator1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AA0990, void, BehaviorManager_CoroutineUpdate_c_Iterator1_Reset, (BehaviorManager_CoroutineUpdate_c_Iterator1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87E38, BehaviorManager_CoroutineUpdate_c_Iterator1_Reset__MethodInfo); DO_APP_FUNC(0x00AA09E0, void, BehaviorSource__ctor, (BehaviorSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00AA0AF0, void, BehaviorSource__ctor_1, (BehaviorSource * __this, IBehavior * owner, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, BehaviorSource_get_BehaviorID, (BehaviorSource * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, BehaviorSource_set_BehaviorID, (BehaviorSource * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Task_1 *, BehaviorSource_get_EntryTask, (BehaviorSource * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, BehaviorSource_set_EntryTask, (BehaviorSource * __this, Task_1 * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Task_1 *, BehaviorSource_get_RootTask, (BehaviorSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, BehaviorSource_set_RootTask, (BehaviorSource * __this, Task_1 * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, List_1_BehaviorDesigner_Runtime_Tasks_Task_ *, BehaviorSource_get_DetachedTasks, (BehaviorSource * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, BehaviorSource_set_DetachedTasks, (BehaviorSource * __this, List_1_BehaviorDesigner_Runtime_Tasks_Task_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, List_1_BehaviorDesigner_Runtime_SharedVariable_ *, BehaviorSource_get_Variables, (BehaviorSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00AA0C70, void, BehaviorSource_set_Variables, (BehaviorSource * __this, List_1_BehaviorDesigner_Runtime_SharedVariable_ * value, MethodInfo * method)); DO_APP_FUNC(0x0041F5E0, bool, BehaviorSource_get_HasSerialized, (BehaviorSource * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F5F0, void, BehaviorSource_set_HasSerialized, (BehaviorSource * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, TaskSerializationData *, BehaviorSource_get_TaskData, (BehaviorSource * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, BehaviorSource_set_TaskData, (BehaviorSource * __this, TaskSerializationData * value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, IBehavior *, BehaviorSource_get_Owner, (BehaviorSource * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, BehaviorSource_set_Owner, (BehaviorSource * __this, IBehavior * value, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, BehaviorSource_Initialize, (BehaviorSource * __this, IBehavior * owner, MethodInfo * method)); DO_APP_FUNC(0x00AA0CD0, void, BehaviorSource_Save, (BehaviorSource * __this, Task_1 * entryTask, Task_1 * rootTask, List_1_BehaviorDesigner_Runtime_Tasks_Task_ * detachedTasks, MethodInfo * method)); DO_APP_FUNC(0x00AA0DD0, void, BehaviorSource_Load, (BehaviorSource * __this, Task_1 * * entryTask, Task_1 * * rootTask, List_1_BehaviorDesigner_Runtime_Tasks_Task_ * * detachedTasks, MethodInfo * method)); DO_APP_FUNC(0x00AA0EF0, bool, BehaviorSource_CheckForSerialization, (BehaviorSource * __this, bool force, BehaviorSource * behaviorSource, bool isPlaying, MethodInfo * method)); DO_APP_FUNC(0x00AA1050, SharedVariable *, BehaviorSource_GetVariable, (BehaviorSource * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00AA1250, List_1_BehaviorDesigner_Runtime_SharedVariable_ *, BehaviorSource_GetAllVariables, (BehaviorSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00AA1340, void, BehaviorSource_SetVariable, (BehaviorSource * __this, String * name, SharedVariable * sharedVariable, MethodInfo * method)); DO_APP_FUNC(0x00AA1790, void, BehaviorSource_UpdateVariableName, (BehaviorSource * __this, SharedVariable * sharedVariable, String * name, MethodInfo * method)); DO_APP_FUNC(0x00AA0C70, void, BehaviorSource_SetAllVariables, (BehaviorSource * __this, List_1_BehaviorDesigner_Runtime_SharedVariable_ * variables, MethodInfo * method)); DO_APP_FUNC(0x00AA18E0, void, BehaviorSource_UpdateVariablesIndex, (BehaviorSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00AA1C20, String *, BehaviorSource_ToString, (BehaviorSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00AA1DD0, Byte__Array *, BinaryDeserialization_get_BigEndianFourByteArray, (MethodInfo * method)); DO_APP_FUNC(0x00AA1F10, void, BinaryDeserialization_set_BigEndianFourByteArray, (Byte__Array * value, MethodInfo * method)); DO_APP_FUNC(0x00AA1FD0, Byte__Array *, BinaryDeserialization_get_BigEndianEightByteArray, (MethodInfo * method)); DO_APP_FUNC(0x00AA2110, void, BinaryDeserialization_set_BigEndianEightByteArray, (Byte__Array * value, MethodInfo * method)); DO_APP_FUNC(0x00AA21D0, void, BinaryDeserialization_Load, (BehaviorSource * behaviorSource, MethodInfo * method)); DO_APP_FUNC(0x00AA2240, void, BinaryDeserialization_Load_1, (TaskSerializationData * taskData, BehaviorSource * behaviorSource, bool loadTasks, MethodInfo * method)); DO_APP_FUNC(0x00AA36A0, void, BinaryDeserialization_Load_2, (GlobalVariables * globalVariables, String * version, MethodInfo * method)); DO_APP_FUNC(0x00AA3F90, void, BinaryDeserialization_LoadTask, (TaskSerializationData * taskSerializationData, FieldSerializationData * fieldSerializationData, List_1_BehaviorDesigner_Runtime_Tasks_Task_ * * taskList, BehaviorSource * * behaviorSource, MethodInfo * method)); DO_APP_FUNC(0x00AA5400, void, BinaryDeserialization_LoadNodeData, (FieldSerializationData * fieldSerializationData, Dictionary_2_System_Int32_System_Int32_ * fieldIndexMap, Task_1 * task, MethodInfo * method)); DO_APP_FUNC(0x00AA5CE0, void, BinaryDeserialization_LoadFields, (FieldSerializationData * fieldSerializationData, Dictionary_2_System_Int32_System_Int32_ * fieldIndexMap, Object * obj, int32_t hashPrefix, IVariableSource * variableSource, MethodInfo * method)); DO_APP_FUNC(0x00AA61E0, Object *, BinaryDeserialization_LoadField, (FieldSerializationData * fieldSerializationData, Dictionary_2_System_Int32_System_Int32_ * fieldIndexMap, Type * fieldType, String * fieldName, int32_t hashPrefix, IVariableSource * variableSource, Object * obj, FieldInfo_1 * fieldInfo, MethodInfo * method)); DO_APP_FUNC(0x00AA8C20, int32_t, BinaryDeserialization_StringHash, (String * value, bool fastHash, MethodInfo * method)); DO_APP_FUNC(0x00AA8E50, int32_t, BinaryDeserialization_GetFieldSize, (FieldSerializationData * fieldSerializationData, int32_t fieldIndex, MethodInfo * method)); DO_APP_FUNC(0x00AA8F20, int32_t, BinaryDeserialization_BytesToInt, (Byte__Array * bytes, int32_t dataPosition, MethodInfo * method)); DO_APP_FUNC(0x00AA9100, uint32_t, BinaryDeserialization_BytesToUInt, (Byte__Array * bytes, int32_t dataPosition, MethodInfo * method)); DO_APP_FUNC(0x00AA9360, uint64_t, BinaryDeserialization_BytesToULong, (Byte__Array * bytes, int32_t dataPosition, MethodInfo * method)); DO_APP_FUNC(0x00AA95C0, uint16_t, BinaryDeserialization_BytesToUShort, (Byte__Array * bytes, int32_t dataPosition, MethodInfo * method)); DO_APP_FUNC(0x00AA9820, float, BinaryDeserialization_BytesToFloat, (Byte__Array * bytes, int32_t dataPosition, MethodInfo * method)); DO_APP_FUNC(0x00AA9A80, double, BinaryDeserialization_BytesToDouble, (Byte__Array * bytes, int32_t dataPosition, MethodInfo * method)); DO_APP_FUNC(0x00AA9CE0, int64_t, BinaryDeserialization_BytesToLong, (Byte__Array * bytes, int32_t dataPosition, MethodInfo * method)); DO_APP_FUNC(0x00AA9EC0, bool, BinaryDeserialization_BytesToBool, (Byte__Array * bytes, int32_t dataPosition, MethodInfo * method)); DO_APP_FUNC(0x00AA9F60, String *, BinaryDeserialization_BytesToString, (Byte__Array * bytes, int32_t dataPosition, int32_t dataSize, MethodInfo * method)); DO_APP_FUNC(0x00AAA1C0, uint32_t, BinaryDeserialization_crc32, (Byte__Array * input, int32_t dataPosition, int32_t dataSize, MethodInfo * method)); DO_APP_FUNC(0x00AAA290, uint8_t, BinaryDeserialization_BytesToByte, (Byte__Array * bytes, int32_t dataPosition, MethodInfo * method)); DO_APP_FUNC(0x00AAA2C0, Color, BinaryDeserialization_BytesToColor, (Byte__Array * bytes, int32_t dataPosition, MethodInfo * method)); DO_APP_FUNC(0x00AAA380, Vector2, BinaryDeserialization_BytesToVector2, (Byte__Array * bytes, int32_t dataPosition, MethodInfo * method)); DO_APP_FUNC(0x00AAA430, Vector2Int, BinaryDeserialization_BytesToVector2Int, (Byte__Array * bytes, int32_t dataPosition, MethodInfo * method)); DO_APP_FUNC(0x00AAA4D0, Vector3, BinaryDeserialization_BytesToVector3, (Byte__Array * bytes, int32_t dataPosition, MethodInfo * method)); DO_APP_FUNC(0x00AAA5B0, Vector3Int, BinaryDeserialization_BytesToVector3Int, (Byte__Array * bytes, int32_t dataPosition, MethodInfo * method)); DO_APP_FUNC(0x00AAA690, Vector4, BinaryDeserialization_BytesToVector4, (Byte__Array * bytes, int32_t dataPosition, MethodInfo * method)); DO_APP_FUNC(0x00AAA780, Quaternion, BinaryDeserialization_BytesToQuaternion, (Byte__Array * bytes, int32_t dataPosition, MethodInfo * method)); DO_APP_FUNC(0x00AAA870, Rect, BinaryDeserialization_BytesToRect, (Byte__Array * bytes, int32_t dataPosition, MethodInfo * method)); DO_APP_FUNC(0x00AAA930, Matrix4x4, BinaryDeserialization_BytesToMatrix4x4, (Byte__Array * bytes, int32_t dataPosition, MethodInfo * method)); DO_APP_FUNC(0x00AAAB20, AnimationCurve *, BinaryDeserialization_BytesToAnimationCurve, (Byte__Array * bytes, int32_t dataPosition, MethodInfo * method)); DO_APP_FUNC(0x00AAAEC0, LayerMask, BinaryDeserialization_BytesToLayerMask, (Byte__Array * bytes, int32_t dataPosition, MethodInfo * method)); DO_APP_FUNC(0x00AAAF20, Object_1 *, BinaryDeserialization_IndexToUnityObject, (int32_t index, FieldSerializationData * activeFieldSerializationData, MethodInfo * method)); DO_APP_FUNC(0x00AAAFC0, SharedVariable *, BinaryDeserialization_BytesToSharedVariable, (FieldSerializationData * fieldSerializationData, Dictionary_2_System_Int32_System_Int32_ * fieldIndexMap, Byte__Array * bytes, int32_t dataPosition, IVariableSource * variableSource, bool fromField, int32_t hashPrefix, MethodInfo * method)); DO_APP_FUNC(0x00AABA20, void, BinaryDeserialization__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, BinaryDeserialization_ObjectFieldMap__ctor, (BinaryDeserialization_ObjectFieldMap * __this, Object * o, FieldInfo_1 * f, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BinaryDeserialization_ObjectFieldMapComparer__ctor, (BinaryDeserialization_ObjectFieldMapComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x00AABD70, bool, BinaryDeserialization_ObjectFieldMapComparer_Equals, (BinaryDeserialization_ObjectFieldMapComparer * __this, BinaryDeserialization_ObjectFieldMap * a, BinaryDeserialization_ObjectFieldMap * b, MethodInfo * method)); DO_APP_FUNC(0x00AABE10, int32_t, BinaryDeserialization_ObjectFieldMapComparer_GetHashCode, (BinaryDeserialization_ObjectFieldMapComparer * __this, BinaryDeserialization_ObjectFieldMap * a, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, ExternalBehavior__ctor, (ExternalBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, BehaviorSource *, ExternalBehavior_get_BehaviorSource, (ExternalBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ExternalBehavior_set_BehaviorSource, (ExternalBehavior * __this, BehaviorSource * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, BehaviorSource *, ExternalBehavior_GetBehaviorSource, (ExternalBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ExternalBehavior_SetBehaviorSource, (ExternalBehavior * __this, BehaviorSource * behaviorSource, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Object_1 *, ExternalBehavior_GetObject, (ExternalBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00AABEC0, String *, ExternalBehavior_GetOwnerName, (ExternalBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, ExternalBehavior_get_Initialized, (ExternalBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00AABED0, void, ExternalBehavior_Init, (ExternalBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00AABEF0, SharedVariable *, ExternalBehavior_GetVariable, (ExternalBehavior * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00AABF30, void, ExternalBehavior_SetVariable, (ExternalBehavior * __this, String * name, SharedVariable * item, MethodInfo * method)); DO_APP_FUNC(0x00AABF80, void, ExternalBehavior_SetVariableValue, (ExternalBehavior * __this, String * name, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00AABFF0, Task_1 *, ExternalBehavior_FindTaskWithName, (ExternalBehavior * __this, String * taskName, MethodInfo * method)); DO_APP_FUNC(0x00AAC040, void, ExternalBehavior_CheckForSerialization, (ExternalBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00AAC180, Task_1 *, ExternalBehavior_FindTaskWithName_1, (ExternalBehavior * __this, String * taskName, Task_1 * task, MethodInfo * method)); DO_APP_FUNC(0x00AAC2F0, List_1_BehaviorDesigner_Runtime_Tasks_Task_ *, ExternalBehavior_FindTasksWithName, (ExternalBehavior * __this, String * taskName, MethodInfo * method)); DO_APP_FUNC(0x00AAC3B0, void, ExternalBehavior_FindTasksWithName_1, (ExternalBehavior * __this, String * taskName, Task_1 * task, List_1_BehaviorDesigner_Runtime_Tasks_Task_ * * taskList, MethodInfo * method)); DO_APP_FUNC(0x00A8EA30, int32_t, ExternalBehavior_BehaviorDesigner_Runtime_IBehavior_GetInstanceID, (ExternalBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, GlobalVariables__ctor, (GlobalVariables * __this, MethodInfo * method)); DO_APP_FUNC(0x00AAC540, GlobalVariables *, GlobalVariables_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x003B93D0, List_1_BehaviorDesigner_Runtime_SharedVariable_ *, GlobalVariables_get_Variables, (GlobalVariables * __this, MethodInfo * method)); DO_APP_FUNC(0x00AAC8C0, void, GlobalVariables_set_Variables, (GlobalVariables * __this, List_1_BehaviorDesigner_Runtime_SharedVariable_ * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, VariableSerializationData *, GlobalVariables_get_VariableData, (GlobalVariables * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, GlobalVariables_set_VariableData, (GlobalVariables * __this, VariableSerializationData * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, GlobalVariables_get_Version, (GlobalVariables * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, GlobalVariables_set_Version, (GlobalVariables * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00AAC920, void, GlobalVariables_CheckForSerialization, (GlobalVariables * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x00AACA70, SharedVariable *, GlobalVariables_GetVariable, (GlobalVariables * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00AACBD0, List_1_BehaviorDesigner_Runtime_SharedVariable_ *, GlobalVariables_GetAllVariables, (GlobalVariables * __this, MethodInfo * method)); DO_APP_FUNC(0x00AACBF0, void, GlobalVariables_SetVariable, (GlobalVariables * __this, String * name, SharedVariable * sharedVariable, MethodInfo * method)); DO_APP_FUNC(0x00AACFE0, void, GlobalVariables_SetVariableValue, (GlobalVariables * __this, String * name, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00AAD020, void, GlobalVariables_UpdateVariableName, (GlobalVariables * __this, SharedVariable * sharedVariable, String * name, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, GlobalVariables_SetAllVariables, (GlobalVariables * __this, List_1_BehaviorDesigner_Runtime_SharedVariable_ * variables, MethodInfo * method)); DO_APP_FUNC(0x00AAD0B0, void, GlobalVariables_UpdateVariablesIndex, (GlobalVariables * __this, MethodInfo * method)); DO_APP_FUNC(0x00AAD390, void, GlobalVariables_DomainReset, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GlobalVariables__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AAD440, void, JSONDeserialization__ctor, (JSONDeserialization * __this, MethodInfo * method)); DO_APP_FUNC(0x00AAD490, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_List_1_System_Int32_ *, JSONDeserialization_get_TaskIDs, (MethodInfo * method)); DO_APP_FUNC(0x00AAD4F0, void, JSONDeserialization_set_TaskIDs, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_List_1_System_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x00AAD5A0, void, JSONDeserialization_Load, (TaskSerializationData * taskData, BehaviorSource * behaviorSource, bool loadTasks, MethodInfo * method)); DO_APP_FUNC(0x00AAEA90, void, JSONDeserialization_Load_1, (String * serialization, GlobalVariables * globalVariables, String * version, MethodInfo * method)); DO_APP_FUNC(0x00AAEE00, void, JSONDeserialization_DeserializeVariables, (IVariableSource * variableSource, Dictionary_2_System_String_System_Object_ * dict, List_1_UnityEngine_Object_ * unityObjects, MethodInfo * method)); DO_APP_FUNC(0x00AAF230, Task_1 *, JSONDeserialization_DeserializeTask, (BehaviorSource * behaviorSource, Dictionary_2_System_String_System_Object_ * dict, Dictionary_2_System_Int32_BehaviorDesigner_Runtime_Tasks_Task_ * * IDtoTask, List_1_UnityEngine_Object_ * unityObjects, MethodInfo * method)); DO_APP_FUNC(0x00AB0340, NodeData *, JSONDeserialization_DeserializeNodeData, (Dictionary_2_System_String_System_Object_ * dict, Task_1 * task, MethodInfo * method)); DO_APP_FUNC(0x00AB0F40, SharedVariable *, JSONDeserialization_DeserializeSharedVariable, (Dictionary_2_System_String_System_Object_ * dict, IVariableSource * variableSource, bool fromSource, List_1_UnityEngine_Object_ * unityObjects, MethodInfo * method)); DO_APP_FUNC(0x00AB2040, void, JSONDeserialization_DeserializeObject, (Task_1 * task, Object * obj, Dictionary_2_System_String_System_Object_ * dict, IVariableSource * variableSource, List_1_UnityEngine_Object_ * unityObjects, MethodInfo * method)); DO_APP_FUNC(0x00AB3BD0, Object *, JSONDeserialization_ValueToObject, (Task_1 * task, Type * type, Object * obj, IVariableSource * variableSource, List_1_UnityEngine_Object_ * unityObjects, MethodInfo * method)); DO_APP_FUNC(0x00AB4A80, Vector2, JSONDeserialization_StringToVector2, (String * vector2String, MethodInfo * method)); DO_APP_FUNC(0x00AB4CB0, Vector2Int, JSONDeserialization_StringToVector2Int, (String * vector2String, MethodInfo * method)); DO_APP_FUNC(0x00AB4EE0, Vector3, JSONDeserialization_StringToVector3, (String * vector3String, MethodInfo * method)); DO_APP_FUNC(0x00AB51B0, Vector3Int, JSONDeserialization_StringToVector3Int, (String * vector3String, MethodInfo * method)); DO_APP_FUNC(0x00AB5450, Vector4, JSONDeserialization_StringToVector4, (String * vector4String, MethodInfo * method)); DO_APP_FUNC(0x00AB57A0, Quaternion, JSONDeserialization_StringToQuaternion, (String * quaternionString, MethodInfo * method)); DO_APP_FUNC(0x00AB5AF0, Matrix4x4, JSONDeserialization_StringToMatrix4x4, (String * matrixString, MethodInfo * method)); DO_APP_FUNC(0x00AB62D0, Color, JSONDeserialization_StringToColor, (String * colorString, MethodInfo * method)); DO_APP_FUNC(0x00AB6620, Rect, JSONDeserialization_StringToRect, (String * rectString, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, LayerMask, JSONDeserialization_ValueToLayerMask, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00AB69F0, AnimationCurve *, JSONDeserialization_ValueToAnimationCurve, (Dictionary_2_System_String_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x00AB7640, Object_1 *, JSONDeserialization_IndexToUnityObject, (int32_t index, List_1_UnityEngine_Object_ * unityObjects, MethodInfo * method)); DO_APP_FUNC(0x00AB76E0, void, JSONDeserialization__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AB78E0, void, JSONDeserialization_TaskField__ctor, (JSONDeserialization_TaskField * __this, Task_1 * t, FieldInfo_1 * f, MethodInfo * method)); DO_APP_FUNC(0x00AB7990, Object *, MiniJSON_Deserialize, (String * json, MethodInfo * method)); DO_APP_FUNC(0x00AB79A0, String *, MiniJSON_Serialize, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00AB7AD0, void, MiniJSON_Parser__ctor, (MiniJSON_Parser * __this, String * jsonString, MethodInfo * method)); DO_APP_FUNC(0x00AB7B90, bool, MiniJSON_Parser_IsWordBreak, (uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x00AB7C30, Object *, MiniJSON_Parser_Parse, (String * jsonString, MethodInfo * method)); DO_APP_FUNC(0x00AB7DD0, void, MiniJSON_Parser_Dispose, (MiniJSON_Parser * __this, MethodInfo * method)); DO_APP_FUNC(0x00AB7EB0, Dictionary_2_System_String_System_Object_ *, MiniJSON_Parser_ParseObject, (MiniJSON_Parser * __this, MethodInfo * method)); DO_APP_FUNC(0x00AB8040, List_1_System_Object_ *, MiniJSON_Parser_ParseArray, (MiniJSON_Parser * __this, MethodInfo * method)); DO_APP_FUNC(0x00AB8130, Object *, MiniJSON_Parser_ParseValue, (MiniJSON_Parser * __this, MethodInfo * method)); DO_APP_FUNC(0x00AB8160, Object *, MiniJSON_Parser_ParseByToken, (MiniJSON_Parser * __this, MiniJSON_Parser_TOKEN__Enum token, MethodInfo * method)); DO_APP_FUNC(0x00AB8600, String *, MiniJSON_Parser_ParseString, (MiniJSON_Parser * __this, MethodInfo * method)); DO_APP_FUNC(0x00AB88C0, Object *, MiniJSON_Parser_ParseNumber, (MiniJSON_Parser * __this, MethodInfo * method)); DO_APP_FUNC(0x00AB8A70, void, MiniJSON_Parser_EatWhitespace, (MiniJSON_Parser * __this, MethodInfo * method)); DO_APP_FUNC(0x00AB8B20, uint16_t, MiniJSON_Parser_get_PeekChar, (MiniJSON_Parser * __this, MethodInfo * method)); DO_APP_FUNC(0x00AB8BD0, uint16_t, MiniJSON_Parser_get_NextChar, (MiniJSON_Parser * __this, MethodInfo * method)); DO_APP_FUNC(0x00AB8C80, String *, MiniJSON_Parser_get_NextWord, (MiniJSON_Parser * __this, MethodInfo * method)); DO_APP_FUNC(0x00AB8DD0, MiniJSON_Parser_TOKEN__Enum, MiniJSON_Parser_get_NextToken, (MiniJSON_Parser * __this, MethodInfo * method)); DO_APP_FUNC(0x00AB9220, void, MiniJSON_Serializer__ctor, (MiniJSON_Serializer * __this, MethodInfo * method)); DO_APP_FUNC(0x00AB79A0, String *, MiniJSON_Serializer_Serialize, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00AB92D0, void, MiniJSON_Serializer_SerializeValue, (MiniJSON_Serializer * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00AB9560, void, MiniJSON_Serializer_SerializeObject, (MiniJSON_Serializer * __this, IDictionary * obj, MethodInfo * method)); DO_APP_FUNC(0x00AB98E0, void, MiniJSON_Serializer_SerializeArray, (MiniJSON_Serializer * __this, IList * anArray, MethodInfo * method)); DO_APP_FUNC(0x00AB9B80, void, MiniJSON_Serializer_SerializeString, (MiniJSON_Serializer * __this, String * str, MethodInfo * method)); DO_APP_FUNC(0x00ABA010, void, MiniJSON_Serializer_SerializeOther, (MiniJSON_Serializer * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00ABAFD0, void, NodeData__ctor, (NodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, NodeData_get_NodeDesigner, (NodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, NodeData_set_NodeDesigner, (NodeData * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00ABB0F0, Vector2, NodeData_get_Offset, (NodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB110, void, NodeData_set_Offset, (NodeData * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, NodeData_get_FriendlyName, (NodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, NodeData_set_FriendlyName, (NodeData * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, NodeData_get_Comment, (NodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, NodeData_set_Comment, (NodeData * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, NodeData_get_IsBreakpoint, (NodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88980, void, NodeData_set_IsBreakpoint, (NodeData * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Texture *, NodeData_get_Icon, (NodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, NodeData_set_Icon, (NodeData * __this, Texture * value, MethodInfo * method)); DO_APP_FUNC(0x008FC900, bool, NodeData_get_Collapsed, (NodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x00985F10, void, NodeData_set_Collapsed, (NodeData * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00A88B20, int32_t, NodeData_get_ColorIndex, (NodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88B30, void, NodeData_set_ColorIndex, (NodeData * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, List_1_System_String_ *, NodeData_get_WatchedFieldNames, (NodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, NodeData_set_WatchedFieldNames, (NodeData * __this, List_1_System_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, List_1_System_Reflection_FieldInfo_ *, NodeData_get_WatchedFields, (NodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, NodeData_set_WatchedFields, (NodeData * __this, List_1_System_Reflection_FieldInfo_ * value, MethodInfo * method)); DO_APP_FUNC(0x00ABB120, float, NodeData_get_PushTime, (NodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB130, void, NodeData_set_PushTime, (NodeData * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00ABB140, float, NodeData_get_PopTime, (NodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB150, void, NodeData_set_PopTime, (NodeData * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00ABB160, float, NodeData_get_InterruptTime, (NodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB170, void, NodeData_set_InterruptTime, (NodeData * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00610E80, bool, NodeData_get_IsReevaluating, (NodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB180, void, NodeData_set_IsReevaluating, (NodeData * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x007666D0, TaskStatus__Enum_1, NodeData_get_ExecutionStatus, (NodeData * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB190, void, NodeData_set_ExecutionStatus, (NodeData * __this, TaskStatus__Enum_1 value, MethodInfo * method)); DO_APP_FUNC(0x00ABB1A0, void, NodeData_InitWatchedFields, (NodeData * __this, Task_1 * task, MethodInfo * method)); DO_APP_FUNC(0x00ABB370, void, NodeData_CopyFrom, (NodeData * __this, NodeData * nodeData, Task_1 * task, MethodInfo * method)); DO_APP_FUNC(0x00ABB760, int32_t, NodeData_GetWatchedFieldIndex, (NodeData * __this, FieldInfo_1 * field, MethodInfo * method)); DO_APP_FUNC(0x00ABB960, void, NodeData_AddWatchedField, (NodeData * __this, FieldInfo_1 * field, MethodInfo * method)); DO_APP_FUNC(0x00ABBB70, void, NodeData_RemoveWatchedField, (NodeData * __this, FieldInfo_1 * field, MethodInfo * method)); DO_APP_FUNC(0x00ABBC10, Vector2, NodeData_StringToVector2, (String * vector2String, MethodInfo * method)); DO_APP_FUNC(0x00ABBD70, void, ObjectPool_Clear, (MethodInfo * method)); DO_APP_FUNC(0x00ABBF40, void, ObjectPool__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, ParentTask__ctor, (ParentTask * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, List_1_BehaviorDesigner_Runtime_Tasks_Task_ *, ParentTask_get_Children, (ParentTask * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, ParentTask_set_Children, (ParentTask * __this, List_1_BehaviorDesigner_Runtime_Tasks_Task_ * value, MethodInfo * method)); DO_APP_FUNC(0x00ABC0E0, int32_t, ParentTask_MaxChildren, (ParentTask * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ParentTask_CanRunParallelChildren, (ParentTask * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, ParentTask_CurrentChildIndex, (ParentTask * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ParentTask_CanExecute, (ParentTask * __this, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, TaskStatus__Enum_1, ParentTask_Decorate, (ParentTask * __this, TaskStatus__Enum_1 status, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ParentTask_CanReevaluate, (ParentTask * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ParentTask_OnChildExecuted, (ParentTask * __this, TaskStatus__Enum_1 childStatus, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ParentTask_OnChildExecuted_1, (ParentTask * __this, int32_t childIndex, TaskStatus__Enum_1 childStatus, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ParentTask_OnChildStarted, (ParentTask * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ParentTask_OnChildStarted_1, (ParentTask * __this, int32_t childIndex, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, TaskStatus__Enum_1, ParentTask_OverrideStatus, (ParentTask * __this, TaskStatus__Enum_1 status, MethodInfo * method)); DO_APP_FUNC(0x0075F690, TaskStatus__Enum_1, ParentTask_OverrideStatus_1, (ParentTask * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ParentTask_OnConditionalAbort, (ParentTask * __this, int32_t childIndex, MethodInfo * method)); DO_APP_FUNC(0x00ABC0F0, float, ParentTask_GetUtility, (ParentTask * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABC210, void, ParentTask_OnDrawGizmos, (ParentTask * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABC300, void, ParentTask_AddChild, (ParentTask * __this, Task_1 * child, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00ABC420, void, ParentTask_ReplaceAddChild, (ParentTask * __this, Task_1 * child, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00ABC4E0, void, FieldSerializationData__ctor, (FieldSerializationData * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABC850, void, TaskSerializationData__ctor, (TaskSerializationData * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABCB20, void, VariableSerializationData__ctor, (VariableSerializationData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LinkedTaskAttribute__ctor, (LinkedTaskAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InspectTaskAttribute__ctor, (InspectTaskAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ObjectDrawerAttribute__ctor, (ObjectDrawerAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RequiredFieldAttribute__ctor, (RequiredFieldAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SharedRequiredAttribute__ctor, (SharedRequiredAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, TooltipAttribute_1__ctor, (TooltipAttribute_1 * __this, String * tooltip, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, TooltipAttribute_1_get_Tooltip, (TooltipAttribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABCCE0, void, TaskIconAttribute__ctor, (TaskIconAttribute * __this, String * iconString, MethodInfo * method)); DO_APP_FUNC(0x005E5400, void, TaskIconAttribute__ctor_1, (TaskIconAttribute * __this, String * lightIconGUID, String * darkIconGUID, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, TaskIconAttribute_get_IconPath, (TaskIconAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, TaskIconAttribute_set_IconPath, (TaskIconAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, TaskIconAttribute_get_LightIconGUID, (TaskIconAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, TaskIconAttribute_get_DarkIconGUID, (TaskIconAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, HelpURLAttribute_1__ctor, (HelpURLAttribute_1 * __this, String * url, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, HelpURLAttribute_1_get_URL, (HelpURLAttribute_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, TaskCategoryAttribute__ctor, (TaskCategoryAttribute * __this, String * category, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, TaskCategoryAttribute_get_Category, (TaskCategoryAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, TaskDescriptionAttribute__ctor, (TaskDescriptionAttribute * __this, String * description, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, TaskDescriptionAttribute_get_Description, (TaskDescriptionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, TaskNameAttribute__ctor, (TaskNameAttribute * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, TaskNameAttribute_get_Name, (TaskNameAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, RequiredComponentAttribute__ctor, (RequiredComponentAttribute * __this, Type * componentType, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Type *, RequiredComponentAttribute_get_ComponentType, (RequiredComponentAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SkipErrorCheckAttribute__ctor, (SkipErrorCheckAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABCE60, void, TaskCoroutine__ctor, (TaskCoroutine * __this, Behavior * parent, IEnumerator * coroutine, String * coroutineName, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Coroutine *, TaskCoroutine_get_Coroutine, (TaskCoroutine * __this, MethodInfo * method)); DO_APP_FUNC(0x00681CB0, void, TaskCoroutine_Stop, (TaskCoroutine * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABD070, IEnumerator *, TaskCoroutine_RunCoroutine, (TaskCoroutine * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskCoroutine_RunCoroutine_c_Iterator0__ctor, (TaskCoroutine_RunCoroutine_c_Iterator0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABD110, bool, TaskCoroutine_RunCoroutine_c_Iterator0_MoveNext, (TaskCoroutine_RunCoroutine_c_Iterator0 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TaskCoroutine_RunCoroutine_c_Iterator0_System_Collections_Generic_IEnumerator_object__get_Current, (TaskCoroutine_RunCoroutine_c_Iterator0 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TaskCoroutine_RunCoroutine_c_Iterator0_System_Collections_IEnumerator_get_Current, (TaskCoroutine_RunCoroutine_c_Iterator0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AA0980, void, TaskCoroutine_RunCoroutine_c_Iterator0_Dispose, (TaskCoroutine_RunCoroutine_c_Iterator0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABD390, void, TaskCoroutine_RunCoroutine_c_Iterator0_Reset, (TaskCoroutine_RunCoroutine_c_Iterator0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88C88, TaskCoroutine_RunCoroutine_c_Iterator0_Reset__MethodInfo); DO_APP_FUNC(0x003AC050, void, TaskUtility__ctor, (TaskUtility * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABD3E0, Object *, TaskUtility_CreateInstance, (Type * t, MethodInfo * method)); DO_APP_FUNC(0x00ABD4C0, FieldInfo_1__Array *, TaskUtility_GetAllFields, (Type * t, MethodInfo * method)); DO_APP_FUNC(0x00ABD790, FieldInfo_1__Array *, TaskUtility_GetPublicFields, (Type * t, MethodInfo * method)); DO_APP_FUNC(0x00ABDA60, FieldInfo_1__Array *, TaskUtility_GetSerializableFields, (Type * t, MethodInfo * method)); DO_APP_FUNC(0x00ABDD10, void, TaskUtility_GetSerializableFields_1, (Type * t, IList_1_System_Reflection_FieldInfo_ * fieldList, int32_t flags, MethodInfo * method)); DO_APP_FUNC(0x00ABE000, void, TaskUtility_GetFields, (Type * t, List_1_System_Reflection_FieldInfo_ * * fieldList, int32_t flags, MethodInfo * method)); DO_APP_FUNC(0x00ABE2A0, Type *, TaskUtility_GetTypeWithinAssembly, (String * typeName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88B58, TaskUtility_GetTypeWithinAssembly__MethodInfo); DO_APP_FUNC(0x00ABE790, bool, TaskUtility_CompareType, (Type * t, String * typeName, MethodInfo * method)); DO_APP_FUNC(0x00ABE850, bool, TaskUtility_HasAttribute, (FieldInfo_1 * field, Type * attribute, MethodInfo * method)); DO_APP_FUNC(0x00ABEAF0, void, TaskUtility__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ABF040, void, VariableSynchronizer__ctor, (VariableSynchronizer * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, UpdateIntervalType__Enum, VariableSynchronizer_get_UpdateInterval, (VariableSynchronizer * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABF140, void, VariableSynchronizer_set_UpdateInterval, (VariableSynchronizer * __this, UpdateIntervalType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CA9C0, float, VariableSynchronizer_get_UpdateIntervalSeconds, (VariableSynchronizer * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABF150, void, VariableSynchronizer_set_UpdateIntervalSeconds, (VariableSynchronizer * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, List_1_BehaviorDesigner_Runtime_VariableSynchronizer_SynchronizedVariable_ *, VariableSynchronizer_get_SynchronizedVariables, (VariableSynchronizer * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABF160, void, VariableSynchronizer_set_SynchronizedVariables, (VariableSynchronizer * __this, List_1_BehaviorDesigner_Runtime_VariableSynchronizer_SynchronizedVariable_ * value, MethodInfo * method)); DO_APP_FUNC(0x00ABF200, void, VariableSynchronizer_UpdateIntervalChanged, (VariableSynchronizer * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABF3B0, void, VariableSynchronizer_Awake, (VariableSynchronizer * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC0510, void, VariableSynchronizer_Update, (VariableSynchronizer * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC0520, IEnumerator *, VariableSynchronizer_CoroutineUpdate, (VariableSynchronizer * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC05C0, void, VariableSynchronizer_Tick, (VariableSynchronizer * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC0A20, Func_1_Object_ *, VariableSynchronizer_CreateGetDelegate, (Object * instance, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x00AC0BC0, Action_1_Object_ *, VariableSynchronizer_CreateSetDelegate, (Object * instance, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x00AC0EF0, void, VariableSynchronizer_SynchronizedVariable__ctor, (VariableSynchronizer_SynchronizedVariable * __this, VariableSynchronizer_SynchronizationType__Enum synchronizationType, bool setVariable, Behavior * behavior, String * variableName, bool global, Component * targetComponent, String * targetName, bool targetGlobal, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VariableSynchronizer_CoroutineUpdate_c_Iterator0__ctor, (VariableSynchronizer_CoroutineUpdate_c_Iterator0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC1070, bool, VariableSynchronizer_CoroutineUpdate_c_Iterator0_MoveNext, (VariableSynchronizer_CoroutineUpdate_c_Iterator0 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, VariableSynchronizer_CoroutineUpdate_c_Iterator0_System_Collections_Generic_IEnumerator_object__get_Current, (VariableSynchronizer_CoroutineUpdate_c_Iterator0 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, VariableSynchronizer_CoroutineUpdate_c_Iterator0_System_Collections_IEnumerator_get_Current, (VariableSynchronizer_CoroutineUpdate_c_Iterator0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AA0980, void, VariableSynchronizer_CoroutineUpdate_c_Iterator0_Dispose, (VariableSynchronizer_CoroutineUpdate_c_Iterator0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC1120, void, VariableSynchronizer_CoroutineUpdate_c_Iterator0_Reset, (VariableSynchronizer_CoroutineUpdate_c_Iterator0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88828, VariableSynchronizer_CoroutineUpdate_c_Iterator0_Reset__MethodInfo); DO_APP_FUNC(0x0075F680, void, Action_1__ctor, (Action_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Composite__ctor, (Composite * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A6C0, AbortType__Enum, Composite_get_AbortType, (Composite * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Composite_OnReevaluationStarted, (Composite * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Composite_OnReevaluationEnded, (Composite * __this, TaskStatus__Enum_1 status, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Decorator__ctor, (Decorator * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, Decorator_MaxChildren, (Decorator * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, Conditional__ctor, (Conditional * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SharedVariable__ctor, (SharedVariable * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, SharedVariable_get_IsShared, (SharedVariable * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, SharedVariable_set_IsShared, (SharedVariable * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00422A30, bool, SharedVariable_get_IsGlobal, (SharedVariable * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A40, void, SharedVariable_set_IsGlobal, (SharedVariable * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AC1170, bool, SharedVariable_get_IsDynamic, (SharedVariable * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC1180, void, SharedVariable_set_IsDynamic, (SharedVariable * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, SharedVariable_get_Name, (SharedVariable * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, SharedVariable_set_Name, (SharedVariable * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, SharedVariable_get_Tooltip, (SharedVariable * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, SharedVariable_set_Tooltip, (SharedVariable * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, SharedVariable_get_PropertyMapping, (SharedVariable * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, SharedVariable_set_PropertyMapping, (SharedVariable * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, GameObject *, SharedVariable_get_PropertyMappingOwner, (SharedVariable * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, SharedVariable_set_PropertyMappingOwner, (SharedVariable * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x00AC1190, bool, SharedVariable_get_IsNone, (SharedVariable * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SharedVariable_InitializePropertyMapping, (SharedVariable * __this, BehaviorSource * behaviorSource, MethodInfo * method)); DO_APP_FUNC(0x00AC11B0, void, NamedVariable__ctor, (NamedVariable * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC1240, void, SharedNamedVariable__ctor, (SharedNamedVariable * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC13A0, SharedNamedVariable *, SharedNamedVariable_op_Implicit, (NamedVariable * value, MethodInfo * method)); DO_APP_FUNC(0x00AC15B0, void, GenericVariable__ctor, (GenericVariable * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC1740, void, SharedGenericVariable__ctor, (SharedGenericVariable * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC1810, SharedGenericVariable *, SharedGenericVariable_op_Implicit, (GenericVariable * value, MethodInfo * method)); DO_APP_FUNC(0x00AC1980, void, Task_1__ctor, (Task_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Task_1_OnAwake, (Task_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Task_1_OnStart, (Task_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, TaskStatus__Enum_1, Task_1_OnUpdate, (Task_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Task_1_OnLateUpdate, (Task_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Task_1_OnFixedUpdate, (Task_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Task_1_OnEnd, (Task_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Task_1_OnPause, (Task_1 * __this, bool paused, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Task_1_OnConditionalAbort, (Task_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, Task_1_GetPriority, (Task_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, Task_1_GetUtility, (Task_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Task_1_OnBehaviorRestart, (Task_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Task_1_OnBehaviorComplete, (Task_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Task_1_OnReset, (Task_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Task_1_OnDrawGizmos, (Task_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC1A30, String *, Task_1_OnDrawNodeText, (Task_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC1A70, void, Task_1_StartCoroutine, (Task_1 * __this, String * methodName, MethodInfo * method)); DO_APP_FUNC(0x00AC1AA0, Coroutine *, Task_1_StartCoroutine_1, (Task_1 * __this, IEnumerator * routine, MethodInfo * method)); DO_APP_FUNC(0x00AC1AC0, Coroutine *, Task_1_StartCoroutine_2, (Task_1 * __this, String * methodName, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00AC1B00, void, Task_1_StopCoroutine, (Task_1 * __this, String * methodName, MethodInfo * method)); DO_APP_FUNC(0x00AC1C30, void, Task_1_StopCoroutine_1, (Task_1 * __this, IEnumerator * routine, MethodInfo * method)); DO_APP_FUNC(0x00AC1C50, void, Task_1_StopAllCoroutines, (Task_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Task_1_OnCollisionEnter, (Task_1 * __this, Collision * collision, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Task_1_OnCollisionExit, (Task_1 * __this, Collision * collision, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Task_1_OnTriggerEnter, (Task_1 * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Task_1_OnTriggerExit, (Task_1 * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Task_1_OnCollisionEnter2D, (Task_1 * __this, Collision2D * collision, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Task_1_OnCollisionExit2D, (Task_1 * __this, Collision2D * collision, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Task_1_OnTriggerEnter2D, (Task_1 * __this, Collider2D * other, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Task_1_OnTriggerExit2D, (Task_1 * __this, Collider2D * other, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Task_1_OnControllerColliderHit, (Task_1 * __this, ControllerColliderHit * hit, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Task_1_OnAnimatorIK, (Task_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, Task_1_set_GameObject, (Task_1 * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, Task_1_set_Transform, (Task_1 * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00AC1C70, Component *, Task_1_GetComponent, (Task_1 * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x00AC1CE0, void, Task_1_TryGetComponent, (Task_1 * __this, Type * type, Component * * component, MethodInfo * method)); DO_APP_FUNC(0x00AC1E80, GameObject *, Task_1_GetDefaultGameObject, (Task_1 * __this, GameObject * go, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, NodeData *, Task_1_get_NodeData, (Task_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, Task_1_set_NodeData, (Task_1 * __this, NodeData * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Behavior *, Task_1_get_Owner, (Task_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, Task_1_set_Owner, (Task_1 * __this, Behavior * value, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, Task_1_get_ID, (Task_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5310, void, Task_1_set_ID, (Task_1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, Task_1_get_FriendlyName, (Task_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, Task_1_set_FriendlyName, (Task_1 * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x008FC900, bool, Task_1_get_IsInstant, (Task_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00985F10, void, Task_1_set_IsInstant, (Task_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00A88B20, int32_t, Task_1_get_ReferenceID, (Task_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88B30, void, Task_1_set_ReferenceID, (Task_1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00434A10, bool, Task_1_get_Disabled, (Task_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x005391A0, void, Task_1_set_Disabled, (Task_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00AC1F90, void, UnknownTask__ctor, (UnknownTask * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC2270, void, UnknownTask_OnAwake, (UnknownTask * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, UnknownParentTask__ctor, (UnknownParentTask * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC2350, void, UnknownParentTask_OnAwake, (UnknownParentTask * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F680, void, BehaviorReference__ctor, (BehaviorReference * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, ExternalBehavior__Array *, BehaviorReference_GetExternalBehaviors, (BehaviorReference * __this, MethodInfo * method)); DO_APP_FUNC(0x007725D0, void, BehaviorReference_OnReset, (BehaviorReference * __this, MethodInfo * method)); DO_APP_FUNC(0x02BFD5A0, ScriptPlayable_1_UnityEngine_Timeline_ActivationMixerPlayable_, ActivationMixerPlayable_Create, (PlayableGraph graph, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, ActivationTrack_PostPlaybackState__Enum, ActivationMixerPlayable_get_postPlaybackState, (ActivationMixerPlayable * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ActivationMixerPlayable_set_postPlaybackState, (ActivationMixerPlayable * __this, ActivationTrack_PostPlaybackState__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02BFD640, void, ActivationMixerPlayable_OnPlayableDestroy, (ActivationMixerPlayable * __this, Playable playable, MethodInfo * method)); DO_APP_FUNC(0x02BFD7B0, void, ActivationMixerPlayable_ProcessFrame, (ActivationMixerPlayable * __this, Playable playable, FrameData info, Object * playerData, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ActivationMixerPlayable__ctor, (ActivationMixerPlayable * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, ClipCaps__Enum, ActivationPlayableAsset_get_clipCaps, (ActivationPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02BFDC20, Playable, ActivationPlayableAsset_CreatePlayable, (ActivationPlayableAsset * __this, PlayableGraph graph, GameObject * go, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, ActivationPlayableAsset__ctor, (ActivationPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02BFDD40, bool, ActivationTrack_CanCompileClips, (ActivationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x0185B680, ActivationTrack_PostPlaybackState__Enum, ActivationTrack_get_postPlaybackState, (ActivationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02BFDDD0, void, ActivationTrack_set_postPlaybackState, (ActivationTrack * __this, ActivationTrack_PostPlaybackState__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02BFDDF0, Playable, ActivationTrack_CreateTrackMixer, (ActivationTrack * __this, PlayableGraph graph, GameObject * go, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC(0x02BFE030, void, ActivationTrack_UpdateTrackMode, (ActivationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02BFE050, void, ActivationTrack_GatherProperties, (ActivationTrack * __this, PlayableDirector * director, IPropertyCollector * driver, MethodInfo * method)); DO_APP_FUNC(0x02BFE1A0, void, ActivationTrack_OnCreateClip, (ActivationTrack * __this, TimelineClip * clip, MethodInfo * method)); DO_APP_FUNC(0x02BFE230, void, ActivationTrack__ctor, (ActivationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02BFE290, void, AnimationOutputWeightProcessor__ctor, (AnimationOutputWeightProcessor * __this, AnimationPlayableOutput output, MethodInfo * method)); DO_APP_FUNC(0x02BFE5B0, void, AnimationOutputWeightProcessor_FindMixers, (AnimationOutputWeightProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x02BFE740, void, AnimationOutputWeightProcessor_FindMixers_1, (AnimationOutputWeightProcessor * __this, Playable parent, int32_t port, Playable node, MethodInfo * method)); DO_APP_FUNC(0x02BFEB20, void, AnimationOutputWeightProcessor_Evaluate, (AnimationOutputWeightProcessor * __this, MethodInfo * method)); DO_APP_FUNC(0x00B46BA0, Vector3, AnimationPlayableAsset_get_position, (AnimationPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00B46BC0, void, AnimationPlayableAsset_set_position, (AnimationPlayableAsset * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02BFED60, Quaternion, AnimationPlayableAsset_get_rotation, (AnimationPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02BFEE10, void, AnimationPlayableAsset_set_rotation, (AnimationPlayableAsset * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x00B46BD0, Vector3, AnimationPlayableAsset_get_eulerAngles, (AnimationPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00B46BF0, void, AnimationPlayableAsset_set_eulerAngles, (AnimationPlayableAsset * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, AnimationPlayableAsset_get_useTrackMatchFields, (AnimationPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AE0, void, AnimationPlayableAsset_set_useTrackMatchFields, (AnimationPlayableAsset * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01365740, MatchTargetFields__Enum, AnimationPlayableAsset_get_matchTargetFields, (AnimationPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x01A728E0, void, AnimationPlayableAsset_set_matchTargetFields, (AnimationPlayableAsset * __this, MatchTargetFields__Enum value, MethodInfo * method)); DO_APP_FUNC(0x008FC900, bool, AnimationPlayableAsset_get_removeStartOffset, (AnimationPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00985F10, void, AnimationPlayableAsset_set_removeStartOffset, (AnimationPlayableAsset * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00610410, bool, AnimationPlayableAsset_get_applyFootIK, (AnimationPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x01D81110, void, AnimationPlayableAsset_set_applyFootIK, (AnimationPlayableAsset * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00A88B20, AnimationPlayableAsset_LoopMode__Enum, AnimationPlayableAsset_get_loop, (AnimationPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88B30, void, AnimationPlayableAsset_set_loop, (AnimationPlayableAsset * __this, AnimationPlayableAsset_LoopMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02BFEE40, bool, AnimationPlayableAsset_get_hasRootTransforms, (AnimationPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5400, AppliedOffsetMode__Enum, AnimationPlayableAsset_get_appliedOffsetMode, (AnimationPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5410, void, AnimationPlayableAsset_set_appliedOffsetMode, (AnimationPlayableAsset * __this, AppliedOffsetMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, AnimationClip *, AnimationPlayableAsset_get_clip, (AnimationPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02BFEF80, void, AnimationPlayableAsset_set_clip, (AnimationPlayableAsset * __this, AnimationClip * value, MethodInfo * method)); DO_APP_FUNC(0x02BFF100, double, AnimationPlayableAsset_get_duration, (AnimationPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02BFF1B0, IEnumerable_1_UnityEngine_Playables_PlayableBinding_ *, AnimationPlayableAsset_get_outputs, (AnimationPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02BFF270, Playable, AnimationPlayableAsset_CreatePlayable, (AnimationPlayableAsset * __this, PlayableGraph graph, GameObject * go, MethodInfo * method)); DO_APP_FUNC(0x02BFF3A0, Playable, AnimationPlayableAsset_CreatePlayable_1, (PlayableGraph graph, AnimationClip * clip, Vector3 positionOffset, Vector3 eulerOffset, bool removeStartOffset, AppliedOffsetMode__Enum mode, bool applyFootIK, AnimationPlayableAsset_LoopMode__Enum loop, MethodInfo * method)); DO_APP_FUNC(0x02BFFBA0, bool, AnimationPlayableAsset_ShouldApplyOffset, (AppliedOffsetMode__Enum mode, AnimationClip * clip, MethodInfo * method)); DO_APP_FUNC(0x02BFFC10, bool, AnimationPlayableAsset_ShouldApplyScaleRemove, (AppliedOffsetMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02BFFC30, ClipCaps__Enum, AnimationPlayableAsset_get_clipCaps, (AnimationPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02BFFED0, void, AnimationPlayableAsset_ResetOffsets, (AnimationPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02BFFF60, void, AnimationPlayableAsset_GatherProperties, (AnimationPlayableAsset * __this, PlayableDirector * director, IPropertyCollector * driver, MethodInfo * method)); DO_APP_FUNC(0x02C00030, bool, AnimationPlayableAsset_HasRootTransforms, (AnimationClip * clip, MethodInfo * method)); DO_APP_FUNC(0x02C002A0, void, AnimationPlayableAsset_UnityEngine_ISerializationCallbackReceiver_OnBeforeSerialize, (AnimationPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C00300, void, AnimationPlayableAsset_UnityEngine_ISerializationCallbackReceiver_OnAfterDeserialize, (AnimationPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C00390, void, AnimationPlayableAsset_OnUpgradeFromVersion, (AnimationPlayableAsset * __this, int32_t oldVersion, MethodInfo * method)); DO_APP_FUNC(0x02C003D0, void, AnimationPlayableAsset__ctor, (AnimationPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C004F0, void, AnimationPlayableAsset__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02C00530, void, AnimationPlayableAsset_AnimationPlayableAssetUpgrade_ConvertRotationToEuler, (AnimationPlayableAsset * asset, MethodInfo * method)); DO_APP_FUNC(0x02C00570, void, AnimationPlayableAsset_get_outputs_d_45__ctor, (AnimationPlayableAsset_get_outputs_d_45 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AnimationPlayableAsset_get_outputs_d_45_System_IDisposable_Dispose, (AnimationPlayableAsset_get_outputs_d_45 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C00590, bool, AnimationPlayableAsset_get_outputs_d_45_MoveNext, (AnimationPlayableAsset_get_outputs_d_45 * __this, MethodInfo * method)); DO_APP_FUNC(0x014BDA40, PlayableBinding, AnimationPlayableAsset_get_outputs_d_45_System_Collections_Generic_IEnumerator_UnityEngine_Playables_PlayableBinding__get_Current, (AnimationPlayableAsset_get_outputs_d_45 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C00670, void, AnimationPlayableAsset_get_outputs_d_45_System_Collections_IEnumerator_Reset, (AnimationPlayableAsset_get_outputs_d_45 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70A10, AnimationPlayableAsset_get_outputs_d_45_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02C006C0, Object *, AnimationPlayableAsset_get_outputs_d_45_System_Collections_IEnumerator_get_Current, (AnimationPlayableAsset_get_outputs_d_45 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C00720, IEnumerator_1_UnityEngine_Playables_PlayableBinding_ *, AnimationPlayableAsset_get_outputs_d_45_System_Collections_Generic_IEnumerable_UnityEngine_Playables_PlayableBinding__GetEnumerator, (AnimationPlayableAsset_get_outputs_d_45 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C00720, IEnumerator *, AnimationPlayableAsset_get_outputs_d_45_System_Collections_IEnumerable_GetEnumerator, (AnimationPlayableAsset_get_outputs_d_45 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C00810, void, AnimationPreviewUpdateCallback__ctor, (AnimationPreviewUpdateCallback * __this, AnimationPlayableOutput output, MethodInfo * method)); DO_APP_FUNC(0x02C008D0, void, AnimationPreviewUpdateCallback_Evaluate, (AnimationPreviewUpdateCallback * __this, MethodInfo * method)); DO_APP_FUNC(0x02C00B40, void, AnimationPreviewUpdateCallback_FetchPreviewComponents, (AnimationPreviewUpdateCallback * __this, MethodInfo * method)); DO_APP_FUNC(0x02C00DC0, bool, MatchTargetFieldConstants_HasAny, (MatchTargetFields__Enum me, MatchTargetFields__Enum fields, MethodInfo * method)); DO_APP_FUNC(0x00B40110, MatchTargetFields__Enum, MatchTargetFieldConstants_Toggle, (MatchTargetFields__Enum me, MatchTargetFields__Enum flag, MethodInfo * method)); DO_APP_FUNC(0x02C00E30, void, MatchTargetFieldConstants__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02C00EB0, Vector3, AnimationTrack_get_position, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02C00ED0, void, AnimationTrack_set_position, (AnimationTrack * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02C00EF0, Quaternion, AnimationTrack_get_rotation, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02C00FA0, void, AnimationTrack_set_rotation, (AnimationTrack * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x02C00FD0, Vector3, AnimationTrack_get_eulerAngles, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02C00FF0, void, AnimationTrack_set_eulerAngles, (AnimationTrack * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, AnimationTrack_get_applyOffsets, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AnimationTrack_set_applyOffsets, (AnimationTrack * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C01010, TrackOffset__Enum, AnimationTrack_get_trackOffset, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02C01020, void, AnimationTrack_set_trackOffset, (AnimationTrack * __this, TrackOffset__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02C01030, MatchTargetFields__Enum, AnimationTrack_get_matchTargetFields, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02C01040, void, AnimationTrack_set_matchTargetFields, (AnimationTrack * __this, MatchTargetFields__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003C28C0, AnimationClip *, AnimationTrack_get_infiniteClip, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x003C28D0, void, AnimationTrack_set_infiniteClip, (AnimationTrack * __this, AnimationClip * value, MethodInfo * method)); DO_APP_FUNC(0x01B55920, bool, AnimationTrack_get_infiniteClipRemoveOffset, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x0209B480, void, AnimationTrack_set_infiniteClipRemoveOffset, (AnimationTrack * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x005425B0, AvatarMask *, AnimationTrack_get_avatarMask, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8F70, void, AnimationTrack_set_avatarMask, (AnimationTrack * __this, AvatarMask * value, MethodInfo * method)); DO_APP_FUNC(0x008E4B60, bool, AnimationTrack_get_applyAvatarMask, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x008E4B70, void, AnimationTrack_set_applyAvatarMask, (AnimationTrack * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C010B0, bool, AnimationTrack_CanCompileClips, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02C01220, IEnumerable_1_UnityEngine_Playables_PlayableBinding_ *, AnimationTrack_get_outputs, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02C012E0, bool, AnimationTrack_get_inClipMode, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x009CB400, Vector3, AnimationTrack_get_infiniteClipOffsetPosition, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D740, void, AnimationTrack_set_infiniteClipOffsetPosition, (AnimationTrack * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02C01320, Quaternion, AnimationTrack_get_infiniteClipOffsetRotation, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02C013D0, void, AnimationTrack_set_infiniteClipOffsetRotation, (AnimationTrack * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x0101D760, Vector3, AnimationTrack_get_infiniteClipOffsetEulerAngles, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D780, void, AnimationTrack_set_infiniteClipOffsetEulerAngles, (AnimationTrack * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01F7A7A0, bool, AnimationTrack_get_infiniteClipApplyFootIK, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02C01400, void, AnimationTrack_set_infiniteClipApplyFootIK, (AnimationTrack * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C01410, double, AnimationTrack_get_infiniteClipTimeOffset, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02C01420, void, AnimationTrack_set_infiniteClipTimeOffset, (AnimationTrack * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x0185B680, TimelineClip_ClipExtrapolation__Enum, AnimationTrack_get_infiniteClipPreExtrapolation, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x0185B690, void, AnimationTrack_set_infiniteClipPreExtrapolation, (AnimationTrack * __this, TimelineClip_ClipExtrapolation__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0070E360, TimelineClip_ClipExtrapolation__Enum, AnimationTrack_get_infiniteClipPostExtrapolation, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D1D0, void, AnimationTrack_set_infiniteClipPostExtrapolation, (AnimationTrack * __this, TimelineClip_ClipExtrapolation__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01B3EB30, AnimationPlayableAsset_LoopMode__Enum, AnimationTrack_get_infiniteClipLoop, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x01D59700, void, AnimationTrack_set_infiniteClipLoop, (AnimationTrack * __this, AnimationPlayableAsset_LoopMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02C01430, void, AnimationTrack_ResetOffsets, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02C014D0, TimelineClip *, AnimationTrack_CreateClip, (AnimationTrack * __this, AnimationClip * clip, MethodInfo * method)); DO_APP_FUNC(0x02C01620, void, AnimationTrack_CreateInfiniteClip, (AnimationTrack * __this, String * infiniteClipName, MethodInfo * method)); DO_APP_FUNC(0x02C01830, TimelineClip *, AnimationTrack_CreateRecordableClip, (AnimationTrack * __this, String * animClipName, MethodInfo * method)); DO_APP_FUNC(0x02C01B80, void, AnimationTrack_OnCreateClip, (AnimationTrack * __this, TimelineClip * clip, MethodInfo * method)); DO_APP_FUNC(0x02C01BF0, int32_t, AnimationTrack_CalculateItemsHash, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AnimationTrack_UpdateClipOffsets, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02C01D00, Playable, AnimationTrack_CompileTrackPlayable, (AnimationTrack * __this, PlayableGraph graph, AnimationTrack * track, GameObject * go, IntervalTree_1_RuntimeElement_ * tree, AppliedOffsetMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02C023A0, Playable, AnimationTrack_UnityEngine_Timeline_ILayerable_CreateLayerMixer, (AnimationTrack * __this, PlayableGraph graph, GameObject * go, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC(0x02C02440, Playable, AnimationTrack_CreateMixerPlayableGraph, (AnimationTrack * __this, PlayableGraph graph, GameObject * go, IntervalTree_1_RuntimeElement_ * tree, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70948, AnimationTrack_CreateMixerPlayableGraph__MethodInfo); DO_APP_FUNC(0x003C94D0, int32_t, AnimationTrack_GetDefaultBlendCount, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AnimationTrack_AttachDefaultBlend, (AnimationTrack * __this, PlayableGraph graph, AnimationLayerMixerPlayable mixer, bool requireOffset, MethodInfo * method)); DO_APP_FUNC(0x02C03130, Playable, AnimationTrack_AttachOffsetPlayable, (AnimationTrack * __this, PlayableGraph graph, Playable playable, Vector3 pos, Quaternion rot, MethodInfo * method)); DO_APP_FUNC(0x02C03420, bool, AnimationTrack_RequiresMotionXPlayable, (AnimationTrack * __this, AppliedOffsetMode__Enum mode, GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x02C036A0, bool, AnimationTrack_UsesAbsoluteMotion, (AppliedOffsetMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02C036B0, bool, AnimationTrack_HasController, (AnimationTrack * __this, GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x02C039D0, Animator *, AnimationTrack_GetBinding, (AnimationTrack * __this, PlayableDirector * director, MethodInfo * method)); DO_APP_FUNC(0x02C03EA0, AnimationLayerMixerPlayable, AnimationTrack_CreateGroupMixer, (PlayableGraph graph, GameObject * go, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC(0x02C03FC0, Playable, AnimationTrack_CreateInfiniteTrackPlayable, (AnimationTrack * __this, PlayableGraph graph, GameObject * go, IntervalTree_1_RuntimeElement_ * tree, AppliedOffsetMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02C04560, Playable, AnimationTrack_ApplyTrackOffset, (AnimationTrack * __this, PlayableGraph graph, Playable root, GameObject * go, AppliedOffsetMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02C04820, void, AnimationTrack_GetEvaluationTime, (AnimationTrack * __this, double * outStart, double * outDuration, MethodInfo * method)); DO_APP_FUNC(0x02C048F0, void, AnimationTrack_GetSequenceTime, (AnimationTrack * __this, double * outStart, double * outDuration, MethodInfo * method)); DO_APP_FUNC(0x02C04A20, void, AnimationTrack_AssignAnimationClip, (AnimationTrack * __this, TimelineClip * clip, AnimationClip * animClip, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C708F0, AnimationTrack_AssignAnimationClip__MethodInfo); DO_APP_FUNC(0x003AC050, void, AnimationTrack_GatherProperties, (AnimationTrack * __this, PlayableDirector * director, IPropertyCollector * driver, MethodInfo * method)); DO_APP_FUNC(0x02C04F20, void, AnimationTrack_GetAnimationClips, (AnimationTrack * __this, List_1_UnityEngine_AnimationClip_ * animClips, MethodInfo * method)); DO_APP_FUNC(0x02C055F0, AppliedOffsetMode__Enum, AnimationTrack_GetOffsetMode, (AnimationTrack * __this, GameObject * go, bool animatesRootTransform, MethodInfo * method)); DO_APP_FUNC(0x02C05670, bool, AnimationTrack_IsRootTransformDisabledByMask, (AnimationTrack * __this, GameObject * gameObject, Transform * genericRootNode, MethodInfo * method)); DO_APP_FUNC(0x02C05DA0, Transform *, AnimationTrack_GetGenericRootNode, (AnimationTrack * __this, GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x02C06210, bool, AnimationTrack_AnimatesRootTransform, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02C06500, Transform *, AnimationTrack_FindInHierarchyBreadthFirst, (Transform * t, String * name, MethodInfo * method)); DO_APP_FUNC(0x009CB400, Vector3, AnimationTrack_get_openClipOffsetPosition, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D740, void, AnimationTrack_set_openClipOffsetPosition, (AnimationTrack * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02C01320, Quaternion, AnimationTrack_get_openClipOffsetRotation, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02C06740, void, AnimationTrack_set_openClipOffsetRotation, (AnimationTrack * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x0101D760, Vector3, AnimationTrack_get_openClipOffsetEulerAngles, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D780, void, AnimationTrack_set_openClipOffsetEulerAngles, (AnimationTrack * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x0185B680, TimelineClip_ClipExtrapolation__Enum, AnimationTrack_get_openClipPreExtrapolation, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x0185B690, void, AnimationTrack_set_openClipPreExtrapolation, (AnimationTrack * __this, TimelineClip_ClipExtrapolation__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0070E360, TimelineClip_ClipExtrapolation__Enum, AnimationTrack_get_openClipPostExtrapolation, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D1D0, void, AnimationTrack_set_openClipPostExtrapolation, (AnimationTrack * __this, TimelineClip_ClipExtrapolation__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02C06780, void, AnimationTrack_OnUpgradeFromVersion, (AnimationTrack * __this, int32_t oldVersion, MethodInfo * method)); DO_APP_FUNC(0x02C06970, void, AnimationTrack__ctor, (AnimationTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02C06BA0, void, AnimationTrack__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02C06C80, void, AnimationTrack_AnimationTrackUpgrade_ConvertRotationsToEuler, (AnimationTrack * track, MethodInfo * method)); DO_APP_FUNC(0x02C06CF0, void, AnimationTrack_AnimationTrackUpgrade_ConvertRootMotion, (AnimationTrack * track, MethodInfo * method)); DO_APP_FUNC(0x02C06DB0, void, AnimationTrack_AnimationTrackUpgrade_ConvertInfiniteTrack, (AnimationTrack * track, MethodInfo * method)); DO_APP_FUNC(0x02C00570, void, AnimationTrack_get_outputs_d_49__ctor, (AnimationTrack_get_outputs_d_49 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AnimationTrack_get_outputs_d_49_System_IDisposable_Dispose, (AnimationTrack_get_outputs_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C00590, bool, AnimationTrack_get_outputs_d_49_MoveNext, (AnimationTrack_get_outputs_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x014BDA40, PlayableBinding, AnimationTrack_get_outputs_d_49_System_Collections_Generic_IEnumerator_UnityEngine_Playables_PlayableBinding__get_Current, (AnimationTrack_get_outputs_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C06E90, void, AnimationTrack_get_outputs_d_49_System_Collections_IEnumerator_Reset, (AnimationTrack_get_outputs_d_49 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C708D8, AnimationTrack_get_outputs_d_49_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02C06EE0, Object *, AnimationTrack_get_outputs_d_49_System_Collections_IEnumerator_get_Current, (AnimationTrack_get_outputs_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C06F40, IEnumerator_1_UnityEngine_Playables_PlayableBinding_ *, AnimationTrack_get_outputs_d_49_System_Collections_Generic_IEnumerable_UnityEngine_Playables_PlayableBinding__GetEnumerator, (AnimationTrack_get_outputs_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C06F40, IEnumerator *, AnimationTrack_get_outputs_d_49_System_Collections_IEnumerable_GetEnumerator, (AnimationTrack_get_outputs_d_49 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C07030, void, TimelineClip_UpgradeToLatestVersion, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C07060, void, TimelineClip__ctor, (TimelineClip * __this, TrackAsset * parent, MethodInfo * method)); DO_APP_FUNC(0x02C07090, bool, TimelineClip_get_hasPreExtrapolation, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C070B0, bool, TimelineClip_get_hasPostExtrapolation, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C070D0, double, TimelineClip_get_timeScale, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C071D0, void, TimelineClip_set_timeScale, (TimelineClip * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x00C52700, double, TimelineClip_get_start, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C072D0, void, TimelineClip_set_start, (TimelineClip * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x02A30A70, double, TimelineClip_get_duration, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C07490, void, TimelineClip_set_duration, (TimelineClip * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x02C07560, double, TimelineClip_get_end, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C07570, double, TimelineClip_get_clipIn, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C075A0, void, TimelineClip_set_clipIn, (TimelineClip * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x00473D30, String *, TimelineClip_get_displayName, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x00B2F140, void, TimelineClip_set_displayName, (TimelineClip * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02C076A0, double, TimelineClip_get_clipAssetDuration, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7040, AnimationClip *, TimelineClip_get_curves, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x00591040, void, TimelineClip_set_curves, (TimelineClip * __this, AnimationClip * value, MethodInfo * method)); DO_APP_FUNC(0x02C07710, String *, TimelineClip_UnityEngine_Timeline_ICurvesOwner_get_defaultCurvesName, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C07770, bool, TimelineClip_get_hasCurves, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Object_1 *, TimelineClip_get_asset, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, TimelineClip_set_asset, (TimelineClip * __this, Object_1 * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, Object_1 *, TimelineClip_UnityEngine_Timeline_ICurvesOwner_get_assetOwner, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, TrackAsset *, TimelineClip_UnityEngine_Timeline_ICurvesOwner_get_targetTrack, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Object_1 *, TimelineClip_get_underlyingAsset, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TimelineClip_set_underlyingAsset, (TimelineClip * __this, Object_1 * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, TrackAsset *, TimelineClip_get_parentTrack, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C078E0, void, TimelineClip_set_parentTrack, (TimelineClip * __this, TrackAsset * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, TrackAsset *, TimelineClip_GetParentTrack, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C078F0, void, TimelineClip_SetParentTrack_Internal, (TimelineClip * __this, TrackAsset * newParentTrack, MethodInfo * method)); DO_APP_FUNC(0x02C07C80, double, TimelineClip_get_easeInDuration, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C07D70, void, TimelineClip_set_easeInDuration, (TimelineClip * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x02C07EA0, double, TimelineClip_get_easeOutDuration, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C07F90, void, TimelineClip_set_easeOutDuration, (TimelineClip * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x02C080C0, double, TimelineClip_get_eastOutTime, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C080C0, double, TimelineClip_get_easeOutTime, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C08100, double, TimelineClip_get_blendInDuration, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C08130, void, TimelineClip_set_blendInDuration, (TimelineClip * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x02C081D0, double, TimelineClip_get_blendOutDuration, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C08200, void, TimelineClip_set_blendOutDuration, (TimelineClip * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x00AC7870, TimelineClip_BlendCurveMode__Enum, TimelineClip_get_blendInCurveMode, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC7880, void, TimelineClip_set_blendInCurveMode, (TimelineClip * __this, TimelineClip_BlendCurveMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01E07B50, TimelineClip_BlendCurveMode__Enum, TimelineClip_get_blendOutCurveMode, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07B60, void, TimelineClip_set_blendOutCurveMode, (TimelineClip * __this, TimelineClip_BlendCurveMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02C082A0, bool, TimelineClip_get_hasBlendIn, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C082E0, bool, TimelineClip_get_hasBlendOut, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C08320, AnimationCurve *, TimelineClip_get_mixInCurve, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, TimelineClip_set_mixInCurve, (TimelineClip * __this, AnimationCurve * value, MethodInfo * method)); DO_APP_FUNC(0x02C08430, float, TimelineClip_get_mixInPercentage, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C08450, double, TimelineClip_get_mixInDuration, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C08570, AnimationCurve *, TimelineClip_get_mixOutCurve, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, TimelineClip_set_mixOutCurve, (TimelineClip * __this, AnimationCurve * value, MethodInfo * method)); DO_APP_FUNC(0x02C08680, double, TimelineClip_get_mixOutTime, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C08700, double, TimelineClip_get_mixOutDuration, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C08770, float, TimelineClip_get_mixOutPercentage, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E040, bool, TimelineClip_get_recordable, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E050, void, TimelineClip_set_recordable, (TimelineClip * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C087E0, List_1_System_String_ *, TimelineClip_get_exposedParameters, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C088C0, ClipCaps__Enum, TimelineClip_get_clipCaps, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C08960, int32_t, TimelineClip_Hash, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C08A40, float, TimelineClip_EvaluateMixOut, (TimelineClip * __this, double time, MethodInfo * method)); DO_APP_FUNC(0x02C08C90, float, TimelineClip_EvaluateMixIn, (TimelineClip * __this, double time, MethodInfo * method)); DO_APP_FUNC(0x02C08E90, AnimationCurve *, TimelineClip_GetDefaultMixInCurve, (MethodInfo * method)); DO_APP_FUNC(0x02C08EC0, AnimationCurve *, TimelineClip_GetDefaultMixOutCurve, (MethodInfo * method)); DO_APP_FUNC(0x02C08EF0, double, TimelineClip_ToLocalTime, (TimelineClip * __this, double time, MethodInfo * method)); DO_APP_FUNC(0x02C090C0, double, TimelineClip_ToLocalTimeUnbound, (TimelineClip * __this, double time, MethodInfo * method)); DO_APP_FUNC(0x02C09130, double, TimelineClip_FromLocalTimeUnbound, (TimelineClip * __this, double time, MethodInfo * method)); DO_APP_FUNC(0x02C09190, AnimationClip *, TimelineClip_get_animationClip, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C093C0, double, TimelineClip_SanitizeTimeValue, (double value, double defaultValue, MethodInfo * method)); DO_APP_FUNC(0x02C09510, TimelineClip_ClipExtrapolation__Enum, TimelineClip_get_postExtrapolationMode, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C09540, void, TimelineClip_set_postExtrapolationMode, (TimelineClip * __this, TimelineClip_ClipExtrapolation__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02C09580, TimelineClip_ClipExtrapolation__Enum, TimelineClip_get_preExtrapolationMode, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C095B0, void, TimelineClip_set_preExtrapolationMode, (TimelineClip * __this, TimelineClip_ClipExtrapolation__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02C095F0, void, TimelineClip_SetPostExtrapolationTime, (TimelineClip * __this, double time, MethodInfo * method)); DO_APP_FUNC(0x02C09600, void, TimelineClip_SetPreExtrapolationTime, (TimelineClip * __this, double time, MethodInfo * method)); DO_APP_FUNC(0x02C09610, bool, TimelineClip_IsExtrapolatedTime, (TimelineClip * __this, double sequenceTime, MethodInfo * method)); DO_APP_FUNC(0x02C096C0, bool, TimelineClip_IsPreExtrapolatedTime, (TimelineClip * __this, double sequenceTime, MethodInfo * method)); DO_APP_FUNC(0x02C09720, bool, TimelineClip_IsPostExtrapolatedTime, (TimelineClip * __this, double sequenceTime, MethodInfo * method)); DO_APP_FUNC(0x02C09790, double, TimelineClip_get_extrapolatedStart, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C097B0, double, TimelineClip_get_extrapolatedDuration, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C098A0, double, TimelineClip_GetExtrapolatedTime, (double time, TimelineClip_ClipExtrapolation__Enum mode, double duration, MethodInfo * method)); DO_APP_FUNC(0x02C099E0, void, TimelineClip_CreateCurves, (TimelineClip * __this, String * curvesClipName, MethodInfo * method)); DO_APP_FUNC(0x01A6C0C0, void, TimelineClip_UnityEngine_ISerializationCallbackReceiver_OnBeforeSerialize, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C07030, void, TimelineClip_UnityEngine_ISerializationCallbackReceiver_OnAfterDeserialize, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C09BB0, String *, TimelineClip_ToString, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C09E00, void, TimelineClip_ConformEaseValues, (TimelineClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C09F60, double, TimelineClip_CalculateEasingRatio, (double easeIn, double easeOut, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TimelineClip_UpdateDirty, (TimelineClip * __this, double oldValue, double newValue, MethodInfo * method)); DO_APP_FUNC(0x02C0A050, void, TimelineClip__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02C0A190, void, TimelineClip_TimelineClipUpgrade_UpgradeClipInFromGlobalToLocal, (TimelineClip * clip, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TimelineAsset_UpgradeToLatestVersion, (TimelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, TimelineAsset_EditorSettings *, TimelineAsset_get_editorSettings, (TimelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0A1D0, double, TimelineAsset_get_duration, (TimelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0A270, double, TimelineAsset_get_fixedDuration, (TimelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0A390, void, TimelineAsset_set_fixedDuration, (TimelineAsset * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x0111DD10, TimelineAsset_DurationMode__Enum, TimelineAsset_get_durationMode, (TimelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x01A20C50, void, TimelineAsset_set_durationMode, (TimelineAsset * __this, TimelineAsset_DurationMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02C0A420, IEnumerable_1_UnityEngine_Playables_PlayableBinding_ *, TimelineAsset_get_outputs, (TimelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0A4E0, ClipCaps__Enum, TimelineAsset_get_clipCaps, (TimelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0A6A0, int32_t, TimelineAsset_get_outputTrackCount, (TimelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0A6D0, int32_t, TimelineAsset_get_rootTrackCount, (TimelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0A720, void, TimelineAsset_OnValidate, (TimelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0A760, TrackAsset *, TimelineAsset_GetRootTrack, (TimelineAsset * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02C0A7E0, IEnumerable_1_UnityEngine_Timeline_TrackAsset_ *, TimelineAsset_GetRootTracks, (TimelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0A800, TrackAsset *, TimelineAsset_GetOutputTrack, (TimelineAsset * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02C0A850, IEnumerable_1_UnityEngine_Timeline_TrackAsset_ *, TimelineAsset_GetOutputTracks, (TimelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0A870, double, TimelineAsset_GetValidFrameRate, (double frameRate, MethodInfo * method)); DO_APP_FUNC(0x02C0A950, void, TimelineAsset_UpdateRootTrackCache, (TimelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0AE30, void, TimelineAsset_UpdateOutputTrackCache, (TimelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0B100, TrackAsset__Array *, TimelineAsset_get_flattenedTracks, (TimelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, MarkerTrack *, TimelineAsset_get_markerTrack, (TimelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, List_1_UnityEngine_ScriptableObject_ *, TimelineAsset_get_trackObjects, (TimelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0B320, void, TimelineAsset_AddTrackInternal, (TimelineAsset * __this, TrackAsset * track, MethodInfo * method)); DO_APP_FUNC(0x02C0B3D0, void, TimelineAsset_RemoveTrack, (TimelineAsset * __this, TrackAsset * track, MethodInfo * method)); DO_APP_FUNC(0x02C0B580, Playable, TimelineAsset_CreatePlayable, (TimelineAsset * __this, PlayableGraph graph, GameObject * go, MethodInfo * method)); DO_APP_FUNC(0x00A81020, void, TimelineAsset_UnityEngine_ISerializationCallbackReceiver_OnBeforeSerialize, (TimelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0B860, void, TimelineAsset_UnityEngine_ISerializationCallbackReceiver_OnAfterDeserialize, (TimelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0B870, void, TimelineAsset___internalAwake, (TimelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0BB00, void, TimelineAsset_GatherProperties, (TimelineAsset * __this, PlayableDirector * director, IPropertyCollector * driver, MethodInfo * method)); DO_APP_FUNC(0x02C0BD10, void, TimelineAsset_CreateMarkerTrack, (TimelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0BF30, void, TimelineAsset_Invalidate, (TimelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0C030, void, TimelineAsset_UpdateFixedDurationWithItemsDuration, (TimelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0C0E0, DiscreteTime, TimelineAsset_CalculateItemsDuration, (TimelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0C360, void, TimelineAsset_AddSubTracksRecursive, (TrackAsset * track, List_1_UnityEngine_Timeline_TrackAsset_ * * allTracks, MethodInfo * method)); DO_APP_FUNC(0x02C0C670, TrackAsset *, TimelineAsset_CreateTrack, (TimelineAsset * __this, Type * type, TrackAsset * parent, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70758, TimelineAsset_CreateTrack__MethodInfo); DO_APP_FUNC(0x02C0CCB0, bool, TimelineAsset_DeleteClip, (TimelineAsset * __this, TimelineClip * clip, MethodInfo * method)); DO_APP_FUNC(0x02C0D180, bool, TimelineAsset_DeleteTrack, (TimelineAsset * __this, TrackAsset * track, MethodInfo * method)); DO_APP_FUNC(0x02C0D7D0, void, TimelineAsset_MoveLastTrackBefore, (TimelineAsset * __this, TrackAsset * asset, MethodInfo * method)); DO_APP_FUNC(0x02C0DBF0, TrackAsset *, TimelineAsset_AllocateTrack, (TimelineAsset * __this, TrackAsset * trackAssetParent, String * trackName, Type * trackType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70698, TimelineAsset_AllocateTrack__MethodInfo); DO_APP_FUNC(0x02C0E470, void, TimelineAsset_DeleteRecordedAnimation, (TimelineAsset * __this, TrackAsset * track, MethodInfo * method)); DO_APP_FUNC(0x02C0E7A0, void, TimelineAsset_DeleteRecordedAnimation_1, (TimelineAsset * __this, TimelineClip * clip, MethodInfo * method)); DO_APP_FUNC(0x02C0EAD0, void, TimelineAsset__ctor, (TimelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0EBD0, float, TimelineAsset_EditorSettings_get_fps, (TimelineAsset_EditorSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0EBE0, void, TimelineAsset_EditorSettings_set_fps, (TimelineAsset_EditorSettings * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C526F0, double, TimelineAsset_EditorSettings_get_frameRate, (TimelineAsset_EditorSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0EC90, void, TimelineAsset_EditorSettings_set_frameRate, (TimelineAsset_EditorSettings * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x02C0ECB0, void, TimelineAsset_EditorSettings_SetStandardFrameRate, (TimelineAsset_EditorSettings * __this, StandardFrameRates__Enum enumValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C706E8, TimelineAsset_EditorSettings_SetStandardFrameRate__MethodInfo); DO_APP_FUNC(0x003BAC40, bool, TimelineAsset_EditorSettings_get_scenePreview, (TimelineAsset_EditorSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, TimelineAsset_EditorSettings_set_scenePreview, (TimelineAsset_EditorSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C0F000, void, TimelineAsset_EditorSettings__ctor, (TimelineAsset_EditorSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0F070, void, TimelineAsset_EditorSettings__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02C00570, void, TimelineAsset_get_outputs_d_27__ctor, (TimelineAsset_get_outputs_d_27 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x02C0F120, void, TimelineAsset_get_outputs_d_27_System_IDisposable_Dispose, (TimelineAsset_get_outputs_d_27 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0F2C0, bool, TimelineAsset_get_outputs_d_27_MoveNext, (TimelineAsset_get_outputs_d_27 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0F7B0, void, TimelineAsset_get_outputs_d_27___m__Finally1, (TimelineAsset_get_outputs_d_27 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0F810, void, TimelineAsset_get_outputs_d_27___m__Finally2, (TimelineAsset_get_outputs_d_27 * __this, MethodInfo * method)); DO_APP_FUNC(0x014BDA40, PlayableBinding, TimelineAsset_get_outputs_d_27_System_Collections_Generic_IEnumerator_UnityEngine_Playables_PlayableBinding__get_Current, (TimelineAsset_get_outputs_d_27 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0F870, void, TimelineAsset_get_outputs_d_27_System_Collections_IEnumerator_Reset, (TimelineAsset_get_outputs_d_27 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C706D8, TimelineAsset_get_outputs_d_27_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02C0F8C0, Object *, TimelineAsset_get_outputs_d_27_System_Collections_IEnumerator_get_Current, (TimelineAsset_get_outputs_d_27 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0F920, IEnumerator_1_UnityEngine_Playables_PlayableBinding_ *, TimelineAsset_get_outputs_d_27_System_Collections_Generic_IEnumerable_UnityEngine_Playables_PlayableBinding__GetEnumerator, (TimelineAsset_get_outputs_d_27 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0F920, IEnumerator *, TimelineAsset_get_outputs_d_27_System_Collections_IEnumerable_GetEnumerator, (TimelineAsset_get_outputs_d_27 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TrackAsset_OnBeforeTrackSerialize, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TrackAsset_OnAfterTrackDeserialize, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TrackAsset_OnUpgradeFromVersion, (TrackAsset * __this, int32_t oldVersion, MethodInfo * method)); DO_APP_FUNC(0x02C0FA10, void, TrackAsset_UnityEngine_ISerializationCallbackReceiver_OnBeforeSerialize, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C0FD10, void, TrackAsset_UnityEngine_ISerializationCallbackReceiver_OnAfterDeserialize, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TrackAsset_UpgradeToLatestVersion, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C10020, void, TrackAsset_add_OnClipPlayableCreate, (Action_3_UnityEngine_Timeline_TimelineClip_UnityEngine_GameObject_UnityEngine_Playables_Playable_ * value, MethodInfo * method)); DO_APP_FUNC(0x02C10190, void, TrackAsset_remove_OnClipPlayableCreate, (Action_3_UnityEngine_Timeline_TimelineClip_UnityEngine_GameObject_UnityEngine_Playables_Playable_ * value, MethodInfo * method)); DO_APP_FUNC(0x02C10300, void, TrackAsset_add_OnTrackAnimationPlayableCreate, (Action_3_UnityEngine_Timeline_TrackAsset_UnityEngine_GameObject_UnityEngine_Playables_Playable_ * value, MethodInfo * method)); DO_APP_FUNC(0x02C10470, void, TrackAsset_remove_OnTrackAnimationPlayableCreate, (Action_3_UnityEngine_Timeline_TrackAsset_UnityEngine_GameObject_UnityEngine_Playables_Playable_ * value, MethodInfo * method)); DO_APP_FUNC(0x02C105E0, double, TrackAsset_get_start, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C10680, double, TrackAsset_get_end, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C10720, double, TrackAsset_get_duration, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x01D09D10, bool, TrackAsset_get_muted, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x01D09D20, void, TrackAsset_set_muted, (TrackAsset * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C107D0, bool, TrackAsset_get_mutedInHierarchy, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C10AE0, TimelineAsset *, TrackAsset_get_timelineAsset, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, PlayableAsset *, TrackAsset_get_parent, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, TrackAsset_set_parent, (TrackAsset * __this, PlayableAsset * value, MethodInfo * method)); DO_APP_FUNC(0x02C10E50, IEnumerable_1_UnityEngine_Timeline_TimelineClip_ *, TrackAsset_GetClips, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C10E60, TimelineClip__Array *, TrackAsset_get_clips, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C10FE0, bool, TrackAsset_get_isEmpty, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C11090, bool, TrackAsset_get_hasClips, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C110E0, bool, TrackAsset_get_hasCurves, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C11240, bool, TrackAsset_get_isSubTrack, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C113F0, IEnumerable_1_UnityEngine_Playables_PlayableBinding_ *, TrackAsset_get_outputs, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C114B0, IEnumerable_1_UnityEngine_Timeline_TrackAsset_ *, TrackAsset_GetChildTracks, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, TrackAsset_get_customPlayableTypename, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, TrackAsset_set_customPlayableTypename, (TrackAsset * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, AnimationClip *, TrackAsset_get_curves, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, TrackAsset_set_curves, (TrackAsset * __this, AnimationClip * value, MethodInfo * method)); DO_APP_FUNC(0x02C114D0, String *, TrackAsset_UnityEngine_Timeline_ICurvesOwner_get_defaultCurvesName, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Object_1 *, TrackAsset_UnityEngine_Timeline_ICurvesOwner_get_asset, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C11510, Object_1 *, TrackAsset_UnityEngine_Timeline_ICurvesOwner_get_assetOwner, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, TrackAsset *, TrackAsset_UnityEngine_Timeline_ICurvesOwner_get_targetTrack, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, List_1_UnityEngine_ScriptableObject_ *, TrackAsset_get_subTracksObjects, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, TrackAsset_get_locked, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, TrackAsset_set_locked, (TrackAsset * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C11520, bool, TrackAsset_get_lockedInHierarchy, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C11830, bool, TrackAsset_get_supportsNotifications, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C118C0, void, TrackAsset___internalAwake, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C11AA0, void, TrackAsset_CreateCurves, (TrackAsset * __this, String * curvesClipName, MethodInfo * method)); DO_APP_FUNC(0x02C11C30, Playable, TrackAsset_CreateTrackMixer, (TrackAsset * __this, PlayableGraph graph, GameObject * go, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC(0x02C11D50, Playable, TrackAsset_CreatePlayable, (TrackAsset * __this, PlayableGraph graph, GameObject * go, MethodInfo * method)); DO_APP_FUNC(0x02C11DF0, TimelineClip *, TrackAsset_CreateDefaultClip, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C120E0, bool, TrackAsset_DeleteClip, (TrackAsset * __this, TimelineClip * clip, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C704E8, TrackAsset_DeleteClip__MethodInfo); DO_APP_FUNC(0x02C122E0, IMarker *, TrackAsset_CreateMarker, (TrackAsset * __this, Type * type, double time, MethodInfo * method)); DO_APP_FUNC(0x02C12310, bool, TrackAsset_DeleteMarker, (TrackAsset * __this, IMarker * marker, MethodInfo * method)); DO_APP_FUNC(0x02C12320, IEnumerable_1_UnityEngine_Timeline_IMarker_ *, TrackAsset_GetMarkers, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C12350, int32_t, TrackAsset_GetMarkerCount, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C123A0, IMarker *, TrackAsset_GetMarker, (TrackAsset * __this, int32_t idx, MethodInfo * method)); DO_APP_FUNC(0x02C123B0, TimelineClip *, TrackAsset_CreateClip, (TrackAsset * __this, Type * requestedType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70488, TrackAsset_CreateClip__MethodInfo); DO_APP_FUNC(0x02C12500, TimelineClip *, TrackAsset_CreateAndAddNewClipOfType, (TrackAsset * __this, Type * requestedType, MethodInfo * method)); DO_APP_FUNC(0x02C12540, TimelineClip *, TrackAsset_CreateClipOfType, (TrackAsset * __this, Type * requestedType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70498, TrackAsset_CreateClipOfType__MethodInfo); DO_APP_FUNC(0x02C12870, TimelineClip *, TrackAsset_CreateClipFromPlayableAsset, (TrackAsset * __this, IPlayableAsset * asset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70538, TrackAsset_CreateClipFromPlayableAsset__MethodInfo); DO_APP_FUNC(0x02C12BF0, TimelineClip *, TrackAsset_CreateClipFromAsset, (TrackAsset * __this, ScriptableObject * playableAsset, MethodInfo * method)); DO_APP_FUNC(0x003C7040, IEnumerable_1_UnityEngine_ScriptableObject_ *, TrackAsset_GetMarkersRaw, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C12E80, void, TrackAsset_ClearMarkers, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C12EF0, void, TrackAsset_AddMarker, (TrackAsset * __this, ScriptableObject * e, MethodInfo * method)); DO_APP_FUNC(0x02C12F00, bool, TrackAsset_DeleteMarkerRaw, (TrackAsset * __this, ScriptableObject * marker, MethodInfo * method)); DO_APP_FUNC(0x02C12F40, int32_t, TrackAsset_GetTimeRangeHash, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C13210, void, TrackAsset_AddClip, (TrackAsset * __this, TimelineClip * newClip, MethodInfo * method)); DO_APP_FUNC(0x02C13370, Playable, TrackAsset_CreateNotificationsPlayable, (TrackAsset * __this, PlayableGraph graph, Playable mixerPlayable, GameObject * go, Playable timelinePlayable, MethodInfo * method)); DO_APP_FUNC(0x02C13960, Playable, TrackAsset_CreatePlayableGraph, (TrackAsset * __this, PlayableGraph graph, GameObject * go, IntervalTree_1_RuntimeElement_ * tree, Playable timelinePlayable, MethodInfo * method)); DO_APP_FUNC(0x02C13D00, Playable, TrackAsset_CompileClips, (TrackAsset * __this, PlayableGraph graph, GameObject * go, IList_1_UnityEngine_Timeline_TimelineClip_ * timelineClips, IntervalTree_1_RuntimeElement_ * tree, MethodInfo * method)); DO_APP_FUNC(0x02C141F0, void, TrackAsset_GatherCompilableTracks, (TrackAsset * __this, IList_1_UnityEngine_Timeline_TrackAsset_ * tracks, MethodInfo * method)); DO_APP_FUNC(0x02C14500, void, TrackAsset_GatherNotifications, (TrackAsset * __this, List_1_UnityEngine_Timeline_IMarker_ * markers, MethodInfo * method)); DO_APP_FUNC(0x02C14840, Playable, TrackAsset_CreateMixerPlayableGraph, (TrackAsset * __this, PlayableGraph graph, GameObject * go, IntervalTree_1_RuntimeElement_ * tree, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70430, TrackAsset_CreateMixerPlayableGraph__MethodInfo); DO_APP_FUNC(0x02C151D0, void, TrackAsset_ConfigureTrackAnimation, (TrackAsset * __this, IntervalTree_1_RuntimeElement_ * tree, GameObject * go, Playable blend, MethodInfo * method)); DO_APP_FUNC(0x02C15330, void, TrackAsset_SortClips, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C155C0, void, TrackAsset_ClearClipsInternal, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C156F0, void, TrackAsset_ClearSubTracksInternal, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00566BE0, void, TrackAsset_OnClipMove, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C157C0, TimelineClip *, TrackAsset_CreateNewClipContainerInternal, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C15C40, void, TrackAsset_AddChild, (TrackAsset * __this, TrackAsset * child, MethodInfo * method)); DO_APP_FUNC(0x02C15DC0, void, TrackAsset_MoveLastTrackBefore, (TrackAsset * __this, TrackAsset * asset, MethodInfo * method)); DO_APP_FUNC(0x02C161E0, bool, TrackAsset_RemoveSubTrack, (TrackAsset * __this, TrackAsset * child, MethodInfo * method)); DO_APP_FUNC(0x02C162C0, void, TrackAsset_RemoveClip, (TrackAsset * __this, TimelineClip * clip, MethodInfo * method)); DO_APP_FUNC(0x02C16380, void, TrackAsset_GetEvaluationTime, (TrackAsset * __this, double * outStart, double * outDuration, MethodInfo * method)); DO_APP_FUNC(0x02C165C0, void, TrackAsset_GetSequenceTime, (TrackAsset * __this, double * outStart, double * outDuration, MethodInfo * method)); DO_APP_FUNC(0x02C165E0, void, TrackAsset_GatherProperties, (TrackAsset * __this, PlayableDirector * director, IPropertyCollector * driver, MethodInfo * method)); DO_APP_FUNC(0x02C16DA0, GameObject *, TrackAsset_GetGameObjectBinding, (TrackAsset * __this, PlayableDirector * director, MethodInfo * method)); DO_APP_FUNC(0x02C17130, bool, TrackAsset_ValidateClipType, (TrackAsset * __this, Type * clipType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TrackAsset_OnCreateClip, (TrackAsset * __this, TimelineClip * clip, MethodInfo * method)); DO_APP_FUNC(0x02C173E0, void, TrackAsset_UpdateDuration, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C17550, int32_t, TrackAsset_CalculateItemsHash, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C17600, Playable, TrackAsset_CreatePlayable_1, (TrackAsset * __this, PlayableGraph graph, GameObject * gameObject, TimelineClip * clip, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70288, TrackAsset_CreatePlayable_1__MethodInfo); DO_APP_FUNC(0x02C179B0, void, TrackAsset_Invalidate, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C17B20, double, TrackAsset_GetNotificationDuration, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C17CF0, bool, TrackAsset_CanCompileClips, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x0243E470, bool, TrackAsset_CanCreateTrackMixer, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C17D50, bool, TrackAsset_IsCompilable, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C18010, void, TrackAsset_UpdateChildTrackCache, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C18380, int32_t, TrackAsset_Hash, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C18400, int32_t, TrackAsset_GetClipsHash, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C18660, int32_t, TrackAsset_GetAnimationClipHash, (AnimationClip * clip, MethodInfo * method)); DO_APP_FUNC(0x02C18900, bool, TrackAsset_HasNotifications, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C18930, bool, TrackAsset_CanCompileNotifications, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C18970, bool, TrackAsset_CanCreateMixerRecursive, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C18B10, void, TrackAsset__ctor, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C18CF0, void, TrackAsset__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02C18F20, TrackAsset_TransientBuildData, TrackAsset_TransientBuildData_Create, (MethodInfo * method)); DO_APP_FUNC(0x02C192B0, void, TrackAsset_TransientBuildData_Clear, (TrackAsset_TransientBuildData * __this, MethodInfo * method)); DO_APP_FUNC(0x02C00570, void, TrackAsset_get_outputs_d_65__ctor, (TrackAsset_get_outputs_d_65 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TrackAsset_get_outputs_d_65_System_IDisposable_Dispose, (TrackAsset_get_outputs_d_65 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C19390, bool, TrackAsset_get_outputs_d_65_MoveNext, (TrackAsset_get_outputs_d_65 * __this, MethodInfo * method)); DO_APP_FUNC(0x014BDA40, PlayableBinding, TrackAsset_get_outputs_d_65_System_Collections_Generic_IEnumerator_UnityEngine_Playables_PlayableBinding__get_Current, (TrackAsset_get_outputs_d_65 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C19680, void, TrackAsset_get_outputs_d_65_System_Collections_IEnumerator_Reset, (TrackAsset_get_outputs_d_65 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70260, TrackAsset_get_outputs_d_65_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02C196D0, Object *, TrackAsset_get_outputs_d_65_System_Collections_IEnumerator_get_Current, (TrackAsset_get_outputs_d_65 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C19730, IEnumerator_1_UnityEngine_Playables_PlayableBinding_ *, TrackAsset_get_outputs_d_65_System_Collections_Generic_IEnumerable_UnityEngine_Playables_PlayableBinding__GetEnumerator, (TrackAsset_get_outputs_d_65 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C19730, IEnumerator *, TrackAsset_get_outputs_d_65_System_Collections_IEnumerable_GetEnumerator, (TrackAsset_get_outputs_d_65 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C19820, void, TrackAsset_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TrackAsset_c__ctor, (TrackAsset_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02C198D0, int32_t, TrackAsset_c__SortClips_b__121_0, (TrackAsset_c * __this, TimelineClip * clip1, TimelineClip * clip2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70338, TrackAsset_c__SortClips_b__121_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, TimelineHelpURLAttribute__ctor, (TimelineHelpURLAttribute * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, Color, TrackColorAttribute_get_color, (TrackColorAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02C19960, void, TrackColorAttribute__ctor, (TrackColorAttribute * __this, float r, float g, float b, MethodInfo * method)); DO_APP_FUNC(0x02C199A0, void, AudioClipProperties__ctor, (AudioClipProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x02C199B0, void, AudioMixerProperties_PrepareFrame, (AudioMixerProperties * __this, Playable playable, FrameData info, MethodInfo * method)); DO_APP_FUNC(0x02C199A0, void, AudioMixerProperties__ctor, (AudioMixerProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, AudioPlayableAsset_get_bufferingTime, (AudioPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA750, void, AudioPlayableAsset_set_bufferingTime, (AudioPlayableAsset * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, AudioClip *, AudioPlayableAsset_get_clip, (AudioPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, AudioPlayableAsset_set_clip, (AudioPlayableAsset * __this, AudioClip * value, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, AudioPlayableAsset_get_loop, (AudioPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, AudioPlayableAsset_set_loop, (AudioPlayableAsset * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C19DB0, double, AudioPlayableAsset_get_duration, (AudioPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C19FE0, IEnumerable_1_UnityEngine_Playables_PlayableBinding_ *, AudioPlayableAsset_get_outputs, (AudioPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C1A0A0, Playable, AudioPlayableAsset_CreatePlayable, (AudioPlayableAsset * __this, PlayableGraph graph, GameObject * go, MethodInfo * method)); DO_APP_FUNC(0x02C1A360, ClipCaps__Enum, AudioPlayableAsset_get_clipCaps, (AudioPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C1A370, void, AudioPlayableAsset__ctor, (AudioPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C00570, void, AudioPlayableAsset_get_outputs_d_16__ctor, (AudioPlayableAsset_get_outputs_d_16 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AudioPlayableAsset_get_outputs_d_16_System_IDisposable_Dispose, (AudioPlayableAsset_get_outputs_d_16 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C1A420, bool, AudioPlayableAsset_get_outputs_d_16_MoveNext, (AudioPlayableAsset_get_outputs_d_16 * __this, MethodInfo * method)); DO_APP_FUNC(0x014BDA40, PlayableBinding, AudioPlayableAsset_get_outputs_d_16_System_Collections_Generic_IEnumerator_UnityEngine_Playables_PlayableBinding__get_Current, (AudioPlayableAsset_get_outputs_d_16 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C1A500, void, AudioPlayableAsset_get_outputs_d_16_System_Collections_IEnumerator_Reset, (AudioPlayableAsset_get_outputs_d_16 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70188, AudioPlayableAsset_get_outputs_d_16_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02C1A550, Object *, AudioPlayableAsset_get_outputs_d_16_System_Collections_IEnumerator_get_Current, (AudioPlayableAsset_get_outputs_d_16 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C1A5B0, IEnumerator_1_UnityEngine_Playables_PlayableBinding_ *, AudioPlayableAsset_get_outputs_d_16_System_Collections_Generic_IEnumerable_UnityEngine_Playables_PlayableBinding__GetEnumerator, (AudioPlayableAsset_get_outputs_d_16 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C1A5B0, IEnumerator *, AudioPlayableAsset_get_outputs_d_16_System_Collections_IEnumerable_GetEnumerator, (AudioPlayableAsset_get_outputs_d_16 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C1A6A0, TimelineClip *, AudioTrack_CreateClip, (AudioTrack * __this, AudioClip * clip, MethodInfo * method)); DO_APP_FUNC(0x02C1AA10, Playable, AudioTrack_CompileClips, (AudioTrack * __this, PlayableGraph graph, GameObject * go, IList_1_UnityEngine_Timeline_TimelineClip_ * timelineClips, IntervalTree_1_RuntimeElement_ * tree, MethodInfo * method)); DO_APP_FUNC(0x02C1B3F0, IEnumerable_1_UnityEngine_Playables_PlayableBinding_ *, AudioTrack_get_outputs, (AudioTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02C1B4B0, void, AudioTrack_OnValidate, (AudioTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02C1B550, void, AudioTrack__ctor, (AudioTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02C00570, void, AudioTrack_get_outputs_d_4__ctor, (AudioTrack_get_outputs_d_4 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AudioTrack_get_outputs_d_4_System_IDisposable_Dispose, (AudioTrack_get_outputs_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C1A420, bool, AudioTrack_get_outputs_d_4_MoveNext, (AudioTrack_get_outputs_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x014BDA40, PlayableBinding, AudioTrack_get_outputs_d_4_System_Collections_Generic_IEnumerator_UnityEngine_Playables_PlayableBinding__get_Current, (AudioTrack_get_outputs_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C1B620, void, AudioTrack_get_outputs_d_4_System_Collections_IEnumerator_Reset, (AudioTrack_get_outputs_d_4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70078, AudioTrack_get_outputs_d_4_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x02C1B670, Object *, AudioTrack_get_outputs_d_4_System_Collections_IEnumerator_get_Current, (AudioTrack_get_outputs_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C1B6D0, IEnumerator_1_UnityEngine_Playables_PlayableBinding_ *, AudioTrack_get_outputs_d_4_System_Collections_Generic_IEnumerable_UnityEngine_Playables_PlayableBinding__GetEnumerator, (AudioTrack_get_outputs_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C1B6D0, IEnumerator *, AudioTrack_get_outputs_d_4_System_Collections_IEnumerable_GetEnumerator, (AudioTrack_get_outputs_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C1B7C0, bool, TimelineClipCapsExtensions_SupportsLooping, (TimelineClip * clip, MethodInfo * method)); DO_APP_FUNC(0x02C1B7E0, bool, TimelineClipCapsExtensions_SupportsExtrapolation, (TimelineClip * clip, MethodInfo * method)); DO_APP_FUNC(0x02C1B810, bool, TimelineClipCapsExtensions_SupportsClipIn, (TimelineClip * clip, MethodInfo * method)); DO_APP_FUNC(0x02C1B840, bool, TimelineClipCapsExtensions_SupportsSpeedMultiplier, (TimelineClip * clip, MethodInfo * method)); DO_APP_FUNC(0x02C1B870, bool, TimelineClipCapsExtensions_SupportsBlending, (TimelineClip * clip, MethodInfo * method)); DO_APP_FUNC(0x01A70860, bool, TimelineClipCapsExtensions_HasAll, (ClipCaps__Enum caps, ClipCaps__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x023FFB30, bool, TimelineClipCapsExtensions_HasAny, (ClipCaps__Enum caps, ClipCaps__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x0060FCB0, bool, ControlPlayableAsset_get_controllingDirectors, (ControlPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x0074C7E0, void, ControlPlayableAsset_set_controllingDirectors, (ControlPlayableAsset * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0060FDC0, bool, ControlPlayableAsset_get_controllingParticles, (ControlPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x0074C7F0, void, ControlPlayableAsset_set_controllingParticles, (ControlPlayableAsset * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C1B8A0, void, ControlPlayableAsset_OnEnable, (ControlPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C1B900, double, ControlPlayableAsset_get_duration, (ControlPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C1B910, ClipCaps__Enum, ControlPlayableAsset_get_clipCaps, (ControlPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C1B920, Playable, ControlPlayableAsset_CreatePlayable, (ControlPlayableAsset * __this, PlayableGraph graph, GameObject * go, MethodInfo * method)); DO_APP_FUNC(0x02C1C970, Playable, ControlPlayableAsset_ConnectPlayablesToMixer, (PlayableGraph graph, List_1_UnityEngine_Playables_Playable_ * playables, MethodInfo * method)); DO_APP_FUNC(0x02C1CDB0, void, ControlPlayableAsset_CreateActivationPlayable, (ControlPlayableAsset * __this, GameObject * root, PlayableGraph graph, List_1_UnityEngine_Playables_Playable_ * outplayables, MethodInfo * method)); DO_APP_FUNC(0x02C1CF70, void, ControlPlayableAsset_SearchHierarchyAndConnectParticleSystem, (ControlPlayableAsset * __this, IEnumerable_1_UnityEngine_ParticleSystem_ * particleSystems, PlayableGraph graph, List_1_UnityEngine_Playables_Playable_ * outplayables, MethodInfo * method)); DO_APP_FUNC(0x02C1D330, void, ControlPlayableAsset_SearchHierarchyAndConnectDirector, (ControlPlayableAsset * __this, IEnumerable_1_UnityEngine_Playables_PlayableDirector_ * directors, PlayableGraph graph, List_1_UnityEngine_Playables_Playable_ * outplayables, bool disableSelfReferences, MethodInfo * method)); DO_APP_FUNC(0x02C1D860, void, ControlPlayableAsset_SearchHierarchyAndConnectControlableScripts, (IEnumerable_1_UnityEngine_MonoBehaviour_ * controlableScripts, PlayableGraph graph, List_1_UnityEngine_Playables_Playable_ * outplayables, MethodInfo * method)); DO_APP_FUNC(0x02C1DD70, void, ControlPlayableAsset_ConnectMixerAndPlayable, (PlayableGraph graph, Playable mixer, Playable playable, int32_t portIndex, MethodInfo * method)); DO_APP_FUNC(0x02C1DEA0, IEnumerable_1_UnityEngine_MonoBehaviour_ *, ControlPlayableAsset_GetControlableScripts, (GameObject * root, MethodInfo * method)); DO_APP_FUNC(0x02C1DF60, void, ControlPlayableAsset_UpdateDurationAndLoopFlag, (ControlPlayableAsset * __this, IList_1_UnityEngine_Playables_PlayableDirector_ * directors, IList_1_UnityEngine_ParticleSystem_ * particleSystems, MethodInfo * method)); DO_APP_FUNC(0x02C1E800, IList_1_UnityEngine_ParticleSystem_ *, ControlPlayableAsset_GetControllableParticleSystems, (ControlPlayableAsset * __this, GameObject * go, MethodInfo * method)); DO_APP_FUNC(0x02C1EAA0, void, ControlPlayableAsset_GetControllableParticleSystems_1, (Transform * t, ICollection_1_UnityEngine_ParticleSystem_ * roots, HashSet_1_UnityEngine_ParticleSystem_ * subEmitters, MethodInfo * method)); DO_APP_FUNC(0x02C1EDD0, void, ControlPlayableAsset_CacheSubEmitters, (ParticleSystem * ps, HashSet_1_UnityEngine_ParticleSystem_ * subEmitters, MethodInfo * method)); DO_APP_FUNC(0x02C1F090, void, ControlPlayableAsset_GatherProperties, (ControlPlayableAsset * __this, PlayableDirector * director, IPropertyCollector * driver, MethodInfo * method)); DO_APP_FUNC(0x02C1F530, void, ControlPlayableAsset_PreviewParticles, (IPropertyCollector * driver, IEnumerable_1_UnityEngine_ParticleSystem_ * particles, MethodInfo * method)); DO_APP_FUNC(0x02C1F920, void, ControlPlayableAsset_PreviewActivation, (IPropertyCollector * driver, IEnumerable_1_UnityEngine_GameObject_ * objects, MethodInfo * method)); DO_APP_FUNC(0x02C1FBA0, void, ControlPlayableAsset_PreviewTimeControl, (IPropertyCollector * driver, PlayableDirector * director, IEnumerable_1_UnityEngine_MonoBehaviour_ * scripts, MethodInfo * method)); DO_APP_FUNC(0x02C1FDF0, void, ControlPlayableAsset_PreviewDirectors, (IPropertyCollector * driver, IEnumerable_1_UnityEngine_Playables_PlayableDirector_ * directors, MethodInfo * method)); DO_APP_FUNC(0x02C201D0, void, ControlPlayableAsset__ctor, (ControlPlayableAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02C20250, void, ControlPlayableAsset__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0099F020, void, ControlPlayableAsset_GetControlableScripts_d_39__ctor, (ControlPlayableAsset_GetControlableScripts_d_39 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ControlPlayableAsset_GetControlableScripts_d_39_System_IDisposable_Dispose, (ControlPlayableAsset_GetControlableScripts_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C206A0, bool, ControlPlayableAsset_GetControlableScripts_d_39_MoveNext, (ControlPlayableAsset_GetControlableScripts_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, MonoBehaviour *, ControlPlayableAsset_GetControlableScripts_d_39_System_Collections_Generic_IEnumerator_UnityEngine_MonoBehaviour__get_Current, (ControlPlayableAsset_GetControlableScripts_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C20960, void, ControlPlayableAsset_GetControlableScripts_d_39_System_Collections_IEnumerator_Reset, (ControlPlayableAsset_GetControlableScripts_d_39 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FE08, ControlPlayableAsset_GetControlableScripts_d_39_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ControlPlayableAsset_GetControlableScripts_d_39_System_Collections_IEnumerator_get_Current, (ControlPlayableAsset_GetControlableScripts_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C209B0, IEnumerator_1_UnityEngine_MonoBehaviour_ *, ControlPlayableAsset_GetControlableScripts_d_39_System_Collections_Generic_IEnumerable_UnityEngine_MonoBehaviour__GetEnumerator, (ControlPlayableAsset_GetControlableScripts_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C209B0, IEnumerator *, ControlPlayableAsset_GetControlableScripts_d_39_System_Collections_IEnumerable_GetEnumerator, (ControlPlayableAsset_GetControlableScripts_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C20AA0, void, ControlTrack__ctor, (ControlTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02C20AF0, double, DiscreteTime_get_tickValue, (MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, DiscreteTime__ctor, (DiscreteTime * __this, DiscreteTime time, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, DiscreteTime__ctor_1, (DiscreteTime * __this, int64_t time, MethodInfo * method)); DO_APP_FUNC(0x02C20B00, void, DiscreteTime__ctor_2, (DiscreteTime * __this, double time, MethodInfo * method)); DO_APP_FUNC(0x02C20B60, void, DiscreteTime__ctor_3, (DiscreteTime * __this, float time, MethodInfo * method)); DO_APP_FUNC(0x02C20BC0, void, DiscreteTime__ctor_4, (DiscreteTime * __this, int32_t time, MethodInfo * method)); DO_APP_FUNC(0x02C20C60, void, DiscreteTime__ctor_5, (DiscreteTime * __this, int32_t frame, double fps, MethodInfo * method)); DO_APP_FUNC(0x02C20CE0, DiscreteTime, DiscreteTime_OneTickBefore, (DiscreteTime * __this, MethodInfo * method)); DO_APP_FUNC(0x02C20CF0, DiscreteTime, DiscreteTime_OneTickAfter, (DiscreteTime * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, int64_t, DiscreteTime_GetTick, (DiscreteTime * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, DiscreteTime, DiscreteTime_FromTicks, (int64_t ticks, MethodInfo * method)); DO_APP_FUNC(0x02C20D00, int32_t, DiscreteTime_CompareTo, (DiscreteTime * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00ADBBA0, bool, DiscreteTime_Equals, (DiscreteTime * __this, DiscreteTime other, MethodInfo * method)); DO_APP_FUNC(0x02C20DB0, bool, DiscreteTime_Equals_1, (DiscreteTime * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02C20E50, int64_t, DiscreteTime_DoubleToDiscreteTime, (double time, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FE78, DiscreteTime_DoubleToDiscreteTime__MethodInfo); DO_APP_FUNC(0x02C20EE0, int64_t, DiscreteTime_FloatToDiscreteTime, (float time, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FE80, DiscreteTime_FloatToDiscreteTime__MethodInfo); DO_APP_FUNC(0x02C20F70, int64_t, DiscreteTime_IntToDiscreteTime, (int32_t time, MethodInfo * method)); DO_APP_FUNC(0x02C20FD0, double, DiscreteTime_ToDouble, (int64_t time, MethodInfo * method)); DO_APP_FUNC(0x02C20FF0, float, DiscreteTime_ToFloat, (int64_t time, MethodInfo * method)); DO_APP_FUNC(0x02C21050, double, DiscreteTime_op_Explicit, (DiscreteTime b, MethodInfo * method)); DO_APP_FUNC(0x02C210B0, float, DiscreteTime_op_Explicit_1, (DiscreteTime b, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, int64_t, DiscreteTime_op_Explicit_2, (DiscreteTime b, MethodInfo * method)); DO_APP_FUNC(0x02C21140, DiscreteTime, DiscreteTime_op_Explicit_3, (double time, MethodInfo * method)); DO_APP_FUNC(0x02C211A0, DiscreteTime, DiscreteTime_op_Explicit_4, (float time, MethodInfo * method)); DO_APP_FUNC(0x02C21200, DiscreteTime, DiscreteTime_op_Implicit, (int32_t time, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, DiscreteTime, DiscreteTime_op_Explicit_5, (int64_t time, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, DiscreteTime_op_Equality, (DiscreteTime lhs, DiscreteTime rhs, MethodInfo * method)); DO_APP_FUNC(0x02C21290, bool, DiscreteTime_op_Inequality, (DiscreteTime lhs, DiscreteTime rhs, MethodInfo * method)); DO_APP_FUNC(0x01BF5C30, bool, DiscreteTime_op_GreaterThan, (DiscreteTime lhs, DiscreteTime rhs, MethodInfo * method)); DO_APP_FUNC(0x01BF5C10, bool, DiscreteTime_op_LessThan, (DiscreteTime lhs, DiscreteTime rhs, MethodInfo * method)); DO_APP_FUNC(0x01BF5C20, bool, DiscreteTime_op_LessThanOrEqual, (DiscreteTime lhs, DiscreteTime rhs, MethodInfo * method)); DO_APP_FUNC(0x01BF5C40, bool, DiscreteTime_op_GreaterThanOrEqual, (DiscreteTime lhs, DiscreteTime rhs, MethodInfo * method)); DO_APP_FUNC(0x00EEC770, DiscreteTime, DiscreteTime_op_Addition, (DiscreteTime lhs, DiscreteTime rhs, MethodInfo * method)); DO_APP_FUNC(0x02C212F0, DiscreteTime, DiscreteTime_op_Subtraction, (DiscreteTime lhs, DiscreteTime rhs, MethodInfo * method)); DO_APP_FUNC(0x02C21300, String *, DiscreteTime_ToString, (DiscreteTime * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD9390, int32_t, DiscreteTime_GetHashCode, (DiscreteTime * __this, MethodInfo * method)); DO_APP_FUNC(0x02C21310, DiscreteTime, DiscreteTime_Min, (DiscreteTime lhs, DiscreteTime rhs, MethodInfo * method)); DO_APP_FUNC(0x02C21370, DiscreteTime, DiscreteTime_Max, (DiscreteTime lhs, DiscreteTime rhs, MethodInfo * method)); DO_APP_FUNC(0x02C213D0, double, DiscreteTime_SnapToNearestTick, (double time, MethodInfo * method)); DO_APP_FUNC(0x02C21440, float, DiscreteTime_SnapToNearestTick_1, (float time, MethodInfo * method)); DO_APP_FUNC(0x02C214F0, int64_t, DiscreteTime_GetNearestTick, (double time, MethodInfo * method)); DO_APP_FUNC(0x02C21550, void, DiscreteTime__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01215B90, void, InfiniteRuntimeClip__ctor, (InfiniteRuntimeClip * __this, Playable playable, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int64_t, InfiniteRuntimeClip_get_intervalStart, (InfiniteRuntimeClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C215A0, int64_t, InfiniteRuntimeClip_get_intervalEnd, (InfiniteRuntimeClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C21600, void, InfiniteRuntimeClip_set_enable, (InfiniteRuntimeClip * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C21680, void, InfiniteRuntimeClip_EvaluateAt, (InfiniteRuntimeClip * __this, double localTime, FrameData frameData, MethodInfo * method)); DO_APP_FUNC(0x02C216E0, void, InfiniteRuntimeClip_DisableAt, (InfiniteRuntimeClip * __this, double localTime, double rootDuration, FrameData frameData, MethodInfo * method)); DO_APP_FUNC(0x02C21750, void, InfiniteRuntimeClip__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02C21840, double, RuntimeClip_get_start, (RuntimeClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C21870, double, RuntimeClip_get_duration, (RuntimeClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C21890, void, RuntimeClip__ctor, (RuntimeClip * __this, TimelineClip * clip, Playable clipPlayable, Playable parentMixer, MethodInfo * method)); DO_APP_FUNC(0x02C21890, void, RuntimeClip_Create, (RuntimeClip * __this, TimelineClip * clip, Playable clipPlayable, Playable parentMixer, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, TimelineClip *, RuntimeClip_get_clip, (RuntimeClip * __this, MethodInfo * method)); DO_APP_FUNC(0x01A20C60, Playable, RuntimeClip_get_mixer, (RuntimeClip * __this, MethodInfo * method)); DO_APP_FUNC(0x01097D80, Playable, RuntimeClip_get_playable, (RuntimeClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C21960, void, RuntimeClip_set_enable, (RuntimeClip * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C21AC0, void, RuntimeClip_SetTime, (RuntimeClip * __this, double time, MethodInfo * method)); DO_APP_FUNC(0x02C21B20, void, RuntimeClip_SetDuration, (RuntimeClip * __this, double duration, MethodInfo * method)); DO_APP_FUNC(0x02C21B80, void, RuntimeClip_EvaluateAt, (RuntimeClip * __this, double localTime, FrameData frameData, MethodInfo * method)); DO_APP_FUNC(0x02C21EF0, void, RuntimeClip_DisableAt, (RuntimeClip * __this, double localTime, double rootDuration, FrameData frameData, MethodInfo * method)); DO_APP_FUNC(0x02C220D0, int64_t, RuntimeClipBase_get_intervalStart, (RuntimeClipBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02C22180, int64_t, RuntimeClipBase_get_intervalEnd, (RuntimeClipBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RuntimeClipBase__ctor, (RuntimeClipBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, RuntimeElement_get_intervalBit, (RuntimeElement * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, RuntimeElement_set_intervalBit, (RuntimeElement * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RuntimeElement__ctor, (RuntimeElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02C22250, double, ScheduleRuntimeClip_get_start, (ScheduleRuntimeClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C222F0, double, ScheduleRuntimeClip_get_duration, (ScheduleRuntimeClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C22340, void, ScheduleRuntimeClip_SetTime, (ScheduleRuntimeClip * __this, double time, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, TimelineClip *, ScheduleRuntimeClip_get_clip, (ScheduleRuntimeClip * __this, MethodInfo * method)); DO_APP_FUNC(0x01A20C60, Playable, ScheduleRuntimeClip_get_mixer, (ScheduleRuntimeClip * __this, MethodInfo * method)); DO_APP_FUNC(0x01097D80, Playable, ScheduleRuntimeClip_get_playable, (ScheduleRuntimeClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C223A0, void, ScheduleRuntimeClip__ctor, (ScheduleRuntimeClip * __this, TimelineClip * clip, Playable clipPlayable, Playable parentMixer, double startDelay, double finishTail, MethodInfo * method)); DO_APP_FUNC(0x02C223A0, void, ScheduleRuntimeClip_Create, (ScheduleRuntimeClip * __this, TimelineClip * clip, Playable clipPlayable, Playable parentMixer, double startDelay, double finishTail, MethodInfo * method)); DO_APP_FUNC(0x02C22480, void, ScheduleRuntimeClip_set_enable, (ScheduleRuntimeClip * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C225A0, void, ScheduleRuntimeClip_EvaluateAt, (ScheduleRuntimeClip * __this, double localTime, FrameData frameData, MethodInfo * method)); DO_APP_FUNC(0x02C228F0, void, ScheduleRuntimeClip_DisableAt, (ScheduleRuntimeClip * __this, double localTime, double rootDuration, FrameData frameData, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, TrackAsset *, Marker_get_parent, (Marker * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, Marker_set_parent, (Marker * __this, TrackAsset * value, MethodInfo * method)); DO_APP_FUNC(0x00C52700, double, Marker_get_time, (Marker * __this, MethodInfo * method)); DO_APP_FUNC(0x02C22910, void, Marker_set_time, (Marker * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x02C229A0, void, Marker_UnityEngine_Timeline_IMarker_Initialize, (Marker * __this, TrackAsset * parentTrack, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Marker_OnInitialize, (Marker * __this, TrackAsset * aPent, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, Marker__ctor, (Marker * __this, MethodInfo * method)); DO_APP_FUNC(0x02C22B70, List_1_UnityEngine_Timeline_IMarker_ *, MarkerList_get_markers, (MarkerList * __this, MethodInfo * method)); DO_APP_FUNC(0x02C22B90, void, MarkerList__ctor, (MarkerList * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x02C22D30, void, MarkerList_Add, (MarkerList * __this, ScriptableObject * item, MethodInfo * method)); DO_APP_FUNC(0x02C22E60, bool, MarkerList_Remove, (MarkerList * __this, IMarker * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FCC0, MarkerList_Remove__MethodInfo); DO_APP_FUNC(0x02C22FE0, bool, MarkerList_Remove_1, (MarkerList * __this, ScriptableObject * item, TimelineAsset * timelineAsset, PlayableAsset * thingToDirty, MethodInfo * method)); DO_APP_FUNC(0x02C230D0, void, MarkerList_Clear, (MarkerList * __this, MethodInfo * method)); DO_APP_FUNC(0x02C23140, bool, MarkerList_Contains, (MarkerList * __this, ScriptableObject * item, MethodInfo * method)); DO_APP_FUNC(0x02C22B70, IEnumerable_1_UnityEngine_Timeline_IMarker_ *, MarkerList_GetMarkers, (MarkerList * __this, MethodInfo * method)); DO_APP_FUNC(0x02C231E0, int32_t, MarkerList_get_Count, (MarkerList * __this, MethodInfo * method)); DO_APP_FUNC(0x02C23230, IMarker *, MarkerList_get_Item, (MarkerList * __this, int32_t idx, MethodInfo * method)); DO_APP_FUNC(0x00470F00, List_1_UnityEngine_ScriptableObject_ *, MarkerList_GetRawMarkerList, (MarkerList * __this, MethodInfo * method)); DO_APP_FUNC(0x02C232B0, IMarker *, MarkerList_CreateMarker, (MarkerList * __this, Type * type, double time, TrackAsset * owner, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FC30, MarkerList_CreateMarker__MethodInfo); DO_APP_FUNC(0x02C235A0, bool, MarkerList_HasNotifications, (MarkerList * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MarkerList_UnityEngine_ISerializationCallbackReceiver_OnBeforeSerialize, (MarkerList * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD40, void, MarkerList_UnityEngine_ISerializationCallbackReceiver_OnAfterDeserialize, (MarkerList * __this, MethodInfo * method)); DO_APP_FUNC(0x02C235C0, void, MarkerList_BuildCache, (MarkerList * __this, MethodInfo * method)); DO_APP_FUNC(0x02C23970, IEnumerable_1_UnityEngine_Playables_PlayableBinding_ *, MarkerTrack_get_outputs, (MarkerTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02C23E20, void, MarkerTrack__ctor, (MarkerTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CustomSignalEventDrawer__ctor, (CustomSignalEventDrawer * __this, MethodInfo * method)); DO_APP_FUNC(0x02C23E70, void, SignalAsset_add_OnEnableCallback, (Action_1_UnityEngine_Timeline_SignalAsset_ * value, MethodInfo * method)); DO_APP_FUNC(0x02C23FA0, void, SignalAsset_remove_OnEnableCallback, (Action_1_UnityEngine_Timeline_SignalAsset_ * value, MethodInfo * method)); DO_APP_FUNC(0x02C240D0, void, SignalAsset_OnEnable, (SignalAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, SignalAsset__ctor, (SignalAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, SignalEmitter_get_retroactive, (SignalEmitter * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, SignalEmitter_set_retroactive, (SignalEmitter * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D09D10, bool, SignalEmitter_get_emitOnce, (SignalEmitter * __this, MethodInfo * method)); DO_APP_FUNC(0x01D09D20, void, SignalEmitter_set_emitOnce, (SignalEmitter * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, SignalAsset *, SignalEmitter_get_asset, (SignalEmitter * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, SignalEmitter_set_asset, (SignalEmitter * __this, SignalAsset * value, MethodInfo * method)); DO_APP_FUNC(0x02C24130, PropertyName, SignalEmitter_UnityEngine_Playables_INotification_get_id, (SignalEmitter * __this, MethodInfo * method)); DO_APP_FUNC(0x02C24300, NotificationFlags__Enum, SignalEmitter_UnityEngine_Timeline_INotificationOptionProvider_get_flags, (SignalEmitter * __this, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, SignalEmitter__ctor, (SignalEmitter * __this, MethodInfo * method)); DO_APP_FUNC(0x02C24330, void, SignalReceiver_OnNotify, (SignalReceiver * __this, Playable origin, INotification * notification, Object * context, MethodInfo * method)); DO_APP_FUNC(0x02C24590, void, SignalReceiver_AddReaction, (SignalReceiver * __this, SignalAsset * asset, UnityEvent * reaction, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FB48, SignalReceiver_AddReaction__MethodInfo); DO_APP_FUNC(0x02C247D0, int32_t, SignalReceiver_AddEmptyReaction, (SignalReceiver * __this, UnityEvent * reaction, MethodInfo * method)); DO_APP_FUNC(0x02C24840, void, SignalReceiver_Remove, (SignalReceiver * __this, SignalAsset * asset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FB10, SignalReceiver_Remove__MethodInfo); DO_APP_FUNC(0x0243E450, IEnumerable_1_UnityEngine_Timeline_SignalAsset_ *, SignalReceiver_GetRegisteredSignals, (SignalReceiver * __this, MethodInfo * method)); DO_APP_FUNC(0x02C24A10, UnityEvent *, SignalReceiver_GetReaction, (SignalReceiver * __this, SignalAsset * key, MethodInfo * method)); DO_APP_FUNC(0x02C24A50, int32_t, SignalReceiver_Count, (SignalReceiver * __this, MethodInfo * method)); DO_APP_FUNC(0x02C24AA0, void, SignalReceiver_ChangeSignalAtIndex, (SignalReceiver * __this, int32_t idx, SignalAsset * newKey, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FBA8, SignalReceiver_ChangeSignalAtIndex__MethodInfo); DO_APP_FUNC(0x02C25060, void, SignalReceiver_RemoveAtIndex, (SignalReceiver * __this, int32_t idx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FBB8, SignalReceiver_RemoveAtIndex__MethodInfo); DO_APP_FUNC(0x02C25180, void, SignalReceiver_ChangeReactionAtIndex, (SignalReceiver * __this, int32_t idx, UnityEvent * reaction, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FBD8, SignalReceiver_ChangeReactionAtIndex__MethodInfo); DO_APP_FUNC(0x02C25280, UnityEvent *, SignalReceiver_GetReactionAtIndex, (SignalReceiver * __this, int32_t idx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FB90, SignalReceiver_GetReactionAtIndex__MethodInfo); DO_APP_FUNC(0x02C25370, SignalAsset *, SignalReceiver_GetSignalAssetAtIndex, (SignalReceiver * __this, int32_t idx, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FB98, SignalReceiver_GetSignalAssetAtIndex__MethodInfo); DO_APP_FUNC(0x003AC050, void, SignalReceiver_OnEnable, (SignalReceiver * __this, MethodInfo * method)); DO_APP_FUNC(0x02C25460, void, SignalReceiver__ctor, (SignalReceiver * __this, MethodInfo * method)); DO_APP_FUNC(0x02C256C0, bool, SignalReceiver_EventKeyValue_TryGetValue, (SignalReceiver_EventKeyValue * __this, SignalAsset * key, UnityEvent * * value, MethodInfo * method)); DO_APP_FUNC(0x02C25850, void, SignalReceiver_EventKeyValue_Append, (SignalReceiver_EventKeyValue * __this, SignalAsset * key, UnityEvent * value, MethodInfo * method)); DO_APP_FUNC(0x02C25970, void, SignalReceiver_EventKeyValue_Remove, (SignalReceiver_EventKeyValue * __this, int32_t idx, MethodInfo * method)); DO_APP_FUNC(0x02C25A00, void, SignalReceiver_EventKeyValue_Remove_1, (SignalReceiver_EventKeyValue * __this, SignalAsset * key, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, List_1_UnityEngine_Timeline_SignalAsset_ *, SignalReceiver_EventKeyValue_get_signals, (SignalReceiver_EventKeyValue * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, List_1_UnityEngine_Events_UnityEvent_ *, SignalReceiver_EventKeyValue_get_events, (SignalReceiver_EventKeyValue * __this, MethodInfo * method)); DO_APP_FUNC(0x02C25AF0, void, SignalReceiver_EventKeyValue__ctor, (SignalReceiver_EventKeyValue * __this, MethodInfo * method)); DO_APP_FUNC(0x02C23E20, void, SignalTrack__ctor, (SignalTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02C25C60, GroupTrack *, TrackAssetExtensions_GetGroup, (TrackAsset * asset, MethodInfo * method)); DO_APP_FUNC(0x02C25DC0, void, TrackAssetExtensions_SetGroup, (TrackAsset * asset, GroupTrack * group, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FAC0, TrackAssetExtensions_SetGroup__MethodInfo); DO_APP_FUNC(0x00418D40, bool, GroupTrack_CanCompileClips, (GroupTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02C26780, IEnumerable_1_UnityEngine_Playables_PlayableBinding_ *, GroupTrack_get_outputs, (GroupTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02C267E0, void, GroupTrack__ctor, (GroupTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02C26830, ScriptPlayable_1_UnityEngine_Timeline_ActivationControlPlayable_, ActivationControlPlayable_Create, (PlayableGraph graph, GameObject * gameObject, ActivationControlPlayable_PostPlaybackState__Enum postPlaybackState, MethodInfo * method)); DO_APP_FUNC(0x02C26AE0, void, ActivationControlPlayable_OnBehaviourPlay, (ActivationControlPlayable * __this, Playable playable, FrameData info, MethodInfo * method)); DO_APP_FUNC(0x02C26C30, void, ActivationControlPlayable_OnBehaviourPause, (ActivationControlPlayable * __this, Playable playable, FrameData info, MethodInfo * method)); DO_APP_FUNC(0x02C26D70, void, ActivationControlPlayable_ProcessFrame, (ActivationControlPlayable * __this, Playable playable, FrameData info, Object * userData, MethodInfo * method)); DO_APP_FUNC(0x02C26EC0, void, ActivationControlPlayable_OnGraphStart, (ActivationControlPlayable * __this, Playable playable, MethodInfo * method)); DO_APP_FUNC(0x02C27020, void, ActivationControlPlayable_OnPlayableDestroy, (ActivationControlPlayable * __this, Playable playable, MethodInfo * method)); DO_APP_FUNC(0x00722B00, void, ActivationControlPlayable__ctor, (ActivationControlPlayable * __this, MethodInfo * method)); DO_APP_FUNC(0x02C27190, double, BasicPlayableBehaviour_get_duration, (BasicPlayableBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x02C271F0, IEnumerable_1_UnityEngine_Playables_PlayableBinding_ *, BasicPlayableBehaviour_get_outputs, (BasicPlayableBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BasicPlayableBehaviour_OnGraphStart, (BasicPlayableBehaviour * __this, Playable playable, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BasicPlayableBehaviour_OnGraphStop, (BasicPlayableBehaviour * __this, Playable playable, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BasicPlayableBehaviour_OnPlayableCreate, (BasicPlayableBehaviour * __this, Playable playable, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BasicPlayableBehaviour_OnPlayableDestroy, (BasicPlayableBehaviour * __this, Playable playable, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BasicPlayableBehaviour_OnBehaviourPlay, (BasicPlayableBehaviour * __this, Playable playable, FrameData info, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BasicPlayableBehaviour_OnBehaviourPause, (BasicPlayableBehaviour * __this, Playable playable, FrameData info, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BasicPlayableBehaviour_PrepareFrame, (BasicPlayableBehaviour * __this, Playable playable, FrameData info, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BasicPlayableBehaviour_ProcessFrame, (BasicPlayableBehaviour * __this, Playable playable, FrameData info, Object * playerData, MethodInfo * method)); DO_APP_FUNC(0x02C27250, Playable, BasicPlayableBehaviour_CreatePlayable, (BasicPlayableBehaviour * __this, PlayableGraph graph, GameObject * owner, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, BasicPlayableBehaviour__ctor, (BasicPlayableBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x02C27450, ScriptPlayable_1_UnityEngine_Timeline_DirectorControlPlayable_, DirectorControlPlayable_Create, (PlayableGraph graph, PlayableDirector * director, MethodInfo * method)); DO_APP_FUNC(0x02C276E0, void, DirectorControlPlayable_OnPlayableDestroy, (DirectorControlPlayable * __this, Playable playable, MethodInfo * method)); DO_APP_FUNC(0x02C27910, void, DirectorControlPlayable_PrepareFrame, (DirectorControlPlayable * __this, Playable playable, FrameData info, MethodInfo * method)); DO_APP_FUNC(0x02C27C60, void, DirectorControlPlayable_OnBehaviourPlay, (DirectorControlPlayable * __this, Playable playable, FrameData info, MethodInfo * method)); DO_APP_FUNC(0x02C27E80, void, DirectorControlPlayable_OnBehaviourPause, (DirectorControlPlayable * __this, Playable playable, FrameData info, MethodInfo * method)); DO_APP_FUNC(0x02C280B0, void, DirectorControlPlayable_ProcessFrame, (DirectorControlPlayable * __this, Playable playable, FrameData info, Object * playerData, MethodInfo * method)); DO_APP_FUNC(0x02C28830, void, DirectorControlPlayable_SyncSpeed, (DirectorControlPlayable * __this, double speed, MethodInfo * method)); DO_APP_FUNC(0x02C28C10, void, DirectorControlPlayable_SyncStart, (DirectorControlPlayable * __this, PlayableGraph graph, double time, MethodInfo * method)); DO_APP_FUNC(0x02C28DD0, void, DirectorControlPlayable_SyncStop, (DirectorControlPlayable * __this, PlayableGraph graph, double time, MethodInfo * method)); DO_APP_FUNC(0x02C28F60, bool, DirectorControlPlayable_DetectDiscontinuity, (DirectorControlPlayable * __this, Playable playable, FrameData info, MethodInfo * method)); DO_APP_FUNC(0x02C29180, bool, DirectorControlPlayable_DetectOutOfSync, (DirectorControlPlayable * __this, Playable playable, MethodInfo * method)); DO_APP_FUNC(0x02C292E0, void, DirectorControlPlayable_UpdateTime, (DirectorControlPlayable * __this, Playable playable, MethodInfo * method)); DO_APP_FUNC(0x02C29500, void, DirectorControlPlayable__ctor, (DirectorControlPlayable * __this, MethodInfo * method)); DO_APP_FUNC(0x02C29510, ScriptPlayable_1_UnityEngine_Timeline_ParticleControlPlayable_, ParticleControlPlayable_Create, (PlayableGraph graph, ParticleSystem * component, uint32_t randomSeed, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, ParticleSystem *, ParticleControlPlayable_get_particleSystem, (ParticleControlPlayable * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ParticleControlPlayable_set_particleSystem, (ParticleControlPlayable * __this, ParticleSystem * value, MethodInfo * method)); DO_APP_FUNC(0x02C29810, void, ParticleControlPlayable_Initialize, (ParticleControlPlayable * __this, ParticleSystem * ps, uint32_t randomSeed, MethodInfo * method)); DO_APP_FUNC(0x02C298D0, void, ParticleControlPlayable_SetRandomSeed, (ParticleSystem * particleSystem, uint32_t randomSeed, MethodInfo * method)); DO_APP_FUNC(0x02C29C80, void, ParticleControlPlayable_PrepareFrame, (ParticleControlPlayable * __this, Playable playable, FrameData data, MethodInfo * method)); DO_APP_FUNC(0x02C29F60, void, ParticleControlPlayable_OnBehaviourPlay, (ParticleControlPlayable * __this, Playable playable, FrameData info, MethodInfo * method)); DO_APP_FUNC(0x02C29F60, void, ParticleControlPlayable_OnBehaviourPause, (ParticleControlPlayable * __this, Playable playable, FrameData info, MethodInfo * method)); DO_APP_FUNC(0x02C29F70, void, ParticleControlPlayable_Simulate, (ParticleControlPlayable * __this, float time, bool restart, MethodInfo * method)); DO_APP_FUNC(0x02C2A140, void, ParticleControlPlayable__ctor, (ParticleControlPlayable * __this, MethodInfo * method)); DO_APP_FUNC(0x02C2A160, ScriptPlayable_1_UnityEngine_Timeline_PrefabControlPlayable_, PrefabControlPlayable_Create, (PlayableGraph graph, GameObject * prefabGameObject, Transform * parentTransform, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, GameObject *, PrefabControlPlayable_get_prefabInstance, (PrefabControlPlayable * __this, MethodInfo * method)); DO_APP_FUNC(0x02C2A3C0, GameObject *, PrefabControlPlayable_Initialize, (PrefabControlPlayable * __this, GameObject * prefabGameObject, Transform * parentTransform, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70E50, PrefabControlPlayable_Initialize__MethodInfo); DO_APP_FUNC(0x02C2A810, void, PrefabControlPlayable_OnPlayableDestroy, (PrefabControlPlayable * __this, Playable playable, MethodInfo * method)); DO_APP_FUNC(0x02C2A900, void, PrefabControlPlayable_OnBehaviourPlay, (PrefabControlPlayable * __this, Playable playable, FrameData info, MethodInfo * method)); DO_APP_FUNC(0x02C2AA50, void, PrefabControlPlayable_OnBehaviourPause, (PrefabControlPlayable * __this, Playable playable, FrameData info, MethodInfo * method)); DO_APP_FUNC(0x02C2AB90, void, PrefabControlPlayable_SetHideFlagsRecursive, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PrefabControlPlayable__ctor, (PrefabControlPlayable * __this, MethodInfo * method)); DO_APP_FUNC(0x02C2AFE0, ScriptPlayable_1_UnityEngine_Timeline_TimeControlPlayable_, TimeControlPlayable_Create, (PlayableGraph graph, ITimeControl * timeControl, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, TimeControlPlayable_Initialize, (TimeControlPlayable * __this, ITimeControl * timeControl, MethodInfo * method)); DO_APP_FUNC(0x02C2B1A0, void, TimeControlPlayable_PrepareFrame, (TimeControlPlayable * __this, Playable playable, FrameData info, MethodInfo * method)); DO_APP_FUNC(0x02C2B220, void, TimeControlPlayable_OnBehaviourPlay, (TimeControlPlayable * __this, Playable playable, FrameData info, MethodInfo * method)); DO_APP_FUNC(0x02C2B280, void, TimeControlPlayable_OnBehaviourPause, (TimeControlPlayable * __this, Playable playable, FrameData info, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TimeControlPlayable__ctor, (TimeControlPlayable * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB03E0, void, TimeNotificationBehaviour_set_timeSource, (TimeNotificationBehaviour * __this, Playable value, MethodInfo * method)); DO_APP_FUNC(0x02C2B2E0, ScriptPlayable_1_UnityEngine_Timeline_TimeNotificationBehaviour_, TimeNotificationBehaviour_Create, (PlayableGraph graph, double duration, DirectorWrapMode__Enum loopMode, MethodInfo * method)); DO_APP_FUNC(0x02C2B4E0, void, TimeNotificationBehaviour_AddNotification, (TimeNotificationBehaviour * __this, double time, INotification * payload, NotificationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x02C2B6A0, void, TimeNotificationBehaviour_OnGraphStart, (TimeNotificationBehaviour * __this, Playable playable, MethodInfo * method)); DO_APP_FUNC(0x02C2B8B0, void, TimeNotificationBehaviour_OnBehaviourPause, (TimeNotificationBehaviour * __this, Playable playable, FrameData info, MethodInfo * method)); DO_APP_FUNC(0x02C2BB80, void, TimeNotificationBehaviour_PrepareFrame, (TimeNotificationBehaviour * __this, Playable playable, FrameData info, MethodInfo * method)); DO_APP_FUNC(0x02C2BF80, void, TimeNotificationBehaviour_SortNotifications, (TimeNotificationBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x02C2C2C0, bool, TimeNotificationBehaviour_CanRestoreNotification, (TimeNotificationBehaviour_NotificationEntry e, FrameData info, double currentTime, double previousTime, MethodInfo * method)); DO_APP_FUNC(0x02C2C300, void, TimeNotificationBehaviour_TriggerNotificationsInRange, (TimeNotificationBehaviour * __this, double start, double end, FrameData info, Playable playable, bool checkState, MethodInfo * method)); DO_APP_FUNC(0x02C2C590, void, TimeNotificationBehaviour_SyncDurationWithExternalSource, (TimeNotificationBehaviour * __this, Playable playable, MethodInfo * method)); DO_APP_FUNC(0x02C2C840, void, TimeNotificationBehaviour_Trigger_internal, (Playable playable, PlayableOutput output, TimeNotificationBehaviour_NotificationEntry * e, MethodInfo * method)); DO_APP_FUNC(0x0192F500, void, TimeNotificationBehaviour_Restore_internal, (TimeNotificationBehaviour_NotificationEntry * e, MethodInfo * method)); DO_APP_FUNC(0x02C2C9C0, void, TimeNotificationBehaviour__ctor, (TimeNotificationBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x02C2CB40, bool, TimeNotificationBehaviour_NotificationEntry_get_triggerInEditor, (TimeNotificationBehaviour_NotificationEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x02C2CB50, bool, TimeNotificationBehaviour_NotificationEntry_get_prewarm, (TimeNotificationBehaviour_NotificationEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x02C2CB60, bool, TimeNotificationBehaviour_NotificationEntry_get_triggerOnce, (TimeNotificationBehaviour_NotificationEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x02C2CB70, void, TimeNotificationBehaviour_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TimeNotificationBehaviour_c__ctor, (TimeNotificationBehaviour_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02C2CC20, int32_t, TimeNotificationBehaviour_c__SortNotifications_b__12_0, (TimeNotificationBehaviour_c * __this, TimeNotificationBehaviour_NotificationEntry x, TimeNotificationBehaviour_NotificationEntry y, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70DF8, TimeNotificationBehaviour_c__SortNotifications_b__12_0__MethodInfo); DO_APP_FUNC(0x02C2CCA0, void, PlayableTrack_OnCreateClip, (PlayableTrack * __this, TimelineClip * clip, MethodInfo * method)); DO_APP_FUNC(0x02C2CE50, void, PlayableTrack__ctor, (PlayableTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TrackMediaType__ctor, (TrackMediaType * __this, TimelineAsset_MediaType__Enum mt, MethodInfo * method)); DO_APP_FUNC(0x01B99C50, void, TrackClipTypeAttribute__ctor, (TrackClipTypeAttribute * __this, Type * clipClass, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, TrackClipTypeAttribute__ctor_1, (TrackClipTypeAttribute * __this, Type * clipClass, bool allowAutoCreate, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NotKeyableAttribute__ctor, (NotKeyableAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02C2CEA0, void, TrackBindingTypeAttribute__ctor, (TrackBindingTypeAttribute * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x00A9FD50, void, TrackBindingTypeAttribute__ctor_1, (TrackBindingTypeAttribute * __this, Type * type, TrackBindingFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x00A9FD50, void, SupportsChildTracksAttribute__ctor, (SupportsChildTracksAttribute * __this, Type * childType, int32_t levels, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IgnoreOnPlayableTrackAttribute__ctor, (IgnoreOnPlayableTrackAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TimeFieldAttribute_UseEditMode__Enum, TimeFieldAttribute_get_useEditMode, (TimeFieldAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TimeFieldAttribute__ctor, (TimeFieldAttribute * __this, TimeFieldAttribute_UseEditMode__Enum useEditMode, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FrameRateFieldAttribute__ctor, (FrameRateFieldAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HideInMenuAttribute__ctor, (HideInMenuAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, CustomStyleAttribute__ctor, (CustomStyleAttribute * __this, String * ussStyle, MethodInfo * method)); DO_APP_FUNC(0x02C2CF10, void, MenuCategoryAttribute__ctor, (MenuCategoryAttribute * __this, String * category, MethodInfo * method)); DO_APP_FUNC(0x02C2CFC0, ScriptPlayable_1_UnityEngine_Timeline_TimelinePlayable_, TimelinePlayable_Create, (PlayableGraph graph, IEnumerable_1_UnityEngine_Timeline_TrackAsset_ * tracks, GameObject * go, bool autoRebalance, bool createOutputs, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70DA8, TimelinePlayable_Create__MethodInfo); DO_APP_FUNC(0x02C2D430, void, TimelinePlayable_Compile, (TimelinePlayable * __this, PlayableGraph graph, Playable timelinePlayable, IEnumerable_1_UnityEngine_Timeline_TrackAsset_ * tracks, GameObject * go, bool autoRebalance, bool createOutputs, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70D78, TimelinePlayable_Compile__MethodInfo); DO_APP_FUNC(0x02C2D8C0, void, TimelinePlayable_CompileTrackList, (TimelinePlayable * __this, PlayableGraph graph, Playable timelinePlayable, IEnumerable_1_UnityEngine_Timeline_TrackAsset_ * tracks, GameObject * go, bool createOutputs, MethodInfo * method)); DO_APP_FUNC(0x02C2DB60, void, TimelinePlayable_CreateTrackOutput, (TimelinePlayable * __this, PlayableGraph graph, TrackAsset * track, GameObject * go, Playable playable, int32_t port, MethodInfo * method)); DO_APP_FUNC(0x02C2E6A0, void, TimelinePlayable_EvaluateWeightsForAnimationPlayableOutput, (TimelinePlayable * __this, TrackAsset * track, AnimationPlayableOutput animOutput, MethodInfo * method)); DO_APP_FUNC(0x02C2E740, void, TimelinePlayable_EvaluateAnimationPreviewUpdateCallback, (TimelinePlayable * __this, TrackAsset * track, AnimationPlayableOutput animOutput, MethodInfo * method)); DO_APP_FUNC(0x02C2E870, Playable, TimelinePlayable_CreateTrackPlayable, (TimelinePlayable * __this, PlayableGraph graph, Playable timelinePlayable, TrackAsset * track, GameObject * go, bool createOutputs, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70D08, TimelinePlayable_CreateTrackPlayable__MethodInfo); DO_APP_FUNC(0x02C2EEA0, void, TimelinePlayable_PrepareFrame, (TimelinePlayable * __this, Playable playable, FrameData info, MethodInfo * method)); DO_APP_FUNC(0x02C2EEF0, void, TimelinePlayable_Evaluate, (TimelinePlayable * __this, Playable playable, FrameData frameData, MethodInfo * method)); DO_APP_FUNC(0x02C2F860, void, TimelinePlayable_CacheTrack, (TimelinePlayable * __this, TrackAsset * track, Playable playable, int32_t port, Playable parent, MethodInfo * method)); DO_APP_FUNC(0x02C2F8F0, void, TimelinePlayable_ForAOTCompilationOnly, (MethodInfo * method)); DO_APP_FUNC(0x02C2FA00, void, TimelinePlayable__ctor, (TimelinePlayable * __this, MethodInfo * method)); DO_APP_FUNC(0x02C2FCC0, void, TimelinePlayable__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02C2FD00, void, Extrapolation_CalculateExtrapolationTimes, (TrackAsset * asset, MethodInfo * method)); DO_APP_FUNC(0x02C30180, TimelineClip__Array *, Extrapolation_SortClipsByStartTime, (TimelineClip__Array * clips, MethodInfo * method)); DO_APP_FUNC(0x02C30440, void, Extrapolation__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02C304C0, void, Extrapolation_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Extrapolation_c__ctor, (Extrapolation_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02C198D0, int32_t, Extrapolation_c__SortClipsByStartTime_b__2_0, (Extrapolation_c * __this, TimelineClip * clip1, TimelineClip * clip2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70BA8, Extrapolation_c__SortClipsByStartTime_b__2_0__MethodInfo); DO_APP_FUNC(0x02C30570, int32_t, HashUtility_CombineHash, (int32_t h1, int32_t h2, MethodInfo * method)); DO_APP_FUNC(0x02C30590, int32_t, HashUtility_CombineHash_1, (int32_t h1, int32_t h2, int32_t h3, MethodInfo * method)); DO_APP_FUNC(0x02C305D0, int32_t, HashUtility_CombineHash_2, (int32_t h1, int32_t h2, int32_t h3, int32_t h4, MethodInfo * method)); DO_APP_FUNC(0x02C30620, int32_t, HashUtility_CombineHash_3, (int32_t h1, int32_t h2, int32_t h3, int32_t h4, int32_t h5, MethodInfo * method)); DO_APP_FUNC(0x02C30690, int32_t, HashUtility_CombineHash_4, (int32_t h1, int32_t h2, int32_t h3, int32_t h4, int32_t h5, int32_t h6, MethodInfo * method)); DO_APP_FUNC(0x02C30720, int32_t, HashUtility_CombineHash_5, (int32_t h1, int32_t h2, int32_t h3, int32_t h4, int32_t h5, int32_t h6, int32_t h7, MethodInfo * method)); DO_APP_FUNC(0x02C307D0, int32_t, HashUtility_CombineHash_6, (Int32__Array * hashes, MethodInfo * method)); DO_APP_FUNC(0x02C30850, ScriptPlayable_1_UnityEngine_Timeline_TimeNotificationBehaviour_, NotificationUtilities_CreateNotificationsPlayable, (PlayableGraph graph, IEnumerable_1_UnityEngine_Timeline_IMarker_ * markers, double duration, DirectorWrapMode__Enum extrapolationMode, MethodInfo * method)); DO_APP_FUNC(0x02C30D90, bool, NotificationUtilities_TrackTypeSupportsNotifications, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x02C30F40, void, TimelineClipExtensions_MoveToTrack, (TimelineClip * clip, TrackAsset * destinationTrack, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70BE8, TimelineClipExtensions_MoveToTrack__MethodInfo); DO_APP_FUNC(0x02C31580, bool, TimelineClipExtensions_TryMoveToTrack, (TimelineClip * clip, TrackAsset * destinationTrack, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70BC8, TimelineClipExtensions_TryMoveToTrack__MethodInfo); DO_APP_FUNC(0x02C31940, void, TimelineClipExtensions_MoveToTrack_Impl, (TimelineClip * clip, TrackAsset * destinationTrack, Object_1 * asset, TrackAsset * parentTrack, MethodInfo * method)); DO_APP_FUNC(0x02C31E10, void, TimelineClipExtensions__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02C31EC0, String *, TimelineCreateUtilities_GenerateUniqueActorName, (List_1_UnityEngine_ScriptableObject_ * tracks, String * name, MethodInfo * method)); DO_APP_FUNC(0x02C32210, void, TimelineCreateUtilities_SaveAssetIntoObject, (Object_1 * childAsset, Object_1 * masterAsset, MethodInfo * method)); DO_APP_FUNC(0x02C32440, void, TimelineCreateUtilities_RemoveAssetFromObject, (Object_1 * childAsset, Object_1 * masterAsset, MethodInfo * method)); DO_APP_FUNC(0x02C325F0, AnimationClip *, TimelineCreateUtilities_CreateAnimationClipForTrack, (String * name, TrackAsset * track, bool isLegacy, MethodInfo * method)); DO_APP_FUNC(0x02C32AE0, bool, TimelineCreateUtilities_ValidateParentTrack, (TrackAsset * parent, Type * childType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TimelineCreateUtilities_c_DisplayClass0_0__ctor, (TimelineCreateUtilities_c_DisplayClass0_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C32F40, bool, TimelineCreateUtilities_c_DisplayClass0_0__GenerateUniqueActorName_b__0, (TimelineCreateUtilities_c_DisplayClass0_0 * __this, ScriptableObject * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70B60, TimelineCreateUtilities_c_DisplayClass0_0__GenerateUniqueActorName_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, TimelineCreateUtilities_c_DisplayClass0_1__ctor, (TimelineCreateUtilities_c_DisplayClass0_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C32F40, bool, TimelineCreateUtilities_c_DisplayClass0_1__GenerateUniqueActorName_b__1, (TimelineCreateUtilities_c_DisplayClass0_1 * __this, ScriptableObject * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70B38, TimelineCreateUtilities_c_DisplayClass0_1__GenerateUniqueActorName_b__1__MethodInfo); DO_APP_FUNC(0x02C32FB0, void, TimelineUndo_PushDestroyUndo, (TimelineAsset * timeline, Object_1 * thingToDirty, Object_1 * objectToDestroy, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TimelineUndo_PushUndo, (Object_1__Array * thingsToDirty, String * operation, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TimelineUndo_PushUndo_1, (Object_1 * thingToDirty, String * operation, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TimelineUndo_RegisterCreatedObjectUndo, (Object_1 * thingCreated, String * operation, MethodInfo * method)); DO_APP_FUNC(0x02C330D0, String *, TimelineUndo_UndoName, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02C33120, void, TimeUtility_1_ValidateFrameRate, (double frameRate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70AF0, TimeUtility_1_ValidateFrameRate__MethodInfo); DO_APP_FUNC(0x02C331F0, int32_t, TimeUtility_1_ToFrames, (double time, double frameRate, MethodInfo * method)); DO_APP_FUNC(0x02C33350, double, TimeUtility_1_ToExactFrames, (double time, double frameRate, MethodInfo * method)); DO_APP_FUNC(0x02C333C0, double, TimeUtility_1_FromFrames, (int32_t frames, double frameRate, MethodInfo * method)); DO_APP_FUNC(0x02C33430, double, TimeUtility_1_FromFrames_1, (double frames, double frameRate, MethodInfo * method)); DO_APP_FUNC(0x02C334A0, bool, TimeUtility_1_OnFrameBoundary, (double time, double frameRate, MethodInfo * method)); DO_APP_FUNC(0x02C335B0, double, TimeUtility_1_GetEpsilon, (double time, double frameRate, MethodInfo * method)); DO_APP_FUNC(0x02C33680, bool, TimeUtility_1_OnFrameBoundary_1, (double time, double frameRate, double epsilon, MethodInfo * method)); DO_APP_FUNC(0x02C33750, double, TimeUtility_1_RoundToFrame, (double time, double frameRate, MethodInfo * method)); DO_APP_FUNC(0x02C33850, String *, TimeUtility_1_TimeAsFrames, (double timeValue, double frameRate, String * format, MethodInfo * method)); DO_APP_FUNC(0x02C339E0, String *, TimeUtility_1_TimeAsTimeCode, (double timeValue, double frameRate, String * format, MethodInfo * method)); DO_APP_FUNC(0x02C34210, double, TimeUtility_1_ParseTimeCode, (String * timeCode, double frameRate, double defaultValue, MethodInfo * method)); DO_APP_FUNC(0x02C34900, double, TimeUtility_1_ParseTimeSeconds, (String * timeCode, double frameRate, double defaultValue, MethodInfo * method)); DO_APP_FUNC(0x02C34E50, double, TimeUtility_1_GetAnimationClipLength, (AnimationClip * clip, MethodInfo * method)); DO_APP_FUNC(0x02C35080, String *, TimeUtility_1_RemoveChar, (String * str, Func_2_Char_Boolean_ * charToRemoveFunc, MethodInfo * method)); DO_APP_FUNC(0x02C35150, FrameRate, TimeUtility_1_GetClosestFrameRate, (double frameRate, MethodInfo * method)); DO_APP_FUNC(0x02C353C0, FrameRate, TimeUtility_1_ToFrameRate, (StandardFrameRates__Enum enumValue, MethodInfo * method)); DO_APP_FUNC(0x02C355B0, bool, TimeUtility_1_ToStandardFrameRate, (FrameRate rate, StandardFrameRates__Enum * standard, MethodInfo * method)); DO_APP_FUNC(0x02C35A20, void, TimeUtility_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02C35AC0, void, TimeUtility_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TimeUtility_c__ctor, (TimeUtility_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02C35B70, bool, TimeUtility_c__ParseTimeCode_b__15_0, (TimeUtility_c * __this, uint16_t c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70AF8, TimeUtility_c__ParseTimeCode_b__15_0__MethodInfo); DO_APP_FUNC(0x02C35BC0, bool, TimeUtility_c__ParseTimeCode_b__15_1, (TimeUtility_c * __this, uint16_t c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70B00, TimeUtility_c__ParseTimeCode_b__15_1__MethodInfo); DO_APP_FUNC(0x02C35BE0, bool, TimeUtility_c__ParseTimeSeconds_b__16_0, (TimeUtility_c * __this, uint16_t c, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70AE0, TimeUtility_c__ParseTimeSeconds_b__16_0__MethodInfo); DO_APP_FUNC(0x02C35C30, float, WeightUtility_NormalizeMixer, (Playable mixer, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EmbeddedAttribute_3__ctor, (EmbeddedAttribute_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IsReadOnlyAttribute_3__ctor, (IsReadOnlyAttribute_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3C890, EventType__Enum, Event_1_get_rawType, (Event_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3C8E0, Vector2, Event_1_get_mousePosition, (Event_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3C940, void, Event_1_set_mousePosition, (Event_1 * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02D3C9A0, Vector2, Event_1_get_delta, (Event_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3CA00, void, Event_1_set_delta, (Event_1 * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02D3CA60, PointerType__Enum, Event_1_get_pointerType, (Event_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3CAB0, int32_t, Event_1_get_button, (Event_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3CB00, EventModifiers__Enum, Event_1_get_modifiers, (Event_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3CB50, void, Event_1_set_modifiers, (Event_1 * __this, EventModifiers__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D3CBB0, float, Event_1_get_pressure, (Event_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3CC00, int32_t, Event_1_get_clickCount, (Event_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3CC50, uint16_t, Event_1_get_character, (Event_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3CCA0, void, Event_1_set_character, (Event_1 * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x02D3CD00, KeyCode__Enum, Event_1_get_keyCode, (Event_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3CD50, void, Event_1_set_keyCode, (Event_1 * __this, KeyCode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D3CDB0, int32_t, Event_1_get_displayIndex, (Event_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3CE00, void, Event_1_set_displayIndex, (Event_1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D3CE60, EventType__Enum, Event_1_get_type, (Event_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3CEB0, void, Event_1_set_type, (Event_1 * __this, EventType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D3CF10, String *, Event_1_get_commandName, (Event_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3CF60, void, Event_1_set_commandName, (Event_1 * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02D3CFC0, void, Event_1_Internal_Use, (Event_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3D010, void *, Event_1_Internal_Create, (int32_t displayIndex, MethodInfo * method)); DO_APP_FUNC(0x02D3D060, void, Event_1_Internal_Destroy, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x02D3D0B0, EventType__Enum, Event_1_GetTypeForControl, (Event_1 * __this, int32_t controlID, MethodInfo * method)); DO_APP_FUNC(0x02D3D110, void, Event_1_CopyFromPtr, (Event_1 * __this, void * ptr, MethodInfo * method)); DO_APP_FUNC(0x02D3D170, bool, Event_1_PopEvent, (Event_1 * outEvent, MethodInfo * method)); DO_APP_FUNC(0x02D3D1C0, void, Event_1_Internal_SetNativeEvent, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x02D3D210, void, Event_1_Internal_MakeMasterEventCurrent, (int32_t displayIndex, MethodInfo * method)); DO_APP_FUNC(0x02D3D460, int32_t, Event_1_GetDoubleClickTime, (MethodInfo * method)); DO_APP_FUNC(0x02D3D4B0, void, Event_1__ctor, (Event_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3D510, void, Event_1__ctor_1, (Event_1 * __this, int32_t displayIndex, MethodInfo * method)); DO_APP_FUNC(0x02D3D570, void, Event_1_Finalize, (Event_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3D640, void, Event_1_CopyFrom, (Event_1 * __this, Event_1 * e, MethodInfo * method)); DO_APP_FUNC(0x02D3D6C0, bool, Event_1_get_shift, (Event_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3D720, bool, Event_1_get_control, (Event_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3D780, bool, Event_1_get_alt, (Event_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3D7E0, bool, Event_1_get_command, (Event_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3D840, Event_1 *, Event_1_get_current, (MethodInfo * method)); DO_APP_FUNC(0x02D3D880, void, Event_1_set_current, (Event_1 * value, MethodInfo * method)); DO_APP_FUNC(0x02D3D990, bool, Event_1_get_isKey, (Event_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3DA00, bool, Event_1_get_isMouse, (Event_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3DA80, bool, Event_1_get_isDirectManipulationDevice, (Event_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3DB30, Event_1 *, Event_1_KeyboardEvent, (String * key, MethodInfo * method)); DO_APP_FUNC(0x02D3F6C0, int32_t, Event_1_GetHashCode, (Event_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3F800, bool, Event_1_Equals, (Event_1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02D3F9A0, String *, Event_1_ToString, (Event_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D40480, void, Event_1_Use, (Event_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D406C0, void, Event_1_get_mousePosition_Injected, (Event_1 * __this, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D40720, void, Event_1_set_mousePosition_Injected, (Event_1 * __this, Vector2 * value, MethodInfo * method)); DO_APP_FUNC(0x02D40780, void, Event_1_get_delta_Injected, (Event_1 * __this, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D407E0, void, Event_1_set_delta_Injected, (Event_1 * __this, Vector2 * value, MethodInfo * method)); DO_APP_FUNC(0x00C59310, bool, EventInterests_get_wantsMouseMove, (EventInterests * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7E140, void, EventInterests_set_wantsMouseMove, (EventInterests * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0186EE70, bool, EventInterests_get_wantsMouseEnterLeaveWindow, (EventInterests * __this, MethodInfo * method)); DO_APP_FUNC(0x01F17130, void, EventInterests_set_wantsMouseEnterLeaveWindow, (EventInterests * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01C52930, bool, EventInterests_get_wantsLessLayoutEvents, (EventInterests * __this, MethodInfo * method)); DO_APP_FUNC(0x02D40840, bool, EventInterests_WantsEvent, (EventInterests * __this, EventType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02D40860, bool, EventInterests_WantsLayoutPass, (EventInterests * __this, EventType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02D40920, Color, GUI_get_color, (MethodInfo * method)); DO_APP_FUNC(0x02D409B0, void, GUI_set_color, (Color value, MethodInfo * method)); DO_APP_FUNC(0x02D40A40, Color, GUI_get_backgroundColor, (MethodInfo * method)); DO_APP_FUNC(0x02D40AD0, void, GUI_set_backgroundColor, (Color value, MethodInfo * method)); DO_APP_FUNC(0x02D40B60, Color, GUI_get_contentColor, (MethodInfo * method)); DO_APP_FUNC(0x02D40BF0, void, GUI_set_contentColor, (Color value, MethodInfo * method)); DO_APP_FUNC(0x02D40C80, bool, GUI_get_changed, (MethodInfo * method)); DO_APP_FUNC(0x02D40CD0, void, GUI_set_changed, (bool value, MethodInfo * method)); DO_APP_FUNC(0x02D40D20, bool, GUI_get_enabled, (MethodInfo * method)); DO_APP_FUNC(0x02D40D70, void, GUI_set_enabled, (bool value, MethodInfo * method)); DO_APP_FUNC(0x02D40DC0, bool, GUI_get_usePageScrollbars, (MethodInfo * method)); DO_APP_FUNC(0x02D40E10, Material *, GUI_get_blendMaterial, (MethodInfo * method)); DO_APP_FUNC(0x02D40E60, Material *, GUI_get_blitMaterial, (MethodInfo * method)); DO_APP_FUNC(0x02D40EB0, Material *, GUI_get_roundedRectMaterial, (MethodInfo * method)); DO_APP_FUNC(0x02D40F00, Material *, GUI_get_roundedRectWithColorPerBorderMaterial, (MethodInfo * method)); DO_APP_FUNC(0x02D40F50, void, GUI_GrabMouseControl, (int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02D40FA0, bool, GUI_HasMouseControl, (int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02D40FF0, void, GUI_ReleaseMouseControl, (MethodInfo * method)); DO_APP_FUNC(0x02D41040, void, GUI_InternalRepaintEditorWindow, (MethodInfo * method)); DO_APP_FUNC(0x02D41090, Rect, GUI_Internal_DoWindow, (int32_t id, int32_t instanceID, Rect clientRect, GUI_WindowFunction * func, GUIContent * title, GUIStyle * style, Object * skin, bool forceRectOnLayout, MethodInfo * method)); DO_APP_FUNC(0x02D41190, void, GUI_FocusWindow, (int32_t windowID, MethodInfo * method)); DO_APP_FUNC(0x02D411E0, void, GUI__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D41530, int32_t, GUI_get_scrollTroughSide, (MethodInfo * method)); DO_APP_FUNC(0x02D41590, void, GUI_set_scrollTroughSide, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D415F0, DateTime, GUI_get_nextScrollStepTime, (MethodInfo * method)); DO_APP_FUNC(0x02D41650, void, GUI_set_nextScrollStepTime, (DateTime value, MethodInfo * method)); DO_APP_FUNC(0x02D416B0, void, GUI_set_skin, (GUISkin * value, MethodInfo * method)); DO_APP_FUNC(0x02D41710, GUISkin *, GUI_get_skin, (MethodInfo * method)); DO_APP_FUNC(0x02D41770, void, GUI_DoSetSkin, (GUISkin * newSkin, MethodInfo * method)); DO_APP_FUNC(0x02D41A40, Matrix4x4, GUI_get_matrix, (MethodInfo * method)); DO_APP_FUNC(0x02D41AE0, void, GUI_set_matrix, (Matrix4x4 value, MethodInfo * method)); DO_APP_FUNC(0x02D41B50, void, GUI_Label, (Rect position, String * text, MethodInfo * method)); DO_APP_FUNC(0x02D41C60, void, GUI_Label_1, (Rect position, String * text, GUIStyle * style, MethodInfo * method)); DO_APP_FUNC(0x02D41D50, void, GUI_Label_2, (Rect position, GUIContent * content, GUIStyle * style, MethodInfo * method)); DO_APP_FUNC(0x02D41DD0, void, GUI_DrawTexture, (Rect position, Texture * image, MethodInfo * method)); DO_APP_FUNC(0x02D41FA0, void, GUI_DrawTexture_1, (Rect position, Texture * image, ScaleMode__Enum scaleMode, MethodInfo * method)); DO_APP_FUNC(0x02D42140, void, GUI_DrawTexture_2, (Rect position, Texture * image, ScaleMode__Enum scaleMode, bool alphaBlend, MethodInfo * method)); DO_APP_FUNC(0x02D422C0, void, GUI_DrawTexture_3, (Rect position, Texture * image, ScaleMode__Enum scaleMode, bool alphaBlend, float imageAspect, MethodInfo * method)); DO_APP_FUNC(0x02D42410, void, GUI_DrawTexture_4, (Rect position, Texture * image, ScaleMode__Enum scaleMode, bool alphaBlend, float imageAspect, Color color, float borderWidth, float borderRadius, MethodInfo * method)); DO_APP_FUNC(0x02D42760, void, GUI_DrawTexture_5, (Rect position, Texture * image, ScaleMode__Enum scaleMode, bool alphaBlend, float imageAspect, Color color, Vector4 borderWidths, float borderRadius, MethodInfo * method)); DO_APP_FUNC(0x02D429C0, void, GUI_DrawTexture_6, (Rect position, Texture * image, ScaleMode__Enum scaleMode, bool alphaBlend, float imageAspect, Color color, Vector4 borderWidths, Vector4 borderRadiuses, MethodInfo * method)); DO_APP_FUNC(0x02D42B50, void, GUI_DrawTexture_7, (Rect position, Texture * image, ScaleMode__Enum scaleMode, bool alphaBlend, float imageAspect, Color color, Vector4 borderWidths, Vector4 borderRadiuses, bool drawSmoothCorners, MethodInfo * method)); DO_APP_FUNC(0x02D42CB0, void, GUI_DrawTexture_8, (Rect position, Texture * image, ScaleMode__Enum scaleMode, bool alphaBlend, float imageAspect, Color leftColor, Color topColor, Color rightColor, Color bottomColor, Vector4 borderWidths, Vector4 borderRadiuses, bool drawSmoothCorners, MethodInfo * method)); DO_APP_FUNC(0x02D435D0, bool, GUI_CalculateScaledTextureRects, (Rect position, ScaleMode__Enum scaleMode, float imageAspect, Rect * outScreenRect, Rect * outSourceRect, MethodInfo * method)); DO_APP_FUNC(0x02D43780, void, GUI_Box, (Rect position, String * text, MethodInfo * method)); DO_APP_FUNC(0x02D43840, void, GUI_Box_1, (Rect position, GUIContent * content, MethodInfo * method)); DO_APP_FUNC(0x02D438D0, void, GUI_Box_2, (Rect position, GUIContent * content, GUIStyle * style, MethodInfo * method)); DO_APP_FUNC(0x02D43AB0, bool, GUI_Button, (Rect position, String * text, MethodInfo * method)); DO_APP_FUNC(0x02D43B70, bool, GUI_Button_1, (Rect position, GUIContent * content, GUIStyle * style, MethodInfo * method)); DO_APP_FUNC(0x02D43E70, bool, GUI_Button_2, (Rect position, int32_t id, GUIContent * content, GUIStyle * style, MethodInfo * method)); DO_APP_FUNC(0x02D44090, bool, GUI_DoRepeatButton, (Rect position, GUIContent * content, GUIStyle * style, FocusType__Enum focusType, MethodInfo * method)); DO_APP_FUNC(0x02D44500, bool, GUI_Toggle, (Rect position, bool value, String * text, MethodInfo * method)); DO_APP_FUNC(0x02D445E0, bool, GUI_Toggle_1, (Rect position, bool value, String * text, GUIStyle * style, MethodInfo * method)); DO_APP_FUNC(0x02D446B0, bool, GUI_Toggle_2, (Rect position, bool value, GUIContent * content, GUIStyle * style, MethodInfo * method)); DO_APP_FUNC(0x02D44980, bool, GUI_DoControl, (Rect position, int32_t id, bool on, bool hover, GUIContent * content, GUIStyle * style, MethodInfo * method)); DO_APP_FUNC(0x02D44DB0, void, GUI_DoLabel, (Rect position, GUIContent * content, GUIStyle * style, MethodInfo * method)); DO_APP_FUNC(0x02D45200, bool, GUI_DoToggle, (Rect position, int32_t id, bool value, GUIContent * content, GUIStyle * style, MethodInfo * method)); DO_APP_FUNC(0x02D45370, bool, GUI_DoButton, (Rect position, int32_t id, GUIContent * content, GUIStyle * style, MethodInfo * method)); DO_APP_FUNC(0x02D454E0, float, GUI_HorizontalSlider, (Rect position, float value, float leftValue, float rightValue, MethodInfo * method)); DO_APP_FUNC(0x02D456E0, float, GUI_Slider, (Rect position, float value, float size, float start, float end, GUIStyle * slider, GUIStyle * thumb, bool horiz, int32_t id, GUIStyle * thumbExtent, MethodInfo * method)); DO_APP_FUNC(0x02D459C0, float, GUI_HorizontalScrollbar, (Rect position, float value, float size, float leftValue, float rightValue, GUIStyle * style, MethodInfo * method)); DO_APP_FUNC(0x02D45CA0, bool, GUI_ScrollerRepeatButton, (int32_t scrollerID, Rect rect, GUIStyle * style, MethodInfo * method)); DO_APP_FUNC(0x02D45FD0, float, GUI_VerticalScrollbar, (Rect position, float value, float size, float topValue, float bottomValue, MethodInfo * method)); DO_APP_FUNC(0x02D46260, float, GUI_VerticalScrollbar_1, (Rect position, float value, float size, float topValue, float bottomValue, GUIStyle * style, MethodInfo * method)); DO_APP_FUNC(0x02D46540, float, GUI_Scroller, (Rect position, float value, float size, float leftValue, float rightValue, GUIStyle * slider, GUIStyle * thumb, GUIStyle * leftButton, GUIStyle * rightButton, bool horiz, MethodInfo * method)); DO_APP_FUNC(0x02D46EA0, void, GUI_BeginGroup, (Rect position, GUIContent * content, GUIStyle * style, MethodInfo * method)); DO_APP_FUNC(0x02D46F80, void, GUI_BeginGroup_1, (Rect position, GUIContent * content, GUIStyle * style, Vector2 scrollOffset, MethodInfo * method)); DO_APP_FUNC(0x02D472E0, void, GUI_EndGroup, (MethodInfo * method)); DO_APP_FUNC(0x02D47330, GenericStack *, GUI_get_scrollViewStates, (MethodInfo * method)); DO_APP_FUNC(0x02D47390, Vector2, GUI_BeginScrollView, (Rect position, Vector2 scrollPosition, Rect viewRect, bool alwaysShowHorizontal, bool alwaysShowVertical, GUIStyle * horizontalScrollbar, GUIStyle * verticalScrollbar, GUIStyle * background, MethodInfo * method)); DO_APP_FUNC(0x02D48060, void, GUI_EndScrollView, (bool handleScrollWheel, MethodInfo * method)); DO_APP_FUNC(0x02D49320, Rect, GUI_Window, (int32_t id, Rect clientRect, GUI_WindowFunction * func, GUIContent * title, GUIStyle * style, MethodInfo * method)); DO_APP_FUNC(0x02D49520, Rect, GUI_DoWindow, (int32_t id, Rect clientRect, GUI_WindowFunction * func, GUIContent * title, GUIStyle * style, GUISkin * skin, bool forceRectOnLayout, MethodInfo * method)); DO_APP_FUNC(0x02D496A0, void, GUI_CallWindowDelegate, (GUI_WindowFunction * func, int32_t id, int32_t instanceID, GUISkin * _skin, int32_t forceRect, float width, float height, GUIStyle * style, MethodInfo * method)); DO_APP_FUNC(0x02D49AF0, void, GUI_get_color_Injected, (Color * ret, MethodInfo * method)); DO_APP_FUNC(0x02D49B40, void, GUI_set_color_Injected, (Color * value, MethodInfo * method)); DO_APP_FUNC(0x02D49B90, void, GUI_get_backgroundColor_Injected, (Color * ret, MethodInfo * method)); DO_APP_FUNC(0x02D49BE0, void, GUI_set_backgroundColor_Injected, (Color * value, MethodInfo * method)); DO_APP_FUNC(0x02D49C30, void, GUI_get_contentColor_Injected, (Color * ret, MethodInfo * method)); DO_APP_FUNC(0x02D49C80, void, GUI_set_contentColor_Injected, (Color * value, MethodInfo * method)); DO_APP_FUNC(0x02D49CD0, void, GUI_Internal_DoWindow_Injected, (int32_t id, int32_t instanceID, Rect * clientRect, GUI_WindowFunction * func, GUIContent * title, GUIStyle * style, Object * skin, bool forceRectOnLayout, Rect * ret, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, GUI_WindowFunction__ctor, (GUI_WindowFunction * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, GUI_WindowFunction_Invoke, (GUI_WindowFunction * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02D49D60, Rect, GUIClip_get_visibleRect, (MethodInfo * method)); DO_APP_FUNC(0x02D49DC0, void, GUIClip_Internal_Push, (Rect screenRect, Vector2 scrollOffset, Vector2 renderOffset, bool resetOffset, MethodInfo * method)); DO_APP_FUNC(0x02D49E40, void, GUIClip_Internal_Pop, (MethodInfo * method)); DO_APP_FUNC(0x02D49E90, int32_t, GUIClip_Internal_GetCount, (MethodInfo * method)); DO_APP_FUNC(0x02D49EE0, Vector2, GUIClip_Unclip_Vector2, (Vector2 pos, MethodInfo * method)); DO_APP_FUNC(0x02D49F50, Vector2, GUIClip_ClipToWindow_Vector2, (Vector2 absolutePos, MethodInfo * method)); DO_APP_FUNC(0x02D49FC0, Matrix4x4, GUIClip_GetMatrix, (MethodInfo * method)); DO_APP_FUNC(0x02D4A030, void, GUIClip_SetMatrix, (Matrix4x4 m, MethodInfo * method)); DO_APP_FUNC(0x02D4A080, void, GUIClip_Internal_PushParentClip, (Matrix4x4 objectTransform, Rect clipRect, MethodInfo * method)); DO_APP_FUNC(0x02D4A130, void, GUIClip_Internal_PushParentClip_1, (Matrix4x4 renderTransform, Matrix4x4 inputTransform, Rect clipRect, MethodInfo * method)); DO_APP_FUNC(0x02D4A1A0, void, GUIClip_Internal_PopParentClip, (MethodInfo * method)); DO_APP_FUNC(0x02D4A1F0, void, GUIClip_Push, (Rect screenRect, Vector2 scrollOffset, Vector2 renderOffset, bool resetOffset, MethodInfo * method)); DO_APP_FUNC(0x02D49E40, void, GUIClip_Pop, (MethodInfo * method)); DO_APP_FUNC(0x02D4A270, Vector2, GUIClip_Unclip, (Vector2 pos, MethodInfo * method)); DO_APP_FUNC(0x02D4A2E0, Vector2, GUIClip_ClipToWindow, (Vector2 absolutePos, MethodInfo * method)); DO_APP_FUNC(0x02D4A350, void, GUIClip_get_visibleRect_Injected, (Rect * ret, MethodInfo * method)); DO_APP_FUNC(0x02D4A3A0, void, GUIClip_Internal_Push_Injected, (Rect * screenRect, Vector2 * scrollOffset, Vector2 * renderOffset, bool resetOffset, MethodInfo * method)); DO_APP_FUNC(0x02D4A420, void, GUIClip_Unclip_Vector2_Injected, (Vector2 * pos, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D4A480, void, GUIClip_ClipToWindow_Vector2_Injected, (Vector2 * absolutePos, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D4A4E0, void, GUIClip_GetMatrix_Injected, (Matrix4x4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D4A530, void, GUIClip_SetMatrix_Injected, (Matrix4x4 * m, MethodInfo * method)); DO_APP_FUNC(0x02D4A580, void, GUIClip_Internal_PushParentClip_Injected, (Matrix4x4 * renderTransform, Matrix4x4 * inputTransform, Rect * clipRect, MethodInfo * method)); DO_APP_FUNC(0x02D4A5F0, void, GUIClip_ParentClipScope__ctor, (GUIClip_ParentClipScope * __this, Matrix4x4 objectTransform, Rect clipRect, MethodInfo * method)); DO_APP_FUNC(0x02D4A6A0, void, GUIClip_ParentClipScope_Dispose, (GUIClip_ParentClipScope * __this, MethodInfo * method)); DO_APP_FUNC(0x01616940, String *, GUIContent_get_text, (GUIContent * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, GUIContent_set_text, (GUIContent * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, GUIContent_set_image, (GUIContent * __this, Texture * value, MethodInfo * method)); DO_APP_FUNC(0x02414580, String *, GUIContent_get_tooltip, (GUIContent * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, GUIContent_set_tooltip, (GUIContent * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02D4A700, void, GUIContent__ctor, (GUIContent * __this, MethodInfo * method)); DO_APP_FUNC(0x02D4A800, void, GUIContent__ctor_1, (GUIContent * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02D4A870, void, GUIContent__ctor_2, (GUIContent * __this, String * text, String * tooltip, MethodInfo * method)); DO_APP_FUNC(0x02D4A890, void, GUIContent__ctor_3, (GUIContent * __this, String * text, Texture * image, String * tooltip, MethodInfo * method)); DO_APP_FUNC(0x02D4AAA0, void, GUIContent__ctor_4, (GUIContent * __this, GUIContent * src, MethodInfo * method)); DO_APP_FUNC(0x02D4ACB0, GUIContent *, GUIContent_Temp, (String * t, MethodInfo * method)); DO_APP_FUNC(0x02D4AE20, void, GUIContent_ClearStaticCache, (MethodInfo * method)); DO_APP_FUNC(0x02D4B150, String *, GUIContent_ToString, (GUIContent * __this, MethodInfo * method)); DO_APP_FUNC(0x02D4B1A0, void, GUIContent__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D4B480, void, GUILayout_Label, (String * text, GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x02D4B580, void, GUILayout_Label_1, (String * text, GUIStyle * style, GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x02D4B600, void, GUILayout_DoLabel, (GUIContent * content, GUIStyle * style, GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x02D4B740, void, GUILayout_Box, (String * text, GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x02D4B840, void, GUILayout_Box_1, (String * text, GUIStyle * style, GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x02D4B8C0, void, GUILayout_Box_2, (GUIContent * content, GUIStyle * style, GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x02D4B8D0, void, GUILayout_DoBox, (GUIContent * content, GUIStyle * style, GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x02D4B9D0, bool, GUILayout_Button, (String * text, GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x02D4BBA0, bool, GUILayout_DoButton, (GUIContent * content, GUIStyle * style, GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x02D4BCA0, bool, GUILayout_Toggle, (bool value, String * text, GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x02D4BDB0, bool, GUILayout_Toggle_1, (bool value, String * text, GUIStyle * style, GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x02D4BE40, bool, GUILayout_Toggle_2, (bool value, GUIContent * content, GUIStyle * style, GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x02D4BE50, bool, GUILayout_DoToggle, (bool value, GUIContent * content, GUIStyle * style, GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x02D4BF70, void, GUILayout_Space, (float pixels, MethodInfo * method)); DO_APP_FUNC(0x02D4C320, void, GUILayout_FlexibleSpace, (MethodInfo * method)); DO_APP_FUNC(0x02D4C680, void, GUILayout_BeginHorizontal, (GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x02D4C890, void, GUILayout_BeginHorizontal_1, (GUIContent * content, GUIStyle * style, GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x020D7650, void, GUILayout_EndHorizontal, (MethodInfo * method)); DO_APP_FUNC(0x02D4CA30, void, GUILayout_BeginVertical, (GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x02D4CC40, void, GUILayout_BeginVertical_1, (GUIContent * content, GUIStyle * style, GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x020D76F0, void, GUILayout_EndVertical, (MethodInfo * method)); DO_APP_FUNC(0x02D4CDE0, void, GUILayout_BeginArea, (Rect screenRect, MethodInfo * method)); DO_APP_FUNC(0x02D4CE90, void, GUILayout_BeginArea_1, (Rect screenRect, GUIStyle * style, MethodInfo * method)); DO_APP_FUNC(0x02D4CF10, void, GUILayout_BeginArea_2, (Rect screenRect, GUIContent * content, GUIStyle * style, MethodInfo * method)); DO_APP_FUNC(0x02D4D1E0, void, GUILayout_EndArea, (MethodInfo * method)); DO_APP_FUNC(0x02D4D490, Vector2, GUILayout_BeginScrollView, (Vector2 scrollPosition, GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x02D4D650, Vector2, GUILayout_BeginScrollView_1, (Vector2 scrollPosition, bool alwaysShowHorizontal, bool alwaysShowVertical, GUIStyle * horizontalScrollbar, GUIStyle * verticalScrollbar, GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x02D4D760, Vector2, GUILayout_BeginScrollView_2, (Vector2 scrollPosition, bool alwaysShowHorizontal, bool alwaysShowVertical, GUIStyle * horizontalScrollbar, GUIStyle * verticalScrollbar, GUIStyle * background, GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x02D4DB00, void, GUILayout_EndScrollView, (MethodInfo * method)); DO_APP_FUNC(0x02D4DB80, void, GUILayout_EndScrollView_1, (bool handleScrollWheel, MethodInfo * method)); DO_APP_FUNC(0x02D4DC00, Rect, GUILayout_Window, (int32_t id, Rect screenRect, GUI_WindowFunction * func, String * text, GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x02D4DD60, Rect, GUILayout_DoWindow, (int32_t id, Rect screenRect, GUI_WindowFunction * func, GUIContent * content, GUIStyle * style, GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x02D4E140, GUILayoutOption *, GUILayout_Width, (float width, MethodInfo * method)); DO_APP_FUNC(0x02D4E220, GUILayoutOption *, GUILayout_MinWidth, (float minWidth, MethodInfo * method)); DO_APP_FUNC(0x02D4E300, GUILayoutOption *, GUILayout_Height, (float height, MethodInfo * method)); DO_APP_FUNC(0x02D4E3E0, GUILayoutOption *, GUILayout_ExpandWidth, (bool expand, MethodInfo * method)); DO_APP_FUNC(0x02D4E4B0, GUILayoutOption *, GUILayout_ExpandHeight, (bool expand, MethodInfo * method)); DO_APP_FUNC(0x02D4E580, void, GUILayout_LayoutedWindow__ctor, (GUILayout_LayoutedWindow * __this, GUI_WindowFunction * f, Rect screenRect, GUIContent * content, GUILayoutOption__Array * options, GUIStyle * style, MethodInfo * method)); DO_APP_FUNC(0x02D4E690, void, GUILayout_LayoutedWindow_DoWindow, (GUILayout_LayoutedWindow * __this, int32_t windowID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9F20, GUILayout_LayoutedWindow_DoWindow__MethodInfo); DO_APP_FUNC(0x0073A5C0, void, GUILayoutOption__ctor, (GUILayoutOption * __this, GUILayoutOption_Type__Enum type, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02D4E810, Rect, GUILayoutUtility_Internal_GetWindowRect, (int32_t windowID, MethodInfo * method)); DO_APP_FUNC(0x02D4E8B0, void, GUILayoutUtility_Internal_MoveWindow, (int32_t windowID, Rect r, MethodInfo * method)); DO_APP_FUNC(0x02D4E950, int32_t, GUILayoutUtility_get_unbalancedgroupscount, (MethodInfo * method)); DO_APP_FUNC(0x02D4E9B0, void, GUILayoutUtility_set_unbalancedgroupscount, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D4EA10, GUILayoutUtility_LayoutCache *, GUILayoutUtility_SelectIDList, (int32_t instanceID, bool isWindow, MethodInfo * method)); DO_APP_FUNC(0x02D4ED00, void, GUILayoutUtility_Begin, (int32_t instanceID, MethodInfo * method)); DO_APP_FUNC(0x02D4F210, void, GUILayoutUtility_BeginContainer, (GUILayoutUtility_LayoutCache * cache, MethodInfo * method)); DO_APP_FUNC(0x02D4F5A0, void, GUILayoutUtility_BeginWindow, (int32_t windowID, GUIStyle * style, GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x02D4FBA0, void, GUILayoutUtility_Layout, (MethodInfo * method)); DO_APP_FUNC(0x02D4FEF0, void, GUILayoutUtility_LayoutFromEditorWindow, (MethodInfo * method)); DO_APP_FUNC(0x02D50200, void, GUILayoutUtility_LayoutFromContainer, (float w, float h, MethodInfo * method)); DO_APP_FUNC(0x02D503E0, void, GUILayoutUtility_LayoutFreeGroup, (GUILayoutGroup * toplevel, MethodInfo * method)); DO_APP_FUNC(0x02D508C0, void, GUILayoutUtility_LayoutSingleGroup, (GUILayoutGroup * i, MethodInfo * method)); DO_APP_FUNC(0x02D50B80, GUILayoutGroup *, GUILayoutUtility_CreateGUILayoutGroupInstanceOfType, (Type * LayoutType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9EC8, GUILayoutUtility_CreateGUILayoutGroupInstanceOfType__MethodInfo); DO_APP_FUNC(0x02D50CE0, GUILayoutGroup *, GUILayoutUtility_BeginLayoutGroup, (GUIStyle * style, GUILayoutOption__Array * options, Type * layoutType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9DD8, GUILayoutUtility_BeginLayoutGroup__MethodInfo); DO_APP_FUNC(0x02D510E0, void, GUILayoutUtility_EndLayoutGroup, (MethodInfo * method)); DO_APP_FUNC(0x02D514C0, GUILayoutGroup *, GUILayoutUtility_BeginLayoutArea, (GUIStyle * style, Type * layoutType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9E10, GUILayoutUtility_BeginLayoutArea__MethodInfo); DO_APP_FUNC(0x02D51810, Rect, GUILayoutUtility_GetRect, (GUIContent * content, GUIStyle * style, GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x02D518B0, Rect, GUILayoutUtility_DoGetRect, (GUIContent * content, GUIStyle * style, GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x02D51EA0, Rect, GUILayoutUtility_GetRect_1, (float width, float height, MethodInfo * method)); DO_APP_FUNC(0x02D51F80, Rect, GUILayoutUtility_GetRect_2, (float width, float height, GUIStyle * style, MethodInfo * method)); DO_APP_FUNC(0x02D52030, Rect, GUILayoutUtility_GetRect_3, (float width, float height, GUIStyle * style, GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x02D520F0, Rect, GUILayoutUtility_DoGetRect_1, (float minWidth, float maxWidth, float minHeight, float maxHeight, GUIStyle * style, GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x02D52350, Rect, GUILayoutUtility_GetLastRect, (MethodInfo * method)); DO_APP_FUNC(0x02D524A0, GUIStyle *, GUILayoutUtility_get_spaceStyle, (MethodInfo * method)); DO_APP_FUNC(0x02D52650, void, GUILayoutUtility__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D528D0, void, GUILayoutUtility_Internal_GetWindowRect_Injected, (int32_t windowID, Rect * ret, MethodInfo * method)); DO_APP_FUNC(0x02D52930, void, GUILayoutUtility_Internal_MoveWindow_Injected, (int32_t windowID, Rect * r, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, GUILayoutUtility_LayoutCache_set_id, (GUILayoutUtility_LayoutCache * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D52990, void, GUILayoutUtility_LayoutCache__ctor, (GUILayoutUtility_LayoutCache * __this, int32_t instanceID, MethodInfo * method)); DO_APP_FUNC(0x02D52BA0, void, GUILayoutUtility_LayoutCache_ResetCursor, (GUILayoutUtility_LayoutCache * __this, MethodInfo * method)); DO_APP_FUNC(0x02D52DD0, void, GUISettings__ctor, (GUISettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02D52E00, void, GUISkin__ctor, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D52FC0, void, GUISkin_OnEnable, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D52FD0, void, GUISkin_CleanupRoots, (MethodInfo * method)); DO_APP_FUNC(0x014BA540, Font *, GUISkin_get_font, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D530D0, void, GUISkin_set_font, (GUISkin * __this, Font * value, MethodInfo * method)); DO_APP_FUNC(0x02414580, GUIStyle *, GUISkin_get_box, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D532D0, void, GUISkin_set_box, (GUISkin * __this, GUIStyle * value, MethodInfo * method)); DO_APP_FUNC(0x018693E0, GUIStyle *, GUISkin_get_label, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D53330, void, GUISkin_set_label, (GUISkin * __this, GUIStyle * value, MethodInfo * method)); DO_APP_FUNC(0x018693D0, GUIStyle *, GUISkin_get_textField, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D53390, void, GUISkin_set_textField, (GUISkin * __this, GUIStyle * value, MethodInfo * method)); DO_APP_FUNC(0x02D533F0, GUIStyle *, GUISkin_get_textArea, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D53400, void, GUISkin_set_textArea, (GUISkin * __this, GUIStyle * value, MethodInfo * method)); DO_APP_FUNC(0x02D17420, GUIStyle *, GUISkin_get_button, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D53460, void, GUISkin_set_button, (GUISkin * __this, GUIStyle * value, MethodInfo * method)); DO_APP_FUNC(0x02D17D50, GUIStyle *, GUISkin_get_toggle, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D534C0, void, GUISkin_set_toggle, (GUISkin * __this, GUIStyle * value, MethodInfo * method)); DO_APP_FUNC(0x02D53520, GUIStyle *, GUISkin_get_window, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D53530, void, GUISkin_set_window, (GUISkin * __this, GUIStyle * value, MethodInfo * method)); DO_APP_FUNC(0x02D53590, GUIStyle *, GUISkin_get_horizontalSlider, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D535A0, void, GUISkin_set_horizontalSlider, (GUISkin * __this, GUIStyle * value, MethodInfo * method)); DO_APP_FUNC(0x02D53600, GUIStyle *, GUISkin_get_horizontalSliderThumb, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D53610, void, GUISkin_set_horizontalSliderThumb, (GUISkin * __this, GUIStyle * value, MethodInfo * method)); DO_APP_FUNC(0x02D53670, GUIStyle *, GUISkin_get_horizontalSliderThumbExtent, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D53680, void, GUISkin_set_horizontalSliderThumbExtent, (GUISkin * __this, GUIStyle * value, MethodInfo * method)); DO_APP_FUNC(0x02D536E0, GUIStyle *, GUISkin_get_sliderMixed, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D536F0, void, GUISkin_set_sliderMixed, (GUISkin * __this, GUIStyle * value, MethodInfo * method)); DO_APP_FUNC(0x02D53750, GUIStyle *, GUISkin_get_verticalSlider, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D53760, void, GUISkin_set_verticalSlider, (GUISkin * __this, GUIStyle * value, MethodInfo * method)); DO_APP_FUNC(0x02D537C0, GUIStyle *, GUISkin_get_verticalSliderThumb, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D537D0, void, GUISkin_set_verticalSliderThumb, (GUISkin * __this, GUIStyle * value, MethodInfo * method)); DO_APP_FUNC(0x02D53830, GUIStyle *, GUISkin_get_verticalSliderThumbExtent, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D53840, void, GUISkin_set_verticalSliderThumbExtent, (GUISkin * __this, GUIStyle * value, MethodInfo * method)); DO_APP_FUNC(0x02D538A0, GUIStyle *, GUISkin_get_horizontalScrollbar, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D538B0, void, GUISkin_set_horizontalScrollbar, (GUISkin * __this, GUIStyle * value, MethodInfo * method)); DO_APP_FUNC(0x02D53910, GUIStyle *, GUISkin_get_horizontalScrollbarThumb, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D53920, void, GUISkin_set_horizontalScrollbarThumb, (GUISkin * __this, GUIStyle * value, MethodInfo * method)); DO_APP_FUNC(0x02D53980, GUIStyle *, GUISkin_get_horizontalScrollbarLeftButton, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D53990, void, GUISkin_set_horizontalScrollbarLeftButton, (GUISkin * __this, GUIStyle * value, MethodInfo * method)); DO_APP_FUNC(0x02D539F0, GUIStyle *, GUISkin_get_horizontalScrollbarRightButton, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D53A00, void, GUISkin_set_horizontalScrollbarRightButton, (GUISkin * __this, GUIStyle * value, MethodInfo * method)); DO_APP_FUNC(0x02D53A60, GUIStyle *, GUISkin_get_verticalScrollbar, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D53A70, void, GUISkin_set_verticalScrollbar, (GUISkin * __this, GUIStyle * value, MethodInfo * method)); DO_APP_FUNC(0x02D53AD0, GUIStyle *, GUISkin_get_verticalScrollbarThumb, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D53AE0, void, GUISkin_set_verticalScrollbarThumb, (GUISkin * __this, GUIStyle * value, MethodInfo * method)); DO_APP_FUNC(0x02D53B40, GUIStyle *, GUISkin_get_verticalScrollbarUpButton, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D53B50, void, GUISkin_set_verticalScrollbarUpButton, (GUISkin * __this, GUIStyle * value, MethodInfo * method)); DO_APP_FUNC(0x02D53BB0, GUIStyle *, GUISkin_get_verticalScrollbarDownButton, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D53BC0, void, GUISkin_set_verticalScrollbarDownButton, (GUISkin * __this, GUIStyle * value, MethodInfo * method)); DO_APP_FUNC(0x02D53C20, GUIStyle *, GUISkin_get_scrollView, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D53C30, void, GUISkin_set_scrollView, (GUISkin * __this, GUIStyle * value, MethodInfo * method)); DO_APP_FUNC(0x02D53C90, GUIStyle__Array *, GUISkin_get_customStyles, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D53CA0, void, GUISkin_set_customStyles, (GUISkin * __this, GUIStyle__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02D53D00, GUISettings *, GUISkin_get_settings, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D53D10, GUIStyle *, GUISkin_get_error, (MethodInfo * method)); DO_APP_FUNC(0x02D53E50, void, GUISkin_Apply, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D53ED0, void, GUISkin_BuildStyleCache, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D55980, GUIStyle *, GUISkin_GetStyle, (GUISkin * __this, String * styleName, MethodInfo * method)); DO_APP_FUNC(0x02D55D80, GUIStyle *, GUISkin_FindStyle, (GUISkin * __this, String * styleName, MethodInfo * method)); DO_APP_FUNC(0x02D55E20, void, GUISkin_MakeCurrent, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x02D55F50, IEnumerator *, GUISkin_GetEnumerator, (GUISkin * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, GUISkin_SkinChangedDelegate__ctor, (GUISkin_SkinChangedDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, GUISkin_SkinChangedDelegate_Invoke, (GUISkin_SkinChangedDelegate * __this, MethodInfo * method)); DO_APP_FUNC(0x02D56090, Object *, GUIStateObjects_GetStateObject, (Type * t, int32_t controlID, MethodInfo * method)); DO_APP_FUNC(0x02D561F0, void, GUIStateObjects__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D562E0, Color, GUIStyleState_get_textColor, (GUIStyleState * __this, MethodInfo * method)); DO_APP_FUNC(0x02D56350, void, GUIStyleState_set_textColor, (GUIStyleState * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x02D563B0, void *, GUIStyleState_Init, (MethodInfo * method)); DO_APP_FUNC(0x02D56400, void, GUIStyleState_Cleanup, (GUIStyleState * __this, MethodInfo * method)); DO_APP_FUNC(0x02D56450, void, GUIStyleState__ctor, (GUIStyleState * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB7600, void, GUIStyleState__ctor_1, (GUIStyleState * __this, GUIStyle * sourceStyle, void * source, MethodInfo * method)); DO_APP_FUNC(0x02D564A0, GUIStyleState *, GUIStyleState_GetGUIStyleState, (GUIStyle * sourceStyle, void * source, MethodInfo * method)); DO_APP_FUNC(0x02D56550, void, GUIStyleState_Finalize, (GUIStyleState * __this, MethodInfo * method)); DO_APP_FUNC(0x02D56610, void, GUIStyleState_get_textColor_Injected, (GUIStyleState * __this, Color * ret, MethodInfo * method)); DO_APP_FUNC(0x02D56670, void, GUIStyleState_set_textColor_Injected, (GUIStyleState * __this, Color * value, MethodInfo * method)); DO_APP_FUNC(0x02D566D0, String *, GUIStyle_get_rawName, (GUIStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D56720, void, GUIStyle_set_rawName, (GUIStyle * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02D56780, Font *, GUIStyle_get_font, (GUIStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D567D0, void, GUIStyle_set_font, (GUIStyle * __this, Font * value, MethodInfo * method)); DO_APP_FUNC(0x02D56830, ImagePosition__Enum, GUIStyle_get_imagePosition, (GUIStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D56880, TextAnchor__Enum, GUIStyle_get_alignment, (GUIStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D568D0, void, GUIStyle_set_alignment, (GUIStyle * __this, TextAnchor__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D56930, bool, GUIStyle_get_wordWrap, (GUIStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D56980, void, GUIStyle_set_wordWrap, (GUIStyle * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D569E0, void, GUIStyle_set_clipping, (GUIStyle * __this, TextClipping__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D56A40, Vector2, GUIStyle_get_contentOffset, (GUIStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D56AA0, void, GUIStyle_set_contentOffset, (GUIStyle * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02D56B00, float, GUIStyle_get_fixedWidth, (GUIStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D56B50, void, GUIStyle_set_fixedWidth, (GUIStyle * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D56BB0, float, GUIStyle_get_fixedHeight, (GUIStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D56C00, void, GUIStyle_set_fixedHeight, (GUIStyle * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D56C60, bool, GUIStyle_get_stretchWidth, (GUIStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D56CB0, void, GUIStyle_set_stretchWidth, (GUIStyle * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D56D10, bool, GUIStyle_get_stretchHeight, (GUIStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D56D60, void, GUIStyle_set_stretchHeight, (GUIStyle * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D56DC0, int32_t, GUIStyle_get_fontSize, (GUIStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D56E10, void, GUIStyle_set_fontSize, (GUIStyle * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D56E70, FontStyle__Enum, GUIStyle_get_fontStyle, (GUIStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D56EC0, void, GUIStyle_set_fontStyle, (GUIStyle * __this, FontStyle__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D56F20, void, GUIStyle_set_richText, (GUIStyle * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D56F80, void *, GUIStyle_Internal_Create, (GUIStyle * self, MethodInfo * method)); DO_APP_FUNC(0x02D56FD0, void *, GUIStyle_Internal_Copy, (GUIStyle * self, GUIStyle * other, MethodInfo * method)); DO_APP_FUNC(0x02D57030, void, GUIStyle_Internal_Destroy, (void * self, MethodInfo * method)); DO_APP_FUNC(0x02D57080, void *, GUIStyle_GetStyleStatePtr, (GUIStyle * __this, int32_t idx, MethodInfo * method)); DO_APP_FUNC(0x02D570E0, void *, GUIStyle_GetRectOffsetPtr, (GUIStyle * __this, int32_t idx, MethodInfo * method)); DO_APP_FUNC(0x02D57140, void, GUIStyle_AssignRectOffset, (GUIStyle * __this, int32_t idx, void * srcRectOffset, MethodInfo * method)); DO_APP_FUNC(0x02D571B0, float, GUIStyle_Internal_GetLineHeight, (void * target, MethodInfo * method)); DO_APP_FUNC(0x02D57200, void, GUIStyle_Internal_Draw, (GUIStyle * __this, Rect screenRect, GUIContent * content, bool isHover, bool isActive, bool on, bool hasKeyboardFocus, MethodInfo * method)); DO_APP_FUNC(0x02D572B0, void, GUIStyle_Internal_Draw2, (GUIStyle * __this, Rect position, GUIContent * content, int32_t controlID, bool on, MethodInfo * method)); DO_APP_FUNC(0x02D57340, Vector2, GUIStyle_Internal_GetCursorPixelPosition, (GUIStyle * __this, Rect position, GUIContent * content, int32_t cursorStringIndex, MethodInfo * method)); DO_APP_FUNC(0x02D573E0, int32_t, GUIStyle_Internal_GetCursorStringIndex, (GUIStyle * __this, Rect position, GUIContent * content, Vector2 cursorPixelPosition, MethodInfo * method)); DO_APP_FUNC(0x02D57460, String *, GUIStyle_Internal_GetSelectedRenderedText, (GUIStyle * __this, Rect localPosition, GUIContent * mContent, int32_t selectIndex, int32_t cursorIndex, MethodInfo * method)); DO_APP_FUNC(0x02D574F0, Vector2, GUIStyle_Internal_CalcSize, (GUIStyle * __this, GUIContent * content, MethodInfo * method)); DO_APP_FUNC(0x02D57560, Vector2, GUIStyle_Internal_CalcSizeWithConstraints, (GUIStyle * __this, GUIContent * content, Vector2 maxSize, MethodInfo * method)); DO_APP_FUNC(0x02D575E0, float, GUIStyle_Internal_CalcHeight, (GUIStyle * __this, GUIContent * content, float width, MethodInfo * method)); DO_APP_FUNC(0x02D57650, Vector2, GUIStyle_Internal_CalcMinMaxWidth, (GUIStyle * __this, GUIContent * content, MethodInfo * method)); DO_APP_FUNC(0x02D576C0, void, GUIStyle_SetMouseTooltip, (String * tooltip, Rect screenRect, MethodInfo * method)); DO_APP_FUNC(0x02D57760, bool, GUIStyle_IsTooltipActive, (String * tooltip, MethodInfo * method)); DO_APP_FUNC(0x02D577B0, void, GUIStyle_SetDefaultFont, (Font * font, MethodInfo * method)); DO_APP_FUNC(0x02D57800, void, GUIStyle__ctor, (GUIStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D57890, void, GUIStyle__ctor_1, (GUIStyle * __this, GUIStyle * other, MethodInfo * method)); DO_APP_FUNC(0x02D57980, void, GUIStyle_Finalize, (GUIStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D57A80, String *, GUIStyle_get_name, (GUIStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D57B40, void, GUIStyle_set_name, (GUIStyle * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02D57BF0, GUIStyleState *, GUIStyle_get_normal, (GUIStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D57D50, RectOffset *, GUIStyle_get_border, (GUIStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D57EB0, void, GUIStyle_set_border, (GUIStyle * __this, RectOffset * value, MethodInfo * method)); DO_APP_FUNC(0x02D57F20, RectOffset *, GUIStyle_get_margin, (GUIStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D58090, RectOffset *, GUIStyle_get_padding, (GUIStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D58200, void, GUIStyle_set_padding, (GUIStyle * __this, RectOffset * value, MethodInfo * method)); DO_APP_FUNC(0x02D58270, float, GUIStyle_get_lineHeight, (GUIStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D58300, void, GUIStyle_Draw, (GUIStyle * __this, Rect position, bool isHover, bool isActive, bool on, bool hasKeyboardFocus, MethodInfo * method)); DO_APP_FUNC(0x02D58410, void, GUIStyle_Draw_1, (GUIStyle * __this, Rect position, String * text, bool isHover, bool isActive, bool on, bool hasKeyboardFocus, MethodInfo * method)); DO_APP_FUNC(0x02D58510, void, GUIStyle_Draw_2, (GUIStyle * __this, Rect position, GUIContent * content, bool isHover, bool isActive, bool on, bool hasKeyboardFocus, MethodInfo * method)); DO_APP_FUNC(0x02D585C0, void, GUIStyle_Draw_3, (GUIStyle * __this, Rect position, GUIContent * content, int32_t controlID, MethodInfo * method)); DO_APP_FUNC(0x02D58600, void, GUIStyle_Draw_4, (GUIStyle * __this, Rect position, GUIContent * content, int32_t controlID, bool on, bool hover, MethodInfo * method)); DO_APP_FUNC(0x02D58770, void, GUIStyle_Draw_5, (GUIStyle * __this, Rect position, GUIContent * content, int32_t controlId, bool isHover, bool isActive, bool on, bool hasKeyboardFocus, MethodInfo * method)); DO_APP_FUNC(0x02D58890, GUIStyle *, GUIStyle_op_Implicit, (String * str, MethodInfo * method)); DO_APP_FUNC(0x02D58A30, GUIStyle *, GUIStyle_get_none, (MethodInfo * method)); DO_APP_FUNC(0x02D58B30, Vector2, GUIStyle_GetCursorPixelPosition, (GUIStyle * __this, Rect position, GUIContent * content, int32_t cursorStringIndex, MethodInfo * method)); DO_APP_FUNC(0x02D58BD0, int32_t, GUIStyle_GetCursorStringIndex, (GUIStyle * __this, Rect position, GUIContent * content, Vector2 cursorPixelPosition, MethodInfo * method)); DO_APP_FUNC(0x02D574F0, Vector2, GUIStyle_CalcSize, (GUIStyle * __this, GUIContent * content, MethodInfo * method)); DO_APP_FUNC(0x02D57560, Vector2, GUIStyle_CalcSizeWithConstraints, (GUIStyle * __this, GUIContent * content, Vector2 constraints, MethodInfo * method)); DO_APP_FUNC(0x02D575E0, float, GUIStyle_CalcHeight, (GUIStyle * __this, GUIContent * content, float width, MethodInfo * method)); DO_APP_FUNC(0x02D58C50, bool, GUIStyle_get_isHeightDependantOnWidth, (GUIStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D58D50, void, GUIStyle_CalcMinMaxWidth, (GUIStyle * __this, GUIContent * content, float * minWidth, float * maxWidth, MethodInfo * method)); DO_APP_FUNC(0x02D58DF0, String *, GUIStyle_ToString, (GUIStyle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D58EB0, void, GUIStyle__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D58EF0, void, GUIStyle_get_contentOffset_Injected, (GUIStyle * __this, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D58F50, void, GUIStyle_set_contentOffset_Injected, (GUIStyle * __this, Vector2 * value, MethodInfo * method)); DO_APP_FUNC(0x02D58FB0, void, GUIStyle_Internal_Draw_Injected, (GUIStyle * __this, Rect * screenRect, GUIContent * content, bool isHover, bool isActive, bool on, bool hasKeyboardFocus, MethodInfo * method)); DO_APP_FUNC(0x02D59060, void, GUIStyle_Internal_Draw2_Injected, (GUIStyle * __this, Rect * position, GUIContent * content, int32_t controlID, bool on, MethodInfo * method)); DO_APP_FUNC(0x02D590F0, void, GUIStyle_Internal_GetCursorPixelPosition_Injected, (GUIStyle * __this, Rect * position, GUIContent * content, int32_t cursorStringIndex, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D59180, int32_t, GUIStyle_Internal_GetCursorStringIndex_Injected, (GUIStyle * __this, Rect * position, GUIContent * content, Vector2 * cursorPixelPosition, MethodInfo * method)); DO_APP_FUNC(0x02D59200, String *, GUIStyle_Internal_GetSelectedRenderedText_Injected, (GUIStyle * __this, Rect * localPosition, GUIContent * mContent, int32_t selectIndex, int32_t cursorIndex, MethodInfo * method)); DO_APP_FUNC(0x02D59290, void, GUIStyle_Internal_CalcSize_Injected, (GUIStyle * __this, GUIContent * content, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D59300, void, GUIStyle_Internal_CalcSizeWithConstraints_Injected, (GUIStyle * __this, GUIContent * content, Vector2 * maxSize, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D59380, void, GUIStyle_Internal_CalcMinMaxWidth_Injected, (GUIStyle * __this, GUIContent * content, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D593F0, void, GUIStyle_SetMouseTooltip_Injected, (String * tooltip, Rect * screenRect, MethodInfo * method)); DO_APP_FUNC(0x02D59450, int32_t, GUITargetAttribute_GetGUITargetAttrValue, (Type * klass, String * methodName, MethodInfo * method)); DO_APP_FUNC(0x02D59670, float, GUIUtility_get_pixelsPerPoint, (MethodInfo * method)); DO_APP_FUNC(0x02D596C0, int32_t, GUIUtility_get_guiDepth, (MethodInfo * method)); DO_APP_FUNC(0x02D59710, void, GUIUtility_set_mouseUsed, (bool value, MethodInfo * method)); DO_APP_FUNC(0x02D59760, bool, GUIUtility_get_textFieldInput, (MethodInfo * method)); DO_APP_FUNC(0x02BA85D0, String *, GUIUtility_get_systemCopyBuffer, (MethodInfo * method)); DO_APP_FUNC(0x02BA8620, void, GUIUtility_set_systemCopyBuffer, (String * value, MethodInfo * method)); DO_APP_FUNC(0x02D597B0, int32_t, GUIUtility_Internal_GetControlID, (int32_t hint, FocusType__Enum focusType, Rect rect, MethodInfo * method)); DO_APP_FUNC(0x02D59820, int32_t, GUIUtility_GetControlID, (int32_t hint, FocusType__Enum focusType, Rect rect, MethodInfo * method)); DO_APP_FUNC(0x02D598D0, void, GUIUtility_BeginContainerFromOwner, (ScriptableObject * owner, MethodInfo * method)); DO_APP_FUNC(0x02D59920, void, GUIUtility_BeginContainer, (ObjectGUIState * objectGUIState, MethodInfo * method)); DO_APP_FUNC(0x02D59970, void, GUIUtility_Internal_EndContainer, (MethodInfo * method)); DO_APP_FUNC(0x02D599C0, int32_t, GUIUtility_CheckForTabEvent, (Event_1 * evt, MethodInfo * method)); DO_APP_FUNC(0x02D59A10, void, GUIUtility_SetKeyboardControlToFirstControlId, (MethodInfo * method)); DO_APP_FUNC(0x02D59A60, void, GUIUtility_SetKeyboardControlToLastControlId, (MethodInfo * method)); DO_APP_FUNC(0x02D59AB0, bool, GUIUtility_HasFocusableControls, (MethodInfo * method)); DO_APP_FUNC(0x02D59B00, bool, GUIUtility_OwnsId, (int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02D59B50, String *, GUIUtility_get_compositionString, (MethodInfo * method)); DO_APP_FUNC(0x02D59BA0, void, GUIUtility_set_imeCompositionMode, (IMECompositionMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D59BF0, void, GUIUtility_set_compositionCursorPos, (Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02D59C40, int32_t, GUIUtility_Internal_GetHotControl, (MethodInfo * method)); DO_APP_FUNC(0x02D59C90, int32_t, GUIUtility_Internal_GetKeyboardControl, (MethodInfo * method)); DO_APP_FUNC(0x02D59CE0, void, GUIUtility_Internal_SetHotControl, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D59D30, void, GUIUtility_Internal_SetKeyboardControl, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D59D80, Object *, GUIUtility_Internal_GetDefaultSkin, (int32_t skinMode, MethodInfo * method)); DO_APP_FUNC(0x02D59DD0, void, GUIUtility_Internal_ExitGUI, (MethodInfo * method)); DO_APP_FUNC(0x02D59E20, Vector2, GUIUtility_InternalScreenToWindowPoint, (Vector2 screenPoint, MethodInfo * method)); DO_APP_FUNC(0x02D59E90, void, GUIUtility_MarkGUIChanged, (MethodInfo * method)); DO_APP_FUNC(0x02D59EF0, int32_t, GUIUtility_GetControlID_1, (int32_t hint, FocusType__Enum focus, MethodInfo * method)); DO_APP_FUNC(0x02D59FA0, Object *, GUIUtility_GetStateObject, (Type * t, int32_t controlID, MethodInfo * method)); DO_APP_FUNC(0x02D5A130, void, GUIUtility_set_guiIsExiting, (bool value, MethodInfo * method)); DO_APP_FUNC(0x02D59C40, int32_t, GUIUtility_get_hotControl, (MethodInfo * method)); DO_APP_FUNC(0x02D59CE0, void, GUIUtility_set_hotControl, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D5A180, void, GUIUtility_TakeCapture, (MethodInfo * method)); DO_APP_FUNC(0x02D5A1E0, void, GUIUtility_RemoveCapture, (MethodInfo * method)); DO_APP_FUNC(0x02D59C90, int32_t, GUIUtility_get_keyboardControl, (MethodInfo * method)); DO_APP_FUNC(0x02D59D30, void, GUIUtility_set_keyboardControl, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D5A240, bool, GUIUtility_HasKeyFocus, (int32_t controlID, MethodInfo * method)); DO_APP_FUNC(0x02D5A300, void, GUIUtility_ExitGUI, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD98B8, GUIUtility_ExitGUI__MethodInfo); DO_APP_FUNC(0x02D5A350, GUISkin *, GUIUtility_GetDefaultSkin, (MethodInfo * method)); DO_APP_FUNC(0x02D5A400, void, GUIUtility_ProcessEvent, (int32_t instanceID, void * nativeEventPtr, bool * result, MethodInfo * method)); DO_APP_FUNC(0x02D5A480, void, GUIUtility_EndContainer, (MethodInfo * method)); DO_APP_FUNC(0x02D5A510, void, GUIUtility_BeginGUI, (int32_t skinMode, int32_t instanceID, int32_t useGUILayout, MethodInfo * method)); DO_APP_FUNC(0x02D5A5C0, void, GUIUtility_EndGUI, (int32_t layoutType, MethodInfo * method)); DO_APP_FUNC(0x02D5A7F0, bool, GUIUtility_EndGUIFromException, (Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x02D5A850, bool, GUIUtility_EndContainerGUIFromException, (Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x02D5A8C0, void, GUIUtility_ResetGlobalState, (MethodInfo * method)); DO_APP_FUNC(0x02D5AA20, bool, GUIUtility_IsExitGUIException, (Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x02D5AA20, bool, GUIUtility_ShouldRethrowException, (Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x02D5AAB0, void, GUIUtility_CheckOnGUI, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD98D0, GUIUtility_CheckOnGUI__MethodInfo); DO_APP_FUNC(0x02D5AB60, float, GUIUtility_RoundToPixelGrid, (float v, MethodInfo * method)); DO_APP_FUNC(0x02D5AC10, Vector2, GUIUtility_ScreenToGUIPoint, (Vector2 screenPoint, MethodInfo * method)); DO_APP_FUNC(0x02D5ACD0, void, GUIUtility_RotateAroundPivot, (float angle, Vector2 pivotPoint, MethodInfo * method)); DO_APP_FUNC(0x02D5B280, bool, GUIUtility_HitTest, (Rect rect, Vector2 point, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x02D5B300, bool, GUIUtility_HitTest_1, (Rect rect, Vector2 point, bool isDirectManipulationDevice, MethodInfo * method)); DO_APP_FUNC(0x02D5B360, bool, GUIUtility_HitTest_2, (Rect rect, Event_1 * evt, MethodInfo * method)); DO_APP_FUNC(0x02D5B460, int32_t, GUIUtility_Internal_GetControlID_Injected, (int32_t hint, FocusType__Enum focusType, Rect * rect, MethodInfo * method)); DO_APP_FUNC(0x02D5B4D0, void, GUIUtility_set_compositionCursorPos_Injected, (Vector2 * value, MethodInfo * method)); DO_APP_FUNC(0x02D5B520, void, GUIUtility_InternalScreenToWindowPoint_Injected, (Vector2 * screenPoint, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D5B580, void, ExitGUIException__ctor, (ExitGUIException * __this, MethodInfo * method)); DO_APP_FUNC(0x02D5B610, void, ExitGUIException__ctor_1, (ExitGUIException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x018693D0, GUIStyle *, GUILayoutEntry_get_style, (GUILayoutEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x02D5B6B0, void, GUILayoutEntry_set_style, (GUILayoutEntry * __this, GUIStyle * value, MethodInfo * method)); DO_APP_FUNC(0x02D5B720, int32_t, GUILayoutEntry_get_marginLeft, (GUILayoutEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x02D5B790, int32_t, GUILayoutEntry_get_marginRight, (GUILayoutEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x02D5B800, int32_t, GUILayoutEntry_get_marginTop, (GUILayoutEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x02D5B870, int32_t, GUILayoutEntry_get_marginBottom, (GUILayoutEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x02D5B8E0, int32_t, GUILayoutEntry_get_marginHorizontal, (GUILayoutEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x02D5B930, int32_t, GUILayoutEntry_get_marginVertical, (GUILayoutEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x02D5B980, void, GUILayoutEntry__ctor, (GUILayoutEntry * __this, float _minWidth, float _maxWidth, float _minHeight, float _maxHeight, GUIStyle * _style, MethodInfo * method)); DO_APP_FUNC(0x02D5BAA0, void, GUILayoutEntry__ctor_1, (GUILayoutEntry * __this, float _minWidth, float _maxWidth, float _minHeight, float _maxHeight, GUIStyle * _style, GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GUILayoutEntry_CalcWidth, (GUILayoutEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GUILayoutEntry_CalcHeight, (GUILayoutEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x02D5BBC0, void, GUILayoutEntry_SetHorizontal, (GUILayoutEntry * __this, float x, float width, MethodInfo * method)); DO_APP_FUNC(0x02D5BBD0, void, GUILayoutEntry_SetVertical, (GUILayoutEntry * __this, float y, float height, MethodInfo * method)); DO_APP_FUNC(0x02D5BBE0, void, GUILayoutEntry_ApplyStyleSettings, (GUILayoutEntry * __this, GUIStyle * style, MethodInfo * method)); DO_APP_FUNC(0x02D5BDB0, void, GUILayoutEntry_ApplyOptions, (GUILayoutEntry * __this, GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x02D5C140, String *, GUILayoutEntry_ToString, (GUILayoutEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x02D5C9C0, void, GUILayoutEntry__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D5CA20, void, GUIWordWrapSizer__ctor, (GUIWordWrapSizer * __this, GUIStyle * style, GUIContent * content, GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x02D5CB60, void, GUIWordWrapSizer_CalcWidth, (GUIWordWrapSizer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D5CC60, void, GUIWordWrapSizer_CalcHeight, (GUIWordWrapSizer * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D6B0, int32_t, GUILayoutGroup_get_marginLeft, (GUILayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x012CBC20, int32_t, GUILayoutGroup_get_marginRight, (GUILayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E400, int32_t, GUILayoutGroup_get_marginTop, (GUILayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x009B7060, int32_t, GUILayoutGroup_get_marginBottom, (GUILayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02D5CCE0, void, GUILayoutGroup__ctor, (GUILayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02D5CE70, void, GUILayoutGroup_ApplyOptions, (GUILayoutGroup * __this, GUILayoutOption__Array * options, MethodInfo * method)); DO_APP_FUNC(0x02D5CF80, void, GUILayoutGroup_ApplyStyleSettings, (GUILayoutGroup * __this, GUIStyle * style, MethodInfo * method)); DO_APP_FUNC(0x02D5D0F0, void, GUILayoutGroup_ResetCursor, (GUILayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02D5D100, GUILayoutEntry *, GUILayoutGroup_GetNext, (GUILayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD96D8, GUILayoutGroup_GetNext__MethodInfo); DO_APP_FUNC(0x02D5D4D0, Rect, GUILayoutGroup_GetLast, (GUILayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02D5D9F0, void, GUILayoutGroup_Add, (GUILayoutGroup * __this, GUILayoutEntry * e, MethodInfo * method)); DO_APP_FUNC(0x02D5DA90, void, GUILayoutGroup_CalcWidth, (GUILayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02D5E3E0, void, GUILayoutGroup_SetHorizontal, (GUILayoutGroup * __this, float x, float width, MethodInfo * method)); DO_APP_FUNC(0x02D5EE80, void, GUILayoutGroup_CalcHeight, (GUILayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02D5F760, void, GUILayoutGroup_SetVertical, (GUILayoutGroup * __this, float y, float height, MethodInfo * method)); DO_APP_FUNC(0x02D60140, String *, GUILayoutGroup_ToString, (GUILayoutGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02D60640, void, GUILayoutGroup__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D60900, void, GUIScrollGroup__ctor, (GUIScrollGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02D60960, void, GUIScrollGroup_CalcWidth, (GUIScrollGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02D60A00, void, GUIScrollGroup_SetHorizontal, (GUIScrollGroup * __this, float x, float width, MethodInfo * method)); DO_APP_FUNC(0x02D60BE0, void, GUIScrollGroup_CalcHeight, (GUIScrollGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02D60D90, void, GUIScrollGroup_SetVertical, (GUIScrollGroup * __this, float y, float height, MethodInfo * method)); DO_APP_FUNC(0x02D610B0, void, ObjectGUIState__ctor, (ObjectGUIState * __this, MethodInfo * method)); DO_APP_FUNC(0x02D61100, void, ObjectGUIState_Dispose, (ObjectGUIState * __this, MethodInfo * method)); DO_APP_FUNC(0x02D61160, void, ObjectGUIState_Finalize, (ObjectGUIState * __this, MethodInfo * method)); DO_APP_FUNC(0x02D611A0, void, ObjectGUIState_Destroy, (ObjectGUIState * __this, MethodInfo * method)); DO_APP_FUNC(0x02D61250, void *, ObjectGUIState_Internal_Create, (MethodInfo * method)); DO_APP_FUNC(0x02D612A0, void, ObjectGUIState_Internal_Destroy, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScrollViewState__ctor, (ScrollViewState * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SliderState__ctor, (SliderState * __this, MethodInfo * method)); DO_APP_FUNC(0x02D612F0, void, SliderHandler__ctor, (SliderHandler * __this, Rect position, float currentValue, float size, float start, float end, GUIStyle * slider, GUIStyle * thumb, bool horiz, int32_t id, GUIStyle * thumbExtent, MethodInfo * method)); DO_APP_FUNC(0x02D61440, float, SliderHandler_Handle, (SliderHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02D614D0, float, SliderHandler_OnMouseDown, (SliderHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02D61A60, float, SliderHandler_OnMouseDrag, (SliderHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02D61C20, float, SliderHandler_OnMouseUp, (SliderHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02D61D00, float, SliderHandler_OnRepaint, (SliderHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02D622D0, EventType__Enum, SliderHandler_CurrentEventType, (SliderHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02D62370, int32_t, SliderHandler_CurrentScrollTroughSide, (SliderHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02D62470, bool, SliderHandler_IsEmptySlider, (SliderHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02D62490, bool, SliderHandler_SupportsPageMovements, (SliderHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02D62540, float, SliderHandler_PageMovementValue, (SliderHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02D625F0, float, SliderHandler_PageUpMovementBound, (SliderHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3D840, Event_1 *, SliderHandler_CurrentEvent, (SliderHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02D62690, float, SliderHandler_ValueForCurrentMousePosition, (SliderHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02D62770, float, SliderHandler_Clamp, (SliderHandler * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D627A0, Rect, SliderHandler_ThumbSelectionRect, (SliderHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02D627F0, void, SliderHandler_StartDraggingWithValue, (SliderHandler * __this, float dragStartValue, MethodInfo * method)); DO_APP_FUNC(0x02D62850, SliderState *, SliderHandler_SliderState, (SliderHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02D62920, Rect, SliderHandler_ThumbExtRect, (SliderHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02D62AA0, Rect, SliderHandler_ThumbRect, (SliderHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02D62AF0, Rect, SliderHandler_VerticalThumbRect, (SliderHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02D62DD0, Rect, SliderHandler_HorizontalThumbRect, (SliderHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02D630B0, float, SliderHandler_ClampedCurrentValue, (SliderHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02D630E0, float, SliderHandler_MousePosition, (SliderHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02D631B0, float, SliderHandler_ValuesPerPixel, (SliderHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02D632F0, float, SliderHandler_ThumbSize, (SliderHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02D63550, float, SliderHandler_MaxValue, (SliderHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02D63570, float, SliderHandler_MinValue, (SliderHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88990, String *, TextEditor_get_text, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D63580, void, TextEditor_set_text, (TextEditor * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02D63650, Rect, TextEditor_get_position, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D63660, void, TextEditor_set_position, (TextEditor * __this, Rect value, MethodInfo * method)); DO_APP_FUNC(0x02D63720, Rect, TextEditor_get_localPosition, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D63730, int32_t, TextEditor_get_cursorIndex, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D63740, void, TextEditor_set_cursorIndex, (TextEditor * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D63790, int32_t, TextEditor_get_selectIndex, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D637A0, void, TextEditor_set_selectIndex, (TextEditor * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D637F0, void, TextEditor_ClearCursorPos, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D63800, int32_t, TextEditor_get_altCursorPosition, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D63810, void, TextEditor__ctor, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D63A20, void, TextEditor_OnFocus, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D63B40, void, TextEditor_OnLostFocus, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D63BA0, void, TextEditor_GrabGraphicalCursorPos, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D63D40, bool, TextEditor_HandleKeyEvent, (TextEditor * __this, Event_1 * e, bool textIsReadOnly, MethodInfo * method)); DO_APP_FUNC(0x02D63FD0, bool, TextEditor_DeleteLineBack, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D64110, bool, TextEditor_DeleteWordBack, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D64220, bool, TextEditor_DeleteWordForward, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D642B0, bool, TextEditor_Delete, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D64360, bool, TextEditor_CanPaste, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D643C0, bool, TextEditor_Backspace, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D644E0, void, TextEditor_SelectAll, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D64580, void, TextEditor_SelectNone, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D645D0, bool, TextEditor_get_hasSelection, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D645E0, String *, TextEditor_get_SelectedText, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D64680, bool, TextEditor_DeleteSelection, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D64850, void, TextEditor_ReplaceSelection, (TextEditor * __this, String * replace, MethodInfo * method)); DO_APP_FUNC(0x02D64970, void, TextEditor_Insert, (TextEditor * __this, uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x02D64A20, void, TextEditor_MoveSelectionToAltCursor, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D64C50, void, TextEditor_MoveRight, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D64D80, void, TextEditor_MoveLeft, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D64E70, void, TextEditor_MoveUp, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D65020, void, TextEditor_MoveDown, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D65210, void, TextEditor_MoveLineStart, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D65330, void, TextEditor_MoveLineEnd, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D65460, void, TextEditor_MoveGraphicalLineStart, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D65500, void, TextEditor_MoveGraphicalLineEnd, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D655A0, void, TextEditor_MoveTextStart, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D65620, void, TextEditor_MoveTextEnd, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D656D0, int32_t, TextEditor_IndexOfEndOfLine, (TextEditor * __this, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x02D65730, void, TextEditor_MoveParagraphForward, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D65860, void, TextEditor_MoveParagraphBackward, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D659A0, void, TextEditor_MoveCursorToPosition_Internal, (TextEditor * __this, Vector2 cursorPosition, bool shift, MethodInfo * method)); DO_APP_FUNC(0x02D65AF0, void, TextEditor_MoveAltCursorToPosition, (TextEditor * __this, Vector2 cursorPosition, MethodInfo * method)); DO_APP_FUNC(0x02D65BF0, void, TextEditor_SelectToPosition, (TextEditor * __this, Vector2 cursorPosition, MethodInfo * method)); DO_APP_FUNC(0x02D66240, void, TextEditor_SelectLeft, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D66320, void, TextEditor_SelectRight, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D66400, void, TextEditor_SelectUp, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D66510, void, TextEditor_SelectDown, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D66640, void, TextEditor_SelectTextEnd, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D666B0, void, TextEditor_SelectTextStart, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D66700, void, TextEditor_MouseDragSelectsWholeWords, (TextEditor * __this, bool on, MethodInfo * method)); DO_APP_FUNC(0x02A82200, void, TextEditor_DblClickSnap, (TextEditor * __this, TextEditor_DblClickSnapping__Enum snapping, MethodInfo * method)); DO_APP_FUNC(0x02D66710, int32_t, TextEditor_GetGraphicalLineStart, (TextEditor * __this, int32_t p, MethodInfo * method)); DO_APP_FUNC(0x02D668C0, int32_t, TextEditor_GetGraphicalLineEnd, (TextEditor * __this, int32_t p, MethodInfo * method)); DO_APP_FUNC(0x02D66AA0, int32_t, TextEditor_FindNextSeperator, (TextEditor * __this, int32_t startPos, MethodInfo * method)); DO_APP_FUNC(0x02D66B40, int32_t, TextEditor_FindPrevSeperator, (TextEditor * __this, int32_t startPos, MethodInfo * method)); DO_APP_FUNC(0x02D66BE0, void, TextEditor_MoveWordRight, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D66D20, void, TextEditor_MoveToStartOfNextWord, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D66DE0, void, TextEditor_MoveToEndOfPreviousWord, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D66EA0, void, TextEditor_SelectToStartOfNextWord, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D66F00, void, TextEditor_SelectToEndOfPreviousWord, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D66F60, TextEditor_CharacterType__Enum, TextEditor_ClassifyChar, (TextEditor * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02D67080, int32_t, TextEditor_FindStartOfNextWord, (TextEditor * __this, int32_t p, MethodInfo * method)); DO_APP_FUNC(0x02D671F0, int32_t, TextEditor_FindEndOfPreviousWord, (TextEditor * __this, int32_t p, MethodInfo * method)); DO_APP_FUNC(0x02D672D0, void, TextEditor_MoveWordLeft, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D67410, void, TextEditor_SelectWordRight, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D67550, void, TextEditor_SelectWordLeft, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D67690, void, TextEditor_ExpandSelectGraphicalLineStart, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D67780, void, TextEditor_ExpandSelectGraphicalLineEnd, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D67870, void, TextEditor_SelectGraphicalLineStart, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D678D0, void, TextEditor_SelectGraphicalLineEnd, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D67930, void, TextEditor_SelectParagraphForward, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D67A50, void, TextEditor_SelectParagraphBackward, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D67BC0, void, TextEditor_SelectCurrentWord, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D67F50, int32_t, TextEditor_FindEndOfClassification, (TextEditor * __this, int32_t p, TextEditor_Direction__Enum dir, MethodInfo * method)); DO_APP_FUNC(0x02D68080, void, TextEditor_SelectCurrentParagraph, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D681B0, void, TextEditor_UpdateScrollOffset, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D68760, bool, TextEditor_PerformOperation, (TextEditor * __this, TextEditor_TextEditOp__Enum operation, bool textIsReadOnly, MethodInfo * method)); DO_APP_FUNC(0x02D69610, void, TextEditor_SaveBackup, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D69690, bool, TextEditor_Cut, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D696C0, void, TextEditor_Copy, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D697E0, String *, TextEditor_ReplaceNewlinesWithSpaces, (String * value, MethodInfo * method)); DO_APP_FUNC(0x02D69880, bool, TextEditor_Paste, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D69A00, void, TextEditor_MapKey, (String * key, TextEditor_TextEditOp__Enum action, MethodInfo * method)); DO_APP_FUNC(0x02D69AB0, void, TextEditor_InitKeyActions, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x025874C0, void, TextEditor_DetectFocusChange, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6A5A0, void, TextEditor_OnDetectFocusChange, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextEditor_OnCursorIndexChange, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextEditor_OnSelectIndexChange, (TextEditor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6A6A0, void, TextEditor_ClampTextIndex, (TextEditor * __this, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x02D6A6E0, void, TextEditor_EnsureValidCodePointIndex, (TextEditor * __this, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x02D6A7E0, bool, TextEditor_IsValidCodePointIndex, (TextEditor * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02D6A8B0, int32_t, TextEditor_PreviousCodePointIndex, (TextEditor * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02D6A990, int32_t, TextEditor_NextCodePointIndex, (TextEditor * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00895E30, uint32_t, _PrivateImplementationDetails__7_ComputeStringHash, (String * s, MethodInfo * method)); DO_APP_FUNC(0x01C6BAF0, bool, AppSettings_get_IsMasterServerAddress, (AppSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01EEFEE0, bool, AppSettings_get_IsBestRegion, (AppSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01EEFF00, bool, AppSettings_get_IsDefaultNameServer, (AppSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01EEFF20, bool, AppSettings_get_IsDefaultPort, (AppSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01EEFF30, String *, AppSettings_ToStringFull, (AppSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00B5B3E0, bool, AppSettings_IsAppId, (String * val, MethodInfo * method)); DO_APP_FUNC(0x01EF0800, String *, AppSettings_HideAppId, (AppSettings * __this, String * appId, MethodInfo * method)); DO_APP_FUNC(0x01EF0870, AppSettings *, AppSettings_CopyTo, (AppSettings * __this, AppSettings * d, MethodInfo * method)); DO_APP_FUNC(0x01EF0C10, void, AppSettings__ctor, (AppSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, LoadBalancingClient *, ConnectionHandler_get_Client, (ConnectionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ConnectionHandler_set_Client, (ConnectionHandler * __this, LoadBalancingClient * value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, ConnectionHandler_get_CountSendAcksOnly, (ConnectionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, ConnectionHandler_set_CountSendAcksOnly, (ConnectionHandler * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01EF0C20, bool, ConnectionHandler_get_FallbackThreadRunning, (ConnectionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01EF0C30, void, ConnectionHandler_StaticReset, (MethodInfo * method)); DO_APP_FUNC(0x01EF0C70, void, ConnectionHandler_OnApplicationQuit, (ConnectionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01EF0CB0, void, ConnectionHandler_Awake, (ConnectionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01EF0D90, void, ConnectionHandler_OnDisable, (ConnectionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01EF0EC0, void, ConnectionHandler_StartFallbackSendAckThread, (ConnectionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01EF0F90, void, ConnectionHandler_StopFallbackSendAckThread, (ConnectionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01EF1000, bool, ConnectionHandler_RealtimeFallbackThread, (ConnectionHandler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1888, ConnectionHandler_RealtimeFallbackThread__MethodInfo); DO_APP_FUNC(0x01EF11C0, void, ConnectionHandler__ctor, (ConnectionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01EF12A0, void, CustomTypesUnity_Register, (MethodInfo * method)); DO_APP_FUNC(0x01EF1570, int16_t, CustomTypesUnity_SerializeVector3, (StreamBuffer * outStream, Object * customobject, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB18B8, CustomTypesUnity_SerializeVector3__MethodInfo); DO_APP_FUNC(0x01EF1860, Object *, CustomTypesUnity_DeserializeVector3, (StreamBuffer * inStream, int16_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB18C0, CustomTypesUnity_DeserializeVector3__MethodInfo); DO_APP_FUNC(0x01EF1B60, int16_t, CustomTypesUnity_SerializeVector2, (StreamBuffer * outStream, Object * customobject, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB18B0, CustomTypesUnity_SerializeVector2__MethodInfo); DO_APP_FUNC(0x01EF1E50, Object *, CustomTypesUnity_DeserializeVector2, (StreamBuffer * inStream, int16_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB18D8, CustomTypesUnity_DeserializeVector2__MethodInfo); DO_APP_FUNC(0x01EF2120, int16_t, CustomTypesUnity_SerializeQuaternion, (StreamBuffer * outStream, Object * customobject, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB18C8, CustomTypesUnity_SerializeQuaternion__MethodInfo); DO_APP_FUNC(0x01EF2430, Object *, CustomTypesUnity_DeserializeQuaternion, (StreamBuffer * inStream, int16_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB18D0, CustomTypesUnity_DeserializeQuaternion__MethodInfo); DO_APP_FUNC(0x01EF2780, void, CustomTypesUnity__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01EF2940, void, Extensions_Merge, (IDictionary * target, IDictionary * addHash, MethodInfo * method)); DO_APP_FUNC(0x01EF2CA0, void, Extensions_MergeStringKeys, (IDictionary * target, IDictionary * addHash, MethodInfo * method)); DO_APP_FUNC(0x01EF2F50, String *, Extensions_ToStringFull, (IDictionary * origin, MethodInfo * method)); DO_APP_FUNC(0x01EF2FB0, String *, Extensions_ToStringFull_1, (Object__Array * data, MethodInfo * method)); DO_APP_FUNC(0x01EF31B0, Hashtable_1 *, Extensions_StripToStringKeys, (IDictionary * original, MethodInfo * method)); DO_APP_FUNC(0x01EF34B0, Hashtable_1 *, Extensions_StripToStringKeys_1, (Hashtable_1 * original, MethodInfo * method)); DO_APP_FUNC(0x01EF36A0, void, Extensions_StripKeysWithNullValues, (IDictionary * original, MethodInfo * method)); DO_APP_FUNC(0x01EF3C70, void, Extensions_StripKeysWithNullValues_1, (Hashtable_1 * original, MethodInfo * method)); DO_APP_FUNC(0x01EF4090, bool, Extensions_Contains, (Int32__Array * target, int32_t nr, MethodInfo * method)); DO_APP_FUNC(0x01EF40D0, void, Extensions__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, FriendInfo_get_Name, (FriendInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, FriendInfo_get_UserId, (FriendInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, FriendInfo_set_UserId, (FriendInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, FriendInfo_get_IsOnline, (FriendInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, FriendInfo_set_IsOnline, (FriendInfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, FriendInfo_get_Room, (FriendInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, FriendInfo_set_Room, (FriendInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01EF41B0, bool, FriendInfo_get_IsInRoom, (FriendInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01EF41D0, String *, FriendInfo_ToString, (FriendInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FriendInfo__ctor, (FriendInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01EF42C0, void, PhotonPortDefinition__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003B93C0, LoadBalancingPeer *, LoadBalancingClient_get_LoadBalancingPeer, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LoadBalancingClient_set_LoadBalancingPeer, (LoadBalancingClient * __this, LoadBalancingPeer * value, MethodInfo * method)); DO_APP_FUNC(0x01EF4310, SerializationProtocol__Enum, LoadBalancingClient_get_SerializationProtocol, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x01EF4330, void, LoadBalancingClient_set_SerializationProtocol, (LoadBalancingClient * __this, SerializationProtocol__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, LoadBalancingClient_get_AppVersion, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, LoadBalancingClient_set_AppVersion, (LoadBalancingClient * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, LoadBalancingClient_get_AppId, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, LoadBalancingClient_set_AppId, (LoadBalancingClient * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, ClientAppType__Enum, LoadBalancingClient_get_ClientType, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, LoadBalancingClient_set_ClientType, (LoadBalancingClient * __this, ClientAppType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, AuthenticationValues *, LoadBalancingClient_get_AuthValues, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, LoadBalancingClient_set_AuthValues, (LoadBalancingClient * __this, AuthenticationValues * value, MethodInfo * method)); DO_APP_FUNC(0x01EF4350, Nullable_1_ExitGames_Client_Photon_ConnectionProtocol_, LoadBalancingClient_get_ExpectedProtocol, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x01EF4360, void, LoadBalancingClient_set_ExpectedProtocol, (LoadBalancingClient * __this, Nullable_1_ExitGames_Client_Photon_ConnectionProtocol_ value, MethodInfo * method)); DO_APP_FUNC(0x01EF4370, Object *, LoadBalancingClient_get_TokenForInit, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F5E0, bool, LoadBalancingClient_get_IsUsingNameServer, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F5F0, void, LoadBalancingClient_set_IsUsingNameServer, (LoadBalancingClient * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01EF4390, String *, LoadBalancingClient_get_NameServerAddress, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x0068A9A0, bool, LoadBalancingClient_get_UseAlternativeUdpPorts, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x00C86130, void, LoadBalancingClient_set_UseAlternativeUdpPorts, (LoadBalancingClient * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C7C380, bool, LoadBalancingClient_get_EnableProtocolFallback, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7C390, void, LoadBalancingClient_set_EnableProtocolFallback, (LoadBalancingClient * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01EF43A0, String *, LoadBalancingClient_get_CurrentServerAddress, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7010, String *, LoadBalancingClient_get_MasterServerAddress, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, LoadBalancingClient_set_MasterServerAddress, (LoadBalancingClient * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C7020, String *, LoadBalancingClient_get_GameServerAddress, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE20, void, LoadBalancingClient_set_GameServerAddress, (LoadBalancingClient * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0101D6B0, ServerConnection__Enum, LoadBalancingClient_get_Server, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x00609B20, void, LoadBalancingClient_set_Server, (LoadBalancingClient * __this, ServerConnection__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00C6E520, ClientState__Enum, LoadBalancingClient_get_State, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x01EF43D0, void, LoadBalancingClient_set_State, (LoadBalancingClient * __this, ClientState__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01EF4410, bool, LoadBalancingClient_get_IsConnected, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x01EF4430, bool, LoadBalancingClient_get_IsConnectedAndReady, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x01EF4480, void, LoadBalancingClient_add_StateChanged, (LoadBalancingClient * __this, Action_2_Photon_Realtime_ClientState_Photon_Realtime_ClientState_ * value, MethodInfo * method)); DO_APP_FUNC(0x01EF45A0, void, LoadBalancingClient_remove_StateChanged, (LoadBalancingClient * __this, Action_2_Photon_Realtime_ClientState_Photon_Realtime_ClientState_ * value, MethodInfo * method)); DO_APP_FUNC(0x01EF46C0, void, LoadBalancingClient_add_EventReceived, (LoadBalancingClient * __this, Action_1_ExitGames_Client_Photon_EventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x01EF47E0, void, LoadBalancingClient_remove_EventReceived, (LoadBalancingClient * __this, Action_1_ExitGames_Client_Photon_EventData_ * value, MethodInfo * method)); DO_APP_FUNC(0x01EF4900, void, LoadBalancingClient_add_OpResponseReceived, (LoadBalancingClient * __this, Action_1_ExitGames_Client_Photon_OperationResponse_ * value, MethodInfo * method)); DO_APP_FUNC(0x01EF4A20, void, LoadBalancingClient_remove_OpResponseReceived, (LoadBalancingClient * __this, Action_1_ExitGames_Client_Photon_OperationResponse_ * value, MethodInfo * method)); DO_APP_FUNC(0x00BF8CA0, DisconnectCause__Enum, LoadBalancingClient_get_DisconnectedCause, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x00BF8CB0, void, LoadBalancingClient_set_DisconnectedCause, (LoadBalancingClient * __this, DisconnectCause__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01EF4B40, bool, LoadBalancingClient_get_InLobby, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x009E4000, TypedLobby *, LoadBalancingClient_get_CurrentLobby, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8E20, void, LoadBalancingClient_set_CurrentLobby, (LoadBalancingClient * __this, TypedLobby * value, MethodInfo * method)); DO_APP_FUNC(0x003C28C0, Player_1 *, LoadBalancingClient_get_LocalPlayer, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x003C28D0, void, LoadBalancingClient_set_LocalPlayer, (LoadBalancingClient * __this, Player_1 * value, MethodInfo * method)); DO_APP_FUNC(0x01EF4B50, String *, LoadBalancingClient_get_NickName, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x01EF4B70, void, LoadBalancingClient_set_NickName, (LoadBalancingClient * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01EF4B90, String *, LoadBalancingClient_get_UserId, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x01EF4BB0, void, LoadBalancingClient_set_UserId, (LoadBalancingClient * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00AC90A0, Room *, LoadBalancingClient_get_CurrentRoom, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC90B0, void, LoadBalancingClient_set_CurrentRoom, (LoadBalancingClient * __this, Room * value, MethodInfo * method)); DO_APP_FUNC(0x01EF4CD0, bool, LoadBalancingClient_get_InRoom, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6C130, int32_t, LoadBalancingClient_get_PlayersOnMasterCount, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6C140, void, LoadBalancingClient_set_PlayersOnMasterCount, (LoadBalancingClient * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01EF4CF0, int32_t, LoadBalancingClient_get_PlayersInRoomsCount, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x01EB7C50, void, LoadBalancingClient_set_PlayersInRoomsCount, (LoadBalancingClient * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D0DC50, int32_t, LoadBalancingClient_get_RoomsCount, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0DC60, void, LoadBalancingClient_set_RoomsCount, (LoadBalancingClient * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01EF4D00, bool, LoadBalancingClient_get_IsFetchingFriendList, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC890, String *, LoadBalancingClient_get_CloudRegion, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC8A0, void, LoadBalancingClient_set_CloudRegion, (LoadBalancingClient * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x004FC900, String *, LoadBalancingClient_get_CurrentCluster, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC910, void, LoadBalancingClient_set_CurrentCluster, (LoadBalancingClient * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01EF4D10, void, LoadBalancingClient__ctor, (LoadBalancingClient * __this, ConnectionProtocol__Enum protocol, MethodInfo * method)); DO_APP_FUNC(0x01EF5A70, void, LoadBalancingClient__ctor_1, (LoadBalancingClient * __this, String * masterAddress, String * appId, String * gameVersion, ConnectionProtocol__Enum protocol, MethodInfo * method)); DO_APP_FUNC(0x01EF5BB0, String *, LoadBalancingClient_GetNameServerAddress, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1760, LoadBalancingClient_GetNameServerAddress__MethodInfo); DO_APP_FUNC(0x01EF5EB0, bool, LoadBalancingClient_ConnectUsingSettings, (LoadBalancingClient * __this, AppSettings * appSettings, MethodInfo * method)); DO_APP_FUNC(0x01C2A9A0, bool, LoadBalancingClient_Connect, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x01EF6340, bool, LoadBalancingClient_ConnectToMasterServer, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x01EF6590, bool, LoadBalancingClient_ConnectToNameServer, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x01EF6840, bool, LoadBalancingClient_ConnectToRegionMaster, (LoadBalancingClient * __this, String * region, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LoadBalancingClient_CheckConnectSetupWebGl, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x01EF6AF0, bool, LoadBalancingClient_Connect_1, (LoadBalancingClient * __this, String * serverAddress, String * proxyServerAddress, ServerConnection__Enum serverType, MethodInfo * method)); DO_APP_FUNC(0x01EF6DD0, bool, LoadBalancingClient_ReconnectToMaster, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x01EF7000, bool, LoadBalancingClient_ReconnectAndRejoin, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x01EF7280, void, LoadBalancingClient_Disconnect, (LoadBalancingClient * __this, DisconnectCause__Enum cause, MethodInfo * method)); DO_APP_FUNC(0x01EF7610, void, LoadBalancingClient_DisconnectToReconnect, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x01EF76F0, void, LoadBalancingClient_SimulateConnectionLoss, (LoadBalancingClient * __this, bool simulateTimeout, MethodInfo * method)); DO_APP_FUNC(0x01EF7840, bool, LoadBalancingClient_CallAuthenticate, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x01EF7CD0, void, LoadBalancingClient_Service, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x01EF7CF0, bool, LoadBalancingClient_OpGetRegions, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x01EF7D80, bool, LoadBalancingClient_OpFindFriends, (LoadBalancingClient * __this, String__Array * friendsToFind, FindFriendsOptions * options, MethodInfo * method)); DO_APP_FUNC(0x01EF8210, bool, LoadBalancingClient_OpJoinLobby, (LoadBalancingClient * __this, TypedLobby * lobby, MethodInfo * method)); DO_APP_FUNC(0x01EF83B0, bool, LoadBalancingClient_OpLeaveLobby, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x01EF8430, bool, LoadBalancingClient_OpJoinRandomRoom, (LoadBalancingClient * __this, OpJoinRandomRoomParams * opJoinRandomRoomParams, MethodInfo * method)); DO_APP_FUNC(0x01EF86B0, bool, LoadBalancingClient_OpJoinRandomOrCreateRoom, (LoadBalancingClient * __this, OpJoinRandomRoomParams * opJoinRandomRoomParams, EnterRoomParams * createRoomParams, MethodInfo * method)); DO_APP_FUNC(0x01EF8960, bool, LoadBalancingClient_OpCreateRoom, (LoadBalancingClient * __this, EnterRoomParams * enterRoomParams, MethodInfo * method)); DO_APP_FUNC(0x01EF8AC0, bool, LoadBalancingClient_OpJoinOrCreateRoom, (LoadBalancingClient * __this, EnterRoomParams * enterRoomParams, MethodInfo * method)); DO_APP_FUNC(0x01EF8C30, bool, LoadBalancingClient_OpJoinRoom, (LoadBalancingClient * __this, EnterRoomParams * enterRoomParams, MethodInfo * method)); DO_APP_FUNC(0x01EF8DB0, bool, LoadBalancingClient_OpRejoinRoom, (LoadBalancingClient * __this, String * roomName, MethodInfo * method)); DO_APP_FUNC(0x01EF8FB0, bool, LoadBalancingClient_OpLeaveRoom, (LoadBalancingClient * __this, bool becomeInactive, bool sendAuthCookie, MethodInfo * method)); DO_APP_FUNC(0x01EF9180, bool, LoadBalancingClient_OpGetGameList, (LoadBalancingClient * __this, TypedLobby * typedLobby, String * sqlLobbyFilter, MethodInfo * method)); DO_APP_FUNC(0x01EF9290, bool, LoadBalancingClient_OpSetCustomPropertiesOfActor, (LoadBalancingClient * __this, int32_t actorNr, Hashtable_1 * propertiesToSet, Hashtable_1 * expectedProperties, WebFlags * webFlags, MethodInfo * method)); DO_APP_FUNC(0x01EF94F0, bool, LoadBalancingClient_OpSetPropertiesOfActor, (LoadBalancingClient * __this, int32_t actorNr, Hashtable_1 * actorProperties, Hashtable_1 * expectedProperties, WebFlags * webFlags, MethodInfo * method)); DO_APP_FUNC(0x01EF9690, bool, LoadBalancingClient_OpSetCustomPropertiesOfRoom, (LoadBalancingClient * __this, Hashtable_1 * propertiesToSet, Hashtable_1 * expectedProperties, WebFlags * webFlags, MethodInfo * method)); DO_APP_FUNC(0x01EF9800, bool, LoadBalancingClient_OpSetPropertyOfRoom, (LoadBalancingClient * __this, uint8_t propCode, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01EF98F0, bool, LoadBalancingClient_OpSetPropertiesOfRoom, (LoadBalancingClient * __this, Hashtable_1 * gameProperties, Hashtable_1 * expectedProperties, WebFlags * webFlags, MethodInfo * method)); DO_APP_FUNC(0x01EF9A60, bool, LoadBalancingClient_OpRaiseEvent, (LoadBalancingClient * __this, uint8_t eventCode, Object * customEventContent, RaiseEventOptions * raiseEventOptions, SendOptions sendOptions, MethodInfo * method)); DO_APP_FUNC(0x01EF9B20, bool, LoadBalancingClient_OpChangeGroups, (LoadBalancingClient * __this, Byte__Array * groupsToRemove, Byte__Array * groupsToAdd, MethodInfo * method)); DO_APP_FUNC(0x01EF9BD0, void, LoadBalancingClient_ReadoutProperties, (LoadBalancingClient * __this, Hashtable_1 * gameProperties, Hashtable_1 * actorProperties, int32_t targetActorNr, MethodInfo * method)); DO_APP_FUNC(0x01EFA1C0, Hashtable_1 *, LoadBalancingClient_ReadoutPropertiesForActorNr, (LoadBalancingClient * __this, Hashtable_1 * actorProperties, int32_t actorNr, MethodInfo * method)); DO_APP_FUNC(0x01EFA2F0, void, LoadBalancingClient_ChangeLocalID, (LoadBalancingClient * __this, int32_t newID, MethodInfo * method)); DO_APP_FUNC(0x01EFA530, void, LoadBalancingClient_GameEnteredOnGameServer, (LoadBalancingClient * __this, OperationResponse * operationResponse, MethodInfo * method)); DO_APP_FUNC(0x01EFAA60, void, LoadBalancingClient_UpdatedActorList, (LoadBalancingClient * __this, Int32__Array * actorsInGame, MethodInfo * method)); DO_APP_FUNC(0x01EFAB90, Player_1 *, LoadBalancingClient_CreatePlayer, (LoadBalancingClient * __this, String * actorName, int32_t actorNumber, bool isLocal, Hashtable_1 * actorProperties, MethodInfo * method)); DO_APP_FUNC(0x01EFAC30, Room *, LoadBalancingClient_CreateRoom, (LoadBalancingClient * __this, String * roomName, RoomOptions * opt, MethodInfo * method)); DO_APP_FUNC(0x01EFAE00, bool, LoadBalancingClient_CheckIfOpAllowedOnServer, (LoadBalancingClient * __this, uint8_t opCode, ServerConnection__Enum serverConnection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1518, LoadBalancingClient_CheckIfOpAllowedOnServer__MethodInfo); DO_APP_FUNC(0x01EFAF60, bool, LoadBalancingClient_CheckIfOpCanBeSent, (LoadBalancingClient * __this, uint8_t opCode, ServerConnection__Enum serverConnection, String * opName, MethodInfo * method)); DO_APP_FUNC(0x01EFB5C0, bool, LoadBalancingClient_CheckIfClientIsReadyToCallOperation, (LoadBalancingClient * __this, uint8_t opCode, MethodInfo * method)); DO_APP_FUNC(0x01EFB710, void, LoadBalancingClient_DebugReturn, (LoadBalancingClient * __this, DebugLevel__Enum level, String * message, MethodInfo * method)); DO_APP_FUNC(0x01EFB810, void, LoadBalancingClient_CallbackRoomEnterFailed, (LoadBalancingClient * __this, OperationResponse * operationResponse, MethodInfo * method)); DO_APP_FUNC(0x01EFB8A0, void, LoadBalancingClient_OnOperationResponse, (LoadBalancingClient * __this, OperationResponse * operationResponse, MethodInfo * method)); DO_APP_FUNC(0x01EFD310, void, LoadBalancingClient_OnStatusChanged, (LoadBalancingClient * __this, StatusCode__Enum statusCode, MethodInfo * method)); DO_APP_FUNC(0x01EFDEF0, void, LoadBalancingClient_OnEvent, (LoadBalancingClient * __this, EventData * photonEvent, MethodInfo * method)); DO_APP_FUNC(0x01EFEF30, void, LoadBalancingClient_OnMessage, (LoadBalancingClient * __this, Object * message, MethodInfo * method)); DO_APP_FUNC(0x01EFEFE0, void, LoadBalancingClient_OnDisconnectMessageReceived, (LoadBalancingClient * __this, DisconnectMessage * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1820, LoadBalancingClient_OnDisconnectMessageReceived__MethodInfo); DO_APP_FUNC(0x01EFF170, void, LoadBalancingClient_OnRegionPingCompleted, (LoadBalancingClient * __this, RegionHandler * regionHandler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB14D0, LoadBalancingClient_OnRegionPingCompleted__MethodInfo); DO_APP_FUNC(0x01EFF210, String *, LoadBalancingClient_ReplacePortWithAlternative, (String * address, uint16_t replacementPort, MethodInfo * method)); DO_APP_FUNC(0x01EFF400, void, LoadBalancingClient_SetupEncryption, (LoadBalancingClient * __this, Dictionary_2_System_Byte_System_Object_ * encryptionData, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB11F0, LoadBalancingClient_SetupEncryption__MethodInfo); DO_APP_FUNC(0x01EFF6E0, bool, LoadBalancingClient_OpWebRpc, (LoadBalancingClient * __this, String * uriPath, Object * parameters, bool sendAuthCookie, MethodInfo * method)); DO_APP_FUNC(0x01EFF940, void, LoadBalancingClient_AddCallbackTarget, (LoadBalancingClient * __this, Object * target, MethodInfo * method)); DO_APP_FUNC(0x01EFFA20, void, LoadBalancingClient_RemoveCallbackTarget, (LoadBalancingClient * __this, Object * target, MethodInfo * method)); DO_APP_FUNC(0x01EFFB00, void, LoadBalancingClient_UpdateCallbackTargets, (LoadBalancingClient * __this, MethodInfo * method)); DO_APP_FUNC(0x01EFFE50, void, LoadBalancingClient__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LoadBalancingClient_EncryptionDataParameters__ctor, (LoadBalancingClient_EncryptionDataParameters * __this, MethodInfo * method)); DO_APP_FUNC(0x003BACC0, void, LoadBalancingClient_CallbackTargetChange__ctor, (LoadBalancingClient_CallbackTargetChange * __this, Object * target, bool addTarget, MethodInfo * method)); DO_APP_FUNC(0x01F00010, void, ConnectionCallbacksContainer__ctor, (ConnectionCallbacksContainer * __this, LoadBalancingClient * client, MethodInfo * method)); DO_APP_FUNC(0x01F000D0, void, ConnectionCallbacksContainer_OnConnected, (ConnectionCallbacksContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x01F002B0, void, ConnectionCallbacksContainer_OnConnectedToMaster, (ConnectionCallbacksContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x01F004B0, void, ConnectionCallbacksContainer_OnRegionListReceived, (ConnectionCallbacksContainer * __this, RegionHandler * regionHandler, MethodInfo * method)); DO_APP_FUNC(0x01F006B0, void, ConnectionCallbacksContainer_OnDisconnected, (ConnectionCallbacksContainer * __this, DisconnectCause__Enum cause, MethodInfo * method)); DO_APP_FUNC(0x01F008B0, void, ConnectionCallbacksContainer_OnCustomAuthenticationResponse, (ConnectionCallbacksContainer * __this, Dictionary_2_System_String_System_Object_ * data, MethodInfo * method)); DO_APP_FUNC(0x01F00AB0, void, ConnectionCallbacksContainer_OnCustomAuthenticationFailed, (ConnectionCallbacksContainer * __this, String * debugMessage, MethodInfo * method)); DO_APP_FUNC(0x01F00CB0, void, MatchMakingCallbacksContainer__ctor, (MatchMakingCallbacksContainer * __this, LoadBalancingClient * client, MethodInfo * method)); DO_APP_FUNC(0x01F00D70, void, MatchMakingCallbacksContainer_OnCreatedRoom, (MatchMakingCallbacksContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x01F00F70, void, MatchMakingCallbacksContainer_OnJoinedRoom, (MatchMakingCallbacksContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x01F01170, void, MatchMakingCallbacksContainer_OnCreateRoomFailed, (MatchMakingCallbacksContainer * __this, int16_t returnCode, String * message, MethodInfo * method)); DO_APP_FUNC(0x01F01390, void, MatchMakingCallbacksContainer_OnJoinRandomFailed, (MatchMakingCallbacksContainer * __this, int16_t returnCode, String * message, MethodInfo * method)); DO_APP_FUNC(0x01F015B0, void, MatchMakingCallbacksContainer_OnJoinRoomFailed, (MatchMakingCallbacksContainer * __this, int16_t returnCode, String * message, MethodInfo * method)); DO_APP_FUNC(0x01F017D0, void, MatchMakingCallbacksContainer_OnLeftRoom, (MatchMakingCallbacksContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x01F019D0, void, MatchMakingCallbacksContainer_OnFriendListUpdate, (MatchMakingCallbacksContainer * __this, List_1_Photon_Realtime_FriendInfo_ * friendList, MethodInfo * method)); DO_APP_FUNC(0x01F01BD0, void, InRoomCallbacksContainer__ctor, (InRoomCallbacksContainer * __this, LoadBalancingClient * client, MethodInfo * method)); DO_APP_FUNC(0x01F01C90, void, InRoomCallbacksContainer_OnPlayerEnteredRoom, (InRoomCallbacksContainer * __this, Player_1 * newPlayer, MethodInfo * method)); DO_APP_FUNC(0x01F01E90, void, InRoomCallbacksContainer_OnPlayerLeftRoom, (InRoomCallbacksContainer * __this, Player_1 * otherPlayer, MethodInfo * method)); DO_APP_FUNC(0x01F02090, void, InRoomCallbacksContainer_OnRoomPropertiesUpdate, (InRoomCallbacksContainer * __this, Hashtable_1 * propertiesThatChanged, MethodInfo * method)); DO_APP_FUNC(0x01F02290, void, InRoomCallbacksContainer_OnPlayerPropertiesUpdate, (InRoomCallbacksContainer * __this, Player_1 * targetPlayer, Hashtable_1 * changedProp, MethodInfo * method)); DO_APP_FUNC(0x01F024B0, void, InRoomCallbacksContainer_OnMasterClientSwitched, (InRoomCallbacksContainer * __this, Player_1 * newMasterClient, MethodInfo * method)); DO_APP_FUNC(0x01F026B0, void, LobbyCallbacksContainer__ctor, (LobbyCallbacksContainer * __this, LoadBalancingClient * client, MethodInfo * method)); DO_APP_FUNC(0x01F02770, void, LobbyCallbacksContainer_OnJoinedLobby, (LobbyCallbacksContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x01F02950, void, LobbyCallbacksContainer_OnLeftLobby, (LobbyCallbacksContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x01F02B50, void, LobbyCallbacksContainer_OnRoomListUpdate, (LobbyCallbacksContainer * __this, List_1_Photon_Realtime_RoomInfo_ * roomList, MethodInfo * method)); DO_APP_FUNC(0x01F02D50, void, LobbyCallbacksContainer_OnLobbyStatisticsUpdate, (LobbyCallbacksContainer * __this, List_1_Photon_Realtime_TypedLobbyInfo_ * lobbyStatistics, MethodInfo * method)); DO_APP_FUNC(0x01F02F50, void, WebRpcCallbacksContainer__ctor, (WebRpcCallbacksContainer * __this, LoadBalancingClient * client, MethodInfo * method)); DO_APP_FUNC(0x01F03010, void, WebRpcCallbacksContainer_OnWebRpcResponse, (WebRpcCallbacksContainer * __this, OperationResponse * response, MethodInfo * method)); DO_APP_FUNC(0x01F03210, void, ErrorInfoCallbacksContainer__ctor, (ErrorInfoCallbacksContainer * __this, LoadBalancingClient * client, MethodInfo * method)); DO_APP_FUNC(0x01F032D0, void, ErrorInfoCallbacksContainer_OnErrorInfo, (ErrorInfoCallbacksContainer * __this, ErrorInfo * errorInfo, MethodInfo * method)); DO_APP_FUNC(0x01F034D0, void, ErrorInfo__ctor, (ErrorInfo * __this, EventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x01F035E0, String *, ErrorInfo_ToString, (ErrorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01F03670, Type *, LoadBalancingPeer_get_PingImplementation, (MethodInfo * method)); DO_APP_FUNC(0x01F036B0, void, LoadBalancingPeer_set_PingImplementation, (Type * value, MethodInfo * method)); DO_APP_FUNC(0x01F03750, void, LoadBalancingPeer__ctor, (LoadBalancingPeer * __this, ConnectionProtocol__Enum protocolType, MethodInfo * method)); DO_APP_FUNC(0x01F03AB0, void, LoadBalancingPeer__ctor_1, (LoadBalancingPeer * __this, IPhotonPeerListener * listener, ConnectionProtocol__Enum protocolType, MethodInfo * method)); DO_APP_FUNC(0x01F03B80, void, LoadBalancingPeer_ConfigUnitySockets, (LoadBalancingPeer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0F10, LoadBalancingPeer_ConfigUnitySockets__MethodInfo); DO_APP_FUNC(0x01F03D50, bool, LoadBalancingPeer_OpGetRegions, (LoadBalancingPeer * __this, String * appId, MethodInfo * method)); DO_APP_FUNC(0x01F03E90, bool, LoadBalancingPeer_OpJoinLobby, (LoadBalancingPeer * __this, TypedLobby * lobby, MethodInfo * method)); DO_APP_FUNC(0x01F04090, bool, LoadBalancingPeer_OpLeaveLobby, (LoadBalancingPeer * __this, MethodInfo * method)); DO_APP_FUNC(0x01F04160, void, LoadBalancingPeer_RoomOptionsToOpParameters, (LoadBalancingPeer * __this, Dictionary_2_System_Byte_System_Object_ * op, RoomOptions * roomOptions, bool usePropertiesKey, MethodInfo * method)); DO_APP_FUNC(0x01F04680, bool, LoadBalancingPeer_OpCreateRoom, (LoadBalancingPeer * __this, EnterRoomParams * opParams, MethodInfo * method)); DO_APP_FUNC(0x01F049F0, bool, LoadBalancingPeer_OpJoinRoom, (LoadBalancingPeer * __this, EnterRoomParams * opParams, MethodInfo * method)); DO_APP_FUNC(0x01F04DE0, bool, LoadBalancingPeer_OpJoinRandomRoom, (LoadBalancingPeer * __this, OpJoinRandomRoomParams * opJoinRandomRoomParams, MethodInfo * method)); DO_APP_FUNC(0x01F051F0, bool, LoadBalancingPeer_OpJoinRandomOrCreateRoom, (LoadBalancingPeer * __this, OpJoinRandomRoomParams * opJoinRandomRoomParams, EnterRoomParams * createRoomParams, MethodInfo * method)); DO_APP_FUNC(0x01F05680, bool, LoadBalancingPeer_OpLeaveRoom, (LoadBalancingPeer * __this, bool becomeInactive, bool sendAuthCookie, MethodInfo * method)); DO_APP_FUNC(0x01F05850, bool, LoadBalancingPeer_OpGetGameList, (LoadBalancingPeer * __this, TypedLobby * lobby, String * queryData, MethodInfo * method)); DO_APP_FUNC(0x01F05B60, bool, LoadBalancingPeer_OpFindFriends, (LoadBalancingPeer * __this, String__Array * friendsToFind, FindFriendsOptions * options, MethodInfo * method)); DO_APP_FUNC(0x01F05D30, bool, LoadBalancingPeer_OpSetCustomPropertiesOfActor, (LoadBalancingPeer * __this, int32_t actorNr, Hashtable_1 * actorProperties, MethodInfo * method)); DO_APP_FUNC(0x01F05DC0, bool, LoadBalancingPeer_OpSetPropertiesOfActor, (LoadBalancingPeer * __this, int32_t actorNr, Hashtable_1 * actorProperties, Hashtable_1 * expectedProperties, WebFlags * webflags, MethodInfo * method)); DO_APP_FUNC(0x01F06120, bool, LoadBalancingPeer_OpSetPropertyOfRoom, (LoadBalancingPeer * __this, uint8_t propCode, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01F06210, bool, LoadBalancingPeer_OpSetCustomPropertiesOfRoom, (LoadBalancingPeer * __this, Hashtable_1 * gameProperties, MethodInfo * method)); DO_APP_FUNC(0x01F06290, bool, LoadBalancingPeer_OpSetPropertiesOfRoom, (LoadBalancingPeer * __this, Hashtable_1 * gameProperties, Hashtable_1 * expectedProperties, WebFlags * webflags, MethodInfo * method)); DO_APP_FUNC(0x01F06590, bool, LoadBalancingPeer_OpAuthenticate, (LoadBalancingPeer * __this, String * appId, String * appVersion, AuthenticationValues * authValues, String * regionCode, bool getLobbyStatistics, MethodInfo * method)); DO_APP_FUNC(0x01F06B00, bool, LoadBalancingPeer_OpAuthenticateOnce, (LoadBalancingPeer * __this, String * appId, String * appVersion, AuthenticationValues * authValues, String * regionCode, EncryptionMode__Enum encryptionMode, ConnectionProtocol__Enum expectedProtocol, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0D68, LoadBalancingPeer_OpAuthenticateOnce__MethodInfo); DO_APP_FUNC(0x01F07240, bool, LoadBalancingPeer_OpChangeGroups, (LoadBalancingPeer * __this, Byte__Array * groupsToRemove, Byte__Array * groupsToAdd, MethodInfo * method)); DO_APP_FUNC(0x01F07410, bool, LoadBalancingPeer_OpRaiseEvent, (LoadBalancingPeer * __this, uint8_t eventCode, Object * customEventContent, RaiseEventOptions * raiseEventOptions, SendOptions sendOptions, MethodInfo * method)); DO_APP_FUNC(0x01F07810, bool, LoadBalancingPeer_OpSettings, (LoadBalancingPeer * __this, bool receiveLobbyStats, MethodInfo * method)); DO_APP_FUNC(0x01F079F0, void, LoadBalancingPeer_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LoadBalancingPeer_c__ctor, (LoadBalancingPeer_c * __this, MethodInfo * method)); DO_APP_FUNC(0x01F07AA0, ParameterDictionary *, LoadBalancingPeer_c___ctor_b__4_0, (LoadBalancingPeer_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0F40, LoadBalancingPeer_c___ctor_b__4_0__MethodInfo); DO_APP_FUNC(0x01F07B00, void, LoadBalancingPeer_c___ctor_b__4_1, (LoadBalancingPeer_c * __this, ParameterDictionary * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0F50, LoadBalancingPeer_c___ctor_b__4_1__MethodInfo); DO_APP_FUNC(0x01F07B20, int32_t, FindFriendsOptions_ToIntFlags, (FindFriendsOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FindFriendsOptions__ctor, (FindFriendsOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpJoinRandomRoomParams__ctor, (OpJoinRandomRoomParams * __this, MethodInfo * method)); DO_APP_FUNC(0x00681CB0, void, EnterRoomParams__ctor, (EnterRoomParams * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ErrorCode__ctor, (ErrorCode * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ActorProperties__ctor, (ActorProperties * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GamePropertyKey__ctor, (GamePropertyKey * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EventCode__ctor, (EventCode * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ParameterCode__ctor, (ParameterCode * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OperationCode__ctor, (OperationCode * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, RoomOptions_get_IsVisible, (RoomOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, RoomOptions_set_IsVisible, (RoomOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00422A30, bool, RoomOptions_get_IsOpen, (RoomOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A40, void, RoomOptions_set_IsOpen, (RoomOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, RoomOptions_get_CleanupCacheOnLeave, (RoomOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, RoomOptions_set_CleanupCacheOnLeave, (RoomOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x008FC900, bool, RoomOptions_get_SuppressRoomEvents, (RoomOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x00985F10, void, RoomOptions_set_SuppressRoomEvents, (RoomOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00610410, bool, RoomOptions_get_SuppressPlayerInfo, (RoomOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x01D81110, void, RoomOptions_set_SuppressPlayerInfo, (RoomOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0060F880, bool, RoomOptions_get_PublishUserId, (RoomOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1EBE0, void, RoomOptions_set_PublishUserId, (RoomOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0060F990, bool, RoomOptions_get_DeleteNullProperties, (RoomOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x01F07B50, void, RoomOptions_set_DeleteNullProperties, (RoomOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006104D0, bool, RoomOptions_get_BroadcastPropsChangeToAll, (RoomOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x01D595A0, void, RoomOptions_set_BroadcastPropsChangeToAll, (RoomOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F07B60, void, RoomOptions__ctor, (RoomOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x01F07C00, void, RaiseEventOptions__ctor, (RaiseEventOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x01F07CB0, void, RaiseEventOptions__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01F07D60, bool, TypedLobby_get_IsDefault, (TypedLobby * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TypedLobby__ctor, (TypedLobby * __this, MethodInfo * method)); DO_APP_FUNC(0x003BACC0, void, TypedLobby__ctor_1, (TypedLobby * __this, String * name, LobbyType__Enum_1 type, MethodInfo * method)); DO_APP_FUNC(0x01F07D80, String *, TypedLobby_ToString, (TypedLobby * __this, MethodInfo * method)); DO_APP_FUNC(0x01F07E40, void, TypedLobby__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01F07EF0, String *, TypedLobbyInfo_ToString, (TypedLobbyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01F08120, void, TypedLobbyInfo__ctor, (TypedLobbyInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, CustomAuthenticationType__Enum, AuthenticationValues_get_AuthType, (AuthenticationValues * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, AuthenticationValues_set_AuthType, (AuthenticationValues * __this, CustomAuthenticationType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, AuthenticationValues_get_AuthGetParameters, (AuthenticationValues * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, AuthenticationValues_set_AuthGetParameters, (AuthenticationValues * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Object *, AuthenticationValues_get_AuthPostData, (AuthenticationValues * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, AuthenticationValues_set_AuthPostData, (AuthenticationValues * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Object *, AuthenticationValues_get_Token, (AuthenticationValues * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, AuthenticationValues_set_Token, (AuthenticationValues * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, AuthenticationValues_get_UserId, (AuthenticationValues * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, AuthenticationValues_set_UserId, (AuthenticationValues * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01F08170, void, AuthenticationValues__ctor, (AuthenticationValues * __this, MethodInfo * method)); DO_APP_FUNC(0x01F08180, void, AuthenticationValues__ctor_1, (AuthenticationValues * __this, String * userId, MethodInfo * method)); DO_APP_FUNC(0x01F081E0, void, AuthenticationValues_SetAuthPostData, (AuthenticationValues * __this, String * stringData, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, AuthenticationValues_SetAuthPostData_1, (AuthenticationValues * __this, Byte__Array * byteData, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, AuthenticationValues_SetAuthPostData_2, (AuthenticationValues * __this, Dictionary_2_System_String_System_Object_ * dictData, MethodInfo * method)); DO_APP_FUNC(0x01F08260, void, AuthenticationValues_AddAuthParameter, (AuthenticationValues * __this, String * key, String * value, MethodInfo * method)); DO_APP_FUNC(0x01F08510, String *, AuthenticationValues_ToString, (AuthenticationValues * __this, MethodInfo * method)); DO_APP_FUNC(0x01F087D0, AuthenticationValues *, AuthenticationValues_CopyTo, (AuthenticationValues * __this, AuthenticationValues * copy, MethodInfo * method)); DO_APP_FUNC(0x01F08900, bool, PhotonPing_StartPing, (PhotonPing * __this, String * ip, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0BE8, PhotonPing_StartPing__MethodInfo); DO_APP_FUNC(0x01F08950, bool, PhotonPing_Done, (PhotonPing * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0BF0, PhotonPing_Done__MethodInfo); DO_APP_FUNC(0x01F089A0, void, PhotonPing_Dispose, (PhotonPing * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0BE0, PhotonPing_Dispose__MethodInfo); DO_APP_FUNC(0x01F089F0, void, PhotonPing_Init, (PhotonPing * __this, MethodInfo * method)); DO_APP_FUNC(0x01F08A80, void, PhotonPing__ctor, (PhotonPing * __this, MethodInfo * method)); DO_APP_FUNC(0x01F08BD0, void, PhotonPing__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01F08CE0, bool, PingMono_StartPing, (PingMono * __this, String * ip, MethodInfo * method)); DO_APP_FUNC(0x01F09090, bool, PingMono_Done, (PingMono * __this, MethodInfo * method)); DO_APP_FUNC(0x01F09290, void, PingMono_Dispose, (PingMono * __this, MethodInfo * method)); DO_APP_FUNC(0x01F09320, void, PingMono__ctor, (PingMono * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Room *, Player_1_get_RoomReference, (Player_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, Player_1_set_RoomReference, (Player_1 * __this, Room * value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, Player_1_get_ActorNumber, (Player_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x012AE9D0, bool, Player_1_get_HasRejoined, (Player_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CFE700, void, Player_1_set_HasRejoined, (Player_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, Player_1_get_NickName, (Player_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01F094A0, void, Player_1_set_NickName, (Player_1 * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, Player_1_get_UserId, (Player_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, Player_1_set_UserId, (Player_1 * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01F09560, bool, Player_1_get_IsMasterClient, (Player_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, Player_1_get_IsInactive, (Player_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88980, void, Player_1_set_IsInactive, (Player_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Hashtable_1 *, Player_1_get_CustomProperties, (Player_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, Player_1_set_CustomProperties, (Player_1 * __this, Hashtable_1 * value, MethodInfo * method)); DO_APP_FUNC(0x01F09580, void, Player_1__ctor, (Player_1 * __this, String * nickName, int32_t actorNumber, bool isLocal, MethodInfo * method)); DO_APP_FUNC(0x01F095A0, void, Player_1__ctor_1, (Player_1 * __this, String * nickName, int32_t actorNumber, bool isLocal, Hashtable_1 * playerProperties, MethodInfo * method)); DO_APP_FUNC(0x01F09770, Player_1 *, Player_1_Get, (Player_1 * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01F097A0, Player_1 *, Player_1_GetNext, (Player_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01F097B0, Player_1 *, Player_1_GetNextFor, (Player_1 * __this, Player_1 * currentPlayer, MethodInfo * method)); DO_APP_FUNC(0x01F097D0, Player_1 *, Player_1_GetNextFor_1, (Player_1 * __this, int32_t currentPlayerId, MethodInfo * method)); DO_APP_FUNC(0x01F09B70, void, Player_1_InternalCacheProperties, (Player_1 * __this, Hashtable_1 * properties, MethodInfo * method)); DO_APP_FUNC(0x01F09DB0, String *, Player_1_ToString, (Player_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01F09E60, String *, Player_1_ToStringFull, (Player_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0A100, bool, Player_1_Equals, (Player_1 * __this, Object * p, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, Player_1_GetHashCode, (Player_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0A1B0, void, Player_1_ChangeLocalID, (Player_1 * __this, int32_t newID, MethodInfo * method)); DO_APP_FUNC(0x01F0A1C0, bool, Player_1_SetCustomProperties, (Player_1 * __this, Hashtable_1 * propertiesToSet, Hashtable_1 * expectedValues, WebFlags * webFlags, MethodInfo * method)); DO_APP_FUNC(0x01F0A3C0, bool, Player_1_SetPlayerNameProperty, (Player_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, Region_1_get_Code, (Region_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, Region_1_set_Code, (Region_1 * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, Region_1_get_Cluster, (Region_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, Region_1_set_Cluster, (Region_1 * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, Region_1_get_HostAndPort, (Region_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, Region_1_set_HostAndPort, (Region_1 * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, Region_1_get_Ping, (Region_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, Region_1_set_Ping, (Region_1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01F0A480, bool, Region_1_get_WasPinged, (Region_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0A490, void, Region_1__ctor, (Region_1 * __this, String * code, String * address, MethodInfo * method)); DO_APP_FUNC(0x01F0A510, void, Region_1__ctor_1, (Region_1 * __this, String * code, int32_t ping, MethodInfo * method)); DO_APP_FUNC(0x01F0A540, void, Region_1_SetCodeAndCluster, (Region_1 * __this, String * codeAsString, MethodInfo * method)); DO_APP_FUNC(0x01F0A7B0, String *, Region_1_ToString, (Region_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0A7C0, String *, Region_1_ToString_1, (Region_1 * __this, bool compact, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, List_1_Photon_Realtime_Region_ *, RegionHandler_get_EnabledRegions, (RegionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, RegionHandler_set_EnabledRegions, (RegionHandler * __this, List_1_Photon_Realtime_Region_ * value, MethodInfo * method)); DO_APP_FUNC(0x01F0A8F0, Region_1 *, RegionHandler_get_BestRegion, (RegionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0AAF0, String *, RegionHandler_get_SummaryToCache, (RegionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0AD90, String *, RegionHandler_GetResults, (RegionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0B1C0, void, RegionHandler_SetRegions, (RegionHandler * __this, OperationResponse * opGetRegions, MethodInfo * method)); DO_APP_FUNC(0x00434A10, bool, RegionHandler_get_IsPinging, (RegionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x005391A0, void, RegionHandler_set_IsPinging, (RegionHandler * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x004305B0, bool, RegionHandler_get_Aborted, (RegionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x004305C0, void, RegionHandler_set_Aborted, (RegionHandler * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F0B590, void, RegionHandler__ctor, (RegionHandler * __this, uint16_t masterServerPortOverride, MethodInfo * method)); DO_APP_FUNC(0x01F0B680, bool, RegionHandler_PingMinimumOfRegions, (RegionHandler * __this, Action_1_Photon_Realtime_RegionHandler_ * onCompleteCallback, String * previousSummary, MethodInfo * method)); DO_APP_FUNC(0x01F0BDF0, void, RegionHandler_Abort, (RegionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0C1D0, void, RegionHandler_OnPreferredRegionPinged, (RegionHandler * __this, Region_1 * preferredRegion, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0848, RegionHandler_OnPreferredRegionPinged__MethodInfo); DO_APP_FUNC(0x01F0C230, bool, RegionHandler_PingEnabledRegions, (RegionHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0C670, void, RegionHandler_OnRegionDone, (RegionHandler * __this, Region_1 * region, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0950, RegionHandler_OnRegionDone__MethodInfo); DO_APP_FUNC(0x01F0CA40, void, RegionHandler_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RegionHandler_c__ctor, (RegionHandler_c * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0CAF0, int32_t, RegionHandler_c__get_BestRegion_b__8_0, (RegionHandler_c * __this, Region_1 * a, Region_1 * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0A10, RegionHandler_c__get_BestRegion_b__8_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, RegionHandler_c_DisplayClass28_0__ctor, (RegionHandler_c_DisplayClass28_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x006601D0, bool, RegionHandler_c_DisplayClass28_0__PingMinimumOfRegions_b__0, (RegionHandler_c_DisplayClass28_0 * __this, Region_1 * r, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0820, RegionHandler_c_DisplayClass28_0__PingMinimumOfRegions_b__0__MethodInfo); DO_APP_FUNC(0x003CB250, bool, RegionPinger_get_Done, (RegionPinger * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0D520, void, RegionPinger_set_Done, (RegionPinger * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01AEE970, bool, RegionPinger_get_Aborted, (RegionPinger * __this, MethodInfo * method)); DO_APP_FUNC(0x01AEE980, void, RegionPinger_set_Aborted, (RegionPinger * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F0CB30, void, RegionPinger__ctor, (RegionPinger * __this, Region_1 * region, Action_1_Photon_Realtime_Region_ * onDoneCallback, MethodInfo * method)); DO_APP_FUNC(0x01F0CC80, PhotonPing *, RegionPinger_GetPingImplementation, (RegionPinger * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0CF90, bool, RegionPinger_Start, (RegionPinger * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0D320, void, RegionPinger_Abort, (RegionPinger * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0D350, bool, RegionPinger_RegionPingThreaded, (RegionPinger * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0888, RegionPinger_RegionPingThreaded__MethodInfo); DO_APP_FUNC(0x01F0D6C0, IEnumerator *, RegionPinger_RegionPingCoroutine, (RegionPinger * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0D760, String *, RegionPinger_GetResults, (RegionPinger * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0D8A0, String *, RegionPinger_ResolveHost, (String * hostName, MethodInfo * method)); DO_APP_FUNC(0x01F0DAE0, void, RegionPinger__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01F0DB50, void, RegionPinger__Start_b__19_0, (RegionPinger * __this, Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB08A0, RegionPinger__Start_b__19_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, RegionPinger_RegionPingCoroutine_d_22__ctor, (RegionPinger_RegionPingCoroutine_d_22 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RegionPinger_RegionPingCoroutine_d_22_System_IDisposable_Dispose, (RegionPinger_RegionPingCoroutine_d_22 * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0DB60, bool, RegionPinger_RegionPingCoroutine_d_22_MoveNext, (RegionPinger_RegionPingCoroutine_d_22 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, RegionPinger_RegionPingCoroutine_d_22_System_Collections_Generic_IEnumerator_System_Object__get_Current, (RegionPinger_RegionPingCoroutine_d_22 * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0E340, void, RegionPinger_RegionPingCoroutine_d_22_System_Collections_IEnumerator_Reset, (RegionPinger_RegionPingCoroutine_d_22 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1FF8, RegionPinger_RegionPingCoroutine_d_22_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, RegionPinger_RegionPingCoroutine_d_22_System_Collections_IEnumerator_get_Current, (RegionPinger_RegionPingCoroutine_d_22 * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0E390, MonoBehaviourEmpty *, MonoBehaviourEmpty_BuildInstance, (String * id, MethodInfo * method)); DO_APP_FUNC(0x01F0E4A0, void, MonoBehaviourEmpty_SelfDestroy, (MonoBehaviourEmpty * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0E540, void, MonoBehaviourEmpty_Update, (MonoBehaviourEmpty * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, MonoBehaviourEmpty_CompleteOnMainThread, (MonoBehaviourEmpty * __this, RegionHandler * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0868, MonoBehaviourEmpty_CompleteOnMainThread__MethodInfo); DO_APP_FUNC(0x01F0E640, void, MonoBehaviourEmpty_StartCoroutineAndDestroy, (MonoBehaviourEmpty * __this, IEnumerator * coroutine, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, MonoBehaviourEmpty__ctor, (MonoBehaviourEmpty * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MonoBehaviourEmpty_c_DisplayClass6_0__ctor, (MonoBehaviourEmpty_c_DisplayClass6_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0E7F0, IEnumerator *, MonoBehaviourEmpty_c_DisplayClass6_0__StartCoroutineAndDestroy_g__Routine_0, (MonoBehaviourEmpty_c_DisplayClass6_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, MonoBehaviourEmpty_c_DisplayClass6_0_StartCoroutineAndDestroy_g_Routine_0_d__ctor, (MonoBehaviourEmpty_c_DisplayClass6_0_StartCoroutineAndDestroy_g_Routine_0_d * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MonoBehaviourEmpty_c_DisplayClass6_0_StartCoroutineAndDestroy_g_Routine_0_d_System_IDisposable_Dispose, (MonoBehaviourEmpty_c_DisplayClass6_0_StartCoroutineAndDestroy_g_Routine_0_d * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0E890, bool, MonoBehaviourEmpty_c_DisplayClass6_0_StartCoroutineAndDestroy_g_Routine_0_d_MoveNext, (MonoBehaviourEmpty_c_DisplayClass6_0_StartCoroutineAndDestroy_g_Routine_0_d * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, MonoBehaviourEmpty_c_DisplayClass6_0_StartCoroutineAndDestroy_g_Routine_0_d_System_Collections_Generic_IEnumerator_System_Object__get_Current, (MonoBehaviourEmpty_c_DisplayClass6_0_StartCoroutineAndDestroy_g_Routine_0_d * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0E940, void, MonoBehaviourEmpty_c_DisplayClass6_0_StartCoroutineAndDestroy_g_Routine_0_d_System_Collections_IEnumerator_Reset, (MonoBehaviourEmpty_c_DisplayClass6_0_StartCoroutineAndDestroy_g_Routine_0_d * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1FD8, MonoBehaviourEmpty_c_DisplayClass6_0_StartCoroutineAndDestroy_g_Routine_0_d_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, MonoBehaviourEmpty_c_DisplayClass6_0_StartCoroutineAndDestroy_g_Routine_0_d_System_Collections_IEnumerator_get_Current, (MonoBehaviourEmpty_c_DisplayClass6_0_StartCoroutineAndDestroy_g_Routine_0_d * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, LoadBalancingClient *, Room_get_LoadBalancingClient, (Room * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, Room_set_LoadBalancingClient, (Room * __this, LoadBalancingClient * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, String *, Room_get_Name, (Room * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, Room_set_Name, (Room * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00C7C380, bool, Room_get_IsOffline, (Room * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7C390, void, Room_set_IsOffline, (Room * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, Room_get_IsOpen, (Room * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0E990, void, Room_set_IsOpen, (Room * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00422AF0, bool, Room_get_IsVisible, (Room * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0EA70, void, Room_set_IsVisible, (Room * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, Room_get_MaxPlayers, (Room * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0EB50, void, Room_set_MaxPlayers, (Room * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01F0EC40, int32_t, Room_get_PlayerCount, (Room * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7010, Dictionary_2_System_Int32_Photon_Realtime_Player_ *, Room_get_Players, (Room * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, Room_set_Players, (Room * __this, Dictionary_2_System_Int32_Photon_Realtime_Player_ * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String__Array *, Room_get_ExpectedUsers, (Room * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, Room_get_PlayerTtl, (Room * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0EC90, void, Room_set_PlayerTtl, (Room * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, Room_get_EmptyRoomTtl, (Room * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0ED20, void, Room_set_EmptyRoomTtl, (Room * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C5400, int32_t, Room_get_MasterClientId, (Room * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String__Array *, Room_get_PropertiesListedInLobby, (Room * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, Room_set_PropertiesListedInLobby, (Room * __this, String__Array * value, MethodInfo * method)); DO_APP_FUNC(0x008D2680, bool, Room_get_AutoCleanUp, (Room * __this, MethodInfo * method)); DO_APP_FUNC(0x009CAB20, bool, Room_get_BroadcastPropertiesChangeToAll, (Room * __this, MethodInfo * method)); DO_APP_FUNC(0x009CAB30, void, Room_set_BroadcastPropertiesChangeToAll, (Room * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00804C10, bool, Room_get_SuppressRoomEvents, (Room * __this, MethodInfo * method)); DO_APP_FUNC(0x00C52680, void, Room_set_SuppressRoomEvents, (Room * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F0EDB0, bool, Room_get_SuppressPlayerInfo, (Room * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0EDC0, void, Room_set_SuppressPlayerInfo, (Room * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F0EDD0, bool, Room_get_PublishUserId, (Room * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0EDE0, void, Room_set_PublishUserId, (Room * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01B48DA0, bool, Room_get_DeleteNullProperties, (Room * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0EDF0, void, Room_set_DeleteNullProperties, (Room * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F0EE00, void, Room__ctor, (Room * __this, String * roomName, RoomOptions * options, bool isOffline, MethodInfo * method)); DO_APP_FUNC(0x01F0EFA0, void, Room_InternalCacheRoomFlags, (Room * __this, int32_t roomFlags, MethodInfo * method)); DO_APP_FUNC(0x01F0EFE0, void, Room_InternalCacheProperties, (Room * __this, Hashtable_1 * propertiesToCache, MethodInfo * method)); DO_APP_FUNC(0x01F0F060, bool, Room_SetCustomProperties, (Room * __this, Hashtable_1 * propertiesToSet, Hashtable_1 * expectedProperties, WebFlags * webFlags, MethodInfo * method)); DO_APP_FUNC(0x01F0F1B0, bool, Room_SetPropertiesListedInLobby, (Room * __this, String__Array * lobbyProps, MethodInfo * method)); DO_APP_FUNC(0x01F0F2A0, void, Room_RemovePlayer, (Room * __this, Player_1 * player, MethodInfo * method)); DO_APP_FUNC(0x01F0F360, void, Room_RemovePlayer_1, (Room * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01F0F3A0, bool, Room_SetMasterClient, (Room * __this, Player_1 * masterClientPlayer, MethodInfo * method)); DO_APP_FUNC(0x01F0F550, bool, Room_AddPlayer, (Room * __this, Player_1 * player, MethodInfo * method)); DO_APP_FUNC(0x01F0F600, Player_1 *, Room_StorePlayer, (Room * __this, Player_1 * player, MethodInfo * method)); DO_APP_FUNC(0x01F0F6E0, Player_1 *, Room_GetPlayer, (Room * __this, int32_t id, bool findMaster, MethodInfo * method)); DO_APP_FUNC(0x01F0F770, bool, Room_ClearExpectedUsers, (Room * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0F7E0, bool, Room_SetExpectedUsers, (Room * __this, String__Array * newExpectedUsers, MethodInfo * method)); DO_APP_FUNC(0x01F0F870, bool, Room_SetExpectedUsers_1, (Room * __this, String__Array * newExpectedUsers, String__Array * oldExpectedUsers, MethodInfo * method)); DO_APP_FUNC(0x01F0F9B0, String *, Room_ToString, (Room * __this, MethodInfo * method)); DO_APP_FUNC(0x01F0FCA0, String *, Room_ToStringFull, (Room * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Hashtable_1 *, RoomInfo_get_CustomProperties, (RoomInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, String *, RoomInfo_get_Name, (RoomInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A6C0, int32_t, RoomInfo_get_PlayerCount, (RoomInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A710, void, RoomInfo_set_PlayerCount, (RoomInfo * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, RoomInfo_get_MaxPlayers, (RoomInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, RoomInfo_get_IsOpen, (RoomInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AF0, bool, RoomInfo_get_IsVisible, (RoomInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01F10040, void, RoomInfo__ctor, (RoomInfo * __this, String * roomName, Hashtable_1 * roomProperties, MethodInfo * method)); DO_APP_FUNC(0x01F101D0, bool, RoomInfo_Equals, (RoomInfo * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x01F102A0, int32_t, RoomInfo_GetHashCode, (RoomInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01F102D0, String *, RoomInfo_ToString, (RoomInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01F10590, String *, RoomInfo_ToStringFull, (RoomInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01F10900, void, RoomInfo_InternalCacheProperties, (RoomInfo * __this, Hashtable_1 * propertiesToCache, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, LoadBalancingClient *, SupportLogger_get_Client, (SupportLogger * __this, MethodInfo * method)); DO_APP_FUNC(0x01F10DC0, void, SupportLogger_set_Client, (SupportLogger * __this, LoadBalancingClient * value, MethodInfo * method)); DO_APP_FUNC(0x01F10E60, void, SupportLogger_Start, (SupportLogger * __this, MethodInfo * method)); DO_APP_FUNC(0x01F10F60, void, SupportLogger_OnDestroy, (SupportLogger * __this, MethodInfo * method)); DO_APP_FUNC(0x01F11000, void, SupportLogger_OnApplicationPause, (SupportLogger * __this, bool pause, MethodInfo * method)); DO_APP_FUNC(0x01F111C0, void, SupportLogger_OnApplicationQuit, (SupportLogger * __this, MethodInfo * method)); DO_APP_FUNC(0x01F11210, void, SupportLogger_StartLogStats, (SupportLogger * __this, MethodInfo * method)); DO_APP_FUNC(0x01F11270, void, SupportLogger_StopLogStats, (SupportLogger * __this, MethodInfo * method)); DO_APP_FUNC(0x01F11300, void, SupportLogger_StartTrackValues, (SupportLogger * __this, MethodInfo * method)); DO_APP_FUNC(0x01F11360, void, SupportLogger_StopTrackValues, (SupportLogger * __this, MethodInfo * method)); DO_APP_FUNC(0x01F113F0, String *, SupportLogger_GetFormattedTimestamp, (SupportLogger * __this, MethodInfo * method)); DO_APP_FUNC(0x01F11820, void, SupportLogger_TrackValues, (SupportLogger * __this, MethodInfo * method)); DO_APP_FUNC(0x01F11870, void, SupportLogger_LogStats, (SupportLogger * __this, MethodInfo * method)); DO_APP_FUNC(0x01F11B00, void, SupportLogger_LogBasics, (SupportLogger * __this, MethodInfo * method)); DO_APP_FUNC(0x01F12800, void, SupportLogger_OnConnected, (SupportLogger * __this, MethodInfo * method)); DO_APP_FUNC(0x01F12A00, void, SupportLogger_OnConnectedToMaster, (SupportLogger * __this, MethodInfo * method)); DO_APP_FUNC(0x01F12A80, void, SupportLogger_OnFriendListUpdate, (SupportLogger * __this, List_1_Photon_Realtime_FriendInfo_ * friendList, MethodInfo * method)); DO_APP_FUNC(0x01F12B00, void, SupportLogger_OnJoinedLobby, (SupportLogger * __this, MethodInfo * method)); DO_APP_FUNC(0x01F12BE0, void, SupportLogger_OnLeftLobby, (SupportLogger * __this, MethodInfo * method)); DO_APP_FUNC(0x01F12C60, void, SupportLogger_OnCreateRoomFailed, (SupportLogger * __this, int16_t returnCode, String * message, MethodInfo * method)); DO_APP_FUNC(0x01F12EF0, void, SupportLogger_OnJoinedRoom, (SupportLogger * __this, MethodInfo * method)); DO_APP_FUNC(0x01F13220, void, SupportLogger_OnJoinRoomFailed, (SupportLogger * __this, int16_t returnCode, String * message, MethodInfo * method)); DO_APP_FUNC(0x01F134B0, void, SupportLogger_OnJoinRandomFailed, (SupportLogger * __this, int16_t returnCode, String * message, MethodInfo * method)); DO_APP_FUNC(0x01F13740, void, SupportLogger_OnCreatedRoom, (SupportLogger * __this, MethodInfo * method)); DO_APP_FUNC(0x01F13A70, void, SupportLogger_OnLeftRoom, (SupportLogger * __this, MethodInfo * method)); DO_APP_FUNC(0x01F13AF0, void, SupportLogger_OnDisconnected, (SupportLogger * __this, DisconnectCause__Enum cause, MethodInfo * method)); DO_APP_FUNC(0x01F13CD0, void, SupportLogger_OnRegionListReceived, (SupportLogger * __this, RegionHandler * regionHandler, MethodInfo * method)); DO_APP_FUNC(0x01F13D50, void, SupportLogger_OnRoomListUpdate, (SupportLogger * __this, List_1_Photon_Realtime_RoomInfo_ * roomList, MethodInfo * method)); DO_APP_FUNC(0x01F13E90, void, SupportLogger_OnPlayerEnteredRoom, (SupportLogger * __this, Player_1 * newPlayer, MethodInfo * method)); DO_APP_FUNC(0x01F13F70, void, SupportLogger_OnPlayerLeftRoom, (SupportLogger * __this, Player_1 * otherPlayer, MethodInfo * method)); DO_APP_FUNC(0x01F14050, void, SupportLogger_OnRoomPropertiesUpdate, (SupportLogger * __this, Hashtable_1 * propertiesThatChanged, MethodInfo * method)); DO_APP_FUNC(0x01F140D0, void, SupportLogger_OnPlayerPropertiesUpdate, (SupportLogger * __this, Player_1 * targetPlayer, Hashtable_1 * changedProps, MethodInfo * method)); DO_APP_FUNC(0x01F14150, void, SupportLogger_OnMasterClientSwitched, (SupportLogger * __this, Player_1 * newMasterClient, MethodInfo * method)); DO_APP_FUNC(0x01F14230, void, SupportLogger_OnCustomAuthenticationResponse, (SupportLogger * __this, Dictionary_2_System_String_System_Object_ * data, MethodInfo * method)); DO_APP_FUNC(0x01F14350, void, SupportLogger_OnCustomAuthenticationFailed, (SupportLogger * __this, String * debugMessage, MethodInfo * method)); DO_APP_FUNC(0x01F14400, void, SupportLogger_OnLobbyStatisticsUpdate, (SupportLogger * __this, List_1_Photon_Realtime_TypedLobbyInfo_ * lobbyStatistics, MethodInfo * method)); DO_APP_FUNC(0x01F14480, void, SupportLogger_OnErrorInfo, (SupportLogger * __this, ErrorInfo * errorInfo, MethodInfo * method)); DO_APP_FUNC(0x005F7720, void, SupportLogger__ctor, (SupportLogger * __this, MethodInfo * method)); DO_APP_FUNC(0x01F14500, PhotonAppSettings *, PhotonAppSettings_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x01F14630, void, PhotonAppSettings_set_Instance, (PhotonAppSettings * value, MethodInfo * method)); DO_APP_FUNC(0x01F146D0, void, PhotonAppSettings_LoadOrCreateSettings, (MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, PhotonAppSettings__ctor, (PhotonAppSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, WebRpcResponse_get_Name, (WebRpcResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, WebRpcResponse_set_Name, (WebRpcResponse * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, WebRpcResponse_get_ResultCode, (WebRpcResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, WebRpcResponse_set_ResultCode, (WebRpcResponse * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, WebRpcResponse_get_ReturnCode, (WebRpcResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, WebRpcResponse_get_Message, (WebRpcResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, WebRpcResponse_set_Message, (WebRpcResponse * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, WebRpcResponse_get_DebugMessage, (WebRpcResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Dictionary_2_System_String_System_Object_ *, WebRpcResponse_get_Parameters, (WebRpcResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, WebRpcResponse_set_Parameters, (WebRpcResponse * __this, Dictionary_2_System_String_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x01F14D30, void, WebRpcResponse__ctor, (WebRpcResponse * __this, OperationResponse * response, MethodInfo * method)); DO_APP_FUNC(0x01F15090, String *, WebRpcResponse_ToStringFull, (WebRpcResponse * __this, MethodInfo * method)); DO_APP_FUNC(0x01C699E0, bool, WebFlags_get_HttpForward, (WebFlags * __this, MethodInfo * method)); DO_APP_FUNC(0x01F152C0, void, WebFlags_set_HttpForward, (WebFlags * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F152F0, bool, WebFlags_get_SendAuthCookie, (WebFlags * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15300, void, WebFlags_set_SendAuthCookie, (WebFlags * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F15330, bool, WebFlags_get_SendSync, (WebFlags * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15340, void, WebFlags_set_SendSync, (WebFlags * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01F15370, bool, WebFlags_get_SendState, (WebFlags * __this, MethodInfo * method)); DO_APP_FUNC(0x01F15380, void, WebFlags_set_SendState, (WebFlags * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, WebFlags__ctor, (WebFlags * __this, uint8_t webhookFlags, MethodInfo * method)); DO_APP_FUNC(0x01F153B0, void, WebFlags__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02B2D1E0, void, MonoBehaviourCallbackHooks_add_OnUpdateDelegate, (MonoBehaviourCallbackHooks * __this, Action_1_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x02B2D2E0, void, MonoBehaviourCallbackHooks_remove_OnUpdateDelegate, (MonoBehaviourCallbackHooks * __this, Action_1_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x02B2D3E0, String *, MonoBehaviourCallbackHooks_GetGameObjectName, (MonoBehaviourCallbackHooks * __this, MethodInfo * method)); DO_APP_FUNC(0x02B2D420, void, MonoBehaviourCallbackHooks_Update, (MonoBehaviourCallbackHooks * __this, MethodInfo * method)); DO_APP_FUNC(0x02B2D490, void, MonoBehaviourCallbackHooks__ctor, (MonoBehaviourCallbackHooks * __this, MethodInfo * method)); DO_APP_FUNC(0x02B2D500, Action_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_Exception_ *, ResourceManager_1_get_ExceptionHandler, (MethodInfo * method)); DO_APP_FUNC(0x02B2D560, void, ResourceManager_1_set_ExceptionHandler, (Action_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_Exception_ * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Func_2_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_String_ *, ResourceManager_1_get_InternalIdTransformFunc, (ResourceManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ResourceManager_1_set_InternalIdTransformFunc, (ResourceManager_1 * __this, Func_2_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x02B2D610, String *, ResourceManager_1_TransformInternalId, (ResourceManager_1 * __this, IResourceLocation * location, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Action_1_UnityEngine_Networking_UnityWebRequest_ *, ResourceManager_1_get_WebRequestOverride, (ResourceManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ResourceManager_1_set_WebRequestOverride, (ResourceManager_1 * __this, Action_1_UnityEngine_Networking_UnityWebRequest_ * value, MethodInfo * method)); DO_APP_FUNC(0x02B2D6A0, int32_t, ResourceManager_1_get_OperationCacheCount, (ResourceManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B2D6F0, int32_t, ResourceManager_1_get_InstanceOperationCount, (ResourceManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B2D740, void, ResourceManager_1_AddUpdateReceiver, (ResourceManager_1 * __this, IUpdateReceiver * receiver, MethodInfo * method)); DO_APP_FUNC(0x02B2D7E0, void, ResourceManager_1_RemoveUpdateReciever, (ResourceManager_1 * __this, IUpdateReceiver * receiver, MethodInfo * method)); DO_APP_FUNC(0x003C5320, IAllocationStrategy *, ResourceManager_1_get_Allocator, (ResourceManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, ResourceManager_1_set_Allocator, (ResourceManager_1 * __this, IAllocationStrategy * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, IList_1_UnityEngine_ResourceManagement_ResourceProviders_IResourceProvider_ *, ResourceManager_1_get_ResourceProviders, (ResourceManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C80, CertificateHandler *, ResourceManager_1_get_CertificateHandlerInstance, (ResourceManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C90, void, ResourceManager_1_set_CertificateHandlerInstance, (ResourceManager_1 * __this, CertificateHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02B2D930, void, ResourceManager_1__ctor, (ResourceManager_1 * __this, IAllocationStrategy * alloc, MethodInfo * method)); DO_APP_FUNC(0x02B2E350, void, ResourceManager_1_OnObjectAdded, (ResourceManager_1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64600, ResourceManager_1_OnObjectAdded__MethodInfo); DO_APP_FUNC(0x02B2E3B0, void, ResourceManager_1_OnObjectRemoved, (ResourceManager_1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64610, ResourceManager_1_OnObjectRemoved__MethodInfo); DO_APP_FUNC(0x02B2E410, void, ResourceManager_1_RegisterForCallbacks, (ResourceManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B2E5B0, void, ResourceManager_1_ClearDiagnosticsCallback, (ResourceManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B2E5B0, void, ResourceManager_1_ClearDiagnosticCallbacks, (ResourceManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B2E670, void, ResourceManager_1_UnregisterDiagnosticCallback, (ResourceManager_1 * __this, Action_1_UnityEngine_ResourceManagement_ResourceManager_DiagnosticEventContext_ * func, MethodInfo * method)); DO_APP_FUNC(0x00A90550, void, ResourceManager_1_RegisterDiagnosticCallback, (ResourceManager_1 * __this, Action_4_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_UnityEngine_ResourceManagement_ResourceManager_DiagnosticEventType_Int32_Object_ * func, MethodInfo * method)); DO_APP_FUNC(0x02B2E7D0, void, ResourceManager_1_RegisterDiagnosticCallback_1, (ResourceManager_1 * __this, Action_1_UnityEngine_ResourceManagement_ResourceManager_DiagnosticEventContext_ * func, MethodInfo * method)); DO_APP_FUNC(0x02B2E8E0, void, ResourceManager_1_PostDiagnosticEvent, (ResourceManager_1 * __this, ResourceManager_DiagnosticEventContext context, MethodInfo * method)); DO_APP_FUNC(0x02B2E9B0, IResourceProvider *, ResourceManager_1_GetResourceProvider, (ResourceManager_1 * __this, Type * t, IResourceLocation * location, MethodInfo * method)); DO_APP_FUNC(0x02B2ECB0, Type *, ResourceManager_1_GetDefaultTypeForLocation, (ResourceManager_1 * __this, IResourceLocation * loc, MethodInfo * method)); DO_APP_FUNC(0x02B2ED90, int32_t, ResourceManager_1_CalculateLocationsHash, (ResourceManager_1 * __this, IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * locations, Type * t, MethodInfo * method)); DO_APP_FUNC(0x02B2F010, AsyncOperationHandle, ResourceManager_1_ProvideResource, (ResourceManager_1 * __this, IResourceLocation * location, Type * desiredType, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C644F0, ResourceManager_1_ProvideResource__MethodInfo); DO_APP_FUNC(0x02B2FC10, AsyncOperationHandle, ResourceManager_1_StartOperation, (ResourceManager_1 * __this, IAsyncOperation * operation, AsyncOperationHandle dependency, MethodInfo * method)); DO_APP_FUNC(0x02B2FD60, void, ResourceManager_1_OnInstanceOperationDestroy, (ResourceManager_1 * __this, IAsyncOperation * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C645F8, ResourceManager_1_OnInstanceOperationDestroy__MethodInfo); DO_APP_FUNC(0x02B2FE80, void, ResourceManager_1_OnOperationDestroyNonCached, (ResourceManager_1 * __this, IAsyncOperation * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64620, ResourceManager_1_OnOperationDestroyNonCached__MethodInfo); DO_APP_FUNC(0x02B2FF20, void, ResourceManager_1_OnOperationDestroyCached, (ResourceManager_1 * __this, IAsyncOperation * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64618, ResourceManager_1_OnOperationDestroyCached__MethodInfo); DO_APP_FUNC(0x02B30030, void, ResourceManager_1_AddOperationToCache, (ResourceManager_1 * __this, IOperationCacheKey * key, IAsyncOperation * operation, MethodInfo * method)); DO_APP_FUNC(0x02B300D0, bool, ResourceManager_1_RemoveOperationFromCache, (ResourceManager_1 * __this, IOperationCacheKey * key, MethodInfo * method)); DO_APP_FUNC(0x02B30150, bool, ResourceManager_1_IsOperationCached, (ResourceManager_1 * __this, IOperationCacheKey * key, MethodInfo * method)); DO_APP_FUNC(0x02B301D0, int32_t, ResourceManager_1_CachedOperationCount, (ResourceManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B30220, void, ResourceManager_1_Release, (ResourceManager_1 * __this, AsyncOperationHandle handle, MethodInfo * method)); DO_APP_FUNC(0x02B30240, void, ResourceManager_1_Acquire, (ResourceManager_1 * __this, AsyncOperationHandle handle, MethodInfo * method)); DO_APP_FUNC(0x02B302A0, GroupOperation *, ResourceManager_1_AcquireGroupOpFromCache, (ResourceManager_1 * __this, IOperationCacheKey * key, MethodInfo * method)); DO_APP_FUNC(0x02B303B0, AsyncOperationHandle_1_System_Collections_Generic_IList_1_, ResourceManager_1_CreateGenericGroupOperation, (ResourceManager_1 * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * operations, bool releasedCachedOpOnComplete, MethodInfo * method)); DO_APP_FUNC(0x02B306A0, AsyncOperationHandle_1_System_Collections_Generic_IList_1_, ResourceManager_1_ProvideResourceGroupCached, (ResourceManager_1 * __this, IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * locations, int32_t groupHash, Type * desiredType, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * callback, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x02B31010, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, ResourceManager_1_ProvideScene, (ResourceManager_1 * __this, ISceneProvider * sceneProvider, IResourceLocation * location, LoadSceneMode__Enum loadMode, bool activateOnLoad, int32_t priority, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C644A0, ResourceManager_1_ProvideScene__MethodInfo); DO_APP_FUNC(0x02B31180, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, ResourceManager_1_ReleaseScene, (ResourceManager_1 * __this, ISceneProvider * sceneProvider, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ sceneLoadHandle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C643C8, ResourceManager_1_ReleaseScene__MethodInfo); DO_APP_FUNC(0x02B312E0, AsyncOperationHandle_1_UnityEngine_GameObject_, ResourceManager_1_ProvideInstance, (ResourceManager_1 * __this, IInstanceProvider * provider, IResourceLocation * location, InstantiationParameters instantiateParameters, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C643B0, ResourceManager_1_ProvideInstance__MethodInfo); DO_APP_FUNC(0x02B31790, void, ResourceManager_1_CleanupSceneInstances, (ResourceManager_1 * __this, Scene scene, MethodInfo * method)); DO_APP_FUNC(0x02B31C60, void, ResourceManager_1_ExecuteDeferredCallbacks, (ResourceManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B31ED0, void, ResourceManager_1_RegisterForDeferredCallback, (ResourceManager_1 * __this, IAsyncOperation * op, bool incrementRefCount, MethodInfo * method)); DO_APP_FUNC(0x02B32280, void, ResourceManager_1_Update, (ResourceManager_1 * __this, float unscaledDeltaTime, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C644C8, ResourceManager_1_Update__MethodInfo); DO_APP_FUNC(0x02B32A00, void, ResourceManager_1_Dispose, (ResourceManager_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B32BD0, void, ResourceManager_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02B32D30, void, ResourceManager_1___ctor_b__53_0, (ResourceManager_1 * __this, IUpdateReceiver * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C645B8, ResourceManager_1___ctor_b__53_0__MethodInfo); DO_APP_FUNC(0x01770920, AsyncOperationHandle, ResourceManager_DiagnosticEventContext_get_OperationHandle, (ResourceManager_DiagnosticEventContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, ResourceManager_DiagnosticEventType__Enum, ResourceManager_DiagnosticEventContext_get_Type, (ResourceManager_DiagnosticEventContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, ResourceManager_DiagnosticEventContext_get_EventValue, (ResourceManager_DiagnosticEventContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, IResourceLocation *, ResourceManager_DiagnosticEventContext_get_Location, (ResourceManager_DiagnosticEventContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Object *, ResourceManager_DiagnosticEventContext_get_Context, (ResourceManager_DiagnosticEventContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, ResourceManager_DiagnosticEventContext_get_Error, (ResourceManager_DiagnosticEventContext * __this, MethodInfo * method)); DO_APP_FUNC(0x02B32D40, void, ResourceManager_DiagnosticEventContext__ctor, (ResourceManager_DiagnosticEventContext * __this, AsyncOperationHandle op, ResourceManager_DiagnosticEventType__Enum type, int32_t eventValue, String * error, Object * context, MethodInfo * method)); DO_APP_FUNC(0x02B32F40, void, ResourceManager_InstanceOperation_Init, (ResourceManager_InstanceOperation * __this, ResourceManager_1 * rm, IInstanceProvider * instanceProvider, InstantiationParameters instantiationParams, AsyncOperationHandle_1_UnityEngine_GameObject_ dependency, MethodInfo * method)); DO_APP_FUNC(0x02B33100, DownloadStatus, ResourceManager_InstanceOperation_GetDownloadStatus, (ResourceManager_InstanceOperation * __this, HashSet_1_System_Object_ * visited, MethodInfo * method)); DO_APP_FUNC(0x02B33200, void, ResourceManager_InstanceOperation_GetDependencies, (ResourceManager_InstanceOperation * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * deps, MethodInfo * method)); DO_APP_FUNC(0x02B332D0, String *, ResourceManager_InstanceOperation_get_DebugName, (ResourceManager_InstanceOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x01D6A630, Scene, ResourceManager_InstanceOperation_InstanceScene, (ResourceManager_InstanceOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x02B33430, void, ResourceManager_InstanceOperation_Destroy, (ResourceManager_InstanceOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x02B33510, float, ResourceManager_InstanceOperation_get_Progress, (ResourceManager_InstanceOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x02B33560, bool, ResourceManager_InstanceOperation_InvokeWaitForCompletion, (ResourceManager_InstanceOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x02B33770, void, ResourceManager_InstanceOperation_Execute, (ResourceManager_InstanceOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x02B33B80, void, ResourceManager_InstanceOperation__ctor, (ResourceManager_InstanceOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x02B33BC0, bool, WebRequestQueueOperation_get_IsDone, (WebRequestQueueOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, WebRequestQueueOperation__ctor, (WebRequestQueueOperation * __this, UnityWebRequest * request, MethodInfo * method)); DO_APP_FUNC(0x02B33BE0, void, WebRequestQueueOperation_Complete, (WebRequestQueueOperation * __this, UnityWebRequestAsyncOperation * asyncOp, MethodInfo * method)); DO_APP_FUNC(0x02B33C50, void, WebRequestQueue_SetMaxConcurrentRequests, (int32_t maxRequests, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C642D0, WebRequestQueue_SetMaxConcurrentRequests__MethodInfo); DO_APP_FUNC(0x02B33D20, WebRequestQueueOperation *, WebRequestQueue_QueueRequest, (UnityWebRequest * request, MethodInfo * method)); DO_APP_FUNC(0x02B34030, void, WebRequestQueue_WaitForRequestToBeActive, (WebRequestQueueOperation * request, int32_t millisecondsTimeout, MethodInfo * method)); DO_APP_FUNC(0x02B34550, void, WebRequestQueue_OnWebAsyncOpComplete, (AsyncOperation * operation, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64248, WebRequestQueue_OnWebAsyncOpComplete__MethodInfo); DO_APP_FUNC(0x02B34780, void, WebRequestQueue__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02B34940, void, ResourceManagerException__ctor, (ResourceManagerException * __this, MethodInfo * method)); DO_APP_FUNC(0x02B34990, void, ResourceManagerException__ctor_1, (ResourceManagerException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x02B349F0, void, ResourceManagerException__ctor_2, (ResourceManagerException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x02B34A60, void, ResourceManagerException__ctor_3, (ResourceManagerException * __this, SerializationInfo * message, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x02B34AE0, String *, ResourceManagerException_ToString, (ResourceManagerException * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90540, IResourceLocation *, UnknownResourceProviderException_get_Location, (UnknownResourceProviderException * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90550, void, UnknownResourceProviderException_set_Location, (UnknownResourceProviderException * __this, IResourceLocation * value, MethodInfo * method)); DO_APP_FUNC(0x02B34BD0, void, UnknownResourceProviderException__ctor, (UnknownResourceProviderException * __this, IResourceLocation * location, MethodInfo * method)); DO_APP_FUNC(0x02B34940, void, UnknownResourceProviderException__ctor_1, (UnknownResourceProviderException * __this, MethodInfo * method)); DO_APP_FUNC(0x02B34990, void, UnknownResourceProviderException__ctor_2, (UnknownResourceProviderException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x02B34C80, void, UnknownResourceProviderException__ctor_3, (UnknownResourceProviderException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x02B34A60, void, UnknownResourceProviderException__ctor_4, (UnknownResourceProviderException * __this, SerializationInfo * message, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x02B34C90, String *, UnknownResourceProviderException_get_Message, (UnknownResourceProviderException * __this, MethodInfo * method)); DO_APP_FUNC(0x02399A00, String *, UnknownResourceProviderException_ToString, (UnknownResourceProviderException * __this, MethodInfo * method)); DO_APP_FUNC(0x02B34ED0, void, OperationException__ctor, (OperationException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x02B34F40, String *, OperationException_ToString, (OperationException * __this, MethodInfo * method)); DO_APP_FUNC(0x02B35030, void, ProviderException__ctor, (ProviderException * __this, String * message, IResourceLocation * location, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x00A90540, IResourceLocation *, ProviderException_get_Location, (ProviderException * __this, MethodInfo * method)); DO_APP_FUNC(0x02B350B0, void, RemoteProviderException__ctor, (RemoteProviderException * __this, String * message, IResourceLocation * location, UnityWebRequestResult * uwrResult, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x01B647C0, String *, RemoteProviderException_get_Message, (RemoteProviderException * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, UnityWebRequestResult *, RemoteProviderException_get_WebRequestResult, (RemoteProviderException * __this, MethodInfo * method)); DO_APP_FUNC(0x02B351A0, String *, RemoteProviderException_ToString, (RemoteProviderException * __this, MethodInfo * method)); DO_APP_FUNC(0x02B35470, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ *, DelayedActionManager_GetNode, (DelayedActionManager * __this, DelayedActionManager_DelegateInfo * del, MethodInfo * method)); DO_APP_FUNC(0x02B35630, void, DelayedActionManager_Clear, (MethodInfo * method)); DO_APP_FUNC(0x02B356A0, void, DelayedActionManager_DestroyWhenComplete, (DelayedActionManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02B356B0, void, DelayedActionManager_AddAction, (Delegate * action, float delay, Object__Array * parameters, MethodInfo * method)); DO_APP_FUNC(0x02B35730, void, DelayedActionManager_AddActionInternal, (DelayedActionManager * __this, Delegate * action, float delay, Object__Array * parameters, MethodInfo * method)); DO_APP_FUNC(0x02B35AE0, bool, DelayedActionManager_get_IsActive, (MethodInfo * method)); DO_APP_FUNC(0x02B35C20, bool, DelayedActionManager_Wait, (float timeout, float timeAdvanceAmount, MethodInfo * method)); DO_APP_FUNC(0x02B35E70, void, DelayedActionManager_LateUpdate, (DelayedActionManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02B35ED0, void, DelayedActionManager_InternalLateUpdate, (DelayedActionManager * __this, float t, MethodInfo * method)); DO_APP_FUNC(0x02B363F0, void, DelayedActionManager_OnApplicationQuit, (DelayedActionManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02B364E0, void, DelayedActionManager__ctor, (DelayedActionManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02B367E0, void, DelayedActionManager_DelegateInfo__ctor, (DelayedActionManager_DelegateInfo * __this, Delegate * d, float invocationTime, Object__Array * p, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, DelayedActionManager_DelegateInfo_get_InvocationTime, (DelayedActionManager_DelegateInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90F0, void, DelayedActionManager_DelegateInfo_set_InvocationTime, (DelayedActionManager_DelegateInfo * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02B36910, String *, DelayedActionManager_DelegateInfo_ToString, (DelayedActionManager_DelegateInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02B36E90, void, DelayedActionManager_DelegateInfo_Invoke, (DelayedActionManager_DelegateInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02B36FF0, void, LocationCacheKey__ctor, (LocationCacheKey * __this, IResourceLocation * location, Type * desiredType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C640B8, LocationCacheKey__ctor__MethodInfo); DO_APP_FUNC(0x02B371B0, int32_t, LocationCacheKey_GetHashCode, (LocationCacheKey * __this, MethodInfo * method)); DO_APP_FUNC(0x02B37200, bool, LocationCacheKey_Equals, (LocationCacheKey * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02B372D0, bool, LocationCacheKey_Equals_1, (LocationCacheKey * __this, IOperationCacheKey * other, MethodInfo * method)); DO_APP_FUNC(0x02B373A0, bool, LocationCacheKey_Equals_2, (LocationCacheKey * __this, LocationCacheKey * other, MethodInfo * method)); DO_APP_FUNC(0x00A9FD50, void, DependenciesCacheKey__ctor, (DependenciesCacheKey * __this, IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * dependencies, int32_t dependenciesHash, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, DependenciesCacheKey_GetHashCode, (DependenciesCacheKey * __this, MethodInfo * method)); DO_APP_FUNC(0x02B37420, bool, DependenciesCacheKey_Equals, (DependenciesCacheKey * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02B37480, bool, DependenciesCacheKey_Equals_1, (DependenciesCacheKey * __this, IOperationCacheKey * other, MethodInfo * method)); DO_APP_FUNC(0x02B374E0, bool, DependenciesCacheKey_Equals_2, (DependenciesCacheKey * __this, DependenciesCacheKey * other, MethodInfo * method)); DO_APP_FUNC(0x02B37620, void, AsyncOpHandlesCacheKey__ctor, (AsyncOpHandlesCacheKey * __this, IList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * handles, MethodInfo * method)); DO_APP_FUNC(0x00ACA570, int32_t, AsyncOpHandlesCacheKey_GetHashCode, (AsyncOpHandlesCacheKey * __this, MethodInfo * method)); DO_APP_FUNC(0x02B37730, bool, AsyncOpHandlesCacheKey_Equals, (AsyncOpHandlesCacheKey * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02B37800, bool, AsyncOpHandlesCacheKey_Equals_1, (AsyncOpHandlesCacheKey * __this, IOperationCacheKey * other, MethodInfo * method)); DO_APP_FUNC(0x02B378D0, bool, AsyncOpHandlesCacheKey_Equals_2, (AsyncOpHandlesCacheKey * __this, AsyncOpHandlesCacheKey * other, MethodInfo * method)); DO_APP_FUNC(0x02B37950, bool, LocationUtils_LocationEquals, (IResourceLocation * loc1, IResourceLocation * loc2, MethodInfo * method)); DO_APP_FUNC(0x02B37AF0, bool, LocationUtils_DependenciesEqual, (IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * deps1, IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * deps2, MethodInfo * method)); DO_APP_FUNC(0x02B37C00, bool, PlatformUtilities_PlatformUsesMultiThreading, (RuntimePlatform__Enum platform, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlatformUtilities__ctor, (PlatformUtilities * __this, MethodInfo * method)); DO_APP_FUNC(0x02B37C10, Object *, DefaultAllocationStrategy_New, (DefaultAllocationStrategy * __this, Type * type, int32_t typeHash, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DefaultAllocationStrategy_Release, (DefaultAllocationStrategy * __this, int32_t typeHash, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DefaultAllocationStrategy__ctor, (DefaultAllocationStrategy * __this, MethodInfo * method)); DO_APP_FUNC(0x02B37C20, void, LRUCacheAllocationStrategy__ctor, (LRUCacheAllocationStrategy * __this, int32_t poolMaxSize, int32_t poolCapacity, int32_t poolCacheMaxSize, int32_t initialPoolCacheCapacity, MethodInfo * method)); DO_APP_FUNC(0x02B37EB0, List_1_System_Object_ *, LRUCacheAllocationStrategy_GetPool, (LRUCacheAllocationStrategy * __this, MethodInfo * method)); DO_APP_FUNC(0x02B37FD0, void, LRUCacheAllocationStrategy_ReleasePool, (LRUCacheAllocationStrategy * __this, List_1_System_Object_ * pool, MethodInfo * method)); DO_APP_FUNC(0x02B38040, Object *, LRUCacheAllocationStrategy_New, (LRUCacheAllocationStrategy * __this, Type * type, int32_t typeHash, MethodInfo * method)); DO_APP_FUNC(0x02B381F0, void, LRUCacheAllocationStrategy_Release, (LRUCacheAllocationStrategy * __this, int32_t typeHash, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SerializedTypeRestrictionAttribute__ctor, (SerializedTypeRestrictionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, SerializedType_get_AssemblyName, (SerializedType * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, String *, SerializedType_get_ClassName, (SerializedType * __this, MethodInfo * method)); DO_APP_FUNC(0x02B38410, String *, SerializedType_ToString, (SerializedType * __this, MethodInfo * method)); DO_APP_FUNC(0x02B384C0, Type *, SerializedType_get_Value, (SerializedType * __this, MethodInfo * method)); DO_APP_FUNC(0x02B38610, void, SerializedType_set_Value, (SerializedType * __this, Type * value, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, SerializedType_get_ValueChanged, (SerializedType * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, SerializedType_set_ValueChanged, (SerializedType * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, ObjectInitializationData_get_Id, (ObjectInitializationData * __this, MethodInfo * method)); DO_APP_FUNC(0x01771B20, SerializedType, ObjectInitializationData_get_ObjectType, (ObjectInitializationData * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, ObjectInitializationData_get_Data, (ObjectInitializationData * __this, MethodInfo * method)); DO_APP_FUNC(0x02B38830, String *, ObjectInitializationData_ToString, (ObjectInitializationData * __this, MethodInfo * method)); DO_APP_FUNC(0x02B388F0, AsyncOperationHandle, ObjectInitializationData_GetAsyncInitHandle, (ObjectInitializationData * __this, ResourceManager_1 * rm, String * idOverride, MethodInfo * method)); DO_APP_FUNC(0x02B38B60, bool, ResourceManagerConfig_ExtractKeyAndSubKey, (Object * keyObj, String * * mainKey, String * * subKey, MethodInfo * method)); DO_APP_FUNC(0x02B38D00, bool, ResourceManagerConfig_IsPathRemote, (String * path, MethodInfo * method)); DO_APP_FUNC(0x02B38D50, String *, ResourceManagerConfig_StripQueryParameters, (String * path, MethodInfo * method)); DO_APP_FUNC(0x02B38DA0, bool, ResourceManagerConfig_ShouldPathUseWebRequest, (String * path, MethodInfo * method)); DO_APP_FUNC(0x02B38F70, bool, ResourceManagerConfig_PlatformCanLoadLocallyFromUrlPath, (MethodInfo * method)); DO_APP_FUNC(0x02B390F0, Array *, ResourceManagerConfig_CreateArrayResult, (Type * type, Object_1__Array * allAssets, MethodInfo * method)); DO_APP_FUNC(0x02B392D0, IList *, ResourceManagerConfig_CreateListResult, (Type * type, Object_1__Array * allAssets, MethodInfo * method)); DO_APP_FUNC(0x02B39480, bool, UnityWebRequestUtilities_RequestHasErrors, (UnityWebRequest * webReq, UnityWebRequestResult * * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64038, UnityWebRequestUtilities_RequestHasErrors__MethodInfo); DO_APP_FUNC(0x02B39690, bool, UnityWebRequestUtilities_IsAssetBundleDownloaded, (UnityWebRequestAsyncOperation * op, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UnityWebRequestUtilities__ctor, (UnityWebRequestUtilities * __this, MethodInfo * method)); DO_APP_FUNC(0x02B397E0, void, UnityWebRequestResult__ctor, (UnityWebRequestResult * __this, UnityWebRequest * request, MethodInfo * method)); DO_APP_FUNC(0x02B39BE0, String *, UnityWebRequestResult_ToString, (UnityWebRequestResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, UnityWebRequestResult_get_Error, (UnityWebRequestResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, UnityWebRequestResult_set_Error, (UnityWebRequestResult * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, int64_t, UnityWebRequestResult_get_ResponseCode, (UnityWebRequestResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, UnityWebRequest_Result__Enum, UnityWebRequestResult_get_Result, (UnityWebRequestResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, UnityWebRequestResult_get_Method, (UnityWebRequestResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, UnityWebRequestResult_get_Url, (UnityWebRequestResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02B39E20, bool, UnityWebRequestResult_ShouldRetryDownloadError, (UnityWebRequestResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, DownloadOnlyLocation__ctor, (DownloadOnlyLocation * __this, IResourceLocation * location, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, AssetBundleRequestOptions_get_Hash, (AssetBundleRequestOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AssetBundleRequestOptions_set_Hash, (AssetBundleRequestOptions * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, uint32_t, AssetBundleRequestOptions_get_Crc, (AssetBundleRequestOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, AssetBundleRequestOptions_set_Crc, (AssetBundleRequestOptions * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, AssetBundleRequestOptions_get_Timeout, (AssetBundleRequestOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, AssetBundleRequestOptions_set_Timeout, (AssetBundleRequestOptions * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, AssetBundleRequestOptions_get_ChunkedTransfer, (AssetBundleRequestOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, AssetBundleRequestOptions_set_ChunkedTransfer, (AssetBundleRequestOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, AssetBundleRequestOptions_get_RedirectLimit, (AssetBundleRequestOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, AssetBundleRequestOptions_set_RedirectLimit, (AssetBundleRequestOptions * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, AssetBundleRequestOptions_get_RetryCount, (AssetBundleRequestOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, AssetBundleRequestOptions_set_RetryCount, (AssetBundleRequestOptions * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, AssetBundleRequestOptions_get_BundleName, (AssetBundleRequestOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, AssetBundleRequestOptions_set_BundleName, (AssetBundleRequestOptions * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, AssetLoadMode__Enum, AssetBundleRequestOptions_get_AssetLoadMode, (AssetBundleRequestOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF230, void, AssetBundleRequestOptions_set_AssetLoadMode, (AssetBundleRequestOptions * __this, AssetLoadMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, int64_t, AssetBundleRequestOptions_get_BundleSize, (AssetBundleRequestOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x011628F0, void, AssetBundleRequestOptions_set_BundleSize, (AssetBundleRequestOptions * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x00434A10, bool, AssetBundleRequestOptions_get_UseCrcForCachedBundle, (AssetBundleRequestOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x005391A0, void, AssetBundleRequestOptions_set_UseCrcForCachedBundle, (AssetBundleRequestOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x004305B0, bool, AssetBundleRequestOptions_get_UseUnityWebRequestForLocalBundles, (AssetBundleRequestOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x004305C0, void, AssetBundleRequestOptions_set_UseUnityWebRequestForLocalBundles, (AssetBundleRequestOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0060FBA0, bool, AssetBundleRequestOptions_get_ClearOtherCachedVersionsWhenLoaded, (AssetBundleRequestOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x01F93380, void, AssetBundleRequestOptions_set_ClearOtherCachedVersionsWhenLoaded, (AssetBundleRequestOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02B3A3C0, int64_t, AssetBundleRequestOptions_ComputeSize, (AssetBundleRequestOptions * __this, IResourceLocation * location, ResourceManager_1 * resourceManager, MethodInfo * method)); DO_APP_FUNC(0x02B3A5E0, void, AssetBundleRequestOptions__ctor, (AssetBundleRequestOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x02B3A670, bool, AssetBundleResource_get_HasTimedOut, (AssetBundleResource * __this, MethodInfo * method)); DO_APP_FUNC(0x02B3A6B0, int64_t, AssetBundleResource_get_BytesToDownload, (AssetBundleResource * __this, MethodInfo * method)); DO_APP_FUNC(0x02B3A730, UnityWebRequest *, AssetBundleResource_CreateWebRequest, (AssetBundleResource * __this, IResourceLocation * loc, MethodInfo * method)); DO_APP_FUNC(0x02B3A7D0, UnityWebRequest *, AssetBundleResource_CreateWebRequest_1, (AssetBundleResource * __this, String * url, MethodInfo * method)); DO_APP_FUNC(0x02B3AC40, AssetBundleRequest *, AssetBundleResource_GetAssetPreloadRequest, (AssetBundleResource * __this, MethodInfo * method)); DO_APP_FUNC(0x02B3AF20, float, AssetBundleResource_PercentComplete, (AssetBundleResource * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63F58, AssetBundleResource_PercentComplete__MethodInfo); DO_APP_FUNC(0x02B3AF90, DownloadStatus, AssetBundleResource_GetDownloadStatus, (AssetBundleResource * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63F20, AssetBundleResource_GetDownloadStatus__MethodInfo); DO_APP_FUNC(0x02B3B170, AssetBundle *, AssetBundleResource_GetAssetBundle, (AssetBundleResource * __this, MethodInfo * method)); DO_APP_FUNC(0x02B3B460, void, AssetBundleResource_Start, (AssetBundleResource * __this, ProvideHandle provideHandle, MethodInfo * method)); DO_APP_FUNC(0x02B3B950, bool, AssetBundleResource_WaitForCompletionHandler, (AssetBundleResource * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63F60, AssetBundleResource_WaitForCompletionHandler__MethodInfo); DO_APP_FUNC(0x02B3BD10, void, AssetBundleResource_AddCallbackInvokeIfDone, (AssetBundleResource * __this, AsyncOperation * operation, Action_1_UnityEngine_AsyncOperation_ * callback, MethodInfo * method)); DO_APP_FUNC(0x02B3BDB0, void, AssetBundleResource_GetLoadInfo, (ProvideHandle handle, AssetBundleResource_LoadType__Enum * loadType, String * * path, MethodInfo * method)); DO_APP_FUNC(0x02B3BE40, void, AssetBundleResource_GetLoadInfo_1, (IResourceLocation * location, ResourceManager_1 * resourceManager, AssetBundleResource_LoadType__Enum * loadType, String * * path, MethodInfo * method)); DO_APP_FUNC(0x02B3C130, void, AssetBundleResource_BeginOperation, (AssetBundleResource * __this, MethodInfo * method)); DO_APP_FUNC(0x02B3C7A0, void, AssetBundleResource_BeginWebRequestOperation, (AssetBundleResource * __this, AsyncOperation * asyncOp, MethodInfo * method)); DO_APP_FUNC(0x02B3C930, void, AssetBundleResource_Update, (AssetBundleResource * __this, float unscaledDeltaTime, MethodInfo * method)); DO_APP_FUNC(0x02B3CAA0, void, AssetBundleResource_LocalRequestOperationCompleted, (AssetBundleResource * __this, AsyncOperation * op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63F38, AssetBundleResource_LocalRequestOperationCompleted__MethodInfo); DO_APP_FUNC(0x02B3CB90, void, AssetBundleResource_CompleteBundleLoad, (AssetBundleResource * __this, AssetBundle * bundle, MethodInfo * method)); DO_APP_FUNC(0x02B3CE60, void, AssetBundleResource_WebRequestOperationCompleted, (AssetBundleResource * __this, AsyncOperation * op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63F70, AssetBundleResource_WebRequestOperationCompleted__MethodInfo); DO_APP_FUNC(0x02B3D750, void, AssetBundleResource_Unload, (AssetBundleResource * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AssetBundleResource__ctor, (AssetBundleResource * __this, MethodInfo * method)); DO_APP_FUNC(0x02B3D9F0, void, AssetBundleResource__GetAssetPreloadRequest_b__25_0, (AssetBundleResource * __this, AsyncOperation * operation, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63F28, AssetBundleResource__GetAssetPreloadRequest_b__25_0__MethodInfo); DO_APP_FUNC(0x02B3DA00, void, AssetBundleResource__BeginOperation_b__34_0, (AssetBundleResource * __this, UnityWebRequestAsyncOperation * asyncOp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63F40, AssetBundleResource__BeginOperation_b__34_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AssetBundleProvider_WaitForAllUnloadingBundlesToComplete, (MethodInfo * method)); DO_APP_FUNC(0x02B3DA10, void, AssetBundleProvider_Provide, (AssetBundleProvider * __this, ProvideHandle providerInterface, MethodInfo * method)); DO_APP_FUNC(0x02B3DA80, Type *, AssetBundleProvider_GetDefaultType, (AssetBundleProvider * __this, IResourceLocation * location, MethodInfo * method)); DO_APP_FUNC(0x02B3DAF0, void, AssetBundleProvider_Release, (AssetBundleProvider * __this, IResourceLocation * location, Object * asset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63F10, AssetBundleProvider_Release__MethodInfo); DO_APP_FUNC(0x003AC050, void, AssetBundleProvider__ctor, (AssetBundleProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x02B3DC80, void, AtlasSpriteProvider_Provide, (AtlasSpriteProvider * __this, ProvideHandle providerInterface, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AtlasSpriteProvider__ctor, (AtlasSpriteProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x02B3E210, void, BundledAssetProvider_Provide, (BundledAssetProvider * __this, ProvideHandle provideHandle, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BundledAssetProvider__ctor, (BundledAssetProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x02B3E280, void, BundledAssetProvider_InternalOp_Start, (BundledAssetProvider_InternalOp * __this, ProvideHandle provideHandle, MethodInfo * method)); DO_APP_FUNC(0x02B3E840, void, BundledAssetProvider_InternalOp_BeginAssetLoad, (BundledAssetProvider_InternalOp * __this, MethodInfo * method)); DO_APP_FUNC(0x02B3F320, bool, BundledAssetProvider_InternalOp_WaitForCompletionHandler, (BundledAssetProvider_InternalOp * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63EA0, BundledAssetProvider_InternalOp_WaitForCompletionHandler__MethodInfo); DO_APP_FUNC(0x02B3F5D0, void, BundledAssetProvider_InternalOp_ActionComplete, (BundledAssetProvider_InternalOp * __this, AsyncOperation * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63EE0, BundledAssetProvider_InternalOp_ActionComplete__MethodInfo); DO_APP_FUNC(0x02B3FA70, void, BundledAssetProvider_InternalOp_GetArrayResult, (BundledAssetProvider_InternalOp * __this, Object_1__Array * allAssets, MethodInfo * method)); DO_APP_FUNC(0x02B3FB40, void, BundledAssetProvider_InternalOp_GetListResult, (BundledAssetProvider_InternalOp * __this, Object_1__Array * allAssets, MethodInfo * method)); DO_APP_FUNC(0x02B3FC10, void, BundledAssetProvider_InternalOp_GetAssetResult, (BundledAssetProvider_InternalOp * __this, Object_1 * asset, MethodInfo * method)); DO_APP_FUNC(0x02B3FE00, void, BundledAssetProvider_InternalOp_GetAssetSubObjectResult, (BundledAssetProvider_InternalOp * __this, Object_1__Array * allAssets, MethodInfo * method)); DO_APP_FUNC(0x02B3FF10, void, BundledAssetProvider_InternalOp_CompleteOperation, (BundledAssetProvider_InternalOp * __this, MethodInfo * method)); DO_APP_FUNC(0x02B3AF20, float, BundledAssetProvider_InternalOp_ProgressCallback, (BundledAssetProvider_InternalOp * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63E90, BundledAssetProvider_InternalOp_ProgressCallback__MethodInfo); DO_APP_FUNC(0x003AC050, void, BundledAssetProvider_InternalOp__ctor, (BundledAssetProvider_InternalOp * __this, MethodInfo * method)); DO_APP_FUNC(0x02B400D0, void, BundledAssetProvider_InternalOp__Start_b__7_0, (BundledAssetProvider_InternalOp * __this, AsyncOperation * operation, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63E98, BundledAssetProvider_InternalOp__Start_b__7_0__MethodInfo); DO_APP_FUNC(0x01770B70, Vector3, InstantiationParameters_get_Position, (InstantiationParameters * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE8A20, Quaternion, InstantiationParameters_get_Rotation, (InstantiationParameters * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Transform *, InstantiationParameters_get_Parent, (InstantiationParameters * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, InstantiationParameters_get_InstantiateInWorldPosition, (InstantiationParameters * __this, MethodInfo * method)); DO_APP_FUNC(0x01D09D10, bool, InstantiationParameters_get_SetPositionRotation, (InstantiationParameters * __this, MethodInfo * method)); DO_APP_FUNC(0x02B400E0, void, InstantiationParameters__ctor, (InstantiationParameters * __this, Transform * parent, bool instantiateInWorldSpace, MethodInfo * method)); DO_APP_FUNC(0x02B401E0, void, InstantiationParameters__ctor_1, (InstantiationParameters * __this, Vector3 position, Quaternion rotation, Transform * parent, MethodInfo * method)); DO_APP_FUNC(0x02B40260, GameObject *, InstanceProvider_ProvideInstance, (InstanceProvider * __this, ResourceManager_1 * resourceManager, AsyncOperationHandle_1_UnityEngine_GameObject_ prefabHandle, InstantiationParameters instantiateParameters, MethodInfo * method)); DO_APP_FUNC(0x02B40350, void, InstanceProvider_ReleaseInstance, (InstanceProvider * __this, ResourceManager_1 * resourceManager, GameObject * instance, MethodInfo * method)); DO_APP_FUNC(0x02B40860, void, InstanceProvider__ctor, (InstanceProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x02B40940, void, ProvideHandle__ctor, (ProvideHandle * __this, ResourceManager_1 * rm, IGenericProviderOperation * op, MethodInfo * method)); DO_APP_FUNC(0x02B40A60, IGenericProviderOperation *, ProvideHandle_get_InternalOp, (ProvideHandle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63E78, ProvideHandle_get_InternalOp__MethodInfo); DO_APP_FUNC(0x003B93C0, ResourceManager_1 *, ProvideHandle_get_ResourceManager, (ProvideHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B40B10, Type *, ProvideHandle_get_Type, (ProvideHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B40B70, IResourceLocation *, ProvideHandle_get_Location, (ProvideHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B40BD0, int32_t, ProvideHandle_get_DependencyCount, (ProvideHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B40C30, void, ProvideHandle_GetDependencies, (ProvideHandle * __this, IList_1_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x02B40CA0, void, ProvideHandle_SetProgressCallback, (ProvideHandle * __this, Func_1_Single_ * callback, MethodInfo * method)); DO_APP_FUNC(0x02B40D10, void, ProvideHandle_SetDownloadProgressCallbacks, (ProvideHandle * __this, Func_1_UnityEngine_ResourceManagement_AsyncOperations_DownloadStatus_ * callback, MethodInfo * method)); DO_APP_FUNC(0x02B40DE0, void, ProvideHandle_SetWaitForCompletionCallback, (ProvideHandle * __this, Func_1_Boolean_ * callback, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, Scene, SceneInstance_get_Scene, (SceneInstance * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, SceneInstance_set_Scene, (SceneInstance * __this, Scene value, MethodInfo * method)); DO_APP_FUNC(0x02B40EB0, void, SceneInstance_Activate, (SceneInstance * __this, MethodInfo * method)); DO_APP_FUNC(0x02B40F10, AsyncOperation *, SceneInstance_ActivateAsync, (SceneInstance * __this, MethodInfo * method)); DO_APP_FUNC(0x02B40F80, int32_t, SceneInstance_GetHashCode, (SceneInstance * __this, MethodInfo * method)); DO_APP_FUNC(0x02B40F90, bool, SceneInstance_Equals, (SceneInstance * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02B410C0, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, SceneProviderExtensions_ReleaseScene, (ISceneProvider * provider, ResourceManager_1 * resourceManager, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ sceneLoadHandle, UnloadSceneOptions__Enum unloadOptions, MethodInfo * method)); DO_APP_FUNC(0x02B41320, Object *, JsonAssetProvider_Convert, (JsonAssetProvider * __this, Type * type, String * text, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, JsonAssetProvider__ctor, (JsonAssetProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x02B41330, void, LegacyResourcesProvider_Provide, (LegacyResourcesProvider * __this, ProvideHandle pi, MethodInfo * method)); DO_APP_FUNC(0x02B418B0, void, LegacyResourcesProvider_Release, (LegacyResourcesProvider * __this, IResourceLocation * location, Object * asset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63E28, LegacyResourcesProvider_Release__MethodInfo); DO_APP_FUNC(0x003AC050, void, LegacyResourcesProvider__ctor, (LegacyResourcesProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x02B41AA0, void, LegacyResourcesProvider_InternalOp_Start, (LegacyResourcesProvider_InternalOp * __this, ProvideHandle provideHandle, MethodInfo * method)); DO_APP_FUNC(0x02B41DE0, bool, LegacyResourcesProvider_InternalOp_WaitForCompletionHandler, (LegacyResourcesProvider_InternalOp * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63E10, LegacyResourcesProvider_InternalOp_WaitForCompletionHandler__MethodInfo); DO_APP_FUNC(0x02B41E50, void, LegacyResourcesProvider_InternalOp_AsyncOperationCompleted, (LegacyResourcesProvider_InternalOp * __this, AsyncOperation * op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63E00, LegacyResourcesProvider_InternalOp_AsyncOperationCompleted__MethodInfo); DO_APP_FUNC(0x02B42110, float, LegacyResourcesProvider_InternalOp_PercentComplete, (LegacyResourcesProvider_InternalOp * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63E08, LegacyResourcesProvider_InternalOp_PercentComplete__MethodInfo); DO_APP_FUNC(0x003AC050, void, LegacyResourcesProvider_InternalOp__ctor, (LegacyResourcesProvider_InternalOp * __this, MethodInfo * method)); DO_APP_FUNC(0x02B42180, String *, ResourceProviderBase_get_ProviderId, (ResourceProviderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02B42230, bool, ResourceProviderBase_Initialize, (ResourceProviderBase * __this, String * id, String * data, MethodInfo * method)); DO_APP_FUNC(0x02B422A0, bool, ResourceProviderBase_CanProvide, (ResourceProviderBase * __this, Type * t, IResourceLocation * location, MethodInfo * method)); DO_APP_FUNC(0x02108460, String *, ResourceProviderBase_ToString, (ResourceProviderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ResourceProviderBase_Release, (ResourceProviderBase * __this, IResourceLocation * location, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02B422F0, Type *, ResourceProviderBase_GetDefaultType, (ResourceProviderBase * __this, IResourceLocation * location, MethodInfo * method)); DO_APP_FUNC(0x02B42360, AsyncOperationHandle_1_System_Boolean_, ResourceProviderBase_InitializeAsync, (ResourceProviderBase * __this, ResourceManager_1 * rm, String * id, String * data, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, ProviderBehaviourFlags__Enum, ResourceProviderBase_UnityEngine_ResourceManagement_ResourceProviders_IResourceProvider_get_BehaviourFlags, (ResourceProviderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ResourceProviderBase__ctor, (ResourceProviderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00591040, void, ResourceProviderBase_BaseInitAsyncOp_Init, (ResourceProviderBase_BaseInitAsyncOp * __this, Func_1_Boolean_ * callback, MethodInfo * method)); DO_APP_FUNC(0x02B42670, bool, ResourceProviderBase_BaseInitAsyncOp_InvokeWaitForCompletion, (ResourceProviderBase_BaseInitAsyncOp * __this, MethodInfo * method)); DO_APP_FUNC(0x02B42710, void, ResourceProviderBase_BaseInitAsyncOp_Execute, (ResourceProviderBase_BaseInitAsyncOp * __this, MethodInfo * method)); DO_APP_FUNC(0x02B427F0, void, ResourceProviderBase_BaseInitAsyncOp__ctor, (ResourceProviderBase_BaseInitAsyncOp * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ResourceProviderBase_c_DisplayClass10_0__ctor, (ResourceProviderBase_c_DisplayClass10_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02B42830, bool, ResourceProviderBase_c_DisplayClass10_0__InitializeAsync_b__0, (ResourceProviderBase_c_DisplayClass10_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63DC0, ResourceProviderBase_c_DisplayClass10_0__InitializeAsync_b__0__MethodInfo); DO_APP_FUNC(0x02B42870, ProviderLoadRequestOptions *, ProviderLoadRequestOptions_Copy, (ProviderLoadRequestOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, ProviderLoadRequestOptions_get_IgnoreFailures, (ProviderLoadRequestOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, ProviderLoadRequestOptions_set_IgnoreFailures, (ProviderLoadRequestOptions * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, ProviderLoadRequestOptions_get_WebRequestTimeout, (ProviderLoadRequestOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, ProviderLoadRequestOptions_set_WebRequestTimeout, (ProviderLoadRequestOptions * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ProviderLoadRequestOptions__ctor, (ProviderLoadRequestOptions * __this, MethodInfo * method)); DO_APP_FUNC(0x02B428F0, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, SceneProvider_ProvideScene, (SceneProvider * __this, ResourceManager_1 * resourceManager, IResourceLocation * location, LoadSceneMode__Enum loadMode, bool activateOnLoad, int32_t priority, MethodInfo * method)); DO_APP_FUNC(0x02B42E00, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, SceneProvider_ReleaseScene, (SceneProvider * __this, ResourceManager_1 * resourceManager, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ sceneLoadHandle, MethodInfo * method)); DO_APP_FUNC(0x02B42F10, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, SceneProvider_UnityEngine_ResourceManagement_ResourceProviders_ISceneProvider2_ReleaseScene, (SceneProvider * __this, ResourceManager_1 * resourceManager, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ sceneLoadHandle, UnloadSceneOptions__Enum unloadOptions, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SceneProvider__ctor, (SceneProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x02B431D0, void, SceneProvider_SceneOp__ctor, (SceneProvider_SceneOp * __this, ResourceManager_1 * rm, MethodInfo * method)); DO_APP_FUNC(0x02B43270, DownloadStatus, SceneProvider_SceneOp_GetDownloadStatus, (SceneProvider_SceneOp * __this, HashSet_1_System_Object_ * visited, MethodInfo * method)); DO_APP_FUNC(0x02B43360, void, SceneProvider_SceneOp_Init, (SceneProvider_SceneOp * __this, IResourceLocation * location, LoadSceneMode__Enum loadMode, bool activateOnLoad, int32_t priority, AsyncOperationHandle_1_System_Collections_Generic_IList_1_ depOp, MethodInfo * method)); DO_APP_FUNC(0x02B434E0, bool, SceneProvider_SceneOp_InvokeWaitForCompletion, (SceneProvider_SceneOp * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63D88, SceneProvider_SceneOp_InvokeWaitForCompletion__MethodInfo); DO_APP_FUNC(0x02B43850, void, SceneProvider_SceneOp_GetDependencies, (SceneProvider_SceneOp * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * deps, MethodInfo * method)); DO_APP_FUNC(0x02B43950, String *, SceneProvider_SceneOp_get_DebugName, (SceneProvider_SceneOp * __this, MethodInfo * method)); DO_APP_FUNC(0x02B43B00, void, SceneProvider_SceneOp_Execute, (SceneProvider_SceneOp * __this, MethodInfo * method)); DO_APP_FUNC(0x02B44120, SceneInstance, SceneProvider_SceneOp_InternalLoadScene, (SceneProvider_SceneOp * __this, IResourceLocation * location, bool loadingFromBundle, LoadSceneMode__Enum loadMode, bool activateOnLoad, int32_t priority, MethodInfo * method)); DO_APP_FUNC(0x02B44390, AsyncOperation *, SceneProvider_SceneOp_InternalLoad, (SceneProvider_SceneOp * __this, String * path, bool loadingFromBundle, LoadSceneMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02B44400, void, SceneProvider_SceneOp_Destroy, (SceneProvider_SceneOp * __this, MethodInfo * method)); DO_APP_FUNC(0x02B44490, float, SceneProvider_SceneOp_get_Progress, (SceneProvider_SceneOp * __this, MethodInfo * method)); DO_APP_FUNC(0x02B44590, void, SceneProvider_SceneOp_UnityEngine_ResourceManagement_IUpdateReceiver_Update, (SceneProvider_SceneOp * __this, float unscaledDeltaTime, MethodInfo * method)); DO_APP_FUNC(0x02B44710, void, SceneProvider_UnloadSceneOp_Init, (SceneProvider_UnloadSceneOp * __this, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ sceneLoadHandle, UnloadSceneOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x02B44860, void, SceneProvider_UnloadSceneOp_Execute, (SceneProvider_UnloadSceneOp * __this, MethodInfo * method)); DO_APP_FUNC(0x02B44BB0, bool, SceneProvider_UnloadSceneOp_InvokeWaitForCompletion, (SceneProvider_UnloadSceneOp * __this, MethodInfo * method)); DO_APP_FUNC(0x02B44CA0, void, SceneProvider_UnloadSceneOp_UnloadSceneCompleted, (SceneProvider_UnloadSceneOp * __this, AsyncOperation * obj, MethodInfo * method)); DO_APP_FUNC(0x02B44D80, void, SceneProvider_UnloadSceneOp_UnloadSceneCompletedNoRelease, (SceneProvider_UnloadSceneOp * __this, AsyncOperation * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63C68, SceneProvider_UnloadSceneOp_UnloadSceneCompletedNoRelease__MethodInfo); DO_APP_FUNC(0x02B44E10, float, SceneProvider_UnloadSceneOp_get_Progress, (SceneProvider_UnloadSceneOp * __this, MethodInfo * method)); DO_APP_FUNC(0x02B44E60, void, SceneProvider_UnloadSceneOp__ctor, (SceneProvider_UnloadSceneOp * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, TextDataProvider_get_IgnoreFailures, (TextDataProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, TextDataProvider_set_IgnoreFailures, (TextDataProvider * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00446C30, Object *, TextDataProvider_Convert, (TextDataProvider * __this, Type * type, String * text, MethodInfo * method)); DO_APP_FUNC(0x02B44EA0, void, TextDataProvider_Provide, (TextDataProvider * __this, ProvideHandle provideHandle, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextDataProvider__ctor, (TextDataProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x02B44F20, float, TextDataProvider_InternalOp_GetPercentComplete, (TextDataProvider_InternalOp * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63C90, TextDataProvider_InternalOp_GetPercentComplete__MethodInfo); DO_APP_FUNC(0x02B44F90, void, TextDataProvider_InternalOp_Start, (TextDataProvider_InternalOp * __this, ProvideHandle provideHandle, TextDataProvider * rawProvider, MethodInfo * method)); DO_APP_FUNC(0x02B454A0, bool, TextDataProvider_InternalOp_WaitForCompletionHandler, (TextDataProvider_InternalOp * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63CA0, TextDataProvider_InternalOp_WaitForCompletionHandler__MethodInfo); DO_APP_FUNC(0x02B45560, void, TextDataProvider_InternalOp_RequestOperation_completed, (TextDataProvider_InternalOp * __this, AsyncOperation * op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63B28, TextDataProvider_InternalOp_RequestOperation_completed__MethodInfo); DO_APP_FUNC(0x02B457A0, void, TextDataProvider_InternalOp_CompleteOperation, (TextDataProvider_InternalOp * __this, String * text, Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x02B45840, Object *, TextDataProvider_InternalOp_ConvertText, (TextDataProvider_InternalOp * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x02B45920, void, TextDataProvider_InternalOp_SendWebRequest, (TextDataProvider_InternalOp * __this, String * path, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TextDataProvider_InternalOp__ctor, (TextDataProvider_InternalOp * __this, MethodInfo * method)); DO_APP_FUNC(0x02B45D70, void, TextDataProvider_InternalOp__SendWebRequest_b__13_0, (TextDataProvider_InternalOp * __this, UnityWebRequestAsyncOperation * asyncOperation, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63B38, TextDataProvider_InternalOp__SendWebRequest_b__13_0__MethodInfo); DO_APP_FUNC(0x003B93D0, String *, ResourceLocationBase_get_InternalId, (ResourceLocationBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, ResourceLocationBase_get_ProviderId, (ResourceLocationBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ *, ResourceLocationBase_get_Dependencies, (ResourceLocationBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02B45E60, bool, ResourceLocationBase_get_HasDependencies, (ResourceLocationBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Object *, ResourceLocationBase_get_Data, (ResourceLocationBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, ResourceLocationBase_set_Data, (ResourceLocationBase * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, String *, ResourceLocationBase_get_PrimaryKey, (ResourceLocationBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, ResourceLocationBase_set_PrimaryKey, (ResourceLocationBase * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, ResourceLocationBase_get_DependencyHashCode, (ResourceLocationBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Type *, ResourceLocationBase_get_ResourceType, (ResourceLocationBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02B45EB0, int32_t, ResourceLocationBase_Hash, (ResourceLocationBase * __this, Type * t, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, ResourceLocationBase_ToString, (ResourceLocationBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02B45F00, void, ResourceLocationBase__ctor, (ResourceLocationBase * __this, String * name, String * id, String * providerId, Type * t, IResourceLocation__Array * dependencies, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63AE8, ResourceLocationBase__ctor__MethodInfo); DO_APP_FUNC(0x02B46340, void, ResourceLocationBase_ComputeDependencyHash, (ResourceLocationBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LocationWrapper__ctor, (LocationWrapper * __this, IResourceLocation * location, MethodInfo * method)); DO_APP_FUNC(0x02B46640, String *, LocationWrapper_get_InternalId, (LocationWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x02B46690, String *, LocationWrapper_get_ProviderId, (LocationWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x02B466E0, IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ *, LocationWrapper_get_Dependencies, (LocationWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x02B46730, int32_t, LocationWrapper_get_DependencyHashCode, (LocationWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x02B46780, bool, LocationWrapper_get_HasDependencies, (LocationWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x02B467D0, Object *, LocationWrapper_get_Data, (LocationWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x02B46820, String *, LocationWrapper_get_PrimaryKey, (LocationWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x02B46870, Type *, LocationWrapper_get_ResourceType, (LocationWrapper * __this, MethodInfo * method)); DO_APP_FUNC(0x02B468C0, int32_t, LocationWrapper_Hash, (LocationWrapper * __this, Type * resultType, MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, DiagnosticEvent_get_Graph, (DiagnosticEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, DiagnosticEvent_get_ObjectId, (DiagnosticEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, DiagnosticEvent_get_DisplayName, (DiagnosticEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, Int32__Array *, DiagnosticEvent_get_Dependencies, (DiagnosticEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, DiagnosticEvent_get_Stream, (DiagnosticEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, DiagnosticEvent_get_Frame, (DiagnosticEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, DiagnosticEvent_get_Value, (DiagnosticEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02B46920, void, DiagnosticEvent__ctor, (DiagnosticEvent * __this, String * graph, String * name, int32_t id, int32_t stream, int32_t frame, int32_t value, Int32__Array * deps, MethodInfo * method)); DO_APP_FUNC(0x02B46A60, Byte__Array *, DiagnosticEvent_Serialize, (DiagnosticEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02B46B00, DiagnosticEvent, DiagnosticEvent_Deserialize, (Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x02B46C40, Guid, DiagnosticEventCollectorSingleton_get_PlayerConnectionGuid, (MethodInfo * method)); DO_APP_FUNC(0x02B46DA0, String *, DiagnosticEventCollectorSingleton_GetGameObjectName, (DiagnosticEventCollectorSingleton * __this, MethodInfo * method)); DO_APP_FUNC(0x02B46DE0, bool, DiagnosticEventCollectorSingleton_RegisterEventHandler, (Action_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * handler, bool register_1, bool create, MethodInfo * method)); DO_APP_FUNC(0x02B46EC0, void, DiagnosticEventCollectorSingleton_RegisterEventHandler_1, (DiagnosticEventCollectorSingleton * __this, Action_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * handler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63830, DiagnosticEventCollectorSingleton_RegisterEventHandler_1__MethodInfo); DO_APP_FUNC(0x02B47700, void, DiagnosticEventCollectorSingleton_UnregisterEventHandler, (DiagnosticEventCollectorSingleton * __this, Action_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * handler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63860, DiagnosticEventCollectorSingleton_UnregisterEventHandler__MethodInfo); DO_APP_FUNC(0x02B47900, void, DiagnosticEventCollectorSingleton_PostEvent, (DiagnosticEventCollectorSingleton * __this, DiagnosticEvent diagnosticEvent, MethodInfo * method)); DO_APP_FUNC(0x02B47C00, void, DiagnosticEventCollectorSingleton_Awake, (DiagnosticEventCollectorSingleton * __this, MethodInfo * method)); DO_APP_FUNC(0x02B47E70, void, DiagnosticEventCollectorSingleton_Update, (DiagnosticEventCollectorSingleton * __this, MethodInfo * method)); DO_APP_FUNC(0x02B482C0, void, DiagnosticEventCollectorSingleton__ctor, (DiagnosticEventCollectorSingleton * __this, MethodInfo * method)); DO_APP_FUNC(0x02B485B0, void, DiagnosticEventCollectorSingleton_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DiagnosticEventCollectorSingleton_c__ctor, (DiagnosticEventCollectorSingleton_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02B48660, int32_t, DiagnosticEventCollectorSingleton_c__RegisterEventHandler_b__8_0, (DiagnosticEventCollectorSingleton_c * __this, DiagnosticEvent evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63A60, DiagnosticEventCollectorSingleton_c__RegisterEventHandler_b__8_0__MethodInfo); DO_APP_FUNC(0x02B48670, void, DiagnosticEventCollectorSingleton_c__Awake_b__11_0, (DiagnosticEventCollectorSingleton_c * __this, DiagnosticEvent diagnosticEvent, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63900, DiagnosticEventCollectorSingleton_c__Awake_b__11_0__MethodInfo); DO_APP_FUNC(0x02B486E0, Guid, DiagnosticEventCollector_get_PlayerConnectionGuid, (MethodInfo * method)); DO_APP_FUNC(0x02B48710, DiagnosticEventCollector *, DiagnosticEventCollector_FindOrCreateGlobalInstance, (MethodInfo * method)); DO_APP_FUNC(0x02B48A20, bool, DiagnosticEventCollector_RegisterEventHandler, (Action_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * handler, bool register_1, bool create, MethodInfo * method)); DO_APP_FUNC(0x02B48B00, void, DiagnosticEventCollector_UnregisterEventHandler, (DiagnosticEventCollector * __this, Action_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * handler, MethodInfo * method)); DO_APP_FUNC(0x02B48B60, void, DiagnosticEventCollector_PostEvent, (DiagnosticEventCollector * __this, DiagnosticEvent diagnosticEvent, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, DiagnosticEventCollector__ctor, (DiagnosticEventCollector * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, AsyncOperationHandle_get_LocationName, (AsyncOperationHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AsyncOperationHandle_set_LocationName, (AsyncOperationHandle * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02B48BE0, void, AsyncOperationHandle__ctor, (AsyncOperationHandle * __this, IAsyncOperation * op, MethodInfo * method)); DO_APP_FUNC(0x01D8DE20, void, AsyncOperationHandle__ctor_1, (AsyncOperationHandle * __this, IAsyncOperation * op, int32_t version, MethodInfo * method)); DO_APP_FUNC(0x02B48CF0, void, AsyncOperationHandle__ctor_2, (AsyncOperationHandle * __this, IAsyncOperation * op, String * locationName, MethodInfo * method)); DO_APP_FUNC(0x02B48E10, void, AsyncOperationHandle__ctor_3, (AsyncOperationHandle * __this, IAsyncOperation * op, int32_t version, String * locationName, MethodInfo * method)); DO_APP_FUNC(0x02B48ED0, AsyncOperationHandle, AsyncOperationHandle_Acquire, (AsyncOperationHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B48F50, void, AsyncOperationHandle_add_Completed, (AsyncOperationHandle * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x02B48FB0, void, AsyncOperationHandle_remove_Completed, (AsyncOperationHandle * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x01269D20, bool, AsyncOperationHandle_Equals, (AsyncOperationHandle * __this, AsyncOperationHandle other, MethodInfo * method)); DO_APP_FUNC(0x02B49010, String *, AsyncOperationHandle_get_DebugName, (AsyncOperationHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B490D0, void, AsyncOperationHandle_add_Destroyed, (AsyncOperationHandle * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x02B49130, void, AsyncOperationHandle_remove_Destroyed, (AsyncOperationHandle * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x02B49190, void, AsyncOperationHandle_GetDependencies, (AsyncOperationHandle * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * deps, MethodInfo * method)); DO_APP_FUNC(0x01269D50, int32_t, AsyncOperationHandle_GetHashCode, (AsyncOperationHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B49260, IAsyncOperation *, AsyncOperationHandle_get_InternalOp, (AsyncOperationHandle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C635C0, AsyncOperationHandle_get_InternalOp__MethodInfo); DO_APP_FUNC(0x02B49310, bool, AsyncOperationHandle_get_IsDone, (AsyncOperationHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B493B0, bool, AsyncOperationHandle_IsValid, (AsyncOperationHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B49410, Exception *, AsyncOperationHandle_get_OperationException, (AsyncOperationHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B49470, float, AsyncOperationHandle_get_PercentComplete, (AsyncOperationHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B494D0, DownloadStatus, AsyncOperationHandle_GetDownloadStatus, (AsyncOperationHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B49570, DownloadStatus, AsyncOperationHandle_InternalGetDownloadStatus, (AsyncOperationHandle * __this, HashSet_1_System_Object_ * visited, MethodInfo * method)); DO_APP_FUNC(0x02B49730, int32_t, AsyncOperationHandle_get_ReferenceCount, (AsyncOperationHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B49790, void, AsyncOperationHandle_Release, (AsyncOperationHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B49830, Object *, AsyncOperationHandle_get_Result, (AsyncOperationHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B49890, AsyncOperationStatus__Enum, AsyncOperationHandle_get_Status, (AsyncOperationHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B498F0, Task_1_System_Object_ *, AsyncOperationHandle_get_Task, (AsyncOperationHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B49830, Object *, AsyncOperationHandle_System_Collections_IEnumerator_get_Current, (AsyncOperationHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B499C0, bool, AsyncOperationHandle_System_Collections_IEnumerator_MoveNext, (AsyncOperationHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncOperationHandle_System_Collections_IEnumerator_Reset, (AsyncOperationHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B499E0, Object *, AsyncOperationHandle_WaitForCompletion, (AsyncOperationHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x02B49B30, float, DownloadStatus_get_Percent, (DownloadStatus * __this, MethodInfo * method)); DO_APP_FUNC(0x02B49B60, void, GroupOperation__ctor, (GroupOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x02B49DA0, bool, GroupOperation_InvokeWaitForCompletion, (GroupOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x00605860, IOperationCacheKey *, GroupOperation_UnityEngine_ResourceManagement_AsyncOperations_ICachable_get_Key, (GroupOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x00473A50, void, GroupOperation_UnityEngine_ResourceManagement_AsyncOperations_ICachable_set_Key, (GroupOperation * __this, IOperationCacheKey * value, MethodInfo * method)); DO_APP_FUNC(0x02B4A000, IList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ *, GroupOperation_GetDependentOps, (GroupOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x02B4A040, void, GroupOperation_GetDependencies, (GroupOperation * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * deps, MethodInfo * method)); DO_APP_FUNC(0x02B4A0C0, void, GroupOperation_ReleaseDependencies, (GroupOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x02B4A350, DownloadStatus, GroupOperation_GetDownloadStatus, (GroupOperation * __this, HashSet_1_System_Object_ * visited, MethodInfo * method)); DO_APP_FUNC(0x02B4A650, bool, GroupOperation_DependenciesAreUnchanged, (GroupOperation * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * deps, MethodInfo * method)); DO_APP_FUNC(0x02B4A840, String *, GroupOperation_get_DebugName, (GroupOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x02B4ABD0, void, GroupOperation_Execute, (GroupOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x02B4AEE0, void, GroupOperation_CompleteIfDependenciesComplete, (GroupOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x02B4B280, void, GroupOperation_Destroy, (GroupOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x02B4B2A0, float, GroupOperation_get_Progress, (GroupOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x02B4B5B0, void, GroupOperation_Init, (GroupOperation * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * operations, bool releaseDependenciesOnFailure, bool allowFailedDependencies, MethodInfo * method)); DO_APP_FUNC(0x02B4B6D0, void, GroupOperation_Init_1, (GroupOperation * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * operations, GroupOperation_GroupOperationSettings__Enum settings, MethodInfo * method)); DO_APP_FUNC(0x02B4B7D0, void, GroupOperation_OnOperationCompleted, (GroupOperation * __this, AsyncOperationHandle op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63640, GroupOperation_OnOperationCompleted__MethodInfo); DO_APP_FUNC(0x003B93C0, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ *, PackedPlayModeBuildLogs_get_RuntimeBuildLogs, (PackedPlayModeBuildLogs * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, PackedPlayModeBuildLogs_set_RuntimeBuildLogs, (PackedPlayModeBuildLogs * __this, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * value, MethodInfo * method)); DO_APP_FUNC(0x028AC170, void, PackedPlayModeBuildLogs__ctor, (PackedPlayModeBuildLogs * __this, MethodInfo * method)); DO_APP_FUNC(0x011A23D0, void, PackedPlayModeBuildLogs_RuntimeBuildLog__ctor, (PackedPlayModeBuildLogs_RuntimeBuildLog * __this, LogType__Enum type, String * message, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, AssetReferenceUIRestriction_ValidateAsset, (AssetReferenceUIRestriction * __this, Object_1 * obj, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, AssetReferenceUIRestriction_ValidateAsset_1, (AssetReferenceUIRestriction * __this, String * path, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AssetReferenceUIRestriction__ctor, (AssetReferenceUIRestriction * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AssetReferenceUILabelRestriction__ctor, (AssetReferenceUILabelRestriction * __this, String__Array * allowedLabels, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, AssetReferenceUILabelRestriction_ValidateAsset, (AssetReferenceUILabelRestriction * __this, Object_1 * obj, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, AssetReferenceUILabelRestriction_ValidateAsset_1, (AssetReferenceUILabelRestriction * __this, String * path, MethodInfo * method)); DO_APP_FUNC(0x028AC2F0, String *, AssetReferenceUILabelRestriction_ToString, (AssetReferenceUILabelRestriction * __this, MethodInfo * method)); DO_APP_FUNC(0x028AC450, void, InitalizationObjectsOperation_Init, (InitalizationObjectsOperation * __this, AsyncOperationHandle_1_UnityEngine_AddressableAssets_Initialization_ResourceManagerRuntimeData_ rtdOp, AddressablesImpl * addressables, MethodInfo * method)); DO_APP_FUNC(0x028AC550, String *, InitalizationObjectsOperation_get_DebugName, (InitalizationObjectsOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028AC590, bool, InitalizationObjectsOperation_LogRuntimeWarnings, (InitalizationObjectsOperation * __this, String * pathToBuildLogs, MethodInfo * method)); DO_APP_FUNC(0x028AC7C0, bool, InitalizationObjectsOperation_InvokeWaitForCompletion, (InitalizationObjectsOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028AC9D0, void, InitalizationObjectsOperation_Execute, (InitalizationObjectsOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028AD0E0, void, InitalizationObjectsOperation__ctor, (InitalizationObjectsOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028AD120, void, InitalizationObjectsOperation__Execute_b__8_0, (InitalizationObjectsOperation * __this, AsyncOperationHandle_1_System_Collections_Generic_IList_1_ obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84718, InitalizationObjectsOperation__Execute_b__8_0__MethodInfo); DO_APP_FUNC(0x00A90540, Object *, InvalidKeyException_get_Key, (InvalidKeyException * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90550, void, InvalidKeyException_set_Key, (InvalidKeyException * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, Type *, InvalidKeyException_get_Type, (InvalidKeyException * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F50, void, InvalidKeyException_set_Type, (InvalidKeyException * __this, Type * value, MethodInfo * method)); DO_APP_FUNC(0x00605860, Nullable_1_UnityEngine_AddressableAssets_Addressables_MergeMode_, InvalidKeyException_get_MergeMode, (InvalidKeyException * __this, MethodInfo * method)); DO_APP_FUNC(0x028AD340, void, InvalidKeyException__ctor, (InvalidKeyException * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x028AD4B0, void, InvalidKeyException__ctor_1, (InvalidKeyException * __this, Object * key, Type * type, MethodInfo * method)); DO_APP_FUNC(0x028AD5D0, void, InvalidKeyException__ctor_2, (InvalidKeyException * __this, Object * key, Type * type, AddressablesImpl * addr, MethodInfo * method)); DO_APP_FUNC(0x028AD750, void, InvalidKeyException__ctor_3, (InvalidKeyException * __this, Object * key, Type * type, Addressables_MergeMode__Enum mergeMode, MethodInfo * method)); DO_APP_FUNC(0x028AD8B0, void, InvalidKeyException__ctor_4, (InvalidKeyException * __this, Object * key, Type * type, Addressables_MergeMode__Enum mergeMode, AddressablesImpl * addr, MethodInfo * method)); DO_APP_FUNC(0x028ADA70, void, InvalidKeyException__ctor_5, (InvalidKeyException * __this, MethodInfo * method)); DO_APP_FUNC(0x028ADAC0, void, InvalidKeyException__ctor_6, (InvalidKeyException * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x028ADB20, void, InvalidKeyException__ctor_7, (InvalidKeyException * __this, String * message, Exception * innerException, MethodInfo * method)); DO_APP_FUNC(0x028ADB90, void, InvalidKeyException__ctor_8, (InvalidKeyException * __this, SerializationInfo * message, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x028ADC10, String *, InvalidKeyException_get_Message, (InvalidKeyException * __this, MethodInfo * method)); DO_APP_FUNC(0x028AE2C0, String *, InvalidKeyException_GetMessageForSingleKey, (InvalidKeyException * __this, String * keyString, MethodInfo * method)); DO_APP_FUNC(0x028AE9F0, String *, InvalidKeyException_GetMessageforMergeKeys, (InvalidKeyException * __this, List_1_System_String_ * keys, MethodInfo * method)); DO_APP_FUNC(0x028AFEC0, HashSet_1_System_Type_ *, InvalidKeyException_GetTypesForKey, (InvalidKeyException * __this, String * keyString, MethodInfo * method)); DO_APP_FUNC(0x028B0330, bool, InvalidKeyException_GetTypeToKeys, (InvalidKeyException * __this, String * key, Dictionary_2_System_Type_List_1_System_String_ * typeToKeys, MethodInfo * method)); DO_APP_FUNC(0x028B0610, String *, InvalidKeyException_GetCSVString, (InvalidKeyException * __this, IEnumerable_1_System_String_ * enumerator, String * prefixSingle, String * prefixPlural, MethodInfo * method)); DO_APP_FUNC(0x028B0900, AddressablesImpl *, Addressables_get_m_Addressables, (MethodInfo * method)); DO_APP_FUNC(0x028B0960, ResourceManager_1 *, Addressables_get_ResourceManager, (MethodInfo * method)); DO_APP_FUNC(0x028B0A00, AddressablesImpl *, Addressables_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x028B0AA0, IInstanceProvider *, Addressables_get_InstanceProvider, (MethodInfo * method)); DO_APP_FUNC(0x028B0B40, String *, Addressables_ResolveInternalId, (String * id, MethodInfo * method)); DO_APP_FUNC(0x028B0BF0, Func_2_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_String_ *, Addressables_get_InternalIdTransformFunc, (MethodInfo * method)); DO_APP_FUNC(0x028B0CA0, void, Addressables_set_InternalIdTransformFunc, (Func_2_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x028B0D90, Action_1_UnityEngine_Networking_UnityWebRequest_ *, Addressables_get_WebRequestOverride, (MethodInfo * method)); DO_APP_FUNC(0x028B0E40, void, Addressables_set_WebRequestOverride, (Action_1_UnityEngine_Networking_UnityWebRequest_ * value, MethodInfo * method)); DO_APP_FUNC(0x028B0F30, String *, Addressables_get_StreamingAssetsSubFolder, (MethodInfo * method)); DO_APP_FUNC(0x028B0FF0, String *, Addressables_get_BuildPath, (MethodInfo * method)); DO_APP_FUNC(0x028B1170, String *, Addressables_get_PlayerBuildDataPath, (MethodInfo * method)); DO_APP_FUNC(0x028B1210, String *, Addressables_get_RuntimePath, (MethodInfo * method)); DO_APP_FUNC(0x028B12B0, IEnumerable_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator_ *, Addressables_get_ResourceLocators, (MethodInfo * method)); DO_APP_FUNC(0x028B1350, void, Addressables_InternalSafeSerializationLog, (String * msg, LogType__Enum logType, MethodInfo * method)); DO_APP_FUNC(0x028B1480, void, Addressables_InternalSafeSerializationLogFormat, (String * format, LogType__Enum logType, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x028B15D0, void, Addressables_Log, (String * msg, MethodInfo * method)); DO_APP_FUNC(0x028B16B0, void, Addressables_LogFormat, (String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x028B17A0, void, Addressables_LogWarning, (String * msg, MethodInfo * method)); DO_APP_FUNC(0x028B1880, void, Addressables_LogWarningFormat, (String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x028B1970, void, Addressables_LogError, (String * msg, MethodInfo * method)); DO_APP_FUNC(0x028B1A50, void, Addressables_LogException, (AsyncOperationHandle op, Exception * ex, MethodInfo * method)); DO_APP_FUNC(0x028B1C30, void, Addressables_LogException_1, (Exception * ex, MethodInfo * method)); DO_APP_FUNC(0x028B1CC0, void, Addressables_LogErrorFormat, (String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x028B1DB0, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator_, Addressables_Initialize, (MethodInfo * method)); DO_APP_FUNC(0x028B1E20, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator_, Addressables_InitializeAsync, (MethodInfo * method)); DO_APP_FUNC(0x028B1F50, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator_, Addressables_InitializeAsync_1, (bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028B2080, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator_, Addressables_LoadContentCatalog, (String * catalogPath, String * providerSuffix, MethodInfo * method)); DO_APP_FUNC(0x028B21A0, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator_, Addressables_LoadContentCatalogAsync, (String * catalogPath, String * providerSuffix, MethodInfo * method)); DO_APP_FUNC(0x028B2280, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator_, Addressables_LoadContentCatalogAsync_1, (String * catalogPath, bool autoReleaseHandle, String * providerSuffix, MethodInfo * method)); DO_APP_FUNC(0x0127A9A0, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator_, Addressables_get_InitializationOperation, (MethodInfo * method)); DO_APP_FUNC(0x028B2370, AsyncOperationHandle_1_System_Collections_Generic_IList_1__2, Addressables_LoadResourceLocations, (IList_1_System_Object_ * keys, Addressables_MergeMode__Enum mode, Type * type, MethodInfo * method)); DO_APP_FUNC(0x028B24A0, AsyncOperationHandle_1_System_Collections_Generic_IList_1__2, Addressables_LoadResourceLocationsAsync, (IList_1_System_Object_ * keys, Addressables_MergeMode__Enum mode, Type * type, MethodInfo * method)); DO_APP_FUNC(0x028B2590, AsyncOperationHandle_1_System_Collections_Generic_IList_1__2, Addressables_LoadResourceLocationsAsync_1, (IEnumerable * keys, Addressables_MergeMode__Enum mode, Type * type, MethodInfo * method)); DO_APP_FUNC(0x028B2680, AsyncOperationHandle_1_System_Collections_Generic_IList_1__2, Addressables_LoadResourceLocations_1, (Object * key, Type * type, MethodInfo * method)); DO_APP_FUNC(0x028B27A0, AsyncOperationHandle_1_System_Collections_Generic_IList_1__2, Addressables_LoadResourceLocationsAsync_2, (Object * key, Type * type, MethodInfo * method)); DO_APP_FUNC(0x028B2880, void, Addressables_Release, (AsyncOperationHandle handle, MethodInfo * method)); DO_APP_FUNC(0x028B2940, bool, Addressables_ReleaseInstance, (GameObject * instance, MethodInfo * method)); DO_APP_FUNC(0x028B2BA0, bool, Addressables_ReleaseInstance_1, (AsyncOperationHandle handle, MethodInfo * method)); DO_APP_FUNC(0x028B2C60, bool, Addressables_ReleaseInstance_2, (AsyncOperationHandle_1_UnityEngine_GameObject_ handle, MethodInfo * method)); DO_APP_FUNC(0x028B2D30, AsyncOperationHandle_1_System_Int64_, Addressables_GetDownloadSize, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x028B2EC0, AsyncOperationHandle_1_System_Int64_, Addressables_GetDownloadSizeAsync, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x028B3020, AsyncOperationHandle_1_System_Int64_, Addressables_GetDownloadSizeAsync_1, (String * key, MethodInfo * method)); DO_APP_FUNC(0x028B3180, AsyncOperationHandle_1_System_Int64_, Addressables_GetDownloadSizeAsync_2, (IList_1_System_Object_ * keys, MethodInfo * method)); DO_APP_FUNC(0x028B3250, AsyncOperationHandle_1_System_Int64_, Addressables_GetDownloadSizeAsync_3, (IEnumerable * keys, MethodInfo * method)); DO_APP_FUNC(0x028B3320, AsyncOperationHandle, Addressables_DownloadDependencies, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x028B3430, AsyncOperationHandle, Addressables_DownloadDependenciesAsync, (Object * key, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028B3510, AsyncOperationHandle, Addressables_DownloadDependenciesAsync_1, (IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * locations, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028B35F0, AsyncOperationHandle, Addressables_DownloadDependenciesAsync_2, (IList_1_System_Object_ * keys, Addressables_MergeMode__Enum mode, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028B36E0, AsyncOperationHandle, Addressables_DownloadDependenciesAsync_3, (IEnumerable * keys, Addressables_MergeMode__Enum mode, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028B37D0, void, Addressables_ClearDependencyCacheAsync, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x028B3890, void, Addressables_ClearDependencyCacheAsync_1, (IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * locations, MethodInfo * method)); DO_APP_FUNC(0x028B3950, void, Addressables_ClearDependencyCacheAsync_2, (IList_1_System_Object_ * keys, MethodInfo * method)); DO_APP_FUNC(0x028B3A10, void, Addressables_ClearDependencyCacheAsync_3, (IEnumerable * keys, MethodInfo * method)); DO_APP_FUNC(0x028B3AD0, void, Addressables_ClearDependencyCacheAsync_4, (String * key, MethodInfo * method)); DO_APP_FUNC(0x028B3B90, AsyncOperationHandle_1_System_Boolean_, Addressables_ClearDependencyCacheAsync_5, (Object * key, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028B3C70, AsyncOperationHandle_1_System_Boolean_, Addressables_ClearDependencyCacheAsync_6, (IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * locations, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028B3D50, AsyncOperationHandle_1_System_Boolean_, Addressables_ClearDependencyCacheAsync_7, (IList_1_System_Object_ * keys, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028B3E30, AsyncOperationHandle_1_System_Boolean_, Addressables_ClearDependencyCacheAsync_8, (IEnumerable * keys, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028B3F10, AsyncOperationHandle_1_System_Boolean_, Addressables_ClearDependencyCacheAsync_9, (String * key, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028B3FF0, AsyncOperationHandle_1_UnityEngine_GameObject_, Addressables_Instantiate, (IResourceLocation * location, Transform * parent, bool instantiateInWorldSpace, bool trackHandle, MethodInfo * method)); DO_APP_FUNC(0x028B40F0, AsyncOperationHandle_1_UnityEngine_GameObject_, Addressables_Instantiate_1, (IResourceLocation * location, Vector3 position, Quaternion rotation, Transform * parent, bool trackHandle, MethodInfo * method)); DO_APP_FUNC(0x028B42E0, AsyncOperationHandle_1_UnityEngine_GameObject_, Addressables_Instantiate_2, (Object * key, Transform * parent, bool instantiateInWorldSpace, bool trackHandle, MethodInfo * method)); DO_APP_FUNC(0x028B4390, AsyncOperationHandle_1_UnityEngine_GameObject_, Addressables_Instantiate_3, (Object * key, Vector3 position, Quaternion rotation, Transform * parent, bool trackHandle, MethodInfo * method)); DO_APP_FUNC(0x028B4470, AsyncOperationHandle_1_UnityEngine_GameObject_, Addressables_Instantiate_4, (Object * key, InstantiationParameters instantiateParameters, bool trackHandle, MethodInfo * method)); DO_APP_FUNC(0x028B45C0, AsyncOperationHandle_1_UnityEngine_GameObject_, Addressables_Instantiate_5, (IResourceLocation * location, InstantiationParameters instantiateParameters, bool trackHandle, MethodInfo * method)); DO_APP_FUNC(0x028B4680, AsyncOperationHandle_1_UnityEngine_GameObject_, Addressables_InstantiateAsync, (IResourceLocation * location, Transform * parent, bool instantiateInWorldSpace, bool trackHandle, MethodInfo * method)); DO_APP_FUNC(0x028B47E0, AsyncOperationHandle_1_UnityEngine_GameObject_, Addressables_InstantiateAsync_1, (IResourceLocation * location, Vector3 position, Quaternion rotation, Transform * parent, bool trackHandle, MethodInfo * method)); DO_APP_FUNC(0x028B49A0, AsyncOperationHandle_1_UnityEngine_GameObject_, Addressables_InstantiateAsync_2, (Object * key, Transform * parent, bool instantiateInWorldSpace, bool trackHandle, MethodInfo * method)); DO_APP_FUNC(0x028B4B00, AsyncOperationHandle_1_UnityEngine_GameObject_, Addressables_InstantiateAsync_3, (Object * key, Vector3 position, Quaternion rotation, Transform * parent, bool trackHandle, MethodInfo * method)); DO_APP_FUNC(0x028B4CC0, AsyncOperationHandle_1_UnityEngine_GameObject_, Addressables_InstantiateAsync_4, (Object * key, InstantiationParameters instantiateParameters, bool trackHandle, MethodInfo * method)); DO_APP_FUNC(0x028B4DE0, AsyncOperationHandle_1_UnityEngine_GameObject_, Addressables_InstantiateAsync_5, (IResourceLocation * location, InstantiationParameters instantiateParameters, bool trackHandle, MethodInfo * method)); DO_APP_FUNC(0x028B4F00, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, Addressables_LoadScene, (Object * key, LoadSceneMode__Enum loadMode, bool activateOnLoad, int32_t priority, MethodInfo * method)); DO_APP_FUNC(0x028B4FB0, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, Addressables_LoadScene_1, (IResourceLocation * location, LoadSceneMode__Enum loadMode, bool activateOnLoad, int32_t priority, MethodInfo * method)); DO_APP_FUNC(0x028B50F0, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, Addressables_LoadSceneAsync, (Object * key, LoadSceneMode__Enum loadMode, bool activateOnLoad, int32_t priority, MethodInfo * method)); DO_APP_FUNC(0x028B5200, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, Addressables_LoadSceneAsync_1, (IResourceLocation * location, LoadSceneMode__Enum loadMode, bool activateOnLoad, int32_t priority, MethodInfo * method)); DO_APP_FUNC(0x028B5310, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, Addressables_UnloadScene, (SceneInstance scene, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028B5440, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, Addressables_UnloadScene_1, (AsyncOperationHandle handle, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028B54E0, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, Addressables_UnloadScene_2, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ handle, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028B5670, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, Addressables_UnloadSceneAsync, (SceneInstance scene, UnloadSceneOptions__Enum unloadOptions, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028B5770, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, Addressables_UnloadSceneAsync_1, (AsyncOperationHandle handle, UnloadSceneOptions__Enum unloadOptions, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028B5880, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, Addressables_UnloadScene_3, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ handle, UnloadSceneOptions__Enum unloadOptions, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028B5A10, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, Addressables_UnloadSceneAsync_2, (SceneInstance scene, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028B5B00, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, Addressables_UnloadSceneAsync_3, (AsyncOperationHandle handle, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028B5C00, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, Addressables_UnloadSceneAsync_4, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ handle, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028B5D50, AsyncOperationHandle_1_System_Collections_Generic_List_1_, Addressables_CheckForCatalogUpdates, (bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028B5E20, AsyncOperationHandle_1_System_Collections_Generic_List_1__1, Addressables_UpdateCatalogs, (IEnumerable_1_System_String_ * catalogs, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028B5F10, AsyncOperationHandle_1_System_Collections_Generic_List_1__1, Addressables_UpdateCatalogs_1, (bool autoCleanBundleCache, IEnumerable_1_System_String_ * catalogs, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028B6000, void, Addressables_AddResourceLocator, (IResourceLocator * locator, String * localCatalogHash, IResourceLocation * remoteCatalogLocation, MethodInfo * method)); DO_APP_FUNC(0x028B60D0, void, Addressables_RemoveResourceLocator, (IResourceLocator * locator, MethodInfo * method)); DO_APP_FUNC(0x028B6180, void, Addressables_ClearResourceLocators, (MethodInfo * method)); DO_APP_FUNC(0x028B6270, AsyncOperationHandle_1_System_Boolean_, Addressables_CleanBundleCache, (IEnumerable_1_System_String_ * catalogsIds, MethodInfo * method)); DO_APP_FUNC(0x028B6340, void, Addressables__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IInstanceProvider *, AddressablesImpl_get_InstanceProvider, (AddressablesImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x028B6510, void, AddressablesImpl_set_InstanceProvider, (AddressablesImpl * __this, IInstanceProvider * value, MethodInfo * method)); DO_APP_FUNC(0x028B65D0, ResourceManager_1 *, AddressablesImpl_get_ResourceManager, (AddressablesImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, AddressablesImpl_get_CatalogRequestsTimeout, (AddressablesImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, AddressablesImpl_set_CatalogRequestsTimeout, (AddressablesImpl * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x028B66C0, int32_t, AddressablesImpl_get_SceneOperationCount, (AddressablesImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x028B6710, int32_t, AddressablesImpl_get_TrackedHandleCount, (AddressablesImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x028B6760, void, AddressablesImpl__ctor, (AddressablesImpl * __this, IAllocationStrategy * alloc, MethodInfo * method)); DO_APP_FUNC(0x028B6AD0, void, AddressablesImpl_ReleaseSceneManagerOperation, (AddressablesImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x028B6B80, Func_2_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_String_ *, AddressablesImpl_get_InternalIdTransformFunc, (AddressablesImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x028B6BA0, void, AddressablesImpl_set_InternalIdTransformFunc, (AddressablesImpl * __this, Func_2_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x028B6C10, Action_1_UnityEngine_Networking_UnityWebRequest_ *, AddressablesImpl_get_WebRequestOverride, (AddressablesImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x028B6C30, void, AddressablesImpl_set_WebRequestOverride, (AddressablesImpl * __this, Action_1_UnityEngine_Networking_UnityWebRequest_ * value, MethodInfo * method)); DO_APP_FUNC(0x028B6CA0, AsyncOperationHandle, AddressablesImpl_get_ChainOperation, (AddressablesImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x028B6EF0, bool, AddressablesImpl_get_ShouldChainRequest, (AddressablesImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x028B6FC0, void, AddressablesImpl_OnSceneUnloaded, (AddressablesImpl * __this, Scene scene, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84278, AddressablesImpl_OnSceneUnloaded__MethodInfo); DO_APP_FUNC(0x028B74A0, String *, AddressablesImpl_get_StreamingAssetsSubFolder, (AddressablesImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x028B74E0, String *, AddressablesImpl_get_BuildPath, (AddressablesImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x028B75D0, String *, AddressablesImpl_get_PlayerBuildDataPath, (AddressablesImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x028B7680, String *, AddressablesImpl_get_RuntimePath, (AddressablesImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x028B7690, void, AddressablesImpl_Log, (AddressablesImpl * __this, String * msg, MethodInfo * method)); DO_APP_FUNC(0x028B76E0, void, AddressablesImpl_LogFormat, (AddressablesImpl * __this, String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x028B7740, void, AddressablesImpl_LogWarning, (AddressablesImpl * __this, String * msg, MethodInfo * method)); DO_APP_FUNC(0x028B7790, void, AddressablesImpl_LogWarningFormat, (AddressablesImpl * __this, String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x028B77F0, void, AddressablesImpl_LogError, (AddressablesImpl * __this, String * msg, MethodInfo * method)); DO_APP_FUNC(0x028B7840, void, AddressablesImpl_LogException, (AddressablesImpl * __this, AsyncOperationHandle op, Exception * ex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83FE0, AddressablesImpl_LogException__MethodInfo); DO_APP_FUNC(0x003AC050, void, AddressablesImpl_LogException_1, (AddressablesImpl * __this, Exception * ex, MethodInfo * method)); DO_APP_FUNC(0x028B7910, void, AddressablesImpl_LogErrorFormat, (AddressablesImpl * __this, String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x028B7970, String *, AddressablesImpl_ResolveInternalId, (AddressablesImpl * __this, String * id, MethodInfo * method)); DO_APP_FUNC(0x028B7B30, IEnumerable_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator_ *, AddressablesImpl_get_ResourceLocators, (AddressablesImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x028B7CB0, void, AddressablesImpl_AddResourceLocator, (AddressablesImpl * __this, IResourceLocator * loc, String * localCatalogHash, IResourceLocation * remoteCatalogLocation, MethodInfo * method)); DO_APP_FUNC(0x028B7E50, void, AddressablesImpl_RemoveResourceLocator, (AddressablesImpl * __this, IResourceLocator * loc, MethodInfo * method)); DO_APP_FUNC(0x028B7F80, void, AddressablesImpl_ClearResourceLocators, (AddressablesImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x028B7FF0, bool, AddressablesImpl_GetResourceLocations, (AddressablesImpl * __this, Object * key, Type * type, IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * * locations, MethodInfo * method)); DO_APP_FUNC(0x028B8680, bool, AddressablesImpl_GetResourceLocations_1, (AddressablesImpl * __this, IEnumerable * keys, Type * type, Addressables_MergeMode__Enum merge, IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * * locations, MethodInfo * method)); DO_APP_FUNC(0x028B8D00, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator_, AddressablesImpl_InitializeAsync, (AddressablesImpl * __this, String * runtimeDataPath, String * providerSuffix, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028B93D0, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator_, AddressablesImpl_InitializeAsync_1, (AddressablesImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x028B9470, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator_, AddressablesImpl_InitializeAsync_2, (AddressablesImpl * __this, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028B9520, ResourceLocationBase *, AddressablesImpl_CreateCatalogLocationWithHashDependencies, (AddressablesImpl * __this, String * catalogPath, String * hashFilePath, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AddressablesImpl_QueueEditorUpdateIfNeeded, (AddressablesImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x028B9B10, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator_, AddressablesImpl_LoadContentCatalogAsync, (AddressablesImpl * __this, String * catalogPath, bool autoReleaseHandle, String * providerSuffix, MethodInfo * method)); DO_APP_FUNC(0x028B9E60, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, AddressablesImpl_TrackHandle, (AddressablesImpl * __this, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ handle, MethodInfo * method)); DO_APP_FUNC(0x028BA020, AsyncOperationHandle, AddressablesImpl_TrackHandle_1, (AddressablesImpl * __this, AsyncOperationHandle handle, MethodInfo * method)); DO_APP_FUNC(0x028BA0B0, void, AddressablesImpl_ClearTrackHandles, (AddressablesImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x028BA150, AsyncOperationHandle_1_System_Collections_Generic_IList_1__2, AddressablesImpl_LoadResourceLocationsWithChain, (AddressablesImpl * __this, AsyncOperationHandle dep, IEnumerable * keys, Addressables_MergeMode__Enum mode, Type * type, MethodInfo * method)); DO_APP_FUNC(0x028BA3A0, AsyncOperationHandle_1_System_Collections_Generic_IList_1__2, AddressablesImpl_LoadResourceLocationsAsync, (AddressablesImpl * __this, IEnumerable * keys, Addressables_MergeMode__Enum mode, Type * type, MethodInfo * method)); DO_APP_FUNC(0x028BA730, AsyncOperationHandle_1_System_Collections_Generic_IList_1__2, AddressablesImpl_LoadResourceLocationsWithChain_1, (AddressablesImpl * __this, AsyncOperationHandle dep, Object * key, Type * type, MethodInfo * method)); DO_APP_FUNC(0x028BA980, AsyncOperationHandle_1_System_Collections_Generic_IList_1__2, AddressablesImpl_LoadResourceLocationsAsync_1, (AddressablesImpl * __this, Object * key, Type * type, MethodInfo * method)); DO_APP_FUNC(0x028BACF0, void, AddressablesImpl_OnHandleDestroyed, (AddressablesImpl * __this, AsyncOperationHandle handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83FF0, AddressablesImpl_OnHandleDestroyed__MethodInfo); DO_APP_FUNC(0x028BADE0, void, AddressablesImpl_OnSceneHandleCompleted, (AddressablesImpl * __this, AsyncOperationHandle handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83FE8, AddressablesImpl_OnSceneHandleCompleted__MethodInfo); DO_APP_FUNC(0x028BAFF0, void, AddressablesImpl_OnHandleCompleted, (AddressablesImpl * __this, AsyncOperationHandle handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83FD8, AddressablesImpl_OnHandleCompleted__MethodInfo); DO_APP_FUNC(0x028BB1A0, void, AddressablesImpl_Release, (AddressablesImpl * __this, AsyncOperationHandle handle, MethodInfo * method)); DO_APP_FUNC(0x028BB300, AsyncOperationHandle_1_System_Int64_, AddressablesImpl_GetDownloadSizeWithChain, (AddressablesImpl * __this, AsyncOperationHandle dep, Object * key, MethodInfo * method)); DO_APP_FUNC(0x028BB4D0, AsyncOperationHandle_1_System_Int64_, AddressablesImpl_GetDownloadSizeWithChain_1, (AddressablesImpl * __this, AsyncOperationHandle dep, IEnumerable * keys, MethodInfo * method)); DO_APP_FUNC(0x028BB6A0, AsyncOperationHandle_1_System_Int64_, AddressablesImpl_GetDownloadSizeAsync, (AddressablesImpl * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x028BB770, AsyncOperationHandle_1_System_Int64_, AddressablesImpl_GetDownloadSizeAsync_1, (AddressablesImpl * __this, IEnumerable * keys, MethodInfo * method)); DO_APP_FUNC(0x028BC370, AsyncOperationHandle, AddressablesImpl_DownloadDependenciesAsyncWithChain, (AddressablesImpl * __this, AsyncOperationHandle dep, Object * key, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028BC630, void, AddressablesImpl_WrapAsDownloadLocations, (List_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * locations, MethodInfo * method)); DO_APP_FUNC(0x028BC790, List_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ *, AddressablesImpl_GatherDependenciesFromLocations, (IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * locations, MethodInfo * method)); DO_APP_FUNC(0x028BCC10, AsyncOperationHandle, AddressablesImpl_DownloadDependenciesAsync, (AddressablesImpl * __this, Object * key, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028BCF60, AsyncOperationHandle, AddressablesImpl_DownloadDependenciesAsyncWithChain_1, (AddressablesImpl * __this, AsyncOperationHandle dep, IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * locations, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028BD220, AsyncOperationHandle, AddressablesImpl_DownloadDependenciesAsync_1, (AddressablesImpl * __this, IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * locations, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028BD3B0, AsyncOperationHandle, AddressablesImpl_DownloadDependenciesAsyncWithChain_2, (AddressablesImpl * __this, AsyncOperationHandle dep, IEnumerable * keys, Addressables_MergeMode__Enum mode, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028BD680, AsyncOperationHandle, AddressablesImpl_DownloadDependenciesAsync_2, (AddressablesImpl * __this, IEnumerable * keys, Addressables_MergeMode__Enum mode, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028BD9F0, bool, AddressablesImpl_ClearDependencyCacheForKey, (AddressablesImpl * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x028BE0D0, void, AddressablesImpl_AutoReleaseHandleOnCompletion, (AddressablesImpl * __this, AsyncOperationHandle handle, MethodInfo * method)); DO_APP_FUNC(0x028BE1A0, AsyncOperationHandle_1_System_Boolean_, AddressablesImpl_ClearDependencyCacheAsync, (AddressablesImpl * __this, Object * key, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028BE4C0, AsyncOperationHandle_1_System_Boolean_, AddressablesImpl_ClearDependencyCacheAsync_1, (AddressablesImpl * __this, IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * locations, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028BEAB0, AsyncOperationHandle_1_System_Boolean_, AddressablesImpl_ClearDependencyCacheAsync_2, (AddressablesImpl * __this, IEnumerable * keys, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028BF0E0, AsyncOperationHandle_1_UnityEngine_GameObject_, AddressablesImpl_InstantiateAsync, (AddressablesImpl * __this, IResourceLocation * location, Transform * parent, bool instantiateInWorldSpace, bool trackHandle, MethodInfo * method)); DO_APP_FUNC(0x028BF1B0, AsyncOperationHandle_1_UnityEngine_GameObject_, AddressablesImpl_InstantiateAsync_1, (AddressablesImpl * __this, IResourceLocation * location, Vector3 position, Quaternion rotation, Transform * parent, bool trackHandle, MethodInfo * method)); DO_APP_FUNC(0x028BF2D0, AsyncOperationHandle_1_UnityEngine_GameObject_, AddressablesImpl_InstantiateAsync_2, (AddressablesImpl * __this, Object * key, Transform * parent, bool instantiateInWorldSpace, bool trackHandle, MethodInfo * method)); DO_APP_FUNC(0x028BF3A0, AsyncOperationHandle_1_UnityEngine_GameObject_, AddressablesImpl_InstantiateAsync_3, (AddressablesImpl * __this, Object * key, Vector3 position, Quaternion rotation, Transform * parent, bool trackHandle, MethodInfo * method)); DO_APP_FUNC(0x028BF4C0, AsyncOperationHandle_1_UnityEngine_GameObject_, AddressablesImpl_InstantiateWithChain, (AddressablesImpl * __this, AsyncOperationHandle dep, Object * key, InstantiationParameters instantiateParameters, bool trackHandle, MethodInfo * method)); DO_APP_FUNC(0x028BF760, AsyncOperationHandle_1_UnityEngine_GameObject_, AddressablesImpl_InstantiateAsync_4, (AddressablesImpl * __this, Object * key, InstantiationParameters instantiateParameters, bool trackHandle, MethodInfo * method)); DO_APP_FUNC(0x028BFC40, AsyncOperationHandle_1_UnityEngine_GameObject_, AddressablesImpl_InstantiateWithChain_1, (AddressablesImpl * __this, AsyncOperationHandle dep, IResourceLocation * location, InstantiationParameters instantiateParameters, bool trackHandle, MethodInfo * method)); DO_APP_FUNC(0x028BFEE0, AsyncOperationHandle_1_UnityEngine_GameObject_, AddressablesImpl_InstantiateAsync_5, (AddressablesImpl * __this, IResourceLocation * location, InstantiationParameters instantiateParameters, bool trackHandle, MethodInfo * method)); DO_APP_FUNC(0x028C00A0, bool, AddressablesImpl_ReleaseInstance, (AddressablesImpl * __this, GameObject * instance, MethodInfo * method)); DO_APP_FUNC(0x028C0280, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, AddressablesImpl_LoadSceneWithChain, (AddressablesImpl * __this, AsyncOperationHandle dep, Object * key, LoadSceneMode__Enum loadMode, bool activateOnLoad, int32_t priority, MethodInfo * method)); DO_APP_FUNC(0x028C04A0, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, AddressablesImpl_LoadSceneAsync, (AddressablesImpl * __this, Object * key, LoadSceneMode__Enum loadMode, bool activateOnLoad, int32_t priority, bool trackHandle, MethodInfo * method)); DO_APP_FUNC(0x028C0760, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, AddressablesImpl_LoadSceneAsync_1, (AddressablesImpl * __this, IResourceLocation * location, LoadSceneMode__Enum loadMode, bool activateOnLoad, int32_t priority, bool trackHandle, MethodInfo * method)); DO_APP_FUNC(0x028C0930, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, AddressablesImpl_UnloadSceneAsync, (AddressablesImpl * __this, SceneInstance scene, UnloadSceneOptions__Enum unloadOptions, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028C0C10, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, AddressablesImpl_UnloadSceneAsync_1, (AddressablesImpl * __this, AsyncOperationHandle handle, UnloadSceneOptions__Enum unloadOptions, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028C0DF0, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, AddressablesImpl_UnloadSceneAsync_2, (AddressablesImpl * __this, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ handle, UnloadSceneOptions__Enum unloadOptions, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028C0EC0, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, AddressablesImpl_CreateUnloadSceneWithChain, (AddressablesImpl * __this, AsyncOperationHandle handle, UnloadSceneOptions__Enum unloadOptions, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028C1040, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, AddressablesImpl_CreateUnloadSceneWithChain_1, (AddressablesImpl * __this, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ handle, UnloadSceneOptions__Enum unloadOptions, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028C13D0, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, AddressablesImpl_InternalUnloadScene, (AddressablesImpl * __this, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ handle, UnloadSceneOptions__Enum unloadOptions, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028C15A0, Object *, AddressablesImpl_EvaluateKey, (AddressablesImpl * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x028C1630, AsyncOperationHandle_1_System_Collections_Generic_List_1_, AddressablesImpl_CheckForCatalogUpdates, (AddressablesImpl * __this, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028C1A80, AsyncOperationHandle_1_System_Collections_Generic_List_1_, AddressablesImpl_CheckForCatalogUpdatesWithChain, (AddressablesImpl * __this, bool autoReleaseHandle, MethodInfo * method)); DO_APP_FUNC(0x028C1C20, AddressablesImpl_ResourceLocatorInfo *, AddressablesImpl_GetLocatorInfo, (AddressablesImpl * __this, String * c, MethodInfo * method)); DO_APP_FUNC(0x028C1E00, IEnumerable_1_System_String_ *, AddressablesImpl_get_CatalogsWithAvailableUpdates, (AddressablesImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x028C20E0, AsyncOperationHandle_1_System_Collections_Generic_List_1__1, AddressablesImpl_UpdateCatalogs, (AddressablesImpl * __this, IEnumerable_1_System_String_ * catalogIds, bool autoReleaseHandle, bool autoCleanBundleCache, MethodInfo * method)); DO_APP_FUNC(0x028C24F0, bool, AddressablesImpl_Equals, (AddressablesImpl * __this, IResourceLocation * x, IResourceLocation * y, MethodInfo * method)); DO_APP_FUNC(0x028C2680, int32_t, AddressablesImpl_GetHashCode, (AddressablesImpl * __this, IResourceLocation * loc, MethodInfo * method)); DO_APP_FUNC(0x028C2730, AsyncOperationHandle_1_System_Boolean_, AddressablesImpl_CleanBundleCache, (AddressablesImpl * __this, IEnumerable_1_System_String_ * catalogIds, bool forceSingleThreading, MethodInfo * method)); DO_APP_FUNC(0x028C2C60, AsyncOperationHandle_1_System_Boolean_, AddressablesImpl_CleanBundleCache_1, (AddressablesImpl * __this, AsyncOperationHandle_1_System_Collections_Generic_IList_1_ depOp, bool forceSingleThreading, MethodInfo * method)); DO_APP_FUNC(0x028C31A0, AsyncOperationHandle_1_System_Boolean_, AddressablesImpl_CleanBundleCacheWithChain, (AddressablesImpl * __this, AsyncOperationHandle_1_System_Collections_Generic_IList_1_ depOp, bool forceSingleThreading, MethodInfo * method)); DO_APP_FUNC(0x028C33B0, AsyncOperationHandle_1_System_Boolean_, AddressablesImpl_CleanBundleCacheWithChain_1, (AddressablesImpl * __this, IEnumerable_1_System_String_ * catalogIds, bool forceSingleThreading, MethodInfo * method)); DO_APP_FUNC(0x028C35B0, void, AddressablesImpl__TrackHandle_b__72_0, (AddressablesImpl * __this, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ sceneHandle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83E10, AddressablesImpl__TrackHandle_b__72_0__MethodInfo); DO_APP_FUNC(0x00CBF390, void, AddressablesImpl__AutoReleaseHandleOnCompletion_b__109_0, (AddressablesImpl * __this, AsyncOperationHandle op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83C00, AddressablesImpl__AutoReleaseHandleOnCompletion_b__109_0__MethodInfo); DO_APP_FUNC(0x003B93C0, IResourceLocator *, AddressablesImpl_ResourceLocatorInfo_get_Locator, (AddressablesImpl_ResourceLocatorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AddressablesImpl_ResourceLocatorInfo_set_Locator, (AddressablesImpl_ResourceLocatorInfo * __this, IResourceLocator * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, AddressablesImpl_ResourceLocatorInfo_get_LocalHash, (AddressablesImpl_ResourceLocatorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, AddressablesImpl_ResourceLocatorInfo_set_LocalHash, (AddressablesImpl_ResourceLocatorInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, IResourceLocation *, AddressablesImpl_ResourceLocatorInfo_get_CatalogLocation, (AddressablesImpl_ResourceLocatorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, AddressablesImpl_ResourceLocatorInfo_set_CatalogLocation, (AddressablesImpl_ResourceLocatorInfo * __this, IResourceLocation * value, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, AddressablesImpl_ResourceLocatorInfo_get_ContentUpdateAvailable, (AddressablesImpl_ResourceLocatorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, AddressablesImpl_ResourceLocatorInfo_set_ContentUpdateAvailable, (AddressablesImpl_ResourceLocatorInfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00FCEA30, void, AddressablesImpl_ResourceLocatorInfo__ctor, (AddressablesImpl_ResourceLocatorInfo * __this, IResourceLocator * loc, String * localHash, IResourceLocation * remoteCatalogLocation, MethodInfo * method)); DO_APP_FUNC(0x028C3670, IResourceLocation *, AddressablesImpl_ResourceLocatorInfo_get_HashLocation, (AddressablesImpl_ResourceLocatorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x028C36F0, bool, AddressablesImpl_ResourceLocatorInfo_get_CanUpdateContent, (AddressablesImpl_ResourceLocatorInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x028C37B0, void, AddressablesImpl_ResourceLocatorInfo_UpdateContent, (AddressablesImpl_ResourceLocatorInfo * __this, IResourceLocator * locator, String * hash, IResourceLocation * loc, MethodInfo * method)); DO_APP_FUNC(0x028C38C0, String *, AddressablesImpl_LoadResourceLocationKeyOp_get_DebugName, (AddressablesImpl_LoadResourceLocationKeyOp * __this, MethodInfo * method)); DO_APP_FUNC(0x028C38F0, void, AddressablesImpl_LoadResourceLocationKeyOp_Init, (AddressablesImpl_LoadResourceLocationKeyOp * __this, AddressablesImpl * aa, Type * t, Object * keys, MethodInfo * method)); DO_APP_FUNC(0x028C3A10, bool, AddressablesImpl_LoadResourceLocationKeyOp_InvokeWaitForCompletion, (AddressablesImpl_LoadResourceLocationKeyOp * __this, MethodInfo * method)); DO_APP_FUNC(0x028C3AC0, void, AddressablesImpl_LoadResourceLocationKeyOp_Execute, (AddressablesImpl_LoadResourceLocationKeyOp * __this, MethodInfo * method)); DO_APP_FUNC(0x028C3C30, void, AddressablesImpl_LoadResourceLocationKeyOp__ctor, (AddressablesImpl_LoadResourceLocationKeyOp * __this, MethodInfo * method)); DO_APP_FUNC(0x028C3C70, String *, AddressablesImpl_LoadResourceLocationKeysOp_get_DebugName, (AddressablesImpl_LoadResourceLocationKeysOp * __this, MethodInfo * method)); DO_APP_FUNC(0x028C3CB0, void, AddressablesImpl_LoadResourceLocationKeysOp_Init, (AddressablesImpl_LoadResourceLocationKeysOp * __this, AddressablesImpl * aa, Type * t, IEnumerable * key, Addressables_MergeMode__Enum mergeMode, MethodInfo * method)); DO_APP_FUNC(0x028C3DE0, void, AddressablesImpl_LoadResourceLocationKeysOp_Execute, (AddressablesImpl_LoadResourceLocationKeysOp * __this, MethodInfo * method)); DO_APP_FUNC(0x028C3F60, bool, AddressablesImpl_LoadResourceLocationKeysOp_InvokeWaitForCompletion, (AddressablesImpl_LoadResourceLocationKeysOp * __this, MethodInfo * method)); DO_APP_FUNC(0x028C4010, void, AddressablesImpl_LoadResourceLocationKeysOp__ctor, (AddressablesImpl_LoadResourceLocationKeysOp * __this, MethodInfo * method)); DO_APP_FUNC(0x028C4050, void, AddressablesImpl_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AddressablesImpl_c__ctor, (AddressablesImpl_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADE910, IResourceLocator *, AddressablesImpl_c__get_ResourceLocators_b__60_0, (AddressablesImpl_c * __this, AddressablesImpl_ResourceLocatorInfo * l, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84088, AddressablesImpl_c__get_ResourceLocators_b__60_0__MethodInfo); DO_APP_FUNC(0x028C4100, bool, AddressablesImpl_c__get_CatalogsWithAvailableUpdates_b__139_0, (AddressablesImpl_c * __this, AddressablesImpl_ResourceLocatorInfo * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83A70, AddressablesImpl_c__get_CatalogsWithAvailableUpdates_b__139_0__MethodInfo); DO_APP_FUNC(0x028C4120, String *, AddressablesImpl_c__get_CatalogsWithAvailableUpdates_b__139_1, (AddressablesImpl_c * __this, AddressablesImpl_ResourceLocatorInfo * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83A80, AddressablesImpl_c__get_CatalogsWithAvailableUpdates_b__139_1__MethodInfo); DO_APP_FUNC(0x028C4180, String *, AddressablesImpl_c__CleanBundleCache_b__143_0, (AddressablesImpl_c * __this, AddressablesImpl_ResourceLocatorInfo * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83AB0, AddressablesImpl_c__CleanBundleCache_b__143_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AddressablesImpl_c_DisplayClass62_0__ctor, (AddressablesImpl_c_DisplayClass62_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x00707750, bool, AddressablesImpl_c_DisplayClass62_0__RemoveResourceLocator_b__0, (AddressablesImpl_c_DisplayClass62_0 * __this, AddressablesImpl_ResourceLocatorInfo * l, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83FA8, AddressablesImpl_c_DisplayClass62_0__RemoveResourceLocator_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AddressablesImpl_c_DisplayClass71_0__ctor, (AddressablesImpl_c_DisplayClass71_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x028C41E0, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator_, AddressablesImpl_c_DisplayClass71_0__LoadContentCatalogAsync_b__0, (AddressablesImpl_c_DisplayClass71_0 * __this, AsyncOperationHandle op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83F20, AddressablesImpl_c_DisplayClass71_0__LoadContentCatalogAsync_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AddressablesImpl_c_DisplayClass81_0__ctor, (AddressablesImpl_c_DisplayClass81_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x028C4240, AsyncOperationHandle_1_System_Collections_Generic_IList_1__2, AddressablesImpl_c_DisplayClass81_0__LoadResourceLocationsWithChain_b__0, (AddressablesImpl_c_DisplayClass81_0 * __this, AsyncOperationHandle op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83DB8, AddressablesImpl_c_DisplayClass81_0__LoadResourceLocationsWithChain_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AddressablesImpl_c_DisplayClass83_0__ctor, (AddressablesImpl_c_DisplayClass83_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x028C42A0, AsyncOperationHandle_1_System_Collections_Generic_IList_1__2, AddressablesImpl_c_DisplayClass83_0__LoadResourceLocationsWithChain_b__0, (AddressablesImpl_c_DisplayClass83_0 * __this, AsyncOperationHandle op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83E78, AddressablesImpl_c_DisplayClass83_0__LoadResourceLocationsWithChain_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AddressablesImpl_c_DisplayClass96_0__ctor, (AddressablesImpl_c_DisplayClass96_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x028C42F0, AsyncOperationHandle_1_System_Int64_, AddressablesImpl_c_DisplayClass96_0__GetDownloadSizeWithChain_b__0, (AddressablesImpl_c_DisplayClass96_0 * __this, AsyncOperationHandle op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83D08, AddressablesImpl_c_DisplayClass96_0__GetDownloadSizeWithChain_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AddressablesImpl_c_DisplayClass97_0__ctor, (AddressablesImpl_c_DisplayClass97_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x028C43D0, AsyncOperationHandle_1_System_Int64_, AddressablesImpl_c_DisplayClass97_0__GetDownloadSizeWithChain_b__0, (AddressablesImpl_c_DisplayClass97_0 * __this, AsyncOperationHandle op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83CD8, AddressablesImpl_c_DisplayClass97_0__GetDownloadSizeWithChain_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AddressablesImpl_c_DisplayClass100_0__ctor, (AddressablesImpl_c_DisplayClass100_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x028C4420, AsyncOperationHandle_1_System_Collections_Generic_IList_1__3, AddressablesImpl_c_DisplayClass100_0__DownloadDependenciesAsyncWithChain_b__0, (AddressablesImpl_c_DisplayClass100_0 * __this, AsyncOperationHandle op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83D68, AddressablesImpl_c_DisplayClass100_0__DownloadDependenciesAsyncWithChain_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AddressablesImpl_c_DisplayClass104_0__ctor, (AddressablesImpl_c_DisplayClass104_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x028C4590, AsyncOperationHandle_1_System_Collections_Generic_IList_1__3, AddressablesImpl_c_DisplayClass104_0__DownloadDependenciesAsyncWithChain_b__0, (AddressablesImpl_c_DisplayClass104_0 * __this, AsyncOperationHandle op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83CB8, AddressablesImpl_c_DisplayClass104_0__DownloadDependenciesAsyncWithChain_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AddressablesImpl_c_DisplayClass106_0__ctor, (AddressablesImpl_c_DisplayClass106_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x028C4700, AsyncOperationHandle_1_System_Collections_Generic_IList_1__3, AddressablesImpl_c_DisplayClass106_0__DownloadDependenciesAsyncWithChain_b__0, (AddressablesImpl_c_DisplayClass106_0 * __this, AsyncOperationHandle op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83CC8, AddressablesImpl_c_DisplayClass106_0__DownloadDependenciesAsyncWithChain_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AddressablesImpl_c_DisplayClass113_0__ctor, (AddressablesImpl_c_DisplayClass113_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x028C4880, AsyncOperationHandle_1_System_Boolean_, AddressablesImpl_c_DisplayClass113_0__ClearDependencyCacheAsync_b__0, (AddressablesImpl_c_DisplayClass113_0 * __this, AsyncOperationHandle op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83BE0, AddressablesImpl_c_DisplayClass113_0__ClearDependencyCacheAsync_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AddressablesImpl_c_DisplayClass114_0__ctor, (AddressablesImpl_c_DisplayClass114_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x028C48D0, AsyncOperationHandle_1_System_Boolean_, AddressablesImpl_c_DisplayClass114_0__ClearDependencyCacheAsync_b__0, (AddressablesImpl_c_DisplayClass114_0 * __this, AsyncOperationHandle op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83C30, AddressablesImpl_c_DisplayClass114_0__ClearDependencyCacheAsync_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AddressablesImpl_c_DisplayClass115_0__ctor, (AddressablesImpl_c_DisplayClass115_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x028C4920, AsyncOperationHandle_1_System_Boolean_, AddressablesImpl_c_DisplayClass115_0__ClearDependencyCacheAsync_b__0, (AddressablesImpl_c_DisplayClass115_0 * __this, AsyncOperationHandle op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83C50, AddressablesImpl_c_DisplayClass115_0__ClearDependencyCacheAsync_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AddressablesImpl_c_DisplayClass120_0__ctor, (AddressablesImpl_c_DisplayClass120_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x028C4970, AsyncOperationHandle_1_UnityEngine_GameObject_, AddressablesImpl_c_DisplayClass120_0__InstantiateWithChain_b__0, (AddressablesImpl_c_DisplayClass120_0 * __this, AsyncOperationHandle op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83C28, AddressablesImpl_c_DisplayClass120_0__InstantiateWithChain_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AddressablesImpl_c_DisplayClass122_0__ctor, (AddressablesImpl_c_DisplayClass122_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x028C49F0, AsyncOperationHandle_1_UnityEngine_GameObject_, AddressablesImpl_c_DisplayClass122_0__InstantiateWithChain_b__0, (AddressablesImpl_c_DisplayClass122_0 * __this, AsyncOperationHandle op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83B68, AddressablesImpl_c_DisplayClass122_0__InstantiateWithChain_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AddressablesImpl_c_DisplayClass125_0__ctor, (AddressablesImpl_c_DisplayClass125_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x028C4A70, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, AddressablesImpl_c_DisplayClass125_0__LoadSceneWithChain_b__0, (AddressablesImpl_c_DisplayClass125_0 * __this, AsyncOperationHandle op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83B90, AddressablesImpl_c_DisplayClass125_0__LoadSceneWithChain_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AddressablesImpl_c_DisplayClass131_0__ctor, (AddressablesImpl_c_DisplayClass131_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x028C4AE0, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, AddressablesImpl_c_DisplayClass131_0__CreateUnloadSceneWithChain_b__0, (AddressablesImpl_c_DisplayClass131_0 * __this, AsyncOperationHandle completedHandle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83AE0, AddressablesImpl_c_DisplayClass131_0__CreateUnloadSceneWithChain_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AddressablesImpl_c_DisplayClass132_0__ctor, (AddressablesImpl_c_DisplayClass132_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x028C4BE0, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, AddressablesImpl_c_DisplayClass132_0__CreateUnloadSceneWithChain_b__0, (AddressablesImpl_c_DisplayClass132_0 * __this, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ completedHandle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83AC8, AddressablesImpl_c_DisplayClass132_0__CreateUnloadSceneWithChain_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AddressablesImpl_c_DisplayClass136_0__ctor, (AddressablesImpl_c_DisplayClass136_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x028C4C50, AsyncOperationHandle_1_System_Collections_Generic_List_1_, AddressablesImpl_c_DisplayClass136_0__CheckForCatalogUpdatesWithChain_b__0, (AddressablesImpl_c_DisplayClass136_0 * __this, AsyncOperationHandle op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83B00, AddressablesImpl_c_DisplayClass136_0__CheckForCatalogUpdatesWithChain_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AddressablesImpl_c_DisplayClass140_0__ctor, (AddressablesImpl_c_DisplayClass140_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x028C4CA0, AsyncOperationHandle_1_System_Collections_Generic_List_1__1, AddressablesImpl_c_DisplayClass140_0__UpdateCatalogs_b__0, (AddressablesImpl_c_DisplayClass140_0 * __this, AsyncOperationHandle_1_System_Collections_Generic_List_1_ depOp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83A38, AddressablesImpl_c_DisplayClass140_0__UpdateCatalogs_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AddressablesImpl_c_DisplayClass145_0__ctor, (AddressablesImpl_c_DisplayClass145_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x028C4D20, AsyncOperationHandle_1_System_Boolean_, AddressablesImpl_c_DisplayClass145_0__CleanBundleCacheWithChain_b__0, (AddressablesImpl_c_DisplayClass145_0 * __this, AsyncOperationHandle op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83958, AddressablesImpl_c_DisplayClass145_0__CleanBundleCacheWithChain_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AddressablesImpl_c_DisplayClass146_0__ctor, (AddressablesImpl_c_DisplayClass146_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x028C4D90, AsyncOperationHandle_1_System_Boolean_, AddressablesImpl_c_DisplayClass146_0__CleanBundleCacheWithChain_b__0, (AddressablesImpl_c_DisplayClass146_0 * __this, AsyncOperationHandle op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83990, AddressablesImpl_c_DisplayClass146_0__CleanBundleCacheWithChain_b__0__MethodInfo); DO_APP_FUNC(0x003B93C0, String *, AssetLabelReference_get_labelString, (AssetLabelReference * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AssetLabelReference_set_labelString, (AssetLabelReference * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x028C4DE0, Object *, AssetLabelReference_get_RuntimeKey, (AssetLabelReference * __this, MethodInfo * method)); DO_APP_FUNC(0x028C4E80, bool, AssetLabelReference_RuntimeKeyIsValid, (AssetLabelReference * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACA570, int32_t, AssetLabelReference_GetHashCode, (AssetLabelReference * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AssetLabelReference__ctor, (AssetLabelReference * __this, MethodInfo * method)); DO_APP_FUNC(0x028C4F50, void, AssetReferenceGameObject__ctor, (AssetReferenceGameObject * __this, String * guid, MethodInfo * method)); DO_APP_FUNC(0x028C4FA0, void, AssetReferenceTexture__ctor, (AssetReferenceTexture * __this, String * guid, MethodInfo * method)); DO_APP_FUNC(0x028C4FF0, void, AssetReferenceTexture2D__ctor, (AssetReferenceTexture2D * __this, String * guid, MethodInfo * method)); DO_APP_FUNC(0x028C5040, void, AssetReferenceTexture3D__ctor, (AssetReferenceTexture3D * __this, String * guid, MethodInfo * method)); DO_APP_FUNC(0x028C5090, void, AssetReferenceSprite__ctor, (AssetReferenceSprite * __this, String * guid, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, AssetReferenceSprite_ValidateAsset, (AssetReferenceSprite * __this, String * path, MethodInfo * method)); DO_APP_FUNC(0x028C50E0, void, AssetReferenceAtlasedSprite__ctor, (AssetReferenceAtlasedSprite * __this, String * guid, MethodInfo * method)); DO_APP_FUNC(0x028C5130, bool, AssetReferenceAtlasedSprite_ValidateAsset, (AssetReferenceAtlasedSprite * __this, Object_1 * obj, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, AssetReferenceAtlasedSprite_ValidateAsset_1, (AssetReferenceAtlasedSprite * __this, String * path, MethodInfo * method)); DO_APP_FUNC(0x017784D0, AsyncOperationHandle, AssetReference_get_OperationHandle, (AssetReference * __this, MethodInfo * method)); DO_APP_FUNC(0x017783A0, void, AssetReference_set_OperationHandle, (AssetReference * __this, AsyncOperationHandle value, MethodInfo * method)); DO_APP_FUNC(0x028C51C0, Object *, AssetReference_get_RuntimeKey, (AssetReference * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, AssetReference_get_AssetGUID, (AssetReference * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, AssetReference_get_SubObjectName, (AssetReference * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, AssetReference_set_SubObjectName, (AssetReference * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x028C52E0, Type *, AssetReference_get_SubOjbectType, (AssetReference * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C836D8, AssetReference_get_SubOjbectType__MethodInfo); DO_APP_FUNC(0x028C5380, bool, AssetReference_IsValid, (AssetReference * __this, MethodInfo * method)); DO_APP_FUNC(0x028C53E0, bool, AssetReference_get_IsDone, (AssetReference * __this, MethodInfo * method)); DO_APP_FUNC(0x028C53F0, void, AssetReference__ctor, (AssetReference * __this, MethodInfo * method)); DO_APP_FUNC(0x0125F7E0, void, AssetReference__ctor_1, (AssetReference * __this, String * guid, MethodInfo * method)); DO_APP_FUNC(0x028C5480, void, AssetReference__ctor_2, (AssetReference * __this, String * guid, Type * type, MethodInfo * method)); DO_APP_FUNC(0x028C5570, Object_1 *, AssetReference_get_Asset, (AssetReference * __this, MethodInfo * method)); DO_APP_FUNC(0x028C5690, String *, AssetReference_ToString, (AssetReference * __this, MethodInfo * method)); DO_APP_FUNC(0x028C56F0, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, AssetReference_LoadScene, (AssetReference * __this, MethodInfo * method)); DO_APP_FUNC(0x028C5740, AsyncOperationHandle_1_UnityEngine_GameObject_, AssetReference_Instantiate, (AssetReference * __this, Vector3 position, Quaternion rotation, Transform * parent, MethodInfo * method)); DO_APP_FUNC(0x028C57C0, AsyncOperationHandle_1_UnityEngine_GameObject_, AssetReference_Instantiate_1, (AssetReference * __this, Transform * parent, bool instantiateInWorldSpace, MethodInfo * method)); DO_APP_FUNC(0x028C5800, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, AssetReference_LoadSceneAsync, (AssetReference * __this, LoadSceneMode__Enum loadMode, bool activateOnLoad, int32_t priority, MethodInfo * method)); DO_APP_FUNC(0x028C5A10, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, AssetReference_UnLoadScene, (AssetReference * __this, MethodInfo * method)); DO_APP_FUNC(0x028C5AC0, AsyncOperationHandle_1_UnityEngine_GameObject_, AssetReference_InstantiateAsync, (AssetReference * __this, Vector3 position, Quaternion rotation, Transform * parent, MethodInfo * method)); DO_APP_FUNC(0x028C5BB0, AsyncOperationHandle_1_UnityEngine_GameObject_, AssetReference_InstantiateAsync_1, (AssetReference * __this, Transform * parent, bool instantiateInWorldSpace, MethodInfo * method)); DO_APP_FUNC(0x028C5C70, bool, AssetReference_RuntimeKeyIsValid, (AssetReference * __this, MethodInfo * method)); DO_APP_FUNC(0x028C5DB0, void, AssetReference_ReleaseAsset, (AssetReference * __this, MethodInfo * method)); DO_APP_FUNC(0x028C5F60, void, AssetReference_ReleaseInstance, (AssetReference * __this, GameObject * obj, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, AssetReference_ValidateAsset, (AssetReference * __this, Object_1 * obj, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, AssetReference_ValidateAsset_1, (AssetReference * __this, String * path, MethodInfo * method)); DO_APP_FUNC(0x028C5FB0, void, CheckCatalogsOperation__ctor, (CheckCatalogsOperation * __this, AddressablesImpl * aa, MethodInfo * method)); DO_APP_FUNC(0x028C6050, AsyncOperationHandle_1_System_Collections_Generic_List_1_, CheckCatalogsOperation_Start, (CheckCatalogsOperation * __this, List_1_UnityEngine_AddressableAssets_AddressablesImpl_ResourceLocatorInfo_ * locatorInfos, MethodInfo * method)); DO_APP_FUNC(0x028C6860, bool, CheckCatalogsOperation_InvokeWaitForCompletion, (CheckCatalogsOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028C6A10, void, CheckCatalogsOperation_Destroy, (CheckCatalogsOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028C6A80, void, CheckCatalogsOperation_GetDependencies, (CheckCatalogsOperation * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * dependencies, MethodInfo * method)); DO_APP_FUNC(0x028C6B50, List_1_System_String_ *, CheckCatalogsOperation_ProcessDependentOpResults, (IList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * results, List_1_UnityEngine_AddressableAssets_AddressablesImpl_ResourceLocatorInfo_ * locatorInfos, List_1_System_String_ * localHashes, String * * errorString, bool * success, MethodInfo * method)); DO_APP_FUNC(0x028C7740, void, CheckCatalogsOperation_Execute, (CheckCatalogsOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028C7810, void, CheckCatalogsOperation_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CheckCatalogsOperation_c__ctor, (CheckCatalogsOperation_c * __this, MethodInfo * method)); DO_APP_FUNC(0x028C78C0, bool, CheckCatalogsOperation_c__Start_b__5_0, (CheckCatalogsOperation_c * __this, IResourceProvider * rp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83628, CheckCatalogsOperation_c__Start_b__5_0__MethodInfo); DO_APP_FUNC(0x028C7960, void, CleanBundleCacheOperation__ctor, (CleanBundleCacheOperation * __this, AddressablesImpl * aa, bool forceSingleThreading, MethodInfo * method)); DO_APP_FUNC(0x028C7A60, AsyncOperationHandle_1_System_Boolean_, CleanBundleCacheOperation_Start, (CleanBundleCacheOperation * __this, AsyncOperationHandle_1_System_Collections_Generic_IList_1_ depOp, MethodInfo * method)); DO_APP_FUNC(0x028C7C20, void, CleanBundleCacheOperation_CompleteInternal, (CleanBundleCacheOperation * __this, bool result, bool success, String * errorMsg, MethodInfo * method)); DO_APP_FUNC(0x028C7CD0, bool, CleanBundleCacheOperation_InvokeWaitForCompletion, (CleanBundleCacheOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028C7DA0, void, CleanBundleCacheOperation_Destroy, (CleanBundleCacheOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028C7E10, void, CleanBundleCacheOperation_GetDependencies, (CleanBundleCacheOperation * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * dependencies, MethodInfo * method)); DO_APP_FUNC(0x028C7EE0, void, CleanBundleCacheOperation_Execute, (CleanBundleCacheOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028C8200, void, CleanBundleCacheOperation_UnityEngine_ResourceManagement_IUpdateReceiver_Update, (CleanBundleCacheOperation * __this, float unscaledDeltaTime, MethodInfo * method)); DO_APP_FUNC(0x028C82E0, void, CleanBundleCacheOperation_RemoveCacheEntries, (CleanBundleCacheOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028C84A0, void, CleanBundleCacheOperation_DetermineCacheDirsNotInUse, (CleanBundleCacheOperation * __this, Object * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C835D0, CleanBundleCacheOperation_DetermineCacheDirsNotInUse__MethodInfo); DO_APP_FUNC(0x028C8530, void, CleanBundleCacheOperation_DetermineCacheDirsNotInUse_1, (CleanBundleCacheOperation * __this, HashSet_1_System_String_ * cacheDirsInUse, MethodInfo * method)); DO_APP_FUNC(0x028C8830, HashSet_1_System_String_ *, CleanBundleCacheOperation_GetCacheDirsInUse, (CleanBundleCacheOperation * __this, IList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * catalogOps, MethodInfo * method)); DO_APP_FUNC(0x028C8FB0, void, UpdateCatalogsOperation__ctor, (UpdateCatalogsOperation * __this, AddressablesImpl * aa, MethodInfo * method)); DO_APP_FUNC(0x028C9050, AsyncOperationHandle_1_System_Collections_Generic_List_1__1, UpdateCatalogsOperation_Start, (UpdateCatalogsOperation * __this, IEnumerable_1_System_String_ * catalogIds, bool autoCleanBundleCache, MethodInfo * method)); DO_APP_FUNC(0x028C9830, bool, UpdateCatalogsOperation_InvokeWaitForCompletion, (UpdateCatalogsOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028C9A80, void, UpdateCatalogsOperation_Destroy, (UpdateCatalogsOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028C9AF0, void, UpdateCatalogsOperation_GetDependencies, (UpdateCatalogsOperation * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * dependencies, MethodInfo * method)); DO_APP_FUNC(0x028C9BC0, void, UpdateCatalogsOperation_Execute, (UpdateCatalogsOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028CA290, void, UpdateCatalogsOperation_OnCleanCacheCompleted, (UpdateCatalogsOperation * __this, AsyncOperationHandle_1_System_Boolean_ handle, List_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator_ * catalogs, MethodInfo * method)); DO_APP_FUNC(0x028CA4F0, void, UpdateCatalogsOperation_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UpdateCatalogsOperation_c__ctor, (UpdateCatalogsOperation_c * __this, MethodInfo * method)); DO_APP_FUNC(0x028CA5A0, bool, UpdateCatalogsOperation_c__Start_b__6_0, (UpdateCatalogsOperation_c * __this, IResourceProvider * rp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C834B8, UpdateCatalogsOperation_c__Start_b__6_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, UpdateCatalogsOperation_c_DisplayClass11_0__ctor, (UpdateCatalogsOperation_c_DisplayClass11_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x028CA640, void, UpdateCatalogsOperation_c_DisplayClass11_0__OnCleanCacheCompleted_b__0, (UpdateCatalogsOperation_c_DisplayClass11_0 * __this, AsyncOperationHandle_1_System_Boolean_ obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83380, UpdateCatalogsOperation_c_DisplayClass11_0__OnCleanCacheCompleted_b__0__MethodInfo); DO_APP_FUNC(0x028CA840, String *, DynamicResourceLocator_get_LocatorId, (DynamicResourceLocator * __this, MethodInfo * method)); DO_APP_FUNC(0x028CA880, IEnumerable_1_System_Object_ *, DynamicResourceLocator_get_Keys, (DynamicResourceLocator * __this, MethodInfo * method)); DO_APP_FUNC(0x028CA8C0, String *, DynamicResourceLocator_get_AtlasSpriteProviderId, (DynamicResourceLocator * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, DynamicResourceLocator__ctor, (DynamicResourceLocator * __this, AddressablesImpl * addr, MethodInfo * method)); DO_APP_FUNC(0x028CAB30, bool, DynamicResourceLocator_Locate, (DynamicResourceLocator * __this, Object * key, Type * type, IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * * locations, MethodInfo * method)); DO_APP_FUNC(0x028CAF00, void, DynamicResourceLocator_CreateDynamicLocations, (DynamicResourceLocator * __this, Type * type, IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * locations, String * locName, String * subKey, IResourceLocation * mainLoc, MethodInfo * method)); DO_APP_FUNC(0x028CB380, AddressablesPlatform__Enum, PlatformMappingService_GetAddressablesPlatformInternal, (RuntimePlatform__Enum platform, MethodInfo * method)); DO_APP_FUNC(0x028CB490, String *, PlatformMappingService_GetAddressablesPlatformPathInternal, (RuntimePlatform__Enum platform, MethodInfo * method)); DO_APP_FUNC(0x028CB600, AddressablesPlatform__Enum, PlatformMappingService_GetPlatform, (MethodInfo * method)); DO_APP_FUNC(0x028CB790, String *, PlatformMappingService_GetPlatformPathSubFolder, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PlatformMappingService__ctor, (PlatformMappingService * __this, MethodInfo * method)); DO_APP_FUNC(0x028CB970, void, PlatformMappingService__cctor, (MethodInfo * method)); DO_APP_FUNC(0x028CBD50, DiagnosticEvent, DiagnosticInfo_CreateEvent, (DiagnosticInfo * __this, String * category, ResourceManager_DiagnosticEventType__Enum eventType, int32_t frame, int32_t val, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DiagnosticInfo__ctor, (DiagnosticInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x028CBDC0, void, ResourceManagerDiagnostics__ctor, (ResourceManagerDiagnostics * __this, ResourceManager_1 * resourceManager, MethodInfo * method)); DO_APP_FUNC(0x028CC050, int32_t, ResourceManagerDiagnostics_SumDependencyNameHashCodes, (ResourceManagerDiagnostics * __this, AsyncOperationHandle handle, MethodInfo * method)); DO_APP_FUNC(0x028CC370, int32_t, ResourceManagerDiagnostics_CalculateHashCode, (ResourceManagerDiagnostics * __this, AsyncOperationHandle handle, MethodInfo * method)); DO_APP_FUNC(0x028CC4F0, int32_t, ResourceManagerDiagnostics_CalculateCompletedOperationHashcode, (ResourceManagerDiagnostics * __this, AsyncOperationHandle handle, MethodInfo * method)); DO_APP_FUNC(0x028CC680, String *, ResourceManagerDiagnostics_GenerateCompletedOperationDisplayName, (ResourceManagerDiagnostics * __this, AsyncOperationHandle handle, MethodInfo * method)); DO_APP_FUNC(0x028CCBB0, void, ResourceManagerDiagnostics_OnResourceManagerDiagnosticEvent, (ResourceManagerDiagnostics * __this, ResourceManager_DiagnosticEventContext eventContext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C832F8, ResourceManagerDiagnostics_OnResourceManagerDiagnosticEvent__MethodInfo); DO_APP_FUNC(0x028CD320, void, ResourceManagerDiagnostics_Dispose, (ResourceManagerDiagnostics * __this, MethodInfo * method)); DO_APP_FUNC(0x01A1DA70, int32_t, SerializationUtilities_ReadInt32FromByteArray, (Byte__Array * data, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x028CD530, int32_t, SerializationUtilities_WriteInt32ToByteArray, (Byte__Array * data, int32_t val, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x028CD5A0, Object *, SerializationUtilities_ReadObjectFromByteArray, (Byte__Array * keyData, int32_t dataIndex, MethodInfo * method)); DO_APP_FUNC(0x028CDB50, int32_t, SerializationUtilities_WriteObjectToByteList, (Object * obj, List_1_System_Byte_ * buffer, MethodInfo * method)); DO_APP_FUNC(0x028CE5C0, void, ContentCatalogProvider__ctor, (ContentCatalogProvider * __this, ResourceManager_1 * resourceManagerInstance, MethodInfo * method)); DO_APP_FUNC(0x028CE710, void, ContentCatalogProvider_Release, (ContentCatalogProvider * __this, IResourceLocation * location, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x028CE800, void, ContentCatalogProvider_Provide, (ContentCatalogProvider * __this, ProvideHandle providerInterface, MethodInfo * method)); DO_APP_FUNC(0x028CEA50, void, ContentCatalogProvider_InternalOp_Start, (ContentCatalogProvider_InternalOp * __this, ProvideHandle providerInterface, bool disableCatalogUpdateOnStart, bool isLocalCatalogInBundle, MethodInfo * method)); DO_APP_FUNC(0x028CED50, bool, ContentCatalogProvider_InternalOp_WaitForCompletionCallback, (ContentCatalogProvider_InternalOp * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83138, ContentCatalogProvider_InternalOp_WaitForCompletionCallback__MethodInfo); DO_APP_FUNC(0x028CEE40, void, ContentCatalogProvider_InternalOp_Release, (ContentCatalogProvider_InternalOp * __this, MethodInfo * method)); DO_APP_FUNC(0x028CEE60, bool, ContentCatalogProvider_InternalOp_CanLoadCatalogFromBundle, (ContentCatalogProvider_InternalOp * __this, String * idToLoad, IResourceLocation * location, MethodInfo * method)); DO_APP_FUNC(0x028CF000, void, ContentCatalogProvider_InternalOp_LoadCatalog, (ContentCatalogProvider_InternalOp * __this, String * idToLoad, bool loadCatalogFromLocalBundle, MethodInfo * method)); DO_APP_FUNC(0x028CF750, void, ContentCatalogProvider_InternalOp_CatalogLoadOpCompleteCallback, (ContentCatalogProvider_InternalOp * __this, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_ op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82FE8, ContentCatalogProvider_InternalOp_CatalogLoadOpCompleteCallback__MethodInfo); DO_APP_FUNC(0x028CF9E0, String *, ContentCatalogProvider_InternalOp_GetTransformedInternalId, (ContentCatalogProvider_InternalOp * __this, IResourceLocation * loc, MethodInfo * method)); DO_APP_FUNC(0x028CFA90, String *, ContentCatalogProvider_InternalOp_DetermineIdToLoad, (ContentCatalogProvider_InternalOp * __this, IResourceLocation * location, IList_1_System_Object_ * dependencyObjects, bool disableCatalogUpdateOnStart, MethodInfo * method)); DO_APP_FUNC(0x028CFF50, void, ContentCatalogProvider_InternalOp_OnCatalogLoaded, (ContentCatalogProvider_InternalOp * __this, ContentCatalogData * ccd, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ContentCatalogProvider_InternalOp__ctor, (ContentCatalogProvider_InternalOp * __this, MethodInfo * method)); DO_APP_FUNC(0x028D0820, void, ContentCatalogProvider_InternalOp__LoadCatalog_b__14_0, (ContentCatalogProvider_InternalOp * __this, ContentCatalogData * ccd, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82FE0, ContentCatalogProvider_InternalOp__LoadCatalog_b__14_0__MethodInfo); DO_APP_FUNC(0x028D0880, void, ContentCatalogProvider_InternalOp_BundledCatalog_add_OnLoaded, (ContentCatalogProvider_InternalOp_BundledCatalog * __this, Action_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_ * value, MethodInfo * method)); DO_APP_FUNC(0x028D0990, void, ContentCatalogProvider_InternalOp_BundledCatalog_remove_OnLoaded, (ContentCatalogProvider_InternalOp_BundledCatalog * __this, Action_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_ * value, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, ContentCatalogProvider_InternalOp_BundledCatalog_get_OpInProgress, (ContentCatalogProvider_InternalOp_BundledCatalog * __this, MethodInfo * method)); DO_APP_FUNC(0x028D0AA0, bool, ContentCatalogProvider_InternalOp_BundledCatalog_get_OpIsSuccess, (ContentCatalogProvider_InternalOp_BundledCatalog * __this, MethodInfo * method)); DO_APP_FUNC(0x028D0AC0, void, ContentCatalogProvider_InternalOp_BundledCatalog__ctor, (ContentCatalogProvider_InternalOp_BundledCatalog * __this, String * bundlePath, int32_t webRequestTimeout, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82F68, ContentCatalogProvider_InternalOp_BundledCatalog__ctor__MethodInfo); DO_APP_FUNC(0x028D0C40, void, ContentCatalogProvider_InternalOp_BundledCatalog_Finalize, (ContentCatalogProvider_InternalOp_BundledCatalog * __this, MethodInfo * method)); DO_APP_FUNC(0x028D0C80, void, ContentCatalogProvider_InternalOp_BundledCatalog_Unload, (ContentCatalogProvider_InternalOp_BundledCatalog * __this, MethodInfo * method)); DO_APP_FUNC(0x028D0D40, void, ContentCatalogProvider_InternalOp_BundledCatalog_LoadCatalogFromBundleAsync, (ContentCatalogProvider_InternalOp_BundledCatalog * __this, MethodInfo * method)); DO_APP_FUNC(0x028D1150, void, ContentCatalogProvider_InternalOp_BundledCatalog_WebRequestOperationCompleted, (ContentCatalogProvider_InternalOp_BundledCatalog * __this, AsyncOperation * op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82FC0, ContentCatalogProvider_InternalOp_BundledCatalog_WebRequestOperationCompleted__MethodInfo); DO_APP_FUNC(0x028D14E0, void, ContentCatalogProvider_InternalOp_BundledCatalog_LoadTextAssetRequestComplete, (ContentCatalogProvider_InternalOp_BundledCatalog * __this, AsyncOperation * op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82F88, ContentCatalogProvider_InternalOp_BundledCatalog_LoadTextAssetRequestComplete__MethodInfo); DO_APP_FUNC(0x028D1680, bool, ContentCatalogProvider_InternalOp_BundledCatalog_WaitForCompletion, (ContentCatalogProvider_InternalOp_BundledCatalog * __this, MethodInfo * method)); DO_APP_FUNC(0x028D1920, void, ContentCatalogProvider_InternalOp_BundledCatalog__LoadCatalogFromBundleAsync_b__19_1, (ContentCatalogProvider_InternalOp_BundledCatalog * __this, UnityWebRequestAsyncOperation * asyncOp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82FA8, ContentCatalogProvider_InternalOp_BundledCatalog__LoadCatalogFromBundleAsync_b__19_1__MethodInfo); DO_APP_FUNC(0x028D1A10, void, ContentCatalogProvider_InternalOp_BundledCatalog__LoadCatalogFromBundleAsync_b__19_0, (ContentCatalogProvider_InternalOp_BundledCatalog * __this, AsyncOperation * loadOp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82FB0, ContentCatalogProvider_InternalOp_BundledCatalog__LoadCatalogFromBundleAsync_b__19_0__MethodInfo); DO_APP_FUNC(0x003B93C0, String *, ContentCatalogDataEntry_get_InternalId, (ContentCatalogDataEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ContentCatalogDataEntry_set_InternalId, (ContentCatalogDataEntry * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, ContentCatalogDataEntry_get_Provider, (ContentCatalogDataEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ContentCatalogDataEntry_set_Provider, (ContentCatalogDataEntry * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, List_1_System_Object_ *, ContentCatalogDataEntry_get_Keys, (ContentCatalogDataEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ContentCatalogDataEntry_set_Keys, (ContentCatalogDataEntry * __this, List_1_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, List_1_System_Object_ *, ContentCatalogDataEntry_get_Dependencies, (ContentCatalogDataEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, ContentCatalogDataEntry_set_Dependencies, (ContentCatalogDataEntry * __this, List_1_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Object *, ContentCatalogDataEntry_get_Data, (ContentCatalogDataEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, ContentCatalogDataEntry_set_Data, (ContentCatalogDataEntry * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Type *, ContentCatalogDataEntry_get_ResourceType, (ContentCatalogDataEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, ContentCatalogDataEntry_set_ResourceType, (ContentCatalogDataEntry * __this, Type * value, MethodInfo * method)); DO_APP_FUNC(0x028D1E10, void, ContentCatalogDataEntry__ctor, (ContentCatalogDataEntry * __this, Type * type, String * internalId, String * provider, IEnumerable_1_System_Object_ * keys, IEnumerable_1_System_Object_ * dependencies, Object * extraData, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, ContentCatalogData_get_ProviderId, (ContentCatalogData * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ContentCatalogData_set_ProviderId, (ContentCatalogData * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x028D2110, ObjectInitializationData, ContentCatalogData_get_InstanceProviderData, (ContentCatalogData * __this, MethodInfo * method)); DO_APP_FUNC(0x028D2130, void, ContentCatalogData_set_InstanceProviderData, (ContentCatalogData * __this, ObjectInitializationData value, MethodInfo * method)); DO_APP_FUNC(0x028D21A0, ObjectInitializationData, ContentCatalogData_get_SceneProviderData, (ContentCatalogData * __this, MethodInfo * method)); DO_APP_FUNC(0x028D21C0, void, ContentCatalogData_set_SceneProviderData, (ContentCatalogData * __this, ObjectInitializationData value, MethodInfo * method)); DO_APP_FUNC(0x003C7040, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ *, ContentCatalogData_get_ResourceProviderData, (ContentCatalogData * __this, MethodInfo * method)); DO_APP_FUNC(0x00591040, void, ContentCatalogData_set_ResourceProviderData, (ContentCatalogData * __this, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * value, MethodInfo * method)); DO_APP_FUNC(0x00A90540, String__Array *, ContentCatalogData_get_ProviderIds, (ContentCatalogData * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, String__Array *, ContentCatalogData_get_InternalIds, (ContentCatalogData * __this, MethodInfo * method)); DO_APP_FUNC(0x028D2230, void, ContentCatalogData_CleanData, (ContentCatalogData * __this, MethodInfo * method)); DO_APP_FUNC(0x028D25A0, ResourceLocationMap *, ContentCatalogData_CreateCustomLocator, (ContentCatalogData * __this, String * overrideId, String * providerSuffix, MethodInfo * method)); DO_APP_FUNC(0x028D2600, ResourceLocationMap *, ContentCatalogData_CreateLocator, (ContentCatalogData * __this, String * providerSuffix, MethodInfo * method)); DO_APP_FUNC(0x028D36D0, String *, ContentCatalogData_ExpandInternalId, (String__Array * internalIdPrefixes, String * v, MethodInfo * method)); DO_APP_FUNC(0x028D37B0, void, ContentCatalogData__ctor, (ContentCatalogData * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, ContentCatalogData_CompactLocation_get_InternalId, (ContentCatalogData_CompactLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, ContentCatalogData_CompactLocation_get_ProviderId, (ContentCatalogData_CompactLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x028D3880, IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ *, ContentCatalogData_CompactLocation_get_Dependencies, (ContentCatalogData_CompactLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x019E57C0, bool, ContentCatalogData_CompactLocation_get_HasDependencies, (ContentCatalogData_CompactLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x01365740, int32_t, ContentCatalogData_CompactLocation_get_DependencyHashCode, (ContentCatalogData_CompactLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Object *, ContentCatalogData_CompactLocation_get_Data, (ContentCatalogData_CompactLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, String *, ContentCatalogData_CompactLocation_get_PrimaryKey, (ContentCatalogData_CompactLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, ContentCatalogData_CompactLocation_set_PrimaryKey, (ContentCatalogData_CompactLocation * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Type *, ContentCatalogData_CompactLocation_get_ResourceType, (ContentCatalogData_CompactLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, ContentCatalogData_CompactLocation_ToString, (ContentCatalogData_CompactLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x028D3950, int32_t, ContentCatalogData_CompactLocation_Hash, (ContentCatalogData_CompactLocation * __this, Type * t, MethodInfo * method)); DO_APP_FUNC(0x028D39A0, void, ContentCatalogData_CompactLocation__ctor, (ContentCatalogData_CompactLocation * __this, ResourceLocationMap * locator, String * internalId, String * providerId, Object * dependencyKey, Object * data, int32_t depHash, String * primaryKey, Type * type, MethodInfo * method)); DO_APP_FUNC(0x028D3D50, bool, LegacyResourcesLocator_Locate, (LegacyResourcesLocator * __this, Object * key, Type * type, IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * * locations, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, IEnumerable_1_System_Object_ *, LegacyResourcesLocator_get_Keys, (LegacyResourcesLocator * __this, MethodInfo * method)); DO_APP_FUNC(0x028D43F0, String *, LegacyResourcesLocator_get_LocatorId, (LegacyResourcesLocator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LegacyResourcesLocator__ctor, (LegacyResourcesLocator * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String__Array *, ResourceLocationData_get_Keys, (ResourceLocationData * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, ResourceLocationData_get_InternalId, (ResourceLocationData * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, ResourceLocationData_get_Provider, (ResourceLocationData * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String__Array *, ResourceLocationData_get_Dependencies, (ResourceLocationData * __this, MethodInfo * method)); DO_APP_FUNC(0x028D4430, Type *, ResourceLocationData_get_ResourceType, (ResourceLocationData * __this, MethodInfo * method)); DO_APP_FUNC(0x028D4440, Object *, ResourceLocationData_get_Data, (ResourceLocationData * __this, MethodInfo * method)); DO_APP_FUNC(0x028D4490, void, ResourceLocationData_set_Data, (ResourceLocationData * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x028D4580, void, ResourceLocationData__ctor, (ResourceLocationData * __this, String__Array * keys, String * id, Type * provider, Type * t, String__Array * dependencies, MethodInfo * method)); DO_APP_FUNC(0x028D4820, void, ResourceLocationMap__ctor, (ResourceLocationMap * __this, String * id, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, ResourceLocationMap_get_LocatorId, (ResourceLocationMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ResourceLocationMap_set_LocatorId, (ResourceLocationMap * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x028D4990, void, ResourceLocationMap__ctor_1, (ResourceLocationMap * __this, String * id, IList_1_UnityEngine_AddressableAssets_ResourceLocators_ResourceLocationData_ * locations, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Dictionary_2_System_Object_IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ *, ResourceLocationMap_get_Locations, (ResourceLocationMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ResourceLocationMap_set_Locations, (ResourceLocationMap * __this, Dictionary_2_System_Object_IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * value, MethodInfo * method)); DO_APP_FUNC(0x028D54D0, IEnumerable_1_System_Object_ *, ResourceLocationMap_get_Keys, (ResourceLocationMap * __this, MethodInfo * method)); DO_APP_FUNC(0x028D5520, bool, ResourceLocationMap_Locate, (ResourceLocationMap * __this, Object * key, Type * type, IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * * locations, MethodInfo * method)); DO_APP_FUNC(0x028D5CF0, void, ResourceLocationMap_Add, (ResourceLocationMap * __this, Object * key, IResourceLocation * location, MethodInfo * method)); DO_APP_FUNC(0x028D5E50, void, ResourceLocationMap_Add_1, (ResourceLocationMap * __this, Object * key, IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * locations, MethodInfo * method)); DO_APP_FUNC(0x028D5EE0, Assembly__Array *, AddressablesRuntimeProperties_GetAssemblies, (MethodInfo * method)); DO_APP_FUNC(0x028D5F20, int32_t, AddressablesRuntimeProperties_GetCachedValueCount, (MethodInfo * method)); DO_APP_FUNC(0x028D5FA0, void, AddressablesRuntimeProperties_SetPropertyValue, (String * name, String * val, MethodInfo * method)); DO_APP_FUNC(0x028D6050, void, AddressablesRuntimeProperties_ClearCachedPropertyValues, (MethodInfo * method)); DO_APP_FUNC(0x028D60D0, String *, AddressablesRuntimeProperties_EvaluateProperty, (String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82DE8, AddressablesRuntimeProperties_EvaluateProperty__MethodInfo); DO_APP_FUNC(0x028D6570, String *, AddressablesRuntimeProperties_EvaluateString, (String * input, MethodInfo * method)); DO_APP_FUNC(0x028D6630, String *, AddressablesRuntimeProperties_EvaluateString_1, (String * inputString, uint16_t startDelimiter, uint16_t endDelimiter, Func_2_String_String_ * varFunc, MethodInfo * method)); DO_APP_FUNC(0x028D6C20, void, AddressablesRuntimeProperties__cctor, (MethodInfo * method)); DO_APP_FUNC(0x028D6EB0, bool, CacheInitialization_Initialize, (CacheInitialization * __this, String * id, String * dataStr, MethodInfo * method)); DO_APP_FUNC(0x028D7150, AsyncOperationHandle_1_System_Boolean_, CacheInitialization_InitializeAsync, (CacheInitialization * __this, ResourceManager_1 * rm, String * id, String * data, MethodInfo * method)); DO_APP_FUNC(0x028D7470, String *, CacheInitialization_get_RootPath, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CacheInitialization__ctor, (CacheInitialization * __this, MethodInfo * method)); DO_APP_FUNC(0x00591040, void, CacheInitialization_CacheInitOp_Init, (CacheInitialization_CacheInitOp * __this, Func_1_Boolean_ * callback, MethodInfo * method)); DO_APP_FUNC(0x028D7550, bool, CacheInitialization_CacheInitOp_InvokeWaitForCompletion, (CacheInitialization_CacheInitOp * __this, MethodInfo * method)); DO_APP_FUNC(0x028D7610, void, CacheInitialization_CacheInitOp_Update, (CacheInitialization_CacheInitOp * __this, float unscaledDeltaTime, MethodInfo * method)); DO_APP_FUNC(0x028D7750, void, CacheInitialization_CacheInitOp_Execute, (CacheInitialization_CacheInitOp * __this, MethodInfo * method)); DO_APP_FUNC(0x028D77A0, void, CacheInitialization_CacheInitOp__ctor, (CacheInitialization_CacheInitOp * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CacheInitialization_c_DisplayClass1_0__ctor, (CacheInitialization_c_DisplayClass1_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x028D77E0, bool, CacheInitialization_c_DisplayClass1_0__InitializeAsync_b__0, (CacheInitialization_c_DisplayClass1_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82D38, CacheInitialization_c_DisplayClass1_0__InitializeAsync_b__0__MethodInfo); DO_APP_FUNC(0x003BAD20, bool, CacheInitializationData_get_CompressionEnabled, (CacheInitializationData * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, CacheInitializationData_set_CompressionEnabled, (CacheInitializationData * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, CacheInitializationData_get_CacheDirectoryOverride, (CacheInitializationData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, CacheInitializationData_set_CacheDirectoryOverride, (CacheInitializationData * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, CacheInitializationData_get_ExpirationDelay, (CacheInitializationData * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, CacheInitializationData_set_ExpirationDelay, (CacheInitializationData * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x009866A0, bool, CacheInitializationData_get_LimitCacheSize, (CacheInitializationData * __this, MethodInfo * method)); DO_APP_FUNC(0x009866B0, void, CacheInitializationData_set_LimitCacheSize, (CacheInitializationData * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, int64_t, CacheInitializationData_get_MaximumCacheSize, (CacheInitializationData * __this, MethodInfo * method)); DO_APP_FUNC(0x028D7810, void, CacheInitializationData_set_MaximumCacheSize, (CacheInitializationData * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x028D7820, void, CacheInitializationData__ctor, (CacheInitializationData * __this, MethodInfo * method)); DO_APP_FUNC(0x028D78C0, void, InitializationOperation__ctor, (InitializationOperation * __this, AddressablesImpl * aa, MethodInfo * method)); DO_APP_FUNC(0x028D7A40, float, InitializationOperation_get_Progress, (InitializationOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028D7AC0, String *, InitializationOperation_get_DebugName, (InitializationOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028D7B00, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator_, InitializationOperation_CreateInitializationOperation, (AddressablesImpl * aa, String * playerSettingsLocation, String * providerSuffix, MethodInfo * method)); DO_APP_FUNC(0x028D84B0, bool, InitializationOperation_InvokeWaitForCompletion, (InitializationOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028D86D0, void, InitializationOperation_Execute, (InitializationOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x028D9500, void, InitializationOperation_LoadProvider, (AddressablesImpl * addressables, ObjectInitializationData providerData, String * providerSuffix, MethodInfo * method)); DO_APP_FUNC(0x028D9840, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator_, InitializationOperation_OnCatalogDataLoaded, (AddressablesImpl * addressables, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_ op, String * providerSuffix, IResourceLocation * remoteHashLocation, MethodInfo * method)); DO_APP_FUNC(0x028DA050, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator_, InitializationOperation_LoadContentCatalog, (AddressablesImpl * addressables, IResourceLocation * loc, String * providerSuffix, IResourceLocation * remoteHashLocation, MethodInfo * method)); DO_APP_FUNC(0x028DA760, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator_, InitializationOperation_LoadContentCatalog_1, (InitializationOperation * __this, IResourceLocation * loc, String * providerSuffix, IResourceLocation * remoteHashLocation, MethodInfo * method)); DO_APP_FUNC(0x028DA7B0, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator_, InitializationOperation_LoadContentCatalogInternal, (InitializationOperation * __this, IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * catalogs, int32_t index, ResourceLocationMap * locMap, IResourceLocation * remoteHashLocation, MethodInfo * method)); DO_APP_FUNC(0x028DAAF0, void, InitializationOperation_LoadOpComplete, (InitializationOperation * __this, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator_ op, IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * catalogs, ResourceLocationMap * locMap, int32_t index, IResourceLocation * remoteHashLocation, MethodInfo * method)); DO_APP_FUNC(0x028DB010, void, InitializationOperation_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InitializationOperation_c__ctor, (InitializationOperation_c * __this, MethodInfo * method)); DO_APP_FUNC(0x028DB0C0, bool, InitializationOperation_c__Execute_b__13_0, (InitializationOperation_c * __this, IResourceProvider * rp, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82CA8, InitializationOperation_c__Execute_b__13_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, InitializationOperation_c_DisplayClass16_0__ctor, (InitializationOperation_c_DisplayClass16_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x028DB160, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator_, InitializationOperation_c_DisplayClass16_0__LoadContentCatalog_b__0, (InitializationOperation_c_DisplayClass16_0 * __this, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_ res, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82B98, InitializationOperation_c_DisplayClass16_0__LoadContentCatalog_b__0__MethodInfo); DO_APP_FUNC(0x003AC050, void, InitializationOperation_c_DisplayClass18_0__ctor, (InitializationOperation_c_DisplayClass18_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x028DB1C0, void, InitializationOperation_c_DisplayClass18_0__LoadContentCatalogInternal_b__0, (InitializationOperation_c_DisplayClass18_0 * __this, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator_ op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82BB8, InitializationOperation_c_DisplayClass18_0__LoadContentCatalogInternal_b__0__MethodInfo); DO_APP_FUNC(0x003B93C0, String *, ResourceManagerRuntimeData_get_BuildTarget, (ResourceManagerRuntimeData * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ResourceManagerRuntimeData_set_BuildTarget, (ResourceManagerRuntimeData * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, ResourceManagerRuntimeData_get_SettingsHash, (ResourceManagerRuntimeData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ResourceManagerRuntimeData_set_SettingsHash, (ResourceManagerRuntimeData * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, List_1_UnityEngine_AddressableAssets_ResourceLocators_ResourceLocationData_ *, ResourceManagerRuntimeData_get_CatalogLocations, (ResourceManagerRuntimeData * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, ResourceManagerRuntimeData_get_ProfileEvents, (ResourceManagerRuntimeData * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, ResourceManagerRuntimeData_set_ProfileEvents, (ResourceManagerRuntimeData * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D09D10, bool, ResourceManagerRuntimeData_get_LogResourceManagerExceptions, (ResourceManagerRuntimeData * __this, MethodInfo * method)); DO_APP_FUNC(0x01D09D20, void, ResourceManagerRuntimeData_set_LogResourceManagerExceptions, (ResourceManagerRuntimeData * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ *, ResourceManagerRuntimeData_get_InitializationObjects, (ResourceManagerRuntimeData * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, ResourceManagerRuntimeData_get_DisableCatalogUpdateOnStartup, (ResourceManagerRuntimeData * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AE0, void, ResourceManagerRuntimeData_set_DisableCatalogUpdateOnStartup, (ResourceManagerRuntimeData * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00422AF0, bool, ResourceManagerRuntimeData_get_IsLocalCatalogInBundle, (ResourceManagerRuntimeData * __this, MethodInfo * method)); DO_APP_FUNC(0x00422B00, void, ResourceManagerRuntimeData_set_IsLocalCatalogInBundle, (ResourceManagerRuntimeData * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x028DB220, Type *, ResourceManagerRuntimeData_get_CertificateHandlerType, (ResourceManagerRuntimeData * __this, MethodInfo * method)); DO_APP_FUNC(0x028DB230, void, ResourceManagerRuntimeData_set_CertificateHandlerType, (ResourceManagerRuntimeData * __this, Type * value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, String *, ResourceManagerRuntimeData_get_AddressablesVersion, (ResourceManagerRuntimeData * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, ResourceManagerRuntimeData_set_AddressablesVersion, (ResourceManagerRuntimeData * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x007666D0, int32_t, ResourceManagerRuntimeData_get_MaxConcurrentWebRequests, (ResourceManagerRuntimeData * __this, MethodInfo * method)); DO_APP_FUNC(0x028DB240, void, ResourceManagerRuntimeData_set_MaxConcurrentWebRequests, (ResourceManagerRuntimeData * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x015FAEF0, int32_t, ResourceManagerRuntimeData_get_CatalogRequestsTimeout, (ResourceManagerRuntimeData * __this, MethodInfo * method)); DO_APP_FUNC(0x028DB270, void, ResourceManagerRuntimeData_set_CatalogRequestsTimeout, (ResourceManagerRuntimeData * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x028DB290, void, ResourceManagerRuntimeData__ctor, (ResourceManagerRuntimeData * __this, MethodInfo * method)); DO_APP_FUNC(0x019113D0, uint64_t, AnchorConverter_ToOpenXRHandle, (void * nativePtr, MethodInfo * method)); DO_APP_FUNC(0x01911510, Object *, AnchorConverter_ToPerceptionSpatialAnchor, (void * nativePtr, MethodInfo * method)); DO_APP_FUNC(0x019117B0, Object *, AnchorConverter_ToPerceptionSpatialAnchor_1, (TrackableId trackableId, MethodInfo * method)); DO_APP_FUNC(0x01911AF0, TrackableId, AnchorConverter_FromPerceptionSpatialAnchor, (Object * spatialAnchor, MethodInfo * method)); DO_APP_FUNC(0x01911E80, TrackableId, AnchorConverter_ReplaceSpatialAnchor, (Object * spatialAnchor, TrackableId existingId, MethodInfo * method)); DO_APP_FUNC(0x01912250, ControllerModel *, ControllerModel_get_Left, (MethodInfo * method)); DO_APP_FUNC(0x019122B0, ControllerModel *, ControllerModel_get_Right, (MethodInfo * method)); DO_APP_FUNC(0x01912310, void, ControllerModel__ctor, (ControllerModel * __this, Handedness__Enum trackerHandedness, MethodInfo * method)); DO_APP_FUNC(0x019123A0, bool, ControllerModel_TryGetControllerModelKey, (ControllerModel * __this, uint64_t * modelKey, MethodInfo * method)); DO_APP_FUNC(0x019124C0, Task_1_System_Byte_ *, ControllerModel_TryGetControllerModel, (ControllerModel * __this, uint64_t modelKey, MethodInfo * method)); DO_APP_FUNC(0x019126A0, void, ControllerModel__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ControllerModel_c_DisplayClass13_0__ctor, (ControllerModel_c_DisplayClass13_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x01912800, Byte__Array *, ControllerModel_c_DisplayClass13_0__TryGetControllerModel_b__0, (ControllerModel_c_DisplayClass13_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C595D0, ControllerModel_c_DisplayClass13_0__TryGetControllerModel_b__0__MethodInfo); DO_APP_FUNC(0x01912A40, void, EyeLevelSceneOrigin_OnEnable, (EyeLevelSceneOrigin * __this, MethodInfo * method)); DO_APP_FUNC(0x01912FF0, void, EyeLevelSceneOrigin_OnDisable, (EyeLevelSceneOrigin * __this, MethodInfo * method)); DO_APP_FUNC(0x01913200, void, EyeLevelSceneOrigin_XrInput_trackingOriginUpdated, (EyeLevelSceneOrigin * __this, XRInputSubsystem * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C595F0, EyeLevelSceneOrigin_XrInput_trackingOriginUpdated__MethodInfo); DO_APP_FUNC(0x01913270, void, EyeLevelSceneOrigin_EnsureSceneOriginAtEyeLevel, (EyeLevelSceneOrigin * __this, MethodInfo * method)); DO_APP_FUNC(0x01913470, void, EyeLevelSceneOrigin_SetEyeLevelTrackingOriginMode, (XRInputSubsystem * xrInput, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, EyeLevelSceneOrigin__ctor, (EyeLevelSceneOrigin * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, GestureEventType__Enum, GestureEventData_get_EventType, (GestureEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59320, GestureHandedness__Enum, GestureEventData_get_Handedness, (GestureEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01913600, Nullable_1_Microsoft_MixedReality_OpenXR_TappedEventData_, GestureEventData_get_TappedData, (GestureEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x019136E0, Nullable_1_Microsoft_MixedReality_OpenXR_ManipulationEventData_, GestureEventData_get_ManipulationData, (GestureEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x019137F0, Nullable_1_Microsoft_MixedReality_OpenXR_NavigationEventData_, GestureEventData_get_NavigationData, (GestureEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01913900, bool, NavigationEventData_get_IsNavigatingX, (NavigationEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01913910, bool, NavigationEventData_get_IsNavigatingY, (NavigationEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01913920, bool, NavigationEventData_get_IsNavigatingZ, (NavigationEventData * __this, MethodInfo * method)); DO_APP_FUNC(0x01913930, void, GestureRecognizer__ctor, (GestureRecognizer * __this, GestureSettings__Enum settings, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, GestureSettings__Enum, GestureRecognizer_get_GestureSettings, (GestureRecognizer * __this, MethodInfo * method)); DO_APP_FUNC(0x01913940, void, GestureRecognizer_set_GestureSettings, (GestureRecognizer * __this, GestureSettings__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01913BE0, void, GestureRecognizer_Start, (GestureRecognizer * __this, MethodInfo * method)); DO_APP_FUNC(0x01913C00, void, GestureRecognizer_Stop, (GestureRecognizer * __this, MethodInfo * method)); DO_APP_FUNC(0x01913C20, bool, GestureRecognizer_TryGetNextEvent, (GestureRecognizer * __this, GestureEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x01913D20, void, GestureRecognizer_CancelPendingGestures, (GestureRecognizer * __this, MethodInfo * method)); DO_APP_FUNC(0x01913E10, void, GestureRecognizer_Destroy, (GestureRecognizer * __this, MethodInfo * method)); DO_APP_FUNC(0x01913E10, void, GestureRecognizer_Dispose, (GestureRecognizer * __this, MethodInfo * method)); DO_APP_FUNC(0x01913F00, HandMeshTracker *, HandMeshTracker_get_Left, (MethodInfo * method)); DO_APP_FUNC(0x01913F60, HandMeshTracker *, HandMeshTracker_get_Right, (MethodInfo * method)); DO_APP_FUNC(0x01913FC0, void, HandMeshTracker__ctor, (HandMeshTracker * __this, Handedness__Enum trackerHandedness, MethodInfo * method)); DO_APP_FUNC(0x01914030, bool, HandMeshTracker_TryLocateHandMesh, (HandMeshTracker * __this, FrameTime__Enum frameTime, Pose * pose, HandPoseType__Enum handPoseType, MethodInfo * method)); DO_APP_FUNC(0x019140F0, bool, HandMeshTracker_TryGetHandMesh, (HandMeshTracker * __this, FrameTime__Enum frameTime, Mesh * handMesh, HandPoseType__Enum handPoseType, MethodInfo * method)); DO_APP_FUNC(0x01914700, void, HandMeshTracker__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01914900, HandTracker *, HandTracker_get_Left, (MethodInfo * method)); DO_APP_FUNC(0x01914960, HandTracker *, HandTracker_get_Right, (MethodInfo * method)); DO_APP_FUNC(0x019149C0, void, HandTracker__ctor, (HandTracker * __this, Handedness__Enum trackerHandedness, MethodInfo * method)); DO_APP_FUNC(0x01914A30, bool, HandTracker_TryLocateHandJoints, (HandTracker * __this, FrameTime__Enum frameTime, HandJointLocation__Array * handJointLocations, MethodInfo * method)); DO_APP_FUNC(0x01914BF0, void, HandTracker__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01914DF0, bool, HandJointLocation_get_IsTracked, (HandJointLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x01914E40, Pose, HandJointLocation_get_Pose, (HandJointLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA770, float, HandJointLocation_get_Radius, (HandJointLocation * __this, MethodInfo * method)); DO_APP_FUNC(0x01914E60, MeshType__Enum, MeshComputeSettings_get_MeshType, (MeshComputeSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01914E70, void, MeshComputeSettings_set_MeshType, (MeshComputeSettings * __this, MeshType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01914E80, VisualMeshLevelOfDetail__Enum, MeshComputeSettings_get_VisualMeshLevelOfDetail, (MeshComputeSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01914E90, void, MeshComputeSettings_set_VisualMeshLevelOfDetail, (MeshComputeSettings * __this, VisualMeshLevelOfDetail__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01914EA0, MeshComputeConsistency__Enum, MeshComputeSettings_get_MeshComputeConsistency, (MeshComputeSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01914EB0, void, MeshComputeSettings_set_MeshComputeConsistency, (MeshComputeSettings * __this, MeshComputeConsistency__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01914EC0, bool, MeshSettings_TrySetMeshComputeSettings, (MeshComputeSettings settings, MethodInfo * method)); DO_APP_FUNC(0x01914F30, OpenXRContext *, OpenXRContext_get_Current, (MethodInfo * method)); DO_APP_FUNC(0x01914F90, uint64_t, OpenXRContext_get_Instance, (OpenXRContext * __this, MethodInfo * method)); DO_APP_FUNC(0x019150D0, uint64_t, OpenXRContext_get_SystemId, (OpenXRContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01915210, uint64_t, OpenXRContext_get_Session, (OpenXRContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01915350, bool, OpenXRContext_get_IsSessionRunning, (OpenXRContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01915490, uint64_t, OpenXRContext_get_SceneOriginSpace, (OpenXRContext * __this, MethodInfo * method)); DO_APP_FUNC(0x019155D0, void *, OpenXRContext_get_PFN_xrGetInstanceProcAddr, (OpenXRContext * __this, MethodInfo * method)); DO_APP_FUNC(0x019157C0, void, OpenXRContext__ctor, (OpenXRContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01915860, void, OpenXRContext__cctor, (MethodInfo * method)); DO_APP_FUNC(0x019159B0, Object *, PerceptionInterop_GetSceneCoordinateSystem, (Pose poseInScene, MethodInfo * method)); DO_APP_FUNC(0x01915CA0, void, PerceptionInterop__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01915D60, SpatialGraphNode *, SpatialGraphNode_FromStaticNodeId, (Guid id, MethodInfo * method)); DO_APP_FUNC(0x01915E80, SpatialGraphNode *, SpatialGraphNode_FromDynamicNodeId, (Guid id, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, Guid, SpatialGraphNode_get_Id, (SpatialGraphNode * __this, MethodInfo * method)); DO_APP_FUNC(0x01915FA0, void, SpatialGraphNode_set_Id, (SpatialGraphNode * __this, Guid value, MethodInfo * method)); DO_APP_FUNC(0x01915FB0, bool, SpatialGraphNode_TryLocate, (SpatialGraphNode * __this, FrameTime__Enum frameTime, Pose * pose, MethodInfo * method)); DO_APP_FUNC(0x01916050, bool, SpatialGraphNode_TryLocate_1, (SpatialGraphNode * __this, int64_t qpcTime, Pose * pose, MethodInfo * method)); DO_APP_FUNC(0x019160F0, void, SpatialGraphNode__ctor, (SpatialGraphNode * __this, MethodInfo * method)); DO_APP_FUNC(0x01916140, IReadOnlyList_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ *, ViewConfiguration_get_EnabledViewConfigurations, (MethodInfo * method)); DO_APP_FUNC(0x01916350, void, ViewConfiguration__ctor, (ViewConfiguration * __this, OpenXRViewConfiguration openxrViewConfiguration, MethodInfo * method)); DO_APP_FUNC(0x019163B0, ViewConfigurationType__Enum, ViewConfiguration_get_ViewConfigurationType, (ViewConfiguration * __this, MethodInfo * method)); DO_APP_FUNC(0x019163C0, bool, ViewConfiguration_get_IsActive, (ViewConfiguration * __this, MethodInfo * method)); DO_APP_FUNC(0x01916460, IReadOnlyList_1_Microsoft_MixedReality_OpenXR_ReprojectionMode_ *, ViewConfiguration_get_SupportedReprojectionModes, (ViewConfiguration * __this, MethodInfo * method)); DO_APP_FUNC(0x01916480, void, ViewConfiguration_SetReprojectionSettings, (ViewConfiguration * __this, ReprojectionSettings settings, MethodInfo * method)); DO_APP_FUNC(0x019164E0, void, ViewConfiguration__cctor, (MethodInfo * method)); DO_APP_FUNC(0x019165A0, ReprojectionMode__Enum, ReprojectionSettings_get_ReprojectionMode, (ReprojectionSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01916600, void, ReprojectionSettings_set_ReprojectionMode, (ReprojectionSettings * __this, ReprojectionMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01916660, IReadOnlyList_1_System_String_ *, XRAnchorStore_get_PersistedAnchorNames, (XRAnchorStore * __this, MethodInfo * method)); DO_APP_FUNC(0x01916680, TrackableId, XRAnchorStore_LoadAnchor, (XRAnchorStore * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x019167D0, bool, XRAnchorStore_TryPersistAnchor, (XRAnchorStore * __this, TrackableId trackableId, String * name, MethodInfo * method)); DO_APP_FUNC(0x01916810, void, XRAnchorStore_UnpersistAnchor, (XRAnchorStore * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01916830, void, XRAnchorStore_Clear, (XRAnchorStore * __this, MethodInfo * method)); DO_APP_FUNC(0x01916850, Task_1_Microsoft_MixedReality_OpenXR_XRAnchorStore_ *, XRAnchorStore_LoadAsync, (XRAnchorSubsystem * anchorSubsystem, MethodInfo * method)); DO_APP_FUNC(0x019169D0, Task_1_Microsoft_MixedReality_OpenXR_XRAnchorStore_ *, XRAnchorStore_LoadAnchorStoreAsync, (XRAnchorSubsystem * anchorSubsystem, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, XRAnchorStore__ctor, (XRAnchorStore * __this, OpenXRAnchorStore * openxrAnchorStore, MethodInfo * method)); DO_APP_FUNC(0x01916B50, void, XRAnchorStore_LoadAsync_d_6_MoveNext, (XRAnchorStore_LoadAsync_d_6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01916E50, void, XRAnchorStore_LoadAsync_d_6_SetStateMachine, (XRAnchorStore_LoadAsync_d_6 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x01916EC0, void, XRAnchorStore_LoadAnchorStoreAsync_d_7_MoveNext, (XRAnchorStore_LoadAnchorStoreAsync_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x019171C0, void, XRAnchorStore_LoadAnchorStoreAsync_d_7_SetStateMachine, (XRAnchorStore_LoadAnchorStoreAsync_d_7 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x01917230, void, XRAnchorTransferBatch__ctor, (XRAnchorTransferBatch * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, XRAnchorTransferBatch__ctor_1, (XRAnchorTransferBatch * __this, AnchorTransferBatch * anchorTransferBatch, MethodInfo * method)); DO_APP_FUNC(0x019172C0, IReadOnlyList_1_System_String_ *, XRAnchorTransferBatch_get_AnchorNames, (XRAnchorTransferBatch * __this, MethodInfo * method)); DO_APP_FUNC(0x01917310, bool, XRAnchorTransferBatch_AddAnchor, (XRAnchorTransferBatch * __this, TrackableId trackableId, String * name, MethodInfo * method)); DO_APP_FUNC(0x01917330, void, XRAnchorTransferBatch_RemoveAnchor, (XRAnchorTransferBatch * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01917330, void, XRAnchorTransferBatch_Clear, (XRAnchorTransferBatch * __this, MethodInfo * method)); DO_APP_FUNC(0x01917350, TrackableId, XRAnchorTransferBatch_LoadAnchor, (XRAnchorTransferBatch * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01917400, TrackableId, XRAnchorTransferBatch_LoadAndReplaceAnchor, (XRAnchorTransferBatch * __this, String * name, TrackableId trackableId, MethodInfo * method)); DO_APP_FUNC(0x019174B0, Task_1_System_IO_Stream_ *, XRAnchorTransferBatch_ExportAsync, (XRAnchorTransferBatch * anchorTransferBatch, MethodInfo * method)); DO_APP_FUNC(0x01917630, Task_1_Microsoft_MixedReality_OpenXR_XRAnchorTransferBatch_ *, XRAnchorTransferBatch_ImportAsync, (Stream * inputStream, MethodInfo * method)); DO_APP_FUNC(0x019177B0, void, XRAnchorTransferBatch_ExportAsync_d_10_MoveNext, (XRAnchorTransferBatch_ExportAsync_d_10 * __this, MethodInfo * method)); DO_APP_FUNC(0x01917C70, void, XRAnchorTransferBatch_ExportAsync_d_10_SetStateMachine, (XRAnchorTransferBatch_ExportAsync_d_10 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x01917CE0, void, XRAnchorTransferBatch_ImportAsync_d_11_MoveNext, (XRAnchorTransferBatch_ImportAsync_d_11 * __this, MethodInfo * method)); DO_APP_FUNC(0x019181F0, void, XRAnchorTransferBatch_ImportAsync_d_11_SetStateMachine, (XRAnchorTransferBatch_ImportAsync_d_11 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x01918260, void, HandTrackingFeaturePlugin__ctor, (HandTrackingFeaturePlugin * __this, MethodInfo * method)); DO_APP_FUNC(0x019183D0, void *, HandTrackingFeaturePlugin_HookGetInstanceProcAddr, (HandTrackingFeaturePlugin * __this, void * func, MethodInfo * method)); DO_APP_FUNC(0x01918440, bool, HandTrackingFeaturePlugin_OnInstanceCreate, (HandTrackingFeaturePlugin * __this, uint64_t instance, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, HandTrackingFeaturePlugin_OpenXRHandTracking__ctor, (HandTrackingFeaturePlugin_OpenXRHandTracking * __this, MethodInfo * method)); DO_APP_FUNC(0x01918680, void, HPMixedRealityControllerProfile_RegisterDeviceLayout, (HPMixedRealityControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x019188A0, void, HPMixedRealityControllerProfile_UnregisterDeviceLayout, (HPMixedRealityControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x01918960, void, HPMixedRealityControllerProfile_RegisterActionMapsWithRuntime, (HPMixedRealityControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x0191AC50, void, HPMixedRealityControllerProfile__ctor, (HPMixedRealityControllerProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, Vector2Control *, HPMixedRealityControllerProfile_HPMixedRealityController_get_thumbstick, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, HPMixedRealityControllerProfile_HPMixedRealityController_set_thumbstick, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, Vector2Control * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, AxisControl *, HPMixedRealityControllerProfile_HPMixedRealityController_get_grip, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, HPMixedRealityControllerProfile_HPMixedRealityController_set_grip, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900D30, ButtonControl *, HPMixedRealityControllerProfile_HPMixedRealityController_get_gripPressed, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, HPMixedRealityControllerProfile_HPMixedRealityController_set_gripPressed, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, ButtonControl *, HPMixedRealityControllerProfile_HPMixedRealityController_get_menu, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, HPMixedRealityControllerProfile_HPMixedRealityController_set_menu, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, ButtonControl *, HPMixedRealityControllerProfile_HPMixedRealityController_get_primaryButton, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, HPMixedRealityControllerProfile_HPMixedRealityController_set_primaryButton, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, ButtonControl *, HPMixedRealityControllerProfile_HPMixedRealityController_get_secondaryButton, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, HPMixedRealityControllerProfile_HPMixedRealityController_set_secondaryButton, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, AxisControl *, HPMixedRealityControllerProfile_HPMixedRealityController_get_trigger, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, HPMixedRealityControllerProfile_HPMixedRealityController_set_trigger, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E10, ButtonControl *, HPMixedRealityControllerProfile_HPMixedRealityController_get_triggerPressed, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E20, void, HPMixedRealityControllerProfile_HPMixedRealityController_set_triggerPressed, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E80, ButtonControl *, HPMixedRealityControllerProfile_HPMixedRealityController_get_thumbstickClicked, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E90, void, HPMixedRealityControllerProfile_HPMixedRealityController_set_thumbstickClicked, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900EF0, PoseControl_1 *, HPMixedRealityControllerProfile_HPMixedRealityController_get_devicePose, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F00, void, HPMixedRealityControllerProfile_HPMixedRealityController_set_devicePose, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x01900F60, PoseControl_1 *, HPMixedRealityControllerProfile_HPMixedRealityController_get_pointer, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F70, void, HPMixedRealityControllerProfile_HPMixedRealityController_set_pointer, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x01900FD0, ButtonControl *, HPMixedRealityControllerProfile_HPMixedRealityController_get_isTracked, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900FE0, void, HPMixedRealityControllerProfile_HPMixedRealityController_set_isTracked, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901040, IntegerControl *, HPMixedRealityControllerProfile_HPMixedRealityController_get_trackingState, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901050, void, HPMixedRealityControllerProfile_HPMixedRealityController_set_trackingState, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, IntegerControl * value, MethodInfo * method)); DO_APP_FUNC(0x019010B0, Vector3Control *, HPMixedRealityControllerProfile_HPMixedRealityController_get_devicePosition, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, MethodInfo * method)); DO_APP_FUNC(0x019010C0, void, HPMixedRealityControllerProfile_HPMixedRealityController_set_devicePosition, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01901120, QuaternionControl *, HPMixedRealityControllerProfile_HPMixedRealityController_get_deviceRotation, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901130, void, HPMixedRealityControllerProfile_HPMixedRealityController_set_deviceRotation, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901190, Vector3Control *, HPMixedRealityControllerProfile_HPMixedRealityController_get_pointerPosition, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, MethodInfo * method)); DO_APP_FUNC(0x019011A0, void, HPMixedRealityControllerProfile_HPMixedRealityController_set_pointerPosition, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01901200, QuaternionControl *, HPMixedRealityControllerProfile_HPMixedRealityController_get_pointerRotation, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901210, void, HPMixedRealityControllerProfile_HPMixedRealityController_set_pointerRotation, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x0191ACA0, void, HPMixedRealityControllerProfile_HPMixedRealityController_FinishSetup, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, HPMixedRealityControllerProfile_HPMixedRealityController__ctor, (HPMixedRealityControllerProfile_HPMixedRealityController * __this, MethodInfo * method)); DO_APP_FUNC(0x0191B5F0, void, MixedRealityFeaturePlugin__ctor, (MixedRealityFeaturePlugin * __this, MethodInfo * method)); DO_APP_FUNC(0x0191BC60, bool, MixedRealityFeaturePlugin_OnInstanceCreate, (MixedRealityFeaturePlugin * __this, uint64_t instance, MethodInfo * method)); DO_APP_FUNC(0x0191BD70, void *, MixedRealityFeaturePlugin_HookGetInstanceProcAddr, (MixedRealityFeaturePlugin * __this, void * func, MethodInfo * method)); DO_APP_FUNC(0x0191BDE0, void *, MixedRealityFeaturePlugin_TryAcquireSceneCoordinateSystem, (MixedRealityFeaturePlugin * __this, Pose poseInScene, MethodInfo * method)); DO_APP_FUNC(0x0191BED0, void *, MixedRealityFeaturePlugin_TryAcquirePerceptionSpatialAnchor, (MixedRealityFeaturePlugin * __this, uint64_t anchorHandle, MethodInfo * method)); DO_APP_FUNC(0x0191BFA0, void *, MixedRealityFeaturePlugin_TryAcquirePerceptionSpatialAnchor_1, (MixedRealityFeaturePlugin * __this, Guid trackableId, MethodInfo * method)); DO_APP_FUNC(0x0191C080, Guid, MixedRealityFeaturePlugin_TryAcquireXrSpatialAnchor, (MixedRealityFeaturePlugin * __this, Object * perceptionAnchor, MethodInfo * method)); DO_APP_FUNC(0x0191C1D0, Guid, MixedRealityFeaturePlugin_TryAcquireAndReplaceXrSpatialAnchor, (MixedRealityFeaturePlugin * __this, Object * perceptionAnchor, Guid existingId, MethodInfo * method)); DO_APP_FUNC(0x0191C350, IReadOnlyList_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ *, MixedRealityFeaturePlugin_get_EnabledViewConfigurations, (MixedRealityFeaturePlugin * __this, MethodInfo * method)); DO_APP_FUNC(0x0191C370, void *, MixedRealityFeaturePlugin_TryGetPerceptionDeviceFactory, (MixedRealityFeaturePlugin * __this, MethodInfo * method)); DO_APP_FUNC(0x0191C450, void *, MotionControllerFeaturePlugin_HookGetInstanceProcAddr, (MotionControllerFeaturePlugin * __this, void * func, MethodInfo * method)); DO_APP_FUNC(0x0191C4C0, void, MotionControllerFeaturePlugin__ctor, (MotionControllerFeaturePlugin * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, NativeLibToken__Enum, NativeLibTokenAttribute_get_NativeLibToken, (NativeLibTokenAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x01262980, void, NativeLibTokenAttribute_set_NativeLibToken, (NativeLibTokenAttribute * __this, NativeLibToken__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeLibTokenAttribute__ctor, (NativeLibTokenAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0191C530, void, NativeLib_InitializePlugin, (MethodInfo * method)); DO_APP_FUNC(0x0191C5A0, void, NativeLib_SetPluginEnvironment, (PluginEnvironment__Enum pluginEnvironment, String * pluginInfo, MethodInfo * method)); DO_APP_FUNC(0x0191C640, void, NativeLib_OnSubsystemsStarting, (NativeLibToken__Enum token, MethodInfo * method)); DO_APP_FUNC(0x0191C6C0, void, NativeLib_OnSubsystemsStopped, (NativeLibToken__Enum token, MethodInfo * method)); DO_APP_FUNC(0x0191C740, void *, NativeLib_HookGetInstanceProcAddr, (NativeLibToken__Enum token, void * func, MethodInfo * method)); DO_APP_FUNC(0x0191C7D0, void, NativeLib_OnInstanceCreated, (NativeLibToken__Enum token, uint64_t instance, void * xrGetInstanceProcAddr, MethodInfo * method)); DO_APP_FUNC(0x0191C870, void, NativeLib_OnInstanceDestroyed, (NativeLibToken__Enum token, MethodInfo * method)); DO_APP_FUNC(0x0191C8F0, void, NativeLib_SetXrSystemId, (NativeLibToken__Enum token, uint64_t systemId, MethodInfo * method)); DO_APP_FUNC(0x0191C980, void, NativeLib_SetXrSession, (NativeLibToken__Enum token, uint64_t session, MethodInfo * method)); DO_APP_FUNC(0x0191CA10, void, NativeLib_SetXrSessionRunning, (NativeLibToken__Enum token, bool running, MethodInfo * method)); DO_APP_FUNC(0x0191CAA0, void, NativeLib_SetSessionState, (NativeLibToken__Enum token, uint32_t sessionState, MethodInfo * method)); DO_APP_FUNC(0x0191CB30, NativeSpaceLocationFlags__Enum, NativeLib_GetViewTrackingFlags, (NativeLibToken__Enum token, ViewConfigurationType__Enum viewConfigurationType, MethodInfo * method)); DO_APP_FUNC(0x0191CBC0, void, NativeLib_SetViewConfigurationTypeDisabled, (NativeLibToken__Enum token, ViewConfigurationType__Enum viewConfigurationType, MethodInfo * method)); DO_APP_FUNC(0x0191CC50, void, NativeLib_SetSceneOriginSpace, (NativeLibToken__Enum token, uint64_t sceneOriginSpace, MethodInfo * method)); DO_APP_FUNC(0x0191CCE0, uint32_t, NativeLib_GetEnabledViewConfigurationTypesCount, (NativeLibToken__Enum token, MethodInfo * method)); DO_APP_FUNC(0x0191CD60, void, NativeLib_GetEnabledViewConfigurationTypes, (NativeLibToken__Enum token, ViewConfigurationType__Enum__Array * viewConfigurationTypes, uint32_t viewConfigurationTypesCapacity, MethodInfo * method)); DO_APP_FUNC(0x0191CE10, bool, NativeLib_GetViewConfigurationIsActive, (NativeLibToken__Enum token, ViewConfigurationType__Enum viewConfigurationType, MethodInfo * method)); DO_APP_FUNC(0x0191CEA0, uint32_t, NativeLib_GetSupportedReprojectionModesCount, (NativeLibToken__Enum token, ViewConfigurationType__Enum viewConfigurationType, MethodInfo * method)); DO_APP_FUNC(0x0191CF30, void, NativeLib_GetSupportedReprojectionModes, (NativeLibToken__Enum token, ViewConfigurationType__Enum viewConfigurationType, ReprojectionMode__Enum__Array * reprojectionModes, uint32_t reprojectionModesCapacity, MethodInfo * method)); DO_APP_FUNC(0x0191CFF0, void, NativeLib_SetReprojectionSettings, (NativeLibToken__Enum token, ViewConfigurationType__Enum viewConfigurationType, NativeReprojectionSettings nativeReprojectionSettings, MethodInfo * method)); DO_APP_FUNC(0x0191D0B0, NativeSpaceLocationFlags__Enum, NativeLib_GetFoundationTrackingStateFlags, (NativeLibToken__Enum token, MethodInfo * method)); DO_APP_FUNC(0x0191D130, uint32_t, NativeLib_GetDefaultSceneObserverHandle, (NativeLibToken__Enum token, MethodInfo * method)); DO_APP_FUNC(0x0191D1B0, void, NativeLib_SetSceneObserverSceneData, (NativeLibToken__Enum token, uint32_t handle, Byte__Array * sceneData, uint32_t sceneDataLength, MethodInfo * method)); DO_APP_FUNC(0x0191D270, void, NativeLib_CreatePlaneProvider, (NativeLibToken__Enum token, MethodInfo * method)); DO_APP_FUNC(0x0191D2F0, void, NativeLib_SetPlanefindingActive, (NativeLibToken__Enum token, bool isActive, MethodInfo * method)); DO_APP_FUNC(0x0191D380, void, NativeLib_SetPlaneDetectionMode, (NativeLibToken__Enum token, PlaneDetectionMode__Enum planeDetectionMode, MethodInfo * method)); DO_APP_FUNC(0x0191D410, void, NativeLib_GetNumPlaneChanges, (NativeLibToken__Enum token, FrameTime__Enum frameTime, uint32_t * numAddedPlanes, uint32_t * numUpdatedPlanes, uint32_t * numRemovedPlanes, MethodInfo * method)); DO_APP_FUNC(0x0191D4C0, void, NativeLib_GetPlaneChanges, (NativeLibToken__Enum token, uint32_t addedPlanesSize, Void * addedPlanes, uint32_t updatedPlanesSize, Void * updatedPlanes, uint32_t removedPlanesSize, Void * removedPlanes, MethodInfo * method)); DO_APP_FUNC(0x0191D570, void, NativeLib_CreateAnchorProvider, (NativeLibToken__Enum token, MethodInfo * method)); DO_APP_FUNC(0x0191D5F0, bool, NativeLib_TryAddAnchor, (NativeLibToken__Enum token, FrameTime__Enum frameTime, Quaternion rotation, Vector3 position, Void * anchorPtr, MethodInfo * method)); DO_APP_FUNC(0x0191D6D0, bool, NativeLib_TryRemoveAnchor, (NativeLibToken__Enum token, Guid anchorId, MethodInfo * method)); DO_APP_FUNC(0x0191D770, void, NativeLib_GetNumAnchorChanges, (NativeLibToken__Enum token, FrameTime__Enum frameTime, uint32_t * numAddedAnchors, uint32_t * numUpdatedAnchors, uint32_t * numRemovedAnchors, MethodInfo * method)); DO_APP_FUNC(0x0191D820, void, NativeLib_GetAnchorChanges, (NativeLibToken__Enum token, uint32_t addedAnchorsSize, Void * addedAnchors, uint32_t updatedAnchorsSize, Void * updatedAnchors, uint32_t removedAnchorsSize, Void * removedAnchors, MethodInfo * method)); DO_APP_FUNC(0x0191D8D0, bool, NativeLib_LoadAnchorStore, (NativeLibToken__Enum token, MethodInfo * method)); DO_APP_FUNC(0x0191D950, uint32_t, NativeLib_GetNumPersistedAnchorNames, (NativeLibToken__Enum token, MethodInfo * method)); DO_APP_FUNC(0x0191D9D0, void, NativeLib_ClearAnchorChanges, (NativeLibToken__Enum token, MethodInfo * method)); DO_APP_FUNC(0x0191DA50, void, NativeLib_GetPersistedAnchorName, (NativeLibToken__Enum token, uint32_t idx, StringBuilder * nameOut, uint32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0191DB30, Guid, NativeLib_LoadPersistedAnchor, (NativeLibToken__Enum token, String * name, MethodInfo * method)); DO_APP_FUNC(0x0191DBF0, bool, NativeLib_TryPersistAnchor, (NativeLibToken__Enum token, String * name, Guid anchorId, MethodInfo * method)); DO_APP_FUNC(0x0191DCB0, void, NativeLib_UnpersistAnchor, (NativeLibToken__Enum token, String * name, MethodInfo * method)); DO_APP_FUNC(0x0191DD60, void, NativeLib_ClearPersistedAnchors, (NativeLibToken__Enum token, MethodInfo * method)); DO_APP_FUNC(0x0191DDE0, bool, NativeLib_GetHandJointData, (NativeLibToken__Enum token, Handedness__Enum handedness, FrameTime__Enum frameTime, HandJointLocation__Array * handJoints, MethodInfo * method)); DO_APP_FUNC(0x0191DEA0, bool, NativeLib_TryLocateHandMesh, (NativeLibToken__Enum token, Handedness__Enum handedness, FrameTime__Enum frameTime, HandPoseType__Enum handPoseType, Pose * pose, MethodInfo * method)); DO_APP_FUNC(0x0191DF60, bool, NativeLib_TryGetHandMesh, (NativeLibToken__Enum token, Handedness__Enum handedness, FrameTime__Enum frameTime, HandPoseType__Enum handPoseType, uint64_t * vertexBufferKey, uint32_t * vertexCount, Vector3__Array * vertexPositions, Vector3__Array * vertexNormals, uint32_t * indexBufferKey, uint32_t * indexCount, Int32__Array * indices, MethodInfo * method)); DO_APP_FUNC(0x0191E0A0, bool, NativeLib_TryGetHandMeshBufferSizes, (NativeLibToken__Enum token, uint32_t * maxVertexCount, uint32_t * maxIndexCount, MethodInfo * method)); DO_APP_FUNC(0x0191E140, bool, NativeLib_TryGetControllerModelKey, (NativeLibToken__Enum token, Handedness__Enum handedness, uint64_t * modelKey, MethodInfo * method)); DO_APP_FUNC(0x0191E1E0, bool, NativeLib_TryGetControllerModel, (NativeLibToken__Enum token, uint64_t modelKey, uint32_t bufferInputCapacity, uint32_t * bufferOutputCount, Byte__Array * modelBuffer, MethodInfo * method)); DO_APP_FUNC(0x0191E2B0, bool, NativeLib_TryEnableRemotingOverride, (NativeLibToken__Enum token, MethodInfo * method)); DO_APP_FUNC(0x0191E330, void, NativeLib_ResetRemotingOverride, (NativeLibToken__Enum token, MethodInfo * method)); DO_APP_FUNC(0x0191E3B0, void, NativeLib_ConnectRemoting, (NativeLibToken__Enum token, RemotingConfiguration_1 configuration, MethodInfo * method)); DO_APP_FUNC(0x0191E4A0, void, NativeLib_ListenRemoting, (NativeLibToken__Enum token, RemotingListenConfiguration listenConfiguration, bool secureListen, String * certificateStorePath, String * subjectName, String * keyPassPhrase, String * authenticationRealm, String * secureToken, MethodInfo * method)); DO_APP_FUNC(0x0191E660, void, NativeLib_DisconnectRemoting, (NativeLibToken__Enum token, MethodInfo * method)); DO_APP_FUNC(0x0191E6E0, bool, NativeLib_TryGetRemotingConnectionState, (NativeLibToken__Enum token, ConnectionState__Enum * connectionState, DisconnectReason__Enum * disconnectReason, MethodInfo * method)); DO_APP_FUNC(0x0191E780, bool, NativeLib_TryCreateSpaceFromStaticNodeId, (NativeLibToken__Enum token, Guid id, uint64_t * spaceId, MethodInfo * method)); DO_APP_FUNC(0x0191E830, bool, NativeLib_TryCreateSpaceFromDynamicNodeId, (NativeLibToken__Enum token, Guid id, uint64_t * spaceId, MethodInfo * method)); DO_APP_FUNC(0x0191E8E0, bool, NativeLib_TryLocateSpatialGraphNodeSpace, (NativeLibToken__Enum token, uint64_t spaceId, FrameTime__Enum frameTime, Pose * pose, MethodInfo * method)); DO_APP_FUNC(0x0191E990, bool, NativeLib_TryLocateSpatialGraphNodeSpace_1, (NativeLibToken__Enum token, uint64_t spaceId, int64_t qpcTime, Pose * pose, MethodInfo * method)); DO_APP_FUNC(0x0191EA40, bool, NativeLib_TryLocateViewSpace, (NativeLibToken__Enum nativeLibToken, FrameTime__Enum frameTime, Pose * pose, int64_t * time, MethodInfo * method)); DO_APP_FUNC(0x0191EAF0, void *, NativeLib_TryAcquireSceneCoordinateSystem, (NativeLibToken__Enum token, Pose poseInScene, MethodInfo * method)); DO_APP_FUNC(0x0191EBA0, void *, NativeLib_TryAcquirePerceptionSpatialAnchor, (NativeLibToken__Enum token, uint64_t anchorHandle, MethodInfo * method)); DO_APP_FUNC(0x0191EC30, void *, NativeLib_TryAcquirePerceptionSpatialAnchor_1, (NativeLibToken__Enum token, Guid trackableId, MethodInfo * method)); DO_APP_FUNC(0x0191ECD0, Guid, NativeLib_TryAcquireXrSpatialAnchor, (NativeLibToken__Enum token, Object * perceptionAnchor, MethodInfo * method)); DO_APP_FUNC(0x0191EDC0, Guid, NativeLib_TryAcquireAndReplaceXrSpatialAnchor, (NativeLibToken__Enum token, Object * perceptionAnchor, Guid id, MethodInfo * method)); DO_APP_FUNC(0x0191EED0, void *, NativeLib_TryGetPerceptionDeviceFactory, (NativeLibToken__Enum nativeLibToken, void * pfnGetInstanceProcAddr, MethodInfo * method)); DO_APP_FUNC(0x0191EF60, bool, NativeLib_SetMeshComputeSettings, (NativeLibToken__Enum token, MeshComputeSettings settings, MethodInfo * method)); DO_APP_FUNC(0x0191F000, uint64_t, NativeLib_TryCreateGestureRecognizer, (NativeLibToken__Enum nativeLibToken, GestureSettings__Enum settings, MethodInfo * method)); DO_APP_FUNC(0x0191F090, void, NativeLib_DestroyGestureRecognizer, (NativeLibToken__Enum nativeLibToken, uint64_t gestureRecognizer, MethodInfo * method)); DO_APP_FUNC(0x0191F120, bool, NativeLib_TrySetGestureSettings, (NativeLibToken__Enum nativeLibToken, uint64_t gestureRecognizer, GestureSettings__Enum settings, MethodInfo * method)); DO_APP_FUNC(0x0191F1C0, void, NativeLib_CancelPendingGesture, (NativeLibToken__Enum nativeLibToken, uint64_t gestureRecognizer, MethodInfo * method)); DO_APP_FUNC(0x0191F250, bool, NativeLib_TryGetNextEventData, (NativeLibToken__Enum nativeLibToken, uint64_t gestureRecognizer, GestureEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x0191F2F0, void, NativeLib_StartGestureRecognizer, (NativeLibToken__Enum nativeLibToken, uint64_t gestureRecognizer, MethodInfo * method)); DO_APP_FUNC(0x0191F380, void, NativeLib_StopGestureRecognizer, (NativeLibToken__Enum nativeLibToken, uint64_t gestureRecognizer, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeLib__ctor, (NativeLib * __this, MethodInfo * method)); DO_APP_FUNC(0x0191F410, Task_1_Microsoft_MixedReality_OpenXR_OpenXRAnchorStore_ *, OpenXRAnchorStoreFactory_LoadAnchorStoreAsync, (XRAnchorSubsystem * anchorSubsystem, MethodInfo * method)); DO_APP_FUNC(0x0191F940, void, OpenXRAnchorStoreFactory_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRAnchorStoreFactory_c__ctor, (OpenXRAnchorStoreFactory_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0191F9F0, OpenXRAnchorStore *, OpenXRAnchorStoreFactory_c__LoadAnchorStoreAsync_b__1_0, (OpenXRAnchorStoreFactory_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59198, OpenXRAnchorStoreFactory_c__LoadAnchorStoreAsync_b__1_0__MethodInfo); DO_APP_FUNC(0x0191FBB0, IReadOnlyList_1_System_String_ *, OpenXRAnchorStore_get_PersistedAnchorNames, (OpenXRAnchorStore * __this, MethodInfo * method)); DO_APP_FUNC(0x0191FD10, void, OpenXRAnchorStore_UpdatePersistedAnchorNames, (OpenXRAnchorStore * __this, MethodInfo * method)); DO_APP_FUNC(0x01920210, TrackableId, OpenXRAnchorStore_LoadAnchor, (OpenXRAnchorStore * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01920350, bool, OpenXRAnchorStore_TryPersistAnchor, (OpenXRAnchorStore * __this, String * name, TrackableId trackableId, MethodInfo * method)); DO_APP_FUNC(0x019205F0, void, OpenXRAnchorStore_UnpersistAnchor, (OpenXRAnchorStore * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01920840, void, OpenXRAnchorStore_Clear, (OpenXRAnchorStore * __this, MethodInfo * method)); DO_APP_FUNC(0x01920A60, void, OpenXRAnchorStore__ctor, (OpenXRAnchorStore * __this, MethodInfo * method)); DO_APP_FUNC(0x01920B00, void, OpenXRAnchorStore__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01920B80, void, AnchorSubsystem_RegisterDescriptor, (MethodInfo * method)); DO_APP_FUNC(0x01920D80, void, AnchorSubsystem__ctor, (AnchorSubsystem * __this, MethodInfo * method)); DO_APP_FUNC(0x01920DD0, void, AnchorSubsystem_OpenXRProvider__ctor, (AnchorSubsystem_OpenXRProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AnchorSubsystem_OpenXRProvider_Start, (AnchorSubsystem_OpenXRProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x01920E50, void, AnchorSubsystem_OpenXRProvider_Stop, (AnchorSubsystem_OpenXRProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AnchorSubsystem_OpenXRProvider_Destroy, (AnchorSubsystem_OpenXRProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x01920ED0, TrackableChanges_1_XRAnchor_, AnchorSubsystem_OpenXRProvider_GetChanges, (AnchorSubsystem_OpenXRProvider * __this, XRAnchor defaultAnchor, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x019217F0, XRAnchor, AnchorSubsystem_OpenXRProvider_ToXRAnchor, (AnchorSubsystem_OpenXRProvider * __this, NativeAnchor nativeAnchor, MethodInfo * method)); DO_APP_FUNC(0x019218C0, bool, AnchorSubsystem_OpenXRProvider_TryAddAnchor, (AnchorSubsystem_OpenXRProvider * __this, Pose pose, XRAnchor * anchor, MethodInfo * method)); DO_APP_FUNC(0x01921AB0, bool, AnchorSubsystem_OpenXRProvider_TryAttachAnchor, (AnchorSubsystem_OpenXRProvider * __this, TrackableId trackableToAffix, Pose pose, XRAnchor * anchor, MethodInfo * method)); DO_APP_FUNC(0x01921B00, bool, AnchorSubsystem_OpenXRProvider_TryRemoveAnchor, (AnchorSubsystem_OpenXRProvider * __this, TrackableId anchorId, MethodInfo * method)); DO_APP_FUNC(0x01921BC0, void, AnchorSubsystemController__ctor, (AnchorSubsystemController * __this, NativeLibToken__Enum token, IOpenXRContext * context, MethodInfo * method)); DO_APP_FUNC(0x01921C20, void, AnchorSubsystemController_OnSubsystemCreate, (AnchorSubsystemController * __this, ISubsystemPlugin * plugin, MethodInfo * method)); DO_APP_FUNC(0x01921E30, void, AnchorSubsystemController_OnSubsystemDestroy, (AnchorSubsystemController * __this, ISubsystemPlugin * plugin, MethodInfo * method)); DO_APP_FUNC(0x01921E80, void, AnchorSubsystemController__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01921F60, IReadOnlyList_1_System_String_ *, AnchorTransferBatch_get_AnchorNames, (AnchorTransferBatch * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, AnchorTransferBatch_AddAnchor, (AnchorTransferBatch * __this, TrackableId trackableId, String * name, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AnchorTransferBatch_RemoveAnchor, (AnchorTransferBatch * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AnchorTransferBatch_Clear, (AnchorTransferBatch * __this, MethodInfo * method)); DO_APP_FUNC(0x01921FA0, TrackableId, AnchorTransferBatch_LoadAnchor, (AnchorTransferBatch * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01922040, TrackableId, AnchorTransferBatch_LoadAndReplaceAnchor, (AnchorTransferBatch * __this, String * name, TrackableId trackableId, MethodInfo * method)); DO_APP_FUNC(0x019220E0, Task_1_Microsoft_MixedReality_OpenXR_SerializationCompletionReason_ *, AnchorTransferBatch_ExportAsync, (AnchorTransferBatch * __this, Stream * output, MethodInfo * method)); DO_APP_FUNC(0x01922200, Task_1_Microsoft_MixedReality_OpenXR_SerializationCompletionReason_ *, AnchorTransferBatch_ImportAsync, (AnchorTransferBatch * __this, Stream * input, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AnchorTransferBatch__ctor, (AnchorTransferBatch * __this, MethodInfo * method)); DO_APP_FUNC(0x01922320, void, AnchorTransferBatch_ExportAsync_d_7_MoveNext, (AnchorTransferBatch_ExportAsync_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x019225D0, void, AnchorTransferBatch_ExportAsync_d_7_SetStateMachine, (AnchorTransferBatch_ExportAsync_d_7 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x01922640, void, AnchorTransferBatch_ImportAsync_d_8_MoveNext, (AnchorTransferBatch_ImportAsync_d_8 * __this, MethodInfo * method)); DO_APP_FUNC(0x019228F0, void, AnchorTransferBatch_ImportAsync_d_8_SetStateMachine, (AnchorTransferBatch_ImportAsync_d_8 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x01922960, bool, GestureSubsystemExtensions_IsValid, (NativeSpaceLocationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x01922980, bool, GestureSubsystemExtensions_IsTracked, (NativeSpaceLocationFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x019229A0, bool, GestureSubsystemExtensions_IsTappedEvent, (NativeGestureEventData eventData, MethodInfo * method)); DO_APP_FUNC(0x019229B0, bool, GestureSubsystemExtensions_IsManipulationEvent, (NativeGestureEventData eventData, MethodInfo * method)); DO_APP_FUNC(0x01922A60, bool, GestureSubsystemExtensions_IsNavigationEvent, (NativeGestureEventData eventData, MethodInfo * method)); DO_APP_FUNC(0x01922B10, GestureSubsystem *, GestureSubsystem_TryCreateGestureSubsystem, (GestureSettings__Enum settings, MethodInfo * method)); DO_APP_FUNC(0x01922E80, void, GestureSubsystem__ctor, (GestureSubsystem * __this, GestureSettings__Enum settings, uint64_t handle, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, GestureSettings__Enum, GestureSubsystem_get_GestureSettings, (GestureSubsystem * __this, MethodInfo * method)); DO_APP_FUNC(0x01922F30, void, GestureSubsystem_set_GestureSettings, (GestureSubsystem * __this, GestureSettings__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01923110, bool, GestureSubsystem_TryGetNextEvent, (GestureSubsystem * __this, GestureEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x01923200, void, GestureSubsystem_CancelPendingGestures, (GestureSubsystem * __this, MethodInfo * method)); DO_APP_FUNC(0x019232E0, void, GestureSubsystem_DisposeNativeResources, (GestureSubsystem * __this, MethodInfo * method)); DO_APP_FUNC(0x019233C0, void, GestureSubsystem_Start, (GestureSubsystem * __this, MethodInfo * method)); DO_APP_FUNC(0x01923680, void, GestureSubsystem_Stop, (GestureSubsystem * __this, MethodInfo * method)); DO_APP_FUNC(0x01923930, void, GestureSubsystem__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, HandTrackingSubsystemController__ctor, (HandTrackingSubsystemController * __this, IOpenXRContext * context, MethodInfo * method)); DO_APP_FUNC(0x019239B0, void, HandTrackingSubsystemController_OnSubsystemCreate, (HandTrackingSubsystemController * __this, ISubsystemPlugin * plugin, MethodInfo * method)); DO_APP_FUNC(0x01923C80, void, HandTrackingSubsystemController_OnSubsystemStart, (HandTrackingSubsystemController * __this, ISubsystemPlugin * plugin, MethodInfo * method)); DO_APP_FUNC(0x01923CE0, void, HandTrackingSubsystemController_OnSubsystemStop, (HandTrackingSubsystemController * __this, ISubsystemPlugin * plugin, MethodInfo * method)); DO_APP_FUNC(0x01923D40, void, HandTrackingSubsystemController_OnSubsystemDestroy, (HandTrackingSubsystemController * __this, ISubsystemPlugin * plugin, MethodInfo * method)); DO_APP_FUNC(0x01923DC0, bool, InternalMeshSettings_TrySetMeshComputeSettings, (MeshComputeSettings settings, MethodInfo * method)); DO_APP_FUNC(0x01923EB0, void, InternalMeshSettings__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01923EF0, OpenXRSceneUnderstandingObserver *, OpenXRSceneUnderstandingObserver_CreateDefaultSceneObserver, (MethodInfo * method)); DO_APP_FUNC(0x019242B0, void, OpenXRSceneUnderstandingObserver__ctor, (OpenXRSceneUnderstandingObserver * __this, uint32_t nativeObserverHandle, uint64_t openXRSession, MethodInfo * method)); DO_APP_FUNC(0x019242C0, bool, OpenXRSceneUnderstandingObserver_IsValid, (OpenXRSceneUnderstandingObserver * __this, MethodInfo * method)); DO_APP_FUNC(0x01924380, IEnumerator *, OpenXRSceneUnderstandingObserver_StartDeserializingSceneFromStreamingAsset, (OpenXRSceneUnderstandingObserver * __this, String * pathInStreamingAssets, MethodInfo * method)); DO_APP_FUNC(0x01924490, void, OpenXRSceneUnderstandingObserver__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, OpenXRSceneUnderstandingObserver_StartDeserializingSceneFromStreamingAsset_d_7__ctor, (OpenXRSceneUnderstandingObserver_StartDeserializingSceneFromStreamingAsset_d_7 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OpenXRSceneUnderstandingObserver_StartDeserializingSceneFromStreamingAsset_d_7_System_IDisposable_Dispose, (OpenXRSceneUnderstandingObserver_StartDeserializingSceneFromStreamingAsset_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x01924520, bool, OpenXRSceneUnderstandingObserver_StartDeserializingSceneFromStreamingAsset_d_7_MoveNext, (OpenXRSceneUnderstandingObserver_StartDeserializingSceneFromStreamingAsset_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, OpenXRSceneUnderstandingObserver_StartDeserializingSceneFromStreamingAsset_d_7_System_Collections_Generic_IEnumerator_System_Object__get_Current, (OpenXRSceneUnderstandingObserver_StartDeserializingSceneFromStreamingAsset_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x01924B70, void, OpenXRSceneUnderstandingObserver_StartDeserializingSceneFromStreamingAsset_d_7_System_Collections_IEnumerator_Reset, (OpenXRSceneUnderstandingObserver_StartDeserializingSceneFromStreamingAsset_d_7 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58E28, OpenXRSceneUnderstandingObserver_StartDeserializingSceneFromStreamingAsset_d_7_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, OpenXRSceneUnderstandingObserver_StartDeserializingSceneFromStreamingAsset_d_7_System_Collections_IEnumerator_get_Current, (OpenXRSceneUnderstandingObserver_StartDeserializingSceneFromStreamingAsset_d_7 * __this, MethodInfo * method)); DO_APP_FUNC(0x01921BC0, void, MeshSubsystemController__ctor, (MeshSubsystemController * __this, NativeLibToken__Enum token, IOpenXRContext * context, MethodInfo * method)); DO_APP_FUNC(0x01924BC0, void, MeshSubsystemController_OnSubsystemCreate, (MeshSubsystemController * __this, ISubsystemPlugin * plugin, MethodInfo * method)); DO_APP_FUNC(0x01924D10, void, MeshSubsystemController_OnSubsystemDestroy, (MeshSubsystemController * __this, ISubsystemPlugin * plugin, MethodInfo * method)); DO_APP_FUNC(0x01924D60, void, MeshSubsystemController__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01924E40, void, OpenXRRuntimeRestartHandler__ctor, (OpenXRRuntimeRestartHandler * __this, OpenXRFeature * feature, Nullable_1_Boolean_ skipRestart, Nullable_1_Boolean_ skipQuitApp, MethodInfo * method)); DO_APP_FUNC(0x01925220, void, OpenXRRuntimeRestartHandler_Dispose, (OpenXRRuntimeRestartHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01925550, bool, OpenXRRuntimeRestartHandler_OpenXRRuntime_wantsToQuit, (OpenXRRuntimeRestartHandler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58DD8, OpenXRRuntimeRestartHandler_OpenXRRuntime_wantsToQuit__MethodInfo); DO_APP_FUNC(0x01925620, bool, OpenXRRuntimeRestartHandler_OpenXRRuntime_wantsToRestart, (OpenXRRuntimeRestartHandler * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58DE0, OpenXRRuntimeRestartHandler_OpenXRRuntime_wantsToRestart__MethodInfo); DO_APP_FUNC(0x019256F0, void, PlaneSubsystem_RegisterDescriptor, (MethodInfo * method)); DO_APP_FUNC(0x01925900, void, PlaneSubsystem__ctor, (PlaneSubsystem * __this, MethodInfo * method)); DO_APP_FUNC(0x01925950, void, PlaneSubsystem_OpenXRProvider__ctor, (PlaneSubsystem_OpenXRProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x019259D0, void, PlaneSubsystem_OpenXRProvider_Start, (PlaneSubsystem_OpenXRProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x019259E0, void, PlaneSubsystem_OpenXRProvider_Stop, (PlaneSubsystem_OpenXRProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x019259E0, void, PlaneSubsystem_OpenXRProvider_Destroy, (PlaneSubsystem_OpenXRProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, PlaneDetectionMode__Enum, PlaneSubsystem_OpenXRProvider_get_currentPlaneDetectionMode, (PlaneSubsystem_OpenXRProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, PlaneDetectionMode__Enum, PlaneSubsystem_OpenXRProvider_get_requestedPlaneDetectionMode, (PlaneSubsystem_OpenXRProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x019259F0, void, PlaneSubsystem_OpenXRProvider_set_requestedPlaneDetectionMode, (PlaneSubsystem_OpenXRProvider * __this, PlaneDetectionMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01925A80, TrackableChanges_1_BoundedPlane_, PlaneSubsystem_OpenXRProvider_GetChanges, (PlaneSubsystem_OpenXRProvider * __this, BoundedPlane defaultPlane, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x01926380, PlaneClassification__Enum, PlaneSubsystem_OpenXRProvider_ToPlaneClassification, (PlaneSubsystem_OpenXRProvider * __this, XrSceneObjectTypeMSFT__Enum type, MethodInfo * method)); DO_APP_FUNC(0x019263E0, BoundedPlane, PlaneSubsystem_OpenXRProvider_ToBoundedPlane, (PlaneSubsystem_OpenXRProvider * __this, NativePlane nativePlane, BoundedPlane defaultPlane, MethodInfo * method)); DO_APP_FUNC(0x01921BC0, void, PlaneSubsystemController__ctor, (PlaneSubsystemController * __this, NativeLibToken__Enum token, IOpenXRContext * context, MethodInfo * method)); DO_APP_FUNC(0x01926680, void, PlaneSubsystemController_OnSubsystemCreate, (PlaneSubsystemController * __this, ISubsystemPlugin * plugin, MethodInfo * method)); DO_APP_FUNC(0x019267D0, void, PlaneSubsystemController_OnSubsystemDestroy, (PlaneSubsystemController * __this, ISubsystemPlugin * plugin, MethodInfo * method)); DO_APP_FUNC(0x01926820, void, PlaneSubsystemController__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01926900, void, PluginEnvironmentSubsystem_InitializePlugin, (MethodInfo * method)); DO_APP_FUNC(0x01926AE0, void, PluginEnvironmentSubsystem_OnSessionCreated, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PluginEnvironmentSubsystem__ctor, (PluginEnvironmentSubsystem * __this, MethodInfo * method)); DO_APP_FUNC(0x01926C20, void, RaycastSubsystem_RegisterDescriptor, (MethodInfo * method)); DO_APP_FUNC(0x01926E30, void, RaycastSubsystem__ctor, (RaycastSubsystem * __this, MethodInfo * method)); DO_APP_FUNC(0x01926E80, bool, RaycastSubsystem_OpenXRProvider_TryAddRaycast, (RaycastSubsystem_OpenXRProvider * __this, Vector2 screenPoint, float estimatedDistance, XRRaycast * raycast, MethodInfo * method)); DO_APP_FUNC(0x01926F00, bool, RaycastSubsystem_OpenXRProvider_TryAddRaycast_1, (RaycastSubsystem_OpenXRProvider * __this, Ray ray, float estimatedDistance, XRRaycast * raycast, MethodInfo * method)); DO_APP_FUNC(0x01926F80, void, RaycastSubsystem_OpenXRProvider_RemoveRaycast, (RaycastSubsystem_OpenXRProvider * __this, TrackableId trackableId, MethodInfo * method)); DO_APP_FUNC(0x01926FE0, void, RaycastSubsystem_OpenXRProvider__ctor, (RaycastSubsystem_OpenXRProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x01921BC0, void, RaycastSubsystemController__ctor, (RaycastSubsystemController * __this, NativeLibToken__Enum token, IOpenXRContext * context, MethodInfo * method)); DO_APP_FUNC(0x01927010, void, RaycastSubsystemController_OnSubsystemCreate, (RaycastSubsystemController * __this, ISubsystemPlugin * plugin, MethodInfo * method)); DO_APP_FUNC(0x01927160, void, RaycastSubsystemController_OnSubsystemDestroy, (RaycastSubsystemController * __this, ISubsystemPlugin * plugin, MethodInfo * method)); DO_APP_FUNC(0x019271B0, void, RaycastSubsystemController__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01927290, void, SessionSubsystem_RegisterDescriptor, (MethodInfo * method)); DO_APP_FUNC(0x01927490, void, SessionSubsystem__ctor, (SessionSubsystem * __this, MethodInfo * method)); DO_APP_FUNC(0x019275A0, void, SessionSubsystem_OpenXRProvider__ctor, (SessionSubsystem_OpenXRProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SessionSubsystem_OpenXRProvider_Start, (SessionSubsystem_OpenXRProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SessionSubsystem_OpenXRProvider_Stop, (SessionSubsystem_OpenXRProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SessionSubsystem_OpenXRProvider_Destroy, (SessionSubsystem_OpenXRProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x01927680, Feature__Enum, SessionSubsystem_OpenXRProvider_get_currentTrackingMode, (SessionSubsystem_OpenXRProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, Feature__Enum, SessionSubsystem_OpenXRProvider_get_requestedTrackingMode, (SessionSubsystem_OpenXRProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x019276B0, void, SessionSubsystem_OpenXRProvider_set_requestedTrackingMode, (SessionSubsystem_OpenXRProvider * __this, Feature__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01927740, TrackingState__Enum, SessionSubsystem_OpenXRProvider_get_trackingState, (SessionSubsystem_OpenXRProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x01927760, NotTrackingReason__Enum, SessionSubsystem_OpenXRProvider_get_notTrackingReason, (SessionSubsystem_OpenXRProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SessionSubsystem_OpenXRProvider_get_matchFrameRateEnabled, (SessionSubsystem_OpenXRProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SessionSubsystem_OpenXRProvider_get_matchFrameRateRequested, (SessionSubsystem_OpenXRProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, SessionSubsystem_OpenXRProvider_get_frameRate, (SessionSubsystem_OpenXRProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x01927790, Feature__Enum, SessionSubsystem_OpenXRProvider_get_requestedFeatures, (SessionSubsystem_OpenXRProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x019277A0, void *, SessionSubsystem_OpenXRProvider_get_nativePtr, (SessionSubsystem_OpenXRProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x01097D80, Guid, SessionSubsystem_OpenXRProvider_get_sessionId, (SessionSubsystem_OpenXRProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x019277E0, Promise_1_SessionAvailability_ *, SessionSubsystem_OpenXRProvider_GetAvailabilityAsync, (SessionSubsystem_OpenXRProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x019279D0, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_, SessionSubsystem_OpenXRProvider_GetConfigurationDescriptors, (SessionSubsystem_OpenXRProvider * __this, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SessionSubsystem_OpenXRProvider_OnApplicationPause, (SessionSubsystem_OpenXRProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SessionSubsystem_OpenXRProvider_OnApplicationResume, (SessionSubsystem_OpenXRProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x01927A90, void, SessionSubsystem_OpenXRProvider_Update, (SessionSubsystem_OpenXRProvider * __this, XRSessionUpdateParams updateParams, Configuration_1 configuration, MethodInfo * method)); DO_APP_FUNC(0x01927AC0, void, SessionSubsystem_OpenXRProvider_Update_1, (SessionSubsystem_OpenXRProvider * __this, XRSessionUpdateParams updateParams, MethodInfo * method)); DO_APP_FUNC(0x01921BC0, void, SessionSubsystemController__ctor, (SessionSubsystemController * __this, NativeLibToken__Enum token, IOpenXRContext * context, MethodInfo * method)); DO_APP_FUNC(0x01927B50, void, SessionSubsystemController_OnSubsystemCreate, (SessionSubsystemController * __this, ISubsystemPlugin * plugin, MethodInfo * method)); DO_APP_FUNC(0x01927CA0, void, SessionSubsystemController_OnSubsystemDestroy, (SessionSubsystemController * __this, ISubsystemPlugin * plugin, MethodInfo * method)); DO_APP_FUNC(0x01927CF0, void, SessionSubsystemController__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01015CE0, void, OpenXRContextEvent__ctor, (OpenXRContextEvent * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, OpenXRContextEvent_Invoke, (OpenXRContextEvent * __this, IOpenXRContext * sender, EventArgs * args, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, OpenXRContextEvent_BeginInvoke, (OpenXRContextEvent * __this, IOpenXRContext * sender, EventArgs * args, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OpenXRContextEvent_EndInvoke, (OpenXRContextEvent * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, SubsystemController__ctor, (SubsystemController * __this, IOpenXRContext * context, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SubsystemController_OnSubsystemCreate, (SubsystemController * __this, ISubsystemPlugin * plugin, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SubsystemController_OnSubsystemStart, (SubsystemController * __this, ISubsystemPlugin * plugin, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SubsystemController_OnSubsystemStop, (SubsystemController * __this, ISubsystemPlugin * plugin, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SubsystemController_OnSubsystemDestroy, (SubsystemController * __this, ISubsystemPlugin * plugin, MethodInfo * method)); DO_APP_FUNC(0x01927DD0, void, NativeReprojectionSettings__ctor, (NativeReprojectionSettings * __this, ReprojectionSettings settings, MethodInfo * method)); DO_APP_FUNC(0x00470F10, ViewConfigurationType__Enum, OpenXRViewConfiguration_get_ViewConfigurationType, (OpenXRViewConfiguration * __this, MethodInfo * method)); DO_APP_FUNC(0x01927ED0, bool, OpenXRViewConfiguration_HasTrackingFlags, (OpenXRViewConfiguration * __this, NativeSpaceLocationFlags__Enum nativeSpaceLocationFlags, MethodInfo * method)); DO_APP_FUNC(0x01927F70, bool, OpenXRViewConfiguration_get_IsActive, (OpenXRViewConfiguration * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IReadOnlyList_1_Microsoft_MixedReality_OpenXR_ReprojectionMode_ *, OpenXRViewConfiguration_get_SupportedReprojectionModes, (OpenXRViewConfiguration * __this, MethodInfo * method)); DO_APP_FUNC(0x01928000, void, OpenXRViewConfiguration__ctor, (OpenXRViewConfiguration * __this, NativeLibToken__Enum nativeLibToken, ViewConfigurationType__Enum viewConfigurationType, MethodInfo * method)); DO_APP_FUNC(0x019281B0, void, OpenXRViewConfiguration_SetReprojectionSettings, (OpenXRViewConfiguration * __this, ReprojectionSettings reprojectionSettings, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, IReadOnlyList_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ *, OpenXRViewConfigurationSettings_get_EnabledViewConfigurations, (OpenXRViewConfigurationSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x019282B0, void, OpenXRViewConfigurationSettings__ctor, (OpenXRViewConfigurationSettings * __this, NativeLibToken__Enum token, IOpenXRContext * context, MethodInfo * method)); DO_APP_FUNC(0x01928550, void, OpenXRViewConfigurationSettings_Context_SessionBegun, (OpenXRViewConfigurationSettings * __this, IOpenXRContext * sender, EventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C587F8, OpenXRViewConfigurationSettings_Context_SessionBegun__MethodInfo); DO_APP_FUNC(0x01928860, void, OpenXRViewConfigurationSettings_Context_SessionEnding, (OpenXRViewConfigurationSettings * __this, IOpenXRContext * sender, EventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58810, OpenXRViewConfigurationSettings_Context_SessionEnding__MethodInfo); DO_APP_FUNC(0x003BAD20, bool, Disposable_get_disposedValue, (Disposable * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, Disposable_set_disposedValue, (Disposable * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Disposable_DisposeManagedResources, (Disposable * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Disposable_DisposeNativeResources, (Disposable * __this, MethodInfo * method)); DO_APP_FUNC(0x019288D0, void, Disposable_Dispose, (Disposable * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01928910, void, Disposable_Finalize, (Disposable * __this, MethodInfo * method)); DO_APP_FUNC(0x01928970, void, Disposable_Dispose_1, (Disposable * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Disposable__ctor, (Disposable * __this, MethodInfo * method)); DO_APP_FUNC(0x019289F0, TrackableId, FeatureUtils_ToTrackableId, (Guid guid, MethodInfo * method)); DO_APP_FUNC(0x01928B30, Guid, FeatureUtils_ToGuid, (TrackableId id, MethodInfo * method)); DO_APP_FUNC(0x003BA3C0, float, LabelWidthAttribute_get_Width, (LabelWidthAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA760, void, LabelWidthAttribute__ctor, (LabelWidthAttribute * __this, float width, MethodInfo * method)); DO_APP_FUNC(0x01928D70, IEnumerator *, AppRemoting_Connect, (RemotingConfiguration_1 configuration, MethodInfo * method)); DO_APP_FUNC(0x01928EE0, IEnumerator *, AppRemoting_Listen, (RemotingListenConfiguration listenConfiguration, Action * onRemotingListenCompleted, MethodInfo * method)); DO_APP_FUNC(0x01928FA0, void, AppRemoting_Disconnect, (MethodInfo * method)); DO_APP_FUNC(0x01929010, bool, AppRemoting_TryGetConnectionState, (ConnectionState__Enum * connectionState, DisconnectReason__Enum * disconnectReason, MethodInfo * method)); DO_APP_FUNC(0x01929090, void, AppRemoting__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01929150, void *, AppRemotingPlugin_HookGetInstanceProcAddr, (AppRemotingPlugin * __this, void * func, MethodInfo * method)); DO_APP_FUNC(0x01929260, void, AppRemotingPlugin_Awake, (AppRemotingPlugin * __this, MethodInfo * method)); DO_APP_FUNC(0x01929330, void, AppRemotingPlugin_OnDestroy, (AppRemotingPlugin * __this, MethodInfo * method)); DO_APP_FUNC(0x019293B0, void, AppRemotingPlugin_OnInstanceDestroy, (AppRemotingPlugin * __this, uint64_t instance, MethodInfo * method)); DO_APP_FUNC(0x01929530, void, AppRemotingPlugin_OnSystemChange, (AppRemotingPlugin * __this, uint64_t systemId, MethodInfo * method)); DO_APP_FUNC(0x01929920, void, AppRemotingPlugin_OnSessionStateChange, (AppRemotingPlugin * __this, int32_t oldState, int32_t newState, MethodInfo * method)); DO_APP_FUNC(0x01929A70, IEnumerator *, AppRemotingPlugin_Connect, (AppRemotingPlugin * __this, RemotingConfiguration_1 configuration, MethodInfo * method)); DO_APP_FUNC(0x01929B90, IEnumerator *, AppRemotingPlugin_Listen, (AppRemotingPlugin * __this, RemotingListenConfiguration configuration, SecureConnectionServerConfiguration secureConnectionServerConfiguration, Action * onRemotingListenCompleted, MethodInfo * method)); DO_APP_FUNC(0x01929D80, void, AppRemotingPlugin_Disconnect, (AppRemotingPlugin * __this, MethodInfo * method)); DO_APP_FUNC(0x01929FE0, void, AppRemotingPlugin_StopXrLoader, (AppRemotingPlugin * __this, MethodInfo * method)); DO_APP_FUNC(0x0192A270, bool, AppRemotingPlugin_TryGetConnectionState, (AppRemotingPlugin * __this, ConnectionState__Enum * connectionState, DisconnectReason__Enum * disconnectReason, MethodInfo * method)); DO_APP_FUNC(0x0192A280, void, AppRemotingPlugin__ctor, (AppRemotingPlugin * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AppRemotingPlugin_Connect_d_17__ctor, (AppRemotingPlugin_Connect_d_17 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AppRemotingPlugin_Connect_d_17_System_IDisposable_Dispose, (AppRemotingPlugin_Connect_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x0192A2F0, bool, AppRemotingPlugin_Connect_d_17_MoveNext, (AppRemotingPlugin_Connect_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AppRemotingPlugin_Connect_d_17_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AppRemotingPlugin_Connect_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x0192A730, void, AppRemotingPlugin_Connect_d_17_System_Collections_IEnumerator_Reset, (AppRemotingPlugin_Connect_d_17 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58430, AppRemotingPlugin_Connect_d_17_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AppRemotingPlugin_Connect_d_17_System_Collections_IEnumerator_get_Current, (AppRemotingPlugin_Connect_d_17 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, AppRemotingPlugin_Listen_d_18__ctor, (AppRemotingPlugin_Listen_d_18 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AppRemotingPlugin_Listen_d_18_System_IDisposable_Dispose, (AppRemotingPlugin_Listen_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x0192A780, bool, AppRemotingPlugin_Listen_d_18_MoveNext, (AppRemotingPlugin_Listen_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, AppRemotingPlugin_Listen_d_18_System_Collections_Generic_IEnumerator_System_Object__get_Current, (AppRemotingPlugin_Listen_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x0192AEB0, void, AppRemotingPlugin_Listen_d_18_System_Collections_IEnumerator_Reset, (AppRemotingPlugin_Listen_d_18 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C584C8, AppRemotingPlugin_Listen_d_18_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, AppRemotingPlugin_Listen_d_18_System_Collections_IEnumerator_get_Current, (AppRemotingPlugin_Listen_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x0192AF00, String *, PlayModeRemotingPlugin_get_UserSettingsFolder, (MethodInfo * method)); DO_APP_FUNC(0x0192AFD0, String *, PlayModeRemotingPlugin_get_SettingsAssetPath, (MethodInfo * method)); DO_APP_FUNC(0x0192B0F0, void *, PlayModeRemotingPlugin_HookGetInstanceProcAddr, (PlayModeRemotingPlugin * __this, void * func, MethodInfo * method)); DO_APP_FUNC(0x0192B200, void, PlayModeRemotingPlugin_OnInstanceDestroy, (PlayModeRemotingPlugin * __this, uint64_t instance, MethodInfo * method)); DO_APP_FUNC(0x0192B2B0, void, PlayModeRemotingPlugin_OnSystemChange, (PlayModeRemotingPlugin * __this, uint64_t systemId, MethodInfo * method)); DO_APP_FUNC(0x0192B410, void, PlayModeRemotingPlugin_OnSessionStateChange, (PlayModeRemotingPlugin * __this, int32_t oldState, int32_t newState, MethodInfo * method)); DO_APP_FUNC(0x0192B690, RemotingSettings *, PlayModeRemotingPlugin_GetOrLoadRemotingSettings, (PlayModeRemotingPlugin * __this, MethodInfo * method)); DO_APP_FUNC(0x0192BA20, void, PlayModeRemotingPlugin__ctor, (PlayModeRemotingPlugin * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, RemotingSettings_get_RemoteHostName, (RemotingSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, RemotingSettings_set_RemoteHostName, (RemotingSettings * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x012D0730, uint16_t, RemotingSettings_get_RemoteHostPort, (RemotingSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x0192BB10, void, RemotingSettings_set_RemoteHostPort, (RemotingSettings * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, uint32_t, RemotingSettings_get_MaxBitrate, (RemotingSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, RemotingSettings_set_MaxBitrate, (RemotingSettings * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, RemotingVideoCodec__Enum, RemotingSettings_get_VideoCodec, (RemotingSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, RemotingSettings_set_VideoCodec, (RemotingSettings * __this, RemotingVideoCodec__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0041F540, bool, RemotingSettings_get_EnableAudio, (RemotingSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F550, void, RemotingSettings_set_EnableAudio, (RemotingSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0192BB20, void, RemotingSettings__ctor, (RemotingSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x0192BBC0, uint64_t, ARAnchorExtensions_GetOpenXRHandle, (ARAnchor * anchor, MethodInfo * method)); DO_APP_FUNC(0x0192BD20, Task_1_Microsoft_MixedReality_OpenXR_XRAnchorStore_ *, AnchorManagerExtensions_LoadAnchorStoreAsync, (ARAnchorManager * anchorManager, MethodInfo * method)); DO_APP_FUNC(0x0192BD70, uint64_t, XRAnchorExtensions_GetOpenXRHandle, (XRAnchor anchor, MethodInfo * method)); DO_APP_FUNC(0x0192BDC0, bool, MeshSubsystemExtensions_TrySetMeshComputeSettings, (XRMeshSubsystem * subsystem, MeshComputeSettings settings, MethodInfo * method)); DO_APP_FUNC(0x0192BE30, Task_1_Microsoft_MixedReality_OpenXR_XRAnchorStore_ *, AnchorSubsystemExtensions_LoadAnchorStoreAsync, (XRAnchorSubsystem * anchorSubsystem, MethodInfo * method)); DO_APP_FUNC(0x0285A4A0, UdpConfig *, UdpConfig_Duplicate, (UdpConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x0285A520, void, UdpConfig__ctor, (UdpConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x0285A5A0, void, UdpConnection_OnCommandReceived, (UdpConnection * __this, Byte__Array * buffer, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0285A8D0, void, UdpConnection_OnCommandReconnectLater, (UdpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x0285A950, void, UdpConnection_SendCommand, (UdpConnection * __this, uint8_t cmd, MethodInfo * method)); DO_APP_FUNC(0x0285A960, void, UdpConnection_SendCommand_1, (UdpConnection * __this, uint8_t cmd, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x0285AA00, bool, UdpConnection_SendCommandConnect, (UdpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x0285AD50, void, UdpConnection_OnCommandConnect, (UdpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x0285AE80, void, UdpConnection_OnCommandAccepted, (UdpConnection * __this, Byte__Array * buffer, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0285B340, void, UdpConnection_OnCommandRefused, (UdpConnection * __this, Byte__Array * buffer, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0285B560, void, UdpConnection_OnCommandDisconnected, (UdpConnection * __this, Byte__Array * buffer, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpConnection_OnCommandPing, (UdpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x01015EC0, uint32_t, UdpConnection_get_SendTime, (UdpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x01015ED0, void, UdpConnection_set_SendTime, (UdpConnection * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x00AC7870, uint32_t, UdpConnection_get_RecvTime, (UdpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC7880, void, UdpConnection_set_RecvTime, (UdpConnection * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x00605860, Object *, UdpConnection_get_UserToken, (UdpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00473A50, void, UdpConnection_set_UserToken, (UdpConnection * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0070E4E0, UdpConnectionDisconnectReason__Enum, UdpConnection_get_DisconnectReason, (UdpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D1E0, void, UdpConnection_set_DisconnectReason, (UdpConnection * __this, UdpConnectionDisconnectReason__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0070E660, UdpConnectionType__Enum, UdpConnection_get_ConnectionType, (UdpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D1F0, void, UdpConnection_set_ConnectionType, (UdpConnection * __this, UdpConnectionType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BA310, float, UdpConnection_get_NetworkPing, (UdpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, UdpConnection_get_AliasedPing, (UdpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x0285B5C0, bool, UdpConnection_get_IsClient, (UdpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x0285B5D0, bool, UdpConnection_get_IsServer, (UdpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x0285B5E0, bool, UdpConnection_get_IsConnected, (UdpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x0285B5F0, UdpEndPoint, UdpConnection_get_RemoteEndPoint, (UdpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x0285B610, float, UdpConnection_get_WindowFillRatio, (UdpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x0285B6A0, void, UdpConnection__ctor, (UdpConnection * __this, UdpSocket * socket, UdpConnectionMode__Enum mode, UdpEndPoint endPoint, MethodInfo * method)); DO_APP_FUNC(0x0285BB90, void, UdpConnection_Send, (UdpConnection * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x0285BC90, void, UdpConnection_Disconnect, (UdpConnection * __this, Byte__Array * token, UdpConnectionDisconnectReason__Enum disconnectReason, MethodInfo * method)); DO_APP_FUNC(0x0285BE70, void, UdpConnection_Lost, (UdpConnection * __this, UdpPipe * pipe, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0285C1A0, void, UdpConnection_Delivered, (UdpConnection * __this, UdpPipe * pipe, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0285C360, void, UdpConnection_ProcessConnectingTimeouts, (UdpConnection * __this, uint32_t now, MethodInfo * method)); DO_APP_FUNC(0x0285C4C0, void, UdpConnection_ProcessConnectedTimeouts, (UdpConnection * __this, uint32_t now, MethodInfo * method)); DO_APP_FUNC(0x0285C590, void, UdpConnection_ChangeState, (UdpConnection * __this, UdpConnectionState__Enum newState, MethodInfo * method)); DO_APP_FUNC(0x0285C5C0, void, UdpConnection_ChangeState_1, (UdpConnection * __this, UdpConnectionState__Enum newState, Byte__Array * token, MethodInfo * method)); DO_APP_FUNC(0x0285C5F0, bool, UdpConnection_CheckState, (UdpConnection * __this, UdpConnectionState__Enum stateValue, MethodInfo * method)); DO_APP_FUNC(0x0285C600, void, UdpConnection_UpdatePing, (UdpConnection * __this, uint32_t recvTime, uint32_t sendTime, uint32_t ackTime, MethodInfo * method)); DO_APP_FUNC(0x0285C680, void, UdpConnection_ConnectionError, (UdpConnection * __this, UdpConnectionError__Enum error, MethodInfo * method)); DO_APP_FUNC(0x0285C6F0, void, UdpConnection_ConnectionError_1, (UdpConnection * __this, UdpConnectionError__Enum error, String * message, MethodInfo * method)); DO_APP_FUNC(0x0285C900, void, UdpConnection_UpdateSendTime, (UdpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpConnection_Destroy, (UdpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x0285C940, void, UdpConnection_OnStateConnected, (UdpConnection * __this, UdpConnectionState__Enum oldState, MethodInfo * method)); DO_APP_FUNC(0x0285CB30, void, UdpConnection_OnStateDisconnected, (UdpConnection * __this, UdpConnectionState__Enum oldState, Byte__Array * token, MethodInfo * method)); DO_APP_FUNC(0x0285CEF0, String *, UdpConnection_ToString, (UdpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x0285CFB0, void, UdpConnection_OnPacketSend, (UdpConnection * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x0285D140, void, UdpConnection_OnPacketReceived, (UdpConnection * __this, Byte__Array * buffer, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0285D2C0, void, UdpConnection_StreamSetBandwidth, (UdpConnection * __this, int32_t bytesPerSecond, MethodInfo * method)); DO_APP_FUNC(0x0285D440, void, UdpConnection_StreamBytes, (UdpConnection * __this, UdpChannelName channel, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x0285D660, void, UdpConnection_OnStreamSetBandwidth, (UdpConnection * __this, int32_t byteRate, MethodInfo * method)); DO_APP_FUNC(0x0285D6B0, void, UdpConnection_OnStreamDisconnected, (UdpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x0285D8C0, void, UdpConnection_ProcessStream, (UdpConnection * __this, uint32_t now, MethodInfo * method)); DO_APP_FUNC(0x0285D8F0, void, UdpConnection_OnStreamQueue, (UdpConnection * __this, UdpStreamChannel * channel, UdpStreamOp * op, MethodInfo * method)); DO_APP_FUNC(0x0285E040, void, UdpConnection_OnStreamReceived_Unreliable, (UdpConnection * __this, Byte__Array * buffer, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0285E3F0, void, UdpConnection_OnStreamReceived, (UdpConnection * __this, Byte__Array * buffer, int32_t bytes, MethodInfo * method)); DO_APP_FUNC(0x0285E930, void, UdpConnection_OnStreamLost, (UdpConnection * __this, UdpStreamOpBlock * block, MethodInfo * method)); DO_APP_FUNC(0x0285EAC0, void, UdpConnection_OnStreamDelivered, (UdpConnection * __this, UdpStreamOpBlock * block, MethodInfo * method)); DO_APP_FUNC(0x0285ECC0, int32_t, UdpConnection_SortChannelHelper, (UdpConnection * __this, UdpChannelStreamer * x, UdpChannelStreamer * y, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E330, UdpConnection_SortChannelHelper__MethodInfo); DO_APP_FUNC(0x0285ECF0, void, UdpConnection_SendStream, (UdpConnection * __this, uint32_t now, MethodInfo * method)); DO_APP_FUNC(0x0285F2D0, void, UdpConnection_ReceiveStream, (UdpConnection * __this, MethodInfo * method)); DO_APP_FUNC(0x0285F590, bool, UdpEvent_get_IsInternal, (UdpEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, UdpEventType__Enum, UdpEvent_get_EventType, (UdpEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00EECFF0, int32_t, UdpEventAcceptConnect_get_Type, (UdpEventAcceptConnect * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventAcceptConnect__ctor, (UdpEventAcceptConnect * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD8AC0, int32_t, UdpEventRefuseConnect_get_Type, (UdpEventRefuseConnect * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventRefuseConnect__ctor, (UdpEventRefuseConnect * __this, MethodInfo * method)); DO_APP_FUNC(0x0285F5A0, UdpEvent, UdpEventBase_op_Implicit, (UdpEventBase * ev, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventBase__ctor, (UdpEventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F690, int32_t, UdpEventConnectEndPoint_get_Type, (UdpEventConnectEndPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventConnectEndPoint__ctor, (UdpEventConnectEndPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, UdpEventConnectRequest_get_Type, (UdpEventConnectRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventConnectRequest__ctor, (UdpEventConnectRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x01AF2340, int32_t, UdpEventConnectRefused_get_Type, (UdpEventConnectRefused * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventConnectRefused__ctor, (UdpEventConnectRefused * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEC8E0, int32_t, UdpEventConnectFailed_get_Type, (UdpEventConnectFailed * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventConnectFailed__ctor, (UdpEventConnectFailed * __this, MethodInfo * method)); DO_APP_FUNC(0x00A14060, int32_t, UdpEventConnectAttempt_get_Type, (UdpEventConnectAttempt * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventConnectAttempt__ctor, (UdpEventConnectAttempt * __this, MethodInfo * method)); DO_APP_FUNC(0x011B8EF0, int32_t, UdpEventConnectEndPointCancel_get_Type, (UdpEventConnectEndPointCancel * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventConnectEndPointCancel__ctor, (UdpEventConnectEndPointCancel * __this, MethodInfo * method)); DO_APP_FUNC(0x01BD9AC0, int32_t, UdpEventDisconnect_get_Type, (UdpEventDisconnect * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventDisconnect__ctor, (UdpEventDisconnect * __this, MethodInfo * method)); DO_APP_FUNC(0x00EECEB0, int32_t, UdpEventDisconnected_get_Type, (UdpEventDisconnected * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventDisconnected__ctor, (UdpEventDisconnected * __this, MethodInfo * method)); DO_APP_FUNC(0x022943A0, int32_t, UdpEventLanBroadcastEnable_get_Type, (UdpEventLanBroadcastEnable * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventLanBroadcastEnable__ctor, (UdpEventLanBroadcastEnable * __this, MethodInfo * method)); DO_APP_FUNC(0x01F64020, int32_t, UdpEventLanBroadcastDisable_get_Type, (UdpEventLanBroadcastDisable * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventLanBroadcastDisable__ctor, (UdpEventLanBroadcastDisable * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA29D0, int32_t, UdpEventSessionConnect_get_Type, (UdpEventSessionConnect * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventSessionConnect__ctor, (UdpEventSessionConnect * __this, MethodInfo * method)); DO_APP_FUNC(0x024DDAD0, int32_t, UdpEventSessionConnectRandom_get_Type, (UdpEventSessionConnectRandom * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventSessionConnectRandom__ctor, (UdpEventSessionConnectRandom * __this, MethodInfo * method)); DO_APP_FUNC(0x02296E40, int32_t, UdpEventSessionSetHostData_get_Type, (UdpEventSessionSetHostData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventSessionSetHostData__ctor, (UdpEventSessionSetHostData * __this, MethodInfo * method)); DO_APP_FUNC(0x00A0EF00, int32_t, UdpEventSessionConnected_get_Type, (UdpEventSessionConnected * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventSessionConnected__ctor, (UdpEventSessionConnected * __this, MethodInfo * method)); DO_APP_FUNC(0x02004020, int32_t, UdpEventSessionConnectFailed_get_Type, (UdpEventSessionConnectFailed * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventSessionConnectFailed__ctor, (UdpEventSessionConnectFailed * __this, MethodInfo * method)); DO_APP_FUNC(0x02297840, int32_t, UdpEventSessionCreated_get_Type, (UdpEventSessionCreated * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventSessionCreated__ctor, (UdpEventSessionCreated * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA29C0, int32_t, UdpEventSessionListUpdated_get_Type, (UdpEventSessionListUpdated * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventSessionListUpdated__ctor, (UdpEventSessionListUpdated * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, UdpEventStart_get_Type, (UdpEventStart * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventStart__ctor, (UdpEventStart * __this, MethodInfo * method)); DO_APP_FUNC(0x01B1E600, int32_t, UdpEventStartDone_get_Type, (UdpEventStartDone * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventStartDone__ctor, (UdpEventStartDone * __this, MethodInfo * method)); DO_APP_FUNC(0x00EECEE0, int32_t, UdpEventStartFailed_get_Type, (UdpEventStartFailed * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventStartFailed__ctor, (UdpEventStartFailed * __this, MethodInfo * method)); DO_APP_FUNC(0x01B38030, int32_t, UdpEventClose_get_Type, (UdpEventClose * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventClose__ctor, (UdpEventClose * __this, MethodInfo * method)); DO_APP_FUNC(0x024DA300, int32_t, UdpEventStreamCreateChannel_get_Type, (UdpEventStreamCreateChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventStreamCreateChannel__ctor, (UdpEventStreamCreateChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA29B0, int32_t, UdpEventStreamSetBandwidth_get_Type, (UdpEventStreamSetBandwidth * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventStreamSetBandwidth__ctor, (UdpEventStreamSetBandwidth * __this, MethodInfo * method)); DO_APP_FUNC(0x01DA29A0, int32_t, UdpEventStreamQueue_get_Type, (UdpEventStreamQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventStreamQueue__ctor, (UdpEventStreamQueue * __this, MethodInfo * method)); DO_APP_FUNC(0x0200AF10, int32_t, UdpEventStreamDataStarted_get_Type, (UdpEventStreamDataStarted * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventStreamDataStarted__ctor, (UdpEventStreamDataStarted * __this, MethodInfo * method)); DO_APP_FUNC(0x0226BB10, int32_t, UdpEventStreamAbort_get_Type, (UdpEventStreamAbort * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventStreamAbort__ctor, (UdpEventStreamAbort * __this, MethodInfo * method)); DO_APP_FUNC(0x00EECED0, int32_t, UdpEventStreamDataReceived_get_Type, (UdpEventStreamDataReceived * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventStreamDataReceived__ctor, (UdpEventStreamDataReceived * __this, MethodInfo * method)); DO_APP_FUNC(0x024DD320, int32_t, UdpEventStreamProgress_get_Type, (UdpEventStreamProgress * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEventStreamProgress__ctor, (UdpEventStreamProgress * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, UdpPacket_get_UserToken, (UdpPacket * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, UdpPacket_set_UserToken, (UdpPacket * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01365740, int32_t, UdpPacket_get_Size, (UdpPacket * __this, MethodInfo * method)); DO_APP_FUNC(0x0285F640, void, UdpPacket_set_Size, (UdpPacket * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, UdpPacket_get_Position, (UdpPacket * __this, MethodInfo * method)); DO_APP_FUNC(0x0285F680, void, UdpPacket_set_Position, (UdpPacket * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0285F6A0, bool, UdpPacket_get_Done, (UdpPacket * __this, MethodInfo * method)); DO_APP_FUNC(0x0285F6B0, bool, UdpPacket_get_Overflowing, (UdpPacket * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Byte__Array *, UdpPacket_get_ByteBuffer, (UdpPacket * __this, MethodInfo * method)); DO_APP_FUNC(0x0285F6C0, void, UdpPacket__ctor, (UdpPacket * __this, UdpPacketPool * pool, MethodInfo * method)); DO_APP_FUNC(0x0285F720, void, UdpPacket__ctor_1, (UdpPacket * __this, Byte__Array * arr, UdpPacketPool * pool, MethodInfo * method)); DO_APP_FUNC(0x0285F810, void, UdpPacket__ctor_2, (UdpPacket * __this, Byte__Array * arr, int32_t size, UdpPacketPool * pool, MethodInfo * method)); DO_APP_FUNC(0x0285F8E0, bool, UdpPacket_CanWrite, (UdpPacket * __this, MethodInfo * method)); DO_APP_FUNC(0x0285F8E0, bool, UdpPacket_CanRead, (UdpPacket * __this, MethodInfo * method)); DO_APP_FUNC(0x0285F8F0, bool, UdpPacket_CanWrite_1, (UdpPacket * __this, int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x0285F8F0, bool, UdpPacket_CanRead_1, (UdpPacket * __this, int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x0285F900, Byte__Array *, UdpPacket_DuplicateData, (UdpPacket * __this, MethodInfo * method)); DO_APP_FUNC(0x0285F980, bool, UdpPacket_WriteBool, (UdpPacket * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0285FA20, bool, UdpPacket_ReadBool, (UdpPacket * __this, MethodInfo * method)); DO_APP_FUNC(0x0285FA80, void, UdpPacket_WriteByte, (UdpPacket * __this, uint8_t value, int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x0285FAC0, uint8_t, UdpPacket_ReadByte, (UdpPacket * __this, int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x0285FAD0, void, UdpPacket_WriteByte_1, (UdpPacket * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x0285FB10, uint8_t, UdpPacket_ReadByte_1, (UdpPacket * __this, MethodInfo * method)); DO_APP_FUNC(0x0285FB20, void, UdpPacket_WriteUShort, (UdpPacket * __this, uint16_t value, int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x0285FBA0, uint16_t, UdpPacket_ReadUShort, (UdpPacket * __this, int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x0285FC10, void, UdpPacket_WriteUShort_1, (UdpPacket * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x0285FC80, uint16_t, UdpPacket_ReadUShort_1, (UdpPacket * __this, MethodInfo * method)); DO_APP_FUNC(0x0285FCC0, void, UdpPacket_WriteShort, (UdpPacket * __this, int16_t value, int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x0285FBA0, int16_t, UdpPacket_ReadShort, (UdpPacket * __this, int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x0285FC10, void, UdpPacket_WriteShort_1, (UdpPacket * __this, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x0285FC80, int16_t, UdpPacket_ReadShort_1, (UdpPacket * __this, MethodInfo * method)); DO_APP_FUNC(0x0285FCD0, void, UdpPacket_Serialize, (UdpPacket * __this, uint32_t * value, int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x0285FCD0, void, UdpPacket_Serialize_1, (UdpPacket * __this, int32_t * value, int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x0285FD10, void, UdpPacket_WriteUInt, (UdpPacket * __this, uint32_t value, int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x0285FEA0, uint32_t, UdpPacket_ReadUInt, (UdpPacket * __this, int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x0285FFE0, void, UdpPacket_WriteUInt_1, (UdpPacket * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x0285FFF0, uint32_t, UdpPacket_ReadUInt_1, (UdpPacket * __this, MethodInfo * method)); DO_APP_FUNC(0x0285FFE0, void, UdpPacket_WriteInt_Shifted, (UdpPacket * __this, int32_t value, int32_t bits, int32_t shift, MethodInfo * method)); DO_APP_FUNC(0x0285FFF0, int32_t, UdpPacket_ReadInt_Shifted, (UdpPacket * __this, int32_t bits, int32_t shift, MethodInfo * method)); DO_APP_FUNC(0x02860000, void, UdpPacket_WriteInt, (UdpPacket * __this, int32_t value, int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x02860010, int32_t, UdpPacket_ReadInt, (UdpPacket * __this, int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x0285FFE0, void, UdpPacket_WriteInt_1, (UdpPacket * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0285FFF0, int32_t, UdpPacket_ReadInt_1, (UdpPacket * __this, MethodInfo * method)); DO_APP_FUNC(0x02860020, void, UdpPacket_WriteULong, (UdpPacket * __this, uint64_t value, int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x02860070, uint64_t, UdpPacket_ReadULong, (UdpPacket * __this, int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x028600D0, void, UdpPacket_WriteULong_1, (UdpPacket * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x02860110, uint64_t, UdpPacket_ReadULong_1, (UdpPacket * __this, MethodInfo * method)); DO_APP_FUNC(0x02860020, void, UdpPacket_WriteLong, (UdpPacket * __this, int64_t value, int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x02860070, int64_t, UdpPacket_ReadLong, (UdpPacket * __this, int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x028600D0, void, UdpPacket_WriteLong_1, (UdpPacket * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x02860110, int64_t, UdpPacket_ReadLong_1, (UdpPacket * __this, MethodInfo * method)); DO_APP_FUNC(0x02860150, void, UdpPacket_WriteFloat, (UdpPacket * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02860200, float, UdpPacket_ReadFloat, (UdpPacket * __this, MethodInfo * method)); DO_APP_FUNC(0x02860270, void, UdpPacket_WriteDouble, (UdpPacket * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x028603A0, double, UdpPacket_ReadDouble, (UdpPacket * __this, MethodInfo * method)); DO_APP_FUNC(0x02860450, void, UdpPacket_WriteByteArray, (UdpPacket * __this, Byte__Array * from, MethodInfo * method)); DO_APP_FUNC(0x02860480, void, UdpPacket_WriteByteArray_1, (UdpPacket * __this, Byte__Array * from, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x028604A0, void, UdpPacket_WriteByteArray_2, (UdpPacket * __this, Byte__Array * from, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02860630, Byte__Array *, UdpPacket_ReadByteArray, (UdpPacket * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x028606B0, void, UdpPacket_ReadByteArray_1, (UdpPacket * __this, Byte__Array * to, MethodInfo * method)); DO_APP_FUNC(0x028606E0, void, UdpPacket_ReadByteArray_2, (UdpPacket * __this, Byte__Array * to, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02860700, void, UdpPacket_ReadByteArray_3, (UdpPacket * __this, Byte__Array * to, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02860840, void, UdpPacket_WriteByteArrayWithPrefix, (UdpPacket * __this, Byte__Array * array, MethodInfo * method)); DO_APP_FUNC(0x02860850, void, UdpPacket_WriteByteArrayLengthPrefixed, (UdpPacket * __this, Byte__Array * array, int32_t maxLength, MethodInfo * method)); DO_APP_FUNC(0x02860A50, Byte__Array *, UdpPacket_ReadByteArrayWithPrefix, (UdpPacket * __this, MethodInfo * method)); DO_APP_FUNC(0x02860B50, void, UdpPacket_WriteString, (UdpPacket * __this, String * value, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x02860BE0, void, UdpPacket_WriteString_1, (UdpPacket * __this, String * value, Encoding * encoding, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02860C90, void, UdpPacket_WriteString_2, (UdpPacket * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02860D30, String *, UdpPacket_ReadString, (UdpPacket * __this, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x02860E30, String *, UdpPacket_ReadString_1, (UdpPacket * __this, MethodInfo * method)); DO_APP_FUNC(0x02860E60, void, UdpPacket_WriteGuid, (UdpPacket * __this, Guid guid, MethodInfo * method)); DO_APP_FUNC(0x02860EB0, Guid, UdpPacket_ReadGuid, (UdpPacket * __this, MethodInfo * method)); DO_APP_FUNC(0x02860FA0, void, UdpPacket_WriteEndPoint, (UdpPacket * __this, UdpEndPoint endpoint, MethodInfo * method)); DO_APP_FUNC(0x02861060, UdpEndPoint, UdpPacket_ReadEndPoint, (UdpPacket * __this, MethodInfo * method)); DO_APP_FUNC(0x02861150, void, UdpPacket_WriteByteAt, (Byte__Array * data, int32_t ptr, int32_t bits, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x02861270, void, UdpPacket_Dispose, (UdpPacket * __this, MethodInfo * method)); DO_APP_FUNC(0x02861290, String *, UdpPacket_ToString, (UdpPacket * __this, MethodInfo * method)); DO_APP_FUNC(0x0285FA80, void, UdpPacket_InternalWriteByte, (UdpPacket * __this, uint8_t value, int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x02861370, uint8_t, UdpPacket_InternalReadByte, (UdpPacket * __this, int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x028614A0, UdpSocket *, UdpPipe_get_Socket, (UdpPipe * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, uint8_t, UdpPipe_get_Id, (UdpPipe * __this, MethodInfo * method)); DO_APP_FUNC(0x028614C0, float, UdpPipe_get_FillRatio, (UdpPipe * __this, MethodInfo * method)); DO_APP_FUNC(0x02861540, uint32_t, UdpPipe_get_LastSend, (UdpPipe * __this, MethodInfo * method)); DO_APP_FUNC(0x02861610, void, UdpPipe__ctor, (UdpPipe * __this, UdpConnection * connection, UdpPipeConfig config, MethodInfo * method)); DO_APP_FUNC(0x02861940, void, UdpPipe_CheckTimeouts, (UdpPipe * __this, uint32_t now, MethodInfo * method)); DO_APP_FUNC(0x02861BB0, void, UdpPipe_Disconnected, (UdpPipe * __this, MethodInfo * method)); DO_APP_FUNC(0x02861D40, bool, UdpPipe_WriteHeader, (UdpPipe * __this, Byte__Array * buffer, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x028624D0, bool, UdpPipe_ReadHeader, (UdpPipe * __this, Byte__Array * buffer, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x028628A0, void, UdpPipe_SendAckPacket, (UdpPipe * __this, MethodInfo * method)); DO_APP_FUNC(0x02862970, bool, UdpPipe_ReadAcks, (UdpPipe * __this, Byte__Array * buffer, int32_t o, MethodInfo * method)); DO_APP_FUNC(0x02862CC0, void, UdpPipe_Lost, (UdpPipe * __this, UdpPipeHandle handle, MethodInfo * method)); DO_APP_FUNC(0x02862CF0, void, UdpPipe_Delivered, (UdpPipe * __this, UdpPipeHandle handle, MethodInfo * method)); DO_APP_FUNC(0x02862EB0, void, UdpPipe_Ack__ctor, (UdpPipe_Ack * __this, uint32_t sequence, bool received, uint32_t time, MethodInfo * method)); DO_APP_FUNC(0x02862EC0, UdpPipe_Ack, UdpPipe_Ack_Lost, (uint32_t sequence, MethodInfo * method)); DO_APP_FUNC(0x02862ED0, UdpPipe_Ack, UdpPipe_Ack_Recv, (uint32_t sequence, uint32_t time, MethodInfo * method)); DO_APP_FUNC(0x02862EF0, int32_t, UdpPipeConfig_get_SequenceBits, (UdpPipeConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x02862F00, int32_t, UdpPipeConfig_get_AckBits, (UdpPipeConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x02862F10, int32_t, UdpPipeConfig_get_HeaderSize, (UdpPipeConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x02862F20, int32_t, UdpPipeConfig_get_HeaderSizeBits, (UdpPipeConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x02862F40, uint32_t, UdpPipeConfig_NextSequence, (UdpPipeConfig * __this, uint32_t seq, MethodInfo * method)); DO_APP_FUNC(0x02862F60, int32_t, UdpPipeConfig_Distance, (UdpPipeConfig * __this, uint32_t from, uint32_t to, MethodInfo * method)); DO_APP_FUNC(0x02862F80, UdpEndPoint, UdpSocket_get_SocketEndPoint, (UdpSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x0285B5F0, UdpEndPoint, UdpSocket_get_LanEndPoint, (UdpSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x02862FE0, UdpEndPoint, UdpSocket_get_WanEndPoint, (UdpSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x02863000, UdpSocketState__Enum, UdpSocket_get_State, (UdpSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x02863010, UdpSocketMode__Enum, UdpSocket_get_Mode, (UdpSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x02863020, Guid, UdpSocket_get_SocketPeerId, (UdpSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x02863030, uint32_t, UdpSocket_get_PrecisionTime, (UdpSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8DB0, UdpPacketPool *, UdpSocket_get_PacketPool, (UdpSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC820, Object *, UdpSocket_get_UserToken, (UdpSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC830, void, UdpSocket_set_UserToken, (UdpSocket * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x004FC890, Func_2_Int32_Byte_ *, UdpSocket_get_UnconnectedBufferProvider, (UdpSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC8A0, void, UdpSocket_set_UnconnectedBufferProvider, (UdpSocket * __this, Func_2_Int32_Byte_ * value, MethodInfo * method)); DO_APP_FUNC(0x00675FE0, UdpPlatformSocket *, UdpSocket_get_PlatformSocket, (UdpSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x02863060, void, UdpSocket__ctor, (UdpSocket * __this, Guid gameId, UdpPlatform * platform, MethodInfo * method)); DO_APP_FUNC(0x02863170, void, UdpSocket__ctor_1, (UdpSocket * __this, Guid gameId, UdpPlatform * targetPlatform, UdpConfig * udpConfig, MethodInfo * method)); DO_APP_FUNC(0x02863F60, void, UdpSocket_Start, (UdpSocket * __this, UdpEndPoint endpoint, ManualResetEvent * resetEvent, UdpSocketMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x028640F0, void, UdpSocket_Close, (UdpSocket * __this, ManualResetEvent * resetEvent, MethodInfo * method)); DO_APP_FUNC(0x02864310, void, UdpSocket_Quit, (UdpSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x02864320, void, UdpSocket_Connect, (UdpSocket * __this, UdpSession * session, Byte__Array * token, MethodInfo * method)); DO_APP_FUNC(0x028644D0, void, UdpSocket_ConnectRandom, (UdpSocket * __this, UdpSessionFilter * sessionFilter, Byte__Array * token, MethodInfo * method)); DO_APP_FUNC(0x02864680, void, UdpSocket_Connect_1, (UdpSocket * __this, UdpEndPoint endpoint, Byte__Array * token, MethodInfo * method)); DO_APP_FUNC(0x02864800, void, UdpSocket_CancelConnect, (UdpSocket * __this, UdpEndPoint endpoint, bool internalOnly, MethodInfo * method)); DO_APP_FUNC(0x02864930, void, UdpSocket_Accept, (UdpSocket * __this, UdpEndPoint endpoint, Object * userObject, Byte__Array * token, MethodInfo * method)); DO_APP_FUNC(0x02864B10, void, UdpSocket_Refuse, (UdpSocket * __this, UdpEndPoint endpoint, Byte__Array * token, MethodInfo * method)); DO_APP_FUNC(0x02864C90, UdpSession__Array *, UdpSocket_GetSessions, (UdpSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x02864CD0, bool, UdpSocket_Poll, (UdpSocket * __this, UdpEvent * ev, MethodInfo * method)); DO_APP_FUNC(0x02864F50, void, UdpSocket_MasterServerDisconnect, (UdpSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x02864FA0, void, UdpSocket_LanBroadcastEnable, (UdpSocket * __this, uint16_t port, MethodInfo * method)); DO_APP_FUNC(0x028650A0, void, UdpSocket_LanBroadcastDisable, (UdpSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x028651A0, void, UdpSocket_SetHostInfo, (UdpSocket * __this, String * name, bool dedicated, Object * tokenObject, Byte__Array * token, MethodInfo * method)); DO_APP_FUNC(0x028653D0, bool, UdpSocket_FindChannel, (UdpSocket * __this, int32_t id, UdpStreamChannel * * channel, MethodInfo * method)); DO_APP_FUNC(0x028654A0, Byte__Array *, UdpSocket_GetSendBuffer, (UdpSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x028654E0, Byte__Array *, UdpSocket_GetRecvBuffer, (UdpSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x02863030, uint32_t, UdpSocket_GetCurrentTime, (UdpSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x02865520, void, UdpSocket_Raise, (UdpSocket * __this, int32_t type, UdpConnection * c, UdpPacket * p, MethodInfo * method)); DO_APP_FUNC(0x02865610, void, UdpSocket_Raise_1, (UdpSocket * __this, UdpEvent ev, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E170, UdpSocket_Raise_1__MethodInfo); DO_APP_FUNC(0x02865D70, bool, UdpSocket_Send, (UdpSocket * __this, UdpEndPoint endpoint, Byte__Array * buffer, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02866060, void, UdpSocket_SendCommand, (UdpSocket * __this, UdpEndPoint endpoint, uint8_t cmd, MethodInfo * method)); DO_APP_FUNC(0x02866110, void, UdpSocket_SendCommand_1, (UdpSocket * __this, UdpEndPoint endpoint, uint8_t cmd, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x02866220, bool, UdpSocket_ChangeState, (UdpSocket * __this, UdpSocketState__Enum from, UdpSocketState__Enum to, MethodInfo * method)); DO_APP_FUNC(0x028663E0, bool, UdpSocket_CheckState, (UdpSocket * __this, UdpSocketState__Enum s, MethodInfo * method)); DO_APP_FUNC(0x02866400, void, UdpSocket_NetworkLoop, (UdpSocket * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E290, UdpSocket_NetworkLoop__MethodInfo); DO_APP_FUNC(0x028665E0, bool, UdpSocket_CreatePhysicalSocket, (UdpSocket * __this, UdpEndPoint ep, UdpSocketState__Enum s, MethodInfo * method)); DO_APP_FUNC(0x02866B30, void, UdpSocket_AcceptConnection, (UdpSocket * __this, UdpEndPoint ep, Object * userToken, Byte__Array * acceptToken, Byte__Array * connectToken, MethodInfo * method)); DO_APP_FUNC(0x028671C0, void, UdpSocket_ProcessTimeouts, (UdpSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x02867340, void, UdpSocket_RecvNetworkData, (UdpSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x028675A0, void, UdpSocket_RecvNetworkPacket, (UdpSocket * __this, UdpEndPoint ep, Byte__Array * buffer, int32_t bytes, MethodInfo * method)); DO_APP_FUNC(0x02867900, void, UdpSocket_RecvStreamUnreliable, (UdpSocket * __this, UdpEndPoint ep, Byte__Array * buffer, int32_t bytes, MethodInfo * method)); DO_APP_FUNC(0x02867A50, void, UdpSocket_RecvCommand, (UdpSocket * __this, UdpEndPoint ep, Byte__Array * buffer, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02867D40, void, UdpSocket_RecvStream, (UdpSocket * __this, UdpEndPoint ep, Byte__Array * buffer, int32_t bytes, MethodInfo * method)); DO_APP_FUNC(0x02867E90, void, UdpSocket_RecvPacket, (UdpSocket * __this, UdpEndPoint ep, Byte__Array * buffer, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02868110, void, UdpSocket_AddPendingConnection, (UdpSocket * __this, UdpEndPoint endpoint, Byte__Array * token, MethodInfo * method)); DO_APP_FUNC(0x02868390, UdpConnection *, UdpSocket_CreateConnection, (UdpSocket * __this, UdpEndPoint endpoint, UdpConnectionMode__Enum connectionMode, Byte__Array * connectToken, MethodInfo * method)); DO_APP_FUNC(0x02868710, bool, UdpSocket_DestroyConnection, (UdpSocket * __this, UdpConnection * cn, MethodInfo * method)); DO_APP_FUNC(0x028688A0, void, UdpSocket_Disconnect, (UdpSocket * __this, UdpEndPoint endPoint, MethodInfo * method)); DO_APP_FUNC(0x028689D0, void, UdpSocket_RecvConnectionCommand_Unconnected, (UdpSocket * __this, UdpEndPoint endpoint, Byte__Array * buffer, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02868BA0, void, UdpSocket_AddConnection, (UdpSocket * __this, UdpEndPoint endpoint, UdpConnection * cn, MethodInfo * method)); DO_APP_FUNC(0x02868CB0, bool, UdpSocket_PollInternal, (UdpSocket * __this, UdpEvent * ev, MethodInfo * method)); DO_APP_FUNC(0x02868F30, void, UdpSocket_ProcessStartEvent, (UdpSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x02869250, void, UdpSocket_ProcessInternalEvents, (UdpSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x02869E30, void, UdpSocket_OnEventStart, (UdpSocket * __this, UdpEvent ev, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E0B8, UdpSocket_OnEventStart__MethodInfo); DO_APP_FUNC(0x0286AA00, void, UdpSocket_OnEventConnect, (UdpSocket * __this, UdpEvent ev, MethodInfo * method)); DO_APP_FUNC(0x0286AA80, void, UdpSocket_OnEventConnectCancel, (UdpSocket * __this, UdpEvent ev, MethodInfo * method)); DO_APP_FUNC(0x0286AE10, void, UdpSocket_OnEventAccept, (UdpSocket * __this, UdpEvent ev, MethodInfo * method)); DO_APP_FUNC(0x0286B050, void, UdpSocket_OnEventRefuse, (UdpSocket * __this, UdpEvent ev, MethodInfo * method)); DO_APP_FUNC(0x0286B180, void, UdpSocket_OnEventDisconnect, (UdpSocket * __this, UdpEvent ev, MethodInfo * method)); DO_APP_FUNC(0x0286B270, void, UdpSocket_OnEventClose, (UdpSocket * __this, UdpEvent ev, MethodInfo * method)); DO_APP_FUNC(0x0286B430, void, UdpSocket_OnEventSend, (UdpSocket * __this, UdpEvent ev, MethodInfo * method)); DO_APP_FUNC(0x0286B6B0, void, UdpSocket_OnEventSessionHostSetInfo, (UdpSocket * __this, UdpEvent ev, MethodInfo * method)); DO_APP_FUNC(0x0286B760, void, UdpSocket_OnEventSessionConnectRandom, (UdpSocket * __this, UdpEvent ev, MethodInfo * method)); DO_APP_FUNC(0x0286BAA0, void, UdpSocket_OnEventSessionConnect, (UdpSocket * __this, UdpEvent ev, MethodInfo * method)); DO_APP_FUNC(0x0286C040, void, UdpSocket_OnEventLanBroadcastEnable, (UdpSocket * __this, UdpEvent ev, MethodInfo * method)); DO_APP_FUNC(0x0286C120, void, UdpSocket_OnEventLanBroadcastDisable, (UdpSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x0286C140, void, UdpSocket_OnEventStreamSetBandwidth, (UdpSocket * __this, UdpEvent ev, MethodInfo * method)); DO_APP_FUNC(0x0286C220, void, UdpSocket_OnEventStreamQueue, (UdpSocket * __this, UdpEvent ev, MethodInfo * method)); DO_APP_FUNC(0x0286C4C0, void, UdpSocket_OnEventStreamCreateChannel, (UdpSocket * __this, UdpEventStreamCreateChannel * ev, MethodInfo * method)); DO_APP_FUNC(0x0286C750, void, UdpSocket_ConnectToEndPoint, (UdpSocket * __this, UdpEndPoint endpoint, Byte__Array * connectToken, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, UdpSocket_get_ShouldDelayPacket, (UdpSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, UdpSocket_get_ShouldDropPacket, (UdpSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x0286C9A0, void, UdpSocket_DelayPacket, (UdpSocket * __this, UdpEndPoint ep, Byte__Array * data, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DE68, UdpSocket_DelayPacket__MethodInfo); DO_APP_FUNC(0x003AC050, void, UdpSocket_RecvDelayedPackets, (UdpSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x0286C9F0, void, UdpSocket_ProcessDataStream, (UdpSocket * __this, uint32_t now, MethodInfo * method)); DO_APP_FUNC(0x0286CAF0, UdpChannelName, UdpSocket_StreamChannelCreate, (UdpSocket * __this, String * name, UdpChannelMode__Enum mode, int32_t priority, MethodInfo * method)); DO_APP_FUNC(0x0286CD10, String *, UdpSocket__Raise_g__Func1_79_0, (MethodInfo * method)); DO_APP_FUNC(0x019E57C0, bool, UdpSocket_Broadcaster_get_IsEnabled, (UdpSocket_Broadcaster * __this, MethodInfo * method)); DO_APP_FUNC(0x0286D0A0, Byte__Array *, UdpSocket_Broadcaster_get_BroadcastSearchMsg, (UdpSocket_Broadcaster * __this, MethodInfo * method)); DO_APP_FUNC(0x0286D190, Byte__Array *, UdpSocket_Broadcaster_get_BroadcastSessionMsg, (UdpSocket_Broadcaster * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, UdpSocket_Broadcaster__ctor, (UdpSocket_Broadcaster * __this, UdpSocket * udpSocket, MethodInfo * method)); DO_APP_FUNC(0x0286D3C0, void, UdpSocket_Broadcaster_Update, (UdpSocket_Broadcaster * __this, uint32_t now, MethodInfo * method)); DO_APP_FUNC(0x0286D530, void, UdpSocket_Broadcaster_Enable, (UdpSocket_Broadcaster * __this, UdpEventLanBroadcastEnable * args, MethodInfo * method)); DO_APP_FUNC(0x0286DA90, void, UdpSocket_Broadcaster_StartReceiveThread, (UdpSocket_Broadcaster * __this, MethodInfo * method)); DO_APP_FUNC(0x0286DCA0, void, UdpSocket_Broadcaster_Disable, (UdpSocket_Broadcaster * __this, MethodInfo * method)); DO_APP_FUNC(0x0286DEE0, void, UdpSocket_Broadcaster_ProcessMessage, (UdpSocket_Broadcaster * __this, IPEndPoint * endpoint, Byte__Array * message, MethodInfo * method)); DO_APP_FUNC(0x0286E3F0, void, UdpSocket_Broadcaster_ProcessBroadcastSession, (UdpSocket_Broadcaster * __this, BroadcastSession * session, MethodInfo * method)); DO_APP_FUNC(0x0286E640, void, UdpSocket_Broadcaster_ProcessBroadcastSearch, (UdpSocket_Broadcaster * __this, BroadcastSearch * search, IPEndPoint * sender, MethodInfo * method)); DO_APP_FUNC(0x0286E800, void, UdpSocket_Broadcaster_Send, (UdpSocket_Broadcaster * __this, Byte__Array * data, IPEndPoint * destination, MethodInfo * method)); DO_APP_FUNC(0x0286E840, void, UdpSocket_Broadcaster__StartReceiveThread_b__18_0, (UdpSocket_Broadcaster * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DD90, UdpSocket_Broadcaster__StartReceiveThread_b__18_0__MethodInfo); DO_APP_FUNC(0x0286EA50, bool, UdpSocket_BroadcastManager_get_IsEnabled, (UdpSocket_BroadcastManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, UdpSocket_BroadcastManager__ctor, (UdpSocket_BroadcastManager * __this, UdpSocket * s, MethodInfo * method)); DO_APP_FUNC(0x0286EA90, void, UdpSocket_BroadcastManager_Update, (UdpSocket_BroadcastManager * __this, uint32_t now, MethodInfo * method)); DO_APP_FUNC(0x0286ED60, void, UdpSocket_BroadcastManager_Enable, (UdpSocket_BroadcastManager * __this, UdpEventLanBroadcastEnable * args, MethodInfo * method)); DO_APP_FUNC(0x0286F590, void, UdpSocket_BroadcastManager_OnBroadcastSearch, (UdpSocket_BroadcastManager * __this, BroadcastSearch * search, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DDA0, UdpSocket_BroadcastManager_OnBroadcastSearch__MethodInfo); DO_APP_FUNC(0x0286F940, void, UdpSocket_BroadcastManager_OnBroadcastSession, (UdpSocket_BroadcastManager * __this, BroadcastSession * session, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DDC0, UdpSocket_BroadcastManager_OnBroadcastSession__MethodInfo); DO_APP_FUNC(0x0286FB90, void, UdpSocket_BroadcastManager_Disable, (UdpSocket_BroadcastManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, UdpSocket *, UdpSocket_SessionManager_get_UdpSocket, (UdpSocket_SessionManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, UdpSocket_SessionManager_set_UdpSocket, (UdpSocket_SessionManager * __this, UdpSocket * value, MethodInfo * method)); DO_APP_FUNC(0x0286FEA0, bool, UdpSocket_SessionManager_get_IsHostWithName, (UdpSocket_SessionManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0286FF20, void, UdpSocket_SessionManager__ctor, (UdpSocket_SessionManager * __this, UdpSocket * udpSocket, MethodInfo * method)); DO_APP_FUNC(0x028701C0, void, UdpSocket_SessionManager_Update, (UdpSocket_SessionManager * __this, uint32_t now, MethodInfo * method)); DO_APP_FUNC(0x02870300, UdpSession *, UdpSocket_SessionManager_GetLocalSession, (UdpSocket_SessionManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02870360, void, UdpSocket_SessionManager_SetHostInfo, (UdpSocket_SessionManager * __this, UdpEventSessionSetHostData * sessionInfo, MethodInfo * method)); DO_APP_FUNC(0x02870540, void, UdpSocket_SessionManager_UpdateSession, (UdpSocket_SessionManager * __this, UdpSession * session, UdpSessionSource__Enum source, MethodInfo * method)); DO_APP_FUNC(0x02870800, void, UdpSocket_SessionManager_SetSessions, (UdpSocket_SessionManager * __this, List_1_UdpKit_UdpSession_ * sessionsList, MethodInfo * method)); DO_APP_FUNC(0x02870AD0, void, UdpSocket_SessionManager_ForgetSessionsAll, (UdpSocket_SessionManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02870B90, void, UdpSocket_SessionManager_ForgetSessions, (UdpSocket_SessionManager * __this, UdpSessionSource__Enum source, MethodInfo * method)); DO_APP_FUNC(0x02870E90, void, UdpSocket_SessionManager_SetWanEndPoint, (UdpSocket_SessionManager * __this, UdpEndPoint endpoint, MethodInfo * method)); DO_APP_FUNC(0x02870EE0, void, UdpSocket_SessionManager_SetLanEndPoint, (UdpSocket_SessionManager * __this, UdpEndPoint endpoint, MethodInfo * method)); DO_APP_FUNC(0x02870F30, void, UdpSocket_SessionManager_SetConnections, (UdpSocket_SessionManager * __this, int32_t current, int32_t max, MethodInfo * method)); DO_APP_FUNC(0x02870F90, void, UdpSocket_SessionManager_RaiseSessionCreatedEvent, (UdpSocket_SessionManager * __this, bool success, UdpSessionError__Enum error, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DD08, UdpSocket_SessionManager_RaiseSessionCreatedEvent__MethodInfo); DO_APP_FUNC(0x02871170, void, UdpSocket_SessionManager_RaiseSessionUpdatedEvent, (UdpSocket_SessionManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpSocket_c_DisplayClass104_0__ctor, (UdpSocket_c_DisplayClass104_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02871340, void, UdpSocket_c_DisplayClass104_0__OnEventStart_g__doneCallback_0, (UdpSocket_c_DisplayClass104_0 * __this, bool result, UdpConnectionDisconnectReason__Enum disconnectReason, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E018, UdpSocket_c_DisplayClass104_0__OnEventStart_g__doneCallback_0__MethodInfo); DO_APP_FUNC(0x02871640, void, UdpSocket_OnEventClose_d_110_MoveNext, (UdpSocket_OnEventClose_d_110 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B6B6D0, void, UdpSocket_OnEventClose_d_110_SetStateMachine, (UdpSocket_OnEventClose_d_110 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpSocket_c_DisplayClass113_0__ctor, (UdpSocket_c_DisplayClass113_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02872250, void, UdpSocket_c_DisplayClass113_0__OnEventSessionConnectRandom_g__handleResult_0, (UdpSocket_c_DisplayClass113_0 * __this, bool result, UdpSessionError__Enum error, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DF18, UdpSocket_c_DisplayClass113_0__OnEventSessionConnectRandom_g__handleResult_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, UdpSocket_c_DisplayClass114_0__ctor, (UdpSocket_c_DisplayClass114_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02872620, void, UdpSocket_c_DisplayClass114_0__OnEventSessionConnect_g__handleResult_0, (UdpSocket_c_DisplayClass114_0 * __this, bool result, UdpSessionError__Enum error, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DFB0, UdpSocket_c_DisplayClass114_0__OnEventSessionConnect_g__handleResult_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, UdpChannelConfig__ctor, (UdpChannelConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x01C4CC30, void, UdpChannelName__ctor, (UdpChannelName * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x011A23D0, void, UdpChannelName__ctor_1, (UdpChannelName * __this, int32_t id, String * name, MethodInfo * method)); DO_APP_FUNC(0x028729B0, String *, UdpChannelName_ToString, (UdpChannelName * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpChannelName_Comparer__ctor, (UdpChannelName_Comparer * __this, MethodInfo * method)); DO_APP_FUNC(0x02872A90, int32_t, UdpChannelName_Comparer_System_Collections_Generic_IComparer_UdpKit_UdpChannelName__Compare, (UdpChannelName_Comparer * __this, UdpChannelName x, UdpChannelName y, MethodInfo * method)); DO_APP_FUNC(0x02872AB0, void, UdpChannelName_Comparer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpChannelName_EqualityComparer__ctor, (UdpChannelName_EqualityComparer * __this, MethodInfo * method)); DO_APP_FUNC(0x02872B60, bool, UdpChannelName_EqualityComparer_System_Collections_Generic_IEqualityComparer_UdpKit_UdpChannelName__Equals, (UdpChannelName_EqualityComparer * __this, UdpChannelName x, UdpChannelName y, MethodInfo * method)); DO_APP_FUNC(0x00ACBD70, int32_t, UdpChannelName_EqualityComparer_System_Collections_Generic_IEqualityComparer_UdpKit_UdpChannelName__GetHashCode, (UdpChannelName_EqualityComparer * __this, UdpChannelName obj, MethodInfo * method)); DO_APP_FUNC(0x02872B70, void, UdpChannelName_EqualityComparer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02872C20, void, UdpChannelStreamer__ctor, (UdpChannelStreamer * __this, UdpConnection * connection, UdpStreamChannel * channel, MethodInfo * method)); DO_APP_FUNC(0x02872F40, void, UdpChannelStreamer_Queue, (UdpChannelStreamer * __this, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x028730A0, void, UdpChannelStreamer_Clear, (UdpChannelStreamer * __this, MethodInfo * method)); DO_APP_FUNC(0x02873430, void, UdpChannelStreamer_OnBlockLost, (UdpChannelStreamer * __this, UdpStreamOp * op, int32_t block, MethodInfo * method)); DO_APP_FUNC(0x02873480, void, UdpChannelStreamer_OnBlockDelivered, (UdpChannelStreamer * __this, UdpStreamOp * op, int32_t block, MethodInfo * method)); DO_APP_FUNC(0x02873530, bool, UdpChannelStreamer_TrySend, (UdpChannelStreamer * __this, MethodInfo * method)); DO_APP_FUNC(0x028736F0, void, UdpChannelStreamer_OnBlockReceived, (UdpChannelStreamer * __this, Byte__Array * buffer, int32_t bytes, int32_t o, MethodInfo * method)); DO_APP_FUNC(0x02873AF0, bool, UdpChannelStreamer_ProcessReceivedBlocks, (UdpChannelStreamer * __this, MethodInfo * method)); DO_APP_FUNC(0x02873E50, void, UdpChannelStreamer_InitOp, (UdpChannelStreamer * __this, UdpStreamOp * op, uint32_t crc, MethodInfo * method)); DO_APP_FUNC(0x02873ED0, bool, UdpChannelStreamer_SendBlock, (UdpChannelStreamer * __this, UdpStreamOp * op, int32_t block, MethodInfo * method)); DO_APP_FUNC(0x02874380, void, UdpChannelStreamer_RecvBlock, (UdpChannelStreamer * __this, UdpStreamOp * op, Byte__Array * buffer, int32_t bytes, int32_t o, MethodInfo * method)); DO_APP_FUNC(0x02874670, void, UdpChannelStreamer_RaiseStreamStarted, (UdpChannelStreamer * __this, UdpStreamOp * op, MethodInfo * method)); DO_APP_FUNC(0x02874890, void, UdpChannelStreamer_RaiseStreamReceived, (UdpChannelStreamer * __this, UdpStreamOp * op, MethodInfo * method)); DO_APP_FUNC(0x02874B90, void, UdpChannelStreamer_RaiseStreamAborted, (UdpChannelStreamer * __this, UdpStreamOp * op, MethodInfo * method)); DO_APP_FUNC(0x02874DB0, void, UdpChannelStreamer_RaiseStreamProgress, (UdpChannelStreamer * __this, UdpStreamOp * op, MethodInfo * method)); DO_APP_FUNC(0x025E5EB0, bool, UdpStreamOp_get_IsDone, (UdpStreamOp * __this, MethodInfo * method)); DO_APP_FUNC(0x02874FE0, int32_t, UdpStreamOp_get_BlocksRemaining, (UdpStreamOp * __this, MethodInfo * method)); DO_APP_FUNC(0x02874FF0, void, UdpStreamOp__ctor, (UdpStreamOp * __this, uint64_t key, UdpChannelName channel, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x028750B0, UdpChannelName, UdpStreamChannel_get_Name, (UdpStreamChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x028750E0, bool, UdpStreamChannel_get_IsUnreliable, (UdpStreamChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x02875100, bool, UdpStreamChannel_get_IsReliable, (UdpStreamChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpStreamChannel__ctor, (UdpStreamChannel * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpStreamData__ctor, (UdpStreamData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpStreamOpBlock__ctor, (UdpStreamOpBlock * __this, MethodInfo * method)); DO_APP_FUNC(0x02875120, UdpByteConverter, UdpByteConverter_op_Implicit, (int16_t val, MethodInfo * method)); DO_APP_FUNC(0x02875120, UdpByteConverter, UdpByteConverter_op_Implicit_1, (uint16_t val, MethodInfo * method)); DO_APP_FUNC(0x02875120, UdpByteConverter, UdpByteConverter_op_Implicit_2, (uint16_t val, MethodInfo * method)); DO_APP_FUNC(0x02875140, UdpByteConverter, UdpByteConverter_op_Implicit_3, (uint32_t val, MethodInfo * method)); DO_APP_FUNC(0x02875140, UdpByteConverter, UdpByteConverter_op_Implicit_4, (int32_t val, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, UdpByteConverter, UdpByteConverter_op_Implicit_5, (uint64_t val, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, UdpByteConverter, UdpByteConverter_op_Implicit_6, (int64_t val, MethodInfo * method)); DO_APP_FUNC(0x02875160, UdpByteConverter, UdpByteConverter_op_Implicit_7, (float val, MethodInfo * method)); DO_APP_FUNC(0x020BEF40, UdpByteConverter, UdpByteConverter_op_Implicit_8, (double val, MethodInfo * method)); DO_APP_FUNC(0x02875180, void, UdpPacketPool__ctor, (UdpPacketPool * __this, UdpSocket * s, MethodInfo * method)); DO_APP_FUNC(0x028752B0, void, UdpPacketPool_Release, (UdpPacketPool * __this, UdpPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x02875480, UdpPacket *, UdpPacketPool_Acquire, (UdpPacketPool * __this, MethodInfo * method)); DO_APP_FUNC(0x02875810, void, UdpPacketPool_Free, (UdpPacketPool * __this, MethodInfo * method)); DO_APP_FUNC(0x028759C0, bool, UdpUtils_HasValue, (String * value, MethodInfo * method)); DO_APP_FUNC(0x02875A00, Byte__Array *, UdpUtils_ReadToken, (Byte__Array * buffer, int32_t size, int32_t tokenStart, MethodInfo * method)); DO_APP_FUNC(0x02875AA0, uint32_t, PrecisionTimer_GetCurrentTime, (MethodInfo * method)); DO_APP_FUNC(0x02875B60, void, PrecisionTimer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Exception *, UdpKitAccessException_GetBaseException, (UdpKitAccessException * __this, MethodInfo * method)); DO_APP_FUNC(0x02875C00, IDictionary *, UdpKitAccessException_get_Data, (UdpKitAccessException * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90540, String *, UdpKitAccessException_get_Source, (UdpKitAccessException * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90550, void, UdpKitAccessException_set_Source, (UdpKitAccessException * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02875C80, String *, UdpKitAccessException_get_StackTrace, (UdpKitAccessException * __this, MethodInfo * method)); DO_APP_FUNC(0x02399A00, String *, UdpKitAccessException_ToString, (UdpKitAccessException * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, String *, UdpKitAccessException_get_HelpLink, (UdpKitAccessException * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F50, void, UdpKitAccessException_set_HelpLink, (UdpKitAccessException * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02875CC0, String *, UdpKitAccessException_get_Message, (UdpKitAccessException * __this, MethodInfo * method)); DO_APP_FUNC(0x02875D00, void, UdpKitAccessException__ctor, (UdpKitAccessException * __this, MethodInfo * method)); DO_APP_FUNC(0x02875D50, ICryptoTransform *, DataEncryptor_get_Decryptor, (DataEncryptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02875E30, ICryptoTransform *, DataEncryptor_get_Encryptor, (DataEncryptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02875F10, Byte__Array *, DataEncryptor_GetEncryptBuffer, (DataEncryptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02875F50, Byte__Array *, DataEncryptor_GetDecryptBuffer, (DataEncryptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02875F90, void, DataEncryptor__ctor, (DataEncryptor * __this, String * aesIV, String * aesKey, MethodInfo * method)); DO_APP_FUNC(0x02876350, int32_t, DataEncryptor_EncryptData, (DataEncryptor * __this, Byte__Array * buffer, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x028763D0, Byte__Array *, DataEncryptor_EncryptDataAlloc, (DataEncryptor * __this, Byte__Array * buffer, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02876420, int32_t, DataEncryptor_DecryptData, (DataEncryptor * __this, Byte__Array * buffer, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x028764A0, Byte__Array *, DataEncryptor_DecryptDataAlloc, (DataEncryptor * __this, Byte__Array * buffer, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x028764F0, int32_t, DataEncryptor_CypherData, (DataEncryptor * __this, Byte__Array * buffer, int32_t length, ICryptoTransform * cryptoTransform, Byte__Array * memoryBuffer, MethodInfo * method)); DO_APP_FUNC(0x02876790, Byte__Array *, DataEncryptor_CypherDataAlloc, (DataEncryptor * __this, Byte__Array * buffer, int32_t length, ICryptoTransform * cryptoTransform, MethodInfo * method)); DO_APP_FUNC(0x028769C0, Aes *, DataEncryptor_BuildAesProvider, (MethodInfo * method)); DO_APP_FUNC(0x02876BC0, Byte__Array *, DataEncryptor_GenerateKey, (MethodInfo * method)); DO_APP_FUNC(0x02876C10, Byte__Array *, DataEncryptor_GenerateIV, (MethodInfo * method)); DO_APP_FUNC(0x02876C60, bool, EncryptionManager_get_Ready, (EncryptionManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02876C80, String *, EncryptionManager_get_AesIV, (EncryptionManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02876D30, String *, EncryptionManager_get_AesKey, (EncryptionManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02876DE0, String *, EncryptionManager_get_HashSecret, (EncryptionManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02876E90, void, EncryptionManager_InitializeEncryption, (EncryptionManager * __this, MethodInfo * method)); DO_APP_FUNC(0x028772C0, void, EncryptionManager_InitializeEncryption_1, (EncryptionManager * __this, String * aesIV, String * aesKey, String * hashSecret, MethodInfo * method)); DO_APP_FUNC(0x028776C0, void, EncryptionManager_DeinitializeEncryption, (EncryptionManager * __this, MethodInfo * method)); DO_APP_FUNC(0x028778A0, int32_t, EncryptionManager_Encrypt, (EncryptionManager * __this, UdpEndPoint endPoint, Byte__Array * buffer, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02877A60, int32_t, EncryptionManager_Decrypt, (EncryptionManager * __this, UdpEndPoint endPoint, Byte__Array * buffer, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02877D70, void, EncryptionManager_RemoveEndPointReference, (EncryptionManager * __this, UdpEndPoint udpEndPoint, MethodInfo * method)); DO_APP_FUNC(0x02877E60, String *, EncryptionManager_Base64Encode, (String * plainText, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x02877FB0, String *, EncryptionManager_Base64Decode, (String * base64EncodedData, Encoding * encoding, MethodInfo * method)); DO_APP_FUNC(0x02876BC0, Byte__Array *, EncryptionManager_GenerateAesKey, (MethodInfo * method)); DO_APP_FUNC(0x02876C10, Byte__Array *, EncryptionManager_GenerateAesIV, (MethodInfo * method)); DO_APP_FUNC(0x028780D0, Byte__Array *, EncryptionManager_GenerateHashSecret, (MethodInfo * method)); DO_APP_FUNC(0x02878170, void, EncryptionManager__ctor, (EncryptionManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, HMACPacketValidator_get_Sha256ByteSize, (HMACPacketValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x028781D0, HMACSHA256 *, HMACPacketValidator_get_Hasher, (HMACPacketValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x028782B0, void, HMACPacketValidator__ctor, (HMACPacketValidator * __this, String * secret, MethodInfo * method)); DO_APP_FUNC(0x028784A0, int32_t, HMACPacketValidator_AppendHashToData, (HMACPacketValidator * __this, Byte__Array * buffer, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x028785A0, bool, HMACPacketValidator_ValidatePacket, (HMACPacketValidator * __this, Byte__Array * buffer, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x028786A0, int32_t, HMACPacketValidator_GetLengthWithoutHash, (HMACPacketValidator * __this, Byte__Array * buffer, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x028786B0, bool, HMACPacketValidator_TestHashes, (HMACPacketValidator * __this, Byte__Array * buffer, Byte__Array * hash, MethodInfo * method)); DO_APP_FUNC(0x028780D0, Byte__Array *, HMACPacketValidator_GenerateSecret, (MethodInfo * method)); DO_APP_FUNC(0x02878710, void, PacketIdValidator__ctor, (PacketIdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x028788D0, int32_t, PacketIdValidator_PrefixPacketId, (PacketIdValidator * __this, UdpEndPoint endPoint, Byte__Array * buffer, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02878A90, int32_t, PacketIdValidator_ValidatePacketId, (PacketIdValidator * __this, UdpEndPoint endPoint, Byte__Array * buffer, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02878C60, void, PacketIdValidator_PrefixIdToBuffer, (PacketIdValidator * __this, uint32_t id, Byte__Array * buffer, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02878CF0, void, PacketIdValidator_Clear, (PacketIdValidator * __this, MethodInfo * method)); DO_APP_FUNC(0x02878D50, void, PacketIdValidator_RemoveEndPointReference, (PacketIdValidator * __this, UdpEndPoint endPoint, MethodInfo * method)); DO_APP_FUNC(0x02878E00, UdpPlatform *, ProtocolClient_get_Platform, (ProtocolClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02878E30, void, ProtocolClient__ctor, (ProtocolClient * __this, UdpPlatformSocket * socket, Guid gameId, Guid peerId, MethodInfo * method)); DO_APP_FUNC(0x02879180, void, ProtocolClient_Update, (ProtocolClient * __this, uint32_t now, MethodInfo * method)); DO_APP_FUNC(0x02879480, void, ProtocolClient_RemoveQueryAt, (ProtocolClient * __this, int32_t * i, MethodInfo * method)); DO_APP_FUNC(0x028794E0, bool, ProtocolClient_GetValidCallback, (ProtocolClient * __this, Query * qry, ProtocolClient_AckCallback * callback, MethodInfo * method)); DO_APP_FUNC(0x028797C0, bool, ProtocolClient_GetValidHandler, (ProtocolClient * __this, Message * msg, ProtocolClient_MsgHandler * handler, MethodInfo * method)); DO_APP_FUNC(0x02879A90, void, ProtocolClient_Recv, (ProtocolClient * __this, UdpEndPoint endpoint, Byte__Array * buffer, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x02879D50, void, ProtocolClient_Send, (ProtocolClient * __this, Message * msg, UdpEndPoint endpoint, MethodInfo * method)); DO_APP_FUNC(0x0287A120, void, ProtocolClient_QueryResult, (ProtocolClient * __this, Result * result, MethodInfo * method)); DO_APP_FUNC(0x0287A2F0, void, ProtocolClient_QueryFilter, (ProtocolClient * __this, Type * t, UdpEndPoint endpoint, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, ProtocolClient *, ProtocolService_get_Client, (ProtocolService * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, uint32_t, ProtocolService_get_SendTime, (ProtocolService * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, ProtocolService_set_SendTime, (ProtocolService * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ProtocolService__ctor, (ProtocolService * __this, ProtocolClient * p, MethodInfo * method)); DO_APP_FUNC(0x0287A540, void, ProtocolService_Send, (ProtocolService * __this, UdpEndPoint endpoint, Message * msg, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, UdpSocket *, UdpPlatform_get_udpSocket, (UdpPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, UdpPlatform_set_udpSocket, (UdpPlatform * __this, UdpSocket * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, UdpPlatform_get_Token, (UdpPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, UdpPlatform_set_Token, (UdpPlatform * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, UdpPlatform_get_IsNull, (UdpPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, UdpPlatform_get_SessionListProvidedExternally, (UdpPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, UdpPlatform_get_ShutdownOnConnectFailure, (UdpPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, UdpPlatform_get_SupportsBroadcast, (UdpPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, UdpPlatform_get_SupportsMasterServer, (UdpPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x0287A5F0, float, UdpPlatform_get_SessionListUpdateRate, (UdpPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, UdpPlatform_get_SkipWanCheck, (UdpPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x0287A600, Dictionary_2_System_String_System_Object_ *, UdpPlatform_GetPlatformMetadata, (UdpPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, UdpSession *, UdpPlatform_GetCurrentSession, (UdpPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, UdpPlatform_SessionListHasChanged, (UdpPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x0287A680, List_1_UdpKit_UdpSession_ *, UdpPlatform_GetSessionList, (UdpPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, UdpPlatform_HandleSetHostInfo, (UdpPlatform * __this, UdpSession * session, Action_2_Boolean_UdpKit_UdpSessionError_ * result, MethodInfo * method)); DO_APP_FUNC(0x0287A6F0, bool, UdpPlatform_HandleConnectToSession, (UdpPlatform * __this, UdpSession * session, Object * protocolToken, Action_2_Boolean_UdpKit_UdpSessionError_ * result, MethodInfo * method)); DO_APP_FUNC(0x0287A6F0, bool, UdpPlatform_HandleConnectToRandomSession, (UdpPlatform * __this, UdpSessionFilter * sessionFilter, Object * protocolToken, Action_2_Boolean_UdpKit_UdpSessionError_ * result, MethodInfo * method)); DO_APP_FUNC(0x0287A720, UdpSession *, UdpPlatform_BuildSession, (UdpPlatform * __this, String * id, MethodInfo * method)); DO_APP_FUNC(0x0287A7C0, UdpIPv4Address, UdpPlatform_GetBroadcastAddress, (UdpPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x0287A820, List_1_UdpKit_UdpEndPoint_ *, UdpPlatform_ResolveHostAddresses, (UdpPlatform * __this, int32_t port, bool ipv6, MethodInfo * method)); DO_APP_FUNC(0x0287A990, UdpPlatformSocket *, UdpPlatform_CreateBroadcastSocket, (UdpPlatform * __this, UdpEndPoint endpoint, bool bind, MethodInfo * method)); DO_APP_FUNC(0x0287AA50, UdpPlatformSocket *, UdpPlatform_CreateSocket, (UdpPlatform * __this, UdpEndPoint endpoint, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpPlatform_OnStartBegin, (UdpPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x0287AAF0, void, UdpPlatform_OnStartDone, (UdpPlatform * __this, UdpEndPoint localEndPoint, Action_2_Boolean_UdpKit_UdpConnectionDisconnectReason_ * doneCallback, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpPlatform_OnStartupFailed, (UdpPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x0287AB20, Task *, UdpPlatform_OnShutdown, (UdpPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x0287ABC0, void, UdpPlatform_OnConnect, (UdpPlatform * __this, UdpConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpPlatform_OnInternalEvent, (UdpPlatform * __this, UdpEvent evt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpPlatform_Configure, (UdpPlatform * __this, UdpConfig * config, MethodInfo * method)); DO_APP_FUNC(0x01ABD8C0, String *, UdpPlatform_ToString, (UdpPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpPlatform__ctor, (UdpPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, UdpPlatformInterface_get_Token, (UdpPlatformInterface * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, UdpPlatformInterface_set_Token, (UdpPlatformInterface * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpPlatformInterface__ctor, (UdpPlatformInterface * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, UdpPlatformSocket_get_Token, (UdpPlatformSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, UdpPlatformSocket_set_Token, (UdpPlatformSocket * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0287ABE0, int32_t, UdpPlatformSocket_SendTo, (UdpPlatformSocket * __this, Byte__Array * buffer, UdpEndPoint endpoint, MethodInfo * method)); DO_APP_FUNC(0x0287AC40, int32_t, UdpPlatformSocket_RecvFrom, (UdpPlatformSocket * __this, Byte__Array * buffer, UdpEndPoint * endpoint, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpPlatformSocket__ctor, (UdpPlatformSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x022B94A0, bool, Task_2_get_IsRunning, (Task_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0287AC80, String *, Task_2_get_Name, (Task_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0287AD70, void, Task_2__ctor, (Task_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0287AFF0, void, Task_2_Run, (Task_2 * __this, Action * callback, MethodInfo * method)); DO_APP_FUNC(0x0287B1A0, void, Task_2_Abort, (Task_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0287B1D0, void, Task_2_ForceAbort, (Task_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0287B230, void, Task_2_Runner, (Task_2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D620, Task_2_Runner__MethodInfo); DO_APP_FUNC(0x0287B3D0, void, ThreadManager__ctor, (ThreadManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0287B4D0, void, ThreadManager_Clear, (MethodInfo * method)); DO_APP_FUNC(0x0287B670, String *, ThreadManager_GetInfo, (MethodInfo * method)); DO_APP_FUNC(0x0287B940, void, ThreadManager_Start, (Action * run, MethodInfo * method)); DO_APP_FUNC(0x0287B970, Task_2 *, ThreadManager_FindTask, (MethodInfo * method)); DO_APP_FUNC(0x0287BB70, void, ThreadManager_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ThreadManager_c__ctor, (ThreadManager_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0287BC20, bool, ThreadManager_c__GetInfo_b__3_0, (ThreadManager_c * __this, Task_2 * thr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D548, ThreadManager_c__GetInfo_b__3_0__MethodInfo); DO_APP_FUNC(0x00B85800, void, TVECustomRenderData_OnEnable, (TVECustomRenderData * __this, MethodInfo * method)); DO_APP_FUNC(0x00B85810, void, TVECustomRenderData_OnDisable, (TVECustomRenderData * __this, MethodInfo * method)); DO_APP_FUNC(0x00B85810, void, TVECustomRenderData_OnDestroy, (TVECustomRenderData * __this, MethodInfo * method)); DO_APP_FUNC(0x00B85820, void, TVECustomRenderData_Update, (TVECustomRenderData * __this, MethodInfo * method)); DO_APP_FUNC(0x00B85900, void, TVECustomRenderData_InitRenderData, (TVECustomRenderData * __this, MethodInfo * method)); DO_APP_FUNC(0x00B85CE0, void, TVECustomRenderData_AddRenderDataToVolume, (TVECustomRenderData * __this, MethodInfo * method)); DO_APP_FUNC(0x00B85F40, void, TVECustomRenderData_RemoveRenderDataFromVolume, (TVECustomRenderData * __this, MethodInfo * method)); DO_APP_FUNC(0x00B86120, void, TVECustomRenderData__ctor, (TVECustomRenderData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TVEConstants__ctor, (TVEConstants * __this, MethodInfo * method)); DO_APP_FUNC(0x00B86210, void, TVEElementMaterialData__ctor, (TVEElementMaterialData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TVEElementPropertyData__ctor, (TVEElementPropertyData * __this, MethodInfo * method)); DO_APP_FUNC(0x00B862A0, void, TVEInstanced__ctor, (TVEInstanced * __this, MethodInfo * method)); DO_APP_FUNC(0x00B864D0, void, TVEVolumeData__ctor, (TVEVolumeData * __this, MethodInfo * method)); DO_APP_FUNC(0x00B864F0, void, TVERenderData__ctor, (TVERenderData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TVEMeshData__ctor, (TVEMeshData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TVEModelData__ctor, (TVEModelData * __this, MethodInfo * method)); DO_APP_FUNC(0x00B86630, void, TVETerrainSettings__ctor, (TVETerrainSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00B86700, void, TVETerrainLayerSettings__ctor, (TVETerrainLayerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00B86830, void, TVEElement_OnEnable, (TVEElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00B87070, void, TVEElement_OnDestroy, (TVEElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00B87070, void, TVEElement_OnDisable, (TVEElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00B87080, void, TVEElement_Update, (TVEElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00B871D0, void, TVEElement_UpdateElement, (TVEElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00B878D0, void, TVEElement_UpdateFading, (TVEElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00B87F60, void, TVEElement_AddElementToVolume, (TVEElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00B886E0, void, TVEElement_SetElementVisibility, (TVEElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00B88860, void, TVEElement_LoadMaterialData, (TVEElement * __this, Material * material, MethodInfo * method)); DO_APP_FUNC(0x00B88B50, void, TVEElement_GetMaterialParameters, (TVEElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00B88D30, float, TVEElement_GetRacastFading, (TVEElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00B89020, void, TVEElement_OnDrawGizmosSelected, (TVEElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00B89030, void, TVEElement_OnDrawGizmos, (TVEElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00B89040, void, TVEElement_DrawGizmos, (TVEElement * __this, bool selected, MethodInfo * method)); DO_APP_FUNC(0x00B89790, void, TVEElement__ctor, (TVEElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00B89830, void, TVEGlobalControl_Start, (TVEGlobalControl * __this, MethodInfo * method)); DO_APP_FUNC(0x00B89FE0, void, TVEGlobalControl_Update, (TVEGlobalControl * __this, MethodInfo * method)); DO_APP_FUNC(0x00B89FF0, void, TVEGlobalControl_SetGlobalShaderProperties, (TVEGlobalControl * __this, MethodInfo * method)); DO_APP_FUNC(0x00B8AB10, void, TVEGlobalControl_SetGlobalLightingMainLight, (TVEGlobalControl * __this, MethodInfo * method)); DO_APP_FUNC(0x00B8AC70, void, TVEGlobalControl__ctor, (TVEGlobalControl * __this, MethodInfo * method)); DO_APP_FUNC(0x00B8AD50, void, TVEGlobalDetails_Start, (TVEGlobalDetails * __this, MethodInfo * method)); DO_APP_FUNC(0x00B8AEE0, void, TVEGlobalDetails_SetGlobalShaderProperties, (TVEGlobalDetails * __this, MethodInfo * method)); DO_APP_FUNC(0x00B8B280, void, TVEGlobalDetails__ctor, (TVEGlobalDetails * __this, MethodInfo * method)); DO_APP_FUNC(0x00B8B360, void, TVEGlobalMotion_Start, (TVEGlobalMotion * __this, MethodInfo * method)); DO_APP_FUNC(0x00B8B7F0, void, TVEGlobalMotion_Update, (TVEGlobalMotion * __this, MethodInfo * method)); DO_APP_FUNC(0x00B8BB20, void, TVEGlobalMotion_SetGlobalShaderProperties, (TVEGlobalMotion * __this, MethodInfo * method)); DO_APP_FUNC(0x00B8BE20, void, TVEGlobalMotion__ctor, (TVEGlobalMotion * __this, MethodInfo * method)); DO_APP_FUNC(0x00B8BE90, void, TVEGlobalVolume_OnEnable, (TVEGlobalVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x00B8C070, void, TVEGlobalVolume_OnDisable, (TVEGlobalVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x00B8C070, void, TVEGlobalVolume_OnDestroy, (TVEGlobalVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x00B8C080, void, TVEGlobalVolume_LateUpdate, (TVEGlobalVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x00B8C3A0, void, TVEGlobalVolume_InitVolumeRendering, (TVEGlobalVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x00B8CA40, void, TVEGlobalVolume_UpdateVolumeRendering, (TVEGlobalVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x00B8CDA0, void, TVEGlobalVolume_DisableVolumeRendering, (TVEGlobalVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x00B8D210, void, TVEGlobalVolume_InitRenderData, (TVEGlobalVolume * __this, TVERenderData * renderData, String * rendererName, String * materialTag, MethodInfo * method)); DO_APP_FUNC(0x00B8D6E0, void, TVEGlobalVolume_UpdateRenderData, (TVEGlobalVolume * __this, TVERenderData * renderData, TVEVolumeData * volumeData, MethodInfo * method)); DO_APP_FUNC(0x00B8D7A0, void, TVEGlobalVolume_CreateRenderBuffers, (TVEGlobalVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x00B8D860, void, TVEGlobalVolume_CreateRenderBuffer, (TVEGlobalVolume * __this, TVERenderData * renderData, MethodInfo * method)); DO_APP_FUNC(0x00B8E170, void, TVEGlobalVolume_UpdateRenderBuffers, (TVEGlobalVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x00B8ECE0, void, TVEGlobalVolume_ExecuteRenderBuffers, (TVEGlobalVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x00B8F710, void, TVEGlobalVolume_DestroyRenderBuffers, (TVEGlobalVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x00B8F910, void, TVEGlobalVolume_SetGlobalShaderParameters, (TVEGlobalVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x00B8F960, void, TVEGlobalVolume_MarkSortDirty, (TVEGlobalVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x00B8F970, void, TVEGlobalVolume_SortElementObjects, (TVEGlobalVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x00B8FB00, void, TVEGlobalVolume_SetElementsVisibility, (TVEGlobalVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x00B8FB60, void, TVEGlobalVolume_EnableElementsVisibility, (TVEGlobalVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x00B8FD10, void, TVEGlobalVolume_DisableElementsVisibility, (TVEGlobalVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x00B8FEC0, void, TVEGlobalVolume__ctor, (TVEGlobalVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x00B905D0, void, TVEGlobalVolume_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TVEGlobalVolume_c__ctor, (TVEGlobalVolume_c * __this, MethodInfo * method)); DO_APP_FUNC(0x00B90680, int32_t, TVEGlobalVolume_c__SortElementObjects_b__45_0, (TVEGlobalVolume_c * __this, TVEElement * e1, TVEElement * e2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94BA0, TVEGlobalVolume_c__SortElementObjects_b__45_0__MethodInfo); DO_APP_FUNC(0x00B90B00, void, TVEManager_Awake, (TVEManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00B90B10, void, TVEManager_OnEnable, (TVEManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00B90B20, void, TVEManager_OnDisable, (TVEManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00B90B20, void, TVEManager_OnDestroy, (TVEManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00B90B30, void, TVEManager_Update, (TVEManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00B90C10, void, TVEManager_CreateComponents, (TVEManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00B91690, void, TVEManager_SetParent, (TVEManager * __this, GameObject * go, MethodInfo * method)); DO_APP_FUNC(0x00B91A20, void, TVEManager_EnableManager, (TVEManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00B91DC0, void, TVEManager_DisableManager, (TVEManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, TVEManager__ctor, (TVEManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, TVEPrefab__ctor, (TVEPrefab * __this, MethodInfo * method)); DO_APP_FUNC(0x00B91EC0, void, TVEScene_OnEnable, (TVEScene * __this, MethodInfo * method)); DO_APP_FUNC(0x00B92530, void, TVEScene__ctor, (TVEScene * __this, MethodInfo * method)); DO_APP_FUNC(0x00B92590, void, TVETerrain_OnEnable, (TVETerrain * __this, MethodInfo * method)); DO_APP_FUNC(0x00B925A0, void, TVETerrain_Start, (TVETerrain * __this, MethodInfo * method)); DO_APP_FUNC(0x00B925B0, void, TVETerrain_InitializeTerrain, (TVETerrain * __this, MethodInfo * method)); DO_APP_FUNC(0x00B927C0, void, TVETerrain_UpdateTerrainSettings, (TVETerrain * __this, MethodInfo * method)); DO_APP_FUNC(0x00B94290, void, TVETerrain_CopyLayerSettings, (TVETerrain * __this, MaterialPropertyBlock * materialPropertyBlock, TerrainLayer * layer, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x00B94D00, void, TVETerrain__ctor, (TVETerrain * __this, MethodInfo * method)); DO_APP_FUNC(0x00B94EB0, void, TVEUtils_SetMaterialSettings, (Material * material, MethodInfo * method)); DO_APP_FUNC(0x00B9A150, void, TVEUtils_SetElementSettings, (Material * material, MethodInfo * method)); DO_APP_FUNC(0x00B9AB80, GameObject *, TVEUtils_CreateElement, (Vector3 localPosition, Quaternion localRotation, Vector3 localScale, Transform * parent, Material * material, bool customMaterial, MethodInfo * method)); DO_APP_FUNC(0x00B9B120, GameObject *, TVEUtils_CreateElement_1, (Vector3 localPosition, Quaternion localRotation, Vector3 localScale, Transform * parent, Material * material, MethodInfo * method)); DO_APP_FUNC(0x00B9B190, GameObject *, TVEUtils_CreateElement_2, (Terrain * terrain, Material * material, bool customMaterial, MethodInfo * method)); DO_APP_FUNC(0x00B9B8B0, GameObject *, TVEUtils_CreateElement_3, (Terrain * terrain, Material * material, MethodInfo * method)); DO_APP_FUNC(0x00B9B8C0, GameObject *, TVEUtils_CreateElement_4, (GameObject * gameObject, Material * material, bool customMaterial, MethodInfo * method)); DO_APP_FUNC(0x00B9BA60, GameObject *, TVEUtils_CreateElement_5, (GameObject * gameObject, Material * material, MethodInfo * method)); DO_APP_FUNC(0x00B9BB70, void, TVEUtils_CopyTerrainDataToElement, (Terrain * terrain, TVETerrainDataMode__Enum terrainMask, Material * material, MethodInfo * method)); DO_APP_FUNC(0x00B9C590, Mesh *, TVEUtils_CreatePackedMesh, (TVEModelData * meshData, MethodInfo * method)); DO_APP_FUNC(0x00B9D8E0, Mesh *, TVEUtils_CombinePackedMeshes, (List_1_UnityEngine_GameObject_ * gameObjects, bool mergeSubMeshes, bool usePrebakedPivots, MethodInfo * method)); DO_APP_FUNC(0x00B9E170, Mesh *, TVEUtils_CombinePackedMeshes_1, (List_1_UnityEngine_GameObject_ * gameObjects, bool mergeSubMeshes, MethodInfo * method)); DO_APP_FUNC(0x00B9E180, Mesh *, TVEUtils_CombineColliderMeshes, (List_1_UnityEngine_GameObject_ * gameObjects, MethodInfo * method)); DO_APP_FUNC(0x00B9E610, List_1_UnityEngine_Mesh_ *, TVEUtils_SplitPackedMesh, (Mesh * mesh, MethodInfo * method)); DO_APP_FUNC(0x00B9E780, Mesh *, TVEUtils_GetSubmesh, (Mesh * mesh, int32_t submeshIndex, MethodInfo * method)); DO_APP_FUNC(0x00B9FA80, float, TVEUtils_MathRemap, (float value, float low1, float high1, float low2, float high2, MethodInfo * method)); DO_APP_FUNC(0x00B9FAA0, float, TVEUtils_MathVector2ToFloat, (float x, float y, MethodInfo * method)); DO_APP_FUNC(0x00B9FB00, Vector2, TVEUtils_MathFloatFromVector2, (float input, MethodInfo * method)); DO_APP_FUNC(0x00B9FB60, Color, TVEUtils_GetGlobalTextureData, (Vector3 position, int32_t layer, TVERenderData * renderData, Texture2DArray * texture2DArray, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TVEUtils__ctor, (TVEUtils * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, TVEVolume__ctor, (TVEVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x01CEE520, void, ColliderDisabler_Awake, (ColliderDisabler * __this, MethodInfo * method)); DO_APP_FUNC(0x01CEE5D0, void, ColliderDisabler_OnTriggerEnter, (ColliderDisabler * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01CEE8B0, void, ColliderDisabler_OnTriggerExit, (ColliderDisabler * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ColliderDisabler__ctor, (ColliderDisabler * __this, MethodInfo * method)); DO_APP_FUNC(0x01CEEB90, void, DamageZone_OnTriggerEnter, (DamageZone * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01CEEFF0, void, DamageZone_Damage, (DamageZone * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3038, DamageZone_Damage__MethodInfo); DO_APP_FUNC(0x01CEF300, void, DamageZone_OnTriggerExit, (DamageZone * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01CEF600, void, DamageZone_OnDrawGizmos, (DamageZone * __this, MethodInfo * method)); DO_APP_FUNC(0x01CEF9F0, void, DamageZone__ctor, (DamageZone * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, GameObject *, DemoManager_get_Character, (DemoManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, DemoManager_get_FreeRoam, (DemoManager * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, DemoManager_set_FreeRoam, (DemoManager * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, GameObject *, DemoManager_get_PerspectiveSelection, (DemoManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, DemoManager_set_PerspectiveSelection, (DemoManager * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, DemoManager_DemoZone__Array *, DemoManager_get_DemoZones, (DemoManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01CEFA50, void, DemoManager_Awake, (DemoManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF0340, void, DemoManager_Start, (DemoManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF0370, void, DemoManager_InitializeCharacter, (DemoManager * __this, GameObject * character, bool selectStartingPerspective, bool teleport, MethodInfo * method)); DO_APP_FUNC(0x01CF0F20, void, DemoManager_Update, (DemoManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF0FB0, void, DemoManager_RegisterDoor, (DemoManager * __this, Door * door, MethodInfo * method)); DO_APP_FUNC(0x01CF1050, void, DemoManager_EnteredTriggerZone, (DemoManager * __this, DemoZoneTrigger * demoZoneTrigger, GameObject * other, MethodInfo * method)); DO_APP_FUNC(0x01CF1470, void, DemoManager_ActivateDemoZone, (DemoManager * __this, DemoManager_DemoZone * demoZone, bool teleport, MethodInfo * method)); DO_APP_FUNC(0x01CF1C70, void, DemoManager_ExitedTriggerZone, (DemoManager * __this, DemoZoneTrigger * demoZoneTrigger, MethodInfo * method)); DO_APP_FUNC(0x01CF1FE0, void, DemoManager_Teleport, (DemoManager * __this, bool next, MethodInfo * method)); DO_APP_FUNC(0x01CF20D0, void, DemoManager_SelectStartingPerspective, (DemoManager * __this, bool firstPersonPerspective, MethodInfo * method)); DO_APP_FUNC(0x01CF20E0, void, DemoManager_SelectStartingPerspective_1, (DemoManager * __this, bool firstPersonPerspective, bool teleport, MethodInfo * method)); DO_APP_FUNC(0x01CF2460, String *, DemoManager_GetViewTypeFullName, (DemoManager * __this, bool firstPersonPerspective, MethodInfo * method)); DO_APP_FUNC(0x01CF24C0, void, DemoManager_ShowText, (DemoManager * __this, String * header, String * description, String * action, MethodInfo * method)); DO_APP_FUNC(0x01CF2840, void, DemoManager__ctor, (DemoManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, DemoManager_DemoZone_get_Header, (DemoManager_DemoZone * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, DemoManager_DemoZone_get_Description, (DemoManager_DemoZone * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, DemoManager_DemoZone_get_Action, (DemoManager_DemoZone * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, DemoZoneTrigger *, DemoManager_DemoZone_get_DemoZoneTrigger, (DemoManager_DemoZone * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, MonoBehaviour__Array *, DemoManager_DemoZone_get_EnableObjects, (DemoManager_DemoZone * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, GameObject__Array *, DemoManager_DemoZone_get_ToggleObjects, (DemoManager_DemoZone * __this, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int32_t, DemoManager_DemoZone_get_Index, (DemoManager_DemoZone * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF2AC0, void, DemoManager_DemoZone_Initialize, (DemoManager_DemoZone * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DemoManager_DemoZone__ctor, (DemoManager_DemoZone * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF2CF0, void, DemoZoneTrigger_Awake, (DemoZoneTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF2D80, void, DemoZoneTrigger_OnTriggerEnter, (DemoZoneTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01CF31D0, void, DemoZoneTrigger_OnTriggerExit, (DemoZoneTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, DemoZoneTrigger__ctor, (DemoZoneTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF3610, void, DestroyOnStart_Start, (DestroyOnStart * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, DestroyOnStart__ctor, (DestroyOnStart * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF36B0, void, DoorOpener_OnTriggerEnter, (DoorOpener * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, DoorOpener__ctor, (DoorOpener * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF3B10, void, FlashlightCave_Awake, (FlashlightCave * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF3D10, void, FlashlightCave_FlashlightEquippedUnequipped, (FlashlightCave * __this, bool equipped, MethodInfo * method)); DO_APP_FUNC(0x01CF3D80, void, FlashlightCave_OnEquipItem, (FlashlightCave * __this, Item * item, int32_t slotID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2E98, FlashlightCave_OnEquipItem__MethodInfo); DO_APP_FUNC(0x01CF3F20, void, FlashlightCave_OnUnequipItem, (FlashlightCave * __this, Item * item, int32_t slotID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2F18, FlashlightCave_OnUnequipItem__MethodInfo); DO_APP_FUNC(0x01CF40C0, void, FlashlightCave_OnDestroy, (FlashlightCave * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, FlashlightCave__ctor, (FlashlightCave * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF4220, void, HeadshotIndicator_Awake, (HeadshotIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF4510, void, HeadshotIndicator_OnDamage, (HeadshotIndicator * __this, float amount, Vector3 position, Vector3 force, GameObject * attacker, Collider * hitCollider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2EE8, HeadshotIndicator_OnDamage__MethodInfo); DO_APP_FUNC(0x01CF49C0, void, HeadshotIndicator_UpdateTextColor, (HeadshotIndicator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2EE0, HeadshotIndicator_UpdateTextColor__MethodInfo); DO_APP_FUNC(0x01CF4D50, void, HeadshotIndicator_OnDestroy, (HeadshotIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF4E40, void, HeadshotIndicator__ctor, (HeadshotIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF4ED0, void, InteractRoomReset_OnTriggerExit, (InteractRoomReset * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01CF50B0, void, InteractRoomReset_ResetInteractObjects, (InteractRoomReset * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, InteractRoomReset__ctor, (InteractRoomReset * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF5180, void, LightmapChecker_Start, (LightmapChecker * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, LightmapChecker__ctor, (LightmapChecker * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF5350, void, MovementTypeSwitcher_Awake, (MovementTypeSwitcher * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF5730, void, MovementTypeSwitcher_Update, (MovementTypeSwitcher * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF58D0, void, MovementTypeSwitcher_UpdateMovementType, (MovementTypeSwitcher * __this, bool firstPersonPerspective, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01CF59F0, void, MovementTypeSwitcher_OnChangePerspectives, (MovementTypeSwitcher * __this, bool firstPersonPerspective, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2E28, MovementTypeSwitcher_OnChangePerspectives__MethodInfo); DO_APP_FUNC(0x01CF5AE0, void, MovementTypeSwitcher_UpdateStates, (MovementTypeSwitcher * __this, bool firstPersonPerspective, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2E70, MovementTypeSwitcher_UpdateStates__MethodInfo); DO_APP_FUNC(0x01CF5C00, void, MovementTypeSwitcher_OnDestroy, (MovementTypeSwitcher * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF5DC0, void, MovementTypeSwitcher__ctor, (MovementTypeSwitcher * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF61A0, void, PerspectiveSwitchZone_OnTriggerEnter, (PerspectiveSwitchZone * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, PerspectiveSwitchZone__ctor, (PerspectiveSwitchZone * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF64A0, void, RideDisabler_Awake, (RideDisabler * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF66C0, void, RideDisabler_OnAbilityActive, (RideDisabler * __this, Ability * ability, bool active, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2D70, RideDisabler_OnAbilityActive__MethodInfo); DO_APP_FUNC(0x01CF6880, void, RideDisabler_OnCharacterChangeMovingPlatforms, (RideDisabler * __this, Transform * movingPlatform, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2D68, RideDisabler_OnCharacterChangeMovingPlatforms__MethodInfo); DO_APP_FUNC(0x01CF6A40, void, RideDisabler_OnTriggerEnter, (RideDisabler * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01CF6E40, void, RideDisabler_OnTriggerExit, (RideDisabler * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01CF7270, void, RideDisabler_OnDestroy, (RideDisabler * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, RideDisabler__ctor, (RideDisabler * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF73F0, void, TimeAdjuster_Awake, (TimeAdjuster * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF7850, void, TimeAdjuster_Update, (TimeAdjuster * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF7CF0, void, TimeAdjuster_OnTriggerEnter, (TimeAdjuster * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01CF81E0, void, TimeAdjuster_UpdateTimeScale, (TimeAdjuster * __this, bool activate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2DB8, TimeAdjuster_UpdateTimeScale__MethodInfo); DO_APP_FUNC(0x01CF8420, void, TimeAdjuster__ctor, (TimeAdjuster * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF8480, void, TriggerAdjustor_Awake, (TriggerAdjustor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF8660, void, TriggerAdjustor_OnTriggerEnter, (TriggerAdjustor * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01CF8B30, void, TriggerAdjustor_AdjustBoxCollider, (TriggerAdjustor * __this, BoxCollider * boxCollider, Vector3 adjustment, MethodInfo * method)); DO_APP_FUNC(0x01CF8C40, void, TriggerAdjustor_OnTriggerExit, (TriggerAdjustor * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x00BC2C20, void, TriggerAdjustor__ctor, (TriggerAdjustor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF9000, void, TriggerAdjustor__OnTriggerEnter_b__7_0, (TriggerAdjustor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2CB8, TriggerAdjustor__OnTriggerEnter_b__7_0__MethodInfo); DO_APP_FUNC(0x01CF9010, void, CharacterStatusMonitor_Start, (CharacterStatusMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF92D0, String *, CharacterStatusMonitor_GetPerspectiveText, (CharacterStatusMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF9340, String *, CharacterStatusMonitor_GetMovementTypeText, (CharacterStatusMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF9430, void, CharacterStatusMonitor_OnMovementTypeChanged, (CharacterStatusMonitor * __this, MovementType * movementType, bool activated, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2CA8, CharacterStatusMonitor_OnMovementTypeChanged__MethodInfo); DO_APP_FUNC(0x01CF95A0, void, CharacterStatusMonitor_OnDestroy, (CharacterStatusMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, CharacterStatusMonitor__ctor, (CharacterStatusMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF97B0, void, FirstPersonSpringZone_Awake, (FirstPersonSpringZone * __this, MethodInfo * method)); DO_APP_FUNC(0x01CF9D20, void, FirstPersonSpringZone_ChangeSpringType, (FirstPersonSpringZone * __this, int32_t type, MethodInfo * method)); DO_APP_FUNC(0x01CF9D30, void, FirstPersonSpringZone_ChangeSpringType_1, (FirstPersonSpringZone * __this, FirstPersonSpringZone_SpringType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x01CFA290, void, FirstPersonSpringZone_EnableSpringState, (FirstPersonSpringZone * __this, bool characterChange, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2CD8, FirstPersonSpringZone_EnableSpringState__MethodInfo); DO_APP_FUNC(0x01CFA4C0, void, FirstPersonSpringZone_CharacterEnter, (FirstPersonSpringZone * __this, UltimateCharacterLocomotion * characterLocomotion, MethodInfo * method)); DO_APP_FUNC(0x01CFAA70, void, FirstPersonSpringZone_CharacterExit, (FirstPersonSpringZone * __this, UltimateCharacterLocomotion * characterLocomotion, MethodInfo * method)); DO_APP_FUNC(0x01CFAFD0, void, FirstPersonSpringZone__ctor, (FirstPersonSpringZone * __this, MethodInfo * method)); DO_APP_FUNC(0x01CFB020, void, MagicZone_Start, (MagicZone * __this, MethodInfo * method)); DO_APP_FUNC(0x01CFB3A0, void, MagicZone_CharacterEnter, (MagicZone * __this, UltimateCharacterLocomotion * characterLocomotion, MethodInfo * method)); DO_APP_FUNC(0x01CFB430, void, MagicZone_ChangeMagicItem, (MagicZone * __this, int32_t itemIndex, MethodInfo * method)); DO_APP_FUNC(0x01CFBA30, void, MagicZone_CharacterExit, (MagicZone * __this, UltimateCharacterLocomotion * characterLocomotion, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, MagicZone__ctor, (MagicZone * __this, MethodInfo * method)); DO_APP_FUNC(0x01CFBC00, void, MouseSmoothingZone_ChangeSmoothingType, (MouseSmoothingZone * __this, int32_t type, MethodInfo * method)); DO_APP_FUNC(0x01CFBC10, void, MouseSmoothingZone_ChangeInputType, (MouseSmoothingZone * __this, MouseSmoothingZone_SmoothingType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x01CFBF20, void, MouseSmoothingZone_CharacterEnter, (MouseSmoothingZone * __this, UltimateCharacterLocomotion * characterLocomotion, MethodInfo * method)); DO_APP_FUNC(0x01CFBF20, void, MouseSmoothingZone_CharacterExit, (MouseSmoothingZone * __this, UltimateCharacterLocomotion * characterLocomotion, MethodInfo * method)); DO_APP_FUNC(0x01CFBF30, void, MouseSmoothingZone__ctor, (MouseSmoothingZone * __this, MethodInfo * method)); DO_APP_FUNC(0x01CFBF80, void, MovementTypesZone_Awake, (MovementTypesZone * __this, MethodInfo * method)); DO_APP_FUNC(0x01CFC040, void, MovementTypesZone_Start, (MovementTypesZone * __this, MethodInfo * method)); DO_APP_FUNC(0x01CFC390, void, MovementTypesZone_ChangeMovementType, (MovementTypesZone * __this, int32_t type, MethodInfo * method)); DO_APP_FUNC(0x01CFC450, void, MovementTypesZone_ChangeMovementType_1, (MovementTypesZone * __this, MovementTypesZone_MovementType__Enum type, bool updateSwitcher, MethodInfo * method)); DO_APP_FUNC(0x01CFC610, bool, MovementTypesZone_IsFirstPersonType, (MovementTypesZone * __this, MovementTypesZone_MovementType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x01CFC620, void, MovementTypesZone_CharacterEnter, (MovementTypesZone * __this, UltimateCharacterLocomotion * characterLocomotion, MethodInfo * method)); DO_APP_FUNC(0x01CFC6E0, void, MovementTypesZone_OnMovementTypeChanged, (MovementTypesZone * __this, MovementType * movementType, bool activated, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2C58, MovementTypesZone_OnMovementTypeChanged__MethodInfo); DO_APP_FUNC(0x01CFC800, void, MovementTypesZone_OnChangePerspectives, (MovementTypesZone * __this, bool firstPersonPerspective, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2C60, MovementTypesZone_OnChangePerspectives__MethodInfo); DO_APP_FUNC(0x01CFC840, void, MovementTypesZone_UpdateMovementType, (MovementTypesZone * __this, MethodInfo * method)); DO_APP_FUNC(0x01CFC920, void, MovementTypesZone_CharacterExit, (MovementTypesZone * __this, UltimateCharacterLocomotion * characterLocomotion, MethodInfo * method)); DO_APP_FUNC(0x01CFC9A0, void, MovementTypesZone_OnDestroy, (MovementTypesZone * __this, MethodInfo * method)); DO_APP_FUNC(0x01CFCB20, void, MovementTypesZone__ctor, (MovementTypesZone * __this, MethodInfo * method)); DO_APP_FUNC(0x01CFCB70, void, ToggleControlHelp_Awake, (ToggleControlHelp * __this, MethodInfo * method)); DO_APP_FUNC(0x01CFCFC0, void, ToggleControlHelp_Resume, (ToggleControlHelp * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2BB8, ToggleControlHelp_Resume__MethodInfo); DO_APP_FUNC(0x006B4380, void, ToggleControlHelp_Quit, (ToggleControlHelp * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2BC0, ToggleControlHelp_Quit__MethodInfo); DO_APP_FUNC(0x01CFD190, void, ToggleControlHelp_Update, (ToggleControlHelp * __this, MethodInfo * method)); DO_APP_FUNC(0x01CFD390, void, ToggleControlHelp_ShowControls, (ToggleControlHelp * __this, MethodInfo * method)); DO_APP_FUNC(0x01CFD680, void, ToggleControlHelp_OnControllerConnected, (ToggleControlHelp * __this, bool controllerConnected, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2BD8, ToggleControlHelp_OnControllerConnected__MethodInfo); DO_APP_FUNC(0x01CBAC50, void, ToggleControlHelp_OnEnterUIZone, (ToggleControlHelp * __this, bool inUIZone, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2BD0, ToggleControlHelp_OnEnterUIZone__MethodInfo); DO_APP_FUNC(0x01CFD750, void, ToggleControlHelp_OnDestroy, (ToggleControlHelp * __this, MethodInfo * method)); DO_APP_FUNC(0x01CFD8A0, void, ToggleControlHelp__ctor, (ToggleControlHelp * __this, MethodInfo * method)); DO_APP_FUNC(0x01CFD8F0, void, UIZone_Awake, (UIZone * __this, MethodInfo * method)); DO_APP_FUNC(0x01CFDC80, void, UIZone_OnTriggerEnter, (UIZone * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIZone_CharacterEnter, (UIZone * __this, UltimateCharacterLocomotion * characterLocomotion, MethodInfo * method)); DO_APP_FUNC(0x01CFE010, void, UIZone_EnableInput, (UIZone * __this, MethodInfo * method)); DO_APP_FUNC(0x01CFE200, void, UIZone_SetButtonColor, (UIZone * __this, int32_t index, Color color, MethodInfo * method)); DO_APP_FUNC(0x01CFE380, void, UIZone_OnTriggerExit, (UIZone * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIZone_CharacterExit, (UIZone * __this, UltimateCharacterLocomotion * characterLocomotion, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, UIZone__ctor, (UIZone * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object_1__Array *, ObjectReferences_get_FirstPersonObjects, (ObjectReferences * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ObjectReferences_set_FirstPersonObjects, (ObjectReferences * __this, Object_1__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Object_1__Array *, ObjectReferences_get_ThirdPersonObjects, (ObjectReferences * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ObjectReferences_set_ThirdPersonObjects, (ObjectReferences * __this, Object_1__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Object_1__Array *, ObjectReferences_get_ShooterObjects, (ObjectReferences * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, ObjectReferences_set_ShooterObjects, (ObjectReferences * __this, Object_1__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Object_1__Array *, ObjectReferences_get_MeleeObjects, (ObjectReferences * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, ObjectReferences_set_MeleeObjects, (ObjectReferences * __this, Object_1__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Object_1__Array *, ObjectReferences_get_RemoveObjects, (ObjectReferences * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, ObjectReferences_set_RemoveObjects, (ObjectReferences * __this, Object_1__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, GameObject__Array *, ObjectReferences_get_ShadowCasterObjects, (ObjectReferences * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, ObjectReferences_set_ShadowCasterObjects, (ObjectReferences * __this, GameObject__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, ObjectReferences__Array *, ObjectReferences_get_NestedReferences, (ObjectReferences * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, ObjectReferences_set_NestedReferences, (ObjectReferences * __this, ObjectReferences__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003C5420, GameObject__Array *, ObjectReferences_get_FirstPersonDoors, (ObjectReferences * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, ObjectReferences_set_FirstPersonDoors, (ObjectReferences * __this, GameObject__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, GameObject__Array *, ObjectReferences_get_ThirdPersonDoors, (ObjectReferences * __this, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, ObjectReferences_set_ThirdPersonDoors, (ObjectReferences * __this, GameObject__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ObjectReferences__ctor, (ObjectReferences * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF400, bool, Door_get_Locked, (Door * __this, MethodInfo * method)); DO_APP_FUNC(0x01CFE690, void, Door_set_Locked, (Door * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x012AE9D0, bool, Door_get_PermanentlyLocked, (Door * __this, MethodInfo * method)); DO_APP_FUNC(0x01CFE700, void, Door_set_PermanentlyLocked, (Door * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01CFE710, bool, Door_get_CloseOnTriggerExit, (Door * __this, MethodInfo * method)); DO_APP_FUNC(0x01CFE720, void, Door_set_CloseOnTriggerExit, (Door * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01CFE730, void, Door_Awake, (Door * __this, MethodInfo * method)); DO_APP_FUNC(0x01CFEDC0, void, Door_UpdateDoorStatus, (Door * __this, MethodInfo * method)); DO_APP_FUNC(0x01CFEF00, void, Door_Close, (Door * __this, MethodInfo * method)); DO_APP_FUNC(0x01CFEFA0, void, Door_Open, (Door * __this, MethodInfo * method)); DO_APP_FUNC(0x01CFF050, void, Door_OpenClose, (Door * __this, bool open, bool fromManager, bool playAudio, MethodInfo * method)); DO_APP_FUNC(0x01CFF400, void, Door_OnTriggerEnter, (Door * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01CFF6B0, void, Door_OnTriggerExit, (Door * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01CFF9B0, void, Door__ctor, (Door * __this, MethodInfo * method)); DO_APP_FUNC(0x01CFFA20, void, Door__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01CFFAC0, void, FlammableCrate_Awake, (FlammableCrate * __this, MethodInfo * method)); DO_APP_FUNC(0x01CFFE00, void, FlammableCrate_OnEnable, (FlammableCrate * __this, MethodInfo * method)); DO_APP_FUNC(0x01CFFE90, void, FlammableCrate_MagicCastCollision, (FlammableCrate * __this, RaycastHit hit, SurfaceImpact * surfaceImpact, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2B90, FlammableCrate_MagicCastCollision__MethodInfo); DO_APP_FUNC(0x01D00520, void, FlammableCrate_ReduceHealth, (FlammableCrate * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2B68, FlammableCrate_ReduceHealth__MethodInfo); DO_APP_FUNC(0x01D00A70, void, FlammableCrate_StopParticles, (FlammableCrate * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2B60, FlammableCrate_StopParticles__MethodInfo); DO_APP_FUNC(0x01D00C80, void, FlammableCrate_FadeAudioSource, (FlammableCrate * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2B50, FlammableCrate_FadeAudioSource__MethodInfo); DO_APP_FUNC(0x01D00E20, void, FlammableCrate_OnDestroy, (FlammableCrate * __this, MethodInfo * method)); DO_APP_FUNC(0x01D00F40, void, FlammableCrate__ctor, (FlammableCrate * __this, MethodInfo * method)); DO_APP_FUNC(0x01D00FC0, void, HealingCrate_Awake, (HealingCrate * __this, MethodInfo * method)); DO_APP_FUNC(0x01D012B0, void, HealingCrate_OnUpdateValue, (HealingCrate * __this, Attribute_1 * attribute, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2A88, HealingCrate_OnUpdateValue__MethodInfo); DO_APP_FUNC(0x01D01310, void, HealingCrate_OnDisable, (HealingCrate * __this, MethodInfo * method)); DO_APP_FUNC(0x01D01340, void, HealingCrate_OnDestroy, (HealingCrate * __this, MethodInfo * method)); DO_APP_FUNC(0x01D01470, void, HealingCrate__ctor, (HealingCrate * __this, MethodInfo * method)); DO_APP_FUNC(0x01D014C0, void, MovingPlatformDeathZone_Awake, (MovingPlatformDeathZone * __this, MethodInfo * method)); DO_APP_FUNC(0x01D015E0, void, MovingPlatformDeathZone_FixedUpdate, (MovingPlatformDeathZone * __this, MethodInfo * method)); DO_APP_FUNC(0x01D01780, void, MovingPlatformDeathZone_OnTriggerEnter, (MovingPlatformDeathZone * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, MovingPlatformDeathZone__ctor, (MovingPlatformDeathZone * __this, MethodInfo * method)); DO_APP_FUNC(0x01D01AF0, void, ParticleStreamCrate_Awake, (ParticleStreamCrate * __this, MethodInfo * method)); DO_APP_FUNC(0x01D01CE0, void, ParticleStreamCrate_OnEnable, (ParticleStreamCrate * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ParticleStreamCrate__ctor, (ParticleStreamCrate * __this, MethodInfo * method)); DO_APP_FUNC(0x01D01F80, void, ShieldBubble_Awake, (ShieldBubble * __this, MethodInfo * method)); DO_APP_FUNC(0x01D02170, void, ShieldBubble_OnEnable, (ShieldBubble * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ShieldBubble__ctor, (ShieldBubble * __this, MethodInfo * method)); DO_APP_FUNC(0x01D02250, void, SimplePlatform_Awake, (SimplePlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x01D022F0, void, SimplePlatform_OnTriggerEnter, (SimplePlatform * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01D025A0, void, SimplePlatform_FixedUpdate, (SimplePlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x01D026D0, void, SimplePlatform_OnTriggerExit, (SimplePlatform * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01D02850, void, SimplePlatform__ctor, (SimplePlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Transform *, Teleporter_get_Destination, (Teleporter * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, Teleporter_set_Destination, (Teleporter * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x00A73BB0, void, Teleporter_set_IgnoreCharacterEnter, (Teleporter * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D028A0, void, Teleporter_Awake, (Teleporter * __this, MethodInfo * method)); DO_APP_FUNC(0x01D02930, void, Teleporter_OnTriggerEnter, (Teleporter * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01D02F90, void, Teleporter_OnTriggerExit, (Teleporter * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01D030B0, void, Teleporter__ctor, (Teleporter * __this, MethodInfo * method)); DO_APP_FUNC(0x01D03100, void, Turret_Awake, (Turret * __this, MethodInfo * method)); DO_APP_FUNC(0x01D03410, void, Turret_OnEnable, (Turret * __this, MethodInfo * method)); DO_APP_FUNC(0x01D03470, void, Turret_Update, (Turret * __this, MethodInfo * method)); DO_APP_FUNC(0x01D03590, void, Turret_RotateTowardsTarget, (Turret * __this, MethodInfo * method)); DO_APP_FUNC(0x01D03960, void, Turret_CheckForAttack, (Turret * __this, MethodInfo * method)); DO_APP_FUNC(0x01D03C60, void, Turret_Fire, (Turret * __this, MethodInfo * method)); DO_APP_FUNC(0x01D042D0, void, Turret_OnTriggerEnter, (Turret * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01D04610, void, Turret_OnTriggerExit, (Turret * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01D04840, void, Turret__ctor, (Turret * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89C0, int32_t, IntDataSetter_get_IntDataValue, (IntDataSetter * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89D0, void, IntDataSetter_set_IntDataValue, (IntDataSetter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01CAED10, bool, IntDataSetter_get_StopWhenMoveTowardsActive, (IntDataSetter * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAED20, void, IntDataSetter_set_StopWhenMoveTowardsActive, (IntDataSetter * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, IntDataSetter_get_IsConcurrent, (IntDataSetter * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89C0, int32_t, IntDataSetter_get_AbilityIntData, (IntDataSetter * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89D0, void, IntDataSetter_set_AbilityIntData, (IntDataSetter * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01D048D0, void, IntDataSetter_Awake, (IntDataSetter * __this, MethodInfo * method)); DO_APP_FUNC(0x01D049C0, bool, IntDataSetter_CanStartAbility, (IntDataSetter * __this, MethodInfo * method)); DO_APP_FUNC(0x01D04A00, void, IntDataSetter_OnAbilityActive, (IntDataSetter * __this, Ability * ability, bool active, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2A68, IntDataSetter_OnAbilityActive__MethodInfo); DO_APP_FUNC(0x01D04AB0, void, IntDataSetter_OnDestroy, (IntDataSetter * __this, MethodInfo * method)); DO_APP_FUNC(0x01D04BA0, void, IntDataSetter__ctor, (IntDataSetter * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, GameObject *, SkyCar_get_GameObject, (SkyCar * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Transform *, SkyCar_get_Transform, (SkyCar * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Transform *, SkyCar_get_DriverLocation, (SkyCar * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, SkyCar_get_AnimatorID, (SkyCar * __this, MethodInfo * method)); DO_APP_FUNC(0x01D04BC0, void, SkyCar_Awake, (SkyCar * __this, MethodInfo * method)); DO_APP_FUNC(0x01D04F50, void, SkyCar_EnableDisableCar, (SkyCar * __this, bool enable, MethodInfo * method)); DO_APP_FUNC(0x01D05220, void, SkyCar_EnterVehicle, (SkyCar * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01D05300, void, SkyCar_OpenCloseDoor, (SkyCar * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE29A0, SkyCar_OpenCloseDoor__MethodInfo); DO_APP_FUNC(0x01D053C0, void, SkyCar_EnteredVehicle, (SkyCar * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01D05490, void, SkyCar_Update, (SkyCar * __this, MethodInfo * method)); DO_APP_FUNC(0x01D05520, void, SkyCar_ExitVehicle, (SkyCar * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01D05530, void, SkyCar_ExitedVehicle, (SkyCar * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SkyCar__ctor, (SkyCar * __this, MethodInfo * method)); DO_APP_FUNC(0x01D056B0, void, SkyCar__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01D05750, void, SpawnPointMover_Start, (SpawnPointMover * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SpawnPointMover__ctor, (SpawnPointMover * __this, MethodInfo * method)); DO_APP_FUNC(0x01D05980, void, BrakeLight_Start, (BrakeLight * __this, MethodInfo * method)); DO_APP_FUNC(0x01D05AA0, void, BrakeLight_Update, (BrakeLight * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, BrakeLight__ctor, (BrakeLight * __this, MethodInfo * method)); DO_APP_FUNC(0x01D05B20, void, CarAudio_OnDisable, (CarAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x01D05B30, void, CarAudio_StartSound, (CarAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x01D05D70, void, CarAudio_StopSound, (CarAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x01D05EC0, void, CarAudio_Update, (CarAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x01D06430, AudioSource *, CarAudio_SetUpEngineAudioSource, (CarAudio * __this, AudioClip * clip, MethodInfo * method)); DO_APP_FUNC(0x01D067D0, float, CarAudio_ULerp, (float from, float to, float value, MethodInfo * method)); DO_APP_FUNC(0x01D067F0, void, CarAudio__ctor, (CarAudio * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E270, bool, CarController_get_Skidding, (CarController * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E280, void, CarController_set_Skidding, (CarController * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D06870, float, CarController_get_BrakeInput, (CarController * __this, MethodInfo * method)); DO_APP_FUNC(0x01D06880, void, CarController_set_BrakeInput, (CarController * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00A7D0F0, float, CarController_get_CurrentSteerAngle, (CarController * __this, MethodInfo * method)); DO_APP_FUNC(0x01D06890, float, CarController_get_CurrentSpeed, (CarController * __this, MethodInfo * method)); DO_APP_FUNC(0x00C86150, float, CarController_get_MaxSpeed, (CarController * __this, MethodInfo * method)); DO_APP_FUNC(0x01D06930, float, CarController_get_Revs, (CarController * __this, MethodInfo * method)); DO_APP_FUNC(0x01D06940, void, CarController_set_Revs, (CarController * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D06950, float, CarController_get_AccelInput, (CarController * __this, MethodInfo * method)); DO_APP_FUNC(0x01D06960, void, CarController_set_AccelInput, (CarController * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01D06970, void, CarController_Start, (CarController * __this, MethodInfo * method)); DO_APP_FUNC(0x01D06CE0, void, CarController_GearChanging, (CarController * __this, MethodInfo * method)); DO_APP_FUNC(0x01D06E00, float, CarController_CurveFactor, (float factor, MethodInfo * method)); DO_APP_FUNC(0x01D067D0, float, CarController_ULerp, (float from, float to, float value, MethodInfo * method)); DO_APP_FUNC(0x01D06E20, void, CarController_CalculateGearFactor, (CarController * __this, MethodInfo * method)); DO_APP_FUNC(0x01D06FB0, void, CarController_CalculateRevs, (CarController * __this, MethodInfo * method)); DO_APP_FUNC(0x01D07210, void, CarController_Move, (CarController * __this, float steering, float accel, float footbrake, float handbrake, MethodInfo * method)); DO_APP_FUNC(0x01D07890, void, CarController_CapSpeed, (CarController * __this, MethodInfo * method)); DO_APP_FUNC(0x01D07C40, void, CarController_ApplyDrive, (CarController * __this, float accel, float footbrake, MethodInfo * method)); DO_APP_FUNC(0x01D07FC0, void, CarController_SteerHelper, (CarController * __this, MethodInfo * method)); DO_APP_FUNC(0x01D08510, void, CarController_AddDownForce, (CarController * __this, MethodInfo * method)); DO_APP_FUNC(0x01D087C0, void, CarController_CheckForWheelSpin, (CarController * __this, MethodInfo * method)); DO_APP_FUNC(0x01D089A0, void, CarController_TractionControl, (CarController * __this, MethodInfo * method)); DO_APP_FUNC(0x01D08CF0, void, CarController_AdjustTorque, (CarController * __this, float forwardSlip, MethodInfo * method)); DO_APP_FUNC(0x01D08D60, bool, CarController_AnySkidSoundPlaying, (CarController * __this, MethodInfo * method)); DO_APP_FUNC(0x01D08DB0, void, CarController__ctor, (CarController * __this, MethodInfo * method)); DO_APP_FUNC(0x01D08F90, void, CarController__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01D08FD0, void, CarUserControl_Awake, (CarUserControl * __this, MethodInfo * method)); DO_APP_FUNC(0x01D09060, void, CarUserControl_FixedUpdate, (CarUserControl * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, CarUserControl__ctor, (CarUserControl * __this, MethodInfo * method)); DO_APP_FUNC(0x01D091E0, void, Mudguard_Start, (Mudguard * __this, MethodInfo * method)); DO_APP_FUNC(0x01D094B0, void, Mudguard_Update, (Mudguard * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, Mudguard__ctor, (Mudguard * __this, MethodInfo * method)); DO_APP_FUNC(0x01D09950, IEnumerator *, SkidTrail_Start, (SkidTrail * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SkidTrail__ctor, (SkidTrail * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, SkidTrail_Start_d_1__ctor, (SkidTrail_Start_d_1 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SkidTrail_Start_d_1_System_IDisposable_Dispose, (SkidTrail_Start_d_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D099F0, bool, SkidTrail_Start_d_1_MoveNext, (SkidTrail_Start_d_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SkidTrail_Start_d_1_System_Collections_Generic_IEnumerator_System_Object__get_Current, (SkidTrail_Start_d_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D09CC0, void, SkidTrail_Start_d_1_System_Collections_IEnumerator_Reset, (SkidTrail_Start_d_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2910, SkidTrail_Start_d_1_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SkidTrail_Start_d_1_System_Collections_IEnumerator_get_Current, (SkidTrail_Start_d_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, WheelEffects_get_skidding, (WheelEffects * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, WheelEffects_set_skidding, (WheelEffects * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D09D10, bool, WheelEffects_get_PlayingAudio, (WheelEffects * __this, MethodInfo * method)); DO_APP_FUNC(0x01D09D20, void, WheelEffects_set_PlayingAudio, (WheelEffects * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D09D30, void, WheelEffects_Start, (WheelEffects * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0A310, void, WheelEffects_EmitTyreSmoke, (WheelEffects * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0A690, void, WheelEffects_PlayAudio, (WheelEffects * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0A700, void, WheelEffects_StopAudio, (WheelEffects * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0A770, IEnumerator *, WheelEffects_StartSkidTrail, (WheelEffects * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0A810, void, WheelEffects_EndSkidTrail, (WheelEffects * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, WheelEffects__ctor, (WheelEffects * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, WheelEffects_StartSkidTrail_d_18__ctor, (WheelEffects_StartSkidTrail_d_18 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WheelEffects_StartSkidTrail_d_18_System_IDisposable_Dispose, (WheelEffects_StartSkidTrail_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0A940, bool, WheelEffects_StartSkidTrail_d_18_MoveNext, (WheelEffects_StartSkidTrail_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, WheelEffects_StartSkidTrail_d_18_System_Collections_Generic_IEnumerator_System_Object__get_Current, (WheelEffects_StartSkidTrail_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0AD30, void, WheelEffects_StartSkidTrail_d_18_System_Collections_IEnumerator_Reset, (WheelEffects_StartSkidTrail_d_18 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2838, WheelEffects_StartSkidTrail_d_18_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, WheelEffects_StartSkidTrail_d_18_System_Collections_IEnumerator_get_Current, (WheelEffects_StartSkidTrail_d_18 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0AD80, Vector2, AgentMovement_get_InputVector, (AgentMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x003C8FA0, Vector3, AgentMovement_get_DeltaRotation, (AgentMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0ADA0, void, AgentMovement_Awake, (AgentMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0AEE0, void, AgentMovement_DetermineDestination, (AgentMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0AFC0, bool, AgentMovement_SetDestination, (AgentMovement * __this, Vector3 destination, MethodInfo * method)); DO_APP_FUNC(0x01D0AFF0, void, AgentMovement_Update, (AgentMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0B370, void, AgentMovement_ApplyPosition, (AgentMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0B590, bool, AgentMovement_IsAtDestination, (AgentMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0B680, void, AgentMovement__ctor, (AgentMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0B6B0, void, AttackTrigger_OnTriggerEnter, (AttackTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01D0B9D0, void, AttackTrigger_OnTriggerExit, (AttackTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AttackTrigger__ctor, (AttackTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Idle_2_get_FirstPersonPerspective, (Idle_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, Idle_2_GetDeltaYawRotation, (Idle_2 * __this, float characterHorizontalMovement, float characterForwardMovement, float cameraHorizontalMovement, float cameraVerticalMovement, MethodInfo * method)); DO_APP_FUNC(0x0041E8A0, Vector2, Idle_2_GetInputVector, (Idle_2 * __this, Vector2 inputVector, MethodInfo * method)); DO_APP_FUNC(0x01D0BC50, void, Idle_2__ctor, (Idle_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0BC60, void, MeleeAgent_Start, (MeleeAgent * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0BF80, void, MeleeAgent_Update, (MeleeAgent * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0C250, void, MeleeAgent_Attack, (MeleeAgent * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0C360, void, MeleeAgent_CancelAttack, (MeleeAgent * __this, MethodInfo * method)); DO_APP_FUNC(0x01D0C3E0, void, MeleeAgent__ctor, (MeleeAgent * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, PhotonPlatformConfig *, PhotonPlatform_get_PhotonConfig, (PhotonPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, PhotonPlatform_set_PhotonConfig, (PhotonPlatform * __this, PhotonPlatformConfig * value, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, PhotonPlatform_get_ShutdownOnConnectFailure, (PhotonPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x02880600, bool, PhotonPlatform_get_SupportsMasterServer, (PhotonPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, PhotonPlatform_get_SessionListProvidedExternally, (PhotonPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, PhotonPlatform_get_SkipWanCheck, (PhotonPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x01E63A30, bool, PhotonPlatform_get_SupportsBroadcast, (PhotonPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x02313B90, float, PhotonPlatform_get_SessionListUpdateRate, (PhotonPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x02880620, void, PhotonPlatform__ctor, (PhotonPlatform * __this, PhotonPlatformConfig * config, MethodInfo * method)); DO_APP_FUNC(0x02880B00, Dictionary_2_System_String_System_Object_ *, PhotonPlatform_GetPlatformMetadata, (PhotonPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x02881500, uint32_t, PhotonPlatform_GetPrecisionTime, (PhotonPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, UdpSessionSource__Enum, PhotonPlatform_GetSessionSource, (PhotonPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x02881530, UdpSession *, PhotonPlatform_GetCurrentSession, (PhotonPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x02881580, bool, PhotonPlatform_SessionListHasChanged, (PhotonPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x02881690, List_1_UdpKit_UdpSession_ *, PhotonPlatform_GetSessionList, (PhotonPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x028816E0, bool, PhotonPlatform_HandleSetHostInfo, (PhotonPlatform * __this, UdpSession * session, Action_2_Boolean_UdpKit_UdpSessionError_ * result, MethodInfo * method)); DO_APP_FUNC(0x02881880, bool, PhotonPlatform_HandleConnectToSession, (PhotonPlatform * __this, UdpSession * session, Object * protocolToken, Action_2_Boolean_UdpKit_UdpSessionError_ * result, MethodInfo * method)); DO_APP_FUNC(0x028818F0, bool, PhotonPlatform_HandleConnectToRandomSession, (PhotonPlatform * __this, UdpSessionFilter * sessionFilter, Object * protocolToken, Action_2_Boolean_UdpKit_UdpSessionError_ * result, MethodInfo * method)); DO_APP_FUNC(0x02881960, UdpSession *, PhotonPlatform_BuildSession, (PhotonPlatform * __this, String * id, MethodInfo * method)); DO_APP_FUNC(0x02881A30, List_1_UdpKit_UdpEndPoint_ *, PhotonPlatform_ResolveHostAddresses, (PhotonPlatform * __this, int32_t port, bool ipv6, MethodInfo * method)); DO_APP_FUNC(0x02881A60, UdpPlatformSocket *, PhotonPlatform_CreateBroadcastSocket, (PhotonPlatform * __this, UdpEndPoint endpoint, bool bind, MethodInfo * method)); DO_APP_FUNC(0x01B749D0, UdpIPv4Address, PhotonPlatform_GetBroadcastAddress, (PhotonPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x02881AB0, List_1_UdpKit_Platform_UdpPlatformInterface_ *, PhotonPlatform_GetNetworkInterfaces, (PhotonPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x02881AE0, UdpPlatformSocket *, PhotonPlatform_CreateSocket, (PhotonPlatform * __this, bool ipv6, MethodInfo * method)); DO_APP_FUNC(0x02881CE0, void, PhotonPlatform_OnStartBegin, (PhotonPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x02881FE0, Task *, PhotonPlatform_OnShutdown, (PhotonPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x02882090, void, PhotonPlatform_OnStartupFailed, (PhotonPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x028820E0, void, PhotonPlatform_OnStartDone, (PhotonPlatform * __this, UdpEndPoint localEndPoint, Action_2_Boolean_UdpKit_UdpConnectionDisconnectReason_ * doneCallback, MethodInfo * method)); DO_APP_FUNC(0x028821B0, void, PhotonPlatform_OnConnect, (PhotonPlatform * __this, UdpConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x02882200, void, PhotonPlatform_Configure, (PhotonPlatform * __this, UdpConfig * config, MethodInfo * method)); DO_APP_FUNC(0x028822C0, void, PhotonPlatform__GetPlatformMetadata_g__fill_19_0, (String * key, Object * value, PhotonPlatform_c_DisplayClass19_0 * param_0001c5be, MethodInfo * method)); DO_APP_FUNC(0x003C5490, String *, PhotonPlatformConfig_get_AppId, (PhotonPlatformConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x02882350, void, PhotonPlatformConfig_set_AppId, (PhotonPlatformConfig * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FDB0, PhotonPlatformConfig_set_AppId__MethodInfo); DO_APP_FUNC(0x003B93C0, AuthenticationValues *, PhotonPlatformConfig_get_AuthenticationValues, (PhotonPlatformConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, PhotonPlatformConfig_set_AuthenticationValues, (PhotonPlatformConfig * __this, AuthenticationValues * value, MethodInfo * method)); DO_APP_FUNC(0x00667070, ConnectionProtocol__Enum, PhotonPlatformConfig_get_ConnectionProtocol, (PhotonPlatformConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x019C8EE0, void, PhotonPlatformConfig_set_ConnectionProtocol, (PhotonPlatformConfig * __this, ConnectionProtocol__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, SerializationProtocol__Enum, PhotonPlatformConfig_get_SerializationProtocol, (PhotonPlatformConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, PhotonPlatformConfig_set_SerializationProtocol, (PhotonPlatformConfig * __this, SerializationProtocol__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00422A50, DebugLevel__Enum, PhotonPlatformConfig_get_NetworkLogging, (PhotonPlatformConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, PhotonPlatformConfig_set_NetworkLogging, (PhotonPlatformConfig * __this, DebugLevel__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, IPEndPoint *, PhotonPlatformConfig_get_ForceExternalEndPoint, (PhotonPlatformConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, PhotonPlatformConfig_set_ForceExternalEndPoint, (PhotonPlatformConfig * __this, IPEndPoint * value, MethodInfo * method)); DO_APP_FUNC(0x008C4D60, float, PhotonPlatformConfig_get_RoomCreateTimeout, (PhotonPlatformConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x02882410, void, PhotonPlatformConfig_set_RoomCreateTimeout, (PhotonPlatformConfig * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CBAC80, float, PhotonPlatformConfig_get_RoomJoinTimeout, (PhotonPlatformConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x028824A0, void, PhotonPlatformConfig_set_RoomJoinTimeout, (PhotonPlatformConfig * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02882530, int32_t, PhotonPlatformConfig_get_MaxConnections, (PhotonPlatformConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, PhotonPlatformConfig_get_CustomSTUNServer, (PhotonPlatformConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, PhotonPlatformConfig_set_CustomSTUNServer, (PhotonPlatformConfig * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x028826E0, Object__Array *, PhotonPlatformConfig_get_NO_ARGS, (PhotonPlatformConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x02882720, void, PhotonPlatformConfig__ctor, (PhotonPlatformConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x02882740, PhotonPlatformConfig *, PhotonPlatformConfig_InitDefaults, (PhotonPlatformConfig * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FD90, PhotonPlatformConfig_InitDefaults__MethodInfo); DO_APP_FUNC(0x028831C0, void, PhotonPlatformConfig_UpdateBestRegion, (PhotonPlatformConfig * __this, PhotonRegion * region, MethodInfo * method)); DO_APP_FUNC(0x02883440, bool, PhotonPlatformConfig_IsAppId, (PhotonPlatformConfig * __this, String * val, MethodInfo * method)); DO_APP_FUNC(0x02883570, void, PhotonSocket__ctor, (PhotonSocket * __this, PhotonPlatform * photonPlatform, DotNetPlatform * dotNetPlatform, bool ipv6, MethodInfo * method)); DO_APP_FUNC(0x02883640, int32_t, PhotonSocket_RecvFrom, (PhotonSocket * __this, Byte__Array * buffer, int32_t bufferSize, UdpEndPoint * remoteEndpoint, MethodInfo * method)); DO_APP_FUNC(0x02883720, bool, PhotonSocket_RecvPoll, (PhotonSocket * __this, int32_t timeout, MethodInfo * method)); DO_APP_FUNC(0x028837A0, int32_t, PhotonSocket_SendTo, (PhotonSocket * __this, Byte__Array * buffer, int32_t bytesToSend, UdpEndPoint endpoint, MethodInfo * method)); DO_APP_FUNC(0x02883990, bool, PhotonPoller_SetHostInfo, (UdpSession * session, Action_2_Boolean_UdpKit_UdpSessionError_ * result, MethodInfo * method)); DO_APP_FUNC(0x02883DD0, bool, PhotonPoller_JoinSession, (UdpSession * session, Object * token, Action_2_Boolean_UdpKit_UdpSessionError_ * result, MethodInfo * method)); DO_APP_FUNC(0x02884190, bool, PhotonPoller_JoinRandomSession, (UdpSessionFilter * sessionFilter, Object * token, Action_2_Boolean_UdpKit_UdpSessionError_ * result, MethodInfo * method)); DO_APP_FUNC(0x028845D0, String *, PhotonPoller_GetConnectedRegion, (MethodInfo * method)); DO_APP_FUNC(0x02884770, Dictionary_2_System_String_System_Object_ *, PhotonPoller_GetCustomAuthData, (MethodInfo * method)); DO_APP_FUNC(0x028848D0, String *, PhotonPoller_GetUserId, (MethodInfo * method)); DO_APP_FUNC(0x02884A30, String *, PhotonPoller_GetNickName, (MethodInfo * method)); DO_APP_FUNC(0x02884B90, UdpSession *, PhotonPoller_GetSession, (MethodInfo * method)); DO_APP_FUNC(0x02884D20, TypedLobbyInfo *, PhotonPoller_GetLobbyStatistics, (MethodInfo * method)); DO_APP_FUNC(0x02884E80, bool, PhotonPoller_SessionHasChanged, (MethodInfo * method)); DO_APP_FUNC(0x02884F60, List_1_UdpKit_UdpSession_ *, PhotonPoller_GetSessions, (MethodInfo * method)); DO_APP_FUNC(0x02885390, void, PhotonPoller_UpdateBestRegion, (PhotonRegion * region, MethodInfo * method)); DO_APP_FUNC(0x02885440, void, PhotonPoller_BoltConnect, (UdpEndPoint endPoint, MethodInfo * method)); DO_APP_FUNC(0x02885570, void, PhotonPoller_BoltCancelConnect, (UdpEndPoint endPoint, MethodInfo * method)); DO_APP_FUNC(0x02885640, void, PhotonPoller_BoltDisconnect, (MethodInfo * method)); DO_APP_FUNC(0x02885770, void, PhotonPoller_BoltUpdateSessionList, (Map_2_System_Guid_UdpSession_ * sessions, MethodInfo * method)); DO_APP_FUNC(0x02885820, bool, PhotonPoller_BoltIsClient, (MethodInfo * method)); DO_APP_FUNC(0x028858D0, UdpEndPoint, PhotonPoller_BoltEndPoint, (MethodInfo * method)); DO_APP_FUNC(0x028859A0, PhotonPoller *, PhotonPoller_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x00A90540, LoadBalancingClient *, PhotonPoller_get_LoadBalancerClient, (PhotonPoller * __this, MethodInfo * method)); DO_APP_FUNC(0x02885A00, void, PhotonPoller_add_OnUpdate, (PhotonPoller * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x02885AF0, void, PhotonPoller_remove_OnUpdate, (PhotonPoller * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x01B3D990, ConnectState__Enum, PhotonPoller_get_ConnectState, (PhotonPoller * __this, MethodInfo * method)); DO_APP_FUNC(0x02885BE0, void, PhotonPoller_set_ConnectState, (PhotonPoller * __this, ConnectState__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0101D7C0, UdpConnectionDisconnectReason__Enum, PhotonPoller_get_LastDisconnectReason, (PhotonPoller * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D7D0, void, PhotonPoller_set_LastDisconnectReason, (PhotonPoller * __this, UdpConnectionDisconnectReason__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02885BF0, UdpEndPoint, PhotonPoller_get_ServerRelayEndPoint, (PhotonPoller * __this, MethodInfo * method)); DO_APP_FUNC(0x02885E40, void, PhotonPoller__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02885F50, void, PhotonPoller_CreatePoller, (PhotonPlatform * photonPlatform, PhotonPlatformConfig * config, bool force, MethodInfo * method)); DO_APP_FUNC(0x028868B0, void, PhotonPoller_StartPhotonClient, (PhotonPoller * __this, UdpEndPoint localEndPoint, Action_2_Boolean_UdpKit_UdpConnectionDisconnectReason_ * doneCallback, MethodInfo * method)); DO_APP_FUNC(0x02886A70, void, PhotonPoller_SetupPhotonClient, (PhotonPoller * __this, UdpEndPoint localEndPoint, Action_2_Boolean_UdpKit_UdpConnectionDisconnectReason_ * doneCallback, MethodInfo * method)); DO_APP_FUNC(0x02887280, IEnumerator *, PhotonPoller_StartClientTimeout, (PhotonPoller * __this, float timeout, Action_2_Boolean_UdpKit_UdpConnectionDisconnectReason_ * callback, MethodInfo * method)); DO_APP_FUNC(0x02887330, void, PhotonPoller_StopPhotonClient, (MethodInfo * method)); DO_APP_FUNC(0x028873E0, void, PhotonPoller_Update, (PhotonPoller * __this, MethodInfo * method)); DO_APP_FUNC(0x02887590, void, PhotonPoller_StartDone, (UdpEndPoint localEndPoint, Action_2_Boolean_UdpKit_UdpConnectionDisconnectReason_ * doneCallback, MethodInfo * method)); DO_APP_FUNC(0x028877D0, void, PhotonPoller_InstatiatePoller, (PhotonPoller * * photonPoller, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F9C8, PhotonPoller_InstatiatePoller__MethodInfo); DO_APP_FUNC(0x02887A20, void, PhotonPoller_OnDestroy, (PhotonPoller * __this, MethodInfo * method)); DO_APP_FUNC(0x02887A70, void, PhotonPoller_OnDisable, (PhotonPoller * __this, MethodInfo * method)); DO_APP_FUNC(0x02887AC0, void, PhotonPoller_ConnectAttempt, (UdpEndPoint endpoint, MethodInfo * method)); DO_APP_FUNC(0x02887CF0, void, PhotonPoller_ConnectFailed, (bool refused, MethodInfo * method)); DO_APP_FUNC(0x02887DE0, void, PhotonPoller_Connected, (UdpConnection * connection, MethodInfo * method)); DO_APP_FUNC(0x028881F0, void, PhotonPoller_HandlerOperationResponse, (PhotonPoller * __this, OperationResponse * response, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F718, PhotonPoller_HandlerOperationResponse__MethodInfo); DO_APP_FUNC(0x028889F0, void, PhotonPoller_OnEvent, (PhotonPoller * __this, EventData * evt, MethodInfo * method)); DO_APP_FUNC(0x02888D30, void, PhotonPoller_HandleStateChanged, (PhotonPoller * __this, ClientState__Enum fromState, ClientState__Enum toState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F730, PhotonPoller_HandleStateChanged__MethodInfo); DO_APP_FUNC(0x02888EA0, void, PhotonPoller_PollOut, (PhotonPoller * __this, MethodInfo * method)); DO_APP_FUNC(0x028890E0, void, PhotonPoller_SendRelayUNreliable, (PhotonPoller * __this, uint8_t code, int32_t target, Object * data, MethodInfo * method)); DO_APP_FUNC(0x028891C0, void, PhotonPoller_SendRelayReliable, (PhotonPoller * __this, uint8_t code, int32_t target, Object * data, MethodInfo * method)); DO_APP_FUNC(0x028892A0, void, PhotonPoller_OnConnectStateChange, (ConnectState__Enum state, int32_t errorCode, MethodInfo * method)); DO_APP_FUNC(0x028899F0, void, PhotonPoller_OnCreatedRoom, (PhotonPoller * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonPoller_OnCreateRoomFailed, (PhotonPoller * __this, int16_t returnCode, String * message, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonPoller_OnFriendListUpdate, (PhotonPoller * __this, List_1_Photon_Realtime_FriendInfo_ * friendList, MethodInfo * method)); DO_APP_FUNC(0x02889A40, void, PhotonPoller_OnJoinedRoom, (PhotonPoller * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonPoller_OnJoinRandomFailed, (PhotonPoller * __this, int16_t returnCode, String * message, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonPoller_OnJoinRoomFailed, (PhotonPoller * __this, int16_t returnCode, String * message, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonPoller_OnLeftRoom, (PhotonPoller * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonPoller_OnMasterClientSwitched, (PhotonPoller * __this, Player_1 * newMasterClient, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonPoller_OnPlayerEnteredRoom, (PhotonPoller * __this, Player_1 * newPlayer, MethodInfo * method)); DO_APP_FUNC(0x02889A50, void, PhotonPoller_OnPlayerLeftRoom, (PhotonPoller * __this, Player_1 * otherPlayer, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonPoller_OnPlayerPropertiesUpdate, (PhotonPoller * __this, Player_1 * targetPlayer, Hashtable_1 * changedProps, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonPoller_OnRoomPropertiesUpdate, (PhotonPoller * __this, Hashtable_1 * propertiesThatChanged, MethodInfo * method)); DO_APP_FUNC(0x02889C70, PhotonPoller_PhotonPacket *, PhotonPoller_AllocPacket, (PhotonPoller * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02889E40, void, PhotonPoller_FreePacket, (PhotonPoller * __this, PhotonPoller_PhotonPacket * packet, MethodInfo * method)); DO_APP_FUNC(0x02889EA0, int32_t, PhotonPoller_RecvFrom, (Byte__Array * buffer, UdpEndPoint * endpoint, MethodInfo * method)); DO_APP_FUNC(0x0288A190, bool, PhotonPoller_RecvPoll, (MethodInfo * method)); DO_APP_FUNC(0x0288A350, int32_t, PhotonPoller_SendTo, (Byte__Array * buffer, int32_t bytesToSend, UdpEndPoint endpoint, MethodInfo * method)); DO_APP_FUNC(0x0288A4D0, Byte__Array *, PhotonPoller_CloneArray, (PhotonPoller * __this, Byte__Array * array, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0288A550, IEnumerator *, PhotonPoller_SetHostInfoRoutine, (PhotonPoller * __this, UdpSession * session, Action * startTimer, Action_2_Boolean_UdpKit_UdpSessionError_ * result, MethodInfo * method)); DO_APP_FUNC(0x0288A720, IEnumerator *, PhotonPoller_JoinSessionPre, (PhotonPoller * __this, Object * token, Action_2_Boolean_UdpKit_UdpSessionError_ * result, MethodInfo * method)); DO_APP_FUNC(0x0288A890, IEnumerator *, PhotonPoller_JoinSessionPost, (PhotonPoller * __this, Action * startTimer, MethodInfo * method)); DO_APP_FUNC(0x0288A9A0, IEnumerator *, PhotonPoller_JoinSessionRandomRoutine, (PhotonPoller * __this, UdpSessionFilter * sessionFilter, Object * token, Action_2_Boolean_UdpKit_UdpSessionError_ * result, Action * startTimer, MethodInfo * method)); DO_APP_FUNC(0x0288ABC0, IEnumerator *, PhotonPoller_JoinSessionRoutine, (PhotonPoller * __this, UdpSession * session, Object * token, Action_2_Boolean_UdpKit_UdpSessionError_ * result, Action * startTimer, MethodInfo * method)); DO_APP_FUNC(0x0288ADE0, IEnumerator *, PhotonPoller_FailedJoinCallback, (PhotonPoller * __this, MethodInfo * method)); DO_APP_FUNC(0x0288AE80, IEnumerator *, PhotonPoller_FailedCreateCallback, (PhotonPoller * __this, MethodInfo * method)); DO_APP_FUNC(0x0288AF20, void, PhotonPoller_ChangeState, (ConnectState__Enum state, int32_t error, MethodInfo * method)); DO_APP_FUNC(0x0288B280, UdpConnectionDisconnectReason__Enum, PhotonPoller_ConvertDisconnectReason, (DisconnectCause__Enum disconnectedCause, MethodInfo * method)); DO_APP_FUNC(0x0288B310, UdpSessionError__Enum, PhotonPoller_ConvertErrorCode, (int32_t error, MethodInfo * method)); DO_APP_FUNC(0x0288B380, MatchmakingMode__Enum, PhotonPoller_ConvertMatchmakingMode, (UdpSessionFillMode__Enum fillMode, MethodInfo * method)); DO_APP_FUNC(0x0288B3A0, void, PhotonPoller__ctor, (PhotonPoller * __this, MethodInfo * method)); DO_APP_FUNC(0x0288BE20, bool, PhotonPoller__JoinSessionPre_b__105_0, (PhotonPoller * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F5E8, PhotonPoller__JoinSessionPre_b__105_0__MethodInfo); DO_APP_FUNC(0x0288BEA0, bool, PhotonPoller__JoinSessionPost_b__106_0, (PhotonPoller * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F590, PhotonPoller__JoinSessionPost_b__106_0__MethodInfo); DO_APP_FUNC(0x0288BED0, bool, PhotonPoller__JoinSessionPost_b__106_1, (PhotonPoller * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F588, PhotonPoller__JoinSessionPost_b__106_1__MethodInfo); DO_APP_FUNC(0x0288BF00, bool, PhotonPoller__JoinSessionPost_b__106_2, (PhotonPoller * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F5B0, PhotonPoller__JoinSessionPost_b__106_2__MethodInfo); DO_APP_FUNC(0x003AC050, void, PhotonPoller_PhotonPacket__ctor, (PhotonPoller_PhotonPacket * __this, MethodInfo * method)); DO_APP_FUNC(0x0288BF10, void, PhotonPoller_PhotonPacket__ctor_1, (PhotonPoller_PhotonPacket * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0288BFB0, void, PhotonPoller_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonPoller_c__ctor, (PhotonPoller_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0288C060, void, PhotonPoller_c__SetHostInfo_b__0_0, (PhotonPoller_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FD30, PhotonPoller_c__SetHostInfo_b__0_0__MethodInfo); DO_APP_FUNC(0x0288C2B0, void, PhotonPoller_c__JoinSession_b__1_0, (PhotonPoller_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FD00, PhotonPoller_c__JoinSession_b__1_0__MethodInfo); DO_APP_FUNC(0x0288C470, void, PhotonPoller_c__JoinRandomSession_b__2_0, (PhotonPoller_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FD18, PhotonPoller_c__JoinRandomSession_b__2_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, PhotonPoller_c__CreatePoller_b__62_0, (PhotonPoller_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FB78, PhotonPoller_c__CreatePoller_b__62_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, PhotonPoller_c_DisplayClass64_0__ctor, (PhotonPoller_c_DisplayClass64_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0288C630, void, PhotonPoller_c_DisplayClass64_0__SetupPhotonClient_g__callbackHandler_0, (PhotonPoller_c_DisplayClass64_0 * __this, bool result, UdpConnectionDisconnectReason__Enum disconnectReason, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FB30, PhotonPoller_c_DisplayClass64_0__SetupPhotonClient_g__callbackHandler_0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, PhotonPoller_StartClientTimeout_d_65__ctor, (PhotonPoller_StartClientTimeout_d_65 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonPoller_StartClientTimeout_d_65_System_IDisposable_Dispose, (PhotonPoller_StartClientTimeout_d_65 * __this, MethodInfo * method)); DO_APP_FUNC(0x0288CDE0, bool, PhotonPoller_StartClientTimeout_d_65_MoveNext, (PhotonPoller_StartClientTimeout_d_65 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PhotonPoller_StartClientTimeout_d_65_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PhotonPoller_StartClientTimeout_d_65 * __this, MethodInfo * method)); DO_APP_FUNC(0x0288D040, void, PhotonPoller_StartClientTimeout_d_65_System_Collections_IEnumerator_Reset, (PhotonPoller_StartClientTimeout_d_65 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F568, PhotonPoller_StartClientTimeout_d_65_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PhotonPoller_StartClientTimeout_d_65_System_Collections_IEnumerator_get_Current, (PhotonPoller_StartClientTimeout_d_65 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonPoller_c_DisplayClass104_0__ctor, (PhotonPoller_c_DisplayClass104_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x0288D090, bool, PhotonPoller_c_DisplayClass104_0__SetHostInfoRoutine_b__0, (PhotonPoller_c_DisplayClass104_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F4E8, PhotonPoller_c_DisplayClass104_0__SetHostInfoRoutine_b__0__MethodInfo); DO_APP_FUNC(0x0288D110, bool, PhotonPoller_c_DisplayClass104_0__SetHostInfoRoutine_b__1, (PhotonPoller_c_DisplayClass104_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F500, PhotonPoller_c_DisplayClass104_0__SetHostInfoRoutine_b__1__MethodInfo); DO_APP_FUNC(0x0288D160, bool, PhotonPoller_c_DisplayClass104_0__SetHostInfoRoutine_b__2, (PhotonPoller_c_DisplayClass104_0 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F4F8, PhotonPoller_c_DisplayClass104_0__SetHostInfoRoutine_b__2__MethodInfo); DO_APP_FUNC(0x003BAD60, void, PhotonPoller_SetHostInfoRoutine_d_104__ctor, (PhotonPoller_SetHostInfoRoutine_d_104 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonPoller_SetHostInfoRoutine_d_104_System_IDisposable_Dispose, (PhotonPoller_SetHostInfoRoutine_d_104 * __this, MethodInfo * method)); DO_APP_FUNC(0x0288D190, bool, PhotonPoller_SetHostInfoRoutine_d_104_MoveNext, (PhotonPoller_SetHostInfoRoutine_d_104 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PhotonPoller_SetHostInfoRoutine_d_104_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PhotonPoller_SetHostInfoRoutine_d_104 * __this, MethodInfo * method)); DO_APP_FUNC(0x0288E5D0, void, PhotonPoller_SetHostInfoRoutine_d_104_System_Collections_IEnumerator_Reset, (PhotonPoller_SetHostInfoRoutine_d_104 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F5D0, PhotonPoller_SetHostInfoRoutine_d_104_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PhotonPoller_SetHostInfoRoutine_d_104_System_Collections_IEnumerator_get_Current, (PhotonPoller_SetHostInfoRoutine_d_104 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PhotonPoller_JoinSessionPre_d_105__ctor, (PhotonPoller_JoinSessionPre_d_105 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonPoller_JoinSessionPre_d_105_System_IDisposable_Dispose, (PhotonPoller_JoinSessionPre_d_105 * __this, MethodInfo * method)); DO_APP_FUNC(0x0288E620, bool, PhotonPoller_JoinSessionPre_d_105_MoveNext, (PhotonPoller_JoinSessionPre_d_105 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PhotonPoller_JoinSessionPre_d_105_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PhotonPoller_JoinSessionPre_d_105 * __this, MethodInfo * method)); DO_APP_FUNC(0x0288E890, void, PhotonPoller_JoinSessionPre_d_105_System_Collections_IEnumerator_Reset, (PhotonPoller_JoinSessionPre_d_105 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F5E0, PhotonPoller_JoinSessionPre_d_105_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PhotonPoller_JoinSessionPre_d_105_System_Collections_IEnumerator_get_Current, (PhotonPoller_JoinSessionPre_d_105 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PhotonPoller_JoinSessionPost_d_106__ctor, (PhotonPoller_JoinSessionPost_d_106 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonPoller_JoinSessionPost_d_106_System_IDisposable_Dispose, (PhotonPoller_JoinSessionPost_d_106 * __this, MethodInfo * method)); DO_APP_FUNC(0x0288E8E0, bool, PhotonPoller_JoinSessionPost_d_106_MoveNext, (PhotonPoller_JoinSessionPost_d_106 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PhotonPoller_JoinSessionPost_d_106_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PhotonPoller_JoinSessionPost_d_106 * __this, MethodInfo * method)); DO_APP_FUNC(0x0288F180, void, PhotonPoller_JoinSessionPost_d_106_System_Collections_IEnumerator_Reset, (PhotonPoller_JoinSessionPost_d_106 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F5B8, PhotonPoller_JoinSessionPost_d_106_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PhotonPoller_JoinSessionPost_d_106_System_Collections_IEnumerator_get_Current, (PhotonPoller_JoinSessionPost_d_106 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PhotonPoller_JoinSessionRandomRoutine_d_107__ctor, (PhotonPoller_JoinSessionRandomRoutine_d_107 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonPoller_JoinSessionRandomRoutine_d_107_System_IDisposable_Dispose, (PhotonPoller_JoinSessionRandomRoutine_d_107 * __this, MethodInfo * method)); DO_APP_FUNC(0x0288F1D0, bool, PhotonPoller_JoinSessionRandomRoutine_d_107_MoveNext, (PhotonPoller_JoinSessionRandomRoutine_d_107 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PhotonPoller_JoinSessionRandomRoutine_d_107_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PhotonPoller_JoinSessionRandomRoutine_d_107 * __this, MethodInfo * method)); DO_APP_FUNC(0x0288F690, void, PhotonPoller_JoinSessionRandomRoutine_d_107_System_Collections_IEnumerator_Reset, (PhotonPoller_JoinSessionRandomRoutine_d_107 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F438, PhotonPoller_JoinSessionRandomRoutine_d_107_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PhotonPoller_JoinSessionRandomRoutine_d_107_System_Collections_IEnumerator_get_Current, (PhotonPoller_JoinSessionRandomRoutine_d_107 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PhotonPoller_JoinSessionRoutine_d_108__ctor, (PhotonPoller_JoinSessionRoutine_d_108 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonPoller_JoinSessionRoutine_d_108_System_IDisposable_Dispose, (PhotonPoller_JoinSessionRoutine_d_108 * __this, MethodInfo * method)); DO_APP_FUNC(0x0288F6E0, bool, PhotonPoller_JoinSessionRoutine_d_108_MoveNext, (PhotonPoller_JoinSessionRoutine_d_108 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PhotonPoller_JoinSessionRoutine_d_108_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PhotonPoller_JoinSessionRoutine_d_108 * __this, MethodInfo * method)); DO_APP_FUNC(0x0288FA20, void, PhotonPoller_JoinSessionRoutine_d_108_System_Collections_IEnumerator_Reset, (PhotonPoller_JoinSessionRoutine_d_108 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F440, PhotonPoller_JoinSessionRoutine_d_108_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PhotonPoller_JoinSessionRoutine_d_108_System_Collections_IEnumerator_get_Current, (PhotonPoller_JoinSessionRoutine_d_108 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PhotonPoller_FailedJoinCallback_d_109__ctor, (PhotonPoller_FailedJoinCallback_d_109 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonPoller_FailedJoinCallback_d_109_System_IDisposable_Dispose, (PhotonPoller_FailedJoinCallback_d_109 * __this, MethodInfo * method)); DO_APP_FUNC(0x0288FA70, bool, PhotonPoller_FailedJoinCallback_d_109_MoveNext, (PhotonPoller_FailedJoinCallback_d_109 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PhotonPoller_FailedJoinCallback_d_109_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PhotonPoller_FailedJoinCallback_d_109 * __this, MethodInfo * method)); DO_APP_FUNC(0x0288FC30, void, PhotonPoller_FailedJoinCallback_d_109_System_Collections_IEnumerator_Reset, (PhotonPoller_FailedJoinCallback_d_109 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F458, PhotonPoller_FailedJoinCallback_d_109_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PhotonPoller_FailedJoinCallback_d_109_System_Collections_IEnumerator_get_Current, (PhotonPoller_FailedJoinCallback_d_109 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, PhotonPoller_FailedCreateCallback_d_110__ctor, (PhotonPoller_FailedCreateCallback_d_110 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonPoller_FailedCreateCallback_d_110_System_IDisposable_Dispose, (PhotonPoller_FailedCreateCallback_d_110 * __this, MethodInfo * method)); DO_APP_FUNC(0x0288FC80, bool, PhotonPoller_FailedCreateCallback_d_110_MoveNext, (PhotonPoller_FailedCreateCallback_d_110 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PhotonPoller_FailedCreateCallback_d_110_System_Collections_Generic_IEnumerator_System_Object__get_Current, (PhotonPoller_FailedCreateCallback_d_110 * __this, MethodInfo * method)); DO_APP_FUNC(0x0288FE20, void, PhotonPoller_FailedCreateCallback_d_110_System_Collections_IEnumerator_Reset, (PhotonPoller_FailedCreateCallback_d_110 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F408, PhotonPoller_FailedCreateCallback_d_110_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, PhotonPoller_FailedCreateCallback_d_110_System_Collections_IEnumerator_get_Current, (PhotonPoller_FailedCreateCallback_d_110 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, PhotonRegion_get_Code, (PhotonRegion * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, PhotonRegion_get_Name, (PhotonRegion * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, PhotonRegion_get_City, (PhotonRegion * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, PhotonRegion_Regions__Enum, PhotonRegion_get_Region, (PhotonRegion * __this, MethodInfo * method)); DO_APP_FUNC(0x0288FE70, PhotonRegion *, PhotonRegion_GetRegion, (String * regionCode, MethodInfo * method)); DO_APP_FUNC(0x028901C0, PhotonRegion *, PhotonRegion_GetRegion_1, (PhotonRegion_Regions__Enum targetRegion, MethodInfo * method)); DO_APP_FUNC(0x02890250, String *, PhotonRegion_ToString, (PhotonRegion * __this, MethodInfo * method)); DO_APP_FUNC(0x02890340, void, PhotonRegion__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02890FD0, void, PhotonRegion__ctor, (PhotonRegion * __this, String * code, String * name, String * city, PhotonRegion_Regions__Enum region, MethodInfo * method)); DO_APP_FUNC(0x02891120, void, PhotonSession__ctor, (PhotonSession * __this, MethodInfo * method)); DO_APP_FUNC(0x02891140, PhotonSession *, PhotonSession_Build, (String * roomName, MethodInfo * method)); DO_APP_FUNC(0x028911D0, PhotonSession *, PhotonSession_Convert, (RoomInfo * roomInfo, MethodInfo * method)); DO_APP_FUNC(0x028919D0, PhotonSession *, PhotonSession_Convert_1, (Room * roomInfo, MethodInfo * method)); DO_APP_FUNC(0x003C7040, Hashtable_1 *, PhotonSession_get_Properties, (PhotonSession * __this, MethodInfo * method)); DO_APP_FUNC(0x00591040, void, PhotonSession_set_Properties, (PhotonSession * __this, Hashtable_1 * value, MethodInfo * method)); DO_APP_FUNC(0x0070E040, bool, PhotonSession_get_IsOpen, (PhotonSession * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E050, void, PhotonSession_set_IsOpen, (PhotonSession * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C23FE0, bool, PhotonSession_get_IsVisible, (PhotonSession * __this, MethodInfo * method)); DO_APP_FUNC(0x00C23FF0, void, PhotonSession_set_IsVisible, (PhotonSession * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, PhotonSession_get_IsDedicatedServer, (PhotonSession * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, UdpSessionSource__Enum, PhotonSession_get_Source, (PhotonSession * __this, MethodInfo * method)); DO_APP_FUNC(0x00C24000, bool, PhotonSession_get_IsPunchEnabled, (PhotonSession * __this, MethodInfo * method)); DO_APP_FUNC(0x00C24010, void, PhotonSession_set_IsPunchEnabled, (PhotonSession * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02891A20, void, PhotonSession__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02891CD0, IEnumerator *, RoutineManager_EnqueueRoutine, (IEnumerator * asyncMethod, MethodInfo * method)); DO_APP_FUNC(0x02891D60, void, RoutineManager_CancelRoutine, (IEnumerator__Array * asyncMethods, MethodInfo * method)); DO_APP_FUNC(0x02891E10, void, RoutineManager_OnEnable, (RoutineManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02891FA0, void, RoutineManager_OnDestroy, (RoutineManager * __this, MethodInfo * method)); DO_APP_FUNC(0x028922E0, void, RoutineManager_Update, (RoutineManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, RoutineManager__ctor, (RoutineManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02892710, void, StunMsgHeader__ctor, (StunMsgHeader * __this, uint32_t type, uint32_t length, uint32_t magic, Byte__Array * ts_id, MethodInfo * method)); DO_APP_FUNC(0x028927D0, Byte__Array *, StunMsgHeader_Encode, (StunMsgHeader * __this, MethodInfo * method)); DO_APP_FUNC(0x02892A30, StunMsgHeader *, StunMsgHeader_Decode, (StunMsgHeader * __this, Byte__Array * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EFE8, StunMsgHeader_Decode__MethodInfo); DO_APP_FUNC(0x02892F80, StunServers_StunServer__Array *, StunServers_get_ALL_SERVERS, (MethodInfo * method)); DO_APP_FUNC(0x028931C0, bool, StunServers_RefreshServers, (MethodInfo * method)); DO_APP_FUNC(0x02893620, StunServers_StunServer *, StunServers_BuildIP, (String * ipOrname, int32_t port, MethodInfo * method)); DO_APP_FUNC(0x02893CE0, void, StunServers_SetCustomSTUNServer, (String * ipOrname, int32_t port, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StunServers_StunServer__ctor, (StunServers_StunServer * __this, MethodInfo * method)); DO_APP_FUNC(0x02893E10, void, PunchMessage__ctor, (PunchMessage * __this, UdpEndPoint target, Byte__Array * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, PunchMessage_GetRemoteId, (PunchMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x02893F80, bool, PunchMessage_IsPunch, (PunchMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x02893FB0, bool, PunchMessage_IsPing, (PunchMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x02893FD0, String *, PunchMessage_ToString, (PunchMessage * __this, MethodInfo * method)); DO_APP_FUNC(0x028940F0, UdpEndPoint, StunManager_get_ExternalEndpoint, (StunManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02894280, UdpEndPoint, StunManager_get_InternalEndPoint, (StunManager * __this, MethodInfo * method)); DO_APP_FUNC(0x028942A0, bool, StunManager_get_IsDone, (StunManager * __this, MethodInfo * method)); DO_APP_FUNC(0x028942B0, void, StunManager__ctor, (StunManager * __this, PhotonPlatformConfig * photonConfig, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, StunManager_SetupSocket, (StunManager * __this, UdpPlatformSocket * socket, MethodInfo * method)); DO_APP_FUNC(0x028944E0, void, StunManager_SetExternalInfo, (StunManager * __this, UdpEndPoint endPoint, MethodInfo * method)); DO_APP_FUNC(0x02894500, void, StunManager_SetInternalEndPoint, (StunManager * __this, UdpEndPoint endPoint, MethodInfo * method)); DO_APP_FUNC(0x02894540, void, StunManager_RegisterPingTarget, (StunManager * __this, int32_t playerID, UdpEndPoint targetEndPoint, MethodInfo * method)); DO_APP_FUNC(0x02894810, void, StunManager_RemovePingTarget, (StunManager * __this, int32_t playerID, MethodInfo * method)); DO_APP_FUNC(0x028949F0, bool, StunManager_RecvStun, (StunManager * __this, Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC(0x02894EE0, void, StunManager_Reset, (StunManager * __this, MethodInfo * method)); DO_APP_FUNC(0x028951A0, void, StunManager_Service, (StunManager * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FD50, StunManager_Service__MethodInfo); DO_APP_FUNC(0x02895830, void, StunManager_RequestStunInfo, (StunManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02895B70, void, StunManager_Ping, (StunManager * __this, UdpEndPoint endPoint, MethodInfo * method)); DO_APP_FUNC(0x02895BD0, bool, StunManager_IsSignalingMsg, (StunManager * __this, Byte__Array * msg, MethodInfo * method)); DO_APP_FUNC(0x02895D50, Byte__Array *, StunManager_BuildPingRequest, (StunManager * __this, int32_t localId, MethodInfo * method)); DO_APP_FUNC(0x02895DF0, Byte__Array *, StunManager_BuildPongResponse, (StunManager * __this, int32_t localId, MethodInfo * method)); DO_APP_FUNC(0x02895E90, StunMsgHeader *, StunManager_BuildSignalingRequest, (MethodInfo * method)); DO_APP_FUNC(0x02895F50, StunMsgHeader *, StunManager_BuildSignalingResponse, (MethodInfo * method)); DO_APP_FUNC(0x02896010, StunMsgHeader *, StunManager_BuildStunInfoRequest, (int32_t id, MethodInfo * method)); DO_APP_FUNC(0x028960C0, IPEndPoint *, StunManager_GetIpEndPoint, (StunManager * __this, StunMsgHeader * stun, MethodInfo * method)); DO_APP_FUNC(0x02896590, void, StunManager_GetAddress, (StunManager * __this, Byte__Array * payload, int32_t startDiff, uint32_t * outPort, Byte__Array * * convertedAddress, MethodInfo * method)); DO_APP_FUNC(0x02896B40, bool, StunManager_ValidStunMsg, (StunManager * __this, StunMsgHeader * msg, StunMsgType__Enum type, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02896CC0, void, StunManager_GetBytes, (Byte__Array * src, Byte__Array * dst, int32_t start, MethodInfo * method)); DO_APP_FUNC(0x02896D00, Byte__Array *, StunManager_BuildID, (int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02896E60, void, StunManager__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StunManager_PingTarget__ctor, (StunManager_PingTarget * __this, MethodInfo * method)); DO_APP_FUNC(0x028973F0, bool, PhotonClient_get_FallbackThreadRunning, (PhotonClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02897400, int32_t, PhotonClient_get_Tick, (PhotonClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02897450, void, PhotonClient_StartFallbackSendAckThread, (PhotonClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02897530, void, PhotonClient_StopFallbackSendAckThread, (PhotonClient * __this, MethodInfo * method)); DO_APP_FUNC(0x028975B0, bool, PhotonClient_RealtimeFallbackThread, (PhotonClient * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EEC0, PhotonClient_RealtimeFallbackThread__MethodInfo); DO_APP_FUNC(0x003AC050, void, PhotonClient_OnConnected, (PhotonClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02897720, void, PhotonClient_OnConnectedToMaster, (PhotonClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02897740, void, PhotonClient_OnCustomAuthenticationFailed, (PhotonClient * __this, String * debugMessage, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, PhotonClient_OnCustomAuthenticationResponse, (PhotonClient * __this, Dictionary_2_System_String_System_Object_ * data, MethodInfo * method)); DO_APP_FUNC(0x02897840, void, PhotonClient_OnDisconnected, (PhotonClient * __this, DisconnectCause__Enum cause, MethodInfo * method)); DO_APP_FUNC(0x02897900, void, PhotonClient_OnRegionListReceived, (PhotonClient * __this, RegionHandler * regionHandler, MethodInfo * method)); DO_APP_FUNC(0x028979B0, void, PhotonClient_OnRegionPingCompleted, (PhotonClient * __this, RegionHandler * regionHandler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EEB0, PhotonClient_OnRegionPingCompleted__MethodInfo); DO_APP_FUNC(0x02897E10, int32_t, PhotonClient_get_CurrentMasterId, (PhotonClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02897E30, bool, PhotonClient_get_Enabled, (PhotonClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02897E40, void, PhotonClient_set_Enabled, (PhotonClient * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01900D30, Dictionary_2_System_String_System_Object_ *, PhotonClient_get_CustomAuthData, (PhotonClient * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, PhotonClient_set_CustomAuthData, (PhotonClient * __this, Dictionary_2_System_String_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x02897E50, bool, PhotonClient_get_RoomInfoListHasChanged, (PhotonClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02897E60, void, PhotonClient_set_RoomInfoListHasChanged, (PhotonClient * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, TypedLobbyInfo *, PhotonClient_get_lastLobbyStatistics, (PhotonClient * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, PhotonClient_set_lastLobbyStatistics, (PhotonClient * __this, TypedLobbyInfo * value, MethodInfo * method)); DO_APP_FUNC(0x02897E70, List_1_Photon_Realtime_RoomInfo_ *, PhotonClient_get_RoomInfoList, (PhotonClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02898270, void, PhotonClient_set_RoomInfoList, (PhotonClient * __this, List_1_Photon_Realtime_RoomInfo_ * value, MethodInfo * method)); DO_APP_FUNC(0x028986A0, int32_t, PhotonClient_LocalPlayerID, (PhotonClient * __this, MethodInfo * method)); DO_APP_FUNC(0x01EF4CD0, bool, PhotonClient_IsJoined, (PhotonClient * __this, MethodInfo * method)); DO_APP_FUNC(0x028986C0, bool, PhotonClient_LocalPlayerIsMasterClient, (PhotonClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02898700, void, PhotonClient__ctor, (PhotonClient * __this, PhotonPlatformConfig * config, MethodInfo * method)); DO_APP_FUNC(0x02898D20, bool, PhotonClient_Connect, (PhotonClient * __this, PhotonRegion * region, Action_2_Boolean_UdpKit_UdpConnectionDisconnectReason_ * result, MethodInfo * method)); DO_APP_FUNC(0x02898EE0, void, PhotonClient_ClearRoomInfo, (PhotonClient * __this, MethodInfo * method)); DO_APP_FUNC(0x028990B0, void, PhotonClient_JoinLobby, (PhotonClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02899480, void, PhotonClient_Disable, (PhotonClient * __this, DisconnectCause__Enum cause, MethodInfo * method)); DO_APP_FUNC(0x02899550, void, PhotonClient_Update, (PhotonClient * __this, MethodInfo * method)); DO_APP_FUNC(0x028995E0, void, PhotonClient_DebugReturn, (PhotonClient * __this, DebugLevel__Enum level, String * message, MethodInfo * method)); DO_APP_FUNC(0x028997A0, void, PhotonClient_RaiseDoneCallback, (PhotonClient * __this, bool result, UdpConnectionDisconnectReason__Enum disconnectReason, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonClient_OnCreatedRoom, (PhotonClient * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonClient_OnCreateRoomFailed, (PhotonClient * __this, int16_t returnCode, String * message, MethodInfo * method)); DO_APP_FUNC(0x02899940, void, PhotonClient_OnJoinedRoom, (PhotonClient * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonClient_OnJoinRandomFailed, (PhotonClient * __this, int16_t returnCode, String * message, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonClient_OnJoinRoomFailed, (PhotonClient * __this, int16_t returnCode, String * message, MethodInfo * method)); DO_APP_FUNC(0x02899970, void, PhotonClient_OnLeftRoom, (PhotonClient * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonClient_OnFriendListUpdate, (PhotonClient * __this, List_1_Photon_Realtime_FriendInfo_ * friendList, MethodInfo * method)); DO_APP_FUNC(0x028999D0, void, PhotonClient_OnJoinedLobby, (PhotonClient * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonClient_OnLeftLobby, (PhotonClient * __this, MethodInfo * method)); DO_APP_FUNC(0x02899B00, void, PhotonClient_OnLobbyStatisticsUpdate, (PhotonClient * __this, List_1_Photon_Realtime_TypedLobbyInfo_ * lobbyStatistics, MethodInfo * method)); DO_APP_FUNC(0x02899CD0, void, PhotonClient_OnRoomListUpdate, (PhotonClient * __this, List_1_Photon_Realtime_RoomInfo_ * roomList, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonClient_OnMasterClientSwitched, (PhotonClient * __this, Player_1 * newMasterClient, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonClient_OnPlayerEnteredRoom, (PhotonClient * __this, Player_1 * newPlayer, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonClient_OnPlayerLeftRoom, (PhotonClient * __this, Player_1 * otherPlayer, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhotonClient_OnPlayerPropertiesUpdate, (PhotonClient * __this, Player_1 * targetPlayer, Hashtable_1 * changedProps, MethodInfo * method)); DO_APP_FUNC(0x02899CE0, void, PhotonClient_OnRoomPropertiesUpdate, (PhotonClient * __this, Hashtable_1 * propertiesThatChanged, MethodInfo * method)); DO_APP_FUNC(0x02899CF0, void, SocketUdpPool__ctor, (SocketUdpPool * __this, PeerBase * npeer, MethodInfo * method)); DO_APP_FUNC(0x02899E10, void, SocketUdpPool_Finalize, (SocketUdpPool * __this, MethodInfo * method)); DO_APP_FUNC(0x02899E50, void, SocketUdpPool_Dispose, (SocketUdpPool * __this, MethodInfo * method)); DO_APP_FUNC(0x02899F70, bool, SocketUdpPool_Connect, (SocketUdpPool * __this, MethodInfo * method)); DO_APP_FUNC(0x0289A190, bool, SocketUdpPool_Disconnect, (SocketUdpPool * __this, MethodInfo * method)); DO_APP_FUNC(0x0289A480, PhotonSocketError__Enum, SocketUdpPool_Send, (SocketUdpPool * __this, Byte__Array * data, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01ED5030, PhotonSocketError__Enum, SocketUdpPool_Receive, (SocketUdpPool * __this, Byte__Array * * data, MethodInfo * method)); DO_APP_FUNC(0x0289A9E0, void, SocketUdpPool_DnsAndConnect, (SocketUdpPool * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EDA8, SocketUdpPool_DnsAndConnect__MethodInfo); DO_APP_FUNC(0x0289B0D0, void, SocketUdpPool_ReceiveLoop, (SocketUdpPool * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7ED88, SocketUdpPool_ReceiveLoop__MethodInfo); DO_APP_FUNC(0x01CA1D20, bool, VRBuilder_HasFirstPersonTwoHandTracking, (GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CA2070, void, VRBuilder_AddFirstPersonTwoHandTracking, (GameObject * character, GameObject__Array * hands, RuntimeAnimatorController__Array * animatorControllers, GameObject__Array * itemSlotParents, MethodInfo * method)); DO_APP_FUNC(0x01CA30B0, void, VRBuilder_AddHand, (FirstPersonObjects * firstPersonObjects, GameObject * hand, RuntimeAnimatorController * animatorController, GameObject * itemSlotParent, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01CA37C0, void, VRBuilder_RemoveFirstPersonTwoHandTracking, (GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CA3BB0, bool, VRBuilder_HasFirstPersonOneHandTracking, (GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CA3ED0, void, VRBuilder_AddFirstPersonOneHandTracking, (GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CA43A0, void, VRBuilder_RemoveFirstPersonOneHandTracking, (GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CA4630, void, VRBuilder_AddFirstPersonNoHandTracking, (GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CA4870, Camera *, VRBuilder_CreateVRCamera, (CameraController * cameraController, MethodInfo * method)); DO_APP_FUNC(0x00A23080, Vector3, FollowVRCameraCanvas_get_Offset, (FollowVRCameraCanvas * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA4F50, void, FollowVRCameraCanvas_set_Offset, (FollowVRCameraCanvas * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01CA4F60, float, FollowVRCameraCanvas_get_LerpSpeed, (FollowVRCameraCanvas * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA4F70, void, FollowVRCameraCanvas_set_LerpSpeed, (FollowVRCameraCanvas * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CA4F80, void, FollowVRCameraCanvas_Awake, (FollowVRCameraCanvas * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA5470, void, FollowVRCameraCanvas_OnAttachCharacter, (FollowVRCameraCanvas * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CA5780, void, FollowVRCameraCanvas_OnImmediateTransformChange, (FollowVRCameraCanvas * __this, bool snapAnimator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDAC0, FollowVRCameraCanvas_OnImmediateTransformChange__MethodInfo); DO_APP_FUNC(0x01CA5790, void, FollowVRCameraCanvas_LateUpdate, (FollowVRCameraCanvas * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA5AF0, void, FollowVRCameraCanvas_FixedUpdate, (FollowVRCameraCanvas * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA5B00, void, FollowVRCameraCanvas__ctor, (FollowVRCameraCanvas * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE2C0, float, UIFade_get_OnDeathFadeDuration, (UIFade * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE2D0, void, UIFade_set_OnDeathFadeDuration, (UIFade * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CA5B30, void, UIFade_Awake, (UIFade * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA5C50, void, UIFade_OnAttachCharacter, (UIFade * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CA6140, void, UIFade_Update, (UIFade * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA6390, void, UIFade_StartFade, (UIFade * __this, float duration, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDBD8, UIFade_StartFade__MethodInfo); DO_APP_FUNC(0x01CA6490, void, UIFade_OnDeath, (UIFade * __this, Vector3 position, Vector3 force, GameObject * attacker, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDBF8, UIFade_OnDeath__MethodInfo); DO_APP_FUNC(0x01CA65B0, void, UIFade_OnRespawn, (UIFade * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDBE8, UIFade_OnRespawn__MethodInfo); DO_APP_FUNC(0x01CA6650, void, UIFade__ctor, (UIFade * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA6670, void, AOTLinker_4_Linker, (AOTLinker_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AOTLinker_4__ctor, (AOTLinker_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA7210, void, AOTLinker_c_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AOTLinker_c_1__ctor, (AOTLinker_c_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, MoveInPlace_HandMovementOptions__Enum, AOTLinker_c_1__Linker_b__0_0, (AOTLinker_c_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD8F0, AOTLinker_c_1__Linker_b__0_0__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c_1__Linker_b__0_1, (AOTLinker_c_1 * __this, MoveInPlace_HandMovementOptions__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD8E0, AOTLinker_c_1__Linker_b__0_1__MethodInfo); DO_APP_FUNC(0x00ADC210, SlotEquip_ItemDefinitionStateName, AOTLinker_c_1__Linker_b__0_2, (AOTLinker_c_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDAA0, AOTLinker_c_1__Linker_b__0_2__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c_1__Linker_b__0_3, (AOTLinker_c_1 * __this, SlotEquip_ItemDefinitionStateName value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDA90, AOTLinker_c_1__Linker_b__0_3__MethodInfo); DO_APP_FUNC(0x003C94D0, Hold_StopAction__Enum, AOTLinker_c_1__Linker_b__0_4, (AOTLinker_c_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDA80, AOTLinker_c_1__Linker_b__0_4__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c_1__Linker_b__0_5, (AOTLinker_c_1 * __this, Hold_StopAction__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDA70, AOTLinker_c_1__Linker_b__0_5__MethodInfo); DO_APP_FUNC(0x003C94D0, FlickReload_StartFlickDirection__Enum, AOTLinker_c_1__Linker_b__0_6, (AOTLinker_c_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDA60, AOTLinker_c_1__Linker_b__0_6__MethodInfo); DO_APP_FUNC(0x003AC050, void, AOTLinker_c_1__Linker_b__0_7, (AOTLinker_c_1 * __this, FlickReload_StartFlickDirection__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDA50, AOTLinker_c_1__Linker_b__0_7__MethodInfo); DO_APP_FUNC(0x003CB0F0, float, VRThrowableItem_get_VelocityMultiplier, (VRThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA72C0, void, VRThrowableItem_set_VelocityMultiplier, (VRThrowableItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, VRThrowableItem_get_ForwardVelocityThreshold, (VRThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA750, void, VRThrowableItem_set_ForwardVelocityThreshold, (VRThrowableItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB1A0, float, VRThrowableItem_get_ForwardVelocityMultiplier, (VRThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00986690, void, VRThrowableItem_set_ForwardVelocityMultiplier, (VRThrowableItem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CA72D0, void, VRThrowableItem_Awake, (VRThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA7610, void, VRThrowableItem_Equip, (VRThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA7670, void, VRThrowableItem_Update, (VRThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA7780, Vector3, VRThrowableItem_GetVelocity, (VRThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA79A0, void, VRThrowableItem_Unequip, (VRThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA7A00, void, VRThrowableItem__ctor, (VRThrowableItem * __this, MethodInfo * method)); DO_APP_FUNC(0x00B46BA0, Vector3, HandTracker_1_get_RotationOffset, (HandTracker_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B46BC0, void, HandTracker_1_set_RotationOffset, (HandTracker_1 * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x003CB0F0, float, HandTracker_1_get_MinPitchLimit, (HandTracker_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA72C0, void, HandTracker_1_set_MinPitchLimit, (HandTracker_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x007556C0, float, HandTracker_1_get_MaxPitchLimit, (HandTracker_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00989750, void, HandTracker_1_set_MaxPitchLimit, (HandTracker_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x005DE720, float, HandTracker_1_get_MinYawLimit, (HandTracker_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE730, void, HandTracker_1_set_MinYawLimit, (HandTracker_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CE2C0, float, HandTracker_1_get_MaxYawLimit, (HandTracker_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE2D0, void, HandTracker_1_set_MaxYawLimit, (HandTracker_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CA7A30, float, HandTracker_1_get_MinRollLimit, (HandTracker_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA7A40, void, HandTracker_1_set_MinRollLimit, (HandTracker_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x008CC030, float, HandTracker_1_get_MaxRollLimit, (HandTracker_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x008CC040, void, HandTracker_1_set_MaxRollLimit, (HandTracker_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CA7A50, void, HandTracker_1_Awake, (HandTracker_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA7CE0, void, HandTracker_1_LateUpdate, (HandTracker_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA7F00, void, HandTracker_1_ApplyRotation, (HandTracker_1 * __this, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x01CA8100, void, HandTracker_1_OnNodeStatusChange, (HandTracker_1 * __this, XRNode__Enum node, int32_t index, bool tracked, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD7E8, HandTracker_1_OnNodeStatusChange__MethodInfo); DO_APP_FUNC(0x01CA8210, void, HandTracker_1_OnDestroy, (HandTracker_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA82F0, void, HandTracker_1__ctor, (HandTracker_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00B46BA0, Vector3, HeadTracker_get_PositionOffset, (HeadTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x00B46BC0, void, HeadTracker_set_PositionOffset, (HeadTracker * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01CA8330, void, HeadTracker_Awake, (HeadTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA8490, void, HeadTracker_LateUpdate, (HeadTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA86D0, void, HeadTracker_TryRecenter, (HeadTracker * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD8B0, HeadTracker_TryRecenter__MethodInfo); DO_APP_FUNC(0x01CA86E0, void, HeadTracker_OnDestroy, (HeadTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F670, void, HeadTracker__ctor, (HeadTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA87B0, void, VRInputTracker_Start, (VRInputTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA8A40, void, VRInputTracker_Update, (VRInputTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA8E50, String *, VRInputTracker_GetDeviceName, (MethodInfo * method)); DO_APP_FUNC(0x01CA9020, bool, VRInputTracker_IsTracked, (XRNode__Enum node, MethodInfo * method)); DO_APP_FUNC(0x01CA9120, bool, VRInputTracker_GetLocalPosition, (XRNode__Enum node, Vector3 * position, MethodInfo * method)); DO_APP_FUNC(0x01CA92D0, bool, VRInputTracker_GetLocalRotation, (XRNode__Enum node, Quaternion * rotation, MethodInfo * method)); DO_APP_FUNC(0x01CA9470, bool, VRInputTracker_GetVelocity, (XRNode__Enum node, Vector3 * velocity, MethodInfo * method)); DO_APP_FUNC(0x01CA9630, void, VRInputTracker_TryRecenter, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD850, VRInputTracker_TryRecenter__MethodInfo); DO_APP_FUNC(0x01CA9870, void, VRInputTracker_OnDestroy, (VRInputTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, VRInputTracker__ctor, (VRInputTracker * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA9930, void, VRInputTracker__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01CA9B80, void, Hand_Awake, (Hand * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA9CA0, void, Hand_Start, (Hand * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAA120, void, Hand_OnTriggerEnter, (Hand * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01CAA4F0, void, Hand_AddTrigger, (Hand * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x01CAA770, void, Hand_OnTriggerExit, (Hand * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01CAA980, void, Hand_RemoveTrigger, (Hand * __this, Collider * collider, MethodInfo * method)); DO_APP_FUNC(0x01CAABF0, void, Hand_OnDisable, (Hand * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAAD80, void, Hand__ctor, (Hand * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, HandHandler_get_RightHandSlot, (HandHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, HandHandler_get_LeftHandSlot, (HandHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, Transform *, HandHandler_get_LeftHand, (HandHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, Transform *, HandHandler_get_RightHand, (HandHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x012D0740, Vector3, HandHandler_get_PositionOffset, (HandHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAADD0, void, HandHandler_set_PositionOffset, (HandHandler * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00990E00, Vector3, HandHandler_get_RotationOffset, (HandHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x00990E20, void, HandHandler_set_RotationOffset, (HandHandler * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01CAADE0, void, HandHandler_Awake, (HandHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAB790, void, HandHandler_Start, (HandHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAB8B0, void, HandHandler_LateUpdate, (HandHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAB910, void, HandHandler_UpdateLocation, (HandHandler * __this, GameObject * handGameObject, Transform * handTransform, XRNode__Enum node, int32_t slotIndex, MethodInfo * method)); DO_APP_FUNC(0x01CAC580, Transform *, HandHandler_GetHandTransform, (HandHandler * __this, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, HandHandler_GetSlotCount, (HandHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAC5A0, GameObject *, HandHandler_GetHand, (HandHandler * __this, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01CAC5B0, Vector3, HandHandler_GetVelocity, (HandHandler * __this, int32_t slotID, MethodInfo * method)); DO_APP_FUNC(0x01CAC820, void, HandHandler_OnWillEquipItem, (HandHandler * __this, Item * item, int32_t slotID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD660, HandHandler_OnWillEquipItem__MethodInfo); DO_APP_FUNC(0x01CAC890, void, HandHandler_OnUnequipItem, (HandHandler * __this, Item * item, int32_t slotID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD668, HandHandler_OnUnequipItem__MethodInfo); DO_APP_FUNC(0x01CACA60, void, HandHandler_OnNodeStatusChange, (HandHandler * __this, XRNode__Enum node, int32_t index, bool tracked, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD670, HandHandler_OnNodeStatusChange__MethodInfo); DO_APP_FUNC(0x01CACAA0, void, HandHandler_OnControllerConnected, (HandHandler * __this, bool controllerConnected, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD678, HandHandler_OnControllerConnected__MethodInfo); DO_APP_FUNC(0x01CACB00, void, HandHandler_OnDestroy, (HandHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01CACED0, void, HandHandler__ctor, (HandHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x008FC900, bool, FirstPersonVR_get_BlockInput, (FirstPersonVR * __this, MethodInfo * method)); DO_APP_FUNC(0x00985F10, void, FirstPersonVR_set_BlockInput, (FirstPersonVR * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, FirstPersonVR_get_FirstPersonPerspective, (FirstPersonVR * __this, MethodInfo * method)); DO_APP_FUNC(0x01CACF30, float, FirstPersonVR_GetDeltaYawRotation, (FirstPersonVR * __this, float characterHorizontalMovement, float characterForwardMovement, float cameraHorizontalMovement, float cameraVerticalMovement, MethodInfo * method)); DO_APP_FUNC(0x01CAD2F0, Vector2, FirstPersonVR_GetInputVector, (FirstPersonVR * __this, Vector2 inputVector, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, FirstPersonVR_UseIndependentLook, (FirstPersonVR * __this, bool characterLookDirection, MethodInfo * method)); DO_APP_FUNC(0x01CAD350, void, FirstPersonVR__ctor, (FirstPersonVR * __this, MethodInfo * method)); DO_APP_FUNC(0x005E84C0, bool, ArmSwing_get_LeftHandSwing, (ArmSwing * __this, MethodInfo * method)); DO_APP_FUNC(0x005E84D0, void, ArmSwing_set_LeftHandSwing, (ArmSwing * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01CAD360, bool, ArmSwing_get_RightHandSwing, (ArmSwing * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD370, void, ArmSwing_set_RightHandSwing, (ArmSwing * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01CAD380, float, ArmSwing_get_SpeedMultiplier, (ArmSwing * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD390, void, ArmSwing_set_SpeedMultiplier, (ArmSwing * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x009FBCC0, float, ArmSwing_get_MaxInputValue, (ArmSwing * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD3A0, void, ArmSwing_set_MaxInputValue, (ArmSwing * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CAD3B0, float, ArmSwing_get_RequiredMinDistance, (ArmSwing * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD3C0, void, ArmSwing_set_RequiredMinDistance, (ArmSwing * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ArmSwing_get_IsConcurrent, (ArmSwing * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD3D0, void, ArmSwing_AbilityStarted, (ArmSwing * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD850, void, ArmSwing_Update, (ArmSwing * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD8D0, float, ArmSwing_GetMoveDistance, (ArmSwing * __this, MethodInfo * method)); DO_APP_FUNC(0x01CADAC0, void, ArmSwing_OnNodeStatusChange, (ArmSwing * __this, XRNode__Enum node, int32_t index, bool tracked, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD5C0, ArmSwing_OnNodeStatusChange__MethodInfo); DO_APP_FUNC(0x01CADC60, void, ArmSwing_AbilityStopped, (ArmSwing * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01CADD50, void, ArmSwing__ctor, (ArmSwing * __this, MethodInfo * method)); DO_APP_FUNC(0x01CADD80, float, Dash_get_MoveSpeed, (Dash * __this, MethodInfo * method)); DO_APP_FUNC(0x01CADD90, void, Dash_set_MoveSpeed, (Dash * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CADDA0, float, Dash_get_ArrivedDistance, (Dash * __this, MethodInfo * method)); DO_APP_FUNC(0x01CADDB0, void, Dash_set_ArrivedDistance, (Dash * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CADDC0, float, Dash_get_ArrivedRotationDelta, (Dash * __this, MethodInfo * method)); DO_APP_FUNC(0x01CADDD0, void, Dash_set_ArrivedRotationDelta, (Dash * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CADDE0, void, Dash_AbilityStarted, (Dash * __this, MethodInfo * method)); DO_APP_FUNC(0x01CADE00, void, Dash_Update, (Dash * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAE1E0, void, Dash_UpdatePosition, (Dash * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAE480, void, Dash_ApplyPosition, (Dash * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAE6B0, void, Dash_OnHorizontalAxisInput, (Dash * __this, float axisValue, MethodInfo * method)); DO_APP_FUNC(0x01CAE760, void, Dash_OnVerticalAxisInput, (Dash * __this, float axisValue, MethodInfo * method)); DO_APP_FUNC(0x01CAE820, void, Dash_PerformMove, (Dash * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAEB90, void, Dash_AbilityStopped, (Dash * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01CAEC50, void, Dash__ctor, (Dash * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7740, float, DirectionalRotate_get_InputThreshold, (DirectionalRotate * __this, MethodInfo * method)); DO_APP_FUNC(0x005E7750, void, DirectionalRotate_set_InputThreshold, (DirectionalRotate * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CAED10, bool, DirectionalRotate_get_WaitForFade, (DirectionalRotate * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAED20, void, DirectionalRotate_set_WaitForFade, (DirectionalRotate * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009FBCC0, float, DirectionalRotate_get_FadeDuration, (DirectionalRotate * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD3A0, void, DirectionalRotate_set_FadeDuration, (DirectionalRotate * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CAD3B0, float, DirectionalRotate_get_Degrees, (DirectionalRotate * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD3C0, void, DirectionalRotate_set_Degrees, (DirectionalRotate * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x005EFF90, bool, DirectionalRotate_get_PitchRotation, (DirectionalRotate * __this, MethodInfo * method)); DO_APP_FUNC(0x005EFFA0, void, DirectionalRotate_set_PitchRotation, (DirectionalRotate * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01CAED30, void, DirectionalRotate_Awake, (DirectionalRotate * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAEE00, void, DirectionalRotate_AbilityStarted, (DirectionalRotate * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAF2D0, void, DirectionalRotate_OnHorizontalAxisInput, (DirectionalRotate * __this, float axisValue, MethodInfo * method)); DO_APP_FUNC(0x01CAF3E0, void, DirectionalRotate_OnVerticalAxisInput, (DirectionalRotate * __this, float axisValue, MethodInfo * method)); DO_APP_FUNC(0x01CAF500, void, DirectionalRotate_OnFade, (DirectionalRotate * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD428, DirectionalRotate_OnFade__MethodInfo); DO_APP_FUNC(0x01CAF510, void, DirectionalRotate_UpdateRotation, (DirectionalRotate * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAF5C0, void, DirectionalRotate_LateUpdate, (DirectionalRotate * __this, MethodInfo * method)); DO_APP_FUNC(0x005E8B90, void, DirectionalRotate_OnFadeComplete, (DirectionalRotate * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD438, DirectionalRotate_OnFadeComplete__MethodInfo); DO_APP_FUNC(0x01CAF6A0, void, DirectionalRotate_AbilityStopped, (DirectionalRotate * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01CAFB20, void, DirectionalRotate__ctor, (DirectionalRotate * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89C0, int32_t, FingerIndicator_get_SlotID, (FingerIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89D0, void, FingerIndicator_set_SlotID, (FingerIndicator * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x004FC900, String *, FingerIndicator_get_Prefix, (FingerIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC910, void, FingerIndicator_set_Prefix, (FingerIndicator * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, FingerIndicator_get_IsConcurrent, (FingerIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAFB50, void, FingerIndicator_Awake, (FingerIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB0180, String *, FingerIndicator_GetEventName, (FingerIndicator * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01CB0250, Action *, FingerIndicator_GetEventAction, (FingerIndicator * __this, int32_t index, bool down, MethodInfo * method)); DO_APP_FUNC(0x01CB0460, void, FingerIndicator_Start, (FingerIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB1230, bool, FingerIndicator_CanStartAbility, (FingerIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB12C0, bool, FingerIndicator_CanStopAbility, (FingerIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB1330, void, FingerIndicator_UpdateAnimator, (FingerIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB1680, int32_t, FingerIndicator_GetStateIndex, (FingerIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB1730, void, FingerIndicator_OnIndexDown, (FingerIndicator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD3F8, FingerIndicator_OnIndexDown__MethodInfo); DO_APP_FUNC(0x01CB1760, void, FingerIndicator_OnIndexUp, (FingerIndicator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD3C8, FingerIndicator_OnIndexUp__MethodInfo); DO_APP_FUNC(0x01CB17A0, void, FingerIndicator_OnIndexNearTouchDown, (FingerIndicator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD3E8, FingerIndicator_OnIndexNearTouchDown__MethodInfo); DO_APP_FUNC(0x01CB17D0, void, FingerIndicator_OnIndexNearTouchUp, (FingerIndicator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD3D8, FingerIndicator_OnIndexNearTouchUp__MethodInfo); DO_APP_FUNC(0x01CB1800, void, FingerIndicator_OnThumbNearTouchDown, (FingerIndicator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD3B8, FingerIndicator_OnThumbNearTouchDown__MethodInfo); DO_APP_FUNC(0x01CB1830, void, FingerIndicator_OnThumbNearTouchUp, (FingerIndicator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD3A8, FingerIndicator_OnThumbNearTouchUp__MethodInfo); DO_APP_FUNC(0x01CB1860, void, FingerIndicator_OnHandDown, (FingerIndicator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD300, FingerIndicator_OnHandDown__MethodInfo); DO_APP_FUNC(0x01CB1890, void, FingerIndicator_OnHandUp, (FingerIndicator * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD408, FingerIndicator_OnHandUp__MethodInfo); DO_APP_FUNC(0x01CB18C0, void, FingerIndicator_OnGripStrengthInput, (FingerIndicator * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD370, FingerIndicator_OnGripStrengthInput__MethodInfo); DO_APP_FUNC(0x01CB18D0, void, FingerIndicator_OnDestroy, (FingerIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB1DC0, void, FingerIndicator__ctor, (FingerIndicator * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, FreeMovement_get_IsConcurrent, (FreeMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB1FE0, void, FreeMovement_Awake, (FreeMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB21C0, void, FreeMovement_OnAttachLookSource, (FreeMovement * __this, ILookSource * lookSource, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD250, FreeMovement_OnAttachLookSource__MethodInfo); DO_APP_FUNC(0x01CB22D0, void, FreeMovement_UpdatePosition, (FreeMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB2390, void, FreeMovement_OnDestroy, (FreeMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89B0, void, FreeMovement__ctor, (FreeMovement * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89C0, LayerMask, GrabAndMove_get_GrabLayers, (GrabAndMove * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89D0, void, GrabAndMove_set_GrabLayers, (GrabAndMove * __this, LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x009FBCC0, float, GrabAndMove_get_ForceMultiplier, (GrabAndMove * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD3A0, void, GrabAndMove_set_ForceMultiplier, (GrabAndMove * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CB24A0, int32_t, GrabAndMove_get_FrameCount, (GrabAndMove * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB24B0, void, GrabAndMove_set_FrameCount, (GrabAndMove * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, GrabAndMove_get_IsConcurrent, (GrabAndMove * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB24C0, void, GrabAndMove_Awake, (GrabAndMove * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB2590, bool, GrabAndMove_CanStartAbility, (GrabAndMove * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB2790, void, GrabAndMove_AbilityStarted, (GrabAndMove * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB2800, void, GrabAndMove_UpdatePosition, (GrabAndMove * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB2A30, Vector3, GrabAndMove_GetHandPosition, (GrabAndMove * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB2B30, void, GrabAndMove_AbilityStopped, (GrabAndMove * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01CB2CC0, void, GrabAndMove_HandTriggerEnter, (GrabAndMove * __this, bool rightHand, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01CB2E80, void, GrabAndMove_HandTriggerExit, (GrabAndMove * __this, bool rightHand, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01CB32F0, void, GrabAndMove__ctor, (GrabAndMove * __this, MethodInfo * method)); DO_APP_FUNC(0x005E84C0, bool, MoveInPlace_get_MoveWithHead, (MoveInPlace * __this, MethodInfo * method)); DO_APP_FUNC(0x005E84D0, void, MoveInPlace_set_MoveWithHead, (MoveInPlace * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01CB3340, MoveInPlace_HandMovementOptions__Enum, MoveInPlace_get_HandMovement, (MoveInPlace * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB3350, void, MoveInPlace_set_HandMovement, (MoveInPlace * __this, MoveInPlace_HandMovementOptions__Enum value, MethodInfo * method)); DO_APP_FUNC(0x009FBCC0, float, MoveInPlace_get_SpeedMultiplier, (MoveInPlace * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD3A0, void, MoveInPlace_set_SpeedMultiplier, (MoveInPlace * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CAD3B0, float, MoveInPlace_get_MaxInputValue, (MoveInPlace * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD3C0, void, MoveInPlace_set_MaxInputValue, (MoveInPlace * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, MoveInPlace_get_IsConcurrent, (MoveInPlace * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB3360, void, MoveInPlace_AbilityStarted, (MoveInPlace * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB3880, void, MoveInPlace_Update, (MoveInPlace * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB3A90, float, MoveInPlace_GetMoveDistance, (MoveInPlace * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB3C20, void, MoveInPlace_OnNodeStatusChange, (MoveInPlace * __this, XRNode__Enum node, int32_t index, bool tracked, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD2D8, MoveInPlace_OnNodeStatusChange__MethodInfo); DO_APP_FUNC(0x01CB3E60, void, MoveInPlace_AbilityStopped, (MoveInPlace * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01CB3F50, void, MoveInPlace__ctor, (MoveInPlace * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, RotateWithHead_get_IsConcurrent, (RotateWithHead * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB3F80, void, RotateWithHead_Awake, (RotateWithHead * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB4160, void, RotateWithHead_OnAttachLookSource, (RotateWithHead * __this, ILookSource * lookSource, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD1F0, RotateWithHead_OnAttachLookSource__MethodInfo); DO_APP_FUNC(0x01CB4270, bool, RotateWithHead_CanStartAbility, (RotateWithHead * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB4380, void, RotateWithHead_UpdateRotation, (RotateWithHead * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB46C0, void, RotateWithHead_OnDestroy, (RotateWithHead * __this, MethodInfo * method)); DO_APP_FUNC(0x005E89B0, void, RotateWithHead__ctor, (RotateWithHead * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB47D0, void, Teleport_2_PerformMove, (Teleport_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB49A0, void, Teleport_2__ctor, (Teleport_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB49B0, Vector3, TrajectoryMove_get_StartTrajectoryOffset, (TrajectoryMove * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB49D0, void, TrajectoryMove_set_StartTrajectoryOffset, (TrajectoryMove * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01CAD3B0, float, TrajectoryMove_get_CastRadius, (TrajectoryMove * __this, MethodInfo * method)); DO_APP_FUNC(0x01CAD3C0, void, TrajectoryMove_set_CastRadius, (TrajectoryMove * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x005EFF90, bool, TrajectoryMove_get_AllowRotationalChanges, (TrajectoryMove * __this, MethodInfo * method)); DO_APP_FUNC(0x005EFFA0, void, TrajectoryMove_set_AllowRotationalChanges, (TrajectoryMove * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01CB49F0, float, TrajectoryMove_get_MinAxisMagnitude, (TrajectoryMove * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB4A00, void, TrajectoryMove_set_MinAxisMagnitude, (TrajectoryMove * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CB4A10, TrajectoryObject *, TrajectoryMove_get_TrajectoryObject, (TrajectoryMove * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB4A20, void, TrajectoryMove_set_TrajectoryObject, (TrajectoryMove * __this, TrajectoryObject * value, MethodInfo * method)); DO_APP_FUNC(0x01CB4A80, float, TrajectoryMove_get_PerformMovementMagnitude, (TrajectoryMove * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB4A90, void, TrajectoryMove_set_PerformMovementMagnitude, (TrajectoryMove * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CB4AA0, Color, TrajectoryMove_get_ValidLocationColor, (TrajectoryMove * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB4AB0, void, TrajectoryMove_set_ValidLocationColor, (TrajectoryMove * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x01CB4AC0, Color, TrajectoryMove_get_InvalidLocationColor, (TrajectoryMove * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB4AD0, void, TrajectoryMove_set_InvalidLocationColor, (TrajectoryMove * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x01CB4AE0, float, TrajectoryMove_get_ColorChangeDuration, (TrajectoryMove * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB4AF0, void, TrajectoryMove_set_ColorChangeDuration, (TrajectoryMove * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, Transform *, TrajectoryMove_get_SurfaceIndicator, (TrajectoryMove * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, TrajectoryMove_set_SurfaceIndicator, (TrajectoryMove * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x01CB4B00, Vector3, TrajectoryMove_get_SurfaceIndicatorOffset, (TrajectoryMove * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB4B20, void, TrajectoryMove_set_SurfaceIndicatorOffset, (TrajectoryMove * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01CB4B40, bool, TrajectoryMove_get_AdjustSurfaceIndicatorColor, (TrajectoryMove * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB4B50, void, TrajectoryMove_set_AdjustSurfaceIndicatorColor, (TrajectoryMove * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, TrajectoryMove_get_IsConcurrent, (TrajectoryMove * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB4B60, void, TrajectoryMove_Awake, (TrajectoryMove * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB5030, void, TrajectoryMove_OnAttachLookSource, (TrajectoryMove * __this, ILookSource * lookSource, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD240, TrajectoryMove_OnAttachLookSource__MethodInfo); DO_APP_FUNC(0x01CB5140, void, TrajectoryMove_Start, (TrajectoryMove * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB51C0, bool, TrajectoryMove_CanStartAbility, (TrajectoryMove * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB5240, void, TrajectoryMove_AbilityStarted, (TrajectoryMove * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB5A70, void, TrajectoryMove_Update, (TrajectoryMove * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB6F20, void, TrajectoryMove_OnHorizontalAxisInput, (TrajectoryMove * __this, float axisValue, MethodInfo * method)); DO_APP_FUNC(0x01CB6FC0, void, TrajectoryMove_OnVerticalAxisInput, (TrajectoryMove * __this, float axisValue, MethodInfo * method)); DO_APP_FUNC(0x01CB7070, void, TrajectoryMove_OnPerformMovementInput, (TrajectoryMove * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD230, TrajectoryMove_OnPerformMovementInput__MethodInfo); DO_APP_FUNC(0x01CB7090, void, TrajectoryMove_AbilityStopped, (TrajectoryMove * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01CB7740, void, TrajectoryMove_OnDestroy, (TrajectoryMove * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB7850, void, TrajectoryMove__ctor, (TrajectoryMove * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB7A30, FlickReload_StartFlickDirection__Enum, FlickReload_get_FlickDirection, (FlickReload * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB7A40, void, FlickReload_set_FlickDirection, (FlickReload * __this, FlickReload_StartFlickDirection__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01CB7A70, float, FlickReload_get_MinPeakAngle, (FlickReload * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB7A80, void, FlickReload_set_MinPeakAngle, (FlickReload * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CB7A90, float, FlickReload_get_MaxFlickDuration, (FlickReload * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB7AA0, void, FlickReload_set_MaxFlickDuration, (FlickReload * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CB7AB0, float, FlickReload_get_AngleBuffer, (FlickReload * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB7AC0, void, FlickReload_set_AngleBuffer, (FlickReload * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CB7AD0, void, FlickReload_Awake, (FlickReload * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB7E30, void, FlickReload_InactiveUpdate, (FlickReload * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB8230, void, FlickReload_ResetFlick, (FlickReload * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB8270, float, FlickReload_GetHandAngle, (FlickReload * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB8330, void, FlickReload_AbilityStopped, (FlickReload * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x01CB8460, void, FlickReload__ctor, (FlickReload * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB8600, int32_t, Hold_get_SlotID, (Hold * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB8610, void, Hold_set_SlotID, (Hold * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01CB24A0, Hold_StopAction__Enum, Hold_get_OnStopAction, (Hold * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB24B0, void, Hold_set_OnStopAction, (Hold * __this, Hold_StopAction__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01CB8620, void, Hold_Start, (Hold * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB8780, bool, Hold_CanStartAbility, (Hold * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB8970, void, Hold_AbilityStarted, (Hold * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB8A20, bool, Hold_ShouldStopActiveAbility, (Hold * __this, Ability * activeAbility, MethodInfo * method)); DO_APP_FUNC(0x01CB8B10, void, Hold_AbilityStopped, (Hold * __this, bool force, MethodInfo * method)); DO_APP_FUNC(0x00ACF290, void, Hold_PickupTriggerEnter, (Hold * __this, ItemPickup * itemPickup, MethodInfo * method)); DO_APP_FUNC(0x01CB8B80, void, Hold_PickupTriggerExit, (Hold * __this, ItemPickup * itemPickup, MethodInfo * method)); DO_APP_FUNC(0x01CB8D70, void, Hold__ctor, (Hold * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC900, ItemDefinitionBase__Array *, SlotEquip_get_DefaultItemDefinitions, (SlotEquip * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC910, void, SlotEquip_set_DefaultItemDefinitions, (SlotEquip * __this, ItemDefinitionBase__Array * value, MethodInfo * method)); DO_APP_FUNC(0x004FC970, SlotEquip_ItemDefinitionStateName__Array *, SlotEquip_get_ItemDefinitionStateNames, (SlotEquip * __this, MethodInfo * method)); DO_APP_FUNC(0x004FC980, void, SlotEquip_set_ItemDefinitionStateNames, (SlotEquip * __this, SlotEquip_ItemDefinitionStateName__Array * value, MethodInfo * method)); DO_APP_FUNC(0x01CB8D90, void, SlotEquip_Awake, (SlotEquip * __this, MethodInfo * method)); DO_APP_FUNC(0x01CB9850, void, SlotEquip_OnPickupItem, (SlotEquip * __this, Item * item, int32_t amount, bool immediatePickup, bool forceEquip, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD0B8, SlotEquip_OnPickupItem__MethodInfo); DO_APP_FUNC(0x01CB9A70, void, SlotEquip_OnEquipItem, (SlotEquip * __this, Item * item, int32_t slotID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD0D8, SlotEquip_OnEquipItem__MethodInfo); DO_APP_FUNC(0x01CB9BC0, void, SlotEquip_OnUnequipItem, (SlotEquip * __this, Item * item, int32_t slotID, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD0A8, SlotEquip_OnUnequipItem__MethodInfo); DO_APP_FUNC(0x01CB9BD0, void, SlotEquip_OnNextItemSet, (SlotEquip * __this, Item * item, bool unequipOnFailure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD0C8, SlotEquip_OnNextItemSet__MethodInfo); DO_APP_FUNC(0x01CB9BE0, void, SlotEquip_UnequipItem, (SlotEquip * __this, Item * item, bool removeFromInventory, MethodInfo * method)); DO_APP_FUNC(0x01CBA100, void, SlotEquip_OnDestroy, (SlotEquip * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBA3A0, void, SlotEquip__ctor, (SlotEquip * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, ItemDefinitionBase *, SlotEquip_ItemDefinitionStateName_get_ItemDefinition, (SlotEquip_ItemDefinitionStateName * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, String *, SlotEquip_ItemDefinitionStateName_get_StateName, (SlotEquip_ItemDefinitionStateName * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBA3C0, void, VRCameraPivot_Awake, (VRCameraPivot * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBA530, void, VRCameraPivot_Start, (VRCameraPivot * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBA6D0, void, VRCameraPivot_OnRecenter, (VRCameraPivot * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDCFF0, VRCameraPivot_OnRecenter__MethodInfo); DO_APP_FUNC(0x01CBAAE0, void, VRCameraPivot_OnNodeStatusChange, (VRCameraPivot * __this, XRNode__Enum node, int32_t index, bool tracked, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDCFF8, VRCameraPivot_OnNodeStatusChange__MethodInfo); DO_APP_FUNC(0x01CBAB00, void, VRCameraPivot_OnDestroy, (VRCameraPivot * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, VRCameraPivot__ctor, (VRCameraPivot * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB120, float, FirstPersonVR_1_get_LookDirectionDistance, (FirstPersonVR_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, Camera *, FirstPersonVR_1_get_VRCamera, (FirstPersonVR_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, FirstPersonVR_1_set_VRCamera, (FirstPersonVR_1 * __this, Camera * value, MethodInfo * method)); DO_APP_FUNC(0x00564B80, bool, FirstPersonVR_1_get_RotateWithCharacter, (FirstPersonVR_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBAC50, void, FirstPersonVR_1_set_RotateWithCharacter, (FirstPersonVR_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01CBAC60, bool, FirstPersonVR_1_get_DetectObjectClipping, (FirstPersonVR_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBAC70, void, FirstPersonVR_1_set_DetectObjectClipping, (FirstPersonVR_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01CBAC80, float, FirstPersonVR_1_get_AdditionalRaycastBuffer, (FirstPersonVR_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBAC90, void, FirstPersonVR_1_set_AdditionalRaycastBuffer, (FirstPersonVR_1 * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C7C380, bool, FirstPersonVR_1_get_ParentItemsVRCamera, (FirstPersonVR_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7C390, void, FirstPersonVR_1_set_ParentItemsVRCamera, (FirstPersonVR_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, FirstPersonVR_1_get_Pitch, (FirstPersonVR_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, FirstPersonVR_1_get_Yaw, (FirstPersonVR_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, FirstPersonVR_1_get_FirstPersonPerspective, (FirstPersonVR_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBACA0, Transform *, FirstPersonVR_1_get_Transform, (FirstPersonVR_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7010, GameObject *, FirstPersonVR_1_get_CameraGameObject, (FirstPersonVR_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, Transform *, FirstPersonVR_1_get_CameraTransform, (FirstPersonVR_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBAD10, Quaternion, FirstPersonVR_1_get_CharacterRotation, (FirstPersonVR_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBAD20, void, FirstPersonVR_1_Awake, (FirstPersonVR_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBAFA0, void, FirstPersonVR_1_ChangeViewType, (FirstPersonVR_1 * __this, bool activate, float pitch, float yaw, Quaternion characterRotation, MethodInfo * method)); DO_APP_FUNC(0x01CBB170, Quaternion, FirstPersonVR_1_Rotate, (FirstPersonVR_1 * __this, float horizontalMovement, float verticalMovement, bool immediateUpdate, MethodInfo * method)); DO_APP_FUNC(0x01CBB260, Vector3, FirstPersonVR_1_Move, (FirstPersonVR_1 * __this, bool immediatePosition, MethodInfo * method)); DO_APP_FUNC(0x01CBB660, void, FirstPersonVR_1_OnCollision, (FirstPersonVR_1 * __this, RaycastHit hit, Vector3 castPosition, MethodInfo * method)); DO_APP_FUNC(0x01CBB710, Vector3, FirstPersonVR_1_LookDirection, (FirstPersonVR_1 * __this, bool characterLookDirection, MethodInfo * method)); DO_APP_FUNC(0x01CBB750, Vector3, FirstPersonVR_1_LookDirection_1, (FirstPersonVR_1 * __this, Vector3 lookPosition, bool characterLookDirection, int32_t layerMask, bool includeRecoil, MethodInfo * method)); DO_APP_FUNC(0x01CBB790, void, FirstPersonVR_1__ctor, (FirstPersonVR_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StateMachineBehaviour_OnStateEnter, (StateMachineBehaviour * __this, Animator * animator, AnimatorStateInfo stateInfo, int32_t layerIndex, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StateMachineBehaviour_OnStateUpdate, (StateMachineBehaviour * __this, Animator * animator, AnimatorStateInfo stateInfo, int32_t layerIndex, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StateMachineBehaviour_OnStateExit, (StateMachineBehaviour * __this, Animator * animator, AnimatorStateInfo stateInfo, int32_t layerIndex, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StateMachineBehaviour_OnStateMove, (StateMachineBehaviour * __this, Animator * animator, AnimatorStateInfo stateInfo, int32_t layerIndex, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StateMachineBehaviour_OnStateIK, (StateMachineBehaviour * __this, Animator * animator, AnimatorStateInfo stateInfo, int32_t layerIndex, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StateMachineBehaviour_OnStateMachineEnter, (StateMachineBehaviour * __this, Animator * animator, int32_t stateMachinePathHash, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StateMachineBehaviour_OnStateMachineExit, (StateMachineBehaviour * __this, Animator * animator, int32_t stateMachinePathHash, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StateMachineBehaviour_OnStateEnter_1, (StateMachineBehaviour * __this, Animator * animator, AnimatorStateInfo stateInfo, int32_t layerIndex, AnimatorControllerPlayable controller, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StateMachineBehaviour_OnStateUpdate_1, (StateMachineBehaviour * __this, Animator * animator, AnimatorStateInfo stateInfo, int32_t layerIndex, AnimatorControllerPlayable controller, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StateMachineBehaviour_OnStateExit_1, (StateMachineBehaviour * __this, Animator * animator, AnimatorStateInfo stateInfo, int32_t layerIndex, AnimatorControllerPlayable controller, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StateMachineBehaviour_OnStateMove_1, (StateMachineBehaviour * __this, Animator * animator, AnimatorStateInfo stateInfo, int32_t layerIndex, AnimatorControllerPlayable controller, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StateMachineBehaviour_OnStateIK_1, (StateMachineBehaviour * __this, Animator * animator, AnimatorStateInfo stateInfo, int32_t layerIndex, AnimatorControllerPlayable controller, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StateMachineBehaviour_OnStateMachineEnter_1, (StateMachineBehaviour * __this, Animator * animator, int32_t stateMachinePathHash, AnimatorControllerPlayable controller, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StateMachineBehaviour_OnStateMachineExit_1, (StateMachineBehaviour * __this, Animator * animator, int32_t stateMachinePathHash, AnimatorControllerPlayable controller, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, StateMachineBehaviour__ctor, (StateMachineBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x02C909D0, AnimationClip *, Animation_get_clip, (Animation * __this, MethodInfo * method)); DO_APP_FUNC(0x02C90A20, void, Animation_set_clip, (Animation * __this, AnimationClip * value, MethodInfo * method)); DO_APP_FUNC(0x02C90A80, bool, Animation_get_playAutomatically, (Animation * __this, MethodInfo * method)); DO_APP_FUNC(0x02C90AD0, void, Animation_set_playAutomatically, (Animation * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C90B30, WrapMode__Enum, Animation_get_wrapMode, (Animation * __this, MethodInfo * method)); DO_APP_FUNC(0x02C90B80, void, Animation_set_wrapMode, (Animation * __this, WrapMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02C90BE0, void, Animation_Stop, (Animation * __this, MethodInfo * method)); DO_APP_FUNC(0x02C90C30, void, Animation_Stop_1, (Animation * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02C90C30, void, Animation_StopNamed, (Animation * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02C90C90, void, Animation_Rewind, (Animation * __this, MethodInfo * method)); DO_APP_FUNC(0x02C90CE0, void, Animation_Rewind_1, (Animation * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02C90CE0, void, Animation_RewindNamed, (Animation * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02C90D40, void, Animation_Sample, (Animation * __this, MethodInfo * method)); DO_APP_FUNC(0x02C90D90, bool, Animation_get_isPlaying, (Animation * __this, MethodInfo * method)); DO_APP_FUNC(0x02C90DE0, bool, Animation_IsPlaying, (Animation * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02C90E40, AnimationState *, Animation_get_Item, (Animation * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02C90EA0, bool, Animation_Play, (Animation * __this, MethodInfo * method)); DO_APP_FUNC(0x02C90F00, bool, Animation_Play_1, (Animation * __this, PlayMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02C90F00, bool, Animation_PlayDefaultAnimation, (Animation * __this, PlayMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02C90F60, bool, Animation_Play_2, (Animation * __this, String * animation, MethodInfo * method)); DO_APP_FUNC(0x02C90FD0, bool, Animation_Play_3, (Animation * __this, String * animation, PlayMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02C91040, void, Animation_CrossFade, (Animation * __this, String * animation, MethodInfo * method)); DO_APP_FUNC(0x02C91070, void, Animation_CrossFade_1, (Animation * __this, String * animation, float fadeLength, MethodInfo * method)); DO_APP_FUNC(0x02C91090, void, Animation_CrossFade_2, (Animation * __this, String * animation, float fadeLength, PlayMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02C91110, void, Animation_Blend, (Animation * __this, String * animation, MethodInfo * method)); DO_APP_FUNC(0x02C91140, void, Animation_Blend_1, (Animation * __this, String * animation, float targetWeight, MethodInfo * method)); DO_APP_FUNC(0x02C91160, void, Animation_Blend_2, (Animation * __this, String * animation, float targetWeight, float fadeLength, MethodInfo * method)); DO_APP_FUNC(0x02C911E0, AnimationState *, Animation_CrossFadeQueued, (Animation * __this, String * animation, MethodInfo * method)); DO_APP_FUNC(0x02C91210, AnimationState *, Animation_CrossFadeQueued_1, (Animation * __this, String * animation, float fadeLength, MethodInfo * method)); DO_APP_FUNC(0x02C91230, AnimationState *, Animation_CrossFadeQueued_2, (Animation * __this, String * animation, float fadeLength, QueueMode__Enum queue, MethodInfo * method)); DO_APP_FUNC(0x02C91250, AnimationState *, Animation_CrossFadeQueued_3, (Animation * __this, String * animation, float fadeLength, QueueMode__Enum queue, PlayMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02C912E0, AnimationState *, Animation_PlayQueued, (Animation * __this, String * animation, MethodInfo * method)); DO_APP_FUNC(0x02C91300, AnimationState *, Animation_PlayQueued_1, (Animation * __this, String * animation, QueueMode__Enum queue, MethodInfo * method)); DO_APP_FUNC(0x02C91320, AnimationState *, Animation_PlayQueued_2, (Animation * __this, String * animation, QueueMode__Enum queue, PlayMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02C913A0, void, Animation_AddClip, (Animation * __this, AnimationClip * clip, String * newName, MethodInfo * method)); DO_APP_FUNC(0x02C91430, void, Animation_AddClip_1, (Animation * __this, AnimationClip * clip, String * newName, int32_t firstFrame, int32_t lastFrame, MethodInfo * method)); DO_APP_FUNC(0x02C914C0, void, Animation_AddClip_2, (Animation * __this, AnimationClip * clip, String * newName, int32_t firstFrame, int32_t lastFrame, bool addLoopFrame, MethodInfo * method)); DO_APP_FUNC(0x02C91550, void, Animation_RemoveClip, (Animation * __this, AnimationClip * clip, MethodInfo * method)); DO_APP_FUNC(0x02C915B0, void, Animation_RemoveClip_1, (Animation * __this, String * clipName, MethodInfo * method)); DO_APP_FUNC(0x02C915B0, void, Animation_RemoveClipNamed, (Animation * __this, String * clipName, MethodInfo * method)); DO_APP_FUNC(0x02C91610, int32_t, Animation_GetClipCount, (Animation * __this, MethodInfo * method)); DO_APP_FUNC(0x02C90F00, bool, Animation_Play_4, (Animation * __this, AnimationPlayMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02C91660, bool, Animation_Play_5, (Animation * __this, String * animation, AnimationPlayMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02C91670, void, Animation_SyncLayer, (Animation * __this, int32_t layer, MethodInfo * method)); DO_APP_FUNC(0x02C916D0, IEnumerator *, Animation_GetEnumerator, (Animation * __this, MethodInfo * method)); DO_APP_FUNC(0x02C90E40, AnimationState *, Animation_GetState, (Animation * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02C91770, AnimationState *, Animation_GetStateAtIndex, (Animation * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02C917D0, int32_t, Animation_GetStateCount, (Animation * __this, MethodInfo * method)); DO_APP_FUNC(0x02C91820, AnimationClip *, Animation_GetClip, (Animation * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02C91910, bool, Animation_get_animatePhysics, (Animation * __this, MethodInfo * method)); DO_APP_FUNC(0x02C91960, void, Animation_set_animatePhysics, (Animation * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C919C0, bool, Animation_get_animateOnlyIfVisible, (Animation * __this, MethodInfo * method)); DO_APP_FUNC(0x02C91A10, void, Animation_set_animateOnlyIfVisible, (Animation * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C91A70, AnimationCullingType__Enum, Animation_get_cullingType, (Animation * __this, MethodInfo * method)); DO_APP_FUNC(0x02C91AC0, void, Animation_set_cullingType, (Animation * __this, AnimationCullingType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02C91B20, Bounds, Animation_get_localBounds, (Animation * __this, MethodInfo * method)); DO_APP_FUNC(0x02C91B90, void, Animation_set_localBounds, (Animation * __this, Bounds value, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, Animation__ctor, (Animation * __this, MethodInfo * method)); DO_APP_FUNC(0x02C91BF0, void, Animation_get_localBounds_Injected, (Animation * __this, Bounds * ret, MethodInfo * method)); DO_APP_FUNC(0x02C91C50, void, Animation_set_localBounds_Injected, (Animation * __this, Bounds * value, MethodInfo * method)); DO_APP_FUNC(0x01A185F0, void, Animation_Enumerator__ctor, (Animation_Enumerator * __this, Animation * outer, MethodInfo * method)); DO_APP_FUNC(0x02C91CB0, Object *, Animation_Enumerator_get_Current, (Animation_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C91D20, bool, Animation_Enumerator_MoveNext, (Animation_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x00727E20, void, Animation_Enumerator_Reset, (Animation_Enumerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C91DA0, void, AnimationState_set_enabled, (AnimationState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C91E00, void, AnimationState_set_weight, (AnimationState * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02C91E60, void, AnimationState_set_time, (AnimationState * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02C91EC0, float, AnimationState_get_normalizedTime, (AnimationState * __this, MethodInfo * method)); DO_APP_FUNC(0x02C91F10, void, AnimationState_set_normalizedTime, (AnimationState * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02C91F70, float, AnimationState_get_speed, (AnimationState * __this, MethodInfo * method)); DO_APP_FUNC(0x02C91FC0, void, AnimationState_set_speed, (AnimationState * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02C92020, float, AnimationState_get_length, (AnimationState * __this, MethodInfo * method)); DO_APP_FUNC(0x02C92070, AnimationClip *, AnimationState_get_clip, (AnimationState * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AnimationState__ctor, (AnimationState * __this, MethodInfo * method)); DO_APP_FUNC(0x02C920C0, void, AnimationEvent__ctor, (AnimationEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02C92260, void, AnimationClip__ctor, (AnimationClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C922F0, void, AnimationClip_Internal_CreateAnimationClip, (AnimationClip * self, MethodInfo * method)); DO_APP_FUNC(0x02C92340, void, AnimationClip_SampleAnimation, (AnimationClip * __this, GameObject * go, float time, MethodInfo * method)); DO_APP_FUNC(0x02C92400, void, AnimationClip_SampleAnimation_1, (GameObject * go, AnimationClip * clip, float inTime, WrapMode__Enum wrapMode, MethodInfo * method)); DO_APP_FUNC(0x02C92480, float, AnimationClip_get_length, (AnimationClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C924D0, float, AnimationClip_get_startTime, (AnimationClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C92520, float, AnimationClip_get_stopTime, (AnimationClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C92570, float, AnimationClip_get_frameRate, (AnimationClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C925C0, void, AnimationClip_set_frameRate, (AnimationClip * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02C92620, void, AnimationClip_SetCurve, (AnimationClip * __this, String * relativePath, Type * type, String * propertyName, AnimationCurve * curve, MethodInfo * method)); DO_APP_FUNC(0x02C926B0, void, AnimationClip_EnsureQuaternionContinuity, (AnimationClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C92700, void, AnimationClip_ClearCurves, (AnimationClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C92750, WrapMode__Enum, AnimationClip_get_wrapMode, (AnimationClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C927A0, void, AnimationClip_set_wrapMode, (AnimationClip * __this, WrapMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02C92800, Bounds, AnimationClip_get_localBounds, (AnimationClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C92870, void, AnimationClip_set_localBounds, (AnimationClip * __this, Bounds value, MethodInfo * method)); DO_APP_FUNC(0x02C928D0, bool, AnimationClip_get_legacy, (AnimationClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C92920, void, AnimationClip_set_legacy, (AnimationClip * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C92980, bool, AnimationClip_get_humanMotion, (AnimationClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C929D0, bool, AnimationClip_get_empty, (AnimationClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C92A20, bool, AnimationClip_get_hasGenericRootTransform, (AnimationClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C92A70, bool, AnimationClip_get_hasMotionFloatCurves, (AnimationClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C92AC0, bool, AnimationClip_get_hasMotionCurves, (AnimationClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C92B10, bool, AnimationClip_get_hasRootCurves, (AnimationClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C92B60, bool, AnimationClip_get_hasRootMotion, (AnimationClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C92BB0, void, AnimationClip_AddEvent, (AnimationClip * __this, AnimationEvent * evt, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2408, AnimationClip_AddEvent__MethodInfo); DO_APP_FUNC(0x02C92C70, void, AnimationClip_AddEventInternal, (AnimationClip * __this, Object * evt, MethodInfo * method)); DO_APP_FUNC(0x02C92CD0, AnimationEvent__Array *, AnimationClip_get_events, (AnimationClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C92D80, void, AnimationClip_set_events, (AnimationClip * __this, AnimationEvent__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02C92D80, void, AnimationClip_SetEventsInternal, (AnimationClip * __this, Array * value, MethodInfo * method)); DO_APP_FUNC(0x02C92DE0, Array *, AnimationClip_GetEventsInternal, (AnimationClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C92E30, void, AnimationClip_get_localBounds_Injected, (AnimationClip * __this, Bounds * ret, MethodInfo * method)); DO_APP_FUNC(0x02C92E90, void, AnimationClip_set_localBounds_Injected, (AnimationClip * __this, Bounds * value, MethodInfo * method)); DO_APP_FUNC(0x02C92EF0, AnimationClip *, AnimatorClipInfo_get_clip, (AnimatorClipInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02C92F50, float, AnimatorClipInfo_get_weight, (AnimatorClipInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02C92F60, AnimationClip *, AnimatorClipInfo_InstanceIDToAnimationClipPPtr, (int32_t instanceID, MethodInfo * method)); DO_APP_FUNC(0x02C92FB0, bool, AnimatorStateInfo_IsName, (AnimatorStateInfo * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, AnimatorStateInfo_get_fullPathHash, (AnimatorStateInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02B40F80, int32_t, AnimatorStateInfo_get_shortNameHash, (AnimatorStateInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02C93030, float, AnimatorStateInfo_get_normalizedTime, (AnimatorStateInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02C93040, void, MatchTargetWeightMask__ctor, (MatchTargetWeightMask * __this, Vector3 positionXYZWeight, float rotationWeight, MethodInfo * method)); DO_APP_FUNC(0x02C93060, bool, Animator_get_isOptimizable, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C930B0, bool, Animator_get_isHuman, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C93100, bool, Animator_get_hasRootMotion, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C93150, bool, Animator_get_isRootPositionOrRotationControlledByCurves, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C931A0, float, Animator_get_humanScale, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C931F0, bool, Animator_get_isInitialized, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C93240, float, Animator_GetFloat, (Animator * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02C932A0, float, Animator_GetFloat_1, (Animator * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02C93300, void, Animator_SetFloat, (Animator * __this, String * name, float value, MethodInfo * method)); DO_APP_FUNC(0x02C93370, void, Animator_SetFloat_1, (Animator * __this, String * name, float value, float dampTime, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x02C933F0, void, Animator_SetFloat_2, (Animator * __this, int32_t id, float value, MethodInfo * method)); DO_APP_FUNC(0x02C93460, void, Animator_SetFloat_3, (Animator * __this, int32_t id, float value, float dampTime, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x02C934E0, bool, Animator_GetBool, (Animator * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02C93540, bool, Animator_GetBool_1, (Animator * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02C935A0, void, Animator_SetBool, (Animator * __this, String * name, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C93610, void, Animator_SetBool_1, (Animator * __this, int32_t id, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C93680, int32_t, Animator_GetInteger, (Animator * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02C936E0, int32_t, Animator_GetInteger_1, (Animator * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02C93740, void, Animator_SetInteger, (Animator * __this, String * name, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02C937B0, void, Animator_SetInteger_1, (Animator * __this, int32_t id, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02C93820, void, Animator_SetTrigger, (Animator * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02C93880, void, Animator_SetTrigger_1, (Animator * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02C938E0, void, Animator_ResetTrigger, (Animator * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02C93940, void, Animator_ResetTrigger_1, (Animator * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02C939A0, bool, Animator_IsParameterControlledByCurve, (Animator * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02C93A00, bool, Animator_IsParameterControlledByCurve_1, (Animator * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02C93A60, Vector3, Animator_get_deltaPosition, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C93AD0, Quaternion, Animator_get_deltaRotation, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C93B40, Vector3, Animator_get_velocity, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C93BB0, Vector3, Animator_get_angularVelocity, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C93C20, Vector3, Animator_get_rootPosition, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C93C90, void, Animator_set_rootPosition, (Animator * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02C93CF0, Quaternion, Animator_get_rootRotation, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C93D60, void, Animator_set_rootRotation, (Animator * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x02C93DC0, bool, Animator_get_applyRootMotion, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C93E10, void, Animator_set_applyRootMotion, (Animator * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C93E70, bool, Animator_get_linearVelocityBlending, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C93EC0, void, Animator_set_linearVelocityBlending, (Animator * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C93F20, bool, Animator_get_animatePhysics, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C93F80, void, Animator_set_animatePhysics, (Animator * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C93FF0, AnimatorUpdateMode__Enum, Animator_get_updateMode, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C94040, void, Animator_set_updateMode, (Animator * __this, AnimatorUpdateMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02C940A0, bool, Animator_get_hasTransformHierarchy, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C940F0, bool, Animator_get_allowConstantClipSamplingOptimization, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C94140, void, Animator_set_allowConstantClipSamplingOptimization, (Animator * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C941A0, float, Animator_get_gravityWeight, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C941F0, Vector3, Animator_get_bodyPosition, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C94290, void, Animator_set_bodyPosition, (Animator * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02C94310, Vector3, Animator_get_bodyPositionInternal, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C94380, void, Animator_set_bodyPositionInternal, (Animator * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02C943E0, Quaternion, Animator_get_bodyRotation, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C94470, void, Animator_set_bodyRotation, (Animator * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x02C944E0, Quaternion, Animator_get_bodyRotationInternal, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C94550, void, Animator_set_bodyRotationInternal, (Animator * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x02C945B0, Vector3, Animator_GetIKPosition, (Animator * __this, AvatarIKGoal__Enum goal, MethodInfo * method)); DO_APP_FUNC(0x02C94650, Vector3, Animator_GetGoalPosition, (Animator * __this, AvatarIKGoal__Enum goal, MethodInfo * method)); DO_APP_FUNC(0x02C946D0, void, Animator_SetIKPosition, (Animator * __this, AvatarIKGoal__Enum goal, Vector3 goalPosition, MethodInfo * method)); DO_APP_FUNC(0x02C94760, void, Animator_SetGoalPosition, (Animator * __this, AvatarIKGoal__Enum goal, Vector3 goalPosition, MethodInfo * method)); DO_APP_FUNC(0x02C947D0, Quaternion, Animator_GetIKRotation, (Animator * __this, AvatarIKGoal__Enum goal, MethodInfo * method)); DO_APP_FUNC(0x02C94870, Quaternion, Animator_GetGoalRotation, (Animator * __this, AvatarIKGoal__Enum goal, MethodInfo * method)); DO_APP_FUNC(0x02C948F0, void, Animator_SetIKRotation, (Animator * __this, AvatarIKGoal__Enum goal, Quaternion goalRotation, MethodInfo * method)); DO_APP_FUNC(0x02C94970, void, Animator_SetGoalRotation, (Animator * __this, AvatarIKGoal__Enum goal, Quaternion goalRotation, MethodInfo * method)); DO_APP_FUNC(0x02C949E0, float, Animator_GetIKPositionWeight, (Animator * __this, AvatarIKGoal__Enum goal, MethodInfo * method)); DO_APP_FUNC(0x02C94A50, float, Animator_GetGoalWeightPosition, (Animator * __this, AvatarIKGoal__Enum goal, MethodInfo * method)); DO_APP_FUNC(0x02C94AB0, void, Animator_SetIKPositionWeight, (Animator * __this, AvatarIKGoal__Enum goal, float value, MethodInfo * method)); DO_APP_FUNC(0x02C94B30, void, Animator_SetGoalWeightPosition, (Animator * __this, AvatarIKGoal__Enum goal, float value, MethodInfo * method)); DO_APP_FUNC(0x02C94BA0, float, Animator_GetIKRotationWeight, (Animator * __this, AvatarIKGoal__Enum goal, MethodInfo * method)); DO_APP_FUNC(0x02C94C10, float, Animator_GetGoalWeightRotation, (Animator * __this, AvatarIKGoal__Enum goal, MethodInfo * method)); DO_APP_FUNC(0x02C94C70, void, Animator_SetIKRotationWeight, (Animator * __this, AvatarIKGoal__Enum goal, float value, MethodInfo * method)); DO_APP_FUNC(0x02C94CF0, void, Animator_SetGoalWeightRotation, (Animator * __this, AvatarIKGoal__Enum goal, float value, MethodInfo * method)); DO_APP_FUNC(0x02C94D60, Vector3, Animator_GetIKHintPosition, (Animator * __this, AvatarIKHint__Enum hint, MethodInfo * method)); DO_APP_FUNC(0x02C94E00, Vector3, Animator_GetHintPosition, (Animator * __this, AvatarIKHint__Enum hint, MethodInfo * method)); DO_APP_FUNC(0x02C94E80, void, Animator_SetIKHintPosition, (Animator * __this, AvatarIKHint__Enum hint, Vector3 hintPosition, MethodInfo * method)); DO_APP_FUNC(0x02C94F10, void, Animator_SetHintPosition, (Animator * __this, AvatarIKHint__Enum hint, Vector3 hintPosition, MethodInfo * method)); DO_APP_FUNC(0x02C94F80, float, Animator_GetIKHintPositionWeight, (Animator * __this, AvatarIKHint__Enum hint, MethodInfo * method)); DO_APP_FUNC(0x02C94FF0, float, Animator_GetHintWeightPosition, (Animator * __this, AvatarIKHint__Enum hint, MethodInfo * method)); DO_APP_FUNC(0x02C95050, void, Animator_SetIKHintPositionWeight, (Animator * __this, AvatarIKHint__Enum hint, float value, MethodInfo * method)); DO_APP_FUNC(0x02C950D0, void, Animator_SetHintWeightPosition, (Animator * __this, AvatarIKHint__Enum hint, float value, MethodInfo * method)); DO_APP_FUNC(0x02C95140, void, Animator_SetLookAtPosition, (Animator * __this, Vector3 lookAtPosition, MethodInfo * method)); DO_APP_FUNC(0x02C951C0, void, Animator_SetLookAtPositionInternal, (Animator * __this, Vector3 lookAtPosition, MethodInfo * method)); DO_APP_FUNC(0x02C95220, void, Animator_SetLookAtWeight, (Animator * __this, float weight, MethodInfo * method)); DO_APP_FUNC(0x02C952B0, void, Animator_SetLookAtWeight_1, (Animator * __this, float weight, float bodyWeight, MethodInfo * method)); DO_APP_FUNC(0x02C95350, void, Animator_SetLookAtWeight_2, (Animator * __this, float weight, float bodyWeight, float headWeight, MethodInfo * method)); DO_APP_FUNC(0x02C95400, void, Animator_SetLookAtWeight_3, (Animator * __this, float weight, float bodyWeight, float headWeight, float eyesWeight, MethodInfo * method)); DO_APP_FUNC(0x02C954A0, void, Animator_SetLookAtWeight_4, (Animator * __this, float weight, float bodyWeight, float headWeight, float eyesWeight, float clampWeight, MethodInfo * method)); DO_APP_FUNC(0x02C95500, void, Animator_SetLookAtWeightInternal, (Animator * __this, float weight, float bodyWeight, float headWeight, float eyesWeight, float clampWeight, MethodInfo * method)); DO_APP_FUNC(0x02C95590, void, Animator_SetBoneLocalRotation, (Animator * __this, HumanBodyBones__Enum humanBoneId, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x02C95650, void, Animator_SetBoneLocalRotationInternal, (Animator * __this, int32_t humanBoneId, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x02C956C0, ScriptableObject *, Animator_GetBehaviour, (Animator * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02C95720, ScriptableObject__Array *, Animator_InternalGetBehaviours, (Animator * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02C95780, StateMachineBehaviour__Array *, Animator_GetBehaviours, (Animator * __this, int32_t fullPathHash, int32_t layerIndex, MethodInfo * method)); DO_APP_FUNC(0x02C95880, ScriptableObject__Array *, Animator_InternalGetBehavioursByKey, (Animator * __this, int32_t fullPathHash, int32_t layerIndex, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02C95900, bool, Animator_get_stabilizeFeet, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C95950, void, Animator_set_stabilizeFeet, (Animator * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C959B0, int32_t, Animator_get_layerCount, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C95A00, String *, Animator_GetLayerName, (Animator * __this, int32_t layerIndex, MethodInfo * method)); DO_APP_FUNC(0x02C95A60, int32_t, Animator_GetLayerIndex, (Animator * __this, String * layerName, MethodInfo * method)); DO_APP_FUNC(0x02C95AC0, float, Animator_GetLayerWeight, (Animator * __this, int32_t layerIndex, MethodInfo * method)); DO_APP_FUNC(0x02C95B20, void, Animator_SetLayerWeight, (Animator * __this, int32_t layerIndex, float weight, MethodInfo * method)); DO_APP_FUNC(0x02C95B90, void, Animator_GetAnimatorStateInfo, (Animator * __this, int32_t layerIndex, StateInfoIndex__Enum stateInfoIndex, AnimatorStateInfo * info, MethodInfo * method)); DO_APP_FUNC(0x02C95C10, AnimatorStateInfo, Animator_GetCurrentAnimatorStateInfo, (Animator * __this, int32_t layerIndex, MethodInfo * method)); DO_APP_FUNC(0x02C95CC0, AnimatorStateInfo, Animator_GetNextAnimatorStateInfo, (Animator * __this, int32_t layerIndex, MethodInfo * method)); DO_APP_FUNC(0x02C95D70, void, Animator_GetAnimatorTransitionInfo, (Animator * __this, int32_t layerIndex, AnimatorTransitionInfo * info, MethodInfo * method)); DO_APP_FUNC(0x02C95DE0, AnimatorTransitionInfo, Animator_GetAnimatorTransitionInfo_1, (Animator * __this, int32_t layerIndex, MethodInfo * method)); DO_APP_FUNC(0x02C95E80, int32_t, Animator_GetAnimatorClipInfoCount, (Animator * __this, int32_t layerIndex, bool current, MethodInfo * method)); DO_APP_FUNC(0x02C95EF0, int32_t, Animator_GetCurrentAnimatorClipInfoCount, (Animator * __this, int32_t layerIndex, MethodInfo * method)); DO_APP_FUNC(0x02C95F50, int32_t, Animator_GetNextAnimatorClipInfoCount, (Animator * __this, int32_t layerIndex, MethodInfo * method)); DO_APP_FUNC(0x02C95FB0, AnimatorClipInfo__Array *, Animator_GetCurrentAnimatorClipInfo, (Animator * __this, int32_t layerIndex, MethodInfo * method)); DO_APP_FUNC(0x02C96010, AnimatorClipInfo__Array *, Animator_GetNextAnimatorClipInfo, (Animator * __this, int32_t layerIndex, MethodInfo * method)); DO_APP_FUNC(0x02C96070, void, Animator_GetCurrentAnimatorClipInfo_1, (Animator * __this, int32_t layerIndex, List_1_UnityEngine_AnimatorClipInfo_ * clips, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC23E0, Animator_GetCurrentAnimatorClipInfo_1__MethodInfo); DO_APP_FUNC(0x02C960F0, void, Animator_GetAnimatorClipInfoInternal, (Animator * __this, int32_t layerIndex, bool isCurrent, Object * clips, MethodInfo * method)); DO_APP_FUNC(0x02C96170, void, Animator_GetNextAnimatorClipInfo_1, (Animator * __this, int32_t layerIndex, List_1_UnityEngine_AnimatorClipInfo_ * clips, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC23F0, Animator_GetNextAnimatorClipInfo_1__MethodInfo); DO_APP_FUNC(0x02C961F0, bool, Animator_IsInTransition, (Animator * __this, int32_t layerIndex, MethodInfo * method)); DO_APP_FUNC(0x02C96250, AnimatorControllerParameter__Array *, Animator_get_parameters, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C962A0, int32_t, Animator_get_parameterCount, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C962F0, AnimatorControllerParameter *, Animator_GetParameterInternal, (Animator * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02C96350, AnimatorControllerParameter *, Animator_GetParameter, (Animator * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC23D0, Animator_GetParameter__MethodInfo); DO_APP_FUNC(0x02C96440, float, Animator_get_feetPivotActive, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C96490, void, Animator_set_feetPivotActive, (Animator * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02C964F0, float, Animator_get_pivotWeight, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C96540, Vector3, Animator_get_pivotPosition, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C965B0, void, Animator_MatchTarget, (Animator * __this, Vector3 matchPosition, Quaternion matchRotation, int32_t targetBodyPart, MatchTargetWeightMask weightMask, float startNormalizedTime, float targetNormalizedTime, bool completeMatch, MethodInfo * method)); DO_APP_FUNC(0x02C96670, void, Animator_MatchTarget_1, (Animator * __this, Vector3 matchPosition, Quaternion matchRotation, AvatarTarget__Enum targetBodyPart, MatchTargetWeightMask weightMask, float startNormalizedTime, MethodInfo * method)); DO_APP_FUNC(0x02C96740, void, Animator_MatchTarget_2, (Animator * __this, Vector3 matchPosition, Quaternion matchRotation, AvatarTarget__Enum targetBodyPart, MatchTargetWeightMask weightMask, float startNormalizedTime, float targetNormalizedTime, MethodInfo * method)); DO_APP_FUNC(0x02C96810, void, Animator_MatchTarget_3, (Animator * __this, Vector3 matchPosition, Quaternion matchRotation, AvatarTarget__Enum targetBodyPart, MatchTargetWeightMask weightMask, float startNormalizedTime, float targetNormalizedTime, bool completeMatch, MethodInfo * method)); DO_APP_FUNC(0x02C968E0, void, Animator_InterruptMatchTarget, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C96940, void, Animator_InterruptMatchTarget_1, (Animator * __this, bool completeMatch, MethodInfo * method)); DO_APP_FUNC(0x02C969A0, bool, Animator_get_isMatchingTarget, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C969F0, float, Animator_get_speed, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C96A40, void, Animator_set_speed, (Animator * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02C96AA0, void, Animator_ForceStateNormalizedTime, (Animator * __this, float normalizedTime, MethodInfo * method)); DO_APP_FUNC(0x02C96B10, void, Animator_CrossFadeInFixedTime, (Animator * __this, String * stateName, float fixedTransitionDuration, MethodInfo * method)); DO_APP_FUNC(0x02C96BE0, void, Animator_CrossFadeInFixedTime_1, (Animator * __this, String * stateName, float fixedTransitionDuration, int32_t layer, MethodInfo * method)); DO_APP_FUNC(0x02C96CB0, void, Animator_CrossFadeInFixedTime_2, (Animator * __this, String * stateName, float fixedTransitionDuration, int32_t layer, float fixedTimeOffset, MethodInfo * method)); DO_APP_FUNC(0x02C96D80, void, Animator_CrossFadeInFixedTime_3, (Animator * __this, String * stateName, float fixedTransitionDuration, int32_t layer, float fixedTimeOffset, float normalizedTransitionTime, MethodInfo * method)); DO_APP_FUNC(0x02C96E40, void, Animator_CrossFadeInFixedTime_4, (Animator * __this, int32_t stateHashName, float fixedTransitionDuration, int32_t layer, float fixedTimeOffset, MethodInfo * method)); DO_APP_FUNC(0x02C96ED0, void, Animator_CrossFadeInFixedTime_5, (Animator * __this, int32_t stateHashName, float fixedTransitionDuration, int32_t layer, MethodInfo * method)); DO_APP_FUNC(0x02C96F60, void, Animator_CrossFadeInFixedTime_6, (Animator * __this, int32_t stateHashName, float fixedTransitionDuration, MethodInfo * method)); DO_APP_FUNC(0x02C96FF0, void, Animator_CrossFadeInFixedTime_7, (Animator * __this, int32_t stateHashName, float fixedTransitionDuration, int32_t layer, float fixedTimeOffset, float normalizedTransitionTime, MethodInfo * method)); DO_APP_FUNC(0x02C97070, void, Animator_WriteDefaultValues, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C970C0, void, Animator_CrossFade, (Animator * __this, String * stateName, float normalizedTransitionDuration, int32_t layer, float normalizedTimeOffset, MethodInfo * method)); DO_APP_FUNC(0x02C970F0, void, Animator_CrossFade_1, (Animator * __this, String * stateName, float normalizedTransitionDuration, int32_t layer, MethodInfo * method)); DO_APP_FUNC(0x02C97120, void, Animator_CrossFade_2, (Animator * __this, String * stateName, float normalizedTransitionDuration, MethodInfo * method)); DO_APP_FUNC(0x02C97160, void, Animator_CrossFade_3, (Animator * __this, String * stateName, float normalizedTransitionDuration, int32_t layer, float normalizedTimeOffset, float normalizedTransitionTime, MethodInfo * method)); DO_APP_FUNC(0x02C97220, void, Animator_CrossFade_4, (Animator * __this, int32_t stateHashName, float normalizedTransitionDuration, int32_t layer, float normalizedTimeOffset, float normalizedTransitionTime, MethodInfo * method)); DO_APP_FUNC(0x02C972A0, void, Animator_CrossFade_5, (Animator * __this, int32_t stateHashName, float normalizedTransitionDuration, int32_t layer, float normalizedTimeOffset, MethodInfo * method)); DO_APP_FUNC(0x02C97330, void, Animator_CrossFade_6, (Animator * __this, int32_t stateHashName, float normalizedTransitionDuration, int32_t layer, MethodInfo * method)); DO_APP_FUNC(0x02C973D0, void, Animator_CrossFade_7, (Animator * __this, int32_t stateHashName, float normalizedTransitionDuration, MethodInfo * method)); DO_APP_FUNC(0x02C97460, void, Animator_PlayInFixedTime, (Animator * __this, String * stateName, int32_t layer, MethodInfo * method)); DO_APP_FUNC(0x02C97480, void, Animator_PlayInFixedTime_1, (Animator * __this, String * stateName, MethodInfo * method)); DO_APP_FUNC(0x02C974B0, void, Animator_PlayInFixedTime_2, (Animator * __this, String * stateName, int32_t layer, float fixedTime, MethodInfo * method)); DO_APP_FUNC(0x02C97540, void, Animator_PlayInFixedTime_3, (Animator * __this, int32_t stateNameHash, int32_t layer, float fixedTime, MethodInfo * method)); DO_APP_FUNC(0x02C975C0, void, Animator_PlayInFixedTime_4, (Animator * __this, int32_t stateNameHash, int32_t layer, MethodInfo * method)); DO_APP_FUNC(0x02C975E0, void, Animator_PlayInFixedTime_5, (Animator * __this, int32_t stateNameHash, MethodInfo * method)); DO_APP_FUNC(0x02C97610, void, Animator_Play, (Animator * __this, String * stateName, int32_t layer, MethodInfo * method)); DO_APP_FUNC(0x02C97630, void, Animator_Play_1, (Animator * __this, String * stateName, MethodInfo * method)); DO_APP_FUNC(0x02C97660, void, Animator_Play_2, (Animator * __this, String * stateName, int32_t layer, float normalizedTime, MethodInfo * method)); DO_APP_FUNC(0x02C976F0, void, Animator_Play_3, (Animator * __this, int32_t stateNameHash, int32_t layer, float normalizedTime, MethodInfo * method)); DO_APP_FUNC(0x02C97770, void, Animator_Play_4, (Animator * __this, int32_t stateNameHash, int32_t layer, MethodInfo * method)); DO_APP_FUNC(0x02C97790, void, Animator_Play_5, (Animator * __this, int32_t stateNameHash, MethodInfo * method)); DO_APP_FUNC(0x02C977C0, void, Animator_SetTarget, (Animator * __this, AvatarTarget__Enum targetIndex, float targetNormalizedTime, MethodInfo * method)); DO_APP_FUNC(0x02C97830, Vector3, Animator_get_targetPosition, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C978A0, Quaternion, Animator_get_targetRotation, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x01C26F90, bool, Animator_IsControlled, (Animator * __this, Transform * transform, MethodInfo * method)); DO_APP_FUNC(0x02C97910, bool, Animator_IsBoneTransform, (Animator * __this, Transform * transform, MethodInfo * method)); DO_APP_FUNC(0x02C97970, Transform *, Animator_get_avatarRoot, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C979C0, Transform *, Animator_GetBoneTransform, (Animator * __this, HumanBodyBones__Enum humanBoneId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC23B8, Animator_GetBoneTransform__MethodInfo); DO_APP_FUNC(0x02C97B10, Transform *, Animator_GetBoneTransformInternal, (Animator * __this, int32_t humanBoneId, MethodInfo * method)); DO_APP_FUNC(0x02C97B70, AnimatorCullingMode__Enum, Animator_get_cullingMode, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C97BC0, void, Animator_set_cullingMode, (Animator * __this, AnimatorCullingMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02C97C20, void, Animator_StartPlayback, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C97C70, void, Animator_StopPlayback, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C97CC0, float, Animator_get_playbackTime, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C97D10, void, Animator_set_playbackTime, (Animator * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02C97D70, void, Animator_StartRecording, (Animator * __this, int32_t frameCount, MethodInfo * method)); DO_APP_FUNC(0x02C97DD0, void, Animator_StopRecording, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C97E20, float, Animator_get_recorderStartTime, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Animator_set_recorderStartTime, (Animator * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02C97E20, float, Animator_GetRecorderStartTime, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C97E70, float, Animator_get_recorderStopTime, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Animator_set_recorderStopTime, (Animator * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02C97E70, float, Animator_GetRecorderStopTime, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C97EC0, AnimatorRecorderMode__Enum, Animator_get_recorderMode, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C97F10, RuntimeAnimatorController *, Animator_get_runtimeAnimatorController, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C97F60, void, Animator_set_runtimeAnimatorController, (Animator * __this, RuntimeAnimatorController * value, MethodInfo * method)); DO_APP_FUNC(0x02C97FC0, bool, Animator_get_hasBoundPlayables, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C98010, void, Animator_ClearInternalControllerPlayable, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C98060, bool, Animator_HasState, (Animator * __this, int32_t layerIndex, int32_t stateID, MethodInfo * method)); DO_APP_FUNC(0x02C980D0, int32_t, Animator_StringToHash, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02C98120, Avatar *, Animator_get_avatar, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C98170, void, Animator_set_avatar, (Animator * __this, Avatar * value, MethodInfo * method)); DO_APP_FUNC(0x02C981D0, String *, Animator_GetStats, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C98220, PlayableGraph, Animator_get_playableGraph, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C982A0, void, Animator_GetCurrentGraph, (Animator * __this, PlayableGraph * graph, MethodInfo * method)); DO_APP_FUNC(0x02C98300, void, Animator_CheckIfInIKPass, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C98400, bool, Animator_IsInIKPass, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C93300, void, Animator_SetFloatString, (Animator * __this, String * name, float value, MethodInfo * method)); DO_APP_FUNC(0x02C933F0, void, Animator_SetFloatID, (Animator * __this, int32_t id, float value, MethodInfo * method)); DO_APP_FUNC(0x02C93240, float, Animator_GetFloatString, (Animator * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02C932A0, float, Animator_GetFloatID, (Animator * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02C935A0, void, Animator_SetBoolString, (Animator * __this, String * name, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C93610, void, Animator_SetBoolID, (Animator * __this, int32_t id, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C934E0, bool, Animator_GetBoolString, (Animator * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02C93540, bool, Animator_GetBoolID, (Animator * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02C93740, void, Animator_SetIntegerString, (Animator * __this, String * name, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02C937B0, void, Animator_SetIntegerID, (Animator * __this, int32_t id, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02C93680, int32_t, Animator_GetIntegerString, (Animator * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02C936E0, int32_t, Animator_GetIntegerID, (Animator * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02C93820, void, Animator_SetTriggerString, (Animator * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02C93880, void, Animator_SetTriggerID, (Animator * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02C938E0, void, Animator_ResetTriggerString, (Animator * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02C93940, void, Animator_ResetTriggerID, (Animator * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02C939A0, bool, Animator_IsParameterControlledByCurveString, (Animator * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02C93A00, bool, Animator_IsParameterControlledByCurveID, (Animator * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x02C93370, void, Animator_SetFloatStringDamp, (Animator * __this, String * name, float value, float dampTime, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x02C93460, void, Animator_SetFloatIDDamp, (Animator * __this, int32_t id, float value, float dampTime, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x02C98450, bool, Animator_get_layersAffectMassCenter, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C984A0, void, Animator_set_layersAffectMassCenter, (Animator * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C98500, float, Animator_get_leftFeetBottomHeight, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C98550, float, Animator_get_rightFeetBottomHeight, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C985A0, bool, Animator_get_supportsOnAnimatorMove, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C985F0, void, Animator_OnUpdateModeChanged, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C98640, void, Animator_OnCullingModeChanged, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C98690, void, Animator_WriteDefaultPose, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C986E0, void, Animator_Update, (Animator * __this, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x02C98740, void, Animator_Rebind, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C987A0, void, Animator_Rebind_1, (Animator * __this, bool writeDefaultValues, MethodInfo * method)); DO_APP_FUNC(0x02C98800, void, Animator_ApplyBuiltinRootMotion, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C98850, void, Animator_EvaluateController, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C988B0, void, Animator_EvaluateController_1, (Animator * __this, float deltaTime, MethodInfo * method)); DO_APP_FUNC(0x02C98910, String *, Animator_GetCurrentStateName, (Animator * __this, int32_t layerIndex, MethodInfo * method)); DO_APP_FUNC(0x02C98970, String *, Animator_GetNextStateName, (Animator * __this, int32_t layerIndex, MethodInfo * method)); DO_APP_FUNC(0x02C989D0, String *, Animator_GetAnimatorStateName, (Animator * __this, int32_t layerIndex, bool current, MethodInfo * method)); DO_APP_FUNC(0x02C98A40, String *, Animator_ResolveHash, (Animator * __this, int32_t hash, MethodInfo * method)); DO_APP_FUNC(0x02C98AA0, bool, Animator_get_logWarnings, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C98AF0, void, Animator_set_logWarnings, (Animator * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C98B50, bool, Animator_get_fireEvents, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C98BA0, void, Animator_set_fireEvents, (Animator * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C98C00, bool, Animator_get_keepAnimatorControllerStateOnDisable, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C98C50, void, Animator_set_keepAnimatorControllerStateOnDisable, (Animator * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C98C00, bool, Animator_get_keepAnimatorStateOnDisable, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C98C50, void, Animator_set_keepAnimatorStateOnDisable, (Animator * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C98CB0, bool, Animator_get_writeDefaultValuesOnDisable, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C98D00, void, Animator_set_writeDefaultValuesOnDisable, (Animator * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C98D60, Vector3, Animator_GetVector, (Animator * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02C98D60, Vector3, Animator_GetVector_1, (Animator * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Animator_SetVector, (Animator * __this, String * name, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Animator_SetVector_1, (Animator * __this, int32_t id, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02C98DC0, Quaternion, Animator_GetQuaternion, (Animator * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02C98DC0, Quaternion, Animator_GetQuaternion_1, (Animator * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Animator_SetQuaternion, (Animator * __this, String * name, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Animator_SetQuaternion_1, (Animator * __this, int32_t id, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, Animator__ctor, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x02C98E10, void, Animator_get_deltaPosition_Injected, (Animator * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02C98E70, void, Animator_get_deltaRotation_Injected, (Animator * __this, Quaternion * ret, MethodInfo * method)); DO_APP_FUNC(0x02C98ED0, void, Animator_get_velocity_Injected, (Animator * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02C98F30, void, Animator_get_angularVelocity_Injected, (Animator * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02C98F90, void, Animator_get_rootPosition_Injected, (Animator * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02C98FF0, void, Animator_set_rootPosition_Injected, (Animator * __this, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x02C99050, void, Animator_get_rootRotation_Injected, (Animator * __this, Quaternion * ret, MethodInfo * method)); DO_APP_FUNC(0x02C990B0, void, Animator_set_rootRotation_Injected, (Animator * __this, Quaternion * value, MethodInfo * method)); DO_APP_FUNC(0x02C99110, void, Animator_get_bodyPositionInternal_Injected, (Animator * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02C99170, void, Animator_set_bodyPositionInternal_Injected, (Animator * __this, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x02C991D0, void, Animator_get_bodyRotationInternal_Injected, (Animator * __this, Quaternion * ret, MethodInfo * method)); DO_APP_FUNC(0x02C99230, void, Animator_set_bodyRotationInternal_Injected, (Animator * __this, Quaternion * value, MethodInfo * method)); DO_APP_FUNC(0x02C99290, void, Animator_GetGoalPosition_Injected, (Animator * __this, AvatarIKGoal__Enum goal, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02C99300, void, Animator_SetGoalPosition_Injected, (Animator * __this, AvatarIKGoal__Enum goal, Vector3 * goalPosition, MethodInfo * method)); DO_APP_FUNC(0x02C99370, void, Animator_GetGoalRotation_Injected, (Animator * __this, AvatarIKGoal__Enum goal, Quaternion * ret, MethodInfo * method)); DO_APP_FUNC(0x02C993E0, void, Animator_SetGoalRotation_Injected, (Animator * __this, AvatarIKGoal__Enum goal, Quaternion * goalRotation, MethodInfo * method)); DO_APP_FUNC(0x02C99450, void, Animator_GetHintPosition_Injected, (Animator * __this, AvatarIKHint__Enum hint, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02C994C0, void, Animator_SetHintPosition_Injected, (Animator * __this, AvatarIKHint__Enum hint, Vector3 * hintPosition, MethodInfo * method)); DO_APP_FUNC(0x02C99530, void, Animator_SetLookAtPositionInternal_Injected, (Animator * __this, Vector3 * lookAtPosition, MethodInfo * method)); DO_APP_FUNC(0x02C99590, void, Animator_SetBoneLocalRotationInternal_Injected, (Animator * __this, int32_t humanBoneId, Quaternion * rotation, MethodInfo * method)); DO_APP_FUNC(0x02C99600, void, Animator_get_pivotPosition_Injected, (Animator * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02C99660, void, Animator_MatchTarget_Injected, (Animator * __this, Vector3 * matchPosition, Quaternion * matchRotation, int32_t targetBodyPart, MatchTargetWeightMask * weightMask, float startNormalizedTime, float targetNormalizedTime, bool completeMatch, MethodInfo * method)); DO_APP_FUNC(0x02C996F0, void, Animator_get_targetPosition_Injected, (Animator * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02C99750, void, Animator_get_targetRotation_Injected, (Animator * __this, Quaternion * ret, MethodInfo * method)); DO_APP_FUNC(0x01616940, String *, AnimatorControllerParameter_get_name, (AnimatorControllerParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x01012D90, AnimatorControllerParameterType__Enum, AnimatorControllerParameter_get_type, (AnimatorControllerParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02C997B0, bool, AnimatorControllerParameter_Equals, (AnimatorControllerParameter * __this, Object * o, MethodInfo * method)); DO_APP_FUNC(0x00ACA570, int32_t, AnimatorControllerParameter_GetHashCode, (AnimatorControllerParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02C99890, void, AnimatorControllerParameter__ctor, (AnimatorControllerParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x02C99920, void, AnimatorOverrideController_OnInvalidateOverrideController, (AnimatorOverrideController * controller, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, AnimatorOverrideController_OnOverrideControllerDirtyCallback__ctor, (AnimatorOverrideController_OnOverrideControllerDirtyCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, AnimatorOverrideController_OnOverrideControllerDirtyCallback_Invoke, (AnimatorOverrideController_OnOverrideControllerDirtyCallback * __this, MethodInfo * method)); DO_APP_FUNC(0x02C99950, void, Avatar__ctor, (Avatar * __this, MethodInfo * method)); DO_APP_FUNC(0x02C999A0, bool, Avatar_get_isValid, (Avatar * __this, MethodInfo * method)); DO_APP_FUNC(0x02C999F0, bool, Avatar_get_isHuman, (Avatar * __this, MethodInfo * method)); DO_APP_FUNC(0x02C99A40, HumanDescription, Avatar_get_humanDescription, (Avatar * __this, MethodInfo * method)); DO_APP_FUNC(0x02C99AC0, void, Avatar_SetMuscleMinMax, (Avatar * __this, int32_t muscleId, float min, float max, MethodInfo * method)); DO_APP_FUNC(0x02C99B40, void, Avatar_SetParameter, (Avatar * __this, int32_t parameterId, float value, MethodInfo * method)); DO_APP_FUNC(0x02C99BB0, float, Avatar_GetAxisLength, (Avatar * __this, int32_t humanId, MethodInfo * method)); DO_APP_FUNC(0x02C99C50, Quaternion, Avatar_GetPreRotation, (Avatar * __this, int32_t humanId, MethodInfo * method)); DO_APP_FUNC(0x02C99D20, Quaternion, Avatar_GetPostRotation, (Avatar * __this, int32_t humanId, MethodInfo * method)); DO_APP_FUNC(0x02C99DF0, Quaternion, Avatar_GetZYPostQ, (Avatar * __this, int32_t humanId, Quaternion parentQ, Quaternion q, MethodInfo * method)); DO_APP_FUNC(0x02C99F00, Quaternion, Avatar_GetZYRoll, (Avatar * __this, int32_t humanId, Vector3 uvw, MethodInfo * method)); DO_APP_FUNC(0x02C99FF0, Vector3, Avatar_GetLimitSign, (Avatar * __this, int32_t humanId, MethodInfo * method)); DO_APP_FUNC(0x02C9A0D0, float, Avatar_Internal_GetAxisLength, (Avatar * __this, int32_t humanId, MethodInfo * method)); DO_APP_FUNC(0x02C9A130, Quaternion, Avatar_Internal_GetPreRotation, (Avatar * __this, int32_t humanId, MethodInfo * method)); DO_APP_FUNC(0x02C9A1B0, Quaternion, Avatar_Internal_GetPostRotation, (Avatar * __this, int32_t humanId, MethodInfo * method)); DO_APP_FUNC(0x02C9A230, Quaternion, Avatar_Internal_GetZYPostQ, (Avatar * __this, int32_t humanId, Quaternion parentQ, Quaternion q, MethodInfo * method)); DO_APP_FUNC(0x02C9A2C0, Quaternion, Avatar_Internal_GetZYRoll, (Avatar * __this, int32_t humanId, Vector3 uvw, MethodInfo * method)); DO_APP_FUNC(0x02C9A350, Vector3, Avatar_Internal_GetLimitSign, (Avatar * __this, int32_t humanId, MethodInfo * method)); DO_APP_FUNC(0x02C9A3D0, void, Avatar_get_humanDescription_Injected, (Avatar * __this, HumanDescription * ret, MethodInfo * method)); DO_APP_FUNC(0x02C9A430, void, Avatar_Internal_GetPreRotation_Injected, (Avatar * __this, int32_t humanId, Quaternion * ret, MethodInfo * method)); DO_APP_FUNC(0x02C9A4A0, void, Avatar_Internal_GetPostRotation_Injected, (Avatar * __this, int32_t humanId, Quaternion * ret, MethodInfo * method)); DO_APP_FUNC(0x02C9A510, void, Avatar_Internal_GetZYPostQ_Injected, (Avatar * __this, int32_t humanId, Quaternion * parentQ, Quaternion * q, Quaternion * ret, MethodInfo * method)); DO_APP_FUNC(0x02C9A590, void, Avatar_Internal_GetZYRoll_Injected, (Avatar * __this, int32_t humanId, Vector3 * uvw, Quaternion * ret, MethodInfo * method)); DO_APP_FUNC(0x02C9A610, void, Avatar_Internal_GetLimitSign_Injected, (Avatar * __this, int32_t humanId, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02C9A680, bool, AvatarMask_GetHumanoidBodyPartActive, (AvatarMask * __this, AvatarMaskBodyPart__Enum index, MethodInfo * method)); DO_APP_FUNC(0x02C9A6E0, int32_t, AvatarMask_get_transformCount, (AvatarMask * __this, MethodInfo * method)); DO_APP_FUNC(0x02C9A730, String *, AvatarMask_GetTransformPath, (AvatarMask * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02C9A790, float, AvatarMask_GetTransformWeight, (AvatarMask * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02C9A7F0, bool, AvatarMask_GetTransformActive, (AvatarMask * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02C9A860, int32_t, HumanTrait_GetBoneIndexFromMono, (int32_t humanId, MethodInfo * method)); DO_APP_FUNC(0x02C9A8B0, void, Motion__ctor, (Motion * __this, MethodInfo * method)); DO_APP_FUNC(0x02C9A900, bool, Motion_get_isLooping, (Motion * __this, MethodInfo * method)); DO_APP_FUNC(0x02C9A950, void, RuntimeAnimatorController__ctor, (RuntimeAnimatorController * __this, MethodInfo * method)); DO_APP_FUNC(0x02C9A9A0, AnimationClip__Array *, RuntimeAnimatorController_get_animationClips, (RuntimeAnimatorController * __this, MethodInfo * method)); DO_APP_FUNC(0x02C9A9F0, PlayableBinding, AnimationPlayableBinding_Create, (String * name, Object_1 * key, MethodInfo * method)); DO_APP_FUNC(0x02C9AB40, PlayableOutput, AnimationPlayableBinding_CreateAnimationOutput, (PlayableGraph graph, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2378, AnimationPlayableBinding_CreateAnimationOutput__MethodInfo); DO_APP_FUNC(0x02C9ACF0, AnimationClipPlayable, AnimationClipPlayable_Create, (PlayableGraph graph, AnimationClip * clip, MethodInfo * method)); DO_APP_FUNC(0x02C9AE90, PlayableHandle, AnimationClipPlayable_CreateHandle, (PlayableGraph graph, AnimationClip * clip, MethodInfo * method)); DO_APP_FUNC(0x02C9B010, void, AnimationClipPlayable__ctor, (AnimationClipPlayable * __this, PlayableHandle handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2380, AnimationClipPlayable__ctor__MethodInfo); DO_APP_FUNC(0x010A2320, PlayableHandle, AnimationClipPlayable_GetHandle, (AnimationClipPlayable * __this, MethodInfo * method)); DO_APP_FUNC(0x02C9B100, Playable, AnimationClipPlayable_op_Implicit, (AnimationClipPlayable playable, MethodInfo * method)); DO_APP_FUNC(0x02C9B110, bool, AnimationClipPlayable_Equals, (AnimationClipPlayable * __this, AnimationClipPlayable other, MethodInfo * method)); DO_APP_FUNC(0x02C9B1D0, void, AnimationClipPlayable_SetApplyFootIK, (AnimationClipPlayable * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C9B230, void, AnimationClipPlayable_SetRemoveStartOffset, (AnimationClipPlayable * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C9B290, void, AnimationClipPlayable_SetOverrideLoopTime, (AnimationClipPlayable * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C9B2F0, void, AnimationClipPlayable_SetLoopTime, (AnimationClipPlayable * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C9B350, bool, AnimationClipPlayable_CreateHandleInternal, (PlayableGraph graph, AnimationClip * clip, PlayableHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02C9B1D0, void, AnimationClipPlayable_SetApplyFootIKInternal, (PlayableHandle * handle, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C9B230, void, AnimationClipPlayable_SetRemoveStartOffsetInternal, (PlayableHandle * handle, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C9B290, void, AnimationClipPlayable_SetOverrideLoopTimeInternal, (PlayableHandle * handle, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C9B2F0, void, AnimationClipPlayable_SetLoopTimeInternal, (PlayableHandle * handle, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C9B3C0, bool, AnimationClipPlayable_CreateHandleInternal_Injected, (PlayableGraph * graph, AnimationClip * clip, PlayableHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02C9B430, AnimationLayerMixerPlayable, AnimationLayerMixerPlayable_Create, (PlayableGraph graph, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC(0x02C9B520, AnimationLayerMixerPlayable, AnimationLayerMixerPlayable_Create_1, (PlayableGraph graph, int32_t inputCount, bool singleLayerOptimization, MethodInfo * method)); DO_APP_FUNC(0x02C9B5F0, PlayableHandle, AnimationLayerMixerPlayable_CreateHandle, (PlayableGraph graph, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC(0x02C9B850, void, AnimationLayerMixerPlayable__ctor, (AnimationLayerMixerPlayable * __this, PlayableHandle handle, bool singleLayerOptimization, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2338, AnimationLayerMixerPlayable__ctor__MethodInfo); DO_APP_FUNC(0x010A2320, PlayableHandle, AnimationLayerMixerPlayable_GetHandle, (AnimationLayerMixerPlayable * __this, MethodInfo * method)); DO_APP_FUNC(0x02C9B9C0, Playable, AnimationLayerMixerPlayable_op_Implicit, (AnimationLayerMixerPlayable playable, MethodInfo * method)); DO_APP_FUNC(0x02C9BA20, AnimationLayerMixerPlayable, AnimationLayerMixerPlayable_op_Explicit, (Playable playable, MethodInfo * method)); DO_APP_FUNC(0x02C9BAB0, bool, AnimationLayerMixerPlayable_Equals, (AnimationLayerMixerPlayable * __this, AnimationLayerMixerPlayable other, MethodInfo * method)); DO_APP_FUNC(0x02C9BBA0, void, AnimationLayerMixerPlayable_SetLayerAdditive, (AnimationLayerMixerPlayable * __this, uint32_t layerIndex, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2350, AnimationLayerMixerPlayable_SetLayerAdditive__MethodInfo); DO_APP_FUNC(0x02C9BD60, void, AnimationLayerMixerPlayable_SetLayerMaskFromAvatarMask, (AnimationLayerMixerPlayable * __this, uint32_t layerIndex, AvatarMask * mask, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2318, AnimationLayerMixerPlayable_SetLayerMaskFromAvatarMask__MethodInfo); DO_APP_FUNC(0x02C9C050, bool, AnimationLayerMixerPlayable_CreateHandleInternal, (PlayableGraph graph, PlayableHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02C9C0F0, void, AnimationLayerMixerPlayable_SetLayerAdditiveInternal, (PlayableHandle * handle, uint32_t layerIndex, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C9C160, void, AnimationLayerMixerPlayable_SetSingleLayerOptimizationInternal, (PlayableHandle * handle, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C9C1C0, void, AnimationLayerMixerPlayable_SetLayerMaskFromAvatarMaskInternal, (PlayableHandle * handle, uint32_t layerIndex, AvatarMask * mask, MethodInfo * method)); DO_APP_FUNC(0x02C9C230, void, AnimationLayerMixerPlayable__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02C9C300, bool, AnimationLayerMixerPlayable_CreateHandleInternal_Injected, (PlayableGraph * graph, PlayableHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02C9C360, AnimationMixerPlayable, AnimationMixerPlayable_Create, (PlayableGraph graph, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC(0x02C9C410, PlayableHandle, AnimationMixerPlayable_CreateHandle, (PlayableGraph graph, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC(0x02C9C670, void, AnimationMixerPlayable__ctor, (AnimationMixerPlayable * __this, PlayableHandle handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2320, AnimationMixerPlayable__ctor__MethodInfo); DO_APP_FUNC(0x010A2320, PlayableHandle, AnimationMixerPlayable_GetHandle, (AnimationMixerPlayable * __this, MethodInfo * method)); DO_APP_FUNC(0x02C9C760, Playable, AnimationMixerPlayable_op_Implicit, (AnimationMixerPlayable playable, MethodInfo * method)); DO_APP_FUNC(0x02C9C7C0, bool, AnimationMixerPlayable_Equals, (AnimationMixerPlayable * __this, AnimationMixerPlayable other, MethodInfo * method)); DO_APP_FUNC(0x02C9C8B0, bool, AnimationMixerPlayable_CreateHandleInternal, (PlayableGraph graph, PlayableHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02C9C950, void, AnimationMixerPlayable__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02C9CA20, bool, AnimationMixerPlayable_CreateHandleInternal_Injected, (PlayableGraph * graph, PlayableHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02C9CA80, AnimationMotionXToDeltaPlayable, AnimationMotionXToDeltaPlayable_Create, (PlayableGraph graph, MethodInfo * method)); DO_APP_FUNC(0x02C9CB20, PlayableHandle, AnimationMotionXToDeltaPlayable_CreateHandle, (PlayableGraph graph, MethodInfo * method)); DO_APP_FUNC(0x02C9CD90, void, AnimationMotionXToDeltaPlayable__ctor, (AnimationMotionXToDeltaPlayable * __this, PlayableHandle handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC22F8, AnimationMotionXToDeltaPlayable__ctor__MethodInfo); DO_APP_FUNC(0x010A2320, PlayableHandle, AnimationMotionXToDeltaPlayable_GetHandle, (AnimationMotionXToDeltaPlayable * __this, MethodInfo * method)); DO_APP_FUNC(0x02C9CE80, Playable, AnimationMotionXToDeltaPlayable_op_Implicit, (AnimationMotionXToDeltaPlayable playable, MethodInfo * method)); DO_APP_FUNC(0x02C9CEE0, bool, AnimationMotionXToDeltaPlayable_Equals, (AnimationMotionXToDeltaPlayable * __this, AnimationMotionXToDeltaPlayable other, MethodInfo * method)); DO_APP_FUNC(0x02C9CFD0, void, AnimationMotionXToDeltaPlayable_SetAbsoluteMotion, (AnimationMotionXToDeltaPlayable * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C9D070, bool, AnimationMotionXToDeltaPlayable_CreateHandleInternal, (PlayableGraph graph, PlayableHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02C9D110, void, AnimationMotionXToDeltaPlayable_SetAbsoluteMotionInternal, (PlayableHandle * handle, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C9D170, void, AnimationMotionXToDeltaPlayable__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02C9D240, bool, AnimationMotionXToDeltaPlayable_CreateHandleInternal_Injected, (PlayableGraph * graph, PlayableHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02C9D2A0, AnimationOffsetPlayable, AnimationOffsetPlayable_Create, (PlayableGraph graph, Vector3 position, Quaternion rotation, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC(0x02C9D390, PlayableHandle, AnimationOffsetPlayable_CreateHandle, (PlayableGraph graph, Vector3 position, Quaternion rotation, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC(0x02C9D630, void, AnimationOffsetPlayable__ctor, (AnimationOffsetPlayable * __this, PlayableHandle handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC22D0, AnimationOffsetPlayable__ctor__MethodInfo); DO_APP_FUNC(0x010A2320, PlayableHandle, AnimationOffsetPlayable_GetHandle, (AnimationOffsetPlayable * __this, MethodInfo * method)); DO_APP_FUNC(0x02C9D720, Playable, AnimationOffsetPlayable_op_Implicit, (AnimationOffsetPlayable playable, MethodInfo * method)); DO_APP_FUNC(0x02C9D780, bool, AnimationOffsetPlayable_Equals, (AnimationOffsetPlayable * __this, AnimationOffsetPlayable other, MethodInfo * method)); DO_APP_FUNC(0x02C9D830, bool, AnimationOffsetPlayable_CreateHandleInternal, (PlayableGraph graph, Vector3 position, Quaternion rotation, PlayableHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02C9D8F0, void, AnimationOffsetPlayable__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02C9D9C0, bool, AnimationOffsetPlayable_CreateHandleInternal_Injected, (PlayableGraph * graph, Vector3 * position, Quaternion * rotation, PlayableHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02C9DA40, void, AnimationPlayableExtensions_SetAnimatedPropertiesInternal, (PlayableHandle * playable, AnimationClip * animatedProperties, MethodInfo * method)); DO_APP_FUNC(0x02C9DAA0, bool, AnimationPlayableGraphExtensions_InternalCreateAnimationOutput, (PlayableGraph * graph, String * name, PlayableOutputHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02C9DB10, AnimationPlayableOutput, AnimationPlayableOutput_Create, (PlayableGraph graph, String * name, Animator * target, MethodInfo * method)); DO_APP_FUNC(0x02C9DCD0, void, AnimationPlayableOutput__ctor, (AnimationPlayableOutput * __this, PlayableOutputHandle handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC22D8, AnimationPlayableOutput__ctor__MethodInfo); DO_APP_FUNC(0x02C9DDC0, AnimationPlayableOutput, AnimationPlayableOutput_get_Null, (MethodInfo * method)); DO_APP_FUNC(0x010A2320, PlayableOutputHandle, AnimationPlayableOutput_GetHandle, (AnimationPlayableOutput * __this, MethodInfo * method)); DO_APP_FUNC(0x02C9B100, PlayableOutput, AnimationPlayableOutput_op_Implicit, (AnimationPlayableOutput output, MethodInfo * method)); DO_APP_FUNC(0x02C9DE80, AnimationPlayableOutput, AnimationPlayableOutput_op_Explicit, (PlayableOutput output, MethodInfo * method)); DO_APP_FUNC(0x02C9DF10, Animator *, AnimationPlayableOutput_GetTarget, (AnimationPlayableOutput * __this, MethodInfo * method)); DO_APP_FUNC(0x02C9DF60, void, AnimationPlayableOutput_SetTarget, (AnimationPlayableOutput * __this, Animator * value, MethodInfo * method)); DO_APP_FUNC(0x02C9DF10, Animator *, AnimationPlayableOutput_InternalGetTarget, (PlayableOutputHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02C9DF60, void, AnimationPlayableOutput_InternalSetTarget, (PlayableOutputHandle * handle, Animator * target, MethodInfo * method)); DO_APP_FUNC(0x02C9DFC0, void, AnimationPosePlayable__ctor, (AnimationPosePlayable * __this, PlayableHandle handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2288, AnimationPosePlayable__ctor__MethodInfo); DO_APP_FUNC(0x010A2320, PlayableHandle, AnimationPosePlayable_GetHandle, (AnimationPosePlayable * __this, MethodInfo * method)); DO_APP_FUNC(0x02C9E0B0, bool, AnimationPosePlayable_Equals, (AnimationPosePlayable * __this, AnimationPosePlayable other, MethodInfo * method)); DO_APP_FUNC(0x02C9E160, void, AnimationPosePlayable__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02C9E230, AnimationRemoveScalePlayable, AnimationRemoveScalePlayable_Create, (PlayableGraph graph, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC(0x02C9E2E0, PlayableHandle, AnimationRemoveScalePlayable_CreateHandle, (PlayableGraph graph, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC(0x02C9E540, void, AnimationRemoveScalePlayable__ctor, (AnimationRemoveScalePlayable * __this, PlayableHandle handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC22B0, AnimationRemoveScalePlayable__ctor__MethodInfo); DO_APP_FUNC(0x010A2320, PlayableHandle, AnimationRemoveScalePlayable_GetHandle, (AnimationRemoveScalePlayable * __this, MethodInfo * method)); DO_APP_FUNC(0x02C9E630, Playable, AnimationRemoveScalePlayable_op_Implicit, (AnimationRemoveScalePlayable playable, MethodInfo * method)); DO_APP_FUNC(0x02C9E690, bool, AnimationRemoveScalePlayable_Equals, (AnimationRemoveScalePlayable * __this, AnimationRemoveScalePlayable other, MethodInfo * method)); DO_APP_FUNC(0x02C9E740, bool, AnimationRemoveScalePlayable_CreateHandleInternal, (PlayableGraph graph, PlayableHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02C9E7E0, void, AnimationRemoveScalePlayable__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02C9E8B0, bool, AnimationRemoveScalePlayable_CreateHandleInternal_Injected, (PlayableGraph * graph, PlayableHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02C9E910, void, AnimationScriptPlayable__ctor, (AnimationScriptPlayable * __this, PlayableHandle handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC22B8, AnimationScriptPlayable__ctor__MethodInfo); DO_APP_FUNC(0x010A2320, PlayableHandle, AnimationScriptPlayable_GetHandle, (AnimationScriptPlayable * __this, MethodInfo * method)); DO_APP_FUNC(0x02C9EA00, bool, AnimationScriptPlayable_Equals, (AnimationScriptPlayable * __this, AnimationScriptPlayable other, MethodInfo * method)); DO_APP_FUNC(0x02C9EAF0, void, AnimationScriptPlayable__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02C9EBC0, void, AnimatorControllerPlayable__ctor, (AnimatorControllerPlayable * __this, PlayableHandle handle, MethodInfo * method)); DO_APP_FUNC(0x010A2320, PlayableHandle, AnimatorControllerPlayable_GetHandle, (AnimatorControllerPlayable * __this, MethodInfo * method)); DO_APP_FUNC(0x02C9ECA0, void, AnimatorControllerPlayable_SetHandle, (AnimatorControllerPlayable * __this, PlayableHandle handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2268, AnimatorControllerPlayable_SetHandle__MethodInfo); DO_APP_FUNC(0x02C9EE10, bool, AnimatorControllerPlayable_Equals, (AnimatorControllerPlayable * __this, AnimatorControllerPlayable other, MethodInfo * method)); DO_APP_FUNC(0x02C9EF00, void, AnimatorControllerPlayable__cctor, (MethodInfo * method)); DO_APP_FUNC(0x008AC8F0, void, PropertiesChangedEvent__ctor, (PropertiesChangedEvent * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, PropertiesChangedEvent_Invoke, (PropertiesChangedEvent * __this, VolumetricLight * volumetricLight, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, PropertiesChangedEvent_BeginInvoke, (PropertiesChangedEvent * __this, VolumetricLight * volumetricLight, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, PropertiesChangedEvent_EndInvoke, (PropertiesChangedEvent * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x030F2D50, void, VolumetricLight_add_OnPropertiesChanged, (VolumetricLight * __this, PropertiesChangedEvent * value, MethodInfo * method)); DO_APP_FUNC(0x030F2E40, void, VolumetricLight_remove_OnPropertiesChanged, (VolumetricLight * __this, PropertiesChangedEvent * value, MethodInfo * method)); DO_APP_FUNC(0x003C7030, Material *, VolumetricLight_get_material, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030F2F30, void, VolumetricLight_OnEnable, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030F2F40, void, VolumetricLight_Init, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030F3460, void, VolumetricLight_Refresh, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E070, void, VolumetricLight_OnValidate, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E070, void, VolumetricLight_OnDidApplyAnimationProperties, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030F3520, void, VolumetricLight_OnDisable, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030F3640, void, VolumetricLight_TurnOff, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030F37B0, void, VolumetricLight_ToggleVolumetrics, (VolumetricLight * __this, bool visible, MethodInfo * method)); DO_APP_FUNC(0x030F37C0, void, VolumetricLight_OnDestroy, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030F3BD0, void, VolumetricLight_LateUpdate, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030F4670, void, VolumetricLight_ComputeDistanceToCamera, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030F4B40, void, VolumetricLight_UpdateDiffusionTerm, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030F4D00, void, VolumetricLight_UpdateVolumeGeometry, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030F4FD0, void, VolumetricLight_UpdateVolumeGeometryMaterial, (VolumetricLight * __this, Material * mat, MethodInfo * method)); DO_APP_FUNC(0x00C6E070, void, VolumetricLight_UpdateMaterialProperties, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030F5A50, void, VolumetricLight_UpdateMaterialPropertiesNow, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030F70E0, void, VolumetricLight_SetFogMaterial, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030F73D0, void, VolumetricLight_CheckProfile, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030F75D0, Bounds, VolumetricLight_GetBounds, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030F7700, void, VolumetricLight_SetBounds, (VolumetricLight * __this, Bounds bounds, MethodInfo * method)); DO_APP_FUNC(0x030F7830, bool, VolumetricLight_CheckMesh, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030F8100, void, VolumetricLight_UpdateMesh, (VolumetricLight * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x030F8850, void, VolumetricLight_NormalizeScale, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030F8C20, void, VolumetricLight_GenerateConeMesh, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030F9680, void, VolumetricLight_GenerateCubeMesh, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030F9850, void, VolumetricLight_AddFace, (VolumetricLight * __this, Vector3__Array * faceVertices, MethodInfo * method)); DO_APP_FUNC(0x030F9BD0, void, VolumetricLight_GenerateSphereMesh, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030FA3B0, void, VolumetricLight_GenerateCylinderMesh, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030FAD80, void, VolumetricLight_ParticlesDisable, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030FB020, void, VolumetricLight_ParticlesResetIfTransformChanged, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030FB340, void, VolumetricLight_ParticlesPopulate, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030FB580, void, VolumetricLight_ParticlesCheckSupport, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030FD1D0, void, VolumetricLight_UpdateParticlesVisibility, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030FD410, void, VolumetricLight_UpdateParticleColor, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030FD740, void, VolumetricLight_SettingsInit, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030FD8D0, void, VolumetricLight_SettingsValidate, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030FDC70, bool, VolumetricLight_get_usesCubemap, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030FDC90, bool, VolumetricLight_get_usesTranslucency, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030FDCC0, void, VolumetricLight_CheckShadowCam, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030FE110, void, VolumetricLight_ShadowsDisable, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030FE270, void, VolumetricLight_ShadowsDispose, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030FE420, void, VolumetricLight_DisposeRTs, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030FE920, void, VolumetricLight_ShadowsSupportCheck, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x030FFF80, void, VolumetricLight_SetupCamRenderingProperties, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x03100490, void, VolumetricLight_ScheduleShadowCapture, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x03101340, void, VolumetricLight_SetupShadowMatrix, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x03101B30, void, VolumetricLight_ShadowsUpdate, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x03102430, void, VolumetricLight_ShadowCamUpdate, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x03102750, void, VolumetricLight_ComputeShadowTransform, (VolumetricLight * __this, Matrix4x4 proj, Matrix4x4 view, MethodInfo * method)); DO_APP_FUNC(0x031029A0, void, VolumetricLight_CaptureTransparents, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x03103C50, void, VolumetricLight__ctor, (VolumetricLight * __this, MethodInfo * method)); DO_APP_FUNC(0x03104190, void, VolumetricLight__cctor, (MethodInfo * method)); DO_APP_FUNC(0x03104C50, void, VolumetricLight_ShaderParams__cctor, (MethodInfo * method)); DO_APP_FUNC(0x03105FD0, void, VolumetricLightDirectionalSync_Start, (VolumetricLightDirectionalSync * __this, MethodInfo * method)); DO_APP_FUNC(0x031063C0, void, VolumetricLightDirectionalSync_LateUpdate, (VolumetricLightDirectionalSync * __this, MethodInfo * method)); DO_APP_FUNC(0x008E0700, void, VolumetricLightDirectionalSync__ctor, (VolumetricLightDirectionalSync * __this, MethodInfo * method)); DO_APP_FUNC(0x03106C50, void, VolumetricLightProfile_OnEnable, (VolumetricLightProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x03106DD0, void, VolumetricLightProfile_OnValidate, (VolumetricLightProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x03107320, void, VolumetricLightProfile_ApplyTo, (VolumetricLightProfile * __this, VolumetricLight * vl, MethodInfo * method)); DO_APP_FUNC(0x031077A0, void, VolumetricLightProfile_LoadFrom, (VolumetricLightProfile * __this, VolumetricLight * vl, MethodInfo * method)); DO_APP_FUNC(0x03107C20, void, VolumetricLightProfile__ctor, (VolumetricLightProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x03107E70, void, VolumetricLightsPostProcess_OnRenderImage, (VolumetricLightsPostProcess * __this, RenderTexture * source, RenderTexture * destination, MethodInfo * method)); DO_APP_FUNC(0x03107E80, void, VolumetricLightsPostProcess__ctor, (VolumetricLightsPostProcess * __this, MethodInfo * method)); DO_APP_FUNC(0x03107E90, int32_t, VolumetricLightsPostProcessBase_GetScaledSize, (int32_t size, float factor, MethodInfo * method)); DO_APP_FUNC(0x03107EC0, void, VolumetricLightsPostProcessBase_OnEnable, (VolumetricLightsPostProcessBase * __this, MethodInfo * method)); DO_APP_FUNC(0x03108060, void, VolumetricLightsPostProcessBase_OnDisable, (VolumetricLightsPostProcessBase * __this, MethodInfo * method)); DO_APP_FUNC(0x031081F0, void, VolumetricLightsPostProcessBase_OnValidate, (VolumetricLightsPostProcessBase * __this, MethodInfo * method)); DO_APP_FUNC(0x03108240, bool, VolumetricLightsPostProcessBase_get_isActive, (VolumetricLightsPostProcessBase * __this, MethodInfo * method)); DO_APP_FUNC(0x031082E0, void, VolumetricLightsPostProcessBase_OnPreRender, (VolumetricLightsPostProcessBase * __this, MethodInfo * method)); DO_APP_FUNC(0x031084C0, void, VolumetricLightsPostProcessBase_AddRenderPasses, (VolumetricLightsPostProcessBase * __this, RenderTexture * source, RenderTexture * destination, MethodInfo * method)); DO_APP_FUNC(0x03108560, void, VolumetricLightsPostProcessBase__ctor, (VolumetricLightsPostProcessBase * __this, MethodInfo * method)); DO_APP_FUNC(0x031085E0, void, VolumetricLightsPostProcessBase_ShaderParams__cctor, (MethodInfo * method)); DO_APP_FUNC(0x03108BA0, void, VolumetricLightsPostProcessBase_VolumetricLightsRenderPass_Cleanup, (VolumetricLightsPostProcessBase_VolumetricLightsRenderPass * __this, MethodInfo * method)); DO_APP_FUNC(0x03108C70, void, VolumetricLightsPostProcessBase_VolumetricLightsRenderPass_Setup, (VolumetricLightsPostProcessBase_VolumetricLightsRenderPass * __this, VolumetricLightsPostProcessBase * settings, Shader * blurShader, Shader * copyShader, MethodInfo * method)); DO_APP_FUNC(0x03109740, void, VolumetricLightsPostProcessBase_VolumetricLightsRenderPass_Execute, (VolumetricLightsPostProcessBase_VolumetricLightsRenderPass * __this, RenderTexture * source, RenderTexture * destination, MethodInfo * method)); DO_APP_FUNC(0x0310B170, Mesh *, VolumetricLightsPostProcessBase_VolumetricLightsRenderPass_get_fullscreenMesh, (VolumetricLightsPostProcessBase_VolumetricLightsRenderPass * __this, MethodInfo * method)); DO_APP_FUNC(0x0310B770, void, VolumetricLightsPostProcessBase_VolumetricLightsRenderPass_FullScreenBlit, (VolumetricLightsPostProcessBase_VolumetricLightsRenderPass * __this, CommandBuffer * cmd, RenderTargetIdentifier source, RenderTargetIdentifier destination, Material * material, int32_t passIndex, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VolumetricLightsPostProcessBase_VolumetricLightsRenderPass__ctor, (VolumetricLightsPostProcessBase_VolumetricLightsRenderPass * __this, MethodInfo * method)); DO_APP_FUNC(0x03107E70, void, VolumetricLightsPostProcessBeforeTransparents_OnRenderImage, (VolumetricLightsPostProcessBeforeTransparents * __this, RenderTexture * source, RenderTexture * destination, MethodInfo * method)); DO_APP_FUNC(0x03107E80, void, VolumetricLightsPostProcessBeforeTransparents__ctor, (VolumetricLightsPostProcessBeforeTransparents * __this, MethodInfo * method)); DO_APP_FUNC(0x0310B990, void, VolumetricLightsTranslucency_OnEnable, (VolumetricLightsTranslucency * __this, MethodInfo * method)); DO_APP_FUNC(0x0310BB40, void, VolumetricLightsTranslucency_OnDisable, (VolumetricLightsTranslucency * __this, MethodInfo * method)); DO_APP_FUNC(0x0310BC50, void, VolumetricLightsTranslucency_OnValidate, (VolumetricLightsTranslucency * __this, MethodInfo * method)); DO_APP_FUNC(0x005E2300, void, VolumetricLightsTranslucency__ctor, (VolumetricLightsTranslucency * __this, MethodInfo * method)); DO_APP_FUNC(0x0310BC70, void, VolumetricLightsTranslucency__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EmbeddedAttribute_4__ctor, (EmbeddedAttribute_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IsReadOnlyAttribute_4__ctor, (IsReadOnlyAttribute_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8E4F0, TerrainData *, Terrain_get_terrainData, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8E540, void, Terrain_set_terrainData, (Terrain * __this, TerrainData * value, MethodInfo * method)); DO_APP_FUNC(0x02D8E5A0, float, Terrain_get_treeDistance, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8E5F0, void, Terrain_set_treeDistance, (Terrain * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D8E650, float, Terrain_get_treeBillboardDistance, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8E6A0, void, Terrain_set_treeBillboardDistance, (Terrain * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D8E700, float, Terrain_get_treeCrossFadeLength, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8E750, void, Terrain_set_treeCrossFadeLength, (Terrain * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D8E7B0, int32_t, Terrain_get_treeMaximumFullLODCount, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8E800, void, Terrain_set_treeMaximumFullLODCount, (Terrain * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D8E860, float, Terrain_get_detailObjectDistance, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8E8B0, void, Terrain_set_detailObjectDistance, (Terrain * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D8E910, float, Terrain_get_detailObjectDensity, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8E960, void, Terrain_set_detailObjectDensity, (Terrain * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D8E9C0, float, Terrain_get_heightmapPixelError, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8EA10, void, Terrain_set_heightmapPixelError, (Terrain * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D8EA70, int32_t, Terrain_get_heightmapMaximumLOD, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8EAC0, void, Terrain_set_heightmapMaximumLOD, (Terrain * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D8EB20, float, Terrain_get_basemapDistance, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8EB70, void, Terrain_set_basemapDistance, (Terrain * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D8EBD0, int32_t, Terrain_get_lightmapIndex, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8EC20, void, Terrain_set_lightmapIndex, (Terrain * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D8EC80, int32_t, Terrain_get_realtimeLightmapIndex, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8ECD0, void, Terrain_set_realtimeLightmapIndex, (Terrain * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D8ED30, Vector4, Terrain_get_lightmapScaleOffset, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8EDA0, void, Terrain_set_lightmapScaleOffset, (Terrain * __this, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x02D8EE00, Vector4, Terrain_get_realtimeLightmapScaleOffset, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8EE70, void, Terrain_set_realtimeLightmapScaleOffset, (Terrain * __this, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x02D8EED0, bool, Terrain_get_freeUnusedRenderingResources, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8EF20, void, Terrain_set_freeUnusedRenderingResources, (Terrain * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D8EF80, bool, Terrain_get_keepUnusedRenderingResources, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8EFD0, void, Terrain_set_keepUnusedRenderingResources, (Terrain * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D8F030, bool, Terrain_GetKeepUnusedCameraRenderingResources, (Terrain * __this, int32_t cameraInstanceID, MethodInfo * method)); DO_APP_FUNC(0x02D8F090, void, Terrain_SetKeepUnusedCameraRenderingResources, (Terrain * __this, int32_t cameraInstanceID, bool keepUnused, MethodInfo * method)); DO_APP_FUNC(0x02D8F100, ShadowCastingMode__Enum, Terrain_get_shadowCastingMode, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8F150, void, Terrain_set_shadowCastingMode, (Terrain * __this, ShadowCastingMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D8F1B0, ReflectionProbeUsage__Enum, Terrain_get_reflectionProbeUsage, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8F200, void, Terrain_set_reflectionProbeUsage, (Terrain * __this, ReflectionProbeUsage__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D8F260, void, Terrain_GetClosestReflectionProbes, (Terrain * __this, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * result, MethodInfo * method)); DO_APP_FUNC(0x02D8F2C0, Material *, Terrain_get_materialTemplate, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8F310, void, Terrain_set_materialTemplate, (Terrain * __this, Material * value, MethodInfo * method)); DO_APP_FUNC(0x02D8F370, bool, Terrain_get_drawHeightmap, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8F3C0, void, Terrain_set_drawHeightmap, (Terrain * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D8F420, bool, Terrain_get_allowAutoConnect, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8F470, void, Terrain_set_allowAutoConnect, (Terrain * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D8F4D0, int32_t, Terrain_get_groupingID, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8F520, void, Terrain_set_groupingID, (Terrain * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D8F580, bool, Terrain_get_drawInstanced, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8F5D0, void, Terrain_set_drawInstanced, (Terrain * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D8F630, RenderTexture *, Terrain_get_normalmapTexture, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8F680, bool, Terrain_get_drawTreesAndFoliage, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8F6D0, void, Terrain_set_drawTreesAndFoliage, (Terrain * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D8F730, Vector3, Terrain_get_patchBoundsMultiplier, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8F7A0, void, Terrain_set_patchBoundsMultiplier, (Terrain * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D8F800, float, Terrain_SampleHeight, (Terrain * __this, Vector3 worldPosition, MethodInfo * method)); DO_APP_FUNC(0x02D8F860, void, Terrain_AddTreeInstance, (Terrain * __this, TreeInstance instance, MethodInfo * method)); DO_APP_FUNC(0x02D8F8C0, void, Terrain_SetNeighbors, (Terrain * __this, Terrain * left, Terrain * top, Terrain * right, Terrain * bottom, MethodInfo * method)); DO_APP_FUNC(0x02D8F950, float, Terrain_get_treeLODBiasMultiplier, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8F9A0, void, Terrain_set_treeLODBiasMultiplier, (Terrain * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D8FA00, bool, Terrain_get_collectDetailPatches, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8FA50, void, Terrain_set_collectDetailPatches, (Terrain * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D8FAB0, TerrainRenderFlags__Enum, Terrain_get_editorRenderFlags, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8FB00, void, Terrain_set_editorRenderFlags, (Terrain * __this, TerrainRenderFlags__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D8FB60, Vector3, Terrain_GetPosition, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8FBD0, void, Terrain_Flush, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8FC20, void, Terrain_RemoveTrees, (Terrain * __this, Vector2 position, float radius, int32_t prototypeIndex, MethodInfo * method)); DO_APP_FUNC(0x02D8FCA0, void, Terrain_SetSplatMaterialPropertyBlock, (Terrain * __this, MaterialPropertyBlock * properties, MethodInfo * method)); DO_APP_FUNC(0x02D8FD00, void, Terrain_GetSplatMaterialPropertyBlock, (Terrain * __this, MaterialPropertyBlock * dest, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2840, Terrain_GetSplatMaterialPropertyBlock__MethodInfo); DO_APP_FUNC(0x02D8FDC0, void, Terrain_Internal_GetSplatMaterialPropertyBlock, (Terrain * __this, MaterialPropertyBlock * dest, MethodInfo * method)); DO_APP_FUNC(0x02D8FE20, bool, Terrain_get_preserveTreePrototypeLayers, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8FE70, void, Terrain_set_preserveTreePrototypeLayers, (Terrain * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D8FED0, GraphicsFormat__Enum, Terrain_get_heightmapFormat, (MethodInfo * method)); DO_APP_FUNC(0x02D8FF20, TextureFormat__Enum, Terrain_get_heightmapTextureFormat, (MethodInfo * method)); DO_APP_FUNC(0x02D8FFB0, RenderTextureFormat__Enum, Terrain_get_heightmapRenderTextureFormat, (MethodInfo * method)); DO_APP_FUNC(0x02D90080, GraphicsFormat__Enum, Terrain_get_normalmapFormat, (MethodInfo * method)); DO_APP_FUNC(0x02D900D0, TextureFormat__Enum, Terrain_get_normalmapTextureFormat, (MethodInfo * method)); DO_APP_FUNC(0x02D90160, RenderTextureFormat__Enum, Terrain_get_normalmapRenderTextureFormat, (MethodInfo * method)); DO_APP_FUNC(0x02D90230, GraphicsFormat__Enum, Terrain_get_holesFormat, (MethodInfo * method)); DO_APP_FUNC(0x02D90280, RenderTextureFormat__Enum, Terrain_get_holesRenderTextureFormat, (MethodInfo * method)); DO_APP_FUNC(0x02D90350, GraphicsFormat__Enum, Terrain_get_compressedHolesFormat, (MethodInfo * method)); DO_APP_FUNC(0x02D903A0, TextureFormat__Enum, Terrain_get_compressedHolesTextureFormat, (MethodInfo * method)); DO_APP_FUNC(0x02D90430, Terrain *, Terrain_get_activeTerrain, (MethodInfo * method)); DO_APP_FUNC(0x02D90480, void, Terrain_SetConnectivityDirty, (MethodInfo * method)); DO_APP_FUNC(0x02D904D0, Terrain__Array *, Terrain_get_activeTerrains, (MethodInfo * method)); DO_APP_FUNC(0x02D90520, void, Terrain_GetActiveTerrains, (List_1_UnityEngine_Terrain_ * terrainList, MethodInfo * method)); DO_APP_FUNC(0x02D90520, void, Terrain_Internal_FillActiveTerrainList, (Object * terrainList, MethodInfo * method)); DO_APP_FUNC(0x02D90570, GameObject *, Terrain_CreateTerrainGameObject, (TerrainData * assignTerrain, MethodInfo * method)); DO_APP_FUNC(0x02D905C0, Terrain *, Terrain_get_leftNeighbor, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D90610, Terrain *, Terrain_get_rightNeighbor, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D90660, Terrain *, Terrain_get_topNeighbor, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D906B0, Terrain *, Terrain_get_bottomNeighbor, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D90700, uint32_t, Terrain_get_renderingLayerMask, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D90750, void, Terrain_set_renderingLayerMask, (Terrain * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D8EB20, float, Terrain_get_splatmapDistance, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8EB70, void, Terrain_set_splatmapDistance, (Terrain * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D907B0, bool, Terrain_get_castShadows, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D90810, void, Terrain_set_castShadows, (Terrain * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D90880, Terrain_MaterialType__Enum, Terrain_get_materialType, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Terrain_set_materialType, (Terrain * __this, Terrain_MaterialType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CEF8F0, Color, Terrain_get_legacySpecular, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Terrain_set_legacySpecular, (Terrain * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x02D90890, float, Terrain_get_legacyShininess, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Terrain_set_legacyShininess, (Terrain * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D908A0, void, Terrain_ApplyDelayedHeightmapModification, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, Terrain__ctor, (Terrain * __this, MethodInfo * method)); DO_APP_FUNC(0x02D90940, void, Terrain_get_lightmapScaleOffset_Injected, (Terrain * __this, Vector4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D909A0, void, Terrain_set_lightmapScaleOffset_Injected, (Terrain * __this, Vector4 * value, MethodInfo * method)); DO_APP_FUNC(0x02D90A00, void, Terrain_get_realtimeLightmapScaleOffset_Injected, (Terrain * __this, Vector4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D90A60, void, Terrain_set_realtimeLightmapScaleOffset_Injected, (Terrain * __this, Vector4 * value, MethodInfo * method)); DO_APP_FUNC(0x02D90AC0, void, Terrain_get_patchBoundsMultiplier_Injected, (Terrain * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D90B20, void, Terrain_set_patchBoundsMultiplier_Injected, (Terrain * __this, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x02D90B80, float, Terrain_SampleHeight_Injected, (Terrain * __this, Vector3 * worldPosition, MethodInfo * method)); DO_APP_FUNC(0x02D90BE0, void, Terrain_AddTreeInstance_Injected, (Terrain * __this, TreeInstance * instance, MethodInfo * method)); DO_APP_FUNC(0x02D90C40, void, Terrain_GetPosition_Injected, (Terrain * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D90CA0, void, Terrain_RemoveTrees_Injected, (Terrain * __this, Vector2 * position, float radius, int32_t prototypeIndex, MethodInfo * method)); DO_APP_FUNC(0x02D90D20, void, TerrainCallbacks_InvokeHeightmapChangedCallback, (TerrainData * terrainData, RectInt heightRegion, bool synched, MethodInfo * method)); DO_APP_FUNC(0x02D90E50, void, TerrainCallbacks_InvokeTextureChangedCallback, (TerrainData * terrainData, String * textureName, RectInt texelRegion, bool synched, MethodInfo * method)); DO_APP_FUNC(0x02D90F90, void, TerrainCallbacks_HeightmapChangedCallback__ctor, (TerrainCallbacks_HeightmapChangedCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x02D910D0, void, TerrainCallbacks_HeightmapChangedCallback_Invoke, (TerrainCallbacks_HeightmapChangedCallback * __this, Terrain * terrain, RectInt heightRegion, bool synched, MethodInfo * method)); DO_APP_FUNC(0x02D91100, void, TerrainCallbacks_TextureChangedCallback__ctor, (TerrainCallbacks_TextureChangedCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x02D91240, void, TerrainCallbacks_TextureChangedCallback_Invoke, (TerrainCallbacks_TextureChangedCallback * __this, Terrain * terrain, String * textureName, RectInt texelRegion, bool synched, MethodInfo * method)); DO_APP_FUNC(0x01616940, GameObject *, TreePrototype_get_prefab, (TreePrototype * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7B360, float, TreePrototype_get_bendFactor, (TreePrototype * __this, MethodInfo * method)); DO_APP_FUNC(0x01616930, int32_t, TreePrototype_get_navMeshLod, (TreePrototype * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TreePrototype__ctor, (TreePrototype * __this, MethodInfo * method)); DO_APP_FUNC(0x02D91280, bool, TreePrototype_Equals, (TreePrototype * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02D03240, int32_t, TreePrototype_GetHashCode, (TreePrototype * __this, MethodInfo * method)); DO_APP_FUNC(0x02D912E0, bool, TreePrototype_Equals_1, (TreePrototype * __this, TreePrototype * other, MethodInfo * method)); DO_APP_FUNC(0x02D914D0, void, DetailPrototype__ctor, (DetailPrototype * __this, MethodInfo * method)); DO_APP_FUNC(0x02D91630, bool, DetailPrototype_Equals, (DetailPrototype * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02D03240, int32_t, DetailPrototype_GetHashCode, (DetailPrototype * __this, MethodInfo * method)); DO_APP_FUNC(0x02D91690, bool, DetailPrototype_Equals_1, (DetailPrototype * __this, DetailPrototype * other, MethodInfo * method)); DO_APP_FUNC(0x02D91B00, void, DetailPrototype__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D91B60, void, SplatPrototype__ctor, (SplatPrototype * __this, MethodInfo * method)); DO_APP_FUNC(0x02D91B80, int32_t, TerrainData_GetBoundaryValue, (TerrainData_BoundaryValueType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02D91BD0, void, TerrainData__ctor, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D91C80, void, TerrainData_Internal_Create, (TerrainData * terrainData, MethodInfo * method)); DO_APP_FUNC(0x02D91CD0, void, TerrainData_UpdateDirtyRegion, (TerrainData * __this, int32_t x, int32_t y, int32_t width, int32_t height, bool syncHeightmapTextureImmediately, MethodInfo * method)); DO_APP_FUNC(0x02D91D20, int32_t, TerrainData_get_heightmapWidth, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D91D20, int32_t, TerrainData_get_heightmapHeight, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D91D70, RenderTexture *, TerrainData_get_heightmapTexture, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D91D20, int32_t, TerrainData_get_heightmapResolution, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D91DC0, void, TerrainData_set_heightmapResolution, (TerrainData * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D91D20, int32_t, TerrainData_get_internalHeightmapResolution, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D91FD0, void, TerrainData_set_internalHeightmapResolution, (TerrainData * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D92030, Vector3, TerrainData_get_heightmapScale, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D920A0, Texture *, TerrainData_get_holesTexture, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D92180, bool, TerrainData_get_enableHolesTextureCompression, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D921D0, void, TerrainData_set_enableHolesTextureCompression, (TerrainData * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D92230, RenderTexture *, TerrainData_get_holesRenderTexture, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D92280, bool, TerrainData_IsHolesTextureCompressed, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D92230, RenderTexture *, TerrainData_GetHolesTexture, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D922D0, Texture2D *, TerrainData_GetCompressedHolesTexture, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D92320, int32_t, TerrainData_get_holesResolution, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D92380, Vector3, TerrainData_get_size, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D923F0, void, TerrainData_set_size, (TerrainData * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D92450, Bounds, TerrainData_get_bounds, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCFA20, float, TerrainData_get_thickness, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TerrainData_set_thickness, (TerrainData * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D924C0, float, TerrainData_GetHeight, (TerrainData * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x02D92530, float, TerrainData_GetInterpolatedHeight, (TerrainData * __this, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x02D925A0, Single__Array_1 *, TerrainData_GetInterpolatedHeights, (TerrainData * __this, float xBase, float yBase, int32_t xCount, int32_t yCount, float xInterval, float yInterval, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2758, TerrainData_GetInterpolatedHeights__MethodInfo); DO_APP_FUNC(0x02D92790, void, TerrainData_GetInterpolatedHeights_1, (TerrainData * __this, Single__Array_1 * results, int32_t resultXOffset, int32_t resultYOffset, float xBase, float yBase, int32_t xCount, int32_t yCount, float xInterval, float yInterval, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2748, TerrainData_GetInterpolatedHeights_1__MethodInfo); DO_APP_FUNC(0x02D92A90, void, TerrainData_Internal_GetInterpolatedHeights, (TerrainData * __this, Single__Array_1 * results, int32_t resultXDimension, int32_t resultXOffset, int32_t resultYOffset, float xBase, float yBase, int32_t xCount, int32_t yCount, float xInterval, float yInterval, MethodInfo * method)); DO_APP_FUNC(0x02D92B20, Single__Array_1 *, TerrainData_GetHeights, (TerrainData * __this, int32_t xBase, int32_t yBase, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE26B8, TerrainData_GetHeights__MethodInfo); DO_APP_FUNC(0x02D92C50, Single__Array_1 *, TerrainData_Internal_GetHeights, (TerrainData * __this, int32_t xBase, int32_t yBase, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02D92CD0, void, TerrainData_SetHeights, (TerrainData * __this, int32_t xBase, int32_t yBase, Single__Array_1 * heights, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE26E0, TerrainData_SetHeights__MethodInfo); DO_APP_FUNC(0x02D93100, void, TerrainData_Internal_SetHeights, (TerrainData * __this, int32_t xBase, int32_t yBase, int32_t width, int32_t height, Single__Array_1 * heights, MethodInfo * method)); DO_APP_FUNC(0x02D93180, PatchExtents__Array *, TerrainData_GetPatchMinMaxHeights, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D931D0, void, TerrainData_OverrideMinMaxPatchHeights, (TerrainData * __this, PatchExtents__Array * minMaxHeights, MethodInfo * method)); DO_APP_FUNC(0x02D93230, Single__Array *, TerrainData_GetMaximumHeightError, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D93280, void, TerrainData_OverrideMaximumHeightError, (TerrainData * __this, Single__Array * maxError, MethodInfo * method)); DO_APP_FUNC(0x02D932E0, void, TerrainData_SetHeightsDelayLOD, (TerrainData * __this, int32_t xBase, int32_t yBase, Single__Array_1 * heights, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE26F8, TerrainData_SetHeightsDelayLOD__MethodInfo); DO_APP_FUNC(0x02D93740, void, TerrainData_Internal_SetHeightsDelayLOD, (TerrainData * __this, int32_t xBase, int32_t yBase, int32_t width, int32_t height, Single__Array_1 * heights, MethodInfo * method)); DO_APP_FUNC(0x02D937C0, bool, TerrainData_IsHole, (TerrainData * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2728, TerrainData_IsHole__MethodInfo); DO_APP_FUNC(0x02D93930, Boolean__Array_1 *, TerrainData_GetHoles, (TerrainData * __this, int32_t xBase, int32_t yBase, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2720, TerrainData_GetHoles__MethodInfo); DO_APP_FUNC(0x02D93A60, void, TerrainData_SetHoles, (TerrainData * __this, int32_t xBase, int32_t yBase, Boolean__Array_1 * holes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2710, TerrainData_SetHoles__MethodInfo); DO_APP_FUNC(0x02D93F50, void, TerrainData_SetHolesDelayLOD, (TerrainData * __this, int32_t xBase, int32_t yBase, Boolean__Array_1 * holes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2708, TerrainData_SetHolesDelayLOD__MethodInfo); DO_APP_FUNC(0x02D943E0, void, TerrainData_Internal_SetHoles, (TerrainData * __this, int32_t xBase, int32_t yBase, int32_t width, int32_t height, Boolean__Array_1 * holes, MethodInfo * method)); DO_APP_FUNC(0x02D94460, Boolean__Array_1 *, TerrainData_Internal_GetHoles, (TerrainData * __this, int32_t xBase, int32_t yBase, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02D944E0, bool, TerrainData_Internal_IsHole, (TerrainData * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x02D94550, void, TerrainData_Internal_SetHolesDelayLOD, (TerrainData * __this, int32_t xBase, int32_t yBase, int32_t width, int32_t height, Boolean__Array_1 * holes, MethodInfo * method)); DO_APP_FUNC(0x02D945D0, float, TerrainData_GetSteepness, (TerrainData * __this, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x02D94640, Vector3, TerrainData_GetInterpolatedNormal, (TerrainData * __this, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x02D946D0, int32_t, TerrainData_GetAdjustedSize, (TerrainData * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02D94730, float, TerrainData_get_wavingGrassStrength, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D94780, void, TerrainData_set_wavingGrassStrength, (TerrainData * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D947E0, float, TerrainData_get_wavingGrassAmount, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D94830, void, TerrainData_set_wavingGrassAmount, (TerrainData * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D94890, float, TerrainData_get_wavingGrassSpeed, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D948E0, void, TerrainData_set_wavingGrassSpeed, (TerrainData * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D94940, Color, TerrainData_get_wavingGrassTint, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D949B0, void, TerrainData_set_wavingGrassTint, (TerrainData * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x02D94A10, int32_t, TerrainData_get_detailWidth, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D94A60, int32_t, TerrainData_get_detailHeight, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D94AB0, int32_t, TerrainData_get_maxDetailsPerRes, (MethodInfo * method)); DO_APP_FUNC(0x02D94B10, void, TerrainData_SetDetailResolution, (TerrainData * __this, int32_t detailResolution, int32_t resolutionPerPatch, MethodInfo * method)); DO_APP_FUNC(0x02D95130, void, TerrainData_Internal_SetDetailResolution, (TerrainData * __this, int32_t patchCount, int32_t resolutionPerPatch, MethodInfo * method)); DO_APP_FUNC(0x02D951A0, int32_t, TerrainData_get_detailPatchCount, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D951F0, int32_t, TerrainData_get_detailResolution, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D95240, int32_t, TerrainData_get_detailResolutionPerPatch, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D95290, void, TerrainData_ResetDirtyDetails, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D952E0, void, TerrainData_RefreshPrototypes, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D95330, DetailPrototype__Array *, TerrainData_get_detailPrototypes, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D95380, void, TerrainData_set_detailPrototypes, (TerrainData * __this, DetailPrototype__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02D953E0, Int32__Array *, TerrainData_GetSupportedLayers, (TerrainData * __this, int32_t xBase, int32_t yBase, int32_t totalWidth, int32_t totalHeight, MethodInfo * method)); DO_APP_FUNC(0x02D95460, Int32__Array_1 *, TerrainData_GetDetailLayer, (TerrainData * __this, int32_t xBase, int32_t yBase, int32_t width, int32_t height, int32_t layer, MethodInfo * method)); DO_APP_FUNC(0x02D954E0, DetailInstanceTransform__Array *, TerrainData_ComputeDetailInstanceTransforms, (TerrainData * __this, int32_t patchX, int32_t patchY, int32_t layer, float density, Bounds * bounds, MethodInfo * method)); DO_APP_FUNC(0x02D95560, void, TerrainData_SetDetailLayer, (TerrainData * __this, int32_t xBase, int32_t yBase, int32_t layer, Int32__Array_1 * details, MethodInfo * method)); DO_APP_FUNC(0x02D95680, void, TerrainData_Internal_SetDetailLayer, (TerrainData * __this, int32_t xBase, int32_t yBase, int32_t totalWidth, int32_t totalHeight, int32_t detailIndex, Int32__Array_1 * data, MethodInfo * method)); DO_APP_FUNC(0x02D95700, TreeInstance__Array *, TerrainData_get_treeInstances, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D95750, void, TerrainData_set_treeInstances, (TerrainData * __this, TreeInstance__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02D95700, TreeInstance__Array *, TerrainData_Internal_GetTreeInstances, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D957C0, void, TerrainData_SetTreeInstances, (TerrainData * __this, TreeInstance__Array * instances, bool snapToHeightmap, MethodInfo * method)); DO_APP_FUNC(0x02D95830, TreeInstance, TerrainData_GetTreeInstance, (TerrainData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE26B0, TerrainData_GetTreeInstance__MethodInfo); DO_APP_FUNC(0x02D95990, TreeInstance, TerrainData_Internal_GetTreeInstance, (TerrainData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02D95A10, void, TerrainData_SetTreeInstance, (TerrainData * __this, int32_t index, TreeInstance instance, MethodInfo * method)); DO_APP_FUNC(0x02D95A80, int32_t, TerrainData_get_treeInstanceCount, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D95AD0, TreePrototype__Array *, TerrainData_get_treePrototypes, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D95B20, void, TerrainData_set_treePrototypes, (TerrainData * __this, TreePrototype__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02D95B80, void, TerrainData_RemoveTreePrototype, (TerrainData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02D95BE0, void, TerrainData_RemoveDetailPrototype, (TerrainData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02D95C40, bool, TerrainData_NeedUpgradeScaledTreePrototypes, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D95C90, void, TerrainData_UpgradeScaledTreePrototype, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D95CE0, int32_t, TerrainData_get_alphamapLayers, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D95D30, Single__Array_2 *, TerrainData_GetAlphamaps, (TerrainData * __this, int32_t x, int32_t y, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2680, TerrainData_GetAlphamaps__MethodInfo); DO_APP_FUNC(0x02D95E30, Single__Array_2 *, TerrainData_Internal_GetAlphamaps, (TerrainData * __this, int32_t x, int32_t y, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02D95EB0, int32_t, TerrainData_get_alphamapResolution, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D95F00, void, TerrainData_set_alphamapResolution, (TerrainData * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D96360, float, TerrainData_GetAlphamapResolutionInternal, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D95EB0, int32_t, TerrainData_get_Internal_alphamapResolution, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D963B0, void, TerrainData_set_Internal_alphamapResolution, (TerrainData * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D95EB0, int32_t, TerrainData_get_alphamapWidth, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D95EB0, int32_t, TerrainData_get_alphamapHeight, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D96410, int32_t, TerrainData_get_baseMapResolution, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D96460, void, TerrainData_set_baseMapResolution, (TerrainData * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D96410, int32_t, TerrainData_get_Internal_baseMapResolution, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D968C0, void, TerrainData_set_Internal_baseMapResolution, (TerrainData * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D96920, void, TerrainData_SetAlphamaps, (TerrainData * __this, int32_t x, int32_t y, Single__Array_2 * map, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2668, TerrainData_SetAlphamaps__MethodInfo); DO_APP_FUNC(0x02D96B80, void, TerrainData_Internal_SetAlphamaps, (TerrainData * __this, int32_t x, int32_t y, int32_t width, int32_t height, Single__Array_2 * map, MethodInfo * method)); DO_APP_FUNC(0x02D96C00, void, TerrainData_SetBaseMapDirty, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D96C50, Texture2D *, TerrainData_GetAlphamapTexture, (TerrainData * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02D96CB0, int32_t, TerrainData_get_alphamapTextureCount, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D96D00, Texture2D__Array *, TerrainData_get_alphamapTextures, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D96EC0, SplatPrototype__Array *, TerrainData_get_splatPrototypes, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D96F10, void, TerrainData_set_splatPrototypes, (TerrainData * __this, SplatPrototype__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02D96F70, TerrainLayer__Array *, TerrainData_get_terrainLayers, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D96FC0, void, TerrainData_set_terrainLayers, (TerrainData * __this, TerrainLayer__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02D97020, void, TerrainData_AddTree, (TerrainData * __this, TreeInstance * tree, MethodInfo * method)); DO_APP_FUNC(0x02D97080, int32_t, TerrainData_RemoveTrees, (TerrainData * __this, Vector2 position, float radius, int32_t prototypeIndex, MethodInfo * method)); DO_APP_FUNC(0x02D97100, void, TerrainData_Internal_CopyActiveRenderTextureToHeightmap, (TerrainData * __this, RectInt rect, int32_t destX, int32_t destY, TerrainHeightmapSyncControl__Enum syncControl, MethodInfo * method)); DO_APP_FUNC(0x02D97190, void, TerrainData_Internal_DirtyHeightmapRegion, (TerrainData * __this, int32_t x, int32_t y, int32_t width, int32_t height, TerrainHeightmapSyncControl__Enum syncControl, MethodInfo * method)); DO_APP_FUNC(0x02D97210, void, TerrainData_SyncHeightmap, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D97260, void, TerrainData_Internal_CopyActiveRenderTextureToHoles, (TerrainData * __this, RectInt rect, int32_t destX, int32_t destY, bool allowDelayedCPUSync, MethodInfo * method)); DO_APP_FUNC(0x02D972F0, void, TerrainData_Internal_DirtyHolesRegion, (TerrainData * __this, int32_t x, int32_t y, int32_t width, int32_t height, bool allowDelayedCPUSync, MethodInfo * method)); DO_APP_FUNC(0x02D97380, void, TerrainData_Internal_SyncHoles, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D973D0, void, TerrainData_Internal_MarkAlphamapDirtyRegion, (TerrainData * __this, int32_t alphamapIndex, int32_t x, int32_t y, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02D97450, void, TerrainData_Internal_ClearAlphamapDirtyRegion, (TerrainData * __this, int32_t alphamapIndex, MethodInfo * method)); DO_APP_FUNC(0x02D974B0, void, TerrainData_Internal_SyncAlphamaps, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D97500, TextureFormat__Enum, TerrainData_get_atlasFormat, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D97550, Terrain__Array *, TerrainData_get_users, (TerrainData * __this, MethodInfo * method)); DO_APP_FUNC(0x02D975A0, bool, TerrainData_get_SupportsCopyTextureBetweenRTAndTexture, (MethodInfo * method)); DO_APP_FUNC(0x02D975F0, void, TerrainData_CopyActiveRenderTextureToHeightmap, (TerrainData * __this, RectInt sourceRect, Vector2Int dest, TerrainHeightmapSyncControl__Enum syncControl, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2608, TerrainData_CopyActiveRenderTextureToHeightmap__MethodInfo); DO_APP_FUNC(0x02D979F0, void, TerrainData_DirtyHeightmapRegion, (TerrainData * __this, RectInt region, TerrainHeightmapSyncControl__Enum syncControl, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2630, TerrainData_DirtyHeightmapRegion__MethodInfo); DO_APP_FUNC(0x02D97C80, String *, TerrainData_get_AlphamapTextureName, (MethodInfo * method)); DO_APP_FUNC(0x02D97CC0, String *, TerrainData_get_HolesTextureName, (MethodInfo * method)); DO_APP_FUNC(0x02D97D00, void, TerrainData_CopyActiveRenderTextureToTexture, (TerrainData * __this, String * textureName, int32_t textureIndex, RectInt sourceRect, Vector2Int dest, bool allowDelayedCPUSync, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE25F0, TerrainData_CopyActiveRenderTextureToTexture__MethodInfo); DO_APP_FUNC(0x02D98AD0, void, TerrainData_DirtyTextureRegion, (TerrainData * __this, String * textureName, RectInt region, bool allowDelayedCPUSync, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE25D0, TerrainData_DirtyTextureRegion__MethodInfo); DO_APP_FUNC(0x02D98FF0, void, TerrainData_SyncTexture, (TerrainData * __this, String * textureName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2600, TerrainData_SyncTexture__MethodInfo); DO_APP_FUNC(0x02D992F0, void, TerrainData__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D99630, void, TerrainData_get_heightmapScale_Injected, (TerrainData * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D99690, void, TerrainData_get_size_Injected, (TerrainData * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D996F0, void, TerrainData_set_size_Injected, (TerrainData * __this, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x02D99750, void, TerrainData_get_bounds_Injected, (TerrainData * __this, Bounds * ret, MethodInfo * method)); DO_APP_FUNC(0x02D997B0, void, TerrainData_GetInterpolatedNormal_Injected, (TerrainData * __this, float x, float y, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D99830, void, TerrainData_get_wavingGrassTint_Injected, (TerrainData * __this, Color * ret, MethodInfo * method)); DO_APP_FUNC(0x02D99890, void, TerrainData_set_wavingGrassTint_Injected, (TerrainData * __this, Color * value, MethodInfo * method)); DO_APP_FUNC(0x02D998F0, void, TerrainData_Internal_GetTreeInstance_Injected, (TerrainData * __this, int32_t index, TreeInstance * ret, MethodInfo * method)); DO_APP_FUNC(0x02D99960, void, TerrainData_SetTreeInstance_Injected, (TerrainData * __this, int32_t index, TreeInstance * instance, MethodInfo * method)); DO_APP_FUNC(0x02D999D0, int32_t, TerrainData_RemoveTrees_Injected, (TerrainData * __this, Vector2 * position, float radius, int32_t prototypeIndex, MethodInfo * method)); DO_APP_FUNC(0x02D99A50, void, TerrainData_Internal_CopyActiveRenderTextureToHeightmap_Injected, (TerrainData * __this, RectInt * rect, int32_t destX, int32_t destY, TerrainHeightmapSyncControl__Enum syncControl, MethodInfo * method)); DO_APP_FUNC(0x02D99AE0, void, TerrainData_Internal_CopyActiveRenderTextureToHoles_Injected, (TerrainData * __this, RectInt * rect, int32_t destX, int32_t destY, bool allowDelayedCPUSync, MethodInfo * method)); DO_APP_FUNC(0x02D99B70, void, TerrainLayer__ctor, (TerrainLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D99C00, void, TerrainLayer_Internal_Create, (TerrainLayer * layer, MethodInfo * method)); DO_APP_FUNC(0x02D99C50, Texture2D *, TerrainLayer_get_diffuseTexture, (TerrainLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D99CA0, void, TerrainLayer_set_diffuseTexture, (TerrainLayer * __this, Texture2D * value, MethodInfo * method)); DO_APP_FUNC(0x02D99D00, Texture2D *, TerrainLayer_get_normalMapTexture, (TerrainLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D99D50, void, TerrainLayer_set_normalMapTexture, (TerrainLayer * __this, Texture2D * value, MethodInfo * method)); DO_APP_FUNC(0x02D99DB0, Texture2D *, TerrainLayer_get_maskMapTexture, (TerrainLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D99E00, void, TerrainLayer_set_maskMapTexture, (TerrainLayer * __this, Texture2D * value, MethodInfo * method)); DO_APP_FUNC(0x02D99E60, Vector2, TerrainLayer_get_tileSize, (TerrainLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D99EC0, void, TerrainLayer_set_tileSize, (TerrainLayer * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02D99F20, Vector2, TerrainLayer_get_tileOffset, (TerrainLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D99F80, void, TerrainLayer_set_tileOffset, (TerrainLayer * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02D99FE0, Color, TerrainLayer_get_specular, (TerrainLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D9A050, void, TerrainLayer_set_specular, (TerrainLayer * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x02D9A0B0, float, TerrainLayer_get_metallic, (TerrainLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D9A100, void, TerrainLayer_set_metallic, (TerrainLayer * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D9A160, float, TerrainLayer_get_smoothness, (TerrainLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D9A1B0, void, TerrainLayer_set_smoothness, (TerrainLayer * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D9A210, float, TerrainLayer_get_normalScale, (TerrainLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D9A260, void, TerrainLayer_set_normalScale, (TerrainLayer * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D9A2C0, Vector4, TerrainLayer_get_diffuseRemapMin, (TerrainLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D9A330, void, TerrainLayer_set_diffuseRemapMin, (TerrainLayer * __this, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x02D9A390, Vector4, TerrainLayer_get_diffuseRemapMax, (TerrainLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D9A400, void, TerrainLayer_set_diffuseRemapMax, (TerrainLayer * __this, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x02D9A460, Vector4, TerrainLayer_get_maskMapRemapMin, (TerrainLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D9A4D0, void, TerrainLayer_set_maskMapRemapMin, (TerrainLayer * __this, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x02D9A530, Vector4, TerrainLayer_get_maskMapRemapMax, (TerrainLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D9A5A0, void, TerrainLayer_set_maskMapRemapMax, (TerrainLayer * __this, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x02D9A600, void, TerrainLayer_get_tileSize_Injected, (TerrainLayer * __this, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D9A660, void, TerrainLayer_set_tileSize_Injected, (TerrainLayer * __this, Vector2 * value, MethodInfo * method)); DO_APP_FUNC(0x02D9A6C0, void, TerrainLayer_get_tileOffset_Injected, (TerrainLayer * __this, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D9A720, void, TerrainLayer_set_tileOffset_Injected, (TerrainLayer * __this, Vector2 * value, MethodInfo * method)); DO_APP_FUNC(0x02D9A780, void, TerrainLayer_get_specular_Injected, (TerrainLayer * __this, Color * ret, MethodInfo * method)); DO_APP_FUNC(0x02D9A7E0, void, TerrainLayer_set_specular_Injected, (TerrainLayer * __this, Color * value, MethodInfo * method)); DO_APP_FUNC(0x02D9A840, void, TerrainLayer_get_diffuseRemapMin_Injected, (TerrainLayer * __this, Vector4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D9A8A0, void, TerrainLayer_set_diffuseRemapMin_Injected, (TerrainLayer * __this, Vector4 * value, MethodInfo * method)); DO_APP_FUNC(0x02D9A900, void, TerrainLayer_get_diffuseRemapMax_Injected, (TerrainLayer * __this, Vector4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D9A960, void, TerrainLayer_set_diffuseRemapMax_Injected, (TerrainLayer * __this, Vector4 * value, MethodInfo * method)); DO_APP_FUNC(0x02D9A9C0, void, TerrainLayer_get_maskMapRemapMin_Injected, (TerrainLayer * __this, Vector4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D9AA20, void, TerrainLayer_set_maskMapRemapMin_Injected, (TerrainLayer * __this, Vector4 * value, MethodInfo * method)); DO_APP_FUNC(0x02D9AA80, void, TerrainLayer_get_maskMapRemapMax_Injected, (TerrainLayer * __this, Vector4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D9AAE0, void, TerrainLayer_set_maskMapRemapMax_Injected, (TerrainLayer * __this, Vector4 * value, MethodInfo * method)); DO_APP_FUNC(0x009B8F70, void, TerrainTileCoord__ctor, (TerrainTileCoord * __this, int32_t tileX, int32_t tileZ, MethodInfo * method)); DO_APP_FUNC(0x02D9AB40, Terrain *, TerrainMap_GetTerrain, (TerrainMap * __this, int32_t tileX, int32_t tileZ, MethodInfo * method)); DO_APP_FUNC(0x02D9AC60, TerrainMap *, TerrainMap_CreateFromPlacement, (Terrain * originTerrain, Predicate_1_UnityEngine_Terrain_ * filter, bool fullValidation, MethodInfo * method)); DO_APP_FUNC(0x02D9B2E0, TerrainMap *, TerrainMap_CreateFromPlacement_1, (Vector2 gridOrigin, Vector2 gridSize, Predicate_1_UnityEngine_Terrain_ * filter, bool fullValidation, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_UnityEngine_Terrain_ *, TerrainMap_get_terrainTiles, (TerrainMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02D9B810, void, TerrainMap__ctor, (TerrainMap * __this, MethodInfo * method)); DO_APP_FUNC(0x02D9B900, void, TerrainMap_AddTerrainInternal, (TerrainMap * __this, int32_t x, int32_t z, Terrain * terrain, MethodInfo * method)); DO_APP_FUNC(0x02D9BB80, bool, TerrainMap_TryToAddTerrain, (TerrainMap * __this, int32_t tileX, int32_t tileZ, Terrain * terrain, MethodInfo * method)); DO_APP_FUNC(0x02D9BE10, void, TerrainMap_ValidateTerrain, (TerrainMap * __this, int32_t tileX, int32_t tileZ, MethodInfo * method)); DO_APP_FUNC(0x02D9CBC0, TerrainMapStatusCode__Enum, TerrainMap_Validate, (TerrainMap * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TerrainMap_c_DisplayClass3_0__ctor, (TerrainMap_c_DisplayClass3_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D9CEC0, bool, TerrainMap_c_DisplayClass3_0__CreateFromPlacement_b__0, (TerrainMap_c_DisplayClass3_0 * __this, Terrain * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2558, TerrainMap_c_DisplayClass3_0__CreateFromPlacement_b__0__MethodInfo); DO_APP_FUNC(0x02D9CF30, bool, TerrainUtility_ValidTerrainsExist, (MethodInfo * method)); DO_APP_FUNC(0x02D9CFE0, void, TerrainUtility_ClearConnectivity, (MethodInfo * method)); DO_APP_FUNC(0x02D9D100, Dictionary_2_System_Int32_UnityEngine_TerrainUtils_TerrainMap_ *, TerrainUtility_CollectTerrains, (bool onlyAutoConnectedTerrains, MethodInfo * method)); DO_APP_FUNC(0x02D9D4B0, void, TerrainUtility_AutoConnect, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TerrainUtility_c_DisplayClass2_0__ctor, (TerrainUtility_c_DisplayClass2_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TerrainUtility_c_DisplayClass2_1__ctor, (TerrainUtility_c_DisplayClass2_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D9D9D0, bool, TerrainUtility_c_DisplayClass2_1__CollectTerrains_b__0, (TerrainUtility_c_DisplayClass2_1 * __this, Terrain * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE24E8, TerrainUtility_c_DisplayClass2_1__CollectTerrains_b__0__MethodInfo); DO_APP_FUNC(0x02D6E810, void, ParticleSystem_Emit, (ParticleSystem * __this, Vector3 position, Vector3 velocity, float size, float lifetime, Color32 color, MethodInfo * method)); DO_APP_FUNC(0x02D6E9D0, void, ParticleSystem_Emit_1, (ParticleSystem * __this, ParticleSystem_Particle particle, MethodInfo * method)); DO_APP_FUNC(0x02D6EA30, float, ParticleSystem_get_startDelay, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6EAE0, void, ParticleSystem_set_startDelay, (ParticleSystem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D6EB90, bool, ParticleSystem_get_loop, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6EC40, void, ParticleSystem_set_loop, (ParticleSystem * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D6ECF0, bool, ParticleSystem_get_playOnAwake, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6EDA0, void, ParticleSystem_set_playOnAwake, (ParticleSystem * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D6EE50, float, ParticleSystem_get_duration, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6EF00, float, ParticleSystem_get_playbackSpeed, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6EFB0, void, ParticleSystem_set_playbackSpeed, (ParticleSystem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D6F060, bool, ParticleSystem_get_enableEmission, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6F110, void, ParticleSystem_set_enableEmission, (ParticleSystem * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D6F1C0, float, ParticleSystem_get_emissionRate, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6F270, void, ParticleSystem_set_emissionRate, (ParticleSystem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D6F350, float, ParticleSystem_get_startSpeed, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6F400, void, ParticleSystem_set_startSpeed, (ParticleSystem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D6F4B0, float, ParticleSystem_get_startSize, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6F560, void, ParticleSystem_set_startSize, (ParticleSystem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D6F610, Color, ParticleSystem_get_startColor, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6F6F0, void, ParticleSystem_set_startColor, (ParticleSystem * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x02D6F800, float, ParticleSystem_get_startRotation, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6F8B0, void, ParticleSystem_set_startRotation, (ParticleSystem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D6F960, Vector3, ParticleSystem_get_startRotation3D, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6FBA0, void, ParticleSystem_set_startRotation3D, (ParticleSystem * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D6FCE0, float, ParticleSystem_get_startLifetime, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6FD90, void, ParticleSystem_set_startLifetime, (ParticleSystem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D6FE40, float, ParticleSystem_get_gravityModifier, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6FEF0, void, ParticleSystem_set_gravityModifier, (ParticleSystem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D6FFA0, int32_t, ParticleSystem_get_maxParticles, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D70050, void, ParticleSystem_set_maxParticles, (ParticleSystem * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D70100, ParticleSystemSimulationSpace__Enum, ParticleSystem_get_simulationSpace, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D701B0, void, ParticleSystem_set_simulationSpace, (ParticleSystem * __this, ParticleSystemSimulationSpace__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D70260, ParticleSystemScalingMode__Enum, ParticleSystem_get_scalingMode, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D70310, void, ParticleSystem_set_scalingMode, (ParticleSystem * __this, ParticleSystemScalingMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D703C0, bool, ParticleSystem_get_automaticCullingEnabled, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D70410, bool, ParticleSystem_get_isPlaying, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D70460, bool, ParticleSystem_get_isEmitting, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D704B0, bool, ParticleSystem_get_isStopped, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D70500, bool, ParticleSystem_get_isPaused, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D70550, int32_t, ParticleSystem_get_particleCount, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D705A0, float, ParticleSystem_get_time, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D705F0, void, ParticleSystem_set_time, (ParticleSystem * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D70650, uint32_t, ParticleSystem_get_randomSeed, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D706A0, void, ParticleSystem_set_randomSeed, (ParticleSystem * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D70700, bool, ParticleSystem_get_useAutoRandomSeed, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D70750, void, ParticleSystem_set_useAutoRandomSeed, (ParticleSystem * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D703C0, bool, ParticleSystem_get_proceduralSimulationSupported, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D707B0, float, ParticleSystem_GetParticleCurrentSize, (ParticleSystem * __this, ParticleSystem_Particle * particle, MethodInfo * method)); DO_APP_FUNC(0x02D70810, Vector3, ParticleSystem_GetParticleCurrentSize3D, (ParticleSystem * __this, ParticleSystem_Particle * particle, MethodInfo * method)); DO_APP_FUNC(0x02D70890, Color32, ParticleSystem_GetParticleCurrentColor, (ParticleSystem * __this, ParticleSystem_Particle * particle, MethodInfo * method)); DO_APP_FUNC(0x02D70900, int32_t, ParticleSystem_GetParticleMeshIndex, (ParticleSystem * __this, ParticleSystem_Particle * particle, MethodInfo * method)); DO_APP_FUNC(0x02D70960, void, ParticleSystem_SetParticles, (ParticleSystem * __this, ParticleSystem_Particle__Array * particles, int32_t size, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x02D709E0, void, ParticleSystem_SetParticles_1, (ParticleSystem * __this, ParticleSystem_Particle__Array * particles, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02D70A60, void, ParticleSystem_SetParticles_2, (ParticleSystem * __this, ParticleSystem_Particle__Array * particles, MethodInfo * method)); DO_APP_FUNC(0x02D70AD0, void, ParticleSystem_SetParticlesWithNativeArray, (ParticleSystem * __this, void * particles, int32_t particlesLength, int32_t size, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x02D70B60, void, ParticleSystem_SetParticles_3, (ParticleSystem * __this, NativeArray_1_UnityEngine_ParticleSystem_Particle_ particles, int32_t size, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x02D70C20, void, ParticleSystem_SetParticles_4, (ParticleSystem * __this, NativeArray_1_UnityEngine_ParticleSystem_Particle_ particles, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02D70CC0, void, ParticleSystem_SetParticles_5, (ParticleSystem * __this, NativeArray_1_UnityEngine_ParticleSystem_Particle_ particles, MethodInfo * method)); DO_APP_FUNC(0x02D70D60, int32_t, ParticleSystem_GetParticles, (ParticleSystem * __this, ParticleSystem_Particle__Array * particles, int32_t size, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x02D70DE0, int32_t, ParticleSystem_GetParticles_1, (ParticleSystem * __this, ParticleSystem_Particle__Array * particles, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02D70E60, int32_t, ParticleSystem_GetParticles_2, (ParticleSystem * __this, ParticleSystem_Particle__Array * particles, MethodInfo * method)); DO_APP_FUNC(0x02D70ED0, int32_t, ParticleSystem_GetParticlesWithNativeArray, (ParticleSystem * __this, void * particles, int32_t particlesLength, int32_t size, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x02D70F60, int32_t, ParticleSystem_GetParticles_3, (ParticleSystem * __this, NativeArray_1_UnityEngine_ParticleSystem_Particle_ particles, int32_t size, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x02D71020, int32_t, ParticleSystem_GetParticles_4, (ParticleSystem * __this, NativeArray_1_UnityEngine_ParticleSystem_Particle_ particles, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02D710C0, int32_t, ParticleSystem_GetParticles_5, (ParticleSystem * __this, NativeArray_1_UnityEngine_ParticleSystem_Particle_ particles, MethodInfo * method)); DO_APP_FUNC(0x02D71160, void, ParticleSystem_SetCustomParticleData, (ParticleSystem * __this, List_1_UnityEngine_Vector4_ * customData, ParticleSystemCustomData__Enum streamIndex, MethodInfo * method)); DO_APP_FUNC(0x02D711D0, int32_t, ParticleSystem_GetCustomParticleData, (ParticleSystem * __this, List_1_UnityEngine_Vector4_ * customData, ParticleSystemCustomData__Enum streamIndex, MethodInfo * method)); DO_APP_FUNC(0x02D71240, ParticleSystem_PlaybackState, ParticleSystem_GetPlaybackState, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D712B0, void, ParticleSystem_SetPlaybackState, (ParticleSystem * __this, ParticleSystem_PlaybackState playbackState, MethodInfo * method)); DO_APP_FUNC(0x02D71310, void, ParticleSystem_GetTrailDataInternal, (ParticleSystem * __this, ParticleSystem_Trails * trailData, MethodInfo * method)); DO_APP_FUNC(0x02D71370, ParticleSystem_Trails, ParticleSystem_GetTrails, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D71420, int32_t, ParticleSystem_GetTrails_1, (ParticleSystem * __this, ParticleSystem_Trails * trailData, MethodInfo * method)); DO_APP_FUNC(0x02D714C0, void, ParticleSystem_SetTrails, (ParticleSystem * __this, ParticleSystem_Trails trailData, MethodInfo * method)); DO_APP_FUNC(0x02D71520, void, ParticleSystem_Simulate, (ParticleSystem * __this, float t, bool withChildren, bool restart, bool fixedTimeStep, MethodInfo * method)); DO_APP_FUNC(0x02D715B0, void, ParticleSystem_Simulate_1, (ParticleSystem * __this, float t, bool withChildren, bool restart, MethodInfo * method)); DO_APP_FUNC(0x02D715D0, void, ParticleSystem_Simulate_2, (ParticleSystem * __this, float t, bool withChildren, MethodInfo * method)); DO_APP_FUNC(0x02D715F0, void, ParticleSystem_Simulate_3, (ParticleSystem * __this, float t, MethodInfo * method)); DO_APP_FUNC(0x02D71620, void, ParticleSystem_Play, (ParticleSystem * __this, bool withChildren, MethodInfo * method)); DO_APP_FUNC(0x02D71680, void, ParticleSystem_Play_1, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D716E0, void, ParticleSystem_Pause, (ParticleSystem * __this, bool withChildren, MethodInfo * method)); DO_APP_FUNC(0x02D71740, void, ParticleSystem_Pause_1, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D717A0, void, ParticleSystem_Stop, (ParticleSystem * __this, bool withChildren, ParticleSystemStopBehavior__Enum stopBehavior, MethodInfo * method)); DO_APP_FUNC(0x02D71810, void, ParticleSystem_Stop_1, (ParticleSystem * __this, bool withChildren, MethodInfo * method)); DO_APP_FUNC(0x02D71880, void, ParticleSystem_Stop_2, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D718E0, void, ParticleSystem_Clear, (ParticleSystem * __this, bool withChildren, MethodInfo * method)); DO_APP_FUNC(0x02D71940, void, ParticleSystem_Clear_1, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D719A0, bool, ParticleSystem_IsAlive, (ParticleSystem * __this, bool withChildren, MethodInfo * method)); DO_APP_FUNC(0x02D71A00, bool, ParticleSystem_IsAlive_1, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D71A60, void, ParticleSystem_Emit_2, (ParticleSystem * __this, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02D71A60, void, ParticleSystem_Emit_Internal, (ParticleSystem * __this, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02D71AC0, void, ParticleSystem_Emit_3, (ParticleSystem * __this, ParticleSystem_EmitParams emitParams, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02D71B30, void, ParticleSystem_EmitOld_Internal, (ParticleSystem * __this, ParticleSystem_Particle * particle, MethodInfo * method)); DO_APP_FUNC(0x02D71B90, void, ParticleSystem_TriggerSubEmitter, (ParticleSystem * __this, int32_t subEmitterIndex, MethodInfo * method)); DO_APP_FUNC(0x02D71BF0, void, ParticleSystem_TriggerSubEmitter_1, (ParticleSystem * __this, int32_t subEmitterIndex, ParticleSystem_Particle * particle, MethodInfo * method)); DO_APP_FUNC(0x02D71CC0, void, ParticleSystem_TriggerSubEmitterForParticle, (ParticleSystem * __this, int32_t subEmitterIndex, ParticleSystem_Particle particle, MethodInfo * method)); DO_APP_FUNC(0x02D71D30, void, ParticleSystem_TriggerSubEmitter_2, (ParticleSystem * __this, int32_t subEmitterIndex, List_1_UnityEngine_ParticleSystem_Particle_ * particles, MethodInfo * method)); DO_APP_FUNC(0x02D71DA0, void, ParticleSystem_ResetPreMappedBufferMemory, (MethodInfo * method)); DO_APP_FUNC(0x02D71DF0, void, ParticleSystem_SetMaximumPreMappedBufferCounts, (int32_t vertexBuffersCount, int32_t indexBuffersCount, MethodInfo * method)); DO_APP_FUNC(0x02D71E50, void, ParticleSystem_AllocateAxisOfRotationAttribute, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D71EA0, void, ParticleSystem_AllocateMeshIndexAttribute, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D71EF0, void, ParticleSystem_AllocateCustomDataAttribute, (ParticleSystem * __this, ParticleSystemCustomData__Enum stream, MethodInfo * method)); DO_APP_FUNC(0x02D71F50, Void *, ParticleSystem_GetManagedJobData, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D71FA0, JobHandle, ParticleSystem_GetManagedJobHandle, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D72010, void, ParticleSystem_SetManagedJobHandle, (ParticleSystem * __this, JobHandle handle, MethodInfo * method)); DO_APP_FUNC(0x02D72070, JobHandle, ParticleSystem_ScheduleManagedJob, (JobsUtility_JobScheduleParameters * parameters, Void * additionalData, MethodInfo * method)); DO_APP_FUNC(0x02D720F0, void, ParticleSystem_CopyManagedJobData, (Void * systemPtr, NativeParticleData * particleData, MethodInfo * method)); DO_APP_FUNC(0x003B93F0, ParticleSystem_MainModule, ParticleSystem_get_main, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93F0, ParticleSystem_EmissionModule, ParticleSystem_get_emission, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93F0, ParticleSystem_ShapeModule, ParticleSystem_get_shape, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93F0, ParticleSystem_VelocityOverLifetimeModule, ParticleSystem_get_velocityOverLifetime, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93F0, ParticleSystem_LimitVelocityOverLifetimeModule, ParticleSystem_get_limitVelocityOverLifetime, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93F0, ParticleSystem_InheritVelocityModule, ParticleSystem_get_inheritVelocity, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93F0, ParticleSystem_LifetimeByEmitterSpeedModule, ParticleSystem_get_lifetimeByEmitterSpeed, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93F0, ParticleSystem_ForceOverLifetimeModule, ParticleSystem_get_forceOverLifetime, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93F0, ParticleSystem_ColorOverLifetimeModule, ParticleSystem_get_colorOverLifetime, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93F0, ParticleSystem_ColorBySpeedModule, ParticleSystem_get_colorBySpeed, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93F0, ParticleSystem_SizeOverLifetimeModule, ParticleSystem_get_sizeOverLifetime, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93F0, ParticleSystem_SizeBySpeedModule, ParticleSystem_get_sizeBySpeed, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93F0, ParticleSystem_RotationOverLifetimeModule, ParticleSystem_get_rotationOverLifetime, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93F0, ParticleSystem_RotationBySpeedModule, ParticleSystem_get_rotationBySpeed, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93F0, ParticleSystem_ExternalForcesModule, ParticleSystem_get_externalForces, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93F0, ParticleSystem_NoiseModule, ParticleSystem_get_noise, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93F0, ParticleSystem_CollisionModule, ParticleSystem_get_collision, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93F0, ParticleSystem_TriggerModule, ParticleSystem_get_trigger, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93F0, ParticleSystem_SubEmittersModule, ParticleSystem_get_subEmitters, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93F0, ParticleSystem_TextureSheetAnimationModule, ParticleSystem_get_textureSheetAnimation, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93F0, ParticleSystem_LightsModule, ParticleSystem_get_lights, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93F0, ParticleSystem_TrailModule, ParticleSystem_get_trails, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93F0, ParticleSystem_CustomDataModule, ParticleSystem_get_customData, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ParticleSystem__ctor, (ParticleSystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D72150, void, ParticleSystem_GetParticleCurrentSize3D_Injected, (ParticleSystem * __this, ParticleSystem_Particle * particle, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D721C0, void, ParticleSystem_GetParticleCurrentColor_Injected, (ParticleSystem * __this, ParticleSystem_Particle * particle, Color32 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D72230, void, ParticleSystem_GetPlaybackState_Injected, (ParticleSystem * __this, ParticleSystem_PlaybackState * ret, MethodInfo * method)); DO_APP_FUNC(0x02D72290, void, ParticleSystem_SetPlaybackState_Injected, (ParticleSystem * __this, ParticleSystem_PlaybackState * playbackState, MethodInfo * method)); DO_APP_FUNC(0x02D722F0, void, ParticleSystem_SetTrails_Injected, (ParticleSystem * __this, ParticleSystem_Trails * trailData, MethodInfo * method)); DO_APP_FUNC(0x02D72350, void, ParticleSystem_Emit_Injected, (ParticleSystem * __this, ParticleSystem_EmitParams * emitParams, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02D723C0, void, ParticleSystem_TriggerSubEmitterForParticle_Injected, (ParticleSystem * __this, int32_t subEmitterIndex, ParticleSystem_Particle * particle, MethodInfo * method)); DO_APP_FUNC(0x02D72430, void, ParticleSystem_GetManagedJobHandle_Injected, (ParticleSystem * __this, JobHandle * ret, MethodInfo * method)); DO_APP_FUNC(0x02D72490, void, ParticleSystem_SetManagedJobHandle_Injected, (ParticleSystem * __this, JobHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02D724F0, void, ParticleSystem_ScheduleManagedJob_Injected, (JobsUtility_JobScheduleParameters * parameters, Void * additionalData, JobHandle * ret, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ParticleSystem_MainModule__ctor, (ParticleSystem_MainModule * __this, ParticleSystem * particleSystem, MethodInfo * method)); DO_APP_FUNC(0x02D72560, float, ParticleSystem_MainModule_get_duration, (ParticleSystem_MainModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D725B0, bool, ParticleSystem_MainModule_get_loop, (ParticleSystem_MainModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D72600, void, ParticleSystem_MainModule_set_loop, (ParticleSystem_MainModule * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D72660, void, ParticleSystem_MainModule_set_prewarm, (ParticleSystem_MainModule * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D726C0, ParticleSystem_MinMaxCurve, ParticleSystem_MainModule_get_startDelay, (ParticleSystem_MainModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D72730, void, ParticleSystem_MainModule_set_startDelay, (ParticleSystem_MainModule * __this, ParticleSystem_MinMaxCurve value, MethodInfo * method)); DO_APP_FUNC(0x02D72790, float, ParticleSystem_MainModule_get_startDelayMultiplier, (ParticleSystem_MainModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D727E0, void, ParticleSystem_MainModule_set_startDelayMultiplier, (ParticleSystem_MainModule * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D72840, ParticleSystem_MinMaxCurve, ParticleSystem_MainModule_get_startLifetime, (ParticleSystem_MainModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D728B0, void, ParticleSystem_MainModule_set_startLifetime, (ParticleSystem_MainModule * __this, ParticleSystem_MinMaxCurve value, MethodInfo * method)); DO_APP_FUNC(0x02D72910, float, ParticleSystem_MainModule_get_startLifetimeMultiplier, (ParticleSystem_MainModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D72960, void, ParticleSystem_MainModule_set_startLifetimeMultiplier, (ParticleSystem_MainModule * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D729C0, void, ParticleSystem_MainModule_set_startSpeed, (ParticleSystem_MainModule * __this, ParticleSystem_MinMaxCurve value, MethodInfo * method)); DO_APP_FUNC(0x02D72A20, float, ParticleSystem_MainModule_get_startSpeedMultiplier, (ParticleSystem_MainModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D72A70, void, ParticleSystem_MainModule_set_startSpeedMultiplier, (ParticleSystem_MainModule * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D72AD0, ParticleSystem_MinMaxCurve, ParticleSystem_MainModule_get_startSize, (ParticleSystem_MainModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D72B40, void, ParticleSystem_MainModule_set_startSize, (ParticleSystem_MainModule * __this, ParticleSystem_MinMaxCurve value, MethodInfo * method)); DO_APP_FUNC(0x02D72BA0, float, ParticleSystem_MainModule_get_startSizeMultiplier, (ParticleSystem_MainModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D72BF0, void, ParticleSystem_MainModule_set_startSizeMultiplier, (ParticleSystem_MainModule * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D72C50, void, ParticleSystem_MainModule_set_startRotation, (ParticleSystem_MainModule * __this, ParticleSystem_MinMaxCurve value, MethodInfo * method)); DO_APP_FUNC(0x02D72CB0, float, ParticleSystem_MainModule_get_startRotationMultiplier, (ParticleSystem_MainModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D72D00, void, ParticleSystem_MainModule_set_startRotationMultiplier, (ParticleSystem_MainModule * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D72D60, float, ParticleSystem_MainModule_get_startRotationXMultiplier, (ParticleSystem_MainModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D72DB0, void, ParticleSystem_MainModule_set_startRotationXMultiplier, (ParticleSystem_MainModule * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D72E10, float, ParticleSystem_MainModule_get_startRotationYMultiplier, (ParticleSystem_MainModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D72E60, void, ParticleSystem_MainModule_set_startRotationYMultiplier, (ParticleSystem_MainModule * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D72EC0, float, ParticleSystem_MainModule_get_startRotationZMultiplier, (ParticleSystem_MainModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D72F10, void, ParticleSystem_MainModule_set_startRotationZMultiplier, (ParticleSystem_MainModule * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D72F70, ParticleSystem_MinMaxGradient, ParticleSystem_MainModule_get_startColor, (ParticleSystem_MainModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D72FF0, void, ParticleSystem_MainModule_set_startColor, (ParticleSystem_MainModule * __this, ParticleSystem_MinMaxGradient value, MethodInfo * method)); DO_APP_FUNC(0x02D73050, float, ParticleSystem_MainModule_get_gravityModifierMultiplier, (ParticleSystem_MainModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D730A0, void, ParticleSystem_MainModule_set_gravityModifierMultiplier, (ParticleSystem_MainModule * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D73100, ParticleSystemSimulationSpace__Enum, ParticleSystem_MainModule_get_simulationSpace, (ParticleSystem_MainModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D73150, void, ParticleSystem_MainModule_set_simulationSpace, (ParticleSystem_MainModule * __this, ParticleSystemSimulationSpace__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D731B0, float, ParticleSystem_MainModule_get_simulationSpeed, (ParticleSystem_MainModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D73200, void, ParticleSystem_MainModule_set_simulationSpeed, (ParticleSystem_MainModule * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D73260, ParticleSystemScalingMode__Enum, ParticleSystem_MainModule_get_scalingMode, (ParticleSystem_MainModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D732B0, void, ParticleSystem_MainModule_set_scalingMode, (ParticleSystem_MainModule * __this, ParticleSystemScalingMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D73310, bool, ParticleSystem_MainModule_get_playOnAwake, (ParticleSystem_MainModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D73360, void, ParticleSystem_MainModule_set_playOnAwake, (ParticleSystem_MainModule * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D733C0, int32_t, ParticleSystem_MainModule_get_maxParticles, (ParticleSystem_MainModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D73410, void, ParticleSystem_MainModule_set_maxParticles, (ParticleSystem_MainModule * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D72560, float, ParticleSystem_MainModule_get_duration_Injected, (ParticleSystem_MainModule * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D725B0, bool, ParticleSystem_MainModule_get_loop_Injected, (ParticleSystem_MainModule * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D72600, void, ParticleSystem_MainModule_set_loop_Injected, (ParticleSystem_MainModule * _unity_self, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D72660, void, ParticleSystem_MainModule_set_prewarm_Injected, (ParticleSystem_MainModule * _unity_self, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D73470, void, ParticleSystem_MainModule_get_startDelay_Injected, (ParticleSystem_MainModule * _unity_self, ParticleSystem_MinMaxCurve * ret, MethodInfo * method)); DO_APP_FUNC(0x02D734D0, void, ParticleSystem_MainModule_set_startDelay_Injected, (ParticleSystem_MainModule * _unity_self, ParticleSystem_MinMaxCurve * value, MethodInfo * method)); DO_APP_FUNC(0x02D72790, float, ParticleSystem_MainModule_get_startDelayMultiplier_Injected, (ParticleSystem_MainModule * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D727E0, void, ParticleSystem_MainModule_set_startDelayMultiplier_Injected, (ParticleSystem_MainModule * _unity_self, float value, MethodInfo * method)); DO_APP_FUNC(0x02D73530, void, ParticleSystem_MainModule_get_startLifetime_Injected, (ParticleSystem_MainModule * _unity_self, ParticleSystem_MinMaxCurve * ret, MethodInfo * method)); DO_APP_FUNC(0x02D73590, void, ParticleSystem_MainModule_set_startLifetime_Injected, (ParticleSystem_MainModule * _unity_self, ParticleSystem_MinMaxCurve * value, MethodInfo * method)); DO_APP_FUNC(0x02D72910, float, ParticleSystem_MainModule_get_startLifetimeMultiplier_Injected, (ParticleSystem_MainModule * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D72960, void, ParticleSystem_MainModule_set_startLifetimeMultiplier_Injected, (ParticleSystem_MainModule * _unity_self, float value, MethodInfo * method)); DO_APP_FUNC(0x02D735F0, void, ParticleSystem_MainModule_set_startSpeed_Injected, (ParticleSystem_MainModule * _unity_self, ParticleSystem_MinMaxCurve * value, MethodInfo * method)); DO_APP_FUNC(0x02D72A20, float, ParticleSystem_MainModule_get_startSpeedMultiplier_Injected, (ParticleSystem_MainModule * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D72A70, void, ParticleSystem_MainModule_set_startSpeedMultiplier_Injected, (ParticleSystem_MainModule * _unity_self, float value, MethodInfo * method)); DO_APP_FUNC(0x02D73650, void, ParticleSystem_MainModule_get_startSize_Injected, (ParticleSystem_MainModule * _unity_self, ParticleSystem_MinMaxCurve * ret, MethodInfo * method)); DO_APP_FUNC(0x02D736B0, void, ParticleSystem_MainModule_set_startSize_Injected, (ParticleSystem_MainModule * _unity_self, ParticleSystem_MinMaxCurve * value, MethodInfo * method)); DO_APP_FUNC(0x02D72BA0, float, ParticleSystem_MainModule_get_startSizeMultiplier_Injected, (ParticleSystem_MainModule * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D72BF0, void, ParticleSystem_MainModule_set_startSizeMultiplier_Injected, (ParticleSystem_MainModule * _unity_self, float value, MethodInfo * method)); DO_APP_FUNC(0x02D73710, void, ParticleSystem_MainModule_set_startRotation_Injected, (ParticleSystem_MainModule * _unity_self, ParticleSystem_MinMaxCurve * value, MethodInfo * method)); DO_APP_FUNC(0x02D72CB0, float, ParticleSystem_MainModule_get_startRotationMultiplier_Injected, (ParticleSystem_MainModule * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D72D00, void, ParticleSystem_MainModule_set_startRotationMultiplier_Injected, (ParticleSystem_MainModule * _unity_self, float value, MethodInfo * method)); DO_APP_FUNC(0x02D72D60, float, ParticleSystem_MainModule_get_startRotationXMultiplier_Injected, (ParticleSystem_MainModule * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D72DB0, void, ParticleSystem_MainModule_set_startRotationXMultiplier_Injected, (ParticleSystem_MainModule * _unity_self, float value, MethodInfo * method)); DO_APP_FUNC(0x02D72E10, float, ParticleSystem_MainModule_get_startRotationYMultiplier_Injected, (ParticleSystem_MainModule * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D72E60, void, ParticleSystem_MainModule_set_startRotationYMultiplier_Injected, (ParticleSystem_MainModule * _unity_self, float value, MethodInfo * method)); DO_APP_FUNC(0x02D72EC0, float, ParticleSystem_MainModule_get_startRotationZMultiplier_Injected, (ParticleSystem_MainModule * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D72F10, void, ParticleSystem_MainModule_set_startRotationZMultiplier_Injected, (ParticleSystem_MainModule * _unity_self, float value, MethodInfo * method)); DO_APP_FUNC(0x02D73770, void, ParticleSystem_MainModule_get_startColor_Injected, (ParticleSystem_MainModule * _unity_self, ParticleSystem_MinMaxGradient * ret, MethodInfo * method)); DO_APP_FUNC(0x02D737D0, void, ParticleSystem_MainModule_set_startColor_Injected, (ParticleSystem_MainModule * _unity_self, ParticleSystem_MinMaxGradient * value, MethodInfo * method)); DO_APP_FUNC(0x02D73050, float, ParticleSystem_MainModule_get_gravityModifierMultiplier_Injected, (ParticleSystem_MainModule * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D730A0, void, ParticleSystem_MainModule_set_gravityModifierMultiplier_Injected, (ParticleSystem_MainModule * _unity_self, float value, MethodInfo * method)); DO_APP_FUNC(0x02D73100, ParticleSystemSimulationSpace__Enum, ParticleSystem_MainModule_get_simulationSpace_Injected, (ParticleSystem_MainModule * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D73150, void, ParticleSystem_MainModule_set_simulationSpace_Injected, (ParticleSystem_MainModule * _unity_self, ParticleSystemSimulationSpace__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D731B0, float, ParticleSystem_MainModule_get_simulationSpeed_Injected, (ParticleSystem_MainModule * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D73200, void, ParticleSystem_MainModule_set_simulationSpeed_Injected, (ParticleSystem_MainModule * _unity_self, float value, MethodInfo * method)); DO_APP_FUNC(0x02D73260, ParticleSystemScalingMode__Enum, ParticleSystem_MainModule_get_scalingMode_Injected, (ParticleSystem_MainModule * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D732B0, void, ParticleSystem_MainModule_set_scalingMode_Injected, (ParticleSystem_MainModule * _unity_self, ParticleSystemScalingMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D73310, bool, ParticleSystem_MainModule_get_playOnAwake_Injected, (ParticleSystem_MainModule * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D73360, void, ParticleSystem_MainModule_set_playOnAwake_Injected, (ParticleSystem_MainModule * _unity_self, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D733C0, int32_t, ParticleSystem_MainModule_get_maxParticles_Injected, (ParticleSystem_MainModule * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D73410, void, ParticleSystem_MainModule_set_maxParticles_Injected, (ParticleSystem_MainModule * _unity_self, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ParticleSystem_EmissionModule__ctor, (ParticleSystem_EmissionModule * __this, ParticleSystem * particleSystem, MethodInfo * method)); DO_APP_FUNC(0x02D73830, bool, ParticleSystem_EmissionModule_get_enabled, (ParticleSystem_EmissionModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D73880, void, ParticleSystem_EmissionModule_set_enabled, (ParticleSystem_EmissionModule * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D738E0, ParticleSystem_MinMaxCurve, ParticleSystem_EmissionModule_get_rateOverTime, (ParticleSystem_EmissionModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D73950, void, ParticleSystem_EmissionModule_set_rateOverTime, (ParticleSystem_EmissionModule * __this, ParticleSystem_MinMaxCurve value, MethodInfo * method)); DO_APP_FUNC(0x02D739B0, float, ParticleSystem_EmissionModule_get_rateOverTimeMultiplier, (ParticleSystem_EmissionModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D73A00, void, ParticleSystem_EmissionModule_set_rateOverTimeMultiplier, (ParticleSystem_EmissionModule * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D73A60, void, ParticleSystem_EmissionModule_SetBurst, (ParticleSystem_EmissionModule * __this, int32_t index, ParticleSystem_Burst burst, MethodInfo * method)); DO_APP_FUNC(0x02D73AD0, ParticleSystem_Burst, ParticleSystem_EmissionModule_GetBurst, (ParticleSystem_EmissionModule * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02D73830, bool, ParticleSystem_EmissionModule_get_enabled_Injected, (ParticleSystem_EmissionModule * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D73880, void, ParticleSystem_EmissionModule_set_enabled_Injected, (ParticleSystem_EmissionModule * _unity_self, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D73B60, void, ParticleSystem_EmissionModule_get_rateOverTime_Injected, (ParticleSystem_EmissionModule * _unity_self, ParticleSystem_MinMaxCurve * ret, MethodInfo * method)); DO_APP_FUNC(0x02D73BC0, void, ParticleSystem_EmissionModule_set_rateOverTime_Injected, (ParticleSystem_EmissionModule * _unity_self, ParticleSystem_MinMaxCurve * value, MethodInfo * method)); DO_APP_FUNC(0x02D739B0, float, ParticleSystem_EmissionModule_get_rateOverTimeMultiplier_Injected, (ParticleSystem_EmissionModule * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D73A00, void, ParticleSystem_EmissionModule_set_rateOverTimeMultiplier_Injected, (ParticleSystem_EmissionModule * _unity_self, float value, MethodInfo * method)); DO_APP_FUNC(0x02D73C20, void, ParticleSystem_EmissionModule_SetBurst_Injected, (ParticleSystem_EmissionModule * _unity_self, int32_t index, ParticleSystem_Burst * burst, MethodInfo * method)); DO_APP_FUNC(0x02D73C90, void, ParticleSystem_EmissionModule_GetBurst_Injected, (ParticleSystem_EmissionModule * _unity_self, int32_t index, ParticleSystem_Burst * ret, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ParticleSystem_ShapeModule__ctor, (ParticleSystem_ShapeModule * __this, ParticleSystem * particleSystem, MethodInfo * method)); DO_APP_FUNC(0x02D73D00, void, ParticleSystem_ShapeModule_set_shapeType, (ParticleSystem_ShapeModule * __this, ParticleSystemShapeType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D73D60, void, ParticleSystem_ShapeModule_set_radius, (ParticleSystem_ShapeModule * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D73DC0, void, ParticleSystem_ShapeModule_set_angle, (ParticleSystem_ShapeModule * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D73E20, void, ParticleSystem_ShapeModule_set_length, (ParticleSystem_ShapeModule * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D73E80, void, ParticleSystem_ShapeModule_set_position, (ParticleSystem_ShapeModule * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D73EE0, void, ParticleSystem_ShapeModule_set_rotation, (ParticleSystem_ShapeModule * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D73F40, void, ParticleSystem_ShapeModule_set_scale, (ParticleSystem_ShapeModule * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D73D00, void, ParticleSystem_ShapeModule_set_shapeType_Injected, (ParticleSystem_ShapeModule * _unity_self, ParticleSystemShapeType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D73D60, void, ParticleSystem_ShapeModule_set_radius_Injected, (ParticleSystem_ShapeModule * _unity_self, float value, MethodInfo * method)); DO_APP_FUNC(0x02D73DC0, void, ParticleSystem_ShapeModule_set_angle_Injected, (ParticleSystem_ShapeModule * _unity_self, float value, MethodInfo * method)); DO_APP_FUNC(0x02D73E20, void, ParticleSystem_ShapeModule_set_length_Injected, (ParticleSystem_ShapeModule * _unity_self, float value, MethodInfo * method)); DO_APP_FUNC(0x02D73FA0, void, ParticleSystem_ShapeModule_set_position_Injected, (ParticleSystem_ShapeModule * _unity_self, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x02D74000, void, ParticleSystem_ShapeModule_set_rotation_Injected, (ParticleSystem_ShapeModule * _unity_self, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x02D74060, void, ParticleSystem_ShapeModule_set_scale_Injected, (ParticleSystem_ShapeModule * _unity_self, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ParticleSystem_CollisionModule__ctor, (ParticleSystem_CollisionModule * __this, ParticleSystem * particleSystem, MethodInfo * method)); DO_APP_FUNC(0x02D740C0, bool, ParticleSystem_CollisionModule_get_enabled, (ParticleSystem_CollisionModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D74110, bool, ParticleSystem_CollisionModule_get_sendCollisionMessages, (ParticleSystem_CollisionModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D740C0, bool, ParticleSystem_CollisionModule_get_enabled_Injected, (ParticleSystem_CollisionModule * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D74110, bool, ParticleSystem_CollisionModule_get_sendCollisionMessages_Injected, (ParticleSystem_CollisionModule * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ParticleSystem_TriggerModule__ctor, (ParticleSystem_TriggerModule * __this, ParticleSystem * particleSystem, MethodInfo * method)); DO_APP_FUNC(0x02D74160, void, ParticleSystem_TriggerModule_set_enabled, (ParticleSystem_TriggerModule * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D741C0, void, ParticleSystem_TriggerModule_AddCollider, (ParticleSystem_TriggerModule * __this, Component * collider, MethodInfo * method)); DO_APP_FUNC(0x02D74220, int32_t, ParticleSystem_TriggerModule_get_colliderCount, (ParticleSystem_TriggerModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D74160, void, ParticleSystem_TriggerModule_set_enabled_Injected, (ParticleSystem_TriggerModule * _unity_self, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D741C0, void, ParticleSystem_TriggerModule_AddCollider_Injected, (ParticleSystem_TriggerModule * _unity_self, Component * collider, MethodInfo * method)); DO_APP_FUNC(0x02D74220, int32_t, ParticleSystem_TriggerModule_get_colliderCount_Injected, (ParticleSystem_TriggerModule * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ParticleSystem_SubEmittersModule__ctor, (ParticleSystem_SubEmittersModule * __this, ParticleSystem * particleSystem, MethodInfo * method)); DO_APP_FUNC(0x02D74270, int32_t, ParticleSystem_SubEmittersModule_get_subEmittersCount, (ParticleSystem_SubEmittersModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D742C0, ParticleSystem *, ParticleSystem_SubEmittersModule_GetSubEmitterSystem, (ParticleSystem_SubEmittersModule * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02D74270, int32_t, ParticleSystem_SubEmittersModule_get_subEmittersCount_Injected, (ParticleSystem_SubEmittersModule * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D742C0, ParticleSystem *, ParticleSystem_SubEmittersModule_GetSubEmitterSystem_Injected, (ParticleSystem_SubEmittersModule * _unity_self, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02D74320, bool, ParticleSystem_TextureSheetAnimationModule_get_useRandomRow, (ParticleSystem_TextureSheetAnimationModule * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ParticleSystem_TextureSheetAnimationModule__ctor, (ParticleSystem_TextureSheetAnimationModule * __this, ParticleSystem * particleSystem, MethodInfo * method)); DO_APP_FUNC(0x02D74380, bool, ParticleSystem_TextureSheetAnimationModule_get_enabled, (ParticleSystem_TextureSheetAnimationModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D743D0, int32_t, ParticleSystem_TextureSheetAnimationModule_get_numTilesX, (ParticleSystem_TextureSheetAnimationModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D74420, int32_t, ParticleSystem_TextureSheetAnimationModule_get_numTilesY, (ParticleSystem_TextureSheetAnimationModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D74470, ParticleSystemAnimationType__Enum, ParticleSystem_TextureSheetAnimationModule_get_animation, (ParticleSystem_TextureSheetAnimationModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D744C0, ParticleSystemAnimationRowMode__Enum, ParticleSystem_TextureSheetAnimationModule_get_rowMode, (ParticleSystem_TextureSheetAnimationModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D74510, ParticleSystem_MinMaxCurve, ParticleSystem_TextureSheetAnimationModule_get_frameOverTime, (ParticleSystem_TextureSheetAnimationModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D74580, int32_t, ParticleSystem_TextureSheetAnimationModule_get_cycleCount, (ParticleSystem_TextureSheetAnimationModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D745D0, int32_t, ParticleSystem_TextureSheetAnimationModule_get_rowIndex, (ParticleSystem_TextureSheetAnimationModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D74380, bool, ParticleSystem_TextureSheetAnimationModule_get_enabled_Injected, (ParticleSystem_TextureSheetAnimationModule * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D743D0, int32_t, ParticleSystem_TextureSheetAnimationModule_get_numTilesX_Injected, (ParticleSystem_TextureSheetAnimationModule * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D74420, int32_t, ParticleSystem_TextureSheetAnimationModule_get_numTilesY_Injected, (ParticleSystem_TextureSheetAnimationModule * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D74470, ParticleSystemAnimationType__Enum, ParticleSystem_TextureSheetAnimationModule_get_animation_Injected, (ParticleSystem_TextureSheetAnimationModule * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D744C0, ParticleSystemAnimationRowMode__Enum, ParticleSystem_TextureSheetAnimationModule_get_rowMode_Injected, (ParticleSystem_TextureSheetAnimationModule * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D74620, void, ParticleSystem_TextureSheetAnimationModule_get_frameOverTime_Injected, (ParticleSystem_TextureSheetAnimationModule * _unity_self, ParticleSystem_MinMaxCurve * ret, MethodInfo * method)); DO_APP_FUNC(0x02D74580, int32_t, ParticleSystem_TextureSheetAnimationModule_get_cycleCount_Injected, (ParticleSystem_TextureSheetAnimationModule * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D745D0, int32_t, ParticleSystem_TextureSheetAnimationModule_get_rowIndex_Injected, (ParticleSystem_TextureSheetAnimationModule * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x01CBAC90, void, ParticleSystem_Particle_set_lifetime, (ParticleSystem_Particle * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02C82380, Vector3, ParticleSystem_Particle_get_position, (ParticleSystem_Particle * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC8470, void, ParticleSystem_Particle_set_position, (ParticleSystem_Particle * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01CC8480, void, ParticleSystem_Particle_set_velocity, (ParticleSystem_Particle * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D74680, float, ParticleSystem_Particle_get_remainingLifetime, (ParticleSystem_Particle * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBAC90, void, ParticleSystem_Particle_set_remainingLifetime, (ParticleSystem_Particle * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D74690, float, ParticleSystem_Particle_get_startLifetime, (ParticleSystem_Particle * __this, MethodInfo * method)); DO_APP_FUNC(0x01DD1DF0, void, ParticleSystem_Particle_set_startLifetime, (ParticleSystem_Particle * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01C1F550, void, ParticleSystem_Particle_set_startColor, (ParticleSystem_Particle * __this, Color32 value, MethodInfo * method)); DO_APP_FUNC(0x02D746A0, uint32_t, ParticleSystem_Particle_get_randomSeed, (ParticleSystem_Particle * __this, MethodInfo * method)); DO_APP_FUNC(0x00C13A20, void, ParticleSystem_Particle_set_randomSeed, (ParticleSystem_Particle * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D746B0, void, ParticleSystem_Particle_set_startSize, (ParticleSystem_Particle * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D746D0, float, ParticleSystem_Particle_get_rotation, (ParticleSystem_Particle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D746E0, Vector3, ParticleSystem_Particle_get_rotation3D, (ParticleSystem_Particle * __this, MethodInfo * method)); DO_APP_FUNC(0x02D74720, void, ParticleSystem_Particle_set_rotation3D, (ParticleSystem_Particle * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D74760, void, ParticleSystem_Particle_set_angularVelocity3D, (ParticleSystem_Particle * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D747A0, float, ParticleSystem_Particle_GetCurrentSize, (ParticleSystem_Particle * __this, ParticleSystem * system, MethodInfo * method)); DO_APP_FUNC(0x02D74810, Color32, ParticleSystem_Particle_GetCurrentColor, (ParticleSystem_Particle * __this, ParticleSystem * system, MethodInfo * method)); DO_APP_FUNC(0x02D74890, ParticleSystem_MinMaxCurve, ParticleSystem_Burst_get_count, (ParticleSystem_Burst * __this, MethodInfo * method)); DO_APP_FUNC(0x02D748B0, void, ParticleSystem_Burst_set_count, (ParticleSystem_Burst * __this, ParticleSystem_MinMaxCurve value, MethodInfo * method)); DO_APP_FUNC(0x02D74910, void, ParticleSystem_MinMaxCurve__ctor, (ParticleSystem_MinMaxCurve * __this, float constant, MethodInfo * method)); DO_APP_FUNC(0x02B40F80, ParticleSystemCurveMode__Enum, ParticleSystem_MinMaxCurve_get_mode, (ParticleSystem_MinMaxCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, ParticleSystem_MinMaxCurve_set_mode, (ParticleSystem_MinMaxCurve * __this, ParticleSystemCurveMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D2F740, AnimationCurve *, ParticleSystem_MinMaxCurve_get_curveMin, (ParticleSystem_MinMaxCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA9D0, void, ParticleSystem_MinMaxCurve_set_constantMax, (ParticleSystem_MinMaxCurve * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003C90F0, void, ParticleSystem_MinMaxCurve_set_constantMin, (ParticleSystem_MinMaxCurve * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D6ABC0, float, ParticleSystem_MinMaxCurve_get_constant, (ParticleSystem_MinMaxCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA9D0, void, ParticleSystem_MinMaxCurve_set_constant, (ParticleSystem_MinMaxCurve * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01616940, AnimationCurve *, ParticleSystem_MinMaxCurve_get_curve, (ParticleSystem_MinMaxCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x02D749D0, float, ParticleSystem_MinMaxCurve_Evaluate, (ParticleSystem_MinMaxCurve * __this, float time, MethodInfo * method)); DO_APP_FUNC(0x02D749F0, float, ParticleSystem_MinMaxCurve_Evaluate_1, (ParticleSystem_MinMaxCurve * __this, float time, float lerpFactor, MethodInfo * method)); DO_APP_FUNC(0x02D74B10, ParticleSystem_MinMaxCurve, ParticleSystem_MinMaxCurve_op_Implicit, (float constant, MethodInfo * method)); DO_APP_FUNC(0x02D74B60, void, ParticleSystem_MinMaxGradient__ctor, (ParticleSystem_MinMaxGradient * __this, Color color, MethodInfo * method)); DO_APP_FUNC(0x02D74C40, void, ParticleSystem_MinMaxGradient__ctor_1, (ParticleSystem_MinMaxGradient * __this, Gradient * gradient, MethodInfo * method)); DO_APP_FUNC(0x02D74D10, Color, ParticleSystem_MinMaxGradient_get_color, (ParticleSystem_MinMaxGradient * __this, MethodInfo * method)); DO_APP_FUNC(0x02D74D20, ParticleSystem_MinMaxGradient, ParticleSystem_MinMaxGradient_op_Implicit, (Color color, MethodInfo * method)); DO_APP_FUNC(0x02D74E50, ParticleSystem_MinMaxGradient, ParticleSystem_MinMaxGradient_op_Implicit_1, (Gradient * gradient, MethodInfo * method)); DO_APP_FUNC(0x02D74EC0, void, ParticleSystem_Trails_Allocate, (ParticleSystem_Trails * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ParticleSystem_VelocityOverLifetimeModule__ctor, (ParticleSystem_VelocityOverLifetimeModule * __this, ParticleSystem * particleSystem, MethodInfo * method)); DO_APP_FUNC(0x02D75120, ParticleSystem_MinMaxCurve, ParticleSystem_VelocityOverLifetimeModule_get_x, (ParticleSystem_VelocityOverLifetimeModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D75190, void, ParticleSystem_VelocityOverLifetimeModule_set_x, (ParticleSystem_VelocityOverLifetimeModule * __this, ParticleSystem_MinMaxCurve value, MethodInfo * method)); DO_APP_FUNC(0x02D751F0, ParticleSystem_MinMaxCurve, ParticleSystem_VelocityOverLifetimeModule_get_y, (ParticleSystem_VelocityOverLifetimeModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D75260, void, ParticleSystem_VelocityOverLifetimeModule_set_y, (ParticleSystem_VelocityOverLifetimeModule * __this, ParticleSystem_MinMaxCurve value, MethodInfo * method)); DO_APP_FUNC(0x02D752C0, ParticleSystem_MinMaxCurve, ParticleSystem_VelocityOverLifetimeModule_get_z, (ParticleSystem_VelocityOverLifetimeModule * __this, MethodInfo * method)); DO_APP_FUNC(0x02D75330, void, ParticleSystem_VelocityOverLifetimeModule_set_z, (ParticleSystem_VelocityOverLifetimeModule * __this, ParticleSystem_MinMaxCurve value, MethodInfo * method)); DO_APP_FUNC(0x02D75390, void, ParticleSystem_VelocityOverLifetimeModule_get_x_Injected, (ParticleSystem_VelocityOverLifetimeModule * _unity_self, ParticleSystem_MinMaxCurve * ret, MethodInfo * method)); DO_APP_FUNC(0x02D753F0, void, ParticleSystem_VelocityOverLifetimeModule_set_x_Injected, (ParticleSystem_VelocityOverLifetimeModule * _unity_self, ParticleSystem_MinMaxCurve * value, MethodInfo * method)); DO_APP_FUNC(0x02D75450, void, ParticleSystem_VelocityOverLifetimeModule_get_y_Injected, (ParticleSystem_VelocityOverLifetimeModule * _unity_self, ParticleSystem_MinMaxCurve * ret, MethodInfo * method)); DO_APP_FUNC(0x02D754B0, void, ParticleSystem_VelocityOverLifetimeModule_set_y_Injected, (ParticleSystem_VelocityOverLifetimeModule * _unity_self, ParticleSystem_MinMaxCurve * value, MethodInfo * method)); DO_APP_FUNC(0x02D75510, void, ParticleSystem_VelocityOverLifetimeModule_get_z_Injected, (ParticleSystem_VelocityOverLifetimeModule * _unity_self, ParticleSystem_MinMaxCurve * ret, MethodInfo * method)); DO_APP_FUNC(0x02D75570, void, ParticleSystem_VelocityOverLifetimeModule_set_z_Injected, (ParticleSystem_VelocityOverLifetimeModule * _unity_self, ParticleSystem_MinMaxCurve * value, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ParticleSystem_LimitVelocityOverLifetimeModule__ctor, (ParticleSystem_LimitVelocityOverLifetimeModule * __this, ParticleSystem * particleSystem, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ParticleSystem_InheritVelocityModule__ctor, (ParticleSystem_InheritVelocityModule * __this, ParticleSystem * particleSystem, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ParticleSystem_LifetimeByEmitterSpeedModule__ctor, (ParticleSystem_LifetimeByEmitterSpeedModule * __this, ParticleSystem * particleSystem, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ParticleSystem_ForceOverLifetimeModule__ctor, (ParticleSystem_ForceOverLifetimeModule * __this, ParticleSystem * particleSystem, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ParticleSystem_ColorOverLifetimeModule__ctor, (ParticleSystem_ColorOverLifetimeModule * __this, ParticleSystem * particleSystem, MethodInfo * method)); DO_APP_FUNC(0x02D755D0, void, ParticleSystem_ColorOverLifetimeModule_set_color, (ParticleSystem_ColorOverLifetimeModule * __this, ParticleSystem_MinMaxGradient value, MethodInfo * method)); DO_APP_FUNC(0x02D75630, void, ParticleSystem_ColorOverLifetimeModule_set_color_Injected, (ParticleSystem_ColorOverLifetimeModule * _unity_self, ParticleSystem_MinMaxGradient * value, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ParticleSystem_ColorBySpeedModule__ctor, (ParticleSystem_ColorBySpeedModule * __this, ParticleSystem * particleSystem, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ParticleSystem_SizeOverLifetimeModule__ctor, (ParticleSystem_SizeOverLifetimeModule * __this, ParticleSystem * particleSystem, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ParticleSystem_SizeBySpeedModule__ctor, (ParticleSystem_SizeBySpeedModule * __this, ParticleSystem * particleSystem, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ParticleSystem_RotationOverLifetimeModule__ctor, (ParticleSystem_RotationOverLifetimeModule * __this, ParticleSystem * particleSystem, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ParticleSystem_RotationBySpeedModule__ctor, (ParticleSystem_RotationBySpeedModule * __this, ParticleSystem * particleSystem, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ParticleSystem_ExternalForcesModule__ctor, (ParticleSystem_ExternalForcesModule * __this, ParticleSystem * particleSystem, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ParticleSystem_NoiseModule__ctor, (ParticleSystem_NoiseModule * __this, ParticleSystem * particleSystem, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ParticleSystem_LightsModule__ctor, (ParticleSystem_LightsModule * __this, ParticleSystem * particleSystem, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ParticleSystem_TrailModule__ctor, (ParticleSystem_TrailModule * __this, ParticleSystem * particleSystem, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ParticleSystem_CustomDataModule__ctor, (ParticleSystem_CustomDataModule * __this, ParticleSystem * particleSystem, MethodInfo * method)); DO_APP_FUNC(0x02D75690, int32_t, ParticlePhysicsExtensions_GetCollisionEvents, (ParticleSystem * ps, GameObject * go, List_1_UnityEngine_ParticleCollisionEvent_ * collisionEvents, MethodInfo * method)); DO_APP_FUNC(0x02D75700, void, ParticleSystemRenderer_EnableVertexStreams, (ParticleSystemRenderer * __this, ParticleSystemVertexStreams__Enum streams, MethodInfo * method)); DO_APP_FUNC(0x02D75710, void, ParticleSystemRenderer_DisableVertexStreams, (ParticleSystemRenderer * __this, ParticleSystemVertexStreams__Enum streams, MethodInfo * method)); DO_APP_FUNC(0x02D75720, bool, ParticleSystemRenderer_AreVertexStreamsEnabled, (ParticleSystemRenderer * __this, ParticleSystemVertexStreams__Enum streams, MethodInfo * method)); DO_APP_FUNC(0x02D75740, ParticleSystemVertexStreams__Enum, ParticleSystemRenderer_GetEnabledVertexStreams, (ParticleSystemRenderer * __this, ParticleSystemVertexStreams__Enum streams, MethodInfo * method)); DO_APP_FUNC(0x02D75750, void, ParticleSystemRenderer_Internal_SetVertexStreams, (ParticleSystemRenderer * __this, ParticleSystemVertexStreams__Enum streams, bool enabled, MethodInfo * method)); DO_APP_FUNC(0x02D75CA0, ParticleSystemVertexStreams__Enum, ParticleSystemRenderer_Internal_GetEnabledVertexStreams, (ParticleSystemRenderer * __this, ParticleSystemVertexStreams__Enum streams, MethodInfo * method)); DO_APP_FUNC(0x02D761D0, ParticleSystemRenderSpace__Enum, ParticleSystemRenderer_get_alignment, (ParticleSystemRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D76220, void, ParticleSystemRenderer_set_alignment, (ParticleSystemRenderer * __this, ParticleSystemRenderSpace__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D76280, ParticleSystemRenderMode__Enum, ParticleSystemRenderer_get_renderMode, (ParticleSystemRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D762D0, void, ParticleSystemRenderer_set_renderMode, (ParticleSystemRenderer * __this, ParticleSystemRenderMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D76330, ParticleSystemMeshDistribution__Enum, ParticleSystemRenderer_get_meshDistribution, (ParticleSystemRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D76380, void, ParticleSystemRenderer_set_meshDistribution, (ParticleSystemRenderer * __this, ParticleSystemMeshDistribution__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D763E0, ParticleSystemSortMode__Enum, ParticleSystemRenderer_get_sortMode, (ParticleSystemRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D76430, void, ParticleSystemRenderer_set_sortMode, (ParticleSystemRenderer * __this, ParticleSystemSortMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D76490, float, ParticleSystemRenderer_get_lengthScale, (ParticleSystemRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D764E0, void, ParticleSystemRenderer_set_lengthScale, (ParticleSystemRenderer * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D76540, float, ParticleSystemRenderer_get_velocityScale, (ParticleSystemRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D76590, void, ParticleSystemRenderer_set_velocityScale, (ParticleSystemRenderer * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D765F0, float, ParticleSystemRenderer_get_cameraVelocityScale, (ParticleSystemRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D76640, void, ParticleSystemRenderer_set_cameraVelocityScale, (ParticleSystemRenderer * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D766A0, float, ParticleSystemRenderer_get_normalDirection, (ParticleSystemRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D766F0, void, ParticleSystemRenderer_set_normalDirection, (ParticleSystemRenderer * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D76750, float, ParticleSystemRenderer_get_shadowBias, (ParticleSystemRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D767A0, void, ParticleSystemRenderer_set_shadowBias, (ParticleSystemRenderer * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D76800, float, ParticleSystemRenderer_get_sortingFudge, (ParticleSystemRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D76850, void, ParticleSystemRenderer_set_sortingFudge, (ParticleSystemRenderer * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D768B0, float, ParticleSystemRenderer_get_minParticleSize, (ParticleSystemRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D76900, void, ParticleSystemRenderer_set_minParticleSize, (ParticleSystemRenderer * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D76960, float, ParticleSystemRenderer_get_maxParticleSize, (ParticleSystemRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D769B0, void, ParticleSystemRenderer_set_maxParticleSize, (ParticleSystemRenderer * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D76A10, Vector3, ParticleSystemRenderer_get_pivot, (ParticleSystemRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D76A80, void, ParticleSystemRenderer_set_pivot, (ParticleSystemRenderer * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D76AE0, Vector3, ParticleSystemRenderer_get_flip, (ParticleSystemRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D76B50, void, ParticleSystemRenderer_set_flip, (ParticleSystemRenderer * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D76BB0, SpriteMaskInteraction__Enum, ParticleSystemRenderer_get_maskInteraction, (ParticleSystemRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D76C00, void, ParticleSystemRenderer_set_maskInteraction, (ParticleSystemRenderer * __this, SpriteMaskInteraction__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D76C60, Material *, ParticleSystemRenderer_get_trailMaterial, (ParticleSystemRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D76CB0, void, ParticleSystemRenderer_set_trailMaterial, (ParticleSystemRenderer * __this, Material * value, MethodInfo * method)); DO_APP_FUNC(0x02D76D10, void, ParticleSystemRenderer_set_oldTrailMaterial, (ParticleSystemRenderer * __this, Material * value, MethodInfo * method)); DO_APP_FUNC(0x02D76D70, bool, ParticleSystemRenderer_get_enableGPUInstancing, (ParticleSystemRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D76DC0, void, ParticleSystemRenderer_set_enableGPUInstancing, (ParticleSystemRenderer * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D76E20, bool, ParticleSystemRenderer_get_allowRoll, (ParticleSystemRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D76E70, void, ParticleSystemRenderer_set_allowRoll, (ParticleSystemRenderer * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D76ED0, bool, ParticleSystemRenderer_get_freeformStretching, (ParticleSystemRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D76F20, void, ParticleSystemRenderer_set_freeformStretching, (ParticleSystemRenderer * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D76F80, bool, ParticleSystemRenderer_get_rotateWithStretchDirection, (ParticleSystemRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D76FD0, void, ParticleSystemRenderer_set_rotateWithStretchDirection, (ParticleSystemRenderer * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D77030, Mesh *, ParticleSystemRenderer_get_mesh, (ParticleSystemRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D77080, void, ParticleSystemRenderer_set_mesh, (ParticleSystemRenderer * __this, Mesh * value, MethodInfo * method)); DO_APP_FUNC(0x02D770E0, int32_t, ParticleSystemRenderer_GetMeshes, (ParticleSystemRenderer * __this, Mesh__Array * meshes, MethodInfo * method)); DO_APP_FUNC(0x02D77140, void, ParticleSystemRenderer_SetMeshes, (ParticleSystemRenderer * __this, Mesh__Array * meshes, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02D771B0, void, ParticleSystemRenderer_SetMeshes_1, (ParticleSystemRenderer * __this, Mesh__Array * meshes, MethodInfo * method)); DO_APP_FUNC(0x02D77230, int32_t, ParticleSystemRenderer_GetMeshWeightings, (ParticleSystemRenderer * __this, Single__Array * weightings, MethodInfo * method)); DO_APP_FUNC(0x02D77290, void, ParticleSystemRenderer_SetMeshWeightings, (ParticleSystemRenderer * __this, Single__Array * weightings, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02D77300, void, ParticleSystemRenderer_SetMeshWeightings_1, (ParticleSystemRenderer * __this, Single__Array * weightings, MethodInfo * method)); DO_APP_FUNC(0x02D77380, int32_t, ParticleSystemRenderer_get_meshCount, (ParticleSystemRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D773D0, void, ParticleSystemRenderer_BakeMesh, (ParticleSystemRenderer * __this, Mesh * mesh, bool useTransform, MethodInfo * method)); DO_APP_FUNC(0x02D77490, void, ParticleSystemRenderer_BakeMesh_1, (ParticleSystemRenderer * __this, Mesh * mesh, Camera * camera, bool useTransform, MethodInfo * method)); DO_APP_FUNC(0x02D77510, void, ParticleSystemRenderer_BakeTrailsMesh, (ParticleSystemRenderer * __this, Mesh * mesh, bool useTransform, MethodInfo * method)); DO_APP_FUNC(0x02D775D0, void, ParticleSystemRenderer_BakeTrailsMesh_1, (ParticleSystemRenderer * __this, Mesh * mesh, Camera * camera, bool useTransform, MethodInfo * method)); DO_APP_FUNC(0x02D77650, int32_t, ParticleSystemRenderer_get_activeVertexStreamsCount, (ParticleSystemRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D776A0, void, ParticleSystemRenderer_SetActiveVertexStreams, (ParticleSystemRenderer * __this, List_1_UnityEngine_ParticleSystemVertexStream_ * streams, MethodInfo * method)); DO_APP_FUNC(0x02D77700, void, ParticleSystemRenderer_GetActiveVertexStreams, (ParticleSystemRenderer * __this, List_1_UnityEngine_ParticleSystemVertexStream_ * streams, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ParticleSystemRenderer__ctor, (ParticleSystemRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02D77760, void, ParticleSystemRenderer_get_pivot_Injected, (ParticleSystemRenderer * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D777C0, void, ParticleSystemRenderer_set_pivot_Injected, (ParticleSystemRenderer * __this, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x02D77820, void, ParticleSystemRenderer_get_flip_Injected, (ParticleSystemRenderer * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D77880, void, ParticleSystemRenderer_set_flip_Injected, (ParticleSystemRenderer * __this, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x02C82380, Vector3, ParticleCollisionEvent_get_intersection, (ParticleCollisionEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB3F00, Vector3, ParticleCollisionEvent_get_normal, (ParticleCollisionEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02D778E0, Vector3, ParticleCollisionEvent_get_velocity, (ParticleCollisionEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02D77900, Component *, ParticleCollisionEvent_get_colliderComponent, (ParticleCollisionEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x02D77950, Component *, ParticleCollisionEvent_InstanceIDToColliderComponent, (int32_t instanceID, MethodInfo * method)); DO_APP_FUNC(0x02D75690, int32_t, ParticleSystemExtensionsImpl_GetCollisionEvents, (ParticleSystem * ps, GameObject * go, List_1_UnityEngine_ParticleCollisionEvent_ * collisionEvents, MethodInfo * method)); DO_APP_FUNC(0x00C3FFE0, void *, SteamClient_GetISteamUser, (HSteamUser hSteamUser, HSteamPipe hSteamPipe, String * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C401F0, void *, SteamClient_GetISteamFriends, (HSteamUser hSteamUser, HSteamPipe hSteamPipe, String * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C40400, void *, SteamClient_GetISteamUtils, (HSteamPipe hSteamPipe, String * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C40610, void *, SteamClient_GetISteamMatchmaking, (HSteamUser hSteamUser, HSteamPipe hSteamPipe, String * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C40820, void *, SteamClient_GetISteamMatchmakingServers, (HSteamUser hSteamUser, HSteamPipe hSteamPipe, String * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C40A30, void *, SteamClient_GetISteamUserStats, (HSteamUser hSteamUser, HSteamPipe hSteamPipe, String * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C40C40, void *, SteamClient_GetISteamApps, (HSteamUser hSteamUser, HSteamPipe hSteamPipe, String * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C40E50, void *, SteamClient_GetISteamNetworking, (HSteamUser hSteamUser, HSteamPipe hSteamPipe, String * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C41060, void *, SteamClient_GetISteamRemoteStorage, (HSteamUser hSteamuser, HSteamPipe hSteamPipe, String * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C41270, void *, SteamClient_GetISteamScreenshots, (HSteamUser hSteamuser, HSteamPipe hSteamPipe, String * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C41480, void *, SteamClient_GetISteamGameSearch, (HSteamUser hSteamuser, HSteamPipe hSteamPipe, String * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C41690, void, SteamClient_SetWarningMessageHook, (SteamAPIWarningMessageHook_t * pFunction, MethodInfo * method)); DO_APP_FUNC(0x00C41760, void *, SteamClient_GetISteamHTTP, (HSteamUser hSteamuser, HSteamPipe hSteamPipe, String * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C41970, void *, SteamClient_GetISteamUGC, (HSteamUser hSteamUser, HSteamPipe hSteamPipe, String * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C41B80, void *, SteamClient_GetISteamAppList, (HSteamUser hSteamUser, HSteamPipe hSteamPipe, String * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C41D90, void *, SteamClient_GetISteamMusic, (HSteamUser hSteamuser, HSteamPipe hSteamPipe, String * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C41FA0, void *, SteamClient_GetISteamMusicRemote, (HSteamUser hSteamuser, HSteamPipe hSteamPipe, String * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C421B0, void *, SteamClient_GetISteamHTMLSurface, (HSteamUser hSteamuser, HSteamPipe hSteamPipe, String * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C423C0, void *, SteamClient_GetISteamInventory, (HSteamUser hSteamuser, HSteamPipe hSteamPipe, String * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C425D0, void *, SteamClient_GetISteamVideo, (HSteamUser hSteamuser, HSteamPipe hSteamPipe, String * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C427E0, void *, SteamClient_GetISteamParentalSettings, (HSteamUser hSteamuser, HSteamPipe hSteamPipe, String * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C429F0, void *, SteamClient_GetISteamInput, (HSteamUser hSteamUser, HSteamPipe hSteamPipe, String * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C42C00, void *, SteamClient_GetISteamParties, (HSteamUser hSteamUser, HSteamPipe hSteamPipe, String * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C42E10, void *, SteamClient_GetISteamRemotePlay, (HSteamUser hSteamUser, HSteamPipe hSteamPipe, String * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C43020, String *, SteamFriends_GetPersonaName, (MethodInfo * method)); DO_APP_FUNC(0x00C430E0, void, SteamFriends_ActivateGameOverlayToUser, (String * pchDialog, CSteamID steamID, MethodInfo * method)); DO_APP_FUNC(0x00C432E0, void, SteamFriends_ActivateGameOverlayInviteDialog, (CSteamID steamIDLobby, MethodInfo * method)); DO_APP_FUNC(0x00C433A0, EResult__Enum, SteamInventory_GetResultStatus, (SteamInventoryResult_t resultHandle, MethodInfo * method)); DO_APP_FUNC(0x00C43460, bool, SteamInventory_GetResultItems, (SteamInventoryResult_t resultHandle, SteamItemDetails_t__Array * pOutItemsArray, uint32_t * punOutItemsArraySize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55CA0, SteamInventory_GetResultItems__MethodInfo); DO_APP_FUNC(0x00C435C0, bool, SteamInventory_CheckResultSteamID, (SteamInventoryResult_t resultHandle, CSteamID steamIDExpected, MethodInfo * method)); DO_APP_FUNC(0x00C436A0, void, SteamInventory_DestroyResult, (SteamInventoryResult_t resultHandle, MethodInfo * method)); DO_APP_FUNC(0x00C43760, bool, SteamInventory_GetAllItems, (SteamInventoryResult_t * pResultHandle, MethodInfo * method)); DO_APP_FUNC(0x00C43830, bool, SteamInventory_SerializeResult, (SteamInventoryResult_t resultHandle, Byte__Array * pOutBuffer, uint32_t * punOutBufferSize, MethodInfo * method)); DO_APP_FUNC(0x00C43920, bool, SteamInventory_DeserializeResult, (SteamInventoryResult_t * pOutResultHandle, Byte__Array * pBuffer, uint32_t unBufferSize, bool bRESERVED_MUST_BE_FALSE, MethodInfo * method)); DO_APP_FUNC(0x00C43A30, bool, SteamInventory_GrantPromoItems, (SteamInventoryResult_t * pResultHandle, MethodInfo * method)); DO_APP_FUNC(0x00C43B00, bool, SteamInventory_AddPromoItem, (SteamInventoryResult_t * pResultHandle, SteamItemDef_t itemDef, MethodInfo * method)); DO_APP_FUNC(0x00C43BE0, SteamAPICall_t, SteamInventory_StartPurchase, (SteamItemDef_t__Array * pArrayItemDefs, UInt32__Array * punArrayQuantity, uint32_t unArrayLength, MethodInfo * method)); DO_APP_FUNC(0x00C43D10, SteamAPICall_t, SteamInventory_RequestPrices, (MethodInfo * method)); DO_APP_FUNC(0x00C43E00, uint32_t, SteamInventory_GetNumItemsWithPrices, (MethodInfo * method)); DO_APP_FUNC(0x00C43EC0, bool, SteamInventory_GetItemsWithPrices, (SteamItemDef_t__Array * pArrayItemDefs, UInt64__Array * pCurrentPrices, UInt64__Array * pBasePrices, uint32_t unArrayLength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55C18, SteamInventory_GetItemsWithPrices__MethodInfo); DO_APP_FUNC(0x00C44100, SteamAPICall_t, SteamMatchmaking_CreateLobby, (ELobbyType__Enum eLobbyType, int32_t cMaxMembers, MethodInfo * method)); DO_APP_FUNC(0x00C44210, SteamAPICall_t, SteamMatchmaking_JoinLobby, (CSteamID steamIDLobby, MethodInfo * method)); DO_APP_FUNC(0x00C44310, void, SteamMatchmaking_LeaveLobby, (CSteamID steamIDLobby, MethodInfo * method)); DO_APP_FUNC(0x00C443D0, String *, SteamMatchmaking_GetLobbyData, (CSteamID steamIDLobby, String * pchKey, MethodInfo * method)); DO_APP_FUNC(0x00C445F0, bool, SteamMatchmaking_SetLobbyData, (CSteamID steamIDLobby, String * pchKey, String * pchValue, MethodInfo * method)); DO_APP_FUNC(0x00C448E0, CSteamID, SteamMatchmaking_GetLobbyOwner, (CSteamID steamIDLobby, MethodInfo * method)); DO_APP_FUNC(0x00C449E0, SteamAPICall_t, SteamRemoteStorage_FileWriteAsync, (String * pchFile, Byte__Array * pvData, uint32_t cubData, MethodInfo * method)); DO_APP_FUNC(0x00C44C20, SteamAPICall_t, SteamRemoteStorage_FileReadAsync, (String * pchFile, uint32_t nOffset, uint32_t cubToRead, MethodInfo * method)); DO_APP_FUNC(0x00C44E60, bool, SteamRemoteStorage_FileReadAsyncComplete, (SteamAPICall_t hReadCall, Byte__Array * pvBuffer, uint32_t cubToRead, MethodInfo * method)); DO_APP_FUNC(0x00C44F50, bool, SteamRemoteStorage_FileDelete, (String * pchFile, MethodInfo * method)); DO_APP_FUNC(0x00C45160, bool, SteamRemoteStorage_FileExists, (String * pchFile, MethodInfo * method)); DO_APP_FUNC(0x00C45370, int32_t, SteamRemoteStorage_GetFileSize, (String * pchFile, MethodInfo * method)); DO_APP_FUNC(0x00C45570, CSteamID, SteamUser_GetSteamID, (MethodInfo * method)); DO_APP_FUNC(0x00C45660, HAuthTicket, SteamUser_GetAuthSessionTicket, (Byte__Array * pTicket, int32_t cbMaxTicket, uint32_t * pcbTicket, SteamNetworkingIdentity * pSteamNetworkingIdentity, MethodInfo * method)); DO_APP_FUNC(0x00C45840, void, SteamUser_CancelAuthTicket, (HAuthTicket hAuthTicket, MethodInfo * method)); DO_APP_FUNC(0x00C45900, bool, SteamUserStats_RequestCurrentStats, (MethodInfo * method)); DO_APP_FUNC(0x00C459C0, bool, SteamUserStats_GetStat, (String * pchName, int32_t * pData, MethodInfo * method)); DO_APP_FUNC(0x00C45BD0, bool, SteamUserStats_GetStat_1, (String * pchName, float * pData, MethodInfo * method)); DO_APP_FUNC(0x00C45DE0, bool, SteamUserStats_SetStat, (String * pchName, int32_t nData, MethodInfo * method)); DO_APP_FUNC(0x00C45FF0, bool, SteamUserStats_SetStat_1, (String * pchName, float fData, MethodInfo * method)); DO_APP_FUNC(0x00C46200, bool, SteamUserStats_GetAchievement, (String * pchName, bool * pbAchieved, MethodInfo * method)); DO_APP_FUNC(0x00C46420, bool, SteamUserStats_SetAchievement, (String * pchName, MethodInfo * method)); DO_APP_FUNC(0x00C46630, bool, SteamUserStats_ClearAchievement, (String * pchName, MethodInfo * method)); DO_APP_FUNC(0x00C46840, bool, SteamUserStats_StoreStats, (MethodInfo * method)); DO_APP_FUNC(0x00C46900, bool, SteamUserStats_ResetAllStats, (bool bAchievementsToo, MethodInfo * method)); DO_APP_FUNC(0x00C469D0, uint32_t, SteamUtils_GetServerRealTime, (MethodInfo * method)); DO_APP_FUNC(0x00C46A80, AppId_t, SteamUtils_GetAppID, (MethodInfo * method)); DO_APP_FUNC(0x00C46B70, bool, SteamUtils_IsOverlayEnabled, (MethodInfo * method)); DO_APP_FUNC(0x00C46C30, bool, SteamUtils_ShowGamepadTextInput, (EGamepadTextInputMode__Enum eInputMode, EGamepadTextInputLineMode__Enum eLineInputMode, String * pchDescription, uint32_t unCharMax, String * pchExistingText, MethodInfo * method)); DO_APP_FUNC(0x00C46F50, bool, SteamUtils_GetEnteredGamepadTextInput, (String * * pchText, uint32_t cchText, MethodInfo * method)); DO_APP_FUNC(0x00C47130, bool, SteamUtils_IsSteamInBigPictureMode, (MethodInfo * method)); DO_APP_FUNC(0x00C471F0, bool, SteamUtils_IsSteamRunningOnSteamDeck, (MethodInfo * method)); DO_APP_FUNC(0x00C472B0, bool, SteamUtils_ShowFloatingGamepadTextInput, (EFloatingGamepadTextInputMode__Enum eKeyboardMode, int32_t nTextFieldXPosition, int32_t nTextFieldYPosition, int32_t nTextFieldWidth, int32_t nTextFieldHeight, MethodInfo * method)); DO_APP_FUNC(0x00C473B0, bool, NativeMethods_2_SteamAPI_Init, (MethodInfo * method)); DO_APP_FUNC(0x00C47420, void, NativeMethods_2_SteamAPI_Shutdown, (MethodInfo * method)); DO_APP_FUNC(0x00C47490, bool, NativeMethods_2_SteamAPI_RestartAppIfNecessary, (AppId_t unOwnAppID, MethodInfo * method)); DO_APP_FUNC(0x00C47510, bool, NativeMethods_2_SteamAPI_IsSteamRunning, (MethodInfo * method)); DO_APP_FUNC(0x00C47580, int32_t, NativeMethods_2_SteamAPI_GetHSteamPipe, (MethodInfo * method)); DO_APP_FUNC(0x00C475F0, int32_t, NativeMethods_2_SteamAPI_GetHSteamUser, (MethodInfo * method)); DO_APP_FUNC(0x00C47660, void *, NativeMethods_2_SteamInternal_CreateInterface, (InteropHelp_UTF8StringHandle * ver, MethodInfo * method)); DO_APP_FUNC(0x00C47730, void *, NativeMethods_2_SteamInternal_FindOrCreateUserInterface, (HSteamUser hSteamUser, InteropHelp_UTF8StringHandle * pszVersion, MethodInfo * method)); DO_APP_FUNC(0x00C47810, void *, NativeMethods_2_SteamInternal_FindOrCreateGameServerInterface, (HSteamUser hSteamUser, InteropHelp_UTF8StringHandle * pszVersion, MethodInfo * method)); DO_APP_FUNC(0x00C478F0, void, NativeMethods_2_SteamAPI_ManualDispatch_Init, (MethodInfo * method)); DO_APP_FUNC(0x00C47960, void, NativeMethods_2_SteamAPI_ManualDispatch_RunFrame, (HSteamPipe hSteamPipe, MethodInfo * method)); DO_APP_FUNC(0x00C479E0, bool, NativeMethods_2_SteamAPI_ManualDispatch_GetNextCallback, (HSteamPipe hSteamPipe, void * pCallbackMsg, MethodInfo * method)); DO_APP_FUNC(0x00C47A70, void, NativeMethods_2_SteamAPI_ManualDispatch_FreeLastCallback, (HSteamPipe hSteamPipe, MethodInfo * method)); DO_APP_FUNC(0x00C47AF0, bool, NativeMethods_2_SteamAPI_ManualDispatch_GetAPICallResult, (HSteamPipe hSteamPipe, SteamAPICall_t hSteamAPICall, void * pCallback, int32_t cubCallback, int32_t iCallbackExpected, bool * pbFailed, MethodInfo * method)); DO_APP_FUNC(0x00C47BD0, int32_t, NativeMethods_2_SteamGameServer_GetHSteamPipe, (MethodInfo * method)); DO_APP_FUNC(0x00C47C40, bool, NativeMethods_2_SteamAPI_SteamNetworkingIdentity_IsEqualTo, (SteamNetworkingIdentity * self, SteamNetworkingIdentity * x, MethodInfo * method)); DO_APP_FUNC(0x00C47E50, void *, NativeMethods_2_ISteamClient_GetISteamUser, (void * instancePtr, HSteamUser hSteamUser, HSteamPipe hSteamPipe, InteropHelp_UTF8StringHandle * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C47F40, void *, NativeMethods_2_ISteamClient_GetISteamFriends, (void * instancePtr, HSteamUser hSteamUser, HSteamPipe hSteamPipe, InteropHelp_UTF8StringHandle * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C48030, void *, NativeMethods_2_ISteamClient_GetISteamUtils, (void * instancePtr, HSteamPipe hSteamPipe, InteropHelp_UTF8StringHandle * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C48110, void *, NativeMethods_2_ISteamClient_GetISteamMatchmaking, (void * instancePtr, HSteamUser hSteamUser, HSteamPipe hSteamPipe, InteropHelp_UTF8StringHandle * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C48200, void *, NativeMethods_2_ISteamClient_GetISteamMatchmakingServers, (void * instancePtr, HSteamUser hSteamUser, HSteamPipe hSteamPipe, InteropHelp_UTF8StringHandle * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C482F0, void *, NativeMethods_2_ISteamClient_GetISteamUserStats, (void * instancePtr, HSteamUser hSteamUser, HSteamPipe hSteamPipe, InteropHelp_UTF8StringHandle * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C483E0, void *, NativeMethods_2_ISteamClient_GetISteamApps, (void * instancePtr, HSteamUser hSteamUser, HSteamPipe hSteamPipe, InteropHelp_UTF8StringHandle * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C484D0, void *, NativeMethods_2_ISteamClient_GetISteamNetworking, (void * instancePtr, HSteamUser hSteamUser, HSteamPipe hSteamPipe, InteropHelp_UTF8StringHandle * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C485C0, void *, NativeMethods_2_ISteamClient_GetISteamRemoteStorage, (void * instancePtr, HSteamUser hSteamuser, HSteamPipe hSteamPipe, InteropHelp_UTF8StringHandle * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C486B0, void *, NativeMethods_2_ISteamClient_GetISteamScreenshots, (void * instancePtr, HSteamUser hSteamuser, HSteamPipe hSteamPipe, InteropHelp_UTF8StringHandle * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C487A0, void *, NativeMethods_2_ISteamClient_GetISteamGameSearch, (void * instancePtr, HSteamUser hSteamuser, HSteamPipe hSteamPipe, InteropHelp_UTF8StringHandle * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C48890, void, NativeMethods_2_ISteamClient_SetWarningMessageHook, (void * instancePtr, SteamAPIWarningMessageHook_t * pFunction, MethodInfo * method)); DO_APP_FUNC(0x00C48930, void *, NativeMethods_2_ISteamClient_GetISteamHTTP, (void * instancePtr, HSteamUser hSteamuser, HSteamPipe hSteamPipe, InteropHelp_UTF8StringHandle * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C48A20, void *, NativeMethods_2_ISteamClient_GetISteamUGC, (void * instancePtr, HSteamUser hSteamUser, HSteamPipe hSteamPipe, InteropHelp_UTF8StringHandle * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C48B10, void *, NativeMethods_2_ISteamClient_GetISteamAppList, (void * instancePtr, HSteamUser hSteamUser, HSteamPipe hSteamPipe, InteropHelp_UTF8StringHandle * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C48C00, void *, NativeMethods_2_ISteamClient_GetISteamMusic, (void * instancePtr, HSteamUser hSteamuser, HSteamPipe hSteamPipe, InteropHelp_UTF8StringHandle * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C48CF0, void *, NativeMethods_2_ISteamClient_GetISteamMusicRemote, (void * instancePtr, HSteamUser hSteamuser, HSteamPipe hSteamPipe, InteropHelp_UTF8StringHandle * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C48DE0, void *, NativeMethods_2_ISteamClient_GetISteamHTMLSurface, (void * instancePtr, HSteamUser hSteamuser, HSteamPipe hSteamPipe, InteropHelp_UTF8StringHandle * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C48ED0, void *, NativeMethods_2_ISteamClient_GetISteamInventory, (void * instancePtr, HSteamUser hSteamuser, HSteamPipe hSteamPipe, InteropHelp_UTF8StringHandle * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C48FC0, void *, NativeMethods_2_ISteamClient_GetISteamVideo, (void * instancePtr, HSteamUser hSteamuser, HSteamPipe hSteamPipe, InteropHelp_UTF8StringHandle * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C490B0, void *, NativeMethods_2_ISteamClient_GetISteamParentalSettings, (void * instancePtr, HSteamUser hSteamuser, HSteamPipe hSteamPipe, InteropHelp_UTF8StringHandle * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C491A0, void *, NativeMethods_2_ISteamClient_GetISteamInput, (void * instancePtr, HSteamUser hSteamUser, HSteamPipe hSteamPipe, InteropHelp_UTF8StringHandle * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C49290, void *, NativeMethods_2_ISteamClient_GetISteamParties, (void * instancePtr, HSteamUser hSteamUser, HSteamPipe hSteamPipe, InteropHelp_UTF8StringHandle * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C49380, void *, NativeMethods_2_ISteamClient_GetISteamRemotePlay, (void * instancePtr, HSteamUser hSteamUser, HSteamPipe hSteamPipe, InteropHelp_UTF8StringHandle * pchVersion, MethodInfo * method)); DO_APP_FUNC(0x00C49470, void *, NativeMethods_2_ISteamFriends_GetPersonaName, (void * instancePtr, MethodInfo * method)); DO_APP_FUNC(0x00C494F0, void, NativeMethods_2_ISteamFriends_ActivateGameOverlayToUser, (void * instancePtr, InteropHelp_UTF8StringHandle * pchDialog, CSteamID steamID, MethodInfo * method)); DO_APP_FUNC(0x00C495D0, void, NativeMethods_2_ISteamFriends_ActivateGameOverlayInviteDialog, (void * instancePtr, CSteamID steamIDLobby, MethodInfo * method)); DO_APP_FUNC(0x00C49660, EResult__Enum, NativeMethods_2_ISteamInventory_GetResultStatus, (void * instancePtr, SteamInventoryResult_t resultHandle, MethodInfo * method)); DO_APP_FUNC(0x00C496F0, bool, NativeMethods_2_ISteamInventory_GetResultItems, (void * instancePtr, SteamInventoryResult_t resultHandle, SteamItemDetails_t__Array * pOutItemsArray, uint32_t * punOutItemsArraySize, MethodInfo * method)); DO_APP_FUNC(0x00C497A0, bool, NativeMethods_2_ISteamInventory_CheckResultSteamID, (void * instancePtr, SteamInventoryResult_t resultHandle, CSteamID steamIDExpected, MethodInfo * method)); DO_APP_FUNC(0x00C49840, void, NativeMethods_2_ISteamInventory_DestroyResult, (void * instancePtr, SteamInventoryResult_t resultHandle, MethodInfo * method)); DO_APP_FUNC(0x00C498D0, bool, NativeMethods_2_ISteamInventory_GetAllItems, (void * instancePtr, SteamInventoryResult_t * pResultHandle, MethodInfo * method)); DO_APP_FUNC(0x00C49960, bool, NativeMethods_2_ISteamInventory_SerializeResult, (void * instancePtr, SteamInventoryResult_t resultHandle, Byte__Array * pOutBuffer, uint32_t * punOutBufferSize, MethodInfo * method)); DO_APP_FUNC(0x00C49A10, bool, NativeMethods_2_ISteamInventory_DeserializeResult, (void * instancePtr, SteamInventoryResult_t * pOutResultHandle, Byte__Array * pBuffer, uint32_t unBufferSize, bool bRESERVED_MUST_BE_FALSE, MethodInfo * method)); DO_APP_FUNC(0x00C49AD0, bool, NativeMethods_2_ISteamInventory_GrantPromoItems, (void * instancePtr, SteamInventoryResult_t * pResultHandle, MethodInfo * method)); DO_APP_FUNC(0x00C49B60, bool, NativeMethods_2_ISteamInventory_AddPromoItem, (void * instancePtr, SteamInventoryResult_t * pResultHandle, SteamItemDef_t itemDef, MethodInfo * method)); DO_APP_FUNC(0x00C49C00, uint64_t, NativeMethods_2_ISteamInventory_StartPurchase, (void * instancePtr, SteamItemDef_t__Array * pArrayItemDefs, UInt32__Array * punArrayQuantity, uint32_t unArrayLength, MethodInfo * method)); DO_APP_FUNC(0x00C49CC0, uint64_t, NativeMethods_2_ISteamInventory_RequestPrices, (void * instancePtr, MethodInfo * method)); DO_APP_FUNC(0x00C49D40, uint32_t, NativeMethods_2_ISteamInventory_GetNumItemsWithPrices, (void * instancePtr, MethodInfo * method)); DO_APP_FUNC(0x00C49DC0, bool, NativeMethods_2_ISteamInventory_GetItemsWithPrices, (void * instancePtr, SteamItemDef_t__Array * pArrayItemDefs, UInt64__Array * pCurrentPrices, UInt64__Array * pBasePrices, uint32_t unArrayLength, MethodInfo * method)); DO_APP_FUNC(0x00C49EA0, uint64_t, NativeMethods_2_ISteamMatchmaking_CreateLobby, (void * instancePtr, ELobbyType__Enum eLobbyType, int32_t cMaxMembers, MethodInfo * method)); DO_APP_FUNC(0x00C49F40, uint64_t, NativeMethods_2_ISteamMatchmaking_JoinLobby, (void * instancePtr, CSteamID steamIDLobby, MethodInfo * method)); DO_APP_FUNC(0x00C49FD0, void, NativeMethods_2_ISteamMatchmaking_LeaveLobby, (void * instancePtr, CSteamID steamIDLobby, MethodInfo * method)); DO_APP_FUNC(0x00C4A060, void *, NativeMethods_2_ISteamMatchmaking_GetLobbyData, (void * instancePtr, CSteamID steamIDLobby, InteropHelp_UTF8StringHandle * pchKey, MethodInfo * method)); DO_APP_FUNC(0x00C4A150, bool, NativeMethods_2_ISteamMatchmaking_SetLobbyData, (void * instancePtr, CSteamID steamIDLobby, InteropHelp_UTF8StringHandle * pchKey, InteropHelp_UTF8StringHandle * pchValue, MethodInfo * method)); DO_APP_FUNC(0x00C4A2B0, uint64_t, NativeMethods_2_ISteamMatchmaking_GetLobbyOwner, (void * instancePtr, CSteamID steamIDLobby, MethodInfo * method)); DO_APP_FUNC(0x00C4A340, uint64_t, NativeMethods_2_ISteamRemoteStorage_FileWriteAsync, (void * instancePtr, InteropHelp_UTF8StringHandle * pchFile, Byte__Array * pvData, uint32_t cubData, MethodInfo * method)); DO_APP_FUNC(0x00C4A440, uint64_t, NativeMethods_2_ISteamRemoteStorage_FileReadAsync, (void * instancePtr, InteropHelp_UTF8StringHandle * pchFile, uint32_t nOffset, uint32_t cubToRead, MethodInfo * method)); DO_APP_FUNC(0x00C4A530, bool, NativeMethods_2_ISteamRemoteStorage_FileReadAsyncComplete, (void * instancePtr, SteamAPICall_t hReadCall, Byte__Array * pvBuffer, uint32_t cubToRead, MethodInfo * method)); DO_APP_FUNC(0x00C4A5F0, bool, NativeMethods_2_ISteamRemoteStorage_FileDelete, (void * instancePtr, InteropHelp_UTF8StringHandle * pchFile, MethodInfo * method)); DO_APP_FUNC(0x00C4A6D0, bool, NativeMethods_2_ISteamRemoteStorage_FileExists, (void * instancePtr, InteropHelp_UTF8StringHandle * pchFile, MethodInfo * method)); DO_APP_FUNC(0x00C4A7B0, int32_t, NativeMethods_2_ISteamRemoteStorage_GetFileSize, (void * instancePtr, InteropHelp_UTF8StringHandle * pchFile, MethodInfo * method)); DO_APP_FUNC(0x00C4A890, uint64_t, NativeMethods_2_ISteamUser_GetSteamID, (void * instancePtr, MethodInfo * method)); DO_APP_FUNC(0x00C4A910, uint32_t, NativeMethods_2_ISteamUser_GetAuthSessionTicket, (void * instancePtr, Byte__Array * pTicket, int32_t cbMaxTicket, uint32_t * pcbTicket, SteamNetworkingIdentity * pSteamNetworkingIdentity, MethodInfo * method)); DO_APP_FUNC(0x00C4AA80, void, NativeMethods_2_ISteamUser_CancelAuthTicket, (void * instancePtr, HAuthTicket hAuthTicket, MethodInfo * method)); DO_APP_FUNC(0x00C4AB10, bool, NativeMethods_2_ISteamUserStats_RequestCurrentStats, (void * instancePtr, MethodInfo * method)); DO_APP_FUNC(0x00C4AB90, bool, NativeMethods_2_ISteamUserStats_GetStatInt32, (void * instancePtr, InteropHelp_UTF8StringHandle * pchName, int32_t * pData, MethodInfo * method)); DO_APP_FUNC(0x00C4AC80, bool, NativeMethods_2_ISteamUserStats_GetStatFloat, (void * instancePtr, InteropHelp_UTF8StringHandle * pchName, float * pData, MethodInfo * method)); DO_APP_FUNC(0x00C4AD70, bool, NativeMethods_2_ISteamUserStats_SetStatInt32, (void * instancePtr, InteropHelp_UTF8StringHandle * pchName, int32_t nData, MethodInfo * method)); DO_APP_FUNC(0x00C4AE60, bool, NativeMethods_2_ISteamUserStats_SetStatFloat, (void * instancePtr, InteropHelp_UTF8StringHandle * pchName, float fData, MethodInfo * method)); DO_APP_FUNC(0x00C4AF50, bool, NativeMethods_2_ISteamUserStats_GetAchievement, (void * instancePtr, InteropHelp_UTF8StringHandle * pchName, bool * pbAchieved, MethodInfo * method)); DO_APP_FUNC(0x00C4B050, bool, NativeMethods_2_ISteamUserStats_SetAchievement, (void * instancePtr, InteropHelp_UTF8StringHandle * pchName, MethodInfo * method)); DO_APP_FUNC(0x00C4B130, bool, NativeMethods_2_ISteamUserStats_ClearAchievement, (void * instancePtr, InteropHelp_UTF8StringHandle * pchName, MethodInfo * method)); DO_APP_FUNC(0x00C4B210, bool, NativeMethods_2_ISteamUserStats_StoreStats, (void * instancePtr, MethodInfo * method)); DO_APP_FUNC(0x00C4B290, bool, NativeMethods_2_ISteamUserStats_ResetAllStats, (void * instancePtr, bool bAchievementsToo, MethodInfo * method)); DO_APP_FUNC(0x00C4B320, uint32_t, NativeMethods_2_ISteamUtils_GetServerRealTime, (void * instancePtr, MethodInfo * method)); DO_APP_FUNC(0x00C4B3A0, uint32_t, NativeMethods_2_ISteamUtils_GetAppID, (void * instancePtr, MethodInfo * method)); DO_APP_FUNC(0x00C4B420, bool, NativeMethods_2_ISteamUtils_IsOverlayEnabled, (void * instancePtr, MethodInfo * method)); DO_APP_FUNC(0x00C4B4A0, bool, NativeMethods_2_ISteamUtils_ShowGamepadTextInput, (void * instancePtr, EGamepadTextInputMode__Enum eInputMode, EGamepadTextInputLineMode__Enum eLineInputMode, InteropHelp_UTF8StringHandle * pchDescription, uint32_t unCharMax, InteropHelp_UTF8StringHandle * pchExistingText, MethodInfo * method)); DO_APP_FUNC(0x00C4B630, bool, NativeMethods_2_ISteamUtils_GetEnteredGamepadTextInput, (void * instancePtr, void * pchText, uint32_t cchText, MethodInfo * method)); DO_APP_FUNC(0x00C4B6D0, bool, NativeMethods_2_ISteamUtils_IsSteamInBigPictureMode, (void * instancePtr, MethodInfo * method)); DO_APP_FUNC(0x00C4B750, bool, NativeMethods_2_ISteamUtils_IsSteamRunningOnSteamDeck, (void * instancePtr, MethodInfo * method)); DO_APP_FUNC(0x00C4B7D0, bool, NativeMethods_2_ISteamUtils_ShowFloatingGamepadTextInput, (void * instancePtr, EFloatingGamepadTextInputMode__Enum eKeyboardMode, int32_t nTextFieldXPosition, int32_t nTextFieldYPosition, int32_t nTextFieldWidth, int32_t nTextFieldHeight, MethodInfo * method)); DO_APP_FUNC(0x00C4B890, String *, SteamInventoryRequestPricesResult_t_get_m_rgchCurrency, (SteamInventoryRequestPricesResult_t * __this, MethodInfo * method)); DO_APP_FUNC(0x00C4B910, String *, UserAchievementStored_t_get_m_rgchAchievementName, (UserAchievementStored_t * __this, MethodInfo * method)); DO_APP_FUNC(0x00C4B990, void, CallbackDispatcher_ExceptionHandler, (Exception * e, MethodInfo * method)); DO_APP_FUNC(0x00C4B9E0, bool, CallbackDispatcher_get_IsInitialized, (MethodInfo * method)); DO_APP_FUNC(0x00C4BA40, void, CallbackDispatcher_Initialize, (MethodInfo * method)); DO_APP_FUNC(0x00C4BD90, void, CallbackDispatcher_Shutdown, (MethodInfo * method)); DO_APP_FUNC(0x00C4BFE0, void, CallbackDispatcher_Register, (Callback * cb, MethodInfo * method)); DO_APP_FUNC(0x00C4C3A0, void, CallbackDispatcher_Register_1, (SteamAPICall_t asyncCall, CallResult * cr, MethodInfo * method)); DO_APP_FUNC(0x00C4C760, void, CallbackDispatcher_Unregister, (Callback * cb, MethodInfo * method)); DO_APP_FUNC(0x00C4CA50, void, CallbackDispatcher_Unregister_1, (SteamAPICall_t asyncCall, CallResult * cr, MethodInfo * method)); DO_APP_FUNC(0x00C4CD60, void, CallbackDispatcher_UnregisterAll, (MethodInfo * method)); DO_APP_FUNC(0x00C4D950, void, CallbackDispatcher_RunFrame, (bool isGameServer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55430, CallbackDispatcher_RunFrame__MethodInfo); DO_APP_FUNC(0x00C4E990, void, CallbackDispatcher__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Callback__ctor, (Callback * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CallResult__ctor, (CallResult * __this, MethodInfo * method)); DO_APP_FUNC(0x00C4ECB0, int32_t, CallbackIdentities_GetCallbackIdentity, (Type * callbackStruct, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C553D8, CallbackIdentities_GetCallbackIdentity__MethodInfo); DO_APP_FUNC(0x003BAD50, int32_t, CallbackIdentityAttribute_get_Identity, (CallbackIdentityAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CallbackIdentityAttribute_set_Identity, (CallbackIdentityAttribute * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, CallbackIdentityAttribute__ctor, (CallbackIdentityAttribute * __this, int32_t callbackNum, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InteropHelp_TestIfPlatformSupported, (MethodInfo * method)); DO_APP_FUNC(0x00C4EE40, void, InteropHelp_TestIfAvailableClient, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C553B8, InteropHelp_TestIfAvailableClient__MethodInfo); DO_APP_FUNC(0x00C4EF20, String *, InteropHelp_PtrToStringUTF8, (void * nativeUtf8, MethodInfo * method)); DO_APP_FUNC(0x00C4F090, String *, InteropHelp_ByteArrayToStringUTF8, (Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC(0x00C4F110, void, InteropHelp_UTF8StringHandle__ctor, (InteropHelp_UTF8StringHandle * __this, String * str, MethodInfo * method)); DO_APP_FUNC(0x00C4F310, bool, InteropHelp_UTF8StringHandle_ReleaseHandle, (InteropHelp_UTF8StringHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, DllCheck_Test, (MethodInfo * method)); DO_APP_FUNC(0x00C4F380, bool, Packsize_Test, (MethodInfo * method)); DO_APP_FUNC(0x00C4F460, bool, SteamAPI_Init, (MethodInfo * method)); DO_APP_FUNC(0x00C4F530, void, SteamAPI_Shutdown, (MethodInfo * method)); DO_APP_FUNC(0x00C47490, bool, SteamAPI_RestartAppIfNecessary, (AppId_t unOwnAppID, MethodInfo * method)); DO_APP_FUNC(0x00C4F5E0, void, SteamAPI_RunCallbacks, (MethodInfo * method)); DO_APP_FUNC(0x00C47510, bool, SteamAPI_IsSteamRunning, (MethodInfo * method)); DO_APP_FUNC(0x00C4F630, HSteamPipe, SteamAPI_GetHSteamPipe, (MethodInfo * method)); DO_APP_FUNC(0x00C475F0, HSteamUser, SteamAPI_GetHSteamUser, (MethodInfo * method)); DO_APP_FUNC(0x00C4F640, void, CSteamAPIContext_Clear, (MethodInfo * method)); DO_APP_FUNC(0x00C4FAA0, bool, CSteamAPIContext_Init, (MethodInfo * method)); DO_APP_FUNC(0x00C509E0, void *, CSteamAPIContext_GetSteamClient, (MethodInfo * method)); DO_APP_FUNC(0x00C50A20, void *, CSteamAPIContext_GetSteamUser, (MethodInfo * method)); DO_APP_FUNC(0x00C50A60, void *, CSteamAPIContext_GetSteamFriends, (MethodInfo * method)); DO_APP_FUNC(0x00C50AA0, void *, CSteamAPIContext_GetSteamUtils, (MethodInfo * method)); DO_APP_FUNC(0x00C50AE0, void *, CSteamAPIContext_GetSteamMatchmaking, (MethodInfo * method)); DO_APP_FUNC(0x00C50B20, void *, CSteamAPIContext_GetSteamUserStats, (MethodInfo * method)); DO_APP_FUNC(0x00C50B60, void *, CSteamAPIContext_GetSteamRemoteStorage, (MethodInfo * method)); DO_APP_FUNC(0x00C50BA0, void *, CSteamAPIContext_GetSteamInventory, (MethodInfo * method)); DO_APP_FUNC(0x003F2CF0, void, SteamAPIWarningMessageHook_t__ctor, (SteamAPIWarningMessageHook_t * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, SteamAPIWarningMessageHook_t_Invoke, (SteamAPIWarningMessageHook_t * __this, int32_t nSeverity, StringBuilder * pchDebugText, MethodInfo * method)); DO_APP_FUNC(0x00C50BE0, void, CGameID__ctor, (CGameID * __this, AppId_t nAppID, MethodInfo * method)); DO_APP_FUNC(0x00C50BF0, void, CGameID_SetAppID, (CGameID * __this, AppId_t other, MethodInfo * method)); DO_APP_FUNC(0x00C50C60, String *, CGameID_ToString, (CGameID * __this, MethodInfo * method)); DO_APP_FUNC(0x00C50C70, bool, CGameID_Equals, (CGameID * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x00ADBB00, int32_t, CGameID_GetHashCode, (CGameID * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, CGameID_op_Equality, (CGameID x, CGameID y, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, uint64_t, CGameID_op_Explicit, (CGameID that, MethodInfo * method)); DO_APP_FUNC(0x00ADBBA0, bool, CGameID_Equals_1, (CGameID * __this, CGameID other, MethodInfo * method)); DO_APP_FUNC(0x00C50D00, int32_t, CGameID_CompareTo, (CGameID * __this, CGameID other, MethodInfo * method)); DO_APP_FUNC(0x00C50D20, void, CSteamID__ctor, (CSteamID * __this, AccountID_t unAccountID, uint32_t unAccountInstance, EUniverse__Enum eUniverse, EAccountType__Enum eAccountType, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, CSteamID__ctor_1, (CSteamID * __this, uint64_t ulSteamID, MethodInfo * method)); DO_APP_FUNC(0x00C50DB0, void, CSteamID_InstancedSet, (CSteamID * __this, AccountID_t unAccountID, uint32_t unInstance, EUniverse__Enum eUniverse, EAccountType__Enum eAccountType, MethodInfo * method)); DO_APP_FUNC(0x00C50E70, void, CSteamID_Clear, (CSteamID * __this, MethodInfo * method)); DO_APP_FUNC(0x00C50E80, void, CSteamID_SetAccountID, (CSteamID * __this, AccountID_t other, MethodInfo * method)); DO_APP_FUNC(0x00C50EA0, void, CSteamID_SetAccountInstance, (CSteamID * __this, uint32_t other, MethodInfo * method)); DO_APP_FUNC(0x00C50ED0, void, CSteamID_SetEAccountType, (CSteamID * __this, EAccountType__Enum other, MethodInfo * method)); DO_APP_FUNC(0x00C50F00, void, CSteamID_SetEUniverse, (CSteamID * __this, EUniverse__Enum other, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, AccountID_t, CSteamID_GetAccountID, (CSteamID * __this, MethodInfo * method)); DO_APP_FUNC(0x00C50F20, uint32_t, CSteamID_GetUnAccountInstance, (CSteamID * __this, MethodInfo * method)); DO_APP_FUNC(0x00C50F30, EAccountType__Enum, CSteamID_GetEAccountType, (CSteamID * __this, MethodInfo * method)); DO_APP_FUNC(0x00C50F40, EUniverse__Enum, CSteamID_GetEUniverse, (CSteamID * __this, MethodInfo * method)); DO_APP_FUNC(0x00C50F50, bool, CSteamID_IsValid, (CSteamID * __this, MethodInfo * method)); DO_APP_FUNC(0x00C50C60, String *, CSteamID_ToString, (CSteamID * __this, MethodInfo * method)); DO_APP_FUNC(0x00C51120, bool, CSteamID_Equals, (CSteamID * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x00ADBB00, int32_t, CSteamID_GetHashCode, (CSteamID * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, CSteamID_op_Equality, (CSteamID x, CSteamID y, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, CSteamID, CSteamID_op_Explicit, (uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x00ADBBA0, bool, CSteamID_Equals_1, (CSteamID * __this, CSteamID other, MethodInfo * method)); DO_APP_FUNC(0x00C50D00, int32_t, CSteamID_CompareTo, (CSteamID * __this, CSteamID other, MethodInfo * method)); DO_APP_FUNC(0x00C511C0, void, CSteamID__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, HAuthTicket__ctor, (HAuthTicket * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C513C0, String *, HAuthTicket_ToString, (HAuthTicket * __this, MethodInfo * method)); DO_APP_FUNC(0x00C513D0, bool, HAuthTicket_Equals, (HAuthTicket * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, HAuthTicket_GetHashCode, (HAuthTicket * __this, MethodInfo * method)); DO_APP_FUNC(0x00B40120, bool, HAuthTicket_op_Equality, (HAuthTicket x, HAuthTicket y, MethodInfo * method)); DO_APP_FUNC(0x00C51470, bool, HAuthTicket_op_Inequality, (HAuthTicket x, HAuthTicket y, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, HAuthTicket, HAuthTicket_op_Explicit, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C514D0, bool, HAuthTicket_Equals_1, (HAuthTicket * __this, HAuthTicket other, MethodInfo * method)); DO_APP_FUNC(0x00C514E0, int32_t, HAuthTicket_CompareTo, (HAuthTicket * __this, HAuthTicket other, MethodInfo * method)); DO_APP_FUNC(0x00C51500, void, HAuthTicket__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, SteamInventoryResult_t__ctor, (SteamInventoryResult_t * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0099B010, String *, SteamInventoryResult_t_ToString, (SteamInventoryResult_t * __this, MethodInfo * method)); DO_APP_FUNC(0x00C51540, bool, SteamInventoryResult_t_Equals, (SteamInventoryResult_t * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, SteamInventoryResult_t_GetHashCode, (SteamInventoryResult_t * __this, MethodInfo * method)); DO_APP_FUNC(0x00B40120, bool, SteamInventoryResult_t_op_Equality, (SteamInventoryResult_t x, SteamInventoryResult_t y, MethodInfo * method)); DO_APP_FUNC(0x00C515E0, bool, SteamInventoryResult_t_op_Inequality, (SteamInventoryResult_t x, SteamInventoryResult_t y, MethodInfo * method)); DO_APP_FUNC(0x00C514D0, bool, SteamInventoryResult_t_Equals_1, (SteamInventoryResult_t * __this, SteamInventoryResult_t other, MethodInfo * method)); DO_APP_FUNC(0x00C51640, int32_t, SteamInventoryResult_t_CompareTo, (SteamInventoryResult_t * __this, SteamInventoryResult_t other, MethodInfo * method)); DO_APP_FUNC(0x00C51660, void, SteamInventoryResult_t__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0099B010, String *, SteamItemDef_t_ToString, (SteamItemDef_t * __this, MethodInfo * method)); DO_APP_FUNC(0x00C516A0, bool, SteamItemDef_t_Equals, (SteamItemDef_t * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, SteamItemDef_t_GetHashCode, (SteamItemDef_t * __this, MethodInfo * method)); DO_APP_FUNC(0x00B40120, bool, SteamItemDef_t_op_Equality, (SteamItemDef_t x, SteamItemDef_t y, MethodInfo * method)); DO_APP_FUNC(0x00C514D0, bool, SteamItemDef_t_Equals_1, (SteamItemDef_t * __this, SteamItemDef_t other, MethodInfo * method)); DO_APP_FUNC(0x00C51640, int32_t, SteamItemDef_t_CompareTo, (SteamItemDef_t * __this, SteamItemDef_t other, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, SteamItemInstanceID_t__ctor, (SteamItemInstanceID_t * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x00C50C60, String *, SteamItemInstanceID_t_ToString, (SteamItemInstanceID_t * __this, MethodInfo * method)); DO_APP_FUNC(0x00C51730, bool, SteamItemInstanceID_t_Equals, (SteamItemInstanceID_t * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x00ADBB00, int32_t, SteamItemInstanceID_t_GetHashCode, (SteamItemInstanceID_t * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, SteamItemInstanceID_t_op_Equality, (SteamItemInstanceID_t x, SteamItemInstanceID_t y, MethodInfo * method)); DO_APP_FUNC(0x00ADBBA0, bool, SteamItemInstanceID_t_Equals_1, (SteamItemInstanceID_t * __this, SteamItemInstanceID_t other, MethodInfo * method)); DO_APP_FUNC(0x00C50D00, int32_t, SteamItemInstanceID_t_CompareTo, (SteamItemInstanceID_t * __this, SteamItemInstanceID_t other, MethodInfo * method)); DO_APP_FUNC(0x00C517D0, void, SteamItemInstanceID_t__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C47C40, bool, SteamNetworkingIdentity_Equals, (SteamNetworkingIdentity * __this, SteamNetworkingIdentity x, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, PublishedFileId_t__ctor, (PublishedFileId_t * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x00C50C60, String *, PublishedFileId_t_ToString, (PublishedFileId_t * __this, MethodInfo * method)); DO_APP_FUNC(0x00C51810, bool, PublishedFileId_t_Equals, (PublishedFileId_t * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x00ADBB00, int32_t, PublishedFileId_t_GetHashCode, (PublishedFileId_t * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, PublishedFileId_t_op_Equality, (PublishedFileId_t x, PublishedFileId_t y, MethodInfo * method)); DO_APP_FUNC(0x00ADBBA0, bool, PublishedFileId_t_Equals_1, (PublishedFileId_t * __this, PublishedFileId_t other, MethodInfo * method)); DO_APP_FUNC(0x00C50D00, int32_t, PublishedFileId_t_CompareTo, (PublishedFileId_t * __this, PublishedFileId_t other, MethodInfo * method)); DO_APP_FUNC(0x00C518B0, void, PublishedFileId_t__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, AccountID_t__ctor, (AccountID_t * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C513C0, String *, AccountID_t_ToString, (AccountID_t * __this, MethodInfo * method)); DO_APP_FUNC(0x00C518F0, bool, AccountID_t_Equals, (AccountID_t * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, AccountID_t_GetHashCode, (AccountID_t * __this, MethodInfo * method)); DO_APP_FUNC(0x00B40120, bool, AccountID_t_op_Equality, (AccountID_t x, AccountID_t y, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, uint32_t, AccountID_t_op_Explicit, (AccountID_t that, MethodInfo * method)); DO_APP_FUNC(0x00C514D0, bool, AccountID_t_Equals_1, (AccountID_t * __this, AccountID_t other, MethodInfo * method)); DO_APP_FUNC(0x00C514E0, int32_t, AccountID_t_CompareTo, (AccountID_t * __this, AccountID_t other, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, AppId_t__ctor, (AppId_t * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C513C0, String *, AppId_t_ToString, (AppId_t * __this, MethodInfo * method)); DO_APP_FUNC(0x00C51980, bool, AppId_t_Equals, (AppId_t * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, AppId_t_GetHashCode, (AppId_t * __this, MethodInfo * method)); DO_APP_FUNC(0x00B40120, bool, AppId_t_op_Equality, (AppId_t x, AppId_t y, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, AppId_t, AppId_t_op_Explicit, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, uint32_t, AppId_t_op_Explicit_1, (AppId_t that, MethodInfo * method)); DO_APP_FUNC(0x00C514D0, bool, AppId_t_Equals_1, (AppId_t * __this, AppId_t other, MethodInfo * method)); DO_APP_FUNC(0x00C514E0, int32_t, AppId_t_CompareTo, (AppId_t * __this, AppId_t other, MethodInfo * method)); DO_APP_FUNC(0x00C51A20, void, AppId_t__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, SteamAPICall_t__ctor, (SteamAPICall_t * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x00C50C60, String *, SteamAPICall_t_ToString, (SteamAPICall_t * __this, MethodInfo * method)); DO_APP_FUNC(0x00C51A60, bool, SteamAPICall_t_Equals, (SteamAPICall_t * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x00ADBB00, int32_t, SteamAPICall_t_GetHashCode, (SteamAPICall_t * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, SteamAPICall_t_op_Equality, (SteamAPICall_t x, SteamAPICall_t y, MethodInfo * method)); DO_APP_FUNC(0x00C51B00, bool, SteamAPICall_t_op_Inequality, (SteamAPICall_t x, SteamAPICall_t y, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, SteamAPICall_t, SteamAPICall_t_op_Explicit, (uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, uint64_t, SteamAPICall_t_op_Explicit_1, (SteamAPICall_t that, MethodInfo * method)); DO_APP_FUNC(0x00ADBBA0, bool, SteamAPICall_t_Equals_1, (SteamAPICall_t * __this, SteamAPICall_t other, MethodInfo * method)); DO_APP_FUNC(0x00C50D00, int32_t, SteamAPICall_t_CompareTo, (SteamAPICall_t * __this, SteamAPICall_t other, MethodInfo * method)); DO_APP_FUNC(0x00C51B60, void, SteamAPICall_t__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, HSteamPipe__ctor, (HSteamPipe * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0099B010, String *, HSteamPipe_ToString, (HSteamPipe * __this, MethodInfo * method)); DO_APP_FUNC(0x00C51BA0, bool, HSteamPipe_Equals, (HSteamPipe * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, HSteamPipe_GetHashCode, (HSteamPipe * __this, MethodInfo * method)); DO_APP_FUNC(0x00B40120, bool, HSteamPipe_op_Equality, (HSteamPipe x, HSteamPipe y, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, HSteamPipe, HSteamPipe_op_Explicit, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C514D0, bool, HSteamPipe_Equals_1, (HSteamPipe * __this, HSteamPipe other, MethodInfo * method)); DO_APP_FUNC(0x00C51640, int32_t, HSteamPipe_CompareTo, (HSteamPipe * __this, HSteamPipe other, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, HSteamUser__ctor, (HSteamUser * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0099B010, String *, HSteamUser_ToString, (HSteamUser * __this, MethodInfo * method)); DO_APP_FUNC(0x00C51C30, bool, HSteamUser_Equals, (HSteamUser * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, HSteamUser_GetHashCode, (HSteamUser * __this, MethodInfo * method)); DO_APP_FUNC(0x00B40120, bool, HSteamUser_op_Equality, (HSteamUser x, HSteamUser y, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, HSteamUser, HSteamUser_op_Explicit, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00C514D0, bool, HSteamUser_Equals_1, (HSteamUser * __this, HSteamUser other, MethodInfo * method)); DO_APP_FUNC(0x00C51640, int32_t, HSteamUser_CompareTo, (HSteamUser * __this, HSteamUser other, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, AndroidJavaRunnable__ctor, (AndroidJavaRunnable * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, AndroidJavaRunnable_Invoke, (AndroidJavaRunnable * __this, MethodInfo * method)); DO_APP_FUNC(0x02C82550, void, AndroidJavaException__ctor, (AndroidJavaException * __this, String * message, String * javaStackTrace, MethodInfo * method)); DO_APP_FUNC(0x02C82620, String *, AndroidJavaException_get_StackTrace, (AndroidJavaException * __this, MethodInfo * method)); DO_APP_FUNC(0x02C82650, void, GlobalJavaObjectRef__ctor, (GlobalJavaObjectRef * __this, void * jobject, MethodInfo * method)); DO_APP_FUNC(0x02C82700, void, GlobalJavaObjectRef_Finalize, (GlobalJavaObjectRef * __this, MethodInfo * method)); DO_APP_FUNC(0x0101BB30, void *, GlobalJavaObjectRef_op_Implicit, (GlobalJavaObjectRef * obj, MethodInfo * method)); DO_APP_FUNC(0x02C82740, void, GlobalJavaObjectRef_Dispose, (GlobalJavaObjectRef * __this, MethodInfo * method)); DO_APP_FUNC(0x02C82810, void, AndroidJavaRunnableProxy__ctor, (AndroidJavaRunnableProxy * __this, AndroidJavaRunnable * runnable, MethodInfo * method)); DO_APP_FUNC(0x02C829C0, void, AndroidJavaProxy__ctor, (AndroidJavaProxy * __this, String * javaInterface, MethodInfo * method)); DO_APP_FUNC(0x02C82AC0, void, AndroidJavaProxy__ctor_1, (AndroidJavaProxy * __this, AndroidJavaClass * javaInterface, MethodInfo * method)); DO_APP_FUNC(0x02C82B60, void, AndroidJavaProxy_Finalize, (AndroidJavaProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x02C82C20, AndroidJavaObject *, AndroidJavaProxy_Invoke, (AndroidJavaProxy * __this, String * methodName, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A0D8, AndroidJavaProxy_Invoke__MethodInfo); DO_APP_FUNC(0x02C83800, AndroidJavaObject *, AndroidJavaProxy_Invoke_1, (AndroidJavaProxy * __this, String * methodName, AndroidJavaObject__Array * javaArgs, MethodInfo * method)); DO_APP_FUNC(0x02C839E0, bool, AndroidJavaProxy_equals, (AndroidJavaProxy * __this, AndroidJavaObject * obj, MethodInfo * method)); DO_APP_FUNC(0x02C83AB0, int32_t, AndroidJavaProxy_hashCode, (AndroidJavaProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x02C83B70, String *, AndroidJavaProxy_toString, (AndroidJavaProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x02C83BD0, AndroidJavaObject *, AndroidJavaProxy_GetProxyObject, (AndroidJavaProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x02C83BF0, void *, AndroidJavaProxy_GetRawProxy, (AndroidJavaProxy * __this, MethodInfo * method)); DO_APP_FUNC(0x02C83D70, void, AndroidJavaProxy__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02C83EE0, void, AndroidJavaObject__ctor, (AndroidJavaObject * __this, String * className, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C83EF0, void, AndroidJavaObject_Dispose, (AndroidJavaObject * __this, MethodInfo * method)); DO_APP_FUNC(0x02C83F60, void *, AndroidJavaObject_GetRawObject, (AndroidJavaObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0243E430, void *, AndroidJavaObject_GetRawClass, (AndroidJavaObject * __this, MethodInfo * method)); DO_APP_FUNC(0x02C83FC0, void, AndroidJavaObject_DebugPrint, (AndroidJavaObject * __this, String * msg, MethodInfo * method)); DO_APP_FUNC(0x02C84040, void, AndroidJavaObject__AndroidJavaObject, (AndroidJavaObject * __this, String * className, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C84420, void, AndroidJavaObject__ctor_1, (AndroidJavaObject * __this, void * jobject, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A058, AndroidJavaObject__ctor_1__MethodInfo); DO_APP_FUNC(0x003AC050, void, AndroidJavaObject__ctor_2, (AndroidJavaObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0195B920, void, AndroidJavaObject_Finalize, (AndroidJavaObject * __this, MethodInfo * method)); DO_APP_FUNC(0x02C845F0, void, AndroidJavaObject_Dispose_1, (AndroidJavaObject * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x02C846E0, AndroidJavaObject *, AndroidJavaObject_AndroidJavaObjectDeleteLocalRef, (void * jobject, MethodInfo * method)); DO_APP_FUNC(0x02C847A0, AndroidJavaClass *, AndroidJavaObject_AndroidJavaClassDeleteLocalRef, (void * jclass, MethodInfo * method)); DO_APP_FUNC(0x02C83F60, void *, AndroidJavaObject__GetRawObject, (AndroidJavaObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0243E430, void *, AndroidJavaObject__GetRawClass, (AndroidJavaObject * __this, MethodInfo * method)); DO_APP_FUNC(0x02C84860, void, AndroidJavaClass__ctor, (AndroidJavaClass * __this, String * className, MethodInfo * method)); DO_APP_FUNC(0x02C84860, void, AndroidJavaClass__AndroidJavaClass, (AndroidJavaClass * __this, String * className, MethodInfo * method)); DO_APP_FUNC(0x02C849E0, void, AndroidJavaClass__ctor_1, (AndroidJavaClass * __this, void * jclass, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A090, AndroidJavaClass__ctor_1__MethodInfo); DO_APP_FUNC(0x02065770, bool, AndroidReflection_IsPrimitive, (Type * t, MethodInfo * method)); DO_APP_FUNC(0x02C84B70, bool, AndroidReflection_IsAssignableFrom, (Type * t, Type * from, MethodInfo * method)); DO_APP_FUNC(0x02C84BA0, void *, AndroidReflection_GetStaticMethodID, (String * clazz, String * methodName, String * signature, MethodInfo * method)); DO_APP_FUNC(0x02C84C30, void *, AndroidReflection_GetMethodID, (String * clazz, String * methodName, String * signature, MethodInfo * method)); DO_APP_FUNC(0x02C84CC0, void *, AndroidReflection_GetConstructorMember, (void * jclass, String * signature, MethodInfo * method)); DO_APP_FUNC(0x02C84E50, void *, AndroidReflection_GetMethodMember, (void * jclass, String * methodName, String * signature, bool isStatic, MethodInfo * method)); DO_APP_FUNC(0x02C85090, void *, AndroidReflection_GetFieldMember, (void * jclass, String * fieldName, String * signature, bool isStatic, MethodInfo * method)); DO_APP_FUNC(0x02C85270, void *, AndroidReflection_GetFieldClass, (void * field, MethodInfo * method)); DO_APP_FUNC(0x02C852E0, String *, AndroidReflection_GetFieldSignature, (void * field, MethodInfo * method)); DO_APP_FUNC(0x02C853A0, void *, AndroidReflection_NewProxyInstance, (void * player, void * delegateHandle, void * interfaze, MethodInfo * method)); DO_APP_FUNC(0x02C85490, void, AndroidReflection_SetNativeExceptionOnProxy, (void * proxy, Exception * e, bool methodNotFound, MethodInfo * method)); DO_APP_FUNC(0x02C855A0, void, AndroidReflection__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02C858E0, void *, _AndroidJNIHelper_CreateJavaProxy, (void * player, void * delegateHandle, AndroidJavaProxy * proxy, MethodInfo * method)); DO_APP_FUNC(0x02C85A30, void *, _AndroidJNIHelper_CreateJavaRunnable, (AndroidJavaRunnable * jrunnable, MethodInfo * method)); DO_APP_FUNC(0x02C85C20, void *, _AndroidJNIHelper_InvokeJavaProxyMethod, (AndroidJavaProxy * proxy, void * jmethodName, void * jargs, MethodInfo * method)); DO_APP_FUNC(0x02C85FB0, jvalue__Array *, _AndroidJNIHelper_CreateJNIArgArray, (Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79EC8, _AndroidJNIHelper_CreateJNIArgArray__MethodInfo); DO_APP_FUNC(0x02C868B0, Object *, _AndroidJNIHelper_UnboxArray, (AndroidJavaObject * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79F28, _AndroidJNIHelper_UnboxArray__MethodInfo); DO_APP_FUNC(0x02C872C0, Object *, _AndroidJNIHelper_Unbox, (AndroidJavaObject * obj, MethodInfo * method)); DO_APP_FUNC(0x02C87DF0, AndroidJavaObject *, _AndroidJNIHelper_Box, (Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79E28, _AndroidJNIHelper_Box__MethodInfo); DO_APP_FUNC(0x02C88D20, void, _AndroidJNIHelper_DeleteJNIArgArray, (Object__Array * args, jvalue__Array * jniArgs, MethodInfo * method)); DO_APP_FUNC(0x02C88EA0, void *, _AndroidJNIHelper_ConvertToJNIArray, (Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79CC0, _AndroidJNIHelper_ConvertToJNIArray__MethodInfo); DO_APP_FUNC(0x02C89C30, void *, _AndroidJNIHelper_GetConstructorID, (void * jclass, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C89D90, void *, _AndroidJNIHelper_GetConstructorID_1, (void * jclass, String * signature, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79C80, _AndroidJNIHelper_GetConstructorID_1__MethodInfo); DO_APP_FUNC(0x02C89F00, void *, _AndroidJNIHelper_GetMethodID, (void * jclass, String * methodName, String * signature, bool isStatic, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79C88, _AndroidJNIHelper_GetMethodID__MethodInfo); DO_APP_FUNC(0x02C8A080, void *, _AndroidJNIHelper_GetMethodIDFallback, (void * jclass, String * methodName, String * signature, bool isStatic, MethodInfo * method)); DO_APP_FUNC(0x02C8A110, void *, _AndroidJNIHelper_GetFieldID, (void * jclass, String * fieldName, String * signature, bool isStatic, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79D18, _AndroidJNIHelper_GetFieldID__MethodInfo); DO_APP_FUNC(0x02C8A4D0, String *, _AndroidJNIHelper_GetSignature, (Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79CF8, _AndroidJNIHelper_GetSignature__MethodInfo); DO_APP_FUNC(0x02C8B410, String *, _AndroidJNIHelper_GetSignature_1, (Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8B550, void *, AndroidJNIHelper_GetConstructorID, (void * javaClass, String * signature, MethodInfo * method)); DO_APP_FUNC(0x02C8B560, void *, AndroidJNIHelper_GetMethodID, (void * javaClass, String * methodName, String * signature, bool isStatic, MethodInfo * method)); DO_APP_FUNC(0x02C8B570, void *, AndroidJNIHelper_GetFieldID, (void * javaClass, String * fieldName, String * signature, bool isStatic, MethodInfo * method)); DO_APP_FUNC(0x02C8B580, void *, AndroidJNIHelper_CreateJavaRunnable, (AndroidJavaRunnable * jrunnable, MethodInfo * method)); DO_APP_FUNC(0x02C8B590, void *, AndroidJNIHelper_CreateJavaProxy, (AndroidJavaProxy * proxy, MethodInfo * method)); DO_APP_FUNC(0x02C8B7F0, jvalue__Array *, AndroidJNIHelper_CreateJNIArgArray, (Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C88D20, void, AndroidJNIHelper_DeleteJNIArgArray, (Object__Array * args, jvalue__Array * jniArgs, MethodInfo * method)); DO_APP_FUNC(0x02C89C30, void *, AndroidJNIHelper_GetConstructorID_1, (void * jclass, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8B800, void *, AndroidJNI_FindClass, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02C8B850, void *, AndroidJNI_FromReflectedMethod, (void * refMethod, MethodInfo * method)); DO_APP_FUNC(0x02C8B8A0, void *, AndroidJNI_ExceptionOccurred, (MethodInfo * method)); DO_APP_FUNC(0x02C8B8F0, void, AndroidJNI_ExceptionClear, (MethodInfo * method)); DO_APP_FUNC(0x02C8B940, int32_t, AndroidJNI_PushLocalFrame, (int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x02C8B990, void *, AndroidJNI_PopLocalFrame, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x02C8B9E0, void *, AndroidJNI_NewGlobalRef, (void * obj, MethodInfo * method)); DO_APP_FUNC(0x02C8BA30, void, AndroidJNI_DeleteGlobalRef, (void * obj, MethodInfo * method)); DO_APP_FUNC(0x02C8BA80, void *, AndroidJNI_NewWeakGlobalRef, (void * obj, MethodInfo * method)); DO_APP_FUNC(0x02C8BAD0, void, AndroidJNI_DeleteWeakGlobalRef, (void * obj, MethodInfo * method)); DO_APP_FUNC(0x02C8BB20, void *, AndroidJNI_NewLocalRef, (void * obj, MethodInfo * method)); DO_APP_FUNC(0x02C8BB70, void, AndroidJNI_DeleteLocalRef, (void * obj, MethodInfo * method)); DO_APP_FUNC(0x02C8BBC0, bool, AndroidJNI_IsSameObject, (void * obj1, void * obj2, MethodInfo * method)); DO_APP_FUNC(0x02C8BC20, void *, AndroidJNI_NewObject, (void * clazz, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8BC90, void *, AndroidJNI_GetObjectClass, (void * obj, MethodInfo * method)); DO_APP_FUNC(0x02C8BCE0, void *, AndroidJNI_GetMethodID, (void * clazz, String * name, String * sig, MethodInfo * method)); DO_APP_FUNC(0x02C8BD50, void *, AndroidJNI_GetFieldID, (void * clazz, String * name, String * sig, MethodInfo * method)); DO_APP_FUNC(0x02C8BDC0, void *, AndroidJNI_GetStaticMethodID, (void * clazz, String * name, String * sig, MethodInfo * method)); DO_APP_FUNC(0x02C8BE30, void *, AndroidJNI_GetStaticFieldID, (void * clazz, String * name, String * sig, MethodInfo * method)); DO_APP_FUNC(0x02C8BEA0, void *, AndroidJNI_NewString, (String * chars, MethodInfo * method)); DO_APP_FUNC(0x02C8BEA0, void *, AndroidJNI_NewStringFromStr, (String * chars, MethodInfo * method)); DO_APP_FUNC(0x02C8BEF0, String *, AndroidJNI_GetStringChars, (void * str, MethodInfo * method)); DO_APP_FUNC(0x02C8BF40, String *, AndroidJNI_CallStringMethod, (void * obj, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8BFB0, void *, AndroidJNI_CallObjectMethod, (void * obj, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8C020, int32_t, AndroidJNI_CallIntMethod, (void * obj, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8C090, bool, AndroidJNI_CallBooleanMethod, (void * obj, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8C100, int16_t, AndroidJNI_CallShortMethod, (void * obj, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8C170, int8_t, AndroidJNI_CallSByteMethod, (void * obj, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8C1E0, uint16_t, AndroidJNI_CallCharMethod, (void * obj, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8C250, float, AndroidJNI_CallFloatMethod, (void * obj, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8C2C0, double, AndroidJNI_CallDoubleMethod, (void * obj, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8C330, int64_t, AndroidJNI_CallLongMethod, (void * obj, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8C3A0, String *, AndroidJNI_GetStringField, (void * obj, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8C400, void *, AndroidJNI_GetObjectField, (void * obj, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8C460, bool, AndroidJNI_GetBooleanField, (void * obj, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8C4C0, int8_t, AndroidJNI_GetSByteField, (void * obj, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8C520, uint16_t, AndroidJNI_GetCharField, (void * obj, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8C580, int16_t, AndroidJNI_GetShortField, (void * obj, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8C5E0, int32_t, AndroidJNI_GetIntField, (void * obj, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8C640, int64_t, AndroidJNI_GetLongField, (void * obj, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8C6A0, float, AndroidJNI_GetFloatField, (void * obj, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8C700, double, AndroidJNI_GetDoubleField, (void * obj, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8C760, String *, AndroidJNI_CallStaticStringMethod, (void * clazz, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8C7D0, void *, AndroidJNI_CallStaticObjectMethod, (void * clazz, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8C840, int32_t, AndroidJNI_CallStaticIntMethod, (void * clazz, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8C8B0, bool, AndroidJNI_CallStaticBooleanMethod, (void * clazz, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8C920, int16_t, AndroidJNI_CallStaticShortMethod, (void * clazz, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8C990, int8_t, AndroidJNI_CallStaticSByteMethod, (void * clazz, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8CA00, uint16_t, AndroidJNI_CallStaticCharMethod, (void * clazz, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8CA70, float, AndroidJNI_CallStaticFloatMethod, (void * clazz, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8CAE0, double, AndroidJNI_CallStaticDoubleMethod, (void * clazz, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8CB50, int64_t, AndroidJNI_CallStaticLongMethod, (void * clazz, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8CBC0, void, AndroidJNI_CallStaticVoidMethod, (void * clazz, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8CC30, String *, AndroidJNI_GetStaticStringField, (void * clazz, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8CC90, void *, AndroidJNI_GetStaticObjectField, (void * clazz, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8CCF0, bool, AndroidJNI_GetStaticBooleanField, (void * clazz, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8CD50, int8_t, AndroidJNI_GetStaticSByteField, (void * clazz, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8CDB0, uint16_t, AndroidJNI_GetStaticCharField, (void * clazz, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8CE10, int16_t, AndroidJNI_GetStaticShortField, (void * clazz, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8CE70, int32_t, AndroidJNI_GetStaticIntField, (void * clazz, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8CED0, int64_t, AndroidJNI_GetStaticLongField, (void * clazz, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8CF30, float, AndroidJNI_GetStaticFloatField, (void * clazz, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8CF90, double, AndroidJNI_GetStaticDoubleField, (void * clazz, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8CFF0, void *, AndroidJNI_ToBooleanArray, (Boolean__Array * array, MethodInfo * method)); DO_APP_FUNC(0x02C8D040, void *, AndroidJNI_ToByteArray, (Byte__Array * array, MethodInfo * method)); DO_APP_FUNC(0x02C8D090, void *, AndroidJNI_ToSByteArray, (SByte__Array * array, MethodInfo * method)); DO_APP_FUNC(0x02C8D0E0, void *, AndroidJNI_ToCharArray, (Char__Array * array, MethodInfo * method)); DO_APP_FUNC(0x02C8D130, void *, AndroidJNI_ToShortArray, (Int16__Array * array, MethodInfo * method)); DO_APP_FUNC(0x02C8D180, void *, AndroidJNI_ToIntArray, (Int32__Array * array, MethodInfo * method)); DO_APP_FUNC(0x02C8D1D0, void *, AndroidJNI_ToLongArray, (Int64__Array * array, MethodInfo * method)); DO_APP_FUNC(0x02C8D220, void *, AndroidJNI_ToFloatArray, (Single__Array * array, MethodInfo * method)); DO_APP_FUNC(0x02C8D270, void *, AndroidJNI_ToDoubleArray, (Double__Array * array, MethodInfo * method)); DO_APP_FUNC(0x02C8D2C0, void *, AndroidJNI_ToObjectArray, (IntPtr__Array * array, void * arrayClass, MethodInfo * method)); DO_APP_FUNC(0x02C8D320, Boolean__Array *, AndroidJNI_FromBooleanArray, (void * array, MethodInfo * method)); DO_APP_FUNC(0x02C8D370, Byte__Array *, AndroidJNI_FromByteArray, (void * array, MethodInfo * method)); DO_APP_FUNC(0x02C8D3C0, SByte__Array *, AndroidJNI_FromSByteArray, (void * array, MethodInfo * method)); DO_APP_FUNC(0x02C8D410, Char__Array *, AndroidJNI_FromCharArray, (void * array, MethodInfo * method)); DO_APP_FUNC(0x02C8D460, Int16__Array *, AndroidJNI_FromShortArray, (void * array, MethodInfo * method)); DO_APP_FUNC(0x02C8D4B0, Int32__Array *, AndroidJNI_FromIntArray, (void * array, MethodInfo * method)); DO_APP_FUNC(0x02C8D500, Int64__Array *, AndroidJNI_FromLongArray, (void * array, MethodInfo * method)); DO_APP_FUNC(0x02C8D550, Single__Array *, AndroidJNI_FromFloatArray, (void * array, MethodInfo * method)); DO_APP_FUNC(0x02C8D5A0, Double__Array *, AndroidJNI_FromDoubleArray, (void * array, MethodInfo * method)); DO_APP_FUNC(0x02C8D5F0, int32_t, AndroidJNI_GetArrayLength, (void * array, MethodInfo * method)); DO_APP_FUNC(0x02C8D640, void *, AndroidJNI_NewObjectArray, (int32_t size, void * clazz, void * obj, MethodInfo * method)); DO_APP_FUNC(0x02C8D6B0, void *, AndroidJNI_GetObjectArrayElement, (void * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02C8D710, void, AndroidJNI_SetObjectArrayElement, (void * array, int32_t index, void * obj, MethodInfo * method)); DO_APP_FUNC(0x02C8D780, void, AndroidJNISafe_CheckException, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79B18, AndroidJNISafe_CheckException__MethodInfo); DO_APP_FUNC(0x02C8DA30, void, AndroidJNISafe_DeleteGlobalRef, (void * globalref, MethodInfo * method)); DO_APP_FUNC(0x02C8DAC0, void, AndroidJNISafe_DeleteWeakGlobalRef, (void * globalref, MethodInfo * method)); DO_APP_FUNC(0x02C8DB50, void, AndroidJNISafe_DeleteLocalRef, (void * localref, MethodInfo * method)); DO_APP_FUNC(0x02C8DBE0, void *, AndroidJNISafe_NewString, (String * chars, MethodInfo * method)); DO_APP_FUNC(0x02C8DC70, String *, AndroidJNISafe_GetStringChars, (void * str, MethodInfo * method)); DO_APP_FUNC(0x02C8DD00, void *, AndroidJNISafe_GetObjectClass, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x02C8DD90, void *, AndroidJNISafe_GetStaticMethodID, (void * clazz, String * name, String * sig, MethodInfo * method)); DO_APP_FUNC(0x02C8DDE0, void *, AndroidJNISafe_GetMethodID, (void * obj, String * name, String * sig, MethodInfo * method)); DO_APP_FUNC(0x02C8DE30, void *, AndroidJNISafe_GetFieldID, (void * clazz, String * name, String * sig, MethodInfo * method)); DO_APP_FUNC(0x02C8DEE0, void *, AndroidJNISafe_GetStaticFieldID, (void * clazz, String * name, String * sig, MethodInfo * method)); DO_APP_FUNC(0x02C8DF90, void *, AndroidJNISafe_FromReflectedMethod, (void * refMethod, MethodInfo * method)); DO_APP_FUNC(0x02C8E020, void *, AndroidJNISafe_FindClass, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02C8E0B0, void *, AndroidJNISafe_NewObject, (void * clazz, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8E160, void *, AndroidJNISafe_GetStaticObjectField, (void * clazz, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8E200, String *, AndroidJNISafe_GetStaticStringField, (void * clazz, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8E2A0, uint16_t, AndroidJNISafe_GetStaticCharField, (void * clazz, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8E340, double, AndroidJNISafe_GetStaticDoubleField, (void * clazz, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8E3F0, float, AndroidJNISafe_GetStaticFloatField, (void * clazz, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8E4A0, int64_t, AndroidJNISafe_GetStaticLongField, (void * clazz, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8E540, int16_t, AndroidJNISafe_GetStaticShortField, (void * clazz, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8E5E0, int8_t, AndroidJNISafe_GetStaticSByteField, (void * clazz, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8E680, bool, AndroidJNISafe_GetStaticBooleanField, (void * clazz, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8E720, int32_t, AndroidJNISafe_GetStaticIntField, (void * clazz, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8E7C0, void, AndroidJNISafe_CallStaticVoidMethod, (void * clazz, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8E860, void *, AndroidJNISafe_CallStaticObjectMethod, (void * clazz, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8E910, String *, AndroidJNISafe_CallStaticStringMethod, (void * clazz, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8E960, uint16_t, AndroidJNISafe_CallStaticCharMethod, (void * clazz, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8EA10, double, AndroidJNISafe_CallStaticDoubleMethod, (void * clazz, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8EAD0, float, AndroidJNISafe_CallStaticFloatMethod, (void * clazz, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8EB90, int64_t, AndroidJNISafe_CallStaticLongMethod, (void * clazz, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8EC40, int16_t, AndroidJNISafe_CallStaticShortMethod, (void * clazz, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8ECF0, int8_t, AndroidJNISafe_CallStaticSByteMethod, (void * clazz, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8EDA0, bool, AndroidJNISafe_CallStaticBooleanMethod, (void * clazz, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8EE50, int32_t, AndroidJNISafe_CallStaticIntMethod, (void * clazz, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8EF00, void *, AndroidJNISafe_GetObjectField, (void * obj, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8EFA0, String *, AndroidJNISafe_GetStringField, (void * obj, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8F040, uint16_t, AndroidJNISafe_GetCharField, (void * obj, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8F0E0, double, AndroidJNISafe_GetDoubleField, (void * obj, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8F190, float, AndroidJNISafe_GetFloatField, (void * obj, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8F240, int64_t, AndroidJNISafe_GetLongField, (void * obj, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8F2E0, int16_t, AndroidJNISafe_GetShortField, (void * obj, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8F380, int8_t, AndroidJNISafe_GetSByteField, (void * obj, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8F420, bool, AndroidJNISafe_GetBooleanField, (void * obj, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8F4C0, int32_t, AndroidJNISafe_GetIntField, (void * obj, void * fieldID, MethodInfo * method)); DO_APP_FUNC(0x02C8F560, void *, AndroidJNISafe_CallObjectMethod, (void * obj, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8F610, String *, AndroidJNISafe_CallStringMethod, (void * obj, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8F660, uint16_t, AndroidJNISafe_CallCharMethod, (void * obj, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8F710, double, AndroidJNISafe_CallDoubleMethod, (void * obj, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8F7D0, float, AndroidJNISafe_CallFloatMethod, (void * obj, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8F890, int64_t, AndroidJNISafe_CallLongMethod, (void * obj, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8F940, int16_t, AndroidJNISafe_CallShortMethod, (void * obj, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8F9F0, int8_t, AndroidJNISafe_CallSByteMethod, (void * obj, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8FAA0, bool, AndroidJNISafe_CallBooleanMethod, (void * obj, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8FB50, int32_t, AndroidJNISafe_CallIntMethod, (void * obj, void * methodID, jvalue__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02C8FC00, Char__Array *, AndroidJNISafe_FromCharArray, (void * array, MethodInfo * method)); DO_APP_FUNC(0x02C8FC90, Double__Array *, AndroidJNISafe_FromDoubleArray, (void * array, MethodInfo * method)); DO_APP_FUNC(0x02C8FD20, Single__Array *, AndroidJNISafe_FromFloatArray, (void * array, MethodInfo * method)); DO_APP_FUNC(0x02C8FDB0, Int64__Array *, AndroidJNISafe_FromLongArray, (void * array, MethodInfo * method)); DO_APP_FUNC(0x02C8FE40, Int16__Array *, AndroidJNISafe_FromShortArray, (void * array, MethodInfo * method)); DO_APP_FUNC(0x02C8FED0, Byte__Array *, AndroidJNISafe_FromByteArray, (void * array, MethodInfo * method)); DO_APP_FUNC(0x02C8FF60, SByte__Array *, AndroidJNISafe_FromSByteArray, (void * array, MethodInfo * method)); DO_APP_FUNC(0x02C8FFF0, Boolean__Array *, AndroidJNISafe_FromBooleanArray, (void * array, MethodInfo * method)); DO_APP_FUNC(0x02C90080, Int32__Array *, AndroidJNISafe_FromIntArray, (void * array, MethodInfo * method)); DO_APP_FUNC(0x02C90110, void *, AndroidJNISafe_ToObjectArray, (IntPtr__Array * array, void * type, MethodInfo * method)); DO_APP_FUNC(0x02C901B0, void *, AndroidJNISafe_ToCharArray, (Char__Array * array, MethodInfo * method)); DO_APP_FUNC(0x02C90240, void *, AndroidJNISafe_ToDoubleArray, (Double__Array * array, MethodInfo * method)); DO_APP_FUNC(0x02C902D0, void *, AndroidJNISafe_ToFloatArray, (Single__Array * array, MethodInfo * method)); DO_APP_FUNC(0x02C90360, void *, AndroidJNISafe_ToLongArray, (Int64__Array * array, MethodInfo * method)); DO_APP_FUNC(0x02C903F0, void *, AndroidJNISafe_ToShortArray, (Int16__Array * array, MethodInfo * method)); DO_APP_FUNC(0x02C90480, void *, AndroidJNISafe_ToByteArray, (Byte__Array * array, MethodInfo * method)); DO_APP_FUNC(0x02C90510, void *, AndroidJNISafe_ToSByteArray, (SByte__Array * array, MethodInfo * method)); DO_APP_FUNC(0x02C905A0, void *, AndroidJNISafe_ToBooleanArray, (Boolean__Array * array, MethodInfo * method)); DO_APP_FUNC(0x02C90630, void *, AndroidJNISafe_ToIntArray, (Int32__Array * array, MethodInfo * method)); DO_APP_FUNC(0x02C906C0, void *, AndroidJNISafe_GetObjectArrayElement, (void * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02C90760, int32_t, AndroidJNISafe_GetArrayLength, (void * array, MethodInfo * method)); DO_APP_FUNC(0x02C907F0, AndroidJavaObject *, Common_GetActivity, (MethodInfo * method)); DO_APP_FUNC(0x00C84780, void, SoftJointLimit_set_limit, (SoftJointLimit * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D7D210, GameObject *, ControllerColliderHit_get_gameObject, (ControllerColliderHit * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7D270, ContactPoint__Array *, Collision_GetContacts_Internal, (Collision * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7D290, Vector3, Collision_get_relativeVelocity, (Collision * __this, MethodInfo * method)); DO_APP_FUNC(0x02D17D50, Collider *, Collision_get_collider, (Collision * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7D2B0, GameObject *, Collision_get_gameObject, (Collision * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7D440, int32_t, Collision_get_contactCount, (Collision * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7D450, ContactPoint__Array *, Collision_get_contacts, (Collision * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7D620, ContactPoint, Collision_GetContact, (Collision * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF530, Collision_GetContact__MethodInfo); DO_APP_FUNC(0x02D7D760, void, Physics_OnSceneContactModify, (PhysicsScene scene, void * buffer, int32_t count, bool isCCD, MethodInfo * method)); DO_APP_FUNC(0x02D7D820, Vector3, Physics_get_gravity, (MethodInfo * method)); DO_APP_FUNC(0x02D7D880, PhysicsScene, Physics_get_defaultPhysicsScene, (MethodInfo * method)); DO_APP_FUNC(0x02D7D8E0, void, Physics_IgnoreCollision, (Collider * collider1, Collider * collider2, bool ignore, MethodInfo * method)); DO_APP_FUNC(0x02D7D950, void, Physics_IgnoreCollision_1, (Collider * collider1, Collider * collider2, MethodInfo * method)); DO_APP_FUNC(0x02D7D9C0, void, Physics_IgnoreLayerCollision, (int32_t layer1, int32_t layer2, bool ignore, MethodInfo * method)); DO_APP_FUNC(0x02D7DA30, void, Physics_IgnoreLayerCollision_1, (int32_t layer1, int32_t layer2, MethodInfo * method)); DO_APP_FUNC(0x02D7DA90, bool, Physics_Raycast, (Vector3 origin, Vector3 direction, float maxDistance, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D7DB80, bool, Physics_Raycast_1, (Vector3 origin, Vector3 direction, float maxDistance, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D7DC60, bool, Physics_Raycast_2, (Vector3 origin, Vector3 direction, float maxDistance, MethodInfo * method)); DO_APP_FUNC(0x02D7DD40, bool, Physics_Raycast_3, (Vector3 origin, Vector3 direction, MethodInfo * method)); DO_APP_FUNC(0x02D7DE20, bool, Physics_Raycast_4, (Vector3 origin, Vector3 direction, RaycastHit * hitInfo, float maxDistance, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D7DF20, bool, Physics_Raycast_5, (Vector3 origin, Vector3 direction, RaycastHit * hitInfo, float maxDistance, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D7E010, bool, Physics_Raycast_6, (Vector3 origin, Vector3 direction, RaycastHit * hitInfo, float maxDistance, MethodInfo * method)); DO_APP_FUNC(0x02D7E100, bool, Physics_Raycast_7, (Vector3 origin, Vector3 direction, RaycastHit * hitInfo, MethodInfo * method)); DO_APP_FUNC(0x02D7E1E0, bool, Physics_Raycast_8, (Ray ray, float maxDistance, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D7E2C0, bool, Physics_Raycast_9, (Ray ray, float maxDistance, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D7E3A0, bool, Physics_Raycast_10, (Ray ray, float maxDistance, MethodInfo * method)); DO_APP_FUNC(0x02D7E480, bool, Physics_Raycast_11, (Ray ray, MethodInfo * method)); DO_APP_FUNC(0x02D7E550, bool, Physics_Raycast_12, (Ray ray, RaycastHit * hitInfo, float maxDistance, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D7E640, bool, Physics_Raycast_13, (Ray ray, RaycastHit * hitInfo, float maxDistance, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D7E730, bool, Physics_Raycast_14, (Ray ray, RaycastHit * hitInfo, float maxDistance, MethodInfo * method)); DO_APP_FUNC(0x02D7E810, bool, Physics_Raycast_15, (Ray ray, RaycastHit * hitInfo, MethodInfo * method)); DO_APP_FUNC(0x02D7E900, bool, Physics_Linecast, (Vector3 start, Vector3 end, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D7EA30, bool, Physics_Linecast_1, (Vector3 start, Vector3 end, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D7EA80, bool, Physics_Linecast_2, (Vector3 start, Vector3 end, RaycastHit * hitInfo, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D7EBC0, bool, Physics_Linecast_3, (Vector3 start, Vector3 end, RaycastHit * hitInfo, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D7EC10, bool, Physics_CapsuleCast, (Vector3 point1, Vector3 point2, float radius, Vector3 direction, RaycastHit * hitInfo, float maxDistance, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D7EDF0, bool, Physics_SphereCast, (Vector3 origin, float radius, Vector3 direction, RaycastHit * hitInfo, float maxDistance, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D7EEF0, bool, Physics_SphereCast_1, (Vector3 origin, float radius, Vector3 direction, RaycastHit * hitInfo, float maxDistance, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D7F000, bool, Physics_SphereCast_2, (Ray ray, float radius, float maxDistance, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D7F120, bool, Physics_SphereCast_3, (Ray ray, float radius, float maxDistance, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D7F160, bool, Physics_SphereCast_4, (Ray ray, float radius, RaycastHit * hitInfo, float maxDistance, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D7F270, bool, Physics_BoxCast, (Vector3 center, Vector3 halfExtents, Vector3 direction, RaycastHit * hitInfo, Quaternion orientation, float maxDistance, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D7F450, RaycastHit__Array *, Physics_Internal_RaycastAll, (PhysicsScene physicsScene, Ray ray, float maxDistance, int32_t mask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D7F4E0, RaycastHit__Array *, Physics_RaycastAll, (Vector3 origin, Vector3 direction, float maxDistance, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D7F6F0, RaycastHit__Array *, Physics_RaycastAll_1, (Vector3 origin, Vector3 direction, float maxDistance, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D7F740, RaycastHit__Array *, Physics_RaycastAll_2, (Vector3 origin, Vector3 direction, float maxDistance, MethodInfo * method)); DO_APP_FUNC(0x02D7F790, RaycastHit__Array *, Physics_RaycastAll_3, (Vector3 origin, Vector3 direction, MethodInfo * method)); DO_APP_FUNC(0x02D7F7F0, RaycastHit__Array *, Physics_RaycastAll_4, (Ray ray, float maxDistance, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D7F840, RaycastHit__Array *, Physics_RaycastAll_5, (Ray ray, float maxDistance, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D7F890, RaycastHit__Array *, Physics_RaycastAll_6, (Ray ray, float maxDistance, MethodInfo * method)); DO_APP_FUNC(0x02D7F8E0, RaycastHit__Array *, Physics_RaycastAll_7, (Ray ray, MethodInfo * method)); DO_APP_FUNC(0x02D7F940, int32_t, Physics_RaycastNonAlloc, (Ray ray, RaycastHit__Array * results, float maxDistance, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D7FA30, int32_t, Physics_RaycastNonAlloc_1, (Ray ray, RaycastHit__Array * results, float maxDistance, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D7FB20, int32_t, Physics_RaycastNonAlloc_2, (Ray ray, RaycastHit__Array * results, float maxDistance, MethodInfo * method)); DO_APP_FUNC(0x02D7FC00, int32_t, Physics_RaycastNonAlloc_3, (Ray ray, RaycastHit__Array * results, MethodInfo * method)); DO_APP_FUNC(0x02D7FCF0, int32_t, Physics_RaycastNonAlloc_4, (Vector3 origin, Vector3 direction, RaycastHit__Array * results, float maxDistance, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D7FDF0, int32_t, Physics_RaycastNonAlloc_5, (Vector3 origin, Vector3 direction, RaycastHit__Array * results, float maxDistance, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D7FEE0, int32_t, Physics_RaycastNonAlloc_6, (Vector3 origin, Vector3 direction, RaycastHit__Array * results, float maxDistance, MethodInfo * method)); DO_APP_FUNC(0x02D7FFD0, int32_t, Physics_RaycastNonAlloc_7, (Vector3 origin, Vector3 direction, RaycastHit__Array * results, MethodInfo * method)); DO_APP_FUNC(0x02D800B0, Collider__Array *, Physics_OverlapSphere_Internal, (PhysicsScene physicsScene, Vector3 position, float radius, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D80140, Collider__Array *, Physics_OverlapSphere, (Vector3 position, float radius, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D80230, Collider__Array *, Physics_OverlapSphere_1, (Vector3 position, float radius, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D80260, Collider__Array *, Physics_OverlapSphere_2, (Vector3 position, float radius, MethodInfo * method)); DO_APP_FUNC(0x02D802A0, void, Physics_SyncTransforms, (MethodInfo * method)); DO_APP_FUNC(0x02D802F0, bool, Physics_get_autoSyncTransforms, (MethodInfo * method)); DO_APP_FUNC(0x02D80340, void, Physics_set_autoSyncTransforms, (bool value, MethodInfo * method)); DO_APP_FUNC(0x02D80390, bool, Physics_Query_ComputePenetration, (Collider * colliderA, Vector3 positionA, Quaternion rotationA, Collider * colliderB, Vector3 positionB, Quaternion rotationB, Vector3 * direction, float * distance, MethodInfo * method)); DO_APP_FUNC(0x02D80440, bool, Physics_ComputePenetration, (Collider * colliderA, Vector3 positionA, Quaternion rotationA, Collider * colliderB, Vector3 positionB, Quaternion rotationB, Vector3 * direction, float * distance, MethodInfo * method)); DO_APP_FUNC(0x02D80590, int32_t, Physics_OverlapSphereNonAlloc, (Vector3 position, float radius, Collider__Array * results, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D80690, int32_t, Physics_OverlapSphereNonAlloc_1, (Vector3 position, float radius, Collider__Array * results, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D806C0, bool, Physics_CheckSphere_Internal, (PhysicsScene physicsScene, Vector3 position, float radius, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D80750, bool, Physics_CheckSphere, (Vector3 position, float radius, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D80840, int32_t, Physics_CapsuleCastNonAlloc, (Vector3 point1, Vector3 point2, float radius, Vector3 direction, RaycastHit__Array * results, float maxDistance, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D809E0, int32_t, Physics_SphereCastNonAlloc, (Vector3 origin, float radius, Vector3 direction, RaycastHit__Array * results, float maxDistance, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D80B50, int32_t, Physics_SphereCastNonAlloc_1, (Ray ray, float radius, RaycastHit__Array * results, float maxDistance, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D80BC0, bool, Physics_CheckCapsule_Internal, (PhysicsScene physicsScene, Vector3 start, Vector3 end, float radius, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D80C50, bool, Physics_CheckCapsule, (Vector3 start, Vector3 end, float radius, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D80D70, int32_t, Physics_OverlapBoxNonAlloc, (Vector3 center, Vector3 halfExtents, Collider__Array * results, Quaternion orientation, int32_t mask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D80EA0, int32_t, Physics_OverlapCapsuleNonAlloc, (Vector3 point0, Vector3 point1, float radius, Collider__Array * results, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D80FD0, void, Physics_get_gravity_Injected, (Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D81020, void, Physics_get_defaultPhysicsScene_Injected, (PhysicsScene * ret, MethodInfo * method)); DO_APP_FUNC(0x02D81070, RaycastHit__Array *, Physics_Internal_RaycastAll_Injected, (PhysicsScene * physicsScene, Ray * ray, float maxDistance, int32_t mask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D81100, Collider__Array *, Physics_OverlapSphere_Internal_Injected, (PhysicsScene * physicsScene, Vector3 * position, float radius, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D81190, bool, Physics_Query_ComputePenetration_Injected, (Collider * colliderA, Vector3 * positionA, Quaternion * rotationA, Collider * colliderB, Vector3 * positionB, Quaternion * rotationB, Vector3 * direction, float * distance, MethodInfo * method)); DO_APP_FUNC(0x02D81220, bool, Physics_CheckSphere_Internal_Injected, (PhysicsScene * physicsScene, Vector3 * position, float radius, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D812B0, bool, Physics_CheckCapsule_Internal_Injected, (PhysicsScene * physicsScene, Vector3 * start, Vector3 * end, float radius, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D81340, void, PhysicMaterial__ctor, (PhysicMaterial * __this, MethodInfo * method)); DO_APP_FUNC(0x02D813F0, void, PhysicMaterial__ctor_1, (PhysicMaterial * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02D81490, void, PhysicMaterial_Internal_CreateDynamicsMaterial, (PhysicMaterial * mat, String * name, MethodInfo * method)); DO_APP_FUNC(0x02D814F0, float, PhysicMaterial_get_bounciness, (PhysicMaterial * __this, MethodInfo * method)); DO_APP_FUNC(0x02D81540, void, PhysicMaterial_set_bounciness, (PhysicMaterial * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D815A0, float, PhysicMaterial_get_dynamicFriction, (PhysicMaterial * __this, MethodInfo * method)); DO_APP_FUNC(0x02D815F0, void, PhysicMaterial_set_dynamicFriction, (PhysicMaterial * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D81650, float, PhysicMaterial_get_staticFriction, (PhysicMaterial * __this, MethodInfo * method)); DO_APP_FUNC(0x02D816A0, void, PhysicMaterial_set_staticFriction, (PhysicMaterial * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D81700, PhysicMaterialCombine__Enum, PhysicMaterial_get_frictionCombine, (PhysicMaterial * __this, MethodInfo * method)); DO_APP_FUNC(0x02D81750, void, PhysicMaterial_set_frictionCombine, (PhysicMaterial * __this, PhysicMaterialCombine__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D817B0, PhysicMaterialCombine__Enum, PhysicMaterial_get_bounceCombine, (PhysicMaterial * __this, MethodInfo * method)); DO_APP_FUNC(0x02D81800, void, PhysicMaterial_set_bounceCombine, (PhysicMaterial * __this, PhysicMaterialCombine__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D814F0, float, PhysicMaterial_get_bouncyness, (PhysicMaterial * __this, MethodInfo * method)); DO_APP_FUNC(0x02D81540, void, PhysicMaterial_set_bouncyness, (PhysicMaterial * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02C98D60, Vector3, PhysicMaterial_get_frictionDirection2, (PhysicMaterial * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhysicMaterial_set_frictionDirection2, (PhysicMaterial * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02CCFA20, float, PhysicMaterial_get_dynamicFriction2, (PhysicMaterial * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhysicMaterial_set_dynamicFriction2, (PhysicMaterial * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CCFA20, float, PhysicMaterial_get_staticFriction2, (PhysicMaterial * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhysicMaterial_set_staticFriction2, (PhysicMaterial * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02C98D60, Vector3, PhysicMaterial_get_frictionDirection, (PhysicMaterial * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PhysicMaterial_set_frictionDirection, (PhysicMaterial * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D81860, Collider *, RaycastHit_get_collider, (RaycastHit * __this, MethodInfo * method)); DO_APP_FUNC(0x02C82380, Vector3, RaycastHit_get_point, (RaycastHit * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC8470, void, RaycastHit_set_point, (RaycastHit * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02CB3F00, Vector3, RaycastHit_get_normal, (RaycastHit * __this, MethodInfo * method)); DO_APP_FUNC(0x01CC8480, void, RaycastHit_set_normal, (RaycastHit * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D6ABC0, float, RaycastHit_get_distance, (RaycastHit * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA9D0, void, RaycastHit_set_distance, (RaycastHit * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01012D90, int32_t, RaycastHit_get_triangleIndex, (RaycastHit * __this, MethodInfo * method)); DO_APP_FUNC(0x02D81950, Vector2, RaycastHit_CalculateRaycastTexCoord, (Collider * collider, Vector2 uv, Vector3 pos, uint32_t face, int32_t textcoord, MethodInfo * method)); DO_APP_FUNC(0x02D819F0, Vector2, RaycastHit_get_textureCoord, (RaycastHit * __this, MethodInfo * method)); DO_APP_FUNC(0x02D81AB0, Transform *, RaycastHit_get_transform, (RaycastHit * __this, MethodInfo * method)); DO_APP_FUNC(0x02D81D30, Rigidbody *, RaycastHit_get_rigidbody, (RaycastHit * __this, MethodInfo * method)); DO_APP_FUNC(0x02D81EA0, void, RaycastHit_CalculateRaycastTexCoord_Injected, (Collider * collider, Vector2 * uv, Vector3 * pos, uint32_t face, int32_t textcoord, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D81F30, Vector3, Rigidbody_get_velocity, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D81FA0, void, Rigidbody_set_velocity, (Rigidbody * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D82000, Vector3, Rigidbody_get_angularVelocity, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D82070, void, Rigidbody_set_angularVelocity, (Rigidbody * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D820D0, float, Rigidbody_get_drag, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D82120, void, Rigidbody_set_drag, (Rigidbody * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D82180, float, Rigidbody_get_angularDrag, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D821D0, void, Rigidbody_set_angularDrag, (Rigidbody * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D82230, float, Rigidbody_get_mass, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D82280, void, Rigidbody_set_mass, (Rigidbody * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D822E0, void, Rigidbody_SetDensity, (Rigidbody * __this, float density, MethodInfo * method)); DO_APP_FUNC(0x02D82340, bool, Rigidbody_get_useGravity, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D82390, void, Rigidbody_set_useGravity, (Rigidbody * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D823F0, float, Rigidbody_get_maxDepenetrationVelocity, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D82440, void, Rigidbody_set_maxDepenetrationVelocity, (Rigidbody * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D824A0, bool, Rigidbody_get_isKinematic, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D824F0, void, Rigidbody_set_isKinematic, (Rigidbody * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D82550, bool, Rigidbody_get_freezeRotation, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D825A0, void, Rigidbody_set_freezeRotation, (Rigidbody * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D82600, RigidbodyConstraints__Enum, Rigidbody_get_constraints, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D82650, void, Rigidbody_set_constraints, (Rigidbody * __this, RigidbodyConstraints__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D826B0, CollisionDetectionMode__Enum, Rigidbody_get_collisionDetectionMode, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D82700, void, Rigidbody_set_collisionDetectionMode, (Rigidbody * __this, CollisionDetectionMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D82760, Vector3, Rigidbody_get_centerOfMass, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D827D0, void, Rigidbody_set_centerOfMass, (Rigidbody * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D82830, Vector3, Rigidbody_get_worldCenterOfMass, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D828A0, Quaternion, Rigidbody_get_inertiaTensorRotation, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D82910, void, Rigidbody_set_inertiaTensorRotation, (Rigidbody * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x02D82970, Vector3, Rigidbody_get_inertiaTensor, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D829E0, void, Rigidbody_set_inertiaTensor, (Rigidbody * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D82A40, bool, Rigidbody_get_detectCollisions, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D82A90, void, Rigidbody_set_detectCollisions, (Rigidbody * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D82AF0, Vector3, Rigidbody_get_position, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D82B60, void, Rigidbody_set_position, (Rigidbody * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D82BC0, Quaternion, Rigidbody_get_rotation, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D82C30, void, Rigidbody_set_rotation, (Rigidbody * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x02D82C90, RigidbodyInterpolation__Enum, Rigidbody_get_interpolation, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D82CE0, void, Rigidbody_set_interpolation, (Rigidbody * __this, RigidbodyInterpolation__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D82D40, int32_t, Rigidbody_get_solverIterations, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D82D90, void, Rigidbody_set_solverIterations, (Rigidbody * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D82DF0, float, Rigidbody_get_sleepThreshold, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D82E40, void, Rigidbody_set_sleepThreshold, (Rigidbody * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D82EA0, float, Rigidbody_get_maxAngularVelocity, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D82EF0, void, Rigidbody_set_maxAngularVelocity, (Rigidbody * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D82F50, void, Rigidbody_MovePosition, (Rigidbody * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x02D82FB0, void, Rigidbody_MoveRotation, (Rigidbody * __this, Quaternion rot, MethodInfo * method)); DO_APP_FUNC(0x02D83010, void, Rigidbody_Sleep, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D83060, bool, Rigidbody_IsSleeping, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D830B0, void, Rigidbody_WakeUp, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D83100, void, Rigidbody_ResetCenterOfMass, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D83150, void, Rigidbody_ResetInertiaTensor, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D831A0, Vector3, Rigidbody_GetRelativePointVelocity, (Rigidbody * __this, Vector3 relativePoint, MethodInfo * method)); DO_APP_FUNC(0x02D83220, Vector3, Rigidbody_GetPointVelocity, (Rigidbody * __this, Vector3 worldPoint, MethodInfo * method)); DO_APP_FUNC(0x02D832A0, int32_t, Rigidbody_get_solverVelocityIterations, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D832F0, void, Rigidbody_set_solverVelocityIterations, (Rigidbody * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D83350, void, Rigidbody_AddForce, (Rigidbody * __this, Vector3 force, ForceMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D833C0, void, Rigidbody_AddForce_1, (Rigidbody * __this, Vector3 force, MethodInfo * method)); DO_APP_FUNC(0x02D83430, void, Rigidbody_AddForce_2, (Rigidbody * __this, float x, float y, float z, ForceMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D834A0, void, Rigidbody_AddForce_3, (Rigidbody * __this, float x, float y, float z, MethodInfo * method)); DO_APP_FUNC(0x02D83510, void, Rigidbody_AddRelativeForce, (Rigidbody * __this, Vector3 force, ForceMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D83580, void, Rigidbody_AddRelativeForce_1, (Rigidbody * __this, Vector3 force, MethodInfo * method)); DO_APP_FUNC(0x02D835F0, void, Rigidbody_AddRelativeForce_2, (Rigidbody * __this, float x, float y, float z, ForceMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D83660, void, Rigidbody_AddRelativeForce_3, (Rigidbody * __this, float x, float y, float z, MethodInfo * method)); DO_APP_FUNC(0x02D836D0, void, Rigidbody_AddTorque, (Rigidbody * __this, Vector3 torque, ForceMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D83740, void, Rigidbody_AddTorque_1, (Rigidbody * __this, Vector3 torque, MethodInfo * method)); DO_APP_FUNC(0x02D837B0, void, Rigidbody_AddTorque_2, (Rigidbody * __this, float x, float y, float z, ForceMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D83820, void, Rigidbody_AddTorque_3, (Rigidbody * __this, float x, float y, float z, MethodInfo * method)); DO_APP_FUNC(0x02D83890, void, Rigidbody_AddRelativeTorque, (Rigidbody * __this, Vector3 torque, ForceMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D83900, void, Rigidbody_AddRelativeTorque_1, (Rigidbody * __this, Vector3 torque, MethodInfo * method)); DO_APP_FUNC(0x02D83970, void, Rigidbody_AddRelativeTorque_2, (Rigidbody * __this, float x, float y, float z, ForceMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D839E0, void, Rigidbody_AddRelativeTorque_3, (Rigidbody * __this, float x, float y, float z, MethodInfo * method)); DO_APP_FUNC(0x02D83A50, void, Rigidbody_AddForceAtPosition, (Rigidbody * __this, Vector3 force, Vector3 position, ForceMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D83AD0, void, Rigidbody_AddForceAtPosition_1, (Rigidbody * __this, Vector3 force, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x02D83B50, void, Rigidbody_AddExplosionForce, (Rigidbody * __this, float explosionForce, Vector3 explosionPosition, float explosionRadius, float upwardsModifier, ForceMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D83BF0, void, Rigidbody_AddExplosionForce_1, (Rigidbody * __this, float explosionForce, Vector3 explosionPosition, float explosionRadius, float upwardsModifier, MethodInfo * method)); DO_APP_FUNC(0x02D83C90, void, Rigidbody_AddExplosionForce_2, (Rigidbody * __this, float explosionForce, Vector3 explosionPosition, float explosionRadius, MethodInfo * method)); DO_APP_FUNC(0x02D83D30, void, Rigidbody_Internal_ClosestPointOnBounds, (Rigidbody * __this, Vector3 point, Vector3 * outPos, float * distance, MethodInfo * method)); DO_APP_FUNC(0x02D83DB0, Vector3, Rigidbody_ClosestPointOnBounds, (Rigidbody * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x02D83EA0, RaycastHit, Rigidbody_SweepTest, (Rigidbody * __this, Vector3 direction, float maxDistance, QueryTriggerInteraction__Enum queryTriggerInteraction, bool * hasHit, MethodInfo * method)); DO_APP_FUNC(0x02D83F50, bool, Rigidbody_SweepTest_1, (Rigidbody * __this, Vector3 direction, RaycastHit * hitInfo, float maxDistance, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D840A0, bool, Rigidbody_SweepTest_2, (Rigidbody * __this, Vector3 direction, RaycastHit * hitInfo, float maxDistance, MethodInfo * method)); DO_APP_FUNC(0x02D840D0, bool, Rigidbody_SweepTest_3, (Rigidbody * __this, Vector3 direction, RaycastHit * hitInfo, MethodInfo * method)); DO_APP_FUNC(0x02D84110, RaycastHit__Array *, Rigidbody_Internal_SweepTestAll, (Rigidbody * __this, Vector3 direction, float maxDistance, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D84190, RaycastHit__Array *, Rigidbody_SweepTestAll, (Rigidbody * __this, Vector3 direction, float maxDistance, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D84280, RaycastHit__Array *, Rigidbody_SweepTestAll_1, (Rigidbody * __this, Vector3 direction, float maxDistance, MethodInfo * method)); DO_APP_FUNC(0x02D842B0, RaycastHit__Array *, Rigidbody_SweepTestAll_2, (Rigidbody * __this, Vector3 direction, MethodInfo * method)); DO_APP_FUNC(0x02CCFA20, float, Rigidbody_get_sleepVelocity, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Rigidbody_set_sleepVelocity, (Rigidbody * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CCFA20, float, Rigidbody_get_sleepAngularVelocity, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Rigidbody_set_sleepAngularVelocity, (Rigidbody * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D82EF0, void, Rigidbody_SetMaxAngularVelocity, (Rigidbody * __this, float a, MethodInfo * method)); DO_APP_FUNC(0x01C26F90, bool, Rigidbody_get_useConeFriction, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Rigidbody_set_useConeFriction, (Rigidbody * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D82D40, int32_t, Rigidbody_get_solverIterationCount, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D82D90, void, Rigidbody_set_solverIterationCount, (Rigidbody * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D832A0, int32_t, Rigidbody_get_solverVelocityIterationCount, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D832F0, void, Rigidbody_set_solverVelocityIterationCount, (Rigidbody * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, Rigidbody__ctor, (Rigidbody * __this, MethodInfo * method)); DO_APP_FUNC(0x02D842F0, void, Rigidbody_get_velocity_Injected, (Rigidbody * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D84350, void, Rigidbody_set_velocity_Injected, (Rigidbody * __this, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x02D843B0, void, Rigidbody_get_angularVelocity_Injected, (Rigidbody * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D84410, void, Rigidbody_set_angularVelocity_Injected, (Rigidbody * __this, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x02D84470, void, Rigidbody_get_centerOfMass_Injected, (Rigidbody * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D844D0, void, Rigidbody_set_centerOfMass_Injected, (Rigidbody * __this, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x02D84530, void, Rigidbody_get_worldCenterOfMass_Injected, (Rigidbody * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D84590, void, Rigidbody_get_inertiaTensorRotation_Injected, (Rigidbody * __this, Quaternion * ret, MethodInfo * method)); DO_APP_FUNC(0x02D845F0, void, Rigidbody_set_inertiaTensorRotation_Injected, (Rigidbody * __this, Quaternion * value, MethodInfo * method)); DO_APP_FUNC(0x02D84650, void, Rigidbody_get_inertiaTensor_Injected, (Rigidbody * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D846B0, void, Rigidbody_set_inertiaTensor_Injected, (Rigidbody * __this, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x02D84710, void, Rigidbody_get_position_Injected, (Rigidbody * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D84770, void, Rigidbody_set_position_Injected, (Rigidbody * __this, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x02D847D0, void, Rigidbody_get_rotation_Injected, (Rigidbody * __this, Quaternion * ret, MethodInfo * method)); DO_APP_FUNC(0x02D84830, void, Rigidbody_set_rotation_Injected, (Rigidbody * __this, Quaternion * value, MethodInfo * method)); DO_APP_FUNC(0x02D84890, void, Rigidbody_MovePosition_Injected, (Rigidbody * __this, Vector3 * position, MethodInfo * method)); DO_APP_FUNC(0x02D848F0, void, Rigidbody_MoveRotation_Injected, (Rigidbody * __this, Quaternion * rot, MethodInfo * method)); DO_APP_FUNC(0x02D84950, void, Rigidbody_GetRelativePointVelocity_Injected, (Rigidbody * __this, Vector3 * relativePoint, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D849C0, void, Rigidbody_GetPointVelocity_Injected, (Rigidbody * __this, Vector3 * worldPoint, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D84A30, void, Rigidbody_AddForce_Injected, (Rigidbody * __this, Vector3 * force, ForceMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D84AA0, void, Rigidbody_AddRelativeForce_Injected, (Rigidbody * __this, Vector3 * force, ForceMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D84B10, void, Rigidbody_AddTorque_Injected, (Rigidbody * __this, Vector3 * torque, ForceMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D84B80, void, Rigidbody_AddRelativeTorque_Injected, (Rigidbody * __this, Vector3 * torque, ForceMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D84BF0, void, Rigidbody_AddForceAtPosition_Injected, (Rigidbody * __this, Vector3 * force, Vector3 * position, ForceMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D84C70, void, Rigidbody_AddExplosionForce_Injected, (Rigidbody * __this, float explosionForce, Vector3 * explosionPosition, float explosionRadius, float upwardsModifier, ForceMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D84D00, void, Rigidbody_Internal_ClosestPointOnBounds_Injected, (Rigidbody * __this, Vector3 * point, Vector3 * outPos, float * distance, MethodInfo * method)); DO_APP_FUNC(0x02D84D80, void, Rigidbody_SweepTest_Injected, (Rigidbody * __this, Vector3 * direction, float maxDistance, QueryTriggerInteraction__Enum queryTriggerInteraction, bool * hasHit, RaycastHit * ret, MethodInfo * method)); DO_APP_FUNC(0x02D84E10, RaycastHit__Array *, Rigidbody_Internal_SweepTestAll_Injected, (Rigidbody * __this, Vector3 * direction, float maxDistance, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D84E90, bool, Collider_get_enabled, (Collider * __this, MethodInfo * method)); DO_APP_FUNC(0x02D84EE0, void, Collider_set_enabled, (Collider * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D84F40, Rigidbody *, Collider_get_attachedRigidbody, (Collider * __this, MethodInfo * method)); DO_APP_FUNC(0x02D84F90, bool, Collider_get_isTrigger, (Collider * __this, MethodInfo * method)); DO_APP_FUNC(0x02D84FE0, void, Collider_set_isTrigger, (Collider * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D85040, Vector3, Collider_ClosestPoint, (Collider * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x02D850C0, Bounds, Collider_get_bounds, (Collider * __this, MethodInfo * method)); DO_APP_FUNC(0x02D85130, PhysicMaterial *, Collider_get_sharedMaterial, (Collider * __this, MethodInfo * method)); DO_APP_FUNC(0x02D85180, void, Collider_set_sharedMaterial, (Collider * __this, PhysicMaterial * value, MethodInfo * method)); DO_APP_FUNC(0x02D851E0, PhysicMaterial *, Collider_get_material, (Collider * __this, MethodInfo * method)); DO_APP_FUNC(0x02D85230, void, Collider_set_material, (Collider * __this, PhysicMaterial * value, MethodInfo * method)); DO_APP_FUNC(0x02D85290, RaycastHit, Collider_Raycast, (Collider * __this, Ray ray, float maxDistance, bool * hasHit, MethodInfo * method)); DO_APP_FUNC(0x02D85330, bool, Collider_Raycast_1, (Collider * __this, Ray ray, RaycastHit * hitInfo, float maxDistance, MethodInfo * method)); DO_APP_FUNC(0x02D85420, void, Collider_Internal_ClosestPointOnBounds, (Collider * __this, Vector3 point, Vector3 * outPos, float * distance, MethodInfo * method)); DO_APP_FUNC(0x02D854A0, Vector3, Collider_ClosestPointOnBounds, (Collider * __this, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, Collider__ctor, (Collider * __this, MethodInfo * method)); DO_APP_FUNC(0x02D85590, void, Collider_ClosestPoint_Injected, (Collider * __this, Vector3 * position, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D85600, void, Collider_get_bounds_Injected, (Collider * __this, Bounds * ret, MethodInfo * method)); DO_APP_FUNC(0x02D85660, void, Collider_Raycast_Injected, (Collider * __this, Ray * ray, float maxDistance, bool * hasHit, RaycastHit * ret, MethodInfo * method)); DO_APP_FUNC(0x02D856F0, void, Collider_Internal_ClosestPointOnBounds_Injected, (Collider * __this, Vector3 * point, Vector3 * outPos, float * distance, MethodInfo * method)); DO_APP_FUNC(0x02D85770, bool, CharacterController_SimpleMove, (CharacterController * __this, Vector3 speed, MethodInfo * method)); DO_APP_FUNC(0x02D857D0, CollisionFlags__Enum, CharacterController_Move, (CharacterController * __this, Vector3 motion, MethodInfo * method)); DO_APP_FUNC(0x02D85830, Vector3, CharacterController_get_velocity, (CharacterController * __this, MethodInfo * method)); DO_APP_FUNC(0x02D858A0, bool, CharacterController_get_isGrounded, (CharacterController * __this, MethodInfo * method)); DO_APP_FUNC(0x02D858F0, float, CharacterController_get_radius, (CharacterController * __this, MethodInfo * method)); DO_APP_FUNC(0x02D85940, void, CharacterController_set_radius, (CharacterController * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D859A0, float, CharacterController_get_height, (CharacterController * __this, MethodInfo * method)); DO_APP_FUNC(0x02D859F0, void, CharacterController_set_height, (CharacterController * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D85A50, Vector3, CharacterController_get_center, (CharacterController * __this, MethodInfo * method)); DO_APP_FUNC(0x02D85AC0, void, CharacterController_set_center, (CharacterController * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D85B20, float, CharacterController_get_slopeLimit, (CharacterController * __this, MethodInfo * method)); DO_APP_FUNC(0x02D85B70, void, CharacterController_set_slopeLimit, (CharacterController * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D85BD0, float, CharacterController_get_stepOffset, (CharacterController * __this, MethodInfo * method)); DO_APP_FUNC(0x02D85C20, void, CharacterController_set_stepOffset, (CharacterController * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D85C80, bool, CharacterController_SimpleMove_Injected, (CharacterController * __this, Vector3 * speed, MethodInfo * method)); DO_APP_FUNC(0x02D85CE0, CollisionFlags__Enum, CharacterController_Move_Injected, (CharacterController * __this, Vector3 * motion, MethodInfo * method)); DO_APP_FUNC(0x02D85D40, void, CharacterController_get_velocity_Injected, (CharacterController * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D85DA0, void, CharacterController_get_center_Injected, (CharacterController * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D85E00, void, CharacterController_set_center_Injected, (CharacterController * __this, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x02D85E60, Mesh *, MeshCollider_get_sharedMesh, (MeshCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x02D85EB0, void, MeshCollider_set_sharedMesh, (MeshCollider * __this, Mesh * value, MethodInfo * method)); DO_APP_FUNC(0x02D85F10, bool, MeshCollider_get_convex, (MeshCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x02D85F60, void, MeshCollider_set_convex, (MeshCollider * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D85FC0, MeshColliderCookingOptions__Enum, MeshCollider_get_cookingOptions, (MeshCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x02D86010, void, MeshCollider_set_cookingOptions, (MeshCollider * __this, MeshColliderCookingOptions__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01175020, bool, MeshCollider_get_smoothSphereCollisions, (MeshCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MeshCollider_set_smoothSphereCollisions, (MeshCollider * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CCFA20, float, MeshCollider_get_skinWidth, (MeshCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MeshCollider_set_skinWidth, (MeshCollider * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01C26F90, bool, MeshCollider_get_inflateMesh, (MeshCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MeshCollider_set_inflateMesh, (MeshCollider * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, MeshCollider__ctor, (MeshCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x02D86070, Vector3, CapsuleCollider_get_center, (CapsuleCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x02D860E0, void, CapsuleCollider_set_center, (CapsuleCollider * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D86140, float, CapsuleCollider_get_radius, (CapsuleCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x02D86190, void, CapsuleCollider_set_radius, (CapsuleCollider * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D861F0, float, CapsuleCollider_get_height, (CapsuleCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x02D86240, void, CapsuleCollider_set_height, (CapsuleCollider * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D862A0, int32_t, CapsuleCollider_get_direction, (CapsuleCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x02D862F0, void, CapsuleCollider_set_direction, (CapsuleCollider * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D86350, Vector2, CapsuleCollider_GetGlobalExtents, (CapsuleCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x02D863B0, Matrix4x4, CapsuleCollider_CalculateTransform, (CapsuleCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, CapsuleCollider__ctor, (CapsuleCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x02D86430, void, CapsuleCollider_get_center_Injected, (CapsuleCollider * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D86490, void, CapsuleCollider_set_center_Injected, (CapsuleCollider * __this, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x02D864F0, void, CapsuleCollider_GetGlobalExtents_Injected, (CapsuleCollider * __this, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D86550, void, CapsuleCollider_CalculateTransform_Injected, (CapsuleCollider * __this, Matrix4x4 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D865B0, Vector3, BoxCollider_get_center, (BoxCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x02D86620, void, BoxCollider_set_center, (BoxCollider * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D86680, Vector3, BoxCollider_get_size, (BoxCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x02D866F0, void, BoxCollider_set_size, (BoxCollider * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D86750, Vector3, BoxCollider_get_extents, (BoxCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x02D86800, void, BoxCollider_set_extents, (BoxCollider * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, BoxCollider__ctor, (BoxCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x02D868A0, void, BoxCollider_get_center_Injected, (BoxCollider * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D86900, void, BoxCollider_set_center_Injected, (BoxCollider * __this, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x02D86960, void, BoxCollider_get_size_Injected, (BoxCollider * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D869C0, void, BoxCollider_set_size_Injected, (BoxCollider * __this, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x02D86A20, Vector3, SphereCollider_get_center, (SphereCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x02D86A90, void, SphereCollider_set_center, (SphereCollider * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D86AF0, float, SphereCollider_get_radius, (SphereCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x02D86B40, void, SphereCollider_set_radius, (SphereCollider * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SphereCollider__ctor, (SphereCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x02D86BA0, void, SphereCollider_get_center_Injected, (SphereCollider * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D86C00, void, SphereCollider_set_center_Injected, (SphereCollider * __this, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x02D86C60, void, ConstantForce_set_force, (ConstantForce * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02D86CC0, void, ConstantForce_set_force_Injected, (ConstantForce * __this, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x02D86D20, void, Joint_set_connectedBody, (Joint * __this, Rigidbody * value, MethodInfo * method)); DO_APP_FUNC(0x02D86D80, SoftJointLimit, CharacterJoint_get_lowTwistLimit, (CharacterJoint * __this, MethodInfo * method)); DO_APP_FUNC(0x02D86DF0, void, CharacterJoint_set_lowTwistLimit, (CharacterJoint * __this, SoftJointLimit value, MethodInfo * method)); DO_APP_FUNC(0x02D86E50, SoftJointLimit, CharacterJoint_get_highTwistLimit, (CharacterJoint * __this, MethodInfo * method)); DO_APP_FUNC(0x02D86EC0, void, CharacterJoint_set_highTwistLimit, (CharacterJoint * __this, SoftJointLimit value, MethodInfo * method)); DO_APP_FUNC(0x02D86F20, SoftJointLimit, CharacterJoint_get_swing1Limit, (CharacterJoint * __this, MethodInfo * method)); DO_APP_FUNC(0x02D86F90, void, CharacterJoint_set_swing1Limit, (CharacterJoint * __this, SoftJointLimit value, MethodInfo * method)); DO_APP_FUNC(0x02D86FF0, SoftJointLimit, CharacterJoint_get_swing2Limit, (CharacterJoint * __this, MethodInfo * method)); DO_APP_FUNC(0x02D87060, void, CharacterJoint_set_swing2Limit, (CharacterJoint * __this, SoftJointLimit value, MethodInfo * method)); DO_APP_FUNC(0x02D870C0, void, CharacterJoint_get_lowTwistLimit_Injected, (CharacterJoint * __this, SoftJointLimit * ret, MethodInfo * method)); DO_APP_FUNC(0x02D87120, void, CharacterJoint_set_lowTwistLimit_Injected, (CharacterJoint * __this, SoftJointLimit * value, MethodInfo * method)); DO_APP_FUNC(0x02D87180, void, CharacterJoint_get_highTwistLimit_Injected, (CharacterJoint * __this, SoftJointLimit * ret, MethodInfo * method)); DO_APP_FUNC(0x02D871E0, void, CharacterJoint_set_highTwistLimit_Injected, (CharacterJoint * __this, SoftJointLimit * value, MethodInfo * method)); DO_APP_FUNC(0x02D87240, void, CharacterJoint_get_swing1Limit_Injected, (CharacterJoint * __this, SoftJointLimit * ret, MethodInfo * method)); DO_APP_FUNC(0x02D872A0, void, CharacterJoint_set_swing1Limit_Injected, (CharacterJoint * __this, SoftJointLimit * value, MethodInfo * method)); DO_APP_FUNC(0x02D87300, void, CharacterJoint_get_swing2Limit_Injected, (CharacterJoint * __this, SoftJointLimit * ret, MethodInfo * method)); DO_APP_FUNC(0x02D87360, void, CharacterJoint_set_swing2Limit_Injected, (CharacterJoint * __this, SoftJointLimit * value, MethodInfo * method)); DO_APP_FUNC(0x02C82380, Vector3, ContactPoint_get_point, (ContactPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x02CB3F00, Vector3, ContactPoint_get_normal, (ContactPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x02D873C0, String *, PhysicsScene_ToString, (PhysicsScene * __this, MethodInfo * method)); DO_APP_FUNC(0x02B40F80, int32_t, PhysicsScene_GetHashCode, (PhysicsScene * __this, MethodInfo * method)); DO_APP_FUNC(0x02D874A0, bool, PhysicsScene_Equals, (PhysicsScene * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x02CAD160, bool, PhysicsScene_Equals_1, (PhysicsScene * __this, PhysicsScene other, MethodInfo * method)); DO_APP_FUNC(0x02D87530, bool, PhysicsScene_Raycast, (PhysicsScene * __this, Vector3 origin, Vector3 direction, float maxDistance, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D87720, bool, PhysicsScene_Internal_RaycastTest, (PhysicsScene physicsScene, Ray ray, float maxDistance, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D877B0, bool, PhysicsScene_Raycast_1, (PhysicsScene * __this, Vector3 origin, Vector3 direction, RaycastHit * hitInfo, float maxDistance, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D879C0, bool, PhysicsScene_Internal_Raycast, (PhysicsScene physicsScene, Ray ray, float maxDistance, RaycastHit * hit, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D87A50, int32_t, PhysicsScene_Raycast_2, (PhysicsScene * __this, Vector3 origin, Vector3 direction, RaycastHit__Array * raycastHits, float maxDistance, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D87C20, int32_t, PhysicsScene_Internal_RaycastNonAlloc, (PhysicsScene physicsScene, Ray ray, RaycastHit__Array * raycastHits, float maxDistance, int32_t mask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D87CB0, bool, PhysicsScene_Query_CapsuleCast, (PhysicsScene physicsScene, Vector3 point1, Vector3 point2, float radius, Vector3 direction, float maxDistance, RaycastHit * hitInfo, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D87D70, bool, PhysicsScene_Internal_CapsuleCast, (PhysicsScene physicsScene, Vector3 point1, Vector3 point2, float radius, Vector3 direction, RaycastHit * hitInfo, float maxDistance, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D87EF0, bool, PhysicsScene_CapsuleCast, (PhysicsScene * __this, Vector3 point1, Vector3 point2, float radius, Vector3 direction, RaycastHit * hitInfo, float maxDistance, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D88070, int32_t, PhysicsScene_Internal_CapsuleCastNonAlloc, (PhysicsScene physicsScene, Vector3 p0, Vector3 p1, float radius, Vector3 direction, RaycastHit__Array * raycastHits, float maxDistance, int32_t mask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D88130, int32_t, PhysicsScene_CapsuleCast_1, (PhysicsScene * __this, Vector3 point1, Vector3 point2, float radius, Vector3 direction, RaycastHit__Array * results, float maxDistance, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D88270, int32_t, PhysicsScene_OverlapCapsuleNonAlloc_Internal, (PhysicsScene physicsScene, Vector3 point0, Vector3 point1, float radius, Collider__Array * results, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D88310, int32_t, PhysicsScene_OverlapCapsule, (PhysicsScene * __this, Vector3 point0, Vector3 point1, float radius, Collider__Array * results, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D883D0, bool, PhysicsScene_Query_SphereCast, (PhysicsScene physicsScene, Vector3 origin, float radius, Vector3 direction, float maxDistance, RaycastHit * hitInfo, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D88480, bool, PhysicsScene_Internal_SphereCast, (PhysicsScene physicsScene, Vector3 origin, float radius, Vector3 direction, RaycastHit * hitInfo, float maxDistance, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D885D0, bool, PhysicsScene_SphereCast, (PhysicsScene * __this, Vector3 origin, float radius, Vector3 direction, RaycastHit * hitInfo, float maxDistance, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D88730, int32_t, PhysicsScene_Internal_SphereCastNonAlloc, (PhysicsScene physicsScene, Vector3 origin, float radius, Vector3 direction, RaycastHit__Array * raycastHits, float maxDistance, int32_t mask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D887E0, int32_t, PhysicsScene_SphereCast_1, (PhysicsScene * __this, Vector3 origin, float radius, Vector3 direction, RaycastHit__Array * results, float maxDistance, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D888F0, int32_t, PhysicsScene_OverlapSphereNonAlloc_Internal, (PhysicsScene physicsScene, Vector3 position, float radius, Collider__Array * results, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D88980, int32_t, PhysicsScene_OverlapSphere, (PhysicsScene * __this, Vector3 position, float radius, Collider__Array * results, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D88A20, bool, PhysicsScene_Query_BoxCast, (PhysicsScene physicsScene, Vector3 center, Vector3 halfExtents, Vector3 direction, Quaternion orientation, float maxDistance, RaycastHit * outHit, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D88AE0, bool, PhysicsScene_Internal_BoxCast, (PhysicsScene physicsScene, Vector3 center, Vector3 halfExtents, Quaternion orientation, Vector3 direction, RaycastHit * hitInfo, float maxDistance, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D88C60, bool, PhysicsScene_BoxCast, (PhysicsScene * __this, Vector3 center, Vector3 halfExtents, Vector3 direction, RaycastHit * hitInfo, Quaternion orientation, float maxDistance, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D88DF0, int32_t, PhysicsScene_OverlapBoxNonAlloc_Internal, (PhysicsScene physicsScene, Vector3 center, Vector3 halfExtents, Collider__Array * results, Quaternion orientation, int32_t mask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D88E90, int32_t, PhysicsScene_OverlapBox, (PhysicsScene * __this, Vector3 center, Vector3 halfExtents, Collider__Array * results, Quaternion orientation, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D88F60, bool, PhysicsScene_Internal_RaycastTest_Injected, (PhysicsScene * physicsScene, Ray * ray, float maxDistance, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D88FF0, bool, PhysicsScene_Internal_Raycast_Injected, (PhysicsScene * physicsScene, Ray * ray, float maxDistance, RaycastHit * hit, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D89080, int32_t, PhysicsScene_Internal_RaycastNonAlloc_Injected, (PhysicsScene * physicsScene, Ray * ray, RaycastHit__Array * raycastHits, float maxDistance, int32_t mask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D89110, bool, PhysicsScene_Query_CapsuleCast_Injected, (PhysicsScene * physicsScene, Vector3 * point1, Vector3 * point2, float radius, Vector3 * direction, float maxDistance, RaycastHit * hitInfo, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D891A0, int32_t, PhysicsScene_Internal_CapsuleCastNonAlloc_Injected, (PhysicsScene * physicsScene, Vector3 * p0, Vector3 * p1, float radius, Vector3 * direction, RaycastHit__Array * raycastHits, float maxDistance, int32_t mask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D89230, int32_t, PhysicsScene_OverlapCapsuleNonAlloc_Internal_Injected, (PhysicsScene * physicsScene, Vector3 * point0, Vector3 * point1, float radius, Collider__Array * results, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D892C0, bool, PhysicsScene_Query_SphereCast_Injected, (PhysicsScene * physicsScene, Vector3 * origin, float radius, Vector3 * direction, float maxDistance, RaycastHit * hitInfo, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D89350, int32_t, PhysicsScene_Internal_SphereCastNonAlloc_Injected, (PhysicsScene * physicsScene, Vector3 * origin, float radius, Vector3 * direction, RaycastHit__Array * raycastHits, float maxDistance, int32_t mask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D893E0, int32_t, PhysicsScene_OverlapSphereNonAlloc_Internal_Injected, (PhysicsScene * physicsScene, Vector3 * position, float radius, Collider__Array * results, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D89470, bool, PhysicsScene_Query_BoxCast_Injected, (PhysicsScene * physicsScene, Vector3 * center, Vector3 * halfExtents, Vector3 * direction, Quaternion * orientation, float maxDistance, RaycastHit * outHit, int32_t layerMask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x02D89500, int32_t, PhysicsScene_OverlapBoxNonAlloc_Internal_Injected, (PhysicsScene * physicsScene, Vector3 * center, Vector3 * halfExtents, Collider__Array * results, Quaternion * orientation, int32_t mask, QueryTriggerInteraction__Enum queryTriggerInteraction, MethodInfo * method)); DO_APP_FUNC(0x01E4FAE0, void, PolyTree__ctor, (PolyTree * __this, MethodInfo * method)); DO_APP_FUNC(0x01E4FBB0, void, PolyTree_Finalize, (PolyTree * __this, MethodInfo * method)); DO_APP_FUNC(0x01E4FBF0, void, PolyTree_Clear, (PolyTree * __this, MethodInfo * method)); DO_APP_FUNC(0x01E4FD20, void, PolyNode__ctor, (PolyNode * __this, MethodInfo * method)); DO_APP_FUNC(0x01E4FF30, int32_t, PolyNode_get_ChildCount, (PolyNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, List_1_Pathfinding_ClipperLib_IntPoint_ *, PolyNode_get_Contour, (PolyNode * __this, MethodInfo * method)); DO_APP_FUNC(0x01E4FF80, void, PolyNode_AddChild, (PolyNode * __this, PolyNode * Child, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, List_1_Pathfinding_ClipperLib_PolyNode_ *, PolyNode_get_Childs, (PolyNode * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88980, void, PolyNode_set_IsOpen, (PolyNode * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C1E510, void, Int128__ctor, (Int128 * __this, int64_t _lo, MethodInfo * method)); DO_APP_FUNC(0x00C1E520, void, Int128__ctor_1, (Int128 * __this, int64_t _hi, uint64_t _lo, MethodInfo * method)); DO_APP_FUNC(0x01E50050, bool, Int128_Equals, (Int128 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00C1E750, int32_t, Int128_GetHashCode, (Int128 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E500F0, Int128, Int128_Int128Mul, (int64_t lhs, int64_t rhs, MethodInfo * method)); DO_APP_FUNC(0x01E501C0, bool, Int128_op_Equality, (Int128 val1, Int128 val2, MethodInfo * method)); DO_APP_FUNC(0x00C1E770, bool, Int128_op_GreaterThan, (Int128 val1, Int128 val2, MethodInfo * method)); DO_APP_FUNC(0x00C1E790, bool, Int128_op_LessThan, (Int128 val1, Int128 val2, MethodInfo * method)); DO_APP_FUNC(0x01E50280, Int128, Int128_op_Addition, (Int128 lhs, Int128 rhs, MethodInfo * method)); DO_APP_FUNC(0x01E502B0, Int128, Int128_op_Subtraction, (Int128 lhs, Int128 rhs, MethodInfo * method)); DO_APP_FUNC(0x00C1E850, Int128, Int128_op_UnaryNegation, (Int128 val, MethodInfo * method)); DO_APP_FUNC(0x01E50310, Int128, Int128_op_Division, (Int128 lhs, Int128 rhs, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4F50, Int128_op_Division__MethodInfo); DO_APP_FUNC(0x00C1EA20, void, IntPoint__ctor, (IntPoint * __this, int64_t X, int64_t Y, MethodInfo * method)); DO_APP_FUNC(0x00C1DDA0, void, IntPoint__ctor_1, (IntPoint * __this, IntPoint pt, MethodInfo * method)); DO_APP_FUNC(0x01E506C0, bool, IntPoint_Equals, (IntPoint * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01E50760, int32_t, IntPoint_GetHashCode, (IntPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x01E507C0, bool, IntPoint_op_Equality, (IntPoint a, IntPoint b, MethodInfo * method)); DO_APP_FUNC(0x01E507E0, bool, IntPoint_op_Inequality, (IntPoint a, IntPoint b, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TEdge__ctor, (TEdge * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IntersectNode__ctor, (IntersectNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LocalMinima__ctor, (LocalMinima * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Scanbeam__ctor, (Scanbeam * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OutRec__ctor, (OutRec * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OutPt__ctor, (OutPt * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Join__ctor, (Join * __this, MethodInfo * method)); DO_APP_FUNC(0x01E50800, void, ClipperBase__ctor, (ClipperBase * __this, MethodInfo * method)); DO_APP_FUNC(0x009C8430, bool, ClipperBase_get_PreserveCollinear, (ClipperBase * __this, MethodInfo * method)); DO_APP_FUNC(0x009C8440, void, ClipperBase_set_PreserveCollinear, (ClipperBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00C1EC00, bool, ClipperBase_IsHorizontal, (TEdge * e, MethodInfo * method)); DO_APP_FUNC(0x01E50970, bool, ClipperBase_PointOnLineSegment, (ClipperBase * __this, IntPoint pt, IntPoint linePt1, IntPoint linePt2, bool UseFullRange, MethodInfo * method)); DO_APP_FUNC(0x01E50B40, bool, ClipperBase_PointOnPolygon, (ClipperBase * __this, IntPoint pt, OutPt * pp, bool UseFullRange, MethodInfo * method)); DO_APP_FUNC(0x01E50D20, bool, ClipperBase_PointInPolygon, (ClipperBase * __this, IntPoint pt, OutPt * pp, bool UseFullRange, MethodInfo * method)); DO_APP_FUNC(0x01E50F80, bool, ClipperBase_SlopesEqual, (TEdge * e1, TEdge * e2, bool UseFullRange, MethodInfo * method)); DO_APP_FUNC(0x01E510F0, bool, ClipperBase_SlopesEqual_1, (IntPoint pt1, IntPoint pt2, IntPoint pt3, bool UseFullRange, MethodInfo * method)); DO_APP_FUNC(0x01E51230, void, ClipperBase_Clear, (ClipperBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1F8A0, void, ClipperBase_DisposeLocalMinimaList, (ClipperBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01E51530, void, ClipperBase_RangeTest, (ClipperBase * __this, IntPoint Pt, bool * useFullRange, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4D08, ClipperBase_RangeTest__MethodInfo); DO_APP_FUNC(0x00C1FAC0, void, ClipperBase_InitEdge, (ClipperBase * __this, TEdge * e, TEdge * eNext, TEdge * ePrev, IntPoint pt, MethodInfo * method)); DO_APP_FUNC(0x00C1FBA0, void, ClipperBase_InitEdge2, (ClipperBase * __this, TEdge * e, PolyType__Enum polyType, MethodInfo * method)); DO_APP_FUNC(0x01E51610, bool, ClipperBase_AddPath, (ClipperBase * __this, List_1_Pathfinding_ClipperLib_IntPoint_ * pg, PolyType__Enum polyType, bool Closed, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4CB0, ClipperBase_AddPath__MethodInfo); DO_APP_FUNC(0x01E525B0, bool, ClipperBase_AddPolygon, (ClipperBase * __this, List_1_Pathfinding_ClipperLib_IntPoint_ * pg, PolyType__Enum polyType, MethodInfo * method)); DO_APP_FUNC(0x01E525D0, bool, ClipperBase_Pt2IsBetweenPt1AndPt3, (ClipperBase * __this, IntPoint pt1, IntPoint pt2, IntPoint pt3, MethodInfo * method)); DO_APP_FUNC(0x00C217C0, TEdge *, ClipperBase_RemoveEdge, (ClipperBase * __this, TEdge * e, MethodInfo * method)); DO_APP_FUNC(0x01E52660, TEdge *, ClipperBase_GetLastHorz, (ClipperBase * __this, TEdge * Edge, MethodInfo * method)); DO_APP_FUNC(0x01E526B0, bool, ClipperBase_SharedVertWithPrevAtTop, (ClipperBase * __this, TEdge * Edge, MethodInfo * method)); DO_APP_FUNC(0x01E52790, bool, ClipperBase_SharedVertWithNextIsBot, (ClipperBase * __this, TEdge * Edge, MethodInfo * method)); DO_APP_FUNC(0x01E528A0, bool, ClipperBase_MoreBelow, (ClipperBase * __this, TEdge * Edge, MethodInfo * method)); DO_APP_FUNC(0x01E52970, bool, ClipperBase_JustBeforeLocMin, (ClipperBase * __this, TEdge * Edge, MethodInfo * method)); DO_APP_FUNC(0x01E52AD0, bool, ClipperBase_MoreAbove, (ClipperBase * __this, TEdge * Edge, MethodInfo * method)); DO_APP_FUNC(0x01E52B90, bool, ClipperBase_AllHorizontal, (ClipperBase * __this, TEdge * Edge, MethodInfo * method)); DO_APP_FUNC(0x00C21910, void, ClipperBase_SetDx, (ClipperBase * __this, TEdge * e, MethodInfo * method)); DO_APP_FUNC(0x01E52BE0, void, ClipperBase_DoMinimaLML, (ClipperBase * __this, TEdge * E1, TEdge * E2, bool IsClosed, MethodInfo * method)); DO_APP_FUNC(0x01E52FA0, TEdge *, ClipperBase_DescendToMin, (ClipperBase * __this, TEdge * * E, MethodInfo * method)); DO_APP_FUNC(0x01E53280, void, ClipperBase_AscendToMax, (ClipperBase * __this, TEdge * * E, bool Appending, bool IsClosed, MethodInfo * method)); DO_APP_FUNC(0x01E534D0, TEdge *, ClipperBase_AddBoundsToLML, (ClipperBase * __this, TEdge * E, bool Closed, MethodInfo * method)); DO_APP_FUNC(0x00C21970, void, ClipperBase_InsertLocalMinima, (ClipperBase * __this, LocalMinima * newLm, MethodInfo * method)); DO_APP_FUNC(0x01E53770, void, ClipperBase_PopLocalMinima, (ClipperBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00C21C80, void, ClipperBase_ReverseHorizontal, (ClipperBase * __this, TEdge * e, MethodInfo * method)); DO_APP_FUNC(0x01E537E0, void, ClipperBase_Reset, (ClipperBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01E538A0, void, Clipper__ctor, (Clipper * __this, int32_t InitOptions, MethodInfo * method)); DO_APP_FUNC(0x01E53DE0, void, Clipper_Clear, (Clipper * __this, MethodInfo * method)); DO_APP_FUNC(0x01E53E40, void, Clipper_Reset, (Clipper * __this, MethodInfo * method)); DO_APP_FUNC(0x00648660, bool, Clipper_get_ReverseSolution, (Clipper * __this, MethodInfo * method)); DO_APP_FUNC(0x00648670, void, Clipper_set_ReverseSolution, (Clipper * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00648680, bool, Clipper_get_StrictlySimple, (Clipper * __this, MethodInfo * method)); DO_APP_FUNC(0x00648690, void, Clipper_set_StrictlySimple, (Clipper * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E54320, void, Clipper_InsertScanbeam, (Clipper * __this, int64_t Y, MethodInfo * method)); DO_APP_FUNC(0x01E54630, bool, Clipper_Execute, (Clipper * __this, ClipType__Enum clipType, List_1_List_1_Pathfinding_ClipperLib_IntPoint_ * solution, PolyFillType__Enum subjFillType, PolyFillType__Enum clipFillType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4C10, Clipper_Execute__MethodInfo); DO_APP_FUNC(0x01E54760, bool, Clipper_Execute_1, (Clipper * __this, ClipType__Enum clipType, PolyTree * polytree, PolyFillType__Enum subjFillType, PolyFillType__Enum clipFillType, MethodInfo * method)); DO_APP_FUNC(0x00C242F0, void, Clipper_FixHoleLinkage, (Clipper * __this, OutRec * outRec, MethodInfo * method)); DO_APP_FUNC(0x01E547E0, bool, Clipper_ExecuteInternal, (Clipper * __this, MethodInfo * method)); DO_APP_FUNC(0x01E54C40, int64_t, Clipper_PopScanbeam, (Clipper * __this, MethodInfo * method)); DO_APP_FUNC(0x01E54CB0, void, Clipper_DisposeAllPolyPts, (Clipper * __this, MethodInfo * method)); DO_APP_FUNC(0x01E54E90, void, Clipper_DisposeOutRec, (Clipper * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01E54FC0, void, Clipper_DisposeOutPts, (Clipper * __this, OutPt * pp, MethodInfo * method)); DO_APP_FUNC(0x01E55040, void, Clipper_AddJoin, (Clipper * __this, OutPt * Op1, OutPt * Op2, IntPoint OffPt, MethodInfo * method)); DO_APP_FUNC(0x01E55190, void, Clipper_AddGhostJoin, (Clipper * __this, OutPt * Op, IntPoint OffPt, MethodInfo * method)); DO_APP_FUNC(0x01E55270, void, Clipper_InsertLocalMinimaIntoAEL, (Clipper * __this, int64_t botY, MethodInfo * method)); DO_APP_FUNC(0x01E55890, void, Clipper_InsertEdgeIntoAEL, (Clipper * __this, TEdge * edge, TEdge * startEdge, MethodInfo * method)); DO_APP_FUNC(0x01E55C50, bool, Clipper_E2InsertsBeforeE1, (Clipper * __this, TEdge * e1, TEdge * e2, MethodInfo * method)); DO_APP_FUNC(0x01E55D60, bool, Clipper_IsEvenOddFillType, (Clipper * __this, TEdge * edge, MethodInfo * method)); DO_APP_FUNC(0x01E55D90, bool, Clipper_IsEvenOddAltFillType, (Clipper * __this, TEdge * edge, MethodInfo * method)); DO_APP_FUNC(0x01E55DC0, bool, Clipper_IsContributing, (Clipper * __this, TEdge * edge, MethodInfo * method)); DO_APP_FUNC(0x01E55F60, void, Clipper_SetWindingCount, (Clipper * __this, TEdge * edge, MethodInfo * method)); DO_APP_FUNC(0x01E56200, void, Clipper_AddEdgeToSEL, (Clipper * __this, TEdge * edge, MethodInfo * method)); DO_APP_FUNC(0x01E564C0, void, Clipper_CopyAELToSEL, (Clipper * __this, MethodInfo * method)); DO_APP_FUNC(0x01E565F0, void, Clipper_SwapPositionsInAEL, (Clipper * __this, TEdge * edge1, TEdge * edge2, MethodInfo * method)); DO_APP_FUNC(0x01E568B0, void, Clipper_SwapPositionsInSEL, (Clipper * __this, TEdge * edge1, TEdge * edge2, MethodInfo * method)); DO_APP_FUNC(0x01E56CE0, void, Clipper_AddLocalMaxPoly, (Clipper * __this, TEdge * e1, TEdge * e2, IntPoint pt, MethodInfo * method)); DO_APP_FUNC(0x01E56D80, OutPt *, Clipper_AddLocalMinPoly, (Clipper * __this, TEdge * e1, TEdge * e2, IntPoint pt, MethodInfo * method)); DO_APP_FUNC(0x01E56FA0, OutRec *, Clipper_CreateOutRec, (Clipper * __this, MethodInfo * method)); DO_APP_FUNC(0x01E571D0, OutPt *, Clipper_AddOutPt, (Clipper * __this, TEdge * e, IntPoint pt, MethodInfo * method)); DO_APP_FUNC(0x01E57680, bool, Clipper_HorzSegmentsOverlap, (Clipper * __this, IntPoint Pt1a, IntPoint Pt1b, IntPoint Pt2a, IntPoint Pt2b, MethodInfo * method)); DO_APP_FUNC(0x01E57750, void, Clipper_SetHoleState, (Clipper * __this, TEdge * e, OutRec * outRec, MethodInfo * method)); DO_APP_FUNC(0x00C27270, double, Clipper_GetDx, (Clipper * __this, IntPoint pt1, IntPoint pt2, MethodInfo * method)); DO_APP_FUNC(0x01E57810, bool, Clipper_FirstIsBottomPt, (Clipper * __this, OutPt * btmPt1, OutPt * btmPt2, MethodInfo * method)); DO_APP_FUNC(0x01E57B60, OutPt *, Clipper_GetBottomPt, (Clipper * __this, OutPt * pp, MethodInfo * method)); DO_APP_FUNC(0x01E57C50, OutRec *, Clipper_GetLowermostRec, (Clipper * __this, OutRec * outRec1, OutRec * outRec2, MethodInfo * method)); DO_APP_FUNC(0x00C27920, bool, Clipper_Param1RightOfParam2, (Clipper * __this, OutRec * outRec1, OutRec * outRec2, MethodInfo * method)); DO_APP_FUNC(0x01E57DD0, OutRec *, Clipper_GetOutRec, (Clipper * __this, int32_t idx, MethodInfo * method)); DO_APP_FUNC(0x01E57E80, void, Clipper_AppendPolygon, (Clipper * __this, TEdge * e1, TEdge * e2, MethodInfo * method)); DO_APP_FUNC(0x00C28A40, void, Clipper_ReversePolyPtLinks, (Clipper * __this, OutPt * pp, MethodInfo * method)); DO_APP_FUNC(0x00C28B40, void, Clipper_SwapSides, (TEdge * edge1, TEdge * edge2, MethodInfo * method)); DO_APP_FUNC(0x00C28B70, void, Clipper_SwapPolyIndexes, (TEdge * edge1, TEdge * edge2, MethodInfo * method)); DO_APP_FUNC(0x01E58E10, void, Clipper_IntersectEdges, (Clipper * __this, TEdge * e1, TEdge * e2, IntPoint pt, bool protect, MethodInfo * method)); DO_APP_FUNC(0x01E593C0, void, Clipper_DeleteFromAEL, (Clipper * __this, TEdge * e, MethodInfo * method)); DO_APP_FUNC(0x01E595E0, void, Clipper_DeleteFromSEL, (Clipper * __this, TEdge * e, MethodInfo * method)); DO_APP_FUNC(0x01E59800, void, Clipper_UpdateEdgeIntoAEL, (Clipper * __this, TEdge * * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4AD0, Clipper_UpdateEdgeIntoAEL__MethodInfo); DO_APP_FUNC(0x01E59BE0, void, Clipper_ProcessHorizontals, (Clipper * __this, bool isTopOfScanbeam, MethodInfo * method)); DO_APP_FUNC(0x00C29620, void, Clipper_GetHorzDirection, (Clipper * __this, TEdge * HorzEdge, Direction__Enum * Dir, int64_t * Left, int64_t * Right, MethodInfo * method)); DO_APP_FUNC(0x01E59E40, void, Clipper_PrepareHorzJoins, (Clipper * __this, TEdge * horzEdge, bool isTopOfScanbeam, MethodInfo * method)); DO_APP_FUNC(0x01E5A090, void, Clipper_ProcessHorizontal, (Clipper * __this, TEdge * horzEdge, bool isTopOfScanbeam, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4B50, Clipper_ProcessHorizontal__MethodInfo); DO_APP_FUNC(0x01E5A6C0, TEdge *, Clipper_GetNextInAEL, (Clipper * __this, TEdge * e, Direction__Enum Direction, MethodInfo * method)); DO_APP_FUNC(0x01E5A6F0, bool, Clipper_IsMaxima, (Clipper * __this, TEdge * e, double Y, MethodInfo * method)); DO_APP_FUNC(0x01E5A720, bool, Clipper_IsIntermediate, (Clipper * __this, TEdge * e, double Y, MethodInfo * method)); DO_APP_FUNC(0x01E5A760, TEdge *, Clipper_GetMaximaPair, (Clipper * __this, TEdge * e, MethodInfo * method)); DO_APP_FUNC(0x01E5A820, bool, Clipper_ProcessIntersections, (Clipper * __this, int64_t botY, int64_t topY, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4B60, Clipper_ProcessIntersections__MethodInfo); DO_APP_FUNC(0x01E5AA60, void, Clipper_BuildIntersectList, (Clipper * __this, int64_t botY, int64_t topY, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4B48, Clipper_BuildIntersectList__MethodInfo); DO_APP_FUNC(0x01E5AEF0, bool, Clipper_EdgesAdjacent, (Clipper * __this, IntersectNode * inode, MethodInfo * method)); DO_APP_FUNC(0x01E5AF40, bool, Clipper_FixupIntersectionOrder, (Clipper * __this, MethodInfo * method)); DO_APP_FUNC(0x01E5B130, void, Clipper_ProcessIntersectList, (Clipper * __this, MethodInfo * method)); DO_APP_FUNC(0x01E5B2A0, int64_t, Clipper_Round, (double value, MethodInfo * method)); DO_APP_FUNC(0x01E5B2D0, int64_t, Clipper_TopX, (TEdge * edge, int64_t currentY, MethodInfo * method)); DO_APP_FUNC(0x01E5B340, void, Clipper_InsertIntersectNode, (Clipper * __this, TEdge * e1, TEdge * e2, IntPoint pt, MethodInfo * method)); DO_APP_FUNC(0x01E5B6A0, void, Clipper_SwapIntersectNodes, (Clipper * __this, IntersectNode * int1, IntersectNode * int2, MethodInfo * method)); DO_APP_FUNC(0x01E5B850, bool, Clipper_IntersectPoint, (Clipper * __this, TEdge * edge1, TEdge * edge2, IntPoint * ip, MethodInfo * method)); DO_APP_FUNC(0x01E5BC10, void, Clipper_DisposeIntersectNodes, (Clipper * __this, MethodInfo * method)); DO_APP_FUNC(0x01E5BD00, void, Clipper_ProcessEdgesAtTopOfScanbeam, (Clipper * __this, int64_t topY, MethodInfo * method)); DO_APP_FUNC(0x01E5C1A0, void, Clipper_DoMaxima, (Clipper * __this, TEdge * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4B28, Clipper_DoMaxima__MethodInfo); DO_APP_FUNC(0x01E5C350, bool, Clipper_Orientation, (List_1_Pathfinding_ClipperLib_IntPoint_ * poly, MethodInfo * method)); DO_APP_FUNC(0x00C2BD80, int32_t, Clipper_PointCount, (Clipper * __this, OutPt * pts, MethodInfo * method)); DO_APP_FUNC(0x01E5C370, void, Clipper_BuildResult, (Clipper * __this, List_1_List_1_Pathfinding_ClipperLib_IntPoint_ * polyg, MethodInfo * method)); DO_APP_FUNC(0x01E5C5C0, void, Clipper_BuildResult2, (Clipper * __this, PolyTree * polytree, MethodInfo * method)); DO_APP_FUNC(0x01E5C930, void, Clipper_FixupOutPolygon, (Clipper * __this, OutRec * outRec, MethodInfo * method)); DO_APP_FUNC(0x01E5CC20, OutPt *, Clipper_DupOutPt, (Clipper * __this, OutPt * outPt, bool InsertAfter, MethodInfo * method)); DO_APP_FUNC(0x01E5CF60, bool, Clipper_GetOverlap, (Clipper * __this, int64_t a1, int64_t a2, int64_t b1, int64_t b2, int64_t * Left, int64_t * Right, MethodInfo * method)); DO_APP_FUNC(0x01E5D080, bool, Clipper_JoinHorz, (Clipper * __this, OutPt * op1, OutPt * op1b, OutPt * op2, OutPt * op2b, IntPoint Pt, bool DiscardLeft, MethodInfo * method)); DO_APP_FUNC(0x01E5D6B0, bool, Clipper_JoinPoints, (Clipper * __this, Join * j, OutPt * * p1, OutPt * * p2, MethodInfo * method)); DO_APP_FUNC(0x01E5EC40, bool, Clipper_Poly2ContainsPoly1, (Clipper * __this, OutPt * outPt1, OutPt * outPt2, bool UseFullRange, MethodInfo * method)); DO_APP_FUNC(0x01E5ED20, void, Clipper_FixupFirstLefts1, (Clipper * __this, OutRec * OldOutRec, OutRec * NewOutRec, MethodInfo * method)); DO_APP_FUNC(0x01E5EE50, void, Clipper_FixupFirstLefts2, (Clipper * __this, OutRec * OldOutRec, OutRec * NewOutRec, MethodInfo * method)); DO_APP_FUNC(0x01E5EFD0, void, Clipper_JoinCommonEdges, (Clipper * __this, MethodInfo * method)); DO_APP_FUNC(0x00C2FC10, void, Clipper_UpdateOutPtIdxs, (Clipper * __this, OutRec * outrec, MethodInfo * method)); DO_APP_FUNC(0x01E5FD40, void, Clipper_DoSimplePolygons, (Clipper * __this, MethodInfo * method)); DO_APP_FUNC(0x01E60000, double, Clipper_Area, (List_1_Pathfinding_ClipperLib_IntPoint_ * poly, MethodInfo * method)); DO_APP_FUNC(0x01E60280, double, Clipper_Area_1, (Clipper * __this, OutRec * outRec, MethodInfo * method)); DO_APP_FUNC(0x01E602F0, void, ClipperException__ctor, (ClipperException * __this, String * description, MethodInfo * method)); DO_APP_FUNC(0x003CB1A0, float, CubicBezierCurve_get_Length, (CubicBezierCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x00986690, void, CubicBezierCurve_set_Length, (CubicBezierCurve * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02246110, void, CubicBezierCurve__ctor, (CubicBezierCurve * __this, SplineNode * n1, SplineNode * n2, MethodInfo * method)); DO_APP_FUNC(0x022464B0, void, CubicBezierCurve_ConnectStart, (CubicBezierCurve * __this, SplineNode * n1, MethodInfo * method)); DO_APP_FUNC(0x02246600, void, CubicBezierCurve_ConnectEnd, (CubicBezierCurve * __this, SplineNode * n2, MethodInfo * method)); DO_APP_FUNC(0x02246750, Vector3, CubicBezierCurve_GetInverseDirection, (CubicBezierCurve * __this, MethodInfo * method)); DO_APP_FUNC(0x022467C0, Vector3, CubicBezierCurve_GetLocation, (CubicBezierCurve * __this, float t, MethodInfo * method)); DO_APP_FUNC(0x02246950, Vector3, CubicBezierCurve_GetTangent, (CubicBezierCurve * __this, float t, MethodInfo * method)); DO_APP_FUNC(0x02246B90, Vector3, CubicBezierCurve_GetUp, (CubicBezierCurve * __this, float t, MethodInfo * method)); DO_APP_FUNC(0x02246C40, Vector2, CubicBezierCurve_GetScale, (CubicBezierCurve * __this, float t, MethodInfo * method)); DO_APP_FUNC(0x02246C90, float, CubicBezierCurve_GetRoll, (CubicBezierCurve * __this, float t, MethodInfo * method)); DO_APP_FUNC(0x02246D00, void, CubicBezierCurve_ComputeSamples, (CubicBezierCurve * __this, Object * sender, EventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58358, CubicBezierCurve_ComputeSamples__MethodInfo); DO_APP_FUNC(0x02247160, CurveSample, CubicBezierCurve_CreateSample, (CubicBezierCurve * __this, float distance, float time, MethodInfo * method)); DO_APP_FUNC(0x022473E0, CurveSample, CubicBezierCurve_GetSample, (CubicBezierCurve * __this, float time, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58460, CubicBezierCurve_GetSample__MethodInfo); DO_APP_FUNC(0x02247AB0, CurveSample, CubicBezierCurve_GetSampleAtDistance, (CubicBezierCurve * __this, float d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58200, CubicBezierCurve_GetSampleAtDistance__MethodInfo); DO_APP_FUNC(0x022481C0, void, CubicBezierCurve_AssertTimeInBounds, (float time, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58228, CubicBezierCurve_AssertTimeInBounds__MethodInfo); DO_APP_FUNC(0x02248280, CurveSample, CubicBezierCurve_GetProjectionSample, (CubicBezierCurve * __this, Vector3 pointToProject, MethodInfo * method)); DO_APP_FUNC(0x02248B20, Quaternion, CurveSample_get_Rotation, (CurveSample * __this, MethodInfo * method)); DO_APP_FUNC(0x02248EA0, void, CurveSample__ctor, (CurveSample * __this, Vector3 location, Vector3 tangent, Vector3 up, Vector2 scale, float roll, float distanceInCurve, float timeInCurve, MethodInfo * method)); DO_APP_FUNC(0x02248F50, bool, CurveSample_Equals, (CurveSample * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x022491C0, int32_t, CurveSample_GetHashCode, (CurveSample * __this, MethodInfo * method)); DO_APP_FUNC(0x02249240, bool, CurveSample_op_Equality, (CurveSample cs1, CurveSample cs2, MethodInfo * method)); DO_APP_FUNC(0x022492D0, bool, CurveSample_op_Inequality, (CurveSample cs1, CurveSample cs2, MethodInfo * method)); DO_APP_FUNC(0x02249360, CurveSample, CurveSample_Lerp, (CurveSample a, CurveSample b, float t, MethodInfo * method)); DO_APP_FUNC(0x02249770, MeshVertex *, CurveSample_GetBent, (CurveSample * __this, MeshVertex * vert, MethodInfo * method)); DO_APP_FUNC(0x0041F540, bool, Spline_1_get_IsLoop, (Spline_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0224A110, void, Spline_1_set_IsLoop, (Spline_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0224A120, void, Spline_1_add_NodeListChanged, (Spline_1 * __this, ListChangeHandler_1_SplineNode_ * value, MethodInfo * method)); DO_APP_FUNC(0x0224A230, void, Spline_1_remove_NodeListChanged, (Spline_1 * __this, ListChangeHandler_1_SplineNode_ * value, MethodInfo * method)); DO_APP_FUNC(0x0224A340, void, Spline_1_Reset, (Spline_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0224A600, void, Spline_1_OnEnable, (Spline_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0224A610, ReadOnlyCollection_1_SplineMesh_CubicBezierCurve_ *, Spline_1_GetCurves, (Spline_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0224A660, void, Spline_1_RaiseNodeListChanged, (Spline_1 * __this, ListChangedEventArgs_1_SplineNode_ * args, MethodInfo * method)); DO_APP_FUNC(0x0224A680, void, Spline_1_UpdateAfterCurveChanged, (Spline_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58110, Spline_1_UpdateAfterCurveChanged__MethodInfo); DO_APP_FUNC(0x0224A7F0, CurveSample, Spline_1_GetSample, (Spline_1 * __this, float t, MethodInfo * method)); DO_APP_FUNC(0x0224A8E0, CubicBezierCurve *, Spline_1_GetCurve, (Spline_1 * __this, float t, MethodInfo * method)); DO_APP_FUNC(0x0224A970, int32_t, Spline_1_GetNodeIndexForTime, (Spline_1 * __this, float t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58138, Spline_1_GetNodeIndexForTime__MethodInfo); DO_APP_FUNC(0x0224AAE0, void, Spline_1_RefreshCurves, (Spline_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0224ADF0, CurveSample, Spline_1_GetSampleAtDistance, (Spline_1 * __this, float d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C580B0, Spline_1_GetSampleAtDistance__MethodInfo); DO_APP_FUNC(0x0224B120, void, Spline_1_AddNode, (Spline_1 * __this, SplineNode * node, MethodInfo * method)); DO_APP_FUNC(0x0224B460, void, Spline_1_InsertNode, (Spline_1 * __this, int32_t index, SplineNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57E20, Spline_1_InsertNode__MethodInfo); DO_APP_FUNC(0x0224B830, void, Spline_1_RemoveNode, (Spline_1 * __this, SplineNode * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57D68, Spline_1_RemoveNode__MethodInfo); DO_APP_FUNC(0x0224BCE0, void, Spline_1_updateLoopBinding, (Spline_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0224C080, void, Spline_1_StartNodeChanged, (Spline_1 * __this, Object * sender, EventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57F48, Spline_1_StartNodeChanged__MethodInfo); DO_APP_FUNC(0x0224C260, void, Spline_1_EndNodeChanged, (Spline_1 * __this, Object * sender, EventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57F30, Spline_1_EndNodeChanged__MethodInfo); DO_APP_FUNC(0x0224C440, CurveSample, Spline_1_GetProjectionSample, (Spline_1 * __this, Vector3 pointToProject, MethodInfo * method)); DO_APP_FUNC(0x0224C740, void, Spline_1__ctor, (Spline_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7B950, Vector3, SplineNode_get_Position, (SplineNode * __this, MethodInfo * method)); DO_APP_FUNC(0x0224C9D0, void, SplineNode_set_Position, (SplineNode * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x0224CAA0, Vector3, SplineNode_get_Direction, (SplineNode * __this, MethodInfo * method)); DO_APP_FUNC(0x0224CAC0, void, SplineNode_set_Direction, (SplineNode * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00C71840, Vector3, SplineNode_get_Up, (SplineNode * __this, MethodInfo * method)); DO_APP_FUNC(0x0224CB90, void, SplineNode_set_Up, (SplineNode * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01D95310, Vector2, SplineNode_get_Scale, (SplineNode * __this, MethodInfo * method)); DO_APP_FUNC(0x0224CC60, void, SplineNode_set_Scale, (SplineNode * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x01CA7A30, float, SplineNode_get_Roll, (SplineNode * __this, MethodInfo * method)); DO_APP_FUNC(0x0224CD10, void, SplineNode_set_Roll, (SplineNode * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0224CDB0, void, SplineNode__ctor, (SplineNode * __this, Vector3 position, Vector3 direction, MethodInfo * method)); DO_APP_FUNC(0x0224CF40, void, SplineNode_add_Changed, (SplineNode * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0224D030, void, SplineNode_remove_Changed, (SplineNode * __this, EventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0224D120, Spline_1 *, SplineSmoother_get_Spline, (SplineSmoother * __this, MethodInfo * method)); DO_APP_FUNC(0x0224D290, void, SplineSmoother_OnValidate, (SplineSmoother * __this, MethodInfo * method)); DO_APP_FUNC(0x0224D2A0, void, SplineSmoother_OnEnable, (SplineSmoother * __this, MethodInfo * method)); DO_APP_FUNC(0x0224D500, void, SplineSmoother_OnDisable, (SplineSmoother * __this, MethodInfo * method)); DO_APP_FUNC(0x0224D850, void, SplineSmoother_Spline_NodeListChanged, (SplineSmoother * __this, Object * sender, ListChangedEventArgs_1_SplineNode_ * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57D00, SplineSmoother_Spline_NodeListChanged__MethodInfo); DO_APP_FUNC(0x0224DBA0, void, SplineSmoother_OnNodeChanged, (SplineSmoother * __this, Object * sender, EventArgs * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57CF8, SplineSmoother_OnNodeChanged__MethodInfo); DO_APP_FUNC(0x0224DD90, void, SplineSmoother_SmoothNode, (SplineSmoother * __this, SplineNode * node, MethodInfo * method)); DO_APP_FUNC(0x0224E360, void, SplineSmoother_SmoothAll, (SplineSmoother * __this, MethodInfo * method)); DO_APP_FUNC(0x0224E4C0, void, SplineSmoother__ctor, (SplineSmoother * __this, MethodInfo * method)); DO_APP_FUNC(0x0224E510, void, ExampleContortAlong_OnEnable, (ExampleContortAlong * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExampleContortAlong_OnDisable, (ExampleContortAlong * __this, MethodInfo * method)); DO_APP_FUNC(0x0224E520, void, ExampleContortAlong_OnValidate, (ExampleContortAlong * __this, MethodInfo * method)); DO_APP_FUNC(0x0224E530, void, ExampleContortAlong_EditorUpdate, (ExampleContortAlong * __this, MethodInfo * method)); DO_APP_FUNC(0x0224E740, void, ExampleContortAlong_Contort, (ExampleContortAlong * __this, MethodInfo * method)); DO_APP_FUNC(0x0224E8D0, void, ExampleContortAlong_Init, (ExampleContortAlong * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ExampleContortAlong__ctor, (ExampleContortAlong * __this, MethodInfo * method)); DO_APP_FUNC(0x0224F150, void, ExampleFollowSpline_OnEnable, (ExampleFollowSpline * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExampleFollowSpline_OnDisable, (ExampleFollowSpline * __this, MethodInfo * method)); DO_APP_FUNC(0x0224F5B0, void, ExampleFollowSpline_EditorUpdate, (ExampleFollowSpline * __this, MethodInfo * method)); DO_APP_FUNC(0x0224F690, void, ExampleFollowSpline_PlaceFollower, (ExampleFollowSpline * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ExampleFollowSpline__ctor, (ExampleFollowSpline * __this, MethodInfo * method)); DO_APP_FUNC(0x0224FA10, void, ExampleGrowingRoot_OnEnable, (ExampleGrowingRoot * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExampleGrowingRoot_OnDisable, (ExampleGrowingRoot * __this, MethodInfo * method)); DO_APP_FUNC(0x0224FA20, void, ExampleGrowingRoot_OnValidate, (ExampleGrowingRoot * __this, MethodInfo * method)); DO_APP_FUNC(0x0224FA30, void, ExampleGrowingRoot_EditorUpdate, (ExampleGrowingRoot * __this, MethodInfo * method)); DO_APP_FUNC(0x0224FAC0, void, ExampleGrowingRoot_Contort, (ExampleGrowingRoot * __this, MethodInfo * method)); DO_APP_FUNC(0x0224FE40, void, ExampleGrowingRoot_Init, (ExampleGrowingRoot * __this, MethodInfo * method)); DO_APP_FUNC(0x022506D0, void, ExampleGrowingRoot__ctor, (ExampleGrowingRoot * __this, MethodInfo * method)); DO_APP_FUNC(0x02250720, void, ExampleSower_OnEnable, (ExampleSower * __this, MethodInfo * method)); DO_APP_FUNC(0x00660380, void, ExampleSower_OnValidate, (ExampleSower * __this, MethodInfo * method)); DO_APP_FUNC(0x02250DE0, void, ExampleSower_Update, (ExampleSower * __this, MethodInfo * method)); DO_APP_FUNC(0x02250E00, void, ExampleSower_Sow, (ExampleSower * __this, MethodInfo * method)); DO_APP_FUNC(0x022518D0, void, ExampleSower__ctor, (ExampleSower * __this, MethodInfo * method)); DO_APP_FUNC(0x02251930, void, ExampleSower__OnEnable_b__12_0, (ExampleSower * __this, Object * s, ListChangedEventArgs_1_SplineNode_ * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57B90, ExampleSower__OnEnable_b__12_0__MethodInfo); DO_APP_FUNC(0x00660380, void, ExampleSower__OnEnable_b__12_1, (ExampleSower * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57B30, ExampleSower__OnEnable_b__12_1__MethodInfo); DO_APP_FUNC(0x00660380, void, ExampleSower__OnEnable_b__12_2, (ExampleSower * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57BA8, ExampleSower__OnEnable_b__12_2__MethodInfo); DO_APP_FUNC(0x02251BF0, void, ExampleTentacle_OnEnable, (ExampleTentacle * __this, MethodInfo * method)); DO_APP_FUNC(0x02251C80, void, ExampleTentacle_OnValidate, (ExampleTentacle * __this, MethodInfo * method)); DO_APP_FUNC(0x02252150, void, ExampleTentacle__ctor, (ExampleTentacle * __this, MethodInfo * method)); DO_APP_FUNC(0x022521B0, void, ExampleTrack_OnEnable, (ExampleTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02252780, void, ExampleTrack_OnValidate, (ExampleTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02252880, void, ExampleTrack_Update, (ExampleTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x022528F0, void, ExampleTrack_CreateMeshes, (ExampleTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02253A40, void, ExampleTrack__ctor, (ExampleTrack * __this, MethodInfo * method)); DO_APP_FUNC(0x02253B40, void, ExampleTrack__OnEnable_b__5_0, (ExampleTrack * __this, Object * s, ListChangedEventArgs_1_SplineNode_ * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57950, ExampleTrack__OnEnable_b__5_0__MethodInfo); DO_APP_FUNC(0x02253C80, void, ExampleTrack_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExampleTrack_c__ctor, (ExampleTrack_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02253D30, GameObject *, ExampleTrack_c__CreateMeshes_b__8_0, (ExampleTrack_c * __this, Transform * child, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C579E8, ExampleTrack_c__CreateMeshes_b__8_0__MethodInfo); DO_APP_FUNC(0x02253D90, void, TrackSegment__ctor, (TrackSegment * __this, MethodInfo * method)); DO_APP_FUNC(0x02253E60, void, TransformedMesh__ctor, (TransformedMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x02253EF0, GameObject *, RopeBuilder_get_Generated, (RopeBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02254320, void, RopeBuilder_OnEnable, (RopeBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x00966850, void, RopeBuilder_OnValidate, (RopeBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x022543B0, void, RopeBuilder_Update, (RopeBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02254540, void, RopeBuilder_UpdateNodes, (RopeBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02254B40, void, RopeBuilder_UpdateSpline, (RopeBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02255030, void, RopeBuilder_Generate, (RopeBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x02255430, void, RopeBuilder__ctor, (RopeBuilder * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, List_1_SplineMesh_ExtrusionSegment_Vertex_ *, ExtrusionSegment_get_ShapeVertices, (ExtrusionSegment * __this, MethodInfo * method)); DO_APP_FUNC(0x02255530, void, ExtrusionSegment_set_ShapeVertices, (ExtrusionSegment * __this, List_1_SplineMesh_ExtrusionSegment_Vertex_ * value, MethodInfo * method)); DO_APP_FUNC(0x00ABB120, float, ExtrusionSegment_get_TextureScale, (ExtrusionSegment * __this, MethodInfo * method)); DO_APP_FUNC(0x02255590, void, ExtrusionSegment_set_TextureScale, (ExtrusionSegment * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00ABB140, float, ExtrusionSegment_get_TextureOffset, (ExtrusionSegment * __this, MethodInfo * method)); DO_APP_FUNC(0x022555B0, void, ExtrusionSegment_set_TextureOffset, (ExtrusionSegment * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00ABB160, float, ExtrusionSegment_get_SampleSpacing, (ExtrusionSegment * __this, MethodInfo * method)); DO_APP_FUNC(0x022555D0, void, ExtrusionSegment_set_SampleSpacing, (ExtrusionSegment * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57690, ExtrusionSegment_set_SampleSpacing__MethodInfo); DO_APP_FUNC(0x02255670, void, ExtrusionSegment_OnEnable, (ExtrusionSegment * __this, MethodInfo * method)); DO_APP_FUNC(0x022558B0, void, ExtrusionSegment_SetInterval, (ExtrusionSegment * __this, CubicBezierCurve * curve, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57688, ExtrusionSegment_SetInterval__MethodInfo); DO_APP_FUNC(0x02255B00, void, ExtrusionSegment_SetInterval_1, (ExtrusionSegment * __this, Spline_1 * spline, float intervalStart, float intervalEnd, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57668, ExtrusionSegment_SetInterval_1__MethodInfo); DO_APP_FUNC(0x00966850, void, ExtrusionSegment_SetDirty, (ExtrusionSegment * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57678, ExtrusionSegment_SetDirty__MethodInfo); DO_APP_FUNC(0x02256110, void, ExtrusionSegment_Update, (ExtrusionSegment * __this, MethodInfo * method)); DO_APP_FUNC(0x02256110, void, ExtrusionSegment_ComputeIfNeeded, (ExtrusionSegment * __this, MethodInfo * method)); DO_APP_FUNC(0x02256130, List_1_SplineMesh_CurveSample_ *, ExtrusionSegment_GetPath, (ExtrusionSegment * __this, MethodInfo * method)); DO_APP_FUNC(0x022564E0, void, ExtrusionSegment_Compute, (ExtrusionSegment * __this, MethodInfo * method)); DO_APP_FUNC(0x02257150, void, ExtrusionSegment__ctor, (ExtrusionSegment * __this, MethodInfo * method)); DO_APP_FUNC(0x02257260, void, ExtrusionSegment_Vertex__ctor, (ExtrusionSegment_Vertex * __this, Vector2 point, Vector2 normal, float uCoord, MethodInfo * method)); DO_APP_FUNC(0x02257270, void, ExtrusionSegment_Vertex__ctor_1, (ExtrusionSegment_Vertex * __this, ExtrusionSegment_Vertex * other, MethodInfo * method)); DO_APP_FUNC(0x022572C0, void, ExtrusionSegment_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExtrusionSegment_c__ctor, (ExtrusionSegment_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02257370, Vector3, ExtrusionSegment_c__Compute_b__31_0, (ExtrusionSegment_c * __this, MeshVertex * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C576D8, ExtrusionSegment_c__Compute_b__31_0__MethodInfo); DO_APP_FUNC(0x022573A0, Vector3, ExtrusionSegment_c__Compute_b__31_1, (ExtrusionSegment_c * __this, MeshVertex * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57520, ExtrusionSegment_c__Compute_b__31_1__MethodInfo); DO_APP_FUNC(0x022573D0, Vector2, ExtrusionSegment_c__Compute_b__31_2, (ExtrusionSegment_c * __this, MeshVertex * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57528, ExtrusionSegment_c__Compute_b__31_2__MethodInfo); DO_APP_FUNC(0x02257400, SourceMesh, MeshBender_get_Source, (MeshBender * __this, MethodInfo * method)); DO_APP_FUNC(0x02257440, void, MeshBender_set_Source, (MeshBender * __this, SourceMesh value, MethodInfo * method)); DO_APP_FUNC(0x0101D6E0, MeshBender_FillingMode__Enum, MeshBender_get_Mode, (MeshBender * __this, MethodInfo * method)); DO_APP_FUNC(0x022575D0, void, MeshBender_set_Mode, (MeshBender * __this, MeshBender_FillingMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x022575F0, void, MeshBender_SetInterval, (MeshBender * __this, CubicBezierCurve * curve, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57460, MeshBender_SetInterval__MethodInfo); DO_APP_FUNC(0x02257840, void, MeshBender_SetInterval_1, (MeshBender * __this, Spline_1 * spline, float intervalStart, float intervalEnd, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57488, MeshBender_SetInterval_1__MethodInfo); DO_APP_FUNC(0x02257E50, void, MeshBender_OnEnable, (MeshBender * __this, MethodInfo * method)); DO_APP_FUNC(0x022581F0, void, MeshBender_Update, (MeshBender * __this, MethodInfo * method)); DO_APP_FUNC(0x022581F0, void, MeshBender_ComputeIfNeeded, (MeshBender * __this, MethodInfo * method)); DO_APP_FUNC(0x00966850, void, MeshBender_SetDirty, (MeshBender * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C574C8, MeshBender_SetDirty__MethodInfo); DO_APP_FUNC(0x02258230, void, MeshBender_Compute, (MeshBender * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C575F0, MeshBender_Compute__MethodInfo); DO_APP_FUNC(0x02258260, void, MeshBender_OnDestroy, (MeshBender * __this, MethodInfo * method)); DO_APP_FUNC(0x02258330, void, MeshBender_FillOnce, (MeshBender * __this, MethodInfo * method)); DO_APP_FUNC(0x02258AB0, void, MeshBender_FillRepeat, (MeshBender * __this, MethodInfo * method)); DO_APP_FUNC(0x022597E0, void, MeshBender_FillStretch, (MeshBender * __this, MethodInfo * method)); DO_APP_FUNC(0x0225A2D0, void, MeshBender__ctor, (MeshBender * __this, MethodInfo * method)); DO_APP_FUNC(0x0225A3F0, void, MeshBender_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MeshBender_c__ctor, (MeshBender_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02257370, Vector3, MeshBender_c__FillOnce_b__25_0, (MeshBender_c * __this, MeshVertex * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57330, MeshBender_c__FillOnce_b__25_0__MethodInfo); DO_APP_FUNC(0x022573A0, Vector3, MeshBender_c__FillOnce_b__25_1, (MeshBender_c * __this, MeshVertex * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57348, MeshBender_c__FillOnce_b__25_1__MethodInfo); DO_APP_FUNC(0x02257370, Vector3, MeshBender_c__FillRepeat_b__26_0, (MeshBender_c * __this, MeshVertex * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57310, MeshBender_c__FillRepeat_b__26_0__MethodInfo); DO_APP_FUNC(0x022573A0, Vector3, MeshBender_c__FillRepeat_b__26_1, (MeshBender_c * __this, MeshVertex * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57320, MeshBender_c__FillRepeat_b__26_1__MethodInfo); DO_APP_FUNC(0x02257370, Vector3, MeshBender_c__FillStretch_b__27_0, (MeshBender_c * __this, MeshVertex * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57280, MeshBender_c__FillStretch_b__27_0__MethodInfo); DO_APP_FUNC(0x022573A0, Vector3, MeshBender_c__FillStretch_b__27_1, (MeshBender_c * __this, MeshVertex * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57298, MeshBender_c__FillStretch_b__27_1__MethodInfo); DO_APP_FUNC(0x0225A4A0, void, MeshVertex__ctor, (MeshVertex * __this, Vector3 position, Vector3 normal, Vector2 uv, MethodInfo * method)); DO_APP_FUNC(0x0225A4D0, void, MeshVertex__ctor_1, (MeshVertex * __this, Vector3 position, Vector3 normal, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Mesh *, SourceMesh_get_Mesh, (SourceMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x0225A560, List_1_SplineMesh_MeshVertex_ *, SourceMesh_get_Vertices, (SourceMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x0225A590, Int32__Array *, SourceMesh_get_Triangles, (SourceMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x0225A5C0, float, SourceMesh_get_MinX, (SourceMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x0225A5F0, float, SourceMesh_get_Length, (SourceMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x0225A620, void, SourceMesh__ctor, (SourceMesh * __this, Mesh * mesh, MethodInfo * method)); DO_APP_FUNC(0x0225A740, void, SourceMesh__ctor_1, (SourceMesh * __this, SourceMesh other, MethodInfo * method)); DO_APP_FUNC(0x0225A880, SourceMesh, SourceMesh_Build, (Mesh * mesh, MethodInfo * method)); DO_APP_FUNC(0x0225A8C0, SourceMesh, SourceMesh_Translate, (SourceMesh * __this, Vector3 translation, MethodInfo * method)); DO_APP_FUNC(0x0225A950, SourceMesh, SourceMesh_Translate_1, (SourceMesh * __this, float x, float y, float z, MethodInfo * method)); DO_APP_FUNC(0x0225AA40, SourceMesh, SourceMesh_Rotate, (SourceMesh * __this, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x0225AAC0, SourceMesh, SourceMesh_Scale, (SourceMesh * __this, Vector3 scale, MethodInfo * method)); DO_APP_FUNC(0x0225AB50, SourceMesh, SourceMesh_Scale_1, (SourceMesh * __this, float x, float y, float z, MethodInfo * method)); DO_APP_FUNC(0x0225AC40, void, SourceMesh_BuildData, (SourceMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x0225B6C0, bool, SourceMesh_Equals, (SourceMesh * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0225BA40, int32_t, SourceMesh_GetHashCode, (SourceMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x0225BAC0, bool, SourceMesh_op_Equality, (SourceMesh sm1, SourceMesh sm2, MethodInfo * method)); DO_APP_FUNC(0x0225BB50, bool, SourceMesh_op_Inequality, (SourceMesh sm1, SourceMesh sm2, MethodInfo * method)); DO_APP_FUNC(0x0225BBE0, void, SplineExtrusion_Reset, (SplineExtrusion * __this, MethodInfo * method)); DO_APP_FUNC(0x005DA630, void, SplineExtrusion_OnValidate, (SplineExtrusion * __this, MethodInfo * method)); DO_APP_FUNC(0x0225BD60, void, SplineExtrusion_OnEnable, (SplineExtrusion * __this, MethodInfo * method)); DO_APP_FUNC(0x0225C1A0, void, SplineExtrusion_Update, (SplineExtrusion * __this, MethodInfo * method)); DO_APP_FUNC(0x0225C1C0, void, SplineExtrusion_GenerateMesh, (SplineExtrusion * __this, MethodInfo * method)); DO_APP_FUNC(0x005DA630, void, SplineExtrusion_SetToUpdate, (SplineExtrusion * __this, MethodInfo * method)); DO_APP_FUNC(0x0225CBF0, void, SplineExtrusion__ctor, (SplineExtrusion * __this, MethodInfo * method)); DO_APP_FUNC(0x005DA630, void, SplineExtrusion__OnEnable_b__9_0, (SplineExtrusion * __this, Object * s, ListChangedEventArgs_1_SplineNode_ * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C571B0, SplineExtrusion__OnEnable_b__9_0__MethodInfo); DO_APP_FUNC(0x0225CD00, void, SplineMeshTiling_OnEnable, (SplineMeshTiling * __this, MethodInfo * method)); DO_APP_FUNC(0x0225D140, void, SplineMeshTiling_OnValidate, (SplineMeshTiling * __this, MethodInfo * method)); DO_APP_FUNC(0x0225D240, void, SplineMeshTiling_Update, (SplineMeshTiling * __this, MethodInfo * method)); DO_APP_FUNC(0x0225D2B0, void, SplineMeshTiling_CreateMeshes, (SplineMeshTiling * __this, MethodInfo * method)); DO_APP_FUNC(0x0225DC70, GameObject *, SplineMeshTiling_FindOrCreate, (SplineMeshTiling * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0225E4C0, void, SplineMeshTiling__ctor, (SplineMeshTiling * __this, MethodInfo * method)); DO_APP_FUNC(0x00660380, void, SplineMeshTiling__OnEnable_b__13_0, (SplineMeshTiling * __this, Object * s, ListChangedEventArgs_1_SplineNode_ * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57220, SplineMeshTiling__OnEnable_b__13_0__MethodInfo); DO_APP_FUNC(0x0225E560, void, SplineMeshTiling_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SplineMeshTiling_c__ctor, (SplineMeshTiling_c * __this, MethodInfo * method)); DO_APP_FUNC(0x02253D30, GameObject *, SplineMeshTiling_c__CreateMeshes_b__16_0, (SplineMeshTiling_c * __this, Transform * child, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57208, SplineMeshTiling_c__CreateMeshes_b__16_0__MethodInfo); DO_APP_FUNC(0x0225E610, bool, CameraUtility_IsOnScreen, (Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x0225E730, Int32__Array *, MeshUtility_1_GetReversedTriangles, (Mesh * mesh, MethodInfo * method)); DO_APP_FUNC(0x0225E870, void, MeshUtility_1_Update, (Mesh * mesh, Mesh * source, IEnumerable_1_System_Int32_ * triangles, IEnumerable_1_UnityEngine_Vector3_ * vertices, IEnumerable_1_UnityEngine_Vector3_ * normals, IEnumerable_1_UnityEngine_Vector2_ * uv, IEnumerable_1_UnityEngine_Vector2_ * uv2, IEnumerable_1_UnityEngine_Vector2_ * uv3, IEnumerable_1_UnityEngine_Vector2_ * uv4, IEnumerable_1_UnityEngine_Vector2_ * uv5, IEnumerable_1_UnityEngine_Vector2_ * uv6, IEnumerable_1_UnityEngine_Vector2_ * uv7, IEnumerable_1_UnityEngine_Vector2_ * uv8, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MeshUtility_1__ctor, (MeshUtility_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0225F030, GameObject *, UOUtility_Create, (String * name, GameObject * parent, Type__Array * components, MethodInfo * method)); DO_APP_FUNC(0x0225F400, GameObject *, UOUtility_Instantiate, (GameObject * prefab, Transform * parent, MethodInfo * method)); DO_APP_FUNC(0x0225F720, void, UOUtility_Destroy, (GameObject * go, MethodInfo * method)); DO_APP_FUNC(0x0225F7D0, void, UOUtility_Destroy_1, (Component * comp, MethodInfo * method)); DO_APP_FUNC(0x0225F880, void, UOUtility_DestroyChildren, (GameObject * go, MethodInfo * method)); DO_APP_FUNC(0x0289BBC0, float, Packer_ToFloat, (float x, float y, float z, float w, MethodInfo * method)); DO_APP_FUNC(0x0289BCC0, float, Packer_ToFloat_1, (Vector4 factor, MethodInfo * method)); DO_APP_FUNC(0x0289BE10, float, Packer_ToFloat_2, (float x, float y, float z, MethodInfo * method)); DO_APP_FUNC(0x0289BEC0, float, Packer_ToFloat_3, (float x, float y, MethodInfo * method)); DO_APP_FUNC(0x003C5400, int32_t, BaseMaterialEffect_get_parameterIndex, (BaseMaterialEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5410, void, BaseMaterialEffect_set_parameterIndex, (BaseMaterialEffect * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, ParameterTexture *, BaseMaterialEffect_get_paramTex, (BaseMaterialEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x0289BF30, void, BaseMaterialEffect_SetMaterialDirty, (BaseMaterialEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x0289C0D0, Hash128, BaseMaterialEffect_GetMaterialHash, (BaseMaterialEffect * __this, Material * baseMaterial, MethodInfo * method)); DO_APP_FUNC(0x0289C130, Material *, BaseMaterialEffect_GetModifiedMaterial, (BaseMaterialEffect * __this, Material * baseMaterial, MethodInfo * method)); DO_APP_FUNC(0x0289C170, Material *, BaseMaterialEffect_GetModifiedMaterial_1, (BaseMaterialEffect * __this, Material * baseMaterial, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x0289C320, void, BaseMaterialEffect_ModifyMaterial, (BaseMaterialEffect * __this, Material * newMaterial, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x0289C3D0, void, BaseMaterialEffect_SetShaderVariants, (BaseMaterialEffect * __this, Material * newMaterial, Object__Array * variants, MethodInfo * method)); DO_APP_FUNC(0x0289CAC0, void, BaseMaterialEffect_OnEnable, (BaseMaterialEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x0289CB90, void, BaseMaterialEffect_OnDisable, (BaseMaterialEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x0289CCE0, void, BaseMaterialEffect__ctor, (BaseMaterialEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x0289CCF0, void, BaseMaterialEffect__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0289CEA0, void, BaseMaterialEffect_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseMaterialEffect_c__ctor, (BaseMaterialEffect_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0289CF50, bool, BaseMaterialEffect_c__SetShaderVariants_b__15_0, (BaseMaterialEffect_c * __this, Object * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C805E0, BaseMaterialEffect_c__SetShaderVariants_b__15_0__MethodInfo); DO_APP_FUNC(0x0289CFB0, String *, BaseMaterialEffect_c__SetShaderVariants_b__15_1, (BaseMaterialEffect_c * __this, Object * x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C805D8, BaseMaterialEffect_c__SetShaderVariants_b__15_1__MethodInfo); DO_APP_FUNC(0x0289CFF0, GraphicConnector *, BaseMeshEffect_get_connector, (BaseMeshEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x0289D0C0, Graphic *, BaseMeshEffect_get_graphic, (BaseMeshEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x0289D1A0, RectTransform *, BaseMeshEffect_get_rectTransform, (BaseMeshEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseMeshEffect_ModifyMesh, (BaseMeshEffect * __this, Mesh * mesh, MethodInfo * method)); DO_APP_FUNC(0x0289D280, void, BaseMeshEffect_ModifyMesh_1, (BaseMeshEffect * __this, VertexHelper * vh, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseMeshEffect_ModifyMesh_2, (BaseMeshEffect * __this, VertexHelper * vh, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x0289D2C0, void, BaseMeshEffect_SetVerticesDirty, (BaseMeshEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x0289D460, void, BaseMeshEffect_OnEnable, (BaseMeshEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x0289D4D0, void, BaseMeshEffect_OnDisable, (BaseMeshEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x0289D540, void, BaseMeshEffect_SetEffectParamsDirty, (BaseMeshEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x0289D5B0, void, BaseMeshEffect_OnDidApplyAnimationProperties, (BaseMeshEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x0289D620, void, BaseMeshEffect__ctor, (BaseMeshEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x0289D720, void, EffectPlayer_OnEnable, (EffectPlayer * __this, Action_1_Single_ * callback, MethodInfo * method)); DO_APP_FUNC(0x0289DA80, void, EffectPlayer_OnDisable, (EffectPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x0289DBA0, void, EffectPlayer_Play, (EffectPlayer * __this, bool reset, Action_1_Single_ * callback, MethodInfo * method)); DO_APP_FUNC(0x0289DC10, void, EffectPlayer_Stop, (EffectPlayer * __this, bool reset, MethodInfo * method)); DO_APP_FUNC(0x0289DC60, void, EffectPlayer_OnWillRenderCanvases, (EffectPlayer * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C804F0, EffectPlayer_OnWillRenderCanvases__MethodInfo); DO_APP_FUNC(0x01CC8D50, void, EffectPlayer__ctor, (EffectPlayer * __this, MethodInfo * method)); DO_APP_FUNC(0x0289DD40, void, EffectPlayer_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EffectPlayer_c__ctor, (EffectPlayer_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0289DDF0, void, EffectPlayer_c__OnEnable_b__7_0, (EffectPlayer_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80500, EffectPlayer_c__OnEnable_b__7_0__MethodInfo); DO_APP_FUNC(0x0289DED0, void, GraphicConnector_Init, (MethodInfo * method)); DO_APP_FUNC(0x0289DF40, void, GraphicConnector_AddConnector, (GraphicConnector * connector, MethodInfo * method)); DO_APP_FUNC(0x0289E170, GraphicConnector *, GraphicConnector_FindConnector, (Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x006FEBF0, int32_t, GraphicConnector_get_priority, (GraphicConnector * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, AdditionalCanvasShaderChannels__Enum, GraphicConnector_get_extraChannel, (GraphicConnector * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, GraphicConnector_IsValid, (GraphicConnector * __this, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x0289E4B0, Shader *, GraphicConnector_FindShader, (GraphicConnector * __this, String * shaderName, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GraphicConnector_OnEnable, (GraphicConnector * __this, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GraphicConnector_OnDisable, (GraphicConnector * __this, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x0289E500, void, GraphicConnector_SetVerticesDirty, (GraphicConnector * __this, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x0289E580, void, GraphicConnector_SetMaterialDirty, (GraphicConnector * __this, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x0289E600, void, GraphicConnector_GetPositionFactor, (GraphicConnector * __this, EffectArea__Enum area, int32_t index, Rect rect, Vector2 position, float * x, float * y, MethodInfo * method)); DO_APP_FUNC(0x0289E6C0, bool, GraphicConnector_IsText, (GraphicConnector * __this, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x0289E780, void, GraphicConnector_SetExtraChannel, (GraphicConnector * __this, UIVertex * vertex, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x0289E7C0, void, GraphicConnector_GetNormalizedFactor, (GraphicConnector * __this, EffectArea__Enum area, int32_t index, Matrix2x3 matrix, Vector2 position, Vector2 * normalizedPos, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GraphicConnector__ctor, (GraphicConnector * __this, MethodInfo * method)); DO_APP_FUNC(0x0289E860, void, GraphicConnector__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0289EAB0, void, GraphicConnector_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GraphicConnector_c__ctor, (GraphicConnector_c * __this, MethodInfo * method)); DO_APP_FUNC(0x0289EB60, int32_t, GraphicConnector_c__AddConnector_b__4_0, (GraphicConnector_c * __this, GraphicConnector * x, GraphicConnector * y, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80590, GraphicConnector_c__AddConnector_b__4_0__MethodInfo); DO_APP_FUNC(0x0289EBC0, Material *, MaterialCache_Register, (Material * baseMaterial, Hash128 hash, Action_2_UnityEngine_Material_UnityEngine_UI_Graphic_ * onModifyMaterial, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x0289EEE0, void, MaterialCache_Unregister, (Hash128 hash, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MaterialCache__ctor, (MaterialCache * __this, MethodInfo * method)); DO_APP_FUNC(0x0289F1D0, void, MaterialCache__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0289F2C0, void, MaterialCache_MaterialEntry_Release, (MaterialCache_MaterialEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MaterialCache_MaterialEntry__ctor, (MaterialCache_MaterialEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x0289F3E0, void, Matrix2x3__ctor, (Matrix2x3 * __this, Rect rect, float cos, float sin, MethodInfo * method)); DO_APP_FUNC(0x0289F4B0, Vector2, Matrix2x3_op_Multiply, (Matrix2x3 m, Vector2 v, MethodInfo * method)); DO_APP_FUNC(0x0289F500, void, ParameterTexture__ctor, (ParameterTexture * __this, int32_t channels, int32_t instanceLimit, String * propertyName, MethodInfo * method)); DO_APP_FUNC(0x0289F760, void, ParameterTexture_Register, (ParameterTexture * __this, IParameterTexture * target, MethodInfo * method)); DO_APP_FUNC(0x0289F820, void, ParameterTexture_Unregister, (ParameterTexture * __this, IParameterTexture * target, MethodInfo * method)); DO_APP_FUNC(0x0289F8D0, void, ParameterTexture_SetData, (ParameterTexture * __this, IParameterTexture * target, int32_t channelId, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x0289F990, void, ParameterTexture_SetData_1, (ParameterTexture * __this, IParameterTexture * target, int32_t channelId, float value, MethodInfo * method)); DO_APP_FUNC(0x0289F9D0, void, ParameterTexture_RegisterMaterial, (ParameterTexture * __this, Material * mat, MethodInfo * method)); DO_APP_FUNC(0x0289FAB0, float, ParameterTexture_GetNormalizedIndex, (ParameterTexture * __this, IParameterTexture * target, MethodInfo * method)); DO_APP_FUNC(0x0289FB30, void, ParameterTexture_Initialize, (ParameterTexture * __this, MethodInfo * method)); DO_APP_FUNC(0x0289FFF0, void, ParameterTexture_UpdateParameterTexture, (ParameterTexture * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80430, ParameterTexture_UpdateParameterTexture__MethodInfo); DO_APP_FUNC(0x028A00A0, void, ParameterTexture_c__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ParameterTexture_c__ctor, (ParameterTexture_c * __this, MethodInfo * method)); DO_APP_FUNC(0x028A0150, void, ParameterTexture_c__Initialize_b__16_0, (ParameterTexture_c * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80408, ParameterTexture_c__Initialize_b__16_0__MethodInfo); DO_APP_FUNC(0x028A0230, Rect, EffectAreaExtensions_GetEffectArea, (EffectArea__Enum area, VertexHelper * vh, Rect rectangle, float aspectRatio, MethodInfo * method)); DO_APP_FUNC(0x028A0460, void, EffectAreaExtensions_GetPositionFactor, (EffectArea__Enum area, int32_t index, Rect rect, Vector2 position, bool isText, bool isTMPro, float * x, float * y, MethodInfo * method)); DO_APP_FUNC(0x028A0620, void, EffectAreaExtensions_GetNormalizedFactor, (EffectArea__Enum area, int32_t index, Matrix2x3 matrix, Vector2 position, bool isText, Vector2 * nomalizedPos, MethodInfo * method)); DO_APP_FUNC(0x028A07E0, void, EffectAreaExtensions__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ABB120, float, UIDissolve_get_effectFactor, (UIDissolve * __this, MethodInfo * method)); DO_APP_FUNC(0x028A0A00, void, UIDissolve_set_effectFactor, (UIDissolve * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00ABB140, float, UIDissolve_get_width, (UIDissolve * __this, MethodInfo * method)); DO_APP_FUNC(0x028A0A70, void, UIDissolve_set_width, (UIDissolve * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00ABB160, float, UIDissolve_get_softness, (UIDissolve * __this, MethodInfo * method)); DO_APP_FUNC(0x028A0AE0, void, UIDissolve_set_softness, (UIDissolve * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x028A0B50, Color, UIDissolve_get_color, (UIDissolve * __this, MethodInfo * method)); DO_APP_FUNC(0x028A0B60, void, UIDissolve_set_color, (UIDissolve * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x028A0BE0, Texture *, UIDissolve_get_transitionTexture, (UIDissolve * __this, MethodInfo * method)); DO_APP_FUNC(0x028A0DE0, void, UIDissolve_set_transitionTexture, (UIDissolve * __this, Texture * value, MethodInfo * method)); DO_APP_FUNC(0x028A0FD0, Texture *, UIDissolve_get_defaultTransitionTexture, (MethodInfo * method)); DO_APP_FUNC(0x0101D6B0, EffectArea__Enum, UIDissolve_get_effectArea, (UIDissolve * __this, MethodInfo * method)); DO_APP_FUNC(0x028A1150, void, UIDissolve_set_effectArea, (UIDissolve * __this, EffectArea__Enum value, MethodInfo * method)); DO_APP_FUNC(0x006486C0, bool, UIDissolve_get_keepAspectRatio, (UIDissolve * __this, MethodInfo * method)); DO_APP_FUNC(0x028A1170, void, UIDissolve_set_keepAspectRatio, (UIDissolve * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01015EC0, ColorMode__Enum_1, UIDissolve_get_colorMode, (UIDissolve * __this, MethodInfo * method)); DO_APP_FUNC(0x028A1190, void, UIDissolve_set_colorMode, (UIDissolve * __this, ColorMode__Enum_1 value, MethodInfo * method)); DO_APP_FUNC(0x028A11A0, ParameterTexture *, UIDissolve_get_paramTex, (UIDissolve * __this, MethodInfo * method)); DO_APP_FUNC(0x028A1200, EffectPlayer *, UIDissolve_get_effectPlayer, (UIDissolve * __this, MethodInfo * method)); DO_APP_FUNC(0x028A12C0, Hash128, UIDissolve_GetMaterialHash, (UIDissolve * __this, Material * material, MethodInfo * method)); DO_APP_FUNC(0x028A1490, void, UIDissolve_ModifyMaterial, (UIDissolve * __this, Material * newMaterial, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x028A1780, void, UIDissolve_ModifyMesh, (UIDissolve * __this, VertexHelper * vh, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x028A1D50, void, UIDissolve_SetEffectParamsDirty, (UIDissolve * __this, MethodInfo * method)); DO_APP_FUNC(0x028A1FB0, void, UIDissolve_SetVerticesDirty, (UIDissolve * __this, MethodInfo * method)); DO_APP_FUNC(0x028A1FE0, void, UIDissolve_OnDidApplyAnimationProperties, (UIDissolve * __this, MethodInfo * method)); DO_APP_FUNC(0x028A2030, void, UIDissolve_Play, (UIDissolve * __this, bool reset, MethodInfo * method)); DO_APP_FUNC(0x028A2060, void, UIDissolve_Stop, (UIDissolve * __this, bool reset, MethodInfo * method)); DO_APP_FUNC(0x028A20C0, void, UIDissolve_OnEnable, (UIDissolve * __this, MethodInfo * method)); DO_APP_FUNC(0x028A2170, void, UIDissolve_OnDisable, (UIDissolve * __this, MethodInfo * method)); DO_APP_FUNC(0x028A21B0, void, UIDissolve__ctor, (UIDissolve * __this, MethodInfo * method)); DO_APP_FUNC(0x028A2230, void, UIDissolve__cctor, (MethodInfo * method)); DO_APP_FUNC(0x028A2390, void, UIDissolve__OnEnable_b__54_0, (UIDissolve * __this, float f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C802D0, UIDissolve__OnEnable_b__54_0__MethodInfo); DO_APP_FUNC(0x028A2410, AdditionalCanvasShaderChannels__Enum, UIEffect_get_uvMaskChannel, (UIEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x00C92C50, float, UIEffect_get_effectFactor, (UIEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x028A2450, void, UIEffect_set_effectFactor, (UIEffect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00CA3F80, float, UIEffect_get_colorFactor, (UIEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x028A24C0, void, UIEffect_set_colorFactor, (UIEffect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00ABB120, float, UIEffect_get_blurFactor, (UIEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x028A0A00, void, UIEffect_set_blurFactor, (UIEffect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00ADDA40, EffectMode__Enum, UIEffect_get_effectMode, (UIEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x028A2530, void, UIEffect_set_effectMode, (UIEffect * __this, EffectMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00764A50, ColorMode__Enum_1, UIEffect_get_colorMode, (UIEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x028A2540, void, UIEffect_set_colorMode, (UIEffect * __this, ColorMode__Enum_1 value, MethodInfo * method)); DO_APP_FUNC(0x007661F0, BlurMode__Enum, UIEffect_get_blurMode, (UIEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x028A2550, void, UIEffect_set_blurMode, (UIEffect * __this, BlurMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x028A2560, ParameterTexture *, UIEffect_get_paramTex, (UIEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7C380, bool, UIEffect_get_advancedBlur, (UIEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x028A25C0, void, UIEffect_set_advancedBlur, (UIEffect * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x028A2600, Hash128, UIEffect_GetMaterialHash, (UIEffect * __this, Material * material, MethodInfo * method)); DO_APP_FUNC(0x028A27F0, void, UIEffect_ModifyMaterial, (UIEffect * __this, Material * newMaterial, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x028A2B90, void, UIEffect_ModifyMesh, (UIEffect * __this, VertexHelper * vh, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x028A3A70, void, UIEffect_SetEffectParamsDirty, (UIEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x028A3BC0, void, UIEffect_GetBounds, (List_1_UnityEngine_UIVertex_ * verts, int32_t start, int32_t count, Rect * posBounds, Rect * uvBounds, bool global, MethodInfo * method)); DO_APP_FUNC(0x028A3DC0, void, UIEffect__ctor, (UIEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x028A3E30, void, UIEffect__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, UIFlip_get_horizontal, (UIFlip * __this, MethodInfo * method)); DO_APP_FUNC(0x02037F40, void, UIFlip_set_horizontal, (UIFlip * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00422AF0, bool, UIFlip_get_vertical, (UIFlip * __this, MethodInfo * method)); DO_APP_FUNC(0x028A3F20, void, UIFlip_set_vertical, (UIFlip * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x028A3F40, void, UIFlip_ModifyMesh, (UIFlip * __this, VertexHelper * vh, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x0289CCE0, void, UIFlip__ctor, (UIFlip * __this, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, UIGradient_Direction__Enum, UIGradient_get_direction, (UIGradient * __this, MethodInfo * method)); DO_APP_FUNC(0x028A4140, void, UIGradient_set_direction, (UIGradient * __this, UIGradient_Direction__Enum value, MethodInfo * method)); DO_APP_FUNC(0x028A4160, Color, UIGradient_get_color1, (UIGradient * __this, MethodInfo * method)); DO_APP_FUNC(0x028A4170, void, UIGradient_set_color1, (UIGradient * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x028A41F0, Color, UIGradient_get_color2, (UIGradient * __this, MethodInfo * method)); DO_APP_FUNC(0x028A4200, void, UIGradient_set_color2, (UIGradient * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x021DD3C0, Color, UIGradient_get_color3, (UIGradient * __this, MethodInfo * method)); DO_APP_FUNC(0x028A4280, void, UIGradient_set_color3, (UIGradient * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x028A4300, Color, UIGradient_get_color4, (UIGradient * __this, MethodInfo * method)); DO_APP_FUNC(0x028A4310, void, UIGradient_set_color4, (UIGradient * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x028A4390, float, UIGradient_get_rotation, (UIGradient * __this, MethodInfo * method)); DO_APP_FUNC(0x028A43B0, void, UIGradient_set_rotation, (UIGradient * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00A7D0F0, float, UIGradient_get_offset, (UIGradient * __this, MethodInfo * method)); DO_APP_FUNC(0x028A4400, void, UIGradient_set_offset, (UIGradient * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x028A4450, Vector2, UIGradient_get_offset2, (UIGradient * __this, MethodInfo * method)); DO_APP_FUNC(0x028A4470, void, UIGradient_set_offset2, (UIGradient * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x00C6E400, UIGradient_GradientStyle__Enum, UIGradient_get_gradientStyle, (UIGradient * __this, MethodInfo * method)); DO_APP_FUNC(0x028A44F0, void, UIGradient_set_gradientStyle, (UIGradient * __this, UIGradient_GradientStyle__Enum value, MethodInfo * method)); DO_APP_FUNC(0x009B7060, ColorSpace__Enum, UIGradient_get_colorSpace, (UIGradient * __this, MethodInfo * method)); DO_APP_FUNC(0x028A4510, void, UIGradient_set_colorSpace, (UIGradient * __this, ColorSpace__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0070E040, bool, UIGradient_get_ignoreAspectRatio, (UIGradient * __this, MethodInfo * method)); DO_APP_FUNC(0x028A4530, void, UIGradient_set_ignoreAspectRatio, (UIGradient * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x028A4550, void, UIGradient_ModifyMesh, (UIGradient * __this, VertexHelper * vh, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x028A4ED0, void, UIGradient__ctor, (UIGradient * __this, MethodInfo * method)); DO_APP_FUNC(0x028A4F00, void, UIGradient__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0112EF30, Color, UIHsvModifier_get_targetColor, (UIHsvModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x028A5100, void, UIHsvModifier_set_targetColor, (UIHsvModifier * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x00ABB160, float, UIHsvModifier_get_range, (UIHsvModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x028A0AE0, void, UIHsvModifier_set_range, (UIHsvModifier * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x008C4D60, float, UIHsvModifier_get_saturation, (UIHsvModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x028A5180, void, UIHsvModifier_set_saturation, (UIHsvModifier * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CBAC80, float, UIHsvModifier_get_value, (UIHsvModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x028A51F0, void, UIHsvModifier_set_value, (UIHsvModifier * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C86150, float, UIHsvModifier_get_hue, (UIHsvModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x028A5260, void, UIHsvModifier_set_hue, (UIHsvModifier * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x028A52D0, ParameterTexture *, UIHsvModifier_get_paramTex, (UIHsvModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x028A5330, Hash128, UIHsvModifier_GetMaterialHash, (UIHsvModifier * __this, Material * material, MethodInfo * method)); DO_APP_FUNC(0x028A54E0, void, UIHsvModifier_ModifyMaterial, (UIHsvModifier * __this, Material * newMaterial, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x028A5690, void, UIHsvModifier_ModifyMesh, (UIHsvModifier * __this, VertexHelper * vh, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x028A5980, void, UIHsvModifier_SetEffectParamsDirty, (UIHsvModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x028A5D10, void, UIHsvModifier__ctor, (UIHsvModifier * __this, MethodInfo * method)); DO_APP_FUNC(0x028A5D70, void, UIHsvModifier__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0112EF30, Color, UIShadow_get_effectColor, (UIShadow * __this, MethodInfo * method)); DO_APP_FUNC(0x028A5E60, void, UIShadow_set_effectColor, (UIShadow * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x028A5EE0, Vector2, UIShadow_get_effectDistance, (UIShadow * __this, MethodInfo * method)); DO_APP_FUNC(0x028A5F00, void, UIShadow_set_effectDistance, (UIShadow * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x00C7C380, bool, UIShadow_get_useGraphicAlpha, (UIShadow * __this, MethodInfo * method)); DO_APP_FUNC(0x028A5FD0, void, UIShadow_set_useGraphicAlpha, (UIShadow * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01CE5090, float, UIShadow_get_blurFactor, (UIShadow * __this, MethodInfo * method)); DO_APP_FUNC(0x028A5FF0, void, UIShadow_set_blurFactor, (UIShadow * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00A528F0, ShadowStyle__Enum, UIShadow_get_style, (UIShadow * __this, MethodInfo * method)); DO_APP_FUNC(0x028A6060, void, UIShadow_set_style, (UIShadow * __this, ShadowStyle__Enum value, MethodInfo * method)); DO_APP_FUNC(0x015FAEF0, int32_t, UIShadow_get_parameterIndex, (UIShadow * __this, MethodInfo * method)); DO_APP_FUNC(0x00564BA0, void, UIShadow_set_parameterIndex, (UIShadow * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C7010, ParameterTexture *, UIShadow_get_paramTex, (UIShadow * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, UIShadow_set_paramTex, (UIShadow * __this, ParameterTexture * value, MethodInfo * method)); DO_APP_FUNC(0x028A6080, void, UIShadow_OnEnable, (UIShadow * __this, MethodInfo * method)); DO_APP_FUNC(0x028A6240, void, UIShadow_OnDisable, (UIShadow * __this, MethodInfo * method)); DO_APP_FUNC(0x028A6370, void, UIShadow_ModifyMesh, (UIShadow * __this, VertexHelper * vh, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x028A6C60, void, UIShadow_ApplyShadow, (UIShadow * __this, List_1_UnityEngine_UIVertex_ * verts, Color color, int32_t * start, int32_t * end, Vector2 distance, ShadowStyle__Enum style, bool alpha, MethodInfo * method)); DO_APP_FUNC(0x028A6FB0, void, UIShadow_ApplyShadowZeroAlloc, (UIShadow * __this, List_1_UnityEngine_UIVertex_ * verts, Color color, int32_t * start, int32_t * end, float x, float y, bool alpha, MethodInfo * method)); DO_APP_FUNC(0x028A7600, void, UIShadow__ctor, (UIShadow * __this, MethodInfo * method)); DO_APP_FUNC(0x028A7640, void, UIShadow__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00ABB120, float, UIShiny_get_effectFactor, (UIShiny * __this, MethodInfo * method)); DO_APP_FUNC(0x028A0A00, void, UIShiny_set_effectFactor, (UIShiny * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00ABB140, float, UIShiny_get_width, (UIShiny * __this, MethodInfo * method)); DO_APP_FUNC(0x028A0A70, void, UIShiny_set_width, (UIShiny * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00C86150, float, UIShiny_get_softness, (UIShiny * __this, MethodInfo * method)); DO_APP_FUNC(0x028A7870, void, UIShiny_set_softness, (UIShiny * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x008C4D60, float, UIShiny_get_brightness, (UIShiny * __this, MethodInfo * method)); DO_APP_FUNC(0x028A78E0, void, UIShiny_set_brightness, (UIShiny * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01CBAC80, float, UIShiny_get_gloss, (UIShiny * __this, MethodInfo * method)); DO_APP_FUNC(0x028A7950, void, UIShiny_set_gloss, (UIShiny * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00ABB160, float, UIShiny_get_rotation, (UIShiny * __this, MethodInfo * method)); DO_APP_FUNC(0x028A79C0, void, UIShiny_set_rotation, (UIShiny * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01B48D90, EffectArea__Enum, UIShiny_get_effectArea, (UIShiny * __this, MethodInfo * method)); DO_APP_FUNC(0x028A7A10, void, UIShiny_set_effectArea, (UIShiny * __this, EffectArea__Enum value, MethodInfo * method)); DO_APP_FUNC(0x028A7A30, ParameterTexture *, UIShiny_get_paramTex, (UIShiny * __this, MethodInfo * method)); DO_APP_FUNC(0x028A7A90, EffectPlayer *, UIShiny_get_effectPlayer, (UIShiny * __this, MethodInfo * method)); DO_APP_FUNC(0x028A7B40, void, UIShiny_OnEnable, (UIShiny * __this, MethodInfo * method)); DO_APP_FUNC(0x028A7BF0, void, UIShiny_OnDisable, (UIShiny * __this, MethodInfo * method)); DO_APP_FUNC(0x028A7C30, Hash128, UIShiny_GetMaterialHash, (UIShiny * __this, Material * material, MethodInfo * method)); DO_APP_FUNC(0x028A7DE0, void, UIShiny_ModifyMaterial, (UIShiny * __this, Material * newMaterial, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x028A7F90, void, UIShiny_ModifyMesh, (UIShiny * __this, VertexHelper * vh, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x028A8540, void, UIShiny_Play, (UIShiny * __this, bool reset, MethodInfo * method)); DO_APP_FUNC(0x028A8570, void, UIShiny_Stop, (UIShiny * __this, bool reset, MethodInfo * method)); DO_APP_FUNC(0x028A85D0, void, UIShiny_SetEffectParamsDirty, (UIShiny * __this, MethodInfo * method)); DO_APP_FUNC(0x028A87E0, void, UIShiny_SetVerticesDirty, (UIShiny * __this, MethodInfo * method)); DO_APP_FUNC(0x028A8810, void, UIShiny_OnDidApplyAnimationProperties, (UIShiny * __this, MethodInfo * method)); DO_APP_FUNC(0x028A8860, void, UIShiny__ctor, (UIShiny * __this, MethodInfo * method)); DO_APP_FUNC(0x028A88E0, void, UIShiny__cctor, (MethodInfo * method)); DO_APP_FUNC(0x028A0A00, void, UIShiny__OnEnable_b__37_0, (UIShiny * __this, float f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80170, UIShiny__OnEnable_b__37_0__MethodInfo); DO_APP_FUNC(0x028A89D0, BaseMeshEffect *, UISyncEffect_get_targetEffect, (UISyncEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x028A8B00, void, UISyncEffect_set_targetEffect, (UISyncEffect * __this, BaseMeshEffect * value, MethodInfo * method)); DO_APP_FUNC(0x028A8D10, void, UISyncEffect_OnEnable, (UISyncEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x028A8E00, void, UISyncEffect_OnDisable, (UISyncEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x028A8EB0, Hash128, UISyncEffect_GetMaterialHash, (UISyncEffect * __this, Material * baseMaterial, MethodInfo * method)); DO_APP_FUNC(0x028A9130, void, UISyncEffect_ModifyMaterial, (UISyncEffect * __this, Material * newMaterial, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x028A9350, void, UISyncEffect_ModifyMesh, (UISyncEffect * __this, VertexHelper * vh, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x028A94B0, void, UISyncEffect__ctor, (UISyncEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB120, float, UITransitionEffect_get_effectFactor, (UITransitionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x028A0A00, void, UITransitionEffect_set_effectFactor, (UITransitionEffect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x028A9500, Texture *, UITransitionEffect_get_transitionTexture, (UITransitionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x028A9700, void, UITransitionEffect_set_transitionTexture, (UITransitionEffect * __this, Texture * value, MethodInfo * method)); DO_APP_FUNC(0x028A98F0, Texture *, UITransitionEffect_get_defaultTransitionTexture, (MethodInfo * method)); DO_APP_FUNC(0x01D80210, UITransitionEffect_EffectMode__Enum, UITransitionEffect_get_effectMode, (UITransitionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x028A9A70, void, UITransitionEffect_set_effectMode, (UITransitionEffect * __this, UITransitionEffect_EffectMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00BF81F0, bool, UITransitionEffect_get_keepAspectRatio, (UITransitionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x028A9A80, void, UITransitionEffect_set_keepAspectRatio, (UITransitionEffect * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x028A9AA0, ParameterTexture *, UITransitionEffect_get_paramTex, (UITransitionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x01DC4440, float, UITransitionEffect_get_dissolveWidth, (UITransitionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x028A9B00, void, UITransitionEffect_set_dissolveWidth, (UITransitionEffect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00977500, float, UITransitionEffect_get_dissolveSoftness, (UITransitionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x028A9B70, void, UITransitionEffect_set_dissolveSoftness, (UITransitionEffect * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x028A9BE0, Color, UITransitionEffect_get_dissolveColor, (UITransitionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x028A9BF0, void, UITransitionEffect_set_dissolveColor, (UITransitionEffect * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x005FC5C0, bool, UITransitionEffect_get_passRayOnHidden, (UITransitionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x004841B0, void, UITransitionEffect_set_passRayOnHidden, (UITransitionEffect * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x028A9C70, EffectPlayer *, UITransitionEffect_get_effectPlayer, (UITransitionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x028A9D30, void, UITransitionEffect_Show, (UITransitionEffect * __this, bool reset, MethodInfo * method)); DO_APP_FUNC(0x028A9E40, void, UITransitionEffect_Hide, (UITransitionEffect * __this, bool reset, MethodInfo * method)); DO_APP_FUNC(0x028A9F50, Hash128, UITransitionEffect_GetMaterialHash, (UITransitionEffect * __this, Material * material, MethodInfo * method)); DO_APP_FUNC(0x028AA120, void, UITransitionEffect_ModifyMaterial, (UITransitionEffect * __this, Material * newMaterial, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x028AA410, void, UITransitionEffect_ModifyMesh, (UITransitionEffect * __this, VertexHelper * vh, Graphic * graphic, MethodInfo * method)); DO_APP_FUNC(0x028AA9D0, void, UITransitionEffect_OnEnable, (UITransitionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x028AAA20, void, UITransitionEffect_OnDisable, (UITransitionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x028AAA60, void, UITransitionEffect_SetEffectParamsDirty, (UITransitionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x028AAD10, void, UITransitionEffect_SetVerticesDirty, (UITransitionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x028AAD30, void, UITransitionEffect_OnDidApplyAnimationProperties, (UITransitionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x028AAD70, void, UITransitionEffect__ctor, (UITransitionEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x028AADF0, void, UITransitionEffect__cctor, (MethodInfo * method)); DO_APP_FUNC(0x028A0A00, void, UITransitionEffect__Show_b__46_0, (UITransitionEffect * __this, float f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FF90, UITransitionEffect__Show_b__46_0__MethodInfo); DO_APP_FUNC(0x028AAF60, void, UITransitionEffect__Hide_b__47_0, (UITransitionEffect * __this, float f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FF98, UITransitionEffect__Hide_b__47_0__MethodInfo); DO_APP_FUNC(0x02C9F880, int32_t, AudioSettings_GetSampleRate, (MethodInfo * method)); DO_APP_FUNC(0x02C9F880, int32_t, AudioSettings_get_outputSampleRate, (MethodInfo * method)); DO_APP_FUNC(0x02C9F8D0, AudioConfiguration, AudioSettings_GetConfiguration, (MethodInfo * method)); DO_APP_FUNC(0x02C9F930, void, AudioSettings_add_OnAudioConfigurationChanged, (AudioSettings_AudioConfigurationChangeHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02C9FA40, void, AudioSettings_remove_OnAudioConfigurationChanged, (AudioSettings_AudioConfigurationChangeHandler * value, MethodInfo * method)); DO_APP_FUNC(0x02C9FB50, void, AudioSettings_InvokeOnAudioConfigurationChanged, (bool deviceWasChanged, MethodInfo * method)); DO_APP_FUNC(0x02C9FBB0, void, AudioSettings_InvokeOnAudioSystemShuttingDown, (MethodInfo * method)); DO_APP_FUNC(0x02C9FC10, void, AudioSettings_InvokeOnAudioSystemStartedUp, (MethodInfo * method)); DO_APP_FUNC(0x02C9FC70, void, AudioSettings_GetConfiguration_Injected, (AudioConfiguration * ret, MethodInfo * method)); DO_APP_FUNC(0x0040BB90, void, AudioSettings_AudioConfigurationChangeHandler__ctor, (AudioSettings_AudioConfigurationChangeHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, AudioSettings_AudioConfigurationChangeHandler_Invoke, (AudioSettings_AudioConfigurationChangeHandler * __this, bool deviceWasChanged, MethodInfo * method)); DO_APP_FUNC(0x02C9FCC0, void, AudioClip__ctor, (AudioClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C9FDC0, bool, AudioClip_GetData, (AudioClip * clip, Single__Array * data, int32_t numSamples, int32_t samplesOffset, MethodInfo * method)); DO_APP_FUNC(0x02C9FE40, bool, AudioClip_SetData, (AudioClip * clip, Single__Array * data, int32_t numsamples, int32_t samplesOffset, MethodInfo * method)); DO_APP_FUNC(0x02C9FEC0, AudioClip *, AudioClip_Construct_Internal, (MethodInfo * method)); DO_APP_FUNC(0x02C9FF10, String *, AudioClip_GetName, (AudioClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02C9FF60, void, AudioClip_CreateUserSound, (AudioClip * __this, String * name, int32_t lengthSamples, int32_t channels, int32_t frequency, bool stream, MethodInfo * method)); DO_APP_FUNC(0x02C9FFF0, float, AudioClip_get_length, (AudioClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA0040, int32_t, AudioClip_get_samples, (AudioClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA0090, int32_t, AudioClip_get_channels, (AudioClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA00E0, int32_t, AudioClip_get_frequency, (AudioClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA0130, bool, AudioClip_get_isReadyToPlay, (AudioClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA0180, AudioClipLoadType__Enum, AudioClip_get_loadType, (AudioClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA01D0, bool, AudioClip_LoadAudioData, (AudioClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA0220, bool, AudioClip_UnloadAudioData, (AudioClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA0270, bool, AudioClip_get_preloadAudioData, (AudioClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA02C0, bool, AudioClip_get_ambisonic, (AudioClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA0310, bool, AudioClip_get_loadInBackground, (AudioClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA0360, AudioDataLoadState__Enum, AudioClip_get_loadState, (AudioClip * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA03B0, bool, AudioClip_GetData_1, (AudioClip * __this, Single__Array * data, int32_t offsetSamples, MethodInfo * method)); DO_APP_FUNC(0x02CA05A0, bool, AudioClip_SetData_1, (AudioClip * __this, Single__Array * data, int32_t offsetSamples, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4D58, AudioClip_SetData_1__MethodInfo); DO_APP_FUNC(0x02CA0850, AudioClip *, AudioClip_Create, (String * name, int32_t lengthSamples, int32_t channels, int32_t frequency, bool _3D, bool stream, MethodInfo * method)); DO_APP_FUNC(0x02CA0880, AudioClip *, AudioClip_Create_1, (String * name, int32_t lengthSamples, int32_t channels, int32_t frequency, bool _3D, bool stream, AudioClip_PCMReaderCallback * pcmreadercallback, MethodInfo * method)); DO_APP_FUNC(0x02CA08B0, AudioClip *, AudioClip_Create_2, (String * name, int32_t lengthSamples, int32_t channels, int32_t frequency, bool _3D, bool stream, AudioClip_PCMReaderCallback * pcmreadercallback, AudioClip_PCMSetPositionCallback * pcmsetpositioncallback, MethodInfo * method)); DO_APP_FUNC(0x02CA08F0, AudioClip *, AudioClip_Create_3, (String * name, int32_t lengthSamples, int32_t channels, int32_t frequency, bool stream, MethodInfo * method)); DO_APP_FUNC(0x02CA0920, AudioClip *, AudioClip_Create_4, (String * name, int32_t lengthSamples, int32_t channels, int32_t frequency, bool stream, AudioClip_PCMReaderCallback * pcmreadercallback, MethodInfo * method)); DO_APP_FUNC(0x02CA0950, AudioClip *, AudioClip_Create_5, (String * name, int32_t lengthSamples, int32_t channels, int32_t frequency, bool stream, AudioClip_PCMReaderCallback * pcmreadercallback, AudioClip_PCMSetPositionCallback * pcmsetpositioncallback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4D98, AudioClip_Create_5__MethodInfo); DO_APP_FUNC(0x02CA0D80, void, AudioClip_add_m_PCMReaderCallback, (AudioClip * __this, AudioClip_PCMReaderCallback * value, MethodInfo * method)); DO_APP_FUNC(0x02CA0E70, void, AudioClip_remove_m_PCMReaderCallback, (AudioClip * __this, AudioClip_PCMReaderCallback * value, MethodInfo * method)); DO_APP_FUNC(0x02CA0F60, void, AudioClip_add_m_PCMSetPositionCallback, (AudioClip * __this, AudioClip_PCMSetPositionCallback * value, MethodInfo * method)); DO_APP_FUNC(0x02CA1050, void, AudioClip_remove_m_PCMSetPositionCallback, (AudioClip * __this, AudioClip_PCMSetPositionCallback * value, MethodInfo * method)); DO_APP_FUNC(0x02CA1140, void, AudioClip_InvokePCMReaderCallback_Internal, (AudioClip * __this, Single__Array * data, MethodInfo * method)); DO_APP_FUNC(0x02CA1160, void, AudioClip_InvokePCMSetPositionCallback_Internal, (AudioClip * __this, int32_t position, MethodInfo * method)); DO_APP_FUNC(0x003EC720, void, AudioClip_PCMReaderCallback__ctor, (AudioClip_PCMReaderCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, AudioClip_PCMReaderCallback_Invoke, (AudioClip_PCMReaderCallback * __this, Single__Array * data, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, AudioClip_PCMSetPositionCallback__ctor, (AudioClip_PCMSetPositionCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, AudioClip_PCMSetPositionCallback_Invoke, (AudioClip_PCMSetPositionCallback * __this, int32_t position, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AudioBehaviour__ctor, (AudioBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA1180, void, AudioListener_set_volume, (float value, MethodInfo * method)); DO_APP_FUNC(0x02CA11E0, void, AudioListener_set_pause, (bool value, MethodInfo * method)); DO_APP_FUNC(0x02CA1230, float, AudioSource_GetPitch, (AudioSource * source, MethodInfo * method)); DO_APP_FUNC(0x02CA1280, void, AudioSource_SetPitch, (AudioSource * source, float pitch, MethodInfo * method)); DO_APP_FUNC(0x02CA12E0, void, AudioSource_PlayHelper, (AudioSource * source, uint64_t delay, MethodInfo * method)); DO_APP_FUNC(0x02CA1340, void, AudioSource_Play, (AudioSource * __this, double delay, MethodInfo * method)); DO_APP_FUNC(0x02CA13A0, void, AudioSource_PlayOneShotHelper, (AudioSource * source, AudioClip * clip, float volumeScale, MethodInfo * method)); DO_APP_FUNC(0x02CA1410, void, AudioSource_Stop, (AudioSource * __this, bool stopOneShots, MethodInfo * method)); DO_APP_FUNC(0x02CA1470, void, AudioSource_SetCustomCurveHelper, (AudioSource * source, AudioSourceCurveType__Enum type, AnimationCurve * curve, MethodInfo * method)); DO_APP_FUNC(0x02CA14E0, AnimationCurve *, AudioSource_GetCustomCurveHelper, (AudioSource * source, AudioSourceCurveType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02CA1540, void, AudioSource_GetOutputDataHelper, (AudioSource * source, Single__Array * samples, int32_t channel, MethodInfo * method)); DO_APP_FUNC(0x02CA15B0, void, AudioSource_GetSpectrumDataHelper, (AudioSource * source, Single__Array * samples, int32_t channel, FFTWindow__Enum window, MethodInfo * method)); DO_APP_FUNC(0x02CA1630, float, AudioSource_get_volume, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA1680, void, AudioSource_set_volume, (AudioSource * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA1230, float, AudioSource_get_pitch, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA1280, void, AudioSource_set_pitch, (AudioSource * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA16E0, float, AudioSource_get_time, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA1730, void, AudioSource_set_time, (AudioSource * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA1790, int32_t, AudioSource_get_timeSamples, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA17E0, void, AudioSource_set_timeSamples, (AudioSource * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CA1840, AudioClip *, AudioSource_get_clip, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA1890, void, AudioSource_set_clip, (AudioSource * __this, AudioClip * value, MethodInfo * method)); DO_APP_FUNC(0x02CA18F0, AudioMixerGroup *, AudioSource_get_outputAudioMixerGroup, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA1940, void, AudioSource_set_outputAudioMixerGroup, (AudioSource * __this, AudioMixerGroup * value, MethodInfo * method)); DO_APP_FUNC(0x02CA19A0, void, AudioSource_Play_1, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA12E0, void, AudioSource_Play_2, (AudioSource * __this, uint64_t delay, MethodInfo * method)); DO_APP_FUNC(0x02CA1A00, void, AudioSource_PlayDelayed, (AudioSource * __this, float delay, MethodInfo * method)); DO_APP_FUNC(0x02CA1A80, void, AudioSource_PlayScheduled, (AudioSource * __this, double time, MethodInfo * method)); DO_APP_FUNC(0x02CA1B00, void, AudioSource_PlayOneShot, (AudioSource * __this, AudioClip * clip, MethodInfo * method)); DO_APP_FUNC(0x02CA1B10, void, AudioSource_PlayOneShot_1, (AudioSource * __this, AudioClip * clip, float volumeScale, MethodInfo * method)); DO_APP_FUNC(0x02CA1CC0, void, AudioSource_SetScheduledStartTime, (AudioSource * __this, double time, MethodInfo * method)); DO_APP_FUNC(0x02CA1D20, void, AudioSource_SetScheduledEndTime, (AudioSource * __this, double time, MethodInfo * method)); DO_APP_FUNC(0x02CA1D80, void, AudioSource_Stop_1, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA1DE0, void, AudioSource_Pause, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA1E30, void, AudioSource_UnPause, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA1E80, bool, AudioSource_get_isPlaying, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA1ED0, bool, AudioSource_get_isVirtual, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA1F20, void, AudioSource_PlayClipAtPoint, (AudioClip * clip, Vector3 position, MethodInfo * method)); DO_APP_FUNC(0x02CA1F50, void, AudioSource_PlayClipAtPoint_1, (AudioClip * clip, Vector3 position, float volume, MethodInfo * method)); DO_APP_FUNC(0x02CA23F0, bool, AudioSource_get_loop, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA2440, void, AudioSource_set_loop, (AudioSource * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CA24A0, bool, AudioSource_get_ignoreListenerVolume, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA24F0, void, AudioSource_set_ignoreListenerVolume, (AudioSource * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CA2550, bool, AudioSource_get_playOnAwake, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA25A0, void, AudioSource_set_playOnAwake, (AudioSource * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CA2600, bool, AudioSource_get_ignoreListenerPause, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA2650, void, AudioSource_set_ignoreListenerPause, (AudioSource * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CA26B0, AudioVelocityUpdateMode__Enum, AudioSource_get_velocityUpdateMode, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA2700, void, AudioSource_set_velocityUpdateMode, (AudioSource * __this, AudioVelocityUpdateMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CA2760, float, AudioSource_get_panStereo, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA27B0, void, AudioSource_set_panStereo, (AudioSource * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA2810, float, AudioSource_get_spatialBlend, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA2860, void, AudioSource_set_spatialBlend, (AudioSource * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA28C0, bool, AudioSource_get_spatialize, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA2910, void, AudioSource_set_spatialize, (AudioSource * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CA2970, bool, AudioSource_get_spatializePostEffects, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA29C0, void, AudioSource_set_spatializePostEffects, (AudioSource * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CA1470, void, AudioSource_SetCustomCurve, (AudioSource * __this, AudioSourceCurveType__Enum type, AnimationCurve * curve, MethodInfo * method)); DO_APP_FUNC(0x02CA14E0, AnimationCurve *, AudioSource_GetCustomCurve, (AudioSource * __this, AudioSourceCurveType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02CA2A20, float, AudioSource_get_reverbZoneMix, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA2A70, void, AudioSource_set_reverbZoneMix, (AudioSource * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA2AD0, bool, AudioSource_get_bypassEffects, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA2B20, void, AudioSource_set_bypassEffects, (AudioSource * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CA2B80, bool, AudioSource_get_bypassListenerEffects, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA2BD0, void, AudioSource_set_bypassListenerEffects, (AudioSource * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CA2C30, bool, AudioSource_get_bypassReverbZones, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA2C80, void, AudioSource_set_bypassReverbZones, (AudioSource * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CA2CE0, float, AudioSource_get_dopplerLevel, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA2D30, void, AudioSource_set_dopplerLevel, (AudioSource * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA2D90, float, AudioSource_get_spread, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA2DE0, void, AudioSource_set_spread, (AudioSource * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA2E40, int32_t, AudioSource_get_priority, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA2E90, void, AudioSource_set_priority, (AudioSource * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02CA2EF0, bool, AudioSource_get_mute, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA2F40, void, AudioSource_set_mute, (AudioSource * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CA2FA0, float, AudioSource_get_minDistance, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA2FF0, void, AudioSource_set_minDistance, (AudioSource * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA3050, float, AudioSource_get_maxDistance, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA30A0, void, AudioSource_set_maxDistance, (AudioSource * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA3100, AudioRolloffMode__Enum, AudioSource_get_rolloffMode, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA3150, void, AudioSource_set_rolloffMode, (AudioSource * __this, AudioRolloffMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CA31B0, Single__Array *, AudioSource_GetOutputData, (AudioSource * __this, int32_t numSamples, int32_t channel, MethodInfo * method)); DO_APP_FUNC(0x02CA3220, void, AudioSource_GetOutputData_1, (AudioSource * __this, Single__Array * samples, int32_t channel, MethodInfo * method)); DO_APP_FUNC(0x02CA3230, Single__Array *, AudioSource_GetSpectrumData, (AudioSource * __this, int32_t numSamples, int32_t channel, FFTWindow__Enum window, MethodInfo * method)); DO_APP_FUNC(0x02CA32C0, void, AudioSource_GetSpectrumData_1, (AudioSource * __this, Single__Array * samples, int32_t channel, FFTWindow__Enum window, MethodInfo * method)); DO_APP_FUNC(0x02CA32D0, float, AudioSource_get_minVolume, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA3340, void, AudioSource_set_minVolume, (AudioSource * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA33A0, float, AudioSource_get_maxVolume, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA3410, void, AudioSource_set_maxVolume, (AudioSource * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA3470, float, AudioSource_get_rolloffFactor, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA34E0, void, AudioSource_set_rolloffFactor, (AudioSource * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA3540, bool, AudioSource_SetSpatializerFloat, (AudioSource * __this, int32_t index, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA35B0, bool, AudioSource_GetSpatializerFloat, (AudioSource * __this, int32_t index, float * value, MethodInfo * method)); DO_APP_FUNC(0x02CA3620, bool, AudioSource_GetAmbisonicDecoderFloat, (AudioSource * __this, int32_t index, float * value, MethodInfo * method)); DO_APP_FUNC(0x02CA3690, bool, AudioSource_SetAmbisonicDecoderFloat, (AudioSource * __this, int32_t index, float value, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, AudioSource__ctor, (AudioSource * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA3700, int32_t, AudioReverbZone_get_room, (AudioReverbZone * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA3750, int32_t, AudioReverbZone_get_roomHF, (AudioReverbZone * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA37A0, int32_t, AudioReverbZone_get_roomLF, (AudioReverbZone * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA37F0, float, AudioReverbZone_get_decayTime, (AudioReverbZone * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA3840, float, AudioReverbZone_get_decayHFRatio, (AudioReverbZone * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA3890, int32_t, AudioReverbZone_get_reflections, (AudioReverbZone * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA38E0, float, AudioReverbZone_get_reflectionsDelay, (AudioReverbZone * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA3930, int32_t, AudioReverbZone_get_reverb, (AudioReverbZone * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA3980, float, AudioReverbZone_get_reverbDelay, (AudioReverbZone * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA39D0, float, AudioReverbZone_get_HFReference, (AudioReverbZone * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA3A20, float, AudioReverbZone_get_LFReference, (AudioReverbZone * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA3A70, float, AudioReverbZone_get_diffusion, (AudioReverbZone * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA3AC0, float, AudioReverbZone_get_density, (AudioReverbZone * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA3B10, float, AudioLowPassFilter_get_cutoffFrequency, (AudioLowPassFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA3B60, void, AudioLowPassFilter_set_cutoffFrequency, (AudioLowPassFilter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA3BC0, void, AudioLowPassFilter_set_lowpassResonanceQ, (AudioLowPassFilter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA3C20, void, AudioEchoFilter_set_delay, (AudioEchoFilter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA3C80, void, AudioEchoFilter_set_decayRatio, (AudioEchoFilter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA3CE0, void, AudioEchoFilter_set_dryMix, (AudioEchoFilter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA3D40, void, AudioEchoFilter_set_wetMix, (AudioEchoFilter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA3DA0, void, AudioChorusFilter_set_dryMix, (AudioChorusFilter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA3E00, void, AudioChorusFilter_set_wetMix1, (AudioChorusFilter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA3E60, void, AudioChorusFilter_set_wetMix2, (AudioChorusFilter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA3EC0, void, AudioChorusFilter_set_wetMix3, (AudioChorusFilter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA3F20, void, AudioChorusFilter_set_delay, (AudioChorusFilter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA3F80, void, AudioChorusFilter_set_rate, (AudioChorusFilter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA3FE0, void, AudioChorusFilter_set_depth, (AudioChorusFilter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA4040, void, AudioReverbFilter_set_reverbPreset, (AudioReverbFilter * __this, AudioReverbPreset__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CA40A0, float, AudioReverbFilter_get_dryLevel, (AudioReverbFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA40F0, void, AudioReverbFilter_set_dryLevel, (AudioReverbFilter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA4150, float, AudioReverbFilter_get_room, (AudioReverbFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA41A0, void, AudioReverbFilter_set_room, (AudioReverbFilter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA4200, float, AudioReverbFilter_get_roomHF, (AudioReverbFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA4250, void, AudioReverbFilter_set_roomHF, (AudioReverbFilter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA42B0, float, AudioReverbFilter_get_decayTime, (AudioReverbFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA4300, void, AudioReverbFilter_set_decayTime, (AudioReverbFilter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA4360, float, AudioReverbFilter_get_decayHFRatio, (AudioReverbFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA43B0, void, AudioReverbFilter_set_decayHFRatio, (AudioReverbFilter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA4410, float, AudioReverbFilter_get_reflectionsLevel, (AudioReverbFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA4460, void, AudioReverbFilter_set_reflectionsLevel, (AudioReverbFilter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA44C0, float, AudioReverbFilter_get_reflectionsDelay, (AudioReverbFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA4510, void, AudioReverbFilter_set_reflectionsDelay, (AudioReverbFilter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA4570, float, AudioReverbFilter_get_reverbLevel, (AudioReverbFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA45C0, void, AudioReverbFilter_set_reverbLevel, (AudioReverbFilter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA4620, float, AudioReverbFilter_get_reverbDelay, (AudioReverbFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA4670, void, AudioReverbFilter_set_reverbDelay, (AudioReverbFilter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA46D0, float, AudioReverbFilter_get_diffusion, (AudioReverbFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA4720, void, AudioReverbFilter_set_diffusion, (AudioReverbFilter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA4780, float, AudioReverbFilter_get_density, (AudioReverbFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA47D0, void, AudioReverbFilter_set_density, (AudioReverbFilter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA4830, float, AudioReverbFilter_get_hfReference, (AudioReverbFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA4880, void, AudioReverbFilter_set_hfReference, (AudioReverbFilter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA48E0, float, AudioReverbFilter_get_roomLF, (AudioReverbFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA4930, void, AudioReverbFilter_set_roomLF, (AudioReverbFilter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA4990, float, AudioReverbFilter_get_lfReference, (AudioReverbFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA49E0, void, AudioReverbFilter_set_lfReference, (AudioReverbFilter * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA4A40, int32_t, Microphone_GetMicrophoneDeviceIDFromName, (String * name, MethodInfo * method)); DO_APP_FUNC(0x02CA4A90, AudioClip *, Microphone_StartRecord, (int32_t deviceID, bool loop, float lengthSec, int32_t frequency, MethodInfo * method)); DO_APP_FUNC(0x02CA4B10, void, Microphone_EndRecord, (int32_t deviceID, MethodInfo * method)); DO_APP_FUNC(0x02CA4B60, bool, Microphone_IsRecording, (int32_t deviceID, MethodInfo * method)); DO_APP_FUNC(0x02CA4BB0, int32_t, Microphone_GetRecordPosition, (int32_t deviceID, MethodInfo * method)); DO_APP_FUNC(0x02CA4C00, void, Microphone_GetDeviceCaps, (int32_t deviceID, int32_t * minFreq, int32_t * maxFreq, MethodInfo * method)); DO_APP_FUNC(0x02CA4C70, AudioClip *, Microphone_Start, (String * deviceName, bool loop, int32_t lengthSec, int32_t frequency, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4D10, Microphone_Start__MethodInfo); DO_APP_FUNC(0x02CA4F50, void, Microphone_End, (String * deviceName, MethodInfo * method)); DO_APP_FUNC(0x02CA4FF0, String__Array *, Microphone_get_devices, (MethodInfo * method)); DO_APP_FUNC(0x02CA5040, bool, Microphone_IsRecording_1, (String * deviceName, MethodInfo * method)); DO_APP_FUNC(0x02CA50E0, int32_t, Microphone_GetPosition, (String * deviceName, MethodInfo * method)); DO_APP_FUNC(0x02CA5180, void, Microphone_GetDeviceCaps_1, (String * deviceName, int32_t * minFreq, int32_t * maxFreq, MethodInfo * method)); DO_APP_FUNC(0x02CA5240, AudioClipPlayable, AudioClipPlayable_Create, (PlayableGraph graph, AudioClip * clip, bool looping, MethodInfo * method)); DO_APP_FUNC(0x02CA5620, PlayableHandle, AudioClipPlayable_CreateHandle, (PlayableGraph graph, AudioClip * clip, bool looping, MethodInfo * method)); DO_APP_FUNC(0x02CA57B0, void, AudioClipPlayable__ctor, (AudioClipPlayable * __this, PlayableHandle handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4CB8, AudioClipPlayable__ctor__MethodInfo); DO_APP_FUNC(0x010A2320, PlayableHandle, AudioClipPlayable_GetHandle, (AudioClipPlayable * __this, MethodInfo * method)); DO_APP_FUNC(0x02C9B100, Playable, AudioClipPlayable_op_Implicit, (AudioClipPlayable playable, MethodInfo * method)); DO_APP_FUNC(0x02CA58A0, AudioClipPlayable, AudioClipPlayable_op_Explicit, (Playable playable, MethodInfo * method)); DO_APP_FUNC(0x02CA5930, bool, AudioClipPlayable_Equals, (AudioClipPlayable * __this, AudioClipPlayable other, MethodInfo * method)); DO_APP_FUNC(0x02CA59F0, void, AudioClipPlayable_SetVolume, (AudioClipPlayable * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4CE8, AudioClipPlayable_SetVolume__MethodInfo); DO_APP_FUNC(0x02CA5AF0, void, AudioClipPlayable_SetStereoPan, (AudioClipPlayable * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4CD8, AudioClipPlayable_SetStereoPan__MethodInfo); DO_APP_FUNC(0x02CA5BF0, void, AudioClipPlayable_SetSpatialBlend, (AudioClipPlayable * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4CF8, AudioClipPlayable_SetSpatialBlend__MethodInfo); DO_APP_FUNC(0x02CA5CF0, void, AudioClipPlayable_Seek, (AudioClipPlayable * __this, double startTime, double startDelay, double duration, MethodInfo * method)); DO_APP_FUNC(0x02CA5EE0, void, AudioClipPlayable_SetVolumeInternal, (PlayableHandle * hdl, float volume, MethodInfo * method)); DO_APP_FUNC(0x02CA5F40, void, AudioClipPlayable_SetStereoPanInternal, (PlayableHandle * hdl, float stereoPan, MethodInfo * method)); DO_APP_FUNC(0x02CA5FA0, void, AudioClipPlayable_SetSpatialBlendInternal, (PlayableHandle * hdl, float spatialBlend, MethodInfo * method)); DO_APP_FUNC(0x02CA6000, void, AudioClipPlayable_SetStartDelayInternal, (PlayableHandle * hdl, double delay, MethodInfo * method)); DO_APP_FUNC(0x02CA6060, void, AudioClipPlayable_SetPauseDelayInternal, (PlayableHandle * hdl, double delay, MethodInfo * method)); DO_APP_FUNC(0x02CA60C0, bool, AudioClipPlayable_InternalCreateAudioClipPlayable, (PlayableGraph * graph, AudioClip * clip, bool looping, PlayableHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02CA6140, void, AudioMixer__ctor, (AudioMixer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA6190, AudioMixerGroup *, AudioMixer_get_outputAudioMixerGroup, (AudioMixer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA61E0, void, AudioMixer_set_outputAudioMixerGroup, (AudioMixer * __this, AudioMixerGroup * value, MethodInfo * method)); DO_APP_FUNC(0x02CA6240, AudioMixerSnapshot *, AudioMixer_FindSnapshot, (AudioMixer * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CA62A0, AudioMixerGroup__Array *, AudioMixer_FindMatchingGroups, (AudioMixer * __this, String * subPath, MethodInfo * method)); DO_APP_FUNC(0x02CA6300, void, AudioMixer_TransitionToSnapshot, (AudioMixer * __this, AudioMixerSnapshot * snapshot, float timeToReach, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4C80, AudioMixer_TransitionToSnapshot__MethodInfo); DO_APP_FUNC(0x02CA6800, void, AudioMixer_TransitionToSnapshotInternal, (AudioMixer * __this, AudioMixerSnapshot * snapshot, float timeToReach, MethodInfo * method)); DO_APP_FUNC(0x02CA6870, void, AudioMixer_TransitionToSnapshots, (AudioMixer * __this, AudioMixerSnapshot__Array * snapshots, Single__Array * weights, float timeToReach, MethodInfo * method)); DO_APP_FUNC(0x02CA68F0, AudioMixerUpdateMode__Enum, AudioMixer_get_updateMode, (AudioMixer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA6940, void, AudioMixer_set_updateMode, (AudioMixer * __this, AudioMixerUpdateMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02CA69A0, bool, AudioMixer_SetFloat, (AudioMixer * __this, String * name, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA6A10, bool, AudioMixer_ClearFloat, (AudioMixer * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02CA6A70, bool, AudioMixer_GetFloat, (AudioMixer * __this, String * name, float * value, MethodInfo * method)); DO_APP_FUNC(0x02CA6AE0, bool, AudioMixer_HasValidSnapshots, (AudioMixer * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA6B30, void, AudioMixerGroup__ctor, (AudioMixerGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA6B80, AudioMixer *, AudioMixerGroup_get_audioMixer, (AudioMixerGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA6BD0, AudioMixerPlayable, AudioMixerPlayable_Create, (PlayableGraph graph, int32_t inputCount, bool normalizeInputVolumes, MethodInfo * method)); DO_APP_FUNC(0x02CA6C40, PlayableHandle, AudioMixerPlayable_CreateHandle, (PlayableGraph graph, int32_t inputCount, bool normalizeInputVolumes, MethodInfo * method)); DO_APP_FUNC(0x02CA6E50, void, AudioMixerPlayable__ctor, (AudioMixerPlayable * __this, PlayableHandle handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4C58, AudioMixerPlayable__ctor__MethodInfo); DO_APP_FUNC(0x010A2320, PlayableHandle, AudioMixerPlayable_GetHandle, (AudioMixerPlayable * __this, MethodInfo * method)); DO_APP_FUNC(0x02C9B100, Playable, AudioMixerPlayable_op_Implicit, (AudioMixerPlayable playable, MethodInfo * method)); DO_APP_FUNC(0x02CA6F40, bool, AudioMixerPlayable_Equals, (AudioMixerPlayable * __this, AudioMixerPlayable other, MethodInfo * method)); DO_APP_FUNC(0x02CA7000, bool, AudioMixerPlayable_CreateAudioMixerPlayableInternal, (PlayableGraph * graph, bool normalizeInputVolumes, PlayableHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02CA7070, void, AudioMixerSnapshot__ctor, (AudioMixerSnapshot * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA70C0, AudioMixer *, AudioMixerSnapshot_get_audioMixer, (AudioMixerSnapshot * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA7110, PlayableBinding, AudioPlayableBinding_Create, (String * name, Object_1 * key, MethodInfo * method)); DO_APP_FUNC(0x02CA7260, PlayableOutput, AudioPlayableBinding_CreateAudioOutput, (PlayableGraph graph, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4C70, AudioPlayableBinding_CreateAudioOutput__MethodInfo); DO_APP_FUNC(0x02CA7410, bool, AudioPlayableGraphExtensions_InternalCreateAudioOutput, (PlayableGraph * graph, String * name, PlayableOutputHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x02CA7480, AudioPlayableOutput, AudioPlayableOutput_Create, (PlayableGraph graph, String * name, AudioSource * target, MethodInfo * method)); DO_APP_FUNC(0x02CA7640, void, AudioPlayableOutput__ctor, (AudioPlayableOutput * __this, PlayableOutputHandle handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4C40, AudioPlayableOutput__ctor__MethodInfo); DO_APP_FUNC(0x02CA7730, AudioPlayableOutput, AudioPlayableOutput_get_Null, (MethodInfo * method)); DO_APP_FUNC(0x010A2320, PlayableOutputHandle, AudioPlayableOutput_GetHandle, (AudioPlayableOutput * __this, MethodInfo * method)); DO_APP_FUNC(0x02C9B100, PlayableOutput, AudioPlayableOutput_op_Implicit, (AudioPlayableOutput output, MethodInfo * method)); DO_APP_FUNC(0x02CA77F0, AudioPlayableOutput, AudioPlayableOutput_op_Explicit, (PlayableOutput output, MethodInfo * method)); DO_APP_FUNC(0x02CA7880, void, AudioPlayableOutput_SetTarget, (AudioPlayableOutput * __this, AudioSource * value, MethodInfo * method)); DO_APP_FUNC(0x02CA78E0, void, AudioPlayableOutput_SetEvaluateOnSeek, (AudioPlayableOutput * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CA7880, void, AudioPlayableOutput_InternalSetTarget, (PlayableOutputHandle * output, AudioSource * target, MethodInfo * method)); DO_APP_FUNC(0x02CA78E0, void, AudioPlayableOutput_InternalSetEvaluateOnSeek, (PlayableOutputHandle * output, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CA7940, void, AudioSampleProvider_InvokeSampleFramesAvailable, (AudioSampleProvider * __this, int32_t sampleFrameCount, MethodInfo * method)); DO_APP_FUNC(0x02CA7960, void, AudioSampleProvider_InvokeSampleFramesOverflow, (AudioSampleProvider * __this, int32_t droppedSampleFrameCount, MethodInfo * method)); DO_APP_FUNC(0x01168550, void, AudioSampleProvider_SampleFramesHandler__ctor, (AudioSampleProvider_SampleFramesHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, AudioSampleProvider_SampleFramesHandler_Invoke, (AudioSampleProvider_SampleFramesHandler * __this, AudioSampleProvider * provider, uint32_t sampleFrameCount, MethodInfo * method)); DO_APP_FUNC(0x02318050, void, BigInteger_1__ctor, (BigInteger_1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02318190, void, BigInteger_1__ctor_1, (BigInteger_1 * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x02318470, void, BigInteger_1__ctor_2, (BigInteger_1 * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C677B0, BigInteger_1__ctor_2__MethodInfo); DO_APP_FUNC(0x02318570, void, BigInteger_1__ctor_3, (BigInteger_1 * __this, ReadOnlySpan_1_Byte_ value, bool isUnsigned, bool isBigEndian, MethodInfo * method)); DO_APP_FUNC(0x011A23D0, void, BigInteger_1__ctor_4, (BigInteger_1 * __this, int32_t n, UInt32__Array * rgu, MethodInfo * method)); DO_APP_FUNC(0x02318FC0, void, BigInteger_1__ctor_5, (BigInteger_1 * __this, UInt32__Array * value, bool negative, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67788, BigInteger_1__ctor_5__MethodInfo); DO_APP_FUNC(0x02319310, BigInteger_1, BigInteger_1_get_Zero, (MethodInfo * method)); DO_APP_FUNC(0x02319370, BigInteger_1, BigInteger_1_get_MinusOne, (MethodInfo * method)); DO_APP_FUNC(0x023193D0, bool, BigInteger_1_get_IsEven, (BigInteger_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02319410, int32_t, BigInteger_1_get_Sign, (BigInteger_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02319420, BigInteger_1, BigInteger_1_DivRem, (BigInteger_1 dividend, BigInteger_1 divisor, BigInteger_1 * remainder, MethodInfo * method)); DO_APP_FUNC(0x02319C70, BigInteger_1, BigInteger_1_ModPow, (BigInteger_1 value, BigInteger_1 exponent, BigInteger_1 modulus, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C677A8, BigInteger_1_ModPow__MethodInfo); DO_APP_FUNC(0x0231A460, int32_t, BigInteger_1_GetHashCode, (BigInteger_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0231A4B0, bool, BigInteger_1_Equals, (BigInteger_1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0231A560, bool, BigInteger_1_Equals_1, (BigInteger_1 * __this, BigInteger_1 other, MethodInfo * method)); DO_APP_FUNC(0x0231A670, int32_t, BigInteger_1_CompareTo, (BigInteger_1 * __this, int64_t other, MethodInfo * method)); DO_APP_FUNC(0x0231A720, int32_t, BigInteger_1_CompareTo_1, (BigInteger_1 * __this, BigInteger_1 other, MethodInfo * method)); DO_APP_FUNC(0x0231A8E0, int32_t, BigInteger_1_CompareTo_2, (BigInteger_1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C677A0, BigInteger_1_CompareTo_2__MethodInfo); DO_APP_FUNC(0x0231A9F0, Byte__Array *, BigInteger_1_ToByteArray, (BigInteger_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0231AA50, Byte__Array *, BigInteger_1_ToByteArray_1, (BigInteger_1 * __this, bool isUnsigned, bool isBigEndian, MethodInfo * method)); DO_APP_FUNC(0x0231AB00, bool, BigInteger_1_TryWriteBytes, (BigInteger_1 * __this, Span_1_Byte_ destination, int32_t * bytesWritten, bool isUnsigned, bool isBigEndian, MethodInfo * method)); DO_APP_FUNC(0x0231ABC0, bool, BigInteger_1_TryWriteOrCountBytes, (BigInteger_1 * __this, Span_1_Byte_ destination, int32_t * bytesWritten, bool isUnsigned, bool isBigEndian, MethodInfo * method)); DO_APP_FUNC(0x0231AC70, Byte__Array *, BigInteger_1_TryGetBytes, (BigInteger_1 * __this, BigInteger_GetBytesMode__Enum mode, Span_1_Byte_ destination, bool isUnsigned, bool isBigEndian, int32_t * bytesWritten, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67758, BigInteger_1_TryGetBytes__MethodInfo); DO_APP_FUNC(0x0231B200, String *, BigInteger_1_ToString, (BigInteger_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0231B2D0, String *, BigInteger_1_ToString_1, (BigInteger_1 * __this, String * format, IFormatProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x0231B3D0, BigInteger_1, BigInteger_1_Add, (UInt32__Array * leftBits, int32_t leftSign, UInt32__Array * rightBits, int32_t rightSign, MethodInfo * method)); DO_APP_FUNC(0x0231B590, BigInteger_1, BigInteger_1_op_Subtraction, (BigInteger_1 left, BigInteger_1 right, MethodInfo * method)); DO_APP_FUNC(0x0231B7B0, BigInteger_1, BigInteger_1_Subtract, (UInt32__Array * leftBits, int32_t leftSign, UInt32__Array * rightBits, int32_t rightSign, MethodInfo * method)); DO_APP_FUNC(0x0231B9D0, BigInteger_1, BigInteger_1_op_Implicit, (uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x0231BA00, BigInteger_1, BigInteger_1_op_Implicit_1, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0231BA20, BigInteger_1, BigInteger_1_op_Implicit_2, (int64_t value, MethodInfo * method)); DO_APP_FUNC(0x0231BA40, uint8_t, BigInteger_1_op_Explicit, (BigInteger_1 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67750, BigInteger_1_op_Explicit__MethodInfo); DO_APP_FUNC(0x0231BAD0, int32_t, BigInteger_1_op_Explicit_1, (BigInteger_1 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67768, BigInteger_1_op_Explicit_1__MethodInfo); DO_APP_FUNC(0x0231BC10, BigInteger_1, BigInteger_1_op_LeftShift, (BigInteger_1 value, int32_t shift, MethodInfo * method)); DO_APP_FUNC(0x0231BEE0, BigInteger_1, BigInteger_1_op_RightShift, (BigInteger_1 value, int32_t shift, MethodInfo * method)); DO_APP_FUNC(0x0231C350, BigInteger_1, BigInteger_1_op_Addition, (BigInteger_1 left, BigInteger_1 right, MethodInfo * method)); DO_APP_FUNC(0x0231C570, BigInteger_1, BigInteger_1_op_Multiply, (BigInteger_1 left, BigInteger_1 right, MethodInfo * method)); DO_APP_FUNC(0x0231C890, bool, BigInteger_1_op_GreaterThanOrEqual, (BigInteger_1 left, BigInteger_1 right, MethodInfo * method)); DO_APP_FUNC(0x0231C900, bool, BigInteger_1_op_Inequality, (BigInteger_1 left, BigInteger_1 right, MethodInfo * method)); DO_APP_FUNC(0x0231C970, bool, BigInteger_1_op_LessThan, (BigInteger_1 left, int64_t right, MethodInfo * method)); DO_APP_FUNC(0x0231C9E0, bool, BigInteger_1_GetPartsForBitManipulation, (BigInteger_1 * x, UInt32__Array * * xd, int32_t * xl, MethodInfo * method)); DO_APP_FUNC(0x0231CBC0, int32_t, BigInteger_1_GetDiffLength, (UInt32__Array * rgu1, UInt32__Array * rgu2, int32_t cu, MethodInfo * method)); DO_APP_FUNC(0x0231CC20, void, BigInteger_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0231D0D0, UInt32__Array *, BigIntegerCalculator_Add, (UInt32__Array * left, uint32_t right, MethodInfo * method)); DO_APP_FUNC(0x0231D190, UInt32__Array *, BigIntegerCalculator_Add_1, (UInt32__Array * left, UInt32__Array * right, MethodInfo * method)); DO_APP_FUNC(0x0231D2B0, void, BigIntegerCalculator_Add_2, (uint32_t * left, int32_t leftLength, uint32_t * right, int32_t rightLength, uint32_t * bits, int32_t bitsLength, MethodInfo * method)); DO_APP_FUNC(0x0231D360, void, BigIntegerCalculator_AddSelf, (uint32_t * left, int32_t leftLength, uint32_t * right, int32_t rightLength, MethodInfo * method)); DO_APP_FUNC(0x0231D3D0, UInt32__Array *, BigIntegerCalculator_Subtract, (UInt32__Array * left, uint32_t right, MethodInfo * method)); DO_APP_FUNC(0x0231D490, UInt32__Array *, BigIntegerCalculator_Subtract_1, (UInt32__Array * left, UInt32__Array * right, MethodInfo * method)); DO_APP_FUNC(0x0231D630, void, BigIntegerCalculator_Subtract_2, (uint32_t * left, int32_t leftLength, uint32_t * right, int32_t rightLength, uint32_t * bits, int32_t bitsLength, MethodInfo * method)); DO_APP_FUNC(0x0231D6E0, void, BigIntegerCalculator_SubtractSelf, (uint32_t * left, int32_t leftLength, uint32_t * right, int32_t rightLength, MethodInfo * method)); DO_APP_FUNC(0x0231D750, int32_t, BigIntegerCalculator_Compare, (UInt32__Array * left, UInt32__Array * right, MethodInfo * method)); DO_APP_FUNC(0x0231D7E0, int32_t, BigIntegerCalculator_Compare_1, (uint32_t * left, int32_t leftLength, uint32_t * right, int32_t rightLength, MethodInfo * method)); DO_APP_FUNC(0x0231D830, UInt32__Array *, BigIntegerCalculator_Divide, (UInt32__Array * left, uint32_t right, uint32_t * remainder, MethodInfo * method)); DO_APP_FUNC(0x0231D8F0, uint32_t, BigIntegerCalculator_Remainder, (UInt32__Array * left, uint32_t right, MethodInfo * method)); DO_APP_FUNC(0x0231D950, UInt32__Array *, BigIntegerCalculator_Divide_1, (UInt32__Array * left, UInt32__Array * right, UInt32__Array * * remainder, MethodInfo * method)); DO_APP_FUNC(0x0231DB00, UInt32__Array *, BigIntegerCalculator_Divide_2, (UInt32__Array * left, UInt32__Array * right, MethodInfo * method)); DO_APP_FUNC(0x0231DC40, UInt32__Array *, BigIntegerCalculator_Remainder_1, (UInt32__Array * left, UInt32__Array * right, MethodInfo * method)); DO_APP_FUNC(0x0231DD40, void, BigIntegerCalculator_Divide_3, (uint32_t * left, int32_t leftLength, uint32_t * right, int32_t rightLength, uint32_t * bits, int32_t bitsLength, MethodInfo * method)); DO_APP_FUNC(0x0231E180, uint32_t, BigIntegerCalculator_AddDivisor, (uint32_t * left, int32_t leftLength, uint32_t * right, int32_t rightLength, MethodInfo * method)); DO_APP_FUNC(0x0231E1B0, uint32_t, BigIntegerCalculator_SubtractDivisor, (uint32_t * left, int32_t leftLength, uint32_t * right, int32_t rightLength, uint64_t q, MethodInfo * method)); DO_APP_FUNC(0x0231E210, bool, BigIntegerCalculator_DivideGuessTooBig, (uint64_t q, uint64_t valHi, uint32_t valLo, uint32_t divHi, uint32_t divLo, MethodInfo * method)); DO_APP_FUNC(0x0231E250, UInt32__Array *, BigIntegerCalculator_CreateCopy, (UInt32__Array * value, MethodInfo * method)); DO_APP_FUNC(0x0231E2D0, int32_t, BigIntegerCalculator_LeadingZeros, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x0231E340, uint32_t, BigIntegerCalculator_Pow, (uint32_t value, uint32_t power, uint32_t modulus, MethodInfo * method)); DO_APP_FUNC(0x0231E3F0, uint32_t, BigIntegerCalculator_Pow_1, (UInt32__Array * value, uint32_t power, uint32_t modulus, MethodInfo * method)); DO_APP_FUNC(0x0231E4E0, uint32_t, BigIntegerCalculator_Pow_2, (uint32_t value, UInt32__Array * power, uint32_t modulus, MethodInfo * method)); DO_APP_FUNC(0x0231E560, uint32_t, BigIntegerCalculator_Pow_3, (UInt32__Array * value, UInt32__Array * power, uint32_t modulus, MethodInfo * method)); DO_APP_FUNC(0x0231E620, uint32_t, BigIntegerCalculator_PowCore, (UInt32__Array * power, uint32_t modulus, uint64_t value, uint64_t result, MethodInfo * method)); DO_APP_FUNC(0x0231E760, uint32_t, BigIntegerCalculator_PowCore_1, (uint32_t power, uint32_t modulus, uint64_t value, uint64_t result, MethodInfo * method)); DO_APP_FUNC(0x0231E7B0, UInt32__Array *, BigIntegerCalculator_Pow_4, (uint32_t value, uint32_t power, UInt32__Array * modulus, MethodInfo * method)); DO_APP_FUNC(0x0231E850, UInt32__Array *, BigIntegerCalculator_Pow_5, (UInt32__Array * value, uint32_t power, UInt32__Array * modulus, MethodInfo * method)); DO_APP_FUNC(0x0231E920, UInt32__Array *, BigIntegerCalculator_Pow_6, (uint32_t value, UInt32__Array * power, UInt32__Array * modulus, MethodInfo * method)); DO_APP_FUNC(0x0231E9C0, UInt32__Array *, BigIntegerCalculator_Pow_7, (UInt32__Array * value, UInt32__Array * power, UInt32__Array * modulus, MethodInfo * method)); DO_APP_FUNC(0x0231EA90, UInt32__Array *, BigIntegerCalculator_PowCore_2, (UInt32__Array * power, UInt32__Array * modulus, BigIntegerCalculator_BitsBuffer * value, MethodInfo * method)); DO_APP_FUNC(0x0231EF10, UInt32__Array *, BigIntegerCalculator_PowCore_3, (uint32_t power, UInt32__Array * modulus, BigIntegerCalculator_BitsBuffer * value, MethodInfo * method)); DO_APP_FUNC(0x0231F240, void, BigIntegerCalculator_PowCore_4, (UInt32__Array * power, UInt32__Array * modulus, BigIntegerCalculator_BitsBuffer * value, BigIntegerCalculator_BitsBuffer * result, BigIntegerCalculator_BitsBuffer * temp, MethodInfo * method)); DO_APP_FUNC(0x0231F390, void, BigIntegerCalculator_PowCore_5, (uint32_t power, UInt32__Array * modulus, BigIntegerCalculator_BitsBuffer * value, BigIntegerCalculator_BitsBuffer * result, BigIntegerCalculator_BitsBuffer * temp, MethodInfo * method)); DO_APP_FUNC(0x0231F430, void, BigIntegerCalculator_PowCore_6, (UInt32__Array * power, BigIntegerCalculator_FastReducer * reducer, BigIntegerCalculator_BitsBuffer * value, BigIntegerCalculator_BitsBuffer * result, BigIntegerCalculator_BitsBuffer * temp, MethodInfo * method)); DO_APP_FUNC(0x0231F580, void, BigIntegerCalculator_PowCore_7, (uint32_t power, BigIntegerCalculator_FastReducer * reducer, BigIntegerCalculator_BitsBuffer * value, BigIntegerCalculator_BitsBuffer * result, BigIntegerCalculator_BitsBuffer * temp, MethodInfo * method)); DO_APP_FUNC(0x0231F630, int32_t, BigIntegerCalculator_ActualLength, (UInt32__Array * value, MethodInfo * method)); DO_APP_FUNC(0x0231F6B0, int32_t, BigIntegerCalculator_ActualLength_1, (UInt32__Array * value, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0231F6F0, UInt32__Array *, BigIntegerCalculator_Square, (UInt32__Array * value, MethodInfo * method)); DO_APP_FUNC(0x0231F7E0, void, BigIntegerCalculator_Square_1, (uint32_t * value, int32_t valueLength, uint32_t * bits, int32_t bitsLength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67748, BigIntegerCalculator_Square_1__MethodInfo); DO_APP_FUNC(0x0231FC00, UInt32__Array *, BigIntegerCalculator_Multiply, (UInt32__Array * left, uint32_t right, MethodInfo * method)); DO_APP_FUNC(0x0231FCD0, UInt32__Array *, BigIntegerCalculator_Multiply_1, (UInt32__Array * left, UInt32__Array * right, MethodInfo * method)); DO_APP_FUNC(0x0231FE00, void, BigIntegerCalculator_Multiply_2, (uint32_t * left, int32_t leftLength, uint32_t * right, int32_t rightLength, uint32_t * bits, int32_t bitsLength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67740, BigIntegerCalculator_Multiply_2__MethodInfo); DO_APP_FUNC(0x02320360, void, BigIntegerCalculator_SubtractCore, (uint32_t * left, int32_t leftLength, uint32_t * right, int32_t rightLength, uint32_t * core, int32_t coreLength, MethodInfo * method)); DO_APP_FUNC(0x02320470, void, BigIntegerCalculator__cctor, (MethodInfo * method)); DO_APP_FUNC(0x023204F0, void, BigIntegerCalculator_BitsBuffer__ctor, (BigIntegerCalculator_BitsBuffer * __this, int32_t size, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x023205C0, void, BigIntegerCalculator_BitsBuffer__ctor_1, (BigIntegerCalculator_BitsBuffer * __this, int32_t size, UInt32__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02320720, void, BigIntegerCalculator_BitsBuffer_MultiplySelf, (BigIntegerCalculator_BitsBuffer * __this, BigIntegerCalculator_BitsBuffer * value, BigIntegerCalculator_BitsBuffer * temp, MethodInfo * method)); DO_APP_FUNC(0x023208A0, void, BigIntegerCalculator_BitsBuffer_SquareSelf, (BigIntegerCalculator_BitsBuffer * __this, BigIntegerCalculator_BitsBuffer * temp, MethodInfo * method)); DO_APP_FUNC(0x02320990, void, BigIntegerCalculator_BitsBuffer_Reduce, (BigIntegerCalculator_BitsBuffer * __this, BigIntegerCalculator_FastReducer * reducer, MethodInfo * method)); DO_APP_FUNC(0x023209C0, void, BigIntegerCalculator_BitsBuffer_Reduce_1, (BigIntegerCalculator_BitsBuffer * __this, UInt32__Array * modulus, MethodInfo * method)); DO_APP_FUNC(0x00470F00, UInt32__Array *, BigIntegerCalculator_BitsBuffer_GetBits, (BigIntegerCalculator_BitsBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x0149E640, int32_t, BigIntegerCalculator_BitsBuffer_GetSize, (BigIntegerCalculator_BitsBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02320AE0, void, BigIntegerCalculator_BitsBuffer_Apply, (BigIntegerCalculator_BitsBuffer * __this, BigIntegerCalculator_BitsBuffer * temp, int32_t maxLength, MethodInfo * method)); DO_APP_FUNC(0x02320C30, void, BigIntegerCalculator_FastReducer__ctor, (BigIntegerCalculator_FastReducer * __this, UInt32__Array * modulus, MethodInfo * method)); DO_APP_FUNC(0x02320FE0, int32_t, BigIntegerCalculator_FastReducer_Reduce, (BigIntegerCalculator_FastReducer * __this, UInt32__Array * value, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x023210E0, int32_t, BigIntegerCalculator_FastReducer_DivMul, (UInt32__Array * left, int32_t leftLength, UInt32__Array * right, int32_t rightLength, UInt32__Array * bits, int32_t k, MethodInfo * method)); DO_APP_FUNC(0x02321270, int32_t, BigIntegerCalculator_FastReducer_SubMod, (UInt32__Array * left, int32_t leftLength, UInt32__Array * right, int32_t rightLength, UInt32__Array * modulus, int32_t k, MethodInfo * method)); DO_APP_FUNC(0x023214E0, uint16_t, BigNumber_ParseFormatSpecifier, (ReadOnlySpan_1_Char_ format, int32_t * digits, MethodInfo * method)); DO_APP_FUNC(0x02321630, String *, BigNumber_FormatBigIntegerToHex, (bool targetSpan, BigInteger_1 value, uint16_t format, int32_t digits, NumberFormatInfo * info, Span_1_Char_ destination, int32_t * charsWritten, bool * spanSuccess, MethodInfo * method)); DO_APP_FUNC(0x02321D00, String *, BigNumber_FormatBigInteger, (BigInteger_1 value, String * format, NumberFormatInfo * info, MethodInfo * method)); DO_APP_FUNC(0x02321DF0, String *, BigNumber_FormatBigInteger_1, (bool targetSpan, BigInteger_1 value, String * formatString, ReadOnlySpan_1_Char_ formatSpan, NumberFormatInfo * info, Span_1_Char_ destination, int32_t * charsWritten, bool * spanSuccess, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67718, BigNumber_FormatBigInteger_1__MethodInfo); DO_APP_FUNC(0x02322BC0, void, NumericsHelpers_DangerousMakeTwosComplement, (UInt32__Array * d, MethodInfo * method)); DO_APP_FUNC(0x02322C50, uint64_t, NumericsHelpers_MakeUlong, (uint32_t uHi, uint32_t uLo, MethodInfo * method)); DO_APP_FUNC(0x02322C60, uint32_t, NumericsHelpers_Abs, (int32_t a, MethodInfo * method)); DO_APP_FUNC(0x02322C70, uint32_t, NumericsHelpers_CombineHash, (uint32_t u1, uint32_t u2, MethodInfo * method)); DO_APP_FUNC(0x02322C70, int32_t, NumericsHelpers_CombineHash_1, (int32_t n1, int32_t n2, MethodInfo * method)); DO_APP_FUNC(0x02322C80, void, FormatProvider_FormatBigInteger, (ValueStringBuilder_1 * sb, int32_t precision, int32_t scale, bool sign, ReadOnlySpan_1_Char_ format, NumberFormatInfo * numberFormatInfo, Char__Array * digits, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x02322E00, void, FormatProvider_Number_Int32ToDecChars, (uint16_t * buffer, int32_t * index, uint32_t value, int32_t digits, MethodInfo * method)); DO_APP_FUNC(0x02322E70, uint16_t, FormatProvider_Number_ParseFormatSpecifier, (ReadOnlySpan_1_Char_ format, int32_t * digits, MethodInfo * method)); DO_APP_FUNC(0x02323010, void, FormatProvider_Number_NumberToString, (ValueStringBuilder_1 * sb, FormatProvider_Number_NumberBuffer * number, uint16_t format, int32_t nMaxDigits, NumberFormatInfo * info, bool isDecimal, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67708, FormatProvider_Number_NumberToString__MethodInfo); DO_APP_FUNC(0x023236C0, void, FormatProvider_Number_FormatCurrency, (ValueStringBuilder_1 * sb, FormatProvider_Number_NumberBuffer * number, int32_t nMinDigits, int32_t nMaxDigits, NumberFormatInfo * info, MethodInfo * method)); DO_APP_FUNC(0x02323910, int32_t, FormatProvider_Number_wcslen, (uint16_t * s, MethodInfo * method)); DO_APP_FUNC(0x02323930, void, FormatProvider_Number_FormatFixed, (ValueStringBuilder_1 * sb, FormatProvider_Number_NumberBuffer * number, int32_t nMinDigits, int32_t nMaxDigits, NumberFormatInfo * info, Int32__Array * groupDigits, String * sDecimal, String * sGroup, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67738, FormatProvider_Number_FormatFixed__MethodInfo); DO_APP_FUNC(0x02323D30, void, FormatProvider_Number_FormatNumber, (ValueStringBuilder_1 * sb, FormatProvider_Number_NumberBuffer * number, int32_t nMinDigits, int32_t nMaxDigits, NumberFormatInfo * info, MethodInfo * method)); DO_APP_FUNC(0x02323F30, void, FormatProvider_Number_FormatScientific, (ValueStringBuilder_1 * sb, FormatProvider_Number_NumberBuffer * number, int32_t nMinDigits, int32_t nMaxDigits, NumberFormatInfo * info, uint16_t expChar, MethodInfo * method)); DO_APP_FUNC(0x02324060, void, FormatProvider_Number_FormatExponent, (ValueStringBuilder_1 * sb, NumberFormatInfo * info, int32_t value, uint16_t expChar, int32_t minDigits, bool positiveSign, MethodInfo * method)); DO_APP_FUNC(0x02324200, void, FormatProvider_Number_FormatGeneral, (ValueStringBuilder_1 * sb, FormatProvider_Number_NumberBuffer * number, int32_t nMinDigits, int32_t nMaxDigits, NumberFormatInfo * info, uint16_t expChar, bool bSuppressScientific, MethodInfo * method)); DO_APP_FUNC(0x02324470, void, FormatProvider_Number_FormatPercent, (ValueStringBuilder_1 * sb, FormatProvider_Number_NumberBuffer * number, int32_t nMinDigits, int32_t nMaxDigits, NumberFormatInfo * info, MethodInfo * method)); DO_APP_FUNC(0x023246C0, void, FormatProvider_Number_RoundNumber, (FormatProvider_Number_NumberBuffer * number, int32_t pos, MethodInfo * method)); DO_APP_FUNC(0x023247A0, int32_t, FormatProvider_Number_FindSection, (ReadOnlySpan_1_Char_ format, int32_t section, MethodInfo * method)); DO_APP_FUNC(0x023248D0, void, FormatProvider_Number_NumberToStringFormat, (ValueStringBuilder_1 * sb, FormatProvider_Number_NumberBuffer * number, ReadOnlySpan_1_Char_ format, NumberFormatInfo * info, MethodInfo * method)); DO_APP_FUNC(0x02325650, void, FormatProvider_Number__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003B93C0, uint16_t *, FormatProvider_Number_NumberBuffer_get_digits, (FormatProvider_Number_NumberBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x019C48C0, void, ValueStringBuilder_1__ctor, (ValueStringBuilder_1 * __this, Span_1_Char_ initialBuffer, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, ValueStringBuilder_1_get_Length, (ValueStringBuilder_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02326810, String *, ValueStringBuilder_1_ToString, (ValueStringBuilder_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x023268F0, bool, ValueStringBuilder_1_TryCopyTo, (ValueStringBuilder_1 * __this, Span_1_Char_ destination, int32_t * charsWritten, MethodInfo * method)); DO_APP_FUNC(0x02326A50, void, ValueStringBuilder_1_Insert, (ValueStringBuilder_1 * __this, int32_t index, uint16_t value, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02326D10, void, ValueStringBuilder_1_Append, (ValueStringBuilder_1 * __this, uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x02326D90, void, ValueStringBuilder_1_Append_1, (ValueStringBuilder_1 * __this, String * s, MethodInfo * method)); DO_APP_FUNC(0x02326E30, void, ValueStringBuilder_1_AppendSlow, (ValueStringBuilder_1 * __this, String * s, MethodInfo * method)); DO_APP_FUNC(0x02326FD0, void, ValueStringBuilder_1_Append_2, (ValueStringBuilder_1 * __this, uint16_t c, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x023270B0, void, ValueStringBuilder_1_Append_3, (ValueStringBuilder_1 * __this, uint16_t * value, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02327190, Span_1_Char_, ValueStringBuilder_1_AppendSpan, (ValueStringBuilder_1 * __this, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02327270, void, ValueStringBuilder_1_GrowAndAppend, (ValueStringBuilder_1 * __this, uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x023272B0, void, ValueStringBuilder_1_Grow, (ValueStringBuilder_1 * __this, int32_t requiredAdditionalCapacity, MethodInfo * method)); DO_APP_FUNC(0x023274F0, void, ValueStringBuilder_1_Dispose, (ValueStringBuilder_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02850520, void, UdpAssert_Assert, (bool condition, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C110, UdpAssert_Assert__MethodInfo); DO_APP_FUNC(0x02850590, void, UdpAssert_Assert_1, (bool condition, String * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C120, UdpAssert_Assert_1__MethodInfo); DO_APP_FUNC(0x02850610, void, UdpAssert_Assert_2, (bool condition, String * message, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C130, UdpAssert_Assert_2__MethodInfo); DO_APP_FUNC(0x028506B0, void, Blit_Clear, (Byte__Array * bytes, MethodInfo * method)); DO_APP_FUNC(0x028506E0, bool, Blit_PackBool, (Byte__Array * bytes, int32_t * offset, bool value, MethodInfo * method)); DO_APP_FUNC(0x02850710, bool, Blit_ReadBool, (Byte__Array * bytes, int32_t * offset, MethodInfo * method)); DO_APP_FUNC(0x02850740, void, Blit_PackByte, (Byte__Array * bytes, int32_t * offset, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x02850770, uint8_t, Blit_ReadByte, (Byte__Array * bytes, int32_t * offset, MethodInfo * method)); DO_APP_FUNC(0x028507A0, int32_t, Blit_GetBytesPrefixSize, (Byte__Array * bytes, MethodInfo * method)); DO_APP_FUNC(0x028507C0, void, Blit_PackBytesPrefix, (Byte__Array * bytes, int32_t * offset, Byte__Array * from, MethodInfo * method)); DO_APP_FUNC(0x02850890, Byte__Array *, Blit_ReadBytesPrefix, (Byte__Array * bytes, int32_t * offset, MethodInfo * method)); DO_APP_FUNC(0x028509B0, void, Blit_PackBytes, (Byte__Array * bytes, int32_t offset, Byte__Array * from, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x028509E0, void, Blit_ReadBytes, (Byte__Array * bytes, int32_t offset, Byte__Array * into, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02850A00, void, Blit_PackBytes_1, (Byte__Array * bytes, int32_t * bytesOffset, Byte__Array * from, int32_t fromOffset, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02850A50, void, Blit_ReadBytes_1, (Byte__Array * bytes, int32_t * bytesOffset, Byte__Array * into, int32_t intoOffset, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02850A90, void, Blit_PackU16, (Byte__Array * bytes, int32_t * offset, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x02850AE0, uint16_t, Blit_ReadU16, (Byte__Array * bytes, int32_t * offset, MethodInfo * method)); DO_APP_FUNC(0x02850B40, void, Blit_PackI32, (Byte__Array * bytes, int32_t * offset, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02850BC0, int32_t, Blit_ReadI32, (Byte__Array * bytes, int32_t * offset, MethodInfo * method)); DO_APP_FUNC(0x02850C40, void, Blit_PackU32, (Byte__Array * bytes, int32_t * offset, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x02850C60, void, Blit_PackU32_1, (Byte__Array * bytes, int32_t * offset, uint32_t value, int32_t byteCount, MethodInfo * method)); DO_APP_FUNC(0x02850DA0, uint32_t, Blit_ReadU32, (Byte__Array * bytes, int32_t * offset, MethodInfo * method)); DO_APP_FUNC(0x02850DB0, uint32_t, Blit_ReadU32_1, (Byte__Array * bytes, int32_t * offset, int32_t byteCount, MethodInfo * method)); DO_APP_FUNC(0x02850F30, void, Blit_PackF32, (Byte__Array * bytes, int32_t offset, float value, MethodInfo * method)); DO_APP_FUNC(0x02850FB0, float, Blit_ReadF32, (Byte__Array * bytes, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x02851030, void, Blit_PackU64, (Byte__Array * bytes, int32_t * offset, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x02851110, uint64_t, Blit_ReadU64, (Byte__Array * bytes, int32_t * offset, MethodInfo * method)); DO_APP_FUNC(0x028511F0, int32_t, Blit_GetStringSize, (String * value, MethodInfo * method)); DO_APP_FUNC(0x02851250, void, Blit_PackString, (Byte__Array * bytes, int32_t * offset, String * value, MethodInfo * method)); DO_APP_FUNC(0x02851350, String *, Blit_ReadString, (Byte__Array * bytes, int32_t * offset, MethodInfo * method)); DO_APP_FUNC(0x02851450, UdpEndPoint, Blit_ReadEndPoint, (Byte__Array * bytes, int32_t * offset, MethodInfo * method)); DO_APP_FUNC(0x02851530, void, Blit_PackEndPoint, (Byte__Array * bytes, int32_t * offset, UdpEndPoint endpoint, MethodInfo * method)); DO_APP_FUNC(0x02851600, void, Blit_PackGuid, (Byte__Array * bytes, int32_t * offset, Guid value, MethodInfo * method)); DO_APP_FUNC(0x02851840, Guid, Blit_ReadGuid, (Byte__Array * bytes, int32_t * offset, MethodInfo * method)); DO_APP_FUNC(0x028519F0, bool, UdpEndPoint_get_IsWan, (UdpEndPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x02851AA0, bool, UdpEndPoint_get_IsLan, (UdpEndPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x02851B70, UdpEndPoint_Native, UdpEndPoint_get_AsNative, (UdpEndPoint * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C140, UdpEndPoint_get_AsNative__MethodInfo); DO_APP_FUNC(0x02851BF0, void, UdpEndPoint__ctor, (UdpEndPoint * __this, UdpIPv4Address address, uint16_t port, MethodInfo * method)); DO_APP_FUNC(0x02851C10, void, UdpEndPoint__ctor_1, (UdpEndPoint * __this, UdpIPv6Address address, uint16_t port, MethodInfo * method)); DO_APP_FUNC(0x02851C30, void, UdpEndPoint__ctor_2, (UdpEndPoint * __this, UdpSteamID steamId, MethodInfo * method)); DO_APP_FUNC(0x02851C40, void, UdpEndPoint__ctor_3, (UdpEndPoint * __this, uint64_t id, MethodInfo * method)); DO_APP_FUNC(0x02851CA0, int32_t, UdpEndPoint_CompareTo, (UdpEndPoint * __this, UdpEndPoint other, MethodInfo * method)); DO_APP_FUNC(0x02851D60, bool, UdpEndPoint_Equals, (UdpEndPoint * __this, UdpEndPoint other, MethodInfo * method)); DO_APP_FUNC(0x02851E20, int32_t, UdpEndPoint_GetHashCode, (UdpEndPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x02851E30, bool, UdpEndPoint_Equals_1, (UdpEndPoint * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02851F60, String *, UdpEndPoint_ToString, (UdpEndPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x02852240, UdpEndPoint, UdpEndPoint_Parse, (String * endpoint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C0D8, UdpEndPoint_Parse__MethodInfo); DO_APP_FUNC(0x02852720, bool, UdpEndPoint_op_Equality, (UdpEndPoint x, UdpEndPoint y, MethodInfo * method)); DO_APP_FUNC(0x028527C0, bool, UdpEndPoint_op_Inequality, (UdpEndPoint x, UdpEndPoint y, MethodInfo * method)); DO_APP_FUNC(0x02852860, UdpEndPoint, UdpEndPoint_op_BitwiseAnd, (UdpEndPoint a, UdpEndPoint b, MethodInfo * method)); DO_APP_FUNC(0x02852920, int32_t, UdpEndPoint_Compare, (UdpEndPoint x, UdpEndPoint y, MethodInfo * method)); DO_APP_FUNC(0x02852C30, void, UdpEndPoint__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02852D60, UdpEndPoint, UdpEndPoint_Native_get_AsManaged, (UdpEndPoint_Native * __this, MethodInfo * method)); DO_APP_FUNC(0x02852D90, bool, UdpEndPoint_Comparer_System_Collections_Generic_IEqualityComparer_UdpKit_UdpEndPoint__Equals, (UdpEndPoint_Comparer * __this, UdpEndPoint x, UdpEndPoint y, MethodInfo * method)); DO_APP_FUNC(0x02852E30, int32_t, UdpEndPoint_Comparer_System_Collections_Generic_IEqualityComparer_UdpKit_UdpEndPoint__GetHashCode, (UdpEndPoint_Comparer * __this, UdpEndPoint obj, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpEndPoint_Comparer__ctor, (UdpEndPoint_Comparer * __this, MethodInfo * method)); DO_APP_FUNC(0x02852E80, void, UdpException__ctor, (UdpException * __this, MethodInfo * method)); DO_APP_FUNC(0x02852ED0, void, UdpException__ctor_1, (UdpException * __this, String * fmt, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x02852FB0, void, UdpException__ctor_2, (UdpException * __this, String * msg, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, UdpIPv4Address__ctor, (UdpIPv4Address * __this, uint32_t packed, MethodInfo * method)); DO_APP_FUNC(0x02853070, void, UdpIPv4Address__ctor_1, (UdpIPv4Address * __this, int64_t addr, MethodInfo * method)); DO_APP_FUNC(0x02853150, void, UdpIPv4Address__ctor_2, (UdpIPv4Address * __this, uint8_t a, uint8_t b, uint8_t c, uint8_t d, MethodInfo * method)); DO_APP_FUNC(0x02853170, bool, UdpIPv4Address_Equals, (UdpIPv4Address * __this, UdpIPv4Address other, MethodInfo * method)); DO_APP_FUNC(0x028531F0, int32_t, UdpIPv4Address_CompareTo, (UdpIPv4Address * __this, UdpIPv4Address other, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, UdpIPv4Address_GetHashCode, (UdpIPv4Address * __this, MethodInfo * method)); DO_APP_FUNC(0x02853260, bool, UdpIPv4Address_Equals_1, (UdpIPv4Address * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02853310, String *, UdpIPv4Address_ToString, (UdpIPv4Address * __this, MethodInfo * method)); DO_APP_FUNC(0x02853550, bool, UdpIPv4Address_get_IsAny, (UdpIPv4Address * __this, MethodInfo * method)); DO_APP_FUNC(0x02853570, bool, UdpIPv4Address_get_IsLocalHost, (UdpIPv4Address * __this, MethodInfo * method)); DO_APP_FUNC(0x02853590, bool, UdpIPv4Address_get_IsBroadcast, (UdpIPv4Address * __this, MethodInfo * method)); DO_APP_FUNC(0x028535B0, bool, UdpIPv4Address_get_IsPrivate, (UdpIPv4Address * __this, MethodInfo * method)); DO_APP_FUNC(0x028535E0, bool, UdpIPv4Address_get_IsWan, (UdpIPv4Address * __this, MethodInfo * method)); DO_APP_FUNC(0x028536E0, bool, UdpIPv4Address_op_Equality, (UdpIPv4Address x, UdpIPv4Address y, MethodInfo * method)); DO_APP_FUNC(0x02853750, bool, UdpIPv4Address_op_Inequality, (UdpIPv4Address x, UdpIPv4Address y, MethodInfo * method)); DO_APP_FUNC(0x0099AFA0, UdpIPv4Address, UdpIPv4Address_op_BitwiseAnd, (UdpIPv4Address a, UdpIPv4Address b, MethodInfo * method)); DO_APP_FUNC(0x028537C0, int32_t, UdpIPv4Address_CompareOrder, (UdpIPv4Address x, UdpIPv4Address y, MethodInfo * method)); DO_APP_FUNC(0x028537D0, UdpIPv4Address, UdpIPv4Address_Parse, (String * address, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C0B8, UdpIPv4Address_Parse__MethodInfo); DO_APP_FUNC(0x02853B40, void, UdpIPv4Address__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpIPv4Address_Comparer__ctor, (UdpIPv4Address_Comparer * __this, MethodInfo * method)); DO_APP_FUNC(0x02853BC0, int32_t, UdpIPv4Address_Comparer_System_Collections_Generic_IComparer_UdpKit_UdpIPv4Address__Compare, (UdpIPv4Address_Comparer * __this, UdpIPv4Address x, UdpIPv4Address y, MethodInfo * method)); DO_APP_FUNC(0x02853C30, bool, UdpIPv4Address_Comparer_System_Collections_Generic_IEqualityComparer_UdpKit_UdpIPv4Address__Equals, (UdpIPv4Address_Comparer * __this, UdpIPv4Address x, UdpIPv4Address y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, UdpIPv4Address_Comparer_System_Collections_Generic_IEqualityComparer_UdpKit_UdpIPv4Address__GetHashCode, (UdpIPv4Address_Comparer * __this, UdpIPv4Address obj, MethodInfo * method)); DO_APP_FUNC(0x02853CA0, void, UdpIPv4Address_Comparer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02853D50, bool, UdpIPv6Address_get_IsAny, (UdpIPv6Address * __this, MethodInfo * method)); DO_APP_FUNC(0x02853D70, bool, UdpIPv6Address_get_IsLocalHost, (UdpIPv6Address * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, UdpIPv6Address_get_IsBroadcast, (UdpIPv6Address * __this, MethodInfo * method)); DO_APP_FUNC(0x02853E70, bool, UdpIPv6Address_get_IsWan, (UdpIPv6Address * __this, MethodInfo * method)); DO_APP_FUNC(0x02853F30, bool, UdpIPv6Address_get_IsPrivate, (UdpIPv6Address * __this, MethodInfo * method)); DO_APP_FUNC(0x02854310, Byte__Array *, UdpIPv6Address_get_Bytes, (UdpIPv6Address * __this, MethodInfo * method)); DO_APP_FUNC(0x02854460, void, UdpIPv6Address__ctor, (UdpIPv6Address * __this, Byte__Array * address, MethodInfo * method)); DO_APP_FUNC(0x00C1EA20, void, UdpIPv6Address__ctor_1, (UdpIPv6Address * __this, uint64_t packed0, uint64_t packed1, MethodInfo * method)); DO_APP_FUNC(0x02854580, bool, UdpIPv6Address_Equals, (UdpIPv6Address * __this, UdpIPv6Address other, MethodInfo * method)); DO_APP_FUNC(0x02854630, int32_t, UdpIPv6Address_CompareTo, (UdpIPv6Address * __this, UdpIPv6Address other, MethodInfo * method)); DO_APP_FUNC(0x028546D0, int32_t, UdpIPv6Address_GetHashCode, (UdpIPv6Address * __this, MethodInfo * method)); DO_APP_FUNC(0x028546E0, bool, UdpIPv6Address_Equals_1, (UdpIPv6Address * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x028547F0, bool, UdpIPv6Address_op_Equality, (UdpIPv6Address x, UdpIPv6Address y, MethodInfo * method)); DO_APP_FUNC(0x02854890, bool, UdpIPv6Address_op_Inequality, (UdpIPv6Address x, UdpIPv6Address y, MethodInfo * method)); DO_APP_FUNC(0x02854930, UdpIPv6Address, UdpIPv6Address_Parse, (String * address, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C0A8, UdpIPv6Address_Parse__MethodInfo); DO_APP_FUNC(0x02854AC0, UdpIPv6Address, UdpIPv6Address_op_BitwiseAnd, (UdpIPv6Address a, UdpIPv6Address b, MethodInfo * method)); DO_APP_FUNC(0x02854AE0, String *, UdpIPv6Address_ToString, (UdpIPv6Address * __this, MethodInfo * method)); DO_APP_FUNC(0x02854C00, int32_t, UdpIPv6Address_CompareOrder, (UdpIPv6Address x, UdpIPv6Address y, MethodInfo * method)); DO_APP_FUNC(0x02854C30, void, UdpIPv6Address__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpIPv6Address_Comparer__ctor, (UdpIPv6Address_Comparer * __this, MethodInfo * method)); DO_APP_FUNC(0x02854D50, int32_t, UdpIPv6Address_Comparer_System_Collections_Generic_IComparer_UdpKit_UdpIPv6Address__Compare, (UdpIPv6Address_Comparer * __this, UdpIPv6Address x, UdpIPv6Address y, MethodInfo * method)); DO_APP_FUNC(0x02854DE0, bool, UdpIPv6Address_Comparer_System_Collections_Generic_IEqualityComparer_UdpKit_UdpIPv6Address__Equals, (UdpIPv6Address_Comparer * __this, UdpIPv6Address x, UdpIPv6Address y, MethodInfo * method)); DO_APP_FUNC(0x02854E80, int32_t, UdpIPv6Address_Comparer_System_Collections_Generic_IEqualityComparer_UdpKit_UdpIPv6Address__GetHashCode, (UdpIPv6Address_Comparer * __this, UdpIPv6Address obj, MethodInfo * method)); DO_APP_FUNC(0x02854E90, void, UdpIPv6Address_Comparer__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02854F40, void, UdpLog_Write, (uint32_t level, String * message, MethodInfo * method)); DO_APP_FUNC(0x02855160, void, UdpLog_Info, (String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpLog_Trace, (String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpLog_Debug, (String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x028552A0, void, UdpLog_Warn, (String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x028553E0, void, UdpLog_Error, (String * format, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x028554F0, void, UdpLog_SetWriter, (UdpLog_Writer * callback, MethodInfo * method)); DO_APP_FUNC(0x028555B0, void, UdpLog_Disable, (uint32_t flag, MethodInfo * method)); DO_APP_FUNC(0x02855610, void, UdpLog_Enable, (uint32_t flag, MethodInfo * method)); DO_APP_FUNC(0x02855670, void, UdpLog__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003F2CF0, void, UdpLog_Writer__ctor, (UdpLog_Writer * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, UdpLog_Writer_Invoke, (UdpLog_Writer * __this, uint32_t level, String * message, MethodInfo * method)); DO_APP_FUNC(0x028557D0, IAsyncResult *, UdpLog_Writer_BeginInvoke, (UdpLog_Writer * __this, uint32_t level, String * message, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, UdpLog_Writer_EndInvoke, (UdpLog_Writer * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02855860, bool, UdpMath_IsPowerOfTwo, (uint32_t x, MethodInfo * method)); DO_APP_FUNC(0x02855870, bool, UdpMath_IsMultipleOf8, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x02855890, bool, UdpMath_IsMultipleOf8_1, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x028558B0, uint32_t, UdpMath_NextPow2, (uint32_t v, MethodInfo * method)); DO_APP_FUNC(0x028558E0, int32_t, UdpMath_HighBit, (uint32_t v, MethodInfo * method)); DO_APP_FUNC(0x00B5C580, int32_t, UdpMath_BytesRequired, (int32_t bits, MethodInfo * method)); DO_APP_FUNC(0x00B5C550, int32_t, UdpMath_SeqDistance, (uint32_t from, uint32_t to, int32_t shift, MethodInfo * method)); DO_APP_FUNC(0x028558F0, int32_t, UdpMath_SeqDistance_1, (uint16_t from, uint16_t to, int32_t shift, MethodInfo * method)); DO_APP_FUNC(0x02855920, uint32_t, UdpMath_SeqNext, (uint32_t seq, uint32_t mask, MethodInfo * method)); DO_APP_FUNC(0x02855930, uint16_t, UdpMath_SeqNext_1, (uint16_t seq, uint16_t mask, MethodInfo * method)); DO_APP_FUNC(0x02855940, uint16_t, UdpMath_SeqPrev, (uint16_t seq, uint16_t mask, MethodInfo * method)); DO_APP_FUNC(0x01A70860, bool, UdpMath_IsSet, (uint32_t mask, uint32_t flag, MethodInfo * method)); DO_APP_FUNC(0x02855950, uint16_t, UdpMath_Clamp, (uint16_t value, uint16_t min, uint16_t max, MethodInfo * method)); DO_APP_FUNC(0x0205F8A0, float, UdpMath_Clamp_1, (float value, float min, float max, MethodInfo * method)); DO_APP_FUNC(0x02855970, int32_t, UdpMath_Clamp_2, (int32_t value, int32_t min, int32_t max, MethodInfo * method)); DO_APP_FUNC(0x02855990, uint32_t, UdpMath_Clamp_3, (uint32_t value, uint32_t min, uint32_t max, MethodInfo * method)); DO_APP_FUNC(0x028559B0, uint8_t, UdpMath_Clamp_4, (uint8_t value, uint8_t min, uint8_t max, MethodInfo * method)); DO_APP_FUNC(0x028559D0, NatFeatures *, NatFeatures_Clone, (NatFeatures * __this, MethodInfo * method)); DO_APP_FUNC(0x02855A50, String *, NatFeatures_ToString, (NatFeatures * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NatFeatures__ctor, (NatFeatures * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpSession__ctor, (UdpSession * __this, MethodInfo * method)); DO_APP_FUNC(0x02855D20, UdpSession *, UdpSessionImpl_Build, (String * hostID, MethodInfo * method)); DO_APP_FUNC(0x00FD8AF0, Guid, UdpSessionImpl_get_Id, (UdpSessionImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02855DC0, void, UdpSessionImpl_set_Id, (UdpSessionImpl * __this, Guid value, MethodInfo * method)); DO_APP_FUNC(0x00ADDA40, UdpSessionSource__Enum, UdpSessionImpl_get_Source, (UdpSessionImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A620, void, UdpSessionImpl_set_Source, (UdpSessionImpl * __this, UdpSessionSource__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02855DD0, UdpEndPoint, UdpSessionImpl_get_WanEndPoint, (UdpSessionImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02855DF0, void, UdpSessionImpl_set_WanEndPoint, (UdpSessionImpl * __this, UdpEndPoint value, MethodInfo * method)); DO_APP_FUNC(0x02855E10, UdpEndPoint, UdpSessionImpl_get_LanEndPoint, (UdpSessionImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02855E30, void, UdpSessionImpl_set_LanEndPoint, (UdpSessionImpl * __this, UdpEndPoint value, MethodInfo * method)); DO_APP_FUNC(0x00764A50, int32_t, UdpSessionImpl_get_ConnectionsMax, (UdpSessionImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x01C1F550, void, UdpSessionImpl_set_ConnectionsMax, (UdpSessionImpl * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x007661F0, int32_t, UdpSessionImpl_get_ConnectionsCurrent, (UdpSessionImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x00C13A20, void, UdpSessionImpl_set_ConnectionsCurrent, (UdpSessionImpl * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003C7000, String *, UdpSessionImpl_get_HostName, (UdpSessionImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, UdpSessionImpl_set_HostName, (UdpSessionImpl * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00562610, bool, UdpSessionImpl_get_IsDedicatedServer, (UdpSessionImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x00562620, void, UdpSessionImpl_set_IsDedicatedServer, (UdpSessionImpl * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02855E50, bool, UdpSessionImpl_get_HasWan, (UdpSessionImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x02855EA0, bool, UdpSessionImpl_get_HasLan, (UdpSessionImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7010, Byte__Array *, UdpSessionImpl_get_HostData, (UdpSessionImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, UdpSessionImpl_set_HostData, (UdpSessionImpl * __this, Byte__Array * value, MethodInfo * method)); DO_APP_FUNC(0x003C7020, Object *, UdpSessionImpl_get_HostObject, (UdpSessionImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE20, void, UdpSessionImpl_set_HostObject, (UdpSessionImpl * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02855EF0, UdpSession *, UdpSessionImpl_Clone, (UdpSessionImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpSessionImpl__ctor, (UdpSessionImpl * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, UdpSessionFillMode__Enum, UdpSessionFilter_get_FillMode, (UdpSessionFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, UdpSessionFilter_set_FillMode, (UdpSessionFilter * __this, UdpSessionFillMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Dictionary_2_System_Object_System_Object_ *, UdpSessionFilter_get_FilterProperties, (UdpSessionFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x02855F70, void, UdpSessionFilter__ctor, (UdpSessionFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x02856050, bool, UdpSessionFilter_Add, (UdpSessionFilter * __this, String * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x028561C0, bool, UdpSessionFilter_Remove, (UdpSessionFilter * __this, String * key, MethodInfo * method)); DO_APP_FUNC(0x02856220, Object *, UdpSessionFilter_get_Item, (UdpSessionFilter * __this, String * key, MethodInfo * method)); DO_APP_FUNC(0x02856290, void, UdpSessionFilter_set_Item, (UdpSessionFilter * __this, String * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x02856400, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_, UdpSessionFilter_GetEnumerator, (UdpSessionFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x028564F0, String *, UdpSessionFilter_ToString, (UdpSessionFilter * __this, MethodInfo * method)); DO_APP_FUNC(0x02856540, bool, UdpSessionFilter_IsValid, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x00ADB720, void, UdpSteamID__ctor, (UdpSteamID * __this, uint64_t id, MethodInfo * method)); DO_APP_FUNC(0x02856800, IPAddress *, IPAddressExtensions_GetBroadcastAddress, (IPAddress * address, IPAddress * subnetMask, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C050, IPAddressExtensions_GetBroadcastAddress__MethodInfo); DO_APP_FUNC(0x028569E0, IPAddress *, IPAddressExtensions_GetNetworkAddress, (IPAddress * address, IPAddress * subnetMask, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C040, IPAddressExtensions_GetNetworkAddress__MethodInfo); DO_APP_FUNC(0x02856BB0, bool, IPAddressExtensions_IsInSameSubnet, (IPAddress * address2, IPAddress * address, IPAddress * subnetMask, MethodInfo * method)); DO_APP_FUNC(0x02856C20, bool, IPAddressExtensions_IsInSameSubnet_1, (IPAddress * address2, IPAddress * address, MethodInfo * method)); DO_APP_FUNC(0x02856D70, bool, IPAddressExtensions_IsPrivate, (IPAddress * address, MethodInfo * method)); DO_APP_FUNC(0x02856DE0, int64_t, IPAddressExtensions_ToLong, (IPAddress * address, MethodInfo * method)); DO_APP_FUNC(0x02856E40, IPAddress *, IPAddressExtensions_FromLongAddr, (int64_t addr, MethodInfo * method)); DO_APP_FUNC(0x02856EB0, IPAddress *, SubnetMask_CreateByHostBitLength, (int32_t hostpartLength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BFE8, SubnetMask_CreateByHostBitLength__MethodInfo); DO_APP_FUNC(0x02857130, IPAddress *, SubnetMask_CreateByNetBitLength, (int32_t netpartLength, MethodInfo * method)); DO_APP_FUNC(0x02857190, IPAddress *, SubnetMask_CreateByHostNumber, (int32_t numberOfHosts, MethodInfo * method)); DO_APP_FUNC(0x02857230, void, SubnetMask__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02857630, UdpEndPoint, UdpEndPointExtensions_ConvertToUdpEndPoint, (EndPoint * endpoint, MethodInfo * method)); DO_APP_FUNC(0x02857700, UdpEndPoint, UdpEndPointExtensions_ConvertToUdpEndPoint_1, (IPEndPoint * endpoint, MethodInfo * method)); DO_APP_FUNC(0x02857830, IPEndPoint *, UdpEndPointExtensions_ConvertToIPEndPoint, (UdpEndPoint endpoint, MethodInfo * method)); DO_APP_FUNC(0x02857990, UdpIPv4Address, UdpEndPointExtensions_ConvertToUdpIPv4Address, (IPAddress * address, MethodInfo * method)); DO_APP_FUNC(0x02857A00, void, UdpEndPointExtensions_Register, (UdpEndPoint endPoint, IPEndPoint * ipEndPoint, MethodInfo * method)); DO_APP_FUNC(0x02857D60, void, UdpEndPointExtensions_Register_1, (IPEndPoint * ipEndPoint, UdpEndPoint endPoint, MethodInfo * method)); DO_APP_FUNC(0x028580C0, Byte__Array *, UdpEndPointExtensions_SerializeEndPoint, (UdpEndPoint endPoint, MethodInfo * method)); DO_APP_FUNC(0x028582D0, UdpEndPoint, UdpEndPointExtensions_DeserializeEndPoint, (Byte__Array * encodedEndPoint, MethodInfo * method)); DO_APP_FUNC(0x02858380, bool, UdpEndPointExtensions_IsSameNetwork, (UdpEndPoint endPoint, UdpEndPoint otherEndPoint, MethodInfo * method)); DO_APP_FUNC(0x028585B0, void, UdpEndPointExtensions__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, Guid, Context_1_get_PeerId, (Context_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01097D80, Guid, Context_1_get_GameId, (Context_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02858790, void, Context_1__ctor, (Context_1 * __this, Guid game, MethodInfo * method)); DO_APP_FUNC(0x024EBE90, void, Context_1__ctor_1, (Context_1 * __this, Guid game, Guid peer, MethodInfo * method)); DO_APP_FUNC(0x02858800, void, Context_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02858B30, Message *, Context_1_CreateMessage, (Context_1 * __this, uint8_t type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BEC8, Context_1_CreateMessage__MethodInfo); DO_APP_FUNC(0x02858D80, int32_t, Context_1_WriteMessage, (Context_1 * __this, Message * msg, Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC(0x02858F30, Message *, Context_1_ParseMessage, (Context_1 * __this, Byte__Array * bytes, MethodInfo * method)); DO_APP_FUNC(0x02858F50, Message *, Context_1_ParseMessage_1, (Context_1 * __this, Byte__Array * bytes, int32_t * offset, MethodInfo * method)); DO_APP_FUNC(0x02859180, bool, Message_get_Read, (Message * __this, MethodInfo * method)); DO_APP_FUNC(0x00667070, bool, Message_get_Pack, (Message * __this, MethodInfo * method)); DO_APP_FUNC(0x01028920, void, Message__ctor, (Message * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, Message_Init, (Message * __this, uint8_t type, MethodInfo * method)); DO_APP_FUNC(0x02859190, void, Message_InitBuffer, (Message * __this, int32_t ptr, Byte__Array * buffer, bool pack, MethodInfo * method)); DO_APP_FUNC(0x028591F0, int32_t, Message_Serialize, (Message * __this, int32_t ptr, Byte__Array * buffer, bool pack, MethodInfo * method)); DO_APP_FUNC(0x02859250, int32_t, Message_Serialize_1, (Message * __this, MethodInfo * method)); DO_APP_FUNC(0x0230BE50, String *, Message_ToString, (Message * __this, MethodInfo * method)); DO_APP_FUNC(0x02859380, void, Message_Serialize_2, (Message * __this, UdpSession * * session, MethodInfo * method)); DO_APP_FUNC(0x028596A0, void, Message_Serialize_3, (Message * __this, NatFeatures * * features, MethodInfo * method)); DO_APP_FUNC(0x02859790, void, Message_Serialize_4, (Message * __this, bool * value, MethodInfo * method)); DO_APP_FUNC(0x02859820, void, Message_Serialize_5, (Message * __this, uint8_t * value, MethodInfo * method)); DO_APP_FUNC(0x028598B0, void, Message_Serialize_6, (Message * __this, int32_t * value, MethodInfo * method)); DO_APP_FUNC(0x028599F0, void, Message_Serialize_7, (Message * __this, uint32_t * value, MethodInfo * method)); DO_APP_FUNC(0x02859A70, void, Message_Serialize_8, (Message * __this, String * * value, MethodInfo * method)); DO_APP_FUNC(0x02859D10, void, Message_Serialize_9, (Message * __this, Byte__Array * * value, MethodInfo * method)); DO_APP_FUNC(0x02859EA0, void, Message_Serialize_10, (Message * __this, Guid * value, MethodInfo * method)); DO_APP_FUNC(0x02859F20, void, Message_Serialize_11, (Message * __this, UdpEndPoint * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Message_OnSerialize, (Message * __this, MethodInfo * method)); DO_APP_FUNC(0x0285A140, bool, Message_HasSpace, (Message * __this, int32_t bytes, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BroadcastSearch_OnSerialize, (BroadcastSearch * __this, MethodInfo * method)); DO_APP_FUNC(0x01028920, void, BroadcastSearch__ctor, (BroadcastSearch * __this, MethodInfo * method)); DO_APP_FUNC(0x0285A180, void, BroadcastSession_OnSerialize, (BroadcastSession * __this, MethodInfo * method)); DO_APP_FUNC(0x01028920, void, BroadcastSession__ctor, (BroadcastSession * __this, MethodInfo * method)); DO_APP_FUNC(0x0285A1B0, void, DirectConnectionLan_OnSerialize, (DirectConnectionLan * __this, MethodInfo * method)); DO_APP_FUNC(0x01028920, void, DirectConnectionLan__ctor, (DirectConnectionLan * __this, MethodInfo * method)); DO_APP_FUNC(0x0285A1B0, void, DirectConnectionWan_OnSerialize, (DirectConnectionWan * __this, MethodInfo * method)); DO_APP_FUNC(0x01028920, void, DirectConnectionWan__ctor, (DirectConnectionWan * __this, MethodInfo * method)); DO_APP_FUNC(0x0285A1E0, void, Error_3_OnSerialize, (Error_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01028920, void, Error_3__ctor, (Error_3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, GetHostList_get_Resend, (GetHostList * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, GetHostList_get_IsUnique, (GetHostList * __this, MethodInfo * method)); DO_APP_FUNC(0x01028920, void, GetHostList__ctor, (GetHostList * __this, MethodInfo * method)); DO_APP_FUNC(0x0285A1F0, void, HostInfo_OnSerialize, (HostInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01028920, void, HostInfo__ctor, (HostInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, HostRegister_get_Resend, (HostRegister * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, HostRegister_get_IsUnique, (HostRegister * __this, MethodInfo * method)); DO_APP_FUNC(0x0285A200, void, HostRegister_OnSerialize, (HostRegister * __this, MethodInfo * method)); DO_APP_FUNC(0x01028920, void, HostRegister__ctor, (HostRegister * __this, MethodInfo * method)); DO_APP_FUNC(0x0285A210, void, PeerConnect__ctor, (PeerConnect * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, PeerConnect_get_Resend, (PeerConnect * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, PeerConnect_get_IsUnique, (PeerConnect * __this, MethodInfo * method)); DO_APP_FUNC(0x0285A290, void, PeerConnectResult_OnSerialize, (PeerConnectResult * __this, MethodInfo * method)); DO_APP_FUNC(0x01028920, void, PeerConnectResult__ctor, (PeerConnectResult * __this, MethodInfo * method)); DO_APP_FUNC(0x01028920, void, PeerDisconnect__ctor, (PeerDisconnect * __this, MethodInfo * method)); DO_APP_FUNC(0x01028920, void, PeerKeepAlive__ctor, (PeerKeepAlive * __this, MethodInfo * method)); DO_APP_FUNC(0x01028920, void, PeerReconnect__ctor, (PeerReconnect * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ProbeEndPoint_get_Resend, (ProbeEndPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ProbeEndPoint_get_IsUnique, (ProbeEndPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x0285A2F0, void, ProbeEndPoint__ctor, (ProbeEndPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x0285A1B0, void, ProbeEndPointResult_OnSerialize, (ProbeEndPointResult * __this, MethodInfo * method)); DO_APP_FUNC(0x01028920, void, ProbeEndPointResult__ctor, (ProbeEndPointResult * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ProbeFeatures_get_IsUnique, (ProbeFeatures * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ProbeFeatures_get_Resend, (ProbeFeatures * __this, MethodInfo * method)); DO_APP_FUNC(0x0285A370, void, ProbeFeatures_OnSerialize, (ProbeFeatures * __this, MethodInfo * method)); DO_APP_FUNC(0x01028920, void, ProbeFeatures__ctor, (ProbeFeatures * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ProbeHairpin_get_IsUnique, (ProbeHairpin * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ProbeHairpin_get_Resend, (ProbeHairpin * __this, MethodInfo * method)); DO_APP_FUNC(0x01028920, void, ProbeHairpin__ctor, (ProbeHairpin * __this, MethodInfo * method)); DO_APP_FUNC(0x0285A460, void, ProbeUnsolicited_OnSerialize, (ProbeUnsolicited * __this, MethodInfo * method)); DO_APP_FUNC(0x01028920, void, ProbeUnsolicited__ctor, (ProbeUnsolicited * __this, MethodInfo * method)); DO_APP_FUNC(0x01028920, void, Punch__ctor, (Punch * __this, MethodInfo * method)); DO_APP_FUNC(0x0285A1B0, void, PunchOnce_OnSerialize, (PunchOnce * __this, MethodInfo * method)); DO_APP_FUNC(0x01028920, void, PunchOnce__ctor, (PunchOnce * __this, MethodInfo * method)); DO_APP_FUNC(0x0285A470, void, PunchRequest_OnSerialize, (PunchRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x01028920, void, PunchRequest__ctor, (PunchRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x023025D0, bool, Query_get_HasResult, (Query * __this, MethodInfo * method)); DO_APP_FUNC(0x0285A480, bool, Query_get_Failed, (Query * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Query_get_IsUnique, (Query * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Query_get_Resend, (Query * __this, MethodInfo * method)); DO_APP_FUNC(0x0285A490, uint32_t, Query_get_BaseTimeout, (Query * __this, MethodInfo * method)); DO_APP_FUNC(0x01028920, void, Query__ctor, (Query * __this, MethodInfo * method)); DO_APP_FUNC(0x0285A470, void, Result_OnSerialize, (Result * __this, MethodInfo * method)); DO_APP_FUNC(0x01028920, void, Result__ctor, (Result * __this, MethodInfo * method)); DO_APP_FUNC(0x01028920, void, Ack__ctor, (Ack * __this, MethodInfo * method)); DO_APP_FUNC(0x02F72E00, void, BaselineFunction__ctor, (BaselineFunction * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x016145B0, float, BaselineFunction_Invoke, (BaselineFunction * __this, YogaNode * node, float width, float height, MethodInfo * method)); DO_APP_FUNC(0x02F72FC0, void, Logger_1__ctor, (Logger_1 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, Logger_1_Invoke, (Logger_1 * __this, YogaConfig * config, YogaNode * node, YogaLogLevel__Enum level, String * message, MethodInfo * method)); DO_APP_FUNC(0x02F73180, void, MeasureFunction__ctor, (MeasureFunction * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x02F73340, YogaSize, MeasureFunction_Invoke, (MeasureFunction * __this, YogaNode * node, float width, YogaMeasureMode__Enum widthMode, float height, YogaMeasureMode__Enum heightMode, MethodInfo * method)); DO_APP_FUNC(0x02F73360, YogaSize, MeasureOutput_Make, (float width, float height, MethodInfo * method)); DO_APP_FUNC(0x02F73370, void, YogaConfig__ctor, (YogaConfig * __this, void * ygConfig, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2520, YogaConfig__ctor__MethodInfo); DO_APP_FUNC(0x02F73420, void, YogaConfig__ctor_1, (YogaConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x02F73480, void, YogaConfig_Finalize, (YogaConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x01616940, void *, YogaConfig_get_Handle, (YogaConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x02F735A0, bool, YogaConfig_get_UseWebDefaults, (YogaConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x02F735F0, void, YogaConfig_set_UseWebDefaults, (YogaConfig * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F73650, void, YogaConfig_set_PointScaleFactor, (YogaConfig * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02F736B0, void, YogaConfig__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F737C0, bool, YogaConstants_IsUndefined, (float value, MethodInfo * method)); DO_APP_FUNC(0x02F737D0, void *, Native_YGNodeNewWithConfig, (void * config, MethodInfo * method)); DO_APP_FUNC(0x02F73820, void, Native_YGNodeFree, (void * ygNode, MethodInfo * method)); DO_APP_FUNC(0x02F738B0, void, Native_YGNodeFreeInternal, (void * ygNode, MethodInfo * method)); DO_APP_FUNC(0x02F73900, void, Native_YGSetManagedObject, (void * ygNode, YogaNode * node, MethodInfo * method)); DO_APP_FUNC(0x02F73960, void, Native_YGNodeSetConfig, (void * ygNode, void * config, MethodInfo * method)); DO_APP_FUNC(0x02F739C0, void *, Native_YGConfigGetDefault, (MethodInfo * method)); DO_APP_FUNC(0x02F73A10, void *, Native_YGConfigNew, (MethodInfo * method)); DO_APP_FUNC(0x02F73A60, void, Native_YGConfigFree, (void * config, MethodInfo * method)); DO_APP_FUNC(0x02F73AF0, void, Native_YGConfigFreeInternal, (void * config, MethodInfo * method)); DO_APP_FUNC(0x02F73B40, void, Native_YGConfigSetUseWebDefaults, (void * config, bool useWebDefaults, MethodInfo * method)); DO_APP_FUNC(0x02F73BA0, bool, Native_YGConfigGetUseWebDefaults, (void * config, MethodInfo * method)); DO_APP_FUNC(0x02F73BF0, void, Native_YGConfigSetPointScaleFactor, (void * config, float pixelsInPoint, MethodInfo * method)); DO_APP_FUNC(0x02F73C50, void, Native_YGNodeInsertChild, (void * node, void * child, uint32_t index, MethodInfo * method)); DO_APP_FUNC(0x02F73CC0, void, Native_YGNodeRemoveChild, (void * node, void * child, MethodInfo * method)); DO_APP_FUNC(0x02F73D20, void, Native_YGNodeCalculateLayout, (void * node, float availableWidth, float availableHeight, YogaDirection__Enum parentDirection, MethodInfo * method)); DO_APP_FUNC(0x02F73DA0, void, Native_YGNodeMarkDirty, (void * node, MethodInfo * method)); DO_APP_FUNC(0x02F73DF0, bool, Native_YGNodeIsDirty, (void * node, MethodInfo * method)); DO_APP_FUNC(0x02F73E40, void, Native_YGNodeCopyStyle, (void * dstNode, void * srcNode, MethodInfo * method)); DO_APP_FUNC(0x02F73EA0, void, Native_YGNodeSetMeasureFunc, (void * node, MethodInfo * method)); DO_APP_FUNC(0x02F73EF0, void, Native_YGNodeRemoveMeasureFunc, (void * node, MethodInfo * method)); DO_APP_FUNC(0x02F73F40, void, Native_YGNodeMeasureInvoke, (YogaNode * node, float width, YogaMeasureMode__Enum widthMode, float height, YogaMeasureMode__Enum heightMode, void * returnValueAddress, MethodInfo * method)); DO_APP_FUNC(0x02F74000, void, Native_YGNodeBaselineInvoke, (YogaNode * node, float width, float height, void * returnValueAddress, MethodInfo * method)); DO_APP_FUNC(0x02F740A0, void, Native_YGNodeSetHasNewLayout, (void * node, bool hasNewLayout, MethodInfo * method)); DO_APP_FUNC(0x02F74100, bool, Native_YGNodeGetHasNewLayout, (void * node, MethodInfo * method)); DO_APP_FUNC(0x02F74150, YogaDirection__Enum, Native_YGNodeStyleGetDirection, (void * node, MethodInfo * method)); DO_APP_FUNC(0x02F741A0, void, Native_YGNodeStyleSetFlexDirection, (void * node, YogaFlexDirection__Enum flexDirection, MethodInfo * method)); DO_APP_FUNC(0x02F74200, void, Native_YGNodeStyleSetJustifyContent, (void * node, YogaJustify__Enum justifyContent, MethodInfo * method)); DO_APP_FUNC(0x02F74260, void, Native_YGNodeStyleSetAlignContent, (void * node, YogaAlign__Enum alignContent, MethodInfo * method)); DO_APP_FUNC(0x02F742C0, void, Native_YGNodeStyleSetAlignItems, (void * node, YogaAlign__Enum alignItems, MethodInfo * method)); DO_APP_FUNC(0x02F74320, void, Native_YGNodeStyleSetAlignSelf, (void * node, YogaAlign__Enum alignSelf, MethodInfo * method)); DO_APP_FUNC(0x02F74380, void, Native_YGNodeStyleSetPositionType, (void * node, YogaPositionType__Enum positionType, MethodInfo * method)); DO_APP_FUNC(0x02F743E0, void, Native_YGNodeStyleSetFlexWrap, (void * node, YogaWrap__Enum flexWrap, MethodInfo * method)); DO_APP_FUNC(0x02F74440, void, Native_YGNodeStyleSetOverflow, (void * node, YogaOverflow__Enum flexWrap, MethodInfo * method)); DO_APP_FUNC(0x02F744A0, void, Native_YGNodeStyleSetDisplay, (void * node, YogaDisplay__Enum display, MethodInfo * method)); DO_APP_FUNC(0x02F74500, void, Native_YGNodeStyleSetFlex, (void * node, float flex, MethodInfo * method)); DO_APP_FUNC(0x02F74560, void, Native_YGNodeStyleSetFlexGrow, (void * node, float flexGrow, MethodInfo * method)); DO_APP_FUNC(0x02F745C0, void, Native_YGNodeStyleSetFlexShrink, (void * node, float flexShrink, MethodInfo * method)); DO_APP_FUNC(0x02F74620, void, Native_YGNodeStyleSetFlexBasis, (void * node, float flexBasis, MethodInfo * method)); DO_APP_FUNC(0x02F74680, void, Native_YGNodeStyleSetFlexBasisPercent, (void * node, float flexBasis, MethodInfo * method)); DO_APP_FUNC(0x02F746E0, void, Native_YGNodeStyleSetFlexBasisAuto, (void * node, MethodInfo * method)); DO_APP_FUNC(0x02F74730, void, Native_YGNodeStyleSetWidth, (void * node, float width, MethodInfo * method)); DO_APP_FUNC(0x02F74790, void, Native_YGNodeStyleSetWidthPercent, (void * node, float width, MethodInfo * method)); DO_APP_FUNC(0x02F747F0, void, Native_YGNodeStyleSetWidthAuto, (void * node, MethodInfo * method)); DO_APP_FUNC(0x02F74840, void, Native_YGNodeStyleSetHeight, (void * node, float height, MethodInfo * method)); DO_APP_FUNC(0x02F748A0, void, Native_YGNodeStyleSetHeightPercent, (void * node, float height, MethodInfo * method)); DO_APP_FUNC(0x02F74900, void, Native_YGNodeStyleSetHeightAuto, (void * node, MethodInfo * method)); DO_APP_FUNC(0x02F74950, void, Native_YGNodeStyleSetMinWidth, (void * node, float minWidth, MethodInfo * method)); DO_APP_FUNC(0x02F749B0, void, Native_YGNodeStyleSetMinWidthPercent, (void * node, float minWidth, MethodInfo * method)); DO_APP_FUNC(0x02F74A10, void, Native_YGNodeStyleSetMinHeight, (void * node, float minHeight, MethodInfo * method)); DO_APP_FUNC(0x02F74A70, void, Native_YGNodeStyleSetMinHeightPercent, (void * node, float minHeight, MethodInfo * method)); DO_APP_FUNC(0x02F74AD0, void, Native_YGNodeStyleSetMaxWidth, (void * node, float maxWidth, MethodInfo * method)); DO_APP_FUNC(0x02F74B30, void, Native_YGNodeStyleSetMaxWidthPercent, (void * node, float maxWidth, MethodInfo * method)); DO_APP_FUNC(0x02F74B90, void, Native_YGNodeStyleSetMaxHeight, (void * node, float maxHeight, MethodInfo * method)); DO_APP_FUNC(0x02F74BF0, void, Native_YGNodeStyleSetMaxHeightPercent, (void * node, float maxHeight, MethodInfo * method)); DO_APP_FUNC(0x02F74C50, void, Native_YGNodeStyleSetPosition, (void * node, YogaEdge__Enum edge, float position, MethodInfo * method)); DO_APP_FUNC(0x02F74CC0, void, Native_YGNodeStyleSetPositionPercent, (void * node, YogaEdge__Enum edge, float position, MethodInfo * method)); DO_APP_FUNC(0x02F74D30, void, Native_YGNodeStyleSetMargin, (void * node, YogaEdge__Enum edge, float margin, MethodInfo * method)); DO_APP_FUNC(0x02F74DA0, void, Native_YGNodeStyleSetMarginPercent, (void * node, YogaEdge__Enum edge, float margin, MethodInfo * method)); DO_APP_FUNC(0x02F74E10, void, Native_YGNodeStyleSetMarginAuto, (void * node, YogaEdge__Enum edge, MethodInfo * method)); DO_APP_FUNC(0x02F74E70, void, Native_YGNodeStyleSetPadding, (void * node, YogaEdge__Enum edge, float padding, MethodInfo * method)); DO_APP_FUNC(0x02F74EE0, void, Native_YGNodeStyleSetPaddingPercent, (void * node, YogaEdge__Enum edge, float padding, MethodInfo * method)); DO_APP_FUNC(0x02F74F50, void, Native_YGNodeStyleSetBorder, (void * node, YogaEdge__Enum edge, float border, MethodInfo * method)); DO_APP_FUNC(0x02F74FC0, float, Native_YGNodeLayoutGetLeft, (void * node, MethodInfo * method)); DO_APP_FUNC(0x02F75010, float, Native_YGNodeLayoutGetTop, (void * node, MethodInfo * method)); DO_APP_FUNC(0x02F75060, float, Native_YGNodeLayoutGetRight, (void * node, MethodInfo * method)); DO_APP_FUNC(0x02F750B0, float, Native_YGNodeLayoutGetBottom, (void * node, MethodInfo * method)); DO_APP_FUNC(0x02F75100, float, Native_YGNodeLayoutGetWidth, (void * node, MethodInfo * method)); DO_APP_FUNC(0x02F75150, float, Native_YGNodeLayoutGetHeight, (void * node, MethodInfo * method)); DO_APP_FUNC(0x02F751A0, float, Native_YGNodeLayoutGetMargin, (void * node, YogaEdge__Enum edge, MethodInfo * method)); DO_APP_FUNC(0x02F75200, float, Native_YGNodeLayoutGetPadding, (void * node, YogaEdge__Enum edge, MethodInfo * method)); DO_APP_FUNC(0x02F75260, float, Native_YGNodeLayoutGetBorder, (void * node, YogaEdge__Enum edge, MethodInfo * method)); DO_APP_FUNC(0x02F752C0, void, YogaNode__ctor, (YogaNode * __this, YogaConfig * config, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2300, YogaNode__ctor__MethodInfo); DO_APP_FUNC(0x02F75450, void, YogaNode_Finalize, (YogaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F75510, void, YogaNode_set_Config, (YogaNode * __this, YogaConfig * value, MethodInfo * method)); DO_APP_FUNC(0x02F75630, bool, YogaNode_get_IsDirty, (YogaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F75680, void, YogaNode_MarkDirty, (YogaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F756D0, bool, YogaNode_get_HasNewLayout, (YogaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F75720, bool, YogaNode_get_IsMeasureDefined, (YogaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F75730, bool, YogaNode_get_IsBaselineDefined, (YogaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F75740, void, YogaNode_CopyStyle, (YogaNode * __this, YogaNode * srcNode, MethodInfo * method)); DO_APP_FUNC(0x02F757B0, void, YogaNode_set_FlexDirection, (YogaNode * __this, YogaFlexDirection__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02F75810, void, YogaNode_set_JustifyContent, (YogaNode * __this, YogaJustify__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02F75870, void, YogaNode_set_Display, (YogaNode * __this, YogaDisplay__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02F758D0, void, YogaNode_set_AlignItems, (YogaNode * __this, YogaAlign__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02F75930, void, YogaNode_set_AlignSelf, (YogaNode * __this, YogaAlign__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02F75990, void, YogaNode_set_AlignContent, (YogaNode * __this, YogaAlign__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02F759F0, void, YogaNode_set_PositionType, (YogaNode * __this, YogaPositionType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02F75A50, void, YogaNode_set_Wrap, (YogaNode * __this, YogaWrap__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02F75AB0, void, YogaNode_set_Flex, (YogaNode * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02F75B10, void, YogaNode_set_FlexGrow, (YogaNode * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02F75B70, void, YogaNode_set_FlexShrink, (YogaNode * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02F75BD0, void, YogaNode_set_FlexBasis, (YogaNode * __this, YogaValue value, MethodInfo * method)); DO_APP_FUNC(0x02F75CE0, void, YogaNode_set_Width, (YogaNode * __this, YogaValue value, MethodInfo * method)); DO_APP_FUNC(0x02F75DF0, void, YogaNode_set_Height, (YogaNode * __this, YogaValue value, MethodInfo * method)); DO_APP_FUNC(0x02F75F00, void, YogaNode_set_MaxWidth, (YogaNode * __this, YogaValue value, MethodInfo * method)); DO_APP_FUNC(0x02F75FB0, void, YogaNode_set_MaxHeight, (YogaNode * __this, YogaValue value, MethodInfo * method)); DO_APP_FUNC(0x02F76060, void, YogaNode_set_MinWidth, (YogaNode * __this, YogaValue value, MethodInfo * method)); DO_APP_FUNC(0x02F76110, void, YogaNode_set_MinHeight, (YogaNode * __this, YogaValue value, MethodInfo * method)); DO_APP_FUNC(0x02F761C0, float, YogaNode_get_LayoutX, (YogaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F76210, float, YogaNode_get_LayoutY, (YogaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F76260, float, YogaNode_get_LayoutRight, (YogaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F762B0, float, YogaNode_get_LayoutBottom, (YogaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F76300, float, YogaNode_get_LayoutWidth, (YogaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F76350, float, YogaNode_get_LayoutHeight, (YogaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F763A0, void, YogaNode_set_Overflow, (YogaNode * __this, YogaOverflow__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02F76400, int32_t, YogaNode_get_Count, (YogaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F76450, void, YogaNode_MarkLayoutSeen, (YogaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F764B0, void, YogaNode_Insert, (YogaNode * __this, int32_t index, YogaNode * node, MethodInfo * method)); DO_APP_FUNC(0x02F76740, void, YogaNode_RemoveAt, (YogaNode * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02F768A0, void, YogaNode_Clear, (YogaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F76910, void, YogaNode_SetMeasureFunction, (YogaNode * __this, MeasureFunction * measureFunction, MethodInfo * method)); DO_APP_FUNC(0x02F76A70, void, YogaNode_CalculateLayout, (YogaNode * __this, float width, float height, MethodInfo * method)); DO_APP_FUNC(0x02F76B30, YogaSize, YogaNode_MeasureInternal, (YogaNode * node, float width, YogaMeasureMode__Enum widthMode, float height, YogaMeasureMode__Enum heightMode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2280, YogaNode_MeasureInternal__MethodInfo); DO_APP_FUNC(0x02F76BD0, float, YogaNode_BaselineInternal, (YogaNode * node, float width, float height, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2270, YogaNode_BaselineInternal__MethodInfo); DO_APP_FUNC(0x02F76C60, IEnumerator_1_UnityEngine_Yoga_YogaNode_ *, YogaNode_GetEnumerator, (YogaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F76CD0, IEnumerator *, YogaNode_System_Collections_IEnumerable_GetEnumerator, (YogaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F76D40, void, YogaNode_set_Left, (YogaNode * __this, YogaValue value, MethodInfo * method)); DO_APP_FUNC(0x02F76D50, void, YogaNode_set_Top, (YogaNode * __this, YogaValue value, MethodInfo * method)); DO_APP_FUNC(0x02F76D60, void, YogaNode_set_Right, (YogaNode * __this, YogaValue value, MethodInfo * method)); DO_APP_FUNC(0x02F76D70, void, YogaNode_set_Bottom, (YogaNode * __this, YogaValue value, MethodInfo * method)); DO_APP_FUNC(0x02F76D80, void, YogaNode_SetStylePosition, (YogaNode * __this, YogaEdge__Enum edge, YogaValue value, MethodInfo * method)); DO_APP_FUNC(0x02F76E30, void, YogaNode_set_MarginLeft, (YogaNode * __this, YogaValue value, MethodInfo * method)); DO_APP_FUNC(0x02F76E40, void, YogaNode_set_MarginTop, (YogaNode * __this, YogaValue value, MethodInfo * method)); DO_APP_FUNC(0x02F76E50, void, YogaNode_set_MarginRight, (YogaNode * __this, YogaValue value, MethodInfo * method)); DO_APP_FUNC(0x02F76E60, void, YogaNode_set_MarginBottom, (YogaNode * __this, YogaValue value, MethodInfo * method)); DO_APP_FUNC(0x02F76E70, void, YogaNode_SetStyleMargin, (YogaNode * __this, YogaEdge__Enum edge, YogaValue value, MethodInfo * method)); DO_APP_FUNC(0x02F76F80, void, YogaNode_set_PaddingLeft, (YogaNode * __this, YogaValue value, MethodInfo * method)); DO_APP_FUNC(0x02F76F90, void, YogaNode_set_PaddingTop, (YogaNode * __this, YogaValue value, MethodInfo * method)); DO_APP_FUNC(0x02F76FA0, void, YogaNode_set_PaddingRight, (YogaNode * __this, YogaValue value, MethodInfo * method)); DO_APP_FUNC(0x02F76FB0, void, YogaNode_set_PaddingBottom, (YogaNode * __this, YogaValue value, MethodInfo * method)); DO_APP_FUNC(0x02F76FC0, void, YogaNode_SetStylePadding, (YogaNode * __this, YogaEdge__Enum edge, YogaValue value, MethodInfo * method)); DO_APP_FUNC(0x02F77070, void, YogaNode_set_BorderLeftWidth, (YogaNode * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02F770E0, void, YogaNode_set_BorderTopWidth, (YogaNode * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02F77150, void, YogaNode_set_BorderRightWidth, (YogaNode * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02F771C0, void, YogaNode_set_BorderBottomWidth, (YogaNode * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02F77230, float, YogaNode_get_LayoutMarginLeft, (YogaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F77290, float, YogaNode_get_LayoutMarginTop, (YogaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F772F0, float, YogaNode_get_LayoutMarginRight, (YogaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F77350, float, YogaNode_get_LayoutMarginBottom, (YogaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F773B0, float, YogaNode_get_LayoutPaddingLeft, (YogaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F77410, float, YogaNode_get_LayoutPaddingTop, (YogaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F77470, float, YogaNode_get_LayoutPaddingRight, (YogaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F774D0, float, YogaNode_get_LayoutPaddingBottom, (YogaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F77530, float, YogaNode_get_LayoutBorderLeft, (YogaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F77590, float, YogaNode_get_LayoutBorderTop, (YogaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F775F0, float, YogaNode_get_LayoutBorderRight, (YogaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x02F77650, float, YogaNode_get_LayoutBorderBottom, (YogaNode * __this, MethodInfo * method)); DO_APP_FUNC(0x01119C00, YogaUnit__Enum, YogaValue_get_Unit, (YogaValue * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAAE40, float, YogaValue_get_Value, (YogaValue * __this, MethodInfo * method)); DO_APP_FUNC(0x02F776B0, YogaValue, YogaValue_Point, (float value, MethodInfo * method)); DO_APP_FUNC(0x02F776E0, bool, YogaValue_Equals, (YogaValue * __this, YogaValue other, MethodInfo * method)); DO_APP_FUNC(0x02F77750, bool, YogaValue_Equals_1, (YogaValue * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02F777E0, int32_t, YogaValue_GetHashCode, (YogaValue * __this, MethodInfo * method)); DO_APP_FUNC(0x02F77860, YogaValue, YogaValue_Auto, (MethodInfo * method)); DO_APP_FUNC(0x02F77880, YogaValue, YogaValue_Percent, (float value, MethodInfo * method)); DO_APP_FUNC(0x02F776B0, YogaValue, YogaValue_op_Implicit, (float pointValue, MethodInfo * method)); DO_APP_FUNC(0x02F778B0, Vector2, TextNative_GetCursorPosition, (TextNativeSettings settings, Rect rect, int32_t cursorIndex, MethodInfo * method)); DO_APP_FUNC(0x02F77B00, float, TextNative_ComputeTextWidth, (TextNativeSettings settings, MethodInfo * method)); DO_APP_FUNC(0x02F77CE0, float, TextNative_ComputeTextHeight, (TextNativeSettings settings, MethodInfo * method)); DO_APP_FUNC(0x02F77EC0, NativeArray_1_UnityEngine_UIElements_TextVertex_, TextNative_GetVertices, (TextNativeSettings settings, MethodInfo * method)); DO_APP_FUNC(0x02F780F0, Vector2, TextNative_GetOffset, (TextNativeSettings settings, Rect screenRect, MethodInfo * method)); DO_APP_FUNC(0x02F48A50, float, TextNative_ComputeTextScaling, (Matrix4x4 worldMatrix, float pixelsPerPoint, MethodInfo * method)); DO_APP_FUNC(0x02F78380, float, TextNative_DoComputeTextWidth, (TextNativeSettings settings, MethodInfo * method)); DO_APP_FUNC(0x02F783D0, float, TextNative_DoComputeTextHeight, (TextNativeSettings settings, MethodInfo * method)); DO_APP_FUNC(0x02F78420, Vector2, TextNative_DoGetCursorPosition, (TextNativeSettings settings, Rect rect, int32_t cursorPosition, MethodInfo * method)); DO_APP_FUNC(0x02F784A0, void, TextNative_GetVertices_1, (TextNativeSettings settings, void * buffer, int32_t vertexSize, int32_t * vertexCount, MethodInfo * method)); DO_APP_FUNC(0x02F78520, Vector2, TextNative_DoGetOffset, (TextNativeSettings settings, Rect rect, MethodInfo * method)); DO_APP_FUNC(0x02F78590, float, TextNative_DoComputeTextWidth_Injected, (TextNativeSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x02F785E0, float, TextNative_DoComputeTextHeight_Injected, (TextNativeSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x02F78630, void, TextNative_DoGetCursorPosition_Injected, (TextNativeSettings * settings, Rect * rect, int32_t cursorPosition, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02F786B0, void, TextNative_GetVertices_Injected, (TextNativeSettings * settings, void * buffer, int32_t vertexSize, int32_t * vertexCount, MethodInfo * method)); DO_APP_FUNC(0x02F78730, void, TextNative_DoGetOffset_Injected, (TextNativeSettings * settings, Rect * rect, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02F787A0, void, UIElementsRuntimeUtilityNative_RepaintOverlayPanels, (MethodInfo * method)); DO_APP_FUNC(0x02F787F0, void, UIElementsRuntimeUtilityNative_UpdateRuntimePanels, (MethodInfo * method)); DO_APP_FUNC(0x02F78850, void, UIElementsRuntimeUtilityNative_RepaintOffscreenPanels, (MethodInfo * method)); DO_APP_FUNC(0x02F788B0, void, UIElementsRuntimeUtilityNative_RegisterPlayerloopCallback, (MethodInfo * method)); DO_APP_FUNC(0x02F78900, void, UIElementsRuntimeUtilityNative_UnregisterPlayerloopCallback, (MethodInfo * method)); DO_APP_FUNC(0x02F78950, void, UIElementsRuntimeUtilityNative_VisualElementCreation, (MethodInfo * method)); DO_APP_FUNC(0x02F789A0, void, Utility_1_add_GraphicsResourcesRecreate, (Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x02F78B00, void, Utility_1_remove_GraphicsResourcesRecreate, (Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x02F78C60, void, Utility_1_add_EngineUpdate, (Action * value, MethodInfo * method)); DO_APP_FUNC(0x02F78DB0, void, Utility_1_remove_EngineUpdate, (Action * value, MethodInfo * method)); DO_APP_FUNC(0x02F78F00, void, Utility_1_add_FlushPendingResources, (Action * value, MethodInfo * method)); DO_APP_FUNC(0x02F79050, void, Utility_1_remove_FlushPendingResources, (Action * value, MethodInfo * method)); DO_APP_FUNC(0x02F791A0, void, Utility_1_add_RegisterIntermediateRenderers, (Action_1_UnityEngine_Camera_ * value, MethodInfo * method)); DO_APP_FUNC(0x02F79310, void, Utility_1_remove_RegisterIntermediateRenderers, (Action_1_UnityEngine_Camera_ * value, MethodInfo * method)); DO_APP_FUNC(0x02F79480, void, Utility_1_add_RenderNodeExecute, (Action_1_IntPtr_ * value, MethodInfo * method)); DO_APP_FUNC(0x02F795F0, void, Utility_1_remove_RenderNodeExecute, (Action_1_IntPtr_ * value, MethodInfo * method)); DO_APP_FUNC(0x02F79760, void, Utility_1_RaiseGraphicsResourcesRecreate, (bool recreate, MethodInfo * method)); DO_APP_FUNC(0x02F797E0, void, Utility_1_RaiseEngineUpdate, (MethodInfo * method)); DO_APP_FUNC(0x02F79870, void, Utility_1_RaiseFlushPendingResources, (MethodInfo * method)); DO_APP_FUNC(0x02F798E0, void, Utility_1_RaiseRegisterIntermediateRenderers, (Camera * camera, MethodInfo * method)); DO_APP_FUNC(0x02F79960, void, Utility_1_RaiseRenderNodeAdd, (void * userData, MethodInfo * method)); DO_APP_FUNC(0x02F799E0, void, Utility_1_RaiseRenderNodeExecute, (void * userData, MethodInfo * method)); DO_APP_FUNC(0x02F79A60, void, Utility_1_RaiseRenderNodeCleanup, (void * userData, MethodInfo * method)); DO_APP_FUNC(0x02F79AE0, void *, Utility_1_AllocateBuffer, (int32_t elementCount, int32_t elementStride, bool vertexBuffer, MethodInfo * method)); DO_APP_FUNC(0x02F79B50, void, Utility_1_FreeBuffer, (void * buffer, MethodInfo * method)); DO_APP_FUNC(0x02F79BA0, void, Utility_1_UpdateBufferRanges, (void * buffer, void * ranges, int32_t rangeCount, int32_t writeRangeStart, int32_t writeRangeEnd, MethodInfo * method)); DO_APP_FUNC(0x02F79C30, void, Utility_1_SetVectorArray, (MaterialPropertyBlock * props, int32_t name, void * vector4s, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02F79CB0, void *, Utility_1_GetVertexDeclaration, (VertexAttributeDescriptor__Array * vertexAttributes, MethodInfo * method)); DO_APP_FUNC(0x02F79D00, void, Utility_1_RegisterIntermediateRenderer, (Camera * camera, Material * material, Matrix4x4 transform, Bounds aabb, int32_t renderLayer, int32_t shadowCasting, bool receiveShadows, int32_t sameDistanceSortPriority, uint64_t sceneCullingMask, int32_t rendererCallbackFlags, void * userData, int32_t userDataSize, MethodInfo * method)); DO_APP_FUNC(0x02F79E20, void, Utility_1_DrawRanges, (void * ib, void * * vertexStreams, int32_t streamCount, void * ranges, int32_t rangeCount, void * vertexDecl, MethodInfo * method)); DO_APP_FUNC(0x02F79EB0, void, Utility_1_SetPropertyBlock, (MaterialPropertyBlock * props, MethodInfo * method)); DO_APP_FUNC(0x02F79F00, void, Utility_1_SetScissorRect, (RectInt scissorRect, MethodInfo * method)); DO_APP_FUNC(0x02F79F90, void, Utility_1_DisableScissor, (MethodInfo * method)); DO_APP_FUNC(0x02F79FE0, void *, Utility_1_CreateStencilState, (StencilState stencilState, MethodInfo * method)); DO_APP_FUNC(0x02F7A070, void, Utility_1_SetStencilState, (void * stencilState, int32_t stencilRef, MethodInfo * method)); DO_APP_FUNC(0x02F7A0D0, bool, Utility_1_HasMappedBufferRange, (MethodInfo * method)); DO_APP_FUNC(0x02F7A120, uint32_t, Utility_1_InsertCPUFence, (MethodInfo * method)); DO_APP_FUNC(0x02F7A170, bool, Utility_1_CPUFencePassed, (uint32_t fence, MethodInfo * method)); DO_APP_FUNC(0x02F7A1C0, void, Utility_1_WaitForCPUFencePassed, (uint32_t fence, MethodInfo * method)); DO_APP_FUNC(0x02F7A210, void, Utility_1_SyncRenderThread, (MethodInfo * method)); DO_APP_FUNC(0x02F7A260, RectInt, Utility_1_GetActiveViewport, (MethodInfo * method)); DO_APP_FUNC(0x02F7A2F0, void, Utility_1_ProfileDrawChainBegin, (MethodInfo * method)); DO_APP_FUNC(0x02F7A340, void, Utility_1_ProfileDrawChainEnd, (MethodInfo * method)); DO_APP_FUNC(0x02F7A390, void, Utility_1_NotifyOfUIREvents, (bool subscribe, MethodInfo * method)); DO_APP_FUNC(0x02F7A3E0, Matrix4x4, Utility_1_GetUnityProjectionMatrix, (MethodInfo * method)); DO_APP_FUNC(0x02F7A480, void, Utility_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F7A530, void, Utility_1_RegisterIntermediateRenderer_Injected, (Camera * camera, Material * material, Matrix4x4 * transform, Bounds * aabb, int32_t renderLayer, int32_t shadowCasting, bool receiveShadows, int32_t sameDistanceSortPriority, uint64_t sceneCullingMask, int32_t rendererCallbackFlags, void * userData, int32_t userDataSize, MethodInfo * method)); DO_APP_FUNC(0x02F7A5D0, void, Utility_1_SetScissorRect_Injected, (RectInt * scissorRect, MethodInfo * method)); DO_APP_FUNC(0x02F7A620, void *, Utility_1_CreateStencilState_Injected, (StencilState * stencilState, MethodInfo * method)); DO_APP_FUNC(0x02F7A670, void, Utility_1_GetActiveViewport_Injected, (RectInt * ret, MethodInfo * method)); DO_APP_FUNC(0x02F7A6C0, void, Utility_1_GetUnityProjectionMatrix_Injected, (Matrix4x4 * ret, MethodInfo * method)); DO_APP_FUNC(0x0233BB00, String *, SR_3_Format, (String * resourceFormat, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x0233BBF0, String *, SR_3_Format_1, (String * resourceFormat, Object * p1, Object * p2, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, BaseUriAnnotation__ctor, (BaseUriAnnotation * __this, String * baseUri, MethodInfo * method)); DO_APP_FUNC(0x003BADC0, void, LineInfoAnnotation__ctor, (LineInfoAnnotation * __this, int32_t lineNumber, int32_t linePosition, MethodInfo * method)); DO_APP_FUNC(0x003BADC0, void, LineInfoEndElementAnnotation__ctor, (LineInfoEndElementAnnotation * __this, int32_t lineNumber, int32_t linePosition, MethodInfo * method)); DO_APP_FUNC(0x0233BCF0, void, XAttribute__ctor, (XAttribute * __this, XName * name, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B018, XAttribute__ctor__MethodInfo); DO_APP_FUNC(0x0233BE90, void, XAttribute__ctor_1, (XAttribute * __this, XAttribute * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B020, XAttribute__ctor_1__MethodInfo); DO_APP_FUNC(0x0233BFC0, bool, XAttribute_get_IsNamespaceDeclaration, (XAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, XName *, XAttribute_get_Name, (XAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, XmlNodeType__Enum, XAttribute_get_NodeType, (XAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, String *, XAttribute_get_Value, (XAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0233C090, String *, XAttribute_ToString, (XAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x0233C530, String *, XAttribute_GetPrefixOfNamespace, (XAttribute * __this, XNamespace * ns, MethodInfo * method)); DO_APP_FUNC(0x0233C690, void, XAttribute_ValidateAttribute, (XName * name, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AF68, XAttribute_ValidateAttribute__MethodInfo); DO_APP_FUNC(0x0233CBE0, void, XCData__ctor, (XCData * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0233CCA0, void, XCData__ctor_1, (XCData * __this, XCData * other, MethodInfo * method)); DO_APP_FUNC(0x00EEC8E0, XmlNodeType__Enum, XCData_get_NodeType, (XCData * __this, MethodInfo * method)); DO_APP_FUNC(0x0233CD60, void, XCData_WriteTo, (XCData * __this, XmlWriter * writer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AF50, XCData_WriteTo__MethodInfo); DO_APP_FUNC(0x0233CDF0, XNode *, XCData_CloneNode, (XCData * __this, MethodInfo * method)); DO_APP_FUNC(0x0233CEF0, void, XComment__ctor, (XComment * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AFD0, XComment__ctor__MethodInfo); DO_APP_FUNC(0x0233CFB0, void, XComment__ctor_1, (XComment * __this, XComment * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AFD8, XComment__ctor_1__MethodInfo); DO_APP_FUNC(0x00EEC8F0, XmlNodeType__Enum, XComment_get_NodeType, (XComment * __this, MethodInfo * method)); DO_APP_FUNC(0x0233D070, void, XComment_WriteTo, (XComment * __this, XmlWriter * writer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AFE0, XComment_WriteTo__MethodInfo); DO_APP_FUNC(0x0233D100, XNode *, XComment_CloneNode, (XComment * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XContainer__ctor, (XContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x0233D200, void, XContainer__ctor_1, (XContainer * __this, XContainer * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AFA0, XContainer__ctor_1__MethodInfo); DO_APP_FUNC(0x0233D3C0, XElement *, XContainer_Element, (XContainer * __this, XName * name, MethodInfo * method)); DO_APP_FUNC(0x0233D4A0, IEnumerable_1_System_Xml_Linq_XElement_ *, XContainer_Elements, (XContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x0233D5B0, void, XContainer_AddNodeSkipNotify, (XContainer * __this, XNode * n, MethodInfo * method)); DO_APP_FUNC(0x0233D650, void, XContainer_AddStringSkipNotify, (XContainer * __this, String * s, MethodInfo * method)); DO_APP_FUNC(0x0233D9C0, void, XContainer_AppendNodeSkipNotify, (XContainer * __this, XNode * n, MethodInfo * method)); DO_APP_FUNC(0x0233DC30, void, XContainer_AppendText, (XContainer * __this, StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x0233DE40, void, XContainer_ConvertTextToNode, (XContainer * __this, MethodInfo * method)); DO_APP_FUNC(0x0233E030, IEnumerable_1_System_Xml_Linq_XElement_ *, XContainer_GetElements, (XContainer * __this, XName * name, MethodInfo * method)); DO_APP_FUNC(0x0233E160, String *, XContainer_GetStringValue, (Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AF38, XContainer_GetStringValue__MethodInfo); DO_APP_FUNC(0x0233E820, void, XContainer_ReadContentFrom, (XContainer * __this, XmlReader * r, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AF18, XContainer_ReadContentFrom__MethodInfo); DO_APP_FUNC(0x0233E980, void, XContainer_ReadContentFrom_1, (XContainer * __this, XmlReader * r, LoadOptions__Enum o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AEF8, XContainer_ReadContentFrom_1__MethodInfo); DO_APP_FUNC(0x003AC050, void, XContainer_ValidateNode, (XContainer * __this, XNode * node, XNode * previous, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XContainer_ValidateString, (XContainer * __this, String * s, MethodInfo * method)); DO_APP_FUNC(0x0233ED60, void, XContainer_WriteContentTo, (XContainer * __this, XmlWriter * writer, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, XContainer_ContentReader__ctor, (XContainer_ContentReader * __this, XContainer * rootContainer, MethodInfo * method)); DO_APP_FUNC(0x0233EEE0, void, XContainer_ContentReader__ctor_1, (XContainer_ContentReader * __this, XContainer * rootContainer, XmlReader * r, LoadOptions__Enum o, MethodInfo * method)); DO_APP_FUNC(0x0233F090, bool, XContainer_ContentReader_ReadContentFrom, (XContainer_ContentReader * __this, XContainer * rootContainer, XmlReader * r, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AE18, XContainer_ContentReader_ReadContentFrom__MethodInfo); DO_APP_FUNC(0x0233FA40, bool, XContainer_ContentReader_ReadContentFrom_1, (XContainer_ContentReader * __this, XContainer * rootContainer, XmlReader * r, LoadOptions__Enum o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6ADF0, XContainer_ContentReader_ReadContentFrom_1__MethodInfo); DO_APP_FUNC(0x0099F020, void, XContainer_GetElements_d_39__ctor, (XContainer_GetElements_d_39 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XContainer_GetElements_d_39_System_IDisposable_Dispose, (XContainer_GetElements_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x02340910, bool, XContainer_GetElements_d_39_MoveNext, (XContainer_GetElements_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, XElement *, XContainer_GetElements_d_39_System_Collections_Generic_IEnumerator_System_Xml_Linq_XElement__get_Current, (XContainer_GetElements_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x02340B60, void, XContainer_GetElements_d_39_System_Collections_IEnumerator_Reset, (XContainer_GetElements_d_39 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AED8, XContainer_GetElements_d_39_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, XContainer_GetElements_d_39_System_Collections_IEnumerator_get_Current, (XContainer_GetElements_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x02340BB0, IEnumerator_1_System_Xml_Linq_XElement_ *, XContainer_GetElements_d_39_System_Collections_Generic_IEnumerable_System_Xml_Linq_XElement__GetEnumerator, (XContainer_GetElements_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x02340BB0, IEnumerator *, XContainer_GetElements_d_39_System_Collections_IEnumerable_GetEnumerator, (XContainer_GetElements_d_39 * __this, MethodInfo * method)); DO_APP_FUNC(0x02340D00, void, XDeclaration__ctor, (XDeclaration * __this, XDeclaration * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AEB8, XDeclaration__ctor__MethodInfo); DO_APP_FUNC(0x02340E90, void, XDeclaration__ctor_1, (XDeclaration * __this, XmlReader * r, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, XDeclaration_get_Standalone, (XDeclaration * __this, MethodInfo * method)); DO_APP_FUNC(0x02341080, String *, XDeclaration_ToString, (XDeclaration * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XDocument__ctor, (XDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x023412B0, void, XDocument__ctor_1, (XDocument * __this, XDocument * other, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, XDocument_set_Declaration, (XDocument * __this, XDeclaration * value, MethodInfo * method)); DO_APP_FUNC(0x01BD8AC0, XmlNodeType__Enum, XDocument_get_NodeType, (XDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x02341480, XElement *, XDocument_get_Root, (XDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x023415C0, XDocument *, XDocument_Load, (XmlReader * reader, LoadOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AD48, XDocument_Load__MethodInfo); DO_APP_FUNC(0x02341880, XDocument *, XDocument_InitLoad, (XmlReader * reader, LoadOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x02341A50, XDocument *, XDocument_Parse, (String * text, MethodInfo * method)); DO_APP_FUNC(0x02341A60, XDocument *, XDocument_Parse_1, (String * text, LoadOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x02341D10, void, XDocument_WriteTo, (XDocument * __this, XmlWriter * writer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AD18, XDocument_WriteTo__MethodInfo); DO_APP_FUNC(0x02341EB0, XNode *, XDocument_CloneNode, (XDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x02341F20, bool, XDocument_IsWhitespace, (String * s, MethodInfo * method)); DO_APP_FUNC(0x02341F90, void, XDocument_ValidateNode, (XDocument * __this, XNode * node, XNode * previous, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6ADC0, XDocument_ValidateNode__MethodInfo); DO_APP_FUNC(0x023421D0, void, XDocument_ValidateDocument, (XDocument * __this, XNode * previous, XmlNodeType__Enum allowBefore, XmlNodeType__Enum allowAfter, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AD90, XDocument_ValidateDocument__MethodInfo); DO_APP_FUNC(0x02342300, void, XDocument_ValidateString, (XDocument * __this, String * s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6ADA8, XDocument_ValidateString__MethodInfo); DO_APP_FUNC(0x023423C0, void, XDocumentType__ctor, (XDocumentType * __this, String * name, String * publicId, String * systemId, String * internalSubset, MethodInfo * method)); DO_APP_FUNC(0x02342580, void, XDocumentType__ctor_1, (XDocumentType * __this, XDocumentType * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AD80, XDocumentType__ctor_1__MethodInfo); DO_APP_FUNC(0x00A14060, XmlNodeType__Enum, XDocumentType_get_NodeType, (XDocumentType * __this, MethodInfo * method)); DO_APP_FUNC(0x02342760, void, XDocumentType_WriteTo, (XDocumentType * __this, XmlWriter * writer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6ACC8, XDocumentType_WriteTo__MethodInfo); DO_APP_FUNC(0x02342800, XNode *, XDocumentType_CloneNode, (XDocumentType * __this, MethodInfo * method)); DO_APP_FUNC(0x02342870, void, XElement__ctor, (XElement * __this, XName * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6ACE8, XElement__ctor__MethodInfo); DO_APP_FUNC(0x02342930, void, XElement__ctor_1, (XElement * __this, XElement * other, MethodInfo * method)); DO_APP_FUNC(0x003B9330, XName *, XElement_get_Name, (XElement * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, XmlNodeType__Enum, XElement_get_NodeType, (XElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02342B70, String *, XElement_get_Value, (XElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02342C10, XAttribute *, XElement_Attribute, (XElement * __this, XName * name, MethodInfo * method)); DO_APP_FUNC(0x02342C50, String *, XElement_GetPrefixOfNamespace, (XElement * __this, XNamespace * ns, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6ACB8, XElement_GetPrefixOfNamespace__MethodInfo); DO_APP_FUNC(0x02343010, void, XElement_WriteTo, (XElement * __this, XmlWriter * writer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AC90, XElement_WriteTo__MethodInfo); DO_APP_FUNC(0x003C94D0, XmlSchema *, XElement_System_Xml_Serialization_IXmlSerializable_GetSchema, (XElement * __this, MethodInfo * method)); DO_APP_FUNC(0x02343120, void, XElement_System_Xml_Serialization_IXmlSerializable_ReadXml, (XElement * __this, XmlReader * reader, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AC98, XElement_System_Xml_Serialization_IXmlSerializable_ReadXml__MethodInfo); DO_APP_FUNC(0x02343360, void, XElement_System_Xml_Serialization_IXmlSerializable_WriteXml, (XElement * __this, XmlWriter * writer, MethodInfo * method)); DO_APP_FUNC(0x02343380, void, XElement_AppendAttributeSkipNotify, (XElement * __this, XAttribute * a, MethodInfo * method)); DO_APP_FUNC(0x02343560, XNode *, XElement_CloneNode, (XElement * __this, MethodInfo * method)); DO_APP_FUNC(0x023435D0, String *, XElement_GetNamespaceOfPrefixInScope, (XElement * __this, String * prefix, XElement * outOfScope, MethodInfo * method)); DO_APP_FUNC(0x02343710, void, XElement_ReadElementFrom, (XElement * __this, XmlReader * r, LoadOptions__Enum o, MethodInfo * method)); DO_APP_FUNC(0x023437A0, void, XElement_ReadElementFromImpl, (XElement * __this, XmlReader * r, LoadOptions__Enum o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AD10, XElement_ReadElementFromImpl__MethodInfo); DO_APP_FUNC(0x02343D60, void, XElement_SetEndElementLineInfo, (XElement * __this, int32_t lineNumber, int32_t linePosition, MethodInfo * method)); DO_APP_FUNC(0x02343DE0, void, XElement_ValidateNode, (XElement * __this, XNode * node, XNode * previous, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6ACF8, XElement_ValidateNode__MethodInfo); DO_APP_FUNC(0x02343FA0, XNamespace *, NamespaceCache_Get, (NamespaceCache * __this, String * namespaceName, MethodInfo * method)); DO_APP_FUNC(0x023440F0, void, ElementWriter__ctor, (ElementWriter * __this, XmlWriter * writer, MethodInfo * method)); DO_APP_FUNC(0x02344150, void, ElementWriter_WriteElement, (ElementWriter * __this, XElement * e, MethodInfo * method)); DO_APP_FUNC(0x02344360, String *, ElementWriter_GetPrefixOfNamespace, (ElementWriter * __this, XNamespace * ns, bool allowDefaultNamespace, MethodInfo * method)); DO_APP_FUNC(0x02344470, void, ElementWriter_PushAncestors, (ElementWriter * __this, XElement * e, MethodInfo * method)); DO_APP_FUNC(0x02344640, void, ElementWriter_PushElement, (ElementWriter * __this, XElement * e, MethodInfo * method)); DO_APP_FUNC(0x023447A0, void, ElementWriter_WriteEndElement, (ElementWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x023447E0, void, ElementWriter_WriteFullEndElement, (ElementWriter * __this, MethodInfo * method)); DO_APP_FUNC(0x02344820, void, ElementWriter_WriteStartElement, (ElementWriter * __this, XElement * e, MethodInfo * method)); DO_APP_FUNC(0x02344A30, void, NamespaceResolver_PushScope, (NamespaceResolver * __this, MethodInfo * method)); DO_APP_FUNC(0x02344A40, void, NamespaceResolver_PopScope, (NamespaceResolver * __this, MethodInfo * method)); DO_APP_FUNC(0x02344BB0, void, NamespaceResolver_Add, (NamespaceResolver * __this, String * prefix, XNamespace * ns, MethodInfo * method)); DO_APP_FUNC(0x02344E30, void, NamespaceResolver_AddFirst, (NamespaceResolver * __this, String * prefix, XNamespace * ns, MethodInfo * method)); DO_APP_FUNC(0x02345100, String *, NamespaceResolver_GetPrefixOfNamespace, (NamespaceResolver * __this, XNamespace * ns, bool allowDefaultNamespace, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NamespaceResolver_NamespaceDeclaration__ctor, (NamespaceResolver_NamespaceDeclaration * __this, MethodInfo * method)); DO_APP_FUNC(0x02345290, void, XName__ctor, (XName * __this, XNamespace * ns, String * localName, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, XName_get_LocalName, (XName * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, XNamespace *, XName_get_Namespace, (XName * __this, MethodInfo * method)); DO_APP_FUNC(0x01171D30, String *, XName_get_NamespaceName, (XName * __this, MethodInfo * method)); DO_APP_FUNC(0x02345400, String *, XName_ToString, (XName * __this, MethodInfo * method)); DO_APP_FUNC(0x02345490, XName *, XName_Get, (String * expandedName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AC80, XName_Get__MethodInfo); DO_APP_FUNC(0x02345680, XName *, XName_op_Implicit, (String * expandedName, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, XName_Equals, (XName * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, XName_GetHashCode, (XName * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, XName_op_Equality, (XName * left, XName * right, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, XName_System_IEquatable_System_Xml_Linq_XName__Equals, (XName * __this, XName * other, MethodInfo * method)); DO_APP_FUNC(0x02345690, void, XName_System_Runtime_Serialization_ISerializable_GetObjectData, (XName * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AC68, XName_System_Runtime_Serialization_ISerializable_GetObjectData__MethodInfo); DO_APP_FUNC(0x023456E0, void, XName__ctor_1, (XName * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AC70, XName__ctor_1__MethodInfo); DO_APP_FUNC(0x02345710, void, XNamespace__ctor, (XNamespace * __this, String * namespaceName, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, XNamespace_get_NamespaceName, (XNamespace * __this, MethodInfo * method)); DO_APP_FUNC(0x023458E0, XName *, XNamespace_GetName, (XNamespace * __this, String * localName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AC38, XNamespace_GetName__MethodInfo); DO_APP_FUNC(0x003B93C0, String *, XNamespace_ToString, (XNamespace * __this, MethodInfo * method)); DO_APP_FUNC(0x02345960, XNamespace *, XNamespace_get_None, (MethodInfo * method)); DO_APP_FUNC(0x023459D0, XNamespace *, XNamespace_get_Xml, (MethodInfo * method)); DO_APP_FUNC(0x02345A30, XNamespace *, XNamespace_get_Xmlns, (MethodInfo * method)); DO_APP_FUNC(0x02345A90, XNamespace *, XNamespace_Get, (String * namespaceName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AB08, XNamespace_Get__MethodInfo); DO_APP_FUNC(0x00ACA560, bool, XNamespace_Equals, (XNamespace * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, XNamespace_GetHashCode, (XNamespace * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, XNamespace_op_Equality, (XNamespace * left, XNamespace * right, MethodInfo * method)); DO_APP_FUNC(0x00AD34D0, bool, XNamespace_op_Inequality, (XNamespace * left, XNamespace * right, MethodInfo * method)); DO_APP_FUNC(0x02345B10, XName *, XNamespace_GetName_1, (XNamespace * __this, String * localName, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02345D80, XNamespace *, XNamespace_Get_1, (String * namespaceName, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0101BB30, String *, XNamespace_ExtractLocalName, (XName * n, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AC20, XNamespace_ExtractLocalName__MethodInfo); DO_APP_FUNC(0x02346200, String *, XNamespace_ExtractNamespace, (WeakReference * r, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AB90, XNamespace_ExtractNamespace__MethodInfo); DO_APP_FUNC(0x02346280, XNamespace *, XNamespace_EnsureNamespace, (WeakReference * * refNmsp, String * namespaceName, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XNode__ctor, (XNode * __this, MethodInfo * method)); DO_APP_FUNC(0x023463E0, String *, XNode_ToString, (XNode * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XNode_AppendText, (XNode * __this, StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x02346410, XmlReaderSettings *, XNode_GetXmlReaderSettings, (LoadOptions__Enum o, MethodInfo * method)); DO_APP_FUNC(0x02346530, String *, XNode_GetXmlString, (XNode * __this, SaveOptions__Enum o, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XObject__ctor, (XObject * __this, MethodInfo * method)); DO_APP_FUNC(0x023469C0, String *, XObject_get_BaseUri, (XObject * __this, MethodInfo * method)); DO_APP_FUNC(0x02346A50, void, XObject_AddAnnotation, (XObject * __this, Object * annotation, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AA58, XObject_AddAnnotation__MethodInfo); DO_APP_FUNC(0x02346D90, Object *, XObject_AnnotationForSealedType, (XObject * __this, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02346ED0, bool, XObject_System_Xml_IXmlLineInfo_HasLineInfo, (XObject * __this, MethodInfo * method)); DO_APP_FUNC(0x02346F20, int32_t, XObject_System_Xml_IXmlLineInfo_get_LineNumber, (XObject * __this, MethodInfo * method)); DO_APP_FUNC(0x02346F70, int32_t, XObject_System_Xml_IXmlLineInfo_get_LinePosition, (XObject * __this, MethodInfo * method)); DO_APP_FUNC(0x02346FC0, bool, XObject_get_HasBaseUri, (XObject * __this, MethodInfo * method)); DO_APP_FUNC(0x02347010, void, XObject_SetBaseUri, (XObject * __this, String * baseUri, MethodInfo * method)); DO_APP_FUNC(0x023470C0, void, XObject_SetLineInfo, (XObject * __this, int32_t lineNumber, int32_t linePosition, MethodInfo * method)); DO_APP_FUNC(0x02347140, SaveOptions__Enum, XObject_GetSaveOptionsFromAnnotations, (XObject * __this, MethodInfo * method)); DO_APP_FUNC(0x02347380, void, XProcessingInstruction__ctor, (XProcessingInstruction * __this, String * target, String * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AA98, XProcessingInstruction__ctor__MethodInfo); DO_APP_FUNC(0x02347610, void, XProcessingInstruction__ctor_1, (XProcessingInstruction * __this, XProcessingInstruction * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AA08, XProcessingInstruction__ctor_1__MethodInfo); DO_APP_FUNC(0x00EECFF0, XmlNodeType__Enum, XProcessingInstruction_get_NodeType, (XProcessingInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x02347740, void, XProcessingInstruction_WriteTo, (XProcessingInstruction * __this, XmlWriter * writer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AA10, XProcessingInstruction_WriteTo__MethodInfo); DO_APP_FUNC(0x023477D0, XNode *, XProcessingInstruction_CloneNode, (XProcessingInstruction * __this, MethodInfo * method)); DO_APP_FUNC(0x02347930, void, XProcessingInstruction_ValidateName, (String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AA00, XProcessingInstruction_ValidateName__MethodInfo); DO_APP_FUNC(0x0233CBE0, void, XText__ctor, (XText * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A9E8, XText__ctor__MethodInfo); DO_APP_FUNC(0x0233CCA0, void, XText__ctor_1, (XText * __this, XText * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A9F0, XText__ctor_1__MethodInfo); DO_APP_FUNC(0x0075F690, XmlNodeType__Enum, XText_get_NodeType, (XText * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, String *, XText_get_Value, (XText * __this, MethodInfo * method)); DO_APP_FUNC(0x02347AA0, void, XText_WriteTo, (XText * __this, XmlWriter * writer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A9C8, XText_WriteTo__MethodInfo); DO_APP_FUNC(0x02347BA0, void, XText_AppendText, (XText * __this, StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x02347BD0, XNode *, XText_CloneNode, (XText * __this, MethodInfo * method)); DO_APP_FUNC(0x02347CD0, StringBuilder *, StringBuilderCache_1_Acquire, (int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x02347E00, void, StringBuilderCache_1_Release, (StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x02347F30, String *, StringBuilderCache_1_GetStringAndRelease, (StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x02348080, void, ThrowStub_2_ThrowNotSupportedException, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6AA28, ThrowStub_2_ThrowNotSupportedException__MethodInfo); DO_APP_FUNC(0x02C3D630, XRAnchor, XRAnchor_get_defaultValue, (MethodInfo * method)); DO_APP_FUNC(0x02C3D6C0, void, XRAnchor__ctor, (XRAnchor * __this, TrackableId trackableId, Pose pose, TrackingState__Enum trackingState, void * nativePtr, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, TrackableId, XRAnchor_get_trackableId, (XRAnchor * __this, MethodInfo * method)); DO_APP_FUNC(0x014BA770, Pose, XRAnchor_get_pose, (XRAnchor * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, TrackingState__Enum, XRAnchor_get_trackingState, (XRAnchor * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, void *, XRAnchor_get_nativePtr, (XRAnchor * __this, MethodInfo * method)); DO_APP_FUNC(0x012D0760, Guid, XRAnchor_get_sessionId, (XRAnchor * __this, MethodInfo * method)); DO_APP_FUNC(0x02C3D760, int32_t, XRAnchor_GetHashCode, (XRAnchor * __this, MethodInfo * method)); DO_APP_FUNC(0x02C3D840, bool, XRAnchor_Equals, (XRAnchor * __this, XRAnchor other, MethodInfo * method)); DO_APP_FUNC(0x02C3D9C0, bool, XRAnchor_Equals_1, (XRAnchor * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02C3DAA0, void, XRAnchor__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01920D80, void, XRAnchorSubsystem__ctor, (XRAnchorSubsystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02C3DC50, TrackableChanges_1_XRAnchor_, XRAnchorSubsystem_GetChanges, (XRAnchorSubsystem * __this, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73448, XRAnchorSubsystem_GetChanges__MethodInfo); DO_APP_FUNC(0x02C3DE00, bool, XRAnchorSubsystem_TryAddAnchor, (XRAnchorSubsystem * __this, Pose pose, XRAnchor * anchor, MethodInfo * method)); DO_APP_FUNC(0x02C3DE90, bool, XRAnchorSubsystem_TryAttachAnchor, (XRAnchorSubsystem * __this, TrackableId trackableToAffix, Pose pose, XRAnchor * anchor, MethodInfo * method)); DO_APP_FUNC(0x02C3DF50, bool, XRAnchorSubsystem_TryRemoveAnchor, (XRAnchorSubsystem * __this, TrackableId anchorId, MethodInfo * method)); DO_APP_FUNC(0x02C3DFC0, bool, XRAnchorSubsystem_Provider_TryAddAnchor, (XRAnchorSubsystem_Provider * __this, Pose pose, XRAnchor * anchor, MethodInfo * method)); DO_APP_FUNC(0x02C3DFE0, bool, XRAnchorSubsystem_Provider_TryAttachAnchor, (XRAnchorSubsystem_Provider * __this, TrackableId trackableToAffix, Pose pose, XRAnchor * anchor, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, XRAnchorSubsystem_Provider_TryRemoveAnchor, (XRAnchorSubsystem_Provider * __this, TrackableId anchorId, MethodInfo * method)); DO_APP_FUNC(0x02C3E000, void, XRAnchorSubsystem_Provider__ctor, (XRAnchorSubsystem_Provider * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, XRAnchorSubsystemDescriptor_set_supportsTrackableAttachments, (XRAnchorSubsystemDescriptor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C3E030, void, XRAnchorSubsystemDescriptor_Create, (XRAnchorSubsystemDescriptor_Cinfo cinfo, MethodInfo * method)); DO_APP_FUNC(0x02C3E280, void, XRAnchorSubsystemDescriptor__ctor, (XRAnchorSubsystemDescriptor * __this, XRAnchorSubsystemDescriptor_Cinfo cinfo, MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, XRAnchorSubsystemDescriptor_Cinfo_get_id, (XRAnchorSubsystemDescriptor_Cinfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, XRAnchorSubsystemDescriptor_Cinfo_set_id, (XRAnchorSubsystemDescriptor_Cinfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x005DE470, Type *, XRAnchorSubsystemDescriptor_Cinfo_get_providerType, (XRAnchorSubsystemDescriptor_Cinfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0066A570, void, XRAnchorSubsystemDescriptor_Cinfo_set_providerType, (XRAnchorSubsystemDescriptor_Cinfo * __this, Type * value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Type *, XRAnchorSubsystemDescriptor_Cinfo_get_subsystemTypeOverride, (XRAnchorSubsystemDescriptor_Cinfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, XRAnchorSubsystemDescriptor_Cinfo_set_subsystemTypeOverride, (XRAnchorSubsystemDescriptor_Cinfo * __this, Type * value, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, XRAnchorSubsystemDescriptor_Cinfo_get_supportsTrackableAttachments, (XRAnchorSubsystemDescriptor_Cinfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, XRAnchorSubsystemDescriptor_Cinfo_set_supportsTrackableAttachments, (XRAnchorSubsystemDescriptor_Cinfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C3E3C0, int32_t, XRAnchorSubsystemDescriptor_Cinfo_GetHashCode, (XRAnchorSubsystemDescriptor_Cinfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02C3E4A0, bool, XRAnchorSubsystemDescriptor_Cinfo_Equals, (XRAnchorSubsystemDescriptor_Cinfo * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02C3E5C0, bool, XRAnchorSubsystemDescriptor_Cinfo_Equals_1, (XRAnchorSubsystemDescriptor_Cinfo * __this, XRAnchorSubsystemDescriptor_Cinfo other, MethodInfo * method)); DO_APP_FUNC(0x01770920, ConfigurationDescriptor, Configuration_1_get_descriptor, (Configuration_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Feature__Enum, Configuration_1_get_features, (Configuration_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C3E640, int32_t, Configuration_1_GetHashCode, (Configuration_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C3E6A0, bool, Configuration_1_Equals, (Configuration_1 * __this, Configuration_1 other, MethodInfo * method)); DO_APP_FUNC(0x02C3E700, bool, Configuration_1_Equals_1, (Configuration_1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ConfigurationChooser__ctor, (ConfigurationChooser * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, void *, ConfigurationDescriptor_get_identifier, (ConfigurationDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, Feature__Enum, ConfigurationDescriptor_get_capabilities, (ConfigurationDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, ConfigurationDescriptor_get_rank, (ConfigurationDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02C3E7B0, void, ConfigurationDescriptor__ctor, (ConfigurationDescriptor * __this, void * identifier, Feature__Enum capabilities, int32_t rank, MethodInfo * method)); DO_APP_FUNC(0x02C3E7C0, String *, ConfigurationDescriptor_HexString, (ConfigurationDescriptor * __this, void * ptr, MethodInfo * method)); DO_APP_FUNC(0x02C3E880, String *, ConfigurationDescriptor_ToString, (ConfigurationDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02C3E990, int32_t, ConfigurationDescriptor_GetHashCode, (ConfigurationDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02C3E9B0, bool, ConfigurationDescriptor_Equals, (ConfigurationDescriptor * __this, ConfigurationDescriptor other, MethodInfo * method)); DO_APP_FUNC(0x02C3E9F0, bool, ConfigurationDescriptor_Equals_1, (ConfigurationDescriptor * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DefaultConfigurationChooser__ctor, (DefaultConfigurationChooser * __this, MethodInfo * method)); DO_APP_FUNC(0x02C3EAA0, Feature__Enum, FeatureExtensions_LowestBit, (Feature__Enum self, MethodInfo * method)); DO_APP_FUNC(0x02C3EAB0, String *, FeatureExtensions_ToStringList, (Feature__Enum features, String * separator, MethodInfo * method)); DO_APP_FUNC(0x02C3D130, int32_t, HashCodeUtil_Combine, (int32_t hash1, int32_t hash2, MethodInfo * method)); DO_APP_FUNC(0x02820100, int32_t, HashCodeUtil_ReferenceHash, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02C3D140, int32_t, HashCodeUtil_Combine_1, (int32_t hash1, int32_t hash2, int32_t hash3, MethodInfo * method)); DO_APP_FUNC(0x02C3F040, int32_t, HashCodeUtil_Combine_2, (int32_t hash1, int32_t hash2, int32_t hash3, int32_t hash4, MethodInfo * method)); DO_APP_FUNC(0x02C3F060, int32_t, HashCodeUtil_Combine_3, (int32_t hash1, int32_t hash2, int32_t hash3, int32_t hash4, int32_t hash5, MethodInfo * method)); DO_APP_FUNC(0x02C3F090, int32_t, HashCodeUtil_Combine_4, (int32_t hash1, int32_t hash2, int32_t hash3, int32_t hash4, int32_t hash5, int32_t hash6, MethodInfo * method)); DO_APP_FUNC(0x02C3F0D0, int32_t, HashCodeUtil_Combine_5, (int32_t hash1, int32_t hash2, int32_t hash3, int32_t hash4, int32_t hash5, int32_t hash6, int32_t hash7, MethodInfo * method)); DO_APP_FUNC(0x01D3A1F0, Vector3Control *, HandheldARInputDevice_get_devicePosition, (HandheldARInputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3A200, void, HandheldARInputDevice_set_devicePosition, (HandheldARInputDevice * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x007086F0, QuaternionControl *, HandheldARInputDevice_get_deviceRotation, (HandheldARInputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x00708700, void, HandheldARInputDevice_set_deviceRotation, (HandheldARInputDevice * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x02C3F110, void, HandheldARInputDevice_FinishSetup, (HandheldARInputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, HandheldARInputDevice__ctor, (HandheldARInputDevice * __this, MethodInfo * method)); DO_APP_FUNC(0x02C3F270, BoundedPlane, BoundedPlane_get_defaultValue, (MethodInfo * method)); DO_APP_FUNC(0x02C3F310, void, BoundedPlane__ctor, (BoundedPlane * __this, TrackableId trackableId, TrackableId subsumedBy, Pose pose, Vector2 center, Vector2 size, PlaneAlignment__Enum alignment, TrackingState__Enum trackingState, void * nativePtr, PlaneClassification__Enum classification, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, TrackableId, BoundedPlane_get_trackableId, (BoundedPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, TrackableId, BoundedPlane_get_subsumedById, (BoundedPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x02C3F370, Pose, BoundedPlane_get_pose, (BoundedPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x01F22880, Vector2, BoundedPlane_get_center, (BoundedPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x02C3F390, Vector2, BoundedPlane_get_extents, (BoundedPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x02C3F3C0, Vector2, BoundedPlane_get_size, (BoundedPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x00A528F0, PlaneAlignment__Enum, BoundedPlane_get_alignment, (BoundedPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x0111DD10, TrackingState__Enum, BoundedPlane_get_trackingState, (BoundedPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, void *, BoundedPlane_get_nativePtr, (BoundedPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x00764A50, PlaneClassification__Enum, BoundedPlane_get_classification, (BoundedPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x02C3F3E0, String *, BoundedPlane_ToString, (BoundedPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x02C3F870, bool, BoundedPlane_Equals, (BoundedPlane * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02C3F9E0, int32_t, BoundedPlane_GetHashCode, (BoundedPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x02C3FB60, bool, BoundedPlane_Equals_1, (BoundedPlane * __this, BoundedPlane other, MethodInfo * method)); DO_APP_FUNC(0x02C3FD80, void, BoundedPlane__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01925900, void, XRPlaneSubsystem__ctor, (XRPlaneSubsystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02C40050, TrackableChanges_1_BoundedPlane_, XRPlaneSubsystem_GetChanges, (XRPlaneSubsystem * __this, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x02C401C0, void, XRPlaneSubsystem_GetBoundary, (XRPlaneSubsystem * __this, TrackableId trackableId, Allocator__Enum allocator, NativeArray_1_UnityEngine_Vector2_ * boundary, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73188, XRPlaneSubsystem_GetBoundary__MethodInfo); DO_APP_FUNC(0x02C40310, void, XRPlaneSubsystem_Provider_GetBoundary, (XRPlaneSubsystem_Provider * __this, TrackableId trackableId, Allocator__Enum allocator, NativeArray_1_UnityEngine_Vector2_ * boundary, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C731B8, XRPlaneSubsystem_Provider_GetBoundary__MethodInfo); DO_APP_FUNC(0x003C94D0, PlaneDetectionMode__Enum, XRPlaneSubsystem_Provider_get_requestedPlaneDetectionMode, (XRPlaneSubsystem_Provider * __this, MethodInfo * method)); DO_APP_FUNC(0x02C40370, void, XRPlaneSubsystem_Provider_set_requestedPlaneDetectionMode, (XRPlaneSubsystem_Provider * __this, PlaneDetectionMode__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72FD0, XRPlaneSubsystem_Provider_set_requestedPlaneDetectionMode__MethodInfo); DO_APP_FUNC(0x003C94D0, PlaneDetectionMode__Enum, XRPlaneSubsystem_Provider_get_currentPlaneDetectionMode, (XRPlaneSubsystem_Provider * __this, MethodInfo * method)); DO_APP_FUNC(0x02C403E0, void, XRPlaneSubsystem_Provider__ctor, (XRPlaneSubsystem_Provider * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, XRPlaneSubsystemDescriptor_set_supportsHorizontalPlaneDetection, (XRPlaneSubsystemDescriptor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D09D20, void, XRPlaneSubsystemDescriptor_set_supportsVerticalPlaneDetection, (XRPlaneSubsystemDescriptor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009C8440, void, XRPlaneSubsystemDescriptor_set_supportsArbitraryPlaneDetection, (XRPlaneSubsystemDescriptor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x026A81D0, bool, XRPlaneSubsystemDescriptor_get_supportsBoundaryVertices, (XRPlaneSubsystemDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02C40410, void, XRPlaneSubsystemDescriptor_set_supportsBoundaryVertices, (XRPlaneSubsystemDescriptor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0041F550, void, XRPlaneSubsystemDescriptor_set_supportsClassification, (XRPlaneSubsystemDescriptor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C40420, void, XRPlaneSubsystemDescriptor_Create, (XRPlaneSubsystemDescriptor_Cinfo cinfo, MethodInfo * method)); DO_APP_FUNC(0x02C40690, void, XRPlaneSubsystemDescriptor__ctor, (XRPlaneSubsystemDescriptor * __this, XRPlaneSubsystemDescriptor_Cinfo cinfo, MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, XRPlaneSubsystemDescriptor_Cinfo_get_id, (XRPlaneSubsystemDescriptor_Cinfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, XRPlaneSubsystemDescriptor_Cinfo_set_id, (XRPlaneSubsystemDescriptor_Cinfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x005DE470, Type *, XRPlaneSubsystemDescriptor_Cinfo_get_providerType, (XRPlaneSubsystemDescriptor_Cinfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0066A570, void, XRPlaneSubsystemDescriptor_Cinfo_set_providerType, (XRPlaneSubsystemDescriptor_Cinfo * __this, Type * value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Type *, XRPlaneSubsystemDescriptor_Cinfo_get_subsystemTypeOverride, (XRPlaneSubsystemDescriptor_Cinfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, XRPlaneSubsystemDescriptor_Cinfo_set_subsystemTypeOverride, (XRPlaneSubsystemDescriptor_Cinfo * __this, Type * value, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, XRPlaneSubsystemDescriptor_Cinfo_get_supportsHorizontalPlaneDetection, (XRPlaneSubsystemDescriptor_Cinfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, XRPlaneSubsystemDescriptor_Cinfo_set_supportsHorizontalPlaneDetection, (XRPlaneSubsystemDescriptor_Cinfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00667070, bool, XRPlaneSubsystemDescriptor_Cinfo_get_supportsVerticalPlaneDetection, (XRPlaneSubsystemDescriptor_Cinfo * __this, MethodInfo * method)); DO_APP_FUNC(0x019C8EE0, void, XRPlaneSubsystemDescriptor_Cinfo_set_supportsVerticalPlaneDetection, (XRPlaneSubsystemDescriptor_Cinfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x024B70F0, bool, XRPlaneSubsystemDescriptor_Cinfo_get_supportsArbitraryPlaneDetection, (XRPlaneSubsystemDescriptor_Cinfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02AB1400, void, XRPlaneSubsystemDescriptor_Cinfo_set_supportsArbitraryPlaneDetection, (XRPlaneSubsystemDescriptor_Cinfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02AB1410, bool, XRPlaneSubsystemDescriptor_Cinfo_get_supportsBoundaryVertices, (XRPlaneSubsystemDescriptor_Cinfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02AB1420, void, XRPlaneSubsystemDescriptor_Cinfo_set_supportsBoundaryVertices, (XRPlaneSubsystemDescriptor_Cinfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009866A0, bool, XRPlaneSubsystemDescriptor_Cinfo_get_supportsClassification, (XRPlaneSubsystemDescriptor_Cinfo * __this, MethodInfo * method)); DO_APP_FUNC(0x009866B0, void, XRPlaneSubsystemDescriptor_Cinfo_set_supportsClassification, (XRPlaneSubsystemDescriptor_Cinfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C407F0, bool, XRPlaneSubsystemDescriptor_Cinfo_Equals, (XRPlaneSubsystemDescriptor_Cinfo * __this, XRPlaneSubsystemDescriptor_Cinfo other, MethodInfo * method)); DO_APP_FUNC(0x02C40840, bool, XRPlaneSubsystemDescriptor_Cinfo_Equals_1, (XRPlaneSubsystemDescriptor_Cinfo * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02C40920, int32_t, XRPlaneSubsystemDescriptor_Cinfo_GetHashCode, (XRPlaneSubsystemDescriptor_Cinfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02C40A60, XRRaycast, XRRaycast_get_defaultValue, (MethodInfo * method)); DO_APP_FUNC(0x00C71F10, TrackableId, XRRaycast_get_trackableId, (XRRaycast * __this, MethodInfo * method)); DO_APP_FUNC(0x014BA770, Pose, XRRaycast_get_pose, (XRRaycast * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, TrackingState__Enum, XRRaycast_get_trackingState, (XRRaycast * __this, MethodInfo * method)); DO_APP_FUNC(0x02C40AE0, void, XRRaycast__ctor, (XRRaycast * __this, TrackableId trackableId, Pose pose, TrackingState__Enum trackingState, void * nativePtr, float distance, TrackableId hitTrackableId, MethodInfo * method)); DO_APP_FUNC(0x02C40B30, int32_t, XRRaycast_GetHashCode, (XRRaycast * __this, MethodInfo * method)); DO_APP_FUNC(0x02C40C50, bool, XRRaycast_Equals, (XRRaycast * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02C40D30, bool, XRRaycast_Equals_1, (XRRaycast * __this, XRRaycast other, MethodInfo * method)); DO_APP_FUNC(0x02C40EA0, void, XRRaycast__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01926E30, void, XRRaycastSubsystem__ctor, (XRRaycastSubsystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02C410D0, TrackableChanges_1_XRRaycast_, XRRaycastSubsystem_GetChanges, (XRRaycastSubsystem * __this, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XRRaycastSubsystem_Provider_Start, (XRRaycastSubsystem_Provider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XRRaycastSubsystem_Provider_Stop, (XRRaycastSubsystem_Provider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XRRaycastSubsystem_Provider_Destroy, (XRRaycastSubsystem_Provider * __this, MethodInfo * method)); DO_APP_FUNC(0x02C41220, bool, XRRaycastSubsystem_Provider_TryAddRaycast, (XRRaycastSubsystem_Provider * __this, Vector2 screenPoint, float estimatedDistance, XRRaycast * raycast, MethodInfo * method)); DO_APP_FUNC(0x02C412E0, bool, XRRaycastSubsystem_Provider_TryAddRaycast_1, (XRRaycastSubsystem_Provider * __this, Ray ray, float estimatedDistance, XRRaycast * raycast, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XRRaycastSubsystem_Provider_RemoveRaycast, (XRRaycastSubsystem_Provider * __this, TrackableId trackableId, MethodInfo * method)); DO_APP_FUNC(0x02C413A0, TrackableChanges_1_XRRaycast_, XRRaycastSubsystem_Provider_GetChanges, (XRRaycastSubsystem_Provider * __this, XRRaycast defaultRaycast, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x01926FE0, void, XRRaycastSubsystem_Provider__ctor, (XRRaycastSubsystem_Provider * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, XRRaycastSubsystemDescriptor_set_supportsViewportBasedRaycast, (XRRaycastSubsystemDescriptor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D09D20, void, XRRaycastSubsystemDescriptor_set_supportsWorldBasedRaycast, (XRRaycastSubsystemDescriptor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x009CDD10, void, XRRaycastSubsystemDescriptor_set_supportedTrackableTypes, (XRRaycastSubsystemDescriptor * __this, TrackableType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00A88980, void, XRRaycastSubsystemDescriptor_set_supportsTrackedRaycasts, (XRRaycastSubsystemDescriptor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C413C0, void, XRRaycastSubsystemDescriptor_RegisterDescriptor, (XRRaycastSubsystemDescriptor_Cinfo cinfo, MethodInfo * method)); DO_APP_FUNC(0x02C41620, void, XRRaycastSubsystemDescriptor__ctor, (XRRaycastSubsystemDescriptor * __this, XRRaycastSubsystemDescriptor_Cinfo cinfo, MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, XRRaycastSubsystemDescriptor_Cinfo_get_id, (XRRaycastSubsystemDescriptor_Cinfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, XRRaycastSubsystemDescriptor_Cinfo_set_id, (XRRaycastSubsystemDescriptor_Cinfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x005DE470, Type *, XRRaycastSubsystemDescriptor_Cinfo_get_providerType, (XRRaycastSubsystemDescriptor_Cinfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0066A570, void, XRRaycastSubsystemDescriptor_Cinfo_set_providerType, (XRRaycastSubsystemDescriptor_Cinfo * __this, Type * value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Type *, XRRaycastSubsystemDescriptor_Cinfo_get_subsystemTypeOverride, (XRRaycastSubsystemDescriptor_Cinfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, XRRaycastSubsystemDescriptor_Cinfo_set_subsystemTypeOverride, (XRRaycastSubsystemDescriptor_Cinfo * __this, Type * value, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, XRRaycastSubsystemDescriptor_Cinfo_get_supportsViewportBasedRaycast, (XRRaycastSubsystemDescriptor_Cinfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, XRRaycastSubsystemDescriptor_Cinfo_set_supportsViewportBasedRaycast, (XRRaycastSubsystemDescriptor_Cinfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00667070, bool, XRRaycastSubsystemDescriptor_Cinfo_get_supportsWorldBasedRaycast, (XRRaycastSubsystemDescriptor_Cinfo * __this, MethodInfo * method)); DO_APP_FUNC(0x019C8EE0, void, XRRaycastSubsystemDescriptor_Cinfo_set_supportsWorldBasedRaycast, (XRRaycastSubsystemDescriptor_Cinfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, TrackableType__Enum, XRRaycastSubsystemDescriptor_Cinfo_get_supportedTrackableTypes, (XRRaycastSubsystemDescriptor_Cinfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, XRRaycastSubsystemDescriptor_Cinfo_set_supportedTrackableTypes, (XRRaycastSubsystemDescriptor_Cinfo * __this, TrackableType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, XRRaycastSubsystemDescriptor_Cinfo_get_supportsTrackedRaycasts, (XRRaycastSubsystemDescriptor_Cinfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, XRRaycastSubsystemDescriptor_Cinfo_set_supportsTrackedRaycasts, (XRRaycastSubsystemDescriptor_Cinfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C41770, int32_t, XRRaycastSubsystemDescriptor_Cinfo_GetHashCode, (XRRaycastSubsystemDescriptor_Cinfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02C41890, bool, XRRaycastSubsystemDescriptor_Cinfo_Equals, (XRRaycastSubsystemDescriptor_Cinfo * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02C419D0, String *, XRRaycastSubsystemDescriptor_Cinfo_ToString, (XRRaycastSubsystemDescriptor_Cinfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02C41AA0, bool, XRRaycastSubsystemDescriptor_Cinfo_Equals_1, (XRRaycastSubsystemDescriptor_Cinfo * __this, XRRaycastSubsystemDescriptor_Cinfo other, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScopedProfiler__ctor, (ScopedProfiler * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScopedProfiler_Dispose, (ScopedProfiler * __this, MethodInfo * method)); DO_APP_FUNC(0x01927490, void, XRSessionSubsystem__ctor, (XRSessionSubsystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XRSessionSubsystem_Provider_Start, (XRSessionSubsystem_Provider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XRSessionSubsystem_Provider_Stop, (XRSessionSubsystem_Provider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XRSessionSubsystem_Provider_Update, (XRSessionSubsystem_Provider * __this, XRSessionUpdateParams updateParams, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XRSessionSubsystem_Provider_Update_1, (XRSessionSubsystem_Provider * __this, XRSessionUpdateParams updateParams, Configuration_1 configuration, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Feature__Enum, XRSessionSubsystem_Provider_get_requestedFeatures, (XRSessionSubsystem_Provider * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Feature__Enum, XRSessionSubsystem_Provider_get_requestedTrackingMode, (XRSessionSubsystem_Provider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XRSessionSubsystem_Provider_set_requestedTrackingMode, (XRSessionSubsystem_Provider * __this, Feature__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Feature__Enum, XRSessionSubsystem_Provider_get_currentTrackingMode, (XRSessionSubsystem_Provider * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADC210, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_, XRSessionSubsystem_Provider_GetConfigurationDescriptors, (XRSessionSubsystem_Provider * __this, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XRSessionSubsystem_Provider_Destroy, (XRSessionSubsystem_Provider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XRSessionSubsystem_Provider_OnApplicationPause, (XRSessionSubsystem_Provider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XRSessionSubsystem_Provider_OnApplicationResume, (XRSessionSubsystem_Provider * __this, MethodInfo * method)); DO_APP_FUNC(0x02C41B30, void *, XRSessionSubsystem_Provider_get_nativePtr, (XRSessionSubsystem_Provider * __this, MethodInfo * method)); DO_APP_FUNC(0x02C41B70, Promise_1_SessionAvailability_ *, XRSessionSubsystem_Provider_GetAvailabilityAsync, (XRSessionSubsystem_Provider * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, TrackingState__Enum, XRSessionSubsystem_Provider_get_trackingState, (XRSessionSubsystem_Provider * __this, MethodInfo * method)); DO_APP_FUNC(0x01AF2340, NotTrackingReason__Enum, XRSessionSubsystem_Provider_get_notTrackingReason, (XRSessionSubsystem_Provider * __this, MethodInfo * method)); DO_APP_FUNC(0x02C41BA0, Guid, XRSessionSubsystem_Provider_get_sessionId, (XRSessionSubsystem_Provider * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, XRSessionSubsystem_Provider_get_matchFrameRateEnabled, (XRSessionSubsystem_Provider * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, XRSessionSubsystem_Provider_get_matchFrameRateRequested, (XRSessionSubsystem_Provider * __this, MethodInfo * method)); DO_APP_FUNC(0x02C41BF0, int32_t, XRSessionSubsystem_Provider_get_frameRate, (XRSessionSubsystem_Provider * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72D30, XRSessionSubsystem_Provider_get_frameRate__MethodInfo); DO_APP_FUNC(0x02C41C50, void, XRSessionSubsystem_Provider__ctor, (XRSessionSubsystem_Provider * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, XRSessionSubsystemDescriptor_set_supportsInstall, (XRSessionSubsystemDescriptor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01D09D20, void, XRSessionSubsystemDescriptor_set_supportsMatchFrameRate, (XRSessionSubsystemDescriptor * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C41C80, void, XRSessionSubsystemDescriptor_RegisterDescriptor, (XRSessionSubsystemDescriptor_Cinfo cinfo, MethodInfo * method)); DO_APP_FUNC(0x02C41ED0, void, XRSessionSubsystemDescriptor__ctor, (XRSessionSubsystemDescriptor * __this, XRSessionSubsystemDescriptor_Cinfo cinfo, MethodInfo * method)); DO_APP_FUNC(0x00C59310, bool, XRSessionSubsystemDescriptor_Cinfo_get_supportsInstall, (XRSessionSubsystemDescriptor_Cinfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7E140, void, XRSessionSubsystemDescriptor_Cinfo_set_supportsInstall, (XRSessionSubsystemDescriptor_Cinfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0186EE70, bool, XRSessionSubsystemDescriptor_Cinfo_get_supportsMatchFrameRate, (XRSessionSubsystemDescriptor_Cinfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01F17130, void, XRSessionSubsystemDescriptor_Cinfo_set_supportsMatchFrameRate, (XRSessionSubsystemDescriptor_Cinfo * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x005DE470, String *, XRSessionSubsystemDescriptor_Cinfo_get_id, (XRSessionSubsystemDescriptor_Cinfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0066A570, void, XRSessionSubsystemDescriptor_Cinfo_set_id, (XRSessionSubsystemDescriptor_Cinfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Type *, XRSessionSubsystemDescriptor_Cinfo_get_providerType, (XRSessionSubsystemDescriptor_Cinfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, XRSessionSubsystemDescriptor_Cinfo_set_providerType, (XRSessionSubsystemDescriptor_Cinfo * __this, Type * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Type *, XRSessionSubsystemDescriptor_Cinfo_get_subsystemTypeOverride, (XRSessionSubsystemDescriptor_Cinfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, XRSessionSubsystemDescriptor_Cinfo_set_subsystemTypeOverride, (XRSessionSubsystemDescriptor_Cinfo * __this, Type * value, MethodInfo * method)); DO_APP_FUNC(0x02C42020, int32_t, XRSessionSubsystemDescriptor_Cinfo_GetHashCode, (XRSessionSubsystemDescriptor_Cinfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02C42130, bool, XRSessionSubsystemDescriptor_Cinfo_Equals, (XRSessionSubsystemDescriptor_Cinfo * __this, XRSessionSubsystemDescriptor_Cinfo other, MethodInfo * method)); DO_APP_FUNC(0x02C421C0, bool, XRSessionSubsystemDescriptor_Cinfo_Equals_1, (XRSessionSubsystemDescriptor_Cinfo * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, ScreenOrientation__Enum, XRSessionUpdateParams_get_screenOrientation, (XRSessionUpdateParams * __this, MethodInfo * method)); DO_APP_FUNC(0x01770C80, Vector2Int, XRSessionUpdateParams_get_screenDimensions, (XRSessionUpdateParams * __this, MethodInfo * method)); DO_APP_FUNC(0x02C422E0, int32_t, XRSessionUpdateParams_GetHashCode, (XRSessionUpdateParams * __this, MethodInfo * method)); DO_APP_FUNC(0x02C42300, bool, XRSessionUpdateParams_Equals, (XRSessionUpdateParams * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02C423C0, String *, XRSessionUpdateParams_ToString, (XRSessionUpdateParams * __this, MethodInfo * method)); DO_APP_FUNC(0x02C424A0, bool, XRSessionUpdateParams_Equals_1, (XRSessionUpdateParams * __this, XRSessionUpdateParams other, MethodInfo * method)); DO_APP_FUNC(0x02C424D0, TrackableId, TrackableId_get_invalidId, (MethodInfo * method)); DO_APP_FUNC(0x00470F00, uint64_t, TrackableId_get_subId1, (TrackableId * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, uint64_t, TrackableId_get_subId2, (TrackableId * __this, MethodInfo * method)); DO_APP_FUNC(0x00C1EA20, void, TrackableId__ctor, (TrackableId * __this, uint64_t subId1, uint64_t subId2, MethodInfo * method)); DO_APP_FUNC(0x02C42530, String *, TrackableId_ToString, (TrackableId * __this, MethodInfo * method)); DO_APP_FUNC(0x02C425F0, int32_t, TrackableId_GetHashCode, (TrackableId * __this, MethodInfo * method)); DO_APP_FUNC(0x02C42610, bool, TrackableId_Equals, (TrackableId * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00A6D390, bool, TrackableId_Equals_1, (TrackableId * __this, TrackableId other, MethodInfo * method)); DO_APP_FUNC(0x00A6D3B0, bool, TrackableId_op_Inequality, (TrackableId lhs, TrackableId rhs, MethodInfo * method)); DO_APP_FUNC(0x02C426C0, void, TrackableId__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EmbeddedAttribute_5__ctor, (EmbeddedAttribute_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IsReadOnlyAttribute_5__ctor, (IsReadOnlyAttribute_5 * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDE430, void, InputTracking_InvokeTrackingEvent, (InputTracking_TrackingStateEventType__Enum eventType, XRNode__Enum nodeType, int64_t uniqueID, bool tracked, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB93B0, InputTracking_InvokeTrackingEvent__MethodInfo); DO_APP_FUNC(0x02FDE5F0, void, InputTracking_GetNodeStates, (List_1_UnityEngine_XR_XRNodeState_ * nodeStates, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9390, InputTracking_GetNodeStates__MethodInfo); DO_APP_FUNC(0x02FDE6C0, void, InputTracking_GetNodeStates_Internal, (List_1_UnityEngine_XR_XRNodeState_ * nodeStates, MethodInfo * method)); DO_APP_FUNC(0x00B33C70, void, XRNodeState_set_uniqueID, (XRNodeState * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x02B40F80, XRNode__Enum, XRNodeState_get_nodeType, (XRNodeState * __this, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, XRNodeState_set_nodeType, (XRNodeState * __this, XRNode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02FDE710, bool, XRNodeState_get_tracked, (XRNodeState * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDE720, void, XRNodeState_set_tracked, (XRNodeState * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02FDE730, bool, XRNodeState_TryGetPosition, (XRNodeState * __this, Vector3 * position, MethodInfo * method)); DO_APP_FUNC(0x02FDE7A0, bool, XRNodeState_TryGetRotation, (XRNodeState * __this, Quaternion * rotation, MethodInfo * method)); DO_APP_FUNC(0x02FDE800, bool, XRNodeState_TryGetVelocity, (XRNodeState * __this, Vector3 * velocity, MethodInfo * method)); DO_APP_FUNC(0x02FDE870, bool, XRNodeState_TryGet, (XRNodeState * __this, Vector3 inValue, AvailableTrackingData__Enum availabilityFlag, Vector3 * outValue, MethodInfo * method)); DO_APP_FUNC(0x02FDE8E0, bool, XRNodeState_TryGet_1, (XRNodeState * __this, Quaternion inValue, AvailableTrackingData__Enum availabilityFlag, Quaternion * outValue, MethodInfo * method)); DO_APP_FUNC(0x00E9D9A0, String *, InputFeatureUsage_get_name, (InputFeatureUsage * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, InputFeatureType__Enum, InputFeatureUsage_get_internalType, (InputFeatureUsage * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDE940, bool, InputFeatureUsage_Equals, (InputFeatureUsage * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02FDEA40, bool, InputFeatureUsage_Equals_1, (InputFeatureUsage * __this, InputFeatureUsage other, MethodInfo * method)); DO_APP_FUNC(0x02FDEAB0, int32_t, InputFeatureUsage_GetHashCode, (InputFeatureUsage * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDEAF0, void, CommonUsages_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02FE0B30, void, InputDevice_1__ctor, (InputDevice_1 * __this, uint64_t deviceId, MethodInfo * method)); DO_APP_FUNC(0x02FE0B40, uint64_t, InputDevice_1_get_deviceId, (InputDevice_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE0B60, String *, InputDevice_1_get_name, (InputDevice_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE0BD0, InputDeviceCharacteristics__Enum, InputDevice_1_get_characteristics, (InputDevice_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE0C40, bool, InputDevice_1_IsValidId, (InputDevice_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE0C60, bool, InputDevice_1_TryGetFeatureValue, (InputDevice_1 * __this, InputFeatureUsage_1_UnityEngine_Vector3_ usage, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x02FE0D20, bool, InputDevice_1_TryGetFeatureValue_1, (InputDevice_1 * __this, InputFeatureUsage_1_UnityEngine_Quaternion_ usage, Quaternion * value, MethodInfo * method)); DO_APP_FUNC(0x02FE0DF0, bool, InputDevice_1_Equals, (InputDevice_1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02FE0EA0, bool, InputDevice_1_Equals_1, (InputDevice_1 * __this, InputDevice_1 other, MethodInfo * method)); DO_APP_FUNC(0x02FE0ED0, int32_t, InputDevice_1_GetHashCode, (InputDevice_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9D9A0, uint64_t, Hand_1_get_deviceId, (Hand_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, uint32_t, Hand_1_get_featureIndex, (Hand_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE0F00, bool, Hand_1_Equals, (Hand_1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02FE0FA0, bool, Hand_1_Equals_1, (Hand_1 * __this, Hand_1 other, MethodInfo * method)); DO_APP_FUNC(0x02FE0FC0, int32_t, Hand_1_GetHashCode, (Hand_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9D9A0, uint64_t, Eyes_1_get_deviceId, (Eyes_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, uint32_t, Eyes_1_get_featureIndex, (Eyes_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE0FE0, bool, Eyes_1_Equals, (Eyes_1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02FE0FA0, bool, Eyes_1_Equals_1, (Eyes_1 * __this, Eyes_1 other, MethodInfo * method)); DO_APP_FUNC(0x02FE0FC0, int32_t, Eyes_1_GetHashCode, (Eyes_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9D9A0, uint64_t, Bone_1_get_deviceId, (Bone_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, uint32_t, Bone_1_get_featureIndex, (Bone_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE1080, bool, Bone_1_Equals, (Bone_1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02FE0FA0, bool, Bone_1_Equals_1, (Bone_1 * __this, Bone_1 other, MethodInfo * method)); DO_APP_FUNC(0x02FE0FC0, int32_t, Bone_1_GetHashCode, (Bone_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE1120, void, InputDevices_GetDevicesWithCharacteristics, (InputDeviceCharacteristics__Enum desiredCharacteristics, List_1_UnityEngine_XR_InputDevice_ * inputDevices, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9280, InputDevices_GetDevicesWithCharacteristics__MethodInfo); DO_APP_FUNC(0x02FE1590, void, InputDevices_add_deviceConnected, (Action_1_UnityEngine_XR_InputDevice_ * value, MethodInfo * method)); DO_APP_FUNC(0x02FE16D0, void, InputDevices_remove_deviceConnected, (Action_1_UnityEngine_XR_InputDevice_ * value, MethodInfo * method)); DO_APP_FUNC(0x02FE1810, void, InputDevices_add_deviceDisconnected, (Action_1_UnityEngine_XR_InputDevice_ * value, MethodInfo * method)); DO_APP_FUNC(0x02FE1950, void, InputDevices_remove_deviceDisconnected, (Action_1_UnityEngine_XR_InputDevice_ * value, MethodInfo * method)); DO_APP_FUNC(0x02FE1A90, void, InputDevices_InvokeConnectionEvent, (uint64_t deviceId, ConnectionChangeType__Enum change, MethodInfo * method)); DO_APP_FUNC(0x02FE1B60, void, InputDevices_GetDevices_Internal, (List_1_UnityEngine_XR_InputDevice_ * inputDevices, MethodInfo * method)); DO_APP_FUNC(0x02FE1BB0, bool, InputDevices_TryGetFeatureValue_Vector3f, (uint64_t deviceId, String * usage, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x02FE1C20, bool, InputDevices_TryGetFeatureValue_Quaternionf, (uint64_t deviceId, String * usage, Quaternion * value, MethodInfo * method)); DO_APP_FUNC(0x02FE1C90, String *, InputDevices_GetDeviceName, (uint64_t deviceId, MethodInfo * method)); DO_APP_FUNC(0x02FE1CE0, InputDeviceCharacteristics__Enum, InputDevices_GetDeviceCharacteristics, (uint64_t deviceId, MethodInfo * method)); DO_APP_FUNC(0x02CA1160, void, XRDisplaySubsystem_InvokeDisplayFocusChanged, (XRDisplaySubsystem * __this, bool focus, MethodInfo * method)); DO_APP_FUNC(0x02FE1D30, void, XRDisplaySubsystem__ctor, (XRDisplaySubsystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE1D60, void, XRDisplaySubsystemDescriptor__ctor, (XRDisplaySubsystemDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE1D90, bool, XRInputSubsystem_TryRecenter, (XRInputSubsystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE1DE0, bool, XRInputSubsystem_TrySetTrackingOriginMode, (XRInputSubsystem * __this, TrackingOriginModeFlags__Enum origin, MethodInfo * method)); DO_APP_FUNC(0x02FE1E40, TrackingOriginModeFlags__Enum, XRInputSubsystem_GetTrackingOriginMode, (XRInputSubsystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE1E90, TrackingOriginModeFlags__Enum, XRInputSubsystem_GetSupportedTrackingOriginModes, (XRInputSubsystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE1EE0, void, XRInputSubsystem_add_trackingOriginUpdated, (XRInputSubsystem * __this, Action_1_UnityEngine_XR_XRInputSubsystem_ * value, MethodInfo * method)); DO_APP_FUNC(0x02FE1FF0, void, XRInputSubsystem_remove_trackingOriginUpdated, (XRInputSubsystem * __this, Action_1_UnityEngine_XR_XRInputSubsystem_ * value, MethodInfo * method)); DO_APP_FUNC(0x02FE2100, void, XRInputSubsystem_InvokeTrackingOriginUpdatedEvent, (void * internalPtr, MethodInfo * method)); DO_APP_FUNC(0x02FE21C0, void, XRInputSubsystem_InvokeBoundaryChangedEvent, (void * internalPtr, MethodInfo * method)); DO_APP_FUNC(0x02FE2280, void, XRInputSubsystem__ctor, (XRInputSubsystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE22B0, void, XRInputSubsystemDescriptor__ctor, (XRInputSubsystemDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE22E0, String *, MeshId_ToString, (MeshId * __this, MethodInfo * method)); DO_APP_FUNC(0x02CEC6B0, int32_t, MeshId_GetHashCode, (MeshId * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE23A0, bool, MeshId_Equals, (MeshId * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01E507C0, bool, MeshId_Equals_1, (MeshId * __this, MeshId other, MethodInfo * method)); DO_APP_FUNC(0x02FE2450, void, MeshId__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02FE2490, int32_t, HashCodeHelper_Combine, (int32_t hash1, int32_t hash2, MethodInfo * method)); DO_APP_FUNC(0x02FE24A0, int32_t, HashCodeHelper_Combine_1, (int32_t hash1, int32_t hash2, int32_t hash3, MethodInfo * method)); DO_APP_FUNC(0x02FE24C0, int32_t, HashCodeHelper_Combine_2, (int32_t hash1, int32_t hash2, int32_t hash3, int32_t hash4, MethodInfo * method)); DO_APP_FUNC(0x02FE24E0, int32_t, HashCodeHelper_Combine_3, (int32_t hash1, int32_t hash2, int32_t hash3, int32_t hash4, int32_t hash5, MethodInfo * method)); DO_APP_FUNC(0x02FE2510, int32_t, HashCodeHelper_Combine_4, (int32_t hash1, int32_t hash2, int32_t hash3, int32_t hash4, int32_t hash5, int32_t hash6, MethodInfo * method)); DO_APP_FUNC(0x02FE2550, int32_t, HashCodeHelper_Combine_5, (int32_t hash1, int32_t hash2, int32_t hash3, int32_t hash4, int32_t hash5, int32_t hash6, int32_t hash7, MethodInfo * method)); DO_APP_FUNC(0x02FE2590, int32_t, HashCodeHelper_Combine_6, (int32_t hash1, int32_t hash2, int32_t hash3, int32_t hash4, int32_t hash5, int32_t hash6, int32_t hash7, int32_t hash8, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, MeshId, MeshGenerationResult_get_MeshId, (MeshGenerationResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Mesh *, MeshGenerationResult_get_Mesh, (MeshGenerationResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, MeshCollider *, MeshGenerationResult_get_MeshCollider, (MeshGenerationResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, MeshGenerationStatus__Enum, MeshGenerationResult_get_Status, (MeshGenerationResult * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, MeshVertexAttributes__Enum, MeshGenerationResult_get_Attributes, (MeshGenerationResult * __this, MethodInfo * method)); DO_APP_FUNC(0x00990E00, Vector3, MeshGenerationResult_get_Position, (MeshGenerationResult * __this, MethodInfo * method)); DO_APP_FUNC(0x028A4160, Quaternion, MeshGenerationResult_get_Rotation, (MeshGenerationResult * __this, MethodInfo * method)); DO_APP_FUNC(0x01D3F4C0, Vector3, MeshGenerationResult_get_Scale, (MeshGenerationResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE25E0, bool, MeshGenerationResult_Equals, (MeshGenerationResult * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02FE26B0, bool, MeshGenerationResult_Equals_1, (MeshGenerationResult * __this, MeshGenerationResult other, MethodInfo * method)); DO_APP_FUNC(0x02FE2860, int32_t, MeshGenerationResult_GetHashCode, (MeshGenerationResult * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE2AD0, void, XRMeshSubsystem_InvokeMeshReadyDelegate, (XRMeshSubsystem * __this, MeshGenerationResult result, Action_1_UnityEngine_XR_MeshGenerationResult_ * onMeshGenerationComplete, MethodInfo * method)); DO_APP_FUNC(0x02FE2B30, void, XRMeshSubsystem__ctor, (XRMeshSubsystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE2B60, void, XRMeshSubsystem_MeshTransformList_Dispose, (XRMeshSubsystem_MeshTransformList * __this, MethodInfo * method)); DO_APP_FUNC(0x02FE2BB0, void, XRMeshSubsystem_MeshTransformList_Dispose_1, (void * self, MethodInfo * method)); DO_APP_FUNC(0x02FE2C00, void, XRMeshSubsystemDescriptor__ctor, (XRMeshSubsystemDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02C35F50, void *, ARAnchor_get_nativePtr, (ARAnchor * __this, MethodInfo * method)); DO_APP_FUNC(0x02C35FD0, Guid, ARAnchor_get_sessionId, (ARAnchor * __this, MethodInfo * method)); DO_APP_FUNC(0x02C36060, void, ARAnchor_OnEnable, (ARAnchor * __this, MethodInfo * method)); DO_APP_FUNC(0x02C36110, void, ARAnchor_Update, (ARAnchor * __this, MethodInfo * method)); DO_APP_FUNC(0x02C36250, void, ARAnchor_OnDisable, (ARAnchor * __this, MethodInfo * method)); DO_APP_FUNC(0x02C362F0, void, ARAnchor__ctor, (ARAnchor * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, GameObject *, ARAnchorManager_get_anchorPrefab, (ARAnchorManager * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, ARAnchorManager_set_anchorPrefab, (ARAnchorManager * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x02C36360, void, ARAnchorManager_add_anchorsChanged, (ARAnchorManager * __this, Action_1_UnityEngine_XR_ARFoundation_ARAnchorsChangedEventArgs_ * value, MethodInfo * method)); DO_APP_FUNC(0x02C36470, void, ARAnchorManager_remove_anchorsChanged, (ARAnchorManager * __this, Action_1_UnityEngine_XR_ARFoundation_ARAnchorsChangedEventArgs_ * value, MethodInfo * method)); DO_APP_FUNC(0x02C36580, ARAnchor *, ARAnchorManager_AddAnchor, (ARAnchorManager * __this, Pose pose, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72210, ARAnchorManager_AddAnchor__MethodInfo); DO_APP_FUNC(0x02C36820, bool, ARAnchorManager_TryAddAnchor, (ARAnchorManager * __this, ARAnchor * anchor, MethodInfo * method)); DO_APP_FUNC(0x02C36CF0, ARAnchor *, ARAnchorManager_AttachAnchor, (ARAnchorManager * __this, ARPlane * plane, Pose pose, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C721F8, ARAnchorManager_AttachAnchor__MethodInfo); DO_APP_FUNC(0x02C37130, bool, ARAnchorManager_RemoveAnchor, (ARAnchorManager * __this, ARAnchor * anchor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72250, ARAnchorManager_RemoveAnchor__MethodInfo); DO_APP_FUNC(0x02C37540, bool, ARAnchorManager_TryRemoveAnchor, (ARAnchorManager * __this, ARAnchor * anchor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72230, ARAnchorManager_TryRemoveAnchor__MethodInfo); DO_APP_FUNC(0x02C37870, ARAnchor *, ARAnchorManager_GetAnchor, (ARAnchorManager * __this, TrackableId trackableId, MethodInfo * method)); DO_APP_FUNC(0x003C5320, GameObject *, ARAnchorManager_GetPrefab, (ARAnchorManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02C37980, String *, ARAnchorManager_get_gameObjectName, (ARAnchorManager * __this, MethodInfo * method)); DO_APP_FUNC(0x02C379C0, void, ARAnchorManager_OnTrackablesChanged, (ARAnchorManager * __this, List_1_UnityEngine_XR_ARFoundation_ARAnchor_ * added, List_1_UnityEngine_XR_ARFoundation_ARAnchor_ * updated, List_1_UnityEngine_XR_ARFoundation_ARAnchor_ * removed, MethodInfo * method)); DO_APP_FUNC(0x02C37AC0, void, ARAnchorManager__ctor, (ARAnchorManager * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, List_1_UnityEngine_XR_ARFoundation_ARAnchor_ *, ARAnchorsChangedEventArgs_get_added, (ARAnchorsChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ARAnchorsChangedEventArgs_set_added, (ARAnchorsChangedEventArgs * __this, List_1_UnityEngine_XR_ARFoundation_ARAnchor_ * value, MethodInfo * method)); DO_APP_FUNC(0x005DE470, List_1_UnityEngine_XR_ARFoundation_ARAnchor_ *, ARAnchorsChangedEventArgs_get_updated, (ARAnchorsChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x0066A570, void, ARAnchorsChangedEventArgs_set_updated, (ARAnchorsChangedEventArgs * __this, List_1_UnityEngine_XR_ARFoundation_ARAnchor_ * value, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, List_1_UnityEngine_XR_ARFoundation_ARAnchor_ *, ARAnchorsChangedEventArgs_get_removed, (ARAnchorsChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ARAnchorsChangedEventArgs_set_removed, (ARAnchorsChangedEventArgs * __this, List_1_UnityEngine_XR_ARFoundation_ARAnchor_ * value, MethodInfo * method)); DO_APP_FUNC(0x009AF110, void, ARAnchorsChangedEventArgs__ctor, (ARAnchorsChangedEventArgs * __this, List_1_UnityEngine_XR_ARFoundation_ARAnchor_ * added, List_1_UnityEngine_XR_ARFoundation_ARAnchor_ * updated, List_1_UnityEngine_XR_ARFoundation_ARAnchor_ * removed, MethodInfo * method)); DO_APP_FUNC(0x02C37B30, int32_t, ARAnchorsChangedEventArgs_GetHashCode, (ARAnchorsChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x02C37BD0, bool, ARAnchorsChangedEventArgs_Equals, (ARAnchorsChangedEventArgs * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02C37C80, String *, ARAnchorsChangedEventArgs_ToString, (ARAnchorsChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x02C37DE0, bool, ARAnchorsChangedEventArgs_Equals_1, (ARAnchorsChangedEventArgs * __this, ARAnchorsChangedEventArgs other, MethodInfo * method)); DO_APP_FUNC(0x003C94E0, float, ARPlane_get_vertexChangedThreshold, (ARPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x02C37E10, void, ARPlane_set_vertexChangedThreshold, (ARPlane * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02C37E30, void, ARPlane_add_boundaryChanged, (ARPlane * __this, Action_1_UnityEngine_XR_ARFoundation_ARPlaneBoundaryChangedEventArgs_ * value, MethodInfo * method)); DO_APP_FUNC(0x02C37F50, void, ARPlane_remove_boundaryChanged, (ARPlane * __this, Action_1_UnityEngine_XR_ARFoundation_ARPlaneBoundaryChangedEventArgs_ * value, MethodInfo * method)); DO_APP_FUNC(0x02C38070, Vector3, ARPlane_get_normal, (ARPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, ARPlane *, ARPlane_get_subsumedBy, (ARPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F50, void, ARPlane_set_subsumedBy, (ARPlane * __this, ARPlane * value, MethodInfo * method)); DO_APP_FUNC(0x02C38100, PlaneAlignment__Enum, ARPlane_get_alignment, (ARPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x02C38190, PlaneClassification__Enum, ARPlane_get_classification, (ARPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x02C38210, Vector2, ARPlane_get_centerInPlaneSpace, (ARPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x02C382A0, Vector3, ARPlane_get_center, (ARPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x02C383C0, Vector2, ARPlane_get_extents, (ARPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x02C38460, Vector2, ARPlane_get_size, (ARPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x02C384F0, Plane, ARPlane_get_infinitePlane, (ARPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x02C38670, void *, ARPlane_get_nativePtr, (ARPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x02C38700, NativeArray_1_UnityEngine_Vector2_, ARPlane_get_boundary, (ARPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x02C387B0, void, ARPlane_UpdateBoundary, (ARPlane * __this, XRPlaneSubsystem * subsystem, MethodInfo * method)); DO_APP_FUNC(0x02C38AB0, void, ARPlane_OnValidate, (ARPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x02C38AD0, void, ARPlane_OnDestroy, (ARPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x02C38B50, void, ARPlane_CheckForBoundaryChanges, (ARPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x02C38BE0, void, ARPlane_CopyBoundaryAndSetChangedFlag, (ARPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x02C38D50, void, ARPlane_Update, (ARPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x02C38DC0, void, ARPlane__ctor, (ARPlane * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, ARPlane *, ARPlaneBoundaryChangedEventArgs_get_plane, (ARPlaneBoundaryChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ARPlaneBoundaryChangedEventArgs_set_plane, (ARPlaneBoundaryChangedEventArgs * __this, ARPlane * value, MethodInfo * method)); DO_APP_FUNC(0x02C38E40, void, ARPlaneBoundaryChangedEventArgs__ctor, (ARPlaneBoundaryChangedEventArgs * __this, ARPlane * plane, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C721A8, ARPlaneBoundaryChangedEventArgs__ctor__MethodInfo); DO_APP_FUNC(0x0119E170, int32_t, ARPlaneBoundaryChangedEventArgs_GetHashCode, (ARPlaneBoundaryChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x02C38FD0, bool, ARPlaneBoundaryChangedEventArgs_Equals, (ARPlaneBoundaryChangedEventArgs * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02C39060, String *, ARPlaneBoundaryChangedEventArgs_ToString, (ARPlaneBoundaryChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x02C39180, bool, ARPlaneBoundaryChangedEventArgs_Equals_1, (ARPlaneBoundaryChangedEventArgs * __this, ARPlaneBoundaryChangedEventArgs other, MethodInfo * method)); DO_APP_FUNC(0x02C39320, void, ARPoseDriver_OnEnable, (ARPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x02C396F0, void, ARPoseDriver_OnDisable, (ARPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x02C39800, void, ARPoseDriver_Update, (ARPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x02C39800, void, ARPoseDriver_OnBeforeRender, (ARPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C720E8, ARPoseDriver_OnBeforeRender__MethodInfo); DO_APP_FUNC(0x02C39810, void, ARPoseDriver_PerformUpdate, (ARPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x02C39A90, void, ARPoseDriver_OnInputDeviceConnected, (ARPoseDriver * __this, InputDevice_1 device, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C720F0, ARPoseDriver_OnInputDeviceConnected__MethodInfo); DO_APP_FUNC(0x02C39AC0, void, ARPoseDriver_CheckConnectedDevice, (ARPoseDriver * __this, InputDevice_1 device, bool displayWarning, MethodInfo * method)); DO_APP_FUNC(0x02C39F30, ARPoseDriver_NullablePose, ARPoseDriver_GetPoseData, (MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ARPoseDriver__ctor, (ARPoseDriver * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Camera *, ARSessionOrigin_get_camera, (ARSessionOrigin * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ARSessionOrigin_set_camera, (ARSessionOrigin * __this, Camera * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Transform *, ARSessionOrigin_get_trackablesParent, (ARSessionOrigin * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ARSessionOrigin_set_trackablesParent, (ARSessionOrigin * __this, Transform * value, MethodInfo * method)); DO_APP_FUNC(0x02C3A260, void, ARSessionOrigin_add_trackablesParentTransformChanged, (ARSessionOrigin * __this, Action_1_UnityEngine_XR_ARFoundation_ARTrackablesParentTransformChangedEventArgs_ * value, MethodInfo * method)); DO_APP_FUNC(0x02C3A370, void, ARSessionOrigin_remove_trackablesParentTransformChanged, (ARSessionOrigin * __this, Action_1_UnityEngine_XR_ARFoundation_ARTrackablesParentTransformChangedEventArgs_ * value, MethodInfo * method)); DO_APP_FUNC(0x02C3A480, Transform *, ARSessionOrigin_get_contentOffsetTransform, (ARSessionOrigin * __this, MethodInfo * method)); DO_APP_FUNC(0x02C3AA30, void, ARSessionOrigin_MakeContentAppearAt, (ARSessionOrigin * __this, Transform * content, Vector3 position, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x02C3AAA0, void, ARSessionOrigin_MakeContentAppearAt_1, (ARSessionOrigin * __this, Transform * content, Vector3 position, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72090, ARSessionOrigin_MakeContentAppearAt_1__MethodInfo); DO_APP_FUNC(0x02C3AED0, void, ARSessionOrigin_MakeContentAppearAt_2, (ARSessionOrigin * __this, Transform * content, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72068, ARSessionOrigin_MakeContentAppearAt_2__MethodInfo); DO_APP_FUNC(0x02C3B300, void, ARSessionOrigin_Awake, (ARSessionOrigin * __this, MethodInfo * method)); DO_APP_FUNC(0x02C3C360, Pose, ARSessionOrigin_GetCameraOriginPose, (ARSessionOrigin * __this, MethodInfo * method)); DO_APP_FUNC(0x02C3C630, void, ARSessionOrigin_OnEnable, (ARSessionOrigin * __this, MethodInfo * method)); DO_APP_FUNC(0x02C3C6F0, void, ARSessionOrigin_OnDisable, (ARSessionOrigin * __this, MethodInfo * method)); DO_APP_FUNC(0x02C3C7B0, void, ARSessionOrigin_OnBeforeRender, (ARSessionOrigin * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72098, ARSessionOrigin_OnBeforeRender__MethodInfo); DO_APP_FUNC(0x003AC000, void, ARSessionOrigin__ctor, (ARSessionOrigin * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ARTrackable__ctor, (ARTrackable * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, ARSessionOrigin *, ARTrackablesParentTransformChangedEventArgs_get_sessionOrigin, (ARTrackablesParentTransformChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, Transform *, ARTrackablesParentTransformChangedEventArgs_get_trackablesParent, (ARTrackablesParentTransformChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x02C3CA10, void, ARTrackablesParentTransformChangedEventArgs__ctor, (ARTrackablesParentTransformChangedEventArgs * __this, ARSessionOrigin * sessionOrigin, Transform * trackablesParent, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72058, ARTrackablesParentTransformChangedEventArgs__ctor__MethodInfo); DO_APP_FUNC(0x02C3CD30, bool, ARTrackablesParentTransformChangedEventArgs_Equals, (ARTrackablesParentTransformChangedEventArgs * __this, ARTrackablesParentTransformChangedEventArgs other, MethodInfo * method)); DO_APP_FUNC(0x02C3D020, bool, ARTrackablesParentTransformChangedEventArgs_Equals_1, (ARTrackablesParentTransformChangedEventArgs * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02C3D0C0, int32_t, ARTrackablesParentTransformChangedEventArgs_GetHashCode, (ARTrackablesParentTransformChangedEventArgs * __this, MethodInfo * method)); DO_APP_FUNC(0x02C3D130, int32_t, HashCodeUtil_1_Combine, (int32_t hash1, int32_t hash2, MethodInfo * method)); DO_APP_FUNC(0x02820100, int32_t, HashCodeUtil_1_ReferenceHash, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02C3D140, int32_t, HashCodeUtil_1_Combine_1, (int32_t hash1, int32_t hash2, int32_t hash3, MethodInfo * method)); DO_APP_FUNC(0x02C3D160, Pose, TransformExtensions_1_TransformPose, (Transform * transform, Pose pose, MethodInfo * method)); DO_APP_FUNC(0x02C3D1F0, Pose, TransformExtensions_1_InverseTransformPose, (Transform * transform, Pose pose, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72048, TransformExtensions_1_InverseTransformPose__MethodInfo); DO_APP_FUNC(0x019052B0, bool, SceneUnderstanding_OpenXR_API_OnInstanceCreate, (SceneUnderstanding_OpenXR_API * __this, uint64_t xrInstance, MethodInfo * method)); DO_APP_FUNC(0x019053B0, void, SceneUnderstanding_OpenXR_API_OnInstanceDestroy, (SceneUnderstanding_OpenXR_API * __this, uint64_t xrInstance, MethodInfo * method)); DO_APP_FUNC(0x01905490, void, SceneUnderstanding_OpenXR_API_OnSessionCreate, (SceneUnderstanding_OpenXR_API * __this, uint64_t xrSession, MethodInfo * method)); DO_APP_FUNC(0x01905700, void, SceneUnderstanding_OpenXR_API_OnSystemChange, (SceneUnderstanding_OpenXR_API * __this, uint64_t xrSystem, MethodInfo * method)); DO_APP_FUNC(0x01905800, void, SceneUnderstanding_OpenXR_API_OnSessionDestroy, (SceneUnderstanding_OpenXR_API * __this, uint64_t xrSession, MethodInfo * method)); DO_APP_FUNC(0x01902480, bool, SceneUnderstanding_OpenXR_API_CheckResult, (SceneUnderstanding_OpenXR_API * __this, XrResult__Enum result, MethodInfo * method)); DO_APP_FUNC(0x019058E0, bool, SceneUnderstanding_OpenXR_API_GetXrFunctionDelegates, (SceneUnderstanding_OpenXR_API * __this, uint64_t xrInstance, MethodInfo * method)); DO_APP_FUNC(0x01906BB0, int32_t, SceneUnderstanding_OpenXR_API_xrGetSystemProperties, (SceneUnderstanding_OpenXR_API * __this, XrSystemProperties * properties, MethodInfo * method)); DO_APP_FUNC(0x01906BF0, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrEnumerateReferenceSpaces, (SceneUnderstanding_OpenXR_API * __this, uint32_t spaceCapacityInput, int32_t * spaceCountOutput, void * spaces, MethodInfo * method)); DO_APP_FUNC(0x01906C30, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrCreateReferenceSpace, (SceneUnderstanding_OpenXR_API * __this, XrReferenceSpaceCreateInfo * createInfo, uint64_t * space, MethodInfo * method)); DO_APP_FUNC(0x01906C70, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrDestroySpace, (SceneUnderstanding_OpenXR_API * __this, uint64_t space, MethodInfo * method)); DO_APP_FUNC(0x01906CA0, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrEnumerateSceneComputeFeaturesMSFT, (SceneUnderstanding_OpenXR_API * __this, uint64_t systemId, uint32_t featureCapacityInput, uint32_t * featureCountOutput, void * features, MethodInfo * method)); DO_APP_FUNC(0x019048F0, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrCreateSceneObserverMSFT, (SceneUnderstanding_OpenXR_API * __this, XrSceneObserverCreateInfoMSFT * createInfo, uint64_t * sceneObserver, MethodInfo * method)); DO_APP_FUNC(0x01904930, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrDestroySceneObserverMSFT, (SceneUnderstanding_OpenXR_API * __this, uint64_t sceneObserver, MethodInfo * method)); DO_APP_FUNC(0x01906CF0, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrCreateSceneMSFT, (SceneUnderstanding_OpenXR_API * __this, uint64_t sceneObserver, XrSceneCreateInfoMSFT * createInfo, uint64_t * scene, MethodInfo * method)); DO_APP_FUNC(0x019049B0, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrDestroySceneMSFT, (SceneUnderstanding_OpenXR_API * __this, uint64_t scene, MethodInfo * method)); DO_APP_FUNC(0x01906D20, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrComputeNewSceneMSFT, (SceneUnderstanding_OpenXR_API * __this, uint64_t sceneObserver, XrNewSceneComputeInfoMSFT * computeInfo, MethodInfo * method)); DO_APP_FUNC(0x01906D50, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrGetSceneComputeStateMSFT, (SceneUnderstanding_OpenXR_API * __this, uint64_t sceneObserver, XrSceneComputeStateMSFT__Enum * state, MethodInfo * method)); DO_APP_FUNC(0x01906D80, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrGetSceneComponentsMSFT, (SceneUnderstanding_OpenXR_API * __this, uint64_t scene, XrSceneComponentsGetInfoMSFT * getInfo, XrSceneComponentsMSFT * components, MethodInfo * method)); DO_APP_FUNC(0x01906DB0, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrLocateSceneComponentsMSFT, (SceneUnderstanding_OpenXR_API * __this, uint64_t scene, XrSceneComponentsLocateInfoMSFT * locateInfo, XrSceneComponentLocationsMSFT * locations, MethodInfo * method)); DO_APP_FUNC(0x01906DE0, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrGetSceneMeshBuffersMSFT, (SceneUnderstanding_OpenXR_API * __this, uint64_t scene, XrSceneMeshBuffersGetInfoMSFT * getInfo, XrSceneMeshBuffersMSFT * buffers, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, SceneUnderstanding_OpenXR_API__ctor, (SceneUnderstanding_OpenXR_API * __this, MethodInfo * method)); DO_APP_FUNC(0x003ED6D0, void, SceneUnderstanding_OpenXR_API_XrGetInstanceProcAddrDelegate__ctor, (SceneUnderstanding_OpenXR_API_XrGetInstanceProcAddrDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrGetInstanceProcAddrDelegate_Invoke, (SceneUnderstanding_OpenXR_API_XrGetInstanceProcAddrDelegate * __this, uint64_t instance, String * name, void * * function, MethodInfo * method)); DO_APP_FUNC(0x01906E10, IAsyncResult *, SceneUnderstanding_OpenXR_API_XrGetInstanceProcAddrDelegate_BeginInvoke, (SceneUnderstanding_OpenXR_API_XrGetInstanceProcAddrDelegate * __this, uint64_t instance, String * name, void * * function, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrGetInstanceProcAddrDelegate_EndInvoke, (SceneUnderstanding_OpenXR_API_XrGetInstanceProcAddrDelegate * __this, void * * function, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F8A30, void, SceneUnderstanding_OpenXR_API_xrGetSystemPropertiesDelegate__ctor, (SceneUnderstanding_OpenXR_API_xrGetSystemPropertiesDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, int32_t, SceneUnderstanding_OpenXR_API_xrGetSystemPropertiesDelegate_Invoke, (SceneUnderstanding_OpenXR_API_xrGetSystemPropertiesDelegate * __this, uint64_t instance, uint64_t systemId, XrSystemProperties * properties, MethodInfo * method)); DO_APP_FUNC(0x01906EC0, IAsyncResult *, SceneUnderstanding_OpenXR_API_xrGetSystemPropertiesDelegate_BeginInvoke, (SceneUnderstanding_OpenXR_API_xrGetSystemPropertiesDelegate * __this, uint64_t instance, uint64_t systemId, XrSystemProperties * properties, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, int32_t, SceneUnderstanding_OpenXR_API_xrGetSystemPropertiesDelegate_EndInvoke, (SceneUnderstanding_OpenXR_API_xrGetSystemPropertiesDelegate * __this, XrSystemProperties * properties, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01906F80, void, SceneUnderstanding_OpenXR_API_XrEnumerateReferenceSpacesDelegate__ctor, (SceneUnderstanding_OpenXR_API_XrEnumerateReferenceSpacesDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE800, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrEnumerateReferenceSpacesDelegate_Invoke, (SceneUnderstanding_OpenXR_API_XrEnumerateReferenceSpacesDelegate * __this, uint64_t session, uint32_t spaceCapacityInput, int32_t * spaceCountOutput, void * spaces, MethodInfo * method)); DO_APP_FUNC(0x019070B0, IAsyncResult *, SceneUnderstanding_OpenXR_API_XrEnumerateReferenceSpacesDelegate_BeginInvoke, (SceneUnderstanding_OpenXR_API_XrEnumerateReferenceSpacesDelegate * __this, uint64_t session, uint32_t spaceCapacityInput, int32_t * spaceCountOutput, void * spaces, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrEnumerateReferenceSpacesDelegate_EndInvoke, (SceneUnderstanding_OpenXR_API_XrEnumerateReferenceSpacesDelegate * __this, int32_t * spaceCountOutput, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003ED6D0, void, SceneUnderstanding_OpenXR_API_XrCreateReferenceSpaceDelegate__ctor, (SceneUnderstanding_OpenXR_API_XrCreateReferenceSpaceDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrCreateReferenceSpaceDelegate_Invoke, (SceneUnderstanding_OpenXR_API_XrCreateReferenceSpaceDelegate * __this, uint64_t session, XrReferenceSpaceCreateInfo * createInfo, uint64_t * space, MethodInfo * method)); DO_APP_FUNC(0x019071B0, IAsyncResult *, SceneUnderstanding_OpenXR_API_XrCreateReferenceSpaceDelegate_BeginInvoke, (SceneUnderstanding_OpenXR_API_XrCreateReferenceSpaceDelegate * __this, uint64_t session, XrReferenceSpaceCreateInfo * createInfo, uint64_t * space, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x01904DC0, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrCreateReferenceSpaceDelegate_EndInvoke, (SceneUnderstanding_OpenXR_API_XrCreateReferenceSpaceDelegate * __this, XrReferenceSpaceCreateInfo * createInfo, uint64_t * space, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F1FE0, void, SceneUnderstanding_OpenXR_API_XrDestroySpaceDelegate__ctor, (SceneUnderstanding_OpenXR_API_XrDestroySpaceDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrDestroySpaceDelegate_Invoke, (SceneUnderstanding_OpenXR_API_XrDestroySpaceDelegate * __this, uint64_t space, MethodInfo * method)); DO_APP_FUNC(0x01907270, IAsyncResult *, SceneUnderstanding_OpenXR_API_XrDestroySpaceDelegate_BeginInvoke, (SceneUnderstanding_OpenXR_API_XrDestroySpaceDelegate * __this, uint64_t space, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrDestroySpaceDelegate_EndInvoke, (SceneUnderstanding_OpenXR_API_XrDestroySpaceDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x019072F0, void, SceneUnderstanding_OpenXR_API_XrEnumerateSceneComputeFeaturesMSFTDelegate__ctor, (SceneUnderstanding_OpenXR_API_XrEnumerateSceneComputeFeaturesMSFTDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE5C0, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrEnumerateSceneComputeFeaturesMSFTDelegate_Invoke, (SceneUnderstanding_OpenXR_API_XrEnumerateSceneComputeFeaturesMSFTDelegate * __this, uint64_t instance, uint64_t systemId, uint32_t featureCapacityInput, uint32_t * featureCountOutput, void * features, MethodInfo * method)); DO_APP_FUNC(0x01907420, IAsyncResult *, SceneUnderstanding_OpenXR_API_XrEnumerateSceneComputeFeaturesMSFTDelegate_BeginInvoke, (SceneUnderstanding_OpenXR_API_XrEnumerateSceneComputeFeaturesMSFTDelegate * __this, uint64_t instance, uint64_t systemId, uint32_t featureCapacityInput, uint32_t * featureCountOutput, void * features, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrEnumerateSceneComputeFeaturesMSFTDelegate_EndInvoke, (SceneUnderstanding_OpenXR_API_XrEnumerateSceneComputeFeaturesMSFTDelegate * __this, uint32_t * featureCountOutput, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003ED6D0, void, SceneUnderstanding_OpenXR_API_XrCreateSceneObserverMSFTDelegate__ctor, (SceneUnderstanding_OpenXR_API_XrCreateSceneObserverMSFTDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrCreateSceneObserverMSFTDelegate_Invoke, (SceneUnderstanding_OpenXR_API_XrCreateSceneObserverMSFTDelegate * __this, uint64_t session, XrSceneObserverCreateInfoMSFT * createInfo, uint64_t * sceneObserver, MethodInfo * method)); DO_APP_FUNC(0x01907520, IAsyncResult *, SceneUnderstanding_OpenXR_API_XrCreateSceneObserverMSFTDelegate_BeginInvoke, (SceneUnderstanding_OpenXR_API_XrCreateSceneObserverMSFTDelegate * __this, uint64_t session, XrSceneObserverCreateInfoMSFT * createInfo, uint64_t * sceneObserver, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x01904DC0, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrCreateSceneObserverMSFTDelegate_EndInvoke, (SceneUnderstanding_OpenXR_API_XrCreateSceneObserverMSFTDelegate * __this, XrSceneObserverCreateInfoMSFT * createInfo, uint64_t * sceneObserver, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F1FE0, void, SceneUnderstanding_OpenXR_API_XrDestroySceneObserverMSFTDelegate__ctor, (SceneUnderstanding_OpenXR_API_XrDestroySceneObserverMSFTDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrDestroySceneObserverMSFTDelegate_Invoke, (SceneUnderstanding_OpenXR_API_XrDestroySceneObserverMSFTDelegate * __this, uint64_t sceneObserver, MethodInfo * method)); DO_APP_FUNC(0x019075E0, IAsyncResult *, SceneUnderstanding_OpenXR_API_XrDestroySceneObserverMSFTDelegate_BeginInvoke, (SceneUnderstanding_OpenXR_API_XrDestroySceneObserverMSFTDelegate * __this, uint64_t sceneObserver, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrDestroySceneObserverMSFTDelegate_EndInvoke, (SceneUnderstanding_OpenXR_API_XrDestroySceneObserverMSFTDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003ED6D0, void, SceneUnderstanding_OpenXR_API_XrCreateSceneMSFTDelegate__ctor, (SceneUnderstanding_OpenXR_API_XrCreateSceneMSFTDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrCreateSceneMSFTDelegate_Invoke, (SceneUnderstanding_OpenXR_API_XrCreateSceneMSFTDelegate * __this, uint64_t sceneObserver, XrSceneCreateInfoMSFT * createInfo, uint64_t * scene, MethodInfo * method)); DO_APP_FUNC(0x01907660, IAsyncResult *, SceneUnderstanding_OpenXR_API_XrCreateSceneMSFTDelegate_BeginInvoke, (SceneUnderstanding_OpenXR_API_XrCreateSceneMSFTDelegate * __this, uint64_t sceneObserver, XrSceneCreateInfoMSFT * createInfo, uint64_t * scene, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x01904DC0, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrCreateSceneMSFTDelegate_EndInvoke, (SceneUnderstanding_OpenXR_API_XrCreateSceneMSFTDelegate * __this, XrSceneCreateInfoMSFT * createInfo, uint64_t * scene, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F1FE0, void, SceneUnderstanding_OpenXR_API_XrDestroySceneMSFTDelegate__ctor, (SceneUnderstanding_OpenXR_API_XrDestroySceneMSFTDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrDestroySceneMSFTDelegate_Invoke, (SceneUnderstanding_OpenXR_API_XrDestroySceneMSFTDelegate * __this, uint64_t scene, MethodInfo * method)); DO_APP_FUNC(0x01907720, IAsyncResult *, SceneUnderstanding_OpenXR_API_XrDestroySceneMSFTDelegate_BeginInvoke, (SceneUnderstanding_OpenXR_API_XrDestroySceneMSFTDelegate * __this, uint64_t scene, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrDestroySceneMSFTDelegate_EndInvoke, (SceneUnderstanding_OpenXR_API_XrDestroySceneMSFTDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB040, void, SceneUnderstanding_OpenXR_API_XrComputeNewSceneMSFTDelegate__ctor, (SceneUnderstanding_OpenXR_API_XrComputeNewSceneMSFTDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrComputeNewSceneMSFTDelegate_Invoke, (SceneUnderstanding_OpenXR_API_XrComputeNewSceneMSFTDelegate * __this, uint64_t sceneObserver, XrNewSceneComputeInfoMSFT * computeInfo, MethodInfo * method)); DO_APP_FUNC(0x019077A0, IAsyncResult *, SceneUnderstanding_OpenXR_API_XrComputeNewSceneMSFTDelegate_BeginInvoke, (SceneUnderstanding_OpenXR_API_XrComputeNewSceneMSFTDelegate * __this, uint64_t sceneObserver, XrNewSceneComputeInfoMSFT * computeInfo, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrComputeNewSceneMSFTDelegate_EndInvoke, (SceneUnderstanding_OpenXR_API_XrComputeNewSceneMSFTDelegate * __this, XrNewSceneComputeInfoMSFT * computeInfo, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB040, void, SceneUnderstanding_OpenXR_API_XrGetSceneComputeStateMSFTDelegate__ctor, (SceneUnderstanding_OpenXR_API_XrGetSceneComputeStateMSFTDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrGetSceneComputeStateMSFTDelegate_Invoke, (SceneUnderstanding_OpenXR_API_XrGetSceneComputeStateMSFTDelegate * __this, uint64_t sceneObserver, XrSceneComputeStateMSFT__Enum * state, MethodInfo * method)); DO_APP_FUNC(0x01907850, IAsyncResult *, SceneUnderstanding_OpenXR_API_XrGetSceneComputeStateMSFTDelegate_BeginInvoke, (SceneUnderstanding_OpenXR_API_XrGetSceneComputeStateMSFTDelegate * __this, uint64_t sceneObserver, XrSceneComputeStateMSFT__Enum * state, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrGetSceneComputeStateMSFTDelegate_EndInvoke, (SceneUnderstanding_OpenXR_API_XrGetSceneComputeStateMSFTDelegate * __this, XrSceneComputeStateMSFT__Enum * state, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003ED6D0, void, SceneUnderstanding_OpenXR_API_XrGetSceneComponentsMSFTDelegate__ctor, (SceneUnderstanding_OpenXR_API_XrGetSceneComponentsMSFTDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrGetSceneComponentsMSFTDelegate_Invoke, (SceneUnderstanding_OpenXR_API_XrGetSceneComponentsMSFTDelegate * __this, uint64_t scene, XrSceneComponentsGetInfoMSFT * getInfo, XrSceneComponentsMSFT * components, MethodInfo * method)); DO_APP_FUNC(0x01907900, IAsyncResult *, SceneUnderstanding_OpenXR_API_XrGetSceneComponentsMSFTDelegate_BeginInvoke, (SceneUnderstanding_OpenXR_API_XrGetSceneComponentsMSFTDelegate * __this, uint64_t scene, XrSceneComponentsGetInfoMSFT * getInfo, XrSceneComponentsMSFT * components, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x01904DC0, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrGetSceneComponentsMSFTDelegate_EndInvoke, (SceneUnderstanding_OpenXR_API_XrGetSceneComponentsMSFTDelegate * __this, XrSceneComponentsGetInfoMSFT * getInfo, XrSceneComponentsMSFT * components, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003ED6D0, void, SceneUnderstanding_OpenXR_API_XrLocateSceneComponentsMSFTDelegate__ctor, (SceneUnderstanding_OpenXR_API_XrLocateSceneComponentsMSFTDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrLocateSceneComponentsMSFTDelegate_Invoke, (SceneUnderstanding_OpenXR_API_XrLocateSceneComponentsMSFTDelegate * __this, uint64_t scene, XrSceneComponentsLocateInfoMSFT * locateInfo, XrSceneComponentLocationsMSFT * locations, MethodInfo * method)); DO_APP_FUNC(0x019079D0, IAsyncResult *, SceneUnderstanding_OpenXR_API_XrLocateSceneComponentsMSFTDelegate_BeginInvoke, (SceneUnderstanding_OpenXR_API_XrLocateSceneComponentsMSFTDelegate * __this, uint64_t scene, XrSceneComponentsLocateInfoMSFT * locateInfo, XrSceneComponentLocationsMSFT * locations, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x01904DC0, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrLocateSceneComponentsMSFTDelegate_EndInvoke, (SceneUnderstanding_OpenXR_API_XrLocateSceneComponentsMSFTDelegate * __this, XrSceneComponentsLocateInfoMSFT * locateInfo, XrSceneComponentLocationsMSFT * locations, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003ED6D0, void, SceneUnderstanding_OpenXR_API_XrGetSceneMeshBuffersMSFTDelegate__ctor, (SceneUnderstanding_OpenXR_API_XrGetSceneMeshBuffersMSFTDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrGetSceneMeshBuffersMSFTDelegate_Invoke, (SceneUnderstanding_OpenXR_API_XrGetSceneMeshBuffersMSFTDelegate * __this, uint64_t scene, XrSceneMeshBuffersGetInfoMSFT * getInfo, XrSceneMeshBuffersMSFT * buffers, MethodInfo * method)); DO_APP_FUNC(0x01907AA0, IAsyncResult *, SceneUnderstanding_OpenXR_API_XrGetSceneMeshBuffersMSFTDelegate_BeginInvoke, (SceneUnderstanding_OpenXR_API_XrGetSceneMeshBuffersMSFTDelegate * __this, uint64_t scene, XrSceneMeshBuffersGetInfoMSFT * getInfo, XrSceneMeshBuffersMSFT * buffers, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x01904DC0, XrResult__Enum, SceneUnderstanding_OpenXR_API_XrGetSceneMeshBuffersMSFTDelegate_EndInvoke, (SceneUnderstanding_OpenXR_API_XrGetSceneMeshBuffersMSFTDelegate * __this, XrSceneMeshBuffersGetInfoMSFT * getInfo, XrSceneMeshBuffersMSFT * buffers, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01E93110, void, P2T_Triangulate, (Polygon_1 * p, MethodInfo * method)); DO_APP_FUNC(0x01E93220, TriangulationContext *, P2T_CreateContext, (TriangulationAlgorithm__Enum algorithm, MethodInfo * method)); DO_APP_FUNC(0x01E93280, void, P2T_Triangulate_1, (TriangulationAlgorithm__Enum algorithm, Triangulatable * t, MethodInfo * method)); DO_APP_FUNC(0x01E93370, void, P2T_Triangulate_2, (TriangulationContext * tcx, MethodInfo * method)); DO_APP_FUNC(0x01E93400, void, Polygon_1__ctor, (Polygon_1 * __this, IList_1_Pathfinding_Poly2Tri_PolygonPoint_ * points, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8A80, Polygon_1__ctor__MethodInfo); DO_APP_FUNC(0x00776DD0, TriangulationMode__Enum, Polygon_1_get_TriangulationMode, (Polygon_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E93850, void, Polygon_1_AddHole, (Polygon_1 * __this, Polygon_1 * poly, MethodInfo * method)); DO_APP_FUNC(0x01E939A0, void, Polygon_1_AddPoints, (Polygon_1 * __this, IEnumerable_1_Pathfinding_Poly2Tri_PolygonPoint_ * list, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Pathfinding_Poly2Tri_TriangulationPoint_ *, Polygon_1_get_Points, (Polygon_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, IList_1_Pathfinding_Poly2Tri_DelaunayTriangle_ *, Polygon_1_get_Triangles, (Polygon_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, IList_1_Pathfinding_Poly2Tri_Polygon_ *, Polygon_1_get_Holes, (Polygon_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E93DC0, void, Polygon_1_AddTriangle, (Polygon_1 * __this, DelaunayTriangle * t, MethodInfo * method)); DO_APP_FUNC(0x01E93E20, void, Polygon_1_AddTriangles, (Polygon_1 * __this, IEnumerable_1_Pathfinding_Poly2Tri_DelaunayTriangle_ * list, MethodInfo * method)); DO_APP_FUNC(0x01E93E90, void, Polygon_1_ClearTriangles, (Polygon_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E93EF0, void, Polygon_1_Prepare, (Polygon_1 * __this, TriangulationContext * tcx, MethodInfo * method)); DO_APP_FUNC(0x01E94470, void, PolygonPoint__ctor, (PolygonPoint * __this, double x, double y, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, PolygonPoint *, PolygonPoint_get_Next, (PolygonPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, PolygonPoint_set_Next, (PolygonPoint * __this, PolygonPoint * value, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, PolygonPoint_set_Previous, (PolygonPoint * __this, PolygonPoint * value, MethodInfo * method)); DO_APP_FUNC(0x01E94480, void, DelaunayTriangle__ctor, (DelaunayTriangle * __this, TriangulationPoint * p1, TriangulationPoint * p2, TriangulationPoint * p3, MethodInfo * method)); DO_APP_FUNC(0x012AE1B0, bool, DelaunayTriangle_get_IsInterior, (DelaunayTriangle * __this, MethodInfo * method)); DO_APP_FUNC(0x01E945D0, void, DelaunayTriangle_set_IsInterior, (DelaunayTriangle * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01E945E0, int32_t, DelaunayTriangle_IndexOf, (DelaunayTriangle * __this, TriangulationPoint * p, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA89E8, DelaunayTriangle_IndexOf__MethodInfo); DO_APP_FUNC(0x01E94690, int32_t, DelaunayTriangle_IndexCCWFrom, (DelaunayTriangle * __this, TriangulationPoint * p, MethodInfo * method)); DO_APP_FUNC(0x01E946C0, bool, DelaunayTriangle_Contains, (DelaunayTriangle * __this, TriangulationPoint * p, MethodInfo * method)); DO_APP_FUNC(0x01E94710, void, DelaunayTriangle_MarkNeighbor, (DelaunayTriangle * __this, TriangulationPoint * p1, TriangulationPoint * p2, DelaunayTriangle * t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8A50, DelaunayTriangle_MarkNeighbor__MethodInfo); DO_APP_FUNC(0x01E947F0, void, DelaunayTriangle_MarkNeighbor_1, (DelaunayTriangle * __this, DelaunayTriangle * t, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8A40, DelaunayTriangle_MarkNeighbor_1__MethodInfo); DO_APP_FUNC(0x01E94AF0, TriangulationPoint *, DelaunayTriangle_OppositePoint, (DelaunayTriangle * __this, DelaunayTriangle * t, TriangulationPoint * p, MethodInfo * method)); DO_APP_FUNC(0x01E94B30, DelaunayTriangle *, DelaunayTriangle_NeighborCWFrom, (DelaunayTriangle * __this, TriangulationPoint * point, MethodInfo * method)); DO_APP_FUNC(0x01E94BC0, DelaunayTriangle *, DelaunayTriangle_NeighborCCWFrom, (DelaunayTriangle * __this, TriangulationPoint * point, MethodInfo * method)); DO_APP_FUNC(0x01E94C50, DelaunayTriangle *, DelaunayTriangle_NeighborAcrossFrom, (DelaunayTriangle * __this, TriangulationPoint * point, MethodInfo * method)); DO_APP_FUNC(0x01E94CD0, TriangulationPoint *, DelaunayTriangle_PointCCWFrom, (DelaunayTriangle * __this, TriangulationPoint * point, MethodInfo * method)); DO_APP_FUNC(0x01E94D50, TriangulationPoint *, DelaunayTriangle_PointCWFrom, (DelaunayTriangle * __this, TriangulationPoint * point, MethodInfo * method)); DO_APP_FUNC(0x01E94DD0, void, DelaunayTriangle_RotateCW, (DelaunayTriangle * __this, MethodInfo * method)); DO_APP_FUNC(0x01E94F10, void, DelaunayTriangle_Legalize, (DelaunayTriangle * __this, TriangulationPoint * oPoint, TriangulationPoint * nPoint, MethodInfo * method)); DO_APP_FUNC(0x01E950D0, String *, DelaunayTriangle_ToString, (DelaunayTriangle * __this, MethodInfo * method)); DO_APP_FUNC(0x01E952B0, void, DelaunayTriangle_MarkConstrainedEdge, (DelaunayTriangle * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01E952C0, void, DelaunayTriangle_MarkConstrainedEdge_1, (DelaunayTriangle * __this, TriangulationPoint * p, TriangulationPoint * q, MethodInfo * method)); DO_APP_FUNC(0x01E95300, int32_t, DelaunayTriangle_EdgeIndex, (DelaunayTriangle * __this, TriangulationPoint * p1, TriangulationPoint * p2, MethodInfo * method)); DO_APP_FUNC(0x01E95400, bool, DelaunayTriangle_GetConstrainedEdgeCCW, (DelaunayTriangle * __this, TriangulationPoint * p, MethodInfo * method)); DO_APP_FUNC(0x01E95440, bool, DelaunayTriangle_GetConstrainedEdgeCW, (DelaunayTriangle * __this, TriangulationPoint * p, MethodInfo * method)); DO_APP_FUNC(0x01E95480, void, DelaunayTriangle_SetConstrainedEdgeCCW, (DelaunayTriangle * __this, TriangulationPoint * p, bool ce, MethodInfo * method)); DO_APP_FUNC(0x01E954D0, void, DelaunayTriangle_SetConstrainedEdgeCW, (DelaunayTriangle * __this, TriangulationPoint * p, bool ce, MethodInfo * method)); DO_APP_FUNC(0x01E95520, bool, DelaunayTriangle_GetDelaunayEdgeCCW, (DelaunayTriangle * __this, TriangulationPoint * p, MethodInfo * method)); DO_APP_FUNC(0x01E95560, bool, DelaunayTriangle_GetDelaunayEdgeCW, (DelaunayTriangle * __this, TriangulationPoint * p, MethodInfo * method)); DO_APP_FUNC(0x01E955A0, void, DelaunayTriangle_SetDelaunayEdgeCCW, (DelaunayTriangle * __this, TriangulationPoint * p, bool ce, MethodInfo * method)); DO_APP_FUNC(0x01E955F0, void, DelaunayTriangle_SetDelaunayEdgeCW, (DelaunayTriangle * __this, TriangulationPoint * p, bool ce, MethodInfo * method)); DO_APP_FUNC(0x01E95640, void, AdvancingFront__ctor, (AdvancingFront * __this, AdvancingFrontNode * head, AdvancingFrontNode * tail, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AdvancingFront_AddNode, (AdvancingFront * __this, AdvancingFrontNode * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AdvancingFront_RemoveNode, (AdvancingFront * __this, AdvancingFrontNode * node, MethodInfo * method)); DO_APP_FUNC(0x01E95750, String *, AdvancingFront_ToString, (AdvancingFront * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, AdvancingFrontNode *, AdvancingFront_FindSearchNode, (AdvancingFront * __this, double x, MethodInfo * method)); DO_APP_FUNC(0x01E95860, AdvancingFrontNode *, AdvancingFront_LocateNode, (AdvancingFront * __this, TriangulationPoint * point, MethodInfo * method)); DO_APP_FUNC(0x01E95910, AdvancingFrontNode *, AdvancingFront_LocateNode_1, (AdvancingFront * __this, double x, MethodInfo * method)); DO_APP_FUNC(0x01E959A0, AdvancingFrontNode *, AdvancingFront_LocatePoint, (AdvancingFront * __this, TriangulationPoint * point, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA89D0, AdvancingFront_LocatePoint__MethodInfo); DO_APP_FUNC(0x01E95AF0, void, AdvancingFrontNode__ctor, (AdvancingFrontNode * __this, TriangulationPoint * point, MethodInfo * method)); DO_APP_FUNC(0x01E95B60, bool, AdvancingFrontNode_get_HasNext, (AdvancingFrontNode * __this, MethodInfo * method)); DO_APP_FUNC(0x01E772B0, bool, AdvancingFrontNode_get_HasPrev, (AdvancingFrontNode * __this, MethodInfo * method)); DO_APP_FUNC(0x01E95B70, void, DTSweep_Triangulate, (DTSweepContext * tcx, MethodInfo * method)); DO_APP_FUNC(0x01E95CF0, void, DTSweep_Sweep, (DTSweepContext * tcx, MethodInfo * method)); DO_APP_FUNC(0x01E95F40, void, DTSweep_FinalizationConvexHull, (DTSweepContext * tcx, MethodInfo * method)); DO_APP_FUNC(0x01E96690, void, DTSweep_TurnAdvancingFrontConvex, (DTSweepContext * tcx, AdvancingFrontNode * b, AdvancingFrontNode * c, MethodInfo * method)); DO_APP_FUNC(0x01E96830, void, DTSweep_FinalizationPolygon, (DTSweepContext * tcx, MethodInfo * method)); DO_APP_FUNC(0x01E96980, AdvancingFrontNode *, DTSweep_PointEvent, (DTSweepContext * tcx, TriangulationPoint * point, MethodInfo * method)); DO_APP_FUNC(0x01E96CA0, AdvancingFrontNode *, DTSweep_NewFrontTriangle, (DTSweepContext * tcx, TriangulationPoint * point, AdvancingFrontNode * node, MethodInfo * method)); DO_APP_FUNC(0x01E96FD0, void, DTSweep_EdgeEvent, (DTSweepContext * tcx, DTSweepConstraint * edge, AdvancingFrontNode * node, MethodInfo * method)); DO_APP_FUNC(0x01E97180, void, DTSweep_FillEdgeEvent, (DTSweepContext * tcx, DTSweepConstraint * edge, AdvancingFrontNode * node, MethodInfo * method)); DO_APP_FUNC(0x01E97420, void, DTSweep_FillRightConcaveEdgeEvent, (DTSweepContext * tcx, DTSweepConstraint * edge, AdvancingFrontNode * node, MethodInfo * method)); DO_APP_FUNC(0x01E97540, void, DTSweep_FillRightConvexEdgeEvent, (DTSweepContext * tcx, DTSweepConstraint * edge, AdvancingFrontNode * node, MethodInfo * method)); DO_APP_FUNC(0x01E97760, void, DTSweep_FillRightBelowEdgeEvent, (DTSweepContext * tcx, DTSweepConstraint * edge, AdvancingFrontNode * node, MethodInfo * method)); DO_APP_FUNC(0x01E97980, void, DTSweep_FillRightAboveEdgeEvent, (DTSweepContext * tcx, DTSweepConstraint * edge, AdvancingFrontNode * node, MethodInfo * method)); DO_APP_FUNC(0x01E97AE0, void, DTSweep_FillLeftConvexEdgeEvent, (DTSweepContext * tcx, DTSweepConstraint * edge, AdvancingFrontNode * node, MethodInfo * method)); DO_APP_FUNC(0x01E97D00, void, DTSweep_FillLeftConcaveEdgeEvent, (DTSweepContext * tcx, DTSweepConstraint * edge, AdvancingFrontNode * node, MethodInfo * method)); DO_APP_FUNC(0x01E97E20, void, DTSweep_FillLeftBelowEdgeEvent, (DTSweepContext * tcx, DTSweepConstraint * edge, AdvancingFrontNode * node, MethodInfo * method)); DO_APP_FUNC(0x01E98040, void, DTSweep_FillLeftAboveEdgeEvent, (DTSweepContext * tcx, DTSweepConstraint * edge, AdvancingFrontNode * node, MethodInfo * method)); DO_APP_FUNC(0x01E981A0, bool, DTSweep_IsEdgeSideOfTriangle, (DelaunayTriangle * triangle, TriangulationPoint * ep, TriangulationPoint * eq, MethodInfo * method)); DO_APP_FUNC(0x01E98280, void, DTSweep_EdgeEvent_1, (DTSweepContext * tcx, TriangulationPoint * ep, TriangulationPoint * eq, DelaunayTriangle * triangle, TriangulationPoint * point, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8990, DTSweep_EdgeEvent_1__MethodInfo); DO_APP_FUNC(0x01E984F0, void, DTSweep_FlipEdgeEvent, (DTSweepContext * tcx, TriangulationPoint * ep, TriangulationPoint * eq, DelaunayTriangle * t, TriangulationPoint * p, MethodInfo * method)); DO_APP_FUNC(0x01E988D0, TriangulationPoint *, DTSweep_NextFlipPoint, (TriangulationPoint * ep, TriangulationPoint * eq, DelaunayTriangle * ot, TriangulationPoint * op, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8980, DTSweep_NextFlipPoint__MethodInfo); DO_APP_FUNC(0x01E98A50, DelaunayTriangle *, DTSweep_NextFlipTriangle, (DTSweepContext * tcx, Orientation__Enum o, DelaunayTriangle * t, DelaunayTriangle * ot, TriangulationPoint * p, TriangulationPoint * op, MethodInfo * method)); DO_APP_FUNC(0x01E98B30, void, DTSweep_FlipScanEdgeEvent, (DTSweepContext * tcx, TriangulationPoint * ep, TriangulationPoint * eq, DelaunayTriangle * flipTriangle, DelaunayTriangle * t, TriangulationPoint * p, MethodInfo * method)); DO_APP_FUNC(0x01E98D80, void, DTSweep_FillAdvancingFront, (DTSweepContext * tcx, AdvancingFrontNode * n, MethodInfo * method)); DO_APP_FUNC(0x01E98F30, void, DTSweep_FillBasin, (DTSweepContext * tcx, AdvancingFrontNode * node, MethodInfo * method)); DO_APP_FUNC(0x01E993C0, void, DTSweep_FillBasinReq, (DTSweepContext * tcx, AdvancingFrontNode * node, MethodInfo * method)); DO_APP_FUNC(0x01E995E0, bool, DTSweep_IsShallow, (DTSweepContext * tcx, AdvancingFrontNode * node, MethodInfo * method)); DO_APP_FUNC(0x01E99650, double, DTSweep_HoleAngle, (AdvancingFrontNode * node, MethodInfo * method)); DO_APP_FUNC(0x01E99770, double, DTSweep_BasinAngle, (AdvancingFrontNode * node, MethodInfo * method)); DO_APP_FUNC(0x01E99820, void, DTSweep_Fill, (DTSweepContext * tcx, AdvancingFrontNode * node, MethodInfo * method)); DO_APP_FUNC(0x01E99A40, bool, DTSweep_Legalize, (DTSweepContext * tcx, DelaunayTriangle * t, MethodInfo * method)); DO_APP_FUNC(0x01E99CF0, void, DTSweep_RotateTrianglePair, (DelaunayTriangle * t, TriangulationPoint * p, DelaunayTriangle * ot, TriangulationPoint * op, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DTSweepBasin__ctor, (DTSweepBasin * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9A2F0, void, DTSweepConstraint__ctor, (DTSweepConstraint * __this, TriangulationPoint * p1, TriangulationPoint * p2, MethodInfo * method)); DO_APP_FUNC(0x01E9A600, void, DTSweepContext__ctor, (DTSweepContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, TriangulationPoint *, DTSweepContext_get_Head, (DTSweepContext * __this, MethodInfo * method)); DO_APP_FUNC(0x0042D570, void, DTSweepContext_set_Head, (DTSweepContext * __this, TriangulationPoint * value, MethodInfo * method)); DO_APP_FUNC(0x003C7010, TriangulationPoint *, DTSweepContext_get_Tail, (DTSweepContext * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, DTSweepContext_set_Tail, (DTSweepContext * __this, TriangulationPoint * value, MethodInfo * method)); DO_APP_FUNC(0x0060F770, bool, DTSweepContext_get_IsDebugEnabled, (DTSweepContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9A7C0, void, DTSweepContext_RemoveFromList, (DTSweepContext * __this, DelaunayTriangle * triangle, MethodInfo * method)); DO_APP_FUNC(0x01E9A820, void, DTSweepContext_MeshClean, (DTSweepContext * __this, DelaunayTriangle * triangle, MethodInfo * method)); DO_APP_FUNC(0x01E9A830, void, DTSweepContext_MeshCleanReq, (DTSweepContext * __this, DelaunayTriangle * triangle, MethodInfo * method)); DO_APP_FUNC(0x01E9A9C0, void, DTSweepContext_Clear, (DTSweepContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9AAA0, void, DTSweepContext_AddNode, (DTSweepContext * __this, AdvancingFrontNode * node, MethodInfo * method)); DO_APP_FUNC(0x01E9AAA0, void, DTSweepContext_RemoveNode, (DTSweepContext * __this, AdvancingFrontNode * node, MethodInfo * method)); DO_APP_FUNC(0x01E9AAC0, AdvancingFrontNode *, DTSweepContext_LocateNode, (DTSweepContext * __this, TriangulationPoint * point, MethodInfo * method)); DO_APP_FUNC(0x01E9AB80, void, DTSweepContext_CreateAdvancingFront, (DTSweepContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9B1E0, void, DTSweepContext_MapTriangleToNodes, (DTSweepContext * __this, DelaunayTriangle * t, MethodInfo * method)); DO_APP_FUNC(0x01E9B2D0, void, DTSweepContext_PrepareTriangulation, (DTSweepContext * __this, Triangulatable * t, MethodInfo * method)); DO_APP_FUNC(0x01E9B810, void, DTSweepContext_FinalizeTriangulation, (DTSweepContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9B8B0, TriangulationConstraint *, DTSweepContext_NewConstraint, (DTSweepContext * __this, TriangulationPoint * a, TriangulationPoint * b, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, TriangulationAlgorithm__Enum, DTSweepContext_get_Algorithm, (DTSweepContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9B930, void, DTSweepDebugContext_set_PrimaryTriangle, (DTSweepDebugContext * __this, DelaunayTriangle * value, MethodInfo * method)); DO_APP_FUNC(0x01E9B9D0, void, DTSweepDebugContext_set_SecondaryTriangle, (DTSweepDebugContext * __this, DelaunayTriangle * value, MethodInfo * method)); DO_APP_FUNC(0x01E9BA70, void, DTSweepDebugContext_set_ActivePoint, (DTSweepDebugContext * __this, TriangulationPoint * value, MethodInfo * method)); DO_APP_FUNC(0x01E9BB10, void, DTSweepDebugContext_set_ActiveNode, (DTSweepDebugContext * __this, AdvancingFrontNode * value, MethodInfo * method)); DO_APP_FUNC(0x01E9BBB0, void, DTSweepDebugContext_set_ActiveConstraint, (DTSweepDebugContext * __this, DTSweepConstraint * value, MethodInfo * method)); DO_APP_FUNC(0x01E9BC50, void, DTSweepDebugContext_Clear, (DTSweepDebugContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DTSweepEdgeEvent__ctor, (DTSweepEdgeEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DTSweepPointComparator__ctor, (DTSweepPointComparator * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9BE10, int32_t, DTSweepPointComparator_Compare, (DTSweepPointComparator * __this, TriangulationPoint * p1, TriangulationPoint * p2, MethodInfo * method)); DO_APP_FUNC(0x01E9BE80, void, PointOnEdgeException__ctor, (PointOnEdgeException * __this, String * message, TriangulationPoint * a, TriangulationPoint * b, TriangulationPoint * c, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TriangulationConstraint__ctor, (TriangulationConstraint * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9C280, void, TriangulationContext__ctor, (TriangulationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, TriangulationDebugContext *, TriangulationContext_get_DebugContext, (TriangulationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, TriangulationMode__Enum, TriangulationContext_get_TriangulationMode, (TriangulationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, TriangulationContext_set_TriangulationMode, (TriangulationContext * __this, TriangulationMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Triangulatable *, TriangulationContext_get_Triangulatable, (TriangulationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, TriangulationContext_set_Triangulatable, (TriangulationContext * __this, Triangulatable * value, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, TriangulationContext_get_StepCount, (TriangulationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01ABF230, void, TriangulationContext_set_StepCount, (TriangulationContext * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01E9C470, void, TriangulationContext_Done, (TriangulationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9C480, void, TriangulationContext_PrepareTriangulation, (TriangulationContext * __this, Triangulatable * t, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TriangulationContext_Update, (TriangulationContext * __this, String * message, MethodInfo * method)); DO_APP_FUNC(0x01E9C5A0, void, TriangulationContext_Clear, (TriangulationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x0060F770, bool, TriangulationContext_get_IsDebugEnabled, (TriangulationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9C630, DTSweepDebugContext *, TriangulationContext_get_DTDebugContext, (TriangulationContext * __this, MethodInfo * method)); DO_APP_FUNC(0x01E94470, void, TriangulationPoint__ctor, (TriangulationPoint * __this, double x, double y, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, List_1_Pathfinding_Poly2Tri_DTSweepConstraint_ *, TriangulationPoint_get_Edges, (TriangulationPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, TriangulationPoint_set_Edges, (TriangulationPoint * __this, List_1_Pathfinding_Poly2Tri_DTSweepConstraint_ * value, MethodInfo * method)); DO_APP_FUNC(0x01E9C6C0, String *, TriangulationPoint_ToString, (TriangulationPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9C900, void, TriangulationPoint_AddEdge, (TriangulationPoint * __this, DTSweepConstraint * e, MethodInfo * method)); DO_APP_FUNC(0x01E9CA50, bool, TriangulationPoint_get_HasEdges, (TriangulationPoint * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9CA60, void, TriangulationUtil__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01E9CAB0, bool, TriangulationUtil_SmartIncircle, (TriangulationPoint * pa, TriangulationPoint * pb, TriangulationPoint * pc, TriangulationPoint * pd, MethodInfo * method)); DO_APP_FUNC(0x01E9CBF0, bool, TriangulationUtil_InScanArea, (TriangulationPoint * pa, TriangulationPoint * pb, TriangulationPoint * pc, TriangulationPoint * pd, MethodInfo * method)); DO_APP_FUNC(0x01E9CCB0, Orientation__Enum, TriangulationUtil_Orient2d, (TriangulationPoint * pa, TriangulationPoint * pb, TriangulationPoint * pc, MethodInfo * method)); DO_APP_FUNC(0x01E9CDD0, IEnumerator *, FixedBitArray3_System_Collections_IEnumerable_GetEnumerator, (FixedBitArray3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9CDE0, bool, FixedBitArray3_get_Item, (FixedBitArray3 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA88B0, FixedBitArray3_get_Item__MethodInfo); DO_APP_FUNC(0x01E9CE60, void, FixedBitArray3_set_Item, (FixedBitArray3 * __this, int32_t index, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA88B8, FixedBitArray3_set_Item__MethodInfo); DO_APP_FUNC(0x01E9CEE0, void, FixedBitArray3_Clear, (FixedBitArray3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9CEF0, IEnumerable_1_System_Boolean_ *, FixedBitArray3_Enumerate, (FixedBitArray3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9CF50, IEnumerator_1_System_Boolean_ *, FixedBitArray3_GetEnumerator, (FixedBitArray3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FixedBitArray3_Enumerate_c_Iterator1__ctor, (FixedBitArray3_Enumerate_c_Iterator1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, FixedBitArray3_Enumerate_c_Iterator1_System_Collections_Generic_IEnumerator_bool__get_Current, (FixedBitArray3_Enumerate_c_Iterator1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9CFE0, Object *, FixedBitArray3_Enumerate_c_Iterator1_System_Collections_IEnumerator_get_Current, (FixedBitArray3_Enumerate_c_Iterator1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9D030, IEnumerator *, FixedBitArray3_Enumerate_c_Iterator1_System_Collections_IEnumerable_GetEnumerator, (FixedBitArray3_Enumerate_c_Iterator1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9D0B0, IEnumerator_1_System_Boolean_ *, FixedBitArray3_Enumerate_c_Iterator1_System_Collections_Generic_IEnumerable_bool__GetEnumerator, (FixedBitArray3_Enumerate_c_Iterator1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9D120, bool, FixedBitArray3_Enumerate_c_Iterator1_MoveNext, (FixedBitArray3_Enumerate_c_Iterator1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD5800, void, FixedBitArray3_Enumerate_c_Iterator1_Dispose, (FixedBitArray3_Enumerate_c_Iterator1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01E9D1F0, void, FixedBitArray3_Enumerate_c_Iterator1_Reset, (FixedBitArray3_Enumerate_c_Iterator1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8878, FixedBitArray3_Enumerate_c_Iterator1_Reset__MethodInfo); DO_APP_FUNC(0x01903050, void, XrHandJointsLocateInfoEXT__ctor, (XrHandJointsLocateInfoEXT * __this, XrStructureType__Enum_1 type_, void * next_, uint64_t baseSpace_, int64_t time_, MethodInfo * method)); DO_APP_FUNC(0x01903070, void, XrHandJointLocationsEXT__ctor, (XrHandJointLocationsEXT * __this, XrStructureType__Enum_1 type_, void * next_, uint32_t isActive_, int32_t jointCount_, void * jointLocations_, MethodInfo * method)); DO_APP_FUNC(0x01903090, void, XrHandTrackerCreateInfoEXT__ctor, (XrHandTrackerCreateInfoEXT * __this, XrStructureType__Enum_1 type_, void * next_, XrHandEXT__Enum hand_, XrHandJointSetEXT__Enum handJointSet_, MethodInfo * method)); DO_APP_FUNC(0x019030B0, bool, HandTracking_OpenXR_API_OnInstanceCreate, (HandTracking_OpenXR_API * __this, uint64_t xrInstance, MethodInfo * method)); DO_APP_FUNC(0x019031B0, void, HandTracking_OpenXR_API_OnInstanceDestroy, (HandTracking_OpenXR_API * __this, uint64_t xrInstance, MethodInfo * method)); DO_APP_FUNC(0x019032F0, void, HandTracking_OpenXR_API_OnSessionCreate, (HandTracking_OpenXR_API * __this, uint64_t xrSession, MethodInfo * method)); DO_APP_FUNC(0x01903A30, void, HandTracking_OpenXR_API_OnSystemChange, (HandTracking_OpenXR_API * __this, uint64_t xrSystem, MethodInfo * method)); DO_APP_FUNC(0x01903B30, void, HandTracking_OpenXR_API_OnSessionDestroy, (HandTracking_OpenXR_API * __this, uint64_t xrSession, MethodInfo * method)); DO_APP_FUNC(0x01902480, bool, HandTracking_OpenXR_API_CheckXrResult, (HandTracking_OpenXR_API * __this, int32_t xrResult, MethodInfo * method)); DO_APP_FUNC(0x01903D50, bool, HandTracking_OpenXR_API_GetXrFunctionDelegates, (HandTracking_OpenXR_API * __this, uint64_t xrInstance, MethodInfo * method)); DO_APP_FUNC(0x01904870, int32_t, HandTracking_OpenXR_API_xrGetSystemProperties, (HandTracking_OpenXR_API * __this, XrSystemProperties_1 * properties, MethodInfo * method)); DO_APP_FUNC(0x019048B0, int32_t, HandTracking_OpenXR_API_xrEnumerateReferenceSpaces, (HandTracking_OpenXR_API * __this, int32_t spaceCapacityInput, int32_t * spaceCountOutput, XrReferenceSpaceType__Enum_1 * spaces, MethodInfo * method)); DO_APP_FUNC(0x019048F0, int32_t, HandTracking_OpenXR_API_xrCreateReferenceSpace, (HandTracking_OpenXR_API * __this, XrReferenceSpaceCreateInfo_1 * createInfo, uint64_t * space, MethodInfo * method)); DO_APP_FUNC(0x01904930, int32_t, HandTracking_OpenXR_API_xrDestroySpace, (HandTracking_OpenXR_API * __this, uint64_t space, MethodInfo * method)); DO_APP_FUNC(0x01904960, int32_t, HandTracking_OpenXR_API_xrCreateHandTrackerEXT, (HandTracking_OpenXR_API * __this, XrHandTrackerCreateInfoEXT createInfo, uint64_t * handle, MethodInfo * method)); DO_APP_FUNC(0x019049B0, int32_t, HandTracking_OpenXR_API_xrDestroyHandTrackerEXT, (HandTracking_OpenXR_API * __this, uint64_t handle, MethodInfo * method)); DO_APP_FUNC(0x019049E0, int32_t, HandTracking_OpenXR_API_xrLocateHandJointsEXT, (HandTracking_OpenXR_API * __this, uint64_t handTracker, XrHandJointsLocateInfoEXT locateInfo, XrHandJointLocationsEXT * locations, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, HandTracking_OpenXR_API__ctor, (HandTracking_OpenXR_API * __this, MethodInfo * method)); DO_APP_FUNC(0x003ED6D0, void, HandTracking_OpenXR_API_XrGetInstanceProcAddrDelegate__ctor, (HandTracking_OpenXR_API_XrGetInstanceProcAddrDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, int32_t, HandTracking_OpenXR_API_XrGetInstanceProcAddrDelegate_Invoke, (HandTracking_OpenXR_API_XrGetInstanceProcAddrDelegate * __this, uint64_t instance, String * name, void * * function, MethodInfo * method)); DO_APP_FUNC(0x01904A30, IAsyncResult *, HandTracking_OpenXR_API_XrGetInstanceProcAddrDelegate_BeginInvoke, (HandTracking_OpenXR_API_XrGetInstanceProcAddrDelegate * __this, uint64_t instance, String * name, void * * function, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, int32_t, HandTracking_OpenXR_API_XrGetInstanceProcAddrDelegate_EndInvoke, (HandTracking_OpenXR_API_XrGetInstanceProcAddrDelegate * __this, void * * function, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F8A30, void, HandTracking_OpenXR_API_xrGetSystemPropertiesDelegate__ctor, (HandTracking_OpenXR_API_xrGetSystemPropertiesDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, int32_t, HandTracking_OpenXR_API_xrGetSystemPropertiesDelegate_Invoke, (HandTracking_OpenXR_API_xrGetSystemPropertiesDelegate * __this, uint64_t instance, uint64_t systemId, XrSystemProperties_1 * properties, MethodInfo * method)); DO_APP_FUNC(0x01904AE0, IAsyncResult *, HandTracking_OpenXR_API_xrGetSystemPropertiesDelegate_BeginInvoke, (HandTracking_OpenXR_API_xrGetSystemPropertiesDelegate * __this, uint64_t instance, uint64_t systemId, XrSystemProperties_1 * properties, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, int32_t, HandTracking_OpenXR_API_xrGetSystemPropertiesDelegate_EndInvoke, (HandTracking_OpenXR_API_xrGetSystemPropertiesDelegate * __this, XrSystemProperties_1 * properties, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01904BA0, void, HandTracking_OpenXR_API_xrEnumerateReferenceSpacesDelegate__ctor, (HandTracking_OpenXR_API_xrEnumerateReferenceSpacesDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE800, int32_t, HandTracking_OpenXR_API_xrEnumerateReferenceSpacesDelegate_Invoke, (HandTracking_OpenXR_API_xrEnumerateReferenceSpacesDelegate * __this, uint64_t session, int32_t spaceCapacityInput, int32_t * spaceCountOutput, XrReferenceSpaceType__Enum_1 * spaces, MethodInfo * method)); DO_APP_FUNC(0x01904CD0, IAsyncResult *, HandTracking_OpenXR_API_xrEnumerateReferenceSpacesDelegate_BeginInvoke, (HandTracking_OpenXR_API_xrEnumerateReferenceSpacesDelegate * __this, uint64_t session, int32_t spaceCapacityInput, int32_t * spaceCountOutput, XrReferenceSpaceType__Enum_1 * spaces, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x01904DC0, int32_t, HandTracking_OpenXR_API_xrEnumerateReferenceSpacesDelegate_EndInvoke, (HandTracking_OpenXR_API_xrEnumerateReferenceSpacesDelegate * __this, int32_t * spaceCountOutput, XrReferenceSpaceType__Enum_1 * spaces, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003ED6D0, void, HandTracking_OpenXR_API_xrCreateReferenceSpaceDelegate__ctor, (HandTracking_OpenXR_API_xrCreateReferenceSpaceDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, int32_t, HandTracking_OpenXR_API_xrCreateReferenceSpaceDelegate_Invoke, (HandTracking_OpenXR_API_xrCreateReferenceSpaceDelegate * __this, uint64_t session, XrReferenceSpaceCreateInfo_1 * createInfo, uint64_t * space, MethodInfo * method)); DO_APP_FUNC(0x01904DF0, IAsyncResult *, HandTracking_OpenXR_API_xrCreateReferenceSpaceDelegate_BeginInvoke, (HandTracking_OpenXR_API_xrCreateReferenceSpaceDelegate * __this, uint64_t session, XrReferenceSpaceCreateInfo_1 * createInfo, uint64_t * space, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x01904DC0, int32_t, HandTracking_OpenXR_API_xrCreateReferenceSpaceDelegate_EndInvoke, (HandTracking_OpenXR_API_xrCreateReferenceSpaceDelegate * __this, XrReferenceSpaceCreateInfo_1 * createInfo, uint64_t * space, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F1FE0, void, HandTracking_OpenXR_API_xrDestroySpaceDelegate__ctor, (HandTracking_OpenXR_API_xrDestroySpaceDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, int32_t, HandTracking_OpenXR_API_xrDestroySpaceDelegate_Invoke, (HandTracking_OpenXR_API_xrDestroySpaceDelegate * __this, uint64_t space, MethodInfo * method)); DO_APP_FUNC(0x01904EB0, IAsyncResult *, HandTracking_OpenXR_API_xrDestroySpaceDelegate_BeginInvoke, (HandTracking_OpenXR_API_xrDestroySpaceDelegate * __this, uint64_t space, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, int32_t, HandTracking_OpenXR_API_xrDestroySpaceDelegate_EndInvoke, (HandTracking_OpenXR_API_xrDestroySpaceDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F6C60, void, HandTracking_OpenXR_API_xrCreateHandTrackerEXTDelegate__ctor, (HandTracking_OpenXR_API_xrCreateHandTrackerEXTDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F6D90, int32_t, HandTracking_OpenXR_API_xrCreateHandTrackerEXTDelegate_Invoke, (HandTracking_OpenXR_API_xrCreateHandTrackerEXTDelegate * __this, uint64_t session, XrHandTrackerCreateInfoEXT createInfo, uint64_t * handTracker, MethodInfo * method)); DO_APP_FUNC(0x01904F30, IAsyncResult *, HandTracking_OpenXR_API_xrCreateHandTrackerEXTDelegate_BeginInvoke, (HandTracking_OpenXR_API_xrCreateHandTrackerEXTDelegate * __this, uint64_t session, XrHandTrackerCreateInfoEXT createInfo, uint64_t * handTracker, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, int32_t, HandTracking_OpenXR_API_xrCreateHandTrackerEXTDelegate_EndInvoke, (HandTracking_OpenXR_API_xrCreateHandTrackerEXTDelegate * __this, uint64_t * handTracker, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F1FE0, void, HandTracking_OpenXR_API_xrDestroyHandTrackerEXTDelegate__ctor, (HandTracking_OpenXR_API_xrDestroyHandTrackerEXTDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, int32_t, HandTracking_OpenXR_API_xrDestroyHandTrackerEXTDelegate_Invoke, (HandTracking_OpenXR_API_xrDestroyHandTrackerEXTDelegate * __this, uint64_t handTracker, MethodInfo * method)); DO_APP_FUNC(0x01904FF0, IAsyncResult *, HandTracking_OpenXR_API_xrDestroyHandTrackerEXTDelegate_BeginInvoke, (HandTracking_OpenXR_API_xrDestroyHandTrackerEXTDelegate * __this, uint64_t handTracker, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, int32_t, HandTracking_OpenXR_API_xrDestroyHandTrackerEXTDelegate_EndInvoke, (HandTracking_OpenXR_API_xrDestroyHandTrackerEXTDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01905070, void, HandTracking_OpenXR_API_xrLocateHandJointsEXTDelegate__ctor, (HandTracking_OpenXR_API_xrLocateHandJointsEXTDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x019051A0, int32_t, HandTracking_OpenXR_API_xrLocateHandJointsEXTDelegate_Invoke, (HandTracking_OpenXR_API_xrLocateHandJointsEXTDelegate * __this, uint64_t handTracker, XrHandJointsLocateInfoEXT locateInfo, XrHandJointLocationsEXT * locations, MethodInfo * method)); DO_APP_FUNC(0x019051E0, IAsyncResult *, HandTracking_OpenXR_API_xrLocateHandJointsEXTDelegate_BeginInvoke, (HandTracking_OpenXR_API_xrLocateHandJointsEXTDelegate * __this, uint64_t handTracker, XrHandJointsLocateInfoEXT locateInfo, XrHandJointLocationsEXT * locations, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, int32_t, HandTracking_OpenXR_API_xrLocateHandJointsEXTDelegate_EndInvoke, (HandTracking_OpenXR_API_xrLocateHandJointsEXTDelegate * __this, XrHandJointLocationsEXT * locations, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003C8E10, void, XrVector3f_2__ctor, (XrVector3f_2 * __this, float x_, float y_, float z_, MethodInfo * method)); DO_APP_FUNC(0x003C8E20, void, XrQuaternionf_2__ctor, (XrQuaternionf_2 * __this, float x_, float y_, float z_, float w_, MethodInfo * method)); DO_APP_FUNC(0x02B40F80, int32_t, FaceInfo_get_faceIndex, (FaceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02D2F740, String *, FaceInfo_get_familyName, (FaceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x0066A570, void, FaceInfo_set_familyName, (FaceInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01616940, String *, FaceInfo_get_styleName, (FaceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, FaceInfo_set_styleName, (FaceInfo * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01012D90, int32_t, FaceInfo_get_pointSize, (FaceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, FaceInfo_set_pointSize, (FaceInfo * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D6ABC0, float, FaceInfo_get_scale, (FaceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA9D0, void, FaceInfo_set_scale, (FaceInfo * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D17410, float, FaceInfo_get_lineHeight, (FaceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA750, void, FaceInfo_set_lineHeight, (FaceInfo * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D9DE00, float, FaceInfo_get_ascentLine, (FaceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00986690, void, FaceInfo_set_ascentLine, (FaceInfo * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D6ABD0, float, FaceInfo_get_capLine, (FaceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA72C0, void, FaceInfo_set_capLine, (FaceInfo * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02B69440, float, FaceInfo_get_meanLine, (FaceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00989750, void, FaceInfo_set_meanLine, (FaceInfo * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02B694A0, float, FaceInfo_get_baseline, (FaceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE730, void, FaceInfo_set_baseline, (FaceInfo * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D6AC00, float, FaceInfo_get_descentLine, (FaceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE2D0, void, FaceInfo_set_descentLine, (FaceInfo * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D6ABE0, float, FaceInfo_get_superscriptOffset, (FaceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA7A40, void, FaceInfo_set_superscriptOffset, (FaceInfo * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D6ABF0, float, FaceInfo_get_superscriptSize, (FaceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x008CC040, void, FaceInfo_set_superscriptSize, (FaceInfo * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D9DE10, float, FaceInfo_get_subscriptOffset, (FaceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA4F70, void, FaceInfo_set_subscriptOffset, (FaceInfo * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D9DE20, float, FaceInfo_get_subscriptSize, (FaceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01CE50A0, void, FaceInfo_set_subscriptSize, (FaceInfo * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D9DE30, float, FaceInfo_get_underlineOffset, (FaceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01D1AB30, void, FaceInfo_set_underlineOffset, (FaceInfo * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D9DE40, float, FaceInfo_get_underlineThickness, (FaceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x01D80200, void, FaceInfo_set_underlineThickness, (FaceInfo * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D9DE50, float, FaceInfo_get_strikethroughOffset, (FaceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00CA3F90, void, FaceInfo_set_strikethroughOffset, (FaceInfo * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00ABB130, void, FaceInfo_set_strikethroughThickness, (FaceInfo * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D9DE60, float, FaceInfo_get_tabWidth, (FaceInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB150, void, FaceInfo_set_tabWidth, (FaceInfo * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02B40F80, int32_t, GlyphRect_get_x, (GlyphRect * __this, MethodInfo * method)); DO_APP_FUNC(0x01119C00, int32_t, GlyphRect_get_y, (GlyphRect * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, GlyphRect_get_width, (GlyphRect * __this, MethodInfo * method)); DO_APP_FUNC(0x01866150, int32_t, GlyphRect_get_height, (GlyphRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02D9DE70, GlyphRect, GlyphRect_get_zero, (MethodInfo * method)); DO_APP_FUNC(0x01F1B1A0, void, GlyphRect__ctor, (GlyphRect * __this, int32_t x, int32_t y, int32_t width, int32_t height, MethodInfo * method)); DO_APP_FUNC(0x02D9DEE0, int32_t, GlyphRect_GetHashCode, (GlyphRect * __this, MethodInfo * method)); DO_APP_FUNC(0x02D9DF40, bool, GlyphRect_Equals, (GlyphRect * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02D9DFB0, bool, GlyphRect_Equals_1, (GlyphRect * __this, GlyphRect other, MethodInfo * method)); DO_APP_FUNC(0x02D9E030, void, GlyphRect__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02CAAE40, float, GlyphMetrics_get_width, (GlyphMetrics * __this, MethodInfo * method)); DO_APP_FUNC(0x02C92F50, float, GlyphMetrics_get_height, (GlyphMetrics * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAAE50, float, GlyphMetrics_get_horizontalBearingX, (GlyphMetrics * __this, MethodInfo * method)); DO_APP_FUNC(0x02C93030, float, GlyphMetrics_get_horizontalBearingY, (GlyphMetrics * __this, MethodInfo * method)); DO_APP_FUNC(0x02D9E070, float, GlyphMetrics_get_horizontalAdvance, (GlyphMetrics * __this, MethodInfo * method)); DO_APP_FUNC(0x02D9E080, void, GlyphMetrics__ctor, (GlyphMetrics * __this, float width, float height, float bearingX, float bearingY, float advance, MethodInfo * method)); DO_APP_FUNC(0x02D9E0B0, int32_t, GlyphMetrics_GetHashCode, (GlyphMetrics * __this, MethodInfo * method)); DO_APP_FUNC(0x02D9E110, bool, GlyphMetrics_Equals, (GlyphMetrics * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02D9E180, bool, GlyphMetrics_Equals_1, (GlyphMetrics * __this, GlyphMetrics other, MethodInfo * method)); DO_APP_FUNC(0x01EDDFC0, uint32_t, Glyph_get_index, (Glyph * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Glyph_set_index, (Glyph * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x02D9E210, GlyphMetrics, Glyph_get_metrics, (Glyph * __this, MethodInfo * method)); DO_APP_FUNC(0x02D9E230, void, Glyph_set_metrics, (Glyph * __this, GlyphMetrics value, MethodInfo * method)); DO_APP_FUNC(0x02D74D10, GlyphRect, Glyph_get_glyphRect, (Glyph * __this, MethodInfo * method)); DO_APP_FUNC(0x01BB03E0, void, Glyph_set_glyphRect, (Glyph * __this, GlyphRect value, MethodInfo * method)); DO_APP_FUNC(0x02D6AC00, float, Glyph_get_scale, (Glyph * __this, MethodInfo * method)); DO_APP_FUNC(0x003CE2D0, void, Glyph_set_scale, (Glyph * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D9E240, int32_t, Glyph_get_atlasIndex, (Glyph * __this, MethodInfo * method)); DO_APP_FUNC(0x01A728E0, void, Glyph_set_atlasIndex, (Glyph * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02BEB120, void, Glyph__ctor, (Glyph * __this, MethodInfo * method)); DO_APP_FUNC(0x02D9E250, void, Glyph__ctor_1, (Glyph * __this, GlyphMarshallingStruct glyphStruct, MethodInfo * method)); DO_APP_FUNC(0x02BEB140, void, Glyph__ctor_2, (Glyph * __this, uint32_t index, GlyphMetrics metrics, GlyphRect glyphRect, float scale, int32_t atlasIndex, MethodInfo * method)); DO_APP_FUNC(0x02D9E280, FontEngineError__Enum, FontEngine_InitializeFontEngine, (MethodInfo * method)); DO_APP_FUNC(0x02D9E300, int32_t, FontEngine_InitializeFontEngine_Internal, (MethodInfo * method)); DO_APP_FUNC(0x02D9E350, FontEngineError__Enum, FontEngine_LoadFontFace, (String * filePath, int32_t pointSize, int32_t faceIndex, MethodInfo * method)); DO_APP_FUNC(0x02D9E400, int32_t, FontEngine_LoadFontFace_With_Size_And_FaceIndex_Internal, (String * filePath, int32_t pointSize, int32_t faceIndex, MethodInfo * method)); DO_APP_FUNC(0x02D9E470, FontEngineError__Enum, FontEngine_LoadFontFace_1, (Font * font, int32_t pointSize, MethodInfo * method)); DO_APP_FUNC(0x02D9E510, int32_t, FontEngine_LoadFontFace_With_Size_FromFont_Internal, (Font * font, int32_t pointSize, MethodInfo * method)); DO_APP_FUNC(0x02D9E570, FontEngineError__Enum, FontEngine_LoadFontFace_2, (Font * font, int32_t pointSize, int32_t faceIndex, MethodInfo * method)); DO_APP_FUNC(0x02D9E620, int32_t, FontEngine_LoadFontFace_With_Size_and_FaceIndex_FromFont_Internal, (Font * font, int32_t pointSize, int32_t faceIndex, MethodInfo * method)); DO_APP_FUNC(0x02D9E690, FontEngineError__Enum, FontEngine_LoadFontFace_3, (String * familyName, String * styleName, int32_t pointSize, MethodInfo * method)); DO_APP_FUNC(0x02D9E740, int32_t, FontEngine_LoadFontFace_With_Size_by_FamilyName_and_StyleName_Internal, (String * familyName, String * styleName, int32_t pointSize, MethodInfo * method)); DO_APP_FUNC(0x02D9E7B0, bool, FontEngine_TryGetSystemFontReference, (String * familyName, String * styleName, FontReference * fontRef, MethodInfo * method)); DO_APP_FUNC(0x02D9E860, bool, FontEngine_TryGetSystemFontReference_Internal, (String * familyName, String * styleName, FontReference * fontRef, MethodInfo * method)); DO_APP_FUNC(0x02D9E8D0, FaceInfo, FontEngine_GetFaceInfo, (MethodInfo * method)); DO_APP_FUNC(0x02D9E9D0, int32_t, FontEngine_GetFaceInfo_Internal, (FaceInfo * faceInfo, MethodInfo * method)); DO_APP_FUNC(0x02D9EA20, uint32_t, FontEngine_GetGlyphIndex, (uint32_t unicode, MethodInfo * method)); DO_APP_FUNC(0x02D9EA70, bool, FontEngine_TryGetGlyphWithUnicodeValue, (uint32_t unicode, GlyphLoadFlags__Enum flags, Glyph * * glyph, MethodInfo * method)); DO_APP_FUNC(0x02D9ECA0, bool, FontEngine_TryGetGlyphWithUnicodeValue_Internal, (uint32_t unicode, GlyphLoadFlags__Enum loadFlags, GlyphMarshallingStruct * glyphStruct, MethodInfo * method)); DO_APP_FUNC(0x02D9ED10, bool, FontEngine_TryGetGlyphWithIndexValue, (uint32_t glyphIndex, GlyphLoadFlags__Enum flags, Glyph * * glyph, MethodInfo * method)); DO_APP_FUNC(0x02D9EF40, bool, FontEngine_TryGetGlyphWithIndexValue_Internal, (uint32_t glyphIndex, GlyphLoadFlags__Enum loadFlags, GlyphMarshallingStruct * glyphStruct, MethodInfo * method)); DO_APP_FUNC(0x02D9EFB0, void, FontEngine_SetTextureUploadMode, (bool shouldUploadImmediately, MethodInfo * method)); DO_APP_FUNC(0x02D9F000, bool, FontEngine_TryAddGlyphToTexture, (uint32_t glyphIndex, int32_t padding, GlyphPackingMode__Enum packingMode, List_1_UnityEngine_TextCore_GlyphRect_ * freeGlyphRects, List_1_UnityEngine_TextCore_GlyphRect_ * usedGlyphRects, GlyphRenderMode__Enum renderMode, Texture2D * texture, Glyph * * glyph, MethodInfo * method)); DO_APP_FUNC(0x02D9F730, bool, FontEngine_TryAddGlyphToTexture_Internal, (uint32_t glyphIndex, int32_t padding, GlyphPackingMode__Enum packingMode, GlyphRect__Array * freeGlyphRects, int32_t * freeGlyphRectCount, GlyphRect__Array * usedGlyphRects, int32_t * usedGlyphRectCount, GlyphRenderMode__Enum renderMode, Texture2D * texture, GlyphMarshallingStruct * glyph, MethodInfo * method)); DO_APP_FUNC(0x02D9F7B0, bool, FontEngine_TryAddGlyphsToTexture, (List_1_System_UInt32_ * glyphIndexes, int32_t padding, GlyphPackingMode__Enum packingMode, List_1_UnityEngine_TextCore_GlyphRect_ * freeGlyphRects, List_1_UnityEngine_TextCore_GlyphRect_ * usedGlyphRects, GlyphRenderMode__Enum renderMode, Texture2D * texture, Glyph__Array * * glyphs, MethodInfo * method)); DO_APP_FUNC(0x02DA0450, bool, FontEngine_TryAddGlyphsToTexture_Internal, (UInt32__Array * glyphIndex, int32_t padding, GlyphPackingMode__Enum packingMode, GlyphRect__Array * freeGlyphRects, int32_t * freeGlyphRectCount, GlyphRect__Array * usedGlyphRects, int32_t * usedGlyphRectCount, GlyphRenderMode__Enum renderMode, Texture2D * texture, GlyphMarshallingStruct__Array * glyphs, int32_t * glyphCount, MethodInfo * method)); DO_APP_FUNC(0x02DA04E0, GlyphPairAdjustmentRecord__Array *, FontEngine_GetGlyphPairAdjustmentTable, (UInt32__Array * glyphIndexes, MethodInfo * method)); DO_APP_FUNC(0x02DA0690, GlyphPairAdjustmentRecord__Array *, FontEngine_GetGlyphPairAdjustmentRecords, (List_1_System_UInt32_ * glyphIndexes, int32_t * recordCount, MethodInfo * method)); DO_APP_FUNC(0x02DA0890, int32_t, FontEngine_PopulatePairAdjustmentRecordMarshallingArray_from_KernTable, (UInt32__Array * glyphIndexes, int32_t * recordCount, MethodInfo * method)); DO_APP_FUNC(0x02DA08F0, int32_t, FontEngine_GetPairAdjustmentRecordsFromMarshallingArray, (GlyphPairAdjustmentRecord__Array * glyphPairAdjustmentRecords, MethodInfo * method)); DO_APP_FUNC(0x02DA0940, void, FontEngine_ResetAtlasTexture, (Texture2D * texture, MethodInfo * method)); DO_APP_FUNC(0x02DA0990, void, FontEngine__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02DA0D50, int32_t, FontEngineUtilities_MaxValue, (int32_t a, int32_t b, int32_t c, MethodInfo * method)); DO_APP_FUNC(0x02CAAE40, float, GlyphValueRecord_get_xPlacement, (GlyphValueRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x02C92F50, float, GlyphValueRecord_get_yPlacement, (GlyphValueRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x02CAAE50, float, GlyphValueRecord_get_xAdvance, (GlyphValueRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x02C93030, float, GlyphValueRecord_get_yAdvance, (GlyphValueRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x02CEF530, GlyphValueRecord, GlyphValueRecord_op_Addition, (GlyphValueRecord a, GlyphValueRecord b, MethodInfo * method)); DO_APP_FUNC(0x02DA0D70, int32_t, GlyphValueRecord_GetHashCode, (GlyphValueRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x02DA0DD0, bool, GlyphValueRecord_Equals, (GlyphValueRecord * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02DA0E40, bool, GlyphValueRecord_Equals_1, (GlyphValueRecord * __this, GlyphValueRecord other, MethodInfo * method)); DO_APP_FUNC(0x02B40F80, uint32_t, GlyphAdjustmentRecord_get_glyphIndex, (GlyphAdjustmentRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x02DA0EC0, GlyphValueRecord, GlyphAdjustmentRecord_get_glyphValueRecord, (GlyphAdjustmentRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x02DA0ED0, int32_t, GlyphAdjustmentRecord_GetHashCode, (GlyphAdjustmentRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x02DA0F30, bool, GlyphAdjustmentRecord_Equals, (GlyphAdjustmentRecord * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02DA0FA0, bool, GlyphAdjustmentRecord_Equals_1, (GlyphAdjustmentRecord * __this, GlyphAdjustmentRecord other, MethodInfo * method)); DO_APP_FUNC(0x02DA1030, GlyphAdjustmentRecord, GlyphPairAdjustmentRecord_get_firstAdjustmentRecord, (GlyphPairAdjustmentRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x02D9E210, GlyphAdjustmentRecord, GlyphPairAdjustmentRecord_get_secondAdjustmentRecord, (GlyphPairAdjustmentRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x02DA1040, int32_t, GlyphPairAdjustmentRecord_GetHashCode, (GlyphPairAdjustmentRecord * __this, MethodInfo * method)); DO_APP_FUNC(0x02DA10B0, bool, GlyphPairAdjustmentRecord_Equals, (GlyphPairAdjustmentRecord * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02DA1130, bool, GlyphPairAdjustmentRecord_Equals_1, (GlyphPairAdjustmentRecord * __this, GlyphPairAdjustmentRecord other, MethodInfo * method)); DO_APP_FUNC(0x02D779A0, String *, PhysicsScene2D_ToString, (PhysicsScene2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02B40F80, int32_t, PhysicsScene2D_GetHashCode, (PhysicsScene2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D77A80, bool, PhysicsScene2D_Equals, (PhysicsScene2D * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x02CAD160, bool, PhysicsScene2D_Equals_1, (PhysicsScene2D * __this, PhysicsScene2D other, MethodInfo * method)); DO_APP_FUNC(0x02D77B10, RaycastHit2D, PhysicsScene2D_Linecast, (PhysicsScene2D * __this, Vector2 start, Vector2 end, ContactFilter2D contactFilter, MethodInfo * method)); DO_APP_FUNC(0x02D77C00, RaycastHit2D, PhysicsScene2D_Linecast_Internal, (PhysicsScene2D physicsScene, Vector2 start, Vector2 end, ContactFilter2D contactFilter, MethodInfo * method)); DO_APP_FUNC(0x02D77C90, RaycastHit2D, PhysicsScene2D_Raycast, (PhysicsScene2D * __this, Vector2 origin, Vector2 direction, float distance, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D77DF0, RaycastHit2D, PhysicsScene2D_Raycast_1, (PhysicsScene2D * __this, Vector2 origin, Vector2 direction, float distance, ContactFilter2D contactFilter, MethodInfo * method)); DO_APP_FUNC(0x02D77EF0, RaycastHit2D, PhysicsScene2D_Raycast_Internal, (PhysicsScene2D physicsScene, Vector2 origin, Vector2 direction, float distance, ContactFilter2D contactFilter, MethodInfo * method)); DO_APP_FUNC(0x02D77F90, int32_t, PhysicsScene2D_Raycast_2, (PhysicsScene2D * __this, Vector2 origin, Vector2 direction, float distance, ContactFilter2D contactFilter, RaycastHit2D__Array * results, MethodInfo * method)); DO_APP_FUNC(0x02D78050, int32_t, PhysicsScene2D_RaycastArray_Internal, (PhysicsScene2D physicsScene, Vector2 origin, Vector2 direction, float distance, ContactFilter2D contactFilter, RaycastHit2D__Array * results, MethodInfo * method)); DO_APP_FUNC(0x02D780F0, int32_t, PhysicsScene2D_Raycast_3, (PhysicsScene2D * __this, Vector2 origin, Vector2 direction, float distance, ContactFilter2D contactFilter, List_1_UnityEngine_RaycastHit2D_ * results, MethodInfo * method)); DO_APP_FUNC(0x02D781B0, int32_t, PhysicsScene2D_RaycastList_Internal, (PhysicsScene2D physicsScene, Vector2 origin, Vector2 direction, float distance, ContactFilter2D contactFilter, List_1_UnityEngine_RaycastHit2D_ * results, MethodInfo * method)); DO_APP_FUNC(0x02D78250, RaycastHit2D, PhysicsScene2D_CircleCast, (PhysicsScene2D * __this, Vector2 origin, float radius, Vector2 direction, float distance, ContactFilter2D contactFilter, MethodInfo * method)); DO_APP_FUNC(0x02D78370, RaycastHit2D, PhysicsScene2D_CircleCast_Internal, (PhysicsScene2D physicsScene, Vector2 origin, float radius, Vector2 direction, float distance, ContactFilter2D contactFilter, MethodInfo * method)); DO_APP_FUNC(0x02D78420, RaycastHit2D, PhysicsScene2D_GetRayIntersection, (PhysicsScene2D * __this, Ray ray, float distance, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D78520, RaycastHit2D, PhysicsScene2D_GetRayIntersection_Internal, (PhysicsScene2D physicsScene, Vector3 origin, Vector3 direction, float distance, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D785C0, int32_t, PhysicsScene2D_GetRayIntersection_1, (PhysicsScene2D * __this, Ray ray, float distance, RaycastHit2D__Array * results, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D78670, int32_t, PhysicsScene2D_GetRayIntersectionArray_Internal, (PhysicsScene2D physicsScene, Vector3 origin, Vector3 direction, float distance, int32_t layerMask, RaycastHit2D__Array * results, MethodInfo * method)); DO_APP_FUNC(0x02D78700, Collider2D *, PhysicsScene2D_OverlapPoint, (PhysicsScene2D * __this, Vector2 point, ContactFilter2D contactFilter, MethodInfo * method)); DO_APP_FUNC(0x02D78780, Collider2D *, PhysicsScene2D_OverlapPoint_Internal, (PhysicsScene2D physicsScene, Vector2 point, ContactFilter2D contactFilter, MethodInfo * method)); DO_APP_FUNC(0x02D787F0, Collider2D *, PhysicsScene2D_OverlapCircle, (PhysicsScene2D * __this, Vector2 point, float radius, ContactFilter2D contactFilter, MethodInfo * method)); DO_APP_FUNC(0x02D78880, Collider2D *, PhysicsScene2D_OverlapCircle_Internal, (PhysicsScene2D physicsScene, Vector2 point, float radius, ContactFilter2D contactFilter, MethodInfo * method)); DO_APP_FUNC(0x02D78900, int32_t, PhysicsScene2D_OverlapCircle_1, (PhysicsScene2D * __this, Vector2 point, float radius, ContactFilter2D contactFilter, Collider2D__Array * results, MethodInfo * method)); DO_APP_FUNC(0x02D789B0, int32_t, PhysicsScene2D_OverlapCircleArray_Internal, (PhysicsScene2D physicsScene, Vector2 point, float radius, ContactFilter2D contactFilter, Collider2D__Array * results, MethodInfo * method)); DO_APP_FUNC(0x02D78A40, void, PhysicsScene2D_Linecast_Internal_Injected, (PhysicsScene2D * physicsScene, Vector2 * start, Vector2 * end, ContactFilter2D * contactFilter, RaycastHit2D * ret, MethodInfo * method)); DO_APP_FUNC(0x02D78AD0, void, PhysicsScene2D_Raycast_Internal_Injected, (PhysicsScene2D * physicsScene, Vector2 * origin, Vector2 * direction, float distance, ContactFilter2D * contactFilter, RaycastHit2D * ret, MethodInfo * method)); DO_APP_FUNC(0x02D78B60, int32_t, PhysicsScene2D_RaycastArray_Internal_Injected, (PhysicsScene2D * physicsScene, Vector2 * origin, Vector2 * direction, float distance, ContactFilter2D * contactFilter, RaycastHit2D__Array * results, MethodInfo * method)); DO_APP_FUNC(0x02D78BF0, int32_t, PhysicsScene2D_RaycastList_Internal_Injected, (PhysicsScene2D * physicsScene, Vector2 * origin, Vector2 * direction, float distance, ContactFilter2D * contactFilter, List_1_UnityEngine_RaycastHit2D_ * results, MethodInfo * method)); DO_APP_FUNC(0x02D78C80, void, PhysicsScene2D_CircleCast_Internal_Injected, (PhysicsScene2D * physicsScene, Vector2 * origin, float radius, Vector2 * direction, float distance, ContactFilter2D * contactFilter, RaycastHit2D * ret, MethodInfo * method)); DO_APP_FUNC(0x02D78D10, void, PhysicsScene2D_GetRayIntersection_Internal_Injected, (PhysicsScene2D * physicsScene, Vector3 * origin, Vector3 * direction, float distance, int32_t layerMask, RaycastHit2D * ret, MethodInfo * method)); DO_APP_FUNC(0x02D78DA0, int32_t, PhysicsScene2D_GetRayIntersectionArray_Internal_Injected, (PhysicsScene2D * physicsScene, Vector3 * origin, Vector3 * direction, float distance, int32_t layerMask, RaycastHit2D__Array * results, MethodInfo * method)); DO_APP_FUNC(0x02D78E30, Collider2D *, PhysicsScene2D_OverlapPoint_Internal_Injected, (PhysicsScene2D * physicsScene, Vector2 * point, ContactFilter2D * contactFilter, MethodInfo * method)); DO_APP_FUNC(0x02D78EA0, Collider2D *, PhysicsScene2D_OverlapCircle_Internal_Injected, (PhysicsScene2D * physicsScene, Vector2 * point, float radius, ContactFilter2D * contactFilter, MethodInfo * method)); DO_APP_FUNC(0x02D78F20, int32_t, PhysicsScene2D_OverlapCircleArray_Internal_Injected, (PhysicsScene2D * physicsScene, Vector2 * point, float radius, ContactFilter2D * contactFilter, Collider2D__Array * results, MethodInfo * method)); DO_APP_FUNC(0x00A77200, PhysicsScene2D, Physics2D_get_defaultPhysicsScene, (MethodInfo * method)); DO_APP_FUNC(0x02D78FB0, bool, Physics2D_get_queriesHitTriggers, (MethodInfo * method)); DO_APP_FUNC(0x02D79000, RaycastHit2D, Physics2D_Linecast, (Vector2 start, Vector2 end, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D791A0, RaycastHit2D, Physics2D_Raycast, (Vector2 origin, Vector2 direction, MethodInfo * method)); DO_APP_FUNC(0x02D79280, RaycastHit2D, Physics2D_Raycast_1, (Vector2 origin, Vector2 direction, float distance, MethodInfo * method)); DO_APP_FUNC(0x02D79360, RaycastHit2D, Physics2D_Raycast_2, (Vector2 origin, Vector2 direction, float distance, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D79520, RaycastHit2D, Physics2D_Raycast_3, (Vector2 origin, Vector2 direction, float distance, int32_t layerMask, float minDepth, MethodInfo * method)); DO_APP_FUNC(0x02D796E0, RaycastHit2D, Physics2D_Raycast_4, (Vector2 origin, Vector2 direction, float distance, int32_t layerMask, float minDepth, float maxDepth, MethodInfo * method)); DO_APP_FUNC(0x02D798A0, int32_t, Physics2D_Raycast_5, (Vector2 origin, Vector2 direction, ContactFilter2D contactFilter, RaycastHit2D__Array * results, MethodInfo * method)); DO_APP_FUNC(0x02D799C0, int32_t, Physics2D_Raycast_6, (Vector2 origin, Vector2 direction, ContactFilter2D contactFilter, RaycastHit2D__Array * results, float distance, MethodInfo * method)); DO_APP_FUNC(0x02D79AE0, int32_t, Physics2D_Raycast_7, (Vector2 origin, Vector2 direction, ContactFilter2D contactFilter, List_1_UnityEngine_RaycastHit2D_ * results, float distance, MethodInfo * method)); DO_APP_FUNC(0x02D79C00, RaycastHit2D, Physics2D_CircleCast, (Vector2 origin, float radius, Vector2 direction, float distance, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D79DD0, RaycastHit2D, Physics2D_GetRayIntersection, (Ray ray, float distance, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D79F30, RaycastHit2D__Array *, Physics2D_GetRayIntersectionAll, (Ray ray, MethodInfo * method)); DO_APP_FUNC(0x02D7A040, RaycastHit2D__Array *, Physics2D_GetRayIntersectionAll_1, (Ray ray, float distance, MethodInfo * method)); DO_APP_FUNC(0x02D7A150, RaycastHit2D__Array *, Physics2D_GetRayIntersectionAll_2, (Ray ray, float distance, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D7A270, RaycastHit2D__Array *, Physics2D_GetRayIntersectionAll_Internal, (PhysicsScene2D physicsScene, Vector3 origin, Vector3 direction, float distance, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D7A330, int32_t, Physics2D_GetRayIntersectionNonAlloc, (Ray ray, RaycastHit2D__Array * results, MethodInfo * method)); DO_APP_FUNC(0x02D7A430, int32_t, Physics2D_GetRayIntersectionNonAlloc_1, (Ray ray, RaycastHit2D__Array * results, float distance, MethodInfo * method)); DO_APP_FUNC(0x02D7A540, int32_t, Physics2D_GetRayIntersectionNonAlloc_2, (Ray ray, RaycastHit2D__Array * results, float distance, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D7A660, Collider2D *, Physics2D_OverlapPoint, (Vector2 point, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D7A780, Collider2D *, Physics2D_OverlapCircle, (Vector2 point, float radius, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D7A8B0, Collider2D__Array *, Physics2D_OverlapCircleAll, (Vector2 point, float radius, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D7AA20, Collider2D__Array *, Physics2D_OverlapCircleAll_Internal, (PhysicsScene2D physicsScene, Vector2 point, float radius, ContactFilter2D contactFilter, MethodInfo * method)); DO_APP_FUNC(0x02D7AAD0, int32_t, Physics2D_OverlapCircleNonAlloc, (Vector2 point, float radius, Collider2D__Array * results, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D7AC10, void, Physics2D__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D7ACF0, RaycastHit2D__Array *, Physics2D_GetRayIntersectionAll_Internal_Injected, (PhysicsScene2D * physicsScene, Vector3 * origin, Vector3 * direction, float distance, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D7AD80, Collider2D__Array *, Physics2D_OverlapCircleAll_Internal_Injected, (PhysicsScene2D * physicsScene, Vector2 * point, float radius, ContactFilter2D * contactFilter, MethodInfo * method)); DO_APP_FUNC(0x02D7AE00, void, ContactFilter2D_CheckConsistency, (ContactFilter2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7AE50, void, ContactFilter2D_SetLayerMask, (ContactFilter2D * __this, LayerMask layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D7AE60, void, ContactFilter2D_SetDepth, (ContactFilter2D * __this, float minDepth, float maxDepth, MethodInfo * method)); DO_APP_FUNC(0x02D7AEC0, ContactFilter2D, ContactFilter2D_CreateLegacyFilter, (int32_t layerMask, float minDepth, float maxDepth, MethodInfo * method)); DO_APP_FUNC(0x02D7AE00, void, ContactFilter2D_CheckConsistency_Injected, (ContactFilter2D * _unity_self, MethodInfo * method)); DO_APP_FUNC(0x02D7B000, Collider2D *, Collision2D_get_collider, (Collision2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7B0F0, Rigidbody2D *, Collision2D_get_rigidbody, (Collision2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7B1B0, GameObject *, Collision2D_get_gameObject, (Collision2D * __this, MethodInfo * method)); DO_APP_FUNC(0x01F22880, Vector2, Collision2D_get_relativeVelocity, (Collision2D * __this, MethodInfo * method)); DO_APP_FUNC(0x01772BF0, Vector2, RaycastHit2D_get_point, (RaycastHit2D * __this, MethodInfo * method)); DO_APP_FUNC(0x014BB3D0, Vector2, RaycastHit2D_get_normal, (RaycastHit2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7B360, float, RaycastHit2D_get_distance, (RaycastHit2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7B370, Collider2D *, RaycastHit2D_get_collider, (RaycastHit2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7B460, Rigidbody2D *, RaycastHit2D_get_rigidbody, (RaycastHit2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7B5D0, Transform *, RaycastHit2D_get_transform, (RaycastHit2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7B850, bool, RaycastHit2D_op_Implicit, (RaycastHit2D hit, MethodInfo * method)); DO_APP_FUNC(0x02D7B960, Vector2, Rigidbody2D_get_position, (Rigidbody2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7B9C0, float, Rigidbody2D_get_rotation, (Rigidbody2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7BA10, void, Rigidbody2D_MovePosition, (Rigidbody2D * __this, Vector2 position, MethodInfo * method)); DO_APP_FUNC(0x02D7BA70, void, Rigidbody2D_MoveRotation, (Rigidbody2D * __this, float angle, MethodInfo * method)); DO_APP_FUNC(0x02D7BA70, void, Rigidbody2D_MoveRotation_Angle, (Rigidbody2D * __this, float angle, MethodInfo * method)); DO_APP_FUNC(0x02D7BAD0, Vector2, Rigidbody2D_get_velocity, (Rigidbody2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7BB30, void, Rigidbody2D_set_velocity, (Rigidbody2D * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02D7BB90, float, Rigidbody2D_get_angularVelocity, (Rigidbody2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7BBE0, void, Rigidbody2D_set_angularVelocity, (Rigidbody2D * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D7BC40, float, Rigidbody2D_get_mass, (Rigidbody2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7BC90, void, Rigidbody2D_set_mass, (Rigidbody2D * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D7BCF0, float, Rigidbody2D_get_drag, (Rigidbody2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7BD40, void, Rigidbody2D_set_drag, (Rigidbody2D * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D7BDA0, float, Rigidbody2D_get_angularDrag, (Rigidbody2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7BDF0, void, Rigidbody2D_set_angularDrag, (Rigidbody2D * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D7BE50, float, Rigidbody2D_get_gravityScale, (Rigidbody2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7BEA0, void, Rigidbody2D_set_gravityScale, (Rigidbody2D * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D7BF00, RigidbodyType2D__Enum, Rigidbody2D_get_bodyType, (Rigidbody2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7BF50, void, Rigidbody2D_set_bodyType, (Rigidbody2D * __this, RigidbodyType2D__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D7BFB0, bool, Rigidbody2D_get_isKinematic, (Rigidbody2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7C010, void, Rigidbody2D_set_isKinematic, (Rigidbody2D * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D7C080, bool, Rigidbody2D_IsSleeping, (Rigidbody2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7C0D0, void, Rigidbody2D_Sleep, (Rigidbody2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7C120, void, Rigidbody2D_WakeUp, (Rigidbody2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7C170, void, Rigidbody2D_AddForce, (Rigidbody2D * __this, Vector2 force, MethodInfo * method)); DO_APP_FUNC(0x02D7C1D0, void, Rigidbody2D_AddForce_1, (Rigidbody2D * __this, Vector2 force, ForceMode2D__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D7C240, void, Rigidbody2D_AddForceAtPosition, (Rigidbody2D * __this, Vector2 force, Vector2 position, MethodInfo * method)); DO_APP_FUNC(0x02D7C2B0, void, Rigidbody2D_AddForceAtPosition_1, (Rigidbody2D * __this, Vector2 force, Vector2 position, ForceMode2D__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D7C330, void, Rigidbody2D_AddTorque, (Rigidbody2D * __this, float torque, MethodInfo * method)); DO_APP_FUNC(0x02D7C3A0, void, Rigidbody2D_AddTorque_1, (Rigidbody2D * __this, float torque, ForceMode2D__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, Rigidbody2D__ctor, (Rigidbody2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7C410, void, Rigidbody2D_get_position_Injected, (Rigidbody2D * __this, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D7C470, void, Rigidbody2D_MovePosition_Injected, (Rigidbody2D * __this, Vector2 * position, MethodInfo * method)); DO_APP_FUNC(0x02D7C4D0, void, Rigidbody2D_get_velocity_Injected, (Rigidbody2D * __this, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D7C530, void, Rigidbody2D_set_velocity_Injected, (Rigidbody2D * __this, Vector2 * value, MethodInfo * method)); DO_APP_FUNC(0x02D7C590, void, Rigidbody2D_AddForce_Injected, (Rigidbody2D * __this, Vector2 * force, ForceMode2D__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D7C600, void, Rigidbody2D_AddForceAtPosition_Injected, (Rigidbody2D * __this, Vector2 * force, Vector2 * position, ForceMode2D__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D7C680, Vector2, Collider2D_get_offset, (Collider2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7C6E0, void, Collider2D_set_offset, (Collider2D * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02D7C740, Rigidbody2D *, Collider2D_get_attachedRigidbody, (Collider2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7C790, Bounds, Collider2D_get_bounds, (Collider2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7C800, bool, Collider2D_OverlapPoint, (Collider2D * __this, Vector2 point, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, Collider2D__ctor, (Collider2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7C860, void, Collider2D_get_offset_Injected, (Collider2D * __this, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D7C8C0, void, Collider2D_set_offset_Injected, (Collider2D * __this, Vector2 * value, MethodInfo * method)); DO_APP_FUNC(0x02D7C920, void, Collider2D_get_bounds_Injected, (Collider2D * __this, Bounds * ret, MethodInfo * method)); DO_APP_FUNC(0x02D7C980, bool, Collider2D_OverlapPoint_Injected, (Collider2D * __this, Vector2 * point, MethodInfo * method)); DO_APP_FUNC(0x02D7C9E0, float, CircleCollider2D_get_radius, (CircleCollider2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7CA30, void, CircleCollider2D_set_radius, (CircleCollider2D * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D7CA90, Vector2, BoxCollider2D_get_size, (BoxCollider2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7CAF0, void, BoxCollider2D_set_size, (BoxCollider2D * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02D7CB50, void, BoxCollider2D_get_size_Injected, (BoxCollider2D * __this, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D7CBB0, void, BoxCollider2D_set_size_Injected, (BoxCollider2D * __this, Vector2 * value, MethodInfo * method)); DO_APP_FUNC(0x02D7CC10, int32_t, PolygonCollider2D_GetTotalPointCount, (PolygonCollider2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7CC60, Vector2__Array *, PolygonCollider2D_get_points, (PolygonCollider2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7CCB0, int32_t, PolygonCollider2D_get_pathCount, (PolygonCollider2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7CD00, Vector2__Array *, PolygonCollider2D_GetPath, (PolygonCollider2D * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDCE60, PolygonCollider2D_GetPath__MethodInfo); DO_APP_FUNC(0x02D7CEC0, Vector2__Array *, PolygonCollider2D_GetPath_Internal, (PolygonCollider2D * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02D7CF20, int32_t, CompositeCollider2D_get_pathCount, (CompositeCollider2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7CF70, int32_t, CompositeCollider2D_get_pointCount, (CompositeCollider2D * __this, MethodInfo * method)); DO_APP_FUNC(0x02D7CFC0, int32_t, CompositeCollider2D_GetPath, (CompositeCollider2D * __this, int32_t index, Vector2__Array * points, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDCE80, CompositeCollider2D_GetPath__MethodInfo); DO_APP_FUNC(0x02D7D1A0, int32_t, CompositeCollider2D_GetPathArray_Internal, (CompositeCollider2D * __this, int32_t index, Vector2__Array * points, MethodInfo * method)); DO_APP_FUNC(0x02FD74A0, String *, WebRequestUtils_RedirectTo, (String * baseUri, String * redirectUri, MethodInfo * method)); DO_APP_FUNC(0x02FD7630, String *, WebRequestUtils_MakeInitialUrl, (String * targetUrl, String * localUrl, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB87C8, WebRequestUtils_MakeInitialUrl__MethodInfo); DO_APP_FUNC(0x02FD7AF0, String *, WebRequestUtils_MakeUriString, (Uri * targetUri, String * targetUrl, bool prependProtocol, MethodInfo * method)); DO_APP_FUNC(0x02FD7F10, String *, WebRequestUtils_URLDecode, (String * encoded, MethodInfo * method)); DO_APP_FUNC(0x02FD8010, void, WebRequestUtils__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02FD80F0, Encoding *, WWWForm_get_DefaultEncoding, (MethodInfo * method)); DO_APP_FUNC(0x02FD8100, void, WWWForm__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02FD86D0, uint8_t, WWWTranscoder_Hex2Byte, (Byte__Array * b, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x02FD8760, Byte__Array *, WWWTranscoder_URLDecode, (Byte__Array * toEncode, MethodInfo * method)); DO_APP_FUNC(0x02FD87D0, bool, WWWTranscoder_ByteSubArrayEquals, (Byte__Array * array, int32_t index, Byte__Array * comperand, MethodInfo * method)); DO_APP_FUNC(0x02FD8860, Byte__Array *, WWWTranscoder_Decode, (Byte__Array * input, uint8_t escapeChar, Byte__Array * space, MethodInfo * method)); DO_APP_FUNC(0x02FD8BC0, void, WWWTranscoder__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003B93E0, UnityWebRequest *, UnityWebRequestAsyncOperation_get_webRequest, (UnityWebRequestAsyncOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, UnityWebRequestAsyncOperation_set_webRequest, (UnityWebRequestAsyncOperation * __this, UnityWebRequest * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UnityWebRequestAsyncOperation__ctor, (UnityWebRequestAsyncOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD90F0, String *, UnityWebRequest_GetWebErrorString, (UnityWebRequest_UnityWebRequestError__Enum err, MethodInfo * method)); DO_APP_FUNC(0x02FD9140, String *, UnityWebRequest_GetHTTPStatusString, (int64_t responseCode, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, UnityWebRequest_get_disposeCertificateHandlerOnDispose, (UnityWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AE0, void, UnityWebRequest_set_disposeCertificateHandlerOnDispose, (UnityWebRequest * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00422AF0, bool, UnityWebRequest_get_disposeDownloadHandlerOnDispose, (UnityWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x00422B00, void, UnityWebRequest_set_disposeDownloadHandlerOnDispose, (UnityWebRequest * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x008D2680, bool, UnityWebRequest_get_disposeUploadHandlerOnDispose, (UnityWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x01A4E630, void, UnityWebRequest_set_disposeUploadHandlerOnDispose, (UnityWebRequest * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02FD9190, void *, UnityWebRequest_Create, (MethodInfo * method)); DO_APP_FUNC(0x02FD91E0, void, UnityWebRequest_Release, (UnityWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD9230, void, UnityWebRequest_InternalDestroy, (UnityWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD9310, void, UnityWebRequest_InternalSetDefaults, (UnityWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD9320, void, UnityWebRequest__ctor, (UnityWebRequest * __this, String * url, String * method_1, DownloadHandler * downloadHandler, UploadHandler * uploadHandler, MethodInfo * method)); DO_APP_FUNC(0x02FD9450, void, UnityWebRequest__ctor_1, (UnityWebRequest * __this, Uri * uri, String * method_1, DownloadHandler * downloadHandler, UploadHandler * uploadHandler, MethodInfo * method)); DO_APP_FUNC(0x02FD9660, void, UnityWebRequest_Finalize, (UnityWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD96B0, void, UnityWebRequest_Dispose, (UnityWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD9720, void, UnityWebRequest_DisposeHandlers, (UnityWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD9810, UnityWebRequestAsyncOperation *, UnityWebRequest_BeginWebRequest, (UnityWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD9860, UnityWebRequestAsyncOperation *, UnityWebRequest_SendWebRequest, (UnityWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD9910, void, UnityWebRequest_Abort, (UnityWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD9960, UnityWebRequest_UnityWebRequestError__Enum, UnityWebRequest_SetMethod, (UnityWebRequest * __this, UnityWebRequest_UnityWebRequestMethod__Enum methodType, MethodInfo * method)); DO_APP_FUNC(0x02FD99C0, void, UnityWebRequest_InternalSetMethod, (UnityWebRequest * __this, UnityWebRequest_UnityWebRequestMethod__Enum methodType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8640, UnityWebRequest_InternalSetMethod__MethodInfo); DO_APP_FUNC(0x02FD9B10, UnityWebRequest_UnityWebRequestError__Enum, UnityWebRequest_SetCustomMethod, (UnityWebRequest * __this, String * customMethodName, MethodInfo * method)); DO_APP_FUNC(0x02FD9B70, void, UnityWebRequest_InternalSetCustomMethod, (UnityWebRequest * __this, String * customMethodName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8658, UnityWebRequest_InternalSetCustomMethod__MethodInfo); DO_APP_FUNC(0x02FD9CC0, UnityWebRequest_UnityWebRequestMethod__Enum, UnityWebRequest_GetMethod, (UnityWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD9D10, String *, UnityWebRequest_GetCustomMethod, (UnityWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD9D60, String *, UnityWebRequest_get_method, (UnityWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD9E90, void, UnityWebRequest_set_method, (UnityWebRequest * __this, String * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8688, UnityWebRequest_set_method__MethodInfo); DO_APP_FUNC(0x02FDA1F0, UnityWebRequest_UnityWebRequestError__Enum, UnityWebRequest_GetError, (UnityWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDA240, String *, UnityWebRequest_get_error, (UnityWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDA4C0, String *, UnityWebRequest_get_url, (UnityWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDA510, void, UnityWebRequest_set_url, (UnityWebRequest * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02FDA5A0, void, UnityWebRequest_set_uri, (UnityWebRequest * __this, Uri * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8698, UnityWebRequest_set_uri__MethodInfo); DO_APP_FUNC(0x02FDA4C0, String *, UnityWebRequest_GetUrl, (UnityWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDA730, UnityWebRequest_UnityWebRequestError__Enum, UnityWebRequest_SetUrl, (UnityWebRequest * __this, String * url, MethodInfo * method)); DO_APP_FUNC(0x02FDA790, void, UnityWebRequest_InternalSetUrl, (UnityWebRequest * __this, String * url, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB85A0, UnityWebRequest_InternalSetUrl__MethodInfo); DO_APP_FUNC(0x02FDA8E0, int64_t, UnityWebRequest_get_responseCode, (UnityWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDA930, bool, UnityWebRequest_get_isModifiable, (UnityWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDA980, bool, UnityWebRequest_get_isDone, (UnityWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDA9E0, UnityWebRequest_Result__Enum, UnityWebRequest_get_result, (UnityWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDAA30, uint64_t, UnityWebRequest_get_downloadedBytes, (UnityWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDAA80, void, UnityWebRequest_SetRedirectLimitFromScripting, (UnityWebRequest * __this, int32_t limit, MethodInfo * method)); DO_APP_FUNC(0x02FDAA80, void, UnityWebRequest_set_redirectLimit, (UnityWebRequest * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02FDAAE0, UnityWebRequest_UnityWebRequestError__Enum, UnityWebRequest_SetUploadHandler, (UnityWebRequest * __this, UploadHandler * uh, MethodInfo * method)); DO_APP_FUNC(0x02414580, UploadHandler *, UnityWebRequest_get_uploadHandler, (UnityWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDAB40, void, UnityWebRequest_set_uploadHandler, (UnityWebRequest * __this, UploadHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB85F8, UnityWebRequest_set_uploadHandler__MethodInfo); DO_APP_FUNC(0x02FDACE0, UnityWebRequest_UnityWebRequestError__Enum, UnityWebRequest_SetDownloadHandler, (UnityWebRequest * __this, DownloadHandler * dh, MethodInfo * method)); DO_APP_FUNC(0x014BA540, DownloadHandler *, UnityWebRequest_get_downloadHandler, (UnityWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDAD40, void, UnityWebRequest_set_downloadHandler, (UnityWebRequest * __this, DownloadHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB85E0, UnityWebRequest_set_downloadHandler__MethodInfo); DO_APP_FUNC(0x02FDAEE0, UnityWebRequest_UnityWebRequestError__Enum, UnityWebRequest_SetCertificateHandler, (UnityWebRequest * __this, CertificateHandler * ch, MethodInfo * method)); DO_APP_FUNC(0x02D17420, CertificateHandler *, UnityWebRequest_get_certificateHandler, (UnityWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDAF40, void, UnityWebRequest_set_certificateHandler, (UnityWebRequest * __this, CertificateHandler * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8620, UnityWebRequest_set_certificateHandler__MethodInfo); DO_APP_FUNC(0x02FDB0E0, UnityWebRequest_UnityWebRequestError__Enum, UnityWebRequest_SetTimeoutMsec, (UnityWebRequest * __this, int32_t timeout, MethodInfo * method)); DO_APP_FUNC(0x02FDB140, void, UnityWebRequest_set_timeout, (UnityWebRequest * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8548, UnityWebRequest_set_timeout__MethodInfo); DO_APP_FUNC(0x02FDB2D0, UnityWebRequest *, UnityWebRequest_Get, (String * uri, MethodInfo * method)); DO_APP_FUNC(0x02FDB3D0, UnityWebRequest *, UnityWebRequest_Get_1, (Uri * uri, MethodInfo * method)); DO_APP_FUNC(0x02FDB4D0, void, CertificateHandler_Release, (CertificateHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01C26F90, bool, CertificateHandler_ValidateCertificate, (CertificateHandler * __this, Byte__Array * certificateData, MethodInfo * method)); DO_APP_FUNC(0x02FDB520, bool, CertificateHandler_ValidateCertificateNative, (CertificateHandler * __this, Byte__Array * certificateData, MethodInfo * method)); DO_APP_FUNC(0x02FDB540, void, CertificateHandler_Dispose, (CertificateHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDB5E0, void, DownloadHandler_Release, (DownloadHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DownloadHandler__ctor, (DownloadHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDB630, void, DownloadHandler_Finalize, (DownloadHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDB680, void, DownloadHandler_Dispose, (DownloadHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDB720, String *, DownloadHandler_get_error, (DownloadHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDB720, String *, DownloadHandler_GetErrorMsg, (DownloadHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01B209F0, Byte__Array *, DownloadHandler_get_data, (DownloadHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01BFB0B0, String *, DownloadHandler_get_text, (DownloadHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02CEF900, NativeArray_1_System_Byte_, DownloadHandler_GetNativeData, (DownloadHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDB770, Byte__Array *, DownloadHandler_GetData, (DownloadHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDB800, String *, DownloadHandler_GetText, (DownloadHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDB8D0, Encoding *, DownloadHandler_GetTextEncoder, (DownloadHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDBD30, String *, DownloadHandler_GetContentType, (DownloadHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01175020, bool, DownloadHandler_ReceiveData, (DownloadHandler * __this, Byte__Array * data, int32_t dataLength, MethodInfo * method)); DO_APP_FUNC(0x02FDBD80, void, DownloadHandler_ReceiveContentLengthHeader, (DownloadHandler * __this, uint64_t contentLength, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DownloadHandler_ReceiveContentLength, (DownloadHandler * __this, int32_t contentLength, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DownloadHandler_CompleteContent, (DownloadHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02CCFA20, float, DownloadHandler_GetProgress, (DownloadHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDBDA0, uint8_t *, DownloadHandler_InternalGetByteArray, (DownloadHandler * dh, int32_t * length, MethodInfo * method)); DO_APP_FUNC(0x02FDB770, Byte__Array *, DownloadHandler_InternalGetByteArray_1, (DownloadHandler * dh, MethodInfo * method)); DO_APP_FUNC(0x02FDBE00, NativeArray_1_System_Byte_, DownloadHandler_InternalGetNativeArray, (DownloadHandler * dh, NativeArray_1_System_Byte_ * nativeArray, MethodInfo * method)); DO_APP_FUNC(0x02FDBF40, void, DownloadHandler_DisposeNativeArray, (NativeArray_1_System_Byte_ * data, MethodInfo * method)); DO_APP_FUNC(0x02FDBF80, void, DownloadHandler_CreateNativeArrayForNativeData, (NativeArray_1_System_Byte_ * data, uint8_t * bytes, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x02FDBFF0, void *, DownloadHandlerBuffer_Create, (DownloadHandlerBuffer * obj, MethodInfo * method)); DO_APP_FUNC(0x02FDC040, void, DownloadHandlerBuffer_InternalCreateBuffer, (DownloadHandlerBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDC040, void, DownloadHandlerBuffer__ctor, (DownloadHandlerBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDC0A0, NativeArray_1_System_Byte_, DownloadHandlerBuffer_GetNativeData, (DownloadHandlerBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDC1E0, void, DownloadHandlerBuffer_Dispose, (DownloadHandlerBuffer * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDC2B0, void, UploadHandler_Release, (UploadHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDC300, void, UploadHandler_Dispose, (UploadHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x01907B70, void, GlitterLight_OnEnable, (GlitterLight * __this, MethodInfo * method)); DO_APP_FUNC(0x01907C00, void, GlitterLight_OnDisable, (GlitterLight * __this, MethodInfo * method)); DO_APP_FUNC(0x01907C90, void, GlitterLight_Update, (GlitterLight * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, GlitterLight__ctor, (GlitterLight * __this, MethodInfo * method)); DO_APP_FUNC(0x01908010, bool, MicroSplatKeywords_IsKeywordEnabled, (MicroSplatKeywords * __this, String * k, MethodInfo * method)); DO_APP_FUNC(0x019080B0, void, MicroSplatKeywords_EnableKeyword, (MicroSplatKeywords * __this, String * k, MethodInfo * method)); DO_APP_FUNC(0x01908120, void, MicroSplatKeywords_DisableKeyword, (MicroSplatKeywords * __this, String * k, MethodInfo * method)); DO_APP_FUNC(0x01908190, void, MicroSplatKeywords__ctor, (MicroSplatKeywords * __this, MethodInfo * method)); DO_APP_FUNC(0x01908260, void, MicroSplatObject_OnDestroy, (MicroSplatObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01908380, int64_t, MicroSplatObject_GetOverrideHash, (MicroSplatObject * __this, MethodInfo * method)); DO_APP_FUNC(0x019089A0, void, MicroSplatObject_SetMap, (MicroSplatObject * __this, Material * m, String * name, Texture * tex, MethodInfo * method)); DO_APP_FUNC(0x01908AE0, void, MicroSplatObject_ApplySharedData, (MicroSplatObject * __this, Material * m, MethodInfo * method)); DO_APP_FUNC(0x01908C30, void, MicroSplatObject_ApplyMaps, (MicroSplatObject * __this, Material * m, MethodInfo * method)); DO_APP_FUNC(0x01908ED0, void, MicroSplatObject_ApplyControlTextures, (MicroSplatObject * __this, Texture2D__Array * controls, Material * m, MethodInfo * method)); DO_APP_FUNC(0x01909310, void, MicroSplatObject_SyncBlendMat, (MicroSplatObject * __this, Vector3 size, MethodInfo * method)); DO_APP_FUNC(0x0127A9A0, MicroSplatObject_TerrainDescriptor, MicroSplatObject_GetTerrainDescriptor, (MicroSplatObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0126EDF0, Bounds, MicroSplatObject_GetBounds, (MicroSplatObject * __this, MethodInfo * method)); DO_APP_FUNC(0x019098F0, Material *, MicroSplatObject_GetBlendMatInstance, (MicroSplatObject * __this, MethodInfo * method)); DO_APP_FUNC(0x01909EA0, void, MicroSplatObject_ApplyBlendMap, (MicroSplatObject * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MicroSplatObject_RevisionFromMat, (MicroSplatObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0190A160, void, MicroSplatObject_SyncAll, (MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, MicroSplatObject__ctor, (MicroSplatObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0190A1B0, void, MicroSplatPropData_ClearPropTex, (MicroSplatPropData * __this, MethodInfo * method)); DO_APP_FUNC(0x0190A2D0, void, MicroSplatPropData_RevisionData, (MicroSplatPropData * __this, MethodInfo * method)); DO_APP_FUNC(0x0190A6F0, Color, MicroSplatPropData_GetValue, (MicroSplatPropData * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x0190A770, void, MicroSplatPropData_SetValue, (MicroSplatPropData * __this, int32_t x, int32_t y, Color c, MethodInfo * method)); DO_APP_FUNC(0x0190A7E0, void, MicroSplatPropData_SetValue_1, (MicroSplatPropData * __this, int32_t x, int32_t y, int32_t channel, float value, MethodInfo * method)); DO_APP_FUNC(0x0190A890, void, MicroSplatPropData_SetValue_2, (MicroSplatPropData * __this, int32_t x, int32_t y, int32_t channel, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x0190A980, void, MicroSplatPropData_SetValue_3, (MicroSplatPropData * __this, int32_t textureIndex, MicroSplatPropData_PerTexFloat__Enum channel, float value, MethodInfo * method)); DO_APP_FUNC(0x0190AA60, void, MicroSplatPropData_SetValue_4, (MicroSplatPropData * __this, int32_t textureIndex, MicroSplatPropData_PerTexColor__Enum channel, Color value, MethodInfo * method)); DO_APP_FUNC(0x0190AAF0, void, MicroSplatPropData_SetValue_5, (MicroSplatPropData * __this, int32_t textureIndex, MicroSplatPropData_PerTexVector2__Enum channel, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x0190AC00, Color__Array *, MicroSplatPropData_GetAllValues, (MicroSplatPropData * __this, int32_t textureIndex, MethodInfo * method)); DO_APP_FUNC(0x0190ACE0, void, MicroSplatPropData_SetAllValues, (MicroSplatPropData * __this, int32_t textureIndex, Color__Array * c, MethodInfo * method)); DO_APP_FUNC(0x0190AD90, Texture2D *, MicroSplatPropData_GetTexture, (MicroSplatPropData * __this, MethodInfo * method)); DO_APP_FUNC(0x0190B180, Texture2D *, MicroSplatPropData_GetGeoCurve, (MicroSplatPropData * __this, MethodInfo * method)); DO_APP_FUNC(0x0190B4B0, Texture2D *, MicroSplatPropData_GetGeoSlopeFilter, (MicroSplatPropData * __this, MethodInfo * method)); DO_APP_FUNC(0x0190B7E0, Texture2D *, MicroSplatPropData_GetGlobalSlopeFilter, (MicroSplatPropData * __this, MethodInfo * method)); DO_APP_FUNC(0x0190BB10, void, MicroSplatPropData__ctor, (MicroSplatPropData * __this, MethodInfo * method)); DO_APP_FUNC(0x0190BD40, Vector2, MicroSplatRuntimeUtil_UnityUVScaleToUVScale, (Vector2 uv, Terrain * t, MethodInfo * method)); DO_APP_FUNC(0x0190BEF0, Vector2, MicroSplatRuntimeUtil_UVScaleToUnityUVScale, (Vector2 uv, Terrain * t, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MicroSplatRuntimeUtil__ctor, (MicroSplatRuntimeUtil * __this, MethodInfo * method)); DO_APP_FUNC(0x0190C0B0, void, MicroSplatTerrain_add_OnMaterialSyncAll, (MicroSplatTerrain_MaterialSyncAll * value, MethodInfo * method)); DO_APP_FUNC(0x0190C200, void, MicroSplatTerrain_remove_OnMaterialSyncAll, (MicroSplatTerrain_MaterialSyncAll * value, MethodInfo * method)); DO_APP_FUNC(0x0190C350, void, MicroSplatTerrain_add_OnMaterialSync, (MicroSplatTerrain * __this, MicroSplatTerrain_MaterialSync * value, MethodInfo * method)); DO_APP_FUNC(0x0190C440, void, MicroSplatTerrain_remove_OnMaterialSync, (MicroSplatTerrain * __this, MicroSplatTerrain_MaterialSync * value, MethodInfo * method)); DO_APP_FUNC(0x0190C530, void, MicroSplatTerrain_Awake, (MicroSplatTerrain * __this, MethodInfo * method)); DO_APP_FUNC(0x0190C5C0, void, MicroSplatTerrain_OnEnable, (MicroSplatTerrain * __this, MethodInfo * method)); DO_APP_FUNC(0x0190C700, void, MicroSplatTerrain_Start, (MicroSplatTerrain * __this, MethodInfo * method)); DO_APP_FUNC(0x0190C710, void, MicroSplatTerrain_OnDisable, (MicroSplatTerrain * __this, MethodInfo * method)); DO_APP_FUNC(0x0190C7B0, void, MicroSplatTerrain_Cleanup, (MicroSplatTerrain * __this, MethodInfo * method)); DO_APP_FUNC(0x0190CA40, MicroSplatObject_TerrainDescriptor, MicroSplatTerrain_GetTerrainDescriptor, (MicroSplatTerrain * __this, MethodInfo * method)); DO_APP_FUNC(0x0190CE30, void, MicroSplatTerrain_Sync, (MicroSplatTerrain * __this, MethodInfo * method)); DO_APP_FUNC(0x0190DD20, Bounds, MicroSplatTerrain_GetBounds, (MicroSplatTerrain * __this, MethodInfo * method)); DO_APP_FUNC(0x0190DE00, void, MicroSplatTerrain_SyncAll, (MethodInfo * method)); DO_APP_FUNC(0x0190DF60, void, MicroSplatTerrain__ctor, (MicroSplatTerrain * __this, MethodInfo * method)); DO_APP_FUNC(0x0190DFF0, void, MicroSplatTerrain__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, MicroSplatTerrain_MaterialSyncAll__ctor, (MicroSplatTerrain_MaterialSyncAll * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, MicroSplatTerrain_MaterialSyncAll_Invoke, (MicroSplatTerrain_MaterialSyncAll * __this, MethodInfo * method)); DO_APP_FUNC(0x003F5A50, IAsyncResult *, MicroSplatTerrain_MaterialSyncAll_BeginInvoke, (MicroSplatTerrain_MaterialSyncAll * __this, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, MicroSplatTerrain_MaterialSyncAll_EndInvoke, (MicroSplatTerrain_MaterialSyncAll * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x008AC8F0, void, MicroSplatTerrain_MaterialSync__ctor, (MicroSplatTerrain_MaterialSync * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, MicroSplatTerrain_MaterialSync_Invoke, (MicroSplatTerrain_MaterialSync * __this, Material * m, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, MicroSplatTerrain_MaterialSync_BeginInvoke, (MicroSplatTerrain_MaterialSync * __this, Material * m, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, MicroSplatTerrain_MaterialSync_EndInvoke, (MicroSplatTerrain_MaterialSync * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, TextureArrayConfig_IsScatter, (TextureArrayConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, TextureArrayConfig_IsStarReach, (TextureArrayConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, TextureArrayConfig_IsDecal, (TextureArrayConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, TextureArrayConfig_IsDecalSplat, (TextureArrayConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x0190E0D0, bool, TextureArrayConfig_HasTerrainLayer, (TextureArrayConfig * __this, TerrainLayer * l, MethodInfo * method)); DO_APP_FUNC(0x0190E620, void, TextureArrayConfig_AddTerrainLayer, (TextureArrayConfig * __this, TerrainLayer * l, MethodInfo * method)); DO_APP_FUNC(0x0190EAB0, void, TextureArrayConfig__ctor, (TextureArrayConfig * __this, MethodInfo * method)); DO_APP_FUNC(0x0190EDF0, void, TextureArrayConfig_TextureArraySettings__ctor, (TextureArrayConfig_TextureArraySettings * __this, TextureArrayConfig_TextureSize__Enum s, TextureArrayConfig_Compression__Enum c, FilterMode__Enum f, int32_t a, MethodInfo * method)); DO_APP_FUNC(0x0190EE10, void, TextureArrayConfig_TextureArrayGroup__ctor, (TextureArrayConfig_TextureArrayGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x0190F2E0, void, TextureArrayConfig_PlatformTextureOverride__ctor, (TextureArrayConfig_PlatformTextureOverride * __this, MethodInfo * method)); DO_APP_FUNC(0x0190F390, void, TextureArrayConfig_TextureEntry_Reset, (TextureArrayConfig_TextureEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x0190F950, bool, TextureArrayConfig_TextureEntry_HasTextures, (TextureArrayConfig_TextureEntry * __this, TextureArrayConfig_PBRWorkflow__Enum wf, MethodInfo * method)); DO_APP_FUNC(0x01910270, void, TextureArrayConfig_TextureEntry__ctor, (TextureArrayConfig_TextureEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x019102C0, float, SnowUtilities_SnowFade, (float worldHeight, float snowMin, float snowMax, float snowDot, float snowDotVertex, float snowLevel, float angleRangeZ, float angleRangeW, MethodInfo * method)); DO_APP_FUNC(0x01910380, float, SnowUtilities_GetSnowCoverage, (Terrain * t, Vector3 worldPos, int32_t maxDistance, MethodInfo * method)); DO_APP_FUNC(0x01910F00, float, SnowUtilities_GetSnowCoverage_1, (Vector3 worldPos, int32_t maxDistance, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SnowUtilities__ctor, (SnowUtilities * __this, MethodInfo * method)); DO_APP_FUNC(0x01C95B50, void, GenericObjectPool__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003C94D0, uint32_t, RandomID_get_Empty, (MethodInfo * method)); DO_APP_FUNC(0x01C95C40, Random *, RandomID_get_Random, (MethodInfo * method)); DO_APP_FUNC(0x01C95D60, uint32_t, RandomID_Generate, (MethodInfo * method)); DO_APP_FUNC(0x01C95DD0, bool, RandomID_IsIDEmpty, (uint32_t id, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Serialization__ctor, (Serialization * __this, MethodInfo * method)); DO_APP_FUNC(0x01C95DE0, int32_t, Serialization_get_HashMultiplier, (MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, Serialization_get_ObjectType, (Serialization * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Int32__Array *, Serialization_get_ValueHashes, (Serialization * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Byte__Array *, Serialization_get_Values, (Serialization * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Int32__Array *, Serialization_get_ValuePositions, (Serialization * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Object_1__Array *, Serialization_get_UnityObjects, (Serialization * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, String *, Serialization_get_Version, (Serialization * __this, MethodInfo * method)); DO_APP_FUNC(0x01C95DF0, void, Serialization_Serialize, (Serialization * __this, Object * obj, bool useFields, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01C964D0, void, Serialization_SerializeFields, (Object * obj, int32_t hashPrefix, List_1_System_Int32_ * * valueHashes, List_1_System_Int32_ * * valuePositions, List_1_System_Byte_ * * values, Object_1__Array * * unityObjects, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01C96670, void, Serialization_SerializeProperties, (Object * obj, int32_t hashPrefix, List_1_System_Int32_ * * valueHashes, List_1_System_Int32_ * * valuePositions, List_1_System_Byte_ * * values, Object_1__Array * * unityObjects, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01C96820, MethodInfo_1 *, Serialization_GetValidGetMethod, (PropertyInfo_1 * property, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01C96B40, Object *, Serialization_DeserializeFields, (Serialization * __this, MemberVisibility__Enum visibility, Func_3_Type_Object_Object_ * onValidateCallback, MethodInfo * method)); DO_APP_FUNC(0x01C96FC0, Object *, Serialization_DeserializeFields_1, (Object * obj, int32_t hashPrefix, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, Int32__Array * valuePositions, Byte__Array * values, Object_1__Array * unityObjects, MemberVisibility__Enum visibility, bool bitwiseHash, Func_3_Type_Object_Object_ * onValidateCallback, MethodInfo * method)); DO_APP_FUNC(0x01C97270, Object *, Serialization_DeserializeProperties, (Object * obj, int32_t hashPrefix, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, Int32__Array * valuePositions, Byte__Array * values, Object_1__Array * unityObjects, MemberVisibility__Enum visibility, bool bitwiseHash, Func_3_Type_Object_Object_ * onValidateCallback, MethodInfo * method)); DO_APP_FUNC(0x01C97540, FieldInfo_1__Array *, Serialization_GetSerializedFields, (Type * type, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01C978D0, void, Serialization_GetSerializedFields_1, (Type * type, List_1_System_Reflection_FieldInfo_ * * fieldList, BindingFlags__Enum flags, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01C97CE0, PropertyInfo_1__Array *, Serialization_GetSerializedProperties, (Type * type, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01C98530, void, Serialization_AddByteValue, (ICollection_1_System_Byte__1 * bytes, int32_t hash, List_1_System_Int32_ * * valueHashes, List_1_System_Int32_ * * valuePositions, List_1_System_Byte_ * * values, MethodInfo * method)); DO_APP_FUNC(0x01C986B0, int32_t, Serialization_GetValueSize, (int32_t index, Byte__Array * values, Int32__Array * valuePositions, MethodInfo * method)); DO_APP_FUNC(0x01C98720, int32_t, Serialization_StringHash, (String * value, MethodInfo * method)); DO_APP_FUNC(0x01C98980, Byte__Array *, Serializer_get_BigEndianFourByteArray, (MethodInfo * method)); DO_APP_FUNC(0x01C98A60, Byte__Array *, Serializer_get_BigEndianEightByteArray, (MethodInfo * method)); DO_APP_FUNC(0x01C98B40, void, Serializer_SerializeValue, (Type * type, Object * value, List_1_System_Int32_ * * valueHashes, List_1_System_Int32_ * * valuePositions, List_1_System_Byte_ * * values, Object_1__Array * * unityObjects, int32_t hashPrefix, String * name, bool serializeFields, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01C9A5C0, Object *, Serializer_BytesToValue, (Type * type, String * name, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, int32_t hashPrefix, Byte__Array * values, Int32__Array * valuePositions, Object_1__Array * unityObjects, bool useFields, MemberVisibility__Enum visibility, bool bitwiseHash, Func_3_Type_Object_Object_ * onValidateCallback, MethodInfo * method)); DO_APP_FUNC(0x01C9C390, Byte__Array *, Serializer_IntToBytes, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01C9C420, int32_t, Serializer_BytesToInt, (Byte__Array * values, int32_t valuePosition, MethodInfo * method)); DO_APP_FUNC(0x01C9C5E0, Byte__Array *, Serializer_UIntToBytes, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01C9C670, uint32_t, Serializer_BytesToUInt, (Byte__Array * values, int32_t valuePosition, MethodInfo * method)); DO_APP_FUNC(0x01C9C8A0, Byte__Array *, Serializer_FloatToBytes, (float value, MethodInfo * method)); DO_APP_FUNC(0x01C9C940, float, Serializer_BytesToFloat, (Byte__Array * values, int32_t valuePosition, MethodInfo * method)); DO_APP_FUNC(0x01C9CB80, Byte__Array *, Serializer_DoubleToBytes, (double value, MethodInfo * method)); DO_APP_FUNC(0x01C9CC20, double, Serializer_BytesToDouble, (Byte__Array * values, int32_t valuePosition, MethodInfo * method)); DO_APP_FUNC(0x01C9CE60, Byte__Array *, Serializer_LongToBytes, (int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01C9CF00, int64_t, Serializer_BytesToLong, (Byte__Array * values, int32_t valuePosition, MethodInfo * method)); DO_APP_FUNC(0x01C9D0C0, Byte__Array *, Serializer_ULongToBytes, (uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01C9D160, uint64_t, Serializer_BytesToULong, (Byte__Array * values, int32_t valuePosition, MethodInfo * method)); DO_APP_FUNC(0x01C9D390, Byte__Array *, Serializer_BoolToBytes, (bool value, MethodInfo * method)); DO_APP_FUNC(0x01C9D430, bool, Serializer_BytesToBool, (Byte__Array * values, int32_t valuePosition, MethodInfo * method)); DO_APP_FUNC(0x01C9D4D0, Byte__Array *, Serializer_StringToBytes, (String * str, MethodInfo * method)); DO_APP_FUNC(0x01C9D550, Byte__Array *, Serializer_ByteToBytes, (uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x00AAA290, uint8_t, Serializer_BytesToByte, (Byte__Array * values, int32_t valuePosition, MethodInfo * method)); DO_APP_FUNC(0x01C9D5B0, String *, Serializer_BytesToString, (Byte__Array * values, int32_t valuePosition, int32_t valueSize, MethodInfo * method)); DO_APP_FUNC(0x01C9D610, ICollection_1_System_Byte__1 *, Serializer_Vector2ToBytes, (Vector2 vector2, MethodInfo * method)); DO_APP_FUNC(0x01C9D7A0, Vector2, Serializer_BytesToVector2, (Byte__Array * values, int32_t valuePosition, MethodInfo * method)); DO_APP_FUNC(0x01C9D810, ICollection_1_System_Byte__1 *, Serializer_Vector2IntToBytes, (Vector2Int vector2int, MethodInfo * method)); DO_APP_FUNC(0x01C9D9A0, Vector2Int, Serializer_BytesToVector2Int, (Byte__Array * values, int32_t valuePosition, MethodInfo * method)); DO_APP_FUNC(0x01C9DA10, ICollection_1_System_Byte__1 *, Serializer_Vector3ToBytes, (Vector3 vector3, MethodInfo * method)); DO_APP_FUNC(0x01C9DC20, Vector3, Serializer_BytesToVector3, (Byte__Array * values, int32_t valuePosition, MethodInfo * method)); DO_APP_FUNC(0x01C9DCD0, ICollection_1_System_Byte__1 *, Serializer_Vector3IntToBytes, (Vector3Int vector3int, MethodInfo * method)); DO_APP_FUNC(0x01C9DEE0, Vector3Int, Serializer_BytesToVector3Int, (Byte__Array * values, int32_t valuePosition, MethodInfo * method)); DO_APP_FUNC(0x01C9DF80, ICollection_1_System_Byte__1 *, Serializer_Vector4ToBytes, (Vector4 vector4, MethodInfo * method)); DO_APP_FUNC(0x01C9E210, Vector4, Serializer_BytesToVector4, (Byte__Array * values, int32_t valuePosition, MethodInfo * method)); DO_APP_FUNC(0x01C9E2C0, ICollection_1_System_Byte__1 *, Serializer_QuaternionToBytes, (Quaternion quaternion, MethodInfo * method)); DO_APP_FUNC(0x01C9E550, Quaternion, Serializer_BytesToQuaternion, (Byte__Array * values, int32_t valuePosition, MethodInfo * method)); DO_APP_FUNC(0x01C9E600, ICollection_1_System_Byte__1 *, Serializer_ColorToBytes, (Color color, MethodInfo * method)); DO_APP_FUNC(0x01C9E890, Color, Serializer_BytesToColor, (Byte__Array * values, int32_t valuePosition, MethodInfo * method)); DO_APP_FUNC(0x01C9E910, ICollection_1_System_Byte__1 *, Serializer_RectToBytes, (Rect rect, MethodInfo * method)); DO_APP_FUNC(0x01C9EBA0, Rect, Serializer_BytesToRect, (Byte__Array * values, int32_t valuePosition, MethodInfo * method)); DO_APP_FUNC(0x01C9EC20, ICollection_1_System_Byte__1 *, Serializer_RectIntToBytes, (RectInt rectInt, MethodInfo * method)); DO_APP_FUNC(0x01C9EEA0, RectInt, Serializer_BytesToRectInt, (Byte__Array * values, int32_t valuePosition, MethodInfo * method)); DO_APP_FUNC(0x01C9EF20, ICollection_1_System_Byte__1 *, Serializer_BoundsToBytes, (Bounds bounds, MethodInfo * method)); DO_APP_FUNC(0x01C9F2C0, Bounds, Serializer_BytesToBounds, (Byte__Array * values, int32_t valuePosition, MethodInfo * method)); DO_APP_FUNC(0x01C9F3F0, ICollection_1_System_Byte__1 *, Serializer_BoundsIntToBytes, (BoundsInt bounds, MethodInfo * method)); DO_APP_FUNC(0x01C9F7E0, BoundsInt, Serializer_BytesToBoundsInt, (Byte__Array * values, int32_t valuePosition, MethodInfo * method)); DO_APP_FUNC(0x01C9F910, ICollection_1_System_Byte__1 *, Serializer_Matrix4x4ToBytes, (Matrix4x4 matrix4x4, MethodInfo * method)); DO_APP_FUNC(0x01CA0120, Matrix4x4, Serializer_BytesToMatrix4x4, (Byte__Array * values, int32_t valuePosition, MethodInfo * method)); DO_APP_FUNC(0x01CA02E0, ICollection_1_System_Byte__1 *, Serializer_AnimationCurveToBytes, (AnimationCurve * animationCurve, MethodInfo * method)); DO_APP_FUNC(0x01CA0880, AnimationCurve *, Serializer_BytesToAnimationCurve, (Byte__Array * values, int32_t valuePosition, MethodInfo * method)); DO_APP_FUNC(0x01CA0B40, ICollection_1_System_Byte__1 *, Serializer_LayerMaskToBytes, (LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x01CA0B50, LayerMask, Serializer_BytesToLayerMask, (Byte__Array * values, int32_t valuePosition, MethodInfo * method)); DO_APP_FUNC(0x01CA0B60, Guid, Serializer_BytesToGuid, (Byte__Array * values, int32_t valuePosition, MethodInfo * method)); DO_APP_FUNC(0x01CA0CA0, ICollection_1_System_Byte__1 *, Serializer_UnityObjectToBytes, (Object_1 * unityObject, Object_1__Array * * unityObjects, MethodInfo * method)); DO_APP_FUNC(0x01CA0F40, Object_1 *, Serializer_BytesToUnityObject, (Byte__Array * values, int32_t valuePosition, Object_1__Array * unityObjects, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NonSerialized__ctor, (NonSerialized * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Snapshot__ctor, (Snapshot * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ForceSerialized__ctor, (ForceSerialized * __this, MethodInfo * method)); DO_APP_FUNC(0x01CA0F80, Type *, TypeUtility_GetType, (String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDCB40, TypeUtility_GetType__MethodInfo); DO_APP_FUNC(0x01CA1440, bool, TypeUtility_HasAttribute, (FieldInfo_1 * field, Type * attribute, MethodInfo * method)); DO_APP_FUNC(0x01CA17F0, bool, TypeUtility_HasAttribute_1, (PropertyInfo_1 * property, Type * attribute, MethodInfo * method)); DO_APP_FUNC(0x01CA1BA0, void, TypeUtility__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Xrnum__ctor, (Xrnum * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DB0, void, Xrnum__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01901DF0, void, XrFacialTrackerCreateInfoHTC__ctor, (XrFacialTrackerCreateInfoHTC * __this, XrStructureType__Enum_2 type_, void * next_, XrFacialTrackingTypeHTC__Enum expressionType_, MethodInfo * method)); DO_APP_FUNC(0x01901E00, bool, VIVE_FacialTracking_OpenXR_API_OnInstanceCreate, (VIVE_FacialTracking_OpenXR_API * __this, uint64_t xrInstance, MethodInfo * method)); DO_APP_FUNC(0x01901F00, void, VIVE_FacialTracking_OpenXR_API_OnInstanceDestroy, (VIVE_FacialTracking_OpenXR_API * __this, uint64_t xrInstance, MethodInfo * method)); DO_APP_FUNC(0x01901FE0, void, VIVE_FacialTracking_OpenXR_API_OnSessionCreate, (VIVE_FacialTracking_OpenXR_API * __this, uint64_t xrSession, MethodInfo * method)); DO_APP_FUNC(0x019022A0, void, VIVE_FacialTracking_OpenXR_API_OnSystemChange, (VIVE_FacialTracking_OpenXR_API * __this, uint64_t xrSystem, MethodInfo * method)); DO_APP_FUNC(0x019023A0, void, VIVE_FacialTracking_OpenXR_API_OnSessionDestroy, (VIVE_FacialTracking_OpenXR_API * __this, uint64_t xrSession, MethodInfo * method)); DO_APP_FUNC(0x01902480, bool, VIVE_FacialTracking_OpenXR_API_CheckXrResult, (VIVE_FacialTracking_OpenXR_API * __this, int32_t xrResult, MethodInfo * method)); DO_APP_FUNC(0x01902490, bool, VIVE_FacialTracking_OpenXR_API_GetXrFunctionDelegates, (VIVE_FacialTracking_OpenXR_API * __this, uint64_t xrInstance, MethodInfo * method)); DO_APP_FUNC(0x01902C00, int32_t, VIVE_FacialTracking_OpenXR_API_xrGetSystemProperties, (VIVE_FacialTracking_OpenXR_API * __this, XrSystemProperties_2 * properties, MethodInfo * method)); DO_APP_FUNC(0x01902C40, int32_t, VIVE_FacialTracking_OpenXR_API_xrCreateFacialTrackerHTC, (VIVE_FacialTracking_OpenXR_API * __this, XrFacialTrackerCreateInfoHTC createInfo, uint64_t * handle, MethodInfo * method)); DO_APP_FUNC(0x01902C90, int32_t, VIVE_FacialTracking_OpenXR_API_xrDestroyFacialTrackerHTC, (VIVE_FacialTracking_OpenXR_API * __this, uint64_t handle, MethodInfo * method)); DO_APP_FUNC(0x01902CC0, int32_t, VIVE_FacialTracking_OpenXR_API_xrGetFacialExpressionsHTC, (VIVE_FacialTracking_OpenXR_API * __this, uint64_t handle, XrFacialExpressionsHTC * eyeExpressionData, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, VIVE_FacialTracking_OpenXR_API__ctor, (VIVE_FacialTracking_OpenXR_API * __this, MethodInfo * method)); DO_APP_FUNC(0x003ED6D0, void, VIVE_FacialTracking_OpenXR_API_XrGetInstanceProcAddrDelegate__ctor, (VIVE_FacialTracking_OpenXR_API_XrGetInstanceProcAddrDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, int32_t, VIVE_FacialTracking_OpenXR_API_XrGetInstanceProcAddrDelegate_Invoke, (VIVE_FacialTracking_OpenXR_API_XrGetInstanceProcAddrDelegate * __this, uint64_t instance, String * name, void * * function, MethodInfo * method)); DO_APP_FUNC(0x01902CF0, IAsyncResult *, VIVE_FacialTracking_OpenXR_API_XrGetInstanceProcAddrDelegate_BeginInvoke, (VIVE_FacialTracking_OpenXR_API_XrGetInstanceProcAddrDelegate * __this, uint64_t instance, String * name, void * * function, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, int32_t, VIVE_FacialTracking_OpenXR_API_XrGetInstanceProcAddrDelegate_EndInvoke, (VIVE_FacialTracking_OpenXR_API_XrGetInstanceProcAddrDelegate * __this, void * * function, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F8A30, void, VIVE_FacialTracking_OpenXR_API_xrGetSystemPropertiesDelegate__ctor, (VIVE_FacialTracking_OpenXR_API_xrGetSystemPropertiesDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, int32_t, VIVE_FacialTracking_OpenXR_API_xrGetSystemPropertiesDelegate_Invoke, (VIVE_FacialTracking_OpenXR_API_xrGetSystemPropertiesDelegate * __this, uint64_t instance, uint64_t systemId, XrSystemProperties_2 * properties, MethodInfo * method)); DO_APP_FUNC(0x01902DA0, IAsyncResult *, VIVE_FacialTracking_OpenXR_API_xrGetSystemPropertiesDelegate_BeginInvoke, (VIVE_FacialTracking_OpenXR_API_xrGetSystemPropertiesDelegate * __this, uint64_t instance, uint64_t systemId, XrSystemProperties_2 * properties, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, int32_t, VIVE_FacialTracking_OpenXR_API_xrGetSystemPropertiesDelegate_EndInvoke, (VIVE_FacialTracking_OpenXR_API_xrGetSystemPropertiesDelegate * __this, XrSystemProperties_2 * properties, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F6C60, void, VIVE_FacialTracking_OpenXR_API_xrCreateFacialTrackerHTCDelegate__ctor, (VIVE_FacialTracking_OpenXR_API_xrCreateFacialTrackerHTCDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F6D90, int32_t, VIVE_FacialTracking_OpenXR_API_xrCreateFacialTrackerHTCDelegate_Invoke, (VIVE_FacialTracking_OpenXR_API_xrCreateFacialTrackerHTCDelegate * __this, uint64_t session, XrFacialTrackerCreateInfoHTC createInfo, uint64_t * expression, MethodInfo * method)); DO_APP_FUNC(0x01902E60, IAsyncResult *, VIVE_FacialTracking_OpenXR_API_xrCreateFacialTrackerHTCDelegate_BeginInvoke, (VIVE_FacialTracking_OpenXR_API_xrCreateFacialTrackerHTCDelegate * __this, uint64_t session, XrFacialTrackerCreateInfoHTC createInfo, uint64_t * expression, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, int32_t, VIVE_FacialTracking_OpenXR_API_xrCreateFacialTrackerHTCDelegate_EndInvoke, (VIVE_FacialTracking_OpenXR_API_xrCreateFacialTrackerHTCDelegate * __this, uint64_t * expression, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F1FE0, void, VIVE_FacialTracking_OpenXR_API_xrDestroyFacialTrackerHTCDelegate__ctor, (VIVE_FacialTracking_OpenXR_API_xrDestroyFacialTrackerHTCDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, int32_t, VIVE_FacialTracking_OpenXR_API_xrDestroyFacialTrackerHTCDelegate_Invoke, (VIVE_FacialTracking_OpenXR_API_xrDestroyFacialTrackerHTCDelegate * __this, uint64_t facialTracker, MethodInfo * method)); DO_APP_FUNC(0x01902F20, IAsyncResult *, VIVE_FacialTracking_OpenXR_API_xrDestroyFacialTrackerHTCDelegate_BeginInvoke, (VIVE_FacialTracking_OpenXR_API_xrDestroyFacialTrackerHTCDelegate * __this, uint64_t facialTracker, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, int32_t, VIVE_FacialTracking_OpenXR_API_xrDestroyFacialTrackerHTCDelegate_EndInvoke, (VIVE_FacialTracking_OpenXR_API_xrDestroyFacialTrackerHTCDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EB040, void, VIVE_FacialTracking_OpenXR_API_xrGetFacialExpressionsHTCDelegate__ctor, (VIVE_FacialTracking_OpenXR_API_xrGetFacialExpressionsHTCDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, VIVE_FacialTracking_OpenXR_API_xrGetFacialExpressionsHTCDelegate_Invoke, (VIVE_FacialTracking_OpenXR_API_xrGetFacialExpressionsHTCDelegate * __this, uint64_t facialTracker, XrFacialExpressionsHTC * eyeExpressionData, MethodInfo * method)); DO_APP_FUNC(0x01902FA0, IAsyncResult *, VIVE_FacialTracking_OpenXR_API_xrGetFacialExpressionsHTCDelegate_BeginInvoke, (VIVE_FacialTracking_OpenXR_API_xrGetFacialExpressionsHTCDelegate * __this, uint64_t facialTracker, XrFacialExpressionsHTC * eyeExpressionData, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003F53F0, int32_t, VIVE_FacialTracking_OpenXR_API_xrGetFacialExpressionsHTCDelegate_EndInvoke, (VIVE_FacialTracking_OpenXR_API_xrGetFacialExpressionsHTCDelegate * __this, XrFacialExpressionsHTC * eyeExpressionData, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02F7A710, float, CanvasGroup_get_alpha, (CanvasGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7A760, void, CanvasGroup_set_alpha, (CanvasGroup * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02F7A7C0, bool, CanvasGroup_get_interactable, (CanvasGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7A810, void, CanvasGroup_set_interactable, (CanvasGroup * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F7A870, bool, CanvasGroup_get_blocksRaycasts, (CanvasGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7A8C0, void, CanvasGroup_set_blocksRaycasts, (CanvasGroup * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F7A920, bool, CanvasGroup_get_ignoreParentGroups, (CanvasGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7A970, void, CanvasGroup_set_ignoreParentGroups, (CanvasGroup * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F7A870, bool, CanvasGroup_IsRaycastLocationValid, (CanvasGroup * __this, Vector2 sp, Camera * eventCamera, MethodInfo * method)); DO_APP_FUNC(0x02F7A9D0, void, CanvasRenderer_set_hasPopInstruction, (CanvasRenderer * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F7AA30, int32_t, CanvasRenderer_get_materialCount, (CanvasRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7AA80, void, CanvasRenderer_set_materialCount, (CanvasRenderer * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02F7AAE0, void, CanvasRenderer_set_popMaterialCount, (CanvasRenderer * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02F7AB40, int32_t, CanvasRenderer_get_absoluteDepth, (CanvasRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7AB90, bool, CanvasRenderer_get_hasMoved, (CanvasRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7ABE0, bool, CanvasRenderer_get_cullTransparentMesh, (CanvasRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7AC30, void, CanvasRenderer_set_cullTransparentMesh, (CanvasRenderer * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F7AC90, bool, CanvasRenderer_get_cull, (CanvasRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7ACE0, void, CanvasRenderer_set_cull, (CanvasRenderer * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F7AD40, void, CanvasRenderer_SetColor, (CanvasRenderer * __this, Color color, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8310, CanvasRenderer_SetColor__MethodInfo); DO_APP_FUNC(0x02F7ADA0, Color, CanvasRenderer_GetColor, (CanvasRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7AE10, void, CanvasRenderer_EnableRectClipping, (CanvasRenderer * __this, Rect rect, MethodInfo * method)); DO_APP_FUNC(0x02F7AE70, void, CanvasRenderer_set_clippingSoftness, (CanvasRenderer * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02F7AED0, void, CanvasRenderer_DisableRectClipping, (CanvasRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7AF20, void, CanvasRenderer_SetMaterial, (CanvasRenderer * __this, Material * material, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02F7AF90, Material *, CanvasRenderer_GetMaterial, (CanvasRenderer * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02F7AFF0, void, CanvasRenderer_SetPopMaterial, (CanvasRenderer * __this, Material * material, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02F7B060, void, CanvasRenderer_SetTexture, (CanvasRenderer * __this, Texture * texture, MethodInfo * method)); DO_APP_FUNC(0x02F7B0C0, void, CanvasRenderer_SetAlphaTexture, (CanvasRenderer * __this, Texture * texture, MethodInfo * method)); DO_APP_FUNC(0x02F7B120, void, CanvasRenderer_SetMesh, (CanvasRenderer * __this, Mesh * mesh, MethodInfo * method)); DO_APP_FUNC(0x02F7B180, void, CanvasRenderer_Clear, (CanvasRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7B1D0, void, CanvasRenderer_SetMaterial_1, (CanvasRenderer * __this, Material * material, Texture * texture, MethodInfo * method)); DO_APP_FUNC(0x02F7B360, Material *, CanvasRenderer_GetMaterial_1, (CanvasRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7B3C0, void, CanvasRenderer_SplitUIVertexStreams, (List_1_UnityEngine_UIVertex_ * verts, List_1_UnityEngine_Vector3_ * positions, List_1_UnityEngine_Color32_ * colors, List_1_UnityEngine_Vector4_ * uv0S, List_1_UnityEngine_Vector4_ * uv1S, List_1_UnityEngine_Vector4_ * uv2S, List_1_UnityEngine_Vector4_ * uv3S, List_1_UnityEngine_Vector3_ * normals, List_1_UnityEngine_Vector4_ * tangents, List_1_System_Int32_ * indices, MethodInfo * method)); DO_APP_FUNC(0x02F7B4D0, void, CanvasRenderer_CreateUIVertexStream, (List_1_UnityEngine_UIVertex_ * verts, List_1_UnityEngine_Vector3_ * positions, List_1_UnityEngine_Color32_ * colors, List_1_UnityEngine_Vector4_ * uv0S, List_1_UnityEngine_Vector4_ * uv1S, List_1_UnityEngine_Vector4_ * uv2S, List_1_UnityEngine_Vector4_ * uv3S, List_1_UnityEngine_Vector3_ * normals, List_1_UnityEngine_Vector4_ * tangents, List_1_System_Int32_ * indices, MethodInfo * method)); DO_APP_FUNC(0x02F7B560, void, CanvasRenderer_AddUIVertexStream, (List_1_UnityEngine_UIVertex_ * verts, List_1_UnityEngine_Vector3_ * positions, List_1_UnityEngine_Color32_ * colors, List_1_UnityEngine_Vector4_ * uv0S, List_1_UnityEngine_Vector4_ * uv1S, List_1_UnityEngine_Vector4_ * uv2S, List_1_UnityEngine_Vector4_ * uv3S, List_1_UnityEngine_Vector3_ * normals, List_1_UnityEngine_Vector4_ * tangents, MethodInfo * method)); DO_APP_FUNC(0x02F7B5F0, void, CanvasRenderer_SplitIndicesStreamsInternal, (Object * verts, Object * indices, MethodInfo * method)); DO_APP_FUNC(0x02F7B560, void, CanvasRenderer_SplitUIVertexStreamsInternal, (Object * verts, Object * positions, Object * colors, Object * uv0S, Object * uv1S, Object * uv2S, Object * uv3S, Object * normals, Object * tangents, MethodInfo * method)); DO_APP_FUNC(0x02F7B4D0, void, CanvasRenderer_CreateUIVertexStreamInternal, (Object * verts, Object * positions, Object * colors, Object * uv0S, Object * uv1S, Object * uv2S, Object * uv3S, Object * normals, Object * tangents, Object * indices, MethodInfo * method)); DO_APP_FUNC(0x02F7B650, void, CanvasRenderer_SetColor_Injected, (CanvasRenderer * __this, Color * color, MethodInfo * method)); DO_APP_FUNC(0x02F7B6B0, void, CanvasRenderer_GetColor_Injected, (CanvasRenderer * __this, Color * ret, MethodInfo * method)); DO_APP_FUNC(0x02F7B710, void, CanvasRenderer_EnableRectClipping_Injected, (CanvasRenderer * __this, Rect * rect, MethodInfo * method)); DO_APP_FUNC(0x02F7B770, void, CanvasRenderer_set_clippingSoftness_Injected, (CanvasRenderer * __this, Vector2 * value, MethodInfo * method)); DO_APP_FUNC(0x02F7B7D0, Vector2, RectTransformUtility_PixelAdjustPoint, (Vector2 point, Transform * elementTransform, Canvas * canvas, MethodInfo * method)); DO_APP_FUNC(0x02F7B880, Rect, RectTransformUtility_PixelAdjustRect, (RectTransform * rectTransform, Canvas * canvas, MethodInfo * method)); DO_APP_FUNC(0x02F7B930, bool, RectTransformUtility_PointInRectangle, (Vector2 screenPoint, RectTransform * rect, Camera * cam, Vector4 offset, MethodInfo * method)); DO_APP_FUNC(0x02F7B9E0, bool, RectTransformUtility_RectangleContainsScreenPoint, (RectTransform * rect, Vector2 screenPoint, Camera * cam, MethodInfo * method)); DO_APP_FUNC(0x02F7BAA0, bool, RectTransformUtility_RectangleContainsScreenPoint_1, (RectTransform * rect, Vector2 screenPoint, Camera * cam, Vector4 offset, MethodInfo * method)); DO_APP_FUNC(0x02F7BBA0, bool, RectTransformUtility_ScreenPointToWorldPointInRectangle, (RectTransform * rect, Vector2 screenPoint, Camera * cam, Vector3 * worldPoint, MethodInfo * method)); DO_APP_FUNC(0x02F7C2D0, bool, RectTransformUtility_ScreenPointToLocalPointInRectangle, (RectTransform * rect, Vector2 screenPoint, Camera * cam, Vector2 * localPoint, MethodInfo * method)); DO_APP_FUNC(0x02F7C440, Ray, RectTransformUtility_ScreenPointToRay, (Camera * cam, Vector2 screenPos, MethodInfo * method)); DO_APP_FUNC(0x02F7C700, Vector2, RectTransformUtility_WorldToScreenPoint, (Camera * cam, Vector3 worldPoint, MethodInfo * method)); DO_APP_FUNC(0x02F7C8A0, void, RectTransformUtility_FlipLayoutOnAxis, (RectTransform * rect, int32_t axis, bool keepPositioning, bool recursive, MethodInfo * method)); DO_APP_FUNC(0x02F7D010, void, RectTransformUtility_FlipLayoutAxes, (RectTransform * rect, bool keepPositioning, bool recursive, MethodInfo * method)); DO_APP_FUNC(0x02F7D680, Vector2, RectTransformUtility_GetTransposed, (Vector2 input, MethodInfo * method)); DO_APP_FUNC(0x02F7D6A0, void, RectTransformUtility__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02F7D760, void, RectTransformUtility_PixelAdjustPoint_Injected, (Vector2 * point, Transform * elementTransform, Canvas * canvas, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02F7D7E0, void, RectTransformUtility_PixelAdjustRect_Injected, (RectTransform * rectTransform, Canvas * canvas, Rect * ret, MethodInfo * method)); DO_APP_FUNC(0x02F7D850, bool, RectTransformUtility_PointInRectangle_Injected, (Vector2 * screenPoint, RectTransform * rect, Camera * cam, Vector4 * offset, MethodInfo * method)); DO_APP_FUNC(0x02F7D8D0, void, Canvas_add_preWillRenderCanvases, (Canvas_WillRenderCanvases * value, MethodInfo * method)); DO_APP_FUNC(0x02F7D9E0, void, Canvas_remove_preWillRenderCanvases, (Canvas_WillRenderCanvases * value, MethodInfo * method)); DO_APP_FUNC(0x02F7DAF0, void, Canvas_add_willRenderCanvases, (Canvas_WillRenderCanvases * value, MethodInfo * method)); DO_APP_FUNC(0x02F7DC00, void, Canvas_remove_willRenderCanvases, (Canvas_WillRenderCanvases * value, MethodInfo * method)); DO_APP_FUNC(0x02F7DD10, RenderMode__Enum, Canvas_get_renderMode, (Canvas * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7DD60, void, Canvas_set_renderMode, (Canvas * __this, RenderMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02F7DDC0, bool, Canvas_get_isRootCanvas, (Canvas * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7DE10, Rect, Canvas_get_pixelRect, (Canvas * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7DE80, float, Canvas_get_scaleFactor, (Canvas * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7DED0, void, Canvas_set_scaleFactor, (Canvas * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02F7DF30, float, Canvas_get_referencePixelsPerUnit, (Canvas * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7DF80, void, Canvas_set_referencePixelsPerUnit, (Canvas * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02F7DFE0, bool, Canvas_get_pixelPerfect, (Canvas * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7E030, float, Canvas_get_planeDistance, (Canvas * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7E080, void, Canvas_set_planeDistance, (Canvas * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02F7E0E0, int32_t, Canvas_get_renderOrder, (Canvas * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7E130, bool, Canvas_get_overrideSorting, (Canvas * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7E180, void, Canvas_set_overrideSorting, (Canvas * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02F7E1E0, int32_t, Canvas_get_sortingOrder, (Canvas * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7E230, void, Canvas_set_sortingOrder, (Canvas * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02F7E290, int32_t, Canvas_get_targetDisplay, (Canvas * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7E2E0, int32_t, Canvas_get_sortingLayerID, (Canvas * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7E330, void, Canvas_set_sortingLayerID, (Canvas * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x02F7E390, AdditionalCanvasShaderChannels__Enum, Canvas_get_additionalShaderChannels, (Canvas * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7E3E0, void, Canvas_set_additionalShaderChannels, (Canvas * __this, AdditionalCanvasShaderChannels__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02F7E440, Canvas *, Canvas_get_rootCanvas, (Canvas * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7E490, Vector2, Canvas_get_renderingDisplaySize, (Canvas * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7E4F0, Action_1_Int32_ *, Canvas_get_externBeginRenderOverlays, (MethodInfo * method)); DO_APP_FUNC(0x02F7E530, void, Canvas_set_externBeginRenderOverlays, (Action_1_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x02F7E5D0, Action_2_Int32_Int32_ *, Canvas_get_externRenderOverlaysBefore, (MethodInfo * method)); DO_APP_FUNC(0x02F7E610, void, Canvas_set_externRenderOverlaysBefore, (Action_2_Int32_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x02F7E6B0, Action_1_Int32_ *, Canvas_get_externEndRenderOverlays, (MethodInfo * method)); DO_APP_FUNC(0x02F7E6F0, void, Canvas_set_externEndRenderOverlays, (Action_1_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x02F7E790, void, Canvas_SetExternalCanvasEnabled, (bool enabled, MethodInfo * method)); DO_APP_FUNC(0x02F7E7E0, Camera *, Canvas_get_worldCamera, (Canvas * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7E830, void, Canvas_set_worldCamera, (Canvas * __this, Camera * value, MethodInfo * method)); DO_APP_FUNC(0x02F7E890, Material *, Canvas_GetDefaultCanvasMaterial, (MethodInfo * method)); DO_APP_FUNC(0x02F7E8E0, Material *, Canvas_GetETC1SupportedCanvasMaterial, (MethodInfo * method)); DO_APP_FUNC(0x02F7E930, void, Canvas_ForceUpdateCanvases, (MethodInfo * method)); DO_APP_FUNC(0x02F7E9D0, void, Canvas_SendPreWillRenderCanvases, (MethodInfo * method)); DO_APP_FUNC(0x02F7EA20, void, Canvas_SendWillRenderCanvases, (MethodInfo * method)); DO_APP_FUNC(0x02F7EA80, void, Canvas_BeginRenderExtraOverlays, (int32_t displayIndex, MethodInfo * method)); DO_APP_FUNC(0x02F7EAE0, void, Canvas_RenderExtraOverlaysBefore, (int32_t displayIndex, int32_t sortingOrder, MethodInfo * method)); DO_APP_FUNC(0x02F7EB50, void, Canvas_EndRenderExtraOverlays, (int32_t displayIndex, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, Canvas__ctor, (Canvas * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7EBB0, void, Canvas_get_pixelRect_Injected, (Canvas * __this, Rect * ret, MethodInfo * method)); DO_APP_FUNC(0x02F7EC10, void, Canvas_get_renderingDisplaySize_Injected, (Canvas * __this, Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, Canvas_WillRenderCanvases__ctor, (Canvas_WillRenderCanvases * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, Canvas_WillRenderCanvases_Invoke, (Canvas_WillRenderCanvases * __this, MethodInfo * method)); DO_APP_FUNC(0x02F7EC70, void, UISystemProfilerApi_BeginSample, (UISystemProfilerApi_SampleType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02F7ECC0, void, UISystemProfilerApi_EndSample, (UISystemProfilerApi_SampleType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x02F7ED10, void, UISystemProfilerApi_AddMarker, (String * name, Object_1 * obj, MethodInfo * method)); DO_APP_FUNC(0x00B7EE30, void, HeightFogGlobal_OnEnable, (HeightFogGlobal * __this, MethodInfo * method)); DO_APP_FUNC(0x00B7FBB0, void, HeightFogGlobal_OnDisable, (HeightFogGlobal * __this, MethodInfo * method)); DO_APP_FUNC(0x00B7FCB0, void, HeightFogGlobal_Update, (HeightFogGlobal * __this, MethodInfo * method)); DO_APP_FUNC(0x00B80810, void, HeightFogGlobal_GetCamera, (HeightFogGlobal * __this, MethodInfo * method)); DO_APP_FUNC(0x00B809A0, void, HeightFogGlobal_GetDirectional, (HeightFogGlobal * __this, MethodInfo * method)); DO_APP_FUNC(0x00B80BC0, void, HeightFogGlobal_SetLocalMaterial, (HeightFogGlobal * __this, MethodInfo * method)); DO_APP_FUNC(0x00B813C0, void, HeightFogGlobal_SetGlobalMaterials, (HeightFogGlobal * __this, MethodInfo * method)); DO_APP_FUNC(0x00B82040, void, HeightFogGlobal_SetFogSphereSize, (HeightFogGlobal * __this, MethodInfo * method)); DO_APP_FUNC(0x00B821C0, void, HeightFogGlobal_SetFogSpherePosition, (HeightFogGlobal * __this, MethodInfo * method)); DO_APP_FUNC(0x00B82340, void, HeightFogGlobal_SetRenderQueue, (HeightFogGlobal * __this, MethodInfo * method)); DO_APP_FUNC(0x00B823C0, void, HeightFogGlobal__ctor, (HeightFogGlobal * __this, MethodInfo * method)); DO_APP_FUNC(0x00B82520, void, HeightFogOverride_Start, (HeightFogOverride * __this, MethodInfo * method)); DO_APP_FUNC(0x00B82AB0, void, HeightFogOverride_OnDisable, (HeightFogOverride * __this, MethodInfo * method)); DO_APP_FUNC(0x00B82BE0, void, HeightFogOverride_OnDestroy, (HeightFogOverride * __this, MethodInfo * method)); DO_APP_FUNC(0x00B82D10, void, HeightFogOverride_Update, (HeightFogOverride * __this, MethodInfo * method)); DO_APP_FUNC(0x00B838C0, void, HeightFogOverride_OnDrawGizmos, (HeightFogOverride * __this, MethodInfo * method)); DO_APP_FUNC(0x00B84AD0, void, HeightFogOverride_GetCamera, (HeightFogOverride * __this, MethodInfo * method)); DO_APP_FUNC(0x00B84C60, void, HeightFogOverride_GetDirectional, (HeightFogOverride * __this, MethodInfo * method)); DO_APP_FUNC(0x00B84E80, void, HeightFogOverride_SetLocalMaterial, (HeightFogOverride * __this, MethodInfo * method)); DO_APP_FUNC(0x00B85690, void, HeightFogOverride__ctor, (HeightFogOverride * __this, MethodInfo * method)); DO_APP_FUNC(0x02DDD560, bool, TextGenerationSettings_CompareColors, (TextGenerationSettings * __this, Color left, Color right, MethodInfo * method)); DO_APP_FUNC(0x02DDD5D0, bool, TextGenerationSettings_CompareVector2, (TextGenerationSettings * __this, Vector2 left, Vector2 right, MethodInfo * method)); DO_APP_FUNC(0x02DDD610, bool, TextGenerationSettings_Equals, (TextGenerationSettings * __this, TextGenerationSettings other, MethodInfo * method)); DO_APP_FUNC(0x02DDD9B0, void, TextGenerator__ctor, (TextGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02DDD9C0, void, TextGenerator__ctor_1, (TextGenerator * __this, int32_t initialCapacity, MethodInfo * method)); DO_APP_FUNC(0x02DDDDF0, void, TextGenerator_Finalize, (TextGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02DDDE60, void, TextGenerator_System_IDisposable_Dispose, (TextGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02DDDF10, int32_t, TextGenerator_get_characterCountVisible, (TextGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02DDDF70, TextGenerationSettings, TextGenerator_ValidatedSettings, (TextGenerator * __this, TextGenerationSettings settings, MethodInfo * method)); DO_APP_FUNC(0x02DDE490, void, TextGenerator_Invalidate, (TextGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02DDE4A0, void, TextGenerator_GetCharacters, (TextGenerator * __this, List_1_UnityEngine_UICharInfo_ * characters, MethodInfo * method)); DO_APP_FUNC(0x02DDE500, void, TextGenerator_GetLines, (TextGenerator * __this, List_1_UnityEngine_UILineInfo_ * lines, MethodInfo * method)); DO_APP_FUNC(0x02DDE560, void, TextGenerator_GetVertices, (TextGenerator * __this, List_1_UnityEngine_UIVertex_ * vertices, MethodInfo * method)); DO_APP_FUNC(0x02DDE5C0, float, TextGenerator_GetPreferredWidth, (TextGenerator * __this, String * str, TextGenerationSettings settings, MethodInfo * method)); DO_APP_FUNC(0x02DDE680, float, TextGenerator_GetPreferredHeight, (TextGenerator * __this, String * str, TextGenerationSettings settings, MethodInfo * method)); DO_APP_FUNC(0x02DDE740, bool, TextGenerator_PopulateWithErrors, (TextGenerator * __this, String * str, TextGenerationSettings settings, GameObject * context, MethodInfo * method)); DO_APP_FUNC(0x02DDE960, bool, TextGenerator_Populate, (TextGenerator * __this, String * str, TextGenerationSettings settings, MethodInfo * method)); DO_APP_FUNC(0x02DDE9C0, TextGenerationError__Enum, TextGenerator_PopulateWithError, (TextGenerator * __this, String * str, TextGenerationSettings settings, MethodInfo * method)); DO_APP_FUNC(0x02DDEAE0, TextGenerationError__Enum, TextGenerator_PopulateAlways, (TextGenerator * __this, String * str, TextGenerationSettings settings, MethodInfo * method)); DO_APP_FUNC(0x02DDEFB0, IList_1_UnityEngine_UIVertex_ *, TextGenerator_get_verts, (TextGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02DDF030, IList_1_UnityEngine_UICharInfo_ *, TextGenerator_get_characters, (TextGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02DDF0B0, IList_1_UnityEngine_UILineInfo_ *, TextGenerator_get_lines, (TextGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02DDF130, Rect, TextGenerator_get_rectExtents, (TextGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02DDF1A0, int32_t, TextGenerator_get_characterCount, (TextGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02DDF1F0, int32_t, TextGenerator_get_lineCount, (TextGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02DDF240, int32_t, TextGenerator_get_fontSizeUsedForBestFit, (TextGenerator * __this, MethodInfo * method)); DO_APP_FUNC(0x02DDF290, void *, TextGenerator_Internal_Create, (MethodInfo * method)); DO_APP_FUNC(0x02DDF2E0, void, TextGenerator_Internal_Destroy, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x02DDF330, bool, TextGenerator_Populate_Internal, (TextGenerator * __this, String * str, Font * font, Color color, int32_t fontSize, float scaleFactor, float lineSpacing, FontStyle__Enum style, bool richText, bool resizeTextForBestFit, int32_t resizeTextMinSize, int32_t resizeTextMaxSize, int32_t verticalOverFlow, int32_t horizontalOverflow, bool updateBounds, TextAnchor__Enum anchor, float extentsX, float extentsY, float pivotX, float pivotY, bool generateOutOfBounds, bool alignByGeometry, uint32_t * error, MethodInfo * method)); DO_APP_FUNC(0x02DDF4D0, bool, TextGenerator_Populate_Internal_1, (TextGenerator * __this, String * str, Font * font, Color color, int32_t fontSize, float scaleFactor, float lineSpacing, FontStyle__Enum style, bool richText, bool resizeTextForBestFit, int32_t resizeTextMinSize, int32_t resizeTextMaxSize, VerticalWrapMode__Enum verticalOverFlow, HorizontalWrapMode__Enum horizontalOverflow, bool updateBounds, TextAnchor__Enum anchor, Vector2 extents, Vector2 pivot, bool generateOutOfBounds, bool alignByGeometry, TextGenerationError__Enum * error, MethodInfo * method)); DO_APP_FUNC(0x02DDE560, void, TextGenerator_GetVerticesInternal, (TextGenerator * __this, Object * vertices, MethodInfo * method)); DO_APP_FUNC(0x02DDE4A0, void, TextGenerator_GetCharactersInternal, (TextGenerator * __this, Object * characters, MethodInfo * method)); DO_APP_FUNC(0x02DDE500, void, TextGenerator_GetLinesInternal, (TextGenerator * __this, Object * lines, MethodInfo * method)); DO_APP_FUNC(0x02DDF790, void, TextGenerator_get_rectExtents_Injected, (TextGenerator * __this, Rect * ret, MethodInfo * method)); DO_APP_FUNC(0x02DDF7F0, bool, TextGenerator_Populate_Internal_Injected, (TextGenerator * __this, String * str, Font * font, Color * color, int32_t fontSize, float scaleFactor, float lineSpacing, FontStyle__Enum style, bool richText, bool resizeTextForBestFit, int32_t resizeTextMinSize, int32_t resizeTextMaxSize, int32_t verticalOverFlow, int32_t horizontalOverflow, bool updateBounds, TextAnchor__Enum anchor, float extentsX, float extentsY, float pivotX, float pivotY, bool generateOutOfBounds, bool alignByGeometry, uint32_t * error, MethodInfo * method)); DO_APP_FUNC(0x02DDF8D0, void, TextMesh_set_text, (TextMesh * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02DDF930, int32_t, CharacterInfo_get_advance, (CharacterInfo * __this, MethodInfo * method)); DO_APP_FUNC(0x02DDF990, void, UIVertex__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02DDFBE0, void, Font_add_textureRebuilt, (Action_1_UnityEngine_Font_ * value, MethodInfo * method)); DO_APP_FUNC(0x02DDFD10, void, Font_remove_textureRebuilt, (Action_1_UnityEngine_Font_ * value, MethodInfo * method)); DO_APP_FUNC(0x02DDFE40, Material *, Font_get_material, (Font * __this, MethodInfo * method)); DO_APP_FUNC(0x02DDFE90, bool, Font_get_dynamic, (Font * __this, MethodInfo * method)); DO_APP_FUNC(0x02DDFEE0, int32_t, Font_get_fontSize, (Font * __this, MethodInfo * method)); DO_APP_FUNC(0x02DDFF30, void, Font__ctor, (Font * __this, MethodInfo * method)); DO_APP_FUNC(0x02DDFFC0, void, Font_InvokeTextureRebuilt_Internal, (Font * font, MethodInfo * method)); DO_APP_FUNC(0x02DE0040, bool, Font_HasCharacter, (Font * __this, uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x02DE00A0, bool, Font_HasCharacter_1, (Font * __this, int32_t c, MethodInfo * method)); DO_APP_FUNC(0x02DE0100, void, Font_Internal_CreateFont, (Font * self, String * name, MethodInfo * method)); DO_APP_FUNC(0x02DE0160, bool, Font_GetCharacterInfo, (Font * __this, uint16_t ch, CharacterInfo * info, int32_t size, FontStyle__Enum style, MethodInfo * method)); DO_APP_FUNC(0x02DE01F0, bool, Font_GetCharacterInfo_1, (Font * __this, uint16_t ch, CharacterInfo * info, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x02DE0280, void, Font_RequestCharactersInTexture, (Font * __this, String * characters, int32_t size, FontStyle__Enum style, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, Font_FontTextureRebuildCallback__ctor, (Font_FontTextureRebuildCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, Font_FontTextureRebuildCallback_Invoke, (Font_FontTextureRebuildCallback * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CombinedMeshData__ctor, (CombinedMeshData * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACD900, void, CombineShadow_OnDestroy, (CombineShadow * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CombineShadow_Start, (CombineShadow * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CombineShadow_Update, (CombineShadow * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CombineShadow_OnDrawGizmos, (CombineShadow * __this, MethodInfo * method)); DO_APP_FUNC(0x00BA4080, void, CombineShadow_CallOnDelete, (CombineShadow * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, CombineShadow__ctor, (CombineShadow * __this, MethodInfo * method)); DO_APP_FUNC(0x00BA40B0, void, EasyCombine_add_OnProcessStepCompleted, (EasyCombine_ProcessStepCompleted * value, MethodInfo * method)); DO_APP_FUNC(0x00BA4200, void, EasyCombine_remove_OnProcessStepCompleted, (EasyCombine_ProcessStepCompleted * value, MethodInfo * method)); DO_APP_FUNC(0x00BA4350, void, EasyCombine_TranformToSpace, (Transform * parent, Mesh * mesh, MethodInfo * method)); DO_APP_FUNC(0x00BA49C0, GameObject *, EasyCombine_CombineInstatiate, (IList_1_UnityEngine_GameObject_ * gameObjects, Transform * parent, SplitMode__Enum splitMode, UV2Mode__Enum uv2Mode, bool optimize, bool recalculateNormals, MethodInfo * method)); DO_APP_FUNC(0x00BA57A0, GameObject *, EasyCombine_CombineInstantiate, (IList_1_UnityEngine_GameObject_ * gameObjects, Transform * parent, UV2Mode__Enum uv2Mode, bool optimize, bool recalculateNormals, MethodInfo * method)); DO_APP_FUNC(0x00BA5830, GameObject *, EasyCombine_CombineInstatiate_1, (IList_1_UnityEngine_GameObject_ * gameObjects, Transform * parent, UV2Mode__Enum uv2Mode, bool optimize, bool recalculateNormals, MethodInfo * method)); DO_APP_FUNC(0x00BA5F80, CombinedMeshData *, EasyCombine_Combine, (IList_1_UnityEngine_GameObject_ * gameObjects, UV2Mode__Enum uv2Mode, bool optimize, bool recalculateNormals, MethodInfo * method)); DO_APP_FUNC(0x00BA6480, void, EasyCombine_Revert, (CombineShadow * shadow, bool delete_1, bool deleteAsset, MethodInfo * method)); DO_APP_FUNC(0x00BA66D0, void, EasyCombine_Finalize, (CombineShadow * shadow, MethodInfo * method)); DO_APP_FUNC(0x00BA6B60, void, EasyCombine_Weld, (Mesh * mesh, float threshold, float thresholdDirection, float bucketStep, MethodInfo * method)); DO_APP_FUNC(0x00BA76A0, void, EasyCombine_SetActiveAll, (IList_1_UnityEngine_GameObject_ * objects, bool active, MethodInfo * method)); DO_APP_FUNC(0x00BA7A70, Dictionary_2_UnityEngine_Material_IList_1_UnityEngine_GameObject_ *, EasyCombine_GetObjectsByMaterial, (IList_1_UnityEngine_GameObject_ * gameObjects, MethodInfo * method)); DO_APP_FUNC(0x00BA7C00, Dictionary_2_UnityEngine_Shader_IList_1_UnityEngine_GameObject_ *, EasyCombine_GetObjectsByShader, (IList_1_UnityEngine_GameObject_ * gameObjects, MethodInfo * method)); DO_APP_FUNC(0x00BA7D90, Dictionary_2_UnityEngine_Material_ch_sycoforge_Combine_MeshTransform_ *, EasyCombine_CollapseMaterials, (Dictionary_2_UnityEngine_Material_List_1_ch_sycoforge_Combine_MeshTransform_ * mappings, UV2Mode__Enum uv2Mode, MethodInfo * method)); DO_APP_FUNC(0x00BA86A0, Dictionary_2_UnityEngine_Material_List_1_ch_sycoforge_Combine_MeshTransform_ *, EasyCombine_GetMaterialMeshes, (IList_1_UnityEngine_GameObject_ * gameObjects, int32_t * count, MethodInfo * method)); DO_APP_FUNC(0x00BA8F40, Mesh *, EasyCombine_MeshFromSubMesh, (Mesh * source, int32_t subMesh, MethodInfo * method)); DO_APP_FUNC(0x00BA97B0, Int32__Array *, EasyCombine_GetTriangleData, (Int32__Array * triangles, MethodInfo * method)); DO_APP_FUNC(0x00BA9830, Int32__Array *, EasyCombine_GetUniqueIndices, (Int32__Array * triangles, MethodInfo * method)); DO_APP_FUNC(0x00BA99A0, IList_1_UnityEngine_GameObject_ *, EasyCombine_GetChildObjects, (IList_1_UnityEngine_GameObject_ * gameObjects, MethodInfo * method)); DO_APP_FUNC(0x00BA9EC0, void, EasyCombine_InitializeProgressReport, (int32_t overallSteps, MethodInfo * method)); DO_APP_FUNC(0x00BA9F30, void, EasyCombine_ForceProcessCompleted, (MethodInfo * method)); DO_APP_FUNC(0x00BA9FE0, void, EasyCombine_CallProcessStepCompleted, (bool combining, MethodInfo * method)); DO_APP_FUNC(0x00BAA100, Material *, EasyCombine__GetObjectsByMaterial_b__0, (Renderer * renderer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95A98, EasyCombine__GetObjectsByMaterial_b__0__MethodInfo); DO_APP_FUNC(0x00BAA160, Shader *, EasyCombine__GetObjectsByShader_b__2, (Renderer * renderer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95A70, EasyCombine__GetObjectsByShader_b__2__MethodInfo); DO_APP_FUNC(0x00BAA210, void, EasyCombine__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00BAA270, void, EasyCombine_UnwrapMethod__ctor, (EasyCombine_UnwrapMethod * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BAA3B0, void, EasyCombine_UnwrapMethod_Invoke, (EasyCombine_UnwrapMethod * __this, Mesh * mesh, float hardAngle, float margin, MethodInfo * method)); DO_APP_FUNC(0x00BAA3D0, IAsyncResult *, EasyCombine_UnwrapMethod_BeginInvoke, (EasyCombine_UnwrapMethod * __this, Mesh * mesh, float hardAngle, float margin, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, EasyCombine_UnwrapMethod_EndInvoke, (EasyCombine_UnwrapMethod * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00BAA470, void, EasyCombine_ProcessStepCompleted__ctor, (EasyCombine_ProcessStepCompleted * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BAA5A0, void, EasyCombine_ProcessStepCompleted_Invoke, (EasyCombine_ProcessStepCompleted * __this, int32_t stepsDone, int32_t overallSteps, float progress, bool combining, MethodInfo * method)); DO_APP_FUNC(0x00BAA5C0, IAsyncResult *, EasyCombine_ProcessStepCompleted_BeginInvoke, (EasyCombine_ProcessStepCompleted * __this, int32_t stepsDone, int32_t overallSteps, float progress, bool combining, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, EasyCombine_ProcessStepCompleted_EndInvoke, (EasyCombine_ProcessStepCompleted * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x00BAA6B0, Mesh *, GameObjectExtension_GetMesh, (GameObject * obj, MethodInfo * method)); DO_APP_FUNC(0x00BAA8E0, void, MeshExtensions_Combine, (Mesh * mesh, MeshTransform__Array * meshes, bool merge, bool transform, MethodInfo * method)); DO_APP_FUNC(0x00BAB650, void, MeshExtensions_OffsetTriangles, (IList_1_System_Int32_ * triangles, int32_t offset, MethodInfo * method)); DO_APP_FUNC(0x00BAB870, void, MeshExtensions_TransformVertices, (IList_1_UnityEngine_Vector3_ * vertices, Matrix4x4 matrix, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MeshTransform__ctor, (MeshTransform * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8C5C0, void, IntegratedSubsystem_SetHandle, (IntegratedSubsystem * __this, IntegratedSubsystem * subsystem, MethodInfo * method)); DO_APP_FUNC(0x02D8C620, void, IntegratedSubsystem_Start, (IntegratedSubsystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8C670, void, IntegratedSubsystem_Stop, (IntegratedSubsystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8C6C0, void, IntegratedSubsystem_Destroy, (IntegratedSubsystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8C930, bool, IntegratedSubsystem_get_running, (IntegratedSubsystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8C9D0, bool, IntegratedSubsystem_get_valid, (IntegratedSubsystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8CA20, bool, IntegratedSubsystem_IsRunning, (IntegratedSubsystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IntegratedSubsystem__ctor, (IntegratedSubsystem * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8CA70, void, SubsystemBindings_DestroySubsystem, (void * nativePtr, MethodInfo * method)); DO_APP_FUNC(0x02D8CAC0, String *, IntegratedSubsystemDescriptor_get_id, (IntegratedSubsystemDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02441AD0, ISubsystem *, IntegratedSubsystemDescriptor_UnityEngine_ISubsystemDescriptor_Create, (IntegratedSubsystemDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IntegratedSubsystemDescriptor__ctor, (IntegratedSubsystemDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8CB10, void *, SubsystemDescriptorBindings_Create, (void * descriptorPtr, MethodInfo * method)); DO_APP_FUNC(0x02D8CB60, String *, SubsystemDescriptorBindings_GetId, (void * descriptorPtr, MethodInfo * method)); DO_APP_FUNC(0x02D8CBB0, void, Subsystem_Destroy, (Subsystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Subsystem__ctor, (Subsystem * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, SubsystemDescriptor_get_id, (SubsystemDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02441AD0, ISubsystem *, SubsystemDescriptor_UnityEngine_ISubsystemDescriptor_Create, (SubsystemDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SubsystemDescriptor__ctor, (SubsystemDescriptor * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8CC90, void, Internal_SubsystemDescriptors_Internal_AddDescriptor, (SubsystemDescriptor * descriptor, MethodInfo * method)); DO_APP_FUNC(0x02D8CD40, void, SubsystemManager_ReloadSubsystemsStarted, (MethodInfo * method)); DO_APP_FUNC(0x02D8CE30, void, SubsystemManager_ReloadSubsystemsCompleted, (MethodInfo * method)); DO_APP_FUNC(0x02D8CF20, void, SubsystemManager_InitializeIntegratedSubsystem, (void * ptr, IntegratedSubsystem * subsystem, MethodInfo * method)); DO_APP_FUNC(0x02D8D050, void, SubsystemManager_ClearSubsystems, (MethodInfo * method)); DO_APP_FUNC(0x02D8D2F0, void, SubsystemManager_StaticConstructScriptingClassMap, (MethodInfo * method)); DO_APP_FUNC(0x02D8D340, void, SubsystemManager__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D8D5E0, IntegratedSubsystem *, SubsystemManager_GetIntegratedSubsystemByPtr, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x02D8D760, void, SubsystemManager_RemoveIntegratedSubsystemByPtr, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x02D8D910, void, SubsystemManager_AddStandaloneSubsystem, (SubsystemWithProvider * subsystem, MethodInfo * method)); DO_APP_FUNC(0x02D8D9E0, bool, SubsystemManager_RemoveStandaloneSubsystem, (SubsystemWithProvider * subsystem, MethodInfo * method)); DO_APP_FUNC(0x02D8DA70, SubsystemWithProvider *, SubsystemManager_FindStandaloneSubsystemByDescriptor, (SubsystemDescriptorWithProvider * descriptor, MethodInfo * method)); DO_APP_FUNC(0x02D8DC20, bool, SubsystemManager_RemoveDeprecatedSubsystem, (Subsystem * subsystem, MethodInfo * method)); DO_APP_FUNC(0x02D8DCB0, void, SubsystemDescriptorStore_InitializeManagedDescriptor, (void * ptr, IntegratedSubsystemDescriptor * desc, MethodInfo * method)); DO_APP_FUNC(0x02D8DD90, void, SubsystemDescriptorStore_ClearManagedDescriptors, (MethodInfo * method)); DO_APP_FUNC(0x02D8DF90, void, SubsystemDescriptorStore_ReportSingleSubsystemAnalytics, (String * id, MethodInfo * method)); DO_APP_FUNC(0x02D8DFE0, void, SubsystemDescriptorStore_RegisterDescriptor, (SubsystemDescriptorWithProvider * descriptor, MethodInfo * method)); DO_APP_FUNC(0x02D8E080, void, SubsystemDescriptorStore_RegisterDeprecatedDescriptor, (SubsystemDescriptor * descriptor, MethodInfo * method)); DO_APP_FUNC(0x02D8E100, void, SubsystemDescriptorStore__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, SubsystemDescriptorWithProvider_get_id, (SubsystemDescriptorWithProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, SubsystemDescriptorWithProvider_set_id, (SubsystemDescriptorWithProvider * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Type *, SubsystemDescriptorWithProvider_get_providerType, (SubsystemDescriptorWithProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, SubsystemDescriptorWithProvider_set_providerType, (SubsystemDescriptorWithProvider * __this, Type * value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Type *, SubsystemDescriptorWithProvider_get_subsystemTypeOverride, (SubsystemDescriptorWithProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, SubsystemDescriptorWithProvider_set_subsystemTypeOverride, (SubsystemDescriptorWithProvider * __this, Type * value, MethodInfo * method)); DO_APP_FUNC(0x02441AD0, ISubsystem *, SubsystemDescriptorWithProvider_UnityEngine_ISubsystemDescriptor_Create, (SubsystemDescriptorWithProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SubsystemDescriptorWithProvider__ctor, (SubsystemDescriptorWithProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SubsystemProvider__ctor, (SubsystemProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8E360, void, SubsystemWithProvider_Start, (SubsystemWithProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8E3A0, void, SubsystemWithProvider_Stop, (SubsystemWithProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8E3E0, void, SubsystemWithProvider_Destroy, (SubsystemWithProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, SubsystemWithProvider_get_running, (SubsystemWithProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, SubsystemWithProvider_set_running, (SubsystemWithProvider * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, SubsystemProvider *, SubsystemWithProvider_get_providerBase, (SubsystemWithProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, SubsystemWithProvider_set_providerBase, (SubsystemWithProvider * __this, SubsystemProvider * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SubsystemWithProvider__ctor, (SubsystemWithProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, BakeryAlwaysRender__ctor, (BakeryAlwaysRender * __this, MethodInfo * method)); DO_APP_FUNC(0x00A828D0, void, BakeryDirectLight__ctor, (BakeryDirectLight * __this, MethodInfo * method)); DO_APP_FUNC(0x00A82960, BakeryLightmapGroupPlain, BakeryLightmapGroup_GetPlainStruct, (BakeryLightmapGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x00A82B10, void, BakeryLightmapGroup__ctor, (BakeryLightmapGroup * __this, MethodInfo * method)); DO_APP_FUNC(0x00A82C50, void, BakeryLightmapGroupSelector__ctor, (BakeryLightmapGroupSelector * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, BakeryLightmappedPrefab__ctor, (BakeryLightmappedPrefab * __this, MethodInfo * method)); DO_APP_FUNC(0x00A82CA0, void, BakeryLightMesh_OnDrawGizmosSelected, (BakeryLightMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x00A82F40, void, BakeryLightMesh__ctor, (BakeryLightMesh * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, BakeryPackAsSingleSquare__ctor, (BakeryPackAsSingleSquare * __this, MethodInfo * method)); DO_APP_FUNC(0x00A82FE0, void, BakeryPointLight__ctor, (BakeryPointLight * __this, MethodInfo * method)); DO_APP_FUNC(0x00A83080, void, BakerySector_OnDrawGizmosSelected, (BakerySector * __this, MethodInfo * method)); DO_APP_FUNC(0x00A83360, void, BakerySector__ctor, (BakerySector * __this, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, BakerySectorCapture__ctor, (BakerySectorCapture * __this, MethodInfo * method)); DO_APP_FUNC(0x00A83560, void, BakerySkyLight__ctor, (BakerySkyLight * __this, MethodInfo * method)); DO_APP_FUNC(0x00A83650, Vector3, BakeryVolume_GetMin, (BakeryVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x00A836A0, Vector3, BakeryVolume_GetInvSize, (BakeryVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x00A83700, Matrix4x4, BakeryVolume_GetMatrix, (BakeryVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x00A83AF0, void, BakeryVolume_SetGlobalParams, (BakeryVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x00A83EE0, void, BakeryVolume_UpdateBounds, (BakeryVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x00A84010, void, BakeryVolume_OnEnable, (BakeryVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x00A840C0, void, BakeryVolume__ctor, (BakeryVolume * __this, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, ftGlobalStorage__ctor, (ftGlobalStorage * __this, MethodInfo * method)); DO_APP_FUNC(0x00A84200, void, ftLightmaps__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00A842D0, void, ftLightmaps_SetDirectionalMode, (MethodInfo * method)); DO_APP_FUNC(0x00A843A0, void, ftLightmaps_OnSceneChangedPlay, (Scene prev, Scene next, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86638, ftLightmaps_OnSceneChangedPlay__MethodInfo); DO_APP_FUNC(0x00A843F0, void, ftLightmaps_RefreshFull, (MethodInfo * method)); DO_APP_FUNC(0x00A84670, GameObject *, ftLightmaps_FindInScene, (String * nm, Scene scn, MethodInfo * method)); DO_APP_FUNC(0x00A848E0, Texture2D *, ftLightmaps_GetEmptyDirectionTex, (ftLightmapsStorage * storage, MethodInfo * method)); DO_APP_FUNC(0x00A84900, void, ftLightmaps_RefreshScene, (Scene scene, ftLightmapsStorage * storage, bool updateNonBaked, MethodInfo * method)); DO_APP_FUNC(0x00A86C70, void, ftLightmaps_UnloadScene, (ftLightmapsStorage * storage, MethodInfo * method)); DO_APP_FUNC(0x00A86F90, void, ftLightmaps_RefreshScene2, (Scene scene, ftLightmapsStorage * storage, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ftLightmaps__ctor, (ftLightmaps * __this, MethodInfo * method)); DO_APP_FUNC(0x00A873A0, void, ftLightmapsStorage_Awake, (ftLightmapsStorage * __this, MethodInfo * method)); DO_APP_FUNC(0x00A874A0, void, ftLightmapsStorage_Start, (ftLightmapsStorage * __this, MethodInfo * method)); DO_APP_FUNC(0x00A875A0, void, ftLightmapsStorage_OnDestroy, (ftLightmapsStorage * __this, MethodInfo * method)); DO_APP_FUNC(0x00A875F0, void, ftLightmapsStorage__ctor, (ftLightmapsStorage * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88040, void, ftLocalStorage__ctor, (ftLocalStorage * __this, MethodInfo * method)); DO_APP_FUNC(0x02B40F80, int32_t, Touch_get_fingerId, (Touch * __this, MethodInfo * method)); DO_APP_FUNC(0x017719A0, Vector2, Touch_get_position, (Touch * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6AB70, void, Touch_set_position, (Touch * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02D6AB80, Vector2, Touch_get_rawPosition, (Touch * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6ABA0, void, Touch_set_rawPosition, (Touch * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x00FDE540, Vector2, Touch_get_deltaPosition, (Touch * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6ABB0, void, Touch_set_deltaPosition, (Touch * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02D6ABC0, float, Touch_get_deltaTime, (Touch * __this, MethodInfo * method)); DO_APP_FUNC(0x01EADAF0, int32_t, Touch_get_tapCount, (Touch * __this, MethodInfo * method)); DO_APP_FUNC(0x01EADB00, TouchPhase__Enum, Touch_get_phase, (Touch * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6ABD0, float, Touch_get_pressure, (Touch * __this, MethodInfo * method)); DO_APP_FUNC(0x02B69440, float, Touch_get_maximumPossiblePressure, (Touch * __this, MethodInfo * method)); DO_APP_FUNC(0x01EADB10, TouchType__Enum, Touch_get_type, (Touch * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6ABE0, float, Touch_get_altitudeAngle, (Touch * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6ABF0, float, Touch_get_azimuthAngle, (Touch * __this, MethodInfo * method)); DO_APP_FUNC(0x02B694A0, float, Touch_get_radius, (Touch * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6AC00, float, Touch_get_radiusVariance, (Touch * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6AC10, GameObject *, CameraRaycastHelper_RaycastTry, (Camera * cam, Ray ray, float distance, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D6AC90, GameObject *, CameraRaycastHelper_RaycastTry2D, (Camera * cam, Ray ray, float distance, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D6AD10, GameObject *, CameraRaycastHelper_RaycastTry_Injected, (Camera * cam, Ray * ray, float distance, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D6AD90, GameObject *, CameraRaycastHelper_RaycastTry2D_Injected, (Camera * cam, Ray * ray, float distance, int32_t layerMask, MethodInfo * method)); DO_APP_FUNC(0x02D6AE10, bool, Input_1_GetKeyInt, (KeyCode__Enum key, MethodInfo * method)); DO_APP_FUNC(0x02D6AE60, bool, Input_1_GetKeyUpInt, (KeyCode__Enum key, MethodInfo * method)); DO_APP_FUNC(0x02D6AEB0, bool, Input_1_GetKeyDownInt, (KeyCode__Enum key, MethodInfo * method)); DO_APP_FUNC(0x02D6AF00, float, Input_1_GetAxis, (String * axisName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97EB8, Input_1_GetAxis__MethodInfo); DO_APP_FUNC(0x02D6AF50, float, Input_1_GetAxisRaw, (String * axisName, MethodInfo * method)); DO_APP_FUNC(0x02D6AFA0, bool, Input_1_GetButton, (String * buttonName, MethodInfo * method)); DO_APP_FUNC(0x02D6AFF0, bool, Input_1_GetButtonDown, (String * buttonName, MethodInfo * method)); DO_APP_FUNC(0x02D6B040, bool, Input_1_GetButtonUp, (String * buttonName, MethodInfo * method)); DO_APP_FUNC(0x02D6B090, bool, Input_1_GetMouseButton, (int32_t button, MethodInfo * method)); DO_APP_FUNC(0x02D6B0E0, bool, Input_1_GetMouseButtonDown, (int32_t button, MethodInfo * method)); DO_APP_FUNC(0x02D6B130, bool, Input_1_GetMouseButtonUp, (int32_t button, MethodInfo * method)); DO_APP_FUNC(0x02D6B180, String__Array *, Input_1_GetJoystickNames, (MethodInfo * method)); DO_APP_FUNC(0x02D6B1D0, Touch, Input_1_GetTouch, (int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02D6AE10, bool, Input_1_GetKey, (KeyCode__Enum key, MethodInfo * method)); DO_APP_FUNC(0x02D6AE60, bool, Input_1_GetKeyUp, (KeyCode__Enum key, MethodInfo * method)); DO_APP_FUNC(0x02D6AEB0, bool, Input_1_GetKeyDown, (KeyCode__Enum key, MethodInfo * method)); DO_APP_FUNC(0x01F54510, bool, Input_1_get_simulateMouseWithTouches, (MethodInfo * method)); DO_APP_FUNC(0x02D6B250, void, Input_1_set_simulateMouseWithTouches, (bool value, MethodInfo * method)); DO_APP_FUNC(0x02D6B2A0, bool, Input_1_get_anyKey, (MethodInfo * method)); DO_APP_FUNC(0x02D6B2F0, Vector3, Input_1_get_mousePosition, (MethodInfo * method)); DO_APP_FUNC(0x02D6B350, Vector2, Input_1_get_mouseScrollDelta, (MethodInfo * method)); DO_APP_FUNC(0x02D6B3B0, IMECompositionMode__Enum, Input_1_get_imeCompositionMode, (MethodInfo * method)); DO_APP_FUNC(0x02D6B400, void, Input_1_set_imeCompositionMode, (IMECompositionMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D6B450, String *, Input_1_get_compositionString, (MethodInfo * method)); DO_APP_FUNC(0x02D6B4A0, Vector2, Input_1_get_compositionCursorPos, (MethodInfo * method)); DO_APP_FUNC(0x02D6B500, void, Input_1_set_compositionCursorPos, (Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x02D6B550, bool, Input_1_get_mousePresent, (MethodInfo * method)); DO_APP_FUNC(0x01F544B0, int32_t, Input_1_get_touchCount, (MethodInfo * method)); DO_APP_FUNC(0x006FF180, bool, Input_1_get_touchPressureSupported, (MethodInfo * method)); DO_APP_FUNC(0x02D6B5A0, bool, Input_1_get_touchSupported, (MethodInfo * method)); DO_APP_FUNC(0x01F545B0, bool, Input_1_get_multiTouchEnabled, (MethodInfo * method)); DO_APP_FUNC(0x02D6B5F0, void, Input_1_set_multiTouchEnabled, (bool value, MethodInfo * method)); DO_APP_FUNC(0x02D6B640, Vector3, Input_1_get_acceleration, (MethodInfo * method)); DO_APP_FUNC(0x02D6B6A0, Touch__Array *, Input_1_get_touches, (MethodInfo * method)); DO_APP_FUNC(0x02D6B830, bool, Input_1_CheckDisabled, (MethodInfo * method)); DO_APP_FUNC(0x02D6B880, void, Input_1_GetTouch_Injected, (int32_t index, Touch * ret, MethodInfo * method)); DO_APP_FUNC(0x02D6B8E0, void, Input_1_get_mousePosition_Injected, (Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D6B930, void, Input_1_get_mouseScrollDelta_Injected, (Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D6B980, void, Input_1_get_compositionCursorPos_Injected, (Vector2 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D6B9D0, void, Input_1_set_compositionCursorPos_Injected, (Vector2 * value, MethodInfo * method)); DO_APP_FUNC(0x02D6BA20, void, Input_1_get_acceleration_Injected, (Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02D6BA70, void, SendMouseEvents_UpdateMouse, (MethodInfo * method)); DO_APP_FUNC(0x02D6BD70, void, SendMouseEvents_SetMouseMoved, (MethodInfo * method)); DO_APP_FUNC(0x02D6BDD0, void, SendMouseEvents_DoSendMouseEvents, (int32_t skipRTCameras, MethodInfo * method)); DO_APP_FUNC(0x02D6CD30, void, SendMouseEvents_SendEvents, (int32_t i, SendMouseEvents_HitInfo hit, MethodInfo * method)); DO_APP_FUNC(0x02D6D450, void, SendMouseEvents__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D6D620, void, SendMouseEvents_HitInfo_SendMessage, (SendMouseEvents_HitInfo * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02D6D650, bool, SendMouseEvents_HitInfo_op_Implicit, (SendMouseEvents_HitInfo exists, MethodInfo * method)); DO_APP_FUNC(0x02D6D830, bool, SendMouseEvents_HitInfo_Compare, (SendMouseEvents_HitInfo lhs, SendMouseEvents_HitInfo rhs, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, AssetFileNameExtensionAttribute__ctor, (AssetFileNameExtensionAttribute * __this, String * preferredExtension, String__Array * otherExtensions, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ThreadAndSerializationSafeAttribute__ctor, (ThreadAndSerializationSafeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WritableAttribute__ctor, (WritableAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UnityEngineModuleAssembly__ctor, (UnityEngineModuleAssembly * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, NativeClassAttribute_set_QualifiedNativeName, (NativeClassAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, NativeClassAttribute_set_Declaration, (NativeClassAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02D89720, void, NativeClassAttribute__ctor, (NativeClassAttribute * __this, String * qualifiedCppName, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, NativeClassAttribute__ctor_1, (NativeClassAttribute * __this, String * qualifiedCppName, String * declaration, MethodInfo * method)); DO_APP_FUNC(0x02D89820, String *, UnityString_Format, (String * fmt, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VisibleToOtherModulesAttribute__ctor, (VisibleToOtherModulesAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VisibleToOtherModulesAttribute__ctor_1, (VisibleToOtherModulesAttribute * __this, String__Array * modules, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, NativeConditionalAttribute_set_Condition, (NativeConditionalAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, NativeConditionalAttribute_set_StubReturnStatement, (NativeConditionalAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, NativeConditionalAttribute_set_Enabled, (NativeConditionalAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D899A0, void, NativeConditionalAttribute__ctor, (NativeConditionalAttribute * __this, String * condition, MethodInfo * method)); DO_APP_FUNC(0x02D89A00, void, NativeConditionalAttribute__ctor_1, (NativeConditionalAttribute * __this, String * condition, String * stubReturnStatement, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, NativeHeaderAttribute_set_Header, (NativeHeaderAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02D89AB0, void, NativeHeaderAttribute__ctor, (NativeHeaderAttribute * __this, String * header, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF590, NativeHeaderAttribute__ctor__MethodInfo); DO_APP_FUNC(0x003BABE0, void, NativeNameAttribute_set_Name, (NativeNameAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x02D89C30, void, NativeNameAttribute__ctor, (NativeNameAttribute * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF578, NativeNameAttribute__ctor__MethodInfo); DO_APP_FUNC(0x003BAD30, void, NativeWritableSelfAttribute_set_WritableSelf, (NativeWritableSelfAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BAD40, void, NativeWritableSelfAttribute__ctor, (NativeWritableSelfAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, NativeMethodAttribute_set_Name, (NativeMethodAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, NativeMethodAttribute_set_IsThreadSafe, (NativeMethodAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF3B0, void, NativeMethodAttribute_set_IsFreeFunction, (NativeMethodAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF3D0, void, NativeMethodAttribute_set_ThrowsException, (NativeMethodAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF3F0, void, NativeMethodAttribute_set_HasExplicitThis, (NativeMethodAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeMethodAttribute__ctor, (NativeMethodAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02D89DB0, void, NativeMethodAttribute__ctor_1, (NativeMethodAttribute * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF568, NativeMethodAttribute__ctor_1__MethodInfo); DO_APP_FUNC(0x02D89F30, void, NativeMethodAttribute__ctor_2, (NativeMethodAttribute * __this, String * name, bool isFreeFunction, MethodInfo * method)); DO_APP_FUNC(0x02D89F60, void, NativeMethodAttribute__ctor_3, (NativeMethodAttribute * __this, String * name, bool isFreeFunction, bool isThreadSafe, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, NativePropertyAttribute_set_TargetType, (NativePropertyAttribute * __this, TargetType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativePropertyAttribute__ctor, (NativePropertyAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02D89FA0, void, NativePropertyAttribute__ctor_1, (NativePropertyAttribute * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02D89FB0, void, NativePropertyAttribute__ctor_2, (NativePropertyAttribute * __this, String * name, bool isFree, TargetType__Enum targetType, MethodInfo * method)); DO_APP_FUNC(0x02D89FF0, void, NativePropertyAttribute__ctor_3, (NativePropertyAttribute * __this, String * name, bool isFree, TargetType__Enum targetType, bool isThreadSafe, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeAsStructAttribute__ctor, (NativeAsStructAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, NativeTypeAttribute_set_Header, (NativeTypeAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, NativeTypeAttribute_set_IntermediateScriptingStructName, (NativeTypeAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, NativeTypeAttribute_set_CodegenOptions, (NativeTypeAttribute * __this, CodegenOptions__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0061D130, void, NativeTypeAttribute__ctor, (NativeTypeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7D0, void, NativeTypeAttribute__ctor_1, (NativeTypeAttribute * __this, CodegenOptions__Enum codegenOptions, MethodInfo * method)); DO_APP_FUNC(0x02D8A030, void, NativeTypeAttribute__ctor_2, (NativeTypeAttribute * __this, String * header, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF560, NativeTypeAttribute__ctor_2__MethodInfo); DO_APP_FUNC(0x02D8A1C0, void, NativeTypeAttribute__ctor_3, (NativeTypeAttribute * __this, CodegenOptions__Enum codegenOptions, String * intermediateStructName, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, NotNullAttribute_2_set_Exception, (NotNullAttribute_2 * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, NotNullAttribute_2__ctor, (NotNullAttribute_2 * __this, String * exception, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UnmarshalledAttribute__ctor, (UnmarshalledAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x00B44790, void, FreeFunctionAttribute__ctor, (FreeFunctionAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8A220, void, FreeFunctionAttribute__ctor_1, (FreeFunctionAttribute * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x02D8A240, void, FreeFunctionAttribute__ctor_2, (FreeFunctionAttribute * __this, String * name, bool isThreadSafe, MethodInfo * method)); DO_APP_FUNC(0x00966850, void, ThreadSafeAttribute__ctor, (ThreadSafeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, StaticAccessorAttribute_set_Name, (StaticAccessorAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, StaticAccessorAttribute_set_Type, (StaticAccessorAttribute * __this, StaticAccessorType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, StaticAccessorAttribute__ctor, (StaticAccessorAttribute * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00A9FD50, void, StaticAccessorAttribute__ctor_1, (StaticAccessorAttribute * __this, String * name, StaticAccessorType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, NativeThrowsAttribute_set_ThrowsException, (NativeThrowsAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BAD40, void, NativeThrowsAttribute__ctor, (NativeThrowsAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, IgnoreAttribute_set_DoesNotContributeToSize, (IgnoreAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IgnoreAttribute__ctor, (IgnoreAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, PreventReadOnlyInstanceModificationAttribute__ctor, (PreventReadOnlyInstanceModificationAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UsedByNativeCodeAttribute__ctor, (UsedByNativeCodeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, UsedByNativeCodeAttribute__ctor_1, (UsedByNativeCodeAttribute * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, UsedByNativeCodeAttribute_set_Name, (UsedByNativeCodeAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RequiredByNativeCodeAttribute__ctor, (RequiredByNativeCodeAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, RequiredByNativeCodeAttribute__ctor_1, (RequiredByNativeCodeAttribute * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, RequiredByNativeCodeAttribute_set_Name, (RequiredByNativeCodeAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, RequiredByNativeCodeAttribute_set_Optional, (RequiredByNativeCodeAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF3B0, void, RequiredByNativeCodeAttribute_set_GenerateProxy, (RequiredByNativeCodeAttribute * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ITilemap__ctor, (ITilemap * __this, MethodInfo * method)); DO_APP_FUNC(0x02DE0360, void, ITilemap_RefreshTile, (ITilemap * __this, Vector3Int position, MethodInfo * method)); DO_APP_FUNC(0x02DE05B0, ITilemap *, ITilemap_CreateInstance, (MethodInfo * method)); DO_APP_FUNC(0x02DE0670, void, ITilemap_FindAllRefreshPositions, (ITilemap * tilemap, int32_t count, void * oldTilesIntPtr, void * newTilesIntPtr, void * positionsIntPtr, MethodInfo * method)); DO_APP_FUNC(0x02DE09D0, void, ITilemap_GetAllTileData, (ITilemap * tilemap, int32_t count, void * tilesIntPtr, void * positionsIntPtr, void * outTileDataIntPtr, MethodInfo * method)); DO_APP_FUNC(0x014BA540, Sprite *, Tile_get_sprite, (Tile * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, Tile_set_sprite, (Tile * __this, Sprite * value, MethodInfo * method)); DO_APP_FUNC(0x02DE0C50, Color, Tile_get_color, (Tile * __this, MethodInfo * method)); DO_APP_FUNC(0x01952160, void, Tile_set_color, (Tile * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x02DE0C60, Matrix4x4, Tile_get_transform, (Tile * __this, MethodInfo * method)); DO_APP_FUNC(0x02DE0C90, void, Tile_set_transform, (Tile * __this, Matrix4x4 value, MethodInfo * method)); DO_APP_FUNC(0x02D53750, GameObject *, Tile_get_gameObject, (Tile * __this, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, Tile_set_gameObject, (Tile * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x02D63800, TileFlags__Enum, Tile_get_flags, (Tile * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC7880, void, Tile_set_flags, (Tile * __this, TileFlags__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02DE0CB0, Tile_ColliderType__Enum, Tile_get_colliderType, (Tile * __this, MethodInfo * method)); DO_APP_FUNC(0x01E07B60, void, Tile_set_colliderType, (Tile * __this, Tile_ColliderType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02DE0CC0, void, Tile_GetTileData, (Tile * __this, Vector3Int position, ITilemap * tilemap, TileData * tileData, MethodInfo * method)); DO_APP_FUNC(0x02DE0D70, void, Tile__ctor, (Tile * __this, MethodInfo * method)); DO_APP_FUNC(0x02DE0E00, void, TileBase_RefreshTile, (TileBase * __this, Vector3Int position, ITilemap * tilemap, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TileBase_GetTileData, (TileBase * __this, Vector3Int position, ITilemap * tilemap, TileData * tileData, MethodInfo * method)); DO_APP_FUNC(0x02DE0E40, TileData, TileBase_GetTileDataNoRef, (TileBase * __this, Vector3Int position, ITilemap * tilemap, MethodInfo * method)); DO_APP_FUNC(0x01C26F90, bool, TileBase_GetTileAnimationData, (TileBase * __this, Vector3Int position, ITilemap * tilemap, TileAnimationData * tileAnimationData, MethodInfo * method)); DO_APP_FUNC(0x02DE0F20, TileAnimationData, TileBase_GetTileAnimationDataNoRef, (TileBase * __this, Vector3Int position, ITilemap * tilemap, MethodInfo * method)); DO_APP_FUNC(0x02DE0F90, void, TileBase_GetTileAnimationDataRef, (TileBase * __this, Vector3Int position, ITilemap * tilemap, TileAnimationData * tileAnimationData, bool * hasAnimation, MethodInfo * method)); DO_APP_FUNC(0x01C26F90, bool, TileBase_StartUp, (TileBase * __this, Vector3Int position, ITilemap * tilemap, GameObject * go, MethodInfo * method)); DO_APP_FUNC(0x02DE0FD0, void, TileBase_StartUpRef, (TileBase * __this, Vector3Int position, ITilemap * tilemap, GameObject * go, bool * startUpInvokedByUser, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, TileBase__ctor, (TileBase * __this, MethodInfo * method)); DO_APP_FUNC(0x02DE1010, void, Tilemap_RefreshTile, (Tilemap * __this, Vector3Int position, MethodInfo * method)); DO_APP_FUNC(0x02DE1070, void, Tilemap_RefreshTilesNative, (Tilemap * __this, Void * positions, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x02DE10E0, void, Tilemap_RefreshTile_Injected, (Tilemap * __this, Vector3Int * position, MethodInfo * method)); DO_APP_FUNC(0x02DE1140, void, TilemapRenderer_RegisterSpriteAtlasRegistered, (TilemapRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02DE11D0, void, TilemapRenderer_UnregisterSpriteAtlasRegistered, (TilemapRenderer * __this, MethodInfo * method)); DO_APP_FUNC(0x02DE1370, void, TilemapRenderer_OnSpriteAtlasRegistered, (TilemapRenderer * __this, SpriteAtlas * atlas, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5C48, TilemapRenderer_OnSpriteAtlasRegistered__MethodInfo); DO_APP_FUNC(0x02DE13D0, void, TileData_set_sprite, (TileData * __this, Sprite * value, MethodInfo * method)); DO_APP_FUNC(0x02BA2780, void, TileData_set_color, (TileData * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x02DE14F0, void, TileData_set_transform, (TileData * __this, Matrix4x4 value, MethodInfo * method)); DO_APP_FUNC(0x02DE1510, void, TileData_set_gameObject, (TileData * __this, GameObject * value, MethodInfo * method)); DO_APP_FUNC(0x0076A710, void, TileData_set_flags, (TileData * __this, TileFlags__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0076A620, void, TileData_set_colliderType, (TileData * __this, Tile_ColliderType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02DE1630, TileData, TileData_CreateDefault, (MethodInfo * method)); DO_APP_FUNC(0x02DE1770, void, TileData__cctor, (MethodInfo * method)); DO_APP_FUNC(0x018FE3D0, void, HtcViveCosmosInputFeature_RegisterDeviceLayout, (HtcViveCosmosInputFeature * __this, MethodInfo * method)); DO_APP_FUNC(0x018FE5F0, void, HtcViveCosmosInputFeature_UnregisterDeviceLayout, (HtcViveCosmosInputFeature * __this, MethodInfo * method)); DO_APP_FUNC(0x018FE6B0, void, HtcViveCosmosInputFeature_RegisterActionMapsWithRuntime, (HtcViveCosmosInputFeature * __this, MethodInfo * method)); DO_APP_FUNC(0x01900C70, void, HtcViveCosmosInputFeature__ctor, (HtcViveCosmosInputFeature * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CC0, AxisControl *, HtcViveCosmosInputFeature_ViveCosmosController_get_grip, (HtcViveCosmosInputFeature_ViveCosmosController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900CD0, void, HtcViveCosmosInputFeature_ViveCosmosController_set_grip, (HtcViveCosmosInputFeature_ViveCosmosController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BC5080, ButtonControl *, HtcViveCosmosInputFeature_ViveCosmosController_get_gripPressed, (HtcViveCosmosInputFeature_ViveCosmosController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BC5090, void, HtcViveCosmosInputFeature_ViveCosmosController_set_gripPressed, (HtcViveCosmosInputFeature_ViveCosmosController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900D30, ButtonControl *, HtcViveCosmosInputFeature_ViveCosmosController_get_secondaryButton, (HtcViveCosmosInputFeature_ViveCosmosController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900D40, void, HtcViveCosmosInputFeature_ViveCosmosController_set_secondaryButton, (HtcViveCosmosInputFeature_ViveCosmosController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCD900, ButtonControl *, HtcViveCosmosInputFeature_ViveCosmosController_get_primaryButton, (HtcViveCosmosInputFeature_ViveCosmosController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCD910, void, HtcViveCosmosInputFeature_ViveCosmosController_set_primaryButton, (HtcViveCosmosInputFeature_ViveCosmosController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA10, ButtonControl *, HtcViveCosmosInputFeature_ViveCosmosController_get_shoulderPressed, (HtcViveCosmosInputFeature_ViveCosmosController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA20, void, HtcViveCosmosInputFeature_ViveCosmosController_set_shoulderPressed, (HtcViveCosmosInputFeature_ViveCosmosController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x00BCDA80, ButtonControl *, HtcViveCosmosInputFeature_ViveCosmosController_get_menu, (HtcViveCosmosInputFeature_ViveCosmosController * __this, MethodInfo * method)); DO_APP_FUNC(0x00BCDA90, void, HtcViveCosmosInputFeature_ViveCosmosController_set_menu, (HtcViveCosmosInputFeature_ViveCosmosController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900DA0, AxisControl *, HtcViveCosmosInputFeature_ViveCosmosController_get_trigger, (HtcViveCosmosInputFeature_ViveCosmosController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900DB0, void, HtcViveCosmosInputFeature_ViveCosmosController_set_trigger, (HtcViveCosmosInputFeature_ViveCosmosController * __this, AxisControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E10, ButtonControl *, HtcViveCosmosInputFeature_ViveCosmosController_get_triggerPressed, (HtcViveCosmosInputFeature_ViveCosmosController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E20, void, HtcViveCosmosInputFeature_ViveCosmosController_set_triggerPressed, (HtcViveCosmosInputFeature_ViveCosmosController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900E80, Vector2Control *, HtcViveCosmosInputFeature_ViveCosmosController_get_joystick, (HtcViveCosmosInputFeature_ViveCosmosController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900E90, void, HtcViveCosmosInputFeature_ViveCosmosController_set_joystick, (HtcViveCosmosInputFeature_ViveCosmosController * __this, Vector2Control * value, MethodInfo * method)); DO_APP_FUNC(0x01900EF0, ButtonControl *, HtcViveCosmosInputFeature_ViveCosmosController_get_joystickClicked, (HtcViveCosmosInputFeature_ViveCosmosController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F00, void, HtcViveCosmosInputFeature_ViveCosmosController_set_joystickClicked, (HtcViveCosmosInputFeature_ViveCosmosController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900F60, ButtonControl *, HtcViveCosmosInputFeature_ViveCosmosController_get_joystickTouched, (HtcViveCosmosInputFeature_ViveCosmosController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900F70, void, HtcViveCosmosInputFeature_ViveCosmosController_set_joystickTouched, (HtcViveCosmosInputFeature_ViveCosmosController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01900FD0, PoseControl_1 *, HtcViveCosmosInputFeature_ViveCosmosController_get_devicePose, (HtcViveCosmosInputFeature_ViveCosmosController * __this, MethodInfo * method)); DO_APP_FUNC(0x01900FE0, void, HtcViveCosmosInputFeature_ViveCosmosController_set_devicePose, (HtcViveCosmosInputFeature_ViveCosmosController * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x01901040, PoseControl_1 *, HtcViveCosmosInputFeature_ViveCosmosController_get_pointer, (HtcViveCosmosInputFeature_ViveCosmosController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901050, void, HtcViveCosmosInputFeature_ViveCosmosController_set_pointer, (HtcViveCosmosInputFeature_ViveCosmosController * __this, PoseControl_1 * value, MethodInfo * method)); DO_APP_FUNC(0x019010B0, ButtonControl *, HtcViveCosmosInputFeature_ViveCosmosController_get_isTracked, (HtcViveCosmosInputFeature_ViveCosmosController * __this, MethodInfo * method)); DO_APP_FUNC(0x019010C0, void, HtcViveCosmosInputFeature_ViveCosmosController_set_isTracked, (HtcViveCosmosInputFeature_ViveCosmosController * __this, ButtonControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901120, IntegerControl *, HtcViveCosmosInputFeature_ViveCosmosController_get_trackingState, (HtcViveCosmosInputFeature_ViveCosmosController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901130, void, HtcViveCosmosInputFeature_ViveCosmosController_set_trackingState, (HtcViveCosmosInputFeature_ViveCosmosController * __this, IntegerControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901190, Vector3Control *, HtcViveCosmosInputFeature_ViveCosmosController_get_devicePosition, (HtcViveCosmosInputFeature_ViveCosmosController * __this, MethodInfo * method)); DO_APP_FUNC(0x019011A0, void, HtcViveCosmosInputFeature_ViveCosmosController_set_devicePosition, (HtcViveCosmosInputFeature_ViveCosmosController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x01901200, QuaternionControl *, HtcViveCosmosInputFeature_ViveCosmosController_get_deviceRotation, (HtcViveCosmosInputFeature_ViveCosmosController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901210, void, HtcViveCosmosInputFeature_ViveCosmosController_set_deviceRotation, (HtcViveCosmosInputFeature_ViveCosmosController * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901270, Vector3Control *, HtcViveCosmosInputFeature_ViveCosmosController_get_pointerPosition, (HtcViveCosmosInputFeature_ViveCosmosController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901280, void, HtcViveCosmosInputFeature_ViveCosmosController_set_pointerPosition, (HtcViveCosmosInputFeature_ViveCosmosController * __this, Vector3Control * value, MethodInfo * method)); DO_APP_FUNC(0x019012E0, QuaternionControl *, HtcViveCosmosInputFeature_ViveCosmosController_get_pointerRotation, (HtcViveCosmosInputFeature_ViveCosmosController * __this, MethodInfo * method)); DO_APP_FUNC(0x019012F0, void, HtcViveCosmosInputFeature_ViveCosmosController_set_pointerRotation, (HtcViveCosmosInputFeature_ViveCosmosController * __this, QuaternionControl * value, MethodInfo * method)); DO_APP_FUNC(0x01901350, void, HtcViveCosmosInputFeature_ViveCosmosController_FinishSetup, (HtcViveCosmosInputFeature_ViveCosmosController * __this, MethodInfo * method)); DO_APP_FUNC(0x01901DA0, void, HtcViveCosmosInputFeature_ViveCosmosController__ctor, (HtcViveCosmosInputFeature_ViveCosmosController * __this, MethodInfo * method)); DO_APP_FUNC(0x01C91B40, void, GameObjectExtensions__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C91F30, void, ObjectPoolBase__ctor, (ObjectPoolBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01C921C0, ObjectPoolBase *, ObjectPoolBase_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x01C92310, void, ObjectPoolBase_DomainReset, (MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ObjectPoolBase_PreloadedPrefab__Array *, ObjectPoolBase_get_PreloadedPrefabs, (ObjectPoolBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01C923C0, void, ObjectPoolBase_OnEnable, (ObjectPoolBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01C925D0, void, ObjectPoolBase_Start, (ObjectPoolBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01C928D0, GameObject *, ObjectPoolBase_Instantiate, (GameObject * original, MethodInfo * method)); DO_APP_FUNC(0x01C929B0, GameObject *, ObjectPoolBase_Instantiate_1, (GameObject * original, Vector3 position, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x01C92A30, GameObject *, ObjectPoolBase_Instantiate_2, (GameObject * original, Transform * parent, MethodInfo * method)); DO_APP_FUNC(0x01C92B50, GameObject *, ObjectPoolBase_Instantiate_3, (GameObject * original, Transform * parent, bool worldPositionStays, MethodInfo * method)); DO_APP_FUNC(0x01C92D30, GameObject *, ObjectPoolBase_Instantiate_4, (GameObject * original, Vector3 position, Quaternion rotation, Transform * parent, MethodInfo * method)); DO_APP_FUNC(0x01C92DC0, GameObject *, ObjectPoolBase_InstantiateInternal, (ObjectPoolBase * __this, GameObject * original, Vector3 position, Quaternion rotation, Transform * parent, MethodInfo * method)); DO_APP_FUNC(0x01C93270, GameObject *, ObjectPoolBase_ObjectFromPool, (ObjectPoolBase * __this, int32_t originalInstanceID, Vector3 position, Quaternion rotation, Transform * parent, MethodInfo * method)); DO_APP_FUNC(0x01C935B0, bool, ObjectPoolBase_InstantiatedWithPool, (GameObject * instantiatedObject, MethodInfo * method)); DO_APP_FUNC(0x01C93640, bool, ObjectPoolBase_InstantiatedWithPoolInternal, (ObjectPoolBase * __this, GameObject * instantiatedObject, MethodInfo * method)); DO_APP_FUNC(0x01C936D0, int32_t, ObjectPoolBase_OriginalInstanceID, (GameObject * instantiatedObject, MethodInfo * method)); DO_APP_FUNC(0x01C93830, int32_t, ObjectPoolBase_OriginalInstanceIDInternal, (ObjectPoolBase * __this, GameObject * instantiatedObject, MethodInfo * method)); DO_APP_FUNC(0x01C93980, void, ObjectPoolBase_Destroy, (GameObject * instantiatedObject, MethodInfo * method)); DO_APP_FUNC(0x01C93AB0, void, ObjectPoolBase_DestroyInternal, (ObjectPoolBase * __this, GameObject * instantiatedObject, MethodInfo * method)); DO_APP_FUNC(0x01C93C90, void, ObjectPoolBase_DestroyLocal, (ObjectPoolBase * __this, GameObject * instantiatedObject, int32_t originalInstanceID, MethodInfo * method)); DO_APP_FUNC(0x01C93F20, bool, ObjectPoolBase_IsPooledObject, (GameObject * instantiateObject, MethodInfo * method)); DO_APP_FUNC(0x01C93FB0, bool, ObjectPoolBase_IsPooledObjectInternal, (ObjectPoolBase * __this, GameObject * instantiateObject, MethodInfo * method)); DO_APP_FUNC(0x01C94040, GameObject *, ObjectPoolBase_GetOriginalObject, (GameObject * instantiatedObject, MethodInfo * method)); DO_APP_FUNC(0x01C94250, GameObject *, ObjectPoolBase_GetOriginalObjectInternal, (ObjectPoolBase * __this, GameObject * instantiatedObject, MethodInfo * method)); DO_APP_FUNC(0x01C94360, void, ObjectPoolBase_SceneUnloaded, (ObjectPoolBase * __this, Scene scene, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBE40, ObjectPoolBase_SceneUnloaded__MethodInfo); DO_APP_FUNC(0x01C944A0, void, ObjectPoolBase_OnDisable, (ObjectPoolBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, GameObject *, ObjectPoolBase_PreloadedPrefab_get_Prefab, (ObjectPoolBase_PreloadedPrefab * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, ObjectPoolBase_PreloadedPrefab_get_Count, (ObjectPoolBase_PreloadedPrefab * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScheduledEventBase__ctor, (ScheduledEventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA3C0, float, ScheduledEventBase_get_EndTime, (ScheduledEventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, ScheduledEventBase_InvokeLocation__Enum, ScheduledEventBase_get_Location, (ScheduledEventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, ScheduledEventBase_get_Active, (ScheduledEventBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, ScheduledEventBase_set_Active, (ScheduledEventBase * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScheduledEvent__ctor, (ScheduledEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x01C94550, void, ScheduledEvent_Initialize, (ScheduledEvent * __this, float endTime, ScheduledEventBase_InvokeLocation__Enum invokeLocation, Action * action, MethodInfo * method)); DO_APP_FUNC(0x01C945B0, void, ScheduledEvent_Invoke, (ScheduledEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x01C90400, void, SchedulerBase__ctor, (SchedulerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01C945E0, SchedulerBase *, SchedulerBase_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x01C94730, void, SchedulerBase_DomainReset, (MethodInfo * method)); DO_APP_FUNC(0x003B93E0, ScheduledEventBase__Array *, SchedulerBase_get_ActiveUpdateEvents, (SchedulerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, SchedulerBase_get_ActiveUpdateEventCount, (SchedulerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, ScheduledEventBase__Array *, SchedulerBase_get_ActiveFixedUpdateEvents, (SchedulerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6B650, int32_t, SchedulerBase_get_ActiveFixedUpdateEventCount, (SchedulerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01C947E0, void, SchedulerBase_Awake, (SchedulerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01C948F0, void, SchedulerBase_OnEnable, (SchedulerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01C94B00, void, SchedulerBase_Update, (SchedulerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01C94C10, void, SchedulerBase_FixedUpdate, (SchedulerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01C94D20, ScheduledEventBase *, SchedulerBase_Schedule, (float delay, Action * action, MethodInfo * method)); DO_APP_FUNC(0x01C94E70, ScheduledEventBase *, SchedulerBase_ScheduleFixed, (float delay, Action * action, MethodInfo * method)); DO_APP_FUNC(0x01C94FD0, ScheduledEventBase *, SchedulerBase_AddEventInternal, (SchedulerBase * __this, float delay, ScheduledEventBase_InvokeLocation__Enum invokeLocation, Action * action, MethodInfo * method)); DO_APP_FUNC(0x01C95170, void, SchedulerBase_AddScheduledEvent, (SchedulerBase * __this, ScheduledEventBase * scheduledEvent, MethodInfo * method)); DO_APP_FUNC(0x01C952B0, void, SchedulerBase_Cancel, (ScheduledEventBase * scheduledEvent, MethodInfo * method)); DO_APP_FUNC(0x01C954F0, void, SchedulerBase_CancelEventInternal, (SchedulerBase * __this, ScheduledEventBase * scheduledEvent, MethodInfo * method)); DO_APP_FUNC(0x01C95610, void, SchedulerBase_Invoke, (SchedulerBase * __this, ScheduledEventBase * scheduledEvent, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01C956E0, void, SchedulerBase_RemoveActiveEvent, (SchedulerBase * __this, int32_t index, ScheduledEventBase_InvokeLocation__Enum location, MethodInfo * method)); DO_APP_FUNC(0x01C95960, void, SchedulerBase_SceneUnloaded, (SchedulerBase * __this, Scene scene, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBCC8, SchedulerBase_SceneUnloaded__MethodInfo); DO_APP_FUNC(0x01C95AA0, void, SchedulerBase_OnDisable, (SchedulerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBB7C0, void, EyeRaycast_Awake, (EyeRaycast * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBB8D0, void, EyeRaycast_Update, (EyeRaycast * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBC010, void, EyeRaycast_OnDisable, (EyeRaycast * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, EyeRaycast__ctor, (EyeRaycast * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBC1D0, void, EyeRaycastTrigger_OnTriggerEnter, (EyeRaycastTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x01CBC380, void, EyeRaycastTrigger_OnTriggerExit, (EyeRaycastTrigger * __this, Collider * other, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, EyeRaycastTrigger__ctor, (EyeRaycastTrigger * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBC530, void, FreeMovementSwitcher_Awake, (FreeMovementSwitcher * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBC7D0, void, FreeMovementSwitcher_Teleport, (FreeMovementSwitcher * __this, bool toFreeMovement, MethodInfo * method)); DO_APP_FUNC(0x01CBCCC0, void, FreeMovementSwitcher__ctor, (FreeMovementSwitcher * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBCD90, void, Menu_2_Awake, (Menu_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBCFC0, void, Menu_2_Update, (Menu_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBD0A0, void, Menu_2_ShowHideMenu, (Menu_2 * __this, bool show, MethodInfo * method)); DO_APP_FUNC(0x01CBD950, void, Menu_2_Recenter, (Menu_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x006B4380, void, Menu_2_Quit, (Menu_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, Menu_2__ctor, (Menu_2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBD9B0, void, MovementStateMonitor_Awake, (MovementStateMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBDB80, void, MovementStateMonitor_OnStateChange, (MovementStateMonitor * __this, GameObject * gameObject, String * stateName, bool active, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE338, MovementStateMonitor_OnStateChange__MethodInfo); DO_APP_FUNC(0x01CBDF10, void, MovementStateMonitor_OnDestroy, (MovementStateMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBDFF0, void, MovementStateMonitor__ctor, (MovementStateMonitor * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBE360, void, StateSwitcher_Start, (StateSwitcher * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBE420, void, StateSwitcher_EnableState, (StateSwitcher * __this, String * state, MethodInfo * method)); DO_APP_FUNC(0x01CBE520, void, StateSwitcher_ToggleLastState, (StateSwitcher * __this, bool activate, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, StateSwitcher__ctor, (StateSwitcher * __this, MethodInfo * method)); DO_APP_FUNC(0x004F66F0, GameObject *, VRDemoManager_get_FirstPersonCharacter, (VRDemoManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBE590, void, VRDemoManager_Start, (VRDemoManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBEB10, void, VRDemoManager_SelectStartingPerspective, (VRDemoManager * __this, bool firstPersonPerspective, MethodInfo * method)); DO_APP_FUNC(0x01CBED60, void, VRDemoManager_UpdateTwoHandedItemTypeCapcity, (VRDemoManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBF310, String *, VRDemoManager_GetViewTypeFullName, (VRDemoManager * __this, bool firstPersonPerspective, MethodInfo * method)); DO_APP_FUNC(0x01CBF370, void, VRDemoManager_OnDestroy, (VRDemoManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBF430, void, VRDemoManager__ctor, (VRDemoManager * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBF440, void, DemoFollowVRCameraCanvas_Awake, (DemoFollowVRCameraCanvas * __this, MethodInfo * method)); DO_APP_FUNC(0x01CBF630, void, DemoFollowVRCameraCanvas_OnAttachCharacter, (DemoFollowVRCameraCanvas * __this, GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01CA5B00, void, DemoFollowVRCameraCanvas__ctor, (DemoFollowVRCameraCanvas * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, XRConfigurationDataAttribute_get_displayName, (XRConfigurationDataAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, XRConfigurationDataAttribute_set_displayName, (XRConfigurationDataAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, XRConfigurationDataAttribute_get_buildSettingsKey, (XRConfigurationDataAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, XRConfigurationDataAttribute_set_buildSettingsKey, (XRConfigurationDataAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, XRConfigurationDataAttribute__ctor, (XRConfigurationDataAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, XRConfigurationDataAttribute__ctor_1, (XRConfigurationDataAttribute * __this, String * displayName, String * buildSettingsKey, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, XRManagerSettings *, XRGeneralSettings_get_Manager, (XRGeneralSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, XRGeneralSettings_set_Manager, (XRGeneralSettings * __this, XRManagerSettings * value, MethodInfo * method)); DO_APP_FUNC(0x02C427D0, XRGeneralSettings *, XRGeneralSettings_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x003B93D0, XRManagerSettings *, XRGeneralSettings_get_AssignedSettings, (XRGeneralSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, XRGeneralSettings_get_InitManagerOnStart, (XRGeneralSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02C42830, void, XRGeneralSettings_Awake, (XRGeneralSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02C42A00, void, XRGeneralSettings_Quit, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C737F0, XRGeneralSettings_Quit__MethodInfo); DO_APP_FUNC(0x02C42B70, void, XRGeneralSettings_Start, (XRGeneralSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02C42B80, void, XRGeneralSettings_OnDestroy, (XRGeneralSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02C42B90, void, XRGeneralSettings_AttemptInitializeXRSDKOnLoad, (MethodInfo * method)); DO_APP_FUNC(0x02C42D00, void, XRGeneralSettings_AttemptStartXRSDKOnBeforeSplashScreen, (MethodInfo * method)); DO_APP_FUNC(0x02C42E70, void, XRGeneralSettings_InitXRSDK, (XRGeneralSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02C43280, void, XRGeneralSettings_StartXRSDK, (XRGeneralSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02C43470, void, XRGeneralSettings_StopXRSDK, (XRGeneralSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02C43660, void, XRGeneralSettings_DeInitXRSDK, (XRGeneralSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01D24A30, void, XRGeneralSettings__ctor, (XRGeneralSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02C438B0, void, XRGeneralSettings__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, XRLoader_Initialize, (XRLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, XRLoader_Start, (XRLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, XRLoader_Stop, (XRLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, XRLoader_Deinitialize, (XRLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x02C439D0, List_1_UnityEngine_Rendering_GraphicsDeviceType_ *, XRLoader_GetSupportedGraphicsDeviceTypes, (XRLoader * __this, bool buildingPlayer, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, XRLoader__ctor, (XRLoader * __this, MethodInfo * method)); DO_APP_FUNC(0x02C43A40, bool, XRLoaderHelper_Deinitialize, (XRLoaderHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x02C43A90, void, XRLoaderHelper__ctor, (XRLoaderHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x02C43B70, bool, XRManagementAnalytics_Initialize, (MethodInfo * method)); DO_APP_FUNC(0x006FF3C0, bool, XRManagerSettings_get_automaticLoading, (XRManagerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3D0, void, XRManagerSettings_set_automaticLoading, (XRManagerSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF3E0, bool, XRManagerSettings_get_automaticRunning, (XRManagerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3F0, void, XRManagerSettings_set_automaticRunning, (XRManagerSettings * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, List_1_UnityEngine_XR_Management_XRLoader_ *, XRManagerSettings_get_loaders, (XRManagerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, IReadOnlyList_1_UnityEngine_XR_Management_XRLoader_ *, XRManagerSettings_get_activeLoaders, (XRManagerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, XRManagerSettings_get_isInitializationComplete, (XRManagerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, XRLoader *, XRManagerSettings_get_activeLoader, (XRManagerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, XRManagerSettings_set_activeLoader, (XRManagerSettings * __this, XRLoader * value, MethodInfo * method)); DO_APP_FUNC(0x02C43BB0, void, XRManagerSettings_InitializeLoaderSync, (XRManagerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02C43F50, IEnumerator *, XRManagerSettings_InitializeLoader, (XRManagerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02C43FF0, bool, XRManagerSettings_TryAddLoader, (XRManagerSettings * __this, XRLoader * loader, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x02C44290, bool, XRManagerSettings_TryRemoveLoader, (XRManagerSettings * __this, XRLoader * loader, MethodInfo * method)); DO_APP_FUNC(0x02C44360, bool, XRManagerSettings_TrySetLoaders, (XRManagerSettings * __this, List_1_UnityEngine_XR_Management_XRLoader_ * reorderedLoaders, MethodInfo * method)); DO_APP_FUNC(0x02C44570, void, XRManagerSettings_Awake, (XRManagerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02C44740, bool, XRManagerSettings_CheckGraphicsAPICompatibility, (XRManagerSettings * __this, XRLoader * loader, MethodInfo * method)); DO_APP_FUNC(0x02C44940, void, XRManagerSettings_StartSubsystems, (XRManagerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02C44AB0, void, XRManagerSettings_StopSubsystems, (XRManagerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02C44C20, void, XRManagerSettings_DeinitializeLoader, (XRManagerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02C44DB0, void, XRManagerSettings_Start, (XRManagerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02C44DD0, void, XRManagerSettings_OnDisable, (XRManagerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02C44DF0, void, XRManagerSettings_OnDestroy, (XRManagerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, List_1_UnityEngine_XR_Management_XRLoader_ *, XRManagerSettings_get_currentLoaders, (XRManagerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, XRManagerSettings_set_currentLoaders, (XRManagerSettings * __this, List_1_UnityEngine_XR_Management_XRLoader_ * value, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, HashSet_1_UnityEngine_XR_Management_XRLoader_ *, XRManagerSettings_get_registeredLoaders, (XRManagerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x02C44E00, void, XRManagerSettings__ctor, (XRManagerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, XRManagerSettings_InitializeLoader_d_24__ctor, (XRManagerSettings_InitializeLoader_d_24 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x02C44FC0, void, XRManagerSettings_InitializeLoader_d_24_System_IDisposable_Dispose, (XRManagerSettings_InitializeLoader_d_24 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C45080, bool, XRManagerSettings_InitializeLoader_d_24_MoveNext, (XRManagerSettings_InitializeLoader_d_24 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C455C0, void, XRManagerSettings_InitializeLoader_d_24___m__Finally1, (XRManagerSettings_InitializeLoader_d_24 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, XRManagerSettings_InitializeLoader_d_24_System_Collections_Generic_IEnumerator_System_Object__get_Current, (XRManagerSettings_InitializeLoader_d_24 * __this, MethodInfo * method)); DO_APP_FUNC(0x02C45610, void, XRManagerSettings_InitializeLoader_d_24_System_Collections_IEnumerator_Reset, (XRManagerSettings_InitializeLoader_d_24 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73608, XRManagerSettings_InitializeLoader_d_24_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, XRManagerSettings_InitializeLoader_d_24_System_Collections_IEnumerator_get_Current, (XRManagerSettings_InitializeLoader_d_24 * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDC5E0, void, VFXEventAttribute__ctor, (VFXEventAttribute * __this, void * ptr, bool owner, VisualEffectAsset * vfxAsset, MethodInfo * method)); DO_APP_FUNC(0x02FDC640, VFXEventAttribute *, VFXEventAttribute_CreateEventAttributeWrapper, (MethodInfo * method)); DO_APP_FUNC(0x02FDC700, void, VFXEventAttribute_SetWrapValue, (VFXEventAttribute * __this, void * ptrToEventAttribute, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8D50, VFXEventAttribute_SetWrapValue__MethodInfo); DO_APP_FUNC(0x02FDC770, void *, VFXEventAttribute_Internal_Create, (MethodInfo * method)); DO_APP_FUNC(0x02FDC7C0, VFXEventAttribute *, VFXEventAttribute_Internal_InstanciateVFXEventAttribute, (VisualEffectAsset * vfxAsset, MethodInfo * method)); DO_APP_FUNC(0x02FDC910, void, VFXEventAttribute_Internal_InitFromAsset, (VFXEventAttribute * __this, VisualEffectAsset * vfxAsset, MethodInfo * method)); DO_APP_FUNC(0x02FDC970, void, VFXEventAttribute_Release, (VFXEventAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDCA80, void, VFXEventAttribute_Finalize, (VFXEventAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDCAC0, void, VFXEventAttribute_Dispose, (VFXEventAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDCB20, void, VFXEventAttribute_Internal_Destroy, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VFXExpressionValues__ctor, (VFXExpressionValues * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDCB70, VFXExpressionValues *, VFXExpressionValues_CreateExpressionValuesWrapper, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x02FDCBC0, void, VFXManager__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, VFXSpawnerCallbacks__ctor, (VFXSpawnerCallbacks * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDCC20, void, VFXSpawnerState__ctor, (VFXSpawnerState * __this, void * ptr, bool owner, MethodInfo * method)); DO_APP_FUNC(0x02FDCC30, VFXSpawnerState *, VFXSpawnerState_CreateSpawnerStateWrapper, (MethodInfo * method)); DO_APP_FUNC(0x02FDCCC0, void, VFXSpawnerState_PrepareWrapper, (VFXSpawnerState * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8CC0, VFXSpawnerState_PrepareWrapper__MethodInfo); DO_APP_FUNC(0x02FDCEB0, void, VFXSpawnerState_SetWrapValue, (VFXSpawnerState * __this, void * ptrToSpawnerState, void * ptrToEventAttribute, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8CB0, VFXSpawnerState_SetWrapValue__MethodInfo); DO_APP_FUNC(0x02FDCFF0, void, VFXSpawnerState_Release, (VFXSpawnerState * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDD100, void, VFXSpawnerState_Finalize, (VFXSpawnerState * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDD140, void, VFXSpawnerState_Dispose, (VFXSpawnerState * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDD1A0, void, VFXSpawnerState_Internal_Destroy, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x02FDD1F0, void, VisualEffectObject__ctor, (VisualEffectObject * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDD1F0, void, VisualEffectAsset__ctor, (VisualEffectAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDD240, void, VisualEffectAsset__cctor, (MethodInfo * method)); DO_APP_FUNC(0x011A23D0, void, VFXOutputEventArgs__ctor, (VFXOutputEventArgs * __this, int32_t nameId, VFXEventAttribute * eventAttribute, MethodInfo * method)); DO_APP_FUNC(0x02FDD340, VisualEffectAsset *, VisualEffect_get_visualEffectAsset, (VisualEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDD390, VFXEventAttribute *, VisualEffect_CreateVFXEventAttribute, (VisualEffect * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDD660, VFXEventAttribute *, VisualEffect_InvokeGetCachedEventAttributeForOutputEvent_Internal, (VisualEffect * source, MethodInfo * method)); DO_APP_FUNC(0x02FDD6F0, void, VisualEffect_InvokeOutputEventReceived_Internal, (VisualEffect * source, int32_t eventNameId, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, DotNetPlatform_get_SessionListProvidedExternally, (DotNetPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, DotNetPlatform_get_SupportsBroadcast, (DotNetPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, DotNetPlatform_get_SupportsMasterServer, (DotNetPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x0098F1F0, void, DotNetPlatform__ctor, (DotNetPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, UdpSessionSource__Enum, DotNetPlatform_GetSessionSource, (DotNetPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x0287BC40, UdpIPv4Address, DotNetPlatform_GetBroadcastAddress, (DotNetPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x0287C050, UdpPlatformSocket *, DotNetPlatform_CreateSocket, (DotNetPlatform * __this, bool ipv6, MethodInfo * method)); DO_APP_FUNC(0x0287C0D0, List_1_UdpKit_Platform_UdpPlatformInterface_ *, DotNetPlatform_GetNetworkInterfaces, (DotNetPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x0287C390, List_1_UdpKit_UdpEndPoint_ *, DotNetPlatform_ResolveHostAddresses, (DotNetPlatform * __this, int32_t port, bool ipv6, MethodInfo * method)); DO_APP_FUNC(0x0287C610, uint32_t, DotNetPlatform_GetPrecisionTime, (DotNetPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, DotNetPlatform_Configure, (DotNetPlatform * __this, UdpConfig * config, MethodInfo * method)); DO_APP_FUNC(0x0287C660, void, DotNetSocket__ctor, (DotNetSocket * __this, DotNetPlatform * platform, bool ipv6, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, UdpPlatform *, DotNetSocket_get_Platform, (DotNetSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, DotNetSocket_get_Error, (DotNetSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x0287CAC0, bool, DotNetSocket_get_IsBound, (DotNetSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x0287CAE0, UdpEndPoint, DotNetSocket_get_EndPoint, (DotNetSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x0287CB20, bool, DotNetSocket_get_Broadcast, (DotNetSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x0287CBC0, void, DotNetSocket_set_Broadcast, (DotNetSocket * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0287CC30, void, DotNetSocket_Close, (DotNetSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x0287CCD0, void, DotNetSocket_Bind, (DotNetSocket * __this, UdpEndPoint ep, MethodInfo * method)); DO_APP_FUNC(0x0270BA30, bool, DotNetSocket_RecvPoll, (DotNetSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x0287CFD0, bool, DotNetSocket_RecvPoll_1, (DotNetSocket * __this, int32_t timeout, MethodInfo * method)); DO_APP_FUNC(0x0287D020, int32_t, DotNetSocket_RecvFrom, (DotNetSocket * __this, Byte__Array * buffer, int32_t bufferSize, UdpEndPoint * remoteEndpoint, MethodInfo * method)); DO_APP_FUNC(0x0287D1A0, int32_t, DotNetSocket_SendTo, (DotNetSocket * __this, Byte__Array * buffer, int32_t bytesToSend, UdpEndPoint endpoint, MethodInfo * method)); DO_APP_FUNC(0x0287D280, void, DotNetSocket_HandleSocketException, (DotNetSocket * __this, SocketException * exn, MethodInfo * method)); DO_APP_FUNC(0x0287D4A0, void, DotNetSocket_VerifyIsBound, (DotNetSocket * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E568, DotNetSocket_VerifyIsBound__MethodInfo); DO_APP_FUNC(0x0287D510, void, DotNetSocket__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0287D670, void, DotNetInterface__ctor, (DotNetInterface * __this, NetworkInterface * n, UdpIPv4Address__Array * gw, UdpIPv4Address__Array * uni, UdpIPv4Address__Array * multi, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, DotNetInterface_get_Name, (DotNetInterface * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, UdpLinkType__Enum, DotNetInterface_get_LinkType, (DotNetInterface * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Byte__Array *, DotNetInterface_get_PhysicalAddress, (DotNetInterface * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, UdpIPv4Address__Array *, DotNetInterface_get_GatewayAddresses, (DotNetInterface * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, UdpIPv4Address__Array *, DotNetInterface_get_UnicastAddresses, (DotNetInterface * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, UdpIPv4Address__Array *, DotNetInterface_get_MulticastAddresses, (DotNetInterface * __this, MethodInfo * method)); DO_APP_FUNC(0x0287D8D0, String *, DotNetInterface_ParseName, (NetworkInterface * n, MethodInfo * method)); DO_APP_FUNC(0x0287D910, Byte__Array *, DotNetInterface_ParsePhysicalAddress, (NetworkInterface * n, MethodInfo * method)); DO_APP_FUNC(0x0287D9F0, UdpLinkType__Enum, DotNetInterface_ParseLinkType, (NetworkInterface * n, MethodInfo * method)); DO_APP_FUNC(0x0287DA60, List_1_UdpKit_UdpEndPoint_ *, DotNetPlatformUtils_ResolveHostAddressesViaHostName, (int32_t port, bool ipv6, MethodInfo * method)); DO_APP_FUNC(0x0287DE80, List_1_UdpKit_UdpEndPoint_ *, DotNetPlatformUtils_ResolveHostLocalAddressViaNetworkInterfaces, (int32_t port, bool ipv6, MethodInfo * method)); DO_APP_FUNC(0x0287E5D0, bool, DotNetPlatformUtils_ValidType, (NetworkInterface * n, MethodInfo * method)); DO_APP_FUNC(0x0287E640, HashSet_1_System_String_ *, DotNetPlatformUtils_GetIpsFromNetworkInterface, (NetworkInterface * n, bool ipv6, MethodInfo * method)); DO_APP_FUNC(0x0287EA00, DotNetInterface *, DotNetPlatformUtils_ParseInterface, (NetworkInterface * n, MethodInfo * method)); DO_APP_FUNC(0x0287F7C0, HashSet_1_UdpKit_UdpIPv4Address_ *, DotNetPlatformUtils_FindBroadcastAddress, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E520, DotNetPlatformUtils_FindBroadcastAddress__MethodInfo); DO_APP_FUNC(0x02880160, bool, DotNetPlatformUtils_IsValidInterface, (IPInterfaceProperties * p, MethodInfo * method)); DO_APP_FUNC(0x02CA7980, Vector3__Array *, Cloth_get_vertices, (Cloth * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA79D0, Vector3__Array *, Cloth_get_normals, (Cloth * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA7A20, ClothSkinningCoefficient__Array *, Cloth_get_coefficients, (Cloth * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA7A70, void, Cloth_set_coefficients, (Cloth * __this, ClothSkinningCoefficient__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02CA7AD0, CapsuleCollider__Array *, Cloth_get_capsuleColliders, (Cloth * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA7B20, void, Cloth_set_capsuleColliders, (Cloth * __this, CapsuleCollider__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02CA7B80, ClothSphereColliderPair__Array *, Cloth_get_sphereColliders, (Cloth * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA7BD0, void, Cloth_set_sphereColliders, (Cloth * __this, ClothSphereColliderPair__Array * value, MethodInfo * method)); DO_APP_FUNC(0x02CA7C30, float, Cloth_get_sleepThreshold, (Cloth * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA7C80, void, Cloth_set_sleepThreshold, (Cloth * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA7CE0, float, Cloth_get_bendingStiffness, (Cloth * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA7D30, void, Cloth_set_bendingStiffness, (Cloth * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA7D90, float, Cloth_get_stretchingStiffness, (Cloth * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA7DE0, void, Cloth_set_stretchingStiffness, (Cloth * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA7E40, float, Cloth_get_damping, (Cloth * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA7E90, void, Cloth_set_damping, (Cloth * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA7EF0, Vector3, Cloth_get_externalAcceleration, (Cloth * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA7F60, void, Cloth_set_externalAcceleration, (Cloth * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02CA7FC0, Vector3, Cloth_get_randomAcceleration, (Cloth * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA8030, void, Cloth_set_randomAcceleration, (Cloth * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02CA8090, bool, Cloth_get_useGravity, (Cloth * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA80E0, void, Cloth_set_useGravity, (Cloth * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CA8140, bool, Cloth_get_enabled, (Cloth * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA8190, void, Cloth_set_enabled, (Cloth * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CA81F0, float, Cloth_get_friction, (Cloth * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA8240, void, Cloth_set_friction, (Cloth * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA82A0, float, Cloth_get_collisionMassScale, (Cloth * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA82F0, void, Cloth_set_collisionMassScale, (Cloth * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA8350, bool, Cloth_get_enableContinuousCollision, (Cloth * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA83A0, void, Cloth_set_enableContinuousCollision, (Cloth * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CA8400, float, Cloth_get_useVirtualParticles, (Cloth * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA8450, void, Cloth_set_useVirtualParticles, (Cloth * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA84B0, float, Cloth_get_worldVelocityScale, (Cloth * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA8500, void, Cloth_set_worldVelocityScale, (Cloth * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA8560, float, Cloth_get_worldAccelerationScale, (Cloth * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA85B0, void, Cloth_set_worldAccelerationScale, (Cloth * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA8610, float, Cloth_get_clothSolverFrequency, (Cloth * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA8660, void, Cloth_set_clothSolverFrequency, (Cloth * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA86C0, bool, Cloth_get_solverFrequency, (Cloth * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA8720, void, Cloth_set_solverFrequency, (Cloth * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CA87A0, bool, Cloth_get_useTethers, (Cloth * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA87F0, void, Cloth_set_useTethers, (Cloth * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02CA8850, float, Cloth_get_stiffnessFrequency, (Cloth * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA88A0, void, Cloth_set_stiffnessFrequency, (Cloth * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA8900, float, Cloth_get_selfCollisionDistance, (Cloth * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA8950, void, Cloth_set_selfCollisionDistance, (Cloth * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA89B0, float, Cloth_get_selfCollisionStiffness, (Cloth * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA8A00, void, Cloth_set_selfCollisionStiffness, (Cloth * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02CA8A60, void, Cloth_ClearTransformMotion, (Cloth * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA8AB0, void, Cloth_GetSelfAndInterCollisionIndices, (Cloth * __this, List_1_System_UInt32_ * indices, MethodInfo * method)); DO_APP_FUNC(0x02CA8B10, void, Cloth_SetSelfAndInterCollisionIndices, (Cloth * __this, List_1_System_UInt32_ * indices, MethodInfo * method)); DO_APP_FUNC(0x02CA8B70, void, Cloth_GetVirtualParticleIndices, (Cloth * __this, List_1_System_UInt32_ * indicesOutList, MethodInfo * method)); DO_APP_FUNC(0x02CA8BD0, void, Cloth_SetVirtualParticleIndices, (Cloth * __this, List_1_System_UInt32_ * indicesIn, MethodInfo * method)); DO_APP_FUNC(0x02CA8C30, void, Cloth_GetVirtualParticleWeights, (Cloth * __this, List_1_UnityEngine_Vector3_ * weightsOutList, MethodInfo * method)); DO_APP_FUNC(0x02CA8C90, void, Cloth_SetVirtualParticleWeights, (Cloth * __this, List_1_UnityEngine_Vector3_ * weights, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, Cloth_get_useContinuousCollision, (Cloth * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90F0, void, Cloth_set_useContinuousCollision, (Cloth * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x006FF400, bool, Cloth_get_selfCollision, (Cloth * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA8CF0, void, Cloth_SetEnabledFading, (Cloth * __this, bool enabled, float interpolationTime, MethodInfo * method)); DO_APP_FUNC(0x02CA8D60, void, Cloth_SetEnabledFading_1, (Cloth * __this, bool enabled, MethodInfo * method)); DO_APP_FUNC(0x02CA8DD0, RaycastHit, Cloth_Raycast, (Cloth * __this, Ray ray, float maxDistance, bool * hasHit, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, Cloth__ctor, (Cloth * __this, MethodInfo * method)); DO_APP_FUNC(0x02CA8E70, void, Cloth_get_externalAcceleration_Injected, (Cloth * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CA8ED0, void, Cloth_set_externalAcceleration_Injected, (Cloth * __this, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x02CA8F30, void, Cloth_get_randomAcceleration_Injected, (Cloth * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02CA8F90, void, Cloth_set_randomAcceleration_Injected, (Cloth * __this, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x02CA8FF0, void, Cloth_Raycast_Injected, (Cloth * __this, Ray * ray, float maxDistance, bool * hasHit, RaycastHit * ret, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, EventHandler_1__ctor, (EventHandler_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01C90450, void, EventHandler_1_RegisterEvent, (String * eventName, InvokableActionBase * invokableAction, MethodInfo * method)); DO_APP_FUNC(0x01C90600, void, EventHandler_1_RegisterEvent_1, (Object * obj, String * eventName, InvokableActionBase * invokableAction, MethodInfo * method)); DO_APP_FUNC(0x01C908A0, List_1_Opsive_Shared_Events_InvokableActionBase_ *, EventHandler_1_GetActionList, (String * eventName, MethodInfo * method)); DO_APP_FUNC(0x01C90950, void, EventHandler_1_CheckForEventRemoval, (String * eventName, List_1_Opsive_Shared_Events_InvokableActionBase_ * actionList, MethodInfo * method)); DO_APP_FUNC(0x01C90A00, List_1_Opsive_Shared_Events_InvokableActionBase_ *, EventHandler_1_GetActionList_1, (Object * obj, String * eventName, MethodInfo * method)); DO_APP_FUNC(0x01C90AF0, void, EventHandler_1_CheckForEventRemoval_1, (Object * obj, String * eventName, List_1_Opsive_Shared_Events_InvokableActionBase_ * actionList, MethodInfo * method)); DO_APP_FUNC(0x01C90C70, void, EventHandler_1_RegisterEvent_2, (String * eventName, Action * action, MethodInfo * method)); DO_APP_FUNC(0x01C90D80, void, EventHandler_1_RegisterEvent_3, (Object * obj, String * eventName, Action * action, MethodInfo * method)); DO_APP_FUNC(0x01C90EB0, void, EventHandler_1_ExecuteEvent, (String * eventName, MethodInfo * method)); DO_APP_FUNC(0x01C91000, void, EventHandler_1_ExecuteEvent_1, (Object * obj, String * eventName, MethodInfo * method)); DO_APP_FUNC(0x01C91150, void, EventHandler_1_UnregisterEvent, (String * eventName, Action * action, MethodInfo * method)); DO_APP_FUNC(0x01C91380, void, EventHandler_1_UnregisterEvent_1, (Object * obj, String * eventName, Action * action, MethodInfo * method)); DO_APP_FUNC(0x01C915B0, void, EventHandler_1_OnDisable, (EventHandler_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01C91790, void, EventHandler_1_OnDestroy, (EventHandler_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01C917A0, void, EventHandler_1_ClearTable, (EventHandler_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01C91820, void, EventHandler_1_DomainReset, (MethodInfo * method)); DO_APP_FUNC(0x01C91930, void, EventHandler_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableActionBase__ctor, (InvokableActionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction__ctor, (InvokableAction * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_Initialize, (InvokableAction * __this, Action * action, MethodInfo * method)); DO_APP_FUNC(0x01C91B10, void, InvokableAction_Invoke, (InvokableAction * __this, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_IsAction, (InvokableAction * __this, Action * action, MethodInfo * method)); DO_APP_FUNC(0x02C81380, bool, NavMeshAgent_SetDestination, (NavMeshAgent * __this, Vector3 target, MethodInfo * method)); DO_APP_FUNC(0x02C813E0, Vector3, NavMeshAgent_get_destination, (NavMeshAgent * __this, MethodInfo * method)); DO_APP_FUNC(0x02C81450, float, NavMeshAgent_get_stoppingDistance, (NavMeshAgent * __this, MethodInfo * method)); DO_APP_FUNC(0x02C814A0, void, NavMeshAgent_set_stoppingDistance, (NavMeshAgent * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02C81500, Vector3, NavMeshAgent_get_velocity, (NavMeshAgent * __this, MethodInfo * method)); DO_APP_FUNC(0x02C81570, void, NavMeshAgent_set_nextPosition, (NavMeshAgent * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x02C815D0, Vector3, NavMeshAgent_get_desiredVelocity, (NavMeshAgent * __this, MethodInfo * method)); DO_APP_FUNC(0x02C81640, float, NavMeshAgent_get_remainingDistance, (NavMeshAgent * __this, MethodInfo * method)); DO_APP_FUNC(0x02C81690, bool, NavMeshAgent_get_isOnOffMeshLink, (NavMeshAgent * __this, MethodInfo * method)); DO_APP_FUNC(0x02C816E0, void, NavMeshAgent_ActivateCurrentOffMeshLink, (NavMeshAgent * __this, bool activated, MethodInfo * method)); DO_APP_FUNC(0x02C81740, OffMeshLinkData, NavMeshAgent_get_currentOffMeshLinkData, (NavMeshAgent * __this, MethodInfo * method)); DO_APP_FUNC(0x02C817E0, OffMeshLinkData, NavMeshAgent_GetCurrentOffMeshLinkDataInternal, (NavMeshAgent * __this, MethodInfo * method)); DO_APP_FUNC(0x02C81860, void, NavMeshAgent_CompleteOffMeshLink, (NavMeshAgent * __this, MethodInfo * method)); DO_APP_FUNC(0x02C818B0, void, NavMeshAgent_set_autoTraverseOffMeshLink, (NavMeshAgent * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C81910, bool, NavMeshAgent_get_hasPath, (NavMeshAgent * __this, MethodInfo * method)); DO_APP_FUNC(0x02C81960, bool, NavMeshAgent_get_pathPending, (NavMeshAgent * __this, MethodInfo * method)); DO_APP_FUNC(0x02C819B0, bool, NavMeshAgent_Warp, (NavMeshAgent * __this, Vector3 newPosition, MethodInfo * method)); DO_APP_FUNC(0x02C81A10, void, NavMeshAgent_Move, (NavMeshAgent * __this, Vector3 offset, MethodInfo * method)); DO_APP_FUNC(0x02C81A70, bool, NavMeshAgent_get_isStopped, (NavMeshAgent * __this, MethodInfo * method)); DO_APP_FUNC(0x02C81AC0, void, NavMeshAgent_set_isStopped, (NavMeshAgent * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C81B20, void, NavMeshAgent_ResetPath, (NavMeshAgent * __this, MethodInfo * method)); DO_APP_FUNC(0x02C81B70, float, NavMeshAgent_get_speed, (NavMeshAgent * __this, MethodInfo * method)); DO_APP_FUNC(0x02C81BC0, void, NavMeshAgent_set_speed, (NavMeshAgent * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02C81C20, float, NavMeshAgent_get_angularSpeed, (NavMeshAgent * __this, MethodInfo * method)); DO_APP_FUNC(0x02C81C70, void, NavMeshAgent_set_angularSpeed, (NavMeshAgent * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02C81CD0, float, NavMeshAgent_get_acceleration, (NavMeshAgent * __this, MethodInfo * method)); DO_APP_FUNC(0x02C81D20, void, NavMeshAgent_set_acceleration, (NavMeshAgent * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02C81D80, void, NavMeshAgent_set_updatePosition, (NavMeshAgent * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C81DE0, bool, NavMeshAgent_get_updateRotation, (NavMeshAgent * __this, MethodInfo * method)); DO_APP_FUNC(0x02C81E30, void, NavMeshAgent_set_updateRotation, (NavMeshAgent * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C81E90, void, NavMeshAgent_set_updateUpAxis, (NavMeshAgent * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02C81EF0, float, NavMeshAgent_get_height, (NavMeshAgent * __this, MethodInfo * method)); DO_APP_FUNC(0x02C81F40, bool, NavMeshAgent_get_isOnNavMesh, (NavMeshAgent * __this, MethodInfo * method)); DO_APP_FUNC(0x02C81F90, bool, NavMeshAgent_SetDestination_Injected, (NavMeshAgent * __this, Vector3 * target, MethodInfo * method)); DO_APP_FUNC(0x02C81FF0, void, NavMeshAgent_get_destination_Injected, (NavMeshAgent * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02C82050, void, NavMeshAgent_get_velocity_Injected, (NavMeshAgent * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02C820B0, void, NavMeshAgent_set_nextPosition_Injected, (NavMeshAgent * __this, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x02C82110, void, NavMeshAgent_get_desiredVelocity_Injected, (NavMeshAgent * __this, Vector3 * ret, MethodInfo * method)); DO_APP_FUNC(0x02C82170, void, NavMeshAgent_GetCurrentOffMeshLinkDataInternal_Injected, (NavMeshAgent * __this, OffMeshLinkData * ret, MethodInfo * method)); DO_APP_FUNC(0x02C821D0, bool, NavMeshAgent_Warp_Injected, (NavMeshAgent * __this, Vector3 * newPosition, MethodInfo * method)); DO_APP_FUNC(0x02C82230, void, NavMeshAgent_Move_Injected, (NavMeshAgent * __this, Vector3 * offset, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, OffMeshLinkType__Enum, OffMeshLinkData_get_linkType, (OffMeshLinkData * __this, MethodInfo * method)); DO_APP_FUNC(0x0224CAA0, Vector3, OffMeshLinkData_get_endPos, (OffMeshLinkData * __this, MethodInfo * method)); DO_APP_FUNC(0x02C82290, OffMeshLink *, OffMeshLinkData_get_offMeshLink, (OffMeshLinkData * __this, MethodInfo * method)); DO_APP_FUNC(0x02C822E0, OffMeshLink *, OffMeshLinkData_GetOffMeshLinkInternal, (int32_t instanceID, MethodInfo * method)); DO_APP_FUNC(0x02C82330, int32_t, OffMeshLink_get_area, (OffMeshLink * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, OffMeshLink__ctor, (OffMeshLink * __this, MethodInfo * method)); DO_APP_FUNC(0x02C82380, Vector3, NavMeshHit_get_position, (NavMeshHit * __this, MethodInfo * method)); DO_APP_FUNC(0x02C823A0, void, NavMesh_Internal_CallOnNavMeshPreUpdate, (MethodInfo * method)); DO_APP_FUNC(0x02C82400, bool, NavMesh_SamplePosition, (Vector3 sourcePosition, NavMeshHit * hit, float maxDistance, int32_t areaMask, MethodInfo * method)); DO_APP_FUNC(0x02C82480, int32_t, NavMesh_GetAreaFromName, (String * areaName, MethodInfo * method)); DO_APP_FUNC(0x02C824D0, bool, NavMesh_SamplePosition_Injected, (Vector3 * sourcePosition, NavMeshHit * hit, float maxDistance, int32_t areaMask, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, NavMesh_OnNavMeshPreUpdate__ctor, (NavMesh_OnNavMeshPreUpdate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, NavMesh_OnNavMeshPreUpdate_Invoke, (NavMesh_OnNavMeshPreUpdate * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD6320, void, RemoteSettings_RemoteSettingsUpdated, (bool wasLastUpdatedFromServer, MethodInfo * method)); DO_APP_FUNC(0x02FD6370, void, RemoteSettings_RemoteSettingsBeforeFetchFromServer, (MethodInfo * method)); DO_APP_FUNC(0x02FD63D0, void, RemoteSettings_RemoteSettingsUpdateCompleted, (bool wasLastUpdatedFromServer, bool settingsChanged, int32_t response, MethodInfo * method)); DO_APP_FUNC(0x003F5920, void, RemoteSettings_UpdatedEventHandler__ctor, (RemoteSettings_UpdatedEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, void, RemoteSettings_UpdatedEventHandler_Invoke, (RemoteSettings_UpdatedEventHandler * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD6450, void, RemoteConfigSettings_RemoteConfigSettingsUpdated, (RemoteConfigSettings * rcs, bool wasLastUpdatedFromServer, MethodInfo * method)); DO_APP_FUNC(0x02FD6480, void, AnalyticsSessionInfo_CallSessionStateChanged, (AnalyticsSessionState__Enum sessionState, int64_t sessionId, int64_t sessionElapsedTime, bool sessionChanged, MethodInfo * method)); DO_APP_FUNC(0x02FD6510, String *, AnalyticsSessionInfo_get_userId, (MethodInfo * method)); DO_APP_FUNC(0x02FD6560, void, AnalyticsSessionInfo_CallIdentityTokenChanged, (String * token, MethodInfo * method)); DO_APP_FUNC(0x02FD65C0, void, AnalyticsSessionInfo_SessionStateChanged__ctor, (AnalyticsSessionInfo_SessionStateChanged * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x004013B0, void, AnalyticsSessionInfo_SessionStateChanged_Invoke, (AnalyticsSessionInfo_SessionStateChanged * __this, AnalyticsSessionState__Enum sessionState, int64_t sessionId, int64_t sessionElapsedTime, bool sessionChanged, MethodInfo * method)); DO_APP_FUNC(0x003EC720, void, AnalyticsSessionInfo_IdentityTokenChanged__ctor, (AnalyticsSessionInfo_IdentityTokenChanged * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, AnalyticsSessionInfo_IdentityTokenChanged_Invoke, (AnalyticsSessionInfo_IdentityTokenChanged * __this, String * token, MethodInfo * method)); DO_APP_FUNC(0x02FD66F0, bool, Analytics_IsInitialized, (MethodInfo * method)); DO_APP_FUNC(0x02FD6740, AnalyticsResult__Enum, Analytics_RegisterEventWithLimit, (String * eventName, int32_t maxEventPerHour, int32_t maxItems, String * vendorKey, int32_t ver, String * prefix, String * assemblyInfo, bool notifyServer, MethodInfo * method)); DO_APP_FUNC(0x02FD67D0, AnalyticsResult__Enum, Analytics_SendEventWithLimit, (String * eventName, Object * parameters, int32_t ver, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x02FD6850, AnalyticsResult__Enum, Analytics_RegisterEvent, (String * eventName, int32_t maxEventPerHour, int32_t maxItems, String * vendorKey, String * prefix, MethodInfo * method)); DO_APP_FUNC(0x02FD6A00, AnalyticsResult__Enum, Analytics_RegisterEvent_1, (String * eventName, int32_t maxEventPerHour, int32_t maxItems, String * vendorKey, int32_t ver, String * prefix, String * assemblyInfo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8250, Analytics_RegisterEvent_1__MethodInfo); DO_APP_FUNC(0x02FD6B60, AnalyticsResult__Enum, Analytics_SendEvent, (String * eventName, Object * parameters, int32_t ver, String * prefix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8260, Analytics_SendEvent__MethodInfo); DO_APP_FUNC(0x010A2320, PlayableHandle, VideoClipPlayable_GetHandle, (VideoClipPlayable * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDD790, bool, VideoClipPlayable_Equals, (VideoClipPlayable * __this, VideoClipPlayable other, MethodInfo * method)); DO_APP_FUNC(0x02FDD850, void, VideoPlayer_InvokePrepareCompletedCallback_Internal, (VideoPlayer * source, MethodInfo * method)); DO_APP_FUNC(0x02FDD890, void, VideoPlayer_InvokeFrameReadyCallback_Internal, (VideoPlayer * source, int64_t frameIdx, MethodInfo * method)); DO_APP_FUNC(0x02FDD8D0, void, VideoPlayer_InvokeLoopPointReachedCallback_Internal, (VideoPlayer * source, MethodInfo * method)); DO_APP_FUNC(0x02FDD910, void, VideoPlayer_InvokeStartedCallback_Internal, (VideoPlayer * source, MethodInfo * method)); DO_APP_FUNC(0x02FDD950, void, VideoPlayer_InvokeFrameDroppedCallback_Internal, (VideoPlayer * source, MethodInfo * method)); DO_APP_FUNC(0x02FDD990, void, VideoPlayer_InvokeErrorReceivedCallback_Internal, (VideoPlayer * source, String * errorStr, MethodInfo * method)); DO_APP_FUNC(0x02FDD9D0, void, VideoPlayer_InvokeSeekCompletedCallback_Internal, (VideoPlayer * source, MethodInfo * method)); DO_APP_FUNC(0x02FDDA10, void, VideoPlayer_InvokeClockResyncOccurredCallback_Internal, (VideoPlayer * source, double seconds, MethodInfo * method)); DO_APP_FUNC(0x003EC720, void, VideoPlayer_EventHandler__ctor, (VideoPlayer_EventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, VideoPlayer_EventHandler_Invoke, (VideoPlayer_EventHandler * __this, VideoPlayer * source, MethodInfo * method)); DO_APP_FUNC(0x0042CDF0, void, VideoPlayer_ErrorEventHandler__ctor, (VideoPlayer_ErrorEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, VideoPlayer_ErrorEventHandler_Invoke, (VideoPlayer_ErrorEventHandler * __this, VideoPlayer * source, String * message, MethodInfo * method)); DO_APP_FUNC(0x02FDDA50, void, VideoPlayer_FrameReadyEventHandler__ctor, (VideoPlayer_FrameReadyEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, VideoPlayer_FrameReadyEventHandler_Invoke, (VideoPlayer_FrameReadyEventHandler * __this, VideoPlayer * source, int64_t frameIdx, MethodInfo * method)); DO_APP_FUNC(0x02FDDB90, void, VideoPlayer_TimeEventHandler__ctor, (VideoPlayer_TimeEventHandler * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, VideoPlayer_TimeEventHandler_Invoke, (VideoPlayer_TimeEventHandler * __this, VideoPlayer * source, double seconds, MethodInfo * method)); DO_APP_FUNC(0x01EECF30, void, ConsoleWriter_Open, (MethodInfo * method)); DO_APP_FUNC(0x01EED240, void, ConsoleWriter_Close, (MethodInfo * method)); DO_APP_FUNC(0x01EED380, bool, ConsoleWriter_PInvoke_AttachConsole, (uint32_t dwProcessId, MethodInfo * method)); DO_APP_FUNC(0x01EED410, bool, ConsoleWriter_PInvoke_AllocConsole, (MethodInfo * method)); DO_APP_FUNC(0x01EED490, bool, ConsoleWriter_PInvoke_FreeConsole, (MethodInfo * method)); DO_APP_FUNC(0x01EED510, void *, ConsoleWriter_PInvoke_GetStdHandle, (int32_t nStdHandle, MethodInfo * method)); DO_APP_FUNC(0x01EED550, bool, ConsoleWriter_PInvoke_SetConsoleTitle, (String * lpConsoleTitle, MethodInfo * method)); DO_APP_FUNC(0x01EED600, void, BoltDebugStart_Awake, (BoltDebugStart * __this, MethodInfo * method)); DO_APP_FUNC(0x01EED650, void, BoltDebugStart_Start, (BoltDebugStart * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltDebugStart_BoltStartFailed, (BoltDebugStart * __this, UdpConnectionDisconnectReason__Enum disconnectReason, MethodInfo * method)); DO_APP_FUNC(0x01EED8C0, void, BoltDebugStart_BoltStartDone, (BoltDebugStart * __this, MethodInfo * method)); DO_APP_FUNC(0x01EEDA90, IEnumerator *, BoltDebugStart_DelayClientConnect, (BoltDebugStart * __this, MethodInfo * method)); DO_APP_FUNC(0x01EEDAE0, void, BoltDebugStart__ctor, (BoltDebugStart * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, BoltDebugStart_DelayClientConnect_d_4__ctor, (BoltDebugStart_DelayClientConnect_d_4 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltDebugStart_DelayClientConnect_d_4_System_IDisposable_Dispose, (BoltDebugStart_DelayClientConnect_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01EEDB60, bool, BoltDebugStart_DelayClientConnect_d_4_MoveNext, (BoltDebugStart_DelayClientConnect_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, BoltDebugStart_DelayClientConnect_d_4_System_Collections_Generic_IEnumerator_System_Object__get_Current, (BoltDebugStart_DelayClientConnect_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01EEDD20, void, BoltDebugStart_DelayClientConnect_d_4_System_Collections_IEnumerator_Reset, (BoltDebugStart_DelayClientConnect_d_4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD090, BoltDebugStart_DelayClientConnect_d_4_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, BoltDebugStart_DelayClientConnect_d_4_System_Collections_IEnumerator_get_Current, (BoltDebugStart_DelayClientConnect_d_4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, BoltDebugStartSettings_get_DebugStartIsSinglePlayer, (MethodInfo * method)); DO_APP_FUNC(0x01EEDD70, bool, BoltDebugStartSettings_get_DebugStartIsServer, (MethodInfo * method)); DO_APP_FUNC(0x01EEDDD0, bool, BoltDebugStartSettings_get_DebugStartIsClient, (MethodInfo * method)); DO_APP_FUNC(0x01EEDE30, int32_t, BoltDebugStartSettings_get_WindowIndex, (MethodInfo * method)); DO_APP_FUNC(0x01EEDF10, int32_t, BoltDebugStartSettings_GetWindowThreadProcessId, (HandleRef handle, int32_t * processId, MethodInfo * method)); DO_APP_FUNC(0x01EEDFB0, bool, BoltDebugStartSettings_EnumWindows, (BoltDebugStartSettings_EnumWindowsProc * callback, void * extraData, MethodInfo * method)); DO_APP_FUNC(0x01EEE050, int32_t, BoltDebugStartSettings_GetSystemMetrics, (int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01EEE0D0, bool, BoltDebugStartSettings_SetWindowPos, (void * hWnd, void * hWndInsertAfter, int32_t X, int32_t Y, int32_t cx, int32_t cy, int32_t uFlags, MethodInfo * method)); DO_APP_FUNC(0x01EEE1A0, bool, BoltDebugStartSettings_Window, (void * hWnd, void * lParam, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAD0C8, BoltDebugStartSettings_Window__MethodInfo); DO_APP_FUNC(0x01EEE470, void, BoltDebugStartSettings_PositionWindow, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltDebugStartSettings__ctor, (BoltDebugStartSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x01EEEAD0, void, BoltDebugStartSettings__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01EEEBB0, void, BoltDebugStartSettings_HWND__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01EEEC40, void, BoltDebugStartSettings_SWP__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01EEEDB0, void, BoltDebugStartSettings_EnumWindowsProc__ctor, (BoltDebugStartSettings_EnumWindowsProc * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, bool, BoltDebugStartSettings_EnumWindowsProc_Invoke, (BoltDebugStartSettings_EnumWindowsProc * __this, void * hWnd, void * lParam, MethodInfo * method)); DO_APP_FUNC(0x01EEEEE0, IAsyncResult *, BoltDebugStartSettings_EnumWindowsProc_BeginInvoke, (BoltDebugStartSettings_EnumWindowsProc * __this, void * hWnd, void * lParam, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x0040B530, bool, BoltDebugStartSettings_EnumWindowsProc_EndInvoke, (BoltDebugStartSettings_EnumWindowsProc * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x01EEEF70, void, BoltDynamicData_Setup, (MethodInfo * method)); DO_APP_FUNC(0x01EEF540, int32_t, BoltDynamicData_GetActiveSceneIndex, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACF90, BoltDynamicData_GetActiveSceneIndex__MethodInfo); DO_APP_FUNC(0x01EEF5E0, int32_t, BoltDynamicData_GetSceneIndex, (String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACF88, BoltDynamicData_GetSceneIndex__MethodInfo); DO_APP_FUNC(0x01EEF670, String *, BoltDynamicData_GetSceneName, (int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACF70, BoltDynamicData_GetSceneName__MethodInfo); DO_APP_FUNC(0x01EEF700, List_1_Photon_Bolt_Collections_STuple_2_ *, BoltDynamicData_GetGlobalBehaviourTypes, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACF80, BoltDynamicData_GetGlobalBehaviourTypes__MethodInfo); DO_APP_FUNC(0x003AC050, void, BoltDynamicData_c_DisplayClass4_0__ctor, (BoltDynamicData_c_DisplayClass4_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x01EEFC00, bool, BoltDynamicData_c_DisplayClass4_0__GetGlobalBehaviourTypes_b__0, (BoltDynamicData_c_DisplayClass4_0 * __this, Assembly * assembly, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CACFC0, BoltDynamicData_c_DisplayClass4_0__GetGlobalBehaviourTypes_b__0__MethodInfo); DO_APP_FUNC(0x003BAD60, void, BoltExecutionOrderAttribute__ctor, (BoltExecutionOrderAttribute * __this, int32_t order, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, BoltExecutionOrderAttribute_get_executionOrder, (BoltExecutionOrderAttribute * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, UnityDebugDrawer_Photon_Bolt_Internal_IDebugDrawer_IsEditor, (UnityDebugDrawer * __this, bool isEditor, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UnityDebugDrawer_Photon_Bolt_Internal_IDebugDrawer_SelectGameObject, (UnityDebugDrawer * __this, GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UnityDebugDrawer_Photon_Bolt_Internal_IDebugDrawer_Indent, (UnityDebugDrawer * __this, int32_t level, MethodInfo * method)); DO_APP_FUNC(0x01EEFCD0, void, UnityDebugDrawer_Photon_Bolt_Internal_IDebugDrawer_Label, (UnityDebugDrawer * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x01EEFE20, void, UnityDebugDrawer_Photon_Bolt_Internal_IDebugDrawer_LabelBold, (UnityDebugDrawer * __this, String * text, MethodInfo * method)); DO_APP_FUNC(0x01EEFE70, void, UnityDebugDrawer_Photon_Bolt_Internal_IDebugDrawer_LabelField, (UnityDebugDrawer * __this, String * text, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01EEFED0, void, UnityDebugDrawer_Photon_Bolt_Internal_IDebugDrawer_Separator, (UnityDebugDrawer * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UnityDebugDrawer_Photon_Bolt_Internal_IDebugDrawer_DrawObjectArray, (UnityDebugDrawer * __this, IDebugDrawerObjectArray * root, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UnityDebugDrawer_DrawObjectArrayItem, (UnityDebugDrawer * __this, IDebugDrawerObjectArray * item, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UnityDebugDrawer__ctor, (UnityDebugDrawer * __this, MethodInfo * method)); DO_APP_FUNC(0x02C9F080, void, AssetBundle__ctor, (AssetBundle * __this, MethodInfo * method)); DO_APP_FUNC(0x02C9F0D0, AssetBundleCreateRequest *, AssetBundle_LoadFromFileAsync_Internal, (String * path, uint32_t crc, uint64_t offset, MethodInfo * method)); DO_APP_FUNC(0x02C9F140, AssetBundleCreateRequest *, AssetBundle_LoadFromFileAsync, (String * path, MethodInfo * method)); DO_APP_FUNC(0x02C9F1A0, AssetBundleCreateRequest *, AssetBundle_LoadFromFileAsync_1, (String * path, uint32_t crc, MethodInfo * method)); DO_APP_FUNC(0x02C9F200, AssetBundleRequest *, AssetBundle_LoadAssetAsync, (AssetBundle * __this, String * name, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2438, AssetBundle_LoadAssetAsync__MethodInfo); DO_APP_FUNC(0x02C9F380, AssetBundleRequest *, AssetBundle_LoadAssetWithSubAssetsAsync, (AssetBundle * __this, String * name, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2420, AssetBundle_LoadAssetWithSubAssetsAsync__MethodInfo); DO_APP_FUNC(0x02C9F4A0, AssetBundleRequest *, AssetBundle_LoadAllAssetsAsync, (AssetBundle * __this, MethodInfo * method)); DO_APP_FUNC(0x02C9F5A0, AssetBundleRequest *, AssetBundle_LoadAllAssetsAsync_1, (AssetBundle * __this, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2448, AssetBundle_LoadAllAssetsAsync_1__MethodInfo); DO_APP_FUNC(0x02C9F650, AssetBundleRequest *, AssetBundle_LoadAssetAsync_Internal, (AssetBundle * __this, String * name, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02C9F6C0, void, AssetBundle_Unload, (AssetBundle * __this, bool unloadAllLoadedObjects, MethodInfo * method)); DO_APP_FUNC(0x02C9F720, AssetBundleRequest *, AssetBundle_LoadAssetWithSubAssetsAsync_Internal, (AssetBundle * __this, String * name, Type * type, MethodInfo * method)); DO_APP_FUNC(0x02C9F790, AssetBundle *, AssetBundleCreateRequest_get_assetBundle, (AssetBundleCreateRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AssetBundleCreateRequest__ctor, (AssetBundleCreateRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02C9F7E0, Object_1 *, AssetBundleRequest_GetResult, (AssetBundleRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x01A0B4C0, Object_1 *, AssetBundleRequest_get_asset, (AssetBundleRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02C9F830, Object_1__Array *, AssetBundleRequest_get_allAssets, (AssetBundleRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AssetBundleRequest__ctor, (AssetBundleRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3B640, PlayState__Enum, PlayableDirector_get_state, (PlayableDirector * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3B690, void, PlayableDirector_set_extrapolationMode, (PlayableDirector * __this, DirectorWrapMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D3B6F0, DirectorWrapMode__Enum, PlayableDirector_get_extrapolationMode, (PlayableDirector * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3B740, PlayableAsset *, PlayableDirector_get_playableAsset, (PlayableDirector * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3B810, void, PlayableDirector_set_playableAsset, (PlayableDirector * __this, PlayableAsset * value, MethodInfo * method)); DO_APP_FUNC(0x02D3B870, PlayableGraph, PlayableDirector_get_playableGraph, (PlayableDirector * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3B8F0, bool, PlayableDirector_get_playOnAwake, (PlayableDirector * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3B940, void, PlayableDirector_Play, (PlayableDirector * __this, FrameRate frameRate, MethodInfo * method)); DO_APP_FUNC(0x02D3B9A0, void, PlayableDirector_Play_1, (PlayableDirector * __this, PlayableAsset * asset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7410, PlayableDirector_Play_1__MethodInfo); DO_APP_FUNC(0x02D3BB40, void, PlayableDirector_Play_2, (PlayableDirector * __this, PlayableAsset * asset, DirectorWrapMode__Enum mode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7418, PlayableDirector_Play_2__MethodInfo); DO_APP_FUNC(0x02D3BD80, void, PlayableDirector_SetGenericBinding, (PlayableDirector * __this, Object_1 * key, Object_1 * value, MethodInfo * method)); DO_APP_FUNC(0x02D3BDF0, void, PlayableDirector_set_time, (PlayableDirector * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x02D3BE50, double, PlayableDirector_get_time, (PlayableDirector * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3BEA0, double, PlayableDirector_get_duration, (PlayableDirector * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3BEF0, void, PlayableDirector_Evaluate, (PlayableDirector * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3BF40, void, PlayableDirector_PlayOnFrame, (PlayableDirector * __this, FrameRate frameRate, MethodInfo * method)); DO_APP_FUNC(0x02D3BFA0, void, PlayableDirector_Play_3, (PlayableDirector * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3BFF0, void, PlayableDirector_Stop, (PlayableDirector * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3C040, void, PlayableDirector_Pause, (PlayableDirector * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3C090, void, PlayableDirector_Resume, (PlayableDirector * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3C0E0, void, PlayableDirector_RebuildGraph, (PlayableDirector * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3C130, Object_1 *, PlayableDirector_GetReferenceValue, (PlayableDirector * __this, PropertyName id, bool * idValid, MethodInfo * method)); DO_APP_FUNC(0x02D3C1A0, Object_1 *, PlayableDirector_GetGenericBinding, (PlayableDirector * __this, Object_1 * key, MethodInfo * method)); DO_APP_FUNC(0x02D3B640, PlayState__Enum, PlayableDirector_GetPlayState, (PlayableDirector * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3B690, void, PlayableDirector_SetWrapMode, (PlayableDirector * __this, DirectorWrapMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x02D3B6F0, DirectorWrapMode__Enum, PlayableDirector_GetWrapMode, (PlayableDirector * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3C200, PlayableGraph, PlayableDirector_GetGraphHandle, (PlayableDirector * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3B8F0, bool, PlayableDirector_GetPlayOnAwake, (PlayableDirector * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3BD80, void, PlayableDirector_Internal_SetGenericBinding, (PlayableDirector * __this, Object_1 * key, Object_1 * value, MethodInfo * method)); DO_APP_FUNC(0x02D3B810, void, PlayableDirector_SetPlayableAsset, (PlayableDirector * __this, ScriptableObject * asset, MethodInfo * method)); DO_APP_FUNC(0x02D3C270, ScriptableObject *, PlayableDirector_Internal_GetPlayableAsset, (PlayableDirector * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3C2C0, void, PlayableDirector_add_played, (PlayableDirector * __this, Action_1_UnityEngine_Playables_PlayableDirector_ * value, MethodInfo * method)); DO_APP_FUNC(0x02D3C3D0, void, PlayableDirector_remove_played, (PlayableDirector * __this, Action_1_UnityEngine_Playables_PlayableDirector_ * value, MethodInfo * method)); DO_APP_FUNC(0x02D3C4E0, void, PlayableDirector_add_stopped, (PlayableDirector * __this, Action_1_UnityEngine_Playables_PlayableDirector_ * value, MethodInfo * method)); DO_APP_FUNC(0x02D3C5F0, void, PlayableDirector_remove_stopped, (PlayableDirector * __this, Action_1_UnityEngine_Playables_PlayableDirector_ * value, MethodInfo * method)); DO_APP_FUNC(0x02D3C700, void, PlayableDirector_SendOnPlayableDirectorPlay, (PlayableDirector * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3C720, void, PlayableDirector_SendOnPlayableDirectorPause, (PlayableDirector * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3C740, void, PlayableDirector_SendOnPlayableDirectorStop, (PlayableDirector * __this, MethodInfo * method)); DO_APP_FUNC(0x02D3C760, void, PlayableDirector_PlayOnFrame_Injected, (PlayableDirector * __this, FrameRate * frameRate, MethodInfo * method)); DO_APP_FUNC(0x02D3C7C0, Object_1 *, PlayableDirector_GetReferenceValue_Injected, (PlayableDirector * __this, PropertyName * id, bool * idValid, MethodInfo * method)); DO_APP_FUNC(0x02D3C830, void, PlayableDirector_GetGraphHandle_Injected, (PlayableDirector * __this, PlayableGraph * ret, MethodInfo * method)); DO_APP_FUNC(0x003F2CF0, void, NativeUpdateCallback__ctor, (NativeUpdateCallback * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, NativeUpdateCallback_Invoke, (NativeUpdateCallback * __this, NativeInputUpdateType__Enum updateType, NativeInputEventBuffer * buffer, MethodInfo * method)); DO_APP_FUNC(0x02D6DB20, Action_2_Int32_String_ *, NativeInputSystem_get_onDeviceDiscovered, (MethodInfo * method)); DO_APP_FUNC(0x02D6DB80, void, NativeInputSystem_set_onDeviceDiscovered, (Action_2_Int32_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x02D6DC90, void, NativeInputSystem__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D6DCE0, void, NativeInputSystem_NotifyBeforeUpdate, (NativeInputUpdateType__Enum updateType, MethodInfo * method)); DO_APP_FUNC(0x02D6DD60, void, NativeInputSystem_NotifyUpdate, (NativeInputUpdateType__Enum updateType, void * eventBuffer, MethodInfo * method)); DO_APP_FUNC(0x02D6DE00, void, NativeInputSystem_NotifyDeviceDiscovered, (int32_t deviceId, String * deviceDescriptor, MethodInfo * method)); DO_APP_FUNC(0x02D6DE80, void, NativeInputSystem_ShouldRunUpdate, (NativeInputUpdateType__Enum updateType, bool * retval, MethodInfo * method)); DO_APP_FUNC(0x02D6DF10, void, NativeInputSystem_set_hasDeviceDiscoveredCallback, (bool value, MethodInfo * method)); DO_APP_FUNC(0x02D6DF60, double, NativeInputSystem_get_currentTime, (MethodInfo * method)); DO_APP_FUNC(0x02D6DFB0, double, NativeInputSystem_get_currentTimeOffsetToRealtimeSinceStartup, (MethodInfo * method)); DO_APP_FUNC(0x02D6E000, int32_t, NativeInputSystem_AllocateDeviceId, (MethodInfo * method)); DO_APP_FUNC(0x02D6E050, void, NativeInputSystem_QueueInputEvent, (void * inputEvent, MethodInfo * method)); DO_APP_FUNC(0x02D6E0A0, int64_t, NativeInputSystem_IOCTL, (int32_t deviceId, int32_t code, void * data, int32_t sizeInBytes, MethodInfo * method)); DO_APP_FUNC(0x02D6E120, void, NativeInputSystem_SetPollingFrequency, (float hertz, MethodInfo * method)); DO_APP_FUNC(0x02D6E180, void, NativeInputSystem_Update, (NativeInputUpdateType__Enum updateType, MethodInfo * method)); DO_APP_FUNC(0x02A8CB90, bool, XRSettings_get_enabled, (MethodInfo * method)); DO_APP_FUNC(0x02FDDCD0, bool, XRSettings_get_isDeviceActive, (MethodInfo * method)); DO_APP_FUNC(0x02FDDD20, float, XRSettings_get_eyeTextureResolutionScale, (MethodInfo * method)); DO_APP_FUNC(0x02AD0210, void, XRSettings_set_eyeTextureResolutionScale, (float value, MethodInfo * method)); DO_APP_FUNC(0x02FDDD70, int32_t, XRSettings_get_eyeTextureWidth, (MethodInfo * method)); DO_APP_FUNC(0x02FDDDC0, int32_t, XRSettings_get_eyeTextureHeight, (MethodInfo * method)); DO_APP_FUNC(0x02FDDE10, RenderTextureDescriptor, XRSettings_get_eyeTextureDesc, (MethodInfo * method)); DO_APP_FUNC(0x02FDDE80, float, XRSettings_get_renderViewportScale, (MethodInfo * method)); DO_APP_FUNC(0x02FDDE80, float, XRSettings_get_renderViewportScaleInternal, (MethodInfo * method)); DO_APP_FUNC(0x02FDDED0, String *, XRSettings_get_loadedDeviceName, (MethodInfo * method)); DO_APP_FUNC(0x02FDDF20, String__Array *, XRSettings_get_supportedDevices, (MethodInfo * method)); DO_APP_FUNC(0x02FDDF70, XRSettings_StereoRenderingMode__Enum, XRSettings_get_stereoRenderingMode, (MethodInfo * method)); DO_APP_FUNC(0x02FDDFC0, void, XRSettings_get_eyeTextureDesc_Injected, (RenderTextureDescriptor * ret, MethodInfo * method)); DO_APP_FUNC(0x02FDE010, void, XRDevice_DisableAutoXRCameraTracking, (Camera * camera, bool disabled, MethodInfo * method)); DO_APP_FUNC(0x02FDE070, void, XRDevice_InvokeDeviceLoaded, (String * loadedDeviceName, MethodInfo * method)); DO_APP_FUNC(0x02D6E1D0, String *, JsonUtility_ToJsonInternal, (Object * obj, bool prettyPrint, MethodInfo * method)); DO_APP_FUNC(0x02D6E230, Object *, JsonUtility_FromJsonInternal, (String * json, Object * objectToOverwrite, Type * type, MethodInfo * method)); DO_APP_FUNC(0x029EA9A0, String *, JsonUtility_ToJson, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x02D6E2A0, String *, JsonUtility_ToJson_1, (Object * obj, bool prettyPrint, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAAF8, JsonUtility_ToJson_1__MethodInfo); DO_APP_FUNC(0x02D6E460, Object *, JsonUtility_FromJson, (String * json, Type * type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAB58, JsonUtility_FromJson__MethodInfo); DO_APP_FUNC(0x02D6E640, void, JsonUtility_FromJsonOverwrite, (String * json, Object * objectToOverwrite, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAB18, JsonUtility_FromJsonOverwrite__MethodInfo); DO_APP_FUNC(0x02FD6CF0, UnityWebRequest *, UnityWebRequestAssetBundle_GetAssetBundle, (String * uri, MethodInfo * method)); DO_APP_FUNC(0x02FD6D00, UnityWebRequest *, UnityWebRequestAssetBundle_GetAssetBundle_1, (String * uri, uint32_t crc, MethodInfo * method)); DO_APP_FUNC(0x02FD6E10, UnityWebRequest *, UnityWebRequestAssetBundle_GetAssetBundle_2, (String * uri, CachedAssetBundle cachedAssetBundle, uint32_t crc, MethodInfo * method)); DO_APP_FUNC(0x02FD6F50, void *, DownloadHandlerAssetBundle_Create, (DownloadHandlerAssetBundle * obj, String * url, uint32_t crc, MethodInfo * method)); DO_APP_FUNC(0x02FD6FC0, void *, DownloadHandlerAssetBundle_CreateCached, (DownloadHandlerAssetBundle * obj, String * url, String * name, Hash128 hash, uint32_t crc, MethodInfo * method)); DO_APP_FUNC(0x02FD7050, void, DownloadHandlerAssetBundle_InternalCreateAssetBundle, (DownloadHandlerAssetBundle * __this, String * url, uint32_t crc, MethodInfo * method)); DO_APP_FUNC(0x02FD70D0, void, DownloadHandlerAssetBundle_InternalCreateAssetBundleCached, (DownloadHandlerAssetBundle * __this, String * url, String * name, Hash128 hash, uint32_t crc, MethodInfo * method)); DO_APP_FUNC(0x02FD7050, void, DownloadHandlerAssetBundle__ctor, (DownloadHandlerAssetBundle * __this, String * url, uint32_t crc, MethodInfo * method)); DO_APP_FUNC(0x02FD7160, void, DownloadHandlerAssetBundle__ctor_1, (DownloadHandlerAssetBundle * __this, String * url, CachedAssetBundle cachedBundle, uint32_t crc, MethodInfo * method)); DO_APP_FUNC(0x02FD7200, Byte__Array *, DownloadHandlerAssetBundle_GetData, (DownloadHandlerAssetBundle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8318, DownloadHandlerAssetBundle_GetData__MethodInfo); DO_APP_FUNC(0x02FD7260, String *, DownloadHandlerAssetBundle_GetText, (DownloadHandlerAssetBundle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8310, DownloadHandlerAssetBundle_GetText__MethodInfo); DO_APP_FUNC(0x02FD72C0, AssetBundle *, DownloadHandlerAssetBundle_get_assetBundle, (DownloadHandlerAssetBundle * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD7310, bool, DownloadHandlerAssetBundle_get_autoLoadAssetBundle, (DownloadHandlerAssetBundle * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD7360, void, DownloadHandlerAssetBundle_set_autoLoadAssetBundle, (DownloadHandlerAssetBundle * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02FD73C0, bool, DownloadHandlerAssetBundle_get_isDownloadComplete, (DownloadHandlerAssetBundle * __this, MethodInfo * method)); DO_APP_FUNC(0x02FD7410, void *, DownloadHandlerAssetBundle_CreateCached_Injected, (DownloadHandlerAssetBundle * obj, String * url, String * name, Hash128 * hash, uint32_t crc, MethodInfo * method)); DO_APP_FUNC(0x02CB3F00, Vector3, WheelHit_get_normal, (WheelHit * __this, MethodInfo * method)); DO_APP_FUNC(0x02B694A0, float, WheelHit_get_forwardSlip, (WheelHit * __this, MethodInfo * method)); DO_APP_FUNC(0x02D6AC00, float, WheelHit_get_sidewaysSlip, (WheelHit * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDC3A0, float, WheelCollider_get_radius, (WheelCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDC3F0, void, WheelCollider_set_motorTorque, (WheelCollider * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02FDC450, void, WheelCollider_set_brakeTorque, (WheelCollider * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02FDC4B0, void, WheelCollider_set_steerAngle, (WheelCollider * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02FDC510, void, WheelCollider_GetWorldPose, (WheelCollider * __this, Vector3 * pos, Quaternion * quat, MethodInfo * method)); DO_APP_FUNC(0x02FDC580, bool, WheelCollider_GetGroundHit, (WheelCollider * __this, WheelHit * hit, MethodInfo * method)); DO_APP_FUNC(0x02D89590, void, ScreenCapture_CaptureScreenshot, (String * filename, int32_t superSize, MethodInfo * method)); DO_APP_FUNC(0x02D89600, Texture2D *, ScreenCapture_CaptureScreenshotAsTexture, (MethodInfo * method)); DO_APP_FUNC(0x02D89650, void, ScreenCapture_CaptureScreenshot_1, (String * filename, int32_t superSize, ScreenCapture_StereoScreenCaptureMode__Enum CaptureMode, MethodInfo * method)); DO_APP_FUNC(0x02D896C0, Texture2D *, ScreenCapture_CaptureScreenshotAsTexture_1, (int32_t superSize, ScreenCapture_StereoScreenCaptureMode__Enum stereoScreenCaptureMode, MethodInfo * method)); DO_APP_FUNC(0x02D9DB10, TerrainData *, TerrainCollider_get_terrainData, (TerrainCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x02D9DB60, void, TerrainCollider_set_terrainData, (TerrainCollider * __this, TerrainData * value, MethodInfo * method)); DO_APP_FUNC(0x02D9DBC0, RaycastHit, TerrainCollider_Raycast, (TerrainCollider * __this, Ray ray, float maxDistance, bool hitHoles, bool * hasHit, MethodInfo * method)); DO_APP_FUNC(0x02D9DC70, bool, TerrainCollider_Raycast_1, (TerrainCollider * __this, Ray ray, RaycastHit * hitInfo, float maxDistance, bool hitHoles, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, TerrainCollider__ctor, (TerrainCollider * __this, MethodInfo * method)); DO_APP_FUNC(0x02D9DD70, void, TerrainCollider_Raycast_Injected, (TerrainCollider * __this, Ray * ray, float maxDistance, bool hitHoles, bool * hasHit, RaycastHit * ret, MethodInfo * method)); DO_APP_FUNC(0x02FDE0D0, WindZoneMode__Enum, WindZone_get_mode, (WindZone * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDE120, float, WindZone_get_radius, (WindZone * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDE170, float, WindZone_get_windMain, (WindZone * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDE1C0, void, WindZone_set_windMain, (WindZone * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02FDE220, float, WindZone_get_windTurbulence, (WindZone * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDE270, void, WindZone_set_windTurbulence, (WindZone * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02FDE2D0, float, WindZone_get_windPulseMagnitude, (WindZone * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDE320, void, WindZone_set_windPulseMagnitude, (WindZone * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02FDE380, float, WindZone_get_windPulseFrequency, (WindZone * __this, MethodInfo * method)); DO_APP_FUNC(0x02FDE3D0, void, WindZone_set_windPulseFrequency, (WindZone * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x02D3B5E0, void, CrashReportHandler_SetUserMetadata, (String * key, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GridLayout_DoNothing, (GridLayout * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8A270, void, TrackedPoseDriverDataDescription__cctor, (MethodInfo * method)); DO_APP_FUNC(0x02D8ADC0, PoseDataFlags__Enum, PoseDataSource_GetNodePoseData, (XRNode__Enum node, Pose * resultPose, MethodInfo * method)); DO_APP_FUNC(0x02D8B270, PoseDataFlags__Enum, PoseDataSource_GetDataFromSource, (TrackedPoseDriver_TrackedPose__Enum poseSource, Pose * resultPose, MethodInfo * method)); DO_APP_FUNC(0x02D8B5E0, void, PoseDataSource__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, TrackedPoseDriver_DeviceType__Enum, TrackedPoseDriver_1_get_deviceType, (TrackedPoseDriver_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, TrackedPoseDriver_1_set_deviceType, (TrackedPoseDriver_1 * __this, TrackedPoseDriver_DeviceType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003CB280, TrackedPoseDriver_TrackedPose__Enum, TrackedPoseDriver_1_get_poseSource, (TrackedPoseDriver_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, TrackedPoseDriver_1_set_poseSource, (TrackedPoseDriver_1 * __this, TrackedPoseDriver_TrackedPose__Enum value, MethodInfo * method)); DO_APP_FUNC(0x02D8B6B0, bool, TrackedPoseDriver_1_SetPoseSource, (TrackedPoseDriver_1 * __this, TrackedPoseDriver_DeviceType__Enum deviceType, TrackedPoseDriver_TrackedPose__Enum pose, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, BasePoseProvider *, TrackedPoseDriver_1_get_poseProviderComponent, (TrackedPoseDriver_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, TrackedPoseDriver_1_set_poseProviderComponent, (TrackedPoseDriver_1 * __this, BasePoseProvider * value, MethodInfo * method)); DO_APP_FUNC(0x02D8B830, PoseDataFlags__Enum, TrackedPoseDriver_1_GetPoseData, (TrackedPoseDriver_1 * __this, TrackedPoseDriver_DeviceType__Enum device, TrackedPoseDriver_TrackedPose__Enum poseSource, Pose * resultPose, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, TrackedPoseDriver_TrackingType__Enum_1, TrackedPoseDriver_1_get_trackingType, (TrackedPoseDriver_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, TrackedPoseDriver_1_set_trackingType, (TrackedPoseDriver_1 * __this, TrackedPoseDriver_TrackingType__Enum_1 value, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, TrackedPoseDriver_UpdateType__Enum_1, TrackedPoseDriver_1_get_updateType, (TrackedPoseDriver_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD10, void, TrackedPoseDriver_1_set_updateType, (TrackedPoseDriver_1 * __this, TrackedPoseDriver_UpdateType__Enum_1 value, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, TrackedPoseDriver_1_get_UseRelativeTransform, (TrackedPoseDriver_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88980, void, TrackedPoseDriver_1_set_UseRelativeTransform, (TrackedPoseDriver_1 * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x02D8B9A0, Pose, TrackedPoseDriver_1_get_originPose, (TrackedPoseDriver_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8B9C0, void, TrackedPoseDriver_1_set_originPose, (TrackedPoseDriver_1 * __this, Pose value, MethodInfo * method)); DO_APP_FUNC(0x02D8B9E0, void, TrackedPoseDriver_1_CacheLocalPosition, (TrackedPoseDriver_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8BB60, void, TrackedPoseDriver_1_ResetToCachedLocalPosition, (TrackedPoseDriver_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8B9E0, void, TrackedPoseDriver_1_Awake, (TrackedPoseDriver_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TrackedPoseDriver_1_OnDestroy, (TrackedPoseDriver_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8BBB0, void, TrackedPoseDriver_1_OnEnable, (TrackedPoseDriver_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8BC60, void, TrackedPoseDriver_1_OnDisable, (TrackedPoseDriver_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8BD50, void, TrackedPoseDriver_1_FixedUpdate, (TrackedPoseDriver_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8BD50, void, TrackedPoseDriver_1_Update, (TrackedPoseDriver_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8BD70, void, TrackedPoseDriver_1_OnBeforeRender, (TrackedPoseDriver_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8BD90, void, TrackedPoseDriver_1_SetLocalTransform, (TrackedPoseDriver_1 * __this, Vector3 newPosition, Quaternion newRotation, PoseDataFlags__Enum poseFlags, MethodInfo * method)); DO_APP_FUNC(0x02D8BF50, Pose, TrackedPoseDriver_1_TransformPoseByOriginIfNeeded, (TrackedPoseDriver_1 * __this, Pose pose, MethodInfo * method)); DO_APP_FUNC(0x02D8C030, bool, TrackedPoseDriver_1_HasStereoCamera, (TrackedPoseDriver_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8C190, void, TrackedPoseDriver_1_PerformUpdate, (TrackedPoseDriver_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8C490, void, TrackedPoseDriver_1__ctor, (TrackedPoseDriver_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x02D8C4E0, PoseDataFlags__Enum, BasePoseProvider_GetPoseFromProvider, (BasePoseProvider * __this, Pose * output, MethodInfo * method)); DO_APP_FUNC(0x02D8C510, bool, BasePoseProvider_TryGetPoseFromProvider, (BasePoseProvider * __this, Pose * output, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, BasePoseProvider__ctor, (BasePoseProvider * __this, MethodInfo * method)); DO_APP_FUNC(0x00BA1F00, void, BlendShapesPresetControllerBase_Init, (BlendShapesPresetControllerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00BA2530, void, BlendShapesPresetControllerBase_Start, (BlendShapesPresetControllerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00BA2640, void, BlendShapesPresetControllerBase_Update, (BlendShapesPresetControllerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00BA2650, void, BlendShapesPresetControllerBase_LateUpdate, (BlendShapesPresetControllerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00BA2660, void, BlendShapesPresetControllerBase_UpdateBlendShapes, (BlendShapesPresetControllerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00BA34C0, void, BlendShapesPresetControllerBase_ClearBlendShapesWeights, (BlendShapesPresetControllerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00BA3750, int32_t, BlendShapesPresetControllerBase_GetPresetStateId, (BlendShapesPresetControllerBase * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00BA3890, BlendShapesPresetControllerBase_PresetState *, BlendShapesPresetControllerBase_GetPresetState, (BlendShapesPresetControllerBase * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x00BA3930, BlendShapesPresetControllerBase_PresetState *, BlendShapesPresetControllerBase_GetPresetState_1, (BlendShapesPresetControllerBase * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00BA3960, void, BlendShapesPresetControllerBase_SetWeight, (BlendShapesPresetControllerBase * __this, String * name, float weight, MethodInfo * method)); DO_APP_FUNC(0x00BA39F0, void, BlendShapesPresetControllerBase_SetWeight_1, (BlendShapesPresetControllerBase * __this, int32_t id, float weight, MethodInfo * method)); DO_APP_FUNC(0x00BA3A90, float, BlendShapesPresetControllerBase_GetWeight, (BlendShapesPresetControllerBase * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x00BA3B20, float, BlendShapesPresetControllerBase_GetWeight_1, (BlendShapesPresetControllerBase * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x00BA3BA0, void, BlendShapesPresetControllerBase_Refresh, (BlendShapesPresetControllerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00BA3BB0, void, BlendShapesPresetControllerBase__ctor, (BlendShapesPresetControllerBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00BA3E00, void, BlendShapesPresetControllerBase__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00BA3EB0, void, BlendShapesPresetControllerBase_BlendShapeState__ctor, (BlendShapesPresetControllerBase_BlendShapeState * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BlendShapesPresetControllerBase_PresetState__ctor, (BlendShapesPresetControllerBase_PresetState * __this, MethodInfo * method)); DO_APP_FUNC(0x0075D070, void, BlendShapesPresetTemplateBase__ctor, (BlendShapesPresetTemplateBase * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BlendShapesPresetTemplateBase_BlendShapeData__ctor, (BlendShapesPresetTemplateBase_BlendShapeData * __this, MethodInfo * method)); DO_APP_FUNC(0x00BA3F40, void, BlendShapesPresetTemplateBase_PresetData__ctor, (BlendShapesPresetTemplateBase_PresetData * __this, MethodInfo * method)); DO_APP_FUNC(0x02C700C0, void, MockRuntime_add_onScriptEvent, (MockRuntime_ScriptEventDelegate * value, MethodInfo * method)); DO_APP_FUNC(0x02C701D0, void, MockRuntime_remove_onScriptEvent, (MockRuntime_ScriptEventDelegate * value, MethodInfo * method)); DO_APP_FUNC(0x02C702E0, MockRuntime *, MockRuntime_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x02C70330, void, MockRuntime_ReceiveScriptEvent, (MockRuntime_ScriptEvent__Enum evt, uint64_t param, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A2F0, MockRuntime_ReceiveScriptEvent__MethodInfo); DO_APP_FUNC(0x02C703A0, XrResult__Enum_1, MockRuntime_BeforeFunctionCallback, (String * function, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77778, MockRuntime_BeforeFunctionCallback__MethodInfo); DO_APP_FUNC(0x02C703E0, void, MockRuntime_AfterFunctionCallback, (String * function, XrResult__Enum_1 result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77768, MockRuntime_AfterFunctionCallback__MethodInfo); DO_APP_FUNC(0x02C70420, void, MockRuntime_SetFunctionCallback, (String * function, MockRuntime_BeforeFunctionDelegate * beforeCallback, MockRuntime_AfterFunctionDelegate * afterCallback, MethodInfo * method)); DO_APP_FUNC(0x02C70B50, void, MockRuntime_SetFunctionCallback_1, (String * function, MockRuntime_BeforeFunctionDelegate * beforeCallback, MethodInfo * method)); DO_APP_FUNC(0x02C70B90, void, MockRuntime_SetFunctionCallback_2, (String * function, MockRuntime_AfterFunctionDelegate * afterCallback, MethodInfo * method)); DO_APP_FUNC(0x02C70BD0, MockRuntime_BeforeFunctionDelegate *, MockRuntime_GetBeforeFunctionCallback, (String * function, MethodInfo * method)); DO_APP_FUNC(0x02C70C60, MockRuntime_AfterFunctionDelegate *, MockRuntime_GetAfterFunctionCallback, (String * function, MethodInfo * method)); DO_APP_FUNC(0x02C70CF0, void, MockRuntime_ClearFunctionCallbacks, (MethodInfo * method)); DO_APP_FUNC(0x02C70E00, void, MockRuntime_ResetDefaults, (MethodInfo * method)); DO_APP_FUNC(0x02C70EA0, void, MockRuntime_OnInstanceDestroy, (MockRuntime * __this, uint64_t instance, MethodInfo * method)); DO_APP_FUNC(0x02C70EB0, void *, MockRuntime_HookCreateInstance, (void * func, MethodInfo * method)); DO_APP_FUNC(0x02C70F30, void, MockRuntime_SetKeepFunctionCallbacks, (bool value, MethodInfo * method)); DO_APP_FUNC(0x02C70FB0, void, MockRuntime_SetViewPose, (XrViewConfigurationType__Enum viewConfigurationType, int32_t viewIndex, Vector3 position, Quaternion orientation, Vector4 fov, MethodInfo * method)); DO_APP_FUNC(0x02C71090, void, MockRuntime_SetViewState, (XrViewConfigurationType__Enum viewConfigurationType, XrViewStateFlags__Enum viewStateFlags, MethodInfo * method)); DO_APP_FUNC(0x02C71120, void, MockRuntime_SetSpace, (XrReferenceSpaceType__Enum_2 referenceSpace, Vector3 position, Quaternion orientation, XrSpaceLocationFlags__Enum locationFlags, MethodInfo * method)); DO_APP_FUNC(0x02C711E0, void, MockRuntime_SetSpace_1, (uint64_t actionHandle, Vector3 position, Quaternion orientation, XrSpaceLocationFlags__Enum locationFlags, MethodInfo * method)); DO_APP_FUNC(0x02C712A0, XrResult__Enum_1, MockRuntime_Internal_RegisterScriptEventCallback, (MockRuntime_ScriptEventDelegate * callback, MethodInfo * method)); DO_APP_FUNC(0x02C71330, bool, MockRuntime_Internal_TransitionToState, (XrSessionState__Enum_1 state, bool forceTransition, MethodInfo * method)); DO_APP_FUNC(0x02C713C0, XrSessionState__Enum_1, MockRuntime_Internal_GetSessionState, (MethodInfo * method)); DO_APP_FUNC(0x02C71430, void, MockRuntime_RequestExitSession, (MethodInfo * method)); DO_APP_FUNC(0x02C714A0, void, MockRuntime_CauseInstanceLoss, (MethodInfo * method)); DO_APP_FUNC(0x02C71510, void, MockRuntime_SetReferenceSpaceBounds, (XrReferenceSpaceType__Enum_2 referenceSpace, Vector2 bounds, MethodInfo * method)); DO_APP_FUNC(0x02C715A0, void, MockRuntime_GetEndFrameStats, (int32_t * primaryLayerCount, int32_t * secondaryLayerCount, MethodInfo * method)); DO_APP_FUNC(0x02C71630, void, MockRuntime_ActivateSecondaryView, (XrViewConfigurationType__Enum viewConfigurationType, bool activate, MethodInfo * method)); DO_APP_FUNC(0x02C716C0, void, MockRuntime_MockRuntime_RegisterFunctionCallbacks, (MockRuntime_BeforeFunctionDelegate * hookBefore, MockRuntime_AfterFunctionDelegate * hookAfter, MethodInfo * method)); DO_APP_FUNC(0x02C71760, void, MockRuntime_MetaPerformanceMetrics_SeedCounterOnce_Float, (String * xrPathString, float value, uint32_t unit, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, MockRuntime__ctor, (MockRuntime * __this, MethodInfo * method)); DO_APP_FUNC(0x02C4D5F0, void, MockRuntime_ScriptEventDelegate__ctor, (MockRuntime_ScriptEventDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, MockRuntime_ScriptEventDelegate_Invoke, (MockRuntime_ScriptEventDelegate * __this, MockRuntime_ScriptEvent__Enum evt, uint64_t param, MethodInfo * method)); DO_APP_FUNC(0x02C71820, IAsyncResult *, MockRuntime_ScriptEventDelegate_BeginInvoke, (MockRuntime_ScriptEventDelegate * __this, MockRuntime_ScriptEvent__Enum evt, uint64_t param, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, MockRuntime_ScriptEventDelegate_EndInvoke, (MockRuntime_ScriptEventDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x02535DD0, void, MockRuntime_BeforeFunctionDelegate__ctor, (MockRuntime_BeforeFunctionDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, XrResult__Enum_1, MockRuntime_BeforeFunctionDelegate_Invoke, (MockRuntime_BeforeFunctionDelegate * __this, String * functionName, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, MockRuntime_BeforeFunctionDelegate_BeginInvoke, (MockRuntime_BeforeFunctionDelegate * __this, String * functionName, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EB210, XrResult__Enum_1, MockRuntime_BeforeFunctionDelegate_EndInvoke, (MockRuntime_BeforeFunctionDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x022FF610, void, MockRuntime_AfterFunctionDelegate__ctor, (MockRuntime_AfterFunctionDelegate * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, MockRuntime_AfterFunctionDelegate_Invoke, (MockRuntime_AfterFunctionDelegate * __this, String * functionName, XrResult__Enum_1 result, MethodInfo * method)); DO_APP_FUNC(0x02C718C0, IAsyncResult *, MockRuntime_AfterFunctionDelegate_BeginInvoke, (MockRuntime_AfterFunctionDelegate * __this, String * functionName, XrResult__Enum_1 result, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, MockRuntime_AfterFunctionDelegate_EndInvoke, (MockRuntime_AfterFunctionDelegate * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, StyledMonoBehaviour__ctor, (StyledMonoBehaviour * __this, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, StyledScriptableObject__ctor, (StyledScriptableObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00BA04B0, void, StyledBanner__ctor, (StyledBanner * __this, String * title, MethodInfo * method)); DO_APP_FUNC(0x00BA05B0, void, StyledBanner__ctor_1, (StyledBanner * __this, float colorR, float colorG, float colorB, String * title, MethodInfo * method)); DO_APP_FUNC(0x00BA06F0, void, StyledBanner__ctor_2, (StyledBanner * __this, String * title, String * helpURL, MethodInfo * method)); DO_APP_FUNC(0x00BA07B0, void, StyledBanner__ctor_3, (StyledBanner * __this, float colorR, float colorG, float colorB, String * title, String * helpURL, MethodInfo * method)); DO_APP_FUNC(0x00BA0870, void, StyledBanner__ctor_4, (StyledBanner * __this, String * title, String * subtitle, String * helpURL, MethodInfo * method)); DO_APP_FUNC(0x00BA0930, void, StyledBanner__ctor_5, (StyledBanner * __this, float colorR, float colorG, float colorB, String * title, String * subtitle, String * helpURL, MethodInfo * method)); DO_APP_FUNC(0x00BA09F0, void, StyledButton__ctor, (StyledButton * __this, String * Text, MethodInfo * method)); DO_APP_FUNC(0x00BA0AE0, void, StyledButton__ctor_1, (StyledButton * __this, String * Text, float Top, float Down, MethodInfo * method)); DO_APP_FUNC(0x00BA0BF0, void, StyledCategory__ctor, (StyledCategory * __this, String * category, MethodInfo * method)); DO_APP_FUNC(0x00BA0C60, void, StyledCategory__ctor_1, (StyledCategory * __this, String * category, bool colapsable, MethodInfo * method)); DO_APP_FUNC(0x00BA0CD0, void, StyledCategory__ctor_2, (StyledCategory * __this, String * category, float top, float down, MethodInfo * method)); DO_APP_FUNC(0x00BA0D40, void, StyledCategory__ctor_3, (StyledCategory * __this, String * category, int32_t top, int32_t down, bool colapsable, MethodInfo * method)); DO_APP_FUNC(0x00BA0DD0, void, StyledEnum__ctor, (StyledEnum * __this, String * file, String * options, int32_t top, int32_t down, MethodInfo * method)); DO_APP_FUNC(0x00BA0FF0, void, StyledEnum__ctor_1, (StyledEnum * __this, String * display, String * file, String * options, int32_t top, int32_t down, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, StyledIndent__ctor, (StyledIndent * __this, int32_t indent, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StyledInteractive__ctor, (StyledInteractive * __this, MethodInfo * method)); DO_APP_FUNC(0x00BA1260, void, StyledLayers__ctor, (StyledLayers * __this, MethodInfo * method)); DO_APP_FUNC(0x00BA12F0, void, StyledLayers__ctor_1, (StyledLayers * __this, String * display, MethodInfo * method)); DO_APP_FUNC(0x00BA13E0, void, StyledMask__ctor, (StyledMask * __this, String * file, String * options, int32_t top, int32_t down, MethodInfo * method)); DO_APP_FUNC(0x00BA1600, void, StyledMask__ctor_1, (StyledMask * __this, String * display, String * file, String * options, int32_t top, int32_t down, MethodInfo * method)); DO_APP_FUNC(0x00BA1870, void, StyledMessage__ctor, (StyledMessage * __this, String * Type, String * Message, MethodInfo * method)); DO_APP_FUNC(0x00BA1930, void, StyledMessage__ctor_1, (StyledMessage * __this, String * Type, String * Message, float Top, float Down, MethodInfo * method)); DO_APP_FUNC(0x00BA19F0, void, StyledRangeOptions__ctor, (StyledRangeOptions * __this, String * display, float min, float max, String__Array * options, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, StyledSpace__ctor, (StyledSpace * __this, int32_t space, MethodInfo * method)); DO_APP_FUNC(0x00BA1AB0, void, StyledText__ctor, (StyledText * __this, MethodInfo * method)); DO_APP_FUNC(0x00BA1B40, void, StyledText__ctor_1, (StyledText * __this, TextAnchor__Enum alignment, MethodInfo * method)); DO_APP_FUNC(0x00BA1BD0, void, StyledText__ctor_2, (StyledText * __this, TextAnchor__Enum alignment, float top, float down, MethodInfo * method)); DO_APP_FUNC(0x00BA1C90, void, StyledTexturePreview__ctor, (StyledTexturePreview * __this, MethodInfo * method)); DO_APP_FUNC(0x00BA1D80, void, StyledTexturePreview__ctor_1, (StyledTexturePreview * __this, String * displayName, MethodInfo * method)); DO_APP_FUNC(0x00BA1E70, void, SettingsData__ctor, (SettingsData * __this, MethodInfo * method)); DO_APP_FUNC(0x0225FBA0, void, ProviderBase_Initialize, (ProviderBase * __this, String * name, NameValueCollection * config, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58E08, ProviderBase_Initialize__MethodInfo); DO_APP_FUNC(0x0225FBD0, ConfigurationPropertyCollection *, ConfigurationElement_get_Properties, (ConfigurationElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58E18, ConfigurationElement_get_Properties__MethodInfo); DO_APP_FUNC(0x0225FC00, void, ConfigurationElement_DeserializeElement, (ConfigurationElement * __this, XmlReader * reader, bool serializeCollectionKey, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58E00, ConfigurationElement_DeserializeElement__MethodInfo); DO_APP_FUNC(0x0225FC30, void, ConfigurationElement_InitializeDefault, (ConfigurationElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58CB0, ConfigurationElement_InitializeDefault__MethodInfo); DO_APP_FUNC(0x0225FC60, bool, ConfigurationElement_IsModified, (ConfigurationElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58C70, ConfigurationElement_IsModified__MethodInfo); DO_APP_FUNC(0x0225FC90, void, ConfigurationElement_PostDeserialize, (ConfigurationElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58C98, ConfigurationElement_PostDeserialize__MethodInfo); DO_APP_FUNC(0x0225FCC0, void, ConfigurationElement_Reset, (ConfigurationElement * __this, ConfigurationElement * parentElement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58C48, ConfigurationElement_Reset__MethodInfo); DO_APP_FUNC(0x0225FCF0, void, ConfigurationElement_ResetModified, (ConfigurationElement * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58C20, ConfigurationElement_ResetModified__MethodInfo); DO_APP_FUNC(0x0225FD20, bool, ConfigurationElement_SerializeToXmlElement, (ConfigurationElement * __this, XmlWriter * writer, String * elementName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58D68, ConfigurationElement_SerializeToXmlElement__MethodInfo); DO_APP_FUNC(0x0225FD50, void, ConfigurationElement_Unmerge, (ConfigurationElement * __this, ConfigurationElement * sourceElement, ConfigurationElement * parentElement, ConfigurationSaveMode__Enum saveMode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58DA0, ConfigurationElement_Unmerge__MethodInfo); DO_APP_FUNC(0x0225FD80, void, ConfigurationSection_DeserializeSection, (ConfigurationSection * __this, XmlReader * reader, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58D50, ConfigurationSection_DeserializeSection__MethodInfo); DO_APP_FUNC(0x0225FDB0, bool, ConfigurationSection_IsModified, (ConfigurationSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58D08, ConfigurationSection_IsModified__MethodInfo); DO_APP_FUNC(0x0225FDE0, void, ConfigurationSection_ResetModified, (ConfigurationSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58CD0, ConfigurationSection_ResetModified__MethodInfo); DO_APP_FUNC(0x0225FE10, String *, ConfigurationSection_SerializeSection, (ConfigurationSection * __this, ConfigurationElement * parentElement, String * name, ConfigurationSaveMode__Enum saveMode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58CF0, ConfigurationSection_SerializeSection__MethodInfo); DO_APP_FUNC(0x0225FE40, ConfigurationElementCollectionType__Enum, ConfigurationElementCollection_get_CollectionType, (ConfigurationElementCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58AC8, ConfigurationElementCollection_get_CollectionType__MethodInfo); DO_APP_FUNC(0x0225FE70, String *, ConfigurationElementCollection_get_ElementName, (ConfigurationElementCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58A78, ConfigurationElementCollection_get_ElementName__MethodInfo); DO_APP_FUNC(0x0225FEA0, bool, ConfigurationElementCollection_get_ThrowOnDuplicate, (ConfigurationElementCollection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58A10, ConfigurationElementCollection_get_ThrowOnDuplicate__MethodInfo); DO_APP_FUNC(0x003AC050, void, ConfigurationCollectionAttribute__ctor, (ConfigurationCollectionAttribute * __this, Type * itemType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ConfigurationCollectionAttribute_set_AddItemName, (ConfigurationCollectionAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ConfigurationCollectionAttribute_set_ClearItemsName, (ConfigurationCollectionAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ConfigurationCollectionAttribute_set_CollectionType, (ConfigurationCollectionAttribute * __this, ConfigurationElementCollectionType__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ConfigurationCollectionAttribute_set_RemoveItemName, (ConfigurationCollectionAttribute * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0225FED0, void, ProviderCollection_Add, (ProviderCollection * __this, ProviderBase * provider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58A48, ProviderCollection_Add__MethodInfo); DO_APP_FUNC(0x0225FF00, void, IgnoreSection__ctor, (IgnoreSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C589E8, IgnoreSection__ctor__MethodInfo); DO_APP_FUNC(0x0225FF30, ConfigurationPropertyCollection *, IgnoreSection_get_Properties, (IgnoreSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58BF0, IgnoreSection_get_Properties__MethodInfo); DO_APP_FUNC(0x0225FF60, void, IgnoreSection_DeserializeSection, (IgnoreSection * __this, XmlReader * xmlReader, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58B78, IgnoreSection_DeserializeSection__MethodInfo); DO_APP_FUNC(0x0225FF90, bool, IgnoreSection_IsModified, (IgnoreSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58BC0, IgnoreSection_IsModified__MethodInfo); DO_APP_FUNC(0x0225FFC0, void, IgnoreSection_Reset, (IgnoreSection * __this, ConfigurationElement * parentSection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58B58, IgnoreSection_Reset__MethodInfo); DO_APP_FUNC(0x0225FFF0, void, IgnoreSection_ResetModified, (IgnoreSection * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58B00, IgnoreSection_ResetModified__MethodInfo); DO_APP_FUNC(0x02260020, String *, IgnoreSection_SerializeSection, (IgnoreSection * __this, ConfigurationElement * parentSection, String * name, ConfigurationSaveMode__Enum saveMode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58920, IgnoreSection_SerializeSection__MethodInfo); DO_APP_FUNC(0x02260050, void, ThrowStub_3_ThrowNotSupportedException, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58938, ThrowStub_3_ThrowNotSupportedException__MethodInfo); DO_APP_FUNC(0x0098F1F0, void, NullPlatform__ctor, (NullPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x028803D0, UdpPlatformSocket *, NullPlatform_CreateSocket, (NullPlatform * __this, bool ipv6, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, UdpSessionSource__Enum, NullPlatform_GetSessionSource, (NullPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x02880470, List_1_UdpKit_Platform_UdpPlatformInterface_ *, NullPlatform_GetNetworkInterfaces, (NullPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x028804E0, uint32_t, NullPlatform_GetPrecisionTime, (NullPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, NullPlatform_get_IsNull, (NullPlatform * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, NullSocket__ctor, (NullSocket * __this, NullPlatform * p, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NullSocket_Bind, (NullSocket * __this, UdpEndPoint ep, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, NullSocket_get_Broadcast, (NullSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, NullSocket_set_Broadcast, (NullSocket * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NullSocket_Close, (NullSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x02880530, UdpEndPoint, NullSocket_get_EndPoint, (NullSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x028805A0, String *, NullSocket_get_Error, (NullSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, NullSocket_get_IsBound, (NullSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, UdpPlatform *, NullSocket_get_Platform, (NullSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, NullSocket_RecvFrom, (NullSocket * __this, Byte__Array * buffer, int32_t bufferSize, UdpEndPoint * remoteEndpoint, MethodInfo * method)); DO_APP_FUNC(0x028805E0, bool, NullSocket_RecvPoll, (NullSocket * __this, int32_t timeout, MethodInfo * method)); DO_APP_FUNC(0x0270BA30, bool, NullSocket_RecvPoll_1, (NullSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x019AEF30, int32_t, NullSocket_SendTo, (NullSocket * __this, Byte__Array * buffer, int32_t bytesToSend, UdpEndPoint endpoint, MethodInfo * method)); DO_APP_FUNC(0x028AB120, void, UIEffect_Demo_ColorControl_Start, (UIEffect_Demo_ColorControl * __this, MethodInfo * method)); DO_APP_FUNC(0x028AB360, void, UIEffect_Demo_ColorControl_ChangeColor, (UIEffect_Demo_ColorControl * __this, int32_t channel, float value, MethodInfo * method)); DO_APP_FUNC(0x028AB470, void, UIEffect_Demo_ColorControl__ctor, (UIEffect_Demo_ColorControl * __this, MethodInfo * method)); DO_APP_FUNC(0x028AB580, void, UIEffect_Demo_ColorControl_ColorEvent__ctor, (UIEffect_Demo_ColorControl_ColorEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UIEffect_Demo_ColorControl_c_DisplayClass3_0__ctor, (UIEffect_Demo_ColorControl_c_DisplayClass3_0 * __this, MethodInfo * method)); DO_APP_FUNC(0x028AB5C0, void, UIEffect_Demo_ColorControl_c_DisplayClass3_0__Start_b__0, (UIEffect_Demo_ColorControl_c_DisplayClass3_0 * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80660, UIEffect_Demo_ColorControl_c_DisplayClass3_0__Start_b__0__MethodInfo); DO_APP_FUNC(0x028AB6D0, void, UIEffect_Demo_PropertyControl_ChangeValue, (UIEffect_Demo_PropertyControl * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, UIEffect_Demo_PropertyControl__ctor, (UIEffect_Demo_PropertyControl * __this, MethodInfo * method)); DO_APP_FUNC(0x028ABA90, void, UIEffect_Demo_Start, (UIEffect_Demo * __this, MethodInfo * method)); DO_APP_FUNC(0x028ABB20, void, UIEffect_Demo_SetTimeScale, (UIEffect_Demo * __this, float scale, MethodInfo * method)); DO_APP_FUNC(0x028ABB80, void, UIEffect_Demo_Open, (UIEffect_Demo * __this, Animator * anim, MethodInfo * method)); DO_APP_FUNC(0x028ABCB0, void, UIEffect_Demo_Close, (UIEffect_Demo * __this, Animator * anim, MethodInfo * method)); DO_APP_FUNC(0x028ABD40, void, UIEffect_Demo_Capture, (UIEffect_Demo * __this, Animator * anim, MethodInfo * method)); DO_APP_FUNC(0x028ABDD0, void, UIEffect_Demo_SetCanvasOverlay, (UIEffect_Demo * __this, bool isOverlay, MethodInfo * method)); DO_APP_FUNC(0x028ABE70, void, UIEffect_Demo_SetRenderMode, (UIEffect_Demo * __this, int32_t mode, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, UIEffect_Demo__ctor, (UIEffect_Demo * __this, MethodInfo * method)); DO_APP_FUNC(0x02C6F0C0, bool, ConformanceAutomationFeature_OnInstanceCreate, (ConformanceAutomationFeature * __this, uint64_t instance, MethodInfo * method)); DO_APP_FUNC(0x02C6F220, void, ConformanceAutomationFeature_OnInstanceDestroy, (ConformanceAutomationFeature * __this, uint64_t xrInstance, MethodInfo * method)); DO_APP_FUNC(0x02C6F260, void, ConformanceAutomationFeature_OnSessionCreate, (ConformanceAutomationFeature * __this, uint64_t xrSessionId, MethodInfo * method)); DO_APP_FUNC(0x02C6F2B0, void, ConformanceAutomationFeature_OnSessionDestroy, (ConformanceAutomationFeature * __this, uint64_t xrSessionId, MethodInfo * method)); DO_APP_FUNC(0x02C6F2F0, bool, ConformanceAutomationFeature_ConformanceAutomationSetActive, (String * interactionProfile, String * topLevelPath, bool isActive, MethodInfo * method)); DO_APP_FUNC(0x02C6F470, bool, ConformanceAutomationFeature_ConformanceAutomationSetBool, (String * topLevelPath, String * inputSourcePath, bool state, MethodInfo * method)); DO_APP_FUNC(0x02C6F570, bool, ConformanceAutomationFeature_ConformanceAutomationSetFloat, (String * topLevelPath, String * inputSourcePath, float state, MethodInfo * method)); DO_APP_FUNC(0x02C6F670, bool, ConformanceAutomationFeature_ConformanceAutomationSetVec2, (String * topLevelPath, String * inputSourcePath, Vector2 state, MethodInfo * method)); DO_APP_FUNC(0x02C6F780, bool, ConformanceAutomationFeature_ConformanceAutomationSetPose, (String * topLevelPath, String * inputSourcePath, Vector3 position, Quaternion orientation, MethodInfo * method)); DO_APP_FUNC(0x02C6F990, bool, ConformanceAutomationFeature_ConformanceAutomationSetVelocity, (String * topLevelPath, String * inputSourcePath, bool linearValid, Vector3 linear, bool angularValid, Vector3 angular, MethodInfo * method)); DO_APP_FUNC(0x02C6FB80, void, ConformanceAutomationFeature_initialize, (void * xrGetInstanceProcAddr, uint64_t xrInstance, MethodInfo * method)); DO_APP_FUNC(0x02C6FC10, bool, ConformanceAutomationFeature_xrSetInputDeviceActiveEXT, (uint64_t xrSession, uint64_t interactionProfile, uint64_t topLevelPath, bool isActive, MethodInfo * method)); DO_APP_FUNC(0x02C6FCC0, bool, ConformanceAutomationFeature_xrSetInputDeviceStateBoolEXT, (uint64_t xrSession, uint64_t topLevelPath, uint64_t inputSourcePath, bool state, MethodInfo * method)); DO_APP_FUNC(0x02C6FD70, bool, ConformanceAutomationFeature_xrSetInputDeviceStateFloatEXT, (uint64_t xrSession, uint64_t topLevelPath, uint64_t inputSourcePath, float state, MethodInfo * method)); DO_APP_FUNC(0x02C6FE20, bool, ConformanceAutomationFeature_xrSetInputDeviceStateVector2fEXT, (uint64_t xrSession, uint64_t topLevelPath, uint64_t inputSourcePath, XrVector2f state, MethodInfo * method)); DO_APP_FUNC(0x02C6FED0, bool, ConformanceAutomationFeature_xrSetInputDeviceLocationEXT, (uint64_t xrSession, uint64_t topLevelPath, uint64_t inputSourcePath, uint64_t space, XrPosef pose, MethodInfo * method)); DO_APP_FUNC(0x02C6FFB0, bool, ConformanceAutomationFeature_xrSetInputDeviceVelocityUNITY, (uint64_t xrSession, uint64_t topLevelPath, uint64_t inputSourcePath, bool linearValid, XrVector3f linear, bool angularValid, XrVector3f angular, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, ConformanceAutomationFeature__ctor, (ConformanceAutomationFeature * __this, MethodInfo * method)); DO_APP_FUNC(0x02C71950, void *, RuntimeDebuggerOpenXRFeature_HookGetInstanceProcAddr, (RuntimeDebuggerOpenXRFeature * __this, void * func, MethodInfo * method)); DO_APP_FUNC(0x02C71AE0, void, RuntimeDebuggerOpenXRFeature_RecvMsg, (RuntimeDebuggerOpenXRFeature * __this, MessageEventArgs * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77BF0, RuntimeDebuggerOpenXRFeature_RecvMsg__MethodInfo); DO_APP_FUNC(0x02C71E40, void *, RuntimeDebuggerOpenXRFeature_Native_HookGetInstanceProcAddr, (void * func, uint32_t cacheSize, uint32_t perThreadCacheSize, MethodInfo * method)); DO_APP_FUNC(0x02C71EE0, bool, RuntimeDebuggerOpenXRFeature_Native_GetDataForRead, (void * * ptr, uint32_t * size, MethodInfo * method)); DO_APP_FUNC(0x02C71F70, void, RuntimeDebuggerOpenXRFeature_Native_GetLUTData, (void * * ptr, uint32_t * size, uint32_t offset, MethodInfo * method)); DO_APP_FUNC(0x02C72010, void, RuntimeDebuggerOpenXRFeature_Native_StartDataAccess, (MethodInfo * method)); DO_APP_FUNC(0x02C72080, void, RuntimeDebuggerOpenXRFeature_Native_EndDataAccess, (MethodInfo * method)); DO_APP_FUNC(0x02C720F0, void, RuntimeDebuggerOpenXRFeature__ctor, (RuntimeDebuggerOpenXRFeature * __this, MethodInfo * method)); DO_APP_FUNC(0x02C72110, void, RuntimeDebuggerOpenXRFeature__cctor, (MethodInfo * method)); DO_APP_FUNC(0x00C51D80, uint32_t, Process_1_GetCurrentProcessId, (MethodInfo * method)); DO_APP_FUNC(0x00C51E00, bool, Process_1_EnumProcessModules, (void * hProcess, IntPtr__Array * lphModule, uint32_t cb, uint32_t * lpcbNeeded, MethodInfo * method)); DO_APP_FUNC(0x00C51EC0, void *, Process_1_OpenProcess, (uint32_t processAccess, bool bInheritHandle, uint32_t processId, MethodInfo * method)); DO_APP_FUNC(0x00C51F60, uint32_t, Process_1_GetModuleBaseName, (void * hProcess, void * hModule, StringBuilder * lpBaseName, uint32_t nSize, MethodInfo * method)); DO_APP_FUNC(0x00C52040, String__Array *, Process_1_GetModuleNames, (MethodInfo * method)); DO_APP_FUNC(0x01C8F3D0, Camera *, CameraUtility_1_FindCamera, (GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01C8FCD0, Camera *, CameraUtility_1_SearchForCamera, (GameObject * character, MethodInfo * method)); DO_APP_FUNC(0x01C90260, void, CameraUtility_1_ClearCache, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CameraUtility_1__ctor, (CameraUtility_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01C90300, void, CameraUtility_1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01C903F0, void, ObjectPool_1__ctor, (ObjectPool_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01C90400, void, Scheduler__ctor, (Scheduler * __this, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, ItemDefinitionBase__ctor, (ItemDefinitionBase * __this, MethodInfo * method)); DO_APP_FUNC(0x021E9C70, void, Functions_ForwardRawInput, (void * rawInputHeaderIndices, void * rawInputDataIndices, uint32_t indicesCount, void * rawInputData, uint32_t rawInputDataSize, MethodInfo * method)); DO_APP_FUNC(0x0310BD50, void, _Il2CppComObject_Finalize, (_Il2CppComObject * __this, MethodInfo * method)); DO_APP_FUNC(0x0310BD50, void, _Il2CppComDelegate_Finalize, (_Il2CppComDelegate * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, IdentityFunction_1_TElement_c_System_Collections_Generic_KeyValuePair_2___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IdentityFunction_1_TElement_c_System_Collections_Generic_KeyValuePair_2___ctor, (IdentityFunction_1_TElement_c_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC65C0, KeyValuePair_2_UnityEngine_Vector3_System_Int32_, IdentityFunction_1_TElement_c_System_Collections_Generic_KeyValuePair_2___get_Instance_b__1_0, (IdentityFunction_1_TElement_c_System_Collections_Generic_KeyValuePair_2_ * __this, KeyValuePair_2_UnityEngine_Vector3_System_Int32_ x, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, RoomClientsCollection_1_T_c_System_Nullable_1___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RoomClientsCollection_1_T_c_System_Nullable_1___ctor, (RoomClientsCollection_1_T_c_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC65D0, List_1_System_String_ *, RoomClientsCollection_1_T_c_System_Nullable_1____ctor_b__13_0, (RoomClientsCollection_1_T_c_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_Background___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_Background___ctor, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6640, Queue_1_UnityEngine_UIElements_EventBase_ *, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_Background____cctor_b__11_0, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, RoomClientsCollection_1_T_c_Dissonance_Integrations_PhotonBolt_BoltPeer___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RoomClientsCollection_1_T_c_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (RoomClientsCollection_1_T_c_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC66B0, List_1_System_String_ *, RoomClientsCollection_1_T_c_Dissonance_Integrations_PhotonBolt_BoltPeer____ctor_b__13_0, (RoomClientsCollection_1_T_c_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, SendQueue_1_TPeer_c_Dissonance_Integrations_PhotonBolt_BoltPeer___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SendQueue_1_TPeer_c_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (SendQueue_1_TPeer_c_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6720, List_1_Dissonance_Networking_ClientInfo_1_ *, SendQueue_1_TPeer_c_Dissonance_Integrations_PhotonBolt_BoltPeer____ctor_b__9_0, (SendQueue_1_TPeer_c_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_UnityEngine_Color___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_UnityEngine_Color___ctor, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6790, Queue_1_UnityEngine_UIElements_EventBase_ *, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_UnityEngine_Color____cctor_b__11_0, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_FontDefinition___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_FontDefinition___ctor, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6800, Queue_1_UnityEngine_UIElements_EventBase_ *, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_FontDefinition____cctor_b__11_0, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, ValueTask_1_TResult_ValueTaskSourceAsTask_TResult_c_System_Int32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ValueTask_1_TResult_ValueTaskSourceAsTask_TResult_c_System_Int32___ctor, (ValueTask_1_TResult_ValueTaskSourceAsTask_TResult_c_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6870, void, ValueTask_1_TResult_ValueTaskSourceAsTask_TResult_c_System_Int32____cctor_b__4_0, (ValueTask_1_TResult_ValueTaskSourceAsTask_TResult_c_System_Int32_ * __this, Object * state, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_System_Int32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_System_Int32___ctor, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6A80, Queue_1_UnityEngine_UIElements_EventBase_ *, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_System_Int32____cctor_b__11_0, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, UxmlEnumAttributeDescription_1_T_c_System_Int32Enum___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UxmlEnumAttributeDescription_1_T_c_System_Int32Enum___ctor, (UxmlEnumAttributeDescription_1_T_c_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6AF0, Int32Enum__Enum, UxmlEnumAttributeDescription_1_T_c_System_Int32Enum___GetValueFromBag_b__3_0, (UxmlEnumAttributeDescription_1_T_c_System_Int32Enum_ * __this, String * s, Int32Enum__Enum convertible, MethodInfo * method)); DO_APP_FUNC(0x00FC6AF0, Int32Enum__Enum, UxmlEnumAttributeDescription_1_T_c_System_Int32Enum___TryGetValueFromBag_b__4_0, (UxmlEnumAttributeDescription_1_T_c_System_Int32Enum_ * __this, String * s, Int32Enum__Enum convertible, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_Length___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_Length___ctor, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_Length_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6B30, Queue_1_UnityEngine_UIElements_EventBase_ *, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_Length____cctor_b__11_0, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_Length_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, HashSetPool_1_T_c_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HashSetPool_1_T_c_System_Object___ctor, (HashSetPool_1_T_c_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6BA0, void, HashSetPool_1_T_c_System_Object____cctor_b__4_0, (HashSetPool_1_T_c_System_Object_ * __this, HashSet_1_System_Object_ * l, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, IdentityFunction_1_TElement_c_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IdentityFunction_1_TElement_c_System_Object___ctor, (IdentityFunction_1_TElement_c_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0041E8A0, Object *, IdentityFunction_1_TElement_c_System_Object___get_Instance_b__1_0, (IdentityFunction_1_TElement_c_System_Object_ * __this, Object * x, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, ListPool_1_T_c_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ListPool_1_T_c_System_Object___ctor, (ListPool_1_T_c_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6BA0, void, ListPool_1_T_c_System_Object____cctor_b__4_0, (ListPool_1_T_c_System_Object_ * __this, List_1_System_Object_ * l, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, ObjectParameter_1_T_c_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ObjectParameter_1_T_c_System_Object___ctor, (ObjectParameter_1_T_c_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6BD0, bool, ObjectParameter_1_T_c_System_Object___set_value_b__9_0, (ObjectParameter_1_T_c_System_Object_ * __this, FieldInfo_1 * t, MethodInfo * method)); DO_APP_FUNC(0x00FC6C90, int32_t, ObjectParameter_1_T_c_System_Object___set_value_b__9_1, (ObjectParameter_1_T_c_System_Object_ * __this, FieldInfo_1 * t, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, RenderGraphResourcePool_1_Type_c_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RenderGraphResourcePool_1_Type_c_System_Object___ctor, (RenderGraphResourcePool_1_Type_c_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6CC0, int32_t, RenderGraphResourcePool_1_Type_c_System_Object___LogResources_b__17_0, (RenderGraphResourcePool_1_Type_c_System_Object_ * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ a, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ b, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, RendezvousAwaitable_1_TResult_c_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RendezvousAwaitable_1_TResult_c_System_Object___ctor, (RendezvousAwaitable_1_TResult_c_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RendezvousAwaitable_1_TResult_c_System_Object____cctor_b__20_0, (RendezvousAwaitable_1_TResult_c_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, RoomClientsCollection_1_T_c_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RoomClientsCollection_1_T_c_System_Object___ctor, (RoomClientsCollection_1_T_c_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6CE0, List_1_System_String_ *, RoomClientsCollection_1_T_c_System_Object____ctor_b__13_0, (RoomClientsCollection_1_T_c_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, TMP_ListPool_1_T_c_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TMP_ListPool_1_T_c_System_Object___ctor, (TMP_ListPool_1_T_c_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6BA0, void, TMP_ListPool_1_T_c_System_Object____cctor_b__3_0, (TMP_ListPool_1_T_c_System_Object_ * __this, List_1_System_Object_ * l, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, UnwrapPromise_1_TResult_c_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UnwrapPromise_1_TResult_c_System_Object___ctor, (UnwrapPromise_1_TResult_c_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6D50, void, UnwrapPromise_1_TResult_c_System_Object___InvokeCoreAsync_b__8_0, (UnwrapPromise_1_TResult_c_System_Object_ * __this, Object * state, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, VerticalVirtualizationController_1_T_c_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, VerticalVirtualizationController_1_T_c_System_Object___ctor, (VerticalVirtualizationController_1_T_c_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6E50, Object *, VerticalVirtualizationController_1_T_c_System_Object____ctor_b__30_0, (VerticalVirtualizationController_1_T_c_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6E80, void, VerticalVirtualizationController_1_T_c_System_Object____ctor_b__30_1, (VerticalVirtualizationController_1_T_c_System_Object_ * __this, Object * i, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, ValueTask_1_TResult_ValueTaskSourceAsTask_TResult_c_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ValueTask_1_TResult_ValueTaskSourceAsTask_TResult_c_System_Object___ctor, (ValueTask_1_TResult_ValueTaskSourceAsTask_TResult_c_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6EB0, void, ValueTask_1_TResult_ValueTaskSourceAsTask_TResult_c_System_Object____cctor_b__4_0, (ValueTask_1_TResult_ValueTaskSourceAsTask_TResult_c_System_Object_ * __this, Object * state, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_System_Object___ctor, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC70C0, Queue_1_UnityEngine_UIElements_EventBase_ *, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_System_Object____cctor_b__11_0, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, IdentityFunction_1_TElement_c_UnityEngine_Resolution___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IdentityFunction_1_TElement_c_UnityEngine_Resolution___ctor, (IdentityFunction_1_TElement_c_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7130, Resolution, IdentityFunction_1_TElement_c_UnityEngine_Resolution___get_Instance_b__1_0, (IdentityFunction_1_TElement_c_UnityEngine_Resolution_ * __this, Resolution x, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_Rotate___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_Rotate___ctor, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_Rotate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7150, Queue_1_UnityEngine_UIElements_EventBase_ *, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_Rotate____cctor_b__11_0, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_Rotate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_Scale___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_Scale___ctor, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_Scale_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC71C0, Queue_1_UnityEngine_UIElements_EventBase_ *, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_Scale____cctor_b__11_0, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_Scale_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_System_Single___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_System_Single___ctor, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7230, Queue_1_UnityEngine_UIElements_EventBase_ *, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_System_Single____cctor_b__11_0, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_TextShadow___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_TextShadow___ctor, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_TextShadow_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC72A0, Queue_1_UnityEngine_UIElements_EventBase_ *, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_TextShadow____cctor_b__11_0, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_TextShadow_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_TransformOrigin___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_TransformOrigin___ctor, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_TransformOrigin_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7310, Queue_1_UnityEngine_UIElements_EventBase_ *, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_TransformOrigin____cctor_b__11_0, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_TransformOrigin_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_Translate___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_Translate___ctor, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_Translate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7380, Queue_1_UnityEngine_UIElements_EventBase_ *, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_Translate____cctor_b__11_0, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_T_c_Translate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, ValueTask_1_TResult_ValueTaskSourceAsTask_TResult_c_System_Net_WebSockets_ValueWebSocketReceiveResult___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ValueTask_1_TResult_ValueTaskSourceAsTask_TResult_c_System_Net_WebSockets_ValueWebSocketReceiveResult___ctor, (ValueTask_1_TResult_ValueTaskSourceAsTask_TResult_c_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC73F0, void, ValueTask_1_TResult_ValueTaskSourceAsTask_TResult_c_System_Net_WebSockets_ValueWebSocketReceiveResult____cctor_b__4_0, (ValueTask_1_TResult_ValueTaskSourceAsTask_TResult_c_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Object * state, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, UnwrapPromise_1_TResult_c_VoidTaskResult___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UnwrapPromise_1_TResult_c_VoidTaskResult___ctor, (UnwrapPromise_1_TResult_c_VoidTaskResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6D50, void, UnwrapPromise_1_TResult_c_VoidTaskResult___InvokeCoreAsync_b__8_0, (UnwrapPromise_1_TResult_c_VoidTaskResult_ * __this, Object * state, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_Color32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_Color32___ctor, (CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6E50, Object *, CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_Color32____cctor_b__5_0, (CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7600, void, CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_Color32____cctor_b__5_1, (CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_Color32_ * __this, Object * l, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, CollectionPool_2_TCollection_TItem_c_System_Object_System_Int32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CollectionPool_2_TCollection_TItem_c_System_Object_System_Int32___ctor, (CollectionPool_2_TCollection_TItem_c_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6E50, Object *, CollectionPool_2_TCollection_TItem_c_System_Object_System_Int32____cctor_b__5_0, (CollectionPool_2_TCollection_TItem_c_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7600, void, CollectionPool_2_TCollection_TItem_c_System_Object_System_Int32____cctor_b__5_1, (CollectionPool_2_TCollection_TItem_c_System_Object_System_Int32_ * __this, Object * l, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, CollectionPool_2_TCollection_TItem_c_System_Object_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CollectionPool_2_TCollection_TItem_c_System_Object_System_Object___ctor, (CollectionPool_2_TCollection_TItem_c_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6E50, Object *, CollectionPool_2_TCollection_TItem_c_System_Object_System_Object____cctor_b__5_0, (CollectionPool_2_TCollection_TItem_c_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7600, void, CollectionPool_2_TCollection_TItem_c_System_Object_System_Object____cctor_b__5_1, (CollectionPool_2_TCollection_TItem_c_System_Object_System_Object_ * __this, Object * l, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, DictionaryPool_2_TKey_TValue_c_System_Object_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DictionaryPool_2_TKey_TValue_c_System_Object_System_Object___ctor, (DictionaryPool_2_TKey_TValue_c_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6BA0, void, DictionaryPool_2_TKey_TValue_c_System_Object_System_Object____cctor_b__4_0, (DictionaryPool_2_TKey_TValue_c_System_Object_System_Object_ * __this, Dictionary_2_System_Object_System_Object_ * l, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, FancyCellGroup_2_TItemData_TContext_c_System_Object_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FancyCellGroup_2_TItemData_TContext_c_System_Object_System_Object___ctor, (FancyCellGroup_2_TItemData_TContext_c_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7650, FancyCell_2_System_Object_System_Object_ *, FancyCellGroup_2_TItemData_TContext_c_System_Object_System_Object___InstantiateCells_b__4_1, (FancyCellGroup_2_TItemData_TContext_c_System_Object_System_Object_ * __this, GameObject * x, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, FancyGridView_2_TItemData_TContext_c_System_Object_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FancyGridView_2_TItemData_TContext_c_System_Object_System_Object___ctor, (FancyGridView_2_TItemData_TContext_c_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7690, ValueTuple_2_Object_Int32_, FancyGridView_2_TItemData_TContext_c_System_Object_System_Object___UpdateContents_b__16_0, (FancyGridView_2_TItemData_TContext_c_System_Object_System_Object_ * __this, Object * item, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00FC7700, Object *, FancyGridView_2_TItemData_TContext_c_System_Object_System_Object___UpdateContents_b__16_2, (FancyGridView_2_TItemData_TContext_c_System_Object_System_Object_ * __this, ValueTuple_2_Object_Int32_ x, MethodInfo * method)); DO_APP_FUNC(0x00FC7710, Object__Array *, FancyGridView_2_TItemData_TContext_c_System_Object_System_Object___UpdateContents_b__16_3, (FancyGridView_2_TItemData_TContext_c_System_Object_System_Object_ * __this, IGrouping_2_System_Int32_System_Object_ * group, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_UIVertex___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_UIVertex___ctor, (CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6E50, Object *, CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_UIVertex____cctor_b__5_0, (CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7600, void, CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_UIVertex____cctor_b__5_1, (CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_UIVertex_ * __this, Object * l, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_Vector3___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_Vector3___ctor, (CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6E50, Object *, CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_Vector3____cctor_b__5_0, (CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7600, void, CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_Vector3____cctor_b__5_1, (CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_Vector3_ * __this, Object * l, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_Vector4___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_Vector4___ctor, (CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6E50, Object *, CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_Vector4____cctor_b__5_0, (CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7600, void, CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_Vector4____cctor_b__5_1, (CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_Vector4_ * __this, Object * l, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor___ctor, (CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6E50, Object *, CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor____cctor_b__5_0, (CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7600, void, CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor____cctor_b__5_1, (CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, Object * l, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState___ctor, (CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6E50, Object *, CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState____cctor_b__5_0, (CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7600, void, CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState____cctor_b__5_1, (CollectionPool_2_TCollection_TItem_c_System_Object_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, Object * l, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, BaseClient_3_TServer_TClient_TPeer_c_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseClient_3_TServer_TClient_TPeer_c_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (BaseClient_3_TServer_TClient_TPeer_c_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7740, Byte__Array *, BaseClient_3_TServer_TClient_TPeer_c_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer____ctor_b__62_0, (BaseClient_3_TServer_TClient_TPeer_c_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7780, List_1_Dissonance_RemoteChannel_ *, BaseClient_3_TServer_TClient_TPeer_c_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer____ctor_b__62_1, (BaseClient_3_TServer_TClient_TPeer_c_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, ServerClientState_3_TServer_TClient_TPeer_c_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ServerClientState_3_TServer_TClient_TPeer_c_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (ServerClientState_3_TServer_TClient_TPeer_c_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7860, List_1_Dissonance_RemoteChannel_ *, ServerClientState_3_TServer_TClient_TPeer_c_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer____ctor_b__42_0, (ServerClientState_3_TServer_TClient_TPeer_c_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, ServerClientState_3_TServer_TClient_TPeer_VoiceEventHandler_TServer_TClient_TPeer_c_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ServerClientState_3_TServer_TClient_TPeer_VoiceEventHandler_TServer_TClient_TPeer_c_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (ServerClientState_3_TServer_TClient_TPeer_VoiceEventHandler_TServer_TClient_TPeer_c_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC78D0, Byte__Array *, ServerClientState_3_TServer_TClient_TPeer_VoiceEventHandler_TServer_TClient_TPeer_c_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer____ctor_b__2_0, (ServerClientState_3_TServer_TClient_TPeer_VoiceEventHandler_TServer_TClient_TPeer_c_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, UdpUtils_c_0_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpUtils_c_0_1_System_Object___ctor, (UdpUtils_c_0_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADE8E0, String *, UdpUtils_c_0_1_System_Object___Join_b__0_0, (UdpUtils_c_0_1_System_Object_ * __this, Object * x, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, BoltUtils_c_12_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltUtils_c_12_1_System_Object___ctor, (BoltUtils_c_12_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADE8E0, String *, BoltUtils_c_12_1_System_Object___Join_b__12_0, (BoltUtils_c_12_1_System_Object_ * __this, Object * x, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, UdpSessionFilter_c_16_2_System_Object_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpSessionFilter_c_16_2_System_Object_System_Object___ctor, (UdpSessionFilter_c_16_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7910, String *, UdpSessionFilter_c_16_2_System_Object_System_Object___ToDebugString_b__16_0, (UdpSessionFilter_c_16_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ kv, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, HttpWebRequest_c_241_1_System_Int32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HttpWebRequest_c_241_1_System_Int32___ctor, (HttpWebRequest_c_241_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC79B0, Nullable_1_Int32_, HttpWebRequest_c_241_1_System_Int32___RunWithTimeoutWorker_b__241_0, (HttpWebRequest_c_241_1_System_Int32_ * __this, Task_1_System_Int32_ * t, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, HttpWebRequest_c_241_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HttpWebRequest_c_241_1_System_Object___ctor, (HttpWebRequest_c_241_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7A50, Nullable_1_Int32_, HttpWebRequest_c_241_1_System_Object___RunWithTimeoutWorker_b__241_0, (HttpWebRequest_c_241_1_System_Object_ * __this, Task_1_System_Object_ * t, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, ExtensionMethods_c_27_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ExtensionMethods_c_27_1_System_Object___ctor, (ExtensionMethods_c_27_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7AF0, String *, ExtensionMethods_c_27_1_System_Object___CTToString_b__27_0, (ExtensionMethods_c_27_1_System_Object_ * __this, Object * element, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, StackGuard_c_3_2_System_Object_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StackGuard_c_3_2_System_Object_System_Object___ctor, (StackGuard_c_3_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7B50, Object *, StackGuard_c_3_2_System_Object_System_Object___RunOnEmptyStack_b__3_0, (StackGuard_c_3_2_System_Object_System_Object_ * __this, Object * s, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, InputManager_c_60_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputManager_c_60_1_System_Object___ctor, (InputManager_c_60_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6E50, InputDevice *, InputManager_c_60_1_System_Object___RegisterPrecompiledLayout_b__60_0, (InputManager_c_60_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, ManagedWebSocket_c_61_2_ManagedWebSocket_WebSocketReceiveResultGetter_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ManagedWebSocket_c_61_2_ManagedWebSocket_WebSocketReceiveResultGetter_System_Object___ctor, (ManagedWebSocket_c_61_2_ManagedWebSocket_WebSocketReceiveResultGetter_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7C90, void, ManagedWebSocket_c_61_2_ManagedWebSocket_WebSocketReceiveResultGetter_System_Object___ReceiveAsyncPrivate_b__61_0, (ManagedWebSocket_c_61_2_ManagedWebSocket_WebSocketReceiveResultGetter_System_Object_ * __this, Object * s, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, CoreUtils_c_82_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CoreUtils_c_82_1_System_Object___ctor, (CoreUtils_c_82_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7D10, bool, CoreUtils_c_82_1_System_Object___GetAllTypesDerivedFrom_b__82_0, (CoreUtils_c_82_1_System_Object_ * __this, Type * t, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, RuntimeUtilities_c_94_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RuntimeUtilities_c_94_1_System_Object___ctor, (RuntimeUtilities_c_94_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7DA0, bool, RuntimeUtilities_c_94_1_System_Object___GetAllTypesDerivedFrom_b__94_0, (RuntimeUtilities_c_94_1_System_Object_ * __this, Type * t, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AddressablesImpl_c_DisplayClass111_0_1_System_Object___ctor, (AddressablesImpl_c_DisplayClass111_0_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7E30, void, AddressablesImpl_c_DisplayClass111_0_1_System_Object___AutoReleaseHandleOnCompletion_b__0, (AddressablesImpl_c_DisplayClass111_0_1_System_Object_ * __this, AsyncOperationHandle_1_System_Object_ op, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AddressablesImpl_c_DisplayClass111_0_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor, (AddressablesImpl_c_DisplayClass111_0_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7E30, void, AddressablesImpl_c_DisplayClass111_0_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___AutoReleaseHandleOnCompletion_b__0, (AddressablesImpl_c_DisplayClass111_0_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ op, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Channels_2_T_TId_c_DisplayClass12_0_System_Object_System_Object___ctor, (Channels_2_T_TId_c_DisplayClass12_0_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7E80, ChannelProperties *, Channels_2_T_TId_c_DisplayClass12_0_System_Object_System_Object____ctor_b__0, (Channels_2_T_TId_c_DisplayClass12_0_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Channels_2_T_TId_c_DisplayClass12_0_PlayerChannel_System_Object___ctor, (Channels_2_T_TId_c_DisplayClass12_0_PlayerChannel_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7F20, ChannelProperties *, Channels_2_T_TId_c_DisplayClass12_0_PlayerChannel_System_Object____ctor_b__0, (Channels_2_T_TId_c_DisplayClass12_0_PlayerChannel_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Channels_2_T_TId_c_DisplayClass12_0_RoomChannel_RoomName___ctor, (Channels_2_T_TId_c_DisplayClass12_0_RoomChannel_RoomName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC7FC0, ChannelProperties *, Channels_2_T_TId_c_DisplayClass12_0_RoomChannel_RoomName____ctor_b__0, (Channels_2_T_TId_c_DisplayClass12_0_RoomChannel_RoomName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ProtocolClient_c_DisplayClass12_0_1_System_Object___ctor, (ProtocolClient_c_DisplayClass12_0_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC8060, void, ProtocolClient_c_DisplayClass12_0_1_System_Object___SetHandler_b__0, (ProtocolClient_c_DisplayClass12_0_1_System_Object_ * __this, Message * m, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ProtocolClient_c_DisplayClass14_0_1_System_Object___ctor, (ProtocolClient_c_DisplayClass14_0_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC8060, void, ProtocolClient_c_DisplayClass14_0_1_System_Object___SetCallback_b__0, (ProtocolClient_c_DisplayClass14_0_1_System_Object_ * __this, Query * q, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ThreadPool_c_DisplayClass17_0_1_System_Object___ctor, (ThreadPool_c_DisplayClass17_0_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC8060, void, ThreadPool_c_DisplayClass17_0_1_System_Object___QueueUserWorkItem_b__0, (ThreadPool_c_DisplayClass17_0_1_System_Object_ * __this, Object * x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebRtcPreprocessingPipeline_WebRtcPreprocessor_c_DisplayClass24_0_1_System_Int32Enum___ctor, (WebRtcPreprocessingPipeline_WebRtcPreprocessor_c_DisplayClass24_0_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC8120, void, WebRtcPreprocessingPipeline_WebRtcPreprocessor_c_DisplayClass24_0_1_System_Int32Enum___Bind_b__0, (WebRtcPreprocessingPipeline_WebRtcPreprocessor_c_DisplayClass24_0_1_System_Int32Enum_ * __this, Object * sender, PropertyChangedEventArgs * args, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebRtcPreprocessingPipeline_WebRtcPreprocessor_c_DisplayClass24_0_1_System_Object___ctor, (WebRtcPreprocessingPipeline_WebRtcPreprocessor_c_DisplayClass24_0_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC8200, void, WebRtcPreprocessingPipeline_WebRtcPreprocessor_c_DisplayClass24_0_1_System_Object___Bind_b__0, (WebRtcPreprocessingPipeline_WebRtcPreprocessor_c_DisplayClass24_0_1_System_Object_ * __this, Object * sender, PropertyChangedEventArgs * args, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArrayHelpers_c_DisplayClass33_0_1_InternedString___ctor, (ArrayHelpers_c_DisplayClass33_0_1_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC82E0, bool, ArrayHelpers_c_DisplayClass33_0_1_InternedString___Merge_b__0, (ArrayHelpers_c_DisplayClass33_0_1_InternedString_ * __this, InternedString x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArrayHelpers_c_DisplayClass33_0_1_System_Object___ctor, (ArrayHelpers_c_DisplayClass33_0_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC82F0, bool, ArrayHelpers_c_DisplayClass33_0_1_System_Object___Merge_b__0, (ArrayHelpers_c_DisplayClass33_0_1_System_Object_ * __this, Object * x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedDictionary_2_TKey_TValue_c_DisplayClass34_0_System_Object_System_Char___ctor, (SortedDictionary_2_TKey_TValue_c_DisplayClass34_0_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC8350, bool, SortedDictionary_2_TKey_TValue_c_DisplayClass34_0_System_Object_System_Char___ContainsValue_b__0, (SortedDictionary_2_TKey_TValue_c_DisplayClass34_0_System_Object_System_Char_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedDictionary_2_TKey_TValue_c_DisplayClass34_0_System_Object_System_Object___ctor, (SortedDictionary_2_TKey_TValue_c_DisplayClass34_0_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC8390, bool, SortedDictionary_2_TKey_TValue_c_DisplayClass34_0_System_Object_System_Object___ContainsValue_b__0, (SortedDictionary_2_TKey_TValue_c_DisplayClass34_0_System_Object_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedDictionary_2_TKey_TValue_c_DisplayClass34_0_System_UInt64_System_Object___ctor, (SortedDictionary_2_TKey_TValue_c_DisplayClass34_0_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC8390, bool, SortedDictionary_2_TKey_TValue_c_DisplayClass34_0_System_UInt64_System_Object___ContainsValue_b__0, (SortedDictionary_2_TKey_TValue_c_DisplayClass34_0_System_UInt64_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArrayHelpers_c_DisplayClass34_0_1_System_Object___ctor, (ArrayHelpers_c_DisplayClass34_0_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedDictionary_2_TKey_TValue_c_DisplayClass34_1_System_Object_System_Char___ctor, (SortedDictionary_2_TKey_TValue_c_DisplayClass34_1_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC83F0, bool, SortedDictionary_2_TKey_TValue_c_DisplayClass34_1_System_Object_System_Char___ContainsValue_b__1, (SortedDictionary_2_TKey_TValue_c_DisplayClass34_1_System_Object_System_Char_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedDictionary_2_TKey_TValue_c_DisplayClass34_1_System_Object_System_Object___ctor, (SortedDictionary_2_TKey_TValue_c_DisplayClass34_1_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC84A0, bool, SortedDictionary_2_TKey_TValue_c_DisplayClass34_1_System_Object_System_Object___ContainsValue_b__1, (SortedDictionary_2_TKey_TValue_c_DisplayClass34_1_System_Object_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedDictionary_2_TKey_TValue_c_DisplayClass34_1_System_UInt64_System_Object___ctor, (SortedDictionary_2_TKey_TValue_c_DisplayClass34_1_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC84A0, bool, SortedDictionary_2_TKey_TValue_c_DisplayClass34_1_System_UInt64_System_Object___ContainsValue_b__1, (SortedDictionary_2_TKey_TValue_c_DisplayClass34_1_System_UInt64_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArrayHelpers_c_DisplayClass34_1_1_System_Object___ctor, (ArrayHelpers_c_DisplayClass34_1_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC8550, bool, ArrayHelpers_c_DisplayClass34_1_1_System_Object___Merge_b__0, (ArrayHelpers_c_DisplayClass34_1_1_System_Object_ * __this, Object * x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass35_0_System_Nullable_1___ctor, (TaskFactory_1_TResult_c_DisplayClass35_0_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC8590, void, TaskFactory_1_TResult_c_DisplayClass35_0_System_Nullable_1___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass35_0_System_Nullable_1_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass35_0_System_ValueTuple_2___ctor, (TaskFactory_1_TResult_c_DisplayClass35_0_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC8630, void, TaskFactory_1_TResult_c_DisplayClass35_0_System_ValueTuple_2___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass35_0_System_ValueTuple_2_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass35_0_System_ValueTuple_3___ctor, (TaskFactory_1_TResult_c_DisplayClass35_0_System_ValueTuple_3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC86D0, void, TaskFactory_1_TResult_c_DisplayClass35_0_System_ValueTuple_3___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass35_0_System_ValueTuple_3_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass35_0_System_ValueTuple_5___ctor, (TaskFactory_1_TResult_c_DisplayClass35_0_System_ValueTuple_5_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC8770, void, TaskFactory_1_TResult_c_DisplayClass35_0_System_ValueTuple_5___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass35_0_System_ValueTuple_5_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass35_0_System_Boolean___ctor, (TaskFactory_1_TResult_c_DisplayClass35_0_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC8810, void, TaskFactory_1_TResult_c_DisplayClass35_0_System_Boolean___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass35_0_System_Boolean_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass35_0_System_Int32___ctor, (TaskFactory_1_TResult_c_DisplayClass35_0_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC88B0, void, TaskFactory_1_TResult_c_DisplayClass35_0_System_Int32___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass35_0_System_Int32_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass35_0_System_Int32Enum___ctor, (TaskFactory_1_TResult_c_DisplayClass35_0_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC8950, void, TaskFactory_1_TResult_c_DisplayClass35_0_System_Int32Enum___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass35_0_System_Int32Enum_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass35_0_System_Int64___ctor, (TaskFactory_1_TResult_c_DisplayClass35_0_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC89F0, void, TaskFactory_1_TResult_c_DisplayClass35_0_System_Int64___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass35_0_System_Int64_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass35_0_System_Object___ctor, (TaskFactory_1_TResult_c_DisplayClass35_0_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC8A90, void, TaskFactory_1_TResult_c_DisplayClass35_0_System_Object___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass35_0_System_Object_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass35_0_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor, (TaskFactory_1_TResult_c_DisplayClass35_0_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC8B30, void, TaskFactory_1_TResult_c_DisplayClass35_0_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass35_0_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass35_0_System_Net_Sockets_SocketReceiveFromResult___ctor, (TaskFactory_1_TResult_c_DisplayClass35_0_System_Net_Sockets_SocketReceiveFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC8BD0, void, TaskFactory_1_TResult_c_DisplayClass35_0_System_Net_Sockets_SocketReceiveFromResult___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass35_0_System_Net_Sockets_SocketReceiveFromResult_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass35_0_System_Net_Sockets_SocketReceiveMessageFromResult___ctor, (TaskFactory_1_TResult_c_DisplayClass35_0_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC8C70, void, TaskFactory_1_TResult_c_DisplayClass35_0_System_Net_Sockets_SocketReceiveMessageFromResult___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass35_0_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass35_0_System_Net_Sockets_UdpReceiveResult___ctor, (TaskFactory_1_TResult_c_DisplayClass35_0_System_Net_Sockets_UdpReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC8D10, void, TaskFactory_1_TResult_c_DisplayClass35_0_System_Net_Sockets_UdpReceiveResult___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass35_0_System_Net_Sockets_UdpReceiveResult_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass35_0_System_Net_WebSockets_ValueWebSocketReceiveResult___ctor, (TaskFactory_1_TResult_c_DisplayClass35_0_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC8DB0, void, TaskFactory_1_TResult_c_DisplayClass35_0_System_Net_WebSockets_ValueWebSocketReceiveResult___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass35_0_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass35_0_VoidTaskResult___ctor, (TaskFactory_1_TResult_c_DisplayClass35_0_VoidTaskResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC8E50, void, TaskFactory_1_TResult_c_DisplayClass35_0_VoidTaskResult___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass35_0_VoidTaskResult_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass35_0_System_IO_WaitForChangedResult___ctor, (TaskFactory_1_TResult_c_DisplayClass35_0_System_IO_WaitForChangedResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC8EF0, void, TaskFactory_1_TResult_c_DisplayClass35_0_System_IO_WaitForChangedResult___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass35_0_System_IO_WaitForChangedResult_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass38_0_1_System_Object_System_Object___ctor, (TaskFactory_1_TResult_c_DisplayClass38_0_1_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC8F90, void, TaskFactory_1_TResult_c_DisplayClass38_0_1_System_Object_System_Object___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass38_0_1_System_Object_System_Object_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass38_0_1_System_Net_Sockets_SocketReceiveMessageFromResult_System_ArraySegment_1___ctor, (TaskFactory_1_TResult_c_DisplayClass38_0_1_System_Net_Sockets_SocketReceiveMessageFromResult_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9030, void, TaskFactory_1_TResult_c_DisplayClass38_0_1_System_Net_Sockets_SocketReceiveMessageFromResult_System_ArraySegment_1___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass38_0_1_System_Net_Sockets_SocketReceiveMessageFromResult_System_ArraySegment_1_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass38_0_1_VoidTaskResult_System_Object___ctor, (TaskFactory_1_TResult_c_DisplayClass38_0_1_VoidTaskResult_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC90D0, void, TaskFactory_1_TResult_c_DisplayClass38_0_1_VoidTaskResult_System_Object___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass38_0_1_VoidTaskResult_System_Object_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass41_0_2_System_Int32_System_ArraySegment_1_System_Int32Enum___ctor, (TaskFactory_1_TResult_c_DisplayClass41_0_2_System_Int32_System_ArraySegment_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9170, void, TaskFactory_1_TResult_c_DisplayClass41_0_2_System_Int32_System_ArraySegment_1_System_Int32Enum___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass41_0_2_System_Int32_System_ArraySegment_1_System_Int32Enum_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass41_0_2_System_Int32_System_Object_System_Int32___ctor, (TaskFactory_1_TResult_c_DisplayClass41_0_2_System_Int32_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9210, void, TaskFactory_1_TResult_c_DisplayClass41_0_2_System_Int32_System_Object_System_Int32___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass41_0_2_System_Int32_System_Object_System_Int32_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass41_0_2_System_Int32_System_Object_System_Int32Enum___ctor, (TaskFactory_1_TResult_c_DisplayClass41_0_2_System_Int32_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC92B0, void, TaskFactory_1_TResult_c_DisplayClass41_0_2_System_Int32_System_Object_System_Int32Enum___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass41_0_2_System_Int32_System_Object_System_Int32Enum_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass41_0_2_System_Object_System_Object_System_Int32___ctor, (TaskFactory_1_TResult_c_DisplayClass41_0_2_System_Object_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9350, void, TaskFactory_1_TResult_c_DisplayClass41_0_2_System_Object_System_Object_System_Int32___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass41_0_2_System_Object_System_Object_System_Int32_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass41_0_2_System_Object_System_Object_System_Object___ctor, (TaskFactory_1_TResult_c_DisplayClass41_0_2_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC93F0, void, TaskFactory_1_TResult_c_DisplayClass41_0_2_System_Object_System_Object_System_Object___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass41_0_2_System_Object_System_Object_System_Object_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass41_0_2_System_Net_Sockets_SocketReceiveFromResult_System_ArraySegment_1_System_Int32Enum___ctor, (TaskFactory_1_TResult_c_DisplayClass41_0_2_System_Net_Sockets_SocketReceiveFromResult_System_ArraySegment_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9490, void, TaskFactory_1_TResult_c_DisplayClass41_0_2_System_Net_Sockets_SocketReceiveFromResult_System_ArraySegment_1_System_Int32Enum___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass41_0_2_System_Net_Sockets_SocketReceiveFromResult_System_ArraySegment_1_System_Int32Enum_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass41_0_2_VoidTaskResult_System_Object_System_Int32___ctor, (TaskFactory_1_TResult_c_DisplayClass41_0_2_VoidTaskResult_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9530, void, TaskFactory_1_TResult_c_DisplayClass41_0_2_VoidTaskResult_System_Object_System_Int32___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass41_0_2_VoidTaskResult_System_Object_System_Int32_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass41_0_2_VoidTaskResult_System_Object_System_Object___ctor, (TaskFactory_1_TResult_c_DisplayClass41_0_2_VoidTaskResult_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC95D0, void, TaskFactory_1_TResult_c_DisplayClass41_0_2_VoidTaskResult_System_Object_System_Object___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass41_0_2_VoidTaskResult_System_Object_System_Object_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass44_0_3_System_Int32_System_ArraySegment_1_System_Int32Enum_System_Object___ctor, (TaskFactory_1_TResult_c_DisplayClass44_0_3_System_Int32_System_ArraySegment_1_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9670, void, TaskFactory_1_TResult_c_DisplayClass44_0_3_System_Int32_System_ArraySegment_1_System_Int32Enum_System_Object___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass44_0_3_System_Int32_System_ArraySegment_1_System_Int32Enum_System_Object_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass44_0_3_System_Int32_System_Object_System_Int32_System_Object___ctor, (TaskFactory_1_TResult_c_DisplayClass44_0_3_System_Int32_System_Object_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9710, void, TaskFactory_1_TResult_c_DisplayClass44_0_3_System_Int32_System_Object_System_Int32_System_Object___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass44_0_3_System_Int32_System_Object_System_Int32_System_Object_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TaskFactory_1_TResult_c_DisplayClass44_0_3_System_Object_System_Object_System_Object_System_Object___ctor, (TaskFactory_1_TResult_c_DisplayClass44_0_3_System_Object_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC97B0, void, TaskFactory_1_TResult_c_DisplayClass44_0_3_System_Object_System_Object_System_Object_System_Object___FromAsyncImpl_b__0, (TaskFactory_1_TResult_c_DisplayClass44_0_3_System_Object_System_Object_System_Object_System_Object_ * __this, IAsyncResult * iar, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedSet_1_T_c_DisplayClass52_0_KeyValuePair_2_System_Object_System_Char___ctor, (SortedSet_1_T_c_DisplayClass52_0_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9850, bool, SortedSet_1_T_c_DisplayClass52_0_KeyValuePair_2_System_Object_System_Char___CopyTo_b__0, (SortedSet_1_T_c_DisplayClass52_0_KeyValuePair_2_System_Object_System_Char_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedSet_1_T_c_DisplayClass52_0_KeyValuePair_2_System_Object_System_Object___ctor, (SortedSet_1_T_c_DisplayClass52_0_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9850, bool, SortedSet_1_T_c_DisplayClass52_0_KeyValuePair_2_System_Object_System_Object___CopyTo_b__0, (SortedSet_1_T_c_DisplayClass52_0_KeyValuePair_2_System_Object_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedSet_1_T_c_DisplayClass52_0_KeyValuePair_2_System_UInt64_System_Object___ctor, (SortedSet_1_T_c_DisplayClass52_0_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9950, bool, SortedSet_1_T_c_DisplayClass52_0_KeyValuePair_2_System_UInt64_System_Object___CopyTo_b__0, (SortedSet_1_T_c_DisplayClass52_0_KeyValuePair_2_System_UInt64_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedSet_1_T_c_DisplayClass52_0_System_Object___ctor, (SortedSet_1_T_c_DisplayClass52_0_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9A50, bool, SortedSet_1_T_c_DisplayClass52_0_System_Object___CopyTo_b__0, (SortedSet_1_T_c_DisplayClass52_0_System_Object_ * __this, SortedSet_1_T_Node_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedSet_1_T_c_DisplayClass53_0_KeyValuePair_2_System_Object_System_Char___ctor, (SortedSet_1_T_c_DisplayClass53_0_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9AE0, bool, SortedSet_1_T_c_DisplayClass53_0_KeyValuePair_2_System_Object_System_Char___System_Collections_ICollection_CopyTo_b__0, (SortedSet_1_T_c_DisplayClass53_0_KeyValuePair_2_System_Object_System_Char_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedSet_1_T_c_DisplayClass53_0_KeyValuePair_2_System_Object_System_Object___ctor, (SortedSet_1_T_c_DisplayClass53_0_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9AE0, bool, SortedSet_1_T_c_DisplayClass53_0_KeyValuePair_2_System_Object_System_Object___System_Collections_ICollection_CopyTo_b__0, (SortedSet_1_T_c_DisplayClass53_0_KeyValuePair_2_System_Object_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedSet_1_T_c_DisplayClass53_0_KeyValuePair_2_System_UInt64_System_Object___ctor, (SortedSet_1_T_c_DisplayClass53_0_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9AE0, bool, SortedSet_1_T_c_DisplayClass53_0_KeyValuePair_2_System_UInt64_System_Object___System_Collections_ICollection_CopyTo_b__0, (SortedSet_1_T_c_DisplayClass53_0_KeyValuePair_2_System_UInt64_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedSet_1_T_c_DisplayClass53_0_System_Object___ctor, (SortedSet_1_T_c_DisplayClass53_0_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9BC0, bool, SortedSet_1_T_c_DisplayClass53_0_System_Object___System_Collections_ICollection_CopyTo_b__0, (SortedSet_1_T_c_DisplayClass53_0_System_Object_ * __this, SortedSet_1_T_Node_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncOperationBase_1_TObject_c_DisplayClass57_0_System_Boolean___ctor, (AsyncOperationBase_1_TObject_c_DisplayClass57_0_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9C70, void, AsyncOperationBase_1_TObject_c_DisplayClass57_0_System_Boolean___add_CompletedTypeless_b__0, (AsyncOperationBase_1_TObject_c_DisplayClass57_0_System_Boolean_ * __this, AsyncOperationHandle_1_System_Boolean_ s, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncOperationBase_1_TObject_c_DisplayClass57_0_System_Int64___ctor, (AsyncOperationBase_1_TObject_c_DisplayClass57_0_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9C70, void, AsyncOperationBase_1_TObject_c_DisplayClass57_0_System_Int64___add_CompletedTypeless_b__0, (AsyncOperationBase_1_TObject_c_DisplayClass57_0_System_Int64_ * __this, AsyncOperationHandle_1_System_Int64_ s, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncOperationBase_1_TObject_c_DisplayClass57_0_System_Object___ctor, (AsyncOperationBase_1_TObject_c_DisplayClass57_0_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9C70, void, AsyncOperationBase_1_TObject_c_DisplayClass57_0_System_Object___add_CompletedTypeless_b__0, (AsyncOperationBase_1_TObject_c_DisplayClass57_0_System_Object_ * __this, AsyncOperationHandle_1_System_Object_ s, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncOperationBase_1_TObject_c_DisplayClass57_0_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor, (AsyncOperationBase_1_TObject_c_DisplayClass57_0_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9C70, void, AsyncOperationBase_1_TObject_c_DisplayClass57_0_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___add_CompletedTypeless_b__0, (AsyncOperationBase_1_TObject_c_DisplayClass57_0_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ s, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncOperationBase_1_TObject_c_DisplayClass58_0_System_Boolean___ctor, (AsyncOperationBase_1_TObject_c_DisplayClass58_0_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9C70, void, AsyncOperationBase_1_TObject_c_DisplayClass58_0_System_Boolean___remove_CompletedTypeless_b__0, (AsyncOperationBase_1_TObject_c_DisplayClass58_0_System_Boolean_ * __this, AsyncOperationHandle_1_System_Boolean_ s, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncOperationBase_1_TObject_c_DisplayClass58_0_System_Int64___ctor, (AsyncOperationBase_1_TObject_c_DisplayClass58_0_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9C70, void, AsyncOperationBase_1_TObject_c_DisplayClass58_0_System_Int64___remove_CompletedTypeless_b__0, (AsyncOperationBase_1_TObject_c_DisplayClass58_0_System_Int64_ * __this, AsyncOperationHandle_1_System_Int64_ s, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncOperationBase_1_TObject_c_DisplayClass58_0_System_Object___ctor, (AsyncOperationBase_1_TObject_c_DisplayClass58_0_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9C70, void, AsyncOperationBase_1_TObject_c_DisplayClass58_0_System_Object___remove_CompletedTypeless_b__0, (AsyncOperationBase_1_TObject_c_DisplayClass58_0_System_Object_ * __this, AsyncOperationHandle_1_System_Object_ s, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncOperationBase_1_TObject_c_DisplayClass58_0_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor, (AsyncOperationBase_1_TObject_c_DisplayClass58_0_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9C70, void, AsyncOperationBase_1_TObject_c_DisplayClass58_0_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___remove_CompletedTypeless_b__0, (AsyncOperationBase_1_TObject_c_DisplayClass58_0_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ s, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_c_DisplayClass5_0_System_Object_System_Char___ctor, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_c_DisplayClass5_0_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9CF0, bool, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_c_DisplayClass5_0_System_Object_System_Char___CopyTo_b__0, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_c_DisplayClass5_0_System_Object_System_Char_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_c_DisplayClass5_0_System_Object_System_Char___ctor, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_c_DisplayClass5_0_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9D70, bool, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_c_DisplayClass5_0_System_Object_System_Char___CopyTo_b__0, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_c_DisplayClass5_0_System_Object_System_Char_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_c_DisplayClass5_0_System_Object_System_Object___ctor, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_c_DisplayClass5_0_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9CF0, bool, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_c_DisplayClass5_0_System_Object_System_Object___CopyTo_b__0, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_c_DisplayClass5_0_System_Object_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_c_DisplayClass5_0_System_Object_System_Object___ctor, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_c_DisplayClass5_0_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9DF0, bool, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_c_DisplayClass5_0_System_Object_System_Object___CopyTo_b__0, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_c_DisplayClass5_0_System_Object_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_c_DisplayClass5_0_System_UInt64_System_Object___ctor, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_c_DisplayClass5_0_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9E60, bool, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_c_DisplayClass5_0_System_UInt64_System_Object___CopyTo_b__0, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_c_DisplayClass5_0_System_UInt64_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_c_DisplayClass5_0_System_UInt64_System_Object___ctor, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_c_DisplayClass5_0_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9DF0, bool, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_c_DisplayClass5_0_System_UInt64_System_Object___CopyTo_b__0, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_c_DisplayClass5_0_System_UInt64_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EventDispatcher_c_DisplayClass5_0_1_System_Object___ctor, (EventDispatcher_c_DisplayClass5_0_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC8060, void, EventDispatcher_c_DisplayClass5_0_1_System_Object___Add_b__0, (EventDispatcher_c_DisplayClass5_0_1_System_Object_ * __this, Event * ev, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_c_DisplayClass6_0_System_Object_System_Char___ctor, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_c_DisplayClass6_0_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9EE0, bool, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_c_DisplayClass6_0_System_Object_System_Char___System_Collections_ICollection_CopyTo_b__0, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_c_DisplayClass6_0_System_Object_System_Char_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_c_DisplayClass6_0_System_Object_System_Char___ctor, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_c_DisplayClass6_0_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9F90, bool, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_c_DisplayClass6_0_System_Object_System_Char___System_Collections_ICollection_CopyTo_b__0, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_c_DisplayClass6_0_System_Object_System_Char_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_c_DisplayClass6_0_System_Object_System_Object___ctor, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_c_DisplayClass6_0_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC9EE0, bool, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_c_DisplayClass6_0_System_Object_System_Object___System_Collections_ICollection_CopyTo_b__0, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_c_DisplayClass6_0_System_Object_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_c_DisplayClass6_0_System_Object_System_Object___ctor, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_c_DisplayClass6_0_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCA080, bool, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_c_DisplayClass6_0_System_Object_System_Object___System_Collections_ICollection_CopyTo_b__0, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_c_DisplayClass6_0_System_Object_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_c_DisplayClass6_0_System_UInt64_System_Object___ctor, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_c_DisplayClass6_0_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCA130, bool, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_c_DisplayClass6_0_System_UInt64_System_Object___System_Collections_ICollection_CopyTo_b__0, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_c_DisplayClass6_0_System_UInt64_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_c_DisplayClass6_0_System_UInt64_System_Object___ctor, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_c_DisplayClass6_0_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCA080, bool, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_c_DisplayClass6_0_System_UInt64_System_Object___System_Collections_ICollection_CopyTo_b__0, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_c_DisplayClass6_0_System_UInt64_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass6_0_1_System_Collections_Generic_KeyValuePair_2___ctor, (Enumerable_c_DisplayClass6_0_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCA210, bool, Enumerable_c_DisplayClass6_0_1_System_Collections_Generic_KeyValuePair_2___CombinePredicates_b__0, (Enumerable_c_DisplayClass6_0_1_System_Collections_Generic_KeyValuePair_2_ * __this, KeyValuePair_2_System_Int32Enum_System_Object_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass6_0_1_System_Collections_Generic_KeyValuePair_2__1__ctor, (Enumerable_c_DisplayClass6_0_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCA210, bool, Enumerable_c_DisplayClass6_0_1_System_Collections_Generic_KeyValuePair_2__1__CombinePredicates_b__0, (Enumerable_c_DisplayClass6_0_1_System_Collections_Generic_KeyValuePair_2__1 * __this, KeyValuePair_2_System_Object_System_Object_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass6_0_1_System_Collections_Generic_KeyValuePair_2__2__ctor, (Enumerable_c_DisplayClass6_0_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCA210, bool, Enumerable_c_DisplayClass6_0_1_System_Collections_Generic_KeyValuePair_2__2__CombinePredicates_b__0, (Enumerable_c_DisplayClass6_0_1_System_Collections_Generic_KeyValuePair_2__2 * __this, KeyValuePair_2_System_UInt16_System_Object_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass6_0_1_Pathfinding_Connection___ctor, (Enumerable_c_DisplayClass6_0_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCA210, bool, Enumerable_c_DisplayClass6_0_1_Pathfinding_Connection___CombinePredicates_b__0, (Enumerable_c_DisplayClass6_0_1_Pathfinding_Connection_ * __this, Connection x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass6_0_1_System_Int32___ctor, (Enumerable_c_DisplayClass6_0_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCA2D0, bool, Enumerable_c_DisplayClass6_0_1_System_Int32___CombinePredicates_b__0, (Enumerable_c_DisplayClass6_0_1_System_Int32_ * __this, int32_t x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass6_0_1_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_c_DisplayClass6_0_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCA210, bool, Enumerable_c_DisplayClass6_0_1_UnityEngine_InputSystem_Utilities_InternedString___CombinePredicates_b__0, (Enumerable_c_DisplayClass6_0_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass6_0_1_System_Object___ctor, (Enumerable_c_DisplayClass6_0_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCA370, bool, Enumerable_c_DisplayClass6_0_1_System_Object___CombinePredicates_b__0, (Enumerable_c_DisplayClass6_0_1_System_Object_ * __this, Object * x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Observable_c_DisplayClass6_0_1_System_Object___ctor, (Observable_c_DisplayClass6_0_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCA410, void, Observable_c_DisplayClass6_0_1_System_Object___CallOnce_b__0, (Observable_c_DisplayClass6_0_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass6_0_1_Steamworks_SteamItemDef_t___ctor, (Enumerable_c_DisplayClass6_0_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCA460, bool, Enumerable_c_DisplayClass6_0_1_Steamworks_SteamItemDef_t___CombinePredicates_b__0, (Enumerable_c_DisplayClass6_0_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass6_0_1_System_UInt32___ctor, (Enumerable_c_DisplayClass6_0_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCA2D0, bool, Enumerable_c_DisplayClass6_0_1_System_UInt32___CombinePredicates_b__0, (Enumerable_c_DisplayClass6_0_1_System_UInt32_ * __this, uint32_t x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass6_0_1_UnityEngine_Vector2___ctor, (Enumerable_c_DisplayClass6_0_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCA500, bool, Enumerable_c_DisplayClass6_0_1_UnityEngine_Vector2___CombinePredicates_b__0, (Enumerable_c_DisplayClass6_0_1_UnityEngine_Vector2_ * __this, Vector2 x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass6_0_1_UnityEngine_Vector3___ctor, (Enumerable_c_DisplayClass6_0_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCA5B0, bool, Enumerable_c_DisplayClass6_0_1_UnityEngine_Vector3___CombinePredicates_b__0, (Enumerable_c_DisplayClass6_0_1_UnityEngine_Vector3_ * __this, Vector3 x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass6_0_1_System_Security_Cryptography_X509Certificates_X509ChainStatus___ctor, (Enumerable_c_DisplayClass6_0_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCA210, bool, Enumerable_c_DisplayClass6_0_1_System_Security_Cryptography_X509Certificates_X509ChainStatus___CombinePredicates_b__0, (Enumerable_c_DisplayClass6_0_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, X509ChainStatus x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass6_0_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_c_DisplayClass6_0_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCA680, bool, Enumerable_c_DisplayClass6_0_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___CombinePredicates_b__0, (Enumerable_c_DisplayClass6_0_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, HairDesignerColliderBase_DualSphere x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass6_0_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor, (Enumerable_c_DisplayClass6_0_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCA760, bool, Enumerable_c_DisplayClass6_0_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___CombinePredicates_b__0, (Enumerable_c_DisplayClass6_0_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass6_0_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb___ctor, (Enumerable_c_DisplayClass6_0_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCA920, bool, Enumerable_c_DisplayClass6_0_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb___CombinePredicates_b__0, (Enumerable_c_DisplayClass6_0_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass6_0_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_c_DisplayClass6_0_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCAA30, bool, Enumerable_c_DisplayClass6_0_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___CombinePredicates_b__0, (Enumerable_c_DisplayClass6_0_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MotionSolver_GPUNodeData x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass6_0_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_c_DisplayClass6_0_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCAB10, bool, Enumerable_c_DisplayClass6_0_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___CombinePredicates_b__0, (Enumerable_c_DisplayClass6_0_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MotionSolver_GPUNodeInfo x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AddressablesImpl_c_DisplayClass77_0_1_System_Object___ctor, (AddressablesImpl_c_DisplayClass77_0_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCAC10, AsyncOperationHandle_1_System_Object_, AddressablesImpl_c_DisplayClass77_0_1_System_Object___LoadAssetWithChain_b__0, (AddressablesImpl_c_DisplayClass77_0_1_System_Object_ * __this, AsyncOperationHandle op, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_Int32___ctor, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCAC70, int32_t, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_Int32___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_Int32_ * __this, KeyValuePair_2_System_Guid_System_Object_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCAD10, InternedString, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, KeyValuePair_2_System_Guid_System_Object_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_Object___ctor, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCAC70, Object *, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_Object___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Guid_System_Object_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_UInt32___ctor, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCAC70, uint32_t, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_UInt32___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_UInt32_ * __this, KeyValuePair_2_System_Guid_System_Object_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_Vector2___ctor, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCADD0, Vector2, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_Vector2___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_Vector2_ * __this, KeyValuePair_2_System_Guid_System_Object_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_Vector3___ctor, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCAE60, Vector3, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_Vector3___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_Vector3_ * __this, KeyValuePair_2_System_Guid_System_Object_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCAF30, HairDesignerColliderBase_DualSphere, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, KeyValuePair_2_System_Guid_System_Object_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB000, MotionSolver_GPUNodeData, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, KeyValuePair_2_System_Guid_System_Object_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB0D0, MotionSolver_GPUNodeInfo, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, KeyValuePair_2_System_Guid_System_Object_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_Int32__1__ctor, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_Int32__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB1B0, int32_t, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_Int32__1__CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_Int32__1 * __this, KeyValuePair_2_System_Object_System_Object_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString__1__ctor, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB240, InternedString, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString__1__CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString__1 * __this, KeyValuePair_2_System_Object_System_Object_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_Object__1__ctor, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB1B0, Object *, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_Object__1__CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_Object__1 * __this, KeyValuePair_2_System_Object_System_Object_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_UInt32__1__ctor, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_UInt32__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB1B0, uint32_t, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_UInt32__1__CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_UInt32__1 * __this, KeyValuePair_2_System_Object_System_Object_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_Vector2__1__ctor, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_Vector2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB2F0, Vector2, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_Vector2__1__CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_Vector2__1 * __this, KeyValuePair_2_System_Object_System_Object_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_Vector3__1__ctor, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_Vector3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB370, Vector3, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_Vector3__1__CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_Vector3__1 * __this, KeyValuePair_2_System_Object_System_Object_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1__ctor, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB430, HairDesignerColliderBase_DualSphere, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1__CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1 * __this, KeyValuePair_2_System_Object_System_Object_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1__ctor, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB4F0, MotionSolver_GPUNodeData, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1__CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1 * __this, KeyValuePair_2_System_Object_System_Object_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1__ctor, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB5B0, MotionSolver_GPUNodeInfo, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1__CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1 * __this, KeyValuePair_2_System_Object_System_Object_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_Int32__2__ctor, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_Int32__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB680, int32_t, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_Int32__2__CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_Int32__2 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString__2__ctor, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB740, InternedString, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString__2__CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString__2 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_Object__2__ctor, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_Object__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB680, Object *, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_Object__2__CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_Object__2 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_UInt32__2__ctor, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_UInt32__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB680, uint32_t, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_UInt32__2__CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_System_UInt32__2 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_Vector2__2__ctor, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_Vector2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB820, Vector2, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_Vector2__2__CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_Vector2__2 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_Vector3__2__ctor, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_Vector3__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB8D0, Vector3, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_Vector3__2__CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_UnityEngine_Vector3__2 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2__ctor, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB9C0, HairDesignerColliderBase_DualSphere, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2__CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2__ctor, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCBAB0, MotionSolver_GPUNodeData, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2__CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2__ctor, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCBBA0, MotionSolver_GPUNodeInfo, Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2__CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Collections_Generic_KeyValuePair_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_System_Int32___ctor, (Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCBC90, int32_t, Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_System_Int32___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_System_Int32_ * __this, int32_t x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCBD10, InternedString, Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_UnityEngine_InputSystem_Utilities_InternedString___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_System_Object___ctor, (Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCBC90, Object *, Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_System_Object___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_System_Object_ * __this, int32_t x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_System_UInt32___ctor, (Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCBC90, uint32_t, Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_System_UInt32___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_System_UInt32_ * __this, int32_t x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_UnityEngine_Vector2___ctor, (Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCBDC0, Vector2, Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_UnityEngine_Vector2___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_UnityEngine_Vector2_ * __this, int32_t x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_UnityEngine_Vector3___ctor, (Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCBE30, Vector3, Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_UnityEngine_Vector3___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_UnityEngine_Vector3_ * __this, int32_t x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCBEE0, HairDesignerColliderBase_DualSphere, Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, int32_t x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCBFA0, MotionSolver_GPUNodeData, Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, int32_t x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCC060, MotionSolver_GPUNodeInfo, Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Int32_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, int32_t x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Int32Enum_System_Int32_System_Object___ctor, (Enumerable_c_DisplayClass7_0_3_System_Int32Enum_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCC120, Object *, Enumerable_c_DisplayClass7_0_3_System_Int32Enum_System_Int32_System_Object___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Int32Enum_System_Int32_System_Object_ * __this, Int32Enum__Enum x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_System_Int32___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB1B0, int32_t, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_System_Int32___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_System_Int32_ * __this, InternedString x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB240, InternedString, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_UnityEngine_InputSystem_Utilities_InternedString___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_System_Object___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB1B0, Object *, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_System_Object___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_System_Object_ * __this, InternedString x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_System_UInt32___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB1B0, uint32_t, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_System_UInt32___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_System_UInt32_ * __this, InternedString x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_UnityEngine_Vector2___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB2F0, Vector2, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_UnityEngine_Vector2___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_UnityEngine_Vector2_ * __this, InternedString x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_UnityEngine_Vector3___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB370, Vector3, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_UnityEngine_Vector3___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_UnityEngine_Vector3_ * __this, InternedString x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB430, HairDesignerColliderBase_DualSphere, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, InternedString x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB4F0, MotionSolver_GPUNodeData, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, InternedString x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB5B0, MotionSolver_GPUNodeInfo, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_InternedString_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, InternedString x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_System_Int32___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCAC70, int32_t, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_System_Int32___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_System_Int32_ * __this, NameAndParameters x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCAD10, InternedString, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_UnityEngine_InputSystem_Utilities_InternedString___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, NameAndParameters x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_System_Object___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCAC70, Object *, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_System_Object___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_System_Object_ * __this, NameAndParameters x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_System_UInt32___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCAC70, uint32_t, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_System_UInt32___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_System_UInt32_ * __this, NameAndParameters x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_UnityEngine_Vector2___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCADD0, Vector2, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_UnityEngine_Vector2___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_UnityEngine_Vector2_ * __this, NameAndParameters x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_UnityEngine_Vector3___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCAE60, Vector3, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_UnityEngine_Vector3___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_UnityEngine_Vector3_ * __this, NameAndParameters x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCAF30, HairDesignerColliderBase_DualSphere, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, NameAndParameters x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB000, MotionSolver_GPUNodeData, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, NameAndParameters x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB0D0, MotionSolver_GPUNodeInfo, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, NameAndParameters x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_System_Int32___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCAC70, int32_t, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_System_Int32___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_System_Int32_ * __this, NamedValue x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCAD10, InternedString, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_UnityEngine_InputSystem_Utilities_InternedString___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, NamedValue x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_System_Object___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCAC70, Object *, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_System_Object___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_System_Object_ * __this, NamedValue x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_System_UInt32___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCAC70, uint32_t, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_System_UInt32___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_System_UInt32_ * __this, NamedValue x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_UnityEngine_Vector2___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCADD0, Vector2, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_UnityEngine_Vector2___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_UnityEngine_Vector2_ * __this, NamedValue x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_UnityEngine_Vector3___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCAE60, Vector3, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_UnityEngine_Vector3___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_UnityEngine_Vector3_ * __this, NamedValue x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCAF30, HairDesignerColliderBase_DualSphere, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, NamedValue x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB000, MotionSolver_GPUNodeData, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, NamedValue x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB0D0, MotionSolver_GPUNodeInfo, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, NamedValue x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Object_System_Int32_System_Object___ctor, (Enumerable_c_DisplayClass7_0_3_System_Object_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCC120, Object *, Enumerable_c_DisplayClass7_0_3_System_Object_System_Int32_System_Object___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Object_System_Int32_System_Object_ * __this, Object * x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Object_UnityEngine_InputSystem_Utilities_InternedString_System_Object___ctor, (Enumerable_c_DisplayClass7_0_3_System_Object_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCC1A0, Object *, Enumerable_c_DisplayClass7_0_3_System_Object_UnityEngine_InputSystem_Utilities_InternedString_System_Object___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Object_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Object * x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_System_Int32___ctor, (Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCBC90, int32_t, Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_System_Int32___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_System_Int32_ * __this, Object * x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCC240, InternedString, Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_UnityEngine_InputSystem_Utilities_InternedString___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_System_Object___ctor, (Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCBC90, Object *, Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_System_Object___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_System_Object_ * __this, Object * x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_System_UInt32___ctor, (Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCBC90, uint32_t, Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_System_UInt32___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_System_UInt32_ * __this, Object * x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_UnityEngine_Vector2___ctor, (Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCBDC0, Vector2, Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_UnityEngine_Vector2___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_UnityEngine_Vector2_ * __this, Object * x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_UnityEngine_Vector3___ctor, (Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCC2F0, Vector3, Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_UnityEngine_Vector3___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_UnityEngine_Vector3_ * __this, Object * x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCC3A0, HairDesignerColliderBase_DualSphere, Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Object * x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCC460, MotionSolver_GPUNodeData, Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Object * x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCC520, MotionSolver_GPUNodeInfo, Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Object_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Object * x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_System_Object_UnityEngine_Vector2_UnityEngine_Vector2___ctor, (Enumerable_c_DisplayClass7_0_3_System_Object_UnityEngine_Vector2_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCC5E0, Vector2, Enumerable_c_DisplayClass7_0_3_System_Object_UnityEngine_Vector2_UnityEngine_Vector2___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_System_Object_UnityEngine_Vector2_UnityEngine_Vector2_ * __this, Object * x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_Photon_Bolt_Internal_PacketStats_System_Int32_System_Object___ctor, (Enumerable_c_DisplayClass7_0_3_Photon_Bolt_Internal_PacketStats_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCC650, Object *, Enumerable_c_DisplayClass7_0_3_Photon_Bolt_Internal_PacketStats_System_Int32_System_Object___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_Photon_Bolt_Internal_PacketStats_System_Int32_System_Object_ * __this, PacketStats x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_Steamworks_SteamItemDetails_t_System_Int32_System_Object___ctor, (Enumerable_c_DisplayClass7_0_3_Steamworks_SteamItemDetails_t_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCC6F0, Object *, Enumerable_c_DisplayClass7_0_3_Steamworks_SteamItemDetails_t_System_Int32_System_Object___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_Steamworks_SteamItemDetails_t_System_Int32_System_Object_ * __this, SteamItemDetails_t x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_System_Int32___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCAC70, int32_t, Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_System_Int32___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_System_Int32_ * __this, StyleSelectorPart x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCAD10, InternedString, Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_UnityEngine_InputSystem_Utilities_InternedString___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, StyleSelectorPart x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_System_Object___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCAC70, Object *, Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_System_Object___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_System_Object_ * __this, StyleSelectorPart x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_System_UInt32___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCAC70, uint32_t, Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_System_UInt32___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_System_UInt32_ * __this, StyleSelectorPart x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_UnityEngine_Vector2___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCADD0, Vector2, Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_UnityEngine_Vector2___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_UnityEngine_Vector2_ * __this, StyleSelectorPart x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_UnityEngine_Vector3___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCAE60, Vector3, Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_UnityEngine_Vector3___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_UnityEngine_Vector3_ * __this, StyleSelectorPart x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCAF30, HairDesignerColliderBase_DualSphere, Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, StyleSelectorPart x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB000, MotionSolver_GPUNodeData, Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, StyleSelectorPart x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB0D0, MotionSolver_GPUNodeInfo, Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_UIElements_StyleSelectorPart_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, StyleSelectorPart x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_System_Int32___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB1B0, int32_t, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_System_Int32___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_System_Int32_ * __this, Substring x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB240, InternedString, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_UnityEngine_InputSystem_Utilities_InternedString___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Substring x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_System_Object___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB1B0, Object *, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_System_Object___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_System_Object_ * __this, Substring x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_System_UInt32___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB1B0, uint32_t, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_System_UInt32___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_System_UInt32_ * __this, Substring x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_UnityEngine_Vector2___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB2F0, Vector2, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_UnityEngine_Vector2___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_UnityEngine_Vector2_ * __this, Substring x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_UnityEngine_Vector3___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB370, Vector3, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_UnityEngine_Vector3___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_UnityEngine_Vector3_ * __this, Substring x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB430, HairDesignerColliderBase_DualSphere, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Substring x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB4F0, MotionSolver_GPUNodeData, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Substring x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB5B0, MotionSolver_GPUNodeInfo, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_Substring_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Substring x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_Vector2_UnityEngine_Vector2_UnityEngine_Vector2___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_Vector2_UnityEngine_Vector2_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCC780, Vector2, Enumerable_c_DisplayClass7_0_3_UnityEngine_Vector2_UnityEngine_Vector2_UnityEngine_Vector2___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_Vector2_UnityEngine_Vector2_UnityEngine_Vector2_ * __this, Vector2 x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_System_Int32___ctor, (Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCC800, int32_t, Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_System_Int32___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_System_Int32_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCC8C0, InternedString, Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_UnityEngine_InputSystem_Utilities_InternedString___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_System_Object___ctor, (Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCC800, Object *, Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_System_Object___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_System_Object_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_System_UInt32___ctor, (Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCC800, uint32_t, Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_System_UInt32___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_System_UInt32_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_UnityEngine_Vector2___ctor, (Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCC9A0, Vector2, Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_UnityEngine_Vector2___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_UnityEngine_Vector2_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_UnityEngine_Vector3___ctor, (Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCCA50, Vector3, Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_UnityEngine_Vector3___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_UnityEngine_Vector3_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCCB40, HairDesignerColliderBase_DualSphere, Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCCC30, MotionSolver_GPUNodeData, Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCCD20, MotionSolver_GPUNodeInfo, Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_System_Int32___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCC800, int32_t, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_System_Int32___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_System_Int32_ * __this, JsonParser_JsonValue x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCC8C0, InternedString, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_UnityEngine_InputSystem_Utilities_InternedString___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, JsonParser_JsonValue x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_System_Object___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCC800, Object *, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_System_Object___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_System_Object_ * __this, JsonParser_JsonValue x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_System_UInt32___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCC800, uint32_t, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_System_UInt32___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_System_UInt32_ * __this, JsonParser_JsonValue x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_UnityEngine_Vector2___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCC9A0, Vector2, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_UnityEngine_Vector2___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_UnityEngine_Vector2_ * __this, JsonParser_JsonValue x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_UnityEngine_Vector3___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCCA50, Vector3, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_UnityEngine_Vector3___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_UnityEngine_Vector3_ * __this, JsonParser_JsonValue x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCCB40, HairDesignerColliderBase_DualSphere, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, JsonParser_JsonValue x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCCC30, MotionSolver_GPUNodeData, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, JsonParser_JsonValue x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCCD20, MotionSolver_GPUNodeInfo, Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, JsonParser_JsonValue x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_System_Int32___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB1B0, int32_t, Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_System_Int32___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_System_Int32_ * __this, ProbeVolumeSceneData_SerializablePVProfile x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB240, InternedString, Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_UnityEngine_InputSystem_Utilities_InternedString___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, ProbeVolumeSceneData_SerializablePVProfile x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_System_Object___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB1B0, Object *, Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_System_Object___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_System_Object_ * __this, ProbeVolumeSceneData_SerializablePVProfile x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_System_UInt32___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB1B0, uint32_t, Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_System_UInt32___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_System_UInt32_ * __this, ProbeVolumeSceneData_SerializablePVProfile x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_UnityEngine_Vector2___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB2F0, Vector2, Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_UnityEngine_Vector2___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_UnityEngine_Vector2_ * __this, ProbeVolumeSceneData_SerializablePVProfile x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_UnityEngine_Vector3___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB370, Vector3, Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_UnityEngine_Vector3___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_UnityEngine_Vector3_ * __this, ProbeVolumeSceneData_SerializablePVProfile x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB430, HairDesignerColliderBase_DualSphere, Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, ProbeVolumeSceneData_SerializablePVProfile x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB4F0, MotionSolver_GPUNodeData, Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, ProbeVolumeSceneData_SerializablePVProfile x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCB5B0, MotionSolver_GPUNodeInfo, Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___CombineSelectors_b__0, (Enumerable_c_DisplayClass7_0_3_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, ProbeVolumeSceneData_SerializablePVProfile x, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedSet_1_T_c_DisplayClass85_0_KeyValuePair_2_System_Object_System_Char___ctor, (SortedSet_1_T_c_DisplayClass85_0_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCCE20, bool, SortedSet_1_T_c_DisplayClass85_0_KeyValuePair_2_System_Object_System_Char___RemoveWhere_b__0, (SortedSet_1_T_c_DisplayClass85_0_KeyValuePair_2_System_Object_System_Char_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * n, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedSet_1_T_c_DisplayClass85_0_KeyValuePair_2_System_Object_System_Object___ctor, (SortedSet_1_T_c_DisplayClass85_0_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCCE20, bool, SortedSet_1_T_c_DisplayClass85_0_KeyValuePair_2_System_Object_System_Object___RemoveWhere_b__0, (SortedSet_1_T_c_DisplayClass85_0_KeyValuePair_2_System_Object_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * n, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedSet_1_T_c_DisplayClass85_0_KeyValuePair_2_System_UInt64_System_Object___ctor, (SortedSet_1_T_c_DisplayClass85_0_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCCE20, bool, SortedSet_1_T_c_DisplayClass85_0_KeyValuePair_2_System_UInt64_System_Object___RemoveWhere_b__0, (SortedSet_1_T_c_DisplayClass85_0_KeyValuePair_2_System_UInt64_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * n, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedSet_1_T_c_DisplayClass85_0_System_Object___ctor, (SortedSet_1_T_c_DisplayClass85_0_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCCF30, bool, SortedSet_1_T_c_DisplayClass85_0_System_Object___RemoveWhere_b__0, (SortedSet_1_T_c_DisplayClass85_0_System_Object_ * __this, SortedSet_1_T_Node_System_Object_ * n, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AddressablesImpl_c_DisplayClass86_0_1_System_Object___ctor, (AddressablesImpl_c_DisplayClass86_0_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCD030, AsyncOperationHandle_1_System_Collections_Generic_IList_1__4, AddressablesImpl_c_DisplayClass86_0_1_System_Object___LoadAssetsWithChain_b__0, (AddressablesImpl_c_DisplayClass86_0_1_System_Object_ * __this, AsyncOperationHandle op, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AddressablesImpl_c_DisplayClass88_0_1_System_Object___ctor, (AddressablesImpl_c_DisplayClass88_0_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCD0C0, AsyncOperationHandle_1_System_Collections_Generic_IList_1__4, AddressablesImpl_c_DisplayClass88_0_1_System_Object___LoadAssetsWithChain_b__0, (AddressablesImpl_c_DisplayClass88_0_1_System_Object_ * __this, AsyncOperationHandle op2, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebRtcPreprocessingPipeline_RnnoisePreprocessor_c_DisplayClass8_0_1_System_Boolean___ctor, (WebRtcPreprocessingPipeline_RnnoisePreprocessor_c_DisplayClass8_0_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCD140, void, WebRtcPreprocessingPipeline_RnnoisePreprocessor_c_DisplayClass8_0_1_System_Boolean___Bind_b__0, (WebRtcPreprocessingPipeline_RnnoisePreprocessor_c_DisplayClass8_0_1_System_Boolean_ * __this, Object * sender, PropertyChangedEventArgs * args, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebRtcPreprocessingPipeline_RnnoisePreprocessor_c_DisplayClass8_0_1_System_Object___ctor, (WebRtcPreprocessingPipeline_RnnoisePreprocessor_c_DisplayClass8_0_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC8200, void, WebRtcPreprocessingPipeline_RnnoisePreprocessor_c_DisplayClass8_0_1_System_Object___Bind_b__0, (WebRtcPreprocessingPipeline_RnnoisePreprocessor_c_DisplayClass8_0_1_System_Object_ * __this, Object * sender, PropertyChangedEventArgs * args, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WebRtcPreprocessingPipeline_RnnoisePreprocessor_c_DisplayClass8_0_1_System_Single___ctor, (WebRtcPreprocessingPipeline_RnnoisePreprocessor_c_DisplayClass8_0_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCD220, void, WebRtcPreprocessingPipeline_RnnoisePreprocessor_c_DisplayClass8_0_1_System_Single___Bind_b__0, (WebRtcPreprocessingPipeline_RnnoisePreprocessor_c_DisplayClass8_0_1_System_Single_ * __this, Object * sender, PropertyChangedEventArgs * args, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ResourceManager_c_DisplayClass92_0_1_System_Object___ctor, (ResourceManager_c_DisplayClass92_0_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCD300, void, ResourceManager_c_DisplayClass92_0_1_System_Object___ProvideResources_b__0, (ResourceManager_c_DisplayClass92_0_1_System_Object_ * __this, AsyncOperationHandle x, MethodInfo * method)); DO_APP_FUNC(0x00FCD400, AsyncOperationHandle_1_System_Collections_Generic_IList_1__4, ResourceManager_c_DisplayClass92_0_1_System_Object___ProvideResources_b__1, (ResourceManager_c_DisplayClass92_0_1_System_Object_ * __this, AsyncOperationHandle resultHandle, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedSet_1_T_TreeSubSet_T_c_DisplayClass9_0_KeyValuePair_2_System_Object_System_Char___ctor, (SortedSet_1_T_TreeSubSet_T_c_DisplayClass9_0_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCDD50, bool, SortedSet_1_T_TreeSubSet_T_c_DisplayClass9_0_KeyValuePair_2_System_Object_System_Char___Clear_b__0, (SortedSet_1_T_TreeSubSet_T_c_DisplayClass9_0_KeyValuePair_2_System_Object_System_Char_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * n, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedSet_1_T_TreeSubSet_T_c_DisplayClass9_0_KeyValuePair_2_System_Object_System_Object___ctor, (SortedSet_1_T_TreeSubSet_T_c_DisplayClass9_0_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCDD50, bool, SortedSet_1_T_TreeSubSet_T_c_DisplayClass9_0_KeyValuePair_2_System_Object_System_Object___Clear_b__0, (SortedSet_1_T_TreeSubSet_T_c_DisplayClass9_0_KeyValuePair_2_System_Object_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * n, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedSet_1_T_TreeSubSet_T_c_DisplayClass9_0_KeyValuePair_2_System_UInt64_System_Object___ctor, (SortedSet_1_T_TreeSubSet_T_c_DisplayClass9_0_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCDD50, bool, SortedSet_1_T_TreeSubSet_T_c_DisplayClass9_0_KeyValuePair_2_System_UInt64_System_Object___Clear_b__0, (SortedSet_1_T_TreeSubSet_T_c_DisplayClass9_0_KeyValuePair_2_System_UInt64_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * n, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedSet_1_T_TreeSubSet_T_c_DisplayClass9_0_System_Object___ctor, (SortedSet_1_T_TreeSubSet_T_c_DisplayClass9_0_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCDDD0, bool, SortedSet_1_T_TreeSubSet_T_c_DisplayClass9_0_System_Object___Clear_b__0, (SortedSet_1_T_TreeSubSet_T_c_DisplayClass9_0_System_Object_ * __this, SortedSet_1_T_Node_System_Object_ * n, MethodInfo * method)); DO_APP_FUNC(0x00A9FD50, void, _f_AnonymousType0_2_System_Object_System_Int32___ctor, (_f_AnonymousType0_2_System_Object_System_Int32_ * __this, Object * vectorPath, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00FCDE50, bool, _f_AnonymousType0_2_System_Object_System_Int32__Equals, (_f_AnonymousType0_2_System_Object_System_Int32_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00FCDF60, int32_t, _f_AnonymousType0_2_System_Object_System_Int32__GetHashCode, (_f_AnonymousType0_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCE030, String *, _f_AnonymousType0_2_System_Object_System_Int32__ToString, (_f_AnonymousType0_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, _f_AnonymousType0_2_System_Object_System_Int32__get_index, (_f_AnonymousType0_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, _f_AnonymousType0_2_System_Object_System_Int32__get_vectorPath, (_f_AnonymousType0_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, _f_AnonymousType0_2_System_Object_System_Object___ctor, (_f_AnonymousType0_2_System_Object_System_Object_ * __this, Object * vectorPath, Object * index, MethodInfo * method)); DO_APP_FUNC(0x00FCE1D0, bool, _f_AnonymousType0_2_System_Object_System_Object__Equals, (_f_AnonymousType0_2_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00FCE2E0, int32_t, _f_AnonymousType0_2_System_Object_System_Object__GetHashCode, (_f_AnonymousType0_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCE3B0, String *, _f_AnonymousType0_2_System_Object_System_Object__ToString, (_f_AnonymousType0_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, _f_AnonymousType0_2_System_Object_System_Object__get_index, (_f_AnonymousType0_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, _f_AnonymousType0_2_System_Object_System_Object__get_vectorPath, (_f_AnonymousType0_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, _f_AnonymousType0_2_System_Object_System_Object__1__ctor, (_f_AnonymousType0_2_System_Object_System_Object__1 * __this, Object * bpLTR, Object * src, MethodInfo * method)); DO_APP_FUNC(0x00FCE1D0, bool, _f_AnonymousType0_2_System_Object_System_Object__1_Equals, (_f_AnonymousType0_2_System_Object_System_Object__1 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00FCE550, int32_t, _f_AnonymousType0_2_System_Object_System_Object__1_GetHashCode, (_f_AnonymousType0_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCE620, String *, _f_AnonymousType0_2_System_Object_System_Object__1_ToString, (_f_AnonymousType0_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, _f_AnonymousType0_2_System_Object_System_Object__1_get_bpLTR, (_f_AnonymousType0_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, _f_AnonymousType0_2_System_Object_System_Object__1_get_src, (_f_AnonymousType0_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, _f_AnonymousType1_2_System_Object_System_Object___ctor, (_f_AnonymousType1_2_System_Object_System_Object_ * __this, Object * bpRTL, Object * src, MethodInfo * method)); DO_APP_FUNC(0x00FCE1D0, bool, _f_AnonymousType1_2_System_Object_System_Object__Equals, (_f_AnonymousType1_2_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00FCE7C0, int32_t, _f_AnonymousType1_2_System_Object_System_Object__GetHashCode, (_f_AnonymousType1_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCE890, String *, _f_AnonymousType1_2_System_Object_System_Object__ToString, (_f_AnonymousType1_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, _f_AnonymousType1_2_System_Object_System_Object__get_bpRTL, (_f_AnonymousType1_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, _f_AnonymousType1_2_System_Object_System_Object__get_src, (_f_AnonymousType1_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCEA30, void, _f_AnonymousType1_3_System_Object_System_Object_System_Object___ctor, (_f_AnonymousType1_3_System_Object_System_Object_System_Object_ * __this, Object * PrefabId, Object * outfit, Object * robe, MethodInfo * method)); DO_APP_FUNC(0x00FCEB30, bool, _f_AnonymousType1_3_System_Object_System_Object_System_Object__Equals, (_f_AnonymousType1_3_System_Object_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00FCECA0, int32_t, _f_AnonymousType1_3_System_Object_System_Object_System_Object__GetHashCode, (_f_AnonymousType1_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCEDD0, String *, _f_AnonymousType1_3_System_Object_System_Object_System_Object__ToString, (_f_AnonymousType1_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, _f_AnonymousType1_3_System_Object_System_Object_System_Object__get_PrefabId, (_f_AnonymousType1_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, _f_AnonymousType1_3_System_Object_System_Object_System_Object__get_outfit, (_f_AnonymousType1_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Object *, _f_AnonymousType1_3_System_Object_System_Object_System_Object__get_robe, (_f_AnonymousType1_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCEFD0, void, _f_AnonymousType1_3_Photon_Bolt_PrefabId_System_Object_System_Object___ctor, (_f_AnonymousType1_3_Photon_Bolt_PrefabId_System_Object_System_Object_ * __this, PrefabId PrefabId, Object * outfit, Object * robe, MethodInfo * method)); DO_APP_FUNC(0x00FCF080, bool, _f_AnonymousType1_3_Photon_Bolt_PrefabId_System_Object_System_Object__Equals, (_f_AnonymousType1_3_Photon_Bolt_PrefabId_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00FCF1F0, int32_t, _f_AnonymousType1_3_Photon_Bolt_PrefabId_System_Object_System_Object__GetHashCode, (_f_AnonymousType1_3_Photon_Bolt_PrefabId_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCF320, String *, _f_AnonymousType1_3_Photon_Bolt_PrefabId_System_Object_System_Object__ToString, (_f_AnonymousType1_3_Photon_Bolt_PrefabId_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, PrefabId, _f_AnonymousType1_3_Photon_Bolt_PrefabId_System_Object_System_Object__get_PrefabId, (_f_AnonymousType1_3_Photon_Bolt_PrefabId_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, _f_AnonymousType1_3_Photon_Bolt_PrefabId_System_Object_System_Object__get_outfit, (_f_AnonymousType1_3_Photon_Bolt_PrefabId_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Object *, _f_AnonymousType1_3_Photon_Bolt_PrefabId_System_Object_System_Object__get_robe, (_f_AnonymousType1_3_Photon_Bolt_PrefabId_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, _f_AnonymousType2_2_System_Object_System_Object___ctor, (_f_AnonymousType2_2_System_Object_System_Object_ * __this, Object * words, Object * simpleWord, MethodInfo * method)); DO_APP_FUNC(0x00FCE1D0, bool, _f_AnonymousType2_2_System_Object_System_Object__Equals, (_f_AnonymousType2_2_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00FCF520, int32_t, _f_AnonymousType2_2_System_Object_System_Object__GetHashCode, (_f_AnonymousType2_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCF5F0, String *, _f_AnonymousType2_2_System_Object_System_Object__ToString, (_f_AnonymousType2_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, _f_AnonymousType2_2_System_Object_System_Object__get_simpleWord, (_f_AnonymousType2_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, _f_AnonymousType2_2_System_Object_System_Object__get_words, (_f_AnonymousType2_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCEA30, void, _f_AnonymousType2_3_System_Object_System_Object_System_Object___ctor, (_f_AnonymousType2_3_System_Object_System_Object_System_Object_ * __this, Object * photonSession, Object * token, Object * gameConfigToken, MethodInfo * method)); DO_APP_FUNC(0x00FCEB30, bool, _f_AnonymousType2_3_System_Object_System_Object_System_Object__Equals, (_f_AnonymousType2_3_System_Object_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00FCF790, int32_t, _f_AnonymousType2_3_System_Object_System_Object_System_Object__GetHashCode, (_f_AnonymousType2_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCF8C0, String *, _f_AnonymousType2_3_System_Object_System_Object_System_Object__ToString, (_f_AnonymousType2_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Object *, _f_AnonymousType2_3_System_Object_System_Object_System_Object__get_gameConfigToken, (_f_AnonymousType2_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, _f_AnonymousType2_3_System_Object_System_Object_System_Object__get_photonSession, (_f_AnonymousType2_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, _f_AnonymousType2_3_System_Object_System_Object_System_Object__get_token, (_f_AnonymousType2_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, _f_AnonymousType3_2_System_Object_System_Object___ctor, (_f_AnonymousType3_2_System_Object_System_Object_ * __this, Object * c, Object * r, MethodInfo * method)); DO_APP_FUNC(0x00FCE1D0, bool, _f_AnonymousType3_2_System_Object_System_Object__Equals, (_f_AnonymousType3_2_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00FCFAC0, int32_t, _f_AnonymousType3_2_System_Object_System_Object__GetHashCode, (_f_AnonymousType3_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCFB90, String *, _f_AnonymousType3_2_System_Object_System_Object__ToString, (_f_AnonymousType3_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, _f_AnonymousType3_2_System_Object_System_Object__get_c, (_f_AnonymousType3_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, _f_AnonymousType3_2_System_Object_System_Object__get_r, (_f_AnonymousType3_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, _f_AnonymousType3_2_System_Object_System_Object__1__ctor, (_f_AnonymousType3_2_System_Object_System_Object__1 * __this, Object * matches, Object * match, MethodInfo * method)); DO_APP_FUNC(0x00FCE1D0, bool, _f_AnonymousType3_2_System_Object_System_Object__1_Equals, (_f_AnonymousType3_2_System_Object_System_Object__1 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00FCFD30, int32_t, _f_AnonymousType3_2_System_Object_System_Object__1_GetHashCode, (_f_AnonymousType3_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCFE00, String *, _f_AnonymousType3_2_System_Object_System_Object__1_ToString, (_f_AnonymousType3_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, _f_AnonymousType3_2_System_Object_System_Object__1_get_match, (_f_AnonymousType3_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, _f_AnonymousType3_2_System_Object_System_Object__1_get_matches, (_f_AnonymousType3_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, _f_AnonymousType4_2_System_Object_System_Object___ctor, (_f_AnonymousType4_2_System_Object_System_Object_ * __this, Object * __h__TransparentIdentifier0, Object * capture, MethodInfo * method)); DO_APP_FUNC(0x00FCE1D0, bool, _f_AnonymousType4_2_System_Object_System_Object__Equals, (_f_AnonymousType4_2_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00FCFFA0, int32_t, _f_AnonymousType4_2_System_Object_System_Object__GetHashCode, (_f_AnonymousType4_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0070, String *, _f_AnonymousType4_2_System_Object_System_Object__ToString, (_f_AnonymousType4_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, _f_AnonymousType4_2_System_Object_System_Object__get___h__TransparentIdentifier0, (_f_AnonymousType4_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, _f_AnonymousType4_2_System_Object_System_Object__get_capture, (_f_AnonymousType4_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, _f_AnonymousType5_2_System_Object_System_Object___ctor, (_f_AnonymousType5_2_System_Object_System_Object_ * __this, Object * match, Object * capture, MethodInfo * method)); DO_APP_FUNC(0x00FCE1D0, bool, _f_AnonymousType5_2_System_Object_System_Object__Equals, (_f_AnonymousType5_2_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00FD0210, int32_t, _f_AnonymousType5_2_System_Object_System_Object__GetHashCode, (_f_AnonymousType5_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD02E0, String *, _f_AnonymousType5_2_System_Object_System_Object__ToString, (_f_AnonymousType5_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, _f_AnonymousType5_2_System_Object_System_Object__get_capture, (_f_AnonymousType5_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, _f_AnonymousType5_2_System_Object_System_Object__get_match, (_f_AnonymousType5_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, _f_AnonymousType6_2_System_Object_System_Object___ctor, (_f_AnonymousType6_2_System_Object_System_Object_ * __this, Object * dp, Object * src, MethodInfo * method)); DO_APP_FUNC(0x00FCE1D0, bool, _f_AnonymousType6_2_System_Object_System_Object__Equals, (_f_AnonymousType6_2_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00FD0480, int32_t, _f_AnonymousType6_2_System_Object_System_Object__GetHashCode, (_f_AnonymousType6_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0550, String *, _f_AnonymousType6_2_System_Object_System_Object__ToString, (_f_AnonymousType6_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, _f_AnonymousType6_2_System_Object_System_Object__get_dp, (_f_AnonymousType6_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, _f_AnonymousType6_2_System_Object_System_Object__get_src, (_f_AnonymousType6_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, _f_AnonymousType7_2_System_Object_System_Object___ctor, (_f_AnonymousType7_2_System_Object_System_Object_ * __this, Object * domainRegex, Object * match, MethodInfo * method)); DO_APP_FUNC(0x00FCE1D0, bool, _f_AnonymousType7_2_System_Object_System_Object__Equals, (_f_AnonymousType7_2_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00FD06F0, int32_t, _f_AnonymousType7_2_System_Object_System_Object__GetHashCode, (_f_AnonymousType7_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD07C0, String *, _f_AnonymousType7_2_System_Object_System_Object__ToString, (_f_AnonymousType7_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, _f_AnonymousType7_2_System_Object_System_Object__get_domainRegex, (_f_AnonymousType7_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, _f_AnonymousType7_2_System_Object_System_Object__get_match, (_f_AnonymousType7_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F020, void, Enumerable_AppendIterator_d_61_1_System_Object___ctor, (Enumerable_AppendIterator_d_61_1_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD0DE0, void, Enumerable_AppendIterator_d_61_1_System_Object____m__Finally1, (Enumerable_AppendIterator_d_61_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0A30, bool, Enumerable_AppendIterator_d_61_1_System_Object__MoveNext, (Enumerable_AppendIterator_d_61_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0E90, IEnumerator_1_System_Object_ *, Enumerable_AppendIterator_d_61_1_System_Object__System_Collections_Generic_IEnumerable_TSource__GetEnumerator, (Enumerable_AppendIterator_d_61_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Enumerable_AppendIterator_d_61_1_System_Object__System_Collections_Generic_IEnumerator_TSource__get_Current, (Enumerable_AppendIterator_d_61_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0FF0, IEnumerator *, Enumerable_AppendIterator_d_61_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (Enumerable_AppendIterator_d_61_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0E40, void, Enumerable_AppendIterator_d_61_1_System_Object__System_Collections_IEnumerator_Reset, (Enumerable_AppendIterator_d_61_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5A98, Enumerable_AppendIterator_d_61_1_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Enumerable_AppendIterator_d_61_1_System_Object__System_Collections_IEnumerator_get_Current, (Enumerable_AppendIterator_d_61_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0960, void, Enumerable_AppendIterator_d_61_1_System_Object__System_IDisposable_Dispose, (Enumerable_AppendIterator_d_61_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1020, void, Enumerable_CastIterator_d_99_1_System_Int32Enum___ctor, (Enumerable_CastIterator_d_99_1_System_Int32Enum_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD1340, void, Enumerable_CastIterator_d_99_1_System_Int32Enum____m__Finally1, (Enumerable_CastIterator_d_99_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1040, bool, Enumerable_CastIterator_d_99_1_System_Int32Enum__MoveNext, (Enumerable_CastIterator_d_99_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1440, IEnumerator_1_System_Int32Enum_ *, Enumerable_CastIterator_d_99_1_System_Int32Enum__System_Collections_Generic_IEnumerable_TResult__GetEnumerator, (Enumerable_CastIterator_d_99_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, Int32Enum__Enum, Enumerable_CastIterator_d_99_1_System_Int32Enum__System_Collections_Generic_IEnumerator_TResult__get_Current, (Enumerable_CastIterator_d_99_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1540, IEnumerator *, Enumerable_CastIterator_d_99_1_System_Int32Enum__System_Collections_IEnumerable_GetEnumerator, (Enumerable_CastIterator_d_99_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD13B0, void, Enumerable_CastIterator_d_99_1_System_Int32Enum__System_Collections_IEnumerator_Reset, (Enumerable_CastIterator_d_99_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5AB8, Enumerable_CastIterator_d_99_1_System_Int32Enum__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FD1400, Object *, Enumerable_CastIterator_d_99_1_System_Int32Enum__System_Collections_IEnumerator_get_Current, (Enumerable_CastIterator_d_99_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0960, void, Enumerable_CastIterator_d_99_1_System_Int32Enum__System_IDisposable_Dispose, (Enumerable_CastIterator_d_99_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F020, void, Enumerable_CastIterator_d_99_1_System_Object___ctor, (Enumerable_CastIterator_d_99_1_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD18E0, void, Enumerable_CastIterator_d_99_1_System_Object____m__Finally1, (Enumerable_CastIterator_d_99_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1570, bool, Enumerable_CastIterator_d_99_1_System_Object__MoveNext, (Enumerable_CastIterator_d_99_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD19A0, IEnumerator_1_System_Object_ *, Enumerable_CastIterator_d_99_1_System_Object__System_Collections_Generic_IEnumerable_TResult__GetEnumerator, (Enumerable_CastIterator_d_99_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Enumerable_CastIterator_d_99_1_System_Object__System_Collections_Generic_IEnumerator_TResult__get_Current, (Enumerable_CastIterator_d_99_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1540, IEnumerator *, Enumerable_CastIterator_d_99_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (Enumerable_CastIterator_d_99_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1950, void, Enumerable_CastIterator_d_99_1_System_Object__System_Collections_IEnumerator_Reset, (Enumerable_CastIterator_d_99_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5A40, Enumerable_CastIterator_d_99_1_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Enumerable_CastIterator_d_99_1_System_Object__System_Collections_IEnumerator_get_Current, (Enumerable_CastIterator_d_99_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0960, void, Enumerable_CastIterator_d_99_1_System_Object__System_IDisposable_Dispose, (Enumerable_CastIterator_d_99_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1020, void, Enumerable_CastIterator_d_99_1_System_Single___ctor, (Enumerable_CastIterator_d_99_1_System_Single_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD1D70, void, Enumerable_CastIterator_d_99_1_System_Single____m__Finally1, (Enumerable_CastIterator_d_99_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1AA0, bool, Enumerable_CastIterator_d_99_1_System_Single__MoveNext, (Enumerable_CastIterator_d_99_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1440, IEnumerator_1_System_Single_ *, Enumerable_CastIterator_d_99_1_System_Single__System_Collections_Generic_IEnumerable_TResult__GetEnumerator, (Enumerable_CastIterator_d_99_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA310, float, Enumerable_CastIterator_d_99_1_System_Single__System_Collections_Generic_IEnumerator_TResult__get_Current, (Enumerable_CastIterator_d_99_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1540, IEnumerator *, Enumerable_CastIterator_d_99_1_System_Single__System_Collections_IEnumerable_GetEnumerator, (Enumerable_CastIterator_d_99_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1DE0, void, Enumerable_CastIterator_d_99_1_System_Single__System_Collections_IEnumerator_Reset, (Enumerable_CastIterator_d_99_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5A18, Enumerable_CastIterator_d_99_1_System_Single__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FD1E30, Object *, Enumerable_CastIterator_d_99_1_System_Single__System_Collections_IEnumerator_get_Current, (Enumerable_CastIterator_d_99_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0960, void, Enumerable_CastIterator_d_99_1_System_Single__System_IDisposable_Dispose, (Enumerable_CastIterator_d_99_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1E80, void, Enumerable_ConcatIterator_d_59_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor, (Enumerable_ConcatIterator_d_59_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD2650, void, Enumerable_ConcatIterator_d_59_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent____m__Finally1, (Enumerable_ConcatIterator_d_59_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD26B0, void, Enumerable_ConcatIterator_d_59_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent____m__Finally2, (Enumerable_ConcatIterator_d_59_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD2020, bool, Enumerable_ConcatIterator_d_59_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__MoveNext, (Enumerable_ConcatIterator_d_59_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD27E0, IEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ *, Enumerable_ConcatIterator_d_59_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_IEnumerable_TSource__GetEnumerator, (Enumerable_ConcatIterator_d_59_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD2710, DiagnosticEvent, Enumerable_ConcatIterator_d_59_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_IEnumerator_TSource__get_Current, (Enumerable_ConcatIterator_d_59_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD2940, IEnumerator *, Enumerable_ConcatIterator_d_59_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IEnumerable_GetEnumerator, (Enumerable_ConcatIterator_d_59_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD2730, void, Enumerable_ConcatIterator_d_59_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IEnumerator_Reset, (Enumerable_ConcatIterator_d_59_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5A20, Enumerable_ConcatIterator_d_59_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FD2780, Object *, Enumerable_ConcatIterator_d_59_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IEnumerator_get_Current, (Enumerable_ConcatIterator_d_59_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1EA0, void, Enumerable_ConcatIterator_d_59_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_IDisposable_Dispose, (Enumerable_ConcatIterator_d_59_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1020, void, Enumerable_ConcatIterator_d_59_1_System_Int32___ctor, (Enumerable_ConcatIterator_d_59_1_System_Int32_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD2E00, void, Enumerable_ConcatIterator_d_59_1_System_Int32____m__Finally1, (Enumerable_ConcatIterator_d_59_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD2E60, void, Enumerable_ConcatIterator_d_59_1_System_Int32____m__Finally2, (Enumerable_ConcatIterator_d_59_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD2970, bool, Enumerable_ConcatIterator_d_59_1_System_Int32__MoveNext, (Enumerable_ConcatIterator_d_59_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD2F50, IEnumerator_1_System_Int32_ *, Enumerable_ConcatIterator_d_59_1_System_Int32__System_Collections_Generic_IEnumerable_TSource__GetEnumerator, (Enumerable_ConcatIterator_d_59_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, Enumerable_ConcatIterator_d_59_1_System_Int32__System_Collections_Generic_IEnumerator_TSource__get_Current, (Enumerable_ConcatIterator_d_59_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD2940, IEnumerator *, Enumerable_ConcatIterator_d_59_1_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Enumerable_ConcatIterator_d_59_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD2EC0, void, Enumerable_ConcatIterator_d_59_1_System_Int32__System_Collections_IEnumerator_Reset, (Enumerable_ConcatIterator_d_59_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5A08, Enumerable_ConcatIterator_d_59_1_System_Int32__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FD2F10, Object *, Enumerable_ConcatIterator_d_59_1_System_Int32__System_Collections_IEnumerator_get_Current, (Enumerable_ConcatIterator_d_59_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1EA0, void, Enumerable_ConcatIterator_d_59_1_System_Int32__System_IDisposable_Dispose, (Enumerable_ConcatIterator_d_59_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F020, void, Enumerable_ConcatIterator_d_59_1_System_Object___ctor, (Enumerable_ConcatIterator_d_59_1_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD35E0, void, Enumerable_ConcatIterator_d_59_1_System_Object____m__Finally1, (Enumerable_ConcatIterator_d_59_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD3640, void, Enumerable_ConcatIterator_d_59_1_System_Object____m__Finally2, (Enumerable_ConcatIterator_d_59_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD30B0, bool, Enumerable_ConcatIterator_d_59_1_System_Object__MoveNext, (Enumerable_ConcatIterator_d_59_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD36F0, IEnumerator_1_System_Object_ *, Enumerable_ConcatIterator_d_59_1_System_Object__System_Collections_Generic_IEnumerable_TSource__GetEnumerator, (Enumerable_ConcatIterator_d_59_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Enumerable_ConcatIterator_d_59_1_System_Object__System_Collections_Generic_IEnumerator_TSource__get_Current, (Enumerable_ConcatIterator_d_59_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD2940, IEnumerator *, Enumerable_ConcatIterator_d_59_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (Enumerable_ConcatIterator_d_59_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD36A0, void, Enumerable_ConcatIterator_d_59_1_System_Object__System_Collections_IEnumerator_Reset, (Enumerable_ConcatIterator_d_59_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE59E0, Enumerable_ConcatIterator_d_59_1_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Enumerable_ConcatIterator_d_59_1_System_Object__System_Collections_IEnumerator_get_Current, (Enumerable_ConcatIterator_d_59_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1EA0, void, Enumerable_ConcatIterator_d_59_1_System_Object__System_IDisposable_Dispose, (Enumerable_ConcatIterator_d_59_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F020, void, IEnumerableExtensions_ConcatUnsafe_d_1_1_System_Object___ctor, (IEnumerableExtensions_ConcatUnsafe_d_1_1_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD3BC0, void, IEnumerableExtensions_ConcatUnsafe_d_1_1_System_Object____m__Finally1, (IEnumerableExtensions_ConcatUnsafe_d_1_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD3850, bool, IEnumerableExtensions_ConcatUnsafe_d_1_1_System_Object__MoveNext, (IEnumerableExtensions_ConcatUnsafe_d_1_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0E90, IEnumerator_1_System_Object_ *, IEnumerableExtensions_ConcatUnsafe_d_1_1_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (IEnumerableExtensions_ConcatUnsafe_d_1_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, IEnumerableExtensions_ConcatUnsafe_d_1_1_System_Object__System_Collections_Generic_IEnumerator_T__get_Current, (IEnumerableExtensions_ConcatUnsafe_d_1_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0FF0, IEnumerator *, IEnumerableExtensions_ConcatUnsafe_d_1_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (IEnumerableExtensions_ConcatUnsafe_d_1_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD3C20, void, IEnumerableExtensions_ConcatUnsafe_d_1_1_System_Object__System_Collections_IEnumerator_Reset, (IEnumerableExtensions_ConcatUnsafe_d_1_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5988, IEnumerableExtensions_ConcatUnsafe_d_1_1_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, IEnumerableExtensions_ConcatUnsafe_d_1_1_System_Object__System_Collections_IEnumerator_get_Current, (IEnumerableExtensions_ConcatUnsafe_d_1_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0960, void, IEnumerableExtensions_ConcatUnsafe_d_1_1_System_Object__System_IDisposable_Dispose, (IEnumerableExtensions_ConcatUnsafe_d_1_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F020, void, LinqExtensions_DistinctBy_d_0_2_System_Object_System_Object___ctor, (LinqExtensions_DistinctBy_d_0_2_System_Object_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD40C0, void, LinqExtensions_DistinctBy_d_0_2_System_Object_System_Object____m__Finally1, (LinqExtensions_DistinctBy_d_0_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD3C70, bool, LinqExtensions_DistinctBy_d_0_2_System_Object_System_Object__MoveNext, (LinqExtensions_DistinctBy_d_0_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD4170, IEnumerator_1_System_Object_ *, LinqExtensions_DistinctBy_d_0_2_System_Object_System_Object__System_Collections_Generic_IEnumerable_TSource__GetEnumerator, (LinqExtensions_DistinctBy_d_0_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, LinqExtensions_DistinctBy_d_0_2_System_Object_System_Object__System_Collections_Generic_IEnumerator_TSource__get_Current, (LinqExtensions_DistinctBy_d_0_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD42D0, IEnumerator *, LinqExtensions_DistinctBy_d_0_2_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (LinqExtensions_DistinctBy_d_0_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD4120, void, LinqExtensions_DistinctBy_d_0_2_System_Object_System_Object__System_Collections_IEnumerator_Reset, (LinqExtensions_DistinctBy_d_0_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE59A8, LinqExtensions_DistinctBy_d_0_2_System_Object_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, LinqExtensions_DistinctBy_d_0_2_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (LinqExtensions_DistinctBy_d_0_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0960, void, LinqExtensions_DistinctBy_d_0_2_System_Object_System_Object__System_IDisposable_Dispose, (LinqExtensions_DistinctBy_d_0_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1020, void, LinqExtensions_DistinctBy_d_0_2_Steamworks_SteamItemDef_t_System_Int32___ctor, (LinqExtensions_DistinctBy_d_0_2_Steamworks_SteamItemDef_t_System_Int32_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD4700, void, LinqExtensions_DistinctBy_d_0_2_Steamworks_SteamItemDef_t_System_Int32____m__Finally1, (LinqExtensions_DistinctBy_d_0_2_Steamworks_SteamItemDef_t_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD4300, bool, LinqExtensions_DistinctBy_d_0_2_Steamworks_SteamItemDef_t_System_Int32__MoveNext, (LinqExtensions_DistinctBy_d_0_2_Steamworks_SteamItemDef_t_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD47F0, IEnumerator_1_Steamworks_SteamItemDef_t_ *, LinqExtensions_DistinctBy_d_0_2_Steamworks_SteamItemDef_t_System_Int32__System_Collections_Generic_IEnumerable_TSource__GetEnumerator, (LinqExtensions_DistinctBy_d_0_2_Steamworks_SteamItemDef_t_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, SteamItemDef_t, LinqExtensions_DistinctBy_d_0_2_Steamworks_SteamItemDef_t_System_Int32__System_Collections_Generic_IEnumerator_TSource__get_Current, (LinqExtensions_DistinctBy_d_0_2_Steamworks_SteamItemDef_t_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD42D0, IEnumerator *, LinqExtensions_DistinctBy_d_0_2_Steamworks_SteamItemDef_t_System_Int32__System_Collections_IEnumerable_GetEnumerator, (LinqExtensions_DistinctBy_d_0_2_Steamworks_SteamItemDef_t_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD4760, void, LinqExtensions_DistinctBy_d_0_2_Steamworks_SteamItemDef_t_System_Int32__System_Collections_IEnumerator_Reset, (LinqExtensions_DistinctBy_d_0_2_Steamworks_SteamItemDef_t_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5970, LinqExtensions_DistinctBy_d_0_2_Steamworks_SteamItemDef_t_System_Int32__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FD47B0, Object *, LinqExtensions_DistinctBy_d_0_2_Steamworks_SteamItemDef_t_System_Int32__System_Collections_IEnumerator_get_Current, (LinqExtensions_DistinctBy_d_0_2_Steamworks_SteamItemDef_t_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0960, void, LinqExtensions_DistinctBy_d_0_2_Steamworks_SteamItemDef_t_System_Int32__System_IDisposable_Dispose, (LinqExtensions_DistinctBy_d_0_2_Steamworks_SteamItemDef_t_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1020, void, Enumerable_DistinctIterator_d_68_1_System_Int32___ctor, (Enumerable_DistinctIterator_d_68_1_System_Int32_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD4D60, void, Enumerable_DistinctIterator_d_68_1_System_Int32____m__Finally1, (Enumerable_DistinctIterator_d_68_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD4950, bool, Enumerable_DistinctIterator_d_68_1_System_Int32__MoveNext, (Enumerable_DistinctIterator_d_68_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD4E50, IEnumerator_1_System_Int32_ *, Enumerable_DistinctIterator_d_68_1_System_Int32__System_Collections_Generic_IEnumerable_TSource__GetEnumerator, (Enumerable_DistinctIterator_d_68_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, Enumerable_DistinctIterator_d_68_1_System_Int32__System_Collections_Generic_IEnumerator_TSource__get_Current, (Enumerable_DistinctIterator_d_68_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD4FB0, IEnumerator *, Enumerable_DistinctIterator_d_68_1_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Enumerable_DistinctIterator_d_68_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD4DC0, void, Enumerable_DistinctIterator_d_68_1_System_Int32__System_Collections_IEnumerator_Reset, (Enumerable_DistinctIterator_d_68_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5960, Enumerable_DistinctIterator_d_68_1_System_Int32__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FD4E10, Object *, Enumerable_DistinctIterator_d_68_1_System_Int32__System_Collections_IEnumerator_get_Current, (Enumerable_DistinctIterator_d_68_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0960, void, Enumerable_DistinctIterator_d_68_1_System_Int32__System_IDisposable_Dispose, (Enumerable_DistinctIterator_d_68_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F020, void, Enumerable_DistinctIterator_d_68_1_System_Object___ctor, (Enumerable_DistinctIterator_d_68_1_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD53C0, void, Enumerable_DistinctIterator_d_68_1_System_Object____m__Finally1, (Enumerable_DistinctIterator_d_68_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD4FE0, bool, Enumerable_DistinctIterator_d_68_1_System_Object__MoveNext, (Enumerable_DistinctIterator_d_68_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD5470, IEnumerator_1_System_Object_ *, Enumerable_DistinctIterator_d_68_1_System_Object__System_Collections_Generic_IEnumerable_TSource__GetEnumerator, (Enumerable_DistinctIterator_d_68_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Enumerable_DistinctIterator_d_68_1_System_Object__System_Collections_Generic_IEnumerator_TSource__get_Current, (Enumerable_DistinctIterator_d_68_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD4FB0, IEnumerator *, Enumerable_DistinctIterator_d_68_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (Enumerable_DistinctIterator_d_68_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD5420, void, Enumerable_DistinctIterator_d_68_1_System_Object__System_Collections_IEnumerator_Reset, (Enumerable_DistinctIterator_d_68_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5968, Enumerable_DistinctIterator_d_68_1_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Enumerable_DistinctIterator_d_68_1_System_Object__System_Collections_IEnumerator_get_Current, (Enumerable_DistinctIterator_d_68_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0960, void, Enumerable_DistinctIterator_d_68_1_System_Object__System_IDisposable_Dispose, (Enumerable_DistinctIterator_d_68_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FixedArray3_1_T_Enumerate_c_Iterator0_System_Object___ctor, (FixedArray3_1_T_Enumerate_c_Iterator0_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD5800, void, FixedArray3_1_T_Enumerate_c_Iterator0_System_Object__Dispose, (FixedArray3_1_T_Enumerate_c_Iterator0_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD5700, bool, FixedArray3_1_T_Enumerate_c_Iterator0_System_Object__MoveNext, (FixedArray3_1_T_Enumerate_c_Iterator0_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD5810, void, FixedArray3_1_T_Enumerate_c_Iterator0_System_Object__Reset, (FixedArray3_1_T_Enumerate_c_Iterator0_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5930, FixedArray3_1_T_Enumerate_c_Iterator0_System_Object__Reset__MethodInfo); DO_APP_FUNC(0x00FD5600, IEnumerator_1_System_Object_ *, FixedArray3_1_T_Enumerate_c_Iterator0_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (FixedArray3_1_T_Enumerate_c_Iterator0_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, FixedArray3_1_T_Enumerate_c_Iterator0_System_Object__System_Collections_Generic_IEnumerator_T__get_Current, (FixedArray3_1_T_Enumerate_c_Iterator0_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD55D0, IEnumerator *, FixedArray3_1_T_Enumerate_c_Iterator0_System_Object__System_Collections_IEnumerable_GetEnumerator, (FixedArray3_1_T_Enumerate_c_Iterator0_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, FixedArray3_1_T_Enumerate_c_Iterator0_System_Object__System_Collections_IEnumerator_get_Current, (FixedArray3_1_T_Enumerate_c_Iterator0_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ConcurrentQueue_1_T_Enumerate_d_28_System_Object___ctor, (ConcurrentQueue_1_T_Enumerate_d_28_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD5860, bool, ConcurrentQueue_1_T_Enumerate_d_28_System_Object__MoveNext, (ConcurrentQueue_1_T_Enumerate_d_28_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ConcurrentQueue_1_T_Enumerate_d_28_System_Object__System_Collections_Generic_IEnumerator_T__get_Current, (ConcurrentQueue_1_T_Enumerate_d_28_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD5CD0, void, ConcurrentQueue_1_T_Enumerate_d_28_System_Object__System_Collections_IEnumerator_Reset, (ConcurrentQueue_1_T_Enumerate_d_28_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5920, ConcurrentQueue_1_T_Enumerate_d_28_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ConcurrentQueue_1_T_Enumerate_d_28_System_Object__System_Collections_IEnumerator_get_Current, (ConcurrentQueue_1_T_Enumerate_d_28_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ConcurrentQueue_1_T_Enumerate_d_28_System_Object__System_IDisposable_Dispose, (ConcurrentQueue_1_T_Enumerate_d_28_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F020, void, MiscHelpers_EveryNth_d_1_1_System_Object___ctor, (MiscHelpers_EveryNth_d_1_1_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD6070, void, MiscHelpers_EveryNth_d_1_1_System_Object____m__Finally1, (MiscHelpers_EveryNth_d_1_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD5D20, bool, MiscHelpers_EveryNth_d_1_1_System_Object__MoveNext, (MiscHelpers_EveryNth_d_1_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD6120, IEnumerator_1_System_Object_ *, MiscHelpers_EveryNth_d_1_1_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (MiscHelpers_EveryNth_d_1_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, MiscHelpers_EveryNth_d_1_1_System_Object__System_Collections_Generic_IEnumerator_TValue__get_Current, (MiscHelpers_EveryNth_d_1_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0FF0, IEnumerator *, MiscHelpers_EveryNth_d_1_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (MiscHelpers_EveryNth_d_1_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD60D0, void, MiscHelpers_EveryNth_d_1_1_System_Object__System_Collections_IEnumerator_Reset, (MiscHelpers_EveryNth_d_1_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5948, MiscHelpers_EveryNth_d_1_1_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, MiscHelpers_EveryNth_d_1_1_System_Object__System_Collections_IEnumerator_get_Current, (MiscHelpers_EveryNth_d_1_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0960, void, MiscHelpers_EveryNth_d_1_1_System_Object__System_IDisposable_Dispose, (MiscHelpers_EveryNth_d_1_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F020, void, Enumerable_ExceptIterator_d_77_1_System_Object___ctor, (Enumerable_ExceptIterator_d_77_1_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD6930, void, Enumerable_ExceptIterator_d_77_1_System_Object____m__Finally1, (Enumerable_ExceptIterator_d_77_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD6230, bool, Enumerable_ExceptIterator_d_77_1_System_Object__MoveNext, (Enumerable_ExceptIterator_d_77_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD69E0, IEnumerator_1_System_Object_ *, Enumerable_ExceptIterator_d_77_1_System_Object__System_Collections_Generic_IEnumerable_TSource__GetEnumerator, (Enumerable_ExceptIterator_d_77_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Enumerable_ExceptIterator_d_77_1_System_Object__System_Collections_Generic_IEnumerator_TSource__get_Current, (Enumerable_ExceptIterator_d_77_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD4FB0, IEnumerator *, Enumerable_ExceptIterator_d_77_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (Enumerable_ExceptIterator_d_77_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD6990, void, Enumerable_ExceptIterator_d_77_1_System_Object__System_Collections_IEnumerator_Reset, (Enumerable_ExceptIterator_d_77_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE58F8, Enumerable_ExceptIterator_d_77_1_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Enumerable_ExceptIterator_d_77_1_System_Object__System_Collections_IEnumerator_get_Current, (Enumerable_ExceptIterator_d_77_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0960, void, Enumerable_ExceptIterator_d_77_1_System_Object__System_IDisposable_Dispose, (Enumerable_ExceptIterator_d_77_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F020, void, RuntimeUtilities_GetAllSceneObjects_d_86_1_System_Object___ctor, (RuntimeUtilities_GetAllSceneObjects_d_86_1_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD73D0, void, RuntimeUtilities_GetAllSceneObjects_d_86_1_System_Object____m__Finally1, (RuntimeUtilities_GetAllSceneObjects_d_86_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD6C20, bool, RuntimeUtilities_GetAllSceneObjects_d_86_1_System_Object__MoveNext, (RuntimeUtilities_GetAllSceneObjects_d_86_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD7490, IEnumerator_1_System_Object_ *, RuntimeUtilities_GetAllSceneObjects_d_86_1_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (RuntimeUtilities_GetAllSceneObjects_d_86_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, RuntimeUtilities_GetAllSceneObjects_d_86_1_System_Object__System_Collections_Generic_IEnumerator_T__get_Current, (RuntimeUtilities_GetAllSceneObjects_d_86_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD7540, IEnumerator *, RuntimeUtilities_GetAllSceneObjects_d_86_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (RuntimeUtilities_GetAllSceneObjects_d_86_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD7440, void, RuntimeUtilities_GetAllSceneObjects_d_86_1_System_Object__System_Collections_IEnumerator_Reset, (RuntimeUtilities_GetAllSceneObjects_d_86_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE58F0, RuntimeUtilities_GetAllSceneObjects_d_86_1_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, RuntimeUtilities_GetAllSceneObjects_d_86_1_System_Object__System_Collections_IEnumerator_get_Current, (RuntimeUtilities_GetAllSceneObjects_d_86_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD6B90, void, RuntimeUtilities_GetAllSceneObjects_d_86_1_System_Object__System_IDisposable_Dispose, (RuntimeUtilities_GetAllSceneObjects_d_86_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F020, void, BlockingCollection_1_T_GetConsumingEnumerable_d_68_System_Object___ctor, (BlockingCollection_1_T_GetConsumingEnumerable_d_68_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD78A0, void, BlockingCollection_1_T_GetConsumingEnumerable_d_68_System_Object____m__Finally1, (BlockingCollection_1_T_GetConsumingEnumerable_d_68_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD7570, bool, BlockingCollection_1_T_GetConsumingEnumerable_d_68_System_Object__MoveNext, (BlockingCollection_1_T_GetConsumingEnumerable_d_68_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD7910, IEnumerator_1_System_Object_ *, BlockingCollection_1_T_GetConsumingEnumerable_d_68_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (BlockingCollection_1_T_GetConsumingEnumerable_d_68_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, BlockingCollection_1_T_GetConsumingEnumerable_d_68_System_Object__System_Collections_Generic_IEnumerator_T__get_Current, (BlockingCollection_1_T_GetConsumingEnumerable_d_68_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD7540, IEnumerator *, BlockingCollection_1_T_GetConsumingEnumerable_d_68_System_Object__System_Collections_IEnumerable_GetEnumerator, (BlockingCollection_1_T_GetConsumingEnumerable_d_68_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD78C0, void, BlockingCollection_1_T_GetConsumingEnumerable_d_68_System_Object__System_Collections_IEnumerator_Reset, (BlockingCollection_1_T_GetConsumingEnumerable_d_68_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE58B0, BlockingCollection_1_T_GetConsumingEnumerable_d_68_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, BlockingCollection_1_T_GetConsumingEnumerable_d_68_System_Object__System_Collections_IEnumerator_get_Current, (BlockingCollection_1_T_GetConsumingEnumerable_d_68_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0960, void, BlockingCollection_1_T_GetConsumingEnumerable_d_68_System_Object__System_IDisposable_Dispose, (BlockingCollection_1_T_GetConsumingEnumerable_d_68_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, OrderedEnumerable_1_TElement_GetEnumerator_d_1_System_Collections_Generic_KeyValuePair_2___ctor, (OrderedEnumerable_1_TElement_GetEnumerator_d_1_System_Collections_Generic_KeyValuePair_2_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD7A90, bool, OrderedEnumerable_1_TElement_GetEnumerator_d_1_System_Collections_Generic_KeyValuePair_2__MoveNext, (OrderedEnumerable_1_TElement_GetEnumerator_d_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, KeyValuePair_2_System_Object_System_Object_, OrderedEnumerable_1_TElement_GetEnumerator_d_1_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_IEnumerator_TElement__get_Current, (OrderedEnumerable_1_TElement_GetEnumerator_d_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD7D70, void, OrderedEnumerable_1_TElement_GetEnumerator_d_1_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerator_Reset, (OrderedEnumerable_1_TElement_GetEnumerator_d_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE58A8, OrderedEnumerable_1_TElement_GetEnumerator_d_1_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FD7DC0, Object *, OrderedEnumerable_1_TElement_GetEnumerator_d_1_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerator_get_Current, (OrderedEnumerable_1_TElement_GetEnumerator_d_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OrderedEnumerable_1_TElement_GetEnumerator_d_1_System_Collections_Generic_KeyValuePair_2__System_IDisposable_Dispose, (OrderedEnumerable_1_TElement_GetEnumerator_d_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, OrderedEnumerable_1_TElement_GetEnumerator_d_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor, (OrderedEnumerable_1_TElement_GetEnumerator_d_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD7E00, bool, OrderedEnumerable_1_TElement_GetEnumerator_d_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__MoveNext, (OrderedEnumerable_1_TElement_GetEnumerator_d_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD2710, DiagnosticEvent, OrderedEnumerable_1_TElement_GetEnumerator_d_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_IEnumerator_TElement__get_Current, (OrderedEnumerable_1_TElement_GetEnumerator_d_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD80F0, void, OrderedEnumerable_1_TElement_GetEnumerator_d_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IEnumerator_Reset, (OrderedEnumerable_1_TElement_GetEnumerator_d_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE58D0, OrderedEnumerable_1_TElement_GetEnumerator_d_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FD8140, Object *, OrderedEnumerable_1_TElement_GetEnumerator_d_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IEnumerator_get_Current, (OrderedEnumerable_1_TElement_GetEnumerator_d_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OrderedEnumerable_1_TElement_GetEnumerator_d_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_IDisposable_Dispose, (OrderedEnumerable_1_TElement_GetEnumerator_d_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, OrderedEnumerable_1_TElement_GetEnumerator_d_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor, (OrderedEnumerable_1_TElement_GetEnumerator_d_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD81A0, bool, OrderedEnumerable_1_TElement_GetEnumerator_d_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__MoveNext, (OrderedEnumerable_1_TElement_GetEnumerator_d_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8420, GlyphPairAdjustmentRecord, OrderedEnumerable_1_TElement_GetEnumerator_d_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_IEnumerator_TElement__get_Current, (OrderedEnumerable_1_TElement_GetEnumerator_d_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8450, void, OrderedEnumerable_1_TElement_GetEnumerator_d_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IEnumerator_Reset, (OrderedEnumerable_1_TElement_GetEnumerator_d_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE58C8, OrderedEnumerable_1_TElement_GetEnumerator_d_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FD84A0, Object *, OrderedEnumerable_1_TElement_GetEnumerator_d_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IEnumerator_get_Current, (OrderedEnumerable_1_TElement_GetEnumerator_d_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OrderedEnumerable_1_TElement_GetEnumerator_d_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_IDisposable_Dispose, (OrderedEnumerable_1_TElement_GetEnumerator_d_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, OrderedEnumerable_1_TElement_GetEnumerator_d_1_System_Object___ctor, (OrderedEnumerable_1_TElement_GetEnumerator_d_1_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD8500, bool, OrderedEnumerable_1_TElement_GetEnumerator_d_1_System_Object__MoveNext, (OrderedEnumerable_1_TElement_GetEnumerator_d_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, OrderedEnumerable_1_TElement_GetEnumerator_d_1_System_Object__System_Collections_Generic_IEnumerator_TElement__get_Current, (OrderedEnumerable_1_TElement_GetEnumerator_d_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD87D0, void, OrderedEnumerable_1_TElement_GetEnumerator_d_1_System_Object__System_Collections_IEnumerator_Reset, (OrderedEnumerable_1_TElement_GetEnumerator_d_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE58C0, OrderedEnumerable_1_TElement_GetEnumerator_d_1_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, OrderedEnumerable_1_TElement_GetEnumerator_d_1_System_Object__System_Collections_IEnumerator_get_Current, (OrderedEnumerable_1_TElement_GetEnumerator_d_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OrderedEnumerable_1_TElement_GetEnumerator_d_1_System_Object__System_IDisposable_Dispose, (OrderedEnumerable_1_TElement_GetEnumerator_d_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NetworkArray_Values_1_T_GetEnumerator_d_12_System_Int32___ctor, (NetworkArray_Values_1_T_GetEnumerator_d_12_System_Int32_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD8820, bool, NetworkArray_Values_1_T_GetEnumerator_d_12_System_Int32__MoveNext, (NetworkArray_Values_1_T_GetEnumerator_d_12_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, NetworkArray_Values_1_T_GetEnumerator_d_12_System_Int32__System_Collections_Generic_IEnumerator_T__get_Current, (NetworkArray_Values_1_T_GetEnumerator_d_12_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD88A0, void, NetworkArray_Values_1_T_GetEnumerator_d_12_System_Int32__System_Collections_IEnumerator_Reset, (NetworkArray_Values_1_T_GetEnumerator_d_12_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE58B8, NetworkArray_Values_1_T_GetEnumerator_d_12_System_Int32__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FD1400, Object *, NetworkArray_Values_1_T_GetEnumerator_d_12_System_Int32__System_Collections_IEnumerator_get_Current, (NetworkArray_Values_1_T_GetEnumerator_d_12_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkArray_Values_1_T_GetEnumerator_d_12_System_Int32__System_IDisposable_Dispose, (NetworkArray_Values_1_T_GetEnumerator_d_12_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NetworkArray_Values_1_T_GetEnumerator_d_12_System_Object___ctor, (NetworkArray_Values_1_T_GetEnumerator_d_12_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD88F0, bool, NetworkArray_Values_1_T_GetEnumerator_d_12_System_Object__MoveNext, (NetworkArray_Values_1_T_GetEnumerator_d_12_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, NetworkArray_Values_1_T_GetEnumerator_d_12_System_Object__System_Collections_Generic_IEnumerator_T__get_Current, (NetworkArray_Values_1_T_GetEnumerator_d_12_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD89C0, void, NetworkArray_Values_1_T_GetEnumerator_d_12_System_Object__System_Collections_IEnumerator_Reset, (NetworkArray_Values_1_T_GetEnumerator_d_12_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5880, NetworkArray_Values_1_T_GetEnumerator_d_12_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, NetworkArray_Values_1_T_GetEnumerator_d_12_System_Object__System_Collections_IEnumerator_get_Current, (NetworkArray_Values_1_T_GetEnumerator_d_12_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkArray_Values_1_T_GetEnumerator_d_12_System_Object__System_IDisposable_Dispose, (NetworkArray_Values_1_T_GetEnumerator_d_12_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NetworkArray_Values_1_T_GetEnumerator_d_12_PrefabId___ctor, (NetworkArray_Values_1_T_GetEnumerator_d_12_PrefabId_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD8820, bool, NetworkArray_Values_1_T_GetEnumerator_d_12_PrefabId__MoveNext, (NetworkArray_Values_1_T_GetEnumerator_d_12_PrefabId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, PrefabId, NetworkArray_Values_1_T_GetEnumerator_d_12_PrefabId__System_Collections_Generic_IEnumerator_T__get_Current, (NetworkArray_Values_1_T_GetEnumerator_d_12_PrefabId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8A10, void, NetworkArray_Values_1_T_GetEnumerator_d_12_PrefabId__System_Collections_IEnumerator_Reset, (NetworkArray_Values_1_T_GetEnumerator_d_12_PrefabId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5878, NetworkArray_Values_1_T_GetEnumerator_d_12_PrefabId__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FD1400, Object *, NetworkArray_Values_1_T_GetEnumerator_d_12_PrefabId__System_Collections_IEnumerator_get_Current, (NetworkArray_Values_1_T_GetEnumerator_d_12_PrefabId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkArray_Values_1_T_GetEnumerator_d_12_PrefabId__System_IDisposable_Dispose, (NetworkArray_Values_1_T_GetEnumerator_d_12_PrefabId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NetworkArray_Values_1_T_GetEnumerator_d_12_UnityEngine_Quaternion___ctor, (NetworkArray_Values_1_T_GetEnumerator_d_12_UnityEngine_Quaternion_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD8A60, bool, NetworkArray_Values_1_T_GetEnumerator_d_12_UnityEngine_Quaternion__MoveNext, (NetworkArray_Values_1_T_GetEnumerator_d_12_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8AF0, Quaternion, NetworkArray_Values_1_T_GetEnumerator_d_12_UnityEngine_Quaternion__System_Collections_Generic_IEnumerator_T__get_Current, (NetworkArray_Values_1_T_GetEnumerator_d_12_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8B00, void, NetworkArray_Values_1_T_GetEnumerator_d_12_UnityEngine_Quaternion__System_Collections_IEnumerator_Reset, (NetworkArray_Values_1_T_GetEnumerator_d_12_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5870, NetworkArray_Values_1_T_GetEnumerator_d_12_UnityEngine_Quaternion__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FD8B50, Object *, NetworkArray_Values_1_T_GetEnumerator_d_12_UnityEngine_Quaternion__System_Collections_IEnumerator_get_Current, (NetworkArray_Values_1_T_GetEnumerator_d_12_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkArray_Values_1_T_GetEnumerator_d_12_UnityEngine_Quaternion__System_IDisposable_Dispose, (NetworkArray_Values_1_T_GetEnumerator_d_12_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NetworkArray_Values_1_T_GetEnumerator_d_12_System_Single___ctor, (NetworkArray_Values_1_T_GetEnumerator_d_12_System_Single_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD8B90, bool, NetworkArray_Values_1_T_GetEnumerator_d_12_System_Single__MoveNext, (NetworkArray_Values_1_T_GetEnumerator_d_12_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA310, float, NetworkArray_Values_1_T_GetEnumerator_d_12_System_Single__System_Collections_Generic_IEnumerator_T__get_Current, (NetworkArray_Values_1_T_GetEnumerator_d_12_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8C10, void, NetworkArray_Values_1_T_GetEnumerator_d_12_System_Single__System_Collections_IEnumerator_Reset, (NetworkArray_Values_1_T_GetEnumerator_d_12_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5868, NetworkArray_Values_1_T_GetEnumerator_d_12_System_Single__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FD1E30, Object *, NetworkArray_Values_1_T_GetEnumerator_d_12_System_Single__System_Collections_IEnumerator_get_Current, (NetworkArray_Values_1_T_GetEnumerator_d_12_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkArray_Values_1_T_GetEnumerator_d_12_System_Single__System_IDisposable_Dispose, (NetworkArray_Values_1_T_GetEnumerator_d_12_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NetworkArray_Values_1_T_GetEnumerator_d_12_UnityEngine_Vector3___ctor, (NetworkArray_Values_1_T_GetEnumerator_d_12_UnityEngine_Vector3_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD8C60, bool, NetworkArray_Values_1_T_GetEnumerator_d_12_UnityEngine_Vector3__MoveNext, (NetworkArray_Values_1_T_GetEnumerator_d_12_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA710, Vector3, NetworkArray_Values_1_T_GetEnumerator_d_12_UnityEngine_Vector3__System_Collections_Generic_IEnumerator_T__get_Current, (NetworkArray_Values_1_T_GetEnumerator_d_12_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8CF0, void, NetworkArray_Values_1_T_GetEnumerator_d_12_UnityEngine_Vector3__System_Collections_IEnumerator_Reset, (NetworkArray_Values_1_T_GetEnumerator_d_12_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE58A0, NetworkArray_Values_1_T_GetEnumerator_d_12_UnityEngine_Vector3__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FD8D40, Object *, NetworkArray_Values_1_T_GetEnumerator_d_12_UnityEngine_Vector3__System_Collections_IEnumerator_get_Current, (NetworkArray_Values_1_T_GetEnumerator_d_12_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkArray_Values_1_T_GetEnumerator_d_12_UnityEngine_Vector3__System_IDisposable_Dispose, (NetworkArray_Values_1_T_GetEnumerator_d_12_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Int32_System_Object___ctor, (Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Int32_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD8D90, bool, Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Int32_System_Object__MoveNext, (Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IGrouping_2_System_Int32_System_Object_ *, Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Int32_System_Object__System_Collections_Generic_IEnumerator_System_Linq_IGrouping_TKey_TElement___get_Current, (Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8F00, void, Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Int32_System_Object__System_Collections_IEnumerator_Reset, (Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5898, Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Int32_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Int32_System_Object__System_Collections_IEnumerator_get_Current, (Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Int32_System_Object__System_IDisposable_Dispose, (Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Object_System_Object___ctor, (Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Object_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD8F50, bool, Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Object_System_Object__MoveNext, (Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IGrouping_2_System_Object_System_Object_ *, Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Object_System_Object__System_Collections_Generic_IEnumerator_System_Linq_IGrouping_TKey_TElement___get_Current, (Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD90C0, void, Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Object_System_Object__System_Collections_IEnumerator_Reset, (Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5890, Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Object_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Object_System_Object__System_IDisposable_Dispose, (Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Object_UnityEngine_Resolution___ctor, (Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Object_UnityEngine_Resolution_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD8F50, bool, Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Object_UnityEngine_Resolution__MoveNext, (Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Object_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IGrouping_2_System_Object_UnityEngine_Resolution_ *, Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Object_UnityEngine_Resolution__System_Collections_Generic_IEnumerator_System_Linq_IGrouping_TKey_TElement___get_Current, (Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Object_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD9110, void, Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Object_UnityEngine_Resolution__System_Collections_IEnumerator_Reset, (Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Object_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5888, Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Object_UnityEngine_Resolution__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Object_UnityEngine_Resolution__System_Collections_IEnumerator_get_Current, (Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Object_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Object_UnityEngine_Resolution__System_IDisposable_Dispose, (Lookup_2_TKey_TElement_GetEnumerator_d_12_System_Object_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Lookup_2_TKey_TElement_GetEnumerator_d_12_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2___ctor, (Lookup_2_TKey_TElement_GetEnumerator_d_12_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD8F50, bool, Lookup_2_TKey_TElement_GetEnumerator_d_12_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__MoveNext, (Lookup_2_TKey_TElement_GetEnumerator_d_12_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IGrouping_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ *, Lookup_2_TKey_TElement_GetEnumerator_d_12_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_IEnumerator_System_Linq_IGrouping_TKey_TElement___get_Current, (Lookup_2_TKey_TElement_GetEnumerator_d_12_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD9160, void, Lookup_2_TKey_TElement_GetEnumerator_d_12_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerator_Reset, (Lookup_2_TKey_TElement_GetEnumerator_d_12_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5840, Lookup_2_TKey_TElement_GetEnumerator_d_12_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Lookup_2_TKey_TElement_GetEnumerator_d_12_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerator_get_Current, (Lookup_2_TKey_TElement_GetEnumerator_d_12_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Lookup_2_TKey_TElement_GetEnumerator_d_12_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_IDisposable_Dispose, (Lookup_2_TKey_TElement_GetEnumerator_d_12_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, BoltSingleList_1_T_GetEnumerator_d_16_System_Object___ctor, (BoltSingleList_1_T_GetEnumerator_d_16_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD91B0, bool, BoltSingleList_1_T_GetEnumerator_d_16_System_Object__MoveNext, (BoltSingleList_1_T_GetEnumerator_d_16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, BoltSingleList_1_T_GetEnumerator_d_16_System_Object__System_Collections_Generic_IEnumerator_T__get_Current, (BoltSingleList_1_T_GetEnumerator_d_16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD9370, void, BoltSingleList_1_T_GetEnumerator_d_16_System_Object__System_Collections_IEnumerator_Reset, (BoltSingleList_1_T_GetEnumerator_d_16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5838, BoltSingleList_1_T_GetEnumerator_d_16_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, BoltSingleList_1_T_GetEnumerator_d_16_System_Object__System_Collections_IEnumerator_get_Current, (BoltSingleList_1_T_GetEnumerator_d_16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltSingleList_1_T_GetEnumerator_d_16_System_Object__System_IDisposable_Dispose, (BoltSingleList_1_T_GetEnumerator_d_16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, BoltRingBuffer_1_T_GetEnumerator_d_30_System_Int32___ctor, (BoltRingBuffer_1_T_GetEnumerator_d_30_System_Int32_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD93C0, bool, BoltRingBuffer_1_T_GetEnumerator_d_30_System_Int32__MoveNext, (BoltRingBuffer_1_T_GetEnumerator_d_30_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, BoltRingBuffer_1_T_GetEnumerator_d_30_System_Int32__System_Collections_Generic_IEnumerator_T__get_Current, (BoltRingBuffer_1_T_GetEnumerator_d_30_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD9440, void, BoltRingBuffer_1_T_GetEnumerator_d_30_System_Int32__System_Collections_IEnumerator_Reset, (BoltRingBuffer_1_T_GetEnumerator_d_30_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5830, BoltRingBuffer_1_T_GetEnumerator_d_30_System_Int32__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FD1400, Object *, BoltRingBuffer_1_T_GetEnumerator_d_30_System_Int32__System_Collections_IEnumerator_get_Current, (BoltRingBuffer_1_T_GetEnumerator_d_30_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltRingBuffer_1_T_GetEnumerator_d_30_System_Int32__System_IDisposable_Dispose, (BoltRingBuffer_1_T_GetEnumerator_d_30_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, BoltRingBuffer_1_T_GetEnumerator_d_30_System_Object___ctor, (BoltRingBuffer_1_T_GetEnumerator_d_30_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD9490, bool, BoltRingBuffer_1_T_GetEnumerator_d_30_System_Object__MoveNext, (BoltRingBuffer_1_T_GetEnumerator_d_30_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, BoltRingBuffer_1_T_GetEnumerator_d_30_System_Object__System_Collections_Generic_IEnumerator_T__get_Current, (BoltRingBuffer_1_T_GetEnumerator_d_30_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD9560, void, BoltRingBuffer_1_T_GetEnumerator_d_30_System_Object__System_Collections_IEnumerator_Reset, (BoltRingBuffer_1_T_GetEnumerator_d_30_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5828, BoltRingBuffer_1_T_GetEnumerator_d_30_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, BoltRingBuffer_1_T_GetEnumerator_d_30_System_Object__System_Collections_IEnumerator_get_Current, (BoltRingBuffer_1_T_GetEnumerator_d_30_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltRingBuffer_1_T_GetEnumerator_d_30_System_Object__System_IDisposable_Dispose, (BoltRingBuffer_1_T_GetEnumerator_d_30_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, BoltRingBuffer_1_T_GetEnumerator_d_30_Photon_Bolt_Internal_PacketStats___ctor, (BoltRingBuffer_1_T_GetEnumerator_d_30_Photon_Bolt_Internal_PacketStats_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD95B0, bool, BoltRingBuffer_1_T_GetEnumerator_d_30_Photon_Bolt_Internal_PacketStats__MoveNext, (BoltRingBuffer_1_T_GetEnumerator_d_30_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA710, PacketStats, BoltRingBuffer_1_T_GetEnumerator_d_30_Photon_Bolt_Internal_PacketStats__System_Collections_Generic_IEnumerator_T__get_Current, (BoltRingBuffer_1_T_GetEnumerator_d_30_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD9640, void, BoltRingBuffer_1_T_GetEnumerator_d_30_Photon_Bolt_Internal_PacketStats__System_Collections_IEnumerator_Reset, (BoltRingBuffer_1_T_GetEnumerator_d_30_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5860, BoltRingBuffer_1_T_GetEnumerator_d_30_Photon_Bolt_Internal_PacketStats__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FD8D40, Object *, BoltRingBuffer_1_T_GetEnumerator_d_30_Photon_Bolt_Internal_PacketStats__System_Collections_IEnumerator_get_Current, (BoltRingBuffer_1_T_GetEnumerator_d_30_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltRingBuffer_1_T_GetEnumerator_d_30_Photon_Bolt_Internal_PacketStats__System_IDisposable_Dispose, (BoltRingBuffer_1_T_GetEnumerator_d_30_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, BoltRingBuffer_1_T_GetEnumerator_d_30_Photon_Bolt_Utils_BoltConsole_Line___ctor, (BoltRingBuffer_1_T_GetEnumerator_d_30_Photon_Bolt_Utils_BoltConsole_Line_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD9690, bool, BoltRingBuffer_1_T_GetEnumerator_d_30_Photon_Bolt_Utils_BoltConsole_Line__MoveNext, (BoltRingBuffer_1_T_GetEnumerator_d_30_Photon_Bolt_Utils_BoltConsole_Line_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD9770, BoltConsole_Line, BoltRingBuffer_1_T_GetEnumerator_d_30_Photon_Bolt_Utils_BoltConsole_Line__System_Collections_Generic_IEnumerator_T__get_Current, (BoltRingBuffer_1_T_GetEnumerator_d_30_Photon_Bolt_Utils_BoltConsole_Line_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD9790, void, BoltRingBuffer_1_T_GetEnumerator_d_30_Photon_Bolt_Utils_BoltConsole_Line__System_Collections_IEnumerator_Reset, (BoltRingBuffer_1_T_GetEnumerator_d_30_Photon_Bolt_Utils_BoltConsole_Line_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5858, BoltRingBuffer_1_T_GetEnumerator_d_30_Photon_Bolt_Utils_BoltConsole_Line__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FD97E0, Object *, BoltRingBuffer_1_T_GetEnumerator_d_30_Photon_Bolt_Utils_BoltConsole_Line__System_Collections_IEnumerator_get_Current, (BoltRingBuffer_1_T_GetEnumerator_d_30_Photon_Bolt_Utils_BoltConsole_Line_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltRingBuffer_1_T_GetEnumerator_d_30_Photon_Bolt_Utils_BoltConsole_Line__System_IDisposable_Dispose, (BoltRingBuffer_1_T_GetEnumerator_d_30_Photon_Bolt_Utils_BoltConsole_Line_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Map_2_K_V_GetEnumerator_d_30_System_Guid_System_Object___ctor, (Map_2_K_V_GetEnumerator_d_30_System_Guid_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD9830, bool, Map_2_K_V_GetEnumerator_d_30_System_Guid_System_Object__MoveNext, (Map_2_K_V_GetEnumerator_d_30_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD9770, KeyValuePair_2_System_Guid_System_Object_, Map_2_K_V_GetEnumerator_d_30_System_Guid_System_Object__System_Collections_Generic_IEnumerator_System_Collections_Generic_KeyValuePair_K_V___get_Current, (Map_2_K_V_GetEnumerator_d_30_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD9DD0, void, Map_2_K_V_GetEnumerator_d_30_System_Guid_System_Object__System_Collections_IEnumerator_Reset, (Map_2_K_V_GetEnumerator_d_30_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5850, Map_2_K_V_GetEnumerator_d_30_System_Guid_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FD9E20, Object *, Map_2_K_V_GetEnumerator_d_30_System_Guid_System_Object__System_Collections_IEnumerator_get_Current, (Map_2_K_V_GetEnumerator_d_30_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Map_2_K_V_GetEnumerator_d_30_System_Guid_System_Object__System_IDisposable_Dispose, (Map_2_K_V_GetEnumerator_d_30_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Map_2_K_V_GetEnumerator_d_30_System_Object_System_Object___ctor, (Map_2_K_V_GetEnumerator_d_30_System_Object_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD9E70, bool, Map_2_K_V_GetEnumerator_d_30_System_Object_System_Object__MoveNext, (Map_2_K_V_GetEnumerator_d_30_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, KeyValuePair_2_System_Object_System_Object_, Map_2_K_V_GetEnumerator_d_30_System_Object_System_Object__System_Collections_Generic_IEnumerator_System_Collections_Generic_KeyValuePair_K_V___get_Current, (Map_2_K_V_GetEnumerator_d_30_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDA3F0, void, Map_2_K_V_GetEnumerator_d_30_System_Object_System_Object__System_Collections_IEnumerator_Reset, (Map_2_K_V_GetEnumerator_d_30_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5848, Map_2_K_V_GetEnumerator_d_30_System_Object_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FDA440, Object *, Map_2_K_V_GetEnumerator_d_30_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (Map_2_K_V_GetEnumerator_d_30_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Map_2_K_V_GetEnumerator_d_30_System_Object_System_Object__System_IDisposable_Dispose, (Map_2_K_V_GetEnumerator_d_30_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, BoltDoubleList_1_T_GetEnumerator_d_32_System_Object___ctor, (BoltDoubleList_1_T_GetEnumerator_d_32_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FDA480, bool, BoltDoubleList_1_T_GetEnumerator_d_32_System_Object__MoveNext, (BoltDoubleList_1_T_GetEnumerator_d_32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, BoltDoubleList_1_T_GetEnumerator_d_32_System_Object__System_Collections_Generic_IEnumerator_T__get_Current, (BoltDoubleList_1_T_GetEnumerator_d_32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDA660, void, BoltDoubleList_1_T_GetEnumerator_d_32_System_Object__System_Collections_IEnumerator_Reset, (BoltDoubleList_1_T_GetEnumerator_d_32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5820, BoltDoubleList_1_T_GetEnumerator_d_32_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, BoltDoubleList_1_T_GetEnumerator_d_32_System_Object__System_Collections_IEnumerator_get_Current, (BoltDoubleList_1_T_GetEnumerator_d_32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltDoubleList_1_T_GetEnumerator_d_32_System_Object__System_IDisposable_Dispose, (BoltDoubleList_1_T_GetEnumerator_d_32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, ConcurrentDictionary_2_TKey_TValue_GetEnumerator_d_35_System_Object_System_Object___ctor, (ConcurrentDictionary_2_TKey_TValue_GetEnumerator_d_35_System_Object_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FDA6B0, bool, ConcurrentDictionary_2_TKey_TValue_GetEnumerator_d_35_System_Object_System_Object__MoveNext, (ConcurrentDictionary_2_TKey_TValue_GetEnumerator_d_35_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, KeyValuePair_2_System_Object_System_Object_, ConcurrentDictionary_2_TKey_TValue_GetEnumerator_d_35_System_Object_System_Object__System_Collections_Generic_IEnumerator_System_Collections_Generic_KeyValuePair_TKey_TValue___get_Current, (ConcurrentDictionary_2_TKey_TValue_GetEnumerator_d_35_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDA930, void, ConcurrentDictionary_2_TKey_TValue_GetEnumerator_d_35_System_Object_System_Object__System_Collections_IEnumerator_Reset, (ConcurrentDictionary_2_TKey_TValue_GetEnumerator_d_35_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5818, ConcurrentDictionary_2_TKey_TValue_GetEnumerator_d_35_System_Object_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FDA980, Object *, ConcurrentDictionary_2_TKey_TValue_GetEnumerator_d_35_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (ConcurrentDictionary_2_TKey_TValue_GetEnumerator_d_35_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ConcurrentDictionary_2_TKey_TValue_GetEnumerator_d_35_System_Object_System_Object__System_IDisposable_Dispose, (ConcurrentDictionary_2_TKey_TValue_GetEnumerator_d_35_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, UdpRingBuffer_1_T_GetEnumerator_d_36_System_Object___ctor, (UdpRingBuffer_1_T_GetEnumerator_d_36_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD9490, bool, UdpRingBuffer_1_T_GetEnumerator_d_36_System_Object__MoveNext, (UdpRingBuffer_1_T_GetEnumerator_d_36_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, UdpRingBuffer_1_T_GetEnumerator_d_36_System_Object__System_Collections_Generic_IEnumerator_T__get_Current, (UdpRingBuffer_1_T_GetEnumerator_d_36_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDA9C0, void, UdpRingBuffer_1_T_GetEnumerator_d_36_System_Object__System_Collections_IEnumerator_Reset, (UdpRingBuffer_1_T_GetEnumerator_d_36_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5810, UdpRingBuffer_1_T_GetEnumerator_d_36_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, UdpRingBuffer_1_T_GetEnumerator_d_36_System_Object__System_Collections_IEnumerator_get_Current, (UdpRingBuffer_1_T_GetEnumerator_d_36_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpRingBuffer_1_T_GetEnumerator_d_36_System_Object__System_IDisposable_Dispose, (UdpRingBuffer_1_T_GetEnumerator_d_36_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, UdpRingBuffer_1_T_GetEnumerator_d_36_UdpPipeHandle___ctor, (UdpRingBuffer_1_T_GetEnumerator_d_36_UdpPipeHandle_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FDAA10, bool, UdpRingBuffer_1_T_GetEnumerator_d_36_UdpPipeHandle__MoveNext, (UdpRingBuffer_1_T_GetEnumerator_d_36_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, UdpPipeHandle, UdpRingBuffer_1_T_GetEnumerator_d_36_UdpPipeHandle__System_Collections_Generic_IEnumerator_T__get_Current, (UdpRingBuffer_1_T_GetEnumerator_d_36_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDAAF0, void, UdpRingBuffer_1_T_GetEnumerator_d_36_UdpPipeHandle__System_Collections_IEnumerator_Reset, (UdpRingBuffer_1_T_GetEnumerator_d_36_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5808, UdpRingBuffer_1_T_GetEnumerator_d_36_UdpPipeHandle__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FDAB40, Object *, UdpRingBuffer_1_T_GetEnumerator_d_36_UdpPipeHandle__System_Collections_IEnumerator_get_Current, (UdpRingBuffer_1_T_GetEnumerator_d_36_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpRingBuffer_1_T_GetEnumerator_d_36_UdpPipeHandle__System_IDisposable_Dispose, (UdpRingBuffer_1_T_GetEnumerator_d_36_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, UdpRingBuffer_1_T_GetEnumerator_d_36_UdpPipe_Ack___ctor, (UdpRingBuffer_1_T_GetEnumerator_d_36_UdpPipe_Ack_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD95B0, bool, UdpRingBuffer_1_T_GetEnumerator_d_36_UdpPipe_Ack__MoveNext, (UdpRingBuffer_1_T_GetEnumerator_d_36_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA710, UdpPipe_Ack, UdpRingBuffer_1_T_GetEnumerator_d_36_UdpPipe_Ack__System_Collections_Generic_IEnumerator_T__get_Current, (UdpRingBuffer_1_T_GetEnumerator_d_36_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDAB80, void, UdpRingBuffer_1_T_GetEnumerator_d_36_UdpPipe_Ack__System_Collections_IEnumerator_Reset, (UdpRingBuffer_1_T_GetEnumerator_d_36_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9730, UdpRingBuffer_1_T_GetEnumerator_d_36_UdpPipe_Ack__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FD8D40, Object *, UdpRingBuffer_1_T_GetEnumerator_d_36_UdpPipe_Ack__System_Collections_IEnumerator_get_Current, (UdpRingBuffer_1_T_GetEnumerator_d_36_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UdpRingBuffer_1_T_GetEnumerator_d_36_UdpPipe_Ack__System_IDisposable_Dispose, (UdpRingBuffer_1_T_GetEnumerator_d_36_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Int32_System_Object___ctor, (Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Int32_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FDABD0, bool, Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Int32_System_Object__MoveNext, (Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Int32_System_Object__System_Collections_Generic_IEnumerator_TElement__get_Current, (Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDACA0, void, Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Int32_System_Object__System_Collections_IEnumerator_Reset, (Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9720, Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Int32_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Int32_System_Object__System_Collections_IEnumerator_get_Current, (Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Int32_System_Object__System_IDisposable_Dispose, (Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Object_System_Object___ctor, (Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Object_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FDACF0, bool, Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Object_System_Object__MoveNext, (Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Object_System_Object__System_Collections_Generic_IEnumerator_TElement__get_Current, (Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDADC0, void, Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Object_System_Object__System_Collections_IEnumerator_Reset, (Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE96C0, Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Object_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Object_System_Object__System_IDisposable_Dispose, (Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Object_UnityEngine_Resolution___ctor, (Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Object_UnityEngine_Resolution_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FDAE10, bool, Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Object_UnityEngine_Resolution__MoveNext, (Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Object_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA710, Resolution, Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Object_UnityEngine_Resolution__System_Collections_Generic_IEnumerator_TElement__get_Current, (Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Object_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDAE90, void, Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Object_UnityEngine_Resolution__System_Collections_IEnumerator_Reset, (Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Object_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE96B0, Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Object_UnityEngine_Resolution__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FDAEE0, Object *, Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Object_UnityEngine_Resolution__System_Collections_IEnumerator_get_Current, (Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Object_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Object_UnityEngine_Resolution__System_IDisposable_Dispose, (Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_System_Object_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2___ctor, (Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FDAF30, bool, Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__MoveNext, (Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8AF0, KeyValuePair_2_UnityEngine_Vector3_System_Int32_, Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_IEnumerator_TElement__get_Current, (Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDAFB0, void, Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerator_Reset, (Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE96A0, Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FDB000, Object *, Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerator_get_Current, (Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_IDisposable_Dispose, (Lookup_2_TKey_TElement_Grouping_TKey_TElement_GetEnumerator_d_7_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, NetworkArray_Objects_1_T_GetEnumerator_d_9_System_Object___ctor, (NetworkArray_Objects_1_T_GetEnumerator_d_9_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FD88F0, bool, NetworkArray_Objects_1_T_GetEnumerator_d_9_System_Object__MoveNext, (NetworkArray_Objects_1_T_GetEnumerator_d_9_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, NetworkArray_Objects_1_T_GetEnumerator_d_9_System_Object__System_Collections_Generic_IEnumerator_T__get_Current, (NetworkArray_Objects_1_T_GetEnumerator_d_9_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDB040, void, NetworkArray_Objects_1_T_GetEnumerator_d_9_System_Object__System_Collections_IEnumerator_Reset, (NetworkArray_Objects_1_T_GetEnumerator_d_9_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9688, NetworkArray_Objects_1_T_GetEnumerator_d_9_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, NetworkArray_Objects_1_T_GetEnumerator_d_9_System_Object__System_Collections_IEnumerator_get_Current, (NetworkArray_Objects_1_T_GetEnumerator_d_9_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NetworkArray_Objects_1_T_GetEnumerator_d_9_System_Object__System_IDisposable_Dispose, (NetworkArray_Objects_1_T_GetEnumerator_d_9_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, HybridReferenceDictionary_2_TKey_TValue_GetEnumeratorWorker_d_7_System_Object_System_Object___ctor, (HybridReferenceDictionary_2_TKey_TValue_GetEnumeratorWorker_d_7_System_Object_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FDB090, bool, HybridReferenceDictionary_2_TKey_TValue_GetEnumeratorWorker_d_7_System_Object_System_Object__MoveNext, (HybridReferenceDictionary_2_TKey_TValue_GetEnumeratorWorker_d_7_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, KeyValuePair_2_System_Object_System_Object_, HybridReferenceDictionary_2_TKey_TValue_GetEnumeratorWorker_d_7_System_Object_System_Object__System_Collections_Generic_IEnumerator_System_Collections_Generic_KeyValuePair_TKey_TValue___get_Current, (HybridReferenceDictionary_2_TKey_TValue_GetEnumeratorWorker_d_7_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDB150, void, HybridReferenceDictionary_2_TKey_TValue_GetEnumeratorWorker_d_7_System_Object_System_Object__System_Collections_IEnumerator_Reset, (HybridReferenceDictionary_2_TKey_TValue_GetEnumeratorWorker_d_7_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE96F0, HybridReferenceDictionary_2_TKey_TValue_GetEnumeratorWorker_d_7_System_Object_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FDB1A0, Object *, HybridReferenceDictionary_2_TKey_TValue_GetEnumeratorWorker_d_7_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (HybridReferenceDictionary_2_TKey_TValue_GetEnumeratorWorker_d_7_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HybridReferenceDictionary_2_TKey_TValue_GetEnumeratorWorker_d_7_System_Object_System_Object__System_IDisposable_Dispose, (HybridReferenceDictionary_2_TKey_TValue_GetEnumeratorWorker_d_7_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F020, void, Enumerable_OfTypeIterator_d_97_1_System_Object___ctor, (Enumerable_OfTypeIterator_d_97_1_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FDB550, void, Enumerable_OfTypeIterator_d_97_1_System_Object____m__Finally1, (Enumerable_OfTypeIterator_d_97_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDB1E0, bool, Enumerable_OfTypeIterator_d_97_1_System_Object__MoveNext, (Enumerable_OfTypeIterator_d_97_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD19A0, IEnumerator_1_System_Object_ *, Enumerable_OfTypeIterator_d_97_1_System_Object__System_Collections_Generic_IEnumerable_TResult__GetEnumerator, (Enumerable_OfTypeIterator_d_97_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Enumerable_OfTypeIterator_d_97_1_System_Object__System_Collections_Generic_IEnumerator_TResult__get_Current, (Enumerable_OfTypeIterator_d_97_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1540, IEnumerator *, Enumerable_OfTypeIterator_d_97_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (Enumerable_OfTypeIterator_d_97_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDB5C0, void, Enumerable_OfTypeIterator_d_97_1_System_Object__System_Collections_IEnumerator_Reset, (Enumerable_OfTypeIterator_d_97_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9620, Enumerable_OfTypeIterator_d_97_1_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Enumerable_OfTypeIterator_d_97_1_System_Object__System_Collections_IEnumerator_get_Current, (Enumerable_OfTypeIterator_d_97_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0960, void, Enumerable_OfTypeIterator_d_97_1_System_Object__System_IDisposable_Dispose, (Enumerable_OfTypeIterator_d_97_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDB610, void, ManagedWebSocket_ReceiveAsyncPrivate_d_61_2_ManagedWebSocket_WebSocketReceiveResultGetter_System_Object__MoveNext, (ManagedWebSocket_ReceiveAsyncPrivate_d_61_2_ManagedWebSocket_WebSocketReceiveResultGetter_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9588, ManagedWebSocket_ReceiveAsyncPrivate_d_61_2_ManagedWebSocket_WebSocketReceiveResultGetter_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x00FDD640, void, ManagedWebSocket_ReceiveAsyncPrivate_d_61_2_ManagedWebSocket_WebSocketReceiveResultGetter_System_Object__SetStateMachine, (ManagedWebSocket_ReceiveAsyncPrivate_d_61_2_ManagedWebSocket_WebSocketReceiveResultGetter_System_Object_ * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x0097ED80, void, SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Char___ctor, (SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Char_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FDD690, bool, SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Char__MoveNext, (SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDD930, IEnumerator_1_KeyValuePair_2_System_Object_System_Char_ *, SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Char__System_Collections_Generic_IEnumerable_T__GetEnumerator, (SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, KeyValuePair_2_System_Object_System_Char_, SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Char__System_Collections_Generic_IEnumerator_T__get_Current, (SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDDA30, IEnumerator *, SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Char__System_Collections_IEnumerable_GetEnumerator, (SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDD8A0, void, SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Char__System_Collections_IEnumerator_Reset, (SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9500, SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Char__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FDD8F0, Object *, SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Char__System_Collections_IEnumerator_get_Current, (SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Char__System_IDisposable_Dispose, (SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0097ED80, void, SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Object___ctor, (SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FDDA60, bool, SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Object__MoveNext, (SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDD930, IEnumerator_1_KeyValuePair_2_System_Object_System_Object_ *, SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, KeyValuePair_2_System_Object_System_Object_, SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Object__System_Collections_Generic_IEnumerator_T__get_Current, (SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDDA30, IEnumerator *, SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDDC70, void, SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Object__System_Collections_IEnumerator_Reset, (SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE94F0, SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FDD8F0, Object *, SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Object__System_IDisposable_Dispose, (SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0097ED80, void, SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_UInt64_System_Object___ctor, (SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_UInt64_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FDDCC0, bool, SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_UInt64_System_Object__MoveNext, (SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDD930, IEnumerator_1_KeyValuePair_2_System_UInt64_System_Object_ *, SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_UInt64_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, KeyValuePair_2_System_UInt64_System_Object_, SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_UInt64_System_Object__System_Collections_Generic_IEnumerator_T__get_Current, (SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDDA30, IEnumerator *, SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_UInt64_System_Object__System_Collections_IEnumerable_GetEnumerator, (SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDDED0, void, SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_UInt64_System_Object__System_Collections_IEnumerator_Reset, (SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9560, SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_UInt64_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FDD8F0, Object *, SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_UInt64_System_Object__System_Collections_IEnumerator_get_Current, (SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_UInt64_System_Object__System_IDisposable_Dispose, (SortedSet_1_T_Reverse_d_94_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F020, void, SortedSet_1_T_Reverse_d_94_System_Object___ctor, (SortedSet_1_T_Reverse_d_94_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FDDF20, bool, SortedSet_1_T_Reverse_d_94_System_Object__MoveNext, (SortedSet_1_T_Reverse_d_94_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDE170, IEnumerator_1_System_Object_ *, SortedSet_1_T_Reverse_d_94_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (SortedSet_1_T_Reverse_d_94_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SortedSet_1_T_Reverse_d_94_System_Object__System_Collections_Generic_IEnumerator_T__get_Current, (SortedSet_1_T_Reverse_d_94_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDDA30, IEnumerator *, SortedSet_1_T_Reverse_d_94_System_Object__System_Collections_IEnumerable_GetEnumerator, (SortedSet_1_T_Reverse_d_94_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDE120, void, SortedSet_1_T_Reverse_d_94_System_Object__System_Collections_IEnumerator_Reset, (SortedSet_1_T_Reverse_d_94_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9550, SortedSet_1_T_Reverse_d_94_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, SortedSet_1_T_Reverse_d_94_System_Object__System_Collections_IEnumerator_get_Current, (SortedSet_1_T_Reverse_d_94_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedSet_1_T_Reverse_d_94_System_Object__System_IDisposable_Dispose, (SortedSet_1_T_Reverse_d_94_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F020, void, Enumerable_ReverseIterator_d_79_1_System_Object___ctor, (Enumerable_ReverseIterator_d_79_1_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FDE270, bool, Enumerable_ReverseIterator_d_79_1_System_Object__MoveNext, (Enumerable_ReverseIterator_d_79_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD19A0, IEnumerator_1_System_Object_ *, Enumerable_ReverseIterator_d_79_1_System_Object__System_Collections_Generic_IEnumerable_TSource__GetEnumerator, (Enumerable_ReverseIterator_d_79_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Enumerable_ReverseIterator_d_79_1_System_Object__System_Collections_Generic_IEnumerator_TSource__get_Current, (Enumerable_ReverseIterator_d_79_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1540, IEnumerator *, Enumerable_ReverseIterator_d_79_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (Enumerable_ReverseIterator_d_79_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDE3D0, void, Enumerable_ReverseIterator_d_79_1_System_Object__System_Collections_IEnumerator_Reset, (Enumerable_ReverseIterator_d_79_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9540, Enumerable_ReverseIterator_d_79_1_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Enumerable_ReverseIterator_d_79_1_System_Object__System_Collections_IEnumerator_get_Current, (Enumerable_ReverseIterator_d_79_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_ReverseIterator_d_79_1_System_Object__System_IDisposable_Dispose, (Enumerable_ReverseIterator_d_79_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDE420, void, Enumerable_ReverseIterator_d_79_1_UnityEngine_Vector2___ctor, (Enumerable_ReverseIterator_d_79_1_UnityEngine_Vector2_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FDE440, bool, Enumerable_ReverseIterator_d_79_1_UnityEngine_Vector2__MoveNext, (Enumerable_ReverseIterator_d_79_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDE600, IEnumerator_1_UnityEngine_Vector2_ *, Enumerable_ReverseIterator_d_79_1_UnityEngine_Vector2__System_Collections_Generic_IEnumerable_TSource__GetEnumerator, (Enumerable_ReverseIterator_d_79_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDE540, Vector2, Enumerable_ReverseIterator_d_79_1_UnityEngine_Vector2__System_Collections_Generic_IEnumerator_TSource__get_Current, (Enumerable_ReverseIterator_d_79_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1540, IEnumerator *, Enumerable_ReverseIterator_d_79_1_UnityEngine_Vector2__System_Collections_IEnumerable_GetEnumerator, (Enumerable_ReverseIterator_d_79_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDE560, void, Enumerable_ReverseIterator_d_79_1_UnityEngine_Vector2__System_Collections_IEnumerator_Reset, (Enumerable_ReverseIterator_d_79_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9530, Enumerable_ReverseIterator_d_79_1_UnityEngine_Vector2__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FDE5B0, Object *, Enumerable_ReverseIterator_d_79_1_UnityEngine_Vector2__System_Collections_IEnumerator_get_Current, (Enumerable_ReverseIterator_d_79_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Enumerable_ReverseIterator_d_79_1_UnityEngine_Vector2__System_IDisposable_Dispose, (Enumerable_ReverseIterator_d_79_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1020, void, ParallelWorkQueue_1_T_Run_d_7_Pathfinding_Int2___ctor, (ParallelWorkQueue_1_T_Run_d_7_Pathfinding_Int2_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FDE700, bool, ParallelWorkQueue_1_T_Run_d_7_Pathfinding_Int2__MoveNext, (ParallelWorkQueue_1_T_Run_d_7_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE94D8, ParallelWorkQueue_1_T_Run_d_7_Pathfinding_Int2__MoveNext__MethodInfo); DO_APP_FUNC(0x00FDEC70, IEnumerator_1_System_Int32_ *, ParallelWorkQueue_1_T_Run_d_7_Pathfinding_Int2__System_Collections_Generic_IEnumerable_System_Int32__GetEnumerator, (ParallelWorkQueue_1_T_Run_d_7_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, ParallelWorkQueue_1_T_Run_d_7_Pathfinding_Int2__System_Collections_Generic_IEnumerator_System_Int32__get_Current, (ParallelWorkQueue_1_T_Run_d_7_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1540, IEnumerator *, ParallelWorkQueue_1_T_Run_d_7_Pathfinding_Int2__System_Collections_IEnumerable_GetEnumerator, (ParallelWorkQueue_1_T_Run_d_7_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDEBD0, void, ParallelWorkQueue_1_T_Run_d_7_Pathfinding_Int2__System_Collections_IEnumerator_Reset, (ParallelWorkQueue_1_T_Run_d_7_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE94B8, ParallelWorkQueue_1_T_Run_d_7_Pathfinding_Int2__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FDEC20, Object *, ParallelWorkQueue_1_T_Run_d_7_Pathfinding_Int2__System_Collections_IEnumerator_get_Current, (ParallelWorkQueue_1_T_Run_d_7_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ParallelWorkQueue_1_T_Run_d_7_Pathfinding_Int2__System_IDisposable_Dispose, (ParallelWorkQueue_1_T_Run_d_7_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1020, void, ParallelWorkQueue_1_T_Run_d_7_System_Object___ctor, (ParallelWorkQueue_1_T_Run_d_7_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FDED70, bool, ParallelWorkQueue_1_T_Run_d_7_System_Object__MoveNext, (ParallelWorkQueue_1_T_Run_d_7_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9478, ParallelWorkQueue_1_T_Run_d_7_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x00FDEC70, IEnumerator_1_System_Int32_ *, ParallelWorkQueue_1_T_Run_d_7_System_Object__System_Collections_Generic_IEnumerable_System_Int32__GetEnumerator, (ParallelWorkQueue_1_T_Run_d_7_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, ParallelWorkQueue_1_T_Run_d_7_System_Object__System_Collections_Generic_IEnumerator_System_Int32__get_Current, (ParallelWorkQueue_1_T_Run_d_7_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1540, IEnumerator *, ParallelWorkQueue_1_T_Run_d_7_System_Object__System_Collections_IEnumerable_GetEnumerator, (ParallelWorkQueue_1_T_Run_d_7_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDF240, void, ParallelWorkQueue_1_T_Run_d_7_System_Object__System_Collections_IEnumerator_Reset, (ParallelWorkQueue_1_T_Run_d_7_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9468, ParallelWorkQueue_1_T_Run_d_7_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FDF290, Object *, ParallelWorkQueue_1_T_Run_d_7_System_Object__System_Collections_IEnumerator_get_Current, (ParallelWorkQueue_1_T_Run_d_7_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ParallelWorkQueue_1_T_Run_d_7_System_Object__System_IDisposable_Dispose, (ParallelWorkQueue_1_T_Run_d_7_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDF2E0, void, HttpWebRequest_RunWithTimeoutWorker_d_241_1_System_Int32__MoveNext, (HttpWebRequest_RunWithTimeoutWorker_d_241_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9410, HttpWebRequest_RunWithTimeoutWorker_d_241_1_System_Int32__MoveNext__MethodInfo); DO_APP_FUNC(0x00FDFB00, void, HttpWebRequest_RunWithTimeoutWorker_d_241_1_System_Int32__SetStateMachine, (HttpWebRequest_RunWithTimeoutWorker_d_241_1_System_Int32_ * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00FDFB90, void, HttpWebRequest_RunWithTimeoutWorker_d_241_1_System_Object__MoveNext, (HttpWebRequest_RunWithTimeoutWorker_d_241_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9420, HttpWebRequest_RunWithTimeoutWorker_d_241_1_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x00FDFB00, void, HttpWebRequest_RunWithTimeoutWorker_d_241_1_System_Object__SetStateMachine, (HttpWebRequest_RunWithTimeoutWorker_d_241_1_System_Object_ * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x0097ED80, void, Enumerable_SelectIterator_d_5_2_System_Object_System_Collections_Generic_KeyValuePair_2___ctor, (Enumerable_SelectIterator_d_5_2_System_Object_System_Collections_Generic_KeyValuePair_2_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FE0750, void, Enumerable_SelectIterator_d_5_2_System_Object_System_Collections_Generic_KeyValuePair_2____m__Finally1, (Enumerable_SelectIterator_d_5_2_System_Object_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE0370, bool, Enumerable_SelectIterator_d_5_2_System_Object_System_Collections_Generic_KeyValuePair_2__MoveNext, (Enumerable_SelectIterator_d_5_2_System_Object_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE93E8, Enumerable_SelectIterator_d_5_2_System_Object_System_Collections_Generic_KeyValuePair_2__MoveNext__MethodInfo); DO_APP_FUNC(0x00FE0840, IEnumerator_1_KeyValuePair_2_System_UInt16_System_Object_ *, Enumerable_SelectIterator_d_5_2_System_Object_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_IEnumerable_TResult__GetEnumerator, (Enumerable_SelectIterator_d_5_2_System_Object_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, KeyValuePair_2_System_UInt16_System_Object_, Enumerable_SelectIterator_d_5_2_System_Object_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_IEnumerator_TResult__get_Current, (Enumerable_SelectIterator_d_5_2_System_Object_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE09A0, IEnumerator *, Enumerable_SelectIterator_d_5_2_System_Object_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerable_GetEnumerator, (Enumerable_SelectIterator_d_5_2_System_Object_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE07B0, void, Enumerable_SelectIterator_d_5_2_System_Object_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerator_Reset, (Enumerable_SelectIterator_d_5_2_System_Object_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9400, Enumerable_SelectIterator_d_5_2_System_Object_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FE0800, Object *, Enumerable_SelectIterator_d_5_2_System_Object_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerator_get_Current, (Enumerable_SelectIterator_d_5_2_System_Object_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0960, void, Enumerable_SelectIterator_d_5_2_System_Object_System_Collections_Generic_KeyValuePair_2__System_IDisposable_Dispose, (Enumerable_SelectIterator_d_5_2_System_Object_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0097ED80, void, Enumerable_SelectIterator_d_5_2_System_Object_System_ValueTuple_2___ctor, (Enumerable_SelectIterator_d_5_2_System_Object_System_ValueTuple_2_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FE0D70, void, Enumerable_SelectIterator_d_5_2_System_Object_System_ValueTuple_2____m__Finally1, (Enumerable_SelectIterator_d_5_2_System_Object_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE09D0, bool, Enumerable_SelectIterator_d_5_2_System_Object_System_ValueTuple_2__MoveNext, (Enumerable_SelectIterator_d_5_2_System_Object_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE93F0, Enumerable_SelectIterator_d_5_2_System_Object_System_ValueTuple_2__MoveNext__MethodInfo); DO_APP_FUNC(0x00FE0840, IEnumerator_1_System_ValueTuple_2__11 *, Enumerable_SelectIterator_d_5_2_System_Object_System_ValueTuple_2__System_Collections_Generic_IEnumerable_TResult__GetEnumerator, (Enumerable_SelectIterator_d_5_2_System_Object_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, ValueTuple_2_Object_Int32_, Enumerable_SelectIterator_d_5_2_System_Object_System_ValueTuple_2__System_Collections_Generic_IEnumerator_TResult__get_Current, (Enumerable_SelectIterator_d_5_2_System_Object_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE09A0, IEnumerator *, Enumerable_SelectIterator_d_5_2_System_Object_System_ValueTuple_2__System_Collections_IEnumerable_GetEnumerator, (Enumerable_SelectIterator_d_5_2_System_Object_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE0DD0, void, Enumerable_SelectIterator_d_5_2_System_Object_System_ValueTuple_2__System_Collections_IEnumerator_Reset, (Enumerable_SelectIterator_d_5_2_System_Object_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE93D0, Enumerable_SelectIterator_d_5_2_System_Object_System_ValueTuple_2__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FE0800, Object *, Enumerable_SelectIterator_d_5_2_System_Object_System_ValueTuple_2__System_Collections_IEnumerator_get_Current, (Enumerable_SelectIterator_d_5_2_System_Object_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0960, void, Enumerable_SelectIterator_d_5_2_System_Object_System_ValueTuple_2__System_IDisposable_Dispose, (Enumerable_SelectIterator_d_5_2_System_Object_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F020, void, Enumerable_SelectIterator_d_5_2_System_Object_System_Object___ctor, (Enumerable_SelectIterator_d_5_2_System_Object_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FE1160, void, Enumerable_SelectIterator_d_5_2_System_Object_System_Object____m__Finally1, (Enumerable_SelectIterator_d_5_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE0E20, bool, Enumerable_SelectIterator_d_5_2_System_Object_System_Object__MoveNext, (Enumerable_SelectIterator_d_5_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE93E0, Enumerable_SelectIterator_d_5_2_System_Object_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x00FE1210, IEnumerator_1_System_Object_ *, Enumerable_SelectIterator_d_5_2_System_Object_System_Object__System_Collections_Generic_IEnumerable_TResult__GetEnumerator, (Enumerable_SelectIterator_d_5_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Enumerable_SelectIterator_d_5_2_System_Object_System_Object__System_Collections_Generic_IEnumerator_TResult__get_Current, (Enumerable_SelectIterator_d_5_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE09A0, IEnumerator *, Enumerable_SelectIterator_d_5_2_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (Enumerable_SelectIterator_d_5_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE11C0, void, Enumerable_SelectIterator_d_5_2_System_Object_System_Object__System_Collections_IEnumerator_Reset, (Enumerable_SelectIterator_d_5_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE93B0, Enumerable_SelectIterator_d_5_2_System_Object_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Enumerable_SelectIterator_d_5_2_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (Enumerable_SelectIterator_d_5_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0960, void, Enumerable_SelectIterator_d_5_2_System_Object_System_Object__System_IDisposable_Dispose, (Enumerable_SelectIterator_d_5_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE1370, void, Enumerable_SelectIterator_d_5_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2___ctor, (Enumerable_SelectIterator_d_5_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FE1750, void, Enumerable_SelectIterator_d_5_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2____m__Finally1, (Enumerable_SelectIterator_d_5_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE1390, bool, Enumerable_SelectIterator_d_5_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__MoveNext, (Enumerable_SelectIterator_d_5_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9398, Enumerable_SelectIterator_d_5_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__MoveNext__MethodInfo); DO_APP_FUNC(0x00FE1840, IEnumerator_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32_ *, Enumerable_SelectIterator_d_5_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_IEnumerable_TResult__GetEnumerator, (Enumerable_SelectIterator_d_5_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8AF0, KeyValuePair_2_UnityEngine_Vector3_System_Int32_, Enumerable_SelectIterator_d_5_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_IEnumerator_TResult__get_Current, (Enumerable_SelectIterator_d_5_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE09A0, IEnumerator *, Enumerable_SelectIterator_d_5_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerable_GetEnumerator, (Enumerable_SelectIterator_d_5_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE17B0, void, Enumerable_SelectIterator_d_5_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerator_Reset, (Enumerable_SelectIterator_d_5_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE93C0, Enumerable_SelectIterator_d_5_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x00FE1800, Object *, Enumerable_SelectIterator_d_5_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerator_get_Current, (Enumerable_SelectIterator_d_5_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0960, void, Enumerable_SelectIterator_d_5_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_IDisposable_Dispose, (Enumerable_SelectIterator_d_5_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F020, void, Enumerable_SelectManyIterator_d_17_2_System_Object_System_Object___ctor, (Enumerable_SelectManyIterator_d_17_2_System_Object_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FE2030, void, Enumerable_SelectManyIterator_d_17_2_System_Object_System_Object____m__Finally1, (Enumerable_SelectManyIterator_d_17_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE2090, void, Enumerable_SelectManyIterator_d_17_2_System_Object_System_Object____m__Finally2, (Enumerable_SelectManyIterator_d_17_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE1B00, bool, Enumerable_SelectManyIterator_d_17_2_System_Object_System_Object__MoveNext, (Enumerable_SelectManyIterator_d_17_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE2140, IEnumerator_1_System_Object_ *, Enumerable_SelectManyIterator_d_17_2_System_Object_System_Object__System_Collections_Generic_IEnumerable_TResult__GetEnumerator, (Enumerable_SelectManyIterator_d_17_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Enumerable_SelectManyIterator_d_17_2_System_Object_System_Object__System_Collections_Generic_IEnumerator_TResult__get_Current, (Enumerable_SelectManyIterator_d_17_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE22A0, IEnumerator *, Enumerable_SelectManyIterator_d_17_2_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (Enumerable_SelectManyIterator_d_17_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE20F0, void, Enumerable_SelectManyIterator_d_17_2_System_Object_System_Object__System_Collections_IEnumerator_Reset, (Enumerable_SelectManyIterator_d_17_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9388, Enumerable_SelectManyIterator_d_17_2_System_Object_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Enumerable_SelectManyIterator_d_17_2_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (Enumerable_SelectManyIterator_d_17_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE19A0, void, Enumerable_SelectManyIterator_d_17_2_System_Object_System_Object__System_IDisposable_Dispose, (Enumerable_SelectManyIterator_d_17_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F020, void, Enumerable_SelectManyIterator_d_23_3_System_Object_System_Object_System_Object___ctor, (Enumerable_SelectManyIterator_d_23_3_System_Object_System_Object_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FE28B0, void, Enumerable_SelectManyIterator_d_23_3_System_Object_System_Object_System_Object____m__Finally1, (Enumerable_SelectManyIterator_d_23_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE2910, void, Enumerable_SelectManyIterator_d_23_3_System_Object_System_Object_System_Object____m__Finally2, (Enumerable_SelectManyIterator_d_23_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE22D0, bool, Enumerable_SelectManyIterator_d_23_3_System_Object_System_Object_System_Object__MoveNext, (Enumerable_SelectManyIterator_d_23_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE29C0, IEnumerator_1_System_Object_ *, Enumerable_SelectManyIterator_d_23_3_System_Object_System_Object_System_Object__System_Collections_Generic_IEnumerable_TResult__GetEnumerator, (Enumerable_SelectManyIterator_d_23_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Enumerable_SelectManyIterator_d_23_3_System_Object_System_Object_System_Object__System_Collections_Generic_IEnumerator_TResult__get_Current, (Enumerable_SelectManyIterator_d_23_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE2B70, IEnumerator *, Enumerable_SelectManyIterator_d_23_3_System_Object_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (Enumerable_SelectManyIterator_d_23_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE2970, void, Enumerable_SelectManyIterator_d_23_3_System_Object_System_Object_System_Object__System_Collections_IEnumerator_Reset, (Enumerable_SelectManyIterator_d_23_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9378, Enumerable_SelectManyIterator_d_23_3_System_Object_System_Object_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Enumerable_SelectManyIterator_d_23_3_System_Object_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (Enumerable_SelectManyIterator_d_23_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE19A0, void, Enumerable_SelectManyIterator_d_23_3_System_Object_System_Object_System_Object__System_IDisposable_Dispose, (Enumerable_SelectManyIterator_d_23_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F020, void, Enumerable_SkipIterator_d_31_1_System_Object___ctor, (Enumerable_SkipIterator_d_31_1_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FE2F60, void, Enumerable_SkipIterator_d_31_1_System_Object____m__Finally1, (Enumerable_SkipIterator_d_31_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE2BA0, bool, Enumerable_SkipIterator_d_31_1_System_Object__MoveNext, (Enumerable_SkipIterator_d_31_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE3010, IEnumerator_1_System_Object_ *, Enumerable_SkipIterator_d_31_1_System_Object__System_Collections_Generic_IEnumerable_TSource__GetEnumerator, (Enumerable_SkipIterator_d_31_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Enumerable_SkipIterator_d_31_1_System_Object__System_Collections_Generic_IEnumerator_TSource__get_Current, (Enumerable_SkipIterator_d_31_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0FF0, IEnumerator *, Enumerable_SkipIterator_d_31_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (Enumerable_SkipIterator_d_31_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE2FC0, void, Enumerable_SkipIterator_d_31_1_System_Object__System_Collections_IEnumerator_Reset, (Enumerable_SkipIterator_d_31_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9320, Enumerable_SkipIterator_d_31_1_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Enumerable_SkipIterator_d_31_1_System_Object__System_Collections_IEnumerator_get_Current, (Enumerable_SkipIterator_d_31_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0960, void, Enumerable_SkipIterator_d_31_1_System_Object__System_IDisposable_Dispose, (Enumerable_SkipIterator_d_31_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TweenRunner_1_T_Start_d_2_ColorTween___ctor, (TweenRunner_1_T_Start_d_2_ColorTween_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FE3110, bool, TweenRunner_1_T_Start_d_2_ColorTween__MoveNext, (TweenRunner_1_T_Start_d_2_ColorTween_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TweenRunner_1_T_Start_d_2_ColorTween__System_Collections_Generic_IEnumerator_System_Object__get_Current, (TweenRunner_1_T_Start_d_2_ColorTween_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE3260, void, TweenRunner_1_T_Start_d_2_ColorTween__System_Collections_IEnumerator_Reset, (TweenRunner_1_T_Start_d_2_ColorTween_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9338, TweenRunner_1_T_Start_d_2_ColorTween__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, TweenRunner_1_T_Start_d_2_ColorTween__System_Collections_IEnumerator_get_Current, (TweenRunner_1_T_Start_d_2_ColorTween_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TweenRunner_1_T_Start_d_2_ColorTween__System_IDisposable_Dispose, (TweenRunner_1_T_Start_d_2_ColorTween_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TweenRunner_1_T_Start_d_2_FloatTween___ctor, (TweenRunner_1_T_Start_d_2_FloatTween_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FE32B0, bool, TweenRunner_1_T_Start_d_2_FloatTween__MoveNext, (TweenRunner_1_T_Start_d_2_FloatTween_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TweenRunner_1_T_Start_d_2_FloatTween__System_Collections_Generic_IEnumerator_System_Object__get_Current, (TweenRunner_1_T_Start_d_2_FloatTween_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE3400, void, TweenRunner_1_T_Start_d_2_FloatTween__System_Collections_IEnumerator_Reset, (TweenRunner_1_T_Start_d_2_FloatTween_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9328, TweenRunner_1_T_Start_d_2_FloatTween__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, TweenRunner_1_T_Start_d_2_FloatTween__System_Collections_IEnumerator_get_Current, (TweenRunner_1_T_Start_d_2_FloatTween_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TweenRunner_1_T_Start_d_2_FloatTween__System_IDisposable_Dispose, (TweenRunner_1_T_Start_d_2_FloatTween_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TweenRunner_1_T_Start_d_2_FloatTween__1__ctor, (TweenRunner_1_T_Start_d_2_FloatTween__1 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FE3450, bool, TweenRunner_1_T_Start_d_2_FloatTween__1_MoveNext, (TweenRunner_1_T_Start_d_2_FloatTween__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TweenRunner_1_T_Start_d_2_FloatTween__1_System_Collections_Generic_IEnumerator_System_Object__get_Current, (TweenRunner_1_T_Start_d_2_FloatTween__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE35A0, void, TweenRunner_1_T_Start_d_2_FloatTween__1_System_Collections_IEnumerator_Reset, (TweenRunner_1_T_Start_d_2_FloatTween__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE92E0, TweenRunner_1_T_Start_d_2_FloatTween__1_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, TweenRunner_1_T_Start_d_2_FloatTween__1_System_Collections_IEnumerator_get_Current, (TweenRunner_1_T_Start_d_2_FloatTween__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TweenRunner_1_T_Start_d_2_FloatTween__1_System_IDisposable_Dispose, (TweenRunner_1_T_Start_d_2_FloatTween__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, TweenRunner_1_T_Start_d_2_FloatTween__2__ctor, (TweenRunner_1_T_Start_d_2_FloatTween__2 * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FE35F0, bool, TweenRunner_1_T_Start_d_2_FloatTween__2_MoveNext, (TweenRunner_1_T_Start_d_2_FloatTween__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, TweenRunner_1_T_Start_d_2_FloatTween__2_System_Collections_Generic_IEnumerator_System_Object__get_Current, (TweenRunner_1_T_Start_d_2_FloatTween__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE3750, void, TweenRunner_1_T_Start_d_2_FloatTween__2_System_Collections_IEnumerator_Reset, (TweenRunner_1_T_Start_d_2_FloatTween__2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9310, TweenRunner_1_T_Start_d_2_FloatTween__2_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, TweenRunner_1_T_Start_d_2_FloatTween__2_System_Collections_IEnumerator_get_Current, (TweenRunner_1_T_Start_d_2_FloatTween__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TweenRunner_1_T_Start_d_2_FloatTween__2_System_IDisposable_Dispose, (TweenRunner_1_T_Start_d_2_FloatTween__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F020, void, Enumerable_TakeIterator_d_25_1_System_Object___ctor, (Enumerable_TakeIterator_d_25_1_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FE3AC0, void, Enumerable_TakeIterator_d_25_1_System_Object____m__Finally1, (Enumerable_TakeIterator_d_25_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE37A0, bool, Enumerable_TakeIterator_d_25_1_System_Object__MoveNext, (Enumerable_TakeIterator_d_25_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE3B70, IEnumerator_1_System_Object_ *, Enumerable_TakeIterator_d_25_1_System_Object__System_Collections_Generic_IEnumerable_TSource__GetEnumerator, (Enumerable_TakeIterator_d_25_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Enumerable_TakeIterator_d_25_1_System_Object__System_Collections_Generic_IEnumerator_TSource__get_Current, (Enumerable_TakeIterator_d_25_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0FF0, IEnumerator *, Enumerable_TakeIterator_d_25_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (Enumerable_TakeIterator_d_25_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE3B20, void, Enumerable_TakeIterator_d_25_1_System_Object__System_Collections_IEnumerator_Reset, (Enumerable_TakeIterator_d_25_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE92B8, Enumerable_TakeIterator_d_25_1_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Enumerable_TakeIterator_d_25_1_System_Object__System_Collections_IEnumerator_get_Current, (Enumerable_TakeIterator_d_25_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0960, void, Enumerable_TakeIterator_d_25_1_System_Object__System_IDisposable_Dispose, (Enumerable_TakeIterator_d_25_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0099F020, void, Enumerable_UnionIterator_d_71_1_System_Object___ctor, (Enumerable_UnionIterator_d_71_1_System_Object_ * __this, int32_t __1__state, MethodInfo * method)); DO_APP_FUNC(0x00FE42F0, void, Enumerable_UnionIterator_d_71_1_System_Object____m__Finally1, (Enumerable_UnionIterator_d_71_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE4350, void, Enumerable_UnionIterator_d_71_1_System_Object____m__Finally2, (Enumerable_UnionIterator_d_71_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE3C70, bool, Enumerable_UnionIterator_d_71_1_System_Object__MoveNext, (Enumerable_UnionIterator_d_71_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE4400, IEnumerator_1_System_Object_ *, Enumerable_UnionIterator_d_71_1_System_Object__System_Collections_Generic_IEnumerable_TSource__GetEnumerator, (Enumerable_UnionIterator_d_71_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Enumerable_UnionIterator_d_71_1_System_Object__System_Collections_Generic_IEnumerator_TSource__get_Current, (Enumerable_UnionIterator_d_71_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE45B0, IEnumerator *, Enumerable_UnionIterator_d_71_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (Enumerable_UnionIterator_d_71_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE43B0, void, Enumerable_UnionIterator_d_71_1_System_Object__System_Collections_IEnumerator_Reset, (Enumerable_UnionIterator_d_71_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9290, Enumerable_UnionIterator_d_71_1_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Enumerable_UnionIterator_d_71_1_System_Object__System_Collections_IEnumerator_get_Current, (Enumerable_UnionIterator_d_71_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1EA0, void, Enumerable_UnionIterator_d_71_1_System_Object__System_IDisposable_Dispose, (Enumerable_UnionIterator_d_71_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE45E0, void, WebCompletionSource_1_T_WaitForCompletion_d_15_System_ValueTuple_2__MoveNext, (WebCompletionSource_1_T_WaitForCompletion_d_15_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE4AD0, void, WebCompletionSource_1_T_WaitForCompletion_d_15_System_ValueTuple_2__SetStateMachine, (WebCompletionSource_1_T_WaitForCompletion_d_15_System_ValueTuple_2_ * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00FE4B60, void, WebCompletionSource_1_T_WaitForCompletion_d_15_System_Object__MoveNext, (WebCompletionSource_1_T_WaitForCompletion_d_15_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE4AD0, void, WebCompletionSource_1_T_WaitForCompletion_d_15_System_Object__SetStateMachine, (WebCompletionSource_1_T_WaitForCompletion_d_15_System_Object_ * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CA9E10, void, ADictionary_2_System_Int32_System_Int32__AoRSVrhVZVojMyCPSJVQbMSwlsoA, (Object * param_0000c690, String * param_0000c691, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60FA0, ADictionary_2_System_Int32_System_Int32__AoRSVrhVZVojMyCPSJVQbMSwlsoA__MethodInfo); DO_APP_FUNC(0x00FE8C90, void, ADictionary_2_System_Int32_System_Int32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x00FE5450, void, ADictionary_2_System_Int32_System_Int32___ctor, (ADictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5790, void, ADictionary_2_System_Int32_System_Int32___ctor_1, (ADictionary_2_System_Int32_System_Int32_ * __this, IDictionary_2_System_Int32_System_Int32_ * param_0000c64e, MethodInfo * method)); DO_APP_FUNC(0x00FE5480, void, ADictionary_2_System_Int32_System_Int32___ctor_2, (ADictionary_2_System_Int32_System_Int32_ * __this, IEqualityComparer_1_System_Int32_ * param_0000c645, MethodInfo * method)); DO_APP_FUNC(0x00FE54E0, void, ADictionary_2_System_Int32_System_Int32___ctor_3, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t param_0000c648, MethodInfo * method)); DO_APP_FUNC(0x00FE57C0, void, ADictionary_2_System_Int32_System_Int32___ctor_4, (ADictionary_2_System_Int32_System_Int32_ * __this, IDictionary_2_System_Int32_System_Int32_ * param_0000c64f, IEqualityComparer_1_System_Int32_ * param_0000c650, MethodInfo * method)); DO_APP_FUNC(0x00FE54B0, void, ADictionary_2_System_Int32_System_Int32___ctor_5, (ADictionary_2_System_Int32_System_Int32_ * __this, IEqualityComparer_1_System_Int32_ * param_0000c646, IEqualityComparer_1_System_Int32_ * param_0000c647, MethodInfo * method)); DO_APP_FUNC(0x00FE5510, void, ADictionary_2_System_Int32_System_Int32___ctor_6, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t param_0000c649, IEqualityComparer_1_System_Int32_ * param_0000c64a, MethodInfo * method)); DO_APP_FUNC(0x00FE57F0, void, ADictionary_2_System_Int32_System_Int32___ctor_7, (ADictionary_2_System_Int32_System_Int32_ * __this, IDictionary_2_System_Int32_System_Int32_ * param_0000c651, IEqualityComparer_1_System_Int32_ * param_0000c652, IEqualityComparer_1_System_Int32_ * param_0000c653, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9218, ADictionary_2_System_Int32_System_Int32___ctor_7__MethodInfo); DO_APP_FUNC(0x00FE5540, void, ADictionary_2_System_Int32_System_Int32___ctor_8, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t param_0000c64b, IEqualityComparer_1_System_Int32_ * param_0000c64c, IEqualityComparer_1_System_Int32_ * param_0000c64d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9280, ADictionary_2_System_Int32_System_Int32___ctor_8__MethodInfo); DO_APP_FUNC(0x00FE5AC0, void, ADictionary_2_System_Int32_System_Int32__Add, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t key, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00FE5AF0, void, ADictionary_2_System_Int32_System_Int32__Clear, (ADictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5B80, bool, ADictionary_2_System_Int32_System_Int32__ContainsKey, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x00FE5BC0, bool, ADictionary_2_System_Int32_System_Int32__ContainsValue, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00FE6E20, void, ADictionary_2_System_Int32_System_Int32__CopyTo, (ADictionary_2_System_Int32_System_Int32_ * __this, KeyValuePair_2_System_Int32_System_Int32___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE91C8, ADictionary_2_System_Int32_System_Int32__CopyTo__MethodInfo); DO_APP_FUNC(0x00FE6630, KeyValuePair_2_System_Int32_System_Int32_, ADictionary_2_System_Int32_System_Int32__GetEntryAt, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9228, ADictionary_2_System_Int32_System_Int32__GetEntryAt__MethodInfo); DO_APP_FUNC(0x00FE5C00, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32_, ADictionary_2_System_Int32_System_Int32__GetEnumerator, (ADictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE6430, int32_t, ADictionary_2_System_Int32_System_Int32__GetKeyAt, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9258, ADictionary_2_System_Int32_System_Int32__GetKeyAt__MethodInfo); DO_APP_FUNC(0x00FE6A50, bool, ADictionary_2_System_Int32_System_Int32__GetNextEntry, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t * index, KeyValuePair_2_System_Int32_System_Int32_ * entry, MethodInfo * method)); DO_APP_FUNC(0x00FE6890, bool, ADictionary_2_System_Int32_System_Int32__GetNextIndex, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x00FE68F0, int32_t, ADictionary_2_System_Int32_System_Int32__GetNextIndex_1, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00FE6950, bool, ADictionary_2_System_Int32_System_Int32__GetNextKey, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t * index, int32_t * key, MethodInfo * method)); DO_APP_FUNC(0x00FE69D0, bool, ADictionary_2_System_Int32_System_Int32__GetNextValue, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t * index, int32_t * value, MethodInfo * method)); DO_APP_FUNC(0x00FE6CA0, bool, ADictionary_2_System_Int32_System_Int32__GetPreviousEntry, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t * index, KeyValuePair_2_System_Int32_System_Int32_ * entry, MethodInfo * method)); DO_APP_FUNC(0x00FE6AF0, bool, ADictionary_2_System_Int32_System_Int32__GetPreviousIndex, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x00FE6B50, int32_t, ADictionary_2_System_Int32_System_Int32__GetPreviousIndex_1, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00FE6BA0, bool, ADictionary_2_System_Int32_System_Int32__GetPreviousKey, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t * index, int32_t * key, MethodInfo * method)); DO_APP_FUNC(0x00FE6C20, bool, ADictionary_2_System_Int32_System_Int32__GetPreviousValue, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t * index, int32_t * value, MethodInfo * method)); DO_APP_FUNC(0x00FE6530, int32_t, ADictionary_2_System_Int32_System_Int32__GetValueAt, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9238, ADictionary_2_System_Int32_System_Int32__GetValueAt__MethodInfo); DO_APP_FUNC(0x00FE5FD0, int32_t, ADictionary_2_System_Int32_System_Int32__GetValueSafe, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x00FE60D0, int32_t, ADictionary_2_System_Int32_System_Int32__IndexOfKey, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x00FE62A0, int32_t, ADictionary_2_System_Int32_System_Int32__IndexOfValue, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00FE63E0, bool, ADictionary_2_System_Int32_System_Int32__IsValidAt, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00FE7000, void, ADictionary_2_System_Int32_System_Int32__LIeljCbdoWdgBAecluMnblrpCnHu, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t param_0000c67b, MethodInfo * method)); DO_APP_FUNC(0x00FE75B0, void, ADictionary_2_System_Int32_System_Int32__RXshytQnlmeNgZUJYfJIoXnXfthe, (ADictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE7640, void, ADictionary_2_System_Int32_System_Int32__RXshytQnlmeNgZUJYfJIoXnXfthe_1, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t param_0000c67f, bool param_0000c680, MethodInfo * method)); DO_APP_FUNC(0x00FE5C90, bool, ADictionary_2_System_Int32_System_Int32__Remove, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x00FE6D40, bool, ADictionary_2_System_Int32_System_Int32__RemoveAt, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE91D0, ADictionary_2_System_Int32_System_Int32__RemoveAt__MethodInfo); DO_APP_FUNC(0x00FE8BE0, bool, ADictionary_2_System_Int32_System_Int32__SEWwbgHBQLAROdofEOGHCOsIuokPA, (Object * param_0000c68f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9138, ADictionary_2_System_Int32_System_Int32__SEWwbgHBQLAROdofEOGHCOsIuokPA__MethodInfo); DO_APP_FUNC(0x00FE7A20, void, ADictionary_2_System_Int32_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (ADictionary_2_System_Int32_System_Int32_ * __this, KeyValuePair_2_System_Int32_System_Int32_ param_0000c681, MethodInfo * method)); DO_APP_FUNC(0x00FE7A40, bool, ADictionary_2_System_Int32_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (ADictionary_2_System_Int32_System_Int32_ * __this, KeyValuePair_2_System_Int32_System_Int32_ param_0000c682, MethodInfo * method)); DO_APP_FUNC(0x00FE7BF0, void, ADictionary_2_System_Int32_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (ADictionary_2_System_Int32_System_Int32_ * __this, KeyValuePair_2_System_Int32_System_Int32___Array * param_0000c684, int32_t param_0000c685, MethodInfo * method)); DO_APP_FUNC(0x00FE7B00, bool, ADictionary_2_System_Int32_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (ADictionary_2_System_Int32_System_Int32_ * __this, KeyValuePair_2_System_Int32_System_Int32_ param_0000c683, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_System_Int32_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (ADictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5050, ICollection_1_System_Int32_ *, ADictionary_2_System_Int32_System_Int32__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (ADictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5120, ICollection_1_System_Int32_ *, ADictionary_2_System_Int32_System_Int32__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (ADictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE7930, IEnumerator_1_KeyValuePair_2_System_Int32_System_Int32_ *, ADictionary_2_System_Int32_System_Int32__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (ADictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE7C10, void, ADictionary_2_System_Int32_System_Int32__System_Collections_ICollection_CopyTo, (ADictionary_2_System_Int32_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9188, ADictionary_2_System_Int32_System_Int32__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_System_Int32_System_Int32__System_Collections_ICollection_get_IsSynchronized, (ADictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, Object *, ADictionary_2_System_Int32_System_Int32__System_Collections_ICollection_get_SyncRoot, (ADictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE8640, void, ADictionary_2_System_Int32_System_Int32__System_Collections_IDictionary_Add, (ADictionary_2_System_Int32_System_Int32_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9150, ADictionary_2_System_Int32_System_Int32__System_Collections_IDictionary_Add__MethodInfo); DO_APP_FUNC(0x00FE88B0, bool, ADictionary_2_System_Int32_System_Int32__System_Collections_IDictionary_Contains, (ADictionary_2_System_Int32_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00FE89E0, IDictionaryEnumerator *, ADictionary_2_System_Int32_System_Int32__System_Collections_IDictionary_GetEnumerator, (ADictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE8AD0, void, ADictionary_2_System_Int32_System_Int32__System_Collections_IDictionary_Remove, (ADictionary_2_System_Int32_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_System_Int32_System_Int32__System_Collections_IDictionary_get_IsFixedSize, (ADictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_System_Int32_System_Int32__System_Collections_IDictionary_get_IsReadOnly, (ADictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE8270, Object *, ADictionary_2_System_Int32_System_Int32__System_Collections_IDictionary_get_Item, (ADictionary_2_System_Int32_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00FE8210, ICollection *, ADictionary_2_System_Int32_System_Int32__System_Collections_IDictionary_get_Keys, (ADictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE8240, ICollection *, ADictionary_2_System_Int32_System_Int32__System_Collections_IDictionary_get_Values, (ADictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE83D0, void, ADictionary_2_System_Int32_System_Int32__System_Collections_IDictionary_set_Item, (ADictionary_2_System_Int32_System_Int32_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9198, ADictionary_2_System_Int32_System_Int32__System_Collections_IDictionary_set_Item__MethodInfo); DO_APP_FUNC(0x00FE7930, IEnumerator *, ADictionary_2_System_Int32_System_Int32__System_Collections_IEnumerable_GetEnumerator, (ADictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE6810, bool, ADictionary_2_System_Int32_System_Int32__TryGetEntryAt, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t index, KeyValuePair_2_System_Int32_System_Int32_ * entry, MethodInfo * method)); DO_APP_FUNC(0x00FE6750, bool, ADictionary_2_System_Int32_System_Int32__TryGetKeyAt, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t index, int32_t * key, MethodInfo * method)); DO_APP_FUNC(0x00FE5F60, bool, ADictionary_2_System_Int32_System_Int32__TryGetValue, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t key, int32_t * value, MethodInfo * method)); DO_APP_FUNC(0x00FE67B0, bool, ADictionary_2_System_Int32_System_Int32__TryGetValueAt, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t index, int32_t * value, MethodInfo * method)); DO_APP_FUNC(0x00FE5040, int32_t, ADictionary_2_System_Int32_System_Int32__get_Count, (ADictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE6030, int32_t, ADictionary_2_System_Int32_System_Int32__get_IndexOfFirst, (ADictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE6080, int32_t, ADictionary_2_System_Int32_System_Int32__get_IndexOfLast, (ADictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5310, int32_t, ADictionary_2_System_Int32_System_Int32__get_Item, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9260, ADictionary_2_System_Int32_System_Int32__get_Item__MethodInfo); DO_APP_FUNC(0x003C5320, IEqualityComparer_1_System_Int32_ *, ADictionary_2_System_Int32_System_Int32__get_KeyComparer, (ADictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5050, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ *, ADictionary_2_System_Int32_System_Int32__get_Keys, (ADictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, ADictionary_2_System_Int32_System_Int32__get_TotalCount, (ADictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, IEqualityComparer_1_System_Int32_ *, ADictionary_2_System_Int32_System_Int32__get_ValueComparer, (ADictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5120, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ *, ADictionary_2_System_Int32_System_Int32__get_Values, (ADictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5420, void, ADictionary_2_System_Int32_System_Int32__set_Item, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t key, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00FE51F0, void, ADictionary_2_System_Int32_System_Int32__set_KeyComparer, (ADictionary_2_System_Int32_System_Int32_ * __this, IEqualityComparer_1_System_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x00FE5280, void, ADictionary_2_System_Int32_System_Int32__set_ValueComparer, (ADictionary_2_System_Int32_System_Int32_ * __this, IEqualityComparer_1_System_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x00FE71E0, void, ADictionary_2_System_Int32_System_Int32__xWtHrTSuscpEZQwphRXafQBqQlMJ, (ADictionary_2_System_Int32_System_Int32_ * __this, int32_t param_0000c67c, int32_t param_0000c67d, bool param_0000c67e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE91E0, ADictionary_2_System_Int32_System_Int32__xWtHrTSuscpEZQwphRXafQBqQlMJ__MethodInfo); DO_APP_FUNC(0x00ACD900, void, ADictionary_2_System_Int32_System_Object__AoRSVrhVZVojMyCPSJVQbMSwlsoA, (Object * param_0000c690, String * param_0000c691, MethodInfo * method)); DO_APP_FUNC(0x00FEC540, void, ADictionary_2_System_Int32_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x00FE5450, void, ADictionary_2_System_Int32_System_Object___ctor, (ADictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5790, void, ADictionary_2_System_Int32_System_Object___ctor_1, (ADictionary_2_System_Int32_System_Object_ * __this, IDictionary_2_System_Int32_System_Object_ * param_0000c64e, MethodInfo * method)); DO_APP_FUNC(0x00FE5480, void, ADictionary_2_System_Int32_System_Object___ctor_2, (ADictionary_2_System_Int32_System_Object_ * __this, IEqualityComparer_1_System_Int32_ * param_0000c645, MethodInfo * method)); DO_APP_FUNC(0x00FE54E0, void, ADictionary_2_System_Int32_System_Object___ctor_3, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t param_0000c648, MethodInfo * method)); DO_APP_FUNC(0x00FE57C0, void, ADictionary_2_System_Int32_System_Object___ctor_4, (ADictionary_2_System_Int32_System_Object_ * __this, IDictionary_2_System_Int32_System_Object_ * param_0000c64f, IEqualityComparer_1_System_Int32_ * param_0000c650, MethodInfo * method)); DO_APP_FUNC(0x00FE54B0, void, ADictionary_2_System_Int32_System_Object___ctor_5, (ADictionary_2_System_Int32_System_Object_ * __this, IEqualityComparer_1_System_Int32_ * param_0000c646, IEqualityComparer_1_System_Object_ * param_0000c647, MethodInfo * method)); DO_APP_FUNC(0x00FE5510, void, ADictionary_2_System_Int32_System_Object___ctor_6, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t param_0000c649, IEqualityComparer_1_System_Int32_ * param_0000c64a, MethodInfo * method)); DO_APP_FUNC(0x00FE9160, void, ADictionary_2_System_Int32_System_Object___ctor_7, (ADictionary_2_System_Int32_System_Object_ * __this, IDictionary_2_System_Int32_System_Object_ * param_0000c651, IEqualityComparer_1_System_Int32_ * param_0000c652, IEqualityComparer_1_System_Object_ * param_0000c653, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9130, ADictionary_2_System_Int32_System_Object___ctor_7__MethodInfo); DO_APP_FUNC(0x00FE8F10, void, ADictionary_2_System_Int32_System_Object___ctor_8, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t param_0000c64b, IEqualityComparer_1_System_Int32_ * param_0000c64c, IEqualityComparer_1_System_Object_ * param_0000c64d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9100, ADictionary_2_System_Int32_System_Object___ctor_8__MethodInfo); DO_APP_FUNC(0x00FE5AC0, void, ADictionary_2_System_Int32_System_Object__Add, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00FE5AF0, void, ADictionary_2_System_Int32_System_Object__Clear, (ADictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5B80, bool, ADictionary_2_System_Int32_System_Object__ContainsKey, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x00FE5BC0, bool, ADictionary_2_System_Int32_System_Object__ContainsValue, (ADictionary_2_System_Int32_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00FEA8C0, void, ADictionary_2_System_Int32_System_Object__CopyTo, (ADictionary_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9098, ADictionary_2_System_Int32_System_Object__CopyTo__MethodInfo); DO_APP_FUNC(0x00FE9F20, KeyValuePair_2_System_Int32_System_Object_, ADictionary_2_System_Int32_System_Object__GetEntryAt, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE90A8, ADictionary_2_System_Int32_System_Object__GetEntryAt__MethodInfo); DO_APP_FUNC(0x00FE9450, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object_, ADictionary_2_System_Int32_System_Object__GetEnumerator, (ADictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE9D30, int32_t, ADictionary_2_System_Int32_System_Object__GetKeyAt, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9108, ADictionary_2_System_Int32_System_Object__GetKeyAt__MethodInfo); DO_APP_FUNC(0x00FEA480, bool, ADictionary_2_System_Int32_System_Object__GetNextEntry, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t * index, KeyValuePair_2_System_Int32_System_Object_ * entry, MethodInfo * method)); DO_APP_FUNC(0x00FEA2B0, bool, ADictionary_2_System_Int32_System_Object__GetNextIndex, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x00FEA310, int32_t, ADictionary_2_System_Int32_System_Object__GetNextIndex_1, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00FEA370, bool, ADictionary_2_System_Int32_System_Object__GetNextKey, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t * index, int32_t * key, MethodInfo * method)); DO_APP_FUNC(0x00FEA3F0, bool, ADictionary_2_System_Int32_System_Object__GetNextValue, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t * index, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x00FEA720, bool, ADictionary_2_System_Int32_System_Object__GetPreviousEntry, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t * index, KeyValuePair_2_System_Int32_System_Object_ * entry, MethodInfo * method)); DO_APP_FUNC(0x00FEA560, bool, ADictionary_2_System_Int32_System_Object__GetPreviousIndex, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x00FEA5C0, int32_t, ADictionary_2_System_Int32_System_Object__GetPreviousIndex_1, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00FEA610, bool, ADictionary_2_System_Int32_System_Object__GetPreviousKey, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t * index, int32_t * key, MethodInfo * method)); DO_APP_FUNC(0x00FEA690, bool, ADictionary_2_System_Int32_System_Object__GetPreviousValue, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t * index, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x00FE9E20, Object *, ADictionary_2_System_Int32_System_Object__GetValueAt, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE90C0, ADictionary_2_System_Int32_System_Object__GetValueAt__MethodInfo); DO_APP_FUNC(0x00FE9870, Object *, ADictionary_2_System_Int32_System_Object__GetValueSafe, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x00FE9970, int32_t, ADictionary_2_System_Int32_System_Object__IndexOfKey, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x00FE9B40, int32_t, ADictionary_2_System_Int32_System_Object__IndexOfValue, (ADictionary_2_System_Int32_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00FE9CE0, bool, ADictionary_2_System_Int32_System_Object__IsValidAt, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00FEAB00, void, ADictionary_2_System_Int32_System_Object__LIeljCbdoWdgBAecluMnblrpCnHu, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t param_0000c67b, MethodInfo * method)); DO_APP_FUNC(0x00FEB130, void, ADictionary_2_System_Int32_System_Object__RXshytQnlmeNgZUJYfJIoXnXfthe, (ADictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FEB1C0, void, ADictionary_2_System_Int32_System_Object__RXshytQnlmeNgZUJYfJIoXnXfthe_1, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t param_0000c67f, bool param_0000c680, MethodInfo * method)); DO_APP_FUNC(0x00FE94E0, bool, ADictionary_2_System_Int32_System_Object__Remove, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x00FEA7F0, bool, ADictionary_2_System_Int32_System_Object__RemoveAt, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE90A0, ADictionary_2_System_Int32_System_Object__RemoveAt__MethodInfo); DO_APP_FUNC(0x00FEC490, bool, ADictionary_2_System_Int32_System_Object__SEWwbgHBQLAROdofEOGHCOsIuokPA, (Object * param_0000c68f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9070, ADictionary_2_System_Int32_System_Object__SEWwbgHBQLAROdofEOGHCOsIuokPA__MethodInfo); DO_APP_FUNC(0x00FEB590, void, ADictionary_2_System_Int32_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (ADictionary_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object_ param_0000c681, MethodInfo * method)); DO_APP_FUNC(0x00FEB5B0, bool, ADictionary_2_System_Int32_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (ADictionary_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object_ param_0000c682, MethodInfo * method)); DO_APP_FUNC(0x00FE7BF0, void, ADictionary_2_System_Int32_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (ADictionary_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object___Array * param_0000c684, int32_t param_0000c685, MethodInfo * method)); DO_APP_FUNC(0x00FEB690, bool, ADictionary_2_System_Int32_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (ADictionary_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object_ param_0000c683, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_System_Int32_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (ADictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5050, ICollection_1_System_Int32_ *, ADictionary_2_System_Int32_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (ADictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5120, ICollection_1_System_Object_ *, ADictionary_2_System_Int32_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (ADictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FEB4A0, IEnumerator_1_KeyValuePair_2_System_Int32_System_Object_ *, ADictionary_2_System_Int32_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (ADictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FEB790, void, ADictionary_2_System_Int32_System_Object__System_Collections_ICollection_CopyTo, (ADictionary_2_System_Int32_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9088, ADictionary_2_System_Int32_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_System_Int32_System_Object__System_Collections_ICollection_get_IsSynchronized, (ADictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, Object *, ADictionary_2_System_Int32_System_Object__System_Collections_ICollection_get_SyncRoot, (ADictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FEC120, void, ADictionary_2_System_Int32_System_Object__System_Collections_IDictionary_Add, (ADictionary_2_System_Int32_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9030, ADictionary_2_System_Int32_System_Object__System_Collections_IDictionary_Add__MethodInfo); DO_APP_FUNC(0x00FE88B0, bool, ADictionary_2_System_Int32_System_Object__System_Collections_IDictionary_Contains, (ADictionary_2_System_Int32_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00FEC3A0, IDictionaryEnumerator *, ADictionary_2_System_Int32_System_Object__System_Collections_IDictionary_GetEnumerator, (ADictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE8AD0, void, ADictionary_2_System_Int32_System_Object__System_Collections_IDictionary_Remove, (ADictionary_2_System_Int32_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_System_Int32_System_Object__System_Collections_IDictionary_get_IsFixedSize, (ADictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_System_Int32_System_Object__System_Collections_IDictionary_get_IsReadOnly, (ADictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FEBD60, Object *, ADictionary_2_System_Int32_System_Object__System_Collections_IDictionary_get_Item, (ADictionary_2_System_Int32_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00FE8210, ICollection *, ADictionary_2_System_Int32_System_Object__System_Collections_IDictionary_get_Keys, (ADictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE8240, ICollection *, ADictionary_2_System_Int32_System_Object__System_Collections_IDictionary_get_Values, (ADictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FEBEA0, void, ADictionary_2_System_Int32_System_Object__System_Collections_IDictionary_set_Item, (ADictionary_2_System_Int32_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9050, ADictionary_2_System_Int32_System_Object__System_Collections_IDictionary_set_Item__MethodInfo); DO_APP_FUNC(0x00FEB4A0, IEnumerator *, ADictionary_2_System_Int32_System_Object__System_Collections_IEnumerable_GetEnumerator, (ADictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FEA150, bool, ADictionary_2_System_Int32_System_Object__TryGetEntryAt, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t index, KeyValuePair_2_System_Int32_System_Object_ * entry, MethodInfo * method)); DO_APP_FUNC(0x00FEA050, bool, ADictionary_2_System_Int32_System_Object__TryGetKeyAt, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t index, int32_t * key, MethodInfo * method)); DO_APP_FUNC(0x00FE97C0, bool, ADictionary_2_System_Int32_System_Object__TryGetValue, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x00FEA0B0, bool, ADictionary_2_System_Int32_System_Object__TryGetValueAt, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t index, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x00FE5040, int32_t, ADictionary_2_System_Int32_System_Object__get_Count, (ADictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE98D0, int32_t, ADictionary_2_System_Int32_System_Object__get_IndexOfFirst, (ADictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE9920, int32_t, ADictionary_2_System_Int32_System_Object__get_IndexOfLast, (ADictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE8E00, Object *, ADictionary_2_System_Int32_System_Object__get_Item, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9158, ADictionary_2_System_Int32_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x003C5320, IEqualityComparer_1_System_Int32_ *, ADictionary_2_System_Int32_System_Object__get_KeyComparer, (ADictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5050, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ *, ADictionary_2_System_Int32_System_Object__get_Keys, (ADictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, ADictionary_2_System_Int32_System_Object__get_TotalCount, (ADictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, IEqualityComparer_1_System_Object_ *, ADictionary_2_System_Int32_System_Object__get_ValueComparer, (ADictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5120, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ *, ADictionary_2_System_Int32_System_Object__get_Values, (ADictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5420, void, ADictionary_2_System_Int32_System_Object__set_Item, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00FE51F0, void, ADictionary_2_System_Int32_System_Object__set_KeyComparer, (ADictionary_2_System_Int32_System_Object_ * __this, IEqualityComparer_1_System_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x00FE5280, void, ADictionary_2_System_Int32_System_Object__set_ValueComparer, (ADictionary_2_System_Int32_System_Object_ * __this, IEqualityComparer_1_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x00FEACE0, void, ADictionary_2_System_Int32_System_Object__xWtHrTSuscpEZQwphRXafQBqQlMJ, (ADictionary_2_System_Int32_System_Object_ * __this, int32_t param_0000c67c, Object * param_0000c67d, bool param_0000c67e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE90E0, ADictionary_2_System_Int32_System_Object__xWtHrTSuscpEZQwphRXafQBqQlMJ__MethodInfo); DO_APP_FUNC(0x00CA9E70, void, ADictionary_2_System_Object_System_Int32__AoRSVrhVZVojMyCPSJVQbMSwlsoA, (Object * param_0000c690, String * param_0000c691, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60F70, ADictionary_2_System_Object_System_Int32__AoRSVrhVZVojMyCPSJVQbMSwlsoA__MethodInfo); DO_APP_FUNC(0x00FEFC50, void, ADictionary_2_System_Object_System_Int32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x00FE5450, void, ADictionary_2_System_Object_System_Int32___ctor, (ADictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5790, void, ADictionary_2_System_Object_System_Int32___ctor_1, (ADictionary_2_System_Object_System_Int32_ * __this, IDictionary_2_System_Object_System_Int32_ * param_0000c64e, MethodInfo * method)); DO_APP_FUNC(0x00FE5480, void, ADictionary_2_System_Object_System_Int32___ctor_2, (ADictionary_2_System_Object_System_Int32_ * __this, IEqualityComparer_1_System_Object_ * param_0000c645, MethodInfo * method)); DO_APP_FUNC(0x00FE54E0, void, ADictionary_2_System_Object_System_Int32___ctor_3, (ADictionary_2_System_Object_System_Int32_ * __this, int32_t param_0000c648, MethodInfo * method)); DO_APP_FUNC(0x00FE57C0, void, ADictionary_2_System_Object_System_Int32___ctor_4, (ADictionary_2_System_Object_System_Int32_ * __this, IDictionary_2_System_Object_System_Int32_ * param_0000c64f, IEqualityComparer_1_System_Object_ * param_0000c650, MethodInfo * method)); DO_APP_FUNC(0x00FE54B0, void, ADictionary_2_System_Object_System_Int32___ctor_5, (ADictionary_2_System_Object_System_Int32_ * __this, IEqualityComparer_1_System_Object_ * param_0000c646, IEqualityComparer_1_System_Int32_ * param_0000c647, MethodInfo * method)); DO_APP_FUNC(0x00FE5510, void, ADictionary_2_System_Object_System_Int32___ctor_6, (ADictionary_2_System_Object_System_Int32_ * __this, int32_t param_0000c649, IEqualityComparer_1_System_Object_ * param_0000c64a, MethodInfo * method)); DO_APP_FUNC(0x00FECA10, void, ADictionary_2_System_Object_System_Int32___ctor_7, (ADictionary_2_System_Object_System_Int32_ * __this, IDictionary_2_System_Object_System_Int32_ * param_0000c651, IEqualityComparer_1_System_Object_ * param_0000c652, IEqualityComparer_1_System_Int32_ * param_0000c653, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9018, ADictionary_2_System_Object_System_Int32___ctor_7__MethodInfo); DO_APP_FUNC(0x00FEC7C0, void, ADictionary_2_System_Object_System_Int32___ctor_8, (ADictionary_2_System_Object_System_Int32_ * __this, int32_t param_0000c64b, IEqualityComparer_1_System_Object_ * param_0000c64c, IEqualityComparer_1_System_Int32_ * param_0000c64d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8FF0, ADictionary_2_System_Object_System_Int32___ctor_8__MethodInfo); DO_APP_FUNC(0x00FE5AC0, void, ADictionary_2_System_Object_System_Int32__Add, (ADictionary_2_System_Object_System_Int32_ * __this, Object * key, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00FE5AF0, void, ADictionary_2_System_Object_System_Int32__Clear, (ADictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5B80, bool, ADictionary_2_System_Object_System_Int32__ContainsKey, (ADictionary_2_System_Object_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00FE5BC0, bool, ADictionary_2_System_Object_System_Int32__ContainsValue, (ADictionary_2_System_Object_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00FEDED0, void, ADictionary_2_System_Object_System_Int32__CopyTo, (ADictionary_2_System_Object_System_Int32_ * __this, KeyValuePair_2_System_Object_System_Int32___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8FD8, ADictionary_2_System_Object_System_Int32__CopyTo__MethodInfo); DO_APP_FUNC(0x00FED6A0, KeyValuePair_2_System_Object_System_Int32_, ADictionary_2_System_Object_System_Int32__GetEntryAt, (ADictionary_2_System_Object_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8FB0, ADictionary_2_System_Object_System_Int32__GetEntryAt__MethodInfo); DO_APP_FUNC(0x00FE9450, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32_, ADictionary_2_System_Object_System_Int32__GetEnumerator, (ADictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FED4B0, Object *, ADictionary_2_System_Object_System_Int32__GetKeyAt, (ADictionary_2_System_Object_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8FC0, ADictionary_2_System_Object_System_Int32__GetKeyAt__MethodInfo); DO_APP_FUNC(0x00FEDB40, bool, ADictionary_2_System_Object_System_Int32__GetNextEntry, (ADictionary_2_System_Object_System_Int32_ * __this, int32_t * index, KeyValuePair_2_System_Object_System_Int32_ * entry, MethodInfo * method)); DO_APP_FUNC(0x00FEA2B0, bool, ADictionary_2_System_Object_System_Int32__GetNextIndex, (ADictionary_2_System_Object_System_Int32_ * __this, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x00FEA310, int32_t, ADictionary_2_System_Object_System_Int32__GetNextIndex_1, (ADictionary_2_System_Object_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00FEDA20, bool, ADictionary_2_System_Object_System_Int32__GetNextKey, (ADictionary_2_System_Object_System_Int32_ * __this, int32_t * index, Object * * key, MethodInfo * method)); DO_APP_FUNC(0x00FEDAB0, bool, ADictionary_2_System_Object_System_Int32__GetNextValue, (ADictionary_2_System_Object_System_Int32_ * __this, int32_t * index, int32_t * value, MethodInfo * method)); DO_APP_FUNC(0x00FEDD30, bool, ADictionary_2_System_Object_System_Int32__GetPreviousEntry, (ADictionary_2_System_Object_System_Int32_ * __this, int32_t * index, KeyValuePair_2_System_Object_System_Int32_ * entry, MethodInfo * method)); DO_APP_FUNC(0x00FEA560, bool, ADictionary_2_System_Object_System_Int32__GetPreviousIndex, (ADictionary_2_System_Object_System_Int32_ * __this, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x00FEA5C0, int32_t, ADictionary_2_System_Object_System_Int32__GetPreviousIndex_1, (ADictionary_2_System_Object_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00FEDC20, bool, ADictionary_2_System_Object_System_Int32__GetPreviousKey, (ADictionary_2_System_Object_System_Int32_ * __this, int32_t * index, Object * * key, MethodInfo * method)); DO_APP_FUNC(0x00FEDCB0, bool, ADictionary_2_System_Object_System_Int32__GetPreviousValue, (ADictionary_2_System_Object_System_Int32_ * __this, int32_t * index, int32_t * value, MethodInfo * method)); DO_APP_FUNC(0x00FED5A0, int32_t, ADictionary_2_System_Object_System_Int32__GetValueAt, (ADictionary_2_System_Object_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8FB8, ADictionary_2_System_Object_System_Int32__GetValueAt__MethodInfo); DO_APP_FUNC(0x00FED0D0, int32_t, ADictionary_2_System_Object_System_Int32__GetValueSafe, (ADictionary_2_System_Object_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00FED130, int32_t, ADictionary_2_System_Object_System_Int32__IndexOfKey, (ADictionary_2_System_Object_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9000, ADictionary_2_System_Object_System_Int32__IndexOfKey__MethodInfo); DO_APP_FUNC(0x00FED370, int32_t, ADictionary_2_System_Object_System_Int32__IndexOfValue, (ADictionary_2_System_Object_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00FE9CE0, bool, ADictionary_2_System_Object_System_Int32__IsValidAt, (ADictionary_2_System_Object_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00FEE100, void, ADictionary_2_System_Object_System_Int32__LIeljCbdoWdgBAecluMnblrpCnHu, (ADictionary_2_System_Object_System_Int32_ * __this, int32_t param_0000c67b, MethodInfo * method)); DO_APP_FUNC(0x00FEE790, void, ADictionary_2_System_Object_System_Int32__RXshytQnlmeNgZUJYfJIoXnXfthe, (ADictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FEE820, void, ADictionary_2_System_Object_System_Int32__RXshytQnlmeNgZUJYfJIoXnXfthe_1, (ADictionary_2_System_Object_System_Int32_ * __this, int32_t param_0000c67f, bool param_0000c680, MethodInfo * method)); DO_APP_FUNC(0x00FECD00, bool, ADictionary_2_System_Object_System_Int32__Remove, (ADictionary_2_System_Object_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9008, ADictionary_2_System_Object_System_Int32__Remove__MethodInfo); DO_APP_FUNC(0x00FEDE00, bool, ADictionary_2_System_Object_System_Int32__RemoveAt, (ADictionary_2_System_Object_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8FA0, ADictionary_2_System_Object_System_Int32__RemoveAt__MethodInfo); DO_APP_FUNC(0x00FEFBA0, bool, ADictionary_2_System_Object_System_Int32__SEWwbgHBQLAROdofEOGHCOsIuokPA, (Object * param_0000c68f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8F58, ADictionary_2_System_Object_System_Int32__SEWwbgHBQLAROdofEOGHCOsIuokPA__MethodInfo); DO_APP_FUNC(0x00FEEB00, void, ADictionary_2_System_Object_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (ADictionary_2_System_Object_System_Int32_ * __this, KeyValuePair_2_System_Object_System_Int32_ param_0000c681, MethodInfo * method)); DO_APP_FUNC(0x00FEEB20, bool, ADictionary_2_System_Object_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (ADictionary_2_System_Object_System_Int32_ * __this, KeyValuePair_2_System_Object_System_Int32_ param_0000c682, MethodInfo * method)); DO_APP_FUNC(0x00FE7BF0, void, ADictionary_2_System_Object_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (ADictionary_2_System_Object_System_Int32_ * __this, KeyValuePair_2_System_Object_System_Int32___Array * param_0000c684, int32_t param_0000c685, MethodInfo * method)); DO_APP_FUNC(0x00FEEC00, bool, ADictionary_2_System_Object_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (ADictionary_2_System_Object_System_Int32_ * __this, KeyValuePair_2_System_Object_System_Int32_ param_0000c683, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_System_Object_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (ADictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5050, ICollection_1_System_Object_ *, ADictionary_2_System_Object_System_Int32__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (ADictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5120, ICollection_1_System_Int32_ *, ADictionary_2_System_Object_System_Int32__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (ADictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FEB4A0, IEnumerator_1_KeyValuePair_2_System_Object_System_Int32_ *, ADictionary_2_System_Object_System_Int32__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (ADictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FEED00, void, ADictionary_2_System_Object_System_Int32__System_Collections_ICollection_CopyTo, (ADictionary_2_System_Object_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8F90, ADictionary_2_System_Object_System_Int32__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_System_Object_System_Int32__System_Collections_ICollection_get_IsSynchronized, (ADictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, Object *, ADictionary_2_System_Object_System_Int32__System_Collections_ICollection_get_SyncRoot, (ADictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FEF6D0, void, ADictionary_2_System_Object_System_Int32__System_Collections_IDictionary_Add, (ADictionary_2_System_Object_System_Int32_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8F68, ADictionary_2_System_Object_System_Int32__System_Collections_IDictionary_Add__MethodInfo); DO_APP_FUNC(0x00FEF950, bool, ADictionary_2_System_Object_System_Int32__System_Collections_IDictionary_Contains, (ADictionary_2_System_Object_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00FEC3A0, IDictionaryEnumerator *, ADictionary_2_System_Object_System_Int32__System_Collections_IDictionary_GetEnumerator, (ADictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FEFA80, void, ADictionary_2_System_Object_System_Int32__System_Collections_IDictionary_Remove, (ADictionary_2_System_Object_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_System_Object_System_Int32__System_Collections_IDictionary_get_IsFixedSize, (ADictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_System_Object_System_Int32__System_Collections_IDictionary_get_IsReadOnly, (ADictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FEF2D0, Object *, ADictionary_2_System_Object_System_Int32__System_Collections_IDictionary_get_Item, (ADictionary_2_System_Object_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00FE8210, ICollection *, ADictionary_2_System_Object_System_Int32__System_Collections_IDictionary_get_Keys, (ADictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE8240, ICollection *, ADictionary_2_System_Object_System_Int32__System_Collections_IDictionary_get_Values, (ADictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FEF450, void, ADictionary_2_System_Object_System_Int32__System_Collections_IDictionary_set_Item, (ADictionary_2_System_Object_System_Int32_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8F50, ADictionary_2_System_Object_System_Int32__System_Collections_IDictionary_set_Item__MethodInfo); DO_APP_FUNC(0x00FEB4A0, IEnumerator *, ADictionary_2_System_Object_System_Int32__System_Collections_IEnumerable_GetEnumerator, (ADictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FED8D0, bool, ADictionary_2_System_Object_System_Int32__TryGetEntryAt, (ADictionary_2_System_Object_System_Int32_ * __this, int32_t index, KeyValuePair_2_System_Object_System_Int32_ * entry, MethodInfo * method)); DO_APP_FUNC(0x00FED7D0, bool, ADictionary_2_System_Object_System_Int32__TryGetKeyAt, (ADictionary_2_System_Object_System_Int32_ * __this, int32_t index, Object * * key, MethodInfo * method)); DO_APP_FUNC(0x00FED060, bool, ADictionary_2_System_Object_System_Int32__TryGetValue, (ADictionary_2_System_Object_System_Int32_ * __this, Object * key, int32_t * value, MethodInfo * method)); DO_APP_FUNC(0x00FED870, bool, ADictionary_2_System_Object_System_Int32__TryGetValueAt, (ADictionary_2_System_Object_System_Int32_ * __this, int32_t index, int32_t * value, MethodInfo * method)); DO_APP_FUNC(0x00FE5040, int32_t, ADictionary_2_System_Object_System_Int32__get_Count, (ADictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE98D0, int32_t, ADictionary_2_System_Object_System_Int32__get_IndexOfFirst, (ADictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE9920, int32_t, ADictionary_2_System_Object_System_Int32__get_IndexOfLast, (ADictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FEC6B0, int32_t, ADictionary_2_System_Object_System_Int32__get_Item, (ADictionary_2_System_Object_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9058, ADictionary_2_System_Object_System_Int32__get_Item__MethodInfo); DO_APP_FUNC(0x003C5320, IEqualityComparer_1_System_Object_ *, ADictionary_2_System_Object_System_Int32__get_KeyComparer, (ADictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5050, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ *, ADictionary_2_System_Object_System_Int32__get_Keys, (ADictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, ADictionary_2_System_Object_System_Int32__get_TotalCount, (ADictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, IEqualityComparer_1_System_Int32_ *, ADictionary_2_System_Object_System_Int32__get_ValueComparer, (ADictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5120, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ *, ADictionary_2_System_Object_System_Int32__get_Values, (ADictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5420, void, ADictionary_2_System_Object_System_Int32__set_Item, (ADictionary_2_System_Object_System_Int32_ * __this, Object * key, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00FE51F0, void, ADictionary_2_System_Object_System_Int32__set_KeyComparer, (ADictionary_2_System_Object_System_Int32_ * __this, IEqualityComparer_1_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x00FE5280, void, ADictionary_2_System_Object_System_Int32__set_ValueComparer, (ADictionary_2_System_Object_System_Int32_ * __this, IEqualityComparer_1_System_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x00FEE2E0, void, ADictionary_2_System_Object_System_Int32__xWtHrTSuscpEZQwphRXafQBqQlMJ, (ADictionary_2_System_Object_System_Int32_ * __this, Object * param_0000c67c, int32_t param_0000c67d, bool param_0000c67e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8FD0, ADictionary_2_System_Object_System_Int32__xWtHrTSuscpEZQwphRXafQBqQlMJ__MethodInfo); DO_APP_FUNC(0x00CA9ED0, void, ADictionary_2_System_Object_System_Int32Enum__AoRSVrhVZVojMyCPSJVQbMSwlsoA, (Object * param_0000c690, String * param_0000c691, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60F78, ADictionary_2_System_Object_System_Int32Enum__AoRSVrhVZVojMyCPSJVQbMSwlsoA__MethodInfo); DO_APP_FUNC(0x00FF2550, void, ADictionary_2_System_Object_System_Int32Enum___cctor, (MethodInfo * method)); DO_APP_FUNC(0x00FE5450, void, ADictionary_2_System_Object_System_Int32Enum___ctor, (ADictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5790, void, ADictionary_2_System_Object_System_Int32Enum___ctor_1, (ADictionary_2_System_Object_System_Int32Enum_ * __this, IDictionary_2_System_Object_System_Int32Enum_ * param_0000c64e, MethodInfo * method)); DO_APP_FUNC(0x00FE5480, void, ADictionary_2_System_Object_System_Int32Enum___ctor_2, (ADictionary_2_System_Object_System_Int32Enum_ * __this, IEqualityComparer_1_System_Object_ * param_0000c645, MethodInfo * method)); DO_APP_FUNC(0x00FE54E0, void, ADictionary_2_System_Object_System_Int32Enum___ctor_3, (ADictionary_2_System_Object_System_Int32Enum_ * __this, int32_t param_0000c648, MethodInfo * method)); DO_APP_FUNC(0x00FE57C0, void, ADictionary_2_System_Object_System_Int32Enum___ctor_4, (ADictionary_2_System_Object_System_Int32Enum_ * __this, IDictionary_2_System_Object_System_Int32Enum_ * param_0000c64f, IEqualityComparer_1_System_Object_ * param_0000c650, MethodInfo * method)); DO_APP_FUNC(0x00FE54B0, void, ADictionary_2_System_Object_System_Int32Enum___ctor_5, (ADictionary_2_System_Object_System_Int32Enum_ * __this, IEqualityComparer_1_System_Object_ * param_0000c646, IEqualityComparer_1_System_Int32Enum_ * param_0000c647, MethodInfo * method)); DO_APP_FUNC(0x00FE5510, void, ADictionary_2_System_Object_System_Int32Enum___ctor_6, (ADictionary_2_System_Object_System_Int32Enum_ * __this, int32_t param_0000c649, IEqualityComparer_1_System_Object_ * param_0000c64a, MethodInfo * method)); DO_APP_FUNC(0x00FF0120, void, ADictionary_2_System_Object_System_Int32Enum___ctor_7, (ADictionary_2_System_Object_System_Int32Enum_ * __this, IDictionary_2_System_Object_System_Int32Enum_ * param_0000c651, IEqualityComparer_1_System_Object_ * param_0000c652, IEqualityComparer_1_System_Int32Enum_ * param_0000c653, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8F30, ADictionary_2_System_Object_System_Int32Enum___ctor_7__MethodInfo); DO_APP_FUNC(0x00FEFED0, void, ADictionary_2_System_Object_System_Int32Enum___ctor_8, (ADictionary_2_System_Object_System_Int32Enum_ * __this, int32_t param_0000c64b, IEqualityComparer_1_System_Object_ * param_0000c64c, IEqualityComparer_1_System_Int32Enum_ * param_0000c64d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8F08, ADictionary_2_System_Object_System_Int32Enum___ctor_8__MethodInfo); DO_APP_FUNC(0x00FE5AC0, void, ADictionary_2_System_Object_System_Int32Enum__Add, (ADictionary_2_System_Object_System_Int32Enum_ * __this, Object * key, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00FE5AF0, void, ADictionary_2_System_Object_System_Int32Enum__Clear, (ADictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5B80, bool, ADictionary_2_System_Object_System_Int32Enum__ContainsKey, (ADictionary_2_System_Object_System_Int32Enum_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00FE5BC0, bool, ADictionary_2_System_Object_System_Int32Enum__ContainsValue, (ADictionary_2_System_Object_System_Int32Enum_ * __this, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00FF0DA0, void, ADictionary_2_System_Object_System_Int32Enum__CopyTo, (ADictionary_2_System_Object_System_Int32Enum_ * __this, KeyValuePair_2_System_Object_System_Int32Enum___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8EF0, ADictionary_2_System_Object_System_Int32Enum__CopyTo__MethodInfo); DO_APP_FUNC(0x00FF0BA0, KeyValuePair_2_System_Object_System_Int32Enum_, ADictionary_2_System_Object_System_Int32Enum__GetEntryAt, (ADictionary_2_System_Object_System_Int32Enum_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8EA0, ADictionary_2_System_Object_System_Int32Enum__GetEntryAt__MethodInfo); DO_APP_FUNC(0x00FE9450, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum_, ADictionary_2_System_Object_System_Int32Enum__GetEnumerator, (ADictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FF09B0, Object *, ADictionary_2_System_Object_System_Int32Enum__GetKeyAt, (ADictionary_2_System_Object_System_Int32Enum_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8EC0, ADictionary_2_System_Object_System_Int32Enum__GetKeyAt__MethodInfo); DO_APP_FUNC(0x00FEDB40, bool, ADictionary_2_System_Object_System_Int32Enum__GetNextEntry, (ADictionary_2_System_Object_System_Int32Enum_ * __this, int32_t * index, KeyValuePair_2_System_Object_System_Int32Enum_ * entry, MethodInfo * method)); DO_APP_FUNC(0x00FEA2B0, bool, ADictionary_2_System_Object_System_Int32Enum__GetNextIndex, (ADictionary_2_System_Object_System_Int32Enum_ * __this, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x00FEA310, int32_t, ADictionary_2_System_Object_System_Int32Enum__GetNextIndex_1, (ADictionary_2_System_Object_System_Int32Enum_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00FEDA20, bool, ADictionary_2_System_Object_System_Int32Enum__GetNextKey, (ADictionary_2_System_Object_System_Int32Enum_ * __this, int32_t * index, Object * * key, MethodInfo * method)); DO_APP_FUNC(0x00FEDAB0, bool, ADictionary_2_System_Object_System_Int32Enum__GetNextValue, (ADictionary_2_System_Object_System_Int32Enum_ * __this, int32_t * index, Int32Enum__Enum * value, MethodInfo * method)); DO_APP_FUNC(0x00FEDD30, bool, ADictionary_2_System_Object_System_Int32Enum__GetPreviousEntry, (ADictionary_2_System_Object_System_Int32Enum_ * __this, int32_t * index, KeyValuePair_2_System_Object_System_Int32Enum_ * entry, MethodInfo * method)); DO_APP_FUNC(0x00FEA560, bool, ADictionary_2_System_Object_System_Int32Enum__GetPreviousIndex, (ADictionary_2_System_Object_System_Int32Enum_ * __this, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x00FEA5C0, int32_t, ADictionary_2_System_Object_System_Int32Enum__GetPreviousIndex_1, (ADictionary_2_System_Object_System_Int32Enum_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00FEDC20, bool, ADictionary_2_System_Object_System_Int32Enum__GetPreviousKey, (ADictionary_2_System_Object_System_Int32Enum_ * __this, int32_t * index, Object * * key, MethodInfo * method)); DO_APP_FUNC(0x00FEDCB0, bool, ADictionary_2_System_Object_System_Int32Enum__GetPreviousValue, (ADictionary_2_System_Object_System_Int32Enum_ * __this, int32_t * index, Int32Enum__Enum * value, MethodInfo * method)); DO_APP_FUNC(0x00FF0AA0, Int32Enum__Enum, ADictionary_2_System_Object_System_Int32Enum__GetValueAt, (ADictionary_2_System_Object_System_Int32Enum_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8EB0, ADictionary_2_System_Object_System_Int32Enum__GetValueAt__MethodInfo); DO_APP_FUNC(0x00FED0D0, Int32Enum__Enum, ADictionary_2_System_Object_System_Int32Enum__GetValueSafe, (ADictionary_2_System_Object_System_Int32Enum_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00FF0770, int32_t, ADictionary_2_System_Object_System_Int32Enum__IndexOfKey, (ADictionary_2_System_Object_System_Int32Enum_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8ED0, ADictionary_2_System_Object_System_Int32Enum__IndexOfKey__MethodInfo); DO_APP_FUNC(0x00FED370, int32_t, ADictionary_2_System_Object_System_Int32Enum__IndexOfValue, (ADictionary_2_System_Object_System_Int32Enum_ * __this, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00FE9CE0, bool, ADictionary_2_System_Object_System_Int32Enum__IsValidAt, (ADictionary_2_System_Object_System_Int32Enum_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00FF0FD0, void, ADictionary_2_System_Object_System_Int32Enum__LIeljCbdoWdgBAecluMnblrpCnHu, (ADictionary_2_System_Object_System_Int32Enum_ * __this, int32_t param_0000c67b, MethodInfo * method)); DO_APP_FUNC(0x00FF1660, void, ADictionary_2_System_Object_System_Int32Enum__RXshytQnlmeNgZUJYfJIoXnXfthe, (ADictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FF16F0, void, ADictionary_2_System_Object_System_Int32Enum__RXshytQnlmeNgZUJYfJIoXnXfthe_1, (ADictionary_2_System_Object_System_Int32Enum_ * __this, int32_t param_0000c67f, bool param_0000c680, MethodInfo * method)); DO_APP_FUNC(0x00FF0410, bool, ADictionary_2_System_Object_System_Int32Enum__Remove, (ADictionary_2_System_Object_System_Int32Enum_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8F28, ADictionary_2_System_Object_System_Int32Enum__Remove__MethodInfo); DO_APP_FUNC(0x00FF0CD0, bool, ADictionary_2_System_Object_System_Int32Enum__RemoveAt, (ADictionary_2_System_Object_System_Int32Enum_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8EF8, ADictionary_2_System_Object_System_Int32Enum__RemoveAt__MethodInfo); DO_APP_FUNC(0x00FF24A0, bool, ADictionary_2_System_Object_System_Int32Enum__SEWwbgHBQLAROdofEOGHCOsIuokPA, (Object * param_0000c68f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8E70, ADictionary_2_System_Object_System_Int32Enum__SEWwbgHBQLAROdofEOGHCOsIuokPA__MethodInfo); DO_APP_FUNC(0x00FEEB00, void, ADictionary_2_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (ADictionary_2_System_Object_System_Int32Enum_ * __this, KeyValuePair_2_System_Object_System_Int32Enum_ param_0000c681, MethodInfo * method)); DO_APP_FUNC(0x00FEEB20, bool, ADictionary_2_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (ADictionary_2_System_Object_System_Int32Enum_ * __this, KeyValuePair_2_System_Object_System_Int32Enum_ param_0000c682, MethodInfo * method)); DO_APP_FUNC(0x00FE7BF0, void, ADictionary_2_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (ADictionary_2_System_Object_System_Int32Enum_ * __this, KeyValuePair_2_System_Object_System_Int32Enum___Array * param_0000c684, int32_t param_0000c685, MethodInfo * method)); DO_APP_FUNC(0x00FEEC00, bool, ADictionary_2_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (ADictionary_2_System_Object_System_Int32Enum_ * __this, KeyValuePair_2_System_Object_System_Int32Enum_ param_0000c683, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (ADictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5050, ICollection_1_System_Object_ *, ADictionary_2_System_Object_System_Int32Enum__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (ADictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5120, ICollection_1_System_Int32Enum_ *, ADictionary_2_System_Object_System_Int32Enum__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (ADictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FEB4A0, IEnumerator_1_KeyValuePair_2_System_Object_System_Int32Enum_ *, ADictionary_2_System_Object_System_Int32Enum__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (ADictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FF19D0, void, ADictionary_2_System_Object_System_Int32Enum__System_Collections_ICollection_CopyTo, (ADictionary_2_System_Object_System_Int32Enum_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8E88, ADictionary_2_System_Object_System_Int32Enum__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_System_Object_System_Int32Enum__System_Collections_ICollection_get_IsSynchronized, (ADictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, Object *, ADictionary_2_System_Object_System_Int32Enum__System_Collections_ICollection_get_SyncRoot, (ADictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FF2220, void, ADictionary_2_System_Object_System_Int32Enum__System_Collections_IDictionary_Add, (ADictionary_2_System_Object_System_Int32Enum_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8E78, ADictionary_2_System_Object_System_Int32Enum__System_Collections_IDictionary_Add__MethodInfo); DO_APP_FUNC(0x00FEF950, bool, ADictionary_2_System_Object_System_Int32Enum__System_Collections_IDictionary_Contains, (ADictionary_2_System_Object_System_Int32Enum_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00FEC3A0, IDictionaryEnumerator *, ADictionary_2_System_Object_System_Int32Enum__System_Collections_IDictionary_GetEnumerator, (ADictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FEFA80, void, ADictionary_2_System_Object_System_Int32Enum__System_Collections_IDictionary_Remove, (ADictionary_2_System_Object_System_Int32Enum_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_System_Object_System_Int32Enum__System_Collections_IDictionary_get_IsFixedSize, (ADictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_System_Object_System_Int32Enum__System_Collections_IDictionary_get_IsReadOnly, (ADictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FEF2D0, Object *, ADictionary_2_System_Object_System_Int32Enum__System_Collections_IDictionary_get_Item, (ADictionary_2_System_Object_System_Int32Enum_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00FE8210, ICollection *, ADictionary_2_System_Object_System_Int32Enum__System_Collections_IDictionary_get_Keys, (ADictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE8240, ICollection *, ADictionary_2_System_Object_System_Int32Enum__System_Collections_IDictionary_get_Values, (ADictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FF1FA0, void, ADictionary_2_System_Object_System_Int32Enum__System_Collections_IDictionary_set_Item, (ADictionary_2_System_Object_System_Int32Enum_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8E60, ADictionary_2_System_Object_System_Int32Enum__System_Collections_IDictionary_set_Item__MethodInfo); DO_APP_FUNC(0x00FEB4A0, IEnumerator *, ADictionary_2_System_Object_System_Int32Enum__System_Collections_IEnumerable_GetEnumerator, (ADictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FED8D0, bool, ADictionary_2_System_Object_System_Int32Enum__TryGetEntryAt, (ADictionary_2_System_Object_System_Int32Enum_ * __this, int32_t index, KeyValuePair_2_System_Object_System_Int32Enum_ * entry, MethodInfo * method)); DO_APP_FUNC(0x00FED7D0, bool, ADictionary_2_System_Object_System_Int32Enum__TryGetKeyAt, (ADictionary_2_System_Object_System_Int32Enum_ * __this, int32_t index, Object * * key, MethodInfo * method)); DO_APP_FUNC(0x00FED060, bool, ADictionary_2_System_Object_System_Int32Enum__TryGetValue, (ADictionary_2_System_Object_System_Int32Enum_ * __this, Object * key, Int32Enum__Enum * value, MethodInfo * method)); DO_APP_FUNC(0x00FED870, bool, ADictionary_2_System_Object_System_Int32Enum__TryGetValueAt, (ADictionary_2_System_Object_System_Int32Enum_ * __this, int32_t index, Int32Enum__Enum * value, MethodInfo * method)); DO_APP_FUNC(0x00FE5040, int32_t, ADictionary_2_System_Object_System_Int32Enum__get_Count, (ADictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE98D0, int32_t, ADictionary_2_System_Object_System_Int32Enum__get_IndexOfFirst, (ADictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE9920, int32_t, ADictionary_2_System_Object_System_Int32Enum__get_IndexOfLast, (ADictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FEFDC0, Int32Enum__Enum, ADictionary_2_System_Object_System_Int32Enum__get_Item, (ADictionary_2_System_Object_System_Int32Enum_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8F20, ADictionary_2_System_Object_System_Int32Enum__get_Item__MethodInfo); DO_APP_FUNC(0x003C5320, IEqualityComparer_1_System_Object_ *, ADictionary_2_System_Object_System_Int32Enum__get_KeyComparer, (ADictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5050, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ *, ADictionary_2_System_Object_System_Int32Enum__get_Keys, (ADictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, ADictionary_2_System_Object_System_Int32Enum__get_TotalCount, (ADictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, IEqualityComparer_1_System_Int32Enum_ *, ADictionary_2_System_Object_System_Int32Enum__get_ValueComparer, (ADictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5120, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ *, ADictionary_2_System_Object_System_Int32Enum__get_Values, (ADictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5420, void, ADictionary_2_System_Object_System_Int32Enum__set_Item, (ADictionary_2_System_Object_System_Int32Enum_ * __this, Object * key, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00FE51F0, void, ADictionary_2_System_Object_System_Int32Enum__set_KeyComparer, (ADictionary_2_System_Object_System_Int32Enum_ * __this, IEqualityComparer_1_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x00FE5280, void, ADictionary_2_System_Object_System_Int32Enum__set_ValueComparer, (ADictionary_2_System_Object_System_Int32Enum_ * __this, IEqualityComparer_1_System_Int32Enum_ * value, MethodInfo * method)); DO_APP_FUNC(0x00FF11B0, void, ADictionary_2_System_Object_System_Int32Enum__xWtHrTSuscpEZQwphRXafQBqQlMJ, (ADictionary_2_System_Object_System_Int32Enum_ * __this, Object * param_0000c67c, Int32Enum__Enum param_0000c67d, bool param_0000c67e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8E80, ADictionary_2_System_Object_System_Int32Enum__xWtHrTSuscpEZQwphRXafQBqQlMJ__MethodInfo); DO_APP_FUNC(0x00ACD900, void, ADictionary_2_System_Object_System_Object__AoRSVrhVZVojMyCPSJVQbMSwlsoA, (Object * param_0000c690, String * param_0000c691, MethodInfo * method)); DO_APP_FUNC(0x01341300, void, ADictionary_2_System_Object_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x00FE5450, void, ADictionary_2_System_Object_System_Object___ctor, (ADictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5790, void, ADictionary_2_System_Object_System_Object___ctor_1, (ADictionary_2_System_Object_System_Object_ * __this, IDictionary_2_System_Object_System_Object_ * param_0000c64e, MethodInfo * method)); DO_APP_FUNC(0x00FE5480, void, ADictionary_2_System_Object_System_Object___ctor_2, (ADictionary_2_System_Object_System_Object_ * __this, IEqualityComparer_1_System_Object_ * param_0000c645, MethodInfo * method)); DO_APP_FUNC(0x00FE54E0, void, ADictionary_2_System_Object_System_Object___ctor_3, (ADictionary_2_System_Object_System_Object_ * __this, int32_t param_0000c648, MethodInfo * method)); DO_APP_FUNC(0x00FE57C0, void, ADictionary_2_System_Object_System_Object___ctor_4, (ADictionary_2_System_Object_System_Object_ * __this, IDictionary_2_System_Object_System_Object_ * param_0000c64f, IEqualityComparer_1_System_Object_ * param_0000c650, MethodInfo * method)); DO_APP_FUNC(0x00FE54B0, void, ADictionary_2_System_Object_System_Object___ctor_5, (ADictionary_2_System_Object_System_Object_ * __this, IEqualityComparer_1_System_Object_ * param_0000c646, IEqualityComparer_1_System_Object_ * param_0000c647, MethodInfo * method)); DO_APP_FUNC(0x00FE5510, void, ADictionary_2_System_Object_System_Object___ctor_6, (ADictionary_2_System_Object_System_Object_ * __this, int32_t param_0000c649, IEqualityComparer_1_System_Object_ * param_0000c64a, MethodInfo * method)); DO_APP_FUNC(0x0133E830, void, ADictionary_2_System_Object_System_Object___ctor_7, (ADictionary_2_System_Object_System_Object_ * __this, IDictionary_2_System_Object_System_Object_ * param_0000c651, IEqualityComparer_1_System_Object_ * param_0000c652, IEqualityComparer_1_System_Object_ * param_0000c653, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C038, ADictionary_2_System_Object_System_Object___ctor_7__MethodInfo); DO_APP_FUNC(0x0133E5E0, void, ADictionary_2_System_Object_System_Object___ctor_8, (ADictionary_2_System_Object_System_Object_ * __this, int32_t param_0000c64b, IEqualityComparer_1_System_Object_ * param_0000c64c, IEqualityComparer_1_System_Object_ * param_0000c64d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C0C0, ADictionary_2_System_Object_System_Object___ctor_8__MethodInfo); DO_APP_FUNC(0x00FE5AC0, void, ADictionary_2_System_Object_System_Object__Add, (ADictionary_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00FE5AF0, void, ADictionary_2_System_Object_System_Object__Clear, (ADictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5B80, bool, ADictionary_2_System_Object_System_Object__ContainsKey, (ADictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00FE5BC0, bool, ADictionary_2_System_Object_System_Object__ContainsValue, (ADictionary_2_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0133F7B0, void, ADictionary_2_System_Object_System_Object__CopyTo, (ADictionary_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C010, ADictionary_2_System_Object_System_Object__CopyTo__MethodInfo); DO_APP_FUNC(0x0133F2C0, KeyValuePair_2_System_Object_System_Object_, ADictionary_2_System_Object_System_Object__GetEntryAt, (ADictionary_2_System_Object_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C080, ADictionary_2_System_Object_System_Object__GetEntryAt__MethodInfo); DO_APP_FUNC(0x00FE9450, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_, ADictionary_2_System_Object_System_Object__GetEnumerator, (ADictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0133F0D0, Object *, ADictionary_2_System_Object_System_Object__GetKeyAt, (ADictionary_2_System_Object_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C068, ADictionary_2_System_Object_System_Object__GetKeyAt__MethodInfo); DO_APP_FUNC(0x0133F520, bool, ADictionary_2_System_Object_System_Object__GetNextEntry, (ADictionary_2_System_Object_System_Object_ * __this, int32_t * index, KeyValuePair_2_System_Object_System_Object_ * entry, MethodInfo * method)); DO_APP_FUNC(0x00FEA2B0, bool, ADictionary_2_System_Object_System_Object__GetNextIndex, (ADictionary_2_System_Object_System_Object_ * __this, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x00FEA310, int32_t, ADictionary_2_System_Object_System_Object__GetNextIndex_1, (ADictionary_2_System_Object_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00FEDA20, bool, ADictionary_2_System_Object_System_Object__GetNextKey, (ADictionary_2_System_Object_System_Object_ * __this, int32_t * index, Object * * key, MethodInfo * method)); DO_APP_FUNC(0x00FEA3F0, bool, ADictionary_2_System_Object_System_Object__GetNextValue, (ADictionary_2_System_Object_System_Object_ * __this, int32_t * index, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x0133F600, bool, ADictionary_2_System_Object_System_Object__GetPreviousEntry, (ADictionary_2_System_Object_System_Object_ * __this, int32_t * index, KeyValuePair_2_System_Object_System_Object_ * entry, MethodInfo * method)); DO_APP_FUNC(0x00FEA560, bool, ADictionary_2_System_Object_System_Object__GetPreviousIndex, (ADictionary_2_System_Object_System_Object_ * __this, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x00FEA5C0, int32_t, ADictionary_2_System_Object_System_Object__GetPreviousIndex_1, (ADictionary_2_System_Object_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00FEDC20, bool, ADictionary_2_System_Object_System_Object__GetPreviousKey, (ADictionary_2_System_Object_System_Object_ * __this, int32_t * index, Object * * key, MethodInfo * method)); DO_APP_FUNC(0x00FEA690, bool, ADictionary_2_System_Object_System_Object__GetPreviousValue, (ADictionary_2_System_Object_System_Object_ * __this, int32_t * index, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x0133F1C0, Object *, ADictionary_2_System_Object_System_Object__GetValueAt, (ADictionary_2_System_Object_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C070, ADictionary_2_System_Object_System_Object__GetValueAt__MethodInfo); DO_APP_FUNC(0x00FE9870, Object *, ADictionary_2_System_Object_System_Object__GetValueSafe, (ADictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0133EE90, int32_t, ADictionary_2_System_Object_System_Object__IndexOfKey, (ADictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C058, ADictionary_2_System_Object_System_Object__IndexOfKey__MethodInfo); DO_APP_FUNC(0x00FE9B40, int32_t, ADictionary_2_System_Object_System_Object__IndexOfValue, (ADictionary_2_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00FE9CE0, bool, ADictionary_2_System_Object_System_Object__IsValidAt, (ADictionary_2_System_Object_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0133FA00, void, ADictionary_2_System_Object_System_Object__LIeljCbdoWdgBAecluMnblrpCnHu, (ADictionary_2_System_Object_System_Object_ * __this, int32_t param_0000c67b, MethodInfo * method)); DO_APP_FUNC(0x01340120, void, ADictionary_2_System_Object_System_Object__RXshytQnlmeNgZUJYfJIoXnXfthe, (ADictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013401B0, void, ADictionary_2_System_Object_System_Object__RXshytQnlmeNgZUJYfJIoXnXfthe_1, (ADictionary_2_System_Object_System_Object_ * __this, int32_t param_0000c67f, bool param_0000c680, MethodInfo * method)); DO_APP_FUNC(0x0133EB20, bool, ADictionary_2_System_Object_System_Object__Remove, (ADictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C048, ADictionary_2_System_Object_System_Object__Remove__MethodInfo); DO_APP_FUNC(0x0133F6E0, bool, ADictionary_2_System_Object_System_Object__RemoveAt, (ADictionary_2_System_Object_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C090, ADictionary_2_System_Object_System_Object__RemoveAt__MethodInfo); DO_APP_FUNC(0x01341250, bool, ADictionary_2_System_Object_System_Object__SEWwbgHBQLAROdofEOGHCOsIuokPA, (Object * param_0000c68f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BFB0, ADictionary_2_System_Object_System_Object__SEWwbgHBQLAROdofEOGHCOsIuokPA__MethodInfo); DO_APP_FUNC(0x01340490, void, ADictionary_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (ADictionary_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ param_0000c681, MethodInfo * method)); DO_APP_FUNC(0x013404B0, bool, ADictionary_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (ADictionary_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ param_0000c682, MethodInfo * method)); DO_APP_FUNC(0x00FE7BF0, void, ADictionary_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (ADictionary_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object___Array * param_0000c684, int32_t param_0000c685, MethodInfo * method)); DO_APP_FUNC(0x01340590, bool, ADictionary_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (ADictionary_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ param_0000c683, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (ADictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5050, ICollection_1_System_Object_ *, ADictionary_2_System_Object_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (ADictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5120, ICollection_1_System_Object_ *, ADictionary_2_System_Object_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (ADictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FEB4A0, IEnumerator_1_KeyValuePair_2_System_Object_System_Object_ *, ADictionary_2_System_Object_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (ADictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01340690, void, ADictionary_2_System_Object_System_Object__System_Collections_ICollection_CopyTo, (ADictionary_2_System_Object_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BFE0, ADictionary_2_System_Object_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_System_Object_System_Object__System_Collections_ICollection_get_IsSynchronized, (ADictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, Object *, ADictionary_2_System_Object_System_Object__System_Collections_ICollection_get_SyncRoot, (ADictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01340FD0, void, ADictionary_2_System_Object_System_Object__System_Collections_IDictionary_Add, (ADictionary_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BFA0, ADictionary_2_System_Object_System_Object__System_Collections_IDictionary_Add__MethodInfo); DO_APP_FUNC(0x00FEF950, bool, ADictionary_2_System_Object_System_Object__System_Collections_IDictionary_Contains, (ADictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00FEC3A0, IDictionaryEnumerator *, ADictionary_2_System_Object_System_Object__System_Collections_IDictionary_GetEnumerator, (ADictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FEFA80, void, ADictionary_2_System_Object_System_Object__System_Collections_IDictionary_Remove, (ADictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_System_Object_System_Object__System_Collections_IDictionary_get_IsFixedSize, (ADictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_System_Object_System_Object__System_Collections_IDictionary_get_IsReadOnly, (ADictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01340C00, Object *, ADictionary_2_System_Object_System_Object__System_Collections_IDictionary_get_Item, (ADictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00FE8210, ICollection *, ADictionary_2_System_Object_System_Object__System_Collections_IDictionary_get_Keys, (ADictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE8240, ICollection *, ADictionary_2_System_Object_System_Object__System_Collections_IDictionary_get_Values, (ADictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01340D50, void, ADictionary_2_System_Object_System_Object__System_Collections_IDictionary_set_Item, (ADictionary_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C000, ADictionary_2_System_Object_System_Object__System_Collections_IDictionary_set_Item__MethodInfo); DO_APP_FUNC(0x00FEB4A0, IEnumerator *, ADictionary_2_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (ADictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0133F400, bool, ADictionary_2_System_Object_System_Object__TryGetEntryAt, (ADictionary_2_System_Object_System_Object_ * __this, int32_t index, KeyValuePair_2_System_Object_System_Object_ * entry, MethodInfo * method)); DO_APP_FUNC(0x00FED7D0, bool, ADictionary_2_System_Object_System_Object__TryGetKeyAt, (ADictionary_2_System_Object_System_Object_ * __this, int32_t index, Object * * key, MethodInfo * method)); DO_APP_FUNC(0x00FE97C0, bool, ADictionary_2_System_Object_System_Object__TryGetValue, (ADictionary_2_System_Object_System_Object_ * __this, Object * key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x00FEA0B0, bool, ADictionary_2_System_Object_System_Object__TryGetValueAt, (ADictionary_2_System_Object_System_Object_ * __this, int32_t index, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x00FE5040, int32_t, ADictionary_2_System_Object_System_Object__get_Count, (ADictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE98D0, int32_t, ADictionary_2_System_Object_System_Object__get_IndexOfFirst, (ADictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE9920, int32_t, ADictionary_2_System_Object_System_Object__get_IndexOfLast, (ADictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0133E4D0, Object *, ADictionary_2_System_Object_System_Object__get_Item, (ADictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C0A8, ADictionary_2_System_Object_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x003C5320, IEqualityComparer_1_System_Object_ *, ADictionary_2_System_Object_System_Object__get_KeyComparer, (ADictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5050, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ *, ADictionary_2_System_Object_System_Object__get_Keys, (ADictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, ADictionary_2_System_Object_System_Object__get_TotalCount, (ADictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, IEqualityComparer_1_System_Object_ *, ADictionary_2_System_Object_System_Object__get_ValueComparer, (ADictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5120, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ *, ADictionary_2_System_Object_System_Object__get_Values, (ADictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE5420, void, ADictionary_2_System_Object_System_Object__set_Item, (ADictionary_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00FE51F0, void, ADictionary_2_System_Object_System_Object__set_KeyComparer, (ADictionary_2_System_Object_System_Object_ * __this, IEqualityComparer_1_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x00FE5280, void, ADictionary_2_System_Object_System_Object__set_ValueComparer, (ADictionary_2_System_Object_System_Object_ * __this, IEqualityComparer_1_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x0133FBE0, void, ADictionary_2_System_Object_System_Object__xWtHrTSuscpEZQwphRXafQBqQlMJ, (ADictionary_2_System_Object_System_Object_ * __this, Object * param_0000c67c, Object * param_0000c67d, bool param_0000c67e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C018, ADictionary_2_System_Object_System_Object__xWtHrTSuscpEZQwphRXafQBqQlMJ__MethodInfo); DO_APP_FUNC(0x01346310, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01341680, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___ctor, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013419D0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___ctor_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, IEnumerable_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * param_0000c72b, MethodInfo * method)); DO_APP_FUNC(0x013416B0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___ctor_2, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, int32_t param_0000c725, MethodInfo * method)); DO_APP_FUNC(0x013416E0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___ctor_3, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, int32_t param_0000c726, int32_t param_0000c727, MethodInfo * method)); DO_APP_FUNC(0x01341A00, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___ctor_4, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, IEnumerable_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * param_0000c72c, int32_t param_0000c72d, int32_t param_0000c72e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BF80, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___ctor_4__MethodInfo); DO_APP_FUNC(0x01341710, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___ctor_5, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, int32_t param_0000c728, int32_t param_0000c729, int32_t param_0000c72a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BFD8, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___ctor_5__MethodInfo); DO_APP_FUNC(0x013421E0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__Add, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01342520, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__Add_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * items, int32_t count, int32_t startIndex, bool allowPartialAdd, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BF38, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__Add_1__MethodInfo); DO_APP_FUNC(0x013422D0, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__Add_2, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * items, int32_t count, int32_t startIndex, bool allowPartialAdd, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BF90, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__Add_2__MethodInfo); DO_APP_FUNC(0x01342770, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__AddIfUnique, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01342810, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__AddToFirstOpenSpace, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x013429F0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__AddToFirstOpenSpace_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ openSpaceEquals, MethodInfo * method)); DO_APP_FUNC(0x01343D80, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__AsReadOnly, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013450F0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__Clear, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01342F10, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__Contains, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01342F60, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__Contains_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, IEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__3 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BF60, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__Contains_1__MethodInfo); DO_APP_FUNC(0x013450C0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__CopyTo, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01345040, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__CopyTo_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, int32_t index, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * array, int32_t arrayIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BE78, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__CopyTo_1__MethodInfo); DO_APP_FUNC(0x01346160, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__CreateFixedLengthList, (int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01343E00, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__Exists, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * match, MethodInfo * method)); DO_APP_FUNC(0x01343E40, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__Find, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BF18, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__Find__MethodInfo); DO_APP_FUNC(0x01343F90, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__FindAll, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BF20, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__FindAll__MethodInfo); DO_APP_FUNC(0x01344150, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__FindIndex, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * match, MethodInfo * method)); DO_APP_FUNC(0x013441A0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__FindIndex_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, int32_t startIndex, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * match, MethodInfo * method)); DO_APP_FUNC(0x013441F0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__FindIndex_2, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, int32_t startIndex, int32_t count, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BE90, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__FindIndex_2__MethodInfo); DO_APP_FUNC(0x013443D0, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__FindLast, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BE98, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__FindLast__MethodInfo); DO_APP_FUNC(0x01344520, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__FindLastIndex, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * match, MethodInfo * method)); DO_APP_FUNC(0x01344570, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__FindLastIndex_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, int32_t startIndex, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * match, MethodInfo * method)); DO_APP_FUNC(0x013445C0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__FindLastIndex_2, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, int32_t startIndex, int32_t count, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BEA0, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__FindLastIndex_2__MethodInfo); DO_APP_FUNC(0x01344800, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__ForEach, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, Action_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BEA8, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__ForEach__MethodInfo); DO_APP_FUNC(0x01342130, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__GetRandom, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01343B90, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__GetRange, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BF10, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__GetRange__MethodInfo); DO_APP_FUNC(0x01343100, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__IndexOf, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01343200, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__IndexOf_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, IEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__3 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BED8, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__IndexOf_1__MethodInfo); DO_APP_FUNC(0x01343150, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__IndexOf_2, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013433B0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__IndexOf_3, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, int32_t index, IEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__3 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BEE0, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__IndexOf_3__MethodInfo); DO_APP_FUNC(0x013431A0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__IndexOf_4, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01343560, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__IndexOf_5, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, int32_t index, int32_t count, IEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__3 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BEF0, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__IndexOf_5__MethodInfo); DO_APP_FUNC(0x01342BE0, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__Insert, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, int32_t index, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BF48, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__Insert__MethodInfo); DO_APP_FUNC(0x01345290, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__JVtGSksPczJcppnMKsRCjDjEjUwo, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, int32_t param_0000c77b, int32_t param_0000c77c, MethodInfo * method)); DO_APP_FUNC(0x01344970, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__LastIndexOf, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x013449E0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__LastIndexOf_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BEB0, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__LastIndexOf_1__MethodInfo); DO_APP_FUNC(0x01344AA0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__LastIndexOf_2, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BEC0, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__LastIndexOf_2__MethodInfo); DO_APP_FUNC(0x013452E0, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__RXshytQnlmeNgZUJYfJIoXnXfthe, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, int32_t param_0000c77d, bool param_0000c77e, MethodInfo * method)); DO_APP_FUNC(0x01342D60, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__Remove, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01344C80, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__RemoveAll, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BEC8, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__RemoveAll__MethodInfo); DO_APP_FUNC(0x01342DF0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__RemoveAt, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BF50, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__RemoveAt__MethodInfo); DO_APP_FUNC(0x013437D0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__Reverse, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01343840, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__Reverse_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BEF8, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__Reverse_1__MethodInfo); DO_APP_FUNC(0x01343960, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__Sort, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013439D0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__Sort_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01343A50, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__Sort_2, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, int32_t index, int32_t count, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BF00, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__Sort_2__MethodInfo); DO_APP_FUNC(0x01345420, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_Generic_ICollection_T__Add, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ param_0000c781, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BE88, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_Generic_ICollection_T__Add__MethodInfo); DO_APP_FUNC(0x013454C0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_Generic_ICollection_T__CopyTo, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * param_0000c782, int32_t param_0000c783, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BE40, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_Generic_ICollection_T__CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_Generic_ICollection_T__get_IsReadOnly, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01345650, IEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__3 *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013453F0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_Generic_IList_T__Insert, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, int32_t param_0000c77f, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ param_0000c780, MethodInfo * method)); DO_APP_FUNC(0x01345560, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_ICollection_CopyTo, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BE48, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x003CB0C0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_ICollection_get_Count, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_ICollection_get_IsSynchronized, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013460B0, Object *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_ICollection_get_SyncRoot, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01345650, IEnumerator *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_IEnumerable_GetEnumerator, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01345730, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_IList_Add, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BE60, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_IList_Add__MethodInfo); DO_APP_FUNC(0x013458B0, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_IList_Contains, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BE68, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_IList_Contains__MethodInfo); DO_APP_FUNC(0x01345A30, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_IList_IndexOf, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BE70, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_IList_IndexOf__MethodInfo); DO_APP_FUNC(0x01345BB0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_IList_Insert, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BE08, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_IList_Insert__MethodInfo); DO_APP_FUNC(0x01345D30, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_IList_Remove, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BE10, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_IList_Remove__MethodInfo); DO_APP_FUNC(0x00418D40, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_IList_get_IsReadOnly, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01345EB0, Object *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_IList_get_Item, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01345F30, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_IList_set_Item, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BE18, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_IList_set_Item__MethodInfo); DO_APP_FUNC(0x01344FD0, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__ToArray, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01345120, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__TrimExcess, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01344EC0, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__TrueForAll, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BED0, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__TrueForAll__MethodInfo); DO_APP_FUNC(0x01345160, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__ViygbyuOsHfKbpLBrMqlvpsGdfgp, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, int32_t param_0000c779, bool param_0000c77a, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__get_Capacity, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__get_Count, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__3 *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__get_EqualityComparer, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01341470, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__get_FreeSpace, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3B1C0, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__get_IsFixedSize, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01341510, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__get_Item, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BFC0, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x00A393A0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__get_Version, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01346240, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__hdBkaybMnIvoVIfDlnsddBgBkAQR, (Object * param_0000c790, MethodInfo * method)); DO_APP_FUNC(0x01341480, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__set_EqualityComparer, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, IEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__3 * value, MethodInfo * method)); DO_APP_FUNC(0x013415A0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__set_Item, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, int32_t index, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BFC8, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__set_Item__MethodInfo); DO_APP_FUNC(0x01346310, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01341680, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___ctor, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013419D0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___ctor_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, IEnumerable_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * param_0000c72b, MethodInfo * method)); DO_APP_FUNC(0x013416B0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___ctor_2, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, int32_t param_0000c725, MethodInfo * method)); DO_APP_FUNC(0x013416E0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___ctor_3, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, int32_t param_0000c726, int32_t param_0000c727, MethodInfo * method)); DO_APP_FUNC(0x01346850, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___ctor_4, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, IEnumerable_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * param_0000c72c, int32_t param_0000c72d, int32_t param_0000c72e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BDF8, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___ctor_4__MethodInfo); DO_APP_FUNC(0x01346590, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___ctor_5, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, int32_t param_0000c728, int32_t param_0000c729, int32_t param_0000c72a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BE30, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___ctor_5__MethodInfo); DO_APP_FUNC(0x01346F80, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__Add, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x013472C0, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__Add_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * items, int32_t count, int32_t startIndex, bool allowPartialAdd, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BDB8, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__Add_1__MethodInfo); DO_APP_FUNC(0x01347070, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__Add_2, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * items, int32_t count, int32_t startIndex, bool allowPartialAdd, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BE00, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__Add_2__MethodInfo); DO_APP_FUNC(0x01342770, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__AddIfUnique, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01347510, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__AddToFirstOpenSpace, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x013476F0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__AddToFirstOpenSpace_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ openSpaceEquals, MethodInfo * method)); DO_APP_FUNC(0x01343D80, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__AsReadOnly, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013450F0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__Clear, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01342F10, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__Contains, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01347B80, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__Contains_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, IEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__4 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BDD0, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__Contains_1__MethodInfo); DO_APP_FUNC(0x013450C0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__CopyTo, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01349720, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__CopyTo_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, int32_t index, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * array, int32_t arrayIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BD70, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__CopyTo_1__MethodInfo); DO_APP_FUNC(0x01346160, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__CreateFixedLengthList, (int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01343E00, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__Exists, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * match, MethodInfo * method)); DO_APP_FUNC(0x01348740, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__Find, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BD88, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__Find__MethodInfo); DO_APP_FUNC(0x01348890, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__FindAll, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BD90, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__FindAll__MethodInfo); DO_APP_FUNC(0x01344150, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__FindIndex, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * match, MethodInfo * method)); DO_APP_FUNC(0x013441A0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__FindIndex_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, int32_t startIndex, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * match, MethodInfo * method)); DO_APP_FUNC(0x01348A50, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__FindIndex_2, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, int32_t startIndex, int32_t count, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BD98, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__FindIndex_2__MethodInfo); DO_APP_FUNC(0x01348C30, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__FindLast, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BDA0, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__FindLast__MethodInfo); DO_APP_FUNC(0x01344520, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__FindLastIndex, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * match, MethodInfo * method)); DO_APP_FUNC(0x01344570, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__FindLastIndex_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, int32_t startIndex, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * match, MethodInfo * method)); DO_APP_FUNC(0x01348D80, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__FindLastIndex_2, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, int32_t startIndex, int32_t count, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BDA8, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__FindLastIndex_2__MethodInfo); DO_APP_FUNC(0x01348FC0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__ForEach, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, Action_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BDB0, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__ForEach__MethodInfo); DO_APP_FUNC(0x01342130, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__GetRandom, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01348550, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__GetRange, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BD80, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__GetRange__MethodInfo); DO_APP_FUNC(0x01343100, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__IndexOf, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01347D20, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__IndexOf_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, IEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__4 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BDD8, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__IndexOf_1__MethodInfo); DO_APP_FUNC(0x01343150, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__IndexOf_2, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01347ED0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__IndexOf_3, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, int32_t index, IEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__4 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BDE0, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__IndexOf_3__MethodInfo); DO_APP_FUNC(0x013431A0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__IndexOf_4, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01348080, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__IndexOf_5, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, int32_t index, int32_t count, IEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__4 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BDE8, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__IndexOf_5__MethodInfo); DO_APP_FUNC(0x013478E0, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__Insert, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, int32_t index, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BDC0, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__Insert__MethodInfo); DO_APP_FUNC(0x01345290, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__JVtGSksPczJcppnMKsRCjDjEjUwo, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, int32_t param_0000c77b, int32_t param_0000c77c, MethodInfo * method)); DO_APP_FUNC(0x01344970, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__LastIndexOf, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01349130, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__LastIndexOf_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BD50, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__LastIndexOf_1__MethodInfo); DO_APP_FUNC(0x013491F0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__LastIndexOf_2, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BD58, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__LastIndexOf_2__MethodInfo); DO_APP_FUNC(0x013498D0, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__RXshytQnlmeNgZUJYfJIoXnXfthe, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, int32_t param_0000c77d, bool param_0000c77e, MethodInfo * method)); DO_APP_FUNC(0x01342D60, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__Remove, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x013493D0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__RemoveAll, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BD60, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__RemoveAll__MethodInfo); DO_APP_FUNC(0x01347A60, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__RemoveAt, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BDC8, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__RemoveAt__MethodInfo); DO_APP_FUNC(0x013437D0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__Reverse, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013482F0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__Reverse_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BDF0, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__Reverse_1__MethodInfo); DO_APP_FUNC(0x01343960, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__Sort, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013439D0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__Sort_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01348410, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__Sort_2, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, int32_t index, int32_t count, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BD78, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__Sort_2__MethodInfo); DO_APP_FUNC(0x013499E0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_Generic_ICollection_T__Add, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ param_0000c781, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BD18, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_Generic_ICollection_T__Add__MethodInfo); DO_APP_FUNC(0x01349A80, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_Generic_ICollection_T__CopyTo, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * param_0000c782, int32_t param_0000c783, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BD20, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_Generic_ICollection_T__CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_Generic_ICollection_T__get_IsReadOnly, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01345650, IEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__4 *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013453F0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_Generic_IList_T__Insert, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, int32_t param_0000c77f, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ param_0000c780, MethodInfo * method)); DO_APP_FUNC(0x01349B20, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_ICollection_CopyTo, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BD28, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x003CB0C0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_ICollection_get_Count, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_ICollection_get_IsSynchronized, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0134A510, Object *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_ICollection_get_SyncRoot, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01345650, IEnumerator *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01349C10, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_IList_Add, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BD30, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_IList_Add__MethodInfo); DO_APP_FUNC(0x01349D90, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_IList_Contains, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BD38, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_IList_Contains__MethodInfo); DO_APP_FUNC(0x01349F10, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_IList_IndexOf, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BD40, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_IList_IndexOf__MethodInfo); DO_APP_FUNC(0x0134A090, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_IList_Insert, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BD48, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_IList_Insert__MethodInfo); DO_APP_FUNC(0x0134A210, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_IList_Remove, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BCF0, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_IList_Remove__MethodInfo); DO_APP_FUNC(0x00418D40, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_IList_get_IsReadOnly, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01345EB0, Object *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_IList_get_Item, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0134A390, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_IList_set_Item, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BCF8, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_IList_set_Item__MethodInfo); DO_APP_FUNC(0x01344FD0, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__ToArray, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01345120, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__TrimExcess, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01349610, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__TrueForAll, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BD68, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__TrueForAll__MethodInfo); DO_APP_FUNC(0x013497A0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__ViygbyuOsHfKbpLBrMqlvpsGdfgp, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, int32_t param_0000c779, bool param_0000c77a, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__get_Capacity, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__get_Count, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__4 *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__get_EqualityComparer, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01341470, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__get_FreeSpace, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3B1C0, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__get_IsFixedSize, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01346420, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__get_Item, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BE20, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x00A393A0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__get_Version, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01346240, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__hdBkaybMnIvoVIfDlnsddBgBkAQR, (Object * param_0000c790, MethodInfo * method)); DO_APP_FUNC(0x01341480, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__set_EqualityComparer, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, IEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__4 * value, MethodInfo * method)); DO_APP_FUNC(0x013464B0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__set_Item, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, int32_t index, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BE28, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__set_Item__MethodInfo); DO_APP_FUNC(0x01346310, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01341680, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013419D0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IEnumerable_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * param_0000c72b, MethodInfo * method)); DO_APP_FUNC(0x013416B0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor_2, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t param_0000c725, MethodInfo * method)); DO_APP_FUNC(0x013416E0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor_3, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t param_0000c726, int32_t param_0000c727, MethodInfo * method)); DO_APP_FUNC(0x0134AA10, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor_4, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IEnumerable_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * param_0000c72c, int32_t param_0000c72d, int32_t param_0000c72e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BCD8, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor_4__MethodInfo); DO_APP_FUNC(0x0134A750, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor_5, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t param_0000c728, int32_t param_0000c729, int32_t param_0000c72a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BD10, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor_5__MethodInfo); DO_APP_FUNC(0x0134B210, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Add, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, MethodInfo * method)); DO_APP_FUNC(0x0134B560, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Add_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * items, int32_t count, int32_t startIndex, bool allowPartialAdd, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BCE8, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Add_1__MethodInfo); DO_APP_FUNC(0x0134B310, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Add_2, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * items, int32_t count, int32_t startIndex, bool allowPartialAdd, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BCE0, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Add_2__MethodInfo); DO_APP_FUNC(0x0134B7B0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__AddIfUnique, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, MethodInfo * method)); DO_APP_FUNC(0x0134B870, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__AddToFirstOpenSpace, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, MethodInfo * method)); DO_APP_FUNC(0x0134BA60, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__AddToFirstOpenSpace_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ openSpaceEquals, MethodInfo * method)); DO_APP_FUNC(0x01343D80, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__AsReadOnly, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013450F0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Clear, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0134BFB0, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Contains, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, MethodInfo * method)); DO_APP_FUNC(0x0134C000, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Contains_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, IEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__5 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BC98, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Contains_1__MethodInfo); DO_APP_FUNC(0x013450C0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__CopyTo, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x0134DE70, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__CopyTo_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t index, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * array, int32_t arrayIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BC38, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__CopyTo_1__MethodInfo); DO_APP_FUNC(0x01346160, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__CreateFixedLengthList, (int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01343E00, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Exists, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * match, MethodInfo * method)); DO_APP_FUNC(0x0134CDB0, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Find, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BC48, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Find__MethodInfo); DO_APP_FUNC(0x0134CF10, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__FindAll, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BC50, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__FindAll__MethodInfo); DO_APP_FUNC(0x01344150, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__FindIndex, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * match, MethodInfo * method)); DO_APP_FUNC(0x013441A0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__FindIndex_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t startIndex, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * match, MethodInfo * method)); DO_APP_FUNC(0x0134D0F0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__FindIndex_2, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t startIndex, int32_t count, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BC58, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__FindIndex_2__MethodInfo); DO_APP_FUNC(0x0134D2E0, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__FindLast, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BC60, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__FindLast__MethodInfo); DO_APP_FUNC(0x01344520, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__FindLastIndex, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * match, MethodInfo * method)); DO_APP_FUNC(0x01344570, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__FindLastIndex_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t startIndex, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * match, MethodInfo * method)); DO_APP_FUNC(0x0134D440, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__FindLastIndex_2, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t startIndex, int32_t count, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BC68, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__FindLastIndex_2__MethodInfo); DO_APP_FUNC(0x0134D690, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__ForEach, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Action_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BC70, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__ForEach__MethodInfo); DO_APP_FUNC(0x0134B150, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__GetRandom, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0134CBC0, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__GetRange, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BC40, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__GetRange__MethodInfo); DO_APP_FUNC(0x0134C1D0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__IndexOf, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, MethodInfo * method)); DO_APP_FUNC(0x0134C2F0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__IndexOf_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, IEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__5 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BCA8, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__IndexOf_1__MethodInfo); DO_APP_FUNC(0x0134C220, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__IndexOf_2, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0134C4D0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__IndexOf_3, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, int32_t index, IEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__5 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BCB8, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__IndexOf_3__MethodInfo); DO_APP_FUNC(0x0134C280, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__IndexOf_4, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0134C6B0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__IndexOf_5, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, int32_t index, int32_t count, IEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__5 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BCC0, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__IndexOf_5__MethodInfo); DO_APP_FUNC(0x0134BC60, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Insert, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t index, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BC80, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Insert__MethodInfo); DO_APP_FUNC(0x01345290, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__JVtGSksPczJcppnMKsRCjDjEjUwo, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t param_0000c77b, int32_t param_0000c77c, MethodInfo * method)); DO_APP_FUNC(0x0134D800, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__LastIndexOf, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, MethodInfo * method)); DO_APP_FUNC(0x0134D870, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__LastIndexOf_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BC78, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__LastIndexOf_1__MethodInfo); DO_APP_FUNC(0x0134D930, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__LastIndexOf_2, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BC20, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__LastIndexOf_2__MethodInfo); DO_APP_FUNC(0x0134E020, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__RXshytQnlmeNgZUJYfJIoXnXfthe, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t param_0000c77d, bool param_0000c77e, MethodInfo * method)); DO_APP_FUNC(0x0134BDF0, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Remove, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, MethodInfo * method)); DO_APP_FUNC(0x0134DB20, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__RemoveAll, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BC28, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__RemoveAll__MethodInfo); DO_APP_FUNC(0x0134BE80, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__RemoveAt, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BC88, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__RemoveAt__MethodInfo); DO_APP_FUNC(0x013437D0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Reverse, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0134C960, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Reverse_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BCC8, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Reverse_1__MethodInfo); DO_APP_FUNC(0x01343960, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Sort, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013439D0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Sort_1, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * comparer, MethodInfo * method)); DO_APP_FUNC(0x0134CA80, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Sort_2, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t index, int32_t count, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BCD0, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Sort_2__MethodInfo); DO_APP_FUNC(0x0134E170, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_ICollection_T__Add, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ param_0000c781, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BBD0, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_ICollection_T__Add__MethodInfo); DO_APP_FUNC(0x0134E220, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_ICollection_T__CopyTo, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * param_0000c782, int32_t param_0000c783, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BBE0, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_ICollection_T__CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0134E3B0, IEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__5 *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_IEnumerable_T__GetEnumerator, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0134E130, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_IList_T__Insert, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t param_0000c77f, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ param_0000c780, MethodInfo * method)); DO_APP_FUNC(0x0134E2C0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_ICollection_CopyTo, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BBF0, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x003CB0C0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_ICollection_get_Count, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_ICollection_get_IsSynchronized, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0134EE90, Object *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_ICollection_get_SyncRoot, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0134E3B0, IEnumerator *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEnumerable_GetEnumerator, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0134E4A0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IList_Add, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BBF8, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IList_Add__MethodInfo); DO_APP_FUNC(0x0134E630, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IList_Contains, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BC00, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IList_Contains__MethodInfo); DO_APP_FUNC(0x0134E7C0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IList_IndexOf, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BC08, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IList_IndexOf__MethodInfo); DO_APP_FUNC(0x0134E950, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IList_Insert, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BC10, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IList_Insert__MethodInfo); DO_APP_FUNC(0x0134EAE0, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IList_Remove, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BC18, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IList_Remove__MethodInfo); DO_APP_FUNC(0x00418D40, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IList_get_IsReadOnly, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0134EC70, Object *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IList_get_Item, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0134ED00, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IList_set_Item, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BBB0, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IList_set_Item__MethodInfo); DO_APP_FUNC(0x01344FD0, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__ToArray, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01345120, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__TrimExcess, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0134DD50, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__TrueForAll, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BC30, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__TrueForAll__MethodInfo); DO_APP_FUNC(0x0134DEF0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__ViygbyuOsHfKbpLBrMqlvpsGdfgp, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t param_0000c779, bool param_0000c77a, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_Capacity, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_Count, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__5 *, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_EqualityComparer, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01341470, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_FreeSpace, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3B1C0, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_IsFixedSize, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0134A5C0, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_Item, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BD00, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_Item__MethodInfo); DO_APP_FUNC(0x00A393A0, int32_t, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_Version, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0134EF40, bool, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__hdBkaybMnIvoVIfDlnsddBgBkAQR, (Object * param_0000c790, MethodInfo * method)); DO_APP_FUNC(0x01341480, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__set_EqualityComparer, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__5 * value, MethodInfo * method)); DO_APP_FUNC(0x0134A660, void, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__set_Item, (AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t index, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BD08, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__set_Item__MethodInfo); DO_APP_FUNC(0x01346310, void, AList_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01341680, void, AList_1_System_Object___ctor, (AList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013419D0, void, AList_1_System_Object___ctor_1, (AList_1_System_Object_ * __this, IEnumerable_1_System_Object_ * param_0000c72b, MethodInfo * method)); DO_APP_FUNC(0x013416B0, void, AList_1_System_Object___ctor_2, (AList_1_System_Object_ * __this, int32_t param_0000c725, MethodInfo * method)); DO_APP_FUNC(0x013416E0, void, AList_1_System_Object___ctor_3, (AList_1_System_Object_ * __this, int32_t param_0000c726, int32_t param_0000c727, MethodInfo * method)); DO_APP_FUNC(0x0134F3D0, void, AList_1_System_Object___ctor_4, (AList_1_System_Object_ * __this, IEnumerable_1_System_Object_ * param_0000c72c, int32_t param_0000c72d, int32_t param_0000c72e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BB90, AList_1_System_Object___ctor_4__MethodInfo); DO_APP_FUNC(0x0134F110, void, AList_1_System_Object___ctor_5, (AList_1_System_Object_ * __this, int32_t param_0000c728, int32_t param_0000c729, int32_t param_0000c72a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BBC8, AList_1_System_Object___ctor_5__MethodInfo); DO_APP_FUNC(0x0134FB80, int32_t, AList_1_System_Object__Add, (AList_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0134FE70, bool, AList_1_System_Object__Add_1, (AList_1_System_Object_ * __this, AList_1_System_Object_ * items, int32_t count, int32_t startIndex, bool allowPartialAdd, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BBA0, AList_1_System_Object__Add_1__MethodInfo); DO_APP_FUNC(0x0134FC20, bool, AList_1_System_Object__Add_2, (AList_1_System_Object_ * __this, Object__Array * items, int32_t count, int32_t startIndex, bool allowPartialAdd, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BB98, AList_1_System_Object__Add_2__MethodInfo); DO_APP_FUNC(0x013500C0, int32_t, AList_1_System_Object__AddIfUnique, (AList_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01350150, int32_t, AList_1_System_Object__AddToFirstOpenSpace, (AList_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01350280, int32_t, AList_1_System_Object__AddToFirstOpenSpace_1, (AList_1_System_Object_ * __this, Object * item, Object * openSpaceEquals, MethodInfo * method)); DO_APP_FUNC(0x01343D80, ReadOnlyCollection_1_System_Object_ *, AList_1_System_Object__AsReadOnly, (AList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013450F0, void, AList_1_System_Object__Clear, (AList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01350600, bool, AList_1_System_Object__Contains, (AList_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01350630, bool, AList_1_System_Object__Contains_1, (AList_1_System_Object_ * __this, Object * item, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BB58, AList_1_System_Object__Contains_1__MethodInfo); DO_APP_FUNC(0x013450C0, void, AList_1_System_Object__CopyTo, (AList_1_System_Object_ * __this, Object__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01351FB0, void, AList_1_System_Object__CopyTo_1, (AList_1_System_Object_ * __this, int32_t index, Object__Array * array, int32_t arrayIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BB00, AList_1_System_Object__CopyTo_1__MethodInfo); DO_APP_FUNC(0x01346160, AList_1_System_Object_ *, AList_1_System_Object__CreateFixedLengthList, (int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01343E00, bool, AList_1_System_Object__Exists, (AList_1_System_Object_ * __this, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x013510A0, Object *, AList_1_System_Object__Find, (AList_1_System_Object_ * __this, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BB10, AList_1_System_Object__Find__MethodInfo); DO_APP_FUNC(0x013511C0, List_1_System_Object_ *, AList_1_System_Object__FindAll, (AList_1_System_Object_ * __this, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BB18, AList_1_System_Object__FindAll__MethodInfo); DO_APP_FUNC(0x01344150, int32_t, AList_1_System_Object__FindIndex, (AList_1_System_Object_ * __this, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x013441A0, int32_t, AList_1_System_Object__FindIndex_1, (AList_1_System_Object_ * __this, int32_t startIndex, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x01351360, int32_t, AList_1_System_Object__FindIndex_2, (AList_1_System_Object_ * __this, int32_t startIndex, int32_t count, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BB20, AList_1_System_Object__FindIndex_2__MethodInfo); DO_APP_FUNC(0x01351530, Object *, AList_1_System_Object__FindLast, (AList_1_System_Object_ * __this, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BB28, AList_1_System_Object__FindLast__MethodInfo); DO_APP_FUNC(0x01344520, int32_t, AList_1_System_Object__FindLastIndex, (AList_1_System_Object_ * __this, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x01344570, int32_t, AList_1_System_Object__FindLastIndex_1, (AList_1_System_Object_ * __this, int32_t startIndex, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x01351650, int32_t, AList_1_System_Object__FindLastIndex_2, (AList_1_System_Object_ * __this, int32_t startIndex, int32_t count, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BB30, AList_1_System_Object__FindLastIndex_2__MethodInfo); DO_APP_FUNC(0x01351880, void, AList_1_System_Object__ForEach, (AList_1_System_Object_ * __this, Action_1_Object_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BB38, AList_1_System_Object__ForEach__MethodInfo); DO_APP_FUNC(0x0134FAF0, Object *, AList_1_System_Object__GetRandom, (AList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01350EB0, List_1_System_Object_ *, AList_1_System_Object__GetRange, (AList_1_System_Object_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BB88, AList_1_System_Object__GetRange__MethodInfo); DO_APP_FUNC(0x01350750, int32_t, AList_1_System_Object__IndexOf, (AList_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01350820, int32_t, AList_1_System_Object__IndexOf_1, (AList_1_System_Object_ * __this, Object * item, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BB60, AList_1_System_Object__IndexOf_1__MethodInfo); DO_APP_FUNC(0x01350780, int32_t, AList_1_System_Object__IndexOf_2, (AList_1_System_Object_ * __this, Object * item, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01350940, int32_t, AList_1_System_Object__IndexOf_3, (AList_1_System_Object_ * __this, Object * item, int32_t index, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BB68, AList_1_System_Object__IndexOf_3__MethodInfo); DO_APP_FUNC(0x013507C0, int32_t, AList_1_System_Object__IndexOf_4, (AList_1_System_Object_ * __this, Object * item, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01350A70, int32_t, AList_1_System_Object__IndexOf_5, (AList_1_System_Object_ * __this, Object * item, int32_t index, int32_t count, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BB70, AList_1_System_Object__IndexOf_5__MethodInfo); DO_APP_FUNC(0x013503B0, bool, AList_1_System_Object__Insert, (AList_1_System_Object_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BBA8, AList_1_System_Object__Insert__MethodInfo); DO_APP_FUNC(0x01345290, int32_t, AList_1_System_Object__JVtGSksPczJcppnMKsRCjDjEjUwo, (AList_1_System_Object_ * __this, int32_t param_0000c77b, int32_t param_0000c77c, MethodInfo * method)); DO_APP_FUNC(0x013519E0, int32_t, AList_1_System_Object__LastIndexOf, (AList_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01351A40, int32_t, AList_1_System_Object__LastIndexOf_1, (AList_1_System_Object_ * __this, Object * item, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BB40, AList_1_System_Object__LastIndexOf_1__MethodInfo); DO_APP_FUNC(0x01351AF0, int32_t, AList_1_System_Object__LastIndexOf_2, (AList_1_System_Object_ * __this, Object * item, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BB48, AList_1_System_Object__LastIndexOf_2__MethodInfo); DO_APP_FUNC(0x01352160, bool, AList_1_System_Object__RXshytQnlmeNgZUJYfJIoXnXfthe, (AList_1_System_Object_ * __this, int32_t param_0000c77d, bool param_0000c77e, MethodInfo * method)); DO_APP_FUNC(0x013504D0, bool, AList_1_System_Object__Remove, (AList_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01351CC0, int32_t, AList_1_System_Object__RemoveAll, (AList_1_System_Object_ * __this, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BAF0, AList_1_System_Object__RemoveAll__MethodInfo); DO_APP_FUNC(0x01350550, void, AList_1_System_Object__RemoveAt, (AList_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BB50, AList_1_System_Object__RemoveAt__MethodInfo); DO_APP_FUNC(0x013437D0, void, AList_1_System_Object__Reverse, (AList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01350C50, void, AList_1_System_Object__Reverse_1, (AList_1_System_Object_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BB78, AList_1_System_Object__Reverse_1__MethodInfo); DO_APP_FUNC(0x01343960, void, AList_1_System_Object__Sort, (AList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013439D0, void, AList_1_System_Object__Sort_1, (AList_1_System_Object_ * __this, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01350D70, void, AList_1_System_Object__Sort_2, (AList_1_System_Object_ * __this, int32_t index, int32_t count, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BB80, AList_1_System_Object__Sort_2__MethodInfo); DO_APP_FUNC(0x01352290, void, AList_1_System_Object__System_Collections_Generic_ICollection_T__Add, (AList_1_System_Object_ * __this, Object * param_0000c781, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BB08, AList_1_System_Object__System_Collections_Generic_ICollection_T__Add__MethodInfo); DO_APP_FUNC(0x01352330, void, AList_1_System_Object__System_Collections_Generic_ICollection_T__CopyTo, (AList_1_System_Object_ * __this, Object__Array * param_0000c782, int32_t param_0000c783, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BAB0, AList_1_System_Object__System_Collections_Generic_ICollection_T__CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, AList_1_System_Object__System_Collections_Generic_ICollection_T__get_IsReadOnly, (AList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013524C0, IEnumerator_1_System_Object_ *, AList_1_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (AList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01352270, void, AList_1_System_Object__System_Collections_Generic_IList_T__Insert, (AList_1_System_Object_ * __this, int32_t param_0000c77f, Object * param_0000c780, MethodInfo * method)); DO_APP_FUNC(0x013523D0, void, AList_1_System_Object__System_Collections_ICollection_CopyTo, (AList_1_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BAB8, AList_1_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x003CB0C0, int32_t, AList_1_System_Object__System_Collections_ICollection_get_Count, (AList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, AList_1_System_Object__System_Collections_ICollection_get_IsSynchronized, (AList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01352E60, Object *, AList_1_System_Object__System_Collections_ICollection_get_SyncRoot, (AList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013524C0, IEnumerator *, AList_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (AList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01352590, int32_t, AList_1_System_Object__System_Collections_IList_Add, (AList_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BAC0, AList_1_System_Object__System_Collections_IList_Add__MethodInfo); DO_APP_FUNC(0x01352700, bool, AList_1_System_Object__System_Collections_IList_Contains, (AList_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BAC8, AList_1_System_Object__System_Collections_IList_Contains__MethodInfo); DO_APP_FUNC(0x01352870, int32_t, AList_1_System_Object__System_Collections_IList_IndexOf, (AList_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BAD0, AList_1_System_Object__System_Collections_IList_IndexOf__MethodInfo); DO_APP_FUNC(0x013529E0, void, AList_1_System_Object__System_Collections_IList_Insert, (AList_1_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BAD8, AList_1_System_Object__System_Collections_IList_Insert__MethodInfo); DO_APP_FUNC(0x01352B50, void, AList_1_System_Object__System_Collections_IList_Remove, (AList_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BAE0, AList_1_System_Object__System_Collections_IList_Remove__MethodInfo); DO_APP_FUNC(0x00418D40, bool, AList_1_System_Object__System_Collections_IList_get_IsReadOnly, (AList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01352CC0, Object *, AList_1_System_Object__System_Collections_IList_get_Item, (AList_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01352CF0, void, AList_1_System_Object__System_Collections_IList_set_Item, (AList_1_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BAE8, AList_1_System_Object__System_Collections_IList_set_Item__MethodInfo); DO_APP_FUNC(0x01344FD0, Object__Array *, AList_1_System_Object__ToArray, (AList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01345120, void, AList_1_System_Object__TrimExcess, (AList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01351EB0, bool, AList_1_System_Object__TrueForAll, (AList_1_System_Object_ * __this, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BAF8, AList_1_System_Object__TrueForAll__MethodInfo); DO_APP_FUNC(0x01352030, int32_t, AList_1_System_Object__ViygbyuOsHfKbpLBrMqlvpsGdfgp, (AList_1_System_Object_ * __this, int32_t param_0000c779, bool param_0000c77a, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, AList_1_System_Object__get_Capacity, (AList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, AList_1_System_Object__get_Count, (AList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IEqualityComparer_1_System_Object_ *, AList_1_System_Object__get_EqualityComparer, (AList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01341470, int32_t, AList_1_System_Object__get_FreeSpace, (AList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3B1C0, bool, AList_1_System_Object__get_IsFixedSize, (AList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0134F020, Object *, AList_1_System_Object__get_Item, (AList_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BBB8, AList_1_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x00A393A0, int32_t, AList_1_System_Object__get_Version, (AList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01352F10, bool, AList_1_System_Object__hdBkaybMnIvoVIfDlnsddBgBkAQR, (Object * param_0000c790, MethodInfo * method)); DO_APP_FUNC(0x01341480, void, AList_1_System_Object__set_EqualityComparer, (AList_1_System_Object_ * __this, IEqualityComparer_1_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x0134F0A0, void, AList_1_System_Object__set_Item, (AList_1_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BBC0, AList_1_System_Object__set_Item__MethodInfo); DO_APP_FUNC(0x01346310, void, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01341680, void, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C981E8, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor__MethodInfo); DO_APP_FUNC(0x013419D0, void, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor_1, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, IEnumerable_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * param_0000c72b, MethodInfo * method)); DO_APP_FUNC(0x013416B0, void, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor_2, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t param_0000c725, MethodInfo * method)); DO_APP_FUNC(0x013416E0, void, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor_3, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t param_0000c726, int32_t param_0000c727, MethodInfo * method)); DO_APP_FUNC(0x01353340, void, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor_4, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, IEnumerable_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * param_0000c72c, int32_t param_0000c72d, int32_t param_0000c72e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BAA8, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor_4__MethodInfo); DO_APP_FUNC(0x01353080, void, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor_5, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t param_0000c728, int32_t param_0000c729, int32_t param_0000c72a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BAA0, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor_5__MethodInfo); DO_APP_FUNC(0x01353A60, int32_t, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Add, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98010, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Add__MethodInfo); DO_APP_FUNC(0x01353D40, bool, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Add_1, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * items, int32_t count, int32_t startIndex, bool allowPartialAdd, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BA78, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Add_1__MethodInfo); DO_APP_FUNC(0x01353AF0, bool, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Add_2, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * items, int32_t count, int32_t startIndex, bool allowPartialAdd, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BA70, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Add_2__MethodInfo); DO_APP_FUNC(0x01353F90, int32_t, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__AddIfUnique, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, MethodInfo * method)); DO_APP_FUNC(0x01354020, int32_t, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__AddToFirstOpenSpace, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, MethodInfo * method)); DO_APP_FUNC(0x01354150, int32_t, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__AddToFirstOpenSpace_1, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy openSpaceEquals, MethodInfo * method)); DO_APP_FUNC(0x01343D80, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ *, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__AsReadOnly, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013450F0, void, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Clear, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98008, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Clear__MethodInfo); DO_APP_FUNC(0x01350600, bool, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Contains, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, MethodInfo * method)); DO_APP_FUNC(0x01354450, bool, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Contains_1, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, IEqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BA30, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Contains_1__MethodInfo); DO_APP_FUNC(0x013450C0, void, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__CopyTo, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01355CA0, void, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__CopyTo_1, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * array, int32_t arrayIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B9D8, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__CopyTo_1__MethodInfo); DO_APP_FUNC(0x01346160, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ *, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__CreateFixedLengthList, (int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01343E00, bool, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Exists, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Predicate_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * match, MethodInfo * method)); DO_APP_FUNC(0x01354DF0, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Find, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Predicate_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BA68, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Find__MethodInfo); DO_APP_FUNC(0x01354F10, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ *, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__FindAll, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Predicate_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B9F0, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__FindAll__MethodInfo); DO_APP_FUNC(0x01344150, int32_t, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__FindIndex, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Predicate_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * match, MethodInfo * method)); DO_APP_FUNC(0x013441A0, int32_t, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__FindIndex_1, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t startIndex, Predicate_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * match, MethodInfo * method)); DO_APP_FUNC(0x013550B0, int32_t, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__FindIndex_2, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t startIndex, int32_t count, Predicate_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B9F8, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__FindIndex_2__MethodInfo); DO_APP_FUNC(0x01355280, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__FindLast, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Predicate_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BA00, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__FindLast__MethodInfo); DO_APP_FUNC(0x01344520, int32_t, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__FindLastIndex, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Predicate_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * match, MethodInfo * method)); DO_APP_FUNC(0x01344570, int32_t, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__FindLastIndex_1, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t startIndex, Predicate_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * match, MethodInfo * method)); DO_APP_FUNC(0x013553A0, int32_t, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__FindLastIndex_2, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t startIndex, int32_t count, Predicate_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BA08, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__FindLastIndex_2__MethodInfo); DO_APP_FUNC(0x013555D0, void, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__ForEach, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Action_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BA10, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__ForEach__MethodInfo); DO_APP_FUNC(0x0134FAF0, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__GetRandom, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01354C00, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ *, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__GetRange, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BA60, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__GetRange__MethodInfo); DO_APP_FUNC(0x01350750, int32_t, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__IndexOf, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, MethodInfo * method)); DO_APP_FUNC(0x01354570, int32_t, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__IndexOf_1, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, IEqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BA38, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__IndexOf_1__MethodInfo); DO_APP_FUNC(0x01350780, int32_t, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__IndexOf_2, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01354690, int32_t, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__IndexOf_3, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, int32_t index, IEqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BA40, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__IndexOf_3__MethodInfo); DO_APP_FUNC(0x013507C0, int32_t, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__IndexOf_4, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x013547C0, int32_t, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__IndexOf_5, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, int32_t index, int32_t count, IEqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BA48, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__IndexOf_5__MethodInfo); DO_APP_FUNC(0x01354280, bool, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Insert, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BA80, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Insert__MethodInfo); DO_APP_FUNC(0x01345290, int32_t, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__JVtGSksPczJcppnMKsRCjDjEjUwo, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t param_0000c77b, int32_t param_0000c77c, MethodInfo * method)); DO_APP_FUNC(0x013519E0, int32_t, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__LastIndexOf, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, MethodInfo * method)); DO_APP_FUNC(0x01355730, int32_t, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__LastIndexOf_1, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BA18, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__LastIndexOf_1__MethodInfo); DO_APP_FUNC(0x013557E0, int32_t, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__LastIndexOf_2, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BA20, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__LastIndexOf_2__MethodInfo); DO_APP_FUNC(0x01355E50, bool, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__RXshytQnlmeNgZUJYfJIoXnXfthe, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t param_0000c77d, bool param_0000c77e, MethodInfo * method)); DO_APP_FUNC(0x013504D0, bool, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Remove, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, MethodInfo * method)); DO_APP_FUNC(0x013559B0, int32_t, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__RemoveAll, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Predicate_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BA28, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__RemoveAll__MethodInfo); DO_APP_FUNC(0x013543A0, void, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__RemoveAt, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BA88, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__RemoveAt__MethodInfo); DO_APP_FUNC(0x013437D0, void, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Reverse, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013549A0, void, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Reverse_1, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BA50, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Reverse_1__MethodInfo); DO_APP_FUNC(0x01343960, void, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Sort, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013439D0, void, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Sort_1, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, IComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01354AC0, void, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Sort_2, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, int32_t count, IComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BA58, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Sort_2__MethodInfo); DO_APP_FUNC(0x01355F60, void, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_Generic_ICollection_T__Add, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy param_0000c781, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B9E0, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_Generic_ICollection_T__Add__MethodInfo); DO_APP_FUNC(0x01356000, void, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_Generic_ICollection_T__CopyTo, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * param_0000c782, int32_t param_0000c783, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B9E8, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_Generic_ICollection_T__CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_Generic_ICollection_T__get_IsReadOnly, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013524C0, IEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ *, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_Generic_IEnumerable_T__GetEnumerator, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01352270, void, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_Generic_IList_T__Insert, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t param_0000c77f, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy param_0000c780, MethodInfo * method)); DO_APP_FUNC(0x013560A0, void, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_ICollection_CopyTo, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B998, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x003CB0C0, int32_t, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_ICollection_get_Count, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_ICollection_get_IsSynchronized, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01356AA0, Object *, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_ICollection_get_SyncRoot, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013524C0, IEnumerator *, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEnumerable_GetEnumerator, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01356190, int32_t, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_Add, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B9A0, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_Add__MethodInfo); DO_APP_FUNC(0x01356300, bool, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_Contains, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B9A8, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_Contains__MethodInfo); DO_APP_FUNC(0x01356470, int32_t, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_IndexOf, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B9B0, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_IndexOf__MethodInfo); DO_APP_FUNC(0x013565E0, void, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_Insert, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B9B8, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_Insert__MethodInfo); DO_APP_FUNC(0x01356750, void, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_Remove, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B9C0, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_Remove__MethodInfo); DO_APP_FUNC(0x00418D40, bool, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_get_IsReadOnly, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013568C0, Object *, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_get_Item, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01356930, void, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_set_Item, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B9C8, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_set_Item__MethodInfo); DO_APP_FUNC(0x01344FD0, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array *, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__ToArray, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01345120, void, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__TrimExcess, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01355BA0, bool, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__TrueForAll, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Predicate_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B9D0, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__TrueForAll__MethodInfo); DO_APP_FUNC(0x01355D20, int32_t, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__ViygbyuOsHfKbpLBrMqlvpsGdfgp, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t param_0000c779, bool param_0000c77a, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__get_Capacity, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__get_Count, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IEqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ *, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__get_EqualityComparer, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01341470, int32_t, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__get_FreeSpace, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3B1C0, bool, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__get_IsFixedSize, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01352F80, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__get_Item, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BA90, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__get_Item__MethodInfo); DO_APP_FUNC(0x00A393A0, int32_t, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__get_Version, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01356B50, bool, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__hdBkaybMnIvoVIfDlnsddBgBkAQR, (Object * param_0000c790, MethodInfo * method)); DO_APP_FUNC(0x01341480, void, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__set_EqualityComparer, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, IEqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * value, MethodInfo * method)); DO_APP_FUNC(0x01353000, void, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__set_Item, (AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BA98, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__set_Item__MethodInfo); DO_APP_FUNC(0x01168390, void, CallResult_1_T_APIDispatchDelegate_System_Object___ctor, (CallResult_1_T_APIDispatchDelegate_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, CallResult_1_T_APIDispatchDelegate_System_Object__Invoke, (CallResult_1_T_APIDispatchDelegate_System_Object_ * __this, Object * param, bool bIOFailure, MethodInfo * method)); DO_APP_FUNC(0x01356C20, void, CallResult_1_T_APIDispatchDelegate_RemoteStorageFileReadAsyncComplete_t___ctor, (CallResult_1_T_APIDispatchDelegate_RemoteStorageFileReadAsyncComplete_t_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01356D50, void, CallResult_1_T_APIDispatchDelegate_RemoteStorageFileReadAsyncComplete_t__Invoke, (CallResult_1_T_APIDispatchDelegate_RemoteStorageFileReadAsyncComplete_t_ * __this, RemoteStorageFileReadAsyncComplete_t param, bool bIOFailure, MethodInfo * method)); DO_APP_FUNC(0x01356D80, void, CallResult_1_T_APIDispatchDelegate_RemoteStorageFileWriteAsyncComplete_t___ctor, (CallResult_1_T_APIDispatchDelegate_RemoteStorageFileWriteAsyncComplete_t_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, CallResult_1_T_APIDispatchDelegate_RemoteStorageFileWriteAsyncComplete_t__Invoke, (CallResult_1_T_APIDispatchDelegate_RemoteStorageFileWriteAsyncComplete_t_ * __this, RemoteStorageFileWriteAsyncComplete_t param, bool bIOFailure, MethodInfo * method)); DO_APP_FUNC(0x01356EB0, void, CallResult_1_T_APIDispatchDelegate_SteamInventoryRequestPricesResult_t___ctor, (CallResult_1_T_APIDispatchDelegate_SteamInventoryRequestPricesResult_t_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x011082A0, void, CallResult_1_T_APIDispatchDelegate_SteamInventoryRequestPricesResult_t__Invoke, (CallResult_1_T_APIDispatchDelegate_SteamInventoryRequestPricesResult_t_ * __this, SteamInventoryRequestPricesResult_t param, bool bIOFailure, MethodInfo * method)); DO_APP_FUNC(0x01356C20, void, CallResult_1_T_APIDispatchDelegate_SteamInventoryStartPurchaseResult_t___ctor, (CallResult_1_T_APIDispatchDelegate_SteamInventoryStartPurchaseResult_t_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01356D50, void, CallResult_1_T_APIDispatchDelegate_SteamInventoryStartPurchaseResult_t__Invoke, (CallResult_1_T_APIDispatchDelegate_SteamInventoryStartPurchaseResult_t_ * __this, SteamInventoryStartPurchaseResult_t param, bool bIOFailure, MethodInfo * method)); DO_APP_FUNC(0x01403570, void, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01403390, void, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object___ctor, (ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013FFD80, void, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__Awake, (ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014001C0, bool, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__CanBeAddedToSubsystem, (ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, Object * trackable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73A58, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__CanBeAddedToSubsystem__MethodInfo); DO_APP_FUNC(0x01402150, void, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__ClearAndSetCapacity, (List_1_System_Object_ * list, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01402330, ValueTuple_2_UnityEngine_GameObject_Boolean_, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__CreateGameObjectDeactivated, (ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01402750, ValueTuple_2_UnityEngine_GameObject_Boolean_, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__CreateGameObjectDeactivated_1, (ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x014027C0, ValueTuple_2_UnityEngine_GameObject_Boolean_, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__CreateGameObjectDeactivated_2, (ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, TrackableId trackableId, MethodInfo * method)); DO_APP_FUNC(0x01403060, Object *, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__CreateOrUpdateTrackable, (ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, XRAnchor sessionRelativeData, MethodInfo * method)); DO_APP_FUNC(0x014028D0, Object *, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__CreateTrackable, (ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, XRAnchor sessionRelativeData, MethodInfo * method)); DO_APP_FUNC(0x01402E90, void, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__CreateTrackableFromExisting, (ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, Object * existingTrackable, XRAnchor sessionRelativeData, MethodInfo * method)); DO_APP_FUNC(0x01401F00, Object *, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__CreateTrackableImmediate, (ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, XRAnchor sessionRelativeData, MethodInfo * method)); DO_APP_FUNC(0x01402030, bool, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__DestroyPendingTrackable, (ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, TrackableId trackableId, MethodInfo * method)); DO_APP_FUNC(0x014032B0, void, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__DestroyTrackable, (ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, Object * trackable, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, GameObject *, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__GetPrefab, (ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01402290, String *, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__GetTrackableName, (ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, TrackableId trackableId, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__OnAfterSetSessionRelativeData, (ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, Object * trackable, XRAnchor sessionRelativeData, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__OnCreateTrackable, (ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, Object * trackable, MethodInfo * method)); DO_APP_FUNC(0x01400000, void, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__OnDisable, (ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013FFE00, void, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__OnEnable, (ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__OnTrackablesChanged, (ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, List_1_System_Object_ * added, List_1_System_Object_ * updated, List_1_System_Object_ * removed, MethodInfo * method)); DO_APP_FUNC(0x01400590, void, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__OnTrackablesParentTransformChanged, (ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, ARTrackablesParentTransformChangedEventArgs eventArgs, MethodInfo * method)); DO_APP_FUNC(0x01402C20, void, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__SetSessionRelativeData, (ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, Object * trackable, XRAnchor data, MethodInfo * method)); DO_APP_FUNC(0x013FFB90, void, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__SetTrackablesActive, (ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, bool active, MethodInfo * method)); DO_APP_FUNC(0x01400A40, void, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__Update, (ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013FF910, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ *, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__get_instance, (MethodInfo * method)); DO_APP_FUNC(0x003B93E0, ARSessionOrigin *, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__get_sessionOrigin, (ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013FFAC0, TrackableCollection_1_System_Object_, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__get_trackables, (ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013FF9B0, void, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__set_instance, (ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__set_sessionOrigin, (ARTrackableManager_5_System_Object_System_Object_System_Object_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, ARSessionOrigin * value, MethodInfo * method)); DO_APP_FUNC(0x005F7720, void, ARTrackable_2_UnityEngine_XR_ARSubsystems_BoundedPlane_System_Object___ctor, (ARTrackable_2_UnityEngine_XR_ARSubsystems_BoundedPlane_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ARTrackable_2_UnityEngine_XR_ARSubsystems_BoundedPlane_System_Object__OnAfterSetSessionRelativeData, (ARTrackable_2_UnityEngine_XR_ARSubsystems_BoundedPlane_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01403BB0, void, ARTrackable_2_UnityEngine_XR_ARSubsystems_BoundedPlane_System_Object__SetSessionRelativeData, (ARTrackable_2_UnityEngine_XR_ARSubsystems_BoundedPlane_System_Object_ * __this, BoundedPlane data, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, ARTrackable_2_UnityEngine_XR_ARSubsystems_BoundedPlane_System_Object__get_destroyOnRemoval, (ARTrackable_2_UnityEngine_XR_ARSubsystems_BoundedPlane_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3A0, bool, ARTrackable_2_UnityEngine_XR_ARSubsystems_BoundedPlane_System_Object__get_pending, (ARTrackable_2_UnityEngine_XR_ARSubsystems_BoundedPlane_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01403B30, BoundedPlane, ARTrackable_2_UnityEngine_XR_ARSubsystems_BoundedPlane_System_Object__get_sessionRelativeData, (ARTrackable_2_UnityEngine_XR_ARSubsystems_BoundedPlane_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01403C20, Pose, ARTrackable_2_UnityEngine_XR_ARSubsystems_BoundedPlane_System_Object__get_sessionRelativePose, (ARTrackable_2_UnityEngine_XR_ARSubsystems_BoundedPlane_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014039D0, TrackableId, ARTrackable_2_UnityEngine_XR_ARSubsystems_BoundedPlane_System_Object__get_trackableId, (ARTrackable_2_UnityEngine_XR_ARSubsystems_BoundedPlane_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01403A80, TrackingState__Enum, ARTrackable_2_UnityEngine_XR_ARSubsystems_BoundedPlane_System_Object__get_trackingState, (ARTrackable_2_UnityEngine_XR_ARSubsystems_BoundedPlane_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, ARTrackable_2_UnityEngine_XR_ARSubsystems_BoundedPlane_System_Object__set_destroyOnRemoval, (ARTrackable_2_UnityEngine_XR_ARSubsystems_BoundedPlane_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF3B0, void, ARTrackable_2_UnityEngine_XR_ARSubsystems_BoundedPlane_System_Object__set_pending, (ARTrackable_2_UnityEngine_XR_ARSubsystems_BoundedPlane_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01403B70, void, ARTrackable_2_UnityEngine_XR_ARSubsystems_BoundedPlane_System_Object__set_sessionRelativeData, (ARTrackable_2_UnityEngine_XR_ARSubsystems_BoundedPlane_System_Object_ * __this, BoundedPlane value, MethodInfo * method)); DO_APP_FUNC(0x005F7720, void, ARTrackable_2_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object___ctor, (ARTrackable_2_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ARTrackable_2_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__OnAfterSetSessionRelativeData, (ARTrackable_2_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01403ED0, void, ARTrackable_2_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__SetSessionRelativeData, (ARTrackable_2_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, XRAnchor data, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, ARTrackable_2_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__get_destroyOnRemoval, (ARTrackable_2_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF3A0, bool, ARTrackable_2_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__get_pending, (ARTrackable_2_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01403E70, XRAnchor, ARTrackable_2_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__get_sessionRelativeData, (ARTrackable_2_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01403F30, Pose, ARTrackable_2_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__get_sessionRelativePose, (ARTrackable_2_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01403D00, TrackableId, ARTrackable_2_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__get_trackableId, (ARTrackable_2_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01403DB0, TrackingState__Enum, ARTrackable_2_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__get_trackingState, (ARTrackable_2_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, ARTrackable_2_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__set_destroyOnRemoval, (ARTrackable_2_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF3B0, void, ARTrackable_2_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__set_pending, (ARTrackable_2_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01403EA0, void, ARTrackable_2_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object__set_sessionRelativeData, (ARTrackable_2_UnityEngine_XR_ARSubsystems_XRAnchor_System_Object_ * __this, XRAnchor value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UQueryState_1_T_ActionQueryMatcher_System_Object___ctor, (UQueryState_1_T_ActionQueryMatcher_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01404000, bool, UQueryState_1_T_ActionQueryMatcher_System_Object__OnRuleMatchedElement, (UQueryState_1_T_ActionQueryMatcher_System_Object_ * __this, RuleMatcher matcher, VisualElement * element, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Action_1_Object_ *, UQueryState_1_T_ActionQueryMatcher_System_Object__get_callBack, (UQueryState_1_T_ActionQueryMatcher_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_ArraySegment_1_Byte___ctor, (Action_1_ArraySegment_1_Byte_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_ArraySegment_1_Byte__Invoke, (Action_1_ArraySegment_1_Byte_ * __this, ArraySegment_1_Byte_ obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_System_Threading_AsyncLocalValueChangedArgs_1__1__ctor, (Action_1_System_Threading_AsyncLocalValueChangedArgs_1__1 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_System_Threading_AsyncLocalValueChangedArgs_1__1_Invoke, (Action_1_System_Threading_AsyncLocalValueChangedArgs_1__1 * __this, AsyncLocalValueChangedArgs_1_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x01404270, void, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__5__ctor, (Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__5 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014043A0, void, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__5_Invoke, (Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__5 * __this, AsyncOperationHandle_1_System_Boolean_ obj, MethodInfo * method)); DO_APP_FUNC(0x01404270, void, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__11__ctor, (Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__11 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014043A0, void, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__11_Invoke, (Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__11 * __this, AsyncOperationHandle_1_System_Int64_ obj, MethodInfo * method)); DO_APP_FUNC(0x01404270, void, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__18__ctor, (Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__18 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014043A0, void, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__18_Invoke, (Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__18 * __this, AsyncOperationHandle_1_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x01404270, void, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1__ctor, (Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014043A0, void, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1_Invoke, (Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 * __this, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ obj, MethodInfo * method)); DO_APP_FUNC(0x01404270, void, Action_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta___ctor, (Action_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014043A0, void, Action_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Invoke, (Action_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_UnityEngine_Timeline_IntervalTree_1_Entry___ctor, (Action_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_UnityEngine_Timeline_IntervalTree_1_Entry__Invoke, (Action_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, IntervalTree_1_T_Entry_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb___ctor, (Action_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Invoke, (Action_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1__ctor, (Action_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Invoke, (Action_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x01404270, void, Action_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2__ctor, (Action_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014043A0, void, Action_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Invoke, (Action_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_System_Collections_Generic_KeyValuePair_2___ctor, (Action_1_System_Collections_Generic_KeyValuePair_2_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_System_Collections_Generic_KeyValuePair_2__Invoke, (Action_1_System_Collections_Generic_KeyValuePair_2_ * __this, KeyValuePair_2_System_Guid_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x014043D0, void, Action_1_System_Collections_Generic_KeyValuePair_2__1__ctor, (Action_1_System_Collections_Generic_KeyValuePair_2__1 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_System_Collections_Generic_KeyValuePair_2__1_Invoke, (Action_1_System_Collections_Generic_KeyValuePair_2__1 * __this, KeyValuePair_2_System_Int32_System_Int32_ obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_System_Collections_Generic_KeyValuePair_2__2__ctor, (Action_1_System_Collections_Generic_KeyValuePair_2__2 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_System_Collections_Generic_KeyValuePair_2__2_Invoke, (Action_1_System_Collections_Generic_KeyValuePair_2__2 * __this, KeyValuePair_2_System_Int32_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_System_Collections_Generic_KeyValuePair_2__3__ctor, (Action_1_System_Collections_Generic_KeyValuePair_2__3 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_System_Collections_Generic_KeyValuePair_2__3_Invoke, (Action_1_System_Collections_Generic_KeyValuePair_2__3 * __this, KeyValuePair_2_System_Int32Enum_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_System_Collections_Generic_KeyValuePair_2__4__ctor, (Action_1_System_Collections_Generic_KeyValuePair_2__4 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_System_Collections_Generic_KeyValuePair_2__4_Invoke, (Action_1_System_Collections_Generic_KeyValuePair_2__4 * __this, KeyValuePair_2_System_Object_System_ArraySegment_1_ obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_System_Collections_Generic_KeyValuePair_2__5__ctor, (Action_1_System_Collections_Generic_KeyValuePair_2__5 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_System_Collections_Generic_KeyValuePair_2__5_Invoke, (Action_1_System_Collections_Generic_KeyValuePair_2__5 * __this, KeyValuePair_2_System_Object_System_Char_ obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_System_Collections_Generic_KeyValuePair_2__6__ctor, (Action_1_System_Collections_Generic_KeyValuePair_2__6 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_System_Collections_Generic_KeyValuePair_2__6_Invoke, (Action_1_System_Collections_Generic_KeyValuePair_2__6 * __this, KeyValuePair_2_System_Object_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x01404500, void, Action_1_System_Collections_Generic_KeyValuePair_2__7__ctor, (Action_1_System_Collections_Generic_KeyValuePair_2__7 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404630, void, Action_1_System_Collections_Generic_KeyValuePair_2__7_Invoke, (Action_1_System_Collections_Generic_KeyValuePair_2__7 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_System_Collections_Generic_KeyValuePair_2__8__ctor, (Action_1_System_Collections_Generic_KeyValuePair_2__8 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_System_Collections_Generic_KeyValuePair_2__8_Invoke, (Action_1_System_Collections_Generic_KeyValuePair_2__8 * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_System_Collections_Generic_KeyValuePair_2__9__ctor, (Action_1_System_Collections_Generic_KeyValuePair_2__9 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_System_Collections_Generic_KeyValuePair_2__9_Invoke, (Action_1_System_Collections_Generic_KeyValuePair_2__9 * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_System_Collections_Generic_KeyValuePair_2__10__ctor, (Action_1_System_Collections_Generic_KeyValuePair_2__10 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_System_Collections_Generic_KeyValuePair_2__10_Invoke, (Action_1_System_Collections_Generic_KeyValuePair_2__10 * __this, KeyValuePair_2_System_UInt16_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_System_Collections_Generic_KeyValuePair_2__11__ctor, (Action_1_System_Collections_Generic_KeyValuePair_2__11 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_System_Collections_Generic_KeyValuePair_2__11_Invoke, (Action_1_System_Collections_Generic_KeyValuePair_2__11 * __this, KeyValuePair_2_System_UInt64_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_Unity_Collections_NativeArray_1___ctor, (Action_1_Unity_Collections_NativeArray_1_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_Unity_Collections_NativeArray_1__Invoke, (Action_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_System_UInt16_ obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_Unity_Collections_NativeArray_1__1__ctor, (Action_1_Unity_Collections_NativeArray_1__1 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_Unity_Collections_NativeArray_1__1_Invoke, (Action_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_UnityEngine_UIElements_Vertex_ obj, MethodInfo * method)); DO_APP_FUNC(0x01404680, void, Action_1_Nullable_1_UnityEngine_RaycastHit___ctor, (Action_1_Nullable_1_UnityEngine_RaycastHit_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014047B0, void, Action_1_Nullable_1_UnityEngine_RaycastHit__Invoke, (Action_1_Nullable_1_UnityEngine_RaycastHit_ * __this, Nullable_1_UnityEngine_RaycastHit_ obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo___ctor, (Action_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Invoke, (Action_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_Photon_Bolt_Collections_STuple_2___ctor, (Action_1_Photon_Bolt_Collections_STuple_2_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_Photon_Bolt_Collections_STuple_2__Invoke, (Action_1_Photon_Bolt_Collections_STuple_2_ * __this, STuple_2_System_Object_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_ValueTuple_2_Int32_Object___ctor, (Action_1_ValueTuple_2_Int32_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_ValueTuple_2_Int32_Object__Invoke, (Action_1_ValueTuple_2_Int32_Object_ * __this, ValueTuple_2_Int32_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x01167E50, void, Action_1_ValueTuple_2_Int32_UnityEngine_Vector2Int___ctor, (Action_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01167F80, void, Action_1_ValueTuple_2_Int32_UnityEngine_Vector2Int__Invoke, (Action_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int_ obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32___ctor, (Action_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32__Invoke, (Action_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_ValueTuple_2_Object_Object___ctor, (Action_1_ValueTuple_2_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_ValueTuple_2_Object_Object__Invoke, (Action_1_ValueTuple_2_Object_Object_ * __this, ValueTuple_2_Object_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_ValueTuple_2_UnityEngine_Vector3Int_Object___ctor, (Action_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_ValueTuple_2_UnityEngine_Vector3Int_Object__Invoke, (Action_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, ValueTuple_2_UnityEngine_Vector3Int_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x01167FB0, void, Action_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___ctor, (Action_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x011680E0, void, Action_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__Invoke, (Action_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ obj, MethodInfo * method)); DO_APP_FUNC(0x014047F0, void, Action_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___ctor, (Action_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404920, void, Action_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__Invoke, (Action_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_UnityEngine_XR_ARFoundation_ARAnchorsChangedEventArgs___ctor, (Action_1_UnityEngine_XR_ARFoundation_ARAnchorsChangedEventArgs_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_UnityEngine_XR_ARFoundation_ARAnchorsChangedEventArgs__Invoke, (Action_1_UnityEngine_XR_ARFoundation_ARAnchorsChangedEventArgs_ * __this, ARAnchorsChangedEventArgs obj, MethodInfo * method)); DO_APP_FUNC(0x014043D0, void, Action_1_UnityEngine_XR_ARFoundation_ARPlaneBoundaryChangedEventArgs___ctor, (Action_1_UnityEngine_XR_ARFoundation_ARPlaneBoundaryChangedEventArgs_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_UnityEngine_XR_ARFoundation_ARPlaneBoundaryChangedEventArgs__Invoke, (Action_1_UnityEngine_XR_ARFoundation_ARPlaneBoundaryChangedEventArgs_ * __this, ARPlaneBoundaryChangedEventArgs obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_XR_ARFoundation_ARTrackablesParentTransformChangedEventArgs___ctor, (Action_1_UnityEngine_XR_ARFoundation_ARTrackablesParentTransformChangedEventArgs_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_XR_ARFoundation_ARTrackablesParentTransformChangedEventArgs__Invoke, (Action_1_UnityEngine_XR_ARFoundation_ARTrackablesParentTransformChangedEventArgs_ * __this, ARTrackablesParentTransformChangedEventArgs obj, MethodInfo * method)); DO_APP_FUNC(0x014043D0, void, Action_1_UnityEngine_AnimatorClipInfo___ctor, (Action_1_UnityEngine_AnimatorClipInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_UnityEngine_AnimatorClipInfo__Invoke, (Action_1_UnityEngine_AnimatorClipInfo_ * __this, AnimatorClipInfo obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_Rendering_AsyncGPUReadbackRequest___ctor, (Action_1_UnityEngine_Rendering_AsyncGPUReadbackRequest_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_Rendering_AsyncGPUReadbackRequest__Invoke, (Action_1_UnityEngine_Rendering_AsyncGPUReadbackRequest_ * __this, AsyncGPUReadbackRequest obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor, (Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Invoke, (Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle obj, MethodInfo * method)); DO_APP_FUNC(0x014043D0, void, Action_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (Action_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Invoke, (Action_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_Photon_Bolt_LagCompensation_BoltPhysicsHit___ctor, (Action_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Invoke, (Action_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, BoltPhysicsHit obj, MethodInfo * method)); DO_APP_FUNC(0x01404270, void, Action_1_UnityEngine_BoneWeight___ctor, (Action_1_UnityEngine_BoneWeight_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014043A0, void, Action_1_UnityEngine_BoneWeight__Invoke, (Action_1_UnityEngine_BoneWeight_ * __this, BoneWeight obj, MethodInfo * method)); DO_APP_FUNC(0x0040BB90, void, Action_1_Boolean___ctor, (Action_1_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_Boolean__Invoke, (Action_1_Boolean_ * __this, bool obj, MethodInfo * method)); DO_APP_FUNC(0x0040BB90, void, Action_1_Byte__1__ctor, (Action_1_Byte__1 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_Byte__1_Invoke, (Action_1_Byte__1 * __this, uint8_t obj, MethodInfo * method)); DO_APP_FUNC(0x014043D0, void, Action_1_System_Threading_CancellationToken___ctor, (Action_1_System_Threading_CancellationToken_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_System_Threading_CancellationToken__Invoke, (Action_1_System_Threading_CancellationToken_ * __this, CancellationToken obj, MethodInfo * method)); DO_APP_FUNC(0x01404960, void, Action_1_Char___ctor, (Action_1_Char_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_Char__Invoke, (Action_1_Char_ * __this, uint16_t obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_Dissonance_Networking_ClientInfo___ctor, (Action_1_Dissonance_Networking_ClientInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_Dissonance_Networking_ClientInfo__Invoke, (Action_1_Dissonance_Networking_ClientInfo_ * __this, ClientInfo obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_Color___ctor, (Action_1_UnityEngine_Color_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_Color__Invoke, (Action_1_UnityEngine_Color_ * __this, Color obj, MethodInfo * method)); DO_APP_FUNC(0x01167AC0, void, Action_1_UnityEngine_Color32___ctor, (Action_1_UnityEngine_Color32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_UnityEngine_Color32__Invoke, (Action_1_UnityEngine_Color32_ * __this, Color32 obj, MethodInfo * method)); DO_APP_FUNC(0x01404A90, void, Action_1_UnityEngine_CombineInstance___ctor, (Action_1_UnityEngine_CombineInstance_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404BC0, void, Action_1_UnityEngine_CombineInstance__Invoke, (Action_1_UnityEngine_CombineInstance_ * __this, CombineInstance obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_UnityEngine_UIElements_ComputedTransitionProperty___ctor, (Action_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_UnityEngine_UIElements_ComputedTransitionProperty__Invoke, (Action_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, ComputedTransitionProperty obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_Pathfinding_Connection___ctor, (Action_1_Pathfinding_Connection_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_Pathfinding_Connection__Invoke, (Action_1_Pathfinding_Connection_ * __this, Connection obj, MethodInfo * method)); DO_APP_FUNC(0x01167FB0, void, Action_1_Rewired_ControllerPollingInfo___ctor, (Action_1_Rewired_ControllerPollingInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x011680E0, void, Action_1_Rewired_ControllerPollingInfo__Invoke, (Action_1_Rewired_ControllerPollingInfo_ * __this, ControllerPollingInfo obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_Rewired_ControllerTemplateElementTarget___ctor, (Action_1_Rewired_ControllerTemplateElementTarget_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_Rewired_ControllerTemplateElementTarget__Invoke, (Action_1_Rewired_ControllerTemplateElementTarget_ * __this, ControllerTemplateElementTarget obj, MethodInfo * method)); DO_APP_FUNC(0x01404C30, void, Action_1_SplineMesh_CurveSample___ctor, (Action_1_SplineMesh_CurveSample_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404D60, void, Action_1_SplineMesh_CurveSample__Invoke, (Action_1_SplineMesh_CurveSample_ * __this, CurveSample obj, MethodInfo * method)); DO_APP_FUNC(0x014043D0, void, Action_1_DateTime___ctor, (Action_1_DateTime_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_DateTime__Invoke, (Action_1_DateTime_ * __this, DateTime obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_DateTimeOffset___ctor, (Action_1_DateTimeOffset_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_DateTimeOffset__Invoke, (Action_1_DateTimeOffset_ * __this, DateTimeOffset obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_Decimal___ctor, (Action_1_Decimal_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_Decimal__Invoke, (Action_1_Decimal_ * __this, Decimal obj, MethodInfo * method)); DO_APP_FUNC(0x01404680, void, Action_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor, (Action_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014047B0, void, Action_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Invoke, (Action_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent obj, MethodInfo * method)); DO_APP_FUNC(0x01404DB0, void, Action_1_Double___ctor, (Action_1_Double_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_Double__Invoke, (Action_1_Double_ * __this, double obj, MethodInfo * method)); DO_APP_FUNC(0x01167AC0, void, Action_1_UnityEngine_UIElements_EasingFunction___ctor, (Action_1_UnityEngine_UIElements_EasingFunction_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_UnityEngine_UIElements_EasingFunction__Invoke, (Action_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction obj, MethodInfo * method)); DO_APP_FUNC(0x01404EE0, void, Action_1_Rewired_ElementAssignmentConflictInfo___ctor, (Action_1_Rewired_ElementAssignmentConflictInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01405010, void, Action_1_Rewired_ElementAssignmentConflictInfo__Invoke, (Action_1_Rewired_ElementAssignmentConflictInfo_ * __this, ElementAssignmentConflictInfo obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_Discord_Entitlement___ctor, (Action_1_Discord_Entitlement_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_Discord_Entitlement__Invoke, (Action_1_Discord_Entitlement_ * __this, Entitlement obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_Photon_Bolt_EventReliable___ctor, (Action_1_Photon_Bolt_EventReliable_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_Photon_Bolt_EventReliable__Invoke, (Action_1_Photon_Bolt_EventReliable_ * __this, EventReliable obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_Photon_Bolt_EventUnreliable___ctor, (Action_1_Photon_Bolt_EventUnreliable_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_Photon_Bolt_EventUnreliable__Invoke, (Action_1_Photon_Bolt_EventUnreliable_ * __this, EventUnreliable obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_Discord_FileStat___ctor, (Action_1_Discord_FileStat_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_Discord_FileStat__Invoke, (Action_1_Discord_FileStat_ * __this, FileStat obj, MethodInfo * method)); DO_APP_FUNC(0x01404EE0, void, Action_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor, (Action_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01405010, void, Action_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Invoke, (Action_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_TextCore_GlyphRect___ctor, (Action_1_UnityEngine_TextCore_GlyphRect_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_TextCore_GlyphRect__Invoke, (Action_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_Guid___ctor, (Action_1_Guid_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_Guid__Invoke, (Action_1_Guid_ * __this, Guid obj, MethodInfo * method)); DO_APP_FUNC(0x01405050, void, Action_1_UnityEngine_InputSystem_LowLevel_IMECompositionString___ctor, (Action_1_UnityEngine_InputSystem_LowLevel_IMECompositionString_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01405180, void, Action_1_UnityEngine_InputSystem_LowLevel_IMECompositionString__Invoke, (Action_1_UnityEngine_InputSystem_LowLevel_IMECompositionString_ * __this, IMECompositionString obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_Rewired_InputActionEventData___ctor, (Action_1_Rewired_InputActionEventData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_Rewired_InputActionEventData__Invoke, (Action_1_Rewired_InputActionEventData_ * __this, InputActionEventData obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_Rewired_InputActionSourceData___ctor, (Action_1_Rewired_InputActionSourceData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_Rewired_InputActionSourceData__Invoke, (Action_1_Rewired_InputActionSourceData_ * __this, InputActionSourceData obj, MethodInfo * method)); DO_APP_FUNC(0x01405200, void, Action_1_UnityEngine_InputSystem_InputBinding___ctor, (Action_1_UnityEngine_InputSystem_InputBinding_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01405330, void, Action_1_UnityEngine_InputSystem_InputBinding__Invoke, (Action_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_XR_InputDevice___ctor, (Action_1_UnityEngine_XR_InputDevice_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_XR_InputDevice__Invoke, (Action_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1 obj, MethodInfo * method)); DO_APP_FUNC(0x01167FB0, void, Action_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription___ctor, (Action_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x011680E0, void, Action_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Invoke, (Action_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription obj, MethodInfo * method)); DO_APP_FUNC(0x014043D0, void, Action_1_UnityEngine_InputSystem_LowLevel_InputEventPtr___ctor, (Action_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Invoke, (Action_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr obj, MethodInfo * method)); DO_APP_FUNC(0x01404960, void, Action_1_Int16___ctor, (Action_1_Int16_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_Int16__Invoke, (Action_1_Int16_ * __this, int16_t obj, MethodInfo * method)); DO_APP_FUNC(0x01167E50, void, Action_1_Pathfinding_Int3___ctor, (Action_1_Pathfinding_Int3_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01167F80, void, Action_1_Pathfinding_Int3__Invoke, (Action_1_Pathfinding_Int3_ * __this, Int3 obj, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, Action_1_Int32___ctor, (Action_1_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_Int32__Invoke, (Action_1_Int32_ * __this, int32_t obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA990, Action_1_Int32__Invoke__MethodInfo); DO_APP_FUNC(0x003EC360, void, Action_1_Int32Enum___ctor, (Action_1_Int32Enum_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_Int32Enum__Invoke, (Action_1_Int32Enum_ * __this, Int32Enum__Enum obj, MethodInfo * method)); DO_APP_FUNC(0x003F1E30, void, Action_1_Int64___ctor, (Action_1_Int64_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_Int64__Invoke, (Action_1_Int64_ * __this, int64_t obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_Pathfinding_ClipperLib_IntPoint___ctor, (Action_1_Pathfinding_ClipperLib_IntPoint_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_Pathfinding_ClipperLib_IntPoint__Invoke, (Action_1_Pathfinding_ClipperLib_IntPoint_ * __this, IntPoint obj, MethodInfo * method)); DO_APP_FUNC(0x003F1E30, void, Action_1_IntPtr___ctor, (Action_1_IntPtr_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_IntPtr__Invoke, (Action_1_IntPtr_ * __this, void * obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_Pathfinding_IntRect___ctor, (Action_1_Pathfinding_IntRect_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_Pathfinding_IntRect__Invoke, (Action_1_Pathfinding_IntRect_ * __this, IntRect obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Action_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_InputSystem_Utilities_InternedString__Invoke, (Action_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo___ctor, (Action_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Invoke, (Action_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, InterpretedFrameInfo obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_UnityEngine_Timeline_IntervalTreeNode___ctor, (Action_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_UnityEngine_Timeline_IntervalTreeNode__Invoke, (Action_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IntervalTreeNode obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount___ctor, (Action_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Invoke, (Action_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, ItemDefinitionAmount obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_KickedPlayer___ctor, (Action_1_KickedPlayer_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_KickedPlayer__Invoke, (Action_1_KickedPlayer_ * __this, KickedPlayer obj, MethodInfo * method)); DO_APP_FUNC(0x01167AC0, void, Action_1_UnityEngine_LayerMask___ctor, (Action_1_UnityEngine_LayerMask_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_UnityEngine_LayerMask__Invoke, (Action_1_UnityEngine_LayerMask_ * __this, LayerMask obj, MethodInfo * method)); DO_APP_FUNC(0x01167E50, void, Action_1_UnityEngine_UIElements_ManipulatorActivationFilter___ctor, (Action_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01167F80, void, Action_1_UnityEngine_UIElements_ManipulatorActivationFilter__Invoke, (Action_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter obj, MethodInfo * method)); DO_APP_FUNC(0x01405390, void, Action_1_UnityEngine_Matrix4x4___ctor, (Action_1_UnityEngine_Matrix4x4_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014054C0, void, Action_1_UnityEngine_Matrix4x4__Invoke, (Action_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4 obj, MethodInfo * method)); DO_APP_FUNC(0x01405200, void, Action_1_UnityEngine_XR_MeshGenerationResult___ctor, (Action_1_UnityEngine_XR_MeshGenerationResult_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01405330, void, Action_1_UnityEngine_XR_MeshGenerationResult__Invoke, (Action_1_UnityEngine_XR_MeshGenerationResult_ * __this, MeshGenerationResult obj, MethodInfo * method)); DO_APP_FUNC(0x01167D20, void, Action_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat___ctor, (Action_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat__Invoke, (Action_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat_ * __this, MinMaxFloat obj, MethodInfo * method)); DO_APP_FUNC(0x01405500, void, Action_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3___ctor, (Action_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01405630, void, Action_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3__Invoke, (Action_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3_ * __this, MinMaxVector3 obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_UnityEngine_InputSystem_Utilities_NameAndParameters___ctor, (Action_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Invoke, (Action_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, NameAndParameters obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_UnityEngine_InputSystem_Utilities_NamedValue___ctor, (Action_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_UnityEngine_InputSystem_Utilities_NamedValue__Invoke, (Action_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue obj, MethodInfo * method)); DO_APP_FUNC(0x01404270, void, Action_1_Photon_Bolt_NetworkPropertyInfo___ctor, (Action_1_Photon_Bolt_NetworkPropertyInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014043A0, void, Action_1_Photon_Bolt_NetworkPropertyInfo__Invoke, (Action_1_Photon_Bolt_NetworkPropertyInfo_ * __this, NetworkPropertyInfo obj, MethodInfo * method)); DO_APP_FUNC(0x008AC8F0, void, Action_1_Object___ctor, (Action_1_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_Object__Invoke, (Action_1_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01404680, void, Action_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData___ctor, (Action_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014047B0, void, Action_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Invoke, (Action_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, ObjectInitializationData obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor, (Action_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__Invoke, (Action_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, ObjectSurface obj, MethodInfo * method)); DO_APP_FUNC(0x01404270, void, Action_1_Dissonance_Networking_Client_OpenChannel___ctor, (Action_1_Dissonance_Networking_Client_OpenChannel_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014043A0, void, Action_1_Dissonance_Networking_Client_OpenChannel__Invoke, (Action_1_Dissonance_Networking_Client_OpenChannel_ * __this, OpenChannel obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_Rewired_HID_OutputReport___ctor, (Action_1_Rewired_HID_OutputReport_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_Rewired_HID_OutputReport__Invoke, (Action_1_Rewired_HID_OutputReport_ * __this, OutputReport obj, MethodInfo * method)); DO_APP_FUNC(0x01167E50, void, Action_1_Photon_Bolt_Internal_PacketStats___ctor, (Action_1_Photon_Bolt_Internal_PacketStats_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01167F80, void, Action_1_Photon_Bolt_Internal_PacketStats__Invoke, (Action_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats obj, MethodInfo * method)); DO_APP_FUNC(0x014047F0, void, Action_1_UnityEngine_ParticleCollisionEvent___ctor, (Action_1_UnityEngine_ParticleCollisionEvent_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404920, void, Action_1_UnityEngine_ParticleCollisionEvent__Invoke, (Action_1_UnityEngine_ParticleCollisionEvent_ * __this, ParticleCollisionEvent obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_Playables_Playable___ctor, (Action_1_UnityEngine_Playables_Playable_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_Playables_Playable__Invoke, (Action_1_UnityEngine_Playables_Playable_ * __this, Playable obj, MethodInfo * method)); DO_APP_FUNC(0x01404270, void, Action_1_UnityEngine_Playables_PlayableBinding___ctor, (Action_1_UnityEngine_Playables_PlayableBinding_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014043A0, void, Action_1_UnityEngine_Playables_PlayableBinding__Invoke, (Action_1_UnityEngine_Playables_PlayableBinding_ * __this, PlayableBinding obj, MethodInfo * method)); DO_APP_FUNC(0x01167E50, void, Action_1_Photon_Bolt_Priority___ctor, (Action_1_Photon_Bolt_Priority_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01167F80, void, Action_1_Photon_Bolt_Priority__Invoke, (Action_1_Photon_Bolt_Priority_ * __this, Priority obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_Quaternion___ctor, (Action_1_UnityEngine_Quaternion_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_Quaternion__Invoke, (Action_1_UnityEngine_Quaternion_ * __this, Quaternion obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_System_Xml_Schema_RangePositionInfo___ctor, (Action_1_System_Xml_Schema_RangePositionInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_System_Xml_Schema_RangePositionInfo__Invoke, (Action_1_System_Xml_Schema_RangePositionInfo_ * __this, RangePositionInfo obj, MethodInfo * method)); DO_APP_FUNC(0x01404EE0, void, Action_1_UnityEngine_RaycastHit___ctor, (Action_1_UnityEngine_RaycastHit_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01405010, void, Action_1_UnityEngine_RaycastHit__Invoke, (Action_1_UnityEngine_RaycastHit_ * __this, RaycastHit obj, MethodInfo * method)); DO_APP_FUNC(0x01405500, void, Action_1_UnityEngine_RaycastHit2D___ctor, (Action_1_UnityEngine_RaycastHit2D_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01405630, void, Action_1_UnityEngine_RaycastHit2D__Invoke, (Action_1_UnityEngine_RaycastHit2D_ * __this, RaycastHit2D obj, MethodInfo * method)); DO_APP_FUNC(0x01404500, void, Action_1_UnityEngine_EventSystems_RaycastResult___ctor, (Action_1_UnityEngine_EventSystems_RaycastResult_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404630, void, Action_1_UnityEngine_EventSystems_RaycastResult__Invoke, (Action_1_UnityEngine_EventSystems_RaycastResult_ * __this, RaycastResult obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_Rect___ctor, (Action_1_UnityEngine_Rect_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_Rect__Invoke, (Action_1_UnityEngine_Rect_ * __this, Rect obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_Rendering_ReflectionProbeBlendInfo___ctor, (Action_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Invoke, (Action_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, ReflectionProbeBlendInfo obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_Dissonance_RemoteChannel___ctor, (Action_1_Dissonance_RemoteChannel_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_Dissonance_RemoteChannel__Invoke, (Action_1_Dissonance_RemoteChannel_ * __this, RemoteChannel obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_UIElements_UIR_RenderChainTextEntry___ctor, (Action_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Invoke, (Action_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, RenderChainTextEntry obj, MethodInfo * method)); DO_APP_FUNC(0x014047F0, void, Action_1_UnityEngine_Rendering_RenderTargetIdentifier___ctor, (Action_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404920, void, Action_1_UnityEngine_Rendering_RenderTargetIdentifier__Invoke, (Action_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_Rendering_RendererUtils_RendererList___ctor, (Action_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_Rendering_RendererUtils_RendererList__Invoke, (Action_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, RendererList obj, MethodInfo * method)); DO_APP_FUNC(0x014043D0, void, Action_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle___ctor, (Action_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Invoke, (Action_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, RendererListHandle obj, MethodInfo * method)); DO_APP_FUNC(0x01167E50, void, Action_1_UnityEngine_Resolution___ctor, (Action_1_UnityEngine_Resolution_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01167F80, void, Action_1_UnityEngine_Resolution__Invoke, (Action_1_UnityEngine_Resolution_ * __this, Resolution obj, MethodInfo * method)); DO_APP_FUNC(0x014043D0, void, Action_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle___ctor, (Action_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Invoke, (Action_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, ResourceHandle obj, MethodInfo * method)); DO_APP_FUNC(0x01404270, void, Action_1_Dissonance_Networking_RoomEvent___ctor, (Action_1_Dissonance_Networking_RoomEvent_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014043A0, void, Action_1_Dissonance_Networking_RoomEvent__Invoke, (Action_1_Dissonance_Networking_RoomEvent_ * __this, RoomEvent obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_Dissonance_RoomMembership___ctor, (Action_1_Dissonance_RoomMembership_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_Dissonance_RoomMembership__Invoke, (Action_1_Dissonance_RoomMembership_ * __this, RoomMembership obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_UIElements_RuleMatcher___ctor, (Action_1_UnityEngine_UIElements_RuleMatcher_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_UIElements_RuleMatcher__Invoke, (Action_1_UnityEngine_UIElements_RuleMatcher_ * __this, RuleMatcher obj, MethodInfo * method)); DO_APP_FUNC(0x0040BB90, void, Action_1_SByte___ctor, (Action_1_SByte_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_SByte__Invoke, (Action_1_SByte_ * __this, int8_t obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord___ctor, (Action_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Invoke, (Action_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, SelectorMatchRecord obj, MethodInfo * method)); DO_APP_FUNC(0x01167BF0, void, Action_1_Single___ctor, (Action_1_Single_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_Single__Invoke, (Action_1_Single_ * __this, float obj, MethodInfo * method)); DO_APP_FUNC(0x014047F0, void, Action_1_Discord_Sku___ctor, (Action_1_Discord_Sku_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404920, void, Action_1_Discord_Sku__Invoke, (Action_1_Discord_Sku_ * __this, Sku obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_System_Net_Security_SslApplicationProtocol___ctor, (Action_1_System_Net_Security_SslApplicationProtocol_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_System_Net_Security_SslApplicationProtocol__Invoke, (Action_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol obj, MethodInfo * method)); DO_APP_FUNC(0x01167AC0, void, Action_1_Steamworks_SteamItemDef_t___ctor, (Action_1_Steamworks_SteamItemDef_t_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_Steamworks_SteamItemDef_t__Invoke, (Action_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_Steamworks_SteamItemDetails_t___ctor, (Action_1_Steamworks_SteamItemDetails_t_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_Steamworks_SteamItemDetails_t__Invoke, (Action_1_Steamworks_SteamItemDetails_t_ * __this, SteamItemDetails_t obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_UIElements_StylePropertyName___ctor, (Action_1_UnityEngine_UIElements_StylePropertyName_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_UIElements_StylePropertyName__Invoke, (Action_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor, (Action_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Invoke, (Action_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_UnityEngine_UIElements_StyleSelectorPart___ctor, (Action_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_UnityEngine_UIElements_StyleSelectorPart__Invoke, (Action_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, StyleSelectorPart obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken___ctor, (Action_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Invoke, (Action_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, StyleSyntaxToken obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_UnityEngine_UIElements_StyleSheets_StyleValue___ctor, (Action_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_UnityEngine_UIElements_StyleSheets_StyleValue__Invoke, (Action_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, StyleValue obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged___ctor, (Action_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Invoke, (Action_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, StyleValueManaged obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_UnityEngine_UIElements_StyleVariable___ctor, (Action_1_UnityEngine_UIElements_StyleVariable_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_UnityEngine_UIElements_StyleVariable__Invoke, (Action_1_UnityEngine_UIElements_StyleVariable_ * __this, StyleVariable obj, MethodInfo * method)); DO_APP_FUNC(0x01404680, void, Action_1_UnityEngine_Rendering_SubMeshDescriptor___ctor, (Action_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014047B0, void, Action_1_UnityEngine_Rendering_SubMeshDescriptor__Invoke, (Action_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, SubMeshDescriptor obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_InputSystem_Utilities_Substring___ctor, (Action_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_InputSystem_Utilities_Substring__Invoke, (Action_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring obj, MethodInfo * method)); DO_APP_FUNC(0x01404270, void, Action_1_Dissonance_Networking_TextMessage___ctor, (Action_1_Dissonance_Networking_TextMessage_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014043A0, void, Action_1_Dissonance_Networking_TextMessage__Invoke, (Action_1_Dissonance_Networking_TextMessage_ * __this, TextMessage obj, MethodInfo * method)); DO_APP_FUNC(0x014043D0, void, Action_1_TimeSpan___ctor, (Action_1_TimeSpan_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_TimeSpan__Invoke, (Action_1_TimeSpan_ * __this, TimeSpan obj, MethodInfo * method)); DO_APP_FUNC(0x014043D0, void, Action_1_UnityEngine_UIElements_TimeValue___ctor, (Action_1_UnityEngine_UIElements_TimeValue_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_UnityEngine_UIElements_TimeValue__Invoke, (Action_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_UIElements_TimerState___ctor, (Action_1_UnityEngine_UIElements_TimerState_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_UIElements_TimerState__Invoke, (Action_1_UnityEngine_UIElements_TimerState_ * __this, TimerState obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_UnityEngine_UIElements_TreeViewItemWrapper___ctor, (Action_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_UnityEngine_UIElements_TreeViewItemWrapper__Invoke, (Action_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, TreeViewItemWrapper obj, MethodInfo * method)); DO_APP_FUNC(0x01404270, void, Action_1_Rewired_Utils_Classes_Data_TypeWrapper___ctor, (Action_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014043A0, void, Action_1_Rewired_Utils_Classes_Data_TypeWrapper__Invoke, (Action_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, TypeWrapper obj, MethodInfo * method)); DO_APP_FUNC(0x01167E50, void, Action_1_UnityEngine_UICharInfo___ctor, (Action_1_UnityEngine_UICharInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01167F80, void, Action_1_UnityEngine_UICharInfo__Invoke, (Action_1_UnityEngine_UICharInfo_ * __this, UICharInfo obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_UILineInfo___ctor, (Action_1_UnityEngine_UILineInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_UILineInfo__Invoke, (Action_1_UnityEngine_UILineInfo_ * __this, UILineInfo obj, MethodInfo * method)); DO_APP_FUNC(0x01405670, void, Action_1_UnityEngine_UIVertex___ctor, (Action_1_UnityEngine_UIVertex_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014057A0, void, Action_1_UnityEngine_UIVertex__Invoke, (Action_1_UnityEngine_UIVertex_ * __this, UIVertex obj, MethodInfo * method)); DO_APP_FUNC(0x01404960, void, Action_1_UInt16___ctor, (Action_1_UInt16_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_UInt16__Invoke, (Action_1_UInt16_ * __this, uint16_t obj, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, Action_1_UInt32___ctor, (Action_1_UInt32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_UInt32__Invoke, (Action_1_UInt32_ * __this, uint32_t obj, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, Action_1_UInt32Enum___ctor, (Action_1_UInt32Enum_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_UInt32Enum__Invoke, (Action_1_UInt32Enum_ * __this, UInt32Enum__Enum obj, MethodInfo * method)); DO_APP_FUNC(0x003F1E30, void, Action_1_UInt64___ctor, (Action_1_UInt64_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_UInt64__Invoke, (Action_1_UInt64_ * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture___ctor, (Action_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Invoke, (Action_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, UVTexture obj, MethodInfo * method)); DO_APP_FUNC(0x01405810, void, Action_1_UdpKit_UdpEndPoint___ctor, (Action_1_UdpKit_UdpEndPoint_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01405940, void, Action_1_UdpKit_UdpEndPoint__Invoke, (Action_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint obj, MethodInfo * method)); DO_APP_FUNC(0x01167AC0, void, Action_1_UdpKit_UdpIPv4Address___ctor, (Action_1_UdpKit_UdpIPv4Address_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_UdpKit_UdpIPv4Address__Invoke, (Action_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address obj, MethodInfo * method)); DO_APP_FUNC(0x014043D0, void, Action_1_UnityEngine_InputSystem_XR_UsageHint___ctor, (Action_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_UnityEngine_InputSystem_XR_UsageHint__Invoke, (Action_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, UsageHint obj, MethodInfo * method)); DO_APP_FUNC(0x014047F0, void, Action_1_Discord_User___ctor, (Action_1_Discord_User_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404920, void, Action_1_Discord_User__Invoke, (Action_1_Discord_User_ * __this, User obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_VFX_VFXOutputEventArgs___ctor, (Action_1_UnityEngine_VFX_VFXOutputEventArgs_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_VFX_VFXOutputEventArgs__Invoke, (Action_1_UnityEngine_VFX_VFXOutputEventArgs_ * __this, VFXOutputEventArgs obj, MethodInfo * method)); DO_APP_FUNC(0x01167D20, void, Action_1_UnityEngine_Vector2___ctor, (Action_1_UnityEngine_Vector2_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_UnityEngine_Vector2__Invoke, (Action_1_UnityEngine_Vector2_ * __this, Vector2 obj, MethodInfo * method)); DO_APP_FUNC(0x014043D0, void, Action_1_UnityEngine_Vector2Int___ctor, (Action_1_UnityEngine_Vector2Int_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_UnityEngine_Vector2Int__Invoke, (Action_1_UnityEngine_Vector2Int_ * __this, Vector2Int obj, MethodInfo * method)); DO_APP_FUNC(0x01167E50, void, Action_1_UnityEngine_Vector3___ctor, (Action_1_UnityEngine_Vector3_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01167F80, void, Action_1_UnityEngine_Vector3__Invoke, (Action_1_UnityEngine_Vector3_ * __this, Vector3 obj, MethodInfo * method)); DO_APP_FUNC(0x01167E50, void, Action_1_UnityEngine_Vector3Int___ctor, (Action_1_UnityEngine_Vector3Int_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01167F80, void, Action_1_UnityEngine_Vector3Int__Invoke, (Action_1_UnityEngine_Vector3Int_ * __this, Vector3Int obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_Vector4___ctor, (Action_1_UnityEngine_Vector4_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_Vector4__Invoke, (Action_1_UnityEngine_Vector4_ * __this, Vector4 obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_Rendering_VertexAttributeDescriptor___ctor, (Action_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_Rendering_VertexAttributeDescriptor__Invoke, (Action_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_Microsoft_MixedReality_OpenXR_ViewConfiguration___ctor, (Action_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Invoke, (Action_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, ViewConfiguration obj, MethodInfo * method)); DO_APP_FUNC(0x01167FB0, void, Action_1_Dissonance_Networking_VoicePacket___ctor, (Action_1_Dissonance_Networking_VoicePacket_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x011680E0, void, Action_1_Dissonance_Networking_VoicePacket__Invoke, (Action_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket obj, MethodInfo * method)); DO_APP_FUNC(0x01404270, void, Action_1_Pathfinding_Voxels_VoxelContour___ctor, (Action_1_Pathfinding_Voxels_VoxelContour_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014043A0, void, Action_1_Pathfinding_Voxels_VoxelContour__Invoke, (Action_1_Pathfinding_Voxels_VoxelContour_ * __this, VoxelContour obj, MethodInfo * method)); DO_APP_FUNC(0x01405980, void, Action_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES___ctor, (Action_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01405AB0, void, Action_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Invoke, (Action_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Win32_IP_ADAPTER_ADDRESSES obj, MethodInfo * method)); DO_APP_FUNC(0x01405B50, void, Action_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO___ctor, (Action_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01405C80, void, Action_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Invoke, (Action_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Win32_IP_ADAPTER_INFO obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_System_Security_Cryptography_X509Certificates_X509ChainStatus___ctor, (Action_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Invoke, (Action_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, X509ChainStatus obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor___ctor, (Action_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Invoke, (Action_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, XRFeatureDescriptor obj, MethodInfo * method)); DO_APP_FUNC(0x01405D10, void, Action_1_UnityEngine_XR_XRNodeState___ctor, (Action_1_UnityEngine_XR_XRNodeState_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01405E40, void, Action_1_UnityEngine_XR_XRNodeState__Invoke, (Action_1_UnityEngine_XR_XRNodeState_ * __this, XRNodeState obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_Pathfinding_AdvancedSmooth_Turn___ctor, (Action_1_Pathfinding_AdvancedSmooth_Turn_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_Pathfinding_AdvancedSmooth_Turn__Invoke, (Action_1_Pathfinding_AdvancedSmooth_Turn_ * __this, AdvancedSmooth_Turn obj, MethodInfo * method)); DO_APP_FUNC(0x014047F0, void, Action_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo___ctor, (Action_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404920, void, Action_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Invoke, (Action_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, AnimationOutputWeightProcessor_WeightInfo obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_BeforeRenderHelper_OrderBlock___ctor, (Action_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_BeforeRenderHelper_OrderBlock__Invoke, (Action_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, BeforeRenderHelper_OrderBlock obj, MethodInfo * method)); DO_APP_FUNC(0x014043D0, void, Action_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page___ctor, (Action_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Invoke, (Action_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, BitmapAllocator32_Page obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_UnityEngine_Camera_RenderRequest___ctor, (Action_1_UnityEngine_Camera_RenderRequest_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_UnityEngine_Camera_RenderRequest__Invoke, (Action_1_UnityEngine_Camera_RenderRequest_ * __this, Camera_RenderRequest obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_Cinemachine_CameraState_CustomBlendable___ctor, (Action_1_Cinemachine_CameraState_CustomBlendable_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_Cinemachine_CameraState_CustomBlendable__Invoke, (Action_1_Cinemachine_CameraState_CustomBlendable_ * __this, CameraState_CustomBlendable obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot___ctor, (Action_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot__Invoke, (Action_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot_ * __this, CharacterFootEffects_Foot obj, MethodInfo * method)); DO_APP_FUNC(0x014043D0, void, Action_1_Cinemachine_CinemachineClearShot_Pair___ctor, (Action_1_Cinemachine_CinemachineClearShot_Pair_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_Cinemachine_CinemachineClearShot_Pair__Invoke, (Action_1_Cinemachine_CinemachineClearShot_Pair_ * __this, CinemachineClearShot_Pair obj, MethodInfo * method)); DO_APP_FUNC(0x014043D0, void, Action_1_Cinemachine_CinemachineStateDrivenCamera_HashPair___ctor, (Action_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Invoke, (Action_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, CinemachineStateDrivenCamera_HashPair obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_Cinemachine_ClipperLib_DoublePoint___ctor, (Action_1_Cinemachine_ClipperLib_DoublePoint_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_Cinemachine_ClipperLib_DoublePoint__Invoke, (Action_1_Cinemachine_ClipperLib_DoublePoint_ * __this, ClipperLib_DoublePoint obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_Cinemachine_ClipperLib_IntPoint___ctor, (Action_1_Cinemachine_ClipperLib_IntPoint_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_Cinemachine_ClipperLib_IntPoint__Invoke, (Action_1_Cinemachine_ClipperLib_IntPoint_ * __this, ClipperLib_IntPoint obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement___ctor, (Action_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement__Invoke, (Action_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement_ * __this, ComboTimeout_ComboInputElement obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_Cinemachine_ConfinerOven_PolygonSolution___ctor, (Action_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_Cinemachine_ConfinerOven_PolygonSolution__Invoke, (Action_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, ConfinerOven_PolygonSolution obj, MethodInfo * method)); DO_APP_FUNC(0x01167E50, void, Action_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB___ctor, (Action_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01167F80, void, Action_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Invoke, (Action_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB obj, MethodInfo * method)); DO_APP_FUNC(0x01404270, void, Action_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___ctor, (Action_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014043A0, void, Action_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Invoke, (Action_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_Photon_Bolt_EventDispatcher_CallbackWrapper___ctor, (Action_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Invoke, (Action_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, EventDispatcher_CallbackWrapper obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_Photon_Bolt_EventDispatcher_EventListener___ctor, (Action_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_Photon_Bolt_EventDispatcher_EventListener__Invoke, (Action_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, EventDispatcher_EventListener obj, MethodInfo * method)); DO_APP_FUNC(0x01405EA0, void, Action_1_Dissonance_Networking_Client_EventQueue_NetworkEvent___ctor, (Action_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01405FD0, void, Action_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Invoke, (Action_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, EventQueue_NetworkEvent obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_UIElements_FocusController_FocusedElement___ctor, (Action_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_UIElements_FocusController_FocusedElement__Invoke, (Action_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, FocusController_FocusedElement obj, MethodInfo * method)); DO_APP_FUNC(0x01405500, void, Action_1_Pathfinding_Funnel_PathPart___ctor, (Action_1_Pathfinding_Funnel_PathPart_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01405630, void, Action_1_Pathfinding_Funnel_PathPart__Invoke, (Action_1_Pathfinding_Funnel_PathPart_ * __this, Funnel_PathPart obj, MethodInfo * method)); DO_APP_FUNC(0x01404270, void, Action_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch___ctor, (Action_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014043A0, void, Action_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Invoke, (Action_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, GetRandomAvailablePerch_RandomPerch obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor___ctor, (Action_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Invoke, (Action_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, HID_HIDCollectionDescriptor obj, MethodInfo * method)); DO_APP_FUNC(0x01404C30, void, Action_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor___ctor, (Action_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404D60, void, Action_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Invoke, (Action_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, HID_HIDElementDescriptor obj, MethodInfo * method)); DO_APP_FUNC(0x01167E50, void, Action_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData___ctor, (Action_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01167F80, void, Action_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Invoke, (Action_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, HIDParser_HIDReportData obj, MethodInfo * method)); DO_APP_FUNC(0x01406050, void, Action_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData___ctor, (Action_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Invoke, (Action_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, HairDesignerGeneratorFurShellBase_BufferData obj, MethodInfo * method)); DO_APP_FUNC(0x014047F0, void, Action_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash___ctor, (Action_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404920, void, Action_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash__Invoke, (Action_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash_ * __this, HealthFlashMonitor_Flash obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_InputSystem_InputAction_CallbackContext___ctor, (Action_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_InputSystem_InputAction_CallbackContext__Invoke, (Action_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * __this, InputAction_CallbackContext obj, MethodInfo * method)); DO_APP_FUNC(0x014047F0, void, Action_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson___ctor, (Action_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404920, void, Action_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Invoke, (Action_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, InputActionMap_BindingOverrideJson obj, MethodInfo * method)); DO_APP_FUNC(0x01406180, void, Action_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor, (Action_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014062B0, void, Action_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Invoke, (Action_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record___ctor, (Action_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record__Invoke, (Action_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record_ * __this, InputStateHistory_Record obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper___ctor, (Action_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Invoke, (Action_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, InternalTreeView_TreeViewItemWrapper obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV___ctor, (Action_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Invoke, (Action_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV obj, MethodInfo * method)); DO_APP_FUNC(0x01404C30, void, Action_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb___ctor, (Action_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404D60, void, Action_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Invoke, (Action_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux___ctor, (Action_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Invoke, (Action_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux obj, MethodInfo * method)); DO_APP_FUNC(0x01404C30, void, Action_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (Action_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404D60, void, Action_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Invoke, (Action_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage___ctor, (Action_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Invoke, (Action_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Logs_LogMessage obj, MethodInfo * method)); DO_APP_FUNC(0x01405810, void, Action_1_MagicLightProbes_MagicLightProbes_VolumeParameters___ctor, (Action_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01405940, void, Action_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Invoke, (Action_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MagicLightProbes_VolumeParameters obj, MethodInfo * method)); DO_APP_FUNC(0x01404270, void, Action_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint___ctor, (Action_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014043A0, void, Action_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint__Invoke, (Action_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint_ * __this, MovingPlatform_Waypoint obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_NolanBehaviour_OverlappedCollider___ctor, (Action_1_NolanBehaviour_OverlappedCollider_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_NolanBehaviour_OverlappedCollider__Invoke, (Action_1_NolanBehaviour_OverlappedCollider_ * __this, NolanBehaviour_OverlappedCollider obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab___ctor, (Action_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab__Invoke, (Action_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab_ * __this, ObjectPoolBase_PreloadedPrefab obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding___ctor, (Action_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Invoke, (Action_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, OpenXRInput_SerializedBinding obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_PackedPlayModeBuildLogs_RuntimeBuildLog___ctor, (Action_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Invoke, (Action_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, PackedPlayModeBuildLogs_RuntimeBuildLog obj, MethodInfo * method)); DO_APP_FUNC(0x01405050, void, Action_1_UnityEngine_ParticleSystem_Particle___ctor, (Action_1_UnityEngine_ParticleSystem_Particle_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01405180, void, Action_1_UnityEngine_ParticleSystem_Particle__Invoke, (Action_1_UnityEngine_ParticleSystem_Particle_ * __this, ParticleSystem_Particle obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick___ctor, (Action_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Invoke, (Action_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick obj, MethodInfo * method)); DO_APP_FUNC(0x01406360, void, Action_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick___ctor, (Action_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01406490, void, Action_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Invoke, (Action_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, ProbeBrickIndex_ReservedBrick obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta___ctor, (Action_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Invoke, (Action_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, ProbeBrickIndex_VoxelMeta obj, MethodInfo * method)); DO_APP_FUNC(0x01167E50, void, Action_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc___ctor, (Action_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01167F80, void, Action_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Invoke, (Action_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc obj, MethodInfo * method)); DO_APP_FUNC(0x014064C0, void, Action_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_ExtraDataActionInput___ctor, (Action_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_ExtraDataActionInput_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_ExtraDataActionInput__Invoke, (Action_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_ExtraDataActionInput_ * __this, ProbeReferenceVolume_ExtraDataActionInput obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem___ctor, (Action_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Invoke, (Action_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, ProbeVolumePerSceneData_SerializableAssetItem obj, MethodInfo * method)); DO_APP_FUNC(0x01404270, void, Action_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem___ctor, (Action_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014043A0, void, Action_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Invoke, (Action_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, ProbeVolumeSceneData_SerializableBoundItem obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem___ctor, (Action_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Invoke, (Action_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, ProbeVolumeSceneData_SerializableHasPVItem obj, MethodInfo * method)); DO_APP_FUNC(0x014047F0, void, Action_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings___ctor, (Action_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404920, void, Action_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Invoke, (Action_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, ProbeVolumeSceneData_SerializablePVBakeSettings obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile___ctor, (Action_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Invoke, (Action_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, ProbeVolumeSceneData_SerializablePVProfile obj, MethodInfo * method)); DO_APP_FUNC(0x01167AC0, void, Action_1_System_Text_RegularExpressions_RegexCharClass_SingleRange___ctor, (Action_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Invoke, (Action_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, RegexCharClass_SingleRange obj, MethodInfo * method)); DO_APP_FUNC(0x01405D10, void, Action_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData___ctor, (Action_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01405E40, void, Action_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Invoke, (Action_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, RenderChain_RenderNodeData obj, MethodInfo * method)); DO_APP_FUNC(0x01404270, void, Action_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData___ctor, (Action_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014043A0, void, Action_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Invoke, (Action_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, RenderGraphDebugData_PassDebugData obj, MethodInfo * method)); DO_APP_FUNC(0x014047F0, void, Action_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData___ctor, (Action_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404920, void, Action_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Invoke, (Action_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, RenderGraphDebugData_ResourceDebugData obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest___ctor, (Action_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Invoke, (Action_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, ResourceManager_DeferredCallbackRegisterRequest obj, MethodInfo * method)); DO_APP_FUNC(0x01167FB0, void, Action_1_UnityEngine_ResourceManagement_ResourceManager_DiagnosticEventContext___ctor, (Action_1_UnityEngine_ResourceManagement_ResourceManager_DiagnosticEventContext_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x011680E0, void, Action_1_UnityEngine_ResourceManagement_ResourceManager_DiagnosticEventContext__Invoke, (Action_1_UnityEngine_ResourceManagement_ResourceManager_DiagnosticEventContext_ * __this, ResourceManager_DiagnosticEventContext obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_Pathfinding_Util_RetainedGizmos_MeshWithHash___ctor, (Action_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Invoke, (Action_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, RetainedGizmos_MeshWithHash obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName___ctor, (Action_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName__Invoke, (Action_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName_ * __this, SlotEquip_ItemDefinitionStateName obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride___ctor, (Action_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Invoke, (Action_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, TemplateAsset_AttributeOverride obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap___ctor, (Action_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Invoke, (Action_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, TextSettings_FontReferenceMap obj, MethodInfo * method)); DO_APP_FUNC(0x01167FB0, void, Action_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo___ctor, (Action_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x011680E0, void, Action_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Invoke, (Action_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, TextureBlitter_BlitInfo obj, MethodInfo * method)); DO_APP_FUNC(0x01405390, void, Action_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame___ctor, (Action_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014054C0, void, Action_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Invoke, (Action_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, TexturePacker_JsonArray_Frame obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_UIElements_TextureRegistry_TextureInfo___ctor, (Action_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Invoke, (Action_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, TextureRegistry_TextureInfo obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry___ctor, (Action_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Invoke, (Action_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, TimeNotificationBehaviour_NotificationEntry obj, MethodInfo * method)); DO_APP_FUNC(0x01404270, void, Action_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData___ctor, (Action_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014043A0, void, Action_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Invoke, (Action_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, TrackedDeviceRaycaster_RaycastHitData obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData___ctor, (Action_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Invoke, (Action_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, TrackedPoseDriverDataDescription_PoseData obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper___ctor, (Action_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Invoke, (Action_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, TreeView_TreeViewItemWrapper obj, MethodInfo * method)); DO_APP_FUNC(0x014043D0, void, Action_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState___ctor, (Action_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Invoke, (Action_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, TreeViewReorderableDragAndDropController_TreeItemState obj, MethodInfo * method)); DO_APP_FUNC(0x01405D10, void, Action_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry___ctor, (Action_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01405E40, void, Action_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Invoke, (Action_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, UIRStylePainter_Entry obj, MethodInfo * method)); DO_APP_FUNC(0x014047F0, void, Action_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree___ctor, (Action_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404920, void, Action_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Invoke, (Action_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, UIRenderDevice_AllocToFree obj, MethodInfo * method)); DO_APP_FUNC(0x01404500, void, Action_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate___ctor, (Action_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404630, void, Action_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Invoke, (Action_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, UIRenderDevice_AllocToUpdate obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_UnityEngine_UnitySynchronizationContext_WorkRequest___ctor, (Action_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Invoke, (Action_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, UnitySynchronizationContext_WorkRequest obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition___ctor, (Action_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Invoke, (Action_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, VisualTreeAsset_SlotDefinition obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry___ctor, (Action_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Invoke, (Action_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, VisualTreeAsset_SlotUsageEntry obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry___ctor, (Action_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Invoke, (Action_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, VisualTreeAsset_UsingEntry obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry___ctor, (Action_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Invoke, (Action_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry obj, MethodInfo * method)); DO_APP_FUNC(0x01404270, void, Action_1_ftLightmaps_LightmapAdditionalData___ctor, (Action_1_ftLightmaps_LightmapAdditionalData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014043A0, void, Action_1_ftLightmaps_LightmapAdditionalData__Invoke, (Action_1_ftLightmaps_LightmapAdditionalData_ * __this, ftLightmaps_LightmapAdditionalData obj, MethodInfo * method)); DO_APP_FUNC(0x014043D0, void, Action_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor, (Action_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Action_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Invoke, (Action_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy obj, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Action_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem___ctor, (Action_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Action_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Invoke, (Action_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, DebugUI_Foldout_ContextMenuItem obj, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Action_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher___ctor, (Action_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Action_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Invoke, (Action_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, InputControlLayout_Collection_LayoutMatcher obj, MethodInfo * method)); DO_APP_FUNC(0x01404270, void, Action_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView___ctor, (Action_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014043A0, void, Action_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Invoke, (Action_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, InstructionList_DebugView_InstructionView obj, MethodInfo * method)); DO_APP_FUNC(0x01167E50, void, Action_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb___ctor, (Action_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01167F80, void, Action_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Invoke, (Action_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb obj, MethodInfo * method)); DO_APP_FUNC(0x01405810, void, Action_1_Cinemachine_TargetPositionCache_CacheCurve_Item___ctor, (Action_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01405940, void, Action_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Invoke, (Action_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, TargetPositionCache_CacheCurve_Item obj, MethodInfo * method)); DO_APP_FUNC(0x01405500, void, Action_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem___ctor, (Action_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01405630, void, Action_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Invoke, (Action_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, TargetPositionCache_CacheEntry_RecordingItem obj, MethodInfo * method)); DO_APP_FUNC(0x014065F0, void, Action_10_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object___ctor, (Action_10_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014067B0, void, Action_10_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object__Invoke, (Action_10_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, Object * arg9, Object * arg10, MethodInfo * method)); DO_APP_FUNC(0x01406830, void, Action_11_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object___ctor, (Action_11_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014069F0, void, Action_11_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object__Invoke, (Action_11_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, Object * arg9, Object * arg10, Object * arg11, MethodInfo * method)); DO_APP_FUNC(0x01406A70, void, Action_12_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object___ctor, (Action_12_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01406C30, void, Action_12_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object__Invoke, (Action_12_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, Object * arg9, Object * arg10, Object * arg11, Object * arg12, MethodInfo * method)); DO_APP_FUNC(0x01406CC0, void, Action_13_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object___ctor, (Action_13_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01406E80, void, Action_13_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object__Invoke, (Action_13_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, Object * arg9, Object * arg10, Object * arg11, Object * arg12, Object * arg13, MethodInfo * method)); DO_APP_FUNC(0x01406F20, void, Action_14_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object___ctor, (Action_14_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014070E0, void, Action_14_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object__Invoke, (Action_14_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, Object * arg9, Object * arg10, Object * arg11, Object * arg12, Object * arg13, Object * arg14, MethodInfo * method)); DO_APP_FUNC(0x01407190, void, Action_15_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object___ctor, (Action_15_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01407350, void, Action_15_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object__Invoke, (Action_15_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, Object * arg9, Object * arg10, Object * arg11, Object * arg12, Object * arg13, Object * arg14, Object * arg15, MethodInfo * method)); DO_APP_FUNC(0x01407410, void, Action_16_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object___ctor, (Action_16_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014075D0, void, Action_16_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object__Invoke, (Action_16_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, Object * arg9, Object * arg10, Object * arg11, Object * arg12, Object * arg13, Object * arg14, Object * arg15, Object * arg16, MethodInfo * method)); DO_APP_FUNC(0x014076A0, void, Action_2_ArraySegment_1_Byte_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (Action_2_ArraySegment_1_Byte_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x011082A0, void, Action_2_ArraySegment_1_Byte_Dissonance_Integrations_PhotonBolt_BoltPeer__Invoke, (Action_2_ArraySegment_1_Byte_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ArraySegment_1_Byte_ arg1, BoltPeer arg2, MethodInfo * method)); DO_APP_FUNC(0x01108170, void, Action_2_ArraySegment_1_Byte_Object___ctor, (Action_2_ArraySegment_1_Byte_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x011082A0, void, Action_2_ArraySegment_1_Byte_Object__Invoke, (Action_2_ArraySegment_1_Byte_Object_ * __this, ArraySegment_1_Byte_ arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x014077D0, void, Action_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_Object___ctor, (Action_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01356D50, void, Action_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_Object__Invoke, (Action_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_Object_ * __this, AsyncOperationHandle arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x01407900, void, Action_2_Boolean_Boolean___ctor, (Action_2_Boolean_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, Action_2_Boolean_Boolean__Invoke, (Action_2_Boolean_Boolean_ * __this, bool arg1, bool arg2, MethodInfo * method)); DO_APP_FUNC(0x01407A30, void, Action_2_Boolean_Int32Enum___ctor, (Action_2_Boolean_Int32Enum_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, Action_2_Boolean_Int32Enum__Invoke, (Action_2_Boolean_Int32Enum_ * __this, bool arg1, Int32Enum__Enum arg2, MethodInfo * method)); DO_APP_FUNC(0x01407B60, void, Action_2_Boolean_Object___ctor, (Action_2_Boolean_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, Action_2_Boolean_Object__Invoke, (Action_2_Boolean_Object_ * __this, bool arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x01108170, void, Action_2_UnityEngine_Color_Object___ctor, (Action_2_UnityEngine_Color_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x011082A0, void, Action_2_UnityEngine_Color_Object__Invoke, (Action_2_UnityEngine_Color_Object_ * __this, Color arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x01407C90, void, Action_2_HAtiKZlBnjTWOWEtNgXBPPGKUhuP_Double___ctor, (Action_2_HAtiKZlBnjTWOWEtNgXBPPGKUhuP_Double_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01407DC0, void, Action_2_HAtiKZlBnjTWOWEtNgXBPPGKUhuP_Double__Invoke, (Action_2_HAtiKZlBnjTWOWEtNgXBPPGKUhuP_Double_ * __this, HAtiKZlBnjTWOWEtNgXBPPGKUhuP arg1, double arg2, MethodInfo * method)); DO_APP_FUNC(0x01407DF0, void, Action_2_UnityEngine_InputSystem_LowLevel_InputEventPtr_Object___ctor, (Action_2_UnityEngine_InputSystem_LowLevel_InputEventPtr_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, Action_2_UnityEngine_InputSystem_LowLevel_InputEventPtr_Object__Invoke, (Action_2_UnityEngine_InputSystem_LowLevel_InputEventPtr_Object_ * __this, InputEventPtr arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x01407F20, void, Action_2_Pathfinding_Int2_Int32___ctor, (Action_2_Pathfinding_Int2_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, Action_2_Pathfinding_Int2_Int32__Invoke, (Action_2_Pathfinding_Int2_Int32_ * __this, Int2 arg1, int32_t arg2, MethodInfo * method)); DO_APP_FUNC(0x01168130, void, Action_2_Int32_Boolean___ctor, (Action_2_Int32_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, Action_2_Int32_Boolean__Invoke, (Action_2_Int32_Boolean_ * __this, int32_t arg1, bool arg2, MethodInfo * method)); DO_APP_FUNC(0x0149A900, void, Action_2_Int32_Int32___ctor, (Action_2_Int32_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, Action_2_Int32_Int32__Invoke, (Action_2_Int32_Int32_ * __this, int32_t arg1, int32_t arg2, MethodInfo * method)); DO_APP_FUNC(0x0149A900, void, Action_2_Int32_Int32Enum___ctor, (Action_2_Int32_Int32Enum_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, Action_2_Int32_Int32Enum__Invoke, (Action_2_Int32_Int32Enum_ * __this, int32_t arg1, Int32Enum__Enum arg2, MethodInfo * method)); DO_APP_FUNC(0x003F2CF0, void, Action_2_Int32_Object___ctor, (Action_2_Int32_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, Action_2_Int32_Object__Invoke, (Action_2_Int32_Object_ * __this, int32_t arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x01168260, void, Action_2_Int32_Single___ctor, (Action_2_Int32_Single_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, Action_2_Int32_Single__Invoke, (Action_2_Int32_Single_ * __this, int32_t arg1, float arg2, MethodInfo * method)); DO_APP_FUNC(0x0149A900, void, Action_2_Int32Enum_Int32___ctor, (Action_2_Int32Enum_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, Action_2_Int32Enum_Int32__Invoke, (Action_2_Int32Enum_Int32_ * __this, Int32Enum__Enum arg1, int32_t arg2, MethodInfo * method)); DO_APP_FUNC(0x0149A900, void, Action_2_Int32Enum_Int32Enum___ctor, (Action_2_Int32Enum_Int32Enum_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, Action_2_Int32Enum_Int32Enum__Invoke, (Action_2_Int32Enum_Int32Enum_ * __this, Int32Enum__Enum arg1, Int32Enum__Enum arg2, MethodInfo * method)); DO_APP_FUNC(0x003F2CF0, void, Action_2_Int32Enum_Object___ctor, (Action_2_Int32Enum_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, Action_2_Int32Enum_Object__Invoke, (Action_2_Int32Enum_Object_ * __this, Int32Enum__Enum arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x01407C90, void, Action_2_KGpfpVumzcziOxJRZbURZTEAJARe_Double___ctor, (Action_2_KGpfpVumzcziOxJRZbURZTEAJARe_Double_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01407DC0, void, Action_2_KGpfpVumzcziOxJRZbURZTEAJARe_Double__Invoke, (Action_2_KGpfpVumzcziOxJRZbURZTEAJARe_Double_ * __this, KGpfpVumzcziOxJRZbURZTEAJARe arg1, double arg2, MethodInfo * method)); DO_APP_FUNC(0x01168390, void, Action_2_Object_Boolean___ctor, (Action_2_Object_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, Action_2_Object_Boolean__Invoke, (Action_2_Object_Boolean_ * __this, Object * arg1, bool arg2, MethodInfo * method)); DO_APP_FUNC(0x0149AA30, void, Action_2_Object_Dissonance_CodecSettings___ctor, (Action_2_Object_Dissonance_CodecSettings_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0149ABF0, void, Action_2_Object_Dissonance_CodecSettings__Invoke, (Action_2_Object_Dissonance_CodecSettings_ * __this, Object * arg1, CodecSettings arg2, MethodInfo * method)); DO_APP_FUNC(0x0149AC20, void, Action_2_Object_UnityEngine_Color___ctor, (Action_2_Object_UnityEngine_Color_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0149ADE0, void, Action_2_Object_UnityEngine_Color__Invoke, (Action_2_Object_UnityEngine_Color_ * __this, Object * arg1, Color arg2, MethodInfo * method)); DO_APP_FUNC(0x0149AE10, void, Action_2_Object_UnityEngine_InputSystem_LowLevel_InputEventPtr___ctor, (Action_2_Object_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, Action_2_Object_UnityEngine_InputSystem_LowLevel_InputEventPtr__Invoke, (Action_2_Object_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Object * arg1, InputEventPtr arg2, MethodInfo * method)); DO_APP_FUNC(0x01168550, void, Action_2_Object_Int32___ctor, (Action_2_Object_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, Action_2_Object_Int32__Invoke, (Action_2_Object_Int32_ * __this, Object * arg1, int32_t arg2, MethodInfo * method)); DO_APP_FUNC(0x01168550, void, Action_2_Object_Int32Enum___ctor, (Action_2_Object_Int32Enum_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, Action_2_Object_Int32Enum__Invoke, (Action_2_Object_Int32Enum_ * __this, Object * arg1, Int32Enum__Enum arg2, MethodInfo * method)); DO_APP_FUNC(0x0149AA30, void, Action_2_Object_UnityEngine_UIElements_StyleSheets_MatchResultInfo___ctor, (Action_2_Object_UnityEngine_UIElements_StyleSheets_MatchResultInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0149ABF0, void, Action_2_Object_UnityEngine_UIElements_StyleSheets_MatchResultInfo__Invoke, (Action_2_Object_UnityEngine_UIElements_StyleSheets_MatchResultInfo_ * __this, Object * arg1, MatchResultInfo arg2, MethodInfo * method)); DO_APP_FUNC(0x01015CE0, void, Action_2_Object_Object___ctor, (Action_2_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, Action_2_Object_Object__Invoke, (Action_2_Object_Object_ * __this, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x01168710, void, Action_2_Object_Single___ctor, (Action_2_Object_Single_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, Action_2_Object_Single__Invoke, (Action_2_Object_Single_ * __this, Object * arg1, float arg2, MethodInfo * method)); DO_APP_FUNC(0x0149AFD0, void, Action_2_Object_UnityEngine_UIElements_Experimental_StyleValues___ctor, (Action_2_Object_UnityEngine_UIElements_Experimental_StyleValues_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, Action_2_Object_UnityEngine_UIElements_Experimental_StyleValues__Invoke, (Action_2_Object_UnityEngine_UIElements_Experimental_StyleValues_ * __this, Object * arg1, StyleValues arg2, MethodInfo * method)); DO_APP_FUNC(0x01168550, void, Action_2_Object_UInt32___ctor, (Action_2_Object_UInt32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, Action_2_Object_UInt32__Invoke, (Action_2_Object_UInt32_ * __this, Object * arg1, uint32_t arg2, MethodInfo * method)); DO_APP_FUNC(0x0149B190, void, Action_2_Object_UnityEngine_Vector2___ctor, (Action_2_Object_UnityEngine_Vector2_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, Action_2_Object_UnityEngine_Vector2__Invoke, (Action_2_Object_UnityEngine_Vector2_ * __this, Object * arg1, Vector2 arg2, MethodInfo * method)); DO_APP_FUNC(0x0149B350, void, Action_2_Object_UnityEngine_Vector3___ctor, (Action_2_Object_UnityEngine_Vector3_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0149ABF0, void, Action_2_Object_UnityEngine_Vector3__Invoke, (Action_2_Object_UnityEngine_Vector3_ * __this, Object * arg1, Vector3 arg2, MethodInfo * method)); DO_APP_FUNC(0x0149AC20, void, Action_2_Object_UnityEngine_Vector4___ctor, (Action_2_Object_UnityEngine_Vector4_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0149ADE0, void, Action_2_Object_UnityEngine_Vector4__Invoke, (Action_2_Object_UnityEngine_Vector4_ * __this, Object * arg1, Vector4 arg2, MethodInfo * method)); DO_APP_FUNC(0x0149B510, void, Action_2_UnityEngine_PhysicsScene_Unity_Collections_NativeArray_1___ctor, (Action_2_UnityEngine_PhysicsScene_Unity_Collections_NativeArray_1_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0149ADE0, void, Action_2_UnityEngine_PhysicsScene_Unity_Collections_NativeArray_1__Invoke, (Action_2_UnityEngine_PhysicsScene_Unity_Collections_NativeArray_1_ * __this, PhysicsScene arg1, NativeArray_1_UnityEngine_ModifiableContactPair_ arg2, MethodInfo * method)); DO_APP_FUNC(0x0149B640, void, Action_2_UnityEngine_RaycastHit_Object___ctor, (Action_2_UnityEngine_RaycastHit_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0149B770, void, Action_2_UnityEngine_RaycastHit_Object__Invoke, (Action_2_UnityEngine_RaycastHit_Object_ * __this, RaycastHit arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x0149B7B0, void, Action_2_UnityEngine_Rendering_RenderTargetIdentifier_Object___ctor, (Action_2_UnityEngine_Rendering_RenderTargetIdentifier_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0149B8E0, void, Action_2_UnityEngine_Rendering_RenderTargetIdentifier_Object__Invoke, (Action_2_UnityEngine_Rendering_RenderTargetIdentifier_Object_ * __this, RenderTargetIdentifier arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x01108170, void, Action_2_Dissonance_RoomName_Object___ctor, (Action_2_Dissonance_RoomName_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x011082A0, void, Action_2_Dissonance_RoomName_Object__Invoke, (Action_2_Dissonance_RoomName_Object_ * __this, RoomName arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x0149B920, void, Action_2_Single_Object___ctor, (Action_2_Single_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, Action_2_Single_Object__Invoke, (Action_2_Single_Object_ * __this, float arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x01168B30, void, Action_2_Single_Single___ctor, (Action_2_Single_Single_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, Action_2_Single_Single__Invoke, (Action_2_Single_Single_ * __this, float arg1, float arg2, MethodInfo * method)); DO_APP_FUNC(0x01168130, void, Action_2_UInt32_Boolean___ctor, (Action_2_UInt32_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, Action_2_UInt32_Boolean__Invoke, (Action_2_UInt32_Boolean_ * __this, uint32_t arg1, bool arg2, MethodInfo * method)); DO_APP_FUNC(0x0149BA50, void, Action_2_UnityEngine_Vector3_Object___ctor, (Action_2_UnityEngine_Vector3_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0149BB80, void, Action_2_UnityEngine_Vector3_Object__Invoke, (Action_2_UnityEngine_Vector3_Object_ * __this, Vector3 arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x0149BBB0, void, Action_2_fsRiDBEERnIQlMGEHJRgRRiEbYqF_Double___ctor, (Action_2_fsRiDBEERnIQlMGEHJRgRRiEbYqF_Double_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0149B8E0, void, Action_2_fsRiDBEERnIQlMGEHJRgRRiEbYqF_Double__Invoke, (Action_2_fsRiDBEERnIQlMGEHJRgRRiEbYqF_Double_ * __this, fsRiDBEERnIQlMGEHJRgRRiEbYqF arg1, double arg2, MethodInfo * method)); DO_APP_FUNC(0x01407F20, void, Action_2_lNxFJILufgduJyEUwukEQTSTSOGU_Int32Enum___ctor, (Action_2_lNxFJILufgduJyEUwukEQTSTSOGU_Int32Enum_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, Action_2_lNxFJILufgduJyEUwukEQTSTSOGU_Int32Enum__Invoke, (Action_2_lNxFJILufgduJyEUwukEQTSTSOGU_Int32Enum_ * __this, lNxFJILufgduJyEUwukEQTSTSOGU arg1, Int32Enum__Enum arg2, MethodInfo * method)); DO_APP_FUNC(0x0149BCE0, void, Action_3_Boolean_Boolean_Int32___ctor, (Action_3_Boolean_Boolean_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, Action_3_Boolean_Boolean_Int32__Invoke, (Action_3_Boolean_Boolean_Int32_ * __this, bool arg1, bool arg2, int32_t arg3, MethodInfo * method)); DO_APP_FUNC(0x0149BE10, void, Action_3_Boolean_Int32_Int32___ctor, (Action_3_Boolean_Int32_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, Action_3_Boolean_Int32_Int32__Invoke, (Action_3_Boolean_Int32_Int32_ * __this, bool arg1, int32_t arg2, int32_t arg3, MethodInfo * method)); DO_APP_FUNC(0x0149BF40, void, Action_3_Boolean_UnityEngine_Vector3_UnityEngine_Vector3___ctor, (Action_3_Boolean_UnityEngine_Vector3_UnityEngine_Vector3_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0149C070, void, Action_3_Boolean_UnityEngine_Vector3_UnityEngine_Vector3__Invoke, (Action_3_Boolean_UnityEngine_Vector3_UnityEngine_Vector3_ * __this, bool arg1, Vector3 arg2, Vector3 arg3, MethodInfo * method)); DO_APP_FUNC(0x0149C0C0, void, Action_3_UnityEngine_InputSystem_Users_InputUser_Int32Enum_Object___ctor, (Action_3_UnityEngine_InputSystem_Users_InputUser_Int32Enum_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, Action_3_UnityEngine_InputSystem_Users_InputUser_Int32Enum_Object__Invoke, (Action_3_UnityEngine_InputSystem_Users_InputUser_Int32Enum_Object_ * __this, InputUser arg1, Int32Enum__Enum arg2, Object * arg3, MethodInfo * method)); DO_APP_FUNC(0x0149C1F0, void, Action_3_Int32_Int32_Int32___ctor, (Action_3_Int32_Int32_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, Action_3_Int32_Int32_Int32__Invoke, (Action_3_Int32_Int32_Int32_ * __this, int32_t arg1, int32_t arg2, int32_t arg3, MethodInfo * method)); DO_APP_FUNC(0x0149C320, void, Action_3_Int32Enum_Int32_Boolean___ctor, (Action_3_Int32Enum_Int32_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, Action_3_Int32Enum_Int32_Boolean__Invoke, (Action_3_Int32Enum_Int32_Boolean_ * __this, Int32Enum__Enum arg1, int32_t arg2, bool arg3, MethodInfo * method)); DO_APP_FUNC(0x0149C450, void, Action_3_Object_Boolean_UnityEngine_Profiling_Experimental_DebugScreenCapture___ctor, (Action_3_Object_Boolean_UnityEngine_Profiling_Experimental_DebugScreenCapture_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0149C610, void, Action_3_Object_Boolean_UnityEngine_Profiling_Experimental_DebugScreenCapture__Invoke, (Action_3_Object_Boolean_UnityEngine_Profiling_Experimental_DebugScreenCapture_ * __this, Object * arg1, bool arg2, DebugScreenCapture arg3, MethodInfo * method)); DO_APP_FUNC(0x0149C650, void, Action_3_Object_Object_Boolean___ctor, (Action_3_Object_Object_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, Action_3_Object_Object_Boolean__Invoke, (Action_3_Object_Object_Boolean_ * __this, Object * arg1, Object * arg2, bool arg3, MethodInfo * method)); DO_APP_FUNC(0x0149C810, void, Action_3_Object_Object_Int32___ctor, (Action_3_Object_Object_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, Action_3_Object_Object_Int32__Invoke, (Action_3_Object_Object_Int32_ * __this, Object * arg1, Object * arg2, int32_t arg3, MethodInfo * method)); DO_APP_FUNC(0x01169100, void, Action_3_Object_Object_Object___ctor, (Action_3_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, Action_3_Object_Object_Object__Invoke, (Action_3_Object_Object_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, MethodInfo * method)); DO_APP_FUNC(0x0149C9D0, void, Action_3_Object_Object_UnityEngine_Playables_Playable___ctor, (Action_3_Object_Object_UnityEngine_Playables_Playable_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0149CB90, void, Action_3_Object_Object_UnityEngine_Playables_Playable__Invoke, (Action_3_Object_Object_UnityEngine_Playables_Playable_ * __this, Object * arg1, Object * arg2, Playable arg3, MethodInfo * method)); DO_APP_FUNC(0x011692C0, void, Action_3_Single_Single_Single___ctor, (Action_3_Single_Single_Single_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x011693F0, void, Action_3_Single_Single_Single__Invoke, (Action_3_Single_Single_Single_ * __this, float arg1, float arg2, float arg3, MethodInfo * method)); DO_APP_FUNC(0x01169410, void, Action_3_UnityEngine_Vector3_UnityEngine_Vector3_Object___ctor, (Action_3_UnityEngine_Vector3_UnityEngine_Vector3_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01169540, void, Action_3_UnityEngine_Vector3_UnityEngine_Vector3_Object__Invoke, (Action_3_UnityEngine_Vector3_UnityEngine_Vector3_Object_ * __this, Vector3 arg1, Vector3 arg2, Object * arg3, MethodInfo * method)); DO_APP_FUNC(0x01169590, void, Action_3_UnityEngine_Vector3_UnityEngine_Vector3_Single___ctor, (Action_3_UnityEngine_Vector3_UnityEngine_Vector3_Single_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x011696C0, void, Action_3_UnityEngine_Vector3_UnityEngine_Vector3_Single__Invoke, (Action_3_UnityEngine_Vector3_UnityEngine_Vector3_Single_ * __this, Vector3 arg1, Vector3 arg2, float arg3, MethodInfo * method)); DO_APP_FUNC(0x0149CBC0, void, Action_4_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_Int32Enum_Int32_Object___ctor, (Action_4_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_Int32Enum_Int32_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0149CCF0, void, Action_4_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_Int32Enum_Int32_Object__Invoke, (Action_4_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_Int32Enum_Int32_Object_ * __this, AsyncOperationHandle arg1, Int32Enum__Enum arg2, int32_t arg3, Object * arg4, MethodInfo * method)); DO_APP_FUNC(0x0149CD40, void, Action_4_Int32_Object_Boolean_Boolean___ctor, (Action_4_Int32_Object_Boolean_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x004013B0, void, Action_4_Int32_Object_Boolean_Boolean__Invoke, (Action_4_Int32_Object_Boolean_Boolean_ * __this, int32_t arg1, Object * arg2, bool arg3, bool arg4, MethodInfo * method)); DO_APP_FUNC(0x0149CE70, void, Action_4_Int32_Object_Boolean_Object___ctor, (Action_4_Int32_Object_Boolean_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, Action_4_Int32_Object_Boolean_Object__Invoke, (Action_4_Int32_Object_Boolean_Object_ * __this, int32_t arg1, Object * arg2, bool arg3, Object * arg4, MethodInfo * method)); DO_APP_FUNC(0x0149CFA0, void, Action_4_Int32_UnityEngine_Vector3_UnityEngine_Vector3_Boolean___ctor, (Action_4_Int32_UnityEngine_Vector3_UnityEngine_Vector3_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0149D0D0, void, Action_4_Int32_UnityEngine_Vector3_UnityEngine_Vector3_Boolean__Invoke, (Action_4_Int32_UnityEngine_Vector3_UnityEngine_Vector3_Boolean_ * __this, int32_t arg1, Vector3 arg2, Vector3 arg3, bool arg4, MethodInfo * method)); DO_APP_FUNC(0x0149D130, void, Action_4_Object_Double_UnityEngine_InputSystem_LowLevel_InputEventPtr_Int64___ctor, (Action_4_Object_Double_UnityEngine_InputSystem_LowLevel_InputEventPtr_Int64_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0149D2F0, void, Action_4_Object_Double_UnityEngine_InputSystem_LowLevel_InputEventPtr_Int64__Invoke, (Action_4_Object_Double_UnityEngine_InputSystem_LowLevel_InputEventPtr_Int64_ * __this, Object * arg1, double arg2, InputEventPtr arg3, int64_t arg4, MethodInfo * method)); DO_APP_FUNC(0x0149D310, void, Action_4_Object_Double_Int64_Int32___ctor, (Action_4_Object_Double_Int64_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0149D2F0, void, Action_4_Object_Double_Int64_Int32__Invoke, (Action_4_Object_Double_Int64_Int32_ * __this, Object * arg1, double arg2, int64_t arg3, int32_t arg4, MethodInfo * method)); DO_APP_FUNC(0x0149D4D0, void, Action_4_Object_Int32_Boolean_Boolean___ctor, (Action_4_Object_Int32_Boolean_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x004013B0, void, Action_4_Object_Int32_Boolean_Boolean__Invoke, (Action_4_Object_Int32_Boolean_Boolean_ * __this, Object * arg1, int32_t arg2, bool arg3, bool arg4, MethodInfo * method)); DO_APP_FUNC(0x01169710, void, Action_4_Object_Object_Object_Object___ctor, (Action_4_Object_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, Action_4_Object_Object_Object_Object__Invoke, (Action_4_Object_Object_Object_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, MethodInfo * method)); DO_APP_FUNC(0x0149D690, void, Action_4_Object_Object_Single_Boolean___ctor, (Action_4_Object_Object_Single_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BAA5A0, void, Action_4_Object_Object_Single_Boolean__Invoke, (Action_4_Object_Object_Single_Boolean_ * __this, Object * arg1, Object * arg2, float arg3, bool arg4, MethodInfo * method)); DO_APP_FUNC(0x0149D850, void, Action_4_SRYVsvBnJRRIGpAZWqJVixPIiJrt_lNxFJILufgduJyEUwukEQTSTSOGU_UInt32_IntPtr___ctor, (Action_4_SRYVsvBnJRRIGpAZWqJVixPIiJrt_lNxFJILufgduJyEUwukEQTSTSOGU_UInt32_IntPtr_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, Action_4_SRYVsvBnJRRIGpAZWqJVixPIiJrt_lNxFJILufgduJyEUwukEQTSTSOGU_UInt32_IntPtr__Invoke, (Action_4_SRYVsvBnJRRIGpAZWqJVixPIiJrt_lNxFJILufgduJyEUwukEQTSTSOGU_UInt32_IntPtr_ * __this, SRYVsvBnJRRIGpAZWqJVixPIiJrt arg1, lNxFJILufgduJyEUwukEQTSTSOGU arg2, uint32_t arg3, void * arg4, MethodInfo * method)); DO_APP_FUNC(0x0149D980, void, Action_5_System_Object_System_Object_System_Object_System_Object_System_Object___ctor, (Action_5_System_Object_System_Object_System_Object_System_Object_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EBC90, void, Action_5_System_Object_System_Object_System_Object_System_Object_System_Object__Invoke, (Action_5_System_Object_System_Object_System_Object_System_Object_System_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, MethodInfo * method)); DO_APP_FUNC(0x0149DB40, void, Action_5_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object___ctor, (Action_5_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0149DC70, void, Action_5_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object__Invoke, (Action_5_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object_ * __this, float arg1, Vector3 arg2, Vector3 arg3, Object * arg4, Object * arg5, MethodInfo * method)); DO_APP_FUNC(0x0149D980, void, Action_5_Object_Object_Object_Object_Object___ctor, (Action_5_Object_Object_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EBC90, void, Action_5_Object_Object_Object_Object_Object__Invoke, (Action_5_Object_Object_Object_Object_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, MethodInfo * method)); DO_APP_FUNC(0x0149DCE0, void, Action_6_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object___ctor, (Action_6_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EBF80, void, Action_6_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object__Invoke, (Action_6_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, MethodInfo * method)); DO_APP_FUNC(0x0149DEA0, void, Action_6_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object_System_Object___ctor, (Action_6_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0149DFD0, void, Action_6_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object_System_Object__Invoke, (Action_6_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object_System_Object_ * __this, float arg1, Vector3 arg2, Vector3 arg3, Object * arg4, Object * arg5, Object * arg6, MethodInfo * method)); DO_APP_FUNC(0x0149DCE0, void, Action_6_Object_Object_Object_Object_Object_Object___ctor, (Action_6_Object_Object_Object_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EBF80, void, Action_6_Object_Object_Object_Object_Object_Object__Invoke, (Action_6_Object_Object_Object_Object_Object_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, MethodInfo * method)); DO_APP_FUNC(0x0149E050, void, Action_7_Object_Object_Object_Object_Object_Object_Object___ctor, (Action_7_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0149E210, void, Action_7_Object_Object_Object_Object_Object_Object_Object__Invoke, (Action_7_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, MethodInfo * method)); DO_APP_FUNC(0x0149E230, void, Action_8_Object_Object_Object_Object_Object_Object_Object_Object___ctor, (Action_8_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0149E3F0, void, Action_8_Object_Object_Object_Object_Object_Object_Object_Object__Invoke, (Action_8_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, MethodInfo * method)); DO_APP_FUNC(0x0149E410, void, Action_9_Object_Object_Object_Object_Object_Object_Object_Object_Object___ctor, (Action_9_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0149E5D0, void, Action_9_Object_Object_Object_Object_Object_Object_Object_Object_Object__Invoke, (Action_9_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, Object * arg9, MethodInfo * method)); DO_APP_FUNC(0x0149ECC0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_Background__Add, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_Background_ * __this, VisualElement * owner, StylePropertyId__Enum prop, StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_ timingData, Background styleData, MethodInfo * method)); DO_APP_FUNC(0x0149EAF0, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_Background_, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_Background__Create, (MethodInfo * method)); DO_APP_FUNC(0x0149F640, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_Background__GetActivePropertiesForElement, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_Background_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outProperties, MethodInfo * method)); DO_APP_FUNC(0x0149EB70, bool, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_Background__IndexOf, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_Background_ * __this, VisualElement * ve, StylePropertyId__Enum prop, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x0149E790, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_Background__LocalInit, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0149EF70, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_Background__Remove, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_Background_ * __this, int32_t cancelledIndex, MethodInfo * method)); DO_APP_FUNC(0x0149F540, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_Background__RemoveAll, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0149F4B0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_Background__RemoveAll_1, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_Background_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x0149F3F0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_Background__Replace, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_Background_ * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_ timingData, Background styleData, MethodInfo * method)); DO_APP_FUNC(0x0149E640, int32_t, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_Background__get_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0149E660, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_Background__set_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_Background_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0149FD50, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_UnityEngine_Color__Add, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_UnityEngine_Color_ * __this, VisualElement * owner, StylePropertyId__Enum prop, StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_ timingData, Color styleData, MethodInfo * method)); DO_APP_FUNC(0x0149FB80, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_UnityEngine_Color_, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_UnityEngine_Color__Create, (MethodInfo * method)); DO_APP_FUNC(0x014A0510, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_UnityEngine_Color__GetActivePropertiesForElement, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_UnityEngine_Color_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outProperties, MethodInfo * method)); DO_APP_FUNC(0x0149FC00, bool, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_UnityEngine_Color__IndexOf, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_UnityEngine_Color_ * __this, VisualElement * ve, StylePropertyId__Enum prop, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x0149F820, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_UnityEngine_Color__LocalInit, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0149FFA0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_UnityEngine_Color__Remove, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_UnityEngine_Color_ * __this, int32_t cancelledIndex, MethodInfo * method)); DO_APP_FUNC(0x014A0410, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_UnityEngine_Color__RemoveAll, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A0380, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_UnityEngine_Color__RemoveAll_1, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_UnityEngine_Color_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x014A0330, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_UnityEngine_Color__Replace, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_UnityEngine_Color_ * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_ timingData, Color styleData, MethodInfo * method)); DO_APP_FUNC(0x0149E640, int32_t, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_UnityEngine_Color__get_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0149F6F0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_UnityEngine_Color__set_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_UnityEngine_Color_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x014A0C20, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_FontDefinition__Add, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_FontDefinition_ * __this, VisualElement * owner, StylePropertyId__Enum prop, StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_ timingData, FontDefinition styleData, MethodInfo * method)); DO_APP_FUNC(0x014A0A50, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_FontDefinition_, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_FontDefinition__Create, (MethodInfo * method)); DO_APP_FUNC(0x014A1570, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_FontDefinition__GetActivePropertiesForElement, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_FontDefinition_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outProperties, MethodInfo * method)); DO_APP_FUNC(0x014A0AD0, bool, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_FontDefinition__IndexOf, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_FontDefinition_ * __this, VisualElement * ve, StylePropertyId__Enum prop, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x014A06F0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_FontDefinition__LocalInit, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A0ED0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_FontDefinition__Remove, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_FontDefinition_ * __this, int32_t cancelledIndex, MethodInfo * method)); DO_APP_FUNC(0x014A1470, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_FontDefinition__RemoveAll, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A13E0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_FontDefinition__RemoveAll_1, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_FontDefinition_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x014A1330, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_FontDefinition__Replace, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_FontDefinition_ * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_ timingData, FontDefinition styleData, MethodInfo * method)); DO_APP_FUNC(0x0149E640, int32_t, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_FontDefinition__get_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A05C0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_FontDefinition__set_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_FontDefinition_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x014A1C80, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_System_Int32__Add, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_System_Int32_ * __this, VisualElement * owner, StylePropertyId__Enum prop, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_ timingData, int32_t styleData, MethodInfo * method)); DO_APP_FUNC(0x014A1AB0, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_System_Int32_, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_System_Int32__Create, (MethodInfo * method)); DO_APP_FUNC(0x014A2400, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_System_Int32__GetActivePropertiesForElement, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_System_Int32_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outProperties, MethodInfo * method)); DO_APP_FUNC(0x014A1B30, bool, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_System_Int32__IndexOf, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_System_Int32_ * __this, VisualElement * ve, StylePropertyId__Enum prop, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x014A1750, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_System_Int32__LocalInit, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A1EC0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_System_Int32__Remove, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_System_Int32_ * __this, int32_t cancelledIndex, MethodInfo * method)); DO_APP_FUNC(0x014A2300, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_System_Int32__RemoveAll, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A2270, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_System_Int32__RemoveAll_1, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_System_Int32_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x014A2220, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_System_Int32__Replace, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_System_Int32_ * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_ timingData, int32_t styleData, MethodInfo * method)); DO_APP_FUNC(0x0149E640, int32_t, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_System_Int32__get_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A1620, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_System_Int32__set_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x014A2B10, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_Length__Add, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_Length_ * __this, VisualElement * owner, StylePropertyId__Enum prop, StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_ timingData, Length styleData, MethodInfo * method)); DO_APP_FUNC(0x014A2940, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_Length_, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_Length__Create, (MethodInfo * method)); DO_APP_FUNC(0x014A3290, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_Length__GetActivePropertiesForElement, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_Length_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outProperties, MethodInfo * method)); DO_APP_FUNC(0x014A29C0, bool, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_Length__IndexOf, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_Length_ * __this, VisualElement * ve, StylePropertyId__Enum prop, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x014A25E0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_Length__LocalInit, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_Length_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A2D50, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_Length__Remove, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_Length_ * __this, int32_t cancelledIndex, MethodInfo * method)); DO_APP_FUNC(0x014A3190, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_Length__RemoveAll, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_Length_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A3100, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_Length__RemoveAll_1, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_Length_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x014A30B0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_Length__Replace, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_Length_ * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_ timingData, Length styleData, MethodInfo * method)); DO_APP_FUNC(0x0149E640, int32_t, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_Length__get_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_Length_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A24B0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_Length__set_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_Length_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x014A39A0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_System_Object__Add, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_System_Object_ * __this, VisualElement * owner, StylePropertyId__Enum prop, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_ timingData, Object * styleData, MethodInfo * method)); DO_APP_FUNC(0x014A37D0, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_System_Object_, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_System_Object__Create, (MethodInfo * method)); DO_APP_FUNC(0x014A4120, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_System_Object__GetActivePropertiesForElement, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_System_Object_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outProperties, MethodInfo * method)); DO_APP_FUNC(0x014A3850, bool, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_System_Object__IndexOf, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_System_Object_ * __this, VisualElement * ve, StylePropertyId__Enum prop, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x014A3470, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_System_Object__LocalInit, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A3BE0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_System_Object__Remove, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_System_Object_ * __this, int32_t cancelledIndex, MethodInfo * method)); DO_APP_FUNC(0x014A4020, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_System_Object__RemoveAll, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A3F90, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_System_Object__RemoveAll_1, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_System_Object_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x014A3F50, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_System_Object__Replace, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_System_Object_ * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_ timingData, Object * styleData, MethodInfo * method)); DO_APP_FUNC(0x0149E640, int32_t, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_System_Object__get_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A3340, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_System_Object__set_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x014A4830, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_Rotate__Add, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_Rotate_ * __this, VisualElement * owner, StylePropertyId__Enum prop, StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_ timingData, Rotate_1 styleData, MethodInfo * method)); DO_APP_FUNC(0x014A4660, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_Rotate_, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_Rotate__Create, (MethodInfo * method)); DO_APP_FUNC(0x014A5040, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_Rotate__GetActivePropertiesForElement, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_Rotate_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outProperties, MethodInfo * method)); DO_APP_FUNC(0x014A46E0, bool, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_Rotate__IndexOf, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_Rotate_ * __this, VisualElement * ve, StylePropertyId__Enum prop, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x014A4300, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_Rotate__LocalInit, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_Rotate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A4A90, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_Rotate__Remove, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_Rotate_ * __this, int32_t cancelledIndex, MethodInfo * method)); DO_APP_FUNC(0x014A4F40, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_Rotate__RemoveAll, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_Rotate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A4EB0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_Rotate__RemoveAll_1, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_Rotate_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x014A4E50, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_Rotate__Replace, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_Rotate_ * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_ timingData, Rotate_1 styleData, MethodInfo * method)); DO_APP_FUNC(0x0149E640, int32_t, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_Rotate__get_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_Rotate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A41D0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_Rotate__set_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_Rotate_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x014A5750, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_Scale__Add, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_Scale_ * __this, VisualElement * owner, StylePropertyId__Enum prop, StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_ timingData, Scale styleData, MethodInfo * method)); DO_APP_FUNC(0x014A5580, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_Scale_, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_Scale__Create, (MethodInfo * method)); DO_APP_FUNC(0x014A5EC0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_Scale__GetActivePropertiesForElement, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_Scale_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outProperties, MethodInfo * method)); DO_APP_FUNC(0x014A5600, bool, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_Scale__IndexOf, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_Scale_ * __this, VisualElement * ve, StylePropertyId__Enum prop, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x014A5220, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_Scale__LocalInit, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_Scale_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A59A0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_Scale__Remove, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_Scale_ * __this, int32_t cancelledIndex, MethodInfo * method)); DO_APP_FUNC(0x014A5DC0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_Scale__RemoveAll, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_Scale_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A5D30, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_Scale__RemoveAll_1, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_Scale_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x014A0330, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_Scale__Replace, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_Scale_ * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_ timingData, Scale styleData, MethodInfo * method)); DO_APP_FUNC(0x0149E640, int32_t, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_Scale__get_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_Scale_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A50F0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_Scale__set_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_Scale_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x014A65D0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_System_Single__Add, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_System_Single_ * __this, VisualElement * owner, StylePropertyId__Enum prop, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_ timingData, float styleData, MethodInfo * method)); DO_APP_FUNC(0x014A6400, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_System_Single_, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_System_Single__Create, (MethodInfo * method)); DO_APP_FUNC(0x014A6D50, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_System_Single__GetActivePropertiesForElement, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_System_Single_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outProperties, MethodInfo * method)); DO_APP_FUNC(0x014A6480, bool, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_System_Single__IndexOf, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_System_Single_ * __this, VisualElement * ve, StylePropertyId__Enum prop, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x014A60A0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_System_Single__LocalInit, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A6810, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_System_Single__Remove, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_System_Single_ * __this, int32_t cancelledIndex, MethodInfo * method)); DO_APP_FUNC(0x014A6C50, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_System_Single__RemoveAll, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A6BC0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_System_Single__RemoveAll_1, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_System_Single_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x014A6B70, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_System_Single__Replace, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_System_Single_ * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_ timingData, float styleData, MethodInfo * method)); DO_APP_FUNC(0x0149E640, int32_t, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_System_Single__get_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A5F70, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_System_Single__set_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_System_Single_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x014A7460, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_TextShadow__Add, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_TextShadow_ * __this, VisualElement * owner, StylePropertyId__Enum prop, StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_ timingData, TextShadow styleData, MethodInfo * method)); DO_APP_FUNC(0x014A7290, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_TextShadow_, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_TextShadow__Create, (MethodInfo * method)); DO_APP_FUNC(0x014A7C90, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_TextShadow__GetActivePropertiesForElement, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_TextShadow_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outProperties, MethodInfo * method)); DO_APP_FUNC(0x014A7310, bool, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_TextShadow__IndexOf, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_TextShadow_ * __this, VisualElement * ve, StylePropertyId__Enum prop, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x014A6F30, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_TextShadow__LocalInit, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_TextShadow_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A76C0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_TextShadow__Remove, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_TextShadow_ * __this, int32_t cancelledIndex, MethodInfo * method)); DO_APP_FUNC(0x014A7B90, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_TextShadow__RemoveAll, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_TextShadow_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A7B00, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_TextShadow__RemoveAll_1, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_TextShadow_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x014A7A90, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_TextShadow__Replace, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_TextShadow_ * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_ timingData, TextShadow styleData, MethodInfo * method)); DO_APP_FUNC(0x0149E640, int32_t, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_TextShadow__get_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_TextShadow_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A6E00, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_TextShadow__set_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_TextShadow_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x014A83A0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_TransformOrigin__Add, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_TransformOrigin_ * __this, VisualElement * owner, StylePropertyId__Enum prop, StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_ timingData, TransformOrigin styleData, MethodInfo * method)); DO_APP_FUNC(0x014A81D0, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_TransformOrigin_, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_TransformOrigin__Create, (MethodInfo * method)); DO_APP_FUNC(0x014A8B90, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_TransformOrigin__GetActivePropertiesForElement, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_TransformOrigin_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outProperties, MethodInfo * method)); DO_APP_FUNC(0x014A8250, bool, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_TransformOrigin__IndexOf, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_TransformOrigin_ * __this, VisualElement * ve, StylePropertyId__Enum prop, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x014A7E70, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_TransformOrigin__LocalInit, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_TransformOrigin_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A8600, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_TransformOrigin__Remove, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_TransformOrigin_ * __this, int32_t cancelledIndex, MethodInfo * method)); DO_APP_FUNC(0x014A8A90, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_TransformOrigin__RemoveAll, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_TransformOrigin_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A8A00, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_TransformOrigin__RemoveAll_1, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_TransformOrigin_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x014A89A0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_TransformOrigin__Replace, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_TransformOrigin_ * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_ timingData, TransformOrigin styleData, MethodInfo * method)); DO_APP_FUNC(0x0149E640, int32_t, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_TransformOrigin__get_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_TransformOrigin_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A7D40, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_TransformOrigin__set_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_TransformOrigin_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x014A92A0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_Translate__Add, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_Translate_ * __this, VisualElement * owner, StylePropertyId__Enum prop, StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_ timingData, Translate_1 styleData, MethodInfo * method)); DO_APP_FUNC(0x014A90D0, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_Translate_, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_Translate__Create, (MethodInfo * method)); DO_APP_FUNC(0x014A9A50, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_Translate__GetActivePropertiesForElement, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_Translate_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outProperties, MethodInfo * method)); DO_APP_FUNC(0x014A9150, bool, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_Translate__IndexOf, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_Translate_ * __this, VisualElement * ve, StylePropertyId__Enum prop, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x014A8D70, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_Translate__LocalInit, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_Translate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A9500, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_Translate__Remove, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_Translate_ * __this, int32_t cancelledIndex, MethodInfo * method)); DO_APP_FUNC(0x014A9950, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_Translate__RemoveAll, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_Translate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A98C0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_Translate__RemoveAll_1, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_Translate_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x014A4E50, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_Translate__Replace, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_Translate_ * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_ timingData, Translate_1 styleData, MethodInfo * method)); DO_APP_FUNC(0x0149E640, int32_t, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_Translate__get_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_Translate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A8C40, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_Translate__set_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_Translate_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x014AA160, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Background_StylePropertyAnimationSystem_Values_1_T_StyleData_Background__Add, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Background_StylePropertyAnimationSystem_Values_1_T_StyleData_Background_ * __this, VisualElement * owner, StylePropertyId__Enum prop, StylePropertyAnimationSystem_Values_1_T_TimingData_Background_ timingData, StylePropertyAnimationSystem_Values_1_T_StyleData_Background_ styleData, MethodInfo * method)); DO_APP_FUNC(0x014A9F90, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Background_StylePropertyAnimationSystem_Values_1_T_StyleData_Background_, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Background_StylePropertyAnimationSystem_Values_1_T_StyleData_Background__Create, (MethodInfo * method)); DO_APP_FUNC(0x014AAC50, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Background_StylePropertyAnimationSystem_Values_1_T_StyleData_Background__GetActivePropertiesForElement, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Background_StylePropertyAnimationSystem_Values_1_T_StyleData_Background_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outProperties, MethodInfo * method)); DO_APP_FUNC(0x014AA010, bool, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Background_StylePropertyAnimationSystem_Values_1_T_StyleData_Background__IndexOf, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Background_StylePropertyAnimationSystem_Values_1_T_StyleData_Background_ * __this, VisualElement * ve, StylePropertyId__Enum prop, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x014A9C30, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Background_StylePropertyAnimationSystem_Values_1_T_StyleData_Background__LocalInit, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Background_StylePropertyAnimationSystem_Values_1_T_StyleData_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014AA470, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Background_StylePropertyAnimationSystem_Values_1_T_StyleData_Background__Remove, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Background_StylePropertyAnimationSystem_Values_1_T_StyleData_Background_ * __this, int32_t cancelledIndex, MethodInfo * method)); DO_APP_FUNC(0x014AAB50, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Background_StylePropertyAnimationSystem_Values_1_T_StyleData_Background__RemoveAll, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Background_StylePropertyAnimationSystem_Values_1_T_StyleData_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014AAAC0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Background_StylePropertyAnimationSystem_Values_1_T_StyleData_Background__RemoveAll_1, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Background_StylePropertyAnimationSystem_Values_1_T_StyleData_Background_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x014AA990, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Background_StylePropertyAnimationSystem_Values_1_T_StyleData_Background__Replace, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Background_StylePropertyAnimationSystem_Values_1_T_StyleData_Background_ * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_Background_ timingData, StylePropertyAnimationSystem_Values_1_T_StyleData_Background_ styleData, MethodInfo * method)); DO_APP_FUNC(0x0149E640, int32_t, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Background_StylePropertyAnimationSystem_Values_1_T_StyleData_Background__get_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Background_StylePropertyAnimationSystem_Values_1_T_StyleData_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014A9B00, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Background_StylePropertyAnimationSystem_Values_1_T_StyleData_Background__set_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Background_StylePropertyAnimationSystem_Values_1_T_StyleData_Background_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x014AB360, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color__Add, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color_ * __this, VisualElement * owner, StylePropertyId__Enum prop, StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_ timingData, StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color_ styleData, MethodInfo * method)); DO_APP_FUNC(0x014AB190, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color_, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color__Create, (MethodInfo * method)); DO_APP_FUNC(0x014ABDC0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color__GetActivePropertiesForElement, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outProperties, MethodInfo * method)); DO_APP_FUNC(0x014AB210, bool, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color__IndexOf, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color_ * __this, VisualElement * ve, StylePropertyId__Enum prop, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x014AAE30, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color__LocalInit, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014AB650, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color__Remove, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color_ * __this, int32_t cancelledIndex, MethodInfo * method)); DO_APP_FUNC(0x014ABCC0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color__RemoveAll, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014ABC30, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color__RemoveAll_1, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x014ABB40, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color__Replace, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color_ * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_ timingData, StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color_ styleData, MethodInfo * method)); DO_APP_FUNC(0x0149E640, int32_t, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color__get_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014AAD00, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color__set_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x014AC4D0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition__Add, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition_ * __this, VisualElement * owner, StylePropertyId__Enum prop, StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_ timingData, StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition_ styleData, MethodInfo * method)); DO_APP_FUNC(0x014AC300, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition_, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition__Create, (MethodInfo * method)); DO_APP_FUNC(0x014AD0D0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition__GetActivePropertiesForElement, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outProperties, MethodInfo * method)); DO_APP_FUNC(0x014AC380, bool, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition__IndexOf, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition_ * __this, VisualElement * ve, StylePropertyId__Enum prop, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x014ABFA0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition__LocalInit, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014AC810, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition__Remove, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition_ * __this, int32_t cancelledIndex, MethodInfo * method)); DO_APP_FUNC(0x014ACFD0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition__RemoveAll, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014ACF40, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition__RemoveAll_1, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x014ACDE0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition__Replace, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition_ * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_ timingData, StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition_ styleData, MethodInfo * method)); DO_APP_FUNC(0x0149E640, int32_t, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition__get_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014ABE70, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition__set_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x014AD7E0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32__Add, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32_ * __this, VisualElement * owner, StylePropertyId__Enum prop, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_ timingData, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32_ styleData, MethodInfo * method)); DO_APP_FUNC(0x014AD610, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32_, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32__Create, (MethodInfo * method)); DO_APP_FUNC(0x014AE1E0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32__GetActivePropertiesForElement, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outProperties, MethodInfo * method)); DO_APP_FUNC(0x014AD690, bool, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32__IndexOf, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32_ * __this, VisualElement * ve, StylePropertyId__Enum prop, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x014AD2B0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32__LocalInit, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014ADAB0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32__Remove, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32_ * __this, int32_t cancelledIndex, MethodInfo * method)); DO_APP_FUNC(0x014AE0E0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32__RemoveAll, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014AE050, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32__RemoveAll_1, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x014ADF70, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32__Replace, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32_ * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_ timingData, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32_ styleData, MethodInfo * method)); DO_APP_FUNC(0x0149E640, int32_t, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32__get_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014AD180, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32__set_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x014AE8F0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Length_StylePropertyAnimationSystem_Values_1_T_StyleData_Length__Add, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Length_StylePropertyAnimationSystem_Values_1_T_StyleData_Length_ * __this, VisualElement * owner, StylePropertyId__Enum prop, StylePropertyAnimationSystem_Values_1_T_TimingData_Length_ timingData, StylePropertyAnimationSystem_Values_1_T_StyleData_Length_ styleData, MethodInfo * method)); DO_APP_FUNC(0x014AE720, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Length_StylePropertyAnimationSystem_Values_1_T_StyleData_Length_, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Length_StylePropertyAnimationSystem_Values_1_T_StyleData_Length__Create, (MethodInfo * method)); DO_APP_FUNC(0x014AF310, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Length_StylePropertyAnimationSystem_Values_1_T_StyleData_Length__GetActivePropertiesForElement, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Length_StylePropertyAnimationSystem_Values_1_T_StyleData_Length_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outProperties, MethodInfo * method)); DO_APP_FUNC(0x014AE7A0, bool, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Length_StylePropertyAnimationSystem_Values_1_T_StyleData_Length__IndexOf, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Length_StylePropertyAnimationSystem_Values_1_T_StyleData_Length_ * __this, VisualElement * ve, StylePropertyId__Enum prop, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x014AE3C0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Length_StylePropertyAnimationSystem_Values_1_T_StyleData_Length__LocalInit, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Length_StylePropertyAnimationSystem_Values_1_T_StyleData_Length_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014AEBD0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Length_StylePropertyAnimationSystem_Values_1_T_StyleData_Length__Remove, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Length_StylePropertyAnimationSystem_Values_1_T_StyleData_Length_ * __this, int32_t cancelledIndex, MethodInfo * method)); DO_APP_FUNC(0x014AF210, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Length_StylePropertyAnimationSystem_Values_1_T_StyleData_Length__RemoveAll, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Length_StylePropertyAnimationSystem_Values_1_T_StyleData_Length_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014AF180, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Length_StylePropertyAnimationSystem_Values_1_T_StyleData_Length__RemoveAll_1, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Length_StylePropertyAnimationSystem_Values_1_T_StyleData_Length_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x014AF0A0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Length_StylePropertyAnimationSystem_Values_1_T_StyleData_Length__Replace, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Length_StylePropertyAnimationSystem_Values_1_T_StyleData_Length_ * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_Length_ timingData, StylePropertyAnimationSystem_Values_1_T_StyleData_Length_ styleData, MethodInfo * method)); DO_APP_FUNC(0x0149E640, int32_t, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Length_StylePropertyAnimationSystem_Values_1_T_StyleData_Length__get_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Length_StylePropertyAnimationSystem_Values_1_T_StyleData_Length_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014AE290, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Length_StylePropertyAnimationSystem_Values_1_T_StyleData_Length__set_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Length_StylePropertyAnimationSystem_Values_1_T_StyleData_Length_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x014AFA20, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object__Add, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object_ * __this, VisualElement * owner, StylePropertyId__Enum prop, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_ timingData, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object_ styleData, MethodInfo * method)); DO_APP_FUNC(0x014AF850, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object_, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object__Create, (MethodInfo * method)); DO_APP_FUNC(0x014B05B0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object__GetActivePropertiesForElement, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outProperties, MethodInfo * method)); DO_APP_FUNC(0x014AF8D0, bool, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object__IndexOf, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object_ * __this, VisualElement * ve, StylePropertyId__Enum prop, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x014AF4F0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object__LocalInit, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014AFD50, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object__Remove, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object_ * __this, int32_t cancelledIndex, MethodInfo * method)); DO_APP_FUNC(0x014B04B0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object__RemoveAll, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B0420, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object__RemoveAll_1, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x014B02E0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object__Replace, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object_ * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_ timingData, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object_ styleData, MethodInfo * method)); DO_APP_FUNC(0x0149E640, int32_t, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object__get_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014AF3C0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object__set_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x014B0CC0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate__Add, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate_ * __this, VisualElement * owner, StylePropertyId__Enum prop, StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_ timingData, StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate_ styleData, MethodInfo * method)); DO_APP_FUNC(0x014B0AF0, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate_, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate__Create, (MethodInfo * method)); DO_APP_FUNC(0x014B1770, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate__GetActivePropertiesForElement, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outProperties, MethodInfo * method)); DO_APP_FUNC(0x014B0B70, bool, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate__IndexOf, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate_ * __this, VisualElement * ve, StylePropertyId__Enum prop, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x014B0790, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate__LocalInit, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B0FC0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate__Remove, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate_ * __this, int32_t cancelledIndex, MethodInfo * method)); DO_APP_FUNC(0x014B1670, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate__RemoveAll, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B15E0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate__RemoveAll_1, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x014B14D0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate__Replace, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate_ * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_ timingData, StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate_ styleData, MethodInfo * method)); DO_APP_FUNC(0x0149E640, int32_t, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate__get_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B0660, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate__set_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x014B1E80, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_StylePropertyAnimationSystem_Values_1_T_StyleData_Scale__Add, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_StylePropertyAnimationSystem_Values_1_T_StyleData_Scale_ * __this, VisualElement * owner, StylePropertyId__Enum prop, StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_ timingData, StylePropertyAnimationSystem_Values_1_T_StyleData_Scale_ styleData, MethodInfo * method)); DO_APP_FUNC(0x014B1CB0, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_StylePropertyAnimationSystem_Values_1_T_StyleData_Scale_, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_StylePropertyAnimationSystem_Values_1_T_StyleData_Scale__Create, (MethodInfo * method)); DO_APP_FUNC(0x014B27F0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_StylePropertyAnimationSystem_Values_1_T_StyleData_Scale__GetActivePropertiesForElement, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_StylePropertyAnimationSystem_Values_1_T_StyleData_Scale_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outProperties, MethodInfo * method)); DO_APP_FUNC(0x014B1D30, bool, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_StylePropertyAnimationSystem_Values_1_T_StyleData_Scale__IndexOf, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_StylePropertyAnimationSystem_Values_1_T_StyleData_Scale_ * __this, VisualElement * ve, StylePropertyId__Enum prop, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x014B1950, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_StylePropertyAnimationSystem_Values_1_T_StyleData_Scale__LocalInit, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_StylePropertyAnimationSystem_Values_1_T_StyleData_Scale_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B2170, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_StylePropertyAnimationSystem_Values_1_T_StyleData_Scale__Remove, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_StylePropertyAnimationSystem_Values_1_T_StyleData_Scale_ * __this, int32_t cancelledIndex, MethodInfo * method)); DO_APP_FUNC(0x014B26F0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_StylePropertyAnimationSystem_Values_1_T_StyleData_Scale__RemoveAll, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_StylePropertyAnimationSystem_Values_1_T_StyleData_Scale_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B2660, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_StylePropertyAnimationSystem_Values_1_T_StyleData_Scale__RemoveAll_1, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_StylePropertyAnimationSystem_Values_1_T_StyleData_Scale_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x014ABB40, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_StylePropertyAnimationSystem_Values_1_T_StyleData_Scale__Replace, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_StylePropertyAnimationSystem_Values_1_T_StyleData_Scale_ * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_ timingData, StylePropertyAnimationSystem_Values_1_T_StyleData_Scale_ styleData, MethodInfo * method)); DO_APP_FUNC(0x0149E640, int32_t, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_StylePropertyAnimationSystem_Values_1_T_StyleData_Scale__get_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_StylePropertyAnimationSystem_Values_1_T_StyleData_Scale_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B1820, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_StylePropertyAnimationSystem_Values_1_T_StyleData_Scale__set_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_StylePropertyAnimationSystem_Values_1_T_StyleData_Scale_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x014B2F00, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single__Add, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single_ * __this, VisualElement * owner, StylePropertyId__Enum prop, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_ timingData, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single_ styleData, MethodInfo * method)); DO_APP_FUNC(0x014B2D30, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single_, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single__Create, (MethodInfo * method)); DO_APP_FUNC(0x014B3820, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single__GetActivePropertiesForElement, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outProperties, MethodInfo * method)); DO_APP_FUNC(0x014B2DB0, bool, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single__IndexOf, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single_ * __this, VisualElement * ve, StylePropertyId__Enum prop, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x014B29D0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single__LocalInit, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B31D0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single__Remove, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single_ * __this, int32_t cancelledIndex, MethodInfo * method)); DO_APP_FUNC(0x014B3720, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single__RemoveAll, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B3690, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single__RemoveAll_1, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x014ADF70, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single__Replace, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single_ * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_ timingData, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single_ styleData, MethodInfo * method)); DO_APP_FUNC(0x0149E640, int32_t, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single__get_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B28A0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single__set_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x014B3F30, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow__Add, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow_ * __this, VisualElement * owner, StylePropertyId__Enum prop, StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_ timingData, StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow_ styleData, MethodInfo * method)); DO_APP_FUNC(0x014B3D60, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow_, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow__Create, (MethodInfo * method)); DO_APP_FUNC(0x014B49E0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow__GetActivePropertiesForElement, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outProperties, MethodInfo * method)); DO_APP_FUNC(0x014B3DE0, bool, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow__IndexOf, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow_ * __this, VisualElement * ve, StylePropertyId__Enum prop, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x014B3A00, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow__LocalInit, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B4230, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow__Remove, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow_ * __this, int32_t cancelledIndex, MethodInfo * method)); DO_APP_FUNC(0x014B48E0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow__RemoveAll, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B4850, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow__RemoveAll_1, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x014B4740, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow__Replace, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow_ * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_ timingData, StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow_ styleData, MethodInfo * method)); DO_APP_FUNC(0x0149E640, int32_t, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow__get_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B38D0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow__set_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x014B50F0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin__Add, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin_ * __this, VisualElement * owner, StylePropertyId__Enum prop, StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_ timingData, StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin_ styleData, MethodInfo * method)); DO_APP_FUNC(0x014B4F20, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin_, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin__Create, (MethodInfo * method)); DO_APP_FUNC(0x014B5B70, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin__GetActivePropertiesForElement, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outProperties, MethodInfo * method)); DO_APP_FUNC(0x014B4FA0, bool, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin__IndexOf, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin_ * __this, VisualElement * ve, StylePropertyId__Enum prop, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x014B4BC0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin__LocalInit, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B53E0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin__Remove, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin_ * __this, int32_t cancelledIndex, MethodInfo * method)); DO_APP_FUNC(0x014B5A70, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin__RemoveAll, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B59E0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin__RemoveAll_1, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x014B58E0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin__Replace, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin_ * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_ timingData, StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin_ styleData, MethodInfo * method)); DO_APP_FUNC(0x0149E640, int32_t, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin__get_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B4A90, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin__set_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x014B6280, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_StylePropertyAnimationSystem_Values_1_T_StyleData_Translate__Add, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_StylePropertyAnimationSystem_Values_1_T_StyleData_Translate_ * __this, VisualElement * owner, StylePropertyId__Enum prop, StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_ timingData, StylePropertyAnimationSystem_Values_1_T_StyleData_Translate_ styleData, MethodInfo * method)); DO_APP_FUNC(0x014B60B0, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_StylePropertyAnimationSystem_Values_1_T_StyleData_Translate_, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_StylePropertyAnimationSystem_Values_1_T_StyleData_Translate__Create, (MethodInfo * method)); DO_APP_FUNC(0x014B6C20, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_StylePropertyAnimationSystem_Values_1_T_StyleData_Translate__GetActivePropertiesForElement, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_StylePropertyAnimationSystem_Values_1_T_StyleData_Translate_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outProperties, MethodInfo * method)); DO_APP_FUNC(0x014B6130, bool, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_StylePropertyAnimationSystem_Values_1_T_StyleData_Translate__IndexOf, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_StylePropertyAnimationSystem_Values_1_T_StyleData_Translate_ * __this, VisualElement * ve, StylePropertyId__Enum prop, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x014B5D50, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_StylePropertyAnimationSystem_Values_1_T_StyleData_Translate__LocalInit, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_StylePropertyAnimationSystem_Values_1_T_StyleData_Translate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B6580, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_StylePropertyAnimationSystem_Values_1_T_StyleData_Translate__Remove, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_StylePropertyAnimationSystem_Values_1_T_StyleData_Translate_ * __this, int32_t cancelledIndex, MethodInfo * method)); DO_APP_FUNC(0x014B6B20, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_StylePropertyAnimationSystem_Values_1_T_StyleData_Translate__RemoveAll, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_StylePropertyAnimationSystem_Values_1_T_StyleData_Translate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B6A90, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_StylePropertyAnimationSystem_Values_1_T_StyleData_Translate__RemoveAll_1, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_StylePropertyAnimationSystem_Values_1_T_StyleData_Translate_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x014B14D0, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_StylePropertyAnimationSystem_Values_1_T_StyleData_Translate__Replace, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_StylePropertyAnimationSystem_Values_1_T_StyleData_Translate_ * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_ timingData, StylePropertyAnimationSystem_Values_1_T_StyleData_Translate_ styleData, MethodInfo * method)); DO_APP_FUNC(0x0149E640, int32_t, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_StylePropertyAnimationSystem_Values_1_T_StyleData_Translate__get_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_StylePropertyAnimationSystem_Values_1_T_StyleData_Translate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B5C20, void, StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_StylePropertyAnimationSystem_Values_1_T_StyleData_Translate__set_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_StylePropertyAnimationSystem_Values_1_T_StyleData_Translate_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x014B7330, void, StylePropertyAnimationSystem_AnimationDataSet_2_System_Object_System_Object__Add, (StylePropertyAnimationSystem_AnimationDataSet_2_System_Object_System_Object_ * __this, VisualElement * owner, StylePropertyId__Enum prop, Object * timingData, Object * styleData, MethodInfo * method)); DO_APP_FUNC(0x014B7160, StylePropertyAnimationSystem_AnimationDataSet_2_System_Object_System_Object_, StylePropertyAnimationSystem_AnimationDataSet_2_System_Object_System_Object__Create, (MethodInfo * method)); DO_APP_FUNC(0x014B7AD0, void, StylePropertyAnimationSystem_AnimationDataSet_2_System_Object_System_Object__GetActivePropertiesForElement, (StylePropertyAnimationSystem_AnimationDataSet_2_System_Object_System_Object_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outProperties, MethodInfo * method)); DO_APP_FUNC(0x014B71E0, bool, StylePropertyAnimationSystem_AnimationDataSet_2_System_Object_System_Object__IndexOf, (StylePropertyAnimationSystem_AnimationDataSet_2_System_Object_System_Object_ * __this, VisualElement * ve, StylePropertyId__Enum prop, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x014B6E00, void, StylePropertyAnimationSystem_AnimationDataSet_2_System_Object_System_Object__LocalInit, (StylePropertyAnimationSystem_AnimationDataSet_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B7570, void, StylePropertyAnimationSystem_AnimationDataSet_2_System_Object_System_Object__Remove, (StylePropertyAnimationSystem_AnimationDataSet_2_System_Object_System_Object_ * __this, int32_t cancelledIndex, MethodInfo * method)); DO_APP_FUNC(0x014B79D0, void, StylePropertyAnimationSystem_AnimationDataSet_2_System_Object_System_Object__RemoveAll, (StylePropertyAnimationSystem_AnimationDataSet_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B7940, void, StylePropertyAnimationSystem_AnimationDataSet_2_System_Object_System_Object__RemoveAll_1, (StylePropertyAnimationSystem_AnimationDataSet_2_System_Object_System_Object_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x014B78E0, void, StylePropertyAnimationSystem_AnimationDataSet_2_System_Object_System_Object__Replace, (StylePropertyAnimationSystem_AnimationDataSet_2_System_Object_System_Object_ * __this, int32_t index, Object * timingData, Object * styleData, MethodInfo * method)); DO_APP_FUNC(0x0149E640, int32_t, StylePropertyAnimationSystem_AnimationDataSet_2_System_Object_System_Object__get_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B6CD0, void, StylePropertyAnimationSystem_AnimationDataSet_2_System_Object_System_Object__set_capacity, (StylePropertyAnimationSystem_AnimationDataSet_2_System_Object_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x014B7B80, void, ArrayBuilder_1_System_Object___ctor, (ArrayBuilder_1_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x014B7C20, Object__Array *, ArrayBuilder_1_System_Object__ToArray, (ArrayBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B7D30, void, ArrayBuilder_1_System_Object__UncheckedAdd, (ArrayBuilder_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x014B7D80, void, ArrayBuilder_1_System_Object__1_Add, (ArrayBuilder_1_System_Object__1 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x014B7E40, void, ArrayBuilder_1_System_Object__1_EnsureCapacity, (ArrayBuilder_1_System_Object__1 * __this, int32_t minimum, MethodInfo * method)); DO_APP_FUNC(0x014B7D30, void, ArrayBuilder_1_System_Object__1_UncheckedAdd, (ArrayBuilder_1_System_Object__1 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x014B7D70, int32_t, ArrayBuilder_1_System_Object__1_get_Capacity, (ArrayBuilder_1_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, ArrayBuilder_1_System_Object__1_get_Count, (ArrayBuilder_1_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01030C40, Object *, ArrayBuilder_1_System_Object__1_get_Item, (ArrayBuilder_1_System_Object__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x014B9720, void, ArrayPool_1_System_Boolean___cctor, (MethodInfo * method)); DO_APP_FUNC(0x014B7FC0, Boolean__Array *, ArrayPool_1_System_Boolean__Claim, (int32_t minimumLength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C830B8, ArrayPool_1_System_Boolean__Claim__MethodInfo); DO_APP_FUNC(0x014B8770, Boolean__Array *, ArrayPool_1_System_Boolean__ClaimWithExactLength, (int32_t length, MethodInfo * method)); DO_APP_FUNC(0x014B8BE0, void, ArrayPool_1_System_Boolean__Release, (Boolean__Array * * array, bool allowNonPowerOfTwo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83098, ArrayPool_1_System_Boolean__Release__MethodInfo); DO_APP_FUNC(0x014B9720, void, ArrayPool_1_UnityEngine_Color___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01576140, Color__Array *, ArrayPool_1_UnityEngine_Color__Claim, (int32_t minimumLength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7ED98, ArrayPool_1_UnityEngine_Color__Claim__MethodInfo); DO_APP_FUNC(0x014B8770, Color__Array *, ArrayPool_1_UnityEngine_Color__ClaimWithExactLength, (int32_t length, MethodInfo * method)); DO_APP_FUNC(0x015768F0, void, ArrayPool_1_UnityEngine_Color__Release, (Color__Array * * array, bool allowNonPowerOfTwo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7ED90, ArrayPool_1_UnityEngine_Color__Release__MethodInfo); DO_APP_FUNC(0x014B9720, void, ArrayPool_1_Pathfinding_Connection___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01577430, Connection__Array *, ArrayPool_1_Pathfinding_Connection__Claim, (int32_t minimumLength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0BD0, ArrayPool_1_Pathfinding_Connection__Claim__MethodInfo); DO_APP_FUNC(0x014B8770, Connection__Array *, ArrayPool_1_Pathfinding_Connection__ClaimWithExactLength, (int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F450, ArrayPool_1_Pathfinding_Connection__ClaimWithExactLength__MethodInfo); DO_APP_FUNC(0x01577BE0, void, ArrayPool_1_Pathfinding_Connection__Release, (Connection__Array * * array, bool allowNonPowerOfTwo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F470, ArrayPool_1_Pathfinding_Connection__Release__MethodInfo); DO_APP_FUNC(0x014B9720, void, ArrayPool_1_Pathfinding_Int3___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01578720, Int3__Array *, ArrayPool_1_Pathfinding_Int3__Claim, (int32_t minimumLength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82700, ArrayPool_1_Pathfinding_Int3__Claim__MethodInfo); DO_APP_FUNC(0x014B8770, Int3__Array *, ArrayPool_1_Pathfinding_Int3__ClaimWithExactLength, (int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01578ED0, void, ArrayPool_1_Pathfinding_Int3__Release, (Int3__Array * * array, bool allowNonPowerOfTwo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C826F8, ArrayPool_1_Pathfinding_Int3__Release__MethodInfo); DO_APP_FUNC(0x014B9720, void, ArrayPool_1_System_Int32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01579A10, Int32__Array *, ArrayPool_1_System_Int32__Claim, (int32_t minimumLength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DA18, ArrayPool_1_System_Int32__Claim__MethodInfo); DO_APP_FUNC(0x014B8770, Int32__Array *, ArrayPool_1_System_Int32__ClaimWithExactLength, (int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0157A1C0, void, ArrayPool_1_System_Int32__Release, (Int32__Array * * array, bool allowNonPowerOfTwo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D9E8, ArrayPool_1_System_Int32__Release__MethodInfo); DO_APP_FUNC(0x014B9720, void, ArrayPool_1_Pathfinding_IntRect___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0157AD00, IntRect__Array *, ArrayPool_1_Pathfinding_IntRect__Claim, (int32_t minimumLength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C819A0, ArrayPool_1_Pathfinding_IntRect__Claim__MethodInfo); DO_APP_FUNC(0x014B8770, IntRect__Array *, ArrayPool_1_Pathfinding_IntRect__ClaimWithExactLength, (int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0157B4B0, void, ArrayPool_1_Pathfinding_IntRect__Release, (IntRect__Array * * array, bool allowNonPowerOfTwo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C819B0, ArrayPool_1_Pathfinding_IntRect__Release__MethodInfo); DO_APP_FUNC(0x014B9720, void, ArrayPool_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0157BFF0, Object__Array *, ArrayPool_1_System_Object__Claim, (int32_t minimumLength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0B20, ArrayPool_1_System_Object__Claim__MethodInfo); DO_APP_FUNC(0x014B8770, Object__Array *, ArrayPool_1_System_Object__ClaimWithExactLength, (int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0157C7A0, void, ArrayPool_1_System_Object__Release, (Object__Array * * array, bool allowNonPowerOfTwo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0B18, ArrayPool_1_System_Object__Release__MethodInfo); DO_APP_FUNC(0x014B9720, void, ArrayPool_1_System_UInt16___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0157D2E0, UInt16__Array *, ArrayPool_1_System_UInt16__Claim, (int32_t minimumLength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83080, ArrayPool_1_System_UInt16__Claim__MethodInfo); DO_APP_FUNC(0x014B8770, UInt16__Array *, ArrayPool_1_System_UInt16__ClaimWithExactLength, (int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0157DA90, void, ArrayPool_1_System_UInt16__Release, (UInt16__Array * * array, bool allowNonPowerOfTwo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83078, ArrayPool_1_System_UInt16__Release__MethodInfo); DO_APP_FUNC(0x014B9720, void, ArrayPool_1_UnityEngine_Vector2___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0157E5D0, Vector2__Array *, ArrayPool_1_UnityEngine_Vector2__Claim, (int32_t minimumLength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83678, ArrayPool_1_UnityEngine_Vector2__Claim__MethodInfo); DO_APP_FUNC(0x014B8770, Vector2__Array *, ArrayPool_1_UnityEngine_Vector2__ClaimWithExactLength, (int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0157ED80, void, ArrayPool_1_UnityEngine_Vector2__Release, (Vector2__Array * * array, bool allowNonPowerOfTwo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83670, ArrayPool_1_UnityEngine_Vector2__Release__MethodInfo); DO_APP_FUNC(0x014B9720, void, ArrayPool_1_UnityEngine_Vector3___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0157F8C0, Vector3__Array *, ArrayPool_1_UnityEngine_Vector3__Claim, (int32_t minimumLength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FD58, ArrayPool_1_UnityEngine_Vector3__Claim__MethodInfo); DO_APP_FUNC(0x014B8770, Vector3__Array *, ArrayPool_1_UnityEngine_Vector3__ClaimWithExactLength, (int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01580070, void, ArrayPool_1_UnityEngine_Vector3__Release, (Vector3__Array * * array, bool allowNonPowerOfTwo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7ED80, ArrayPool_1_UnityEngine_Vector3__Release__MethodInfo); DO_APP_FUNC(0x014B9720, void, ArrayPool_1_Pathfinding_BBTree_BBTreeBox___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01580BB0, BBTree_BBTreeBox__Array *, ArrayPool_1_Pathfinding_BBTree_BBTreeBox__Claim, (int32_t minimumLength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C819C0, ArrayPool_1_Pathfinding_BBTree_BBTreeBox__Claim__MethodInfo); DO_APP_FUNC(0x014B8770, BBTree_BBTreeBox__Array *, ArrayPool_1_Pathfinding_BBTree_BBTreeBox__ClaimWithExactLength, (int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01581360, void, ArrayPool_1_Pathfinding_BBTree_BBTreeBox__Release, (BBTree_BBTreeBox__Array * * array, bool allowNonPowerOfTwo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C819B8, ArrayPool_1_Pathfinding_BBTree_BBTreeBox__Release__MethodInfo); DO_APP_FUNC(0x01581EA0, void, ArrayPool_1_System_Byte___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArrayPool_1_System_Byte___ctor, (ArrayPool_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013FF910, ArrayPool_1_System_Byte_ *, ArrayPool_1_System_Byte__get_Shared, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C633E8, ArrayPool_1_System_Byte__get_Shared__MethodInfo); DO_APP_FUNC(0x01581EA0, void, ArrayPool_1_System_Char___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArrayPool_1_System_Char___ctor, (ArrayPool_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013FF910, ArrayPool_1_System_Char_ *, ArrayPool_1_System_Char__get_Shared, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C604C8, ArrayPool_1_System_Char__get_Shared__MethodInfo); DO_APP_FUNC(0x01581EA0, void, ArrayPool_1_System_Int32__1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArrayPool_1_System_Int32__1__ctor, (ArrayPool_1_System_Int32__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x013FF910, ArrayPool_1_System_Int32__1 *, ArrayPool_1_System_Int32__1_get_Shared, (MethodInfo * method)); DO_APP_FUNC(0x01581EA0, void, ArrayPool_1_System_Object__1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArrayPool_1_System_Object__1__ctor, (ArrayPool_1_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x013FF910, ArrayPool_1_System_Object__1 *, ArrayPool_1_System_Object__1_get_Shared, (MethodInfo * method)); DO_APP_FUNC(0x01582BE0, void, ArraySegment_1_Byte___cctor, (MethodInfo * method)); DO_APP_FUNC(0x015820C0, void, ArraySegment_1_Byte___ctor, (ArraySegment_1_Byte_ * __this, Byte__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CABFB8, ArraySegment_1_Byte___ctor__MethodInfo); DO_APP_FUNC(0x01582150, void, ArraySegment_1_Byte___ctor_1, (ArraySegment_1_Byte_ * __this, Byte__Array * array, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56C08, ArraySegment_1_Byte___ctor_1__MethodInfo); DO_APP_FUNC(0x01582340, void, ArraySegment_1_Byte__CopyTo, (ArraySegment_1_Byte_ * __this, Byte__Array * destination, int32_t destinationIndex, MethodInfo * method)); DO_APP_FUNC(0x01582550, bool, ArraySegment_1_Byte__Equals, (ArraySegment_1_Byte_ * __this, ArraySegment_1_Byte_ obj, MethodInfo * method)); DO_APP_FUNC(0x01582400, bool, ArraySegment_1_Byte__Equals_1, (ArraySegment_1_Byte_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x015821B0, ArraySegment_1_T_Enumerator_Byte_, ArraySegment_1_Byte__GetEnumerator, (ArraySegment_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01582290, int32_t, ArraySegment_1_Byte__GetHashCode, (ArraySegment_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015829C0, void, ArraySegment_1_Byte__System_Collections_Generic_ICollection_T__Add, (ArraySegment_1_Byte_ * __this, uint8_t item, MethodInfo * method)); DO_APP_FUNC(0x015829C0, void, ArraySegment_1_Byte__System_Collections_Generic_ICollection_T__Clear, (ArraySegment_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015829D0, bool, ArraySegment_1_Byte__System_Collections_Generic_ICollection_T__Contains, (ArraySegment_1_Byte_ * __this, uint8_t item, MethodInfo * method)); DO_APP_FUNC(0x015829C0, bool, ArraySegment_1_Byte__System_Collections_Generic_ICollection_T__Remove, (ArraySegment_1_Byte_ * __this, uint8_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ArraySegment_1_Byte__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ArraySegment_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01582AE0, IEnumerator_1_System_Byte_ *, ArraySegment_1_Byte__System_Collections_Generic_IEnumerable_T__GetEnumerator, (ArraySegment_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01582890, int32_t, ArraySegment_1_Byte__System_Collections_Generic_IList_T__IndexOf, (ArraySegment_1_Byte_ * __this, uint8_t item, MethodInfo * method)); DO_APP_FUNC(0x015829C0, void, ArraySegment_1_Byte__System_Collections_Generic_IList_T__Insert, (ArraySegment_1_Byte_ * __this, int32_t index, uint8_t item, MethodInfo * method)); DO_APP_FUNC(0x015829C0, void, ArraySegment_1_Byte__System_Collections_Generic_IList_T__RemoveAt, (ArraySegment_1_Byte_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01582700, uint8_t, ArraySegment_1_Byte__System_Collections_Generic_IList_T__get_Item, (ArraySegment_1_Byte_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x015827C0, void, ArraySegment_1_Byte__System_Collections_Generic_IList_T__set_Item, (ArraySegment_1_Byte_ * __this, int32_t index, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01582700, uint8_t, ArraySegment_1_Byte__System_Collections_Generic_IReadOnlyList_T__get_Item, (ArraySegment_1_Byte_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01582AE0, IEnumerator *, ArraySegment_1_Byte__System_Collections_IEnumerable_GetEnumerator, (ArraySegment_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01582BC0, void, ArraySegment_1_Byte__ThrowInvalidOperationIfDefault, (ArraySegment_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01582570, Byte__Array *, ArraySegment_1_Byte__ToArray, (ArraySegment_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96690, ArraySegment_1_Byte__ToArray__MethodInfo); DO_APP_FUNC(0x00470F00, Byte__Array *, ArraySegment_1_Byte__get_Array, (ArraySegment_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CABF68, ArraySegment_1_Byte__get_Array__MethodInfo); DO_APP_FUNC(0x00E9A280, int32_t, ArraySegment_1_Byte__get_Count, (ArraySegment_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CABF70, ArraySegment_1_Byte__get_Count__MethodInfo); DO_APP_FUNC(0x01582020, ArraySegment_1_Byte_, ArraySegment_1_Byte__get_Empty, (MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, ArraySegment_1_Byte__get_Offset, (ArraySegment_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56C10, ArraySegment_1_Byte__get_Offset__MethodInfo); DO_APP_FUNC(0x01582BE0, void, ArraySegment_1_Int32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x015820C0, void, ArraySegment_1_Int32___ctor, (ArraySegment_1_Int32_ * __this, Int32__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01582150, void, ArraySegment_1_Int32___ctor_1, (ArraySegment_1_Int32_ * __this, Int32__Array * array, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC3B60, ArraySegment_1_Int32___ctor_1__MethodInfo); DO_APP_FUNC(0x01582340, void, ArraySegment_1_Int32__CopyTo, (ArraySegment_1_Int32_ * __this, Int32__Array * destination, int32_t destinationIndex, MethodInfo * method)); DO_APP_FUNC(0x01582550, bool, ArraySegment_1_Int32__Equals, (ArraySegment_1_Int32_ * __this, ArraySegment_1_Int32_ obj, MethodInfo * method)); DO_APP_FUNC(0x01582400, bool, ArraySegment_1_Int32__Equals_1, (ArraySegment_1_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x015821B0, ArraySegment_1_T_Enumerator_Int32_, ArraySegment_1_Int32__GetEnumerator, (ArraySegment_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01582DC0, int32_t, ArraySegment_1_Int32__GetHashCode, (ArraySegment_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015829C0, void, ArraySegment_1_Int32__System_Collections_Generic_ICollection_T__Add, (ArraySegment_1_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x015829C0, void, ArraySegment_1_Int32__System_Collections_Generic_ICollection_T__Clear, (ArraySegment_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01583130, bool, ArraySegment_1_Int32__System_Collections_Generic_ICollection_T__Contains, (ArraySegment_1_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x015829C0, bool, ArraySegment_1_Int32__System_Collections_Generic_ICollection_T__Remove, (ArraySegment_1_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ArraySegment_1_Int32__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ArraySegment_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01582AE0, IEnumerator_1_System_Int32_ *, ArraySegment_1_Int32__System_Collections_Generic_IEnumerable_T__GetEnumerator, (ArraySegment_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01583000, int32_t, ArraySegment_1_Int32__System_Collections_Generic_IList_T__IndexOf, (ArraySegment_1_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x015829C0, void, ArraySegment_1_Int32__System_Collections_Generic_IList_T__Insert, (ArraySegment_1_Int32_ * __this, int32_t index, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x015829C0, void, ArraySegment_1_Int32__System_Collections_Generic_IList_T__RemoveAt, (ArraySegment_1_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01582E70, int32_t, ArraySegment_1_Int32__System_Collections_Generic_IList_T__get_Item, (ArraySegment_1_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01582F30, void, ArraySegment_1_Int32__System_Collections_Generic_IList_T__set_Item, (ArraySegment_1_Int32_ * __this, int32_t index, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01582E70, int32_t, ArraySegment_1_Int32__System_Collections_Generic_IReadOnlyList_T__get_Item, (ArraySegment_1_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01582AE0, IEnumerator *, ArraySegment_1_Int32__System_Collections_IEnumerable_GetEnumerator, (ArraySegment_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01582BC0, void, ArraySegment_1_Int32__ThrowInvalidOperationIfDefault, (ArraySegment_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01582570, Int32__Array *, ArraySegment_1_Int32__ToArray, (ArraySegment_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Int32__Array *, ArraySegment_1_Int32__get_Array, (ArraySegment_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC3078, ArraySegment_1_Int32__get_Array__MethodInfo); DO_APP_FUNC(0x00E9A280, int32_t, ArraySegment_1_Int32__get_Count, (ArraySegment_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC3068, ArraySegment_1_Int32__get_Count__MethodInfo); DO_APP_FUNC(0x01582020, ArraySegment_1_Int32_, ArraySegment_1_Int32__get_Empty, (MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, ArraySegment_1_Int32__get_Offset, (ArraySegment_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC3058, ArraySegment_1_Int32__get_Offset__MethodInfo); DO_APP_FUNC(0x01582BE0, void, ArraySegment_1_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x015820C0, void, ArraySegment_1_Object___ctor, (ArraySegment_1_Object_ * __this, Object__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01582150, void, ArraySegment_1_Object___ctor_1, (ArraySegment_1_Object_ * __this, Object__Array * array, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01582340, void, ArraySegment_1_Object__CopyTo, (ArraySegment_1_Object_ * __this, Object__Array * destination, int32_t destinationIndex, MethodInfo * method)); DO_APP_FUNC(0x01582550, bool, ArraySegment_1_Object__Equals, (ArraySegment_1_Object_ * __this, ArraySegment_1_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x01582400, bool, ArraySegment_1_Object__Equals_1, (ArraySegment_1_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x015821B0, ArraySegment_1_T_Enumerator_Object_, ArraySegment_1_Object__GetEnumerator, (ArraySegment_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01583240, int32_t, ArraySegment_1_Object__GetHashCode, (ArraySegment_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015829C0, void, ArraySegment_1_Object__System_Collections_Generic_ICollection_T__Add, (ArraySegment_1_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x015829C0, void, ArraySegment_1_Object__System_Collections_Generic_ICollection_T__Clear, (ArraySegment_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015835A0, bool, ArraySegment_1_Object__System_Collections_Generic_ICollection_T__Contains, (ArraySegment_1_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x015829C0, bool, ArraySegment_1_Object__System_Collections_Generic_ICollection_T__Remove, (ArraySegment_1_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ArraySegment_1_Object__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ArraySegment_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01582AE0, IEnumerator_1_System_Object_ *, ArraySegment_1_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (ArraySegment_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01583470, int32_t, ArraySegment_1_Object__System_Collections_Generic_IList_T__IndexOf, (ArraySegment_1_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x015829C0, void, ArraySegment_1_Object__System_Collections_Generic_IList_T__Insert, (ArraySegment_1_Object_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x015829C0, void, ArraySegment_1_Object__System_Collections_Generic_IList_T__RemoveAt, (ArraySegment_1_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x015832F0, Object *, ArraySegment_1_Object__System_Collections_Generic_IList_T__get_Item, (ArraySegment_1_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x015833B0, void, ArraySegment_1_Object__System_Collections_Generic_IList_T__set_Item, (ArraySegment_1_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x015832F0, Object *, ArraySegment_1_Object__System_Collections_Generic_IReadOnlyList_T__get_Item, (ArraySegment_1_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01582AE0, IEnumerator *, ArraySegment_1_Object__System_Collections_IEnumerable_GetEnumerator, (ArraySegment_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01582BC0, void, ArraySegment_1_Object__ThrowInvalidOperationIfDefault, (ArraySegment_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01582570, Object__Array *, ArraySegment_1_Object__ToArray, (ArraySegment_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object__Array *, ArraySegment_1_Object__get_Array, (ArraySegment_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, int32_t, ArraySegment_1_Object__get_Count, (ArraySegment_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01582020, ArraySegment_1_Object_, ArraySegment_1_Object__get_Empty, (MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, ArraySegment_1_Object__get_Offset, (ArraySegment_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01582BE0, void, ArraySegment_1_Single___cctor, (MethodInfo * method)); DO_APP_FUNC(0x015820C0, void, ArraySegment_1_Single___ctor, (ArraySegment_1_Single_ * __this, Single__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59140, ArraySegment_1_Single___ctor__MethodInfo); DO_APP_FUNC(0x01582150, void, ArraySegment_1_Single___ctor_1, (ArraySegment_1_Single_ * __this, Single__Array * array, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59150, ArraySegment_1_Single___ctor_1__MethodInfo); DO_APP_FUNC(0x01582340, void, ArraySegment_1_Single__CopyTo, (ArraySegment_1_Single_ * __this, Single__Array * destination, int32_t destinationIndex, MethodInfo * method)); DO_APP_FUNC(0x01582550, bool, ArraySegment_1_Single__Equals, (ArraySegment_1_Single_ * __this, ArraySegment_1_Single_ obj, MethodInfo * method)); DO_APP_FUNC(0x01582400, bool, ArraySegment_1_Single__Equals_1, (ArraySegment_1_Single_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x015821B0, ArraySegment_1_T_Enumerator_Single_, ArraySegment_1_Single__GetEnumerator, (ArraySegment_1_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015836B0, int32_t, ArraySegment_1_Single__GetHashCode, (ArraySegment_1_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015829C0, void, ArraySegment_1_Single__System_Collections_Generic_ICollection_T__Add, (ArraySegment_1_Single_ * __this, float item, MethodInfo * method)); DO_APP_FUNC(0x015829C0, void, ArraySegment_1_Single__System_Collections_Generic_ICollection_T__Clear, (ArraySegment_1_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01583A20, bool, ArraySegment_1_Single__System_Collections_Generic_ICollection_T__Contains, (ArraySegment_1_Single_ * __this, float item, MethodInfo * method)); DO_APP_FUNC(0x015829C0, bool, ArraySegment_1_Single__System_Collections_Generic_ICollection_T__Remove, (ArraySegment_1_Single_ * __this, float item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ArraySegment_1_Single__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ArraySegment_1_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01582AE0, IEnumerator_1_System_Single_ *, ArraySegment_1_Single__System_Collections_Generic_IEnumerable_T__GetEnumerator, (ArraySegment_1_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015838F0, int32_t, ArraySegment_1_Single__System_Collections_Generic_IList_T__IndexOf, (ArraySegment_1_Single_ * __this, float item, MethodInfo * method)); DO_APP_FUNC(0x015829C0, void, ArraySegment_1_Single__System_Collections_Generic_IList_T__Insert, (ArraySegment_1_Single_ * __this, int32_t index, float item, MethodInfo * method)); DO_APP_FUNC(0x015829C0, void, ArraySegment_1_Single__System_Collections_Generic_IList_T__RemoveAt, (ArraySegment_1_Single_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01583760, float, ArraySegment_1_Single__System_Collections_Generic_IList_T__get_Item, (ArraySegment_1_Single_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01583820, void, ArraySegment_1_Single__System_Collections_Generic_IList_T__set_Item, (ArraySegment_1_Single_ * __this, int32_t index, float value, MethodInfo * method)); DO_APP_FUNC(0x01583760, float, ArraySegment_1_Single__System_Collections_Generic_IReadOnlyList_T__get_Item, (ArraySegment_1_Single_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01582AE0, IEnumerator *, ArraySegment_1_Single__System_Collections_IEnumerable_GetEnumerator, (ArraySegment_1_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01582BC0, void, ArraySegment_1_Single__ThrowInvalidOperationIfDefault, (ArraySegment_1_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01582570, Single__Array *, ArraySegment_1_Single__ToArray, (ArraySegment_1_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Single__Array *, ArraySegment_1_Single__get_Array, (ArraySegment_1_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CF10, ArraySegment_1_Single__get_Array__MethodInfo); DO_APP_FUNC(0x00E9A280, int32_t, ArraySegment_1_Single__get_Count, (ArraySegment_1_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C591A0, ArraySegment_1_Single__get_Count__MethodInfo); DO_APP_FUNC(0x01582020, ArraySegment_1_Single_, ArraySegment_1_Single__get_Empty, (MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, ArraySegment_1_Single__get_Offset, (ArraySegment_1_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CEE0, ArraySegment_1_Single__get_Offset__MethodInfo); DO_APP_FUNC(0x01582BE0, void, ArraySegment_1_Dissonance_Networking_VoicePacket___cctor, (MethodInfo * method)); DO_APP_FUNC(0x015820C0, void, ArraySegment_1_Dissonance_Networking_VoicePacket___ctor, (ArraySegment_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01582150, void, ArraySegment_1_Dissonance_Networking_VoicePacket___ctor_1, (ArraySegment_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket__Array * array, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01582340, void, ArraySegment_1_Dissonance_Networking_VoicePacket__CopyTo, (ArraySegment_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket__Array * destination, int32_t destinationIndex, MethodInfo * method)); DO_APP_FUNC(0x01582550, bool, ArraySegment_1_Dissonance_Networking_VoicePacket__Equals, (ArraySegment_1_Dissonance_Networking_VoicePacket_ * __this, ArraySegment_1_Dissonance_Networking_VoicePacket_ obj, MethodInfo * method)); DO_APP_FUNC(0x01582400, bool, ArraySegment_1_Dissonance_Networking_VoicePacket__Equals_1, (ArraySegment_1_Dissonance_Networking_VoicePacket_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x015821B0, ArraySegment_1_T_Enumerator_Dissonance_Networking_VoicePacket_, ArraySegment_1_Dissonance_Networking_VoicePacket__GetEnumerator, (ArraySegment_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01583B40, int32_t, ArraySegment_1_Dissonance_Networking_VoicePacket__GetHashCode, (ArraySegment_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015829C0, void, ArraySegment_1_Dissonance_Networking_VoicePacket__System_Collections_Generic_ICollection_T__Add, (ArraySegment_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket item, MethodInfo * method)); DO_APP_FUNC(0x015829C0, void, ArraySegment_1_Dissonance_Networking_VoicePacket__System_Collections_Generic_ICollection_T__Clear, (ArraySegment_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01583F30, bool, ArraySegment_1_Dissonance_Networking_VoicePacket__System_Collections_Generic_ICollection_T__Contains, (ArraySegment_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket item, MethodInfo * method)); DO_APP_FUNC(0x015829C0, bool, ArraySegment_1_Dissonance_Networking_VoicePacket__System_Collections_Generic_ICollection_T__Remove, (ArraySegment_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ArraySegment_1_Dissonance_Networking_VoicePacket__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ArraySegment_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01582AE0, IEnumerator_1_Dissonance_Networking_VoicePacket_ *, ArraySegment_1_Dissonance_Networking_VoicePacket__System_Collections_Generic_IEnumerable_T__GetEnumerator, (ArraySegment_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01583DD0, int32_t, ArraySegment_1_Dissonance_Networking_VoicePacket__System_Collections_Generic_IList_T__IndexOf, (ArraySegment_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket item, MethodInfo * method)); DO_APP_FUNC(0x015829C0, void, ArraySegment_1_Dissonance_Networking_VoicePacket__System_Collections_Generic_IList_T__Insert, (ArraySegment_1_Dissonance_Networking_VoicePacket_ * __this, int32_t index, VoicePacket item, MethodInfo * method)); DO_APP_FUNC(0x015829C0, void, ArraySegment_1_Dissonance_Networking_VoicePacket__System_Collections_Generic_IList_T__RemoveAt, (ArraySegment_1_Dissonance_Networking_VoicePacket_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01583BF0, VoicePacket, ArraySegment_1_Dissonance_Networking_VoicePacket__System_Collections_Generic_IList_T__get_Item, (ArraySegment_1_Dissonance_Networking_VoicePacket_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01583CE0, void, ArraySegment_1_Dissonance_Networking_VoicePacket__System_Collections_Generic_IList_T__set_Item, (ArraySegment_1_Dissonance_Networking_VoicePacket_ * __this, int32_t index, VoicePacket value, MethodInfo * method)); DO_APP_FUNC(0x01583BF0, VoicePacket, ArraySegment_1_Dissonance_Networking_VoicePacket__System_Collections_Generic_IReadOnlyList_T__get_Item, (ArraySegment_1_Dissonance_Networking_VoicePacket_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01582AE0, IEnumerator *, ArraySegment_1_Dissonance_Networking_VoicePacket__System_Collections_IEnumerable_GetEnumerator, (ArraySegment_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01582BC0, void, ArraySegment_1_Dissonance_Networking_VoicePacket__ThrowInvalidOperationIfDefault, (ArraySegment_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01582570, VoicePacket__Array *, ArraySegment_1_Dissonance_Networking_VoicePacket__ToArray, (ArraySegment_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, VoicePacket__Array *, ArraySegment_1_Dissonance_Networking_VoicePacket__get_Array, (ArraySegment_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, int32_t, ArraySegment_1_Dissonance_Networking_VoicePacket__get_Count, (ArraySegment_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01582020, ArraySegment_1_Dissonance_Networking_VoicePacket_, ArraySegment_1_Dissonance_Networking_VoicePacket__get_Empty, (MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, ArraySegment_1_Dissonance_Networking_VoicePacket__get_Offset, (ArraySegment_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01582BE0, void, ArraySegment_1_Dissonance_Logs_LogMessage___cctor, (MethodInfo * method)); DO_APP_FUNC(0x015820C0, void, ArraySegment_1_Dissonance_Logs_LogMessage___ctor, (ArraySegment_1_Dissonance_Logs_LogMessage_ * __this, Logs_LogMessage_1__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01582150, void, ArraySegment_1_Dissonance_Logs_LogMessage___ctor_1, (ArraySegment_1_Dissonance_Logs_LogMessage_ * __this, Logs_LogMessage_1__Array * array, int32_t offset, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01582340, void, ArraySegment_1_Dissonance_Logs_LogMessage__CopyTo, (ArraySegment_1_Dissonance_Logs_LogMessage_ * __this, Logs_LogMessage_1__Array * destination, int32_t destinationIndex, MethodInfo * method)); DO_APP_FUNC(0x01582550, bool, ArraySegment_1_Dissonance_Logs_LogMessage__Equals, (ArraySegment_1_Dissonance_Logs_LogMessage_ * __this, ArraySegment_1_Dissonance_Logs_LogMessage_ obj, MethodInfo * method)); DO_APP_FUNC(0x01582400, bool, ArraySegment_1_Dissonance_Logs_LogMessage__Equals_1, (ArraySegment_1_Dissonance_Logs_LogMessage_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x015821B0, ArraySegment_1_T_Enumerator_Dissonance_Logs_LogMessage_, ArraySegment_1_Dissonance_Logs_LogMessage__GetEnumerator, (ArraySegment_1_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01584070, int32_t, ArraySegment_1_Dissonance_Logs_LogMessage__GetHashCode, (ArraySegment_1_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015829C0, void, ArraySegment_1_Dissonance_Logs_LogMessage__System_Collections_Generic_ICollection_T__Add, (ArraySegment_1_Dissonance_Logs_LogMessage_ * __this, Logs_LogMessage_1 item, MethodInfo * method)); DO_APP_FUNC(0x015829C0, void, ArraySegment_1_Dissonance_Logs_LogMessage__System_Collections_Generic_ICollection_T__Clear, (ArraySegment_1_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01584460, bool, ArraySegment_1_Dissonance_Logs_LogMessage__System_Collections_Generic_ICollection_T__Contains, (ArraySegment_1_Dissonance_Logs_LogMessage_ * __this, Logs_LogMessage_1 item, MethodInfo * method)); DO_APP_FUNC(0x015829C0, bool, ArraySegment_1_Dissonance_Logs_LogMessage__System_Collections_Generic_ICollection_T__Remove, (ArraySegment_1_Dissonance_Logs_LogMessage_ * __this, Logs_LogMessage_1 item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ArraySegment_1_Dissonance_Logs_LogMessage__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ArraySegment_1_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01582AE0, IEnumerator_1_Dissonance_Logs_LogMessage_ *, ArraySegment_1_Dissonance_Logs_LogMessage__System_Collections_Generic_IEnumerable_T__GetEnumerator, (ArraySegment_1_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01584330, int32_t, ArraySegment_1_Dissonance_Logs_LogMessage__System_Collections_Generic_IList_T__IndexOf, (ArraySegment_1_Dissonance_Logs_LogMessage_ * __this, Logs_LogMessage_1 item, MethodInfo * method)); DO_APP_FUNC(0x015829C0, void, ArraySegment_1_Dissonance_Logs_LogMessage__System_Collections_Generic_IList_T__Insert, (ArraySegment_1_Dissonance_Logs_LogMessage_ * __this, int32_t index, Logs_LogMessage_1 item, MethodInfo * method)); DO_APP_FUNC(0x015829C0, void, ArraySegment_1_Dissonance_Logs_LogMessage__System_Collections_Generic_IList_T__RemoveAt, (ArraySegment_1_Dissonance_Logs_LogMessage_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01584120, Logs_LogMessage_1, ArraySegment_1_Dissonance_Logs_LogMessage__System_Collections_Generic_IList_T__get_Item, (ArraySegment_1_Dissonance_Logs_LogMessage_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01584200, void, ArraySegment_1_Dissonance_Logs_LogMessage__System_Collections_Generic_IList_T__set_Item, (ArraySegment_1_Dissonance_Logs_LogMessage_ * __this, int32_t index, Logs_LogMessage_1 value, MethodInfo * method)); DO_APP_FUNC(0x01584120, Logs_LogMessage_1, ArraySegment_1_Dissonance_Logs_LogMessage__System_Collections_Generic_IReadOnlyList_T__get_Item, (ArraySegment_1_Dissonance_Logs_LogMessage_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01582AE0, IEnumerator *, ArraySegment_1_Dissonance_Logs_LogMessage__System_Collections_IEnumerable_GetEnumerator, (ArraySegment_1_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01582BC0, void, ArraySegment_1_Dissonance_Logs_LogMessage__ThrowInvalidOperationIfDefault, (ArraySegment_1_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01582570, Logs_LogMessage_1__Array *, ArraySegment_1_Dissonance_Logs_LogMessage__ToArray, (ArraySegment_1_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Logs_LogMessage_1__Array *, ArraySegment_1_Dissonance_Logs_LogMessage__get_Array, (ArraySegment_1_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, int32_t, ArraySegment_1_Dissonance_Logs_LogMessage__get_Count, (ArraySegment_1_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01582020, ArraySegment_1_Dissonance_Logs_LogMessage_, ArraySegment_1_Dissonance_Logs_LogMessage__get_Empty, (MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, ArraySegment_1_Dissonance_Logs_LogMessage__get_Offset, (ArraySegment_1_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_ArraySegment_1___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_ArraySegment_1___ctor, (ArraySortHelper_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015847F0, int32_t, ArraySortHelper_1_System_ArraySegment_1__BinarySearch, (ArraySortHelper_1_System_ArraySegment_1_ * __this, ArraySegment_1_Byte___Array * array, int32_t index, int32_t length, ArraySegment_1_Byte_ value, IComparer_1_System_ArraySegment_1_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0AC8, ArraySortHelper_1_System_ArraySegment_1__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_System_ArraySegment_1__DownHeap, (ArraySegment_1_Byte___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_ArraySegment_1_Byte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_ArraySegment_1__Heapsort, (ArraySegment_1_Byte___Array * keys, int32_t lo, int32_t hi, Comparison_1_ArraySegment_1_Byte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_System_ArraySegment_1__InsertionSort, (ArraySegment_1_Byte___Array * keys, int32_t lo, int32_t hi, Comparison_1_ArraySegment_1_Byte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_System_ArraySegment_1__InternalBinarySearch, (ArraySegment_1_Byte___Array * array, int32_t index, int32_t length, ArraySegment_1_Byte_ value, IComparer_1_System_ArraySegment_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_ArraySegment_1__IntroSort, (ArraySegment_1_Byte___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_ArraySegment_1_Byte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_ArraySegment_1__IntrospectiveSort, (ArraySegment_1_Byte___Array * keys, int32_t left, int32_t length, Comparison_1_ArraySegment_1_Byte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_System_ArraySegment_1__PickPivotAndPartition, (ArraySegment_1_Byte___Array * keys, int32_t lo, int32_t hi, Comparison_1_ArraySegment_1_Byte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01584970, void, ArraySortHelper_1_System_ArraySegment_1__Sort, (ArraySegment_1_Byte___Array * keys, int32_t index, int32_t length, Comparison_1_ArraySegment_1_Byte_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0A90, ArraySortHelper_1_System_ArraySegment_1__Sort__MethodInfo); DO_APP_FUNC(0x01584580, void, ArraySortHelper_1_System_ArraySegment_1__Sort_1, (ArraySortHelper_1_System_ArraySegment_1_ * __this, ArraySegment_1_Byte___Array * keys, int32_t index, int32_t length, IComparer_1_System_ArraySegment_1_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0AB8, ArraySortHelper_1_System_ArraySegment_1__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_System_ArraySegment_1__Swap, (ArraySegment_1_Byte___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_System_ArraySegment_1__SwapIfGreater, (ArraySegment_1_Byte___Array * keys, Comparison_1_ArraySegment_1_Byte_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_ArraySegment_1_ *, ArraySortHelper_1_System_ArraySegment_1__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor, (ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01584D60, int32_t, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__BinarySearch, (ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, AsyncOperationHandle_1_System_Object___Array * array, int32_t index, int32_t length, AsyncOperationHandle_1_System_Object_ value, IComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB09C0, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__BinarySearch__MethodInfo); DO_APP_FUNC(0x010E3190, void, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__DownHeap, (AsyncOperationHandle_1_System_Object___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Heapsort, (AsyncOperationHandle_1_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E34E0, void, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__InsertionSort, (AsyncOperationHandle_1_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFC5D0, int32_t, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__InternalBinarySearch, (AsyncOperationHandle_1_System_Object___Array * array, int32_t index, int32_t length, AsyncOperationHandle_1_System_Object_ value, IComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__IntroSort, (AsyncOperationHandle_1_System_Object___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__IntrospectiveSort, (AsyncOperationHandle_1_System_Object___Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFCB70, int32_t, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__PickPivotAndPartition, (AsyncOperationHandle_1_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01584EE0, void, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Sort, (AsyncOperationHandle_1_System_Object___Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB09D8, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Sort__MethodInfo); DO_APP_FUNC(0x01584AF0, void, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Sort_1, (ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, AsyncOperationHandle_1_System_Object___Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0AA0, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Sort_1__MethodInfo); DO_APP_FUNC(0x010E3030, void, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Swap, (AsyncOperationHandle_1_System_Object___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010E2DB0, void, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__SwapIfGreater, (AsyncOperationHandle_1_System_Object___Array * keys, Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ *, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta___ctor, (ArraySortHelper_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015852D0, int32_t, ArraySortHelper_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__BinarySearch, (ArraySortHelper_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, int32_t index, int32_t length, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, IComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB09B8, ArraySortHelper_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FFD070, void, ArraySortHelper_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__DownHeap, (VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Heapsort, (VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * keys, int32_t lo, int32_t hi, Comparison_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFD3C0, void, ArraySortHelper_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__InsertionSort, (VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * keys, int32_t lo, int32_t hi, Comparison_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFC5D0, int32_t, ArraySortHelper_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__InternalBinarySearch, (VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, int32_t index, int32_t length, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, IComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__IntroSort, (VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__IntrospectiveSort, (VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * keys, int32_t left, int32_t length, Comparison_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFCB70, int32_t, ArraySortHelper_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__PickPivotAndPartition, (VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * keys, int32_t lo, int32_t hi, Comparison_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01585450, void, ArraySortHelper_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Sort, (VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * keys, int32_t index, int32_t length, Comparison_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0978, ArraySortHelper_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Sort__MethodInfo); DO_APP_FUNC(0x01585060, void, ArraySortHelper_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Sort_1, (ArraySortHelper_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * keys, int32_t index, int32_t length, IComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB09A0, ArraySortHelper_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Sort_1__MethodInfo); DO_APP_FUNC(0x00FFCA10, void, ArraySortHelper_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Swap, (VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FFC790, void, ArraySortHelper_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__SwapIfGreater, (VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * keys, Comparison_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ *, ArraySortHelper_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Timeline_IntervalTree_1_Entry___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Timeline_IntervalTree_1_Entry___ctor, (ArraySortHelper_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01585840, int32_t, ArraySortHelper_1_UnityEngine_Timeline_IntervalTree_1_Entry__BinarySearch, (ArraySortHelper_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, IntervalTree_1_T_Entry_System_Object___Array * array, int32_t index, int32_t length, IntervalTree_1_T_Entry_System_Object_ value, IComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0960, ArraySortHelper_1_UnityEngine_Timeline_IntervalTree_1_Entry__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FFA350, void, ArraySortHelper_1_UnityEngine_Timeline_IntervalTree_1_Entry__DownHeap, (IntervalTree_1_T_Entry_System_Object___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Timeline_IntervalTree_1_Entry__Heapsort, (IntervalTree_1_T_Entry_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFA6B0, void, ArraySortHelper_1_UnityEngine_Timeline_IntervalTree_1_Entry__InsertionSort, (IntervalTree_1_T_Entry_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_UnityEngine_Timeline_IntervalTree_1_Entry__InternalBinarySearch, (IntervalTree_1_T_Entry_System_Object___Array * array, int32_t index, int32_t length, IntervalTree_1_T_Entry_System_Object_ value, IComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Timeline_IntervalTree_1_Entry__IntroSort, (IntervalTree_1_T_Entry_System_Object___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Timeline_IntervalTree_1_Entry__IntrospectiveSort, (IntervalTree_1_T_Entry_System_Object___Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_UnityEngine_Timeline_IntervalTree_1_Entry__PickPivotAndPartition, (IntervalTree_1_T_Entry_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x015859C0, void, ArraySortHelper_1_UnityEngine_Timeline_IntervalTree_1_Entry__Sort, (IntervalTree_1_T_Entry_System_Object___Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0968, ArraySortHelper_1_UnityEngine_Timeline_IntervalTree_1_Entry__Sort__MethodInfo); DO_APP_FUNC(0x015855D0, void, ArraySortHelper_1_UnityEngine_Timeline_IntervalTree_1_Entry__Sort_1, (ArraySortHelper_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, IntervalTree_1_T_Entry_System_Object___Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0988, ArraySortHelper_1_UnityEngine_Timeline_IntervalTree_1_Entry__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF9CE0, void, ArraySortHelper_1_UnityEngine_Timeline_IntervalTree_1_Entry__Swap, (IntervalTree_1_T_Entry_System_Object___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF9A80, void, ArraySortHelper_1_UnityEngine_Timeline_IntervalTree_1_Entry__SwapIfGreater, (IntervalTree_1_T_Entry_System_Object___Array * keys, Comparison_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Timeline_IntervalTree_1_Entry_ *, ArraySortHelper_1_UnityEngine_Timeline_IntervalTree_1_Entry__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb___ctor, (ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01585DB0, int32_t, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__BinarySearch, (ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * array, int32_t index, int32_t length, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ value, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0A48, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__BinarySearch__MethodInfo); DO_APP_FUNC(0x01001BB0, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__DownHeap, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Heapsort, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01001E80, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__InsertionSort, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__InternalBinarySearch, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * array, int32_t index, int32_t length, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ value, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__IntroSort, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__IntrospectiveSort, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * keys, int32_t left, int32_t length, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__PickPivotAndPartition, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01585F30, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Sort, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * keys, int32_t index, int32_t length, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0A18, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Sort__MethodInfo); DO_APP_FUNC(0x01585B40, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Sort_1, (ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * keys, int32_t index, int32_t length, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0A38, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Sort_1__MethodInfo); DO_APP_FUNC(0x01001A70, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Swap, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01001850, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__SwapIfGreater, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * keys, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ *, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1__ctor, (ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01586320, int32_t, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_BinarySearch, (ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * array, int32_t index, int32_t length, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ value, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0A00, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_DownHeap, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Heapsort, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_InsertionSort, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_InternalBinarySearch, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * array, int32_t index, int32_t length, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ value, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_IntroSort, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_IntrospectiveSort, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * keys, int32_t left, int32_t length, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_PickPivotAndPartition, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x015864A0, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Sort, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * keys, int32_t index, int32_t length, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0A08, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Sort__MethodInfo); DO_APP_FUNC(0x015860B0, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Sort_1, (ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * keys, int32_t index, int32_t length, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0A28, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Swap, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_SwapIfGreater, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * keys, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 *, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2__ctor, (ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01586890, int32_t, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_BinarySearch, (ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * array, int32_t index, int32_t length, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ value, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB09F8, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_BinarySearch__MethodInfo); DO_APP_FUNC(0x010E3190, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_DownHeap, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Heapsort, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E34E0, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_InsertionSort, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFC5D0, int32_t, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_InternalBinarySearch, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * array, int32_t index, int32_t length, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ value, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_IntroSort, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_IntrospectiveSort, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * keys, int32_t left, int32_t length, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFCB70, int32_t, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_PickPivotAndPartition, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01586A10, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Sort, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * keys, int32_t index, int32_t length, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB08F0, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Sort__MethodInfo); DO_APP_FUNC(0x01586620, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Sort_1, (ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * keys, int32_t index, int32_t length, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB09F0, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Sort_1__MethodInfo); DO_APP_FUNC(0x010E3030, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Swap, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010E2DB0, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_SwapIfGreater, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * keys, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 *, ArraySortHelper_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_KeyValuePair_2_System_Guid_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_KeyValuePair_2_System_Guid_System_Object___ctor, (ArraySortHelper_1_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01586E00, int32_t, ArraySortHelper_1_KeyValuePair_2_System_Guid_System_Object__BinarySearch, (ArraySortHelper_1_KeyValuePair_2_System_Guid_System_Object_ * __this, KeyValuePair_2_System_Guid_System_Object___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_Guid_System_Object_ value, IComparer_1_KeyValuePair_2_System_Guid_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB08D8, ArraySortHelper_1_KeyValuePair_2_System_Guid_System_Object__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FFA350, void, ArraySortHelper_1_KeyValuePair_2_System_Guid_System_Object__DownHeap, (KeyValuePair_2_System_Guid_System_Object___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_System_Collections_Generic_KeyValuePair_2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_KeyValuePair_2_System_Guid_System_Object__Heapsort, (KeyValuePair_2_System_Guid_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFA6B0, void, ArraySortHelper_1_KeyValuePair_2_System_Guid_System_Object__InsertionSort, (KeyValuePair_2_System_Guid_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_KeyValuePair_2_System_Guid_System_Object__InternalBinarySearch, (KeyValuePair_2_System_Guid_System_Object___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_Guid_System_Object_ value, IComparer_1_KeyValuePair_2_System_Guid_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_KeyValuePair_2_System_Guid_System_Object__IntroSort, (KeyValuePair_2_System_Guid_System_Object___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_System_Collections_Generic_KeyValuePair_2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_KeyValuePair_2_System_Guid_System_Object__IntrospectiveSort, (KeyValuePair_2_System_Guid_System_Object___Array * keys, int32_t left, int32_t length, Comparison_1_System_Collections_Generic_KeyValuePair_2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_KeyValuePair_2_System_Guid_System_Object__PickPivotAndPartition, (KeyValuePair_2_System_Guid_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01586F80, void, ArraySortHelper_1_KeyValuePair_2_System_Guid_System_Object__Sort, (KeyValuePair_2_System_Guid_System_Object___Array * keys, int32_t index, int32_t length, Comparison_1_System_Collections_Generic_KeyValuePair_2_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB08E8, ArraySortHelper_1_KeyValuePair_2_System_Guid_System_Object__Sort__MethodInfo); DO_APP_FUNC(0x01586B90, void, ArraySortHelper_1_KeyValuePair_2_System_Guid_System_Object__Sort_1, (ArraySortHelper_1_KeyValuePair_2_System_Guid_System_Object_ * __this, KeyValuePair_2_System_Guid_System_Object___Array * keys, int32_t index, int32_t length, IComparer_1_KeyValuePair_2_System_Guid_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB08F8, ArraySortHelper_1_KeyValuePair_2_System_Guid_System_Object__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF9CE0, void, ArraySortHelper_1_KeyValuePair_2_System_Guid_System_Object__Swap, (KeyValuePair_2_System_Guid_System_Object___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF9A80, void, ArraySortHelper_1_KeyValuePair_2_System_Guid_System_Object__SwapIfGreater, (KeyValuePair_2_System_Guid_System_Object___Array * keys, Comparison_1_System_Collections_Generic_KeyValuePair_2_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_KeyValuePair_2_System_Guid_System_Object_ *, ArraySortHelper_1_KeyValuePair_2_System_Guid_System_Object__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Int32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Int32___ctor, (ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01587370, int32_t, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Int32__BinarySearch, (ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, KeyValuePair_2_System_Int32_System_Int32___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_Int32_System_Int32_ value, IComparer_1_KeyValuePair_2_System_Int32_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB08C0, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Int32__BinarySearch__MethodInfo); DO_APP_FUNC(0x01006D50, void, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Int32__DownHeap, (KeyValuePair_2_System_Int32_System_Int32___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_System_Collections_Generic_KeyValuePair_2__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Int32__Heapsort, (KeyValuePair_2_System_Int32_System_Int32___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006F60, void, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Int32__InsertionSort, (KeyValuePair_2_System_Int32_System_Int32___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006630, int32_t, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Int32__InternalBinarySearch, (KeyValuePair_2_System_Int32_System_Int32___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_Int32_System_Int32_ value, IComparer_1_KeyValuePair_2_System_Int32_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Int32__IntroSort, (KeyValuePair_2_System_Int32_System_Int32___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_System_Collections_Generic_KeyValuePair_2__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Int32__IntrospectiveSort, (KeyValuePair_2_System_Int32_System_Int32___Array * keys, int32_t left, int32_t length, Comparison_1_System_Collections_Generic_KeyValuePair_2__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006900, int32_t, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Int32__PickPivotAndPartition, (KeyValuePair_2_System_Int32_System_Int32___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x015874E0, void, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Int32__Sort, (KeyValuePair_2_System_Int32_System_Int32___Array * keys, int32_t index, int32_t length, Comparison_1_System_Collections_Generic_KeyValuePair_2__1 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0890, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Int32__Sort__MethodInfo); DO_APP_FUNC(0x01587100, void, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Int32__Sort_1, (ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, KeyValuePair_2_System_Int32_System_Int32___Array * keys, int32_t index, int32_t length, IComparer_1_KeyValuePair_2_System_Int32_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB08B8, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Int32__Sort_1__MethodInfo); DO_APP_FUNC(0x010068B0, void, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Int32__Swap, (KeyValuePair_2_System_Int32_System_Int32___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010067A0, void, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Int32__SwapIfGreater, (KeyValuePair_2_System_Int32_System_Int32___Array * keys, Comparison_1_System_Collections_Generic_KeyValuePair_2__1 * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Int32_ *, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Int32__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Object___ctor, (ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015878D0, int32_t, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Object__BinarySearch, (ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_Int32_System_Object_ value, IComparer_1_KeyValuePair_2_System_Int32_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0940, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Object__BinarySearch__MethodInfo); DO_APP_FUNC(0x01001BB0, void, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Object__DownHeap, (KeyValuePair_2_System_Int32_System_Object___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_System_Collections_Generic_KeyValuePair_2__2 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Object__Heapsort, (KeyValuePair_2_System_Int32_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__2 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01001E80, void, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Object__InsertionSort, (KeyValuePair_2_System_Int32_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__2 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Object__InternalBinarySearch, (KeyValuePair_2_System_Int32_System_Object___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_Int32_System_Object_ value, IComparer_1_KeyValuePair_2_System_Int32_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Object__IntroSort, (KeyValuePair_2_System_Int32_System_Object___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_System_Collections_Generic_KeyValuePair_2__2 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Object__IntrospectiveSort, (KeyValuePair_2_System_Int32_System_Object___Array * keys, int32_t left, int32_t length, Comparison_1_System_Collections_Generic_KeyValuePair_2__2 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Object__PickPivotAndPartition, (KeyValuePair_2_System_Int32_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__2 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01587A50, void, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Object__Sort, (KeyValuePair_2_System_Int32_System_Object___Array * keys, int32_t index, int32_t length, Comparison_1_System_Collections_Generic_KeyValuePair_2__2 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0958, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Object__Sort__MethodInfo); DO_APP_FUNC(0x01587660, void, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Object__Sort_1, (ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object___Array * keys, int32_t index, int32_t length, IComparer_1_KeyValuePair_2_System_Int32_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB08A8, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Object__Sort_1__MethodInfo); DO_APP_FUNC(0x01001A70, void, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Object__Swap, (KeyValuePair_2_System_Int32_System_Object___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01001850, void, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Object__SwapIfGreater, (KeyValuePair_2_System_Int32_System_Object___Array * keys, Comparison_1_System_Collections_Generic_KeyValuePair_2__2 * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Object_ *, ArraySortHelper_1_KeyValuePair_2_System_Int32_System_Object__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_KeyValuePair_2_System_Int32Enum_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_KeyValuePair_2_System_Int32Enum_System_Object___ctor, (ArraySortHelper_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01587E40, int32_t, ArraySortHelper_1_KeyValuePair_2_System_Int32Enum_System_Object__BinarySearch, (ArraySortHelper_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, KeyValuePair_2_System_Int32Enum_System_Object___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_Int32Enum_System_Object_ value, IComparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0930, ArraySortHelper_1_KeyValuePair_2_System_Int32Enum_System_Object__BinarySearch__MethodInfo); DO_APP_FUNC(0x01001BB0, void, ArraySortHelper_1_KeyValuePair_2_System_Int32Enum_System_Object__DownHeap, (KeyValuePair_2_System_Int32Enum_System_Object___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_System_Collections_Generic_KeyValuePair_2__3 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_KeyValuePair_2_System_Int32Enum_System_Object__Heapsort, (KeyValuePair_2_System_Int32Enum_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__3 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01001E80, void, ArraySortHelper_1_KeyValuePair_2_System_Int32Enum_System_Object__InsertionSort, (KeyValuePair_2_System_Int32Enum_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__3 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_KeyValuePair_2_System_Int32Enum_System_Object__InternalBinarySearch, (KeyValuePair_2_System_Int32Enum_System_Object___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_Int32Enum_System_Object_ value, IComparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_KeyValuePair_2_System_Int32Enum_System_Object__IntroSort, (KeyValuePair_2_System_Int32Enum_System_Object___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_System_Collections_Generic_KeyValuePair_2__3 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_KeyValuePair_2_System_Int32Enum_System_Object__IntrospectiveSort, (KeyValuePair_2_System_Int32Enum_System_Object___Array * keys, int32_t left, int32_t length, Comparison_1_System_Collections_Generic_KeyValuePair_2__3 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_KeyValuePair_2_System_Int32Enum_System_Object__PickPivotAndPartition, (KeyValuePair_2_System_Int32Enum_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__3 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01587FC0, void, ArraySortHelper_1_KeyValuePair_2_System_Int32Enum_System_Object__Sort, (KeyValuePair_2_System_Int32Enum_System_Object___Array * keys, int32_t index, int32_t length, Comparison_1_System_Collections_Generic_KeyValuePair_2__3 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0918, ArraySortHelper_1_KeyValuePair_2_System_Int32Enum_System_Object__Sort__MethodInfo); DO_APP_FUNC(0x01587BD0, void, ArraySortHelper_1_KeyValuePair_2_System_Int32Enum_System_Object__Sort_1, (ArraySortHelper_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, KeyValuePair_2_System_Int32Enum_System_Object___Array * keys, int32_t index, int32_t length, IComparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0928, ArraySortHelper_1_KeyValuePair_2_System_Int32Enum_System_Object__Sort_1__MethodInfo); DO_APP_FUNC(0x01001A70, void, ArraySortHelper_1_KeyValuePair_2_System_Int32Enum_System_Object__Swap, (KeyValuePair_2_System_Int32Enum_System_Object___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01001850, void, ArraySortHelper_1_KeyValuePair_2_System_Int32Enum_System_Object__SwapIfGreater, (KeyValuePair_2_System_Int32Enum_System_Object___Array * keys, Comparison_1_System_Collections_Generic_KeyValuePair_2__3 * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_KeyValuePair_2_System_Int32Enum_System_Object_ *, ArraySortHelper_1_KeyValuePair_2_System_Int32Enum_System_Object__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_ArraySegment_1___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_ArraySegment_1___ctor, (ArraySortHelper_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015883B0, int32_t, ArraySortHelper_1_KeyValuePair_2_System_Object_System_ArraySegment_1__BinarySearch, (ArraySortHelper_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, KeyValuePair_2_System_Object_System_ArraySegment_1___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_Object_System_ArraySegment_1_ value, IComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0908, ArraySortHelper_1_KeyValuePair_2_System_Object_System_ArraySegment_1__BinarySearch__MethodInfo); DO_APP_FUNC(0x01002960, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_ArraySegment_1__DownHeap, (KeyValuePair_2_System_Object_System_ArraySegment_1___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_System_Collections_Generic_KeyValuePair_2__4 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_ArraySegment_1__Heapsort, (KeyValuePair_2_System_Object_System_ArraySegment_1___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__4 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01002CC0, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_ArraySegment_1__InsertionSort, (KeyValuePair_2_System_Object_System_ArraySegment_1___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__4 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_KeyValuePair_2_System_Object_System_ArraySegment_1__InternalBinarySearch, (KeyValuePair_2_System_Object_System_ArraySegment_1___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_Object_System_ArraySegment_1_ value, IComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_ArraySegment_1__IntroSort, (KeyValuePair_2_System_Object_System_ArraySegment_1___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_System_Collections_Generic_KeyValuePair_2__4 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_ArraySegment_1__IntrospectiveSort, (KeyValuePair_2_System_Object_System_ArraySegment_1___Array * keys, int32_t left, int32_t length, Comparison_1_System_Collections_Generic_KeyValuePair_2__4 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_KeyValuePair_2_System_Object_System_ArraySegment_1__PickPivotAndPartition, (KeyValuePair_2_System_Object_System_ArraySegment_1___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__4 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01588530, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_ArraySegment_1__Sort, (KeyValuePair_2_System_Object_System_ArraySegment_1___Array * keys, int32_t index, int32_t length, Comparison_1_System_Collections_Generic_KeyValuePair_2__4 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0910, ArraySortHelper_1_KeyValuePair_2_System_Object_System_ArraySegment_1__Sort__MethodInfo); DO_APP_FUNC(0x01588140, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_ArraySegment_1__Sort_1, (ArraySortHelper_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, KeyValuePair_2_System_Object_System_ArraySegment_1___Array * keys, int32_t index, int32_t length, IComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0920, ArraySortHelper_1_KeyValuePair_2_System_Object_System_ArraySegment_1__Sort_1__MethodInfo); DO_APP_FUNC(0x01002800, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_ArraySegment_1__Swap, (KeyValuePair_2_System_Object_System_ArraySegment_1___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010025A0, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_ArraySegment_1__SwapIfGreater, (KeyValuePair_2_System_Object_System_ArraySegment_1___Array * keys, Comparison_1_System_Collections_Generic_KeyValuePair_2__4 * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ *, ArraySortHelper_1_KeyValuePair_2_System_Object_System_ArraySegment_1__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Char___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Char___ctor, (ArraySortHelper_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01588920, int32_t, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Char__BinarySearch, (ArraySortHelper_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_Object_System_Char_ value, IComparer_1_KeyValuePair_2_System_Object_System_Char_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB07F0, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Char__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Char__DownHeap, (KeyValuePair_2_System_Object_System_Char___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_System_Collections_Generic_KeyValuePair_2__5 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Char__Heapsort, (KeyValuePair_2_System_Object_System_Char___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__5 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Char__InsertionSort, (KeyValuePair_2_System_Object_System_Char___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__5 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Char__InternalBinarySearch, (KeyValuePair_2_System_Object_System_Char___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_Object_System_Char_ value, IComparer_1_KeyValuePair_2_System_Object_System_Char_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Char__IntroSort, (KeyValuePair_2_System_Object_System_Char___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_System_Collections_Generic_KeyValuePair_2__5 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Char__IntrospectiveSort, (KeyValuePair_2_System_Object_System_Char___Array * keys, int32_t left, int32_t length, Comparison_1_System_Collections_Generic_KeyValuePair_2__5 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Char__PickPivotAndPartition, (KeyValuePair_2_System_Object_System_Char___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__5 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01588AA0, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Char__Sort, (KeyValuePair_2_System_Object_System_Char___Array * keys, int32_t index, int32_t length, Comparison_1_System_Collections_Generic_KeyValuePair_2__5 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB07C0, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Char__Sort__MethodInfo); DO_APP_FUNC(0x015886B0, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Char__Sort_1, (ArraySortHelper_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char___Array * keys, int32_t index, int32_t length, IComparer_1_KeyValuePair_2_System_Object_System_Char_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB07E8, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Char__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Char__Swap, (KeyValuePair_2_System_Object_System_Char___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Char__SwapIfGreater, (KeyValuePair_2_System_Object_System_Char___Array * keys, Comparison_1_System_Collections_Generic_KeyValuePair_2__5 * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Char_ *, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Char__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Object___ctor, (ArraySortHelper_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01588E90, int32_t, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Object__BinarySearch, (ArraySortHelper_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_Object_System_Object_ value, IComparer_1_KeyValuePair_2_System_Object_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB07A8, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Object__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Object__DownHeap, (KeyValuePair_2_System_Object_System_Object___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_System_Collections_Generic_KeyValuePair_2__6 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Object__Heapsort, (KeyValuePair_2_System_Object_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__6 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Object__InsertionSort, (KeyValuePair_2_System_Object_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__6 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Object__InternalBinarySearch, (KeyValuePair_2_System_Object_System_Object___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_Object_System_Object_ value, IComparer_1_KeyValuePair_2_System_Object_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Object__IntroSort, (KeyValuePair_2_System_Object_System_Object___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_System_Collections_Generic_KeyValuePair_2__6 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Object__IntrospectiveSort, (KeyValuePair_2_System_Object_System_Object___Array * keys, int32_t left, int32_t length, Comparison_1_System_Collections_Generic_KeyValuePair_2__6 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Object__PickPivotAndPartition, (KeyValuePair_2_System_Object_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__6 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01589010, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Object__Sort, (KeyValuePair_2_System_Object_System_Object___Array * keys, int32_t index, int32_t length, Comparison_1_System_Collections_Generic_KeyValuePair_2__6 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB07B8, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Object__Sort__MethodInfo); DO_APP_FUNC(0x01588C20, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Object__Sort_1, (ArraySortHelper_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object___Array * keys, int32_t index, int32_t length, IComparer_1_KeyValuePair_2_System_Object_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB07D8, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Object__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Object__Swap, (KeyValuePair_2_System_Object_System_Object___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Object__SwapIfGreater, (KeyValuePair_2_System_Object_System_Object___Array * keys, Comparison_1_System_Collections_Generic_KeyValuePair_2__6 * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Object_ *, ArraySortHelper_1_KeyValuePair_2_System_Object_System_Object__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (ArraySortHelper_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01589400, int32_t, ArraySortHelper_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__BinarySearch, (ArraySortHelper_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ value, IComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB07A0, ArraySortHelper_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__BinarySearch__MethodInfo); DO_APP_FUNC(0x01589AF0, void, ArraySortHelper_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__DownHeap, (KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_System_Collections_Generic_KeyValuePair_2__7 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Heapsort, (KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__7 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01589EE0, void, ArraySortHelper_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__InsertionSort, (KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__7 * comparer, MethodInfo * method)); DO_APP_FUNC(0x011EDDE0, int32_t, ArraySortHelper_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__InternalBinarySearch, (KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ value, IComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__IntroSort, (KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_System_Collections_Generic_KeyValuePair_2__7 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__IntrospectiveSort, (KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * keys, int32_t left, int32_t length, Comparison_1_System_Collections_Generic_KeyValuePair_2__7 * comparer, MethodInfo * method)); DO_APP_FUNC(0x011EE3D0, int32_t, ArraySortHelper_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__PickPivotAndPartition, (KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__7 * comparer, MethodInfo * method)); DO_APP_FUNC(0x015895B0, void, ArraySortHelper_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Sort, (KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * keys, int32_t index, int32_t length, Comparison_1_System_Collections_Generic_KeyValuePair_2__7 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0870, ArraySortHelper_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Sort__MethodInfo); DO_APP_FUNC(0x01589190, void, ArraySortHelper_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Sort_1, (ArraySortHelper_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * keys, int32_t index, int32_t length, IComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0790, ArraySortHelper_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Sort_1__MethodInfo); DO_APP_FUNC(0x015899C0, void, ArraySortHelper_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Swap, (KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01589730, void, ArraySortHelper_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__SwapIfGreater, (KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * keys, Comparison_1_System_Collections_Generic_KeyValuePair_2__7 * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, ArraySortHelper_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object___ctor, (ArraySortHelper_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0158A3D0, int32_t, ArraySortHelper_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__BinarySearch, (ArraySortHelper_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object___Array * array, int32_t index, int32_t length, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ value, IComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0850, ArraySortHelper_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__BinarySearch__MethodInfo); DO_APP_FUNC(0x01001BB0, void, ArraySortHelper_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__DownHeap, (KeyValuePair_2_UnityEngine_PropertyName_System_Object___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_System_Collections_Generic_KeyValuePair_2__8 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__Heapsort, (KeyValuePair_2_UnityEngine_PropertyName_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__8 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01001E80, void, ArraySortHelper_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__InsertionSort, (KeyValuePair_2_UnityEngine_PropertyName_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__8 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__InternalBinarySearch, (KeyValuePair_2_UnityEngine_PropertyName_System_Object___Array * array, int32_t index, int32_t length, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ value, IComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__IntroSort, (KeyValuePair_2_UnityEngine_PropertyName_System_Object___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_System_Collections_Generic_KeyValuePair_2__8 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__IntrospectiveSort, (KeyValuePair_2_UnityEngine_PropertyName_System_Object___Array * keys, int32_t left, int32_t length, Comparison_1_System_Collections_Generic_KeyValuePair_2__8 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__PickPivotAndPartition, (KeyValuePair_2_UnityEngine_PropertyName_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__8 * comparer, MethodInfo * method)); DO_APP_FUNC(0x0158A550, void, ArraySortHelper_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__Sort, (KeyValuePair_2_UnityEngine_PropertyName_System_Object___Array * keys, int32_t index, int32_t length, Comparison_1_System_Collections_Generic_KeyValuePair_2__8 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0860, ArraySortHelper_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__Sort__MethodInfo); DO_APP_FUNC(0x0158A160, void, ArraySortHelper_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__Sort_1, (ArraySortHelper_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object___Array * keys, int32_t index, int32_t length, IComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0880, ArraySortHelper_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__Sort_1__MethodInfo); DO_APP_FUNC(0x01001A70, void, ArraySortHelper_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__Swap, (KeyValuePair_2_UnityEngine_PropertyName_System_Object___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01001850, void, ArraySortHelper_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__SwapIfGreater, (KeyValuePair_2_UnityEngine_PropertyName_System_Object___Array * keys, Comparison_1_System_Collections_Generic_KeyValuePair_2__8 * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ *, ArraySortHelper_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (ArraySortHelper_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0158A940, int32_t, ArraySortHelper_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__BinarySearch, (ArraySortHelper_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, IComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0838, ArraySortHelper_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__BinarySearch__MethodInfo); DO_APP_FUNC(0x01001BB0, void, ArraySortHelper_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__DownHeap, (KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_System_Collections_Generic_KeyValuePair_2__9 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__Heapsort, (KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__9 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01001E80, void, ArraySortHelper_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__InsertionSort, (KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__9 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__InternalBinarySearch, (KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, IComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__IntroSort, (KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_System_Collections_Generic_KeyValuePair_2__9 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__IntrospectiveSort, (KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * keys, int32_t left, int32_t length, Comparison_1_System_Collections_Generic_KeyValuePair_2__9 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__PickPivotAndPartition, (KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__9 * comparer, MethodInfo * method)); DO_APP_FUNC(0x0158AAC0, void, ArraySortHelper_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__Sort, (KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * keys, int32_t index, int32_t length, Comparison_1_System_Collections_Generic_KeyValuePair_2__9 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0800, ArraySortHelper_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__Sort__MethodInfo); DO_APP_FUNC(0x0158A6D0, void, ArraySortHelper_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__Sort_1, (ArraySortHelper_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * keys, int32_t index, int32_t length, IComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0828, ArraySortHelper_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__Sort_1__MethodInfo); DO_APP_FUNC(0x01001A70, void, ArraySortHelper_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__Swap, (KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01001850, void, ArraySortHelper_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__SwapIfGreater, (KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * keys, Comparison_1_System_Collections_Generic_KeyValuePair_2__9 * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, ArraySortHelper_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_KeyValuePair_2_System_UInt16_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_KeyValuePair_2_System_UInt16_System_Object___ctor, (ArraySortHelper_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0158AEB0, int32_t, ArraySortHelper_1_KeyValuePair_2_System_UInt16_System_Object__BinarySearch, (ArraySortHelper_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, KeyValuePair_2_System_UInt16_System_Object___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_UInt16_System_Object_ value, IComparer_1_KeyValuePair_2_System_UInt16_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0760, ArraySortHelper_1_KeyValuePair_2_System_UInt16_System_Object__BinarySearch__MethodInfo); DO_APP_FUNC(0x01001BB0, void, ArraySortHelper_1_KeyValuePair_2_System_UInt16_System_Object__DownHeap, (KeyValuePair_2_System_UInt16_System_Object___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_System_Collections_Generic_KeyValuePair_2__10 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_KeyValuePair_2_System_UInt16_System_Object__Heapsort, (KeyValuePair_2_System_UInt16_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__10 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01001E80, void, ArraySortHelper_1_KeyValuePair_2_System_UInt16_System_Object__InsertionSort, (KeyValuePair_2_System_UInt16_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__10 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_KeyValuePair_2_System_UInt16_System_Object__InternalBinarySearch, (KeyValuePair_2_System_UInt16_System_Object___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_UInt16_System_Object_ value, IComparer_1_KeyValuePair_2_System_UInt16_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_KeyValuePair_2_System_UInt16_System_Object__IntroSort, (KeyValuePair_2_System_UInt16_System_Object___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_System_Collections_Generic_KeyValuePair_2__10 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_KeyValuePair_2_System_UInt16_System_Object__IntrospectiveSort, (KeyValuePair_2_System_UInt16_System_Object___Array * keys, int32_t left, int32_t length, Comparison_1_System_Collections_Generic_KeyValuePair_2__10 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_KeyValuePair_2_System_UInt16_System_Object__PickPivotAndPartition, (KeyValuePair_2_System_UInt16_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__10 * comparer, MethodInfo * method)); DO_APP_FUNC(0x0158B030, void, ArraySortHelper_1_KeyValuePair_2_System_UInt16_System_Object__Sort, (KeyValuePair_2_System_UInt16_System_Object___Array * keys, int32_t index, int32_t length, Comparison_1_System_Collections_Generic_KeyValuePair_2__10 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0768, ArraySortHelper_1_KeyValuePair_2_System_UInt16_System_Object__Sort__MethodInfo); DO_APP_FUNC(0x0158AC40, void, ArraySortHelper_1_KeyValuePair_2_System_UInt16_System_Object__Sort_1, (ArraySortHelper_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, KeyValuePair_2_System_UInt16_System_Object___Array * keys, int32_t index, int32_t length, IComparer_1_KeyValuePair_2_System_UInt16_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0810, ArraySortHelper_1_KeyValuePair_2_System_UInt16_System_Object__Sort_1__MethodInfo); DO_APP_FUNC(0x01001A70, void, ArraySortHelper_1_KeyValuePair_2_System_UInt16_System_Object__Swap, (KeyValuePair_2_System_UInt16_System_Object___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01001850, void, ArraySortHelper_1_KeyValuePair_2_System_UInt16_System_Object__SwapIfGreater, (KeyValuePair_2_System_UInt16_System_Object___Array * keys, Comparison_1_System_Collections_Generic_KeyValuePair_2__10 * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_KeyValuePair_2_System_UInt16_System_Object_ *, ArraySortHelper_1_KeyValuePair_2_System_UInt16_System_Object__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_KeyValuePair_2_System_UInt64_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_KeyValuePair_2_System_UInt64_System_Object___ctor, (ArraySortHelper_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0158B420, int32_t, ArraySortHelper_1_KeyValuePair_2_System_UInt64_System_Object__BinarySearch, (ArraySortHelper_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_UInt64_System_Object_ value, IComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0750, ArraySortHelper_1_KeyValuePair_2_System_UInt64_System_Object__BinarySearch__MethodInfo); DO_APP_FUNC(0x01001BB0, void, ArraySortHelper_1_KeyValuePair_2_System_UInt64_System_Object__DownHeap, (KeyValuePair_2_System_UInt64_System_Object___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_System_Collections_Generic_KeyValuePair_2__11 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_KeyValuePair_2_System_UInt64_System_Object__Heapsort, (KeyValuePair_2_System_UInt64_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__11 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01001E80, void, ArraySortHelper_1_KeyValuePair_2_System_UInt64_System_Object__InsertionSort, (KeyValuePair_2_System_UInt64_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__11 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_KeyValuePair_2_System_UInt64_System_Object__InternalBinarySearch, (KeyValuePair_2_System_UInt64_System_Object___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_UInt64_System_Object_ value, IComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_KeyValuePair_2_System_UInt64_System_Object__IntroSort, (KeyValuePair_2_System_UInt64_System_Object___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_System_Collections_Generic_KeyValuePair_2__11 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_KeyValuePair_2_System_UInt64_System_Object__IntrospectiveSort, (KeyValuePair_2_System_UInt64_System_Object___Array * keys, int32_t left, int32_t length, Comparison_1_System_Collections_Generic_KeyValuePair_2__11 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_KeyValuePair_2_System_UInt64_System_Object__PickPivotAndPartition, (KeyValuePair_2_System_UInt64_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Collections_Generic_KeyValuePair_2__11 * comparer, MethodInfo * method)); DO_APP_FUNC(0x0158B5A0, void, ArraySortHelper_1_KeyValuePair_2_System_UInt64_System_Object__Sort, (KeyValuePair_2_System_UInt64_System_Object___Array * keys, int32_t index, int32_t length, Comparison_1_System_Collections_Generic_KeyValuePair_2__11 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0730, ArraySortHelper_1_KeyValuePair_2_System_UInt64_System_Object__Sort__MethodInfo); DO_APP_FUNC(0x0158B1B0, void, ArraySortHelper_1_KeyValuePair_2_System_UInt64_System_Object__Sort_1, (ArraySortHelper_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object___Array * keys, int32_t index, int32_t length, IComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0740, ArraySortHelper_1_KeyValuePair_2_System_UInt64_System_Object__Sort_1__MethodInfo); DO_APP_FUNC(0x01001A70, void, ArraySortHelper_1_KeyValuePair_2_System_UInt64_System_Object__Swap, (KeyValuePair_2_System_UInt64_System_Object___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01001850, void, ArraySortHelper_1_KeyValuePair_2_System_UInt64_System_Object__SwapIfGreater, (KeyValuePair_2_System_UInt64_System_Object___Array * keys, Comparison_1_System_Collections_Generic_KeyValuePair_2__11 * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_KeyValuePair_2_System_UInt64_System_Object_ *, ArraySortHelper_1_KeyValuePair_2_System_UInt64_System_Object__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Unity_Collections_NativeArray_1___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Unity_Collections_NativeArray_1___ctor, (ArraySortHelper_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016A2B00, int32_t, ArraySortHelper_1_Unity_Collections_NativeArray_1__BinarySearch, (ArraySortHelper_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_System_UInt16___Array * array, int32_t index, int32_t length, NativeArray_1_System_UInt16_ value, IComparer_1_Unity_Collections_NativeArray_1_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E820, ArraySortHelper_1_Unity_Collections_NativeArray_1__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF90E0, void, ArraySortHelper_1_Unity_Collections_NativeArray_1__DownHeap, (NativeArray_1_System_UInt16___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Unity_Collections_NativeArray_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Unity_Collections_NativeArray_1__Heapsort, (NativeArray_1_System_UInt16___Array * keys, int32_t lo, int32_t hi, Comparison_1_Unity_Collections_NativeArray_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF83B0, void, ArraySortHelper_1_Unity_Collections_NativeArray_1__InsertionSort, (NativeArray_1_System_UInt16___Array * keys, int32_t lo, int32_t hi, Comparison_1_Unity_Collections_NativeArray_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_Unity_Collections_NativeArray_1__InternalBinarySearch, (NativeArray_1_System_UInt16___Array * array, int32_t index, int32_t length, NativeArray_1_System_UInt16_ value, IComparer_1_Unity_Collections_NativeArray_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Unity_Collections_NativeArray_1__IntroSort, (NativeArray_1_System_UInt16___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Unity_Collections_NativeArray_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Unity_Collections_NativeArray_1__IntrospectiveSort, (NativeArray_1_System_UInt16___Array * keys, int32_t left, int32_t length, Comparison_1_Unity_Collections_NativeArray_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_Unity_Collections_NativeArray_1__PickPivotAndPartition, (NativeArray_1_System_UInt16___Array * keys, int32_t lo, int32_t hi, Comparison_1_Unity_Collections_NativeArray_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016A2C80, void, ArraySortHelper_1_Unity_Collections_NativeArray_1__Sort, (NativeArray_1_System_UInt16___Array * keys, int32_t index, int32_t length, Comparison_1_Unity_Collections_NativeArray_1_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E818, ArraySortHelper_1_Unity_Collections_NativeArray_1__Sort__MethodInfo); DO_APP_FUNC(0x016A2890, void, ArraySortHelper_1_Unity_Collections_NativeArray_1__Sort_1, (ArraySortHelper_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_System_UInt16___Array * keys, int32_t index, int32_t length, IComparer_1_Unity_Collections_NativeArray_1_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E838, ArraySortHelper_1_Unity_Collections_NativeArray_1__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF7C40, void, ArraySortHelper_1_Unity_Collections_NativeArray_1__Swap, (NativeArray_1_System_UInt16___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF7AF0, void, ArraySortHelper_1_Unity_Collections_NativeArray_1__SwapIfGreater, (NativeArray_1_System_UInt16___Array * keys, Comparison_1_Unity_Collections_NativeArray_1_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Unity_Collections_NativeArray_1_ *, ArraySortHelper_1_Unity_Collections_NativeArray_1__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Unity_Collections_NativeArray_1__1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Unity_Collections_NativeArray_1__1__ctor, (ArraySortHelper_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016A3070, int32_t, ArraySortHelper_1_Unity_Collections_NativeArray_1__1_BinarySearch, (ArraySortHelper_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_UnityEngine_UIElements_Vertex___Array * array, int32_t index, int32_t length, NativeArray_1_UnityEngine_UIElements_Vertex_ value, IComparer_1_Unity_Collections_NativeArray_1__1 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E828, ArraySortHelper_1_Unity_Collections_NativeArray_1__1_BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF90E0, void, ArraySortHelper_1_Unity_Collections_NativeArray_1__1_DownHeap, (NativeArray_1_UnityEngine_UIElements_Vertex___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Unity_Collections_NativeArray_1__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Unity_Collections_NativeArray_1__1_Heapsort, (NativeArray_1_UnityEngine_UIElements_Vertex___Array * keys, int32_t lo, int32_t hi, Comparison_1_Unity_Collections_NativeArray_1__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF83B0, void, ArraySortHelper_1_Unity_Collections_NativeArray_1__1_InsertionSort, (NativeArray_1_UnityEngine_UIElements_Vertex___Array * keys, int32_t lo, int32_t hi, Comparison_1_Unity_Collections_NativeArray_1__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_Unity_Collections_NativeArray_1__1_InternalBinarySearch, (NativeArray_1_UnityEngine_UIElements_Vertex___Array * array, int32_t index, int32_t length, NativeArray_1_UnityEngine_UIElements_Vertex_ value, IComparer_1_Unity_Collections_NativeArray_1__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Unity_Collections_NativeArray_1__1_IntroSort, (NativeArray_1_UnityEngine_UIElements_Vertex___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Unity_Collections_NativeArray_1__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Unity_Collections_NativeArray_1__1_IntrospectiveSort, (NativeArray_1_UnityEngine_UIElements_Vertex___Array * keys, int32_t left, int32_t length, Comparison_1_Unity_Collections_NativeArray_1__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_Unity_Collections_NativeArray_1__1_PickPivotAndPartition, (NativeArray_1_UnityEngine_UIElements_Vertex___Array * keys, int32_t lo, int32_t hi, Comparison_1_Unity_Collections_NativeArray_1__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x016A31F0, void, ArraySortHelper_1_Unity_Collections_NativeArray_1__1_Sort, (NativeArray_1_UnityEngine_UIElements_Vertex___Array * keys, int32_t index, int32_t length, Comparison_1_Unity_Collections_NativeArray_1__1 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E868, ArraySortHelper_1_Unity_Collections_NativeArray_1__1_Sort__MethodInfo); DO_APP_FUNC(0x016A2E00, void, ArraySortHelper_1_Unity_Collections_NativeArray_1__1_Sort_1, (ArraySortHelper_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_UnityEngine_UIElements_Vertex___Array * keys, int32_t index, int32_t length, IComparer_1_Unity_Collections_NativeArray_1__1 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E830, ArraySortHelper_1_Unity_Collections_NativeArray_1__1_Sort_1__MethodInfo); DO_APP_FUNC(0x00FF7C40, void, ArraySortHelper_1_Unity_Collections_NativeArray_1__1_Swap, (NativeArray_1_UnityEngine_UIElements_Vertex___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF7AF0, void, ArraySortHelper_1_Unity_Collections_NativeArray_1__1_SwapIfGreater, (NativeArray_1_UnityEngine_UIElements_Vertex___Array * keys, Comparison_1_Unity_Collections_NativeArray_1__1 * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Unity_Collections_NativeArray_1__1 *, ArraySortHelper_1_Unity_Collections_NativeArray_1__1_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo___ctor, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016A35E0, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__BinarySearch, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object___Array * array, int32_t index, int32_t length, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ value, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E878, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__DownHeap, (RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Heapsort, (RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__InsertionSort, (RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__InternalBinarySearch, (RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object___Array * array, int32_t index, int32_t length, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ value, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__IntroSort, (RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__IntrospectiveSort, (RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object___Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__PickPivotAndPartition, (RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016A3760, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Sort, (RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object___Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E870, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Sort__MethodInfo); DO_APP_FUNC(0x016A3370, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Sort_1, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object___Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E860, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Swap, (RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__SwapIfGreater, (RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object___Array * keys, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ *, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Photon_Bolt_Collections_STuple_2___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Photon_Bolt_Collections_STuple_2___ctor, (ArraySortHelper_1_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016A3B50, int32_t, ArraySortHelper_1_Photon_Bolt_Collections_STuple_2__BinarySearch, (ArraySortHelper_1_Photon_Bolt_Collections_STuple_2_ * __this, STuple_2_System_Object_System_Object___Array * array, int32_t index, int32_t length, STuple_2_System_Object_System_Object_ value, IComparer_1_Photon_Bolt_Collections_STuple_2_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E840, ArraySortHelper_1_Photon_Bolt_Collections_STuple_2__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_Photon_Bolt_Collections_STuple_2__DownHeap, (STuple_2_System_Object_System_Object___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Photon_Bolt_Collections_STuple_2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Photon_Bolt_Collections_STuple_2__Heapsort, (STuple_2_System_Object_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_Photon_Bolt_Collections_STuple_2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_Photon_Bolt_Collections_STuple_2__InsertionSort, (STuple_2_System_Object_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_Photon_Bolt_Collections_STuple_2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_Photon_Bolt_Collections_STuple_2__InternalBinarySearch, (STuple_2_System_Object_System_Object___Array * array, int32_t index, int32_t length, STuple_2_System_Object_System_Object_ value, IComparer_1_Photon_Bolt_Collections_STuple_2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Photon_Bolt_Collections_STuple_2__IntroSort, (STuple_2_System_Object_System_Object___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Photon_Bolt_Collections_STuple_2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Photon_Bolt_Collections_STuple_2__IntrospectiveSort, (STuple_2_System_Object_System_Object___Array * keys, int32_t left, int32_t length, Comparison_1_Photon_Bolt_Collections_STuple_2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_Photon_Bolt_Collections_STuple_2__PickPivotAndPartition, (STuple_2_System_Object_System_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_Photon_Bolt_Collections_STuple_2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016A3CD0, void, ArraySortHelper_1_Photon_Bolt_Collections_STuple_2__Sort, (STuple_2_System_Object_System_Object___Array * keys, int32_t index, int32_t length, Comparison_1_Photon_Bolt_Collections_STuple_2_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E858, ArraySortHelper_1_Photon_Bolt_Collections_STuple_2__Sort__MethodInfo); DO_APP_FUNC(0x016A38E0, void, ArraySortHelper_1_Photon_Bolt_Collections_STuple_2__Sort_1, (ArraySortHelper_1_Photon_Bolt_Collections_STuple_2_ * __this, STuple_2_System_Object_System_Object___Array * keys, int32_t index, int32_t length, IComparer_1_Photon_Bolt_Collections_STuple_2_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E848, ArraySortHelper_1_Photon_Bolt_Collections_STuple_2__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_Photon_Bolt_Collections_STuple_2__Swap, (STuple_2_System_Object_System_Object___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_Photon_Bolt_Collections_STuple_2__SwapIfGreater, (STuple_2_System_Object_System_Object___Array * keys, Comparison_1_Photon_Bolt_Collections_STuple_2_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Photon_Bolt_Collections_STuple_2_ *, ArraySortHelper_1_Photon_Bolt_Collections_STuple_2__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_ValueTuple_2___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_ValueTuple_2___ctor, (ArraySortHelper_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016A40C0, int32_t, ArraySortHelper_1_System_ValueTuple_2__BinarySearch, (ArraySortHelper_1_System_ValueTuple_2_ * __this, ValueTuple_2_Int32_Object___Array * array, int32_t index, int32_t length, ValueTuple_2_Int32_Object_ value, IComparer_1_System_ValueTuple_2_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E7C0, ArraySortHelper_1_System_ValueTuple_2__BinarySearch__MethodInfo); DO_APP_FUNC(0x01001BB0, void, ArraySortHelper_1_System_ValueTuple_2__DownHeap, (ValueTuple_2_Int32_Object___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_ValueTuple_2_Int32_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_ValueTuple_2__Heapsort, (ValueTuple_2_Int32_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_ValueTuple_2_Int32_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01001E80, void, ArraySortHelper_1_System_ValueTuple_2__InsertionSort, (ValueTuple_2_Int32_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_ValueTuple_2_Int32_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_System_ValueTuple_2__InternalBinarySearch, (ValueTuple_2_Int32_Object___Array * array, int32_t index, int32_t length, ValueTuple_2_Int32_Object_ value, IComparer_1_System_ValueTuple_2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_ValueTuple_2__IntroSort, (ValueTuple_2_Int32_Object___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_ValueTuple_2_Int32_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_ValueTuple_2__IntrospectiveSort, (ValueTuple_2_Int32_Object___Array * keys, int32_t left, int32_t length, Comparison_1_ValueTuple_2_Int32_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_System_ValueTuple_2__PickPivotAndPartition, (ValueTuple_2_Int32_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_ValueTuple_2_Int32_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016A4240, void, ArraySortHelper_1_System_ValueTuple_2__Sort, (ValueTuple_2_Int32_Object___Array * keys, int32_t index, int32_t length, Comparison_1_ValueTuple_2_Int32_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E7B8, ArraySortHelper_1_System_ValueTuple_2__Sort__MethodInfo); DO_APP_FUNC(0x016A3E50, void, ArraySortHelper_1_System_ValueTuple_2__Sort_1, (ArraySortHelper_1_System_ValueTuple_2_ * __this, ValueTuple_2_Int32_Object___Array * keys, int32_t index, int32_t length, IComparer_1_System_ValueTuple_2_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E850, ArraySortHelper_1_System_ValueTuple_2__Sort_1__MethodInfo); DO_APP_FUNC(0x01001A70, void, ArraySortHelper_1_System_ValueTuple_2__Swap, (ValueTuple_2_Int32_Object___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01001850, void, ArraySortHelper_1_System_ValueTuple_2__SwapIfGreater, (ValueTuple_2_Int32_Object___Array * keys, Comparison_1_ValueTuple_2_Int32_Object_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_ValueTuple_2_ *, ArraySortHelper_1_System_ValueTuple_2__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_ValueTuple_2__1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_ValueTuple_2__1__ctor, (ArraySortHelper_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016A4630, int32_t, ArraySortHelper_1_System_ValueTuple_2__1_BinarySearch, (ArraySortHelper_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int___Array * array, int32_t index, int32_t length, ValueTuple_2_Int32_UnityEngine_Vector2Int_ value, IComparer_1_System_ValueTuple_2__1 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E7C8, ArraySortHelper_1_System_ValueTuple_2__1_BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF6F20, void, ArraySortHelper_1_System_ValueTuple_2__1_DownHeap, (ValueTuple_2_Int32_UnityEngine_Vector2Int___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_ValueTuple_2__1_Heapsort, (ValueTuple_2_Int32_UnityEngine_Vector2Int___Array * keys, int32_t lo, int32_t hi, Comparison_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF7200, void, ArraySortHelper_1_System_ValueTuple_2__1_InsertionSort, (ValueTuple_2_Int32_UnityEngine_Vector2Int___Array * keys, int32_t lo, int32_t hi, Comparison_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF6690, int32_t, ArraySortHelper_1_System_ValueTuple_2__1_InternalBinarySearch, (ValueTuple_2_Int32_UnityEngine_Vector2Int___Array * array, int32_t index, int32_t length, ValueTuple_2_Int32_UnityEngine_Vector2Int_ value, IComparer_1_System_ValueTuple_2__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_ValueTuple_2__1_IntroSort, (ValueTuple_2_Int32_UnityEngine_Vector2Int___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_ValueTuple_2__1_IntrospectiveSort, (ValueTuple_2_Int32_UnityEngine_Vector2Int___Array * keys, int32_t left, int32_t length, Comparison_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF6A40, int32_t, ArraySortHelper_1_System_ValueTuple_2__1_PickPivotAndPartition, (ValueTuple_2_Int32_UnityEngine_Vector2Int___Array * keys, int32_t lo, int32_t hi, Comparison_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016A47B0, void, ArraySortHelper_1_System_ValueTuple_2__1_Sort, (ValueTuple_2_Int32_UnityEngine_Vector2Int___Array * keys, int32_t index, int32_t length, Comparison_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E7A0, ArraySortHelper_1_System_ValueTuple_2__1_Sort__MethodInfo); DO_APP_FUNC(0x016A43C0, void, ArraySortHelper_1_System_ValueTuple_2__1_Sort_1, (ArraySortHelper_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int___Array * keys, int32_t index, int32_t length, IComparer_1_System_ValueTuple_2__1 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E7D0, ArraySortHelper_1_System_ValueTuple_2__1_Sort_1__MethodInfo); DO_APP_FUNC(0x00FF69C0, void, ArraySortHelper_1_System_ValueTuple_2__1_Swap, (ValueTuple_2_Int32_UnityEngine_Vector2Int___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF6840, void, ArraySortHelper_1_System_ValueTuple_2__1_SwapIfGreater, (ValueTuple_2_Int32_UnityEngine_Vector2Int___Array * keys, Comparison_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_ValueTuple_2__1 *, ArraySortHelper_1_System_ValueTuple_2__1_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_ValueTuple_2__2__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_ValueTuple_2__2__ctor, (ArraySortHelper_1_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016A4BA0, int32_t, ArraySortHelper_1_System_ValueTuple_2__2_BinarySearch, (ArraySortHelper_1_System_ValueTuple_2__2 * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32___Array * array, int32_t index, int32_t length, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ value, IComparer_1_System_ValueTuple_2__2 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E7B0, ArraySortHelper_1_System_ValueTuple_2__2_BinarySearch__MethodInfo); DO_APP_FUNC(0x01002960, void, ArraySortHelper_1_System_ValueTuple_2__2_DownHeap, (ValueTuple_2_Object_ValueTuple_2_Object_Int32___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_ValueTuple_2__2_Heapsort, (ValueTuple_2_Object_ValueTuple_2_Object_Int32___Array * keys, int32_t lo, int32_t hi, Comparison_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01002CC0, void, ArraySortHelper_1_System_ValueTuple_2__2_InsertionSort, (ValueTuple_2_Object_ValueTuple_2_Object_Int32___Array * keys, int32_t lo, int32_t hi, Comparison_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_System_ValueTuple_2__2_InternalBinarySearch, (ValueTuple_2_Object_ValueTuple_2_Object_Int32___Array * array, int32_t index, int32_t length, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ value, IComparer_1_System_ValueTuple_2__2 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_ValueTuple_2__2_IntroSort, (ValueTuple_2_Object_ValueTuple_2_Object_Int32___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_ValueTuple_2__2_IntrospectiveSort, (ValueTuple_2_Object_ValueTuple_2_Object_Int32___Array * keys, int32_t left, int32_t length, Comparison_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_System_ValueTuple_2__2_PickPivotAndPartition, (ValueTuple_2_Object_ValueTuple_2_Object_Int32___Array * keys, int32_t lo, int32_t hi, Comparison_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016A4D20, void, ArraySortHelper_1_System_ValueTuple_2__2_Sort, (ValueTuple_2_Object_ValueTuple_2_Object_Int32___Array * keys, int32_t index, int32_t length, Comparison_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E7A8, ArraySortHelper_1_System_ValueTuple_2__2_Sort__MethodInfo); DO_APP_FUNC(0x016A4930, void, ArraySortHelper_1_System_ValueTuple_2__2_Sort_1, (ArraySortHelper_1_System_ValueTuple_2__2 * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32___Array * keys, int32_t index, int32_t length, IComparer_1_System_ValueTuple_2__2 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E798, ArraySortHelper_1_System_ValueTuple_2__2_Sort_1__MethodInfo); DO_APP_FUNC(0x01002800, void, ArraySortHelper_1_System_ValueTuple_2__2_Swap, (ValueTuple_2_Object_ValueTuple_2_Object_Int32___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010025A0, void, ArraySortHelper_1_System_ValueTuple_2__2_SwapIfGreater, (ValueTuple_2_Object_ValueTuple_2_Object_Int32___Array * keys, Comparison_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_ValueTuple_2__2 *, ArraySortHelper_1_System_ValueTuple_2__2_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_ValueTuple_2__3__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_ValueTuple_2__3__ctor, (ArraySortHelper_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016A5110, int32_t, ArraySortHelper_1_System_ValueTuple_2__3_BinarySearch, (ArraySortHelper_1_System_ValueTuple_2__3 * __this, ValueTuple_2_Object_Object___Array * array, int32_t index, int32_t length, ValueTuple_2_Object_Object_ value, IComparer_1_System_ValueTuple_2__3 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E7F8, ArraySortHelper_1_System_ValueTuple_2__3_BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_System_ValueTuple_2__3_DownHeap, (ValueTuple_2_Object_Object___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_ValueTuple_2_Object_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_ValueTuple_2__3_Heapsort, (ValueTuple_2_Object_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_ValueTuple_2_Object_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_System_ValueTuple_2__3_InsertionSort, (ValueTuple_2_Object_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_ValueTuple_2_Object_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_System_ValueTuple_2__3_InternalBinarySearch, (ValueTuple_2_Object_Object___Array * array, int32_t index, int32_t length, ValueTuple_2_Object_Object_ value, IComparer_1_System_ValueTuple_2__3 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_ValueTuple_2__3_IntroSort, (ValueTuple_2_Object_Object___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_ValueTuple_2_Object_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_ValueTuple_2__3_IntrospectiveSort, (ValueTuple_2_Object_Object___Array * keys, int32_t left, int32_t length, Comparison_1_ValueTuple_2_Object_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_System_ValueTuple_2__3_PickPivotAndPartition, (ValueTuple_2_Object_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_ValueTuple_2_Object_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016A5290, void, ArraySortHelper_1_System_ValueTuple_2__3_Sort, (ValueTuple_2_Object_Object___Array * keys, int32_t index, int32_t length, Comparison_1_ValueTuple_2_Object_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E810, ArraySortHelper_1_System_ValueTuple_2__3_Sort__MethodInfo); DO_APP_FUNC(0x016A4EA0, void, ArraySortHelper_1_System_ValueTuple_2__3_Sort_1, (ArraySortHelper_1_System_ValueTuple_2__3 * __this, ValueTuple_2_Object_Object___Array * keys, int32_t index, int32_t length, IComparer_1_System_ValueTuple_2__3 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E800, ArraySortHelper_1_System_ValueTuple_2__3_Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_System_ValueTuple_2__3_Swap, (ValueTuple_2_Object_Object___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_System_ValueTuple_2__3_SwapIfGreater, (ValueTuple_2_Object_Object___Array * keys, Comparison_1_ValueTuple_2_Object_Object_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_ValueTuple_2__3 *, ArraySortHelper_1_System_ValueTuple_2__3_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_ValueTuple_2__4__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_ValueTuple_2__4__ctor, (ArraySortHelper_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016A5680, int32_t, ArraySortHelper_1_System_ValueTuple_2__4_BinarySearch, (ArraySortHelper_1_System_ValueTuple_2__4 * __this, ValueTuple_2_UnityEngine_Vector3Int_Object___Array * array, int32_t index, int32_t length, ValueTuple_2_UnityEngine_Vector3Int_Object_ value, IComparer_1_System_ValueTuple_2__4 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E7E0, ArraySortHelper_1_System_ValueTuple_2__4_BinarySearch__MethodInfo); DO_APP_FUNC(0x00FFA350, void, ArraySortHelper_1_System_ValueTuple_2__4_DownHeap, (ValueTuple_2_UnityEngine_Vector3Int_Object___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_ValueTuple_2__4_Heapsort, (ValueTuple_2_UnityEngine_Vector3Int_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFA6B0, void, ArraySortHelper_1_System_ValueTuple_2__4_InsertionSort, (ValueTuple_2_UnityEngine_Vector3Int_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_System_ValueTuple_2__4_InternalBinarySearch, (ValueTuple_2_UnityEngine_Vector3Int_Object___Array * array, int32_t index, int32_t length, ValueTuple_2_UnityEngine_Vector3Int_Object_ value, IComparer_1_System_ValueTuple_2__4 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_ValueTuple_2__4_IntroSort, (ValueTuple_2_UnityEngine_Vector3Int_Object___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_ValueTuple_2__4_IntrospectiveSort, (ValueTuple_2_UnityEngine_Vector3Int_Object___Array * keys, int32_t left, int32_t length, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_System_ValueTuple_2__4_PickPivotAndPartition, (ValueTuple_2_UnityEngine_Vector3Int_Object___Array * keys, int32_t lo, int32_t hi, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016A5800, void, ArraySortHelper_1_System_ValueTuple_2__4_Sort, (ValueTuple_2_UnityEngine_Vector3Int_Object___Array * keys, int32_t index, int32_t length, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E7D8, ArraySortHelper_1_System_ValueTuple_2__4_Sort__MethodInfo); DO_APP_FUNC(0x016A5410, void, ArraySortHelper_1_System_ValueTuple_2__4_Sort_1, (ArraySortHelper_1_System_ValueTuple_2__4 * __this, ValueTuple_2_UnityEngine_Vector3Int_Object___Array * keys, int32_t index, int32_t length, IComparer_1_System_ValueTuple_2__4 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E808, ArraySortHelper_1_System_ValueTuple_2__4_Sort_1__MethodInfo); DO_APP_FUNC(0x00FF9CE0, void, ArraySortHelper_1_System_ValueTuple_2__4_Swap, (ValueTuple_2_UnityEngine_Vector3Int_Object___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF9A80, void, ArraySortHelper_1_System_ValueTuple_2__4_SwapIfGreater, (ValueTuple_2_UnityEngine_Vector3Int_Object___Array * keys, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_ValueTuple_2__4 *, ArraySortHelper_1_System_ValueTuple_2__4_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_ValueTuple_2__5__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_ValueTuple_2__5__ctor, (ArraySortHelper_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016A5BF0, int32_t, ArraySortHelper_1_System_ValueTuple_2__5_BinarySearch, (ArraySortHelper_1_System_ValueTuple_2__5 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___Array * array, int32_t index, int32_t length, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ value, IComparer_1_System_ValueTuple_2__5 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E7E8, ArraySortHelper_1_System_ValueTuple_2__5_BinarySearch__MethodInfo); DO_APP_FUNC(0x016A6330, void, ArraySortHelper_1_System_ValueTuple_2__5_DownHeap, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_ValueTuple_2__5_Heapsort, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___Array * keys, int32_t lo, int32_t hi, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016A6750, void, ArraySortHelper_1_System_ValueTuple_2__5_InsertionSort, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___Array * keys, int32_t lo, int32_t hi, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011E86D0, int32_t, ArraySortHelper_1_System_ValueTuple_2__5_InternalBinarySearch, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___Array * array, int32_t index, int32_t length, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ value, IComparer_1_System_ValueTuple_2__5 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_ValueTuple_2__5_IntroSort, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_ValueTuple_2__5_IntrospectiveSort, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___Array * keys, int32_t left, int32_t length, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFB3F0, int32_t, ArraySortHelper_1_System_ValueTuple_2__5_PickPivotAndPartition, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___Array * keys, int32_t lo, int32_t hi, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016A5D90, void, ArraySortHelper_1_System_ValueTuple_2__5_Sort, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___Array * keys, int32_t index, int32_t length, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E740, ArraySortHelper_1_System_ValueTuple_2__5_Sort__MethodInfo); DO_APP_FUNC(0x016A5980, void, ArraySortHelper_1_System_ValueTuple_2__5_Sort_1, (ArraySortHelper_1_System_ValueTuple_2__5 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___Array * keys, int32_t index, int32_t length, IComparer_1_System_ValueTuple_2__5 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E7F0, ArraySortHelper_1_System_ValueTuple_2__5_Sort_1__MethodInfo); DO_APP_FUNC(0x016A6190, void, ArraySortHelper_1_System_ValueTuple_2__5_Swap, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x016A5F10, void, ArraySortHelper_1_System_ValueTuple_2__5_SwapIfGreater, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___Array * keys, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_ValueTuple_2__5 *, ArraySortHelper_1_System_ValueTuple_2__5_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_ValueTuple_2__6__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_ValueTuple_2__6__ctor, (ArraySortHelper_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x016A6C50, int32_t, ArraySortHelper_1_System_ValueTuple_2__6_BinarySearch, (ArraySortHelper_1_System_ValueTuple_2__6 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___Array * array, int32_t index, int32_t length, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ value, IComparer_1_System_ValueTuple_2__6 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E750, ArraySortHelper_1_System_ValueTuple_2__6_BinarySearch__MethodInfo); DO_APP_FUNC(0x016A7300, void, ArraySortHelper_1_System_ValueTuple_2__6_DownHeap, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_ValueTuple_2__6_Heapsort, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___Array * keys, int32_t lo, int32_t hi, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016A76F0, void, ArraySortHelper_1_System_ValueTuple_2__6_InsertionSort, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___Array * keys, int32_t lo, int32_t hi, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF33A0, int32_t, ArraySortHelper_1_System_ValueTuple_2__6_InternalBinarySearch, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___Array * array, int32_t index, int32_t length, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ value, IComparer_1_System_ValueTuple_2__6 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_ValueTuple_2__6_IntroSort, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_ValueTuple_2__6_IntrospectiveSort, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___Array * keys, int32_t left, int32_t length, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3F00, int32_t, ArraySortHelper_1_System_ValueTuple_2__6_PickPivotAndPartition, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___Array * keys, int32_t lo, int32_t hi, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016A6DE0, void, ArraySortHelper_1_System_ValueTuple_2__6_Sort, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___Array * keys, int32_t index, int32_t length, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E748, ArraySortHelper_1_System_ValueTuple_2__6_Sort__MethodInfo); DO_APP_FUNC(0x016A69E0, void, ArraySortHelper_1_System_ValueTuple_2__6_Sort_1, (ArraySortHelper_1_System_ValueTuple_2__6 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___Array * keys, int32_t index, int32_t length, IComparer_1_System_ValueTuple_2__6 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E738, ArraySortHelper_1_System_ValueTuple_2__6_Sort_1__MethodInfo); DO_APP_FUNC(0x016A7180, void, ArraySortHelper_1_System_ValueTuple_2__6_Swap, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x016A6F60, void, ArraySortHelper_1_System_ValueTuple_2__6_SwapIfGreater, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___Array * keys, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_ValueTuple_2__6 *, ArraySortHelper_1_System_ValueTuple_2__6_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_AnimatorClipInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_AnimatorClipInfo___ctor, (ArraySortHelper_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016A7BA0, int32_t, ArraySortHelper_1_UnityEngine_AnimatorClipInfo__BinarySearch, (ArraySortHelper_1_UnityEngine_AnimatorClipInfo_ * __this, AnimatorClipInfo__Array * array, int32_t index, int32_t length, AnimatorClipInfo value, IComparer_1_UnityEngine_AnimatorClipInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E718, ArraySortHelper_1_UnityEngine_AnimatorClipInfo__BinarySearch__MethodInfo); DO_APP_FUNC(0x01006D50, void, ArraySortHelper_1_UnityEngine_AnimatorClipInfo__DownHeap, (AnimatorClipInfo__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_AnimatorClipInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_AnimatorClipInfo__Heapsort, (AnimatorClipInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_AnimatorClipInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006F60, void, ArraySortHelper_1_UnityEngine_AnimatorClipInfo__InsertionSort, (AnimatorClipInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_AnimatorClipInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006630, int32_t, ArraySortHelper_1_UnityEngine_AnimatorClipInfo__InternalBinarySearch, (AnimatorClipInfo__Array * array, int32_t index, int32_t length, AnimatorClipInfo value, IComparer_1_UnityEngine_AnimatorClipInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_AnimatorClipInfo__IntroSort, (AnimatorClipInfo__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_AnimatorClipInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_AnimatorClipInfo__IntrospectiveSort, (AnimatorClipInfo__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_AnimatorClipInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006900, int32_t, ArraySortHelper_1_UnityEngine_AnimatorClipInfo__PickPivotAndPartition, (AnimatorClipInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_AnimatorClipInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016A7D10, void, ArraySortHelper_1_UnityEngine_AnimatorClipInfo__Sort, (AnimatorClipInfo__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_AnimatorClipInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E730, ArraySortHelper_1_UnityEngine_AnimatorClipInfo__Sort__MethodInfo); DO_APP_FUNC(0x016A7930, void, ArraySortHelper_1_UnityEngine_AnimatorClipInfo__Sort_1, (ArraySortHelper_1_UnityEngine_AnimatorClipInfo_ * __this, AnimatorClipInfo__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_AnimatorClipInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E720, ArraySortHelper_1_UnityEngine_AnimatorClipInfo__Sort_1__MethodInfo); DO_APP_FUNC(0x010068B0, void, ArraySortHelper_1_UnityEngine_AnimatorClipInfo__Swap, (AnimatorClipInfo__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010067A0, void, ArraySortHelper_1_UnityEngine_AnimatorClipInfo__SwapIfGreater, (AnimatorClipInfo__Array * keys, Comparison_1_UnityEngine_AnimatorClipInfo_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_AnimatorClipInfo_ *, ArraySortHelper_1_UnityEngine_AnimatorClipInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor, (ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016A8100, int32_t, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__BinarySearch, (ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle__Array * array, int32_t index, int32_t length, AsyncOperationHandle value, IComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E780, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__BinarySearch__MethodInfo); DO_APP_FUNC(0x01002960, void, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__DownHeap, (AsyncOperationHandle__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Heapsort, (AsyncOperationHandle__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01002CC0, void, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__InsertionSort, (AsyncOperationHandle__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__InternalBinarySearch, (AsyncOperationHandle__Array * array, int32_t index, int32_t length, AsyncOperationHandle value, IComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__IntroSort, (AsyncOperationHandle__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__IntrospectiveSort, (AsyncOperationHandle__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__PickPivotAndPartition, (AsyncOperationHandle__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016A8280, void, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Sort, (AsyncOperationHandle__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E778, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Sort__MethodInfo); DO_APP_FUNC(0x016A7E90, void, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Sort_1, (ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E728, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Sort_1__MethodInfo); DO_APP_FUNC(0x01002800, void, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Swap, (AsyncOperationHandle__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010025A0, void, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__SwapIfGreater, (AsyncOperationHandle__Array * keys, Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ *, ArraySortHelper_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Dissonance_Integrations_PhotonBolt_BoltPeer___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (ArraySortHelper_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016A8670, int32_t, ArraySortHelper_1_Dissonance_Integrations_PhotonBolt_BoltPeer__BinarySearch, (ArraySortHelper_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer__Array * array, int32_t index, int32_t length, BoltPeer value, IComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E788, ArraySortHelper_1_Dissonance_Integrations_PhotonBolt_BoltPeer__BinarySearch__MethodInfo); DO_APP_FUNC(0x016A8AF0, void, ArraySortHelper_1_Dissonance_Integrations_PhotonBolt_BoltPeer__DownHeap, (BoltPeer__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Heapsort, (BoltPeer__Array * keys, int32_t lo, int32_t hi, Comparison_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016A8D00, void, ArraySortHelper_1_Dissonance_Integrations_PhotonBolt_BoltPeer__InsertionSort, (BoltPeer__Array * keys, int32_t lo, int32_t hi, Comparison_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006630, int32_t, ArraySortHelper_1_Dissonance_Integrations_PhotonBolt_BoltPeer__InternalBinarySearch, (BoltPeer__Array * array, int32_t index, int32_t length, BoltPeer value, IComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Dissonance_Integrations_PhotonBolt_BoltPeer__IntroSort, (BoltPeer__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Dissonance_Integrations_PhotonBolt_BoltPeer__IntrospectiveSort, (BoltPeer__Array * keys, int32_t left, int32_t length, Comparison_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006900, int32_t, ArraySortHelper_1_Dissonance_Integrations_PhotonBolt_BoltPeer__PickPivotAndPartition, (BoltPeer__Array * keys, int32_t lo, int32_t hi, Comparison_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016A87E0, void, ArraySortHelper_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Sort, (BoltPeer__Array * keys, int32_t index, int32_t length, Comparison_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E760, ArraySortHelper_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Sort__MethodInfo); DO_APP_FUNC(0x016A8400, void, ArraySortHelper_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Sort_1, (ArraySortHelper_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer__Array * keys, int32_t index, int32_t length, IComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E790, ArraySortHelper_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Sort_1__MethodInfo); DO_APP_FUNC(0x016A8A80, void, ArraySortHelper_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Swap, (BoltPeer__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x016A8960, void, ArraySortHelper_1_Dissonance_Integrations_PhotonBolt_BoltPeer__SwapIfGreater, (BoltPeer__Array * keys, Comparison_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, ArraySortHelper_1_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Photon_Bolt_LagCompensation_BoltPhysicsHit___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Photon_Bolt_LagCompensation_BoltPhysicsHit___ctor, (ArraySortHelper_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016A90E0, int32_t, ArraySortHelper_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__BinarySearch, (ArraySortHelper_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, BoltPhysicsHit__Array * array, int32_t index, int32_t length, BoltPhysicsHit value, IComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E770, ArraySortHelper_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__BinarySearch__MethodInfo); DO_APP_FUNC(0x01007A30, void, ArraySortHelper_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__DownHeap, (BoltPhysicsHit__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Heapsort, (BoltPhysicsHit__Array * keys, int32_t lo, int32_t hi, Comparison_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01007D90, void, ArraySortHelper_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__InsertionSort, (BoltPhysicsHit__Array * keys, int32_t lo, int32_t hi, Comparison_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__InternalBinarySearch, (BoltPhysicsHit__Array * array, int32_t index, int32_t length, BoltPhysicsHit value, IComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__IntroSort, (BoltPhysicsHit__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__IntrospectiveSort, (BoltPhysicsHit__Array * keys, int32_t left, int32_t length, Comparison_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__PickPivotAndPartition, (BoltPhysicsHit__Array * keys, int32_t lo, int32_t hi, Comparison_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016A9260, void, ArraySortHelper_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Sort, (BoltPhysicsHit__Array * keys, int32_t index, int32_t length, Comparison_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E768, ArraySortHelper_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Sort__MethodInfo); DO_APP_FUNC(0x016A8E70, void, ArraySortHelper_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Sort_1, (ArraySortHelper_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, BoltPhysicsHit__Array * keys, int32_t index, int32_t length, IComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E758, ArraySortHelper_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Sort_1__MethodInfo); DO_APP_FUNC(0x010078C0, void, ArraySortHelper_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Swap, (BoltPhysicsHit__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01007640, void, ArraySortHelper_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__SwapIfGreater, (BoltPhysicsHit__Array * keys, Comparison_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ *, ArraySortHelper_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_BoneWeight___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_BoneWeight___ctor, (ArraySortHelper_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016A9650, int32_t, ArraySortHelper_1_UnityEngine_BoneWeight__BinarySearch, (ArraySortHelper_1_UnityEngine_BoneWeight_ * __this, BoneWeight__Array * array, int32_t index, int32_t length, BoneWeight value, IComparer_1_UnityEngine_BoneWeight_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E6B8, ArraySortHelper_1_UnityEngine_BoneWeight__BinarySearch__MethodInfo); DO_APP_FUNC(0x016A9B80, void, ArraySortHelper_1_UnityEngine_BoneWeight__DownHeap, (BoneWeight__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_BoneWeight_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_BoneWeight__Heapsort, (BoneWeight__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_BoneWeight_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016A9E70, void, ArraySortHelper_1_UnityEngine_BoneWeight__InsertionSort, (BoneWeight__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_BoneWeight_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFC5D0, int32_t, ArraySortHelper_1_UnityEngine_BoneWeight__InternalBinarySearch, (BoneWeight__Array * array, int32_t index, int32_t length, BoneWeight value, IComparer_1_UnityEngine_BoneWeight_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_BoneWeight__IntroSort, (BoneWeight__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_BoneWeight_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_BoneWeight__IntrospectiveSort, (BoneWeight__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_BoneWeight_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFCB70, int32_t, ArraySortHelper_1_UnityEngine_BoneWeight__PickPivotAndPartition, (BoneWeight__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_BoneWeight_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016A97D0, void, ArraySortHelper_1_UnityEngine_BoneWeight__Sort, (BoneWeight__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_BoneWeight_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E6D0, ArraySortHelper_1_UnityEngine_BoneWeight__Sort__MethodInfo); DO_APP_FUNC(0x016A93E0, void, ArraySortHelper_1_UnityEngine_BoneWeight__Sort_1, (ArraySortHelper_1_UnityEngine_BoneWeight_ * __this, BoneWeight__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_BoneWeight_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E6C0, ArraySortHelper_1_UnityEngine_BoneWeight__Sort_1__MethodInfo); DO_APP_FUNC(0x016A9AF0, void, ArraySortHelper_1_UnityEngine_BoneWeight__Swap, (BoneWeight__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x016A9950, void, ArraySortHelper_1_UnityEngine_BoneWeight__SwapIfGreater, (BoneWeight__Array * keys, Comparison_1_UnityEngine_BoneWeight_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_BoneWeight_ *, ArraySortHelper_1_UnityEngine_BoneWeight__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_Boolean___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_Boolean___ctor, (ArraySortHelper_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016AA2C0, int32_t, ArraySortHelper_1_System_Boolean__BinarySearch, (ArraySortHelper_1_System_Boolean_ * __this, Boolean__Array * array, int32_t index, int32_t length, bool value, IComparer_1_System_Boolean_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E6A0, ArraySortHelper_1_System_Boolean__BinarySearch__MethodInfo); DO_APP_FUNC(0x016AAC80, void, ArraySortHelper_1_System_Boolean__DownHeap, (Boolean__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Boolean_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_Boolean__Heapsort, (Boolean__Array * keys, int32_t lo, int32_t hi, Comparison_1_Boolean_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016AAE80, void, ArraySortHelper_1_System_Boolean__InsertionSort, (Boolean__Array * keys, int32_t lo, int32_t hi, Comparison_1_Boolean_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016AA5B0, int32_t, ArraySortHelper_1_System_Boolean__InternalBinarySearch, (Boolean__Array * array, int32_t index, int32_t length, bool value, IComparer_1_System_Boolean_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_Boolean__IntroSort, (Boolean__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Boolean_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_Boolean__IntrospectiveSort, (Boolean__Array * keys, int32_t left, int32_t length, Comparison_1_Boolean_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016AA830, int32_t, ArraySortHelper_1_System_Boolean__PickPivotAndPartition, (Boolean__Array * keys, int32_t lo, int32_t hi, Comparison_1_Boolean_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016AA430, void, ArraySortHelper_1_System_Boolean__Sort, (Boolean__Array * keys, int32_t index, int32_t length, Comparison_1_Boolean_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E698, ArraySortHelper_1_System_Boolean__Sort__MethodInfo); DO_APP_FUNC(0x016AA050, void, ArraySortHelper_1_System_Boolean__Sort_1, (ArraySortHelper_1_System_Boolean_ * __this, Boolean__Array * keys, int32_t index, int32_t length, IComparer_1_System_Boolean_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E6C8, ArraySortHelper_1_System_Boolean__Sort_1__MethodInfo); DO_APP_FUNC(0x016AA7D0, void, ArraySortHelper_1_System_Boolean__Swap, (Boolean__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x016AA6C0, void, ArraySortHelper_1_System_Boolean__SwapIfGreater, (Boolean__Array * keys, Comparison_1_Boolean_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_Boolean_ *, ArraySortHelper_1_System_Boolean__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_Byte___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_Byte___ctor, (ArraySortHelper_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016AB250, int32_t, ArraySortHelper_1_System_Byte__BinarySearch, (ArraySortHelper_1_System_Byte_ * __this, Byte__Array * array, int32_t index, int32_t length, uint8_t value, IComparer_1_System_Byte_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E6A8, ArraySortHelper_1_System_Byte__BinarySearch__MethodInfo); DO_APP_FUNC(0x016AAC80, void, ArraySortHelper_1_System_Byte__DownHeap, (Byte__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Byte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_Byte__Heapsort, (Byte__Array * keys, int32_t lo, int32_t hi, Comparison_1_Byte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016AAE80, void, ArraySortHelper_1_System_Byte__InsertionSort, (Byte__Array * keys, int32_t lo, int32_t hi, Comparison_1_Byte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016AB540, int32_t, ArraySortHelper_1_System_Byte__InternalBinarySearch, (Byte__Array * array, int32_t index, int32_t length, uint8_t value, IComparer_1_System_Byte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_Byte__IntroSort, (Byte__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Byte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_Byte__IntrospectiveSort, (Byte__Array * keys, int32_t left, int32_t length, Comparison_1_Byte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016AA830, int32_t, ArraySortHelper_1_System_Byte__PickPivotAndPartition, (Byte__Array * keys, int32_t lo, int32_t hi, Comparison_1_Byte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016AB3C0, void, ArraySortHelper_1_System_Byte__Sort, (Byte__Array * keys, int32_t index, int32_t length, Comparison_1_Byte_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E700, ArraySortHelper_1_System_Byte__Sort__MethodInfo); DO_APP_FUNC(0x016AAFE0, void, ArraySortHelper_1_System_Byte__Sort_1, (ArraySortHelper_1_System_Byte_ * __this, Byte__Array * keys, int32_t index, int32_t length, IComparer_1_System_Byte_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E6B0, ArraySortHelper_1_System_Byte__Sort_1__MethodInfo); DO_APP_FUNC(0x016AA7D0, void, ArraySortHelper_1_System_Byte__Swap, (Byte__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x016AA6C0, void, ArraySortHelper_1_System_Byte__SwapIfGreater, (Byte__Array * keys, Comparison_1_Byte_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_Byte_ *, ArraySortHelper_1_System_Byte__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_Threading_CancellationToken___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_Threading_CancellationToken___ctor, (ArraySortHelper_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016AB920, int32_t, ArraySortHelper_1_System_Threading_CancellationToken__BinarySearch, (ArraySortHelper_1_System_Threading_CancellationToken_ * __this, CancellationToken__Array * array, int32_t index, int32_t length, CancellationToken value, IComparer_1_System_Threading_CancellationToken_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E710, ArraySortHelper_1_System_Threading_CancellationToken__BinarySearch__MethodInfo); DO_APP_FUNC(0x016A8AF0, void, ArraySortHelper_1_System_Threading_CancellationToken__DownHeap, (CancellationToken__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_System_Threading_CancellationToken_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_Threading_CancellationToken__Heapsort, (CancellationToken__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Threading_CancellationToken_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016A8D00, void, ArraySortHelper_1_System_Threading_CancellationToken__InsertionSort, (CancellationToken__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Threading_CancellationToken_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006630, int32_t, ArraySortHelper_1_System_Threading_CancellationToken__InternalBinarySearch, (CancellationToken__Array * array, int32_t index, int32_t length, CancellationToken value, IComparer_1_System_Threading_CancellationToken_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_Threading_CancellationToken__IntroSort, (CancellationToken__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_System_Threading_CancellationToken_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_Threading_CancellationToken__IntrospectiveSort, (CancellationToken__Array * keys, int32_t left, int32_t length, Comparison_1_System_Threading_CancellationToken_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006900, int32_t, ArraySortHelper_1_System_Threading_CancellationToken__PickPivotAndPartition, (CancellationToken__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Threading_CancellationToken_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016ABA90, void, ArraySortHelper_1_System_Threading_CancellationToken__Sort, (CancellationToken__Array * keys, int32_t index, int32_t length, Comparison_1_System_Threading_CancellationToken_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E708, ArraySortHelper_1_System_Threading_CancellationToken__Sort__MethodInfo); DO_APP_FUNC(0x016AB6B0, void, ArraySortHelper_1_System_Threading_CancellationToken__Sort_1, (ArraySortHelper_1_System_Threading_CancellationToken_ * __this, CancellationToken__Array * keys, int32_t index, int32_t length, IComparer_1_System_Threading_CancellationToken_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E6F8, ArraySortHelper_1_System_Threading_CancellationToken__Sort_1__MethodInfo); DO_APP_FUNC(0x016A8A80, void, ArraySortHelper_1_System_Threading_CancellationToken__Swap, (CancellationToken__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x016A8960, void, ArraySortHelper_1_System_Threading_CancellationToken__SwapIfGreater, (CancellationToken__Array * keys, Comparison_1_System_Threading_CancellationToken_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_Threading_CancellationToken_ *, ArraySortHelper_1_System_Threading_CancellationToken__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_Char___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_Char___ctor, (ArraySortHelper_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016ABE80, int32_t, ArraySortHelper_1_System_Char__BinarySearch, (ArraySortHelper_1_System_Char_ * __this, Char__Array * array, int32_t index, int32_t length, uint16_t value, IComparer_1_System_Char_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E6D8, ArraySortHelper_1_System_Char__BinarySearch__MethodInfo); DO_APP_FUNC(0x016AC8A0, void, ArraySortHelper_1_System_Char__DownHeap, (Char__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Char_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_Char__Heapsort, (Char__Array * keys, int32_t lo, int32_t hi, Comparison_1_Char_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016ACAA0, void, ArraySortHelper_1_System_Char__InsertionSort, (Char__Array * keys, int32_t lo, int32_t hi, Comparison_1_Char_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016AC170, int32_t, ArraySortHelper_1_System_Char__InternalBinarySearch, (Char__Array * array, int32_t index, int32_t length, uint16_t value, IComparer_1_System_Char_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_Char__IntroSort, (Char__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Char_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_Char__IntrospectiveSort, (Char__Array * keys, int32_t left, int32_t length, Comparison_1_Char_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016AC450, int32_t, ArraySortHelper_1_System_Char__PickPivotAndPartition, (Char__Array * keys, int32_t lo, int32_t hi, Comparison_1_Char_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016ABFF0, void, ArraySortHelper_1_System_Char__Sort, (Char__Array * keys, int32_t index, int32_t length, Comparison_1_Char_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E6F0, ArraySortHelper_1_System_Char__Sort__MethodInfo); DO_APP_FUNC(0x016ABC10, void, ArraySortHelper_1_System_Char__Sort_1, (ArraySortHelper_1_System_Char_ * __this, Char__Array * keys, int32_t index, int32_t length, IComparer_1_System_Char_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E6E0, ArraySortHelper_1_System_Char__Sort_1__MethodInfo); DO_APP_FUNC(0x016AC3F0, void, ArraySortHelper_1_System_Char__Swap, (Char__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x016AC2E0, void, ArraySortHelper_1_System_Char__SwapIfGreater, (Char__Array * keys, Comparison_1_Char_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_Char_ *, ArraySortHelper_1_System_Char__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Dissonance_Networking_ClientInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Dissonance_Networking_ClientInfo___ctor, (ArraySortHelper_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016ACE70, int32_t, ArraySortHelper_1_Dissonance_Networking_ClientInfo__BinarySearch, (ArraySortHelper_1_Dissonance_Networking_ClientInfo_ * __this, ClientInfo__Array * array, int32_t index, int32_t length, ClientInfo value, IComparer_1_Dissonance_Networking_ClientInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E640, ArraySortHelper_1_Dissonance_Networking_ClientInfo__BinarySearch__MethodInfo); DO_APP_FUNC(0x01002960, void, ArraySortHelper_1_Dissonance_Networking_ClientInfo__DownHeap, (ClientInfo__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Dissonance_Networking_ClientInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Dissonance_Networking_ClientInfo__Heapsort, (ClientInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_Dissonance_Networking_ClientInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01002CC0, void, ArraySortHelper_1_Dissonance_Networking_ClientInfo__InsertionSort, (ClientInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_Dissonance_Networking_ClientInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_Dissonance_Networking_ClientInfo__InternalBinarySearch, (ClientInfo__Array * array, int32_t index, int32_t length, ClientInfo value, IComparer_1_Dissonance_Networking_ClientInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Dissonance_Networking_ClientInfo__IntroSort, (ClientInfo__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Dissonance_Networking_ClientInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Dissonance_Networking_ClientInfo__IntrospectiveSort, (ClientInfo__Array * keys, int32_t left, int32_t length, Comparison_1_Dissonance_Networking_ClientInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_Dissonance_Networking_ClientInfo__PickPivotAndPartition, (ClientInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_Dissonance_Networking_ClientInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016ACFF0, void, ArraySortHelper_1_Dissonance_Networking_ClientInfo__Sort, (ClientInfo__Array * keys, int32_t index, int32_t length, Comparison_1_Dissonance_Networking_ClientInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E638, ArraySortHelper_1_Dissonance_Networking_ClientInfo__Sort__MethodInfo); DO_APP_FUNC(0x016ACC00, void, ArraySortHelper_1_Dissonance_Networking_ClientInfo__Sort_1, (ArraySortHelper_1_Dissonance_Networking_ClientInfo_ * __this, ClientInfo__Array * keys, int32_t index, int32_t length, IComparer_1_Dissonance_Networking_ClientInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E6E8, ArraySortHelper_1_Dissonance_Networking_ClientInfo__Sort_1__MethodInfo); DO_APP_FUNC(0x01002800, void, ArraySortHelper_1_Dissonance_Networking_ClientInfo__Swap, (ClientInfo__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010025A0, void, ArraySortHelper_1_Dissonance_Networking_ClientInfo__SwapIfGreater, (ClientInfo__Array * keys, Comparison_1_Dissonance_Networking_ClientInfo_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Dissonance_Networking_ClientInfo_ *, ArraySortHelper_1_Dissonance_Networking_ClientInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Color___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Color___ctor, (ArraySortHelper_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016AD3E0, int32_t, ArraySortHelper_1_UnityEngine_Color__BinarySearch, (ArraySortHelper_1_UnityEngine_Color_ * __this, Color__Array * array, int32_t index, int32_t length, Color value, IComparer_1_UnityEngine_Color_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E648, ArraySortHelper_1_UnityEngine_Color__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF8140, void, ArraySortHelper_1_UnityEngine_Color__DownHeap, (Color__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Color_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Color__Heapsort, (Color__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Color_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF83B0, void, ArraySortHelper_1_UnityEngine_Color__InsertionSort, (Color__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Color_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF7950, int32_t, ArraySortHelper_1_UnityEngine_Color__InternalBinarySearch, (Color__Array * array, int32_t index, int32_t length, Color value, IComparer_1_UnityEngine_Color_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Color__IntroSort, (Color__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Color_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Color__IntrospectiveSort, (Color__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Color_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF7CB0, int32_t, ArraySortHelper_1_UnityEngine_Color__PickPivotAndPartition, (Color__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Color_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016AD560, void, ArraySortHelper_1_UnityEngine_Color__Sort, (Color__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Color_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E620, ArraySortHelper_1_UnityEngine_Color__Sort__MethodInfo); DO_APP_FUNC(0x016AD170, void, ArraySortHelper_1_UnityEngine_Color__Sort_1, (ArraySortHelper_1_UnityEngine_Color_ * __this, Color__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Color_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E650, ArraySortHelper_1_UnityEngine_Color__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF7C40, void, ArraySortHelper_1_UnityEngine_Color__Swap, (Color__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF7AF0, void, ArraySortHelper_1_UnityEngine_Color__SwapIfGreater, (Color__Array * keys, Comparison_1_UnityEngine_Color_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Color_ *, ArraySortHelper_1_UnityEngine_Color__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Color32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Color32___ctor, (ArraySortHelper_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016AD950, int32_t, ArraySortHelper_1_UnityEngine_Color32__BinarySearch, (ArraySortHelper_1_UnityEngine_Color32_ * __this, Color32__Array * array, int32_t index, int32_t length, Color32 value, IComparer_1_UnityEngine_Color32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E630, ArraySortHelper_1_UnityEngine_Color32__BinarySearch__MethodInfo); DO_APP_FUNC(0x010F5F00, void, ArraySortHelper_1_UnityEngine_Color32__DownHeap, (Color32__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Color32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Color32__Heapsort, (Color32__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Color32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F6110, void, ArraySortHelper_1_UnityEngine_Color32__InsertionSort, (Color32__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Color32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F57E0, int32_t, ArraySortHelper_1_UnityEngine_Color32__InternalBinarySearch, (Color32__Array * array, int32_t index, int32_t length, Color32 value, IComparer_1_UnityEngine_Color32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Color32__IntroSort, (Color32__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Color32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Color32__IntrospectiveSort, (Color32__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Color32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F5AB0, int32_t, ArraySortHelper_1_UnityEngine_Color32__PickPivotAndPartition, (Color32__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Color32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016ADAC0, void, ArraySortHelper_1_UnityEngine_Color32__Sort, (Color32__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Color32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E628, ArraySortHelper_1_UnityEngine_Color32__Sort__MethodInfo); DO_APP_FUNC(0x016AD6E0, void, ArraySortHelper_1_UnityEngine_Color32__Sort_1, (ArraySortHelper_1_UnityEngine_Color32_ * __this, Color32__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Color32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E618, ArraySortHelper_1_UnityEngine_Color32__Sort_1__MethodInfo); DO_APP_FUNC(0x010F5A60, void, ArraySortHelper_1_UnityEngine_Color32__Swap, (Color32__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010F5950, void, ArraySortHelper_1_UnityEngine_Color32__SwapIfGreater, (Color32__Array * keys, Comparison_1_UnityEngine_Color32_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Color32_ *, ArraySortHelper_1_UnityEngine_Color32__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_CombineInstance___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_CombineInstance___ctor, (ArraySortHelper_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016ADEB0, int32_t, ArraySortHelper_1_UnityEngine_CombineInstance__BinarySearch, (ArraySortHelper_1_UnityEngine_CombineInstance_ * __this, CombineInstance__Array * array, int32_t index, int32_t length, CombineInstance value, IComparer_1_UnityEngine_CombineInstance_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E678, ArraySortHelper_1_UnityEngine_CombineInstance__BinarySearch__MethodInfo); DO_APP_FUNC(0x016AEF60, void, ArraySortHelper_1_UnityEngine_CombineInstance__DownHeap, (CombineInstance__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_CombineInstance_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_CombineInstance__Heapsort, (CombineInstance__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_CombineInstance_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016AF450, void, ArraySortHelper_1_UnityEngine_CombineInstance__InsertionSort, (CombineInstance__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_CombineInstance_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016AE1F0, int32_t, ArraySortHelper_1_UnityEngine_CombineInstance__InternalBinarySearch, (CombineInstance__Array * array, int32_t index, int32_t length, CombineInstance value, IComparer_1_UnityEngine_CombineInstance_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_CombineInstance__IntroSort, (CombineInstance__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_CombineInstance_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_CombineInstance__IntrospectiveSort, (CombineInstance__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_CombineInstance_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016AE910, int32_t, ArraySortHelper_1_UnityEngine_CombineInstance__PickPivotAndPartition, (CombineInstance__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_CombineInstance_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016AE070, void, ArraySortHelper_1_UnityEngine_CombineInstance__Sort, (CombineInstance__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_CombineInstance_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E690, ArraySortHelper_1_UnityEngine_CombineInstance__Sort__MethodInfo); DO_APP_FUNC(0x016ADC40, void, ArraySortHelper_1_UnityEngine_CombineInstance__Sort_1, (ArraySortHelper_1_UnityEngine_CombineInstance_ * __this, CombineInstance__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_CombineInstance_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E680, ArraySortHelper_1_UnityEngine_CombineInstance__Sort_1__MethodInfo); DO_APP_FUNC(0x016AE7E0, void, ArraySortHelper_1_UnityEngine_CombineInstance__Swap, (CombineInstance__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x016AE480, void, ArraySortHelper_1_UnityEngine_CombineInstance__SwapIfGreater, (CombineInstance__Array * keys, Comparison_1_UnityEngine_CombineInstance_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_CombineInstance_ *, ArraySortHelper_1_UnityEngine_CombineInstance__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_ComputedTransitionProperty___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_ComputedTransitionProperty___ctor, (ArraySortHelper_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016AFA50, int32_t, ArraySortHelper_1_UnityEngine_UIElements_ComputedTransitionProperty__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, ComputedTransitionProperty__Array * array, int32_t index, int32_t length, ComputedTransitionProperty value, IComparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E660, ArraySortHelper_1_UnityEngine_UIElements_ComputedTransitionProperty__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FFA350, void, ArraySortHelper_1_UnityEngine_UIElements_ComputedTransitionProperty__DownHeap, (ComputedTransitionProperty__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_ComputedTransitionProperty_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_ComputedTransitionProperty__Heapsort, (ComputedTransitionProperty__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_ComputedTransitionProperty_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFA6B0, void, ArraySortHelper_1_UnityEngine_UIElements_ComputedTransitionProperty__InsertionSort, (ComputedTransitionProperty__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_ComputedTransitionProperty_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_ComputedTransitionProperty__InternalBinarySearch, (ComputedTransitionProperty__Array * array, int32_t index, int32_t length, ComputedTransitionProperty value, IComparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_ComputedTransitionProperty__IntroSort, (ComputedTransitionProperty__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_ComputedTransitionProperty_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_ComputedTransitionProperty__IntrospectiveSort, (ComputedTransitionProperty__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_ComputedTransitionProperty_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_UnityEngine_UIElements_ComputedTransitionProperty__PickPivotAndPartition, (ComputedTransitionProperty__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_ComputedTransitionProperty_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016AFBD0, void, ArraySortHelper_1_UnityEngine_UIElements_ComputedTransitionProperty__Sort, (ComputedTransitionProperty__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_ComputedTransitionProperty_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E658, ArraySortHelper_1_UnityEngine_UIElements_ComputedTransitionProperty__Sort__MethodInfo); DO_APP_FUNC(0x016AF7E0, void, ArraySortHelper_1_UnityEngine_UIElements_ComputedTransitionProperty__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, ComputedTransitionProperty__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E688, ArraySortHelper_1_UnityEngine_UIElements_ComputedTransitionProperty__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF9CE0, void, ArraySortHelper_1_UnityEngine_UIElements_ComputedTransitionProperty__Swap, (ComputedTransitionProperty__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF9A80, void, ArraySortHelper_1_UnityEngine_UIElements_ComputedTransitionProperty__SwapIfGreater, (ComputedTransitionProperty__Array * keys, Comparison_1_UnityEngine_UIElements_ComputedTransitionProperty_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_ComputedTransitionProperty_ *, ArraySortHelper_1_UnityEngine_UIElements_ComputedTransitionProperty__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Pathfinding_Connection___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Pathfinding_Connection___ctor, (ArraySortHelper_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016AFFC0, int32_t, ArraySortHelper_1_Pathfinding_Connection__BinarySearch, (ArraySortHelper_1_Pathfinding_Connection_ * __this, Connection__Array * array, int32_t index, int32_t length, Connection value, IComparer_1_Pathfinding_Connection_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E668, ArraySortHelper_1_Pathfinding_Connection__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_Pathfinding_Connection__DownHeap, (Connection__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Pathfinding_Connection_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Pathfinding_Connection__Heapsort, (Connection__Array * keys, int32_t lo, int32_t hi, Comparison_1_Pathfinding_Connection_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_Pathfinding_Connection__InsertionSort, (Connection__Array * keys, int32_t lo, int32_t hi, Comparison_1_Pathfinding_Connection_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_Pathfinding_Connection__InternalBinarySearch, (Connection__Array * array, int32_t index, int32_t length, Connection value, IComparer_1_Pathfinding_Connection_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Pathfinding_Connection__IntroSort, (Connection__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Pathfinding_Connection_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Pathfinding_Connection__IntrospectiveSort, (Connection__Array * keys, int32_t left, int32_t length, Comparison_1_Pathfinding_Connection_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_Pathfinding_Connection__PickPivotAndPartition, (Connection__Array * keys, int32_t lo, int32_t hi, Comparison_1_Pathfinding_Connection_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016B0140, void, ArraySortHelper_1_Pathfinding_Connection__Sort, (Connection__Array * keys, int32_t index, int32_t length, Comparison_1_Pathfinding_Connection_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E5D8, ArraySortHelper_1_Pathfinding_Connection__Sort__MethodInfo); DO_APP_FUNC(0x016AFD50, void, ArraySortHelper_1_Pathfinding_Connection__Sort_1, (ArraySortHelper_1_Pathfinding_Connection_ * __this, Connection__Array * keys, int32_t index, int32_t length, IComparer_1_Pathfinding_Connection_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E670, ArraySortHelper_1_Pathfinding_Connection__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_Pathfinding_Connection__Swap, (Connection__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_Pathfinding_Connection__SwapIfGreater, (Connection__Array * keys, Comparison_1_Pathfinding_Connection_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Pathfinding_Connection_ *, ArraySortHelper_1_Pathfinding_Connection__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Rewired_ControllerPollingInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Rewired_ControllerPollingInfo___ctor, (ArraySortHelper_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016B0530, int32_t, ArraySortHelper_1_Rewired_ControllerPollingInfo__BinarySearch, (ArraySortHelper_1_Rewired_ControllerPollingInfo_ * __this, ControllerPollingInfo__Array * array, int32_t index, int32_t length, ControllerPollingInfo value, IComparer_1_Rewired_ControllerPollingInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E5E8, ArraySortHelper_1_Rewired_ControllerPollingInfo__BinarySearch__MethodInfo); DO_APP_FUNC(0x016B0C70, void, ArraySortHelper_1_Rewired_ControllerPollingInfo__DownHeap, (ControllerPollingInfo__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Rewired_ControllerPollingInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Rewired_ControllerPollingInfo__Heapsort, (ControllerPollingInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_ControllerPollingInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016B1090, void, ArraySortHelper_1_Rewired_ControllerPollingInfo__InsertionSort, (ControllerPollingInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_ControllerPollingInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011E86D0, int32_t, ArraySortHelper_1_Rewired_ControllerPollingInfo__InternalBinarySearch, (ControllerPollingInfo__Array * array, int32_t index, int32_t length, ControllerPollingInfo value, IComparer_1_Rewired_ControllerPollingInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Rewired_ControllerPollingInfo__IntroSort, (ControllerPollingInfo__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Rewired_ControllerPollingInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Rewired_ControllerPollingInfo__IntrospectiveSort, (ControllerPollingInfo__Array * keys, int32_t left, int32_t length, Comparison_1_Rewired_ControllerPollingInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFB3F0, int32_t, ArraySortHelper_1_Rewired_ControllerPollingInfo__PickPivotAndPartition, (ControllerPollingInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_ControllerPollingInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016B06D0, void, ArraySortHelper_1_Rewired_ControllerPollingInfo__Sort, (ControllerPollingInfo__Array * keys, int32_t index, int32_t length, Comparison_1_Rewired_ControllerPollingInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E5E0, ArraySortHelper_1_Rewired_ControllerPollingInfo__Sort__MethodInfo); DO_APP_FUNC(0x016B02C0, void, ArraySortHelper_1_Rewired_ControllerPollingInfo__Sort_1, (ArraySortHelper_1_Rewired_ControllerPollingInfo_ * __this, ControllerPollingInfo__Array * keys, int32_t index, int32_t length, IComparer_1_Rewired_ControllerPollingInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E5D0, ArraySortHelper_1_Rewired_ControllerPollingInfo__Sort_1__MethodInfo); DO_APP_FUNC(0x016B0AD0, void, ArraySortHelper_1_Rewired_ControllerPollingInfo__Swap, (ControllerPollingInfo__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x016B0850, void, ArraySortHelper_1_Rewired_ControllerPollingInfo__SwapIfGreater, (ControllerPollingInfo__Array * keys, Comparison_1_Rewired_ControllerPollingInfo_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Rewired_ControllerPollingInfo_ *, ArraySortHelper_1_Rewired_ControllerPollingInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Rewired_ControllerTemplateElementTarget___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Rewired_ControllerTemplateElementTarget___ctor, (ArraySortHelper_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016B1590, int32_t, ArraySortHelper_1_Rewired_ControllerTemplateElementTarget__BinarySearch, (ArraySortHelper_1_Rewired_ControllerTemplateElementTarget_ * __this, ControllerTemplateElementTarget__Array * array, int32_t index, int32_t length, ControllerTemplateElementTarget value, IComparer_1_Rewired_ControllerTemplateElementTarget_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E5B0, ArraySortHelper_1_Rewired_ControllerTemplateElementTarget__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_Rewired_ControllerTemplateElementTarget__DownHeap, (ControllerTemplateElementTarget__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Rewired_ControllerTemplateElementTarget_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Rewired_ControllerTemplateElementTarget__Heapsort, (ControllerTemplateElementTarget__Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_ControllerTemplateElementTarget_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_Rewired_ControllerTemplateElementTarget__InsertionSort, (ControllerTemplateElementTarget__Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_ControllerTemplateElementTarget_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_Rewired_ControllerTemplateElementTarget__InternalBinarySearch, (ControllerTemplateElementTarget__Array * array, int32_t index, int32_t length, ControllerTemplateElementTarget value, IComparer_1_Rewired_ControllerTemplateElementTarget_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Rewired_ControllerTemplateElementTarget__IntroSort, (ControllerTemplateElementTarget__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Rewired_ControllerTemplateElementTarget_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Rewired_ControllerTemplateElementTarget__IntrospectiveSort, (ControllerTemplateElementTarget__Array * keys, int32_t left, int32_t length, Comparison_1_Rewired_ControllerTemplateElementTarget_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_Rewired_ControllerTemplateElementTarget__PickPivotAndPartition, (ControllerTemplateElementTarget__Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_ControllerTemplateElementTarget_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016B1710, void, ArraySortHelper_1_Rewired_ControllerTemplateElementTarget__Sort, (ControllerTemplateElementTarget__Array * keys, int32_t index, int32_t length, Comparison_1_Rewired_ControllerTemplateElementTarget_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E5C8, ArraySortHelper_1_Rewired_ControllerTemplateElementTarget__Sort__MethodInfo); DO_APP_FUNC(0x016B1320, void, ArraySortHelper_1_Rewired_ControllerTemplateElementTarget__Sort_1, (ArraySortHelper_1_Rewired_ControllerTemplateElementTarget_ * __this, ControllerTemplateElementTarget__Array * keys, int32_t index, int32_t length, IComparer_1_Rewired_ControllerTemplateElementTarget_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E5B8, ArraySortHelper_1_Rewired_ControllerTemplateElementTarget__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_Rewired_ControllerTemplateElementTarget__Swap, (ControllerTemplateElementTarget__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_Rewired_ControllerTemplateElementTarget__SwapIfGreater, (ControllerTemplateElementTarget__Array * keys, Comparison_1_Rewired_ControllerTemplateElementTarget_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Rewired_ControllerTemplateElementTarget_ *, ArraySortHelper_1_Rewired_ControllerTemplateElementTarget__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_SplineMesh_CurveSample___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_SplineMesh_CurveSample___ctor, (ArraySortHelper_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016B1B00, int32_t, ArraySortHelper_1_SplineMesh_CurveSample__BinarySearch, (ArraySortHelper_1_SplineMesh_CurveSample_ * __this, CurveSample__Array * array, int32_t index, int32_t length, CurveSample value, IComparer_1_SplineMesh_CurveSample_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E600, ArraySortHelper_1_SplineMesh_CurveSample__BinarySearch__MethodInfo); DO_APP_FUNC(0x010E5410, void, ArraySortHelper_1_SplineMesh_CurveSample__DownHeap, (CurveSample__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_SplineMesh_CurveSample_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_SplineMesh_CurveSample__Heapsort, (CurveSample__Array * keys, int32_t lo, int32_t hi, Comparison_1_SplineMesh_CurveSample_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E5800, void, ArraySortHelper_1_SplineMesh_CurveSample__InsertionSort, (CurveSample__Array * keys, int32_t lo, int32_t hi, Comparison_1_SplineMesh_CurveSample_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E48A0, int32_t, ArraySortHelper_1_SplineMesh_CurveSample__InternalBinarySearch, (CurveSample__Array * array, int32_t index, int32_t length, CurveSample value, IComparer_1_SplineMesh_CurveSample_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_SplineMesh_CurveSample__IntroSort, (CurveSample__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_SplineMesh_CurveSample_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_SplineMesh_CurveSample__IntrospectiveSort, (CurveSample__Array * keys, int32_t left, int32_t length, Comparison_1_SplineMesh_CurveSample_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E4E50, int32_t, ArraySortHelper_1_SplineMesh_CurveSample__PickPivotAndPartition, (CurveSample__Array * keys, int32_t lo, int32_t hi, Comparison_1_SplineMesh_CurveSample_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016B1CB0, void, ArraySortHelper_1_SplineMesh_CurveSample__Sort, (CurveSample__Array * keys, int32_t index, int32_t length, Comparison_1_SplineMesh_CurveSample_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E5F8, ArraySortHelper_1_SplineMesh_CurveSample__Sort__MethodInfo); DO_APP_FUNC(0x016B1890, void, ArraySortHelper_1_SplineMesh_CurveSample__Sort_1, (ArraySortHelper_1_SplineMesh_CurveSample_ * __this, CurveSample__Array * keys, int32_t index, int32_t length, IComparer_1_SplineMesh_CurveSample_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E5C0, ArraySortHelper_1_SplineMesh_CurveSample__Sort_1__MethodInfo); DO_APP_FUNC(0x010E4D70, void, ArraySortHelper_1_SplineMesh_CurveSample__Swap, (CurveSample__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010E4AE0, void, ArraySortHelper_1_SplineMesh_CurveSample__SwapIfGreater, (CurveSample__Array * keys, Comparison_1_SplineMesh_CurveSample_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_SplineMesh_CurveSample_ *, ArraySortHelper_1_SplineMesh_CurveSample__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_DateTime___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_DateTime___ctor, (ArraySortHelper_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016B20A0, int32_t, ArraySortHelper_1_System_DateTime__BinarySearch, (ArraySortHelper_1_System_DateTime_ * __this, DateTime__Array * array, int32_t index, int32_t length, DateTime value, IComparer_1_System_DateTime_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E608, ArraySortHelper_1_System_DateTime__BinarySearch__MethodInfo); DO_APP_FUNC(0x01006D50, void, ArraySortHelper_1_System_DateTime__DownHeap, (DateTime__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_DateTime_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_DateTime__Heapsort, (DateTime__Array * keys, int32_t lo, int32_t hi, Comparison_1_DateTime_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006F60, void, ArraySortHelper_1_System_DateTime__InsertionSort, (DateTime__Array * keys, int32_t lo, int32_t hi, Comparison_1_DateTime_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006630, int32_t, ArraySortHelper_1_System_DateTime__InternalBinarySearch, (DateTime__Array * array, int32_t index, int32_t length, DateTime value, IComparer_1_System_DateTime_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_DateTime__IntroSort, (DateTime__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_DateTime_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_DateTime__IntrospectiveSort, (DateTime__Array * keys, int32_t left, int32_t length, Comparison_1_DateTime_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006900, int32_t, ArraySortHelper_1_System_DateTime__PickPivotAndPartition, (DateTime__Array * keys, int32_t lo, int32_t hi, Comparison_1_DateTime_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016B2210, void, ArraySortHelper_1_System_DateTime__Sort, (DateTime__Array * keys, int32_t index, int32_t length, Comparison_1_DateTime_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E5F0, ArraySortHelper_1_System_DateTime__Sort__MethodInfo); DO_APP_FUNC(0x016B1E30, void, ArraySortHelper_1_System_DateTime__Sort_1, (ArraySortHelper_1_System_DateTime_ * __this, DateTime__Array * keys, int32_t index, int32_t length, IComparer_1_System_DateTime_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E610, ArraySortHelper_1_System_DateTime__Sort_1__MethodInfo); DO_APP_FUNC(0x010068B0, void, ArraySortHelper_1_System_DateTime__Swap, (DateTime__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010067A0, void, ArraySortHelper_1_System_DateTime__SwapIfGreater, (DateTime__Array * keys, Comparison_1_DateTime_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_DateTime_ *, ArraySortHelper_1_System_DateTime__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_DateTimeOffset___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_DateTimeOffset___ctor, (ArraySortHelper_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01781180, int32_t, ArraySortHelper_1_System_DateTimeOffset__BinarySearch, (ArraySortHelper_1_System_DateTimeOffset_ * __this, DateTimeOffset__Array * array, int32_t index, int32_t length, DateTimeOffset value, IComparer_1_System_DateTimeOffset_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F320, ArraySortHelper_1_System_DateTimeOffset__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF90E0, void, ArraySortHelper_1_System_DateTimeOffset__DownHeap, (DateTimeOffset__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_DateTimeOffset_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_DateTimeOffset__Heapsort, (DateTimeOffset__Array * keys, int32_t lo, int32_t hi, Comparison_1_DateTimeOffset_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF83B0, void, ArraySortHelper_1_System_DateTimeOffset__InsertionSort, (DateTimeOffset__Array * keys, int32_t lo, int32_t hi, Comparison_1_DateTimeOffset_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_System_DateTimeOffset__InternalBinarySearch, (DateTimeOffset__Array * array, int32_t index, int32_t length, DateTimeOffset value, IComparer_1_System_DateTimeOffset_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_DateTimeOffset__IntroSort, (DateTimeOffset__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_DateTimeOffset_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_DateTimeOffset__IntrospectiveSort, (DateTimeOffset__Array * keys, int32_t left, int32_t length, Comparison_1_DateTimeOffset_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_System_DateTimeOffset__PickPivotAndPartition, (DateTimeOffset__Array * keys, int32_t lo, int32_t hi, Comparison_1_DateTimeOffset_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01781300, void, ArraySortHelper_1_System_DateTimeOffset__Sort, (DateTimeOffset__Array * keys, int32_t index, int32_t length, Comparison_1_DateTimeOffset_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F328, ArraySortHelper_1_System_DateTimeOffset__Sort__MethodInfo); DO_APP_FUNC(0x01780F10, void, ArraySortHelper_1_System_DateTimeOffset__Sort_1, (ArraySortHelper_1_System_DateTimeOffset_ * __this, DateTimeOffset__Array * keys, int32_t index, int32_t length, IComparer_1_System_DateTimeOffset_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F318, ArraySortHelper_1_System_DateTimeOffset__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF7C40, void, ArraySortHelper_1_System_DateTimeOffset__Swap, (DateTimeOffset__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF7AF0, void, ArraySortHelper_1_System_DateTimeOffset__SwapIfGreater, (DateTimeOffset__Array * keys, Comparison_1_DateTimeOffset_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_DateTimeOffset_ *, ArraySortHelper_1_System_DateTimeOffset__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_Decimal___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_Decimal___ctor, (ArraySortHelper_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017816F0, int32_t, ArraySortHelper_1_System_Decimal__BinarySearch, (ArraySortHelper_1_System_Decimal_ * __this, Decimal__Array * array, int32_t index, int32_t length, Decimal value, IComparer_1_System_Decimal_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F358, ArraySortHelper_1_System_Decimal__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF90E0, void, ArraySortHelper_1_System_Decimal__DownHeap, (Decimal__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Decimal_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_Decimal__Heapsort, (Decimal__Array * keys, int32_t lo, int32_t hi, Comparison_1_Decimal_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF83B0, void, ArraySortHelper_1_System_Decimal__InsertionSort, (Decimal__Array * keys, int32_t lo, int32_t hi, Comparison_1_Decimal_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_System_Decimal__InternalBinarySearch, (Decimal__Array * array, int32_t index, int32_t length, Decimal value, IComparer_1_System_Decimal_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_Decimal__IntroSort, (Decimal__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Decimal_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_Decimal__IntrospectiveSort, (Decimal__Array * keys, int32_t left, int32_t length, Comparison_1_Decimal_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_System_Decimal__PickPivotAndPartition, (Decimal__Array * keys, int32_t lo, int32_t hi, Comparison_1_Decimal_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01781870, void, ArraySortHelper_1_System_Decimal__Sort, (Decimal__Array * keys, int32_t index, int32_t length, Comparison_1_Decimal_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F360, ArraySortHelper_1_System_Decimal__Sort__MethodInfo); DO_APP_FUNC(0x01781480, void, ArraySortHelper_1_System_Decimal__Sort_1, (ArraySortHelper_1_System_Decimal_ * __this, Decimal__Array * keys, int32_t index, int32_t length, IComparer_1_System_Decimal_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F350, ArraySortHelper_1_System_Decimal__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF7C40, void, ArraySortHelper_1_System_Decimal__Swap, (Decimal__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF7AF0, void, ArraySortHelper_1_System_Decimal__SwapIfGreater, (Decimal__Array * keys, Comparison_1_Decimal_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_Decimal_ *, ArraySortHelper_1_System_Decimal__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor, (ArraySortHelper_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01781C60, int32_t, ArraySortHelper_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__BinarySearch, (ArraySortHelper_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent__Array * array, int32_t index, int32_t length, DiagnosticEvent value, IComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F330, ArraySortHelper_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__BinarySearch__MethodInfo); DO_APP_FUNC(0x01782A70, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__DownHeap, (DiagnosticEvent__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Heapsort, (DiagnosticEvent__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01782E70, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__InsertionSort, (DiagnosticEvent__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01781F70, int32_t, ArraySortHelper_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__InternalBinarySearch, (DiagnosticEvent__Array * array, int32_t index, int32_t length, DiagnosticEvent value, IComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__IntroSort, (DiagnosticEvent__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__IntrospectiveSort, (DiagnosticEvent__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01782500, int32_t, ArraySortHelper_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__PickPivotAndPartition, (DiagnosticEvent__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01781DF0, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Sort, (DiagnosticEvent__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F338, ArraySortHelper_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Sort__MethodInfo); DO_APP_FUNC(0x017819F0, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Sort_1, (ArraySortHelper_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F368, ArraySortHelper_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Sort_1__MethodInfo); DO_APP_FUNC(0x01782380, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Swap, (DiagnosticEvent__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01782160, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__SwapIfGreater, (DiagnosticEvent__Array * keys, Comparison_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ *, ArraySortHelper_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_Double___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_Double___ctor, (ArraySortHelper_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01783320, int32_t, ArraySortHelper_1_System_Double__BinarySearch, (ArraySortHelper_1_System_Double_ * __this, Double__Array * array, int32_t index, int32_t length, double value, IComparer_1_System_Double_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F348, ArraySortHelper_1_System_Double__BinarySearch__MethodInfo); DO_APP_FUNC(0x01783D70, void, ArraySortHelper_1_System_Double__DownHeap, (Double__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Double_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_Double__Heapsort, (Double__Array * keys, int32_t lo, int32_t hi, Comparison_1_Double_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01783F90, void, ArraySortHelper_1_System_Double__InsertionSort, (Double__Array * keys, int32_t lo, int32_t hi, Comparison_1_Double_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01783610, int32_t, ArraySortHelper_1_System_Double__InternalBinarySearch, (Double__Array * array, int32_t index, int32_t length, double value, IComparer_1_System_Double_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_Double__IntroSort, (Double__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Double_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_Double__IntrospectiveSort, (Double__Array * keys, int32_t left, int32_t length, Comparison_1_Double_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01783910, int32_t, ArraySortHelper_1_System_Double__PickPivotAndPartition, (Double__Array * keys, int32_t lo, int32_t hi, Comparison_1_Double_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01783490, void, ArraySortHelper_1_System_Double__Sort, (Double__Array * keys, int32_t index, int32_t length, Comparison_1_Double_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F2B8, ArraySortHelper_1_System_Double__Sort__MethodInfo); DO_APP_FUNC(0x017830B0, void, ArraySortHelper_1_System_Double__Sort_1, (ArraySortHelper_1_System_Double_ * __this, Double__Array * keys, int32_t index, int32_t length, IComparer_1_System_Double_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F340, ArraySortHelper_1_System_Double__Sort_1__MethodInfo); DO_APP_FUNC(0x017838B0, void, ArraySortHelper_1_System_Double__Swap, (Double__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01783790, void, ArraySortHelper_1_System_Double__SwapIfGreater, (Double__Array * keys, Comparison_1_Double_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_Double_ *, ArraySortHelper_1_System_Double__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_EasingFunction___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_EasingFunction___ctor, (ArraySortHelper_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01784360, int32_t, ArraySortHelper_1_UnityEngine_UIElements_EasingFunction__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction__Array * array, int32_t index, int32_t length, EasingFunction value, IComparer_1_UnityEngine_UIElements_EasingFunction_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F2C8, ArraySortHelper_1_UnityEngine_UIElements_EasingFunction__BinarySearch__MethodInfo); DO_APP_FUNC(0x010F5F00, void, ArraySortHelper_1_UnityEngine_UIElements_EasingFunction__DownHeap, (EasingFunction__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_EasingFunction_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_EasingFunction__Heapsort, (EasingFunction__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_EasingFunction_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F6110, void, ArraySortHelper_1_UnityEngine_UIElements_EasingFunction__InsertionSort, (EasingFunction__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_EasingFunction_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F57E0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_EasingFunction__InternalBinarySearch, (EasingFunction__Array * array, int32_t index, int32_t length, EasingFunction value, IComparer_1_UnityEngine_UIElements_EasingFunction_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_EasingFunction__IntroSort, (EasingFunction__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_EasingFunction_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_EasingFunction__IntrospectiveSort, (EasingFunction__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_EasingFunction_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F5AB0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_EasingFunction__PickPivotAndPartition, (EasingFunction__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_EasingFunction_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017844D0, void, ArraySortHelper_1_UnityEngine_UIElements_EasingFunction__Sort, (EasingFunction__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_EasingFunction_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F2D0, ArraySortHelper_1_UnityEngine_UIElements_EasingFunction__Sort__MethodInfo); DO_APP_FUNC(0x017840F0, void, ArraySortHelper_1_UnityEngine_UIElements_EasingFunction__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_EasingFunction_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F2C0, ArraySortHelper_1_UnityEngine_UIElements_EasingFunction__Sort_1__MethodInfo); DO_APP_FUNC(0x010F5A60, void, ArraySortHelper_1_UnityEngine_UIElements_EasingFunction__Swap, (EasingFunction__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010F5950, void, ArraySortHelper_1_UnityEngine_UIElements_EasingFunction__SwapIfGreater, (EasingFunction__Array * keys, Comparison_1_UnityEngine_UIElements_EasingFunction_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_EasingFunction_ *, ArraySortHelper_1_UnityEngine_UIElements_EasingFunction__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Rewired_ElementAssignmentConflictInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Rewired_ElementAssignmentConflictInfo___ctor, (ArraySortHelper_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017848C0, int32_t, ArraySortHelper_1_Rewired_ElementAssignmentConflictInfo__BinarySearch, (ArraySortHelper_1_Rewired_ElementAssignmentConflictInfo_ * __this, ElementAssignmentConflictInfo__Array * array, int32_t index, int32_t length, ElementAssignmentConflictInfo value, IComparer_1_Rewired_ElementAssignmentConflictInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F2A0, ArraySortHelper_1_Rewired_ElementAssignmentConflictInfo__BinarySearch__MethodInfo); DO_APP_FUNC(0x01785660, void, ArraySortHelper_1_Rewired_ElementAssignmentConflictInfo__DownHeap, (ElementAssignmentConflictInfo__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Rewired_ElementAssignmentConflictInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Rewired_ElementAssignmentConflictInfo__Heapsort, (ElementAssignmentConflictInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_ElementAssignmentConflictInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01785A40, void, ArraySortHelper_1_Rewired_ElementAssignmentConflictInfo__InsertionSort, (ElementAssignmentConflictInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_ElementAssignmentConflictInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01784BE0, int32_t, ArraySortHelper_1_Rewired_ElementAssignmentConflictInfo__InternalBinarySearch, (ElementAssignmentConflictInfo__Array * array, int32_t index, int32_t length, ElementAssignmentConflictInfo value, IComparer_1_Rewired_ElementAssignmentConflictInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Rewired_ElementAssignmentConflictInfo__IntroSort, (ElementAssignmentConflictInfo__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Rewired_ElementAssignmentConflictInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Rewired_ElementAssignmentConflictInfo__IntrospectiveSort, (ElementAssignmentConflictInfo__Array * keys, int32_t left, int32_t length, Comparison_1_Rewired_ElementAssignmentConflictInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017850C0, int32_t, ArraySortHelper_1_Rewired_ElementAssignmentConflictInfo__PickPivotAndPartition, (ElementAssignmentConflictInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_ElementAssignmentConflictInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01784A60, void, ArraySortHelper_1_Rewired_ElementAssignmentConflictInfo__Sort, (ElementAssignmentConflictInfo__Array * keys, int32_t index, int32_t length, Comparison_1_Rewired_ElementAssignmentConflictInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F2A8, ArraySortHelper_1_Rewired_ElementAssignmentConflictInfo__Sort__MethodInfo); DO_APP_FUNC(0x01784650, void, ArraySortHelper_1_Rewired_ElementAssignmentConflictInfo__Sort_1, (ArraySortHelper_1_Rewired_ElementAssignmentConflictInfo_ * __this, ElementAssignmentConflictInfo__Array * keys, int32_t index, int32_t length, IComparer_1_Rewired_ElementAssignmentConflictInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F298, ArraySortHelper_1_Rewired_ElementAssignmentConflictInfo__Sort_1__MethodInfo); DO_APP_FUNC(0x01785000, void, ArraySortHelper_1_Rewired_ElementAssignmentConflictInfo__Swap, (ElementAssignmentConflictInfo__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01784DE0, void, ArraySortHelper_1_Rewired_ElementAssignmentConflictInfo__SwapIfGreater, (ElementAssignmentConflictInfo__Array * keys, Comparison_1_Rewired_ElementAssignmentConflictInfo_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Rewired_ElementAssignmentConflictInfo_ *, ArraySortHelper_1_Rewired_ElementAssignmentConflictInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Discord_Entitlement___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Discord_Entitlement___ctor, (ArraySortHelper_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01785F20, int32_t, ArraySortHelper_1_Discord_Entitlement__BinarySearch, (ArraySortHelper_1_Discord_Entitlement_ * __this, Entitlement__Array * array, int32_t index, int32_t length, Entitlement value, IComparer_1_Discord_Entitlement_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F2F8, ArraySortHelper_1_Discord_Entitlement__BinarySearch__MethodInfo); DO_APP_FUNC(0x010E3E40, void, ArraySortHelper_1_Discord_Entitlement__DownHeap, (Entitlement__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Discord_Entitlement_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Discord_Entitlement__Heapsort, (Entitlement__Array * keys, int32_t lo, int32_t hi, Comparison_1_Discord_Entitlement_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E4120, void, ArraySortHelper_1_Discord_Entitlement__InsertionSort, (Entitlement__Array * keys, int32_t lo, int32_t hi, Comparison_1_Discord_Entitlement_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_Discord_Entitlement__InternalBinarySearch, (Entitlement__Array * array, int32_t index, int32_t length, Entitlement value, IComparer_1_Discord_Entitlement_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Discord_Entitlement__IntroSort, (Entitlement__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Discord_Entitlement_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Discord_Entitlement__IntrospectiveSort, (Entitlement__Array * keys, int32_t left, int32_t length, Comparison_1_Discord_Entitlement_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_Discord_Entitlement__PickPivotAndPartition, (Entitlement__Array * keys, int32_t lo, int32_t hi, Comparison_1_Discord_Entitlement_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017860A0, void, ArraySortHelper_1_Discord_Entitlement__Sort, (Entitlement__Array * keys, int32_t index, int32_t length, Comparison_1_Discord_Entitlement_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F300, ArraySortHelper_1_Discord_Entitlement__Sort__MethodInfo); DO_APP_FUNC(0x01785CB0, void, ArraySortHelper_1_Discord_Entitlement__Sort_1, (ArraySortHelper_1_Discord_Entitlement_ * __this, Entitlement__Array * keys, int32_t index, int32_t length, IComparer_1_Discord_Entitlement_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F2B0, ArraySortHelper_1_Discord_Entitlement__Sort_1__MethodInfo); DO_APP_FUNC(0x010E3DC0, void, ArraySortHelper_1_Discord_Entitlement__Swap, (Entitlement__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010E3C30, void, ArraySortHelper_1_Discord_Entitlement__SwapIfGreater, (Entitlement__Array * keys, Comparison_1_Discord_Entitlement_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Discord_Entitlement_ *, ArraySortHelper_1_Discord_Entitlement__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Photon_Bolt_EventReliable___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Photon_Bolt_EventReliable___ctor, (ArraySortHelper_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01786490, int32_t, ArraySortHelper_1_Photon_Bolt_EventReliable__BinarySearch, (ArraySortHelper_1_Photon_Bolt_EventReliable_ * __this, EventReliable__Array * array, int32_t index, int32_t length, EventReliable value, IComparer_1_Photon_Bolt_EventReliable_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F310, ArraySortHelper_1_Photon_Bolt_EventReliable__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_Photon_Bolt_EventReliable__DownHeap, (EventReliable__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Photon_Bolt_EventReliable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Photon_Bolt_EventReliable__Heapsort, (EventReliable__Array * keys, int32_t lo, int32_t hi, Comparison_1_Photon_Bolt_EventReliable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_Photon_Bolt_EventReliable__InsertionSort, (EventReliable__Array * keys, int32_t lo, int32_t hi, Comparison_1_Photon_Bolt_EventReliable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_Photon_Bolt_EventReliable__InternalBinarySearch, (EventReliable__Array * array, int32_t index, int32_t length, EventReliable value, IComparer_1_Photon_Bolt_EventReliable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Photon_Bolt_EventReliable__IntroSort, (EventReliable__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Photon_Bolt_EventReliable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Photon_Bolt_EventReliable__IntrospectiveSort, (EventReliable__Array * keys, int32_t left, int32_t length, Comparison_1_Photon_Bolt_EventReliable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_Photon_Bolt_EventReliable__PickPivotAndPartition, (EventReliable__Array * keys, int32_t lo, int32_t hi, Comparison_1_Photon_Bolt_EventReliable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01786610, void, ArraySortHelper_1_Photon_Bolt_EventReliable__Sort, (EventReliable__Array * keys, int32_t index, int32_t length, Comparison_1_Photon_Bolt_EventReliable_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F2D8, ArraySortHelper_1_Photon_Bolt_EventReliable__Sort__MethodInfo); DO_APP_FUNC(0x01786220, void, ArraySortHelper_1_Photon_Bolt_EventReliable__Sort_1, (ArraySortHelper_1_Photon_Bolt_EventReliable_ * __this, EventReliable__Array * keys, int32_t index, int32_t length, IComparer_1_Photon_Bolt_EventReliable_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F308, ArraySortHelper_1_Photon_Bolt_EventReliable__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_Photon_Bolt_EventReliable__Swap, (EventReliable__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_Photon_Bolt_EventReliable__SwapIfGreater, (EventReliable__Array * keys, Comparison_1_Photon_Bolt_EventReliable_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Photon_Bolt_EventReliable_ *, ArraySortHelper_1_Photon_Bolt_EventReliable__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Photon_Bolt_EventUnreliable___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Photon_Bolt_EventUnreliable___ctor, (ArraySortHelper_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01786A00, int32_t, ArraySortHelper_1_Photon_Bolt_EventUnreliable__BinarySearch, (ArraySortHelper_1_Photon_Bolt_EventUnreliable_ * __this, EventUnreliable__Array * array, int32_t index, int32_t length, EventUnreliable value, IComparer_1_Photon_Bolt_EventUnreliable_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F2E8, ArraySortHelper_1_Photon_Bolt_EventUnreliable__BinarySearch__MethodInfo); DO_APP_FUNC(0x01007A30, void, ArraySortHelper_1_Photon_Bolt_EventUnreliable__DownHeap, (EventUnreliable__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Photon_Bolt_EventUnreliable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Photon_Bolt_EventUnreliable__Heapsort, (EventUnreliable__Array * keys, int32_t lo, int32_t hi, Comparison_1_Photon_Bolt_EventUnreliable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01007D90, void, ArraySortHelper_1_Photon_Bolt_EventUnreliable__InsertionSort, (EventUnreliable__Array * keys, int32_t lo, int32_t hi, Comparison_1_Photon_Bolt_EventUnreliable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_Photon_Bolt_EventUnreliable__InternalBinarySearch, (EventUnreliable__Array * array, int32_t index, int32_t length, EventUnreliable value, IComparer_1_Photon_Bolt_EventUnreliable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Photon_Bolt_EventUnreliable__IntroSort, (EventUnreliable__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Photon_Bolt_EventUnreliable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Photon_Bolt_EventUnreliable__IntrospectiveSort, (EventUnreliable__Array * keys, int32_t left, int32_t length, Comparison_1_Photon_Bolt_EventUnreliable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_Photon_Bolt_EventUnreliable__PickPivotAndPartition, (EventUnreliable__Array * keys, int32_t lo, int32_t hi, Comparison_1_Photon_Bolt_EventUnreliable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01786B80, void, ArraySortHelper_1_Photon_Bolt_EventUnreliable__Sort, (EventUnreliable__Array * keys, int32_t index, int32_t length, Comparison_1_Photon_Bolt_EventUnreliable_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F2F0, ArraySortHelper_1_Photon_Bolt_EventUnreliable__Sort__MethodInfo); DO_APP_FUNC(0x01786790, void, ArraySortHelper_1_Photon_Bolt_EventUnreliable__Sort_1, (ArraySortHelper_1_Photon_Bolt_EventUnreliable_ * __this, EventUnreliable__Array * keys, int32_t index, int32_t length, IComparer_1_Photon_Bolt_EventUnreliable_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F2E0, ArraySortHelper_1_Photon_Bolt_EventUnreliable__Sort_1__MethodInfo); DO_APP_FUNC(0x010078C0, void, ArraySortHelper_1_Photon_Bolt_EventUnreliable__Swap, (EventUnreliable__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01007640, void, ArraySortHelper_1_Photon_Bolt_EventUnreliable__SwapIfGreater, (EventUnreliable__Array * keys, Comparison_1_Photon_Bolt_EventUnreliable_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Photon_Bolt_EventUnreliable_ *, ArraySortHelper_1_Photon_Bolt_EventUnreliable__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Discord_FileStat___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Discord_FileStat___ctor, (ArraySortHelper_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01786F70, int32_t, ArraySortHelper_1_Discord_FileStat__BinarySearch, (ArraySortHelper_1_Discord_FileStat_ * __this, FileStat__Array * array, int32_t index, int32_t length, FileStat value, IComparer_1_Discord_FileStat_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F240, ArraySortHelper_1_Discord_FileStat__BinarySearch__MethodInfo); DO_APP_FUNC(0x01002960, void, ArraySortHelper_1_Discord_FileStat__DownHeap, (FileStat__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Discord_FileStat_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Discord_FileStat__Heapsort, (FileStat__Array * keys, int32_t lo, int32_t hi, Comparison_1_Discord_FileStat_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01002CC0, void, ArraySortHelper_1_Discord_FileStat__InsertionSort, (FileStat__Array * keys, int32_t lo, int32_t hi, Comparison_1_Discord_FileStat_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_Discord_FileStat__InternalBinarySearch, (FileStat__Array * array, int32_t index, int32_t length, FileStat value, IComparer_1_Discord_FileStat_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Discord_FileStat__IntroSort, (FileStat__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Discord_FileStat_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Discord_FileStat__IntrospectiveSort, (FileStat__Array * keys, int32_t left, int32_t length, Comparison_1_Discord_FileStat_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_Discord_FileStat__PickPivotAndPartition, (FileStat__Array * keys, int32_t lo, int32_t hi, Comparison_1_Discord_FileStat_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017870F0, void, ArraySortHelper_1_Discord_FileStat__Sort, (FileStat__Array * keys, int32_t index, int32_t length, Comparison_1_Discord_FileStat_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F248, ArraySortHelper_1_Discord_FileStat__Sort__MethodInfo); DO_APP_FUNC(0x01786D00, void, ArraySortHelper_1_Discord_FileStat__Sort_1, (ArraySortHelper_1_Discord_FileStat_ * __this, FileStat__Array * keys, int32_t index, int32_t length, IComparer_1_Discord_FileStat_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F238, ArraySortHelper_1_Discord_FileStat__Sort_1__MethodInfo); DO_APP_FUNC(0x01002800, void, ArraySortHelper_1_Discord_FileStat__Swap, (FileStat__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010025A0, void, ArraySortHelper_1_Discord_FileStat__SwapIfGreater, (FileStat__Array * keys, Comparison_1_Discord_FileStat_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Discord_FileStat_ *, ArraySortHelper_1_Discord_FileStat__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor, (ArraySortHelper_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017874E0, int32_t, ArraySortHelper_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__BinarySearch, (ArraySortHelper_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord__Array * array, int32_t index, int32_t length, GlyphPairAdjustmentRecord value, IComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F218, ArraySortHelper_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__BinarySearch__MethodInfo); DO_APP_FUNC(0x01785660, void, ArraySortHelper_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__DownHeap, (GlyphPairAdjustmentRecord__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Heapsort, (GlyphPairAdjustmentRecord__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01785A40, void, ArraySortHelper_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__InsertionSort, (GlyphPairAdjustmentRecord__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01784BE0, int32_t, ArraySortHelper_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__InternalBinarySearch, (GlyphPairAdjustmentRecord__Array * array, int32_t index, int32_t length, GlyphPairAdjustmentRecord value, IComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__IntroSort, (GlyphPairAdjustmentRecord__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__IntrospectiveSort, (GlyphPairAdjustmentRecord__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017850C0, int32_t, ArraySortHelper_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__PickPivotAndPartition, (GlyphPairAdjustmentRecord__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01787680, void, ArraySortHelper_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Sort, (GlyphPairAdjustmentRecord__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F220, ArraySortHelper_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Sort__MethodInfo); DO_APP_FUNC(0x01787270, void, ArraySortHelper_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Sort_1, (ArraySortHelper_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F250, ArraySortHelper_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Sort_1__MethodInfo); DO_APP_FUNC(0x01785000, void, ArraySortHelper_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Swap, (GlyphPairAdjustmentRecord__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01784DE0, void, ArraySortHelper_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__SwapIfGreater, (GlyphPairAdjustmentRecord__Array * keys, Comparison_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ *, ArraySortHelper_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_TextCore_GlyphRect___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_TextCore_GlyphRect___ctor, (ArraySortHelper_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01787A70, int32_t, ArraySortHelper_1_UnityEngine_TextCore_GlyphRect__BinarySearch, (ArraySortHelper_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect__Array * array, int32_t index, int32_t length, GlyphRect value, IComparer_1_UnityEngine_TextCore_GlyphRect_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F230, ArraySortHelper_1_UnityEngine_TextCore_GlyphRect__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF90E0, void, ArraySortHelper_1_UnityEngine_TextCore_GlyphRect__DownHeap, (GlyphRect__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_TextCore_GlyphRect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_TextCore_GlyphRect__Heapsort, (GlyphRect__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_TextCore_GlyphRect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF83B0, void, ArraySortHelper_1_UnityEngine_TextCore_GlyphRect__InsertionSort, (GlyphRect__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_TextCore_GlyphRect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_TextCore_GlyphRect__InternalBinarySearch, (GlyphRect__Array * array, int32_t index, int32_t length, GlyphRect value, IComparer_1_UnityEngine_TextCore_GlyphRect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_TextCore_GlyphRect__IntroSort, (GlyphRect__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_TextCore_GlyphRect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_TextCore_GlyphRect__IntrospectiveSort, (GlyphRect__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_TextCore_GlyphRect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_TextCore_GlyphRect__PickPivotAndPartition, (GlyphRect__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_TextCore_GlyphRect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01787BF0, void, ArraySortHelper_1_UnityEngine_TextCore_GlyphRect__Sort, (GlyphRect__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_TextCore_GlyphRect_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F278, ArraySortHelper_1_UnityEngine_TextCore_GlyphRect__Sort__MethodInfo); DO_APP_FUNC(0x01787800, void, ArraySortHelper_1_UnityEngine_TextCore_GlyphRect__Sort_1, (ArraySortHelper_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_TextCore_GlyphRect_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F228, ArraySortHelper_1_UnityEngine_TextCore_GlyphRect__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF7C40, void, ArraySortHelper_1_UnityEngine_TextCore_GlyphRect__Swap, (GlyphRect__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF7AF0, void, ArraySortHelper_1_UnityEngine_TextCore_GlyphRect__SwapIfGreater, (GlyphRect__Array * keys, Comparison_1_UnityEngine_TextCore_GlyphRect_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_TextCore_GlyphRect_ *, ArraySortHelper_1_UnityEngine_TextCore_GlyphRect__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_Guid___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_Guid___ctor, (ArraySortHelper_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01787FE0, int32_t, ArraySortHelper_1_System_Guid__BinarySearch, (ArraySortHelper_1_System_Guid_ * __this, Guid__Array * array, int32_t index, int32_t length, Guid value, IComparer_1_System_Guid_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F288, ArraySortHelper_1_System_Guid__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF90E0, void, ArraySortHelper_1_System_Guid__DownHeap, (Guid__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Guid_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_Guid__Heapsort, (Guid__Array * keys, int32_t lo, int32_t hi, Comparison_1_Guid_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF83B0, void, ArraySortHelper_1_System_Guid__InsertionSort, (Guid__Array * keys, int32_t lo, int32_t hi, Comparison_1_Guid_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_System_Guid__InternalBinarySearch, (Guid__Array * array, int32_t index, int32_t length, Guid value, IComparer_1_System_Guid_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_Guid__IntroSort, (Guid__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Guid_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_Guid__IntrospectiveSort, (Guid__Array * keys, int32_t left, int32_t length, Comparison_1_Guid_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_System_Guid__PickPivotAndPartition, (Guid__Array * keys, int32_t lo, int32_t hi, Comparison_1_Guid_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01788160, void, ArraySortHelper_1_System_Guid__Sort, (Guid__Array * keys, int32_t index, int32_t length, Comparison_1_Guid_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F290, ArraySortHelper_1_System_Guid__Sort__MethodInfo); DO_APP_FUNC(0x01787D70, void, ArraySortHelper_1_System_Guid__Sort_1, (ArraySortHelper_1_System_Guid_ * __this, Guid__Array * keys, int32_t index, int32_t length, IComparer_1_System_Guid_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F280, ArraySortHelper_1_System_Guid__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF7C40, void, ArraySortHelper_1_System_Guid__Swap, (Guid__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF7AF0, void, ArraySortHelper_1_System_Guid__SwapIfGreater, (Guid__Array * keys, Comparison_1_Guid_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_Guid_ *, ArraySortHelper_1_System_Guid__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Rewired_InputActionSourceData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Rewired_InputActionSourceData___ctor, (ArraySortHelper_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01788550, int32_t, ArraySortHelper_1_Rewired_InputActionSourceData__BinarySearch, (ArraySortHelper_1_Rewired_InputActionSourceData_ * __this, InputActionSourceData__Array * array, int32_t index, int32_t length, InputActionSourceData value, IComparer_1_Rewired_InputActionSourceData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F260, ArraySortHelper_1_Rewired_InputActionSourceData__BinarySearch__MethodInfo); DO_APP_FUNC(0x01002960, void, ArraySortHelper_1_Rewired_InputActionSourceData__DownHeap, (InputActionSourceData__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Rewired_InputActionSourceData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Rewired_InputActionSourceData__Heapsort, (InputActionSourceData__Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_InputActionSourceData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01002CC0, void, ArraySortHelper_1_Rewired_InputActionSourceData__InsertionSort, (InputActionSourceData__Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_InputActionSourceData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_Rewired_InputActionSourceData__InternalBinarySearch, (InputActionSourceData__Array * array, int32_t index, int32_t length, InputActionSourceData value, IComparer_1_Rewired_InputActionSourceData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Rewired_InputActionSourceData__IntroSort, (InputActionSourceData__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Rewired_InputActionSourceData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Rewired_InputActionSourceData__IntrospectiveSort, (InputActionSourceData__Array * keys, int32_t left, int32_t length, Comparison_1_Rewired_InputActionSourceData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_Rewired_InputActionSourceData__PickPivotAndPartition, (InputActionSourceData__Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_InputActionSourceData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017886D0, void, ArraySortHelper_1_Rewired_InputActionSourceData__Sort, (InputActionSourceData__Array * keys, int32_t index, int32_t length, Comparison_1_Rewired_InputActionSourceData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F268, ArraySortHelper_1_Rewired_InputActionSourceData__Sort__MethodInfo); DO_APP_FUNC(0x017882E0, void, ArraySortHelper_1_Rewired_InputActionSourceData__Sort_1, (ArraySortHelper_1_Rewired_InputActionSourceData_ * __this, InputActionSourceData__Array * keys, int32_t index, int32_t length, IComparer_1_Rewired_InputActionSourceData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F258, ArraySortHelper_1_Rewired_InputActionSourceData__Sort_1__MethodInfo); DO_APP_FUNC(0x01002800, void, ArraySortHelper_1_Rewired_InputActionSourceData__Swap, (InputActionSourceData__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010025A0, void, ArraySortHelper_1_Rewired_InputActionSourceData__SwapIfGreater, (InputActionSourceData__Array * keys, Comparison_1_Rewired_InputActionSourceData_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Rewired_InputActionSourceData_ *, ArraySortHelper_1_Rewired_InputActionSourceData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_InputSystem_InputBinding___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_InputSystem_InputBinding___ctor, (ArraySortHelper_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01788AC0, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_InputBinding__BinarySearch, (ArraySortHelper_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding__Array * array, int32_t index, int32_t length, InputBinding value, IComparer_1_UnityEngine_InputSystem_InputBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F1B8, ArraySortHelper_1_UnityEngine_InputSystem_InputBinding__BinarySearch__MethodInfo); DO_APP_FUNC(0x01789AA0, void, ArraySortHelper_1_UnityEngine_InputSystem_InputBinding__DownHeap, (InputBinding__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_InputSystem_InputBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_InputSystem_InputBinding__Heapsort, (InputBinding__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_InputBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01789F10, void, ArraySortHelper_1_UnityEngine_InputSystem_InputBinding__InsertionSort, (InputBinding__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_InputBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01788E00, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_InputBinding__InternalBinarySearch, (InputBinding__Array * array, int32_t index, int32_t length, InputBinding value, IComparer_1_UnityEngine_InputSystem_InputBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_InputSystem_InputBinding__IntroSort, (InputBinding__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_InputSystem_InputBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_InputSystem_InputBinding__IntrospectiveSort, (InputBinding__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_InputSystem_InputBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017894A0, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_InputBinding__PickPivotAndPartition, (InputBinding__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_InputBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01788C80, void, ArraySortHelper_1_UnityEngine_InputSystem_InputBinding__Sort, (InputBinding__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_InputSystem_InputBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F1C0, ArraySortHelper_1_UnityEngine_InputSystem_InputBinding__Sort__MethodInfo); DO_APP_FUNC(0x01788850, void, ArraySortHelper_1_UnityEngine_InputSystem_InputBinding__Sort_1, (ArraySortHelper_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_InputBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F270, ArraySortHelper_1_UnityEngine_InputSystem_InputBinding__Sort_1__MethodInfo); DO_APP_FUNC(0x01789340, void, ArraySortHelper_1_UnityEngine_InputSystem_InputBinding__Swap, (InputBinding__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01789070, void, ArraySortHelper_1_UnityEngine_InputSystem_InputBinding__SwapIfGreater, (InputBinding__Array * keys, Comparison_1_UnityEngine_InputSystem_InputBinding_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_InputSystem_InputBinding_ *, ArraySortHelper_1_UnityEngine_InputSystem_InputBinding__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_XR_InputDevice___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_XR_InputDevice___ctor, (ArraySortHelper_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0178A440, int32_t, ArraySortHelper_1_UnityEngine_XR_InputDevice__BinarySearch, (ArraySortHelper_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1__Array * array, int32_t index, int32_t length, InputDevice_1 value, IComparer_1_UnityEngine_XR_InputDevice_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F1D0, ArraySortHelper_1_UnityEngine_XR_InputDevice__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF90E0, void, ArraySortHelper_1_UnityEngine_XR_InputDevice__DownHeap, (InputDevice_1__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_XR_InputDevice_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_XR_InputDevice__Heapsort, (InputDevice_1__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_XR_InputDevice_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF83B0, void, ArraySortHelper_1_UnityEngine_XR_InputDevice__InsertionSort, (InputDevice_1__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_XR_InputDevice_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_XR_InputDevice__InternalBinarySearch, (InputDevice_1__Array * array, int32_t index, int32_t length, InputDevice_1 value, IComparer_1_UnityEngine_XR_InputDevice_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_XR_InputDevice__IntroSort, (InputDevice_1__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_XR_InputDevice_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_XR_InputDevice__IntrospectiveSort, (InputDevice_1__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_XR_InputDevice_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_XR_InputDevice__PickPivotAndPartition, (InputDevice_1__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_XR_InputDevice_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0178A5C0, void, ArraySortHelper_1_UnityEngine_XR_InputDevice__Sort, (InputDevice_1__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_XR_InputDevice_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F198, ArraySortHelper_1_UnityEngine_XR_InputDevice__Sort__MethodInfo); DO_APP_FUNC(0x0178A1D0, void, ArraySortHelper_1_UnityEngine_XR_InputDevice__Sort_1, (ArraySortHelper_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_XR_InputDevice_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F1C8, ArraySortHelper_1_UnityEngine_XR_InputDevice__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF7C40, void, ArraySortHelper_1_UnityEngine_XR_InputDevice__Swap, (InputDevice_1__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF7AF0, void, ArraySortHelper_1_UnityEngine_XR_InputDevice__SwapIfGreater, (InputDevice_1__Array * keys, Comparison_1_UnityEngine_XR_InputDevice_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_XR_InputDevice_ *, ArraySortHelper_1_UnityEngine_XR_InputDevice__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription___ctor, (ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0178A9B0, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__BinarySearch, (ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription__Array * array, int32_t index, int32_t length, InputDeviceDescription value, IComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F1A8, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FFB9B0, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__DownHeap, (InputDeviceDescription__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Heapsort, (InputDeviceDescription__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFBDD0, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__InsertionSort, (InputDeviceDescription__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011E86D0, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__InternalBinarySearch, (InputDeviceDescription__Array * array, int32_t index, int32_t length, InputDeviceDescription value, IComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__IntroSort, (InputDeviceDescription__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__IntrospectiveSort, (InputDeviceDescription__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFB3F0, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__PickPivotAndPartition, (InputDeviceDescription__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0178AB50, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Sort, (InputDeviceDescription__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F1B0, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Sort__MethodInfo); DO_APP_FUNC(0x0178A740, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Sort_1, (ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F1A0, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Sort_1__MethodInfo); DO_APP_FUNC(0x00FFB250, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Swap, (InputDeviceDescription__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FFAFD0, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__SwapIfGreater, (InputDeviceDescription__Array * keys, Comparison_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ *, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_InputSystem_LowLevel_InputEventPtr___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_InputSystem_LowLevel_InputEventPtr___ctor, (ArraySortHelper_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0178AF40, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__BinarySearch, (ArraySortHelper_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr__Array * array, int32_t index, int32_t length, InputEventPtr value, IComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F200, ArraySortHelper_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__BinarySearch__MethodInfo); DO_APP_FUNC(0x01006D50, void, ArraySortHelper_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__DownHeap, (InputEventPtr__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Heapsort, (InputEventPtr__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006F60, void, ArraySortHelper_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__InsertionSort, (InputEventPtr__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006630, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__InternalBinarySearch, (InputEventPtr__Array * array, int32_t index, int32_t length, InputEventPtr value, IComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__IntroSort, (InputEventPtr__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__IntrospectiveSort, (InputEventPtr__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006900, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__PickPivotAndPartition, (InputEventPtr__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0178B0B0, void, ArraySortHelper_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Sort, (InputEventPtr__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F208, ArraySortHelper_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Sort__MethodInfo); DO_APP_FUNC(0x0178ACD0, void, ArraySortHelper_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Sort_1, (ArraySortHelper_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F1F8, ArraySortHelper_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Sort_1__MethodInfo); DO_APP_FUNC(0x010068B0, void, ArraySortHelper_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Swap, (InputEventPtr__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010067A0, void, ArraySortHelper_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__SwapIfGreater, (InputEventPtr__Array * keys, Comparison_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ *, ArraySortHelper_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_Int16___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_Int16___ctor, (ArraySortHelper_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0178B4A0, int32_t, ArraySortHelper_1_System_Int16__BinarySearch, (ArraySortHelper_1_System_Int16_ * __this, Int16__Array * array, int32_t index, int32_t length, int16_t value, IComparer_1_System_Int16_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F1D8, ArraySortHelper_1_System_Int16__BinarySearch__MethodInfo); DO_APP_FUNC(0x016AC8A0, void, ArraySortHelper_1_System_Int16__DownHeap, (Int16__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Int16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_Int16__Heapsort, (Int16__Array * keys, int32_t lo, int32_t hi, Comparison_1_Int16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016ACAA0, void, ArraySortHelper_1_System_Int16__InsertionSort, (Int16__Array * keys, int32_t lo, int32_t hi, Comparison_1_Int16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016AC170, int32_t, ArraySortHelper_1_System_Int16__InternalBinarySearch, (Int16__Array * array, int32_t index, int32_t length, int16_t value, IComparer_1_System_Int16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_Int16__IntroSort, (Int16__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Int16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_Int16__IntrospectiveSort, (Int16__Array * keys, int32_t left, int32_t length, Comparison_1_Int16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016AC450, int32_t, ArraySortHelper_1_System_Int16__PickPivotAndPartition, (Int16__Array * keys, int32_t lo, int32_t hi, Comparison_1_Int16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0178B610, void, ArraySortHelper_1_System_Int16__Sort, (Int16__Array * keys, int32_t index, int32_t length, Comparison_1_Int16_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F1E0, ArraySortHelper_1_System_Int16__Sort__MethodInfo); DO_APP_FUNC(0x0178B230, void, ArraySortHelper_1_System_Int16__Sort_1, (ArraySortHelper_1_System_Int16_ * __this, Int16__Array * keys, int32_t index, int32_t length, IComparer_1_System_Int16_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F210, ArraySortHelper_1_System_Int16__Sort_1__MethodInfo); DO_APP_FUNC(0x016AC3F0, void, ArraySortHelper_1_System_Int16__Swap, (Int16__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x016AC2E0, void, ArraySortHelper_1_System_Int16__SwapIfGreater, (Int16__Array * keys, Comparison_1_Int16_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_Int16_ *, ArraySortHelper_1_System_Int16__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Pathfinding_Int3___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Pathfinding_Int3___ctor, (ArraySortHelper_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0178BA00, int32_t, ArraySortHelper_1_Pathfinding_Int3__BinarySearch, (ArraySortHelper_1_Pathfinding_Int3_ * __this, Int3__Array * array, int32_t index, int32_t length, Int3 value, IComparer_1_Pathfinding_Int3_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F1F0, ArraySortHelper_1_Pathfinding_Int3__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF6F20, void, ArraySortHelper_1_Pathfinding_Int3__DownHeap, (Int3__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Pathfinding_Int3_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Pathfinding_Int3__Heapsort, (Int3__Array * keys, int32_t lo, int32_t hi, Comparison_1_Pathfinding_Int3_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF7200, void, ArraySortHelper_1_Pathfinding_Int3__InsertionSort, (Int3__Array * keys, int32_t lo, int32_t hi, Comparison_1_Pathfinding_Int3_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF6690, int32_t, ArraySortHelper_1_Pathfinding_Int3__InternalBinarySearch, (Int3__Array * array, int32_t index, int32_t length, Int3 value, IComparer_1_Pathfinding_Int3_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Pathfinding_Int3__IntroSort, (Int3__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Pathfinding_Int3_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Pathfinding_Int3__IntrospectiveSort, (Int3__Array * keys, int32_t left, int32_t length, Comparison_1_Pathfinding_Int3_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF6A40, int32_t, ArraySortHelper_1_Pathfinding_Int3__PickPivotAndPartition, (Int3__Array * keys, int32_t lo, int32_t hi, Comparison_1_Pathfinding_Int3_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0178BB80, void, ArraySortHelper_1_Pathfinding_Int3__Sort, (Int3__Array * keys, int32_t index, int32_t length, Comparison_1_Pathfinding_Int3_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F138, ArraySortHelper_1_Pathfinding_Int3__Sort__MethodInfo); DO_APP_FUNC(0x0178B790, void, ArraySortHelper_1_Pathfinding_Int3__Sort_1, (ArraySortHelper_1_Pathfinding_Int3_ * __this, Int3__Array * keys, int32_t index, int32_t length, IComparer_1_Pathfinding_Int3_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F1E8, ArraySortHelper_1_Pathfinding_Int3__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF69C0, void, ArraySortHelper_1_Pathfinding_Int3__Swap, (Int3__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF6840, void, ArraySortHelper_1_Pathfinding_Int3__SwapIfGreater, (Int3__Array * keys, Comparison_1_Pathfinding_Int3_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Pathfinding_Int3_ *, ArraySortHelper_1_Pathfinding_Int3__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_Int32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_Int32___ctor, (ArraySortHelper_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0178BF70, int32_t, ArraySortHelper_1_System_Int32__BinarySearch, (ArraySortHelper_1_System_Int32_ * __this, Int32__Array * array, int32_t index, int32_t length, int32_t value, IComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F148, ArraySortHelper_1_System_Int32__BinarySearch__MethodInfo); DO_APP_FUNC(0x0178C910, void, ArraySortHelper_1_System_Int32__DownHeap, (Int32__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_Int32__Heapsort, (Int32__Array * keys, int32_t lo, int32_t hi, Comparison_1_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0178CB10, void, ArraySortHelper_1_System_Int32__InsertionSort, (Int32__Array * keys, int32_t lo, int32_t hi, Comparison_1_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0178C260, int32_t, ArraySortHelper_1_System_Int32__InternalBinarySearch, (Int32__Array * array, int32_t index, int32_t length, int32_t value, IComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_Int32__IntroSort, (Int32__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_Int32__IntrospectiveSort, (Int32__Array * keys, int32_t left, int32_t length, Comparison_1_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0178C4D0, int32_t, ArraySortHelper_1_System_Int32__PickPivotAndPartition, (Int32__Array * keys, int32_t lo, int32_t hi, Comparison_1_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0178C0E0, void, ArraySortHelper_1_System_Int32__Sort, (Int32__Array * keys, int32_t index, int32_t length, Comparison_1_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F150, ArraySortHelper_1_System_Int32__Sort__MethodInfo); DO_APP_FUNC(0x0178BD00, void, ArraySortHelper_1_System_Int32__Sort_1, (ArraySortHelper_1_System_Int32_ * __this, Int32__Array * keys, int32_t index, int32_t length, IComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F140, ArraySortHelper_1_System_Int32__Sort_1__MethodInfo); DO_APP_FUNC(0x0178C470, void, ArraySortHelper_1_System_Int32__Swap, (Int32__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x0178C360, void, ArraySortHelper_1_System_Int32__SwapIfGreater, (Int32__Array * keys, Comparison_1_Int32_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_Int32_ *, ArraySortHelper_1_System_Int32__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_Int32Enum___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_Int32Enum___ctor, (ArraySortHelper_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0178CEE0, int32_t, ArraySortHelper_1_System_Int32Enum__BinarySearch, (ArraySortHelper_1_System_Int32Enum_ * __this, Int32Enum__Enum__Array * array, int32_t index, int32_t length, Int32Enum__Enum value, IComparer_1_System_Int32Enum_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F120, ArraySortHelper_1_System_Int32Enum__BinarySearch__MethodInfo); DO_APP_FUNC(0x0178C910, void, ArraySortHelper_1_System_Int32Enum__DownHeap, (Int32Enum__Enum__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Int32Enum_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_Int32Enum__Heapsort, (Int32Enum__Enum__Array * keys, int32_t lo, int32_t hi, Comparison_1_Int32Enum_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0178CB10, void, ArraySortHelper_1_System_Int32Enum__InsertionSort, (Int32Enum__Enum__Array * keys, int32_t lo, int32_t hi, Comparison_1_Int32Enum_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0178C260, int32_t, ArraySortHelper_1_System_Int32Enum__InternalBinarySearch, (Int32Enum__Enum__Array * array, int32_t index, int32_t length, Int32Enum__Enum value, IComparer_1_System_Int32Enum_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_Int32Enum__IntroSort, (Int32Enum__Enum__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Int32Enum_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_Int32Enum__IntrospectiveSort, (Int32Enum__Enum__Array * keys, int32_t left, int32_t length, Comparison_1_Int32Enum_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0178C4D0, int32_t, ArraySortHelper_1_System_Int32Enum__PickPivotAndPartition, (Int32Enum__Enum__Array * keys, int32_t lo, int32_t hi, Comparison_1_Int32Enum_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0178D050, void, ArraySortHelper_1_System_Int32Enum__Sort, (Int32Enum__Enum__Array * keys, int32_t index, int32_t length, Comparison_1_Int32Enum_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F128, ArraySortHelper_1_System_Int32Enum__Sort__MethodInfo); DO_APP_FUNC(0x0178CC70, void, ArraySortHelper_1_System_Int32Enum__Sort_1, (ArraySortHelper_1_System_Int32Enum_ * __this, Int32Enum__Enum__Array * keys, int32_t index, int32_t length, IComparer_1_System_Int32Enum_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F118, ArraySortHelper_1_System_Int32Enum__Sort_1__MethodInfo); DO_APP_FUNC(0x0178C470, void, ArraySortHelper_1_System_Int32Enum__Swap, (Int32Enum__Enum__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x0178C360, void, ArraySortHelper_1_System_Int32Enum__SwapIfGreater, (Int32Enum__Enum__Array * keys, Comparison_1_Int32Enum_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_Int32Enum_ *, ArraySortHelper_1_System_Int32Enum__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_Int64___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_Int64___ctor, (ArraySortHelper_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0178D440, int32_t, ArraySortHelper_1_System_Int64__BinarySearch, (ArraySortHelper_1_System_Int64_ * __this, Int64__Array * array, int32_t index, int32_t length, int64_t value, IComparer_1_System_Int64_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F178, ArraySortHelper_1_System_Int64__BinarySearch__MethodInfo); DO_APP_FUNC(0x0178DE50, void, ArraySortHelper_1_System_Int64__DownHeap, (Int64__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Int64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_Int64__Heapsort, (Int64__Array * keys, int32_t lo, int32_t hi, Comparison_1_Int64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0178E050, void, ArraySortHelper_1_System_Int64__InsertionSort, (Int64__Array * keys, int32_t lo, int32_t hi, Comparison_1_Int64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0178D730, int32_t, ArraySortHelper_1_System_Int64__InternalBinarySearch, (Int64__Array * array, int32_t index, int32_t length, int64_t value, IComparer_1_System_Int64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_Int64__IntroSort, (Int64__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Int64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_Int64__IntrospectiveSort, (Int64__Array * keys, int32_t left, int32_t length, Comparison_1_Int64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0178DA10, int32_t, ArraySortHelper_1_System_Int64__PickPivotAndPartition, (Int64__Array * keys, int32_t lo, int32_t hi, Comparison_1_Int64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0178D5B0, void, ArraySortHelper_1_System_Int64__Sort, (Int64__Array * keys, int32_t index, int32_t length, Comparison_1_Int64_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F180, ArraySortHelper_1_System_Int64__Sort__MethodInfo); DO_APP_FUNC(0x0178D1D0, void, ArraySortHelper_1_System_Int64__Sort_1, (ArraySortHelper_1_System_Int64_ * __this, Int64__Array * keys, int32_t index, int32_t length, IComparer_1_System_Int64_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F130, ArraySortHelper_1_System_Int64__Sort_1__MethodInfo); DO_APP_FUNC(0x0178D9B0, void, ArraySortHelper_1_System_Int64__Swap, (Int64__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x0178D8A0, void, ArraySortHelper_1_System_Int64__SwapIfGreater, (Int64__Array * keys, Comparison_1_Int64_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_Int64_ *, ArraySortHelper_1_System_Int64__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Pathfinding_ClipperLib_IntPoint___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Pathfinding_ClipperLib_IntPoint___ctor, (ArraySortHelper_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0178E420, int32_t, ArraySortHelper_1_Pathfinding_ClipperLib_IntPoint__BinarySearch, (ArraySortHelper_1_Pathfinding_ClipperLib_IntPoint_ * __this, IntPoint__Array * array, int32_t index, int32_t length, IntPoint value, IComparer_1_Pathfinding_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F190, ArraySortHelper_1_Pathfinding_ClipperLib_IntPoint__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF90E0, void, ArraySortHelper_1_Pathfinding_ClipperLib_IntPoint__DownHeap, (IntPoint__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Pathfinding_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Pathfinding_ClipperLib_IntPoint__Heapsort, (IntPoint__Array * keys, int32_t lo, int32_t hi, Comparison_1_Pathfinding_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF83B0, void, ArraySortHelper_1_Pathfinding_ClipperLib_IntPoint__InsertionSort, (IntPoint__Array * keys, int32_t lo, int32_t hi, Comparison_1_Pathfinding_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_Pathfinding_ClipperLib_IntPoint__InternalBinarySearch, (IntPoint__Array * array, int32_t index, int32_t length, IntPoint value, IComparer_1_Pathfinding_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Pathfinding_ClipperLib_IntPoint__IntroSort, (IntPoint__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Pathfinding_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Pathfinding_ClipperLib_IntPoint__IntrospectiveSort, (IntPoint__Array * keys, int32_t left, int32_t length, Comparison_1_Pathfinding_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_Pathfinding_ClipperLib_IntPoint__PickPivotAndPartition, (IntPoint__Array * keys, int32_t lo, int32_t hi, Comparison_1_Pathfinding_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0178E5A0, void, ArraySortHelper_1_Pathfinding_ClipperLib_IntPoint__Sort, (IntPoint__Array * keys, int32_t index, int32_t length, Comparison_1_Pathfinding_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F158, ArraySortHelper_1_Pathfinding_ClipperLib_IntPoint__Sort__MethodInfo); DO_APP_FUNC(0x0178E1B0, void, ArraySortHelper_1_Pathfinding_ClipperLib_IntPoint__Sort_1, (ArraySortHelper_1_Pathfinding_ClipperLib_IntPoint_ * __this, IntPoint__Array * keys, int32_t index, int32_t length, IComparer_1_Pathfinding_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F188, ArraySortHelper_1_Pathfinding_ClipperLib_IntPoint__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF7C40, void, ArraySortHelper_1_Pathfinding_ClipperLib_IntPoint__Swap, (IntPoint__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF7AF0, void, ArraySortHelper_1_Pathfinding_ClipperLib_IntPoint__SwapIfGreater, (IntPoint__Array * keys, Comparison_1_Pathfinding_ClipperLib_IntPoint_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Pathfinding_ClipperLib_IntPoint_ *, ArraySortHelper_1_Pathfinding_ClipperLib_IntPoint__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Pathfinding_IntRect___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Pathfinding_IntRect___ctor, (ArraySortHelper_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0178E990, int32_t, ArraySortHelper_1_Pathfinding_IntRect__BinarySearch, (ArraySortHelper_1_Pathfinding_IntRect_ * __this, IntRect__Array * array, int32_t index, int32_t length, IntRect value, IComparer_1_Pathfinding_IntRect_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F168, ArraySortHelper_1_Pathfinding_IntRect__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF90E0, void, ArraySortHelper_1_Pathfinding_IntRect__DownHeap, (IntRect__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Pathfinding_IntRect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Pathfinding_IntRect__Heapsort, (IntRect__Array * keys, int32_t lo, int32_t hi, Comparison_1_Pathfinding_IntRect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF83B0, void, ArraySortHelper_1_Pathfinding_IntRect__InsertionSort, (IntRect__Array * keys, int32_t lo, int32_t hi, Comparison_1_Pathfinding_IntRect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_Pathfinding_IntRect__InternalBinarySearch, (IntRect__Array * array, int32_t index, int32_t length, IntRect value, IComparer_1_Pathfinding_IntRect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Pathfinding_IntRect__IntroSort, (IntRect__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Pathfinding_IntRect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Pathfinding_IntRect__IntrospectiveSort, (IntRect__Array * keys, int32_t left, int32_t length, Comparison_1_Pathfinding_IntRect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_Pathfinding_IntRect__PickPivotAndPartition, (IntRect__Array * keys, int32_t lo, int32_t hi, Comparison_1_Pathfinding_IntRect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0178EB10, void, ArraySortHelper_1_Pathfinding_IntRect__Sort, (IntRect__Array * keys, int32_t index, int32_t length, Comparison_1_Pathfinding_IntRect_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F170, ArraySortHelper_1_Pathfinding_IntRect__Sort__MethodInfo); DO_APP_FUNC(0x0178E720, void, ArraySortHelper_1_Pathfinding_IntRect__Sort_1, (ArraySortHelper_1_Pathfinding_IntRect_ * __this, IntRect__Array * keys, int32_t index, int32_t length, IComparer_1_Pathfinding_IntRect_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F160, ArraySortHelper_1_Pathfinding_IntRect__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF7C40, void, ArraySortHelper_1_Pathfinding_IntRect__Swap, (IntRect__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF7AF0, void, ArraySortHelper_1_Pathfinding_IntRect__SwapIfGreater, (IntRect__Array * keys, Comparison_1_Pathfinding_IntRect_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Pathfinding_IntRect_ *, ArraySortHelper_1_Pathfinding_IntRect__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_InternedString___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_InternedString___ctor, (ArraySortHelper_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0178EF00, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_InternedString__BinarySearch, (ArraySortHelper_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString__Array * array, int32_t index, int32_t length, InternedString value, IComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F0C8, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_InternedString__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_InternedString__DownHeap, (InternedString__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_InternedString__Heapsort, (InternedString__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_InternedString__InsertionSort, (InternedString__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_InternedString__InternalBinarySearch, (InternedString__Array * array, int32_t index, int32_t length, InternedString value, IComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_InternedString__IntroSort, (InternedString__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_InternedString__IntrospectiveSort, (InternedString__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_InternedString__PickPivotAndPartition, (InternedString__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0178F080, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_InternedString__Sort, (InternedString__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F0D0, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_InternedString__Sort__MethodInfo); DO_APP_FUNC(0x0178EC90, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_InternedString__Sort_1, (ArraySortHelper_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F0C0, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_InternedString__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_InternedString__Swap, (InternedString__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_InternedString__SwapIfGreater, (InternedString__Array * keys, Comparison_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_InternedString_ *, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_InternedString__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo___ctor, (ArraySortHelper_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0178F470, int32_t, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__BinarySearch, (ArraySortHelper_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, InterpretedFrameInfo__Array * array, int32_t index, int32_t length, InterpretedFrameInfo value, IComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F0A0, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__DownHeap, (InterpretedFrameInfo__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Heapsort, (InterpretedFrameInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__InsertionSort, (InterpretedFrameInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__InternalBinarySearch, (InterpretedFrameInfo__Array * array, int32_t index, int32_t length, InterpretedFrameInfo value, IComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__IntroSort, (InterpretedFrameInfo__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__IntrospectiveSort, (InterpretedFrameInfo__Array * keys, int32_t left, int32_t length, Comparison_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__PickPivotAndPartition, (InterpretedFrameInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0178F5F0, void, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Sort, (InterpretedFrameInfo__Array * keys, int32_t index, int32_t length, Comparison_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F0A8, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Sort__MethodInfo); DO_APP_FUNC(0x0178F200, void, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Sort_1, (ArraySortHelper_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, InterpretedFrameInfo__Array * keys, int32_t index, int32_t length, IComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F0D8, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Swap, (InterpretedFrameInfo__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__SwapIfGreater, (InterpretedFrameInfo__Array * keys, Comparison_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ *, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Timeline_IntervalTreeNode___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Timeline_IntervalTreeNode___ctor, (ArraySortHelper_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0178F9E0, int32_t, ArraySortHelper_1_UnityEngine_Timeline_IntervalTreeNode__BinarySearch, (ArraySortHelper_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IntervalTreeNode__Array * array, int32_t index, int32_t length, IntervalTreeNode value, IComparer_1_UnityEngine_Timeline_IntervalTreeNode_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F0B8, ArraySortHelper_1_UnityEngine_Timeline_IntervalTreeNode__BinarySearch__MethodInfo); DO_APP_FUNC(0x010E3E40, void, ArraySortHelper_1_UnityEngine_Timeline_IntervalTreeNode__DownHeap, (IntervalTreeNode__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Timeline_IntervalTreeNode_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Timeline_IntervalTreeNode__Heapsort, (IntervalTreeNode__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Timeline_IntervalTreeNode_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E4120, void, ArraySortHelper_1_UnityEngine_Timeline_IntervalTreeNode__InsertionSort, (IntervalTreeNode__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Timeline_IntervalTreeNode_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_UnityEngine_Timeline_IntervalTreeNode__InternalBinarySearch, (IntervalTreeNode__Array * array, int32_t index, int32_t length, IntervalTreeNode value, IComparer_1_UnityEngine_Timeline_IntervalTreeNode_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Timeline_IntervalTreeNode__IntroSort, (IntervalTreeNode__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Timeline_IntervalTreeNode_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Timeline_IntervalTreeNode__IntrospectiveSort, (IntervalTreeNode__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Timeline_IntervalTreeNode_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_UnityEngine_Timeline_IntervalTreeNode__PickPivotAndPartition, (IntervalTreeNode__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Timeline_IntervalTreeNode_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0178FB60, void, ArraySortHelper_1_UnityEngine_Timeline_IntervalTreeNode__Sort, (IntervalTreeNode__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Timeline_IntervalTreeNode_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F0F8, ArraySortHelper_1_UnityEngine_Timeline_IntervalTreeNode__Sort__MethodInfo); DO_APP_FUNC(0x0178F770, void, ArraySortHelper_1_UnityEngine_Timeline_IntervalTreeNode__Sort_1, (ArraySortHelper_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IntervalTreeNode__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Timeline_IntervalTreeNode_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F0B0, ArraySortHelper_1_UnityEngine_Timeline_IntervalTreeNode__Sort_1__MethodInfo); DO_APP_FUNC(0x010E3DC0, void, ArraySortHelper_1_UnityEngine_Timeline_IntervalTreeNode__Swap, (IntervalTreeNode__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010E3C30, void, ArraySortHelper_1_UnityEngine_Timeline_IntervalTreeNode__SwapIfGreater, (IntervalTreeNode__Array * keys, Comparison_1_UnityEngine_Timeline_IntervalTreeNode_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Timeline_IntervalTreeNode_ *, ArraySortHelper_1_UnityEngine_Timeline_IntervalTreeNode__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount___ctor, (ArraySortHelper_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0178FF50, int32_t, ArraySortHelper_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__BinarySearch, (ArraySortHelper_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, ItemDefinitionAmount__Array * array, int32_t index, int32_t length, ItemDefinitionAmount value, IComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F108, ArraySortHelper_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__BinarySearch__MethodInfo); DO_APP_FUNC(0x01002960, void, ArraySortHelper_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__DownHeap, (ItemDefinitionAmount__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Heapsort, (ItemDefinitionAmount__Array * keys, int32_t lo, int32_t hi, Comparison_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01002CC0, void, ArraySortHelper_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__InsertionSort, (ItemDefinitionAmount__Array * keys, int32_t lo, int32_t hi, Comparison_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__InternalBinarySearch, (ItemDefinitionAmount__Array * array, int32_t index, int32_t length, ItemDefinitionAmount value, IComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__IntroSort, (ItemDefinitionAmount__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__IntrospectiveSort, (ItemDefinitionAmount__Array * keys, int32_t left, int32_t length, Comparison_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__PickPivotAndPartition, (ItemDefinitionAmount__Array * keys, int32_t lo, int32_t hi, Comparison_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017900D0, void, ArraySortHelper_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Sort, (ItemDefinitionAmount__Array * keys, int32_t index, int32_t length, Comparison_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F110, ArraySortHelper_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Sort__MethodInfo); DO_APP_FUNC(0x0178FCE0, void, ArraySortHelper_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Sort_1, (ArraySortHelper_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, ItemDefinitionAmount__Array * keys, int32_t index, int32_t length, IComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F100, ArraySortHelper_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Sort_1__MethodInfo); DO_APP_FUNC(0x01002800, void, ArraySortHelper_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Swap, (ItemDefinitionAmount__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010025A0, void, ArraySortHelper_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__SwapIfGreater, (ItemDefinitionAmount__Array * keys, Comparison_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ *, ArraySortHelper_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_KickedPlayer___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_KickedPlayer___ctor, (ArraySortHelper_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017904C0, int32_t, ArraySortHelper_1_KickedPlayer__BinarySearch, (ArraySortHelper_1_KickedPlayer_ * __this, KickedPlayer__Array * array, int32_t index, int32_t length, KickedPlayer value, IComparer_1_KickedPlayer_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F0E8, ArraySortHelper_1_KickedPlayer__BinarySearch__MethodInfo); DO_APP_FUNC(0x01001BB0, void, ArraySortHelper_1_KickedPlayer__DownHeap, (KickedPlayer__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_KickedPlayer_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_KickedPlayer__Heapsort, (KickedPlayer__Array * keys, int32_t lo, int32_t hi, Comparison_1_KickedPlayer_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01001E80, void, ArraySortHelper_1_KickedPlayer__InsertionSort, (KickedPlayer__Array * keys, int32_t lo, int32_t hi, Comparison_1_KickedPlayer_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_KickedPlayer__InternalBinarySearch, (KickedPlayer__Array * array, int32_t index, int32_t length, KickedPlayer value, IComparer_1_KickedPlayer_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_KickedPlayer__IntroSort, (KickedPlayer__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_KickedPlayer_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_KickedPlayer__IntrospectiveSort, (KickedPlayer__Array * keys, int32_t left, int32_t length, Comparison_1_KickedPlayer_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_KickedPlayer__PickPivotAndPartition, (KickedPlayer__Array * keys, int32_t lo, int32_t hi, Comparison_1_KickedPlayer_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01790640, void, ArraySortHelper_1_KickedPlayer__Sort, (KickedPlayer__Array * keys, int32_t index, int32_t length, Comparison_1_KickedPlayer_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F0F0, ArraySortHelper_1_KickedPlayer__Sort__MethodInfo); DO_APP_FUNC(0x01790250, void, ArraySortHelper_1_KickedPlayer__Sort_1, (ArraySortHelper_1_KickedPlayer_ * __this, KickedPlayer__Array * keys, int32_t index, int32_t length, IComparer_1_KickedPlayer_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F0E0, ArraySortHelper_1_KickedPlayer__Sort_1__MethodInfo); DO_APP_FUNC(0x01001A70, void, ArraySortHelper_1_KickedPlayer__Swap, (KickedPlayer__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01001850, void, ArraySortHelper_1_KickedPlayer__SwapIfGreater, (KickedPlayer__Array * keys, Comparison_1_KickedPlayer_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_KickedPlayer_ *, ArraySortHelper_1_KickedPlayer__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_LayerMask___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_LayerMask___ctor, (ArraySortHelper_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017E1100, int32_t, ArraySortHelper_1_UnityEngine_LayerMask__BinarySearch, (ArraySortHelper_1_UnityEngine_LayerMask_ * __this, LayerMask__Array * array, int32_t index, int32_t length, LayerMask value, IComparer_1_UnityEngine_LayerMask_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C749F0, ArraySortHelper_1_UnityEngine_LayerMask__BinarySearch__MethodInfo); DO_APP_FUNC(0x010F5F00, void, ArraySortHelper_1_UnityEngine_LayerMask__DownHeap, (LayerMask__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_LayerMask_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_LayerMask__Heapsort, (LayerMask__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_LayerMask_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F6110, void, ArraySortHelper_1_UnityEngine_LayerMask__InsertionSort, (LayerMask__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_LayerMask_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F57E0, int32_t, ArraySortHelper_1_UnityEngine_LayerMask__InternalBinarySearch, (LayerMask__Array * array, int32_t index, int32_t length, LayerMask value, IComparer_1_UnityEngine_LayerMask_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_LayerMask__IntroSort, (LayerMask__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_LayerMask_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_LayerMask__IntrospectiveSort, (LayerMask__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_LayerMask_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F5AB0, int32_t, ArraySortHelper_1_UnityEngine_LayerMask__PickPivotAndPartition, (LayerMask__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_LayerMask_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017E1270, void, ArraySortHelper_1_UnityEngine_LayerMask__Sort, (LayerMask__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_LayerMask_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C749C8, ArraySortHelper_1_UnityEngine_LayerMask__Sort__MethodInfo); DO_APP_FUNC(0x017E0E90, void, ArraySortHelper_1_UnityEngine_LayerMask__Sort_1, (ArraySortHelper_1_UnityEngine_LayerMask_ * __this, LayerMask__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_LayerMask_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C749E8, ArraySortHelper_1_UnityEngine_LayerMask__Sort_1__MethodInfo); DO_APP_FUNC(0x010F5A60, void, ArraySortHelper_1_UnityEngine_LayerMask__Swap, (LayerMask__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010F5950, void, ArraySortHelper_1_UnityEngine_LayerMask__SwapIfGreater, (LayerMask__Array * keys, Comparison_1_UnityEngine_LayerMask_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_LayerMask_ *, ArraySortHelper_1_UnityEngine_LayerMask__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_ManipulatorActivationFilter___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_ManipulatorActivationFilter___ctor, (ArraySortHelper_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017E1660, int32_t, ArraySortHelper_1_UnityEngine_UIElements_ManipulatorActivationFilter__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter__Array * array, int32_t index, int32_t length, ManipulatorActivationFilter value, IComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C749D8, ArraySortHelper_1_UnityEngine_UIElements_ManipulatorActivationFilter__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF6F20, void, ArraySortHelper_1_UnityEngine_UIElements_ManipulatorActivationFilter__DownHeap, (ManipulatorActivationFilter__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_ManipulatorActivationFilter__Heapsort, (ManipulatorActivationFilter__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF7200, void, ArraySortHelper_1_UnityEngine_UIElements_ManipulatorActivationFilter__InsertionSort, (ManipulatorActivationFilter__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF6690, int32_t, ArraySortHelper_1_UnityEngine_UIElements_ManipulatorActivationFilter__InternalBinarySearch, (ManipulatorActivationFilter__Array * array, int32_t index, int32_t length, ManipulatorActivationFilter value, IComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_ManipulatorActivationFilter__IntroSort, (ManipulatorActivationFilter__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_ManipulatorActivationFilter__IntrospectiveSort, (ManipulatorActivationFilter__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF6A40, int32_t, ArraySortHelper_1_UnityEngine_UIElements_ManipulatorActivationFilter__PickPivotAndPartition, (ManipulatorActivationFilter__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017E17E0, void, ArraySortHelper_1_UnityEngine_UIElements_ManipulatorActivationFilter__Sort, (ManipulatorActivationFilter__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C749E0, ArraySortHelper_1_UnityEngine_UIElements_ManipulatorActivationFilter__Sort__MethodInfo); DO_APP_FUNC(0x017E13F0, void, ArraySortHelper_1_UnityEngine_UIElements_ManipulatorActivationFilter__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C749D0, ArraySortHelper_1_UnityEngine_UIElements_ManipulatorActivationFilter__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF69C0, void, ArraySortHelper_1_UnityEngine_UIElements_ManipulatorActivationFilter__Swap, (ManipulatorActivationFilter__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF6840, void, ArraySortHelper_1_UnityEngine_UIElements_ManipulatorActivationFilter__SwapIfGreater, (ManipulatorActivationFilter__Array * keys, Comparison_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_ManipulatorActivationFilter_ *, ArraySortHelper_1_UnityEngine_UIElements_ManipulatorActivationFilter__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Matrix4x4___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Matrix4x4___ctor, (ArraySortHelper_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017E1BD0, int32_t, ArraySortHelper_1_UnityEngine_Matrix4x4__BinarySearch, (ArraySortHelper_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4__Array * array, int32_t index, int32_t length, Matrix4x4 value, IComparer_1_UnityEngine_Matrix4x4_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74960, ArraySortHelper_1_UnityEngine_Matrix4x4__BinarySearch__MethodInfo); DO_APP_FUNC(0x017E21F0, void, ArraySortHelper_1_UnityEngine_Matrix4x4__DownHeap, (Matrix4x4__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Matrix4x4_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Matrix4x4__Heapsort, (Matrix4x4__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Matrix4x4_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017E25F0, void, ArraySortHelper_1_UnityEngine_Matrix4x4__InsertionSort, (Matrix4x4__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Matrix4x4_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011E8E80, int32_t, ArraySortHelper_1_UnityEngine_Matrix4x4__InternalBinarySearch, (Matrix4x4__Array * array, int32_t index, int32_t length, Matrix4x4 value, IComparer_1_UnityEngine_Matrix4x4_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Matrix4x4__IntroSort, (Matrix4x4__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Matrix4x4_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Matrix4x4__IntrospectiveSort, (Matrix4x4__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Matrix4x4_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011E94C0, int32_t, ArraySortHelper_1_UnityEngine_Matrix4x4__PickPivotAndPartition, (Matrix4x4__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Matrix4x4_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017E1D70, void, ArraySortHelper_1_UnityEngine_Matrix4x4__Sort, (Matrix4x4__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Matrix4x4_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74968, ArraySortHelper_1_UnityEngine_Matrix4x4__Sort__MethodInfo); DO_APP_FUNC(0x017E1960, void, ArraySortHelper_1_UnityEngine_Matrix4x4__Sort_1, (ArraySortHelper_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Matrix4x4_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74958, ArraySortHelper_1_UnityEngine_Matrix4x4__Sort_1__MethodInfo); DO_APP_FUNC(0x017E2130, void, ArraySortHelper_1_UnityEngine_Matrix4x4__Swap, (Matrix4x4__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x017E1EF0, void, ArraySortHelper_1_UnityEngine_Matrix4x4__SwapIfGreater, (Matrix4x4__Array * keys, Comparison_1_UnityEngine_Matrix4x4_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Matrix4x4_ *, ArraySortHelper_1_UnityEngine_Matrix4x4__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NameAndParameters___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NameAndParameters___ctor, (ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017E2AD0, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NameAndParameters__BinarySearch, (ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, NameAndParameters__Array * array, int32_t index, int32_t length, NameAndParameters value, IComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74930, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NameAndParameters__BinarySearch__MethodInfo); DO_APP_FUNC(0x01002960, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NameAndParameters__DownHeap, (NameAndParameters__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Heapsort, (NameAndParameters__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01002CC0, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NameAndParameters__InsertionSort, (NameAndParameters__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NameAndParameters__InternalBinarySearch, (NameAndParameters__Array * array, int32_t index, int32_t length, NameAndParameters value, IComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NameAndParameters__IntroSort, (NameAndParameters__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NameAndParameters__IntrospectiveSort, (NameAndParameters__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NameAndParameters__PickPivotAndPartition, (NameAndParameters__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017E2C50, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Sort, (NameAndParameters__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74938, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Sort__MethodInfo); DO_APP_FUNC(0x017E2860, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Sort_1, (ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, NameAndParameters__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74970, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Sort_1__MethodInfo); DO_APP_FUNC(0x01002800, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Swap, (NameAndParameters__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010025A0, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NameAndParameters__SwapIfGreater, (NameAndParameters__Array * keys, Comparison_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ *, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NameAndParameters__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NamedValue___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NamedValue___ctor, (ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017E3040, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NamedValue__BinarySearch, (ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue__Array * array, int32_t index, int32_t length, NamedValue value, IComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74948, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NamedValue__BinarySearch__MethodInfo); DO_APP_FUNC(0x01002960, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NamedValue__DownHeap, (NamedValue__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_InputSystem_Utilities_NamedValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NamedValue__Heapsort, (NamedValue__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_Utilities_NamedValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01002CC0, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NamedValue__InsertionSort, (NamedValue__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_Utilities_NamedValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NamedValue__InternalBinarySearch, (NamedValue__Array * array, int32_t index, int32_t length, NamedValue value, IComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NamedValue__IntroSort, (NamedValue__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_InputSystem_Utilities_NamedValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NamedValue__IntrospectiveSort, (NamedValue__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_InputSystem_Utilities_NamedValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NamedValue__PickPivotAndPartition, (NamedValue__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_Utilities_NamedValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017E31C0, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NamedValue__Sort, (NamedValue__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_InputSystem_Utilities_NamedValue_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C749A0, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NamedValue__Sort__MethodInfo); DO_APP_FUNC(0x017E2DD0, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NamedValue__Sort_1, (ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74940, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NamedValue__Sort_1__MethodInfo); DO_APP_FUNC(0x01002800, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NamedValue__Swap, (NamedValue__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010025A0, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NamedValue__SwapIfGreater, (NamedValue__Array * keys, Comparison_1_UnityEngine_InputSystem_Utilities_NamedValue_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NamedValue_ *, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_NamedValue__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Photon_Bolt_NetworkPropertyInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Photon_Bolt_NetworkPropertyInfo___ctor, (ArraySortHelper_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017E35B0, int32_t, ArraySortHelper_1_Photon_Bolt_NetworkPropertyInfo__BinarySearch, (ArraySortHelper_1_Photon_Bolt_NetworkPropertyInfo_ * __this, NetworkPropertyInfo__Array * array, int32_t index, int32_t length, NetworkPropertyInfo value, IComparer_1_Photon_Bolt_NetworkPropertyInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C749B8, ArraySortHelper_1_Photon_Bolt_NetworkPropertyInfo__BinarySearch__MethodInfo); DO_APP_FUNC(0x010E3190, void, ArraySortHelper_1_Photon_Bolt_NetworkPropertyInfo__DownHeap, (NetworkPropertyInfo__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Photon_Bolt_NetworkPropertyInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Photon_Bolt_NetworkPropertyInfo__Heapsort, (NetworkPropertyInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_Photon_Bolt_NetworkPropertyInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E34E0, void, ArraySortHelper_1_Photon_Bolt_NetworkPropertyInfo__InsertionSort, (NetworkPropertyInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_Photon_Bolt_NetworkPropertyInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFC5D0, int32_t, ArraySortHelper_1_Photon_Bolt_NetworkPropertyInfo__InternalBinarySearch, (NetworkPropertyInfo__Array * array, int32_t index, int32_t length, NetworkPropertyInfo value, IComparer_1_Photon_Bolt_NetworkPropertyInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Photon_Bolt_NetworkPropertyInfo__IntroSort, (NetworkPropertyInfo__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Photon_Bolt_NetworkPropertyInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Photon_Bolt_NetworkPropertyInfo__IntrospectiveSort, (NetworkPropertyInfo__Array * keys, int32_t left, int32_t length, Comparison_1_Photon_Bolt_NetworkPropertyInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFCB70, int32_t, ArraySortHelper_1_Photon_Bolt_NetworkPropertyInfo__PickPivotAndPartition, (NetworkPropertyInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_Photon_Bolt_NetworkPropertyInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017E3730, void, ArraySortHelper_1_Photon_Bolt_NetworkPropertyInfo__Sort, (NetworkPropertyInfo__Array * keys, int32_t index, int32_t length, Comparison_1_Photon_Bolt_NetworkPropertyInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C749C0, ArraySortHelper_1_Photon_Bolt_NetworkPropertyInfo__Sort__MethodInfo); DO_APP_FUNC(0x017E3340, void, ArraySortHelper_1_Photon_Bolt_NetworkPropertyInfo__Sort_1, (ArraySortHelper_1_Photon_Bolt_NetworkPropertyInfo_ * __this, NetworkPropertyInfo__Array * keys, int32_t index, int32_t length, IComparer_1_Photon_Bolt_NetworkPropertyInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C749A8, ArraySortHelper_1_Photon_Bolt_NetworkPropertyInfo__Sort_1__MethodInfo); DO_APP_FUNC(0x010E3030, void, ArraySortHelper_1_Photon_Bolt_NetworkPropertyInfo__Swap, (NetworkPropertyInfo__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010E2DB0, void, ArraySortHelper_1_Photon_Bolt_NetworkPropertyInfo__SwapIfGreater, (NetworkPropertyInfo__Array * keys, Comparison_1_Photon_Bolt_NetworkPropertyInfo_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Photon_Bolt_NetworkPropertyInfo_ *, ArraySortHelper_1_Photon_Bolt_NetworkPropertyInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_Object___ctor, (ArraySortHelper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017E3B20, int32_t, ArraySortHelper_1_System_Object__BinarySearch, (ArraySortHelper_1_System_Object_ * __this, Object__Array * array, int32_t index, int32_t length, Object * value, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74988, ArraySortHelper_1_System_Object__BinarySearch__MethodInfo); DO_APP_FUNC(0x017E4090, void, ArraySortHelper_1_System_Object__DownHeap, (Object__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_Object__Heapsort, (Object__Array * keys, int32_t lo, int32_t hi, Comparison_1_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017E4290, void, ArraySortHelper_1_System_Object__InsertionSort, (Object__Array * keys, int32_t lo, int32_t hi, Comparison_1_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017E3E10, int32_t, ArraySortHelper_1_System_Object__InternalBinarySearch, (Object__Array * array, int32_t index, int32_t length, Object * value, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_Object__IntroSort, (Object__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_Object__IntrospectiveSort, (Object__Array * keys, int32_t left, int32_t length, Comparison_1_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0178DA10, int32_t, ArraySortHelper_1_System_Object__PickPivotAndPartition, (Object__Array * keys, int32_t lo, int32_t hi, Comparison_1_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017E3C90, void, ArraySortHelper_1_System_Object__Sort, (Object__Array * keys, int32_t index, int32_t length, Comparison_1_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74990, ArraySortHelper_1_System_Object__Sort__MethodInfo); DO_APP_FUNC(0x017E38B0, void, ArraySortHelper_1_System_Object__Sort_1, (ArraySortHelper_1_System_Object_ * __this, Object__Array * keys, int32_t index, int32_t length, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74978, ArraySortHelper_1_System_Object__Sort_1__MethodInfo); DO_APP_FUNC(0x017E4020, void, ArraySortHelper_1_System_Object__Swap, (Object__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x017E3F10, void, ArraySortHelper_1_System_Object__SwapIfGreater, (Object__Array * keys, Comparison_1_Object_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_Object_ *, ArraySortHelper_1_System_Object__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData___ctor, (ArraySortHelper_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017E4660, int32_t, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__BinarySearch, (ArraySortHelper_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, ObjectInitializationData__Array * array, int32_t index, int32_t length, ObjectInitializationData value, IComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C748D0, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__BinarySearch__MethodInfo); DO_APP_FUNC(0x01782A70, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__DownHeap, (ObjectInitializationData__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Heapsort, (ObjectInitializationData__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01782E70, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__InsertionSort, (ObjectInitializationData__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01781F70, int32_t, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__InternalBinarySearch, (ObjectInitializationData__Array * array, int32_t index, int32_t length, ObjectInitializationData value, IComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__IntroSort, (ObjectInitializationData__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__IntrospectiveSort, (ObjectInitializationData__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01782500, int32_t, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__PickPivotAndPartition, (ObjectInitializationData__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017E47F0, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Sort, (ObjectInitializationData__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C748D8, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Sort__MethodInfo); DO_APP_FUNC(0x017E43F0, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Sort_1, (ArraySortHelper_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, ObjectInitializationData__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74998, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Sort_1__MethodInfo); DO_APP_FUNC(0x01782380, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Swap, (ObjectInitializationData__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01782160, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__SwapIfGreater, (ObjectInitializationData__Array * keys, Comparison_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ *, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Dissonance_Networking_Client_OpenChannel___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Dissonance_Networking_Client_OpenChannel___ctor, (ArraySortHelper_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017E4BE0, int32_t, ArraySortHelper_1_Dissonance_Networking_Client_OpenChannel__BinarySearch, (ArraySortHelper_1_Dissonance_Networking_Client_OpenChannel_ * __this, OpenChannel__Array * array, int32_t index, int32_t length, OpenChannel value, IComparer_1_Dissonance_Networking_Client_OpenChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C748E8, ArraySortHelper_1_Dissonance_Networking_Client_OpenChannel__BinarySearch__MethodInfo); DO_APP_FUNC(0x010E3190, void, ArraySortHelper_1_Dissonance_Networking_Client_OpenChannel__DownHeap, (OpenChannel__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Dissonance_Networking_Client_OpenChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Dissonance_Networking_Client_OpenChannel__Heapsort, (OpenChannel__Array * keys, int32_t lo, int32_t hi, Comparison_1_Dissonance_Networking_Client_OpenChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E34E0, void, ArraySortHelper_1_Dissonance_Networking_Client_OpenChannel__InsertionSort, (OpenChannel__Array * keys, int32_t lo, int32_t hi, Comparison_1_Dissonance_Networking_Client_OpenChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFC5D0, int32_t, ArraySortHelper_1_Dissonance_Networking_Client_OpenChannel__InternalBinarySearch, (OpenChannel__Array * array, int32_t index, int32_t length, OpenChannel value, IComparer_1_Dissonance_Networking_Client_OpenChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Dissonance_Networking_Client_OpenChannel__IntroSort, (OpenChannel__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Dissonance_Networking_Client_OpenChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Dissonance_Networking_Client_OpenChannel__IntrospectiveSort, (OpenChannel__Array * keys, int32_t left, int32_t length, Comparison_1_Dissonance_Networking_Client_OpenChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFCB70, int32_t, ArraySortHelper_1_Dissonance_Networking_Client_OpenChannel__PickPivotAndPartition, (OpenChannel__Array * keys, int32_t lo, int32_t hi, Comparison_1_Dissonance_Networking_Client_OpenChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017E4D60, void, ArraySortHelper_1_Dissonance_Networking_Client_OpenChannel__Sort, (OpenChannel__Array * keys, int32_t index, int32_t length, Comparison_1_Dissonance_Networking_Client_OpenChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C748B0, ArraySortHelper_1_Dissonance_Networking_Client_OpenChannel__Sort__MethodInfo); DO_APP_FUNC(0x017E4970, void, ArraySortHelper_1_Dissonance_Networking_Client_OpenChannel__Sort_1, (ArraySortHelper_1_Dissonance_Networking_Client_OpenChannel_ * __this, OpenChannel__Array * keys, int32_t index, int32_t length, IComparer_1_Dissonance_Networking_Client_OpenChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C748E0, ArraySortHelper_1_Dissonance_Networking_Client_OpenChannel__Sort_1__MethodInfo); DO_APP_FUNC(0x010E3030, void, ArraySortHelper_1_Dissonance_Networking_Client_OpenChannel__Swap, (OpenChannel__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010E2DB0, void, ArraySortHelper_1_Dissonance_Networking_Client_OpenChannel__SwapIfGreater, (OpenChannel__Array * keys, Comparison_1_Dissonance_Networking_Client_OpenChannel_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Dissonance_Networking_Client_OpenChannel_ *, ArraySortHelper_1_Dissonance_Networking_Client_OpenChannel__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Photon_Bolt_Internal_PacketStats___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Photon_Bolt_Internal_PacketStats___ctor, (ArraySortHelper_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017E5150, int32_t, ArraySortHelper_1_Photon_Bolt_Internal_PacketStats__BinarySearch, (ArraySortHelper_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats__Array * array, int32_t index, int32_t length, PacketStats value, IComparer_1_Photon_Bolt_Internal_PacketStats_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C748C0, ArraySortHelper_1_Photon_Bolt_Internal_PacketStats__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF6F20, void, ArraySortHelper_1_Photon_Bolt_Internal_PacketStats__DownHeap, (PacketStats__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Photon_Bolt_Internal_PacketStats_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Photon_Bolt_Internal_PacketStats__Heapsort, (PacketStats__Array * keys, int32_t lo, int32_t hi, Comparison_1_Photon_Bolt_Internal_PacketStats_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF7200, void, ArraySortHelper_1_Photon_Bolt_Internal_PacketStats__InsertionSort, (PacketStats__Array * keys, int32_t lo, int32_t hi, Comparison_1_Photon_Bolt_Internal_PacketStats_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF6690, int32_t, ArraySortHelper_1_Photon_Bolt_Internal_PacketStats__InternalBinarySearch, (PacketStats__Array * array, int32_t index, int32_t length, PacketStats value, IComparer_1_Photon_Bolt_Internal_PacketStats_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Photon_Bolt_Internal_PacketStats__IntroSort, (PacketStats__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Photon_Bolt_Internal_PacketStats_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Photon_Bolt_Internal_PacketStats__IntrospectiveSort, (PacketStats__Array * keys, int32_t left, int32_t length, Comparison_1_Photon_Bolt_Internal_PacketStats_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF6A40, int32_t, ArraySortHelper_1_Photon_Bolt_Internal_PacketStats__PickPivotAndPartition, (PacketStats__Array * keys, int32_t lo, int32_t hi, Comparison_1_Photon_Bolt_Internal_PacketStats_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017E52D0, void, ArraySortHelper_1_Photon_Bolt_Internal_PacketStats__Sort, (PacketStats__Array * keys, int32_t index, int32_t length, Comparison_1_Photon_Bolt_Internal_PacketStats_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C748C8, ArraySortHelper_1_Photon_Bolt_Internal_PacketStats__Sort__MethodInfo); DO_APP_FUNC(0x017E4EE0, void, ArraySortHelper_1_Photon_Bolt_Internal_PacketStats__Sort_1, (ArraySortHelper_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats__Array * keys, int32_t index, int32_t length, IComparer_1_Photon_Bolt_Internal_PacketStats_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C748B8, ArraySortHelper_1_Photon_Bolt_Internal_PacketStats__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF69C0, void, ArraySortHelper_1_Photon_Bolt_Internal_PacketStats__Swap, (PacketStats__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF6840, void, ArraySortHelper_1_Photon_Bolt_Internal_PacketStats__SwapIfGreater, (PacketStats__Array * keys, Comparison_1_Photon_Bolt_Internal_PacketStats_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Photon_Bolt_Internal_PacketStats_ *, ArraySortHelper_1_Photon_Bolt_Internal_PacketStats__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_ParticleCollisionEvent___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_ParticleCollisionEvent___ctor, (ArraySortHelper_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017E56C0, int32_t, ArraySortHelper_1_UnityEngine_ParticleCollisionEvent__BinarySearch, (ArraySortHelper_1_UnityEngine_ParticleCollisionEvent_ * __this, ParticleCollisionEvent__Array * array, int32_t index, int32_t length, ParticleCollisionEvent value, IComparer_1_UnityEngine_ParticleCollisionEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74918, ArraySortHelper_1_UnityEngine_ParticleCollisionEvent__BinarySearch__MethodInfo); DO_APP_FUNC(0x010055C0, void, ArraySortHelper_1_UnityEngine_ParticleCollisionEvent__DownHeap, (ParticleCollisionEvent__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_ParticleCollisionEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_ParticleCollisionEvent__Heapsort, (ParticleCollisionEvent__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_ParticleCollisionEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01005930, void, ArraySortHelper_1_UnityEngine_ParticleCollisionEvent__InsertionSort, (ParticleCollisionEvent__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_ParticleCollisionEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF33A0, int32_t, ArraySortHelper_1_UnityEngine_ParticleCollisionEvent__InternalBinarySearch, (ParticleCollisionEvent__Array * array, int32_t index, int32_t length, ParticleCollisionEvent value, IComparer_1_UnityEngine_ParticleCollisionEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_ParticleCollisionEvent__IntroSort, (ParticleCollisionEvent__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_ParticleCollisionEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_ParticleCollisionEvent__IntrospectiveSort, (ParticleCollisionEvent__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_ParticleCollisionEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3F00, int32_t, ArraySortHelper_1_UnityEngine_ParticleCollisionEvent__PickPivotAndPartition, (ParticleCollisionEvent__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_ParticleCollisionEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017E5850, void, ArraySortHelper_1_UnityEngine_ParticleCollisionEvent__Sort, (ParticleCollisionEvent__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_ParticleCollisionEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74920, ArraySortHelper_1_UnityEngine_ParticleCollisionEvent__Sort__MethodInfo); DO_APP_FUNC(0x017E5450, void, ArraySortHelper_1_UnityEngine_ParticleCollisionEvent__Sort_1, (ArraySortHelper_1_UnityEngine_ParticleCollisionEvent_ * __this, ParticleCollisionEvent__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_ParticleCollisionEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74910, ArraySortHelper_1_UnityEngine_ParticleCollisionEvent__Sort_1__MethodInfo); DO_APP_FUNC(0x01005520, void, ArraySortHelper_1_UnityEngine_ParticleCollisionEvent__Swap, (ParticleCollisionEvent__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01005340, void, ArraySortHelper_1_UnityEngine_ParticleCollisionEvent__SwapIfGreater, (ParticleCollisionEvent__Array * keys, Comparison_1_UnityEngine_ParticleCollisionEvent_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_ParticleCollisionEvent_ *, ArraySortHelper_1_UnityEngine_ParticleCollisionEvent__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Playables_Playable___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Playables_Playable___ctor, (ArraySortHelper_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017E5C40, int32_t, ArraySortHelper_1_UnityEngine_Playables_Playable__BinarySearch, (ArraySortHelper_1_UnityEngine_Playables_Playable_ * __this, Playable__Array * array, int32_t index, int32_t length, Playable value, IComparer_1_UnityEngine_Playables_Playable_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C748F0, ArraySortHelper_1_UnityEngine_Playables_Playable__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF90E0, void, ArraySortHelper_1_UnityEngine_Playables_Playable__DownHeap, (Playable__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Playables_Playable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Playables_Playable__Heapsort, (Playable__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Playables_Playable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF83B0, void, ArraySortHelper_1_UnityEngine_Playables_Playable__InsertionSort, (Playable__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Playables_Playable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_Playables_Playable__InternalBinarySearch, (Playable__Array * array, int32_t index, int32_t length, Playable value, IComparer_1_UnityEngine_Playables_Playable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Playables_Playable__IntroSort, (Playable__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Playables_Playable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Playables_Playable__IntrospectiveSort, (Playable__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Playables_Playable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_Playables_Playable__PickPivotAndPartition, (Playable__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Playables_Playable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017E5DC0, void, ArraySortHelper_1_UnityEngine_Playables_Playable__Sort, (Playable__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Playables_Playable_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C748F8, ArraySortHelper_1_UnityEngine_Playables_Playable__Sort__MethodInfo); DO_APP_FUNC(0x017E59D0, void, ArraySortHelper_1_UnityEngine_Playables_Playable__Sort_1, (ArraySortHelper_1_UnityEngine_Playables_Playable_ * __this, Playable__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Playables_Playable_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74928, ArraySortHelper_1_UnityEngine_Playables_Playable__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF7C40, void, ArraySortHelper_1_UnityEngine_Playables_Playable__Swap, (Playable__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF7AF0, void, ArraySortHelper_1_UnityEngine_Playables_Playable__SwapIfGreater, (Playable__Array * keys, Comparison_1_UnityEngine_Playables_Playable_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Playables_Playable_ *, ArraySortHelper_1_UnityEngine_Playables_Playable__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Playables_PlayableBinding___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Playables_PlayableBinding___ctor, (ArraySortHelper_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017E61B0, int32_t, ArraySortHelper_1_UnityEngine_Playables_PlayableBinding__BinarySearch, (ArraySortHelper_1_UnityEngine_Playables_PlayableBinding_ * __this, PlayableBinding__Array * array, int32_t index, int32_t length, PlayableBinding value, IComparer_1_UnityEngine_Playables_PlayableBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74908, ArraySortHelper_1_UnityEngine_Playables_PlayableBinding__BinarySearch__MethodInfo); DO_APP_FUNC(0x010E3190, void, ArraySortHelper_1_UnityEngine_Playables_PlayableBinding__DownHeap, (PlayableBinding__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Playables_PlayableBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Playables_PlayableBinding__Heapsort, (PlayableBinding__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Playables_PlayableBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E34E0, void, ArraySortHelper_1_UnityEngine_Playables_PlayableBinding__InsertionSort, (PlayableBinding__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Playables_PlayableBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFC5D0, int32_t, ArraySortHelper_1_UnityEngine_Playables_PlayableBinding__InternalBinarySearch, (PlayableBinding__Array * array, int32_t index, int32_t length, PlayableBinding value, IComparer_1_UnityEngine_Playables_PlayableBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Playables_PlayableBinding__IntroSort, (PlayableBinding__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Playables_PlayableBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Playables_PlayableBinding__IntrospectiveSort, (PlayableBinding__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Playables_PlayableBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFCB70, int32_t, ArraySortHelper_1_UnityEngine_Playables_PlayableBinding__PickPivotAndPartition, (PlayableBinding__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Playables_PlayableBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017E6330, void, ArraySortHelper_1_UnityEngine_Playables_PlayableBinding__Sort, (PlayableBinding__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Playables_PlayableBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74840, ArraySortHelper_1_UnityEngine_Playables_PlayableBinding__Sort__MethodInfo); DO_APP_FUNC(0x017E5F40, void, ArraySortHelper_1_UnityEngine_Playables_PlayableBinding__Sort_1, (ArraySortHelper_1_UnityEngine_Playables_PlayableBinding_ * __this, PlayableBinding__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Playables_PlayableBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74900, ArraySortHelper_1_UnityEngine_Playables_PlayableBinding__Sort_1__MethodInfo); DO_APP_FUNC(0x010E3030, void, ArraySortHelper_1_UnityEngine_Playables_PlayableBinding__Swap, (PlayableBinding__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010E2DB0, void, ArraySortHelper_1_UnityEngine_Playables_PlayableBinding__SwapIfGreater, (PlayableBinding__Array * keys, Comparison_1_UnityEngine_Playables_PlayableBinding_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Playables_PlayableBinding_ *, ArraySortHelper_1_UnityEngine_Playables_PlayableBinding__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Photon_Bolt_Priority___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Photon_Bolt_Priority___ctor, (ArraySortHelper_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017E6720, int32_t, ArraySortHelper_1_Photon_Bolt_Priority__BinarySearch, (ArraySortHelper_1_Photon_Bolt_Priority_ * __this, Priority__Array * array, int32_t index, int32_t length, Priority value, IComparer_1_Photon_Bolt_Priority_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74858, ArraySortHelper_1_Photon_Bolt_Priority__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF6F20, void, ArraySortHelper_1_Photon_Bolt_Priority__DownHeap, (Priority__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Photon_Bolt_Priority_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Photon_Bolt_Priority__Heapsort, (Priority__Array * keys, int32_t lo, int32_t hi, Comparison_1_Photon_Bolt_Priority_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF7200, void, ArraySortHelper_1_Photon_Bolt_Priority__InsertionSort, (Priority__Array * keys, int32_t lo, int32_t hi, Comparison_1_Photon_Bolt_Priority_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF6690, int32_t, ArraySortHelper_1_Photon_Bolt_Priority__InternalBinarySearch, (Priority__Array * array, int32_t index, int32_t length, Priority value, IComparer_1_Photon_Bolt_Priority_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Photon_Bolt_Priority__IntroSort, (Priority__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Photon_Bolt_Priority_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Photon_Bolt_Priority__IntrospectiveSort, (Priority__Array * keys, int32_t left, int32_t length, Comparison_1_Photon_Bolt_Priority_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF6A40, int32_t, ArraySortHelper_1_Photon_Bolt_Priority__PickPivotAndPartition, (Priority__Array * keys, int32_t lo, int32_t hi, Comparison_1_Photon_Bolt_Priority_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017E68A0, void, ArraySortHelper_1_Photon_Bolt_Priority__Sort, (Priority__Array * keys, int32_t index, int32_t length, Comparison_1_Photon_Bolt_Priority_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74860, ArraySortHelper_1_Photon_Bolt_Priority__Sort__MethodInfo); DO_APP_FUNC(0x017E64B0, void, ArraySortHelper_1_Photon_Bolt_Priority__Sort_1, (ArraySortHelper_1_Photon_Bolt_Priority_ * __this, Priority__Array * keys, int32_t index, int32_t length, IComparer_1_Photon_Bolt_Priority_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74850, ArraySortHelper_1_Photon_Bolt_Priority__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF69C0, void, ArraySortHelper_1_Photon_Bolt_Priority__Swap, (Priority__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF6840, void, ArraySortHelper_1_Photon_Bolt_Priority__SwapIfGreater, (Priority__Array * keys, Comparison_1_Photon_Bolt_Priority_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Photon_Bolt_Priority_ *, ArraySortHelper_1_Photon_Bolt_Priority__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Quaternion___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Quaternion___ctor, (ArraySortHelper_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017E6C90, int32_t, ArraySortHelper_1_UnityEngine_Quaternion__BinarySearch, (ArraySortHelper_1_UnityEngine_Quaternion_ * __this, Quaternion__Array * array, int32_t index, int32_t length, Quaternion value, IComparer_1_UnityEngine_Quaternion_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74818, ArraySortHelper_1_UnityEngine_Quaternion__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF8140, void, ArraySortHelper_1_UnityEngine_Quaternion__DownHeap, (Quaternion__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Quaternion_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Quaternion__Heapsort, (Quaternion__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Quaternion_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF83B0, void, ArraySortHelper_1_UnityEngine_Quaternion__InsertionSort, (Quaternion__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Quaternion_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF7950, int32_t, ArraySortHelper_1_UnityEngine_Quaternion__InternalBinarySearch, (Quaternion__Array * array, int32_t index, int32_t length, Quaternion value, IComparer_1_UnityEngine_Quaternion_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Quaternion__IntroSort, (Quaternion__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Quaternion_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Quaternion__IntrospectiveSort, (Quaternion__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Quaternion_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF7CB0, int32_t, ArraySortHelper_1_UnityEngine_Quaternion__PickPivotAndPartition, (Quaternion__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Quaternion_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017E6E10, void, ArraySortHelper_1_UnityEngine_Quaternion__Sort, (Quaternion__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Quaternion_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74828, ArraySortHelper_1_UnityEngine_Quaternion__Sort__MethodInfo); DO_APP_FUNC(0x017E6A20, void, ArraySortHelper_1_UnityEngine_Quaternion__Sort_1, (ArraySortHelper_1_UnityEngine_Quaternion_ * __this, Quaternion__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Quaternion_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74810, ArraySortHelper_1_UnityEngine_Quaternion__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF7C40, void, ArraySortHelper_1_UnityEngine_Quaternion__Swap, (Quaternion__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF7AF0, void, ArraySortHelper_1_UnityEngine_Quaternion__SwapIfGreater, (Quaternion__Array * keys, Comparison_1_UnityEngine_Quaternion_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Quaternion_ *, ArraySortHelper_1_UnityEngine_Quaternion__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_Xml_Schema_RangePositionInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_Xml_Schema_RangePositionInfo___ctor, (ArraySortHelper_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017E7200, int32_t, ArraySortHelper_1_System_Xml_Schema_RangePositionInfo__BinarySearch, (ArraySortHelper_1_System_Xml_Schema_RangePositionInfo_ * __this, RangePositionInfo__Array * array, int32_t index, int32_t length, RangePositionInfo value, IComparer_1_System_Xml_Schema_RangePositionInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74890, ArraySortHelper_1_System_Xml_Schema_RangePositionInfo__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_System_Xml_Schema_RangePositionInfo__DownHeap, (RangePositionInfo__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_System_Xml_Schema_RangePositionInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_Xml_Schema_RangePositionInfo__Heapsort, (RangePositionInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Xml_Schema_RangePositionInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_System_Xml_Schema_RangePositionInfo__InsertionSort, (RangePositionInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Xml_Schema_RangePositionInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_System_Xml_Schema_RangePositionInfo__InternalBinarySearch, (RangePositionInfo__Array * array, int32_t index, int32_t length, RangePositionInfo value, IComparer_1_System_Xml_Schema_RangePositionInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_Xml_Schema_RangePositionInfo__IntroSort, (RangePositionInfo__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_System_Xml_Schema_RangePositionInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_Xml_Schema_RangePositionInfo__IntrospectiveSort, (RangePositionInfo__Array * keys, int32_t left, int32_t length, Comparison_1_System_Xml_Schema_RangePositionInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_System_Xml_Schema_RangePositionInfo__PickPivotAndPartition, (RangePositionInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Xml_Schema_RangePositionInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017E7380, void, ArraySortHelper_1_System_Xml_Schema_RangePositionInfo__Sort, (RangePositionInfo__Array * keys, int32_t index, int32_t length, Comparison_1_System_Xml_Schema_RangePositionInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74898, ArraySortHelper_1_System_Xml_Schema_RangePositionInfo__Sort__MethodInfo); DO_APP_FUNC(0x017E6F90, void, ArraySortHelper_1_System_Xml_Schema_RangePositionInfo__Sort_1, (ArraySortHelper_1_System_Xml_Schema_RangePositionInfo_ * __this, RangePositionInfo__Array * keys, int32_t index, int32_t length, IComparer_1_System_Xml_Schema_RangePositionInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74830, ArraySortHelper_1_System_Xml_Schema_RangePositionInfo__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_System_Xml_Schema_RangePositionInfo__Swap, (RangePositionInfo__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_System_Xml_Schema_RangePositionInfo__SwapIfGreater, (RangePositionInfo__Array * keys, Comparison_1_System_Xml_Schema_RangePositionInfo_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_Xml_Schema_RangePositionInfo_ *, ArraySortHelper_1_System_Xml_Schema_RangePositionInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_RaycastHit___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_RaycastHit___ctor, (ArraySortHelper_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017E7770, int32_t, ArraySortHelper_1_UnityEngine_RaycastHit__BinarySearch, (ArraySortHelper_1_UnityEngine_RaycastHit_ * __this, RaycastHit__Array * array, int32_t index, int32_t length, RaycastHit value, IComparer_1_UnityEngine_RaycastHit_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C748A8, ArraySortHelper_1_UnityEngine_RaycastHit__BinarySearch__MethodInfo); DO_APP_FUNC(0x01785660, void, ArraySortHelper_1_UnityEngine_RaycastHit__DownHeap, (RaycastHit__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_RaycastHit_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_RaycastHit__Heapsort, (RaycastHit__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_RaycastHit_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01785A40, void, ArraySortHelper_1_UnityEngine_RaycastHit__InsertionSort, (RaycastHit__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_RaycastHit_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017E7A90, int32_t, ArraySortHelper_1_UnityEngine_RaycastHit__InternalBinarySearch, (RaycastHit__Array * array, int32_t index, int32_t length, RaycastHit value, IComparer_1_UnityEngine_RaycastHit_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_RaycastHit__IntroSort, (RaycastHit__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_RaycastHit_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_RaycastHit__IntrospectiveSort, (RaycastHit__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_RaycastHit_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017850C0, int32_t, ArraySortHelper_1_UnityEngine_RaycastHit__PickPivotAndPartition, (RaycastHit__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_RaycastHit_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017E7910, void, ArraySortHelper_1_UnityEngine_RaycastHit__Sort, (RaycastHit__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_RaycastHit_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74868, ArraySortHelper_1_UnityEngine_RaycastHit__Sort__MethodInfo); DO_APP_FUNC(0x017E7500, void, ArraySortHelper_1_UnityEngine_RaycastHit__Sort_1, (ArraySortHelper_1_UnityEngine_RaycastHit_ * __this, RaycastHit__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_RaycastHit_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C748A0, ArraySortHelper_1_UnityEngine_RaycastHit__Sort_1__MethodInfo); DO_APP_FUNC(0x01785000, void, ArraySortHelper_1_UnityEngine_RaycastHit__Swap, (RaycastHit__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01784DE0, void, ArraySortHelper_1_UnityEngine_RaycastHit__SwapIfGreater, (RaycastHit__Array * keys, Comparison_1_UnityEngine_RaycastHit_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_RaycastHit_ *, ArraySortHelper_1_UnityEngine_RaycastHit__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_RaycastHit2D___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_RaycastHit2D___ctor, (ArraySortHelper_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017E7EA0, int32_t, ArraySortHelper_1_UnityEngine_RaycastHit2D__BinarySearch, (ArraySortHelper_1_UnityEngine_RaycastHit2D_ * __this, RaycastHit2D__Array * array, int32_t index, int32_t length, RaycastHit2D value, IComparer_1_UnityEngine_RaycastHit2D_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74878, ArraySortHelper_1_UnityEngine_RaycastHit2D__BinarySearch__MethodInfo); DO_APP_FUNC(0x010E22C0, void, ArraySortHelper_1_UnityEngine_RaycastHit2D__DownHeap, (RaycastHit2D__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_RaycastHit2D_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_RaycastHit2D__Heapsort, (RaycastHit2D__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_RaycastHit2D_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E2610, void, ArraySortHelper_1_UnityEngine_RaycastHit2D__InsertionSort, (RaycastHit2D__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_RaycastHit2D_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E1940, int32_t, ArraySortHelper_1_UnityEngine_RaycastHit2D__InternalBinarySearch, (RaycastHit2D__Array * array, int32_t index, int32_t length, RaycastHit2D value, IComparer_1_UnityEngine_RaycastHit2D_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_RaycastHit2D__IntroSort, (RaycastHit2D__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_RaycastHit2D_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_RaycastHit2D__IntrospectiveSort, (RaycastHit2D__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_RaycastHit2D_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E1D70, int32_t, ArraySortHelper_1_UnityEngine_RaycastHit2D__PickPivotAndPartition, (RaycastHit2D__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_RaycastHit2D_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017E8030, void, ArraySortHelper_1_UnityEngine_RaycastHit2D__Sort, (RaycastHit2D__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_RaycastHit2D_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74888, ArraySortHelper_1_UnityEngine_RaycastHit2D__Sort__MethodInfo); DO_APP_FUNC(0x017E7C30, void, ArraySortHelper_1_UnityEngine_RaycastHit2D__Sort_1, (ArraySortHelper_1_UnityEngine_RaycastHit2D_ * __this, RaycastHit2D__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_RaycastHit2D_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74870, ArraySortHelper_1_UnityEngine_RaycastHit2D__Sort_1__MethodInfo); DO_APP_FUNC(0x010E1CE0, void, ArraySortHelper_1_UnityEngine_RaycastHit2D__Swap, (RaycastHit2D__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010E1B10, void, ArraySortHelper_1_UnityEngine_RaycastHit2D__SwapIfGreater, (RaycastHit2D__Array * keys, Comparison_1_UnityEngine_RaycastHit2D_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_RaycastHit2D_ *, ArraySortHelper_1_UnityEngine_RaycastHit2D__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_EventSystems_RaycastResult___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_EventSystems_RaycastResult___ctor, (ArraySortHelper_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017E8420, int32_t, ArraySortHelper_1_UnityEngine_EventSystems_RaycastResult__BinarySearch, (ArraySortHelper_1_UnityEngine_EventSystems_RaycastResult_ * __this, RaycastResult__Array * array, int32_t index, int32_t length, RaycastResult value, IComparer_1_UnityEngine_EventSystems_RaycastResult_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C747B8, ArraySortHelper_1_UnityEngine_EventSystems_RaycastResult__BinarySearch__MethodInfo); DO_APP_FUNC(0x01589AF0, void, ArraySortHelper_1_UnityEngine_EventSystems_RaycastResult__DownHeap, (RaycastResult__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_EventSystems_RaycastResult_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_EventSystems_RaycastResult__Heapsort, (RaycastResult__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_EventSystems_RaycastResult_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01589EE0, void, ArraySortHelper_1_UnityEngine_EventSystems_RaycastResult__InsertionSort, (RaycastResult__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_EventSystems_RaycastResult_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011EDDE0, int32_t, ArraySortHelper_1_UnityEngine_EventSystems_RaycastResult__InternalBinarySearch, (RaycastResult__Array * array, int32_t index, int32_t length, RaycastResult value, IComparer_1_UnityEngine_EventSystems_RaycastResult_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_EventSystems_RaycastResult__IntroSort, (RaycastResult__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_EventSystems_RaycastResult_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_EventSystems_RaycastResult__IntrospectiveSort, (RaycastResult__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_EventSystems_RaycastResult_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011EE3D0, int32_t, ArraySortHelper_1_UnityEngine_EventSystems_RaycastResult__PickPivotAndPartition, (RaycastResult__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_EventSystems_RaycastResult_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017E85D0, void, ArraySortHelper_1_UnityEngine_EventSystems_RaycastResult__Sort, (RaycastResult__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_EventSystems_RaycastResult_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C747C0, ArraySortHelper_1_UnityEngine_EventSystems_RaycastResult__Sort__MethodInfo); DO_APP_FUNC(0x017E81B0, void, ArraySortHelper_1_UnityEngine_EventSystems_RaycastResult__Sort_1, (ArraySortHelper_1_UnityEngine_EventSystems_RaycastResult_ * __this, RaycastResult__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_EventSystems_RaycastResult_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C747B0, ArraySortHelper_1_UnityEngine_EventSystems_RaycastResult__Sort_1__MethodInfo); DO_APP_FUNC(0x015899C0, void, ArraySortHelper_1_UnityEngine_EventSystems_RaycastResult__Swap, (RaycastResult__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01589730, void, ArraySortHelper_1_UnityEngine_EventSystems_RaycastResult__SwapIfGreater, (RaycastResult__Array * keys, Comparison_1_UnityEngine_EventSystems_RaycastResult_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_EventSystems_RaycastResult_ *, ArraySortHelper_1_UnityEngine_EventSystems_RaycastResult__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Rect___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Rect___ctor, (ArraySortHelper_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017E89C0, int32_t, ArraySortHelper_1_UnityEngine_Rect__BinarySearch, (ArraySortHelper_1_UnityEngine_Rect_ * __this, Rect__Array * array, int32_t index, int32_t length, Rect value, IComparer_1_UnityEngine_Rect_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74790, ArraySortHelper_1_UnityEngine_Rect__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF8140, void, ArraySortHelper_1_UnityEngine_Rect__DownHeap, (Rect__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Rect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Rect__Heapsort, (Rect__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Rect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF83B0, void, ArraySortHelper_1_UnityEngine_Rect__InsertionSort, (Rect__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Rect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF7950, int32_t, ArraySortHelper_1_UnityEngine_Rect__InternalBinarySearch, (Rect__Array * array, int32_t index, int32_t length, Rect value, IComparer_1_UnityEngine_Rect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Rect__IntroSort, (Rect__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Rect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Rect__IntrospectiveSort, (Rect__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Rect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF7CB0, int32_t, ArraySortHelper_1_UnityEngine_Rect__PickPivotAndPartition, (Rect__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Rect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017E8B40, void, ArraySortHelper_1_UnityEngine_Rect__Sort, (Rect__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Rect_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74798, ArraySortHelper_1_UnityEngine_Rect__Sort__MethodInfo); DO_APP_FUNC(0x017E8750, void, ArraySortHelper_1_UnityEngine_Rect__Sort_1, (ArraySortHelper_1_UnityEngine_Rect_ * __this, Rect__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Rect_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C747C8, ArraySortHelper_1_UnityEngine_Rect__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF7C40, void, ArraySortHelper_1_UnityEngine_Rect__Swap, (Rect__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF7AF0, void, ArraySortHelper_1_UnityEngine_Rect__SwapIfGreater, (Rect__Array * keys, Comparison_1_UnityEngine_Rect_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Rect_ *, ArraySortHelper_1_UnityEngine_Rect__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Rendering_ReflectionProbeBlendInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Rendering_ReflectionProbeBlendInfo___ctor, (ArraySortHelper_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017E8F30, int32_t, ArraySortHelper_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__BinarySearch, (ArraySortHelper_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, ReflectionProbeBlendInfo__Array * array, int32_t index, int32_t length, ReflectionProbeBlendInfo value, IComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C747A8, ArraySortHelper_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__DownHeap, (ReflectionProbeBlendInfo__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Heapsort, (ReflectionProbeBlendInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__InsertionSort, (ReflectionProbeBlendInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__InternalBinarySearch, (ReflectionProbeBlendInfo__Array * array, int32_t index, int32_t length, ReflectionProbeBlendInfo value, IComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__IntroSort, (ReflectionProbeBlendInfo__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__IntrospectiveSort, (ReflectionProbeBlendInfo__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__PickPivotAndPartition, (ReflectionProbeBlendInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017E90B0, void, ArraySortHelper_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Sort, (ReflectionProbeBlendInfo__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C747F0, ArraySortHelper_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Sort__MethodInfo); DO_APP_FUNC(0x017E8CC0, void, ArraySortHelper_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Sort_1, (ArraySortHelper_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, ReflectionProbeBlendInfo__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C747A0, ArraySortHelper_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Swap, (ReflectionProbeBlendInfo__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__SwapIfGreater, (ReflectionProbeBlendInfo__Array * keys, Comparison_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ *, ArraySortHelper_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Dissonance_RemoteChannel___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Dissonance_RemoteChannel___ctor, (ArraySortHelper_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017E94A0, int32_t, ArraySortHelper_1_Dissonance_RemoteChannel__BinarySearch, (ArraySortHelper_1_Dissonance_RemoteChannel_ * __this, RemoteChannel__Array * array, int32_t index, int32_t length, RemoteChannel value, IComparer_1_Dissonance_RemoteChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74800, ArraySortHelper_1_Dissonance_RemoteChannel__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FFA350, void, ArraySortHelper_1_Dissonance_RemoteChannel__DownHeap, (RemoteChannel__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Dissonance_RemoteChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Dissonance_RemoteChannel__Heapsort, (RemoteChannel__Array * keys, int32_t lo, int32_t hi, Comparison_1_Dissonance_RemoteChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFA6B0, void, ArraySortHelper_1_Dissonance_RemoteChannel__InsertionSort, (RemoteChannel__Array * keys, int32_t lo, int32_t hi, Comparison_1_Dissonance_RemoteChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_Dissonance_RemoteChannel__InternalBinarySearch, (RemoteChannel__Array * array, int32_t index, int32_t length, RemoteChannel value, IComparer_1_Dissonance_RemoteChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Dissonance_RemoteChannel__IntroSort, (RemoteChannel__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Dissonance_RemoteChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Dissonance_RemoteChannel__IntrospectiveSort, (RemoteChannel__Array * keys, int32_t left, int32_t length, Comparison_1_Dissonance_RemoteChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_Dissonance_RemoteChannel__PickPivotAndPartition, (RemoteChannel__Array * keys, int32_t lo, int32_t hi, Comparison_1_Dissonance_RemoteChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017E9620, void, ArraySortHelper_1_Dissonance_RemoteChannel__Sort, (RemoteChannel__Array * keys, int32_t index, int32_t length, Comparison_1_Dissonance_RemoteChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74808, ArraySortHelper_1_Dissonance_RemoteChannel__Sort__MethodInfo); DO_APP_FUNC(0x017E9230, void, ArraySortHelper_1_Dissonance_RemoteChannel__Sort_1, (ArraySortHelper_1_Dissonance_RemoteChannel_ * __this, RemoteChannel__Array * keys, int32_t index, int32_t length, IComparer_1_Dissonance_RemoteChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C747F8, ArraySortHelper_1_Dissonance_RemoteChannel__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF9CE0, void, ArraySortHelper_1_Dissonance_RemoteChannel__Swap, (RemoteChannel__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF9A80, void, ArraySortHelper_1_Dissonance_RemoteChannel__SwapIfGreater, (RemoteChannel__Array * keys, Comparison_1_Dissonance_RemoteChannel_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Dissonance_RemoteChannel_ *, ArraySortHelper_1_Dissonance_RemoteChannel__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChainTextEntry___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChainTextEntry___ctor, (ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017E9A10, int32_t, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, RenderChainTextEntry__Array * array, int32_t index, int32_t length, RenderChainTextEntry value, IComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C747D8, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__DownHeap, (RenderChainTextEntry__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Heapsort, (RenderChainTextEntry__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__InsertionSort, (RenderChainTextEntry__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__InternalBinarySearch, (RenderChainTextEntry__Array * array, int32_t index, int32_t length, RenderChainTextEntry value, IComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__IntroSort, (RenderChainTextEntry__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__IntrospectiveSort, (RenderChainTextEntry__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__PickPivotAndPartition, (RenderChainTextEntry__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017E9B90, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Sort, (RenderChainTextEntry__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C747E0, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Sort__MethodInfo); DO_APP_FUNC(0x017E97A0, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, RenderChainTextEntry__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C747D0, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Swap, (RenderChainTextEntry__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__SwapIfGreater, (RenderChainTextEntry__Array * keys, Comparison_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ *, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Rendering_RenderTargetIdentifier___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Rendering_RenderTargetIdentifier___ctor, (ArraySortHelper_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017E9F80, int32_t, ArraySortHelper_1_UnityEngine_Rendering_RenderTargetIdentifier__BinarySearch, (ArraySortHelper_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier__Array * array, int32_t index, int32_t length, RenderTargetIdentifier value, IComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74720, ArraySortHelper_1_UnityEngine_Rendering_RenderTargetIdentifier__BinarySearch__MethodInfo); DO_APP_FUNC(0x010055C0, void, ArraySortHelper_1_UnityEngine_Rendering_RenderTargetIdentifier__DownHeap, (RenderTargetIdentifier__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Rendering_RenderTargetIdentifier_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Rendering_RenderTargetIdentifier__Heapsort, (RenderTargetIdentifier__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Rendering_RenderTargetIdentifier_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01005930, void, ArraySortHelper_1_UnityEngine_Rendering_RenderTargetIdentifier__InsertionSort, (RenderTargetIdentifier__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Rendering_RenderTargetIdentifier_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF33A0, int32_t, ArraySortHelper_1_UnityEngine_Rendering_RenderTargetIdentifier__InternalBinarySearch, (RenderTargetIdentifier__Array * array, int32_t index, int32_t length, RenderTargetIdentifier value, IComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Rendering_RenderTargetIdentifier__IntroSort, (RenderTargetIdentifier__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Rendering_RenderTargetIdentifier_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Rendering_RenderTargetIdentifier__IntrospectiveSort, (RenderTargetIdentifier__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Rendering_RenderTargetIdentifier_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3F00, int32_t, ArraySortHelper_1_UnityEngine_Rendering_RenderTargetIdentifier__PickPivotAndPartition, (RenderTargetIdentifier__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Rendering_RenderTargetIdentifier_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017EA110, void, ArraySortHelper_1_UnityEngine_Rendering_RenderTargetIdentifier__Sort, (RenderTargetIdentifier__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Rendering_RenderTargetIdentifier_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74728, ArraySortHelper_1_UnityEngine_Rendering_RenderTargetIdentifier__Sort__MethodInfo); DO_APP_FUNC(0x017E9D10, void, ArraySortHelper_1_UnityEngine_Rendering_RenderTargetIdentifier__Sort_1, (ArraySortHelper_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C747E8, ArraySortHelper_1_UnityEngine_Rendering_RenderTargetIdentifier__Sort_1__MethodInfo); DO_APP_FUNC(0x01005520, void, ArraySortHelper_1_UnityEngine_Rendering_RenderTargetIdentifier__Swap, (RenderTargetIdentifier__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01005340, void, ArraySortHelper_1_UnityEngine_Rendering_RenderTargetIdentifier__SwapIfGreater, (RenderTargetIdentifier__Array * keys, Comparison_1_UnityEngine_Rendering_RenderTargetIdentifier_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Rendering_RenderTargetIdentifier_ *, ArraySortHelper_1_UnityEngine_Rendering_RenderTargetIdentifier__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Rendering_RendererUtils_RendererList___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Rendering_RendererUtils_RendererList___ctor, (ArraySortHelper_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017EA500, int32_t, ArraySortHelper_1_UnityEngine_Rendering_RendererUtils_RendererList__BinarySearch, (ArraySortHelper_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, RendererList__Array * array, int32_t index, int32_t length, RendererList value, IComparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74740, ArraySortHelper_1_UnityEngine_Rendering_RendererUtils_RendererList__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF90E0, void, ArraySortHelper_1_UnityEngine_Rendering_RendererUtils_RendererList__DownHeap, (RendererList__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Rendering_RendererUtils_RendererList_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Rendering_RendererUtils_RendererList__Heapsort, (RendererList__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Rendering_RendererUtils_RendererList_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF83B0, void, ArraySortHelper_1_UnityEngine_Rendering_RendererUtils_RendererList__InsertionSort, (RendererList__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Rendering_RendererUtils_RendererList_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_Rendering_RendererUtils_RendererList__InternalBinarySearch, (RendererList__Array * array, int32_t index, int32_t length, RendererList value, IComparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Rendering_RendererUtils_RendererList__IntroSort, (RendererList__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Rendering_RendererUtils_RendererList_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Rendering_RendererUtils_RendererList__IntrospectiveSort, (RendererList__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Rendering_RendererUtils_RendererList_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_Rendering_RendererUtils_RendererList__PickPivotAndPartition, (RendererList__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Rendering_RendererUtils_RendererList_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017EA680, void, ArraySortHelper_1_UnityEngine_Rendering_RendererUtils_RendererList__Sort, (RendererList__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Rendering_RendererUtils_RendererList_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74700, ArraySortHelper_1_UnityEngine_Rendering_RendererUtils_RendererList__Sort__MethodInfo); DO_APP_FUNC(0x017EA290, void, ArraySortHelper_1_UnityEngine_Rendering_RendererUtils_RendererList__Sort_1, (ArraySortHelper_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, RendererList__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74738, ArraySortHelper_1_UnityEngine_Rendering_RendererUtils_RendererList__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF7C40, void, ArraySortHelper_1_UnityEngine_Rendering_RendererUtils_RendererList__Swap, (RendererList__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF7AF0, void, ArraySortHelper_1_UnityEngine_Rendering_RendererUtils_RendererList__SwapIfGreater, (RendererList__Array * keys, Comparison_1_UnityEngine_Rendering_RendererUtils_RendererList_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Rendering_RendererUtils_RendererList_ *, ArraySortHelper_1_UnityEngine_Rendering_RendererUtils_RendererList__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle___ctor, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017EAA70, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__BinarySearch, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, RendererListHandle__Array * array, int32_t index, int32_t length, RendererListHandle value, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74710, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__BinarySearch__MethodInfo); DO_APP_FUNC(0x01006D50, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__DownHeap, (RendererListHandle__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Heapsort, (RendererListHandle__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006F60, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__InsertionSort, (RendererListHandle__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006630, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__InternalBinarySearch, (RendererListHandle__Array * array, int32_t index, int32_t length, RendererListHandle value, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__IntroSort, (RendererListHandle__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__IntrospectiveSort, (RendererListHandle__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006900, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__PickPivotAndPartition, (RendererListHandle__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017EABE0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Sort, (RendererListHandle__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74718, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Sort__MethodInfo); DO_APP_FUNC(0x017EA800, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Sort_1, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, RendererListHandle__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74708, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Sort_1__MethodInfo); DO_APP_FUNC(0x010068B0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Swap, (RendererListHandle__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010067A0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__SwapIfGreater, (RendererListHandle__Array * keys, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ *, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Resolution___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Resolution___ctor, (ArraySortHelper_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017EAFD0, int32_t, ArraySortHelper_1_UnityEngine_Resolution__BinarySearch, (ArraySortHelper_1_UnityEngine_Resolution_ * __this, Resolution__Array * array, int32_t index, int32_t length, Resolution value, IComparer_1_UnityEngine_Resolution_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74778, ArraySortHelper_1_UnityEngine_Resolution__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF6F20, void, ArraySortHelper_1_UnityEngine_Resolution__DownHeap, (Resolution__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Resolution_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Resolution__Heapsort, (Resolution__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Resolution_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF7200, void, ArraySortHelper_1_UnityEngine_Resolution__InsertionSort, (Resolution__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Resolution_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF6690, int32_t, ArraySortHelper_1_UnityEngine_Resolution__InternalBinarySearch, (Resolution__Array * array, int32_t index, int32_t length, Resolution value, IComparer_1_UnityEngine_Resolution_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Resolution__IntroSort, (Resolution__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Resolution_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Resolution__IntrospectiveSort, (Resolution__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Resolution_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF6A40, int32_t, ArraySortHelper_1_UnityEngine_Resolution__PickPivotAndPartition, (Resolution__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Resolution_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017EB150, void, ArraySortHelper_1_UnityEngine_Resolution__Sort, (Resolution__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Resolution_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74780, ArraySortHelper_1_UnityEngine_Resolution__Sort__MethodInfo); DO_APP_FUNC(0x017EAD60, void, ArraySortHelper_1_UnityEngine_Resolution__Sort_1, (ArraySortHelper_1_UnityEngine_Resolution_ * __this, Resolution__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Resolution_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74770, ArraySortHelper_1_UnityEngine_Resolution__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF69C0, void, ArraySortHelper_1_UnityEngine_Resolution__Swap, (Resolution__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF6840, void, ArraySortHelper_1_UnityEngine_Resolution__SwapIfGreater, (Resolution__Array * keys, Comparison_1_UnityEngine_Resolution_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Resolution_ *, ArraySortHelper_1_UnityEngine_Resolution__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle___ctor, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017EB540, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__BinarySearch, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, ResourceHandle__Array * array, int32_t index, int32_t length, ResourceHandle value, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74748, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__BinarySearch__MethodInfo); DO_APP_FUNC(0x01006D50, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__DownHeap, (ResourceHandle__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Heapsort, (ResourceHandle__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006F60, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__InsertionSort, (ResourceHandle__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006630, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__InternalBinarySearch, (ResourceHandle__Array * array, int32_t index, int32_t length, ResourceHandle value, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__IntroSort, (ResourceHandle__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__IntrospectiveSort, (ResourceHandle__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006900, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__PickPivotAndPartition, (ResourceHandle__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017EB6B0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Sort, (ResourceHandle__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74758, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Sort__MethodInfo); DO_APP_FUNC(0x017EB2D0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Sort_1, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, ResourceHandle__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74788, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Sort_1__MethodInfo); DO_APP_FUNC(0x010068B0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Swap, (ResourceHandle__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010067A0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__SwapIfGreater, (ResourceHandle__Array * keys, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ *, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Dissonance_RoomMembership___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Dissonance_RoomMembership___ctor, (ArraySortHelper_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017EBAA0, int32_t, ArraySortHelper_1_Dissonance_RoomMembership__BinarySearch, (ArraySortHelper_1_Dissonance_RoomMembership_ * __this, RoomMembership__Array * array, int32_t index, int32_t length, RoomMembership value, IComparer_1_Dissonance_RoomMembership_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74768, ArraySortHelper_1_Dissonance_RoomMembership__BinarySearch__MethodInfo); DO_APP_FUNC(0x01002960, void, ArraySortHelper_1_Dissonance_RoomMembership__DownHeap, (RoomMembership__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Dissonance_RoomMembership_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Dissonance_RoomMembership__Heapsort, (RoomMembership__Array * keys, int32_t lo, int32_t hi, Comparison_1_Dissonance_RoomMembership_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01002CC0, void, ArraySortHelper_1_Dissonance_RoomMembership__InsertionSort, (RoomMembership__Array * keys, int32_t lo, int32_t hi, Comparison_1_Dissonance_RoomMembership_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_Dissonance_RoomMembership__InternalBinarySearch, (RoomMembership__Array * array, int32_t index, int32_t length, RoomMembership value, IComparer_1_Dissonance_RoomMembership_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Dissonance_RoomMembership__IntroSort, (RoomMembership__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Dissonance_RoomMembership_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Dissonance_RoomMembership__IntrospectiveSort, (RoomMembership__Array * keys, int32_t left, int32_t length, Comparison_1_Dissonance_RoomMembership_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_Dissonance_RoomMembership__PickPivotAndPartition, (RoomMembership__Array * keys, int32_t lo, int32_t hi, Comparison_1_Dissonance_RoomMembership_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017EBC20, void, ArraySortHelper_1_Dissonance_RoomMembership__Sort, (RoomMembership__Array * keys, int32_t index, int32_t length, Comparison_1_Dissonance_RoomMembership_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C746D0, ArraySortHelper_1_Dissonance_RoomMembership__Sort__MethodInfo); DO_APP_FUNC(0x017EB830, void, ArraySortHelper_1_Dissonance_RoomMembership__Sort_1, (ArraySortHelper_1_Dissonance_RoomMembership_ * __this, RoomMembership__Array * keys, int32_t index, int32_t length, IComparer_1_Dissonance_RoomMembership_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74760, ArraySortHelper_1_Dissonance_RoomMembership__Sort_1__MethodInfo); DO_APP_FUNC(0x01002800, void, ArraySortHelper_1_Dissonance_RoomMembership__Swap, (RoomMembership__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010025A0, void, ArraySortHelper_1_Dissonance_RoomMembership__SwapIfGreater, (RoomMembership__Array * keys, Comparison_1_Dissonance_RoomMembership_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Dissonance_RoomMembership_ *, ArraySortHelper_1_Dissonance_RoomMembership__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_RuleMatcher___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_RuleMatcher___ctor, (ArraySortHelper_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017EC010, int32_t, ArraySortHelper_1_UnityEngine_UIElements_RuleMatcher__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_RuleMatcher_ * __this, RuleMatcher__Array * array, int32_t index, int32_t length, RuleMatcher value, IComparer_1_UnityEngine_UIElements_RuleMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C746E8, ArraySortHelper_1_UnityEngine_UIElements_RuleMatcher__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_UnityEngine_UIElements_RuleMatcher__DownHeap, (RuleMatcher__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_RuleMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_RuleMatcher__Heapsort, (RuleMatcher__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_RuleMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_UnityEngine_UIElements_RuleMatcher__InsertionSort, (RuleMatcher__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_RuleMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_RuleMatcher__InternalBinarySearch, (RuleMatcher__Array * array, int32_t index, int32_t length, RuleMatcher value, IComparer_1_UnityEngine_UIElements_RuleMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_RuleMatcher__IntroSort, (RuleMatcher__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_RuleMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_RuleMatcher__IntrospectiveSort, (RuleMatcher__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_RuleMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_UIElements_RuleMatcher__PickPivotAndPartition, (RuleMatcher__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_RuleMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017EC190, void, ArraySortHelper_1_UnityEngine_UIElements_RuleMatcher__Sort, (RuleMatcher__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_RuleMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C746F8, ArraySortHelper_1_UnityEngine_UIElements_RuleMatcher__Sort__MethodInfo); DO_APP_FUNC(0x017EBDA0, void, ArraySortHelper_1_UnityEngine_UIElements_RuleMatcher__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_RuleMatcher_ * __this, RuleMatcher__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_RuleMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C746D8, ArraySortHelper_1_UnityEngine_UIElements_RuleMatcher__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_UnityEngine_UIElements_RuleMatcher__Swap, (RuleMatcher__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_UnityEngine_UIElements_RuleMatcher__SwapIfGreater, (RuleMatcher__Array * keys, Comparison_1_UnityEngine_UIElements_RuleMatcher_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_RuleMatcher_ *, ArraySortHelper_1_UnityEngine_UIElements_RuleMatcher__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_SByte___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_SByte___ctor, (ArraySortHelper_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0182F110, int32_t, ArraySortHelper_1_System_SByte__BinarySearch, (ArraySortHelper_1_System_SByte_ * __this, SByte__Array * array, int32_t index, int32_t length, int8_t value, IComparer_1_System_SByte_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBF18, ArraySortHelper_1_System_SByte__BinarySearch__MethodInfo); DO_APP_FUNC(0x016AAC80, void, ArraySortHelper_1_System_SByte__DownHeap, (SByte__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_SByte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_SByte__Heapsort, (SByte__Array * keys, int32_t lo, int32_t hi, Comparison_1_SByte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016AAE80, void, ArraySortHelper_1_System_SByte__InsertionSort, (SByte__Array * keys, int32_t lo, int32_t hi, Comparison_1_SByte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016AB540, int32_t, ArraySortHelper_1_System_SByte__InternalBinarySearch, (SByte__Array * array, int32_t index, int32_t length, int8_t value, IComparer_1_System_SByte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_SByte__IntroSort, (SByte__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_SByte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_SByte__IntrospectiveSort, (SByte__Array * keys, int32_t left, int32_t length, Comparison_1_SByte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016AA830, int32_t, ArraySortHelper_1_System_SByte__PickPivotAndPartition, (SByte__Array * keys, int32_t lo, int32_t hi, Comparison_1_SByte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0182F280, void, ArraySortHelper_1_System_SByte__Sort, (SByte__Array * keys, int32_t index, int32_t length, Comparison_1_SByte_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBF10, ArraySortHelper_1_System_SByte__Sort__MethodInfo); DO_APP_FUNC(0x0182EEA0, void, ArraySortHelper_1_System_SByte__Sort_1, (ArraySortHelper_1_System_SByte_ * __this, SByte__Array * keys, int32_t index, int32_t length, IComparer_1_System_SByte_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBEF8, ArraySortHelper_1_System_SByte__Sort_1__MethodInfo); DO_APP_FUNC(0x016AA7D0, void, ArraySortHelper_1_System_SByte__Swap, (SByte__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x016AA6C0, void, ArraySortHelper_1_System_SByte__SwapIfGreater, (SByte__Array * keys, Comparison_1_SByte_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_SByte_ *, ArraySortHelper_1_System_SByte__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord___ctor, (ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0182F670, int32_t, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, SelectorMatchRecord__Array * array, int32_t index, int32_t length, SelectorMatchRecord value, IComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBF00, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__BinarySearch__MethodInfo); DO_APP_FUNC(0x01002960, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__DownHeap, (SelectorMatchRecord__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Heapsort, (SelectorMatchRecord__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01002CC0, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__InsertionSort, (SelectorMatchRecord__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__InternalBinarySearch, (SelectorMatchRecord__Array * array, int32_t index, int32_t length, SelectorMatchRecord value, IComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__IntroSort, (SelectorMatchRecord__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__IntrospectiveSort, (SelectorMatchRecord__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__PickPivotAndPartition, (SelectorMatchRecord__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0182F7F0, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Sort, (SelectorMatchRecord__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBE90, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Sort__MethodInfo); DO_APP_FUNC(0x0182F400, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, SelectorMatchRecord__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBF08, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Sort_1__MethodInfo); DO_APP_FUNC(0x01002800, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Swap, (SelectorMatchRecord__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010025A0, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__SwapIfGreater, (SelectorMatchRecord__Array * keys, Comparison_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ *, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_Single___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_Single___ctor, (ArraySortHelper_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0182FBE0, int32_t, ArraySortHelper_1_System_Single__BinarySearch, (ArraySortHelper_1_System_Single_ * __this, Single__Array * array, int32_t index, int32_t length, float value, IComparer_1_System_Single_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBE80, ArraySortHelper_1_System_Single__BinarySearch__MethodInfo); DO_APP_FUNC(0x01830570, void, ArraySortHelper_1_System_Single__DownHeap, (Single__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Single_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_Single__Heapsort, (Single__Array * keys, int32_t lo, int32_t hi, Comparison_1_Single_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01830790, void, ArraySortHelper_1_System_Single__InsertionSort, (Single__Array * keys, int32_t lo, int32_t hi, Comparison_1_Single_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0182FED0, int32_t, ArraySortHelper_1_System_Single__InternalBinarySearch, (Single__Array * array, int32_t index, int32_t length, float value, IComparer_1_System_Single_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_Single__IntroSort, (Single__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Single_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_Single__IntrospectiveSort, (Single__Array * keys, int32_t left, int32_t length, Comparison_1_Single_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01830110, int32_t, ArraySortHelper_1_System_Single__PickPivotAndPartition, (Single__Array * keys, int32_t lo, int32_t hi, Comparison_1_Single_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0182FD50, void, ArraySortHelper_1_System_Single__Sort, (Single__Array * keys, int32_t index, int32_t length, Comparison_1_Single_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBE78, ArraySortHelper_1_System_Single__Sort__MethodInfo); DO_APP_FUNC(0x0182F970, void, ArraySortHelper_1_System_Single__Sort_1, (ArraySortHelper_1_System_Single_ * __this, Single__Array * keys, int32_t index, int32_t length, IComparer_1_System_Single_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBE88, ArraySortHelper_1_System_Single__Sort_1__MethodInfo); DO_APP_FUNC(0x010E6860, void, ArraySortHelper_1_System_Single__Swap, (Single__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x0182FFF0, void, ArraySortHelper_1_System_Single__SwapIfGreater, (Single__Array * keys, Comparison_1_Single_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_Single_ *, ArraySortHelper_1_System_Single__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Discord_Sku___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Discord_Sku___ctor, (ArraySortHelper_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01830B60, int32_t, ArraySortHelper_1_Discord_Sku__BinarySearch, (ArraySortHelper_1_Discord_Sku_ * __this, Sku__Array * array, int32_t index, int32_t length, Sku value, IComparer_1_Discord_Sku_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBEA8, ArraySortHelper_1_Discord_Sku__BinarySearch__MethodInfo); DO_APP_FUNC(0x016A7300, void, ArraySortHelper_1_Discord_Sku__DownHeap, (Sku__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Discord_Sku_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Discord_Sku__Heapsort, (Sku__Array * keys, int32_t lo, int32_t hi, Comparison_1_Discord_Sku_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016A76F0, void, ArraySortHelper_1_Discord_Sku__InsertionSort, (Sku__Array * keys, int32_t lo, int32_t hi, Comparison_1_Discord_Sku_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF33A0, int32_t, ArraySortHelper_1_Discord_Sku__InternalBinarySearch, (Sku__Array * array, int32_t index, int32_t length, Sku value, IComparer_1_Discord_Sku_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Discord_Sku__IntroSort, (Sku__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Discord_Sku_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Discord_Sku__IntrospectiveSort, (Sku__Array * keys, int32_t left, int32_t length, Comparison_1_Discord_Sku_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3F00, int32_t, ArraySortHelper_1_Discord_Sku__PickPivotAndPartition, (Sku__Array * keys, int32_t lo, int32_t hi, Comparison_1_Discord_Sku_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01830CF0, void, ArraySortHelper_1_Discord_Sku__Sort, (Sku__Array * keys, int32_t index, int32_t length, Comparison_1_Discord_Sku_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBEA0, ArraySortHelper_1_Discord_Sku__Sort__MethodInfo); DO_APP_FUNC(0x018308F0, void, ArraySortHelper_1_Discord_Sku__Sort_1, (ArraySortHelper_1_Discord_Sku_ * __this, Sku__Array * keys, int32_t index, int32_t length, IComparer_1_Discord_Sku_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBEB0, ArraySortHelper_1_Discord_Sku__Sort_1__MethodInfo); DO_APP_FUNC(0x016A7180, void, ArraySortHelper_1_Discord_Sku__Swap, (Sku__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x016A6F60, void, ArraySortHelper_1_Discord_Sku__SwapIfGreater, (Sku__Array * keys, Comparison_1_Discord_Sku_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Discord_Sku_ *, ArraySortHelper_1_Discord_Sku__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_Net_Security_SslApplicationProtocol___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_Net_Security_SslApplicationProtocol___ctor, (ArraySortHelper_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018310E0, int32_t, ArraySortHelper_1_System_Net_Security_SslApplicationProtocol__BinarySearch, (ArraySortHelper_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol__Array * array, int32_t index, int32_t length, SslApplicationProtocol value, IComparer_1_System_Net_Security_SslApplicationProtocol_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBED0, ArraySortHelper_1_System_Net_Security_SslApplicationProtocol__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_System_Net_Security_SslApplicationProtocol__DownHeap, (SslApplicationProtocol__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_System_Net_Security_SslApplicationProtocol_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_Net_Security_SslApplicationProtocol__Heapsort, (SslApplicationProtocol__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Net_Security_SslApplicationProtocol_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_System_Net_Security_SslApplicationProtocol__InsertionSort, (SslApplicationProtocol__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Net_Security_SslApplicationProtocol_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_System_Net_Security_SslApplicationProtocol__InternalBinarySearch, (SslApplicationProtocol__Array * array, int32_t index, int32_t length, SslApplicationProtocol value, IComparer_1_System_Net_Security_SslApplicationProtocol_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_Net_Security_SslApplicationProtocol__IntroSort, (SslApplicationProtocol__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_System_Net_Security_SslApplicationProtocol_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_Net_Security_SslApplicationProtocol__IntrospectiveSort, (SslApplicationProtocol__Array * keys, int32_t left, int32_t length, Comparison_1_System_Net_Security_SslApplicationProtocol_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_System_Net_Security_SslApplicationProtocol__PickPivotAndPartition, (SslApplicationProtocol__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Net_Security_SslApplicationProtocol_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01831260, void, ArraySortHelper_1_System_Net_Security_SslApplicationProtocol__Sort, (SslApplicationProtocol__Array * keys, int32_t index, int32_t length, Comparison_1_System_Net_Security_SslApplicationProtocol_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBEC8, ArraySortHelper_1_System_Net_Security_SslApplicationProtocol__Sort__MethodInfo); DO_APP_FUNC(0x01830E70, void, ArraySortHelper_1_System_Net_Security_SslApplicationProtocol__Sort_1, (ArraySortHelper_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol__Array * keys, int32_t index, int32_t length, IComparer_1_System_Net_Security_SslApplicationProtocol_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBE98, ArraySortHelper_1_System_Net_Security_SslApplicationProtocol__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_System_Net_Security_SslApplicationProtocol__Swap, (SslApplicationProtocol__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_System_Net_Security_SslApplicationProtocol__SwapIfGreater, (SslApplicationProtocol__Array * keys, Comparison_1_System_Net_Security_SslApplicationProtocol_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_Net_Security_SslApplicationProtocol_ *, ArraySortHelper_1_System_Net_Security_SslApplicationProtocol__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Steamworks_SteamItemDef_t___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Steamworks_SteamItemDef_t___ctor, (ArraySortHelper_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01831650, int32_t, ArraySortHelper_1_Steamworks_SteamItemDef_t__BinarySearch, (ArraySortHelper_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t__Array * array, int32_t index, int32_t length, SteamItemDef_t value, IComparer_1_Steamworks_SteamItemDef_t_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBEB8, ArraySortHelper_1_Steamworks_SteamItemDef_t__BinarySearch__MethodInfo); DO_APP_FUNC(0x010F5F00, void, ArraySortHelper_1_Steamworks_SteamItemDef_t__DownHeap, (SteamItemDef_t__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Steamworks_SteamItemDef_t_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Steamworks_SteamItemDef_t__Heapsort, (SteamItemDef_t__Array * keys, int32_t lo, int32_t hi, Comparison_1_Steamworks_SteamItemDef_t_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F6110, void, ArraySortHelper_1_Steamworks_SteamItemDef_t__InsertionSort, (SteamItemDef_t__Array * keys, int32_t lo, int32_t hi, Comparison_1_Steamworks_SteamItemDef_t_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F57E0, int32_t, ArraySortHelper_1_Steamworks_SteamItemDef_t__InternalBinarySearch, (SteamItemDef_t__Array * array, int32_t index, int32_t length, SteamItemDef_t value, IComparer_1_Steamworks_SteamItemDef_t_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Steamworks_SteamItemDef_t__IntroSort, (SteamItemDef_t__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Steamworks_SteamItemDef_t_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Steamworks_SteamItemDef_t__IntrospectiveSort, (SteamItemDef_t__Array * keys, int32_t left, int32_t length, Comparison_1_Steamworks_SteamItemDef_t_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F5AB0, int32_t, ArraySortHelper_1_Steamworks_SteamItemDef_t__PickPivotAndPartition, (SteamItemDef_t__Array * keys, int32_t lo, int32_t hi, Comparison_1_Steamworks_SteamItemDef_t_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x018317C0, void, ArraySortHelper_1_Steamworks_SteamItemDef_t__Sort, (SteamItemDef_t__Array * keys, int32_t index, int32_t length, Comparison_1_Steamworks_SteamItemDef_t_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBEF0, ArraySortHelper_1_Steamworks_SteamItemDef_t__Sort__MethodInfo); DO_APP_FUNC(0x018313E0, void, ArraySortHelper_1_Steamworks_SteamItemDef_t__Sort_1, (ArraySortHelper_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t__Array * keys, int32_t index, int32_t length, IComparer_1_Steamworks_SteamItemDef_t_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBEC0, ArraySortHelper_1_Steamworks_SteamItemDef_t__Sort_1__MethodInfo); DO_APP_FUNC(0x010F5A60, void, ArraySortHelper_1_Steamworks_SteamItemDef_t__Swap, (SteamItemDef_t__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010F5950, void, ArraySortHelper_1_Steamworks_SteamItemDef_t__SwapIfGreater, (SteamItemDef_t__Array * keys, Comparison_1_Steamworks_SteamItemDef_t_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Steamworks_SteamItemDef_t_ *, ArraySortHelper_1_Steamworks_SteamItemDef_t__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Steamworks_SteamItemDetails_t___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Steamworks_SteamItemDetails_t___ctor, (ArraySortHelper_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01831BB0, int32_t, ArraySortHelper_1_Steamworks_SteamItemDetails_t__BinarySearch, (ArraySortHelper_1_Steamworks_SteamItemDetails_t_ * __this, SteamItemDetails_t__Array * array, int32_t index, int32_t length, SteamItemDetails_t value, IComparer_1_Steamworks_SteamItemDetails_t_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBEE0, ArraySortHelper_1_Steamworks_SteamItemDetails_t__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF90E0, void, ArraySortHelper_1_Steamworks_SteamItemDetails_t__DownHeap, (SteamItemDetails_t__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Steamworks_SteamItemDetails_t_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Steamworks_SteamItemDetails_t__Heapsort, (SteamItemDetails_t__Array * keys, int32_t lo, int32_t hi, Comparison_1_Steamworks_SteamItemDetails_t_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF83B0, void, ArraySortHelper_1_Steamworks_SteamItemDetails_t__InsertionSort, (SteamItemDetails_t__Array * keys, int32_t lo, int32_t hi, Comparison_1_Steamworks_SteamItemDetails_t_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_Steamworks_SteamItemDetails_t__InternalBinarySearch, (SteamItemDetails_t__Array * array, int32_t index, int32_t length, SteamItemDetails_t value, IComparer_1_Steamworks_SteamItemDetails_t_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Steamworks_SteamItemDetails_t__IntroSort, (SteamItemDetails_t__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Steamworks_SteamItemDetails_t_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Steamworks_SteamItemDetails_t__IntrospectiveSort, (SteamItemDetails_t__Array * keys, int32_t left, int32_t length, Comparison_1_Steamworks_SteamItemDetails_t_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_Steamworks_SteamItemDetails_t__PickPivotAndPartition, (SteamItemDetails_t__Array * keys, int32_t lo, int32_t hi, Comparison_1_Steamworks_SteamItemDetails_t_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01831D30, void, ArraySortHelper_1_Steamworks_SteamItemDetails_t__Sort, (SteamItemDetails_t__Array * keys, int32_t index, int32_t length, Comparison_1_Steamworks_SteamItemDetails_t_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBED8, ArraySortHelper_1_Steamworks_SteamItemDetails_t__Sort__MethodInfo); DO_APP_FUNC(0x01831940, void, ArraySortHelper_1_Steamworks_SteamItemDetails_t__Sort_1, (ArraySortHelper_1_Steamworks_SteamItemDetails_t_ * __this, SteamItemDetails_t__Array * keys, int32_t index, int32_t length, IComparer_1_Steamworks_SteamItemDetails_t_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBEE8, ArraySortHelper_1_Steamworks_SteamItemDetails_t__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF7C40, void, ArraySortHelper_1_Steamworks_SteamItemDetails_t__Swap, (SteamItemDetails_t__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF7AF0, void, ArraySortHelper_1_Steamworks_SteamItemDetails_t__SwapIfGreater, (SteamItemDetails_t__Array * keys, Comparison_1_Steamworks_SteamItemDetails_t_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Steamworks_SteamItemDetails_t_ *, ArraySortHelper_1_Steamworks_SteamItemDetails_t__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_StylePropertyName___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_StylePropertyName___ctor, (ArraySortHelper_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01832120, int32_t, ArraySortHelper_1_UnityEngine_UIElements_StylePropertyName__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName__Array * array, int32_t index, int32_t length, StylePropertyName value, IComparer_1_UnityEngine_UIElements_StylePropertyName_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBE08, ArraySortHelper_1_UnityEngine_UIElements_StylePropertyName__BinarySearch__MethodInfo); DO_APP_FUNC(0x01001BB0, void, ArraySortHelper_1_UnityEngine_UIElements_StylePropertyName__DownHeap, (StylePropertyName__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_StylePropertyName_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_StylePropertyName__Heapsort, (StylePropertyName__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_StylePropertyName_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01001E80, void, ArraySortHelper_1_UnityEngine_UIElements_StylePropertyName__InsertionSort, (StylePropertyName__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_StylePropertyName_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_StylePropertyName__InternalBinarySearch, (StylePropertyName__Array * array, int32_t index, int32_t length, StylePropertyName value, IComparer_1_UnityEngine_UIElements_StylePropertyName_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_StylePropertyName__IntroSort, (StylePropertyName__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_StylePropertyName_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_StylePropertyName__IntrospectiveSort, (StylePropertyName__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_StylePropertyName_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_UIElements_StylePropertyName__PickPivotAndPartition, (StylePropertyName__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_StylePropertyName_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x018322A0, void, ArraySortHelper_1_UnityEngine_UIElements_StylePropertyName__Sort, (StylePropertyName__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_StylePropertyName_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBE00, ArraySortHelper_1_UnityEngine_UIElements_StylePropertyName__Sort__MethodInfo); DO_APP_FUNC(0x01831EB0, void, ArraySortHelper_1_UnityEngine_UIElements_StylePropertyName__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_StylePropertyName_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBE10, ArraySortHelper_1_UnityEngine_UIElements_StylePropertyName__Sort_1__MethodInfo); DO_APP_FUNC(0x01001A70, void, ArraySortHelper_1_UnityEngine_UIElements_StylePropertyName__Swap, (StylePropertyName__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01001850, void, ArraySortHelper_1_UnityEngine_UIElements_StylePropertyName__SwapIfGreater, (StylePropertyName__Array * keys, Comparison_1_UnityEngine_UIElements_StylePropertyName_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_StylePropertyName_ *, ArraySortHelper_1_UnityEngine_UIElements_StylePropertyName__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor, (ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01832690, int32_t, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue__Array * array, int32_t index, int32_t length, StylePropertyValue value, IComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBE30, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__DownHeap, (StylePropertyValue__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Heapsort, (StylePropertyValue__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__InsertionSort, (StylePropertyValue__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__InternalBinarySearch, (StylePropertyValue__Array * array, int32_t index, int32_t length, StylePropertyValue value, IComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__IntroSort, (StylePropertyValue__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__IntrospectiveSort, (StylePropertyValue__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__PickPivotAndPartition, (StylePropertyValue__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01832810, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Sort, (StylePropertyValue__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBE28, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Sort__MethodInfo); DO_APP_FUNC(0x01832420, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBDF8, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Swap, (StylePropertyValue__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__SwapIfGreater, (StylePropertyValue__Array * keys, Comparison_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ *, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSelectorPart___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSelectorPart___ctor, (ArraySortHelper_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01832C00, int32_t, ArraySortHelper_1_UnityEngine_UIElements_StyleSelectorPart__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, StyleSelectorPart__Array * array, int32_t index, int32_t length, StyleSelectorPart value, IComparer_1_UnityEngine_UIElements_StyleSelectorPart_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBE18, ArraySortHelper_1_UnityEngine_UIElements_StyleSelectorPart__BinarySearch__MethodInfo); DO_APP_FUNC(0x01002960, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSelectorPart__DownHeap, (StyleSelectorPart__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_StyleSelectorPart_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSelectorPart__Heapsort, (StyleSelectorPart__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_StyleSelectorPart_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01002CC0, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSelectorPart__InsertionSort, (StyleSelectorPart__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_StyleSelectorPart_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_StyleSelectorPart__InternalBinarySearch, (StyleSelectorPart__Array * array, int32_t index, int32_t length, StyleSelectorPart value, IComparer_1_UnityEngine_UIElements_StyleSelectorPart_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSelectorPart__IntroSort, (StyleSelectorPart__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_StyleSelectorPart_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSelectorPart__IntrospectiveSort, (StyleSelectorPart__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_StyleSelectorPart_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_UnityEngine_UIElements_StyleSelectorPart__PickPivotAndPartition, (StyleSelectorPart__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_StyleSelectorPart_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01832D80, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSelectorPart__Sort, (StyleSelectorPart__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_StyleSelectorPart_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBE50, ArraySortHelper_1_UnityEngine_UIElements_StyleSelectorPart__Sort__MethodInfo); DO_APP_FUNC(0x01832990, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSelectorPart__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, StyleSelectorPart__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_StyleSelectorPart_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBE20, ArraySortHelper_1_UnityEngine_UIElements_StyleSelectorPart__Sort_1__MethodInfo); DO_APP_FUNC(0x01002800, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSelectorPart__Swap, (StyleSelectorPart__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010025A0, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSelectorPart__SwapIfGreater, (StyleSelectorPart__Array * keys, Comparison_1_UnityEngine_UIElements_StyleSelectorPart_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_StyleSelectorPart_ *, ArraySortHelper_1_UnityEngine_UIElements_StyleSelectorPart__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken___ctor, (ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01833170, int32_t, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, StyleSyntaxToken__Array * array, int32_t index, int32_t length, StyleSyntaxToken value, IComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBE40, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__BinarySearch__MethodInfo); DO_APP_FUNC(0x01007A30, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__DownHeap, (StyleSyntaxToken__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Heapsort, (StyleSyntaxToken__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01007D90, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__InsertionSort, (StyleSyntaxToken__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__InternalBinarySearch, (StyleSyntaxToken__Array * array, int32_t index, int32_t length, StyleSyntaxToken value, IComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__IntroSort, (StyleSyntaxToken__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__IntrospectiveSort, (StyleSyntaxToken__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__PickPivotAndPartition, (StyleSyntaxToken__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x018332F0, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Sort, (StyleSyntaxToken__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBE38, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Sort__MethodInfo); DO_APP_FUNC(0x01832F00, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, StyleSyntaxToken__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBE48, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Sort_1__MethodInfo); DO_APP_FUNC(0x010078C0, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Swap, (StyleSyntaxToken__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01007640, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__SwapIfGreater, (StyleSyntaxToken__Array * keys, Comparison_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ *, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValue___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValue___ctor, (ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018336E0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValue__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, StyleValue__Array * array, int32_t index, int32_t length, StyleValue value, IComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBE68, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValue__BinarySearch__MethodInfo); DO_APP_FUNC(0x010E3E40, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValue__DownHeap, (StyleValue__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValue__Heapsort, (StyleValue__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E4120, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValue__InsertionSort, (StyleValue__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValue__InternalBinarySearch, (StyleValue__Array * array, int32_t index, int32_t length, StyleValue value, IComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValue__IntroSort, (StyleValue__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValue__IntrospectiveSort, (StyleValue__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValue__PickPivotAndPartition, (StyleValue__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01833860, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValue__Sort, (StyleValue__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBE60, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValue__Sort__MethodInfo); DO_APP_FUNC(0x01833470, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValue__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, StyleValue__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBE70, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValue__Sort_1__MethodInfo); DO_APP_FUNC(0x010E3DC0, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValue__Swap, (StyleValue__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010E3C30, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValue__SwapIfGreater, (StyleValue__Array * keys, Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValue_ *, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValue__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged___ctor, (ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01833C50, int32_t, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, StyleValueManaged__Array * array, int32_t index, int32_t length, StyleValueManaged value, IComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBD58, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__BinarySearch__MethodInfo); DO_APP_FUNC(0x01001BB0, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__DownHeap, (StyleValueManaged__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Heapsort, (StyleValueManaged__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01001E80, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__InsertionSort, (StyleValueManaged__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__InternalBinarySearch, (StyleValueManaged__Array * array, int32_t index, int32_t length, StyleValueManaged value, IComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__IntroSort, (StyleValueManaged__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__IntrospectiveSort, (StyleValueManaged__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__PickPivotAndPartition, (StyleValueManaged__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01833DD0, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Sort, (StyleValueManaged__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBD40, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Sort__MethodInfo); DO_APP_FUNC(0x018339E0, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, StyleValueManaged__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBE58, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Sort_1__MethodInfo); DO_APP_FUNC(0x01001A70, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Swap, (StyleValueManaged__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01001850, void, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__SwapIfGreater, (StyleValueManaged__Array * keys, Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ *, ArraySortHelper_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_StyleVariable___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_StyleVariable___ctor, (ArraySortHelper_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018341C0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_StyleVariable__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_StyleVariable_ * __this, StyleVariable__Array * array, int32_t index, int32_t length, StyleVariable value, IComparer_1_UnityEngine_UIElements_StyleVariable_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBD30, ArraySortHelper_1_UnityEngine_UIElements_StyleVariable__BinarySearch__MethodInfo); DO_APP_FUNC(0x01002960, void, ArraySortHelper_1_UnityEngine_UIElements_StyleVariable__DownHeap, (StyleVariable__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_StyleVariable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_StyleVariable__Heapsort, (StyleVariable__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_StyleVariable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01002CC0, void, ArraySortHelper_1_UnityEngine_UIElements_StyleVariable__InsertionSort, (StyleVariable__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_StyleVariable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_StyleVariable__InternalBinarySearch, (StyleVariable__Array * array, int32_t index, int32_t length, StyleVariable value, IComparer_1_UnityEngine_UIElements_StyleVariable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_StyleVariable__IntroSort, (StyleVariable__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_StyleVariable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_StyleVariable__IntrospectiveSort, (StyleVariable__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_StyleVariable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_UnityEngine_UIElements_StyleVariable__PickPivotAndPartition, (StyleVariable__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_StyleVariable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01834340, void, ArraySortHelper_1_UnityEngine_UIElements_StyleVariable__Sort, (StyleVariable__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_StyleVariable_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBD90, ArraySortHelper_1_UnityEngine_UIElements_StyleVariable__Sort__MethodInfo); DO_APP_FUNC(0x01833F50, void, ArraySortHelper_1_UnityEngine_UIElements_StyleVariable__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_StyleVariable_ * __this, StyleVariable__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_StyleVariable_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBD38, ArraySortHelper_1_UnityEngine_UIElements_StyleVariable__Sort_1__MethodInfo); DO_APP_FUNC(0x01002800, void, ArraySortHelper_1_UnityEngine_UIElements_StyleVariable__Swap, (StyleVariable__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010025A0, void, ArraySortHelper_1_UnityEngine_UIElements_StyleVariable__SwapIfGreater, (StyleVariable__Array * keys, Comparison_1_UnityEngine_UIElements_StyleVariable_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_StyleVariable_ *, ArraySortHelper_1_UnityEngine_UIElements_StyleVariable__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Rendering_SubMeshDescriptor___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Rendering_SubMeshDescriptor___ctor, (ArraySortHelper_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01834730, int32_t, ArraySortHelper_1_UnityEngine_Rendering_SubMeshDescriptor__BinarySearch, (ArraySortHelper_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, SubMeshDescriptor__Array * array, int32_t index, int32_t length, SubMeshDescriptor value, IComparer_1_UnityEngine_Rendering_SubMeshDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBD80, ArraySortHelper_1_UnityEngine_Rendering_SubMeshDescriptor__BinarySearch__MethodInfo); DO_APP_FUNC(0x01834CD0, void, ArraySortHelper_1_UnityEngine_Rendering_SubMeshDescriptor__DownHeap, (SubMeshDescriptor__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Rendering_SubMeshDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Rendering_SubMeshDescriptor__Heapsort, (SubMeshDescriptor__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Rendering_SubMeshDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01835060, void, ArraySortHelper_1_UnityEngine_Rendering_SubMeshDescriptor__InsertionSort, (SubMeshDescriptor__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Rendering_SubMeshDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01781F70, int32_t, ArraySortHelper_1_UnityEngine_Rendering_SubMeshDescriptor__InternalBinarySearch, (SubMeshDescriptor__Array * array, int32_t index, int32_t length, SubMeshDescriptor value, IComparer_1_UnityEngine_Rendering_SubMeshDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Rendering_SubMeshDescriptor__IntroSort, (SubMeshDescriptor__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Rendering_SubMeshDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Rendering_SubMeshDescriptor__IntrospectiveSort, (SubMeshDescriptor__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Rendering_SubMeshDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01782500, int32_t, ArraySortHelper_1_UnityEngine_Rendering_SubMeshDescriptor__PickPivotAndPartition, (SubMeshDescriptor__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Rendering_SubMeshDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x018348C0, void, ArraySortHelper_1_UnityEngine_Rendering_SubMeshDescriptor__Sort, (SubMeshDescriptor__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Rendering_SubMeshDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBD70, ArraySortHelper_1_UnityEngine_Rendering_SubMeshDescriptor__Sort__MethodInfo); DO_APP_FUNC(0x018344C0, void, ArraySortHelper_1_UnityEngine_Rendering_SubMeshDescriptor__Sort_1, (ArraySortHelper_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, SubMeshDescriptor__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Rendering_SubMeshDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBD88, ArraySortHelper_1_UnityEngine_Rendering_SubMeshDescriptor__Sort_1__MethodInfo); DO_APP_FUNC(0x01834C30, void, ArraySortHelper_1_UnityEngine_Rendering_SubMeshDescriptor__Swap, (SubMeshDescriptor__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01834A40, void, ArraySortHelper_1_UnityEngine_Rendering_SubMeshDescriptor__SwapIfGreater, (SubMeshDescriptor__Array * keys, Comparison_1_UnityEngine_Rendering_SubMeshDescriptor_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Rendering_SubMeshDescriptor_ *, ArraySortHelper_1_UnityEngine_Rendering_SubMeshDescriptor__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_Substring___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_Substring___ctor, (ArraySortHelper_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01835510, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_Substring__BinarySearch, (ArraySortHelper_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring__Array * array, int32_t index, int32_t length, Substring value, IComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBDB0, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_Substring__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_Substring__DownHeap, (Substring__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_InputSystem_Utilities_Substring_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_Substring__Heapsort, (Substring__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_Utilities_Substring_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_Substring__InsertionSort, (Substring__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_Utilities_Substring_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_Substring__InternalBinarySearch, (Substring__Array * array, int32_t index, int32_t length, Substring value, IComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_Substring__IntroSort, (Substring__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_InputSystem_Utilities_Substring_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_Substring__IntrospectiveSort, (Substring__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_InputSystem_Utilities_Substring_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_Substring__PickPivotAndPartition, (Substring__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_Utilities_Substring_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01835690, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_Substring__Sort, (Substring__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_InputSystem_Utilities_Substring_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBDA8, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_Substring__Sort__MethodInfo); DO_APP_FUNC(0x018352A0, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_Substring__Sort_1, (ArraySortHelper_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBDC0, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_Substring__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_Substring__Swap, (Substring__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_Substring__SwapIfGreater, (Substring__Array * keys, Comparison_1_UnityEngine_InputSystem_Utilities_Substring_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_Substring_ *, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_Substring__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_TimeSpan___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_TimeSpan___ctor, (ArraySortHelper_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01835A80, int32_t, ArraySortHelper_1_System_TimeSpan__BinarySearch, (ArraySortHelper_1_System_TimeSpan_ * __this, TimeSpan__Array * array, int32_t index, int32_t length, TimeSpan value, IComparer_1_System_TimeSpan_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBDF0, ArraySortHelper_1_System_TimeSpan__BinarySearch__MethodInfo); DO_APP_FUNC(0x01006D50, void, ArraySortHelper_1_System_TimeSpan__DownHeap, (TimeSpan__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_TimeSpan_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_TimeSpan__Heapsort, (TimeSpan__Array * keys, int32_t lo, int32_t hi, Comparison_1_TimeSpan_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006F60, void, ArraySortHelper_1_System_TimeSpan__InsertionSort, (TimeSpan__Array * keys, int32_t lo, int32_t hi, Comparison_1_TimeSpan_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006630, int32_t, ArraySortHelper_1_System_TimeSpan__InternalBinarySearch, (TimeSpan__Array * array, int32_t index, int32_t length, TimeSpan value, IComparer_1_System_TimeSpan_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_TimeSpan__IntroSort, (TimeSpan__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_TimeSpan_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_TimeSpan__IntrospectiveSort, (TimeSpan__Array * keys, int32_t left, int32_t length, Comparison_1_TimeSpan_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006900, int32_t, ArraySortHelper_1_System_TimeSpan__PickPivotAndPartition, (TimeSpan__Array * keys, int32_t lo, int32_t hi, Comparison_1_TimeSpan_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01835BF0, void, ArraySortHelper_1_System_TimeSpan__Sort, (TimeSpan__Array * keys, int32_t index, int32_t length, Comparison_1_TimeSpan_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBDE0, ArraySortHelper_1_System_TimeSpan__Sort__MethodInfo); DO_APP_FUNC(0x01835810, void, ArraySortHelper_1_System_TimeSpan__Sort_1, (ArraySortHelper_1_System_TimeSpan_ * __this, TimeSpan__Array * keys, int32_t index, int32_t length, IComparer_1_System_TimeSpan_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBDA0, ArraySortHelper_1_System_TimeSpan__Sort_1__MethodInfo); DO_APP_FUNC(0x010068B0, void, ArraySortHelper_1_System_TimeSpan__Swap, (TimeSpan__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010067A0, void, ArraySortHelper_1_System_TimeSpan__SwapIfGreater, (TimeSpan__Array * keys, Comparison_1_TimeSpan_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_TimeSpan_ *, ArraySortHelper_1_System_TimeSpan__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_TimeValue___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_TimeValue___ctor, (ArraySortHelper_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01835FE0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_TimeValue__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue__Array * array, int32_t index, int32_t length, TimeValue value, IComparer_1_UnityEngine_UIElements_TimeValue_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBDD0, ArraySortHelper_1_UnityEngine_UIElements_TimeValue__BinarySearch__MethodInfo); DO_APP_FUNC(0x01006D50, void, ArraySortHelper_1_UnityEngine_UIElements_TimeValue__DownHeap, (TimeValue__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_TimeValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_TimeValue__Heapsort, (TimeValue__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_TimeValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006F60, void, ArraySortHelper_1_UnityEngine_UIElements_TimeValue__InsertionSort, (TimeValue__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_TimeValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006630, int32_t, ArraySortHelper_1_UnityEngine_UIElements_TimeValue__InternalBinarySearch, (TimeValue__Array * array, int32_t index, int32_t length, TimeValue value, IComparer_1_UnityEngine_UIElements_TimeValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_TimeValue__IntroSort, (TimeValue__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_TimeValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_TimeValue__IntrospectiveSort, (TimeValue__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_TimeValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006900, int32_t, ArraySortHelper_1_UnityEngine_UIElements_TimeValue__PickPivotAndPartition, (TimeValue__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_TimeValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01836150, void, ArraySortHelper_1_UnityEngine_UIElements_TimeValue__Sort, (TimeValue__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_TimeValue_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBC80, ArraySortHelper_1_UnityEngine_UIElements_TimeValue__Sort__MethodInfo); DO_APP_FUNC(0x01835D70, void, ArraySortHelper_1_UnityEngine_UIElements_TimeValue__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_TimeValue_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBDD8, ArraySortHelper_1_UnityEngine_UIElements_TimeValue__Sort_1__MethodInfo); DO_APP_FUNC(0x010068B0, void, ArraySortHelper_1_UnityEngine_UIElements_TimeValue__Swap, (TimeValue__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010067A0, void, ArraySortHelper_1_UnityEngine_UIElements_TimeValue__SwapIfGreater, (TimeValue__Array * keys, Comparison_1_UnityEngine_UIElements_TimeValue_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_TimeValue_ *, ArraySortHelper_1_UnityEngine_UIElements_TimeValue__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_TreeViewItemWrapper___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_TreeViewItemWrapper___ctor, (ArraySortHelper_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01836540, int32_t, ArraySortHelper_1_UnityEngine_UIElements_TreeViewItemWrapper__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, TreeViewItemWrapper__Array * array, int32_t index, int32_t length, TreeViewItemWrapper value, IComparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBC70, ArraySortHelper_1_UnityEngine_UIElements_TreeViewItemWrapper__BinarySearch__MethodInfo); DO_APP_FUNC(0x01007A30, void, ArraySortHelper_1_UnityEngine_UIElements_TreeViewItemWrapper__DownHeap, (TreeViewItemWrapper__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_TreeViewItemWrapper__Heapsort, (TreeViewItemWrapper__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01007D90, void, ArraySortHelper_1_UnityEngine_UIElements_TreeViewItemWrapper__InsertionSort, (TreeViewItemWrapper__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_TreeViewItemWrapper__InternalBinarySearch, (TreeViewItemWrapper__Array * array, int32_t index, int32_t length, TreeViewItemWrapper value, IComparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_TreeViewItemWrapper__IntroSort, (TreeViewItemWrapper__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_TreeViewItemWrapper__IntrospectiveSort, (TreeViewItemWrapper__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_UnityEngine_UIElements_TreeViewItemWrapper__PickPivotAndPartition, (TreeViewItemWrapper__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x018366C0, void, ArraySortHelper_1_UnityEngine_UIElements_TreeViewItemWrapper__Sort, (TreeViewItemWrapper__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBC68, ArraySortHelper_1_UnityEngine_UIElements_TreeViewItemWrapper__Sort__MethodInfo); DO_APP_FUNC(0x018362D0, void, ArraySortHelper_1_UnityEngine_UIElements_TreeViewItemWrapper__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, TreeViewItemWrapper__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBC78, ArraySortHelper_1_UnityEngine_UIElements_TreeViewItemWrapper__Sort_1__MethodInfo); DO_APP_FUNC(0x010078C0, void, ArraySortHelper_1_UnityEngine_UIElements_TreeViewItemWrapper__Swap, (TreeViewItemWrapper__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01007640, void, ArraySortHelper_1_UnityEngine_UIElements_TreeViewItemWrapper__SwapIfGreater, (TreeViewItemWrapper__Array * keys, Comparison_1_UnityEngine_UIElements_TreeViewItemWrapper_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_TreeViewItemWrapper_ *, ArraySortHelper_1_UnityEngine_UIElements_TreeViewItemWrapper__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_TypeWrapper___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_TypeWrapper___ctor, (ArraySortHelper_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01836AB0, int32_t, ArraySortHelper_1_Rewired_Utils_Classes_Data_TypeWrapper__BinarySearch, (ArraySortHelper_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, TypeWrapper__Array * array, int32_t index, int32_t length, TypeWrapper value, IComparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBC98, ArraySortHelper_1_Rewired_Utils_Classes_Data_TypeWrapper__BinarySearch__MethodInfo); DO_APP_FUNC(0x011F2A10, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_TypeWrapper__DownHeap, (TypeWrapper__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Rewired_Utils_Classes_Data_TypeWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_TypeWrapper__Heapsort, (TypeWrapper__Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_Utils_Classes_Data_TypeWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011F2D60, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_TypeWrapper__InsertionSort, (TypeWrapper__Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_Utils_Classes_Data_TypeWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFC5D0, int32_t, ArraySortHelper_1_Rewired_Utils_Classes_Data_TypeWrapper__InternalBinarySearch, (TypeWrapper__Array * array, int32_t index, int32_t length, TypeWrapper value, IComparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_TypeWrapper__IntroSort, (TypeWrapper__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Rewired_Utils_Classes_Data_TypeWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_TypeWrapper__IntrospectiveSort, (TypeWrapper__Array * keys, int32_t left, int32_t length, Comparison_1_Rewired_Utils_Classes_Data_TypeWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFCB70, int32_t, ArraySortHelper_1_Rewired_Utils_Classes_Data_TypeWrapper__PickPivotAndPartition, (TypeWrapper__Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_Utils_Classes_Data_TypeWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01836C30, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_TypeWrapper__Sort, (TypeWrapper__Array * keys, int32_t index, int32_t length, Comparison_1_Rewired_Utils_Classes_Data_TypeWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBC90, ArraySortHelper_1_Rewired_Utils_Classes_Data_TypeWrapper__Sort__MethodInfo); DO_APP_FUNC(0x01836840, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_TypeWrapper__Sort_1, (ArraySortHelper_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, TypeWrapper__Array * keys, int32_t index, int32_t length, IComparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBCA0, ArraySortHelper_1_Rewired_Utils_Classes_Data_TypeWrapper__Sort_1__MethodInfo); DO_APP_FUNC(0x011F28B0, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_TypeWrapper__Swap, (TypeWrapper__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x011F2630, void, ArraySortHelper_1_Rewired_Utils_Classes_Data_TypeWrapper__SwapIfGreater, (TypeWrapper__Array * keys, Comparison_1_Rewired_Utils_Classes_Data_TypeWrapper_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Rewired_Utils_Classes_Data_TypeWrapper_ *, ArraySortHelper_1_Rewired_Utils_Classes_Data_TypeWrapper__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UICharInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UICharInfo___ctor, (ArraySortHelper_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01837020, int32_t, ArraySortHelper_1_UnityEngine_UICharInfo__BinarySearch, (ArraySortHelper_1_UnityEngine_UICharInfo_ * __this, UICharInfo__Array * array, int32_t index, int32_t length, UICharInfo value, IComparer_1_UnityEngine_UICharInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBCD8, ArraySortHelper_1_UnityEngine_UICharInfo__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF6F20, void, ArraySortHelper_1_UnityEngine_UICharInfo__DownHeap, (UICharInfo__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UICharInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UICharInfo__Heapsort, (UICharInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UICharInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF7200, void, ArraySortHelper_1_UnityEngine_UICharInfo__InsertionSort, (UICharInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UICharInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF6690, int32_t, ArraySortHelper_1_UnityEngine_UICharInfo__InternalBinarySearch, (UICharInfo__Array * array, int32_t index, int32_t length, UICharInfo value, IComparer_1_UnityEngine_UICharInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UICharInfo__IntroSort, (UICharInfo__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UICharInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UICharInfo__IntrospectiveSort, (UICharInfo__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UICharInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF6A40, int32_t, ArraySortHelper_1_UnityEngine_UICharInfo__PickPivotAndPartition, (UICharInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UICharInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x018371A0, void, ArraySortHelper_1_UnityEngine_UICharInfo__Sort, (UICharInfo__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UICharInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBCD0, ArraySortHelper_1_UnityEngine_UICharInfo__Sort__MethodInfo); DO_APP_FUNC(0x01836DB0, void, ArraySortHelper_1_UnityEngine_UICharInfo__Sort_1, (ArraySortHelper_1_UnityEngine_UICharInfo_ * __this, UICharInfo__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UICharInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBC88, ArraySortHelper_1_UnityEngine_UICharInfo__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF69C0, void, ArraySortHelper_1_UnityEngine_UICharInfo__Swap, (UICharInfo__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF6840, void, ArraySortHelper_1_UnityEngine_UICharInfo__SwapIfGreater, (UICharInfo__Array * keys, Comparison_1_UnityEngine_UICharInfo_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UICharInfo_ *, ArraySortHelper_1_UnityEngine_UICharInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UILineInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UILineInfo___ctor, (ArraySortHelper_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01837590, int32_t, ArraySortHelper_1_UnityEngine_UILineInfo__BinarySearch, (ArraySortHelper_1_UnityEngine_UILineInfo_ * __this, UILineInfo__Array * array, int32_t index, int32_t length, UILineInfo value, IComparer_1_UnityEngine_UILineInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBCB0, ArraySortHelper_1_UnityEngine_UILineInfo__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF90E0, void, ArraySortHelper_1_UnityEngine_UILineInfo__DownHeap, (UILineInfo__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UILineInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UILineInfo__Heapsort, (UILineInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UILineInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF83B0, void, ArraySortHelper_1_UnityEngine_UILineInfo__InsertionSort, (UILineInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UILineInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_UILineInfo__InternalBinarySearch, (UILineInfo__Array * array, int32_t index, int32_t length, UILineInfo value, IComparer_1_UnityEngine_UILineInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UILineInfo__IntroSort, (UILineInfo__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UILineInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UILineInfo__IntrospectiveSort, (UILineInfo__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UILineInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_UILineInfo__PickPivotAndPartition, (UILineInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UILineInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01837710, void, ArraySortHelper_1_UnityEngine_UILineInfo__Sort, (UILineInfo__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UILineInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBD20, ArraySortHelper_1_UnityEngine_UILineInfo__Sort__MethodInfo); DO_APP_FUNC(0x01837320, void, ArraySortHelper_1_UnityEngine_UILineInfo__Sort_1, (ArraySortHelper_1_UnityEngine_UILineInfo_ * __this, UILineInfo__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UILineInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBCC0, ArraySortHelper_1_UnityEngine_UILineInfo__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF7C40, void, ArraySortHelper_1_UnityEngine_UILineInfo__Swap, (UILineInfo__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF7AF0, void, ArraySortHelper_1_UnityEngine_UILineInfo__SwapIfGreater, (UILineInfo__Array * keys, Comparison_1_UnityEngine_UILineInfo_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UILineInfo_ *, ArraySortHelper_1_UnityEngine_UILineInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIVertex___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIVertex___ctor, (ArraySortHelper_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01837B00, int32_t, ArraySortHelper_1_UnityEngine_UIVertex__BinarySearch, (ArraySortHelper_1_UnityEngine_UIVertex_ * __this, UIVertex__Array * array, int32_t index, int32_t length, UIVertex value, IComparer_1_UnityEngine_UIVertex_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBCF8, ArraySortHelper_1_UnityEngine_UIVertex__BinarySearch__MethodInfo); DO_APP_FUNC(0x01838C90, void, ArraySortHelper_1_UnityEngine_UIVertex__DownHeap, (UIVertex__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIVertex_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIVertex__Heapsort, (UIVertex__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIVertex_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01839200, void, ArraySortHelper_1_UnityEngine_UIVertex__InsertionSort, (UIVertex__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIVertex_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01837E50, int32_t, ArraySortHelper_1_UnityEngine_UIVertex__InternalBinarySearch, (UIVertex__Array * array, int32_t index, int32_t length, UIVertex value, IComparer_1_UnityEngine_UIVertex_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIVertex__IntroSort, (UIVertex__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIVertex_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIVertex__IntrospectiveSort, (UIVertex__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIVertex_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x018385F0, int32_t, ArraySortHelper_1_UnityEngine_UIVertex__PickPivotAndPartition, (UIVertex__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIVertex_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01837CD0, void, ArraySortHelper_1_UnityEngine_UIVertex__Sort, (UIVertex__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIVertex_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBCE8, ArraySortHelper_1_UnityEngine_UIVertex__Sort__MethodInfo); DO_APP_FUNC(0x01837890, void, ArraySortHelper_1_UnityEngine_UIVertex__Sort_1, (ArraySortHelper_1_UnityEngine_UIVertex_ * __this, UIVertex__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIVertex_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBD10, ArraySortHelper_1_UnityEngine_UIVertex__Sort_1__MethodInfo); DO_APP_FUNC(0x018384A0, void, ArraySortHelper_1_UnityEngine_UIVertex__Swap, (UIVertex__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01838100, void, ArraySortHelper_1_UnityEngine_UIVertex__SwapIfGreater, (UIVertex__Array * keys, Comparison_1_UnityEngine_UIVertex_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIVertex_ *, ArraySortHelper_1_UnityEngine_UIVertex__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_UInt16___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_UInt16___ctor, (ArraySortHelper_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01839850, int32_t, ArraySortHelper_1_System_UInt16__BinarySearch, (ArraySortHelper_1_System_UInt16_ * __this, UInt16__Array * array, int32_t index, int32_t length, uint16_t value, IComparer_1_System_UInt16_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBBE0, ArraySortHelper_1_System_UInt16__BinarySearch__MethodInfo); DO_APP_FUNC(0x016AC8A0, void, ArraySortHelper_1_System_UInt16__DownHeap, (UInt16__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UInt16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_UInt16__Heapsort, (UInt16__Array * keys, int32_t lo, int32_t hi, Comparison_1_UInt16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016ACAA0, void, ArraySortHelper_1_System_UInt16__InsertionSort, (UInt16__Array * keys, int32_t lo, int32_t hi, Comparison_1_UInt16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016AC170, int32_t, ArraySortHelper_1_System_UInt16__InternalBinarySearch, (UInt16__Array * array, int32_t index, int32_t length, uint16_t value, IComparer_1_System_UInt16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_UInt16__IntroSort, (UInt16__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UInt16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_UInt16__IntrospectiveSort, (UInt16__Array * keys, int32_t left, int32_t length, Comparison_1_UInt16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016AC450, int32_t, ArraySortHelper_1_System_UInt16__PickPivotAndPartition, (UInt16__Array * keys, int32_t lo, int32_t hi, Comparison_1_UInt16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x018399C0, void, ArraySortHelper_1_System_UInt16__Sort, (UInt16__Array * keys, int32_t index, int32_t length, Comparison_1_UInt16_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBBD8, ArraySortHelper_1_System_UInt16__Sort__MethodInfo); DO_APP_FUNC(0x018395E0, void, ArraySortHelper_1_System_UInt16__Sort_1, (ArraySortHelper_1_System_UInt16_ * __this, UInt16__Array * keys, int32_t index, int32_t length, IComparer_1_System_UInt16_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBBF0, ArraySortHelper_1_System_UInt16__Sort_1__MethodInfo); DO_APP_FUNC(0x016AC3F0, void, ArraySortHelper_1_System_UInt16__Swap, (UInt16__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x016AC2E0, void, ArraySortHelper_1_System_UInt16__SwapIfGreater, (UInt16__Array * keys, Comparison_1_UInt16_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_UInt16_ *, ArraySortHelper_1_System_UInt16__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_UInt32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_UInt32___ctor, (ArraySortHelper_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01839DB0, int32_t, ArraySortHelper_1_System_UInt32__BinarySearch, (ArraySortHelper_1_System_UInt32_ * __this, UInt32__Array * array, int32_t index, int32_t length, uint32_t value, IComparer_1_System_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBC20, ArraySortHelper_1_System_UInt32__BinarySearch__MethodInfo); DO_APP_FUNC(0x0178C910, void, ArraySortHelper_1_System_UInt32__DownHeap, (UInt32__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_UInt32__Heapsort, (UInt32__Array * keys, int32_t lo, int32_t hi, Comparison_1_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0178CB10, void, ArraySortHelper_1_System_UInt32__InsertionSort, (UInt32__Array * keys, int32_t lo, int32_t hi, Comparison_1_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0178C260, int32_t, ArraySortHelper_1_System_UInt32__InternalBinarySearch, (UInt32__Array * array, int32_t index, int32_t length, uint32_t value, IComparer_1_System_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_UInt32__IntroSort, (UInt32__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_UInt32__IntrospectiveSort, (UInt32__Array * keys, int32_t left, int32_t length, Comparison_1_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0178C4D0, int32_t, ArraySortHelper_1_System_UInt32__PickPivotAndPartition, (UInt32__Array * keys, int32_t lo, int32_t hi, Comparison_1_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01839F20, void, ArraySortHelper_1_System_UInt32__Sort, (UInt32__Array * keys, int32_t index, int32_t length, Comparison_1_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBC18, ArraySortHelper_1_System_UInt32__Sort__MethodInfo); DO_APP_FUNC(0x01839B40, void, ArraySortHelper_1_System_UInt32__Sort_1, (ArraySortHelper_1_System_UInt32_ * __this, UInt32__Array * keys, int32_t index, int32_t length, IComparer_1_System_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBBD0, ArraySortHelper_1_System_UInt32__Sort_1__MethodInfo); DO_APP_FUNC(0x0178C470, void, ArraySortHelper_1_System_UInt32__Swap, (UInt32__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x0178C360, void, ArraySortHelper_1_System_UInt32__SwapIfGreater, (UInt32__Array * keys, Comparison_1_UInt32_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_UInt32_ *, ArraySortHelper_1_System_UInt32__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_UInt64___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_UInt64___ctor, (ArraySortHelper_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0183A310, int32_t, ArraySortHelper_1_System_UInt64__BinarySearch, (ArraySortHelper_1_System_UInt64_ * __this, UInt64__Array * array, int32_t index, int32_t length, uint64_t value, IComparer_1_System_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBC00, ArraySortHelper_1_System_UInt64__BinarySearch__MethodInfo); DO_APP_FUNC(0x0178DE50, void, ArraySortHelper_1_System_UInt64__DownHeap, (UInt64__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_UInt64__Heapsort, (UInt64__Array * keys, int32_t lo, int32_t hi, Comparison_1_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0178E050, void, ArraySortHelper_1_System_UInt64__InsertionSort, (UInt64__Array * keys, int32_t lo, int32_t hi, Comparison_1_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017E3E10, int32_t, ArraySortHelper_1_System_UInt64__InternalBinarySearch, (UInt64__Array * array, int32_t index, int32_t length, uint64_t value, IComparer_1_System_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_UInt64__IntroSort, (UInt64__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_UInt64__IntrospectiveSort, (UInt64__Array * keys, int32_t left, int32_t length, Comparison_1_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0178DA10, int32_t, ArraySortHelper_1_System_UInt64__PickPivotAndPartition, (UInt64__Array * keys, int32_t lo, int32_t hi, Comparison_1_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0183A480, void, ArraySortHelper_1_System_UInt64__Sort, (UInt64__Array * keys, int32_t index, int32_t length, Comparison_1_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBC40, ArraySortHelper_1_System_UInt64__Sort__MethodInfo); DO_APP_FUNC(0x0183A0A0, void, ArraySortHelper_1_System_UInt64__Sort_1, (ArraySortHelper_1_System_UInt64_ * __this, UInt64__Array * keys, int32_t index, int32_t length, IComparer_1_System_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBC10, ArraySortHelper_1_System_UInt64__Sort_1__MethodInfo); DO_APP_FUNC(0x0178D9B0, void, ArraySortHelper_1_System_UInt64__Swap, (UInt64__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x0178D8A0, void, ArraySortHelper_1_System_UInt64__SwapIfGreater, (UInt64__Array * keys, Comparison_1_UInt64_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_UInt64_ *, ArraySortHelper_1_System_UInt64__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture___ctor, (ArraySortHelper_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0183A870, int32_t, ArraySortHelper_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__BinarySearch, (ArraySortHelper_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, UVTexture__Array * array, int32_t index, int32_t length, UVTexture value, IComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBC30, ArraySortHelper_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__BinarySearch__MethodInfo); DO_APP_FUNC(0x01002960, void, ArraySortHelper_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__DownHeap, (UVTexture__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Heapsort, (UVTexture__Array * keys, int32_t lo, int32_t hi, Comparison_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01002CC0, void, ArraySortHelper_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__InsertionSort, (UVTexture__Array * keys, int32_t lo, int32_t hi, Comparison_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__InternalBinarySearch, (UVTexture__Array * array, int32_t index, int32_t length, UVTexture value, IComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__IntroSort, (UVTexture__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__IntrospectiveSort, (UVTexture__Array * keys, int32_t left, int32_t length, Comparison_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__PickPivotAndPartition, (UVTexture__Array * keys, int32_t lo, int32_t hi, Comparison_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0183A9F0, void, ArraySortHelper_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Sort, (UVTexture__Array * keys, int32_t index, int32_t length, Comparison_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBC28, ArraySortHelper_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Sort__MethodInfo); DO_APP_FUNC(0x0183A600, void, ArraySortHelper_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Sort_1, (ArraySortHelper_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, UVTexture__Array * keys, int32_t index, int32_t length, IComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBC38, ArraySortHelper_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Sort_1__MethodInfo); DO_APP_FUNC(0x01002800, void, ArraySortHelper_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Swap, (UVTexture__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010025A0, void, ArraySortHelper_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__SwapIfGreater, (UVTexture__Array * keys, Comparison_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ *, ArraySortHelper_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UdpKit_UdpEndPoint___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UdpKit_UdpEndPoint___ctor, (ArraySortHelper_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0183ADE0, int32_t, ArraySortHelper_1_UdpKit_UdpEndPoint__BinarySearch, (ArraySortHelper_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint__Array * array, int32_t index, int32_t length, UdpEndPoint value, IComparer_1_UdpKit_UdpEndPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBC58, ArraySortHelper_1_UdpKit_UdpEndPoint__BinarySearch__MethodInfo); DO_APP_FUNC(0x010EE1B0, void, ArraySortHelper_1_UdpKit_UdpEndPoint__DownHeap, (UdpEndPoint__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UdpKit_UdpEndPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UdpKit_UdpEndPoint__Heapsort, (UdpEndPoint__Array * keys, int32_t lo, int32_t hi, Comparison_1_UdpKit_UdpEndPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010EE4F0, void, ArraySortHelper_1_UdpKit_UdpEndPoint__InsertionSort, (UdpEndPoint__Array * keys, int32_t lo, int32_t hi, Comparison_1_UdpKit_UdpEndPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010ED850, int32_t, ArraySortHelper_1_UdpKit_UdpEndPoint__InternalBinarySearch, (UdpEndPoint__Array * array, int32_t index, int32_t length, UdpEndPoint value, IComparer_1_UdpKit_UdpEndPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UdpKit_UdpEndPoint__IntroSort, (UdpEndPoint__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UdpKit_UdpEndPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UdpKit_UdpEndPoint__IntrospectiveSort, (UdpEndPoint__Array * keys, int32_t left, int32_t length, Comparison_1_UdpKit_UdpEndPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010EDC80, int32_t, ArraySortHelper_1_UdpKit_UdpEndPoint__PickPivotAndPartition, (UdpEndPoint__Array * keys, int32_t lo, int32_t hi, Comparison_1_UdpKit_UdpEndPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0183AF70, void, ArraySortHelper_1_UdpKit_UdpEndPoint__Sort, (UdpEndPoint__Array * keys, int32_t index, int32_t length, Comparison_1_UdpKit_UdpEndPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBC50, ArraySortHelper_1_UdpKit_UdpEndPoint__Sort__MethodInfo); DO_APP_FUNC(0x0183AB70, void, ArraySortHelper_1_UdpKit_UdpEndPoint__Sort_1, (ArraySortHelper_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint__Array * keys, int32_t index, int32_t length, IComparer_1_UdpKit_UdpEndPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBC60, ArraySortHelper_1_UdpKit_UdpEndPoint__Sort_1__MethodInfo); DO_APP_FUNC(0x010EDBE0, void, ArraySortHelper_1_UdpKit_UdpEndPoint__Swap, (UdpEndPoint__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010EDA20, void, ArraySortHelper_1_UdpKit_UdpEndPoint__SwapIfGreater, (UdpEndPoint__Array * keys, Comparison_1_UdpKit_UdpEndPoint_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UdpKit_UdpEndPoint_ *, ArraySortHelper_1_UdpKit_UdpEndPoint__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UdpKit_UdpIPv4Address___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UdpKit_UdpIPv4Address___ctor, (ArraySortHelper_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0183B360, int32_t, ArraySortHelper_1_UdpKit_UdpIPv4Address__BinarySearch, (ArraySortHelper_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address__Array * array, int32_t index, int32_t length, UdpIPv4Address value, IComparer_1_UdpKit_UdpIPv4Address_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBBB0, ArraySortHelper_1_UdpKit_UdpIPv4Address__BinarySearch__MethodInfo); DO_APP_FUNC(0x010F5F00, void, ArraySortHelper_1_UdpKit_UdpIPv4Address__DownHeap, (UdpIPv4Address__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UdpKit_UdpIPv4Address_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UdpKit_UdpIPv4Address__Heapsort, (UdpIPv4Address__Array * keys, int32_t lo, int32_t hi, Comparison_1_UdpKit_UdpIPv4Address_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F6110, void, ArraySortHelper_1_UdpKit_UdpIPv4Address__InsertionSort, (UdpIPv4Address__Array * keys, int32_t lo, int32_t hi, Comparison_1_UdpKit_UdpIPv4Address_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F57E0, int32_t, ArraySortHelper_1_UdpKit_UdpIPv4Address__InternalBinarySearch, (UdpIPv4Address__Array * array, int32_t index, int32_t length, UdpIPv4Address value, IComparer_1_UdpKit_UdpIPv4Address_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UdpKit_UdpIPv4Address__IntroSort, (UdpIPv4Address__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UdpKit_UdpIPv4Address_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UdpKit_UdpIPv4Address__IntrospectiveSort, (UdpIPv4Address__Array * keys, int32_t left, int32_t length, Comparison_1_UdpKit_UdpIPv4Address_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F5AB0, int32_t, ArraySortHelper_1_UdpKit_UdpIPv4Address__PickPivotAndPartition, (UdpIPv4Address__Array * keys, int32_t lo, int32_t hi, Comparison_1_UdpKit_UdpIPv4Address_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0183B4D0, void, ArraySortHelper_1_UdpKit_UdpIPv4Address__Sort, (UdpIPv4Address__Array * keys, int32_t index, int32_t length, Comparison_1_UdpKit_UdpIPv4Address_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBBA8, ArraySortHelper_1_UdpKit_UdpIPv4Address__Sort__MethodInfo); DO_APP_FUNC(0x0183B0F0, void, ArraySortHelper_1_UdpKit_UdpIPv4Address__Sort_1, (ArraySortHelper_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address__Array * keys, int32_t index, int32_t length, IComparer_1_UdpKit_UdpIPv4Address_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBC48, ArraySortHelper_1_UdpKit_UdpIPv4Address__Sort_1__MethodInfo); DO_APP_FUNC(0x010F5A60, void, ArraySortHelper_1_UdpKit_UdpIPv4Address__Swap, (UdpIPv4Address__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010F5950, void, ArraySortHelper_1_UdpKit_UdpIPv4Address__SwapIfGreater, (UdpIPv4Address__Array * keys, Comparison_1_UdpKit_UdpIPv4Address_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UdpKit_UdpIPv4Address_ *, ArraySortHelper_1_UdpKit_UdpIPv4Address__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_InputSystem_XR_UsageHint___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_InputSystem_XR_UsageHint___ctor, (ArraySortHelper_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0183B8C0, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_XR_UsageHint__BinarySearch, (ArraySortHelper_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, UsageHint__Array * array, int32_t index, int32_t length, UsageHint value, IComparer_1_UnityEngine_InputSystem_XR_UsageHint_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBB98, ArraySortHelper_1_UnityEngine_InputSystem_XR_UsageHint__BinarySearch__MethodInfo); DO_APP_FUNC(0x016A8AF0, void, ArraySortHelper_1_UnityEngine_InputSystem_XR_UsageHint__DownHeap, (UsageHint__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_InputSystem_XR_UsageHint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_InputSystem_XR_UsageHint__Heapsort, (UsageHint__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_XR_UsageHint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016A8D00, void, ArraySortHelper_1_UnityEngine_InputSystem_XR_UsageHint__InsertionSort, (UsageHint__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_XR_UsageHint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006630, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_XR_UsageHint__InternalBinarySearch, (UsageHint__Array * array, int32_t index, int32_t length, UsageHint value, IComparer_1_UnityEngine_InputSystem_XR_UsageHint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_InputSystem_XR_UsageHint__IntroSort, (UsageHint__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_InputSystem_XR_UsageHint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_InputSystem_XR_UsageHint__IntrospectiveSort, (UsageHint__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_InputSystem_XR_UsageHint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006900, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_XR_UsageHint__PickPivotAndPartition, (UsageHint__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_XR_UsageHint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0183BA30, void, ArraySortHelper_1_UnityEngine_InputSystem_XR_UsageHint__Sort, (UsageHint__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_InputSystem_XR_UsageHint_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBBC0, ArraySortHelper_1_UnityEngine_InputSystem_XR_UsageHint__Sort__MethodInfo); DO_APP_FUNC(0x0183B650, void, ArraySortHelper_1_UnityEngine_InputSystem_XR_UsageHint__Sort_1, (ArraySortHelper_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, UsageHint__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_XR_UsageHint_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBBA0, ArraySortHelper_1_UnityEngine_InputSystem_XR_UsageHint__Sort_1__MethodInfo); DO_APP_FUNC(0x016A8A80, void, ArraySortHelper_1_UnityEngine_InputSystem_XR_UsageHint__Swap, (UsageHint__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x016A8960, void, ArraySortHelper_1_UnityEngine_InputSystem_XR_UsageHint__SwapIfGreater, (UsageHint__Array * keys, Comparison_1_UnityEngine_InputSystem_XR_UsageHint_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_InputSystem_XR_UsageHint_ *, ArraySortHelper_1_UnityEngine_InputSystem_XR_UsageHint__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Discord_User___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Discord_User___ctor, (ArraySortHelper_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FF3090, int32_t, ArraySortHelper_1_Discord_User__BinarySearch, (ArraySortHelper_1_Discord_User_ * __this, User__Array * array, int32_t index, int32_t length, User value, IComparer_1_Discord_User_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA928, ArraySortHelper_1_Discord_User__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF46B0, void, ArraySortHelper_1_Discord_User__DownHeap, (User__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Discord_User_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Discord_User__Heapsort, (User__Array * keys, int32_t lo, int32_t hi, Comparison_1_Discord_User_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4AA0, void, ArraySortHelper_1_Discord_User__InsertionSort, (User__Array * keys, int32_t lo, int32_t hi, Comparison_1_Discord_User_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF33A0, int32_t, ArraySortHelper_1_Discord_User__InternalBinarySearch, (User__Array * array, int32_t index, int32_t length, User value, IComparer_1_Discord_User_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Discord_User__IntroSort, (User__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Discord_User_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Discord_User__IntrospectiveSort, (User__Array * keys, int32_t left, int32_t length, Comparison_1_Discord_User_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3F00, int32_t, ArraySortHelper_1_Discord_User__PickPivotAndPartition, (User__Array * keys, int32_t lo, int32_t hi, Comparison_1_Discord_User_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3220, void, ArraySortHelper_1_Discord_User__Sort, (User__Array * keys, int32_t index, int32_t length, Comparison_1_Discord_User_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA920, ArraySortHelper_1_Discord_User__Sort__MethodInfo); DO_APP_FUNC(0x00FF2E20, void, ArraySortHelper_1_Discord_User__Sort_1, (ArraySortHelper_1_Discord_User_ * __this, User__Array * keys, int32_t index, int32_t length, IComparer_1_Discord_User_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA930, ArraySortHelper_1_Discord_User__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF37B0, void, ArraySortHelper_1_Discord_User__Swap, (User__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF3590, void, ArraySortHelper_1_Discord_User__SwapIfGreater, (User__Array * keys, Comparison_1_Discord_User_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Discord_User_ *, ArraySortHelper_1_Discord_User__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Vector2___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Vector2___ctor, (ArraySortHelper_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FF5170, int32_t, ArraySortHelper_1_UnityEngine_Vector2__BinarySearch, (ArraySortHelper_1_UnityEngine_Vector2_ * __this, Vector2__Array * array, int32_t index, int32_t length, Vector2 value, IComparer_1_UnityEngine_Vector2_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA8F0, ArraySortHelper_1_UnityEngine_Vector2__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF5CB0, void, ArraySortHelper_1_UnityEngine_Vector2__DownHeap, (Vector2__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Vector2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Vector2__Heapsort, (Vector2__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Vector2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF5F60, void, ArraySortHelper_1_UnityEngine_Vector2__InsertionSort, (Vector2__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Vector2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF5460, int32_t, ArraySortHelper_1_UnityEngine_Vector2__InternalBinarySearch, (Vector2__Array * array, int32_t index, int32_t length, Vector2 value, IComparer_1_UnityEngine_Vector2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Vector2__IntroSort, (Vector2__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Vector2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Vector2__IntrospectiveSort, (Vector2__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Vector2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF5800, int32_t, ArraySortHelper_1_UnityEngine_Vector2__PickPivotAndPartition, (Vector2__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Vector2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF52E0, void, ArraySortHelper_1_UnityEngine_Vector2__Sort, (Vector2__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Vector2_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA8E8, ArraySortHelper_1_UnityEngine_Vector2__Sort__MethodInfo); DO_APP_FUNC(0x00FF4F00, void, ArraySortHelper_1_UnityEngine_Vector2__Sort_1, (ArraySortHelper_1_UnityEngine_Vector2_ * __this, Vector2__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Vector2_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA8F8, ArraySortHelper_1_UnityEngine_Vector2__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF5780, void, ArraySortHelper_1_UnityEngine_Vector2__Swap, (Vector2__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF5610, void, ArraySortHelper_1_UnityEngine_Vector2__SwapIfGreater, (Vector2__Array * keys, Comparison_1_UnityEngine_Vector2_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Vector2_ *, ArraySortHelper_1_UnityEngine_Vector2__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Vector3___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Vector3___ctor, (ArraySortHelper_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FF6390, int32_t, ArraySortHelper_1_UnityEngine_Vector3__BinarySearch, (ArraySortHelper_1_UnityEngine_Vector3_ * __this, Vector3__Array * array, int32_t index, int32_t length, Vector3 value, IComparer_1_UnityEngine_Vector3_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA910, ArraySortHelper_1_UnityEngine_Vector3__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF6F20, void, ArraySortHelper_1_UnityEngine_Vector3__DownHeap, (Vector3__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Vector3_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Vector3__Heapsort, (Vector3__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Vector3_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF7200, void, ArraySortHelper_1_UnityEngine_Vector3__InsertionSort, (Vector3__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Vector3_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF6690, int32_t, ArraySortHelper_1_UnityEngine_Vector3__InternalBinarySearch, (Vector3__Array * array, int32_t index, int32_t length, Vector3 value, IComparer_1_UnityEngine_Vector3_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Vector3__IntroSort, (Vector3__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Vector3_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Vector3__IntrospectiveSort, (Vector3__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Vector3_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF6A40, int32_t, ArraySortHelper_1_UnityEngine_Vector3__PickPivotAndPartition, (Vector3__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Vector3_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF6510, void, ArraySortHelper_1_UnityEngine_Vector3__Sort, (Vector3__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Vector3_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA908, ArraySortHelper_1_UnityEngine_Vector3__Sort__MethodInfo); DO_APP_FUNC(0x00FF6120, void, ArraySortHelper_1_UnityEngine_Vector3__Sort_1, (ArraySortHelper_1_UnityEngine_Vector3_ * __this, Vector3__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Vector3_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA918, ArraySortHelper_1_UnityEngine_Vector3__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF69C0, void, ArraySortHelper_1_UnityEngine_Vector3__Swap, (Vector3__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF6840, void, ArraySortHelper_1_UnityEngine_Vector3__SwapIfGreater, (Vector3__Array * keys, Comparison_1_UnityEngine_Vector3_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Vector3_ *, ArraySortHelper_1_UnityEngine_Vector3__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Vector4___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Vector4___ctor, (ArraySortHelper_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FF7650, int32_t, ArraySortHelper_1_UnityEngine_Vector4__BinarySearch, (ArraySortHelper_1_UnityEngine_Vector4_ * __this, Vector4__Array * array, int32_t index, int32_t length, Vector4 value, IComparer_1_UnityEngine_Vector4_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA8C0, ArraySortHelper_1_UnityEngine_Vector4__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF8140, void, ArraySortHelper_1_UnityEngine_Vector4__DownHeap, (Vector4__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Vector4_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Vector4__Heapsort, (Vector4__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Vector4_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF83B0, void, ArraySortHelper_1_UnityEngine_Vector4__InsertionSort, (Vector4__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Vector4_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF7950, int32_t, ArraySortHelper_1_UnityEngine_Vector4__InternalBinarySearch, (Vector4__Array * array, int32_t index, int32_t length, Vector4 value, IComparer_1_UnityEngine_Vector4_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Vector4__IntroSort, (Vector4__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Vector4_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Vector4__IntrospectiveSort, (Vector4__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Vector4_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF7CB0, int32_t, ArraySortHelper_1_UnityEngine_Vector4__PickPivotAndPartition, (Vector4__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Vector4_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF77D0, void, ArraySortHelper_1_UnityEngine_Vector4__Sort, (Vector4__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Vector4_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA8B8, ArraySortHelper_1_UnityEngine_Vector4__Sort__MethodInfo); DO_APP_FUNC(0x00FF73E0, void, ArraySortHelper_1_UnityEngine_Vector4__Sort_1, (ArraySortHelper_1_UnityEngine_Vector4_ * __this, Vector4__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Vector4_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA900, ArraySortHelper_1_UnityEngine_Vector4__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF7C40, void, ArraySortHelper_1_UnityEngine_Vector4__Swap, (Vector4__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF7AF0, void, ArraySortHelper_1_UnityEngine_Vector4__SwapIfGreater, (Vector4__Array * keys, Comparison_1_UnityEngine_Vector4_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Vector4_ *, ArraySortHelper_1_UnityEngine_Vector4__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Rendering_VertexAttributeDescriptor___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Rendering_VertexAttributeDescriptor___ctor, (ArraySortHelper_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FF87B0, int32_t, ArraySortHelper_1_UnityEngine_Rendering_VertexAttributeDescriptor__BinarySearch, (ArraySortHelper_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor__Array * array, int32_t index, int32_t length, VertexAttributeDescriptor value, IComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA8A8, ArraySortHelper_1_UnityEngine_Rendering_VertexAttributeDescriptor__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF90E0, void, ArraySortHelper_1_UnityEngine_Rendering_VertexAttributeDescriptor__DownHeap, (VertexAttributeDescriptor__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Rendering_VertexAttributeDescriptor__Heapsort, (VertexAttributeDescriptor__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF83B0, void, ArraySortHelper_1_UnityEngine_Rendering_VertexAttributeDescriptor__InsertionSort, (VertexAttributeDescriptor__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_Rendering_VertexAttributeDescriptor__InternalBinarySearch, (VertexAttributeDescriptor__Array * array, int32_t index, int32_t length, VertexAttributeDescriptor value, IComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Rendering_VertexAttributeDescriptor__IntroSort, (VertexAttributeDescriptor__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Rendering_VertexAttributeDescriptor__IntrospectiveSort, (VertexAttributeDescriptor__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_Rendering_VertexAttributeDescriptor__PickPivotAndPartition, (VertexAttributeDescriptor__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8930, void, ArraySortHelper_1_UnityEngine_Rendering_VertexAttributeDescriptor__Sort, (VertexAttributeDescriptor__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA8E0, ArraySortHelper_1_UnityEngine_Rendering_VertexAttributeDescriptor__Sort__MethodInfo); DO_APP_FUNC(0x00FF8540, void, ArraySortHelper_1_UnityEngine_Rendering_VertexAttributeDescriptor__Sort_1, (ArraySortHelper_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA8B0, ArraySortHelper_1_UnityEngine_Rendering_VertexAttributeDescriptor__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF7C40, void, ArraySortHelper_1_UnityEngine_Rendering_VertexAttributeDescriptor__Swap, (VertexAttributeDescriptor__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF7AF0, void, ArraySortHelper_1_UnityEngine_Rendering_VertexAttributeDescriptor__SwapIfGreater, (VertexAttributeDescriptor__Array * keys, Comparison_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Rendering_VertexAttributeDescriptor_ *, ArraySortHelper_1_UnityEngine_Rendering_VertexAttributeDescriptor__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Microsoft_MixedReality_OpenXR_ViewConfiguration___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Microsoft_MixedReality_OpenXR_ViewConfiguration___ctor, (ArraySortHelper_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FF95C0, int32_t, ArraySortHelper_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__BinarySearch, (ArraySortHelper_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, ViewConfiguration__Array * array, int32_t index, int32_t length, ViewConfiguration value, IComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA8D0, ArraySortHelper_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FFA350, void, ArraySortHelper_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__DownHeap, (ViewConfiguration__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Heapsort, (ViewConfiguration__Array * keys, int32_t lo, int32_t hi, Comparison_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFA6B0, void, ArraySortHelper_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__InsertionSort, (ViewConfiguration__Array * keys, int32_t lo, int32_t hi, Comparison_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__InternalBinarySearch, (ViewConfiguration__Array * array, int32_t index, int32_t length, ViewConfiguration value, IComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__IntroSort, (ViewConfiguration__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__IntrospectiveSort, (ViewConfiguration__Array * keys, int32_t left, int32_t length, Comparison_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__PickPivotAndPartition, (ViewConfiguration__Array * keys, int32_t lo, int32_t hi, Comparison_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9740, void, ArraySortHelper_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Sort, (ViewConfiguration__Array * keys, int32_t index, int32_t length, Comparison_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA8C8, ArraySortHelper_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Sort__MethodInfo); DO_APP_FUNC(0x00FF9350, void, ArraySortHelper_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Sort_1, (ArraySortHelper_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, ViewConfiguration__Array * keys, int32_t index, int32_t length, IComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA8D8, ArraySortHelper_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF9CE0, void, ArraySortHelper_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Swap, (ViewConfiguration__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF9A80, void, ArraySortHelper_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__SwapIfGreater, (ViewConfiguration__Array * keys, Comparison_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ *, ArraySortHelper_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Dissonance_Networking_VoicePacket___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Dissonance_Networking_VoicePacket___ctor, (ArraySortHelper_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FFAB00, int32_t, ArraySortHelper_1_Dissonance_Networking_VoicePacket__BinarySearch, (ArraySortHelper_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket__Array * array, int32_t index, int32_t length, VoicePacket value, IComparer_1_Dissonance_Networking_VoicePacket_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA878, ArraySortHelper_1_Dissonance_Networking_VoicePacket__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FFB9B0, void, ArraySortHelper_1_Dissonance_Networking_VoicePacket__DownHeap, (VoicePacket__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Dissonance_Networking_VoicePacket_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Dissonance_Networking_VoicePacket__Heapsort, (VoicePacket__Array * keys, int32_t lo, int32_t hi, Comparison_1_Dissonance_Networking_VoicePacket_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFBDD0, void, ArraySortHelper_1_Dissonance_Networking_VoicePacket__InsertionSort, (VoicePacket__Array * keys, int32_t lo, int32_t hi, Comparison_1_Dissonance_Networking_VoicePacket_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFAE20, int32_t, ArraySortHelper_1_Dissonance_Networking_VoicePacket__InternalBinarySearch, (VoicePacket__Array * array, int32_t index, int32_t length, VoicePacket value, IComparer_1_Dissonance_Networking_VoicePacket_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Dissonance_Networking_VoicePacket__IntroSort, (VoicePacket__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Dissonance_Networking_VoicePacket_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Dissonance_Networking_VoicePacket__IntrospectiveSort, (VoicePacket__Array * keys, int32_t left, int32_t length, Comparison_1_Dissonance_Networking_VoicePacket_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFB3F0, int32_t, ArraySortHelper_1_Dissonance_Networking_VoicePacket__PickPivotAndPartition, (VoicePacket__Array * keys, int32_t lo, int32_t hi, Comparison_1_Dissonance_Networking_VoicePacket_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFACA0, void, ArraySortHelper_1_Dissonance_Networking_VoicePacket__Sort, (VoicePacket__Array * keys, int32_t index, int32_t length, Comparison_1_Dissonance_Networking_VoicePacket_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA870, ArraySortHelper_1_Dissonance_Networking_VoicePacket__Sort__MethodInfo); DO_APP_FUNC(0x00FFA890, void, ArraySortHelper_1_Dissonance_Networking_VoicePacket__Sort_1, (ArraySortHelper_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket__Array * keys, int32_t index, int32_t length, IComparer_1_Dissonance_Networking_VoicePacket_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA880, ArraySortHelper_1_Dissonance_Networking_VoicePacket__Sort_1__MethodInfo); DO_APP_FUNC(0x00FFB250, void, ArraySortHelper_1_Dissonance_Networking_VoicePacket__Swap, (VoicePacket__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FFAFD0, void, ArraySortHelper_1_Dissonance_Networking_VoicePacket__SwapIfGreater, (VoicePacket__Array * keys, Comparison_1_Dissonance_Networking_VoicePacket_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Dissonance_Networking_VoicePacket_ *, ArraySortHelper_1_Dissonance_Networking_VoicePacket__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Pathfinding_Voxels_VoxelContour___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Pathfinding_Voxels_VoxelContour___ctor, (ArraySortHelper_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FFC2D0, int32_t, ArraySortHelper_1_Pathfinding_Voxels_VoxelContour__BinarySearch, (ArraySortHelper_1_Pathfinding_Voxels_VoxelContour_ * __this, VoxelContour__Array * array, int32_t index, int32_t length, VoxelContour value, IComparer_1_Pathfinding_Voxels_VoxelContour_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA8A0, ArraySortHelper_1_Pathfinding_Voxels_VoxelContour__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FFD070, void, ArraySortHelper_1_Pathfinding_Voxels_VoxelContour__DownHeap, (VoxelContour__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Pathfinding_Voxels_VoxelContour_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Pathfinding_Voxels_VoxelContour__Heapsort, (VoxelContour__Array * keys, int32_t lo, int32_t hi, Comparison_1_Pathfinding_Voxels_VoxelContour_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFD3C0, void, ArraySortHelper_1_Pathfinding_Voxels_VoxelContour__InsertionSort, (VoxelContour__Array * keys, int32_t lo, int32_t hi, Comparison_1_Pathfinding_Voxels_VoxelContour_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFC5D0, int32_t, ArraySortHelper_1_Pathfinding_Voxels_VoxelContour__InternalBinarySearch, (VoxelContour__Array * array, int32_t index, int32_t length, VoxelContour value, IComparer_1_Pathfinding_Voxels_VoxelContour_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Pathfinding_Voxels_VoxelContour__IntroSort, (VoxelContour__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Pathfinding_Voxels_VoxelContour_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Pathfinding_Voxels_VoxelContour__IntrospectiveSort, (VoxelContour__Array * keys, int32_t left, int32_t length, Comparison_1_Pathfinding_Voxels_VoxelContour_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFCB70, int32_t, ArraySortHelper_1_Pathfinding_Voxels_VoxelContour__PickPivotAndPartition, (VoxelContour__Array * keys, int32_t lo, int32_t hi, Comparison_1_Pathfinding_Voxels_VoxelContour_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFC450, void, ArraySortHelper_1_Pathfinding_Voxels_VoxelContour__Sort, (VoxelContour__Array * keys, int32_t index, int32_t length, Comparison_1_Pathfinding_Voxels_VoxelContour_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA898, ArraySortHelper_1_Pathfinding_Voxels_VoxelContour__Sort__MethodInfo); DO_APP_FUNC(0x00FFC060, void, ArraySortHelper_1_Pathfinding_Voxels_VoxelContour__Sort_1, (ArraySortHelper_1_Pathfinding_Voxels_VoxelContour_ * __this, VoxelContour__Array * keys, int32_t index, int32_t length, IComparer_1_Pathfinding_Voxels_VoxelContour_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA868, ArraySortHelper_1_Pathfinding_Voxels_VoxelContour__Sort_1__MethodInfo); DO_APP_FUNC(0x00FFCA10, void, ArraySortHelper_1_Pathfinding_Voxels_VoxelContour__Swap, (VoxelContour__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FFC790, void, ArraySortHelper_1_Pathfinding_Voxels_VoxelContour__SwapIfGreater, (VoxelContour__Array * keys, Comparison_1_Pathfinding_Voxels_VoxelContour_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Pathfinding_Voxels_VoxelContour_ *, ArraySortHelper_1_Pathfinding_Voxels_VoxelContour__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES___ctor, (ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FFD810, int32_t, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__BinarySearch, (ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Win32_IP_ADAPTER_ADDRESSES__Array * array, int32_t index, int32_t length, Win32_IP_ADAPTER_ADDRESSES value, IComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA888, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FFEBD0, void, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__DownHeap, (Win32_IP_ADAPTER_ADDRESSES__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Heapsort, (Win32_IP_ADAPTER_ADDRESSES__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFF100, void, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__InsertionSort, (Win32_IP_ADAPTER_ADDRESSES__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFDB70, int32_t, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__InternalBinarySearch, (Win32_IP_ADAPTER_ADDRESSES__Array * array, int32_t index, int32_t length, Win32_IP_ADAPTER_ADDRESSES value, IComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__IntroSort, (Win32_IP_ADAPTER_ADDRESSES__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__IntrospectiveSort, (Win32_IP_ADAPTER_ADDRESSES__Array * keys, int32_t left, int32_t length, Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFE4B0, int32_t, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__PickPivotAndPartition, (Win32_IP_ADAPTER_ADDRESSES__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFD9F0, void, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Sort, (Win32_IP_ADAPTER_ADDRESSES__Array * keys, int32_t index, int32_t length, Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA840, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Sort__MethodInfo); DO_APP_FUNC(0x00FFD5A0, void, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Sort_1, (ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Win32_IP_ADAPTER_ADDRESSES__Array * keys, int32_t index, int32_t length, IComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA890, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Sort_1__MethodInfo); DO_APP_FUNC(0x00FFE2C0, void, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Swap, (Win32_IP_ADAPTER_ADDRESSES__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FFDE50, void, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__SwapIfGreater, (Win32_IP_ADAPTER_ADDRESSES__Array * keys, Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ *, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO___ctor, (ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FFF720, int32_t, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__BinarySearch, (ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Win32_IP_ADAPTER_INFO__Array * array, int32_t index, int32_t length, Win32_IP_ADAPTER_INFO value, IComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA830, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__BinarySearch__MethodInfo); DO_APP_FUNC(0x01000A30, void, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__DownHeap, (Win32_IP_ADAPTER_INFO__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Heapsort, (Win32_IP_ADAPTER_INFO__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01000F40, void, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__InsertionSort, (Win32_IP_ADAPTER_INFO__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFFA70, int32_t, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__InternalBinarySearch, (Win32_IP_ADAPTER_INFO__Array * array, int32_t index, int32_t length, Win32_IP_ADAPTER_INFO value, IComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__IntroSort, (Win32_IP_ADAPTER_INFO__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__IntrospectiveSort, (Win32_IP_ADAPTER_INFO__Array * keys, int32_t left, int32_t length, Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01000320, int32_t, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__PickPivotAndPartition, (Win32_IP_ADAPTER_INFO__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFF8F0, void, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Sort, (Win32_IP_ADAPTER_INFO__Array * keys, int32_t index, int32_t length, Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA828, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Sort__MethodInfo); DO_APP_FUNC(0x00FFF4B0, void, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Sort_1, (ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Win32_IP_ADAPTER_INFO__Array * keys, int32_t index, int32_t length, IComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA838, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Sort_1__MethodInfo); DO_APP_FUNC(0x01000140, void, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Swap, (Win32_IP_ADAPTER_INFO__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FFFD50, void, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__SwapIfGreater, (Win32_IP_ADAPTER_INFO__Array * keys, Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ *, ArraySortHelper_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_Security_Cryptography_X509Certificates_X509ChainStatus___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_Security_Cryptography_X509Certificates_X509ChainStatus___ctor, (ArraySortHelper_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01001550, int32_t, ArraySortHelper_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__BinarySearch, (ArraySortHelper_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, X509ChainStatus__Array * array, int32_t index, int32_t length, X509ChainStatus value, IComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA858, ArraySortHelper_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__BinarySearch__MethodInfo); DO_APP_FUNC(0x01001BB0, void, ArraySortHelper_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__DownHeap, (X509ChainStatus__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Heapsort, (X509ChainStatus__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01001E80, void, ArraySortHelper_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__InsertionSort, (X509ChainStatus__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__InternalBinarySearch, (X509ChainStatus__Array * array, int32_t index, int32_t length, X509ChainStatus value, IComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__IntroSort, (X509ChainStatus__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__IntrospectiveSort, (X509ChainStatus__Array * keys, int32_t left, int32_t length, Comparison_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__PickPivotAndPartition, (X509ChainStatus__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010016D0, void, ArraySortHelper_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Sort, (X509ChainStatus__Array * keys, int32_t index, int32_t length, Comparison_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA850, ArraySortHelper_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Sort__MethodInfo); DO_APP_FUNC(0x010012E0, void, ArraySortHelper_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Sort_1, (ArraySortHelper_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, X509ChainStatus__Array * keys, int32_t index, int32_t length, IComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA860, ArraySortHelper_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Sort_1__MethodInfo); DO_APP_FUNC(0x01001A70, void, ArraySortHelper_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Swap, (X509ChainStatus__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01001850, void, ArraySortHelper_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__SwapIfGreater, (X509ChainStatus__Array * keys, Comparison_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ *, ArraySortHelper_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor___ctor, (ArraySortHelper_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010022A0, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__BinarySearch, (ArraySortHelper_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, XRFeatureDescriptor__Array * array, int32_t index, int32_t length, XRFeatureDescriptor value, IComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA800, ArraySortHelper_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__BinarySearch__MethodInfo); DO_APP_FUNC(0x01002960, void, ArraySortHelper_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__DownHeap, (XRFeatureDescriptor__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Heapsort, (XRFeatureDescriptor__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01002CC0, void, ArraySortHelper_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__InsertionSort, (XRFeatureDescriptor__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__InternalBinarySearch, (XRFeatureDescriptor__Array * array, int32_t index, int32_t length, XRFeatureDescriptor value, IComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__IntroSort, (XRFeatureDescriptor__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__IntrospectiveSort, (XRFeatureDescriptor__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__PickPivotAndPartition, (XRFeatureDescriptor__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01002420, void, ArraySortHelper_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Sort, (XRFeatureDescriptor__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA7F8, ArraySortHelper_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Sort__MethodInfo); DO_APP_FUNC(0x01002030, void, ArraySortHelper_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Sort_1, (ArraySortHelper_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, XRFeatureDescriptor__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA848, ArraySortHelper_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Sort_1__MethodInfo); DO_APP_FUNC(0x01002800, void, ArraySortHelper_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Swap, (XRFeatureDescriptor__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010025A0, void, ArraySortHelper_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__SwapIfGreater, (XRFeatureDescriptor__Array * keys, Comparison_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ *, ArraySortHelper_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_XR_XRNodeState___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_XR_XRNodeState___ctor, (ArraySortHelper_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01003110, int32_t, ArraySortHelper_1_UnityEngine_XR_XRNodeState__BinarySearch, (ArraySortHelper_1_UnityEngine_XR_XRNodeState_ * __this, XRNodeState__Array * array, int32_t index, int32_t length, XRNodeState value, IComparer_1_UnityEngine_XR_XRNodeState_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA7E8, ArraySortHelper_1_UnityEngine_XR_XRNodeState__BinarySearch__MethodInfo); DO_APP_FUNC(0x010040B0, void, ArraySortHelper_1_UnityEngine_XR_XRNodeState__DownHeap, (XRNodeState__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_XR_XRNodeState_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_XR_XRNodeState__Heapsort, (XRNodeState__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_XR_XRNodeState_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01004520, void, ArraySortHelper_1_UnityEngine_XR_XRNodeState__InsertionSort, (XRNodeState__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_XR_XRNodeState_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01003440, int32_t, ArraySortHelper_1_UnityEngine_XR_XRNodeState__InternalBinarySearch, (XRNodeState__Array * array, int32_t index, int32_t length, XRNodeState value, IComparer_1_UnityEngine_XR_XRNodeState_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_XR_XRNodeState__IntroSort, (XRNodeState__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_XR_XRNodeState_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_XR_XRNodeState__IntrospectiveSort, (XRNodeState__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_XR_XRNodeState_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01003AB0, int32_t, ArraySortHelper_1_UnityEngine_XR_XRNodeState__PickPivotAndPartition, (XRNodeState__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_XR_XRNodeState_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010032C0, void, ArraySortHelper_1_UnityEngine_XR_XRNodeState__Sort, (XRNodeState__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_XR_XRNodeState_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA820, ArraySortHelper_1_UnityEngine_XR_XRNodeState__Sort__MethodInfo); DO_APP_FUNC(0x01002EA0, void, ArraySortHelper_1_UnityEngine_XR_XRNodeState__Sort_1, (ArraySortHelper_1_UnityEngine_XR_XRNodeState_ * __this, XRNodeState__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_XR_XRNodeState_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA7F0, ArraySortHelper_1_UnityEngine_XR_XRNodeState__Sort_1__MethodInfo); DO_APP_FUNC(0x010039A0, void, ArraySortHelper_1_UnityEngine_XR_XRNodeState__Swap, (XRNodeState__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010036A0, void, ArraySortHelper_1_UnityEngine_XR_XRNodeState__SwapIfGreater, (XRNodeState__Array * keys, Comparison_1_UnityEngine_XR_XRNodeState_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_XR_XRNodeState_ *, ArraySortHelper_1_UnityEngine_XR_XRNodeState__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Pathfinding_AdvancedSmooth_Turn___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Pathfinding_AdvancedSmooth_Turn___ctor, (ArraySortHelper_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01004AC0, int32_t, ArraySortHelper_1_Pathfinding_AdvancedSmooth_Turn__BinarySearch, (ArraySortHelper_1_Pathfinding_AdvancedSmooth_Turn_ * __this, AdvancedSmooth_Turn__Array * array, int32_t index, int32_t length, AdvancedSmooth_Turn value, IComparer_1_Pathfinding_AdvancedSmooth_Turn_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA810, ArraySortHelper_1_Pathfinding_AdvancedSmooth_Turn__BinarySearch__MethodInfo); DO_APP_FUNC(0x01001BB0, void, ArraySortHelper_1_Pathfinding_AdvancedSmooth_Turn__DownHeap, (AdvancedSmooth_Turn__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Pathfinding_AdvancedSmooth_Turn_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Pathfinding_AdvancedSmooth_Turn__Heapsort, (AdvancedSmooth_Turn__Array * keys, int32_t lo, int32_t hi, Comparison_1_Pathfinding_AdvancedSmooth_Turn_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01001E80, void, ArraySortHelper_1_Pathfinding_AdvancedSmooth_Turn__InsertionSort, (AdvancedSmooth_Turn__Array * keys, int32_t lo, int32_t hi, Comparison_1_Pathfinding_AdvancedSmooth_Turn_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_Pathfinding_AdvancedSmooth_Turn__InternalBinarySearch, (AdvancedSmooth_Turn__Array * array, int32_t index, int32_t length, AdvancedSmooth_Turn value, IComparer_1_Pathfinding_AdvancedSmooth_Turn_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Pathfinding_AdvancedSmooth_Turn__IntroSort, (AdvancedSmooth_Turn__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Pathfinding_AdvancedSmooth_Turn_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Pathfinding_AdvancedSmooth_Turn__IntrospectiveSort, (AdvancedSmooth_Turn__Array * keys, int32_t left, int32_t length, Comparison_1_Pathfinding_AdvancedSmooth_Turn_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_Pathfinding_AdvancedSmooth_Turn__PickPivotAndPartition, (AdvancedSmooth_Turn__Array * keys, int32_t lo, int32_t hi, Comparison_1_Pathfinding_AdvancedSmooth_Turn_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01004C40, void, ArraySortHelper_1_Pathfinding_AdvancedSmooth_Turn__Sort, (AdvancedSmooth_Turn__Array * keys, int32_t index, int32_t length, Comparison_1_Pathfinding_AdvancedSmooth_Turn_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA808, ArraySortHelper_1_Pathfinding_AdvancedSmooth_Turn__Sort__MethodInfo); DO_APP_FUNC(0x01004850, void, ArraySortHelper_1_Pathfinding_AdvancedSmooth_Turn__Sort_1, (ArraySortHelper_1_Pathfinding_AdvancedSmooth_Turn_ * __this, AdvancedSmooth_Turn__Array * keys, int32_t index, int32_t length, IComparer_1_Pathfinding_AdvancedSmooth_Turn_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA818, ArraySortHelper_1_Pathfinding_AdvancedSmooth_Turn__Sort_1__MethodInfo); DO_APP_FUNC(0x01001A70, void, ArraySortHelper_1_Pathfinding_AdvancedSmooth_Turn__Swap, (AdvancedSmooth_Turn__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01001850, void, ArraySortHelper_1_Pathfinding_AdvancedSmooth_Turn__SwapIfGreater, (AdvancedSmooth_Turn__Array * keys, Comparison_1_Pathfinding_AdvancedSmooth_Turn_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Pathfinding_AdvancedSmooth_Turn_ *, ArraySortHelper_1_Pathfinding_AdvancedSmooth_Turn__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo___ctor, (ArraySortHelper_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01005030, int32_t, ArraySortHelper_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__BinarySearch, (ArraySortHelper_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, AnimationOutputWeightProcessor_WeightInfo__Array * array, int32_t index, int32_t length, AnimationOutputWeightProcessor_WeightInfo value, IComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA7B8, ArraySortHelper_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__BinarySearch__MethodInfo); DO_APP_FUNC(0x010055C0, void, ArraySortHelper_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__DownHeap, (AnimationOutputWeightProcessor_WeightInfo__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Heapsort, (AnimationOutputWeightProcessor_WeightInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01005930, void, ArraySortHelper_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__InsertionSort, (AnimationOutputWeightProcessor_WeightInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF33A0, int32_t, ArraySortHelper_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__InternalBinarySearch, (AnimationOutputWeightProcessor_WeightInfo__Array * array, int32_t index, int32_t length, AnimationOutputWeightProcessor_WeightInfo value, IComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__IntroSort, (AnimationOutputWeightProcessor_WeightInfo__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__IntrospectiveSort, (AnimationOutputWeightProcessor_WeightInfo__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3F00, int32_t, ArraySortHelper_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__PickPivotAndPartition, (AnimationOutputWeightProcessor_WeightInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010051C0, void, ArraySortHelper_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Sort, (AnimationOutputWeightProcessor_WeightInfo__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA7B0, ArraySortHelper_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Sort__MethodInfo); DO_APP_FUNC(0x01004DC0, void, ArraySortHelper_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Sort_1, (ArraySortHelper_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, AnimationOutputWeightProcessor_WeightInfo__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA7C0, ArraySortHelper_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Sort_1__MethodInfo); DO_APP_FUNC(0x01005520, void, ArraySortHelper_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Swap, (AnimationOutputWeightProcessor_WeightInfo__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01005340, void, ArraySortHelper_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__SwapIfGreater, (AnimationOutputWeightProcessor_WeightInfo__Array * keys, Comparison_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ *, ArraySortHelper_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_BeforeRenderHelper_OrderBlock___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_BeforeRenderHelper_OrderBlock___ctor, (ArraySortHelper_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01005DD0, int32_t, ArraySortHelper_1_UnityEngine_BeforeRenderHelper_OrderBlock__BinarySearch, (ArraySortHelper_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, BeforeRenderHelper_OrderBlock__Array * array, int32_t index, int32_t length, BeforeRenderHelper_OrderBlock value, IComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA7E0, ArraySortHelper_1_UnityEngine_BeforeRenderHelper_OrderBlock__BinarySearch__MethodInfo); DO_APP_FUNC(0x01001BB0, void, ArraySortHelper_1_UnityEngine_BeforeRenderHelper_OrderBlock__DownHeap, (BeforeRenderHelper_OrderBlock__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_BeforeRenderHelper_OrderBlock__Heapsort, (BeforeRenderHelper_OrderBlock__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01001E80, void, ArraySortHelper_1_UnityEngine_BeforeRenderHelper_OrderBlock__InsertionSort, (BeforeRenderHelper_OrderBlock__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_BeforeRenderHelper_OrderBlock__InternalBinarySearch, (BeforeRenderHelper_OrderBlock__Array * array, int32_t index, int32_t length, BeforeRenderHelper_OrderBlock value, IComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_BeforeRenderHelper_OrderBlock__IntroSort, (BeforeRenderHelper_OrderBlock__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_BeforeRenderHelper_OrderBlock__IntrospectiveSort, (BeforeRenderHelper_OrderBlock__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_BeforeRenderHelper_OrderBlock__PickPivotAndPartition, (BeforeRenderHelper_OrderBlock__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01005F50, void, ArraySortHelper_1_UnityEngine_BeforeRenderHelper_OrderBlock__Sort, (BeforeRenderHelper_OrderBlock__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA7D8, ArraySortHelper_1_UnityEngine_BeforeRenderHelper_OrderBlock__Sort__MethodInfo); DO_APP_FUNC(0x01005B60, void, ArraySortHelper_1_UnityEngine_BeforeRenderHelper_OrderBlock__Sort_1, (ArraySortHelper_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, BeforeRenderHelper_OrderBlock__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA7A8, ArraySortHelper_1_UnityEngine_BeforeRenderHelper_OrderBlock__Sort_1__MethodInfo); DO_APP_FUNC(0x01001A70, void, ArraySortHelper_1_UnityEngine_BeforeRenderHelper_OrderBlock__Swap, (BeforeRenderHelper_OrderBlock__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01001850, void, ArraySortHelper_1_UnityEngine_BeforeRenderHelper_OrderBlock__SwapIfGreater, (BeforeRenderHelper_OrderBlock__Array * keys, Comparison_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_BeforeRenderHelper_OrderBlock_ *, ArraySortHelper_1_UnityEngine_BeforeRenderHelper_OrderBlock__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page___ctor, (ArraySortHelper_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01006340, int32_t, ArraySortHelper_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, BitmapAllocator32_Page__Array * array, int32_t index, int32_t length, BitmapAllocator32_Page value, IComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA7C8, ArraySortHelper_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__BinarySearch__MethodInfo); DO_APP_FUNC(0x01006D50, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__DownHeap, (BitmapAllocator32_Page__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Heapsort, (BitmapAllocator32_Page__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006F60, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__InsertionSort, (BitmapAllocator32_Page__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006630, int32_t, ArraySortHelper_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__InternalBinarySearch, (BitmapAllocator32_Page__Array * array, int32_t index, int32_t length, BitmapAllocator32_Page value, IComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__IntroSort, (BitmapAllocator32_Page__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__IntrospectiveSort, (BitmapAllocator32_Page__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006900, int32_t, ArraySortHelper_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__PickPivotAndPartition, (BitmapAllocator32_Page__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010064B0, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Sort, (BitmapAllocator32_Page__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA780, ArraySortHelper_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Sort__MethodInfo); DO_APP_FUNC(0x010060D0, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, BitmapAllocator32_Page__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA7D0, ArraySortHelper_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Sort_1__MethodInfo); DO_APP_FUNC(0x010068B0, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Swap, (BitmapAllocator32_Page__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010067A0, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__SwapIfGreater, (BitmapAllocator32_Page__Array * keys, Comparison_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ *, ArraySortHelper_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Camera_RenderRequest___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Camera_RenderRequest___ctor, (ArraySortHelper_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01007340, int32_t, ArraySortHelper_1_UnityEngine_Camera_RenderRequest__BinarySearch, (ArraySortHelper_1_UnityEngine_Camera_RenderRequest_ * __this, Camera_RenderRequest__Array * array, int32_t index, int32_t length, Camera_RenderRequest value, IComparer_1_UnityEngine_Camera_RenderRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA770, ArraySortHelper_1_UnityEngine_Camera_RenderRequest__BinarySearch__MethodInfo); DO_APP_FUNC(0x01007A30, void, ArraySortHelper_1_UnityEngine_Camera_RenderRequest__DownHeap, (Camera_RenderRequest__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Camera_RenderRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Camera_RenderRequest__Heapsort, (Camera_RenderRequest__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Camera_RenderRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01007D90, void, ArraySortHelper_1_UnityEngine_Camera_RenderRequest__InsertionSort, (Camera_RenderRequest__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Camera_RenderRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_UnityEngine_Camera_RenderRequest__InternalBinarySearch, (Camera_RenderRequest__Array * array, int32_t index, int32_t length, Camera_RenderRequest value, IComparer_1_UnityEngine_Camera_RenderRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Camera_RenderRequest__IntroSort, (Camera_RenderRequest__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Camera_RenderRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Camera_RenderRequest__IntrospectiveSort, (Camera_RenderRequest__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Camera_RenderRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_UnityEngine_Camera_RenderRequest__PickPivotAndPartition, (Camera_RenderRequest__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Camera_RenderRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010074C0, void, ArraySortHelper_1_UnityEngine_Camera_RenderRequest__Sort, (Camera_RenderRequest__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Camera_RenderRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA768, ArraySortHelper_1_UnityEngine_Camera_RenderRequest__Sort__MethodInfo); DO_APP_FUNC(0x010070D0, void, ArraySortHelper_1_UnityEngine_Camera_RenderRequest__Sort_1, (ArraySortHelper_1_UnityEngine_Camera_RenderRequest_ * __this, Camera_RenderRequest__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Camera_RenderRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA778, ArraySortHelper_1_UnityEngine_Camera_RenderRequest__Sort_1__MethodInfo); DO_APP_FUNC(0x010078C0, void, ArraySortHelper_1_UnityEngine_Camera_RenderRequest__Swap, (Camera_RenderRequest__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01007640, void, ArraySortHelper_1_UnityEngine_Camera_RenderRequest__SwapIfGreater, (Camera_RenderRequest__Array * keys, Comparison_1_UnityEngine_Camera_RenderRequest_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Camera_RenderRequest_ *, ArraySortHelper_1_UnityEngine_Camera_RenderRequest__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Cinemachine_CameraState_CustomBlendable___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Cinemachine_CameraState_CustomBlendable___ctor, (ArraySortHelper_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010081E0, int32_t, ArraySortHelper_1_Cinemachine_CameraState_CustomBlendable__BinarySearch, (ArraySortHelper_1_Cinemachine_CameraState_CustomBlendable_ * __this, CameraState_CustomBlendable__Array * array, int32_t index, int32_t length, CameraState_CustomBlendable value, IComparer_1_Cinemachine_CameraState_CustomBlendable_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA798, ArraySortHelper_1_Cinemachine_CameraState_CustomBlendable__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_Cinemachine_CameraState_CustomBlendable__DownHeap, (CameraState_CustomBlendable__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Cinemachine_CameraState_CustomBlendable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Cinemachine_CameraState_CustomBlendable__Heapsort, (CameraState_CustomBlendable__Array * keys, int32_t lo, int32_t hi, Comparison_1_Cinemachine_CameraState_CustomBlendable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_Cinemachine_CameraState_CustomBlendable__InsertionSort, (CameraState_CustomBlendable__Array * keys, int32_t lo, int32_t hi, Comparison_1_Cinemachine_CameraState_CustomBlendable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_Cinemachine_CameraState_CustomBlendable__InternalBinarySearch, (CameraState_CustomBlendable__Array * array, int32_t index, int32_t length, CameraState_CustomBlendable value, IComparer_1_Cinemachine_CameraState_CustomBlendable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Cinemachine_CameraState_CustomBlendable__IntroSort, (CameraState_CustomBlendable__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Cinemachine_CameraState_CustomBlendable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Cinemachine_CameraState_CustomBlendable__IntrospectiveSort, (CameraState_CustomBlendable__Array * keys, int32_t left, int32_t length, Comparison_1_Cinemachine_CameraState_CustomBlendable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_Cinemachine_CameraState_CustomBlendable__PickPivotAndPartition, (CameraState_CustomBlendable__Array * keys, int32_t lo, int32_t hi, Comparison_1_Cinemachine_CameraState_CustomBlendable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008360, void, ArraySortHelper_1_Cinemachine_CameraState_CustomBlendable__Sort, (CameraState_CustomBlendable__Array * keys, int32_t index, int32_t length, Comparison_1_Cinemachine_CameraState_CustomBlendable_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA790, ArraySortHelper_1_Cinemachine_CameraState_CustomBlendable__Sort__MethodInfo); DO_APP_FUNC(0x01007F70, void, ArraySortHelper_1_Cinemachine_CameraState_CustomBlendable__Sort_1, (ArraySortHelper_1_Cinemachine_CameraState_CustomBlendable_ * __this, CameraState_CustomBlendable__Array * keys, int32_t index, int32_t length, IComparer_1_Cinemachine_CameraState_CustomBlendable_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA7A0, ArraySortHelper_1_Cinemachine_CameraState_CustomBlendable__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_Cinemachine_CameraState_CustomBlendable__Swap, (CameraState_CustomBlendable__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_Cinemachine_CameraState_CustomBlendable__SwapIfGreater, (CameraState_CustomBlendable__Array * keys, Comparison_1_Cinemachine_CameraState_CustomBlendable_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Cinemachine_CameraState_CustomBlendable_ *, ArraySortHelper_1_Cinemachine_CameraState_CustomBlendable__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Cinemachine_CinemachineClearShot_Pair___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Cinemachine_CinemachineClearShot_Pair___ctor, (ArraySortHelper_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01008F30, int32_t, ArraySortHelper_1_Cinemachine_CinemachineClearShot_Pair__BinarySearch, (ArraySortHelper_1_Cinemachine_CinemachineClearShot_Pair_ * __this, CinemachineClearShot_Pair__Array * array, int32_t index, int32_t length, CinemachineClearShot_Pair value, IComparer_1_Cinemachine_CinemachineClearShot_Pair_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA740, ArraySortHelper_1_Cinemachine_CinemachineClearShot_Pair__BinarySearch__MethodInfo); DO_APP_FUNC(0x01006D50, void, ArraySortHelper_1_Cinemachine_CinemachineClearShot_Pair__DownHeap, (CinemachineClearShot_Pair__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Cinemachine_CinemachineClearShot_Pair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Cinemachine_CinemachineClearShot_Pair__Heapsort, (CinemachineClearShot_Pair__Array * keys, int32_t lo, int32_t hi, Comparison_1_Cinemachine_CinemachineClearShot_Pair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006F60, void, ArraySortHelper_1_Cinemachine_CinemachineClearShot_Pair__InsertionSort, (CinemachineClearShot_Pair__Array * keys, int32_t lo, int32_t hi, Comparison_1_Cinemachine_CinemachineClearShot_Pair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006630, int32_t, ArraySortHelper_1_Cinemachine_CinemachineClearShot_Pair__InternalBinarySearch, (CinemachineClearShot_Pair__Array * array, int32_t index, int32_t length, CinemachineClearShot_Pair value, IComparer_1_Cinemachine_CinemachineClearShot_Pair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Cinemachine_CinemachineClearShot_Pair__IntroSort, (CinemachineClearShot_Pair__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Cinemachine_CinemachineClearShot_Pair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Cinemachine_CinemachineClearShot_Pair__IntrospectiveSort, (CinemachineClearShot_Pair__Array * keys, int32_t left, int32_t length, Comparison_1_Cinemachine_CinemachineClearShot_Pair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006900, int32_t, ArraySortHelper_1_Cinemachine_CinemachineClearShot_Pair__PickPivotAndPartition, (CinemachineClearShot_Pair__Array * keys, int32_t lo, int32_t hi, Comparison_1_Cinemachine_CinemachineClearShot_Pair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010090A0, void, ArraySortHelper_1_Cinemachine_CinemachineClearShot_Pair__Sort, (CinemachineClearShot_Pair__Array * keys, int32_t index, int32_t length, Comparison_1_Cinemachine_CinemachineClearShot_Pair_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA738, ArraySortHelper_1_Cinemachine_CinemachineClearShot_Pair__Sort__MethodInfo); DO_APP_FUNC(0x01008CC0, void, ArraySortHelper_1_Cinemachine_CinemachineClearShot_Pair__Sort_1, (ArraySortHelper_1_Cinemachine_CinemachineClearShot_Pair_ * __this, CinemachineClearShot_Pair__Array * keys, int32_t index, int32_t length, IComparer_1_Cinemachine_CinemachineClearShot_Pair_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA788, ArraySortHelper_1_Cinemachine_CinemachineClearShot_Pair__Sort_1__MethodInfo); DO_APP_FUNC(0x010068B0, void, ArraySortHelper_1_Cinemachine_CinemachineClearShot_Pair__Swap, (CinemachineClearShot_Pair__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010067A0, void, ArraySortHelper_1_Cinemachine_CinemachineClearShot_Pair__SwapIfGreater, (CinemachineClearShot_Pair__Array * keys, Comparison_1_Cinemachine_CinemachineClearShot_Pair_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Cinemachine_CinemachineClearShot_Pair_ *, ArraySortHelper_1_Cinemachine_CinemachineClearShot_Pair__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Cinemachine_CinemachineStateDrivenCamera_HashPair___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Cinemachine_CinemachineStateDrivenCamera_HashPair___ctor, (ArraySortHelper_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01009490, int32_t, ArraySortHelper_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__BinarySearch, (ArraySortHelper_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, CinemachineStateDrivenCamera_HashPair__Array * array, int32_t index, int32_t length, CinemachineStateDrivenCamera_HashPair value, IComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA728, ArraySortHelper_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__BinarySearch__MethodInfo); DO_APP_FUNC(0x01006D50, void, ArraySortHelper_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__DownHeap, (CinemachineStateDrivenCamera_HashPair__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Heapsort, (CinemachineStateDrivenCamera_HashPair__Array * keys, int32_t lo, int32_t hi, Comparison_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006F60, void, ArraySortHelper_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__InsertionSort, (CinemachineStateDrivenCamera_HashPair__Array * keys, int32_t lo, int32_t hi, Comparison_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006630, int32_t, ArraySortHelper_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__InternalBinarySearch, (CinemachineStateDrivenCamera_HashPair__Array * array, int32_t index, int32_t length, CinemachineStateDrivenCamera_HashPair value, IComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__IntroSort, (CinemachineStateDrivenCamera_HashPair__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__IntrospectiveSort, (CinemachineStateDrivenCamera_HashPair__Array * keys, int32_t left, int32_t length, Comparison_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006900, int32_t, ArraySortHelper_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__PickPivotAndPartition, (CinemachineStateDrivenCamera_HashPair__Array * keys, int32_t lo, int32_t hi, Comparison_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01009600, void, ArraySortHelper_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Sort, (CinemachineStateDrivenCamera_HashPair__Array * keys, int32_t index, int32_t length, Comparison_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA760, ArraySortHelper_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Sort__MethodInfo); DO_APP_FUNC(0x01009220, void, ArraySortHelper_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Sort_1, (ArraySortHelper_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, CinemachineStateDrivenCamera_HashPair__Array * keys, int32_t index, int32_t length, IComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA730, ArraySortHelper_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Sort_1__MethodInfo); DO_APP_FUNC(0x010068B0, void, ArraySortHelper_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Swap, (CinemachineStateDrivenCamera_HashPair__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010067A0, void, ArraySortHelper_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__SwapIfGreater, (CinemachineStateDrivenCamera_HashPair__Array * keys, Comparison_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ *, ArraySortHelper_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Cinemachine_ClipperLib_DoublePoint___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Cinemachine_ClipperLib_DoublePoint___ctor, (ArraySortHelper_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010099F0, int32_t, ArraySortHelper_1_Cinemachine_ClipperLib_DoublePoint__BinarySearch, (ArraySortHelper_1_Cinemachine_ClipperLib_DoublePoint_ * __this, ClipperLib_DoublePoint__Array * array, int32_t index, int32_t length, ClipperLib_DoublePoint value, IComparer_1_Cinemachine_ClipperLib_DoublePoint_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA750, ArraySortHelper_1_Cinemachine_ClipperLib_DoublePoint__BinarySearch__MethodInfo); DO_APP_FUNC(0x0100A5B0, void, ArraySortHelper_1_Cinemachine_ClipperLib_DoublePoint__DownHeap, (ClipperLib_DoublePoint__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Cinemachine_ClipperLib_DoublePoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Cinemachine_ClipperLib_DoublePoint__Heapsort, (ClipperLib_DoublePoint__Array * keys, int32_t lo, int32_t hi, Comparison_1_Cinemachine_ClipperLib_DoublePoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0100A8A0, void, ArraySortHelper_1_Cinemachine_ClipperLib_DoublePoint__InsertionSort, (ClipperLib_DoublePoint__Array * keys, int32_t lo, int32_t hi, Comparison_1_Cinemachine_ClipperLib_DoublePoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01009CF0, int32_t, ArraySortHelper_1_Cinemachine_ClipperLib_DoublePoint__InternalBinarySearch, (ClipperLib_DoublePoint__Array * array, int32_t index, int32_t length, ClipperLib_DoublePoint value, IComparer_1_Cinemachine_ClipperLib_DoublePoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Cinemachine_ClipperLib_DoublePoint__IntroSort, (ClipperLib_DoublePoint__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Cinemachine_ClipperLib_DoublePoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Cinemachine_ClipperLib_DoublePoint__IntrospectiveSort, (ClipperLib_DoublePoint__Array * keys, int32_t left, int32_t length, Comparison_1_Cinemachine_ClipperLib_DoublePoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0100A0E0, int32_t, ArraySortHelper_1_Cinemachine_ClipperLib_DoublePoint__PickPivotAndPartition, (ClipperLib_DoublePoint__Array * keys, int32_t lo, int32_t hi, Comparison_1_Cinemachine_ClipperLib_DoublePoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01009B70, void, ArraySortHelper_1_Cinemachine_ClipperLib_DoublePoint__Sort, (ClipperLib_DoublePoint__Array * keys, int32_t index, int32_t length, Comparison_1_Cinemachine_ClipperLib_DoublePoint_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA748, ArraySortHelper_1_Cinemachine_ClipperLib_DoublePoint__Sort__MethodInfo); DO_APP_FUNC(0x01009780, void, ArraySortHelper_1_Cinemachine_ClipperLib_DoublePoint__Sort_1, (ArraySortHelper_1_Cinemachine_ClipperLib_DoublePoint_ * __this, ClipperLib_DoublePoint__Array * keys, int32_t index, int32_t length, IComparer_1_Cinemachine_ClipperLib_DoublePoint_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA758, ArraySortHelper_1_Cinemachine_ClipperLib_DoublePoint__Sort_1__MethodInfo); DO_APP_FUNC(0x0100A050, void, ArraySortHelper_1_Cinemachine_ClipperLib_DoublePoint__Swap, (ClipperLib_DoublePoint__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01009EA0, void, ArraySortHelper_1_Cinemachine_ClipperLib_DoublePoint__SwapIfGreater, (ClipperLib_DoublePoint__Array * keys, Comparison_1_Cinemachine_ClipperLib_DoublePoint_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Cinemachine_ClipperLib_DoublePoint_ *, ArraySortHelper_1_Cinemachine_ClipperLib_DoublePoint__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Cinemachine_ClipperLib_IntPoint___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Cinemachine_ClipperLib_IntPoint___ctor, (ArraySortHelper_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0100AD00, int32_t, ArraySortHelper_1_Cinemachine_ClipperLib_IntPoint__BinarySearch, (ArraySortHelper_1_Cinemachine_ClipperLib_IntPoint_ * __this, ClipperLib_IntPoint__Array * array, int32_t index, int32_t length, ClipperLib_IntPoint value, IComparer_1_Cinemachine_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA6F8, ArraySortHelper_1_Cinemachine_ClipperLib_IntPoint__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF90E0, void, ArraySortHelper_1_Cinemachine_ClipperLib_IntPoint__DownHeap, (ClipperLib_IntPoint__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Cinemachine_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Cinemachine_ClipperLib_IntPoint__Heapsort, (ClipperLib_IntPoint__Array * keys, int32_t lo, int32_t hi, Comparison_1_Cinemachine_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF83B0, void, ArraySortHelper_1_Cinemachine_ClipperLib_IntPoint__InsertionSort, (ClipperLib_IntPoint__Array * keys, int32_t lo, int32_t hi, Comparison_1_Cinemachine_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_Cinemachine_ClipperLib_IntPoint__InternalBinarySearch, (ClipperLib_IntPoint__Array * array, int32_t index, int32_t length, ClipperLib_IntPoint value, IComparer_1_Cinemachine_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Cinemachine_ClipperLib_IntPoint__IntroSort, (ClipperLib_IntPoint__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Cinemachine_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Cinemachine_ClipperLib_IntPoint__IntrospectiveSort, (ClipperLib_IntPoint__Array * keys, int32_t left, int32_t length, Comparison_1_Cinemachine_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_Cinemachine_ClipperLib_IntPoint__PickPivotAndPartition, (ClipperLib_IntPoint__Array * keys, int32_t lo, int32_t hi, Comparison_1_Cinemachine_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0100AE80, void, ArraySortHelper_1_Cinemachine_ClipperLib_IntPoint__Sort, (ClipperLib_IntPoint__Array * keys, int32_t index, int32_t length, Comparison_1_Cinemachine_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA6F0, ArraySortHelper_1_Cinemachine_ClipperLib_IntPoint__Sort__MethodInfo); DO_APP_FUNC(0x0100AA90, void, ArraySortHelper_1_Cinemachine_ClipperLib_IntPoint__Sort_1, (ArraySortHelper_1_Cinemachine_ClipperLib_IntPoint_ * __this, ClipperLib_IntPoint__Array * keys, int32_t index, int32_t length, IComparer_1_Cinemachine_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA700, ArraySortHelper_1_Cinemachine_ClipperLib_IntPoint__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF7C40, void, ArraySortHelper_1_Cinemachine_ClipperLib_IntPoint__Swap, (ClipperLib_IntPoint__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF7AF0, void, ArraySortHelper_1_Cinemachine_ClipperLib_IntPoint__SwapIfGreater, (ClipperLib_IntPoint__Array * keys, Comparison_1_Cinemachine_ClipperLib_IntPoint_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Cinemachine_ClipperLib_IntPoint_ *, ArraySortHelper_1_Cinemachine_ClipperLib_IntPoint__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Cinemachine_ConfinerOven_PolygonSolution___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Cinemachine_ConfinerOven_PolygonSolution___ctor, (ArraySortHelper_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0100B270, int32_t, ArraySortHelper_1_Cinemachine_ConfinerOven_PolygonSolution__BinarySearch, (ArraySortHelper_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, ConfinerOven_PolygonSolution__Array * array, int32_t index, int32_t length, ConfinerOven_PolygonSolution value, IComparer_1_Cinemachine_ConfinerOven_PolygonSolution_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA720, ArraySortHelper_1_Cinemachine_ConfinerOven_PolygonSolution__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_Cinemachine_ConfinerOven_PolygonSolution__DownHeap, (ConfinerOven_PolygonSolution__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Cinemachine_ConfinerOven_PolygonSolution_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Cinemachine_ConfinerOven_PolygonSolution__Heapsort, (ConfinerOven_PolygonSolution__Array * keys, int32_t lo, int32_t hi, Comparison_1_Cinemachine_ConfinerOven_PolygonSolution_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_Cinemachine_ConfinerOven_PolygonSolution__InsertionSort, (ConfinerOven_PolygonSolution__Array * keys, int32_t lo, int32_t hi, Comparison_1_Cinemachine_ConfinerOven_PolygonSolution_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_Cinemachine_ConfinerOven_PolygonSolution__InternalBinarySearch, (ConfinerOven_PolygonSolution__Array * array, int32_t index, int32_t length, ConfinerOven_PolygonSolution value, IComparer_1_Cinemachine_ConfinerOven_PolygonSolution_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Cinemachine_ConfinerOven_PolygonSolution__IntroSort, (ConfinerOven_PolygonSolution__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Cinemachine_ConfinerOven_PolygonSolution_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Cinemachine_ConfinerOven_PolygonSolution__IntrospectiveSort, (ConfinerOven_PolygonSolution__Array * keys, int32_t left, int32_t length, Comparison_1_Cinemachine_ConfinerOven_PolygonSolution_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_Cinemachine_ConfinerOven_PolygonSolution__PickPivotAndPartition, (ConfinerOven_PolygonSolution__Array * keys, int32_t lo, int32_t hi, Comparison_1_Cinemachine_ConfinerOven_PolygonSolution_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0100B3F0, void, ArraySortHelper_1_Cinemachine_ConfinerOven_PolygonSolution__Sort, (ConfinerOven_PolygonSolution__Array * keys, int32_t index, int32_t length, Comparison_1_Cinemachine_ConfinerOven_PolygonSolution_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA718, ArraySortHelper_1_Cinemachine_ConfinerOven_PolygonSolution__Sort__MethodInfo); DO_APP_FUNC(0x0100B000, void, ArraySortHelper_1_Cinemachine_ConfinerOven_PolygonSolution__Sort_1, (ArraySortHelper_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, ConfinerOven_PolygonSolution__Array * keys, int32_t index, int32_t length, IComparer_1_Cinemachine_ConfinerOven_PolygonSolution_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA6E8, ArraySortHelper_1_Cinemachine_ConfinerOven_PolygonSolution__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_Cinemachine_ConfinerOven_PolygonSolution__Swap, (ConfinerOven_PolygonSolution__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_Cinemachine_ConfinerOven_PolygonSolution__SwapIfGreater, (ConfinerOven_PolygonSolution__Array * keys, Comparison_1_Cinemachine_ConfinerOven_PolygonSolution_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Cinemachine_ConfinerOven_PolygonSolution_ *, ArraySortHelper_1_Cinemachine_ConfinerOven_PolygonSolution__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB___ctor, (ArraySortHelper_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0100B7E0, int32_t, ArraySortHelper_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__BinarySearch, (ArraySortHelper_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Array * array, int32_t index, int32_t length, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB value, IComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA708, ArraySortHelper_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF6F20, void, ArraySortHelper_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__DownHeap, (CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Heapsort, (CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF7200, void, ArraySortHelper_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__InsertionSort, (CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF6690, int32_t, ArraySortHelper_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__InternalBinarySearch, (CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Array * array, int32_t index, int32_t length, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB value, IComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__IntroSort, (CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__IntrospectiveSort, (CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Array * keys, int32_t left, int32_t length, Comparison_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF6A40, int32_t, ArraySortHelper_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__PickPivotAndPartition, (CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0100B960, void, ArraySortHelper_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Sort, (CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Array * keys, int32_t index, int32_t length, Comparison_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA6C0, ArraySortHelper_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Sort__MethodInfo); DO_APP_FUNC(0x0100B570, void, ArraySortHelper_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Sort_1, (ArraySortHelper_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Array * keys, int32_t index, int32_t length, IComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA710, ArraySortHelper_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF69C0, void, ArraySortHelper_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Swap, (CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF6840, void, ArraySortHelper_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__SwapIfGreater, (CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Array * keys, Comparison_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ *, ArraySortHelper_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___ctor, (ArraySortHelper_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0100BD50, int32_t, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__BinarySearch, (ArraySortHelper_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo__Array * array, int32_t index, int32_t length, DelayedActionManager_DelegateInfo value, IComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA6B0, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FFD070, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__DownHeap, (DelayedActionManager_DelegateInfo__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Heapsort, (DelayedActionManager_DelegateInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFD3C0, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__InsertionSort, (DelayedActionManager_DelegateInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFC5D0, int32_t, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__InternalBinarySearch, (DelayedActionManager_DelegateInfo__Array * array, int32_t index, int32_t length, DelayedActionManager_DelegateInfo value, IComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__IntroSort, (DelayedActionManager_DelegateInfo__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__IntrospectiveSort, (DelayedActionManager_DelegateInfo__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFCB70, int32_t, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__PickPivotAndPartition, (DelayedActionManager_DelegateInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0100BED0, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Sort, (DelayedActionManager_DelegateInfo__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA6A8, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Sort__MethodInfo); DO_APP_FUNC(0x0100BAE0, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Sort_1, (ArraySortHelper_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA6B8, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Sort_1__MethodInfo); DO_APP_FUNC(0x00FFCA10, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Swap, (DelayedActionManager_DelegateInfo__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FFC790, void, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__SwapIfGreater, (DelayedActionManager_DelegateInfo__Array * keys, Comparison_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ *, ArraySortHelper_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Photon_Bolt_EventDispatcher_CallbackWrapper___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Photon_Bolt_EventDispatcher_CallbackWrapper___ctor, (ArraySortHelper_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0100C2C0, int32_t, ArraySortHelper_1_Photon_Bolt_EventDispatcher_CallbackWrapper__BinarySearch, (ArraySortHelper_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, EventDispatcher_CallbackWrapper__Array * array, int32_t index, int32_t length, EventDispatcher_CallbackWrapper value, IComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA6D8, ArraySortHelper_1_Photon_Bolt_EventDispatcher_CallbackWrapper__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_Photon_Bolt_EventDispatcher_CallbackWrapper__DownHeap, (EventDispatcher_CallbackWrapper__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Heapsort, (EventDispatcher_CallbackWrapper__Array * keys, int32_t lo, int32_t hi, Comparison_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_Photon_Bolt_EventDispatcher_CallbackWrapper__InsertionSort, (EventDispatcher_CallbackWrapper__Array * keys, int32_t lo, int32_t hi, Comparison_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_Photon_Bolt_EventDispatcher_CallbackWrapper__InternalBinarySearch, (EventDispatcher_CallbackWrapper__Array * array, int32_t index, int32_t length, EventDispatcher_CallbackWrapper value, IComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Photon_Bolt_EventDispatcher_CallbackWrapper__IntroSort, (EventDispatcher_CallbackWrapper__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Photon_Bolt_EventDispatcher_CallbackWrapper__IntrospectiveSort, (EventDispatcher_CallbackWrapper__Array * keys, int32_t left, int32_t length, Comparison_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_Photon_Bolt_EventDispatcher_CallbackWrapper__PickPivotAndPartition, (EventDispatcher_CallbackWrapper__Array * keys, int32_t lo, int32_t hi, Comparison_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0100C440, void, ArraySortHelper_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Sort, (EventDispatcher_CallbackWrapper__Array * keys, int32_t index, int32_t length, Comparison_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA6D0, ArraySortHelper_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Sort__MethodInfo); DO_APP_FUNC(0x0100C050, void, ArraySortHelper_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Sort_1, (ArraySortHelper_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, EventDispatcher_CallbackWrapper__Array * keys, int32_t index, int32_t length, IComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA6E0, ArraySortHelper_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Swap, (EventDispatcher_CallbackWrapper__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_Photon_Bolt_EventDispatcher_CallbackWrapper__SwapIfGreater, (EventDispatcher_CallbackWrapper__Array * keys, Comparison_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ *, ArraySortHelper_1_Photon_Bolt_EventDispatcher_CallbackWrapper__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Photon_Bolt_EventDispatcher_EventListener___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Photon_Bolt_EventDispatcher_EventListener___ctor, (ArraySortHelper_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0100C830, int32_t, ArraySortHelper_1_Photon_Bolt_EventDispatcher_EventListener__BinarySearch, (ArraySortHelper_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, EventDispatcher_EventListener__Array * array, int32_t index, int32_t length, EventDispatcher_EventListener value, IComparer_1_Photon_Bolt_EventDispatcher_EventListener_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA680, ArraySortHelper_1_Photon_Bolt_EventDispatcher_EventListener__BinarySearch__MethodInfo); DO_APP_FUNC(0x01002960, void, ArraySortHelper_1_Photon_Bolt_EventDispatcher_EventListener__DownHeap, (EventDispatcher_EventListener__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Photon_Bolt_EventDispatcher_EventListener_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Photon_Bolt_EventDispatcher_EventListener__Heapsort, (EventDispatcher_EventListener__Array * keys, int32_t lo, int32_t hi, Comparison_1_Photon_Bolt_EventDispatcher_EventListener_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01002CC0, void, ArraySortHelper_1_Photon_Bolt_EventDispatcher_EventListener__InsertionSort, (EventDispatcher_EventListener__Array * keys, int32_t lo, int32_t hi, Comparison_1_Photon_Bolt_EventDispatcher_EventListener_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_Photon_Bolt_EventDispatcher_EventListener__InternalBinarySearch, (EventDispatcher_EventListener__Array * array, int32_t index, int32_t length, EventDispatcher_EventListener value, IComparer_1_Photon_Bolt_EventDispatcher_EventListener_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Photon_Bolt_EventDispatcher_EventListener__IntroSort, (EventDispatcher_EventListener__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Photon_Bolt_EventDispatcher_EventListener_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Photon_Bolt_EventDispatcher_EventListener__IntrospectiveSort, (EventDispatcher_EventListener__Array * keys, int32_t left, int32_t length, Comparison_1_Photon_Bolt_EventDispatcher_EventListener_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_Photon_Bolt_EventDispatcher_EventListener__PickPivotAndPartition, (EventDispatcher_EventListener__Array * keys, int32_t lo, int32_t hi, Comparison_1_Photon_Bolt_EventDispatcher_EventListener_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0100C9B0, void, ArraySortHelper_1_Photon_Bolt_EventDispatcher_EventListener__Sort, (EventDispatcher_EventListener__Array * keys, int32_t index, int32_t length, Comparison_1_Photon_Bolt_EventDispatcher_EventListener_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA678, ArraySortHelper_1_Photon_Bolt_EventDispatcher_EventListener__Sort__MethodInfo); DO_APP_FUNC(0x0100C5C0, void, ArraySortHelper_1_Photon_Bolt_EventDispatcher_EventListener__Sort_1, (ArraySortHelper_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, EventDispatcher_EventListener__Array * keys, int32_t index, int32_t length, IComparer_1_Photon_Bolt_EventDispatcher_EventListener_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA6C8, ArraySortHelper_1_Photon_Bolt_EventDispatcher_EventListener__Sort_1__MethodInfo); DO_APP_FUNC(0x01002800, void, ArraySortHelper_1_Photon_Bolt_EventDispatcher_EventListener__Swap, (EventDispatcher_EventListener__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010025A0, void, ArraySortHelper_1_Photon_Bolt_EventDispatcher_EventListener__SwapIfGreater, (EventDispatcher_EventListener__Array * keys, Comparison_1_Photon_Bolt_EventDispatcher_EventListener_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Photon_Bolt_EventDispatcher_EventListener_ *, ArraySortHelper_1_Photon_Bolt_EventDispatcher_EventListener__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Dissonance_Networking_Client_EventQueue_NetworkEvent___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Dissonance_Networking_Client_EventQueue_NetworkEvent___ctor, (ArraySortHelper_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0100CDA0, int32_t, ArraySortHelper_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__BinarySearch, (ArraySortHelper_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, EventQueue_NetworkEvent__Array * array, int32_t index, int32_t length, EventQueue_NetworkEvent value, IComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA668, ArraySortHelper_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__BinarySearch__MethodInfo); DO_APP_FUNC(0x0100E080, void, ArraySortHelper_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__DownHeap, (EventQueue_NetworkEvent__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Heapsort, (EventQueue_NetworkEvent__Array * keys, int32_t lo, int32_t hi, Comparison_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0100E520, void, ArraySortHelper_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__InsertionSort, (EventQueue_NetworkEvent__Array * keys, int32_t lo, int32_t hi, Comparison_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0100D100, int32_t, ArraySortHelper_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__InternalBinarySearch, (EventQueue_NetworkEvent__Array * array, int32_t index, int32_t length, EventQueue_NetworkEvent value, IComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__IntroSort, (EventQueue_NetworkEvent__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__IntrospectiveSort, (EventQueue_NetworkEvent__Array * keys, int32_t left, int32_t length, Comparison_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0100D9D0, int32_t, ArraySortHelper_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__PickPivotAndPartition, (EventQueue_NetworkEvent__Array * keys, int32_t lo, int32_t hi, Comparison_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0100CF80, void, ArraySortHelper_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Sort, (EventQueue_NetworkEvent__Array * keys, int32_t index, int32_t length, Comparison_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA6A0, ArraySortHelper_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Sort__MethodInfo); DO_APP_FUNC(0x0100CB30, void, ArraySortHelper_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Sort_1, (ArraySortHelper_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, EventQueue_NetworkEvent__Array * keys, int32_t index, int32_t length, IComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA670, ArraySortHelper_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Sort_1__MethodInfo); DO_APP_FUNC(0x0100D7E0, void, ArraySortHelper_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Swap, (EventQueue_NetworkEvent__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x0100D3F0, void, ArraySortHelper_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__SwapIfGreater, (EventQueue_NetworkEvent__Array * keys, Comparison_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ *, ArraySortHelper_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_FocusController_FocusedElement___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_FocusController_FocusedElement___ctor, (ArraySortHelper_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0100EAD0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_FocusController_FocusedElement__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, FocusController_FocusedElement__Array * array, int32_t index, int32_t length, FocusController_FocusedElement value, IComparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA690, ArraySortHelper_1_UnityEngine_UIElements_FocusController_FocusedElement__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_UnityEngine_UIElements_FocusController_FocusedElement__DownHeap, (FocusController_FocusedElement__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_FocusController_FocusedElement_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_FocusController_FocusedElement__Heapsort, (FocusController_FocusedElement__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_FocusController_FocusedElement_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_UnityEngine_UIElements_FocusController_FocusedElement__InsertionSort, (FocusController_FocusedElement__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_FocusController_FocusedElement_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_FocusController_FocusedElement__InternalBinarySearch, (FocusController_FocusedElement__Array * array, int32_t index, int32_t length, FocusController_FocusedElement value, IComparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_FocusController_FocusedElement__IntroSort, (FocusController_FocusedElement__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_FocusController_FocusedElement_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_FocusController_FocusedElement__IntrospectiveSort, (FocusController_FocusedElement__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_FocusController_FocusedElement_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_UIElements_FocusController_FocusedElement__PickPivotAndPartition, (FocusController_FocusedElement__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_FocusController_FocusedElement_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0100EC50, void, ArraySortHelper_1_UnityEngine_UIElements_FocusController_FocusedElement__Sort, (FocusController_FocusedElement__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_FocusController_FocusedElement_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA688, ArraySortHelper_1_UnityEngine_UIElements_FocusController_FocusedElement__Sort__MethodInfo); DO_APP_FUNC(0x0100E860, void, ArraySortHelper_1_UnityEngine_UIElements_FocusController_FocusedElement__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, FocusController_FocusedElement__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA698, ArraySortHelper_1_UnityEngine_UIElements_FocusController_FocusedElement__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_UnityEngine_UIElements_FocusController_FocusedElement__Swap, (FocusController_FocusedElement__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_UnityEngine_UIElements_FocusController_FocusedElement__SwapIfGreater, (FocusController_FocusedElement__Array * keys, Comparison_1_UnityEngine_UIElements_FocusController_FocusedElement_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_FocusController_FocusedElement_ *, ArraySortHelper_1_UnityEngine_UIElements_FocusController_FocusedElement__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Pathfinding_Funnel_PathPart___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Pathfinding_Funnel_PathPart___ctor, (ArraySortHelper_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010E1630, int32_t, ArraySortHelper_1_Pathfinding_Funnel_PathPart__BinarySearch, (ArraySortHelper_1_Pathfinding_Funnel_PathPart_ * __this, Funnel_PathPart__Array * array, int32_t index, int32_t length, Funnel_PathPart value, IComparer_1_Pathfinding_Funnel_PathPart_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD9E0, ArraySortHelper_1_Pathfinding_Funnel_PathPart__BinarySearch__MethodInfo); DO_APP_FUNC(0x010E22C0, void, ArraySortHelper_1_Pathfinding_Funnel_PathPart__DownHeap, (Funnel_PathPart__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Pathfinding_Funnel_PathPart_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Pathfinding_Funnel_PathPart__Heapsort, (Funnel_PathPart__Array * keys, int32_t lo, int32_t hi, Comparison_1_Pathfinding_Funnel_PathPart_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E2610, void, ArraySortHelper_1_Pathfinding_Funnel_PathPart__InsertionSort, (Funnel_PathPart__Array * keys, int32_t lo, int32_t hi, Comparison_1_Pathfinding_Funnel_PathPart_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E1940, int32_t, ArraySortHelper_1_Pathfinding_Funnel_PathPart__InternalBinarySearch, (Funnel_PathPart__Array * array, int32_t index, int32_t length, Funnel_PathPart value, IComparer_1_Pathfinding_Funnel_PathPart_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Pathfinding_Funnel_PathPart__IntroSort, (Funnel_PathPart__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Pathfinding_Funnel_PathPart_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Pathfinding_Funnel_PathPart__IntrospectiveSort, (Funnel_PathPart__Array * keys, int32_t left, int32_t length, Comparison_1_Pathfinding_Funnel_PathPart_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E1D70, int32_t, ArraySortHelper_1_Pathfinding_Funnel_PathPart__PickPivotAndPartition, (Funnel_PathPart__Array * keys, int32_t lo, int32_t hi, Comparison_1_Pathfinding_Funnel_PathPart_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E17C0, void, ArraySortHelper_1_Pathfinding_Funnel_PathPart__Sort, (Funnel_PathPart__Array * keys, int32_t index, int32_t length, Comparison_1_Pathfinding_Funnel_PathPart_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD9B8, ArraySortHelper_1_Pathfinding_Funnel_PathPart__Sort__MethodInfo); DO_APP_FUNC(0x010E13C0, void, ArraySortHelper_1_Pathfinding_Funnel_PathPart__Sort_1, (ArraySortHelper_1_Pathfinding_Funnel_PathPart_ * __this, Funnel_PathPart__Array * keys, int32_t index, int32_t length, IComparer_1_Pathfinding_Funnel_PathPart_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD9D0, ArraySortHelper_1_Pathfinding_Funnel_PathPart__Sort_1__MethodInfo); DO_APP_FUNC(0x010E1CE0, void, ArraySortHelper_1_Pathfinding_Funnel_PathPart__Swap, (Funnel_PathPart__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010E1B10, void, ArraySortHelper_1_Pathfinding_Funnel_PathPart__SwapIfGreater, (Funnel_PathPart__Array * keys, Comparison_1_Pathfinding_Funnel_PathPart_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Pathfinding_Funnel_PathPart_ *, ArraySortHelper_1_Pathfinding_Funnel_PathPart__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch___ctor, (ArraySortHelper_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010E2AB0, int32_t, ArraySortHelper_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__BinarySearch, (ArraySortHelper_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, GetRandomAvailablePerch_RandomPerch__Array * array, int32_t index, int32_t length, GetRandomAvailablePerch_RandomPerch value, IComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDA10, ArraySortHelper_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__BinarySearch__MethodInfo); DO_APP_FUNC(0x010E3190, void, ArraySortHelper_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__DownHeap, (GetRandomAvailablePerch_RandomPerch__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Heapsort, (GetRandomAvailablePerch_RandomPerch__Array * keys, int32_t lo, int32_t hi, Comparison_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E34E0, void, ArraySortHelper_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__InsertionSort, (GetRandomAvailablePerch_RandomPerch__Array * keys, int32_t lo, int32_t hi, Comparison_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFC5D0, int32_t, ArraySortHelper_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__InternalBinarySearch, (GetRandomAvailablePerch_RandomPerch__Array * array, int32_t index, int32_t length, GetRandomAvailablePerch_RandomPerch value, IComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__IntroSort, (GetRandomAvailablePerch_RandomPerch__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__IntrospectiveSort, (GetRandomAvailablePerch_RandomPerch__Array * keys, int32_t left, int32_t length, Comparison_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFCB70, int32_t, ArraySortHelper_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__PickPivotAndPartition, (GetRandomAvailablePerch_RandomPerch__Array * keys, int32_t lo, int32_t hi, Comparison_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E2C30, void, ArraySortHelper_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Sort, (GetRandomAvailablePerch_RandomPerch__Array * keys, int32_t index, int32_t length, Comparison_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDA20, ArraySortHelper_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Sort__MethodInfo); DO_APP_FUNC(0x010E2840, void, ArraySortHelper_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Sort_1, (ArraySortHelper_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, GetRandomAvailablePerch_RandomPerch__Array * keys, int32_t index, int32_t length, IComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD9C0, ArraySortHelper_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Sort_1__MethodInfo); DO_APP_FUNC(0x010E3030, void, ArraySortHelper_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Swap, (GetRandomAvailablePerch_RandomPerch__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010E2DB0, void, ArraySortHelper_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__SwapIfGreater, (GetRandomAvailablePerch_RandomPerch__Array * keys, Comparison_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ *, ArraySortHelper_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor___ctor, (ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010E3930, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__BinarySearch, (ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, HID_HIDCollectionDescriptor__Array * array, int32_t index, int32_t length, HID_HIDCollectionDescriptor value, IComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDA00, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__BinarySearch__MethodInfo); DO_APP_FUNC(0x010E3E40, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__DownHeap, (HID_HIDCollectionDescriptor__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Heapsort, (HID_HIDCollectionDescriptor__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E4120, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__InsertionSort, (HID_HIDCollectionDescriptor__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__InternalBinarySearch, (HID_HIDCollectionDescriptor__Array * array, int32_t index, int32_t length, HID_HIDCollectionDescriptor value, IComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__IntroSort, (HID_HIDCollectionDescriptor__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__IntrospectiveSort, (HID_HIDCollectionDescriptor__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__PickPivotAndPartition, (HID_HIDCollectionDescriptor__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E3AB0, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Sort, (HID_HIDCollectionDescriptor__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD988, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Sort__MethodInfo); DO_APP_FUNC(0x010E36C0, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Sort_1, (ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, HID_HIDCollectionDescriptor__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD9F0, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Sort_1__MethodInfo); DO_APP_FUNC(0x010E3DC0, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Swap, (HID_HIDCollectionDescriptor__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010E3C30, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__SwapIfGreater, (HID_HIDCollectionDescriptor__Array * keys, Comparison_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ *, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor___ctor, (ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010E4570, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__BinarySearch, (ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, HID_HIDElementDescriptor__Array * array, int32_t index, int32_t length, HID_HIDElementDescriptor value, IComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD978, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__BinarySearch__MethodInfo); DO_APP_FUNC(0x010E5410, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__DownHeap, (HID_HIDElementDescriptor__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Heapsort, (HID_HIDElementDescriptor__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E5800, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__InsertionSort, (HID_HIDElementDescriptor__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E48A0, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__InternalBinarySearch, (HID_HIDElementDescriptor__Array * array, int32_t index, int32_t length, HID_HIDElementDescriptor value, IComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__IntroSort, (HID_HIDElementDescriptor__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__IntrospectiveSort, (HID_HIDElementDescriptor__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E4E50, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__PickPivotAndPartition, (HID_HIDElementDescriptor__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E4720, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Sort, (HID_HIDElementDescriptor__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD980, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Sort__MethodInfo); DO_APP_FUNC(0x010E4300, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Sort_1, (ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, HID_HIDElementDescriptor__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD990, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Sort_1__MethodInfo); DO_APP_FUNC(0x010E4D70, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Swap, (HID_HIDElementDescriptor__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010E4AE0, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__SwapIfGreater, (HID_HIDElementDescriptor__Array * keys, Comparison_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ *, ArraySortHelper_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData___ctor, (ArraySortHelper_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010E5D40, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__BinarySearch, (ArraySortHelper_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, HIDParser_HIDReportData__Array * array, int32_t index, int32_t length, HIDParser_HIDReportData value, IComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD9B0, ArraySortHelper_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF6F20, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__DownHeap, (HIDParser_HIDReportData__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Heapsort, (HIDParser_HIDReportData__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF7200, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__InsertionSort, (HIDParser_HIDReportData__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF6690, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__InternalBinarySearch, (HIDParser_HIDReportData__Array * array, int32_t index, int32_t length, HIDParser_HIDReportData value, IComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__IntroSort, (HIDParser_HIDReportData__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__IntrospectiveSort, (HIDParser_HIDReportData__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF6A40, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__PickPivotAndPartition, (HIDParser_HIDReportData__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E5EC0, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Sort, (HIDParser_HIDReportData__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD998, ArraySortHelper_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Sort__MethodInfo); DO_APP_FUNC(0x010E5AD0, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Sort_1, (ArraySortHelper_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, HIDParser_HIDReportData__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD9A8, ArraySortHelper_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF69C0, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Swap, (HIDParser_HIDReportData__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF6840, void, ArraySortHelper_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__SwapIfGreater, (HIDParser_HIDReportData__Array * keys, Comparison_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ *, ArraySortHelper_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData___ctor, (ArraySortHelper_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010E62B0, int32_t, ArraySortHelper_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__BinarySearch, (ArraySortHelper_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, HairDesignerGeneratorFurShellBase_BufferData__Array * array, int32_t index, int32_t length, HairDesignerGeneratorFurShellBase_BufferData value, IComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD930, ArraySortHelper_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__BinarySearch__MethodInfo); DO_APP_FUNC(0x010E6D30, void, ArraySortHelper_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__DownHeap, (HairDesignerGeneratorFurShellBase_BufferData__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Heapsort, (HairDesignerGeneratorFurShellBase_BufferData__Array * keys, int32_t lo, int32_t hi, Comparison_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E6F50, void, ArraySortHelper_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__InsertionSort, (HairDesignerGeneratorFurShellBase_BufferData__Array * keys, int32_t lo, int32_t hi, Comparison_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E65A0, int32_t, ArraySortHelper_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__InternalBinarySearch, (HairDesignerGeneratorFurShellBase_BufferData__Array * array, int32_t index, int32_t length, HairDesignerGeneratorFurShellBase_BufferData value, IComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__IntroSort, (HairDesignerGeneratorFurShellBase_BufferData__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__IntrospectiveSort, (HairDesignerGeneratorFurShellBase_BufferData__Array * keys, int32_t left, int32_t length, Comparison_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E68C0, int32_t, ArraySortHelper_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__PickPivotAndPartition, (HairDesignerGeneratorFurShellBase_BufferData__Array * keys, int32_t lo, int32_t hi, Comparison_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E6420, void, ArraySortHelper_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Sort, (HairDesignerGeneratorFurShellBase_BufferData__Array * keys, int32_t index, int32_t length, Comparison_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD938, ArraySortHelper_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Sort__MethodInfo); DO_APP_FUNC(0x010E6040, void, ArraySortHelper_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Sort_1, (ArraySortHelper_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, HairDesignerGeneratorFurShellBase_BufferData__Array * keys, int32_t index, int32_t length, IComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD9A0, ArraySortHelper_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Sort_1__MethodInfo); DO_APP_FUNC(0x010E6860, void, ArraySortHelper_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Swap, (HairDesignerGeneratorFurShellBase_BufferData__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010E6740, void, ArraySortHelper_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__SwapIfGreater, (HairDesignerGeneratorFurShellBase_BufferData__Array * keys, Comparison_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ *, ArraySortHelper_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson___ctor, (ArraySortHelper_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010E7320, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__BinarySearch, (ArraySortHelper_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, InputActionMap_BindingOverrideJson__Array * array, int32_t index, int32_t length, InputActionMap_BindingOverrideJson value, IComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD920, ArraySortHelper_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__BinarySearch__MethodInfo); DO_APP_FUNC(0x010E79D0, void, ArraySortHelper_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__DownHeap, (InputActionMap_BindingOverrideJson__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Heapsort, (InputActionMap_BindingOverrideJson__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E7DC0, void, ArraySortHelper_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__InsertionSort, (InputActionMap_BindingOverrideJson__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF33A0, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__InternalBinarySearch, (InputActionMap_BindingOverrideJson__Array * array, int32_t index, int32_t length, InputActionMap_BindingOverrideJson value, IComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__IntroSort, (InputActionMap_BindingOverrideJson__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__IntrospectiveSort, (InputActionMap_BindingOverrideJson__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3F00, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__PickPivotAndPartition, (InputActionMap_BindingOverrideJson__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E74B0, void, ArraySortHelper_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Sort, (InputActionMap_BindingOverrideJson__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD960, ArraySortHelper_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Sort__MethodInfo); DO_APP_FUNC(0x010E70B0, void, ArraySortHelper_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Sort_1, (ArraySortHelper_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, InputActionMap_BindingOverrideJson__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD910, ArraySortHelper_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Sort_1__MethodInfo); DO_APP_FUNC(0x010E7850, void, ArraySortHelper_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Swap, (InputActionMap_BindingOverrideJson__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010E7630, void, ArraySortHelper_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__SwapIfGreater, (InputActionMap_BindingOverrideJson__Array * keys, Comparison_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ *, ArraySortHelper_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor, (ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010E8270, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__BinarySearch, (ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem__Array * array, int32_t index, int32_t length, InputControlLayout_ControlItem value, IComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD940, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__BinarySearch__MethodInfo); DO_APP_FUNC(0x010E9450, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__DownHeap, (InputControlLayout_ControlItem__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Heapsort, (InputControlLayout_ControlItem__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E99A0, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__InsertionSort, (InputControlLayout_ControlItem__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E85F0, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__InternalBinarySearch, (InputControlLayout_ControlItem__Array * array, int32_t index, int32_t length, InputControlLayout_ControlItem value, IComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__IntroSort, (InputControlLayout_ControlItem__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__IntrospectiveSort, (InputControlLayout_ControlItem__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E8DB0, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__PickPivotAndPartition, (InputControlLayout_ControlItem__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E8470, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Sort, (InputControlLayout_ControlItem__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD950, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Sort__MethodInfo); DO_APP_FUNC(0x010E8000, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Sort_1, (ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD968, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Sort_1__MethodInfo); DO_APP_FUNC(0x010E8C10, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Swap, (InputControlLayout_ControlItem__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010E88A0, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__SwapIfGreater, (InputControlLayout_ControlItem__Array * keys, Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper___ctor, (ArraySortHelper_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010E9FA0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, InternalTreeView_TreeViewItemWrapper__Array * array, int32_t index, int32_t length, InternalTreeView_TreeViewItemWrapper value, IComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD8E0, ArraySortHelper_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__BinarySearch__MethodInfo); DO_APP_FUNC(0x01001BB0, void, ArraySortHelper_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__DownHeap, (InternalTreeView_TreeViewItemWrapper__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Heapsort, (InternalTreeView_TreeViewItemWrapper__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01001E80, void, ArraySortHelper_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__InsertionSort, (InternalTreeView_TreeViewItemWrapper__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__InternalBinarySearch, (InternalTreeView_TreeViewItemWrapper__Array * array, int32_t index, int32_t length, InternalTreeView_TreeViewItemWrapper value, IComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__IntroSort, (InternalTreeView_TreeViewItemWrapper__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__IntrospectiveSort, (InternalTreeView_TreeViewItemWrapper__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__PickPivotAndPartition, (InternalTreeView_TreeViewItemWrapper__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010EA120, void, ArraySortHelper_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Sort, (InternalTreeView_TreeViewItemWrapper__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD8C0, ArraySortHelper_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Sort__MethodInfo); DO_APP_FUNC(0x010E9D30, void, ArraySortHelper_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, InternalTreeView_TreeViewItemWrapper__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD8D8, ArraySortHelper_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Sort_1__MethodInfo); DO_APP_FUNC(0x01001A70, void, ArraySortHelper_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Swap, (InternalTreeView_TreeViewItemWrapper__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01001850, void, ArraySortHelper_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__SwapIfGreater, (InternalTreeView_TreeViewItemWrapper__Array * keys, Comparison_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ *, ArraySortHelper_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV___ctor, (ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010EA510, int32_t, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__BinarySearch, (ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Array * array, int32_t index, int32_t length, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV value, IComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD900, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__BinarySearch__MethodInfo); DO_APP_FUNC(0x01001BB0, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__DownHeap, (JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Heapsort, (JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Array * keys, int32_t lo, int32_t hi, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01001E80, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__InsertionSort, (JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Array * keys, int32_t lo, int32_t hi, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__InternalBinarySearch, (JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Array * array, int32_t index, int32_t length, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV value, IComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__IntroSort, (JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__IntrospectiveSort, (JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Array * keys, int32_t left, int32_t length, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__PickPivotAndPartition, (JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Array * keys, int32_t lo, int32_t hi, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010EA690, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Sort, (JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Array * keys, int32_t index, int32_t length, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD908, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Sort__MethodInfo); DO_APP_FUNC(0x010EA2A0, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Sort_1, (ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Array * keys, int32_t index, int32_t length, IComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD8D0, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Sort_1__MethodInfo); DO_APP_FUNC(0x01001A70, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Swap, (JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01001850, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__SwapIfGreater, (JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Array * keys, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ *, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb___ctor, (ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010EAA80, int32_t, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__BinarySearch, (ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * array, int32_t index, int32_t length, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb value, IComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD8F8, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__BinarySearch__MethodInfo); DO_APP_FUNC(0x010EB170, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__DownHeap, (JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Heapsort, (JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * keys, int32_t lo, int32_t hi, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010EB570, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__InsertionSort, (JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * keys, int32_t lo, int32_t hi, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E48A0, int32_t, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__InternalBinarySearch, (JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * array, int32_t index, int32_t length, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb value, IComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__IntroSort, (JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__IntrospectiveSort, (JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * keys, int32_t left, int32_t length, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E4E50, int32_t, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__PickPivotAndPartition, (JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * keys, int32_t lo, int32_t hi, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010EAC30, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Sort, (JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * keys, int32_t index, int32_t length, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD868, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Sort__MethodInfo); DO_APP_FUNC(0x010EA810, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Sort_1, (ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * keys, int32_t index, int32_t length, IComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD8F0, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Sort_1__MethodInfo); DO_APP_FUNC(0x010EB040, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Swap, (JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010EADB0, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__SwapIfGreater, (JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * keys, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ *, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux___ctor, (ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010EBA70, int32_t, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__BinarySearch, (ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Array * array, int32_t index, int32_t length, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux value, IComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD850, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__BinarySearch__MethodInfo); DO_APP_FUNC(0x01001BB0, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__DownHeap, (JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Heapsort, (JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Array * keys, int32_t lo, int32_t hi, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01001E80, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__InsertionSort, (JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Array * keys, int32_t lo, int32_t hi, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__InternalBinarySearch, (JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Array * array, int32_t index, int32_t length, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux value, IComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__IntroSort, (JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__IntrospectiveSort, (JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Array * keys, int32_t left, int32_t length, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__PickPivotAndPartition, (JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Array * keys, int32_t lo, int32_t hi, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010EBBF0, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Sort, (JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Array * keys, int32_t index, int32_t length, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD860, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Sort__MethodInfo); DO_APP_FUNC(0x010EB800, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Sort_1, (ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Array * keys, int32_t index, int32_t length, IComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD878, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Sort_1__MethodInfo); DO_APP_FUNC(0x01001A70, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Swap, (JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01001850, void, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__SwapIfGreater, (JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Array * keys, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ *, ArraySortHelper_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (ArraySortHelper_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010EBFE0, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__BinarySearch, (ArraySortHelper_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue__Array * array, int32_t index, int32_t length, JsonParser_JsonValue value, IComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD8B0, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__BinarySearch__MethodInfo); DO_APP_FUNC(0x010EC6D0, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__DownHeap, (JsonParser_JsonValue__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Heapsort, (JsonParser_JsonValue__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010ECAD0, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__InsertionSort, (JsonParser_JsonValue__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E48A0, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__InternalBinarySearch, (JsonParser_JsonValue__Array * array, int32_t index, int32_t length, JsonParser_JsonValue value, IComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__IntroSort, (JsonParser_JsonValue__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__IntrospectiveSort, (JsonParser_JsonValue__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E4E50, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__PickPivotAndPartition, (JsonParser_JsonValue__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010EC190, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Sort, (JsonParser_JsonValue__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD888, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Sort__MethodInfo); DO_APP_FUNC(0x010EBD70, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Sort_1, (ArraySortHelper_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD8A0, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Sort_1__MethodInfo); DO_APP_FUNC(0x010EC5A0, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Swap, (JsonParser_JsonValue__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010EC310, void, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__SwapIfGreater, (JsonParser_JsonValue__Array * keys, Comparison_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, ArraySortHelper_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage___ctor, (ArraySortHelper_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010ECFD0, int32_t, ArraySortHelper_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__BinarySearch, (ArraySortHelper_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Logs_LogMessage__Array * array, int32_t index, int32_t length, Logs_LogMessage value, IComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD7F0, ArraySortHelper_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__BinarySearch__MethodInfo); DO_APP_FUNC(0x01001BB0, void, ArraySortHelper_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__DownHeap, (Logs_LogMessage__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Heapsort, (Logs_LogMessage__Array * keys, int32_t lo, int32_t hi, Comparison_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01001E80, void, ArraySortHelper_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__InsertionSort, (Logs_LogMessage__Array * keys, int32_t lo, int32_t hi, Comparison_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__InternalBinarySearch, (Logs_LogMessage__Array * array, int32_t index, int32_t length, Logs_LogMessage value, IComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__IntroSort, (Logs_LogMessage__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__IntrospectiveSort, (Logs_LogMessage__Array * keys, int32_t left, int32_t length, Comparison_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__PickPivotAndPartition, (Logs_LogMessage__Array * keys, int32_t lo, int32_t hi, Comparison_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010ED150, void, ArraySortHelper_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Sort, (Logs_LogMessage__Array * keys, int32_t index, int32_t length, Comparison_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD800, ArraySortHelper_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Sort__MethodInfo); DO_APP_FUNC(0x010ECD60, void, ArraySortHelper_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Sort_1, (ArraySortHelper_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Logs_LogMessage__Array * keys, int32_t index, int32_t length, IComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD890, ArraySortHelper_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Sort_1__MethodInfo); DO_APP_FUNC(0x01001A70, void, ArraySortHelper_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Swap, (Logs_LogMessage__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01001850, void, ArraySortHelper_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__SwapIfGreater, (Logs_LogMessage__Array * keys, Comparison_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ *, ArraySortHelper_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_MagicLightProbes_MagicLightProbes_VolumeParameters___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_MagicLightProbes_MagicLightProbes_VolumeParameters___ctor, (ArraySortHelper_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010ED540, int32_t, ArraySortHelper_1_MagicLightProbes_MagicLightProbes_VolumeParameters__BinarySearch, (ArraySortHelper_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MagicLightProbes_VolumeParameters__Array * array, int32_t index, int32_t length, MagicLightProbes_VolumeParameters value, IComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD7E0, ArraySortHelper_1_MagicLightProbes_MagicLightProbes_VolumeParameters__BinarySearch__MethodInfo); DO_APP_FUNC(0x010EE1B0, void, ArraySortHelper_1_MagicLightProbes_MagicLightProbes_VolumeParameters__DownHeap, (MagicLightProbes_VolumeParameters__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Heapsort, (MagicLightProbes_VolumeParameters__Array * keys, int32_t lo, int32_t hi, Comparison_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010EE4F0, void, ArraySortHelper_1_MagicLightProbes_MagicLightProbes_VolumeParameters__InsertionSort, (MagicLightProbes_VolumeParameters__Array * keys, int32_t lo, int32_t hi, Comparison_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010ED850, int32_t, ArraySortHelper_1_MagicLightProbes_MagicLightProbes_VolumeParameters__InternalBinarySearch, (MagicLightProbes_VolumeParameters__Array * array, int32_t index, int32_t length, MagicLightProbes_VolumeParameters value, IComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_MagicLightProbes_MagicLightProbes_VolumeParameters__IntroSort, (MagicLightProbes_VolumeParameters__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_MagicLightProbes_MagicLightProbes_VolumeParameters__IntrospectiveSort, (MagicLightProbes_VolumeParameters__Array * keys, int32_t left, int32_t length, Comparison_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010EDC80, int32_t, ArraySortHelper_1_MagicLightProbes_MagicLightProbes_VolumeParameters__PickPivotAndPartition, (MagicLightProbes_VolumeParameters__Array * keys, int32_t lo, int32_t hi, Comparison_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010ED6D0, void, ArraySortHelper_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Sort, (MagicLightProbes_VolumeParameters__Array * keys, int32_t index, int32_t length, Comparison_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD830, ArraySortHelper_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Sort__MethodInfo); DO_APP_FUNC(0x010ED2D0, void, ArraySortHelper_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Sort_1, (ArraySortHelper_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MagicLightProbes_VolumeParameters__Array * keys, int32_t index, int32_t length, IComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD7D8, ArraySortHelper_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Sort_1__MethodInfo); DO_APP_FUNC(0x010EDBE0, void, ArraySortHelper_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Swap, (MagicLightProbes_VolumeParameters__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010EDA20, void, ArraySortHelper_1_MagicLightProbes_MagicLightProbes_VolumeParameters__SwapIfGreater, (MagicLightProbes_VolumeParameters__Array * keys, Comparison_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ *, ArraySortHelper_1_MagicLightProbes_MagicLightProbes_VolumeParameters__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_NolanBehaviour_OverlappedCollider___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_NolanBehaviour_OverlappedCollider___ctor, (ArraySortHelper_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010EE990, int32_t, ArraySortHelper_1_NolanBehaviour_OverlappedCollider__BinarySearch, (ArraySortHelper_1_NolanBehaviour_OverlappedCollider_ * __this, NolanBehaviour_OverlappedCollider__Array * array, int32_t index, int32_t length, NolanBehaviour_OverlappedCollider value, IComparer_1_NolanBehaviour_OverlappedCollider_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD810, ArraySortHelper_1_NolanBehaviour_OverlappedCollider__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_NolanBehaviour_OverlappedCollider__DownHeap, (NolanBehaviour_OverlappedCollider__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_NolanBehaviour_OverlappedCollider_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_NolanBehaviour_OverlappedCollider__Heapsort, (NolanBehaviour_OverlappedCollider__Array * keys, int32_t lo, int32_t hi, Comparison_1_NolanBehaviour_OverlappedCollider_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_NolanBehaviour_OverlappedCollider__InsertionSort, (NolanBehaviour_OverlappedCollider__Array * keys, int32_t lo, int32_t hi, Comparison_1_NolanBehaviour_OverlappedCollider_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_NolanBehaviour_OverlappedCollider__InternalBinarySearch, (NolanBehaviour_OverlappedCollider__Array * array, int32_t index, int32_t length, NolanBehaviour_OverlappedCollider value, IComparer_1_NolanBehaviour_OverlappedCollider_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_NolanBehaviour_OverlappedCollider__IntroSort, (NolanBehaviour_OverlappedCollider__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_NolanBehaviour_OverlappedCollider_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_NolanBehaviour_OverlappedCollider__IntrospectiveSort, (NolanBehaviour_OverlappedCollider__Array * keys, int32_t left, int32_t length, Comparison_1_NolanBehaviour_OverlappedCollider_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_NolanBehaviour_OverlappedCollider__PickPivotAndPartition, (NolanBehaviour_OverlappedCollider__Array * keys, int32_t lo, int32_t hi, Comparison_1_NolanBehaviour_OverlappedCollider_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010EEB10, void, ArraySortHelper_1_NolanBehaviour_OverlappedCollider__Sort, (NolanBehaviour_OverlappedCollider__Array * keys, int32_t index, int32_t length, Comparison_1_NolanBehaviour_OverlappedCollider_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD820, ArraySortHelper_1_NolanBehaviour_OverlappedCollider__Sort__MethodInfo); DO_APP_FUNC(0x010EE720, void, ArraySortHelper_1_NolanBehaviour_OverlappedCollider__Sort_1, (ArraySortHelper_1_NolanBehaviour_OverlappedCollider_ * __this, NolanBehaviour_OverlappedCollider__Array * keys, int32_t index, int32_t length, IComparer_1_NolanBehaviour_OverlappedCollider_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD840, ArraySortHelper_1_NolanBehaviour_OverlappedCollider__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_NolanBehaviour_OverlappedCollider__Swap, (NolanBehaviour_OverlappedCollider__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_NolanBehaviour_OverlappedCollider__SwapIfGreater, (NolanBehaviour_OverlappedCollider__Array * keys, Comparison_1_NolanBehaviour_OverlappedCollider_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_NolanBehaviour_OverlappedCollider_ *, ArraySortHelper_1_NolanBehaviour_OverlappedCollider__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding___ctor, (ArraySortHelper_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010EEF00, int32_t, ArraySortHelper_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__BinarySearch, (ArraySortHelper_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, OpenXRInput_SerializedBinding__Array * array, int32_t index, int32_t length, OpenXRInput_SerializedBinding value, IComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD7A0, ArraySortHelper_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__BinarySearch__MethodInfo); DO_APP_FUNC(0x01001BB0, void, ArraySortHelper_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__DownHeap, (OpenXRInput_SerializedBinding__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Heapsort, (OpenXRInput_SerializedBinding__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01001E80, void, ArraySortHelper_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__InsertionSort, (OpenXRInput_SerializedBinding__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__InternalBinarySearch, (OpenXRInput_SerializedBinding__Array * array, int32_t index, int32_t length, OpenXRInput_SerializedBinding value, IComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__IntroSort, (OpenXRInput_SerializedBinding__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__IntrospectiveSort, (OpenXRInput_SerializedBinding__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__PickPivotAndPartition, (OpenXRInput_SerializedBinding__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010EF080, void, ArraySortHelper_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Sort, (OpenXRInput_SerializedBinding__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD788, ArraySortHelper_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Sort__MethodInfo); DO_APP_FUNC(0x010EEC90, void, ArraySortHelper_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Sort_1, (ArraySortHelper_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, OpenXRInput_SerializedBinding__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD798, ArraySortHelper_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Sort_1__MethodInfo); DO_APP_FUNC(0x01001A70, void, ArraySortHelper_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Swap, (OpenXRInput_SerializedBinding__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01001850, void, ArraySortHelper_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__SwapIfGreater, (OpenXRInput_SerializedBinding__Array * keys, Comparison_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ *, ArraySortHelper_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_PackedPlayModeBuildLogs_RuntimeBuildLog___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_PackedPlayModeBuildLogs_RuntimeBuildLog___ctor, (ArraySortHelper_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010EF470, int32_t, ArraySortHelper_1_PackedPlayModeBuildLogs_RuntimeBuildLog__BinarySearch, (ArraySortHelper_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, PackedPlayModeBuildLogs_RuntimeBuildLog__Array * array, int32_t index, int32_t length, PackedPlayModeBuildLogs_RuntimeBuildLog value, IComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD7C0, ArraySortHelper_1_PackedPlayModeBuildLogs_RuntimeBuildLog__BinarySearch__MethodInfo); DO_APP_FUNC(0x01001BB0, void, ArraySortHelper_1_PackedPlayModeBuildLogs_RuntimeBuildLog__DownHeap, (PackedPlayModeBuildLogs_RuntimeBuildLog__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Heapsort, (PackedPlayModeBuildLogs_RuntimeBuildLog__Array * keys, int32_t lo, int32_t hi, Comparison_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01001E80, void, ArraySortHelper_1_PackedPlayModeBuildLogs_RuntimeBuildLog__InsertionSort, (PackedPlayModeBuildLogs_RuntimeBuildLog__Array * keys, int32_t lo, int32_t hi, Comparison_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_PackedPlayModeBuildLogs_RuntimeBuildLog__InternalBinarySearch, (PackedPlayModeBuildLogs_RuntimeBuildLog__Array * array, int32_t index, int32_t length, PackedPlayModeBuildLogs_RuntimeBuildLog value, IComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_PackedPlayModeBuildLogs_RuntimeBuildLog__IntroSort, (PackedPlayModeBuildLogs_RuntimeBuildLog__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_PackedPlayModeBuildLogs_RuntimeBuildLog__IntrospectiveSort, (PackedPlayModeBuildLogs_RuntimeBuildLog__Array * keys, int32_t left, int32_t length, Comparison_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_PackedPlayModeBuildLogs_RuntimeBuildLog__PickPivotAndPartition, (PackedPlayModeBuildLogs_RuntimeBuildLog__Array * keys, int32_t lo, int32_t hi, Comparison_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010EF5F0, void, ArraySortHelper_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Sort, (PackedPlayModeBuildLogs_RuntimeBuildLog__Array * keys, int32_t index, int32_t length, Comparison_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD7D0, ArraySortHelper_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Sort__MethodInfo); DO_APP_FUNC(0x010EF200, void, ArraySortHelper_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Sort_1, (ArraySortHelper_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, PackedPlayModeBuildLogs_RuntimeBuildLog__Array * keys, int32_t index, int32_t length, IComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD790, ArraySortHelper_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Sort_1__MethodInfo); DO_APP_FUNC(0x01001A70, void, ArraySortHelper_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Swap, (PackedPlayModeBuildLogs_RuntimeBuildLog__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01001850, void, ArraySortHelper_1_PackedPlayModeBuildLogs_RuntimeBuildLog__SwapIfGreater, (PackedPlayModeBuildLogs_RuntimeBuildLog__Array * keys, Comparison_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ *, ArraySortHelper_1_PackedPlayModeBuildLogs_RuntimeBuildLog__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_ParticleSystem_Particle___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_ParticleSystem_Particle___ctor, (ArraySortHelper_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010EF9E0, int32_t, ArraySortHelper_1_UnityEngine_ParticleSystem_Particle__BinarySearch, (ArraySortHelper_1_UnityEngine_ParticleSystem_Particle_ * __this, ParticleSystem_Particle__Array * array, int32_t index, int32_t length, ParticleSystem_Particle value, IComparer_1_UnityEngine_ParticleSystem_Particle_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD7B0, ArraySortHelper_1_UnityEngine_ParticleSystem_Particle__BinarySearch__MethodInfo); DO_APP_FUNC(0x010F0C70, void, ArraySortHelper_1_UnityEngine_ParticleSystem_Particle__DownHeap, (ParticleSystem_Particle__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_ParticleSystem_Particle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_ParticleSystem_Particle__Heapsort, (ParticleSystem_Particle__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_ParticleSystem_Particle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F1120, void, ArraySortHelper_1_UnityEngine_ParticleSystem_Particle__InsertionSort, (ParticleSystem_Particle__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_ParticleSystem_Particle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010EFD40, int32_t, ArraySortHelper_1_UnityEngine_ParticleSystem_Particle__InternalBinarySearch, (ParticleSystem_Particle__Array * array, int32_t index, int32_t length, ParticleSystem_Particle value, IComparer_1_UnityEngine_ParticleSystem_Particle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_ParticleSystem_Particle__IntroSort, (ParticleSystem_Particle__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_ParticleSystem_Particle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_ParticleSystem_Particle__IntrospectiveSort, (ParticleSystem_Particle__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_ParticleSystem_Particle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F05C0, int32_t, ArraySortHelper_1_UnityEngine_ParticleSystem_Particle__PickPivotAndPartition, (ParticleSystem_Particle__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_ParticleSystem_Particle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010EFBC0, void, ArraySortHelper_1_UnityEngine_ParticleSystem_Particle__Sort, (ParticleSystem_Particle__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_ParticleSystem_Particle_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD748, ArraySortHelper_1_UnityEngine_ParticleSystem_Particle__Sort__MethodInfo); DO_APP_FUNC(0x010EF770, void, ArraySortHelper_1_UnityEngine_ParticleSystem_Particle__Sort_1, (ArraySortHelper_1_UnityEngine_ParticleSystem_Particle_ * __this, ParticleSystem_Particle__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_ParticleSystem_Particle_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD7A8, ArraySortHelper_1_UnityEngine_ParticleSystem_Particle__Sort_1__MethodInfo); DO_APP_FUNC(0x010F0430, void, ArraySortHelper_1_UnityEngine_ParticleSystem_Particle__Swap, (ParticleSystem_Particle__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010F0010, void, ArraySortHelper_1_UnityEngine_ParticleSystem_Particle__SwapIfGreater, (ParticleSystem_Particle__Array * keys, Comparison_1_UnityEngine_ParticleSystem_Particle_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_ParticleSystem_Particle_ *, ArraySortHelper_1_UnityEngine_ParticleSystem_Particle__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick___ctor, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010F16C0, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__BinarySearch, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick__Array * array, int32_t index, int32_t length, ProbeBrickIndex_Brick value, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD738, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF90E0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__DownHeap, (ProbeBrickIndex_Brick__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Heapsort, (ProbeBrickIndex_Brick__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF83B0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__InsertionSort, (ProbeBrickIndex_Brick__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__InternalBinarySearch, (ProbeBrickIndex_Brick__Array * array, int32_t index, int32_t length, ProbeBrickIndex_Brick value, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__IntroSort, (ProbeBrickIndex_Brick__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__IntrospectiveSort, (ProbeBrickIndex_Brick__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__PickPivotAndPartition, (ProbeBrickIndex_Brick__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F1840, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Sort, (ProbeBrickIndex_Brick__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD740, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Sort__MethodInfo); DO_APP_FUNC(0x010F1450, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Sort_1, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD758, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF7C40, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Swap, (ProbeBrickIndex_Brick__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF7AF0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__SwapIfGreater, (ProbeBrickIndex_Brick__Array * keys, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ *, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick___ctor, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010F1C30, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__BinarySearch, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, ProbeBrickIndex_ReservedBrick__Array * array, int32_t index, int32_t length, ProbeBrickIndex_ReservedBrick value, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD780, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__BinarySearch__MethodInfo); DO_APP_FUNC(0x010F27A0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__DownHeap, (ProbeBrickIndex_ReservedBrick__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Heapsort, (ProbeBrickIndex_ReservedBrick__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F2A80, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__InsertionSort, (ProbeBrickIndex_ReservedBrick__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F1F30, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__InternalBinarySearch, (ProbeBrickIndex_ReservedBrick__Array * array, int32_t index, int32_t length, ProbeBrickIndex_ReservedBrick value, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__IntroSort, (ProbeBrickIndex_ReservedBrick__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__IntrospectiveSort, (ProbeBrickIndex_ReservedBrick__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F22C0, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__PickPivotAndPartition, (ProbeBrickIndex_ReservedBrick__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F1DB0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Sort, (ProbeBrickIndex_ReservedBrick__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD768, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Sort__MethodInfo); DO_APP_FUNC(0x010F19C0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Sort_1, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, ProbeBrickIndex_ReservedBrick__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD778, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Sort_1__MethodInfo); DO_APP_FUNC(0x010F2240, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Swap, (ProbeBrickIndex_ReservedBrick__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010F20D0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__SwapIfGreater, (ProbeBrickIndex_ReservedBrick__Array * keys, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ *, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta___ctor, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010F2ED0, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__BinarySearch, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, ProbeBrickIndex_VoxelMeta__Array * array, int32_t index, int32_t length, ProbeBrickIndex_VoxelMeta value, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD700, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__BinarySearch__MethodInfo); DO_APP_FUNC(0x01001BB0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__DownHeap, (ProbeBrickIndex_VoxelMeta__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Heapsort, (ProbeBrickIndex_VoxelMeta__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01001E80, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__InsertionSort, (ProbeBrickIndex_VoxelMeta__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__InternalBinarySearch, (ProbeBrickIndex_VoxelMeta__Array * array, int32_t index, int32_t length, ProbeBrickIndex_VoxelMeta value, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__IntroSort, (ProbeBrickIndex_VoxelMeta__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__IntrospectiveSort, (ProbeBrickIndex_VoxelMeta__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__PickPivotAndPartition, (ProbeBrickIndex_VoxelMeta__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F3050, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Sort, (ProbeBrickIndex_VoxelMeta__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD710, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Sort__MethodInfo); DO_APP_FUNC(0x010F2C60, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Sort_1, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, ProbeBrickIndex_VoxelMeta__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD770, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Sort_1__MethodInfo); DO_APP_FUNC(0x01001A70, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Swap, (ProbeBrickIndex_VoxelMeta__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01001850, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__SwapIfGreater, (ProbeBrickIndex_VoxelMeta__Array * keys, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ *, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc___ctor, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010F3440, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__BinarySearch, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc__Array * array, int32_t index, int32_t length, ProbeBrickPool_BrickChunkAlloc value, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD6F0, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF6F20, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__DownHeap, (ProbeBrickPool_BrickChunkAlloc__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Heapsort, (ProbeBrickPool_BrickChunkAlloc__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF7200, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__InsertionSort, (ProbeBrickPool_BrickChunkAlloc__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF6690, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__InternalBinarySearch, (ProbeBrickPool_BrickChunkAlloc__Array * array, int32_t index, int32_t length, ProbeBrickPool_BrickChunkAlloc value, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__IntroSort, (ProbeBrickPool_BrickChunkAlloc__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__IntrospectiveSort, (ProbeBrickPool_BrickChunkAlloc__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF6A40, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__PickPivotAndPartition, (ProbeBrickPool_BrickChunkAlloc__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F35C0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Sort, (ProbeBrickPool_BrickChunkAlloc__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD728, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Sort__MethodInfo); DO_APP_FUNC(0x010F31D0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Sort_1, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD6E8, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF69C0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Swap, (ProbeBrickPool_BrickChunkAlloc__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF6840, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__SwapIfGreater, (ProbeBrickPool_BrickChunkAlloc__Array * keys, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ *, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem___ctor, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010F39B0, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__BinarySearch, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, ProbeVolumePerSceneData_SerializableAssetItem__Array * array, int32_t index, int32_t length, ProbeVolumePerSceneData_SerializableAssetItem value, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD718, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__BinarySearch__MethodInfo); DO_APP_FUNC(0x01001BB0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__DownHeap, (ProbeVolumePerSceneData_SerializableAssetItem__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Heapsort, (ProbeVolumePerSceneData_SerializableAssetItem__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01001E80, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__InsertionSort, (ProbeVolumePerSceneData_SerializableAssetItem__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__InternalBinarySearch, (ProbeVolumePerSceneData_SerializableAssetItem__Array * array, int32_t index, int32_t length, ProbeVolumePerSceneData_SerializableAssetItem value, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__IntroSort, (ProbeVolumePerSceneData_SerializableAssetItem__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__IntrospectiveSort, (ProbeVolumePerSceneData_SerializableAssetItem__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__PickPivotAndPartition, (ProbeVolumePerSceneData_SerializableAssetItem__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F3B30, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Sort, (ProbeVolumePerSceneData_SerializableAssetItem__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD720, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Sort__MethodInfo); DO_APP_FUNC(0x010F3740, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Sort_1, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, ProbeVolumePerSceneData_SerializableAssetItem__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD730, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Sort_1__MethodInfo); DO_APP_FUNC(0x01001A70, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Swap, (ProbeVolumePerSceneData_SerializableAssetItem__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01001850, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__SwapIfGreater, (ProbeVolumePerSceneData_SerializableAssetItem__Array * keys, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ *, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem___ctor, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010F3F20, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__BinarySearch, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, ProbeVolumeSceneData_SerializableBoundItem__Array * array, int32_t index, int32_t length, ProbeVolumeSceneData_SerializableBoundItem value, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD6B8, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__BinarySearch__MethodInfo); DO_APP_FUNC(0x010E3190, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__DownHeap, (ProbeVolumeSceneData_SerializableBoundItem__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Heapsort, (ProbeVolumeSceneData_SerializableBoundItem__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E34E0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__InsertionSort, (ProbeVolumeSceneData_SerializableBoundItem__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFC5D0, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__InternalBinarySearch, (ProbeVolumeSceneData_SerializableBoundItem__Array * array, int32_t index, int32_t length, ProbeVolumeSceneData_SerializableBoundItem value, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__IntroSort, (ProbeVolumeSceneData_SerializableBoundItem__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__IntrospectiveSort, (ProbeVolumeSceneData_SerializableBoundItem__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFCB70, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__PickPivotAndPartition, (ProbeVolumeSceneData_SerializableBoundItem__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F40A0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Sort, (ProbeVolumeSceneData_SerializableBoundItem__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD688, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Sort__MethodInfo); DO_APP_FUNC(0x010F3CB0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Sort_1, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, ProbeVolumeSceneData_SerializableBoundItem__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD6A8, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Sort_1__MethodInfo); DO_APP_FUNC(0x010E3030, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Swap, (ProbeVolumeSceneData_SerializableBoundItem__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010E2DB0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__SwapIfGreater, (ProbeVolumeSceneData_SerializableBoundItem__Array * keys, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ *, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem___ctor, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010F4490, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__BinarySearch, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, ProbeVolumeSceneData_SerializableHasPVItem__Array * array, int32_t index, int32_t length, ProbeVolumeSceneData_SerializableHasPVItem value, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD6D8, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__DownHeap, (ProbeVolumeSceneData_SerializableHasPVItem__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Heapsort, (ProbeVolumeSceneData_SerializableHasPVItem__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__InsertionSort, (ProbeVolumeSceneData_SerializableHasPVItem__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__InternalBinarySearch, (ProbeVolumeSceneData_SerializableHasPVItem__Array * array, int32_t index, int32_t length, ProbeVolumeSceneData_SerializableHasPVItem value, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__IntroSort, (ProbeVolumeSceneData_SerializableHasPVItem__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__IntrospectiveSort, (ProbeVolumeSceneData_SerializableHasPVItem__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__PickPivotAndPartition, (ProbeVolumeSceneData_SerializableHasPVItem__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F4610, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Sort, (ProbeVolumeSceneData_SerializableHasPVItem__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD6E0, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Sort__MethodInfo); DO_APP_FUNC(0x010F4220, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Sort_1, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, ProbeVolumeSceneData_SerializableHasPVItem__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD698, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Swap, (ProbeVolumeSceneData_SerializableHasPVItem__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__SwapIfGreater, (ProbeVolumeSceneData_SerializableHasPVItem__Array * keys, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ *, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings___ctor, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010F4A00, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__BinarySearch, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, ProbeVolumeSceneData_SerializablePVBakeSettings__Array * array, int32_t index, int32_t length, ProbeVolumeSceneData_SerializablePVBakeSettings value, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD6C8, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__BinarySearch__MethodInfo); DO_APP_FUNC(0x010E79D0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__DownHeap, (ProbeVolumeSceneData_SerializablePVBakeSettings__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Heapsort, (ProbeVolumeSceneData_SerializablePVBakeSettings__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E7DC0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__InsertionSort, (ProbeVolumeSceneData_SerializablePVBakeSettings__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF33A0, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__InternalBinarySearch, (ProbeVolumeSceneData_SerializablePVBakeSettings__Array * array, int32_t index, int32_t length, ProbeVolumeSceneData_SerializablePVBakeSettings value, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__IntroSort, (ProbeVolumeSceneData_SerializablePVBakeSettings__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__IntrospectiveSort, (ProbeVolumeSceneData_SerializablePVBakeSettings__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3F00, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__PickPivotAndPartition, (ProbeVolumeSceneData_SerializablePVBakeSettings__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F4B90, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Sort, (ProbeVolumeSceneData_SerializablePVBakeSettings__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD648, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Sort__MethodInfo); DO_APP_FUNC(0x010F4790, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Sort_1, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, ProbeVolumeSceneData_SerializablePVBakeSettings__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD6C0, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Sort_1__MethodInfo); DO_APP_FUNC(0x010E7850, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Swap, (ProbeVolumeSceneData_SerializablePVBakeSettings__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010E7630, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__SwapIfGreater, (ProbeVolumeSceneData_SerializablePVBakeSettings__Array * keys, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ *, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile___ctor, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010F4F80, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__BinarySearch, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, ProbeVolumeSceneData_SerializablePVProfile__Array * array, int32_t index, int32_t length, ProbeVolumeSceneData_SerializablePVProfile value, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD630, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__DownHeap, (ProbeVolumeSceneData_SerializablePVProfile__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Heapsort, (ProbeVolumeSceneData_SerializablePVProfile__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__InsertionSort, (ProbeVolumeSceneData_SerializablePVProfile__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__InternalBinarySearch, (ProbeVolumeSceneData_SerializablePVProfile__Array * array, int32_t index, int32_t length, ProbeVolumeSceneData_SerializablePVProfile value, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__IntroSort, (ProbeVolumeSceneData_SerializablePVProfile__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__IntrospectiveSort, (ProbeVolumeSceneData_SerializablePVProfile__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__PickPivotAndPartition, (ProbeVolumeSceneData_SerializablePVProfile__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F5100, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Sort, (ProbeVolumeSceneData_SerializablePVProfile__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD640, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Sort__MethodInfo); DO_APP_FUNC(0x010F4D10, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Sort_1, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, ProbeVolumeSceneData_SerializablePVProfile__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD650, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Swap, (ProbeVolumeSceneData_SerializablePVProfile__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__SwapIfGreater, (ProbeVolumeSceneData_SerializablePVProfile__Array * keys, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ *, ArraySortHelper_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_Text_RegularExpressions_RegexCharClass_SingleRange___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_Text_RegularExpressions_RegexCharClass_SingleRange___ctor, (ArraySortHelper_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010F54F0, int32_t, ArraySortHelper_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__BinarySearch, (ArraySortHelper_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, RegexCharClass_SingleRange__Array * array, int32_t index, int32_t length, RegexCharClass_SingleRange value, IComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD678, ArraySortHelper_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__BinarySearch__MethodInfo); DO_APP_FUNC(0x010F5F00, void, ArraySortHelper_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__DownHeap, (RegexCharClass_SingleRange__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Heapsort, (RegexCharClass_SingleRange__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F6110, void, ArraySortHelper_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__InsertionSort, (RegexCharClass_SingleRange__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F57E0, int32_t, ArraySortHelper_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__InternalBinarySearch, (RegexCharClass_SingleRange__Array * array, int32_t index, int32_t length, RegexCharClass_SingleRange value, IComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__IntroSort, (RegexCharClass_SingleRange__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__IntrospectiveSort, (RegexCharClass_SingleRange__Array * keys, int32_t left, int32_t length, Comparison_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F5AB0, int32_t, ArraySortHelper_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__PickPivotAndPartition, (RegexCharClass_SingleRange__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F5660, void, ArraySortHelper_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Sort, (RegexCharClass_SingleRange__Array * keys, int32_t index, int32_t length, Comparison_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD658, ArraySortHelper_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Sort__MethodInfo); DO_APP_FUNC(0x010F5280, void, ArraySortHelper_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Sort_1, (ArraySortHelper_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, RegexCharClass_SingleRange__Array * keys, int32_t index, int32_t length, IComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD670, ArraySortHelper_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Sort_1__MethodInfo); DO_APP_FUNC(0x010F5A60, void, ArraySortHelper_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Swap, (RegexCharClass_SingleRange__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010F5950, void, ArraySortHelper_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__SwapIfGreater, (RegexCharClass_SingleRange__Array * keys, Comparison_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ *, ArraySortHelper_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData___ctor, (ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010F64F0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, RenderChain_RenderNodeData__Array * array, int32_t index, int32_t length, RenderChain_RenderNodeData value, IComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD618, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__BinarySearch__MethodInfo); DO_APP_FUNC(0x010F6C50, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__DownHeap, (RenderChain_RenderNodeData__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Heapsort, (RenderChain_RenderNodeData__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F70C0, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__InsertionSort, (RenderChain_RenderNodeData__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01003440, int32_t, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__InternalBinarySearch, (RenderChain_RenderNodeData__Array * array, int32_t index, int32_t length, RenderChain_RenderNodeData value, IComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__IntroSort, (RenderChain_RenderNodeData__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__IntrospectiveSort, (RenderChain_RenderNodeData__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01003AB0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__PickPivotAndPartition, (RenderChain_RenderNodeData__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010F66A0, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Sort, (RenderChain_RenderNodeData__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD620, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Sort__MethodInfo); DO_APP_FUNC(0x010F6280, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, RenderChain_RenderNodeData__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD668, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Sort_1__MethodInfo); DO_APP_FUNC(0x010F6AF0, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Swap, (RenderChain_RenderNodeData__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010F6820, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__SwapIfGreater, (RenderChain_RenderNodeData__Array * keys, Comparison_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ *, ArraySortHelper_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData___ctor, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011E6300, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__BinarySearch, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, RenderGraphDebugData_PassDebugData__Array * array, int32_t index, int32_t length, RenderGraphDebugData_PassDebugData value, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C708, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__BinarySearch__MethodInfo); DO_APP_FUNC(0x010E3190, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__DownHeap, (RenderGraphDebugData_PassDebugData__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Heapsort, (RenderGraphDebugData_PassDebugData__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E34E0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__InsertionSort, (RenderGraphDebugData_PassDebugData__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFC5D0, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__InternalBinarySearch, (RenderGraphDebugData_PassDebugData__Array * array, int32_t index, int32_t length, RenderGraphDebugData_PassDebugData value, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__IntroSort, (RenderGraphDebugData_PassDebugData__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__IntrospectiveSort, (RenderGraphDebugData_PassDebugData__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFCB70, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__PickPivotAndPartition, (RenderGraphDebugData_PassDebugData__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011E6480, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Sort, (RenderGraphDebugData_PassDebugData__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C700, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Sort__MethodInfo); DO_APP_FUNC(0x011E6090, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Sort_1, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, RenderGraphDebugData_PassDebugData__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C6F8, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Sort_1__MethodInfo); DO_APP_FUNC(0x010E3030, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Swap, (RenderGraphDebugData_PassDebugData__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010E2DB0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__SwapIfGreater, (RenderGraphDebugData_PassDebugData__Array * keys, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ *, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData___ctor, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011E6870, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__BinarySearch, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, RenderGraphDebugData_ResourceDebugData__Array * array, int32_t index, int32_t length, RenderGraphDebugData_ResourceDebugData value, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C710, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__BinarySearch__MethodInfo); DO_APP_FUNC(0x010E79D0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__DownHeap, (RenderGraphDebugData_ResourceDebugData__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Heapsort, (RenderGraphDebugData_ResourceDebugData__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E7DC0, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__InsertionSort, (RenderGraphDebugData_ResourceDebugData__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF33A0, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__InternalBinarySearch, (RenderGraphDebugData_ResourceDebugData__Array * array, int32_t index, int32_t length, RenderGraphDebugData_ResourceDebugData value, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__IntroSort, (RenderGraphDebugData_ResourceDebugData__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__IntrospectiveSort, (RenderGraphDebugData_ResourceDebugData__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3F00, int32_t, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__PickPivotAndPartition, (RenderGraphDebugData_ResourceDebugData__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011E6A00, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Sort, (RenderGraphDebugData_ResourceDebugData__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C6C0, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Sort__MethodInfo); DO_APP_FUNC(0x011E6600, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Sort_1, (ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, RenderGraphDebugData_ResourceDebugData__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C718, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Sort_1__MethodInfo); DO_APP_FUNC(0x010E7850, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Swap, (RenderGraphDebugData_ResourceDebugData__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010E7630, void, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__SwapIfGreater, (RenderGraphDebugData_ResourceDebugData__Array * keys, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ *, ArraySortHelper_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest___ctor, (ArraySortHelper_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011E6DF0, int32_t, ArraySortHelper_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__BinarySearch, (ArraySortHelper_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, ResourceManager_DeferredCallbackRegisterRequest__Array * array, int32_t index, int32_t length, ResourceManager_DeferredCallbackRegisterRequest value, IComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C6D0, ArraySortHelper_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__DownHeap, (ResourceManager_DeferredCallbackRegisterRequest__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Heapsort, (ResourceManager_DeferredCallbackRegisterRequest__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__InsertionSort, (ResourceManager_DeferredCallbackRegisterRequest__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__InternalBinarySearch, (ResourceManager_DeferredCallbackRegisterRequest__Array * array, int32_t index, int32_t length, ResourceManager_DeferredCallbackRegisterRequest value, IComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__IntroSort, (ResourceManager_DeferredCallbackRegisterRequest__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__IntrospectiveSort, (ResourceManager_DeferredCallbackRegisterRequest__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__PickPivotAndPartition, (ResourceManager_DeferredCallbackRegisterRequest__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011E6F70, void, ArraySortHelper_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Sort, (ResourceManager_DeferredCallbackRegisterRequest__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C6C8, ArraySortHelper_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Sort__MethodInfo); DO_APP_FUNC(0x011E6B80, void, ArraySortHelper_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Sort_1, (ArraySortHelper_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, ResourceManager_DeferredCallbackRegisterRequest__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C6B8, ArraySortHelper_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Swap, (ResourceManager_DeferredCallbackRegisterRequest__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__SwapIfGreater, (ResourceManager_DeferredCallbackRegisterRequest__Array * keys, Comparison_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ *, ArraySortHelper_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Pathfinding_Util_RetainedGizmos_MeshWithHash___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Pathfinding_Util_RetainedGizmos_MeshWithHash___ctor, (ArraySortHelper_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011E7360, int32_t, ArraySortHelper_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__BinarySearch, (ArraySortHelper_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, RetainedGizmos_MeshWithHash__Array * array, int32_t index, int32_t length, RetainedGizmos_MeshWithHash value, IComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C6D8, ArraySortHelper_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__BinarySearch__MethodInfo); DO_APP_FUNC(0x01007A30, void, ArraySortHelper_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__DownHeap, (RetainedGizmos_MeshWithHash__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Heapsort, (RetainedGizmos_MeshWithHash__Array * keys, int32_t lo, int32_t hi, Comparison_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01007D90, void, ArraySortHelper_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__InsertionSort, (RetainedGizmos_MeshWithHash__Array * keys, int32_t lo, int32_t hi, Comparison_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__InternalBinarySearch, (RetainedGizmos_MeshWithHash__Array * array, int32_t index, int32_t length, RetainedGizmos_MeshWithHash value, IComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__IntroSort, (RetainedGizmos_MeshWithHash__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__IntrospectiveSort, (RetainedGizmos_MeshWithHash__Array * keys, int32_t left, int32_t length, Comparison_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__PickPivotAndPartition, (RetainedGizmos_MeshWithHash__Array * keys, int32_t lo, int32_t hi, Comparison_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011E74E0, void, ArraySortHelper_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Sort, (RetainedGizmos_MeshWithHash__Array * keys, int32_t index, int32_t length, Comparison_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C6F0, ArraySortHelper_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Sort__MethodInfo); DO_APP_FUNC(0x011E70F0, void, ArraySortHelper_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Sort_1, (ArraySortHelper_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, RetainedGizmos_MeshWithHash__Array * keys, int32_t index, int32_t length, IComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C6E0, ArraySortHelper_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Sort_1__MethodInfo); DO_APP_FUNC(0x010078C0, void, ArraySortHelper_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Swap, (RetainedGizmos_MeshWithHash__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01007640, void, ArraySortHelper_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__SwapIfGreater, (RetainedGizmos_MeshWithHash__Array * keys, Comparison_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ *, ArraySortHelper_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride___ctor, (ArraySortHelper_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011E78D0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, TemplateAsset_AttributeOverride__Array * array, int32_t index, int32_t length, TemplateAsset_AttributeOverride value, IComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C680, ArraySortHelper_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__BinarySearch__MethodInfo); DO_APP_FUNC(0x01002960, void, ArraySortHelper_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__DownHeap, (TemplateAsset_AttributeOverride__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Heapsort, (TemplateAsset_AttributeOverride__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01002CC0, void, ArraySortHelper_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__InsertionSort, (TemplateAsset_AttributeOverride__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__InternalBinarySearch, (TemplateAsset_AttributeOverride__Array * array, int32_t index, int32_t length, TemplateAsset_AttributeOverride value, IComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__IntroSort, (TemplateAsset_AttributeOverride__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__IntrospectiveSort, (TemplateAsset_AttributeOverride__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__PickPivotAndPartition, (TemplateAsset_AttributeOverride__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011E7A50, void, ArraySortHelper_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Sort, (TemplateAsset_AttributeOverride__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C678, ArraySortHelper_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Sort__MethodInfo); DO_APP_FUNC(0x011E7660, void, ArraySortHelper_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, TemplateAsset_AttributeOverride__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C6E8, ArraySortHelper_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Sort_1__MethodInfo); DO_APP_FUNC(0x01002800, void, ArraySortHelper_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Swap, (TemplateAsset_AttributeOverride__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010025A0, void, ArraySortHelper_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__SwapIfGreater, (TemplateAsset_AttributeOverride__Array * keys, Comparison_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ *, ArraySortHelper_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap___ctor, (ArraySortHelper_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011E7E40, int32_t, ArraySortHelper_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__BinarySearch, (ArraySortHelper_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, TextSettings_FontReferenceMap__Array * array, int32_t index, int32_t length, TextSettings_FontReferenceMap value, IComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C688, ArraySortHelper_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__DownHeap, (TextSettings_FontReferenceMap__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Heapsort, (TextSettings_FontReferenceMap__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__InsertionSort, (TextSettings_FontReferenceMap__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__InternalBinarySearch, (TextSettings_FontReferenceMap__Array * array, int32_t index, int32_t length, TextSettings_FontReferenceMap value, IComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__IntroSort, (TextSettings_FontReferenceMap__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__IntrospectiveSort, (TextSettings_FontReferenceMap__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__PickPivotAndPartition, (TextSettings_FontReferenceMap__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011E7FC0, void, ArraySortHelper_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Sort, (TextSettings_FontReferenceMap__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C6A0, ArraySortHelper_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Sort__MethodInfo); DO_APP_FUNC(0x011E7BD0, void, ArraySortHelper_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Sort_1, (ArraySortHelper_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, TextSettings_FontReferenceMap__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C690, ArraySortHelper_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Swap, (TextSettings_FontReferenceMap__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__SwapIfGreater, (TextSettings_FontReferenceMap__Array * keys, Comparison_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ *, ArraySortHelper_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo___ctor, (ArraySortHelper_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011E83B0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, TextureBlitter_BlitInfo__Array * array, int32_t index, int32_t length, TextureBlitter_BlitInfo value, IComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C6B0, ArraySortHelper_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FFB9B0, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__DownHeap, (TextureBlitter_BlitInfo__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Heapsort, (TextureBlitter_BlitInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFBDD0, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__InsertionSort, (TextureBlitter_BlitInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011E86D0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__InternalBinarySearch, (TextureBlitter_BlitInfo__Array * array, int32_t index, int32_t length, TextureBlitter_BlitInfo value, IComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__IntroSort, (TextureBlitter_BlitInfo__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__IntrospectiveSort, (TextureBlitter_BlitInfo__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFB3F0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__PickPivotAndPartition, (TextureBlitter_BlitInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011E8550, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Sort, (TextureBlitter_BlitInfo__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C6A8, ArraySortHelper_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Sort__MethodInfo); DO_APP_FUNC(0x011E8140, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, TextureBlitter_BlitInfo__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C698, ArraySortHelper_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Sort_1__MethodInfo); DO_APP_FUNC(0x00FFB250, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Swap, (TextureBlitter_BlitInfo__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FFAFD0, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__SwapIfGreater, (TextureBlitter_BlitInfo__Array * keys, Comparison_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ *, ArraySortHelper_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame___ctor, (ArraySortHelper_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011E8B60, int32_t, ArraySortHelper_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__BinarySearch, (ArraySortHelper_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, TexturePacker_JsonArray_Frame__Array * array, int32_t index, int32_t length, TexturePacker_JsonArray_Frame value, IComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C638, ArraySortHelper_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__BinarySearch__MethodInfo); DO_APP_FUNC(0x011E9A80, void, ArraySortHelper_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__DownHeap, (TexturePacker_JsonArray_Frame__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Heapsort, (TexturePacker_JsonArray_Frame__Array * keys, int32_t lo, int32_t hi, Comparison_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011E9E90, void, ArraySortHelper_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__InsertionSort, (TexturePacker_JsonArray_Frame__Array * keys, int32_t lo, int32_t hi, Comparison_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011E8E80, int32_t, ArraySortHelper_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__InternalBinarySearch, (TexturePacker_JsonArray_Frame__Array * array, int32_t index, int32_t length, TexturePacker_JsonArray_Frame value, IComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__IntroSort, (TexturePacker_JsonArray_Frame__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__IntrospectiveSort, (TexturePacker_JsonArray_Frame__Array * keys, int32_t left, int32_t length, Comparison_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011E94C0, int32_t, ArraySortHelper_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__PickPivotAndPartition, (TexturePacker_JsonArray_Frame__Array * keys, int32_t lo, int32_t hi, Comparison_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011E8D00, void, ArraySortHelper_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Sort, (TexturePacker_JsonArray_Frame__Array * keys, int32_t index, int32_t length, Comparison_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C650, ArraySortHelper_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Sort__MethodInfo); DO_APP_FUNC(0x011E88F0, void, ArraySortHelper_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Sort_1, (ArraySortHelper_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, TexturePacker_JsonArray_Frame__Array * keys, int32_t index, int32_t length, IComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C640, ArraySortHelper_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Sort_1__MethodInfo); DO_APP_FUNC(0x011E9320, void, ArraySortHelper_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Swap, (TexturePacker_JsonArray_Frame__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x011E90A0, void, ArraySortHelper_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__SwapIfGreater, (TexturePacker_JsonArray_Frame__Array * keys, Comparison_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ *, ArraySortHelper_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_TextureRegistry_TextureInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_TextureRegistry_TextureInfo___ctor, (ArraySortHelper_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011EA390, int32_t, ArraySortHelper_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, TextureRegistry_TextureInfo__Array * array, int32_t index, int32_t length, TextureRegistry_TextureInfo value, IComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C660, ArraySortHelper_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__DownHeap, (TextureRegistry_TextureInfo__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Heapsort, (TextureRegistry_TextureInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__InsertionSort, (TextureRegistry_TextureInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__InternalBinarySearch, (TextureRegistry_TextureInfo__Array * array, int32_t index, int32_t length, TextureRegistry_TextureInfo value, IComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__IntroSort, (TextureRegistry_TextureInfo__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__IntrospectiveSort, (TextureRegistry_TextureInfo__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__PickPivotAndPartition, (TextureRegistry_TextureInfo__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011EA510, void, ArraySortHelper_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Sort, (TextureRegistry_TextureInfo__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C658, ArraySortHelper_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Sort__MethodInfo); DO_APP_FUNC(0x011EA120, void, ArraySortHelper_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, TextureRegistry_TextureInfo__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C648, ArraySortHelper_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Swap, (TextureRegistry_TextureInfo__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__SwapIfGreater, (TextureRegistry_TextureInfo__Array * keys, Comparison_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ *, ArraySortHelper_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry___ctor, (ArraySortHelper_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011EA900, int32_t, ArraySortHelper_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__BinarySearch, (ArraySortHelper_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, TimeNotificationBehaviour_NotificationEntry__Array * array, int32_t index, int32_t length, TimeNotificationBehaviour_NotificationEntry value, IComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C668, ArraySortHelper_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__BinarySearch__MethodInfo); DO_APP_FUNC(0x01007A30, void, ArraySortHelper_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__DownHeap, (TimeNotificationBehaviour_NotificationEntry__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Heapsort, (TimeNotificationBehaviour_NotificationEntry__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01007D90, void, ArraySortHelper_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__InsertionSort, (TimeNotificationBehaviour_NotificationEntry__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__InternalBinarySearch, (TimeNotificationBehaviour_NotificationEntry__Array * array, int32_t index, int32_t length, TimeNotificationBehaviour_NotificationEntry value, IComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__IntroSort, (TimeNotificationBehaviour_NotificationEntry__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__IntrospectiveSort, (TimeNotificationBehaviour_NotificationEntry__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__PickPivotAndPartition, (TimeNotificationBehaviour_NotificationEntry__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011EAA80, void, ArraySortHelper_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Sort, (TimeNotificationBehaviour_NotificationEntry__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C600, ArraySortHelper_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Sort__MethodInfo); DO_APP_FUNC(0x011EA690, void, ArraySortHelper_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Sort_1, (ArraySortHelper_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, TimeNotificationBehaviour_NotificationEntry__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C670, ArraySortHelper_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Sort_1__MethodInfo); DO_APP_FUNC(0x010078C0, void, ArraySortHelper_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Swap, (TimeNotificationBehaviour_NotificationEntry__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01007640, void, ArraySortHelper_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__SwapIfGreater, (TimeNotificationBehaviour_NotificationEntry__Array * keys, Comparison_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ *, ArraySortHelper_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData___ctor, (ArraySortHelper_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011EAE70, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__BinarySearch, (ArraySortHelper_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, TrackedDeviceRaycaster_RaycastHitData__Array * array, int32_t index, int32_t length, TrackedDeviceRaycaster_RaycastHitData value, IComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C610, ArraySortHelper_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__BinarySearch__MethodInfo); DO_APP_FUNC(0x010E3190, void, ArraySortHelper_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__DownHeap, (TrackedDeviceRaycaster_RaycastHitData__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Heapsort, (TrackedDeviceRaycaster_RaycastHitData__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E34E0, void, ArraySortHelper_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__InsertionSort, (TrackedDeviceRaycaster_RaycastHitData__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFC5D0, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__InternalBinarySearch, (TrackedDeviceRaycaster_RaycastHitData__Array * array, int32_t index, int32_t length, TrackedDeviceRaycaster_RaycastHitData value, IComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__IntroSort, (TrackedDeviceRaycaster_RaycastHitData__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__IntrospectiveSort, (TrackedDeviceRaycaster_RaycastHitData__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFCB70, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__PickPivotAndPartition, (TrackedDeviceRaycaster_RaycastHitData__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011EAFF0, void, ArraySortHelper_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Sort, (TrackedDeviceRaycaster_RaycastHitData__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C608, ArraySortHelper_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Sort__MethodInfo); DO_APP_FUNC(0x011EAC00, void, ArraySortHelper_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Sort_1, (ArraySortHelper_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, TrackedDeviceRaycaster_RaycastHitData__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C5F8, ArraySortHelper_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Sort_1__MethodInfo); DO_APP_FUNC(0x010E3030, void, ArraySortHelper_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Swap, (TrackedDeviceRaycaster_RaycastHitData__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010E2DB0, void, ArraySortHelper_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__SwapIfGreater, (TrackedDeviceRaycaster_RaycastHitData__Array * keys, Comparison_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ *, ArraySortHelper_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData___ctor, (ArraySortHelper_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011EB3E0, int32_t, ArraySortHelper_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__BinarySearch, (ArraySortHelper_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, TrackedPoseDriverDataDescription_PoseData__Array * array, int32_t index, int32_t length, TrackedPoseDriverDataDescription_PoseData value, IComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C618, ArraySortHelper_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__DownHeap, (TrackedPoseDriverDataDescription_PoseData__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Heapsort, (TrackedPoseDriverDataDescription_PoseData__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__InsertionSort, (TrackedPoseDriverDataDescription_PoseData__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__InternalBinarySearch, (TrackedPoseDriverDataDescription_PoseData__Array * array, int32_t index, int32_t length, TrackedPoseDriverDataDescription_PoseData value, IComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__IntroSort, (TrackedPoseDriverDataDescription_PoseData__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__IntrospectiveSort, (TrackedPoseDriverDataDescription_PoseData__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__PickPivotAndPartition, (TrackedPoseDriverDataDescription_PoseData__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011EB560, void, ArraySortHelper_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Sort, (TrackedPoseDriverDataDescription_PoseData__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C630, ArraySortHelper_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Sort__MethodInfo); DO_APP_FUNC(0x011EB170, void, ArraySortHelper_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Sort_1, (ArraySortHelper_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, TrackedPoseDriverDataDescription_PoseData__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C620, ArraySortHelper_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Swap, (TrackedPoseDriverDataDescription_PoseData__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__SwapIfGreater, (TrackedPoseDriverDataDescription_PoseData__Array * keys, Comparison_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ *, ArraySortHelper_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper___ctor, (ArraySortHelper_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011EB950, int32_t, ArraySortHelper_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, TreeView_TreeViewItemWrapper__Array * array, int32_t index, int32_t length, TreeView_TreeViewItemWrapper value, IComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C5C0, ArraySortHelper_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__BinarySearch__MethodInfo); DO_APP_FUNC(0x01001BB0, void, ArraySortHelper_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__DownHeap, (TreeView_TreeViewItemWrapper__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Heapsort, (TreeView_TreeViewItemWrapper__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01001E80, void, ArraySortHelper_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__InsertionSort, (TreeView_TreeViewItemWrapper__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__InternalBinarySearch, (TreeView_TreeViewItemWrapper__Array * array, int32_t index, int32_t length, TreeView_TreeViewItemWrapper value, IComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__IntroSort, (TreeView_TreeViewItemWrapper__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__IntrospectiveSort, (TreeView_TreeViewItemWrapper__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__PickPivotAndPartition, (TreeView_TreeViewItemWrapper__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011EBAD0, void, ArraySortHelper_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Sort, (TreeView_TreeViewItemWrapper__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C5B8, ArraySortHelper_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Sort__MethodInfo); DO_APP_FUNC(0x011EB6E0, void, ArraySortHelper_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, TreeView_TreeViewItemWrapper__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C628, ArraySortHelper_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Sort_1__MethodInfo); DO_APP_FUNC(0x01001A70, void, ArraySortHelper_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Swap, (TreeView_TreeViewItemWrapper__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x01001850, void, ArraySortHelper_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__SwapIfGreater, (TreeView_TreeViewItemWrapper__Array * keys, Comparison_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ *, ArraySortHelper_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState___ctor, (ArraySortHelper_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011EBEC0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, TreeViewReorderableDragAndDropController_TreeItemState__Array * array, int32_t index, int32_t length, TreeViewReorderableDragAndDropController_TreeItemState value, IComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C5C8, ArraySortHelper_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__BinarySearch__MethodInfo); DO_APP_FUNC(0x01006D50, void, ArraySortHelper_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__DownHeap, (TreeViewReorderableDragAndDropController_TreeItemState__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Heapsort, (TreeViewReorderableDragAndDropController_TreeItemState__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006F60, void, ArraySortHelper_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__InsertionSort, (TreeViewReorderableDragAndDropController_TreeItemState__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006630, int32_t, ArraySortHelper_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__InternalBinarySearch, (TreeViewReorderableDragAndDropController_TreeItemState__Array * array, int32_t index, int32_t length, TreeViewReorderableDragAndDropController_TreeItemState value, IComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__IntroSort, (TreeViewReorderableDragAndDropController_TreeItemState__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__IntrospectiveSort, (TreeViewReorderableDragAndDropController_TreeItemState__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006900, int32_t, ArraySortHelper_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__PickPivotAndPartition, (TreeViewReorderableDragAndDropController_TreeItemState__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011EC030, void, ArraySortHelper_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Sort, (TreeViewReorderableDragAndDropController_TreeItemState__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C5E0, ArraySortHelper_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Sort__MethodInfo); DO_APP_FUNC(0x011EBC50, void, ArraySortHelper_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, TreeViewReorderableDragAndDropController_TreeItemState__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C5D0, ArraySortHelper_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Sort_1__MethodInfo); DO_APP_FUNC(0x010068B0, void, ArraySortHelper_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Swap, (TreeViewReorderableDragAndDropController_TreeItemState__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010067A0, void, ArraySortHelper_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__SwapIfGreater, (TreeViewReorderableDragAndDropController_TreeItemState__Array * keys, Comparison_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ *, ArraySortHelper_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry___ctor, (ArraySortHelper_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011EC420, int32_t, ArraySortHelper_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, UIRStylePainter_Entry__Array * array, int32_t index, int32_t length, UIRStylePainter_Entry value, IComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C5F0, ArraySortHelper_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__BinarySearch__MethodInfo); DO_APP_FUNC(0x011ECB80, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__DownHeap, (UIRStylePainter_Entry__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Heapsort, (UIRStylePainter_Entry__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011ECFF0, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__InsertionSort, (UIRStylePainter_Entry__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01003440, int32_t, ArraySortHelper_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__InternalBinarySearch, (UIRStylePainter_Entry__Array * array, int32_t index, int32_t length, UIRStylePainter_Entry value, IComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__IntroSort, (UIRStylePainter_Entry__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__IntrospectiveSort, (UIRStylePainter_Entry__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01003AB0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__PickPivotAndPartition, (UIRStylePainter_Entry__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011EC5D0, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Sort, (UIRStylePainter_Entry__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C5E8, ArraySortHelper_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Sort__MethodInfo); DO_APP_FUNC(0x011EC1B0, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, UIRStylePainter_Entry__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C5D8, ArraySortHelper_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Sort_1__MethodInfo); DO_APP_FUNC(0x011ECA20, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Swap, (UIRStylePainter_Entry__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x011EC750, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__SwapIfGreater, (UIRStylePainter_Entry__Array * keys, Comparison_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ *, ArraySortHelper_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree___ctor, (ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011ED530, int32_t, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, UIRenderDevice_AllocToFree__Array * array, int32_t index, int32_t length, UIRenderDevice_AllocToFree value, IComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C578, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF46B0, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__DownHeap, (UIRenderDevice_AllocToFree__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Heapsort, (UIRenderDevice_AllocToFree__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4AA0, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__InsertionSort, (UIRenderDevice_AllocToFree__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF33A0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__InternalBinarySearch, (UIRenderDevice_AllocToFree__Array * array, int32_t index, int32_t length, UIRenderDevice_AllocToFree value, IComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__IntroSort, (UIRenderDevice_AllocToFree__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__IntrospectiveSort, (UIRenderDevice_AllocToFree__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3F00, int32_t, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__PickPivotAndPartition, (UIRenderDevice_AllocToFree__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011ED6C0, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Sort, (UIRenderDevice_AllocToFree__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C590, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Sort__MethodInfo); DO_APP_FUNC(0x011ED2C0, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, UIRenderDevice_AllocToFree__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C580, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF37B0, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Swap, (UIRenderDevice_AllocToFree__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF3590, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__SwapIfGreater, (UIRenderDevice_AllocToFree__Array * keys, Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ *, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate___ctor, (ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011EDAB0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, UIRenderDevice_AllocToUpdate__Array * array, int32_t index, int32_t length, UIRenderDevice_AllocToUpdate value, IComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C5A0, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__BinarySearch__MethodInfo); DO_APP_FUNC(0x011EE970, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__DownHeap, (UIRenderDevice_AllocToUpdate__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Heapsort, (UIRenderDevice_AllocToUpdate__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011EED60, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__InsertionSort, (UIRenderDevice_AllocToUpdate__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011EDDE0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__InternalBinarySearch, (UIRenderDevice_AllocToUpdate__Array * array, int32_t index, int32_t length, UIRenderDevice_AllocToUpdate value, IComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__IntroSort, (UIRenderDevice_AllocToUpdate__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__IntrospectiveSort, (UIRenderDevice_AllocToUpdate__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011EE3D0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__PickPivotAndPartition, (UIRenderDevice_AllocToUpdate__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011EDC60, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Sort, (UIRenderDevice_AllocToUpdate__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C598, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Sort__MethodInfo); DO_APP_FUNC(0x011ED840, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, UIRenderDevice_AllocToUpdate__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C588, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Sort_1__MethodInfo); DO_APP_FUNC(0x011EE2A0, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Swap, (UIRenderDevice_AllocToUpdate__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x011EE010, void, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__SwapIfGreater, (UIRenderDevice_AllocToUpdate__Array * keys, Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ *, ArraySortHelper_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UnitySynchronizationContext_WorkRequest___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UnitySynchronizationContext_WorkRequest___ctor, (ArraySortHelper_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011EF250, int32_t, ArraySortHelper_1_UnityEngine_UnitySynchronizationContext_WorkRequest__BinarySearch, (ArraySortHelper_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, UnitySynchronizationContext_WorkRequest__Array * array, int32_t index, int32_t length, UnitySynchronizationContext_WorkRequest value, IComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C5A8, ArraySortHelper_1_UnityEngine_UnitySynchronizationContext_WorkRequest__BinarySearch__MethodInfo); DO_APP_FUNC(0x01002960, void, ArraySortHelper_1_UnityEngine_UnitySynchronizationContext_WorkRequest__DownHeap, (UnitySynchronizationContext_WorkRequest__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Heapsort, (UnitySynchronizationContext_WorkRequest__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01002CC0, void, ArraySortHelper_1_UnityEngine_UnitySynchronizationContext_WorkRequest__InsertionSort, (UnitySynchronizationContext_WorkRequest__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_UnityEngine_UnitySynchronizationContext_WorkRequest__InternalBinarySearch, (UnitySynchronizationContext_WorkRequest__Array * array, int32_t index, int32_t length, UnitySynchronizationContext_WorkRequest value, IComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UnitySynchronizationContext_WorkRequest__IntroSort, (UnitySynchronizationContext_WorkRequest__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UnitySynchronizationContext_WorkRequest__IntrospectiveSort, (UnitySynchronizationContext_WorkRequest__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_UnityEngine_UnitySynchronizationContext_WorkRequest__PickPivotAndPartition, (UnitySynchronizationContext_WorkRequest__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011EF3D0, void, ArraySortHelper_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Sort, (UnitySynchronizationContext_WorkRequest__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C540, ArraySortHelper_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Sort__MethodInfo); DO_APP_FUNC(0x011EEFE0, void, ArraySortHelper_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Sort_1, (ArraySortHelper_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, UnitySynchronizationContext_WorkRequest__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C5B0, ArraySortHelper_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Sort_1__MethodInfo); DO_APP_FUNC(0x01002800, void, ArraySortHelper_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Swap, (UnitySynchronizationContext_WorkRequest__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010025A0, void, ArraySortHelper_1_UnityEngine_UnitySynchronizationContext_WorkRequest__SwapIfGreater, (UnitySynchronizationContext_WorkRequest__Array * keys, Comparison_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ *, ArraySortHelper_1_UnityEngine_UnitySynchronizationContext_WorkRequest__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition___ctor, (ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011EF7C0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, VisualTreeAsset_SlotDefinition__Array * array, int32_t index, int32_t length, VisualTreeAsset_SlotDefinition value, IComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C550, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__DownHeap, (VisualTreeAsset_SlotDefinition__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Heapsort, (VisualTreeAsset_SlotDefinition__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__InsertionSort, (VisualTreeAsset_SlotDefinition__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__InternalBinarySearch, (VisualTreeAsset_SlotDefinition__Array * array, int32_t index, int32_t length, VisualTreeAsset_SlotDefinition value, IComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__IntroSort, (VisualTreeAsset_SlotDefinition__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__IntrospectiveSort, (VisualTreeAsset_SlotDefinition__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__PickPivotAndPartition, (VisualTreeAsset_SlotDefinition__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011EF940, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Sort, (VisualTreeAsset_SlotDefinition__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C548, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Sort__MethodInfo); DO_APP_FUNC(0x011EF550, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, VisualTreeAsset_SlotDefinition__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C538, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Swap, (VisualTreeAsset_SlotDefinition__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__SwapIfGreater, (VisualTreeAsset_SlotDefinition__Array * keys, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ *, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry___ctor, (ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011EFD30, int32_t, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, VisualTreeAsset_SlotUsageEntry__Array * array, int32_t index, int32_t length, VisualTreeAsset_SlotUsageEntry value, IComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C558, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__DownHeap, (VisualTreeAsset_SlotUsageEntry__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Heapsort, (VisualTreeAsset_SlotUsageEntry__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__InsertionSort, (VisualTreeAsset_SlotUsageEntry__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__InternalBinarySearch, (VisualTreeAsset_SlotUsageEntry__Array * array, int32_t index, int32_t length, VisualTreeAsset_SlotUsageEntry value, IComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__IntroSort, (VisualTreeAsset_SlotUsageEntry__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__IntrospectiveSort, (VisualTreeAsset_SlotUsageEntry__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__PickPivotAndPartition, (VisualTreeAsset_SlotUsageEntry__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011EFEB0, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Sort, (VisualTreeAsset_SlotUsageEntry__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C570, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Sort__MethodInfo); DO_APP_FUNC(0x011EFAC0, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, VisualTreeAsset_SlotUsageEntry__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C560, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Swap, (VisualTreeAsset_SlotUsageEntry__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__SwapIfGreater, (VisualTreeAsset_SlotUsageEntry__Array * keys, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ *, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry___ctor, (ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011F02A0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__BinarySearch, (ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, VisualTreeAsset_UsingEntry__Array * array, int32_t index, int32_t length, VisualTreeAsset_UsingEntry value, IComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C500, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__BinarySearch__MethodInfo); DO_APP_FUNC(0x01002960, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__DownHeap, (VisualTreeAsset_UsingEntry__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Heapsort, (VisualTreeAsset_UsingEntry__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01002CC0, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__InsertionSort, (VisualTreeAsset_UsingEntry__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__InternalBinarySearch, (VisualTreeAsset_UsingEntry__Array * array, int32_t index, int32_t length, VisualTreeAsset_UsingEntry value, IComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__IntroSort, (VisualTreeAsset_UsingEntry__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__IntrospectiveSort, (VisualTreeAsset_UsingEntry__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__PickPivotAndPartition, (VisualTreeAsset_UsingEntry__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011F0420, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Sort, (VisualTreeAsset_UsingEntry__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C4F8, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Sort__MethodInfo); DO_APP_FUNC(0x011F0030, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Sort_1, (ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, VisualTreeAsset_UsingEntry__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C568, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Sort_1__MethodInfo); DO_APP_FUNC(0x01002800, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Swap, (VisualTreeAsset_UsingEntry__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010025A0, void, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__SwapIfGreater, (VisualTreeAsset_UsingEntry__Array * keys, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ *, ArraySortHelper_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry___ctor, (ArraySortHelper_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011F0810, int32_t, ArraySortHelper_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__BinarySearch, (ArraySortHelper_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry__Array * array, int32_t index, int32_t length, XmlSchemaObjectTable_XmlSchemaObjectEntry value, IComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C508, ArraySortHelper_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__DownHeap, (XmlSchemaObjectTable_XmlSchemaObjectEntry__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Heapsort, (XmlSchemaObjectTable_XmlSchemaObjectEntry__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__InsertionSort, (XmlSchemaObjectTable_XmlSchemaObjectEntry__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__InternalBinarySearch, (XmlSchemaObjectTable_XmlSchemaObjectEntry__Array * array, int32_t index, int32_t length, XmlSchemaObjectTable_XmlSchemaObjectEntry value, IComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__IntroSort, (XmlSchemaObjectTable_XmlSchemaObjectEntry__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__IntrospectiveSort, (XmlSchemaObjectTable_XmlSchemaObjectEntry__Array * keys, int32_t left, int32_t length, Comparison_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__PickPivotAndPartition, (XmlSchemaObjectTable_XmlSchemaObjectEntry__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011F0990, void, ArraySortHelper_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Sort, (XmlSchemaObjectTable_XmlSchemaObjectEntry__Array * keys, int32_t index, int32_t length, Comparison_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C520, ArraySortHelper_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Sort__MethodInfo); DO_APP_FUNC(0x011F05A0, void, ArraySortHelper_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Sort_1, (ArraySortHelper_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry__Array * keys, int32_t index, int32_t length, IComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C510, ArraySortHelper_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Swap, (XmlSchemaObjectTable_XmlSchemaObjectEntry__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__SwapIfGreater, (XmlSchemaObjectTable_XmlSchemaObjectEntry__Array * keys, Comparison_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ *, ArraySortHelper_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_ftLightmaps_LightmapAdditionalData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_ftLightmaps_LightmapAdditionalData___ctor, (ArraySortHelper_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011F0D80, int32_t, ArraySortHelper_1_ftLightmaps_LightmapAdditionalData__BinarySearch, (ArraySortHelper_1_ftLightmaps_LightmapAdditionalData_ * __this, ftLightmaps_LightmapAdditionalData__Array * array, int32_t index, int32_t length, ftLightmaps_LightmapAdditionalData value, IComparer_1_ftLightmaps_LightmapAdditionalData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C530, ArraySortHelper_1_ftLightmaps_LightmapAdditionalData__BinarySearch__MethodInfo); DO_APP_FUNC(0x010E3190, void, ArraySortHelper_1_ftLightmaps_LightmapAdditionalData__DownHeap, (ftLightmaps_LightmapAdditionalData__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_ftLightmaps_LightmapAdditionalData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_ftLightmaps_LightmapAdditionalData__Heapsort, (ftLightmaps_LightmapAdditionalData__Array * keys, int32_t lo, int32_t hi, Comparison_1_ftLightmaps_LightmapAdditionalData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E34E0, void, ArraySortHelper_1_ftLightmaps_LightmapAdditionalData__InsertionSort, (ftLightmaps_LightmapAdditionalData__Array * keys, int32_t lo, int32_t hi, Comparison_1_ftLightmaps_LightmapAdditionalData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFC5D0, int32_t, ArraySortHelper_1_ftLightmaps_LightmapAdditionalData__InternalBinarySearch, (ftLightmaps_LightmapAdditionalData__Array * array, int32_t index, int32_t length, ftLightmaps_LightmapAdditionalData value, IComparer_1_ftLightmaps_LightmapAdditionalData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_ftLightmaps_LightmapAdditionalData__IntroSort, (ftLightmaps_LightmapAdditionalData__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_ftLightmaps_LightmapAdditionalData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_ftLightmaps_LightmapAdditionalData__IntrospectiveSort, (ftLightmaps_LightmapAdditionalData__Array * keys, int32_t left, int32_t length, Comparison_1_ftLightmaps_LightmapAdditionalData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFCB70, int32_t, ArraySortHelper_1_ftLightmaps_LightmapAdditionalData__PickPivotAndPartition, (ftLightmaps_LightmapAdditionalData__Array * keys, int32_t lo, int32_t hi, Comparison_1_ftLightmaps_LightmapAdditionalData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011F0F00, void, ArraySortHelper_1_ftLightmaps_LightmapAdditionalData__Sort, (ftLightmaps_LightmapAdditionalData__Array * keys, int32_t index, int32_t length, Comparison_1_ftLightmaps_LightmapAdditionalData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C528, ArraySortHelper_1_ftLightmaps_LightmapAdditionalData__Sort__MethodInfo); DO_APP_FUNC(0x011F0B10, void, ArraySortHelper_1_ftLightmaps_LightmapAdditionalData__Sort_1, (ArraySortHelper_1_ftLightmaps_LightmapAdditionalData_ * __this, ftLightmaps_LightmapAdditionalData__Array * keys, int32_t index, int32_t length, IComparer_1_ftLightmaps_LightmapAdditionalData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C518, ArraySortHelper_1_ftLightmaps_LightmapAdditionalData__Sort_1__MethodInfo); DO_APP_FUNC(0x010E3030, void, ArraySortHelper_1_ftLightmaps_LightmapAdditionalData__Swap, (ftLightmaps_LightmapAdditionalData__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010E2DB0, void, ArraySortHelper_1_ftLightmaps_LightmapAdditionalData__SwapIfGreater, (ftLightmaps_LightmapAdditionalData__Array * keys, Comparison_1_ftLightmaps_LightmapAdditionalData_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_ftLightmaps_LightmapAdditionalData_ *, ArraySortHelper_1_ftLightmaps_LightmapAdditionalData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor, (ArraySortHelper_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011F12F0, int32_t, ArraySortHelper_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__BinarySearch, (ArraySortHelper_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * array, int32_t index, int32_t length, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy value, IComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C4B8, ArraySortHelper_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__BinarySearch__MethodInfo); DO_APP_FUNC(0x01006D50, void, ArraySortHelper_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__DownHeap, (gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Heapsort, (gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * keys, int32_t lo, int32_t hi, Comparison_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006F60, void, ArraySortHelper_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__InsertionSort, (gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * keys, int32_t lo, int32_t hi, Comparison_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006630, int32_t, ArraySortHelper_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__InternalBinarySearch, (gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * array, int32_t index, int32_t length, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy value, IComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__IntroSort, (gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__IntrospectiveSort, (gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * keys, int32_t left, int32_t length, Comparison_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01006900, int32_t, ArraySortHelper_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__PickPivotAndPartition, (gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * keys, int32_t lo, int32_t hi, Comparison_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011F1460, void, ArraySortHelper_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Sort, (gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * keys, int32_t index, int32_t length, Comparison_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C4D0, ArraySortHelper_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Sort__MethodInfo); DO_APP_FUNC(0x011F1080, void, ArraySortHelper_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Sort_1, (ArraySortHelper_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * keys, int32_t index, int32_t length, IComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C4C0, ArraySortHelper_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Sort_1__MethodInfo); DO_APP_FUNC(0x010068B0, void, ArraySortHelper_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Swap, (gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010067A0, void, ArraySortHelper_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__SwapIfGreater, (gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * keys, Comparison_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ *, ArraySortHelper_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem___ctor, (ArraySortHelper_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011F1850, int32_t, ArraySortHelper_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__BinarySearch, (ArraySortHelper_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, DebugUI_Foldout_ContextMenuItem__Array * array, int32_t index, int32_t length, DebugUI_Foldout_ContextMenuItem value, IComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C4E0, ArraySortHelper_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__BinarySearch__MethodInfo); DO_APP_FUNC(0x01008840, void, ArraySortHelper_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__DownHeap, (DebugUI_Foldout_ContextMenuItem__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Heapsort, (DebugUI_Foldout_ContextMenuItem__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01008B10, void, ArraySortHelper_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__InsertionSort, (DebugUI_Foldout_ContextMenuItem__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8AB0, int32_t, ArraySortHelper_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__InternalBinarySearch, (DebugUI_Foldout_ContextMenuItem__Array * array, int32_t index, int32_t length, DebugUI_Foldout_ContextMenuItem value, IComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__IntroSort, (DebugUI_Foldout_ContextMenuItem__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__IntrospectiveSort, (DebugUI_Foldout_ContextMenuItem__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF8C50, int32_t, ArraySortHelper_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__PickPivotAndPartition, (DebugUI_Foldout_ContextMenuItem__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011F19D0, void, ArraySortHelper_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Sort, (DebugUI_Foldout_ContextMenuItem__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C4D8, ArraySortHelper_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Sort__MethodInfo); DO_APP_FUNC(0x011F15E0, void, ArraySortHelper_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Sort_1, (ArraySortHelper_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, DebugUI_Foldout_ContextMenuItem__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C4C8, ArraySortHelper_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Sort_1__MethodInfo); DO_APP_FUNC(0x01008700, void, ArraySortHelper_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Swap, (DebugUI_Foldout_ContextMenuItem__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010084E0, void, ArraySortHelper_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__SwapIfGreater, (DebugUI_Foldout_ContextMenuItem__Array * keys, Comparison_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ *, ArraySortHelper_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher___ctor, (ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011F1DC0, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__BinarySearch, (ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, InputControlLayout_Collection_LayoutMatcher__Array * array, int32_t index, int32_t length, InputControlLayout_Collection_LayoutMatcher value, IComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C4E8, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__BinarySearch__MethodInfo); DO_APP_FUNC(0x01002960, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__DownHeap, (InputControlLayout_Collection_LayoutMatcher__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Heapsort, (InputControlLayout_Collection_LayoutMatcher__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01002CC0, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__InsertionSort, (InputControlLayout_Collection_LayoutMatcher__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF98C0, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__InternalBinarySearch, (InputControlLayout_Collection_LayoutMatcher__Array * array, int32_t index, int32_t length, InputControlLayout_Collection_LayoutMatcher value, IComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__IntroSort, (InputControlLayout_Collection_LayoutMatcher__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__IntrospectiveSort, (InputControlLayout_Collection_LayoutMatcher__Array * keys, int32_t left, int32_t length, Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF9E40, int32_t, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__PickPivotAndPartition, (InputControlLayout_Collection_LayoutMatcher__Array * keys, int32_t lo, int32_t hi, Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011F1F40, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Sort, (InputControlLayout_Collection_LayoutMatcher__Array * keys, int32_t index, int32_t length, Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C480, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Sort__MethodInfo); DO_APP_FUNC(0x011F1B50, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Sort_1, (ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, InputControlLayout_Collection_LayoutMatcher__Array * keys, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C4F0, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Sort_1__MethodInfo); DO_APP_FUNC(0x01002800, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Swap, (InputControlLayout_Collection_LayoutMatcher__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010025A0, void, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__SwapIfGreater, (InputControlLayout_Collection_LayoutMatcher__Array * keys, Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ *, ArraySortHelper_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView___ctor, (ArraySortHelper_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011F2330, int32_t, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__BinarySearch, (ArraySortHelper_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, InstructionList_DebugView_InstructionView__Array * array, int32_t index, int32_t length, InstructionList_DebugView_InstructionView value, IComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C490, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__BinarySearch__MethodInfo); DO_APP_FUNC(0x011F2A10, void, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__DownHeap, (InstructionList_DebugView_InstructionView__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Heapsort, (InstructionList_DebugView_InstructionView__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011F2D60, void, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__InsertionSort, (InstructionList_DebugView_InstructionView__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFC5D0, int32_t, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__InternalBinarySearch, (InstructionList_DebugView_InstructionView__Array * array, int32_t index, int32_t length, InstructionList_DebugView_InstructionView value, IComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__IntroSort, (InstructionList_DebugView_InstructionView__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__IntrospectiveSort, (InstructionList_DebugView_InstructionView__Array * keys, int32_t left, int32_t length, Comparison_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FFCB70, int32_t, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__PickPivotAndPartition, (InstructionList_DebugView_InstructionView__Array * keys, int32_t lo, int32_t hi, Comparison_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011F24B0, void, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Sort, (InstructionList_DebugView_InstructionView__Array * keys, int32_t index, int32_t length, Comparison_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C488, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Sort__MethodInfo); DO_APP_FUNC(0x011F20C0, void, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Sort_1, (ArraySortHelper_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, InstructionList_DebugView_InstructionView__Array * keys, int32_t index, int32_t length, IComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C478, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Sort_1__MethodInfo); DO_APP_FUNC(0x011F28B0, void, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Swap, (InstructionList_DebugView_InstructionView__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x011F2630, void, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__SwapIfGreater, (InstructionList_DebugView_InstructionView__Array * keys, Comparison_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ *, ArraySortHelper_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb___ctor, (ArraySortHelper_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011F31B0, int32_t, ArraySortHelper_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__BinarySearch, (ArraySortHelper_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Array * array, int32_t index, int32_t length, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb value, IComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C498, ArraySortHelper_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__BinarySearch__MethodInfo); DO_APP_FUNC(0x00FF6F20, void, ArraySortHelper_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__DownHeap, (PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Heapsort, (PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF7200, void, ArraySortHelper_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__InsertionSort, (PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF6690, int32_t, ArraySortHelper_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__InternalBinarySearch, (PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Array * array, int32_t index, int32_t length, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb value, IComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__IntroSort, (PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__IntrospectiveSort, (PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Array * keys, int32_t left, int32_t length, Comparison_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF6A40, int32_t, ArraySortHelper_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__PickPivotAndPartition, (PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Array * keys, int32_t lo, int32_t hi, Comparison_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011F3330, void, ArraySortHelper_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Sort, (PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Array * keys, int32_t index, int32_t length, Comparison_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C4B0, ArraySortHelper_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Sort__MethodInfo); DO_APP_FUNC(0x011F2F40, void, ArraySortHelper_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Sort_1, (ArraySortHelper_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Array * keys, int32_t index, int32_t length, IComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C4A0, ArraySortHelper_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Sort_1__MethodInfo); DO_APP_FUNC(0x00FF69C0, void, ArraySortHelper_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Swap, (PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x00FF6840, void, ArraySortHelper_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__SwapIfGreater, (PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Array * keys, Comparison_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ *, ArraySortHelper_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheCurve_Item___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheCurve_Item___ctor, (ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011F3720, int32_t, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheCurve_Item__BinarySearch, (ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, TargetPositionCache_CacheCurve_Item__Array * array, int32_t index, int32_t length, TargetPositionCache_CacheCurve_Item value, IComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C458, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheCurve_Item__BinarySearch__MethodInfo); DO_APP_FUNC(0x010EE1B0, void, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheCurve_Item__DownHeap, (TargetPositionCache_CacheCurve_Item__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Heapsort, (TargetPositionCache_CacheCurve_Item__Array * keys, int32_t lo, int32_t hi, Comparison_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010EE4F0, void, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheCurve_Item__InsertionSort, (TargetPositionCache_CacheCurve_Item__Array * keys, int32_t lo, int32_t hi, Comparison_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010ED850, int32_t, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheCurve_Item__InternalBinarySearch, (TargetPositionCache_CacheCurve_Item__Array * array, int32_t index, int32_t length, TargetPositionCache_CacheCurve_Item value, IComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheCurve_Item__IntroSort, (TargetPositionCache_CacheCurve_Item__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheCurve_Item__IntrospectiveSort, (TargetPositionCache_CacheCurve_Item__Array * keys, int32_t left, int32_t length, Comparison_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010EDC80, int32_t, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheCurve_Item__PickPivotAndPartition, (TargetPositionCache_CacheCurve_Item__Array * keys, int32_t lo, int32_t hi, Comparison_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011F38B0, void, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Sort, (TargetPositionCache_CacheCurve_Item__Array * keys, int32_t index, int32_t length, Comparison_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C450, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Sort__MethodInfo); DO_APP_FUNC(0x011F34B0, void, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Sort_1, (ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, TargetPositionCache_CacheCurve_Item__Array * keys, int32_t index, int32_t length, IComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C4A8, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Sort_1__MethodInfo); DO_APP_FUNC(0x010EDBE0, void, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Swap, (TargetPositionCache_CacheCurve_Item__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010EDA20, void, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheCurve_Item__SwapIfGreater, (TargetPositionCache_CacheCurve_Item__Array * keys, Comparison_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ *, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheCurve_Item__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x00FF4D80, void, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem___ctor, (ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011F3CA0, int32_t, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__BinarySearch, (ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, TargetPositionCache_CacheEntry_RecordingItem__Array * array, int32_t index, int32_t length, TargetPositionCache_CacheEntry_RecordingItem value, IComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C460, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__BinarySearch__MethodInfo); DO_APP_FUNC(0x010E22C0, void, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__DownHeap, (TargetPositionCache_CacheEntry_RecordingItem__Array * keys, int32_t i, int32_t n, int32_t lo, Comparison_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF4470, void, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Heapsort, (TargetPositionCache_CacheEntry_RecordingItem__Array * keys, int32_t lo, int32_t hi, Comparison_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E2610, void, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__InsertionSort, (TargetPositionCache_CacheEntry_RecordingItem__Array * keys, int32_t lo, int32_t hi, Comparison_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E1940, int32_t, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__InternalBinarySearch, (TargetPositionCache_CacheEntry_RecordingItem__Array * array, int32_t index, int32_t length, TargetPositionCache_CacheEntry_RecordingItem value, IComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3A50, void, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__IntroSort, (TargetPositionCache_CacheEntry_RecordingItem__Array * keys, int32_t lo, int32_t hi, int32_t depthLimit, Comparison_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00FF3930, void, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__IntrospectiveSort, (TargetPositionCache_CacheEntry_RecordingItem__Array * keys, int32_t left, int32_t length, Comparison_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010E1D70, int32_t, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__PickPivotAndPartition, (TargetPositionCache_CacheEntry_RecordingItem__Array * keys, int32_t lo, int32_t hi, Comparison_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011F3E30, void, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Sort, (TargetPositionCache_CacheEntry_RecordingItem__Array * keys, int32_t index, int32_t length, Comparison_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C470, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Sort__MethodInfo); DO_APP_FUNC(0x011F3A30, void, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Sort_1, (ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, TargetPositionCache_CacheEntry_RecordingItem__Array * keys, int32_t index, int32_t length, IComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C468, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Sort_1__MethodInfo); DO_APP_FUNC(0x010E1CE0, void, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Swap, (TargetPositionCache_CacheEntry_RecordingItem__Array * a, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x010E1B10, void, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__SwapIfGreater, (TargetPositionCache_CacheEntry_RecordingItem__Array * keys, Comparison_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x00FF4CE0, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ *, ArraySortHelper_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x0125D630, void, ArraySortHelper_2_System_Int32_System_ValueTuple_2___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_2_System_Int32_System_ValueTuple_2___ctor, (ArraySortHelper_2_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0125D090, void, ArraySortHelper_2_System_Int32_System_ValueTuple_2__DownHeap, (Int32__Array * keys, ValueTuple_2_Object_Int32___Array * values, int32_t i, int32_t n, int32_t lo, IComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0125CE50, void, ArraySortHelper_2_System_Int32_System_ValueTuple_2__Heapsort, (Int32__Array * keys, ValueTuple_2_Object_Int32___Array * values, int32_t lo, int32_t hi, IComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0125D390, void, ArraySortHelper_2_System_Int32_System_ValueTuple_2__InsertionSort, (Int32__Array * keys, ValueTuple_2_Object_Int32___Array * values, int32_t lo, int32_t hi, IComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0125C500, void, ArraySortHelper_2_System_Int32_System_ValueTuple_2__IntroSort, (Int32__Array * keys, ValueTuple_2_Object_Int32___Array * values, int32_t lo, int32_t hi, int32_t depthLimit, IComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0125C3D0, void, ArraySortHelper_2_System_Int32_System_ValueTuple_2__IntrospectiveSort, (Int32__Array * keys, ValueTuple_2_Object_Int32___Array * values, int32_t left, int32_t length, IComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0125C9E0, int32_t, ArraySortHelper_2_System_Int32_System_ValueTuple_2__PickPivotAndPartition, (Int32__Array * keys, ValueTuple_2_Object_Int32___Array * values, int32_t lo, int32_t hi, IComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0125BE60, void, ArraySortHelper_2_System_Int32_System_ValueTuple_2__Sort, (ArraySortHelper_2_System_Int32_System_ValueTuple_2_ * __this, Int32__Array * keys, ValueTuple_2_Object_Int32___Array * values, int32_t index, int32_t length, IComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95678, ArraySortHelper_2_System_Int32_System_ValueTuple_2__Sort__MethodInfo); DO_APP_FUNC(0x0125C240, void, ArraySortHelper_2_System_Int32_System_ValueTuple_2__Swap, (Int32__Array * keys, ValueTuple_2_Object_Int32___Array * values, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x0125C010, void, ArraySortHelper_2_System_Int32_System_ValueTuple_2__SwapIfGreaterWithItems, (Int32__Array * keys, ValueTuple_2_Object_Int32___Array * values, IComparer_1_System_Int32_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x0125D590, ArraySortHelper_2_System_Int32_System_ValueTuple_2_ *, ArraySortHelper_2_System_Int32_System_ValueTuple_2__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x0125D630, void, ArraySortHelper_2_System_Object_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_2_System_Object_System_Object___ctor, (ArraySortHelper_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0125DFC0, void, ArraySortHelper_2_System_Object_System_Object__DownHeap, (Object__Array * keys, Object__Array * values, int32_t i, int32_t n, int32_t lo, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0125CE50, void, ArraySortHelper_2_System_Object_System_Object__Heapsort, (Object__Array * keys, Object__Array * values, int32_t lo, int32_t hi, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0125E230, void, ArraySortHelper_2_System_Object_System_Object__InsertionSort, (Object__Array * keys, Object__Array * values, int32_t lo, int32_t hi, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0125C500, void, ArraySortHelper_2_System_Object_System_Object__IntroSort, (Object__Array * keys, Object__Array * values, int32_t lo, int32_t hi, int32_t depthLimit, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0125C3D0, void, ArraySortHelper_2_System_Object_System_Object__IntrospectiveSort, (Object__Array * keys, Object__Array * values, int32_t left, int32_t length, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0125DB50, int32_t, ArraySortHelper_2_System_Object_System_Object__PickPivotAndPartition, (Object__Array * keys, Object__Array * values, int32_t lo, int32_t hi, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0125D7B0, void, ArraySortHelper_2_System_Object_System_Object__Sort, (ArraySortHelper_2_System_Object_System_Object_ * __this, Object__Array * keys, Object__Array * values, int32_t index, int32_t length, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95688, ArraySortHelper_2_System_Object_System_Object__Sort__MethodInfo); DO_APP_FUNC(0x0125DAA0, void, ArraySortHelper_2_System_Object_System_Object__Swap, (Object__Array * keys, Object__Array * values, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x0125D960, void, ArraySortHelper_2_System_Object_System_Object__SwapIfGreaterWithItems, (Object__Array * keys, Object__Array * values, IComparer_1_System_Object_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x0125D590, ArraySortHelper_2_System_Object_System_Object_ *, ArraySortHelper_2_System_Object_System_Object__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x0125D630, void, ArraySortHelper_2_System_Single_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_2_System_Single_System_Object___ctor, (ArraySortHelper_2_System_Single_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0125EC00, void, ArraySortHelper_2_System_Single_System_Object__DownHeap, (Single__Array * keys, Object__Array * values, int32_t i, int32_t n, int32_t lo, IComparer_1_System_Single_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0125CE50, void, ArraySortHelper_2_System_Single_System_Object__Heapsort, (Single__Array * keys, Object__Array * values, int32_t lo, int32_t hi, IComparer_1_System_Single_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0125EE80, void, ArraySortHelper_2_System_Single_System_Object__InsertionSort, (Single__Array * keys, Object__Array * values, int32_t lo, int32_t hi, IComparer_1_System_Single_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0125C500, void, ArraySortHelper_2_System_Single_System_Object__IntroSort, (Single__Array * keys, Object__Array * values, int32_t lo, int32_t hi, int32_t depthLimit, IComparer_1_System_Single_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0125C3D0, void, ArraySortHelper_2_System_Single_System_Object__IntrospectiveSort, (Single__Array * keys, Object__Array * values, int32_t left, int32_t length, IComparer_1_System_Single_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0125E780, int32_t, ArraySortHelper_2_System_Single_System_Object__PickPivotAndPartition, (Single__Array * keys, Object__Array * values, int32_t lo, int32_t hi, IComparer_1_System_Single_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0125E3E0, void, ArraySortHelper_2_System_Single_System_Object__Sort, (ArraySortHelper_2_System_Single_System_Object_ * __this, Single__Array * keys, Object__Array * values, int32_t index, int32_t length, IComparer_1_System_Single_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95680, ArraySortHelper_2_System_Single_System_Object__Sort__MethodInfo); DO_APP_FUNC(0x0125E6E0, void, ArraySortHelper_2_System_Single_System_Object__Swap, (Single__Array * keys, Object__Array * values, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x0125E590, void, ArraySortHelper_2_System_Single_System_Object__SwapIfGreaterWithItems, (Single__Array * keys, Object__Array * values, IComparer_1_System_Single_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x0125D590, ArraySortHelper_2_System_Single_System_Object_ *, ArraySortHelper_2_System_Single_System_Object__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x0125D630, void, ArraySortHelper_2_System_UInt64_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySortHelper_2_System_UInt64_System_Object___ctor, (ArraySortHelper_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0125F3C0, void, ArraySortHelper_2_System_UInt64_System_Object__DownHeap, (UInt64__Array * keys, Object__Array * values, int32_t i, int32_t n, int32_t lo, IComparer_1_System_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0125CE50, void, ArraySortHelper_2_System_UInt64_System_Object__Heapsort, (UInt64__Array * keys, Object__Array * values, int32_t lo, int32_t hi, IComparer_1_System_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0125F630, void, ArraySortHelper_2_System_UInt64_System_Object__InsertionSort, (UInt64__Array * keys, Object__Array * values, int32_t lo, int32_t hi, IComparer_1_System_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0125C500, void, ArraySortHelper_2_System_UInt64_System_Object__IntroSort, (UInt64__Array * keys, Object__Array * values, int32_t lo, int32_t hi, int32_t depthLimit, IComparer_1_System_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0125C3D0, void, ArraySortHelper_2_System_UInt64_System_Object__IntrospectiveSort, (UInt64__Array * keys, Object__Array * values, int32_t left, int32_t length, IComparer_1_System_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0125DB50, int32_t, ArraySortHelper_2_System_UInt64_System_Object__PickPivotAndPartition, (UInt64__Array * keys, Object__Array * values, int32_t lo, int32_t hi, IComparer_1_System_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0125F040, void, ArraySortHelper_2_System_UInt64_System_Object__Sort, (ArraySortHelper_2_System_UInt64_System_Object_ * __this, UInt64__Array * keys, Object__Array * values, int32_t index, int32_t length, IComparer_1_System_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95690, ArraySortHelper_2_System_UInt64_System_Object__Sort__MethodInfo); DO_APP_FUNC(0x0125F320, void, ArraySortHelper_2_System_UInt64_System_Object__Swap, (UInt64__Array * keys, Object__Array * values, int32_t i, int32_t j, MethodInfo * method)); DO_APP_FUNC(0x0125F1F0, void, ArraySortHelper_2_System_UInt64_System_Object__SwapIfGreaterWithItems, (UInt64__Array * keys, Object__Array * values, IComparer_1_System_UInt64_ * comparer, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x0125D590, ArraySortHelper_2_System_UInt64_System_Object_ *, ArraySortHelper_2_System_UInt64_System_Object__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x0125F7E0, void, AssetReferenceT_1_System_Object___ctor, (AssetReferenceT_1_System_Object_ * __this, String * guid, MethodInfo * method)); DO_APP_FUNC(0x0125F8D0, AsyncOperationHandle_1_System_Object_, AssetReferenceT_1_System_Object__LoadAsset, (AssetReferenceT_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0125F910, AsyncOperationHandle_1_System_Object_, AssetReferenceT_1_System_Object__LoadAssetAsync, (AssetReferenceT_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0125F990, bool, AssetReferenceT_1_System_Object__ValidateAsset, (AssetReferenceT_1_System_Object_ * __this, Object_1 * obj, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, AssetReferenceT_1_System_Object__ValidateAsset_1, (AssetReferenceT_1_System_Object_ * __this, String * mainAssetPath, MethodInfo * method)); DO_APP_FUNC(0x0125FA40, void, AsyncLocalValueChangedArgs_1_System_Object___ctor, (AsyncLocalValueChangedArgs_1_System_Object_ * __this, Object * previousValue, Object * currentValue, bool contextChanged, MethodInfo * method)); DO_APP_FUNC(0x005DE470, Object *, AsyncLocalValueChangedArgs_1_System_Object__get_CurrentValue, (AsyncLocalValueChangedArgs_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AsyncLocal_1_System_Object___ctor, (AsyncLocal_1_System_Object_ * __this, Action_1_System_Threading_AsyncLocalValueChangedArgs_1__1 * valueChangedHandler, MethodInfo * method)); DO_APP_FUNC(0x0125FB90, void, AsyncLocal_1_System_Object__System_Threading_IAsyncLocal_OnValueChanged, (AsyncLocal_1_System_Object_ * __this, Object * previousValueObj, Object * currentValueObj, bool contextChanged, MethodInfo * method)); DO_APP_FUNC(0x0125FB10, void, AsyncLocal_1_System_Object__set_Value, (AsyncLocal_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0125FDF0, void, AsyncOperationBase_1_System_Boolean___ctor, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C846E8, AsyncOperationBase_1_System_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x01262960, void, AsyncOperationBase_1_System_Boolean____ctor_b__35_0, (AsyncOperationBase_1_System_Boolean_ * __this, AsyncOperationHandle o, MethodInfo * method)); DO_APP_FUNC(0x012619C0, void, AsyncOperationBase_1_System_Boolean__Complete, (AsyncOperationBase_1_System_Boolean_ * __this, bool result, bool success, String * errorMsg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84690, AsyncOperationBase_1_System_Boolean__Complete__MethodInfo); DO_APP_FUNC(0x01261B10, void, AsyncOperationBase_1_System_Boolean__Complete_1, (AsyncOperationBase_1_System_Boolean_ * __this, bool result, bool success, Exception * exception, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x012619F0, void, AsyncOperationBase_1_System_Boolean__Complete_2, (AsyncOperationBase_1_System_Boolean_ * __this, bool result, bool success, String * errorMsg, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x012602F0, void, AsyncOperationBase_1_System_Boolean__DecrementReferenceCount, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95638, AsyncOperationBase_1_System_Boolean__DecrementReferenceCount__MethodInfo); DO_APP_FUNC(0x003AC050, void, AsyncOperationBase_1_System_Boolean__Destroy, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncOperationBase_1_System_Boolean__GetDependencies, (AsyncOperationBase_1_System_Boolean_ * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * dependencies, MethodInfo * method)); DO_APP_FUNC(0x01262890, DownloadStatus, AsyncOperationBase_1_System_Boolean__GetDownloadStatus, (AsyncOperationBase_1_System_Boolean_ * __this, HashSet_1_System_Object_ * visited, MethodInfo * method)); DO_APP_FUNC(0x01260020, void, AsyncOperationBase_1_System_Boolean__IncrementReferenceCount, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95640, AsyncOperationBase_1_System_Boolean__IncrementReferenceCount__MethodInfo); DO_APP_FUNC(0x01261740, void, AsyncOperationBase_1_System_Boolean__InvokeCompletionEvent, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012623F0, void, AsyncOperationBase_1_System_Boolean__InvokeExecute, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C846C8, AsyncOperationBase_1_System_Boolean__InvokeExecute__MethodInfo); DO_APP_FUNC(0x00418D30, bool, AsyncOperationBase_1_System_Boolean__InvokeWaitForCompletion, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01261630, bool, AsyncOperationBase_1_System_Boolean__MoveNext, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01260F90, void, AsyncOperationBase_1_System_Boolean__RegisterForDeferredCallbackEvent, (AsyncOperationBase_1_System_Boolean_ * __this, bool incrementReferenceCount, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncOperationBase_1_System_Boolean__ReleaseDependencies, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncOperationBase_1_System_Boolean__Reset, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0125FF90, String *, AsyncOperationBase_1_System_Boolean__ShortenPath, (String * p, bool keepExtension, MethodInfo * method)); DO_APP_FUNC(0x01262090, void, AsyncOperationBase_1_System_Boolean__Start, (AsyncOperationBase_1_System_Boolean_ * __this, ResourceManager_1 * rm, AsyncOperationHandle dependency, DelegateList_1_System_Single_ * updateCallbacks, MethodInfo * method)); DO_APP_FUNC(0x01260BC0, String *, AsyncOperationBase_1_System_Boolean__ToString, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012627A0, void, AsyncOperationBase_1_System_Boolean__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_DecrementReferenceCount, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01262780, void, AsyncOperationBase_1_System_Boolean__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_GetDependencies, (AsyncOperationBase_1_System_Boolean_ * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * deps, MethodInfo * method)); DO_APP_FUNC(0x01262850, DownloadStatus, AsyncOperationBase_1_System_Boolean__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_GetDownloadStatus, (AsyncOperationBase_1_System_Boolean_ * __this, HashSet_1_System_Object_ * visited, MethodInfo * method)); DO_APP_FUNC(0x012626B0, Object *, AsyncOperationBase_1_System_Boolean__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_GetResultAsObject, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012627C0, void, AsyncOperationBase_1_System_Boolean__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_IncrementReferenceCount, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012627E0, void, AsyncOperationBase_1_System_Boolean__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_InvokeCompletionEvent, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01262800, void, AsyncOperationBase_1_System_Boolean__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_Start, (AsyncOperationBase_1_System_Boolean_ * __this, ResourceManager_1 * rm, AsyncOperationHandle dependency, DelegateList_1_System_Single_ * updateCallbacks, MethodInfo * method)); DO_APP_FUNC(0x01262480, void, AsyncOperationBase_1_System_Boolean__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_add_CompletedTypeless, (AsyncOperationBase_1_System_Boolean_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x012624A0, void, AsyncOperationBase_1_System_Boolean__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_add_Destroyed, (AsyncOperationBase_1_System_Boolean_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x01262690, String *, AsyncOperationBase_1_System_Boolean__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_DebugName, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012625D0, AsyncOperationHandle, AsyncOperationBase_1_System_Boolean__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_Handle, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD42D0, bool, AsyncOperationBase_1_System_Boolean__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_IsDone, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012625A0, Exception *, AsyncOperationBase_1_System_Boolean__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_OperationException, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01262540, float, AsyncOperationBase_1_System_Boolean__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_PercentComplete, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01262510, int32_t, AsyncOperationBase_1_System_Boolean__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_ReferenceCount, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01262720, Type *, AsyncOperationBase_1_System_Boolean__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_ResultType, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01262570, AsyncOperationStatus__Enum, AsyncOperationBase_1_System_Boolean__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_Status, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012609C0, Task_1_System_Object_ *, AsyncOperationBase_1_System_Boolean__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_Task, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012624E0, int32_t, AsyncOperationBase_1_System_Boolean__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_Version, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011424A0, void, AsyncOperationBase_1_System_Boolean__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_remove_CompletedTypeless, (AsyncOperationBase_1_System_Boolean_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x012624C0, void, AsyncOperationBase_1_System_Boolean__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_remove_Destroyed, (AsyncOperationBase_1_System_Boolean_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x01262670, void, AsyncOperationBase_1_System_Boolean__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_set_OnDestroy, (AsyncOperationBase_1_System_Boolean_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_ * value, MethodInfo * method)); DO_APP_FUNC(0x01261940, void, AsyncOperationBase_1_System_Boolean__UpdateCallback, (AsyncOperationBase_1_System_Boolean_ * __this, float unscaledDeltaTime, MethodInfo * method)); DO_APP_FUNC(0x012601B0, void, AsyncOperationBase_1_System_Boolean__WaitForCompletion, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C955F0, AsyncOperationBase_1_System_Boolean__WaitForCompletion__MethodInfo); DO_APP_FUNC(0x01261000, void, AsyncOperationBase_1_System_Boolean__add_Completed, (AsyncOperationBase_1_System_Boolean_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__5 * value, MethodInfo * method)); DO_APP_FUNC(0x01261240, void, AsyncOperationBase_1_System_Boolean__add_CompletedTypeless, (AsyncOperationBase_1_System_Boolean_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x01261120, void, AsyncOperationBase_1_System_Boolean__add_Destroyed, (AsyncOperationBase_1_System_Boolean_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x0125FD10, bool, AsyncOperationBase_1_System_Boolean__get_CompletedEventHasListeners, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Object *, AsyncOperationBase_1_System_Boolean__get_Current, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0125FCE0, String *, AsyncOperationBase_1_System_Boolean__get_DebugName, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0125FD60, bool, AsyncOperationBase_1_System_Boolean__get_DestroyedEventHasListeners, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01261910, AsyncOperationHandle_1_System_Boolean_, AsyncOperationBase_1_System_Boolean__get_Handle, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01261670, bool, AsyncOperationBase_1_System_Boolean__get_IsDone, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C846C0, AsyncOperationBase_1_System_Boolean__get_IsDone__MethodInfo); DO_APP_FUNC(0x00610C20, bool, AsyncOperationBase_1_System_Boolean__get_IsRunning, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Exception *, AsyncOperationBase_1_System_Boolean__get_OperationException, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01261700, float, AsyncOperationBase_1_System_Boolean__get_PercentComplete, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, AsyncOperationBase_1_System_Boolean__get_Progress, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, AsyncOperationBase_1_System_Boolean__get_ReferenceCount, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, AsyncOperationBase_1_System_Boolean__get_Result, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, AsyncOperationStatus__Enum, AsyncOperationBase_1_System_Boolean__get_Status, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01260800, Task_1_System_Boolean_ *, AsyncOperationBase_1_System_Boolean__get_Task, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, AsyncOperationBase_1_System_Boolean__get_Version, (AsyncOperationBase_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012610F0, void, AsyncOperationBase_1_System_Boolean__remove_Completed, (AsyncOperationBase_1_System_Boolean_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__5 * value, MethodInfo * method)); DO_APP_FUNC(0x012613A0, void, AsyncOperationBase_1_System_Boolean__remove_CompletedTypeless, (AsyncOperationBase_1_System_Boolean_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x012611F0, void, AsyncOperationBase_1_System_Boolean__remove_Destroyed, (AsyncOperationBase_1_System_Boolean_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x00AC7840, void, AsyncOperationBase_1_System_Boolean__set_IsRunning, (AsyncOperationBase_1_System_Boolean_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, AsyncOperationBase_1_System_Boolean__set_OnDestroy, (AsyncOperationBase_1_System_Boolean_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_ * value, MethodInfo * method)); DO_APP_FUNC(0x01261500, void, AsyncOperationBase_1_System_Boolean__set_OperationException, (AsyncOperationBase_1_System_Boolean_ * __this, Exception * value, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, AsyncOperationBase_1_System_Boolean__set_Result, (AsyncOperationBase_1_System_Boolean_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01262A20, void, AsyncOperationBase_1_System_Int64___ctor, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01262960, void, AsyncOperationBase_1_System_Int64____ctor_b__35_0, (AsyncOperationBase_1_System_Int64_ * __this, AsyncOperationHandle o, MethodInfo * method)); DO_APP_FUNC(0x012619C0, void, AsyncOperationBase_1_System_Int64__Complete, (AsyncOperationBase_1_System_Int64_ * __this, int64_t result, bool success, String * errorMsg, MethodInfo * method)); DO_APP_FUNC(0x01264130, void, AsyncOperationBase_1_System_Int64__Complete_1, (AsyncOperationBase_1_System_Int64_ * __this, int64_t result, bool success, Exception * exception, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x01264010, void, AsyncOperationBase_1_System_Int64__Complete_2, (AsyncOperationBase_1_System_Int64_ * __this, int64_t result, bool success, String * errorMsg, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x01262E90, void, AsyncOperationBase_1_System_Int64__DecrementReferenceCount, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C954D0, AsyncOperationBase_1_System_Int64__DecrementReferenceCount__MethodInfo); DO_APP_FUNC(0x003AC050, void, AsyncOperationBase_1_System_Int64__Destroy, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncOperationBase_1_System_Int64__GetDependencies, (AsyncOperationBase_1_System_Int64_ * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * dependencies, MethodInfo * method)); DO_APP_FUNC(0x01264800, DownloadStatus, AsyncOperationBase_1_System_Int64__GetDownloadStatus, (AsyncOperationBase_1_System_Int64_ * __this, HashSet_1_System_Object_ * visited, MethodInfo * method)); DO_APP_FUNC(0x01262BC0, void, AsyncOperationBase_1_System_Int64__IncrementReferenceCount, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95500, AsyncOperationBase_1_System_Int64__IncrementReferenceCount__MethodInfo); DO_APP_FUNC(0x01263DC0, void, AsyncOperationBase_1_System_Int64__InvokeCompletionEvent, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012646A0, void, AsyncOperationBase_1_System_Int64__InvokeExecute, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, AsyncOperationBase_1_System_Int64__InvokeWaitForCompletion, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01261630, bool, AsyncOperationBase_1_System_Int64__MoveNext, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01260F90, void, AsyncOperationBase_1_System_Int64__RegisterForDeferredCallbackEvent, (AsyncOperationBase_1_System_Int64_ * __this, bool incrementReferenceCount, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncOperationBase_1_System_Int64__ReleaseDependencies, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncOperationBase_1_System_Int64__Reset, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0125FF90, String *, AsyncOperationBase_1_System_Int64__ShortenPath, (String * p, bool keepExtension, MethodInfo * method)); DO_APP_FUNC(0x01262090, void, AsyncOperationBase_1_System_Int64__Start, (AsyncOperationBase_1_System_Int64_ * __this, ResourceManager_1 * rm, AsyncOperationHandle dependency, DelegateList_1_System_Single_ * updateCallbacks, MethodInfo * method)); DO_APP_FUNC(0x01263760, String *, AsyncOperationBase_1_System_Int64__ToString, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012627A0, void, AsyncOperationBase_1_System_Int64__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_DecrementReferenceCount, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01262780, void, AsyncOperationBase_1_System_Int64__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_GetDependencies, (AsyncOperationBase_1_System_Int64_ * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * deps, MethodInfo * method)); DO_APP_FUNC(0x01262850, DownloadStatus, AsyncOperationBase_1_System_Int64__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_GetDownloadStatus, (AsyncOperationBase_1_System_Int64_ * __this, HashSet_1_System_Object_ * visited, MethodInfo * method)); DO_APP_FUNC(0x01264730, Object *, AsyncOperationBase_1_System_Int64__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_GetResultAsObject, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012627C0, void, AsyncOperationBase_1_System_Int64__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_IncrementReferenceCount, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012627E0, void, AsyncOperationBase_1_System_Int64__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_InvokeCompletionEvent, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01262800, void, AsyncOperationBase_1_System_Int64__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_Start, (AsyncOperationBase_1_System_Int64_ * __this, ResourceManager_1 * rm, AsyncOperationHandle dependency, DelegateList_1_System_Single_ * updateCallbacks, MethodInfo * method)); DO_APP_FUNC(0x01262480, void, AsyncOperationBase_1_System_Int64__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_add_CompletedTypeless, (AsyncOperationBase_1_System_Int64_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x012624A0, void, AsyncOperationBase_1_System_Int64__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_add_Destroyed, (AsyncOperationBase_1_System_Int64_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x01262690, String *, AsyncOperationBase_1_System_Int64__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_DebugName, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012625D0, AsyncOperationHandle, AsyncOperationBase_1_System_Int64__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_Handle, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD42D0, bool, AsyncOperationBase_1_System_Int64__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_IsDone, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012625A0, Exception *, AsyncOperationBase_1_System_Int64__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_OperationException, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01262540, float, AsyncOperationBase_1_System_Int64__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_PercentComplete, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01262510, int32_t, AsyncOperationBase_1_System_Int64__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_ReferenceCount, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012647A0, Type *, AsyncOperationBase_1_System_Int64__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_ResultType, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01262570, AsyncOperationStatus__Enum, AsyncOperationBase_1_System_Int64__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_Status, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01263560, Task_1_System_Object_ *, AsyncOperationBase_1_System_Int64__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_Task, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012624E0, int32_t, AsyncOperationBase_1_System_Int64__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_Version, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011424A0, void, AsyncOperationBase_1_System_Int64__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_remove_CompletedTypeless, (AsyncOperationBase_1_System_Int64_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x012624C0, void, AsyncOperationBase_1_System_Int64__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_remove_Destroyed, (AsyncOperationBase_1_System_Int64_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x01262670, void, AsyncOperationBase_1_System_Int64__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_set_OnDestroy, (AsyncOperationBase_1_System_Int64_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_ * value, MethodInfo * method)); DO_APP_FUNC(0x01263F90, void, AsyncOperationBase_1_System_Int64__UpdateCallback, (AsyncOperationBase_1_System_Int64_ * __this, float unscaledDeltaTime, MethodInfo * method)); DO_APP_FUNC(0x01262D50, void, AsyncOperationBase_1_System_Int64__WaitForCompletion, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95510, AsyncOperationBase_1_System_Int64__WaitForCompletion__MethodInfo); DO_APP_FUNC(0x01261000, void, AsyncOperationBase_1_System_Int64__add_Completed, (AsyncOperationBase_1_System_Int64_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__11 * value, MethodInfo * method)); DO_APP_FUNC(0x01261240, void, AsyncOperationBase_1_System_Int64__add_CompletedTypeless, (AsyncOperationBase_1_System_Int64_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x01263B30, void, AsyncOperationBase_1_System_Int64__add_Destroyed, (AsyncOperationBase_1_System_Int64_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x0125FD10, bool, AsyncOperationBase_1_System_Int64__get_CompletedEventHasListeners, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Object *, AsyncOperationBase_1_System_Int64__get_Current, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0125FCE0, String *, AsyncOperationBase_1_System_Int64__get_DebugName, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01262990, bool, AsyncOperationBase_1_System_Int64__get_DestroyedEventHasListeners, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01261910, AsyncOperationHandle_1_System_Int64_, AsyncOperationBase_1_System_Int64__get_Handle, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01261670, bool, AsyncOperationBase_1_System_Int64__get_IsDone, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00610C20, bool, AsyncOperationBase_1_System_Int64__get_IsRunning, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Exception *, AsyncOperationBase_1_System_Int64__get_OperationException, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01263D80, float, AsyncOperationBase_1_System_Int64__get_PercentComplete, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, AsyncOperationBase_1_System_Int64__get_Progress, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, AsyncOperationBase_1_System_Int64__get_ReferenceCount, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, int64_t, AsyncOperationBase_1_System_Int64__get_Result, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, AsyncOperationStatus__Enum, AsyncOperationBase_1_System_Int64__get_Status, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012633A0, Task_1_System_Int64_ *, AsyncOperationBase_1_System_Int64__get_Task, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, AsyncOperationBase_1_System_Int64__get_Version, (AsyncOperationBase_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012610F0, void, AsyncOperationBase_1_System_Int64__remove_Completed, (AsyncOperationBase_1_System_Int64_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__11 * value, MethodInfo * method)); DO_APP_FUNC(0x012613A0, void, AsyncOperationBase_1_System_Int64__remove_CompletedTypeless, (AsyncOperationBase_1_System_Int64_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x01263C00, void, AsyncOperationBase_1_System_Int64__remove_Destroyed, (AsyncOperationBase_1_System_Int64_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x00AC7840, void, AsyncOperationBase_1_System_Int64__set_IsRunning, (AsyncOperationBase_1_System_Int64_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, AsyncOperationBase_1_System_Int64__set_OnDestroy, (AsyncOperationBase_1_System_Int64_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_ * value, MethodInfo * method)); DO_APP_FUNC(0x01263C50, void, AsyncOperationBase_1_System_Int64__set_OperationException, (AsyncOperationBase_1_System_Int64_ * __this, Exception * value, MethodInfo * method)); DO_APP_FUNC(0x01262980, void, AsyncOperationBase_1_System_Int64__set_Result, (AsyncOperationBase_1_System_Int64_ * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01264960, void, AsyncOperationBase_1_System_Object___ctor, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01262960, void, AsyncOperationBase_1_System_Object____ctor_b__35_0, (AsyncOperationBase_1_System_Object_ * __this, AsyncOperationHandle o, MethodInfo * method)); DO_APP_FUNC(0x012619C0, void, AsyncOperationBase_1_System_Object__Complete, (AsyncOperationBase_1_System_Object_ * __this, Object * result, bool success, String * errorMsg, MethodInfo * method)); DO_APP_FUNC(0x01265DC0, void, AsyncOperationBase_1_System_Object__Complete_1, (AsyncOperationBase_1_System_Object_ * __this, Object * result, bool success, Exception * exception, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x01265CA0, void, AsyncOperationBase_1_System_Object__Complete_2, (AsyncOperationBase_1_System_Object_ * __this, Object * result, bool success, String * errorMsg, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x01264DD0, void, AsyncOperationBase_1_System_Object__DecrementReferenceCount, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95488, AsyncOperationBase_1_System_Object__DecrementReferenceCount__MethodInfo); DO_APP_FUNC(0x003AC050, void, AsyncOperationBase_1_System_Object__Destroy, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncOperationBase_1_System_Object__GetDependencies, (AsyncOperationBase_1_System_Object_ * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * dependencies, MethodInfo * method)); DO_APP_FUNC(0x01266420, DownloadStatus, AsyncOperationBase_1_System_Object__GetDownloadStatus, (AsyncOperationBase_1_System_Object_ * __this, HashSet_1_System_Object_ * visited, MethodInfo * method)); DO_APP_FUNC(0x01264B00, void, AsyncOperationBase_1_System_Object__IncrementReferenceCount, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C954B0, AsyncOperationBase_1_System_Object__IncrementReferenceCount__MethodInfo); DO_APP_FUNC(0x01265A90, void, AsyncOperationBase_1_System_Object__InvokeCompletionEvent, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01266330, void, AsyncOperationBase_1_System_Object__InvokeExecute, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, AsyncOperationBase_1_System_Object__InvokeWaitForCompletion, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01261630, bool, AsyncOperationBase_1_System_Object__MoveNext, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01260F90, void, AsyncOperationBase_1_System_Object__RegisterForDeferredCallbackEvent, (AsyncOperationBase_1_System_Object_ * __this, bool incrementReferenceCount, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncOperationBase_1_System_Object__ReleaseDependencies, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncOperationBase_1_System_Object__Reset, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0125FF90, String *, AsyncOperationBase_1_System_Object__ShortenPath, (String * p, bool keepExtension, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63518, AsyncOperationBase_1_System_Object__ShortenPath__MethodInfo); DO_APP_FUNC(0x01262090, void, AsyncOperationBase_1_System_Object__Start, (AsyncOperationBase_1_System_Object_ * __this, ResourceManager_1 * rm, AsyncOperationHandle dependency, DelegateList_1_System_Single_ * updateCallbacks, MethodInfo * method)); DO_APP_FUNC(0x012654A0, String *, AsyncOperationBase_1_System_Object__ToString, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012627A0, void, AsyncOperationBase_1_System_Object__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_DecrementReferenceCount, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01262780, void, AsyncOperationBase_1_System_Object__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_GetDependencies, (AsyncOperationBase_1_System_Object_ * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * deps, MethodInfo * method)); DO_APP_FUNC(0x01262850, DownloadStatus, AsyncOperationBase_1_System_Object__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_GetDownloadStatus, (AsyncOperationBase_1_System_Object_ * __this, HashSet_1_System_Object_ * visited, MethodInfo * method)); DO_APP_FUNC(0x00FE22A0, Object *, AsyncOperationBase_1_System_Object__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_GetResultAsObject, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012627C0, void, AsyncOperationBase_1_System_Object__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_IncrementReferenceCount, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012627E0, void, AsyncOperationBase_1_System_Object__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_InvokeCompletionEvent, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01262800, void, AsyncOperationBase_1_System_Object__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_Start, (AsyncOperationBase_1_System_Object_ * __this, ResourceManager_1 * rm, AsyncOperationHandle dependency, DelegateList_1_System_Single_ * updateCallbacks, MethodInfo * method)); DO_APP_FUNC(0x01262480, void, AsyncOperationBase_1_System_Object__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_add_CompletedTypeless, (AsyncOperationBase_1_System_Object_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x012624A0, void, AsyncOperationBase_1_System_Object__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_add_Destroyed, (AsyncOperationBase_1_System_Object_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x01262690, String *, AsyncOperationBase_1_System_Object__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_DebugName, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012625D0, AsyncOperationHandle, AsyncOperationBase_1_System_Object__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_Handle, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD42D0, bool, AsyncOperationBase_1_System_Object__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_IsDone, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012625A0, Exception *, AsyncOperationBase_1_System_Object__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_OperationException, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01262540, float, AsyncOperationBase_1_System_Object__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_PercentComplete, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01262510, int32_t, AsyncOperationBase_1_System_Object__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_ReferenceCount, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012663C0, Type *, AsyncOperationBase_1_System_Object__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_ResultType, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01262570, AsyncOperationStatus__Enum, AsyncOperationBase_1_System_Object__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_Status, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012652E0, Task_1_System_Object_ *, AsyncOperationBase_1_System_Object__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_Task, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012624E0, int32_t, AsyncOperationBase_1_System_Object__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_Version, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011424A0, void, AsyncOperationBase_1_System_Object__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_remove_CompletedTypeless, (AsyncOperationBase_1_System_Object_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x012624C0, void, AsyncOperationBase_1_System_Object__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_remove_Destroyed, (AsyncOperationBase_1_System_Object_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x01262670, void, AsyncOperationBase_1_System_Object__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_set_OnDestroy, (AsyncOperationBase_1_System_Object_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_ * value, MethodInfo * method)); DO_APP_FUNC(0x01265C20, void, AsyncOperationBase_1_System_Object__UpdateCallback, (AsyncOperationBase_1_System_Object_ * __this, float unscaledDeltaTime, MethodInfo * method)); DO_APP_FUNC(0x01264C90, void, AsyncOperationBase_1_System_Object__WaitForCompletion, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C954A8, AsyncOperationBase_1_System_Object__WaitForCompletion__MethodInfo); DO_APP_FUNC(0x01261000, void, AsyncOperationBase_1_System_Object__add_Completed, (AsyncOperationBase_1_System_Object_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__18 * value, MethodInfo * method)); DO_APP_FUNC(0x01261240, void, AsyncOperationBase_1_System_Object__add_CompletedTypeless, (AsyncOperationBase_1_System_Object_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x01265840, void, AsyncOperationBase_1_System_Object__add_Destroyed, (AsyncOperationBase_1_System_Object_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x0125FD10, bool, AsyncOperationBase_1_System_Object__get_CompletedEventHasListeners, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Object *, AsyncOperationBase_1_System_Object__get_Current, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0125FCE0, String *, AsyncOperationBase_1_System_Object__get_DebugName, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012648D0, bool, AsyncOperationBase_1_System_Object__get_DestroyedEventHasListeners, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01261910, AsyncOperationHandle_1_System_Object_, AsyncOperationBase_1_System_Object__get_Handle, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01261670, bool, AsyncOperationBase_1_System_Object__get_IsDone, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00610C20, bool, AsyncOperationBase_1_System_Object__get_IsRunning, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Exception *, AsyncOperationBase_1_System_Object__get_OperationException, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01263D80, float, AsyncOperationBase_1_System_Object__get_PercentComplete, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, AsyncOperationBase_1_System_Object__get_Progress, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, AsyncOperationBase_1_System_Object__get_ReferenceCount, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, AsyncOperationBase_1_System_Object__get_Result, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, AsyncOperationStatus__Enum, AsyncOperationBase_1_System_Object__get_Status, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012633A0, Task_1_System_Object_ *, AsyncOperationBase_1_System_Object__get_Task, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, AsyncOperationBase_1_System_Object__get_Version, (AsyncOperationBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012610F0, void, AsyncOperationBase_1_System_Object__remove_Completed, (AsyncOperationBase_1_System_Object_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__18 * value, MethodInfo * method)); DO_APP_FUNC(0x012613A0, void, AsyncOperationBase_1_System_Object__remove_CompletedTypeless, (AsyncOperationBase_1_System_Object_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x01265910, void, AsyncOperationBase_1_System_Object__remove_Destroyed, (AsyncOperationBase_1_System_Object_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x00AC7840, void, AsyncOperationBase_1_System_Object__set_IsRunning, (AsyncOperationBase_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, AsyncOperationBase_1_System_Object__set_OnDestroy, (AsyncOperationBase_1_System_Object_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_ * value, MethodInfo * method)); DO_APP_FUNC(0x01265960, void, AsyncOperationBase_1_System_Object__set_OperationException, (AsyncOperationBase_1_System_Object_ * __this, Exception * value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AsyncOperationBase_1_System_Object__set_Result, (AsyncOperationBase_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01266630, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63DD0, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor__MethodInfo); DO_APP_FUNC(0x01262960, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance____ctor_b__35_0, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, AsyncOperationHandle o, MethodInfo * method)); DO_APP_FUNC(0x01267E10, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__Complete, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, SceneInstance result, bool success, String * errorMsg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63DA0, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__Complete__MethodInfo); DO_APP_FUNC(0x01267F70, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__Complete_1, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, SceneInstance result, bool success, Exception * exception, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63D58, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__Complete_1__MethodInfo); DO_APP_FUNC(0x01267E50, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__Complete_2, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, SceneInstance result, bool success, String * errorMsg, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x01266AA0, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__DecrementReferenceCount, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C953F8, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__DecrementReferenceCount__MethodInfo); DO_APP_FUNC(0x003AC050, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__Destroy, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63DA8, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__Destroy__MethodInfo); DO_APP_FUNC(0x003AC050, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__GetDependencies, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * dependencies, MethodInfo * method)); DO_APP_FUNC(0x012689D0, DownloadStatus, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__GetDownloadStatus, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, HashSet_1_System_Object_ * visited, MethodInfo * method)); DO_APP_FUNC(0x012667D0, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__IncrementReferenceCount, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95420, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__IncrementReferenceCount__MethodInfo); DO_APP_FUNC(0x01267BA0, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__InvokeCompletionEvent, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01268860, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__InvokeExecute, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63D70, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__InvokeExecute__MethodInfo); DO_APP_FUNC(0x00418D30, bool, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__InvokeWaitForCompletion, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01261630, bool, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__MoveNext, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01267780, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__RegisterForDeferredCallbackEvent, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, bool incrementReferenceCount, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__ReleaseDependencies, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__Reset, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0125FF90, String *, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__ShortenPath, (String * p, bool keepExtension, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63D48, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__ShortenPath__MethodInfo); DO_APP_FUNC(0x012684F0, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__Start, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, ResourceManager_1 * rm, AsyncOperationHandle dependency, DelegateList_1_System_Single_ * updateCallbacks, MethodInfo * method)); DO_APP_FUNC(0x012673A0, String *, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__ToString, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012627A0, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_DecrementReferenceCount, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01262780, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_GetDependencies, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * deps, MethodInfo * method)); DO_APP_FUNC(0x01262850, DownloadStatus, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_GetDownloadStatus, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, HashSet_1_System_Object_ * visited, MethodInfo * method)); DO_APP_FUNC(0x012688F0, Object *, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_GetResultAsObject, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012627C0, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_IncrementReferenceCount, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012627E0, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_InvokeCompletionEvent, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01262800, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_Start, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, ResourceManager_1 * rm, AsyncOperationHandle dependency, DelegateList_1_System_Single_ * updateCallbacks, MethodInfo * method)); DO_APP_FUNC(0x01262480, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_add_CompletedTypeless, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x012624A0, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_add_Destroyed, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x01262690, String *, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_DebugName, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012625D0, AsyncOperationHandle, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_Handle, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD42D0, bool, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_IsDone, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012625A0, Exception *, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_OperationException, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01262540, float, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_PercentComplete, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01262510, int32_t, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_ReferenceCount, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01268970, Type *, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_ResultType, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01262570, AsyncOperationStatus__Enum, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_Status, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012671A0, Task_1_System_Object_ *, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_Task, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012624E0, int32_t, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_get_Version, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011424A0, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_remove_CompletedTypeless, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x012624C0, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_remove_Destroyed, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x01262670, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_set_OnDestroy, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_ * value, MethodInfo * method)); DO_APP_FUNC(0x01267D90, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__UpdateCallback, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, float unscaledDeltaTime, MethodInfo * method)); DO_APP_FUNC(0x01266960, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__WaitForCompletion, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C953E8, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__WaitForCompletion__MethodInfo); DO_APP_FUNC(0x012677F0, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__add_Completed, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 * value, MethodInfo * method)); DO_APP_FUNC(0x01261240, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__add_CompletedTypeless, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x01267910, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__add_Destroyed, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x01266550, bool, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_CompletedEventHasListeners, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, Object *, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_Current, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0125FCE0, String *, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_DebugName, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012665A0, bool, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_DestroyedEventHasListeners, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01261910, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_Handle, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01261670, bool, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_IsDone, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63DD8, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_IsDone__MethodInfo); DO_APP_FUNC(0x00610E90, bool, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_IsRunning, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83B88, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_IsRunning__MethodInfo); DO_APP_FUNC(0x003B93B0, Exception *, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_OperationException, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01267B60, float, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_PercentComplete, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00986680, float, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_Progress, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_ReferenceCount, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, SceneInstance, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_Result, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, AsyncOperationStatus__Enum, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_Status, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01266FD0, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ *, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_Task, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A393A0, int32_t, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_Version, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012678E0, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__remove_Completed, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 * value, MethodInfo * method)); DO_APP_FUNC(0x012613A0, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__remove_CompletedTypeless, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x012679E0, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__remove_Destroyed, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C86140, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__set_IsRunning, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__set_OnDestroy, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_ * value, MethodInfo * method)); DO_APP_FUNC(0x01267A30, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__set_OperationException, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Exception * value, MethodInfo * method)); DO_APP_FUNC(0x012664F0, void, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__set_Result, (AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, SceneInstance value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63D78, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__set_Result__MethodInfo); DO_APP_FUNC(0x01268AE0, void, AsyncOperationHandle_1_System_Boolean___ctor, (AsyncOperationHandle_1_System_Boolean_ * __this, AsyncOperationBase_1_System_Boolean_ * op, MethodInfo * method)); DO_APP_FUNC(0x01268EB0, void, AsyncOperationHandle_1_System_Boolean___ctor_1, (AsyncOperationHandle_1_System_Boolean_ * __this, IAsyncOperation * op, MethodInfo * method)); DO_APP_FUNC(0x012690B0, void, AsyncOperationHandle_1_System_Boolean___ctor_2, (AsyncOperationHandle_1_System_Boolean_ * __this, IAsyncOperation * op, int32_t version, MethodInfo * method)); DO_APP_FUNC(0x01269290, void, AsyncOperationHandle_1_System_Boolean___ctor_3, (AsyncOperationHandle_1_System_Boolean_ * __this, IAsyncOperation * op, String * locationName, MethodInfo * method)); DO_APP_FUNC(0x012694B0, void, AsyncOperationHandle_1_System_Boolean___ctor_4, (AsyncOperationHandle_1_System_Boolean_ * __this, IAsyncOperation * op, int32_t version, String * locationName, MethodInfo * method)); DO_APP_FUNC(0x01269680, AsyncOperationHandle_1_System_Boolean_, AsyncOperationHandle_1_System_Boolean__Acquire, (AsyncOperationHandle_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01269D20, bool, AsyncOperationHandle_1_System_Boolean__Equals, (AsyncOperationHandle_1_System_Boolean_ * __this, AsyncOperationHandle_1_System_Boolean_ other, MethodInfo * method)); DO_APP_FUNC(0x01269B30, void, AsyncOperationHandle_1_System_Boolean__GetDependencies, (AsyncOperationHandle_1_System_Boolean_ * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * deps, MethodInfo * method)); DO_APP_FUNC(0x01268C30, DownloadStatus, AsyncOperationHandle_1_System_Boolean__GetDownloadStatus, (AsyncOperationHandle_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01269D50, int32_t, AsyncOperationHandle_1_System_Boolean__GetHashCode, (AsyncOperationHandle_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01268D00, DownloadStatus, AsyncOperationHandle_1_System_Boolean__InternalGetDownloadStatus, (AsyncOperationHandle_1_System_Boolean_ * __this, HashSet_1_System_Object_ * visited, MethodInfo * method)); DO_APP_FUNC(0x0126A190, bool, AsyncOperationHandle_1_System_Boolean__IsValid, (AsyncOperationHandle_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83A90, AsyncOperationHandle_1_System_Boolean__IsValid__MethodInfo); DO_APP_FUNC(0x0126A440, void, AsyncOperationHandle_1_System_Boolean__Release, (AsyncOperationHandle_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126A7F0, bool, AsyncOperationHandle_1_System_Boolean__System_Collections_IEnumerator_MoveNext, (AsyncOperationHandle_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncOperationHandle_1_System_Boolean__System_Collections_IEnumerator_Reset, (AsyncOperationHandle_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126A760, Object *, AsyncOperationHandle_1_System_Boolean__System_Collections_IEnumerator_get_Current, (AsyncOperationHandle_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01269D90, bool, AsyncOperationHandle_1_System_Boolean__WaitForCompletion, (AsyncOperationHandle_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83498, AsyncOperationHandle_1_System_Boolean__WaitForCompletion__MethodInfo); DO_APP_FUNC(0x01269750, void, AsyncOperationHandle_1_System_Boolean__add_Completed, (AsyncOperationHandle_1_System_Boolean_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__5 * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83388, AsyncOperationHandle_1_System_Boolean__add_Completed__MethodInfo); DO_APP_FUNC(0x012698D0, void, AsyncOperationHandle_1_System_Boolean__add_CompletedTypeless, (AsyncOperationHandle_1_System_Boolean_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x01269BA0, void, AsyncOperationHandle_1_System_Boolean__add_Destroyed, (AsyncOperationHandle_1_System_Boolean_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x01269A50, String *, AsyncOperationHandle_1_System_Boolean__get_DebugName, (AsyncOperationHandle_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83340, AsyncOperationHandle_1_System_Boolean__get_DebugName__MethodInfo); DO_APP_FUNC(0x01269FC0, AsyncOperationBase_1_System_Boolean_ *, AsyncOperationHandle_1_System_Boolean__get_InternalOp, (AsyncOperationHandle_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C952E0, AsyncOperationHandle_1_System_Boolean__get_InternalOp__MethodInfo); DO_APP_FUNC(0x0126A0A0, bool, AsyncOperationHandle_1_System_Boolean__get_IsDone, (AsyncOperationHandle_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83AA0, AsyncOperationHandle_1_System_Boolean__get_IsDone__MethodInfo); DO_APP_FUNC(0x003B93C0, String *, AsyncOperationHandle_1_System_Boolean__get_LocationName, (AsyncOperationHandle_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126A230, Exception *, AsyncOperationHandle_1_System_Boolean__get_OperationException, (AsyncOperationHandle_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126A2E0, float, AsyncOperationHandle_1_System_Boolean__get_PercentComplete, (AsyncOperationHandle_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126A390, int32_t, AsyncOperationHandle_1_System_Boolean__get_ReferenceCount, (AsyncOperationHandle_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126A550, bool, AsyncOperationHandle_1_System_Boolean__get_Result, (AsyncOperationHandle_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C833D8, AsyncOperationHandle_1_System_Boolean__get_Result__MethodInfo); DO_APP_FUNC(0x0126A600, AsyncOperationStatus__Enum, AsyncOperationHandle_1_System_Boolean__get_Status, (AsyncOperationHandle_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C833C8, AsyncOperationHandle_1_System_Boolean__get_Status__MethodInfo); DO_APP_FUNC(0x0126A6B0, Task_1_System_Boolean_ *, AsyncOperationHandle_1_System_Boolean__get_Task, (AsyncOperationHandle_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, AsyncOperationHandle_1_System_Boolean__get_UnloadSceneOpExcludeReleaseCallback, (AsyncOperationHandle_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01268AA0, AsyncOperationHandle, AsyncOperationHandle_1_System_Boolean__op_Implicit, (AsyncOperationHandle_1_System_Boolean_ obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82D70, AsyncOperationHandle_1_System_Boolean__op_Implicit__MethodInfo); DO_APP_FUNC(0x01269810, void, AsyncOperationHandle_1_System_Boolean__remove_Completed, (AsyncOperationHandle_1_System_Boolean_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__5 * value, MethodInfo * method)); DO_APP_FUNC(0x01269990, void, AsyncOperationHandle_1_System_Boolean__remove_CompletedTypeless, (AsyncOperationHandle_1_System_Boolean_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x01269C60, void, AsyncOperationHandle_1_System_Boolean__remove_Destroyed, (AsyncOperationHandle_1_System_Boolean_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AsyncOperationHandle_1_System_Boolean__set_LocationName, (AsyncOperationHandle_1_System_Boolean_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, AsyncOperationHandle_1_System_Boolean__set_UnloadSceneOpExcludeReleaseCallback, (AsyncOperationHandle_1_System_Boolean_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01268AE0, void, AsyncOperationHandle_1_System_Int64___ctor, (AsyncOperationHandle_1_System_Int64_ * __this, AsyncOperationBase_1_System_Int64_ * op, MethodInfo * method)); DO_APP_FUNC(0x0126AAB0, void, AsyncOperationHandle_1_System_Int64___ctor_1, (AsyncOperationHandle_1_System_Int64_ * __this, IAsyncOperation * op, MethodInfo * method)); DO_APP_FUNC(0x012690B0, void, AsyncOperationHandle_1_System_Int64___ctor_2, (AsyncOperationHandle_1_System_Int64_ * __this, IAsyncOperation * op, int32_t version, MethodInfo * method)); DO_APP_FUNC(0x0126ACB0, void, AsyncOperationHandle_1_System_Int64___ctor_3, (AsyncOperationHandle_1_System_Int64_ * __this, IAsyncOperation * op, String * locationName, MethodInfo * method)); DO_APP_FUNC(0x012694B0, void, AsyncOperationHandle_1_System_Int64___ctor_4, (AsyncOperationHandle_1_System_Int64_ * __this, IAsyncOperation * op, int32_t version, String * locationName, MethodInfo * method)); DO_APP_FUNC(0x0126AED0, AsyncOperationHandle_1_System_Int64_, AsyncOperationHandle_1_System_Int64__Acquire, (AsyncOperationHandle_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01269D20, bool, AsyncOperationHandle_1_System_Int64__Equals, (AsyncOperationHandle_1_System_Int64_ * __this, AsyncOperationHandle_1_System_Int64_ other, MethodInfo * method)); DO_APP_FUNC(0x0126B380, void, AsyncOperationHandle_1_System_Int64__GetDependencies, (AsyncOperationHandle_1_System_Int64_ * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * deps, MethodInfo * method)); DO_APP_FUNC(0x0126A830, DownloadStatus, AsyncOperationHandle_1_System_Int64__GetDownloadStatus, (AsyncOperationHandle_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01269D50, int32_t, AsyncOperationHandle_1_System_Int64__GetHashCode, (AsyncOperationHandle_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126A900, DownloadStatus, AsyncOperationHandle_1_System_Int64__InternalGetDownloadStatus, (AsyncOperationHandle_1_System_Int64_ * __this, HashSet_1_System_Object_ * visited, MethodInfo * method)); DO_APP_FUNC(0x0126A190, bool, AsyncOperationHandle_1_System_Int64__IsValid, (AsyncOperationHandle_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126BB80, void, AsyncOperationHandle_1_System_Int64__Release, (AsyncOperationHandle_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126BF30, bool, AsyncOperationHandle_1_System_Int64__System_Collections_IEnumerator_MoveNext, (AsyncOperationHandle_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncOperationHandle_1_System_Int64__System_Collections_IEnumerator_Reset, (AsyncOperationHandle_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126BEA0, Object *, AsyncOperationHandle_1_System_Int64__System_Collections_IEnumerator_get_Current, (AsyncOperationHandle_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126B570, int64_t, AsyncOperationHandle_1_System_Int64__WaitForCompletion, (AsyncOperationHandle_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126AFA0, void, AsyncOperationHandle_1_System_Int64__add_Completed, (AsyncOperationHandle_1_System_Int64_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__11 * value, MethodInfo * method)); DO_APP_FUNC(0x0126B120, void, AsyncOperationHandle_1_System_Int64__add_CompletedTypeless, (AsyncOperationHandle_1_System_Int64_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x0126B3F0, void, AsyncOperationHandle_1_System_Int64__add_Destroyed, (AsyncOperationHandle_1_System_Int64_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x0126B2A0, String *, AsyncOperationHandle_1_System_Int64__get_DebugName, (AsyncOperationHandle_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126B7A0, AsyncOperationBase_1_System_Int64_ *, AsyncOperationHandle_1_System_Int64__get_InternalOp, (AsyncOperationHandle_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C952D0, AsyncOperationHandle_1_System_Int64__get_InternalOp__MethodInfo); DO_APP_FUNC(0x0126B880, bool, AsyncOperationHandle_1_System_Int64__get_IsDone, (AsyncOperationHandle_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, AsyncOperationHandle_1_System_Int64__get_LocationName, (AsyncOperationHandle_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126B970, Exception *, AsyncOperationHandle_1_System_Int64__get_OperationException, (AsyncOperationHandle_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126BA20, float, AsyncOperationHandle_1_System_Int64__get_PercentComplete, (AsyncOperationHandle_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126BAD0, int32_t, AsyncOperationHandle_1_System_Int64__get_ReferenceCount, (AsyncOperationHandle_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126BC90, int64_t, AsyncOperationHandle_1_System_Int64__get_Result, (AsyncOperationHandle_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126BD40, AsyncOperationStatus__Enum, AsyncOperationHandle_1_System_Int64__get_Status, (AsyncOperationHandle_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126BDF0, Task_1_System_Int64_ *, AsyncOperationHandle_1_System_Int64__get_Task, (AsyncOperationHandle_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, AsyncOperationHandle_1_System_Int64__get_UnloadSceneOpExcludeReleaseCallback, (AsyncOperationHandle_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01268AA0, AsyncOperationHandle, AsyncOperationHandle_1_System_Int64__op_Implicit, (AsyncOperationHandle_1_System_Int64_ obj, MethodInfo * method)); DO_APP_FUNC(0x0126B060, void, AsyncOperationHandle_1_System_Int64__remove_Completed, (AsyncOperationHandle_1_System_Int64_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__11 * value, MethodInfo * method)); DO_APP_FUNC(0x0126B1E0, void, AsyncOperationHandle_1_System_Int64__remove_CompletedTypeless, (AsyncOperationHandle_1_System_Int64_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x0126B4B0, void, AsyncOperationHandle_1_System_Int64__remove_Destroyed, (AsyncOperationHandle_1_System_Int64_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AsyncOperationHandle_1_System_Int64__set_LocationName, (AsyncOperationHandle_1_System_Int64_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, AsyncOperationHandle_1_System_Int64__set_UnloadSceneOpExcludeReleaseCallback, (AsyncOperationHandle_1_System_Int64_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01268AE0, void, AsyncOperationHandle_1_System_Object___ctor, (AsyncOperationHandle_1_System_Object_ * __this, AsyncOperationBase_1_System_Object_ * op, MethodInfo * method)); DO_APP_FUNC(0x0126C1F0, void, AsyncOperationHandle_1_System_Object___ctor_1, (AsyncOperationHandle_1_System_Object_ * __this, IAsyncOperation * op, MethodInfo * method)); DO_APP_FUNC(0x012690B0, void, AsyncOperationHandle_1_System_Object___ctor_2, (AsyncOperationHandle_1_System_Object_ * __this, IAsyncOperation * op, int32_t version, MethodInfo * method)); DO_APP_FUNC(0x0126C3F0, void, AsyncOperationHandle_1_System_Object___ctor_3, (AsyncOperationHandle_1_System_Object_ * __this, IAsyncOperation * op, String * locationName, MethodInfo * method)); DO_APP_FUNC(0x012694B0, void, AsyncOperationHandle_1_System_Object___ctor_4, (AsyncOperationHandle_1_System_Object_ * __this, IAsyncOperation * op, int32_t version, String * locationName, MethodInfo * method)); DO_APP_FUNC(0x0126C610, AsyncOperationHandle_1_System_Object_, AsyncOperationHandle_1_System_Object__Acquire, (AsyncOperationHandle_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01269D20, bool, AsyncOperationHandle_1_System_Object__Equals, (AsyncOperationHandle_1_System_Object_ * __this, AsyncOperationHandle_1_System_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x0126CAC0, void, AsyncOperationHandle_1_System_Object__GetDependencies, (AsyncOperationHandle_1_System_Object_ * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * deps, MethodInfo * method)); DO_APP_FUNC(0x0126BF70, DownloadStatus, AsyncOperationHandle_1_System_Object__GetDownloadStatus, (AsyncOperationHandle_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01269D50, int32_t, AsyncOperationHandle_1_System_Object__GetHashCode, (AsyncOperationHandle_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126C040, DownloadStatus, AsyncOperationHandle_1_System_Object__InternalGetDownloadStatus, (AsyncOperationHandle_1_System_Object_ * __this, HashSet_1_System_Object_ * visited, MethodInfo * method)); DO_APP_FUNC(0x0126A190, bool, AsyncOperationHandle_1_System_Object__IsValid, (AsyncOperationHandle_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126D2C0, void, AsyncOperationHandle_1_System_Object__Release, (AsyncOperationHandle_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126D620, bool, AsyncOperationHandle_1_System_Object__System_Collections_IEnumerator_MoveNext, (AsyncOperationHandle_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncOperationHandle_1_System_Object__System_Collections_IEnumerator_Reset, (AsyncOperationHandle_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126D5E0, Object *, AsyncOperationHandle_1_System_Object__System_Collections_IEnumerator_get_Current, (AsyncOperationHandle_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126CCB0, Object *, AsyncOperationHandle_1_System_Object__WaitForCompletion, (AsyncOperationHandle_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126C6E0, void, AsyncOperationHandle_1_System_Object__add_Completed, (AsyncOperationHandle_1_System_Object_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__18 * value, MethodInfo * method)); DO_APP_FUNC(0x0126C860, void, AsyncOperationHandle_1_System_Object__add_CompletedTypeless, (AsyncOperationHandle_1_System_Object_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x0126CB30, void, AsyncOperationHandle_1_System_Object__add_Destroyed, (AsyncOperationHandle_1_System_Object_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x0126C9E0, String *, AsyncOperationHandle_1_System_Object__get_DebugName, (AsyncOperationHandle_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126CEE0, AsyncOperationBase_1_System_Object_ *, AsyncOperationHandle_1_System_Object__get_InternalOp, (AsyncOperationHandle_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C952B8, AsyncOperationHandle_1_System_Object__get_InternalOp__MethodInfo); DO_APP_FUNC(0x0126CFC0, bool, AsyncOperationHandle_1_System_Object__get_IsDone, (AsyncOperationHandle_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, AsyncOperationHandle_1_System_Object__get_LocationName, (AsyncOperationHandle_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126D0B0, Exception *, AsyncOperationHandle_1_System_Object__get_OperationException, (AsyncOperationHandle_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126D160, float, AsyncOperationHandle_1_System_Object__get_PercentComplete, (AsyncOperationHandle_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126D210, int32_t, AsyncOperationHandle_1_System_Object__get_ReferenceCount, (AsyncOperationHandle_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126D3D0, Object *, AsyncOperationHandle_1_System_Object__get_Result, (AsyncOperationHandle_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126D480, AsyncOperationStatus__Enum, AsyncOperationHandle_1_System_Object__get_Status, (AsyncOperationHandle_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126D530, Task_1_System_Object_ *, AsyncOperationHandle_1_System_Object__get_Task, (AsyncOperationHandle_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, AsyncOperationHandle_1_System_Object__get_UnloadSceneOpExcludeReleaseCallback, (AsyncOperationHandle_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01268AA0, AsyncOperationHandle, AsyncOperationHandle_1_System_Object__op_Implicit, (AsyncOperationHandle_1_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C644F8, AsyncOperationHandle_1_System_Object__op_Implicit__MethodInfo); DO_APP_FUNC(0x0126C7A0, void, AsyncOperationHandle_1_System_Object__remove_Completed, (AsyncOperationHandle_1_System_Object_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__18 * value, MethodInfo * method)); DO_APP_FUNC(0x0126C920, void, AsyncOperationHandle_1_System_Object__remove_CompletedTypeless, (AsyncOperationHandle_1_System_Object_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x0126CBF0, void, AsyncOperationHandle_1_System_Object__remove_Destroyed, (AsyncOperationHandle_1_System_Object_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AsyncOperationHandle_1_System_Object__set_LocationName, (AsyncOperationHandle_1_System_Object_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, AsyncOperationHandle_1_System_Object__set_UnloadSceneOpExcludeReleaseCallback, (AsyncOperationHandle_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01268AE0, void, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * op, MethodInfo * method)); DO_APP_FUNC(0x0126D8E0, void, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor_1, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, IAsyncOperation * op, MethodInfo * method)); DO_APP_FUNC(0x012690B0, void, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor_2, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, IAsyncOperation * op, int32_t version, MethodInfo * method)); DO_APP_FUNC(0x0126DAE0, void, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor_3, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, IAsyncOperation * op, String * locationName, MethodInfo * method)); DO_APP_FUNC(0x012694B0, void, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor_4, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, IAsyncOperation * op, int32_t version, String * locationName, MethodInfo * method)); DO_APP_FUNC(0x0126DD00, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__Acquire, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01269D20, bool, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__Equals, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ other, MethodInfo * method)); DO_APP_FUNC(0x0126E1B0, void, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__GetDependencies, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * deps, MethodInfo * method)); DO_APP_FUNC(0x0126D660, DownloadStatus, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__GetDownloadStatus, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01269D50, int32_t, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__GetHashCode, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126D730, DownloadStatus, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__InternalGetDownloadStatus, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, HashSet_1_System_Object_ * visited, MethodInfo * method)); DO_APP_FUNC(0x0126A190, bool, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__IsValid, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63C58, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__IsValid__MethodInfo); DO_APP_FUNC(0x0126E9D0, void, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__Release, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63C08, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__Release__MethodInfo); DO_APP_FUNC(0x0126EDB0, bool, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__System_Collections_IEnumerator_MoveNext, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__System_Collections_IEnumerator_Reset, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126ED10, Object *, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__System_Collections_IEnumerator_get_Current, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126E3A0, SceneInstance, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__WaitForCompletion, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126DDD0, void, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__add_Completed, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83E08, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__add_Completed__MethodInfo); DO_APP_FUNC(0x0126DF50, void, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__add_CompletedTypeless, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x0126E220, void, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__add_Destroyed, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x0126E0D0, String *, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_DebugName, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126E5F0, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ *, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_InternalOp, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95238, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_InternalOp__MethodInfo); DO_APP_FUNC(0x0126E6D0, bool, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_IsDone, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, String *, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_LocationName, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126E7C0, Exception *, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_OperationException, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126E870, float, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_PercentComplete, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63CF8, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_PercentComplete__MethodInfo); DO_APP_FUNC(0x0126E920, int32_t, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_ReferenceCount, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63C38, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_ReferenceCount__MethodInfo); DO_APP_FUNC(0x0126EAE0, SceneInstance, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_Result, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C841D8, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_Result__MethodInfo); DO_APP_FUNC(0x0126EBB0, AsyncOperationStatus__Enum, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_Status, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0126EC60, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ *, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_Task, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_UnloadSceneOpExcludeReleaseCallback, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01268AA0, AsyncOperationHandle, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__op_Implicit, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84338, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__op_Implicit__MethodInfo); DO_APP_FUNC(0x0126DE90, void, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__remove_Completed, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 * value, MethodInfo * method)); DO_APP_FUNC(0x0126E010, void, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__remove_CompletedTypeless, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x0126E2E0, void, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__remove_Destroyed, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__set_LocationName, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__set_UnloadSceneOpExcludeReleaseCallback, (AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00CA9F30, void, AsyncTaskMethodBuilder_1_System_Nullable_1__AwaitUnsafeOnCompleted, (AsyncTaskMethodBuilder_1_System_Nullable_1_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32_ * awaiter, AsyncProtocolRequest_InnerRead_d_25 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66310, AsyncTaskMethodBuilder_1_System_Nullable_1__AwaitUnsafeOnCompleted__MethodInfo); DO_APP_FUNC(0x00CAA140, void, AsyncTaskMethodBuilder_1_System_Nullable_1__Start, (AsyncTaskMethodBuilder_1_System_Nullable_1_ * __this, AsyncProtocolRequest_InnerRead_d_25 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60F30, AsyncTaskMethodBuilder_1_System_Nullable_1__Start__MethodInfo); DO_APP_FUNC(0x0126F770, void, AsyncTaskMethodBuilder_1_System_Nullable_1___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0126EDF0, AsyncTaskMethodBuilder_1_System_Nullable_1_, AsyncTaskMethodBuilder_1_System_Nullable_1__Create, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66378, AsyncTaskMethodBuilder_1_System_Nullable_1__Create__MethodInfo); DO_APP_FUNC(0x0126F450, Task_1_System_Nullable_1_ *, AsyncTaskMethodBuilder_1_System_Nullable_1__GetTaskForResult, (Nullable_1_Int32_ result, MethodInfo * method)); DO_APP_FUNC(0x0126F270, void, AsyncTaskMethodBuilder_1_System_Nullable_1__SetException, (AsyncTaskMethodBuilder_1_System_Nullable_1_ * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95210, AsyncTaskMethodBuilder_1_System_Nullable_1__SetException__MethodInfo); DO_APP_FUNC(0x0126EF30, void, AsyncTaskMethodBuilder_1_System_Nullable_1__SetResult, (AsyncTaskMethodBuilder_1_System_Nullable_1_ * __this, Nullable_1_Int32_ result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C951F8, AsyncTaskMethodBuilder_1_System_Nullable_1__SetResult__MethodInfo); DO_APP_FUNC(0x0126F180, void, AsyncTaskMethodBuilder_1_System_Nullable_1__SetResult_1, (AsyncTaskMethodBuilder_1_System_Nullable_1_ * __this, Task_1_System_Nullable_1_ * completedTask, MethodInfo * method)); DO_APP_FUNC(0x0126EE00, void, AsyncTaskMethodBuilder_1_System_Nullable_1__SetStateMachine, (AsyncTaskMethodBuilder_1_System_Nullable_1_ * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66280, AsyncTaskMethodBuilder_1_System_Nullable_1__SetStateMachine__MethodInfo); DO_APP_FUNC(0x0126EE10, Task_1_System_Nullable_1_ *, AsyncTaskMethodBuilder_1_System_Nullable_1__get_Task, (AsyncTaskMethodBuilder_1_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66380, AsyncTaskMethodBuilder_1_System_Nullable_1__get_Task__MethodInfo); DO_APP_FUNC(0x00CAA250, void, AsyncTaskMethodBuilder_1_System_ValueTuple_2__AwaitUnsafeOnCompleted, (AsyncTaskMethodBuilder_1_System_ValueTuple_2_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * awaiter, WebCompletionSource_1_T_WaitForCompletion_d_15_System_ValueTuple_2_ * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAA450, void, AsyncTaskMethodBuilder_1_System_ValueTuple_2__Start, (AsyncTaskMethodBuilder_1_System_ValueTuple_2_ * __this, WebCompletionSource_1_T_WaitForCompletion_d_15_System_ValueTuple_2_ * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x01270C50, void, AsyncTaskMethodBuilder_1_System_ValueTuple_2___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0126EDF0, AsyncTaskMethodBuilder_1_System_ValueTuple_2_, AsyncTaskMethodBuilder_1_System_ValueTuple_2__Create, (MethodInfo * method)); DO_APP_FUNC(0x0126FE00, Task_1_System_ValueTuple_2_ *, AsyncTaskMethodBuilder_1_System_ValueTuple_2__GetTaskForResult, (ValueTuple_2_Boolean_Object_ result, MethodInfo * method)); DO_APP_FUNC(0x0126FC20, void, AsyncTaskMethodBuilder_1_System_ValueTuple_2__SetException, (AsyncTaskMethodBuilder_1_System_ValueTuple_2_ * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C951B8, AsyncTaskMethodBuilder_1_System_ValueTuple_2__SetException__MethodInfo); DO_APP_FUNC(0x0126F8C0, void, AsyncTaskMethodBuilder_1_System_ValueTuple_2__SetResult, (AsyncTaskMethodBuilder_1_System_ValueTuple_2_ * __this, ValueTuple_2_Boolean_Object_ result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C951B0, AsyncTaskMethodBuilder_1_System_ValueTuple_2__SetResult__MethodInfo); DO_APP_FUNC(0x0126FB20, void, AsyncTaskMethodBuilder_1_System_ValueTuple_2__SetResult_1, (AsyncTaskMethodBuilder_1_System_ValueTuple_2_ * __this, Task_1_System_ValueTuple_2_ * completedTask, MethodInfo * method)); DO_APP_FUNC(0x0126EE00, void, AsyncTaskMethodBuilder_1_System_ValueTuple_2__SetStateMachine, (AsyncTaskMethodBuilder_1_System_ValueTuple_2_ * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x0126EE10, Task_1_System_ValueTuple_2_ *, AsyncTaskMethodBuilder_1_System_ValueTuple_2__get_Task, (AsyncTaskMethodBuilder_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00CAA560, void, AsyncTaskMethodBuilder_1_System_ValueTuple_3__1_AwaitUnsafeOnCompleted, (AsyncTaskMethodBuilder_1_System_ValueTuple_3__1 * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32_ * awaiter, WebConnectionTunnel_ReadHeaders_d_43 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAA780, void, AsyncTaskMethodBuilder_1_System_ValueTuple_3__1_Start, (AsyncTaskMethodBuilder_1_System_ValueTuple_3__1 * __this, WebConnectionTunnel_ReadHeaders_d_43 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x01272210, void, AsyncTaskMethodBuilder_1_System_ValueTuple_3__1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0126EDF0, AsyncTaskMethodBuilder_1_System_ValueTuple_3__1, AsyncTaskMethodBuilder_1_System_ValueTuple_3__1_Create, (MethodInfo * method)); DO_APP_FUNC(0x01271340, Task_1_System_ValueTuple_3__1 *, AsyncTaskMethodBuilder_1_System_ValueTuple_3__1_GetTaskForResult, (ValueTuple_3_Object_Object_Int32_ result, MethodInfo * method)); DO_APP_FUNC(0x01271160, void, AsyncTaskMethodBuilder_1_System_ValueTuple_3__1_SetException, (AsyncTaskMethodBuilder_1_System_ValueTuple_3__1 * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C951A8, AsyncTaskMethodBuilder_1_System_ValueTuple_3__1_SetException__MethodInfo); DO_APP_FUNC(0x01270DD0, void, AsyncTaskMethodBuilder_1_System_ValueTuple_3__1_SetResult, (AsyncTaskMethodBuilder_1_System_ValueTuple_3__1 * __this, ValueTuple_3_Object_Object_Int32_ result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C951A0, AsyncTaskMethodBuilder_1_System_ValueTuple_3__1_SetResult__MethodInfo); DO_APP_FUNC(0x01271050, void, AsyncTaskMethodBuilder_1_System_ValueTuple_3__1_SetResult_1, (AsyncTaskMethodBuilder_1_System_ValueTuple_3__1 * __this, Task_1_System_ValueTuple_3__1 * completedTask, MethodInfo * method)); DO_APP_FUNC(0x0126EE00, void, AsyncTaskMethodBuilder_1_System_ValueTuple_3__1_SetStateMachine, (AsyncTaskMethodBuilder_1_System_ValueTuple_3__1 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x0126EE10, Task_1_System_ValueTuple_3__1 *, AsyncTaskMethodBuilder_1_System_ValueTuple_3__1_get_Task, (AsyncTaskMethodBuilder_1_System_ValueTuple_3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00CAA890, void, AsyncTaskMethodBuilder_1_System_ValueTuple_5__1_AwaitUnsafeOnCompleted, (AsyncTaskMethodBuilder_1_System_ValueTuple_5__1 * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * awaiter, HttpWebRequest_GetResponseFromData_d_244 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAA890, void, AsyncTaskMethodBuilder_1_System_ValueTuple_5__1_AwaitUnsafeOnCompleted_1, (AsyncTaskMethodBuilder_1_System_ValueTuple_5__1 * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, HttpWebRequest_GetResponseFromData_d_244 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAAAB0, void, AsyncTaskMethodBuilder_1_System_ValueTuple_5__1_Start, (AsyncTaskMethodBuilder_1_System_ValueTuple_5__1 * __this, HttpWebRequest_GetResponseFromData_d_244 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x012737B0, void, AsyncTaskMethodBuilder_1_System_ValueTuple_5__1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x0126EDF0, AsyncTaskMethodBuilder_1_System_ValueTuple_5__1, AsyncTaskMethodBuilder_1_System_ValueTuple_5__1_Create, (MethodInfo * method)); DO_APP_FUNC(0x012728F0, Task_1_System_ValueTuple_5__1 *, AsyncTaskMethodBuilder_1_System_ValueTuple_5__1_GetTaskForResult, (ValueTuple_5_Object_Boolean_Boolean_Object_Object_ result, MethodInfo * method)); DO_APP_FUNC(0x01272710, void, AsyncTaskMethodBuilder_1_System_ValueTuple_5__1_SetException, (AsyncTaskMethodBuilder_1_System_ValueTuple_5__1 * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95180, AsyncTaskMethodBuilder_1_System_ValueTuple_5__1_SetException__MethodInfo); DO_APP_FUNC(0x01272390, void, AsyncTaskMethodBuilder_1_System_ValueTuple_5__1_SetResult, (AsyncTaskMethodBuilder_1_System_ValueTuple_5__1 * __this, ValueTuple_5_Object_Boolean_Boolean_Object_Object_ result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95170, AsyncTaskMethodBuilder_1_System_ValueTuple_5__1_SetResult__MethodInfo); DO_APP_FUNC(0x01272610, void, AsyncTaskMethodBuilder_1_System_ValueTuple_5__1_SetResult_1, (AsyncTaskMethodBuilder_1_System_ValueTuple_5__1 * __this, Task_1_System_ValueTuple_5__1 * completedTask, MethodInfo * method)); DO_APP_FUNC(0x0126EE00, void, AsyncTaskMethodBuilder_1_System_ValueTuple_5__1_SetStateMachine, (AsyncTaskMethodBuilder_1_System_ValueTuple_5__1 * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x0126EE10, Task_1_System_ValueTuple_5__1 *, AsyncTaskMethodBuilder_1_System_ValueTuple_5__1_get_Task, (AsyncTaskMethodBuilder_1_System_ValueTuple_5__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00CAABC0, void, AsyncTaskMethodBuilder_1_System_Boolean__AwaitUnsafeOnCompleted, (AsyncTaskMethodBuilder_1_System_Boolean_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Boolean_ * awaiter, SemaphoreSlim_WaitUntilCountOrTimeoutAsync_d_32 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6660, AsyncTaskMethodBuilder_1_System_Boolean__AwaitUnsafeOnCompleted__MethodInfo); DO_APP_FUNC(0x00CAABC0, void, AsyncTaskMethodBuilder_1_System_Boolean__AwaitUnsafeOnCompleted_1, (AsyncTaskMethodBuilder_1_System_Boolean_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * awaiter, SemaphoreSlim_WaitUntilCountOrTimeoutAsync_d_32 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CA9F30, void, AsyncTaskMethodBuilder_1_System_Boolean__AwaitUnsafeOnCompleted_2, (AsyncTaskMethodBuilder_1_System_Boolean_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * awaiter, ServicePointScheduler_WaitAsync_d_46 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAADE0, void, AsyncTaskMethodBuilder_1_System_Boolean__AwaitUnsafeOnCompleted_3, (AsyncTaskMethodBuilder_1_System_Boolean_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * awaiter, WebConnection_CreateStream_d_18 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAADE0, void, AsyncTaskMethodBuilder_1_System_Boolean__AwaitUnsafeOnCompleted_4, (AsyncTaskMethodBuilder_1_System_Boolean_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, WebConnection_CreateStream_d_18 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF2B0, AsyncTaskMethodBuilder_1_System_Boolean__AwaitUnsafeOnCompleted_4__MethodInfo); DO_APP_FUNC(0x00CAB000, void, AsyncTaskMethodBuilder_1_System_Boolean__Start, (AsyncTaskMethodBuilder_1_System_Boolean_ * __this, SemaphoreSlim_WaitUntilCountOrTimeoutAsync_d_32 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60F00, AsyncTaskMethodBuilder_1_System_Boolean__Start__MethodInfo); DO_APP_FUNC(0x00CAB110, void, AsyncTaskMethodBuilder_1_System_Boolean__Start_1, (AsyncTaskMethodBuilder_1_System_Boolean_ * __this, ServicePointScheduler_WaitAsync_d_46 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60EF8, AsyncTaskMethodBuilder_1_System_Boolean__Start_1__MethodInfo); DO_APP_FUNC(0x00CAB220, void, AsyncTaskMethodBuilder_1_System_Boolean__Start_2, (AsyncTaskMethodBuilder_1_System_Boolean_ * __this, WebConnection_CreateStream_d_18 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60EE0, AsyncTaskMethodBuilder_1_System_Boolean__Start_2__MethodInfo); DO_APP_FUNC(0x01274C70, void, AsyncTaskMethodBuilder_1_System_Boolean___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0126EDF0, AsyncTaskMethodBuilder_1_System_Boolean_, AsyncTaskMethodBuilder_1_System_Boolean__Create, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6780, AsyncTaskMethodBuilder_1_System_Boolean__Create__MethodInfo); DO_APP_FUNC(0x01273E40, Task_1_System_Boolean_ *, AsyncTaskMethodBuilder_1_System_Boolean__GetTaskForResult, (bool result, MethodInfo * method)); DO_APP_FUNC(0x01273C60, void, AsyncTaskMethodBuilder_1_System_Boolean__SetException, (AsyncTaskMethodBuilder_1_System_Boolean_ * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95160, AsyncTaskMethodBuilder_1_System_Boolean__SetException__MethodInfo); DO_APP_FUNC(0x01273920, void, AsyncTaskMethodBuilder_1_System_Boolean__SetResult, (AsyncTaskMethodBuilder_1_System_Boolean_ * __this, bool result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95168, AsyncTaskMethodBuilder_1_System_Boolean__SetResult__MethodInfo); DO_APP_FUNC(0x01273B70, void, AsyncTaskMethodBuilder_1_System_Boolean__SetResult_1, (AsyncTaskMethodBuilder_1_System_Boolean_ * __this, Task_1_System_Boolean_ * completedTask, MethodInfo * method)); DO_APP_FUNC(0x0126EE00, void, AsyncTaskMethodBuilder_1_System_Boolean__SetStateMachine, (AsyncTaskMethodBuilder_1_System_Boolean_ * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6740, AsyncTaskMethodBuilder_1_System_Boolean__SetStateMachine__MethodInfo); DO_APP_FUNC(0x0126EE10, Task_1_System_Boolean_ *, AsyncTaskMethodBuilder_1_System_Boolean__get_Task, (AsyncTaskMethodBuilder_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6770, AsyncTaskMethodBuilder_1_System_Boolean__get_Task__MethodInfo); DO_APP_FUNC(0x00CAB330, void, AsyncTaskMethodBuilder_1_System_Int32__AwaitUnsafeOnCompleted, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Boolean_ * awaiter, HttpWebRequest_RunWithTimeoutWorker_d_241_1_System_Int32_ * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAB330, void, AsyncTaskMethodBuilder_1_System_Int32__AwaitUnsafeOnCompleted_1, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32_ * awaiter, BufferedReadStream_ProcessReadAsync_d_2 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8F80, AsyncTaskMethodBuilder_1_System_Int32__AwaitUnsafeOnCompleted_1__MethodInfo); DO_APP_FUNC(0x00CAB330, void, AsyncTaskMethodBuilder_1_System_Int32__AwaitUnsafeOnCompleted_2, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32_ * awaiter, FixedSizeReadStream_ProcessReadAsync_d_5 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD83A8, AsyncTaskMethodBuilder_1_System_Int32__AwaitUnsafeOnCompleted_2__MethodInfo); DO_APP_FUNC(0x00CAB550, void, AsyncTaskMethodBuilder_1_System_Int32__AwaitUnsafeOnCompleted_3, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32_ * awaiter, MobileAuthenticatedStream_InnerRead_d_66 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66098, AsyncTaskMethodBuilder_1_System_Int32__AwaitUnsafeOnCompleted_3__MethodInfo); DO_APP_FUNC(0x00CAB330, void, AsyncTaskMethodBuilder_1_System_Int32__AwaitUnsafeOnCompleted_4, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32_ * awaiter, MonoChunkStream_ProcessReadAsync_d_7 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBCA8, AsyncTaskMethodBuilder_1_System_Int32__AwaitUnsafeOnCompleted_4__MethodInfo); DO_APP_FUNC(0x00CAB330, void, AsyncTaskMethodBuilder_1_System_Int32__AwaitUnsafeOnCompleted_5, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32_ * awaiter, Stream_ReadAsync_g_FinishReadAsync_44_0_d * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAB760, void, AsyncTaskMethodBuilder_1_System_Int32__AwaitUnsafeOnCompleted_6, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32_ * awaiter, WebReadStream_ReadAsync_d_28 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF050, AsyncTaskMethodBuilder_1_System_Int32__AwaitUnsafeOnCompleted_6__MethodInfo); DO_APP_FUNC(0x00CAB970, void, AsyncTaskMethodBuilder_1_System_Int32__AwaitUnsafeOnCompleted_7, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32_ * awaiter, WebResponseStream_ReadAsync_d_40 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEE10, AsyncTaskMethodBuilder_1_System_Int32__AwaitUnsafeOnCompleted_7__MethodInfo); DO_APP_FUNC(0x00CA9F30, void, AsyncTaskMethodBuilder_1_System_Int32__AwaitUnsafeOnCompleted_8, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * awaiter, MobileAuthenticatedStream_StartOperation_d_57 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAB970, void, AsyncTaskMethodBuilder_1_System_Int32__AwaitUnsafeOnCompleted_9, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * awaiter, WebResponseStream_ReadAsync_d_40 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEE18, AsyncTaskMethodBuilder_1_System_Int32__AwaitUnsafeOnCompleted_9__MethodInfo); DO_APP_FUNC(0x00CABBA0, void, AsyncTaskMethodBuilder_1_System_Int32__AwaitUnsafeOnCompleted_10, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, TaskAwaiter_1_System_Int32_ * awaiter, CryptoStream_ReadAsyncInternal_d_37 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C626E8, AsyncTaskMethodBuilder_1_System_Int32__AwaitUnsafeOnCompleted_10__MethodInfo); DO_APP_FUNC(0x00CABDB0, void, AsyncTaskMethodBuilder_1_System_Int32__AwaitUnsafeOnCompleted_11, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, ValueTaskAwaiter_1_System_Int32_ * awaiter, CryptoStream_ReadAsyncCore_d_42 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C633F8, AsyncTaskMethodBuilder_1_System_Int32__AwaitUnsafeOnCompleted_11__MethodInfo); DO_APP_FUNC(0x00CABF50, void, AsyncTaskMethodBuilder_1_System_Int32__AwaitUnsafeOnCompleted_12, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, ForceAsyncAwaiter * awaiter, CryptoStream_ReadAsyncInternal_d_37 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C626E0, AsyncTaskMethodBuilder_1_System_Int32__AwaitUnsafeOnCompleted_12__MethodInfo); DO_APP_FUNC(0x00CAB760, void, AsyncTaskMethodBuilder_1_System_Int32__AwaitUnsafeOnCompleted_13, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, WebReadStream_ReadAsync_d_28 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF058, AsyncTaskMethodBuilder_1_System_Int32__AwaitUnsafeOnCompleted_13__MethodInfo); DO_APP_FUNC(0x00CAC190, void, AsyncTaskMethodBuilder_1_System_Int32__Start, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, HttpWebRequest_RunWithTimeoutWorker_d_241_1_System_Int32_ * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAC2A0, void, AsyncTaskMethodBuilder_1_System_Int32__Start_1, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, BufferedReadStream_ProcessReadAsync_d_2 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60EC0, AsyncTaskMethodBuilder_1_System_Int32__Start_1__MethodInfo); DO_APP_FUNC(0x00CAC3B0, void, AsyncTaskMethodBuilder_1_System_Int32__Start_2, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, CryptoStream_ReadAsyncCore_d_42 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60EB8, AsyncTaskMethodBuilder_1_System_Int32__Start_2__MethodInfo); DO_APP_FUNC(0x00CAC4C0, void, AsyncTaskMethodBuilder_1_System_Int32__Start_3, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, CryptoStream_ReadAsyncInternal_d_37 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60EB0, AsyncTaskMethodBuilder_1_System_Int32__Start_3__MethodInfo); DO_APP_FUNC(0x00CAC5D0, void, AsyncTaskMethodBuilder_1_System_Int32__Start_4, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, FixedSizeReadStream_ProcessReadAsync_d_5 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60E90, AsyncTaskMethodBuilder_1_System_Int32__Start_4__MethodInfo); DO_APP_FUNC(0x00CAC6E0, void, AsyncTaskMethodBuilder_1_System_Int32__Start_5, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, MobileAuthenticatedStream_InnerRead_d_66 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60E80, AsyncTaskMethodBuilder_1_System_Int32__Start_5__MethodInfo); DO_APP_FUNC(0x00CAC7F0, void, AsyncTaskMethodBuilder_1_System_Int32__Start_6, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, MobileAuthenticatedStream_StartOperation_d_57 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60E60, AsyncTaskMethodBuilder_1_System_Int32__Start_6__MethodInfo); DO_APP_FUNC(0x00CAC900, void, AsyncTaskMethodBuilder_1_System_Int32__Start_7, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, MonoChunkStream_ProcessReadAsync_d_7 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60E50, AsyncTaskMethodBuilder_1_System_Int32__Start_7__MethodInfo); DO_APP_FUNC(0x00CACA10, void, AsyncTaskMethodBuilder_1_System_Int32__Start_8, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, Stream_ReadAsync_g_FinishReadAsync_44_0_d * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CACB20, void, AsyncTaskMethodBuilder_1_System_Int32__Start_9, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, WebReadStream_ReadAsync_d_28 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60E30, AsyncTaskMethodBuilder_1_System_Int32__Start_9__MethodInfo); DO_APP_FUNC(0x00CACC30, void, AsyncTaskMethodBuilder_1_System_Int32__Start_10, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, WebResponseStream_ReadAsync_d_40 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60E18, AsyncTaskMethodBuilder_1_System_Int32__Start_10__MethodInfo); DO_APP_FUNC(0x01276100, void, AsyncTaskMethodBuilder_1_System_Int32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0126EDF0, AsyncTaskMethodBuilder_1_System_Int32_, AsyncTaskMethodBuilder_1_System_Int32__Create, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C627E0, AsyncTaskMethodBuilder_1_System_Int32__Create__MethodInfo); DO_APP_FUNC(0x012752E0, Task_1_System_Int32_ *, AsyncTaskMethodBuilder_1_System_Int32__GetTaskForResult, (int32_t result, MethodInfo * method)); DO_APP_FUNC(0x01275100, void, AsyncTaskMethodBuilder_1_System_Int32__SetException, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95148, AsyncTaskMethodBuilder_1_System_Int32__SetException__MethodInfo); DO_APP_FUNC(0x01274DC0, void, AsyncTaskMethodBuilder_1_System_Int32__SetResult, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, int32_t result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95138, AsyncTaskMethodBuilder_1_System_Int32__SetResult__MethodInfo); DO_APP_FUNC(0x01275010, void, AsyncTaskMethodBuilder_1_System_Int32__SetResult_1, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, Task_1_System_Int32_ * completedTask, MethodInfo * method)); DO_APP_FUNC(0x0126EE00, void, AsyncTaskMethodBuilder_1_System_Int32__SetStateMachine, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62728, AsyncTaskMethodBuilder_1_System_Int32__SetStateMachine__MethodInfo); DO_APP_FUNC(0x0126EE10, Task_1_System_Int32_ *, AsyncTaskMethodBuilder_1_System_Int32__get_Task, (AsyncTaskMethodBuilder_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C627E8, AsyncTaskMethodBuilder_1_System_Int32__get_Task__MethodInfo); DO_APP_FUNC(0x00CACD40, void, AsyncTaskMethodBuilder_1_System_Int32Enum__AwaitUnsafeOnCompleted, (AsyncTaskMethodBuilder_1_System_Int32Enum_ * __this, TaskAwaiter * awaiter, AnchorTransferBatch_ExportAsync_d_7 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CACD40, void, AsyncTaskMethodBuilder_1_System_Int32Enum__AwaitUnsafeOnCompleted_1, (AsyncTaskMethodBuilder_1_System_Int32Enum_ * __this, TaskAwaiter * awaiter, AnchorTransferBatch_ImportAsync_d_8 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CACF20, void, AsyncTaskMethodBuilder_1_System_Int32Enum__Start, (AsyncTaskMethodBuilder_1_System_Int32Enum_ * __this, AnchorTransferBatch_ExportAsync_d_7 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAD030, void, AsyncTaskMethodBuilder_1_System_Int32Enum__Start_1, (AsyncTaskMethodBuilder_1_System_Int32Enum_ * __this, AnchorTransferBatch_ImportAsync_d_8 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x01277590, void, AsyncTaskMethodBuilder_1_System_Int32Enum___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0126EDF0, AsyncTaskMethodBuilder_1_System_Int32Enum_, AsyncTaskMethodBuilder_1_System_Int32Enum__Create, (MethodInfo * method)); DO_APP_FUNC(0x01276770, Task_1_System_Int32Enum_ *, AsyncTaskMethodBuilder_1_System_Int32Enum__GetTaskForResult, (Int32Enum__Enum result, MethodInfo * method)); DO_APP_FUNC(0x01276590, void, AsyncTaskMethodBuilder_1_System_Int32Enum__SetException, (AsyncTaskMethodBuilder_1_System_Int32Enum_ * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95128, AsyncTaskMethodBuilder_1_System_Int32Enum__SetException__MethodInfo); DO_APP_FUNC(0x01276250, void, AsyncTaskMethodBuilder_1_System_Int32Enum__SetResult, (AsyncTaskMethodBuilder_1_System_Int32Enum_ * __this, Int32Enum__Enum result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95120, AsyncTaskMethodBuilder_1_System_Int32Enum__SetResult__MethodInfo); DO_APP_FUNC(0x012764A0, void, AsyncTaskMethodBuilder_1_System_Int32Enum__SetResult_1, (AsyncTaskMethodBuilder_1_System_Int32Enum_ * __this, Task_1_System_Int32Enum_ * completedTask, MethodInfo * method)); DO_APP_FUNC(0x0126EE00, void, AsyncTaskMethodBuilder_1_System_Int32Enum__SetStateMachine, (AsyncTaskMethodBuilder_1_System_Int32Enum_ * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x0126EE10, Task_1_System_Int32Enum_ *, AsyncTaskMethodBuilder_1_System_Int32Enum__get_Task, (AsyncTaskMethodBuilder_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00CAD140, void, AsyncTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted, (AsyncTaskMethodBuilder_1_System_Object_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_5__1 * awaiter, HttpWebRequest_MyGetResponseAsync_d_243 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAD380, void, AsyncTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted_1, (AsyncTaskMethodBuilder_1_System_Object_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Boolean_ * awaiter, HttpWebRequest_RunWithTimeoutWorker_d_241_1_System_Object_ * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAD5A0, void, AsyncTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted_2, (AsyncTaskMethodBuilder_1_System_Object_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Boolean_ * awaiter, WebConnection_InitConnection_d_19 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAD380, void, AsyncTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted_3, (AsyncTaskMethodBuilder_1_System_Object_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32_ * awaiter, WebResponseStream_ReadAllAsyncInner_d_47 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAD380, void, AsyncTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted_4, (AsyncTaskMethodBuilder_1_System_Object_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32_ * awaiter, WebSocketHandle_ReadResponseHeaderLineAsync_d_32 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAD7B0, void, AsyncTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted_5, (AsyncTaskMethodBuilder_1_System_Object_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * awaiter, WebCompletionSource_1_T_WaitForCompletion_d_15_System_Object_ * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAD140, void, AsyncTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted_6, (AsyncTaskMethodBuilder_1_System_Object_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * awaiter, HttpWebRequest_MyGetResponseAsync_d_243 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAD7B0, void, AsyncTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted_7, (AsyncTaskMethodBuilder_1_System_Object_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * awaiter, WebOperation_GetRequestStream_d_50 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAD140, void, AsyncTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted_8, (AsyncTaskMethodBuilder_1_System_Object_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * awaiter, WebSocketHandle_ConnectSocketAsync_d_27 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAD5A0, void, AsyncTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted_9, (AsyncTaskMethodBuilder_1_System_Object_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * awaiter, WebSocketHandle_ParseAndValidateConnectResponseAsync_d_30 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAD5A0, void, AsyncTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted_10, (AsyncTaskMethodBuilder_1_System_Object_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * awaiter, XmlDownloadManager_GetNonFileStreamAsync_d_5 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAD9B0, void, AsyncTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted_11, (AsyncTaskMethodBuilder_1_System_Object_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * awaiter, XmlUrlResolver_GetEntityAsync_d_15 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CADBC0, void, AsyncTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted_12, (AsyncTaskMethodBuilder_1_System_Object_ * __this, ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Int32_ * awaiter, ManagedWebSocket_ReceiveAsyncPrivate_d_61_2_ManagedWebSocket_WebSocketReceiveResultGetter_System_Object_ * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CADD70, void, AsyncTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted_13, (AsyncTaskMethodBuilder_1_System_Object_ * __this, TaskAwaiter_1_System_Int32Enum_ * awaiter, XRAnchorTransferBatch_ExportAsync_d_10 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CADD70, void, AsyncTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted_14, (AsyncTaskMethodBuilder_1_System_Object_ * __this, TaskAwaiter_1_System_Int32Enum_ * awaiter, XRAnchorTransferBatch_ImportAsync_d_11 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CADF60, void, AsyncTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted_15, (AsyncTaskMethodBuilder_1_System_Object_ * __this, TaskAwaiter_1_System_Object_ * awaiter, HttpWebRequest_MyGetResponseAsync_d_243 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAE1A0, void, AsyncTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted_16, (AsyncTaskMethodBuilder_1_System_Object_ * __this, TaskAwaiter_1_System_Object_ * awaiter, XRAnchorStore_LoadAnchorStoreAsync_d_7 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAE1A0, void, AsyncTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted_17, (AsyncTaskMethodBuilder_1_System_Object_ * __this, TaskAwaiter_1_System_Object_ * awaiter, XRAnchorStore_LoadAsync_d_6 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAE390, void, AsyncTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted_18, (AsyncTaskMethodBuilder_1_System_Object_ * __this, Object * * awaiter, Object * * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAE4D0, void, AsyncTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted_19, (AsyncTaskMethodBuilder_1_System_Object_ * __this, Object * * awaiter, WebClient_GetWebResponseTaskAsync_d_112 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAE680, void, AsyncTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted_20, (AsyncTaskMethodBuilder_1_System_Object_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, ManagedWebSocket_ReceiveAsyncPrivate_d_61_2_ManagedWebSocket_WebSocketReceiveResultGetter_System_Object_ * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAE8C0, void, AsyncTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted_21, (AsyncTaskMethodBuilder_1_System_Object_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, AsyncProtocolRequest_StartOperation_d_23 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAE8C0, void, AsyncTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted_22, (AsyncTaskMethodBuilder_1_System_Object_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, HttpWebRequest_GetRewriteHandler_b_271_0_d * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAD140, void, AsyncTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted_23, (AsyncTaskMethodBuilder_1_System_Object_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, HttpWebRequest_MyGetResponseAsync_d_243 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAEAC0, void, AsyncTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted_24, (AsyncTaskMethodBuilder_1_System_Object_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, MonoTlsStream_CreateStream_d_18 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAD5A0, void, AsyncTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted_25, (AsyncTaskMethodBuilder_1_System_Object_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, WebConnection_InitConnection_d_19 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAD140, void, AsyncTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted_26, (AsyncTaskMethodBuilder_1_System_Object_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, WebSocketHandle_ConnectSocketAsync_d_27 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAECD0, void, AsyncTaskMethodBuilder_1_System_Object__Start, (AsyncTaskMethodBuilder_1_System_Object_ * __this, ManagedWebSocket_ReceiveAsyncPrivate_d_61_2_ManagedWebSocket_WebSocketReceiveResultGetter_System_Object_ * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAEDE0, void, AsyncTaskMethodBuilder_1_System_Object__Start_1, (AsyncTaskMethodBuilder_1_System_Object_ * __this, HttpWebRequest_RunWithTimeoutWorker_d_241_1_System_Object_ * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAEEF0, void, AsyncTaskMethodBuilder_1_System_Object__Start_2, (AsyncTaskMethodBuilder_1_System_Object_ * __this, WebCompletionSource_1_T_WaitForCompletion_d_15_System_Object_ * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAF000, void, AsyncTaskMethodBuilder_1_System_Object__Start_3, (AsyncTaskMethodBuilder_1_System_Object_ * __this, Object * * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60DD8, AsyncTaskMethodBuilder_1_System_Object__Start_3__MethodInfo); DO_APP_FUNC(0x00CAF180, void, AsyncTaskMethodBuilder_1_System_Object__Start_4, (AsyncTaskMethodBuilder_1_System_Object_ * __this, AsyncProtocolRequest_StartOperation_d_23 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAF290, void, AsyncTaskMethodBuilder_1_System_Object__Start_5, (AsyncTaskMethodBuilder_1_System_Object_ * __this, HttpWebRequest_GetRewriteHandler_b_271_0_d * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAF3A0, void, AsyncTaskMethodBuilder_1_System_Object__Start_6, (AsyncTaskMethodBuilder_1_System_Object_ * __this, HttpWebRequest_MyGetResponseAsync_d_243 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAF4B0, void, AsyncTaskMethodBuilder_1_System_Object__Start_7, (AsyncTaskMethodBuilder_1_System_Object_ * __this, MonoTlsStream_CreateStream_d_18 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAF5C0, void, AsyncTaskMethodBuilder_1_System_Object__Start_8, (AsyncTaskMethodBuilder_1_System_Object_ * __this, WebClient_GetWebResponseTaskAsync_d_112 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAF6D0, void, AsyncTaskMethodBuilder_1_System_Object__Start_9, (AsyncTaskMethodBuilder_1_System_Object_ * __this, WebConnection_InitConnection_d_19 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAF7E0, void, AsyncTaskMethodBuilder_1_System_Object__Start_10, (AsyncTaskMethodBuilder_1_System_Object_ * __this, WebOperation_GetRequestStream_d_50 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAF8F0, void, AsyncTaskMethodBuilder_1_System_Object__Start_11, (AsyncTaskMethodBuilder_1_System_Object_ * __this, WebResponseStream_ReadAllAsyncInner_d_47 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAFA00, void, AsyncTaskMethodBuilder_1_System_Object__Start_12, (AsyncTaskMethodBuilder_1_System_Object_ * __this, WebSocketHandle_ConnectSocketAsync_d_27 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAFB10, void, AsyncTaskMethodBuilder_1_System_Object__Start_13, (AsyncTaskMethodBuilder_1_System_Object_ * __this, WebSocketHandle_ParseAndValidateConnectResponseAsync_d_30 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAFC20, void, AsyncTaskMethodBuilder_1_System_Object__Start_14, (AsyncTaskMethodBuilder_1_System_Object_ * __this, WebSocketHandle_ReadResponseHeaderLineAsync_d_32 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAFD30, void, AsyncTaskMethodBuilder_1_System_Object__Start_15, (AsyncTaskMethodBuilder_1_System_Object_ * __this, XRAnchorStore_LoadAnchorStoreAsync_d_7 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAFE40, void, AsyncTaskMethodBuilder_1_System_Object__Start_16, (AsyncTaskMethodBuilder_1_System_Object_ * __this, XRAnchorStore_LoadAsync_d_6 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAFF50, void, AsyncTaskMethodBuilder_1_System_Object__Start_17, (AsyncTaskMethodBuilder_1_System_Object_ * __this, XRAnchorTransferBatch_ExportAsync_d_10 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CB0060, void, AsyncTaskMethodBuilder_1_System_Object__Start_18, (AsyncTaskMethodBuilder_1_System_Object_ * __this, XRAnchorTransferBatch_ImportAsync_d_11 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CB0170, void, AsyncTaskMethodBuilder_1_System_Object__Start_19, (AsyncTaskMethodBuilder_1_System_Object_ * __this, XmlDownloadManager_GetNonFileStreamAsync_d_5 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CB0280, void, AsyncTaskMethodBuilder_1_System_Object__Start_20, (AsyncTaskMethodBuilder_1_System_Object_ * __this, XmlUrlResolver_GetEntityAsync_d_15 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60DB8, AsyncTaskMethodBuilder_1_System_Object__Start_20__MethodInfo); DO_APP_FUNC(0x01277F20, void, AsyncTaskMethodBuilder_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0126EDF0, AsyncTaskMethodBuilder_1_System_Object_, AsyncTaskMethodBuilder_1_System_Object__Create, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4720, AsyncTaskMethodBuilder_1_System_Object__Create__MethodInfo); DO_APP_FUNC(0x01277C00, Task_1_System_Object_ *, AsyncTaskMethodBuilder_1_System_Object__GetTaskForResult, (Object * result, MethodInfo * method)); DO_APP_FUNC(0x01277A20, void, AsyncTaskMethodBuilder_1_System_Object__SetException, (AsyncTaskMethodBuilder_1_System_Object_ * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C950F8, AsyncTaskMethodBuilder_1_System_Object__SetException__MethodInfo); DO_APP_FUNC(0x012776E0, void, AsyncTaskMethodBuilder_1_System_Object__SetResult, (AsyncTaskMethodBuilder_1_System_Object_ * __this, Object * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C950F0, AsyncTaskMethodBuilder_1_System_Object__SetResult__MethodInfo); DO_APP_FUNC(0x01277930, void, AsyncTaskMethodBuilder_1_System_Object__SetResult_1, (AsyncTaskMethodBuilder_1_System_Object_ * __this, Task_1_System_Object_ * completedTask, MethodInfo * method)); DO_APP_FUNC(0x0126EE00, void, AsyncTaskMethodBuilder_1_System_Object__SetStateMachine, (AsyncTaskMethodBuilder_1_System_Object_ * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC45C0, AsyncTaskMethodBuilder_1_System_Object__SetStateMachine__MethodInfo); DO_APP_FUNC(0x0126EE10, Task_1_System_Object_ *, AsyncTaskMethodBuilder_1_System_Object__get_Task, (AsyncTaskMethodBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC45D8, AsyncTaskMethodBuilder_1_System_Object__get_Task__MethodInfo); DO_APP_FUNC(0x00CAADE0, void, AsyncTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult__AwaitUnsafeOnCompleted, (AsyncTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * awaiter, WebSocket_ReceiveAsync_d_14 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CB0390, void, AsyncTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult__Start, (AsyncTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, WebSocket_ReceiveAsync_d_14 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x012793C0, void, AsyncTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0126EDF0, AsyncTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult_, AsyncTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult__Create, (MethodInfo * method)); DO_APP_FUNC(0x01278590, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ *, AsyncTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult__GetTaskForResult, (ValueWebSocketReceiveResult result, MethodInfo * method)); DO_APP_FUNC(0x012783B0, void, AsyncTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult__SetException, (AsyncTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C950E0, AsyncTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult__SetException__MethodInfo); DO_APP_FUNC(0x01278070, void, AsyncTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult__SetResult, (AsyncTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, ValueWebSocketReceiveResult result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C950E8, AsyncTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult__SetResult__MethodInfo); DO_APP_FUNC(0x012782C0, void, AsyncTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult__SetResult_1, (AsyncTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * completedTask, MethodInfo * method)); DO_APP_FUNC(0x0126EE00, void, AsyncTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult__SetStateMachine, (AsyncTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x0126EE10, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ *, AsyncTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult__get_Task, (AsyncTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00CAB330, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Nullable_1_ * awaiter, AsyncProtocolRequest_ProcessOperation_d_24 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAB760, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_1, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_3__1 * awaiter, WebConnectionTunnel_Initialize_d_42 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAB330, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_2, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32_ * awaiter, MonoChunkStream_FinishReading_d_8 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CA9F30, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_3, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32_ * awaiter, WebResponseStream_InitReadAsync_d_52 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CA9F30, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_4, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * awaiter, MobileAuthenticatedStream_ProcessAuthentication_d_48 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAB760, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_5, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * awaiter, ServicePointScheduler_RunScheduler_d_32 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAB330, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_6, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * awaiter, WebRequestStream_WriteChunkTrailer_d_40 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAABC0, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_7, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * awaiter, WebResponseStream_ReadAllAsync_d_48 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CB04A0, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_8, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * awaiter, WebSocketHandle_ConnectAsyncCore_d_26 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CB06E0, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_9, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Int32_ * awaiter, ManagedWebSocket_EnsureBufferContainsAsync_d_71 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CB0850, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_10, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Int32_ * awaiter, ManagedWebSocket_WaitForServerToCloseConnectionAsync_d_63 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CB09D0, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_11, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Int32_ * awaiter, Stream_CopyToAsyncInternal_d_28 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CABF50, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_12, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ForceAsyncAwaiter * awaiter, CryptoStream_WriteAsyncInternal_d_46 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CB0B60, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_13, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, Object * * awaiter, Object * * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CB0CA0, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_14, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, TaskAwaiter * awaiter, BoltCore_ShutdownProcedure_d_107 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CABBA0, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_15, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, TaskAwaiter * awaiter, CryptoStream_WriteAsyncInternal_d_46 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CB0CA0, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_16, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, TaskAwaiter * awaiter, WebRequestStream_Initialize_d_36 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CB0EA0, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_17, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, TaskAwaiter * awaiter, WebRequestStream_WriteAsyncInner_d_33 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CB10B0, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_18, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, TaskAwaiter * awaiter, WebRequestStream_WriteRequestAsync_d_38 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CB12B0, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_19, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ValueTaskAwaiter * awaiter, CryptoStream_WriteAsyncCore_d_49 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAB330, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_20, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, AsyncProtocolRequest_ProcessOperation_d_24 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAB550, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_21, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, ClientWebSocket_ConnectAsyncCore_d_16 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAB330, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_22, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, ManagedWebSocket_CloseAsyncPrivate_d_68 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAB550, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_23, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, ManagedWebSocket_CloseWithReceiveErrorAndThrowAsync_d_66 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAADE0, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_24, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, ManagedWebSocket_HandleReceivedCloseAsync_d_62 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAADE0, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_25, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, ManagedWebSocket_HandleReceivedPingPongAsync_d_64 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAADE0, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_26, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, ManagedWebSocket_SendCloseFrameAsync_d_69 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CB1490, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_27, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, ManagedWebSocket_SendFrameFallbackAsync_d_56 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAB550, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_28, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, MobileAuthenticatedStream_InnerWrite_d_67 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAB330, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_29, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, MonoChunkStream_FinishReading_d_8 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CB16C0, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_30, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, Stream_FinishWriteAsync_d_57 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAB760, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_31, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, WebConnection_Connect_d_16 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAB760, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_32, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, WebConnectionTunnel_Initialize_d_42 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CB16C0, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_33, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, WebRequestStream_FinishWriting_d_31 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAB550, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_34, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, WebRequestStream_Initialize_d_36 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAB330, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_35, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, WebRequestStream_ProcessWrite_d_34 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAB550, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_36, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, WebRequestStream_SetHeadersAsync_d_37 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAB760, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_37, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, WebRequestStream_WriteAsyncInner_d_33 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAB330, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_38, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, WebRequestStream_WriteChunkTrailer_d_40 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CB16C0, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_39, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, WebRequestStream_WriteChunkTrailer_inner_d_39 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CA9F30, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_40, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, WebRequestStream_WriteRequestAsync_d_38 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CAB760, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_41, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, WebSocket_SendWithArrayPoolAsync_d_16 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CB04A0, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_42, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, WebSocketHandle_ConnectAsyncCore_d_26 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CB18C0, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_43, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter * awaiter, ManagedWebSocket_HandleReceivedPingPongAsync_d_64 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CB18C0, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_44, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter * awaiter, ManagedWebSocket_SendCloseFrameAsync_d_69 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CB1A50, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_45, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter * awaiter, ManagedWebSocket_SendFrameFallbackAsync_d_56 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CB1BF0, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_46, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter * awaiter, ManagedWebSocket_WaitForWriteTaskAsync_d_55 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CB18C0, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__AwaitUnsafeOnCompleted_47, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter * awaiter, Stream_CopyToAsyncInternal_d_28 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x0127A850, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0126EDF0, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__Create, (MethodInfo * method)); DO_APP_FUNC(0x01279A30, Task_1_VoidTaskResult_ *, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__GetTaskForResult, (VoidTaskResult result, MethodInfo * method)); DO_APP_FUNC(0x01279850, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__SetException, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C950D8, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__SetException__MethodInfo); DO_APP_FUNC(0x01279510, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__SetResult, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, VoidTaskResult result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C950D0, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__SetResult__MethodInfo); DO_APP_FUNC(0x01279760, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__SetResult_1, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, Task_1_VoidTaskResult_ * completedTask, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C728E0, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__SetResult_1__MethodInfo); DO_APP_FUNC(0x0126EE00, void, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__SetStateMachine, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C728D0, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__SetStateMachine__MethodInfo); DO_APP_FUNC(0x0126EE10, Task_1_VoidTaskResult_ *, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__get_Task, (AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C728D8, AsyncTaskMethodBuilder_1_System_Threading_Tasks_VoidTaskResult__get_Task__MethodInfo); DO_APP_FUNC(0x00CB1D70, void, AsyncValueTaskMethodBuilder_1_System_Int32__AwaitUnsafeOnCompleted, (AsyncValueTaskMethodBuilder_1_System_Int32_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32_ * awaiter, Stream_ReadAsync_g_FinishReadAsync_44_0_d * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8138, AsyncValueTaskMethodBuilder_1_System_Int32__AwaitUnsafeOnCompleted__MethodInfo); DO_APP_FUNC(0x00CB1E00, void, AsyncValueTaskMethodBuilder_1_System_Int32__Start, (AsyncValueTaskMethodBuilder_1_System_Int32_ * __this, Stream_ReadAsync_g_FinishReadAsync_44_0_d * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8280, AsyncValueTaskMethodBuilder_1_System_Int32__Start__MethodInfo); DO_APP_FUNC(0x0127A9A0, AsyncValueTaskMethodBuilder_1_System_Int32_, AsyncValueTaskMethodBuilder_1_System_Int32__Create, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8288, AsyncValueTaskMethodBuilder_1_System_Int32__Create__MethodInfo); DO_APP_FUNC(0x0127AAF0, void, AsyncValueTaskMethodBuilder_1_System_Int32__SetException, (AsyncValueTaskMethodBuilder_1_System_Int32_ * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC80F8, AsyncValueTaskMethodBuilder_1_System_Int32__SetException__MethodInfo); DO_APP_FUNC(0x0127AA40, void, AsyncValueTaskMethodBuilder_1_System_Int32__SetResult, (AsyncValueTaskMethodBuilder_1_System_Int32_ * __this, int32_t result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8130, AsyncValueTaskMethodBuilder_1_System_Int32__SetResult__MethodInfo); DO_APP_FUNC(0x0127A9B0, void, AsyncValueTaskMethodBuilder_1_System_Int32__SetStateMachine, (AsyncValueTaskMethodBuilder_1_System_Int32_ * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC81C8, AsyncValueTaskMethodBuilder_1_System_Int32__SetStateMachine__MethodInfo); DO_APP_FUNC(0x0127AB90, ValueTask_1_System_Int32_, AsyncValueTaskMethodBuilder_1_System_Int32__get_Task, (AsyncValueTaskMethodBuilder_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8278, AsyncValueTaskMethodBuilder_1_System_Int32__get_Task__MethodInfo); DO_APP_FUNC(0x00CB1E80, void, AsyncValueTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted, (AsyncValueTaskMethodBuilder_1_System_Object_ * __this, ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Int32_ * awaiter, ManagedWebSocket_ReceiveAsyncPrivate_d_61_2_ManagedWebSocket_WebSocketReceiveResultGetter_System_Object_ * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CB1F10, void, AsyncValueTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted_1, (AsyncValueTaskMethodBuilder_1_System_Object_ * __this, Object * * awaiter, Object * * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CB1FA0, void, AsyncValueTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted_2, (AsyncValueTaskMethodBuilder_1_System_Object_ * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, ManagedWebSocket_ReceiveAsyncPrivate_d_61_2_ManagedWebSocket_WebSocketReceiveResultGetter_System_Object_ * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CB2030, void, AsyncValueTaskMethodBuilder_1_System_Object__Start, (AsyncValueTaskMethodBuilder_1_System_Object_ * __this, ManagedWebSocket_ReceiveAsyncPrivate_d_61_2_ManagedWebSocket_WebSocketReceiveResultGetter_System_Object_ * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CB20B0, void, AsyncValueTaskMethodBuilder_1_System_Object__Start_1, (AsyncValueTaskMethodBuilder_1_System_Object_ * __this, Object * * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x0127AD00, AsyncValueTaskMethodBuilder_1_System_Object_, AsyncValueTaskMethodBuilder_1_System_Object__Create, (MethodInfo * method)); DO_APP_FUNC(0x0127AE20, void, AsyncValueTaskMethodBuilder_1_System_Object__SetException, (AsyncValueTaskMethodBuilder_1_System_Object_ * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x0127AD20, void, AsyncValueTaskMethodBuilder_1_System_Object__SetResult, (AsyncValueTaskMethodBuilder_1_System_Object_ * __this, Object * result, MethodInfo * method)); DO_APP_FUNC(0x0127A9B0, void, AsyncValueTaskMethodBuilder_1_System_Object__SetStateMachine, (AsyncValueTaskMethodBuilder_1_System_Object_ * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x0127AEC0, ValueTask_1_System_Object_, AsyncValueTaskMethodBuilder_1_System_Object__get_Task, (AsyncValueTaskMethodBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00CB2130, void, AsyncValueTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult__AwaitUnsafeOnCompleted, (AsyncValueTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * awaiter, WebSocket_ReceiveAsync_d_14 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00CB21C0, void, AsyncValueTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult__Start, (AsyncValueTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, WebSocket_ReceiveAsync_d_14 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA360, AsyncValueTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult__Start__MethodInfo); DO_APP_FUNC(0x0127AD00, AsyncValueTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult_, AsyncValueTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult__Create, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA370, AsyncValueTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult__Create__MethodInfo); DO_APP_FUNC(0x0127B0F0, void, AsyncValueTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult__SetException, (AsyncValueTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA1D8, AsyncValueTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult__SetException__MethodInfo); DO_APP_FUNC(0x0127B030, void, AsyncValueTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult__SetResult, (AsyncValueTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, ValueWebSocketReceiveResult result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA1F8, AsyncValueTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult__SetResult__MethodInfo); DO_APP_FUNC(0x0127A9B0, void, AsyncValueTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult__SetStateMachine, (AsyncValueTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, IAsyncStateMachine * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA1B8, AsyncValueTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult__SetStateMachine__MethodInfo); DO_APP_FUNC(0x0127B190, ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult_, AsyncValueTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult__get_Task, (AsyncValueTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA350, AsyncValueTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult__get_Task__MethodInfo); DO_APP_FUNC(0x0127BB80, void, BaseClientCollection_1_System_Nullable_1___ctor, (BaseClientCollection_1_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0127CFD0, void, BaseClientCollection_1_System_Nullable_1__ClearRooms, (BaseClientCollection_1_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0127CB20, void, BaseClientCollection_1_System_Nullable_1__GetClients, (BaseClientCollection_1_System_Nullable_1_ * __this, List_1_Dissonance_Networking_ClientInfo_1_ * output, MethodInfo * method)); DO_APP_FUNC(0x0127C4A0, ClientInfo_1_System_Nullable_1_ *, BaseClientCollection_1_System_Nullable_1__GetOrCreateClientInfo, (BaseClientCollection_1_System_Nullable_1_ * __this, uint16_t id, String * name, CodecSettings codecSettings, Nullable_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ connection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95090, BaseClientCollection_1_System_Nullable_1__GetOrCreateClientInfo__MethodInfo); DO_APP_FUNC(0x0127D060, void, BaseClientCollection_1_System_Nullable_1__JoinRoom, (BaseClientCollection_1_System_Nullable_1_ * __this, String * room, ClientInfo_1_System_Nullable_1_ * client, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C950A0, BaseClientCollection_1_System_Nullable_1__JoinRoom__MethodInfo); DO_APP_FUNC(0x0127D1D0, void, BaseClientCollection_1_System_Nullable_1__LeaveRoom, (BaseClientCollection_1_System_Nullable_1_ * __this, String * room, ClientInfo_1_System_Nullable_1_ * client, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95070, BaseClientCollection_1_System_Nullable_1__LeaveRoom__MethodInfo); DO_APP_FUNC(0x0127C440, void, BaseClientCollection_1_System_Nullable_1__OnAddedClient, (BaseClientCollection_1_System_Nullable_1_ * __this, ClientInfo_1_System_Nullable_1_ * client, MethodInfo * method)); DO_APP_FUNC(0x0127D000, void, BaseClientCollection_1_System_Nullable_1__OnClientEnteredRoom, (BaseClientCollection_1_System_Nullable_1_ * __this, ClientInfo_1_System_Nullable_1_ * client, String * room, MethodInfo * method)); DO_APP_FUNC(0x0127D030, void, BaseClientCollection_1_System_Nullable_1__OnClientExitedRoom, (BaseClientCollection_1_System_Nullable_1_ * __this, ClientInfo_1_System_Nullable_1_ * client, String * room, MethodInfo * method)); DO_APP_FUNC(0x0127C470, void, BaseClientCollection_1_System_Nullable_1__OnRemovedClient, (BaseClientCollection_1_System_Nullable_1_ * __this, ClientInfo_1_System_Nullable_1_ * client, MethodInfo * method)); DO_APP_FUNC(0x0127D340, void, BaseClientCollection_1_System_Nullable_1__ProcessClientState, (BaseClientCollection_1_System_Nullable_1_ * __this, Nullable_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ source, PacketReader * reader, MethodInfo * method)); DO_APP_FUNC(0x0127D750, void, BaseClientCollection_1_System_Nullable_1__ProcessDeltaChannelState, (BaseClientCollection_1_System_Nullable_1_ * __this, PacketReader * reader, MethodInfo * method)); DO_APP_FUNC(0x0127C6B0, void, BaseClientCollection_1_System_Nullable_1__RemoveClient, (BaseClientCollection_1_System_Nullable_1_ * __this, ClientInfo_1_System_Nullable_1_ * client, MethodInfo * method)); DO_APP_FUNC(0x0127BFA0, void, BaseClientCollection_1_System_Nullable_1__Stop, (BaseClientCollection_1_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0127CD00, bool, BaseClientCollection_1_System_Nullable_1__TryFindClientByConnection, (BaseClientCollection_1_System_Nullable_1_ * __this, Nullable_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ connection, ClientInfo_1_System_Nullable_1_ * * info, MethodInfo * method)); DO_APP_FUNC(0x0127C990, bool, BaseClientCollection_1_System_Nullable_1__TryGetClientInfoById, (BaseClientCollection_1_System_Nullable_1_ * __this, uint16_t player, ClientInfo_1_System_Nullable_1_ * * info, MethodInfo * method)); DO_APP_FUNC(0x0127C9E0, bool, BaseClientCollection_1_System_Nullable_1__TryGetClientInfoByName, (BaseClientCollection_1_System_Nullable_1_ * __this, String * name, ClientInfo_1_System_Nullable_1_ * * info, MethodInfo * method)); DO_APP_FUNC(0x0127CA80, bool, BaseClientCollection_1_System_Nullable_1__TryGetClientsInRoom, (BaseClientCollection_1_System_Nullable_1_ * __this, String * room, List_1_Dissonance_Networking_ClientInfo_1_ * output, MethodInfo * method)); DO_APP_FUNC(0x0127CAD0, bool, BaseClientCollection_1_System_Nullable_1__TryGetClientsInRoom_1, (BaseClientCollection_1_System_Nullable_1_ * __this, uint16_t roomId, List_1_Dissonance_Networking_ClientInfo_1_ * output, MethodInfo * method)); DO_APP_FUNC(0x0127B740, void, BaseClientCollection_1_System_Nullable_1__add_OnClientEnteredRoomEvent, (BaseClientCollection_1_System_Nullable_1_ * __this, Action_2_Dissonance_Networking_ClientInfo_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x0127B960, void, BaseClientCollection_1_System_Nullable_1__add_OnClientExitedRoomEvent, (BaseClientCollection_1_System_Nullable_1_ * __this, Action_2_Dissonance_Networking_ClientInfo_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x0127B300, void, BaseClientCollection_1_System_Nullable_1__add_OnClientJoined, (BaseClientCollection_1_System_Nullable_1_ * __this, Action_1_Dissonance_Networking_ClientInfo_1_ * value, MethodInfo * method)); DO_APP_FUNC(0x0127B520, void, BaseClientCollection_1_System_Nullable_1__add_OnClientLeft, (BaseClientCollection_1_System_Nullable_1_ * __this, Action_1_Dissonance_Networking_ClientInfo_1_ * value, MethodInfo * method)); DO_APP_FUNC(0x0127B850, void, BaseClientCollection_1_System_Nullable_1__remove_OnClientEnteredRoomEvent, (BaseClientCollection_1_System_Nullable_1_ * __this, Action_2_Dissonance_Networking_ClientInfo_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x0127BA70, void, BaseClientCollection_1_System_Nullable_1__remove_OnClientExitedRoomEvent, (BaseClientCollection_1_System_Nullable_1_ * __this, Action_2_Dissonance_Networking_ClientInfo_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x0127B410, void, BaseClientCollection_1_System_Nullable_1__remove_OnClientJoined, (BaseClientCollection_1_System_Nullable_1_ * __this, Action_1_Dissonance_Networking_ClientInfo_1_ * value, MethodInfo * method)); DO_APP_FUNC(0x0127B630, void, BaseClientCollection_1_System_Nullable_1__remove_OnClientLeft, (BaseClientCollection_1_System_Nullable_1_ * __this, Action_1_Dissonance_Networking_ClientInfo_1_ * value, MethodInfo * method)); DO_APP_FUNC(0x0127DA20, void, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0127CFD0, void, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__ClearRooms, (BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0127CB20, void, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__GetClients, (BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, List_1_Dissonance_Networking_ClientInfo_1__2 * output, MethodInfo * method)); DO_APP_FUNC(0x0127E2E0, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__GetOrCreateClientInfo, (BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, uint16_t id, String * name, CodecSettings codecSettings, BoltPeer connection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96768, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__GetOrCreateClientInfo__MethodInfo); DO_APP_FUNC(0x0127EAA0, void, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__JoinRoom, (BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, String * room, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * client, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96778, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__JoinRoom__MethodInfo); DO_APP_FUNC(0x0127EC10, void, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__LeaveRoom, (BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, String * room, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * client, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96770, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__LeaveRoom__MethodInfo); DO_APP_FUNC(0x0127C440, void, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__OnAddedClient, (BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * client, MethodInfo * method)); DO_APP_FUNC(0x0127D000, void, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__OnClientEnteredRoom, (BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * client, String * room, MethodInfo * method)); DO_APP_FUNC(0x0127D030, void, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__OnClientExitedRoom, (BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * client, String * room, MethodInfo * method)); DO_APP_FUNC(0x0127C470, void, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__OnRemovedClient, (BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * client, MethodInfo * method)); DO_APP_FUNC(0x0127ED80, void, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__ProcessClientState, (BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer source, PacketReader * reader, MethodInfo * method)); DO_APP_FUNC(0x0127F180, void, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__ProcessDeltaChannelState, (BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, PacketReader * reader, MethodInfo * method)); DO_APP_FUNC(0x0127E4D0, void, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__RemoveClient, (BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * client, MethodInfo * method)); DO_APP_FUNC(0x0127DE40, void, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Stop, (BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0127E7B0, bool, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__TryFindClientByConnection, (BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer connection, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * * info, MethodInfo * method)); DO_APP_FUNC(0x0127C990, bool, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__TryGetClientInfoById, (BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, uint16_t player, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * * info, MethodInfo * method)); DO_APP_FUNC(0x0127C9E0, bool, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__TryGetClientInfoByName, (BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, String * name, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * * info, MethodInfo * method)); DO_APP_FUNC(0x0127CA80, bool, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__TryGetClientsInRoom, (BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, String * room, List_1_Dissonance_Networking_ClientInfo_1__2 * output, MethodInfo * method)); DO_APP_FUNC(0x0127CAD0, bool, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__TryGetClientsInRoom_1, (BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, uint16_t roomId, List_1_Dissonance_Networking_ClientInfo_1__2 * output, MethodInfo * method)); DO_APP_FUNC(0x0127B740, void, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__add_OnClientEnteredRoomEvent, (BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_2_Dissonance_Networking_ClientInfo_1_String__1 * value, MethodInfo * method)); DO_APP_FUNC(0x0127B960, void, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__add_OnClientExitedRoomEvent, (BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_2_Dissonance_Networking_ClientInfo_1_String__1 * value, MethodInfo * method)); DO_APP_FUNC(0x0127B300, void, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__add_OnClientJoined, (BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_1_Dissonance_Networking_ClientInfo_1__1 * value, MethodInfo * method)); DO_APP_FUNC(0x0127B520, void, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__add_OnClientLeft, (BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_1_Dissonance_Networking_ClientInfo_1__1 * value, MethodInfo * method)); DO_APP_FUNC(0x0127B850, void, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__remove_OnClientEnteredRoomEvent, (BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_2_Dissonance_Networking_ClientInfo_1_String__1 * value, MethodInfo * method)); DO_APP_FUNC(0x0127BA70, void, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__remove_OnClientExitedRoomEvent, (BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_2_Dissonance_Networking_ClientInfo_1_String__1 * value, MethodInfo * method)); DO_APP_FUNC(0x0127B410, void, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__remove_OnClientJoined, (BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_1_Dissonance_Networking_ClientInfo_1__1 * value, MethodInfo * method)); DO_APP_FUNC(0x0127B630, void, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__remove_OnClientLeft, (BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_1_Dissonance_Networking_ClientInfo_1__1 * value, MethodInfo * method)); DO_APP_FUNC(0x0127F3F0, void, BaseClientCollection_1_System_Object___ctor, (BaseClientCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0127CFD0, void, BaseClientCollection_1_System_Object__ClearRooms, (BaseClientCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0127CB20, void, BaseClientCollection_1_System_Object__GetClients, (BaseClientCollection_1_System_Object_ * __this, List_1_Dissonance_Networking_ClientInfo_1__4 * output, MethodInfo * method)); DO_APP_FUNC(0x0127FCB0, ClientInfo_1_System_Object_ *, BaseClientCollection_1_System_Object__GetOrCreateClientInfo, (BaseClientCollection_1_System_Object_ * __this, uint16_t id, String * name, CodecSettings codecSettings, Object * connection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96760, BaseClientCollection_1_System_Object__GetOrCreateClientInfo__MethodInfo); DO_APP_FUNC(0x01280420, void, BaseClientCollection_1_System_Object__JoinRoom, (BaseClientCollection_1_System_Object_ * __this, String * room, ClientInfo_1_System_Object_ * client, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96750, BaseClientCollection_1_System_Object__JoinRoom__MethodInfo); DO_APP_FUNC(0x01280590, void, BaseClientCollection_1_System_Object__LeaveRoom, (BaseClientCollection_1_System_Object_ * __this, String * room, ClientInfo_1_System_Object_ * client, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96758, BaseClientCollection_1_System_Object__LeaveRoom__MethodInfo); DO_APP_FUNC(0x0127C440, void, BaseClientCollection_1_System_Object__OnAddedClient, (BaseClientCollection_1_System_Object_ * __this, ClientInfo_1_System_Object_ * client, MethodInfo * method)); DO_APP_FUNC(0x0127D000, void, BaseClientCollection_1_System_Object__OnClientEnteredRoom, (BaseClientCollection_1_System_Object_ * __this, ClientInfo_1_System_Object_ * client, String * room, MethodInfo * method)); DO_APP_FUNC(0x0127D030, void, BaseClientCollection_1_System_Object__OnClientExitedRoom, (BaseClientCollection_1_System_Object_ * __this, ClientInfo_1_System_Object_ * client, String * room, MethodInfo * method)); DO_APP_FUNC(0x0127C470, void, BaseClientCollection_1_System_Object__OnRemovedClient, (BaseClientCollection_1_System_Object_ * __this, ClientInfo_1_System_Object_ * client, MethodInfo * method)); DO_APP_FUNC(0x01280700, void, BaseClientCollection_1_System_Object__ProcessClientState, (BaseClientCollection_1_System_Object_ * __this, Object * source, PacketReader * reader, MethodInfo * method)); DO_APP_FUNC(0x01280B00, void, BaseClientCollection_1_System_Object__ProcessDeltaChannelState, (BaseClientCollection_1_System_Object_ * __this, PacketReader * reader, MethodInfo * method)); DO_APP_FUNC(0x0127FEA0, void, BaseClientCollection_1_System_Object__RemoveClient, (BaseClientCollection_1_System_Object_ * __this, ClientInfo_1_System_Object_ * client, MethodInfo * method)); DO_APP_FUNC(0x0127F810, void, BaseClientCollection_1_System_Object__Stop, (BaseClientCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01280180, bool, BaseClientCollection_1_System_Object__TryFindClientByConnection, (BaseClientCollection_1_System_Object_ * __this, Object * connection, ClientInfo_1_System_Object_ * * info, MethodInfo * method)); DO_APP_FUNC(0x0127C990, bool, BaseClientCollection_1_System_Object__TryGetClientInfoById, (BaseClientCollection_1_System_Object_ * __this, uint16_t player, ClientInfo_1_System_Object_ * * info, MethodInfo * method)); DO_APP_FUNC(0x0127C9E0, bool, BaseClientCollection_1_System_Object__TryGetClientInfoByName, (BaseClientCollection_1_System_Object_ * __this, String * name, ClientInfo_1_System_Object_ * * info, MethodInfo * method)); DO_APP_FUNC(0x0127CA80, bool, BaseClientCollection_1_System_Object__TryGetClientsInRoom, (BaseClientCollection_1_System_Object_ * __this, String * room, List_1_Dissonance_Networking_ClientInfo_1__4 * output, MethodInfo * method)); DO_APP_FUNC(0x0127CAD0, bool, BaseClientCollection_1_System_Object__TryGetClientsInRoom_1, (BaseClientCollection_1_System_Object_ * __this, uint16_t roomId, List_1_Dissonance_Networking_ClientInfo_1__4 * output, MethodInfo * method)); DO_APP_FUNC(0x0127B740, void, BaseClientCollection_1_System_Object__add_OnClientEnteredRoomEvent, (BaseClientCollection_1_System_Object_ * __this, Action_2_Dissonance_Networking_ClientInfo_1_String__2 * value, MethodInfo * method)); DO_APP_FUNC(0x0127B960, void, BaseClientCollection_1_System_Object__add_OnClientExitedRoomEvent, (BaseClientCollection_1_System_Object_ * __this, Action_2_Dissonance_Networking_ClientInfo_1_String__2 * value, MethodInfo * method)); DO_APP_FUNC(0x0127B300, void, BaseClientCollection_1_System_Object__add_OnClientJoined, (BaseClientCollection_1_System_Object_ * __this, Action_1_Dissonance_Networking_ClientInfo_1__2 * value, MethodInfo * method)); DO_APP_FUNC(0x0127B520, void, BaseClientCollection_1_System_Object__add_OnClientLeft, (BaseClientCollection_1_System_Object_ * __this, Action_1_Dissonance_Networking_ClientInfo_1__2 * value, MethodInfo * method)); DO_APP_FUNC(0x0127B850, void, BaseClientCollection_1_System_Object__remove_OnClientEnteredRoomEvent, (BaseClientCollection_1_System_Object_ * __this, Action_2_Dissonance_Networking_ClientInfo_1_String__2 * value, MethodInfo * method)); DO_APP_FUNC(0x0127BA70, void, BaseClientCollection_1_System_Object__remove_OnClientExitedRoomEvent, (BaseClientCollection_1_System_Object_ * __this, Action_2_Dissonance_Networking_ClientInfo_1_String__2 * value, MethodInfo * method)); DO_APP_FUNC(0x0127B410, void, BaseClientCollection_1_System_Object__remove_OnClientJoined, (BaseClientCollection_1_System_Object_ * __this, Action_1_Dissonance_Networking_ClientInfo_1__2 * value, MethodInfo * method)); DO_APP_FUNC(0x0127B630, void, BaseClientCollection_1_System_Object__remove_OnClientLeft, (BaseClientCollection_1_System_Object_ * __this, Action_1_Dissonance_Networking_ClientInfo_1__2 * value, MethodInfo * method)); DO_APP_FUNC(0x01281BD0, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ICommsNetworkState * network, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C966F8, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor__MethodInfo); DO_APP_FUNC(0x012841F0, bool, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__CheckSessionId, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, PacketReader * reader, MessageTypes__Enum type, MethodInfo * method)); DO_APP_FUNC(0x01282FE0, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__Connected, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01283010, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__Disconnect, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01285240, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__Dissonance_Networking_Client_IClient_TPeer__SendReliable, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ArraySegment_1_Byte_ packet, MethodInfo * method)); DO_APP_FUNC(0x012852A0, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__Dissonance_Networking_Client_IClient_TPeer__SendReliableP2P, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, List_1_Dissonance_Networking_ClientInfo_1_ * destinations, ArraySegment_1_Byte_ packet, MethodInfo * method)); DO_APP_FUNC(0x01285270, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__Dissonance_Networking_Client_IClient_TPeer__SendUnreliable, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ArraySegment_1_Byte_ packet, MethodInfo * method)); DO_APP_FUNC(0x012852D0, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__Dissonance_Networking_Client_IClient_TPeer__SendUnreliableP2P, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, List_1_Dissonance_Networking_ClientInfo_1_ * destinations, ArraySegment_1_Byte_ packet, MethodInfo * method)); DO_APP_FUNC(0x01283150, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__FatalError, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, String * reason, MethodInfo * method)); DO_APP_FUNC(0x01283600, Nullable_1_UInt16_, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__NetworkReceivedPacket, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ArraySegment_1_Byte_ data, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__OnAddedClient, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ClientInfo_1_System_Nullable_1_ * client, MethodInfo * method)); DO_APP_FUNC(0x01284B00, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__OnMetClient, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ClientInfo_1_System_Nullable_1_ * client, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__OnServerAssignedSessionId, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, uint32_t session, uint16_t id, MethodInfo * method)); DO_APP_FUNC(0x012836F0, Nullable_1_UInt16_, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__ProcessReceivedPacket, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ArraySegment_1_Byte_ data, MethodInfo * method)); DO_APP_FUNC(0x01284F40, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__ReceiveHandshakeP2P, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, uint16_t id, BoltPeer connection, MethodInfo * method)); DO_APP_FUNC(0x01283270, bool, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__RunUpdate, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, DateTime utcNow, MethodInfo * method)); DO_APP_FUNC(0x01284350, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__SendReliableP2P, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, List_1_Dissonance_Networking_ClientInfo_1_ * destinations, ArraySegment_1_Byte_ packet, MethodInfo * method)); DO_APP_FUNC(0x012835B0, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__SendTextData, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, String * data, ChannelType__Enum type, String * recipient, MethodInfo * method)); DO_APP_FUNC(0x01284720, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__SendUnreliableP2P, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, List_1_Dissonance_Networking_ClientInfo_1_ * destinations, ArraySegment_1_Byte_ packet, MethodInfo * method)); DO_APP_FUNC(0x01283570, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__SendVoiceData, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ArraySegment_1_Byte_ encodedAudio, MethodInfo * method)); DO_APP_FUNC(0x01283190, ClientStatus__Enum, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__Update, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01285040, Byte__Array *, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__WriteHandshakeP2P, (uint32_t sessionId, uint16_t clientId, MethodInfo * method)); DO_APP_FUNC(0x01280E50, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__add_PlayerEnteredRoom, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_1_Dissonance_Networking_RoomEvent_ * value, MethodInfo * method)); DO_APP_FUNC(0x01281090, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__add_PlayerExitedRoom, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_1_Dissonance_Networking_RoomEvent_ * value, MethodInfo * method)); DO_APP_FUNC(0x01280DD0, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__add_PlayerJoined, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_2_String_Dissonance_CodecSettings_ * value, MethodInfo * method)); DO_APP_FUNC(0x01280E10, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__add_PlayerLeft, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x01281750, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__add_PlayerStartedSpeaking, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x01281990, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__add_PlayerStoppedSpeaking, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x01281510, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__add_TextMessageReceived, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_1_Dissonance_Networking_TextMessage_ * value, MethodInfo * method)); DO_APP_FUNC(0x012812D0, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__add_VoicePacketReceived, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_1_Dissonance_Networking_VoicePacket_ * value, MethodInfo * method)); DO_APP_FUNC(0x01280D70, bool, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__get_IsConnected, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90540, TrafficCounter *, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__get_RecvClientState, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x004C5F40, TrafficCounter *, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__get_RecvDeltaState, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7040, TrafficCounter *, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__get_RecvHandshakeP2P, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, TrafficCounter *, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__get_RecvHandshakeResponse, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, TrafficCounter *, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__get_RecvRemoveClient, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, TrafficCounter *, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__get_RecvTextData, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7010, TrafficCounter *, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__get_RecvVoiceData, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00605860, TrafficCounter *, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__get_SentServerTraffic, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01280F70, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__remove_PlayerEnteredRoom, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_1_Dissonance_Networking_RoomEvent_ * value, MethodInfo * method)); DO_APP_FUNC(0x012811B0, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__remove_PlayerExitedRoom, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_1_Dissonance_Networking_RoomEvent_ * value, MethodInfo * method)); DO_APP_FUNC(0x01280DF0, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__remove_PlayerJoined, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_2_String_Dissonance_CodecSettings_ * value, MethodInfo * method)); DO_APP_FUNC(0x01280E30, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__remove_PlayerLeft, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x01281870, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__remove_PlayerStartedSpeaking, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x01281AB0, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__remove_PlayerStoppedSpeaking, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x01281630, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__remove_TextMessageReceived, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_1_Dissonance_Networking_TextMessage_ * value, MethodInfo * method)); DO_APP_FUNC(0x012813F0, void, BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__remove_VoicePacketReceived, (BaseClient_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_1_Dissonance_Networking_VoicePacket_ * value, MethodInfo * method)); DO_APP_FUNC(0x012854A0, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseClip_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object___ctor, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseClip_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseClip_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object__Configure, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseClip_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object_ * __this, Object * data, MethodInfo * method)); DO_APP_FUNC(0x01285300, Playable, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseClip_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object__CreatePlayable, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseClip_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object_ * __this, PlayableGraph graph, GameObject * owner, MethodInfo * method)); DO_APP_FUNC(0x012854A0, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseClip_System_Object_System_Object_System_Object_System_Object_System_Single_System_Object___ctor, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseClip_System_Object_System_Object_System_Object_System_Object_System_Single_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseClip_System_Object_System_Object_System_Object_System_Object_System_Single_System_Object__Configure, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseClip_System_Object_System_Object_System_Object_System_Object_System_Single_System_Object_ * __this, Object * data, MethodInfo * method)); DO_APP_FUNC(0x01285300, Playable, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseClip_System_Object_System_Object_System_Object_System_Object_System_Single_System_Object__CreatePlayable, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseClip_System_Object_System_Object_System_Object_System_Object_System_Single_System_Object_ * __this, PlayableGraph graph, GameObject * owner, MethodInfo * method)); DO_APP_FUNC(0x012854A0, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseClip_System_Object_System_Object_System_Object_System_Object_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_System_Object___ctor, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseClip_System_Object_System_Object_System_Object_System_Object_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseClip_System_Object_System_Object_System_Object_System_Object_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_System_Object__Configure, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseClip_System_Object_System_Object_System_Object_System_Object_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_System_Object_ * __this, Object * data, MethodInfo * method)); DO_APP_FUNC(0x01285300, Playable, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseClip_System_Object_System_Object_System_Object_System_Object_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_System_Object__CreatePlayable, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseClip_System_Object_System_Object_System_Object_System_Object_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_System_Object_ * __this, PlayableGraph graph, GameObject * owner, MethodInfo * method)); DO_APP_FUNC(0x01286A60, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit___ctor, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01287470, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__ChangeState, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, BaseCommsNetwork_5_TServer_TClient_TPeer_TClientParam_TServerParam_IState_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * newState, MethodInfo * method)); DO_APP_FUNC(0x01286D00, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__Dissonance_Networking_ICommsNetwork_Initialize, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, String * playerName, Rooms * rooms, PlayerChannels * playerChannels, RoomChannels * roomChannels, CodecSettings codecSettings, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96670, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__Dissonance_Networking_ICommsNetwork_Initialize__MethodInfo); DO_APP_FUNC(0x003AC050, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__Initialize, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01287030, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__LoadState, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01287100, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__OnDisable, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__OnInspectorGui, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01288690, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__OnModeChanged, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, NetworkMode__Enum obj, MethodInfo * method)); DO_APP_FUNC(0x01288540, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__OnPlayerEnteredRoom, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, RoomEvent evt, MethodInfo * method)); DO_APP_FUNC(0x01288580, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__OnPlayerExitedRoom, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, RoomEvent evt, MethodInfo * method)); DO_APP_FUNC(0x012884E0, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__OnPlayerJoined, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, String * obj, CodecSettings codecSettings, MethodInfo * method)); DO_APP_FUNC(0x01288520, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__OnPlayerLeft, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, String * obj, MethodInfo * method)); DO_APP_FUNC(0x01288650, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__OnPlayerStartedSpeaking, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, String * obj, MethodInfo * method)); DO_APP_FUNC(0x01288670, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__OnPlayerStoppedSpeaking, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, String * obj, MethodInfo * method)); DO_APP_FUNC(0x01288610, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__OnTextPacketReceived, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, TextMessage obj, MethodInfo * method)); DO_APP_FUNC(0x012885C0, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__OnVoicePacketReceived, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, VoicePacket obj, MethodInfo * method)); DO_APP_FUNC(0x012872D0, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__RunAsClient, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, Unit clientParameters, MethodInfo * method)); DO_APP_FUNC(0x012873A0, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__RunAsDedicatedServer, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, Unit serverParameters, MethodInfo * method)); DO_APP_FUNC(0x01287200, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__RunAsHost, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, Unit serverParameters, Unit clientParameters, MethodInfo * method)); DO_APP_FUNC(0x01288450, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__SendText, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, String * data, ChannelType__Enum recipientType, String * recipientId, MethodInfo * method)); DO_APP_FUNC(0x012883D0, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__SendVoice, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, ArraySegment_1_Byte_ data, MethodInfo * method)); DO_APP_FUNC(0x01287840, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__StartClient, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, Unit connectParams, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96610, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__StartClient__MethodInfo); DO_APP_FUNC(0x01287570, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__StartServer, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, Unit connectParams, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96678, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__StartServer__MethodInfo); DO_APP_FUNC(0x01287150, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__Stop, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01287E70, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__StopClient, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96620, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__StopClient__MethodInfo); DO_APP_FUNC(0x012876A0, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__StopServer, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96650, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__StopServer__MethodInfo); DO_APP_FUNC(0x01286F80, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__Update, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01285560, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__add_ModeChanged, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, Action_1_Dissonance_Networking_NetworkMode_ * value, MethodInfo * method)); DO_APP_FUNC(0x01286500, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__add_PlayerEnteredRoom, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, Action_1_Dissonance_Networking_RoomEvent_ * value, MethodInfo * method)); DO_APP_FUNC(0x01286740, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__add_PlayerExitedRoom, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, Action_1_Dissonance_Networking_RoomEvent_ * value, MethodInfo * method)); DO_APP_FUNC(0x01285780, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__add_PlayerJoined, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, Action_2_String_Dissonance_CodecSettings_ * value, MethodInfo * method)); DO_APP_FUNC(0x012859C0, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__add_PlayerLeft, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x01286080, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__add_PlayerStartedSpeaking, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x012862C0, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__add_PlayerStoppedSpeaking, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x01285E40, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__add_TextPacketReceived, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, Action_1_Dissonance_Networking_TextMessage_ * value, MethodInfo * method)); DO_APP_FUNC(0x01285C00, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__add_VoicePacketReceived, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, Action_1_Dissonance_Networking_VoicePacket_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Object *, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__get_Client, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01285530, CodecSettings, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__get_CodecSettings, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005EA900, bool, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__get_IsInitialized, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, NetworkMode__Enum, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__get_Mode, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, PlayerChannels *, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__get_PlayerChannels, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, String *, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__get_PlayerName, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, RoomChannels *, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__get_RoomChannels, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, Rooms *, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__get_Rooms, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Object *, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__get_Server, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012869F0, IServerAdmin *, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__get_ServerAdmin, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01286980, ConnectionStatus__Enum, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__get_Status, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01285670, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__remove_ModeChanged, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, Action_1_Dissonance_Networking_NetworkMode_ * value, MethodInfo * method)); DO_APP_FUNC(0x01286620, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__remove_PlayerEnteredRoom, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, Action_1_Dissonance_Networking_RoomEvent_ * value, MethodInfo * method)); DO_APP_FUNC(0x01286860, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__remove_PlayerExitedRoom, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, Action_1_Dissonance_Networking_RoomEvent_ * value, MethodInfo * method)); DO_APP_FUNC(0x012858A0, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__remove_PlayerJoined, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, Action_2_String_Dissonance_CodecSettings_ * value, MethodInfo * method)); DO_APP_FUNC(0x01285AE0, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__remove_PlayerLeft, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x012861A0, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__remove_PlayerStartedSpeaking, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x012863E0, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__remove_PlayerStoppedSpeaking, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, Action_1_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x01285F60, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__remove_TextPacketReceived, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, Action_1_Dissonance_Networking_TextMessage_ * value, MethodInfo * method)); DO_APP_FUNC(0x01285D20, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__remove_VoicePacketReceived, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, Action_1_Dissonance_Networking_VoicePacket_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__set_Client, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01285550, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__set_CodecSettings, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, CodecSettings value, MethodInfo * method)); DO_APP_FUNC(0x005EA910, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__set_IsInitialized, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x012869D0, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__set_Mode, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, NetworkMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__set_PlayerChannels, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, PlayerChannels * value, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__set_PlayerName, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0042D510, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__set_RoomChannels, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, RoomChannels * value, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__set_Rooms, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, Rooms * value, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__set_Server, (BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseData_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object___ctor, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseData_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseData_System_Object_System_Object_System_Object_System_Object_System_Single_System_Object___ctor, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseData_System_Object_System_Object_System_Object_System_Object_System_Single_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseData_System_Object_System_Object_System_Object_System_Object_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_System_Object___ctor, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseData_System_Object_System_Object_System_Object_System_Object_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01288840, void, BaseFieldTraits_2_System_Boolean_System_Object___ctor, (BaseFieldTraits_2_System_Boolean_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012886B0, void, BaseFieldTraits_2_System_Boolean_System_Object__Init, (BaseFieldTraits_2_System_Boolean_System_Object_ * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x01288B20, void, BaseFieldTraits_2_System_Int32_System_Object___ctor, (BaseFieldTraits_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01288990, void, BaseFieldTraits_2_System_Int32_System_Object__Init, (BaseFieldTraits_2_System_Int32_System_Object_ * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x01288E00, void, BaseFieldTraits_2_System_Object_System_Object___ctor, (BaseFieldTraits_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01288C70, void, BaseFieldTraits_2_System_Object_System_Object__Init, (BaseFieldTraits_2_System_Object_System_Object_ * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x012890E0, void, BaseFieldTraits_2_System_Single_System_Object___ctor, (BaseFieldTraits_2_System_Single_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01288F50, void, BaseFieldTraits_2_System_Single_System_Object__Init, (BaseFieldTraits_2_System_Single_System_Object_ * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x0128B4C0, void, BaseField_1_System_Boolean___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0128A0D0, void, BaseField_1_System_Boolean___ctor, (BaseField_1_System_Boolean_ * __this, String * label, MethodInfo * method)); DO_APP_FUNC(0x0128A430, void, BaseField_1_System_Boolean___ctor_1, (BaseField_1_System_Boolean_ * __this, String * label, VisualElement * visualInput, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5B98, BaseField_1_System_Boolean___ctor_1__MethodInfo); DO_APP_FUNC(0x0128AA90, void, BaseField_1_System_Boolean__AlignLabel, (BaseField_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0128B400, Rect, BaseField_1_System_Boolean__GetTooltipRect, (BaseField_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0128A490, void, BaseField_1_System_Boolean__OnAttachToPanel, (BaseField_1_System_Boolean_ * __this, AttachToPanelEvent * e, MethodInfo * method)); DO_APP_FUNC(0x0128A6E0, void, BaseField_1_System_Boolean__OnCustomStyleResolved, (BaseField_1_System_Boolean_ * __this, CustomStyleResolvedEvent * evt, MethodInfo * method)); DO_APP_FUNC(0x0128AA70, void, BaseField_1_System_Boolean__OnInspectorFieldGeometryChanged, (BaseField_1_System_Boolean_ * __this, GeometryChangedEvent * e, MethodInfo * method)); DO_APP_FUNC(0x0128B240, void, BaseField_1_System_Boolean__OnViewDataReady, (BaseField_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0128B190, void, BaseField_1_System_Boolean__SetValueWithoutNotify, (BaseField_1_System_Boolean_ * __this, bool newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5BC8, BaseField_1_System_Boolean__SetValueWithoutNotify__MethodInfo); DO_APP_FUNC(0x0128B140, void, BaseField_1_System_Boolean__UpdateMixedValueContent, (BaseField_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C965F0, BaseField_1_System_Boolean__UpdateMixedValueContent__MethodInfo); DO_APP_FUNC(0x01289BA0, String *, BaseField_1_System_Boolean__get_label, (BaseField_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01289B30, Label *, BaseField_1_System_Boolean__get_labelElement, (BaseField_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7848, BaseField_1_System_Boolean__get_labelElement__MethodInfo); DO_APP_FUNC(0x01289F00, Label *, BaseField_1_System_Boolean__get_mixedValueLabel, (BaseField_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5B58, BaseField_1_System_Boolean__get_mixedValueLabel__MethodInfo); DO_APP_FUNC(0x01289960, bool, BaseField_1_System_Boolean__get_rawValue, (BaseField_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01289EF0, bool, BaseField_1_System_Boolean__get_showMixedValue, (BaseField_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5B60, BaseField_1_System_Boolean__get_showMixedValue__MethodInfo); DO_APP_FUNC(0x01289960, bool, BaseField_1_System_Boolean__get_value, (BaseField_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7860, BaseField_1_System_Boolean__get_value__MethodInfo); DO_APP_FUNC(0x01289230, VisualElement *, BaseField_1_System_Boolean__get_visualInput, (BaseField_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5BA0, BaseField_1_System_Boolean__get_visualInput__MethodInfo); DO_APP_FUNC(0x01289BF0, void, BaseField_1_System_Boolean__set_label, (BaseField_1_System_Boolean_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01289B40, void, BaseField_1_System_Boolean__set_labelElement, (BaseField_1_System_Boolean_ * __this, Label * value, MethodInfo * method)); DO_APP_FUNC(0x01289970, void, BaseField_1_System_Boolean__set_rawValue, (BaseField_1_System_Boolean_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01289980, void, BaseField_1_System_Boolean__set_value, (BaseField_1_System_Boolean_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7858, BaseField_1_System_Boolean__set_value__MethodInfo); DO_APP_FUNC(0x01289240, void, BaseField_1_System_Boolean__set_visualInput, (BaseField_1_System_Boolean_ * __this, VisualElement * value, MethodInfo * method)); DO_APP_FUNC(0x0128DF80, void, BaseField_1_System_Int32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0128CCD0, void, BaseField_1_System_Int32___ctor, (BaseField_1_System_Int32_ * __this, String * label, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5988, BaseField_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x0128A430, void, BaseField_1_System_Int32___ctor_1, (BaseField_1_System_Int32_ * __this, String * label, VisualElement * visualInput, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA75E0, BaseField_1_System_Int32___ctor_1__MethodInfo); DO_APP_FUNC(0x0128D610, void, BaseField_1_System_Int32__AlignLabel, (BaseField_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0128B400, Rect, BaseField_1_System_Int32__GetTooltipRect, (BaseField_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0128D030, void, BaseField_1_System_Int32__OnAttachToPanel, (BaseField_1_System_Int32_ * __this, AttachToPanelEvent * e, MethodInfo * method)); DO_APP_FUNC(0x0128D280, void, BaseField_1_System_Int32__OnCustomStyleResolved, (BaseField_1_System_Int32_ * __this, CustomStyleResolvedEvent * evt, MethodInfo * method)); DO_APP_FUNC(0x0128AA70, void, BaseField_1_System_Int32__OnInspectorFieldGeometryChanged, (BaseField_1_System_Int32_ * __this, GeometryChangedEvent * e, MethodInfo * method)); DO_APP_FUNC(0x0128DDC0, void, BaseField_1_System_Int32__OnViewDataReady, (BaseField_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0128DD10, void, BaseField_1_System_Int32__SetValueWithoutNotify, (BaseField_1_System_Int32_ * __this, int32_t newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA58D0, BaseField_1_System_Int32__SetValueWithoutNotify__MethodInfo); DO_APP_FUNC(0x0128DCC0, void, BaseField_1_System_Int32__UpdateMixedValueContent, (BaseField_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96588, BaseField_1_System_Int32__UpdateMixedValueContent__MethodInfo); DO_APP_FUNC(0x01289BA0, String *, BaseField_1_System_Int32__get_label, (BaseField_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01289B30, Label *, BaseField_1_System_Int32__get_labelElement, (BaseField_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7158, BaseField_1_System_Int32__get_labelElement__MethodInfo); DO_APP_FUNC(0x0128CB00, Label *, BaseField_1_System_Int32__get_mixedValueLabel, (BaseField_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0128C940, int32_t, BaseField_1_System_Int32__get_rawValue, (BaseField_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01289EF0, bool, BaseField_1_System_Int32__get_showMixedValue, (BaseField_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0128C940, int32_t, BaseField_1_System_Int32__get_value, (BaseField_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01289230, VisualElement *, BaseField_1_System_Int32__get_visualInput, (BaseField_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA77C0, BaseField_1_System_Int32__get_visualInput__MethodInfo); DO_APP_FUNC(0x01289BF0, void, BaseField_1_System_Int32__set_label, (BaseField_1_System_Int32_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01289B40, void, BaseField_1_System_Int32__set_labelElement, (BaseField_1_System_Int32_ * __this, Label * value, MethodInfo * method)); DO_APP_FUNC(0x0128C950, void, BaseField_1_System_Int32__set_rawValue, (BaseField_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0128C960, void, BaseField_1_System_Int32__set_value, (BaseField_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0128C220, void, BaseField_1_System_Int32__set_visualInput, (BaseField_1_System_Int32_ * __this, VisualElement * value, MethodInfo * method)); DO_APP_FUNC(0x01290AE0, void, BaseField_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0128F7F0, void, BaseField_1_System_Object___ctor, (BaseField_1_System_Object_ * __this, String * label, MethodInfo * method)); DO_APP_FUNC(0x0128A430, void, BaseField_1_System_Object___ctor_1, (BaseField_1_System_Object_ * __this, String * label, VisualElement * visualInput, MethodInfo * method)); DO_APP_FUNC(0x01290130, void, BaseField_1_System_Object__AlignLabel, (BaseField_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0128B400, Rect, BaseField_1_System_Object__GetTooltipRect, (BaseField_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0128FB50, void, BaseField_1_System_Object__OnAttachToPanel, (BaseField_1_System_Object_ * __this, AttachToPanelEvent * e, MethodInfo * method)); DO_APP_FUNC(0x0128FDA0, void, BaseField_1_System_Object__OnCustomStyleResolved, (BaseField_1_System_Object_ * __this, CustomStyleResolvedEvent * evt, MethodInfo * method)); DO_APP_FUNC(0x0128AA70, void, BaseField_1_System_Object__OnInspectorFieldGeometryChanged, (BaseField_1_System_Object_ * __this, GeometryChangedEvent * e, MethodInfo * method)); DO_APP_FUNC(0x01290920, void, BaseField_1_System_Object__OnViewDataReady, (BaseField_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01290830, void, BaseField_1_System_Object__SetValueWithoutNotify, (BaseField_1_System_Object_ * __this, Object * newValue, MethodInfo * method)); DO_APP_FUNC(0x012907E0, void, BaseField_1_System_Object__UpdateMixedValueContent, (BaseField_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96580, BaseField_1_System_Object__UpdateMixedValueContent__MethodInfo); DO_APP_FUNC(0x01289BA0, String *, BaseField_1_System_Object__get_label, (BaseField_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01289B30, Label *, BaseField_1_System_Object__get_labelElement, (BaseField_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0128F620, Label *, BaseField_1_System_Object__get_mixedValueLabel, (BaseField_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0128F400, Object *, BaseField_1_System_Object__get_rawValue, (BaseField_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01289EF0, bool, BaseField_1_System_Object__get_showMixedValue, (BaseField_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0128F400, Object *, BaseField_1_System_Object__get_value, (BaseField_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01289230, VisualElement *, BaseField_1_System_Object__get_visualInput, (BaseField_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01289BF0, void, BaseField_1_System_Object__set_label, (BaseField_1_System_Object_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01289B40, void, BaseField_1_System_Object__set_labelElement, (BaseField_1_System_Object_ * __this, Label * value, MethodInfo * method)); DO_APP_FUNC(0x0128F410, void, BaseField_1_System_Object__set_rawValue, (BaseField_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0128F470, void, BaseField_1_System_Object__set_value, (BaseField_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0128ECE0, void, BaseField_1_System_Object__set_visualInput, (BaseField_1_System_Object_ * __this, VisualElement * value, MethodInfo * method)); DO_APP_FUNC(0x012935B0, void, BaseField_1_System_Single___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01292300, void, BaseField_1_System_Single___ctor, (BaseField_1_System_Single_ * __this, String * label, MethodInfo * method)); DO_APP_FUNC(0x0128A430, void, BaseField_1_System_Single___ctor_1, (BaseField_1_System_Single_ * __this, String * label, VisualElement * visualInput, MethodInfo * method)); DO_APP_FUNC(0x01292C40, void, BaseField_1_System_Single__AlignLabel, (BaseField_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0128B400, Rect, BaseField_1_System_Single__GetTooltipRect, (BaseField_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01292660, void, BaseField_1_System_Single__OnAttachToPanel, (BaseField_1_System_Single_ * __this, AttachToPanelEvent * e, MethodInfo * method)); DO_APP_FUNC(0x012928B0, void, BaseField_1_System_Single__OnCustomStyleResolved, (BaseField_1_System_Single_ * __this, CustomStyleResolvedEvent * evt, MethodInfo * method)); DO_APP_FUNC(0x0128AA70, void, BaseField_1_System_Single__OnInspectorFieldGeometryChanged, (BaseField_1_System_Single_ * __this, GeometryChangedEvent * e, MethodInfo * method)); DO_APP_FUNC(0x012933F0, void, BaseField_1_System_Single__OnViewDataReady, (BaseField_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01293340, void, BaseField_1_System_Single__SetValueWithoutNotify, (BaseField_1_System_Single_ * __this, float newValue, MethodInfo * method)); DO_APP_FUNC(0x012932F0, void, BaseField_1_System_Single__UpdateMixedValueContent, (BaseField_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96578, BaseField_1_System_Single__UpdateMixedValueContent__MethodInfo); DO_APP_FUNC(0x01289BA0, String *, BaseField_1_System_Single__get_label, (BaseField_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01289B30, Label *, BaseField_1_System_Single__get_labelElement, (BaseField_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7220, BaseField_1_System_Single__get_labelElement__MethodInfo); DO_APP_FUNC(0x01292130, Label *, BaseField_1_System_Single__get_mixedValueLabel, (BaseField_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01291F60, float, BaseField_1_System_Single__get_rawValue, (BaseField_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01289EF0, bool, BaseField_1_System_Single__get_showMixedValue, (BaseField_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01291F60, float, BaseField_1_System_Single__get_value, (BaseField_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01289230, VisualElement *, BaseField_1_System_Single__get_visualInput, (BaseField_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7228, BaseField_1_System_Single__get_visualInput__MethodInfo); DO_APP_FUNC(0x01289BF0, void, BaseField_1_System_Single__set_label, (BaseField_1_System_Single_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01289B40, void, BaseField_1_System_Single__set_labelElement, (BaseField_1_System_Single_ * __this, Label * value, MethodInfo * method)); DO_APP_FUNC(0x01291F70, void, BaseField_1_System_Single__set_rawValue, (BaseField_1_System_Single_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01291F80, void, BaseField_1_System_Single__set_value, (BaseField_1_System_Single_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01291840, void, BaseField_1_System_Single__set_visualInput, (BaseField_1_System_Single_ * __this, VisualElement * value, MethodInfo * method)); DO_APP_FUNC(0x01296110, void, BaseField_1_UnityEngine_Vector2___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01294E10, void, BaseField_1_UnityEngine_Vector2___ctor, (BaseField_1_UnityEngine_Vector2_ * __this, String * label, MethodInfo * method)); DO_APP_FUNC(0x0128A430, void, BaseField_1_UnityEngine_Vector2___ctor_1, (BaseField_1_UnityEngine_Vector2_ * __this, String * label, VisualElement * visualInput, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5208, BaseField_1_UnityEngine_Vector2___ctor_1__MethodInfo); DO_APP_FUNC(0x01295750, void, BaseField_1_UnityEngine_Vector2__AlignLabel, (BaseField_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0128B400, Rect, BaseField_1_UnityEngine_Vector2__GetTooltipRect, (BaseField_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01295170, void, BaseField_1_UnityEngine_Vector2__OnAttachToPanel, (BaseField_1_UnityEngine_Vector2_ * __this, AttachToPanelEvent * e, MethodInfo * method)); DO_APP_FUNC(0x012953C0, void, BaseField_1_UnityEngine_Vector2__OnCustomStyleResolved, (BaseField_1_UnityEngine_Vector2_ * __this, CustomStyleResolvedEvent * evt, MethodInfo * method)); DO_APP_FUNC(0x0128AA70, void, BaseField_1_UnityEngine_Vector2__OnInspectorFieldGeometryChanged, (BaseField_1_UnityEngine_Vector2_ * __this, GeometryChangedEvent * e, MethodInfo * method)); DO_APP_FUNC(0x01295F00, void, BaseField_1_UnityEngine_Vector2__OnViewDataReady, (BaseField_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01295E50, void, BaseField_1_UnityEngine_Vector2__SetValueWithoutNotify, (BaseField_1_UnityEngine_Vector2_ * __this, Vector2 newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA51E8, BaseField_1_UnityEngine_Vector2__SetValueWithoutNotify__MethodInfo); DO_APP_FUNC(0x01295E00, void, BaseField_1_UnityEngine_Vector2__UpdateMixedValueContent, (BaseField_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96570, BaseField_1_UnityEngine_Vector2__UpdateMixedValueContent__MethodInfo); DO_APP_FUNC(0x01289BA0, String *, BaseField_1_UnityEngine_Vector2__get_label, (BaseField_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01289B30, Label *, BaseField_1_UnityEngine_Vector2__get_labelElement, (BaseField_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5070, BaseField_1_UnityEngine_Vector2__get_labelElement__MethodInfo); DO_APP_FUNC(0x01294C40, Label *, BaseField_1_UnityEngine_Vector2__get_mixedValueLabel, (BaseField_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01294A30, Vector2, BaseField_1_UnityEngine_Vector2__get_rawValue, (BaseField_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA51A0, BaseField_1_UnityEngine_Vector2__get_rawValue__MethodInfo); DO_APP_FUNC(0x01289EF0, bool, BaseField_1_UnityEngine_Vector2__get_showMixedValue, (BaseField_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01294A30, Vector2, BaseField_1_UnityEngine_Vector2__get_value, (BaseField_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5188, BaseField_1_UnityEngine_Vector2__get_value__MethodInfo); DO_APP_FUNC(0x01289230, VisualElement *, BaseField_1_UnityEngine_Vector2__get_visualInput, (BaseField_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5080, BaseField_1_UnityEngine_Vector2__get_visualInput__MethodInfo); DO_APP_FUNC(0x01289BF0, void, BaseField_1_UnityEngine_Vector2__set_label, (BaseField_1_UnityEngine_Vector2_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x01289B40, void, BaseField_1_UnityEngine_Vector2__set_labelElement, (BaseField_1_UnityEngine_Vector2_ * __this, Label * value, MethodInfo * method)); DO_APP_FUNC(0x01294A50, void, BaseField_1_UnityEngine_Vector2__set_rawValue, (BaseField_1_UnityEngine_Vector2_ * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5060, BaseField_1_UnityEngine_Vector2__set_rawValue__MethodInfo); DO_APP_FUNC(0x01294A60, void, BaseField_1_UnityEngine_Vector2__set_value, (BaseField_1_UnityEngine_Vector2_ * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA51B0, BaseField_1_UnityEngine_Vector2__set_value__MethodInfo); DO_APP_FUNC(0x01294310, void, BaseField_1_UnityEngine_Vector2__set_visualInput, (BaseField_1_UnityEngine_Vector2_ * __this, VisualElement * value, MethodInfo * method)); DO_APP_FUNC(0x01297810, void, BaseManager_2_System_Object_System_Object___ctor, (BaseManager_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseManager_2_System_Object_System_Object__Start, (BaseManager_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01297440, String *, BaseManager_2_System_Object_System_Object__Unmark, (BaseManager_2_System_Object_System_Object_ * __this, String * text, String * prefix, String * postfix, MethodInfo * method)); DO_APP_FUNC(0x01296EA0, void, BaseManager_2_System_Object_System_Object__add_OnContainsComplete, (BaseManager_2_System_Object_System_Object_ * __this, ContainsComplete * value, MethodInfo * method)); DO_APP_FUNC(0x01297080, void, BaseManager_2_System_Object_System_Object__add_OnGetAllComplete, (BaseManager_2_System_Object_System_Object_ * __this, GetAllComplete * value, MethodInfo * method)); DO_APP_FUNC(0x01297260, void, BaseManager_2_System_Object_System_Object__add_OnReplaceAllComplete, (BaseManager_2_System_Object_System_Object_ * __this, ReplaceAllComplete * value, MethodInfo * method)); DO_APP_FUNC(0x01296E70, bool, BaseManager_2_System_Object_System_Object__get_isReady, (BaseManager_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01297480, void, BaseManager_2_System_Object_System_Object__onContainsComplete, (BaseManager_2_System_Object_System_Object_ * __this, String * text, bool result, MethodInfo * method)); DO_APP_FUNC(0x01297550, void, BaseManager_2_System_Object_System_Object__onGetAllComplete, (BaseManager_2_System_Object_System_Object_ * __this, String * text, List_1_System_String_ * badWords, MethodInfo * method)); DO_APP_FUNC(0x01297740, void, BaseManager_2_System_Object_System_Object__onReplaceAllComplete, (BaseManager_2_System_Object_System_Object_ * __this, String * originalText, String * cleanText, MethodInfo * method)); DO_APP_FUNC(0x01296F90, void, BaseManager_2_System_Object_System_Object__remove_OnContainsComplete, (BaseManager_2_System_Object_System_Object_ * __this, ContainsComplete * value, MethodInfo * method)); DO_APP_FUNC(0x01297170, void, BaseManager_2_System_Object_System_Object__remove_OnGetAllComplete, (BaseManager_2_System_Object_System_Object_ * __this, GetAllComplete * value, MethodInfo * method)); DO_APP_FUNC(0x01297350, void, BaseManager_2_System_Object_System_Object__remove_OnReplaceAllComplete, (BaseManager_2_System_Object_System_Object_ * __this, ReplaceAllComplete * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object___ctor, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01297BF0, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object__OnGraphStop, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object_ * __this, Playable playable, MethodInfo * method)); DO_APP_FUNC(0x01297880, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object__ProcessFrame, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object_ * __this, Playable playable, FrameData info, Object * playerData, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Object *, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object__get_Default, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object__get_FirstFrameHappened, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object__set_Default, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object__set_FirstFrameHappened, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_System_Single_System_Object___ctor, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_System_Single_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01298010, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_System_Single_System_Object__OnGraphStop, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_System_Single_System_Object_ * __this, Playable playable, MethodInfo * method)); DO_APP_FUNC(0x01297CA0, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_System_Single_System_Object__ProcessFrame, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_System_Single_System_Object_ * __this, Playable playable, FrameData info, Object * playerData, MethodInfo * method)); DO_APP_FUNC(0x003CA9C0, float, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_System_Single_System_Object__get_Default, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_System_Single_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_System_Single_System_Object__get_FirstFrameHappened, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_System_Single_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA9D0, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_System_Single_System_Object__set_Default, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_System_Single_System_Object_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_System_Single_System_Object__set_FirstFrameHappened, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_System_Single_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_System_Object___ctor, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01298660, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_System_Object__OnGraphStop, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_System_Object_ * __this, Playable playable, MethodInfo * method)); DO_APP_FUNC(0x012981C0, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_System_Object__ProcessFrame, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_System_Object_ * __this, Playable playable, FrameData info, Object * playerData, MethodInfo * method)); DO_APP_FUNC(0x012980B0, DecalSettingsDataContainer_DecalSettingsData, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_System_Object__get_Default, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_System_Object__get_FirstFrameHappened, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01298140, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_System_Object__set_Default, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_System_Object_ * __this, DecalSettingsDataContainer_DecalSettingsData value, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_System_Object__set_FirstFrameHappened, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_System_Object_System_Object_System_Object_System_Object_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseMixer_1_System_Boolean___ctor, (BaseMixer_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC67B8, BaseMixer_1_System_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x01298790, void, BaseMixer_1_System_Boolean__Mix, (BaseMixer_1_System_Boolean_ * __this, float weight, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96560, BaseMixer_1_System_Boolean__Mix__MethodInfo); DO_APP_FUNC(0x01298810, bool, BaseMixer_1_System_Boolean__Result, (BaseMixer_1_System_Boolean_ * __this, bool defaultValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96530, BaseMixer_1_System_Boolean__Result__MethodInfo); DO_APP_FUNC(0x003BAD40, void, BaseMixer_1_System_Boolean__Start, (BaseMixer_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC67C0, BaseMixer_1_System_Boolean__Start__MethodInfo); DO_APP_FUNC(0x003AC050, void, BaseMixer_1_System_Object___ctor, (BaseMixer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01298890, void, BaseMixer_1_System_Object__Mix, (BaseMixer_1_System_Object_ * __this, float weight, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96548, BaseMixer_1_System_Object__Mix__MethodInfo); DO_APP_FUNC(0x01298910, Object *, BaseMixer_1_System_Object__Result, (BaseMixer_1_System_Object_ * __this, Object * defaultValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96540, BaseMixer_1_System_Object__Result__MethodInfo); DO_APP_FUNC(0x003BAD40, void, BaseMixer_1_System_Object__Start, (BaseMixer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseMixer_1_System_Single___ctor, (BaseMixer_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC67A8, BaseMixer_1_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x01298990, void, BaseMixer_1_System_Single__Mix, (BaseMixer_1_System_Single_ * __this, float weight, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC68D0, BaseMixer_1_System_Single__Mix__MethodInfo); DO_APP_FUNC(0x01298A10, float, BaseMixer_1_System_Single__Result, (BaseMixer_1_System_Single_ * __this, float defaultValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC68B8, BaseMixer_1_System_Single__Result__MethodInfo); DO_APP_FUNC(0x003BAD40, void, BaseMixer_1_System_Single__Start, (BaseMixer_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC67B0, BaseMixer_1_System_Single__Start__MethodInfo); DO_APP_FUNC(0x003AC050, void, BaseMixer_1_UnityEngine_Vector2___ctor, (BaseMixer_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6798, BaseMixer_1_UnityEngine_Vector2___ctor__MethodInfo); DO_APP_FUNC(0x01298A90, void, BaseMixer_1_UnityEngine_Vector2__Mix, (BaseMixer_1_UnityEngine_Vector2_ * __this, float weight, Vector2 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6828, BaseMixer_1_UnityEngine_Vector2__Mix__MethodInfo); DO_APP_FUNC(0x01298B10, Vector2, BaseMixer_1_UnityEngine_Vector2__Result, (BaseMixer_1_UnityEngine_Vector2_ * __this, Vector2 defaultValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6820, BaseMixer_1_UnityEngine_Vector2__Result__MethodInfo); DO_APP_FUNC(0x003BAD40, void, BaseMixer_1_UnityEngine_Vector2__Start, (BaseMixer_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC67A0, BaseMixer_1_UnityEngine_Vector2__Start__MethodInfo); DO_APP_FUNC(0x003AC050, void, BaseMixer_1_UnityEngine_Vector4___ctor, (BaseMixer_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6788, BaseMixer_1_UnityEngine_Vector4___ctor__MethodInfo); DO_APP_FUNC(0x01298B90, void, BaseMixer_1_UnityEngine_Vector4__Mix, (BaseMixer_1_UnityEngine_Vector4_ * __this, float weight, Vector4 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96558, BaseMixer_1_UnityEngine_Vector4__Mix__MethodInfo); DO_APP_FUNC(0x01298C20, Vector4, BaseMixer_1_UnityEngine_Vector4__Result, (BaseMixer_1_UnityEngine_Vector4_ * __this, Vector4 defaultValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96550, BaseMixer_1_UnityEngine_Vector4__Result__MethodInfo); DO_APP_FUNC(0x003BAD40, void, BaseMixer_1_UnityEngine_Vector4__Start, (BaseMixer_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6790, BaseMixer_1_UnityEngine_Vector4__Start__MethodInfo); DO_APP_FUNC(0x003AC050, void, BaseMixer_1_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalLayerChannelData___ctor, (BaseMixer_1_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalLayerChannelData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6818, BaseMixer_1_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalLayerChannelData___ctor__MethodInfo); DO_APP_FUNC(0x01298CC0, void, BaseMixer_1_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalLayerChannelData__Mix, (BaseMixer_1_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalLayerChannelData_ * __this, float weight, DecalSettingsDataContainer_DecalLayerChannelData value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6858, BaseMixer_1_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalLayerChannelData__Mix__MethodInfo); DO_APP_FUNC(0x01298D50, DecalSettingsDataContainer_DecalLayerChannelData, BaseMixer_1_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalLayerChannelData__Result, (BaseMixer_1_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalLayerChannelData_ * __this, DecalSettingsDataContainer_DecalLayerChannelData defaultValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6850, BaseMixer_1_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalLayerChannelData__Result__MethodInfo); DO_APP_FUNC(0x003BAD40, void, BaseMixer_1_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalLayerChannelData__Start, (BaseMixer_1_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalLayerChannelData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6830, BaseMixer_1_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalLayerChannelData__Start__MethodInfo); DO_APP_FUNC(0x003AC050, void, BaseMixer_1_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalLayerData___ctor, (BaseMixer_1_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalLayerData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6848, BaseMixer_1_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalLayerData___ctor__MethodInfo); DO_APP_FUNC(0x01298DF0, void, BaseMixer_1_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalLayerData__Mix, (BaseMixer_1_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalLayerData_ * __this, float weight, DecalSettingsDataContainer_DecalLayerData value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC68C8, BaseMixer_1_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalLayerData__Mix__MethodInfo); DO_APP_FUNC(0x01298EB0, DecalSettingsDataContainer_DecalLayerData, BaseMixer_1_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalLayerData__Result, (BaseMixer_1_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalLayerData_ * __this, DecalSettingsDataContainer_DecalLayerData defaultValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC68C0, BaseMixer_1_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalLayerData__Result__MethodInfo); DO_APP_FUNC(0x003BAD40, void, BaseMixer_1_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalLayerData__Start, (BaseMixer_1_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalLayerData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6860, BaseMixer_1_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalLayerData__Start__MethodInfo); DO_APP_FUNC(0x01299E20, void, BaseProximityTrigger_1_System_Object___ctor, (BaseProximityTrigger_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01299EB0, bool, BaseProximityTrigger_1_System_Object___OnValidate_b__21_0, (BaseProximityTrigger_1_System_Object_ * __this, VoiceProximityBroadcastTrigger * a, MethodInfo * method)); DO_APP_FUNC(0x01299F90, bool, BaseProximityTrigger_1_System_Object___OnValidate_b__21_1, (BaseProximityTrigger_1_System_Object_ * __this, VoiceProximityReceiptTrigger * a, MethodInfo * method)); DO_APP_FUNC(0x01299930, bool, BaseProximityTrigger_1_System_Object__AllowJoin, (BaseProximityTrigger_1_System_Object_ * __this, Vector3Int id, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, BaseProximityTrigger_1_System_Object__AllowJoin_1, (BaseProximityTrigger_1_System_Object_ * __this, VoicePlayerState * player, Vector3Int id, MethodInfo * method)); DO_APP_FUNC(0x01299910, void, BaseProximityTrigger_1_System_Object__CloseChannels, (BaseProximityTrigger_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01299970, Bounds, BaseProximityTrigger_1_System_Object__GetCellBounds, (BaseProximityTrigger_1_System_Object_ * __this, Vector3Int id, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, BaseProximityTrigger_1_System_Object__IsUserActivated, (BaseProximityTrigger_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012998D0, void, BaseProximityTrigger_1_System_Object__OnDestroy, (BaseProximityTrigger_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012998A0, void, BaseProximityTrigger_1_System_Object__OnDisable, (BaseProximityTrigger_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01299E00, void, BaseProximityTrigger_1_System_Object__OnDrawGizmosSelected, (BaseProximityTrigger_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012991C0, void, BaseProximityTrigger_1_System_Object__OnValidate, (BaseProximityTrigger_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01299820, void, BaseProximityTrigger_1_System_Object__Start, (BaseProximityTrigger_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01299B30, void, BaseProximityTrigger_1_System_Object__Update, (BaseProximityTrigger_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01299180, int32_t, BaseProximityTrigger_1_System_Object__get_ActiveChannelCount, (BaseProximityTrigger_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01299040, bool, BaseProximityTrigger_1_System_Object__get_CanTrigger, (BaseProximityTrigger_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5400, int32_t, BaseProximityTrigger_1_System_Object__get_Range, (BaseProximityTrigger_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, BaseProximityTrigger_1_System_Object__get_RoomName, (BaseProximityTrigger_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01298FA0, float, BaseProximityTrigger_1_System_Object__get_Size, (BaseProximityTrigger_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00531160, bool, BaseProximityTrigger_1_System_Object__get_UseColliderTrigger, (BaseProximityTrigger_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01298FB0, void, BaseProximityTrigger_1_System_Object__set_Range, (BaseProximityTrigger_1_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01298FD0, void, BaseProximityTrigger_1_System_Object__set_RoomName, (BaseProximityTrigger_1_System_Object_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00531170, void, BaseProximityTrigger_1_System_Object__set_UseColliderTrigger, (BaseProximityTrigger_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0129AAE0, void, BaseProximityTrigger_1_RoomChannel___ctor, (BaseProximityTrigger_1_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56EC0, BaseProximityTrigger_1_RoomChannel___ctor__MethodInfo); DO_APP_FUNC(0x0129AB70, bool, BaseProximityTrigger_1_RoomChannel___OnValidate_b__21_0, (BaseProximityTrigger_1_RoomChannel_ * __this, VoiceProximityBroadcastTrigger * a, MethodInfo * method)); DO_APP_FUNC(0x0129AC50, bool, BaseProximityTrigger_1_RoomChannel___OnValidate_b__21_1, (BaseProximityTrigger_1_RoomChannel_ * __this, VoiceProximityReceiptTrigger * a, MethodInfo * method)); DO_APP_FUNC(0x01299930, bool, BaseProximityTrigger_1_RoomChannel__AllowJoin, (BaseProximityTrigger_1_RoomChannel_ * __this, Vector3Int id, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, BaseProximityTrigger_1_RoomChannel__AllowJoin_1, (BaseProximityTrigger_1_RoomChannel_ * __this, VoicePlayerState * player, Vector3Int id, MethodInfo * method)); DO_APP_FUNC(0x01299910, void, BaseProximityTrigger_1_RoomChannel__CloseChannels, (BaseProximityTrigger_1_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56F98, BaseProximityTrigger_1_RoomChannel__CloseChannels__MethodInfo); DO_APP_FUNC(0x01299970, Bounds, BaseProximityTrigger_1_RoomChannel__GetCellBounds, (BaseProximityTrigger_1_RoomChannel_ * __this, Vector3Int id, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, BaseProximityTrigger_1_RoomChannel__IsUserActivated, (BaseProximityTrigger_1_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012998D0, void, BaseProximityTrigger_1_RoomChannel__OnDestroy, (BaseProximityTrigger_1_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56F48, BaseProximityTrigger_1_RoomChannel__OnDestroy__MethodInfo); DO_APP_FUNC(0x012998A0, void, BaseProximityTrigger_1_RoomChannel__OnDisable, (BaseProximityTrigger_1_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56F28, BaseProximityTrigger_1_RoomChannel__OnDisable__MethodInfo); DO_APP_FUNC(0x01299E00, void, BaseProximityTrigger_1_RoomChannel__OnDrawGizmosSelected, (BaseProximityTrigger_1_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129A1B0, void, BaseProximityTrigger_1_RoomChannel__OnValidate, (BaseProximityTrigger_1_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01299820, void, BaseProximityTrigger_1_RoomChannel__Start, (BaseProximityTrigger_1_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129A810, void, BaseProximityTrigger_1_RoomChannel__Update, (BaseProximityTrigger_1_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56F18, BaseProximityTrigger_1_RoomChannel__Update__MethodInfo); DO_APP_FUNC(0x01299180, int32_t, BaseProximityTrigger_1_RoomChannel__get_ActiveChannelCount, (BaseProximityTrigger_1_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56F80, BaseProximityTrigger_1_RoomChannel__get_ActiveChannelCount__MethodInfo); DO_APP_FUNC(0x0129A070, bool, BaseProximityTrigger_1_RoomChannel__get_CanTrigger, (BaseProximityTrigger_1_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56F70, BaseProximityTrigger_1_RoomChannel__get_CanTrigger__MethodInfo); DO_APP_FUNC(0x003C5400, int32_t, BaseProximityTrigger_1_RoomChannel__get_Range, (BaseProximityTrigger_1_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, BaseProximityTrigger_1_RoomChannel__get_RoomName, (BaseProximityTrigger_1_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96490, BaseProximityTrigger_1_RoomChannel__get_RoomName__MethodInfo); DO_APP_FUNC(0x01298FA0, float, BaseProximityTrigger_1_RoomChannel__get_Size, (BaseProximityTrigger_1_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00531160, bool, BaseProximityTrigger_1_RoomChannel__get_UseColliderTrigger, (BaseProximityTrigger_1_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01298FB0, void, BaseProximityTrigger_1_RoomChannel__set_Range, (BaseProximityTrigger_1_RoomChannel_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96518, BaseProximityTrigger_1_RoomChannel__set_Range__MethodInfo); DO_APP_FUNC(0x01298FD0, void, BaseProximityTrigger_1_RoomChannel__set_RoomName, (BaseProximityTrigger_1_RoomChannel_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00531170, void, BaseProximityTrigger_1_RoomChannel__set_UseColliderTrigger, (BaseProximityTrigger_1_RoomChannel_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0129B7A0, void, BaseProximityTrigger_1_RoomMembership___ctor, (BaseProximityTrigger_1_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56E88, BaseProximityTrigger_1_RoomMembership___ctor__MethodInfo); DO_APP_FUNC(0x0129B830, bool, BaseProximityTrigger_1_RoomMembership___OnValidate_b__21_0, (BaseProximityTrigger_1_RoomMembership_ * __this, VoiceProximityBroadcastTrigger * a, MethodInfo * method)); DO_APP_FUNC(0x0129B910, bool, BaseProximityTrigger_1_RoomMembership___OnValidate_b__21_1, (BaseProximityTrigger_1_RoomMembership_ * __this, VoiceProximityReceiptTrigger * a, MethodInfo * method)); DO_APP_FUNC(0x01299930, bool, BaseProximityTrigger_1_RoomMembership__AllowJoin, (BaseProximityTrigger_1_RoomMembership_ * __this, Vector3Int id, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, BaseProximityTrigger_1_RoomMembership__AllowJoin_1, (BaseProximityTrigger_1_RoomMembership_ * __this, VoicePlayerState * player, Vector3Int id, MethodInfo * method)); DO_APP_FUNC(0x01299910, void, BaseProximityTrigger_1_RoomMembership__CloseChannels, (BaseProximityTrigger_1_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01299970, Bounds, BaseProximityTrigger_1_RoomMembership__GetCellBounds, (BaseProximityTrigger_1_RoomMembership_ * __this, Vector3Int id, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, BaseProximityTrigger_1_RoomMembership__IsUserActivated, (BaseProximityTrigger_1_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012998D0, void, BaseProximityTrigger_1_RoomMembership__OnDestroy, (BaseProximityTrigger_1_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012998A0, void, BaseProximityTrigger_1_RoomMembership__OnDisable, (BaseProximityTrigger_1_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01299E00, void, BaseProximityTrigger_1_RoomMembership__OnDrawGizmosSelected, (BaseProximityTrigger_1_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129AE70, void, BaseProximityTrigger_1_RoomMembership__OnValidate, (BaseProximityTrigger_1_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01299820, void, BaseProximityTrigger_1_RoomMembership__Start, (BaseProximityTrigger_1_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129B4D0, void, BaseProximityTrigger_1_RoomMembership__Update, (BaseProximityTrigger_1_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01299180, int32_t, BaseProximityTrigger_1_RoomMembership__get_ActiveChannelCount, (BaseProximityTrigger_1_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129AD30, bool, BaseProximityTrigger_1_RoomMembership__get_CanTrigger, (BaseProximityTrigger_1_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5400, int32_t, BaseProximityTrigger_1_RoomMembership__get_Range, (BaseProximityTrigger_1_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, String *, BaseProximityTrigger_1_RoomMembership__get_RoomName, (BaseProximityTrigger_1_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96498, BaseProximityTrigger_1_RoomMembership__get_RoomName__MethodInfo); DO_APP_FUNC(0x01298FA0, float, BaseProximityTrigger_1_RoomMembership__get_Size, (BaseProximityTrigger_1_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00531160, bool, BaseProximityTrigger_1_RoomMembership__get_UseColliderTrigger, (BaseProximityTrigger_1_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01298FB0, void, BaseProximityTrigger_1_RoomMembership__set_Range, (BaseProximityTrigger_1_RoomMembership_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96510, BaseProximityTrigger_1_RoomMembership__set_Range__MethodInfo); DO_APP_FUNC(0x01298FD0, void, BaseProximityTrigger_1_RoomMembership__set_RoomName, (BaseProximityTrigger_1_RoomMembership_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x00531170, void, BaseProximityTrigger_1_RoomMembership__set_UseColliderTrigger, (BaseProximityTrigger_1_RoomMembership_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0129B9F0, void, BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__AddClient, (BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * client, MethodInfo * method)); DO_APP_FUNC(0x0129D210, bool, BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__CheckSessionId, (BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, PacketReader * reader, BoltPeer source, MethodInfo * method)); DO_APP_FUNC(0x0129C470, void, BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__ClientDisconnected, (BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer connection, MethodInfo * method)); DO_APP_FUNC(0x0129C390, void, BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__Connect, (BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129C3F0, void, BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__Disconnect, (BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129D4E0, void, BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__Dissonance_Networking_Server_IServer_TPeer__AddClient, (BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * client, MethodInfo * method)); DO_APP_FUNC(0x0129CA50, void, BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__Dissonance_Networking_Server_IServer_TPeer__SendReliable, (BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer connection, ArraySegment_1_Byte_ packet, MethodInfo * method)); DO_APP_FUNC(0x012852D0, void, BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__Dissonance_Networking_Server_IServer_TPeer__SendReliable_1, (BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * connections, ArraySegment_1_Byte_ packet, MethodInfo * method)); DO_APP_FUNC(0x012852A0, void, BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__Dissonance_Networking_Server_IServer_TPeer__SendUnreliable, (BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * connections, ArraySegment_1_Byte_ packet, MethodInfo * method)); DO_APP_FUNC(0x01283150, void, BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__FatalError, (BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, String * reason, MethodInfo * method)); DO_APP_FUNC(0x0129CB50, void, BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__NetworkReceivedPacket, (BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer source, ArraySegment_1_Byte_ data, MethodInfo * method)); DO_APP_FUNC(0x0129C580, bool, BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__RunUpdate, (BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129C850, void, BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__SendReliable, (BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * connections, ArraySegment_1_Byte_ packet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96440, BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__SendReliable__MethodInfo); DO_APP_FUNC(0x0129C650, void, BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__SendUnreliable, (BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * connections, ArraySegment_1_Byte_ packet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96468, BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__SendUnreliable__MethodInfo); DO_APP_FUNC(0x0129C500, ServerState__Enum, BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__Update, (BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, TrafficCounter *, BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__get_RecvClientState, (BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, TrafficCounter *, BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__get_RecvDeltaChannelState, (BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, TrafficCounter *, BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__get_RecvHandshakeRequest, (BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, TrafficCounter *, BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__get_RecvPacketRelay, (BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, TrafficCounter *, BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__get_SentTraffic, (BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, IServerAdmin *, BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__get_ServerAdmin, (BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A6C0, uint32_t, BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__get_SessionId, (BaseServer_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012A1A80, void, BaseSlider_1_System_Int32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0129DE20, void, BaseSlider_1_System_Int32___ctor, (BaseSlider_1_System_Int32_ * __this, String * label, int32_t start, int32_t end, SliderDirection__Enum direction, float pageSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7148, BaseSlider_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x012A01D0, void, BaseSlider_1_System_Int32__AdjustDragElement, (BaseSlider_1_System_Int32_ * __this, float factor, MethodInfo * method)); DO_APP_FUNC(0x0129D9B0, int32_t, BaseSlider_1_System_Int32__Clamp, (BaseSlider_1_System_Int32_ * __this, int32_t value, int32_t lowBound, int32_t highBound, MethodInfo * method)); DO_APP_FUNC(0x0129E9C0, void, BaseSlider_1_System_Int32__ClampValue, (BaseSlider_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129FD70, void, BaseSlider_1_System_Int32__ComputeValueAndDirectionFromClick, (BaseSlider_1_System_Int32_ * __this, float sliderLength, float dragElementLength, float dragElementPos, float dragElementLastPos, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7078, BaseSlider_1_System_Int32__ComputeValueAndDirectionFromClick__MethodInfo); DO_APP_FUNC(0x0129ED90, void, BaseSlider_1_System_Int32__ComputeValueAndDirectionFromDrag, (BaseSlider_1_System_Int32_ * __this, float sliderLength, float dragElementLength, float dragElementPos, MethodInfo * method)); DO_APP_FUNC(0x012A0EC0, void, BaseSlider_1_System_Int32__ExecuteDefaultAction, (BaseSlider_1_System_Int32_ * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x0129D9D0, int32_t, BaseSlider_1_System_Int32__GetClampedValue, (BaseSlider_1_System_Int32_ * __this, int32_t newValue, MethodInfo * method)); DO_APP_FUNC(0x0129E950, float, BaseSlider_1_System_Int32__GetClosestPowerOfTen, (float positiveNumber, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7088, BaseSlider_1_System_Int32__GetClosestPowerOfTen__MethodInfo); DO_APP_FUNC(0x0129FAA0, void, BaseSlider_1_System_Int32__OnKeyDown, (BaseSlider_1_System_Int32_ * __this, KeyDownEvent * evt, MethodInfo * method)); DO_APP_FUNC(0x012A17F0, void, BaseSlider_1_System_Int32__OnTextFieldFocusOut, (BaseSlider_1_System_Int32_ * __this, FocusOutEvent * evt, MethodInfo * method)); DO_APP_FUNC(0x012A1810, void, BaseSlider_1_System_Int32__OnTextFieldValueChange, (BaseSlider_1_System_Int32_ * __this, ChangeEvent_1_System_String_ * evt, MethodInfo * method)); DO_APP_FUNC(0x012A0790, void, BaseSlider_1_System_Int32__OnViewDataReady, (BaseSlider_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129E990, float, BaseSlider_1_System_Int32__RoundToMultipleOf, (float value, float roundingValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA70C8, BaseSlider_1_System_Int32__RoundToMultipleOf__MethodInfo); DO_APP_FUNC(0x012A07F0, bool, BaseSlider_1_System_Int32__SameValues, (BaseSlider_1_System_Int32_ * __this, float a, float b, float epsilon, MethodInfo * method)); DO_APP_FUNC(0x0129D7F0, void, BaseSlider_1_System_Int32__SetHighValueWithoutNotify, (BaseSlider_1_System_Int32_ * __this, int32_t newHighValue, MethodInfo * method)); DO_APP_FUNC(0x0129EEF0, void, BaseSlider_1_System_Int32__SetSliderValueFromClick, (BaseSlider_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129EB00, void, BaseSlider_1_System_Int32__SetSliderValueFromDrag, (BaseSlider_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129DB90, void, BaseSlider_1_System_Int32__SetValueWithoutNotify, (BaseSlider_1_System_Int32_ * __this, int32_t newValue, MethodInfo * method)); DO_APP_FUNC(0x0129EA20, int32_t, BaseSlider_1_System_Int32__SliderLerpDirectionalUnclamped, (BaseSlider_1_System_Int32_ * __this, int32_t a, int32_t b, float positionInterpolant, MethodInfo * method)); DO_APP_FUNC(0x012A0810, void, BaseSlider_1_System_Int32__UpdateDragElementPosition, (BaseSlider_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012A0710, void, BaseSlider_1_System_Int32__UpdateDragElementPosition_1, (BaseSlider_1_System_Int32_ * __this, GeometryChangedEvent * evt, MethodInfo * method)); DO_APP_FUNC(0x012A1960, void, BaseSlider_1_System_Int32__UpdateMixedValueContent, (BaseSlider_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012A15C0, void, BaseSlider_1_System_Int32__UpdateTextFieldValue, (BaseSlider_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012A1000, void, BaseSlider_1_System_Int32__UpdateTextFieldVisibility, (BaseSlider_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129D920, bool, BaseSlider_1_System_Int32__get_clamped, (BaseSlider_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129D940, ClampedDragger_1_System_Int32_ *, BaseSlider_1_System_Int32__get_clampedDragger, (BaseSlider_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7068, BaseSlider_1_System_Int32__get_clampedDragger__MethodInfo); DO_APP_FUNC(0x0129DC70, SliderDirection__Enum, BaseSlider_1_System_Int32__get_direction, (BaseSlider_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7070, BaseSlider_1_System_Int32__get_direction__MethodInfo); DO_APP_FUNC(0x0129D5D0, VisualElement *, BaseSlider_1_System_Int32__get_dragBorderElement, (BaseSlider_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129D500, VisualElement *, BaseSlider_1_System_Int32__get_dragContainer, (BaseSlider_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01143420, VisualElement *, BaseSlider_1_System_Int32__get_dragElement, (BaseSlider_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129D720, int32_t, BaseSlider_1_System_Int32__get_highValue, (BaseSlider_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA70A8, BaseSlider_1_System_Int32__get_highValue__MethodInfo); DO_APP_FUNC(0x0129D5E0, TextField *, BaseSlider_1_System_Int32__get_inputTextField, (BaseSlider_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129DDE0, bool, BaseSlider_1_System_Int32__get_inverted, (BaseSlider_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA70B0, BaseSlider_1_System_Int32__get_inverted__MethodInfo); DO_APP_FUNC(0x0129D650, int32_t, BaseSlider_1_System_Int32__get_lowValue, (BaseSlider_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7098, BaseSlider_1_System_Int32__get_lowValue__MethodInfo); DO_APP_FUNC(0x0129D8C0, float, BaseSlider_1_System_Int32__get_pageSize, (BaseSlider_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7138, BaseSlider_1_System_Int32__get_pageSize__MethodInfo); DO_APP_FUNC(0x0129D8E0, bool, BaseSlider_1_System_Int32__get_showInputField, (BaseSlider_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129DAA0, int32_t, BaseSlider_1_System_Int32__get_value, (BaseSlider_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129D930, void, BaseSlider_1_System_Int32__set_clamped, (BaseSlider_1_System_Int32_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0129D950, void, BaseSlider_1_System_Int32__set_clampedDragger, (BaseSlider_1_System_Int32_ * __this, ClampedDragger_1_System_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x0129DC80, void, BaseSlider_1_System_Int32__set_direction, (BaseSlider_1_System_Int32_ * __this, SliderDirection__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA70E8, BaseSlider_1_System_Int32__set_direction__MethodInfo); DO_APP_FUNC(0x01143430, void, BaseSlider_1_System_Int32__set_dragBorderElement, (BaseSlider_1_System_Int32_ * __this, VisualElement * value, MethodInfo * method)); DO_APP_FUNC(0x0129D510, void, BaseSlider_1_System_Int32__set_dragContainer, (BaseSlider_1_System_Int32_ * __this, VisualElement * value, MethodInfo * method)); DO_APP_FUNC(0x0129D570, void, BaseSlider_1_System_Int32__set_dragElement, (BaseSlider_1_System_Int32_ * __this, VisualElement * value, MethodInfo * method)); DO_APP_FUNC(0x0129D730, void, BaseSlider_1_System_Int32__set_highValue, (BaseSlider_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA70D8, BaseSlider_1_System_Int32__set_highValue__MethodInfo); DO_APP_FUNC(0x0129D5F0, void, BaseSlider_1_System_Int32__set_inputTextField, (BaseSlider_1_System_Int32_ * __this, TextField * value, MethodInfo * method)); DO_APP_FUNC(0x0129DDF0, void, BaseSlider_1_System_Int32__set_inverted, (BaseSlider_1_System_Int32_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA70E0, BaseSlider_1_System_Int32__set_inverted__MethodInfo); DO_APP_FUNC(0x0129D660, void, BaseSlider_1_System_Int32__set_lowValue, (BaseSlider_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA70D0, BaseSlider_1_System_Int32__set_lowValue__MethodInfo); DO_APP_FUNC(0x0129D8D0, void, BaseSlider_1_System_Int32__set_pageSize, (BaseSlider_1_System_Int32_ * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7080, BaseSlider_1_System_Int32__set_pageSize__MethodInfo); DO_APP_FUNC(0x0129D8F0, void, BaseSlider_1_System_Int32__set_showInputField, (BaseSlider_1_System_Int32_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0129DAE0, void, BaseSlider_1_System_Int32__set_value, (BaseSlider_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x012A68E0, void, BaseSlider_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x012A2F80, void, BaseSlider_1_System_Object___ctor, (BaseSlider_1_System_Object_ * __this, String * label, Object * start, Object * end, SliderDirection__Enum direction, float pageSize, MethodInfo * method)); DO_APP_FUNC(0x012A52A0, void, BaseSlider_1_System_Object__AdjustDragElement, (BaseSlider_1_System_Object_ * __this, float factor, MethodInfo * method)); DO_APP_FUNC(0x012A2A60, Object *, BaseSlider_1_System_Object__Clamp, (BaseSlider_1_System_Object_ * __this, Object * value, Object * lowBound, Object * highBound, MethodInfo * method)); DO_APP_FUNC(0x012A3AB0, void, BaseSlider_1_System_Object__ClampValue, (BaseSlider_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012A4E60, void, BaseSlider_1_System_Object__ComputeValueAndDirectionFromClick, (BaseSlider_1_System_Object_ * __this, float sliderLength, float dragElementLength, float dragElementPos, float dragElementLastPos, MethodInfo * method)); DO_APP_FUNC(0x012A3E80, void, BaseSlider_1_System_Object__ComputeValueAndDirectionFromDrag, (BaseSlider_1_System_Object_ * __this, float sliderLength, float dragElementLength, float dragElementPos, MethodInfo * method)); DO_APP_FUNC(0x012A5E90, void, BaseSlider_1_System_Object__ExecuteDefaultAction, (BaseSlider_1_System_Object_ * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x012A2B20, Object *, BaseSlider_1_System_Object__GetClampedValue, (BaseSlider_1_System_Object_ * __this, Object * newValue, MethodInfo * method)); DO_APP_FUNC(0x0129E950, float, BaseSlider_1_System_Object__GetClosestPowerOfTen, (float positiveNumber, MethodInfo * method)); DO_APP_FUNC(0x012A4B90, void, BaseSlider_1_System_Object__OnKeyDown, (BaseSlider_1_System_Object_ * __this, KeyDownEvent * evt, MethodInfo * method)); DO_APP_FUNC(0x012A17F0, void, BaseSlider_1_System_Object__OnTextFieldFocusOut, (BaseSlider_1_System_Object_ * __this, FocusOutEvent * evt, MethodInfo * method)); DO_APP_FUNC(0x012A6780, void, BaseSlider_1_System_Object__OnTextFieldValueChange, (BaseSlider_1_System_Object_ * __this, ChangeEvent_1_System_String_ * evt, MethodInfo * method)); DO_APP_FUNC(0x012A0790, void, BaseSlider_1_System_Object__OnViewDataReady, (BaseSlider_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129E990, float, BaseSlider_1_System_Object__RoundToMultipleOf, (float value, float roundingValue, MethodInfo * method)); DO_APP_FUNC(0x012A07F0, bool, BaseSlider_1_System_Object__SameValues, (BaseSlider_1_System_Object_ * __this, float a, float b, float epsilon, MethodInfo * method)); DO_APP_FUNC(0x012A2850, void, BaseSlider_1_System_Object__SetHighValueWithoutNotify, (BaseSlider_1_System_Object_ * __this, Object * newHighValue, MethodInfo * method)); DO_APP_FUNC(0x012A3FE0, void, BaseSlider_1_System_Object__SetSliderValueFromClick, (BaseSlider_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012A3BF0, void, BaseSlider_1_System_Object__SetSliderValueFromDrag, (BaseSlider_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012A2CF0, void, BaseSlider_1_System_Object__SetValueWithoutNotify, (BaseSlider_1_System_Object_ * __this, Object * newValue, MethodInfo * method)); DO_APP_FUNC(0x012A3B10, Object *, BaseSlider_1_System_Object__SliderLerpDirectionalUnclamped, (BaseSlider_1_System_Object_ * __this, Object * a, Object * b, float positionInterpolant, MethodInfo * method)); DO_APP_FUNC(0x012A57E0, void, BaseSlider_1_System_Object__UpdateDragElementPosition, (BaseSlider_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012A0710, void, BaseSlider_1_System_Object__UpdateDragElementPosition_1, (BaseSlider_1_System_Object_ * __this, GeometryChangedEvent * evt, MethodInfo * method)); DO_APP_FUNC(0x012A1960, void, BaseSlider_1_System_Object__UpdateMixedValueContent, (BaseSlider_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012A6590, void, BaseSlider_1_System_Object__UpdateTextFieldValue, (BaseSlider_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012A5FD0, void, BaseSlider_1_System_Object__UpdateTextFieldVisibility, (BaseSlider_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012A29D0, bool, BaseSlider_1_System_Object__get_clamped, (BaseSlider_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012A29F0, ClampedDragger_1_System_Object_ *, BaseSlider_1_System_Object__get_clampedDragger, (BaseSlider_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012A2DD0, SliderDirection__Enum, BaseSlider_1_System_Object__get_direction, (BaseSlider_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129D5D0, VisualElement *, BaseSlider_1_System_Object__get_dragBorderElement, (BaseSlider_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129D500, VisualElement *, BaseSlider_1_System_Object__get_dragContainer, (BaseSlider_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01143420, VisualElement *, BaseSlider_1_System_Object__get_dragElement, (BaseSlider_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012A2720, Object *, BaseSlider_1_System_Object__get_highValue, (BaseSlider_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129D5E0, TextField *, BaseSlider_1_System_Object__get_inputTextField, (BaseSlider_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012A2F40, bool, BaseSlider_1_System_Object__get_inverted, (BaseSlider_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012A25F0, Object *, BaseSlider_1_System_Object__get_lowValue, (BaseSlider_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012A2970, float, BaseSlider_1_System_Object__get_pageSize, (BaseSlider_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012A2990, bool, BaseSlider_1_System_Object__get_showInputField, (BaseSlider_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129DAA0, Object *, BaseSlider_1_System_Object__get_value, (BaseSlider_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012A29E0, void, BaseSlider_1_System_Object__set_clamped, (BaseSlider_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x012A2A00, void, BaseSlider_1_System_Object__set_clampedDragger, (BaseSlider_1_System_Object_ * __this, ClampedDragger_1_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x012A2DE0, void, BaseSlider_1_System_Object__set_direction, (BaseSlider_1_System_Object_ * __this, SliderDirection__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01143430, void, BaseSlider_1_System_Object__set_dragBorderElement, (BaseSlider_1_System_Object_ * __this, VisualElement * value, MethodInfo * method)); DO_APP_FUNC(0x0129D510, void, BaseSlider_1_System_Object__set_dragContainer, (BaseSlider_1_System_Object_ * __this, VisualElement * value, MethodInfo * method)); DO_APP_FUNC(0x0129D570, void, BaseSlider_1_System_Object__set_dragElement, (BaseSlider_1_System_Object_ * __this, VisualElement * value, MethodInfo * method)); DO_APP_FUNC(0x012A2730, void, BaseSlider_1_System_Object__set_highValue, (BaseSlider_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0129D5F0, void, BaseSlider_1_System_Object__set_inputTextField, (BaseSlider_1_System_Object_ * __this, TextField * value, MethodInfo * method)); DO_APP_FUNC(0x012A2F50, void, BaseSlider_1_System_Object__set_inverted, (BaseSlider_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x012A2600, void, BaseSlider_1_System_Object__set_lowValue, (BaseSlider_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x012A2980, void, BaseSlider_1_System_Object__set_pageSize, (BaseSlider_1_System_Object_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x012A29A0, void, BaseSlider_1_System_Object__set_showInputField, (BaseSlider_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x012A2C40, void, BaseSlider_1_System_Object__set_value, (BaseSlider_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x012AB390, void, BaseSlider_1_System_Single___cctor, (MethodInfo * method)); DO_APP_FUNC(0x012A7A00, void, BaseSlider_1_System_Single___ctor, (BaseSlider_1_System_Single_ * __this, String * label, float start, float end, SliderDirection__Enum direction, float pageSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7210, BaseSlider_1_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x012A9D40, void, BaseSlider_1_System_Single__AdjustDragElement, (BaseSlider_1_System_Single_ * __this, float factor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA74B8, BaseSlider_1_System_Single__AdjustDragElement__MethodInfo); DO_APP_FUNC(0x012A76C0, float, BaseSlider_1_System_Single__Clamp, (BaseSlider_1_System_Single_ * __this, float value, float lowBound, float highBound, MethodInfo * method)); DO_APP_FUNC(0x012A8540, void, BaseSlider_1_System_Single__ClampValue, (BaseSlider_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012A98F0, void, BaseSlider_1_System_Single__ComputeValueAndDirectionFromClick, (BaseSlider_1_System_Single_ * __this, float sliderLength, float dragElementLength, float dragElementPos, float dragElementLastPos, MethodInfo * method)); DO_APP_FUNC(0x012A8920, void, BaseSlider_1_System_Single__ComputeValueAndDirectionFromDrag, (BaseSlider_1_System_Single_ * __this, float sliderLength, float dragElementLength, float dragElementPos, MethodInfo * method)); DO_APP_FUNC(0x012AA910, void, BaseSlider_1_System_Single__ExecuteDefaultAction, (BaseSlider_1_System_Single_ * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x012A7760, float, BaseSlider_1_System_Single__GetClampedValue, (BaseSlider_1_System_Single_ * __this, float newValue, MethodInfo * method)); DO_APP_FUNC(0x0129E950, float, BaseSlider_1_System_Single__GetClosestPowerOfTen, (float positiveNumber, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA70F0, BaseSlider_1_System_Single__GetClosestPowerOfTen__MethodInfo); DO_APP_FUNC(0x012A9620, void, BaseSlider_1_System_Single__OnKeyDown, (BaseSlider_1_System_Single_ * __this, KeyDownEvent * evt, MethodInfo * method)); DO_APP_FUNC(0x012A17F0, void, BaseSlider_1_System_Single__OnTextFieldFocusOut, (BaseSlider_1_System_Single_ * __this, FocusOutEvent * evt, MethodInfo * method)); DO_APP_FUNC(0x012AB240, void, BaseSlider_1_System_Single__OnTextFieldValueChange, (BaseSlider_1_System_Single_ * __this, ChangeEvent_1_System_String_ * evt, MethodInfo * method)); DO_APP_FUNC(0x012A0790, void, BaseSlider_1_System_Single__OnViewDataReady, (BaseSlider_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129E990, float, BaseSlider_1_System_Single__RoundToMultipleOf, (float value, float roundingValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7108, BaseSlider_1_System_Single__RoundToMultipleOf__MethodInfo); DO_APP_FUNC(0x012A07F0, bool, BaseSlider_1_System_Single__SameValues, (BaseSlider_1_System_Single_ * __this, float a, float b, float epsilon, MethodInfo * method)); DO_APP_FUNC(0x012A75F0, void, BaseSlider_1_System_Single__SetHighValueWithoutNotify, (BaseSlider_1_System_Single_ * __this, float newHighValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8150, BaseSlider_1_System_Single__SetHighValueWithoutNotify__MethodInfo); DO_APP_FUNC(0x012A8A70, void, BaseSlider_1_System_Single__SetSliderValueFromClick, (BaseSlider_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012A8690, void, BaseSlider_1_System_Single__SetSliderValueFromDrag, (BaseSlider_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012A7920, void, BaseSlider_1_System_Single__SetValueWithoutNotify, (BaseSlider_1_System_Single_ * __this, float newValue, MethodInfo * method)); DO_APP_FUNC(0x012A85A0, float, BaseSlider_1_System_Single__SliderLerpDirectionalUnclamped, (BaseSlider_1_System_Single_ * __this, float a, float b, float positionInterpolant, MethodInfo * method)); DO_APP_FUNC(0x012AA280, void, BaseSlider_1_System_Single__UpdateDragElementPosition, (BaseSlider_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012A0710, void, BaseSlider_1_System_Single__UpdateDragElementPosition_1, (BaseSlider_1_System_Single_ * __this, GeometryChangedEvent * evt, MethodInfo * method)); DO_APP_FUNC(0x012A1960, void, BaseSlider_1_System_Single__UpdateMixedValueContent, (BaseSlider_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AB010, void, BaseSlider_1_System_Single__UpdateTextFieldValue, (BaseSlider_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AAA50, void, BaseSlider_1_System_Single__UpdateTextFieldVisibility, (BaseSlider_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129D920, bool, BaseSlider_1_System_Single__get_clamped, (BaseSlider_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129D940, ClampedDragger_1_System_Single_ *, BaseSlider_1_System_Single__get_clampedDragger, (BaseSlider_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7350, BaseSlider_1_System_Single__get_clampedDragger__MethodInfo); DO_APP_FUNC(0x0129DC70, SliderDirection__Enum, BaseSlider_1_System_Single__get_direction, (BaseSlider_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129D5D0, VisualElement *, BaseSlider_1_System_Single__get_dragBorderElement, (BaseSlider_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129D500, VisualElement *, BaseSlider_1_System_Single__get_dragContainer, (BaseSlider_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA70F8, BaseSlider_1_System_Single__get_dragContainer__MethodInfo); DO_APP_FUNC(0x01143420, VisualElement *, BaseSlider_1_System_Single__get_dragElement, (BaseSlider_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7400, BaseSlider_1_System_Single__get_dragElement__MethodInfo); DO_APP_FUNC(0x012A7520, float, BaseSlider_1_System_Single__get_highValue, (BaseSlider_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7588, BaseSlider_1_System_Single__get_highValue__MethodInfo); DO_APP_FUNC(0x0129D5E0, TextField *, BaseSlider_1_System_Single__get_inputTextField, (BaseSlider_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129DDE0, bool, BaseSlider_1_System_Single__get_inverted, (BaseSlider_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012A7450, float, BaseSlider_1_System_Single__get_lowValue, (BaseSlider_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7560, BaseSlider_1_System_Single__get_lowValue__MethodInfo); DO_APP_FUNC(0x0129D8C0, float, BaseSlider_1_System_Single__get_pageSize, (BaseSlider_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129D8E0, bool, BaseSlider_1_System_Single__get_showInputField, (BaseSlider_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129DAA0, float, BaseSlider_1_System_Single__get_value, (BaseSlider_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0129D930, void, BaseSlider_1_System_Single__set_clamped, (BaseSlider_1_System_Single_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA73F8, BaseSlider_1_System_Single__set_clamped__MethodInfo); DO_APP_FUNC(0x0129D950, void, BaseSlider_1_System_Single__set_clampedDragger, (BaseSlider_1_System_Single_ * __this, ClampedDragger_1_System_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x0129DC80, void, BaseSlider_1_System_Single__set_direction, (BaseSlider_1_System_Single_ * __this, SliderDirection__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7448, BaseSlider_1_System_Single__set_direction__MethodInfo); DO_APP_FUNC(0x01143430, void, BaseSlider_1_System_Single__set_dragBorderElement, (BaseSlider_1_System_Single_ * __this, VisualElement * value, MethodInfo * method)); DO_APP_FUNC(0x0129D510, void, BaseSlider_1_System_Single__set_dragContainer, (BaseSlider_1_System_Single_ * __this, VisualElement * value, MethodInfo * method)); DO_APP_FUNC(0x0129D570, void, BaseSlider_1_System_Single__set_dragElement, (BaseSlider_1_System_Single_ * __this, VisualElement * value, MethodInfo * method)); DO_APP_FUNC(0x012A7530, void, BaseSlider_1_System_Single__set_highValue, (BaseSlider_1_System_Single_ * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7578, BaseSlider_1_System_Single__set_highValue__MethodInfo); DO_APP_FUNC(0x0129D5F0, void, BaseSlider_1_System_Single__set_inputTextField, (BaseSlider_1_System_Single_ * __this, TextField * value, MethodInfo * method)); DO_APP_FUNC(0x0129DDF0, void, BaseSlider_1_System_Single__set_inverted, (BaseSlider_1_System_Single_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7410, BaseSlider_1_System_Single__set_inverted__MethodInfo); DO_APP_FUNC(0x012A7460, void, BaseSlider_1_System_Single__set_lowValue, (BaseSlider_1_System_Single_ * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7590, BaseSlider_1_System_Single__set_lowValue__MethodInfo); DO_APP_FUNC(0x0129D8D0, void, BaseSlider_1_System_Single__set_pageSize, (BaseSlider_1_System_Single_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0129D8F0, void, BaseSlider_1_System_Single__set_showInputField, (BaseSlider_1_System_Single_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x012A7870, void, BaseSlider_1_System_Single__set_value, (BaseSlider_1_System_Single_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x012AC000, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseTrack_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object___ctor, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseTrack_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012ABF00, Playable, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseTrack_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object__CreateTrackMixer, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseTrack_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object_ * __this, PlayableGraph graph, GameObject * go, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC(0x012ABFE0, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseTrack_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object__GatherProperties, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseTrack_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object_ * __this, PlayableDirector * director, IPropertyCollector * driver, MethodInfo * method)); DO_APP_FUNC(0x012AC050, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseTrack_System_Object_System_Object_System_Object_System_Object_System_Single_System_Object___ctor, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseTrack_System_Object_System_Object_System_Object_System_Object_System_Single_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012ABF00, Playable, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseTrack_System_Object_System_Object_System_Object_System_Object_System_Single_System_Object__CreateTrackMixer, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseTrack_System_Object_System_Object_System_Object_System_Object_System_Single_System_Object_ * __this, PlayableGraph graph, GameObject * go, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC(0x012ABFE0, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseTrack_System_Object_System_Object_System_Object_System_Object_System_Single_System_Object__GatherProperties, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseTrack_System_Object_System_Object_System_Object_System_Object_System_Single_System_Object_ * __this, PlayableDirector * director, IPropertyCollector * driver, MethodInfo * method)); DO_APP_FUNC(0x012AC0A0, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseTrack_System_Object_System_Object_System_Object_System_Object_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_System_Object___ctor, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseTrack_System_Object_System_Object_System_Object_System_Object_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012ABF00, Playable, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseTrack_System_Object_System_Object_System_Object_System_Object_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_System_Object__CreateTrackMixer, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseTrack_System_Object_System_Object_System_Object_System_Object_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_System_Object_ * __this, PlayableGraph graph, GameObject * go, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC(0x012ABFE0, void, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseTrack_System_Object_System_Object_System_Object_System_Object_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_System_Object__GatherProperties, (TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseTrack_System_Object_System_Object_System_Object_System_Object_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_System_Object_ * __this, PlayableDirector * director, IPropertyCollector * driver, MethodInfo * method)); DO_APP_FUNC(0x012AC130, void, BaseWindowCalculator_1_System_Boolean___ctor, (BaseWindowCalculator_1_System_Boolean_ * __this, uint32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D4C0, BaseWindowCalculator_1_System_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x010AFB90, void, BaseWindowCalculator_1_System_Boolean__Clear, (BaseWindowCalculator_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D4B8, BaseWindowCalculator_1_System_Boolean__Clear__MethodInfo); DO_APP_FUNC(0x012AC200, void, BaseWindowCalculator_1_System_Boolean__Update, (BaseWindowCalculator_1_System_Boolean_ * __this, bool added, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C860, BaseWindowCalculator_1_System_Boolean__Update__MethodInfo); DO_APP_FUNC(0x012AC0F0, int32_t, BaseWindowCalculator_1_System_Boolean__get_Capacity, (BaseWindowCalculator_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010120E0, int32_t, BaseWindowCalculator_1_System_Boolean__get_Count, (BaseWindowCalculator_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D4E0, BaseWindowCalculator_1_System_Boolean__get_Count__MethodInfo); DO_APP_FUNC(0x012AC130, void, BaseWindowCalculator_1_System_Single___ctor, (BaseWindowCalculator_1_System_Single_ * __this, uint32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D3C8, BaseWindowCalculator_1_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x010AFB90, void, BaseWindowCalculator_1_System_Single__Clear, (BaseWindowCalculator_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D390, BaseWindowCalculator_1_System_Single__Clear__MethodInfo); DO_APP_FUNC(0x012AC270, void, BaseWindowCalculator_1_System_Single__Update, (BaseWindowCalculator_1_System_Single_ * __this, float added, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C600, BaseWindowCalculator_1_System_Single__Update__MethodInfo); DO_APP_FUNC(0x012AC0F0, int32_t, BaseWindowCalculator_1_System_Single__get_Capacity, (BaseWindowCalculator_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D3D8, BaseWindowCalculator_1_System_Single__get_Capacity__MethodInfo); DO_APP_FUNC(0x010120E0, int32_t, BaseWindowCalculator_1_System_Single__get_Count, (BaseWindowCalculator_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D3E0, BaseWindowCalculator_1_System_Single__get_Count__MethodInfo); DO_APP_FUNC(0x012AC360, void, BasicNodePool_1_System_Object___ctor, (BasicNodePool_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111BCA0, BasicNode_1_System_Object_ *, BasicNodePool_1_System_Object__Create, (MethodInfo * method)); DO_APP_FUNC(0x012AC2E0, void, BasicNodePool_1_System_Object__Reset, (BasicNode_1_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x012AC360, void, BasicNodePool_1_TextureEntry___ctor, (BasicNodePool_1_TextureEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1CA0, BasicNodePool_1_TextureEntry___ctor__MethodInfo); DO_APP_FUNC(0x0111BCA0, BasicNode_1_TextureEntry_ *, BasicNodePool_1_TextureEntry__Create, (MethodInfo * method)); DO_APP_FUNC(0x012AC460, void, BasicNodePool_1_TextureEntry__Reset, (BasicNode_1_TextureEntry_ * node, MethodInfo * method)); DO_APP_FUNC(0x01013200, void, BasicNode_1_System_Object___ctor, (BasicNode_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AC4E0, void, BasicNode_1_System_Object__AppendTo, (BasicNode_1_System_Object_ * __this, BasicNode_1_System_Object_ * * first, MethodInfo * method)); DO_APP_FUNC(0x01013200, void, BasicNode_1_TextureEntry___ctor, (BasicNode_1_TextureEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AC4E0, void, BasicNode_1_TextureEntry__AppendTo, (BasicNode_1_TextureEntry_ * __this, BasicNode_1_TextureEntry_ * * first, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1AE8, BasicNode_1_TextureEntry__AppendTo__MethodInfo); DO_APP_FUNC(0x012AC5B0, void, BidirectionalDictionary_2_System_Int32Enum_System_Int32Enum___ctor, (BidirectionalDictionary_2_System_Int32Enum_System_Int32Enum_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x012AC780, void, BidirectionalDictionary_2_System_Int32Enum_System_Int32Enum__Add, (BidirectionalDictionary_2_System_Int32Enum_System_Int32Enum_ * __this, Int32Enum__Enum item1, Int32Enum__Enum item2, MethodInfo * method)); DO_APP_FUNC(0x012AC880, Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum_, BidirectionalDictionary_2_System_Int32Enum_System_Int32Enum__GetEnumerator, (BidirectionalDictionary_2_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AC8E0, IEnumerator_1_KeyValuePair_2_System_Int32Enum_System_Int32Enum_ *, BidirectionalDictionary_2_System_Int32Enum_System_Int32Enum__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_T1_T2___GetEnumerator, (BidirectionalDictionary_2_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AC8E0, IEnumerator *, BidirectionalDictionary_2_System_Int32Enum_System_Int32Enum__System_Collections_IEnumerable_GetEnumerator, (BidirectionalDictionary_2_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AC840, bool, BidirectionalDictionary_2_System_Int32Enum_System_Int32Enum__TryGetBackward, (BidirectionalDictionary_2_System_Int32Enum_System_Int32Enum_ * __this, Int32Enum__Enum item2, Int32Enum__Enum * item1, MethodInfo * method)); DO_APP_FUNC(0x012AC800, bool, BidirectionalDictionary_2_System_Int32Enum_System_Int32Enum__TryGetForward, (BidirectionalDictionary_2_System_Int32Enum_System_Int32Enum_ * __this, Int32Enum__Enum item1, Int32Enum__Enum * item2, MethodInfo * method)); DO_APP_FUNC(0x012AC740, int32_t, BidirectionalDictionary_2_System_Int32Enum_System_Int32Enum__get_Count, (BidirectionalDictionary_2_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AC5B0, void, BidirectionalDictionary_2_System_Object_System_Object___ctor, (BidirectionalDictionary_2_System_Object_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x012AC960, void, BidirectionalDictionary_2_System_Object_System_Object__Add, (BidirectionalDictionary_2_System_Object_System_Object_ * __this, Object * item1, Object * item2, MethodInfo * method)); DO_APP_FUNC(0x012AC9E0, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_, BidirectionalDictionary_2_System_Object_System_Object__GetEnumerator, (BidirectionalDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012ACA50, IEnumerator_1_KeyValuePair_2_System_Object_System_Object_ *, BidirectionalDictionary_2_System_Object_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_T1_T2___GetEnumerator, (BidirectionalDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012ACA50, IEnumerator *, BidirectionalDictionary_2_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (BidirectionalDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AC840, bool, BidirectionalDictionary_2_System_Object_System_Object__TryGetBackward, (BidirectionalDictionary_2_System_Object_System_Object_ * __this, Object * item2, Object * * item1, MethodInfo * method)); DO_APP_FUNC(0x012AC800, bool, BidirectionalDictionary_2_System_Object_System_Object__TryGetForward, (BidirectionalDictionary_2_System_Object_System_Object_ * __this, Object * item1, Object * * item2, MethodInfo * method)); DO_APP_FUNC(0x012AC740, int32_t, BidirectionalDictionary_2_System_Object_System_Object__get_Count, (BidirectionalDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012ACAE0, void, BindingList_1_System_Object___ctor, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012ACB50, void, BindingList_1_System_Object___ctor_1, (BindingList_1_System_Object_ * __this, IList_1_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x012ADCA0, Object *, BindingList_1_System_Object__AddNew, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012ADE70, Object *, BindingList_1_System_Object__AddNewCore, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AE300, void, BindingList_1_System_Object__ApplySortCore, (BindingList_1_System_Object_ * __this, PropertyDescriptor * prop, ListSortDirection__Enum direction, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97B38, BindingList_1_System_Object__ApplySortCore__MethodInfo); DO_APP_FUNC(0x012ADC40, void, BindingList_1_System_Object__CancelNew, (BindingList_1_System_Object_ * __this, int32_t itemIndex, MethodInfo * method)); DO_APP_FUNC(0x012AE5E0, void, BindingList_1_System_Object__Child_PropertyChanged, (BindingList_1_System_Object_ * __this, Object * sender, PropertyChangedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x012AD6C0, void, BindingList_1_System_Object__ClearItems, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012ADC80, void, BindingList_1_System_Object__EndNew, (BindingList_1_System_Object_ * __this, int32_t itemIndex, MethodInfo * method)); DO_APP_FUNC(0x012AE3E0, int32_t, BindingList_1_System_Object__FindCore, (BindingList_1_System_Object_ * __this, PropertyDescriptor * prop, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97B18, BindingList_1_System_Object__FindCore__MethodInfo); DO_APP_FUNC(0x012AD2E0, Object *, BindingList_1_System_Object__FireAddingNew, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AD620, void, BindingList_1_System_Object__FireListChanged, (BindingList_1_System_Object_ * __this, ListChangedType__Enum type, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x012AE430, void, BindingList_1_System_Object__HookPropertyChanged, (BindingList_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x012ACBC0, void, BindingList_1_System_Object__Initialize, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AD970, void, BindingList_1_System_Object__InsertItem, (BindingList_1_System_Object_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01013B50, void, BindingList_1_System_Object__OnAddingNew, (BindingList_1_System_Object_ * __this, AddingNewEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x012AD5C0, void, BindingList_1_System_Object__OnListChanged, (BindingList_1_System_Object_ * __this, ListChangedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x012ADA20, void, BindingList_1_System_Object__RemoveItem, (BindingList_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97B48, BindingList_1_System_Object__RemoveItem__MethodInfo); DO_APP_FUNC(0x012AE370, void, BindingList_1_System_Object__RemoveSortCore, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97B30, BindingList_1_System_Object__RemoveSortCore__MethodInfo); DO_APP_FUNC(0x012AD5E0, void, BindingList_1_System_Object__ResetBindings, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AD600, void, BindingList_1_System_Object__ResetItem, (BindingList_1_System_Object_ * __this, int32_t position, MethodInfo * method)); DO_APP_FUNC(0x012ADB50, void, BindingList_1_System_Object__SetItem, (BindingList_1_System_Object_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BindingList_1_System_Object__System_ComponentModel_IBindingList_AddIndex, (BindingList_1_System_Object_ * __this, PropertyDescriptor * prop, MethodInfo * method)); DO_APP_FUNC(0x012ADD60, Object *, BindingList_1_System_Object__System_ComponentModel_IBindingList_AddNew, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AE2E0, void, BindingList_1_System_Object__System_ComponentModel_IBindingList_ApplySort, (BindingList_1_System_Object_ * __this, PropertyDescriptor * prop, ListSortDirection__Enum direction, MethodInfo * method)); DO_APP_FUNC(0x012AE3C0, int32_t, BindingList_1_System_Object__System_ComponentModel_IBindingList_Find, (BindingList_1_System_Object_ * __this, PropertyDescriptor * prop, Object * key, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BindingList_1_System_Object__System_ComponentModel_IBindingList_RemoveIndex, (BindingList_1_System_Object_ * __this, PropertyDescriptor * prop, MethodInfo * method)); DO_APP_FUNC(0x012AE350, void, BindingList_1_System_Object__System_ComponentModel_IBindingList_RemoveSort, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AE180, bool, BindingList_1_System_Object__System_ComponentModel_IBindingList_get_AllowEdit, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD4FB0, bool, BindingList_1_System_Object__System_ComponentModel_IBindingList_get_AllowNew, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AE1F0, bool, BindingList_1_System_Object__System_ComponentModel_IBindingList_get_AllowRemove, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AE280, bool, BindingList_1_System_Object__System_ComponentModel_IBindingList_get_IsSorted, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AE2C0, ListSortDirection__Enum, BindingList_1_System_Object__System_ComponentModel_IBindingList_get_SortDirection, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AE2A0, PropertyDescriptor *, BindingList_1_System_Object__System_ComponentModel_IBindingList_get_SortProperty, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AE220, bool, BindingList_1_System_Object__System_ComponentModel_IBindingList_get_SupportsChangeNotification, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AE240, bool, BindingList_1_System_Object__System_ComponentModel_IBindingList_get_SupportsSearching, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AE260, bool, BindingList_1_System_Object__System_ComponentModel_IBindingList_get_SupportsSorting, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AE9D0, bool, BindingList_1_System_Object__System_ComponentModel_IRaiseItemChangedEvents_get_RaisesItemChangedEvents, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AE570, void, BindingList_1_System_Object__UnhookPropertyChanged, (BindingList_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x012ACFE0, void, BindingList_1_System_Object__add_AddingNew, (BindingList_1_System_Object_ * __this, AddingNewEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x012AD3E0, void, BindingList_1_System_Object__add_ListChanged, (BindingList_1_System_Object_ * __this, ListChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x012ADE30, bool, BindingList_1_System_Object__get_AddingNewHandled, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AE140, bool, BindingList_1_System_Object__get_AllowEdit, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AE080, bool, BindingList_1_System_Object__get_AllowNew, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AE1B0, bool, BindingList_1_System_Object__get_AllowRemove, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, BindingList_1_System_Object__get_IsSortedCore, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012ACEA0, bool, BindingList_1_System_Object__get_ItemTypeHasDefaultConstructor, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF400, bool, BindingList_1_System_Object__get_RaiseListChangedEvents, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, ListSortDirection__Enum, BindingList_1_System_Object__get_SortDirectionCore, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, PropertyDescriptor *, BindingList_1_System_Object__get_SortPropertyCore, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, BindingList_1_System_Object__get_SupportsChangeNotificationCore, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, BindingList_1_System_Object__get_SupportsSearchingCore, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, BindingList_1_System_Object__get_SupportsSortingCore, (BindingList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AD160, void, BindingList_1_System_Object__remove_AddingNew, (BindingList_1_System_Object_ * __this, AddingNewEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x012AD4D0, void, BindingList_1_System_Object__remove_ListChanged, (BindingList_1_System_Object_ * __this, ListChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x012AE150, void, BindingList_1_System_Object__set_AllowEdit, (BindingList_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x012AE0C0, void, BindingList_1_System_Object__set_AllowNew, (BindingList_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x012AE1C0, void, BindingList_1_System_Object__set_AllowRemove, (BindingList_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x006FF410, void, BindingList_1_System_Object__set_RaiseListChangedEvents, (BindingList_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x012AE9E0, void, BlockingCollectionDebugView_1_System_Object___ctor, (BlockingCollectionDebugView_1_System_Object_ * __this, BlockingCollection_1_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97B00, BlockingCollectionDebugView_1_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x010120E0, Object__Array *, BlockingCollectionDebugView_1_System_Object__get_Items, (BlockingCollectionDebugView_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AEC60, void, BlockingCollection_1_System_Object___ctor, (BlockingCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AEF70, void, BlockingCollection_1_System_Object___ctor_1, (BlockingCollection_1_System_Object_ * __this, IProducerConsumerCollection_1_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97AF8, BlockingCollection_1_System_Object___ctor_1__MethodInfo); DO_APP_FUNC(0x012AECF0, void, BlockingCollection_1_System_Object___ctor_2, (BlockingCollection_1_System_Object_ * __this, int32_t boundedCapacity, MethodInfo * method)); DO_APP_FUNC(0x012AED90, void, BlockingCollection_1_System_Object___ctor_3, (BlockingCollection_1_System_Object_ * __this, IProducerConsumerCollection_1_System_Object_ * collection, int32_t boundedCapacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97AF0, BlockingCollection_1_System_Object___ctor_3__MethodInfo); DO_APP_FUNC(0x012AF370, void, BlockingCollection_1_System_Object__Add, (BlockingCollection_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x012AF3A0, void, BlockingCollection_1_System_Object__Add_1, (BlockingCollection_1_System_Object_ * __this, Object * item, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x012B0840, int32_t, BlockingCollection_1_System_Object__AddToAny, (BlockingCollection_1_System_Object___Array * collections, Object * item, MethodInfo * method)); DO_APP_FUNC(0x012B0910, int32_t, BlockingCollection_1_System_Object__AddToAny_1, (BlockingCollection_1_System_Object___Array * collections, Object * item, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x012B2D20, void, BlockingCollection_1_System_Object__CancelWaitingConsumers, (BlockingCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B2D90, void, BlockingCollection_1_System_Object__CancelWaitingProducers, (BlockingCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B3BF0, void, BlockingCollection_1_System_Object__CheckDisposed, (BlockingCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C979A0, BlockingCollection_1_System_Object__CheckDisposed__MethodInfo); DO_APP_FUNC(0x012B2A60, void, BlockingCollection_1_System_Object__CompleteAdding, (BlockingCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B2F30, void, BlockingCollection_1_System_Object__CopyTo, (BlockingCollection_1_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x012B2E00, void, BlockingCollection_1_System_Object__Dispose, (BlockingCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B2E70, void, BlockingCollection_1_System_Object__Dispose_1, (BlockingCollection_1_System_Object_ * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x012B32E0, IEnumerable_1_System_Object_ *, BlockingCollection_1_System_Object__GetConsumingEnumerable, (BlockingCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B3360, IEnumerable_1_System_Object_ *, BlockingCollection_1_System_Object__GetConsumingEnumerable_1, (BlockingCollection_1_System_Object_ * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x012B16A0, List_1_System_Threading_WaitHandle_ *, BlockingCollection_1_System_Object__GetHandles, (BlockingCollection_1_System_Object___Array * collections, CancellationToken externalCancellationToken, bool isAddOperation, CancellationToken__Array * * cancellationTokens, MethodInfo * method)); DO_APP_FUNC(0x012AF050, void, BlockingCollection_1_System_Object__Initialize, (BlockingCollection_1_System_Object_ * __this, IProducerConsumerCollection_1_System_Object_ * collection, int32_t boundedCapacity, int32_t collectionCount, MethodInfo * method)); DO_APP_FUNC(0x012B34A0, IEnumerator_1_System_Object_ *, BlockingCollection_1_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (BlockingCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B2FA0, void, BlockingCollection_1_System_Object__System_Collections_ICollection_CopyTo, (BlockingCollection_1_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C979D8, BlockingCollection_1_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x012AEBE0, bool, BlockingCollection_1_System_Object__System_Collections_ICollection_get_IsSynchronized, (BlockingCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AEC00, Object *, BlockingCollection_1_System_Object__System_Collections_ICollection_get_SyncRoot, (BlockingCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97B08, BlockingCollection_1_System_Object__System_Collections_ICollection_get_SyncRoot__MethodInfo); DO_APP_FUNC(0x012B3510, IEnumerator *, BlockingCollection_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (BlockingCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AFD50, Object *, BlockingCollection_1_System_Object__Take, (BlockingCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97A98, BlockingCollection_1_System_Object__Take__MethodInfo); DO_APP_FUNC(0x012AFE40, Object *, BlockingCollection_1_System_Object__Take_1, (BlockingCollection_1_System_Object_ * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97AA8, BlockingCollection_1_System_Object__Take_1__MethodInfo); DO_APP_FUNC(0x012B1C40, int32_t, BlockingCollection_1_System_Object__TakeFromAny, (BlockingCollection_1_System_Object___Array * collections, Object * * item, MethodInfo * method)); DO_APP_FUNC(0x012B1D00, int32_t, BlockingCollection_1_System_Object__TakeFromAny_1, (BlockingCollection_1_System_Object___Array * collections, Object * * item, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x012B2EC0, Object__Array *, BlockingCollection_1_System_Object__ToArray, (BlockingCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AF3D0, bool, BlockingCollection_1_System_Object__TryAdd, (BlockingCollection_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x012AF500, bool, BlockingCollection_1_System_Object__TryAdd_1, (BlockingCollection_1_System_Object_ * __this, Object * item, int32_t millisecondsTimeout, MethodInfo * method)); DO_APP_FUNC(0x012AF410, bool, BlockingCollection_1_System_Object__TryAdd_2, (BlockingCollection_1_System_Object_ * __this, Object * item, TimeSpan timeout, MethodInfo * method)); DO_APP_FUNC(0x012AF590, bool, BlockingCollection_1_System_Object__TryAdd_3, (BlockingCollection_1_System_Object_ * __this, Object * item, int32_t millisecondsTimeout, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x012B09C0, int32_t, BlockingCollection_1_System_Object__TryAddToAny, (BlockingCollection_1_System_Object___Array * collections, Object * item, MethodInfo * method)); DO_APP_FUNC(0x012B0C10, int32_t, BlockingCollection_1_System_Object__TryAddToAny_1, (BlockingCollection_1_System_Object___Array * collections, Object * item, int32_t millisecondsTimeout, MethodInfo * method)); DO_APP_FUNC(0x012B0A90, int32_t, BlockingCollection_1_System_Object__TryAddToAny_2, (BlockingCollection_1_System_Object___Array * collections, Object * item, TimeSpan timeout, MethodInfo * method)); DO_APP_FUNC(0x012B0D30, int32_t, BlockingCollection_1_System_Object__TryAddToAny_3, (BlockingCollection_1_System_Object___Array * collections, Object * item, int32_t millisecondsTimeout, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x012B0E20, int32_t, BlockingCollection_1_System_Object__TryAddToAnyCore, (BlockingCollection_1_System_Object___Array * collections, Object * item, int32_t millisecondsTimeout, CancellationToken externalCancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97A48, BlockingCollection_1_System_Object__TryAddToAnyCore__MethodInfo); DO_APP_FUNC(0x012B15A0, int32_t, BlockingCollection_1_System_Object__TryAddToAnyFast, (BlockingCollection_1_System_Object___Array * collections, Object * item, MethodInfo * method)); DO_APP_FUNC(0x012AF630, bool, BlockingCollection_1_System_Object__TryAddWithNoTimeValidation, (BlockingCollection_1_System_Object_ * __this, Object * item, int32_t millisecondsTimeout, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97AB0, BlockingCollection_1_System_Object__TryAddWithNoTimeValidation__MethodInfo); DO_APP_FUNC(0x012AFEF0, bool, BlockingCollection_1_System_Object__TryTake, (BlockingCollection_1_System_Object_ * __this, Object * * item, MethodInfo * method)); DO_APP_FUNC(0x012B00C0, bool, BlockingCollection_1_System_Object__TryTake_1, (BlockingCollection_1_System_Object_ * __this, Object * * item, int32_t millisecondsTimeout, MethodInfo * method)); DO_APP_FUNC(0x012AFF90, bool, BlockingCollection_1_System_Object__TryTake_2, (BlockingCollection_1_System_Object_ * __this, Object * * item, TimeSpan timeout, MethodInfo * method)); DO_APP_FUNC(0x012B0190, bool, BlockingCollection_1_System_Object__TryTake_3, (BlockingCollection_1_System_Object_ * __this, Object * * item, int32_t millisecondsTimeout, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x012B1DB0, int32_t, BlockingCollection_1_System_Object__TryTakeFromAny, (BlockingCollection_1_System_Object___Array * collections, Object * * item, MethodInfo * method)); DO_APP_FUNC(0x012B1FD0, int32_t, BlockingCollection_1_System_Object__TryTakeFromAny_1, (BlockingCollection_1_System_Object___Array * collections, Object * * item, int32_t millisecondsTimeout, MethodInfo * method)); DO_APP_FUNC(0x012B1E40, int32_t, BlockingCollection_1_System_Object__TryTakeFromAny_2, (BlockingCollection_1_System_Object___Array * collections, Object * * item, TimeSpan timeout, MethodInfo * method)); DO_APP_FUNC(0x012B2100, int32_t, BlockingCollection_1_System_Object__TryTakeFromAny_3, (BlockingCollection_1_System_Object___Array * collections, Object * * item, int32_t millisecondsTimeout, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x012B21F0, int32_t, BlockingCollection_1_System_Object__TryTakeFromAnyCore, (BlockingCollection_1_System_Object___Array * collections, Object * * item, int32_t millisecondsTimeout, bool isTakeOperation, CancellationToken externalCancellationToken, MethodInfo * method)); DO_APP_FUNC(0x012B2440, int32_t, BlockingCollection_1_System_Object__TryTakeFromAnyCoreSlow, (BlockingCollection_1_System_Object___Array * collections, Object * * item, int32_t millisecondsTimeout, bool isTakeOperation, CancellationToken externalCancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97A00, BlockingCollection_1_System_Object__TryTakeFromAnyCoreSlow__MethodInfo); DO_APP_FUNC(0x012B0230, bool, BlockingCollection_1_System_Object__TryTakeWithNoTimeValidation, (BlockingCollection_1_System_Object_ * __this, Object * * item, int32_t millisecondsTimeout, CancellationToken cancellationToken, CancellationTokenSource * combinedTokenSource, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97A88, BlockingCollection_1_System_Object__TryTakeWithNoTimeValidation__MethodInfo); DO_APP_FUNC(0x012B1BD0, int32_t, BlockingCollection_1_System_Object__UpdateTimeOut, (uint32_t startTime, int32_t originalWaitMillisecondsTimeout, MethodInfo * method)); DO_APP_FUNC(0x012B3560, void, BlockingCollection_1_System_Object__ValidateCollectionsArray, (BlockingCollection_1_System_Object___Array * collections, bool isAddOperation, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C979B0, BlockingCollection_1_System_Object__ValidateCollectionsArray__MethodInfo); DO_APP_FUNC(0x012B3AE0, void, BlockingCollection_1_System_Object__ValidateMillisecondsTimeout, (int32_t millisecondsTimeout, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97978, BlockingCollection_1_System_Object__ValidateMillisecondsTimeout__MethodInfo); DO_APP_FUNC(0x012B3950, void, BlockingCollection_1_System_Object__ValidateTimeout, (TimeSpan timeout, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97968, BlockingCollection_1_System_Object__ValidateTimeout__MethodInfo); DO_APP_FUNC(0x012AEAA0, int32_t, BlockingCollection_1_System_Object__get_BoundedCapacity, (BlockingCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AEBA0, int32_t, BlockingCollection_1_System_Object__get_Count, (BlockingCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AEAD0, bool, BlockingCollection_1_System_Object__get_IsAddingCompleted, (BlockingCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012AEB10, bool, BlockingCollection_1_System_Object__get_IsCompleted, (BlockingCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, BlockingCollection_1_System_Object__get_IsSTAThread, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltDoubleList_1_System_Object___ctor, (BoltDoubleList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B4080, void, BoltDoubleList_1_System_Object__AddFirst, (BoltDoubleList_1_System_Object_ * __this, Object * node, MethodInfo * method)); DO_APP_FUNC(0x012B3FE0, void, BoltDoubleList_1_System_Object__AddLast, (BoltDoubleList_1_System_Object_ * __this, Object * node, MethodInfo * method)); DO_APP_FUNC(0x012B42A0, void, BoltDoubleList_1_System_Object__Clear, (BoltDoubleList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B3F20, bool, BoltDoubleList_1_System_Object__Contains, (BoltDoubleList_1_System_Object_ * __this, Object * node, MethodInfo * method)); DO_APP_FUNC(0x012B4E30, IEnumerator_1_System_Object_ *, BoltDoubleList_1_System_Object__GetEnumerator, (BoltDoubleList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B3DA0, BoltIterator_1_System_Object_, BoltDoubleList_1_System_Object__GetIterator, (BoltDoubleList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B4840, void, BoltDoubleList_1_System_Object__InsertBefore, (BoltDoubleList_1_System_Object_ * __this, Object * node, Object * before, MethodInfo * method)); DO_APP_FUNC(0x012B4A10, void, BoltDoubleList_1_System_Object__InsertEmpty, (BoltDoubleList_1_System_Object_ * __this, Object * node, MethodInfo * method)); DO_APP_FUNC(0x012B3F90, bool, BoltDoubleList_1_System_Object__IsFirst, (BoltDoubleList_1_System_Object_ * __this, Object * node, MethodInfo * method)); DO_APP_FUNC(0x012B4320, Object *, BoltDoubleList_1_System_Object__Next, (BoltDoubleList_1_System_Object_ * __this, Object * node, MethodInfo * method)); DO_APP_FUNC(0x012B42B0, Object *, BoltDoubleList_1_System_Object__Prev, (BoltDoubleList_1_System_Object_ * __this, Object * node, MethodInfo * method)); DO_APP_FUNC(0x012B4160, Object *, BoltDoubleList_1_System_Object__Remove, (BoltDoubleList_1_System_Object_ * __this, Object * node, MethodInfo * method)); DO_APP_FUNC(0x012B41E0, Object *, BoltDoubleList_1_System_Object__RemoveFirst, (BoltDoubleList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B4210, Object *, BoltDoubleList_1_System_Object__RemoveLast, (BoltDoubleList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B4B60, void, BoltDoubleList_1_System_Object__RemoveNode, (BoltDoubleList_1_System_Object_ * __this, Object * node, MethodInfo * method)); DO_APP_FUNC(0x012B4390, void, BoltDoubleList_1_System_Object__Replace, (BoltDoubleList_1_System_Object_ * __this, Object * node, Object * newNode, MethodInfo * method)); DO_APP_FUNC(0x012B4F00, IEnumerator *, BoltDoubleList_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (BoltDoubleList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B46E0, void, BoltDoubleList_1_System_Object__VerifyCanInsert, (BoltDoubleList_1_System_Object_ * __this, Object * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97938, BoltDoubleList_1_System_Object__VerifyCanInsert__MethodInfo); DO_APP_FUNC(0x012B4790, void, BoltDoubleList_1_System_Object__VerifyInList, (BoltDoubleList_1_System_Object_ * __this, Object * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97948, BoltDoubleList_1_System_Object__VerifyInList__MethodInfo); DO_APP_FUNC(0x012B4DC0, void, BoltDoubleList_1_System_Object__VerifyNotEmpty, (BoltDoubleList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97958, BoltDoubleList_1_System_Object__VerifyNotEmpty__MethodInfo); DO_APP_FUNC(0x012B3E20, Object *, BoltDoubleList_1_System_Object__get_Item, (BoltDoubleList_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97998, BoltDoubleList_1_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, BoltDoubleList_1_System_Object__get_count, (BoltDoubleList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B3C80, Object *, BoltDoubleList_1_System_Object__get_first, (BoltDoubleList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B3CB0, Object *, BoltDoubleList_1_System_Object__get_firstOrDefault, (BoltDoubleList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B3CF0, Object *, BoltDoubleList_1_System_Object__get_last, (BoltDoubleList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B3D60, Object *, BoltDoubleList_1_System_Object__get_lastOrDefault, (BoltDoubleList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8DA0, bool, BoltDoubleList_1_System_Object__op_Implicit, (BoltDoubleList_1_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x012B4F30, void, BoltIterator_1_System_Object___ctor, (BoltIterator_1_System_Object_ * __this, Object * node, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x012B4FA0, bool, BoltIterator_1_System_Object__Next, (BoltIterator_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B4FF0, bool, BoltIterator_1_System_Object__Next_1, (BoltIterator_1_System_Object_ * __this, Object * * item, MethodInfo * method)); DO_APP_FUNC(0x012B6410, void, BoltPlayer_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x012B5500, void, BoltPlayer_1_System_Object___ctor, (BoltPlayer_1_System_Object_ * __this, String * idPropertyName, Func_2_Object_String_ * get, Action_2_Object_String_ * set, MethodInfo * method)); DO_APP_FUNC(0x012B5690, void, BoltPlayer_1_System_Object__Attached, (BoltPlayer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97930, BoltPlayer_1_System_Object__Attached__MethodInfo); DO_APP_FUNC(0x012B5ED0, void, BoltPlayer_1_System_Object__IdChanged, (BoltPlayer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B5B30, void, BoltPlayer_1_System_Object__OnDestroy, (BoltPlayer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B5DF0, void, BoltPlayer_1_System_Object__OnDisable, (BoltPlayer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B5D90, void, BoltPlayer_1_System_Object__OnEnable, (BoltPlayer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B5E50, void, BoltPlayer_1_System_Object__SetPlayerId, (BoltPlayer_1_System_Object_ * __this, String * playerId, MethodInfo * method)); DO_APP_FUNC(0x012B5FD0, void, BoltPlayer_1_System_Object__StartTracking, (BoltPlayer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97900, BoltPlayer_1_System_Object__StartTracking__MethodInfo); DO_APP_FUNC(0x012B61F0, void, BoltPlayer_1_System_Object__StopTracking, (BoltPlayer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C978D8, BoltPlayer_1_System_Object__StopTracking__MethodInfo); DO_APP_FUNC(0x006109A0, bool, BoltPlayer_1_System_Object__get_IsTracking, (BoltPlayer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, String *, BoltPlayer_1_System_Object__get_PlayerId, (BoltPlayer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B5140, Vector3, BoltPlayer_1_System_Object__get_Position, (BoltPlayer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B53C0, Quaternion, BoltPlayer_1_System_Object__get_Rotation, (BoltPlayer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B5490, NetworkPlayerType__Enum, BoltPlayer_1_System_Object__get_Type, (BoltPlayer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B5130, void, BoltPlayer_1_System_Object__set_IsTracking, (BoltPlayer_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, BoltPlayer_1_System_Object__set_PlayerId, (BoltPlayer_1_System_Object_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x012B6820, void, BoltRingBuffer_1_System_Int32___ctor, (BoltRingBuffer_1_System_Int32_ * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B540, BoltRingBuffer_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x01166460, void, BoltRingBuffer_1_System_Int32__Clear, (BoltRingBuffer_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B588, BoltRingBuffer_1_System_Int32__Clear__MethodInfo); DO_APP_FUNC(0x012B6A60, void, BoltRingBuffer_1_System_Int32__CopyTo, (BoltRingBuffer_1_System_Int32_ * __this, BoltRingBuffer_1_System_Int32_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C978E8, BoltRingBuffer_1_System_Int32__CopyTo__MethodInfo); DO_APP_FUNC(0x012B6990, int32_t, BoltRingBuffer_1_System_Int32__Dequeue, (BoltRingBuffer_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B68B0, void, BoltRingBuffer_1_System_Int32__Enqueue, (BoltRingBuffer_1_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B678, BoltRingBuffer_1_System_Int32__Enqueue__MethodInfo); DO_APP_FUNC(0x012B6BA0, IEnumerator_1_System_Int32_ *, BoltRingBuffer_1_System_Int32__GetEnumerator, (BoltRingBuffer_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B6A10, int32_t, BoltRingBuffer_1_System_Int32__Peek, (BoltRingBuffer_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDDA30, IEnumerator *, BoltRingBuffer_1_System_Int32__System_Collections_IEnumerable_GetEnumerator, (BoltRingBuffer_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B6B30, void, BoltRingBuffer_1_System_Int32__VerifyNotEmpty, (BoltRingBuffer_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97890, BoltRingBuffer_1_System_Int32__VerifyNotEmpty__MethodInfo); DO_APP_FUNC(0x012B6720, int32_t, BoltRingBuffer_1_System_Int32__get_Item, (BoltRingBuffer_1_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B668, BoltRingBuffer_1_System_Int32__get_Item__MethodInfo); DO_APP_FUNC(0x006FF400, bool, BoltRingBuffer_1_System_Int32__get_autofree, (BoltRingBuffer_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, BoltRingBuffer_1_System_Int32__get_count, (BoltRingBuffer_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B660, BoltRingBuffer_1_System_Int32__get_count__MethodInfo); DO_APP_FUNC(0x01165E50, bool, BoltRingBuffer_1_System_Int32__get_empty, (BoltRingBuffer_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B6660, int32_t, BoltRingBuffer_1_System_Int32__get_first, (BoltRingBuffer_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01165DD0, bool, BoltRingBuffer_1_System_Int32__get_full, (BoltRingBuffer_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B580, BoltRingBuffer_1_System_Int32__get_full__MethodInfo); DO_APP_FUNC(0x012B6540, int32_t, BoltRingBuffer_1_System_Int32__get_last, (BoltRingBuffer_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B6780, void, BoltRingBuffer_1_System_Int32__set_Item, (BoltRingBuffer_1_System_Int32_ * __this, int32_t index, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C978F0, BoltRingBuffer_1_System_Int32__set_Item__MethodInfo); DO_APP_FUNC(0x006FF410, void, BoltRingBuffer_1_System_Int32__set_autofree, (BoltRingBuffer_1_System_Int32_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B5C0, BoltRingBuffer_1_System_Int32__set_autofree__MethodInfo); DO_APP_FUNC(0x012B66C0, void, BoltRingBuffer_1_System_Int32__set_first, (BoltRingBuffer_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x012B65D0, void, BoltRingBuffer_1_System_Int32__set_last, (BoltRingBuffer_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x012B6820, void, BoltRingBuffer_1_System_Object___ctor, (BoltRingBuffer_1_System_Object_ * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01166460, void, BoltRingBuffer_1_System_Object__Clear, (BoltRingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B6EC0, void, BoltRingBuffer_1_System_Object__CopyTo, (BoltRingBuffer_1_System_Object_ * __this, BoltRingBuffer_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97898, BoltRingBuffer_1_System_Object__CopyTo__MethodInfo); DO_APP_FUNC(0x01166390, Object *, BoltRingBuffer_1_System_Object__Dequeue, (BoltRingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B6DF0, void, BoltRingBuffer_1_System_Object__Enqueue, (BoltRingBuffer_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C978A0, BoltRingBuffer_1_System_Object__Enqueue__MethodInfo); DO_APP_FUNC(0x012B7000, IEnumerator_1_System_Object_ *, BoltRingBuffer_1_System_Object__GetEnumerator, (BoltRingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01166410, Object *, BoltRingBuffer_1_System_Object__Peek, (BoltRingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDDA30, IEnumerator *, BoltRingBuffer_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (BoltRingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B6F90, void, BoltRingBuffer_1_System_Object__VerifyNotEmpty, (BoltRingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C978B0, BoltRingBuffer_1_System_Object__VerifyNotEmpty__MethodInfo); DO_APP_FUNC(0x01166140, Object *, BoltRingBuffer_1_System_Object__get_Item, (BoltRingBuffer_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x006FF400, bool, BoltRingBuffer_1_System_Object__get_autofree, (BoltRingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, BoltRingBuffer_1_System_Object__get_count, (BoltRingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01165E50, bool, BoltRingBuffer_1_System_Object__get_empty, (BoltRingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B6660, Object *, BoltRingBuffer_1_System_Object__get_first, (BoltRingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01165DD0, bool, BoltRingBuffer_1_System_Object__get_full, (BoltRingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B6540, Object *, BoltRingBuffer_1_System_Object__get_last, (BoltRingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B6D60, void, BoltRingBuffer_1_System_Object__set_Item, (BoltRingBuffer_1_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97888, BoltRingBuffer_1_System_Object__set_Item__MethodInfo); DO_APP_FUNC(0x006FF410, void, BoltRingBuffer_1_System_Object__set_autofree, (BoltRingBuffer_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x012B6D00, void, BoltRingBuffer_1_System_Object__set_first, (BoltRingBuffer_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x012B6C70, void, BoltRingBuffer_1_System_Object__set_last, (BoltRingBuffer_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x012B6820, void, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats___ctor, (BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats_ * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B870, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats___ctor__MethodInfo); DO_APP_FUNC(0x01166460, void, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats__Clear, (BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B74C0, void, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats__CopyTo, (BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats_ * __this, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C978C0, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats__CopyTo__MethodInfo); DO_APP_FUNC(0x01167640, PacketStats, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats__Dequeue, (BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B73D0, void, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats__Enqueue, (BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B718, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats__Enqueue__MethodInfo); DO_APP_FUNC(0x012B7000, IEnumerator_1_Photon_Bolt_Internal_PacketStats_ *, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats__GetEnumerator, (BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011676F0, PacketStats, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats__Peek, (BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDDA30, IEnumerator *, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats__System_Collections_IEnumerable_GetEnumerator, (BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B7590, void, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats__VerifyNotEmpty, (BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C978B8, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats__VerifyNotEmpty__MethodInfo); DO_APP_FUNC(0x01167410, PacketStats, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats__get_Item, (BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x006FF400, bool, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats__get_autofree, (BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats__get_count, (BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92F00, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats__get_count__MethodInfo); DO_APP_FUNC(0x01165E50, bool, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats__get_empty, (BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B7220, PacketStats, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats__get_first, (BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01165DD0, bool, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats__get_full, (BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B70D0, PacketStats, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats__get_last, (BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B7320, void, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats__set_Item, (BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats_ * __this, int32_t index, PacketStats value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C978A8, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats__set_Item__MethodInfo); DO_APP_FUNC(0x006FF410, void, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats__set_autofree, (BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B888, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats__set_autofree__MethodInfo); DO_APP_FUNC(0x012B72B0, void, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats__set_first, (BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats value, MethodInfo * method)); DO_APP_FUNC(0x012B7180, void, BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats__set_last, (BoltRingBuffer_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats value, MethodInfo * method)); DO_APP_FUNC(0x012B6820, void, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line___ctor, (BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93428, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line___ctor__MethodInfo); DO_APP_FUNC(0x01166460, void, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line__Clear, (BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C934A8, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line__Clear__MethodInfo); DO_APP_FUNC(0x012B7CF0, void, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line__CopyTo, (BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93430, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line__CopyTo__MethodInfo); DO_APP_FUNC(0x012B7B50, BoltConsole_Line, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line__Dequeue, (BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C934B0, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line__Dequeue__MethodInfo); DO_APP_FUNC(0x012B79F0, void, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line__Enqueue, (BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, BoltConsole_Line item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C934C0, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line__Enqueue__MethodInfo); DO_APP_FUNC(0x012B7E30, IEnumerator_1_Photon_Bolt_Utils_BoltConsole_Line_ *, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line__GetEnumerator, (BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B7C80, BoltConsole_Line, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line__Peek, (BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDDA30, IEnumerator *, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line__System_Collections_IEnumerable_GetEnumerator, (BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B7DC0, void, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line__VerifyNotEmpty, (BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97860, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line__VerifyNotEmpty__MethodInfo); DO_APP_FUNC(0x012B7850, BoltConsole_Line, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line__get_Item, (BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93498, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line__get_Item__MethodInfo); DO_APP_FUNC(0x006FF400, bool, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line__get_autofree, (BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line__get_count, (BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C934F8, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line__get_count__MethodInfo); DO_APP_FUNC(0x01165E50, bool, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line__get_empty, (BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B7750, BoltConsole_Line, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line__get_first, (BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01165DD0, bool, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line__get_full, (BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C934B8, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line__get_full__MethodInfo); DO_APP_FUNC(0x012B7600, BoltConsole_Line, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line__get_last, (BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B78E0, void, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line__set_Item, (BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, int32_t index, BoltConsole_Line value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97868, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line__set_Item__MethodInfo); DO_APP_FUNC(0x006FF410, void, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line__set_autofree, (BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x012B77E0, void, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line__set_first, (BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, BoltConsole_Line value, MethodInfo * method)); DO_APP_FUNC(0x012B76B0, void, BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line__set_last, (BoltRingBuffer_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, BoltConsole_Line value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BoltSingleList_1_System_Object___ctor, (BoltSingleList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B7FB0, void, BoltSingleList_1_System_Object__AddFirst, (BoltSingleList_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x012B8190, void, BoltSingleList_1_System_Object__AddLast, (BoltSingleList_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x012B8550, void, BoltSingleList_1_System_Object__Clear, (BoltSingleList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B85D0, IEnumerator_1_System_Object_ *, BoltSingleList_1_System_Object__GetEnumerator, (BoltSingleList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B7F30, BoltIterator_1_System_Object_, BoltSingleList_1_System_Object__GetIterator, (BoltSingleList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B8560, Object *, BoltSingleList_1_System_Object__Next, (BoltSingleList_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x012B3C80, Object *, BoltSingleList_1_System_Object__PeekFirst, (BoltSingleList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B8370, Object *, BoltSingleList_1_System_Object__RemoveFirst, (BoltSingleList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE45B0, IEnumerator *, BoltSingleList_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (BoltSingleList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B8710, void, BoltSingleList_1_System_Object__VerifyCanInsert, (BoltSingleList_1_System_Object_ * __this, Object * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97870, BoltSingleList_1_System_Object__VerifyCanInsert__MethodInfo); DO_APP_FUNC(0x012B87C0, void, BoltSingleList_1_System_Object__VerifyInList, (BoltSingleList_1_System_Object_ * __this, Object * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97880, BoltSingleList_1_System_Object__VerifyInList__MethodInfo); DO_APP_FUNC(0x012B86A0, void, BoltSingleList_1_System_Object__VerifyNotEmpty, (BoltSingleList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97878, BoltSingleList_1_System_Object__VerifyNotEmpty__MethodInfo); DO_APP_FUNC(0x003CA7C0, int32_t, BoltSingleList_1_System_Object__get_count, (BoltSingleList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B3C80, Object *, BoltSingleList_1_System_Object__get_first, (BoltSingleList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B7F00, Object *, BoltSingleList_1_System_Object__get_last, (BoltSingleList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC8DA0, bool, BoltSingleList_1_System_Object__op_Implicit, (BoltSingleList_1_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, BoltSingletonPrefab_1_System_Object___ctor, (BoltSingletonPrefab_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012B8920, void, BoltSingletonPrefab_1_System_Object__Instantiate, (MethodInfo * method)); DO_APP_FUNC(0x012B8870, Object *, BoltSingletonPrefab_1_System_Object__get_instance, (MethodInfo * method)); DO_APP_FUNC(0x012B8E60, void, BroadcastingClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (BroadcastingClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, IServer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * server, MethodInfo * method)); DO_APP_FUNC(0x012BA040, void, BroadcastingClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Broadcast, (BroadcastingClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ArraySegment_1_Byte_ packet, MethodInfo * method)); DO_APP_FUNC(0x012B93B0, void, BroadcastingClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__OnAddedClient, (BroadcastingClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * client, MethodInfo * method)); DO_APP_FUNC(0x012B9180, void, BroadcastingClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__OnRemovedClient, (BroadcastingClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * client, MethodInfo * method)); DO_APP_FUNC(0x012B9ED0, void, BroadcastingClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__ProcessClientState, (BroadcastingClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer source, PacketReader * reader, MethodInfo * method)); DO_APP_FUNC(0x012B9F90, void, BroadcastingClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__ProcessDeltaChannelState, (BroadcastingClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, PacketReader * reader, MethodInfo * method)); DO_APP_FUNC(0x012B94A0, void, BroadcastingClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__ProcessHandshakeRequest, (BroadcastingClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer source, PacketReader * reader, MethodInfo * method)); DO_APP_FUNC(0x012BA2F0, void, BroadcastingClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__RemoveClient, (BroadcastingClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer connection, MethodInfo * method)); DO_APP_FUNC(0x012B9B40, void, BroadcastingClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__SendFakeClientState, (BroadcastingClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer destination, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * clientInfo, MethodInfo * method)); DO_APP_FUNC(0x012BA370, void, BroadcastingClientCollection_1_System_Object___ctor, (BroadcastingClientCollection_1_System_Object_ * __this, IServer_1_System_Object_ * server, MethodInfo * method)); DO_APP_FUNC(0x012BA040, void, BroadcastingClientCollection_1_System_Object__Broadcast, (BroadcastingClientCollection_1_System_Object_ * __this, ArraySegment_1_Byte_ packet, MethodInfo * method)); DO_APP_FUNC(0x012B93B0, void, BroadcastingClientCollection_1_System_Object__OnAddedClient, (BroadcastingClientCollection_1_System_Object_ * __this, ClientInfo_1_System_Object_ * client, MethodInfo * method)); DO_APP_FUNC(0x012BA690, void, BroadcastingClientCollection_1_System_Object__OnRemovedClient, (BroadcastingClientCollection_1_System_Object_ * __this, ClientInfo_1_System_Object_ * client, MethodInfo * method)); DO_APP_FUNC(0x012BB290, void, BroadcastingClientCollection_1_System_Object__ProcessClientState, (BroadcastingClientCollection_1_System_Object_ * __this, Object * source, PacketReader * reader, MethodInfo * method)); DO_APP_FUNC(0x012BB350, void, BroadcastingClientCollection_1_System_Object__ProcessDeltaChannelState, (BroadcastingClientCollection_1_System_Object_ * __this, PacketReader * reader, MethodInfo * method)); DO_APP_FUNC(0x012BA8C0, void, BroadcastingClientCollection_1_System_Object__ProcessHandshakeRequest, (BroadcastingClientCollection_1_System_Object_ * __this, Object * source, PacketReader * reader, MethodInfo * method)); DO_APP_FUNC(0x012BA2F0, void, BroadcastingClientCollection_1_System_Object__RemoveClient, (BroadcastingClientCollection_1_System_Object_ * __this, Object * connection, MethodInfo * method)); DO_APP_FUNC(0x012BAF00, void, BroadcastingClientCollection_1_System_Object__SendFakeClientState, (BroadcastingClientCollection_1_System_Object_ * __this, Object * destination, ClientInfo_1_System_Object_ * clientInfo, MethodInfo * method)); DO_APP_FUNC(0x012BB400, void, Buffer_1_System_Collections_Generic_KeyValuePair_2___ctor, (Buffer_1_System_Collections_Generic_KeyValuePair_2_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97840, Buffer_1_System_Collections_Generic_KeyValuePair_2___ctor__MethodInfo); DO_APP_FUNC(0x012BB920, KeyValuePair_2_System_Object_System_Object___Array *, Buffer_1_System_Collections_Generic_KeyValuePair_2__ToArray, (Buffer_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012BBA10, void, Buffer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor, (Buffer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97848, Buffer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor__MethodInfo); DO_APP_FUNC(0x012BB920, DiagnosticEvent__Array *, Buffer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__ToArray, (Buffer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012BBEF0, void, Buffer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor, (Buffer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, IEnumerable_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97828, Buffer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor__MethodInfo); DO_APP_FUNC(0x012BB920, GlyphPairAdjustmentRecord__Array *, Buffer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__ToArray, (Buffer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012BC3E0, void, Buffer_1_System_Int32___ctor, (Buffer_1_System_Int32_ * __this, IEnumerable_1_System_Int32_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97830, Buffer_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x012BB920, Int32__Array *, Buffer_1_System_Int32__ToArray, (Buffer_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012BC860, void, Buffer_1_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Buffer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97838, Buffer_1_UnityEngine_InputSystem_Utilities_InternedString___ctor__MethodInfo); DO_APP_FUNC(0x012BB920, InternedString__Array *, Buffer_1_UnityEngine_InputSystem_Utilities_InternedString__ToArray, (Buffer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012BCD10, void, Buffer_1_UnityEngine_InputSystem_Utilities_NameAndParameters___ctor, (Buffer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97818, Buffer_1_UnityEngine_InputSystem_Utilities_NameAndParameters___ctor__MethodInfo); DO_APP_FUNC(0x012BB920, NameAndParameters__Array *, Buffer_1_UnityEngine_InputSystem_Utilities_NameAndParameters__ToArray, (Buffer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012BD240, void, Buffer_1_System_Object___ctor, (Buffer_1_System_Object_ * __this, IEnumerable_1_System_Object_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97820, Buffer_1_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x012BB920, Object__Array *, Buffer_1_System_Object__ToArray, (Buffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012BD6B0, void, Buffer_1_System_UInt32___ctor, (Buffer_1_System_UInt32_ * __this, IEnumerable_1_System_UInt32_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97800, Buffer_1_System_UInt32___ctor__MethodInfo); DO_APP_FUNC(0x012BB920, UInt32__Array *, Buffer_1_System_UInt32__ToArray, (Buffer_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012BDB30, void, Buffer_1_UdpKit_UdpIPv4Address___ctor, (Buffer_1_UdpKit_UdpIPv4Address_ * __this, IEnumerable_1_UdpKit_UdpIPv4Address_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97808, Buffer_1_UdpKit_UdpIPv4Address___ctor__MethodInfo); DO_APP_FUNC(0x012BB920, UdpIPv4Address__Array *, Buffer_1_UdpKit_UdpIPv4Address__ToArray, (Buffer_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012BDFB0, void, Buffer_1_UnityEngine_Vector2___ctor, (Buffer_1_UnityEngine_Vector2_ * __this, IEnumerable_1_UnityEngine_Vector2_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97810, Buffer_1_UnityEngine_Vector2___ctor__MethodInfo); DO_APP_FUNC(0x012BB920, Vector2__Array *, Buffer_1_UnityEngine_Vector2__ToArray, (Buffer_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012BE440, void, Buffer_1_UnityEngine_Vector3___ctor, (Buffer_1_UnityEngine_Vector3_ * __this, IEnumerable_1_UnityEngine_Vector3_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C977E8, Buffer_1_UnityEngine_Vector3___ctor__MethodInfo); DO_APP_FUNC(0x012BB920, Vector3__Array *, Buffer_1_UnityEngine_Vector3__ToArray, (Buffer_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012BE8E0, void, Buffer_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Buffer_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C977F0, Buffer_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor__MethodInfo); DO_APP_FUNC(0x012BB920, HairDesignerColliderBase_DualSphere__Array *, Buffer_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__ToArray, (Buffer_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012BEE20, void, Buffer_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement___ctor, (Buffer_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, IEnumerable_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C977F8, Buffer_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement___ctor__MethodInfo); DO_APP_FUNC(0x012BB920, InputControlScheme_DeviceRequirement__Array *, Buffer_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__ToArray, (Buffer_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012BF3A0, void, Buffer_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Buffer_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C977C8, Buffer_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor__MethodInfo); DO_APP_FUNC(0x012BB920, MotionSolver_GPUNodeData__Array *, Buffer_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__ToArray, (Buffer_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012BF8E0, void, Buffer_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Buffer_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C977D0, Buffer_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor__MethodInfo); DO_APP_FUNC(0x012BB920, MotionSolver_GPUNodeInfo__Array *, Buffer_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__ToArray, (Buffer_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012BFE40, void, ByReference_1_Byte___ctor, (ByReference_1_Byte_ * __this, uint8_t * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C977E0, ByReference_1_Byte___ctor__MethodInfo); DO_APP_FUNC(0x012BFE90, uint8_t *, ByReference_1_Byte__get_Value, (ByReference_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C977D8, ByReference_1_Byte__get_Value__MethodInfo); DO_APP_FUNC(0x012BFEE0, void, ByReference_1_Char___ctor, (ByReference_1_Char_ * __this, uint16_t * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97790, ByReference_1_Char___ctor__MethodInfo); DO_APP_FUNC(0x012BFF30, uint16_t *, ByReference_1_Char__get_Value, (ByReference_1_Char_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97788, ByReference_1_Char__get_Value__MethodInfo); DO_APP_FUNC(0x012BFF80, void, ByReference_1_Int32___ctor, (ByReference_1_Int32_ * __this, int32_t * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C977A0, ByReference_1_Int32___ctor__MethodInfo); DO_APP_FUNC(0x012BFFD0, int32_t *, ByReference_1_Int32__get_Value, (ByReference_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97798, ByReference_1_Int32__get_Value__MethodInfo); DO_APP_FUNC(0x012C0020, void, ByReference_1_Object___ctor, (ByReference_1_Object_ * __this, Object * * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C977B0, ByReference_1_Object___ctor__MethodInfo); DO_APP_FUNC(0x012C0070, Object * *, ByReference_1_Object__get_Value, (ByReference_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C977A8, ByReference_1_Object__get_Value__MethodInfo); DO_APP_FUNC(0x012C00C0, void, ByReference_1_UInt16___ctor, (ByReference_1_UInt16_ * __this, uint16_t * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C977C0, ByReference_1_UInt16___ctor__MethodInfo); DO_APP_FUNC(0x012C0110, uint16_t *, ByReference_1_UInt16__get_Value, (ByReference_1_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C977B8, ByReference_1_UInt16__get_Value__MethodInfo); DO_APP_FUNC(0x012C0160, void, ByReference_1_UInt32___ctor, (ByReference_1_UInt32_ * __this, uint32_t * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97780, ByReference_1_UInt32___ctor__MethodInfo); DO_APP_FUNC(0x012C01B0, uint32_t *, ByReference_1_UInt32__get_Value, (ByReference_1_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97778, ByReference_1_UInt32__get_Value__MethodInfo); DO_APP_FUNC(0x012C0200, void, CacheDict_2_System_Object_System_Object___ctor, (CacheDict_2_System_Object_System_Object_ * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x012C03D0, void, CacheDict_2_System_Object_System_Object__Add, (CacheDict_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x012C02D0, int32_t, CacheDict_2_System_Object_System_Object__AlignSize, (int32_t size, MethodInfo * method)); DO_APP_FUNC(0x012C0300, bool, CacheDict_2_System_Object_System_Object__TryGetValue, (CacheDict_2_System_Object_System_Object_ * __this, Object * key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x012C0570, void, CacheDict_2_System_Object_System_Object__set_Item, (CacheDict_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x012C0590, void, CachedInvokableCall_1_System_Boolean___ctor, (CachedInvokableCall_1_System_Boolean_ * __this, Object_1 * target, MethodInfo_1 * theFunction, bool argument, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD70D8, CachedInvokableCall_1_System_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x012C05E0, void, CachedInvokableCall_1_System_Boolean__Invoke, (CachedInvokableCall_1_System_Boolean_ * __this, bool arg0, MethodInfo * method)); DO_APP_FUNC(0x012C05E0, void, CachedInvokableCall_1_System_Boolean__Invoke_1, (CachedInvokableCall_1_System_Boolean_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x012C0610, void, CachedInvokableCall_1_System_Int32___ctor, (CachedInvokableCall_1_System_Int32_ * __this, Object_1 * target, MethodInfo_1 * theFunction, int32_t argument, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD70C8, CachedInvokableCall_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x012C0650, void, CachedInvokableCall_1_System_Int32__Invoke, (CachedInvokableCall_1_System_Int32_ * __this, int32_t arg0, MethodInfo * method)); DO_APP_FUNC(0x012C0650, void, CachedInvokableCall_1_System_Int32__Invoke_1, (CachedInvokableCall_1_System_Int32_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x012C0680, void, CachedInvokableCall_1_System_Object___ctor, (CachedInvokableCall_1_System_Object_ * __this, Object_1 * target, MethodInfo_1 * theFunction, Object * argument, MethodInfo * method)); DO_APP_FUNC(0x012C0710, void, CachedInvokableCall_1_System_Object__Invoke, (CachedInvokableCall_1_System_Object_ * __this, Object * arg0, MethodInfo * method)); DO_APP_FUNC(0x012C0710, void, CachedInvokableCall_1_System_Object__Invoke_1, (CachedInvokableCall_1_System_Object_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x012C0740, void, CachedInvokableCall_1_System_Single___ctor, (CachedInvokableCall_1_System_Single_ * __this, Object_1 * target, MethodInfo_1 * theFunction, float argument, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD70D0, CachedInvokableCall_1_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x012C0780, void, CachedInvokableCall_1_System_Single__Invoke, (CachedInvokableCall_1_System_Single_ * __this, float arg0, MethodInfo * method)); DO_APP_FUNC(0x012C0780, void, CachedInvokableCall_1_System_Single__Invoke_1, (CachedInvokableCall_1_System_Single_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x012C0880, void, CallResult_1_System_Object___ctor, (CallResult_1_System_Object_ * __this, CallResult_1_T_APIDispatchDelegate_System_Object_ * func, MethodInfo * method)); DO_APP_FUNC(0x012C0D10, void, CallResult_1_System_Object__Cancel, (CallResult_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C07B0, CallResult_1_System_Object_ *, CallResult_1_System_Object__Create, (CallResult_1_T_APIDispatchDelegate_System_Object_ * func, MethodInfo * method)); DO_APP_FUNC(0x012C09C0, void, CallResult_1_System_Object__Dispose, (CallResult_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C0940, void, CallResult_1_System_Object__Finalize, (CallResult_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C0C70, bool, CallResult_1_System_Object__IsActive, (CallResult_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C0DA0, void, CallResult_1_System_Object__OnRunCallResult, (CallResult_1_System_Object_ * __this, void * pvParam, bool bFailed, uint64_t hSteamAPICall_, MethodInfo * method)); DO_APP_FUNC(0x012C0A40, void, CallResult_1_System_Object__Set, (CallResult_1_System_Object_ * __this, SteamAPICall_t hAPICall, CallResult_1_T_APIDispatchDelegate_System_Object_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97768, CallResult_1_System_Object__Set__MethodInfo); DO_APP_FUNC(0x012C0F50, void, CallResult_1_System_Object__SetUnregistered, (CallResult_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C0FB0, void, CallResult_1_RemoteStorageFileReadAsyncComplete_t___ctor, (CallResult_1_RemoteStorageFileReadAsyncComplete_t_ * __this, CallResult_1_T_APIDispatchDelegate_RemoteStorageFileReadAsyncComplete_t_ * func, MethodInfo * method)); DO_APP_FUNC(0x012C13C0, void, CallResult_1_RemoteStorageFileReadAsyncComplete_t__Cancel, (CallResult_1_RemoteStorageFileReadAsyncComplete_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C07B0, CallResult_1_RemoteStorageFileReadAsyncComplete_t_ *, CallResult_1_RemoteStorageFileReadAsyncComplete_t__Create, (CallResult_1_T_APIDispatchDelegate_RemoteStorageFileReadAsyncComplete_t_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0570, CallResult_1_RemoteStorageFileReadAsyncComplete_t__Create__MethodInfo); DO_APP_FUNC(0x012C1070, void, CallResult_1_RemoteStorageFileReadAsyncComplete_t__Dispose, (CallResult_1_RemoteStorageFileReadAsyncComplete_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C0940, void, CallResult_1_RemoteStorageFileReadAsyncComplete_t__Finalize, (CallResult_1_RemoteStorageFileReadAsyncComplete_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C1320, bool, CallResult_1_RemoteStorageFileReadAsyncComplete_t__IsActive, (CallResult_1_RemoteStorageFileReadAsyncComplete_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C1450, void, CallResult_1_RemoteStorageFileReadAsyncComplete_t__OnRunCallResult, (CallResult_1_RemoteStorageFileReadAsyncComplete_t_ * __this, void * pvParam, bool bFailed, uint64_t hSteamAPICall_, MethodInfo * method)); DO_APP_FUNC(0x012C10F0, void, CallResult_1_RemoteStorageFileReadAsyncComplete_t__Set, (CallResult_1_RemoteStorageFileReadAsyncComplete_t_ * __this, SteamAPICall_t hAPICall, CallResult_1_T_APIDispatchDelegate_RemoteStorageFileReadAsyncComplete_t_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA02C0, CallResult_1_RemoteStorageFileReadAsyncComplete_t__Set__MethodInfo); DO_APP_FUNC(0x012C1620, void, CallResult_1_RemoteStorageFileReadAsyncComplete_t__SetUnregistered, (CallResult_1_RemoteStorageFileReadAsyncComplete_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C1680, void, CallResult_1_RemoteStorageFileWriteAsyncComplete_t___ctor, (CallResult_1_RemoteStorageFileWriteAsyncComplete_t_ * __this, CallResult_1_T_APIDispatchDelegate_RemoteStorageFileWriteAsyncComplete_t_ * func, MethodInfo * method)); DO_APP_FUNC(0x012C1A90, void, CallResult_1_RemoteStorageFileWriteAsyncComplete_t__Cancel, (CallResult_1_RemoteStorageFileWriteAsyncComplete_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C07B0, CallResult_1_RemoteStorageFileWriteAsyncComplete_t_ *, CallResult_1_RemoteStorageFileWriteAsyncComplete_t__Create, (CallResult_1_T_APIDispatchDelegate_RemoteStorageFileWriteAsyncComplete_t_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0540, CallResult_1_RemoteStorageFileWriteAsyncComplete_t__Create__MethodInfo); DO_APP_FUNC(0x012C1740, void, CallResult_1_RemoteStorageFileWriteAsyncComplete_t__Dispose, (CallResult_1_RemoteStorageFileWriteAsyncComplete_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C0940, void, CallResult_1_RemoteStorageFileWriteAsyncComplete_t__Finalize, (CallResult_1_RemoteStorageFileWriteAsyncComplete_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C19F0, bool, CallResult_1_RemoteStorageFileWriteAsyncComplete_t__IsActive, (CallResult_1_RemoteStorageFileWriteAsyncComplete_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C1B20, void, CallResult_1_RemoteStorageFileWriteAsyncComplete_t__OnRunCallResult, (CallResult_1_RemoteStorageFileWriteAsyncComplete_t_ * __this, void * pvParam, bool bFailed, uint64_t hSteamAPICall_, MethodInfo * method)); DO_APP_FUNC(0x012C17C0, void, CallResult_1_RemoteStorageFileWriteAsyncComplete_t__Set, (CallResult_1_RemoteStorageFileWriteAsyncComplete_t_ * __this, SteamAPICall_t hAPICall, CallResult_1_T_APIDispatchDelegate_RemoteStorageFileWriteAsyncComplete_t_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0250, CallResult_1_RemoteStorageFileWriteAsyncComplete_t__Set__MethodInfo); DO_APP_FUNC(0x012C1CD0, void, CallResult_1_RemoteStorageFileWriteAsyncComplete_t__SetUnregistered, (CallResult_1_RemoteStorageFileWriteAsyncComplete_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C1D30, void, CallResult_1_SteamInventoryRequestPricesResult_t___ctor, (CallResult_1_SteamInventoryRequestPricesResult_t_ * __this, CallResult_1_T_APIDispatchDelegate_SteamInventoryRequestPricesResult_t_ * func, MethodInfo * method)); DO_APP_FUNC(0x012C2140, void, CallResult_1_SteamInventoryRequestPricesResult_t__Cancel, (CallResult_1_SteamInventoryRequestPricesResult_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C07B0, CallResult_1_SteamInventoryRequestPricesResult_t_ *, CallResult_1_SteamInventoryRequestPricesResult_t__Create, (CallResult_1_T_APIDispatchDelegate_SteamInventoryRequestPricesResult_t_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4D90, CallResult_1_SteamInventoryRequestPricesResult_t__Create__MethodInfo); DO_APP_FUNC(0x012C1DF0, void, CallResult_1_SteamInventoryRequestPricesResult_t__Dispose, (CallResult_1_SteamInventoryRequestPricesResult_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C0940, void, CallResult_1_SteamInventoryRequestPricesResult_t__Finalize, (CallResult_1_SteamInventoryRequestPricesResult_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C20A0, bool, CallResult_1_SteamInventoryRequestPricesResult_t__IsActive, (CallResult_1_SteamInventoryRequestPricesResult_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C21D0, void, CallResult_1_SteamInventoryRequestPricesResult_t__OnRunCallResult, (CallResult_1_SteamInventoryRequestPricesResult_t_ * __this, void * pvParam, bool bFailed, uint64_t hSteamAPICall_, MethodInfo * method)); DO_APP_FUNC(0x012C1E70, void, CallResult_1_SteamInventoryRequestPricesResult_t__Set, (CallResult_1_SteamInventoryRequestPricesResult_t_ * __this, SteamAPICall_t hAPICall, CallResult_1_T_APIDispatchDelegate_SteamInventoryRequestPricesResult_t_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4D08, CallResult_1_SteamInventoryRequestPricesResult_t__Set__MethodInfo); DO_APP_FUNC(0x012C2390, void, CallResult_1_SteamInventoryRequestPricesResult_t__SetUnregistered, (CallResult_1_SteamInventoryRequestPricesResult_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C23F0, void, CallResult_1_SteamInventoryStartPurchaseResult_t___ctor, (CallResult_1_SteamInventoryStartPurchaseResult_t_ * __this, CallResult_1_T_APIDispatchDelegate_SteamInventoryStartPurchaseResult_t_ * func, MethodInfo * method)); DO_APP_FUNC(0x012C2800, void, CallResult_1_SteamInventoryStartPurchaseResult_t__Cancel, (CallResult_1_SteamInventoryStartPurchaseResult_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C07B0, CallResult_1_SteamInventoryStartPurchaseResult_t_ *, CallResult_1_SteamInventoryStartPurchaseResult_t__Create, (CallResult_1_T_APIDispatchDelegate_SteamInventoryStartPurchaseResult_t_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4D98, CallResult_1_SteamInventoryStartPurchaseResult_t__Create__MethodInfo); DO_APP_FUNC(0x012C24B0, void, CallResult_1_SteamInventoryStartPurchaseResult_t__Dispose, (CallResult_1_SteamInventoryStartPurchaseResult_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C0940, void, CallResult_1_SteamInventoryStartPurchaseResult_t__Finalize, (CallResult_1_SteamInventoryStartPurchaseResult_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C2760, bool, CallResult_1_SteamInventoryStartPurchaseResult_t__IsActive, (CallResult_1_SteamInventoryStartPurchaseResult_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C2890, void, CallResult_1_SteamInventoryStartPurchaseResult_t__OnRunCallResult, (CallResult_1_SteamInventoryStartPurchaseResult_t_ * __this, void * pvParam, bool bFailed, uint64_t hSteamAPICall_, MethodInfo * method)); DO_APP_FUNC(0x012C2530, void, CallResult_1_SteamInventoryStartPurchaseResult_t__Set, (CallResult_1_SteamInventoryStartPurchaseResult_t_ * __this, SteamAPICall_t hAPICall, CallResult_1_T_APIDispatchDelegate_SteamInventoryStartPurchaseResult_t_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4998, CallResult_1_SteamInventoryStartPurchaseResult_t__Set__MethodInfo); DO_APP_FUNC(0x012C2A60, void, CallResult_1_SteamInventoryStartPurchaseResult_t__SetUnregistered, (CallResult_1_SteamInventoryStartPurchaseResult_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C2CA0, void, CallbackArray_1_System_Object__AddCallback, (CallbackArray_1_System_Object_ * __this, Object * dlg, MethodInfo * method)); DO_APP_FUNC(0x012C2B10, void, CallbackArray_1_System_Object__Clear, (CallbackArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C3040, void, CallbackArray_1_System_Object__LockForChanges, (CallbackArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C2E90, void, CallbackArray_1_System_Object__RemoveCallback, (CallbackArray_1_System_Object_ * __this, Object * dlg, MethodInfo * method)); DO_APP_FUNC(0x012C3050, void, CallbackArray_1_System_Object__UnlockForChanges, (CallbackArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C2AC0, Object *, CallbackArray_1_System_Object__get_Item, (CallbackArray_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, CallbackArray_1_System_Object__get_length, (CallbackArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C36D0, void, Callback_1_FloatingGamepadTextInputDismissed_t___ctor, (Callback_1_FloatingGamepadTextInputDismissed_t_ * __this, Callback_1_T_DispatchDelegate_FloatingGamepadTextInputDismissed_t_ * func, bool bGameServer, MethodInfo * method)); DO_APP_FUNC(0x012C3600, Callback_1_FloatingGamepadTextInputDismissed_t_ *, Callback_1_FloatingGamepadTextInputDismissed_t__Create, (Callback_1_T_DispatchDelegate_FloatingGamepadTextInputDismissed_t_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA54C0, Callback_1_FloatingGamepadTextInputDismissed_t__Create__MethodInfo); DO_APP_FUNC(0x012C3770, void, Callback_1_FloatingGamepadTextInputDismissed_t__Dispose, (Callback_1_FloatingGamepadTextInputDismissed_t_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3F60, Callback_1_FloatingGamepadTextInputDismissed_t__Dispose__MethodInfo); DO_APP_FUNC(0x012C36F0, void, Callback_1_FloatingGamepadTextInputDismissed_t__Finalize, (Callback_1_FloatingGamepadTextInputDismissed_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C39A0, Type *, Callback_1_FloatingGamepadTextInputDismissed_t__GetCallbackType, (Callback_1_FloatingGamepadTextInputDismissed_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C3A00, void, Callback_1_FloatingGamepadTextInputDismissed_t__OnRunCallback, (Callback_1_FloatingGamepadTextInputDismissed_t_ * __this, void * pvParam, MethodInfo * method)); DO_APP_FUNC(0x012C3800, void, Callback_1_FloatingGamepadTextInputDismissed_t__Register, (Callback_1_FloatingGamepadTextInputDismissed_t_ * __this, Callback_1_T_DispatchDelegate_FloatingGamepadTextInputDismissed_t_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C535F0, Callback_1_FloatingGamepadTextInputDismissed_t__Register__MethodInfo); DO_APP_FUNC(0x007250B0, void, Callback_1_FloatingGamepadTextInputDismissed_t__SetUnregistered, (Callback_1_FloatingGamepadTextInputDismissed_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C3940, void, Callback_1_FloatingGamepadTextInputDismissed_t__Unregister, (Callback_1_FloatingGamepadTextInputDismissed_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, Callback_1_FloatingGamepadTextInputDismissed_t__get_IsGameServer, (Callback_1_FloatingGamepadTextInputDismissed_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C36D0, void, Callback_1_GameLobbyJoinRequested_t___ctor, (Callback_1_GameLobbyJoinRequested_t_ * __this, Callback_1_T_DispatchDelegate_GameLobbyJoinRequested_t_ * func, bool bGameServer, MethodInfo * method)); DO_APP_FUNC(0x012C3600, Callback_1_GameLobbyJoinRequested_t_ *, Callback_1_GameLobbyJoinRequested_t__Create, (Callback_1_T_DispatchDelegate_GameLobbyJoinRequested_t_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA54B8, Callback_1_GameLobbyJoinRequested_t__Create__MethodInfo); DO_APP_FUNC(0x012C3B60, void, Callback_1_GameLobbyJoinRequested_t__Dispose, (Callback_1_GameLobbyJoinRequested_t_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3F78, Callback_1_GameLobbyJoinRequested_t__Dispose__MethodInfo); DO_APP_FUNC(0x012C36F0, void, Callback_1_GameLobbyJoinRequested_t__Finalize, (Callback_1_GameLobbyJoinRequested_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C3D90, Type *, Callback_1_GameLobbyJoinRequested_t__GetCallbackType, (Callback_1_GameLobbyJoinRequested_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C3DF0, void, Callback_1_GameLobbyJoinRequested_t__OnRunCallback, (Callback_1_GameLobbyJoinRequested_t_ * __this, void * pvParam, MethodInfo * method)); DO_APP_FUNC(0x012C3BF0, void, Callback_1_GameLobbyJoinRequested_t__Register, (Callback_1_GameLobbyJoinRequested_t_ * __this, Callback_1_T_DispatchDelegate_GameLobbyJoinRequested_t_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C535E0, Callback_1_GameLobbyJoinRequested_t__Register__MethodInfo); DO_APP_FUNC(0x007250B0, void, Callback_1_GameLobbyJoinRequested_t__SetUnregistered, (Callback_1_GameLobbyJoinRequested_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C3D30, void, Callback_1_GameLobbyJoinRequested_t__Unregister, (Callback_1_GameLobbyJoinRequested_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, Callback_1_GameLobbyJoinRequested_t__get_IsGameServer, (Callback_1_GameLobbyJoinRequested_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C36D0, void, Callback_1_GamepadTextInputDismissed_t___ctor, (Callback_1_GamepadTextInputDismissed_t_ * __this, Callback_1_T_DispatchDelegate_GamepadTextInputDismissed_t_ * func, bool bGameServer, MethodInfo * method)); DO_APP_FUNC(0x012C3600, Callback_1_GamepadTextInputDismissed_t_ *, Callback_1_GamepadTextInputDismissed_t__Create, (Callback_1_T_DispatchDelegate_GamepadTextInputDismissed_t_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA54D0, Callback_1_GamepadTextInputDismissed_t__Create__MethodInfo); DO_APP_FUNC(0x012C3F60, void, Callback_1_GamepadTextInputDismissed_t__Dispose, (Callback_1_GamepadTextInputDismissed_t_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3F88, Callback_1_GamepadTextInputDismissed_t__Dispose__MethodInfo); DO_APP_FUNC(0x012C36F0, void, Callback_1_GamepadTextInputDismissed_t__Finalize, (Callback_1_GamepadTextInputDismissed_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C4190, Type *, Callback_1_GamepadTextInputDismissed_t__GetCallbackType, (Callback_1_GamepadTextInputDismissed_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C41F0, void, Callback_1_GamepadTextInputDismissed_t__OnRunCallback, (Callback_1_GamepadTextInputDismissed_t_ * __this, void * pvParam, MethodInfo * method)); DO_APP_FUNC(0x012C3FF0, void, Callback_1_GamepadTextInputDismissed_t__Register, (Callback_1_GamepadTextInputDismissed_t_ * __this, Callback_1_T_DispatchDelegate_GamepadTextInputDismissed_t_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C535D8, Callback_1_GamepadTextInputDismissed_t__Register__MethodInfo); DO_APP_FUNC(0x007250B0, void, Callback_1_GamepadTextInputDismissed_t__SetUnregistered, (Callback_1_GamepadTextInputDismissed_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C4130, void, Callback_1_GamepadTextInputDismissed_t__Unregister, (Callback_1_GamepadTextInputDismissed_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, Callback_1_GamepadTextInputDismissed_t__get_IsGameServer, (Callback_1_GamepadTextInputDismissed_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C36D0, void, Callback_1_LobbyCreated_t___ctor, (Callback_1_LobbyCreated_t_ * __this, Callback_1_T_DispatchDelegate_LobbyCreated_t_ * func, bool bGameServer, MethodInfo * method)); DO_APP_FUNC(0x012C3600, Callback_1_LobbyCreated_t_ *, Callback_1_LobbyCreated_t__Create, (Callback_1_T_DispatchDelegate_LobbyCreated_t_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA54D8, Callback_1_LobbyCreated_t__Create__MethodInfo); DO_APP_FUNC(0x012C4370, void, Callback_1_LobbyCreated_t__Dispose, (Callback_1_LobbyCreated_t_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3F68, Callback_1_LobbyCreated_t__Dispose__MethodInfo); DO_APP_FUNC(0x012C36F0, void, Callback_1_LobbyCreated_t__Finalize, (Callback_1_LobbyCreated_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C45A0, Type *, Callback_1_LobbyCreated_t__GetCallbackType, (Callback_1_LobbyCreated_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C4600, void, Callback_1_LobbyCreated_t__OnRunCallback, (Callback_1_LobbyCreated_t_ * __this, void * pvParam, MethodInfo * method)); DO_APP_FUNC(0x012C4400, void, Callback_1_LobbyCreated_t__Register, (Callback_1_LobbyCreated_t_ * __this, Callback_1_T_DispatchDelegate_LobbyCreated_t_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C535D0, Callback_1_LobbyCreated_t__Register__MethodInfo); DO_APP_FUNC(0x007250B0, void, Callback_1_LobbyCreated_t__SetUnregistered, (Callback_1_LobbyCreated_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C4540, void, Callback_1_LobbyCreated_t__Unregister, (Callback_1_LobbyCreated_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, Callback_1_LobbyCreated_t__get_IsGameServer, (Callback_1_LobbyCreated_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C36D0, void, Callback_1_LobbyEnter_t___ctor, (Callback_1_LobbyEnter_t_ * __this, Callback_1_T_DispatchDelegate_LobbyEnter_t_ * func, bool bGameServer, MethodInfo * method)); DO_APP_FUNC(0x012C3600, Callback_1_LobbyEnter_t_ *, Callback_1_LobbyEnter_t__Create, (Callback_1_T_DispatchDelegate_LobbyEnter_t_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA54A8, Callback_1_LobbyEnter_t__Create__MethodInfo); DO_APP_FUNC(0x012C4770, void, Callback_1_LobbyEnter_t__Dispose, (Callback_1_LobbyEnter_t_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3F70, Callback_1_LobbyEnter_t__Dispose__MethodInfo); DO_APP_FUNC(0x012C36F0, void, Callback_1_LobbyEnter_t__Finalize, (Callback_1_LobbyEnter_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C49A0, Type *, Callback_1_LobbyEnter_t__GetCallbackType, (Callback_1_LobbyEnter_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C4A00, void, Callback_1_LobbyEnter_t__OnRunCallback, (Callback_1_LobbyEnter_t_ * __this, void * pvParam, MethodInfo * method)); DO_APP_FUNC(0x012C4800, void, Callback_1_LobbyEnter_t__Register, (Callback_1_LobbyEnter_t_ * __this, Callback_1_T_DispatchDelegate_LobbyEnter_t_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C535C8, Callback_1_LobbyEnter_t__Register__MethodInfo); DO_APP_FUNC(0x007250B0, void, Callback_1_LobbyEnter_t__SetUnregistered, (Callback_1_LobbyEnter_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C4940, void, Callback_1_LobbyEnter_t__Unregister, (Callback_1_LobbyEnter_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, Callback_1_LobbyEnter_t__get_IsGameServer, (Callback_1_LobbyEnter_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C36D0, void, Callback_1_System_Object___ctor, (Callback_1_System_Object_ * __this, Callback_1_T_DispatchDelegate_System_Object_ * func, bool bGameServer, MethodInfo * method)); DO_APP_FUNC(0x012C3600, Callback_1_System_Object_ *, Callback_1_System_Object__Create, (Callback_1_T_DispatchDelegate_System_Object_ * func, MethodInfo * method)); DO_APP_FUNC(0x012C4B80, void, Callback_1_System_Object__Dispose, (Callback_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C36F0, void, Callback_1_System_Object__Finalize, (Callback_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C4DB0, Type *, Callback_1_System_Object__GetCallbackType, (Callback_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C4E10, void, Callback_1_System_Object__OnRunCallback, (Callback_1_System_Object_ * __this, void * pvParam, MethodInfo * method)); DO_APP_FUNC(0x012C4C10, void, Callback_1_System_Object__Register, (Callback_1_System_Object_ * __this, Callback_1_T_DispatchDelegate_System_Object_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C535C0, Callback_1_System_Object__Register__MethodInfo); DO_APP_FUNC(0x007250B0, void, Callback_1_System_Object__SetUnregistered, (Callback_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C4D50, void, Callback_1_System_Object__Unregister, (Callback_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, Callback_1_System_Object__get_IsGameServer, (Callback_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C36D0, void, Callback_1_SteamInventoryDefinitionUpdate_t___ctor, (Callback_1_SteamInventoryDefinitionUpdate_t_ * __this, Callback_1_T_DispatchDelegate_SteamInventoryDefinitionUpdate_t_ * func, bool bGameServer, MethodInfo * method)); DO_APP_FUNC(0x012C3600, Callback_1_SteamInventoryDefinitionUpdate_t_ *, Callback_1_SteamInventoryDefinitionUpdate_t__Create, (Callback_1_T_DispatchDelegate_SteamInventoryDefinitionUpdate_t_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4D60, Callback_1_SteamInventoryDefinitionUpdate_t__Create__MethodInfo); DO_APP_FUNC(0x012C4F80, void, Callback_1_SteamInventoryDefinitionUpdate_t__Dispose, (Callback_1_SteamInventoryDefinitionUpdate_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C36F0, void, Callback_1_SteamInventoryDefinitionUpdate_t__Finalize, (Callback_1_SteamInventoryDefinitionUpdate_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C51B0, Type *, Callback_1_SteamInventoryDefinitionUpdate_t__GetCallbackType, (Callback_1_SteamInventoryDefinitionUpdate_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C5210, void, Callback_1_SteamInventoryDefinitionUpdate_t__OnRunCallback, (Callback_1_SteamInventoryDefinitionUpdate_t_ * __this, void * pvParam, MethodInfo * method)); DO_APP_FUNC(0x012C5010, void, Callback_1_SteamInventoryDefinitionUpdate_t__Register, (Callback_1_SteamInventoryDefinitionUpdate_t_ * __this, Callback_1_T_DispatchDelegate_SteamInventoryDefinitionUpdate_t_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C535B8, Callback_1_SteamInventoryDefinitionUpdate_t__Register__MethodInfo); DO_APP_FUNC(0x007250B0, void, Callback_1_SteamInventoryDefinitionUpdate_t__SetUnregistered, (Callback_1_SteamInventoryDefinitionUpdate_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C5150, void, Callback_1_SteamInventoryDefinitionUpdate_t__Unregister, (Callback_1_SteamInventoryDefinitionUpdate_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, Callback_1_SteamInventoryDefinitionUpdate_t__get_IsGameServer, (Callback_1_SteamInventoryDefinitionUpdate_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C36D0, void, Callback_1_SteamInventoryFullUpdate_t___ctor, (Callback_1_SteamInventoryFullUpdate_t_ * __this, Callback_1_T_DispatchDelegate_SteamInventoryFullUpdate_t_ * func, bool bGameServer, MethodInfo * method)); DO_APP_FUNC(0x012C3600, Callback_1_SteamInventoryFullUpdate_t_ *, Callback_1_SteamInventoryFullUpdate_t__Create, (Callback_1_T_DispatchDelegate_SteamInventoryFullUpdate_t_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4D70, Callback_1_SteamInventoryFullUpdate_t__Create__MethodInfo); DO_APP_FUNC(0x012C5370, void, Callback_1_SteamInventoryFullUpdate_t__Dispose, (Callback_1_SteamInventoryFullUpdate_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C36F0, void, Callback_1_SteamInventoryFullUpdate_t__Finalize, (Callback_1_SteamInventoryFullUpdate_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C55A0, Type *, Callback_1_SteamInventoryFullUpdate_t__GetCallbackType, (Callback_1_SteamInventoryFullUpdate_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C5600, void, Callback_1_SteamInventoryFullUpdate_t__OnRunCallback, (Callback_1_SteamInventoryFullUpdate_t_ * __this, void * pvParam, MethodInfo * method)); DO_APP_FUNC(0x012C5400, void, Callback_1_SteamInventoryFullUpdate_t__Register, (Callback_1_SteamInventoryFullUpdate_t_ * __this, Callback_1_T_DispatchDelegate_SteamInventoryFullUpdate_t_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C535B0, Callback_1_SteamInventoryFullUpdate_t__Register__MethodInfo); DO_APP_FUNC(0x007250B0, void, Callback_1_SteamInventoryFullUpdate_t__SetUnregistered, (Callback_1_SteamInventoryFullUpdate_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C5540, void, Callback_1_SteamInventoryFullUpdate_t__Unregister, (Callback_1_SteamInventoryFullUpdate_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, Callback_1_SteamInventoryFullUpdate_t__get_IsGameServer, (Callback_1_SteamInventoryFullUpdate_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C36D0, void, Callback_1_SteamInventoryResultReady_t___ctor, (Callback_1_SteamInventoryResultReady_t_ * __this, Callback_1_T_DispatchDelegate_SteamInventoryResultReady_t_ * func, bool bGameServer, MethodInfo * method)); DO_APP_FUNC(0x012C3600, Callback_1_SteamInventoryResultReady_t_ *, Callback_1_SteamInventoryResultReady_t__Create, (Callback_1_T_DispatchDelegate_SteamInventoryResultReady_t_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4D80, Callback_1_SteamInventoryResultReady_t__Create__MethodInfo); DO_APP_FUNC(0x012C5760, void, Callback_1_SteamInventoryResultReady_t__Dispose, (Callback_1_SteamInventoryResultReady_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C36F0, void, Callback_1_SteamInventoryResultReady_t__Finalize, (Callback_1_SteamInventoryResultReady_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C5990, Type *, Callback_1_SteamInventoryResultReady_t__GetCallbackType, (Callback_1_SteamInventoryResultReady_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C59F0, void, Callback_1_SteamInventoryResultReady_t__OnRunCallback, (Callback_1_SteamInventoryResultReady_t_ * __this, void * pvParam, MethodInfo * method)); DO_APP_FUNC(0x012C57F0, void, Callback_1_SteamInventoryResultReady_t__Register, (Callback_1_SteamInventoryResultReady_t_ * __this, Callback_1_T_DispatchDelegate_SteamInventoryResultReady_t_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C535A8, Callback_1_SteamInventoryResultReady_t__Register__MethodInfo); DO_APP_FUNC(0x007250B0, void, Callback_1_SteamInventoryResultReady_t__SetUnregistered, (Callback_1_SteamInventoryResultReady_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C5930, void, Callback_1_SteamInventoryResultReady_t__Unregister, (Callback_1_SteamInventoryResultReady_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, Callback_1_SteamInventoryResultReady_t__get_IsGameServer, (Callback_1_SteamInventoryResultReady_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C36D0, void, Callback_1_UserAchievementStored_t___ctor, (Callback_1_UserAchievementStored_t_ * __this, Callback_1_T_DispatchDelegate_UserAchievementStored_t_ * func, bool bGameServer, MethodInfo * method)); DO_APP_FUNC(0x012C3600, Callback_1_UserAchievementStored_t_ *, Callback_1_UserAchievementStored_t__Create, (Callback_1_T_DispatchDelegate_UserAchievementStored_t_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C970, Callback_1_UserAchievementStored_t__Create__MethodInfo); DO_APP_FUNC(0x012C5B50, void, Callback_1_UserAchievementStored_t__Dispose, (Callback_1_UserAchievementStored_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C36F0, void, Callback_1_UserAchievementStored_t__Finalize, (Callback_1_UserAchievementStored_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C5D80, Type *, Callback_1_UserAchievementStored_t__GetCallbackType, (Callback_1_UserAchievementStored_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C5DE0, void, Callback_1_UserAchievementStored_t__OnRunCallback, (Callback_1_UserAchievementStored_t_ * __this, void * pvParam, MethodInfo * method)); DO_APP_FUNC(0x012C5BE0, void, Callback_1_UserAchievementStored_t__Register, (Callback_1_UserAchievementStored_t_ * __this, Callback_1_T_DispatchDelegate_UserAchievementStored_t_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C535A0, Callback_1_UserAchievementStored_t__Register__MethodInfo); DO_APP_FUNC(0x007250B0, void, Callback_1_UserAchievementStored_t__SetUnregistered, (Callback_1_UserAchievementStored_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C5D20, void, Callback_1_UserAchievementStored_t__Unregister, (Callback_1_UserAchievementStored_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, Callback_1_UserAchievementStored_t__get_IsGameServer, (Callback_1_UserAchievementStored_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C36D0, void, Callback_1_UserStatsReceived_t___ctor, (Callback_1_UserStatsReceived_t_ * __this, Callback_1_T_DispatchDelegate_UserStatsReceived_t_ * func, bool bGameServer, MethodInfo * method)); DO_APP_FUNC(0x012C3600, Callback_1_UserStatsReceived_t_ *, Callback_1_UserStatsReceived_t__Create, (Callback_1_T_DispatchDelegate_UserStatsReceived_t_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C958, Callback_1_UserStatsReceived_t__Create__MethodInfo); DO_APP_FUNC(0x012C5F60, void, Callback_1_UserStatsReceived_t__Dispose, (Callback_1_UserStatsReceived_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C36F0, void, Callback_1_UserStatsReceived_t__Finalize, (Callback_1_UserStatsReceived_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C6190, Type *, Callback_1_UserStatsReceived_t__GetCallbackType, (Callback_1_UserStatsReceived_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C61F0, void, Callback_1_UserStatsReceived_t__OnRunCallback, (Callback_1_UserStatsReceived_t_ * __this, void * pvParam, MethodInfo * method)); DO_APP_FUNC(0x012C5FF0, void, Callback_1_UserStatsReceived_t__Register, (Callback_1_UserStatsReceived_t_ * __this, Callback_1_T_DispatchDelegate_UserStatsReceived_t_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53598, Callback_1_UserStatsReceived_t__Register__MethodInfo); DO_APP_FUNC(0x007250B0, void, Callback_1_UserStatsReceived_t__SetUnregistered, (Callback_1_UserStatsReceived_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C6130, void, Callback_1_UserStatsReceived_t__Unregister, (Callback_1_UserStatsReceived_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, Callback_1_UserStatsReceived_t__get_IsGameServer, (Callback_1_UserStatsReceived_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CastInstruction_CastInstructionT_1_System_Boolean___ctor, (CastInstruction_CastInstructionT_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61EA8, CastInstruction_CastInstructionT_1_System_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x012C6370, int32_t, CastInstruction_CastInstructionT_1_System_Boolean__Run, (CastInstruction_CastInstructionT_1_System_Boolean_ * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CastInstruction_CastInstructionT_1_System_Byte___ctor, (CastInstruction_CastInstructionT_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61DD8, CastInstruction_CastInstructionT_1_System_Byte___ctor__MethodInfo); DO_APP_FUNC(0x012C6370, int32_t, CastInstruction_CastInstructionT_1_System_Byte__Run, (CastInstruction_CastInstructionT_1_System_Byte_ * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CastInstruction_CastInstructionT_1_System_Char___ctor, (CastInstruction_CastInstructionT_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61DC8, CastInstruction_CastInstructionT_1_System_Char___ctor__MethodInfo); DO_APP_FUNC(0x012C64B0, int32_t, CastInstruction_CastInstructionT_1_System_Char__Run, (CastInstruction_CastInstructionT_1_System_Char_ * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CastInstruction_CastInstructionT_1_System_DateTime___ctor, (CastInstruction_CastInstructionT_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61E80, CastInstruction_CastInstructionT_1_System_DateTime___ctor__MethodInfo); DO_APP_FUNC(0x012C65F0, int32_t, CastInstruction_CastInstructionT_1_System_DateTime__Run, (CastInstruction_CastInstructionT_1_System_DateTime_ * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CastInstruction_CastInstructionT_1_System_Decimal___ctor, (CastInstruction_CastInstructionT_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61EB0, CastInstruction_CastInstructionT_1_System_Decimal___ctor__MethodInfo); DO_APP_FUNC(0x012C6730, int32_t, CastInstruction_CastInstructionT_1_System_Decimal__Run, (CastInstruction_CastInstructionT_1_System_Decimal_ * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CastInstruction_CastInstructionT_1_System_Double___ctor, (CastInstruction_CastInstructionT_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61DA0, CastInstruction_CastInstructionT_1_System_Double___ctor__MethodInfo); DO_APP_FUNC(0x012C6870, int32_t, CastInstruction_CastInstructionT_1_System_Double__Run, (CastInstruction_CastInstructionT_1_System_Double_ * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CastInstruction_CastInstructionT_1_System_Int16___ctor, (CastInstruction_CastInstructionT_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61DC0, CastInstruction_CastInstructionT_1_System_Int16___ctor__MethodInfo); DO_APP_FUNC(0x012C64B0, int32_t, CastInstruction_CastInstructionT_1_System_Int16__Run, (CastInstruction_CastInstructionT_1_System_Int16_ * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CastInstruction_CastInstructionT_1_System_Int32___ctor, (CastInstruction_CastInstructionT_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61EB8, CastInstruction_CastInstructionT_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x012C69B0, int32_t, CastInstruction_CastInstructionT_1_System_Int32__Run, (CastInstruction_CastInstructionT_1_System_Int32_ * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CastInstruction_CastInstructionT_1_System_Int64___ctor, (CastInstruction_CastInstructionT_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61E90, CastInstruction_CastInstructionT_1_System_Int64___ctor__MethodInfo); DO_APP_FUNC(0x012C65F0, int32_t, CastInstruction_CastInstructionT_1_System_Int64__Run, (CastInstruction_CastInstructionT_1_System_Int64_ * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CastInstruction_CastInstructionT_1_System_Object___ctor, (CastInstruction_CastInstructionT_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C6AF0, int32_t, CastInstruction_CastInstructionT_1_System_Object__Run, (CastInstruction_CastInstructionT_1_System_Object_ * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CastInstruction_CastInstructionT_1_System_SByte___ctor, (CastInstruction_CastInstructionT_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61E98, CastInstruction_CastInstructionT_1_System_SByte___ctor__MethodInfo); DO_APP_FUNC(0x012C6370, int32_t, CastInstruction_CastInstructionT_1_System_SByte__Run, (CastInstruction_CastInstructionT_1_System_SByte_ * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CastInstruction_CastInstructionT_1_System_Single___ctor, (CastInstruction_CastInstructionT_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61EA0, CastInstruction_CastInstructionT_1_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x012C6C00, int32_t, CastInstruction_CastInstructionT_1_System_Single__Run, (CastInstruction_CastInstructionT_1_System_Single_ * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CastInstruction_CastInstructionT_1_System_UInt16___ctor, (CastInstruction_CastInstructionT_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61E88, CastInstruction_CastInstructionT_1_System_UInt16___ctor__MethodInfo); DO_APP_FUNC(0x012C64B0, int32_t, CastInstruction_CastInstructionT_1_System_UInt16__Run, (CastInstruction_CastInstructionT_1_System_UInt16_ * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CastInstruction_CastInstructionT_1_System_UInt32___ctor, (CastInstruction_CastInstructionT_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61E78, CastInstruction_CastInstructionT_1_System_UInt32___ctor__MethodInfo); DO_APP_FUNC(0x012C69B0, int32_t, CastInstruction_CastInstructionT_1_System_UInt32__Run, (CastInstruction_CastInstructionT_1_System_UInt32_ * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, CastInstruction_CastInstructionT_1_System_UInt64___ctor, (CastInstruction_CastInstructionT_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61E70, CastInstruction_CastInstructionT_1_System_UInt64___ctor__MethodInfo); DO_APP_FUNC(0x012C65F0, int32_t, CastInstruction_CastInstructionT_1_System_UInt64__Run, (CastInstruction_CastInstructionT_1_System_UInt64_ * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x012C6D40, void, ChainOperationTypelessDepedency_1_System_Boolean___ctor, (ChainOperationTypelessDepedency_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C75C0, void, ChainOperationTypelessDepedency_1_System_Boolean__Destroy, (ChainOperationTypelessDepedency_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C72E0, void, ChainOperationTypelessDepedency_1_System_Boolean__Execute, (ChainOperationTypelessDepedency_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C6F20, void, ChainOperationTypelessDepedency_1_System_Boolean__GetDependencies, (ChainOperationTypelessDepedency_1_System_Boolean_ * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * deps, MethodInfo * method)); DO_APP_FUNC(0x012C76F0, DownloadStatus, ChainOperationTypelessDepedency_1_System_Boolean__GetDownloadStatus, (ChainOperationTypelessDepedency_1_System_Boolean_ * __this, HashSet_1_System_Object_ * visited, MethodInfo * method)); DO_APP_FUNC(0x012C6FE0, void, ChainOperationTypelessDepedency_1_System_Boolean__Init, (ChainOperationTypelessDepedency_1_System_Boolean_ * __this, AsyncOperationHandle dependentOp, Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * callback, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x012C7160, bool, ChainOperationTypelessDepedency_1_System_Boolean__InvokeWaitForCompletion, (ChainOperationTypelessDepedency_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C7460, void, ChainOperationTypelessDepedency_1_System_Boolean__OnWrappedCompleted, (ChainOperationTypelessDepedency_1_System_Boolean_ * __this, AsyncOperationHandle_1_System_Boolean_ x, MethodInfo * method)); DO_APP_FUNC(0x012C77B0, void, ChainOperationTypelessDepedency_1_System_Boolean__RefreshDownloadStatus, (ChainOperationTypelessDepedency_1_System_Boolean_ * __this, HashSet_1_System_Object_ * visited, MethodInfo * method)); DO_APP_FUNC(0x012C7680, void, ChainOperationTypelessDepedency_1_System_Boolean__ReleaseDependencies, (ChainOperationTypelessDepedency_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C6E30, String *, ChainOperationTypelessDepedency_1_System_Boolean__get_DebugName, (ChainOperationTypelessDepedency_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C78F0, float, ChainOperationTypelessDepedency_1_System_Boolean__get_Progress, (ChainOperationTypelessDepedency_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C6D40, void, ChainOperationTypelessDepedency_1_System_Int64___ctor, (ChainOperationTypelessDepedency_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C80E0, void, ChainOperationTypelessDepedency_1_System_Int64__Destroy, (ChainOperationTypelessDepedency_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C7E00, void, ChainOperationTypelessDepedency_1_System_Int64__Execute, (ChainOperationTypelessDepedency_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C7BC0, void, ChainOperationTypelessDepedency_1_System_Int64__GetDependencies, (ChainOperationTypelessDepedency_1_System_Int64_ * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * deps, MethodInfo * method)); DO_APP_FUNC(0x012C76F0, DownloadStatus, ChainOperationTypelessDepedency_1_System_Int64__GetDownloadStatus, (ChainOperationTypelessDepedency_1_System_Int64_ * __this, HashSet_1_System_Object_ * visited, MethodInfo * method)); DO_APP_FUNC(0x012C6FE0, void, ChainOperationTypelessDepedency_1_System_Int64__Init, (ChainOperationTypelessDepedency_1_System_Int64_ * __this, AsyncOperationHandle dependentOp, Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * callback, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x012C7C80, bool, ChainOperationTypelessDepedency_1_System_Int64__InvokeWaitForCompletion, (ChainOperationTypelessDepedency_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C7F80, void, ChainOperationTypelessDepedency_1_System_Int64__OnWrappedCompleted, (ChainOperationTypelessDepedency_1_System_Int64_ * __this, AsyncOperationHandle_1_System_Int64_ x, MethodInfo * method)); DO_APP_FUNC(0x012C81A0, void, ChainOperationTypelessDepedency_1_System_Int64__RefreshDownloadStatus, (ChainOperationTypelessDepedency_1_System_Int64_ * __this, HashSet_1_System_Object_ * visited, MethodInfo * method)); DO_APP_FUNC(0x012C7680, void, ChainOperationTypelessDepedency_1_System_Int64__ReleaseDependencies, (ChainOperationTypelessDepedency_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C7AD0, String *, ChainOperationTypelessDepedency_1_System_Int64__get_DebugName, (ChainOperationTypelessDepedency_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C82E0, float, ChainOperationTypelessDepedency_1_System_Int64__get_Progress, (ChainOperationTypelessDepedency_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C6D40, void, ChainOperationTypelessDepedency_1_System_Object___ctor, (ChainOperationTypelessDepedency_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C8AD0, void, ChainOperationTypelessDepedency_1_System_Object__Destroy, (ChainOperationTypelessDepedency_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C87F0, void, ChainOperationTypelessDepedency_1_System_Object__Execute, (ChainOperationTypelessDepedency_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C85B0, void, ChainOperationTypelessDepedency_1_System_Object__GetDependencies, (ChainOperationTypelessDepedency_1_System_Object_ * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * deps, MethodInfo * method)); DO_APP_FUNC(0x012C76F0, DownloadStatus, ChainOperationTypelessDepedency_1_System_Object__GetDownloadStatus, (ChainOperationTypelessDepedency_1_System_Object_ * __this, HashSet_1_System_Object_ * visited, MethodInfo * method)); DO_APP_FUNC(0x012C6FE0, void, ChainOperationTypelessDepedency_1_System_Object__Init, (ChainOperationTypelessDepedency_1_System_Object_ * __this, AsyncOperationHandle dependentOp, Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 * callback, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x012C8670, bool, ChainOperationTypelessDepedency_1_System_Object__InvokeWaitForCompletion, (ChainOperationTypelessDepedency_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C8970, void, ChainOperationTypelessDepedency_1_System_Object__OnWrappedCompleted, (ChainOperationTypelessDepedency_1_System_Object_ * __this, AsyncOperationHandle_1_System_Object_ x, MethodInfo * method)); DO_APP_FUNC(0x012C8B90, void, ChainOperationTypelessDepedency_1_System_Object__RefreshDownloadStatus, (ChainOperationTypelessDepedency_1_System_Object_ * __this, HashSet_1_System_Object_ * visited, MethodInfo * method)); DO_APP_FUNC(0x012C7680, void, ChainOperationTypelessDepedency_1_System_Object__ReleaseDependencies, (ChainOperationTypelessDepedency_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C84C0, String *, ChainOperationTypelessDepedency_1_System_Object__get_DebugName, (ChainOperationTypelessDepedency_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C8CD0, float, ChainOperationTypelessDepedency_1_System_Object__get_Progress, (ChainOperationTypelessDepedency_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C8EB0, void, ChainOperationTypelessDepedency_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor, (ChainOperationTypelessDepedency_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C9760, void, ChainOperationTypelessDepedency_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__Destroy, (ChainOperationTypelessDepedency_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C9470, void, ChainOperationTypelessDepedency_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__Execute, (ChainOperationTypelessDepedency_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C9090, void, ChainOperationTypelessDepedency_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__GetDependencies, (ChainOperationTypelessDepedency_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * deps, MethodInfo * method)); DO_APP_FUNC(0x012C9890, DownloadStatus, ChainOperationTypelessDepedency_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__GetDownloadStatus, (ChainOperationTypelessDepedency_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, HashSet_1_System_Object_ * visited, MethodInfo * method)); DO_APP_FUNC(0x012C9150, void, ChainOperationTypelessDepedency_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__Init, (ChainOperationTypelessDepedency_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, AsyncOperationHandle dependentOp, Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__3 * callback, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x012C92D0, bool, ChainOperationTypelessDepedency_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__InvokeWaitForCompletion, (ChainOperationTypelessDepedency_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C95F0, void, ChainOperationTypelessDepedency_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__OnWrappedCompleted, (ChainOperationTypelessDepedency_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ x, MethodInfo * method)); DO_APP_FUNC(0x012C9950, void, ChainOperationTypelessDepedency_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__RefreshDownloadStatus, (ChainOperationTypelessDepedency_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, HashSet_1_System_Object_ * visited, MethodInfo * method)); DO_APP_FUNC(0x012C9820, void, ChainOperationTypelessDepedency_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__ReleaseDependencies, (ChainOperationTypelessDepedency_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C8FA0, String *, ChainOperationTypelessDepedency_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_DebugName, (ChainOperationTypelessDepedency_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C9A90, float, ChainOperationTypelessDepedency_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_Progress, (ChainOperationTypelessDepedency_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C8EB0, void, ChainOperation_2_System_Object_System_Object___ctor, (ChainOperation_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CA610, void, ChainOperation_2_System_Object_System_Object__Destroy, (ChainOperation_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CA330, void, ChainOperation_2_System_Object_System_Object__Execute, (ChainOperation_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C9F70, void, ChainOperation_2_System_Object_System_Object__GetDependencies, (ChainOperation_2_System_Object_System_Object_ * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * deps, MethodInfo * method)); DO_APP_FUNC(0x012CA710, DownloadStatus, ChainOperation_2_System_Object_System_Object__GetDownloadStatus, (ChainOperation_2_System_Object_System_Object_ * __this, HashSet_1_System_Object_ * visited, MethodInfo * method)); DO_APP_FUNC(0x012CA050, void, ChainOperation_2_System_Object_System_Object__Init, (ChainOperation_2_System_Object_System_Object_ * __this, AsyncOperationHandle_1_System_Object_ dependentOp, Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * callback, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x012CA1A0, bool, ChainOperation_2_System_Object_System_Object__InvokeWaitForCompletion, (ChainOperation_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CA4B0, void, ChainOperation_2_System_Object_System_Object__OnWrappedCompleted, (ChainOperation_2_System_Object_System_Object_ * __this, AsyncOperationHandle_1_System_Object_ x, MethodInfo * method)); DO_APP_FUNC(0x012CA7D0, void, ChainOperation_2_System_Object_System_Object__RefreshDownloadStatus, (ChainOperation_2_System_Object_System_Object_ * __this, HashSet_1_System_Object_ * visited, MethodInfo * method)); DO_APP_FUNC(0x012CA6B0, void, ChainOperation_2_System_Object_System_Object__ReleaseDependencies, (ChainOperation_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012C9C70, String *, ChainOperation_2_System_Object_System_Object__get_DebugName, (ChainOperation_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CA8F0, float, ChainOperation_2_System_Object_System_Object__get_Progress, (ChainOperation_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CAA90, void, ChainOperation_2_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor, (ChainOperation_2_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CB540, void, ChainOperation_2_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__Destroy, (ChainOperation_2_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CB250, void, ChainOperation_2_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__Execute, (ChainOperation_2_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CAE80, void, ChainOperation_2_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__GetDependencies, (ChainOperation_2_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * deps, MethodInfo * method)); DO_APP_FUNC(0x012CB640, DownloadStatus, ChainOperation_2_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__GetDownloadStatus, (ChainOperation_2_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, HashSet_1_System_Object_ * visited, MethodInfo * method)); DO_APP_FUNC(0x012CAF60, void, ChainOperation_2_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__Init, (ChainOperation_2_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ dependentOp, Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 * callback, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x012CB0B0, bool, ChainOperation_2_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__InvokeWaitForCompletion, (ChainOperation_2_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CB3D0, void, ChainOperation_2_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__OnWrappedCompleted, (ChainOperation_2_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ x, MethodInfo * method)); DO_APP_FUNC(0x012CB700, void, ChainOperation_2_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__RefreshDownloadStatus, (ChainOperation_2_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, HashSet_1_System_Object_ * visited, MethodInfo * method)); DO_APP_FUNC(0x012CB5E0, void, ChainOperation_2_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__ReleaseDependencies, (ChainOperation_2_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CAB80, String *, ChainOperation_2_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_DebugName, (ChainOperation_2_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CB820, float, ChainOperation_2_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_Progress, (ChainOperation_2_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CBBA0, void, ChangeEvent_1_System_Boolean___ctor, (ChangeEvent_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CBA20, ChangeEvent_1_System_Boolean_ *, ChangeEvent_1_System_Boolean__GetPooled, (bool previousValue, bool newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5838, ChangeEvent_1_System_Boolean__GetPooled__MethodInfo); DO_APP_FUNC(0x0101A000, void, ChangeEvent_1_System_Boolean__Init, (ChangeEvent_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CB9C0, void, ChangeEvent_1_System_Boolean__LocalInit, (ChangeEvent_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00648660, bool, ChangeEvent_1_System_Boolean__get_newValue, (ChangeEvent_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7620, ChangeEvent_1_System_Boolean__get_newValue__MethodInfo); DO_APP_FUNC(0x00562610, bool, ChangeEvent_1_System_Boolean__get_previousValue, (ChangeEvent_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00648670, void, ChangeEvent_1_System_Boolean__set_newValue, (ChangeEvent_1_System_Boolean_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00562620, void, ChangeEvent_1_System_Boolean__set_previousValue, (ChangeEvent_1_System_Boolean_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x012CBBA0, void, ChangeEvent_1_System_Int32___ctor, (ChangeEvent_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CBC30, ChangeEvent_1_System_Int32_ *, ChangeEvent_1_System_Int32__GetPooled, (int32_t previousValue, int32_t newValue, MethodInfo * method)); DO_APP_FUNC(0x0101A000, void, ChangeEvent_1_System_Int32__Init, (ChangeEvent_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CB9C0, void, ChangeEvent_1_System_Int32__LocalInit, (ChangeEvent_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CBC20, int32_t, ChangeEvent_1_System_Int32__get_newValue, (ChangeEvent_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D6B0, int32_t, ChangeEvent_1_System_Int32__get_previousValue, (ChangeEvent_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x004841A0, void, ChangeEvent_1_System_Int32__set_newValue, (ChangeEvent_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00609B20, void, ChangeEvent_1_System_Int32__set_previousValue, (ChangeEvent_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x012CBBA0, void, ChangeEvent_1_System_Object___ctor, (ChangeEvent_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101A0B0, ChangeEvent_1_System_Object_ *, ChangeEvent_1_System_Object__GetPooled, (Object * previousValue, Object * newValue, MethodInfo * method)); DO_APP_FUNC(0x0101A000, void, ChangeEvent_1_System_Object__Init, (ChangeEvent_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CB9C0, void, ChangeEvent_1_System_Object__LocalInit, (ChangeEvent_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7040, Object *, ChangeEvent_1_System_Object__get_newValue, (ChangeEvent_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, Object *, ChangeEvent_1_System_Object__get_previousValue, (ChangeEvent_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00591040, void, ChangeEvent_1_System_Object__set_newValue, (ChangeEvent_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, ChangeEvent_1_System_Object__set_previousValue, (ChangeEvent_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x012CBBA0, void, ChangeEvent_1_System_Single___ctor, (ChangeEvent_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CBE40, ChangeEvent_1_System_Single_ *, ChangeEvent_1_System_Single__GetPooled, (float previousValue, float newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7920, ChangeEvent_1_System_Single__GetPooled__MethodInfo); DO_APP_FUNC(0x0101A000, void, ChangeEvent_1_System_Single__Init, (ChangeEvent_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CBDD0, void, ChangeEvent_1_System_Single__LocalInit, (ChangeEvent_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CBDB0, float, ChangeEvent_1_System_Single__get_newValue, (ChangeEvent_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA74B0, ChangeEvent_1_System_Single__get_newValue__MethodInfo); DO_APP_FUNC(0x00A7D0F0, float, ChangeEvent_1_System_Single__get_previousValue, (ChangeEvent_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CBDC0, void, ChangeEvent_1_System_Single__set_newValue, (ChangeEvent_1_System_Single_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00A7D100, void, ChangeEvent_1_System_Single__set_previousValue, (ChangeEvent_1_System_Single_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x012CBBA0, void, ChangeEvent_1_UnityEngine_Vector2___ctor, (ChangeEvent_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CC090, ChangeEvent_1_UnityEngine_Vector2_ *, ChangeEvent_1_UnityEngine_Vector2__GetPooled, (Vector2 previousValue, Vector2 newValue, MethodInfo * method)); DO_APP_FUNC(0x0101A000, void, ChangeEvent_1_UnityEngine_Vector2__Init, (ChangeEvent_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CC010, void, ChangeEvent_1_UnityEngine_Vector2__LocalInit, (ChangeEvent_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CBFE0, Vector2, ChangeEvent_1_UnityEngine_Vector2__get_newValue, (ChangeEvent_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CBFC0, Vector2, ChangeEvent_1_UnityEngine_Vector2__get_previousValue, (ChangeEvent_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CC000, void, ChangeEvent_1_UnityEngine_Vector2__set_newValue, (ChangeEvent_1_UnityEngine_Vector2_ * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x010A9200, void, ChangeEvent_1_UnityEngine_Vector2__set_previousValue, (ChangeEvent_1_UnityEngine_Vector2_ * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x012CC210, void, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, bool open, ChannelType__Enum type, ChannelProperties * properties, uint16_t recipientId, String * recipientName, MethodInfo * method)); DO_APP_FUNC(0x012CC540, void, Channels_2_System_Object_System_Object___ctor, (Channels_2_System_Object_System_Object_ * __this, IChannelPriorityProvider * priorityProvider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53530, Channels_2_System_Object_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x012CCD10, bool, Channels_2_System_Object_System_Object__Close, (Channels_2_System_Object_System_Object_ * __this, Object * channel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C534E8, Channels_2_System_Object_System_Object__Close__MethodInfo); DO_APP_FUNC(0x012CC8D0, bool, Channels_2_System_Object_System_Object__Contains, (Channels_2_System_Object_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x012CD440, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_System_Object_, Channels_2_System_Object_System_Object__GetEnumerator, (Channels_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CC970, Object *, Channels_2_System_Object_System_Object__Open, (Channels_2_System_Object_System_Object_ * __this, Object * id, bool positional, ChannelPriority__Enum priority, float amplitudeMultiplier, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53550, Channels_2_System_Object_System_Object__Open__MethodInfo); DO_APP_FUNC(0x012CCFC0, void, Channels_2_System_Object_System_Object__Refresh, (Channels_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CC2E0, void, Channels_2_System_Object_System_Object__add_ClosedChannel, (Channels_2_System_Object_System_Object_ * __this, Action_2_Object_Dissonance_ChannelProperties_ * value, MethodInfo * method)); DO_APP_FUNC(0x010AA8D0, void, Channels_2_System_Object_System_Object__add_OpenedChannel, (Channels_2_System_Object_System_Object_ * __this, Action_2_Object_Dissonance_ChannelProperties_ * value, MethodInfo * method)); DO_APP_FUNC(0x012CC500, int32_t, Channels_2_System_Object_System_Object__get_Count, (Channels_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CC3F0, void, Channels_2_System_Object_System_Object__remove_ClosedChannel, (Channels_2_System_Object_System_Object_ * __this, Action_2_Object_Dissonance_ChannelProperties_ * value, MethodInfo * method)); DO_APP_FUNC(0x010AA9E0, void, Channels_2_System_Object_System_Object__remove_OpenedChannel, (Channels_2_System_Object_System_Object_ * __this, Action_2_Object_Dissonance_ChannelProperties_ * value, MethodInfo * method)); DO_APP_FUNC(0x012CD4B0, void, Channels_2_PlayerChannel_System_Object___ctor, (Channels_2_PlayerChannel_System_Object_ * __this, IChannelPriorityProvider * priorityProvider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C534F0, Channels_2_PlayerChannel_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x012CDBB0, bool, Channels_2_PlayerChannel_System_Object__Close, (Channels_2_PlayerChannel_System_Object_ * __this, PlayerChannel channel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C534E0, Channels_2_PlayerChannel_System_Object__Close__MethodInfo); DO_APP_FUNC(0x012CD840, bool, Channels_2_PlayerChannel_System_Object__Contains, (Channels_2_PlayerChannel_System_Object_ * __this, PlayerChannel item, MethodInfo * method)); DO_APP_FUNC(0x012CE180, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel_, Channels_2_PlayerChannel_System_Object__GetEnumerator, (Channels_2_PlayerChannel_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CD880, PlayerChannel, Channels_2_PlayerChannel_System_Object__Open, (Channels_2_PlayerChannel_System_Object_ * __this, Object * id, bool positional, ChannelPriority__Enum priority, float amplitudeMultiplier, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C534F8, Channels_2_PlayerChannel_System_Object__Open__MethodInfo); DO_APP_FUNC(0x012CDD80, void, Channels_2_PlayerChannel_System_Object__Refresh, (Channels_2_PlayerChannel_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CC2E0, void, Channels_2_PlayerChannel_System_Object__add_ClosedChannel, (Channels_2_PlayerChannel_System_Object_ * __this, Action_2_Object_Dissonance_ChannelProperties_ * value, MethodInfo * method)); DO_APP_FUNC(0x010AA8D0, void, Channels_2_PlayerChannel_System_Object__add_OpenedChannel, (Channels_2_PlayerChannel_System_Object_ * __this, Action_2_Object_Dissonance_ChannelProperties_ * value, MethodInfo * method)); DO_APP_FUNC(0x012CC500, int32_t, Channels_2_PlayerChannel_System_Object__get_Count, (Channels_2_PlayerChannel_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CC3F0, void, Channels_2_PlayerChannel_System_Object__remove_ClosedChannel, (Channels_2_PlayerChannel_System_Object_ * __this, Action_2_Object_Dissonance_ChannelProperties_ * value, MethodInfo * method)); DO_APP_FUNC(0x010AA9E0, void, Channels_2_PlayerChannel_System_Object__remove_OpenedChannel, (Channels_2_PlayerChannel_System_Object_ * __this, Action_2_Object_Dissonance_ChannelProperties_ * value, MethodInfo * method)); DO_APP_FUNC(0x012CE1F0, void, Channels_2_RoomChannel_RoomName___ctor, (Channels_2_RoomChannel_RoomName_ * __this, IChannelPriorityProvider * priorityProvider, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58F58, Channels_2_RoomChannel_RoomName___ctor__MethodInfo); DO_APP_FUNC(0x012CE9F0, bool, Channels_2_RoomChannel_RoomName__Close, (Channels_2_RoomChannel_RoomName_ * __this, RoomChannel channel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58FD0, Channels_2_RoomChannel_RoomName__Close__MethodInfo); DO_APP_FUNC(0x012CE580, bool, Channels_2_RoomChannel_RoomName__Contains, (Channels_2_RoomChannel_RoomName_ * __this, RoomChannel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59018, Channels_2_RoomChannel_RoomName__Contains__MethodInfo); DO_APP_FUNC(0x012CF180, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel_, Channels_2_RoomChannel_RoomName__GetEnumerator, (Channels_2_RoomChannel_RoomName_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57300, Channels_2_RoomChannel_RoomName__GetEnumerator__MethodInfo); DO_APP_FUNC(0x012CE620, RoomChannel, Channels_2_RoomChannel_RoomName__Open, (Channels_2_RoomChannel_RoomName_ * __this, RoomName id, bool positional, ChannelPriority__Enum priority, float amplitudeMultiplier, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57010, Channels_2_RoomChannel_RoomName__Open__MethodInfo); DO_APP_FUNC(0x012CEC60, void, Channels_2_RoomChannel_RoomName__Refresh, (Channels_2_RoomChannel_RoomName_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58C10, Channels_2_RoomChannel_RoomName__Refresh__MethodInfo); DO_APP_FUNC(0x012CC2E0, void, Channels_2_RoomChannel_RoomName__add_ClosedChannel, (Channels_2_RoomChannel_RoomName_ * __this, Action_2_Dissonance_RoomName_Dissonance_ChannelProperties_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58F60, Channels_2_RoomChannel_RoomName__add_ClosedChannel__MethodInfo); DO_APP_FUNC(0x010AA8D0, void, Channels_2_RoomChannel_RoomName__add_OpenedChannel, (Channels_2_RoomChannel_RoomName_ * __this, Action_2_Dissonance_RoomName_Dissonance_ChannelProperties_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58F68, Channels_2_RoomChannel_RoomName__add_OpenedChannel__MethodInfo); DO_APP_FUNC(0x012CC500, int32_t, Channels_2_RoomChannel_RoomName__get_Count, (Channels_2_RoomChannel_RoomName_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57380, Channels_2_RoomChannel_RoomName__get_Count__MethodInfo); DO_APP_FUNC(0x012CC3F0, void, Channels_2_RoomChannel_RoomName__remove_ClosedChannel, (Channels_2_RoomChannel_RoomName_ * __this, Action_2_Dissonance_RoomName_Dissonance_ChannelProperties_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DFA8, Channels_2_RoomChannel_RoomName__remove_ClosedChannel__MethodInfo); DO_APP_FUNC(0x010AA9E0, void, Channels_2_RoomChannel_RoomName__remove_OpenedChannel, (Channels_2_RoomChannel_RoomName_ * __this, Action_2_Dissonance_RoomName_Dissonance_ChannelProperties_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DF38, Channels_2_RoomChannel_RoomName__remove_OpenedChannel__MethodInfo); DO_APP_FUNC(0x012CF680, void, ClampedDragger_1_System_Int32___ctor, (ClampedDragger_1_System_Int32_ * __this, BaseSlider_1_System_Int32_ * slider, Action * clickHandler, Action * dragHandler, MethodInfo * method)); DO_APP_FUNC(0x012CF730, void, ClampedDragger_1_System_Int32__ProcessDownEvent, (ClampedDragger_1_System_Int32_ * __this, EventBase * evt, Vector2 localPosition, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x012CF830, void, ClampedDragger_1_System_Int32__ProcessMoveEvent, (ClampedDragger_1_System_Int32_ * __this, EventBase * evt, Vector2 localPosition, MethodInfo * method)); DO_APP_FUNC(0x012CF7E0, void, ClampedDragger_1_System_Int32__ProcessUpEvent, (ClampedDragger_1_System_Int32_ * __this, EventBase * evt, Vector2 localPosition, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x012CF200, void, ClampedDragger_1_System_Int32__add_dragging, (ClampedDragger_1_System_Int32_ * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x012CF3E0, void, ClampedDragger_1_System_Int32__add_draggingEnded, (ClampedDragger_1_System_Int32_ * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x012CF610, Vector2, ClampedDragger_1_System_Int32__get_delta, (ClampedDragger_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E400, ClampedDragger_1_T_DragDirection_System_Int32_ *, ClampedDragger_1_System_Int32__get_dragDirection, (ClampedDragger_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA70A0, ClampedDragger_1_System_Int32__get_dragDirection__MethodInfo); DO_APP_FUNC(0x012CF5E0, Vector2, ClampedDragger_1_System_Int32__get_startMousePosition, (ClampedDragger_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CF2F0, void, ClampedDragger_1_System_Int32__remove_dragging, (ClampedDragger_1_System_Int32_ * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x012CF4E0, void, ClampedDragger_1_System_Int32__remove_draggingEnded, (ClampedDragger_1_System_Int32_ * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x00C6E410, void, ClampedDragger_1_System_Int32__set_dragDirection, (ClampedDragger_1_System_Int32_ * __this, ClampedDragger_1_T_DragDirection_System_Int32_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7090, ClampedDragger_1_System_Int32__set_dragDirection__MethodInfo); DO_APP_FUNC(0x00A90550, void, ClampedDragger_1_System_Int32__set_slider, (ClampedDragger_1_System_Int32_ * __this, BaseSlider_1_System_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x012CF600, void, ClampedDragger_1_System_Int32__set_startMousePosition, (ClampedDragger_1_System_Int32_ * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x012CF680, void, ClampedDragger_1_System_Object___ctor, (ClampedDragger_1_System_Object_ * __this, BaseSlider_1_System_Object_ * slider, Action * clickHandler, Action * dragHandler, MethodInfo * method)); DO_APP_FUNC(0x012CF730, void, ClampedDragger_1_System_Object__ProcessDownEvent, (ClampedDragger_1_System_Object_ * __this, EventBase * evt, Vector2 localPosition, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x012CFE40, void, ClampedDragger_1_System_Object__ProcessMoveEvent, (ClampedDragger_1_System_Object_ * __this, EventBase * evt, Vector2 localPosition, MethodInfo * method)); DO_APP_FUNC(0x012CF7E0, void, ClampedDragger_1_System_Object__ProcessUpEvent, (ClampedDragger_1_System_Object_ * __this, EventBase * evt, Vector2 localPosition, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x012CFA60, void, ClampedDragger_1_System_Object__add_dragging, (ClampedDragger_1_System_Object_ * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x012CFC40, void, ClampedDragger_1_System_Object__add_draggingEnded, (ClampedDragger_1_System_Object_ * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x012CF610, Vector2, ClampedDragger_1_System_Object__get_delta, (ClampedDragger_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E400, ClampedDragger_1_T_DragDirection_System_Object_ *, ClampedDragger_1_System_Object__get_dragDirection, (ClampedDragger_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CF5E0, Vector2, ClampedDragger_1_System_Object__get_startMousePosition, (ClampedDragger_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012CFB50, void, ClampedDragger_1_System_Object__remove_dragging, (ClampedDragger_1_System_Object_ * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x012CFD40, void, ClampedDragger_1_System_Object__remove_draggingEnded, (ClampedDragger_1_System_Object_ * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x00C6E410, void, ClampedDragger_1_System_Object__set_dragDirection, (ClampedDragger_1_System_Object_ * __this, ClampedDragger_1_T_DragDirection_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x00A90550, void, ClampedDragger_1_System_Object__set_slider, (ClampedDragger_1_System_Object_ * __this, BaseSlider_1_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x012CF600, void, ClampedDragger_1_System_Object__set_startMousePosition, (ClampedDragger_1_System_Object_ * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x012CF680, void, ClampedDragger_1_System_Single___ctor, (ClampedDragger_1_System_Single_ * __this, BaseSlider_1_System_Single_ * slider, Action * clickHandler, Action * dragHandler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5040, ClampedDragger_1_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x012CF730, void, ClampedDragger_1_System_Single__ProcessDownEvent, (ClampedDragger_1_System_Single_ * __this, EventBase * evt, Vector2 localPosition, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x012D0450, void, ClampedDragger_1_System_Single__ProcessMoveEvent, (ClampedDragger_1_System_Single_ * __this, EventBase * evt, Vector2 localPosition, MethodInfo * method)); DO_APP_FUNC(0x012CF7E0, void, ClampedDragger_1_System_Single__ProcessUpEvent, (ClampedDragger_1_System_Single_ * __this, EventBase * evt, Vector2 localPosition, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x012D0070, void, ClampedDragger_1_System_Single__add_dragging, (ClampedDragger_1_System_Single_ * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x012D0250, void, ClampedDragger_1_System_Single__add_draggingEnded, (ClampedDragger_1_System_Single_ * __this, Action * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7340, ClampedDragger_1_System_Single__add_draggingEnded__MethodInfo); DO_APP_FUNC(0x012CF610, Vector2, ClampedDragger_1_System_Single__get_delta, (ClampedDragger_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA50D0, ClampedDragger_1_System_Single__get_delta__MethodInfo); DO_APP_FUNC(0x00C6E400, ClampedDragger_1_T_DragDirection_System_Single_ *, ClampedDragger_1_System_Single__get_dragDirection, (ClampedDragger_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA50E0, ClampedDragger_1_System_Single__get_dragDirection__MethodInfo); DO_APP_FUNC(0x012CF5E0, Vector2, ClampedDragger_1_System_Single__get_startMousePosition, (ClampedDragger_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5138, ClampedDragger_1_System_Single__get_startMousePosition__MethodInfo); DO_APP_FUNC(0x012D0160, void, ClampedDragger_1_System_Single__remove_dragging, (ClampedDragger_1_System_Single_ * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x012D0350, void, ClampedDragger_1_System_Single__remove_draggingEnded, (ClampedDragger_1_System_Single_ * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x00C6E410, void, ClampedDragger_1_System_Single__set_dragDirection, (ClampedDragger_1_System_Single_ * __this, ClampedDragger_1_T_DragDirection_System_Single_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5140, ClampedDragger_1_System_Single__set_dragDirection__MethodInfo); DO_APP_FUNC(0x00A90550, void, ClampedDragger_1_System_Single__set_slider, (ClampedDragger_1_System_Single_ * __this, BaseSlider_1_System_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x012CF600, void, ClampedDragger_1_System_Single__set_startMousePosition, (ClampedDragger_1_System_Single_ * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RoomClientsCollection_1_T_ClientIdComparer_System_Nullable_1___ctor, (RoomClientsCollection_1_T_ClientIdComparer_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D0680, int32_t, RoomClientsCollection_1_T_ClientIdComparer_System_Nullable_1__Compare, (RoomClientsCollection_1_T_ClientIdComparer_System_Nullable_1_ * __this, ClientInfo_1_System_Nullable_1_ * x, ClientInfo_1_System_Nullable_1_ * y, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RoomClientsCollection_1_T_ClientIdComparer_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (RoomClientsCollection_1_T_ClientIdComparer_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D0680, int32_t, RoomClientsCollection_1_T_ClientIdComparer_Dissonance_Integrations_PhotonBolt_BoltPeer__Compare, (RoomClientsCollection_1_T_ClientIdComparer_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * x, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * y, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RoomClientsCollection_1_T_ClientIdComparer_System_Object___ctor, (RoomClientsCollection_1_T_ClientIdComparer_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D0680, int32_t, RoomClientsCollection_1_T_ClientIdComparer_System_Object__Compare, (RoomClientsCollection_1_T_ClientIdComparer_System_Object_ * __this, ClientInfo_1_System_Object_ * x, ClientInfo_1_System_Object_ * y, MethodInfo * method)); DO_APP_FUNC(0x012D1130, void, ClientInfo_1_System_Nullable_1___cctor, (MethodInfo * method)); DO_APP_FUNC(0x012D07D0, void, ClientInfo_1_System_Nullable_1___ctor, (ClientInfo_1_System_Nullable_1_ * __this, String * playerName, uint16_t playerId, CodecSettings codecSettings, Nullable_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ connection, MethodInfo * method)); DO_APP_FUNC(0x012D0F50, bool, ClientInfo_1_System_Nullable_1__AddRoom, (ClientInfo_1_System_Nullable_1_ * __this, String * roomName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C534A8, ClientInfo_1_System_Nullable_1__AddRoom__MethodInfo); DO_APP_FUNC(0x012D0BF0, bool, ClientInfo_1_System_Nullable_1__Equals, (ClientInfo_1_System_Nullable_1_ * __this, ClientInfo_1_System_Nullable_1_ * other, MethodInfo * method)); DO_APP_FUNC(0x012D0D40, bool, ClientInfo_1_System_Nullable_1__Equals_1, (ClientInfo_1_System_Nullable_1_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x012D0E80, int32_t, ClientInfo_1_System_Nullable_1__GetHashCode, (ClientInfo_1_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D1040, bool, ClientInfo_1_System_Nullable_1__RemoveRoom, (ClientInfo_1_System_Nullable_1_ * __this, String * roomName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C534B0, ClientInfo_1_System_Nullable_1__RemoveRoom__MethodInfo); DO_APP_FUNC(0x012D0A60, String *, ClientInfo_1_System_Nullable_1__ToString, (ClientInfo_1_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D0740, CodecSettings, ClientInfo_1_System_Nullable_1__get_CodecSettings, (ClientInfo_1_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D0760, Nullable_1_Dissonance_Integrations_PhotonBolt_BoltPeer_, ClientInfo_1_System_Nullable_1__get_Connection, (ClientInfo_1_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00434A10, bool, ClientInfo_1_System_Nullable_1__get_IsConnected, (ClientInfo_1_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D0730, uint16_t, ClientInfo_1_System_Nullable_1__get_PlayerId, (ClientInfo_1_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, ClientInfo_1_System_Nullable_1__get_PlayerName, (ClientInfo_1_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, ReadOnlyCollection_1_System_String_ *, ClientInfo_1_System_Nullable_1__get_Rooms, (ClientInfo_1_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, PeerVoiceReceiver *, ClientInfo_1_System_Nullable_1__get_VoiceReceiver, (ClientInfo_1_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D0770, void, ClientInfo_1_System_Nullable_1__set_Connection, (ClientInfo_1_System_Nullable_1_ * __this, Nullable_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, MethodInfo * method)); DO_APP_FUNC(0x005391A0, void, ClientInfo_1_System_Nullable_1__set_IsConnected, (ClientInfo_1_System_Nullable_1_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, ClientInfo_1_System_Nullable_1__set_VoiceReceiver, (ClientInfo_1_System_Nullable_1_ * __this, PeerVoiceReceiver * value, MethodInfo * method)); DO_APP_FUNC(0x012D1A10, void, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer___cctor, (MethodInfo * method)); DO_APP_FUNC(0x012D12D0, void, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, String * playerName, uint16_t playerId, CodecSettings codecSettings, BoltPeer connection, MethodInfo * method)); DO_APP_FUNC(0x012D1830, bool, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer__AddRoom, (ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, String * roomName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53498, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer__AddRoom__MethodInfo); DO_APP_FUNC(0x012D0BF0, bool, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Equals, (ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * other, MethodInfo * method)); DO_APP_FUNC(0x012D16F0, bool, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Equals_1, (ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x012D0E80, int32_t, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer__GetHashCode, (ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D1920, bool, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer__RemoveRoom, (ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, String * roomName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C534A0, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer__RemoveRoom__MethodInfo); DO_APP_FUNC(0x012D1560, String *, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer__ToString, (ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D0740, CodecSettings, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer__get_CodecSettings, (ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, BoltPeer, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Connection, (ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x008FC900, bool, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer__get_IsConnected, (ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D0730, uint16_t, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer__get_PlayerId, (ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer__get_PlayerName, (ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, ReadOnlyCollection_1_System_String_ *, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Rooms, (ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, PeerVoiceReceiver *, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer__get_VoiceReceiver, (ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer__set_Connection, (ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer value, MethodInfo * method)); DO_APP_FUNC(0x00985F10, void, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer__set_IsConnected, (ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer__set_VoiceReceiver, (ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, PeerVoiceReceiver * value, MethodInfo * method)); DO_APP_FUNC(0x012D22C0, void, ClientInfo_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x012D1BB0, void, ClientInfo_1_System_Object___ctor, (ClientInfo_1_System_Object_ * __this, String * playerName, uint16_t playerId, CodecSettings codecSettings, Object * connection, MethodInfo * method)); DO_APP_FUNC(0x012D20E0, bool, ClientInfo_1_System_Object__AddRoom, (ClientInfo_1_System_Object_ * __this, String * roomName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53490, ClientInfo_1_System_Object__AddRoom__MethodInfo); DO_APP_FUNC(0x012D0BF0, bool, ClientInfo_1_System_Object__Equals, (ClientInfo_1_System_Object_ * __this, ClientInfo_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC(0x012D1FA0, bool, ClientInfo_1_System_Object__Equals_1, (ClientInfo_1_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x012D0E80, int32_t, ClientInfo_1_System_Object__GetHashCode, (ClientInfo_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D21D0, bool, ClientInfo_1_System_Object__RemoveRoom, (ClientInfo_1_System_Object_ * __this, String * roomName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53478, ClientInfo_1_System_Object__RemoveRoom__MethodInfo); DO_APP_FUNC(0x012D1E40, String *, ClientInfo_1_System_Object__ToString, (ClientInfo_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D0740, CodecSettings, ClientInfo_1_System_Object__get_CodecSettings, (ClientInfo_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Object *, ClientInfo_1_System_Object__get_Connection, (ClientInfo_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x008FC900, bool, ClientInfo_1_System_Object__get_IsConnected, (ClientInfo_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D0730, uint16_t, ClientInfo_1_System_Object__get_PlayerId, (ClientInfo_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, ClientInfo_1_System_Object__get_PlayerName, (ClientInfo_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, ReadOnlyCollection_1_System_String_ *, ClientInfo_1_System_Object__get_Rooms, (ClientInfo_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, PeerVoiceReceiver *, ClientInfo_1_System_Object__get_VoiceReceiver, (ClientInfo_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5330, void, ClientInfo_1_System_Object__set_Connection, (ClientInfo_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00985F10, void, ClientInfo_1_System_Object__set_IsConnected, (ClientInfo_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, ClientInfo_1_System_Object__set_VoiceReceiver, (ClientInfo_1_System_Object_ * __this, PeerVoiceReceiver * value, MethodInfo * method)); DO_APP_FUNC(0x012D2460, void, CollectionDebugView_1_System_Object___ctor, (CollectionDebugView_1_System_Object_ * __this, ICollection_1_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53480, CollectionDebugView_1_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x012D2520, Object__Array *, CollectionDebugView_1_System_Object__get_Items, (CollectionDebugView_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D2600, void, CollectionDebuggerProxy_1_System_Object___ctor, (CollectionDebuggerProxy_1_System_Object_ * __this, ICollection_1_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53488, CollectionDebuggerProxy_1_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x012D2520, Object__Array *, CollectionDebuggerProxy_1_System_Object__get_Items, (CollectionDebuggerProxy_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D26D0, void, CollectionPool_2_System_Object_UnityEngine_Color32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x010108F0, Object *, CollectionPool_2_System_Object_UnityEngine_Color32__Get, (MethodInfo * method)); DO_APP_FUNC(0x01171E40, PooledObject_1_System_Object_, CollectionPool_2_System_Object_UnityEngine_Color32__Get_1, (Object * * value, MethodInfo * method)); DO_APP_FUNC(0x01171F60, void, CollectionPool_2_System_Object_UnityEngine_Color32__Release, (Object * toRelease, MethodInfo * method)); DO_APP_FUNC(0x012D26D0, void, CollectionPool_2_System_Object_System_Int32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x010108F0, Object *, CollectionPool_2_System_Object_System_Int32__Get, (MethodInfo * method)); DO_APP_FUNC(0x01171E40, PooledObject_1_System_Object_, CollectionPool_2_System_Object_System_Int32__Get_1, (Object * * value, MethodInfo * method)); DO_APP_FUNC(0x01171F60, void, CollectionPool_2_System_Object_System_Int32__Release, (Object * toRelease, MethodInfo * method)); DO_APP_FUNC(0x012D26D0, void, CollectionPool_2_System_Object_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x010108F0, Object *, CollectionPool_2_System_Object_System_Object__Get, (MethodInfo * method)); DO_APP_FUNC(0x01171E40, PooledObject_1_System_Object_, CollectionPool_2_System_Object_System_Object__Get_1, (Object * * value, MethodInfo * method)); DO_APP_FUNC(0x01171F60, void, CollectionPool_2_System_Object_System_Object__Release, (Object * toRelease, MethodInfo * method)); DO_APP_FUNC(0x012D26D0, void, CollectionPool_2_System_Object_UnityEngine_UIVertex___cctor, (MethodInfo * method)); DO_APP_FUNC(0x010108F0, Object *, CollectionPool_2_System_Object_UnityEngine_UIVertex__Get, (MethodInfo * method)); DO_APP_FUNC(0x01171E40, PooledObject_1_System_Object_, CollectionPool_2_System_Object_UnityEngine_UIVertex__Get_1, (Object * * value, MethodInfo * method)); DO_APP_FUNC(0x01171F60, void, CollectionPool_2_System_Object_UnityEngine_UIVertex__Release, (Object * toRelease, MethodInfo * method)); DO_APP_FUNC(0x012D26D0, void, CollectionPool_2_System_Object_UnityEngine_Vector3___cctor, (MethodInfo * method)); DO_APP_FUNC(0x010108F0, Object *, CollectionPool_2_System_Object_UnityEngine_Vector3__Get, (MethodInfo * method)); DO_APP_FUNC(0x01171E40, PooledObject_1_System_Object_, CollectionPool_2_System_Object_UnityEngine_Vector3__Get_1, (Object * * value, MethodInfo * method)); DO_APP_FUNC(0x01171F60, void, CollectionPool_2_System_Object_UnityEngine_Vector3__Release, (Object * toRelease, MethodInfo * method)); DO_APP_FUNC(0x012D26D0, void, CollectionPool_2_System_Object_UnityEngine_Vector4___cctor, (MethodInfo * method)); DO_APP_FUNC(0x010108F0, Object *, CollectionPool_2_System_Object_UnityEngine_Vector4__Get, (MethodInfo * method)); DO_APP_FUNC(0x01171E40, PooledObject_1_System_Object_, CollectionPool_2_System_Object_UnityEngine_Vector4__Get_1, (Object * * value, MethodInfo * method)); DO_APP_FUNC(0x01171F60, void, CollectionPool_2_System_Object_UnityEngine_Vector4__Release, (Object * toRelease, MethodInfo * method)); DO_APP_FUNC(0x012D26D0, void, CollectionPool_2_System_Object_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor___cctor, (MethodInfo * method)); DO_APP_FUNC(0x010108F0, Object *, CollectionPool_2_System_Object_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Get, (MethodInfo * method)); DO_APP_FUNC(0x01171E40, PooledObject_1_System_Object_, CollectionPool_2_System_Object_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Get_1, (Object * * value, MethodInfo * method)); DO_APP_FUNC(0x01171F60, void, CollectionPool_2_System_Object_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Release, (Object * toRelease, MethodInfo * method)); DO_APP_FUNC(0x012D26D0, void, CollectionPool_2_System_Object_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState___cctor, (MethodInfo * method)); DO_APP_FUNC(0x010108F0, Object *, CollectionPool_2_System_Object_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Get, (MethodInfo * method)); DO_APP_FUNC(0x01171E40, PooledObject_1_System_Object_, CollectionPool_2_System_Object_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Get_1, (Object * * value, MethodInfo * method)); DO_APP_FUNC(0x01171F60, void, CollectionPool_2_System_Object_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Release, (Object * toRelease, MethodInfo * method)); DO_APP_FUNC(0x01121230, void, Collection_1_System_Object___ctor, (Collection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, Collection_1_System_Object___ctor_1, (Collection_1_System_Object_ * __this, IList_1_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x012D2C50, void, Collection_1_System_Object__Add, (Collection_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x012D2D30, void, Collection_1_System_Object__Clear, (Collection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D31E0, void, Collection_1_System_Object__ClearItems, (Collection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D2E20, bool, Collection_1_System_Object__Contains, (Collection_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x012D2DB0, void, Collection_1_System_Object__CopyTo, (Collection_1_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x012D2E80, IEnumerator_1_System_Object_ *, Collection_1_System_Object__GetEnumerator, (Collection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D2ED0, int32_t, Collection_1_System_Object__IndexOf, (Collection_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x012D2F30, void, Collection_1_System_Object__Insert, (Collection_1_System_Object_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x012D3230, void, Collection_1_System_Object__InsertItem, (Collection_1_System_Object_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x012D4090, bool, Collection_1_System_Object__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x012D3020, bool, Collection_1_System_Object__Remove, (Collection_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x012D3100, void, Collection_1_System_Object__RemoveAt, (Collection_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x012D32A0, void, Collection_1_System_Object__RemoveItem, (Collection_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x012D3300, void, Collection_1_System_Object__SetItem, (Collection_1_System_Object_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x012D3370, bool, Collection_1_System_Object__System_Collections_Generic_ICollection_T__get_IsReadOnly, (Collection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D3480, void, Collection_1_System_Object__System_Collections_ICollection_CopyTo, (Collection_1_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Collection_1_System_Object__System_Collections_ICollection_get_IsSynchronized, (Collection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D3410, Object *, Collection_1_System_Object__System_Collections_ICollection_get_SyncRoot, (Collection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D33C0, IEnumerator *, Collection_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (Collection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D39E0, int32_t, Collection_1_System_Object__System_Collections_IList_Add, (Collection_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x012D3BB0, bool, Collection_1_System_Object__System_Collections_IList_Contains, (Collection_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x012D3CB0, int32_t, Collection_1_System_Object__System_Collections_IList_IndexOf, (Collection_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x012D3DB0, void, Collection_1_System_Object__System_Collections_IList_Insert, (Collection_1_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x012D3F50, void, Collection_1_System_Object__System_Collections_IList_Remove, (Collection_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x012D3930, bool, Collection_1_System_Object__System_Collections_IList_get_IsFixedSize, (Collection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D3370, bool, Collection_1_System_Object__System_Collections_IList_get_IsReadOnly, (Collection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D2B00, Object *, Collection_1_System_Object__System_Collections_IList_get_Item, (Collection_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x012D37E0, void, Collection_1_System_Object__System_Collections_IList_set_Item, (Collection_1_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x012D2AB0, int32_t, Collection_1_System_Object__get_Count, (Collection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D2B00, Object *, Collection_1_System_Object__get_Item, (Collection_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_Object_ *, Collection_1_System_Object__get_Items, (Collection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D2B60, void, Collection_1_System_Object__set_Item, (Collection_1_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x012D43C0, void, CommandEventBase_1_System_Object___ctor, (CommandEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D41D0, Object *, CommandEventBase_1_System_Object__GetPooled, (Event_1 * systemEvent, MethodInfo * method)); DO_APP_FUNC(0x012D42A0, Object *, CommandEventBase_1_System_Object__GetPooled_1, (String * commandName, MethodInfo * method)); DO_APP_FUNC(0x0101A000, void, CommandEventBase_1_System_Object__Init, (CommandEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D4190, void, CommandEventBase_1_System_Object__LocalInit, (CommandEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D4100, String *, CommandEventBase_1_System_Object__get_commandName, (CommandEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, CommandEventBase_1_System_Object__set_commandName, (CommandEventBase_1_System_Object_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_ArraySegment_1___ctor, (Comparer_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D4440, Comparer_1_System_ArraySegment_1_ *, Comparer_1_System_ArraySegment_1__Create, (Comparison_1_ArraySegment_1_Byte_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53460, Comparer_1_System_ArraySegment_1__Create__MethodInfo); DO_APP_FUNC(0x012D4570, Comparer_1_System_ArraySegment_1_ *, Comparer_1_System_ArraySegment_1__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_System_ArraySegment_1__System_Collections_IComparer_Compare, (Comparer_1_System_ArraySegment_1_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_ArraySegment_1_ *, Comparer_1_System_ArraySegment_1__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor, (Comparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D4C60, Comparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ *, Comparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Create, (Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53450, Comparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Create__MethodInfo); DO_APP_FUNC(0x012D4D90, Comparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ *, Comparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D5300, int32_t, Comparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ *, Comparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta___ctor, (Comparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D54A0, Comparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ *, Comparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Create, (Comparison_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53458, Comparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Create__MethodInfo); DO_APP_FUNC(0x012D55D0, Comparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ *, Comparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D5300, int32_t, Comparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IComparer_Compare, (Comparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ *, Comparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Timeline_IntervalTree_1_Entry___ctor, (Comparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D5B40, Comparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ *, Comparer_1_UnityEngine_Timeline_IntervalTree_1_Entry__Create, (Comparison_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53430, Comparer_1_UnityEngine_Timeline_IntervalTree_1_Entry__Create__MethodInfo); DO_APP_FUNC(0x012D5C70, Comparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ *, Comparer_1_UnityEngine_Timeline_IntervalTree_1_Entry__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ *, Comparer_1_UnityEngine_Timeline_IntervalTree_1_Entry__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb___ctor, (Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D6380, Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ *, Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Create, (Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53438, Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Create__MethodInfo); DO_APP_FUNC(0x012D64B0, Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ *, Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IComparer_Compare, (Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ *, Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1__ctor, (Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x012D6A20, Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 *, Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Create, (Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53440, Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Create__MethodInfo); DO_APP_FUNC(0x012D6B50, Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 *, Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IComparer_Compare, (Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 *, Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2__ctor, (Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x012D70C0, Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 *, Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Create, (Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53418, Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Create__MethodInfo); DO_APP_FUNC(0x012D71F0, Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 *, Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D5300, int32_t, Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IComparer_Compare, (Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 *, Comparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_KeyValuePair_2_System_Guid_System_Object___ctor, (Comparer_1_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D7760, Comparer_1_KeyValuePair_2_System_Guid_System_Object_ *, Comparer_1_KeyValuePair_2_System_Guid_System_Object__Create, (Comparison_1_System_Collections_Generic_KeyValuePair_2_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53420, Comparer_1_KeyValuePair_2_System_Guid_System_Object__Create__MethodInfo); DO_APP_FUNC(0x012D7890, Comparer_1_KeyValuePair_2_System_Guid_System_Object_ *, Comparer_1_KeyValuePair_2_System_Guid_System_Object__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_KeyValuePair_2_System_Guid_System_Object__System_Collections_IComparer_Compare, (Comparer_1_KeyValuePair_2_System_Guid_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_KeyValuePair_2_System_Guid_System_Object_ *, Comparer_1_KeyValuePair_2_System_Guid_System_Object__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_KeyValuePair_2_System_Int32_System_Int32___ctor, (Comparer_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D7E00, Comparer_1_KeyValuePair_2_System_Int32_System_Int32_ *, Comparer_1_KeyValuePair_2_System_Int32_System_Int32__Create, (Comparison_1_System_Collections_Generic_KeyValuePair_2__1 * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53428, Comparer_1_KeyValuePair_2_System_Int32_System_Int32__Create__MethodInfo); DO_APP_FUNC(0x012D7F30, Comparer_1_KeyValuePair_2_System_Int32_System_Int32_ *, Comparer_1_KeyValuePair_2_System_Int32_System_Int32__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D84A0, int32_t, Comparer_1_KeyValuePair_2_System_Int32_System_Int32__System_Collections_IComparer_Compare, (Comparer_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_KeyValuePair_2_System_Int32_System_Int32_ *, Comparer_1_KeyValuePair_2_System_Int32_System_Int32__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_KeyValuePair_2_System_Int32_System_Object___ctor, (Comparer_1_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D8600, Comparer_1_KeyValuePair_2_System_Int32_System_Object_ *, Comparer_1_KeyValuePair_2_System_Int32_System_Object__Create, (Comparison_1_System_Collections_Generic_KeyValuePair_2__2 * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53408, Comparer_1_KeyValuePair_2_System_Int32_System_Object__Create__MethodInfo); DO_APP_FUNC(0x012D8730, Comparer_1_KeyValuePair_2_System_Int32_System_Object_ *, Comparer_1_KeyValuePair_2_System_Int32_System_Object__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_KeyValuePair_2_System_Int32_System_Object__System_Collections_IComparer_Compare, (Comparer_1_KeyValuePair_2_System_Int32_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_KeyValuePair_2_System_Int32_System_Object_ *, Comparer_1_KeyValuePair_2_System_Int32_System_Object__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_KeyValuePair_2_System_Int32Enum_System_Object___ctor, (Comparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D8CA0, Comparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ *, Comparer_1_KeyValuePair_2_System_Int32Enum_System_Object__Create, (Comparison_1_System_Collections_Generic_KeyValuePair_2__3 * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53410, Comparer_1_KeyValuePair_2_System_Int32Enum_System_Object__Create__MethodInfo); DO_APP_FUNC(0x012D8DD0, Comparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ *, Comparer_1_KeyValuePair_2_System_Int32Enum_System_Object__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_KeyValuePair_2_System_Int32Enum_System_Object__System_Collections_IComparer_Compare, (Comparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ *, Comparer_1_KeyValuePair_2_System_Int32Enum_System_Object__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1___ctor, (Comparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D9340, Comparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ *, Comparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1__Create, (Comparison_1_System_Collections_Generic_KeyValuePair_2__4 * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C533F0, Comparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1__Create__MethodInfo); DO_APP_FUNC(0x012D9470, Comparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ *, Comparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1__System_Collections_IComparer_Compare, (Comparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ *, Comparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_KeyValuePair_2_System_Object_System_Char___ctor, (Comparer_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012D99E0, Comparer_1_KeyValuePair_2_System_Object_System_Char_ *, Comparer_1_KeyValuePair_2_System_Object_System_Char__Create, (Comparison_1_System_Collections_Generic_KeyValuePair_2__5 * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C533F8, Comparer_1_KeyValuePair_2_System_Object_System_Char__Create__MethodInfo); DO_APP_FUNC(0x012D9B10, Comparer_1_KeyValuePair_2_System_Object_System_Char_ *, Comparer_1_KeyValuePair_2_System_Object_System_Char__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_KeyValuePair_2_System_Object_System_Char__System_Collections_IComparer_Compare, (Comparer_1_KeyValuePair_2_System_Object_System_Char_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_KeyValuePair_2_System_Object_System_Char_ *, Comparer_1_KeyValuePair_2_System_Object_System_Char__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_KeyValuePair_2_System_Object_System_Object___ctor, (Comparer_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012DA080, Comparer_1_KeyValuePair_2_System_Object_System_Object_ *, Comparer_1_KeyValuePair_2_System_Object_System_Object__Create, (Comparison_1_System_Collections_Generic_KeyValuePair_2__6 * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53400, Comparer_1_KeyValuePair_2_System_Object_System_Object__Create__MethodInfo); DO_APP_FUNC(0x012DA1B0, Comparer_1_KeyValuePair_2_System_Object_System_Object_ *, Comparer_1_KeyValuePair_2_System_Object_System_Object__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_KeyValuePair_2_System_Object_System_Object__System_Collections_IComparer_Compare, (Comparer_1_KeyValuePair_2_System_Object_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_KeyValuePair_2_System_Object_System_Object_ *, Comparer_1_KeyValuePair_2_System_Object_System_Object__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (Comparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012DA720, Comparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, Comparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Create, (Comparison_1_System_Collections_Generic_KeyValuePair_2__7 * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C533D8, Comparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Create__MethodInfo); DO_APP_FUNC(0x012DA850, Comparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, Comparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012DADC0, int32_t, Comparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IComparer_Compare, (Comparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, Comparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object___ctor, (Comparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012DAFE0, Comparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ *, Comparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__Create, (Comparison_1_System_Collections_Generic_KeyValuePair_2__8 * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C533E0, Comparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__Create__MethodInfo); DO_APP_FUNC(0x012DB110, Comparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ *, Comparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__System_Collections_IComparer_Compare, (Comparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ *, Comparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (Comparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012DB680, Comparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, Comparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__Create, (Comparison_1_System_Collections_Generic_KeyValuePair_2__9 * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C533E8, Comparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__Create__MethodInfo); DO_APP_FUNC(0x012DB7B0, Comparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, Comparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IComparer_Compare, (Comparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, Comparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_KeyValuePair_2_System_UInt16_System_Object___ctor, (Comparer_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012DBD20, Comparer_1_KeyValuePair_2_System_UInt16_System_Object_ *, Comparer_1_KeyValuePair_2_System_UInt16_System_Object__Create, (Comparison_1_System_Collections_Generic_KeyValuePair_2__10 * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C533C8, Comparer_1_KeyValuePair_2_System_UInt16_System_Object__Create__MethodInfo); DO_APP_FUNC(0x012DBE50, Comparer_1_KeyValuePair_2_System_UInt16_System_Object_ *, Comparer_1_KeyValuePair_2_System_UInt16_System_Object__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_KeyValuePair_2_System_UInt16_System_Object__System_Collections_IComparer_Compare, (Comparer_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_KeyValuePair_2_System_UInt16_System_Object_ *, Comparer_1_KeyValuePair_2_System_UInt16_System_Object__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_KeyValuePair_2_System_UInt64_System_Object___ctor, (Comparer_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012DC3C0, Comparer_1_KeyValuePair_2_System_UInt64_System_Object_ *, Comparer_1_KeyValuePair_2_System_UInt64_System_Object__Create, (Comparison_1_System_Collections_Generic_KeyValuePair_2__11 * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C533D0, Comparer_1_KeyValuePair_2_System_UInt64_System_Object__Create__MethodInfo); DO_APP_FUNC(0x012DC4F0, Comparer_1_KeyValuePair_2_System_UInt64_System_Object_ *, Comparer_1_KeyValuePair_2_System_UInt64_System_Object__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_KeyValuePair_2_System_UInt64_System_Object__System_Collections_IComparer_Compare, (Comparer_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_KeyValuePair_2_System_UInt64_System_Object_ *, Comparer_1_KeyValuePair_2_System_UInt64_System_Object__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Unity_Collections_NativeArray_1___ctor, (Comparer_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012DCA60, Comparer_1_Unity_Collections_NativeArray_1_ *, Comparer_1_Unity_Collections_NativeArray_1__Create, (Comparison_1_Unity_Collections_NativeArray_1_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C533B0, Comparer_1_Unity_Collections_NativeArray_1__Create__MethodInfo); DO_APP_FUNC(0x012DCB90, Comparer_1_Unity_Collections_NativeArray_1_ *, Comparer_1_Unity_Collections_NativeArray_1__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_Unity_Collections_NativeArray_1__System_Collections_IComparer_Compare, (Comparer_1_Unity_Collections_NativeArray_1_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Unity_Collections_NativeArray_1_ *, Comparer_1_Unity_Collections_NativeArray_1__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Unity_Collections_NativeArray_1__1__ctor, (Comparer_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x012DD100, Comparer_1_Unity_Collections_NativeArray_1__1 *, Comparer_1_Unity_Collections_NativeArray_1__1_Create, (Comparison_1_Unity_Collections_NativeArray_1__1 * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C533B8, Comparer_1_Unity_Collections_NativeArray_1__1_Create__MethodInfo); DO_APP_FUNC(0x012DD230, Comparer_1_Unity_Collections_NativeArray_1__1 *, Comparer_1_Unity_Collections_NativeArray_1__1_CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_Unity_Collections_NativeArray_1__1_System_Collections_IComparer_Compare, (Comparer_1_Unity_Collections_NativeArray_1__1 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Unity_Collections_NativeArray_1__1 *, Comparer_1_Unity_Collections_NativeArray_1__1_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo___ctor, (Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012DD7A0, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ *, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Create, (Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C533C0, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Create__MethodInfo); DO_APP_FUNC(0x012DD8D0, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ *, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ *, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Photon_Bolt_Collections_STuple_2___ctor, (Comparer_1_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012DDE40, Comparer_1_Photon_Bolt_Collections_STuple_2_ *, Comparer_1_Photon_Bolt_Collections_STuple_2__Create, (Comparison_1_Photon_Bolt_Collections_STuple_2_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53398, Comparer_1_Photon_Bolt_Collections_STuple_2__Create__MethodInfo); DO_APP_FUNC(0x012DDF70, Comparer_1_Photon_Bolt_Collections_STuple_2_ *, Comparer_1_Photon_Bolt_Collections_STuple_2__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_Photon_Bolt_Collections_STuple_2__System_Collections_IComparer_Compare, (Comparer_1_Photon_Bolt_Collections_STuple_2_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Photon_Bolt_Collections_STuple_2_ *, Comparer_1_Photon_Bolt_Collections_STuple_2__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_ValueTuple_1___ctor, (Comparer_1_System_ValueTuple_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012DE4E0, Comparer_1_System_ValueTuple_1_ *, Comparer_1_System_ValueTuple_1__Create, (Comparison_1_ValueTuple_1_Boolean_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C533A0, Comparer_1_System_ValueTuple_1__Create__MethodInfo); DO_APP_FUNC(0x012DE610, Comparer_1_System_ValueTuple_1_ *, Comparer_1_System_ValueTuple_1__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012DEB80, int32_t, Comparer_1_System_ValueTuple_1__System_Collections_IComparer_Compare, (Comparer_1_System_ValueTuple_1_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_ValueTuple_1_ *, Comparer_1_System_ValueTuple_1__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_ValueTuple_2___ctor, (Comparer_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012DECE0, Comparer_1_System_ValueTuple_2_ *, Comparer_1_System_ValueTuple_2__Create, (Comparison_1_ValueTuple_2_Int32_Object_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C533A8, Comparer_1_System_ValueTuple_2__Create__MethodInfo); DO_APP_FUNC(0x012DEE10, Comparer_1_System_ValueTuple_2_ *, Comparer_1_System_ValueTuple_2__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_System_ValueTuple_2__System_Collections_IComparer_Compare, (Comparer_1_System_ValueTuple_2_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_ValueTuple_2_ *, Comparer_1_System_ValueTuple_2__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_ValueTuple_2__1__ctor, (Comparer_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x012DF380, Comparer_1_System_ValueTuple_2__1 *, Comparer_1_System_ValueTuple_2__1_Create, (Comparison_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53388, Comparer_1_System_ValueTuple_2__1_Create__MethodInfo); DO_APP_FUNC(0x012DF4B0, Comparer_1_System_ValueTuple_2__1 *, Comparer_1_System_ValueTuple_2__1_CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012DFA20, int32_t, Comparer_1_System_ValueTuple_2__1_System_Collections_IComparer_Compare, (Comparer_1_System_ValueTuple_2__1 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_ValueTuple_2__1 *, Comparer_1_System_ValueTuple_2__1_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_ValueTuple_2__2__ctor, (Comparer_1_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x012DFBC0, Comparer_1_System_ValueTuple_2__2 *, Comparer_1_System_ValueTuple_2__2_Create, (Comparison_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53390, Comparer_1_System_ValueTuple_2__2_Create__MethodInfo); DO_APP_FUNC(0x012DFCF0, Comparer_1_System_ValueTuple_2__2 *, Comparer_1_System_ValueTuple_2__2_CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_System_ValueTuple_2__2_System_Collections_IComparer_Compare, (Comparer_1_System_ValueTuple_2__2 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_ValueTuple_2__2 *, Comparer_1_System_ValueTuple_2__2_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_ValueTuple_2__3__ctor, (Comparer_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x012E0260, Comparer_1_System_ValueTuple_2__3 *, Comparer_1_System_ValueTuple_2__3_Create, (Comparison_1_ValueTuple_2_Object_Int32_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53370, Comparer_1_System_ValueTuple_2__3_Create__MethodInfo); DO_APP_FUNC(0x012E0390, Comparer_1_System_ValueTuple_2__3 *, Comparer_1_System_ValueTuple_2__3_CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_System_ValueTuple_2__3_System_Collections_IComparer_Compare, (Comparer_1_System_ValueTuple_2__3 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_ValueTuple_2__3 *, Comparer_1_System_ValueTuple_2__3_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_ValueTuple_2__4__ctor, (Comparer_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x012E0900, Comparer_1_System_ValueTuple_2__4 *, Comparer_1_System_ValueTuple_2__4_Create, (Comparison_1_ValueTuple_2_Object_Object_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53378, Comparer_1_System_ValueTuple_2__4_Create__MethodInfo); DO_APP_FUNC(0x012E0A30, Comparer_1_System_ValueTuple_2__4 *, Comparer_1_System_ValueTuple_2__4_CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_System_ValueTuple_2__4_System_Collections_IComparer_Compare, (Comparer_1_System_ValueTuple_2__4 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_ValueTuple_2__4 *, Comparer_1_System_ValueTuple_2__4_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_ValueTuple_2__5__ctor, (Comparer_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x012E0FA0, Comparer_1_System_ValueTuple_2__5 *, Comparer_1_System_ValueTuple_2__5_Create, (Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53380, Comparer_1_System_ValueTuple_2__5_Create__MethodInfo); DO_APP_FUNC(0x012E10D0, Comparer_1_System_ValueTuple_2__5 *, Comparer_1_System_ValueTuple_2__5_CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_System_ValueTuple_2__5_System_Collections_IComparer_Compare, (Comparer_1_System_ValueTuple_2__5 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_ValueTuple_2__5 *, Comparer_1_System_ValueTuple_2__5_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_ValueTuple_2__6__ctor, (Comparer_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x012E1640, Comparer_1_System_ValueTuple_2__6 *, Comparer_1_System_ValueTuple_2__6_Create, (Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53358, Comparer_1_System_ValueTuple_2__6_Create__MethodInfo); DO_APP_FUNC(0x012E1770, Comparer_1_System_ValueTuple_2__6 *, Comparer_1_System_ValueTuple_2__6_CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E1CE0, int32_t, Comparer_1_System_ValueTuple_2__6_System_Collections_IComparer_Compare, (Comparer_1_System_ValueTuple_2__6 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_ValueTuple_2__6 *, Comparer_1_System_ValueTuple_2__6_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_ValueTuple_2__7__ctor, (Comparer_1_System_ValueTuple_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x012E1EE0, Comparer_1_System_ValueTuple_2__7 *, Comparer_1_System_ValueTuple_2__7_Create, (Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53360, Comparer_1_System_ValueTuple_2__7_Create__MethodInfo); DO_APP_FUNC(0x012E2010, Comparer_1_System_ValueTuple_2__7 *, Comparer_1_System_ValueTuple_2__7_CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E2580, int32_t, Comparer_1_System_ValueTuple_2__7_System_Collections_IComparer_Compare, (Comparer_1_System_ValueTuple_2__7 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_ValueTuple_2__7 *, Comparer_1_System_ValueTuple_2__7_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_AnimatorClipInfo___ctor, (Comparer_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012E2750, Comparer_1_UnityEngine_AnimatorClipInfo_ *, Comparer_1_UnityEngine_AnimatorClipInfo__Create, (Comparison_1_UnityEngine_AnimatorClipInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53368, Comparer_1_UnityEngine_AnimatorClipInfo__Create__MethodInfo); DO_APP_FUNC(0x012E2880, Comparer_1_UnityEngine_AnimatorClipInfo_ *, Comparer_1_UnityEngine_AnimatorClipInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D84A0, int32_t, Comparer_1_UnityEngine_AnimatorClipInfo__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_AnimatorClipInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_AnimatorClipInfo_ *, Comparer_1_UnityEngine_AnimatorClipInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor, (Comparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012E2DF0, Comparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ *, Comparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Create, (Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53348, Comparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Create__MethodInfo); DO_APP_FUNC(0x012E2F20, Comparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ *, Comparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ *, Comparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (Comparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012E3490, Comparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, Comparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Create, (Comparison_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53350, Comparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Create__MethodInfo); DO_APP_FUNC(0x012E35C0, Comparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, Comparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D84A0, int32_t, Comparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IComparer_Compare, (Comparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, Comparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit___ctor, (Comparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012E3B30, Comparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ *, Comparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Create, (Comparison_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53330, Comparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Create__MethodInfo); DO_APP_FUNC(0x012E3C60, Comparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ *, Comparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IComparer_Compare, (Comparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ *, Comparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_BoneWeight___ctor, (Comparer_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012E41D0, Comparer_1_UnityEngine_BoneWeight_ *, Comparer_1_UnityEngine_BoneWeight__Create, (Comparison_1_UnityEngine_BoneWeight_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53338, Comparer_1_UnityEngine_BoneWeight__Create__MethodInfo); DO_APP_FUNC(0x012E4300, Comparer_1_UnityEngine_BoneWeight_ *, Comparer_1_UnityEngine_BoneWeight__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D5300, int32_t, Comparer_1_UnityEngine_BoneWeight__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_BoneWeight_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_BoneWeight_ *, Comparer_1_UnityEngine_BoneWeight__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_Boolean___ctor, (Comparer_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012E4870, Comparer_1_System_Boolean_ *, Comparer_1_System_Boolean__Create, (Comparison_1_Boolean_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53340, Comparer_1_System_Boolean__Create__MethodInfo); DO_APP_FUNC(0x012E49A0, Comparer_1_System_Boolean_ *, Comparer_1_System_Boolean__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012DEB80, int32_t, Comparer_1_System_Boolean__System_Collections_IComparer_Compare, (Comparer_1_System_Boolean_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_Boolean_ *, Comparer_1_System_Boolean__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_Byte___ctor, (Comparer_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012E4F10, Comparer_1_System_Byte_ *, Comparer_1_System_Byte__Create, (Comparison_1_Byte_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C547E8, Comparer_1_System_Byte__Create__MethodInfo); DO_APP_FUNC(0x012E5040, Comparer_1_System_Byte_ *, Comparer_1_System_Byte__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012DEB80, int32_t, Comparer_1_System_Byte__System_Collections_IComparer_Compare, (Comparer_1_System_Byte_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_Byte_ *, Comparer_1_System_Byte__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_Threading_CancellationToken___ctor, (Comparer_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012E55B0, Comparer_1_System_Threading_CancellationToken_ *, Comparer_1_System_Threading_CancellationToken__Create, (Comparison_1_System_Threading_CancellationToken_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C547F0, Comparer_1_System_Threading_CancellationToken__Create__MethodInfo); DO_APP_FUNC(0x012E56E0, Comparer_1_System_Threading_CancellationToken_ *, Comparer_1_System_Threading_CancellationToken__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D84A0, int32_t, Comparer_1_System_Threading_CancellationToken__System_Collections_IComparer_Compare, (Comparer_1_System_Threading_CancellationToken_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_Threading_CancellationToken_ *, Comparer_1_System_Threading_CancellationToken__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_Char___ctor, (Comparer_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012E5C50, Comparer_1_System_Char_ *, Comparer_1_System_Char__Create, (Comparison_1_Char_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C547D0, Comparer_1_System_Char__Create__MethodInfo); DO_APP_FUNC(0x012E5D80, Comparer_1_System_Char_ *, Comparer_1_System_Char__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E62F0, int32_t, Comparer_1_System_Char__System_Collections_IComparer_Compare, (Comparer_1_System_Char_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_Char_ *, Comparer_1_System_Char__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Dissonance_Networking_ClientInfo___ctor, (Comparer_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012E6450, Comparer_1_Dissonance_Networking_ClientInfo_ *, Comparer_1_Dissonance_Networking_ClientInfo__Create, (Comparison_1_Dissonance_Networking_ClientInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C547D8, Comparer_1_Dissonance_Networking_ClientInfo__Create__MethodInfo); DO_APP_FUNC(0x012E6580, Comparer_1_Dissonance_Networking_ClientInfo_ *, Comparer_1_Dissonance_Networking_ClientInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_Dissonance_Networking_ClientInfo__System_Collections_IComparer_Compare, (Comparer_1_Dissonance_Networking_ClientInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Dissonance_Networking_ClientInfo_ *, Comparer_1_Dissonance_Networking_ClientInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Color___ctor, (Comparer_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012E6AF0, Comparer_1_UnityEngine_Color_ *, Comparer_1_UnityEngine_Color__Create, (Comparison_1_UnityEngine_Color_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C547E0, Comparer_1_UnityEngine_Color__Create__MethodInfo); DO_APP_FUNC(0x012E6C20, Comparer_1_UnityEngine_Color_ *, Comparer_1_UnityEngine_Color__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E7190, int32_t, Comparer_1_UnityEngine_Color__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Color_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Color_ *, Comparer_1_UnityEngine_Color__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Color32___ctor, (Comparer_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012E7310, Comparer_1_UnityEngine_Color32_ *, Comparer_1_UnityEngine_Color32__Create, (Comparison_1_UnityEngine_Color32_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C547C0, Comparer_1_UnityEngine_Color32__Create__MethodInfo); DO_APP_FUNC(0x012E7440, Comparer_1_UnityEngine_Color32_ *, Comparer_1_UnityEngine_Color32__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E79B0, int32_t, Comparer_1_UnityEngine_Color32__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Color32_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Color32_ *, Comparer_1_UnityEngine_Color32__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_CombineInstance___ctor, (Comparer_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012E7B10, Comparer_1_UnityEngine_CombineInstance_ *, Comparer_1_UnityEngine_CombineInstance__Create, (Comparison_1_UnityEngine_CombineInstance_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C547C8, Comparer_1_UnityEngine_CombineInstance__Create__MethodInfo); DO_APP_FUNC(0x012E7C40, Comparer_1_UnityEngine_CombineInstance_ *, Comparer_1_UnityEngine_CombineInstance__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E81B0, int32_t, Comparer_1_UnityEngine_CombineInstance__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_CombineInstance_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_CombineInstance_ *, Comparer_1_UnityEngine_CombineInstance__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_ComputedTransitionProperty___ctor, (Comparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012E8430, Comparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ *, Comparer_1_UnityEngine_UIElements_ComputedTransitionProperty__Create, (Comparison_1_UnityEngine_UIElements_ComputedTransitionProperty_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C547A8, Comparer_1_UnityEngine_UIElements_ComputedTransitionProperty__Create__MethodInfo); DO_APP_FUNC(0x012E8560, Comparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ *, Comparer_1_UnityEngine_UIElements_ComputedTransitionProperty__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ *, Comparer_1_UnityEngine_UIElements_ComputedTransitionProperty__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Pathfinding_Connection___ctor, (Comparer_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012E8AD0, Comparer_1_Pathfinding_Connection_ *, Comparer_1_Pathfinding_Connection__Create, (Comparison_1_Pathfinding_Connection_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C547B0, Comparer_1_Pathfinding_Connection__Create__MethodInfo); DO_APP_FUNC(0x012E8C00, Comparer_1_Pathfinding_Connection_ *, Comparer_1_Pathfinding_Connection__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_Pathfinding_Connection__System_Collections_IComparer_Compare, (Comparer_1_Pathfinding_Connection_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Pathfinding_Connection_ *, Comparer_1_Pathfinding_Connection__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Rewired_ControllerPollingInfo___ctor, (Comparer_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012E9170, Comparer_1_Rewired_ControllerPollingInfo_ *, Comparer_1_Rewired_ControllerPollingInfo__Create, (Comparison_1_Rewired_ControllerPollingInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C547B8, Comparer_1_Rewired_ControllerPollingInfo__Create__MethodInfo); DO_APP_FUNC(0x012E92A0, Comparer_1_Rewired_ControllerPollingInfo_ *, Comparer_1_Rewired_ControllerPollingInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E1CE0, int32_t, Comparer_1_Rewired_ControllerPollingInfo__System_Collections_IComparer_Compare, (Comparer_1_Rewired_ControllerPollingInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Rewired_ControllerPollingInfo_ *, Comparer_1_Rewired_ControllerPollingInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Rewired_ControllerTemplateElementTarget___ctor, (Comparer_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012E9810, Comparer_1_Rewired_ControllerTemplateElementTarget_ *, Comparer_1_Rewired_ControllerTemplateElementTarget__Create, (Comparison_1_Rewired_ControllerTemplateElementTarget_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54790, Comparer_1_Rewired_ControllerTemplateElementTarget__Create__MethodInfo); DO_APP_FUNC(0x012E9940, Comparer_1_Rewired_ControllerTemplateElementTarget_ *, Comparer_1_Rewired_ControllerTemplateElementTarget__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_Rewired_ControllerTemplateElementTarget__System_Collections_IComparer_Compare, (Comparer_1_Rewired_ControllerTemplateElementTarget_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Rewired_ControllerTemplateElementTarget_ *, Comparer_1_Rewired_ControllerTemplateElementTarget__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_SplineMesh_CurveSample___ctor, (Comparer_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012E9EB0, Comparer_1_SplineMesh_CurveSample_ *, Comparer_1_SplineMesh_CurveSample__Create, (Comparison_1_SplineMesh_CurveSample_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54798, Comparer_1_SplineMesh_CurveSample__Create__MethodInfo); DO_APP_FUNC(0x012E9FE0, Comparer_1_SplineMesh_CurveSample_ *, Comparer_1_SplineMesh_CurveSample__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012EA550, int32_t, Comparer_1_SplineMesh_CurveSample__System_Collections_IComparer_Compare, (Comparer_1_SplineMesh_CurveSample_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_SplineMesh_CurveSample_ *, Comparer_1_SplineMesh_CurveSample__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_DateTime___ctor, (Comparer_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012EA770, Comparer_1_System_DateTime_ *, Comparer_1_System_DateTime__Create, (Comparison_1_DateTime_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C547A0, Comparer_1_System_DateTime__Create__MethodInfo); DO_APP_FUNC(0x012EA8A0, Comparer_1_System_DateTime_ *, Comparer_1_System_DateTime__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D84A0, int32_t, Comparer_1_System_DateTime__System_Collections_IComparer_Compare, (Comparer_1_System_DateTime_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_DateTime_ *, Comparer_1_System_DateTime__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_DateTimeOffset___ctor, (Comparer_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012EAE10, Comparer_1_System_DateTimeOffset_ *, Comparer_1_System_DateTimeOffset__Create, (Comparison_1_DateTimeOffset_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54780, Comparer_1_System_DateTimeOffset__Create__MethodInfo); DO_APP_FUNC(0x012EAF40, Comparer_1_System_DateTimeOffset_ *, Comparer_1_System_DateTimeOffset__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_System_DateTimeOffset__System_Collections_IComparer_Compare, (Comparer_1_System_DateTimeOffset_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_DateTimeOffset_ *, Comparer_1_System_DateTimeOffset__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_Decimal___ctor, (Comparer_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012EB4B0, Comparer_1_System_Decimal_ *, Comparer_1_System_Decimal__Create, (Comparison_1_Decimal_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54788, Comparer_1_System_Decimal__Create__MethodInfo); DO_APP_FUNC(0x012EB5E0, Comparer_1_System_Decimal_ *, Comparer_1_System_Decimal__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_System_Decimal__System_Collections_IComparer_Compare, (Comparer_1_System_Decimal_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_Decimal_ *, Comparer_1_System_Decimal__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor, (Comparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012EBB50, Comparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ *, Comparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Create, (Comparison_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54768, Comparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Create__MethodInfo); DO_APP_FUNC(0x012EBC80, Comparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ *, Comparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012EC1F0, int32_t, Comparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ *, Comparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_Double___ctor, (Comparer_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012EC3C0, Comparer_1_System_Double_ *, Comparer_1_System_Double__Create, (Comparison_1_Double_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54770, Comparer_1_System_Double__Create__MethodInfo); DO_APP_FUNC(0x012EC4F0, Comparer_1_System_Double_ *, Comparer_1_System_Double__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012ECA60, int32_t, Comparer_1_System_Double__System_Collections_IComparer_Compare, (Comparer_1_System_Double_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_Double_ *, Comparer_1_System_Double__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_EasingFunction___ctor, (Comparer_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012ECBD0, Comparer_1_UnityEngine_UIElements_EasingFunction_ *, Comparer_1_UnityEngine_UIElements_EasingFunction__Create, (Comparison_1_UnityEngine_UIElements_EasingFunction_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54778, Comparer_1_UnityEngine_UIElements_EasingFunction__Create__MethodInfo); DO_APP_FUNC(0x012ECD00, Comparer_1_UnityEngine_UIElements_EasingFunction_ *, Comparer_1_UnityEngine_UIElements_EasingFunction__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E79B0, int32_t, Comparer_1_UnityEngine_UIElements_EasingFunction__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_EasingFunction_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_EasingFunction_ *, Comparer_1_UnityEngine_UIElements_EasingFunction__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Rewired_ElementAssignmentConflictInfo___ctor, (Comparer_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012ED270, Comparer_1_Rewired_ElementAssignmentConflictInfo_ *, Comparer_1_Rewired_ElementAssignmentConflictInfo__Create, (Comparison_1_Rewired_ElementAssignmentConflictInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54750, Comparer_1_Rewired_ElementAssignmentConflictInfo__Create__MethodInfo); DO_APP_FUNC(0x012ED3A0, Comparer_1_Rewired_ElementAssignmentConflictInfo_ *, Comparer_1_Rewired_ElementAssignmentConflictInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012ED910, int32_t, Comparer_1_Rewired_ElementAssignmentConflictInfo__System_Collections_IComparer_Compare, (Comparer_1_Rewired_ElementAssignmentConflictInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Rewired_ElementAssignmentConflictInfo_ *, Comparer_1_Rewired_ElementAssignmentConflictInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Discord_Entitlement___ctor, (Comparer_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012EDB00, Comparer_1_Discord_Entitlement_ *, Comparer_1_Discord_Entitlement__Create, (Comparison_1_Discord_Entitlement_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54758, Comparer_1_Discord_Entitlement__Create__MethodInfo); DO_APP_FUNC(0x012EDC30, Comparer_1_Discord_Entitlement_ *, Comparer_1_Discord_Entitlement__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_Discord_Entitlement__System_Collections_IComparer_Compare, (Comparer_1_Discord_Entitlement_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Discord_Entitlement_ *, Comparer_1_Discord_Entitlement__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Photon_Bolt_EventReliable___ctor, (Comparer_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012EE1A0, Comparer_1_Photon_Bolt_EventReliable_ *, Comparer_1_Photon_Bolt_EventReliable__Create, (Comparison_1_Photon_Bolt_EventReliable_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54760, Comparer_1_Photon_Bolt_EventReliable__Create__MethodInfo); DO_APP_FUNC(0x012EE2D0, Comparer_1_Photon_Bolt_EventReliable_ *, Comparer_1_Photon_Bolt_EventReliable__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_Photon_Bolt_EventReliable__System_Collections_IComparer_Compare, (Comparer_1_Photon_Bolt_EventReliable_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Photon_Bolt_EventReliable_ *, Comparer_1_Photon_Bolt_EventReliable__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Photon_Bolt_EventUnreliable___ctor, (Comparer_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012EE840, Comparer_1_Photon_Bolt_EventUnreliable_ *, Comparer_1_Photon_Bolt_EventUnreliable__Create, (Comparison_1_Photon_Bolt_EventUnreliable_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54740, Comparer_1_Photon_Bolt_EventUnreliable__Create__MethodInfo); DO_APP_FUNC(0x012EE970, Comparer_1_Photon_Bolt_EventUnreliable_ *, Comparer_1_Photon_Bolt_EventUnreliable__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_Photon_Bolt_EventUnreliable__System_Collections_IComparer_Compare, (Comparer_1_Photon_Bolt_EventUnreliable_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Photon_Bolt_EventUnreliable_ *, Comparer_1_Photon_Bolt_EventUnreliable__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Discord_FileStat___ctor, (Comparer_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012EEEE0, Comparer_1_Discord_FileStat_ *, Comparer_1_Discord_FileStat__Create, (Comparison_1_Discord_FileStat_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54748, Comparer_1_Discord_FileStat__Create__MethodInfo); DO_APP_FUNC(0x012EF010, Comparer_1_Discord_FileStat_ *, Comparer_1_Discord_FileStat__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_Discord_FileStat__System_Collections_IComparer_Compare, (Comparer_1_Discord_FileStat_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Discord_FileStat_ *, Comparer_1_Discord_FileStat__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor, (Comparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012EF580, Comparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ *, Comparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Create, (Comparison_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54728, Comparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Create__MethodInfo); DO_APP_FUNC(0x012EF6B0, Comparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ *, Comparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012ED910, int32_t, Comparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ *, Comparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_TextCore_GlyphRect___ctor, (Comparer_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012EFC20, Comparer_1_UnityEngine_TextCore_GlyphRect_ *, Comparer_1_UnityEngine_TextCore_GlyphRect__Create, (Comparison_1_UnityEngine_TextCore_GlyphRect_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54730, Comparer_1_UnityEngine_TextCore_GlyphRect__Create__MethodInfo); DO_APP_FUNC(0x012EFD50, Comparer_1_UnityEngine_TextCore_GlyphRect_ *, Comparer_1_UnityEngine_TextCore_GlyphRect__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_TextCore_GlyphRect__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_TextCore_GlyphRect_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_TextCore_GlyphRect_ *, Comparer_1_UnityEngine_TextCore_GlyphRect__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_Guid___ctor, (Comparer_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012F02C0, Comparer_1_System_Guid_ *, Comparer_1_System_Guid__Create, (Comparison_1_Guid_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54738, Comparer_1_System_Guid__Create__MethodInfo); DO_APP_FUNC(0x012F03F0, Comparer_1_System_Guid_ *, Comparer_1_System_Guid__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_System_Guid__System_Collections_IComparer_Compare, (Comparer_1_System_Guid_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_Guid_ *, Comparer_1_System_Guid__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Rewired_InputActionSourceData___ctor, (Comparer_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012F0960, Comparer_1_Rewired_InputActionSourceData_ *, Comparer_1_Rewired_InputActionSourceData__Create, (Comparison_1_Rewired_InputActionSourceData_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54710, Comparer_1_Rewired_InputActionSourceData__Create__MethodInfo); DO_APP_FUNC(0x012F0A90, Comparer_1_Rewired_InputActionSourceData_ *, Comparer_1_Rewired_InputActionSourceData__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_Rewired_InputActionSourceData__System_Collections_IComparer_Compare, (Comparer_1_Rewired_InputActionSourceData_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Rewired_InputActionSourceData_ *, Comparer_1_Rewired_InputActionSourceData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_InputSystem_InputBinding___ctor, (Comparer_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012F1000, Comparer_1_UnityEngine_InputSystem_InputBinding_ *, Comparer_1_UnityEngine_InputSystem_InputBinding__Create, (Comparison_1_UnityEngine_InputSystem_InputBinding_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54718, Comparer_1_UnityEngine_InputSystem_InputBinding__Create__MethodInfo); DO_APP_FUNC(0x012F1130, Comparer_1_UnityEngine_InputSystem_InputBinding_ *, Comparer_1_UnityEngine_InputSystem_InputBinding__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012F16A0, int32_t, Comparer_1_UnityEngine_InputSystem_InputBinding__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_InputSystem_InputBinding_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_InputSystem_InputBinding_ *, Comparer_1_UnityEngine_InputSystem_InputBinding__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_XR_InputDevice___ctor, (Comparer_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012F18F0, Comparer_1_UnityEngine_XR_InputDevice_ *, Comparer_1_UnityEngine_XR_InputDevice__Create, (Comparison_1_UnityEngine_XR_InputDevice_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54720, Comparer_1_UnityEngine_XR_InputDevice__Create__MethodInfo); DO_APP_FUNC(0x012F1A20, Comparer_1_UnityEngine_XR_InputDevice_ *, Comparer_1_UnityEngine_XR_InputDevice__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_XR_InputDevice__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_XR_InputDevice_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_XR_InputDevice_ *, Comparer_1_UnityEngine_XR_InputDevice__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription___ctor, (Comparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012F1F90, Comparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ *, Comparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Create, (Comparison_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54700, Comparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Create__MethodInfo); DO_APP_FUNC(0x012F20C0, Comparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ *, Comparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E1CE0, int32_t, Comparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ *, Comparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr___ctor, (Comparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012F2630, Comparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ *, Comparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Create, (Comparison_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54708, Comparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Create__MethodInfo); DO_APP_FUNC(0x012F2760, Comparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ *, Comparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D84A0, int32_t, Comparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ *, Comparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_Int16___ctor, (Comparer_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012F2CD0, Comparer_1_System_Int16_ *, Comparer_1_System_Int16__Create, (Comparison_1_Int16_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C546E8, Comparer_1_System_Int16__Create__MethodInfo); DO_APP_FUNC(0x012F2E00, Comparer_1_System_Int16_ *, Comparer_1_System_Int16__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E62F0, int32_t, Comparer_1_System_Int16__System_Collections_IComparer_Compare, (Comparer_1_System_Int16_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_Int16_ *, Comparer_1_System_Int16__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Pathfinding_Int3___ctor, (Comparer_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012F3370, Comparer_1_Pathfinding_Int3_ *, Comparer_1_Pathfinding_Int3__Create, (Comparison_1_Pathfinding_Int3_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C546F0, Comparer_1_Pathfinding_Int3__Create__MethodInfo); DO_APP_FUNC(0x012F34A0, Comparer_1_Pathfinding_Int3_ *, Comparer_1_Pathfinding_Int3__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012DFA20, int32_t, Comparer_1_Pathfinding_Int3__System_Collections_IComparer_Compare, (Comparer_1_Pathfinding_Int3_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Pathfinding_Int3_ *, Comparer_1_Pathfinding_Int3__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_Int32___ctor, (Comparer_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012F3A10, Comparer_1_System_Int32_ *, Comparer_1_System_Int32__Create, (Comparison_1_Int32_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C546F8, Comparer_1_System_Int32__Create__MethodInfo); DO_APP_FUNC(0x012F3B40, Comparer_1_System_Int32_ *, Comparer_1_System_Int32__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E79B0, int32_t, Comparer_1_System_Int32__System_Collections_IComparer_Compare, (Comparer_1_System_Int32_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_Int32_ *, Comparer_1_System_Int32__get_Default, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D540, Comparer_1_System_Int32__get_Default__MethodInfo); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_Int32Enum___ctor, (Comparer_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012F40B0, Comparer_1_System_Int32Enum_ *, Comparer_1_System_Int32Enum__Create, (Comparison_1_Int32Enum_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C546D0, Comparer_1_System_Int32Enum__Create__MethodInfo); DO_APP_FUNC(0x012F41E0, Comparer_1_System_Int32Enum_ *, Comparer_1_System_Int32Enum__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E79B0, int32_t, Comparer_1_System_Int32Enum__System_Collections_IComparer_Compare, (Comparer_1_System_Int32Enum_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_Int32Enum_ *, Comparer_1_System_Int32Enum__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_Int64___ctor, (Comparer_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012F4750, Comparer_1_System_Int64_ *, Comparer_1_System_Int64__Create, (Comparison_1_Int64_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C546D8, Comparer_1_System_Int64__Create__MethodInfo); DO_APP_FUNC(0x012F4880, Comparer_1_System_Int64_ *, Comparer_1_System_Int64__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D84A0, int32_t, Comparer_1_System_Int64__System_Collections_IComparer_Compare, (Comparer_1_System_Int64_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_Int64_ *, Comparer_1_System_Int64__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Pathfinding_ClipperLib_IntPoint___ctor, (Comparer_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012F4DF0, Comparer_1_Pathfinding_ClipperLib_IntPoint_ *, Comparer_1_Pathfinding_ClipperLib_IntPoint__Create, (Comparison_1_Pathfinding_ClipperLib_IntPoint_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C546E0, Comparer_1_Pathfinding_ClipperLib_IntPoint__Create__MethodInfo); DO_APP_FUNC(0x012F4F20, Comparer_1_Pathfinding_ClipperLib_IntPoint_ *, Comparer_1_Pathfinding_ClipperLib_IntPoint__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_Pathfinding_ClipperLib_IntPoint__System_Collections_IComparer_Compare, (Comparer_1_Pathfinding_ClipperLib_IntPoint_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Pathfinding_ClipperLib_IntPoint_ *, Comparer_1_Pathfinding_ClipperLib_IntPoint__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_IntPtr___ctor, (Comparer_1_System_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012F5490, Comparer_1_System_IntPtr_ *, Comparer_1_System_IntPtr__Create, (Comparison_1_IntPtr_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C546C0, Comparer_1_System_IntPtr__Create__MethodInfo); DO_APP_FUNC(0x012F55C0, Comparer_1_System_IntPtr_ *, Comparer_1_System_IntPtr__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D84A0, int32_t, Comparer_1_System_IntPtr__System_Collections_IComparer_Compare, (Comparer_1_System_IntPtr_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_IntPtr_ *, Comparer_1_System_IntPtr__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Pathfinding_IntRect___ctor, (Comparer_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012F5B30, Comparer_1_Pathfinding_IntRect_ *, Comparer_1_Pathfinding_IntRect__Create, (Comparison_1_Pathfinding_IntRect_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C546C8, Comparer_1_Pathfinding_IntRect__Create__MethodInfo); DO_APP_FUNC(0x012F5C60, Comparer_1_Pathfinding_IntRect_ *, Comparer_1_Pathfinding_IntRect__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_Pathfinding_IntRect__System_Collections_IComparer_Compare, (Comparer_1_Pathfinding_IntRect_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Pathfinding_IntRect_ *, Comparer_1_Pathfinding_IntRect__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Comparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012F61D0, Comparer_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Comparer_1_UnityEngine_InputSystem_Utilities_InternedString__Create, (Comparison_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C546A8, Comparer_1_UnityEngine_InputSystem_Utilities_InternedString__Create__MethodInfo); DO_APP_FUNC(0x012F6300, Comparer_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Comparer_1_UnityEngine_InputSystem_Utilities_InternedString__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Comparer_1_UnityEngine_InputSystem_Utilities_InternedString__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo___ctor, (Comparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012F6870, Comparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ *, Comparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Create, (Comparison_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C546B0, Comparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Create__MethodInfo); DO_APP_FUNC(0x012F69A0, Comparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ *, Comparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IComparer_Compare, (Comparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ *, Comparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Timeline_IntervalTreeNode___ctor, (Comparer_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012F6F10, Comparer_1_UnityEngine_Timeline_IntervalTreeNode_ *, Comparer_1_UnityEngine_Timeline_IntervalTreeNode__Create, (Comparison_1_UnityEngine_Timeline_IntervalTreeNode_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C546B8, Comparer_1_UnityEngine_Timeline_IntervalTreeNode__Create__MethodInfo); DO_APP_FUNC(0x012F7040, Comparer_1_UnityEngine_Timeline_IntervalTreeNode_ *, Comparer_1_UnityEngine_Timeline_IntervalTreeNode__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Timeline_IntervalTreeNode_ *, Comparer_1_UnityEngine_Timeline_IntervalTreeNode__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount___ctor, (Comparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012F75B0, Comparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ *, Comparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Create, (Comparison_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54690, Comparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Create__MethodInfo); DO_APP_FUNC(0x012F76E0, Comparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ *, Comparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IComparer_Compare, (Comparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ *, Comparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_KickedPlayer___ctor, (Comparer_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012F7C50, Comparer_1_KickedPlayer_ *, Comparer_1_KickedPlayer__Create, (Comparison_1_KickedPlayer_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54698, Comparer_1_KickedPlayer__Create__MethodInfo); DO_APP_FUNC(0x012F7D80, Comparer_1_KickedPlayer_ *, Comparer_1_KickedPlayer__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_KickedPlayer__System_Collections_IComparer_Compare, (Comparer_1_KickedPlayer_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_KickedPlayer_ *, Comparer_1_KickedPlayer__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_LayerMask___ctor, (Comparer_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012F82F0, Comparer_1_UnityEngine_LayerMask_ *, Comparer_1_UnityEngine_LayerMask__Create, (Comparison_1_UnityEngine_LayerMask_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C546A0, Comparer_1_UnityEngine_LayerMask__Create__MethodInfo); DO_APP_FUNC(0x012F8420, Comparer_1_UnityEngine_LayerMask_ *, Comparer_1_UnityEngine_LayerMask__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E79B0, int32_t, Comparer_1_UnityEngine_LayerMask__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_LayerMask_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_LayerMask_ *, Comparer_1_UnityEngine_LayerMask__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_ManipulatorActivationFilter___ctor, (Comparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012F8990, Comparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ *, Comparer_1_UnityEngine_UIElements_ManipulatorActivationFilter__Create, (Comparison_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54680, Comparer_1_UnityEngine_UIElements_ManipulatorActivationFilter__Create__MethodInfo); DO_APP_FUNC(0x012F8AC0, Comparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ *, Comparer_1_UnityEngine_UIElements_ManipulatorActivationFilter__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012DFA20, int32_t, Comparer_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ *, Comparer_1_UnityEngine_UIElements_ManipulatorActivationFilter__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Matrix4x4___ctor, (Comparer_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012F9030, Comparer_1_UnityEngine_Matrix4x4_ *, Comparer_1_UnityEngine_Matrix4x4__Create, (Comparison_1_UnityEngine_Matrix4x4_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54688, Comparer_1_UnityEngine_Matrix4x4__Create__MethodInfo); DO_APP_FUNC(0x012F9160, Comparer_1_UnityEngine_Matrix4x4_ *, Comparer_1_UnityEngine_Matrix4x4__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012F96D0, int32_t, Comparer_1_UnityEngine_Matrix4x4__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Matrix4x4_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Matrix4x4_ *, Comparer_1_UnityEngine_Matrix4x4__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters___ctor, (Comparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012F98C0, Comparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ *, Comparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Create, (Comparison_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54668, Comparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Create__MethodInfo); DO_APP_FUNC(0x012F99F0, Comparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ *, Comparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ *, Comparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_InputSystem_Utilities_NamedValue___ctor, (Comparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012F9F60, Comparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ *, Comparer_1_UnityEngine_InputSystem_Utilities_NamedValue__Create, (Comparison_1_UnityEngine_InputSystem_Utilities_NamedValue_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54670, Comparer_1_UnityEngine_InputSystem_Utilities_NamedValue__Create__MethodInfo); DO_APP_FUNC(0x012FA090, Comparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ *, Comparer_1_UnityEngine_InputSystem_Utilities_NamedValue__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ *, Comparer_1_UnityEngine_InputSystem_Utilities_NamedValue__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Photon_Bolt_NetworkPropertyInfo___ctor, (Comparer_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012FA600, Comparer_1_Photon_Bolt_NetworkPropertyInfo_ *, Comparer_1_Photon_Bolt_NetworkPropertyInfo__Create, (Comparison_1_Photon_Bolt_NetworkPropertyInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54678, Comparer_1_Photon_Bolt_NetworkPropertyInfo__Create__MethodInfo); DO_APP_FUNC(0x012FA730, Comparer_1_Photon_Bolt_NetworkPropertyInfo_ *, Comparer_1_Photon_Bolt_NetworkPropertyInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D5300, int32_t, Comparer_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_IComparer_Compare, (Comparer_1_Photon_Bolt_NetworkPropertyInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Photon_Bolt_NetworkPropertyInfo_ *, Comparer_1_Photon_Bolt_NetworkPropertyInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_Object___ctor, (Comparer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012FACA0, Comparer_1_System_Object_ *, Comparer_1_System_Object__Create, (Comparison_1_Object_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54650, Comparer_1_System_Object__Create__MethodInfo); DO_APP_FUNC(0x012FADD0, Comparer_1_System_Object_ *, Comparer_1_System_Object__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012FB340, int32_t, Comparer_1_System_Object__System_Collections_IComparer_Compare, (Comparer_1_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_Object_ *, Comparer_1_System_Object__get_Default, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F078, Comparer_1_System_Object__get_Default__MethodInfo); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData___ctor, (Comparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012FB4D0, Comparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ *, Comparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Create, (Comparison_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54658, Comparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Create__MethodInfo); DO_APP_FUNC(0x012FB600, Comparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ *, Comparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012EC1F0, int32_t, Comparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ *, Comparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Dissonance_Networking_Client_OpenChannel___ctor, (Comparer_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012FBB70, Comparer_1_Dissonance_Networking_Client_OpenChannel_ *, Comparer_1_Dissonance_Networking_Client_OpenChannel__Create, (Comparison_1_Dissonance_Networking_Client_OpenChannel_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54660, Comparer_1_Dissonance_Networking_Client_OpenChannel__Create__MethodInfo); DO_APP_FUNC(0x012FBCA0, Comparer_1_Dissonance_Networking_Client_OpenChannel_ *, Comparer_1_Dissonance_Networking_Client_OpenChannel__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D5300, int32_t, Comparer_1_Dissonance_Networking_Client_OpenChannel__System_Collections_IComparer_Compare, (Comparer_1_Dissonance_Networking_Client_OpenChannel_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Dissonance_Networking_Client_OpenChannel_ *, Comparer_1_Dissonance_Networking_Client_OpenChannel__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Photon_Bolt_Internal_PacketStats___ctor, (Comparer_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012FC210, Comparer_1_Photon_Bolt_Internal_PacketStats_ *, Comparer_1_Photon_Bolt_Internal_PacketStats__Create, (Comparison_1_Photon_Bolt_Internal_PacketStats_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54640, Comparer_1_Photon_Bolt_Internal_PacketStats__Create__MethodInfo); DO_APP_FUNC(0x012FC340, Comparer_1_Photon_Bolt_Internal_PacketStats_ *, Comparer_1_Photon_Bolt_Internal_PacketStats__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012DFA20, int32_t, Comparer_1_Photon_Bolt_Internal_PacketStats__System_Collections_IComparer_Compare, (Comparer_1_Photon_Bolt_Internal_PacketStats_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Photon_Bolt_Internal_PacketStats_ *, Comparer_1_Photon_Bolt_Internal_PacketStats__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_ParticleCollisionEvent___ctor, (Comparer_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012FC8B0, Comparer_1_UnityEngine_ParticleCollisionEvent_ *, Comparer_1_UnityEngine_ParticleCollisionEvent__Create, (Comparison_1_UnityEngine_ParticleCollisionEvent_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54648, Comparer_1_UnityEngine_ParticleCollisionEvent__Create__MethodInfo); DO_APP_FUNC(0x012FC9E0, Comparer_1_UnityEngine_ParticleCollisionEvent_ *, Comparer_1_UnityEngine_ParticleCollisionEvent__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E2580, int32_t, Comparer_1_UnityEngine_ParticleCollisionEvent__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_ParticleCollisionEvent_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_ParticleCollisionEvent_ *, Comparer_1_UnityEngine_ParticleCollisionEvent__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Playables_Playable___ctor, (Comparer_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012FCF50, Comparer_1_UnityEngine_Playables_Playable_ *, Comparer_1_UnityEngine_Playables_Playable__Create, (Comparison_1_UnityEngine_Playables_Playable_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54628, Comparer_1_UnityEngine_Playables_Playable__Create__MethodInfo); DO_APP_FUNC(0x012FD080, Comparer_1_UnityEngine_Playables_Playable_ *, Comparer_1_UnityEngine_Playables_Playable__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_Playables_Playable__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Playables_Playable_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Playables_Playable_ *, Comparer_1_UnityEngine_Playables_Playable__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Playables_PlayableBinding___ctor, (Comparer_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012FD5F0, Comparer_1_UnityEngine_Playables_PlayableBinding_ *, Comparer_1_UnityEngine_Playables_PlayableBinding__Create, (Comparison_1_UnityEngine_Playables_PlayableBinding_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54630, Comparer_1_UnityEngine_Playables_PlayableBinding__Create__MethodInfo); DO_APP_FUNC(0x012FD720, Comparer_1_UnityEngine_Playables_PlayableBinding_ *, Comparer_1_UnityEngine_Playables_PlayableBinding__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D5300, int32_t, Comparer_1_UnityEngine_Playables_PlayableBinding__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Playables_PlayableBinding_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Playables_PlayableBinding_ *, Comparer_1_UnityEngine_Playables_PlayableBinding__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Photon_Bolt_Priority___ctor, (Comparer_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012FDC90, Comparer_1_Photon_Bolt_Priority_ *, Comparer_1_Photon_Bolt_Priority__Create, (Comparison_1_Photon_Bolt_Priority_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54638, Comparer_1_Photon_Bolt_Priority__Create__MethodInfo); DO_APP_FUNC(0x012FDDC0, Comparer_1_Photon_Bolt_Priority_ *, Comparer_1_Photon_Bolt_Priority__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012DFA20, int32_t, Comparer_1_Photon_Bolt_Priority__System_Collections_IComparer_Compare, (Comparer_1_Photon_Bolt_Priority_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Photon_Bolt_Priority_ *, Comparer_1_Photon_Bolt_Priority__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Quaternion___ctor, (Comparer_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012FE330, Comparer_1_UnityEngine_Quaternion_ *, Comparer_1_UnityEngine_Quaternion__Create, (Comparison_1_UnityEngine_Quaternion_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54618, Comparer_1_UnityEngine_Quaternion__Create__MethodInfo); DO_APP_FUNC(0x012FE460, Comparer_1_UnityEngine_Quaternion_ *, Comparer_1_UnityEngine_Quaternion__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E7190, int32_t, Comparer_1_UnityEngine_Quaternion__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Quaternion_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Quaternion_ *, Comparer_1_UnityEngine_Quaternion__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_Xml_Schema_RangePositionInfo___ctor, (Comparer_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012FE9D0, Comparer_1_System_Xml_Schema_RangePositionInfo_ *, Comparer_1_System_Xml_Schema_RangePositionInfo__Create, (Comparison_1_System_Xml_Schema_RangePositionInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54620, Comparer_1_System_Xml_Schema_RangePositionInfo__Create__MethodInfo); DO_APP_FUNC(0x012FEB00, Comparer_1_System_Xml_Schema_RangePositionInfo_ *, Comparer_1_System_Xml_Schema_RangePositionInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_System_Xml_Schema_RangePositionInfo__System_Collections_IComparer_Compare, (Comparer_1_System_Xml_Schema_RangePositionInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_Xml_Schema_RangePositionInfo_ *, Comparer_1_System_Xml_Schema_RangePositionInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_RaycastHit___ctor, (Comparer_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012FF070, Comparer_1_UnityEngine_RaycastHit_ *, Comparer_1_UnityEngine_RaycastHit__Create, (Comparison_1_UnityEngine_RaycastHit_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE0B8, Comparer_1_UnityEngine_RaycastHit__Create__MethodInfo); DO_APP_FUNC(0x012FF1A0, Comparer_1_UnityEngine_RaycastHit_ *, Comparer_1_UnityEngine_RaycastHit__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012ED910, int32_t, Comparer_1_UnityEngine_RaycastHit__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_RaycastHit_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_RaycastHit_ *, Comparer_1_UnityEngine_RaycastHit__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_RaycastHit2D___ctor, (Comparer_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012FF710, Comparer_1_UnityEngine_RaycastHit2D_ *, Comparer_1_UnityEngine_RaycastHit2D__Create, (Comparison_1_UnityEngine_RaycastHit2D_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54600, Comparer_1_UnityEngine_RaycastHit2D__Create__MethodInfo); DO_APP_FUNC(0x012FF840, Comparer_1_UnityEngine_RaycastHit2D_ *, Comparer_1_UnityEngine_RaycastHit2D__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012FFDB0, int32_t, Comparer_1_UnityEngine_RaycastHit2D__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_RaycastHit2D_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_RaycastHit2D_ *, Comparer_1_UnityEngine_RaycastHit2D__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_EventSystems_RaycastResult___ctor, (Comparer_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012FFF70, Comparer_1_UnityEngine_EventSystems_RaycastResult_ *, Comparer_1_UnityEngine_EventSystems_RaycastResult__Create, (Comparison_1_UnityEngine_EventSystems_RaycastResult_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54608, Comparer_1_UnityEngine_EventSystems_RaycastResult__Create__MethodInfo); DO_APP_FUNC(0x013000A0, Comparer_1_UnityEngine_EventSystems_RaycastResult_ *, Comparer_1_UnityEngine_EventSystems_RaycastResult__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012DADC0, int32_t, Comparer_1_UnityEngine_EventSystems_RaycastResult__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_EventSystems_RaycastResult_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_EventSystems_RaycastResult_ *, Comparer_1_UnityEngine_EventSystems_RaycastResult__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Rect___ctor, (Comparer_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01300610, Comparer_1_UnityEngine_Rect_ *, Comparer_1_UnityEngine_Rect__Create, (Comparison_1_UnityEngine_Rect_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54610, Comparer_1_UnityEngine_Rect__Create__MethodInfo); DO_APP_FUNC(0x01300740, Comparer_1_UnityEngine_Rect_ *, Comparer_1_UnityEngine_Rect__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E7190, int32_t, Comparer_1_UnityEngine_Rect__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Rect_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Rect_ *, Comparer_1_UnityEngine_Rect__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo___ctor, (Comparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01300CB0, Comparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ *, Comparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Create, (Comparison_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C545F0, Comparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Create__MethodInfo); DO_APP_FUNC(0x01300DE0, Comparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ *, Comparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ *, Comparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Dissonance_RemoteChannel___ctor, (Comparer_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01301350, Comparer_1_Dissonance_RemoteChannel_ *, Comparer_1_Dissonance_RemoteChannel__Create, (Comparison_1_Dissonance_RemoteChannel_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C545F8, Comparer_1_Dissonance_RemoteChannel__Create__MethodInfo); DO_APP_FUNC(0x01301480, Comparer_1_Dissonance_RemoteChannel_ *, Comparer_1_Dissonance_RemoteChannel__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_Dissonance_RemoteChannel__System_Collections_IComparer_Compare, (Comparer_1_Dissonance_RemoteChannel_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Dissonance_RemoteChannel_ *, Comparer_1_Dissonance_RemoteChannel__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry___ctor, (Comparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013019F0, Comparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ *, Comparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Create, (Comparison_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C545D8, Comparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Create__MethodInfo); DO_APP_FUNC(0x01301B20, Comparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ *, Comparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ *, Comparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Rendering_RenderTargetIdentifier___ctor, (Comparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01302090, Comparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ *, Comparer_1_UnityEngine_Rendering_RenderTargetIdentifier__Create, (Comparison_1_UnityEngine_Rendering_RenderTargetIdentifier_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C545E0, Comparer_1_UnityEngine_Rendering_RenderTargetIdentifier__Create__MethodInfo); DO_APP_FUNC(0x013021C0, Comparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ *, Comparer_1_UnityEngine_Rendering_RenderTargetIdentifier__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E2580, int32_t, Comparer_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ *, Comparer_1_UnityEngine_Rendering_RenderTargetIdentifier__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Rendering_RendererUtils_RendererList___ctor, (Comparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01302730, Comparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ *, Comparer_1_UnityEngine_Rendering_RendererUtils_RendererList__Create, (Comparison_1_UnityEngine_Rendering_RendererUtils_RendererList_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C545E8, Comparer_1_UnityEngine_Rendering_RendererUtils_RendererList__Create__MethodInfo); DO_APP_FUNC(0x01302860, Comparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ *, Comparer_1_UnityEngine_Rendering_RendererUtils_RendererList__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ *, Comparer_1_UnityEngine_Rendering_RendererUtils_RendererList__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle___ctor, (Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01302DD0, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ *, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Create, (Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C545C0, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Create__MethodInfo); DO_APP_FUNC(0x01302F00, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ *, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D84A0, int32_t, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ *, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Resolution___ctor, (Comparer_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01303470, Comparer_1_UnityEngine_Resolution_ *, Comparer_1_UnityEngine_Resolution__Create, (Comparison_1_UnityEngine_Resolution_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C545C8, Comparer_1_UnityEngine_Resolution__Create__MethodInfo); DO_APP_FUNC(0x013035A0, Comparer_1_UnityEngine_Resolution_ *, Comparer_1_UnityEngine_Resolution__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012DFA20, int32_t, Comparer_1_UnityEngine_Resolution__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Resolution_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Resolution_ *, Comparer_1_UnityEngine_Resolution__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle___ctor, (Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01303B10, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ *, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Create, (Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C545D0, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Create__MethodInfo); DO_APP_FUNC(0x01303C40, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ *, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D84A0, int32_t, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ *, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Dissonance_RoomChannel___ctor, (Comparer_1_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013041B0, Comparer_1_Dissonance_RoomChannel_ *, Comparer_1_Dissonance_RoomChannel__Create, (Comparison_1_Dissonance_RoomChannel_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C545B0, Comparer_1_Dissonance_RoomChannel__Create__MethodInfo); DO_APP_FUNC(0x013042E0, Comparer_1_Dissonance_RoomChannel_ *, Comparer_1_Dissonance_RoomChannel__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E2580, int32_t, Comparer_1_Dissonance_RoomChannel__System_Collections_IComparer_Compare, (Comparer_1_Dissonance_RoomChannel_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Dissonance_RoomChannel_ *, Comparer_1_Dissonance_RoomChannel__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Dissonance_RoomMembership___ctor, (Comparer_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01304850, Comparer_1_Dissonance_RoomMembership_ *, Comparer_1_Dissonance_RoomMembership__Create, (Comparison_1_Dissonance_RoomMembership_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C545B8, Comparer_1_Dissonance_RoomMembership__Create__MethodInfo); DO_APP_FUNC(0x01304980, Comparer_1_Dissonance_RoomMembership_ *, Comparer_1_Dissonance_RoomMembership__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_Dissonance_RoomMembership__System_Collections_IComparer_Compare, (Comparer_1_Dissonance_RoomMembership_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Dissonance_RoomMembership_ *, Comparer_1_Dissonance_RoomMembership__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_RuleMatcher___ctor, (Comparer_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01304EF0, Comparer_1_UnityEngine_UIElements_RuleMatcher_ *, Comparer_1_UnityEngine_UIElements_RuleMatcher__Create, (Comparison_1_UnityEngine_UIElements_RuleMatcher_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54598, Comparer_1_UnityEngine_UIElements_RuleMatcher__Create__MethodInfo); DO_APP_FUNC(0x01305020, Comparer_1_UnityEngine_UIElements_RuleMatcher_ *, Comparer_1_UnityEngine_UIElements_RuleMatcher__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_UIElements_RuleMatcher__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_RuleMatcher_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_RuleMatcher_ *, Comparer_1_UnityEngine_UIElements_RuleMatcher__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_SByte___ctor, (Comparer_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01305590, Comparer_1_System_SByte_ *, Comparer_1_System_SByte__Create, (Comparison_1_SByte_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C545A0, Comparer_1_System_SByte__Create__MethodInfo); DO_APP_FUNC(0x013056C0, Comparer_1_System_SByte_ *, Comparer_1_System_SByte__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012DEB80, int32_t, Comparer_1_System_SByte__System_Collections_IComparer_Compare, (Comparer_1_System_SByte_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_SByte_ *, Comparer_1_System_SByte__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord___ctor, (Comparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01305C30, Comparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ *, Comparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Create, (Comparison_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C545A8, Comparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Create__MethodInfo); DO_APP_FUNC(0x01305D60, Comparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ *, Comparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ *, Comparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_Single___ctor, (Comparer_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013062D0, Comparer_1_System_Single_ *, Comparer_1_System_Single__Create, (Comparison_1_Single_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54580, Comparer_1_System_Single__Create__MethodInfo); DO_APP_FUNC(0x01306400, Comparer_1_System_Single_ *, Comparer_1_System_Single__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01306970, int32_t, Comparer_1_System_Single__System_Collections_IComparer_Compare, (Comparer_1_System_Single_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_Single_ *, Comparer_1_System_Single__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Discord_Sku___ctor, (Comparer_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01306AE0, Comparer_1_Discord_Sku_ *, Comparer_1_Discord_Sku__Create, (Comparison_1_Discord_Sku_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54588, Comparer_1_Discord_Sku__Create__MethodInfo); DO_APP_FUNC(0x01306C10, Comparer_1_Discord_Sku_ *, Comparer_1_Discord_Sku__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E2580, int32_t, Comparer_1_Discord_Sku__System_Collections_IComparer_Compare, (Comparer_1_Discord_Sku_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Discord_Sku_ *, Comparer_1_Discord_Sku__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_Net_Security_SslApplicationProtocol___ctor, (Comparer_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01307180, Comparer_1_System_Net_Security_SslApplicationProtocol_ *, Comparer_1_System_Net_Security_SslApplicationProtocol__Create, (Comparison_1_System_Net_Security_SslApplicationProtocol_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54590, Comparer_1_System_Net_Security_SslApplicationProtocol__Create__MethodInfo); DO_APP_FUNC(0x013072B0, Comparer_1_System_Net_Security_SslApplicationProtocol_ *, Comparer_1_System_Net_Security_SslApplicationProtocol__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_System_Net_Security_SslApplicationProtocol__System_Collections_IComparer_Compare, (Comparer_1_System_Net_Security_SslApplicationProtocol_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_Net_Security_SslApplicationProtocol_ *, Comparer_1_System_Net_Security_SslApplicationProtocol__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Steamworks_SteamItemDef_t___ctor, (Comparer_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01307820, Comparer_1_Steamworks_SteamItemDef_t_ *, Comparer_1_Steamworks_SteamItemDef_t__Create, (Comparison_1_Steamworks_SteamItemDef_t_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54570, Comparer_1_Steamworks_SteamItemDef_t__Create__MethodInfo); DO_APP_FUNC(0x01307950, Comparer_1_Steamworks_SteamItemDef_t_ *, Comparer_1_Steamworks_SteamItemDef_t__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E79B0, int32_t, Comparer_1_Steamworks_SteamItemDef_t__System_Collections_IComparer_Compare, (Comparer_1_Steamworks_SteamItemDef_t_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Steamworks_SteamItemDef_t_ *, Comparer_1_Steamworks_SteamItemDef_t__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Steamworks_SteamItemDetails_t___ctor, (Comparer_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01307EC0, Comparer_1_Steamworks_SteamItemDetails_t_ *, Comparer_1_Steamworks_SteamItemDetails_t__Create, (Comparison_1_Steamworks_SteamItemDetails_t_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54578, Comparer_1_Steamworks_SteamItemDetails_t__Create__MethodInfo); DO_APP_FUNC(0x01307FF0, Comparer_1_Steamworks_SteamItemDetails_t_ *, Comparer_1_Steamworks_SteamItemDetails_t__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_Steamworks_SteamItemDetails_t__System_Collections_IComparer_Compare, (Comparer_1_Steamworks_SteamItemDetails_t_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Steamworks_SteamItemDetails_t_ *, Comparer_1_Steamworks_SteamItemDetails_t__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_StylePropertyName___ctor, (Comparer_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01308560, Comparer_1_UnityEngine_UIElements_StylePropertyName_ *, Comparer_1_UnityEngine_UIElements_StylePropertyName__Create, (Comparison_1_UnityEngine_UIElements_StylePropertyName_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54550, Comparer_1_UnityEngine_UIElements_StylePropertyName__Create__MethodInfo); DO_APP_FUNC(0x01308690, Comparer_1_UnityEngine_UIElements_StylePropertyName_ *, Comparer_1_UnityEngine_UIElements_StylePropertyName__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_UIElements_StylePropertyName__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_StylePropertyName_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_StylePropertyName_ *, Comparer_1_UnityEngine_UIElements_StylePropertyName__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor, (Comparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01308C00, Comparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ *, Comparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Create, (Comparison_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54558, Comparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Create__MethodInfo); DO_APP_FUNC(0x01308D30, Comparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ *, Comparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ *, Comparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_StyleSelectorPart___ctor, (Comparer_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013092A0, Comparer_1_UnityEngine_UIElements_StyleSelectorPart_ *, Comparer_1_UnityEngine_UIElements_StyleSelectorPart__Create, (Comparison_1_UnityEngine_UIElements_StyleSelectorPart_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54568, Comparer_1_UnityEngine_UIElements_StyleSelectorPart__Create__MethodInfo); DO_APP_FUNC(0x013093D0, Comparer_1_UnityEngine_UIElements_StyleSelectorPart_ *, Comparer_1_UnityEngine_UIElements_StyleSelectorPart__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_StyleSelectorPart_ *, Comparer_1_UnityEngine_UIElements_StyleSelectorPart__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken___ctor, (Comparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01309940, Comparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ *, Comparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Create, (Comparison_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54530, Comparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Create__MethodInfo); DO_APP_FUNC(0x01309A70, Comparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ *, Comparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ *, Comparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_StyleSheets_StyleValue___ctor, (Comparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01309FE0, Comparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ *, Comparer_1_UnityEngine_UIElements_StyleSheets_StyleValue__Create, (Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54538, Comparer_1_UnityEngine_UIElements_StyleSheets_StyleValue__Create__MethodInfo); DO_APP_FUNC(0x0130A110, Comparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ *, Comparer_1_UnityEngine_UIElements_StyleSheets_StyleValue__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ *, Comparer_1_UnityEngine_UIElements_StyleSheets_StyleValue__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged___ctor, (Comparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0130A680, Comparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ *, Comparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Create, (Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54540, Comparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Create__MethodInfo); DO_APP_FUNC(0x0130A7B0, Comparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ *, Comparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ *, Comparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_StyleVariable___ctor, (Comparer_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0130AD20, Comparer_1_UnityEngine_UIElements_StyleVariable_ *, Comparer_1_UnityEngine_UIElements_StyleVariable__Create, (Comparison_1_UnityEngine_UIElements_StyleVariable_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54520, Comparer_1_UnityEngine_UIElements_StyleVariable__Create__MethodInfo); DO_APP_FUNC(0x0130AE50, Comparer_1_UnityEngine_UIElements_StyleVariable_ *, Comparer_1_UnityEngine_UIElements_StyleVariable__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_UnityEngine_UIElements_StyleVariable__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_StyleVariable_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_StyleVariable_ *, Comparer_1_UnityEngine_UIElements_StyleVariable__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Rendering_SubMeshDescriptor___ctor, (Comparer_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0130B3C0, Comparer_1_UnityEngine_Rendering_SubMeshDescriptor_ *, Comparer_1_UnityEngine_Rendering_SubMeshDescriptor__Create, (Comparison_1_UnityEngine_Rendering_SubMeshDescriptor_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54528, Comparer_1_UnityEngine_Rendering_SubMeshDescriptor__Create__MethodInfo); DO_APP_FUNC(0x0130B4F0, Comparer_1_UnityEngine_Rendering_SubMeshDescriptor_ *, Comparer_1_UnityEngine_Rendering_SubMeshDescriptor__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012EC1F0, int32_t, Comparer_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Rendering_SubMeshDescriptor_ *, Comparer_1_UnityEngine_Rendering_SubMeshDescriptor__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_InputSystem_Utilities_Substring___ctor, (Comparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0130BA60, Comparer_1_UnityEngine_InputSystem_Utilities_Substring_ *, Comparer_1_UnityEngine_InputSystem_Utilities_Substring__Create, (Comparison_1_UnityEngine_InputSystem_Utilities_Substring_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54508, Comparer_1_UnityEngine_InputSystem_Utilities_Substring__Create__MethodInfo); DO_APP_FUNC(0x0130BB90, Comparer_1_UnityEngine_InputSystem_Utilities_Substring_ *, Comparer_1_UnityEngine_InputSystem_Utilities_Substring__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_InputSystem_Utilities_Substring_ *, Comparer_1_UnityEngine_InputSystem_Utilities_Substring__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_TimeSpan___ctor, (Comparer_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0130C100, Comparer_1_System_TimeSpan_ *, Comparer_1_System_TimeSpan__Create, (Comparison_1_TimeSpan_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54510, Comparer_1_System_TimeSpan__Create__MethodInfo); DO_APP_FUNC(0x0130C230, Comparer_1_System_TimeSpan_ *, Comparer_1_System_TimeSpan__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D84A0, int32_t, Comparer_1_System_TimeSpan__System_Collections_IComparer_Compare, (Comparer_1_System_TimeSpan_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_TimeSpan_ *, Comparer_1_System_TimeSpan__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_TimeValue___ctor, (Comparer_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0130C7A0, Comparer_1_UnityEngine_UIElements_TimeValue_ *, Comparer_1_UnityEngine_UIElements_TimeValue__Create, (Comparison_1_UnityEngine_UIElements_TimeValue_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54518, Comparer_1_UnityEngine_UIElements_TimeValue__Create__MethodInfo); DO_APP_FUNC(0x0130C8D0, Comparer_1_UnityEngine_UIElements_TimeValue_ *, Comparer_1_UnityEngine_UIElements_TimeValue__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D84A0, int32_t, Comparer_1_UnityEngine_UIElements_TimeValue__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_TimeValue_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_TimeValue_ *, Comparer_1_UnityEngine_UIElements_TimeValue__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_TreeViewItemWrapper___ctor, (Comparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0130CE40, Comparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ *, Comparer_1_UnityEngine_UIElements_TreeViewItemWrapper__Create, (Comparison_1_UnityEngine_UIElements_TreeViewItemWrapper_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C544D8, Comparer_1_UnityEngine_UIElements_TreeViewItemWrapper__Create__MethodInfo); DO_APP_FUNC(0x0130CF70, Comparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ *, Comparer_1_UnityEngine_UIElements_TreeViewItemWrapper__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ *, Comparer_1_UnityEngine_UIElements_TreeViewItemWrapper__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Rewired_Utils_Classes_Data_TypeWrapper___ctor, (Comparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0130D4E0, Comparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ *, Comparer_1_Rewired_Utils_Classes_Data_TypeWrapper__Create, (Comparison_1_Rewired_Utils_Classes_Data_TypeWrapper_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C544E8, Comparer_1_Rewired_Utils_Classes_Data_TypeWrapper__Create__MethodInfo); DO_APP_FUNC(0x0130D610, Comparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ *, Comparer_1_Rewired_Utils_Classes_Data_TypeWrapper__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D5300, int32_t, Comparer_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IComparer_Compare, (Comparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ *, Comparer_1_Rewired_Utils_Classes_Data_TypeWrapper__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UICharInfo___ctor, (Comparer_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0130DB80, Comparer_1_UnityEngine_UICharInfo_ *, Comparer_1_UnityEngine_UICharInfo__Create, (Comparison_1_UnityEngine_UICharInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55E08, Comparer_1_UnityEngine_UICharInfo__Create__MethodInfo); DO_APP_FUNC(0x0130DCB0, Comparer_1_UnityEngine_UICharInfo_ *, Comparer_1_UnityEngine_UICharInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012DFA20, int32_t, Comparer_1_UnityEngine_UICharInfo__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UICharInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UICharInfo_ *, Comparer_1_UnityEngine_UICharInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UILineInfo___ctor, (Comparer_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0130E220, Comparer_1_UnityEngine_UILineInfo_ *, Comparer_1_UnityEngine_UILineInfo__Create, (Comparison_1_UnityEngine_UILineInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55E10, Comparer_1_UnityEngine_UILineInfo__Create__MethodInfo); DO_APP_FUNC(0x0130E350, Comparer_1_UnityEngine_UILineInfo_ *, Comparer_1_UnityEngine_UILineInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_UILineInfo__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UILineInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UILineInfo_ *, Comparer_1_UnityEngine_UILineInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIVertex___ctor, (Comparer_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0130E8C0, Comparer_1_UnityEngine_UIVertex_ *, Comparer_1_UnityEngine_UIVertex__Create, (Comparison_1_UnityEngine_UIVertex_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55DB8, Comparer_1_UnityEngine_UIVertex__Create__MethodInfo); DO_APP_FUNC(0x0130E9F0, Comparer_1_UnityEngine_UIVertex_ *, Comparer_1_UnityEngine_UIVertex__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0130EF60, int32_t, Comparer_1_UnityEngine_UIVertex__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIVertex_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIVertex_ *, Comparer_1_UnityEngine_UIVertex__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_UInt16___ctor, (Comparer_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0130F1F0, Comparer_1_System_UInt16_ *, Comparer_1_System_UInt16__Create, (Comparison_1_UInt16_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55DD8, Comparer_1_System_UInt16__Create__MethodInfo); DO_APP_FUNC(0x0130F320, Comparer_1_System_UInt16_ *, Comparer_1_System_UInt16__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E62F0, int32_t, Comparer_1_System_UInt16__System_Collections_IComparer_Compare, (Comparer_1_System_UInt16_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_UInt16_ *, Comparer_1_System_UInt16__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_UInt32___ctor, (Comparer_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0130F890, Comparer_1_System_UInt32_ *, Comparer_1_System_UInt32__Create, (Comparison_1_UInt32_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55DF8, Comparer_1_System_UInt32__Create__MethodInfo); DO_APP_FUNC(0x0130F9C0, Comparer_1_System_UInt32_ *, Comparer_1_System_UInt32__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E79B0, int32_t, Comparer_1_System_UInt32__System_Collections_IComparer_Compare, (Comparer_1_System_UInt32_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_UInt32_ *, Comparer_1_System_UInt32__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_UInt64___ctor, (Comparer_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0130FF30, Comparer_1_System_UInt64_ *, Comparer_1_System_UInt64__Create, (Comparison_1_UInt64_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55D88, Comparer_1_System_UInt64__Create__MethodInfo); DO_APP_FUNC(0x01310060, Comparer_1_System_UInt64_ *, Comparer_1_System_UInt64__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D84A0, int32_t, Comparer_1_System_UInt64__System_Collections_IComparer_Compare, (Comparer_1_System_UInt64_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_UInt64_ *, Comparer_1_System_UInt64__get_Default, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF780, Comparer_1_System_UInt64__get_Default__MethodInfo); DO_APP_FUNC(0x003AC050, void, Comparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture___ctor, (Comparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013105D0, Comparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ *, Comparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Create, (Comparison_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55DA0, Comparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Create__MethodInfo); DO_APP_FUNC(0x01310700, Comparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ *, Comparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IComparer_Compare, (Comparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ *, Comparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UdpKit_UdpEndPoint___ctor, (Comparer_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01310C70, Comparer_1_UdpKit_UdpEndPoint_ *, Comparer_1_UdpKit_UdpEndPoint__Create, (Comparison_1_UdpKit_UdpEndPoint_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55DA8, Comparer_1_UdpKit_UdpEndPoint__Create__MethodInfo); DO_APP_FUNC(0x01310DA0, Comparer_1_UdpKit_UdpEndPoint_ *, Comparer_1_UdpKit_UdpEndPoint__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01311310, int32_t, Comparer_1_UdpKit_UdpEndPoint__System_Collections_IComparer_Compare, (Comparer_1_UdpKit_UdpEndPoint_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UdpKit_UdpEndPoint_ *, Comparer_1_UdpKit_UdpEndPoint__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UdpKit_UdpIPv4Address___ctor, (Comparer_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013114C0, Comparer_1_UdpKit_UdpIPv4Address_ *, Comparer_1_UdpKit_UdpIPv4Address__Create, (Comparison_1_UdpKit_UdpIPv4Address_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55D50, Comparer_1_UdpKit_UdpIPv4Address__Create__MethodInfo); DO_APP_FUNC(0x013115F0, Comparer_1_UdpKit_UdpIPv4Address_ *, Comparer_1_UdpKit_UdpIPv4Address__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E79B0, int32_t, Comparer_1_UdpKit_UdpIPv4Address__System_Collections_IComparer_Compare, (Comparer_1_UdpKit_UdpIPv4Address_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UdpKit_UdpIPv4Address_ *, Comparer_1_UdpKit_UdpIPv4Address__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_InputSystem_XR_UsageHint___ctor, (Comparer_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01311B60, Comparer_1_UnityEngine_InputSystem_XR_UsageHint_ *, Comparer_1_UnityEngine_InputSystem_XR_UsageHint__Create, (Comparison_1_UnityEngine_InputSystem_XR_UsageHint_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55D70, Comparer_1_UnityEngine_InputSystem_XR_UsageHint__Create__MethodInfo); DO_APP_FUNC(0x01311C90, Comparer_1_UnityEngine_InputSystem_XR_UsageHint_ *, Comparer_1_UnityEngine_InputSystem_XR_UsageHint__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D84A0, int32_t, Comparer_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_InputSystem_XR_UsageHint_ *, Comparer_1_UnityEngine_InputSystem_XR_UsageHint__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Discord_User___ctor, (Comparer_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01312200, Comparer_1_Discord_User_ *, Comparer_1_Discord_User__Create, (Comparison_1_Discord_User_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55CE8, Comparer_1_Discord_User__Create__MethodInfo); DO_APP_FUNC(0x01312330, Comparer_1_Discord_User_ *, Comparer_1_Discord_User__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E2580, int32_t, Comparer_1_Discord_User__System_Collections_IComparer_Compare, (Comparer_1_Discord_User_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Discord_User_ *, Comparer_1_Discord_User__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Vector2___ctor, (Comparer_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013128A0, Comparer_1_UnityEngine_Vector2_ *, Comparer_1_UnityEngine_Vector2__Create, (Comparison_1_UnityEngine_Vector2_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55D08, Comparer_1_UnityEngine_Vector2__Create__MethodInfo); DO_APP_FUNC(0x013129D0, Comparer_1_UnityEngine_Vector2_ *, Comparer_1_UnityEngine_Vector2__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01312F40, int32_t, Comparer_1_UnityEngine_Vector2__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Vector2_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Vector2_ *, Comparer_1_UnityEngine_Vector2__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Vector2Int___ctor, (Comparer_1_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013130E0, Comparer_1_UnityEngine_Vector2Int_ *, Comparer_1_UnityEngine_Vector2Int__Create, (Comparison_1_UnityEngine_Vector2Int_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55D28, Comparer_1_UnityEngine_Vector2Int__Create__MethodInfo); DO_APP_FUNC(0x01313210, Comparer_1_UnityEngine_Vector2Int_ *, Comparer_1_UnityEngine_Vector2Int__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D84A0, int32_t, Comparer_1_UnityEngine_Vector2Int__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Vector2Int_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Vector2Int_ *, Comparer_1_UnityEngine_Vector2Int__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Vector3___ctor, (Comparer_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01313780, Comparer_1_UnityEngine_Vector3_ *, Comparer_1_UnityEngine_Vector3__Create, (Comparison_1_UnityEngine_Vector3_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55C88, Comparer_1_UnityEngine_Vector3__Create__MethodInfo); DO_APP_FUNC(0x013138B0, Comparer_1_UnityEngine_Vector3_ *, Comparer_1_UnityEngine_Vector3__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012DFA20, int32_t, Comparer_1_UnityEngine_Vector3__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Vector3_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Vector3_ *, Comparer_1_UnityEngine_Vector3__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Vector3Int___ctor, (Comparer_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01313E20, Comparer_1_UnityEngine_Vector3Int_ *, Comparer_1_UnityEngine_Vector3Int__Create, (Comparison_1_UnityEngine_Vector3Int_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55CB8, Comparer_1_UnityEngine_Vector3Int__Create__MethodInfo); DO_APP_FUNC(0x01313F50, Comparer_1_UnityEngine_Vector3Int_ *, Comparer_1_UnityEngine_Vector3Int__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012DFA20, int32_t, Comparer_1_UnityEngine_Vector3Int__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Vector3Int_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Vector3Int_ *, Comparer_1_UnityEngine_Vector3Int__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Vector4___ctor, (Comparer_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013144C0, Comparer_1_UnityEngine_Vector4_ *, Comparer_1_UnityEngine_Vector4__Create, (Comparison_1_UnityEngine_Vector4_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55CD8, Comparer_1_UnityEngine_Vector4__Create__MethodInfo); DO_APP_FUNC(0x013145F0, Comparer_1_UnityEngine_Vector4_ *, Comparer_1_UnityEngine_Vector4__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E7190, int32_t, Comparer_1_UnityEngine_Vector4__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Vector4_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Vector4_ *, Comparer_1_UnityEngine_Vector4__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Rendering_VertexAttributeDescriptor___ctor, (Comparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01314B60, Comparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ *, Comparer_1_UnityEngine_Rendering_VertexAttributeDescriptor__Create, (Comparison_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55C28, Comparer_1_UnityEngine_Rendering_VertexAttributeDescriptor__Create__MethodInfo); DO_APP_FUNC(0x01314C90, Comparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ *, Comparer_1_UnityEngine_Rendering_VertexAttributeDescriptor__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ *, Comparer_1_UnityEngine_Rendering_VertexAttributeDescriptor__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration___ctor, (Comparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01315200, Comparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ *, Comparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Create, (Comparison_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55C58, Comparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Create__MethodInfo); DO_APP_FUNC(0x01315330, Comparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ *, Comparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IComparer_Compare, (Comparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ *, Comparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Dissonance_Networking_VoicePacket___ctor, (Comparer_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013158A0, Comparer_1_Dissonance_Networking_VoicePacket_ *, Comparer_1_Dissonance_Networking_VoicePacket__Create, (Comparison_1_Dissonance_Networking_VoicePacket_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55BB0, Comparer_1_Dissonance_Networking_VoicePacket__Create__MethodInfo); DO_APP_FUNC(0x013159D0, Comparer_1_Dissonance_Networking_VoicePacket_ *, Comparer_1_Dissonance_Networking_VoicePacket__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E1CE0, int32_t, Comparer_1_Dissonance_Networking_VoicePacket__System_Collections_IComparer_Compare, (Comparer_1_Dissonance_Networking_VoicePacket_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Dissonance_Networking_VoicePacket_ *, Comparer_1_Dissonance_Networking_VoicePacket__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Pathfinding_Voxels_VoxelContour___ctor, (Comparer_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01315F40, Comparer_1_Pathfinding_Voxels_VoxelContour_ *, Comparer_1_Pathfinding_Voxels_VoxelContour__Create, (Comparison_1_Pathfinding_Voxels_VoxelContour_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55BD0, Comparer_1_Pathfinding_Voxels_VoxelContour__Create__MethodInfo); DO_APP_FUNC(0x01316070, Comparer_1_Pathfinding_Voxels_VoxelContour_ *, Comparer_1_Pathfinding_Voxels_VoxelContour__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D5300, int32_t, Comparer_1_Pathfinding_Voxels_VoxelContour__System_Collections_IComparer_Compare, (Comparer_1_Pathfinding_Voxels_VoxelContour_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Pathfinding_Voxels_VoxelContour_ *, Comparer_1_Pathfinding_Voxels_VoxelContour__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES___ctor, (Comparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013165E0, Comparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ *, Comparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Create, (Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55BF0, Comparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Create__MethodInfo); DO_APP_FUNC(0x01316710, Comparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ *, Comparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01316C80, int32_t, Comparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IComparer_Compare, (Comparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ *, Comparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO___ctor, (Comparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01316F50, Comparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ *, Comparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Create, (Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55B60, Comparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Create__MethodInfo); DO_APP_FUNC(0x01317080, Comparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ *, Comparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x013175F0, int32_t, Comparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IComparer_Compare, (Comparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ *, Comparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus___ctor, (Comparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01317890, Comparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ *, Comparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Create, (Comparison_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55B80, Comparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Create__MethodInfo); DO_APP_FUNC(0x013179C0, Comparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ *, Comparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IComparer_Compare, (Comparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ *, Comparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor___ctor, (Comparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01317F30, Comparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ *, Comparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Create, (Comparison_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55BA0, Comparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Create__MethodInfo); DO_APP_FUNC(0x01318060, Comparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ *, Comparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ *, Comparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_XR_XRNodeState___ctor, (Comparer_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013185D0, Comparer_1_UnityEngine_XR_XRNodeState_ *, Comparer_1_UnityEngine_XR_XRNodeState__Create, (Comparison_1_UnityEngine_XR_XRNodeState_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55B18, Comparer_1_UnityEngine_XR_XRNodeState__Create__MethodInfo); DO_APP_FUNC(0x01318700, Comparer_1_UnityEngine_XR_XRNodeState_ *, Comparer_1_UnityEngine_XR_XRNodeState__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01318C70, int32_t, Comparer_1_UnityEngine_XR_XRNodeState__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_XR_XRNodeState_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_XR_XRNodeState_ *, Comparer_1_UnityEngine_XR_XRNodeState__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Pathfinding_AdvancedSmooth_Turn___ctor, (Comparer_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01318EB0, Comparer_1_Pathfinding_AdvancedSmooth_Turn_ *, Comparer_1_Pathfinding_AdvancedSmooth_Turn__Create, (Comparison_1_Pathfinding_AdvancedSmooth_Turn_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55B38, Comparer_1_Pathfinding_AdvancedSmooth_Turn__Create__MethodInfo); DO_APP_FUNC(0x01318FE0, Comparer_1_Pathfinding_AdvancedSmooth_Turn_ *, Comparer_1_Pathfinding_AdvancedSmooth_Turn__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_IComparer_Compare, (Comparer_1_Pathfinding_AdvancedSmooth_Turn_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Pathfinding_AdvancedSmooth_Turn_ *, Comparer_1_Pathfinding_AdvancedSmooth_Turn__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo___ctor, (Comparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01319550, Comparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ *, Comparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Create, (Comparison_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55AB0, Comparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Create__MethodInfo); DO_APP_FUNC(0x01319680, Comparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ *, Comparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E2580, int32_t, Comparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ *, Comparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_BeforeRenderHelper_OrderBlock___ctor, (Comparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01319BF0, Comparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ *, Comparer_1_UnityEngine_BeforeRenderHelper_OrderBlock__Create, (Comparison_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55AD0, Comparer_1_UnityEngine_BeforeRenderHelper_OrderBlock__Create__MethodInfo); DO_APP_FUNC(0x01319D20, Comparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ *, Comparer_1_UnityEngine_BeforeRenderHelper_OrderBlock__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ *, Comparer_1_UnityEngine_BeforeRenderHelper_OrderBlock__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page___ctor, (Comparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0131A290, Comparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ *, Comparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Create, (Comparison_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55AF0, Comparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Create__MethodInfo); DO_APP_FUNC(0x0131A3C0, Comparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ *, Comparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D84A0, int32_t, Comparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ *, Comparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Camera_RenderRequest___ctor, (Comparer_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0131A930, Comparer_1_UnityEngine_Camera_RenderRequest_ *, Comparer_1_UnityEngine_Camera_RenderRequest__Create, (Comparison_1_UnityEngine_Camera_RenderRequest_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55A80, Comparer_1_UnityEngine_Camera_RenderRequest__Create__MethodInfo); DO_APP_FUNC(0x0131AA60, Comparer_1_UnityEngine_Camera_RenderRequest_ *, Comparer_1_UnityEngine_Camera_RenderRequest__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_UnityEngine_Camera_RenderRequest__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Camera_RenderRequest_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Camera_RenderRequest_ *, Comparer_1_UnityEngine_Camera_RenderRequest__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Cinemachine_CameraState_CustomBlendable___ctor, (Comparer_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0131AFD0, Comparer_1_Cinemachine_CameraState_CustomBlendable_ *, Comparer_1_Cinemachine_CameraState_CustomBlendable__Create, (Comparison_1_Cinemachine_CameraState_CustomBlendable_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55A88, Comparer_1_Cinemachine_CameraState_CustomBlendable__Create__MethodInfo); DO_APP_FUNC(0x0131B100, Comparer_1_Cinemachine_CameraState_CustomBlendable_ *, Comparer_1_Cinemachine_CameraState_CustomBlendable__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_Cinemachine_CameraState_CustomBlendable__System_Collections_IComparer_Compare, (Comparer_1_Cinemachine_CameraState_CustomBlendable_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Cinemachine_CameraState_CustomBlendable_ *, Comparer_1_Cinemachine_CameraState_CustomBlendable__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Cinemachine_CinemachineClearShot_Pair___ctor, (Comparer_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0131B670, Comparer_1_Cinemachine_CinemachineClearShot_Pair_ *, Comparer_1_Cinemachine_CinemachineClearShot_Pair__Create, (Comparison_1_Cinemachine_CinemachineClearShot_Pair_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55AA0, Comparer_1_Cinemachine_CinemachineClearShot_Pair__Create__MethodInfo); DO_APP_FUNC(0x0131B7A0, Comparer_1_Cinemachine_CinemachineClearShot_Pair_ *, Comparer_1_Cinemachine_CinemachineClearShot_Pair__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D84A0, int32_t, Comparer_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_IComparer_Compare, (Comparer_1_Cinemachine_CinemachineClearShot_Pair_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Cinemachine_CinemachineClearShot_Pair_ *, Comparer_1_Cinemachine_CinemachineClearShot_Pair__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair___ctor, (Comparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0131BD10, Comparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ *, Comparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Create, (Comparison_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55A50, Comparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Create__MethodInfo); DO_APP_FUNC(0x0131BE40, Comparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ *, Comparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D84A0, int32_t, Comparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IComparer_Compare, (Comparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ *, Comparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Cinemachine_ClipperLib_DoublePoint___ctor, (Comparer_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0131C3B0, Comparer_1_Cinemachine_ClipperLib_DoublePoint_ *, Comparer_1_Cinemachine_ClipperLib_DoublePoint__Create, (Comparison_1_Cinemachine_ClipperLib_DoublePoint_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55A68, Comparer_1_Cinemachine_ClipperLib_DoublePoint__Create__MethodInfo); DO_APP_FUNC(0x0131C4E0, Comparer_1_Cinemachine_ClipperLib_DoublePoint_ *, Comparer_1_Cinemachine_ClipperLib_DoublePoint__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0131CA50, int32_t, Comparer_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_IComparer_Compare, (Comparer_1_Cinemachine_ClipperLib_DoublePoint_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Cinemachine_ClipperLib_DoublePoint_ *, Comparer_1_Cinemachine_ClipperLib_DoublePoint__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Cinemachine_ClipperLib_IntPoint___ctor, (Comparer_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0131CBF0, Comparer_1_Cinemachine_ClipperLib_IntPoint_ *, Comparer_1_Cinemachine_ClipperLib_IntPoint__Create, (Comparison_1_Cinemachine_ClipperLib_IntPoint_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55A20, Comparer_1_Cinemachine_ClipperLib_IntPoint__Create__MethodInfo); DO_APP_FUNC(0x0131CD20, Comparer_1_Cinemachine_ClipperLib_IntPoint_ *, Comparer_1_Cinemachine_ClipperLib_IntPoint__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_Cinemachine_ClipperLib_IntPoint__System_Collections_IComparer_Compare, (Comparer_1_Cinemachine_ClipperLib_IntPoint_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Cinemachine_ClipperLib_IntPoint_ *, Comparer_1_Cinemachine_ClipperLib_IntPoint__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Cinemachine_ConfinerOven_PolygonSolution___ctor, (Comparer_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0131D290, Comparer_1_Cinemachine_ConfinerOven_PolygonSolution_ *, Comparer_1_Cinemachine_ConfinerOven_PolygonSolution__Create, (Comparison_1_Cinemachine_ConfinerOven_PolygonSolution_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55A28, Comparer_1_Cinemachine_ConfinerOven_PolygonSolution__Create__MethodInfo); DO_APP_FUNC(0x0131D3C0, Comparer_1_Cinemachine_ConfinerOven_PolygonSolution_ *, Comparer_1_Cinemachine_ConfinerOven_PolygonSolution__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IComparer_Compare, (Comparer_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Cinemachine_ConfinerOven_PolygonSolution_ *, Comparer_1_Cinemachine_ConfinerOven_PolygonSolution__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB___ctor, (Comparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0131D930, Comparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ *, Comparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Create, (Comparison_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55A40, Comparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Create__MethodInfo); DO_APP_FUNC(0x0131DA60, Comparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ *, Comparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012DFA20, int32_t, Comparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IComparer_Compare, (Comparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ *, Comparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___ctor, (Comparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0131DFD0, Comparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ *, Comparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Create, (Comparison_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55A00, Comparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Create__MethodInfo); DO_APP_FUNC(0x0131E100, Comparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ *, Comparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D5300, int32_t, Comparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ *, Comparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper___ctor, (Comparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0131E670, Comparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ *, Comparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Create, (Comparison_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55A10, Comparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Create__MethodInfo); DO_APP_FUNC(0x0131E7A0, Comparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ *, Comparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IComparer_Compare, (Comparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ *, Comparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Photon_Bolt_EventDispatcher_EventListener___ctor, (Comparer_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0131ED10, Comparer_1_Photon_Bolt_EventDispatcher_EventListener_ *, Comparer_1_Photon_Bolt_EventDispatcher_EventListener__Create, (Comparison_1_Photon_Bolt_EventDispatcher_EventListener_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55A18, Comparer_1_Photon_Bolt_EventDispatcher_EventListener__Create__MethodInfo); DO_APP_FUNC(0x0131EE40, Comparer_1_Photon_Bolt_EventDispatcher_EventListener_ *, Comparer_1_Photon_Bolt_EventDispatcher_EventListener__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IComparer_Compare, (Comparer_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Photon_Bolt_EventDispatcher_EventListener_ *, Comparer_1_Photon_Bolt_EventDispatcher_EventListener__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent___ctor, (Comparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0131F3B0, Comparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ *, Comparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Create, (Comparison_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C559E0, Comparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Create__MethodInfo); DO_APP_FUNC(0x0131F4E0, Comparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ *, Comparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0131FA50, int32_t, Comparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IComparer_Compare, (Comparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ *, Comparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_FocusController_FocusedElement___ctor, (Comparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0131FD50, Comparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ *, Comparer_1_UnityEngine_UIElements_FocusController_FocusedElement__Create, (Comparison_1_UnityEngine_UIElements_FocusController_FocusedElement_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C559E8, Comparer_1_UnityEngine_UIElements_FocusController_FocusedElement__Create__MethodInfo); DO_APP_FUNC(0x0131FE80, Comparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ *, Comparer_1_UnityEngine_UIElements_FocusController_FocusedElement__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ *, Comparer_1_UnityEngine_UIElements_FocusController_FocusedElement__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Pathfinding_Funnel_PathPart___ctor, (Comparer_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013203F0, Comparer_1_Pathfinding_Funnel_PathPart_ *, Comparer_1_Pathfinding_Funnel_PathPart__Create, (Comparison_1_Pathfinding_Funnel_PathPart_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C559B8, Comparer_1_Pathfinding_Funnel_PathPart__Create__MethodInfo); DO_APP_FUNC(0x01320520, Comparer_1_Pathfinding_Funnel_PathPart_ *, Comparer_1_Pathfinding_Funnel_PathPart__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012FFDB0, int32_t, Comparer_1_Pathfinding_Funnel_PathPart__System_Collections_IComparer_Compare, (Comparer_1_Pathfinding_Funnel_PathPart_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Pathfinding_Funnel_PathPart_ *, Comparer_1_Pathfinding_Funnel_PathPart__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch___ctor, (Comparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01320A90, Comparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ *, Comparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Create, (Comparison_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C559C8, Comparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Create__MethodInfo); DO_APP_FUNC(0x01320BC0, Comparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ *, Comparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D5300, int32_t, Comparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IComparer_Compare, (Comparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ *, Comparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor___ctor, (Comparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01321130, Comparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ *, Comparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Create, (Comparison_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C559D0, Comparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Create__MethodInfo); DO_APP_FUNC(0x01321260, Comparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ *, Comparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ *, Comparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor___ctor, (Comparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013217D0, Comparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ *, Comparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Create, (Comparison_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55988, Comparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Create__MethodInfo); DO_APP_FUNC(0x01321900, Comparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ *, Comparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012EA550, int32_t, Comparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ *, Comparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData___ctor, (Comparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01321E70, Comparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ *, Comparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Create, (Comparison_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55998, Comparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Create__MethodInfo); DO_APP_FUNC(0x01321FA0, Comparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ *, Comparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012DFA20, int32_t, Comparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ *, Comparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData___ctor, (Comparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01322510, Comparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ *, Comparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Create, (Comparison_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C559A8, Comparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Create__MethodInfo); DO_APP_FUNC(0x01322640, Comparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ *, Comparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01322BB0, int32_t, Comparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IComparer_Compare, (Comparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ *, Comparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson___ctor, (Comparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01322D20, Comparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ *, Comparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Create, (Comparison_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55960, Comparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Create__MethodInfo); DO_APP_FUNC(0x01322E50, Comparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ *, Comparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E2580, int32_t, Comparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ *, Comparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor, (Comparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013233C0, Comparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, Comparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Create, (Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55970, Comparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Create__MethodInfo); DO_APP_FUNC(0x013234F0, Comparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, Comparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01323A60, int32_t, Comparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, Comparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper___ctor, (Comparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01323D70, Comparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ *, Comparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Create, (Comparison_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55928, Comparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Create__MethodInfo); DO_APP_FUNC(0x01323EA0, Comparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ *, Comparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ *, Comparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV___ctor, (Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01324410, Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ *, Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Create, (Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55938, Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Create__MethodInfo); DO_APP_FUNC(0x01324540, Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ *, Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IComparer_Compare, (Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ *, Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb___ctor, (Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01324AB0, Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ *, Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Create, (Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55948, Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Create__MethodInfo); DO_APP_FUNC(0x01324BE0, Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ *, Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012EA550, int32_t, Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IComparer_Compare, (Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ *, Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux___ctor, (Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01325150, Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ *, Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Create, (Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55908, Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Create__MethodInfo); DO_APP_FUNC(0x01325280, Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ *, Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IComparer_Compare, (Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ *, Comparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (Comparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013257F0, Comparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, Comparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Create, (Comparison_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55910, Comparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Create__MethodInfo); DO_APP_FUNC(0x01325920, Comparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, Comparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012EA550, int32_t, Comparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, Comparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage___ctor, (Comparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01325E90, Comparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ *, Comparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Create, (Comparison_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55920, Comparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Create__MethodInfo); DO_APP_FUNC(0x01325FC0, Comparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ *, Comparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IComparer_Compare, (Comparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ *, Comparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters___ctor, (Comparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01326530, Comparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ *, Comparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Create, (Comparison_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C558E8, Comparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Create__MethodInfo); DO_APP_FUNC(0x01326660, Comparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ *, Comparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01311310, int32_t, Comparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IComparer_Compare, (Comparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ *, Comparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_NolanBehaviour_OverlappedCollider___ctor, (Comparer_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01326BD0, Comparer_1_NolanBehaviour_OverlappedCollider_ *, Comparer_1_NolanBehaviour_OverlappedCollider__Create, (Comparison_1_NolanBehaviour_OverlappedCollider_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C558F0, Comparer_1_NolanBehaviour_OverlappedCollider__Create__MethodInfo); DO_APP_FUNC(0x01326D00, Comparer_1_NolanBehaviour_OverlappedCollider_ *, Comparer_1_NolanBehaviour_OverlappedCollider__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_NolanBehaviour_OverlappedCollider__System_Collections_IComparer_Compare, (Comparer_1_NolanBehaviour_OverlappedCollider_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_NolanBehaviour_OverlappedCollider_ *, Comparer_1_NolanBehaviour_OverlappedCollider__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding___ctor, (Comparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01327270, Comparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ *, Comparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Create, (Comparison_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C558B8, Comparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Create__MethodInfo); DO_APP_FUNC(0x013273A0, Comparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ *, Comparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ *, Comparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog___ctor, (Comparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01327910, Comparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ *, Comparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Create, (Comparison_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C558C8, Comparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Create__MethodInfo); DO_APP_FUNC(0x01327A40, Comparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ *, Comparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IComparer_Compare, (Comparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ *, Comparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_ParticleSystem_Particle___ctor, (Comparer_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01327FB0, Comparer_1_UnityEngine_ParticleSystem_Particle_ *, Comparer_1_UnityEngine_ParticleSystem_Particle__Create, (Comparison_1_UnityEngine_ParticleSystem_Particle_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C558D8, Comparer_1_UnityEngine_ParticleSystem_Particle__Create__MethodInfo); DO_APP_FUNC(0x013280E0, Comparer_1_UnityEngine_ParticleSystem_Particle_ *, Comparer_1_UnityEngine_ParticleSystem_Particle__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01328650, int32_t, Comparer_1_UnityEngine_ParticleSystem_Particle__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_ParticleSystem_Particle_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_ParticleSystem_Particle_ *, Comparer_1_UnityEngine_ParticleSystem_Particle__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick___ctor, (Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01328920, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ *, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Create, (Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55888, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Create__MethodInfo); DO_APP_FUNC(0x01328A50, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ *, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ *, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick___ctor, (Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01328FC0, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ *, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Create, (Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55898, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Create__MethodInfo); DO_APP_FUNC(0x013290F0, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ *, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01329660, int32_t, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ *, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta___ctor, (Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013297F0, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ *, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Create, (Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C558A8, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Create__MethodInfo); DO_APP_FUNC(0x01329920, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ *, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ *, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc___ctor, (Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01329E90, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ *, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Create, (Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55860, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Create__MethodInfo); DO_APP_FUNC(0x01329FC0, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ *, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012DFA20, int32_t, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ *, Comparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem___ctor, (Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0132A530, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ *, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Create, (Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55870, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Create__MethodInfo); DO_APP_FUNC(0x0132A660, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ *, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ *, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem___ctor, (Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0132ABD0, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ *, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Create, (Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55818, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Create__MethodInfo); DO_APP_FUNC(0x0132AD00, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ *, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D5300, int32_t, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ *, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem___ctor, (Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0132B270, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ *, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Create, (Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55838, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Create__MethodInfo); DO_APP_FUNC(0x0132B3A0, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ *, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ *, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings___ctor, (Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0132B910, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ *, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Create, (Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55848, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Create__MethodInfo); DO_APP_FUNC(0x0132BA40, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ *, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E2580, int32_t, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ *, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile___ctor, (Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0132BFB0, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ *, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Create, (Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C557F0, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Create__MethodInfo); DO_APP_FUNC(0x0132C0E0, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ *, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ *, Comparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange___ctor, (Comparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0132C650, Comparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ *, Comparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Create, (Comparison_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C557F8, Comparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Create__MethodInfo); DO_APP_FUNC(0x0132C780, Comparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ *, Comparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E79B0, int32_t, Comparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IComparer_Compare, (Comparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ *, Comparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData___ctor, (Comparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0132CCF0, Comparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ *, Comparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Create, (Comparison_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55808, Comparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Create__MethodInfo); DO_APP_FUNC(0x0132CE20, Comparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ *, Comparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01318C70, int32_t, Comparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ *, Comparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData___ctor, (Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0132D390, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ *, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Create, (Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C557C0, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Create__MethodInfo); DO_APP_FUNC(0x0132D4C0, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ *, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D5300, int32_t, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ *, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData___ctor, (Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0132DA30, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ *, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Create, (Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C557D8, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Create__MethodInfo); DO_APP_FUNC(0x0132DB60, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ *, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E2580, int32_t, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ *, Comparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest___ctor, (Comparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0132E0D0, Comparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ *, Comparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Create, (Comparison_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55770, Comparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Create__MethodInfo); DO_APP_FUNC(0x0132E200, Comparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ *, Comparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ *, Comparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash___ctor, (Comparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0132E770, Comparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ *, Comparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Create, (Comparison_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55790, Comparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Create__MethodInfo); DO_APP_FUNC(0x0132E8A0, Comparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ *, Comparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IComparer_Compare, (Comparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ *, Comparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride___ctor, (Comparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0132EE10, Comparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ *, Comparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Create, (Comparison_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C557B0, Comparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Create__MethodInfo); DO_APP_FUNC(0x0132EF40, Comparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ *, Comparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ *, Comparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap___ctor, (Comparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0132F4B0, Comparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ *, Comparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Create, (Comparison_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55750, Comparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Create__MethodInfo); DO_APP_FUNC(0x0132F5E0, Comparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ *, Comparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ *, Comparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo___ctor, (Comparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0132FB50, Comparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ *, Comparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Create, (Comparison_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55758, Comparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Create__MethodInfo); DO_APP_FUNC(0x0132FC80, Comparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ *, Comparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E1CE0, int32_t, Comparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ *, Comparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame___ctor, (Comparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013301F0, Comparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ *, Comparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Create, (Comparison_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55760, Comparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Create__MethodInfo); DO_APP_FUNC(0x01330320, Comparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ *, Comparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012F96D0, int32_t, Comparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IComparer_Compare, (Comparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ *, Comparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo___ctor, (Comparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01330890, Comparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ *, Comparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Create, (Comparison_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55740, Comparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Create__MethodInfo); DO_APP_FUNC(0x013309C0, Comparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ *, Comparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ *, Comparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry___ctor, (Comparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01330F30, Comparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ *, Comparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Create, (Comparison_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55748, Comparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Create__MethodInfo); DO_APP_FUNC(0x01331060, Comparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ *, Comparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ *, Comparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData___ctor, (Comparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013315D0, Comparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ *, Comparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Create, (Comparison_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55710, Comparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Create__MethodInfo); DO_APP_FUNC(0x01331700, Comparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ *, Comparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D5300, int32_t, Comparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ *, Comparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData___ctor, (Comparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01331C70, Comparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ *, Comparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Create, (Comparison_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55730, Comparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Create__MethodInfo); DO_APP_FUNC(0x01331DA0, Comparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ *, Comparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ *, Comparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper___ctor, (Comparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01332310, Comparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ *, Comparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Create, (Comparison_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55738, Comparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Create__MethodInfo); DO_APP_FUNC(0x01332440, Comparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ *, Comparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ *, Comparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState___ctor, (Comparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013329B0, Comparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ *, Comparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Create, (Comparison_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C556E8, Comparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Create__MethodInfo); DO_APP_FUNC(0x01332AE0, Comparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ *, Comparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D84A0, int32_t, Comparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ *, Comparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry___ctor, (Comparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01333050, Comparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ *, Comparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Create, (Comparison_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C556F0, Comparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Create__MethodInfo); DO_APP_FUNC(0x01333180, Comparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ *, Comparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01318C70, int32_t, Comparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ *, Comparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree___ctor, (Comparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013336F0, Comparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ *, Comparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Create, (Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55708, Comparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Create__MethodInfo); DO_APP_FUNC(0x01333820, Comparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ *, Comparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012E2580, int32_t, Comparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ *, Comparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate___ctor, (Comparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01333D90, Comparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ *, Comparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Create, (Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C556D8, Comparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Create__MethodInfo); DO_APP_FUNC(0x01333EC0, Comparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ *, Comparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012DADC0, int32_t, Comparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ *, Comparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest___ctor, (Comparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01334430, Comparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ *, Comparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Create, (Comparison_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C556E0, Comparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Create__MethodInfo); DO_APP_FUNC(0x01334560, Comparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ *, Comparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ *, Comparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition___ctor, (Comparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01334AD0, Comparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ *, Comparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Create, (Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C556A8, Comparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Create__MethodInfo); DO_APP_FUNC(0x01334C00, Comparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ *, Comparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ *, Comparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry___ctor, (Comparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01335170, Comparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ *, Comparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Create, (Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C556C8, Comparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Create__MethodInfo); DO_APP_FUNC(0x013352A0, Comparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ *, Comparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ *, Comparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry___ctor, (Comparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01335810, Comparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ *, Comparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Create, (Comparison_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C556D0, Comparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Create__MethodInfo); DO_APP_FUNC(0x01335940, Comparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ *, Comparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ *, Comparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry___ctor, (Comparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01335EB0, Comparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ *, Comparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Create, (Comparison_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55688, Comparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Create__MethodInfo); DO_APP_FUNC(0x01335FE0, Comparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ *, Comparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IComparer_Compare, (Comparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ *, Comparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_ftLightmaps_LightmapAdditionalData___ctor, (Comparer_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01336550, Comparer_1_ftLightmaps_LightmapAdditionalData_ *, Comparer_1_ftLightmaps_LightmapAdditionalData__Create, (Comparison_1_ftLightmaps_LightmapAdditionalData_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55698, Comparer_1_ftLightmaps_LightmapAdditionalData__Create__MethodInfo); DO_APP_FUNC(0x01336680, Comparer_1_ftLightmaps_LightmapAdditionalData_ *, Comparer_1_ftLightmaps_LightmapAdditionalData__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D5300, int32_t, Comparer_1_ftLightmaps_LightmapAdditionalData__System_Collections_IComparer_Compare, (Comparer_1_ftLightmaps_LightmapAdditionalData_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_ftLightmaps_LightmapAdditionalData_ *, Comparer_1_ftLightmaps_LightmapAdditionalData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor, (Comparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01336BF0, Comparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ *, Comparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Create, (Comparison_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A9F8, Comparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Create__MethodInfo); DO_APP_FUNC(0x01336D20, Comparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ *, Comparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D84A0, int32_t, Comparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IComparer_Compare, (Comparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ *, Comparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem___ctor, (Comparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01337290, Comparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ *, Comparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Create, (Comparison_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5AA00, Comparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Create__MethodInfo); DO_APP_FUNC(0x013373C0, Comparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ *, Comparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D4AE0, int32_t, Comparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ *, Comparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher___ctor, (Comparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01337930, Comparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ *, Comparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Create, (Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5AA08, Comparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Create__MethodInfo); DO_APP_FUNC(0x01337A60, Comparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ *, Comparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D61E0, int32_t, Comparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IComparer_Compare, (Comparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ *, Comparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView___ctor, (Comparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01337FD0, Comparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ *, Comparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Create, (Comparison_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A9E8, Comparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Create__MethodInfo); DO_APP_FUNC(0x01338100, Comparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ *, Comparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012D5300, int32_t, Comparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IComparer_Compare, (Comparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ *, Comparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb___ctor, (Comparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01338670, Comparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ *, Comparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Create, (Comparison_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A9F0, Comparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Create__MethodInfo); DO_APP_FUNC(0x013387A0, Comparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ *, Comparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012DFA20, int32_t, Comparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IComparer_Compare, (Comparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ *, Comparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item___ctor, (Comparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01338D10, Comparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ *, Comparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Create, (Comparison_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A9D8, Comparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Create__MethodInfo); DO_APP_FUNC(0x01338E40, Comparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ *, Comparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01311310, int32_t, Comparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IComparer_Compare, (Comparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ *, Comparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Comparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem___ctor, (Comparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013393B0, Comparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ *, Comparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Create, (Comparison_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5A9E0, Comparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Create__MethodInfo); DO_APP_FUNC(0x013394E0, Comparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ *, Comparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x012FFDB0, int32_t, Comparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IComparer_Compare, (Comparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, Comparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ *, Comparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_ArraySegment_1___ctor, (ComparisonComparer_1_System_ArraySegment_1_ * __this, Comparison_1_ArraySegment_1_Byte_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_System_ArraySegment_1__Compare, (ComparisonComparer_1_System_ArraySegment_1_ * __this, ArraySegment_1_Byte_ x, ArraySegment_1_Byte_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor, (ComparisonComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339B30, int32_t, ComparisonComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Compare, (ComparisonComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, AsyncOperationHandle_1_System_Object_ x, AsyncOperationHandle_1_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta___ctor, (ComparisonComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, Comparison_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339B30, int32_t, ComparisonComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Compare, (ComparisonComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ x, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry___ctor, (ComparisonComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, Comparison_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry__Compare, (ComparisonComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, IntervalTree_1_T_Entry_System_Object_ x, IntervalTree_1_T_Entry_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb___ctor, (ComparisonComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Compare, (ComparisonComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ x, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1__ctor, (ComparisonComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Compare, (ComparisonComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ x, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2__ctor, (ComparisonComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339B30, int32_t, ComparisonComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Compare, (ComparisonComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ x, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_KeyValuePair_2_System_Guid_System_Object___ctor, (ComparisonComparer_1_KeyValuePair_2_System_Guid_System_Object_ * __this, Comparison_1_System_Collections_Generic_KeyValuePair_2_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_KeyValuePair_2_System_Guid_System_Object__Compare, (ComparisonComparer_1_KeyValuePair_2_System_Guid_System_Object_ * __this, KeyValuePair_2_System_Guid_System_Object_ x, KeyValuePair_2_System_Guid_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_KeyValuePair_2_System_Int32_System_Int32___ctor, (ComparisonComparer_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, Comparison_1_System_Collections_Generic_KeyValuePair_2__1 * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_KeyValuePair_2_System_Int32_System_Int32__Compare, (ComparisonComparer_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, KeyValuePair_2_System_Int32_System_Int32_ x, KeyValuePair_2_System_Int32_System_Int32_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_KeyValuePair_2_System_Int32_System_Object___ctor, (ComparisonComparer_1_KeyValuePair_2_System_Int32_System_Object_ * __this, Comparison_1_System_Collections_Generic_KeyValuePair_2__2 * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_KeyValuePair_2_System_Int32_System_Object__Compare, (ComparisonComparer_1_KeyValuePair_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object_ x, KeyValuePair_2_System_Int32_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_KeyValuePair_2_System_Int32Enum_System_Object___ctor, (ComparisonComparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, Comparison_1_System_Collections_Generic_KeyValuePair_2__3 * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_KeyValuePair_2_System_Int32Enum_System_Object__Compare, (ComparisonComparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, KeyValuePair_2_System_Int32Enum_System_Object_ x, KeyValuePair_2_System_Int32Enum_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1___ctor, (ComparisonComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, Comparison_1_System_Collections_Generic_KeyValuePair_2__4 * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1__Compare, (ComparisonComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, KeyValuePair_2_System_Object_System_ArraySegment_1_ x, KeyValuePair_2_System_Object_System_ArraySegment_1_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_KeyValuePair_2_System_Object_System_Char___ctor, (ComparisonComparer_1_KeyValuePair_2_System_Object_System_Char_ * __this, Comparison_1_System_Collections_Generic_KeyValuePair_2__5 * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_KeyValuePair_2_System_Object_System_Char__Compare, (ComparisonComparer_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ x, KeyValuePair_2_System_Object_System_Char_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_KeyValuePair_2_System_Object_System_Object___ctor, (ComparisonComparer_1_KeyValuePair_2_System_Object_System_Object_ * __this, Comparison_1_System_Collections_Generic_KeyValuePair_2__6 * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_KeyValuePair_2_System_Object_System_Object__Compare, (ComparisonComparer_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ x, KeyValuePair_2_System_Object_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (ComparisonComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Comparison_1_System_Collections_Generic_KeyValuePair_2__7 * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C60, int32_t, ComparisonComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Compare, (ComparisonComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ x, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object___ctor, (ComparisonComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, Comparison_1_System_Collections_Generic_KeyValuePair_2__8 * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__Compare, (ComparisonComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ x, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (ComparisonComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Comparison_1_System_Collections_Generic_KeyValuePair_2__9 * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__Compare, (ComparisonComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ x, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_KeyValuePair_2_System_UInt16_System_Object___ctor, (ComparisonComparer_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, Comparison_1_System_Collections_Generic_KeyValuePair_2__10 * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_KeyValuePair_2_System_UInt16_System_Object__Compare, (ComparisonComparer_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, KeyValuePair_2_System_UInt16_System_Object_ x, KeyValuePair_2_System_UInt16_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_KeyValuePair_2_System_UInt64_System_Object___ctor, (ComparisonComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, Comparison_1_System_Collections_Generic_KeyValuePair_2__11 * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_KeyValuePair_2_System_UInt64_System_Object__Compare, (ComparisonComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ x, KeyValuePair_2_System_UInt64_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Unity_Collections_NativeArray_1___ctor, (ComparisonComparer_1_Unity_Collections_NativeArray_1_ * __this, Comparison_1_Unity_Collections_NativeArray_1_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_Unity_Collections_NativeArray_1__Compare, (ComparisonComparer_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_System_UInt16_ x, NativeArray_1_System_UInt16_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Unity_Collections_NativeArray_1__1__ctor, (ComparisonComparer_1_Unity_Collections_NativeArray_1__1 * __this, Comparison_1_Unity_Collections_NativeArray_1__1 * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_Unity_Collections_NativeArray_1__1_Compare, (ComparisonComparer_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_UnityEngine_UIElements_Vertex_ x, NativeArray_1_UnityEngine_UIElements_Vertex_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo___ctor, (ComparisonComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Compare, (ComparisonComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ x, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Photon_Bolt_Collections_STuple_2___ctor, (ComparisonComparer_1_Photon_Bolt_Collections_STuple_2_ * __this, Comparison_1_Photon_Bolt_Collections_STuple_2_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_Photon_Bolt_Collections_STuple_2__Compare, (ComparisonComparer_1_Photon_Bolt_Collections_STuple_2_ * __this, STuple_2_System_Object_System_Object_ x, STuple_2_System_Object_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_ValueTuple_1___ctor, (ComparisonComparer_1_System_ValueTuple_1_ * __this, Comparison_1_ValueTuple_1_Boolean_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_System_ValueTuple_1__Compare, (ComparisonComparer_1_System_ValueTuple_1_ * __this, ValueTuple_1_Boolean_ x, ValueTuple_1_Boolean_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_ValueTuple_2___ctor, (ComparisonComparer_1_System_ValueTuple_2_ * __this, Comparison_1_ValueTuple_2_Int32_Object_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_System_ValueTuple_2__Compare, (ComparisonComparer_1_System_ValueTuple_2_ * __this, ValueTuple_2_Int32_Object_ x, ValueTuple_2_Int32_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_ValueTuple_2__1__ctor, (ComparisonComparer_1_System_ValueTuple_2__1 * __this, Comparison_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339D20, int32_t, ComparisonComparer_1_System_ValueTuple_2__1_Compare, (ComparisonComparer_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int_ x, ValueTuple_2_Int32_UnityEngine_Vector2Int_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_ValueTuple_2__2__ctor, (ComparisonComparer_1_System_ValueTuple_2__2 * __this, Comparison_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_System_ValueTuple_2__2_Compare, (ComparisonComparer_1_System_ValueTuple_2__2 * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ x, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_ValueTuple_2__3__ctor, (ComparisonComparer_1_System_ValueTuple_2__3 * __this, Comparison_1_ValueTuple_2_Object_Int32_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_System_ValueTuple_2__3_Compare, (ComparisonComparer_1_System_ValueTuple_2__3 * __this, ValueTuple_2_Object_Int32_ x, ValueTuple_2_Object_Int32_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_ValueTuple_2__4__ctor, (ComparisonComparer_1_System_ValueTuple_2__4 * __this, Comparison_1_ValueTuple_2_Object_Object_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_System_ValueTuple_2__4_Compare, (ComparisonComparer_1_System_ValueTuple_2__4 * __this, ValueTuple_2_Object_Object_ x, ValueTuple_2_Object_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_ValueTuple_2__5__ctor, (ComparisonComparer_1_System_ValueTuple_2__5 * __this, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_System_ValueTuple_2__5_Compare, (ComparisonComparer_1_System_ValueTuple_2__5 * __this, ValueTuple_2_UnityEngine_Vector3Int_Object_ x, ValueTuple_2_UnityEngine_Vector3Int_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_ValueTuple_2__6__ctor, (ComparisonComparer_1_System_ValueTuple_2__6 * __this, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339D90, int32_t, ComparisonComparer_1_System_ValueTuple_2__6_Compare, (ComparisonComparer_1_System_ValueTuple_2__6 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ x, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_ValueTuple_2__7__ctor, (ComparisonComparer_1_System_ValueTuple_2__7 * __this, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339E40, int32_t, ComparisonComparer_1_System_ValueTuple_2__7_Compare, (ComparisonComparer_1_System_ValueTuple_2__7 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ x, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_AnimatorClipInfo___ctor, (ComparisonComparer_1_UnityEngine_AnimatorClipInfo_ * __this, Comparison_1_UnityEngine_AnimatorClipInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_UnityEngine_AnimatorClipInfo__Compare, (ComparisonComparer_1_UnityEngine_AnimatorClipInfo_ * __this, AnimatorClipInfo x, AnimatorClipInfo y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor, (ComparisonComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Compare, (ComparisonComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle x, AsyncOperationHandle y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (ComparisonComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Comparison_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Compare, (ComparisonComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer x, BoltPeer y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit___ctor, (ComparisonComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, Comparison_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Compare, (ComparisonComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, BoltPhysicsHit x, BoltPhysicsHit y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_BoneWeight___ctor, (ComparisonComparer_1_UnityEngine_BoneWeight_ * __this, Comparison_1_UnityEngine_BoneWeight_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339B30, int32_t, ComparisonComparer_1_UnityEngine_BoneWeight__Compare, (ComparisonComparer_1_UnityEngine_BoneWeight_ * __this, BoneWeight x, BoneWeight y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_Boolean___ctor, (ComparisonComparer_1_System_Boolean_ * __this, Comparison_1_Boolean_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_System_Boolean__Compare, (ComparisonComparer_1_System_Boolean_ * __this, bool x, bool y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_Byte___ctor, (ComparisonComparer_1_System_Byte_ * __this, Comparison_1_Byte_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_System_Byte__Compare, (ComparisonComparer_1_System_Byte_ * __this, uint8_t x, uint8_t y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_Threading_CancellationToken___ctor, (ComparisonComparer_1_System_Threading_CancellationToken_ * __this, Comparison_1_System_Threading_CancellationToken_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_System_Threading_CancellationToken__Compare, (ComparisonComparer_1_System_Threading_CancellationToken_ * __this, CancellationToken x, CancellationToken y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_Char___ctor, (ComparisonComparer_1_System_Char_ * __this, Comparison_1_Char_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_System_Char__Compare, (ComparisonComparer_1_System_Char_ * __this, uint16_t x, uint16_t y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Dissonance_Networking_ClientInfo___ctor, (ComparisonComparer_1_Dissonance_Networking_ClientInfo_ * __this, Comparison_1_Dissonance_Networking_ClientInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_Dissonance_Networking_ClientInfo__Compare, (ComparisonComparer_1_Dissonance_Networking_ClientInfo_ * __this, ClientInfo x, ClientInfo y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Color___ctor, (ComparisonComparer_1_UnityEngine_Color_ * __this, Comparison_1_UnityEngine_Color_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_Color__Compare, (ComparisonComparer_1_UnityEngine_Color_ * __this, Color x, Color y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Color32___ctor, (ComparisonComparer_1_UnityEngine_Color32_ * __this, Comparison_1_UnityEngine_Color32_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_UnityEngine_Color32__Compare, (ComparisonComparer_1_UnityEngine_Color32_ * __this, Color32 x, Color32 y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_CombineInstance___ctor, (ComparisonComparer_1_UnityEngine_CombineInstance_ * __this, Comparison_1_UnityEngine_CombineInstance_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339ED0, int32_t, ComparisonComparer_1_UnityEngine_CombineInstance__Compare, (ComparisonComparer_1_UnityEngine_CombineInstance_ * __this, CombineInstance x, CombineInstance y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_ComputedTransitionProperty___ctor, (ComparisonComparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, Comparison_1_UnityEngine_UIElements_ComputedTransitionProperty_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_UnityEngine_UIElements_ComputedTransitionProperty__Compare, (ComparisonComparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, ComputedTransitionProperty x, ComputedTransitionProperty y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Pathfinding_Connection___ctor, (ComparisonComparer_1_Pathfinding_Connection_ * __this, Comparison_1_Pathfinding_Connection_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_Pathfinding_Connection__Compare, (ComparisonComparer_1_Pathfinding_Connection_ * __this, Connection x, Connection y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Rewired_ControllerPollingInfo___ctor, (ComparisonComparer_1_Rewired_ControllerPollingInfo_ * __this, Comparison_1_Rewired_ControllerPollingInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339D90, int32_t, ComparisonComparer_1_Rewired_ControllerPollingInfo__Compare, (ComparisonComparer_1_Rewired_ControllerPollingInfo_ * __this, ControllerPollingInfo x, ControllerPollingInfo y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Rewired_ControllerTemplateElementTarget___ctor, (ComparisonComparer_1_Rewired_ControllerTemplateElementTarget_ * __this, Comparison_1_Rewired_ControllerTemplateElementTarget_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_Rewired_ControllerTemplateElementTarget__Compare, (ComparisonComparer_1_Rewired_ControllerTemplateElementTarget_ * __this, ControllerTemplateElementTarget x, ControllerTemplateElementTarget y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_SplineMesh_CurveSample___ctor, (ComparisonComparer_1_SplineMesh_CurveSample_ * __this, Comparison_1_SplineMesh_CurveSample_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339FD0, int32_t, ComparisonComparer_1_SplineMesh_CurveSample__Compare, (ComparisonComparer_1_SplineMesh_CurveSample_ * __this, CurveSample x, CurveSample y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_DateTime___ctor, (ComparisonComparer_1_System_DateTime_ * __this, Comparison_1_DateTime_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_System_DateTime__Compare, (ComparisonComparer_1_System_DateTime_ * __this, DateTime x, DateTime y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_DateTimeOffset___ctor, (ComparisonComparer_1_System_DateTimeOffset_ * __this, Comparison_1_DateTimeOffset_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_System_DateTimeOffset__Compare, (ComparisonComparer_1_System_DateTimeOffset_ * __this, DateTimeOffset x, DateTimeOffset y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_Decimal___ctor, (ComparisonComparer_1_System_Decimal_ * __this, Comparison_1_Decimal_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_System_Decimal__Compare, (ComparisonComparer_1_System_Decimal_ * __this, Decimal x, Decimal y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor, (ComparisonComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Comparison_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x0133A0A0, int32_t, ComparisonComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Compare, (ComparisonComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent x, DiagnosticEvent y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_Double___ctor, (ComparisonComparer_1_System_Double_ * __this, Comparison_1_Double_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x0133A130, int32_t, ComparisonComparer_1_System_Double__Compare, (ComparisonComparer_1_System_Double_ * __this, double x, double y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_EasingFunction___ctor, (ComparisonComparer_1_UnityEngine_UIElements_EasingFunction_ * __this, Comparison_1_UnityEngine_UIElements_EasingFunction_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_UnityEngine_UIElements_EasingFunction__Compare, (ComparisonComparer_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction x, EasingFunction y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Rewired_ElementAssignmentConflictInfo___ctor, (ComparisonComparer_1_Rewired_ElementAssignmentConflictInfo_ * __this, Comparison_1_Rewired_ElementAssignmentConflictInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x0133A170, int32_t, ComparisonComparer_1_Rewired_ElementAssignmentConflictInfo__Compare, (ComparisonComparer_1_Rewired_ElementAssignmentConflictInfo_ * __this, ElementAssignmentConflictInfo x, ElementAssignmentConflictInfo y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Discord_Entitlement___ctor, (ComparisonComparer_1_Discord_Entitlement_ * __this, Comparison_1_Discord_Entitlement_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_Discord_Entitlement__Compare, (ComparisonComparer_1_Discord_Entitlement_ * __this, Entitlement x, Entitlement y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Photon_Bolt_EventReliable___ctor, (ComparisonComparer_1_Photon_Bolt_EventReliable_ * __this, Comparison_1_Photon_Bolt_EventReliable_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_Photon_Bolt_EventReliable__Compare, (ComparisonComparer_1_Photon_Bolt_EventReliable_ * __this, EventReliable x, EventReliable y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Photon_Bolt_EventUnreliable___ctor, (ComparisonComparer_1_Photon_Bolt_EventUnreliable_ * __this, Comparison_1_Photon_Bolt_EventUnreliable_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_Photon_Bolt_EventUnreliable__Compare, (ComparisonComparer_1_Photon_Bolt_EventUnreliable_ * __this, EventUnreliable x, EventUnreliable y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Discord_FileStat___ctor, (ComparisonComparer_1_Discord_FileStat_ * __this, Comparison_1_Discord_FileStat_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_Discord_FileStat__Compare, (ComparisonComparer_1_Discord_FileStat_ * __this, FileStat x, FileStat y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor, (ComparisonComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Comparison_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x0133A170, int32_t, ComparisonComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Compare, (ComparisonComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord x, GlyphPairAdjustmentRecord y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_TextCore_GlyphRect___ctor, (ComparisonComparer_1_UnityEngine_TextCore_GlyphRect_ * __this, Comparison_1_UnityEngine_TextCore_GlyphRect_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_TextCore_GlyphRect__Compare, (ComparisonComparer_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect x, GlyphRect y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_Guid___ctor, (ComparisonComparer_1_System_Guid_ * __this, Comparison_1_Guid_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_System_Guid__Compare, (ComparisonComparer_1_System_Guid_ * __this, Guid x, Guid y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Rewired_InputActionSourceData___ctor, (ComparisonComparer_1_Rewired_InputActionSourceData_ * __this, Comparison_1_Rewired_InputActionSourceData_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_Rewired_InputActionSourceData__Compare, (ComparisonComparer_1_Rewired_InputActionSourceData_ * __this, InputActionSourceData x, InputActionSourceData y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_InputSystem_InputBinding___ctor, (ComparisonComparer_1_UnityEngine_InputSystem_InputBinding_ * __this, Comparison_1_UnityEngine_InputSystem_InputBinding_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x0133A210, int32_t, ComparisonComparer_1_UnityEngine_InputSystem_InputBinding__Compare, (ComparisonComparer_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding x, InputBinding y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_XR_InputDevice___ctor, (ComparisonComparer_1_UnityEngine_XR_InputDevice_ * __this, Comparison_1_UnityEngine_XR_InputDevice_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_XR_InputDevice__Compare, (ComparisonComparer_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1 x, InputDevice_1 y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription___ctor, (ComparisonComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, Comparison_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339D90, int32_t, ComparisonComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Compare, (ComparisonComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription x, InputDeviceDescription y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr___ctor, (ComparisonComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Comparison_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Compare, (ComparisonComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr x, InputEventPtr y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_Int16___ctor, (ComparisonComparer_1_System_Int16_ * __this, Comparison_1_Int16_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_System_Int16__Compare, (ComparisonComparer_1_System_Int16_ * __this, int16_t x, int16_t y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Pathfinding_Int3___ctor, (ComparisonComparer_1_Pathfinding_Int3_ * __this, Comparison_1_Pathfinding_Int3_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339D20, int32_t, ComparisonComparer_1_Pathfinding_Int3__Compare, (ComparisonComparer_1_Pathfinding_Int3_ * __this, Int3 x, Int3 y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_Int32___ctor, (ComparisonComparer_1_System_Int32_ * __this, Comparison_1_Int32_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_System_Int32__Compare, (ComparisonComparer_1_System_Int32_ * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_Int32Enum___ctor, (ComparisonComparer_1_System_Int32Enum_ * __this, Comparison_1_Int32Enum_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_System_Int32Enum__Compare, (ComparisonComparer_1_System_Int32Enum_ * __this, Int32Enum__Enum x, Int32Enum__Enum y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_Int64___ctor, (ComparisonComparer_1_System_Int64_ * __this, Comparison_1_Int64_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_System_Int64__Compare, (ComparisonComparer_1_System_Int64_ * __this, int64_t x, int64_t y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Pathfinding_ClipperLib_IntPoint___ctor, (ComparisonComparer_1_Pathfinding_ClipperLib_IntPoint_ * __this, Comparison_1_Pathfinding_ClipperLib_IntPoint_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_Pathfinding_ClipperLib_IntPoint__Compare, (ComparisonComparer_1_Pathfinding_ClipperLib_IntPoint_ * __this, IntPoint x, IntPoint y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_IntPtr___ctor, (ComparisonComparer_1_System_IntPtr_ * __this, Comparison_1_IntPtr_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_System_IntPtr__Compare, (ComparisonComparer_1_System_IntPtr_ * __this, void * x, void * y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Pathfinding_IntRect___ctor, (ComparisonComparer_1_Pathfinding_IntRect_ * __this, Comparison_1_Pathfinding_IntRect_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_Pathfinding_IntRect__Compare, (ComparisonComparer_1_Pathfinding_IntRect_ * __this, IntRect x, IntRect y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_InputSystem_Utilities_InternedString___ctor, (ComparisonComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Comparison_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_InputSystem_Utilities_InternedString__Compare, (ComparisonComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString x, InternedString y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo___ctor, (ComparisonComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, Comparison_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Compare, (ComparisonComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, InterpretedFrameInfo x, InterpretedFrameInfo y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Timeline_IntervalTreeNode___ctor, (ComparisonComparer_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, Comparison_1_UnityEngine_Timeline_IntervalTreeNode_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_UnityEngine_Timeline_IntervalTreeNode__Compare, (ComparisonComparer_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IntervalTreeNode x, IntervalTreeNode y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount___ctor, (ComparisonComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, Comparison_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Compare, (ComparisonComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, ItemDefinitionAmount x, ItemDefinitionAmount y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_KickedPlayer___ctor, (ComparisonComparer_1_KickedPlayer_ * __this, Comparison_1_KickedPlayer_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_KickedPlayer__Compare, (ComparisonComparer_1_KickedPlayer_ * __this, KickedPlayer x, KickedPlayer y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_LayerMask___ctor, (ComparisonComparer_1_UnityEngine_LayerMask_ * __this, Comparison_1_UnityEngine_LayerMask_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_UnityEngine_LayerMask__Compare, (ComparisonComparer_1_UnityEngine_LayerMask_ * __this, LayerMask x, LayerMask y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter___ctor, (ComparisonComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, Comparison_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339D20, int32_t, ComparisonComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter__Compare, (ComparisonComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter x, ManipulatorActivationFilter y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Matrix4x4___ctor, (ComparisonComparer_1_UnityEngine_Matrix4x4_ * __this, Comparison_1_UnityEngine_Matrix4x4_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x0133A2F0, int32_t, ComparisonComparer_1_UnityEngine_Matrix4x4__Compare, (ComparisonComparer_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4 x, Matrix4x4 y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters___ctor, (ComparisonComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, Comparison_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Compare, (ComparisonComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, NameAndParameters x, NameAndParameters y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_InputSystem_Utilities_NamedValue___ctor, (ComparisonComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, Comparison_1_UnityEngine_InputSystem_Utilities_NamedValue_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_UnityEngine_InputSystem_Utilities_NamedValue__Compare, (ComparisonComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue x, NamedValue y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Photon_Bolt_NetworkPropertyInfo___ctor, (ComparisonComparer_1_Photon_Bolt_NetworkPropertyInfo_ * __this, Comparison_1_Photon_Bolt_NetworkPropertyInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339B30, int32_t, ComparisonComparer_1_Photon_Bolt_NetworkPropertyInfo__Compare, (ComparisonComparer_1_Photon_Bolt_NetworkPropertyInfo_ * __this, NetworkPropertyInfo x, NetworkPropertyInfo y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_Object___ctor, (ComparisonComparer_1_System_Object_ * __this, Comparison_1_Object_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_System_Object__Compare, (ComparisonComparer_1_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData___ctor, (ComparisonComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, Comparison_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x0133A0A0, int32_t, ComparisonComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Compare, (ComparisonComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, ObjectInitializationData x, ObjectInitializationData y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Dissonance_Networking_Client_OpenChannel___ctor, (ComparisonComparer_1_Dissonance_Networking_Client_OpenChannel_ * __this, Comparison_1_Dissonance_Networking_Client_OpenChannel_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339B30, int32_t, ComparisonComparer_1_Dissonance_Networking_Client_OpenChannel__Compare, (ComparisonComparer_1_Dissonance_Networking_Client_OpenChannel_ * __this, OpenChannel x, OpenChannel y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Photon_Bolt_Internal_PacketStats___ctor, (ComparisonComparer_1_Photon_Bolt_Internal_PacketStats_ * __this, Comparison_1_Photon_Bolt_Internal_PacketStats_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339D20, int32_t, ComparisonComparer_1_Photon_Bolt_Internal_PacketStats__Compare, (ComparisonComparer_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats x, PacketStats y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_ParticleCollisionEvent___ctor, (ComparisonComparer_1_UnityEngine_ParticleCollisionEvent_ * __this, Comparison_1_UnityEngine_ParticleCollisionEvent_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339E40, int32_t, ComparisonComparer_1_UnityEngine_ParticleCollisionEvent__Compare, (ComparisonComparer_1_UnityEngine_ParticleCollisionEvent_ * __this, ParticleCollisionEvent x, ParticleCollisionEvent y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Playables_Playable___ctor, (ComparisonComparer_1_UnityEngine_Playables_Playable_ * __this, Comparison_1_UnityEngine_Playables_Playable_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_Playables_Playable__Compare, (ComparisonComparer_1_UnityEngine_Playables_Playable_ * __this, Playable x, Playable y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Playables_PlayableBinding___ctor, (ComparisonComparer_1_UnityEngine_Playables_PlayableBinding_ * __this, Comparison_1_UnityEngine_Playables_PlayableBinding_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339B30, int32_t, ComparisonComparer_1_UnityEngine_Playables_PlayableBinding__Compare, (ComparisonComparer_1_UnityEngine_Playables_PlayableBinding_ * __this, PlayableBinding x, PlayableBinding y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Photon_Bolt_Priority___ctor, (ComparisonComparer_1_Photon_Bolt_Priority_ * __this, Comparison_1_Photon_Bolt_Priority_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339D20, int32_t, ComparisonComparer_1_Photon_Bolt_Priority__Compare, (ComparisonComparer_1_Photon_Bolt_Priority_ * __this, Priority x, Priority y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Quaternion___ctor, (ComparisonComparer_1_UnityEngine_Quaternion_ * __this, Comparison_1_UnityEngine_Quaternion_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_Quaternion__Compare, (ComparisonComparer_1_UnityEngine_Quaternion_ * __this, Quaternion x, Quaternion y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_Xml_Schema_RangePositionInfo___ctor, (ComparisonComparer_1_System_Xml_Schema_RangePositionInfo_ * __this, Comparison_1_System_Xml_Schema_RangePositionInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_System_Xml_Schema_RangePositionInfo__Compare, (ComparisonComparer_1_System_Xml_Schema_RangePositionInfo_ * __this, RangePositionInfo x, RangePositionInfo y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_RaycastHit___ctor, (ComparisonComparer_1_UnityEngine_RaycastHit_ * __this, Comparison_1_UnityEngine_RaycastHit_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x0133A170, int32_t, ComparisonComparer_1_UnityEngine_RaycastHit__Compare, (ComparisonComparer_1_UnityEngine_RaycastHit_ * __this, RaycastHit x, RaycastHit y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_RaycastHit2D___ctor, (ComparisonComparer_1_UnityEngine_RaycastHit2D_ * __this, Comparison_1_UnityEngine_RaycastHit2D_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x0133A3A0, int32_t, ComparisonComparer_1_UnityEngine_RaycastHit2D__Compare, (ComparisonComparer_1_UnityEngine_RaycastHit2D_ * __this, RaycastHit2D x, RaycastHit2D y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_EventSystems_RaycastResult___ctor, (ComparisonComparer_1_UnityEngine_EventSystems_RaycastResult_ * __this, Comparison_1_UnityEngine_EventSystems_RaycastResult_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C60, int32_t, ComparisonComparer_1_UnityEngine_EventSystems_RaycastResult__Compare, (ComparisonComparer_1_UnityEngine_EventSystems_RaycastResult_ * __this, RaycastResult x, RaycastResult y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Rect___ctor, (ComparisonComparer_1_UnityEngine_Rect_ * __this, Comparison_1_UnityEngine_Rect_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_Rect__Compare, (ComparisonComparer_1_UnityEngine_Rect_ * __this, Rect x, Rect y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo___ctor, (ComparisonComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, Comparison_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Compare, (ComparisonComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, ReflectionProbeBlendInfo x, ReflectionProbeBlendInfo y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Dissonance_RemoteChannel___ctor, (ComparisonComparer_1_Dissonance_RemoteChannel_ * __this, Comparison_1_Dissonance_RemoteChannel_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_Dissonance_RemoteChannel__Compare, (ComparisonComparer_1_Dissonance_RemoteChannel_ * __this, RemoteChannel x, RemoteChannel y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry___ctor, (ComparisonComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, Comparison_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Compare, (ComparisonComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, RenderChainTextEntry x, RenderChainTextEntry y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Rendering_RenderTargetIdentifier___ctor, (ComparisonComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, Comparison_1_UnityEngine_Rendering_RenderTargetIdentifier_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339E40, int32_t, ComparisonComparer_1_UnityEngine_Rendering_RenderTargetIdentifier__Compare, (ComparisonComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier x, RenderTargetIdentifier y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Rendering_RendererUtils_RendererList___ctor, (ComparisonComparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, Comparison_1_UnityEngine_Rendering_RendererUtils_RendererList_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_Rendering_RendererUtils_RendererList__Compare, (ComparisonComparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, RendererList x, RendererList y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle___ctor, (ComparisonComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Compare, (ComparisonComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, RendererListHandle x, RendererListHandle y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Resolution___ctor, (ComparisonComparer_1_UnityEngine_Resolution_ * __this, Comparison_1_UnityEngine_Resolution_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339D20, int32_t, ComparisonComparer_1_UnityEngine_Resolution__Compare, (ComparisonComparer_1_UnityEngine_Resolution_ * __this, Resolution x, Resolution y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle___ctor, (ComparisonComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Compare, (ComparisonComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, ResourceHandle x, ResourceHandle y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Dissonance_RoomChannel___ctor, (ComparisonComparer_1_Dissonance_RoomChannel_ * __this, Comparison_1_Dissonance_RoomChannel_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339E40, int32_t, ComparisonComparer_1_Dissonance_RoomChannel__Compare, (ComparisonComparer_1_Dissonance_RoomChannel_ * __this, RoomChannel x, RoomChannel y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Dissonance_RoomMembership___ctor, (ComparisonComparer_1_Dissonance_RoomMembership_ * __this, Comparison_1_Dissonance_RoomMembership_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_Dissonance_RoomMembership__Compare, (ComparisonComparer_1_Dissonance_RoomMembership_ * __this, RoomMembership x, RoomMembership y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_RuleMatcher___ctor, (ComparisonComparer_1_UnityEngine_UIElements_RuleMatcher_ * __this, Comparison_1_UnityEngine_UIElements_RuleMatcher_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_UIElements_RuleMatcher__Compare, (ComparisonComparer_1_UnityEngine_UIElements_RuleMatcher_ * __this, RuleMatcher x, RuleMatcher y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_SByte___ctor, (ComparisonComparer_1_System_SByte_ * __this, Comparison_1_SByte_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_System_SByte__Compare, (ComparisonComparer_1_System_SByte_ * __this, int8_t x, int8_t y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord___ctor, (ComparisonComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, Comparison_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Compare, (ComparisonComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, SelectorMatchRecord x, SelectorMatchRecord y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_Single___ctor, (ComparisonComparer_1_System_Single_ * __this, Comparison_1_Single_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x0133A130, int32_t, ComparisonComparer_1_System_Single__Compare, (ComparisonComparer_1_System_Single_ * __this, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Discord_Sku___ctor, (ComparisonComparer_1_Discord_Sku_ * __this, Comparison_1_Discord_Sku_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339E40, int32_t, ComparisonComparer_1_Discord_Sku__Compare, (ComparisonComparer_1_Discord_Sku_ * __this, Sku x, Sku y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_Net_Security_SslApplicationProtocol___ctor, (ComparisonComparer_1_System_Net_Security_SslApplicationProtocol_ * __this, Comparison_1_System_Net_Security_SslApplicationProtocol_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_System_Net_Security_SslApplicationProtocol__Compare, (ComparisonComparer_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol x, SslApplicationProtocol y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Steamworks_SteamItemDef_t___ctor, (ComparisonComparer_1_Steamworks_SteamItemDef_t_ * __this, Comparison_1_Steamworks_SteamItemDef_t_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_Steamworks_SteamItemDef_t__Compare, (ComparisonComparer_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t x, SteamItemDef_t y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Steamworks_SteamItemDetails_t___ctor, (ComparisonComparer_1_Steamworks_SteamItemDetails_t_ * __this, Comparison_1_Steamworks_SteamItemDetails_t_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_Steamworks_SteamItemDetails_t__Compare, (ComparisonComparer_1_Steamworks_SteamItemDetails_t_ * __this, SteamItemDetails_t x, SteamItemDetails_t y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_StylePropertyName___ctor, (ComparisonComparer_1_UnityEngine_UIElements_StylePropertyName_ * __this, Comparison_1_UnityEngine_UIElements_StylePropertyName_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_UIElements_StylePropertyName__Compare, (ComparisonComparer_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName x, StylePropertyName y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor, (ComparisonComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Comparison_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Compare, (ComparisonComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue x, StylePropertyValue y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_StyleSelectorPart___ctor, (ComparisonComparer_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, Comparison_1_UnityEngine_UIElements_StyleSelectorPart_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_UnityEngine_UIElements_StyleSelectorPart__Compare, (ComparisonComparer_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, StyleSelectorPart x, StyleSelectorPart y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken___ctor, (ComparisonComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, Comparison_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Compare, (ComparisonComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, StyleSyntaxToken x, StyleSyntaxToken y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue___ctor, (ComparisonComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue__Compare, (ComparisonComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, StyleValue x, StyleValue y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged___ctor, (ComparisonComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Compare, (ComparisonComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, StyleValueManaged x, StyleValueManaged y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_StyleVariable___ctor, (ComparisonComparer_1_UnityEngine_UIElements_StyleVariable_ * __this, Comparison_1_UnityEngine_UIElements_StyleVariable_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_UnityEngine_UIElements_StyleVariable__Compare, (ComparisonComparer_1_UnityEngine_UIElements_StyleVariable_ * __this, StyleVariable x, StyleVariable y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Rendering_SubMeshDescriptor___ctor, (ComparisonComparer_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, Comparison_1_UnityEngine_Rendering_SubMeshDescriptor_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x0133A0A0, int32_t, ComparisonComparer_1_UnityEngine_Rendering_SubMeshDescriptor__Compare, (ComparisonComparer_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, SubMeshDescriptor x, SubMeshDescriptor y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_InputSystem_Utilities_Substring___ctor, (ComparisonComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Comparison_1_UnityEngine_InputSystem_Utilities_Substring_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_InputSystem_Utilities_Substring__Compare, (ComparisonComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring x, Substring y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_TimeSpan___ctor, (ComparisonComparer_1_System_TimeSpan_ * __this, Comparison_1_TimeSpan_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_System_TimeSpan__Compare, (ComparisonComparer_1_System_TimeSpan_ * __this, TimeSpan x, TimeSpan y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_TimeValue___ctor, (ComparisonComparer_1_UnityEngine_UIElements_TimeValue_ * __this, Comparison_1_UnityEngine_UIElements_TimeValue_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_UnityEngine_UIElements_TimeValue__Compare, (ComparisonComparer_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue x, TimeValue y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_TreeViewItemWrapper___ctor, (ComparisonComparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, Comparison_1_UnityEngine_UIElements_TreeViewItemWrapper_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_UnityEngine_UIElements_TreeViewItemWrapper__Compare, (ComparisonComparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, TreeViewItemWrapper x, TreeViewItemWrapper y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Rewired_Utils_Classes_Data_TypeWrapper___ctor, (ComparisonComparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, Comparison_1_Rewired_Utils_Classes_Data_TypeWrapper_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339B30, int32_t, ComparisonComparer_1_Rewired_Utils_Classes_Data_TypeWrapper__Compare, (ComparisonComparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, TypeWrapper x, TypeWrapper y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UICharInfo___ctor, (ComparisonComparer_1_UnityEngine_UICharInfo_ * __this, Comparison_1_UnityEngine_UICharInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339D20, int32_t, ComparisonComparer_1_UnityEngine_UICharInfo__Compare, (ComparisonComparer_1_UnityEngine_UICharInfo_ * __this, UICharInfo x, UICharInfo y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UILineInfo___ctor, (ComparisonComparer_1_UnityEngine_UILineInfo_ * __this, Comparison_1_UnityEngine_UILineInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_UILineInfo__Compare, (ComparisonComparer_1_UnityEngine_UILineInfo_ * __this, UILineInfo x, UILineInfo y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIVertex___ctor, (ComparisonComparer_1_UnityEngine_UIVertex_ * __this, Comparison_1_UnityEngine_UIVertex_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x0133A430, int32_t, ComparisonComparer_1_UnityEngine_UIVertex__Compare, (ComparisonComparer_1_UnityEngine_UIVertex_ * __this, UIVertex x, UIVertex y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_UInt16___ctor, (ComparisonComparer_1_System_UInt16_ * __this, Comparison_1_UInt16_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_System_UInt16__Compare, (ComparisonComparer_1_System_UInt16_ * __this, uint16_t x, uint16_t y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_UInt32___ctor, (ComparisonComparer_1_System_UInt32_ * __this, Comparison_1_UInt32_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_System_UInt32__Compare, (ComparisonComparer_1_System_UInt32_ * __this, uint32_t x, uint32_t y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_UInt64___ctor, (ComparisonComparer_1_System_UInt64_ * __this, Comparison_1_UInt64_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_System_UInt64__Compare, (ComparisonComparer_1_System_UInt64_ * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture___ctor, (ComparisonComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Comparison_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Compare, (ComparisonComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, UVTexture x, UVTexture y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UdpKit_UdpEndPoint___ctor, (ComparisonComparer_1_UdpKit_UdpEndPoint_ * __this, Comparison_1_UdpKit_UdpEndPoint_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x0133A540, int32_t, ComparisonComparer_1_UdpKit_UdpEndPoint__Compare, (ComparisonComparer_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint x, UdpEndPoint y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UdpKit_UdpIPv4Address___ctor, (ComparisonComparer_1_UdpKit_UdpIPv4Address_ * __this, Comparison_1_UdpKit_UdpIPv4Address_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_UdpKit_UdpIPv4Address__Compare, (ComparisonComparer_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address x, UdpIPv4Address y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_InputSystem_XR_UsageHint___ctor, (ComparisonComparer_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, Comparison_1_UnityEngine_InputSystem_XR_UsageHint_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_UnityEngine_InputSystem_XR_UsageHint__Compare, (ComparisonComparer_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, UsageHint x, UsageHint y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Discord_User___ctor, (ComparisonComparer_1_Discord_User_ * __this, Comparison_1_Discord_User_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339E40, int32_t, ComparisonComparer_1_Discord_User__Compare, (ComparisonComparer_1_Discord_User_ * __this, User x, User y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Vector2___ctor, (ComparisonComparer_1_UnityEngine_Vector2_ * __this, Comparison_1_UnityEngine_Vector2_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x0133A5D0, int32_t, ComparisonComparer_1_UnityEngine_Vector2__Compare, (ComparisonComparer_1_UnityEngine_Vector2_ * __this, Vector2 x, Vector2 y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Vector2Int___ctor, (ComparisonComparer_1_UnityEngine_Vector2Int_ * __this, Comparison_1_UnityEngine_Vector2Int_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_UnityEngine_Vector2Int__Compare, (ComparisonComparer_1_UnityEngine_Vector2Int_ * __this, Vector2Int x, Vector2Int y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Vector3___ctor, (ComparisonComparer_1_UnityEngine_Vector3_ * __this, Comparison_1_UnityEngine_Vector3_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339D20, int32_t, ComparisonComparer_1_UnityEngine_Vector3__Compare, (ComparisonComparer_1_UnityEngine_Vector3_ * __this, Vector3 x, Vector3 y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Vector3Int___ctor, (ComparisonComparer_1_UnityEngine_Vector3Int_ * __this, Comparison_1_UnityEngine_Vector3Int_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339D20, int32_t, ComparisonComparer_1_UnityEngine_Vector3Int__Compare, (ComparisonComparer_1_UnityEngine_Vector3Int_ * __this, Vector3Int x, Vector3Int y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Vector4___ctor, (ComparisonComparer_1_UnityEngine_Vector4_ * __this, Comparison_1_UnityEngine_Vector4_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_Vector4__Compare, (ComparisonComparer_1_UnityEngine_Vector4_ * __this, Vector4 x, Vector4 y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor___ctor, (ComparisonComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, Comparison_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor__Compare, (ComparisonComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor x, VertexAttributeDescriptor y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration___ctor, (ComparisonComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, Comparison_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Compare, (ComparisonComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, ViewConfiguration x, ViewConfiguration y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Dissonance_Networking_VoicePacket___ctor, (ComparisonComparer_1_Dissonance_Networking_VoicePacket_ * __this, Comparison_1_Dissonance_Networking_VoicePacket_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339D90, int32_t, ComparisonComparer_1_Dissonance_Networking_VoicePacket__Compare, (ComparisonComparer_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket x, VoicePacket y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Pathfinding_Voxels_VoxelContour___ctor, (ComparisonComparer_1_Pathfinding_Voxels_VoxelContour_ * __this, Comparison_1_Pathfinding_Voxels_VoxelContour_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339B30, int32_t, ComparisonComparer_1_Pathfinding_Voxels_VoxelContour__Compare, (ComparisonComparer_1_Pathfinding_Voxels_VoxelContour_ * __this, VoxelContour x, VoxelContour y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES___ctor, (ComparisonComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x0133A620, int32_t, ComparisonComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Compare, (ComparisonComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Win32_IP_ADAPTER_ADDRESSES x, Win32_IP_ADAPTER_ADDRESSES y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO___ctor, (ComparisonComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x0133A770, int32_t, ComparisonComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Compare, (ComparisonComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Win32_IP_ADAPTER_INFO x, Win32_IP_ADAPTER_INFO y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus___ctor, (ComparisonComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Comparison_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Compare, (ComparisonComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, X509ChainStatus x, X509ChainStatus y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor___ctor, (ComparisonComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, Comparison_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Compare, (ComparisonComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, XRFeatureDescriptor x, XRFeatureDescriptor y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_XR_XRNodeState___ctor, (ComparisonComparer_1_UnityEngine_XR_XRNodeState_ * __this, Comparison_1_UnityEngine_XR_XRNodeState_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x0133A8B0, int32_t, ComparisonComparer_1_UnityEngine_XR_XRNodeState__Compare, (ComparisonComparer_1_UnityEngine_XR_XRNodeState_ * __this, XRNodeState x, XRNodeState y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Pathfinding_AdvancedSmooth_Turn___ctor, (ComparisonComparer_1_Pathfinding_AdvancedSmooth_Turn_ * __this, Comparison_1_Pathfinding_AdvancedSmooth_Turn_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_Pathfinding_AdvancedSmooth_Turn__Compare, (ComparisonComparer_1_Pathfinding_AdvancedSmooth_Turn_ * __this, AdvancedSmooth_Turn x, AdvancedSmooth_Turn y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo___ctor, (ComparisonComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, Comparison_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339E40, int32_t, ComparisonComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Compare, (ComparisonComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, AnimationOutputWeightProcessor_WeightInfo x, AnimationOutputWeightProcessor_WeightInfo y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock___ctor, (ComparisonComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, Comparison_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock__Compare, (ComparisonComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, BeforeRenderHelper_OrderBlock x, BeforeRenderHelper_OrderBlock y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page___ctor, (ComparisonComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, Comparison_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Compare, (ComparisonComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, BitmapAllocator32_Page x, BitmapAllocator32_Page y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Camera_RenderRequest___ctor, (ComparisonComparer_1_UnityEngine_Camera_RenderRequest_ * __this, Comparison_1_UnityEngine_Camera_RenderRequest_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_UnityEngine_Camera_RenderRequest__Compare, (ComparisonComparer_1_UnityEngine_Camera_RenderRequest_ * __this, Camera_RenderRequest x, Camera_RenderRequest y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Cinemachine_CameraState_CustomBlendable___ctor, (ComparisonComparer_1_Cinemachine_CameraState_CustomBlendable_ * __this, Comparison_1_Cinemachine_CameraState_CustomBlendable_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_Cinemachine_CameraState_CustomBlendable__Compare, (ComparisonComparer_1_Cinemachine_CameraState_CustomBlendable_ * __this, CameraState_CustomBlendable x, CameraState_CustomBlendable y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Cinemachine_CinemachineClearShot_Pair___ctor, (ComparisonComparer_1_Cinemachine_CinemachineClearShot_Pair_ * __this, Comparison_1_Cinemachine_CinemachineClearShot_Pair_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_Cinemachine_CinemachineClearShot_Pair__Compare, (ComparisonComparer_1_Cinemachine_CinemachineClearShot_Pair_ * __this, CinemachineClearShot_Pair x, CinemachineClearShot_Pair y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair___ctor, (ComparisonComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, Comparison_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Compare, (ComparisonComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, CinemachineStateDrivenCamera_HashPair x, CinemachineStateDrivenCamera_HashPair y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Cinemachine_ClipperLib_DoublePoint___ctor, (ComparisonComparer_1_Cinemachine_ClipperLib_DoublePoint_ * __this, Comparison_1_Cinemachine_ClipperLib_DoublePoint_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_Cinemachine_ClipperLib_DoublePoint__Compare, (ComparisonComparer_1_Cinemachine_ClipperLib_DoublePoint_ * __this, ClipperLib_DoublePoint x, ClipperLib_DoublePoint y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Cinemachine_ClipperLib_IntPoint___ctor, (ComparisonComparer_1_Cinemachine_ClipperLib_IntPoint_ * __this, Comparison_1_Cinemachine_ClipperLib_IntPoint_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_Cinemachine_ClipperLib_IntPoint__Compare, (ComparisonComparer_1_Cinemachine_ClipperLib_IntPoint_ * __this, ClipperLib_IntPoint x, ClipperLib_IntPoint y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Cinemachine_ConfinerOven_PolygonSolution___ctor, (ComparisonComparer_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, Comparison_1_Cinemachine_ConfinerOven_PolygonSolution_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_Cinemachine_ConfinerOven_PolygonSolution__Compare, (ComparisonComparer_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, ConfinerOven_PolygonSolution x, ConfinerOven_PolygonSolution y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB___ctor, (ComparisonComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, Comparison_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339D20, int32_t, ComparisonComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Compare, (ComparisonComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB x, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___ctor, (ComparisonComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Comparison_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339B30, int32_t, ComparisonComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Compare, (ComparisonComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo x, DelayedActionManager_DelegateInfo y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper___ctor, (ComparisonComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, Comparison_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Compare, (ComparisonComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, EventDispatcher_CallbackWrapper x, EventDispatcher_CallbackWrapper y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Photon_Bolt_EventDispatcher_EventListener___ctor, (ComparisonComparer_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, Comparison_1_Photon_Bolt_EventDispatcher_EventListener_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_Photon_Bolt_EventDispatcher_EventListener__Compare, (ComparisonComparer_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, EventDispatcher_EventListener x, EventDispatcher_EventListener y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent___ctor, (ComparisonComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, Comparison_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x0133A990, int32_t, ComparisonComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Compare, (ComparisonComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, EventQueue_NetworkEvent x, EventQueue_NetworkEvent y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_FocusController_FocusedElement___ctor, (ComparisonComparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, Comparison_1_UnityEngine_UIElements_FocusController_FocusedElement_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_UIElements_FocusController_FocusedElement__Compare, (ComparisonComparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, FocusController_FocusedElement x, FocusController_FocusedElement y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Pathfinding_Funnel_PathPart___ctor, (ComparisonComparer_1_Pathfinding_Funnel_PathPart_ * __this, Comparison_1_Pathfinding_Funnel_PathPart_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x0133A3A0, int32_t, ComparisonComparer_1_Pathfinding_Funnel_PathPart__Compare, (ComparisonComparer_1_Pathfinding_Funnel_PathPart_ * __this, Funnel_PathPart x, Funnel_PathPart y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch___ctor, (ComparisonComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, Comparison_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339B30, int32_t, ComparisonComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Compare, (ComparisonComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, GetRandomAvailablePerch_RandomPerch x, GetRandomAvailablePerch_RandomPerch y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor___ctor, (ComparisonComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, Comparison_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Compare, (ComparisonComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, HID_HIDCollectionDescriptor x, HID_HIDCollectionDescriptor y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor___ctor, (ComparisonComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, Comparison_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339FD0, int32_t, ComparisonComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Compare, (ComparisonComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, HID_HIDElementDescriptor x, HID_HIDElementDescriptor y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData___ctor, (ComparisonComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, Comparison_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339D20, int32_t, ComparisonComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Compare, (ComparisonComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, HIDParser_HIDReportData x, HIDParser_HIDReportData y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData___ctor, (ComparisonComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, Comparison_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x0133AAC0, int32_t, ComparisonComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Compare, (ComparisonComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, HairDesignerGeneratorFurShellBase_BufferData x, HairDesignerGeneratorFurShellBase_BufferData y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson___ctor, (ComparisonComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, Comparison_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339E40, int32_t, ComparisonComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Compare, (ComparisonComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, InputActionMap_BindingOverrideJson x, InputActionMap_BindingOverrideJson y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor, (ComparisonComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x0133AB10, int32_t, ComparisonComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Compare, (ComparisonComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem x, InputControlLayout_ControlItem y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper___ctor, (ComparisonComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, Comparison_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Compare, (ComparisonComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, InternalTreeView_TreeViewItemWrapper x, InternalTreeView_TreeViewItemWrapper y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV___ctor, (ComparisonComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Compare, (ComparisonComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV x, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb___ctor, (ComparisonComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339FD0, int32_t, ComparisonComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Compare, (ComparisonComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb x, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux___ctor, (ComparisonComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Compare, (ComparisonComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux x, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (ComparisonComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Comparison_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339FD0, int32_t, ComparisonComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Compare, (ComparisonComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue x, JsonParser_JsonValue y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage___ctor, (ComparisonComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Comparison_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Compare, (ComparisonComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Logs_LogMessage x, Logs_LogMessage y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters___ctor, (ComparisonComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, Comparison_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x0133A540, int32_t, ComparisonComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Compare, (ComparisonComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MagicLightProbes_VolumeParameters x, MagicLightProbes_VolumeParameters y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_NolanBehaviour_OverlappedCollider___ctor, (ComparisonComparer_1_NolanBehaviour_OverlappedCollider_ * __this, Comparison_1_NolanBehaviour_OverlappedCollider_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_NolanBehaviour_OverlappedCollider__Compare, (ComparisonComparer_1_NolanBehaviour_OverlappedCollider_ * __this, NolanBehaviour_OverlappedCollider x, NolanBehaviour_OverlappedCollider y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding___ctor, (ComparisonComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, Comparison_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Compare, (ComparisonComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, OpenXRInput_SerializedBinding x, OpenXRInput_SerializedBinding y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog___ctor, (ComparisonComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, Comparison_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Compare, (ComparisonComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, PackedPlayModeBuildLogs_RuntimeBuildLog x, PackedPlayModeBuildLogs_RuntimeBuildLog y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_ParticleSystem_Particle___ctor, (ComparisonComparer_1_UnityEngine_ParticleSystem_Particle_ * __this, Comparison_1_UnityEngine_ParticleSystem_Particle_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x0133AC80, int32_t, ComparisonComparer_1_UnityEngine_ParticleSystem_Particle__Compare, (ComparisonComparer_1_UnityEngine_ParticleSystem_Particle_ * __this, ParticleSystem_Particle x, ParticleSystem_Particle y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick___ctor, (ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Compare, (ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick x, ProbeBrickIndex_Brick y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick___ctor, (ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x0133ADB0, int32_t, ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Compare, (ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, ProbeBrickIndex_ReservedBrick x, ProbeBrickIndex_ReservedBrick y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta___ctor, (ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Compare, (ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, ProbeBrickIndex_VoxelMeta x, ProbeBrickIndex_VoxelMeta y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc___ctor, (ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339D20, int32_t, ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Compare, (ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc x, ProbeBrickPool_BrickChunkAlloc y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem___ctor, (ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Compare, (ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, ProbeVolumePerSceneData_SerializableAssetItem x, ProbeVolumePerSceneData_SerializableAssetItem y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem___ctor, (ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339B30, int32_t, ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Compare, (ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, ProbeVolumeSceneData_SerializableBoundItem x, ProbeVolumeSceneData_SerializableBoundItem y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem___ctor, (ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Compare, (ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, ProbeVolumeSceneData_SerializableHasPVItem x, ProbeVolumeSceneData_SerializableHasPVItem y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings___ctor, (ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339E40, int32_t, ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Compare, (ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, ProbeVolumeSceneData_SerializablePVBakeSettings x, ProbeVolumeSceneData_SerializablePVBakeSettings y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile___ctor, (ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Compare, (ComparisonComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, ProbeVolumeSceneData_SerializablePVProfile x, ProbeVolumeSceneData_SerializablePVProfile y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange___ctor, (ComparisonComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, Comparison_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Compare, (ComparisonComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, RegexCharClass_SingleRange x, RegexCharClass_SingleRange y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData___ctor, (ComparisonComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, Comparison_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x0133A8B0, int32_t, ComparisonComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Compare, (ComparisonComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, RenderChain_RenderNodeData x, RenderChain_RenderNodeData y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData___ctor, (ComparisonComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339B30, int32_t, ComparisonComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Compare, (ComparisonComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, RenderGraphDebugData_PassDebugData x, RenderGraphDebugData_PassDebugData y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData___ctor, (ComparisonComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339E40, int32_t, ComparisonComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Compare, (ComparisonComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, RenderGraphDebugData_ResourceDebugData x, RenderGraphDebugData_ResourceDebugData y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest___ctor, (ComparisonComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, Comparison_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Compare, (ComparisonComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, ResourceManager_DeferredCallbackRegisterRequest x, ResourceManager_DeferredCallbackRegisterRequest y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash___ctor, (ComparisonComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, Comparison_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Compare, (ComparisonComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, RetainedGizmos_MeshWithHash x, RetainedGizmos_MeshWithHash y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride___ctor, (ComparisonComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, Comparison_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Compare, (ComparisonComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, TemplateAsset_AttributeOverride x, TemplateAsset_AttributeOverride y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap___ctor, (ComparisonComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, Comparison_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Compare, (ComparisonComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, TextSettings_FontReferenceMap x, TextSettings_FontReferenceMap y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo___ctor, (ComparisonComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, Comparison_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339D90, int32_t, ComparisonComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Compare, (ComparisonComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, TextureBlitter_BlitInfo x, TextureBlitter_BlitInfo y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame___ctor, (ComparisonComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, Comparison_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x0133A2F0, int32_t, ComparisonComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Compare, (ComparisonComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, TexturePacker_JsonArray_Frame x, TexturePacker_JsonArray_Frame y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo___ctor, (ComparisonComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, Comparison_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Compare, (ComparisonComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, TextureRegistry_TextureInfo x, TextureRegistry_TextureInfo y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry___ctor, (ComparisonComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, Comparison_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Compare, (ComparisonComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, TimeNotificationBehaviour_NotificationEntry x, TimeNotificationBehaviour_NotificationEntry y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData___ctor, (ComparisonComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, Comparison_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339B30, int32_t, ComparisonComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Compare, (ComparisonComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, TrackedDeviceRaycaster_RaycastHitData x, TrackedDeviceRaycaster_RaycastHitData y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData___ctor, (ComparisonComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, Comparison_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Compare, (ComparisonComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, TrackedPoseDriverDataDescription_PoseData x, TrackedPoseDriverDataDescription_PoseData y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper___ctor, (ComparisonComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, Comparison_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Compare, (ComparisonComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, TreeView_TreeViewItemWrapper x, TreeView_TreeViewItemWrapper y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState___ctor, (ComparisonComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, Comparison_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Compare, (ComparisonComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, TreeViewReorderableDragAndDropController_TreeItemState x, TreeViewReorderableDragAndDropController_TreeItemState y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry___ctor, (ComparisonComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, Comparison_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x0133A8B0, int32_t, ComparisonComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Compare, (ComparisonComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, UIRStylePainter_Entry x, UIRStylePainter_Entry y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree___ctor, (ComparisonComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339E40, int32_t, ComparisonComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Compare, (ComparisonComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, UIRenderDevice_AllocToFree x, UIRenderDevice_AllocToFree y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate___ctor, (ComparisonComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C60, int32_t, ComparisonComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Compare, (ComparisonComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, UIRenderDevice_AllocToUpdate x, UIRenderDevice_AllocToUpdate y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest___ctor, (ComparisonComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, Comparison_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Compare, (ComparisonComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, UnitySynchronizationContext_WorkRequest x, UnitySynchronizationContext_WorkRequest y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition___ctor, (ComparisonComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Compare, (ComparisonComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, VisualTreeAsset_SlotDefinition x, VisualTreeAsset_SlotDefinition y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry___ctor, (ComparisonComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Compare, (ComparisonComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, VisualTreeAsset_SlotUsageEntry x, VisualTreeAsset_SlotUsageEntry y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry___ctor, (ComparisonComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Compare, (ComparisonComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, VisualTreeAsset_UsingEntry x, VisualTreeAsset_UsingEntry y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry___ctor, (ComparisonComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, Comparison_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Compare, (ComparisonComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry x, XmlSchemaObjectTable_XmlSchemaObjectEntry y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_ftLightmaps_LightmapAdditionalData___ctor, (ComparisonComparer_1_ftLightmaps_LightmapAdditionalData_ * __this, Comparison_1_ftLightmaps_LightmapAdditionalData_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339B30, int32_t, ComparisonComparer_1_ftLightmaps_LightmapAdditionalData__Compare, (ComparisonComparer_1_ftLightmaps_LightmapAdditionalData_ * __this, ftLightmaps_LightmapAdditionalData x, ftLightmaps_LightmapAdditionalData y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor, (ComparisonComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Comparison_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339C20, int32_t, ComparisonComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Compare, (ComparisonComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy x, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem___ctor, (ComparisonComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, Comparison_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339AD0, int32_t, ComparisonComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Compare, (ComparisonComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, DebugUI_Foldout_ContextMenuItem x, DebugUI_Foldout_ContextMenuItem y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher___ctor, (ComparisonComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339BA0, int32_t, ComparisonComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Compare, (ComparisonComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, InputControlLayout_Collection_LayoutMatcher x, InputControlLayout_Collection_LayoutMatcher y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView___ctor, (ComparisonComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, Comparison_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339B30, int32_t, ComparisonComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Compare, (ComparisonComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, InstructionList_DebugView_InstructionView x, InstructionList_DebugView_InstructionView y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb___ctor, (ComparisonComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, Comparison_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x01339D20, int32_t, ComparisonComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Compare, (ComparisonComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb x, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item___ctor, (ComparisonComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, Comparison_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x0133A540, int32_t, ComparisonComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Compare, (ComparisonComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, TargetPositionCache_CacheCurve_Item x, TargetPositionCache_CacheCurve_Item y, MethodInfo * method)); DO_APP_FUNC(0x01339A50, void, ComparisonComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem___ctor, (ComparisonComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, Comparison_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x0133A3A0, int32_t, ComparisonComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Compare, (ComparisonComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, TargetPositionCache_CacheEntry_RecordingItem x, TargetPositionCache_CacheEntry_RecordingItem y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_ArraySegment_1_Byte___ctor, (Comparison_1_ArraySegment_1_Byte_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_ArraySegment_1_Byte__Invoke, (Comparison_1_ArraySegment_1_Byte_ * __this, ArraySegment_1_Byte_ x, ArraySegment_1_Byte_ y, MethodInfo * method)); DO_APP_FUNC(0x0133AF90, void, Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor, (Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B0C0, int32_t, Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Invoke, (Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, AsyncOperationHandle_1_System_Object_ x, AsyncOperationHandle_1_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0133AF90, void, Comparison_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta___ctor, (Comparison_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B0C0, int32_t, Comparison_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Invoke, (Comparison_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ x, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_UnityEngine_Timeline_IntervalTree_1_Entry___ctor, (Comparison_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_UnityEngine_Timeline_IntervalTree_1_Entry__Invoke, (Comparison_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, IntervalTree_1_T_Entry_System_Object_ x, IntervalTree_1_T_Entry_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb___ctor, (Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Invoke, (Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ x, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1__ctor, (Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Invoke, (Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ x, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0133AF90, void, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2__ctor, (Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B0C0, int32_t, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Invoke, (Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ x, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_System_Collections_Generic_KeyValuePair_2___ctor, (Comparison_1_System_Collections_Generic_KeyValuePair_2_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_System_Collections_Generic_KeyValuePair_2__Invoke, (Comparison_1_System_Collections_Generic_KeyValuePair_2_ * __this, KeyValuePair_2_System_Guid_System_Object_ x, KeyValuePair_2_System_Guid_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0133B290, void, Comparison_1_System_Collections_Generic_KeyValuePair_2__1__ctor, (Comparison_1_System_Collections_Generic_KeyValuePair_2__1 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_System_Collections_Generic_KeyValuePair_2__1_Invoke, (Comparison_1_System_Collections_Generic_KeyValuePair_2__1 * __this, KeyValuePair_2_System_Int32_System_Int32_ x, KeyValuePair_2_System_Int32_System_Int32_ y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_System_Collections_Generic_KeyValuePair_2__2__ctor, (Comparison_1_System_Collections_Generic_KeyValuePair_2__2 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_System_Collections_Generic_KeyValuePair_2__2_Invoke, (Comparison_1_System_Collections_Generic_KeyValuePair_2__2 * __this, KeyValuePair_2_System_Int32_System_Object_ x, KeyValuePair_2_System_Int32_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_System_Collections_Generic_KeyValuePair_2__3__ctor, (Comparison_1_System_Collections_Generic_KeyValuePair_2__3 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_System_Collections_Generic_KeyValuePair_2__3_Invoke, (Comparison_1_System_Collections_Generic_KeyValuePair_2__3 * __this, KeyValuePair_2_System_Int32Enum_System_Object_ x, KeyValuePair_2_System_Int32Enum_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_System_Collections_Generic_KeyValuePair_2__4__ctor, (Comparison_1_System_Collections_Generic_KeyValuePair_2__4 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_System_Collections_Generic_KeyValuePair_2__4_Invoke, (Comparison_1_System_Collections_Generic_KeyValuePair_2__4 * __this, KeyValuePair_2_System_Object_System_ArraySegment_1_ x, KeyValuePair_2_System_Object_System_ArraySegment_1_ y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_System_Collections_Generic_KeyValuePair_2__5__ctor, (Comparison_1_System_Collections_Generic_KeyValuePair_2__5 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_System_Collections_Generic_KeyValuePair_2__5_Invoke, (Comparison_1_System_Collections_Generic_KeyValuePair_2__5 * __this, KeyValuePair_2_System_Object_System_Char_ x, KeyValuePair_2_System_Object_System_Char_ y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_System_Collections_Generic_KeyValuePair_2__6__ctor, (Comparison_1_System_Collections_Generic_KeyValuePair_2__6 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_System_Collections_Generic_KeyValuePair_2__6_Invoke, (Comparison_1_System_Collections_Generic_KeyValuePair_2__6 * __this, KeyValuePair_2_System_Object_System_Object_ x, KeyValuePair_2_System_Object_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0133B3C0, void, Comparison_1_System_Collections_Generic_KeyValuePair_2__7__ctor, (Comparison_1_System_Collections_Generic_KeyValuePair_2__7 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B4F0, int32_t, Comparison_1_System_Collections_Generic_KeyValuePair_2__7_Invoke, (Comparison_1_System_Collections_Generic_KeyValuePair_2__7 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ x, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_System_Collections_Generic_KeyValuePair_2__8__ctor, (Comparison_1_System_Collections_Generic_KeyValuePair_2__8 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_System_Collections_Generic_KeyValuePair_2__8_Invoke, (Comparison_1_System_Collections_Generic_KeyValuePair_2__8 * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ x, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_System_Collections_Generic_KeyValuePair_2__9__ctor, (Comparison_1_System_Collections_Generic_KeyValuePair_2__9 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_System_Collections_Generic_KeyValuePair_2__9_Invoke, (Comparison_1_System_Collections_Generic_KeyValuePair_2__9 * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ x, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_System_Collections_Generic_KeyValuePair_2__10__ctor, (Comparison_1_System_Collections_Generic_KeyValuePair_2__10 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_System_Collections_Generic_KeyValuePair_2__10_Invoke, (Comparison_1_System_Collections_Generic_KeyValuePair_2__10 * __this, KeyValuePair_2_System_UInt16_System_Object_ x, KeyValuePair_2_System_UInt16_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_System_Collections_Generic_KeyValuePair_2__11__ctor, (Comparison_1_System_Collections_Generic_KeyValuePair_2__11 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_System_Collections_Generic_KeyValuePair_2__11_Invoke, (Comparison_1_System_Collections_Generic_KeyValuePair_2__11 * __this, KeyValuePair_2_System_UInt64_System_Object_ x, KeyValuePair_2_System_UInt64_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_Unity_Collections_NativeArray_1___ctor, (Comparison_1_Unity_Collections_NativeArray_1_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_Unity_Collections_NativeArray_1__Invoke, (Comparison_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_System_UInt16_ x, NativeArray_1_System_UInt16_ y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_Unity_Collections_NativeArray_1__1__ctor, (Comparison_1_Unity_Collections_NativeArray_1__1 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_Unity_Collections_NativeArray_1__1_Invoke, (Comparison_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_UnityEngine_UIElements_Vertex_ x, NativeArray_1_UnityEngine_UIElements_Vertex_ y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo___ctor, (Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Invoke, (Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ x, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_Photon_Bolt_Collections_STuple_2___ctor, (Comparison_1_Photon_Bolt_Collections_STuple_2_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_Photon_Bolt_Collections_STuple_2__Invoke, (Comparison_1_Photon_Bolt_Collections_STuple_2_ * __this, STuple_2_System_Object_System_Object_ x, STuple_2_System_Object_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0133B580, void, Comparison_1_ValueTuple_1_Boolean___ctor, (Comparison_1_ValueTuple_1_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_ValueTuple_1_Boolean__Invoke, (Comparison_1_ValueTuple_1_Boolean_ * __this, ValueTuple_1_Boolean_ x, ValueTuple_1_Boolean_ y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_ValueTuple_2_Int32_Object___ctor, (Comparison_1_ValueTuple_2_Int32_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_ValueTuple_2_Int32_Object__Invoke, (Comparison_1_ValueTuple_2_Int32_Object_ * __this, ValueTuple_2_Int32_Object_ x, ValueTuple_2_Int32_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0133B6B0, void, Comparison_1_ValueTuple_2_Int32_UnityEngine_Vector2Int___ctor, (Comparison_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B7E0, int32_t, Comparison_1_ValueTuple_2_Int32_UnityEngine_Vector2Int__Invoke, (Comparison_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int_ x, ValueTuple_2_Int32_UnityEngine_Vector2Int_ y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32___ctor, (Comparison_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32__Invoke, (Comparison_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ x, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_ValueTuple_2_Object_Int32___ctor, (Comparison_1_ValueTuple_2_Object_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_ValueTuple_2_Object_Int32__Invoke, (Comparison_1_ValueTuple_2_Object_Int32_ * __this, ValueTuple_2_Object_Int32_ x, ValueTuple_2_Object_Int32_ y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_ValueTuple_2_Object_Object___ctor, (Comparison_1_ValueTuple_2_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_ValueTuple_2_Object_Object__Invoke, (Comparison_1_ValueTuple_2_Object_Object_ * __this, ValueTuple_2_Object_Object_ x, ValueTuple_2_Object_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Object___ctor, (Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Object__Invoke, (Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, ValueTuple_2_UnityEngine_Vector3Int_Object_ x, ValueTuple_2_UnityEngine_Vector3Int_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0133B830, void, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___ctor, (Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B960, int32_t, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__Invoke, (Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ x, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ y, MethodInfo * method)); DO_APP_FUNC(0x0133B9E0, void, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___ctor, (Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133BB10, int32_t, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__Invoke, (Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ x, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ y, MethodInfo * method)); DO_APP_FUNC(0x0133B290, void, Comparison_1_UnityEngine_AnimatorClipInfo___ctor, (Comparison_1_UnityEngine_AnimatorClipInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_UnityEngine_AnimatorClipInfo__Invoke, (Comparison_1_UnityEngine_AnimatorClipInfo_ * __this, AnimatorClipInfo x, AnimatorClipInfo y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor, (Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Invoke, (Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle x, AsyncOperationHandle y, MethodInfo * method)); DO_APP_FUNC(0x0133B290, void, Comparison_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (Comparison_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Invoke, (Comparison_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer x, BoltPeer y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_Photon_Bolt_LagCompensation_BoltPhysicsHit___ctor, (Comparison_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Invoke, (Comparison_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, BoltPhysicsHit x, BoltPhysicsHit y, MethodInfo * method)); DO_APP_FUNC(0x0133AF90, void, Comparison_1_UnityEngine_BoneWeight___ctor, (Comparison_1_UnityEngine_BoneWeight_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B0C0, int32_t, Comparison_1_UnityEngine_BoneWeight__Invoke, (Comparison_1_UnityEngine_BoneWeight_ * __this, BoneWeight x, BoneWeight y, MethodInfo * method)); DO_APP_FUNC(0x0133BB80, void, Comparison_1_Boolean___ctor, (Comparison_1_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_Boolean__Invoke, (Comparison_1_Boolean_ * __this, bool x, bool y, MethodInfo * method)); DO_APP_FUNC(0x0133BB80, void, Comparison_1_Byte___ctor, (Comparison_1_Byte_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_Byte__Invoke, (Comparison_1_Byte_ * __this, uint8_t x, uint8_t y, MethodInfo * method)); DO_APP_FUNC(0x0133B290, void, Comparison_1_System_Threading_CancellationToken___ctor, (Comparison_1_System_Threading_CancellationToken_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_System_Threading_CancellationToken__Invoke, (Comparison_1_System_Threading_CancellationToken_ * __this, CancellationToken x, CancellationToken y, MethodInfo * method)); DO_APP_FUNC(0x0133BCB0, void, Comparison_1_Char___ctor, (Comparison_1_Char_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_Char__Invoke, (Comparison_1_Char_ * __this, uint16_t x, uint16_t y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_Dissonance_Networking_ClientInfo___ctor, (Comparison_1_Dissonance_Networking_ClientInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_Dissonance_Networking_ClientInfo__Invoke, (Comparison_1_Dissonance_Networking_ClientInfo_ * __this, ClientInfo x, ClientInfo y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_Color___ctor, (Comparison_1_UnityEngine_Color_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_Color__Invoke, (Comparison_1_UnityEngine_Color_ * __this, Color x, Color y, MethodInfo * method)); DO_APP_FUNC(0x0133BDE0, void, Comparison_1_UnityEngine_Color32___ctor, (Comparison_1_UnityEngine_Color32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_UnityEngine_Color32__Invoke, (Comparison_1_UnityEngine_Color32_ * __this, Color32 x, Color32 y, MethodInfo * method)); DO_APP_FUNC(0x0133BF10, void, Comparison_1_UnityEngine_CombineInstance___ctor, (Comparison_1_UnityEngine_CombineInstance_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133C040, int32_t, Comparison_1_UnityEngine_CombineInstance__Invoke, (Comparison_1_UnityEngine_CombineInstance_ * __this, CombineInstance x, CombineInstance y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_UnityEngine_UIElements_ComputedTransitionProperty___ctor, (Comparison_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_UnityEngine_UIElements_ComputedTransitionProperty__Invoke, (Comparison_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, ComputedTransitionProperty x, ComputedTransitionProperty y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_Pathfinding_Connection___ctor, (Comparison_1_Pathfinding_Connection_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_Pathfinding_Connection__Invoke, (Comparison_1_Pathfinding_Connection_ * __this, Connection x, Connection y, MethodInfo * method)); DO_APP_FUNC(0x0133B830, void, Comparison_1_Rewired_ControllerPollingInfo___ctor, (Comparison_1_Rewired_ControllerPollingInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B960, int32_t, Comparison_1_Rewired_ControllerPollingInfo__Invoke, (Comparison_1_Rewired_ControllerPollingInfo_ * __this, ControllerPollingInfo x, ControllerPollingInfo y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_Rewired_ControllerTemplateElementTarget___ctor, (Comparison_1_Rewired_ControllerTemplateElementTarget_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_Rewired_ControllerTemplateElementTarget__Invoke, (Comparison_1_Rewired_ControllerTemplateElementTarget_ * __this, ControllerTemplateElementTarget x, ControllerTemplateElementTarget y, MethodInfo * method)); DO_APP_FUNC(0x0133C100, void, Comparison_1_SplineMesh_CurveSample___ctor, (Comparison_1_SplineMesh_CurveSample_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133C230, int32_t, Comparison_1_SplineMesh_CurveSample__Invoke, (Comparison_1_SplineMesh_CurveSample_ * __this, CurveSample x, CurveSample y, MethodInfo * method)); DO_APP_FUNC(0x0133B290, void, Comparison_1_DateTime___ctor, (Comparison_1_DateTime_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_DateTime__Invoke, (Comparison_1_DateTime_ * __this, DateTime x, DateTime y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_DateTimeOffset___ctor, (Comparison_1_DateTimeOffset_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_DateTimeOffset__Invoke, (Comparison_1_DateTimeOffset_ * __this, DateTimeOffset x, DateTimeOffset y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_Decimal___ctor, (Comparison_1_Decimal_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_Decimal__Invoke, (Comparison_1_Decimal_ * __this, Decimal x, Decimal y, MethodInfo * method)); DO_APP_FUNC(0x0133C2C0, void, Comparison_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor, (Comparison_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133C3F0, int32_t, Comparison_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Invoke, (Comparison_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent x, DiagnosticEvent y, MethodInfo * method)); DO_APP_FUNC(0x0133C450, void, Comparison_1_Double___ctor, (Comparison_1_Double_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_Double__Invoke, (Comparison_1_Double_ * __this, double x, double y, MethodInfo * method)); DO_APP_FUNC(0x0133BDE0, void, Comparison_1_UnityEngine_UIElements_EasingFunction___ctor, (Comparison_1_UnityEngine_UIElements_EasingFunction_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_UnityEngine_UIElements_EasingFunction__Invoke, (Comparison_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction x, EasingFunction y, MethodInfo * method)); DO_APP_FUNC(0x0133C580, void, Comparison_1_Rewired_ElementAssignmentConflictInfo___ctor, (Comparison_1_Rewired_ElementAssignmentConflictInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133C6B0, int32_t, Comparison_1_Rewired_ElementAssignmentConflictInfo__Invoke, (Comparison_1_Rewired_ElementAssignmentConflictInfo_ * __this, ElementAssignmentConflictInfo x, ElementAssignmentConflictInfo y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_Discord_Entitlement___ctor, (Comparison_1_Discord_Entitlement_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_Discord_Entitlement__Invoke, (Comparison_1_Discord_Entitlement_ * __this, Entitlement x, Entitlement y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_Photon_Bolt_EventReliable___ctor, (Comparison_1_Photon_Bolt_EventReliable_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_Photon_Bolt_EventReliable__Invoke, (Comparison_1_Photon_Bolt_EventReliable_ * __this, EventReliable x, EventReliable y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_Photon_Bolt_EventUnreliable___ctor, (Comparison_1_Photon_Bolt_EventUnreliable_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_Photon_Bolt_EventUnreliable__Invoke, (Comparison_1_Photon_Bolt_EventUnreliable_ * __this, EventUnreliable x, EventUnreliable y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_Discord_FileStat___ctor, (Comparison_1_Discord_FileStat_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_Discord_FileStat__Invoke, (Comparison_1_Discord_FileStat_ * __this, FileStat x, FileStat y, MethodInfo * method)); DO_APP_FUNC(0x0133C580, void, Comparison_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor, (Comparison_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133C6B0, int32_t, Comparison_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Invoke, (Comparison_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord x, GlyphPairAdjustmentRecord y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_TextCore_GlyphRect___ctor, (Comparison_1_UnityEngine_TextCore_GlyphRect_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_TextCore_GlyphRect__Invoke, (Comparison_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect x, GlyphRect y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_Guid___ctor, (Comparison_1_Guid_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_Guid__Invoke, (Comparison_1_Guid_ * __this, Guid x, Guid y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_Rewired_InputActionSourceData___ctor, (Comparison_1_Rewired_InputActionSourceData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_Rewired_InputActionSourceData__Invoke, (Comparison_1_Rewired_InputActionSourceData_ * __this, InputActionSourceData x, InputActionSourceData y, MethodInfo * method)); DO_APP_FUNC(0x0133C730, void, Comparison_1_UnityEngine_InputSystem_InputBinding___ctor, (Comparison_1_UnityEngine_InputSystem_InputBinding_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133C860, int32_t, Comparison_1_UnityEngine_InputSystem_InputBinding__Invoke, (Comparison_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding x, InputBinding y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_XR_InputDevice___ctor, (Comparison_1_UnityEngine_XR_InputDevice_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_XR_InputDevice__Invoke, (Comparison_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1 x, InputDevice_1 y, MethodInfo * method)); DO_APP_FUNC(0x0133B830, void, Comparison_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription___ctor, (Comparison_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B960, int32_t, Comparison_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Invoke, (Comparison_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription x, InputDeviceDescription y, MethodInfo * method)); DO_APP_FUNC(0x0133B290, void, Comparison_1_UnityEngine_InputSystem_LowLevel_InputEventPtr___ctor, (Comparison_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Invoke, (Comparison_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr x, InputEventPtr y, MethodInfo * method)); DO_APP_FUNC(0x0133BCB0, void, Comparison_1_Int16___ctor, (Comparison_1_Int16_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_Int16__Invoke, (Comparison_1_Int16_ * __this, int16_t x, int16_t y, MethodInfo * method)); DO_APP_FUNC(0x0133B6B0, void, Comparison_1_Pathfinding_Int3___ctor, (Comparison_1_Pathfinding_Int3_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B7E0, int32_t, Comparison_1_Pathfinding_Int3__Invoke, (Comparison_1_Pathfinding_Int3_ * __this, Int3 x, Int3 y, MethodInfo * method)); DO_APP_FUNC(0x0133C900, void, Comparison_1_Int32___ctor, (Comparison_1_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_Int32__Invoke, (Comparison_1_Int32_ * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x0133C900, void, Comparison_1_Int32Enum___ctor, (Comparison_1_Int32Enum_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_Int32Enum__Invoke, (Comparison_1_Int32Enum_ * __this, Int32Enum__Enum x, Int32Enum__Enum y, MethodInfo * method)); DO_APP_FUNC(0x003ED440, void, Comparison_1_Int64___ctor, (Comparison_1_Int64_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_Int64__Invoke, (Comparison_1_Int64_ * __this, int64_t x, int64_t y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_Pathfinding_ClipperLib_IntPoint___ctor, (Comparison_1_Pathfinding_ClipperLib_IntPoint_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_Pathfinding_ClipperLib_IntPoint__Invoke, (Comparison_1_Pathfinding_ClipperLib_IntPoint_ * __this, IntPoint x, IntPoint y, MethodInfo * method)); DO_APP_FUNC(0x003ED440, void, Comparison_1_IntPtr___ctor, (Comparison_1_IntPtr_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_IntPtr__Invoke, (Comparison_1_IntPtr_ * __this, void * x, void * y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_Pathfinding_IntRect___ctor, (Comparison_1_Pathfinding_IntRect_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_Pathfinding_IntRect__Invoke, (Comparison_1_Pathfinding_IntRect_ * __this, IntRect x, IntRect y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Comparison_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_InputSystem_Utilities_InternedString__Invoke, (Comparison_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString x, InternedString y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo___ctor, (Comparison_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Invoke, (Comparison_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, InterpretedFrameInfo x, InterpretedFrameInfo y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_UnityEngine_Timeline_IntervalTreeNode___ctor, (Comparison_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_UnityEngine_Timeline_IntervalTreeNode__Invoke, (Comparison_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IntervalTreeNode x, IntervalTreeNode y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount___ctor, (Comparison_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Invoke, (Comparison_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, ItemDefinitionAmount x, ItemDefinitionAmount y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_KickedPlayer___ctor, (Comparison_1_KickedPlayer_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_KickedPlayer__Invoke, (Comparison_1_KickedPlayer_ * __this, KickedPlayer x, KickedPlayer y, MethodInfo * method)); DO_APP_FUNC(0x0133BDE0, void, Comparison_1_UnityEngine_LayerMask___ctor, (Comparison_1_UnityEngine_LayerMask_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_UnityEngine_LayerMask__Invoke, (Comparison_1_UnityEngine_LayerMask_ * __this, LayerMask x, LayerMask y, MethodInfo * method)); DO_APP_FUNC(0x0133B6B0, void, Comparison_1_UnityEngine_UIElements_ManipulatorActivationFilter___ctor, (Comparison_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B7E0, int32_t, Comparison_1_UnityEngine_UIElements_ManipulatorActivationFilter__Invoke, (Comparison_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter x, ManipulatorActivationFilter y, MethodInfo * method)); DO_APP_FUNC(0x0133CA30, void, Comparison_1_UnityEngine_Matrix4x4___ctor, (Comparison_1_UnityEngine_Matrix4x4_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133CB60, int32_t, Comparison_1_UnityEngine_Matrix4x4__Invoke, (Comparison_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4 x, Matrix4x4 y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_UnityEngine_InputSystem_Utilities_NameAndParameters___ctor, (Comparison_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Invoke, (Comparison_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, NameAndParameters x, NameAndParameters y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_UnityEngine_InputSystem_Utilities_NamedValue___ctor, (Comparison_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_UnityEngine_InputSystem_Utilities_NamedValue__Invoke, (Comparison_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue x, NamedValue y, MethodInfo * method)); DO_APP_FUNC(0x0133AF90, void, Comparison_1_Photon_Bolt_NetworkPropertyInfo___ctor, (Comparison_1_Photon_Bolt_NetworkPropertyInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B0C0, int32_t, Comparison_1_Photon_Bolt_NetworkPropertyInfo__Invoke, (Comparison_1_Photon_Bolt_NetworkPropertyInfo_ * __this, NetworkPropertyInfo x, NetworkPropertyInfo y, MethodInfo * method)); DO_APP_FUNC(0x0133CBE0, void, Comparison_1_Object___ctor, (Comparison_1_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_Object__Invoke, (Comparison_1_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0133C2C0, void, Comparison_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData___ctor, (Comparison_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133C3F0, int32_t, Comparison_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Invoke, (Comparison_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, ObjectInitializationData x, ObjectInitializationData y, MethodInfo * method)); DO_APP_FUNC(0x0133AF90, void, Comparison_1_Dissonance_Networking_Client_OpenChannel___ctor, (Comparison_1_Dissonance_Networking_Client_OpenChannel_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B0C0, int32_t, Comparison_1_Dissonance_Networking_Client_OpenChannel__Invoke, (Comparison_1_Dissonance_Networking_Client_OpenChannel_ * __this, OpenChannel x, OpenChannel y, MethodInfo * method)); DO_APP_FUNC(0x0133B6B0, void, Comparison_1_Photon_Bolt_Internal_PacketStats___ctor, (Comparison_1_Photon_Bolt_Internal_PacketStats_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B7E0, int32_t, Comparison_1_Photon_Bolt_Internal_PacketStats__Invoke, (Comparison_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats x, PacketStats y, MethodInfo * method)); DO_APP_FUNC(0x0133B9E0, void, Comparison_1_UnityEngine_ParticleCollisionEvent___ctor, (Comparison_1_UnityEngine_ParticleCollisionEvent_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133BB10, int32_t, Comparison_1_UnityEngine_ParticleCollisionEvent__Invoke, (Comparison_1_UnityEngine_ParticleCollisionEvent_ * __this, ParticleCollisionEvent x, ParticleCollisionEvent y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_Playables_Playable___ctor, (Comparison_1_UnityEngine_Playables_Playable_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_Playables_Playable__Invoke, (Comparison_1_UnityEngine_Playables_Playable_ * __this, Playable x, Playable y, MethodInfo * method)); DO_APP_FUNC(0x0133AF90, void, Comparison_1_UnityEngine_Playables_PlayableBinding___ctor, (Comparison_1_UnityEngine_Playables_PlayableBinding_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B0C0, int32_t, Comparison_1_UnityEngine_Playables_PlayableBinding__Invoke, (Comparison_1_UnityEngine_Playables_PlayableBinding_ * __this, PlayableBinding x, PlayableBinding y, MethodInfo * method)); DO_APP_FUNC(0x0133B6B0, void, Comparison_1_Photon_Bolt_Priority___ctor, (Comparison_1_Photon_Bolt_Priority_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B7E0, int32_t, Comparison_1_Photon_Bolt_Priority__Invoke, (Comparison_1_Photon_Bolt_Priority_ * __this, Priority x, Priority y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_Quaternion___ctor, (Comparison_1_UnityEngine_Quaternion_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_Quaternion__Invoke, (Comparison_1_UnityEngine_Quaternion_ * __this, Quaternion x, Quaternion y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_System_Xml_Schema_RangePositionInfo___ctor, (Comparison_1_System_Xml_Schema_RangePositionInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_System_Xml_Schema_RangePositionInfo__Invoke, (Comparison_1_System_Xml_Schema_RangePositionInfo_ * __this, RangePositionInfo x, RangePositionInfo y, MethodInfo * method)); DO_APP_FUNC(0x0133C580, void, Comparison_1_UnityEngine_RaycastHit___ctor, (Comparison_1_UnityEngine_RaycastHit_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133C6B0, int32_t, Comparison_1_UnityEngine_RaycastHit__Invoke, (Comparison_1_UnityEngine_RaycastHit_ * __this, RaycastHit x, RaycastHit y, MethodInfo * method)); DO_APP_FUNC(0x0133CDA0, void, Comparison_1_UnityEngine_RaycastHit2D___ctor, (Comparison_1_UnityEngine_RaycastHit2D_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133CED0, int32_t, Comparison_1_UnityEngine_RaycastHit2D__Invoke, (Comparison_1_UnityEngine_RaycastHit2D_ * __this, RaycastHit2D x, RaycastHit2D y, MethodInfo * method)); DO_APP_FUNC(0x0133B3C0, void, Comparison_1_UnityEngine_EventSystems_RaycastResult___ctor, (Comparison_1_UnityEngine_EventSystems_RaycastResult_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B4F0, int32_t, Comparison_1_UnityEngine_EventSystems_RaycastResult__Invoke, (Comparison_1_UnityEngine_EventSystems_RaycastResult_ * __this, RaycastResult x, RaycastResult y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_Rect___ctor, (Comparison_1_UnityEngine_Rect_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_Rect__Invoke, (Comparison_1_UnityEngine_Rect_ * __this, Rect x, Rect y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_Rendering_ReflectionProbeBlendInfo___ctor, (Comparison_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Invoke, (Comparison_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, ReflectionProbeBlendInfo x, ReflectionProbeBlendInfo y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_Dissonance_RemoteChannel___ctor, (Comparison_1_Dissonance_RemoteChannel_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_Dissonance_RemoteChannel__Invoke, (Comparison_1_Dissonance_RemoteChannel_ * __this, RemoteChannel x, RemoteChannel y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_UIElements_UIR_RenderChainTextEntry___ctor, (Comparison_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Invoke, (Comparison_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, RenderChainTextEntry x, RenderChainTextEntry y, MethodInfo * method)); DO_APP_FUNC(0x0133B9E0, void, Comparison_1_UnityEngine_Rendering_RenderTargetIdentifier___ctor, (Comparison_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133BB10, int32_t, Comparison_1_UnityEngine_Rendering_RenderTargetIdentifier__Invoke, (Comparison_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier x, RenderTargetIdentifier y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_Rendering_RendererUtils_RendererList___ctor, (Comparison_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_Rendering_RendererUtils_RendererList__Invoke, (Comparison_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, RendererList x, RendererList y, MethodInfo * method)); DO_APP_FUNC(0x0133B290, void, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle___ctor, (Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Invoke, (Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, RendererListHandle x, RendererListHandle y, MethodInfo * method)); DO_APP_FUNC(0x0133B6B0, void, Comparison_1_UnityEngine_Resolution___ctor, (Comparison_1_UnityEngine_Resolution_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B7E0, int32_t, Comparison_1_UnityEngine_Resolution__Invoke, (Comparison_1_UnityEngine_Resolution_ * __this, Resolution x, Resolution y, MethodInfo * method)); DO_APP_FUNC(0x0133B290, void, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle___ctor, (Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Invoke, (Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, ResourceHandle x, ResourceHandle y, MethodInfo * method)); DO_APP_FUNC(0x0133B9E0, void, Comparison_1_Dissonance_RoomChannel___ctor, (Comparison_1_Dissonance_RoomChannel_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133BB10, int32_t, Comparison_1_Dissonance_RoomChannel__Invoke, (Comparison_1_Dissonance_RoomChannel_ * __this, RoomChannel x, RoomChannel y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_Dissonance_RoomMembership___ctor, (Comparison_1_Dissonance_RoomMembership_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_Dissonance_RoomMembership__Invoke, (Comparison_1_Dissonance_RoomMembership_ * __this, RoomMembership x, RoomMembership y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_UIElements_RuleMatcher___ctor, (Comparison_1_UnityEngine_UIElements_RuleMatcher_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_UIElements_RuleMatcher__Invoke, (Comparison_1_UnityEngine_UIElements_RuleMatcher_ * __this, RuleMatcher x, RuleMatcher y, MethodInfo * method)); DO_APP_FUNC(0x0133BB80, void, Comparison_1_SByte___ctor, (Comparison_1_SByte_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_SByte__Invoke, (Comparison_1_SByte_ * __this, int8_t x, int8_t y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord___ctor, (Comparison_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Invoke, (Comparison_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, SelectorMatchRecord x, SelectorMatchRecord y, MethodInfo * method)); DO_APP_FUNC(0x0133CF30, void, Comparison_1_Single___ctor, (Comparison_1_Single_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_Single__Invoke, (Comparison_1_Single_ * __this, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x0133B9E0, void, Comparison_1_Discord_Sku___ctor, (Comparison_1_Discord_Sku_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133BB10, int32_t, Comparison_1_Discord_Sku__Invoke, (Comparison_1_Discord_Sku_ * __this, Sku x, Sku y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_System_Net_Security_SslApplicationProtocol___ctor, (Comparison_1_System_Net_Security_SslApplicationProtocol_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_System_Net_Security_SslApplicationProtocol__Invoke, (Comparison_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol x, SslApplicationProtocol y, MethodInfo * method)); DO_APP_FUNC(0x0133BDE0, void, Comparison_1_Steamworks_SteamItemDef_t___ctor, (Comparison_1_Steamworks_SteamItemDef_t_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_Steamworks_SteamItemDef_t__Invoke, (Comparison_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t x, SteamItemDef_t y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_Steamworks_SteamItemDetails_t___ctor, (Comparison_1_Steamworks_SteamItemDetails_t_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_Steamworks_SteamItemDetails_t__Invoke, (Comparison_1_Steamworks_SteamItemDetails_t_ * __this, SteamItemDetails_t x, SteamItemDetails_t y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_UIElements_StylePropertyName___ctor, (Comparison_1_UnityEngine_UIElements_StylePropertyName_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_UIElements_StylePropertyName__Invoke, (Comparison_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName x, StylePropertyName y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor, (Comparison_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Invoke, (Comparison_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue x, StylePropertyValue y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_UnityEngine_UIElements_StyleSelectorPart___ctor, (Comparison_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_UnityEngine_UIElements_StyleSelectorPart__Invoke, (Comparison_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, StyleSelectorPart x, StyleSelectorPart y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken___ctor, (Comparison_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Invoke, (Comparison_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, StyleSyntaxToken x, StyleSyntaxToken y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValue___ctor, (Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValue__Invoke, (Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, StyleValue x, StyleValue y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged___ctor, (Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Invoke, (Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, StyleValueManaged x, StyleValueManaged y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_UnityEngine_UIElements_StyleVariable___ctor, (Comparison_1_UnityEngine_UIElements_StyleVariable_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_UnityEngine_UIElements_StyleVariable__Invoke, (Comparison_1_UnityEngine_UIElements_StyleVariable_ * __this, StyleVariable x, StyleVariable y, MethodInfo * method)); DO_APP_FUNC(0x0133C2C0, void, Comparison_1_UnityEngine_Rendering_SubMeshDescriptor___ctor, (Comparison_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133C3F0, int32_t, Comparison_1_UnityEngine_Rendering_SubMeshDescriptor__Invoke, (Comparison_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, SubMeshDescriptor x, SubMeshDescriptor y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_InputSystem_Utilities_Substring___ctor, (Comparison_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_InputSystem_Utilities_Substring__Invoke, (Comparison_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring x, Substring y, MethodInfo * method)); DO_APP_FUNC(0x0133B290, void, Comparison_1_TimeSpan___ctor, (Comparison_1_TimeSpan_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_TimeSpan__Invoke, (Comparison_1_TimeSpan_ * __this, TimeSpan x, TimeSpan y, MethodInfo * method)); DO_APP_FUNC(0x0133B290, void, Comparison_1_UnityEngine_UIElements_TimeValue___ctor, (Comparison_1_UnityEngine_UIElements_TimeValue_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_UnityEngine_UIElements_TimeValue__Invoke, (Comparison_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue x, TimeValue y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_UnityEngine_UIElements_TreeViewItemWrapper___ctor, (Comparison_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_UnityEngine_UIElements_TreeViewItemWrapper__Invoke, (Comparison_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, TreeViewItemWrapper x, TreeViewItemWrapper y, MethodInfo * method)); DO_APP_FUNC(0x0133AF90, void, Comparison_1_Rewired_Utils_Classes_Data_TypeWrapper___ctor, (Comparison_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B0C0, int32_t, Comparison_1_Rewired_Utils_Classes_Data_TypeWrapper__Invoke, (Comparison_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, TypeWrapper x, TypeWrapper y, MethodInfo * method)); DO_APP_FUNC(0x0133B6B0, void, Comparison_1_UnityEngine_UICharInfo___ctor, (Comparison_1_UnityEngine_UICharInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B7E0, int32_t, Comparison_1_UnityEngine_UICharInfo__Invoke, (Comparison_1_UnityEngine_UICharInfo_ * __this, UICharInfo x, UICharInfo y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_UILineInfo___ctor, (Comparison_1_UnityEngine_UILineInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_UILineInfo__Invoke, (Comparison_1_UnityEngine_UILineInfo_ * __this, UILineInfo x, UILineInfo y, MethodInfo * method)); DO_APP_FUNC(0x0133D060, void, Comparison_1_UnityEngine_UIVertex___ctor, (Comparison_1_UnityEngine_UIVertex_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133D190, int32_t, Comparison_1_UnityEngine_UIVertex__Invoke, (Comparison_1_UnityEngine_UIVertex_ * __this, UIVertex x, UIVertex y, MethodInfo * method)); DO_APP_FUNC(0x0133BCB0, void, Comparison_1_UInt16___ctor, (Comparison_1_UInt16_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_UInt16__Invoke, (Comparison_1_UInt16_ * __this, uint16_t x, uint16_t y, MethodInfo * method)); DO_APP_FUNC(0x0133C900, void, Comparison_1_UInt32___ctor, (Comparison_1_UInt32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_UInt32__Invoke, (Comparison_1_UInt32_ * __this, uint32_t x, uint32_t y, MethodInfo * method)); DO_APP_FUNC(0x003ED440, void, Comparison_1_UInt64___ctor, (Comparison_1_UInt64_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_UInt64__Invoke, (Comparison_1_UInt64_ * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture___ctor, (Comparison_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Invoke, (Comparison_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, UVTexture x, UVTexture y, MethodInfo * method)); DO_APP_FUNC(0x0133D260, void, Comparison_1_UdpKit_UdpEndPoint___ctor, (Comparison_1_UdpKit_UdpEndPoint_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133D390, int32_t, Comparison_1_UdpKit_UdpEndPoint__Invoke, (Comparison_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint x, UdpEndPoint y, MethodInfo * method)); DO_APP_FUNC(0x0133BDE0, void, Comparison_1_UdpKit_UdpIPv4Address___ctor, (Comparison_1_UdpKit_UdpIPv4Address_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_UdpKit_UdpIPv4Address__Invoke, (Comparison_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address x, UdpIPv4Address y, MethodInfo * method)); DO_APP_FUNC(0x0133B290, void, Comparison_1_UnityEngine_InputSystem_XR_UsageHint___ctor, (Comparison_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_UnityEngine_InputSystem_XR_UsageHint__Invoke, (Comparison_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, UsageHint x, UsageHint y, MethodInfo * method)); DO_APP_FUNC(0x0133B9E0, void, Comparison_1_Discord_User___ctor, (Comparison_1_Discord_User_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133BB10, int32_t, Comparison_1_Discord_User__Invoke, (Comparison_1_Discord_User_ * __this, User x, User y, MethodInfo * method)); DO_APP_FUNC(0x0133D3F0, void, Comparison_1_UnityEngine_Vector2___ctor, (Comparison_1_UnityEngine_Vector2_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_UnityEngine_Vector2__Invoke, (Comparison_1_UnityEngine_Vector2_ * __this, Vector2 x, Vector2 y, MethodInfo * method)); DO_APP_FUNC(0x0133B290, void, Comparison_1_UnityEngine_Vector2Int___ctor, (Comparison_1_UnityEngine_Vector2Int_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_UnityEngine_Vector2Int__Invoke, (Comparison_1_UnityEngine_Vector2Int_ * __this, Vector2Int x, Vector2Int y, MethodInfo * method)); DO_APP_FUNC(0x0133B6B0, void, Comparison_1_UnityEngine_Vector3___ctor, (Comparison_1_UnityEngine_Vector3_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B7E0, int32_t, Comparison_1_UnityEngine_Vector3__Invoke, (Comparison_1_UnityEngine_Vector3_ * __this, Vector3 x, Vector3 y, MethodInfo * method)); DO_APP_FUNC(0x0133B6B0, void, Comparison_1_UnityEngine_Vector3Int___ctor, (Comparison_1_UnityEngine_Vector3Int_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B7E0, int32_t, Comparison_1_UnityEngine_Vector3Int__Invoke, (Comparison_1_UnityEngine_Vector3Int_ * __this, Vector3Int x, Vector3Int y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_Vector4___ctor, (Comparison_1_UnityEngine_Vector4_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_Vector4__Invoke, (Comparison_1_UnityEngine_Vector4_ * __this, Vector4 x, Vector4 y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_Rendering_VertexAttributeDescriptor___ctor, (Comparison_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_Rendering_VertexAttributeDescriptor__Invoke, (Comparison_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor x, VertexAttributeDescriptor y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_Microsoft_MixedReality_OpenXR_ViewConfiguration___ctor, (Comparison_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Invoke, (Comparison_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, ViewConfiguration x, ViewConfiguration y, MethodInfo * method)); DO_APP_FUNC(0x0133B830, void, Comparison_1_Dissonance_Networking_VoicePacket___ctor, (Comparison_1_Dissonance_Networking_VoicePacket_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B960, int32_t, Comparison_1_Dissonance_Networking_VoicePacket__Invoke, (Comparison_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket x, VoicePacket y, MethodInfo * method)); DO_APP_FUNC(0x0133AF90, void, Comparison_1_Pathfinding_Voxels_VoxelContour___ctor, (Comparison_1_Pathfinding_Voxels_VoxelContour_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B0C0, int32_t, Comparison_1_Pathfinding_Voxels_VoxelContour__Invoke, (Comparison_1_Pathfinding_Voxels_VoxelContour_ * __this, VoxelContour x, VoxelContour y, MethodInfo * method)); DO_APP_FUNC(0x0133D520, void, Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES___ctor, (Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133D650, int32_t, Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Invoke, (Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Win32_IP_ADAPTER_ADDRESSES x, Win32_IP_ADAPTER_ADDRESSES y, MethodInfo * method)); DO_APP_FUNC(0x0133D760, void, Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO___ctor, (Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133D890, int32_t, Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Invoke, (Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Win32_IP_ADAPTER_INFO x, Win32_IP_ADAPTER_INFO y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_System_Security_Cryptography_X509Certificates_X509ChainStatus___ctor, (Comparison_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Invoke, (Comparison_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, X509ChainStatus x, X509ChainStatus y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor___ctor, (Comparison_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Invoke, (Comparison_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, XRFeatureDescriptor x, XRFeatureDescriptor y, MethodInfo * method)); DO_APP_FUNC(0x0133D9A0, void, Comparison_1_UnityEngine_XR_XRNodeState___ctor, (Comparison_1_UnityEngine_XR_XRNodeState_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133DAD0, int32_t, Comparison_1_UnityEngine_XR_XRNodeState__Invoke, (Comparison_1_UnityEngine_XR_XRNodeState_ * __this, XRNodeState x, XRNodeState y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_Pathfinding_AdvancedSmooth_Turn___ctor, (Comparison_1_Pathfinding_AdvancedSmooth_Turn_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_Pathfinding_AdvancedSmooth_Turn__Invoke, (Comparison_1_Pathfinding_AdvancedSmooth_Turn_ * __this, AdvancedSmooth_Turn x, AdvancedSmooth_Turn y, MethodInfo * method)); DO_APP_FUNC(0x0133B9E0, void, Comparison_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo___ctor, (Comparison_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133BB10, int32_t, Comparison_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Invoke, (Comparison_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, AnimationOutputWeightProcessor_WeightInfo x, AnimationOutputWeightProcessor_WeightInfo y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_BeforeRenderHelper_OrderBlock___ctor, (Comparison_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_BeforeRenderHelper_OrderBlock__Invoke, (Comparison_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, BeforeRenderHelper_OrderBlock x, BeforeRenderHelper_OrderBlock y, MethodInfo * method)); DO_APP_FUNC(0x0133B290, void, Comparison_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page___ctor, (Comparison_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Invoke, (Comparison_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, BitmapAllocator32_Page x, BitmapAllocator32_Page y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_UnityEngine_Camera_RenderRequest___ctor, (Comparison_1_UnityEngine_Camera_RenderRequest_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_UnityEngine_Camera_RenderRequest__Invoke, (Comparison_1_UnityEngine_Camera_RenderRequest_ * __this, Camera_RenderRequest x, Camera_RenderRequest y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_Cinemachine_CameraState_CustomBlendable___ctor, (Comparison_1_Cinemachine_CameraState_CustomBlendable_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_Cinemachine_CameraState_CustomBlendable__Invoke, (Comparison_1_Cinemachine_CameraState_CustomBlendable_ * __this, CameraState_CustomBlendable x, CameraState_CustomBlendable y, MethodInfo * method)); DO_APP_FUNC(0x0133B290, void, Comparison_1_Cinemachine_CinemachineClearShot_Pair___ctor, (Comparison_1_Cinemachine_CinemachineClearShot_Pair_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_Cinemachine_CinemachineClearShot_Pair__Invoke, (Comparison_1_Cinemachine_CinemachineClearShot_Pair_ * __this, CinemachineClearShot_Pair x, CinemachineClearShot_Pair y, MethodInfo * method)); DO_APP_FUNC(0x0133B290, void, Comparison_1_Cinemachine_CinemachineStateDrivenCamera_HashPair___ctor, (Comparison_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Invoke, (Comparison_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, CinemachineStateDrivenCamera_HashPair x, CinemachineStateDrivenCamera_HashPair y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_Cinemachine_ClipperLib_DoublePoint___ctor, (Comparison_1_Cinemachine_ClipperLib_DoublePoint_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_Cinemachine_ClipperLib_DoublePoint__Invoke, (Comparison_1_Cinemachine_ClipperLib_DoublePoint_ * __this, ClipperLib_DoublePoint x, ClipperLib_DoublePoint y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_Cinemachine_ClipperLib_IntPoint___ctor, (Comparison_1_Cinemachine_ClipperLib_IntPoint_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_Cinemachine_ClipperLib_IntPoint__Invoke, (Comparison_1_Cinemachine_ClipperLib_IntPoint_ * __this, ClipperLib_IntPoint x, ClipperLib_IntPoint y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_Cinemachine_ConfinerOven_PolygonSolution___ctor, (Comparison_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_Cinemachine_ConfinerOven_PolygonSolution__Invoke, (Comparison_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, ConfinerOven_PolygonSolution x, ConfinerOven_PolygonSolution y, MethodInfo * method)); DO_APP_FUNC(0x0133B6B0, void, Comparison_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB___ctor, (Comparison_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B7E0, int32_t, Comparison_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Invoke, (Comparison_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB x, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB y, MethodInfo * method)); DO_APP_FUNC(0x0133AF90, void, Comparison_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___ctor, (Comparison_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B0C0, int32_t, Comparison_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Invoke, (Comparison_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo x, DelayedActionManager_DelegateInfo y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_Photon_Bolt_EventDispatcher_CallbackWrapper___ctor, (Comparison_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Invoke, (Comparison_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, EventDispatcher_CallbackWrapper x, EventDispatcher_CallbackWrapper y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_Photon_Bolt_EventDispatcher_EventListener___ctor, (Comparison_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_Photon_Bolt_EventDispatcher_EventListener__Invoke, (Comparison_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, EventDispatcher_EventListener x, EventDispatcher_EventListener y, MethodInfo * method)); DO_APP_FUNC(0x0133DB70, void, Comparison_1_Dissonance_Networking_Client_EventQueue_NetworkEvent___ctor, (Comparison_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133DCA0, int32_t, Comparison_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Invoke, (Comparison_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, EventQueue_NetworkEvent x, EventQueue_NetworkEvent y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_UIElements_FocusController_FocusedElement___ctor, (Comparison_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_UIElements_FocusController_FocusedElement__Invoke, (Comparison_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, FocusController_FocusedElement x, FocusController_FocusedElement y, MethodInfo * method)); DO_APP_FUNC(0x0133CDA0, void, Comparison_1_Pathfinding_Funnel_PathPart___ctor, (Comparison_1_Pathfinding_Funnel_PathPart_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133CED0, int32_t, Comparison_1_Pathfinding_Funnel_PathPart__Invoke, (Comparison_1_Pathfinding_Funnel_PathPart_ * __this, Funnel_PathPart x, Funnel_PathPart y, MethodInfo * method)); DO_APP_FUNC(0x0133AF90, void, Comparison_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch___ctor, (Comparison_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B0C0, int32_t, Comparison_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Invoke, (Comparison_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, GetRandomAvailablePerch_RandomPerch x, GetRandomAvailablePerch_RandomPerch y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor___ctor, (Comparison_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Invoke, (Comparison_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, HID_HIDCollectionDescriptor x, HID_HIDCollectionDescriptor y, MethodInfo * method)); DO_APP_FUNC(0x0133C100, void, Comparison_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor___ctor, (Comparison_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133C230, int32_t, Comparison_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Invoke, (Comparison_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, HID_HIDElementDescriptor x, HID_HIDElementDescriptor y, MethodInfo * method)); DO_APP_FUNC(0x0133B6B0, void, Comparison_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData___ctor, (Comparison_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B7E0, int32_t, Comparison_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Invoke, (Comparison_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, HIDParser_HIDReportData x, HIDParser_HIDReportData y, MethodInfo * method)); DO_APP_FUNC(0x0133DD90, void, Comparison_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData___ctor, (Comparison_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Invoke, (Comparison_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, HairDesignerGeneratorFurShellBase_BufferData x, HairDesignerGeneratorFurShellBase_BufferData y, MethodInfo * method)); DO_APP_FUNC(0x0133B9E0, void, Comparison_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson___ctor, (Comparison_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133BB10, int32_t, Comparison_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Invoke, (Comparison_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, InputActionMap_BindingOverrideJson x, InputActionMap_BindingOverrideJson y, MethodInfo * method)); DO_APP_FUNC(0x0133DEC0, void, Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor, (Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133DFF0, int32_t, Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Invoke, (Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem x, InputControlLayout_ControlItem y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper___ctor, (Comparison_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Invoke, (Comparison_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, InternalTreeView_TreeViewItemWrapper x, InternalTreeView_TreeViewItemWrapper y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV___ctor, (Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Invoke, (Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV x, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV y, MethodInfo * method)); DO_APP_FUNC(0x0133C100, void, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb___ctor, (Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133C230, int32_t, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Invoke, (Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb x, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux___ctor, (Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Invoke, (Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux x, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux y, MethodInfo * method)); DO_APP_FUNC(0x0133C100, void, Comparison_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (Comparison_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133C230, int32_t, Comparison_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Invoke, (Comparison_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue x, JsonParser_JsonValue y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage___ctor, (Comparison_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Invoke, (Comparison_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Logs_LogMessage x, Logs_LogMessage y, MethodInfo * method)); DO_APP_FUNC(0x0133D260, void, Comparison_1_MagicLightProbes_MagicLightProbes_VolumeParameters___ctor, (Comparison_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133D390, int32_t, Comparison_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Invoke, (Comparison_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MagicLightProbes_VolumeParameters x, MagicLightProbes_VolumeParameters y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_NolanBehaviour_OverlappedCollider___ctor, (Comparison_1_NolanBehaviour_OverlappedCollider_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_NolanBehaviour_OverlappedCollider__Invoke, (Comparison_1_NolanBehaviour_OverlappedCollider_ * __this, NolanBehaviour_OverlappedCollider x, NolanBehaviour_OverlappedCollider y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding___ctor, (Comparison_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Invoke, (Comparison_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, OpenXRInput_SerializedBinding x, OpenXRInput_SerializedBinding y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_PackedPlayModeBuildLogs_RuntimeBuildLog___ctor, (Comparison_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Invoke, (Comparison_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, PackedPlayModeBuildLogs_RuntimeBuildLog x, PackedPlayModeBuildLogs_RuntimeBuildLog y, MethodInfo * method)); DO_APP_FUNC(0x0133E130, void, Comparison_1_UnityEngine_ParticleSystem_Particle___ctor, (Comparison_1_UnityEngine_ParticleSystem_Particle_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133E260, int32_t, Comparison_1_UnityEngine_ParticleSystem_Particle__Invoke, (Comparison_1_UnityEngine_ParticleSystem_Particle_ * __this, ParticleSystem_Particle x, ParticleSystem_Particle y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick___ctor, (Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Invoke, (Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick x, ProbeBrickIndex_Brick y, MethodInfo * method)); DO_APP_FUNC(0x0133E350, void, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick___ctor, (Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133E480, int32_t, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Invoke, (Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, ProbeBrickIndex_ReservedBrick x, ProbeBrickIndex_ReservedBrick y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta___ctor, (Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Invoke, (Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, ProbeBrickIndex_VoxelMeta x, ProbeBrickIndex_VoxelMeta y, MethodInfo * method)); DO_APP_FUNC(0x0133B6B0, void, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc___ctor, (Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B7E0, int32_t, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Invoke, (Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc x, ProbeBrickPool_BrickChunkAlloc y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem___ctor, (Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Invoke, (Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, ProbeVolumePerSceneData_SerializableAssetItem x, ProbeVolumePerSceneData_SerializableAssetItem y, MethodInfo * method)); DO_APP_FUNC(0x0133AF90, void, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem___ctor, (Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B0C0, int32_t, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Invoke, (Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, ProbeVolumeSceneData_SerializableBoundItem x, ProbeVolumeSceneData_SerializableBoundItem y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem___ctor, (Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Invoke, (Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, ProbeVolumeSceneData_SerializableHasPVItem x, ProbeVolumeSceneData_SerializableHasPVItem y, MethodInfo * method)); DO_APP_FUNC(0x0133B9E0, void, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings___ctor, (Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133BB10, int32_t, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Invoke, (Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, ProbeVolumeSceneData_SerializablePVBakeSettings x, ProbeVolumeSceneData_SerializablePVBakeSettings y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile___ctor, (Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Invoke, (Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, ProbeVolumeSceneData_SerializablePVProfile x, ProbeVolumeSceneData_SerializablePVProfile y, MethodInfo * method)); DO_APP_FUNC(0x0133BDE0, void, Comparison_1_System_Text_RegularExpressions_RegexCharClass_SingleRange___ctor, (Comparison_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Invoke, (Comparison_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, RegexCharClass_SingleRange x, RegexCharClass_SingleRange y, MethodInfo * method)); DO_APP_FUNC(0x0133D9A0, void, Comparison_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData___ctor, (Comparison_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133DAD0, int32_t, Comparison_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Invoke, (Comparison_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, RenderChain_RenderNodeData x, RenderChain_RenderNodeData y, MethodInfo * method)); DO_APP_FUNC(0x0133AF90, void, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData___ctor, (Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B0C0, int32_t, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Invoke, (Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, RenderGraphDebugData_PassDebugData x, RenderGraphDebugData_PassDebugData y, MethodInfo * method)); DO_APP_FUNC(0x0133B9E0, void, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData___ctor, (Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133BB10, int32_t, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Invoke, (Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, RenderGraphDebugData_ResourceDebugData x, RenderGraphDebugData_ResourceDebugData y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest___ctor, (Comparison_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Invoke, (Comparison_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, ResourceManager_DeferredCallbackRegisterRequest x, ResourceManager_DeferredCallbackRegisterRequest y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_Pathfinding_Util_RetainedGizmos_MeshWithHash___ctor, (Comparison_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Invoke, (Comparison_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, RetainedGizmos_MeshWithHash x, RetainedGizmos_MeshWithHash y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride___ctor, (Comparison_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Invoke, (Comparison_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, TemplateAsset_AttributeOverride x, TemplateAsset_AttributeOverride y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap___ctor, (Comparison_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Invoke, (Comparison_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, TextSettings_FontReferenceMap x, TextSettings_FontReferenceMap y, MethodInfo * method)); DO_APP_FUNC(0x0133B830, void, Comparison_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo___ctor, (Comparison_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B960, int32_t, Comparison_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Invoke, (Comparison_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, TextureBlitter_BlitInfo x, TextureBlitter_BlitInfo y, MethodInfo * method)); DO_APP_FUNC(0x0133CA30, void, Comparison_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame___ctor, (Comparison_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133CB60, int32_t, Comparison_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Invoke, (Comparison_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, TexturePacker_JsonArray_Frame x, TexturePacker_JsonArray_Frame y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_UIElements_TextureRegistry_TextureInfo___ctor, (Comparison_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Invoke, (Comparison_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, TextureRegistry_TextureInfo x, TextureRegistry_TextureInfo y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry___ctor, (Comparison_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Invoke, (Comparison_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, TimeNotificationBehaviour_NotificationEntry x, TimeNotificationBehaviour_NotificationEntry y, MethodInfo * method)); DO_APP_FUNC(0x0133AF90, void, Comparison_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData___ctor, (Comparison_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B0C0, int32_t, Comparison_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Invoke, (Comparison_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, TrackedDeviceRaycaster_RaycastHitData x, TrackedDeviceRaycaster_RaycastHitData y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData___ctor, (Comparison_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Invoke, (Comparison_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, TrackedPoseDriverDataDescription_PoseData x, TrackedPoseDriverDataDescription_PoseData y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper___ctor, (Comparison_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Invoke, (Comparison_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, TreeView_TreeViewItemWrapper x, TreeView_TreeViewItemWrapper y, MethodInfo * method)); DO_APP_FUNC(0x0133B290, void, Comparison_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState___ctor, (Comparison_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Invoke, (Comparison_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, TreeViewReorderableDragAndDropController_TreeItemState x, TreeViewReorderableDragAndDropController_TreeItemState y, MethodInfo * method)); DO_APP_FUNC(0x0133D9A0, void, Comparison_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry___ctor, (Comparison_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133DAD0, int32_t, Comparison_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Invoke, (Comparison_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, UIRStylePainter_Entry x, UIRStylePainter_Entry y, MethodInfo * method)); DO_APP_FUNC(0x0133B9E0, void, Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree___ctor, (Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133BB10, int32_t, Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Invoke, (Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, UIRenderDevice_AllocToFree x, UIRenderDevice_AllocToFree y, MethodInfo * method)); DO_APP_FUNC(0x0133B3C0, void, Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate___ctor, (Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B4F0, int32_t, Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Invoke, (Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, UIRenderDevice_AllocToUpdate x, UIRenderDevice_AllocToUpdate y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_UnityEngine_UnitySynchronizationContext_WorkRequest___ctor, (Comparison_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Invoke, (Comparison_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, UnitySynchronizationContext_WorkRequest x, UnitySynchronizationContext_WorkRequest y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition___ctor, (Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Invoke, (Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, VisualTreeAsset_SlotDefinition x, VisualTreeAsset_SlotDefinition y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry___ctor, (Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Invoke, (Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, VisualTreeAsset_SlotUsageEntry x, VisualTreeAsset_SlotUsageEntry y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry___ctor, (Comparison_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Invoke, (Comparison_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, VisualTreeAsset_UsingEntry x, VisualTreeAsset_UsingEntry y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry___ctor, (Comparison_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Invoke, (Comparison_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry x, XmlSchemaObjectTable_XmlSchemaObjectEntry y, MethodInfo * method)); DO_APP_FUNC(0x0133AF90, void, Comparison_1_ftLightmaps_LightmapAdditionalData___ctor, (Comparison_1_ftLightmaps_LightmapAdditionalData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B0C0, int32_t, Comparison_1_ftLightmaps_LightmapAdditionalData__Invoke, (Comparison_1_ftLightmaps_LightmapAdditionalData_ * __this, ftLightmaps_LightmapAdditionalData x, ftLightmaps_LightmapAdditionalData y, MethodInfo * method)); DO_APP_FUNC(0x0133B290, void, Comparison_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor, (Comparison_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Comparison_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Invoke, (Comparison_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy x, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy y, MethodInfo * method)); DO_APP_FUNC(0x0133AE20, void, Comparison_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem___ctor, (Comparison_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, int32_t, Comparison_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Invoke, (Comparison_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, DebugUI_Foldout_ContextMenuItem x, DebugUI_Foldout_ContextMenuItem y, MethodInfo * method)); DO_APP_FUNC(0x0133B110, void, Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher___ctor, (Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, int32_t, Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Invoke, (Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, InputControlLayout_Collection_LayoutMatcher x, InputControlLayout_Collection_LayoutMatcher y, MethodInfo * method)); DO_APP_FUNC(0x0133AF90, void, Comparison_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView___ctor, (Comparison_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B0C0, int32_t, Comparison_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Invoke, (Comparison_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, InstructionList_DebugView_InstructionView x, InstructionList_DebugView_InstructionView y, MethodInfo * method)); DO_APP_FUNC(0x0133B6B0, void, Comparison_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb___ctor, (Comparison_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B7E0, int32_t, Comparison_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Invoke, (Comparison_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb x, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb y, MethodInfo * method)); DO_APP_FUNC(0x0133D260, void, Comparison_1_Cinemachine_TargetPositionCache_CacheCurve_Item___ctor, (Comparison_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133D390, int32_t, Comparison_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Invoke, (Comparison_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, TargetPositionCache_CacheCurve_Item x, TargetPositionCache_CacheCurve_Item y, MethodInfo * method)); DO_APP_FUNC(0x0133CDA0, void, Comparison_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem___ctor, (Comparison_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133CED0, int32_t, Comparison_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Invoke, (Comparison_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, TargetPositionCache_CacheEntry_RecordingItem x, TargetPositionCache_CacheEntry_RecordingItem y, MethodInfo * method)); DO_APP_FUNC(0x01013200, void, ResourceManager_CompletedOperation_1_System_Boolean___ctor, (ResourceManager_CompletedOperation_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01357270, void, ResourceManager_CompletedOperation_1_System_Boolean__Execute, (ResourceManager_CompletedOperation_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013570C0, void, ResourceManager_CompletedOperation_1_System_Boolean__Init, (ResourceManager_CompletedOperation_1_System_Boolean_ * __this, bool result, bool success, Exception * exception, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x01356FE0, void, ResourceManager_CompletedOperation_1_System_Boolean__Init_1, (ResourceManager_CompletedOperation_1_System_Boolean_ * __this, bool result, bool success, String * errorMsg, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x013571D0, bool, ResourceManager_CompletedOperation_1_System_Boolean__InvokeWaitForCompletion, (ResourceManager_CompletedOperation_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01357190, String *, ResourceManager_CompletedOperation_1_System_Boolean__get_DebugName, (ResourceManager_CompletedOperation_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01013200, void, ResourceManager_CompletedOperation_1_System_Int64___ctor, (ResourceManager_CompletedOperation_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01357420, void, ResourceManager_CompletedOperation_1_System_Int64__Execute, (ResourceManager_CompletedOperation_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013570C0, void, ResourceManager_CompletedOperation_1_System_Int64__Init, (ResourceManager_CompletedOperation_1_System_Int64_ * __this, int64_t result, bool success, Exception * exception, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x01357300, void, ResourceManager_CompletedOperation_1_System_Int64__Init_1, (ResourceManager_CompletedOperation_1_System_Int64_ * __this, int64_t result, bool success, String * errorMsg, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x013571D0, bool, ResourceManager_CompletedOperation_1_System_Int64__InvokeWaitForCompletion, (ResourceManager_CompletedOperation_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013573E0, String *, ResourceManager_CompletedOperation_1_System_Int64__get_DebugName, (ResourceManager_CompletedOperation_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01013200, void, ResourceManager_CompletedOperation_1_System_Object___ctor, (ResourceManager_CompletedOperation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01357420, void, ResourceManager_CompletedOperation_1_System_Object__Execute, (ResourceManager_CompletedOperation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013570C0, void, ResourceManager_CompletedOperation_1_System_Object__Init, (ResourceManager_CompletedOperation_1_System_Object_ * __this, Object * result, bool success, Exception * exception, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x013574B0, void, ResourceManager_CompletedOperation_1_System_Object__Init_1, (ResourceManager_CompletedOperation_1_System_Object_ * __this, Object * result, bool success, String * errorMsg, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x013571D0, bool, ResourceManager_CompletedOperation_1_System_Object__InvokeWaitForCompletion, (ResourceManager_CompletedOperation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01357590, String *, ResourceManager_CompletedOperation_1_System_Object__get_DebugName, (ResourceManager_CompletedOperation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01013200, void, ResourceManager_CompletedOperation_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor, (ResourceManager_CompletedOperation_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01357860, void, ResourceManager_CompletedOperation_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__Execute, (ResourceManager_CompletedOperation_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013576B0, void, ResourceManager_CompletedOperation_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__Init, (ResourceManager_CompletedOperation_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, SceneInstance result, bool success, Exception * exception, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x013575D0, void, ResourceManager_CompletedOperation_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__Init_1, (ResourceManager_CompletedOperation_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, SceneInstance result, bool success, String * errorMsg, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x013577C0, bool, ResourceManager_CompletedOperation_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__InvokeWaitForCompletion, (ResourceManager_CompletedOperation_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01357780, String *, ResourceManager_CompletedOperation_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_DebugName, (ResourceManager_CompletedOperation_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01357CE0, void, ComponentSingleton_1_System_Object__Release, (MethodInfo * method)); DO_APP_FUNC(0x01357900, Object *, ComponentSingleton_1_System_Object__get_instance, (MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ComponentSingleton_1_System_Object__1__ctor, (ComponentSingleton_1_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01358680, void, ComponentSingleton_1_System_Object__1_Awake, (ComponentSingleton_1_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01358450, Object *, ComponentSingleton_1_System_Object__1_CreateNewSingleton, (MethodInfo * method)); DO_APP_FUNC(0x01358B50, void, ComponentSingleton_1_System_Object__1_DestroySingleton, (MethodInfo * method)); DO_APP_FUNC(0x01358330, Object *, ComponentSingleton_1_System_Object__1_FindInstance, (MethodInfo * method)); DO_APP_FUNC(0x013583D0, String *, ComponentSingleton_1_System_Object__1_GetGameObjectName, (ComponentSingleton_1_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01357F20, bool, ComponentSingleton_1_System_Object__1_get_Exists, (MethodInfo * method)); DO_APP_FUNC(0x01358060, Object *, ComponentSingleton_1_System_Object__1_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, ComponentWrapper_1_System_Object___ctor, (ComponentWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01358CD0, void, ComponentWrapper_1_System_Object__Awake, (ComponentWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01359210, void, ComponentWrapper_1_System_Object__CRhvmEBicdAlkqLLcHQqDCzNKlnR, (ComponentWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01359060, void, ComponentWrapper_1_System_Object__Deinitialize, (ComponentWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01358F30, void, ComponentWrapper_1_System_Object__Initialize, (ComponentWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01358DB0, void, ComponentWrapper_1_System_Object__OnAwake, (ComponentWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ComponentWrapper_1_System_Object__OnAwakeFinished, (ComponentWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01358D50, void, ComponentWrapper_1_System_Object__OnDestroy, (ComponentWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01358E70, void, ComponentWrapper_1_System_Object__OnDestroyed, (ComponentWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x004305D0, void, ComponentWrapper_1_System_Object__OnDisable, (ComponentWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ComponentWrapper_1_System_Object__OnDisabled, (ComponentWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01358D30, void, ComponentWrapper_1_System_Object__OnEnable, (ComponentWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ComponentWrapper_1_System_Object__OnEnabled, (ComponentWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ComponentWrapper_1_System_Object__OnReset, (ComponentWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ComponentWrapper_1_System_Object__OnStart, (ComponentWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01358D90, void, ComponentWrapper_1_System_Object__OnValidate, (ComponentWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ComponentWrapper_1_System_Object__OnValidated, (ComponentWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x009CD740, void, ComponentWrapper_1_System_Object__PostInitialize, (ComponentWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01358D70, void, ComponentWrapper_1_System_Object__Reset, (ComponentWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01359230, void, ComponentWrapper_1_System_Object__SRRlAzLyRVSyYNCyLFhHTqZEfmOiA, (ComponentWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01358D10, void, ComponentWrapper_1_System_Object__Start, (ComponentWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01359090, void, ComponentWrapper_1_System_Object__Subscribe, (ComponentWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01358F80, bool, ComponentWrapper_1_System_Object__TryInitialize, (ComponentWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01359160, void, ComponentWrapper_1_System_Object__Unsubscribe, (ComponentWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, ComponentWrapper_1_System_Object__get_initialized, (ComponentWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ComponentWrapper_1_System_Object__get_source, (ComponentWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01121230, void, ConcurrentBag_1_System_Object___ctor, (ConcurrentBag_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01359250, void, ConcurrentBag_1_System_Object___ctor_1, (ConcurrentBag_1_System_Object_ * __this, IEnumerable_1_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C609C8, ConcurrentBag_1_System_Object___ctor_1__MethodInfo); DO_APP_FUNC(0x013595A0, void, ConcurrentBag_1_System_Object__Add, (ConcurrentBag_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0135A5B0, void, ConcurrentBag_1_System_Object__Clear, (ConcurrentBag_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135A1A0, int32_t, ConcurrentBag_1_System_Object__CopyFromEachQueueToArray, (ConcurrentBag_1_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01359E10, void, ConcurrentBag_1_System_Object__CopyTo, (ConcurrentBag_1_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60980, ConcurrentBag_1_System_Object__CopyTo__MethodInfo); DO_APP_FUNC(0x01359890, ConcurrentBag_1_T_WorkStealingQueue_System_Object_ *, ConcurrentBag_1_System_Object__CreateWorkStealingQueueForCurrentThread, (ConcurrentBag_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135ACF0, void, ConcurrentBag_1_System_Object__FreezeBag, (ConcurrentBag_1_System_Object_ * __this, bool * lockTaken, MethodInfo * method)); DO_APP_FUNC(0x013597F0, ConcurrentBag_1_T_WorkStealingQueue_System_Object_ *, ConcurrentBag_1_System_Object__GetCurrentThreadWorkStealingQueue, (ConcurrentBag_1_System_Object_ * __this, bool forceCreate, MethodInfo * method)); DO_APP_FUNC(0x0135A7B0, IEnumerator_1_System_Object_ *, ConcurrentBag_1_System_Object__GetEnumerator, (ConcurrentBag_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01359B60, ConcurrentBag_1_T_WorkStealingQueue_System_Object_ *, ConcurrentBag_1_System_Object__GetUnownedWorkStealingQueue, (ConcurrentBag_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01359620, bool, ConcurrentBag_1_System_Object__System_Collections_Concurrent_IProducerConsumerCollection_T__TryAdd, (ConcurrentBag_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0135A240, void, ConcurrentBag_1_System_Object__System_Collections_ICollection_CopyTo, (ConcurrentBag_1_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60998, ConcurrentBag_1_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, ConcurrentBag_1_System_Object__System_Collections_ICollection_get_IsSynchronized, (ConcurrentBag_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135AC90, Object *, ConcurrentBag_1_System_Object__System_Collections_ICollection_get_SyncRoot, (ConcurrentBag_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60938, ConcurrentBag_1_System_Object__System_Collections_ICollection_get_SyncRoot__MethodInfo); DO_APP_FUNC(0x010C2C90, IEnumerator *, ConcurrentBag_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (ConcurrentBag_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135A390, Object__Array *, ConcurrentBag_1_System_Object__ToArray, (ConcurrentBag_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01359720, bool, ConcurrentBag_1_System_Object__TryPeek, (ConcurrentBag_1_System_Object_ * __this, Object * * result, MethodInfo * method)); DO_APP_FUNC(0x01359BA0, bool, ConcurrentBag_1_System_Object__TrySteal, (ConcurrentBag_1_System_Object_ * __this, Object * * result, bool take, MethodInfo * method)); DO_APP_FUNC(0x01359D60, bool, ConcurrentBag_1_System_Object__TryStealFromTo, (ConcurrentBag_1_System_Object_ * __this, ConcurrentBag_1_T_WorkStealingQueue_System_Object_ * startInclusive, ConcurrentBag_1_T_WorkStealingQueue_System_Object_ * endExclusive, Object * * result, bool take, MethodInfo * method)); DO_APP_FUNC(0x01359650, bool, ConcurrentBag_1_System_Object__TryTake, (ConcurrentBag_1_System_Object_ * __this, Object * * result, MethodInfo * method)); DO_APP_FUNC(0x0135AEC0, void, ConcurrentBag_1_System_Object__UnfreezeBag, (ConcurrentBag_1_System_Object_ * __this, bool lockTaken, MethodInfo * method)); DO_APP_FUNC(0x0135A860, int32_t, ConcurrentBag_1_System_Object__get_Count, (ConcurrentBag_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135A9B0, int32_t, ConcurrentBag_1_System_Object__get_DangerousCount, (ConcurrentBag_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60930, ConcurrentBag_1_System_Object__get_DangerousCount__MethodInfo); DO_APP_FUNC(0x003B93C0, Object *, ConcurrentBag_1_System_Object__get_GlobalQueuesLock, (ConcurrentBag_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135AA80, bool, ConcurrentBag_1_System_Object__get_IsEmpty, (ConcurrentBag_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01360B50, void, ConcurrentDictionary_2_System_Object_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0135B0D0, void, ConcurrentDictionary_2_System_Object_System_Object___ctor, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135B170, void, ConcurrentDictionary_2_System_Object_System_Object___ctor_1, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0135B5B0, void, ConcurrentDictionary_2_System_Object_System_Object___ctor_2, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, int32_t concurrencyLevel, int32_t capacity, bool growLockArray, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C608B8, ConcurrentDictionary_2_System_Object_System_Object___ctor_2__MethodInfo); DO_APP_FUNC(0x0135FDC0, void, ConcurrentDictionary_2_System_Object_System_Object__AcquireAllLocks, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, int32_t * locksAcquired, MethodInfo * method)); DO_APP_FUNC(0x0135FEB0, void, ConcurrentDictionary_2_System_Object_System_Object__AcquireLocks, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, int32_t fromInclusive, int32_t toExclusive, int32_t * locksAcquired, MethodInfo * method)); DO_APP_FUNC(0x0135C430, void, ConcurrentDictionary_2_System_Object_System_Object__Clear, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135BAF0, bool, ConcurrentDictionary_2_System_Object_System_Object__ContainsKey, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0135CF00, void, ConcurrentDictionary_2_System_Object_System_Object__CopyToEntries, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, DictionaryEntry__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0135D000, void, ConcurrentDictionary_2_System_Object_System_Object__CopyToObjects, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0135CDE0, void, ConcurrentDictionary_2_System_Object_System_Object__CopyToPairs, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0135FD40, int32_t, ConcurrentDictionary_2_System_Object_System_Object__GetBucket, (int32_t hashcode, int32_t bucketCount, MethodInfo * method)); DO_APP_FUNC(0x0135FD50, void, ConcurrentDictionary_2_System_Object_System_Object__GetBucketAndLockNo, (int32_t hashcode, int32_t * bucketNo, int32_t * lockNo, int32_t bucketCount, int32_t lockCount, MethodInfo * method)); DO_APP_FUNC(0x0135DE20, int32_t, ConcurrentDictionary_2_System_Object_System_Object__GetCountInternal, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135D180, IEnumerator_1_KeyValuePair_2_System_Object_System_Object_ *, ConcurrentDictionary_2_System_Object_System_Object__GetEnumerator, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013600B0, ReadOnlyCollection_1_System_Object_ *, ConcurrentDictionary_2_System_Object_System_Object__GetKeys, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60750, ConcurrentDictionary_2_System_Object_System_Object__GetKeys__MethodInfo); DO_APP_FUNC(0x0135E090, Object *, ConcurrentDictionary_2_System_Object_System_Object__GetOrAdd, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0135DEB0, Object *, ConcurrentDictionary_2_System_Object_System_Object__GetOrAdd_1, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, Object * key, Func_2_Object_Object_ * valueFactory, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60820, ConcurrentDictionary_2_System_Object_System_Object__GetOrAdd_1__MethodInfo); DO_APP_FUNC(0x01360420, ReadOnlyCollection_1_System_Object_ *, ConcurrentDictionary_2_System_Object_System_Object__GetValues, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60758, ConcurrentDictionary_2_System_Object_System_Object__GetValues__MethodInfo); DO_APP_FUNC(0x0135F3E0, void, ConcurrentDictionary_2_System_Object_System_Object__GrowTable, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, ConcurrentDictionary_2_TKey_TValue_Tables_System_Object_System_Object_ * tables, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60798, ConcurrentDictionary_2_System_Object_System_Object__GrowTable__MethodInfo); DO_APP_FUNC(0x0135B220, void, ConcurrentDictionary_2_System_Object_System_Object__InitializeFromCollection, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60920, ConcurrentDictionary_2_System_Object_System_Object__InitializeFromCollection__MethodInfo); DO_APP_FUNC(0x0135AF70, bool, ConcurrentDictionary_2_System_Object_System_Object__IsValueWriteAtomic, (MethodInfo * method)); DO_APP_FUNC(0x01360860, void, ConcurrentDictionary_2_System_Object_System_Object__OnDeserialized, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x003BA7A0, void, ConcurrentDictionary_2_System_Object_System_Object__OnSerialized, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01360790, void, ConcurrentDictionary_2_System_Object_System_Object__OnSerializing, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01360020, void, ConcurrentDictionary_2_System_Object_System_Object__ReleaseLocks, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, int32_t fromInclusive, int32_t toExclusive, MethodInfo * method)); DO_APP_FUNC(0x0135E330, void, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x0135E3A0, bool, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x0135C7B0, void, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C608F0, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo__MethodInfo); DO_APP_FUNC(0x0135E460, bool, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60848, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove__MethodInfo); DO_APP_FUNC(0x00418D40, bool, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E1E0, void, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__Add, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60830, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__Add__MethodInfo); DO_APP_FUNC(0x0135E280, bool, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__Remove, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, IEnumerable_1_System_Object_ *, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E300, IEnumerable_1_System_Object_ *, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135EE60, void, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_ICollection_CopyTo, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60800, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_ICollection_get_IsSynchronized, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135F380, Object *, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_ICollection_get_SyncRoot, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60770, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_ICollection_get_SyncRoot__MethodInfo); DO_APP_FUNC(0x0135E540, void, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_IDictionary_Add, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C607E0, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_IDictionary_Add__MethodInfo); DO_APP_FUNC(0x0135E7B0, bool, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_IDictionary_Contains, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0135E8F0, IDictionaryEnumerator *, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_IDictionary_GetEnumerator, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E970, void, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_IDictionary_Remove, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_IDictionary_get_IsFixedSize, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_IDictionary_get_IsReadOnly, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135EAA0, Object *, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_IDictionary_get_Item, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_IDictionary_get_Keys, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E300, ICollection *, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_IDictionary_get_Values, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135EBE0, void, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_IDictionary_set_Item, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C607F8, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_IDictionary_set_Item__MethodInfo); DO_APP_FUNC(0x012624E0, IEnumerator *, ConcurrentDictionary_2_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135DC00, void, ConcurrentDictionary_2_System_Object_System_Object__ThrowKeyNotFoundException, (Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60888, ConcurrentDictionary_2_System_Object_System_Object__ThrowKeyNotFoundException__MethodInfo); DO_APP_FUNC(0x0135DC90, void, ConcurrentDictionary_2_System_Object_System_Object__ThrowKeyNullException, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60810, ConcurrentDictionary_2_System_Object_System_Object__ThrowKeyNullException__MethodInfo); DO_APP_FUNC(0x0135CAB0, KeyValuePair_2_System_Object_System_Object___Array *, ConcurrentDictionary_2_System_Object_System_Object__ToArray, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60868, ConcurrentDictionary_2_System_Object_System_Object__ToArray__MethodInfo); DO_APP_FUNC(0x0135B9D0, bool, ConcurrentDictionary_2_System_Object_System_Object__TryAdd, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0135D250, bool, ConcurrentDictionary_2_System_Object_System_Object__TryAddInternal, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, Object * key, int32_t hashcode, Object * value, bool updateIfExists, bool acquireLock, Object * * resultingValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60878, ConcurrentDictionary_2_System_Object_System_Object__TryAddInternal__MethodInfo); DO_APP_FUNC(0x0135C1B0, bool, ConcurrentDictionary_2_System_Object_System_Object__TryGetValue, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, Object * key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x0135C2C0, bool, ConcurrentDictionary_2_System_Object_System_Object__TryGetValueInternal, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, Object * key, int32_t hashcode, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x0135BBB0, bool, ConcurrentDictionary_2_System_Object_System_Object__TryRemove, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, Object * key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x0135BC80, bool, ConcurrentDictionary_2_System_Object_System_Object__TryRemoveInternal, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, Object * key, Object * * value, bool matchValue, Object * oldValue, MethodInfo * method)); DO_APP_FUNC(0x0135DCF0, int32_t, ConcurrentDictionary_2_System_Object_System_Object__get_Count, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135FD70, int32_t, ConcurrentDictionary_2_System_Object_System_Object__get_DefaultConcurrencyLevel, (MethodInfo * method)); DO_APP_FUNC(0x0135DA50, Object *, ConcurrentDictionary_2_System_Object_System_Object__get_Item, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection_1_System_Object_ *, ConcurrentDictionary_2_System_Object_System_Object__get_Keys, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E300, ICollection_1_System_Object_ *, ConcurrentDictionary_2_System_Object_System_Object__get_Values, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135DB00, void, ConcurrentDictionary_2_System_Object_System_Object__set_Item, (ConcurrentDictionary_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01360C10, void, ConcurrentPool_1_System_Object___ctor, (ConcurrentPool_1_System_Object_ * __this, int32_t maxSize, Func_1_Object_ * factory, MethodInfo * method)); DO_APP_FUNC(0x010992F0, void, ConcurrentPool_1_System_Object__Dissonance_Datastructures_IRecycler_T__Recycle, (ConcurrentPool_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01360E70, Object *, ConcurrentPool_1_System_Object__Get, (ConcurrentPool_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01361020, void, ConcurrentPool_1_System_Object__Put, (ConcurrentPool_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C606C0, ConcurrentPool_1_System_Object__Put__MethodInfo); DO_APP_FUNC(0x013611C0, void, ConcurrentQueue_1_System_Object___ctor, (ConcurrentQueue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01361FA0, void, ConcurrentQueue_1_System_Object__CopyTo, (ConcurrentQueue_1_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C606A8, ConcurrentQueue_1_System_Object__CopyTo__MethodInfo); DO_APP_FUNC(0x01362990, void, ConcurrentQueue_1_System_Object__Enqueue, (ConcurrentQueue_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01362A20, void, ConcurrentQueue_1_System_Object__EnqueueSlow, (ConcurrentQueue_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x013627E0, IEnumerator_1_System_Object_ *, ConcurrentQueue_1_System_Object__Enumerate, (ConcurrentQueue_1_System_Object_ * __this, ConcurrentQueue_1_T_Segment_System_Object_ * head, int32_t headHead, ConcurrentQueue_1_T_Segment_System_Object_ * tail, int32_t tailTail, MethodInfo * method)); DO_APP_FUNC(0x01361CE0, int32_t, ConcurrentQueue_1_System_Object__GetCount, (ConcurrentQueue_1_T_Segment_System_Object_ * s, int32_t head, int32_t tail, MethodInfo * method)); DO_APP_FUNC(0x01361DC0, int64_t, ConcurrentQueue_1_System_Object__GetCount_1, (ConcurrentQueue_1_T_Segment_System_Object_ * head, int32_t headHead, ConcurrentQueue_1_T_Segment_System_Object_ * tail, int32_t tailTail, MethodInfo * method)); DO_APP_FUNC(0x01362310, IEnumerator_1_System_Object_ *, ConcurrentQueue_1_System_Object__GetEnumerator, (ConcurrentQueue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01362680, Object *, ConcurrentQueue_1_System_Object__GetItemWhenAvailable, (ConcurrentQueue_1_System_Object_ * __this, ConcurrentQueue_1_T_Segment_System_Object_ * segment, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x013623B0, void, ConcurrentQueue_1_System_Object__SnapForObservation, (ConcurrentQueue_1_System_Object_ * __this, ConcurrentQueue_1_T_Segment_System_Object_ * * head, int32_t * headHead, ConcurrentQueue_1_T_Segment_System_Object_ * * tail, int32_t * tailTail, MethodInfo * method)); DO_APP_FUNC(0x01361570, bool, ConcurrentQueue_1_System_Object__System_Collections_Concurrent_IProducerConsumerCollection_T__TryAdd, (ConcurrentQueue_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x013615A0, bool, ConcurrentQueue_1_System_Object__System_Collections_Concurrent_IProducerConsumerCollection_T__TryTake, (ConcurrentQueue_1_System_Object_ * __this, Object * * item, MethodInfo * method)); DO_APP_FUNC(0x013613A0, void, ConcurrentQueue_1_System_Object__System_Collections_ICollection_CopyTo, (ConcurrentQueue_1_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C606D8, ConcurrentQueue_1_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, ConcurrentQueue_1_System_Object__System_Collections_ICollection_get_IsSynchronized, (ConcurrentQueue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013614C0, Object *, ConcurrentQueue_1_System_Object__System_Collections_ICollection_get_SyncRoot, (ConcurrentQueue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C606E8, ConcurrentQueue_1_System_Object__System_Collections_ICollection_get_SyncRoot__MethodInfo); DO_APP_FUNC(0x01361520, IEnumerator *, ConcurrentQueue_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (ConcurrentQueue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013615D0, Object__Array *, ConcurrentQueue_1_System_Object__ToArray, (ConcurrentQueue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60688, ConcurrentQueue_1_System_Object__ToArray__MethodInfo); DO_APP_FUNC(0x01362E00, bool, ConcurrentQueue_1_System_Object__TryDequeue, (ConcurrentQueue_1_System_Object_ * __this, Object * * result, MethodInfo * method)); DO_APP_FUNC(0x01362EC0, bool, ConcurrentQueue_1_System_Object__TryDequeueSlow, (ConcurrentQueue_1_System_Object_ * __this, Object * * item, MethodInfo * method)); DO_APP_FUNC(0x01361920, int32_t, ConcurrentQueue_1_System_Object__get_Count, (ConcurrentQueue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01363120, void, ConditionalWeakTable_2_System_Object_System_Object__1__ctor, (ConditionalWeakTable_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01363940, void, ConditionalWeakTable_2_System_Object_System_Object__1_Add, (ConditionalWeakTable_2_System_Object_System_Object__1 * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C605D0, ConditionalWeakTable_2_System_Object_System_Object__1_Add__MethodInfo); DO_APP_FUNC(0x01363270, void, ConditionalWeakTable_2_System_Object_System_Object__1_Finalize, (ConditionalWeakTable_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x013645E0, Object *, ConditionalWeakTable_2_System_Object_System_Object__1_GetValue, (ConditionalWeakTable_2_System_Object_System_Object__1 * __this, Object * key, ConditionalWeakTable_2_TKey_TValue_CreateValueCallback_System_Object_System_Object_ * createValueCallback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60588, ConditionalWeakTable_2_System_Object_System_Object__1_GetValue__MethodInfo); DO_APP_FUNC(0x01363560, void, ConditionalWeakTable_2_System_Object_System_Object__1_RecomputeSize, (ConditionalWeakTable_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x013635C0, void, ConditionalWeakTable_2_System_Object_System_Object__1_Rehash, (ConditionalWeakTable_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x013632B0, void, ConditionalWeakTable_2_System_Object_System_Object__1_RehashWithoutResize, (ConditionalWeakTable_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01363E10, bool, ConditionalWeakTable_2_System_Object_System_Object__1_Remove, (ConditionalWeakTable_2_System_Object_System_Object__1 * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60600, ConditionalWeakTable_2_System_Object_System_Object__1_Remove__MethodInfo); DO_APP_FUNC(0x01364890, IEnumerator_1_KeyValuePair_2_System_Object_System_Object_ *, ConditionalWeakTable_2_System_Object_System_Object__1_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (ConditionalWeakTable_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01364AB0, IEnumerator *, ConditionalWeakTable_2_System_Object_System_Object__1_System_Collections_IEnumerable_GetEnumerator, (ConditionalWeakTable_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01364220, bool, ConditionalWeakTable_2_System_Object_System_Object__1_TryGetValue, (ConditionalWeakTable_2_System_Object_System_Object__1 * __this, Object * key, Object * * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60608, ConditionalWeakTable_2_System_Object_System_Object__1_TryGetValue__MethodInfo); DO_APP_FUNC(0x01364B00, void, ConfiguredTaskAwaitable_1_System_Nullable_1___ctor, (ConfiguredTaskAwaitable_1_System_Nullable_1_ * __this, Task_1_System_Nullable_1_ * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Nullable_1_, ConfiguredTaskAwaitable_1_System_Nullable_1__GetAwaiter, (ConfiguredTaskAwaitable_1_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66350, ConfiguredTaskAwaitable_1_System_Nullable_1__GetAwaiter__MethodInfo); DO_APP_FUNC(0x01364B00, void, ConfiguredTaskAwaitable_1_System_ValueTuple_2___ctor, (ConfiguredTaskAwaitable_1_System_ValueTuple_2_ * __this, Task_1_System_ValueTuple_2_ * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_2_, ConfiguredTaskAwaitable_1_System_ValueTuple_2__GetAwaiter, (ConfiguredTaskAwaitable_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01364B00, void, ConfiguredTaskAwaitable_1_System_ValueTuple_3___ctor, (ConfiguredTaskAwaitable_1_System_ValueTuple_3_ * __this, Task_1_System_ValueTuple_3__1 * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_3__1, ConfiguredTaskAwaitable_1_System_ValueTuple_3__GetAwaiter, (ConfiguredTaskAwaitable_1_System_ValueTuple_3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01364B00, void, ConfiguredTaskAwaitable_1_System_ValueTuple_5___ctor, (ConfiguredTaskAwaitable_1_System_ValueTuple_5_ * __this, Task_1_System_ValueTuple_5__1 * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_5__1, ConfiguredTaskAwaitable_1_System_ValueTuple_5__GetAwaiter, (ConfiguredTaskAwaitable_1_System_ValueTuple_5_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01364B00, void, ConfiguredTaskAwaitable_1_System_Boolean___ctor, (ConfiguredTaskAwaitable_1_System_Boolean_ * __this, Task_1_System_Boolean_ * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Boolean_, ConfiguredTaskAwaitable_1_System_Boolean__GetAwaiter, (ConfiguredTaskAwaitable_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9430, ConfiguredTaskAwaitable_1_System_Boolean__GetAwaiter__MethodInfo); DO_APP_FUNC(0x01364B00, void, ConfiguredTaskAwaitable_1_System_Int32___ctor, (ConfiguredTaskAwaitable_1_System_Int32_ * __this, Task_1_System_Int32_ * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32_, ConfiguredTaskAwaitable_1_System_Int32__GetAwaiter, (ConfiguredTaskAwaitable_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8128, ConfiguredTaskAwaitable_1_System_Int32__GetAwaiter__MethodInfo); DO_APP_FUNC(0x01364B00, void, ConfiguredTaskAwaitable_1_System_Int32Enum___ctor, (ConfiguredTaskAwaitable_1_System_Int32Enum_ * __this, Task_1_System_Int32Enum_ * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32Enum_, ConfiguredTaskAwaitable_1_System_Int32Enum__GetAwaiter, (ConfiguredTaskAwaitable_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01364B00, void, ConfiguredTaskAwaitable_1_System_Int64___ctor, (ConfiguredTaskAwaitable_1_System_Int64_ * __this, Task_1_System_Int64_ * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int64_, ConfiguredTaskAwaitable_1_System_Int64__GetAwaiter, (ConfiguredTaskAwaitable_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01364B00, void, ConfiguredTaskAwaitable_1_System_Object___ctor, (ConfiguredTaskAwaitable_1_System_Object_ * __this, Task_1_System_Object_ * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_, ConfiguredTaskAwaitable_1_System_Object__GetAwaiter, (ConfiguredTaskAwaitable_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEE08, ConfiguredTaskAwaitable_1_System_Object__GetAwaiter__MethodInfo); DO_APP_FUNC(0x01364B00, void, ConfiguredTaskAwaitable_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor, (ConfiguredTaskAwaitable_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, ConfiguredTaskAwaitable_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__GetAwaiter, (ConfiguredTaskAwaitable_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01364B00, void, ConfiguredTaskAwaitable_1_System_Net_Sockets_SocketReceiveFromResult___ctor, (ConfiguredTaskAwaitable_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, Task_1_System_Net_Sockets_SocketReceiveFromResult_ * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_Sockets_SocketReceiveFromResult_, ConfiguredTaskAwaitable_1_System_Net_Sockets_SocketReceiveFromResult__GetAwaiter, (ConfiguredTaskAwaitable_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01364B00, void, ConfiguredTaskAwaitable_1_System_Net_Sockets_SocketReceiveMessageFromResult___ctor, (ConfiguredTaskAwaitable_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_Sockets_SocketReceiveMessageFromResult_, ConfiguredTaskAwaitable_1_System_Net_Sockets_SocketReceiveMessageFromResult__GetAwaiter, (ConfiguredTaskAwaitable_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01364B00, void, ConfiguredTaskAwaitable_1_System_Net_Sockets_UdpReceiveResult___ctor, (ConfiguredTaskAwaitable_1_System_Net_Sockets_UdpReceiveResult_ * __this, Task_1_System_Net_Sockets_UdpReceiveResult_ * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_Sockets_UdpReceiveResult_, ConfiguredTaskAwaitable_1_System_Net_Sockets_UdpReceiveResult__GetAwaiter, (ConfiguredTaskAwaitable_1_System_Net_Sockets_UdpReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01364B00, void, ConfiguredTaskAwaitable_1_System_Net_WebSockets_ValueWebSocketReceiveResult___ctor, (ConfiguredTaskAwaitable_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_WebSockets_ValueWebSocketReceiveResult_, ConfiguredTaskAwaitable_1_System_Net_WebSockets_ValueWebSocketReceiveResult__GetAwaiter, (ConfiguredTaskAwaitable_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01364B00, void, ConfiguredTaskAwaitable_1_System_Threading_Tasks_VoidTaskResult___ctor, (ConfiguredTaskAwaitable_1_System_Threading_Tasks_VoidTaskResult_ * __this, Task_1_VoidTaskResult_ * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Threading_Tasks_VoidTaskResult_, ConfiguredTaskAwaitable_1_System_Threading_Tasks_VoidTaskResult__GetAwaiter, (ConfiguredTaskAwaitable_1_System_Threading_Tasks_VoidTaskResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01364B00, void, ConfiguredTaskAwaitable_1_System_IO_WaitForChangedResult___ctor, (ConfiguredTaskAwaitable_1_System_IO_WaitForChangedResult_ * __this, Task_1_System_IO_WaitForChangedResult_ * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_IO_WaitForChangedResult_, ConfiguredTaskAwaitable_1_System_IO_WaitForChangedResult__GetAwaiter, (ConfiguredTaskAwaitable_1_System_IO_WaitForChangedResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A5E20, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Nullable_1___ctor, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Nullable_1_ * __this, Task_1_System_Nullable_1_ * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x01120F20, Nullable_1_Int32_, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Nullable_1__GetResult, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66358, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Nullable_1__GetResult__MethodInfo); DO_APP_FUNC(0x01364BF0, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Nullable_1__UnsafeOnCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Nullable_1_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Nullable_1__get_IsCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66320, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Nullable_1__get_IsCompleted__MethodInfo); DO_APP_FUNC(0x011A5E20, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_2___ctor, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_2_ * __this, Task_1_System_ValueTuple_2_ * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x01120FD0, ValueTuple_2_Boolean_Object_, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_2__GetResult, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01364BF0, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_2__UnsafeOnCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_2_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_2__get_IsCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A5E20, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_3__1__ctor, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_3__1 * __this, Task_1_System_ValueTuple_3__1 * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x01121090, ValueTuple_3_Object_Object_Int32_, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_3__1_GetResult, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01364BF0, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_3__1_UnsafeOnCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_3__1 * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_3__1_get_IsCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x011A5E20, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_5__1__ctor, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_5__1 * __this, Task_1_System_ValueTuple_5__1 * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x01121160, ValueTuple_5_Object_Boolean_Boolean_Object_Object_, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_5__1_GetResult, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_5__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01364BF0, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_5__1_UnsafeOnCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_5__1 * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_5__1_get_IsCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_5__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x011A5E20, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Boolean___ctor, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Boolean_ * __this, Task_1_System_Boolean_ * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x01120F20, bool, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Boolean__GetResult, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9428, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Boolean__GetResult__MethodInfo); DO_APP_FUNC(0x01364BF0, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Boolean__UnsafeOnCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Boolean_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Boolean__get_IsCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9450, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Boolean__get_IsCompleted__MethodInfo); DO_APP_FUNC(0x011A5E20, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32___ctor, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32_ * __this, Task_1_System_Int32_ * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x01120F20, int32_t, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32__GetResult, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8120, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32__GetResult__MethodInfo); DO_APP_FUNC(0x01364BF0, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32__UnsafeOnCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32__get_IsCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8118, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32__get_IsCompleted__MethodInfo); DO_APP_FUNC(0x011A5E20, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32Enum___ctor, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32Enum_ * __this, Task_1_System_Int32Enum_ * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x01120F20, Int32Enum__Enum, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32Enum__GetResult, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01364BF0, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32Enum__UnsafeOnCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32Enum_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32Enum__get_IsCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A5E20, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int64___ctor, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int64_ * __this, Task_1_System_Int64_ * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x01120F20, int64_t, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int64__GetResult, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01364BF0, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int64__UnsafeOnCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int64_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int64__get_IsCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A5E20, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object___ctor, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * __this, Task_1_System_Object_ * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x01120F20, Object *, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object__GetResult, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEE00, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object__GetResult__MethodInfo); DO_APP_FUNC(0x01364BF0, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object__UnsafeOnCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object__get_IsCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEE78, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object__get_IsCompleted__MethodInfo); DO_APP_FUNC(0x011A5E20, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x01120FD0, SceneInstance, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__GetResult, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01364BF0, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__UnsafeOnCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_IsCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A5E20, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_Sockets_SocketReceiveFromResult___ctor, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_Sockets_SocketReceiveFromResult_ * __this, Task_1_System_Net_Sockets_SocketReceiveFromResult_ * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x01120FD0, SocketReceiveFromResult, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_Sockets_SocketReceiveFromResult__GetResult, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_Sockets_SocketReceiveFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01364BF0, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_Sockets_SocketReceiveFromResult__UnsafeOnCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_Sockets_SocketReceiveFromResult_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_Sockets_SocketReceiveFromResult__get_IsCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_Sockets_SocketReceiveFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A5E20, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_Sockets_SocketReceiveMessageFromResult___ctor, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x01121160, SocketReceiveMessageFromResult, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_Sockets_SocketReceiveMessageFromResult__GetResult, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01364BF0, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_Sockets_SocketReceiveMessageFromResult__UnsafeOnCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_Sockets_SocketReceiveMessageFromResult__get_IsCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A5E20, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_Sockets_UdpReceiveResult___ctor, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_Sockets_UdpReceiveResult_ * __this, Task_1_System_Net_Sockets_UdpReceiveResult_ * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x01120FD0, UdpReceiveResult, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_Sockets_UdpReceiveResult__GetResult, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_Sockets_UdpReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01364BF0, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_Sockets_UdpReceiveResult__UnsafeOnCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_Sockets_UdpReceiveResult_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_Sockets_UdpReceiveResult__get_IsCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_Sockets_UdpReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A5E20, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_WebSockets_ValueWebSocketReceiveResult___ctor, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x01120F20, ValueWebSocketReceiveResult, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_WebSockets_ValueWebSocketReceiveResult__GetResult, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01364BF0, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_WebSockets_ValueWebSocketReceiveResult__UnsafeOnCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_WebSockets_ValueWebSocketReceiveResult__get_IsCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A5E20, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Threading_Tasks_VoidTaskResult___ctor, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Threading_Tasks_VoidTaskResult_ * __this, Task_1_VoidTaskResult_ * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x01120F20, VoidTaskResult, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Threading_Tasks_VoidTaskResult__GetResult, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Threading_Tasks_VoidTaskResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01364BF0, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Threading_Tasks_VoidTaskResult__UnsafeOnCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Threading_Tasks_VoidTaskResult_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Threading_Tasks_VoidTaskResult__get_IsCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Threading_Tasks_VoidTaskResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A5E20, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_IO_WaitForChangedResult___ctor, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_IO_WaitForChangedResult_ * __this, Task_1_System_IO_WaitForChangedResult_ * task, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x01121160, WaitForChangedResult, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_IO_WaitForChangedResult__GetResult, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_IO_WaitForChangedResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01364BF0, void, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_IO_WaitForChangedResult__UnsafeOnCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_IO_WaitForChangedResult_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_IO_WaitForChangedResult__get_IsCompleted, (ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_IO_WaitForChangedResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01198710, void, ConfiguredValueTaskAwaitable_1_System_Int32___ctor, (ConfiguredValueTaskAwaitable_1_System_Int32_ * __this, ValueTask_1_System_Int32_ value, MethodInfo * method)); DO_APP_FUNC(0x0119A5D0, ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Int32_, ConfiguredValueTaskAwaitable_1_System_Int32__GetAwaiter, (ConfiguredValueTaskAwaitable_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9660, ConfiguredValueTaskAwaitable_1_System_Int32__GetAwaiter__MethodInfo); DO_APP_FUNC(0x01198AE0, void, ConfiguredValueTaskAwaitable_1_System_Object___ctor, (ConfiguredValueTaskAwaitable_1_System_Object_ * __this, ValueTask_1_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x0119BA60, ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Object_, ConfiguredValueTaskAwaitable_1_System_Object__GetAwaiter, (ConfiguredValueTaskAwaitable_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01198AE0, void, ConfiguredValueTaskAwaitable_1_System_Net_WebSockets_ValueWebSocketReceiveResult___ctor, (ConfiguredValueTaskAwaitable_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ value, MethodInfo * method)); DO_APP_FUNC(0x0119BA60, ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Net_WebSockets_ValueWebSocketReceiveResult_, ConfiguredValueTaskAwaitable_1_System_Net_WebSockets_ValueWebSocketReceiveResult__GetAwaiter, (ConfiguredValueTaskAwaitable_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01198710, void, ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Int32___ctor, (ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Int32_ * __this, ValueTask_1_System_Int32_ value, MethodInfo * method)); DO_APP_FUNC(0x011987B0, int32_t, ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Int32__GetResult, (ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9648, ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Int32__GetResult__MethodInfo); DO_APP_FUNC(0x01364CC0, void, ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Int32__UnsafeOnCompleted, (ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Int32_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01198770, bool, ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Int32__get_IsCompleted, (ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9638, ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Int32__get_IsCompleted__MethodInfo); DO_APP_FUNC(0x01198AE0, void, ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Object___ctor, (ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Object_ * __this, ValueTask_1_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01198B80, Object *, ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Object__GetResult, (ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01365040, void, ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Object__UnsafeOnCompleted, (ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Object_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01198B40, bool, ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Object__get_IsCompleted, (ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01198AE0, void, ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Net_WebSockets_ValueWebSocketReceiveResult___ctor, (ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ value, MethodInfo * method)); DO_APP_FUNC(0x01198EB0, ValueWebSocketReceiveResult, ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Net_WebSockets_ValueWebSocketReceiveResult__GetResult, (ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013653C0, void, ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Net_WebSockets_ValueWebSocketReceiveResult__UnsafeOnCompleted, (ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01198B40, bool, ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Net_WebSockets_ValueWebSocketReceiveResult__get_IsCompleted, (ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01366150, void, ConnectionNegotiator_1_Dissonance_Integrations_PhotonBolt_BoltPeer___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01365750, void, ConnectionNegotiator_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (ConnectionNegotiator_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ISendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * sender, String * playerName, CodecSettings codecSettings, MethodInfo * method)); DO_APP_FUNC(0x01365890, void, ConnectionNegotiator_1_Dissonance_Integrations_PhotonBolt_BoltPeer__ReceiveHandshakeResponseHeader, (ConnectionNegotiator_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, PacketReader * reader, MethodInfo * method)); DO_APP_FUNC(0x01365D30, void, ConnectionNegotiator_1_Dissonance_Integrations_PhotonBolt_BoltPeer__SendHandshake, (ConnectionNegotiator_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, DateTime utcNow, MethodInfo * method)); DO_APP_FUNC(0x01365A90, void, ConnectionNegotiator_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Start, (ConnectionNegotiator_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60508, ConnectionNegotiator_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Start__MethodInfo); DO_APP_FUNC(0x01365B70, void, ConnectionNegotiator_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Stop, (ConnectionNegotiator_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01365B80, void, ConnectionNegotiator_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Update, (ConnectionNegotiator_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, DateTime utcNow, MethodInfo * method)); DO_APP_FUNC(0x00A88B20, Nullable_1_UInt16_, ConnectionNegotiator_1_Dissonance_Integrations_PhotonBolt_BoltPeer__get_LocalId, (ConnectionNegotiator_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, String *, ConnectionNegotiator_1_Dissonance_Integrations_PhotonBolt_BoltPeer__get_LocalName, (ConnectionNegotiator_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, uint32_t, ConnectionNegotiator_1_Dissonance_Integrations_PhotonBolt_BoltPeer__get_SessionId, (ConnectionNegotiator_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01365740, ConnectionState__Enum_1, ConnectionNegotiator_1_Dissonance_Integrations_PhotonBolt_BoltPeer__get_State, (ConnectionNegotiator_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88B30, void, ConnectionNegotiator_1_Dissonance_Integrations_PhotonBolt_BoltPeer__set_LocalId, (ConnectionNegotiator_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Nullable_1_UInt16_ value, MethodInfo * method)); DO_APP_FUNC(0x00523180, void, ConnectionNegotiator_1_Dissonance_Integrations_PhotonBolt_BoltPeer__set_SessionId, (ConnectionNegotiator_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, ConstantBufferSingleton_1_ShaderVariablesProbeVolumes___ctor, (ConstantBufferSingleton_1_ShaderVariablesProbeVolumes_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013666E0, void, ConstantBufferSingleton_1_ShaderVariablesProbeVolumes__Release, (ConstantBufferSingleton_1_ShaderVariablesProbeVolumes_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013663A0, ConstantBufferSingleton_1_ShaderVariablesProbeVolumes_ *, ConstantBufferSingleton_1_ShaderVariablesProbeVolumes__get_instance, (MethodInfo * method)); DO_APP_FUNC(0x01366610, void, ConstantBufferSingleton_1_ShaderVariablesProbeVolumes__set_instance, (ConstantBufferSingleton_1_ShaderVariablesProbeVolumes_ * value, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq16___ctor, (ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013666E0, void, ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq16__Release, (ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013667B0, ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq16_ *, ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq16__get_instance, (MethodInfo * method)); DO_APP_FUNC(0x01366610, void, ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq16__set_instance, (ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq16_ * value, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq256___ctor, (ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq256_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013666E0, void, ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq256__Release, (ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq256_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01366A20, ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq256_ *, ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq256__get_instance, (MethodInfo * method)); DO_APP_FUNC(0x01366610, void, ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq256__set_instance, (ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq256_ * value, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq32___ctor, (ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013666E0, void, ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq32__Release, (ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01366C90, ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq32_ *, ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq32__get_instance, (MethodInfo * method)); DO_APP_FUNC(0x01366610, void, ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq32__set_instance, (ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq32_ * value, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq64___ctor, (ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013666E0, void, ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq64__Release, (ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01366F00, ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq64_ *, ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq64__get_instance, (MethodInfo * method)); DO_APP_FUNC(0x01366610, void, ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq64__set_instance, (ConstantBufferSingleton_1_Hammersley_Hammersley2dSeq64_ * value, MethodInfo * method)); DO_APP_FUNC(0x01367170, void, ConstantBuffer_1_ShaderVariablesProbeVolumes___ctor, (ConstantBuffer_1_ShaderVariablesProbeVolumes_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01367900, void, ConstantBuffer_1_ShaderVariablesProbeVolumes__PushGlobal, (ConstantBuffer_1_ShaderVariablesProbeVolumes_ * __this, ShaderVariablesProbeVolumes * data, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x01367890, void, ConstantBuffer_1_ShaderVariablesProbeVolumes__PushGlobal_1, (ConstantBuffer_1_ShaderVariablesProbeVolumes_ * __this, CommandBuffer * cmd, ShaderVariablesProbeVolumes * data, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x01367960, void, ConstantBuffer_1_ShaderVariablesProbeVolumes__Release, (ConstantBuffer_1_ShaderVariablesProbeVolumes_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01367750, void, ConstantBuffer_1_ShaderVariablesProbeVolumes__Set, (ConstantBuffer_1_ShaderVariablesProbeVolumes_ * __this, ComputeShader * cs, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x013677F0, void, ConstantBuffer_1_ShaderVariablesProbeVolumes__Set_1, (ConstantBuffer_1_ShaderVariablesProbeVolumes_ * __this, Material * mat, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x01367660, void, ConstantBuffer_1_ShaderVariablesProbeVolumes__Set_2, (ConstantBuffer_1_ShaderVariablesProbeVolumes_ * __this, CommandBuffer * cmd, ComputeShader * cs, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x01367580, void, ConstantBuffer_1_ShaderVariablesProbeVolumes__SetGlobal, (ConstantBuffer_1_ShaderVariablesProbeVolumes_ * __this, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x01367480, void, ConstantBuffer_1_ShaderVariablesProbeVolumes__SetGlobal_1, (ConstantBuffer_1_ShaderVariablesProbeVolumes_ * __this, CommandBuffer * cmd, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x01367420, void, ConstantBuffer_1_ShaderVariablesProbeVolumes__UpdateData, (ConstantBuffer_1_ShaderVariablesProbeVolumes_ * __this, ShaderVariablesProbeVolumes * data, MethodInfo * method)); DO_APP_FUNC(0x013673B0, void, ConstantBuffer_1_ShaderVariablesProbeVolumes__UpdateData_1, (ConstantBuffer_1_ShaderVariablesProbeVolumes_ * __this, CommandBuffer * cmd, ShaderVariablesProbeVolumes * data, MethodInfo * method)); DO_APP_FUNC(0x01367B70, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq16___ctor, (ConstantBuffer_1_Hammersley_Hammersley2dSeq16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01367900, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq16__PushGlobal, (ConstantBuffer_1_Hammersley_Hammersley2dSeq16_ * __this, Hammersley_Hammersley2dSeq16 * data, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x01367890, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq16__PushGlobal_1, (ConstantBuffer_1_Hammersley_Hammersley2dSeq16_ * __this, CommandBuffer * cmd, Hammersley_Hammersley2dSeq16 * data, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x013680F0, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq16__Release, (ConstantBuffer_1_Hammersley_Hammersley2dSeq16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01367750, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq16__Set, (ConstantBuffer_1_Hammersley_Hammersley2dSeq16_ * __this, ComputeShader * cs, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x013677F0, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq16__Set_1, (ConstantBuffer_1_Hammersley_Hammersley2dSeq16_ * __this, Material * mat, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x01367660, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq16__Set_2, (ConstantBuffer_1_Hammersley_Hammersley2dSeq16_ * __this, CommandBuffer * cmd, ComputeShader * cs, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x01368010, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq16__SetGlobal, (ConstantBuffer_1_Hammersley_Hammersley2dSeq16_ * __this, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x01367F10, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq16__SetGlobal_1, (ConstantBuffer_1_Hammersley_Hammersley2dSeq16_ * __this, CommandBuffer * cmd, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x01367E70, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq16__UpdateData, (ConstantBuffer_1_Hammersley_Hammersley2dSeq16_ * __this, Hammersley_Hammersley2dSeq16 * data, MethodInfo * method)); DO_APP_FUNC(0x01367DB0, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq16__UpdateData_1, (ConstantBuffer_1_Hammersley_Hammersley2dSeq16_ * __this, CommandBuffer * cmd, Hammersley_Hammersley2dSeq16 * data, MethodInfo * method)); DO_APP_FUNC(0x01368300, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq256___ctor, (ConstantBuffer_1_Hammersley_Hammersley2dSeq256_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01367900, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq256__PushGlobal, (ConstantBuffer_1_Hammersley_Hammersley2dSeq256_ * __this, Hammersley_Hammersley2dSeq256 * data, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x01367890, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq256__PushGlobal_1, (ConstantBuffer_1_Hammersley_Hammersley2dSeq256_ * __this, CommandBuffer * cmd, Hammersley_Hammersley2dSeq256 * data, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x013688A0, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq256__Release, (ConstantBuffer_1_Hammersley_Hammersley2dSeq256_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01367750, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq256__Set, (ConstantBuffer_1_Hammersley_Hammersley2dSeq256_ * __this, ComputeShader * cs, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x013677F0, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq256__Set_1, (ConstantBuffer_1_Hammersley_Hammersley2dSeq256_ * __this, Material * mat, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x01367660, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq256__Set_2, (ConstantBuffer_1_Hammersley_Hammersley2dSeq256_ * __this, CommandBuffer * cmd, ComputeShader * cs, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x013687C0, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq256__SetGlobal, (ConstantBuffer_1_Hammersley_Hammersley2dSeq256_ * __this, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x013686C0, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq256__SetGlobal_1, (ConstantBuffer_1_Hammersley_Hammersley2dSeq256_ * __this, CommandBuffer * cmd, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x01368610, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq256__UpdateData, (ConstantBuffer_1_Hammersley_Hammersley2dSeq256_ * __this, Hammersley_Hammersley2dSeq256 * data, MethodInfo * method)); DO_APP_FUNC(0x01368540, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq256__UpdateData_1, (ConstantBuffer_1_Hammersley_Hammersley2dSeq256_ * __this, CommandBuffer * cmd, Hammersley_Hammersley2dSeq256 * data, MethodInfo * method)); DO_APP_FUNC(0x01368AB0, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq32___ctor, (ConstantBuffer_1_Hammersley_Hammersley2dSeq32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01367900, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq32__PushGlobal, (ConstantBuffer_1_Hammersley_Hammersley2dSeq32_ * __this, Hammersley_Hammersley2dSeq32 * data, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x01367890, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq32__PushGlobal_1, (ConstantBuffer_1_Hammersley_Hammersley2dSeq32_ * __this, CommandBuffer * cmd, Hammersley_Hammersley2dSeq32 * data, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x01369030, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq32__Release, (ConstantBuffer_1_Hammersley_Hammersley2dSeq32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01367750, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq32__Set, (ConstantBuffer_1_Hammersley_Hammersley2dSeq32_ * __this, ComputeShader * cs, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x013677F0, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq32__Set_1, (ConstantBuffer_1_Hammersley_Hammersley2dSeq32_ * __this, Material * mat, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x01367660, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq32__Set_2, (ConstantBuffer_1_Hammersley_Hammersley2dSeq32_ * __this, CommandBuffer * cmd, ComputeShader * cs, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x01368F50, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq32__SetGlobal, (ConstantBuffer_1_Hammersley_Hammersley2dSeq32_ * __this, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x01368E50, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq32__SetGlobal_1, (ConstantBuffer_1_Hammersley_Hammersley2dSeq32_ * __this, CommandBuffer * cmd, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x01368DB0, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq32__UpdateData, (ConstantBuffer_1_Hammersley_Hammersley2dSeq32_ * __this, Hammersley_Hammersley2dSeq32 * data, MethodInfo * method)); DO_APP_FUNC(0x01368CF0, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq32__UpdateData_1, (ConstantBuffer_1_Hammersley_Hammersley2dSeq32_ * __this, CommandBuffer * cmd, Hammersley_Hammersley2dSeq32 * data, MethodInfo * method)); DO_APP_FUNC(0x01369240, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq64___ctor, (ConstantBuffer_1_Hammersley_Hammersley2dSeq64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01367900, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq64__PushGlobal, (ConstantBuffer_1_Hammersley_Hammersley2dSeq64_ * __this, Hammersley_Hammersley2dSeq64 * data, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x01367890, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq64__PushGlobal_1, (ConstantBuffer_1_Hammersley_Hammersley2dSeq64_ * __this, CommandBuffer * cmd, Hammersley_Hammersley2dSeq64 * data, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x013697C0, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq64__Release, (ConstantBuffer_1_Hammersley_Hammersley2dSeq64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01367750, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq64__Set, (ConstantBuffer_1_Hammersley_Hammersley2dSeq64_ * __this, ComputeShader * cs, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x013677F0, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq64__Set_1, (ConstantBuffer_1_Hammersley_Hammersley2dSeq64_ * __this, Material * mat, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x01367660, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq64__Set_2, (ConstantBuffer_1_Hammersley_Hammersley2dSeq64_ * __this, CommandBuffer * cmd, ComputeShader * cs, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x013696E0, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq64__SetGlobal, (ConstantBuffer_1_Hammersley_Hammersley2dSeq64_ * __this, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x013695E0, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq64__SetGlobal_1, (ConstantBuffer_1_Hammersley_Hammersley2dSeq64_ * __this, CommandBuffer * cmd, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC(0x01369540, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq64__UpdateData, (ConstantBuffer_1_Hammersley_Hammersley2dSeq64_ * __this, Hammersley_Hammersley2dSeq64 * data, MethodInfo * method)); DO_APP_FUNC(0x01369480, void, ConstantBuffer_1_Hammersley_Hammersley2dSeq64__UpdateData_1, (ConstantBuffer_1_Hammersley_Hammersley2dSeq64_ * __this, CommandBuffer * cmd, Hammersley_Hammersley2dSeq64 * data, MethodInfo * method)); DO_APP_FUNC(0x013699D0, void, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object___ctor, (DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_ * __this, float sum, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x013699E0, void, ContinuationResultTaskFromResultTask_2_System_Int32_System_Nullable_1___ctor, (ContinuationResultTaskFromResultTask_2_System_Int32_System_Nullable_1_ * __this, Task_1_System_Int32_ * antecedent, Delegate * function, Object * state, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, MethodInfo * method)); DO_APP_FUNC(0x01369B40, void, ContinuationResultTaskFromResultTask_2_System_Int32_System_Nullable_1__InnerInvoke, (ContinuationResultTaskFromResultTask_2_System_Int32_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01369CD0, void, ContinuationResultTaskFromResultTask_2_System_Object_System_Nullable_1___ctor, (ContinuationResultTaskFromResultTask_2_System_Object_System_Nullable_1_ * __this, Task_1_System_Object_ * antecedent, Delegate * function, Object * state, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, MethodInfo * method)); DO_APP_FUNC(0x01369B40, void, ContinuationResultTaskFromResultTask_2_System_Object_System_Nullable_1__InnerInvoke, (ContinuationResultTaskFromResultTask_2_System_Object_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01369E30, void, ContinuationResultTaskFromResultTask_2_System_Object_System_Boolean___ctor, (ContinuationResultTaskFromResultTask_2_System_Object_System_Boolean_ * __this, Task_1_System_Object_ * antecedent, Delegate * function, Object * state, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, MethodInfo * method)); DO_APP_FUNC(0x01369F90, void, ContinuationResultTaskFromResultTask_2_System_Object_System_Boolean__InnerInvoke, (ContinuationResultTaskFromResultTask_2_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136A120, void, ContinuationResultTaskFromResultTask_2_System_Object_System_Object___ctor, (ContinuationResultTaskFromResultTask_2_System_Object_System_Object_ * __this, Task_1_System_Object_ * antecedent, Delegate * function, Object * state, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, MethodInfo * method)); DO_APP_FUNC(0x0136A280, void, ContinuationResultTaskFromResultTask_2_System_Object_System_Object__InnerInvoke, (ContinuationResultTaskFromResultTask_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136A4D0, void, ContinuationTaskFromResultTask_1_System_Nullable_1___ctor, (ContinuationTaskFromResultTask_1_System_Nullable_1_ * __this, Task_1_System_Nullable_1_ * antecedent, Delegate * action, Object * state, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, MethodInfo * method)); DO_APP_FUNC(0x0136A6E0, void, ContinuationTaskFromResultTask_1_System_Nullable_1__InnerInvoke, (ContinuationTaskFromResultTask_1_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136A850, void, ContinuationTaskFromResultTask_1_System_ValueTuple_2___ctor, (ContinuationTaskFromResultTask_1_System_ValueTuple_2_ * __this, Task_1_System_ValueTuple_2_ * antecedent, Delegate * action, Object * state, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, MethodInfo * method)); DO_APP_FUNC(0x0136A6E0, void, ContinuationTaskFromResultTask_1_System_ValueTuple_2__InnerInvoke, (ContinuationTaskFromResultTask_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136AA60, void, ContinuationTaskFromResultTask_1_System_ValueTuple_3___ctor, (ContinuationTaskFromResultTask_1_System_ValueTuple_3_ * __this, Task_1_System_ValueTuple_3__1 * antecedent, Delegate * action, Object * state, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, MethodInfo * method)); DO_APP_FUNC(0x0136A6E0, void, ContinuationTaskFromResultTask_1_System_ValueTuple_3__InnerInvoke, (ContinuationTaskFromResultTask_1_System_ValueTuple_3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136AC70, void, ContinuationTaskFromResultTask_1_System_ValueTuple_5___ctor, (ContinuationTaskFromResultTask_1_System_ValueTuple_5_ * __this, Task_1_System_ValueTuple_5__1 * antecedent, Delegate * action, Object * state, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, MethodInfo * method)); DO_APP_FUNC(0x0136A6E0, void, ContinuationTaskFromResultTask_1_System_ValueTuple_5__InnerInvoke, (ContinuationTaskFromResultTask_1_System_ValueTuple_5_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136AE80, void, ContinuationTaskFromResultTask_1_System_Boolean___ctor, (ContinuationTaskFromResultTask_1_System_Boolean_ * __this, Task_1_System_Boolean_ * antecedent, Delegate * action, Object * state, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, MethodInfo * method)); DO_APP_FUNC(0x0136A6E0, void, ContinuationTaskFromResultTask_1_System_Boolean__InnerInvoke, (ContinuationTaskFromResultTask_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136B090, void, ContinuationTaskFromResultTask_1_System_Int32___ctor, (ContinuationTaskFromResultTask_1_System_Int32_ * __this, Task_1_System_Int32_ * antecedent, Delegate * action, Object * state, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, MethodInfo * method)); DO_APP_FUNC(0x0136A6E0, void, ContinuationTaskFromResultTask_1_System_Int32__InnerInvoke, (ContinuationTaskFromResultTask_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136B2A0, void, ContinuationTaskFromResultTask_1_System_Int32Enum___ctor, (ContinuationTaskFromResultTask_1_System_Int32Enum_ * __this, Task_1_System_Int32Enum_ * antecedent, Delegate * action, Object * state, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, MethodInfo * method)); DO_APP_FUNC(0x0136A6E0, void, ContinuationTaskFromResultTask_1_System_Int32Enum__InnerInvoke, (ContinuationTaskFromResultTask_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136B4B0, void, ContinuationTaskFromResultTask_1_System_Int64___ctor, (ContinuationTaskFromResultTask_1_System_Int64_ * __this, Task_1_System_Int64_ * antecedent, Delegate * action, Object * state, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, MethodInfo * method)); DO_APP_FUNC(0x0136A6E0, void, ContinuationTaskFromResultTask_1_System_Int64__InnerInvoke, (ContinuationTaskFromResultTask_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136B6C0, void, ContinuationTaskFromResultTask_1_System_Object___ctor, (ContinuationTaskFromResultTask_1_System_Object_ * __this, Task_1_System_Object_ * antecedent, Delegate * action, Object * state, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, MethodInfo * method)); DO_APP_FUNC(0x0136A6E0, void, ContinuationTaskFromResultTask_1_System_Object__InnerInvoke, (ContinuationTaskFromResultTask_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136B8D0, void, ContinuationTaskFromResultTask_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor, (ContinuationTaskFromResultTask_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * antecedent, Delegate * action, Object * state, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, MethodInfo * method)); DO_APP_FUNC(0x0136A6E0, void, ContinuationTaskFromResultTask_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__InnerInvoke, (ContinuationTaskFromResultTask_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136BAE0, void, ContinuationTaskFromResultTask_1_System_Net_Sockets_SocketReceiveFromResult___ctor, (ContinuationTaskFromResultTask_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, Task_1_System_Net_Sockets_SocketReceiveFromResult_ * antecedent, Delegate * action, Object * state, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, MethodInfo * method)); DO_APP_FUNC(0x0136A6E0, void, ContinuationTaskFromResultTask_1_System_Net_Sockets_SocketReceiveFromResult__InnerInvoke, (ContinuationTaskFromResultTask_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136BCF0, void, ContinuationTaskFromResultTask_1_System_Net_Sockets_SocketReceiveMessageFromResult___ctor, (ContinuationTaskFromResultTask_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * antecedent, Delegate * action, Object * state, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, MethodInfo * method)); DO_APP_FUNC(0x0136A6E0, void, ContinuationTaskFromResultTask_1_System_Net_Sockets_SocketReceiveMessageFromResult__InnerInvoke, (ContinuationTaskFromResultTask_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136BF00, void, ContinuationTaskFromResultTask_1_System_Net_Sockets_UdpReceiveResult___ctor, (ContinuationTaskFromResultTask_1_System_Net_Sockets_UdpReceiveResult_ * __this, Task_1_System_Net_Sockets_UdpReceiveResult_ * antecedent, Delegate * action, Object * state, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, MethodInfo * method)); DO_APP_FUNC(0x0136A6E0, void, ContinuationTaskFromResultTask_1_System_Net_Sockets_UdpReceiveResult__InnerInvoke, (ContinuationTaskFromResultTask_1_System_Net_Sockets_UdpReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136C110, void, ContinuationTaskFromResultTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult___ctor, (ContinuationTaskFromResultTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * antecedent, Delegate * action, Object * state, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, MethodInfo * method)); DO_APP_FUNC(0x0136A6E0, void, ContinuationTaskFromResultTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult__InnerInvoke, (ContinuationTaskFromResultTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136C320, void, ContinuationTaskFromResultTask_1_VoidTaskResult___ctor, (ContinuationTaskFromResultTask_1_VoidTaskResult_ * __this, Task_1_VoidTaskResult_ * antecedent, Delegate * action, Object * state, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, MethodInfo * method)); DO_APP_FUNC(0x0136A6E0, void, ContinuationTaskFromResultTask_1_VoidTaskResult__InnerInvoke, (ContinuationTaskFromResultTask_1_VoidTaskResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136C530, void, ContinuationTaskFromResultTask_1_System_IO_WaitForChangedResult___ctor, (ContinuationTaskFromResultTask_1_System_IO_WaitForChangedResult_ * __this, Task_1_System_IO_WaitForChangedResult_ * antecedent, Delegate * action, Object * state, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, MethodInfo * method)); DO_APP_FUNC(0x0136A6E0, void, ContinuationTaskFromResultTask_1_System_IO_WaitForChangedResult__InnerInvoke, (ContinuationTaskFromResultTask_1_System_IO_WaitForChangedResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136C740, void, Converter_2_Byte_Int32___ctor, (Converter_2_Byte_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, int32_t, Converter_2_Byte_Int32__Invoke, (Converter_2_Byte_Int32_ * __this, uint8_t input, MethodInfo * method)); DO_APP_FUNC(0x01095920, void, Converter_2_Object_Object___ctor, (Converter_2_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, Object *, Converter_2_Object_Object__Invoke, (Converter_2_Object_Object_ * __this, Object * input, MethodInfo * method)); DO_APP_FUNC(0x01095920, void, ConditionalWeakTable_2_TKey_TValue_CreateValueCallback_System_Object_System_Object___ctor, (ConditionalWeakTable_2_TKey_TValue_CreateValueCallback_System_Object_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, Object *, ConditionalWeakTable_2_TKey_TValue_CreateValueCallback_System_Object_System_Object__Invoke, (ConditionalWeakTable_2_TKey_TValue_CreateValueCallback_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0136C870, void, CustomStyleProperty_1_UnityEngine_Color___ctor, (CustomStyleProperty_1_UnityEngine_Color_ * __this, String * propertyName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CD28, CustomStyleProperty_1_UnityEngine_Color___ctor__MethodInfo); DO_APP_FUNC(0x0136CAB0, bool, CustomStyleProperty_1_UnityEngine_Color__Equals, (CustomStyleProperty_1_UnityEngine_Color_ * __this, CustomStyleProperty_1_UnityEngine_Color_ other, MethodInfo * method)); DO_APP_FUNC(0x0136C9B0, bool, CustomStyleProperty_1_UnityEngine_Color__Equals_1, (CustomStyleProperty_1_UnityEngine_Color_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0136CB60, int32_t, CustomStyleProperty_1_UnityEngine_Color__GetHashCode, (CustomStyleProperty_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, CustomStyleProperty_1_UnityEngine_Color__get_name, (CustomStyleProperty_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BAB0, CustomStyleProperty_1_UnityEngine_Color__get_name__MethodInfo); DO_APP_FUNC(0x003BA280, void, CustomStyleProperty_1_UnityEngine_Color__set_name, (CustomStyleProperty_1_UnityEngine_Color_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0136CBB0, void, CustomStyleProperty_1_System_Int32___ctor, (CustomStyleProperty_1_System_Int32_ * __this, String * propertyName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60228, CustomStyleProperty_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x0136CAB0, bool, CustomStyleProperty_1_System_Int32__Equals, (CustomStyleProperty_1_System_Int32_ * __this, CustomStyleProperty_1_System_Int32_ other, MethodInfo * method)); DO_APP_FUNC(0x0136C9B0, bool, CustomStyleProperty_1_System_Int32__Equals_1, (CustomStyleProperty_1_System_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0136CB60, int32_t, CustomStyleProperty_1_System_Int32__GetHashCode, (CustomStyleProperty_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, CustomStyleProperty_1_System_Int32__get_name, (CustomStyleProperty_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BAB8, CustomStyleProperty_1_System_Int32__get_name__MethodInfo); DO_APP_FUNC(0x003BA280, void, CustomStyleProperty_1_System_Int32__set_name, (CustomStyleProperty_1_System_Int32_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0136CCF0, void, CustomStyleProperty_1_System_Object___ctor, (CustomStyleProperty_1_System_Object_ * __this, String * propertyName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60240, CustomStyleProperty_1_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x0136CAB0, bool, CustomStyleProperty_1_System_Object__Equals, (CustomStyleProperty_1_System_Object_ * __this, CustomStyleProperty_1_System_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x0136C9B0, bool, CustomStyleProperty_1_System_Object__Equals_1, (CustomStyleProperty_1_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0136CB60, int32_t, CustomStyleProperty_1_System_Object__GetHashCode, (CustomStyleProperty_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, CustomStyleProperty_1_System_Object__get_name, (CustomStyleProperty_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, CustomStyleProperty_1_System_Object__set_name, (CustomStyleProperty_1_System_Object_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0136CE30, void, CustomStyleProperty_1_System_Single___ctor, (CustomStyleProperty_1_System_Single_ * __this, String * propertyName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C965D8, CustomStyleProperty_1_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x0136CAB0, bool, CustomStyleProperty_1_System_Single__Equals, (CustomStyleProperty_1_System_Single_ * __this, CustomStyleProperty_1_System_Single_ other, MethodInfo * method)); DO_APP_FUNC(0x0136C9B0, bool, CustomStyleProperty_1_System_Single__Equals_1, (CustomStyleProperty_1_System_Single_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0136CB60, int32_t, CustomStyleProperty_1_System_Single__GetHashCode, (CustomStyleProperty_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, CustomStyleProperty_1_System_Single__get_name, (CustomStyleProperty_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BB00, CustomStyleProperty_1_System_Single__get_name__MethodInfo); DO_APP_FUNC(0x003BA280, void, CustomStyleProperty_1_System_Single__set_name, (CustomStyleProperty_1_System_Single_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0136CF70, void, Page_DataSet_1_System_UInt16___ctor, (Page_DataSet_1_System_UInt16_ * __this, Utility_GPUBufferType__Enum bufferType, uint32_t totalCount, uint32_t maxQueuedFrameCount, uint32_t updateRangePoolSize, bool mockBuffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D050, Page_DataSet_1_System_UInt16___ctor__MethodInfo); DO_APP_FUNC(0x0136D210, void, Page_DataSet_1_System_UInt16__Dispose, (Page_DataSet_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D078, Page_DataSet_1_System_UInt16__Dispose__MethodInfo); DO_APP_FUNC(0x0136D290, void, Page_DataSet_1_System_UInt16__Dispose_1, (Page_DataSet_1_System_UInt16_ * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x0136D5B0, bool, Page_DataSet_1_System_UInt16__HasMappedBufferRange, (Page_DataSet_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136D360, void, Page_DataSet_1_System_UInt16__RegisterUpdate, (Page_DataSet_1_System_UInt16_ * __this, uint32_t start, uint32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D228, Page_DataSet_1_System_UInt16__RegisterUpdate__MethodInfo); DO_APP_FUNC(0x0136DB30, void, Page_DataSet_1_System_UInt16__ResetUpdateState, (Page_DataSet_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136D6B0, void, Page_DataSet_1_System_UInt16__SendFullRange, (Page_DataSet_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136D870, void, Page_DataSet_1_System_UInt16__SendPartialRanges, (Page_DataSet_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136D630, void, Page_DataSet_1_System_UInt16__SendUpdates, (Page_DataSet_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D160, Page_DataSet_1_System_UInt16__SendUpdates__MethodInfo); DO_APP_FUNC(0x003BAD20, bool, Page_DataSet_1_System_UInt16__get_disposed, (Page_DataSet_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, Page_DataSet_1_System_UInt16__set_disposed, (Page_DataSet_1_System_UInt16_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0136DB60, void, Page_DataSet_1_UnityEngine_UIElements_Vertex___ctor, (Page_DataSet_1_UnityEngine_UIElements_Vertex_ * __this, Utility_GPUBufferType__Enum bufferType, uint32_t totalCount, uint32_t maxQueuedFrameCount, uint32_t updateRangePoolSize, bool mockBuffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D058, Page_DataSet_1_UnityEngine_UIElements_Vertex___ctor__MethodInfo); DO_APP_FUNC(0x0136DE00, void, Page_DataSet_1_UnityEngine_UIElements_Vertex__Dispose, (Page_DataSet_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D070, Page_DataSet_1_UnityEngine_UIElements_Vertex__Dispose__MethodInfo); DO_APP_FUNC(0x0136DE80, void, Page_DataSet_1_UnityEngine_UIElements_Vertex__Dispose_1, (Page_DataSet_1_UnityEngine_UIElements_Vertex_ * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x0136E1A0, bool, Page_DataSet_1_UnityEngine_UIElements_Vertex__HasMappedBufferRange, (Page_DataSet_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136DF50, void, Page_DataSet_1_UnityEngine_UIElements_Vertex__RegisterUpdate, (Page_DataSet_1_UnityEngine_UIElements_Vertex_ * __this, uint32_t start, uint32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D220, Page_DataSet_1_UnityEngine_UIElements_Vertex__RegisterUpdate__MethodInfo); DO_APP_FUNC(0x0136DB30, void, Page_DataSet_1_UnityEngine_UIElements_Vertex__ResetUpdateState, (Page_DataSet_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136E220, void, Page_DataSet_1_UnityEngine_UIElements_Vertex__SendFullRange, (Page_DataSet_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136E3E0, void, Page_DataSet_1_UnityEngine_UIElements_Vertex__SendPartialRanges, (Page_DataSet_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136D630, void, Page_DataSet_1_UnityEngine_UIElements_Vertex__SendUpdates, (Page_DataSet_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D158, Page_DataSet_1_UnityEngine_UIElements_Vertex__SendUpdates__MethodInfo); DO_APP_FUNC(0x003BAD20, bool, Page_DataSet_1_UnityEngine_UIElements_Vertex__get_disposed, (Page_DataSet_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD30, void, Page_DataSet_1_UnityEngine_UIElements_Vertex__set_disposed, (Page_DataSet_1_UnityEngine_UIElements_Vertex_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01013200, void, FancyGridView_2_TItemData_TContext_DefaultCellGroup_System_Object_System_Object___ctor, (FancyGridView_2_TItemData_TContext_DefaultCellGroup_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136E6A0, int32_t, InputBindingCompositeContext_DefaultComparer_1_System_Object__Compare, (InputBindingCompositeContext_DefaultComparer_1_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0136E710, int32_t, InputBindingCompositeContext_DefaultComparer_1_System_Single__Compare, (InputBindingCompositeContext_DefaultComparer_1_System_Single_ * __this, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LowLevelDictionary_2_TKey_TValue_DefaultComparer_1_System_Int32_System_Object_System_Int32___ctor, (LowLevelDictionary_2_TKey_TValue_DefaultComparer_1_System_Int32_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136E7B0, bool, LowLevelDictionary_2_TKey_TValue_DefaultComparer_1_System_Int32_System_Object_System_Int32__Equals, (LowLevelDictionary_2_TKey_TValue_DefaultComparer_1_System_Int32_System_Object_System_Int32_ * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x0136E8C0, int32_t, LowLevelDictionary_2_TKey_TValue_DefaultComparer_1_System_Int32_System_Object_System_Int32__GetHashCode, (LowLevelDictionary_2_TKey_TValue_DefaultComparer_1_System_Int32_System_Object_System_Int32_ * __this, int32_t obj, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LowLevelDictionary_2_TKey_TValue_DefaultComparer_1_System_Object_System_Object_System_Object___ctor, (LowLevelDictionary_2_TKey_TValue_DefaultComparer_1_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136E910, bool, LowLevelDictionary_2_TKey_TValue_DefaultComparer_1_System_Object_System_Object_System_Object__Equals, (LowLevelDictionary_2_TKey_TValue_DefaultComparer_1_System_Object_System_Object_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0136E9E0, int32_t, LowLevelDictionary_2_TKey_TValue_DefaultComparer_1_System_Object_System_Object_System_Object__GetHashCode, (LowLevelDictionary_2_TKey_TValue_DefaultComparer_1_System_Object_System_Object_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00FC65C0, Hash128, CoreUnsafeUtils_DefaultKeyGetter_1_UnityEngine_Hash128__Get, (CoreUnsafeUtils_DefaultKeyGetter_1_UnityEngine_Hash128_ * __this, Hash128 * v, MethodInfo * method)); DO_APP_FUNC(0x00ACBD70, int32_t, CoreUnsafeUtils_DefaultKeyGetter_1_System_Int32__Get, (CoreUnsafeUtils_DefaultKeyGetter_1_System_Int32_ * __this, int32_t * v, MethodInfo * method)); DO_APP_FUNC(0x00FC7700, Object *, CoreUnsafeUtils_DefaultKeyGetter_1_System_Object__Get, (CoreUnsafeUtils_DefaultKeyGetter_1_System_Object_ * __this, Object * * v, MethodInfo * method)); DO_APP_FUNC(0x0136EA10, void, FileSystemEnumerable_1_TResult_DelegateEnumerator_System_Object___ctor, (FileSystemEnumerable_1_TResult_DelegateEnumerator_System_Object_ * __this, FileSystemEnumerable_1_System_Object_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x0136EB90, bool, FileSystemEnumerable_1_TResult_DelegateEnumerator_System_Object__ShouldIncludeEntry, (FileSystemEnumerable_1_TResult_DelegateEnumerator_System_Object_ * __this, FileSystemEntry * entry, MethodInfo * method)); DO_APP_FUNC(0x0136EB00, bool, FileSystemEnumerable_1_TResult_DelegateEnumerator_System_Object__ShouldRecurseIntoEntry, (FileSystemEnumerable_1_TResult_DelegateEnumerator_System_Object_ * __this, FileSystemEntry * entry, MethodInfo * method)); DO_APP_FUNC(0x0136EAB0, Object *, FileSystemEnumerable_1_TResult_DelegateEnumerator_System_Object__TransformEntry, (FileSystemEnumerable_1_TResult_DelegateEnumerator_System_Object_ * __this, FileSystemEntry * entry, MethodInfo * method)); DO_APP_FUNC(0x0136EC20, void, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__5__ctor, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__5 * __this, Func_2_Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_System_Collections_Generic_LinkedListNode_1__5 * acquireFunc, Action_1_System_Collections_Generic_LinkedListNode_1__7 * releaseFunc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60130, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__5__ctor__MethodInfo); DO_APP_FUNC(0x0136EDE0, void, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__5_Add, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__5 * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__5 * action, MethodInfo * method)); DO_APP_FUNC(0x0136F330, void, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__5_Clear, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x0136F430, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__5 *, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__5_CreateWithGlobalCache, (MethodInfo * method)); DO_APP_FUNC(0x0136F080, void, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__5_Invoke, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__5 * __this, AsyncOperationHandle_1_System_Boolean_ res, MethodInfo * method)); DO_APP_FUNC(0x0136EF10, void, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__5_Remove, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__5 * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__5 * action, MethodInfo * method)); DO_APP_FUNC(0x0136EDA0, int32_t, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__5_get_Count, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x0136F690, void, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__11__ctor, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__11 * __this, Func_2_Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_System_Collections_Generic_LinkedListNode_1__11 * acquireFunc, Action_1_System_Collections_Generic_LinkedListNode_1__14 * releaseFunc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60158, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__11__ctor__MethodInfo); DO_APP_FUNC(0x0136EDE0, void, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__11_Add, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__11 * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__11 * action, MethodInfo * method)); DO_APP_FUNC(0x0136F330, void, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__11_Clear, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x0136F430, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__11 *, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__11_CreateWithGlobalCache, (MethodInfo * method)); DO_APP_FUNC(0x0136F080, void, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__11_Invoke, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__11 * __this, AsyncOperationHandle_1_System_Int64_ res, MethodInfo * method)); DO_APP_FUNC(0x0136EF10, void, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__11_Remove, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__11 * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__11 * action, MethodInfo * method)); DO_APP_FUNC(0x0136EDA0, int32_t, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__11_get_Count, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x0136F810, void, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__18__ctor, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__18 * __this, Func_2_Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_System_Collections_Generic_LinkedListNode_1__18 * acquireFunc, Action_1_System_Collections_Generic_LinkedListNode_1__21 * releaseFunc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60168, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__18__ctor__MethodInfo); DO_APP_FUNC(0x0136EDE0, void, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__18_Add, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__18 * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__18 * action, MethodInfo * method)); DO_APP_FUNC(0x0136F330, void, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__18_Clear, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__18 * __this, MethodInfo * method)); DO_APP_FUNC(0x0136F430, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__18 *, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__18_CreateWithGlobalCache, (MethodInfo * method)); DO_APP_FUNC(0x0136F080, void, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__18_Invoke, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__18 * __this, AsyncOperationHandle_1_System_Object_ res, MethodInfo * method)); DO_APP_FUNC(0x0136EF10, void, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__18_Remove, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__18 * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__18 * action, MethodInfo * method)); DO_APP_FUNC(0x0136EDA0, int32_t, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__18_get_Count, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__18 * __this, MethodInfo * method)); DO_APP_FUNC(0x0136F990, void, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1__ctor, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 * __this, Func_2_Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_System_Collections_Generic_LinkedListNode_1__1 * acquireFunc, Action_1_System_Collections_Generic_LinkedListNode_1__3 * releaseFunc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60178, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1__ctor__MethodInfo); DO_APP_FUNC(0x0136EDE0, void, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1_Add, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 * action, MethodInfo * method)); DO_APP_FUNC(0x0136F330, void, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1_Clear, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0136F430, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 *, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1_CreateWithGlobalCache, (MethodInfo * method)); DO_APP_FUNC(0x0136F080, void, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1_Invoke, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 * __this, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ res, MethodInfo * method)); DO_APP_FUNC(0x0136EF10, void, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1_Remove, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 * action, MethodInfo * method)); DO_APP_FUNC(0x0136EDA0, int32_t, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1_get_Count, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0136FB10, void, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Func_2_Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_System_Collections_Generic_LinkedListNode_1_ * acquireFunc, Action_1_System_Collections_Generic_LinkedListNode_1__1 * releaseFunc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60180, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor__MethodInfo); DO_APP_FUNC(0x0136EDE0, void, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Add, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95590, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Add__MethodInfo); DO_APP_FUNC(0x0136F330, void, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Clear, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95600, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Clear__MethodInfo); DO_APP_FUNC(0x0136F430, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ *, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__CreateWithGlobalCache, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95598, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__CreateWithGlobalCache__MethodInfo); DO_APP_FUNC(0x0136FC90, void, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Invoke, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle res, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95620, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Invoke__MethodInfo); DO_APP_FUNC(0x0136EF10, void, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Remove, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C955A8, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Remove__MethodInfo); DO_APP_FUNC(0x0136EDA0, int32_t, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Count, (DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95668, DelegateList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Count__MethodInfo); DO_APP_FUNC(0x0136FF40, void, DelegateList_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor, (DelegateList_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Func_2_Action_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_System_Collections_Generic_LinkedListNode_1_ * acquireFunc, Action_1_System_Collections_Generic_LinkedListNode_1__8 * releaseFunc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C600C0, DelegateList_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor__MethodInfo); DO_APP_FUNC(0x0136EDE0, void, DelegateList_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Add, (DelegateList_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Action_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C639F0, DelegateList_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Add__MethodInfo); DO_APP_FUNC(0x0136F330, void, DelegateList_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Clear, (DelegateList_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136F430, DelegateList_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ *, DelegateList_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__CreateWithGlobalCache, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C638A0, DelegateList_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__CreateWithGlobalCache__MethodInfo); DO_APP_FUNC(0x013700C0, void, DelegateList_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Invoke, (DelegateList_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent res, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C637B0, DelegateList_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Invoke__MethodInfo); DO_APP_FUNC(0x0136EF10, void, DelegateList_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Remove, (DelegateList_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Action_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63850, DelegateList_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Remove__MethodInfo); DO_APP_FUNC(0x0136EDA0, int32_t, DelegateList_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__get_Count, (DelegateList_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C637C0, DelegateList_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__get_Count__MethodInfo); DO_APP_FUNC(0x01370380, void, DelegateList_1_System_Object___ctor, (DelegateList_1_System_Object_ * __this, Func_2_Action_1_Object_System_Collections_Generic_LinkedListNode_1_ * acquireFunc, Action_1_System_Collections_Generic_LinkedListNode_1__23 * releaseFunc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C600D8, DelegateList_1_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x0136EDE0, void, DelegateList_1_System_Object__Add, (DelegateList_1_System_Object_ * __this, Action_1_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x0136F330, void, DelegateList_1_System_Object__Clear, (DelegateList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136F430, DelegateList_1_System_Object_ *, DelegateList_1_System_Object__CreateWithGlobalCache, (MethodInfo * method)); DO_APP_FUNC(0x01370500, void, DelegateList_1_System_Object__Invoke, (DelegateList_1_System_Object_ * __this, Object * res, MethodInfo * method)); DO_APP_FUNC(0x0136EF10, void, DelegateList_1_System_Object__Remove, (DelegateList_1_System_Object_ * __this, Action_1_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x0136EDA0, int32_t, DelegateList_1_System_Object__get_Count, (DelegateList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01370790, void, DelegateList_1_System_Single___ctor, (DelegateList_1_System_Single_ * __this, Func_2_Action_1_Single_System_Collections_Generic_LinkedListNode_1_ * acquireFunc, Action_1_System_Collections_Generic_LinkedListNode_1_ * releaseFunc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C600E8, DelegateList_1_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x0136EDE0, void, DelegateList_1_System_Single__Add, (DelegateList_1_System_Single_ * __this, Action_1_Single_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95518, DelegateList_1_System_Single__Add__MethodInfo); DO_APP_FUNC(0x0136F330, void, DelegateList_1_System_Single__Clear, (DelegateList_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0136F430, DelegateList_1_System_Single_ *, DelegateList_1_System_Single__CreateWithGlobalCache, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64580, DelegateList_1_System_Single__CreateWithGlobalCache__MethodInfo); DO_APP_FUNC(0x01370910, void, DelegateList_1_System_Single__Invoke, (DelegateList_1_System_Single_ * __this, float res, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64300, DelegateList_1_System_Single__Invoke__MethodInfo); DO_APP_FUNC(0x0136EF10, void, DelegateList_1_System_Single__Remove, (DelegateList_1_System_Single_ * __this, Action_1_Single_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95550, DelegateList_1_System_Single__Remove__MethodInfo); DO_APP_FUNC(0x0136EDA0, int32_t, DelegateList_1_System_Single__get_Count, (DelegateList_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01370BD0, void, DictionaryDebugView_2_System_Object_System_Object___ctor, (DictionaryDebugView_2_System_Object_System_Object_ * __this, IDictionary_2_System_Object_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61858, DictionaryDebugView_2_System_Object_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x012D2520, KeyValuePair_2_System_Object_System_Object___Array *, DictionaryDebugView_2_System_Object_System_Object__get_Items, (DictionaryDebugView_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01370C90, void, ConcurrentDictionary_2_TKey_TValue_DictionaryEnumerator_System_Object_System_Object___ctor, (ConcurrentDictionary_2_TKey_TValue_DictionaryEnumerator_System_Object_System_Object_ * __this, ConcurrentDictionary_2_System_Object_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x013710C0, bool, ConcurrentDictionary_2_TKey_TValue_DictionaryEnumerator_System_Object_System_Object__MoveNext, (ConcurrentDictionary_2_TKey_TValue_DictionaryEnumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371110, void, ConcurrentDictionary_2_TKey_TValue_DictionaryEnumerator_System_Object_System_Object__Reset, (ConcurrentDictionary_2_TKey_TValue_DictionaryEnumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371030, Object *, ConcurrentDictionary_2_TKey_TValue_DictionaryEnumerator_System_Object_System_Object__get_Current, (ConcurrentDictionary_2_TKey_TValue_DictionaryEnumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01370D20, DictionaryEntry, ConcurrentDictionary_2_TKey_TValue_DictionaryEnumerator_System_Object_System_Object__get_Entry, (ConcurrentDictionary_2_TKey_TValue_DictionaryEnumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01370ED0, Object *, ConcurrentDictionary_2_TKey_TValue_DictionaryEnumerator_System_Object_System_Object__get_Key, (ConcurrentDictionary_2_TKey_TValue_DictionaryEnumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01370F80, Object *, ConcurrentDictionary_2_TKey_TValue_DictionaryEnumerator_System_Object_System_Object__get_Value, (ConcurrentDictionary_2_TKey_TValue_DictionaryEnumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371160, void, DictionaryKeyCollectionDebugView_2_System_Object_System_Object___ctor, (DictionaryKeyCollectionDebugView_2_System_Object_System_Object_ * __this, ICollection_1_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61848, DictionaryKeyCollectionDebugView_2_System_Object_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x012D2520, Object__Array *, DictionaryKeyCollectionDebugView_2_System_Object_System_Object__get_Items, (DictionaryKeyCollectionDebugView_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371220, void, DictionaryPool_2_System_Object_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x010108F0, Dictionary_2_System_Object_System_Object_ *, DictionaryPool_2_System_Object_System_Object__Get, (MethodInfo * method)); DO_APP_FUNC(0x01171E40, ObjectPool_1_T_PooledObject_System_Collections_Generic_Dictionary_2_, DictionaryPool_2_System_Object_System_Object__Get_1, (Dictionary_2_System_Object_System_Object_ * * value, MethodInfo * method)); DO_APP_FUNC(0x01171F60, void, DictionaryPool_2_System_Object_System_Object__Release, (Dictionary_2_System_Object_System_Object_ * toRelease, MethodInfo * method)); DO_APP_FUNC(0x013714F0, void, DictionaryValueCollectionDebugView_2_System_Object_System_Object___ctor, (DictionaryValueCollectionDebugView_2_System_Object_System_Object_ * __this, ICollection_1_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61850, DictionaryValueCollectionDebugView_2_System_Object_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x012D2520, Object__Array *, DictionaryValueCollectionDebugView_2_System_Object_System_Object__get_Items, (DictionaryValueCollectionDebugView_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_ValueTuple_2_System_Object___ctor, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_ValueTuple_2_System_Object___ctor_1, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, IDictionary_2_System_ValueTuple_2_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_ValueTuple_2_System_Object___ctor_2, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, IEqualityComparer_1_System_ValueTuple_2__2 * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_ValueTuple_2_System_Object___ctor_3, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013716A0, void, Dictionary_2_System_ValueTuple_2_System_Object___ctor_4, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, IDictionary_2_System_ValueTuple_2_System_Object_ * dictionary, IEqualityComparer_1_System_ValueTuple_2__2 * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_ValueTuple_2_System_Object___ctor_5, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_System_ValueTuple_2__2 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01371A80, void, Dictionary_2_System_ValueTuple_2_System_Object___ctor_6, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01371DD0, void, Dictionary_2_System_ValueTuple_2_System_Object__Add, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, ValueTuple_2_Object_Int32_ key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_ValueTuple_2_System_Object__Clear, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013720A0, bool, Dictionary_2_System_ValueTuple_2_System_Object__ContainsKey, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, ValueTuple_2_Object_Int32_ key, MethodInfo * method)); DO_APP_FUNC(0x013720F0, bool, Dictionary_2_System_ValueTuple_2_System_Object__ContainsValue, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372220, void, Dictionary_2_System_ValueTuple_2_System_Object__CopyTo, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, KeyValuePair_2_System_ValueTuple_2_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01372900, int32_t, Dictionary_2_System_ValueTuple_2_System_Object__FindEntry, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, ValueTuple_2_Object_Int32_ key, MethodInfo * method)); DO_APP_FUNC(0x013723A0, Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object_, Dictionary_2_System_ValueTuple_2_System_Object__GetEnumerator, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01372550, void, Dictionary_2_System_ValueTuple_2_System_Object__GetObjectData, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01372BD0, int32_t, Dictionary_2_System_ValueTuple_2_System_Object__Initialize, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_ValueTuple_2_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013732B0, void, Dictionary_2_System_ValueTuple_2_System_Object__OnDeserialization, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01373A80, bool, Dictionary_2_System_ValueTuple_2_System_Object__Remove, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, ValueTuple_2_Object_Int32_ key, MethodInfo * method)); DO_APP_FUNC(0x01373720, void, Dictionary_2_System_ValueTuple_2_System_Object__Resize, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013737B0, void, Dictionary_2_System_ValueTuple_2_System_Object__Resize_1, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x01371E10, void, Dictionary_2_System_ValueTuple_2_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, KeyValuePair_2_System_ValueTuple_2_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01371E40, bool, Dictionary_2_System_ValueTuple_2_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, KeyValuePair_2_System_ValueTuple_2_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_ValueTuple_2_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, KeyValuePair_2_System_ValueTuple_2_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01371F20, bool, Dictionary_2_System_ValueTuple_2_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, KeyValuePair_2_System_ValueTuple_2_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_ValueTuple_2_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_ValueTuple_2__5 *, Dictionary_2_System_ValueTuple_2_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_System_ValueTuple_2_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator_1_KeyValuePair_2_System_ValueTuple_2_System_Object_ *, Dictionary_2_System_ValueTuple_2_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_ValueTuple_2__5 *, Dictionary_2_System_ValueTuple_2_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_System_ValueTuple_2_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01373E70, void, Dictionary_2_System_ValueTuple_2_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_ValueTuple_2_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013742A0, Object *, Dictionary_2_System_ValueTuple_2_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374710, void, Dictionary_2_System_ValueTuple_2_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01374910, bool, Dictionary_2_System_ValueTuple_2_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374A10, IDictionaryEnumerator *, Dictionary_2_System_ValueTuple_2_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374B10, void, Dictionary_2_System_ValueTuple_2_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_ValueTuple_2_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_ValueTuple_2_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374380, Object *, Dictionary_2_System_ValueTuple_2_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_ValueTuple_2_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_ValueTuple_2_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013744A0, void, Dictionary_2_System_ValueTuple_2_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator *, Dictionary_2_System_ValueTuple_2_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01373E00, bool, Dictionary_2_System_ValueTuple_2_System_Object__TryAdd, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, ValueTuple_2_Object_Int32_ key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01373D40, bool, Dictionary_2_System_ValueTuple_2_System_Object__TryGetValue, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, ValueTuple_2_Object_Int32_ key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x01372D50, bool, Dictionary_2_System_ValueTuple_2_System_Object__TryInsert, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, ValueTuple_2_Object_Int32_ key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_ValueTuple_2_System_Object__get_Count, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371CE0, Object *, Dictionary_2_System_ValueTuple_2_System_Object__get_Item, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, ValueTuple_2_Object_Int32_ key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object_ *, Dictionary_2_System_ValueTuple_2_System_Object__get_Keys, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object_ *, Dictionary_2_System_ValueTuple_2_System_Object__get_Values, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371D90, void, Dictionary_2_System_ValueTuple_2_System_Object__set_Item, (Dictionary_2_System_ValueTuple_2_System_Object_ * __this, ValueTuple_2_Object_Int32_ key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_ValueTuple_2_System_Object__1__ctor, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_ValueTuple_2_System_Object__1__ctor_1, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, IDictionary_2_System_ValueTuple_2_System_Object__1 * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_ValueTuple_2_System_Object__1__ctor_2, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, IEqualityComparer_1_System_ValueTuple_2__3 * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_ValueTuple_2_System_Object__1__ctor_3, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01374C00, void, Dictionary_2_System_ValueTuple_2_System_Object__1__ctor_4, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, IDictionary_2_System_ValueTuple_2_System_Object__1 * dictionary, IEqualityComparer_1_System_ValueTuple_2__3 * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_ValueTuple_2_System_Object__1__ctor_5, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, int32_t capacity, IEqualityComparer_1_System_ValueTuple_2__3 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01374FE0, void, Dictionary_2_System_ValueTuple_2_System_Object__1__ctor_6, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01371DD0, void, Dictionary_2_System_ValueTuple_2_System_Object__1_Add, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, ValueTuple_2_Object_Object_ key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_ValueTuple_2_System_Object__1_Clear, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x013720A0, bool, Dictionary_2_System_ValueTuple_2_System_Object__1_ContainsKey, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, ValueTuple_2_Object_Object_ key, MethodInfo * method)); DO_APP_FUNC(0x013720F0, bool, Dictionary_2_System_ValueTuple_2_System_Object__1_ContainsValue, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372220, void, Dictionary_2_System_ValueTuple_2_System_Object__1_CopyTo, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, KeyValuePair_2_System_ValueTuple_2_System_Object__1__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01375420, int32_t, Dictionary_2_System_ValueTuple_2_System_Object__1_FindEntry, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, ValueTuple_2_Object_Object_ key, MethodInfo * method)); DO_APP_FUNC(0x013723A0, Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1, Dictionary_2_System_ValueTuple_2_System_Object__1_GetEnumerator, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01375070, void, Dictionary_2_System_ValueTuple_2_System_Object__1_GetObjectData, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013756F0, int32_t, Dictionary_2_System_ValueTuple_2_System_Object__1_Initialize, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_ValueTuple_2_System_Object__1_IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x01375E30, void, Dictionary_2_System_ValueTuple_2_System_Object__1_OnDeserialization, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01376600, bool, Dictionary_2_System_ValueTuple_2_System_Object__1_Remove, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, ValueTuple_2_Object_Object_ key, MethodInfo * method)); DO_APP_FUNC(0x013762A0, void, Dictionary_2_System_ValueTuple_2_System_Object__1_Resize, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01376330, void, Dictionary_2_System_ValueTuple_2_System_Object__1_Resize_1, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x01371E10, void, Dictionary_2_System_ValueTuple_2_System_Object__1_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, KeyValuePair_2_System_ValueTuple_2_System_Object__1 keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01371E40, bool, Dictionary_2_System_ValueTuple_2_System_Object__1_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, KeyValuePair_2_System_ValueTuple_2_System_Object__1 keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_ValueTuple_2_System_Object__1_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, KeyValuePair_2_System_ValueTuple_2_System_Object__1__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01371F20, bool, Dictionary_2_System_ValueTuple_2_System_Object__1_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, KeyValuePair_2_System_ValueTuple_2_System_Object__1 keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_ValueTuple_2_System_Object__1_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_ValueTuple_2__6 *, Dictionary_2_System_ValueTuple_2_System_Object__1_System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_System_ValueTuple_2_System_Object__1_System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator_1_KeyValuePair_2_System_ValueTuple_2_System_Object__1 *, Dictionary_2_System_ValueTuple_2_System_Object__1_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_ValueTuple_2__6 *, Dictionary_2_System_ValueTuple_2_System_Object__1_System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_System_ValueTuple_2_System_Object__1_System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x013768C0, void, Dictionary_2_System_ValueTuple_2_System_Object__1_System_Collections_ICollection_CopyTo, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_ValueTuple_2_System_Object__1_System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01376CF0, Object *, Dictionary_2_System_ValueTuple_2_System_Object__1_System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01374710, void, Dictionary_2_System_ValueTuple_2_System_Object__1_System_Collections_IDictionary_Add, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01374910, bool, Dictionary_2_System_ValueTuple_2_System_Object__1_System_Collections_IDictionary_Contains, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374A10, IDictionaryEnumerator *, Dictionary_2_System_ValueTuple_2_System_Object__1_System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01374B10, void, Dictionary_2_System_ValueTuple_2_System_Object__1_System_Collections_IDictionary_Remove, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_ValueTuple_2_System_Object__1_System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_ValueTuple_2_System_Object__1_System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01374380, Object *, Dictionary_2_System_ValueTuple_2_System_Object__1_System_Collections_IDictionary_get_Item, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_ValueTuple_2_System_Object__1_System_Collections_IDictionary_get_Keys, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_ValueTuple_2_System_Object__1_System_Collections_IDictionary_get_Values, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x013744A0, void, Dictionary_2_System_ValueTuple_2_System_Object__1_System_Collections_IDictionary_set_Item, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator *, Dictionary_2_System_ValueTuple_2_System_Object__1_System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01373E00, bool, Dictionary_2_System_ValueTuple_2_System_Object__1_TryAdd, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, ValueTuple_2_Object_Object_ key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01373D40, bool, Dictionary_2_System_ValueTuple_2_System_Object__1_TryGetValue, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, ValueTuple_2_Object_Object_ key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x01375870, bool, Dictionary_2_System_ValueTuple_2_System_Object__1_TryInsert, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, ValueTuple_2_Object_Object_ key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_ValueTuple_2_System_Object__1_get_Count, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01371CE0, Object *, Dictionary_2_System_ValueTuple_2_System_Object__1_get_Item, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, ValueTuple_2_Object_Object_ key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__1 *, Dictionary_2_System_ValueTuple_2_System_Object__1_get_Keys, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__1 *, Dictionary_2_System_ValueTuple_2_System_Object__1_get_Values, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01371D90, void, Dictionary_2_System_ValueTuple_2_System_Object__1_set_Item, (Dictionary_2_System_ValueTuple_2_System_Object__1 * __this, ValueTuple_2_Object_Object_ key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Byte_System_Object___ctor, (Dictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9CB0, Dictionary_2_System_Byte_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Byte_System_Object___ctor_1, (Dictionary_2_System_Byte_System_Object_ * __this, IDictionary_2_System_Byte_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Byte_System_Object___ctor_2, (Dictionary_2_System_Byte_System_Object_ * __this, IEqualityComparer_1_System_Byte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Byte_System_Object___ctor_3, (Dictionary_2_System_Byte_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9B80, Dictionary_2_System_Byte_System_Object___ctor_3__MethodInfo); DO_APP_FUNC(0x01376DA0, void, Dictionary_2_System_Byte_System_Object___ctor_4, (Dictionary_2_System_Byte_System_Object_ * __this, IDictionary_2_System_Byte_System_Object_ * dictionary, IEqualityComparer_1_System_Byte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Byte_System_Object___ctor_5, (Dictionary_2_System_Byte_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_System_Byte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01377150, void, Dictionary_2_System_Byte_System_Object___ctor_6, (Dictionary_2_System_Byte_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_Byte_System_Object__Add, (Dictionary_2_System_Byte_System_Object_ * __this, uint8_t key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9CC0, Dictionary_2_System_Byte_System_Object__Add__MethodInfo); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Byte_System_Object__Clear, (Dictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Byte_System_Object__ContainsKey, (Dictionary_2_System_Byte_System_Object_ * __this, uint8_t key, MethodInfo * method)); DO_APP_FUNC(0x01377520, bool, Dictionary_2_System_Byte_System_Object__ContainsValue, (Dictionary_2_System_Byte_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377650, void, Dictionary_2_System_Byte_System_Object__CopyTo, (Dictionary_2_System_Byte_System_Object_ * __this, KeyValuePair_2_System_Byte_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01377CE0, int32_t, Dictionary_2_System_Byte_System_Object__FindEntry, (Dictionary_2_System_Byte_System_Object_ * __this, uint8_t key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_System_Byte_System_Object_, Dictionary_2_System_Byte_System_Object__GetEnumerator, (Dictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB080, Dictionary_2_System_Byte_System_Object__GetEnumerator__MethodInfo); DO_APP_FUNC(0x01377930, void, Dictionary_2_System_Byte_System_Object__GetObjectData, (Dictionary_2_System_Byte_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01377F70, int32_t, Dictionary_2_System_Byte_System_Object__Initialize, (Dictionary_2_System_Byte_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Byte_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x01378590, void, Dictionary_2_System_Byte_System_Object__OnDeserialization, (Dictionary_2_System_Byte_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01378D30, bool, Dictionary_2_System_Byte_System_Object__Remove, (Dictionary_2_System_Byte_System_Object_ * __this, uint8_t key, MethodInfo * method)); DO_APP_FUNC(0x01378A00, void, Dictionary_2_System_Byte_System_Object__Resize, (Dictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01378A90, void, Dictionary_2_System_Byte_System_Object__Resize_1, (Dictionary_2_System_Byte_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013772E0, void, Dictionary_2_System_Byte_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Byte_System_Object_ * __this, KeyValuePair_2_System_Byte_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01377300, bool, Dictionary_2_System_Byte_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Byte_System_Object_ * __this, KeyValuePair_2_System_Byte_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Byte_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Byte_System_Object_ * __this, KeyValuePair_2_System_Byte_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013773E0, bool, Dictionary_2_System_Byte_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Byte_System_Object_ * __this, KeyValuePair_2_System_Byte_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Byte_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Byte__1 *, Dictionary_2_System_Byte_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_System_Byte_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_System_Byte_System_Object_ *, Dictionary_2_System_Byte_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Byte__2 *, Dictionary_2_System_Byte_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_System_Byte_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379040, void, Dictionary_2_System_Byte_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Byte_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Byte_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379440, Object *, Dictionary_2_System_Byte_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013797F0, void, Dictionary_2_System_Byte_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_System_Byte_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013799E0, bool, Dictionary_2_System_Byte_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_System_Byte_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_System_Byte_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379BD0, void, Dictionary_2_System_Byte_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_System_Byte_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Byte_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Byte_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013794F0, Object *, Dictionary_2_System_Byte_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Byte_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Byte_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Byte_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379600, void, Dictionary_2_System_Byte_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Byte_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_System_Byte_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_Byte_System_Object__TryAdd, (Dictionary_2_System_Byte_System_Object_ * __this, uint8_t key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01378F50, bool, Dictionary_2_System_Byte_System_Object__TryGetValue, (Dictionary_2_System_Byte_System_Object_ * __this, uint8_t key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x013780F0, bool, Dictionary_2_System_Byte_System_Object__TryInsert, (Dictionary_2_System_Byte_System_Object_ * __this, uint8_t key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Byte_System_Object__get_Count, (Dictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB088, Dictionary_2_System_Byte_System_Object__get_Count__MethodInfo); DO_APP_FUNC(0x013771E0, Object *, Dictionary_2_System_Byte_System_Object__get_Item, (Dictionary_2_System_Byte_System_Object_ * __this, uint8_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1200, Dictionary_2_System_Byte_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Byte_System_Object_ *, Dictionary_2_System_Byte_System_Object__get_Keys, (Dictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Byte_System_Object_ *, Dictionary_2_System_Byte_System_Object__get_Values, (Dictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_Byte_System_Object__set_Item, (Dictionary_2_System_Byte_System_Object_ * __this, uint8_t key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9B70, Dictionary_2_System_Byte_System_Object__set_Item__MethodInfo); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_ByteEnum_System_Int32___ctor, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_ByteEnum_System_Int32___ctor_1, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, IDictionary_2_System_ByteEnum_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_ByteEnum_System_Int32___ctor_2, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, IEqualityComparer_1_System_ByteEnum_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_ByteEnum_System_Int32___ctor_3, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01379CB0, void, Dictionary_2_System_ByteEnum_System_Int32___ctor_4, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, IDictionary_2_System_ByteEnum_System_Int32_ * dictionary, IEqualityComparer_1_System_ByteEnum_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_ByteEnum_System_Int32___ctor_5, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, int32_t capacity, IEqualityComparer_1_System_ByteEnum_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0137A050, void, Dictionary_2_System_ByteEnum_System_Int32___ctor_6, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_ByteEnum_System_Int32__Add, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, ByteEnum__Enum key, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_ByteEnum_System_Int32__Clear, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_ByteEnum_System_Int32__ContainsKey, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, ByteEnum__Enum key, MethodInfo * method)); DO_APP_FUNC(0x0137A380, bool, Dictionary_2_System_ByteEnum_System_Int32__ContainsValue, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0137A470, void, Dictionary_2_System_ByteEnum_System_Int32__CopyTo, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, KeyValuePair_2_System_ByteEnum_System_Int32___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0137AAB0, int32_t, Dictionary_2_System_ByteEnum_System_Int32__FindEntry, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, ByteEnum__Enum key, MethodInfo * method)); DO_APP_FUNC(0x0137A580, Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Int32_, Dictionary_2_System_ByteEnum_System_Int32__GetEnumerator, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137A700, void, Dictionary_2_System_ByteEnum_System_Int32__GetObjectData, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0137AD30, int32_t, Dictionary_2_System_ByteEnum_System_Int32__Initialize, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_ByteEnum_System_Int32__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x0137B2E0, void, Dictionary_2_System_ByteEnum_System_Int32__OnDeserialization, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x0137BA70, bool, Dictionary_2_System_ByteEnum_System_Int32__Remove, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, ByteEnum__Enum key, MethodInfo * method)); DO_APP_FUNC(0x0137B740, void, Dictionary_2_System_ByteEnum_System_Int32__Resize, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137B7D0, void, Dictionary_2_System_ByteEnum_System_Int32__Resize_1, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x0137A180, void, Dictionary_2_System_ByteEnum_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, KeyValuePair_2_System_ByteEnum_System_Int32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x0137A1A0, bool, Dictionary_2_System_ByteEnum_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, KeyValuePair_2_System_ByteEnum_System_Int32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_ByteEnum_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, KeyValuePair_2_System_ByteEnum_System_Int32___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0137A280, bool, Dictionary_2_System_ByteEnum_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, KeyValuePair_2_System_ByteEnum_System_Int32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_ByteEnum_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_ByteEnum_ *, Dictionary_2_System_ByteEnum_System_Int32__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Int32_ *, Dictionary_2_System_ByteEnum_System_Int32__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137A610, IEnumerator_1_KeyValuePair_2_System_ByteEnum_System_Int32_ *, Dictionary_2_System_ByteEnum_System_Int32__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_ByteEnum_ *, Dictionary_2_System_ByteEnum_System_Int32__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Int32_ *, Dictionary_2_System_ByteEnum_System_Int32__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137BCF0, void, Dictionary_2_System_ByteEnum_System_Int32__System_Collections_ICollection_CopyTo, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_ByteEnum_System_Int32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137C140, Object *, Dictionary_2_System_ByteEnum_System_Int32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137C520, void, Dictionary_2_System_ByteEnum_System_Int32__System_Collections_IDictionary_Add, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013799E0, bool, Dictionary_2_System_ByteEnum_System_Int32__System_Collections_IDictionary_Contains, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0137C710, IDictionaryEnumerator *, Dictionary_2_System_ByteEnum_System_Int32__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379BD0, void, Dictionary_2_System_ByteEnum_System_Int32__System_Collections_IDictionary_Remove, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_ByteEnum_System_Int32__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_ByteEnum_System_Int32__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137C1F0, Object *, Dictionary_2_System_ByteEnum_System_Int32__System_Collections_IDictionary_get_Item, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_ByteEnum_System_Int32__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_ByteEnum_System_Int32__System_Collections_IDictionary_get_Values, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137C330, void, Dictionary_2_System_ByteEnum_System_Int32__System_Collections_IDictionary_set_Item, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0137A610, IEnumerator *, Dictionary_2_System_ByteEnum_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_ByteEnum_System_Int32__TryAdd, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, ByteEnum__Enum key, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0137BC80, bool, Dictionary_2_System_ByteEnum_System_Int32__TryGetValue, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, ByteEnum__Enum key, int32_t * value, MethodInfo * method)); DO_APP_FUNC(0x0137AEB0, bool, Dictionary_2_System_ByteEnum_System_Int32__TryInsert, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, ByteEnum__Enum key, int32_t value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_ByteEnum_System_Int32__get_Count, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137A0E0, int32_t, Dictionary_2_System_ByteEnum_System_Int32__get_Item, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, ByteEnum__Enum key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Int32_ *, Dictionary_2_System_ByteEnum_System_Int32__get_Keys, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Int32_ *, Dictionary_2_System_ByteEnum_System_Int32__get_Values, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_ByteEnum_System_Int32__set_Item, (Dictionary_2_System_ByteEnum_System_Int32_ * __this, ByteEnum__Enum key, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_ByteEnum_System_Object___ctor, (Dictionary_2_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_ByteEnum_System_Object___ctor_1, (Dictionary_2_System_ByteEnum_System_Object_ * __this, IDictionary_2_System_ByteEnum_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_ByteEnum_System_Object___ctor_2, (Dictionary_2_System_ByteEnum_System_Object_ * __this, IEqualityComparer_1_System_ByteEnum_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_ByteEnum_System_Object___ctor_3, (Dictionary_2_System_ByteEnum_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0137C800, void, Dictionary_2_System_ByteEnum_System_Object___ctor_4, (Dictionary_2_System_ByteEnum_System_Object_ * __this, IDictionary_2_System_ByteEnum_System_Object_ * dictionary, IEqualityComparer_1_System_ByteEnum_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_ByteEnum_System_Object___ctor_5, (Dictionary_2_System_ByteEnum_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_System_ByteEnum_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0137CBB0, void, Dictionary_2_System_ByteEnum_System_Object___ctor_6, (Dictionary_2_System_ByteEnum_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_ByteEnum_System_Object__Add, (Dictionary_2_System_ByteEnum_System_Object_ * __this, ByteEnum__Enum key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_ByteEnum_System_Object__Clear, (Dictionary_2_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_ByteEnum_System_Object__ContainsKey, (Dictionary_2_System_ByteEnum_System_Object_ * __this, ByteEnum__Enum key, MethodInfo * method)); DO_APP_FUNC(0x01377520, bool, Dictionary_2_System_ByteEnum_System_Object__ContainsValue, (Dictionary_2_System_ByteEnum_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377650, void, Dictionary_2_System_ByteEnum_System_Object__CopyTo, (Dictionary_2_System_ByteEnum_System_Object_ * __this, KeyValuePair_2_System_ByteEnum_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01377CE0, int32_t, Dictionary_2_System_ByteEnum_System_Object__FindEntry, (Dictionary_2_System_ByteEnum_System_Object_ * __this, ByteEnum__Enum key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Object_, Dictionary_2_System_ByteEnum_System_Object__GetEnumerator, (Dictionary_2_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137CC40, void, Dictionary_2_System_ByteEnum_System_Object__GetObjectData, (Dictionary_2_System_ByteEnum_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0137CFF0, int32_t, Dictionary_2_System_ByteEnum_System_Object__Initialize, (Dictionary_2_System_ByteEnum_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_ByteEnum_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x0137D170, void, Dictionary_2_System_ByteEnum_System_Object__OnDeserialization, (Dictionary_2_System_ByteEnum_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01378D30, bool, Dictionary_2_System_ByteEnum_System_Object__Remove, (Dictionary_2_System_ByteEnum_System_Object_ * __this, ByteEnum__Enum key, MethodInfo * method)); DO_APP_FUNC(0x0137D5E0, void, Dictionary_2_System_ByteEnum_System_Object__Resize, (Dictionary_2_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137D670, void, Dictionary_2_System_ByteEnum_System_Object__Resize_1, (Dictionary_2_System_ByteEnum_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013772E0, void, Dictionary_2_System_ByteEnum_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_ByteEnum_System_Object_ * __this, KeyValuePair_2_System_ByteEnum_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01377300, bool, Dictionary_2_System_ByteEnum_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_ByteEnum_System_Object_ * __this, KeyValuePair_2_System_ByteEnum_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_ByteEnum_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_ByteEnum_System_Object_ * __this, KeyValuePair_2_System_ByteEnum_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013773E0, bool, Dictionary_2_System_ByteEnum_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_ByteEnum_System_Object_ * __this, KeyValuePair_2_System_ByteEnum_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_ByteEnum_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_ByteEnum_ *, Dictionary_2_System_ByteEnum_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_System_ByteEnum_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_System_ByteEnum_System_Object_ *, Dictionary_2_System_ByteEnum_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_ByteEnum_ *, Dictionary_2_System_ByteEnum_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_System_ByteEnum_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137D910, void, Dictionary_2_System_ByteEnum_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_System_ByteEnum_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_ByteEnum_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137DD10, Object *, Dictionary_2_System_ByteEnum_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013797F0, void, Dictionary_2_System_ByteEnum_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_System_ByteEnum_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013799E0, bool, Dictionary_2_System_ByteEnum_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_System_ByteEnum_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_System_ByteEnum_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379BD0, void, Dictionary_2_System_ByteEnum_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_System_ByteEnum_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_ByteEnum_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_ByteEnum_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013794F0, Object *, Dictionary_2_System_ByteEnum_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_System_ByteEnum_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_ByteEnum_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_ByteEnum_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379600, void, Dictionary_2_System_ByteEnum_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_System_ByteEnum_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_System_ByteEnum_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_ByteEnum_System_Object__TryAdd, (Dictionary_2_System_ByteEnum_System_Object_ * __this, ByteEnum__Enum key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01378F50, bool, Dictionary_2_System_ByteEnum_System_Object__TryGetValue, (Dictionary_2_System_ByteEnum_System_Object_ * __this, ByteEnum__Enum key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x013780F0, bool, Dictionary_2_System_ByteEnum_System_Object__TryInsert, (Dictionary_2_System_ByteEnum_System_Object_ * __this, ByteEnum__Enum key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_ByteEnum_System_Object__get_Count, (Dictionary_2_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013771E0, Object *, Dictionary_2_System_ByteEnum_System_Object__get_Item, (Dictionary_2_System_ByteEnum_System_Object_ * __this, ByteEnum__Enum key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Object_ *, Dictionary_2_System_ByteEnum_System_Object__get_Keys, (Dictionary_2_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Object_ *, Dictionary_2_System_ByteEnum_System_Object__get_Values, (Dictionary_2_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_ByteEnum_System_Object__set_Item, (Dictionary_2_System_ByteEnum_System_Object_ * __this, ByteEnum__Enum key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object___ctor, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object___ctor_1, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, IDictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object___ctor_2, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, IEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object___ctor_3, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0137DDC0, void, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object___ctor_4, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, IDictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * dictionary, IEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object___ctor_5, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0137E1A0, void, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object___ctor_6, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0137E340, void, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__Add, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, FrameFormat key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__Clear, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137E5D0, bool, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__ContainsKey, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, FrameFormat key, MethodInfo * method)); DO_APP_FUNC(0x0137E630, bool, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__ContainsValue, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0137E760, void, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__CopyTo, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, KeyValuePair_2_Dissonance_Audio_Playback_FrameFormat_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0137EE70, int32_t, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__FindEntry, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, FrameFormat key, MethodInfo * method)); DO_APP_FUNC(0x0137E910, Dictionary_2_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object_, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__GetEnumerator, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137EAC0, void, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__GetObjectData, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0137F1A0, int32_t, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__Initialize, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x0137F900, void, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__OnDeserialization, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01380110, bool, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__Remove, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, FrameFormat key, MethodInfo * method)); DO_APP_FUNC(0x0137FDA0, void, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__Resize, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137FE30, void, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__Resize_1, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x0137E380, void, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, KeyValuePair_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x0137E3C0, bool, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, KeyValuePair_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, KeyValuePair_2_Dissonance_Audio_Playback_FrameFormat_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0137E4B0, bool, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, KeyValuePair_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_Dissonance_Audio_Playback_FrameFormat_ *, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137E9C0, IEnumerator_1_KeyValuePair_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ *, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_Dissonance_Audio_Playback_FrameFormat_ *, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01380530, void, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01380970, Object *, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01380D70, void, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01380F80, bool, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01381090, IDictionaryEnumerator *, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01381190, void, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01380A20, Object *, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01380B50, void, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0137E9C0, IEnumerator *, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013804D0, bool, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__TryAdd, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, FrameFormat key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01380400, bool, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__TryGetValue, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, FrameFormat key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x0137F320, bool, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__TryInsert, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, FrameFormat key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__get_Count, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137E230, Object *, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__get_Item, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, FrameFormat key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ *, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__get_Keys, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ *, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__get_Values, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137E300, void, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object__set_Item, (Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, FrameFormat key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Guid_System_Object___ctor, (Dictionary_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Guid_System_Object___ctor_1, (Dictionary_2_System_Guid_System_Object_ * __this, IDictionary_2_System_Guid_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Guid_System_Object___ctor_2, (Dictionary_2_System_Guid_System_Object_ * __this, IEqualityComparer_1_System_Guid_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Guid_System_Object___ctor_3, (Dictionary_2_System_Guid_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01381290, void, Dictionary_2_System_Guid_System_Object___ctor_4, (Dictionary_2_System_Guid_System_Object_ * __this, IDictionary_2_System_Guid_System_Object_ * dictionary, IEqualityComparer_1_System_Guid_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Guid_System_Object___ctor_5, (Dictionary_2_System_Guid_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_System_Guid_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01381670, void, Dictionary_2_System_Guid_System_Object___ctor_6, (Dictionary_2_System_Guid_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01371DD0, void, Dictionary_2_System_Guid_System_Object__Add, (Dictionary_2_System_Guid_System_Object_ * __this, Guid key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Guid_System_Object__Clear, (Dictionary_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013720A0, bool, Dictionary_2_System_Guid_System_Object__ContainsKey, (Dictionary_2_System_Guid_System_Object_ * __this, Guid key, MethodInfo * method)); DO_APP_FUNC(0x013720F0, bool, Dictionary_2_System_Guid_System_Object__ContainsValue, (Dictionary_2_System_Guid_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01381700, void, Dictionary_2_System_Guid_System_Object__CopyTo, (Dictionary_2_System_Guid_System_Object_ * __this, KeyValuePair_2_System_Guid_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01381C20, int32_t, Dictionary_2_System_Guid_System_Object__FindEntry, (Dictionary_2_System_Guid_System_Object_ * __this, Guid key, MethodInfo * method)); DO_APP_FUNC(0x013723A0, Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_Object_, Dictionary_2_System_Guid_System_Object__GetEnumerator, (Dictionary_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01381870, void, Dictionary_2_System_Guid_System_Object__GetObjectData, (Dictionary_2_System_Guid_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01381EF0, int32_t, Dictionary_2_System_Guid_System_Object__Initialize, (Dictionary_2_System_Guid_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Guid_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013825E0, void, Dictionary_2_System_Guid_System_Object__OnDeserialization, (Dictionary_2_System_Guid_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01382DA0, bool, Dictionary_2_System_Guid_System_Object__Remove, (Dictionary_2_System_Guid_System_Object_ * __this, Guid key, MethodInfo * method)); DO_APP_FUNC(0x01382A50, void, Dictionary_2_System_Guid_System_Object__Resize, (Dictionary_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01382AE0, void, Dictionary_2_System_Guid_System_Object__Resize_1, (Dictionary_2_System_Guid_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x01371E10, void, Dictionary_2_System_Guid_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Guid_System_Object_ * __this, KeyValuePair_2_System_Guid_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01371E40, bool, Dictionary_2_System_Guid_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Guid_System_Object_ * __this, KeyValuePair_2_System_Guid_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Guid_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Guid_System_Object_ * __this, KeyValuePair_2_System_Guid_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01371F20, bool, Dictionary_2_System_Guid_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Guid_System_Object_ * __this, KeyValuePair_2_System_Guid_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Guid_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Guid_ *, Dictionary_2_System_Guid_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_System_Guid_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator_1_KeyValuePair_2_System_Guid_System_Object_ *, Dictionary_2_System_Guid_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Guid_ *, Dictionary_2_System_Guid_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_System_Guid_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01383050, void, Dictionary_2_System_Guid_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Guid_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Guid_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01383470, Object *, Dictionary_2_System_Guid_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374710, void, Dictionary_2_System_Guid_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_System_Guid_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01374910, bool, Dictionary_2_System_Guid_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_System_Guid_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374A10, IDictionaryEnumerator *, Dictionary_2_System_Guid_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374B10, void, Dictionary_2_System_Guid_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_System_Guid_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Guid_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Guid_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374380, Object *, Dictionary_2_System_Guid_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Guid_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Guid_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Guid_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013744A0, void, Dictionary_2_System_Guid_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Guid_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator *, Dictionary_2_System_Guid_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01373E00, bool, Dictionary_2_System_Guid_System_Object__TryAdd, (Dictionary_2_System_Guid_System_Object_ * __this, Guid key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01373D40, bool, Dictionary_2_System_Guid_System_Object__TryGetValue, (Dictionary_2_System_Guid_System_Object_ * __this, Guid key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x01382070, bool, Dictionary_2_System_Guid_System_Object__TryInsert, (Dictionary_2_System_Guid_System_Object_ * __this, Guid key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Guid_System_Object__get_Count, (Dictionary_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371CE0, Object *, Dictionary_2_System_Guid_System_Object__get_Item, (Dictionary_2_System_Guid_System_Object_ * __this, Guid key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_Object_ *, Dictionary_2_System_Guid_System_Object__get_Keys, (Dictionary_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_Object_ *, Dictionary_2_System_Guid_System_Object__get_Values, (Dictionary_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371D90, void, Dictionary_2_System_Guid_System_Object__set_Item, (Dictionary_2_System_Guid_System_Object_ * __this, Guid key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Guid_System_UInt32___ctor, (Dictionary_2_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B9B0, Dictionary_2_System_Guid_System_UInt32___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Guid_System_UInt32___ctor_1, (Dictionary_2_System_Guid_System_UInt32_ * __this, IDictionary_2_System_Guid_System_UInt32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Guid_System_UInt32___ctor_2, (Dictionary_2_System_Guid_System_UInt32_ * __this, IEqualityComparer_1_System_Guid_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Guid_System_UInt32___ctor_3, (Dictionary_2_System_Guid_System_UInt32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01383520, void, Dictionary_2_System_Guid_System_UInt32___ctor_4, (Dictionary_2_System_Guid_System_UInt32_ * __this, IDictionary_2_System_Guid_System_UInt32_ * dictionary, IEqualityComparer_1_System_Guid_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Guid_System_UInt32___ctor_5, (Dictionary_2_System_Guid_System_UInt32_ * __this, int32_t capacity, IEqualityComparer_1_System_Guid_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013838F0, void, Dictionary_2_System_Guid_System_UInt32___ctor_6, (Dictionary_2_System_Guid_System_UInt32_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01371DD0, void, Dictionary_2_System_Guid_System_UInt32__Add, (Dictionary_2_System_Guid_System_UInt32_ * __this, Guid key, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Guid_System_UInt32__Clear, (Dictionary_2_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013720A0, bool, Dictionary_2_System_Guid_System_UInt32__ContainsKey, (Dictionary_2_System_Guid_System_UInt32_ * __this, Guid key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BA30, Dictionary_2_System_Guid_System_UInt32__ContainsKey__MethodInfo); DO_APP_FUNC(0x01383C50, bool, Dictionary_2_System_Guid_System_UInt32__ContainsValue, (Dictionary_2_System_Guid_System_UInt32_ * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01383D40, void, Dictionary_2_System_Guid_System_UInt32__CopyTo, (Dictionary_2_System_Guid_System_UInt32_ * __this, KeyValuePair_2_System_Guid_System_UInt32___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013843B0, int32_t, Dictionary_2_System_Guid_System_UInt32__FindEntry, (Dictionary_2_System_Guid_System_UInt32_ * __this, Guid key, MethodInfo * method)); DO_APP_FUNC(0x01383E60, Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_UInt32_, Dictionary_2_System_Guid_System_UInt32__GetEnumerator, (Dictionary_2_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01384000, void, Dictionary_2_System_Guid_System_UInt32__GetObjectData, (Dictionary_2_System_Guid_System_UInt32_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01384680, int32_t, Dictionary_2_System_Guid_System_UInt32__Initialize, (Dictionary_2_System_Guid_System_UInt32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Guid_System_UInt32__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x01384D00, void, Dictionary_2_System_Guid_System_UInt32__OnDeserialization, (Dictionary_2_System_Guid_System_UInt32_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013854B0, bool, Dictionary_2_System_Guid_System_UInt32__Remove, (Dictionary_2_System_Guid_System_UInt32_ * __this, Guid key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BA08, Dictionary_2_System_Guid_System_UInt32__Remove__MethodInfo); DO_APP_FUNC(0x01385170, void, Dictionary_2_System_Guid_System_UInt32__Resize, (Dictionary_2_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01385200, void, Dictionary_2_System_Guid_System_UInt32__Resize_1, (Dictionary_2_System_Guid_System_UInt32_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x01383A30, void, Dictionary_2_System_Guid_System_UInt32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Guid_System_UInt32_ * __this, KeyValuePair_2_System_Guid_System_UInt32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01383A60, bool, Dictionary_2_System_Guid_System_UInt32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Guid_System_UInt32_ * __this, KeyValuePair_2_System_Guid_System_UInt32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Guid_System_UInt32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Guid_System_UInt32_ * __this, KeyValuePair_2_System_Guid_System_UInt32___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01383B40, bool, Dictionary_2_System_Guid_System_UInt32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Guid_System_UInt32_ * __this, KeyValuePair_2_System_Guid_System_UInt32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Guid_System_UInt32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Guid_ *, Dictionary_2_System_Guid_System_UInt32__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_UInt32_ *, Dictionary_2_System_Guid_System_UInt32__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01383F00, IEnumerator_1_KeyValuePair_2_System_Guid_System_UInt32_ *, Dictionary_2_System_Guid_System_UInt32__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Guid_ *, Dictionary_2_System_Guid_System_UInt32__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_UInt32_ *, Dictionary_2_System_Guid_System_UInt32__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013857E0, void, Dictionary_2_System_Guid_System_UInt32__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Guid_System_UInt32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Guid_System_UInt32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01385C20, Object *, Dictionary_2_System_Guid_System_UInt32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01386020, void, Dictionary_2_System_Guid_System_UInt32__System_Collections_IDictionary_Add, (Dictionary_2_System_Guid_System_UInt32_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01374910, bool, Dictionary_2_System_Guid_System_UInt32__System_Collections_IDictionary_Contains, (Dictionary_2_System_Guid_System_UInt32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01386210, IDictionaryEnumerator *, Dictionary_2_System_Guid_System_UInt32__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374B10, void, Dictionary_2_System_Guid_System_UInt32__System_Collections_IDictionary_Remove, (Dictionary_2_System_Guid_System_UInt32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Guid_System_UInt32__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Guid_System_UInt32__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01385CD0, Object *, Dictionary_2_System_Guid_System_UInt32__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Guid_System_UInt32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Guid_System_UInt32__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Guid_System_UInt32__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01385E20, void, Dictionary_2_System_Guid_System_UInt32__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Guid_System_UInt32_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01383F00, IEnumerator *, Dictionary_2_System_Guid_System_UInt32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01373E00, bool, Dictionary_2_System_Guid_System_UInt32__TryAdd, (Dictionary_2_System_Guid_System_UInt32_ * __this, Guid key, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01385760, bool, Dictionary_2_System_Guid_System_UInt32__TryGetValue, (Dictionary_2_System_Guid_System_UInt32_ * __this, Guid key, uint32_t * value, MethodInfo * method)); DO_APP_FUNC(0x01384800, bool, Dictionary_2_System_Guid_System_UInt32__TryInsert, (Dictionary_2_System_Guid_System_UInt32_ * __this, Guid key, uint32_t value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Guid_System_UInt32__get_Count, (Dictionary_2_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01383980, uint32_t, Dictionary_2_System_Guid_System_UInt32__get_Item, (Dictionary_2_System_Guid_System_UInt32_ * __this, Guid key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B9F8, Dictionary_2_System_Guid_System_UInt32__get_Item__MethodInfo); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_UInt32_ *, Dictionary_2_System_Guid_System_UInt32__get_Keys, (Dictionary_2_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_UInt32_ *, Dictionary_2_System_Guid_System_UInt32__get_Values, (Dictionary_2_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371D90, void, Dictionary_2_System_Guid_System_UInt32__set_Item, (Dictionary_2_System_Guid_System_UInt32_ * __this, Guid key, uint32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BA18, Dictionary_2_System_Guid_System_UInt32__set_Item__MethodInfo); DO_APP_FUNC(0x0101B110, void, Dictionary_2_UnityEngine_Hash128_System_Object___ctor, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_UnityEngine_Hash128_System_Object___ctor_1, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, IDictionary_2_UnityEngine_Hash128_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_UnityEngine_Hash128_System_Object___ctor_2, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, IEqualityComparer_1_UnityEngine_Hash128_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_UnityEngine_Hash128_System_Object___ctor_3, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01386310, void, Dictionary_2_UnityEngine_Hash128_System_Object___ctor_4, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, IDictionary_2_UnityEngine_Hash128_System_Object_ * dictionary, IEqualityComparer_1_UnityEngine_Hash128_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_UnityEngine_Hash128_System_Object___ctor_5, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_UnityEngine_Hash128_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013866F0, void, Dictionary_2_UnityEngine_Hash128_System_Object___ctor_6, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01371DD0, void, Dictionary_2_UnityEngine_Hash128_System_Object__Add, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, Hash128 key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_UnityEngine_Hash128_System_Object__Clear, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013720A0, bool, Dictionary_2_UnityEngine_Hash128_System_Object__ContainsKey, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, Hash128 key, MethodInfo * method)); DO_APP_FUNC(0x013720F0, bool, Dictionary_2_UnityEngine_Hash128_System_Object__ContainsValue, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01386780, void, Dictionary_2_UnityEngine_Hash128_System_Object__CopyTo, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, KeyValuePair_2_UnityEngine_Hash128_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01386CA0, int32_t, Dictionary_2_UnityEngine_Hash128_System_Object__FindEntry, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, Hash128 key, MethodInfo * method)); DO_APP_FUNC(0x013723A0, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object_, Dictionary_2_UnityEngine_Hash128_System_Object__GetEnumerator, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013868F0, void, Dictionary_2_UnityEngine_Hash128_System_Object__GetObjectData, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01386F70, int32_t, Dictionary_2_UnityEngine_Hash128_System_Object__Initialize, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_UnityEngine_Hash128_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013875E0, void, Dictionary_2_UnityEngine_Hash128_System_Object__OnDeserialization, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01387DB0, bool, Dictionary_2_UnityEngine_Hash128_System_Object__Remove, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, Hash128 key, MethodInfo * method)); DO_APP_FUNC(0x01387A50, void, Dictionary_2_UnityEngine_Hash128_System_Object__Resize, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01387AE0, void, Dictionary_2_UnityEngine_Hash128_System_Object__Resize_1, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x01371E10, void, Dictionary_2_UnityEngine_Hash128_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, KeyValuePair_2_UnityEngine_Hash128_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01371E40, bool, Dictionary_2_UnityEngine_Hash128_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, KeyValuePair_2_UnityEngine_Hash128_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_UnityEngine_Hash128_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, KeyValuePair_2_UnityEngine_Hash128_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01371F20, bool, Dictionary_2_UnityEngine_Hash128_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, KeyValuePair_2_UnityEngine_Hash128_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_Hash128_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_UnityEngine_Hash128_ *, Dictionary_2_UnityEngine_Hash128_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_UnityEngine_Hash128_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator_1_KeyValuePair_2_UnityEngine_Hash128_System_Object_ *, Dictionary_2_UnityEngine_Hash128_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_UnityEngine_Hash128_ *, Dictionary_2_UnityEngine_Hash128_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_UnityEngine_Hash128_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01388070, void, Dictionary_2_UnityEngine_Hash128_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_Hash128_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01388490, Object *, Dictionary_2_UnityEngine_Hash128_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374710, void, Dictionary_2_UnityEngine_Hash128_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01374910, bool, Dictionary_2_UnityEngine_Hash128_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374A10, IDictionaryEnumerator *, Dictionary_2_UnityEngine_Hash128_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374B10, void, Dictionary_2_UnityEngine_Hash128_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_Hash128_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_Hash128_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374380, Object *, Dictionary_2_UnityEngine_Hash128_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_UnityEngine_Hash128_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_UnityEngine_Hash128_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013744A0, void, Dictionary_2_UnityEngine_Hash128_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator *, Dictionary_2_UnityEngine_Hash128_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01373E00, bool, Dictionary_2_UnityEngine_Hash128_System_Object__TryAdd, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, Hash128 key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01373D40, bool, Dictionary_2_UnityEngine_Hash128_System_Object__TryGetValue, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, Hash128 key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x013870F0, bool, Dictionary_2_UnityEngine_Hash128_System_Object__TryInsert, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, Hash128 key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_UnityEngine_Hash128_System_Object__get_Count, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371CE0, Object *, Dictionary_2_UnityEngine_Hash128_System_Object__get_Item, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, Hash128 key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Hash128_System_Object_ *, Dictionary_2_UnityEngine_Hash128_System_Object__get_Keys, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Hash128_System_Object_ *, Dictionary_2_UnityEngine_Hash128_System_Object__get_Values, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371D90, void, Dictionary_2_UnityEngine_Hash128_System_Object__set_Item, (Dictionary_2_UnityEngine_Hash128_System_Object_ * __this, Hash128 key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_Pathfinding_Int2_System_Int32___ctor, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82628, Dictionary_2_Pathfinding_Int2_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_Pathfinding_Int2_System_Int32___ctor_1, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, IDictionary_2_Pathfinding_Int2_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_Pathfinding_Int2_System_Int32___ctor_2, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, IEqualityComparer_1_Pathfinding_Int2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_Pathfinding_Int2_System_Int32___ctor_3, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01388540, void, Dictionary_2_Pathfinding_Int2_System_Int32___ctor_4, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, IDictionary_2_Pathfinding_Int2_System_Int32_ * dictionary, IEqualityComparer_1_Pathfinding_Int2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_Pathfinding_Int2_System_Int32___ctor_5, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, int32_t capacity, IEqualityComparer_1_Pathfinding_Int2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01388900, void, Dictionary_2_Pathfinding_Int2_System_Int32___ctor_6, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_Pathfinding_Int2_System_Int32__Add, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, Int2 key, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80390, Dictionary_2_Pathfinding_Int2_System_Int32__Add__MethodInfo); DO_APP_FUNC(0x01372030, void, Dictionary_2_Pathfinding_Int2_System_Int32__Clear, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80380, Dictionary_2_Pathfinding_Int2_System_Int32__Clear__MethodInfo); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_Pathfinding_Int2_System_Int32__ContainsKey, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, Int2 key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80358, Dictionary_2_Pathfinding_Int2_System_Int32__ContainsKey__MethodInfo); DO_APP_FUNC(0x01388C20, bool, Dictionary_2_Pathfinding_Int2_System_Int32__ContainsValue, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01388D10, void, Dictionary_2_Pathfinding_Int2_System_Int32__CopyTo, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, KeyValuePair_2_Pathfinding_Int2_System_Int32___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01389370, int32_t, Dictionary_2_Pathfinding_Int2_System_Int32__FindEntry, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, Int2 key, MethodInfo * method)); DO_APP_FUNC(0x01388E30, Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32_, Dictionary_2_Pathfinding_Int2_System_Int32__GetEnumerator, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01388FC0, void, Dictionary_2_Pathfinding_Int2_System_Int32__GetObjectData, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01389620, int32_t, Dictionary_2_Pathfinding_Int2_System_Int32__Initialize, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_Pathfinding_Int2_System_Int32__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x01389BF0, void, Dictionary_2_Pathfinding_Int2_System_Int32__OnDeserialization, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x0138A3A0, bool, Dictionary_2_Pathfinding_Int2_System_Int32__Remove, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, Int2 key, MethodInfo * method)); DO_APP_FUNC(0x0138A060, void, Dictionary_2_Pathfinding_Int2_System_Int32__Resize, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138A0F0, void, Dictionary_2_Pathfinding_Int2_System_Int32__Resize_1, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x01388A30, void, Dictionary_2_Pathfinding_Int2_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, KeyValuePair_2_Pathfinding_Int2_System_Int32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01388A50, bool, Dictionary_2_Pathfinding_Int2_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, KeyValuePair_2_Pathfinding_Int2_System_Int32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_Pathfinding_Int2_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, KeyValuePair_2_Pathfinding_Int2_System_Int32___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01388B20, bool, Dictionary_2_Pathfinding_Int2_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, KeyValuePair_2_Pathfinding_Int2_System_Int32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Pathfinding_Int2_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_Pathfinding_Int2_ *, Dictionary_2_Pathfinding_Int2_System_Int32__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Int32_ *, Dictionary_2_Pathfinding_Int2_System_Int32__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01388ED0, IEnumerator_1_KeyValuePair_2_Pathfinding_Int2_System_Int32_ *, Dictionary_2_Pathfinding_Int2_System_Int32__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_Pathfinding_Int2_ *, Dictionary_2_Pathfinding_Int2_System_Int32__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Int32_ *, Dictionary_2_Pathfinding_Int2_System_Int32__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138A640, void, Dictionary_2_Pathfinding_Int2_System_Int32__System_Collections_ICollection_CopyTo, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Pathfinding_Int2_System_Int32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138AA70, Object *, Dictionary_2_Pathfinding_Int2_System_Int32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138AE50, void, Dictionary_2_Pathfinding_Int2_System_Int32__System_Collections_IDictionary_Add, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0138B040, bool, Dictionary_2_Pathfinding_Int2_System_Int32__System_Collections_IDictionary_Contains, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0138B140, IDictionaryEnumerator *, Dictionary_2_Pathfinding_Int2_System_Int32__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138B230, void, Dictionary_2_Pathfinding_Int2_System_Int32__System_Collections_IDictionary_Remove, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Pathfinding_Int2_System_Int32__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Pathfinding_Int2_System_Int32__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138AB20, Object *, Dictionary_2_Pathfinding_Int2_System_Int32__System_Collections_IDictionary_get_Item, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_Pathfinding_Int2_System_Int32__System_Collections_IDictionary_get_Keys, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_Pathfinding_Int2_System_Int32__System_Collections_IDictionary_get_Values, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138AC60, void, Dictionary_2_Pathfinding_Int2_System_Int32__System_Collections_IDictionary_set_Item, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01388ED0, IEnumerator *, Dictionary_2_Pathfinding_Int2_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_Pathfinding_Int2_System_Int32__TryAdd, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, Int2 key, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0138A5D0, bool, Dictionary_2_Pathfinding_Int2_System_Int32__TryGetValue, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, Int2 key, int32_t * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80348, Dictionary_2_Pathfinding_Int2_System_Int32__TryGetValue__MethodInfo); DO_APP_FUNC(0x013897A0, bool, Dictionary_2_Pathfinding_Int2_System_Int32__TryInsert, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, Int2 key, int32_t value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_Pathfinding_Int2_System_Int32__get_Count, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01388990, int32_t, Dictionary_2_Pathfinding_Int2_System_Int32__get_Item, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, Int2 key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int2_System_Int32_ *, Dictionary_2_Pathfinding_Int2_System_Int32__get_Keys, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int2_System_Int32_ *, Dictionary_2_Pathfinding_Int2_System_Int32__get_Values, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_Pathfinding_Int2_System_Int32__set_Item, (Dictionary_2_Pathfinding_Int2_System_Int32_ * __this, Int2 key, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82688, Dictionary_2_Pathfinding_Int2_System_Int32__set_Item__MethodInfo); DO_APP_FUNC(0x0101B110, void, Dictionary_2_Pathfinding_Int3_System_Int32___ctor, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D960, Dictionary_2_Pathfinding_Int3_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_Pathfinding_Int3_System_Int32___ctor_1, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, IDictionary_2_Pathfinding_Int3_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_Pathfinding_Int3_System_Int32___ctor_2, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, IEqualityComparer_1_Pathfinding_Int3_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_Pathfinding_Int3_System_Int32___ctor_3, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0138B310, void, Dictionary_2_Pathfinding_Int3_System_Int32___ctor_4, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, IDictionary_2_Pathfinding_Int3_System_Int32_ * dictionary, IEqualityComparer_1_Pathfinding_Int3_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_Pathfinding_Int3_System_Int32___ctor_5, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, int32_t capacity, IEqualityComparer_1_Pathfinding_Int3_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0138B6F0, void, Dictionary_2_Pathfinding_Int3_System_Int32___ctor_6, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0138B880, void, Dictionary_2_Pathfinding_Int3_System_Int32__Add, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, Int3 key, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D9F8, Dictionary_2_Pathfinding_Int3_System_Int32__Add__MethodInfo); DO_APP_FUNC(0x01372030, void, Dictionary_2_Pathfinding_Int3_System_Int32__Clear, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D9F0, Dictionary_2_Pathfinding_Int3_System_Int32__Clear__MethodInfo); DO_APP_FUNC(0x0138BB00, bool, Dictionary_2_Pathfinding_Int3_System_Int32__ContainsKey, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, Int3 key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85240, Dictionary_2_Pathfinding_Int3_System_Int32__ContainsKey__MethodInfo); DO_APP_FUNC(0x0138BB50, bool, Dictionary_2_Pathfinding_Int3_System_Int32__ContainsValue, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0138BC40, void, Dictionary_2_Pathfinding_Int3_System_Int32__CopyTo, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, KeyValuePair_2_Pathfinding_Int3_System_Int32___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0138C120, int32_t, Dictionary_2_Pathfinding_Int3_System_Int32__FindEntry, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, Int3 key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32_, Dictionary_2_Pathfinding_Int3_System_Int32__GetEnumerator, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138BD70, void, Dictionary_2_Pathfinding_Int3_System_Int32__GetObjectData, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0138C450, int32_t, Dictionary_2_Pathfinding_Int3_System_Int32__Initialize, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_Pathfinding_Int3_System_Int32__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x0138CB50, void, Dictionary_2_Pathfinding_Int3_System_Int32__OnDeserialization, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x0138D320, bool, Dictionary_2_Pathfinding_Int3_System_Int32__Remove, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, Int3 key, MethodInfo * method)); DO_APP_FUNC(0x0138CFD0, void, Dictionary_2_Pathfinding_Int3_System_Int32__Resize, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138D060, void, Dictionary_2_Pathfinding_Int3_System_Int32__Resize_1, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x0138B8C0, void, Dictionary_2_Pathfinding_Int3_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, KeyValuePair_2_Pathfinding_Int3_System_Int32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x0138B900, bool, Dictionary_2_Pathfinding_Int3_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, KeyValuePair_2_Pathfinding_Int3_System_Int32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_Pathfinding_Int3_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, KeyValuePair_2_Pathfinding_Int3_System_Int32___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0138B9E0, bool, Dictionary_2_Pathfinding_Int3_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, KeyValuePair_2_Pathfinding_Int3_System_Int32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Pathfinding_Int3_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_Pathfinding_Int3_ *, Dictionary_2_Pathfinding_Int3_System_Int32__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Int32_ *, Dictionary_2_Pathfinding_Int3_System_Int32__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_Pathfinding_Int3_System_Int32_ *, Dictionary_2_Pathfinding_Int3_System_Int32__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_Pathfinding_Int3_ *, Dictionary_2_Pathfinding_Int3_System_Int32__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Int32_ *, Dictionary_2_Pathfinding_Int3_System_Int32__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138D710, void, Dictionary_2_Pathfinding_Int3_System_Int32__System_Collections_ICollection_CopyTo, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Pathfinding_Int3_System_Int32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138DB50, Object *, Dictionary_2_Pathfinding_Int3_System_Int32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138DF60, void, Dictionary_2_Pathfinding_Int3_System_Int32__System_Collections_IDictionary_Add, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0138E170, bool, Dictionary_2_Pathfinding_Int3_System_Int32__System_Collections_IDictionary_Contains, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_Pathfinding_Int3_System_Int32__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138E280, void, Dictionary_2_Pathfinding_Int3_System_Int32__System_Collections_IDictionary_Remove, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Pathfinding_Int3_System_Int32__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Pathfinding_Int3_System_Int32__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138DC00, Object *, Dictionary_2_Pathfinding_Int3_System_Int32__System_Collections_IDictionary_get_Item, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_Pathfinding_Int3_System_Int32__System_Collections_IDictionary_get_Keys, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_Pathfinding_Int3_System_Int32__System_Collections_IDictionary_get_Values, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138DD50, void, Dictionary_2_Pathfinding_Int3_System_Int32__System_Collections_IDictionary_set_Item, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_Pathfinding_Int3_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138D6B0, bool, Dictionary_2_Pathfinding_Int3_System_Int32__TryAdd, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, Int3 key, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0138D620, bool, Dictionary_2_Pathfinding_Int3_System_Int32__TryGetValue, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, Int3 key, int32_t * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D9C0, Dictionary_2_Pathfinding_Int3_System_Int32__TryGetValue__MethodInfo); DO_APP_FUNC(0x0138C5D0, bool, Dictionary_2_Pathfinding_Int3_System_Int32__TryInsert, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, Int3 key, int32_t value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_Pathfinding_Int3_System_Int32__get_Count, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138B780, int32_t, Dictionary_2_Pathfinding_Int3_System_Int32__get_Item, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, Int3 key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85228, Dictionary_2_Pathfinding_Int3_System_Int32__get_Item__MethodInfo); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int3_System_Int32_ *, Dictionary_2_Pathfinding_Int3_System_Int32__get_Keys, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int3_System_Int32_ *, Dictionary_2_Pathfinding_Int3_System_Int32__get_Values, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138B840, void, Dictionary_2_Pathfinding_Int3_System_Int32__set_Item, (Dictionary_2_Pathfinding_Int3_System_Int32_ * __this, Int3 key, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo___ctor, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo___ctor_1, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, IDictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo___ctor_2, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo___ctor_3, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0138E380, void, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo___ctor_4, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, IDictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * dictionary, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo___ctor_5, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, int32_t capacity, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0138E740, void, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo___ctor_6, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__Add, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, int32_t key, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__Clear, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__ContainsKey, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x0138EA60, bool, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__ContainsValue, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x0138EB50, void, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__CopyTo, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, KeyValuePair_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0138F020, int32_t, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__FindEntry, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x01388E30, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__GetEnumerator, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138EC70, void, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__GetObjectData, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0138F2A0, int32_t, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__Initialize, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x0138F850, void, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__OnDeserialization, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x0138FFF0, bool, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__Remove, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x0138FCC0, void, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__Resize, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138FD50, void, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__Resize_1, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x0138E870, void, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, KeyValuePair_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x0138E890, bool, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, KeyValuePair_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, KeyValuePair_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0138E960, bool, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, KeyValuePair_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Int32_ *, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ *, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01388ED0, IEnumerator_1_KeyValuePair_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ *, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Int32_ *, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ *, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390280, void, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013906B0, Object *, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390A90, void, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_IDictionary_Add, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_IDictionary_Contains, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0138B140, IDictionaryEnumerator *, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_IDictionary_Remove, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390760, Object *, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013908A0, void, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01388ED0, IEnumerator *, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__TryAdd, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, int32_t key, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01390200, bool, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__TryGetValue, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, int32_t key, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x0138F420, bool, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__TryInsert, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, int32_t key, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_ value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__get_Count, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138E7D0, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__get_Item, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ *, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__get_Keys, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ *, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__get_Values, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__set_Item, (Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, int32_t key, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Int32_System_ValueTuple_2___ctor, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DB20, Dictionary_2_System_Int32_System_ValueTuple_2___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Int32_System_ValueTuple_2___ctor_1, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, IDictionary_2_System_Int32_System_ValueTuple_2_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Int32_System_ValueTuple_2___ctor_2, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Int32_System_ValueTuple_2___ctor_3, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01390E60, void, Dictionary_2_System_Int32_System_ValueTuple_2___ctor_4, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, IDictionary_2_System_Int32_System_ValueTuple_2_ * dictionary, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Int32_System_ValueTuple_2___ctor_5, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, int32_t capacity, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01391270, void, Dictionary_2_System_Int32_System_ValueTuple_2___ctor_6, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01391410, void, Dictionary_2_System_Int32_System_ValueTuple_2__Add, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, int32_t key, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DA38, Dictionary_2_System_Int32_System_ValueTuple_2__Add__MethodInfo); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Int32_System_ValueTuple_2__Clear, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DA68, Dictionary_2_System_Int32_System_ValueTuple_2__Clear__MethodInfo); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Int32_System_ValueTuple_2__ContainsKey, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x013916E0, bool, Dictionary_2_System_Int32_System_ValueTuple_2__ContainsValue, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ value, MethodInfo * method)); DO_APP_FUNC(0x01391810, void, Dictionary_2_System_Int32_System_ValueTuple_2__CopyTo, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, KeyValuePair_2_System_Int32_System_ValueTuple_2__2__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01391EC0, int32_t, Dictionary_2_System_Int32_System_ValueTuple_2__FindEntry, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x01391960, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_, Dictionary_2_System_Int32_System_ValueTuple_2__GetEnumerator, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01391B10, void, Dictionary_2_System_Int32_System_ValueTuple_2__GetObjectData, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01392140, int32_t, Dictionary_2_System_Int32_System_ValueTuple_2__Initialize, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Int32_System_ValueTuple_2__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x01392710, void, Dictionary_2_System_Int32_System_ValueTuple_2__OnDeserialization, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01392ED0, bool, Dictionary_2_System_Int32_System_ValueTuple_2__Remove, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x01392BA0, void, Dictionary_2_System_Int32_System_ValueTuple_2__Resize, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01392C30, void, Dictionary_2_System_Int32_System_ValueTuple_2__Resize_1, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x01391460, void, Dictionary_2_System_Int32_System_ValueTuple_2__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, KeyValuePair_2_System_Int32_System_ValueTuple_2__2 keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013914A0, bool, Dictionary_2_System_Int32_System_ValueTuple_2__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, KeyValuePair_2_System_Int32_System_ValueTuple_2__2 keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Int32_System_ValueTuple_2__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, KeyValuePair_2_System_Int32_System_ValueTuple_2__2__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013915B0, bool, Dictionary_2_System_Int32_System_ValueTuple_2__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, KeyValuePair_2_System_Int32_System_ValueTuple_2__2 keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_ValueTuple_2__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Int32_ *, Dictionary_2_System_Int32_System_ValueTuple_2__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_ValueTuple_2__4 *, Dictionary_2_System_Int32_System_ValueTuple_2__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01391A10, IEnumerator_1_KeyValuePair_2_System_Int32_System_ValueTuple_2__2 *, Dictionary_2_System_Int32_System_ValueTuple_2__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Int32_ *, Dictionary_2_System_Int32_System_ValueTuple_2__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_ValueTuple_2__4 *, Dictionary_2_System_Int32_System_ValueTuple_2__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013931D0, void, Dictionary_2_System_Int32_System_ValueTuple_2__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_ValueTuple_2__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01393660, Object *, Dictionary_2_System_Int32_System_ValueTuple_2__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01393A80, void, Dictionary_2_System_Int32_System_ValueTuple_2__System_Collections_IDictionary_Add, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_System_Int32_System_ValueTuple_2__System_Collections_IDictionary_Contains, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01393C80, IDictionaryEnumerator *, Dictionary_2_System_Int32_System_ValueTuple_2__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_System_Int32_System_ValueTuple_2__System_Collections_IDictionary_Remove, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_ValueTuple_2__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_ValueTuple_2__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01393710, Object *, Dictionary_2_System_Int32_System_ValueTuple_2__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Int32_System_ValueTuple_2__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Int32_System_ValueTuple_2__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01393870, void, Dictionary_2_System_Int32_System_ValueTuple_2__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01391A10, IEnumerator *, Dictionary_2_System_Int32_System_ValueTuple_2__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01393170, bool, Dictionary_2_System_Int32_System_ValueTuple_2__TryAdd, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, int32_t key, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ value, MethodInfo * method)); DO_APP_FUNC(0x013930E0, bool, Dictionary_2_System_Int32_System_ValueTuple_2__TryGetValue, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, int32_t key, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D9C0, Dictionary_2_System_Int32_System_ValueTuple_2__TryGetValue__MethodInfo); DO_APP_FUNC(0x013922C0, bool, Dictionary_2_System_Int32_System_ValueTuple_2__TryInsert, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, int32_t key, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Int32_System_ValueTuple_2__get_Count, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01391300, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_, Dictionary_2_System_Int32_System_ValueTuple_2__get_Item, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ValueTuple_2_ *, Dictionary_2_System_Int32_System_ValueTuple_2__get_Keys, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ValueTuple_2_ *, Dictionary_2_System_Int32_System_ValueTuple_2__get_Values, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013913C0, void, Dictionary_2_System_Int32_System_ValueTuple_2__set_Item, (Dictionary_2_System_Int32_System_ValueTuple_2_ * __this, int32_t key, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D9E0, Dictionary_2_System_Int32_System_ValueTuple_2__set_Item__MethodInfo); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Int32_System_Boolean___ctor, (Dictionary_2_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54E90, Dictionary_2_System_Int32_System_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Int32_System_Boolean___ctor_1, (Dictionary_2_System_Int32_System_Boolean_ * __this, IDictionary_2_System_Int32_System_Boolean_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Int32_System_Boolean___ctor_2, (Dictionary_2_System_Int32_System_Boolean_ * __this, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Int32_System_Boolean___ctor_3, (Dictionary_2_System_Int32_System_Boolean_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B880, Dictionary_2_System_Int32_System_Boolean___ctor_3__MethodInfo); DO_APP_FUNC(0x01393D80, void, Dictionary_2_System_Int32_System_Boolean___ctor_4, (Dictionary_2_System_Int32_System_Boolean_ * __this, IDictionary_2_System_Int32_System_Boolean_ * dictionary, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Int32_System_Boolean___ctor_5, (Dictionary_2_System_Int32_System_Boolean_ * __this, int32_t capacity, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01394120, void, Dictionary_2_System_Int32_System_Boolean___ctor_6, (Dictionary_2_System_Int32_System_Boolean_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_Int32_System_Boolean__Add, (Dictionary_2_System_Int32_System_Boolean_ * __this, int32_t key, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B8A0, Dictionary_2_System_Int32_System_Boolean__Add__MethodInfo); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Int32_System_Boolean__Clear, (Dictionary_2_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B898, Dictionary_2_System_Int32_System_Boolean__Clear__MethodInfo); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Int32_System_Boolean__ContainsKey, (Dictionary_2_System_Int32_System_Boolean_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x01394430, bool, Dictionary_2_System_Int32_System_Boolean__ContainsValue, (Dictionary_2_System_Int32_System_Boolean_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01394520, void, Dictionary_2_System_Int32_System_Boolean__CopyTo, (Dictionary_2_System_Int32_System_Boolean_ * __this, KeyValuePair_2_System_Int32_System_Boolean___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013949E0, int32_t, Dictionary_2_System_Int32_System_Boolean__FindEntry, (Dictionary_2_System_Int32_System_Boolean_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x0137A580, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Boolean_, Dictionary_2_System_Int32_System_Boolean__GetEnumerator, (Dictionary_2_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01394630, void, Dictionary_2_System_Int32_System_Boolean__GetObjectData, (Dictionary_2_System_Int32_System_Boolean_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01394C60, int32_t, Dictionary_2_System_Int32_System_Boolean__Initialize, (Dictionary_2_System_Int32_System_Boolean_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Int32_System_Boolean__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x01395200, void, Dictionary_2_System_Int32_System_Boolean__OnDeserialization, (Dictionary_2_System_Int32_System_Boolean_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01395990, bool, Dictionary_2_System_Int32_System_Boolean__Remove, (Dictionary_2_System_Int32_System_Boolean_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B888, Dictionary_2_System_Int32_System_Boolean__Remove__MethodInfo); DO_APP_FUNC(0x01395660, void, Dictionary_2_System_Int32_System_Boolean__Resize, (Dictionary_2_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013956F0, void, Dictionary_2_System_Int32_System_Boolean__Resize_1, (Dictionary_2_System_Int32_System_Boolean_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x0137A180, void, Dictionary_2_System_Int32_System_Boolean__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Int32_System_Boolean_ * __this, KeyValuePair_2_System_Int32_System_Boolean_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01394250, bool, Dictionary_2_System_Int32_System_Boolean__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Int32_System_Boolean_ * __this, KeyValuePair_2_System_Int32_System_Boolean_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Int32_System_Boolean__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Int32_System_Boolean_ * __this, KeyValuePair_2_System_Int32_System_Boolean___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01394330, bool, Dictionary_2_System_Int32_System_Boolean__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Int32_System_Boolean_ * __this, KeyValuePair_2_System_Int32_System_Boolean_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Boolean__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Int32_ *, Dictionary_2_System_Int32_System_Boolean__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Boolean_ *, Dictionary_2_System_Int32_System_Boolean__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137A610, IEnumerator_1_KeyValuePair_2_System_Int32_System_Boolean_ *, Dictionary_2_System_Int32_System_Boolean__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Int32_ *, Dictionary_2_System_Int32_System_Boolean__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Boolean_ *, Dictionary_2_System_Int32_System_Boolean__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01395C10, void, Dictionary_2_System_Int32_System_Boolean__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Int32_System_Boolean_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Boolean__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01396060, Object *, Dictionary_2_System_Int32_System_Boolean__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01396440, void, Dictionary_2_System_Int32_System_Boolean__System_Collections_IDictionary_Add, (Dictionary_2_System_Int32_System_Boolean_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_System_Int32_System_Boolean__System_Collections_IDictionary_Contains, (Dictionary_2_System_Int32_System_Boolean_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0137C710, IDictionaryEnumerator *, Dictionary_2_System_Int32_System_Boolean__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_System_Int32_System_Boolean__System_Collections_IDictionary_Remove, (Dictionary_2_System_Int32_System_Boolean_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Boolean__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Boolean__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01396110, Object *, Dictionary_2_System_Int32_System_Boolean__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Int32_System_Boolean_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Int32_System_Boolean__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Int32_System_Boolean__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01396250, void, Dictionary_2_System_Int32_System_Boolean__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Int32_System_Boolean_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0137A610, IEnumerator *, Dictionary_2_System_Int32_System_Boolean__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_Int32_System_Boolean__TryAdd, (Dictionary_2_System_Int32_System_Boolean_ * __this, int32_t key, bool value, MethodInfo * method)); DO_APP_FUNC(0x01395BA0, bool, Dictionary_2_System_Int32_System_Boolean__TryGetValue, (Dictionary_2_System_Int32_System_Boolean_ * __this, int32_t key, bool * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54DA8, Dictionary_2_System_Int32_System_Boolean__TryGetValue__MethodInfo); DO_APP_FUNC(0x01394DE0, bool, Dictionary_2_System_Int32_System_Boolean__TryInsert, (Dictionary_2_System_Int32_System_Boolean_ * __this, int32_t key, bool value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Int32_System_Boolean__get_Count, (Dictionary_2_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013941B0, bool, Dictionary_2_System_Int32_System_Boolean__get_Item, (Dictionary_2_System_Int32_System_Boolean_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Boolean_ *, Dictionary_2_System_Int32_System_Boolean__get_Keys, (Dictionary_2_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Boolean_ *, Dictionary_2_System_Int32_System_Boolean__get_Values, (Dictionary_2_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_Int32_System_Boolean__set_Item, (Dictionary_2_System_Int32_System_Boolean_ * __this, int32_t key, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54D70, Dictionary_2_System_Int32_System_Boolean__set_Item__MethodInfo); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Int32_System_ByteEnum___ctor, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Int32_System_ByteEnum___ctor_1, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, IDictionary_2_System_Int32_System_ByteEnum_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Int32_System_ByteEnum___ctor_2, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Int32_System_ByteEnum___ctor_3, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01396630, void, Dictionary_2_System_Int32_System_ByteEnum___ctor_4, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, IDictionary_2_System_Int32_System_ByteEnum_ * dictionary, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Int32_System_ByteEnum___ctor_5, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, int32_t capacity, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013969D0, void, Dictionary_2_System_Int32_System_ByteEnum___ctor_6, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_Int32_System_ByteEnum__Add, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, int32_t key, ByteEnum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Int32_System_ByteEnum__Clear, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Int32_System_ByteEnum__ContainsKey, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x01396A60, bool, Dictionary_2_System_Int32_System_ByteEnum__ContainsValue, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, ByteEnum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01394520, void, Dictionary_2_System_Int32_System_ByteEnum__CopyTo, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, KeyValuePair_2_System_Int32_System_ByteEnum___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013949E0, int32_t, Dictionary_2_System_Int32_System_ByteEnum__FindEntry, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x0137A580, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ByteEnum_, Dictionary_2_System_Int32_System_ByteEnum__GetEnumerator, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01396B50, void, Dictionary_2_System_Int32_System_ByteEnum__GetObjectData, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01396F00, int32_t, Dictionary_2_System_Int32_System_ByteEnum__Initialize, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Int32_System_ByteEnum__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x01397080, void, Dictionary_2_System_Int32_System_ByteEnum__OnDeserialization, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01395990, bool, Dictionary_2_System_Int32_System_ByteEnum__Remove, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x013974E0, void, Dictionary_2_System_Int32_System_ByteEnum__Resize, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01397570, void, Dictionary_2_System_Int32_System_ByteEnum__Resize_1, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x0137A180, void, Dictionary_2_System_Int32_System_ByteEnum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, KeyValuePair_2_System_Int32_System_ByteEnum_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01394250, bool, Dictionary_2_System_Int32_System_ByteEnum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, KeyValuePair_2_System_Int32_System_ByteEnum_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Int32_System_ByteEnum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, KeyValuePair_2_System_Int32_System_ByteEnum___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01394330, bool, Dictionary_2_System_Int32_System_ByteEnum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, KeyValuePair_2_System_Int32_System_ByteEnum_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_ByteEnum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Int32_ *, Dictionary_2_System_Int32_System_ByteEnum__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_ByteEnum_ *, Dictionary_2_System_Int32_System_ByteEnum__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137A610, IEnumerator_1_KeyValuePair_2_System_Int32_System_ByteEnum_ *, Dictionary_2_System_Int32_System_ByteEnum__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Int32_ *, Dictionary_2_System_Int32_System_ByteEnum__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_ByteEnum_ *, Dictionary_2_System_Int32_System_ByteEnum__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01397810, void, Dictionary_2_System_Int32_System_ByteEnum__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_ByteEnum__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01397C60, Object *, Dictionary_2_System_Int32_System_ByteEnum__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01396440, void, Dictionary_2_System_Int32_System_ByteEnum__System_Collections_IDictionary_Add, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_System_Int32_System_ByteEnum__System_Collections_IDictionary_Contains, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0137C710, IDictionaryEnumerator *, Dictionary_2_System_Int32_System_ByteEnum__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_System_Int32_System_ByteEnum__System_Collections_IDictionary_Remove, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_ByteEnum__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_ByteEnum__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01396110, Object *, Dictionary_2_System_Int32_System_ByteEnum__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Int32_System_ByteEnum__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Int32_System_ByteEnum__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01396250, void, Dictionary_2_System_Int32_System_ByteEnum__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0137A610, IEnumerator *, Dictionary_2_System_Int32_System_ByteEnum__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_Int32_System_ByteEnum__TryAdd, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, int32_t key, ByteEnum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01395BA0, bool, Dictionary_2_System_Int32_System_ByteEnum__TryGetValue, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, int32_t key, ByteEnum__Enum * value, MethodInfo * method)); DO_APP_FUNC(0x01394DE0, bool, Dictionary_2_System_Int32_System_ByteEnum__TryInsert, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, int32_t key, ByteEnum__Enum value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Int32_System_ByteEnum__get_Count, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013941B0, ByteEnum__Enum, Dictionary_2_System_Int32_System_ByteEnum__get_Item, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ByteEnum_ *, Dictionary_2_System_Int32_System_ByteEnum__get_Keys, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ByteEnum_ *, Dictionary_2_System_Int32_System_ByteEnum__get_Values, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_Int32_System_ByteEnum__set_Item, (Dictionary_2_System_Int32_System_ByteEnum_ * __this, int32_t key, ByteEnum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Int32_System_Char___ctor, (Dictionary_2_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6BAE8, Dictionary_2_System_Int32_System_Char___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Int32_System_Char___ctor_1, (Dictionary_2_System_Int32_System_Char_ * __this, IDictionary_2_System_Int32_System_Char_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Int32_System_Char___ctor_2, (Dictionary_2_System_Int32_System_Char_ * __this, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Int32_System_Char___ctor_3, (Dictionary_2_System_Int32_System_Char_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01397D10, void, Dictionary_2_System_Int32_System_Char___ctor_4, (Dictionary_2_System_Int32_System_Char_ * __this, IDictionary_2_System_Int32_System_Char_ * dictionary, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Int32_System_Char___ctor_5, (Dictionary_2_System_Int32_System_Char_ * __this, int32_t capacity, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013980B0, void, Dictionary_2_System_Int32_System_Char___ctor_6, (Dictionary_2_System_Int32_System_Char_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_Int32_System_Char__Add, (Dictionary_2_System_Int32_System_Char_ * __this, int32_t key, uint16_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6BAD8, Dictionary_2_System_Int32_System_Char__Add__MethodInfo); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Int32_System_Char__Clear, (Dictionary_2_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Int32_System_Char__ContainsKey, (Dictionary_2_System_Int32_System_Char_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64CD8, Dictionary_2_System_Int32_System_Char__ContainsKey__MethodInfo); DO_APP_FUNC(0x013983C0, bool, Dictionary_2_System_Int32_System_Char__ContainsValue, (Dictionary_2_System_Int32_System_Char_ * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x013984B0, void, Dictionary_2_System_Int32_System_Char__CopyTo, (Dictionary_2_System_Int32_System_Char_ * __this, KeyValuePair_2_System_Int32_System_Char___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013949E0, int32_t, Dictionary_2_System_Int32_System_Char__FindEntry, (Dictionary_2_System_Int32_System_Char_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x0137A580, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Char_, Dictionary_2_System_Int32_System_Char__GetEnumerator, (Dictionary_2_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013985D0, void, Dictionary_2_System_Int32_System_Char__GetObjectData, (Dictionary_2_System_Int32_System_Char_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01398980, int32_t, Dictionary_2_System_Int32_System_Char__Initialize, (Dictionary_2_System_Int32_System_Char_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Int32_System_Char__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x01398F20, void, Dictionary_2_System_Int32_System_Char__OnDeserialization, (Dictionary_2_System_Int32_System_Char_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01395990, bool, Dictionary_2_System_Int32_System_Char__Remove, (Dictionary_2_System_Int32_System_Char_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x01399380, void, Dictionary_2_System_Int32_System_Char__Resize, (Dictionary_2_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01399410, void, Dictionary_2_System_Int32_System_Char__Resize_1, (Dictionary_2_System_Int32_System_Char_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x0137A180, void, Dictionary_2_System_Int32_System_Char__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Int32_System_Char_ * __this, KeyValuePair_2_System_Int32_System_Char_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013981E0, bool, Dictionary_2_System_Int32_System_Char__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Int32_System_Char_ * __this, KeyValuePair_2_System_Int32_System_Char_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Int32_System_Char__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Int32_System_Char_ * __this, KeyValuePair_2_System_Int32_System_Char___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013982C0, bool, Dictionary_2_System_Int32_System_Char__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Int32_System_Char_ * __this, KeyValuePair_2_System_Int32_System_Char_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Char__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Int32_ *, Dictionary_2_System_Int32_System_Char__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Char_ *, Dictionary_2_System_Int32_System_Char__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137A610, IEnumerator_1_KeyValuePair_2_System_Int32_System_Char_ *, Dictionary_2_System_Int32_System_Char__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Int32_ *, Dictionary_2_System_Int32_System_Char__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Char_ *, Dictionary_2_System_Int32_System_Char__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01399730, void, Dictionary_2_System_Int32_System_Char__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Int32_System_Char_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Char__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01399B80, Object *, Dictionary_2_System_Int32_System_Char__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01399F60, void, Dictionary_2_System_Int32_System_Char__System_Collections_IDictionary_Add, (Dictionary_2_System_Int32_System_Char_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_System_Int32_System_Char__System_Collections_IDictionary_Contains, (Dictionary_2_System_Int32_System_Char_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0137C710, IDictionaryEnumerator *, Dictionary_2_System_Int32_System_Char__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_System_Int32_System_Char__System_Collections_IDictionary_Remove, (Dictionary_2_System_Int32_System_Char_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Char__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Char__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01399C30, Object *, Dictionary_2_System_Int32_System_Char__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Int32_System_Char_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Int32_System_Char__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Int32_System_Char__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01399D70, void, Dictionary_2_System_Int32_System_Char__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Int32_System_Char_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0137A610, IEnumerator *, Dictionary_2_System_Int32_System_Char__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_Int32_System_Char__TryAdd, (Dictionary_2_System_Int32_System_Char_ * __this, int32_t key, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x013996B0, bool, Dictionary_2_System_Int32_System_Char__TryGetValue, (Dictionary_2_System_Int32_System_Char_ * __this, int32_t key, uint16_t * value, MethodInfo * method)); DO_APP_FUNC(0x01398B00, bool, Dictionary_2_System_Int32_System_Char__TryInsert, (Dictionary_2_System_Int32_System_Char_ * __this, int32_t key, uint16_t value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Int32_System_Char__get_Count, (Dictionary_2_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01398140, uint16_t, Dictionary_2_System_Int32_System_Char__get_Item, (Dictionary_2_System_Int32_System_Char_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Char_ *, Dictionary_2_System_Int32_System_Char__get_Keys, (Dictionary_2_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Char_ *, Dictionary_2_System_Int32_System_Char__get_Values, (Dictionary_2_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_Int32_System_Char__set_Item, (Dictionary_2_System_Int32_System_Char_ * __this, int32_t key, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C638B0, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor_1, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, IDictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor_2, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor_3, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0139A150, void, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor_4, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, IDictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * dictionary, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor_5, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t capacity, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0139A5A0, void, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor_6, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0139A750, void, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Add, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t key, DiagnosticEvent value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C637D0, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Add__MethodInfo); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Clear, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__ContainsKey, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C637E0, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__ContainsKey__MethodInfo); DO_APP_FUNC(0x0139AA60, bool, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__ContainsValue, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent value, MethodInfo * method)); DO_APP_FUNC(0x0139ABA0, void, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__CopyTo, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, KeyValuePair_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0139B2F0, int32_t, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__FindEntry, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x0139AD50, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__GetEnumerator, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0139AF40, void, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__GetObjectData, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0139B570, int32_t, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Initialize, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x0139BBD0, void, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__OnDeserialization, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x0139C390, bool, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Remove, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C637F0, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Remove__MethodInfo); DO_APP_FUNC(0x0139C070, void, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Resize, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0139C100, void, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Resize_1, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x0139A7A0, void, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, KeyValuePair_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x0139A7F0, bool, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, KeyValuePair_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, KeyValuePair_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0139A920, bool, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, KeyValuePair_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Int32_ *, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ *, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0139AE10, IEnumerator_1_KeyValuePair_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ *, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Int32_ *, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ *, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0139C6E0, void, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0139CBA0, Object *, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0139CFC0, void, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IDictionary_Add, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IDictionary_Contains, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0139D1D0, IDictionaryEnumerator *, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IDictionary_Remove, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0139CC50, Object *, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0139CDB0, void, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0139AE10, IEnumerator *, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0139C680, bool, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__TryAdd, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t key, DiagnosticEvent value, MethodInfo * method)); DO_APP_FUNC(0x0139C5B0, bool, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__TryGetValue, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t key, DiagnosticEvent * value, MethodInfo * method)); DO_APP_FUNC(0x0139B6F0, bool, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__TryInsert, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t key, DiagnosticEvent value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__get_Count, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0139A630, DiagnosticEvent, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__get_Item, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ *, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__get_Keys, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ *, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__get_Values, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63A00, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__get_Values__MethodInfo); DO_APP_FUNC(0x0139A700, void, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__set_Item, (Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t key, DiagnosticEvent value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Int32_System_Int16___ctor, (Dictionary_2_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Int32_System_Int16___ctor_1, (Dictionary_2_System_Int32_System_Int16_ * __this, IDictionary_2_System_Int32_System_Int16_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Int32_System_Int16___ctor_2, (Dictionary_2_System_Int32_System_Int16_ * __this, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Int32_System_Int16___ctor_3, (Dictionary_2_System_Int32_System_Int16_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DA10, Dictionary_2_System_Int32_System_Int16___ctor_3__MethodInfo); DO_APP_FUNC(0x0139D300, void, Dictionary_2_System_Int32_System_Int16___ctor_4, (Dictionary_2_System_Int32_System_Int16_ * __this, IDictionary_2_System_Int32_System_Int16_ * dictionary, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Int32_System_Int16___ctor_5, (Dictionary_2_System_Int32_System_Int16_ * __this, int32_t capacity, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0139D6A0, void, Dictionary_2_System_Int32_System_Int16___ctor_6, (Dictionary_2_System_Int32_System_Int16_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_Int32_System_Int16__Add, (Dictionary_2_System_Int32_System_Int16_ * __this, int32_t key, int16_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D958, Dictionary_2_System_Int32_System_Int16__Add__MethodInfo); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Int32_System_Int16__Clear, (Dictionary_2_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D980, Dictionary_2_System_Int32_System_Int16__Clear__MethodInfo); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Int32_System_Int16__ContainsKey, (Dictionary_2_System_Int32_System_Int16_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x013983C0, bool, Dictionary_2_System_Int32_System_Int16__ContainsValue, (Dictionary_2_System_Int32_System_Int16_ * __this, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x013984B0, void, Dictionary_2_System_Int32_System_Int16__CopyTo, (Dictionary_2_System_Int32_System_Int16_ * __this, KeyValuePair_2_System_Int32_System_Int16___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013949E0, int32_t, Dictionary_2_System_Int32_System_Int16__FindEntry, (Dictionary_2_System_Int32_System_Int16_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x0137A580, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int16_, Dictionary_2_System_Int32_System_Int16__GetEnumerator, (Dictionary_2_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0139D730, void, Dictionary_2_System_Int32_System_Int16__GetObjectData, (Dictionary_2_System_Int32_System_Int16_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0139DAE0, int32_t, Dictionary_2_System_Int32_System_Int16__Initialize, (Dictionary_2_System_Int32_System_Int16_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Int32_System_Int16__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x0139DC60, void, Dictionary_2_System_Int32_System_Int16__OnDeserialization, (Dictionary_2_System_Int32_System_Int16_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01395990, bool, Dictionary_2_System_Int32_System_Int16__Remove, (Dictionary_2_System_Int32_System_Int16_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D968, Dictionary_2_System_Int32_System_Int16__Remove__MethodInfo); DO_APP_FUNC(0x0139E0C0, void, Dictionary_2_System_Int32_System_Int16__Resize, (Dictionary_2_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0139E150, void, Dictionary_2_System_Int32_System_Int16__Resize_1, (Dictionary_2_System_Int32_System_Int16_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x0137A180, void, Dictionary_2_System_Int32_System_Int16__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Int32_System_Int16_ * __this, KeyValuePair_2_System_Int32_System_Int16_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013981E0, bool, Dictionary_2_System_Int32_System_Int16__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Int32_System_Int16_ * __this, KeyValuePair_2_System_Int32_System_Int16_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Int32_System_Int16__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Int32_System_Int16_ * __this, KeyValuePair_2_System_Int32_System_Int16___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013982C0, bool, Dictionary_2_System_Int32_System_Int16__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Int32_System_Int16_ * __this, KeyValuePair_2_System_Int32_System_Int16_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Int16__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Int32_ *, Dictionary_2_System_Int32_System_Int16__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Int16_ *, Dictionary_2_System_Int32_System_Int16__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137A610, IEnumerator_1_KeyValuePair_2_System_Int32_System_Int16_ *, Dictionary_2_System_Int32_System_Int16__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Int32_ *, Dictionary_2_System_Int32_System_Int16__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Int16_ *, Dictionary_2_System_Int32_System_Int16__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0139E3F0, void, Dictionary_2_System_Int32_System_Int16__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Int32_System_Int16_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Int16__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0139E840, Object *, Dictionary_2_System_Int32_System_Int16__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01399F60, void, Dictionary_2_System_Int32_System_Int16__System_Collections_IDictionary_Add, (Dictionary_2_System_Int32_System_Int16_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_System_Int32_System_Int16__System_Collections_IDictionary_Contains, (Dictionary_2_System_Int32_System_Int16_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0137C710, IDictionaryEnumerator *, Dictionary_2_System_Int32_System_Int16__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_System_Int32_System_Int16__System_Collections_IDictionary_Remove, (Dictionary_2_System_Int32_System_Int16_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Int16__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Int16__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01399C30, Object *, Dictionary_2_System_Int32_System_Int16__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Int32_System_Int16_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Int32_System_Int16__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Int32_System_Int16__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01399D70, void, Dictionary_2_System_Int32_System_Int16__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Int32_System_Int16_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0137A610, IEnumerator *, Dictionary_2_System_Int32_System_Int16__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_Int32_System_Int16__TryAdd, (Dictionary_2_System_Int32_System_Int16_ * __this, int32_t key, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x013996B0, bool, Dictionary_2_System_Int32_System_Int16__TryGetValue, (Dictionary_2_System_Int32_System_Int16_ * __this, int32_t key, int16_t * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D970, Dictionary_2_System_Int32_System_Int16__TryGetValue__MethodInfo); DO_APP_FUNC(0x01398B00, bool, Dictionary_2_System_Int32_System_Int16__TryInsert, (Dictionary_2_System_Int32_System_Int16_ * __this, int32_t key, int16_t value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Int32_System_Int16__get_Count, (Dictionary_2_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01398140, int16_t, Dictionary_2_System_Int32_System_Int16__get_Item, (Dictionary_2_System_Int32_System_Int16_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int16_ *, Dictionary_2_System_Int32_System_Int16__get_Keys, (Dictionary_2_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int16_ *, Dictionary_2_System_Int32_System_Int16__get_Values, (Dictionary_2_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_Int32_System_Int16__set_Item, (Dictionary_2_System_Int32_System_Int16_ * __this, int32_t key, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Int32_Pathfinding_Int3___ctor, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FEB8, Dictionary_2_System_Int32_Pathfinding_Int3___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Int32_Pathfinding_Int3___ctor_1, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, IDictionary_2_System_Int32_Pathfinding_Int3_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Int32_Pathfinding_Int3___ctor_2, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Int32_Pathfinding_Int3___ctor_3, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0139E8F0, void, Dictionary_2_System_Int32_Pathfinding_Int3___ctor_4, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, IDictionary_2_System_Int32_Pathfinding_Int3_ * dictionary, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Int32_Pathfinding_Int3___ctor_5, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, int32_t capacity, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0139ECE0, void, Dictionary_2_System_Int32_Pathfinding_Int3___ctor_6, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0139EE70, void, Dictionary_2_System_Int32_Pathfinding_Int3__Add, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, int32_t key, Int3 value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Int32_Pathfinding_Int3__Clear, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Int32_Pathfinding_Int3__ContainsKey, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x0139F120, bool, Dictionary_2_System_Int32_Pathfinding_Int3__ContainsValue, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, Int3 value, MethodInfo * method)); DO_APP_FUNC(0x0139F250, void, Dictionary_2_System_Int32_Pathfinding_Int3__CopyTo, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, KeyValuePair_2_System_Int32_Pathfinding_Int3___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0139F730, int32_t, Dictionary_2_System_Int32_Pathfinding_Int3__FindEntry, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3_, Dictionary_2_System_Int32_Pathfinding_Int3__GetEnumerator, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0139F380, void, Dictionary_2_System_Int32_Pathfinding_Int3__GetObjectData, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0139F9B0, int32_t, Dictionary_2_System_Int32_Pathfinding_Int3__Initialize, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Int32_Pathfinding_Int3__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x0139FF70, void, Dictionary_2_System_Int32_Pathfinding_Int3__OnDeserialization, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013A0720, bool, Dictionary_2_System_Int32_Pathfinding_Int3__Remove, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x013A03F0, void, Dictionary_2_System_Int32_Pathfinding_Int3__Resize, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A0480, void, Dictionary_2_System_Int32_Pathfinding_Int3__Resize_1, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x0139EEB0, void, Dictionary_2_System_Int32_Pathfinding_Int3__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, KeyValuePair_2_System_Int32_Pathfinding_Int3_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x0139EEF0, bool, Dictionary_2_System_Int32_Pathfinding_Int3__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, KeyValuePair_2_System_Int32_Pathfinding_Int3_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Int32_Pathfinding_Int3__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, KeyValuePair_2_System_Int32_Pathfinding_Int3___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0139EFF0, bool, Dictionary_2_System_Int32_Pathfinding_Int3__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, KeyValuePair_2_System_Int32_Pathfinding_Int3_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_Pathfinding_Int3__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Int32_ *, Dictionary_2_System_Int32_Pathfinding_Int3__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_Pathfinding_Int3_ *, Dictionary_2_System_Int32_Pathfinding_Int3__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_System_Int32_Pathfinding_Int3_ *, Dictionary_2_System_Int32_Pathfinding_Int3__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Int32_ *, Dictionary_2_System_Int32_Pathfinding_Int3__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_Pathfinding_Int3_ *, Dictionary_2_System_Int32_Pathfinding_Int3__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A0A10, void, Dictionary_2_System_Int32_Pathfinding_Int3__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_Pathfinding_Int3__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A0E50, Object *, Dictionary_2_System_Int32_Pathfinding_Int3__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A1260, void, Dictionary_2_System_Int32_Pathfinding_Int3__System_Collections_IDictionary_Add, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_System_Int32_Pathfinding_Int3__System_Collections_IDictionary_Contains, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_System_Int32_Pathfinding_Int3__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_System_Int32_Pathfinding_Int3__System_Collections_IDictionary_Remove, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_Pathfinding_Int3__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_Pathfinding_Int3__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A0F00, Object *, Dictionary_2_System_Int32_Pathfinding_Int3__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Int32_Pathfinding_Int3__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Int32_Pathfinding_Int3__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A1060, void, Dictionary_2_System_Int32_Pathfinding_Int3__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_System_Int32_Pathfinding_Int3__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A09B0, bool, Dictionary_2_System_Int32_Pathfinding_Int3__TryAdd, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, int32_t key, Int3 value, MethodInfo * method)); DO_APP_FUNC(0x013A0930, bool, Dictionary_2_System_Int32_Pathfinding_Int3__TryGetValue, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, int32_t key, Int3 * value, MethodInfo * method)); DO_APP_FUNC(0x0139FB30, bool, Dictionary_2_System_Int32_Pathfinding_Int3__TryInsert, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, int32_t key, Int3 value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Int32_Pathfinding_Int3__get_Count, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0139ED70, Int3, Dictionary_2_System_Int32_Pathfinding_Int3__get_Item, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FE38, Dictionary_2_System_Int32_Pathfinding_Int3__get_Item__MethodInfo); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Pathfinding_Int3_ *, Dictionary_2_System_Int32_Pathfinding_Int3__get_Keys, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Pathfinding_Int3_ *, Dictionary_2_System_Int32_Pathfinding_Int3__get_Values, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0139EE30, void, Dictionary_2_System_Int32_Pathfinding_Int3__set_Item, (Dictionary_2_System_Int32_Pathfinding_Int3_ * __this, int32_t key, Int3 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FE40, Dictionary_2_System_Int32_Pathfinding_Int3__set_Item__MethodInfo); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Int32_System_Int32___ctor, (Dictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7570, Dictionary_2_System_Int32_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Int32_System_Int32___ctor_1, (Dictionary_2_System_Int32_System_Int32_ * __this, IDictionary_2_System_Int32_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Int32_System_Int32___ctor_2, (Dictionary_2_System_Int32_System_Int32_ * __this, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Int32_System_Int32___ctor_3, (Dictionary_2_System_Int32_System_Int32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5D70, Dictionary_2_System_Int32_System_Int32___ctor_3__MethodInfo); DO_APP_FUNC(0x013A1460, void, Dictionary_2_System_Int32_System_Int32___ctor_4, (Dictionary_2_System_Int32_System_Int32_ * __this, IDictionary_2_System_Int32_System_Int32_ * dictionary, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Int32_System_Int32___ctor_5, (Dictionary_2_System_Int32_System_Int32_ * __this, int32_t capacity, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013A1800, void, Dictionary_2_System_Int32_System_Int32___ctor_6, (Dictionary_2_System_Int32_System_Int32_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_Int32_System_Int32__Add, (Dictionary_2_System_Int32_System_Int32_ * __this, int32_t key, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7610, Dictionary_2_System_Int32_System_Int32__Add__MethodInfo); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Int32_System_Int32__Clear, (Dictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C801F8, Dictionary_2_System_Int32_System_Int32__Clear__MethodInfo); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Int32_System_Int32__ContainsKey, (Dictionary_2_System_Int32_System_Int32_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD75E8, Dictionary_2_System_Int32_System_Int32__ContainsKey__MethodInfo); DO_APP_FUNC(0x0137A380, bool, Dictionary_2_System_Int32_System_Int32__ContainsValue, (Dictionary_2_System_Int32_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x013A1A30, void, Dictionary_2_System_Int32_System_Int32__CopyTo, (Dictionary_2_System_Int32_System_Int32_ * __this, KeyValuePair_2_System_Int32_System_Int32___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013949E0, int32_t, Dictionary_2_System_Int32_System_Int32__FindEntry, (Dictionary_2_System_Int32_System_Int32_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x0137A580, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32_, Dictionary_2_System_Int32_System_Int32__GetEnumerator, (Dictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94288, Dictionary_2_System_Int32_System_Int32__GetEnumerator__MethodInfo); DO_APP_FUNC(0x013A1B40, void, Dictionary_2_System_Int32_System_Int32__GetObjectData, (Dictionary_2_System_Int32_System_Int32_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013A1EF0, int32_t, Dictionary_2_System_Int32_System_Int32__Initialize, (Dictionary_2_System_Int32_System_Int32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Int32_System_Int32__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013A2490, void, Dictionary_2_System_Int32_System_Int32__OnDeserialization, (Dictionary_2_System_Int32_System_Int32_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01395990, bool, Dictionary_2_System_Int32_System_Int32__Remove, (Dictionary_2_System_Int32_System_Int32_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD75C8, Dictionary_2_System_Int32_System_Int32__Remove__MethodInfo); DO_APP_FUNC(0x013A28F0, void, Dictionary_2_System_Int32_System_Int32__Resize, (Dictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A2980, void, Dictionary_2_System_Int32_System_Int32__Resize_1, (Dictionary_2_System_Int32_System_Int32_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x0137A180, void, Dictionary_2_System_Int32_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Int32_System_Int32_ * __this, KeyValuePair_2_System_Int32_System_Int32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x0137A1A0, bool, Dictionary_2_System_Int32_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Int32_System_Int32_ * __this, KeyValuePair_2_System_Int32_System_Int32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Int32_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Int32_System_Int32_ * __this, KeyValuePair_2_System_Int32_System_Int32___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013A1930, bool, Dictionary_2_System_Int32_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Int32_System_Int32_ * __this, KeyValuePair_2_System_Int32_System_Int32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Int32_ *, Dictionary_2_System_Int32_System_Int32__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Int32_ *, Dictionary_2_System_Int32_System_Int32__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137A610, IEnumerator_1_KeyValuePair_2_System_Int32_System_Int32_ *, Dictionary_2_System_Int32_System_Int32__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Int32_ *, Dictionary_2_System_Int32_System_Int32__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Int32_ *, Dictionary_2_System_Int32_System_Int32__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A2C20, void, Dictionary_2_System_Int32_System_Int32__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Int32_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Int32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A3050, Object *, Dictionary_2_System_Int32_System_Int32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A3420, void, Dictionary_2_System_Int32_System_Int32__System_Collections_IDictionary_Add, (Dictionary_2_System_Int32_System_Int32_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_System_Int32_System_Int32__System_Collections_IDictionary_Contains, (Dictionary_2_System_Int32_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0137C710, IDictionaryEnumerator *, Dictionary_2_System_Int32_System_Int32__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_System_Int32_System_Int32__System_Collections_IDictionary_Remove, (Dictionary_2_System_Int32_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Int32__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Int32__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A3100, Object *, Dictionary_2_System_Int32_System_Int32__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Int32_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Int32_System_Int32__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Int32_System_Int32__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A3230, void, Dictionary_2_System_Int32_System_Int32__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Int32_System_Int32_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0137A610, IEnumerator *, Dictionary_2_System_Int32_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_Int32_System_Int32__TryAdd, (Dictionary_2_System_Int32_System_Int32_ * __this, int32_t key, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0137BC80, bool, Dictionary_2_System_Int32_System_Int32__TryGetValue, (Dictionary_2_System_Int32_System_Int32_ * __this, int32_t key, int32_t * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD75E0, Dictionary_2_System_Int32_System_Int32__TryGetValue__MethodInfo); DO_APP_FUNC(0x013A2070, bool, Dictionary_2_System_Int32_System_Int32__TryInsert, (Dictionary_2_System_Int32_System_Int32_ * __this, int32_t key, int32_t value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Int32_System_Int32__get_Count, (Dictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79608, Dictionary_2_System_Int32_System_Int32__get_Count__MethodInfo); DO_APP_FUNC(0x013A1890, int32_t, Dictionary_2_System_Int32_System_Int32__get_Item, (Dictionary_2_System_Int32_System_Int32_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D990, Dictionary_2_System_Int32_System_Int32__get_Item__MethodInfo); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ *, Dictionary_2_System_Int32_System_Int32__get_Keys, (Dictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D9A0, Dictionary_2_System_Int32_System_Int32__get_Keys__MethodInfo); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ *, Dictionary_2_System_Int32_System_Int32__get_Values, (Dictionary_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_Int32_System_Int32__set_Item, (Dictionary_2_System_Int32_System_Int32_ * __this, int32_t key, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FE48, Dictionary_2_System_Int32_System_Int32__set_Item__MethodInfo); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Int32_System_Int32Enum___ctor, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Int32_System_Int32Enum___ctor_1, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, IDictionary_2_System_Int32_System_Int32Enum_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Int32_System_Int32Enum___ctor_2, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Int32_System_Int32Enum___ctor_3, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013A3610, void, Dictionary_2_System_Int32_System_Int32Enum___ctor_4, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, IDictionary_2_System_Int32_System_Int32Enum_ * dictionary, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Int32_System_Int32Enum___ctor_5, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, int32_t capacity, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013A39B0, void, Dictionary_2_System_Int32_System_Int32Enum___ctor_6, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_Int32_System_Int32Enum__Add, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, int32_t key, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Int32_System_Int32Enum__Clear, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Int32_System_Int32Enum__ContainsKey, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x0137A380, bool, Dictionary_2_System_Int32_System_Int32Enum__ContainsValue, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x013A1A30, void, Dictionary_2_System_Int32_System_Int32Enum__CopyTo, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, KeyValuePair_2_System_Int32_System_Int32Enum___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013949E0, int32_t, Dictionary_2_System_Int32_System_Int32Enum__FindEntry, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x0137A580, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32Enum_, Dictionary_2_System_Int32_System_Int32Enum__GetEnumerator, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A3A40, void, Dictionary_2_System_Int32_System_Int32Enum__GetObjectData, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013A3DF0, int32_t, Dictionary_2_System_Int32_System_Int32Enum__Initialize, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Int32_System_Int32Enum__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013A3F70, void, Dictionary_2_System_Int32_System_Int32Enum__OnDeserialization, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01395990, bool, Dictionary_2_System_Int32_System_Int32Enum__Remove, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x013A43D0, void, Dictionary_2_System_Int32_System_Int32Enum__Resize, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A4460, void, Dictionary_2_System_Int32_System_Int32Enum__Resize_1, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x0137A180, void, Dictionary_2_System_Int32_System_Int32Enum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, KeyValuePair_2_System_Int32_System_Int32Enum_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x0137A1A0, bool, Dictionary_2_System_Int32_System_Int32Enum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, KeyValuePair_2_System_Int32_System_Int32Enum_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Int32_System_Int32Enum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, KeyValuePair_2_System_Int32_System_Int32Enum___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013A1930, bool, Dictionary_2_System_Int32_System_Int32Enum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, KeyValuePair_2_System_Int32_System_Int32Enum_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Int32Enum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Int32_ *, Dictionary_2_System_Int32_System_Int32Enum__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Int32Enum_ *, Dictionary_2_System_Int32_System_Int32Enum__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137A610, IEnumerator_1_KeyValuePair_2_System_Int32_System_Int32Enum_ *, Dictionary_2_System_Int32_System_Int32Enum__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Int32_ *, Dictionary_2_System_Int32_System_Int32Enum__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Int32Enum_ *, Dictionary_2_System_Int32_System_Int32Enum__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A4700, void, Dictionary_2_System_Int32_System_Int32Enum__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Int32Enum__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A4B30, Object *, Dictionary_2_System_Int32_System_Int32Enum__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A3420, void, Dictionary_2_System_Int32_System_Int32Enum__System_Collections_IDictionary_Add, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_System_Int32_System_Int32Enum__System_Collections_IDictionary_Contains, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0137C710, IDictionaryEnumerator *, Dictionary_2_System_Int32_System_Int32Enum__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_System_Int32_System_Int32Enum__System_Collections_IDictionary_Remove, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Int32Enum__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Int32Enum__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A3100, Object *, Dictionary_2_System_Int32_System_Int32Enum__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Int32_System_Int32Enum__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Int32_System_Int32Enum__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A3230, void, Dictionary_2_System_Int32_System_Int32Enum__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0137A610, IEnumerator *, Dictionary_2_System_Int32_System_Int32Enum__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_Int32_System_Int32Enum__TryAdd, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, int32_t key, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0137BC80, bool, Dictionary_2_System_Int32_System_Int32Enum__TryGetValue, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, int32_t key, Int32Enum__Enum * value, MethodInfo * method)); DO_APP_FUNC(0x013A2070, bool, Dictionary_2_System_Int32_System_Int32Enum__TryInsert, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, int32_t key, Int32Enum__Enum value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Int32_System_Int32Enum__get_Count, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A1890, Int32Enum__Enum, Dictionary_2_System_Int32_System_Int32Enum__get_Item, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32Enum_ *, Dictionary_2_System_Int32_System_Int32Enum__get_Keys, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32Enum_ *, Dictionary_2_System_Int32_System_Int32Enum__get_Values, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_Int32_System_Int32Enum__set_Item, (Dictionary_2_System_Int32_System_Int32Enum_ * __this, int32_t key, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Int32_System_Int64___ctor, (Dictionary_2_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6BFD8, Dictionary_2_System_Int32_System_Int64___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Int32_System_Int64___ctor_1, (Dictionary_2_System_Int32_System_Int64_ * __this, IDictionary_2_System_Int32_System_Int64_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Int32_System_Int64___ctor_2, (Dictionary_2_System_Int32_System_Int64_ * __this, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Int32_System_Int64___ctor_3, (Dictionary_2_System_Int32_System_Int64_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013A4BE0, void, Dictionary_2_System_Int32_System_Int64___ctor_4, (Dictionary_2_System_Int32_System_Int64_ * __this, IDictionary_2_System_Int32_System_Int64_ * dictionary, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Int32_System_Int64___ctor_5, (Dictionary_2_System_Int32_System_Int64_ * __this, int32_t capacity, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013A4F90, void, Dictionary_2_System_Int32_System_Int64___ctor_6, (Dictionary_2_System_Int32_System_Int64_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_Int32_System_Int64__Add, (Dictionary_2_System_Int32_System_Int64_ * __this, int32_t key, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6BC88, Dictionary_2_System_Int32_System_Int64__Add__MethodInfo); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Int32_System_Int64__Clear, (Dictionary_2_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Int32_System_Int64__ContainsKey, (Dictionary_2_System_Int32_System_Int64_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x013A52B0, bool, Dictionary_2_System_Int32_System_Int64__ContainsValue, (Dictionary_2_System_Int32_System_Int64_ * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x013A53A0, void, Dictionary_2_System_Int32_System_Int64__CopyTo, (Dictionary_2_System_Int32_System_Int64_ * __this, KeyValuePair_2_System_Int32_System_Int64___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0139F730, int32_t, Dictionary_2_System_Int32_System_Int64__FindEntry, (Dictionary_2_System_Int32_System_Int64_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int64_, Dictionary_2_System_Int32_System_Int64__GetEnumerator, (Dictionary_2_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A54D0, void, Dictionary_2_System_Int32_System_Int64__GetObjectData, (Dictionary_2_System_Int32_System_Int64_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013A5880, int32_t, Dictionary_2_System_Int32_System_Int64__Initialize, (Dictionary_2_System_Int32_System_Int64_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Int32_System_Int64__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013A5E20, void, Dictionary_2_System_Int32_System_Int64__OnDeserialization, (Dictionary_2_System_Int32_System_Int64_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013A0720, bool, Dictionary_2_System_Int32_System_Int64__Remove, (Dictionary_2_System_Int32_System_Int64_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6BD00, Dictionary_2_System_Int32_System_Int64__Remove__MethodInfo); DO_APP_FUNC(0x013A6290, void, Dictionary_2_System_Int32_System_Int64__Resize, (Dictionary_2_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A6320, void, Dictionary_2_System_Int32_System_Int64__Resize_1, (Dictionary_2_System_Int32_System_Int64_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013A50C0, void, Dictionary_2_System_Int32_System_Int64__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Int32_System_Int64_ * __this, KeyValuePair_2_System_Int32_System_Int64_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013A50E0, bool, Dictionary_2_System_Int32_System_Int64__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Int32_System_Int64_ * __this, KeyValuePair_2_System_Int32_System_Int64_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Int32_System_Int64__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Int32_System_Int64_ * __this, KeyValuePair_2_System_Int32_System_Int64___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013A51B0, bool, Dictionary_2_System_Int32_System_Int64__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Int32_System_Int64_ * __this, KeyValuePair_2_System_Int32_System_Int64_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Int64__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Int32_ *, Dictionary_2_System_Int32_System_Int64__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Int64_ *, Dictionary_2_System_Int32_System_Int64__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_System_Int32_System_Int64_ *, Dictionary_2_System_Int32_System_Int64__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Int32_ *, Dictionary_2_System_Int32_System_Int64__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Int64_ *, Dictionary_2_System_Int32_System_Int64__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A6640, void, Dictionary_2_System_Int32_System_Int64__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Int32_System_Int64_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Int64__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A6A80, Object *, Dictionary_2_System_Int32_System_Int64__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390A90, void, Dictionary_2_System_Int32_System_Int64__System_Collections_IDictionary_Add, (Dictionary_2_System_Int32_System_Int64_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_System_Int32_System_Int64__System_Collections_IDictionary_Contains, (Dictionary_2_System_Int32_System_Int64_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_System_Int32_System_Int64__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_System_Int32_System_Int64__System_Collections_IDictionary_Remove, (Dictionary_2_System_Int32_System_Int64_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Int64__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Int64__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A6B30, Object *, Dictionary_2_System_Int32_System_Int64__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Int32_System_Int64_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Int32_System_Int64__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Int32_System_Int64__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013908A0, void, Dictionary_2_System_Int32_System_Int64__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Int32_System_Int64_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_System_Int32_System_Int64__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_Int32_System_Int64__TryAdd, (Dictionary_2_System_Int32_System_Int64_ * __this, int32_t key, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x013A65C0, bool, Dictionary_2_System_Int32_System_Int64__TryGetValue, (Dictionary_2_System_Int32_System_Int64_ * __this, int32_t key, int64_t * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6BD38, Dictionary_2_System_Int32_System_Int64__TryGetValue__MethodInfo); DO_APP_FUNC(0x013A5A00, bool, Dictionary_2_System_Int32_System_Int64__TryInsert, (Dictionary_2_System_Int32_System_Int64_ * __this, int32_t key, int64_t value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Int32_System_Int64__get_Count, (Dictionary_2_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A5020, int64_t, Dictionary_2_System_Int32_System_Int64__get_Item, (Dictionary_2_System_Int32_System_Int64_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int64_ *, Dictionary_2_System_Int32_System_Int64__get_Keys, (Dictionary_2_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int64_ *, Dictionary_2_System_Int32_System_Int64__get_Values, (Dictionary_2_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_Int32_System_Int64__set_Item, (Dictionary_2_System_Int32_System_Int64_ * __this, int32_t key, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Int32_System_Object___ctor, (Dictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9B70, Dictionary_2_System_Int32_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Int32_System_Object___ctor_1, (Dictionary_2_System_Int32_System_Object_ * __this, IDictionary_2_System_Int32_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Int32_System_Object___ctor_2, (Dictionary_2_System_Int32_System_Object_ * __this, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Int32_System_Object___ctor_3, (Dictionary_2_System_Int32_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013A6C70, void, Dictionary_2_System_Int32_System_Object___ctor_4, (Dictionary_2_System_Int32_System_Object_ * __this, IDictionary_2_System_Int32_System_Object_ * dictionary, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Int32_System_Object___ctor_5, (Dictionary_2_System_Int32_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013A7020, void, Dictionary_2_System_Int32_System_Object___ctor_6, (Dictionary_2_System_Int32_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_Int32_System_Object__Add, (Dictionary_2_System_Int32_System_Object_ * __this, int32_t key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Int32_System_Object__Clear, (Dictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Int32_System_Object__ContainsKey, (Dictionary_2_System_Int32_System_Object_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x01377520, bool, Dictionary_2_System_Int32_System_Object__ContainsValue, (Dictionary_2_System_Int32_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013A70B0, void, Dictionary_2_System_Int32_System_Object__CopyTo, (Dictionary_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0139F730, int32_t, Dictionary_2_System_Int32_System_Object__FindEntry, (Dictionary_2_System_Int32_System_Object_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object_, Dictionary_2_System_Int32_System_Object__GetEnumerator, (Dictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A7210, void, Dictionary_2_System_Int32_System_Object__GetObjectData, (Dictionary_2_System_Int32_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013A75C0, int32_t, Dictionary_2_System_Int32_System_Object__Initialize, (Dictionary_2_System_Int32_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Int32_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013A7BE0, void, Dictionary_2_System_Int32_System_Object__OnDeserialization, (Dictionary_2_System_Int32_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013A8380, bool, Dictionary_2_System_Int32_System_Object__Remove, (Dictionary_2_System_Int32_System_Object_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x013A8050, void, Dictionary_2_System_Int32_System_Object__Resize, (Dictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A80E0, void, Dictionary_2_System_Int32_System_Object__Resize_1, (Dictionary_2_System_Int32_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013A50C0, void, Dictionary_2_System_Int32_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013A50E0, bool, Dictionary_2_System_Int32_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Int32_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013A51B0, bool, Dictionary_2_System_Int32_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Int32_ *, Dictionary_2_System_Int32_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_System_Int32_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_System_Int32_System_Object_ *, Dictionary_2_System_Int32_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Int32_ *, Dictionary_2_System_Int32_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_System_Int32_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A8590, void, Dictionary_2_System_Int32_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Int32_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A8990, Object *, Dictionary_2_System_Int32_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A8D40, void, Dictionary_2_System_Int32_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_System_Int32_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_System_Int32_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_System_Int32_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_System_Int32_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_System_Int32_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_System_Int32_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A8A40, Object *, Dictionary_2_System_Int32_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Int32_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Int32_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Int32_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A8B50, void, Dictionary_2_System_Int32_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Int32_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_System_Int32_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_Int32_System_Object__TryAdd, (Dictionary_2_System_Int32_System_Object_ * __this, int32_t key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01378F50, bool, Dictionary_2_System_Int32_System_Object__TryGetValue, (Dictionary_2_System_Int32_System_Object_ * __this, int32_t key, Object * * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9B30, Dictionary_2_System_Int32_System_Object__TryGetValue__MethodInfo); DO_APP_FUNC(0x013A7740, bool, Dictionary_2_System_Int32_System_Object__TryInsert, (Dictionary_2_System_Int32_System_Object_ * __this, int32_t key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Int32_System_Object__get_Count, (Dictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A5020, Object *, Dictionary_2_System_Int32_System_Object__get_Item, (Dictionary_2_System_Int32_System_Object_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ *, Dictionary_2_System_Int32_System_Object__get_Keys, (Dictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ *, Dictionary_2_System_Int32_System_Object__get_Values, (Dictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_Int32_System_Object__set_Item, (Dictionary_2_System_Int32_System_Object_ * __this, int32_t key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9B20, Dictionary_2_System_Int32_System_Object__set_Item__MethodInfo); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Int32_PlayerFlashlightBeam___ctor, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDE20, Dictionary_2_System_Int32_PlayerFlashlightBeam___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Int32_PlayerFlashlightBeam___ctor_1, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, IDictionary_2_System_Int32_PlayerFlashlightBeam_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Int32_PlayerFlashlightBeam___ctor_2, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Int32_PlayerFlashlightBeam___ctor_3, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013A8F30, void, Dictionary_2_System_Int32_PlayerFlashlightBeam___ctor_4, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, IDictionary_2_System_Int32_PlayerFlashlightBeam_ * dictionary, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Int32_PlayerFlashlightBeam___ctor_5, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, int32_t capacity, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013A9320, void, Dictionary_2_System_Int32_PlayerFlashlightBeam___ctor_6, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013A94B0, void, Dictionary_2_System_Int32_PlayerFlashlightBeam__Add, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, int32_t key, PlayerFlashlightBeam value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDE40, Dictionary_2_System_Int32_PlayerFlashlightBeam__Add__MethodInfo); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Int32_PlayerFlashlightBeam__Clear, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Int32_PlayerFlashlightBeam__ContainsKey, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDE30, Dictionary_2_System_Int32_PlayerFlashlightBeam__ContainsKey__MethodInfo); DO_APP_FUNC(0x013A9720, bool, Dictionary_2_System_Int32_PlayerFlashlightBeam__ContainsValue, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, PlayerFlashlightBeam value, MethodInfo * method)); DO_APP_FUNC(0x013A9830, void, Dictionary_2_System_Int32_PlayerFlashlightBeam__CopyTo, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, KeyValuePair_2_System_Int32_PlayerFlashlightBeam___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013A9D50, int32_t, Dictionary_2_System_Int32_PlayerFlashlightBeam__FindEntry, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x013723A0, Dictionary_2_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam_, Dictionary_2_System_Int32_PlayerFlashlightBeam__GetEnumerator, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A99A0, void, Dictionary_2_System_Int32_PlayerFlashlightBeam__GetObjectData, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013A9FD0, int32_t, Dictionary_2_System_Int32_PlayerFlashlightBeam__Initialize, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Int32_PlayerFlashlightBeam__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013AA5F0, void, Dictionary_2_System_Int32_PlayerFlashlightBeam__OnDeserialization, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013AAD90, bool, Dictionary_2_System_Int32_PlayerFlashlightBeam__Remove, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x013AAA60, void, Dictionary_2_System_Int32_PlayerFlashlightBeam__Resize, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AAAF0, void, Dictionary_2_System_Int32_PlayerFlashlightBeam__Resize_1, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013A94F0, void, Dictionary_2_System_Int32_PlayerFlashlightBeam__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, KeyValuePair_2_System_Int32_PlayerFlashlightBeam_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013A9520, bool, Dictionary_2_System_Int32_PlayerFlashlightBeam__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, KeyValuePair_2_System_Int32_PlayerFlashlightBeam_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Int32_PlayerFlashlightBeam__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, KeyValuePair_2_System_Int32_PlayerFlashlightBeam___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013A9610, bool, Dictionary_2_System_Int32_PlayerFlashlightBeam__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, KeyValuePair_2_System_Int32_PlayerFlashlightBeam_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_PlayerFlashlightBeam__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Int32_ *, Dictionary_2_System_Int32_PlayerFlashlightBeam__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_PlayerFlashlightBeam_ *, Dictionary_2_System_Int32_PlayerFlashlightBeam__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator_1_KeyValuePair_2_System_Int32_PlayerFlashlightBeam_ *, Dictionary_2_System_Int32_PlayerFlashlightBeam__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Int32_ *, Dictionary_2_System_Int32_PlayerFlashlightBeam__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_PlayerFlashlightBeam_ *, Dictionary_2_System_Int32_PlayerFlashlightBeam__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AB0B0, void, Dictionary_2_System_Int32_PlayerFlashlightBeam__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_PlayerFlashlightBeam__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AB500, Object *, Dictionary_2_System_Int32_PlayerFlashlightBeam__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AB900, void, Dictionary_2_System_Int32_PlayerFlashlightBeam__System_Collections_IDictionary_Add, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_System_Int32_PlayerFlashlightBeam__System_Collections_IDictionary_Contains, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374A10, IDictionaryEnumerator *, Dictionary_2_System_Int32_PlayerFlashlightBeam__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_System_Int32_PlayerFlashlightBeam__System_Collections_IDictionary_Remove, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_PlayerFlashlightBeam__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_PlayerFlashlightBeam__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AB5B0, Object *, Dictionary_2_System_Int32_PlayerFlashlightBeam__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Int32_PlayerFlashlightBeam__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Int32_PlayerFlashlightBeam__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AB700, void, Dictionary_2_System_Int32_PlayerFlashlightBeam__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator *, Dictionary_2_System_Int32_PlayerFlashlightBeam__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AB060, bool, Dictionary_2_System_Int32_PlayerFlashlightBeam__TryAdd, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, int32_t key, PlayerFlashlightBeam value, MethodInfo * method)); DO_APP_FUNC(0x013AAFA0, bool, Dictionary_2_System_Int32_PlayerFlashlightBeam__TryGetValue, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, int32_t key, PlayerFlashlightBeam * value, MethodInfo * method)); DO_APP_FUNC(0x013AA150, bool, Dictionary_2_System_Int32_PlayerFlashlightBeam__TryInsert, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, int32_t key, PlayerFlashlightBeam value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Int32_PlayerFlashlightBeam__get_Count, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A93B0, PlayerFlashlightBeam, Dictionary_2_System_Int32_PlayerFlashlightBeam__get_Item, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDE38, Dictionary_2_System_Int32_PlayerFlashlightBeam__get_Item__MethodInfo); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_PlayerFlashlightBeam_ *, Dictionary_2_System_Int32_PlayerFlashlightBeam__get_Keys, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_PlayerFlashlightBeam_ *, Dictionary_2_System_Int32_PlayerFlashlightBeam__get_Values, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A9470, void, Dictionary_2_System_Int32_PlayerFlashlightBeam__set_Item, (Dictionary_2_System_Int32_PlayerFlashlightBeam_ * __this, int32_t key, PlayerFlashlightBeam value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDE28, Dictionary_2_System_Int32_PlayerFlashlightBeam__set_Item__MethodInfo); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout___ctor, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9DE8, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout___ctor_1, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, IDictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout___ctor_2, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout___ctor_3, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013ABAF0, void, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout___ctor_4, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, IDictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * dictionary, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout___ctor_5, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, int32_t capacity, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013ABED0, void, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout___ctor_6, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013A94B0, void, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__Add, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, int32_t key, RenderInstancedDataLayout value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__Clear, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__ContainsKey, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x013AC250, bool, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__ContainsValue, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, RenderInstancedDataLayout value, MethodInfo * method)); DO_APP_FUNC(0x013AC360, void, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__CopyTo, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, KeyValuePair_2_System_Int32_UnityEngine_RenderInstancedDataLayout___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013AC840, int32_t, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__FindEntry, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x01383E60, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout_, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__GetEnumerator, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AC490, void, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__GetObjectData, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013ACAC0, int32_t, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__Initialize, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013AD070, void, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__OnDeserialization, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013AD810, bool, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__Remove, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x013AD4E0, void, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__Resize, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AD570, void, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__Resize_1, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013AC020, void, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, KeyValuePair_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013AC050, bool, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, KeyValuePair_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, KeyValuePair_2_System_Int32_UnityEngine_RenderInstancedDataLayout___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013AC140, bool, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, KeyValuePair_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Int32_ *, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UnityEngine_RenderInstancedDataLayout_ *, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01383F00, IEnumerator_1_KeyValuePair_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ *, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Int32_ *, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UnityEngine_RenderInstancedDataLayout_ *, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013ADAA0, void, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013ADEE0, Object *, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AB900, void, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_IDictionary_Add, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_IDictionary_Contains, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01386210, IDictionaryEnumerator *, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_IDictionary_Remove, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013ADF90, Object *, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AB700, void, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01383F00, IEnumerator *, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AB060, bool, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__TryAdd, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, int32_t key, RenderInstancedDataLayout value, MethodInfo * method)); DO_APP_FUNC(0x013ADA20, bool, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__TryGetValue, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, int32_t key, RenderInstancedDataLayout * value, MethodInfo * method)); DO_APP_FUNC(0x013ACC40, bool, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__TryInsert, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, int32_t key, RenderInstancedDataLayout value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__get_Count, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013ABF60, RenderInstancedDataLayout, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__get_Item, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ *, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__get_Keys, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ *, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__get_Values, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A9470, void, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout__set_Item, (Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, int32_t key, RenderInstancedDataLayout value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Int32_System_Single___ctor, (Dictionary_2_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Int32_System_Single___ctor_1, (Dictionary_2_System_Int32_System_Single_ * __this, IDictionary_2_System_Int32_System_Single_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Int32_System_Single___ctor_2, (Dictionary_2_System_Int32_System_Single_ * __this, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Int32_System_Single___ctor_3, (Dictionary_2_System_Int32_System_Single_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8100, Dictionary_2_System_Int32_System_Single___ctor_3__MethodInfo); DO_APP_FUNC(0x013AE0E0, void, Dictionary_2_System_Int32_System_Single___ctor_4, (Dictionary_2_System_Int32_System_Single_ * __this, IDictionary_2_System_Int32_System_Single_ * dictionary, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Int32_System_Single___ctor_5, (Dictionary_2_System_Int32_System_Single_ * __this, int32_t capacity, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013AE470, void, Dictionary_2_System_Int32_System_Single___ctor_6, (Dictionary_2_System_Int32_System_Single_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013AE5D0, void, Dictionary_2_System_Int32_System_Single__Add, (Dictionary_2_System_Int32_System_Single_ * __this, int32_t key, float value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Int32_System_Single__Clear, (Dictionary_2_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Int32_System_Single__ContainsKey, (Dictionary_2_System_Int32_System_Single_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x013AE810, bool, Dictionary_2_System_Int32_System_Single__ContainsValue, (Dictionary_2_System_Int32_System_Single_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x013AE900, void, Dictionary_2_System_Int32_System_Single__CopyTo, (Dictionary_2_System_Int32_System_Single_ * __this, KeyValuePair_2_System_Int32_System_Single___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013949E0, int32_t, Dictionary_2_System_Int32_System_Single__FindEntry, (Dictionary_2_System_Int32_System_Single_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x0137A580, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Single_, Dictionary_2_System_Int32_System_Single__GetEnumerator, (Dictionary_2_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8030, Dictionary_2_System_Int32_System_Single__GetEnumerator__MethodInfo); DO_APP_FUNC(0x013AEA10, void, Dictionary_2_System_Int32_System_Single__GetObjectData, (Dictionary_2_System_Int32_System_Single_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013AEDC0, int32_t, Dictionary_2_System_Int32_System_Single__Initialize, (Dictionary_2_System_Int32_System_Single_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Int32_System_Single__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013AF360, void, Dictionary_2_System_Int32_System_Single__OnDeserialization, (Dictionary_2_System_Int32_System_Single_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01395990, bool, Dictionary_2_System_Int32_System_Single__Remove, (Dictionary_2_System_Int32_System_Single_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8060, Dictionary_2_System_Int32_System_Single__Remove__MethodInfo); DO_APP_FUNC(0x013AF7C0, void, Dictionary_2_System_Int32_System_Single__Resize, (Dictionary_2_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AF850, void, Dictionary_2_System_Int32_System_Single__Resize_1, (Dictionary_2_System_Int32_System_Single_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013AE600, void, Dictionary_2_System_Int32_System_Single__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Int32_System_Single_ * __this, KeyValuePair_2_System_Int32_System_Single_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013AE630, bool, Dictionary_2_System_Int32_System_Single__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Int32_System_Single_ * __this, KeyValuePair_2_System_Int32_System_Single_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Int32_System_Single__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Int32_System_Single_ * __this, KeyValuePair_2_System_Int32_System_Single___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013AE710, bool, Dictionary_2_System_Int32_System_Single__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Int32_System_Single_ * __this, KeyValuePair_2_System_Int32_System_Single_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Single__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Int32_ *, Dictionary_2_System_Int32_System_Single__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Single_ *, Dictionary_2_System_Int32_System_Single__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137A610, IEnumerator_1_KeyValuePair_2_System_Int32_System_Single_ *, Dictionary_2_System_Int32_System_Single__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Int32_ *, Dictionary_2_System_Int32_System_Single__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Single_ *, Dictionary_2_System_Int32_System_Single__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AFB30, void, Dictionary_2_System_Int32_System_Single__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Int32_System_Single_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Single__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AFF70, Object *, Dictionary_2_System_Int32_System_Single__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B0350, void, Dictionary_2_System_Int32_System_Single__System_Collections_IDictionary_Add, (Dictionary_2_System_Int32_System_Single_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_System_Int32_System_Single__System_Collections_IDictionary_Contains, (Dictionary_2_System_Int32_System_Single_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0137C710, IDictionaryEnumerator *, Dictionary_2_System_Int32_System_Single__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_System_Int32_System_Single__System_Collections_IDictionary_Remove, (Dictionary_2_System_Int32_System_Single_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Single__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_System_Single__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B0020, Object *, Dictionary_2_System_Int32_System_Single__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Int32_System_Single_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Int32_System_Single__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Int32_System_Single__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B0160, void, Dictionary_2_System_Int32_System_Single__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Int32_System_Single_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0137A610, IEnumerator *, Dictionary_2_System_Int32_System_Single__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AFAF0, bool, Dictionary_2_System_Int32_System_Single__TryAdd, (Dictionary_2_System_Int32_System_Single_ * __this, int32_t key, float value, MethodInfo * method)); DO_APP_FUNC(0x0137BC80, bool, Dictionary_2_System_Int32_System_Single__TryGetValue, (Dictionary_2_System_Int32_System_Single_ * __this, int32_t key, float * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8090, Dictionary_2_System_Int32_System_Single__TryGetValue__MethodInfo); DO_APP_FUNC(0x013AEF40, bool, Dictionary_2_System_Int32_System_Single__TryInsert, (Dictionary_2_System_Int32_System_Single_ * __this, int32_t key, float value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Int32_System_Single__get_Count, (Dictionary_2_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8040, Dictionary_2_System_Int32_System_Single__get_Count__MethodInfo); DO_APP_FUNC(0x013AE500, float, Dictionary_2_System_Int32_System_Single__get_Item, (Dictionary_2_System_Int32_System_Single_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single_ *, Dictionary_2_System_Int32_System_Single__get_Keys, (Dictionary_2_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7FF0, Dictionary_2_System_Int32_System_Single__get_Keys__MethodInfo); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Single_ *, Dictionary_2_System_Int32_System_Single__get_Values, (Dictionary_2_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AE5A0, void, Dictionary_2_System_Int32_System_Single__set_Item, (Dictionary_2_System_Int32_System_Single_ * __this, int32_t key, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8028, Dictionary_2_System_Int32_System_Single__set_Item__MethodInfo); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem___ctor, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem___ctor_1, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, IDictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem___ctor_2, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem___ctor_3, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013B0540, void, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem___ctor_4, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, IDictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * dictionary, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem___ctor_5, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, int32_t capacity, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013B0930, void, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem___ctor_6, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013A94B0, void, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__Add, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, int32_t key, TreeItem value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2CA8, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__Add__MethodInfo); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__Clear, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2CA0, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__Clear__MethodInfo); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__ContainsKey, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x013A9720, bool, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__ContainsValue, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, TreeItem value, MethodInfo * method)); DO_APP_FUNC(0x013A9830, void, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__CopyTo, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, KeyValuePair_2_System_Int32_UnityEngine_UIElements_TreeItem___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013A9D50, int32_t, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__FindEntry, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x013723A0, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem_, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__GetEnumerator, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B09C0, void, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__GetObjectData, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013B0D70, int32_t, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__Initialize, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013B0EF0, void, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__OnDeserialization, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013AAD90, bool, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__Remove, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x013B1360, void, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__Resize, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B13F0, void, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__Resize_1, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013A94F0, void, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, KeyValuePair_2_System_Int32_UnityEngine_UIElements_TreeItem_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013A9520, bool, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, KeyValuePair_2_System_Int32_UnityEngine_UIElements_TreeItem_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, KeyValuePair_2_System_Int32_UnityEngine_UIElements_TreeItem___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013A9610, bool, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, KeyValuePair_2_System_Int32_UnityEngine_UIElements_TreeItem_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Int32_ *, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UnityEngine_UIElements_TreeItem_ *, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator_1_KeyValuePair_2_System_Int32_UnityEngine_UIElements_TreeItem_ *, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Int32_ *, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UnityEngine_UIElements_TreeItem_ *, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B1690, void, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B1AE0, Object *, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AB900, void, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_IDictionary_Add, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_IDictionary_Contains, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374A10, IDictionaryEnumerator *, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_IDictionary_Remove, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AB5B0, Object *, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AB700, void, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator *, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AB060, bool, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__TryAdd, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, int32_t key, TreeItem value, MethodInfo * method)); DO_APP_FUNC(0x013AAFA0, bool, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__TryGetValue, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, int32_t key, TreeItem * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2C98, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__TryGetValue__MethodInfo); DO_APP_FUNC(0x013AA150, bool, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__TryInsert, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, int32_t key, TreeItem value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__get_Count, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A93B0, TreeItem, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__get_Item, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_TreeItem_ *, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__get_Keys, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_TreeItem_ *, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__get_Values, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A9470, void, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem__set_Item, (Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, int32_t key, TreeItem value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Int32_UnityEngine_Vector2Int___ctor, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DF60, Dictionary_2_System_Int32_UnityEngine_Vector2Int___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Int32_UnityEngine_Vector2Int___ctor_1, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, IDictionary_2_System_Int32_UnityEngine_Vector2Int_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Int32_UnityEngine_Vector2Int___ctor_2, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Int32_UnityEngine_Vector2Int___ctor_3, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013B1B90, void, Dictionary_2_System_Int32_UnityEngine_Vector2Int___ctor_4, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, IDictionary_2_System_Int32_UnityEngine_Vector2Int_ * dictionary, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Int32_UnityEngine_Vector2Int___ctor_5, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, int32_t capacity, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013B1F50, void, Dictionary_2_System_Int32_UnityEngine_Vector2Int___ctor_6, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_Int32_UnityEngine_Vector2Int__Add, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, int32_t key, Vector2Int value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Int32_UnityEngine_Vector2Int__Clear, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DE90, Dictionary_2_System_Int32_UnityEngine_Vector2Int__Clear__MethodInfo); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Int32_UnityEngine_Vector2Int__ContainsKey, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x0138EA60, bool, Dictionary_2_System_Int32_UnityEngine_Vector2Int__ContainsValue, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, Vector2Int value, MethodInfo * method)); DO_APP_FUNC(0x0138EB50, void, Dictionary_2_System_Int32_UnityEngine_Vector2Int__CopyTo, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, KeyValuePair_2_System_Int32_UnityEngine_Vector2Int___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0138F020, int32_t, Dictionary_2_System_Int32_UnityEngine_Vector2Int__FindEntry, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x01388E30, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int_, Dictionary_2_System_Int32_UnityEngine_Vector2Int__GetEnumerator, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DE68, Dictionary_2_System_Int32_UnityEngine_Vector2Int__GetEnumerator__MethodInfo); DO_APP_FUNC(0x013B1FE0, void, Dictionary_2_System_Int32_UnityEngine_Vector2Int__GetObjectData, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013B2390, int32_t, Dictionary_2_System_Int32_UnityEngine_Vector2Int__Initialize, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Int32_UnityEngine_Vector2Int__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013B2510, void, Dictionary_2_System_Int32_UnityEngine_Vector2Int__OnDeserialization, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x0138FFF0, bool, Dictionary_2_System_Int32_UnityEngine_Vector2Int__Remove, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x013B2980, void, Dictionary_2_System_Int32_UnityEngine_Vector2Int__Resize, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B2A10, void, Dictionary_2_System_Int32_UnityEngine_Vector2Int__Resize_1, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x0138E870, void, Dictionary_2_System_Int32_UnityEngine_Vector2Int__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, KeyValuePair_2_System_Int32_UnityEngine_Vector2Int_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x0138E890, bool, Dictionary_2_System_Int32_UnityEngine_Vector2Int__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, KeyValuePair_2_System_Int32_UnityEngine_Vector2Int_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Int32_UnityEngine_Vector2Int__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, KeyValuePair_2_System_Int32_UnityEngine_Vector2Int___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0138E960, bool, Dictionary_2_System_Int32_UnityEngine_Vector2Int__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, KeyValuePair_2_System_Int32_UnityEngine_Vector2Int_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_UnityEngine_Vector2Int__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Int32_ *, Dictionary_2_System_Int32_UnityEngine_Vector2Int__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UnityEngine_Vector2Int_ *, Dictionary_2_System_Int32_UnityEngine_Vector2Int__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01388ED0, IEnumerator_1_KeyValuePair_2_System_Int32_UnityEngine_Vector2Int_ *, Dictionary_2_System_Int32_UnityEngine_Vector2Int__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Int32_ *, Dictionary_2_System_Int32_UnityEngine_Vector2Int__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UnityEngine_Vector2Int_ *, Dictionary_2_System_Int32_UnityEngine_Vector2Int__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B2CB0, void, Dictionary_2_System_Int32_UnityEngine_Vector2Int__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_UnityEngine_Vector2Int__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B30E0, Object *, Dictionary_2_System_Int32_UnityEngine_Vector2Int__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390A90, void, Dictionary_2_System_Int32_UnityEngine_Vector2Int__System_Collections_IDictionary_Add, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_System_Int32_UnityEngine_Vector2Int__System_Collections_IDictionary_Contains, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0138B140, IDictionaryEnumerator *, Dictionary_2_System_Int32_UnityEngine_Vector2Int__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_System_Int32_UnityEngine_Vector2Int__System_Collections_IDictionary_Remove, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_UnityEngine_Vector2Int__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_UnityEngine_Vector2Int__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390760, Object *, Dictionary_2_System_Int32_UnityEngine_Vector2Int__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Int32_UnityEngine_Vector2Int__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Int32_UnityEngine_Vector2Int__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013908A0, void, Dictionary_2_System_Int32_UnityEngine_Vector2Int__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01388ED0, IEnumerator *, Dictionary_2_System_Int32_UnityEngine_Vector2Int__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_Int32_UnityEngine_Vector2Int__TryAdd, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, int32_t key, Vector2Int value, MethodInfo * method)); DO_APP_FUNC(0x01390200, bool, Dictionary_2_System_Int32_UnityEngine_Vector2Int__TryGetValue, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, int32_t key, Vector2Int * value, MethodInfo * method)); DO_APP_FUNC(0x0138F420, bool, Dictionary_2_System_Int32_UnityEngine_Vector2Int__TryInsert, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, int32_t key, Vector2Int value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Int32_UnityEngine_Vector2Int__get_Count, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138E7D0, Vector2Int, Dictionary_2_System_Int32_UnityEngine_Vector2Int__get_Item, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector2Int_ *, Dictionary_2_System_Int32_UnityEngine_Vector2Int__get_Keys, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector2Int_ *, Dictionary_2_System_Int32_UnityEngine_Vector2Int__get_Values, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_Int32_UnityEngine_Vector2Int__set_Item, (Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * __this, int32_t key, Vector2Int value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DEA8, Dictionary_2_System_Int32_UnityEngine_Vector2Int__set_Item__MethodInfo); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Int32_UnityEngine_Vector4___ctor, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Int32_UnityEngine_Vector4___ctor_1, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, IDictionary_2_System_Int32_UnityEngine_Vector4_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Int32_UnityEngine_Vector4___ctor_2, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Int32_UnityEngine_Vector4___ctor_3, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60650, Dictionary_2_System_Int32_UnityEngine_Vector4___ctor_3__MethodInfo); DO_APP_FUNC(0x013B3190, void, Dictionary_2_System_Int32_UnityEngine_Vector4___ctor_4, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, IDictionary_2_System_Int32_UnityEngine_Vector4_ * dictionary, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Int32_UnityEngine_Vector4___ctor_5, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, int32_t capacity, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013B3580, void, Dictionary_2_System_Int32_UnityEngine_Vector4___ctor_6, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013A94B0, void, Dictionary_2_System_Int32_UnityEngine_Vector4__Add, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, int32_t key, Vector4 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60718, Dictionary_2_System_Int32_UnityEngine_Vector4__Add__MethodInfo); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Int32_UnityEngine_Vector4__Clear, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C606F8, Dictionary_2_System_Int32_UnityEngine_Vector4__Clear__MethodInfo); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Int32_UnityEngine_Vector4__ContainsKey, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x013AC250, bool, Dictionary_2_System_Int32_UnityEngine_Vector4__ContainsValue, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x013AC360, void, Dictionary_2_System_Int32_UnityEngine_Vector4__CopyTo, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, KeyValuePair_2_System_Int32_UnityEngine_Vector4___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013AC840, int32_t, Dictionary_2_System_Int32_UnityEngine_Vector4__FindEntry, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x01383E60, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4_, Dictionary_2_System_Int32_UnityEngine_Vector4__GetEnumerator, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B3610, void, Dictionary_2_System_Int32_UnityEngine_Vector4__GetObjectData, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013B39C0, int32_t, Dictionary_2_System_Int32_UnityEngine_Vector4__Initialize, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Int32_UnityEngine_Vector4__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013B3B40, void, Dictionary_2_System_Int32_UnityEngine_Vector4__OnDeserialization, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013AD810, bool, Dictionary_2_System_Int32_UnityEngine_Vector4__Remove, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C606E0, Dictionary_2_System_Int32_UnityEngine_Vector4__Remove__MethodInfo); DO_APP_FUNC(0x013B3FB0, void, Dictionary_2_System_Int32_UnityEngine_Vector4__Resize, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B4040, void, Dictionary_2_System_Int32_UnityEngine_Vector4__Resize_1, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013AC020, void, Dictionary_2_System_Int32_UnityEngine_Vector4__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, KeyValuePair_2_System_Int32_UnityEngine_Vector4_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013AC050, bool, Dictionary_2_System_Int32_UnityEngine_Vector4__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, KeyValuePair_2_System_Int32_UnityEngine_Vector4_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Int32_UnityEngine_Vector4__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, KeyValuePair_2_System_Int32_UnityEngine_Vector4___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013AC140, bool, Dictionary_2_System_Int32_UnityEngine_Vector4__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, KeyValuePair_2_System_Int32_UnityEngine_Vector4_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_UnityEngine_Vector4__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Int32_ *, Dictionary_2_System_Int32_UnityEngine_Vector4__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UnityEngine_Vector4_ *, Dictionary_2_System_Int32_UnityEngine_Vector4__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01383F00, IEnumerator_1_KeyValuePair_2_System_Int32_UnityEngine_Vector4_ *, Dictionary_2_System_Int32_UnityEngine_Vector4__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Int32_ *, Dictionary_2_System_Int32_UnityEngine_Vector4__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UnityEngine_Vector4_ *, Dictionary_2_System_Int32_UnityEngine_Vector4__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B42E0, void, Dictionary_2_System_Int32_UnityEngine_Vector4__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_UnityEngine_Vector4__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B4720, Object *, Dictionary_2_System_Int32_UnityEngine_Vector4__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AB900, void, Dictionary_2_System_Int32_UnityEngine_Vector4__System_Collections_IDictionary_Add, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_System_Int32_UnityEngine_Vector4__System_Collections_IDictionary_Contains, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01386210, IDictionaryEnumerator *, Dictionary_2_System_Int32_UnityEngine_Vector4__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_System_Int32_UnityEngine_Vector4__System_Collections_IDictionary_Remove, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_UnityEngine_Vector4__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_UnityEngine_Vector4__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013ADF90, Object *, Dictionary_2_System_Int32_UnityEngine_Vector4__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Int32_UnityEngine_Vector4__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Int32_UnityEngine_Vector4__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AB700, void, Dictionary_2_System_Int32_UnityEngine_Vector4__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01383F00, IEnumerator *, Dictionary_2_System_Int32_UnityEngine_Vector4__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AB060, bool, Dictionary_2_System_Int32_UnityEngine_Vector4__TryAdd, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, int32_t key, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x013ADA20, bool, Dictionary_2_System_Int32_UnityEngine_Vector4__TryGetValue, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, int32_t key, Vector4 * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60728, Dictionary_2_System_Int32_UnityEngine_Vector4__TryGetValue__MethodInfo); DO_APP_FUNC(0x013ACC40, bool, Dictionary_2_System_Int32_UnityEngine_Vector4__TryInsert, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, int32_t key, Vector4 value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Int32_UnityEngine_Vector4__get_Count, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013ABF60, Vector4, Dictionary_2_System_Int32_UnityEngine_Vector4__get_Item, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector4_ *, Dictionary_2_System_Int32_UnityEngine_Vector4__get_Keys, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector4_ *, Dictionary_2_System_Int32_UnityEngine_Vector4__get_Values, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A9470, void, Dictionary_2_System_Int32_UnityEngine_Vector4__set_Item, (Dictionary_2_System_Int32_UnityEngine_Vector4_ * __this, int32_t key, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef___ctor, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5728, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef___ctor_1, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, IDictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef___ctor_2, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef___ctor_3, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013B47D0, void, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef___ctor_4, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, IDictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * dictionary, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef___ctor_5, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, int32_t capacity, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013B4C00, void, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef___ctor_6, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013B4DA0, void, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__Add, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, int32_t key, TextResourceManager_FontAssetRef value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE57B0, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__Add__MethodInfo); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__Clear, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__ContainsKey, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5700, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__ContainsKey__MethodInfo); DO_APP_FUNC(0x013B5070, bool, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__ContainsValue, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, TextResourceManager_FontAssetRef value, MethodInfo * method)); DO_APP_FUNC(0x013B51A0, void, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__CopyTo, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, KeyValuePair_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013B58C0, int32_t, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__FindEntry, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x013B5340, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__GetEnumerator, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B5510, void, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__GetObjectData, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013B5B60, int32_t, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__Initialize, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013B61B0, void, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__OnDeserialization, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013B6980, bool, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__Remove, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x013B6640, void, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__Resize, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B66D0, void, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__Resize_1, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013B4DE0, void, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, KeyValuePair_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013B4E20, bool, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, KeyValuePair_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, KeyValuePair_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013B4F30, bool, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, KeyValuePair_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Int32_ *, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ *, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B53F0, IEnumerator_1_KeyValuePair_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ *, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Int32_ *, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ *, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B6CD0, void, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B7180, Object *, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B75A0, void, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_IDictionary_Add, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_IDictionary_Contains, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013B77A0, IDictionaryEnumerator *, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_IDictionary_Remove, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B7230, Object *, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B7390, void, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013B53F0, IEnumerator *, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B6C70, bool, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__TryAdd, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, int32_t key, TextResourceManager_FontAssetRef value, MethodInfo * method)); DO_APP_FUNC(0x013B6BA0, bool, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__TryGetValue, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, int32_t key, TextResourceManager_FontAssetRef * value, MethodInfo * method)); DO_APP_FUNC(0x013B5CE0, bool, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__TryInsert, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, int32_t key, TextResourceManager_FontAssetRef value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__get_Count, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B4C90, TextResourceManager_FontAssetRef, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__get_Item, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE56E0, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__get_Item__MethodInfo); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ *, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__get_Keys, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ *, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__get_Values, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B4D60, void, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__set_Item, (Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, int32_t key, TextResourceManager_FontAssetRef value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE56D8, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__set_Item__MethodInfo); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Int32Enum_System_Int32Enum___ctor, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Int32Enum_System_Int32Enum___ctor_1, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, IDictionary_2_System_Int32Enum_System_Int32Enum_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Int32Enum_System_Int32Enum___ctor_2, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, IEqualityComparer_1_System_Int32Enum_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Int32Enum_System_Int32Enum___ctor_3, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013B78C0, void, Dictionary_2_System_Int32Enum_System_Int32Enum___ctor_4, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, IDictionary_2_System_Int32Enum_System_Int32Enum_ * dictionary, IEqualityComparer_1_System_Int32Enum_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Int32Enum_System_Int32Enum___ctor_5, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, int32_t capacity, IEqualityComparer_1_System_Int32Enum_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013B7C60, void, Dictionary_2_System_Int32Enum_System_Int32Enum___ctor_6, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_Int32Enum_System_Int32Enum__Add, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, Int32Enum__Enum key, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Int32Enum_System_Int32Enum__Clear, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Int32Enum_System_Int32Enum__ContainsKey, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, Int32Enum__Enum key, MethodInfo * method)); DO_APP_FUNC(0x0137A380, bool, Dictionary_2_System_Int32Enum_System_Int32Enum__ContainsValue, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x013A1A30, void, Dictionary_2_System_Int32Enum_System_Int32Enum__CopyTo, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, KeyValuePair_2_System_Int32Enum_System_Int32Enum___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013949E0, int32_t, Dictionary_2_System_Int32Enum_System_Int32Enum__FindEntry, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, Int32Enum__Enum key, MethodInfo * method)); DO_APP_FUNC(0x0137A580, Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum_, Dictionary_2_System_Int32Enum_System_Int32Enum__GetEnumerator, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B7CF0, void, Dictionary_2_System_Int32Enum_System_Int32Enum__GetObjectData, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013B80A0, int32_t, Dictionary_2_System_Int32Enum_System_Int32Enum__Initialize, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Int32Enum_System_Int32Enum__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013B8220, void, Dictionary_2_System_Int32Enum_System_Int32Enum__OnDeserialization, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01395990, bool, Dictionary_2_System_Int32Enum_System_Int32Enum__Remove, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, Int32Enum__Enum key, MethodInfo * method)); DO_APP_FUNC(0x013B8680, void, Dictionary_2_System_Int32Enum_System_Int32Enum__Resize, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B8710, void, Dictionary_2_System_Int32Enum_System_Int32Enum__Resize_1, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x0137A180, void, Dictionary_2_System_Int32Enum_System_Int32Enum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, KeyValuePair_2_System_Int32Enum_System_Int32Enum_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x0137A1A0, bool, Dictionary_2_System_Int32Enum_System_Int32Enum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, KeyValuePair_2_System_Int32Enum_System_Int32Enum_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Int32Enum_System_Int32Enum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, KeyValuePair_2_System_Int32Enum_System_Int32Enum___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013A1930, bool, Dictionary_2_System_Int32Enum_System_Int32Enum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, KeyValuePair_2_System_Int32Enum_System_Int32Enum_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32Enum_System_Int32Enum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Int32Enum_ *, Dictionary_2_System_Int32Enum_System_Int32Enum__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Int32Enum_ *, Dictionary_2_System_Int32Enum_System_Int32Enum__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137A610, IEnumerator_1_KeyValuePair_2_System_Int32Enum_System_Int32Enum_ *, Dictionary_2_System_Int32Enum_System_Int32Enum__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Int32Enum_ *, Dictionary_2_System_Int32Enum_System_Int32Enum__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Int32Enum_ *, Dictionary_2_System_Int32Enum_System_Int32Enum__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B89B0, void, Dictionary_2_System_Int32Enum_System_Int32Enum__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32Enum_System_Int32Enum__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B8DE0, Object *, Dictionary_2_System_Int32Enum_System_Int32Enum__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A3420, void, Dictionary_2_System_Int32Enum_System_Int32Enum__System_Collections_IDictionary_Add, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_System_Int32Enum_System_Int32Enum__System_Collections_IDictionary_Contains, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0137C710, IDictionaryEnumerator *, Dictionary_2_System_Int32Enum_System_Int32Enum__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_System_Int32Enum_System_Int32Enum__System_Collections_IDictionary_Remove, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32Enum_System_Int32Enum__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32Enum_System_Int32Enum__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A3100, Object *, Dictionary_2_System_Int32Enum_System_Int32Enum__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Int32Enum_System_Int32Enum__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Int32Enum_System_Int32Enum__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A3230, void, Dictionary_2_System_Int32Enum_System_Int32Enum__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0137A610, IEnumerator *, Dictionary_2_System_Int32Enum_System_Int32Enum__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_Int32Enum_System_Int32Enum__TryAdd, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, Int32Enum__Enum key, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0137BC80, bool, Dictionary_2_System_Int32Enum_System_Int32Enum__TryGetValue, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, Int32Enum__Enum key, Int32Enum__Enum * value, MethodInfo * method)); DO_APP_FUNC(0x013A2070, bool, Dictionary_2_System_Int32Enum_System_Int32Enum__TryInsert, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, Int32Enum__Enum key, Int32Enum__Enum value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Int32Enum_System_Int32Enum__get_Count, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A1890, Int32Enum__Enum, Dictionary_2_System_Int32Enum_System_Int32Enum__get_Item, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, Int32Enum__Enum key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Int32Enum_ *, Dictionary_2_System_Int32Enum_System_Int32Enum__get_Keys, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Int32Enum_ *, Dictionary_2_System_Int32Enum_System_Int32Enum__get_Values, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_Int32Enum_System_Int32Enum__set_Item, (Dictionary_2_System_Int32Enum_System_Int32Enum_ * __this, Int32Enum__Enum key, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Int32Enum_System_Object___ctor, (Dictionary_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Int32Enum_System_Object___ctor_1, (Dictionary_2_System_Int32Enum_System_Object_ * __this, IDictionary_2_System_Int32Enum_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Int32Enum_System_Object___ctor_2, (Dictionary_2_System_Int32Enum_System_Object_ * __this, IEqualityComparer_1_System_Int32Enum_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Int32Enum_System_Object___ctor_3, (Dictionary_2_System_Int32Enum_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013B8E90, void, Dictionary_2_System_Int32Enum_System_Object___ctor_4, (Dictionary_2_System_Int32Enum_System_Object_ * __this, IDictionary_2_System_Int32Enum_System_Object_ * dictionary, IEqualityComparer_1_System_Int32Enum_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Int32Enum_System_Object___ctor_5, (Dictionary_2_System_Int32Enum_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_System_Int32Enum_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013B9240, void, Dictionary_2_System_Int32Enum_System_Object___ctor_6, (Dictionary_2_System_Int32Enum_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_Int32Enum_System_Object__Add, (Dictionary_2_System_Int32Enum_System_Object_ * __this, Int32Enum__Enum key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Int32Enum_System_Object__Clear, (Dictionary_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Int32Enum_System_Object__ContainsKey, (Dictionary_2_System_Int32Enum_System_Object_ * __this, Int32Enum__Enum key, MethodInfo * method)); DO_APP_FUNC(0x01377520, bool, Dictionary_2_System_Int32Enum_System_Object__ContainsValue, (Dictionary_2_System_Int32Enum_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013A70B0, void, Dictionary_2_System_Int32Enum_System_Object__CopyTo, (Dictionary_2_System_Int32Enum_System_Object_ * __this, KeyValuePair_2_System_Int32Enum_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0139F730, int32_t, Dictionary_2_System_Int32Enum_System_Object__FindEntry, (Dictionary_2_System_Int32Enum_System_Object_ * __this, Int32Enum__Enum key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Object_, Dictionary_2_System_Int32Enum_System_Object__GetEnumerator, (Dictionary_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B92D0, void, Dictionary_2_System_Int32Enum_System_Object__GetObjectData, (Dictionary_2_System_Int32Enum_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013B9680, int32_t, Dictionary_2_System_Int32Enum_System_Object__Initialize, (Dictionary_2_System_Int32Enum_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Int32Enum_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013B9800, void, Dictionary_2_System_Int32Enum_System_Object__OnDeserialization, (Dictionary_2_System_Int32Enum_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013A8380, bool, Dictionary_2_System_Int32Enum_System_Object__Remove, (Dictionary_2_System_Int32Enum_System_Object_ * __this, Int32Enum__Enum key, MethodInfo * method)); DO_APP_FUNC(0x013B9C70, void, Dictionary_2_System_Int32Enum_System_Object__Resize, (Dictionary_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B9D00, void, Dictionary_2_System_Int32Enum_System_Object__Resize_1, (Dictionary_2_System_Int32Enum_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013A50C0, void, Dictionary_2_System_Int32Enum_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Int32Enum_System_Object_ * __this, KeyValuePair_2_System_Int32Enum_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013A50E0, bool, Dictionary_2_System_Int32Enum_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Int32Enum_System_Object_ * __this, KeyValuePair_2_System_Int32Enum_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Int32Enum_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Int32Enum_System_Object_ * __this, KeyValuePair_2_System_Int32Enum_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013A51B0, bool, Dictionary_2_System_Int32Enum_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Int32Enum_System_Object_ * __this, KeyValuePair_2_System_Int32Enum_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32Enum_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Int32Enum_ *, Dictionary_2_System_Int32Enum_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_System_Int32Enum_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_System_Int32Enum_System_Object_ *, Dictionary_2_System_Int32Enum_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Int32Enum_ *, Dictionary_2_System_Int32Enum_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_System_Int32Enum_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B9FA0, void, Dictionary_2_System_Int32Enum_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Int32Enum_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32Enum_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013BA3A0, Object *, Dictionary_2_System_Int32Enum_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A8D40, void, Dictionary_2_System_Int32Enum_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_System_Int32Enum_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_System_Int32Enum_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_System_Int32Enum_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_System_Int32Enum_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_System_Int32Enum_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_System_Int32Enum_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32Enum_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int32Enum_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A8A40, Object *, Dictionary_2_System_Int32Enum_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Int32Enum_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Int32Enum_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Int32Enum_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A8B50, void, Dictionary_2_System_Int32Enum_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Int32Enum_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_System_Int32Enum_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_Int32Enum_System_Object__TryAdd, (Dictionary_2_System_Int32Enum_System_Object_ * __this, Int32Enum__Enum key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01378F50, bool, Dictionary_2_System_Int32Enum_System_Object__TryGetValue, (Dictionary_2_System_Int32Enum_System_Object_ * __this, Int32Enum__Enum key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x013A7740, bool, Dictionary_2_System_Int32Enum_System_Object__TryInsert, (Dictionary_2_System_Int32Enum_System_Object_ * __this, Int32Enum__Enum key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Int32Enum_System_Object__get_Count, (Dictionary_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A5020, Object *, Dictionary_2_System_Int32Enum_System_Object__get_Item, (Dictionary_2_System_Int32Enum_System_Object_ * __this, Int32Enum__Enum key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Object_ *, Dictionary_2_System_Int32Enum_System_Object__get_Keys, (Dictionary_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Object_ *, Dictionary_2_System_Int32Enum_System_Object__get_Values, (Dictionary_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_Int32Enum_System_Object__set_Item, (Dictionary_2_System_Int32Enum_System_Object_ * __this, Int32Enum__Enum key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle___ctor, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2FE8, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle___ctor_1, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, IDictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle___ctor_2, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, IEqualityComparer_1_System_Int64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle___ctor_3, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013BA450, void, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle___ctor_4, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, IDictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * dictionary, IEqualityComparer_1_System_Int64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle___ctor_5, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, int32_t capacity, IEqualityComparer_1_System_Int64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013BA900, void, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle___ctor_6, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013BAB00, void, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__Add, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, int64_t key, ComputedStyle value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__Clear, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__ContainsKey, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, int64_t key, MethodInfo * method)); DO_APP_FUNC(0x013BAF10, bool, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__ContainsValue, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, ComputedStyle value, MethodInfo * method)); DO_APP_FUNC(0x013BB0B0, void, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__CopyTo, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, KeyValuePair_2_System_Int64_UnityEngine_UIElements_ComputedStyle___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013BB830, int32_t, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__FindEntry, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, int64_t key, MethodInfo * method)); DO_APP_FUNC(0x013BB290, Dictionary_2_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle_, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__GetEnumerator, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013BB480, void, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__GetObjectData, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013BBAC0, int32_t, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__Initialize, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013BC160, void, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__OnDeserialization, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013BC980, bool, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__Remove, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, int64_t key, MethodInfo * method)); DO_APP_FUNC(0x013BC640, void, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__Resize, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013BC6D0, void, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__Resize_1, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013BAB80, void, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, KeyValuePair_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013BABF0, bool, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, KeyValuePair_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, KeyValuePair_2_System_Int64_UnityEngine_UIElements_ComputedStyle___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013BAD70, bool, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, KeyValuePair_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Int64_ *, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UnityEngine_UIElements_ComputedStyle_ *, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013BB350, IEnumerator_1_KeyValuePair_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ *, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Int64_ *, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UnityEngine_UIElements_ComputedStyle_ *, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013BCD50, void, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013BD280, Object *, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013BD710, void, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_IDictionary_Add, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0138B040, bool, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_IDictionary_Contains, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013BD950, IDictionaryEnumerator *, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138B230, void, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_IDictionary_Remove, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013BD330, Object *, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013BD4D0, void, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013BB350, IEnumerator *, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013BCCC0, bool, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__TryAdd, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, int64_t key, ComputedStyle value, MethodInfo * method)); DO_APP_FUNC(0x013BCBB0, bool, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__TryGetValue, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, int64_t key, ComputedStyle * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2FC0, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__TryGetValue__MethodInfo); DO_APP_FUNC(0x013BBC40, bool, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__TryInsert, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, int64_t key, ComputedStyle value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__get_Count, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013BA990, ComputedStyle, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__get_Item, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, int64_t key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ *, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__get_Keys, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ *, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__get_Values, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013BAA80, void, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__set_Item, (Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, int64_t key, ComputedStyle value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2FE0, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle__set_Item__MethodInfo); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Int64_System_Object___ctor, (Dictionary_2_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Int64_System_Object___ctor_1, (Dictionary_2_System_Int64_System_Object_ * __this, IDictionary_2_System_Int64_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Int64_System_Object___ctor_2, (Dictionary_2_System_Int64_System_Object_ * __this, IEqualityComparer_1_System_Int64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Int64_System_Object___ctor_3, (Dictionary_2_System_Int64_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013BDA80, void, Dictionary_2_System_Int64_System_Object___ctor_4, (Dictionary_2_System_Int64_System_Object_ * __this, IDictionary_2_System_Int64_System_Object_ * dictionary, IEqualityComparer_1_System_Int64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Int64_System_Object___ctor_5, (Dictionary_2_System_Int64_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_System_Int64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013BDE30, void, Dictionary_2_System_Int64_System_Object___ctor_6, (Dictionary_2_System_Int64_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_Int64_System_Object__Add, (Dictionary_2_System_Int64_System_Object_ * __this, int64_t key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Int64_System_Object__Clear, (Dictionary_2_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Int64_System_Object__ContainsKey, (Dictionary_2_System_Int64_System_Object_ * __this, int64_t key, MethodInfo * method)); DO_APP_FUNC(0x01377520, bool, Dictionary_2_System_Int64_System_Object__ContainsValue, (Dictionary_2_System_Int64_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013BE160, void, Dictionary_2_System_Int64_System_Object__CopyTo, (Dictionary_2_System_Int64_System_Object_ * __this, KeyValuePair_2_System_Int64_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013BE670, int32_t, Dictionary_2_System_Int64_System_Object__FindEntry, (Dictionary_2_System_Int64_System_Object_ * __this, int64_t key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_System_Int64_System_Object_, Dictionary_2_System_Int64_System_Object__GetEnumerator, (Dictionary_2_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013BE2C0, void, Dictionary_2_System_Int64_System_Object__GetObjectData, (Dictionary_2_System_Int64_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013BE900, int32_t, Dictionary_2_System_Int64_System_Object__Initialize, (Dictionary_2_System_Int64_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Int64_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013BEF20, void, Dictionary_2_System_Int64_System_Object__OnDeserialization, (Dictionary_2_System_Int64_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013BF6D0, bool, Dictionary_2_System_Int64_System_Object__Remove, (Dictionary_2_System_Int64_System_Object_ * __this, int64_t key, MethodInfo * method)); DO_APP_FUNC(0x013BF390, void, Dictionary_2_System_Int64_System_Object__Resize, (Dictionary_2_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013BF420, void, Dictionary_2_System_Int64_System_Object__Resize_1, (Dictionary_2_System_Int64_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013BDF60, void, Dictionary_2_System_Int64_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Int64_System_Object_ * __this, KeyValuePair_2_System_Int64_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013BDF80, bool, Dictionary_2_System_Int64_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Int64_System_Object_ * __this, KeyValuePair_2_System_Int64_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Int64_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Int64_System_Object_ * __this, KeyValuePair_2_System_Int64_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013BE060, bool, Dictionary_2_System_Int64_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Int64_System_Object_ * __this, KeyValuePair_2_System_Int64_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int64_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Int64_ *, Dictionary_2_System_Int64_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_System_Int64_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_System_Int64_System_Object_ *, Dictionary_2_System_Int64_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Int64_ *, Dictionary_2_System_Int64_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_System_Int64_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013BF8E0, void, Dictionary_2_System_Int64_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Int64_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int64_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013BFCD0, Object *, Dictionary_2_System_Int64_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C0080, void, Dictionary_2_System_Int64_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_System_Int64_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0138B040, bool, Dictionary_2_System_Int64_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_System_Int64_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_System_Int64_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138B230, void, Dictionary_2_System_Int64_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_System_Int64_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int64_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Int64_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013BFD80, Object *, Dictionary_2_System_Int64_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Int64_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Int64_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Int64_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013BFE90, void, Dictionary_2_System_Int64_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Int64_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_System_Int64_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_Int64_System_Object__TryAdd, (Dictionary_2_System_Int64_System_Object_ * __this, int64_t key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01378F50, bool, Dictionary_2_System_Int64_System_Object__TryGetValue, (Dictionary_2_System_Int64_System_Object_ * __this, int64_t key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x013BEA80, bool, Dictionary_2_System_Int64_System_Object__TryInsert, (Dictionary_2_System_Int64_System_Object_ * __this, int64_t key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Int64_System_Object__get_Count, (Dictionary_2_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013BDEC0, Object *, Dictionary_2_System_Int64_System_Object__get_Item, (Dictionary_2_System_Int64_System_Object_ * __this, int64_t key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_System_Object_ *, Dictionary_2_System_Int64_System_Object__get_Keys, (Dictionary_2_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_System_Object_ *, Dictionary_2_System_Int64_System_Object__get_Values, (Dictionary_2_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_Int64_System_Object__set_Item, (Dictionary_2_System_Int64_System_Object_ * __this, int64_t key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_IntPtr_System_Object___ctor, (Dictionary_2_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_IntPtr_System_Object___ctor_1, (Dictionary_2_System_IntPtr_System_Object_ * __this, IDictionary_2_System_IntPtr_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_IntPtr_System_Object___ctor_2, (Dictionary_2_System_IntPtr_System_Object_ * __this, IEqualityComparer_1_System_IntPtr_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_IntPtr_System_Object___ctor_3, (Dictionary_2_System_IntPtr_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013C0270, void, Dictionary_2_System_IntPtr_System_Object___ctor_4, (Dictionary_2_System_IntPtr_System_Object_ * __this, IDictionary_2_System_IntPtr_System_Object_ * dictionary, IEqualityComparer_1_System_IntPtr_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_IntPtr_System_Object___ctor_5, (Dictionary_2_System_IntPtr_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_System_IntPtr_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013C0620, void, Dictionary_2_System_IntPtr_System_Object___ctor_6, (Dictionary_2_System_IntPtr_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_IntPtr_System_Object__Add, (Dictionary_2_System_IntPtr_System_Object_ * __this, void * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_IntPtr_System_Object__Clear, (Dictionary_2_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_IntPtr_System_Object__ContainsKey, (Dictionary_2_System_IntPtr_System_Object_ * __this, void * key, MethodInfo * method)); DO_APP_FUNC(0x01377520, bool, Dictionary_2_System_IntPtr_System_Object__ContainsValue, (Dictionary_2_System_IntPtr_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013BE160, void, Dictionary_2_System_IntPtr_System_Object__CopyTo, (Dictionary_2_System_IntPtr_System_Object_ * __this, KeyValuePair_2_System_IntPtr_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013C0A60, int32_t, Dictionary_2_System_IntPtr_System_Object__FindEntry, (Dictionary_2_System_IntPtr_System_Object_ * __this, void * key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_System_IntPtr_System_Object_, Dictionary_2_System_IntPtr_System_Object__GetEnumerator, (Dictionary_2_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C06B0, void, Dictionary_2_System_IntPtr_System_Object__GetObjectData, (Dictionary_2_System_IntPtr_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013C0CE0, int32_t, Dictionary_2_System_IntPtr_System_Object__Initialize, (Dictionary_2_System_IntPtr_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_IntPtr_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013C1300, void, Dictionary_2_System_IntPtr_System_Object__OnDeserialization, (Dictionary_2_System_IntPtr_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013C1AA0, bool, Dictionary_2_System_IntPtr_System_Object__Remove, (Dictionary_2_System_IntPtr_System_Object_ * __this, void * key, MethodInfo * method)); DO_APP_FUNC(0x013C1770, void, Dictionary_2_System_IntPtr_System_Object__Resize, (Dictionary_2_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C1800, void, Dictionary_2_System_IntPtr_System_Object__Resize_1, (Dictionary_2_System_IntPtr_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013BDF60, void, Dictionary_2_System_IntPtr_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_IntPtr_System_Object_ * __this, KeyValuePair_2_System_IntPtr_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013BDF80, bool, Dictionary_2_System_IntPtr_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_IntPtr_System_Object_ * __this, KeyValuePair_2_System_IntPtr_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_IntPtr_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_IntPtr_System_Object_ * __this, KeyValuePair_2_System_IntPtr_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013BE060, bool, Dictionary_2_System_IntPtr_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_IntPtr_System_Object_ * __this, KeyValuePair_2_System_IntPtr_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_IntPtr_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_IntPtr_ *, Dictionary_2_System_IntPtr_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_System_IntPtr_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_System_IntPtr_System_Object_ *, Dictionary_2_System_IntPtr_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_IntPtr_ *, Dictionary_2_System_IntPtr_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_System_IntPtr_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C1CC0, void, Dictionary_2_System_IntPtr_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_System_IntPtr_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_IntPtr_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C20B0, Object *, Dictionary_2_System_IntPtr_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C0080, void, Dictionary_2_System_IntPtr_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_System_IntPtr_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0138B040, bool, Dictionary_2_System_IntPtr_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_System_IntPtr_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_System_IntPtr_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138B230, void, Dictionary_2_System_IntPtr_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_System_IntPtr_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_IntPtr_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_IntPtr_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013BFD80, Object *, Dictionary_2_System_IntPtr_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_System_IntPtr_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_IntPtr_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_IntPtr_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013BFE90, void, Dictionary_2_System_IntPtr_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_System_IntPtr_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_System_IntPtr_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_IntPtr_System_Object__TryAdd, (Dictionary_2_System_IntPtr_System_Object_ * __this, void * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01378F50, bool, Dictionary_2_System_IntPtr_System_Object__TryGetValue, (Dictionary_2_System_IntPtr_System_Object_ * __this, void * key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x013C0E60, bool, Dictionary_2_System_IntPtr_System_Object__TryInsert, (Dictionary_2_System_IntPtr_System_Object_ * __this, void * key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_IntPtr_System_Object__get_Count, (Dictionary_2_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013BDEC0, Object *, Dictionary_2_System_IntPtr_System_Object__get_Item, (Dictionary_2_System_IntPtr_System_Object_ * __this, void * key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_IntPtr_System_Object_ *, Dictionary_2_System_IntPtr_System_Object__get_Keys, (Dictionary_2_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_System_Object_ *, Dictionary_2_System_IntPtr_System_Object__get_Values, (Dictionary_2_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_IntPtr_System_Object__set_Item, (Dictionary_2_System_IntPtr_System_Object_ * __this, void * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98C80, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString___ctor_1, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IDictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString___ctor_2, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString___ctor_3, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013C2160, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString___ctor_4, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IDictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * dictionary, IEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString___ctor_5, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t capacity, IEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013C2530, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString___ctor_6, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013C26E0, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__Add, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString key, InternedString value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__Clear, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013720A0, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__ContainsKey, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString key, MethodInfo * method)); DO_APP_FUNC(0x013C2990, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__ContainsValue, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString value, MethodInfo * method)); DO_APP_FUNC(0x013C2AA0, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__CopyTo, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013C2FD0, int32_t, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__FindEntry, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString key, MethodInfo * method)); DO_APP_FUNC(0x0137E910, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__GetEnumerator, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C2C20, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__GetObjectData, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013C32D0, int32_t, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__Initialize, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013C3A40, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__OnDeserialization, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013C4250, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__Remove, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91080, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__Remove__MethodInfo); DO_APP_FUNC(0x013C3EE0, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__Resize, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C3F70, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__Resize_1, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013C2730, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013C2770, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013C2860, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137E9C0, IEnumerator_1_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C4640, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_ICollection_CopyTo, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C4AA0, Object *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C4EB0, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IDictionary_Add, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01374910, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IDictionary_Contains, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01381090, IDictionaryEnumerator *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374B10, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IDictionary_Remove, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C4B50, Object *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IDictionary_get_Item, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IDictionary_get_Keys, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IDictionary_get_Values, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C4CB0, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IDictionary_set_Item, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0137E9C0, IEnumerator *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C45E0, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__TryAdd, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString key, InternedString value, MethodInfo * method)); DO_APP_FUNC(0x013C4520, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__TryGetValue, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString key, InternedString * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC17A0, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__TryGetValue__MethodInfo); DO_APP_FUNC(0x013C3450, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__TryInsert, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString key, InternedString value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__get_Count, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C25C0, InternedString, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__get_Item, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__get_Keys, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__get_Values, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C2690, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__set_Item, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString key, InternedString value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C910B8, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__set_Item__MethodInfo); DO_APP_FUNC(0x0101B110, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object___ctor, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object___ctor_1, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, IDictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object___ctor_2, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, IEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object___ctor_3, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013C50B0, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object___ctor_4, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, IDictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * dictionary, IEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object___ctor_5, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013C5490, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object___ctor_6, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01371DD0, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Add, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, InternedString key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Clear, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013720A0, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__ContainsKey, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, InternedString key, MethodInfo * method)); DO_APP_FUNC(0x013720F0, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__ContainsValue, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013C5520, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__CopyTo, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013C5A50, int32_t, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__FindEntry, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, InternedString key, MethodInfo * method)); DO_APP_FUNC(0x013723A0, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object_, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__GetEnumerator, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C56A0, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__GetObjectData, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013C5D50, int32_t, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Initialize, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013C64C0, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__OnDeserialization, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013C6CA0, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Remove, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, InternedString key, MethodInfo * method)); DO_APP_FUNC(0x013C6930, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Resize, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C69C0, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Resize_1, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x01371E10, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01371E40, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01371F20, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator_1_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C6F70, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C73A0, Object *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374710, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01374910, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374A10, IDictionaryEnumerator *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374B10, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374380, Object *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013744A0, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01373E00, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__TryAdd, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, InternedString key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01373D40, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__TryGetValue, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, InternedString key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x013C5ED0, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__TryInsert, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, InternedString key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__get_Count, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371CE0, Object *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__get_Item, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, InternedString key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__get_Keys, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__get_Values, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371D90, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__set_Item, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, InternedString key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout___ctor, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98C88, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout___ctor_1, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, IDictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout___ctor_2, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, IEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout___ctor_3, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013C7450, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout___ctor_4, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, IDictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * dictionary, IEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout___ctor_5, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, int32_t capacity, IEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013C7820, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout___ctor_6, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013C26E0, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__Add, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, InternedString key, InputControlLayout_Collection_PrecompiledLayout value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__Clear, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013720A0, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__ContainsKey, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, InternedString key, MethodInfo * method)); DO_APP_FUNC(0x013C2990, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__ContainsValue, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, InputControlLayout_Collection_PrecompiledLayout value, MethodInfo * method)); DO_APP_FUNC(0x013C2AA0, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__CopyTo, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013C2FD0, int32_t, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__FindEntry, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, InternedString key, MethodInfo * method)); DO_APP_FUNC(0x0137E910, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__GetEnumerator, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C78B0, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__GetObjectData, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013C7C60, int32_t, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__Initialize, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013C7DE0, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__OnDeserialization, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013C4250, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__Remove, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, InternedString key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DC18, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__Remove__MethodInfo); DO_APP_FUNC(0x013C8280, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__Resize, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C8310, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__Resize_1, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013C2730, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013C2770, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013C2860, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137E9C0, IEnumerator_1_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C85F0, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_ICollection_CopyTo, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C8A50, Object *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C4EB0, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_IDictionary_Add, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01374910, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_IDictionary_Contains, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01381090, IDictionaryEnumerator *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374B10, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_IDictionary_Remove, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C4B50, Object *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_IDictionary_get_Item, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_IDictionary_get_Keys, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_IDictionary_get_Values, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C4CB0, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_IDictionary_set_Item, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0137E9C0, IEnumerator *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C45E0, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__TryAdd, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, InternedString key, InputControlLayout_Collection_PrecompiledLayout value, MethodInfo * method)); DO_APP_FUNC(0x013C4520, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__TryGetValue, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, InternedString key, InputControlLayout_Collection_PrecompiledLayout * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5018, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__TryGetValue__MethodInfo); DO_APP_FUNC(0x013C3450, bool, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__TryInsert, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, InternedString key, InputControlLayout_Collection_PrecompiledLayout value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__get_Count, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C910C0, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__get_Count__MethodInfo); DO_APP_FUNC(0x013C25C0, InputControlLayout_Collection_PrecompiledLayout, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__get_Item, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, InternedString key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DBC0, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__get_Item__MethodInfo); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__get_Keys, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DBB8, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__get_Keys__MethodInfo); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ *, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__get_Values, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C2690, void, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__set_Item, (Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, InternedString key, InputControlLayout_Collection_PrecompiledLayout value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4FA0, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__set_Item__MethodInfo); DO_APP_FUNC(0x0101B110, void, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object___ctor, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object___ctor_1, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, IDictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object___ctor_2, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, IEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object___ctor_3, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013C8B00, void, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object___ctor_4, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, IDictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * dictionary, IEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object___ctor_5, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013C8EC0, void, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object___ctor_6, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__Add, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__Clear, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__ContainsKey, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK key, MethodInfo * method)); DO_APP_FUNC(0x01377520, bool, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__ContainsValue, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013A70B0, void, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__CopyTo, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, KeyValuePair_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013C93A0, int32_t, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__FindEntry, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__GetEnumerator, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C8FF0, void, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__GetObjectData, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013C9660, int32_t, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__Initialize, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013C9CD0, void, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__OnDeserialization, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013CA4F0, bool, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__Remove, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK key, MethodInfo * method)); DO_APP_FUNC(0x013CA140, void, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__Resize, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CA1D0, void, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__Resize_1, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013A50C0, void, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, KeyValuePair_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013A50E0, bool, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, KeyValuePair_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, KeyValuePair_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013A51B0, bool, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, KeyValuePair_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ *, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ *, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ *, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CA750, void, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CAB50, Object *, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CADF0, void, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A8A40, Object *, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CAC00, void, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__TryAdd, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01378F50, bool, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__TryGetValue, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x013C97E0, bool, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__TryInsert, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__get_Count, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C8F50, Object *, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__get_Item, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ *, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__get_Keys, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ *, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__get_Values, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__set_Item, (Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_Photon_Bolt_NetworkId_System_Object___ctor, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_Photon_Bolt_NetworkId_System_Object___ctor_1, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, IDictionary_2_Photon_Bolt_NetworkId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_Photon_Bolt_NetworkId_System_Object___ctor_2, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, IEqualityComparer_1_Photon_Bolt_NetworkId_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_Photon_Bolt_NetworkId_System_Object___ctor_3, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013CAFD0, void, Dictionary_2_Photon_Bolt_NetworkId_System_Object___ctor_4, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, IDictionary_2_Photon_Bolt_NetworkId_System_Object_ * dictionary, IEqualityComparer_1_Photon_Bolt_NetworkId_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_Photon_Bolt_NetworkId_System_Object___ctor_5, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_Photon_Bolt_NetworkId_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013CB390, void, Dictionary_2_Photon_Bolt_NetworkId_System_Object___ctor_6, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_Photon_Bolt_NetworkId_System_Object__Add, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, NetworkId key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_Photon_Bolt_NetworkId_System_Object__Clear, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_Photon_Bolt_NetworkId_System_Object__ContainsKey, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, NetworkId key, MethodInfo * method)); DO_APP_FUNC(0x01377520, bool, Dictionary_2_Photon_Bolt_NetworkId_System_Object__ContainsValue, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013BE160, void, Dictionary_2_Photon_Bolt_NetworkId_System_Object__CopyTo, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, KeyValuePair_2_Photon_Bolt_NetworkId_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013CB880, int32_t, Dictionary_2_Photon_Bolt_NetworkId_System_Object__FindEntry, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, NetworkId key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object_, Dictionary_2_Photon_Bolt_NetworkId_System_Object__GetEnumerator, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CB4D0, void, Dictionary_2_Photon_Bolt_NetworkId_System_Object__GetObjectData, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013CBB20, int32_t, Dictionary_2_Photon_Bolt_NetworkId_System_Object__Initialize, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_Photon_Bolt_NetworkId_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013CC150, void, Dictionary_2_Photon_Bolt_NetworkId_System_Object__OnDeserialization, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013CC900, bool, Dictionary_2_Photon_Bolt_NetworkId_System_Object__Remove, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, NetworkId key, MethodInfo * method)); DO_APP_FUNC(0x013CC5C0, void, Dictionary_2_Photon_Bolt_NetworkId_System_Object__Resize, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CC650, void, Dictionary_2_Photon_Bolt_NetworkId_System_Object__Resize_1, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013BDF60, void, Dictionary_2_Photon_Bolt_NetworkId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, KeyValuePair_2_Photon_Bolt_NetworkId_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013BDF80, bool, Dictionary_2_Photon_Bolt_NetworkId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, KeyValuePair_2_Photon_Bolt_NetworkId_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_Photon_Bolt_NetworkId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, KeyValuePair_2_Photon_Bolt_NetworkId_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013BE060, bool, Dictionary_2_Photon_Bolt_NetworkId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, KeyValuePair_2_Photon_Bolt_NetworkId_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Photon_Bolt_NetworkId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_Photon_Bolt_NetworkId_ *, Dictionary_2_Photon_Bolt_NetworkId_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_Photon_Bolt_NetworkId_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_Photon_Bolt_NetworkId_System_Object_ *, Dictionary_2_Photon_Bolt_NetworkId_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_Photon_Bolt_NetworkId_ *, Dictionary_2_Photon_Bolt_NetworkId_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_Photon_Bolt_NetworkId_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CCB20, void, Dictionary_2_Photon_Bolt_NetworkId_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Photon_Bolt_NetworkId_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CCF10, Object *, Dictionary_2_Photon_Bolt_NetworkId_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CD1B0, void, Dictionary_2_Photon_Bolt_NetworkId_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0138B040, bool, Dictionary_2_Photon_Bolt_NetworkId_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_Photon_Bolt_NetworkId_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138B230, void, Dictionary_2_Photon_Bolt_NetworkId_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Photon_Bolt_NetworkId_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Photon_Bolt_NetworkId_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013BFD80, Object *, Dictionary_2_Photon_Bolt_NetworkId_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_Photon_Bolt_NetworkId_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_Photon_Bolt_NetworkId_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CCFC0, void, Dictionary_2_Photon_Bolt_NetworkId_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_Photon_Bolt_NetworkId_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_Photon_Bolt_NetworkId_System_Object__TryAdd, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, NetworkId key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01378F50, bool, Dictionary_2_Photon_Bolt_NetworkId_System_Object__TryGetValue, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, NetworkId key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x013CBCA0, bool, Dictionary_2_Photon_Bolt_NetworkId_System_Object__TryInsert, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, NetworkId key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_Photon_Bolt_NetworkId_System_Object__get_Count, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CB420, Object *, Dictionary_2_Photon_Bolt_NetworkId_System_Object__get_Item, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, NetworkId key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_NetworkId_System_Object_ *, Dictionary_2_Photon_Bolt_NetworkId_System_Object__get_Keys, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_System_Object_ *, Dictionary_2_Photon_Bolt_NetworkId_System_Object__get_Values, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_Photon_Bolt_NetworkId_System_Object__set_Item, (Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * __this, NetworkId key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor_1, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, IDictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor_2, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor_3, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013CD3A0, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor_4, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, IDictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * dictionary, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor_5, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013CD7D0, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor_6, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013B4DA0, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Add, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * key, AsyncOperationHandle_1_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Clear, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__ContainsKey, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013B5070, bool, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__ContainsValue, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, AsyncOperationHandle_1_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x013CDB80, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__CopyTo, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013CE100, int32_t, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__FindEntry, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013B5340, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__GetEnumerator, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CDD50, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__GetObjectData, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013CE370, int32_t, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Initialize, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013CE990, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__OnDeserialization, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013CF180, bool, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Remove, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013CEE50, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Resize, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CEEE0, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Resize_1, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013CD8F0, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013CD930, bool, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013CDA40, bool, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 *, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B53F0, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ *, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 *, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CF4D0, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CF950, Object *, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CFD70, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IDictionary_Add, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013CFF80, bool, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IDictionary_Contains, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013B77A0, IDictionaryEnumerator *, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0080, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IDictionary_Remove, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CFA00, Object *, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CFB60, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013B53F0, IEnumerator *, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B6C70, bool, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__TryAdd, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * key, AsyncOperationHandle_1_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x013CF400, bool, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__TryGetValue, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * key, AsyncOperationHandle_1_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x013CE4F0, bool, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__TryInsert, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * key, AsyncOperationHandle_1_System_Object_ value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__get_Count, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CD860, AsyncOperationHandle_1_System_Object_, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__get_Item, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ *, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__get_Keys, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ *, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__get_Values, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B4D60, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__set_Item, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * key, AsyncOperationHandle_1_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84290, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor_1, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, IDictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor_2, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor_3, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013D0170, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor_4, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, IDictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * dictionary, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor_5, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013D0580, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor_6, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01391410, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Add, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * key, AsyncOperationHandle value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83E30, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Add__MethodInfo); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Clear, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83E18, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Clear__MethodInfo); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__ContainsKey, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83E50, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__ContainsKey__MethodInfo); DO_APP_FUNC(0x013D0920, bool, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__ContainsValue, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle value, MethodInfo * method)); DO_APP_FUNC(0x013D0A50, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__CopyTo, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D0FB0, int32_t, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__FindEntry, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0137E910, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__GetEnumerator, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0C00, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__GetObjectData, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013D1210, int32_t, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Initialize, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013D1820, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__OnDeserialization, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013D2000, bool, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Remove, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C841E8, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Remove__MethodInfo); DO_APP_FUNC(0x013D1CE0, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Resize, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D1D70, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Resize_1, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013D06A0, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013D06E0, bool, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D07F0, bool, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ *, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137E9C0, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ *, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ *, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D2340, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D2780, Object *, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D2BA0, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IDictionary_Add, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013CFF80, bool, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IDictionary_Contains, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01381090, IDictionaryEnumerator *, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0080, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IDictionary_Remove, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D2830, Object *, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D2990, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0137E9C0, IEnumerator *, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01393170, bool, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__TryAdd, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * key, AsyncOperationHandle value, MethodInfo * method)); DO_APP_FUNC(0x013D2270, bool, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__TryGetValue, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * key, AsyncOperationHandle * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62A00, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__TryGetValue__MethodInfo); DO_APP_FUNC(0x013D1390, bool, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__TryInsert, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * key, AsyncOperationHandle value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Count, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84268, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Count__MethodInfo); DO_APP_FUNC(0x013D0610, AsyncOperationHandle, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Item, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ *, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Keys, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ *, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Values, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013913C0, void, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__set_Item, (Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * key, AsyncOperationHandle value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Object_System_Boolean___ctor, (Dictionary_2_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Object_System_Boolean___ctor_1, (Dictionary_2_System_Object_System_Boolean_ * __this, IDictionary_2_System_Object_System_Boolean_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Object_System_Boolean___ctor_2, (Dictionary_2_System_Object_System_Boolean_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Object_System_Boolean___ctor_3, (Dictionary_2_System_Object_System_Boolean_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013D2DB0, void, Dictionary_2_System_Object_System_Boolean___ctor_4, (Dictionary_2_System_Object_System_Boolean_ * __this, IDictionary_2_System_Object_System_Boolean_ * dictionary, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Object_System_Boolean___ctor_5, (Dictionary_2_System_Object_System_Boolean_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013D3160, void, Dictionary_2_System_Object_System_Boolean___ctor_6, (Dictionary_2_System_Object_System_Boolean_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_Object_System_Boolean__Add, (Dictionary_2_System_Object_System_Boolean_ * __this, Object * key, bool value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Object_System_Boolean__Clear, (Dictionary_2_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Object_System_Boolean__ContainsKey, (Dictionary_2_System_Object_System_Boolean_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013D3460, bool, Dictionary_2_System_Object_System_Boolean__ContainsValue, (Dictionary_2_System_Object_System_Boolean_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x013D3550, void, Dictionary_2_System_Object_System_Boolean__CopyTo, (Dictionary_2_System_Object_System_Boolean_ * __this, KeyValuePair_2_System_Object_System_Boolean___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D3A60, int32_t, Dictionary_2_System_Object_System_Boolean__FindEntry, (Dictionary_2_System_Object_System_Boolean_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Boolean_, Dictionary_2_System_Object_System_Boolean__GetEnumerator, (Dictionary_2_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D36B0, void, Dictionary_2_System_Object_System_Boolean__GetObjectData, (Dictionary_2_System_Object_System_Boolean_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013D3CC0, int32_t, Dictionary_2_System_Object_System_Boolean__Initialize, (Dictionary_2_System_Object_System_Boolean_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Object_System_Boolean__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013D4240, void, Dictionary_2_System_Object_System_Boolean__OnDeserialization, (Dictionary_2_System_Object_System_Boolean_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013D49F0, bool, Dictionary_2_System_Object_System_Boolean__Remove, (Dictionary_2_System_Object_System_Boolean_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013D46D0, void, Dictionary_2_System_Object_System_Boolean__Resize, (Dictionary_2_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D4760, void, Dictionary_2_System_Object_System_Boolean__Resize_1, (Dictionary_2_System_Object_System_Boolean_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013D3260, void, Dictionary_2_System_Object_System_Boolean__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Object_System_Boolean_ * __this, KeyValuePair_2_System_Object_System_Boolean_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013D3280, bool, Dictionary_2_System_Object_System_Boolean__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Object_System_Boolean_ * __this, KeyValuePair_2_System_Object_System_Boolean_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Object_System_Boolean__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Object_System_Boolean_ * __this, KeyValuePair_2_System_Object_System_Boolean___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D3360, bool, Dictionary_2_System_Object_System_Boolean__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Object_System_Boolean_ * __this, KeyValuePair_2_System_Object_System_Boolean_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_Boolean__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Object_ *, Dictionary_2_System_Object_System_Boolean__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Boolean_ *, Dictionary_2_System_Object_System_Boolean__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_System_Object_System_Boolean_ *, Dictionary_2_System_Object_System_Boolean__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_System_Boolean__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Boolean_ *, Dictionary_2_System_Object_System_Boolean__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D4CE0, void, Dictionary_2_System_Object_System_Boolean__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Object_System_Boolean_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_Boolean__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D50F0, Object *, Dictionary_2_System_Object_System_Boolean__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D54F0, void, Dictionary_2_System_Object_System_Boolean__System_Collections_IDictionary_Add, (Dictionary_2_System_Object_System_Boolean_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013CFF80, bool, Dictionary_2_System_Object_System_Boolean__System_Collections_IDictionary_Contains, (Dictionary_2_System_Object_System_Boolean_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_System_Object_System_Boolean__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0080, void, Dictionary_2_System_Object_System_Boolean__System_Collections_IDictionary_Remove, (Dictionary_2_System_Object_System_Boolean_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_Boolean__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_Boolean__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D51A0, Object *, Dictionary_2_System_Object_System_Boolean__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Object_System_Boolean_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Object_System_Boolean__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Object_System_Boolean__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D52F0, void, Dictionary_2_System_Object_System_Boolean__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Object_System_Boolean_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_System_Object_System_Boolean__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_Object_System_Boolean__TryAdd, (Dictionary_2_System_Object_System_Boolean_ * __this, Object * key, bool value, MethodInfo * method)); DO_APP_FUNC(0x013D4C60, bool, Dictionary_2_System_Object_System_Boolean__TryGetValue, (Dictionary_2_System_Object_System_Boolean_ * __this, Object * key, bool * value, MethodInfo * method)); DO_APP_FUNC(0x013D3E40, bool, Dictionary_2_System_Object_System_Boolean__TryInsert, (Dictionary_2_System_Object_System_Boolean_ * __this, Object * key, bool value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Object_System_Boolean__get_Count, (Dictionary_2_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D31F0, bool, Dictionary_2_System_Object_System_Boolean__get_Item, (Dictionary_2_System_Object_System_Boolean_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Boolean_ *, Dictionary_2_System_Object_System_Boolean__get_Keys, (Dictionary_2_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Boolean_ *, Dictionary_2_System_Object_System_Boolean__get_Values, (Dictionary_2_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_Object_System_Boolean__set_Item, (Dictionary_2_System_Object_System_Boolean_ * __this, Object * key, bool value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Object_UnityEngine_Bounds___ctor, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Object_UnityEngine_Bounds___ctor_1, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, IDictionary_2_System_Object_UnityEngine_Bounds_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Object_UnityEngine_Bounds___ctor_2, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Object_UnityEngine_Bounds___ctor_3, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013D56E0, void, Dictionary_2_System_Object_UnityEngine_Bounds___ctor_4, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, IDictionary_2_System_Object_UnityEngine_Bounds_ * dictionary, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Object_UnityEngine_Bounds___ctor_5, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013D5AF0, void, Dictionary_2_System_Object_UnityEngine_Bounds___ctor_6, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01391410, void, Dictionary_2_System_Object_UnityEngine_Bounds__Add, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, Object * key, Bounds value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Object_UnityEngine_Bounds__Clear, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Object_UnityEngine_Bounds__ContainsKey, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013D0920, bool, Dictionary_2_System_Object_UnityEngine_Bounds__ContainsValue, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, Bounds value, MethodInfo * method)); DO_APP_FUNC(0x013D5B80, void, Dictionary_2_System_Object_UnityEngine_Bounds__CopyTo, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, KeyValuePair_2_System_Object_UnityEngine_Bounds___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D0FB0, int32_t, Dictionary_2_System_Object_UnityEngine_Bounds__FindEntry, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0137E910, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds_, Dictionary_2_System_Object_UnityEngine_Bounds__GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D5D20, void, Dictionary_2_System_Object_UnityEngine_Bounds__GetObjectData, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013D60D0, int32_t, Dictionary_2_System_Object_UnityEngine_Bounds__Initialize, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Object_UnityEngine_Bounds__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013D6670, void, Dictionary_2_System_Object_UnityEngine_Bounds__OnDeserialization, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013D6E50, bool, Dictionary_2_System_Object_UnityEngine_Bounds__Remove, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013D6B30, void, Dictionary_2_System_Object_UnityEngine_Bounds__Resize, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D6BC0, void, Dictionary_2_System_Object_UnityEngine_Bounds__Resize_1, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013D06A0, void, Dictionary_2_System_Object_UnityEngine_Bounds__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, KeyValuePair_2_System_Object_UnityEngine_Bounds_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013D06E0, bool, Dictionary_2_System_Object_UnityEngine_Bounds__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, KeyValuePair_2_System_Object_UnityEngine_Bounds_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Object_UnityEngine_Bounds__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, KeyValuePair_2_System_Object_UnityEngine_Bounds___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D07F0, bool, Dictionary_2_System_Object_UnityEngine_Bounds__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, KeyValuePair_2_System_Object_UnityEngine_Bounds_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Bounds__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_Bounds__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UnityEngine_Bounds_ *, Dictionary_2_System_Object_UnityEngine_Bounds__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137E9C0, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_Bounds_ *, Dictionary_2_System_Object_UnityEngine_Bounds__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_Bounds__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UnityEngine_Bounds_ *, Dictionary_2_System_Object_UnityEngine_Bounds__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D7150, void, Dictionary_2_System_Object_UnityEngine_Bounds__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Bounds__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D75A0, Object *, Dictionary_2_System_Object_UnityEngine_Bounds__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D2BA0, void, Dictionary_2_System_Object_UnityEngine_Bounds__System_Collections_IDictionary_Add, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013CFF80, bool, Dictionary_2_System_Object_UnityEngine_Bounds__System_Collections_IDictionary_Contains, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01381090, IDictionaryEnumerator *, Dictionary_2_System_Object_UnityEngine_Bounds__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0080, void, Dictionary_2_System_Object_UnityEngine_Bounds__System_Collections_IDictionary_Remove, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Bounds__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Bounds__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D2830, Object *, Dictionary_2_System_Object_UnityEngine_Bounds__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Object_UnityEngine_Bounds__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Object_UnityEngine_Bounds__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D2990, void, Dictionary_2_System_Object_UnityEngine_Bounds__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0137E9C0, IEnumerator *, Dictionary_2_System_Object_UnityEngine_Bounds__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01393170, bool, Dictionary_2_System_Object_UnityEngine_Bounds__TryAdd, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, Object * key, Bounds value, MethodInfo * method)); DO_APP_FUNC(0x013D70C0, bool, Dictionary_2_System_Object_UnityEngine_Bounds__TryGetValue, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, Object * key, Bounds * value, MethodInfo * method)); DO_APP_FUNC(0x013D6250, bool, Dictionary_2_System_Object_UnityEngine_Bounds__TryInsert, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, Object * key, Bounds value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Object_UnityEngine_Bounds__get_Count, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0610, Bounds, Dictionary_2_System_Object_UnityEngine_Bounds__get_Item, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Bounds_ *, Dictionary_2_System_Object_UnityEngine_Bounds__get_Keys, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Bounds_ *, Dictionary_2_System_Object_UnityEngine_Bounds__get_Values, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013913C0, void, Dictionary_2_System_Object_UnityEngine_Bounds__set_Item, (Dictionary_2_System_Object_UnityEngine_Bounds_ * __this, Object * key, Bounds value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Object_System_Byte___ctor, (Dictionary_2_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Object_System_Byte___ctor_1, (Dictionary_2_System_Object_System_Byte_ * __this, IDictionary_2_System_Object_System_Byte_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Object_System_Byte___ctor_2, (Dictionary_2_System_Object_System_Byte_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Object_System_Byte___ctor_3, (Dictionary_2_System_Object_System_Byte_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013D7650, void, Dictionary_2_System_Object_System_Byte___ctor_4, (Dictionary_2_System_Object_System_Byte_ * __this, IDictionary_2_System_Object_System_Byte_ * dictionary, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Object_System_Byte___ctor_5, (Dictionary_2_System_Object_System_Byte_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013D7A00, void, Dictionary_2_System_Object_System_Byte___ctor_6, (Dictionary_2_System_Object_System_Byte_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_Object_System_Byte__Add, (Dictionary_2_System_Object_System_Byte_ * __this, Object * key, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Object_System_Byte__Clear, (Dictionary_2_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Object_System_Byte__ContainsKey, (Dictionary_2_System_Object_System_Byte_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013D7A90, bool, Dictionary_2_System_Object_System_Byte__ContainsValue, (Dictionary_2_System_Object_System_Byte_ * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x013D3550, void, Dictionary_2_System_Object_System_Byte__CopyTo, (Dictionary_2_System_Object_System_Byte_ * __this, KeyValuePair_2_System_Object_System_Byte___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D3A60, int32_t, Dictionary_2_System_Object_System_Byte__FindEntry, (Dictionary_2_System_Object_System_Byte_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Byte_, Dictionary_2_System_Object_System_Byte__GetEnumerator, (Dictionary_2_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D7B80, void, Dictionary_2_System_Object_System_Byte__GetObjectData, (Dictionary_2_System_Object_System_Byte_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013D7F30, int32_t, Dictionary_2_System_Object_System_Byte__Initialize, (Dictionary_2_System_Object_System_Byte_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Object_System_Byte__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013D80B0, void, Dictionary_2_System_Object_System_Byte__OnDeserialization, (Dictionary_2_System_Object_System_Byte_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013D49F0, bool, Dictionary_2_System_Object_System_Byte__Remove, (Dictionary_2_System_Object_System_Byte_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013D8540, void, Dictionary_2_System_Object_System_Byte__Resize, (Dictionary_2_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D85D0, void, Dictionary_2_System_Object_System_Byte__Resize_1, (Dictionary_2_System_Object_System_Byte_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013D3260, void, Dictionary_2_System_Object_System_Byte__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Object_System_Byte_ * __this, KeyValuePair_2_System_Object_System_Byte_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013D3280, bool, Dictionary_2_System_Object_System_Byte__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Object_System_Byte_ * __this, KeyValuePair_2_System_Object_System_Byte_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Object_System_Byte__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Object_System_Byte_ * __this, KeyValuePair_2_System_Object_System_Byte___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D3360, bool, Dictionary_2_System_Object_System_Byte__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Object_System_Byte_ * __this, KeyValuePair_2_System_Object_System_Byte_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_Byte__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Object_ *, Dictionary_2_System_Object_System_Byte__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Byte__1 *, Dictionary_2_System_Object_System_Byte__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_System_Object_System_Byte_ *, Dictionary_2_System_Object_System_Byte__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_System_Byte__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Byte__2 *, Dictionary_2_System_Object_System_Byte__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D8860, void, Dictionary_2_System_Object_System_Byte__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Object_System_Byte_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_Byte__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D8C70, Object *, Dictionary_2_System_Object_System_Byte__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D54F0, void, Dictionary_2_System_Object_System_Byte__System_Collections_IDictionary_Add, (Dictionary_2_System_Object_System_Byte_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013CFF80, bool, Dictionary_2_System_Object_System_Byte__System_Collections_IDictionary_Contains, (Dictionary_2_System_Object_System_Byte_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_System_Object_System_Byte__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0080, void, Dictionary_2_System_Object_System_Byte__System_Collections_IDictionary_Remove, (Dictionary_2_System_Object_System_Byte_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_Byte__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_Byte__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D51A0, Object *, Dictionary_2_System_Object_System_Byte__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Object_System_Byte_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Object_System_Byte__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Object_System_Byte__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D52F0, void, Dictionary_2_System_Object_System_Byte__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Object_System_Byte_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_System_Object_System_Byte__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_Object_System_Byte__TryAdd, (Dictionary_2_System_Object_System_Byte_ * __this, Object * key, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x013D4C60, bool, Dictionary_2_System_Object_System_Byte__TryGetValue, (Dictionary_2_System_Object_System_Byte_ * __this, Object * key, uint8_t * value, MethodInfo * method)); DO_APP_FUNC(0x013D3E40, bool, Dictionary_2_System_Object_System_Byte__TryInsert, (Dictionary_2_System_Object_System_Byte_ * __this, Object * key, uint8_t value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Object_System_Byte__get_Count, (Dictionary_2_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D31F0, uint8_t, Dictionary_2_System_Object_System_Byte__get_Item, (Dictionary_2_System_Object_System_Byte_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Byte_ *, Dictionary_2_System_Object_System_Byte__get_Keys, (Dictionary_2_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Byte_ *, Dictionary_2_System_Object_System_Byte__get_Values, (Dictionary_2_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_Object_System_Byte__set_Item, (Dictionary_2_System_Object_System_Byte_ * __this, Object * key, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Object_UnityEngine_Color___ctor, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Object_UnityEngine_Color___ctor_1, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, IDictionary_2_System_Object_UnityEngine_Color_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Object_UnityEngine_Color___ctor_2, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Object_UnityEngine_Color___ctor_3, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013D8D20, void, Dictionary_2_System_Object_UnityEngine_Color___ctor_4, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, IDictionary_2_System_Object_UnityEngine_Color_ * dictionary, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Object_UnityEngine_Color___ctor_5, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013D9110, void, Dictionary_2_System_Object_UnityEngine_Color___ctor_6, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013A94B0, void, Dictionary_2_System_Object_UnityEngine_Color__Add, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, Object * key, Color value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Object_UnityEngine_Color__Clear, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Object_UnityEngine_Color__ContainsKey, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013A9720, bool, Dictionary_2_System_Object_UnityEngine_Color__ContainsValue, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x013D9460, void, Dictionary_2_System_Object_UnityEngine_Color__CopyTo, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, KeyValuePair_2_System_Object_UnityEngine_Color___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D9990, int32_t, Dictionary_2_System_Object_UnityEngine_Color__FindEntry, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013723A0, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color_, Dictionary_2_System_Object_UnityEngine_Color__GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D95E0, void, Dictionary_2_System_Object_UnityEngine_Color__GetObjectData, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013D9BF0, int32_t, Dictionary_2_System_Object_UnityEngine_Color__Initialize, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Object_UnityEngine_Color__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013DA180, void, Dictionary_2_System_Object_UnityEngine_Color__OnDeserialization, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013DA950, bool, Dictionary_2_System_Object_UnityEngine_Color__Remove, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013DA620, void, Dictionary_2_System_Object_UnityEngine_Color__Resize, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DA6B0, void, Dictionary_2_System_Object_UnityEngine_Color__Resize_1, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013D9230, void, Dictionary_2_System_Object_UnityEngine_Color__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, KeyValuePair_2_System_Object_UnityEngine_Color_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013D9260, bool, Dictionary_2_System_Object_UnityEngine_Color__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, KeyValuePair_2_System_Object_UnityEngine_Color_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Object_UnityEngine_Color__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, KeyValuePair_2_System_Object_UnityEngine_Color___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D9350, bool, Dictionary_2_System_Object_UnityEngine_Color__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, KeyValuePair_2_System_Object_UnityEngine_Color_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Color__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_Color__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UnityEngine_Color_ *, Dictionary_2_System_Object_UnityEngine_Color__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_Color_ *, Dictionary_2_System_Object_UnityEngine_Color__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_Color__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UnityEngine_Color_ *, Dictionary_2_System_Object_UnityEngine_Color__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DAC30, void, Dictionary_2_System_Object_UnityEngine_Color__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Color__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DB060, Object *, Dictionary_2_System_Object_UnityEngine_Color__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DB460, void, Dictionary_2_System_Object_UnityEngine_Color__System_Collections_IDictionary_Add, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013CFF80, bool, Dictionary_2_System_Object_UnityEngine_Color__System_Collections_IDictionary_Contains, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374A10, IDictionaryEnumerator *, Dictionary_2_System_Object_UnityEngine_Color__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0080, void, Dictionary_2_System_Object_UnityEngine_Color__System_Collections_IDictionary_Remove, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Color__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Color__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DB110, Object *, Dictionary_2_System_Object_UnityEngine_Color__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Object_UnityEngine_Color__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Object_UnityEngine_Color__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DB260, void, Dictionary_2_System_Object_UnityEngine_Color__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator *, Dictionary_2_System_Object_UnityEngine_Color__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AB060, bool, Dictionary_2_System_Object_UnityEngine_Color__TryAdd, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, Object * key, Color value, MethodInfo * method)); DO_APP_FUNC(0x013DABB0, bool, Dictionary_2_System_Object_UnityEngine_Color__TryGetValue, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, Object * key, Color * value, MethodInfo * method)); DO_APP_FUNC(0x013D9D70, bool, Dictionary_2_System_Object_UnityEngine_Color__TryInsert, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, Object * key, Color value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Object_UnityEngine_Color__get_Count, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D91A0, Color, Dictionary_2_System_Object_UnityEngine_Color__get_Item, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color_ *, Dictionary_2_System_Object_UnityEngine_Color__get_Keys, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color_ *, Dictionary_2_System_Object_UnityEngine_Color__get_Values, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A9470, void, Dictionary_2_System_Object_UnityEngine_Color__set_Item, (Dictionary_2_System_Object_UnityEngine_Color_ * __this, Object * key, Color value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Object_UnityEngine_Color32___ctor, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Object_UnityEngine_Color32___ctor_1, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, IDictionary_2_System_Object_UnityEngine_Color32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Object_UnityEngine_Color32___ctor_2, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Object_UnityEngine_Color32___ctor_3, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013DB660, void, Dictionary_2_System_Object_UnityEngine_Color32___ctor_4, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, IDictionary_2_System_Object_UnityEngine_Color32_ * dictionary, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Object_UnityEngine_Color32___ctor_5, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013DBA20, void, Dictionary_2_System_Object_UnityEngine_Color32___ctor_6, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_Object_UnityEngine_Color32__Add, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, Object * key, Color32 value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Object_UnityEngine_Color32__Clear, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Object_UnityEngine_Color32__ContainsKey, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013DBD00, bool, Dictionary_2_System_Object_UnityEngine_Color32__ContainsValue, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, Color32 value, MethodInfo * method)); DO_APP_FUNC(0x013DBDF0, void, Dictionary_2_System_Object_UnityEngine_Color32__CopyTo, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, KeyValuePair_2_System_Object_UnityEngine_Color32___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D3A60, int32_t, Dictionary_2_System_Object_UnityEngine_Color32__FindEntry, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32_, Dictionary_2_System_Object_UnityEngine_Color32__GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DBF50, void, Dictionary_2_System_Object_UnityEngine_Color32__GetObjectData, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013DC300, int32_t, Dictionary_2_System_Object_UnityEngine_Color32__Initialize, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Object_UnityEngine_Color32__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013DC8B0, void, Dictionary_2_System_Object_UnityEngine_Color32__OnDeserialization, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013D49F0, bool, Dictionary_2_System_Object_UnityEngine_Color32__Remove, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013DCD40, void, Dictionary_2_System_Object_UnityEngine_Color32__Resize, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DCDD0, void, Dictionary_2_System_Object_UnityEngine_Color32__Resize_1, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x01388A30, void, Dictionary_2_System_Object_UnityEngine_Color32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, KeyValuePair_2_System_Object_UnityEngine_Color32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013DBB20, bool, Dictionary_2_System_Object_UnityEngine_Color32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, KeyValuePair_2_System_Object_UnityEngine_Color32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Object_UnityEngine_Color32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, KeyValuePair_2_System_Object_UnityEngine_Color32___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013DBC00, bool, Dictionary_2_System_Object_UnityEngine_Color32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, KeyValuePair_2_System_Object_UnityEngine_Color32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Color32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_Color32__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UnityEngine_Color32_ *, Dictionary_2_System_Object_UnityEngine_Color32__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_Color32_ *, Dictionary_2_System_Object_UnityEngine_Color32__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_Color32__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UnityEngine_Color32_ *, Dictionary_2_System_Object_UnityEngine_Color32__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DD0E0, void, Dictionary_2_System_Object_UnityEngine_Color32__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Color32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DD4E0, Object *, Dictionary_2_System_Object_UnityEngine_Color32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DD8D0, void, Dictionary_2_System_Object_UnityEngine_Color32__System_Collections_IDictionary_Add, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013CFF80, bool, Dictionary_2_System_Object_UnityEngine_Color32__System_Collections_IDictionary_Contains, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_System_Object_UnityEngine_Color32__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0080, void, Dictionary_2_System_Object_UnityEngine_Color32__System_Collections_IDictionary_Remove, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Color32__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Color32__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DD590, Object *, Dictionary_2_System_Object_UnityEngine_Color32__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Object_UnityEngine_Color32__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Object_UnityEngine_Color32__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DD6E0, void, Dictionary_2_System_Object_UnityEngine_Color32__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_System_Object_UnityEngine_Color32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_Object_UnityEngine_Color32__TryAdd, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, Object * key, Color32 value, MethodInfo * method)); DO_APP_FUNC(0x013DD060, bool, Dictionary_2_System_Object_UnityEngine_Color32__TryGetValue, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, Object * key, Color32 * value, MethodInfo * method)); DO_APP_FUNC(0x013DC480, bool, Dictionary_2_System_Object_UnityEngine_Color32__TryInsert, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, Object * key, Color32 value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Object_UnityEngine_Color32__get_Count, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DBAB0, Color32, Dictionary_2_System_Object_UnityEngine_Color32__get_Item, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color32_ *, Dictionary_2_System_Object_UnityEngine_Color32__get_Keys, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color32_ *, Dictionary_2_System_Object_UnityEngine_Color32__get_Values, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_Object_UnityEngine_Color32__set_Item, (Dictionary_2_System_Object_UnityEngine_Color32_ * __this, Object * key, Color32 value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Object_System_Int32___ctor, (Dictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E280, Dictionary_2_System_Object_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Object_System_Int32___ctor_1, (Dictionary_2_System_Object_System_Int32_ * __this, IDictionary_2_System_Object_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Object_System_Int32___ctor_2, (Dictionary_2_System_Object_System_Int32_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Object_System_Int32___ctor_3, (Dictionary_2_System_Object_System_Int32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013DDAC0, void, Dictionary_2_System_Object_System_Int32___ctor_4, (Dictionary_2_System_Object_System_Int32_ * __this, IDictionary_2_System_Object_System_Int32_ * dictionary, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Object_System_Int32___ctor_5, (Dictionary_2_System_Object_System_Int32_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013DDE70, void, Dictionary_2_System_Object_System_Int32___ctor_6, (Dictionary_2_System_Object_System_Int32_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_Object_System_Int32__Add, (Dictionary_2_System_Object_System_Int32_ * __this, Object * key, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E350, Dictionary_2_System_Object_System_Int32__Add__MethodInfo); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Object_System_Int32__Clear, (Dictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Object_System_Int32__ContainsKey, (Dictionary_2_System_Object_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013DE140, bool, Dictionary_2_System_Object_System_Int32__ContainsValue, (Dictionary_2_System_Object_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x013DE230, void, Dictionary_2_System_Object_System_Int32__CopyTo, (Dictionary_2_System_Object_System_Int32_ * __this, KeyValuePair_2_System_Object_System_Int32___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D3A60, int32_t, Dictionary_2_System_Object_System_Int32__FindEntry, (Dictionary_2_System_Object_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32_, Dictionary_2_System_Object_System_Int32__GetEnumerator, (Dictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DE390, void, Dictionary_2_System_Object_System_Int32__GetObjectData, (Dictionary_2_System_Object_System_Int32_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013DE740, int32_t, Dictionary_2_System_Object_System_Int32__Initialize, (Dictionary_2_System_Object_System_Int32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Object_System_Int32__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013DECC0, void, Dictionary_2_System_Object_System_Int32__OnDeserialization, (Dictionary_2_System_Object_System_Int32_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013D49F0, bool, Dictionary_2_System_Object_System_Int32__Remove, (Dictionary_2_System_Object_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013DF150, void, Dictionary_2_System_Object_System_Int32__Resize, (Dictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DF1E0, void, Dictionary_2_System_Object_System_Int32__Resize_1, (Dictionary_2_System_Object_System_Int32_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x01388A30, void, Dictionary_2_System_Object_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Object_System_Int32_ * __this, KeyValuePair_2_System_Object_System_Int32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013DDF70, bool, Dictionary_2_System_Object_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Object_System_Int32_ * __this, KeyValuePair_2_System_Object_System_Int32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Object_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Object_System_Int32_ * __this, KeyValuePair_2_System_Object_System_Int32___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013DE040, bool, Dictionary_2_System_Object_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Object_System_Int32_ * __this, KeyValuePair_2_System_Object_System_Int32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Object_ *, Dictionary_2_System_Object_System_Int32__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Int32_ *, Dictionary_2_System_Object_System_Int32__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_System_Object_System_Int32_ *, Dictionary_2_System_Object_System_Int32__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_System_Int32__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Int32_ *, Dictionary_2_System_Object_System_Int32__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DF470, void, Dictionary_2_System_Object_System_Int32__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Object_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_Int32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DF870, Object *, Dictionary_2_System_Object_System_Int32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DD8D0, void, Dictionary_2_System_Object_System_Int32__System_Collections_IDictionary_Add, (Dictionary_2_System_Object_System_Int32_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013CFF80, bool, Dictionary_2_System_Object_System_Int32__System_Collections_IDictionary_Contains, (Dictionary_2_System_Object_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_System_Object_System_Int32__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0080, void, Dictionary_2_System_Object_System_Int32__System_Collections_IDictionary_Remove, (Dictionary_2_System_Object_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_Int32__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_Int32__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DD590, Object *, Dictionary_2_System_Object_System_Int32__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Object_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Object_System_Int32__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Object_System_Int32__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DD6E0, void, Dictionary_2_System_Object_System_Int32__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Object_System_Int32_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_System_Object_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_Object_System_Int32__TryAdd, (Dictionary_2_System_Object_System_Int32_ * __this, Object * key, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x013DD060, bool, Dictionary_2_System_Object_System_Int32__TryGetValue, (Dictionary_2_System_Object_System_Int32_ * __this, Object * key, int32_t * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E278, Dictionary_2_System_Object_System_Int32__TryGetValue__MethodInfo); DO_APP_FUNC(0x013DE8C0, bool, Dictionary_2_System_Object_System_Int32__TryInsert, (Dictionary_2_System_Object_System_Int32_ * __this, Object * key, int32_t value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Object_System_Int32__get_Count, (Dictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E288, Dictionary_2_System_Object_System_Int32__get_Count__MethodInfo); DO_APP_FUNC(0x013DDF00, int32_t, Dictionary_2_System_Object_System_Int32__get_Item, (Dictionary_2_System_Object_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ *, Dictionary_2_System_Object_System_Int32__get_Keys, (Dictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ *, Dictionary_2_System_Object_System_Int32__get_Values, (Dictionary_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_Object_System_Int32__set_Item, (Dictionary_2_System_Object_System_Int32_ * __this, Object * key, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Object_System_Int32Enum___ctor, (Dictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Object_System_Int32Enum___ctor_1, (Dictionary_2_System_Object_System_Int32Enum_ * __this, IDictionary_2_System_Object_System_Int32Enum_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Object_System_Int32Enum___ctor_2, (Dictionary_2_System_Object_System_Int32Enum_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Object_System_Int32Enum___ctor_3, (Dictionary_2_System_Object_System_Int32Enum_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013DF920, void, Dictionary_2_System_Object_System_Int32Enum___ctor_4, (Dictionary_2_System_Object_System_Int32Enum_ * __this, IDictionary_2_System_Object_System_Int32Enum_ * dictionary, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Object_System_Int32Enum___ctor_5, (Dictionary_2_System_Object_System_Int32Enum_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013DFCD0, void, Dictionary_2_System_Object_System_Int32Enum___ctor_6, (Dictionary_2_System_Object_System_Int32Enum_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_Object_System_Int32Enum__Add, (Dictionary_2_System_Object_System_Int32Enum_ * __this, Object * key, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Object_System_Int32Enum__Clear, (Dictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Object_System_Int32Enum__ContainsKey, (Dictionary_2_System_Object_System_Int32Enum_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013DE140, bool, Dictionary_2_System_Object_System_Int32Enum__ContainsValue, (Dictionary_2_System_Object_System_Int32Enum_ * __this, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x013DE230, void, Dictionary_2_System_Object_System_Int32Enum__CopyTo, (Dictionary_2_System_Object_System_Int32Enum_ * __this, KeyValuePair_2_System_Object_System_Int32Enum___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D3A60, int32_t, Dictionary_2_System_Object_System_Int32Enum__FindEntry, (Dictionary_2_System_Object_System_Int32Enum_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum_, Dictionary_2_System_Object_System_Int32Enum__GetEnumerator, (Dictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DFD60, void, Dictionary_2_System_Object_System_Int32Enum__GetObjectData, (Dictionary_2_System_Object_System_Int32Enum_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013E0110, int32_t, Dictionary_2_System_Object_System_Int32Enum__Initialize, (Dictionary_2_System_Object_System_Int32Enum_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Object_System_Int32Enum__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013E0290, void, Dictionary_2_System_Object_System_Int32Enum__OnDeserialization, (Dictionary_2_System_Object_System_Int32Enum_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013D49F0, bool, Dictionary_2_System_Object_System_Int32Enum__Remove, (Dictionary_2_System_Object_System_Int32Enum_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013E0720, void, Dictionary_2_System_Object_System_Int32Enum__Resize, (Dictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E07B0, void, Dictionary_2_System_Object_System_Int32Enum__Resize_1, (Dictionary_2_System_Object_System_Int32Enum_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x01388A30, void, Dictionary_2_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Object_System_Int32Enum_ * __this, KeyValuePair_2_System_Object_System_Int32Enum_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013DDF70, bool, Dictionary_2_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Object_System_Int32Enum_ * __this, KeyValuePair_2_System_Object_System_Int32Enum_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Object_System_Int32Enum_ * __this, KeyValuePair_2_System_Object_System_Int32Enum___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013DE040, bool, Dictionary_2_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Object_System_Int32Enum_ * __this, KeyValuePair_2_System_Object_System_Int32Enum_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Object_ *, Dictionary_2_System_Object_System_Int32Enum__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Int32Enum_ *, Dictionary_2_System_Object_System_Int32Enum__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_System_Object_System_Int32Enum_ *, Dictionary_2_System_Object_System_Int32Enum__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_System_Int32Enum__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Int32Enum_ *, Dictionary_2_System_Object_System_Int32Enum__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E0A40, void, Dictionary_2_System_Object_System_Int32Enum__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Object_System_Int32Enum_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_Int32Enum__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E0E40, Object *, Dictionary_2_System_Object_System_Int32Enum__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DD8D0, void, Dictionary_2_System_Object_System_Int32Enum__System_Collections_IDictionary_Add, (Dictionary_2_System_Object_System_Int32Enum_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013CFF80, bool, Dictionary_2_System_Object_System_Int32Enum__System_Collections_IDictionary_Contains, (Dictionary_2_System_Object_System_Int32Enum_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_System_Object_System_Int32Enum__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0080, void, Dictionary_2_System_Object_System_Int32Enum__System_Collections_IDictionary_Remove, (Dictionary_2_System_Object_System_Int32Enum_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_Int32Enum__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_Int32Enum__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DD590, Object *, Dictionary_2_System_Object_System_Int32Enum__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Object_System_Int32Enum_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Object_System_Int32Enum__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Object_System_Int32Enum__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DD6E0, void, Dictionary_2_System_Object_System_Int32Enum__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Object_System_Int32Enum_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_System_Object_System_Int32Enum__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_Object_System_Int32Enum__TryAdd, (Dictionary_2_System_Object_System_Int32Enum_ * __this, Object * key, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x013DD060, bool, Dictionary_2_System_Object_System_Int32Enum__TryGetValue, (Dictionary_2_System_Object_System_Int32Enum_ * __this, Object * key, Int32Enum__Enum * value, MethodInfo * method)); DO_APP_FUNC(0x013DE8C0, bool, Dictionary_2_System_Object_System_Int32Enum__TryInsert, (Dictionary_2_System_Object_System_Int32Enum_ * __this, Object * key, Int32Enum__Enum value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Object_System_Int32Enum__get_Count, (Dictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DDF00, Int32Enum__Enum, Dictionary_2_System_Object_System_Int32Enum__get_Item, (Dictionary_2_System_Object_System_Int32Enum_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ *, Dictionary_2_System_Object_System_Int32Enum__get_Keys, (Dictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ *, Dictionary_2_System_Object_System_Int32Enum__get_Values, (Dictionary_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_Object_System_Int32Enum__set_Item, (Dictionary_2_System_Object_System_Int32Enum_ * __this, Object * key, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Object_System_Object___ctor, (Dictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B2D0, Dictionary_2_System_Object_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Object_System_Object___ctor_1, (Dictionary_2_System_Object_System_Object_ * __this, IDictionary_2_System_Object_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Object_System_Object___ctor_2, (Dictionary_2_System_Object_System_Object_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Object_System_Object___ctor_3, (Dictionary_2_System_Object_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA428, Dictionary_2_System_Object_System_Object___ctor_3__MethodInfo); DO_APP_FUNC(0x013E0EF0, void, Dictionary_2_System_Object_System_Object___ctor_4, (Dictionary_2_System_Object_System_Object_ * __this, IDictionary_2_System_Object_System_Object_ * dictionary, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Object_System_Object___ctor_5, (Dictionary_2_System_Object_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013E12A0, void, Dictionary_2_System_Object_System_Object___ctor_6, (Dictionary_2_System_Object_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_Object_System_Object__Add, (Dictionary_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA390, Dictionary_2_System_Object_System_Object__Add__MethodInfo); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Object_System_Object__Clear, (Dictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2DC0, Dictionary_2_System_Object_System_Object__Clear__MethodInfo); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Object_System_Object__ContainsKey, (Dictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B2A0, Dictionary_2_System_Object_System_Object__ContainsKey__MethodInfo); DO_APP_FUNC(0x01377520, bool, Dictionary_2_System_Object_System_Object__ContainsValue, (Dictionary_2_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013E13A0, void, Dictionary_2_System_Object_System_Object__CopyTo, (Dictionary_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D3A60, int32_t, Dictionary_2_System_Object_System_Object__FindEntry, (Dictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_, Dictionary_2_System_Object_System_Object__GetEnumerator, (Dictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA388, Dictionary_2_System_Object_System_Object__GetEnumerator__MethodInfo); DO_APP_FUNC(0x013E1520, void, Dictionary_2_System_Object_System_Object__GetObjectData, (Dictionary_2_System_Object_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013E18D0, int32_t, Dictionary_2_System_Object_System_Object__Initialize, (Dictionary_2_System_Object_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Object_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013E1E80, void, Dictionary_2_System_Object_System_Object__OnDeserialization, (Dictionary_2_System_Object_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013E2630, bool, Dictionary_2_System_Object_System_Object__Remove, (Dictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B2A8, Dictionary_2_System_Object_System_Object__Remove__MethodInfo); DO_APP_FUNC(0x013E2310, void, Dictionary_2_System_Object_System_Object__Resize, (Dictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E23A0, void, Dictionary_2_System_Object_System_Object__Resize_1, (Dictionary_2_System_Object_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013BDF60, void, Dictionary_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013BDF80, bool, Dictionary_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013BE060, bool, Dictionary_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Object_ *, Dictionary_2_System_Object_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_System_Object_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_System_Object_System_Object_ *, Dictionary_2_System_Object_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E28A0, void, Dictionary_2_System_Object_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Object_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E2C60, Object *, Dictionary_2_System_Object_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E3030, void, Dictionary_2_System_Object_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013CFF80, bool, Dictionary_2_System_Object_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_System_Object_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0080, void, Dictionary_2_System_Object_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E2D10, Object *, Dictionary_2_System_Object_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Object_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Object_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E2E30, void, Dictionary_2_System_Object_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_Object_System_Object__TryAdd, (Dictionary_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DE28, Dictionary_2_System_Object_System_Object__TryAdd__MethodInfo); DO_APP_FUNC(0x01378F50, bool, Dictionary_2_System_Object_System_Object__TryGetValue, (Dictionary_2_System_Object_System_Object_ * __this, Object * key, Object * * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA420, Dictionary_2_System_Object_System_Object__TryGetValue__MethodInfo); DO_APP_FUNC(0x013E1A50, bool, Dictionary_2_System_Object_System_Object__TryInsert, (Dictionary_2_System_Object_System_Object_ * __this, Object * key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Object_System_Object__get_Count, (Dictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAF80, Dictionary_2_System_Object_System_Object__get_Count__MethodInfo); DO_APP_FUNC(0x013E1330, Object *, Dictionary_2_System_Object_System_Object__get_Item, (Dictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B298, Dictionary_2_System_Object_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ *, Dictionary_2_System_Object_System_Object__get_Keys, (Dictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA378, Dictionary_2_System_Object_System_Object__get_Keys__MethodInfo); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ *, Dictionary_2_System_Object_System_Object__get_Values, (Dictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_Object_System_Object__set_Item, (Dictionary_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B2C8, Dictionary_2_System_Object_System_Object__set_Item__MethodInfo); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor_1, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, IDictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor_2, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor_3, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013E3220, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor_4, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, IDictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * dictionary, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor_5, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013E3610, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor_6, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013A94B0, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__Add, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * key, ObjectSurface value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__Clear, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__ContainsKey, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013A9720, bool, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__ContainsValue, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, ObjectSurface value, MethodInfo * method)); DO_APP_FUNC(0x013E36A0, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__CopyTo, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D9990, int32_t, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__FindEntry, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013723A0, Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__GetEnumerator, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E3820, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__GetObjectData, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013E3BD0, int32_t, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__Initialize, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013E41D0, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__OnDeserialization, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013E49A0, bool, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__Remove, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013E4670, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__Resize, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E4700, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__Resize_1, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013D9230, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013D9260, bool, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D9350, bool, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Object_ *, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ *, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator_1_KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ *, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ *, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E4CC0, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E5100, Object *, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DB460, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IDictionary_Add, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013CFF80, bool, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IDictionary_Contains, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374A10, IDictionaryEnumerator *, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0080, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IDictionary_Remove, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DB110, Object *, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DB260, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator *, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AB060, bool, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__TryAdd, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * key, ObjectSurface value, MethodInfo * method)); DO_APP_FUNC(0x013E4C10, bool, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__TryGetValue, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * key, ObjectSurface * value, MethodInfo * method)); DO_APP_FUNC(0x013E3D50, bool, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__TryInsert, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * key, ObjectSurface value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__get_Count, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D91A0, ObjectSurface, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__get_Item, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ *, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__get_Keys, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ *, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__get_Values, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A9470, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__set_Item, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * key, ObjectSurface value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue___ctor, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue___ctor_1, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, IDictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue___ctor_2, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue___ctor_3, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013E51B0, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue___ctor_4, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, IDictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * dictionary, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue___ctor_5, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013E55F0, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue___ctor_6, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013E5770, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__Add, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Object * key, OriginalMaterialValue value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__Clear, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__ContainsKey, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013E5A90, bool, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__ContainsValue, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, OriginalMaterialValue value, MethodInfo * method)); DO_APP_FUNC(0x013E5BD0, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__CopyTo, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013E6330, int32_t, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__FindEntry, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013E5DA0, Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__GetEnumerator, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E5F80, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__GetObjectData, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013E6590, int32_t, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__Initialize, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013E6B40, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__OnDeserialization, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013E7330, bool, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__Remove, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013E7010, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__Resize, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E70A0, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__Resize_1, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013E57C0, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013E5810, bool, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013E5940, bool, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Object_ *, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ *, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E5E50, IEnumerator_1_KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ *, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ *, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E7690, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E7B30, Object *, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E7F70, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IDictionary_Add, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013CFF80, bool, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IDictionary_Contains, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013E8190, IDictionaryEnumerator *, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0080, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IDictionary_Remove, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E7BE0, Object *, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E7D50, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013E5E50, IEnumerator *, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E7630, bool, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__TryAdd, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Object * key, OriginalMaterialValue value, MethodInfo * method)); DO_APP_FUNC(0x013E7590, bool, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__TryGetValue, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Object * key, OriginalMaterialValue * value, MethodInfo * method)); DO_APP_FUNC(0x013E6710, bool, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__TryInsert, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Object * key, OriginalMaterialValue value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__get_Count, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E5680, OriginalMaterialValue, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__get_Item, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ *, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__get_Keys, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ *, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__get_Values, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E5720, void, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__set_Item, (Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Object * key, OriginalMaterialValue value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Object_UnityEngine_Playables_Playable___ctor, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Object_UnityEngine_Playables_Playable___ctor_1, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, IDictionary_2_System_Object_UnityEngine_Playables_Playable_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Object_UnityEngine_Playables_Playable___ctor_2, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Object_UnityEngine_Playables_Playable___ctor_3, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013E82C0, void, Dictionary_2_System_Object_UnityEngine_Playables_Playable___ctor_4, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, IDictionary_2_System_Object_UnityEngine_Playables_Playable_ * dictionary, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Object_UnityEngine_Playables_Playable___ctor_5, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013E86B0, void, Dictionary_2_System_Object_UnityEngine_Playables_Playable___ctor_6, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013A94B0, void, Dictionary_2_System_Object_UnityEngine_Playables_Playable__Add, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, Object * key, Playable value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Object_UnityEngine_Playables_Playable__Clear, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Object_UnityEngine_Playables_Playable__ContainsKey, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013A9720, bool, Dictionary_2_System_Object_UnityEngine_Playables_Playable__ContainsValue, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, Playable value, MethodInfo * method)); DO_APP_FUNC(0x013D9460, void, Dictionary_2_System_Object_UnityEngine_Playables_Playable__CopyTo, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, KeyValuePair_2_System_Object_UnityEngine_Playables_Playable___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D9990, int32_t, Dictionary_2_System_Object_UnityEngine_Playables_Playable__FindEntry, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013723A0, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable_, Dictionary_2_System_Object_UnityEngine_Playables_Playable__GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E8740, void, Dictionary_2_System_Object_UnityEngine_Playables_Playable__GetObjectData, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013E8AF0, int32_t, Dictionary_2_System_Object_UnityEngine_Playables_Playable__Initialize, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Object_UnityEngine_Playables_Playable__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013E8C70, void, Dictionary_2_System_Object_UnityEngine_Playables_Playable__OnDeserialization, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013DA950, bool, Dictionary_2_System_Object_UnityEngine_Playables_Playable__Remove, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013E9110, void, Dictionary_2_System_Object_UnityEngine_Playables_Playable__Resize, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E91A0, void, Dictionary_2_System_Object_UnityEngine_Playables_Playable__Resize_1, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013D9230, void, Dictionary_2_System_Object_UnityEngine_Playables_Playable__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, KeyValuePair_2_System_Object_UnityEngine_Playables_Playable_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013D9260, bool, Dictionary_2_System_Object_UnityEngine_Playables_Playable__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, KeyValuePair_2_System_Object_UnityEngine_Playables_Playable_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Object_UnityEngine_Playables_Playable__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, KeyValuePair_2_System_Object_UnityEngine_Playables_Playable___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D9350, bool, Dictionary_2_System_Object_UnityEngine_Playables_Playable__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, KeyValuePair_2_System_Object_UnityEngine_Playables_Playable_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Playables_Playable__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_Playables_Playable__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UnityEngine_Playables_Playable_ *, Dictionary_2_System_Object_UnityEngine_Playables_Playable__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_Playables_Playable_ *, Dictionary_2_System_Object_UnityEngine_Playables_Playable__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_Playables_Playable__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UnityEngine_Playables_Playable_ *, Dictionary_2_System_Object_UnityEngine_Playables_Playable__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E9440, void, Dictionary_2_System_Object_UnityEngine_Playables_Playable__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Playables_Playable__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E9870, Object *, Dictionary_2_System_Object_UnityEngine_Playables_Playable__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DB460, void, Dictionary_2_System_Object_UnityEngine_Playables_Playable__System_Collections_IDictionary_Add, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013CFF80, bool, Dictionary_2_System_Object_UnityEngine_Playables_Playable__System_Collections_IDictionary_Contains, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374A10, IDictionaryEnumerator *, Dictionary_2_System_Object_UnityEngine_Playables_Playable__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0080, void, Dictionary_2_System_Object_UnityEngine_Playables_Playable__System_Collections_IDictionary_Remove, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Playables_Playable__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Playables_Playable__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DB110, Object *, Dictionary_2_System_Object_UnityEngine_Playables_Playable__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Object_UnityEngine_Playables_Playable__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Object_UnityEngine_Playables_Playable__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DB260, void, Dictionary_2_System_Object_UnityEngine_Playables_Playable__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator *, Dictionary_2_System_Object_UnityEngine_Playables_Playable__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AB060, bool, Dictionary_2_System_Object_UnityEngine_Playables_Playable__TryAdd, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, Object * key, Playable value, MethodInfo * method)); DO_APP_FUNC(0x013DABB0, bool, Dictionary_2_System_Object_UnityEngine_Playables_Playable__TryGetValue, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, Object * key, Playable * value, MethodInfo * method)); DO_APP_FUNC(0x013D9D70, bool, Dictionary_2_System_Object_UnityEngine_Playables_Playable__TryInsert, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, Object * key, Playable value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Object_UnityEngine_Playables_Playable__get_Count, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D91A0, Playable, Dictionary_2_System_Object_UnityEngine_Playables_Playable__get_Item, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Playables_Playable_ *, Dictionary_2_System_Object_UnityEngine_Playables_Playable__get_Keys, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Playables_Playable_ *, Dictionary_2_System_Object_UnityEngine_Playables_Playable__get_Values, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A9470, void, Dictionary_2_System_Object_UnityEngine_Playables_Playable__set_Item, (Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * __this, Object * key, Playable value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings___ctor, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings___ctor_1, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, IDictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings___ctor_2, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings___ctor_3, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013E9920, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings___ctor_4, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, IDictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * dictionary, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings___ctor_5, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013E9D50, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings___ctor_6, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013B4DA0, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__Add, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Object * key, ProbeVolumeBakingProcessSettings value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__Clear, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__ContainsKey, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013B5070, bool, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__ContainsValue, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, ProbeVolumeBakingProcessSettings value, MethodInfo * method)); DO_APP_FUNC(0x013E9DE0, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__CopyTo, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013CE100, int32_t, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__FindEntry, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013B5340, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E9FA0, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__GetObjectData, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013EA350, int32_t, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__Initialize, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013EA900, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__OnDeserialization, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013EB0F0, bool, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__Remove, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013EADC0, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__Resize, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013EAE50, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__Resize_1, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013CD8F0, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013CD930, bool, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013CDA40, bool, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ *, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B53F0, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ *, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ *, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013EB3F0, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013EB880, Object *, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CFD70, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_IDictionary_Add, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013CFF80, bool, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_IDictionary_Contains, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013B77A0, IDictionaryEnumerator *, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0080, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_IDictionary_Remove, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CFA00, Object *, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CFB60, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013B53F0, IEnumerator *, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B6C70, bool, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__TryAdd, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Object * key, ProbeVolumeBakingProcessSettings value, MethodInfo * method)); DO_APP_FUNC(0x013EB360, bool, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__TryGetValue, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Object * key, ProbeVolumeBakingProcessSettings * value, MethodInfo * method)); DO_APP_FUNC(0x013EA4D0, bool, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__TryInsert, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Object * key, ProbeVolumeBakingProcessSettings value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__get_Count, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CD860, ProbeVolumeBakingProcessSettings, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__get_Item, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ *, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__get_Keys, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ *, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__get_Values, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B4D60, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__set_Item, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Object * key, ProbeVolumeBakingProcessSettings value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Object_System_Resources_ResourceLocator___ctor, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Object_System_Resources_ResourceLocator___ctor_1, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, IDictionary_2_System_Object_System_Resources_ResourceLocator_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Object_System_Resources_ResourceLocator___ctor_2, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Object_System_Resources_ResourceLocator___ctor_3, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013EB930, void, Dictionary_2_System_Object_System_Resources_ResourceLocator___ctor_4, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, IDictionary_2_System_Object_System_Resources_ResourceLocator_ * dictionary, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Object_System_Resources_ResourceLocator___ctor_5, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013EBD20, void, Dictionary_2_System_Object_System_Resources_ResourceLocator___ctor_6, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013A94B0, void, Dictionary_2_System_Object_System_Resources_ResourceLocator__Add, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, Object * key, ResourceLocator value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Object_System_Resources_ResourceLocator__Clear, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Object_System_Resources_ResourceLocator__ContainsKey, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013A9720, bool, Dictionary_2_System_Object_System_Resources_ResourceLocator__ContainsValue, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, ResourceLocator value, MethodInfo * method)); DO_APP_FUNC(0x013E36A0, void, Dictionary_2_System_Object_System_Resources_ResourceLocator__CopyTo, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, KeyValuePair_2_System_Object_System_Resources_ResourceLocator___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D9990, int32_t, Dictionary_2_System_Object_System_Resources_ResourceLocator__FindEntry, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013723A0, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator_, Dictionary_2_System_Object_System_Resources_ResourceLocator__GetEnumerator, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013EBDB0, void, Dictionary_2_System_Object_System_Resources_ResourceLocator__GetObjectData, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013EC160, int32_t, Dictionary_2_System_Object_System_Resources_ResourceLocator__Initialize, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Object_System_Resources_ResourceLocator__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013EC2E0, void, Dictionary_2_System_Object_System_Resources_ResourceLocator__OnDeserialization, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013E49A0, bool, Dictionary_2_System_Object_System_Resources_ResourceLocator__Remove, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013EC780, void, Dictionary_2_System_Object_System_Resources_ResourceLocator__Resize, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013EC810, void, Dictionary_2_System_Object_System_Resources_ResourceLocator__Resize_1, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013D9230, void, Dictionary_2_System_Object_System_Resources_ResourceLocator__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, KeyValuePair_2_System_Object_System_Resources_ResourceLocator_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013D9260, bool, Dictionary_2_System_Object_System_Resources_ResourceLocator__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, KeyValuePair_2_System_Object_System_Resources_ResourceLocator_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Object_System_Resources_ResourceLocator__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, KeyValuePair_2_System_Object_System_Resources_ResourceLocator___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D9350, bool, Dictionary_2_System_Object_System_Resources_ResourceLocator__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, KeyValuePair_2_System_Object_System_Resources_ResourceLocator_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_Resources_ResourceLocator__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Object_ *, Dictionary_2_System_Object_System_Resources_ResourceLocator__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Resources_ResourceLocator_ *, Dictionary_2_System_Object_System_Resources_ResourceLocator__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator_1_KeyValuePair_2_System_Object_System_Resources_ResourceLocator_ *, Dictionary_2_System_Object_System_Resources_ResourceLocator__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_System_Resources_ResourceLocator__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Resources_ResourceLocator_ *, Dictionary_2_System_Object_System_Resources_ResourceLocator__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013ECAB0, void, Dictionary_2_System_Object_System_Resources_ResourceLocator__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_Resources_ResourceLocator__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013ECEF0, Object *, Dictionary_2_System_Object_System_Resources_ResourceLocator__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DB460, void, Dictionary_2_System_Object_System_Resources_ResourceLocator__System_Collections_IDictionary_Add, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013CFF80, bool, Dictionary_2_System_Object_System_Resources_ResourceLocator__System_Collections_IDictionary_Contains, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374A10, IDictionaryEnumerator *, Dictionary_2_System_Object_System_Resources_ResourceLocator__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0080, void, Dictionary_2_System_Object_System_Resources_ResourceLocator__System_Collections_IDictionary_Remove, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_Resources_ResourceLocator__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_Resources_ResourceLocator__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DB110, Object *, Dictionary_2_System_Object_System_Resources_ResourceLocator__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Object_System_Resources_ResourceLocator__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Object_System_Resources_ResourceLocator__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DB260, void, Dictionary_2_System_Object_System_Resources_ResourceLocator__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator *, Dictionary_2_System_Object_System_Resources_ResourceLocator__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AB060, bool, Dictionary_2_System_Object_System_Resources_ResourceLocator__TryAdd, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, Object * key, ResourceLocator value, MethodInfo * method)); DO_APP_FUNC(0x013E4C10, bool, Dictionary_2_System_Object_System_Resources_ResourceLocator__TryGetValue, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, Object * key, ResourceLocator * value, MethodInfo * method)); DO_APP_FUNC(0x013E3D50, bool, Dictionary_2_System_Object_System_Resources_ResourceLocator__TryInsert, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, Object * key, ResourceLocator value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Object_System_Resources_ResourceLocator__get_Count, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D91A0, ResourceLocator, Dictionary_2_System_Object_System_Resources_ResourceLocator__get_Item, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Resources_ResourceLocator_ *, Dictionary_2_System_Object_System_Resources_ResourceLocator__get_Keys, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Resources_ResourceLocator_ *, Dictionary_2_System_Object_System_Resources_ResourceLocator__get_Values, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A9470, void, Dictionary_2_System_Object_System_Resources_ResourceLocator__set_Item, (Dictionary_2_System_Object_System_Resources_ResourceLocator_ * __this, Object * key, ResourceLocator value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Object_System_Single___ctor, (Dictionary_2_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Object_System_Single___ctor_1, (Dictionary_2_System_Object_System_Single_ * __this, IDictionary_2_System_Object_System_Single_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Object_System_Single___ctor_2, (Dictionary_2_System_Object_System_Single_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Object_System_Single___ctor_3, (Dictionary_2_System_Object_System_Single_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013ECFA0, void, Dictionary_2_System_Object_System_Single___ctor_4, (Dictionary_2_System_Object_System_Single_ * __this, IDictionary_2_System_Object_System_Single_ * dictionary, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Object_System_Single___ctor_5, (Dictionary_2_System_Object_System_Single_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013ED340, void, Dictionary_2_System_Object_System_Single___ctor_6, (Dictionary_2_System_Object_System_Single_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013AE5D0, void, Dictionary_2_System_Object_System_Single__Add, (Dictionary_2_System_Object_System_Single_ * __this, Object * key, float value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Object_System_Single__Clear, (Dictionary_2_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Object_System_Single__ContainsKey, (Dictionary_2_System_Object_System_Single_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013ED640, bool, Dictionary_2_System_Object_System_Single__ContainsValue, (Dictionary_2_System_Object_System_Single_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x013ED730, void, Dictionary_2_System_Object_System_Single__CopyTo, (Dictionary_2_System_Object_System_Single_ * __this, KeyValuePair_2_System_Object_System_Single___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D3A60, int32_t, Dictionary_2_System_Object_System_Single__FindEntry, (Dictionary_2_System_Object_System_Single_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Single_, Dictionary_2_System_Object_System_Single__GetEnumerator, (Dictionary_2_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013ED8C0, void, Dictionary_2_System_Object_System_Single__GetObjectData, (Dictionary_2_System_Object_System_Single_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013EDC70, int32_t, Dictionary_2_System_Object_System_Single__Initialize, (Dictionary_2_System_Object_System_Single_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Object_System_Single__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013EE200, void, Dictionary_2_System_Object_System_Single__OnDeserialization, (Dictionary_2_System_Object_System_Single_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013D49F0, bool, Dictionary_2_System_Object_System_Single__Remove, (Dictionary_2_System_Object_System_Single_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013EE690, void, Dictionary_2_System_Object_System_Single__Resize, (Dictionary_2_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013EE720, void, Dictionary_2_System_Object_System_Single__Resize_1, (Dictionary_2_System_Object_System_Single_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013ED440, void, Dictionary_2_System_Object_System_Single__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Object_System_Single_ * __this, KeyValuePair_2_System_Object_System_Single_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013ED460, bool, Dictionary_2_System_Object_System_Single__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Object_System_Single_ * __this, KeyValuePair_2_System_Object_System_Single_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Object_System_Single__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Object_System_Single_ * __this, KeyValuePair_2_System_Object_System_Single___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013ED540, bool, Dictionary_2_System_Object_System_Single__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Object_System_Single_ * __this, KeyValuePair_2_System_Object_System_Single_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_Single__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Object_ *, Dictionary_2_System_Object_System_Single__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Single_ *, Dictionary_2_System_Object_System_Single__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_System_Object_System_Single_ *, Dictionary_2_System_Object_System_Single__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_System_Single__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Single_ *, Dictionary_2_System_Object_System_Single__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013EE9B0, void, Dictionary_2_System_Object_System_Single__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Object_System_Single_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_Single__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013EEDE0, Object *, Dictionary_2_System_Object_System_Single__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013EF1E0, void, Dictionary_2_System_Object_System_Single__System_Collections_IDictionary_Add, (Dictionary_2_System_Object_System_Single_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013CFF80, bool, Dictionary_2_System_Object_System_Single__System_Collections_IDictionary_Contains, (Dictionary_2_System_Object_System_Single_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_System_Object_System_Single__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0080, void, Dictionary_2_System_Object_System_Single__System_Collections_IDictionary_Remove, (Dictionary_2_System_Object_System_Single_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_Single__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_Single__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013EEE90, Object *, Dictionary_2_System_Object_System_Single__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Object_System_Single_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Object_System_Single__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Object_System_Single__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013EEFE0, void, Dictionary_2_System_Object_System_Single__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Object_System_Single_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_System_Object_System_Single__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AFAF0, bool, Dictionary_2_System_Object_System_Single__TryAdd, (Dictionary_2_System_Object_System_Single_ * __this, Object * key, float value, MethodInfo * method)); DO_APP_FUNC(0x013DD060, bool, Dictionary_2_System_Object_System_Single__TryGetValue, (Dictionary_2_System_Object_System_Single_ * __this, Object * key, float * value, MethodInfo * method)); DO_APP_FUNC(0x013EDDF0, bool, Dictionary_2_System_Object_System_Single__TryInsert, (Dictionary_2_System_Object_System_Single_ * __this, Object * key, float value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Object_System_Single__get_Count, (Dictionary_2_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013ED3D0, float, Dictionary_2_System_Object_System_Single__get_Item, (Dictionary_2_System_Object_System_Single_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Single_ *, Dictionary_2_System_Object_System_Single__get_Keys, (Dictionary_2_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Single_ *, Dictionary_2_System_Object_System_Single__get_Values, (Dictionary_2_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AE5A0, void, Dictionary_2_System_Object_System_Single__set_Item, (Dictionary_2_System_Object_System_Single_ * __this, Object * key, float value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor_1, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, IDictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor_2, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor_3, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013EF3D0, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor_4, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, IDictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * dictionary, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor_5, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013EF7C0, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor_6, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013A94B0, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Add, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * key, StylePropertyValue value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Clear, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__ContainsKey, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013A9720, bool, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__ContainsValue, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue value, MethodInfo * method)); DO_APP_FUNC(0x013E36A0, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__CopyTo, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D9990, int32_t, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__FindEntry, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013723A0, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__GetEnumerator, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013EF850, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__GetObjectData, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013EFC00, int32_t, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Initialize, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013EFD80, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__OnDeserialization, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013E49A0, bool, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Remove, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013F0220, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Resize, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F02B0, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Resize_1, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013D9230, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013D9260, bool, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D9350, bool, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ *, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ *, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ *, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F0550, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F0990, Object *, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DB460, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IDictionary_Add, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013CFF80, bool, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IDictionary_Contains, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374A10, IDictionaryEnumerator *, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0080, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IDictionary_Remove, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DB110, Object *, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DB260, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator *, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AB060, bool, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__TryAdd, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * key, StylePropertyValue value, MethodInfo * method)); DO_APP_FUNC(0x013E4C10, bool, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__TryGetValue, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * key, StylePropertyValue * value, MethodInfo * method)); DO_APP_FUNC(0x013E3D50, bool, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__TryInsert, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * key, StylePropertyValue value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__get_Count, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D91A0, StylePropertyValue, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__get_Item, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ *, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ *, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__get_Values, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A9470, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__set_Item, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * key, StylePropertyValue value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId___ctor, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId___ctor_1, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, IDictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId___ctor_2, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId___ctor_3, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013F0A40, void, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId___ctor_4, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, IDictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * dictionary, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId___ctor_5, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013F0E00, void, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId___ctor_6, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__Add, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, Object * key, TextureId value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__Clear, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__ContainsKey, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013DBD00, bool, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__ContainsValue, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, TextureId value, MethodInfo * method)); DO_APP_FUNC(0x013DBDF0, void, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__CopyTo, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_TextureId___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D3A60, int32_t, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__FindEntry, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId_, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__GetEnumerator, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F0E90, void, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__GetObjectData, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013F1240, int32_t, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__Initialize, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013F13C0, void, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__OnDeserialization, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013D49F0, bool, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__Remove, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013F1850, void, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__Resize, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F18E0, void, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__Resize_1, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x01388A30, void, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_TextureId_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013DBB20, bool, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_TextureId_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_TextureId___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013DBC00, bool, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_TextureId_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UnityEngine_UIElements_TextureId_ *, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_UIElements_TextureId_ *, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UnityEngine_UIElements_TextureId_ *, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F1B70, void, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F1F70, Object *, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DD8D0, void, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__System_Collections_IDictionary_Add, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013CFF80, bool, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__System_Collections_IDictionary_Contains, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0080, void, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__System_Collections_IDictionary_Remove, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DD590, Object *, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DD6E0, void, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__TryAdd, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, Object * key, TextureId value, MethodInfo * method)); DO_APP_FUNC(0x013DD060, bool, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__TryGetValue, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, Object * key, TextureId * value, MethodInfo * method)); DO_APP_FUNC(0x013DC480, bool, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__TryInsert, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, Object * key, TextureId value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__get_Count, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DBAB0, TextureId, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__get_Item, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_TextureId_ *, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__get_Keys, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_TextureId_ *, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__get_Values, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId__set_Item, (Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, Object * key, TextureId value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Object_System_TimeSpan___ctor, (Dictionary_2_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Object_System_TimeSpan___ctor_1, (Dictionary_2_System_Object_System_TimeSpan_ * __this, IDictionary_2_System_Object_System_TimeSpan_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Object_System_TimeSpan___ctor_2, (Dictionary_2_System_Object_System_TimeSpan_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Object_System_TimeSpan___ctor_3, (Dictionary_2_System_Object_System_TimeSpan_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013F2020, void, Dictionary_2_System_Object_System_TimeSpan___ctor_4, (Dictionary_2_System_Object_System_TimeSpan_ * __this, IDictionary_2_System_Object_System_TimeSpan_ * dictionary, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Object_System_TimeSpan___ctor_5, (Dictionary_2_System_Object_System_TimeSpan_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013F23E0, void, Dictionary_2_System_Object_System_TimeSpan___ctor_6, (Dictionary_2_System_Object_System_TimeSpan_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_Object_System_TimeSpan__Add, (Dictionary_2_System_Object_System_TimeSpan_ * __this, Object * key, TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Object_System_TimeSpan__Clear, (Dictionary_2_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Object_System_TimeSpan__ContainsKey, (Dictionary_2_System_Object_System_TimeSpan_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013F26C0, bool, Dictionary_2_System_Object_System_TimeSpan__ContainsValue, (Dictionary_2_System_Object_System_TimeSpan_ * __this, TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x013F27B0, void, Dictionary_2_System_Object_System_TimeSpan__CopyTo, (Dictionary_2_System_Object_System_TimeSpan_ * __this, KeyValuePair_2_System_Object_System_TimeSpan___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D3A60, int32_t, Dictionary_2_System_Object_System_TimeSpan__FindEntry, (Dictionary_2_System_Object_System_TimeSpan_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_TimeSpan_, Dictionary_2_System_Object_System_TimeSpan__GetEnumerator, (Dictionary_2_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F2910, void, Dictionary_2_System_Object_System_TimeSpan__GetObjectData, (Dictionary_2_System_Object_System_TimeSpan_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013F2CC0, int32_t, Dictionary_2_System_Object_System_TimeSpan__Initialize, (Dictionary_2_System_Object_System_TimeSpan_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Object_System_TimeSpan__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013F3270, void, Dictionary_2_System_Object_System_TimeSpan__OnDeserialization, (Dictionary_2_System_Object_System_TimeSpan_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013D49F0, bool, Dictionary_2_System_Object_System_TimeSpan__Remove, (Dictionary_2_System_Object_System_TimeSpan_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013F3700, void, Dictionary_2_System_Object_System_TimeSpan__Resize, (Dictionary_2_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F3790, void, Dictionary_2_System_Object_System_TimeSpan__Resize_1, (Dictionary_2_System_Object_System_TimeSpan_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013BDF60, void, Dictionary_2_System_Object_System_TimeSpan__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Object_System_TimeSpan_ * __this, KeyValuePair_2_System_Object_System_TimeSpan_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013F24E0, bool, Dictionary_2_System_Object_System_TimeSpan__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Object_System_TimeSpan_ * __this, KeyValuePair_2_System_Object_System_TimeSpan_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Object_System_TimeSpan__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Object_System_TimeSpan_ * __this, KeyValuePair_2_System_Object_System_TimeSpan___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013F25C0, bool, Dictionary_2_System_Object_System_TimeSpan__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Object_System_TimeSpan_ * __this, KeyValuePair_2_System_Object_System_TimeSpan_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_TimeSpan__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Object_ *, Dictionary_2_System_Object_System_TimeSpan__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_TimeSpan_ *, Dictionary_2_System_Object_System_TimeSpan__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_System_Object_System_TimeSpan_ *, Dictionary_2_System_Object_System_TimeSpan__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_System_TimeSpan__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_TimeSpan_ *, Dictionary_2_System_Object_System_TimeSpan__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F3A20, void, Dictionary_2_System_Object_System_TimeSpan__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Object_System_TimeSpan_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_TimeSpan__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F3E20, Object *, Dictionary_2_System_Object_System_TimeSpan__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F4210, void, Dictionary_2_System_Object_System_TimeSpan__System_Collections_IDictionary_Add, (Dictionary_2_System_Object_System_TimeSpan_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013CFF80, bool, Dictionary_2_System_Object_System_TimeSpan__System_Collections_IDictionary_Contains, (Dictionary_2_System_Object_System_TimeSpan_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_System_Object_System_TimeSpan__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0080, void, Dictionary_2_System_Object_System_TimeSpan__System_Collections_IDictionary_Remove, (Dictionary_2_System_Object_System_TimeSpan_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_TimeSpan__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_System_TimeSpan__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F3ED0, Object *, Dictionary_2_System_Object_System_TimeSpan__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Object_System_TimeSpan_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Object_System_TimeSpan__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Object_System_TimeSpan__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F4020, void, Dictionary_2_System_Object_System_TimeSpan__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Object_System_TimeSpan_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_System_Object_System_TimeSpan__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_Object_System_TimeSpan__TryAdd, (Dictionary_2_System_Object_System_TimeSpan_ * __this, Object * key, TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x013A65C0, bool, Dictionary_2_System_Object_System_TimeSpan__TryGetValue, (Dictionary_2_System_Object_System_TimeSpan_ * __this, Object * key, TimeSpan * value, MethodInfo * method)); DO_APP_FUNC(0x013F2E40, bool, Dictionary_2_System_Object_System_TimeSpan__TryInsert, (Dictionary_2_System_Object_System_TimeSpan_ * __this, Object * key, TimeSpan value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Object_System_TimeSpan__get_Count, (Dictionary_2_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F2470, TimeSpan, Dictionary_2_System_Object_System_TimeSpan__get_Item, (Dictionary_2_System_Object_System_TimeSpan_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_TimeSpan_ *, Dictionary_2_System_Object_System_TimeSpan__get_Keys, (Dictionary_2_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_TimeSpan_ *, Dictionary_2_System_Object_System_TimeSpan__get_Values, (Dictionary_2_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_Object_System_TimeSpan__set_Item, (Dictionary_2_System_Object_System_TimeSpan_ * __this, Object * key, TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Object_UdpKit_UdpEndPoint___ctor, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Object_UdpKit_UdpEndPoint___ctor_1, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, IDictionary_2_System_Object_UdpKit_UdpEndPoint_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Object_UdpKit_UdpEndPoint___ctor_2, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Object_UdpKit_UdpEndPoint___ctor_3, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013F4400, void, Dictionary_2_System_Object_UdpKit_UdpEndPoint___ctor_4, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, IDictionary_2_System_Object_UdpKit_UdpEndPoint_ * dictionary, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Object_UdpKit_UdpEndPoint___ctor_5, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013F4850, void, Dictionary_2_System_Object_UdpKit_UdpEndPoint___ctor_6, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013F49D0, void, Dictionary_2_System_Object_UdpKit_UdpEndPoint__Add, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, Object * key, UdpEndPoint value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Object_UdpKit_UdpEndPoint__Clear, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Object_UdpKit_UdpEndPoint__ContainsKey, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013F4CF0, bool, Dictionary_2_System_Object_UdpKit_UdpEndPoint__ContainsValue, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, UdpEndPoint value, MethodInfo * method)); DO_APP_FUNC(0x013F4E40, void, Dictionary_2_System_Object_UdpKit_UdpEndPoint__CopyTo, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, KeyValuePair_2_System_Object_UdpKit_UdpEndPoint___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013CE100, int32_t, Dictionary_2_System_Object_UdpKit_UdpEndPoint__FindEntry, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013B5340, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint_, Dictionary_2_System_Object_UdpKit_UdpEndPoint__GetEnumerator, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F5010, void, Dictionary_2_System_Object_UdpKit_UdpEndPoint__GetObjectData, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013F53C0, int32_t, Dictionary_2_System_Object_UdpKit_UdpEndPoint__Initialize, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Object_UdpKit_UdpEndPoint__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013F5980, void, Dictionary_2_System_Object_UdpKit_UdpEndPoint__OnDeserialization, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013EB0F0, bool, Dictionary_2_System_Object_UdpKit_UdpEndPoint__Remove, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013F5E40, void, Dictionary_2_System_Object_UdpKit_UdpEndPoint__Resize, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F5ED0, void, Dictionary_2_System_Object_UdpKit_UdpEndPoint__Resize_1, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013F4A20, void, Dictionary_2_System_Object_UdpKit_UdpEndPoint__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, KeyValuePair_2_System_Object_UdpKit_UdpEndPoint_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013F4A70, bool, Dictionary_2_System_Object_UdpKit_UdpEndPoint__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, KeyValuePair_2_System_Object_UdpKit_UdpEndPoint_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Object_UdpKit_UdpEndPoint__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, KeyValuePair_2_System_Object_UdpKit_UdpEndPoint___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013F4BA0, bool, Dictionary_2_System_Object_UdpKit_UdpEndPoint__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, KeyValuePair_2_System_Object_UdpKit_UdpEndPoint_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UdpKit_UdpEndPoint__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Object_ *, Dictionary_2_System_Object_UdpKit_UdpEndPoint__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UdpKit_UdpEndPoint_ *, Dictionary_2_System_Object_UdpKit_UdpEndPoint__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B53F0, IEnumerator_1_KeyValuePair_2_System_Object_UdpKit_UdpEndPoint_ *, Dictionary_2_System_Object_UdpKit_UdpEndPoint__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_UdpKit_UdpEndPoint__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UdpKit_UdpEndPoint_ *, Dictionary_2_System_Object_UdpKit_UdpEndPoint__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F6270, void, Dictionary_2_System_Object_UdpKit_UdpEndPoint__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UdpKit_UdpEndPoint__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F6700, Object *, Dictionary_2_System_Object_UdpKit_UdpEndPoint__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F6B40, void, Dictionary_2_System_Object_UdpKit_UdpEndPoint__System_Collections_IDictionary_Add, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013CFF80, bool, Dictionary_2_System_Object_UdpKit_UdpEndPoint__System_Collections_IDictionary_Contains, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013B77A0, IDictionaryEnumerator *, Dictionary_2_System_Object_UdpKit_UdpEndPoint__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0080, void, Dictionary_2_System_Object_UdpKit_UdpEndPoint__System_Collections_IDictionary_Remove, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UdpKit_UdpEndPoint__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UdpKit_UdpEndPoint__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F67B0, Object *, Dictionary_2_System_Object_UdpKit_UdpEndPoint__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Object_UdpKit_UdpEndPoint__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Object_UdpKit_UdpEndPoint__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F6920, void, Dictionary_2_System_Object_UdpKit_UdpEndPoint__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013B53F0, IEnumerator *, Dictionary_2_System_Object_UdpKit_UdpEndPoint__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F6210, bool, Dictionary_2_System_Object_UdpKit_UdpEndPoint__TryAdd, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, Object * key, UdpEndPoint value, MethodInfo * method)); DO_APP_FUNC(0x013F6170, bool, Dictionary_2_System_Object_UdpKit_UdpEndPoint__TryGetValue, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, Object * key, UdpEndPoint * value, MethodInfo * method)); DO_APP_FUNC(0x013F5540, bool, Dictionary_2_System_Object_UdpKit_UdpEndPoint__TryInsert, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, Object * key, UdpEndPoint value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Object_UdpKit_UdpEndPoint__get_Count, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F48E0, UdpEndPoint, Dictionary_2_System_Object_UdpKit_UdpEndPoint__get_Item, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_UdpEndPoint_ *, Dictionary_2_System_Object_UdpKit_UdpEndPoint__get_Keys, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_UdpEndPoint_ *, Dictionary_2_System_Object_UdpKit_UdpEndPoint__get_Values, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F4980, void, Dictionary_2_System_Object_UdpKit_UdpEndPoint__set_Item, (Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * __this, Object * key, UdpEndPoint value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Object_UnityEngine_Vector2___ctor, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Object_UnityEngine_Vector2___ctor_1, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, IDictionary_2_System_Object_UnityEngine_Vector2_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Object_UnityEngine_Vector2___ctor_2, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Object_UnityEngine_Vector2___ctor_3, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013F6D50, void, Dictionary_2_System_Object_UnityEngine_Vector2___ctor_4, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, IDictionary_2_System_Object_UnityEngine_Vector2_ * dictionary, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Object_UnityEngine_Vector2___ctor_5, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013F7120, void, Dictionary_2_System_Object_UnityEngine_Vector2___ctor_6, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013F7270, void, Dictionary_2_System_Object_UnityEngine_Vector2__Add, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, Object * key, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Object_UnityEngine_Vector2__Clear, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Object_UnityEngine_Vector2__ContainsKey, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013F7500, bool, Dictionary_2_System_Object_UnityEngine_Vector2__ContainsValue, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x013F7610, void, Dictionary_2_System_Object_UnityEngine_Vector2__CopyTo, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, KeyValuePair_2_System_Object_UnityEngine_Vector2___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D3A60, int32_t, Dictionary_2_System_Object_UnityEngine_Vector2__FindEntry, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2_, Dictionary_2_System_Object_UnityEngine_Vector2__GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F7780, void, Dictionary_2_System_Object_UnityEngine_Vector2__GetObjectData, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013F7B30, int32_t, Dictionary_2_System_Object_UnityEngine_Vector2__Initialize, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Object_UnityEngine_Vector2__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013F80E0, void, Dictionary_2_System_Object_UnityEngine_Vector2__OnDeserialization, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013D49F0, bool, Dictionary_2_System_Object_UnityEngine_Vector2__Remove, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013F8580, void, Dictionary_2_System_Object_UnityEngine_Vector2__Resize, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F8610, void, Dictionary_2_System_Object_UnityEngine_Vector2__Resize_1, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013F72B0, void, Dictionary_2_System_Object_UnityEngine_Vector2__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, KeyValuePair_2_System_Object_UnityEngine_Vector2_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013F72E0, bool, Dictionary_2_System_Object_UnityEngine_Vector2__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, KeyValuePair_2_System_Object_UnityEngine_Vector2_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Object_UnityEngine_Vector2__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, KeyValuePair_2_System_Object_UnityEngine_Vector2___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013F73E0, bool, Dictionary_2_System_Object_UnityEngine_Vector2__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, KeyValuePair_2_System_Object_UnityEngine_Vector2_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Vector2__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_Vector2__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UnityEngine_Vector2_ *, Dictionary_2_System_Object_UnityEngine_Vector2__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_Vector2_ *, Dictionary_2_System_Object_UnityEngine_Vector2__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_Vector2__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UnityEngine_Vector2_ *, Dictionary_2_System_Object_UnityEngine_Vector2__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F8970, void, Dictionary_2_System_Object_UnityEngine_Vector2__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Vector2__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F8D90, Object *, Dictionary_2_System_Object_UnityEngine_Vector2__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F9190, void, Dictionary_2_System_Object_UnityEngine_Vector2__System_Collections_IDictionary_Add, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013CFF80, bool, Dictionary_2_System_Object_UnityEngine_Vector2__System_Collections_IDictionary_Contains, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_System_Object_UnityEngine_Vector2__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0080, void, Dictionary_2_System_Object_UnityEngine_Vector2__System_Collections_IDictionary_Remove, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Vector2__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Vector2__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F8E40, Object *, Dictionary_2_System_Object_UnityEngine_Vector2__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Object_UnityEngine_Vector2__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Object_UnityEngine_Vector2__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F8F90, void, Dictionary_2_System_Object_UnityEngine_Vector2__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_System_Object_UnityEngine_Vector2__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F8920, bool, Dictionary_2_System_Object_UnityEngine_Vector2__TryAdd, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, Object * key, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x013F88A0, bool, Dictionary_2_System_Object_UnityEngine_Vector2__TryGetValue, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, Object * key, Vector2 * value, MethodInfo * method)); DO_APP_FUNC(0x013F7CB0, bool, Dictionary_2_System_Object_UnityEngine_Vector2__TryInsert, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, Object * key, Vector2 value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Object_UnityEngine_Vector2__get_Count, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F71B0, Vector2, Dictionary_2_System_Object_UnityEngine_Vector2__get_Item, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector2_ *, Dictionary_2_System_Object_UnityEngine_Vector2__get_Keys, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector2_ *, Dictionary_2_System_Object_UnityEngine_Vector2__get_Values, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F7230, void, Dictionary_2_System_Object_UnityEngine_Vector2__set_Item, (Dictionary_2_System_Object_UnityEngine_Vector2_ * __this, Object * key, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Object_UnityEngine_Vector3___ctor, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Object_UnityEngine_Vector3___ctor_1, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, IDictionary_2_System_Object_UnityEngine_Vector3_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Object_UnityEngine_Vector3___ctor_2, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Object_UnityEngine_Vector3___ctor_3, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013F9390, void, Dictionary_2_System_Object_UnityEngine_Vector3___ctor_4, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, IDictionary_2_System_Object_UnityEngine_Vector3_ * dictionary, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Object_UnityEngine_Vector3___ctor_5, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013F97A0, void, Dictionary_2_System_Object_UnityEngine_Vector3___ctor_6, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0139EE70, void, Dictionary_2_System_Object_UnityEngine_Vector3__Add, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, Object * key, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Object_UnityEngine_Vector3__Clear, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Object_UnityEngine_Vector3__ContainsKey, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013F9B40, bool, Dictionary_2_System_Object_UnityEngine_Vector3__ContainsValue, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x013F9C70, void, Dictionary_2_System_Object_UnityEngine_Vector3__CopyTo, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, KeyValuePair_2_System_Object_UnityEngine_Vector3___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D9990, int32_t, Dictionary_2_System_Object_UnityEngine_Vector3__FindEntry, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013723A0, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3_, Dictionary_2_System_Object_UnityEngine_Vector3__GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F9E00, void, Dictionary_2_System_Object_UnityEngine_Vector3__GetObjectData, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013FA1B0, int32_t, Dictionary_2_System_Object_UnityEngine_Vector3__Initialize, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Object_UnityEngine_Vector3__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013FA750, void, Dictionary_2_System_Object_UnityEngine_Vector3__OnDeserialization, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013DA950, bool, Dictionary_2_System_Object_UnityEngine_Vector3__Remove, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013FABF0, void, Dictionary_2_System_Object_UnityEngine_Vector3__Resize, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013FAC80, void, Dictionary_2_System_Object_UnityEngine_Vector3__Resize_1, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013F98C0, void, Dictionary_2_System_Object_UnityEngine_Vector3__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, KeyValuePair_2_System_Object_UnityEngine_Vector3_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013F9900, bool, Dictionary_2_System_Object_UnityEngine_Vector3__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, KeyValuePair_2_System_Object_UnityEngine_Vector3_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Object_UnityEngine_Vector3__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, KeyValuePair_2_System_Object_UnityEngine_Vector3___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013F9A10, bool, Dictionary_2_System_Object_UnityEngine_Vector3__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, KeyValuePair_2_System_Object_UnityEngine_Vector3_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Vector3__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_Vector3__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UnityEngine_Vector3_ *, Dictionary_2_System_Object_UnityEngine_Vector3__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_Vector3_ *, Dictionary_2_System_Object_UnityEngine_Vector3__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_Vector3__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UnityEngine_Vector3_ *, Dictionary_2_System_Object_UnityEngine_Vector3__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013FAFA0, void, Dictionary_2_System_Object_UnityEngine_Vector3__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Vector3__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013FB3E0, Object *, Dictionary_2_System_Object_UnityEngine_Vector3__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013FB800, void, Dictionary_2_System_Object_UnityEngine_Vector3__System_Collections_IDictionary_Add, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013CFF80, bool, Dictionary_2_System_Object_UnityEngine_Vector3__System_Collections_IDictionary_Contains, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374A10, IDictionaryEnumerator *, Dictionary_2_System_Object_UnityEngine_Vector3__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0080, void, Dictionary_2_System_Object_UnityEngine_Vector3__System_Collections_IDictionary_Remove, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Vector3__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Vector3__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013FB490, Object *, Dictionary_2_System_Object_UnityEngine_Vector3__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Object_UnityEngine_Vector3__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Object_UnityEngine_Vector3__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013FB5F0, void, Dictionary_2_System_Object_UnityEngine_Vector3__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator *, Dictionary_2_System_Object_UnityEngine_Vector3__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A09B0, bool, Dictionary_2_System_Object_UnityEngine_Vector3__TryAdd, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, Object * key, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x013FAF20, bool, Dictionary_2_System_Object_UnityEngine_Vector3__TryGetValue, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, Object * key, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x013FA330, bool, Dictionary_2_System_Object_UnityEngine_Vector3__TryInsert, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, Object * key, Vector3 value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Object_UnityEngine_Vector3__get_Count, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F9830, Vector3, Dictionary_2_System_Object_UnityEngine_Vector3__get_Item, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector3_ *, Dictionary_2_System_Object_UnityEngine_Vector3__get_Keys, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector3_ *, Dictionary_2_System_Object_UnityEngine_Vector3__get_Values, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0139EE30, void, Dictionary_2_System_Object_UnityEngine_Vector3__set_Item, (Dictionary_2_System_Object_UnityEngine_Vector3_ * __this, Object * key, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor_1, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, IDictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor_2, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor_3, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013FBA00, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor_4, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, IDictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * dictionary, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor_5, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013FBF80, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor_6, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013FC200, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Add, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * key, InputControlLayout_ControlItem value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Clear, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__ContainsKey, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013FC7C0, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__ContainsValue, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem value, MethodInfo * method)); DO_APP_FUNC(0x013FC9F0, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__CopyTo, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013FD290, int32_t, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__FindEntry, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013FCC90, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__GetEnumerator, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013FCEE0, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__GetObjectData, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013FD500, int32_t, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Initialize, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x013FDC20, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__OnDeserialization, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013FE4B0, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Remove, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013FE180, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Resize, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013FE210, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Resize_1, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013FC2D0, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013FC3A0, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013FC5A0, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013FCD50, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013FEA00, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013FEFD0, Object *, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013FF500, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IDictionary_Add, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013CFF80, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IDictionary_Contains, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013FF780, IDictionaryEnumerator *, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0080, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IDictionary_Remove, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013FF080, Object *, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013FF270, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013FCD50, IEnumerator *, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013FE920, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__TryAdd, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * key, InputControlLayout_ControlItem value, MethodInfo * method)); DO_APP_FUNC(0x013FE730, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__TryGetValue, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * key, InputControlLayout_ControlItem * value, MethodInfo * method)); DO_APP_FUNC(0x013FD680, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__TryInsert, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * key, InputControlLayout_ControlItem value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Count, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013FC010, InputControlLayout_ControlItem, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Item, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Keys, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Values, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013FC130, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__set_Item, (Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * key, InputControlLayout_ControlItem value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState___ctor, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState___ctor_1, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, IDictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState___ctor_2, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState___ctor_3, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01408050, void, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState___ctor_4, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, IDictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * dictionary, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState___ctor_5, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01408410, void, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState___ctor_6, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__Add, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Object * key, InputSystemUIInputModule_InputActionReferenceState value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__Clear, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__ContainsKey, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013F26C0, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__ContainsValue, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, InputSystemUIInputModule_InputActionReferenceState value, MethodInfo * method)); DO_APP_FUNC(0x013F27B0, void, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__CopyTo, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D3A60, int32_t, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__FindEntry, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__GetEnumerator, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014084A0, void, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__GetObjectData, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01408850, int32_t, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__Initialize, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x014089D0, void, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__OnDeserialization, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013D49F0, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__Remove, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01408E60, void, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__Resize, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01408EF0, void, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__Resize_1, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013BDF60, void, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013F24E0, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013F25C0, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ *, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ *, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ *, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01409180, void, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01409580, Object *, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F4210, void, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_IDictionary_Add, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013CFF80, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_IDictionary_Contains, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0080, void, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_IDictionary_Remove, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F3ED0, Object *, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F4020, void, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__TryAdd, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Object * key, InputSystemUIInputModule_InputActionReferenceState value, MethodInfo * method)); DO_APP_FUNC(0x013A65C0, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__TryGetValue, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Object * key, InputSystemUIInputModule_InputActionReferenceState * value, MethodInfo * method)); DO_APP_FUNC(0x013F2E40, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__TryInsert, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Object * key, InputSystemUIInputModule_InputActionReferenceState value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__get_Count, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F2470, InputSystemUIInputModule_InputActionReferenceState, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__get_Item, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ *, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__get_Keys, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ *, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__get_Values, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__set_Item, (Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Object * key, InputSystemUIInputModule_InputActionReferenceState value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor_1, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, IDictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor_2, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor_3, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01409630, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor_4, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, IDictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * dictionary, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor_5, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01409AB0, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor_6, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01409C60, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Add, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * key, JsonParser_JsonValue value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Clear, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__ContainsKey, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0140A010, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__ContainsValue, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue value, MethodInfo * method)); DO_APP_FUNC(0x0140A190, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__CopyTo, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0140A920, int32_t, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__FindEntry, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0140A390, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__GetEnumerator, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0140A570, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__GetObjectData, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0140AB80, int32_t, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Initialize, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x0140B1E0, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__OnDeserialization, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x0140B9F0, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Remove, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0140B6D0, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Resize, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0140B760, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Resize_1, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x01409CD0, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01409D30, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01409E90, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0140A450, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0140BDF0, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0140C2E0, Object *, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0140C750, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IDictionary_Add, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013CFF80, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IDictionary_Contains, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0140C980, IDictionaryEnumerator *, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0080, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IDictionary_Remove, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0140C390, Object *, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0140C520, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0140A450, IEnumerator *, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0140BD70, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__TryAdd, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * key, JsonParser_JsonValue value, MethodInfo * method)); DO_APP_FUNC(0x0140BC70, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__TryGetValue, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * key, JsonParser_JsonValue * value, MethodInfo * method)); DO_APP_FUNC(0x0140AD00, bool, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__TryInsert, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * key, JsonParser_JsonValue value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Count, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01409B40, JsonParser_JsonValue, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Item, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Values, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01409BF0, void, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__set_Item, (Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * key, JsonParser_JsonValue value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId___ctor, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId___ctor_1, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, IDictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId___ctor_2, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId___ctor_3, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0140CAA0, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId___ctor_4, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, IDictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * dictionary, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId___ctor_5, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0140CE60, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId___ctor_6, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__Add, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Object * key, ProbeReferenceVolume_RegId value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__Clear, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__ContainsKey, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013DBD00, bool, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__ContainsValue, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, ProbeReferenceVolume_RegId value, MethodInfo * method)); DO_APP_FUNC(0x013DBDF0, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__CopyTo, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D3A60, int32_t, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__FindEntry, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0140CEF0, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__GetObjectData, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0140D2A0, int32_t, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__Initialize, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x0140D420, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__OnDeserialization, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013D49F0, bool, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__Remove, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0140D8B0, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__Resize, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0140D940, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__Resize_1, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x01388A30, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013DBB20, bool, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013DBC00, bool, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ *, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ *, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ *, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0140DBD0, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0140DFD0, Object *, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DD8D0, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_IDictionary_Add, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013CFF80, bool, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_IDictionary_Contains, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0080, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_IDictionary_Remove, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DD590, Object *, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DD6E0, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__TryAdd, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Object * key, ProbeReferenceVolume_RegId value, MethodInfo * method)); DO_APP_FUNC(0x013DD060, bool, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__TryGetValue, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Object * key, ProbeReferenceVolume_RegId * value, MethodInfo * method)); DO_APP_FUNC(0x013DC480, bool, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__TryInsert, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Object * key, ProbeReferenceVolume_RegId value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__get_Count, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013DBAB0, ProbeReferenceVolume_RegId, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__get_Item, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ *, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__get_Keys, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ *, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__get_Values, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__set_Item, (Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Object * key, ProbeReferenceVolume_RegId value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback___ctor, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback___ctor_1, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, IDictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback___ctor_2, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback___ctor_3, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0140E080, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback___ctor_4, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, IDictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * dictionary, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback___ctor_5, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0140E4C0, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback___ctor_6, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013E5770, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__Add, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Object * key, ProtocolClient_AckCallback value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__Clear, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__ContainsKey, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013E5A90, bool, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__ContainsValue, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, ProtocolClient_AckCallback value, MethodInfo * method)); DO_APP_FUNC(0x0140E550, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__CopyTo, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013E6330, int32_t, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__FindEntry, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013E5DA0, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__GetEnumerator, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0140E720, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__GetObjectData, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0140EAD0, int32_t, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__Initialize, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x0140F0F0, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__OnDeserialization, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x0140F8E0, bool, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__Remove, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0140F5C0, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__Resize, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0140F650, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__Resize_1, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013E57C0, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013E5810, bool, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013E5940, bool, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Object_ *, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UdpKit_Protocol_ProtocolClient_AckCallback_ *, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E5E50, IEnumerator_1_KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ *, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UdpKit_Protocol_ProtocolClient_AckCallback_ *, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0140FC30, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014100B0, Object *, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E7F70, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_IDictionary_Add, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013CFF80, bool, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_IDictionary_Contains, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013E8190, IDictionaryEnumerator *, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0080, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_IDictionary_Remove, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E7BE0, Object *, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E7D50, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013E5E50, IEnumerator *, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E7630, bool, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__TryAdd, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Object * key, ProtocolClient_AckCallback value, MethodInfo * method)); DO_APP_FUNC(0x0140FB50, bool, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__TryGetValue, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Object * key, ProtocolClient_AckCallback * value, MethodInfo * method)); DO_APP_FUNC(0x0140EC50, bool, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__TryInsert, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Object * key, ProtocolClient_AckCallback value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__get_Count, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E5680, ProtocolClient_AckCallback, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__get_Item, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ *, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__get_Keys, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ *, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__get_Values, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E5720, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__set_Item, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Object * key, ProtocolClient_AckCallback value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler___ctor, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler___ctor_1, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, IDictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler___ctor_2, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler___ctor_3, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01410160, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler___ctor_4, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, IDictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * dictionary, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler___ctor_5, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x014105A0, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler___ctor_6, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013E5770, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__Add, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Object * key, ProtocolClient_MsgHandler value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__Clear, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__ContainsKey, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013E5A90, bool, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__ContainsValue, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, ProtocolClient_MsgHandler value, MethodInfo * method)); DO_APP_FUNC(0x0140E550, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__CopyTo, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013E6330, int32_t, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__FindEntry, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013E5DA0, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__GetEnumerator, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01410630, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__GetObjectData, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x014109E0, int32_t, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__Initialize, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x01410B60, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__OnDeserialization, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x0140F8E0, bool, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__Remove, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01411030, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__Resize, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014110C0, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__Resize_1, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013E57C0, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013E5810, bool, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013E5940, bool, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Object_ *, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ *, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E5E50, IEnumerator_1_KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ *, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ *, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01411350, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014117D0, Object *, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E7F70, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_IDictionary_Add, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013CFF80, bool, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_IDictionary_Contains, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013E8190, IDictionaryEnumerator *, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0080, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_IDictionary_Remove, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E7BE0, Object *, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E7D50, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013E5E50, IEnumerator *, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E7630, bool, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__TryAdd, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Object * key, ProtocolClient_MsgHandler value, MethodInfo * method)); DO_APP_FUNC(0x0140FB50, bool, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__TryGetValue, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Object * key, ProtocolClient_MsgHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0140EC50, bool, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__TryInsert, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Object * key, ProtocolClient_MsgHandler value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__get_Count, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E5680, ProtocolClient_MsgHandler, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__get_Item, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ *, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__get_Keys, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ *, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__get_Values, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E5720, void, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__set_Item, (Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Object * key, ProtocolClient_MsgHandler value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData___ctor, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData___ctor_1, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, IDictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData___ctor_2, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData___ctor_3, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01411880, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData___ctor_4, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, IDictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * dictionary, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData___ctor_5, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01411C40, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData___ctor_6, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__Add, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Object * key, StyleComplexSelector_PseudoStateData value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__Clear, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__ContainsKey, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013F26C0, bool, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__ContainsValue, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, StyleComplexSelector_PseudoStateData value, MethodInfo * method)); DO_APP_FUNC(0x013F27B0, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__CopyTo, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013D3A60, int32_t, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__FindEntry, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__GetEnumerator, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01411CD0, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__GetObjectData, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01412080, int32_t, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__Initialize, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x01412200, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__OnDeserialization, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013D49F0, bool, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__Remove, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01412690, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__Resize, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01412720, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__Resize_1, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013BDF60, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013F24E0, bool, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013F25C0, bool, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ *, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ *, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Object_ *, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ *, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014129B0, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01412DB0, Object *, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F4210, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_IDictionary_Add, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013CFF80, bool, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_IDictionary_Contains, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013D0080, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_IDictionary_Remove, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F3ED0, Object *, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F4020, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__TryAdd, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Object * key, StyleComplexSelector_PseudoStateData value, MethodInfo * method)); DO_APP_FUNC(0x013A65C0, bool, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__TryGetValue, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Object * key, StyleComplexSelector_PseudoStateData * value, MethodInfo * method)); DO_APP_FUNC(0x013F2E40, bool, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__TryInsert, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Object * key, StyleComplexSelector_PseudoStateData value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__get_Count, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013F2470, StyleComplexSelector_PseudoStateData, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__get_Item, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ *, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__get_Keys, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ *, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__get_Values, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__set_Item, (Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Object * key, StyleComplexSelector_PseudoStateData value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_Photon_Bolt_PrefabId_System_Object___ctor, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_Photon_Bolt_PrefabId_System_Object___ctor_1, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, IDictionary_2_Photon_Bolt_PrefabId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_Photon_Bolt_PrefabId_System_Object___ctor_2, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, IEqualityComparer_1_Photon_Bolt_PrefabId_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_Photon_Bolt_PrefabId_System_Object___ctor_3, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01412E60, void, Dictionary_2_Photon_Bolt_PrefabId_System_Object___ctor_4, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, IDictionary_2_Photon_Bolt_PrefabId_System_Object_ * dictionary, IEqualityComparer_1_Photon_Bolt_PrefabId_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_Photon_Bolt_PrefabId_System_Object___ctor_5, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_Photon_Bolt_PrefabId_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01413220, void, Dictionary_2_Photon_Bolt_PrefabId_System_Object___ctor_6, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_Photon_Bolt_PrefabId_System_Object__Add, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, PrefabId key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_Photon_Bolt_PrefabId_System_Object__Clear, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_Photon_Bolt_PrefabId_System_Object__ContainsKey, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, PrefabId key, MethodInfo * method)); DO_APP_FUNC(0x01377520, bool, Dictionary_2_Photon_Bolt_PrefabId_System_Object__ContainsValue, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013A70B0, void, Dictionary_2_Photon_Bolt_PrefabId_System_Object__CopyTo, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, KeyValuePair_2_Photon_Bolt_PrefabId_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01413660, int32_t, Dictionary_2_Photon_Bolt_PrefabId_System_Object__FindEntry, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, PrefabId key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object_, Dictionary_2_Photon_Bolt_PrefabId_System_Object__GetEnumerator, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014132B0, void, Dictionary_2_Photon_Bolt_PrefabId_System_Object__GetObjectData, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x014138E0, int32_t, Dictionary_2_Photon_Bolt_PrefabId_System_Object__Initialize, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_Photon_Bolt_PrefabId_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x01413F00, void, Dictionary_2_Photon_Bolt_PrefabId_System_Object__OnDeserialization, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x014146A0, bool, Dictionary_2_Photon_Bolt_PrefabId_System_Object__Remove, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, PrefabId key, MethodInfo * method)); DO_APP_FUNC(0x01414370, void, Dictionary_2_Photon_Bolt_PrefabId_System_Object__Resize, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01414400, void, Dictionary_2_Photon_Bolt_PrefabId_System_Object__Resize_1, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013A50C0, void, Dictionary_2_Photon_Bolt_PrefabId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, KeyValuePair_2_Photon_Bolt_PrefabId_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013A50E0, bool, Dictionary_2_Photon_Bolt_PrefabId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, KeyValuePair_2_Photon_Bolt_PrefabId_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_Photon_Bolt_PrefabId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, KeyValuePair_2_Photon_Bolt_PrefabId_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013A51B0, bool, Dictionary_2_Photon_Bolt_PrefabId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, KeyValuePair_2_Photon_Bolt_PrefabId_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Photon_Bolt_PrefabId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_Photon_Bolt_PrefabId_ *, Dictionary_2_Photon_Bolt_PrefabId_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_Photon_Bolt_PrefabId_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_Photon_Bolt_PrefabId_System_Object_ *, Dictionary_2_Photon_Bolt_PrefabId_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_Photon_Bolt_PrefabId_ *, Dictionary_2_Photon_Bolt_PrefabId_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_Photon_Bolt_PrefabId_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014148B0, void, Dictionary_2_Photon_Bolt_PrefabId_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Photon_Bolt_PrefabId_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01414CB0, Object *, Dictionary_2_Photon_Bolt_PrefabId_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CADF0, void, Dictionary_2_Photon_Bolt_PrefabId_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_Photon_Bolt_PrefabId_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_Photon_Bolt_PrefabId_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_Photon_Bolt_PrefabId_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Photon_Bolt_PrefabId_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Photon_Bolt_PrefabId_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A8A40, Object *, Dictionary_2_Photon_Bolt_PrefabId_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_Photon_Bolt_PrefabId_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_Photon_Bolt_PrefabId_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CAC00, void, Dictionary_2_Photon_Bolt_PrefabId_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_Photon_Bolt_PrefabId_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_Photon_Bolt_PrefabId_System_Object__TryAdd, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, PrefabId key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01378F50, bool, Dictionary_2_Photon_Bolt_PrefabId_System_Object__TryGetValue, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, PrefabId key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x01413A60, bool, Dictionary_2_Photon_Bolt_PrefabId_System_Object__TryInsert, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, PrefabId key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_Photon_Bolt_PrefabId_System_Object__get_Count, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C8F50, Object *, Dictionary_2_Photon_Bolt_PrefabId_System_Object__get_Item, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, PrefabId key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_PrefabId_System_Object_ *, Dictionary_2_Photon_Bolt_PrefabId_System_Object__get_Keys, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_PrefabId_System_Object_ *, Dictionary_2_Photon_Bolt_PrefabId_System_Object__get_Values, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_Photon_Bolt_PrefabId_System_Object__set_Item, (Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * __this, PrefabId key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_UnityEngine_RaycastHit_System_Int32___ctor, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA17E8, Dictionary_2_UnityEngine_RaycastHit_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_UnityEngine_RaycastHit_System_Int32___ctor_1, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, IDictionary_2_UnityEngine_RaycastHit_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_UnityEngine_RaycastHit_System_Int32___ctor_2, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, IEqualityComparer_1_UnityEngine_RaycastHit_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F848, Dictionary_2_UnityEngine_RaycastHit_System_Int32___ctor_2__MethodInfo); DO_APP_FUNC(0x0101B130, void, Dictionary_2_UnityEngine_RaycastHit_System_Int32___ctor_3, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01414D60, void, Dictionary_2_UnityEngine_RaycastHit_System_Int32___ctor_4, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, IDictionary_2_UnityEngine_RaycastHit_System_Int32_ * dictionary, IEqualityComparer_1_UnityEngine_RaycastHit_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_UnityEngine_RaycastHit_System_Int32___ctor_5, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, int32_t capacity, IEqualityComparer_1_UnityEngine_RaycastHit_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01415180, void, Dictionary_2_UnityEngine_RaycastHit_System_Int32___ctor_6, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01415350, void, Dictionary_2_UnityEngine_RaycastHit_System_Int32__Add, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, RaycastHit key, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F800, Dictionary_2_UnityEngine_RaycastHit_System_Int32__Add__MethodInfo); DO_APP_FUNC(0x01372030, void, Dictionary_2_UnityEngine_RaycastHit_System_Int32__Clear, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F7E8, Dictionary_2_UnityEngine_RaycastHit_System_Int32__Clear__MethodInfo); DO_APP_FUNC(0x01415630, bool, Dictionary_2_UnityEngine_RaycastHit_System_Int32__ContainsKey, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, RaycastHit key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F7F0, Dictionary_2_UnityEngine_RaycastHit_System_Int32__ContainsKey__MethodInfo); DO_APP_FUNC(0x014156A0, bool, Dictionary_2_UnityEngine_RaycastHit_System_Int32__ContainsValue, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01415790, void, Dictionary_2_UnityEngine_RaycastHit_System_Int32__CopyTo, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, KeyValuePair_2_UnityEngine_RaycastHit_System_Int32___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01415CA0, int32_t, Dictionary_2_UnityEngine_RaycastHit_System_Int32__FindEntry, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, RaycastHit key, MethodInfo * method)); DO_APP_FUNC(0x013E5DA0, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32_, Dictionary_2_UnityEngine_RaycastHit_System_Int32__GetEnumerator, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014158F0, void, Dictionary_2_UnityEngine_RaycastHit_System_Int32__GetObjectData, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x014160F0, int32_t, Dictionary_2_UnityEngine_RaycastHit_System_Int32__Initialize, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_UnityEngine_RaycastHit_System_Int32__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x014168C0, void, Dictionary_2_UnityEngine_RaycastHit_System_Int32__OnDeserialization, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x014171A0, bool, Dictionary_2_UnityEngine_RaycastHit_System_Int32__Remove, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, RaycastHit key, MethodInfo * method)); DO_APP_FUNC(0x01416D80, void, Dictionary_2_UnityEngine_RaycastHit_System_Int32__Resize, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01416E10, void, Dictionary_2_UnityEngine_RaycastHit_System_Int32__Resize_1, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x014153A0, void, Dictionary_2_UnityEngine_RaycastHit_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, KeyValuePair_2_UnityEngine_RaycastHit_System_Int32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x014153F0, bool, Dictionary_2_UnityEngine_RaycastHit_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, KeyValuePair_2_UnityEngine_RaycastHit_System_Int32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_UnityEngine_RaycastHit_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, KeyValuePair_2_UnityEngine_RaycastHit_System_Int32___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x014154E0, bool, Dictionary_2_UnityEngine_RaycastHit_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, KeyValuePair_2_UnityEngine_RaycastHit_System_Int32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_RaycastHit_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_UnityEngine_RaycastHit_ *, Dictionary_2_UnityEngine_RaycastHit_System_Int32__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Int32_ *, Dictionary_2_UnityEngine_RaycastHit_System_Int32__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E5E50, IEnumerator_1_KeyValuePair_2_UnityEngine_RaycastHit_System_Int32_ *, Dictionary_2_UnityEngine_RaycastHit_System_Int32__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_UnityEngine_RaycastHit_ *, Dictionary_2_UnityEngine_RaycastHit_System_Int32__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Int32_ *, Dictionary_2_UnityEngine_RaycastHit_System_Int32__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01417640, void, Dictionary_2_UnityEngine_RaycastHit_System_Int32__System_Collections_ICollection_CopyTo, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_RaycastHit_System_Int32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01417AE0, Object *, Dictionary_2_UnityEngine_RaycastHit_System_Int32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01417F40, void, Dictionary_2_UnityEngine_RaycastHit_System_Int32__System_Collections_IDictionary_Add, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01418180, bool, Dictionary_2_UnityEngine_RaycastHit_System_Int32__System_Collections_IDictionary_Contains, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013E8190, IDictionaryEnumerator *, Dictionary_2_UnityEngine_RaycastHit_System_Int32__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014182A0, void, Dictionary_2_UnityEngine_RaycastHit_System_Int32__System_Collections_IDictionary_Remove, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_RaycastHit_System_Int32__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_RaycastHit_System_Int32__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01417B90, Object *, Dictionary_2_UnityEngine_RaycastHit_System_Int32__System_Collections_IDictionary_get_Item, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_UnityEngine_RaycastHit_System_Int32__System_Collections_IDictionary_get_Keys, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_UnityEngine_RaycastHit_System_Int32__System_Collections_IDictionary_get_Values, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01417CF0, void, Dictionary_2_UnityEngine_RaycastHit_System_Int32__System_Collections_IDictionary_set_Item, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013E5E50, IEnumerator *, Dictionary_2_UnityEngine_RaycastHit_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014175D0, bool, Dictionary_2_UnityEngine_RaycastHit_System_Int32__TryAdd, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, RaycastHit key, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01417530, bool, Dictionary_2_UnityEngine_RaycastHit_System_Int32__TryGetValue, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, RaycastHit key, int32_t * value, MethodInfo * method)); DO_APP_FUNC(0x01416270, bool, Dictionary_2_UnityEngine_RaycastHit_System_Int32__TryInsert, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, RaycastHit key, int32_t value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_UnityEngine_RaycastHit_System_Int32__get_Count, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01415210, int32_t, Dictionary_2_UnityEngine_RaycastHit_System_Int32__get_Item, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, RaycastHit key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F7E0, Dictionary_2_UnityEngine_RaycastHit_System_Int32__get_Item__MethodInfo); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_RaycastHit_System_Int32_ *, Dictionary_2_UnityEngine_RaycastHit_System_Int32__get_Keys, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_RaycastHit_System_Int32_ *, Dictionary_2_UnityEngine_RaycastHit_System_Int32__get_Values, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01415300, void, Dictionary_2_UnityEngine_RaycastHit_System_Int32__set_Item, (Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * __this, RaycastHit key, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Single_SplineMesh_CurveSample___ctor, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C573E8, Dictionary_2_System_Single_SplineMesh_CurveSample___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Single_SplineMesh_CurveSample___ctor_1, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, IDictionary_2_System_Single_SplineMesh_CurveSample_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Single_SplineMesh_CurveSample___ctor_2, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, IEqualityComparer_1_System_Single_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Single_SplineMesh_CurveSample___ctor_3, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x014183B0, void, Dictionary_2_System_Single_SplineMesh_CurveSample___ctor_4, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, IDictionary_2_System_Single_SplineMesh_CurveSample_ * dictionary, IEqualityComparer_1_System_Single_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Single_SplineMesh_CurveSample___ctor_5, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, int32_t capacity, IEqualityComparer_1_System_Single_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01418840, void, Dictionary_2_System_Single_SplineMesh_CurveSample___ctor_6, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01418A20, void, Dictionary_2_System_Single_SplineMesh_CurveSample__Add, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, float key, CurveSample value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Single_SplineMesh_CurveSample__Clear, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C575A8, Dictionary_2_System_Single_SplineMesh_CurveSample__Clear__MethodInfo); DO_APP_FUNC(0x01418DD0, bool, Dictionary_2_System_Single_SplineMesh_CurveSample__ContainsKey, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, float key, MethodInfo * method)); DO_APP_FUNC(0x01418E10, bool, Dictionary_2_System_Single_SplineMesh_CurveSample__ContainsValue, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, CurveSample value, MethodInfo * method)); DO_APP_FUNC(0x01418F90, void, Dictionary_2_System_Single_SplineMesh_CurveSample__CopyTo, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, KeyValuePair_2_System_Single_SplineMesh_CurveSample___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x014196C0, int32_t, Dictionary_2_System_Single_SplineMesh_CurveSample__FindEntry, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, float key, MethodInfo * method)); DO_APP_FUNC(0x01419130, Dictionary_2_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample_, Dictionary_2_System_Single_SplineMesh_CurveSample__GetEnumerator, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01419310, void, Dictionary_2_System_Single_SplineMesh_CurveSample__GetObjectData, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01419980, int32_t, Dictionary_2_System_Single_SplineMesh_CurveSample__Initialize, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Single_SplineMesh_CurveSample__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x01419FE0, void, Dictionary_2_System_Single_SplineMesh_CurveSample__OnDeserialization, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x0141A800, bool, Dictionary_2_System_Single_SplineMesh_CurveSample__Remove, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, float key, MethodInfo * method)); DO_APP_FUNC(0x0141A4B0, void, Dictionary_2_System_Single_SplineMesh_CurveSample__Resize, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0141A540, void, Dictionary_2_System_Single_SplineMesh_CurveSample__Resize_1, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x01418A90, void, Dictionary_2_System_Single_SplineMesh_CurveSample__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, KeyValuePair_2_System_Single_SplineMesh_CurveSample_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01418AF0, bool, Dictionary_2_System_Single_SplineMesh_CurveSample__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, KeyValuePair_2_System_Single_SplineMesh_CurveSample_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Single_SplineMesh_CurveSample__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, KeyValuePair_2_System_Single_SplineMesh_CurveSample___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01418C50, bool, Dictionary_2_System_Single_SplineMesh_CurveSample__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, KeyValuePair_2_System_Single_SplineMesh_CurveSample_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Single_SplineMesh_CurveSample__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Single_ *, Dictionary_2_System_Single_SplineMesh_CurveSample__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_SplineMesh_CurveSample_ *, Dictionary_2_System_Single_SplineMesh_CurveSample__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014191F0, IEnumerator_1_KeyValuePair_2_System_Single_SplineMesh_CurveSample_ *, Dictionary_2_System_Single_SplineMesh_CurveSample__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Single_ *, Dictionary_2_System_Single_SplineMesh_CurveSample__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_SplineMesh_CurveSample_ *, Dictionary_2_System_Single_SplineMesh_CurveSample__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0141AB60, void, Dictionary_2_System_Single_SplineMesh_CurveSample__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Single_SplineMesh_CurveSample__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0141B070, Object *, Dictionary_2_System_Single_SplineMesh_CurveSample__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0141B4D0, void, Dictionary_2_System_Single_SplineMesh_CurveSample__System_Collections_IDictionary_Add, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0141B700, bool, Dictionary_2_System_Single_SplineMesh_CurveSample__System_Collections_IDictionary_Contains, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0141B800, IDictionaryEnumerator *, Dictionary_2_System_Single_SplineMesh_CurveSample__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0141B920, void, Dictionary_2_System_Single_SplineMesh_CurveSample__System_Collections_IDictionary_Remove, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Single_SplineMesh_CurveSample__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Single_SplineMesh_CurveSample__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0141B120, Object *, Dictionary_2_System_Single_SplineMesh_CurveSample__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Single_SplineMesh_CurveSample__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Single_SplineMesh_CurveSample__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0141B2A0, void, Dictionary_2_System_Single_SplineMesh_CurveSample__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x014191F0, IEnumerator *, Dictionary_2_System_Single_SplineMesh_CurveSample__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0141AAE0, bool, Dictionary_2_System_Single_SplineMesh_CurveSample__TryAdd, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, float key, CurveSample value, MethodInfo * method)); DO_APP_FUNC(0x0141AA30, bool, Dictionary_2_System_Single_SplineMesh_CurveSample__TryGetValue, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, float key, CurveSample * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C575C0, Dictionary_2_System_Single_SplineMesh_CurveSample__TryGetValue__MethodInfo); DO_APP_FUNC(0x01419B00, bool, Dictionary_2_System_Single_SplineMesh_CurveSample__TryInsert, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, float key, CurveSample value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Single_SplineMesh_CurveSample__get_Count, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014188D0, CurveSample, Dictionary_2_System_Single_SplineMesh_CurveSample__get_Item, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, float key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Single_SplineMesh_CurveSample_ *, Dictionary_2_System_Single_SplineMesh_CurveSample__get_Keys, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Single_SplineMesh_CurveSample_ *, Dictionary_2_System_Single_SplineMesh_CurveSample__get_Values, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014189B0, void, Dictionary_2_System_Single_SplineMesh_CurveSample__set_Item, (Dictionary_2_System_Single_SplineMesh_CurveSample_ * __this, float key, CurveSample value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C575D8, Dictionary_2_System_Single_SplineMesh_CurveSample__set_Item__MethodInfo); DO_APP_FUNC(0x0101B110, void, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object___ctor, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object___ctor_1, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, IDictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object___ctor_2, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, IEqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object___ctor_3, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0141BA10, void, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object___ctor_4, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, IDictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * dictionary, IEqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object___ctor_5, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0141BDD0, void, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object___ctor_6, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__Add, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, TerrainTileCoord key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__Clear, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__ContainsKey, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, TerrainTileCoord key, MethodInfo * method)); DO_APP_FUNC(0x01377520, bool, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__ContainsValue, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013BE160, void, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__CopyTo, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, KeyValuePair_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0141C210, int32_t, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__FindEntry, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, TerrainTileCoord key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__GetEnumerator, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0141BE60, void, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__GetObjectData, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0141C560, int32_t, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__Initialize, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x0141CC60, void, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__OnDeserialization, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x0141D460, bool, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__Remove, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, TerrainTileCoord key, MethodInfo * method)); DO_APP_FUNC(0x0141D0D0, void, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__Resize, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0141D160, void, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__Resize_1, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013BDF60, void, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, KeyValuePair_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013BDF80, bool, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, KeyValuePair_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, KeyValuePair_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013BE060, bool, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, KeyValuePair_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_UnityEngine_TerrainUtils_TerrainTileCoord_ *, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ *, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_UnityEngine_TerrainUtils_TerrainTileCoord_ *, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0141D750, void, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0141DB40, Object *, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CD1B0, void, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0138B040, bool, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138B230, void, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013BFD80, Object *, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CCFC0, void, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__TryAdd, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, TerrainTileCoord key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01378F50, bool, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__TryGetValue, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, TerrainTileCoord key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x0141C6E0, bool, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__TryInsert, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, TerrainTileCoord key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__get_Count, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CB420, Object *, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__get_Item, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, TerrainTileCoord key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ *, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__get_Keys, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ *, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__get_Values, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__set_Item, (Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, TerrainTileCoord key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object___ctor, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object___ctor_1, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, IDictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object___ctor_2, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, IEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object___ctor_3, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0141DBF0, void, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object___ctor_4, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, IDictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * dictionary, IEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object___ctor_5, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0141DFD0, void, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object___ctor_6, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01371DD0, void, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__Add, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, TrackableId key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__Clear, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013720A0, bool, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__ContainsKey, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, TrackableId key, MethodInfo * method)); DO_APP_FUNC(0x013720F0, bool, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__ContainsValue, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01386780, void, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__CopyTo, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, KeyValuePair_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0141E410, int32_t, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__FindEntry, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, TrackableId key, MethodInfo * method)); DO_APP_FUNC(0x013723A0, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__GetEnumerator, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0141E060, void, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__GetObjectData, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0141E740, int32_t, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__Initialize, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x0141EE00, void, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__OnDeserialization, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x0141F610, bool, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__Remove, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, TrackableId key, MethodInfo * method)); DO_APP_FUNC(0x0141F270, void, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__Resize, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0141F300, void, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__Resize_1, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x01371E10, void, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, KeyValuePair_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01371E40, bool, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, KeyValuePair_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, KeyValuePair_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01371F20, bool, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, KeyValuePair_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_UnityEngine_XR_ARSubsystems_TrackableId_ *, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator_1_KeyValuePair_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ *, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_UnityEngine_XR_ARSubsystems_TrackableId_ *, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0141F920, void, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0141FD40, Object *, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374710, void, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01374910, bool, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374A10, IDictionaryEnumerator *, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374B10, void, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374380, Object *, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013744A0, void, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator *, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01373E00, bool, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__TryAdd, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, TrackableId key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01373D40, bool, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__TryGetValue, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, TrackableId key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x0141E8C0, bool, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__TryInsert, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, TrackableId key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__get_Count, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371CE0, Object *, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__get_Item, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, TrackableId key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ *, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__get_Keys, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ *, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__get_Values, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371D90, void, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__set_Item, (Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, TrackableId key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_Photon_Bolt_TypeId_System_Object___ctor, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_Photon_Bolt_TypeId_System_Object___ctor_1, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, IDictionary_2_Photon_Bolt_TypeId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_Photon_Bolt_TypeId_System_Object___ctor_2, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, IEqualityComparer_1_Photon_Bolt_TypeId_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_Photon_Bolt_TypeId_System_Object___ctor_3, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0141FDF0, void, Dictionary_2_Photon_Bolt_TypeId_System_Object___ctor_4, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, IDictionary_2_Photon_Bolt_TypeId_System_Object_ * dictionary, IEqualityComparer_1_Photon_Bolt_TypeId_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_Photon_Bolt_TypeId_System_Object___ctor_5, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_Photon_Bolt_TypeId_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x014201B0, void, Dictionary_2_Photon_Bolt_TypeId_System_Object___ctor_6, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_Photon_Bolt_TypeId_System_Object__Add, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, TypeId key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_Photon_Bolt_TypeId_System_Object__Clear, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_Photon_Bolt_TypeId_System_Object__ContainsKey, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, TypeId key, MethodInfo * method)); DO_APP_FUNC(0x01377520, bool, Dictionary_2_Photon_Bolt_TypeId_System_Object__ContainsValue, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013A70B0, void, Dictionary_2_Photon_Bolt_TypeId_System_Object__CopyTo, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, KeyValuePair_2_Photon_Bolt_TypeId_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01413660, int32_t, Dictionary_2_Photon_Bolt_TypeId_System_Object__FindEntry, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, TypeId key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object_, Dictionary_2_Photon_Bolt_TypeId_System_Object__GetEnumerator, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01420240, void, Dictionary_2_Photon_Bolt_TypeId_System_Object__GetObjectData, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x014205F0, int32_t, Dictionary_2_Photon_Bolt_TypeId_System_Object__Initialize, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_Photon_Bolt_TypeId_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x01420770, void, Dictionary_2_Photon_Bolt_TypeId_System_Object__OnDeserialization, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x014146A0, bool, Dictionary_2_Photon_Bolt_TypeId_System_Object__Remove, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, TypeId key, MethodInfo * method)); DO_APP_FUNC(0x01420BE0, void, Dictionary_2_Photon_Bolt_TypeId_System_Object__Resize, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01420C70, void, Dictionary_2_Photon_Bolt_TypeId_System_Object__Resize_1, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013A50C0, void, Dictionary_2_Photon_Bolt_TypeId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, KeyValuePair_2_Photon_Bolt_TypeId_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013A50E0, bool, Dictionary_2_Photon_Bolt_TypeId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, KeyValuePair_2_Photon_Bolt_TypeId_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_Photon_Bolt_TypeId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, KeyValuePair_2_Photon_Bolt_TypeId_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013A51B0, bool, Dictionary_2_Photon_Bolt_TypeId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, KeyValuePair_2_Photon_Bolt_TypeId_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Photon_Bolt_TypeId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_Photon_Bolt_TypeId_ *, Dictionary_2_Photon_Bolt_TypeId_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_Photon_Bolt_TypeId_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_Photon_Bolt_TypeId_System_Object_ *, Dictionary_2_Photon_Bolt_TypeId_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_Photon_Bolt_TypeId_ *, Dictionary_2_Photon_Bolt_TypeId_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_Photon_Bolt_TypeId_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01420F10, void, Dictionary_2_Photon_Bolt_TypeId_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Photon_Bolt_TypeId_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01421310, Object *, Dictionary_2_Photon_Bolt_TypeId_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CADF0, void, Dictionary_2_Photon_Bolt_TypeId_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_Photon_Bolt_TypeId_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_Photon_Bolt_TypeId_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_Photon_Bolt_TypeId_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Photon_Bolt_TypeId_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Photon_Bolt_TypeId_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A8A40, Object *, Dictionary_2_Photon_Bolt_TypeId_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_Photon_Bolt_TypeId_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_Photon_Bolt_TypeId_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CAC00, void, Dictionary_2_Photon_Bolt_TypeId_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_Photon_Bolt_TypeId_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_Photon_Bolt_TypeId_System_Object__TryAdd, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, TypeId key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01378F50, bool, Dictionary_2_Photon_Bolt_TypeId_System_Object__TryGetValue, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, TypeId key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x01413A60, bool, Dictionary_2_Photon_Bolt_TypeId_System_Object__TryInsert, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, TypeId key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_Photon_Bolt_TypeId_System_Object__get_Count, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C8F50, Object *, Dictionary_2_Photon_Bolt_TypeId_System_Object__get_Item, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, TypeId key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_TypeId_System_Object_ *, Dictionary_2_Photon_Bolt_TypeId_System_Object__get_Keys, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_TypeId_System_Object_ *, Dictionary_2_Photon_Bolt_TypeId_System_Object__get_Values, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_Photon_Bolt_TypeId_System_Object__set_Item, (Dictionary_2_Photon_Bolt_TypeId_System_Object_ * __this, TypeId key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_UInt16_System_Object___ctor, (Dictionary_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_UInt16_System_Object___ctor_1, (Dictionary_2_System_UInt16_System_Object_ * __this, IDictionary_2_System_UInt16_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_UInt16_System_Object___ctor_2, (Dictionary_2_System_UInt16_System_Object_ * __this, IEqualityComparer_1_System_UInt16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_UInt16_System_Object___ctor_3, (Dictionary_2_System_UInt16_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x014213C0, void, Dictionary_2_System_UInt16_System_Object___ctor_4, (Dictionary_2_System_UInt16_System_Object_ * __this, IDictionary_2_System_UInt16_System_Object_ * dictionary, IEqualityComparer_1_System_UInt16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_UInt16_System_Object___ctor_5, (Dictionary_2_System_UInt16_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_System_UInt16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01421770, void, Dictionary_2_System_UInt16_System_Object___ctor_6, (Dictionary_2_System_UInt16_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_UInt16_System_Object__Add, (Dictionary_2_System_UInt16_System_Object_ * __this, uint16_t key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_UInt16_System_Object__Clear, (Dictionary_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_UInt16_System_Object__ContainsKey, (Dictionary_2_System_UInt16_System_Object_ * __this, uint16_t key, MethodInfo * method)); DO_APP_FUNC(0x01377520, bool, Dictionary_2_System_UInt16_System_Object__ContainsValue, (Dictionary_2_System_UInt16_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01421AA0, void, Dictionary_2_System_UInt16_System_Object__CopyTo, (Dictionary_2_System_UInt16_System_Object_ * __this, KeyValuePair_2_System_UInt16_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01421FB0, int32_t, Dictionary_2_System_UInt16_System_Object__FindEntry, (Dictionary_2_System_UInt16_System_Object_ * __this, uint16_t key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_System_Object_, Dictionary_2_System_UInt16_System_Object__GetEnumerator, (Dictionary_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01421C00, void, Dictionary_2_System_UInt16_System_Object__GetObjectData, (Dictionary_2_System_UInt16_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01422240, int32_t, Dictionary_2_System_UInt16_System_Object__Initialize, (Dictionary_2_System_UInt16_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_UInt16_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x01422860, void, Dictionary_2_System_UInt16_System_Object__OnDeserialization, (Dictionary_2_System_UInt16_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01423000, bool, Dictionary_2_System_UInt16_System_Object__Remove, (Dictionary_2_System_UInt16_System_Object_ * __this, uint16_t key, MethodInfo * method)); DO_APP_FUNC(0x01422CD0, void, Dictionary_2_System_UInt16_System_Object__Resize, (Dictionary_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01422D60, void, Dictionary_2_System_UInt16_System_Object__Resize_1, (Dictionary_2_System_UInt16_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x014218A0, void, Dictionary_2_System_UInt16_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_UInt16_System_Object_ * __this, KeyValuePair_2_System_UInt16_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x014218C0, bool, Dictionary_2_System_UInt16_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_UInt16_System_Object_ * __this, KeyValuePair_2_System_UInt16_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_UInt16_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_UInt16_System_Object_ * __this, KeyValuePair_2_System_UInt16_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x014219A0, bool, Dictionary_2_System_UInt16_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_UInt16_System_Object_ * __this, KeyValuePair_2_System_UInt16_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt16_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_UInt16_ *, Dictionary_2_System_UInt16_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_System_UInt16_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_System_UInt16_System_Object_ *, Dictionary_2_System_UInt16_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_UInt16_ *, Dictionary_2_System_UInt16_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_System_UInt16_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01423220, void, Dictionary_2_System_UInt16_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_System_UInt16_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt16_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01423620, Object *, Dictionary_2_System_UInt16_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014239D0, void, Dictionary_2_System_UInt16_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_System_UInt16_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01423BC0, bool, Dictionary_2_System_UInt16_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_System_UInt16_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_System_UInt16_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01423CC0, void, Dictionary_2_System_UInt16_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_System_UInt16_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt16_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt16_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014236D0, Object *, Dictionary_2_System_UInt16_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_System_UInt16_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_UInt16_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_UInt16_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014237E0, void, Dictionary_2_System_UInt16_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_System_UInt16_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_System_UInt16_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_UInt16_System_Object__TryAdd, (Dictionary_2_System_UInt16_System_Object_ * __this, uint16_t key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01378F50, bool, Dictionary_2_System_UInt16_System_Object__TryGetValue, (Dictionary_2_System_UInt16_System_Object_ * __this, uint16_t key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x014223C0, bool, Dictionary_2_System_UInt16_System_Object__TryInsert, (Dictionary_2_System_UInt16_System_Object_ * __this, uint16_t key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_UInt16_System_Object__get_Count, (Dictionary_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01421800, Object *, Dictionary_2_System_UInt16_System_Object__get_Item, (Dictionary_2_System_UInt16_System_Object_ * __this, uint16_t key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_System_Object_ *, Dictionary_2_System_UInt16_System_Object__get_Keys, (Dictionary_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_System_Object_ *, Dictionary_2_System_UInt16_System_Object__get_Values, (Dictionary_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_UInt16_System_Object__set_Item, (Dictionary_2_System_UInt16_System_Object_ * __this, uint16_t key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_UInt16_Dissonance_PlayerChannel___ctor, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_UInt16_Dissonance_PlayerChannel___ctor_1, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, IDictionary_2_System_UInt16_Dissonance_PlayerChannel_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_UInt16_Dissonance_PlayerChannel___ctor_2, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, IEqualityComparer_1_System_UInt16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_UInt16_Dissonance_PlayerChannel___ctor_3, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01423DA0, void, Dictionary_2_System_UInt16_Dissonance_PlayerChannel___ctor_4, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, IDictionary_2_System_UInt16_Dissonance_PlayerChannel_ * dictionary, IEqualityComparer_1_System_UInt16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_UInt16_Dissonance_PlayerChannel___ctor_5, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, int32_t capacity, IEqualityComparer_1_System_UInt16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x014241D0, void, Dictionary_2_System_UInt16_Dissonance_PlayerChannel___ctor_6, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013B4DA0, void, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__Add, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, uint16_t key, PlayerChannel value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__Clear, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__ContainsKey, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, uint16_t key, MethodInfo * method)); DO_APP_FUNC(0x013B5070, bool, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__ContainsValue, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, PlayerChannel value, MethodInfo * method)); DO_APP_FUNC(0x014245C0, void, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__CopyTo, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, KeyValuePair_2_System_UInt16_Dissonance_PlayerChannel___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01424B10, int32_t, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__FindEntry, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, uint16_t key, MethodInfo * method)); DO_APP_FUNC(0x013B5340, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel_, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__GetEnumerator, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01424760, void, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__GetObjectData, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01424DB0, int32_t, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__Initialize, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x01425400, void, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__OnDeserialization, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01425BE0, bool, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__Remove, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, uint16_t key, MethodInfo * method)); DO_APP_FUNC(0x014258A0, void, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__Resize, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01425930, void, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__Resize_1, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x01424330, void, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, KeyValuePair_2_System_UInt16_Dissonance_PlayerChannel_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01424370, bool, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, KeyValuePair_2_System_UInt16_Dissonance_PlayerChannel_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, KeyValuePair_2_System_UInt16_Dissonance_PlayerChannel___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01424480, bool, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, KeyValuePair_2_System_UInt16_Dissonance_PlayerChannel_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_UInt16_ *, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_Dissonance_PlayerChannel_ *, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B53F0, IEnumerator_1_KeyValuePair_2_System_UInt16_Dissonance_PlayerChannel_ *, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_UInt16_ *, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_Dissonance_PlayerChannel_ *, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01425ED0, void, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__System_Collections_ICollection_CopyTo, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01426390, Object *, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014267B0, void, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__System_Collections_IDictionary_Add, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01423BC0, bool, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__System_Collections_IDictionary_Contains, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013B77A0, IDictionaryEnumerator *, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01423CC0, void, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__System_Collections_IDictionary_Remove, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01426440, Object *, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__System_Collections_IDictionary_get_Item, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__System_Collections_IDictionary_get_Values, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014265A0, void, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__System_Collections_IDictionary_set_Item, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013B53F0, IEnumerator *, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B6C70, bool, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__TryAdd, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, uint16_t key, PlayerChannel value, MethodInfo * method)); DO_APP_FUNC(0x01425E00, bool, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__TryGetValue, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, uint16_t key, PlayerChannel * value, MethodInfo * method)); DO_APP_FUNC(0x01424F30, bool, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__TryInsert, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, uint16_t key, PlayerChannel value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__get_Count, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01424260, PlayerChannel, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__get_Item, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, uint16_t key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_PlayerChannel_ *, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__get_Keys, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_PlayerChannel_ *, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__get_Values, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B4D60, void, Dictionary_2_System_UInt16_Dissonance_PlayerChannel__set_Item, (Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * __this, uint16_t key, PlayerChannel value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_UInt16_Dissonance_RoomChannel___ctor, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_UInt16_Dissonance_RoomChannel___ctor_1, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, IDictionary_2_System_UInt16_Dissonance_RoomChannel_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_UInt16_Dissonance_RoomChannel___ctor_2, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, IEqualityComparer_1_System_UInt16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_UInt16_Dissonance_RoomChannel___ctor_3, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x014269B0, void, Dictionary_2_System_UInt16_Dissonance_RoomChannel___ctor_4, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, IDictionary_2_System_UInt16_Dissonance_RoomChannel_ * dictionary, IEqualityComparer_1_System_UInt16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_UInt16_Dissonance_RoomChannel___ctor_5, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, int32_t capacity, IEqualityComparer_1_System_UInt16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01426DE0, void, Dictionary_2_System_UInt16_Dissonance_RoomChannel___ctor_6, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013E5770, void, Dictionary_2_System_UInt16_Dissonance_RoomChannel__Add, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, uint16_t key, RoomChannel value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_UInt16_Dissonance_RoomChannel__Clear, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_UInt16_Dissonance_RoomChannel__ContainsKey, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, uint16_t key, MethodInfo * method)); DO_APP_FUNC(0x013E5A90, bool, Dictionary_2_System_UInt16_Dissonance_RoomChannel__ContainsValue, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, RoomChannel value, MethodInfo * method)); DO_APP_FUNC(0x01427210, void, Dictionary_2_System_UInt16_Dissonance_RoomChannel__CopyTo, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, KeyValuePair_2_System_UInt16_Dissonance_RoomChannel___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01427760, int32_t, Dictionary_2_System_UInt16_Dissonance_RoomChannel__FindEntry, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, uint16_t key, MethodInfo * method)); DO_APP_FUNC(0x013E5DA0, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel_, Dictionary_2_System_UInt16_Dissonance_RoomChannel__GetEnumerator, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014273B0, void, Dictionary_2_System_UInt16_Dissonance_RoomChannel__GetObjectData, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x014279F0, int32_t, Dictionary_2_System_UInt16_Dissonance_RoomChannel__Initialize, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_UInt16_Dissonance_RoomChannel__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x01428060, void, Dictionary_2_System_UInt16_Dissonance_RoomChannel__OnDeserialization, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01428840, bool, Dictionary_2_System_UInt16_Dissonance_RoomChannel__Remove, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, uint16_t key, MethodInfo * method)); DO_APP_FUNC(0x01428510, void, Dictionary_2_System_UInt16_Dissonance_RoomChannel__Resize, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014285A0, void, Dictionary_2_System_UInt16_Dissonance_RoomChannel__Resize_1, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x01426F40, void, Dictionary_2_System_UInt16_Dissonance_RoomChannel__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, KeyValuePair_2_System_UInt16_Dissonance_RoomChannel_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01426F90, bool, Dictionary_2_System_UInt16_Dissonance_RoomChannel__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, KeyValuePair_2_System_UInt16_Dissonance_RoomChannel_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_UInt16_Dissonance_RoomChannel__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, KeyValuePair_2_System_UInt16_Dissonance_RoomChannel___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x014270C0, bool, Dictionary_2_System_UInt16_Dissonance_RoomChannel__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, KeyValuePair_2_System_UInt16_Dissonance_RoomChannel_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt16_Dissonance_RoomChannel__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_UInt16_ *, Dictionary_2_System_UInt16_Dissonance_RoomChannel__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_Dissonance_RoomChannel_ *, Dictionary_2_System_UInt16_Dissonance_RoomChannel__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E5E50, IEnumerator_1_KeyValuePair_2_System_UInt16_Dissonance_RoomChannel_ *, Dictionary_2_System_UInt16_Dissonance_RoomChannel__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_UInt16_ *, Dictionary_2_System_UInt16_Dissonance_RoomChannel__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_Dissonance_RoomChannel_ *, Dictionary_2_System_UInt16_Dissonance_RoomChannel__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01428B40, void, Dictionary_2_System_UInt16_Dissonance_RoomChannel__System_Collections_ICollection_CopyTo, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt16_Dissonance_RoomChannel__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01428FF0, Object *, Dictionary_2_System_UInt16_Dissonance_RoomChannel__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01429430, void, Dictionary_2_System_UInt16_Dissonance_RoomChannel__System_Collections_IDictionary_Add, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01423BC0, bool, Dictionary_2_System_UInt16_Dissonance_RoomChannel__System_Collections_IDictionary_Contains, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013E8190, IDictionaryEnumerator *, Dictionary_2_System_UInt16_Dissonance_RoomChannel__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01423CC0, void, Dictionary_2_System_UInt16_Dissonance_RoomChannel__System_Collections_IDictionary_Remove, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt16_Dissonance_RoomChannel__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt16_Dissonance_RoomChannel__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014290A0, Object *, Dictionary_2_System_UInt16_Dissonance_RoomChannel__System_Collections_IDictionary_get_Item, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_UInt16_Dissonance_RoomChannel__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_UInt16_Dissonance_RoomChannel__System_Collections_IDictionary_get_Values, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01429210, void, Dictionary_2_System_UInt16_Dissonance_RoomChannel__System_Collections_IDictionary_set_Item, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013E5E50, IEnumerator *, Dictionary_2_System_UInt16_Dissonance_RoomChannel__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E7630, bool, Dictionary_2_System_UInt16_Dissonance_RoomChannel__TryAdd, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, uint16_t key, RoomChannel value, MethodInfo * method)); DO_APP_FUNC(0x01428A60, bool, Dictionary_2_System_UInt16_Dissonance_RoomChannel__TryGetValue, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, uint16_t key, RoomChannel * value, MethodInfo * method)); DO_APP_FUNC(0x01427B70, bool, Dictionary_2_System_UInt16_Dissonance_RoomChannel__TryInsert, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, uint16_t key, RoomChannel value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_UInt16_Dissonance_RoomChannel__get_Count, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01426E70, RoomChannel, Dictionary_2_System_UInt16_Dissonance_RoomChannel__get_Item, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, uint16_t key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_RoomChannel_ *, Dictionary_2_System_UInt16_Dissonance_RoomChannel__get_Keys, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_RoomChannel_ *, Dictionary_2_System_UInt16_Dissonance_RoomChannel__get_Values, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E5720, void, Dictionary_2_System_UInt16_Dissonance_RoomChannel__set_Item, (Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * __this, uint16_t key, RoomChannel value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_UInt32_System_Boolean___ctor, (Dictionary_2_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0488, Dictionary_2_System_UInt32_System_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_UInt32_System_Boolean___ctor_1, (Dictionary_2_System_UInt32_System_Boolean_ * __this, IDictionary_2_System_UInt32_System_Boolean_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_UInt32_System_Boolean___ctor_2, (Dictionary_2_System_UInt32_System_Boolean_ * __this, IEqualityComparer_1_System_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_UInt32_System_Boolean___ctor_3, (Dictionary_2_System_UInt32_System_Boolean_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01429640, void, Dictionary_2_System_UInt32_System_Boolean___ctor_4, (Dictionary_2_System_UInt32_System_Boolean_ * __this, IDictionary_2_System_UInt32_System_Boolean_ * dictionary, IEqualityComparer_1_System_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_UInt32_System_Boolean___ctor_5, (Dictionary_2_System_UInt32_System_Boolean_ * __this, int32_t capacity, IEqualityComparer_1_System_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x014299E0, void, Dictionary_2_System_UInt32_System_Boolean___ctor_6, (Dictionary_2_System_UInt32_System_Boolean_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_UInt32_System_Boolean__Add, (Dictionary_2_System_UInt32_System_Boolean_ * __this, uint32_t key, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0718, Dictionary_2_System_UInt32_System_Boolean__Add__MethodInfo); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_UInt32_System_Boolean__Clear, (Dictionary_2_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0720, Dictionary_2_System_UInt32_System_Boolean__Clear__MethodInfo); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_UInt32_System_Boolean__ContainsKey, (Dictionary_2_System_UInt32_System_Boolean_ * __this, uint32_t key, MethodInfo * method)); DO_APP_FUNC(0x01394430, bool, Dictionary_2_System_UInt32_System_Boolean__ContainsValue, (Dictionary_2_System_UInt32_System_Boolean_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01394520, void, Dictionary_2_System_UInt32_System_Boolean__CopyTo, (Dictionary_2_System_UInt32_System_Boolean_ * __this, KeyValuePair_2_System_UInt32_System_Boolean___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013949E0, int32_t, Dictionary_2_System_UInt32_System_Boolean__FindEntry, (Dictionary_2_System_UInt32_System_Boolean_ * __this, uint32_t key, MethodInfo * method)); DO_APP_FUNC(0x0137A580, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Boolean_, Dictionary_2_System_UInt32_System_Boolean__GetEnumerator, (Dictionary_2_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B310, Dictionary_2_System_UInt32_System_Boolean__GetEnumerator__MethodInfo); DO_APP_FUNC(0x01429A70, void, Dictionary_2_System_UInt32_System_Boolean__GetObjectData, (Dictionary_2_System_UInt32_System_Boolean_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01429E20, int32_t, Dictionary_2_System_UInt32_System_Boolean__Initialize, (Dictionary_2_System_UInt32_System_Boolean_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_UInt32_System_Boolean__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x01429FA0, void, Dictionary_2_System_UInt32_System_Boolean__OnDeserialization, (Dictionary_2_System_UInt32_System_Boolean_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01395990, bool, Dictionary_2_System_UInt32_System_Boolean__Remove, (Dictionary_2_System_UInt32_System_Boolean_ * __this, uint32_t key, MethodInfo * method)); DO_APP_FUNC(0x0142A400, void, Dictionary_2_System_UInt32_System_Boolean__Resize, (Dictionary_2_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0142A490, void, Dictionary_2_System_UInt32_System_Boolean__Resize_1, (Dictionary_2_System_UInt32_System_Boolean_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x0137A180, void, Dictionary_2_System_UInt32_System_Boolean__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_UInt32_System_Boolean_ * __this, KeyValuePair_2_System_UInt32_System_Boolean_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01394250, bool, Dictionary_2_System_UInt32_System_Boolean__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_UInt32_System_Boolean_ * __this, KeyValuePair_2_System_UInt32_System_Boolean_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_UInt32_System_Boolean__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_UInt32_System_Boolean_ * __this, KeyValuePair_2_System_UInt32_System_Boolean___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01394330, bool, Dictionary_2_System_UInt32_System_Boolean__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_UInt32_System_Boolean_ * __this, KeyValuePair_2_System_UInt32_System_Boolean_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt32_System_Boolean__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_UInt32_ *, Dictionary_2_System_UInt32_System_Boolean__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Boolean_ *, Dictionary_2_System_UInt32_System_Boolean__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137A610, IEnumerator_1_KeyValuePair_2_System_UInt32_System_Boolean_ *, Dictionary_2_System_UInt32_System_Boolean__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_UInt32_ *, Dictionary_2_System_UInt32_System_Boolean__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Boolean_ *, Dictionary_2_System_UInt32_System_Boolean__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0142A730, void, Dictionary_2_System_UInt32_System_Boolean__System_Collections_ICollection_CopyTo, (Dictionary_2_System_UInt32_System_Boolean_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt32_System_Boolean__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0142AB80, Object *, Dictionary_2_System_UInt32_System_Boolean__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01396440, void, Dictionary_2_System_UInt32_System_Boolean__System_Collections_IDictionary_Add, (Dictionary_2_System_UInt32_System_Boolean_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_System_UInt32_System_Boolean__System_Collections_IDictionary_Contains, (Dictionary_2_System_UInt32_System_Boolean_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0137C710, IDictionaryEnumerator *, Dictionary_2_System_UInt32_System_Boolean__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_System_UInt32_System_Boolean__System_Collections_IDictionary_Remove, (Dictionary_2_System_UInt32_System_Boolean_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt32_System_Boolean__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt32_System_Boolean__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01396110, Object *, Dictionary_2_System_UInt32_System_Boolean__System_Collections_IDictionary_get_Item, (Dictionary_2_System_UInt32_System_Boolean_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_UInt32_System_Boolean__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_UInt32_System_Boolean__System_Collections_IDictionary_get_Values, (Dictionary_2_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01396250, void, Dictionary_2_System_UInt32_System_Boolean__System_Collections_IDictionary_set_Item, (Dictionary_2_System_UInt32_System_Boolean_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0137A610, IEnumerator *, Dictionary_2_System_UInt32_System_Boolean__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_UInt32_System_Boolean__TryAdd, (Dictionary_2_System_UInt32_System_Boolean_ * __this, uint32_t key, bool value, MethodInfo * method)); DO_APP_FUNC(0x01395BA0, bool, Dictionary_2_System_UInt32_System_Boolean__TryGetValue, (Dictionary_2_System_UInt32_System_Boolean_ * __this, uint32_t key, bool * value, MethodInfo * method)); DO_APP_FUNC(0x01394DE0, bool, Dictionary_2_System_UInt32_System_Boolean__TryInsert, (Dictionary_2_System_UInt32_System_Boolean_ * __this, uint32_t key, bool value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_UInt32_System_Boolean__get_Count, (Dictionary_2_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B320, Dictionary_2_System_UInt32_System_Boolean__get_Count__MethodInfo); DO_APP_FUNC(0x013941B0, bool, Dictionary_2_System_UInt32_System_Boolean__get_Item, (Dictionary_2_System_UInt32_System_Boolean_ * __this, uint32_t key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Boolean_ *, Dictionary_2_System_UInt32_System_Boolean__get_Keys, (Dictionary_2_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Boolean_ *, Dictionary_2_System_UInt32_System_Boolean__get_Values, (Dictionary_2_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_UInt32_System_Boolean__set_Item, (Dictionary_2_System_UInt32_System_Boolean_ * __this, uint32_t key, bool value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE51D8, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor_1, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, IDictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor_2, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, IEqualityComparer_1_System_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor_3, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0142AC30, void, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor_4, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, IDictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * dictionary, IEqualityComparer_1_System_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor_5, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t capacity, IEqualityComparer_1_System_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0142B070, void, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor_6, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0142B230, void, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Add, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, uint32_t key, GlyphPairAdjustmentRecord value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE51F8, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Add__MethodInfo); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Clear, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE51F0, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Clear__MethodInfo); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__ContainsKey, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, uint32_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE51E8, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__ContainsKey__MethodInfo); DO_APP_FUNC(0x0142B580, bool, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__ContainsValue, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord value, MethodInfo * method)); DO_APP_FUNC(0x0142B6D0, void, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__CopyTo, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, KeyValuePair_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0142BC00, int32_t, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__FindEntry, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, uint32_t key, MethodInfo * method)); DO_APP_FUNC(0x013E5DA0, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__GetEnumerator, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0142B850, void, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__GetObjectData, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0142BE80, int32_t, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Initialize, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x0142C4A0, void, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__OnDeserialization, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x0142CC80, bool, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Remove, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, uint32_t key, MethodInfo * method)); DO_APP_FUNC(0x0142C950, void, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Resize, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0142C9E0, void, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Resize_1, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x0142B290, void, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, KeyValuePair_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x0142B2E0, bool, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, KeyValuePair_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, KeyValuePair_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0142B420, bool, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, KeyValuePair_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_UInt32_ *, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ *, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E5E50, IEnumerator_1_KeyValuePair_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ *, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_UInt32_ *, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ *, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0142CFA0, void, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_ICollection_CopyTo, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0142D450, Object *, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0142D890, void, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IDictionary_Add, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IDictionary_Contains, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013E8190, IDictionaryEnumerator *, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IDictionary_Remove, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0142D500, Object *, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IDictionary_get_Item, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IDictionary_get_Values, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0142D670, void, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IDictionary_set_Item, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013E5E50, IEnumerator *, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0142CF30, bool, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__TryAdd, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, uint32_t key, GlyphPairAdjustmentRecord value, MethodInfo * method)); DO_APP_FUNC(0x0142CE90, bool, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__TryGetValue, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, uint32_t key, GlyphPairAdjustmentRecord * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE35D8, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__TryGetValue__MethodInfo); DO_APP_FUNC(0x0142C000, bool, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__TryInsert, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, uint32_t key, GlyphPairAdjustmentRecord value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__get_Count, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0142B100, GlyphPairAdjustmentRecord, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__get_Item, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, uint32_t key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ *, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__get_Keys, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ *, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__get_Values, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0142B1D0, void, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__set_Item, (Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, uint32_t key, GlyphPairAdjustmentRecord value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_UInt32_System_Int32___ctor, (Dictionary_2_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B8E0, Dictionary_2_System_UInt32_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_UInt32_System_Int32___ctor_1, (Dictionary_2_System_UInt32_System_Int32_ * __this, IDictionary_2_System_UInt32_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_UInt32_System_Int32___ctor_2, (Dictionary_2_System_UInt32_System_Int32_ * __this, IEqualityComparer_1_System_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_UInt32_System_Int32___ctor_3, (Dictionary_2_System_UInt32_System_Int32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0142DAB0, void, Dictionary_2_System_UInt32_System_Int32___ctor_4, (Dictionary_2_System_UInt32_System_Int32_ * __this, IDictionary_2_System_UInt32_System_Int32_ * dictionary, IEqualityComparer_1_System_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_UInt32_System_Int32___ctor_5, (Dictionary_2_System_UInt32_System_Int32_ * __this, int32_t capacity, IEqualityComparer_1_System_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0142DE50, void, Dictionary_2_System_UInt32_System_Int32___ctor_6, (Dictionary_2_System_UInt32_System_Int32_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_UInt32_System_Int32__Add, (Dictionary_2_System_UInt32_System_Int32_ * __this, uint32_t key, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B900, Dictionary_2_System_UInt32_System_Int32__Add__MethodInfo); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_UInt32_System_Int32__Clear, (Dictionary_2_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6B8C0, Dictionary_2_System_UInt32_System_Int32__Clear__MethodInfo); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_UInt32_System_Int32__ContainsKey, (Dictionary_2_System_UInt32_System_Int32_ * __this, uint32_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B8F0, Dictionary_2_System_UInt32_System_Int32__ContainsKey__MethodInfo); DO_APP_FUNC(0x0137A380, bool, Dictionary_2_System_UInt32_System_Int32__ContainsValue, (Dictionary_2_System_UInt32_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x013A1A30, void, Dictionary_2_System_UInt32_System_Int32__CopyTo, (Dictionary_2_System_UInt32_System_Int32_ * __this, KeyValuePair_2_System_UInt32_System_Int32___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013949E0, int32_t, Dictionary_2_System_UInt32_System_Int32__FindEntry, (Dictionary_2_System_UInt32_System_Int32_ * __this, uint32_t key, MethodInfo * method)); DO_APP_FUNC(0x0137A580, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Int32_, Dictionary_2_System_UInt32_System_Int32__GetEnumerator, (Dictionary_2_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0142DEE0, void, Dictionary_2_System_UInt32_System_Int32__GetObjectData, (Dictionary_2_System_UInt32_System_Int32_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0142E290, int32_t, Dictionary_2_System_UInt32_System_Int32__Initialize, (Dictionary_2_System_UInt32_System_Int32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_UInt32_System_Int32__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x0142E410, void, Dictionary_2_System_UInt32_System_Int32__OnDeserialization, (Dictionary_2_System_UInt32_System_Int32_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01395990, bool, Dictionary_2_System_UInt32_System_Int32__Remove, (Dictionary_2_System_UInt32_System_Int32_ * __this, uint32_t key, MethodInfo * method)); DO_APP_FUNC(0x0142E870, void, Dictionary_2_System_UInt32_System_Int32__Resize, (Dictionary_2_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0142E900, void, Dictionary_2_System_UInt32_System_Int32__Resize_1, (Dictionary_2_System_UInt32_System_Int32_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x0137A180, void, Dictionary_2_System_UInt32_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_UInt32_System_Int32_ * __this, KeyValuePair_2_System_UInt32_System_Int32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x0137A1A0, bool, Dictionary_2_System_UInt32_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_UInt32_System_Int32_ * __this, KeyValuePair_2_System_UInt32_System_Int32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_UInt32_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_UInt32_System_Int32_ * __this, KeyValuePair_2_System_UInt32_System_Int32___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013A1930, bool, Dictionary_2_System_UInt32_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_UInt32_System_Int32_ * __this, KeyValuePair_2_System_UInt32_System_Int32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt32_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_UInt32_ *, Dictionary_2_System_UInt32_System_Int32__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Int32_ *, Dictionary_2_System_UInt32_System_Int32__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137A610, IEnumerator_1_KeyValuePair_2_System_UInt32_System_Int32_ *, Dictionary_2_System_UInt32_System_Int32__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_UInt32_ *, Dictionary_2_System_UInt32_System_Int32__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Int32_ *, Dictionary_2_System_UInt32_System_Int32__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0142EBA0, void, Dictionary_2_System_UInt32_System_Int32__System_Collections_ICollection_CopyTo, (Dictionary_2_System_UInt32_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt32_System_Int32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0142EFD0, Object *, Dictionary_2_System_UInt32_System_Int32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A3420, void, Dictionary_2_System_UInt32_System_Int32__System_Collections_IDictionary_Add, (Dictionary_2_System_UInt32_System_Int32_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_System_UInt32_System_Int32__System_Collections_IDictionary_Contains, (Dictionary_2_System_UInt32_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0137C710, IDictionaryEnumerator *, Dictionary_2_System_UInt32_System_Int32__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_System_UInt32_System_Int32__System_Collections_IDictionary_Remove, (Dictionary_2_System_UInt32_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt32_System_Int32__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt32_System_Int32__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A3100, Object *, Dictionary_2_System_UInt32_System_Int32__System_Collections_IDictionary_get_Item, (Dictionary_2_System_UInt32_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_UInt32_System_Int32__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_UInt32_System_Int32__System_Collections_IDictionary_get_Values, (Dictionary_2_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A3230, void, Dictionary_2_System_UInt32_System_Int32__System_Collections_IDictionary_set_Item, (Dictionary_2_System_UInt32_System_Int32_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0137A610, IEnumerator *, Dictionary_2_System_UInt32_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_UInt32_System_Int32__TryAdd, (Dictionary_2_System_UInt32_System_Int32_ * __this, uint32_t key, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0137BC80, bool, Dictionary_2_System_UInt32_System_Int32__TryGetValue, (Dictionary_2_System_UInt32_System_Int32_ * __this, uint32_t key, int32_t * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B908, Dictionary_2_System_UInt32_System_Int32__TryGetValue__MethodInfo); DO_APP_FUNC(0x013A2070, bool, Dictionary_2_System_UInt32_System_Int32__TryInsert, (Dictionary_2_System_UInt32_System_Int32_ * __this, uint32_t key, int32_t value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_UInt32_System_Int32__get_Count, (Dictionary_2_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A1890, int32_t, Dictionary_2_System_UInt32_System_Int32__get_Item, (Dictionary_2_System_UInt32_System_Int32_ * __this, uint32_t key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Int32_ *, Dictionary_2_System_UInt32_System_Int32__get_Keys, (Dictionary_2_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Int32_ *, Dictionary_2_System_UInt32_System_Int32__get_Values, (Dictionary_2_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_UInt32_System_Int32__set_Item, (Dictionary_2_System_UInt32_System_Int32_ * __this, uint32_t key, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B8F8, Dictionary_2_System_UInt32_System_Int32__set_Item__MethodInfo); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_UInt32_System_Object___ctor, (Dictionary_2_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C895B8, Dictionary_2_System_UInt32_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_UInt32_System_Object___ctor_1, (Dictionary_2_System_UInt32_System_Object_ * __this, IDictionary_2_System_UInt32_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_UInt32_System_Object___ctor_2, (Dictionary_2_System_UInt32_System_Object_ * __this, IEqualityComparer_1_System_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_UInt32_System_Object___ctor_3, (Dictionary_2_System_UInt32_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0142F080, void, Dictionary_2_System_UInt32_System_Object___ctor_4, (Dictionary_2_System_UInt32_System_Object_ * __this, IDictionary_2_System_UInt32_System_Object_ * dictionary, IEqualityComparer_1_System_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_UInt32_System_Object___ctor_5, (Dictionary_2_System_UInt32_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_System_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0142F430, void, Dictionary_2_System_UInt32_System_Object___ctor_6, (Dictionary_2_System_UInt32_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_UInt32_System_Object__Add, (Dictionary_2_System_UInt32_System_Object_ * __this, uint32_t key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89608, Dictionary_2_System_UInt32_System_Object__Add__MethodInfo); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_UInt32_System_Object__Clear, (Dictionary_2_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_UInt32_System_Object__ContainsKey, (Dictionary_2_System_UInt32_System_Object_ * __this, uint32_t key, MethodInfo * method)); DO_APP_FUNC(0x01377520, bool, Dictionary_2_System_UInt32_System_Object__ContainsValue, (Dictionary_2_System_UInt32_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013A70B0, void, Dictionary_2_System_UInt32_System_Object__CopyTo, (Dictionary_2_System_UInt32_System_Object_ * __this, KeyValuePair_2_System_UInt32_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0139F730, int32_t, Dictionary_2_System_UInt32_System_Object__FindEntry, (Dictionary_2_System_UInt32_System_Object_ * __this, uint32_t key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Object_, Dictionary_2_System_UInt32_System_Object__GetEnumerator, (Dictionary_2_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0142F4C0, void, Dictionary_2_System_UInt32_System_Object__GetObjectData, (Dictionary_2_System_UInt32_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0142F870, int32_t, Dictionary_2_System_UInt32_System_Object__Initialize, (Dictionary_2_System_UInt32_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_UInt32_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x0142F9F0, void, Dictionary_2_System_UInt32_System_Object__OnDeserialization, (Dictionary_2_System_UInt32_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x013A8380, bool, Dictionary_2_System_UInt32_System_Object__Remove, (Dictionary_2_System_UInt32_System_Object_ * __this, uint32_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89600, Dictionary_2_System_UInt32_System_Object__Remove__MethodInfo); DO_APP_FUNC(0x0142FE60, void, Dictionary_2_System_UInt32_System_Object__Resize, (Dictionary_2_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0142FEF0, void, Dictionary_2_System_UInt32_System_Object__Resize_1, (Dictionary_2_System_UInt32_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013A50C0, void, Dictionary_2_System_UInt32_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_UInt32_System_Object_ * __this, KeyValuePair_2_System_UInt32_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013A50E0, bool, Dictionary_2_System_UInt32_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_UInt32_System_Object_ * __this, KeyValuePair_2_System_UInt32_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_UInt32_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_UInt32_System_Object_ * __this, KeyValuePair_2_System_UInt32_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013A51B0, bool, Dictionary_2_System_UInt32_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_UInt32_System_Object_ * __this, KeyValuePair_2_System_UInt32_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt32_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_UInt32_ *, Dictionary_2_System_UInt32_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_System_UInt32_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_System_UInt32_System_Object_ *, Dictionary_2_System_UInt32_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_UInt32_ *, Dictionary_2_System_UInt32_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_System_UInt32_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01430190, void, Dictionary_2_System_UInt32_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_System_UInt32_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt32_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01430590, Object *, Dictionary_2_System_UInt32_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A8D40, void, Dictionary_2_System_UInt32_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_System_UInt32_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_System_UInt32_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_System_UInt32_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_System_UInt32_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_System_UInt32_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_System_UInt32_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt32_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt32_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A8A40, Object *, Dictionary_2_System_UInt32_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_System_UInt32_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_UInt32_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_UInt32_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A8B50, void, Dictionary_2_System_UInt32_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_System_UInt32_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_System_UInt32_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_UInt32_System_Object__TryAdd, (Dictionary_2_System_UInt32_System_Object_ * __this, uint32_t key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01378F50, bool, Dictionary_2_System_UInt32_System_Object__TryGetValue, (Dictionary_2_System_UInt32_System_Object_ * __this, uint32_t key, Object * * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6C80, Dictionary_2_System_UInt32_System_Object__TryGetValue__MethodInfo); DO_APP_FUNC(0x013A7740, bool, Dictionary_2_System_UInt32_System_Object__TryInsert, (Dictionary_2_System_UInt32_System_Object_ * __this, uint32_t key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_UInt32_System_Object__get_Count, (Dictionary_2_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A5020, Object *, Dictionary_2_System_UInt32_System_Object__get_Item, (Dictionary_2_System_UInt32_System_Object_ * __this, uint32_t key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Object_ *, Dictionary_2_System_UInt32_System_Object__get_Keys, (Dictionary_2_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Object_ *, Dictionary_2_System_UInt32_System_Object__get_Values, (Dictionary_2_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_UInt32_System_Object__set_Item, (Dictionary_2_System_UInt32_System_Object_ * __this, uint32_t key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_UInt32_SessionClient___ctor, (Dictionary_2_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2550, Dictionary_2_System_UInt32_SessionClient___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_UInt32_SessionClient___ctor_1, (Dictionary_2_System_UInt32_SessionClient_ * __this, IDictionary_2_System_UInt32_SessionClient_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_UInt32_SessionClient___ctor_2, (Dictionary_2_System_UInt32_SessionClient_ * __this, IEqualityComparer_1_System_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_UInt32_SessionClient___ctor_3, (Dictionary_2_System_UInt32_SessionClient_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01430640, void, Dictionary_2_System_UInt32_SessionClient___ctor_4, (Dictionary_2_System_UInt32_SessionClient_ * __this, IDictionary_2_System_UInt32_SessionClient_ * dictionary, IEqualityComparer_1_System_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_UInt32_SessionClient___ctor_5, (Dictionary_2_System_UInt32_SessionClient_ * __this, int32_t capacity, IEqualityComparer_1_System_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01430AB0, void, Dictionary_2_System_UInt32_SessionClient___ctor_6, (Dictionary_2_System_UInt32_SessionClient_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01430C70, void, Dictionary_2_System_UInt32_SessionClient__Add, (Dictionary_2_System_UInt32_SessionClient_ * __this, uint32_t key, SessionClient value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2508, Dictionary_2_System_UInt32_SessionClient__Add__MethodInfo); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_UInt32_SessionClient__Clear, (Dictionary_2_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2518, Dictionary_2_System_UInt32_SessionClient__Clear__MethodInfo); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_UInt32_SessionClient__ContainsKey, (Dictionary_2_System_UInt32_SessionClient_ * __this, uint32_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA24E0, Dictionary_2_System_UInt32_SessionClient__ContainsKey__MethodInfo); DO_APP_FUNC(0x01430FC0, bool, Dictionary_2_System_UInt32_SessionClient__ContainsValue, (Dictionary_2_System_UInt32_SessionClient_ * __this, SessionClient value, MethodInfo * method)); DO_APP_FUNC(0x01431120, void, Dictionary_2_System_UInt32_SessionClient__CopyTo, (Dictionary_2_System_UInt32_SessionClient_ * __this, KeyValuePair_2_System_UInt32_SessionClient___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01431880, int32_t, Dictionary_2_System_UInt32_SessionClient__FindEntry, (Dictionary_2_System_UInt32_SessionClient_ * __this, uint32_t key, MethodInfo * method)); DO_APP_FUNC(0x014312E0, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_SessionClient_, Dictionary_2_System_UInt32_SessionClient__GetEnumerator, (Dictionary_2_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014314D0, void, Dictionary_2_System_UInt32_SessionClient__GetObjectData, (Dictionary_2_System_UInt32_SessionClient_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01431B00, int32_t, Dictionary_2_System_UInt32_SessionClient__Initialize, (Dictionary_2_System_UInt32_SessionClient_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_UInt32_SessionClient__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x01432190, void, Dictionary_2_System_UInt32_SessionClient__OnDeserialization, (Dictionary_2_System_UInt32_SessionClient_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01432970, bool, Dictionary_2_System_UInt32_SessionClient__Remove, (Dictionary_2_System_UInt32_SessionClient_ * __this, uint32_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA24C8, Dictionary_2_System_UInt32_SessionClient__Remove__MethodInfo); DO_APP_FUNC(0x01432640, void, Dictionary_2_System_UInt32_SessionClient__Resize, (Dictionary_2_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014326D0, void, Dictionary_2_System_UInt32_SessionClient__Resize_1, (Dictionary_2_System_UInt32_SessionClient_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x01430CD0, void, Dictionary_2_System_UInt32_SessionClient__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_UInt32_SessionClient_ * __this, KeyValuePair_2_System_UInt32_SessionClient_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01430D20, bool, Dictionary_2_System_UInt32_SessionClient__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_UInt32_SessionClient_ * __this, KeyValuePair_2_System_UInt32_SessionClient_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_UInt32_SessionClient__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_UInt32_SessionClient_ * __this, KeyValuePair_2_System_UInt32_SessionClient___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01430E60, bool, Dictionary_2_System_UInt32_SessionClient__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_UInt32_SessionClient_ * __this, KeyValuePair_2_System_UInt32_SessionClient_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt32_SessionClient__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_UInt32_ *, Dictionary_2_System_UInt32_SessionClient__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_SessionClient_ *, Dictionary_2_System_UInt32_SessionClient__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014313A0, IEnumerator_1_KeyValuePair_2_System_UInt32_SessionClient_ *, Dictionary_2_System_UInt32_SessionClient__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_UInt32_ *, Dictionary_2_System_UInt32_SessionClient__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_SessionClient_ *, Dictionary_2_System_UInt32_SessionClient__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01432CF0, void, Dictionary_2_System_UInt32_SessionClient__System_Collections_ICollection_CopyTo, (Dictionary_2_System_UInt32_SessionClient_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt32_SessionClient__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014331C0, Object *, Dictionary_2_System_UInt32_SessionClient__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01433600, void, Dictionary_2_System_UInt32_SessionClient__System_Collections_IDictionary_Add, (Dictionary_2_System_UInt32_SessionClient_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_System_UInt32_SessionClient__System_Collections_IDictionary_Contains, (Dictionary_2_System_UInt32_SessionClient_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01433820, IDictionaryEnumerator *, Dictionary_2_System_UInt32_SessionClient__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_System_UInt32_SessionClient__System_Collections_IDictionary_Remove, (Dictionary_2_System_UInt32_SessionClient_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt32_SessionClient__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt32_SessionClient__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01433270, Object *, Dictionary_2_System_UInt32_SessionClient__System_Collections_IDictionary_get_Item, (Dictionary_2_System_UInt32_SessionClient_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_UInt32_SessionClient__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_UInt32_SessionClient__System_Collections_IDictionary_get_Values, (Dictionary_2_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014333E0, void, Dictionary_2_System_UInt32_SessionClient__System_Collections_IDictionary_set_Item, (Dictionary_2_System_UInt32_SessionClient_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x014313A0, IEnumerator *, Dictionary_2_System_UInt32_SessionClient__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01432C80, bool, Dictionary_2_System_UInt32_SessionClient__TryAdd, (Dictionary_2_System_UInt32_SessionClient_ * __this, uint32_t key, SessionClient value, MethodInfo * method)); DO_APP_FUNC(0x01432BA0, bool, Dictionary_2_System_UInt32_SessionClient__TryGetValue, (Dictionary_2_System_UInt32_SessionClient_ * __this, uint32_t key, SessionClient * value, MethodInfo * method)); DO_APP_FUNC(0x01431C80, bool, Dictionary_2_System_UInt32_SessionClient__TryInsert, (Dictionary_2_System_UInt32_SessionClient_ * __this, uint32_t key, SessionClient value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_UInt32_SessionClient__get_Count, (Dictionary_2_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01430B40, SessionClient, Dictionary_2_System_UInt32_SessionClient__get_Item, (Dictionary_2_System_UInt32_SessionClient_ * __this, uint32_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA24F0, Dictionary_2_System_UInt32_SessionClient__get_Item__MethodInfo); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_SessionClient_ *, Dictionary_2_System_UInt32_SessionClient__get_Keys, (Dictionary_2_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA24F8, Dictionary_2_System_UInt32_SessionClient__get_Keys__MethodInfo); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_SessionClient_ *, Dictionary_2_System_UInt32_SessionClient__get_Values, (Dictionary_2_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01430C10, void, Dictionary_2_System_UInt32_SessionClient__set_Item, (Dictionary_2_System_UInt32_SessionClient_ * __this, uint32_t key, SessionClient value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA24E8, Dictionary_2_System_UInt32_SessionClient__set_Item__MethodInfo); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_UInt64_System_Object___ctor, (Dictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_UInt64_System_Object___ctor_1, (Dictionary_2_System_UInt64_System_Object_ * __this, IDictionary_2_System_UInt64_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_UInt64_System_Object___ctor_2, (Dictionary_2_System_UInt64_System_Object_ * __this, IEqualityComparer_1_System_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_UInt64_System_Object___ctor_3, (Dictionary_2_System_UInt64_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01433950, void, Dictionary_2_System_UInt64_System_Object___ctor_4, (Dictionary_2_System_UInt64_System_Object_ * __this, IDictionary_2_System_UInt64_System_Object_ * dictionary, IEqualityComparer_1_System_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_UInt64_System_Object___ctor_5, (Dictionary_2_System_UInt64_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_System_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01433D00, void, Dictionary_2_System_UInt64_System_Object___ctor_6, (Dictionary_2_System_UInt64_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_System_UInt64_System_Object__Add, (Dictionary_2_System_UInt64_System_Object_ * __this, uint64_t key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_UInt64_System_Object__Clear, (Dictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_System_UInt64_System_Object__ContainsKey, (Dictionary_2_System_UInt64_System_Object_ * __this, uint64_t key, MethodInfo * method)); DO_APP_FUNC(0x01377520, bool, Dictionary_2_System_UInt64_System_Object__ContainsValue, (Dictionary_2_System_UInt64_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013BE160, void, Dictionary_2_System_UInt64_System_Object__CopyTo, (Dictionary_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01434140, int32_t, Dictionary_2_System_UInt64_System_Object__FindEntry, (Dictionary_2_System_UInt64_System_Object_ * __this, uint64_t key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object_, Dictionary_2_System_UInt64_System_Object__GetEnumerator, (Dictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01433D90, void, Dictionary_2_System_UInt64_System_Object__GetObjectData, (Dictionary_2_System_UInt64_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x014343D0, int32_t, Dictionary_2_System_UInt64_System_Object__Initialize, (Dictionary_2_System_UInt64_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_UInt64_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x014349F0, void, Dictionary_2_System_UInt64_System_Object__OnDeserialization, (Dictionary_2_System_UInt64_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x014351A0, bool, Dictionary_2_System_UInt64_System_Object__Remove, (Dictionary_2_System_UInt64_System_Object_ * __this, uint64_t key, MethodInfo * method)); DO_APP_FUNC(0x01434E60, void, Dictionary_2_System_UInt64_System_Object__Resize, (Dictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01434EF0, void, Dictionary_2_System_UInt64_System_Object__Resize_1, (Dictionary_2_System_UInt64_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013BDF60, void, Dictionary_2_System_UInt64_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013BDF80, bool, Dictionary_2_System_UInt64_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_UInt64_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013BE060, bool, Dictionary_2_System_UInt64_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt64_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_UInt64_ *, Dictionary_2_System_UInt64_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_System_UInt64_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_System_UInt64_System_Object_ *, Dictionary_2_System_UInt64_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_UInt64_ *, Dictionary_2_System_UInt64_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_System_UInt64_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014353B0, void, Dictionary_2_System_UInt64_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_System_UInt64_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt64_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014357A0, Object *, Dictionary_2_System_UInt64_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C0080, void, Dictionary_2_System_UInt64_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_System_UInt64_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0138B040, bool, Dictionary_2_System_UInt64_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_System_UInt64_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_System_UInt64_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138B230, void, Dictionary_2_System_UInt64_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_System_UInt64_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt64_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_UInt64_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013BFD80, Object *, Dictionary_2_System_UInt64_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_System_UInt64_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_UInt64_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_UInt64_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013BFE90, void, Dictionary_2_System_UInt64_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_System_UInt64_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_System_UInt64_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_System_UInt64_System_Object__TryAdd, (Dictionary_2_System_UInt64_System_Object_ * __this, uint64_t key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01378F50, bool, Dictionary_2_System_UInt64_System_Object__TryGetValue, (Dictionary_2_System_UInt64_System_Object_ * __this, uint64_t key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x01434550, bool, Dictionary_2_System_UInt64_System_Object__TryInsert, (Dictionary_2_System_UInt64_System_Object_ * __this, uint64_t key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_UInt64_System_Object__get_Count, (Dictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013BDEC0, Object *, Dictionary_2_System_UInt64_System_Object__get_Item, (Dictionary_2_System_UInt64_System_Object_ * __this, uint64_t key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ *, Dictionary_2_System_UInt64_System_Object__get_Keys, (Dictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ *, Dictionary_2_System_UInt64_System_Object__get_Values, (Dictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_System_UInt64_System_Object__set_Item, (Dictionary_2_System_UInt64_System_Object_ * __this, uint64_t key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE68D8, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor_1, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, IDictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor_2, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, IEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor_3, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01435850, void, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor_4, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, IDictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * dictionary, IEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor_5, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, int32_t capacity, IEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01435C90, void, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor_6, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01435E50, void, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__Add, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, UVTexture key, ObjectSurface value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6D00, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__Add__MethodInfo); DO_APP_FUNC(0x01372030, void, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__Clear, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137E5D0, bool, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__ContainsKey, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, UVTexture key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6CE0, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__ContainsKey__MethodInfo); DO_APP_FUNC(0x01436130, bool, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__ContainsValue, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, ObjectSurface value, MethodInfo * method)); DO_APP_FUNC(0x01436240, void, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__CopyTo, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, KeyValuePair_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01436790, int32_t, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__FindEntry, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, UVTexture key, MethodInfo * method)); DO_APP_FUNC(0x013B5340, Dictionary_2_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__GetEnumerator, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014363E0, void, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__GetObjectData, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01436B70, int32_t, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__Initialize, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x01437400, void, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__OnDeserialization, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01437C90, bool, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__Remove, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, UVTexture key, MethodInfo * method)); DO_APP_FUNC(0x014378B0, void, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__Resize, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01437940, void, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__Resize_1, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x01435EA0, void, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, KeyValuePair_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01435EF0, bool, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, KeyValuePair_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, KeyValuePair_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01435FF0, bool, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, KeyValuePair_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ *, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ *, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B53F0, IEnumerator_1_KeyValuePair_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ *, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ *, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ *, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01438180, void, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_ICollection_CopyTo, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01438650, Object *, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01438A80, void, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IDictionary_Add, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01380F80, bool, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IDictionary_Contains, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013B77A0, IDictionaryEnumerator *, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01381190, void, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IDictionary_Remove, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01438700, Object *, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IDictionary_get_Item, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IDictionary_get_Keys, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IDictionary_get_Values, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01438860, void, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IDictionary_set_Item, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013B53F0, IEnumerator *, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01438110, bool, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__TryAdd, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, UVTexture key, ObjectSurface value, MethodInfo * method)); DO_APP_FUNC(0x01438040, bool, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__TryGetValue, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, UVTexture key, ObjectSurface * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6B40, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__TryGetValue__MethodInfo); DO_APP_FUNC(0x01436CF0, bool, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__TryInsert, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, UVTexture key, ObjectSurface value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__get_Count, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01435D20, ObjectSurface, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__get_Item, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, UVTexture key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ *, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__get_Keys, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ *, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__get_Values, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01435E00, void, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__set_Item, (Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, UVTexture key, ObjectSurface value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_UdpKit_UdpChannelName_System_Object___ctor, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_UdpKit_UdpChannelName_System_Object___ctor_1, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, IDictionary_2_UdpKit_UdpChannelName_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_UdpKit_UdpChannelName_System_Object___ctor_2, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, IEqualityComparer_1_UdpKit_UdpChannelName_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_UdpKit_UdpChannelName_System_Object___ctor_3, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01438C90, void, Dictionary_2_UdpKit_UdpChannelName_System_Object___ctor_4, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, IDictionary_2_UdpKit_UdpChannelName_System_Object_ * dictionary, IEqualityComparer_1_UdpKit_UdpChannelName_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_UdpKit_UdpChannelName_System_Object___ctor_5, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_UdpKit_UdpChannelName_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01439070, void, Dictionary_2_UdpKit_UdpChannelName_System_Object___ctor_6, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01371DD0, void, Dictionary_2_UdpKit_UdpChannelName_System_Object__Add, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, UdpChannelName key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_UdpKit_UdpChannelName_System_Object__Clear, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013720A0, bool, Dictionary_2_UdpKit_UdpChannelName_System_Object__ContainsKey, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, UdpChannelName key, MethodInfo * method)); DO_APP_FUNC(0x013720F0, bool, Dictionary_2_UdpKit_UdpChannelName_System_Object__ContainsValue, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01439100, void, Dictionary_2_UdpKit_UdpChannelName_System_Object__CopyTo, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, KeyValuePair_2_UdpKit_UdpChannelName_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01439640, int32_t, Dictionary_2_UdpKit_UdpChannelName_System_Object__FindEntry, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, UdpChannelName key, MethodInfo * method)); DO_APP_FUNC(0x013723A0, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object_, Dictionary_2_UdpKit_UdpChannelName_System_Object__GetEnumerator, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01439290, void, Dictionary_2_UdpKit_UdpChannelName_System_Object__GetObjectData, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x014399C0, int32_t, Dictionary_2_UdpKit_UdpChannelName_System_Object__Initialize, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_UdpKit_UdpChannelName_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x0143A140, void, Dictionary_2_UdpKit_UdpChannelName_System_Object__OnDeserialization, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x0143A960, bool, Dictionary_2_UdpKit_UdpChannelName_System_Object__Remove, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, UdpChannelName key, MethodInfo * method)); DO_APP_FUNC(0x0143A5B0, void, Dictionary_2_UdpKit_UdpChannelName_System_Object__Resize, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0143A640, void, Dictionary_2_UdpKit_UdpChannelName_System_Object__Resize_1, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x01371E10, void, Dictionary_2_UdpKit_UdpChannelName_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, KeyValuePair_2_UdpKit_UdpChannelName_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01371E40, bool, Dictionary_2_UdpKit_UdpChannelName_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, KeyValuePair_2_UdpKit_UdpChannelName_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_UdpKit_UdpChannelName_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, KeyValuePair_2_UdpKit_UdpChannelName_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01371F20, bool, Dictionary_2_UdpKit_UdpChannelName_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, KeyValuePair_2_UdpKit_UdpChannelName_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UdpKit_UdpChannelName_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_UdpKit_UdpChannelName_ *, Dictionary_2_UdpKit_UdpChannelName_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_UdpKit_UdpChannelName_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator_1_KeyValuePair_2_UdpKit_UdpChannelName_System_Object_ *, Dictionary_2_UdpKit_UdpChannelName_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_UdpKit_UdpChannelName_ *, Dictionary_2_UdpKit_UdpChannelName_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_UdpKit_UdpChannelName_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0143ACD0, void, Dictionary_2_UdpKit_UdpChannelName_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UdpKit_UdpChannelName_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0143B100, Object *, Dictionary_2_UdpKit_UdpChannelName_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374710, void, Dictionary_2_UdpKit_UdpChannelName_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01374910, bool, Dictionary_2_UdpKit_UdpChannelName_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374A10, IDictionaryEnumerator *, Dictionary_2_UdpKit_UdpChannelName_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374B10, void, Dictionary_2_UdpKit_UdpChannelName_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UdpKit_UdpChannelName_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UdpKit_UdpChannelName_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374380, Object *, Dictionary_2_UdpKit_UdpChannelName_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_UdpKit_UdpChannelName_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_UdpKit_UdpChannelName_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013744A0, void, Dictionary_2_UdpKit_UdpChannelName_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator *, Dictionary_2_UdpKit_UdpChannelName_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01373E00, bool, Dictionary_2_UdpKit_UdpChannelName_System_Object__TryAdd, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, UdpChannelName key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01373D40, bool, Dictionary_2_UdpKit_UdpChannelName_System_Object__TryGetValue, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, UdpChannelName key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x01439B40, bool, Dictionary_2_UdpKit_UdpChannelName_System_Object__TryInsert, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, UdpChannelName key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_UdpKit_UdpChannelName_System_Object__get_Count, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371CE0, Object *, Dictionary_2_UdpKit_UdpChannelName_System_Object__get_Item, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, UdpChannelName key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpChannelName_System_Object_ *, Dictionary_2_UdpKit_UdpChannelName_System_Object__get_Keys, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_System_Object_ *, Dictionary_2_UdpKit_UdpChannelName_System_Object__get_Values, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371D90, void, Dictionary_2_UdpKit_UdpChannelName_System_Object__set_Item, (Dictionary_2_UdpKit_UdpChannelName_System_Object_ * __this, UdpChannelName key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_UdpKit_UdpEndPoint_System_Object___ctor, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_UdpKit_UdpEndPoint_System_Object___ctor_1, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, IDictionary_2_UdpKit_UdpEndPoint_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_UdpKit_UdpEndPoint_System_Object___ctor_2, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, IEqualityComparer_1_UdpKit_UdpEndPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_UdpKit_UdpEndPoint_System_Object___ctor_3, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0143B1B0, void, Dictionary_2_UdpKit_UdpEndPoint_System_Object___ctor_4, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, IDictionary_2_UdpKit_UdpEndPoint_System_Object_ * dictionary, IEqualityComparer_1_UdpKit_UdpEndPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_UdpKit_UdpEndPoint_System_Object___ctor_5, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_UdpKit_UdpEndPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0143B5E0, void, Dictionary_2_UdpKit_UdpEndPoint_System_Object___ctor_6, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0143B7A0, void, Dictionary_2_UdpKit_UdpEndPoint_System_Object__Add, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, UdpEndPoint key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_UdpKit_UdpEndPoint_System_Object__Clear, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0143BA70, bool, Dictionary_2_UdpKit_UdpEndPoint_System_Object__ContainsKey, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, UdpEndPoint key, MethodInfo * method)); DO_APP_FUNC(0x0143BAD0, bool, Dictionary_2_UdpKit_UdpEndPoint_System_Object__ContainsValue, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0143BC10, void, Dictionary_2_UdpKit_UdpEndPoint_System_Object__CopyTo, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, KeyValuePair_2_UdpKit_UdpEndPoint_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0143C170, int32_t, Dictionary_2_UdpKit_UdpEndPoint_System_Object__FindEntry, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, UdpEndPoint key, MethodInfo * method)); DO_APP_FUNC(0x013B5340, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object_, Dictionary_2_UdpKit_UdpEndPoint_System_Object__GetEnumerator, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0143BDC0, void, Dictionary_2_UdpKit_UdpEndPoint_System_Object__GetObjectData, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0143C520, int32_t, Dictionary_2_UdpKit_UdpEndPoint_System_Object__Initialize, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_UdpKit_UdpEndPoint_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x0143CC90, void, Dictionary_2_UdpKit_UdpEndPoint_System_Object__OnDeserialization, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x0143D4D0, bool, Dictionary_2_UdpKit_UdpEndPoint_System_Object__Remove, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, UdpEndPoint key, MethodInfo * method)); DO_APP_FUNC(0x0143D130, void, Dictionary_2_UdpKit_UdpEndPoint_System_Object__Resize, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0143D1C0, void, Dictionary_2_UdpKit_UdpEndPoint_System_Object__Resize_1, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x0143B7F0, void, Dictionary_2_UdpKit_UdpEndPoint_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, KeyValuePair_2_UdpKit_UdpEndPoint_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x0143B840, bool, Dictionary_2_UdpKit_UdpEndPoint_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, KeyValuePair_2_UdpKit_UdpEndPoint_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_UdpKit_UdpEndPoint_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, KeyValuePair_2_UdpKit_UdpEndPoint_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0143B930, bool, Dictionary_2_UdpKit_UdpEndPoint_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, KeyValuePair_2_UdpKit_UdpEndPoint_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UdpKit_UdpEndPoint_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_UdpKit_UdpEndPoint_ *, Dictionary_2_UdpKit_UdpEndPoint_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_UdpKit_UdpEndPoint_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013B53F0, IEnumerator_1_KeyValuePair_2_UdpKit_UdpEndPoint_System_Object_ *, Dictionary_2_UdpKit_UdpEndPoint_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_UdpKit_UdpEndPoint_ *, Dictionary_2_UdpKit_UdpEndPoint_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_UdpKit_UdpEndPoint_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0143D910, void, Dictionary_2_UdpKit_UdpEndPoint_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UdpKit_UdpEndPoint_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0143DDA0, Object *, Dictionary_2_UdpKit_UdpEndPoint_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0143E1B0, void, Dictionary_2_UdpKit_UdpEndPoint_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0143E3D0, bool, Dictionary_2_UdpKit_UdpEndPoint_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013B77A0, IDictionaryEnumerator *, Dictionary_2_UdpKit_UdpEndPoint_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0143E4E0, void, Dictionary_2_UdpKit_UdpEndPoint_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UdpKit_UdpEndPoint_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UdpKit_UdpEndPoint_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0143DE50, Object *, Dictionary_2_UdpKit_UdpEndPoint_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_UdpKit_UdpEndPoint_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_UdpKit_UdpEndPoint_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0143DF80, void, Dictionary_2_UdpKit_UdpEndPoint_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013B53F0, IEnumerator *, Dictionary_2_UdpKit_UdpEndPoint_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0143D8B0, bool, Dictionary_2_UdpKit_UdpEndPoint_System_Object__TryAdd, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, UdpEndPoint key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0143D7E0, bool, Dictionary_2_UdpKit_UdpEndPoint_System_Object__TryGetValue, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, UdpEndPoint key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x0143C6A0, bool, Dictionary_2_UdpKit_UdpEndPoint_System_Object__TryInsert, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, UdpEndPoint key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_UdpKit_UdpEndPoint_System_Object__get_Count, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0143B670, Object *, Dictionary_2_UdpKit_UdpEndPoint_System_Object__get_Item, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, UdpEndPoint key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_Object_ *, Dictionary_2_UdpKit_UdpEndPoint_System_Object__get_Keys, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_Object_ *, Dictionary_2_UdpKit_UdpEndPoint_System_Object__get_Values, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0143B750, void, Dictionary_2_UdpKit_UdpEndPoint_System_Object__set_Item, (Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * __this, UdpEndPoint key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32___ctor, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D7C0, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32___ctor_1, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, IDictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32___ctor_2, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, IEqualityComparer_1_UdpKit_UdpEndPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32___ctor_3, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0143E5E0, void, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32___ctor_4, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, IDictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * dictionary, IEqualityComparer_1_UdpKit_UdpEndPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32___ctor_5, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, int32_t capacity, IEqualityComparer_1_UdpKit_UdpEndPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0143E9F0, void, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32___ctor_6, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0143B7A0, void, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__Add, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, UdpEndPoint key, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__Clear, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D818, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__Clear__MethodInfo); DO_APP_FUNC(0x0143BA70, bool, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__ContainsKey, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, UdpEndPoint key, MethodInfo * method)); DO_APP_FUNC(0x0143EDD0, bool, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__ContainsValue, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x0143EEC0, void, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__CopyTo, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, KeyValuePair_2_UdpKit_UdpEndPoint_System_UInt32___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0143F3C0, int32_t, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__FindEntry, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, UdpEndPoint key, MethodInfo * method)); DO_APP_FUNC(0x0137E910, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32_, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__GetEnumerator, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0143F010, void, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__GetObjectData, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0143F760, int32_t, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__Initialize, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x0143FE30, void, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__OnDeserialization, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01440670, bool, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__Remove, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, UdpEndPoint key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D848, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__Remove__MethodInfo); DO_APP_FUNC(0x014402E0, void, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__Resize, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01440370, void, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__Resize_1, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x0143EB50, void, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, KeyValuePair_2_UdpKit_UdpEndPoint_System_UInt32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x0143EBA0, bool, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, KeyValuePair_2_UdpKit_UdpEndPoint_System_UInt32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, KeyValuePair_2_UdpKit_UdpEndPoint_System_UInt32___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0143EC90, bool, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, KeyValuePair_2_UdpKit_UdpEndPoint_System_UInt32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_UdpKit_UdpEndPoint_ *, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_UInt32_ *, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137E9C0, IEnumerator_1_KeyValuePair_2_UdpKit_UdpEndPoint_System_UInt32_ *, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_UdpKit_UdpEndPoint_ *, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_UInt32_ *, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01440A10, void, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__System_Collections_ICollection_CopyTo, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01440E90, Object *, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014412C0, void, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__System_Collections_IDictionary_Add, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0143E3D0, bool, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__System_Collections_IDictionary_Contains, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01381090, IDictionaryEnumerator *, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0143E4E0, void, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__System_Collections_IDictionary_Remove, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01440F40, Object *, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__System_Collections_IDictionary_get_Item, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__System_Collections_IDictionary_get_Keys, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__System_Collections_IDictionary_get_Values, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014410A0, void, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__System_Collections_IDictionary_set_Item, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0137E9C0, IEnumerator *, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0143D8B0, bool, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__TryAdd, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, UdpEndPoint key, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01440980, bool, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__TryGetValue, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, UdpEndPoint key, uint32_t * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D878, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__TryGetValue__MethodInfo); DO_APP_FUNC(0x0143F8E0, bool, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__TryInsert, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, UdpEndPoint key, uint32_t value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__get_Count, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0143EA80, uint32_t, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__get_Item, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, UdpEndPoint key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_UInt32_ *, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__get_Keys, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_UInt32_ *, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__get_Values, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0143B750, void, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__set_Item, (Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, UdpEndPoint key, uint32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D888, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32__set_Item__MethodInfo); DO_APP_FUNC(0x0101B110, void, Dictionary_2_Photon_Bolt_UniqueId_System_Object___ctor, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_Photon_Bolt_UniqueId_System_Object___ctor_1, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, IDictionary_2_Photon_Bolt_UniqueId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_Photon_Bolt_UniqueId_System_Object___ctor_2, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, IEqualityComparer_1_Photon_Bolt_UniqueId_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_Photon_Bolt_UniqueId_System_Object___ctor_3, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x014414E0, void, Dictionary_2_Photon_Bolt_UniqueId_System_Object___ctor_4, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, IDictionary_2_Photon_Bolt_UniqueId_System_Object_ * dictionary, IEqualityComparer_1_Photon_Bolt_UniqueId_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_Photon_Bolt_UniqueId_System_Object___ctor_5, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_Photon_Bolt_UniqueId_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x014418C0, void, Dictionary_2_Photon_Bolt_UniqueId_System_Object___ctor_6, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01371DD0, void, Dictionary_2_Photon_Bolt_UniqueId_System_Object__Add, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, UniqueId key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_Photon_Bolt_UniqueId_System_Object__Clear, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013720A0, bool, Dictionary_2_Photon_Bolt_UniqueId_System_Object__ContainsKey, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, UniqueId key, MethodInfo * method)); DO_APP_FUNC(0x013720F0, bool, Dictionary_2_Photon_Bolt_UniqueId_System_Object__ContainsValue, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01386780, void, Dictionary_2_Photon_Bolt_UniqueId_System_Object__CopyTo, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, KeyValuePair_2_Photon_Bolt_UniqueId_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01441D00, int32_t, Dictionary_2_Photon_Bolt_UniqueId_System_Object__FindEntry, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, UniqueId key, MethodInfo * method)); DO_APP_FUNC(0x013723A0, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object_, Dictionary_2_Photon_Bolt_UniqueId_System_Object__GetEnumerator, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01441950, void, Dictionary_2_Photon_Bolt_UniqueId_System_Object__GetObjectData, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01441FD0, int32_t, Dictionary_2_Photon_Bolt_UniqueId_System_Object__Initialize, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_Photon_Bolt_UniqueId_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x01442640, void, Dictionary_2_Photon_Bolt_UniqueId_System_Object__OnDeserialization, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01442E00, bool, Dictionary_2_Photon_Bolt_UniqueId_System_Object__Remove, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, UniqueId key, MethodInfo * method)); DO_APP_FUNC(0x01442AB0, void, Dictionary_2_Photon_Bolt_UniqueId_System_Object__Resize, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01442B40, void, Dictionary_2_Photon_Bolt_UniqueId_System_Object__Resize_1, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x01371E10, void, Dictionary_2_Photon_Bolt_UniqueId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, KeyValuePair_2_Photon_Bolt_UniqueId_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01371E40, bool, Dictionary_2_Photon_Bolt_UniqueId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, KeyValuePair_2_Photon_Bolt_UniqueId_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_Photon_Bolt_UniqueId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, KeyValuePair_2_Photon_Bolt_UniqueId_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01371F20, bool, Dictionary_2_Photon_Bolt_UniqueId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, KeyValuePair_2_Photon_Bolt_UniqueId_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Photon_Bolt_UniqueId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_Photon_Bolt_UniqueId_ *, Dictionary_2_Photon_Bolt_UniqueId_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_Photon_Bolt_UniqueId_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator_1_KeyValuePair_2_Photon_Bolt_UniqueId_System_Object_ *, Dictionary_2_Photon_Bolt_UniqueId_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_Photon_Bolt_UniqueId_ *, Dictionary_2_Photon_Bolt_UniqueId_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_Photon_Bolt_UniqueId_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014430B0, void, Dictionary_2_Photon_Bolt_UniqueId_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Photon_Bolt_UniqueId_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014434D0, Object *, Dictionary_2_Photon_Bolt_UniqueId_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374710, void, Dictionary_2_Photon_Bolt_UniqueId_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01374910, bool, Dictionary_2_Photon_Bolt_UniqueId_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374A10, IDictionaryEnumerator *, Dictionary_2_Photon_Bolt_UniqueId_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374B10, void, Dictionary_2_Photon_Bolt_UniqueId_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Photon_Bolt_UniqueId_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_Photon_Bolt_UniqueId_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374380, Object *, Dictionary_2_Photon_Bolt_UniqueId_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_Photon_Bolt_UniqueId_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_Photon_Bolt_UniqueId_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013744A0, void, Dictionary_2_Photon_Bolt_UniqueId_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator *, Dictionary_2_Photon_Bolt_UniqueId_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01373E00, bool, Dictionary_2_Photon_Bolt_UniqueId_System_Object__TryAdd, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, UniqueId key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01373D40, bool, Dictionary_2_Photon_Bolt_UniqueId_System_Object__TryGetValue, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, UniqueId key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x01442150, bool, Dictionary_2_Photon_Bolt_UniqueId_System_Object__TryInsert, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, UniqueId key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_Photon_Bolt_UniqueId_System_Object__get_Count, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371CE0, Object *, Dictionary_2_Photon_Bolt_UniqueId_System_Object__get_Item, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, UniqueId key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_UniqueId_System_Object_ *, Dictionary_2_Photon_Bolt_UniqueId_System_Object__get_Keys, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_System_Object_ *, Dictionary_2_Photon_Bolt_UniqueId_System_Object__get_Values, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371D90, void, Dictionary_2_Photon_Bolt_UniqueId_System_Object__set_Item, (Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * __this, UniqueId key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_UnityEngine_Vector3_System_Int32___ctor, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94268, Dictionary_2_UnityEngine_Vector3_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_UnityEngine_Vector3_System_Int32___ctor_1, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, IDictionary_2_UnityEngine_Vector3_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_UnityEngine_Vector3_System_Int32___ctor_2, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, IEqualityComparer_1_UnityEngine_Vector3_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6358, Dictionary_2_UnityEngine_Vector3_System_Int32___ctor_2__MethodInfo); DO_APP_FUNC(0x0101B130, void, Dictionary_2_UnityEngine_Vector3_System_Int32___ctor_3, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01443580, void, Dictionary_2_UnityEngine_Vector3_System_Int32___ctor_4, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, IDictionary_2_UnityEngine_Vector3_System_Int32_ * dictionary, IEqualityComparer_1_UnityEngine_Vector3_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_UnityEngine_Vector3_System_Int32___ctor_5, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, int32_t capacity, IEqualityComparer_1_UnityEngine_Vector3_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01443960, void, Dictionary_2_UnityEngine_Vector3_System_Int32___ctor_6, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0138B880, void, Dictionary_2_UnityEngine_Vector3_System_Int32__Add, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, Vector3 key, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6368, Dictionary_2_UnityEngine_Vector3_System_Int32__Add__MethodInfo); DO_APP_FUNC(0x01372030, void, Dictionary_2_UnityEngine_Vector3_System_Int32__Clear, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138BB00, bool, Dictionary_2_UnityEngine_Vector3_System_Int32__ContainsKey, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, Vector3 key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6360, Dictionary_2_UnityEngine_Vector3_System_Int32__ContainsKey__MethodInfo); DO_APP_FUNC(0x0138BB50, bool, Dictionary_2_UnityEngine_Vector3_System_Int32__ContainsValue, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0138BC40, void, Dictionary_2_UnityEngine_Vector3_System_Int32__CopyTo, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, KeyValuePair_2_UnityEngine_Vector3_System_Int32___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01443DA0, int32_t, Dictionary_2_UnityEngine_Vector3_System_Int32__FindEntry, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, Vector3 key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32_, Dictionary_2_UnityEngine_Vector3_System_Int32__GetEnumerator, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014439F0, void, Dictionary_2_UnityEngine_Vector3_System_Int32__GetObjectData, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x014440C0, int32_t, Dictionary_2_UnityEngine_Vector3_System_Int32__Initialize, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_UnityEngine_Vector3_System_Int32__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x014447C0, void, Dictionary_2_UnityEngine_Vector3_System_Int32__OnDeserialization, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01444FA0, bool, Dictionary_2_UnityEngine_Vector3_System_Int32__Remove, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, Vector3 key, MethodInfo * method)); DO_APP_FUNC(0x01444C40, void, Dictionary_2_UnityEngine_Vector3_System_Int32__Resize, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01444CD0, void, Dictionary_2_UnityEngine_Vector3_System_Int32__Resize_1, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x0138B8C0, void, Dictionary_2_UnityEngine_Vector3_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, KeyValuePair_2_UnityEngine_Vector3_System_Int32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x0138B900, bool, Dictionary_2_UnityEngine_Vector3_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, KeyValuePair_2_UnityEngine_Vector3_System_Int32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_UnityEngine_Vector3_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, KeyValuePair_2_UnityEngine_Vector3_System_Int32___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0138B9E0, bool, Dictionary_2_UnityEngine_Vector3_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, KeyValuePair_2_UnityEngine_Vector3_System_Int32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_Vector3_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_UnityEngine_Vector3_ *, Dictionary_2_UnityEngine_Vector3_System_Int32__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Int32_ *, Dictionary_2_UnityEngine_Vector3_System_Int32__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32_ *, Dictionary_2_UnityEngine_Vector3_System_Int32__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_UnityEngine_Vector3_ *, Dictionary_2_UnityEngine_Vector3_System_Int32__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Int32_ *, Dictionary_2_UnityEngine_Vector3_System_Int32__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01445220, void, Dictionary_2_UnityEngine_Vector3_System_Int32__System_Collections_ICollection_CopyTo, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_Vector3_System_Int32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01445660, Object *, Dictionary_2_UnityEngine_Vector3_System_Int32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138DF60, void, Dictionary_2_UnityEngine_Vector3_System_Int32__System_Collections_IDictionary_Add, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0138E170, bool, Dictionary_2_UnityEngine_Vector3_System_Int32__System_Collections_IDictionary_Contains, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_UnityEngine_Vector3_System_Int32__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138E280, void, Dictionary_2_UnityEngine_Vector3_System_Int32__System_Collections_IDictionary_Remove, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_Vector3_System_Int32__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_Vector3_System_Int32__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138DC00, Object *, Dictionary_2_UnityEngine_Vector3_System_Int32__System_Collections_IDictionary_get_Item, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_UnityEngine_Vector3_System_Int32__System_Collections_IDictionary_get_Keys, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_UnityEngine_Vector3_System_Int32__System_Collections_IDictionary_get_Values, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138DD50, void, Dictionary_2_UnityEngine_Vector3_System_Int32__System_Collections_IDictionary_set_Item, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_UnityEngine_Vector3_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138D6B0, bool, Dictionary_2_UnityEngine_Vector3_System_Int32__TryAdd, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, Vector3 key, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0138D620, bool, Dictionary_2_UnityEngine_Vector3_System_Int32__TryGetValue, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, Vector3 key, int32_t * value, MethodInfo * method)); DO_APP_FUNC(0x01444240, bool, Dictionary_2_UnityEngine_Vector3_System_Int32__TryInsert, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, Vector3 key, int32_t value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_UnityEngine_Vector3_System_Int32__get_Count, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138B780, int32_t, Dictionary_2_UnityEngine_Vector3_System_Int32__get_Item, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, Vector3 key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6350, Dictionary_2_UnityEngine_Vector3_System_Int32__get_Item__MethodInfo); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3_System_Int32_ *, Dictionary_2_UnityEngine_Vector3_System_Int32__get_Keys, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3_System_Int32_ *, Dictionary_2_UnityEngine_Vector3_System_Int32__get_Values, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138B840, void, Dictionary_2_UnityEngine_Vector3_System_Int32__set_Item, (Dictionary_2_UnityEngine_Vector3_System_Int32_ * __this, Vector3 key, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94260, Dictionary_2_UnityEngine_Vector3_System_Int32__set_Item__MethodInfo); DO_APP_FUNC(0x0101B110, void, Dictionary_2_UnityEngine_Vector3Int_System_Object___ctor, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_UnityEngine_Vector3Int_System_Object___ctor_1, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, IDictionary_2_UnityEngine_Vector3Int_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_UnityEngine_Vector3Int_System_Object___ctor_2, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, IEqualityComparer_1_UnityEngine_Vector3Int_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_UnityEngine_Vector3Int_System_Object___ctor_3, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01445710, void, Dictionary_2_UnityEngine_Vector3Int_System_Object___ctor_4, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, IDictionary_2_UnityEngine_Vector3Int_System_Object_ * dictionary, IEqualityComparer_1_UnityEngine_Vector3Int_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_UnityEngine_Vector3Int_System_Object___ctor_5, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_UnityEngine_Vector3Int_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01445B10, void, Dictionary_2_UnityEngine_Vector3Int_System_Object___ctor_6, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0138B880, void, Dictionary_2_UnityEngine_Vector3Int_System_Object__Add, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, Vector3Int key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_UnityEngine_Vector3Int_System_Object__Clear, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138BB00, bool, Dictionary_2_UnityEngine_Vector3Int_System_Object__ContainsKey, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, Vector3Int key, MethodInfo * method)); DO_APP_FUNC(0x013720F0, bool, Dictionary_2_UnityEngine_Vector3Int_System_Object__ContainsValue, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01445EB0, void, Dictionary_2_UnityEngine_Vector3Int_System_Object__CopyTo, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, KeyValuePair_2_UnityEngine_Vector3Int_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x014463E0, int32_t, Dictionary_2_UnityEngine_Vector3Int_System_Object__FindEntry, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, Vector3Int key, MethodInfo * method)); DO_APP_FUNC(0x013723A0, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object_, Dictionary_2_UnityEngine_Vector3Int_System_Object__GetEnumerator, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01446030, void, Dictionary_2_UnityEngine_Vector3Int_System_Object__GetObjectData, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01446710, int32_t, Dictionary_2_UnityEngine_Vector3Int_System_Object__Initialize, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_UnityEngine_Vector3Int_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x01446E10, void, Dictionary_2_UnityEngine_Vector3Int_System_Object__OnDeserialization, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01447610, bool, Dictionary_2_UnityEngine_Vector3Int_System_Object__Remove, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, Vector3Int key, MethodInfo * method)); DO_APP_FUNC(0x01447290, void, Dictionary_2_UnityEngine_Vector3Int_System_Object__Resize, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01447320, void, Dictionary_2_UnityEngine_Vector3Int_System_Object__Resize_1, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x01445C60, void, Dictionary_2_UnityEngine_Vector3Int_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, KeyValuePair_2_UnityEngine_Vector3Int_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01445CA0, bool, Dictionary_2_UnityEngine_Vector3Int_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, KeyValuePair_2_UnityEngine_Vector3Int_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_UnityEngine_Vector3Int_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, KeyValuePair_2_UnityEngine_Vector3Int_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01445D90, bool, Dictionary_2_UnityEngine_Vector3Int_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, KeyValuePair_2_UnityEngine_Vector3Int_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_Vector3Int_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_UnityEngine_Vector3Int_ *, Dictionary_2_UnityEngine_Vector3Int_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_UnityEngine_Vector3Int_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator_1_KeyValuePair_2_UnityEngine_Vector3Int_System_Object_ *, Dictionary_2_UnityEngine_Vector3Int_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_UnityEngine_Vector3Int_ *, Dictionary_2_UnityEngine_Vector3Int_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_UnityEngine_Vector3Int_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01447970, void, Dictionary_2_UnityEngine_Vector3Int_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_Vector3Int_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01447DA0, Object *, Dictionary_2_UnityEngine_Vector3Int_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01448180, void, Dictionary_2_UnityEngine_Vector3Int_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0138E170, bool, Dictionary_2_UnityEngine_Vector3Int_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374A10, IDictionaryEnumerator *, Dictionary_2_UnityEngine_Vector3Int_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138E280, void, Dictionary_2_UnityEngine_Vector3Int_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_Vector3Int_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_Vector3Int_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01447E50, Object *, Dictionary_2_UnityEngine_Vector3Int_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_UnityEngine_Vector3Int_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_UnityEngine_Vector3Int_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01447F70, void, Dictionary_2_UnityEngine_Vector3Int_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator *, Dictionary_2_UnityEngine_Vector3Int_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138D6B0, bool, Dictionary_2_UnityEngine_Vector3Int_System_Object__TryAdd, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, Vector3Int key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x014478A0, bool, Dictionary_2_UnityEngine_Vector3Int_System_Object__TryGetValue, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, Vector3Int key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x01446890, bool, Dictionary_2_UnityEngine_Vector3Int_System_Object__TryInsert, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, Vector3Int key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_UnityEngine_Vector3Int_System_Object__get_Count, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01445BA0, Object *, Dictionary_2_UnityEngine_Vector3Int_System_Object__get_Item, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, Vector3Int key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3Int_System_Object_ *, Dictionary_2_UnityEngine_Vector3Int_System_Object__get_Keys, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3Int_System_Object_ *, Dictionary_2_UnityEngine_Vector3Int_System_Object__get_Values, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138B840, void, Dictionary_2_UnityEngine_Vector3Int_System_Object__set_Item, (Dictionary_2_UnityEngine_Vector3Int_System_Object_ * __this, Vector3Int key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef___ctor, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef___ctor_1, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, IDictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef___ctor_2, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, IEqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef___ctor_3, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01448390, void, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef___ctor_4, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, IDictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * dictionary, IEqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef___ctor_5, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, int32_t capacity, IEqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01448760, void, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef___ctor_6, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013C26E0, void, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__Add, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, XPathNodeRef key, XPathNodeRef value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__Clear, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013720A0, bool, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__ContainsKey, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, XPathNodeRef key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC45B8, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__ContainsKey__MethodInfo); DO_APP_FUNC(0x013C2990, bool, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__ContainsValue, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, XPathNodeRef value, MethodInfo * method)); DO_APP_FUNC(0x013C2AA0, void, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__CopyTo, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, KeyValuePair_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01448BA0, int32_t, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__FindEntry, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, XPathNodeRef key, MethodInfo * method)); DO_APP_FUNC(0x0137E910, Dictionary_2_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__GetEnumerator, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014487F0, void, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__GetObjectData, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01448EA0, int32_t, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__Initialize, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x014495B0, void, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__OnDeserialization, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01449DB0, bool, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__Remove, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, XPathNodeRef key, MethodInfo * method)); DO_APP_FUNC(0x01449A50, void, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__Resize, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01449AE0, void, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__Resize_1, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013C2730, void, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, KeyValuePair_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013C2770, bool, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, KeyValuePair_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, KeyValuePair_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013C2860, bool, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, KeyValuePair_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_MS_Internal_Xml_Cache_XPathNodeRef_ *, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_MS_Internal_Xml_Cache_XPathNodeRef_ *, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137E9C0, IEnumerator_1_KeyValuePair_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ *, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_MS_Internal_Xml_Cache_XPathNodeRef_ *, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_MS_Internal_Xml_Cache_XPathNodeRef_ *, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0144A0A0, void, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_ICollection_CopyTo, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0144A500, Object *, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C4EB0, void, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_IDictionary_Add, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01374910, bool, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_IDictionary_Contains, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01381090, IDictionaryEnumerator *, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374B10, void, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_IDictionary_Remove, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C4B50, Object *, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_IDictionary_get_Item, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_IDictionary_get_Keys, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_IDictionary_get_Values, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C4CB0, void, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_IDictionary_set_Item, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0137E9C0, IEnumerator *, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C45E0, bool, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__TryAdd, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, XPathNodeRef key, XPathNodeRef value, MethodInfo * method)); DO_APP_FUNC(0x013C4520, bool, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__TryGetValue, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, XPathNodeRef key, XPathNodeRef * value, MethodInfo * method)); DO_APP_FUNC(0x01449020, bool, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__TryInsert, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, XPathNodeRef key, XPathNodeRef value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__get_Count, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C25C0, XPathNodeRef, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__get_Item, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, XPathNodeRef key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4668, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__get_Item__MethodInfo); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ *, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__get_Keys, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ *, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__get_Values, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C2690, void, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__set_Item, (Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, XPathNodeRef key, XPathNodeRef value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object___ctor, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object___ctor_1, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, IDictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object___ctor_2, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, IEqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object___ctor_3, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0144A5B0, void, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object___ctor_4, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, IDictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * dictionary, IEqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object___ctor_5, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0144A990, void, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object___ctor_6, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01371DD0, void, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__Add, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, JSONDeserialization_TaskField key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__Clear, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013720A0, bool, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__ContainsKey, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, JSONDeserialization_TaskField key, MethodInfo * method)); DO_APP_FUNC(0x013720F0, bool, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__ContainsValue, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372220, void, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__CopyTo, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, KeyValuePair_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01439640, int32_t, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__FindEntry, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, JSONDeserialization_TaskField key, MethodInfo * method)); DO_APP_FUNC(0x013723A0, Dictionary_2_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__GetEnumerator, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0144AA20, void, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__GetObjectData, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0144ADD0, int32_t, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__Initialize, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x0144B550, void, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__OnDeserialization, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x0143A960, bool, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__Remove, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, JSONDeserialization_TaskField key, MethodInfo * method)); DO_APP_FUNC(0x0144B9C0, void, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__Resize, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0144BA50, void, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__Resize_1, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x01371E10, void, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, KeyValuePair_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01371E40, bool, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, KeyValuePair_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, KeyValuePair_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01371F20, bool, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, KeyValuePair_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ *, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator_1_KeyValuePair_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ *, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ *, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0144BD70, void, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0144C1A0, Object *, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374710, void, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01374910, bool, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374A10, IDictionaryEnumerator *, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374B10, void, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374380, Object *, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013744A0, void, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator *, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01373E00, bool, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__TryAdd, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, JSONDeserialization_TaskField key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01373D40, bool, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__TryGetValue, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, JSONDeserialization_TaskField key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x0144AF50, bool, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__TryInsert, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, JSONDeserialization_TaskField key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__get_Count, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371CE0, Object *, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__get_Item, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, JSONDeserialization_TaskField key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ *, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__get_Keys, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ *, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__get_Values, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371D90, void, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__set_Item, (Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, JSONDeserialization_TaskField key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry___ctor, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7EE8, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry___ctor_1, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, IDictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry___ctor_2, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, IEqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry___ctor_3, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0144C250, void, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry___ctor_4, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, IDictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * dictionary, IEqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry___ctor_5, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, int32_t capacity, IEqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0144C690, void, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry___ctor_6, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0144C870, void, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__Add, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MemberRelationshipService_RelationshipEntry key, MemberRelationshipService_RelationshipEntry value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__Clear, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137E5D0, bool, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__ContainsKey, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MemberRelationshipService_RelationshipEntry key, MethodInfo * method)); DO_APP_FUNC(0x0144CBB0, bool, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__ContainsValue, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MemberRelationshipService_RelationshipEntry value, MethodInfo * method)); DO_APP_FUNC(0x0144CCE0, void, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__CopyTo, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, KeyValuePair_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0144D240, int32_t, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__FindEntry, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MemberRelationshipService_RelationshipEntry key, MethodInfo * method)); DO_APP_FUNC(0x013E5DA0, Dictionary_2_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__GetEnumerator, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0144CE90, void, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__GetObjectData, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0144D560, int32_t, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__Initialize, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x0144DCD0, void, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__OnDeserialization, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x0144E4D0, bool, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__Remove, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MemberRelationshipService_RelationshipEntry key, MethodInfo * method)); DO_APP_FUNC(0x0144E190, void, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__Resize, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0144E220, void, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__Resize_1, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x0144C8D0, void, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, KeyValuePair_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x0144C930, bool, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, KeyValuePair_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, KeyValuePair_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0144CA50, bool, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, KeyValuePair_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ *, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ *, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013E5E50, IEnumerator_1_KeyValuePair_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ *, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ *, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ *, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0144E910, void, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_ICollection_CopyTo, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0144EDD0, Object *, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0144F220, void, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_IDictionary_Add, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01380F80, bool, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_IDictionary_Contains, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x013E8190, IDictionaryEnumerator *, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01381190, void, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_IDictionary_Remove, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0144EE80, Object *, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_IDictionary_get_Item, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_IDictionary_get_Values, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0144EFF0, void, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_IDictionary_set_Item, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013E5E50, IEnumerator *, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0144E8A0, bool, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__TryAdd, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MemberRelationshipService_RelationshipEntry key, MemberRelationshipService_RelationshipEntry value, MethodInfo * method)); DO_APP_FUNC(0x0144E7C0, bool, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__TryGetValue, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MemberRelationshipService_RelationshipEntry key, MemberRelationshipService_RelationshipEntry * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7F20, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__TryGetValue__MethodInfo); DO_APP_FUNC(0x0144D6E0, bool, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__TryInsert, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MemberRelationshipService_RelationshipEntry key, MemberRelationshipService_RelationshipEntry value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__get_Count, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0144C720, MemberRelationshipService_RelationshipEntry, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__get_Item, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MemberRelationshipService_RelationshipEntry key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ *, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__get_Keys, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ *, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__get_Values, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0144C810, void, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__set_Item, (Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MemberRelationshipService_RelationshipEntry key, MemberRelationshipService_RelationshipEntry value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7ED8, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__set_Item__MethodInfo); DO_APP_FUNC(0x0101B110, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object___ctor, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object___ctor_1, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, IDictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object___ctor_2, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, IEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object___ctor_3, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0144F440, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object___ctor_4, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, IDictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * dictionary, IEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object___ctor_5, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0144F800, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object___ctor_6, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__Add, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, ProbeReferenceVolume_RegId key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__Clear, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__ContainsKey, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, ProbeReferenceVolume_RegId key, MethodInfo * method)); DO_APP_FUNC(0x01377520, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__ContainsValue, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013A70B0, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__CopyTo, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01413660, int32_t, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__FindEntry, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, ProbeReferenceVolume_RegId key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__GetEnumerator, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0144F890, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__GetObjectData, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0144FC40, int32_t, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__Initialize, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x0144FDC0, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__OnDeserialization, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x014146A0, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__Remove, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, ProbeReferenceVolume_RegId key, MethodInfo * method)); DO_APP_FUNC(0x01450230, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__Resize, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014502C0, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__Resize_1, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013A50C0, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013A50E0, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013A51B0, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01450560, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01450960, Object *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CADF0, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A8A40, Object *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CAC00, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__TryAdd, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, ProbeReferenceVolume_RegId key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01378F50, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__TryGetValue, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, ProbeReferenceVolume_RegId key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x01413A60, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__TryInsert, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, ProbeReferenceVolume_RegId key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__get_Count, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013C8F50, Object *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__get_Item, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, ProbeReferenceVolume_RegId key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__get_Keys, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__get_Values, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__set_Item, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, ProbeReferenceVolume_RegId key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta___ctor, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58D30, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta___ctor_1, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, IDictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta___ctor_2, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, IEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta___ctor_3, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01450A10, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta___ctor_4, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, IDictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * dictionary, IEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta___ctor_5, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, int32_t capacity, IEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01450E00, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta___ctor_6, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013A94B0, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__Add, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, ProbeReferenceVolume_RegId key, ProbeBrickIndex_BrickMeta value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58A08, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__Add__MethodInfo); DO_APP_FUNC(0x01372030, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__Clear, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58AA8, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__Clear__MethodInfo); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__ContainsKey, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, ProbeReferenceVolume_RegId key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C588F8, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__ContainsKey__MethodInfo); DO_APP_FUNC(0x013A9720, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__ContainsValue, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, ProbeBrickIndex_BrickMeta value, MethodInfo * method)); DO_APP_FUNC(0x01450F90, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__CopyTo, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x014514B0, int32_t, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__FindEntry, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, ProbeReferenceVolume_RegId key, MethodInfo * method)); DO_APP_FUNC(0x013723A0, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__GetEnumerator, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01451100, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__GetObjectData, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01451730, int32_t, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__Initialize, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x01451D50, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__OnDeserialization, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x014524F0, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__Remove, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, ProbeReferenceVolume_RegId key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58900, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__Remove__MethodInfo); DO_APP_FUNC(0x014521C0, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__Resize, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01452250, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__Resize_1, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x01450F50, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013A9520, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013A9610, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator_1_KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01452700, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_ICollection_CopyTo, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01452B50, Object *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AB900, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_IDictionary_Add, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_IDictionary_Contains, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374A10, IDictionaryEnumerator *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_IDictionary_Remove, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AB5B0, Object *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_IDictionary_get_Item, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_IDictionary_get_Keys, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_IDictionary_get_Values, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AB700, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_IDictionary_set_Item, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013AB060, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__TryAdd, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, ProbeReferenceVolume_RegId key, ProbeBrickIndex_BrickMeta value, MethodInfo * method)); DO_APP_FUNC(0x013E4C10, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__TryGetValue, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, ProbeReferenceVolume_RegId key, ProbeBrickIndex_BrickMeta * value, MethodInfo * method)); DO_APP_FUNC(0x014518B0, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__TryInsert, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, ProbeReferenceVolume_RegId key, ProbeBrickIndex_BrickMeta value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__get_Count, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01450E90, ProbeBrickIndex_BrickMeta, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__get_Item, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, ProbeReferenceVolume_RegId key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58930, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__get_Item__MethodInfo); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__get_Keys, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__get_Values, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013A9470, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__set_Item, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, ProbeReferenceVolume_RegId key, ProbeBrickIndex_BrickMeta value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo___ctor, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58448, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo___ctor__MethodInfo); DO_APP_FUNC(0x01371680, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo___ctor_1, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, IDictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo___ctor_2, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, IEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo___ctor_3, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01452C00, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo___ctor_4, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, IDictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * dictionary, IEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo___ctor_5, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, int32_t capacity, IEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01453040, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo___ctor_6, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0139A750, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__Add, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, ProbeReferenceVolume_RegId key, ProbeBrickIndex_CellIndexUpdateInfo value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C583B8, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__Add__MethodInfo); DO_APP_FUNC(0x01372030, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__Clear, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__ContainsKey, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, ProbeReferenceVolume_RegId key, MethodInfo * method)); DO_APP_FUNC(0x01453460, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__ContainsValue, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, ProbeBrickIndex_CellIndexUpdateInfo value, MethodInfo * method)); DO_APP_FUNC(0x014535A0, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__CopyTo, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01453CA0, int32_t, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__FindEntry, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, ProbeReferenceVolume_RegId key, MethodInfo * method)); DO_APP_FUNC(0x01453710, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__GetEnumerator, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014538F0, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__GetObjectData, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01453F20, int32_t, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__Initialize, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x01454520, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__OnDeserialization, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01454CF0, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__Remove, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, ProbeReferenceVolume_RegId key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C582B0, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__Remove__MethodInfo); DO_APP_FUNC(0x014549C0, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__Resize, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01454A50, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__Resize_1, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x014531A0, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x014531F0, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01453320, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014537C0, IEnumerator_1_KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01454F80, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_ICollection_CopyTo, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01455420, Object *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01455840, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_IDictionary_Add, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01390C80, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_IDictionary_Contains, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01455A50, IDictionaryEnumerator *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01390D80, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_IDictionary_Remove, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014554D0, Object *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_IDictionary_get_Item, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_IDictionary_get_Keys, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_IDictionary_get_Values, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01455630, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_IDictionary_set_Item, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x014537C0, IEnumerator *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0139C680, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__TryAdd, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, ProbeReferenceVolume_RegId key, ProbeBrickIndex_CellIndexUpdateInfo value, MethodInfo * method)); DO_APP_FUNC(0x01454EF0, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__TryGetValue, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, ProbeReferenceVolume_RegId key, ProbeBrickIndex_CellIndexUpdateInfo * value, MethodInfo * method)); DO_APP_FUNC(0x014540A0, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__TryInsert, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, ProbeReferenceVolume_RegId key, ProbeBrickIndex_CellIndexUpdateInfo value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__get_Count, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014530D0, ProbeBrickIndex_CellIndexUpdateInfo, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__get_Item, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, ProbeReferenceVolume_RegId key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57FE8, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__get_Item__MethodInfo); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__get_Keys, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__get_Values, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0139A700, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__set_Item, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, ProbeReferenceVolume_RegId key, ProbeBrickIndex_CellIndexUpdateInfo value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object___ctor, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object___ctor_1, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, IDictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object___ctor_2, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, IEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object___ctor_3, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01455B80, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object___ctor_4, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, IDictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * dictionary, IEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object___ctor_5, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01455FB0, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object___ctor_6, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01456190, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__Add, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, ProbeReferenceVolume_Volume key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__Clear, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01456490, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__ContainsKey, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, ProbeReferenceVolume_Volume key, MethodInfo * method)); DO_APP_FUNC(0x01456500, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__ContainsValue, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01456630, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__CopyTo, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01456B90, int32_t, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__FindEntry, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, ProbeReferenceVolume_Volume key, MethodInfo * method)); DO_APP_FUNC(0x014312E0, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__GetEnumerator, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014567E0, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__GetObjectData, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01456FF0, int32_t, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__Initialize, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x01457850, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__OnDeserialization, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01458120, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__Remove, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, ProbeReferenceVolume_Volume key, MethodInfo * method)); DO_APP_FUNC(0x01457D10, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__Resize, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01457DA0, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__Resize_1, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x014561F0, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01456240, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01456340, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014313A0, IEnumerator_1_KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01458610, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01458A90, Object *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01458ED0, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01459120, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01433820, IDictionaryEnumerator *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01459240, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01458B40, Object *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01458C80, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x014313A0, IEnumerator *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014585A0, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__TryAdd, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, ProbeReferenceVolume_Volume key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x014584C0, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__TryGetValue, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, ProbeReferenceVolume_Volume key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x01457170, bool, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__TryInsert, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, ProbeReferenceVolume_Volume key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__get_Count, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01456040, Object *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__get_Item, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, ProbeReferenceVolume_Volume key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__get_Keys, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ *, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__get_Values, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01456130, void, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__set_Item, (Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, ProbeReferenceVolume_Volume key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object___ctor, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object___ctor_1, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, IDictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object___ctor_2, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, IEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object___ctor_3, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01459350, void, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object___ctor_4, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, IDictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * dictionary, IEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object___ctor_5, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01459730, void, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object___ctor_6, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0137E340, void, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__Add, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Regex_CachedCodeEntryKey key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__Clear, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137E5D0, bool, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__ContainsKey, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Regex_CachedCodeEntryKey key, MethodInfo * method)); DO_APP_FUNC(0x0137E630, bool, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__ContainsValue, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0137E760, void, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__CopyTo, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, KeyValuePair_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01459B70, int32_t, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__FindEntry, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Regex_CachedCodeEntryKey key, MethodInfo * method)); DO_APP_FUNC(0x0137E910, Dictionary_2_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__GetEnumerator, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014597C0, void, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__GetObjectData, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01459EA0, int32_t, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__Initialize, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x0145A600, void, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__OnDeserialization, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x0145AE10, bool, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__Remove, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Regex_CachedCodeEntryKey key, MethodInfo * method)); DO_APP_FUNC(0x0145AAA0, void, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__Resize, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0145AB30, void, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__Resize_1, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x0137E380, void, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, KeyValuePair_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x0137E3C0, bool, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, KeyValuePair_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, KeyValuePair_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0137E4B0, bool, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, KeyValuePair_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ *, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137E9C0, IEnumerator_1_KeyValuePair_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ *, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ *, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0145B100, void, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0145B540, Object *, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01380D70, void, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01380F80, bool, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01381090, IDictionaryEnumerator *, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01381190, void, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01380A20, Object *, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01380B50, void, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0137E9C0, IEnumerator *, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013804D0, bool, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__TryAdd, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Regex_CachedCodeEntryKey key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01380400, bool, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__TryGetValue, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Regex_CachedCodeEntryKey key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x0145A020, bool, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__TryInsert, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Regex_CachedCodeEntryKey key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__get_Count, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137E230, Object *, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__get_Item, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Regex_CachedCodeEntryKey key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ *, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__get_Keys, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ *, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__get_Values, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0137E300, void, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__set_Item, (Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Regex_CachedCodeEntryKey key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32___ctor, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32___ctor_1, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, IDictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32___ctor_2, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, IEqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF6C0, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32___ctor_2__MethodInfo); DO_APP_FUNC(0x0101B130, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32___ctor_3, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0145B5F0, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32___ctor_4, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, IDictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * dictionary, IEqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32___ctor_5, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, int32_t capacity, IEqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0145B9D0, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32___ctor_6, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01371DD0, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__Add, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF640, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__Add__MethodInfo); DO_APP_FUNC(0x01372030, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__Clear, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF670, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__Clear__MethodInfo); DO_APP_FUNC(0x013720A0, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__ContainsKey, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, MethodInfo * method)); DO_APP_FUNC(0x0145BD00, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__ContainsValue, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0145BDF0, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__CopyTo, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01439640, int32_t, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__FindEntry, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, MethodInfo * method)); DO_APP_FUNC(0x013723A0, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__GetEnumerator, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0145BF70, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__GetObjectData, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0145C320, int32_t, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__Initialize, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x0145CA20, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__OnDeserialization, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x0145D240, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__Remove, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF630, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__Remove__MethodInfo); DO_APP_FUNC(0x0145CE90, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__Resize, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0145CF20, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__Resize_1, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x01383A30, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x0145BB10, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0145BBF0, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Int32_ *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator_1_KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Int32_ *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0145D630, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_ICollection_CopyTo, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0145DA90, Object *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01386020, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_IDictionary_Add, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01374910, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_IDictionary_Contains, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374A10, IDictionaryEnumerator *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374B10, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_IDictionary_Remove, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0145DB40, Object *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_IDictionary_get_Item, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_IDictionary_get_Keys, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_IDictionary_get_Values, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01385E20, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_IDictionary_set_Item, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01373E00, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__TryAdd, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0145D5B0, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__TryGetValue, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, int32_t * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF650, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__TryGetValue__MethodInfo); DO_APP_FUNC(0x0145C4A0, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__TryInsert, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, int32_t value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__get_Count, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0145BA60, int32_t, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__get_Item, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__get_Keys, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__get_Values, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371D90, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__set_Item, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF678, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__set_Item__MethodInfo); DO_APP_FUNC(0x0101B110, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum___ctor, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum___ctor_1, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, IDictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum___ctor_2, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, IEqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum___ctor_3, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0145DC80, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum___ctor_4, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, IDictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * dictionary, IEqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum___ctor_5, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, int32_t capacity, IEqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0145E060, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum___ctor_6, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01371DD0, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__Add, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__Clear, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013720A0, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__ContainsKey, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, MethodInfo * method)); DO_APP_FUNC(0x0145BD00, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__ContainsValue, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0145BDF0, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__CopyTo, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01439640, int32_t, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__FindEntry, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, MethodInfo * method)); DO_APP_FUNC(0x013723A0, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__GetEnumerator, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0145E0F0, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__GetObjectData, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0145E4A0, int32_t, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__Initialize, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x0145E620, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__OnDeserialization, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x0145D240, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__Remove, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, MethodInfo * method)); DO_APP_FUNC(0x0145EA90, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__Resize, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0145EB20, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__Resize_1, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x01383A30, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x0145BB10, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0145BBF0, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Int32Enum_ *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator_1_KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Int32Enum_ *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0145EE40, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_ICollection_CopyTo, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0145F2A0, Object *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01386020, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_IDictionary_Add, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01374910, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_IDictionary_Contains, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374A10, IDictionaryEnumerator *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374B10, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_IDictionary_Remove, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0145DB40, Object *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_IDictionary_get_Item, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_IDictionary_get_Keys, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_IDictionary_get_Values, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01385E20, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_IDictionary_set_Item, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01373E00, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__TryAdd, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0145D5B0, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__TryGetValue, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, Int32Enum__Enum * value, MethodInfo * method)); DO_APP_FUNC(0x0145C4A0, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__TryInsert, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, Int32Enum__Enum value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__get_Count, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0145BA60, Int32Enum__Enum, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__get_Item, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__get_Keys, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__get_Values, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371D90, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__set_Item, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object___ctor, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object___ctor_1, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, IDictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object___ctor_2, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, IEqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object___ctor_3, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0145F350, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object___ctor_4, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, IDictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * dictionary, IEqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object___ctor_5, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0145F730, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object___ctor_6, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01371DD0, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__Add, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__Clear, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013720A0, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__ContainsKey, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, MethodInfo * method)); DO_APP_FUNC(0x013720F0, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__ContainsValue, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372220, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__CopyTo, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01439640, int32_t, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__FindEntry, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, MethodInfo * method)); DO_APP_FUNC(0x013723A0, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__GetEnumerator, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0145F7C0, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__GetObjectData, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0145FB70, int32_t, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__Initialize, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x0145FCF0, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__OnDeserialization, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x0143A960, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__Remove, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, MethodInfo * method)); DO_APP_FUNC(0x01460160, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__Resize, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014601F0, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__Resize_1, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x01371E10, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01371E40, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01371F20, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator_1_KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01460510, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01460940, Object *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374710, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01374910, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374A10, IDictionaryEnumerator *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374B10, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01374380, Object *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013744A0, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372450, IEnumerator *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01373E00, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__TryAdd, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01373D40, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__TryGetValue, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x0144AF50, bool, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__TryInsert, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__get_Count, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371CE0, Object *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__get_Item, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__get_Keys, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ *, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__get_Values, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371D90, void, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__set_Item, (Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object___ctor, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object___ctor_1, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, IDictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object___ctor_2, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, IEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object___ctor_3, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x014609F0, void, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object___ctor_4, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, IDictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * dictionary, IEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object___ctor_5, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01460DB0, void, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object___ctor_6, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x013772B0, void, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__Add, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, StyleSheetCache_SheetHandleKey key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__Clear, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013774E0, bool, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__ContainsKey, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, StyleSheetCache_SheetHandleKey key, MethodInfo * method)); DO_APP_FUNC(0x01377520, bool, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__ContainsValue, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x013BE160, void, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__CopyTo, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, KeyValuePair_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0141C210, int32_t, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__FindEntry, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, StyleSheetCache_SheetHandleKey key, MethodInfo * method)); DO_APP_FUNC(0x013777B0, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__GetEnumerator, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01460E40, void, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__GetObjectData, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x014611F0, int32_t, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__Initialize, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x01461370, void, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__OnDeserialization, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x0141D460, bool, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__Remove, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, StyleSheetCache_SheetHandleKey key, MethodInfo * method)); DO_APP_FUNC(0x014617E0, void, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__Resize, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01461870, void, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__Resize_1, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x013BDF60, void, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, KeyValuePair_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x013BDF80, bool, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, KeyValuePair_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, KeyValuePair_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x013BE060, bool, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, KeyValuePair_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ *, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator_1_KeyValuePair_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ *, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ *, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01461B70, void, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01461F60, Object *, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CD1B0, void, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0138B040, bool, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01379AE0, IDictionaryEnumerator *, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0138B230, void, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013BFD80, Object *, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CCFC0, void, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01377840, IEnumerator *, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01379000, bool, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__TryAdd, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, StyleSheetCache_SheetHandleKey key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01378F50, bool, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__TryGetValue, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, StyleSheetCache_SheetHandleKey key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x0141C6E0, bool, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__TryInsert, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, StyleSheetCache_SheetHandleKey key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__get_Count, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x013CB420, Object *, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__get_Item, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, StyleSheetCache_SheetHandleKey key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ *, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__get_Keys, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ *, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__get_Values, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01377280, void, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__set_Item, (Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, StyleSheetCache_SheetHandleKey key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object___ctor, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371680, void, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object___ctor_1, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, IDictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object___ctor_2, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, IEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object___ctor_3, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01462010, void, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object___ctor_4, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, IDictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * dictionary, IEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x013715B0, void, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object___ctor_5, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x014624C0, void, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object___ctor_6, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01462720, void, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__Add, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, WetDecalSystem_MaterialBatchId key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01372030, void, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__Clear, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01462AF0, bool, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__ContainsKey, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, WetDecalSystem_MaterialBatchId key, MethodInfo * method)); DO_APP_FUNC(0x01462B90, bool, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__ContainsValue, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01462CD0, void, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__CopyTo, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, KeyValuePair_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x014634E0, int32_t, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__FindEntry, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, WetDecalSystem_MaterialBatchId key, MethodInfo * method)); DO_APP_FUNC(0x01462F00, Dictionary_2_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__GetEnumerator, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01463130, void, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__GetObjectData, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01463990, int32_t, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__Initialize, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x013746A0, bool, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x01464300, void, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__OnDeserialization, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x01464BF0, bool, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__Remove, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, WetDecalSystem_MaterialBatchId key, MethodInfo * method)); DO_APP_FUNC(0x01464800, void, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__Resize, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01464890, void, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__Resize_1, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, int32_t newSize, bool forceNewHashCodes, MethodInfo * method)); DO_APP_FUNC(0x014627A0, void, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, KeyValuePair_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01462820, bool, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, KeyValuePair_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x01373E50, void, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, KeyValuePair_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01462940, bool, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, KeyValuePair_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, ICollection_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ *, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, ICollection_1_System_Object_ *, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01462FE0, IEnumerator_1_KeyValuePair_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ *, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371B20, IEnumerable_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ *, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, IEnumerable_1_System_Object_ *, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014651D0, void, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01465770, Object *, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01465C60, void, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_IDictionary_Add, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01465F20, bool, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_IDictionary_Contains, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01466080, IDictionaryEnumerator *, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_IDictionary_GetEnumerator, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014661D0, void, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_IDictionary_Remove, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_IDictionary_get_IsFixedSize, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_IDictionary_get_IsReadOnly, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01465820, Object *, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_IDictionary_get_Item, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01374350, ICollection *, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_IDictionary_get_Keys, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0135E2D0, ICollection *, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_IDictionary_get_Values, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014659A0, void, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_IDictionary_set_Item, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01462FE0, IEnumerator *, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01465130, bool, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__TryAdd, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, WetDecalSystem_MaterialBatchId key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01465010, bool, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__TryGetValue, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, WetDecalSystem_MaterialBatchId key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x01463B10, bool, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__TryInsert, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, WetDecalSystem_MaterialBatchId key, Object * value, InsertionBehavior__Enum behavior, MethodInfo * method)); DO_APP_FUNC(0x01371B10, int32_t, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__get_Count, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01462550, Object *, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__get_Item, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, WetDecalSystem_MaterialBatchId key, MethodInfo * method)); DO_APP_FUNC(0x01371B20, Dictionary_2_TKey_TValue_KeyCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ *, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__get_Keys, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371C00, Dictionary_2_TKey_TValue_ValueCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ *, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__get_Values, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014626A0, void, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__set_Item, (Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, WetDecalSystem_MaterialBatchId key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x014064C0, void, Callback_1_T_DispatchDelegate_FloatingGamepadTextInputDismissed_t___ctor, (Callback_1_T_DispatchDelegate_FloatingGamepadTextInputDismissed_t_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Callback_1_T_DispatchDelegate_FloatingGamepadTextInputDismissed_t__Invoke, (Callback_1_T_DispatchDelegate_FloatingGamepadTextInputDismissed_t_ * __this, FloatingGamepadTextInputDismissed_t param, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Callback_1_T_DispatchDelegate_GameLobbyJoinRequested_t___ctor, (Callback_1_T_DispatchDelegate_GameLobbyJoinRequested_t_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Callback_1_T_DispatchDelegate_GameLobbyJoinRequested_t__Invoke, (Callback_1_T_DispatchDelegate_GameLobbyJoinRequested_t_ * __this, GameLobbyJoinRequested_t param, MethodInfo * method)); DO_APP_FUNC(0x01167E50, void, Callback_1_T_DispatchDelegate_GamepadTextInputDismissed_t___ctor, (Callback_1_T_DispatchDelegate_GamepadTextInputDismissed_t_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01167F80, void, Callback_1_T_DispatchDelegate_GamepadTextInputDismissed_t__Invoke, (Callback_1_T_DispatchDelegate_GamepadTextInputDismissed_t_ * __this, GamepadTextInputDismissed_t param, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, Callback_1_T_DispatchDelegate_LobbyCreated_t___ctor, (Callback_1_T_DispatchDelegate_LobbyCreated_t_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, Callback_1_T_DispatchDelegate_LobbyCreated_t__Invoke, (Callback_1_T_DispatchDelegate_LobbyCreated_t_ * __this, LobbyCreated_t param, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Callback_1_T_DispatchDelegate_LobbyEnter_t___ctor, (Callback_1_T_DispatchDelegate_LobbyEnter_t_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Callback_1_T_DispatchDelegate_LobbyEnter_t__Invoke, (Callback_1_T_DispatchDelegate_LobbyEnter_t_ * __this, LobbyEnter_t param, MethodInfo * method)); DO_APP_FUNC(0x008AC8F0, void, Callback_1_T_DispatchDelegate_System_Object___ctor, (Callback_1_T_DispatchDelegate_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Callback_1_T_DispatchDelegate_System_Object__Invoke, (Callback_1_T_DispatchDelegate_System_Object_ * __this, Object * param, MethodInfo * method)); DO_APP_FUNC(0x014064C0, void, Callback_1_T_DispatchDelegate_SteamInventoryDefinitionUpdate_t___ctor, (Callback_1_T_DispatchDelegate_SteamInventoryDefinitionUpdate_t_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Callback_1_T_DispatchDelegate_SteamInventoryDefinitionUpdate_t__Invoke, (Callback_1_T_DispatchDelegate_SteamInventoryDefinitionUpdate_t_ * __this, SteamInventoryDefinitionUpdate_t param, MethodInfo * method)); DO_APP_FUNC(0x01167AC0, void, Callback_1_T_DispatchDelegate_SteamInventoryFullUpdate_t___ctor, (Callback_1_T_DispatchDelegate_SteamInventoryFullUpdate_t_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Callback_1_T_DispatchDelegate_SteamInventoryFullUpdate_t__Invoke, (Callback_1_T_DispatchDelegate_SteamInventoryFullUpdate_t_ * __this, SteamInventoryFullUpdate_t param, MethodInfo * method)); DO_APP_FUNC(0x014043D0, void, Callback_1_T_DispatchDelegate_SteamInventoryResultReady_t___ctor, (Callback_1_T_DispatchDelegate_SteamInventoryResultReady_t_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, Callback_1_T_DispatchDelegate_SteamInventoryResultReady_t__Invoke, (Callback_1_T_DispatchDelegate_SteamInventoryResultReady_t_ * __this, SteamInventoryResultReady_t param, MethodInfo * method)); DO_APP_FUNC(0x01404270, void, Callback_1_T_DispatchDelegate_UserAchievementStored_t___ctor, (Callback_1_T_DispatchDelegate_UserAchievementStored_t_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x014043A0, void, Callback_1_T_DispatchDelegate_UserAchievementStored_t__Invoke, (Callback_1_T_DispatchDelegate_UserAchievementStored_t_ * __this, UserAchievementStored_t param, MethodInfo * method)); DO_APP_FUNC(0x01404110, void, Callback_1_T_DispatchDelegate_UserStatsReceived_t___ctor, (Callback_1_T_DispatchDelegate_UserStatsReceived_t_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, void, Callback_1_T_DispatchDelegate_UserStatsReceived_t__Invoke, (Callback_1_T_DispatchDelegate_UserStatsReceived_t_ * __this, UserStatsReceived_t param, MethodInfo * method)); DO_APP_FUNC(0x01466350, DoubleBuffer_1_UnityEngine_Quaternion_, DoubleBuffer_1_UnityEngine_Quaternion__InitBuffer, (Quaternion value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90E30, DoubleBuffer_1_UnityEngine_Quaternion__InitBuffer__MethodInfo); DO_APP_FUNC(0x01466330, DoubleBuffer_1_UnityEngine_Quaternion_, DoubleBuffer_1_UnityEngine_Quaternion__Shift, (DoubleBuffer_1_UnityEngine_Quaternion_ * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C909D0, DoubleBuffer_1_UnityEngine_Quaternion__Shift__MethodInfo); DO_APP_FUNC(0x01466390, DoubleBuffer_1_UnityEngine_Vector3_, DoubleBuffer_1_UnityEngine_Vector3__InitBuffer, (Vector3 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90E68, DoubleBuffer_1_UnityEngine_Vector3__InitBuffer__MethodInfo); DO_APP_FUNC(0x01466360, DoubleBuffer_1_UnityEngine_Vector3_, DoubleBuffer_1_UnityEngine_Vector3__Shift, (DoubleBuffer_1_UnityEngine_Vector3_ * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C909A0, DoubleBuffer_1_UnityEngine_Vector3__Shift__MethodInfo); DO_APP_FUNC(0x014663B0, void, DynamicArray_1_System_Object___ctor, (DynamicArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01466460, void, DynamicArray_1_System_Object___ctor_1, (DynamicArray_1_System_Object_ * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01466580, int32_t, DynamicArray_1_System_Object__Add, (DynamicArray_1_System_Object_ * __this, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x014667D0, void, DynamicArray_1_System_Object__AddRange, (DynamicArray_1_System_Object_ * __this, DynamicArray_1_System_Object_ * array, MethodInfo * method)); DO_APP_FUNC(0x01466520, void, DynamicArray_1_System_Object__Clear, (DynamicArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01466540, bool, DynamicArray_1_System_Object__Contains, (DynamicArray_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01466D30, int32_t, DynamicArray_1_System_Object__FindIndex, (DynamicArray_1_System_Object_ * __this, int32_t startIndex, int32_t count, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x01467020, int32_t, DynamicArray_1_System_Object__IndexOf, (DynamicArray_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01466F30, int32_t, DynamicArray_1_System_Object__IndexOf_1, (DynamicArray_1_System_Object_ * __this, Object * item, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01466E30, int32_t, DynamicArray_1_System_Object__IndexOf_2, (DynamicArray_1_System_Object_ * __this, Object * item, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014669B0, bool, DynamicArray_1_System_Object__Remove, (DynamicArray_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01466A20, void, DynamicArray_1_System_Object__RemoveAt, (DynamicArray_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A0E0, DynamicArray_1_System_Object__RemoveAt__MethodInfo); DO_APP_FUNC(0x01466BA0, void, DynamicArray_1_System_Object__RemoveRange, (DynamicArray_1_System_Object_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A0E8, DynamicArray_1_System_Object__RemoveRange__MethodInfo); DO_APP_FUNC(0x014670B0, void, DynamicArray_1_System_Object__Reserve, (DynamicArray_1_System_Object_ * __this, int32_t newCapacity, bool keepContent, MethodInfo * method)); DO_APP_FUNC(0x01467050, void, DynamicArray_1_System_Object__Resize, (DynamicArray_1_System_Object_ * __this, int32_t newSize, bool keepContent, MethodInfo * method)); DO_APP_FUNC(0x014672E0, Object * *, DynamicArray_1_System_Object__get_Item, (DynamicArray_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, DynamicArray_1_System_Object__get_capacity, (DynamicArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, DynamicArray_1_System_Object__get_size, (DynamicArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01467310, Object__Array *, DynamicArray_1_System_Object__op_Implicit, (DynamicArray_1_System_Object_ * array, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, DynamicArray_1_System_Object__set_size, (DynamicArray_1_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x014663B0, void, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource___ctor, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B140, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource___ctor__MethodInfo); DO_APP_FUNC(0x01466460, void, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource___ctor_1, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x014673F0, int32_t, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__Add, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, RendererListResource * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B0D0, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__Add__MethodInfo); DO_APP_FUNC(0x014676C0, void, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__AddRange, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * array, MethodInfo * method)); DO_APP_FUNC(0x01466520, void, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__Clear, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B0B0, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__Clear__MethodInfo); DO_APP_FUNC(0x01467330, bool, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__Contains, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, RendererListResource item, MethodInfo * method)); DO_APP_FUNC(0x01467D50, int32_t, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__FindIndex, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * match, MethodInfo * method)); DO_APP_FUNC(0x01468430, int32_t, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__IndexOf, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, RendererListResource item, MethodInfo * method)); DO_APP_FUNC(0x014681B0, int32_t, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__IndexOf_1, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, RendererListResource item, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01467F10, int32_t, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__IndexOf_2, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, RendererListResource item, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01467930, bool, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__Remove, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, RendererListResource item, MethodInfo * method)); DO_APP_FUNC(0x01467A40, void, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__RemoveAt, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A0F0, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__RemoveAt__MethodInfo); DO_APP_FUNC(0x01467BC0, void, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__RemoveRange, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A0F8, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__RemoveRange__MethodInfo); DO_APP_FUNC(0x014670B0, void, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__Reserve, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, int32_t newCapacity, bool keepContent, MethodInfo * method)); DO_APP_FUNC(0x01467050, void, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__Resize, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, int32_t newSize, bool keepContent, MethodInfo * method)); DO_APP_FUNC(0x014684F0, RendererListResource *, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__get_Item, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B1D0, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__get_Item__MethodInfo); DO_APP_FUNC(0x00C3BB90, int32_t, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__get_capacity, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__get_size, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B1D8, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__get_size__MethodInfo); DO_APP_FUNC(0x01467310, RendererListResource__Array *, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__op_Implicit, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * array, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__set_size, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x014663B0, void, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo___ctor, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56F68, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo___ctor__MethodInfo); DO_APP_FUNC(0x01466460, void, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo___ctor_1, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x014685A0, int32_t, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__Add, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, RenderGraph_CompiledPassInfo * value, MethodInfo * method)); DO_APP_FUNC(0x01468830, void, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__AddRange, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * array, MethodInfo * method)); DO_APP_FUNC(0x01466520, void, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__Clear, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56DF0, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__Clear__MethodInfo); DO_APP_FUNC(0x01468530, bool, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__Contains, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, RenderGraph_CompiledPassInfo item, MethodInfo * method)); DO_APP_FUNC(0x01468E00, int32_t, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__FindIndex, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x014692F0, int32_t, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__IndexOf, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, RenderGraph_CompiledPassInfo item, MethodInfo * method)); DO_APP_FUNC(0x01469120, int32_t, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__IndexOf_1, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, RenderGraph_CompiledPassInfo item, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01468F40, int32_t, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__IndexOf_2, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, RenderGraph_CompiledPassInfo item, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01468A40, bool, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__Remove, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, RenderGraph_CompiledPassInfo item, MethodInfo * method)); DO_APP_FUNC(0x01468AF0, void, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__RemoveAt, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC81D0, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__RemoveAt__MethodInfo); DO_APP_FUNC(0x01468C70, void, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__RemoveRange, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC81C0, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__RemoveRange__MethodInfo); DO_APP_FUNC(0x014670B0, void, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__Reserve, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, int32_t newCapacity, bool keepContent, MethodInfo * method)); DO_APP_FUNC(0x01467050, void, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__Resize, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, int32_t newSize, bool keepContent, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56E90, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__Resize__MethodInfo); DO_APP_FUNC(0x01469360, RenderGraph_CompiledPassInfo *, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__get_Item, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56CC0, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__get_Item__MethodInfo); DO_APP_FUNC(0x00C3BB90, int32_t, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__get_capacity, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56E98, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__get_capacity__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__get_size, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56CC8, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__get_size__MethodInfo); DO_APP_FUNC(0x01467310, RenderGraph_CompiledPassInfo__Array *, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__op_Implicit, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * array, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__set_size, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x014663B0, void, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo___ctor, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56F60, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo___ctor__MethodInfo); DO_APP_FUNC(0x01466460, void, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo___ctor_1, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x014693F0, int32_t, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__Add, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, RenderGraph_CompiledResourceInfo * value, MethodInfo * method)); DO_APP_FUNC(0x014696B0, void, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__AddRange, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * array, MethodInfo * method)); DO_APP_FUNC(0x01466520, void, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__Clear, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56DE0, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__Clear__MethodInfo); DO_APP_FUNC(0x014693A0, bool, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__Contains, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, RenderGraph_CompiledResourceInfo item, MethodInfo * method)); DO_APP_FUNC(0x01469C50, int32_t, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__FindIndex, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x0146A070, int32_t, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__IndexOf, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, RenderGraph_CompiledResourceInfo item, MethodInfo * method)); DO_APP_FUNC(0x01469F00, int32_t, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__IndexOf_1, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, RenderGraph_CompiledResourceInfo item, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01469D70, int32_t, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__IndexOf_2, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, RenderGraph_CompiledResourceInfo item, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014698B0, bool, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__Remove, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, RenderGraph_CompiledResourceInfo item, MethodInfo * method)); DO_APP_FUNC(0x01469940, void, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__RemoveAt, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC81B0, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__RemoveAt__MethodInfo); DO_APP_FUNC(0x01469AC0, void, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__RemoveRange, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC81A0, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__RemoveRange__MethodInfo); DO_APP_FUNC(0x014670B0, void, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__Reserve, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, int32_t newCapacity, bool keepContent, MethodInfo * method)); DO_APP_FUNC(0x01467050, void, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__Resize, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, int32_t newSize, bool keepContent, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56D10, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__Resize__MethodInfo); DO_APP_FUNC(0x0146A0C0, RenderGraph_CompiledResourceInfo *, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__get_Item, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56D18, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__get_Item__MethodInfo); DO_APP_FUNC(0x00C3BB90, int32_t, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__get_capacity, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__get_size, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56D28, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__get_size__MethodInfo); DO_APP_FUNC(0x01467310, RenderGraph_CompiledResourceInfo__Array *, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__op_Implicit, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * array, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__set_size, (DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0146A730, void, DynamicHeightVirtualizationController_1_System_Object___ctor, (DynamicHeightVirtualizationController_1_System_Object_ * __this, BaseVerticalCollectionView * collectionView, MethodInfo * method)); DO_APP_FUNC(0x0146D6C0, void, DynamicHeightVirtualizationController_1_System_Object__ApplyScrollViewUpdate, (DynamicHeightVirtualizationController_1_System_Object_ * __this, bool dimensionsOnly, MethodInfo * method)); DO_APP_FUNC(0x0146F3C0, void, DynamicHeightVirtualizationController_1_System_Object__CleanItemHeightCache, (DynamicHeightVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0146C1C0, void, DynamicHeightVirtualizationController_1_System_Object__CycleItems, (DynamicHeightVirtualizationController_1_System_Object_ * __this, int32_t firstIndex, MethodInfo * method)); DO_APP_FUNC(0x01470330, void, DynamicHeightVirtualizationController_1_System_Object__EndDrag, (DynamicHeightVirtualizationController_1_System_Object_ * __this, int32_t dropIndex, MethodInfo * method)); DO_APP_FUNC(0x0146CD20, void, DynamicHeightVirtualizationController_1_System_Object__Fill, (DynamicHeightVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0146EB40, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_, DynamicHeightVirtualizationController_1_System_Object__GetCachedContentHeight, (DynamicHeightVirtualizationController_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0146E930, float, DynamicHeightVirtualizationController_1_System_Object__GetContentHeightForIndex, (DynamicHeightVirtualizationController_1_System_Object_ * __this, int32_t lastIndex, MethodInfo * method)); DO_APP_FUNC(0x0146E830, float, DynamicHeightVirtualizationController_1_System_Object__GetExpectedContentHeight, (DynamicHeightVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0146E690, float, DynamicHeightVirtualizationController_1_System_Object__GetExpectedItemHeight, (DynamicHeightVirtualizationController_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0146E7B0, int32_t, DynamicHeightVirtualizationController_1_System_Object__GetFirstVisibleItem, (DynamicHeightVirtualizationController_1_System_Object_ * __this, float offset, MethodInfo * method)); DO_APP_FUNC(0x0146E610, int32_t, DynamicHeightVirtualizationController_1_System_Object__GetIndexFromPosition, (DynamicHeightVirtualizationController_1_System_Object_ * __this, Vector2 position, MethodInfo * method)); DO_APP_FUNC(0x01470100, Object *, DynamicHeightVirtualizationController_1_System_Object__GetOrMakeItemAtIndex, (DynamicHeightVirtualizationController_1_System_Object_ * __this, int32_t activeItemIndex, int32_t scrollViewIndex, MethodInfo * method)); DO_APP_FUNC(0x01470620, void, DynamicHeightVirtualizationController_1_System_Object__HideItem, (DynamicHeightVirtualizationController_1_System_Object_ * __this, int32_t activeItemsIndex, MethodInfo * method)); DO_APP_FUNC(0x01470860, bool, DynamicHeightVirtualizationController_1_System_Object__IsIndexOutOfBounds, (DynamicHeightVirtualizationController_1_System_Object_ * __this, int32_t i, MethodInfo * method)); DO_APP_FUNC(0x01470770, void, DynamicHeightVirtualizationController_1_System_Object__MarkWaitingForLayout, (DynamicHeightVirtualizationController_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0146CB40, bool, DynamicHeightVirtualizationController_1_System_Object__NeedsFill, (DynamicHeightVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0146FA80, void, DynamicHeightVirtualizationController_1_System_Object__OnRecycledItemGeometryChanged, (DynamicHeightVirtualizationController_1_System_Object_ * __this, ReusableCollectionItem * item, MethodInfo * method)); DO_APP_FUNC(0x0146BA40, void, DynamicHeightVirtualizationController_1_System_Object__OnScroll, (DynamicHeightVirtualizationController_1_System_Object_ * __this, Vector2 scrollOffset, MethodInfo * method)); DO_APP_FUNC(0x0146BCF0, void, DynamicHeightVirtualizationController_1_System_Object__OnScrollUpdate, (DynamicHeightVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0146ACF0, void, DynamicHeightVirtualizationController_1_System_Object__Refresh, (DynamicHeightVirtualizationController_1_System_Object_ * __this, bool rebuild, MethodInfo * method)); DO_APP_FUNC(0x0146EBD0, void, DynamicHeightVirtualizationController_1_System_Object__RegisterItemHeight, (DynamicHeightVirtualizationController_1_System_Object_ * __this, int32_t index, float height, MethodInfo * method)); DO_APP_FUNC(0x01470170, void, DynamicHeightVirtualizationController_1_System_Object__ReleaseItem, (DynamicHeightVirtualizationController_1_System_Object_ * __this, int32_t activeItemsIndex, MethodInfo * method)); DO_APP_FUNC(0x0146E5A0, void, DynamicHeightVirtualizationController_1_System_Object__ResetScroll, (DynamicHeightVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0146B4A0, void, DynamicHeightVirtualizationController_1_System_Object__Resize, (DynamicHeightVirtualizationController_1_System_Object_ * __this, Vector2 size, MethodInfo * method)); DO_APP_FUNC(0x0146E2D0, void, DynamicHeightVirtualizationController_1_System_Object__ScheduleFill, (DynamicHeightVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0146E3C0, void, DynamicHeightVirtualizationController_1_System_Object__ScheduleScroll, (DynamicHeightVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0146E4B0, void, DynamicHeightVirtualizationController_1_System_Object__ScheduleScrollDirectionReset, (DynamicHeightVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0146B1F0, void, DynamicHeightVirtualizationController_1_System_Object__ScrollToItem, (DynamicHeightVirtualizationController_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01470280, void, DynamicHeightVirtualizationController_1_System_Object__StartDragItem, (DynamicHeightVirtualizationController_1_System_Object_ * __this, ReusableCollectionItem * item, MethodInfo * method)); DO_APP_FUNC(0x0146F040, void, DynamicHeightVirtualizationController_1_System_Object__UnregisterItemHeight, (DynamicHeightVirtualizationController_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0146E1E0, void, DynamicHeightVirtualizationController_1_System_Object__UpdateAnchor, (DynamicHeightVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0146FBA0, bool, DynamicHeightVirtualizationController_1_System_Object__UpdateRegisteredHeight, (DynamicHeightVirtualizationController_1_System_Object_ * __this, ReusableCollectionItem * item, MethodInfo * method)); DO_APP_FUNC(0x0146D530, void, DynamicHeightVirtualizationController_1_System_Object__UpdateScrollViewContainer, (DynamicHeightVirtualizationController_1_System_Object_ * __this, float previousHeight, float newHeight, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, DynamicHeightVirtualizationController_1_System_Object__get_alwaysRebindOnRefresh, (DynamicHeightVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0146A5F0, float, DynamicHeightVirtualizationController_1_System_Object__get_anchorOffset, (DynamicHeightVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0146A550, int32_t, DynamicHeightVirtualizationController_1_System_Object__get_anchoredIndex, (DynamicHeightVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0146A380, float, DynamicHeightVirtualizationController_1_System_Object__get_contentHeight, (DynamicHeightVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0146A1B0, float, DynamicHeightVirtualizationController_1_System_Object__get_contentPadding, (DynamicHeightVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0146A100, float, DynamicHeightVirtualizationController_1_System_Object__get_defaultExpectedHeight, (DynamicHeightVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0146A6B0, float, DynamicHeightVirtualizationController_1_System_Object__get_viewportMaxOffset, (DynamicHeightVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0146A640, void, DynamicHeightVirtualizationController_1_System_Object__set_anchorOffset, (DynamicHeightVirtualizationController_1_System_Object_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0146A590, void, DynamicHeightVirtualizationController_1_System_Object__set_anchoredIndex, (DynamicHeightVirtualizationController_1_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0146A3D0, void, DynamicHeightVirtualizationController_1_System_Object__set_contentHeight, (DynamicHeightVirtualizationController_1_System_Object_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0146A200, void, DynamicHeightVirtualizationController_1_System_Object__set_contentPadding, (DynamicHeightVirtualizationController_1_System_Object_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ServiceContainer_ServiceCollection_1_T_EmbeddedTypeAwareTypeComparer_System_Object___ctor, (ServiceContainer_ServiceCollection_1_T_EmbeddedTypeAwareTypeComparer_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014708E0, bool, ServiceContainer_ServiceCollection_1_T_EmbeddedTypeAwareTypeComparer_System_Object__Equals, (ServiceContainer_ServiceCollection_1_T_EmbeddedTypeAwareTypeComparer_System_Object_ * __this, Type * x, Type * y, MethodInfo * method)); DO_APP_FUNC(0x01470920, int32_t, ServiceContainer_ServiceCollection_1_T_EmbeddedTypeAwareTypeComparer_System_Object__GetHashCode, (ServiceContainer_ServiceCollection_1_T_EmbeddedTypeAwareTypeComparer_System_Object_ * __this, Type * obj, MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_System_Collections_Generic_KeyValuePair_2___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_System_Collections_Generic_KeyValuePair_2__1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_System_Collections_Generic_KeyValuePair_2__2__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_System_Collections_Generic_KeyValuePair_2__3__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_System_Collections_Generic_KeyValuePair_2__4__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_ValueTuple_2_IntPtr_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_ValueTuple_2_Object_Int32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_Byte___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_Char___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_System_Reflection_CustomAttributeNamedArgument___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_System_Reflection_CustomAttributeTypedArgument___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_Pathfinding_Int2___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_Pathfinding_Int3___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_Int32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_Int32Enum___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_System_Linq_Expressions_Interpreter_LocalDefinition___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_UnityEngine_Matrix4x4___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_System_Reflection_ParameterModifier___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_UnityEngine_Rect___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_Dissonance_Audio_Playback_SpeechSession___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_UnityEngine_UIElements_TextureId___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_UnityEngine_XR_ARSubsystems_TrackableId___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_UInt16___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_UInt32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_UdpKit_UdpEvent___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_UnityEngine_Vector2___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_Microsoft_MixedReality_OpenXR_ViewConfiguration___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_UnityEngine_XR_ARSubsystems_XRAnchor___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_UnityEngine_UIElements_EventDispatcher_DispatchContext___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_UnityEngine_UIElements_EventDispatcher_EventRecord___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_Pathfinding_GraphUpdateProcessor_GUOSingle___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyArray_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470A80, void, StylePropertyAnimationSystem_Values_1_T_EmptyData_Background___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470A80, void, StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470A80, void, StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470A80, void, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470A80, void, StylePropertyAnimationSystem_Values_1_T_EmptyData_Length___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470A80, void, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470A80, void, StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470A80, void, StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470A80, void, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470A80, void, StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470A80, void, StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470A80, void, StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyEnumerable_1_System_Int32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyEnumerable_1_UnityEngine_InputSystem_Utilities_NameAndParameters___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470970, void, EmptyEnumerable_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_ArraySegment_1_Byte___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ArraySegment_1_Byte___ctor, (Array_EmptyInternalEnumerator_1_ArraySegment_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ArraySegment_1_Byte__Dispose, (Array_EmptyInternalEnumerator_1_ArraySegment_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_ArraySegment_1_Byte__MoveNext, (Array_EmptyInternalEnumerator_1_ArraySegment_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ArraySegment_1_Byte__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_ArraySegment_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_ArraySegment_1_Byte__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_ArraySegment_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470AD0, ArraySegment_1_Byte_, Array_EmptyInternalEnumerator_1_ArraySegment_1_Byte__get_Current, (Array_EmptyInternalEnumerator_1_ArraySegment_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7F88, Array_EmptyInternalEnumerator_1_ArraySegment_1_Byte__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D20, AsyncOperationHandle_1_System_Object_, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7F80, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta___ctor, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Dispose, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__MoveNext, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470E00, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_, Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__get_Current, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7F78, Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470E60, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7F70, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470F90, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470F30, StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7FD0, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__1__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__1_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__1_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__1_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470F90, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__1_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471000, StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__1_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7FC8, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__1_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__2__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__2__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__2_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__2_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__2_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470F90, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__2_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471060, StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__2_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7FC0, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__2_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__3__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__3__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__3_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__3_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__3_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470F90, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__3_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x014710C0, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__3_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7FB8, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__3_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__4__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__4__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__4_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__4_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__4_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470F90, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__4_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471120, StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__4_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7FB0, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__4_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__5__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__5__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__5_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__5_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__5_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470F90, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__5_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471180, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__5_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__5 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7FA8, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__5_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__6__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__6__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__6_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__6_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__6_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470F90, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__6_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x014711E0, StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__6_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__6 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7FA0, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__6_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__7__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__7__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__7_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__7_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__7_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470F90, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__7_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471240, StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__7_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__7 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7F98, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__7_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__8__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__8__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__8_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__8_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__8_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470F90, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__8_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x014712A0, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__8_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__8 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7F28, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__8_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__9__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__9__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__9_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__9_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__9_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470F90, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__9_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471300, StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__9_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7F20, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__9_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__10__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__10__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__10_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__10_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__10_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470F90, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__10_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471360, StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__10_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__10 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7F18, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__10_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__11__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__11__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__11_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__11_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__11_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470F90, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__11_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x014713C0, StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__11_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__11 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7F10, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__11_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471420, IntervalTree_1_T_Entry_System_Object_, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7F08, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Xml_Linq_XHashtable_1_XHashtableState_Entry___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_Linq_XHashtable_1_XHashtableState_Entry___ctor, (Array_EmptyInternalEnumerator_1_System_Xml_Linq_XHashtable_1_XHashtableState_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_Linq_XHashtable_1_XHashtableState_Entry__Dispose, (Array_EmptyInternalEnumerator_1_System_Xml_Linq_XHashtable_1_XHashtableState_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Xml_Linq_XHashtable_1_XHashtableState_Entry__MoveNext, (Array_EmptyInternalEnumerator_1_System_Xml_Linq_XHashtable_1_XHashtableState_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_Linq_XHashtable_1_XHashtableState_Entry__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Xml_Linq_XHashtable_1_XHashtableState_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Xml_Linq_XHashtable_1_XHashtableState_Entry__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Xml_Linq_XHashtable_1_XHashtableState_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471500, XHashtable_1_TValue_XHashtableState_TValue_Entry_System_Object_, Array_EmptyInternalEnumerator_1_System_Xml_Linq_XHashtable_1_XHashtableState_Entry__get_Current, (Array_EmptyInternalEnumerator_1_System_Xml_Linq_XHashtable_1_XHashtableState_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7F00, Array_EmptyInternalEnumerator_1_System_Xml_Linq_XHashtable_1_XHashtableState_Entry__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry___ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471560, Dictionary_2_TKey_TValue_Entry_System_ValueTuple_2_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7EF8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__1__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__1_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__1_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__1_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__1_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x014715C0, Dictionary_2_TKey_TValue_Entry_System_ValueTuple_2_System_Object__1, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__1_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7EF0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__1_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__2__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__2__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__2_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__2_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__2_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__2_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471620, Dictionary_2_TKey_TValue_Entry_System_Byte_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__2_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7F68, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__2_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__3__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__3__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__3_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__3_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__3_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__3_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471680, Dictionary_2_TKey_TValue_Entry_System_ByteEnum_System_Int32_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__3_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7F60, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__3_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__4__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__4__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__4_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__4_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__4_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__4_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x014716E0, Dictionary_2_TKey_TValue_Entry_System_ByteEnum_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__4_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7F58, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__4_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__5__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__5__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__5_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__5_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__5_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__5_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471740, Dictionary_2_TKey_TValue_Entry_Dissonance_Audio_Playback_FrameFormat_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__5_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__5 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7F50, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__5_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__6__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__6__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__6_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__6_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__6_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__6_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471830, Dictionary_2_TKey_TValue_Entry_System_Guid_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__6_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__6 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7F48, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__6_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__7__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__7__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__7_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__7_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__7_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x014718F0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__7_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471890, Dictionary_2_TKey_TValue_Entry_System_Guid_System_UInt32_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__7_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__7 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7F40, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__7_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__8__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__8__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__8_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__8_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__8_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__8_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471980, Dictionary_2_TKey_TValue_Entry_UnityEngine_Hash128_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__8_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__8 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7F38, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__8_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__9__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__9__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__9_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__9_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__9_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471A40, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__9_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x014719E0, Dictionary_2_TKey_TValue_Entry_Pathfinding_Int2_System_Int32_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__9_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7F30, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__9_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__10__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__10__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__10_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__10_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__10_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__10_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471AC0, Dictionary_2_TKey_TValue_Entry_Pathfinding_Int3_System_Int32_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__10_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__10 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7EA8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__10_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__11__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__11__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__11_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__11_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__11_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471A40, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__11_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471B20, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__11_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__11 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7EA0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__11_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__12__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__12__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__12 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__12_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__12 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__12_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__12 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__12_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__12 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471BE0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__12_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__12 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471B80, Dictionary_2_TKey_TValue_Entry_System_Int32_System_ValueTuple_2_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__12_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__12 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7E98, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__12_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__13__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__13__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__13 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__13_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__13 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__13_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__13 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__13_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__13 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__13_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__13 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471C60, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Boolean_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__13_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__13 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7E90, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__13_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__14__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__14__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__14 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__14_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__14 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__14_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__14 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__14_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__14 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__14_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__14 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471CC0, Dictionary_2_TKey_TValue_Entry_System_Int32_System_ByteEnum_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__14_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__14 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7E88, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__14_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__15__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__15__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__15 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__15_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__15 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__15_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__15 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__15_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__15 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__15_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__15 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471D20, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Char_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__15_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__15 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7E80, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__15_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__16__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__16__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__16 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__16_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__16 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__16_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__16 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__16_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__16 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471DE0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__16_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__16 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471D80, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__16_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__16 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7E78, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__16_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__17__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__17__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__17 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__17_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__17 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__17_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__17 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__17_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__17 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__17_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__17 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471E70, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int16_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__17_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__17 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7E70, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__17_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__18__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__18__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__18 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__18_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__18 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__18_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__18 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__18_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__18 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__18_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__18 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471ED0, Dictionary_2_TKey_TValue_Entry_System_Int32_Pathfinding_Int3_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__18_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__18 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7EE8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__18_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry___ctor, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__Dispose, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__MoveNext, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471F30, ADictionary_2_TKey_TValue_Entry_System_Int32_System_Int32_, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__get_Current, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7EE0, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__19__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__19__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__19 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__19_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__19 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__19_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__19 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__19_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__19 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__19_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__19 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471F90, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int32_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__19_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__19 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7ED8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__19_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__20__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__20__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__20 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__20_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__20 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__20_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__20 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__20_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__20 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__20_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__20 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471FF0, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int32Enum_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__20_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__20 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7ED0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__20_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__21__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__21__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__21 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__21_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__21 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__21_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__21 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__21_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__21 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__21_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__21 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472050, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int64_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__21_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__21 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7EC8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__21_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__1__ctor, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__1_Dispose, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__1_MoveNext, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__1_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__1_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x014720B0, ADictionary_2_TKey_TValue_Entry_System_Int32_System_Object_, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__1_get_Current, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7EC0, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__1_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__22__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__22__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__22 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__22_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__22 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__22_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__22 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__22_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__22 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__22_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__22 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472110, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__22_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__22 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7EB8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__22_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__23__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__23__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__23 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__23_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__23 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__23_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__23 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__23_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__23 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__23_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__23 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472170, Dictionary_2_TKey_TValue_Entry_System_Int32_PlayerFlashlightBeam_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__23_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__23 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7EB0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__23_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__24__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__24__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__24 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__24_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__24 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__24_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__24 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__24_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__24 * __this, MethodInfo * method)); DO_APP_FUNC(0x014718F0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__24_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__24 * __this, MethodInfo * method)); DO_APP_FUNC(0x014721D0, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_RenderInstancedDataLayout_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__24_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__24 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7E28, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__24_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__25__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__25__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__25 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__25_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__25 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__25_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__25 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__25_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__25 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__25_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__25 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472230, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Single_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__25_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__25 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7E20, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__25_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__26__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__26__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__26 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__26_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__26 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__26_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__26 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__26_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__26 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__26_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__26 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472290, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_UIElements_TreeItem_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__26_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__26 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7E18, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__26_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__27__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__27__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__27 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__27_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__27 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__27_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__27 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__27_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__27 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471A40, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__27_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__27 * __this, MethodInfo * method)); DO_APP_FUNC(0x014722F0, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_Vector2Int_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__27_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__27 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7E10, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__27_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__28__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__28__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__28 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__28_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__28 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__28_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__28 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__28_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__28 * __this, MethodInfo * method)); DO_APP_FUNC(0x014718F0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__28_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__28 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472350, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_Vector4_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__28_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__28 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7E08, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__28_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__29__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__29__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__29 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__29_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__29 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__29_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__29 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__29_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__29 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472410, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__29_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__29 * __this, MethodInfo * method)); DO_APP_FUNC(0x014723B0, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__29_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__29 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7E00, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__29_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__30__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__30__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__30 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__30_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__30 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__30_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__30 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__30_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__30 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__30_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__30 * __this, MethodInfo * method)); DO_APP_FUNC(0x014724A0, Dictionary_2_TKey_TValue_Entry_System_Int32Enum_System_Int32Enum_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__30_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__30 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7DF8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__30_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__31__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__31__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__31 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__31_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__31 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__31_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__31 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__31_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__31 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__31_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__31 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472500, Dictionary_2_TKey_TValue_Entry_System_Int32Enum_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__31_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__31 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7DF0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__31_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__32__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__32__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__32 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__32_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__32 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__32_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__32 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__32_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__32 * __this, MethodInfo * method)); DO_APP_FUNC(0x014725C0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__32_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__32 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472560, Dictionary_2_TKey_TValue_Entry_System_Int64_UnityEngine_UIElements_ComputedStyle_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__32_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__32 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7E68, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__32_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__33__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__33__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__33 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__33_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__33 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__33_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__33 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__33_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__33 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__33_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__33 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472680, Dictionary_2_TKey_TValue_Entry_System_Int64_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__33_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__33 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7E60, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__33_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__34__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__34__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__34 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__34_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__34 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__34_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__34 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__34_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__34 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__34_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__34 * __this, MethodInfo * method)); DO_APP_FUNC(0x014726E0, Dictionary_2_TKey_TValue_Entry_System_IntPtr_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__34_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__34 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7E58, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__34_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__35__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__35__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__35 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__35_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__35 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__35_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__35 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__35_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__35 * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__35_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__35 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472740, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__35_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__35 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7E50, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__35_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__36__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__36__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__36 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__36_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__36 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__36_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__36 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__36_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__36 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__36_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__36 * __this, MethodInfo * method)); DO_APP_FUNC(0x014727A0, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__36_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__36 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7E48, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__36_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__37__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__37__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__37 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__37_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__37 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__37_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__37 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__37_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__37 * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__37_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__37 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472800, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__37_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__37 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7E40, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__37_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__38__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__38__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__38 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__38_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__38 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__38_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__38 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__38_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__38 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__38_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__38 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472860, Dictionary_2_TKey_TValue_Entry_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__38_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__38 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7E38, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__38_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__39__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__39__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__39 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__39_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__39 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__39_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__39 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__39_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__39 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__39_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__39 * __this, MethodInfo * method)); DO_APP_FUNC(0x014728C0, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_NetworkId_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__39_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__39 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7E30, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__39_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__40__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__40__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__40 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__40_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__40 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__40_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__40 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__40_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__40 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472410, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__40_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__40 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472920, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__40_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__40 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7DA8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__40_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__41__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__41__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__41 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__41_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__41 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__41_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__41 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__41_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__41 * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__41_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__41 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472980, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__41_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__41 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7DA0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__41_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__42__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__42__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__42 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__42_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__42 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__42_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__42 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__42_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__42 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__42_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__42 * __this, MethodInfo * method)); DO_APP_FUNC(0x014729E0, Dictionary_2_TKey_TValue_Entry_System_Object_System_Boolean_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__42_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__42 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7D98, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__42_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__43__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__43__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__43 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__43_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__43 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__43_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__43 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__43_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__43 * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__43_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__43 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472A40, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Bounds_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__43_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__43 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7D90, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__43_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__44__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__44__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__44 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__44_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__44 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__44_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__44 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__44_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__44 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__44_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__44 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472AA0, Dictionary_2_TKey_TValue_Entry_System_Object_System_Byte_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__44_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__44 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7D88, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__44_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__45__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__45__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__45 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__45_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__45 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__45_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__45 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__45_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__45 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__45_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__45 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472B00, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Color_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__45_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__45 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7D80, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__45_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__46__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__46__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__46 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__46_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__46 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__46_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__46 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__46_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__46 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__46_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__46 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472B60, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Color32_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__46_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__46 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7D78, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__46_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__2__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__2__ctor, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__2_Dispose, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__2_MoveNext, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__2_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__2_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472BC0, ADictionary_2_TKey_TValue_Entry_System_Object_System_Int32_, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__2_get_Current, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7D70, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__2_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__47__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__47__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__47 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__47_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__47 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__47_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__47 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__47_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__47 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__47_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__47 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472C20, Dictionary_2_TKey_TValue_Entry_System_Object_System_Int32_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__47_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__47 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7DE8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__47_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__3__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__3__ctor, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__3_Dispose, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__3_MoveNext, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__3_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__3_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472C80, ADictionary_2_TKey_TValue_Entry_System_Object_System_Int32Enum_, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__3_get_Current, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7DE0, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__3_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__48__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__48__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__48 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__48_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__48 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__48_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__48 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__48_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__48 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__48_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__48 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472CE0, Dictionary_2_TKey_TValue_Entry_System_Object_System_Int32Enum_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__48_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__48 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7DD8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__48_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__4__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__4__ctor, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__4_Dispose, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__4_MoveNext, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__4_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__4_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472D40, ADictionary_2_TKey_TValue_Entry_System_Object_System_Object_, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__4_get_Current, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7DD0, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__4_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__49__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__49__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__49 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__49_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__49 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__49_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__49 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__49_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__49 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__49_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__49 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472DA0, Dictionary_2_TKey_TValue_Entry_System_Object_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__49_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__49 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7DC8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__49_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__50__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__50__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__50 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__50_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__50 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__50_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__50 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__50_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__50 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__50_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__50 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472E00, Dictionary_2_TKey_TValue_Entry_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__50_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__50 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7DC0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__50_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__51__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__51__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__51 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__51_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__51 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__51_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__51 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__51_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__51 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472EC0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__51_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__51 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472E60, Dictionary_2_TKey_TValue_Entry_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__51_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__51 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7DB8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__51_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__52__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__52__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__52 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__52_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__52 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__52_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__52 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__52_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__52 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__52_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__52 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472F60, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Playables_Playable_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__52_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__52 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7DB0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__52_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__53__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__53__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__53 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__53_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__53 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__53_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__53 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__53_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__53 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472410, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__53_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__53 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472FC0, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__53_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__53 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7D28, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__53_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__54__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__54__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__54 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__54_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__54 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__54_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__54 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__54_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__54 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__54_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__54 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473020, Dictionary_2_TKey_TValue_Entry_System_Object_System_Resources_ResourceLocator_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__54_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__54 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7D20, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__54_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__55__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__55__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__55 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__55_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__55 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__55_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__55 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__55_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__55 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__55_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__55 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473080, Dictionary_2_TKey_TValue_Entry_System_Object_System_Single_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__55_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__55 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7D18, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__55_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__56__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__56__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__56 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__56_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__56 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__56_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__56 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__56_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__56 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__56_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__56 * __this, MethodInfo * method)); DO_APP_FUNC(0x014730E0, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__56_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__56 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7D10, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__56_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__57__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__57__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__57 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__57_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__57 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__57_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__57 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__57_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__57 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__57_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__57 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473140, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_TextureId_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__57_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__57 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7D08, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__57_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__58__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__58__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__58 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__58_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__58 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__58_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__58 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__58_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__58 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__58_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__58 * __this, MethodInfo * method)); DO_APP_FUNC(0x014731A0, Dictionary_2_TKey_TValue_Entry_System_Object_System_TimeSpan_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__58_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__58 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7D00, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__58_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__59__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__59__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__59 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__59_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__59 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__59_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__59 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__59_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__59 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472410, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__59_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__59 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473200, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_UdpEndPoint_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__59_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__59 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7CF8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__59_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__60__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__60__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__60 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__60_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__60 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__60_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__60 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__60_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__60 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__60_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__60 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473260, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Vector2_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__60_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__60 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7CF0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__60_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__61__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__61__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__61 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__61_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__61 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__61_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__61 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__61_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__61 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__61_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__61 * __this, MethodInfo * method)); DO_APP_FUNC(0x014732C0, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Vector3_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__61_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__61 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7D68, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__61_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__62__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__62__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__62 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__62_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__62 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__62_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__62 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__62_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__62 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473380, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__62_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__62 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473320, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__62_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__62 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7D60, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__62_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__63__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__63__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__63 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__63_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__63 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__63_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__63 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__63_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__63 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__63_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__63 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473470, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__63_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__63 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7D58, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__63_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__64__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__64__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__64 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__64_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__64 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__64_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__64 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__64_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__64 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473530, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__64_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__64 * __this, MethodInfo * method)); DO_APP_FUNC(0x014734D0, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__64_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__64 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7D50, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__64_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__65__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__65__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__65 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__65_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__65 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__65_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__65 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__65_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__65 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__65_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__65 * __this, MethodInfo * method)); DO_APP_FUNC(0x014735E0, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__65_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__65 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7D48, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__65_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__66__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__66__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__66 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__66_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__66 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__66_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__66 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__66_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__66 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472EC0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__66_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__66 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473640, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__66_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__66 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7D40, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__66_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__67__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__67__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__67 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__67_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__67 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__67_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__67 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__67_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__67 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472EC0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__67_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__67 * __this, MethodInfo * method)); DO_APP_FUNC(0x014736A0, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__67_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__67 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7D38, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__67_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__68__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__68__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__68 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__68_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__68 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__68_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__68 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__68_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__68 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__68_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__68 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473700, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__68_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__68 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7D30, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__68_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__69__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__69__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__69 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__69_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__69 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__69_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__69 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__69_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__69 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__69_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__69 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473760, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_PrefabId_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__69_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__69 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7CA8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__69_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__70__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__70__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__70 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__70_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__70 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__70_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__70 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__70_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__70 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472EC0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__70_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__70 * __this, MethodInfo * method)); DO_APP_FUNC(0x014737C0, Dictionary_2_TKey_TValue_Entry_UnityEngine_RaycastHit_System_Int32_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__70_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__70 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7CA0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__70_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__71__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__71__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__71 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__71_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__71 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__71_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__71 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__71_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__71 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473880, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__71_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__71 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473820, Dictionary_2_TKey_TValue_Entry_System_Single_SplineMesh_CurveSample_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__71_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__71 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7C98, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__71_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__72__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__72__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__72 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__72_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__72 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__72_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__72 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__72_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__72 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__72_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__72 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473930, Dictionary_2_TKey_TValue_Entry_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__72_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__72 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7C90, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__72_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__73__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__73__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__73 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__73_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__73 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__73_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__73 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__73_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__73 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__73_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__73 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473990, Dictionary_2_TKey_TValue_Entry_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__73_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__73 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7C88, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__73_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__74__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__74__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__74 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__74_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__74 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__74_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__74 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__74_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__74 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__74_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__74 * __this, MethodInfo * method)); DO_APP_FUNC(0x014739F0, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_TypeId_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__74_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__74 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7C80, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__74_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__75__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__75__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__75 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__75_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__75 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__75_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__75 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__75_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__75 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__75_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__75 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473A50, Dictionary_2_TKey_TValue_Entry_System_UInt16_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__75_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__75 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7C78, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__75_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__76__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__76__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__76 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__76_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__76 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__76_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__76 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__76_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__76 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472410, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__76_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__76 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473AB0, Dictionary_2_TKey_TValue_Entry_System_UInt16_Dissonance_PlayerChannel_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__76_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__76 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7C70, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__76_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__77__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__77__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__77 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__77_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__77 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__77_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__77 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__77_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__77 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472EC0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__77_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__77 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473B10, Dictionary_2_TKey_TValue_Entry_System_UInt16_Dissonance_RoomChannel_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__77_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__77 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7CE8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__77_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__78__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__78__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__78 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__78_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__78 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__78_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__78 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__78_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__78 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__78_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__78 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473B70, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Boolean_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__78_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__78 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7CE0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__78_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__79__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__79__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__79 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__79_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__79 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__79_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__79 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__79_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__79 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472EC0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__79_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__79 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473BD0, Dictionary_2_TKey_TValue_Entry_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__79_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__79 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7CD8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__79_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__80__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__80__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__80 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__80_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__80 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__80_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__80 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__80_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__80 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__80_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__80 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473C30, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Int32_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__80_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__80 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7CD0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__80_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__81__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__81__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__81 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__81_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__81 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__81_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__81 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__81_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__81 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__81_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__81 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473C90, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__81_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__81 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7CC8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__81_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__82__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__82__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__82 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__82_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__82 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__82_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__82 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__82_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__82 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473D50, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__82_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__82 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473CF0, Dictionary_2_TKey_TValue_Entry_System_UInt32_SessionClient_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__82_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__82 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7CC0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__82_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__83__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__83__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__83 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__83_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__83 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__83_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__83 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__83_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__83 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__83_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__83 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473DF0, Dictionary_2_TKey_TValue_Entry_System_UInt64_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__83_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__83 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7CB8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__83_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__84__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__84__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__84 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__84_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__84 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__84_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__84 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__84_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__84 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472410, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__84_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__84 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473E50, Dictionary_2_TKey_TValue_Entry_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__84_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__84 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7CB0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__84_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__85__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__85__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__85 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__85_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__85 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__85_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__85 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__85_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__85 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__85_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__85 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473EB0, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpChannelName_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__85_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__85 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7C28, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__85_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__86__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__86__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__86 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__86_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__86 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__86_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__86 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__86_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__86 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472410, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__86_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__86 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473F10, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpEndPoint_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__86_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__86 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7C20, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__86_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__87__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__87__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__87 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__87_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__87 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__87_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__87 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__87_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__87 * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__87_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__87 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473F70, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpEndPoint_System_UInt32_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__87_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__87 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7C18, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__87_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__88__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__88__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__88 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__88_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__88 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__88_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__88 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__88_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__88 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__88_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__88 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473FD0, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_UniqueId_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__88_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__88 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7C10, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__88_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__89__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__89__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__89 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__89_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__89 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__89_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__89 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__89_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__89 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__89_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__89 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474030, Dictionary_2_TKey_TValue_Entry_UnityEngine_Vector3_System_Int32_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__89_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__89 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7C08, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__89_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__90__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__90__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__90 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__90_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__90 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__90_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__90 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__90_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__90 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__90_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__90 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474090, Dictionary_2_TKey_TValue_Entry_UnityEngine_Vector3Int_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__90_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__90 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7C00, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__90_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__91__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__91__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__91 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__91_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__91 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__91_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__91 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__91_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__91 * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__91_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__91 * __this, MethodInfo * method)); DO_APP_FUNC(0x014740F0, Dictionary_2_TKey_TValue_Entry_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__91_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__91 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7BF8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__91_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__92__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__92__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__92 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__92_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__92 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__92_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__92 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__92_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__92 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__92_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__92 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474150, Dictionary_2_TKey_TValue_Entry_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__92_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__92 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7BF0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__92_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__93__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__93__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__93 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__93_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__93 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__93_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__93 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__93_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__93 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472EC0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__93_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__93 * __this, MethodInfo * method)); DO_APP_FUNC(0x014741B0, Dictionary_2_TKey_TValue_Entry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__93_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__93 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7C68, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__93_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__94__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__94__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__94 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__94_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__94 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__94_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__94 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__94_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__94 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__94_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__94 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474210, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__94_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__94 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7C60, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__94_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__95__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__95__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__95 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__95_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__95 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__95_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__95 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__95_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__95 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__95_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__95 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474270, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__95_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__95 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7C58, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__95_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__96__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__96__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__96 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__96_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__96 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__96_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__96 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__96_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__96 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474330, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__96_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__96 * __this, MethodInfo * method)); DO_APP_FUNC(0x014742D0, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__96_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__96 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7C50, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__96_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__97__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__97__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__97 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__97_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__97 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__97_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__97 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__97_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__97 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473D50, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__97_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__97 * __this, MethodInfo * method)); DO_APP_FUNC(0x014743D0, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__97_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__97 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7C48, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__97_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__98__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__98__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__98 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__98_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__98 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__98_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__98 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__98_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__98 * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__98_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__98 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474430, Dictionary_2_TKey_TValue_Entry_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__98_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__98 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7C40, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__98_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__99__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__99__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__99 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__99_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__99 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__99_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__99 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__99_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__99 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__99_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__99 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474490, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__99_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__99 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7C38, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__99_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__100__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__100__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__100 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__100_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__100 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__100_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__100 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__100_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__100 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__100_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__100 * __this, MethodInfo * method)); DO_APP_FUNC(0x014744F0, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__100_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__100 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7C30, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__100_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__101__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__101__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__101 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__101_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__101 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__101_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__101 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__101_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__101 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__101_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__101 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474550, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__101_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__101 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7BA8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__101_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__102__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__102__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__102 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__102_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__102 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__102_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__102 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__102_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__102 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__102_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__102 * __this, MethodInfo * method)); DO_APP_FUNC(0x014745B0, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__102_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__102 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7BA0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__102_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__103__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__103__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__103 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__103_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__103 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__103_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__103 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__103_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__103 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474670, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__103_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__103 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474610, Dictionary_2_TKey_TValue_Entry_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__103_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__103 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7B98, Array_EmptyInternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__103_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb___ctor, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Dispose, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__MoveNext, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01474740, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__get_Current, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7B90, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1__ctor, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Dispose, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_MoveNext, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x014747A0, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_get_Current, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7B88, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2__ctor, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Dispose, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_MoveNext, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474800, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_get_Current, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7B80, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2___ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01474860, KeyValuePair_2_System_ValueTuple_2_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7B78, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__1__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__1_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__1_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x014748C0, KeyValuePair_2_System_ValueTuple_2_System_Object__1, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__1_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7B70, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__1_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__2__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__2__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__2_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__2_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474920, KeyValuePair_2_System_Byte_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__2_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7BE8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__2_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__3__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__3__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__3_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__3_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474980, KeyValuePair_2_System_ByteEnum_System_Int32_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__3_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7BE0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__3_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__4__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__4__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__4_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__4_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x014749E0, KeyValuePair_2_System_ByteEnum_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__4_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7BD8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__4_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__5__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__5__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__5_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__5_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__5_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__5_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474A40, KeyValuePair_2_System_DateTime_System_UInt32_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__5_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__5 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7BD0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__5_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__6__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__6__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__6_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__6_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__6_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__6_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474AA0, KeyValuePair_2_Dissonance_Audio_Playback_FrameFormat_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__6_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__6 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7BC8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__6_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__7__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__7__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__7_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__7_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__7_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__7_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474B00, KeyValuePair_2_System_Guid_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__7_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__7 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7BC0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__7_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__8__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__8__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__8_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__8_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__8_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471A40, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__8_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474B60, KeyValuePair_2_System_Guid_System_UInt32_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__8_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__8 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7BB8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__8_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__9__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__9__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__9_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__9_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__9_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__9_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474BC0, KeyValuePair_2_UnityEngine_Hash128_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__9_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7BB0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__9_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__10__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__10__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__10_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__10_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__10_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__10_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C20, KeyValuePair_2_Pathfinding_Int2_System_Int32_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__10_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__10 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7B28, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__10_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__11__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__11__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__11_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__11_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__11_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__11_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474D00, KeyValuePair_2_Pathfinding_Int3_System_Int32_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__11_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__11 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7B20, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__11_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__12__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__12__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__12 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__12_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__12 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__12_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__12 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__12_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__12 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__12_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__12 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474D60, KeyValuePair_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__12_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__12 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7B18, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__12_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__13__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__13__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__13 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__13_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__13 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__13_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__13 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__13_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__13 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__13_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__13 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474DC0, KeyValuePair_2_System_Int32_System_ValueTuple_2__3, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__13_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__13 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7B10, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__13_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__14__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__14__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__14 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__14_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__14 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__14_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__14 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__14_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__14 * __this, MethodInfo * method)); DO_APP_FUNC(0x014718F0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__14_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__14 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474E20, KeyValuePair_2_System_Int32_System_ValueTuple_2__2, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__14_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__14 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7B08, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__14_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__15__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__15__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__15 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__15_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__15 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__15_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__15 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__15_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__15 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__15_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__15 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474E80, KeyValuePair_2_System_Int32_System_Boolean_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__15_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__15 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7B00, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__15_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__16__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__16__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__16 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__16_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__16 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__16_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__16 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__16_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__16 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__16_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__16 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474EE0, KeyValuePair_2_System_Int32_System_ByteEnum_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__16_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__16 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7AF8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__16_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__17__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__17__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__17 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__17_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__17 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__17_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__17 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__17_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__17 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__17_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__17 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474F40, KeyValuePair_2_System_Int32_System_Char_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__17_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__17 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7AF0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__17_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__18__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__18__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__18 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__18_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__18 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__18_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__18 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__18_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__18 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472EC0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__18_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__18 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474FA0, KeyValuePair_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__18_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__18 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7B68, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__18_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__19__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__19__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__19 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__19_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__19 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__19_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__19 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__19_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__19 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__19_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__19 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475000, KeyValuePair_2_System_Int32_System_Int16_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__19_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__19 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7B60, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__19_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__20__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__20__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__20 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__20_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__20 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__20_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__20 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__20_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__20 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__20_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__20 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475060, KeyValuePair_2_System_Int32_Pathfinding_Int3_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__20_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__20 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7B58, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__20_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__21__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__21__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__21 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__21_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__21 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__21_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__21 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__21_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__21 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__21_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__21 * __this, MethodInfo * method)); DO_APP_FUNC(0x014750C0, KeyValuePair_2_System_Int32_System_Int32_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__21_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__21 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7B50, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__21_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__22__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__22__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__22 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__22_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__22 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__22_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__22 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__22_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__22 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__22_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__22 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475120, KeyValuePair_2_System_Int32_System_Int32Enum_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__22_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__22 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7B48, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__22_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__23__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__23__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__23 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__23_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__23 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__23_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__23 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__23_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__23 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__23_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__23 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475180, KeyValuePair_2_System_Int32_System_Int64_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__23_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__23 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7B40, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__23_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__24__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__24__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__24 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__24_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__24 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__24_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__24 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__24_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__24 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__24_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__24 * __this, MethodInfo * method)); DO_APP_FUNC(0x014751E0, KeyValuePair_2_System_Int32_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__24_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__24 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7B38, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__24_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__25__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__25__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__25 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__25_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__25 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__25_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__25 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__25_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__25 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__25_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__25 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475240, KeyValuePair_2_System_Int32_PlayerFlashlightBeam_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__25_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__25 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7B30, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__25_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__26__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__26__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__26 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__26_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__26 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__26_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__26 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__26_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__26 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471A40, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__26_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__26 * __this, MethodInfo * method)); DO_APP_FUNC(0x014752A0, KeyValuePair_2_System_Int32_UnityEngine_RenderInstancedDataLayout_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__26_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__26 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7AA8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__26_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__27__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__27__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__27 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__27_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__27 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__27_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__27 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__27_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__27 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__27_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__27 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475300, KeyValuePair_2_System_Int32_System_Single_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__27_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__27 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7AA0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__27_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__28__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__28__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__28 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__28_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__28 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__28_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__28 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__28_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__28 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__28_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__28 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475360, KeyValuePair_2_System_Int32_UnityEngine_UIElements_TreeItem_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__28_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__28 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7A98, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__28_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__29__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__29__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__29 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__29_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__29 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__29_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__29 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__29_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__29 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__29_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__29 * __this, MethodInfo * method)); DO_APP_FUNC(0x014753C0, KeyValuePair_2_System_Int32_UnityEngine_Vector2Int_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__29_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__29 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7A90, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__29_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__30__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__30__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__30 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__30_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__30 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__30_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__30 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__30_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__30 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471A40, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__30_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__30 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475420, KeyValuePair_2_System_Int32_UnityEngine_Vector4_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__30_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__30 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7A88, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__30_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__31__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__31__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__31 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__31_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__31 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__31_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__31 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__31_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__31 * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__31_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__31 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475480, KeyValuePair_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__31_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__31 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7A80, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__31_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__32__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__32__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__32 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__32_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__32 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__32_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__32 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__32_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__32 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__32_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__32 * __this, MethodInfo * method)); DO_APP_FUNC(0x014754E0, KeyValuePair_2_System_Int32Enum_System_Int32Enum_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__32_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__32 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7A78, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__32_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__33__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__33__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__33 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__33_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__33 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__33_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__33 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__33_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__33 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__33_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__33 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475540, KeyValuePair_2_System_Int32Enum_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__33_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__33 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7A70, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__33_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__34__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__34__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__34 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__34_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__34 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__34_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__34 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__34_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__34 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475600, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__34_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__34 * __this, MethodInfo * method)); DO_APP_FUNC(0x014755A0, KeyValuePair_2_System_Int64_UnityEngine_UIElements_ComputedStyle_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__34_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__34 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7AE8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__34_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__35__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__35__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__35 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__35_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__35 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__35_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__35 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__35_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__35 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__35_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__35 * __this, MethodInfo * method)); DO_APP_FUNC(0x014756B0, KeyValuePair_2_System_Int64_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__35_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__35 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7AE0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__35_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__36__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__36__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__36 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__36_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__36 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__36_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__36 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__36_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__36 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__36_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__36 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475710, KeyValuePair_2_System_IntPtr_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__36_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__36 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7AD8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__36_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__37__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__37__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__37 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__37_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__37 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__37_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__37 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__37_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__37 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__37_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__37 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475770, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__37_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__37 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7AD0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__37_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__38__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__38__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__38 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__38_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__38 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__38_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__38 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__38_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__38 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__38_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__38 * __this, MethodInfo * method)); DO_APP_FUNC(0x014757D0, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__38_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__38 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7AC8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__38_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__39__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__39__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__39 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__39_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__39 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__39_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__39 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__39_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__39 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__39_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__39 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475830, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__39_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__39 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7AC0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__39_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__40__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__40__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__40 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__40_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__40 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__40_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__40 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__40_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__40 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__40_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__40 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475890, KeyValuePair_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__40_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__40 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7AB8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__40_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__41__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__41__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__41 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__41_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__41 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__41_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__41 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__41_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__41 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__41_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__41 * __this, MethodInfo * method)); DO_APP_FUNC(0x014758F0, KeyValuePair_2_Photon_Bolt_NetworkId_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__41_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__41 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7AB0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__41_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__42__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__42__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__42 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__42_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__42 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__42_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__42 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__42_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__42 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__42_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__42 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475950, KeyValuePair_2_System_Object_System_ArraySegment_1_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__42_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__42 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7A28, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__42_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__43__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__43__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__43 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__43_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__43 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__43_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__43 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__43_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__43 * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__43_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__43 * __this, MethodInfo * method)); DO_APP_FUNC(0x014759B0, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__43_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__43 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7A20, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__43_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__44__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__44__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__44 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__44_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__44 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__44_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__44 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__44_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__44 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__44_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__44 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475A10, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__44_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__44 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7A18, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__44_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__45__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__45__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__45 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__45_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__45 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__45_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__45 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__45_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__45 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__45_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__45 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475A70, KeyValuePair_2_System_Object_System_Boolean_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__45_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__45 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7A10, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__45_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__46__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__46__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__46 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__46_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__46 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__46_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__46 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__46_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__46 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__46_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__46 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475AD0, KeyValuePair_2_System_Object_UnityEngine_Bounds_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__46_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__46 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7A08, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__46_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__47__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__47__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__47 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__47_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__47 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__47_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__47 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__47_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__47 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__47_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__47 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475B30, KeyValuePair_2_System_Object_System_Byte_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__47_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__47 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7A00, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__47_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__48__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__48__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__48 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__48_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__48 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__48_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__48 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__48_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__48 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__48_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__48 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475B90, KeyValuePair_2_System_Object_System_Char_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__48_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__48 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC79F8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__48_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__49__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__49__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__49 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__49_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__49 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__49_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__49 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__49_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__49 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__49_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__49 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475BF0, KeyValuePair_2_System_Object_UnityEngine_Color_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__49_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__49 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC79F0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__49_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__50__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__50__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__50 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__50_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__50 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__50_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__50 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__50_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__50 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__50_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__50 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475C50, KeyValuePair_2_System_Object_UnityEngine_Color32_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__50_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__50 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7A68, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__50_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__51__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__51__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__51 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__51_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__51 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__51_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__51 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__51_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__51 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__51_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__51 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475CB0, KeyValuePair_2_System_Object_System_Int32_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__51_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__51 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7A60, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__51_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__52__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__52__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__52 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__52_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__52 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__52_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__52 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__52_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__52 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__52_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__52 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475D10, KeyValuePair_2_System_Object_System_Int32Enum_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__52_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__52 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7A58, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__52_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__53__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__53__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__53 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__53_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__53 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__53_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__53 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__53_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__53 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__53_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__53 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475D70, KeyValuePair_2_System_Object_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__53_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__53 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7A50, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__53_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__54__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__54__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__54 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__54_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__54 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__54_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__54 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__54_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__54 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__54_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__54 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475DD0, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__54_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__54 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7A48, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__54_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__55__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__55__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__55 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__55_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__55 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__55_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__55 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__55_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__55 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472410, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__55_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__55 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475E30, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__55_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__55 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7A40, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__55_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__56__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__56__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__56 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__56_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__56 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__56_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__56 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__56_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__56 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__56_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__56 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475E90, KeyValuePair_2_System_Object_UnityEngine_Playables_Playable_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__56_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__56 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7A38, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__56_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__57__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__57__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__57 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__57_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__57 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__57_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__57 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__57_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__57 * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__57_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__57 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475EF0, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__57_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__57 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7A30, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__57_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__58__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__58__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__58 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__58_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__58 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__58_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__58 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__58_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__58 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__58_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__58 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475F50, KeyValuePair_2_System_Object_System_Resources_ResourceLocator_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__58_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__58 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC79A8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__58_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__59__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__59__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__59 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__59_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__59 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__59_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__59 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__59_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__59 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__59_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__59 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475FB0, KeyValuePair_2_System_Object_System_Single_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__59_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__59 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC79A0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__59_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__60__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__60__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__60 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__60_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__60 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__60_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__60 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__60_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__60 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__60_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__60 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476010, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__60_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__60 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7998, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__60_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__61__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__61__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__61 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__61_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__61 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__61_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__61 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__61_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__61 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__61_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__61 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476070, KeyValuePair_2_System_Object_UnityEngine_UIElements_TextureId_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__61_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__61 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7990, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__61_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__62__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__62__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__62 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__62_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__62 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__62_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__62 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__62_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__62 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__62_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__62 * __this, MethodInfo * method)); DO_APP_FUNC(0x014760D0, KeyValuePair_2_System_Object_System_TimeSpan_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__62_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__62 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7988, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__62_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__63__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__63__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__63 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__63_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__63 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__63_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__63 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__63_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__63 * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__63_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__63 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476130, KeyValuePair_2_System_Object_UdpKit_UdpEndPoint_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__63_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__63 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7980, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__63_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__64__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__64__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__64 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__64_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__64 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__64_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__64 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__64_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__64 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__64_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__64 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476190, KeyValuePair_2_System_Object_UnityEngine_Vector2_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__64_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__64 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7978, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__64_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__65__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__65__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__65 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__65_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__65 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__65_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__65 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__65_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__65 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__65_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__65 * __this, MethodInfo * method)); DO_APP_FUNC(0x014761F0, KeyValuePair_2_System_Object_UnityEngine_Vector3_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__65_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__65 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7970, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__65_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__66__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__66__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__66 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__66_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__66 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__66_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__66 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__66_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__66 * __this, MethodInfo * method)); DO_APP_FUNC(0x014762B0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__66_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__66 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476250, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__66_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__66 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC79E8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__66_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__67__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__67__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__67 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__67_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__67 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__67_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__67 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__67_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__67 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__67_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__67 * __this, MethodInfo * method)); DO_APP_FUNC(0x014763A0, KeyValuePair_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__67_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__67 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC79E0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__67_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__68__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__68__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__68 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__68_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__68 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__68_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__68 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__68_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__68 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476460, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__68_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__68 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476400, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__68_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__68 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC79D8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__68_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__69__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__69__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__69 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__69_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__69 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__69_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__69 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__69_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__69 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__69_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__69 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476500, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__69_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__69 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC79D0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__69_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__70__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__70__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__70 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__70_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__70 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__70_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__70 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__70_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__70 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472410, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__70_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__70 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476560, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__70_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__70 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC79C8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__70_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__71__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__71__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__71 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__71_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__71 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__71_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__71 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__71_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__71 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472410, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__71_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__71 * __this, MethodInfo * method)); DO_APP_FUNC(0x014765C0, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__71_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__71 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC79C0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__71_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__72__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__72__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__72 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__72_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__72 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__72_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__72 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__72_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__72 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__72_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__72 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476620, KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__72_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__72 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC79B8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__72_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__73__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__73__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__73 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__73_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__73 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__73_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__73 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__73_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__73 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__73_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__73 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476680, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__73_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__73 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC79B0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__73_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__74__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__74__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__74 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__74_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__74 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__74_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__74 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__74_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__74 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__74_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__74 * __this, MethodInfo * method)); DO_APP_FUNC(0x014766E0, KeyValuePair_2_Photon_Bolt_PrefabId_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__74_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__74 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7928, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__74_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__75__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__75__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__75 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__75_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__75 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__75_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__75 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__75_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__75 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__75_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__75 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476740, KeyValuePair_2_UnityEngine_PropertyName_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__75_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__75 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7920, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__75_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__76__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__76__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__76 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__76_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__76 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__76_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__76 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__76_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__76 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472410, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__76_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__76 * __this, MethodInfo * method)); DO_APP_FUNC(0x014767A0, KeyValuePair_2_UnityEngine_RaycastHit_System_Int32_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__76_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__76 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7918, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__76_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__77__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__77__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__77 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__77_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__77 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__77_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__77 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__77_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__77 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476860, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__77_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__77 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476800, KeyValuePair_2_System_Single_SplineMesh_CurveSample_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__77_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__77 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7910, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__77_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__78__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__78__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__78 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__78_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__78 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__78_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__78 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__78_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__78 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__78_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__78 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476910, KeyValuePair_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__78_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__78 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7908, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__78_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__79__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__79__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__79 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__79_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__79 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__79_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__79 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__79_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__79 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__79_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__79 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476970, KeyValuePair_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__79_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__79 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7900, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__79_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__80__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__80__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__80 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__80_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__80 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__80_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__80 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__80_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__80 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__80_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__80 * __this, MethodInfo * method)); DO_APP_FUNC(0x014769D0, KeyValuePair_2_Photon_Bolt_TypeId_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__80_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__80 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC78F8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__80_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__81__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__81__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__81 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__81_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__81 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__81_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__81 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__81_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__81 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__81_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__81 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476A30, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__81_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__81 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC78F0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__81_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__82__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__82__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__82 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__82_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__82 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__82_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__82 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__82_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__82 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__82_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__82 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476A90, KeyValuePair_2_System_UInt16_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__82_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__82 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7968, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__82_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__83__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__83__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__83 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__83_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__83 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__83_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__83 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__83_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__83 * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__83_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__83 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476AF0, KeyValuePair_2_System_UInt16_Dissonance_PlayerChannel_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__83_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__83 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7960, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__83_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__84__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__84__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__84 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__84_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__84 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__84_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__84 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__84_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__84 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472410, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__84_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__84 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476B50, KeyValuePair_2_System_UInt16_Dissonance_RoomChannel_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__84_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__84 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7958, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__84_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__85__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__85__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__85 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__85_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__85 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__85_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__85 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__85_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__85 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__85_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__85 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476BB0, KeyValuePair_2_System_UInt32_System_Boolean_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__85_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__85 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7950, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__85_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__86__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__86__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__86 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__86_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__86 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__86_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__86 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__86_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__86 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472410, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__86_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__86 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476C10, KeyValuePair_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__86_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__86 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7948, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__86_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__87__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__87__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__87 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__87_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__87 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__87_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__87 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__87_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__87 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__87_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__87 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476C70, KeyValuePair_2_System_UInt32_System_Int32_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__87_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__87 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7940, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__87_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__88__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__88__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__88 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__88_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__88 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__88_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__88 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__88_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__88 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__88_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__88 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476CD0, KeyValuePair_2_System_UInt32_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__88_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__88 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7938, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__88_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__89__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__89__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__89 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__89_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__89 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__89_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__89 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__89_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__89 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471DE0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__89_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__89 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476D30, KeyValuePair_2_System_UInt32_SessionClient_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__89_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__89 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7930, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__89_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__90__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__90__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__90 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__90_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__90 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__90_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__90 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__90_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__90 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__90_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__90 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476D90, KeyValuePair_2_System_UInt64_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__90_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__90 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC78A8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__90_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__91__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__91__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__91 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__91_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__91 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__91_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__91 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__91_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__91 * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__91_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__91 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476DF0, KeyValuePair_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__91_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__91 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC78A0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__91_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__92__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__92__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__92 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__92_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__92 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__92_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__92 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__92_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__92 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__92_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__92 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476E50, KeyValuePair_2_UdpKit_UdpChannelName_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__92_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__92 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7898, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__92_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__93__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__93__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__93 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__93_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__93 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__93_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__93 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__93_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__93 * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__93_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__93 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476EB0, KeyValuePair_2_UdpKit_UdpEndPoint_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__93_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__93 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7890, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__93_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__94__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__94__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__94 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__94_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__94 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__94_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__94 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__94_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__94 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__94_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__94 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476F10, KeyValuePair_2_UdpKit_UdpEndPoint_System_UInt32_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__94_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__94 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7880, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__94_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__95__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__95__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__95 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__95_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__95 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__95_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__95 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__95_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__95 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__95_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__95 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476F70, KeyValuePair_2_Photon_Bolt_UniqueId_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__95_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__95 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7870, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__95_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__96__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__96__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__96 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__96_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__96 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__96_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__96 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__96_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__96 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__96_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__96 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476FD0, KeyValuePair_2_UnityEngine_Vector3_System_Int32_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__96_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__96 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7860, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__96_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__97__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__97__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__97 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__97_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__97 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__97_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__97 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__97_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__97 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__97_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__97 * __this, MethodInfo * method)); DO_APP_FUNC(0x01477030, KeyValuePair_2_UnityEngine_Vector3Int_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__97_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__97 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7850, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__97_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__98__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__98__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__98 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__98_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__98 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__98_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__98 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__98_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__98 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__98_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__98 * __this, MethodInfo * method)); DO_APP_FUNC(0x01477090, KeyValuePair_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__98_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__98 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC78E8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__98_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__99__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__99__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__99 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__99_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__99 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__99_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__99 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__99_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__99 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__99_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__99 * __this, MethodInfo * method)); DO_APP_FUNC(0x014770F0, KeyValuePair_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__99_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__99 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC78E0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__99_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__100__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__100__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__100 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__100_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__100 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__100_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__100 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__100_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__100 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472410, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__100_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__100 * __this, MethodInfo * method)); DO_APP_FUNC(0x01477150, KeyValuePair_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__100_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__100 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC78D8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__100_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__101__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__101__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__101 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__101_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__101 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__101_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__101 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__101_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__101 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__101_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__101 * __this, MethodInfo * method)); DO_APP_FUNC(0x014771B0, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__101_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__101 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC78D0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__101_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__102__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__102__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__102 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__102_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__102 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__102_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__102 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__102_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__102 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__102_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__102 * __this, MethodInfo * method)); DO_APP_FUNC(0x01477210, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__102_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__102 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC78C8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__102_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__103__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__103__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__103 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__103_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__103 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__103_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__103 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__103_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__103 * __this, MethodInfo * method)); DO_APP_FUNC(0x014772D0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__103_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__103 * __this, MethodInfo * method)); DO_APP_FUNC(0x01477270, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__103_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__103 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC78C0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__103_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__104__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__104__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__104 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__104_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__104 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__104_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__104 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__104_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__104 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471DE0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__104_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__104 * __this, MethodInfo * method)); DO_APP_FUNC(0x01477360, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__104_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__104 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC78B8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__104_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__105__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__105__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__105 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__105_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__105 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__105_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__105 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__105_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__105 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__105_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__105 * __this, MethodInfo * method)); DO_APP_FUNC(0x014773C0, KeyValuePair_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__105_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__105 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC78B0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__105_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__106__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__106__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__106 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__106_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__106 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__106_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__106 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__106_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__106 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__106_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__106 * __this, MethodInfo * method)); DO_APP_FUNC(0x01477420, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__106_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__106 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7808, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__106_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__107__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__107__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__107 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__107_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__107 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__107_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__107 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__107_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__107 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__107_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__107 * __this, MethodInfo * method)); DO_APP_FUNC(0x01477480, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__107_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__107 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7800, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__107_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__108__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__108__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__108 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__108_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__108 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__108_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__108 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__108_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__108 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__108_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__108 * __this, MethodInfo * method)); DO_APP_FUNC(0x014774E0, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__108_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__108 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC77F8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__108_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__109__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__109__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__109 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__109_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__109 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__109_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__109 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__109_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__109 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__109_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__109 * __this, MethodInfo * method)); DO_APP_FUNC(0x01477540, KeyValuePair_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__109_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__109 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC77F0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__109_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__110__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__110__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__110 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__110_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__110 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__110_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__110 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__110_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__110 * __this, MethodInfo * method)); DO_APP_FUNC(0x01477600, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__110_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__110 * __this, MethodInfo * method)); DO_APP_FUNC(0x014775A0, KeyValuePair_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__110_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__110 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC77E8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__110_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Threading_ThreadLocal_1_LinkedSlotVolatile___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Threading_ThreadLocal_1_LinkedSlotVolatile___ctor, (Array_EmptyInternalEnumerator_1_System_Threading_ThreadLocal_1_LinkedSlotVolatile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Threading_ThreadLocal_1_LinkedSlotVolatile__Dispose, (Array_EmptyInternalEnumerator_1_System_Threading_ThreadLocal_1_LinkedSlotVolatile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Threading_ThreadLocal_1_LinkedSlotVolatile__MoveNext, (Array_EmptyInternalEnumerator_1_System_Threading_ThreadLocal_1_LinkedSlotVolatile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Threading_ThreadLocal_1_LinkedSlotVolatile__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Threading_ThreadLocal_1_LinkedSlotVolatile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_System_Threading_ThreadLocal_1_LinkedSlotVolatile__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Threading_ThreadLocal_1_LinkedSlotVolatile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014776C0, ThreadLocal_1_T_LinkedSlotVolatile_System_Object_, Array_EmptyInternalEnumerator_1_System_Threading_ThreadLocal_1_LinkedSlotVolatile__get_Current, (Array_EmptyInternalEnumerator_1_System_Threading_ThreadLocal_1_LinkedSlotVolatile_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC77E0, Array_EmptyInternalEnumerator_1_System_Threading_ThreadLocal_1_LinkedSlotVolatile__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Unity_Collections_NativeArray_1___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Unity_Collections_NativeArray_1___ctor, (Array_EmptyInternalEnumerator_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Unity_Collections_NativeArray_1__Dispose, (Array_EmptyInternalEnumerator_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Unity_Collections_NativeArray_1__MoveNext, (Array_EmptyInternalEnumerator_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Unity_Collections_NativeArray_1__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Unity_Collections_NativeArray_1__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01477720, NativeArray_1_System_UInt16_, Array_EmptyInternalEnumerator_1_Unity_Collections_NativeArray_1__get_Current, (Array_EmptyInternalEnumerator_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC77D8, Array_EmptyInternalEnumerator_1_Unity_Collections_NativeArray_1__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Unity_Collections_NativeArray_1__1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Unity_Collections_NativeArray_1__1__ctor, (Array_EmptyInternalEnumerator_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Unity_Collections_NativeArray_1__1_Dispose, (Array_EmptyInternalEnumerator_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Unity_Collections_NativeArray_1__1_MoveNext, (Array_EmptyInternalEnumerator_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Unity_Collections_NativeArray_1__1_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Unity_Collections_NativeArray_1__1_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01477780, NativeArray_1_UnityEngine_UIElements_Vertex_, Array_EmptyInternalEnumerator_1_Unity_Collections_NativeArray_1__1_get_Current, (Array_EmptyInternalEnumerator_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC77D0, Array_EmptyInternalEnumerator_1_Unity_Collections_NativeArray_1__1_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node___ctor, (Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__Dispose, (Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__MoveNext, (Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014777E0, NonAllocDictionary_2_K_V_Node_System_Byte_System_Object_, Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__get_Current, (Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7848, Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__1__ctor, (Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__1_Dispose, (Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__1_MoveNext, (Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__1_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__1_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01477840, NonAllocDictionary_2_K_V_Node_System_Int32_System_Object_, Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__1_get_Current, (Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7840, Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__1_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__2__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__2__ctor, (Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__2_Dispose, (Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__2_MoveNext, (Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__2_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__2_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x014778A0, NonAllocDictionary_2_K_V_Node_System_Object_System_Object_, Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__2_get_Current, (Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7838, Array_EmptyInternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__2_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_1_Record___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_1_Record___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_1_Record_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_1_Record__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_1_Record_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_1_Record__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_1_Record_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_1_Record__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_1_Record_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_1_Record__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_1_Record_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01477900, InputStateHistory_1_TValue_Record_TouchState_, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_1_Record__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_1_Record_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7830, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_1_Record__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01477960, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7828, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_Collections_STuple_2___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_Collections_STuple_2___ctor, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_Collections_STuple_2__Dispose, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Photon_Bolt_Collections_STuple_2__MoveNext, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_Collections_STuple_2__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Photon_Bolt_Collections_STuple_2__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014779C0, STuple_2_System_Object_System_Object_, Array_EmptyInternalEnumerator_1_Photon_Bolt_Collections_STuple_2__get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7820, Array_EmptyInternalEnumerator_1_Photon_Bolt_Collections_STuple_2__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot___ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01477A20, HashSet_1_T_Slot_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7818, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__1__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__1_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__1_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__1_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__1_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01477A80, HashSet_1_T_Slot_System_Int32_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__1_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7810, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__1_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Linq_Set_1_Slot___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Linq_Set_1_Slot___ctor, (Array_EmptyInternalEnumerator_1_System_Linq_Set_1_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Linq_Set_1_Slot__Dispose, (Array_EmptyInternalEnumerator_1_System_Linq_Set_1_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Linq_Set_1_Slot__MoveNext, (Array_EmptyInternalEnumerator_1_System_Linq_Set_1_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Linq_Set_1_Slot__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Linq_Set_1_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C80, Object *, Array_EmptyInternalEnumerator_1_System_Linq_Set_1_Slot__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Linq_Set_1_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01477AE0, Set_1_TElement_Slot_System_Int32_, Array_EmptyInternalEnumerator_1_System_Linq_Set_1_Slot__get_Current, (Array_EmptyInternalEnumerator_1_System_Linq_Set_1_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7778, Array_EmptyInternalEnumerator_1_System_Linq_Set_1_Slot__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__2__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__2__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__2_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__2_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__2_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__2_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01477B40, HashSet_1_T_Slot_System_Int32Enum_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__2_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7770, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__2_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__3__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__3__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__3_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__3_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__3_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__3_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01477BA0, HashSet_1_T_Slot_UnityEngine_InputSystem_Utilities_InternedString_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__3_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7760, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__3_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__4__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__4__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__4_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__4_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__4_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__4_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01477C00, HashSet_1_T_Slot_Photon_Bolt_NetworkId_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__4_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7758, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__4_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__5__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__5__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__5_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__5_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__5_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__5_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01477C60, HashSet_1_T_Slot_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__5_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__5 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7750, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__5_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Linq_Set_1_Slot__1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Linq_Set_1_Slot__1__ctor, (Array_EmptyInternalEnumerator_1_System_Linq_Set_1_Slot__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Linq_Set_1_Slot__1_Dispose, (Array_EmptyInternalEnumerator_1_System_Linq_Set_1_Slot__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Linq_Set_1_Slot__1_MoveNext, (Array_EmptyInternalEnumerator_1_System_Linq_Set_1_Slot__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Linq_Set_1_Slot__1_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Linq_Set_1_Slot__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Linq_Set_1_Slot__1_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Linq_Set_1_Slot__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01477CC0, Set_1_TElement_Slot_System_Object_, Array_EmptyInternalEnumerator_1_System_Linq_Set_1_Slot__1_get_Current, (Array_EmptyInternalEnumerator_1_System_Linq_Set_1_Slot__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7748, Array_EmptyInternalEnumerator_1_System_Linq_Set_1_Slot__1_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Concurrent_ConcurrentQueue_1_Segment_Slot___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Concurrent_ConcurrentQueue_1_Segment_Slot___ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Concurrent_ConcurrentQueue_1_Segment_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Concurrent_ConcurrentQueue_1_Segment_Slot__Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Concurrent_ConcurrentQueue_1_Segment_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Concurrent_ConcurrentQueue_1_Segment_Slot__MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Concurrent_ConcurrentQueue_1_Segment_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Concurrent_ConcurrentQueue_1_Segment_Slot__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Concurrent_ConcurrentQueue_1_Segment_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Concurrent_ConcurrentQueue_1_Segment_Slot__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Concurrent_ConcurrentQueue_1_Segment_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01477D20, ConcurrentQueue_1_T_Segment_T_Slot_System_Object_, Array_EmptyInternalEnumerator_1_System_Collections_Concurrent_ConcurrentQueue_1_Segment_Slot__get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Concurrent_ConcurrentQueue_1_Segment_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7740, Array_EmptyInternalEnumerator_1_System_Collections_Concurrent_ConcurrentQueue_1_Segment_Slot__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__6__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__6__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__6_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__6_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__6_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__6_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01477D80, HashSet_1_T_Slot_System_UInt32_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__6_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__6 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7738, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__6_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__7__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__7__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__7_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__7_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__7_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__7_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x01477DE0, HashSet_1_T_Slot_System_UInt64_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__7_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__7 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC77C8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__7_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__8__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__8__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__8_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__8_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__8_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471BE0, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__8_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x01477E40, HashSet_1_T_Slot_UdpKit_UdpEndPoint_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__8_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__8 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC77C0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__8_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__9__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__9__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__9_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__9_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__9_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C80, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__9_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x01477EA0, HashSet_1_T_Slot_UdpKit_UdpIPv4Address_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__9_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC77B8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__9_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__10__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__10__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__10_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__10_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__10_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471A40, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__10_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x01477F00, HashSet_1_T_Slot_UnityEngine_Vector3_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__10_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__10 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC77B0, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__10_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__11__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__11__ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__11_Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__11_MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__11_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471A40, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__11_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x01477F60, HashSet_1_T_Slot_UnityEngine_Vector3Int_, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__11_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__11 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC77A8, Array_EmptyInternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__11_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01477600, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01477FC0, StylePropertyAnimationSystem_Values_1_T_StyleData_Background_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC77A0, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__1__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__1_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__1_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__1_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471DE0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__1_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01478020, StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__1_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7790, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__1_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__2__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__2__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__2_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__2_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__2_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471DE0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__2_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01478080, StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__2_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7780, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__2_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__3__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__3__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__3_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__3_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__3_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__3_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x014780E0, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__3_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC76D8, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__3_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__4__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__4__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__4_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__4_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__4_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__4_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01478140, StylePropertyAnimationSystem_Values_1_T_StyleData_Length_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__4_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC76D0, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__4_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__5__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__5__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__5_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__5_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__5_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__5_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x014781A0, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__5_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__5 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC76C8, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__5_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__6__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__6__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__6_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__6_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__6_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475600, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__6_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01478200, StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__6_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__6 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC76C0, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__6_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__7__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__7__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__7_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__7_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__7_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x01471DE0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__7_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x01478260, StylePropertyAnimationSystem_Values_1_T_StyleData_Scale_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__7_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__7 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC76B8, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__7_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__8__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__8__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__8_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__8_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__8_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__8_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x014782C0, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__8_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__8 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC76B0, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__8_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__9__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__9__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__9_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__9_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__9_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x01478380, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__9_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x01478320, StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__9_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC76A0, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__9_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__10__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__10__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__10_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__10_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__10_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x01476460, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__10_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x01478440, StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__10_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__10 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7690, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__10_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__11__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__11__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__11_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__11_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__11_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x01475600, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__11_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x014784A0, StylePropertyAnimationSystem_Values_1_T_StyleData_Translate_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__11_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__11 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7730, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__11_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1___ctor, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__Dispose, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__MoveNext, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01478500, TMP_TextProcessingStack_1_UnityEngine_Color32_, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7720, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__1__ctor, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__1_Dispose, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__1_MoveNext, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__1_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01472410, Object *, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__1_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01478560, TMP_TextProcessingStack_1_HighlightState_, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__1_get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7718, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__1_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__2__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__2__ctor, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__2_Dispose, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__2_MoveNext, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__2_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__2_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x014785C0, TMP_TextProcessingStack_1_System_Int32_, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__2_get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7710, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__2_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__3__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__3__ctor, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__3_Dispose, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__3_MoveNext, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__3_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__3_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01478620, TMP_TextProcessingStack_1_System_Int32Enum_, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__3_get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7708, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__3_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__4__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__4__ctor, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__4_Dispose, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__4_MoveNext, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__4_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01473530, Object *, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__4_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01478680, TMP_TextProcessingStack_1_MaterialReference_, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__4_get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC76F8, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__4_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__5__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__5__ctor, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__5_Dispose, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__5_MoveNext, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__5_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__5_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x014786E0, TMP_TextProcessingStack_1_System_Object_, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__5_get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__5 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC76F0, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__5_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__6__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__6__ctor, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__6_Dispose, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__6_MoveNext, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__6_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__6_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01478740, TMP_TextProcessingStack_1_System_Single_, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__6_get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__6 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC76E8, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__6_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__7__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__7__ctor, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__7_Dispose, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__7_MoveNext, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__7_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x01478800, Object *, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__7_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x014787A0, TMP_TextProcessingStack_1_WordWrapState_, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__7_get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__7 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7640, Array_EmptyInternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__7_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014788F0, StylePropertyAnimationSystem_Values_1_T_TimingData_Background_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7638, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__1__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__1_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__1_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__1_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__1_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01478950, StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__1_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7630, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__1_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__2__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__2__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__2_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__2_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__2_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__2_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x014789B0, StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__2_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7628, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__2_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__3__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__3__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__3_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__3_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__3_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__3_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01478A10, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__3_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7620, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__3_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__4__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__4__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__4_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__4_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__4_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__4_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01478A70, StylePropertyAnimationSystem_Values_1_T_TimingData_Length_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__4_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7610, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__4_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__5__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__5__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__5_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__5_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__5_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__5_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01478AD0, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__5_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__5 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7608, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__5_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__6__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__6__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__6_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__6_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__6_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__6_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01478B30, StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__6_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__6 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7600, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__6_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__7__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__7__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__7_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__7_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__7_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__7_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x01478B90, StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__7_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__7 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7688, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__7_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__8__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__8__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__8_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__8_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__8_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__8_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x01478BF0, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__8_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__8 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7680, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__8_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__9__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__9__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__9_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__9_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__9_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__9_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x01478C50, StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__9_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7678, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__9_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__10__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__10__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__10_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__10_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__10_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__10_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x01478CB0, StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__10_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__10 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7670, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__10_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__11__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__11__ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__11_Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__11_MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__11_System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__11_System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x01478D10, StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__11_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__11 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7660, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__11_get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_ValueTuple_1_Boolean___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_1_Boolean___ctor, (Array_EmptyInternalEnumerator_1_ValueTuple_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_1_Boolean__Dispose, (Array_EmptyInternalEnumerator_1_ValueTuple_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_ValueTuple_1_Boolean__MoveNext, (Array_EmptyInternalEnumerator_1_ValueTuple_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_1_Boolean__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_ValueTuple_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470F90, Object *, Array_EmptyInternalEnumerator_1_ValueTuple_1_Boolean__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_ValueTuple_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01478D70, ValueTuple_1_Boolean_, Array_EmptyInternalEnumerator_1_ValueTuple_1_Boolean__get_Current, (Array_EmptyInternalEnumerator_1_ValueTuple_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7658, Array_EmptyInternalEnumerator_1_ValueTuple_1_Boolean__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_Int32_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_Int32_Object___ctor, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Int32_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_Int32_Object__Dispose, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Int32_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_ValueTuple_2_Int32_Object__MoveNext, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Int32_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_Int32_Object__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Int32_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_ValueTuple_2_Int32_Object__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Int32_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01478DD0, ValueTuple_2_Int32_Object_, Array_EmptyInternalEnumerator_1_ValueTuple_2_Int32_Object__get_Current, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Int32_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7650, Array_EmptyInternalEnumerator_1_ValueTuple_2_Int32_Object__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_Int32_UnityEngine_Vector2Int___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_Int32_UnityEngine_Vector2Int___ctor, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_Int32_UnityEngine_Vector2Int__Dispose, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_ValueTuple_2_Int32_UnityEngine_Vector2Int__MoveNext, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_Int32_UnityEngine_Vector2Int__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C80, Object *, Array_EmptyInternalEnumerator_1_ValueTuple_2_Int32_UnityEngine_Vector2Int__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01478E30, ValueTuple_2_Int32_UnityEngine_Vector2Int_, Array_EmptyInternalEnumerator_1_ValueTuple_2_Int32_UnityEngine_Vector2Int__get_Current, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7648, Array_EmptyInternalEnumerator_1_ValueTuple_2_Int32_UnityEngine_Vector2Int__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_IntPtr_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_IntPtr_Object___ctor, (Array_EmptyInternalEnumerator_1_ValueTuple_2_IntPtr_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_IntPtr_Object__Dispose, (Array_EmptyInternalEnumerator_1_ValueTuple_2_IntPtr_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_ValueTuple_2_IntPtr_Object__MoveNext, (Array_EmptyInternalEnumerator_1_ValueTuple_2_IntPtr_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_IntPtr_Object__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_ValueTuple_2_IntPtr_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_ValueTuple_2_IntPtr_Object__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_ValueTuple_2_IntPtr_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01478E90, ValueTuple_2_IntPtr_Object_, Array_EmptyInternalEnumerator_1_ValueTuple_2_IntPtr_Object__get_Current, (Array_EmptyInternalEnumerator_1_ValueTuple_2_IntPtr_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC75A0, Array_EmptyInternalEnumerator_1_ValueTuple_2_IntPtr_Object__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32___ctor, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32__Dispose, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32__MoveNext, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01478EF0, ValueTuple_2_Object_ValueTuple_2_Object_Int32_, Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32__get_Current, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7598, Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_Int32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_Int32___ctor, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_Int32__Dispose, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_Int32__MoveNext, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_Int32__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_Int32__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01478F50, ValueTuple_2_Object_Int32_, Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_Int32__get_Current, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7590, Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_Int32__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_Object___ctor, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_Object__Dispose, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_Object__MoveNext, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_Object__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_Object__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01478FB0, ValueTuple_2_Object_Object_, Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_Object__get_Current, (Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7588, Array_EmptyInternalEnumerator_1_ValueTuple_2_Object_Object__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Object___ctor, (Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Object__Dispose, (Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Object__MoveNext, (Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Object__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Object__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479010, ValueTuple_2_UnityEngine_Vector3Int_Object_, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Object__get_Current, (Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7580, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Object__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___ctor, (Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__Dispose, (Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__MoveNext, (Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01472EC0, Object *, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479070, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__get_Current, (Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7578, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___ctor, (Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__Dispose, (Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__MoveNext, (Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014790D0, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__get_Current, (Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7570, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int___ctor, (Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int__Dispose, (Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int__MoveNext, (Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479130, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int__get_Current, (Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7568, Array_EmptyInternalEnumerator_1_ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_ValueTuple_3_Object_Object_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_3_Object_Object_Object___ctor, (Array_EmptyInternalEnumerator_1_ValueTuple_3_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_3_Object_Object_Object__Dispose, (Array_EmptyInternalEnumerator_1_ValueTuple_3_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_ValueTuple_3_Object_Object_Object__MoveNext, (Array_EmptyInternalEnumerator_1_ValueTuple_3_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ValueTuple_3_Object_Object_Object__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_ValueTuple_3_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_ValueTuple_3_Object_Object_Object__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_ValueTuple_3_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479190, ValueTuple_3_Object_Object_Object_, Array_EmptyInternalEnumerator_1_ValueTuple_3_Object_Object_Object__get_Current, (Array_EmptyInternalEnumerator_1_ValueTuple_3_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC75F8, Array_EmptyInternalEnumerator_1_ValueTuple_3_Object_Object_Object__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_AnimatorClipInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_AnimatorClipInfo___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_AnimatorClipInfo__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_AnimatorClipInfo__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_AnimatorClipInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_AnimatorClipInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014791F0, AnimatorClipInfo, Array_EmptyInternalEnumerator_1_UnityEngine_AnimatorClipInfo__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC75F0, Array_EmptyInternalEnumerator_1_UnityEngine_AnimatorClipInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Pathfinding_AstarWorkItem___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_AstarWorkItem___ctor, (Array_EmptyInternalEnumerator_1_Pathfinding_AstarWorkItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_AstarWorkItem__Dispose, (Array_EmptyInternalEnumerator_1_Pathfinding_AstarWorkItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Pathfinding_AstarWorkItem__MoveNext, (Array_EmptyInternalEnumerator_1_Pathfinding_AstarWorkItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_AstarWorkItem__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Pathfinding_AstarWorkItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_Pathfinding_AstarWorkItem__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_AstarWorkItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479250, AstarWorkItem, Array_EmptyInternalEnumerator_1_Pathfinding_AstarWorkItem__get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_AstarWorkItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC75E8, Array_EmptyInternalEnumerator_1_Pathfinding_AstarWorkItem__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014792B0, AsyncOperationHandle, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC75D8, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Rewired_AxisCalibrationData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_AxisCalibrationData___ctor, (Array_EmptyInternalEnumerator_1_Rewired_AxisCalibrationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_AxisCalibrationData__Dispose, (Array_EmptyInternalEnumerator_1_Rewired_AxisCalibrationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Rewired_AxisCalibrationData__MoveNext, (Array_EmptyInternalEnumerator_1_Rewired_AxisCalibrationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_AxisCalibrationData__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Rewired_AxisCalibrationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01472EC0, Object *, Array_EmptyInternalEnumerator_1_Rewired_AxisCalibrationData__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Rewired_AxisCalibrationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479310, AxisCalibrationData, Array_EmptyInternalEnumerator_1_Rewired_AxisCalibrationData__get_Current, (Array_EmptyInternalEnumerator_1_Rewired_AxisCalibrationData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC75D0, Array_EmptyInternalEnumerator_1_Rewired_AxisCalibrationData__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Background___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Background___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Background__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Background__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Background__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Background__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479370, Background, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Background__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Background_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC75C0, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Background__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_BatchVisibility___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_BatchVisibility___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_BatchVisibility_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_BatchVisibility__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_BatchVisibility_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_BatchVisibility__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_BatchVisibility_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_BatchVisibility__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_BatchVisibility_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_BatchVisibility__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_BatchVisibility_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014793D0, BatchVisibility, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_BatchVisibility__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_BatchVisibility_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC75B0, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_BatchVisibility__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (Array_EmptyInternalEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Dispose, (Array_EmptyInternalEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer__MoveNext, (Array_EmptyInternalEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479430, BoltPeer, Array_EmptyInternalEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Current, (Array_EmptyInternalEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC75A8, Array_EmptyInternalEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit___ctor, (Array_EmptyInternalEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Dispose, (Array_EmptyInternalEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__MoveNext, (Array_EmptyInternalEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479490, BoltPhysicsHit, Array_EmptyInternalEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC74F8, Array_EmptyInternalEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_BoneWeight___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_BoneWeight___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_BoneWeight__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_BoneWeight__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_BoneWeight__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_BoneWeight__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014794F0, BoneWeight, Array_EmptyInternalEnumerator_1_UnityEngine_BoneWeight__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC74E8, Array_EmptyInternalEnumerator_1_UnityEngine_BoneWeight__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_BoneWeight1___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_BoneWeight1___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_BoneWeight1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_BoneWeight1__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_BoneWeight1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_BoneWeight1__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_BoneWeight1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_BoneWeight1__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_BoneWeight1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_BoneWeight1__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_BoneWeight1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479550, BoneWeight1, Array_EmptyInternalEnumerator_1_UnityEngine_BoneWeight1__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_BoneWeight1_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC74E0, Array_EmptyInternalEnumerator_1_UnityEngine_BoneWeight1__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Boolean___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Boolean___ctor, (Array_EmptyInternalEnumerator_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Boolean__Dispose, (Array_EmptyInternalEnumerator_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Boolean__MoveNext, (Array_EmptyInternalEnumerator_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Boolean__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470F90, Object *, Array_EmptyInternalEnumerator_1_Boolean__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014795B0, bool, Array_EmptyInternalEnumerator_1_Boolean__get_Current, (Array_EmptyInternalEnumerator_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC74D8, Array_EmptyInternalEnumerator_1_Boolean__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_BoundedPlane___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_BoundedPlane___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_BoundedPlane__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_BoundedPlane__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_BoundedPlane__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014725C0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_BoundedPlane__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479610, BoundedPlane, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_BoundedPlane__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC74C8, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_BoundedPlane__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_BoundingSphere___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_BoundingSphere___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_BoundingSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_BoundingSphere__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_BoundingSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_BoundingSphere__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_BoundingSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_BoundingSphere__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_BoundingSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_BoundingSphere__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_BoundingSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479670, BoundingSphere, Array_EmptyInternalEnumerator_1_UnityEngine_BoundingSphere__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_BoundingSphere_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC74B8, Array_EmptyInternalEnumerator_1_UnityEngine_BoundingSphere__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Bounds___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Bounds___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Bounds__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Bounds__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Bounds__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Bounds__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014796D0, Bounds, Array_EmptyInternalEnumerator_1_UnityEngine_Bounds__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC74A8, Array_EmptyInternalEnumerator_1_UnityEngine_Bounds__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Byte___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Byte___ctor, (Array_EmptyInternalEnumerator_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Byte__Dispose, (Array_EmptyInternalEnumerator_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Byte__MoveNext, (Array_EmptyInternalEnumerator_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Byte__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470F90, Object *, Array_EmptyInternalEnumerator_1_Byte__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479730, uint8_t, Array_EmptyInternalEnumerator_1_Byte__get_Current, (Array_EmptyInternalEnumerator_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7498, Array_EmptyInternalEnumerator_1_Byte__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_ByteEnum___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ByteEnum___ctor, (Array_EmptyInternalEnumerator_1_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ByteEnum__Dispose, (Array_EmptyInternalEnumerator_1_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_ByteEnum__MoveNext, (Array_EmptyInternalEnumerator_1_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ByteEnum__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470F90, Object *, Array_EmptyInternalEnumerator_1_ByteEnum__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479790, ByteEnum__Enum, Array_EmptyInternalEnumerator_1_ByteEnum__get_Current, (Array_EmptyInternalEnumerator_1_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7560, Array_EmptyInternalEnumerator_1_ByteEnum__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Threading_CancellationToken___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Threading_CancellationToken___ctor, (Array_EmptyInternalEnumerator_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Threading_CancellationToken__Dispose, (Array_EmptyInternalEnumerator_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Threading_CancellationToken__MoveNext, (Array_EmptyInternalEnumerator_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Threading_CancellationToken__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_System_Threading_CancellationToken__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014797F0, CancellationToken, Array_EmptyInternalEnumerator_1_System_Threading_CancellationToken__get_Current, (Array_EmptyInternalEnumerator_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7550, Array_EmptyInternalEnumerator_1_System_Threading_CancellationToken__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Threading_CancellationTokenRegistration___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Threading_CancellationTokenRegistration___ctor, (Array_EmptyInternalEnumerator_1_System_Threading_CancellationTokenRegistration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Threading_CancellationTokenRegistration__Dispose, (Array_EmptyInternalEnumerator_1_System_Threading_CancellationTokenRegistration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Threading_CancellationTokenRegistration__MoveNext, (Array_EmptyInternalEnumerator_1_System_Threading_CancellationTokenRegistration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Threading_CancellationTokenRegistration__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Threading_CancellationTokenRegistration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Threading_CancellationTokenRegistration__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Threading_CancellationTokenRegistration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479850, CancellationTokenRegistration, Array_EmptyInternalEnumerator_1_System_Threading_CancellationTokenRegistration__get_Current, (Array_EmptyInternalEnumerator_1_System_Threading_CancellationTokenRegistration_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7540, Array_EmptyInternalEnumerator_1_System_Threading_CancellationTokenRegistration__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Char___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Char___ctor, (Array_EmptyInternalEnumerator_1_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Char__Dispose, (Array_EmptyInternalEnumerator_1_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Char__MoveNext, (Array_EmptyInternalEnumerator_1_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Char__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479910, Object *, Array_EmptyInternalEnumerator_1_Char__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014798B0, uint16_t, Array_EmptyInternalEnumerator_1_Char__get_Current, (Array_EmptyInternalEnumerator_1_Char_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7530, Array_EmptyInternalEnumerator_1_Char__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Dissonance_Networking_ClientInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_Networking_ClientInfo___ctor, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_Networking_ClientInfo__Dispose, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Dissonance_Networking_ClientInfo__MoveNext, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_Networking_ClientInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_Dissonance_Networking_ClientInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479980, ClientInfo, Array_EmptyInternalEnumerator_1_Dissonance_Networking_ClientInfo__get_Current, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7520, Array_EmptyInternalEnumerator_1_Dissonance_Networking_ClientInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_ClothSkinningCoefficient___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ClothSkinningCoefficient___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_ClothSkinningCoefficient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ClothSkinningCoefficient__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_ClothSkinningCoefficient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_ClothSkinningCoefficient__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_ClothSkinningCoefficient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ClothSkinningCoefficient__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_ClothSkinningCoefficient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479A40, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_ClothSkinningCoefficient__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_ClothSkinningCoefficient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014799E0, ClothSkinningCoefficient, Array_EmptyInternalEnumerator_1_UnityEngine_ClothSkinningCoefficient__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_ClothSkinningCoefficient_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7518, Array_EmptyInternalEnumerator_1_UnityEngine_ClothSkinningCoefficient__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_ClothSphereColliderPair___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ClothSphereColliderPair___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_ClothSphereColliderPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ClothSphereColliderPair__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_ClothSphereColliderPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_ClothSphereColliderPair__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_ClothSphereColliderPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ClothSphereColliderPair__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_ClothSphereColliderPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_ClothSphereColliderPair__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_ClothSphereColliderPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479AA0, ClothSphereColliderPair, Array_EmptyInternalEnumerator_1_UnityEngine_ClothSphereColliderPair__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_ClothSphereColliderPair_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7510, Array_EmptyInternalEnumerator_1_UnityEngine_ClothSphereColliderPair__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Color___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Color___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Color__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Color__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Color__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Color__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479B00, Color, Array_EmptyInternalEnumerator_1_UnityEngine_Color__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7508, Array_EmptyInternalEnumerator_1_UnityEngine_Color__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Color32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Color32___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Color32__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Color32__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Color32__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479BC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Color32__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479B60, Color32, Array_EmptyInternalEnumerator_1_UnityEngine_Color32__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7448, Array_EmptyInternalEnumerator_1_UnityEngine_Color32__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UI_ColorBlock___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UI_ColorBlock___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_ColorBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UI_ColorBlock__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_ColorBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UI_ColorBlock__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_ColorBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UI_ColorBlock__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_ColorBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01473530, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UI_ColorBlock__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_ColorBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479C30, ColorBlock, Array_EmptyInternalEnumerator_1_UnityEngine_UI_ColorBlock__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_ColorBlock_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7440, Array_EmptyInternalEnumerator_1_UnityEngine_UI_ColorBlock__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_CombineInstance___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_CombineInstance___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_CombineInstance__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_CombineInstance__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_CombineInstance__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014725C0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_CombineInstance__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479C90, CombineInstance, Array_EmptyInternalEnumerator_1_UnityEngine_CombineInstance__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7438, Array_EmptyInternalEnumerator_1_UnityEngine_CombineInstance__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_CompactVoxelCell___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_CompactVoxelCell___ctor, (Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_CompactVoxelCell_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_CompactVoxelCell__Dispose, (Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_CompactVoxelCell_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_CompactVoxelCell__MoveNext, (Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_CompactVoxelCell_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_CompactVoxelCell__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_CompactVoxelCell_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_CompactVoxelCell__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_CompactVoxelCell_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479CF0, CompactVoxelCell, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_CompactVoxelCell__get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_CompactVoxelCell_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7430, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_CompactVoxelCell__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_CompactVoxelSpan___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_CompactVoxelSpan___ctor, (Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_CompactVoxelSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_CompactVoxelSpan__Dispose, (Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_CompactVoxelSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_CompactVoxelSpan__MoveNext, (Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_CompactVoxelSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_CompactVoxelSpan__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_CompactVoxelSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_CompactVoxelSpan__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_CompactVoxelSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479D50, CompactVoxelSpan, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_CompactVoxelSpan__get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_CompactVoxelSpan_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7428, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_CompactVoxelSpan__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ComputedStyle___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ComputedStyle___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ComputedStyle__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ComputedStyle__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ComputedStyle__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01473530, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ComputedStyle__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479DB0, ComputedStyle, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ComputedStyle__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7420, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ComputedStyle__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479E10, ComputedTransitionProperty, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7418, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479E70, ConfigurationDescriptor, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7410, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Pathfinding_Connection___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Connection___ctor, (Array_EmptyInternalEnumerator_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Connection__Dispose, (Array_EmptyInternalEnumerator_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Pathfinding_Connection__MoveNext, (Array_EmptyInternalEnumerator_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Connection__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Pathfinding_Connection__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479ED0, Connection, Array_EmptyInternalEnumerator_1_Pathfinding_Connection__get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7488, Array_EmptyInternalEnumerator_1_Pathfinding_Connection__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_ContactPoint___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ContactPoint___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_ContactPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ContactPoint__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_ContactPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_ContactPoint__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_ContactPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ContactPoint__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_ContactPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471BE0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_ContactPoint__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_ContactPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479F30, ContactPoint, Array_EmptyInternalEnumerator_1_UnityEngine_ContactPoint__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_ContactPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7480, Array_EmptyInternalEnumerator_1_UnityEngine_ContactPoint__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_ContactPoint2D___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ContactPoint2D___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_ContactPoint2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ContactPoint2D__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_ContactPoint2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_ContactPoint2D__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_ContactPoint2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ContactPoint2D__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_ContactPoint2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01472EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_ContactPoint2D__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_ContactPoint2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479F90, ContactPoint2D, Array_EmptyInternalEnumerator_1_UnityEngine_ContactPoint2D__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_ContactPoint2D_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7478, Array_EmptyInternalEnumerator_1_UnityEngine_ContactPoint2D__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Rewired_ControllerPollingInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_ControllerPollingInfo___ctor, (Array_EmptyInternalEnumerator_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_ControllerPollingInfo__Dispose, (Array_EmptyInternalEnumerator_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Rewired_ControllerPollingInfo__MoveNext, (Array_EmptyInternalEnumerator_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_ControllerPollingInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01472EC0, Object *, Array_EmptyInternalEnumerator_1_Rewired_ControllerPollingInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479FF0, ControllerPollingInfo, Array_EmptyInternalEnumerator_1_Rewired_ControllerPollingInfo__get_Current, (Array_EmptyInternalEnumerator_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7470, Array_EmptyInternalEnumerator_1_Rewired_ControllerPollingInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Rewired_ControllerTemplateElementTarget___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_ControllerTemplateElementTarget___ctor, (Array_EmptyInternalEnumerator_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_ControllerTemplateElementTarget__Dispose, (Array_EmptyInternalEnumerator_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Rewired_ControllerTemplateElementTarget__MoveNext, (Array_EmptyInternalEnumerator_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_ControllerTemplateElementTarget__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Rewired_ControllerTemplateElementTarget__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147A050, ControllerTemplateElementTarget, Array_EmptyInternalEnumerator_1_Rewired_ControllerTemplateElementTarget__get_Current, (Array_EmptyInternalEnumerator_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7468, Array_EmptyInternalEnumerator_1_Rewired_ControllerTemplateElementTarget__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_SplineMesh_CurveSample___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_SplineMesh_CurveSample___ctor, (Array_EmptyInternalEnumerator_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_SplineMesh_CurveSample__Dispose, (Array_EmptyInternalEnumerator_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_SplineMesh_CurveSample__MoveNext, (Array_EmptyInternalEnumerator_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_SplineMesh_CurveSample__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01473D50, Object *, Array_EmptyInternalEnumerator_1_SplineMesh_CurveSample__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147A0B0, CurveSample, Array_EmptyInternalEnumerator_1_SplineMesh_CurveSample__get_Current, (Array_EmptyInternalEnumerator_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7460, Array_EmptyInternalEnumerator_1_SplineMesh_CurveSample__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Reflection_CustomAttributeNamedArgument___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Reflection_CustomAttributeNamedArgument___ctor, (Array_EmptyInternalEnumerator_1_System_Reflection_CustomAttributeNamedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Reflection_CustomAttributeNamedArgument__Dispose, (Array_EmptyInternalEnumerator_1_System_Reflection_CustomAttributeNamedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Reflection_CustomAttributeNamedArgument__MoveNext, (Array_EmptyInternalEnumerator_1_System_Reflection_CustomAttributeNamedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Reflection_CustomAttributeNamedArgument__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Reflection_CustomAttributeNamedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01472410, Object *, Array_EmptyInternalEnumerator_1_System_Reflection_CustomAttributeNamedArgument__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Reflection_CustomAttributeNamedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147A110, CustomAttributeNamedArgument, Array_EmptyInternalEnumerator_1_System_Reflection_CustomAttributeNamedArgument__get_Current, (Array_EmptyInternalEnumerator_1_System_Reflection_CustomAttributeNamedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7458, Array_EmptyInternalEnumerator_1_System_Reflection_CustomAttributeNamedArgument__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Reflection_CustomAttributeTypedArgument___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Reflection_CustomAttributeTypedArgument___ctor, (Array_EmptyInternalEnumerator_1_System_Reflection_CustomAttributeTypedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Reflection_CustomAttributeTypedArgument__Dispose, (Array_EmptyInternalEnumerator_1_System_Reflection_CustomAttributeTypedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Reflection_CustomAttributeTypedArgument__MoveNext, (Array_EmptyInternalEnumerator_1_System_Reflection_CustomAttributeTypedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Reflection_CustomAttributeTypedArgument__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Reflection_CustomAttributeTypedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Reflection_CustomAttributeTypedArgument__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Reflection_CustomAttributeTypedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147A170, CustomAttributeTypedArgument, Array_EmptyInternalEnumerator_1_System_Reflection_CustomAttributeTypedArgument__get_Current, (Array_EmptyInternalEnumerator_1_System_Reflection_CustomAttributeTypedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7450, Array_EmptyInternalEnumerator_1_System_Reflection_CustomAttributeTypedArgument__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_DateTime___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_DateTime___ctor, (Array_EmptyInternalEnumerator_1_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_DateTime__Dispose, (Array_EmptyInternalEnumerator_1_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_DateTime__MoveNext, (Array_EmptyInternalEnumerator_1_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_DateTime__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_DateTime__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147A1D0, DateTime, Array_EmptyInternalEnumerator_1_DateTime__get_Current, (Array_EmptyInternalEnumerator_1_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC73E0, Array_EmptyInternalEnumerator_1_DateTime__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_DateTimeOffset___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_DateTimeOffset___ctor, (Array_EmptyInternalEnumerator_1_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_DateTimeOffset__Dispose, (Array_EmptyInternalEnumerator_1_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_DateTimeOffset__MoveNext, (Array_EmptyInternalEnumerator_1_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_DateTimeOffset__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_DateTimeOffset__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147A230, DateTimeOffset, Array_EmptyInternalEnumerator_1_DateTimeOffset__get_Current, (Array_EmptyInternalEnumerator_1_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC73D8, Array_EmptyInternalEnumerator_1_DateTimeOffset__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Decimal___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Decimal___ctor, (Array_EmptyInternalEnumerator_1_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Decimal__Dispose, (Array_EmptyInternalEnumerator_1_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Decimal__MoveNext, (Array_EmptyInternalEnumerator_1_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Decimal__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Decimal__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147A290, Decimal, Array_EmptyInternalEnumerator_1_Decimal__get_Current, (Array_EmptyInternalEnumerator_1_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC73D0, Array_EmptyInternalEnumerator_1_Decimal__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_DetailInstanceTransform___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_DetailInstanceTransform___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_DetailInstanceTransform_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_DetailInstanceTransform__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_DetailInstanceTransform_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_DetailInstanceTransform__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_DetailInstanceTransform_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_DetailInstanceTransform__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_DetailInstanceTransform_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_DetailInstanceTransform__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_DetailInstanceTransform_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147A2F0, DetailInstanceTransform, Array_EmptyInternalEnumerator_1_UnityEngine_DetailInstanceTransform__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_DetailInstanceTransform_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC73C0, Array_EmptyInternalEnumerator_1_UnityEngine_DetailInstanceTransform__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01472410, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147A350, DiagnosticEvent, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC73B0, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_DictionaryEntry___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_DictionaryEntry___ctor, (Array_EmptyInternalEnumerator_1_System_Collections_DictionaryEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_DictionaryEntry__Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_DictionaryEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_DictionaryEntry__MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_DictionaryEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_DictionaryEntry__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_DictionaryEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Collections_DictionaryEntry__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_DictionaryEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147A3B0, DictionaryEntry, Array_EmptyInternalEnumerator_1_System_Collections_DictionaryEntry__get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_DictionaryEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC73A8, Array_EmptyInternalEnumerator_1_System_Collections_DictionaryEntry__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Dimension___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Dimension___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Dimension_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Dimension__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Dimension_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Dimension__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Dimension_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Dimension__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Dimension_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Dimension__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Dimension_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147A410, Dimension, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Dimension__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Dimension_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC73A0, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Dimension__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Double___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Double___ctor, (Array_EmptyInternalEnumerator_1_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Double__Dispose, (Array_EmptyInternalEnumerator_1_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Double__MoveNext, (Array_EmptyInternalEnumerator_1_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Double__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147A4D0, Object *, Array_EmptyInternalEnumerator_1_Double__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147A470, double, Array_EmptyInternalEnumerator_1_Double__get_Current, (Array_EmptyInternalEnumerator_1_Double_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7398, Array_EmptyInternalEnumerator_1_Double__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147A540, DrawBufferRange, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7408, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EasingFunction___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EasingFunction___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EasingFunction__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EasingFunction__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EasingFunction__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479BC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EasingFunction__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147A5A0, EasingFunction, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EasingFunction__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7400, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EasingFunction__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Rewired_ElementAssignmentConflictInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_ElementAssignmentConflictInfo___ctor, (Array_EmptyInternalEnumerator_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_ElementAssignmentConflictInfo__Dispose, (Array_EmptyInternalEnumerator_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Rewired_ElementAssignmentConflictInfo__MoveNext, (Array_EmptyInternalEnumerator_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_ElementAssignmentConflictInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147A660, Object *, Array_EmptyInternalEnumerator_1_Rewired_ElementAssignmentConflictInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147A600, ElementAssignmentConflictInfo, Array_EmptyInternalEnumerator_1_Rewired_ElementAssignmentConflictInfo__get_Current, (Array_EmptyInternalEnumerator_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC73F0, Array_EmptyInternalEnumerator_1_Rewired_ElementAssignmentConflictInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Discord_Entitlement___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Discord_Entitlement___ctor, (Array_EmptyInternalEnumerator_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Discord_Entitlement__Dispose, (Array_EmptyInternalEnumerator_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Discord_Entitlement__MoveNext, (Array_EmptyInternalEnumerator_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Discord_Entitlement__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_Discord_Entitlement__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147A6F0, Entitlement, Array_EmptyInternalEnumerator_1_Discord_Entitlement__get_Current, (Array_EmptyInternalEnumerator_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF118, Array_EmptyInternalEnumerator_1_Discord_Entitlement__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Runtime_CompilerServices_Ephemeron___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Runtime_CompilerServices_Ephemeron___ctor, (Array_EmptyInternalEnumerator_1_System_Runtime_CompilerServices_Ephemeron_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Runtime_CompilerServices_Ephemeron__Dispose, (Array_EmptyInternalEnumerator_1_System_Runtime_CompilerServices_Ephemeron_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Runtime_CompilerServices_Ephemeron__MoveNext, (Array_EmptyInternalEnumerator_1_System_Runtime_CompilerServices_Ephemeron_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Runtime_CompilerServices_Ephemeron__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Runtime_CompilerServices_Ephemeron_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Runtime_CompilerServices_Ephemeron__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Runtime_CompilerServices_Ephemeron_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147A750, Ephemeron, Array_EmptyInternalEnumerator_1_System_Runtime_CompilerServices_Ephemeron__get_Current, (Array_EmptyInternalEnumerator_1_System_Runtime_CompilerServices_Ephemeron_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF110, Array_EmptyInternalEnumerator_1_System_Runtime_CompilerServices_Ephemeron__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliable___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliable___ctor, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliable__Dispose, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliable__MoveNext, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliable__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliable__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147A7B0, EventReliable, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliable__get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF108, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliable__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventUnreliable___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventUnreliable___ctor, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventUnreliable__Dispose, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventUnreliable__MoveNext, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventUnreliable__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventUnreliable__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147A810, EventUnreliable, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventUnreliable__get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF100, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventUnreliable__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_ComTypes_FORMATETC___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_ComTypes_FORMATETC___ctor, (Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_ComTypes_FORMATETC_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_ComTypes_FORMATETC__Dispose, (Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_ComTypes_FORMATETC_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_ComTypes_FORMATETC__MoveNext, (Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_ComTypes_FORMATETC_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_ComTypes_FORMATETC__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_ComTypes_FORMATETC_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_ComTypes_FORMATETC__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_ComTypes_FORMATETC_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147A870, FORMATETC, Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_ComTypes_FORMATETC__get_Current, (Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_ComTypes_FORMATETC_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF158, Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_ComTypes_FORMATETC__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Discord_FileStat___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Discord_FileStat___ctor, (Array_EmptyInternalEnumerator_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Discord_FileStat__Dispose, (Array_EmptyInternalEnumerator_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Discord_FileStat__MoveNext, (Array_EmptyInternalEnumerator_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Discord_FileStat__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_Discord_FileStat__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147A8D0, FileStat, Array_EmptyInternalEnumerator_1_Discord_FileStat__get_Current, (Array_EmptyInternalEnumerator_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF150, Array_EmptyInternalEnumerator_1_Discord_FileStat__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_FontDefinition___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_FontDefinition___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_FontDefinition__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_FontDefinition__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_FontDefinition__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_FontDefinition__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147A930, FontDefinition, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_FontDefinition__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF148, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_FontDefinition__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_FontWeightPair___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_FontWeightPair___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_FontWeightPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_FontWeightPair__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_FontWeightPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_FontWeightPair__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_FontWeightPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_FontWeightPair__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_FontWeightPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_FontWeightPair__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_FontWeightPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147A990, FontWeightPair, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_FontWeightPair__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_FontWeightPair_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF140, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_FontWeightPair__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Dissonance_Audio_Playback_FrameFormat___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_Audio_Playback_FrameFormat___ctor, (Array_EmptyInternalEnumerator_1_Dissonance_Audio_Playback_FrameFormat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_Audio_Playback_FrameFormat__Dispose, (Array_EmptyInternalEnumerator_1_Dissonance_Audio_Playback_FrameFormat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Dissonance_Audio_Playback_FrameFormat__MoveNext, (Array_EmptyInternalEnumerator_1_Dissonance_Audio_Playback_FrameFormat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_Audio_Playback_FrameFormat__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Dissonance_Audio_Playback_FrameFormat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_Dissonance_Audio_Playback_FrameFormat__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Dissonance_Audio_Playback_FrameFormat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147A9F0, FrameFormat, Array_EmptyInternalEnumerator_1_Dissonance_Audio_Playback_FrameFormat__get_Current, (Array_EmptyInternalEnumerator_1_Dissonance_Audio_Playback_FrameFormat_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF138, Array_EmptyInternalEnumerator_1_Dissonance_Audio_Playback_FrameFormat__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_GCHandle___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_GCHandle___ctor, (Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_GCHandle__Dispose, (Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_GCHandle__MoveNext, (Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_GCHandle__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_GCHandle__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147AA50, GCHandle, Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_GCHandle__get_Current, (Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF130, Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_GCHandle__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147AAB0, GfxUpdateBufferRange, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF128, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_GlobalKeyword___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_GlobalKeyword___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_GlobalKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_GlobalKeyword__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_GlobalKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_GlobalKeyword__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_GlobalKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_GlobalKeyword__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_GlobalKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_GlobalKeyword__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_GlobalKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147AB10, GlobalKeyword, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_GlobalKeyword__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_GlobalKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF120, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_GlobalKeyword__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphMarshallingStruct___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphMarshallingStruct___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphMarshallingStruct_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphMarshallingStruct__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphMarshallingStruct_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphMarshallingStruct__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphMarshallingStruct_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphMarshallingStruct__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphMarshallingStruct_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014772D0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphMarshallingStruct__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphMarshallingStruct_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147AB70, GlyphMarshallingStruct, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphMarshallingStruct__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphMarshallingStruct_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF0B8, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphMarshallingStruct__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147A660, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147ABD0, GlyphPairAdjustmentRecord, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF0B0, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_GlyphRect___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_GlyphRect___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_GlyphRect__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_GlyphRect__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_GlyphRect__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_GlyphRect__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147AC30, GlyphRect, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_GlyphRect__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF0A8, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_GlyphRect__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_GradientAlphaKey___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_GradientAlphaKey___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_GradientAlphaKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_GradientAlphaKey__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_GradientAlphaKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_GradientAlphaKey__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_GradientAlphaKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_GradientAlphaKey__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_GradientAlphaKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479A40, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_GradientAlphaKey__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_GradientAlphaKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147AC90, GradientAlphaKey, Array_EmptyInternalEnumerator_1_UnityEngine_GradientAlphaKey__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_GradientAlphaKey_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF0A0, Array_EmptyInternalEnumerator_1_UnityEngine_GradientAlphaKey__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_GradientColorKey___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_GradientColorKey___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_GradientColorKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_GradientColorKey__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_GradientColorKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_GradientColorKey__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_GradientColorKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_GradientColorKey__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_GradientColorKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471A40, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_GradientColorKey__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_GradientColorKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147ACF0, GradientColorKey, Array_EmptyInternalEnumerator_1_UnityEngine_GradientColorKey__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_GradientColorKey_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF098, Array_EmptyInternalEnumerator_1_UnityEngine_GradientColorKey__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_GradientSettings___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_GradientSettings___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_GradientSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_GradientSettings__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_GradientSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_GradientSettings__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_GradientSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_GradientSettings__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_GradientSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_GradientSettings__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_GradientSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147AD50, GradientSettings, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_GradientSettings__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_GradientSettings_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF090, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_GradientSettings__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Guid___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Guid___ctor, (Array_EmptyInternalEnumerator_1_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Guid__Dispose, (Array_EmptyInternalEnumerator_1_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Guid__MoveNext, (Array_EmptyInternalEnumerator_1_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Guid__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Guid__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147ADB0, Guid, Array_EmptyInternalEnumerator_1_Guid__get_Current, (Array_EmptyInternalEnumerator_1_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF088, Array_EmptyInternalEnumerator_1_Guid__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_HandJointLocation___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_HandJointLocation___ctor, (Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_HandJointLocation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_HandJointLocation__Dispose, (Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_HandJointLocation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_HandJointLocation__MoveNext, (Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_HandJointLocation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_HandJointLocation__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_HandJointLocation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471BE0, Object *, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_HandJointLocation__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_HandJointLocation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147AE10, HandJointLocation, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_HandJointLocation__get_Current, (Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_HandJointLocation_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF080, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_HandJointLocation__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Hash128___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Hash128___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Hash128_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Hash128__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Hash128_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Hash128__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Hash128_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Hash128__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Hash128_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Hash128__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Hash128_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147AE70, Hash128, Array_EmptyInternalEnumerator_1_UnityEngine_Hash128__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Hash128_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF0F8, Array_EmptyInternalEnumerator_1_UnityEngine_Hash128__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Net_HeaderVariantInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_HeaderVariantInfo___ctor, (Array_EmptyInternalEnumerator_1_System_Net_HeaderVariantInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_HeaderVariantInfo__Dispose, (Array_EmptyInternalEnumerator_1_System_Net_HeaderVariantInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Net_HeaderVariantInfo__MoveNext, (Array_EmptyInternalEnumerator_1_System_Net_HeaderVariantInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_HeaderVariantInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Net_HeaderVariantInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Net_HeaderVariantInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Net_HeaderVariantInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147AED0, HeaderVariantInfo, Array_EmptyInternalEnumerator_1_System_Net_HeaderVariantInfo__get_Current, (Array_EmptyInternalEnumerator_1_System_Net_HeaderVariantInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF0F0, Array_EmptyInternalEnumerator_1_System_Net_HeaderVariantInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_TMPro_HighlightState___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_HighlightState___ctor, (Array_EmptyInternalEnumerator_1_TMPro_HighlightState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_HighlightState__Dispose, (Array_EmptyInternalEnumerator_1_TMPro_HighlightState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_TMPro_HighlightState__MoveNext, (Array_EmptyInternalEnumerator_1_TMPro_HighlightState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_HighlightState__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_TMPro_HighlightState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471A40, Object *, Array_EmptyInternalEnumerator_1_TMPro_HighlightState__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_TMPro_HighlightState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147AF30, HighlightState, Array_EmptyInternalEnumerator_1_TMPro_HighlightState__get_Current, (Array_EmptyInternalEnumerator_1_TMPro_HighlightState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF0E8, Array_EmptyInternalEnumerator_1_TMPro_HighlightState__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_HumanBone___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_HumanBone___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_HumanBone_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_HumanBone__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_HumanBone_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_HumanBone__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_HumanBone_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_HumanBone__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_HumanBone_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471DE0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_HumanBone__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_HumanBone_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147AF90, HumanBone, Array_EmptyInternalEnumerator_1_UnityEngine_HumanBone__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_HumanBone_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF0E0, Array_EmptyInternalEnumerator_1_UnityEngine_HumanBone__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ImpactEffect___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ImpactEffect___ctor, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ImpactEffect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ImpactEffect__Dispose, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ImpactEffect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ImpactEffect__MoveNext, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ImpactEffect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ImpactEffect__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ImpactEffect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ImpactEffect__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ImpactEffect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147AFF0, ImpactEffect, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ImpactEffect__get_Current, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ImpactEffect_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF0D8, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ImpactEffect__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Rewired_InputActionSourceData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_InputActionSourceData___ctor, (Array_EmptyInternalEnumerator_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_InputActionSourceData__Dispose, (Array_EmptyInternalEnumerator_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Rewired_InputActionSourceData__MoveNext, (Array_EmptyInternalEnumerator_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_InputActionSourceData__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_Rewired_InputActionSourceData__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147B050, InputActionSourceData, Array_EmptyInternalEnumerator_1_Rewired_InputActionSourceData__get_Current, (Array_EmptyInternalEnumerator_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF0D0, Array_EmptyInternalEnumerator_1_Rewired_InputActionSourceData__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputBinding___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputBinding___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputBinding__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputBinding__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputBinding__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01473530, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputBinding__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147B0B0, InputBinding, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputBinding__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF0C8, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputBinding__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147B110, InputControlScheme, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF0C0, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_InputDevice___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_InputDevice___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_InputDevice__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_XR_InputDevice__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_InputDevice__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_XR_InputDevice__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147B170, InputDevice_1, Array_EmptyInternalEnumerator_1_UnityEngine_XR_InputDevice__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF038, Array_EmptyInternalEnumerator_1_UnityEngine_XR_InputDevice__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01472EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147B1D0, InputDeviceDescription, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF030, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147B230, InputEventPtr, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF028, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479BC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147B290, InputUser, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF020, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Int16___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Int16___ctor, (Array_EmptyInternalEnumerator_1_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Int16__Dispose, (Array_EmptyInternalEnumerator_1_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Int16__MoveNext, (Array_EmptyInternalEnumerator_1_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Int16__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479910, Object *, Array_EmptyInternalEnumerator_1_Int16__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147B2F0, int16_t, Array_EmptyInternalEnumerator_1_Int16__get_Current, (Array_EmptyInternalEnumerator_1_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF018, Array_EmptyInternalEnumerator_1_Int16__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Pathfinding_Int2___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Int2___ctor, (Array_EmptyInternalEnumerator_1_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Int2__Dispose, (Array_EmptyInternalEnumerator_1_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Pathfinding_Int2__MoveNext, (Array_EmptyInternalEnumerator_1_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Int2__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_Pathfinding_Int2__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147B350, Int2, Array_EmptyInternalEnumerator_1_Pathfinding_Int2__get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF010, Array_EmptyInternalEnumerator_1_Pathfinding_Int2__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Pathfinding_Int3___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Int3___ctor, (Array_EmptyInternalEnumerator_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Int3__Dispose, (Array_EmptyInternalEnumerator_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Pathfinding_Int3__MoveNext, (Array_EmptyInternalEnumerator_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Int3__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C80, Object *, Array_EmptyInternalEnumerator_1_Pathfinding_Int3__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147B3B0, Int3, Array_EmptyInternalEnumerator_1_Pathfinding_Int3__get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF008, Array_EmptyInternalEnumerator_1_Pathfinding_Int3__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Int32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Int32___ctor, (Array_EmptyInternalEnumerator_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Int32__Dispose, (Array_EmptyInternalEnumerator_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Int32__MoveNext, (Array_EmptyInternalEnumerator_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Int32__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479BC0, Object *, Array_EmptyInternalEnumerator_1_Int32__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147B410, int32_t, Array_EmptyInternalEnumerator_1_Int32__get_Current, (Array_EmptyInternalEnumerator_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF000, Array_EmptyInternalEnumerator_1_Int32__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Int32Enum___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Int32Enum___ctor, (Array_EmptyInternalEnumerator_1_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Int32Enum__Dispose, (Array_EmptyInternalEnumerator_1_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Int32Enum__MoveNext, (Array_EmptyInternalEnumerator_1_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Int32Enum__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479BC0, Object *, Array_EmptyInternalEnumerator_1_Int32Enum__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147B470, Int32Enum__Enum, Array_EmptyInternalEnumerator_1_Int32Enum__get_Current, (Array_EmptyInternalEnumerator_1_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF078, Array_EmptyInternalEnumerator_1_Int32Enum__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Int64___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Int64___ctor, (Array_EmptyInternalEnumerator_1_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Int64__Dispose, (Array_EmptyInternalEnumerator_1_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Int64__MoveNext, (Array_EmptyInternalEnumerator_1_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Int64__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_Int64__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147B4D0, int64_t, Array_EmptyInternalEnumerator_1_Int64__get_Current, (Array_EmptyInternalEnumerator_1_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF070, Array_EmptyInternalEnumerator_1_Int64__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Pathfinding_ClipperLib_IntPoint___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_ClipperLib_IntPoint___ctor, (Array_EmptyInternalEnumerator_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_ClipperLib_IntPoint__Dispose, (Array_EmptyInternalEnumerator_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Pathfinding_ClipperLib_IntPoint__MoveNext, (Array_EmptyInternalEnumerator_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_ClipperLib_IntPoint__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Pathfinding_ClipperLib_IntPoint__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147B530, IntPoint, Array_EmptyInternalEnumerator_1_Pathfinding_ClipperLib_IntPoint__get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF068, Array_EmptyInternalEnumerator_1_Pathfinding_ClipperLib_IntPoint__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_IntPtr___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_IntPtr___ctor, (Array_EmptyInternalEnumerator_1_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_IntPtr__Dispose, (Array_EmptyInternalEnumerator_1_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_IntPtr__MoveNext, (Array_EmptyInternalEnumerator_1_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_IntPtr__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_IntPtr__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147B590, void *, Array_EmptyInternalEnumerator_1_IntPtr__get_Current, (Array_EmptyInternalEnumerator_1_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF060, Array_EmptyInternalEnumerator_1_IntPtr__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Pathfinding_IntRect___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_IntRect___ctor, (Array_EmptyInternalEnumerator_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_IntRect__Dispose, (Array_EmptyInternalEnumerator_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Pathfinding_IntRect__MoveNext, (Array_EmptyInternalEnumerator_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_IntRect__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Pathfinding_IntRect__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147B5F0, IntRect, Array_EmptyInternalEnumerator_1_Pathfinding_IntRect__get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF058, Array_EmptyInternalEnumerator_1_Pathfinding_IntRect__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Globalization_InternalCodePageDataItem___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Globalization_InternalCodePageDataItem___ctor, (Array_EmptyInternalEnumerator_1_System_Globalization_InternalCodePageDataItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Globalization_InternalCodePageDataItem__Dispose, (Array_EmptyInternalEnumerator_1_System_Globalization_InternalCodePageDataItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Globalization_InternalCodePageDataItem__MoveNext, (Array_EmptyInternalEnumerator_1_System_Globalization_InternalCodePageDataItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Globalization_InternalCodePageDataItem__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Globalization_InternalCodePageDataItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Globalization_InternalCodePageDataItem__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Globalization_InternalCodePageDataItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147B650, InternalCodePageDataItem, Array_EmptyInternalEnumerator_1_System_Globalization_InternalCodePageDataItem__get_Current, (Array_EmptyInternalEnumerator_1_System_Globalization_InternalCodePageDataItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF050, Array_EmptyInternalEnumerator_1_System_Globalization_InternalCodePageDataItem__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Globalization_InternalEncodingDataItem___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Globalization_InternalEncodingDataItem___ctor, (Array_EmptyInternalEnumerator_1_System_Globalization_InternalEncodingDataItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Globalization_InternalEncodingDataItem__Dispose, (Array_EmptyInternalEnumerator_1_System_Globalization_InternalEncodingDataItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Globalization_InternalEncodingDataItem__MoveNext, (Array_EmptyInternalEnumerator_1_System_Globalization_InternalEncodingDataItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Globalization_InternalEncodingDataItem__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Globalization_InternalEncodingDataItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Globalization_InternalEncodingDataItem__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Globalization_InternalEncodingDataItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147B6B0, InternalEncodingDataItem, Array_EmptyInternalEnumerator_1_System_Globalization_InternalEncodingDataItem__get_Current, (Array_EmptyInternalEnumerator_1_System_Globalization_InternalEncodingDataItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF048, Array_EmptyInternalEnumerator_1_System_Globalization_InternalEncodingDataItem__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147B710, InternedString, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCF040, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo___ctor, (Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Dispose, (Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__MoveNext, (Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147B770, InterpretedFrameInfo, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__get_Current, (Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEFB0, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_IntervalTreeNode___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_IntervalTreeNode___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_IntervalTreeNode__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_IntervalTreeNode__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147B7D0, IntervalTreeNode, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_IntervalTreeNode__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEFA0, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_IntervalTreeNode__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK___ctor, (Array_EmptyInternalEnumerator_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__Dispose, (Array_EmptyInternalEnumerator_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__MoveNext, (Array_EmptyInternalEnumerator_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479BC0, Object *, Array_EmptyInternalEnumerator_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147B830, IpQCkqlgJLyrFpAOyBfUxXQpJsWK, Array_EmptyInternalEnumerator_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__get_Current, (Array_EmptyInternalEnumerator_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEF90, Array_EmptyInternalEnumerator_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount___ctor, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Dispose, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__MoveNext, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147B890, ItemDefinitionAmount, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__get_Current, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEF80, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Keyframe___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Keyframe___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Keyframe_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Keyframe__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Keyframe_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Keyframe__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Keyframe_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Keyframe__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Keyframe_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014718F0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Keyframe__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Keyframe_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147B8F0, Keyframe, Array_EmptyInternalEnumerator_1_UnityEngine_Keyframe__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Keyframe_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEF78, Array_EmptyInternalEnumerator_1_UnityEngine_Keyframe__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_KickedPlayer___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_KickedPlayer___ctor, (Array_EmptyInternalEnumerator_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_KickedPlayer__Dispose, (Array_EmptyInternalEnumerator_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_KickedPlayer__MoveNext, (Array_EmptyInternalEnumerator_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_KickedPlayer__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_KickedPlayer__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147B950, KickedPlayer, Array_EmptyInternalEnumerator_1_KickedPlayer__get_Current, (Array_EmptyInternalEnumerator_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEF70, Array_EmptyInternalEnumerator_1_KickedPlayer__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_LOD___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_LOD___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_LOD_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_LOD__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_LOD_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_LOD__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_LOD_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_LOD__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_LOD_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_LOD__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_LOD_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147B9B0, LOD, Array_EmptyInternalEnumerator_1_UnityEngine_LOD__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_LOD_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEF68, Array_EmptyInternalEnumerator_1_UnityEngine_LOD__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_LayerMask___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_LayerMask___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_LayerMask__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_LayerMask__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_LayerMask__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479BC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_LayerMask__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147BA10, LayerMask, Array_EmptyInternalEnumerator_1_UnityEngine_LayerMask__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEF58, Array_EmptyInternalEnumerator_1_UnityEngine_LayerMask__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Length___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Length___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Length_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Length__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Length_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Length__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Length_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Length__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Length_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Length__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Length_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147BA70, Length, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Length__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Length_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEFF8, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Length__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01475600, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147BAD0, LightDataGI, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEFF0, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_LineInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_LineInfo___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_LineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_LineInfo__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_LineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_LineInfo__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_LineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_LineInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_LineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01475600, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_LineInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_LineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147BB30, LineInfo_1, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_LineInfo__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_LineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEFE8, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_LineInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_LinkInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_LinkInfo___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_LinkInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_LinkInfo__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_LinkInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_LinkInfo__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_LinkInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_LinkInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_LinkInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_LinkInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_LinkInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147BB90, LinkInfo, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_LinkInfo__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_LinkInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEFE0, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_LinkInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_LocalDefinition___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_LocalDefinition___ctor, (Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_LocalDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_LocalDefinition__Dispose, (Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_LocalDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_LocalDefinition__MoveNext, (Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_LocalDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_LocalDefinition__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_LocalDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_LocalDefinition__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_LocalDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147BBF0, LocalDefinition, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_LocalDefinition__get_Current, (Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_LocalDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEFD8, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_LocalDefinition__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_LocalKeyword___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_LocalKeyword___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_LocalKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_LocalKeyword__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_LocalKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_LocalKeyword__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_LocalKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_LocalKeyword__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_LocalKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_LocalKeyword__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_LocalKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147BC50, LocalKeyword, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_LocalKeyword__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_LocalKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEFD0, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_LocalKeyword__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147BCB0, ManipulatorActivationFilter, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEFC8, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_TMPro_MaterialReference___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_MaterialReference___ctor, (Array_EmptyInternalEnumerator_1_TMPro_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_MaterialReference__Dispose, (Array_EmptyInternalEnumerator_1_TMPro_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_TMPro_MaterialReference__MoveNext, (Array_EmptyInternalEnumerator_1_TMPro_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_MaterialReference__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_TMPro_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01472EC0, Object *, Array_EmptyInternalEnumerator_1_TMPro_MaterialReference__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_TMPro_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147BD10, MaterialReference, Array_EmptyInternalEnumerator_1_TMPro_MaterialReference__get_Current, (Array_EmptyInternalEnumerator_1_TMPro_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEFC0, Array_EmptyInternalEnumerator_1_TMPro_MaterialReference__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_MaterialReference___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_MaterialReference___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_MaterialReference__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_MaterialReference__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_MaterialReference__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01472EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_MaterialReference__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147BD70, MaterialReference_1, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_MaterialReference__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEEC8, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_MaterialReference__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Matrix4x4___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Matrix4x4___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Matrix4x4__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Matrix4x4__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Matrix4x4__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471DE0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Matrix4x4__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147BDD0, Matrix4x4, Array_EmptyInternalEnumerator_1_UnityEngine_Matrix4x4__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEEB8, Array_EmptyInternalEnumerator_1_UnityEngine_Matrix4x4__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_MeshInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_MeshInfo___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_MeshInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_MeshInfo__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_MeshInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_MeshInfo__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_MeshInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_MeshInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_MeshInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01472EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_MeshInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_MeshInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147BE30, MeshInfo, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_MeshInfo__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_MeshInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEEA8, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_MeshInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat___ctor, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat__Dispose, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat__MoveNext, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479A40, Object *, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147BE90, MinMaxFloat, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat__get_Current, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEE98, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3___ctor, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3__Dispose, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3__MoveNext, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471BE0, Object *, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147BEF0, MinMaxVector3, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3__get_Current, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEE88, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_ModifiableContactPair___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ModifiableContactPair___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_ModifiableContactPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ModifiableContactPair__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_ModifiableContactPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_ModifiableContactPair__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_ModifiableContactPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ModifiableContactPair__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_ModifiableContactPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014725C0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_ModifiableContactPair__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_ModifiableContactPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147BF50, ModifiableContactPair, Array_EmptyInternalEnumerator_1_UnityEngine_ModifiableContactPair__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_ModifiableContactPair_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEE78, Array_EmptyInternalEnumerator_1_UnityEngine_ModifiableContactPair__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147BFB0, NameAndParameters, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEE68, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147C010, NamedValue, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEE58, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativeAnchor___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativeAnchor___ctor, (Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativeAnchor__Dispose, (Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativeAnchor__MoveNext, (Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativeAnchor__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01472EC0, Object *, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativeAnchor__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147C070, NativeAnchor, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativeAnchor__get_Current, (Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEF48, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativeAnchor__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativePlane___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativePlane___ctor, (Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativePlane__Dispose, (Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativePlane__MoveNext, (Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativePlane__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01474330, Object *, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativePlane__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147C0D0, NativePlane, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativePlane__get_Current, (Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEF38, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativePlane__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UI_Navigation___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UI_Navigation___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_Navigation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UI_Navigation__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_Navigation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UI_Navigation__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_Navigation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UI_Navigation__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_Navigation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UI_Navigation__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_Navigation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147C130, Navigation, Array_EmptyInternalEnumerator_1_UnityEngine_UI_Navigation__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_Navigation_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEF28, Array_EmptyInternalEnumerator_1_UnityEngine_UI_Navigation__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkId___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkId___ctor, (Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkId__Dispose, (Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkId__MoveNext, (Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkId__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkId__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147C190, NetworkId, Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkId__get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEF18, Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkId__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkPropertyInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkPropertyInfo___ctor, (Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkPropertyInfo__Dispose, (Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkPropertyInfo__MoveNext, (Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147C1F0, NetworkPropertyInfo, Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkPropertyInfo__get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEF08, Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkPropertyInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkValue___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkValue___ctor, (Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkValue__Dispose, (Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkValue__MoveNext, (Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkValue__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkValue__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147C250, NetworkValue, Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkValue__get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEEF8, Array_EmptyInternalEnumerator_1_Photon_Bolt_NetworkValue__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Object___ctor, (Array_EmptyInternalEnumerator_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Object__Dispose, (Array_EmptyInternalEnumerator_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Object__MoveNext, (Array_EmptyInternalEnumerator_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Object__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111A160, Object *, Array_EmptyInternalEnumerator_1_Object__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147C2B0, Object *, Array_EmptyInternalEnumerator_1_Object__get_Current, (Array_EmptyInternalEnumerator_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEEE8, Array_EmptyInternalEnumerator_1_Object__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01472410, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147C310, ObjectInitializationData, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEED8, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__Dispose, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__MoveNext, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147C370, ObjectSurface, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__get_Current, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEDC8, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_OpenChannel___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_OpenChannel___ctor, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_OpenChannel__Dispose, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_OpenChannel__MoveNext, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_OpenChannel__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_OpenChannel__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147C3D0, OpenChannel, Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_OpenChannel__get_Current, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEDB8, Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_OpenChannel__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue___ctor, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__Dispose, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__MoveNext, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147C430, OriginalMaterialValue, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__get_Current, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEDA8, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_Internal_PacketStats___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_Internal_PacketStats___ctor, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_Internal_PacketStats__Dispose, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Photon_Bolt_Internal_PacketStats__MoveNext, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_Internal_PacketStats__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C80, Object *, Array_EmptyInternalEnumerator_1_Photon_Bolt_Internal_PacketStats__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147C490, PacketStats, Array_EmptyInternalEnumerator_1_Photon_Bolt_Internal_PacketStats__get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCED98, Array_EmptyInternalEnumerator_1_Photon_Bolt_Internal_PacketStats__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_PageInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_PageInfo___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_PageInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_PageInfo__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_PageInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_PageInfo__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_PageInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_PageInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_PageInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471A40, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_PageInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_PageInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147C4F0, PageInfo, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_PageInfo__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_PageInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCED88, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_PageInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Reflection_ParameterModifier___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Reflection_ParameterModifier___ctor, (Array_EmptyInternalEnumerator_1_System_Reflection_ParameterModifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Reflection_ParameterModifier__Dispose, (Array_EmptyInternalEnumerator_1_System_Reflection_ParameterModifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Reflection_ParameterModifier__MoveNext, (Array_EmptyInternalEnumerator_1_System_Reflection_ParameterModifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Reflection_ParameterModifier__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Reflection_ParameterModifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_System_Reflection_ParameterModifier__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Reflection_ParameterModifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147C550, ParameterModifier, Array_EmptyInternalEnumerator_1_System_Reflection_ParameterModifier__get_Current, (Array_EmptyInternalEnumerator_1_System_Reflection_ParameterModifier_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCED78, Array_EmptyInternalEnumerator_1_System_Reflection_ParameterModifier__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_ParticleCollisionEvent___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ParticleCollisionEvent___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ParticleCollisionEvent__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_ParticleCollisionEvent__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ParticleCollisionEvent__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_ParticleCollisionEvent__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147C5B0, ParticleCollisionEvent, Array_EmptyInternalEnumerator_1_UnityEngine_ParticleCollisionEvent__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCED68, Array_EmptyInternalEnumerator_1_UnityEngine_ParticleCollisionEvent__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_PatchExtents___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_PatchExtents___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_PatchExtents_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_PatchExtents__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_PatchExtents_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_PatchExtents__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_PatchExtents_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_PatchExtents__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_PatchExtents_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479A40, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_PatchExtents__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_PatchExtents_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147C610, PatchExtents, Array_EmptyInternalEnumerator_1_UnityEngine_PatchExtents__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_PatchExtents_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCED58, Array_EmptyInternalEnumerator_1_UnityEngine_PatchExtents__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Rewired_PidVid___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_PidVid___ctor, (Array_EmptyInternalEnumerator_1_Rewired_PidVid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_PidVid__Dispose, (Array_EmptyInternalEnumerator_1_Rewired_PidVid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Rewired_PidVid__MoveNext, (Array_EmptyInternalEnumerator_1_Rewired_PidVid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_PidVid__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Rewired_PidVid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479BC0, Object *, Array_EmptyInternalEnumerator_1_Rewired_PidVid__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Rewired_PidVid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147C670, PidVid, Array_EmptyInternalEnumerator_1_Rewired_PidVid__get_Current, (Array_EmptyInternalEnumerator_1_Rewired_PidVid_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEE48, Array_EmptyInternalEnumerator_1_Rewired_PidVid__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Plane___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Plane___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Plane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Plane__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Plane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Plane__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Plane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Plane__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Plane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Plane__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Plane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147C6D0, Plane, Array_EmptyInternalEnumerator_1_UnityEngine_Plane__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Plane_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEE38, Array_EmptyInternalEnumerator_1_UnityEngine_Plane__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Playables_Playable___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Playables_Playable___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Playables_Playable__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Playables_Playable__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Playables_Playable__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Playables_Playable__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147C730, Playable, Array_EmptyInternalEnumerator_1_UnityEngine_Playables_Playable__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEE28, Array_EmptyInternalEnumerator_1_UnityEngine_Playables_Playable__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Playables_PlayableBinding___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Playables_PlayableBinding___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Playables_PlayableBinding__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Playables_PlayableBinding__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Playables_PlayableBinding__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Playables_PlayableBinding__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147C790, PlayableBinding, Array_EmptyInternalEnumerator_1_UnityEngine_Playables_PlayableBinding__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEE18, Array_EmptyInternalEnumerator_1_UnityEngine_Playables_PlayableBinding__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Dissonance_PlayerChannel___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_PlayerChannel___ctor, (Array_EmptyInternalEnumerator_1_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_PlayerChannel__Dispose, (Array_EmptyInternalEnumerator_1_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Dissonance_PlayerChannel__MoveNext, (Array_EmptyInternalEnumerator_1_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_PlayerChannel__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_Dissonance_PlayerChannel__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147C7F0, PlayerChannel, Array_EmptyInternalEnumerator_1_Dissonance_PlayerChannel__get_Current, (Array_EmptyInternalEnumerator_1_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEE08, Array_EmptyInternalEnumerator_1_Dissonance_PlayerChannel__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_PlayerFlashlightBeam___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_PlayerFlashlightBeam___ctor, (Array_EmptyInternalEnumerator_1_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_PlayerFlashlightBeam__Dispose, (Array_EmptyInternalEnumerator_1_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_PlayerFlashlightBeam__MoveNext, (Array_EmptyInternalEnumerator_1_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_PlayerFlashlightBeam__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_PlayerFlashlightBeam__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147C850, PlayerFlashlightBeam, Array_EmptyInternalEnumerator_1_PlayerFlashlightBeam__get_Current, (Array_EmptyInternalEnumerator_1_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEDF8, Array_EmptyInternalEnumerator_1_PlayerFlashlightBeam__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_LowLevel_PlayerLoopSystem___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_LowLevel_PlayerLoopSystem___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_LowLevel_PlayerLoopSystem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_LowLevel_PlayerLoopSystem__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_LowLevel_PlayerLoopSystem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_LowLevel_PlayerLoopSystem__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_LowLevel_PlayerLoopSystem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_LowLevel_PlayerLoopSystem__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_LowLevel_PlayerLoopSystem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_LowLevel_PlayerLoopSystem__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_LowLevel_PlayerLoopSystem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147C8B0, PlayerLoopSystem, Array_EmptyInternalEnumerator_1_UnityEngine_LowLevel_PlayerLoopSystem__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_LowLevel_PlayerLoopSystem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEDE8, Array_EmptyInternalEnumerator_1_UnityEngine_LowLevel_PlayerLoopSystem__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_PointerModel___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_PointerModel___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_PointerModel__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_PointerModel__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_PointerModel__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147C970, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_PointerModel__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147C910, PointerModel, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_PointerModel__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEDD8, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_PointerModel__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_PrefabId___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_PrefabId___ctor, (Array_EmptyInternalEnumerator_1_Photon_Bolt_PrefabId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_PrefabId__Dispose, (Array_EmptyInternalEnumerator_1_Photon_Bolt_PrefabId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Photon_Bolt_PrefabId__MoveNext, (Array_EmptyInternalEnumerator_1_Photon_Bolt_PrefabId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_PrefabId__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Photon_Bolt_PrefabId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479BC0, Object *, Array_EmptyInternalEnumerator_1_Photon_Bolt_PrefabId__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_PrefabId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147CA60, PrefabId, Array_EmptyInternalEnumerator_1_Photon_Bolt_PrefabId__get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_PrefabId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCECC8, Array_EmptyInternalEnumerator_1_Photon_Bolt_PrefabId__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_Priority___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_Priority___ctor, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_Priority__Dispose, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Photon_Bolt_Priority__MoveNext, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_Priority__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C80, Object *, Array_EmptyInternalEnumerator_1_Photon_Bolt_Priority__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147CAC0, Priority, Array_EmptyInternalEnumerator_1_Photon_Bolt_Priority__get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCECB8, Array_EmptyInternalEnumerator_1_Photon_Bolt_Priority__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147CB20, ProbeVolumeBakingProcessSettings, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCECA8, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Pathfinding_Progress___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Progress___ctor, (Array_EmptyInternalEnumerator_1_Pathfinding_Progress_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Progress__Dispose, (Array_EmptyInternalEnumerator_1_Pathfinding_Progress_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Pathfinding_Progress__MoveNext, (Array_EmptyInternalEnumerator_1_Pathfinding_Progress_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Progress__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Pathfinding_Progress_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Pathfinding_Progress__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_Progress_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147CB80, Progress, Array_EmptyInternalEnumerator_1_Pathfinding_Progress__get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_Progress_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEC98, Array_EmptyInternalEnumerator_1_Pathfinding_Progress__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Steamworks_PublishedFileId_t___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Steamworks_PublishedFileId_t___ctor, (Array_EmptyInternalEnumerator_1_Steamworks_PublishedFileId_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Steamworks_PublishedFileId_t__Dispose, (Array_EmptyInternalEnumerator_1_Steamworks_PublishedFileId_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Steamworks_PublishedFileId_t__MoveNext, (Array_EmptyInternalEnumerator_1_Steamworks_PublishedFileId_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Steamworks_PublishedFileId_t__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Steamworks_PublishedFileId_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_Steamworks_PublishedFileId_t__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Steamworks_PublishedFileId_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147CBE0, PublishedFileId_t, Array_EmptyInternalEnumerator_1_Steamworks_PublishedFileId_t__get_Current, (Array_EmptyInternalEnumerator_1_Steamworks_PublishedFileId_t_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEC88, Array_EmptyInternalEnumerator_1_Steamworks_PublishedFileId_t__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_QeeoSydAJKtvhuMHtIdMCGTRHBDhA___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_QeeoSydAJKtvhuMHtIdMCGTRHBDhA___ctor, (Array_EmptyInternalEnumerator_1_QeeoSydAJKtvhuMHtIdMCGTRHBDhA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_QeeoSydAJKtvhuMHtIdMCGTRHBDhA__Dispose, (Array_EmptyInternalEnumerator_1_QeeoSydAJKtvhuMHtIdMCGTRHBDhA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_QeeoSydAJKtvhuMHtIdMCGTRHBDhA__MoveNext, (Array_EmptyInternalEnumerator_1_QeeoSydAJKtvhuMHtIdMCGTRHBDhA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_QeeoSydAJKtvhuMHtIdMCGTRHBDhA__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_QeeoSydAJKtvhuMHtIdMCGTRHBDhA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C80, Object *, Array_EmptyInternalEnumerator_1_QeeoSydAJKtvhuMHtIdMCGTRHBDhA__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_QeeoSydAJKtvhuMHtIdMCGTRHBDhA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147CC40, QeeoSydAJKtvhuMHtIdMCGTRHBDhA, Array_EmptyInternalEnumerator_1_QeeoSydAJKtvhuMHtIdMCGTRHBDhA__get_Current, (Array_EmptyInternalEnumerator_1_QeeoSydAJKtvhuMHtIdMCGTRHBDhA_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEC78, Array_EmptyInternalEnumerator_1_QeeoSydAJKtvhuMHtIdMCGTRHBDhA__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Quaternion___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Quaternion___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Quaternion__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Quaternion__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Quaternion__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Quaternion__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147CCA0, Quaternion, Array_EmptyInternalEnumerator_1_UnityEngine_Quaternion__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEC68, Array_EmptyInternalEnumerator_1_UnityEngine_Quaternion__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Xml_Schema_RangePositionInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_Schema_RangePositionInfo___ctor, (Array_EmptyInternalEnumerator_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_Schema_RangePositionInfo__Dispose, (Array_EmptyInternalEnumerator_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Xml_Schema_RangePositionInfo__MoveNext, (Array_EmptyInternalEnumerator_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_Schema_RangePositionInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Xml_Schema_RangePositionInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147CD00, RangePositionInfo, Array_EmptyInternalEnumerator_1_System_Xml_Schema_RangePositionInfo__get_Current, (Array_EmptyInternalEnumerator_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEC58, Array_EmptyInternalEnumerator_1_System_Xml_Schema_RangePositionInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_RaycastHit___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_RaycastHit___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_RaycastHit__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_RaycastHit__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_RaycastHit__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147A660, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_RaycastHit__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147CD60, RaycastHit, Array_EmptyInternalEnumerator_1_UnityEngine_RaycastHit__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCED48, Array_EmptyInternalEnumerator_1_UnityEngine_RaycastHit__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_RaycastHit2D___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_RaycastHit2D___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_RaycastHit2D__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_RaycastHit2D__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_RaycastHit2D__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471BE0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_RaycastHit2D__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147CDC0, RaycastHit2D, Array_EmptyInternalEnumerator_1_UnityEngine_RaycastHit2D__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCED38, Array_EmptyInternalEnumerator_1_UnityEngine_RaycastHit2D__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_EventSystems_RaycastResult___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_EventSystems_RaycastResult___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_EventSystems_RaycastResult__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_EventSystems_RaycastResult__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_EventSystems_RaycastResult__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01476460, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_EventSystems_RaycastResult__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147CE20, RaycastResult, Array_EmptyInternalEnumerator_1_UnityEngine_EventSystems_RaycastResult__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCED28, Array_EmptyInternalEnumerator_1_UnityEngine_EventSystems_RaycastResult__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rect___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rect___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rect__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Rect__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rect__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Rect__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147CE80, Rect, Array_EmptyInternalEnumerator_1_UnityEngine_Rect__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCED18, Array_EmptyInternalEnumerator_1_UnityEngine_Rect__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147CEE0, ReflectionProbeBlendInfo, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCED08, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Dissonance_RemoteChannel___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_RemoteChannel___ctor, (Array_EmptyInternalEnumerator_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_RemoteChannel__Dispose, (Array_EmptyInternalEnumerator_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Dissonance_RemoteChannel__MoveNext, (Array_EmptyInternalEnumerator_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_RemoteChannel__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_Dissonance_RemoteChannel__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147CF40, RemoteChannel, Array_EmptyInternalEnumerator_1_Dissonance_RemoteChannel__get_Current, (Array_EmptyInternalEnumerator_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCECF8, Array_EmptyInternalEnumerator_1_Dissonance_RemoteChannel__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147CFA0, RenderChainTextEntry, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCECE8, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_RenderInstancedDataLayout___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_RenderInstancedDataLayout___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_RenderInstancedDataLayout__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_RenderInstancedDataLayout__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_RenderInstancedDataLayout__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_RenderInstancedDataLayout__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147D000, RenderInstancedDataLayout, Array_EmptyInternalEnumerator_1_UnityEngine_RenderInstancedDataLayout__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCECD8, Array_EmptyInternalEnumerator_1_UnityEngine_RenderInstancedDataLayout__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147D060, RenderTargetIdentifier, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEBC8, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147D0C0, RendererList, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEBB8, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147D120, RendererListHandle, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEBA8, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147D1E0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147D180, RendererListResource, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEB98, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Resolution___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Resolution___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Resolution__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Resolution__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Resolution__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Resolution__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147D2E0, Resolution, Array_EmptyInternalEnumerator_1_UnityEngine_Resolution__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEB88, Array_EmptyInternalEnumerator_1_UnityEngine_Resolution__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147D340, ResourceHandle, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEB78, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Resources_ResourceLocator___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Resources_ResourceLocator___ctor, (Array_EmptyInternalEnumerator_1_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Resources_ResourceLocator__Dispose, (Array_EmptyInternalEnumerator_1_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Resources_ResourceLocator__MoveNext, (Array_EmptyInternalEnumerator_1_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Resources_ResourceLocator__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Resources_ResourceLocator__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147D3A0, ResourceLocator, Array_EmptyInternalEnumerator_1_System_Resources_ResourceLocator__get_Current, (Array_EmptyInternalEnumerator_1_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEB68, Array_EmptyInternalEnumerator_1_System_Resources_ResourceLocator__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_TMPro_RichTextTagAttribute___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_RichTextTagAttribute___ctor, (Array_EmptyInternalEnumerator_1_TMPro_RichTextTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_RichTextTagAttribute__Dispose, (Array_EmptyInternalEnumerator_1_TMPro_RichTextTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_TMPro_RichTextTagAttribute__MoveNext, (Array_EmptyInternalEnumerator_1_TMPro_RichTextTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_RichTextTagAttribute__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_TMPro_RichTextTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_TMPro_RichTextTagAttribute__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_TMPro_RichTextTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147D400, RichTextTagAttribute, Array_EmptyInternalEnumerator_1_TMPro_RichTextTagAttribute__get_Current, (Array_EmptyInternalEnumerator_1_TMPro_RichTextTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEB58, Array_EmptyInternalEnumerator_1_TMPro_RichTextTagAttribute__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_RichTextTagAttribute___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_RichTextTagAttribute___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_RichTextTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_RichTextTagAttribute__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_RichTextTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_RichTextTagAttribute__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_RichTextTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_RichTextTagAttribute__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_RichTextTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471A40, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_RichTextTagAttribute__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_RichTextTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147D460, RichTextTagAttribute_1, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_RichTextTagAttribute__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_RichTextTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEC48, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_RichTextTagAttribute__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Dissonance_RoomChannel___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_RoomChannel___ctor, (Array_EmptyInternalEnumerator_1_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_RoomChannel__Dispose, (Array_EmptyInternalEnumerator_1_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Dissonance_RoomChannel__MoveNext, (Array_EmptyInternalEnumerator_1_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_RoomChannel__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_Dissonance_RoomChannel__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147D4C0, RoomChannel, Array_EmptyInternalEnumerator_1_Dissonance_RoomChannel__get_Current, (Array_EmptyInternalEnumerator_1_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEC38, Array_EmptyInternalEnumerator_1_Dissonance_RoomChannel__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Dissonance_RoomMembership___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_RoomMembership___ctor, (Array_EmptyInternalEnumerator_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_RoomMembership__Dispose, (Array_EmptyInternalEnumerator_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Dissonance_RoomMembership__MoveNext, (Array_EmptyInternalEnumerator_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_RoomMembership__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_Dissonance_RoomMembership__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147D520, RoomMembership, Array_EmptyInternalEnumerator_1_Dissonance_RoomMembership__get_Current, (Array_EmptyInternalEnumerator_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEC28, Array_EmptyInternalEnumerator_1_Dissonance_RoomMembership__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Dissonance_RoomName___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_RoomName___ctor, (Array_EmptyInternalEnumerator_1_Dissonance_RoomName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_RoomName__Dispose, (Array_EmptyInternalEnumerator_1_Dissonance_RoomName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Dissonance_RoomName__MoveNext, (Array_EmptyInternalEnumerator_1_Dissonance_RoomName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_RoomName__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Dissonance_RoomName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Dissonance_RoomName__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Dissonance_RoomName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147D580, RoomName, Array_EmptyInternalEnumerator_1_Dissonance_RoomName__get_Current, (Array_EmptyInternalEnumerator_1_Dissonance_RoomName_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEC18, Array_EmptyInternalEnumerator_1_Dissonance_RoomName__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Rotate___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Rotate___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Rotate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Rotate__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Rotate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Rotate__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Rotate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Rotate__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Rotate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Rotate__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Rotate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147D5E0, Rotate_1, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Rotate__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Rotate_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEC08, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Rotate__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_RuleMatcher___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_RuleMatcher___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_RuleMatcher__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_RuleMatcher__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_RuleMatcher__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_RuleMatcher__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147D640, RuleMatcher, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_RuleMatcher__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEBF8, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_RuleMatcher__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_RuntimeLabel___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_RuntimeLabel___ctor, (Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_RuntimeLabel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_RuntimeLabel__Dispose, (Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_RuntimeLabel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_RuntimeLabel__MoveNext, (Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_RuntimeLabel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_RuntimeLabel__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_RuntimeLabel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C80, Object *, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_RuntimeLabel__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_RuntimeLabel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147D6A0, RuntimeLabel, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_RuntimeLabel__get_Current, (Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_RuntimeLabel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEBE8, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_RuntimeLabel__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_SByte___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_SByte___ctor, (Array_EmptyInternalEnumerator_1_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_SByte__Dispose, (Array_EmptyInternalEnumerator_1_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_SByte__MoveNext, (Array_EmptyInternalEnumerator_1_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_SByte__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470F90, Object *, Array_EmptyInternalEnumerator_1_SByte__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147D700, int8_t, Array_EmptyInternalEnumerator_1_SByte__get_Current, (Array_EmptyInternalEnumerator_1_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEBD8, Array_EmptyInternalEnumerator_1_SByte__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_SByteEnum___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_SByteEnum___ctor, (Array_EmptyInternalEnumerator_1_SByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_SByteEnum__Dispose, (Array_EmptyInternalEnumerator_1_SByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_SByteEnum__MoveNext, (Array_EmptyInternalEnumerator_1_SByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_SByteEnum__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_SByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470F90, Object *, Array_EmptyInternalEnumerator_1_SByteEnum__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_SByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147D760, SByteEnum__Enum, Array_EmptyInternalEnumerator_1_SByteEnum__get_Current, (Array_EmptyInternalEnumerator_1_SByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEAC8, Array_EmptyInternalEnumerator_1_SByteEnum__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_ComTypes_STATDATA___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_ComTypes_STATDATA___ctor, (Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_ComTypes_STATDATA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_ComTypes_STATDATA__Dispose, (Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_ComTypes_STATDATA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_ComTypes_STATDATA__MoveNext, (Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_ComTypes_STATDATA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_ComTypes_STATDATA__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_ComTypes_STATDATA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01472EC0, Object *, Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_ComTypes_STATDATA__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_ComTypes_STATDATA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147D7C0, STATDATA, Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_ComTypes_STATDATA__get_Current, (Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_ComTypes_STATDATA_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEAB8, Array_EmptyInternalEnumerator_1_System_Runtime_InteropServices_ComTypes_STATDATA__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_ScalableImage___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_ScalableImage___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_ScalableImage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_ScalableImage__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_ScalableImage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_ScalableImage__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_ScalableImage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_ScalableImage__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_ScalableImage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_ScalableImage__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_ScalableImage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147D820, ScalableImage, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_ScalableImage__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_ScalableImage_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEAA8, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_ScalableImage__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Scale___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Scale___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Scale_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Scale__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Scale_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Scale__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Scale_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Scale__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Scale_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Scale__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Scale_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147D880, Scale, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Scale__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Scale_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEA98, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Scale__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147D8E0, SelectorMatchRecord, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEA88, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Windows_Speech_SemanticMeaning___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Windows_Speech_SemanticMeaning___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Windows_Speech_SemanticMeaning_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Windows_Speech_SemanticMeaning__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Windows_Speech_SemanticMeaning_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Windows_Speech_SemanticMeaning__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Windows_Speech_SemanticMeaning_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Windows_Speech_SemanticMeaning__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Windows_Speech_SemanticMeaning_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Windows_Speech_SemanticMeaning__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Windows_Speech_SemanticMeaning_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147D940, SemanticMeaning, Array_EmptyInternalEnumerator_1_UnityEngine_Windows_Speech_SemanticMeaning__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Windows_Speech_SemanticMeaning_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEA78, Array_EmptyInternalEnumerator_1_UnityEngine_Windows_Speech_SemanticMeaning__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_SerializedType___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_SerializedType___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_SerializedType_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_SerializedType__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_SerializedType_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_SerializedType__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_SerializedType_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_SerializedType__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_SerializedType_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_SerializedType__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_SerializedType_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147D9A0, SerializedType, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_SerializedType__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_SerializedType_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEA68, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_SerializedType__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_SessionClient___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_SessionClient___ctor, (Array_EmptyInternalEnumerator_1_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_SessionClient__Dispose, (Array_EmptyInternalEnumerator_1_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_SessionClient__MoveNext, (Array_EmptyInternalEnumerator_1_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_SessionClient__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01472EC0, Object *, Array_EmptyInternalEnumerator_1_SessionClient__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147DA00, SessionClient, Array_EmptyInternalEnumerator_1_SessionClient__get_Current, (Array_EmptyInternalEnumerator_1_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEA58, Array_EmptyInternalEnumerator_1_SessionClient__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderKeyword___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderKeyword___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderKeyword__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderKeyword__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderKeyword__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderKeyword__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147DA60, ShaderKeyword, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderKeyword__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEB48, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderKeyword__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderTagId___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderTagId___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderTagId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderTagId__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderTagId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderTagId__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderTagId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderTagId__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderTagId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479BC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderTagId__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderTagId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147DAC0, ShaderTagId, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderTagId__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderTagId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEB38, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderTagId__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderVariablesProbeVolumes___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderVariablesProbeVolumes___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderVariablesProbeVolumes_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderVariablesProbeVolumes__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderVariablesProbeVolumes_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderVariablesProbeVolumes__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderVariablesProbeVolumes_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderVariablesProbeVolumes__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderVariablesProbeVolumes_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471DE0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderVariablesProbeVolumes__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderVariablesProbeVolumes_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147DB20, ShaderVariablesProbeVolumes, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderVariablesProbeVolumes__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderVariablesProbeVolumes_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEB28, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_ShaderVariablesProbeVolumes__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Single___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Single___ctor, (Array_EmptyInternalEnumerator_1_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Single__Dispose, (Array_EmptyInternalEnumerator_1_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Single__MoveNext, (Array_EmptyInternalEnumerator_1_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Single__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147DBE0, Object *, Array_EmptyInternalEnumerator_1_Single__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147DB80, float, Array_EmptyInternalEnumerator_1_Single__get_Current, (Array_EmptyInternalEnumerator_1_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEB18, Array_EmptyInternalEnumerator_1_Single__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_SkeletonBone___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_SkeletonBone___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_SkeletonBone_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_SkeletonBone__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_SkeletonBone_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_SkeletonBone__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_SkeletonBone_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_SkeletonBone__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_SkeletonBone_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01472EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_SkeletonBone__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_SkeletonBone_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147DC50, SkeletonBone, Array_EmptyInternalEnumerator_1_UnityEngine_SkeletonBone__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_SkeletonBone_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEB08, Array_EmptyInternalEnumerator_1_UnityEngine_SkeletonBone__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Discord_Sku___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Discord_Sku___ctor, (Array_EmptyInternalEnumerator_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Discord_Sku__Dispose, (Array_EmptyInternalEnumerator_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Discord_Sku__MoveNext, (Array_EmptyInternalEnumerator_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Discord_Sku__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_Discord_Sku__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147DCB0, Sku, Array_EmptyInternalEnumerator_1_Discord_Sku__get_Current, (Array_EmptyInternalEnumerator_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEAF8, Array_EmptyInternalEnumerator_1_Discord_Sku__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Dissonance_Audio_Playback_SpeechSession___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_Audio_Playback_SpeechSession___ctor, (Array_EmptyInternalEnumerator_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_Audio_Playback_SpeechSession__Dispose, (Array_EmptyInternalEnumerator_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Dissonance_Audio_Playback_SpeechSession__MoveNext, (Array_EmptyInternalEnumerator_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_Audio_Playback_SpeechSession__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01472EC0, Object *, Array_EmptyInternalEnumerator_1_Dissonance_Audio_Playback_SpeechSession__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147DD10, SpeechSession, Array_EmptyInternalEnumerator_1_Dissonance_Audio_Playback_SpeechSession__get_Current, (Array_EmptyInternalEnumerator_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEAE8, Array_EmptyInternalEnumerator_1_Dissonance_Audio_Playback_SpeechSession__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_SphericalHarmonicsL2___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_SphericalHarmonicsL2___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_SphericalHarmonicsL2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_SphericalHarmonicsL2__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_SphericalHarmonicsL2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_SphericalHarmonicsL2__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_SphericalHarmonicsL2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_SphericalHarmonicsL2__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_SphericalHarmonicsL2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147DDD0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_SphericalHarmonicsL2__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_SphericalHarmonicsL2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147DD70, SphericalHarmonicsL2, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_SphericalHarmonicsL2__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_SphericalHarmonicsL2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEAD8, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_SphericalHarmonicsL2__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UI_SpriteState___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UI_SpriteState___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_SpriteState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UI_SpriteState__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_SpriteState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UI_SpriteState__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_SpriteState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UI_SpriteState__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_SpriteState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UI_SpriteState__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_SpriteState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147DE90, SpriteState, Array_EmptyInternalEnumerator_1_UnityEngine_UI_SpriteState__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_SpriteState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE9C8, Array_EmptyInternalEnumerator_1_UnityEngine_UI_SpriteState__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Net_Security_SslApplicationProtocol___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_Security_SslApplicationProtocol___ctor, (Array_EmptyInternalEnumerator_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_Security_SslApplicationProtocol__Dispose, (Array_EmptyInternalEnumerator_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Net_Security_SslApplicationProtocol__MoveNext, (Array_EmptyInternalEnumerator_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_Security_SslApplicationProtocol__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Net_Security_SslApplicationProtocol__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147DEF0, SslApplicationProtocol, Array_EmptyInternalEnumerator_1_System_Net_Security_SslApplicationProtocol__get_Current, (Array_EmptyInternalEnumerator_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE9B8, Array_EmptyInternalEnumerator_1_System_Net_Security_SslApplicationProtocol__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Steamworks_SteamItemDef_t___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Steamworks_SteamItemDef_t___ctor, (Array_EmptyInternalEnumerator_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Steamworks_SteamItemDef_t__Dispose, (Array_EmptyInternalEnumerator_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Steamworks_SteamItemDef_t__MoveNext, (Array_EmptyInternalEnumerator_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Steamworks_SteamItemDef_t__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479BC0, Object *, Array_EmptyInternalEnumerator_1_Steamworks_SteamItemDef_t__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147DF50, SteamItemDef_t, Array_EmptyInternalEnumerator_1_Steamworks_SteamItemDef_t__get_Current, (Array_EmptyInternalEnumerator_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE9A8, Array_EmptyInternalEnumerator_1_Steamworks_SteamItemDef_t__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Steamworks_SteamItemDetails_t___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Steamworks_SteamItemDetails_t___ctor, (Array_EmptyInternalEnumerator_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Steamworks_SteamItemDetails_t__Dispose, (Array_EmptyInternalEnumerator_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Steamworks_SteamItemDetails_t__MoveNext, (Array_EmptyInternalEnumerator_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Steamworks_SteamItemDetails_t__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Steamworks_SteamItemDetails_t__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147DFB0, SteamItemDetails_t, Array_EmptyInternalEnumerator_1_Steamworks_SteamItemDetails_t__get_Current, (Array_EmptyInternalEnumerator_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE998, Array_EmptyInternalEnumerator_1_Steamworks_SteamItemDetails_t__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyName___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyName___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyName__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyName__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyName__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyName__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147E010, StylePropertyName, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyName__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE988, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyName__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147E070, StylePropertyValue, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE978, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSelectorPart___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSelectorPart___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSelectorPart__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSelectorPart__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147E0D0, StyleSelectorPart, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSelectorPart__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE968, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSelectorPart__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147E130, StyleSyntaxToken, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE958, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147E190, StyleValue, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEA48, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleValueHandle___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleValueHandle___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleValueHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleValueHandle__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleValueHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleValueHandle__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleValueHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleValueHandle__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleValueHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleValueHandle__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleValueHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147E1F0, StyleValueHandle, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleValueHandle__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleValueHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEA38, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleValueHandle__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147E250, StyleValueManaged, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEA28, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleVariable___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleVariable___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleVariable__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleVariable__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleVariable__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleVariable__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147E2B0, StyleVariable, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleVariable__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEA18, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleVariable__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01472410, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147E310, SubMeshDescriptor, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEA08, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_Substring___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_Substring___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_Substring__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_Substring__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147E370, Substring, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_Substring__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE9F8, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_Substring__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_CharacterInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_CharacterInfo___ctor, (Array_EmptyInternalEnumerator_1_TMPro_TMP_CharacterInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_CharacterInfo__Dispose, (Array_EmptyInternalEnumerator_1_TMPro_TMP_CharacterInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_TMPro_TMP_CharacterInfo__MoveNext, (Array_EmptyInternalEnumerator_1_TMPro_TMP_CharacterInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_CharacterInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_TMPro_TMP_CharacterInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147E430, Object *, Array_EmptyInternalEnumerator_1_TMPro_TMP_CharacterInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_CharacterInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147E3D0, TMP_CharacterInfo, Array_EmptyInternalEnumerator_1_TMPro_TMP_CharacterInfo__get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_CharacterInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE9E8, Array_EmptyInternalEnumerator_1_TMPro_TMP_CharacterInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_FontWeightPair___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_FontWeightPair___ctor, (Array_EmptyInternalEnumerator_1_TMPro_TMP_FontWeightPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_FontWeightPair__Dispose, (Array_EmptyInternalEnumerator_1_TMPro_TMP_FontWeightPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_TMPro_TMP_FontWeightPair__MoveNext, (Array_EmptyInternalEnumerator_1_TMPro_TMP_FontWeightPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_FontWeightPair__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_TMPro_TMP_FontWeightPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_TMPro_TMP_FontWeightPair__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_FontWeightPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147E550, TMP_FontWeightPair, Array_EmptyInternalEnumerator_1_TMPro_TMP_FontWeightPair__get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_FontWeightPair_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE9D8, Array_EmptyInternalEnumerator_1_TMPro_TMP_FontWeightPair__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_LineInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_LineInfo___ctor, (Array_EmptyInternalEnumerator_1_TMPro_TMP_LineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_LineInfo__Dispose, (Array_EmptyInternalEnumerator_1_TMPro_TMP_LineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_TMPro_TMP_LineInfo__MoveNext, (Array_EmptyInternalEnumerator_1_TMPro_TMP_LineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_LineInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_TMPro_TMP_LineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147E610, Object *, Array_EmptyInternalEnumerator_1_TMPro_TMP_LineInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_LineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147E5B0, TMP_LineInfo, Array_EmptyInternalEnumerator_1_TMPro_TMP_LineInfo__get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_LineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE8C8, Array_EmptyInternalEnumerator_1_TMPro_TMP_LineInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_LinkInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_LinkInfo___ctor, (Array_EmptyInternalEnumerator_1_TMPro_TMP_LinkInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_LinkInfo__Dispose, (Array_EmptyInternalEnumerator_1_TMPro_TMP_LinkInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_TMPro_TMP_LinkInfo__MoveNext, (Array_EmptyInternalEnumerator_1_TMPro_TMP_LinkInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_LinkInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_TMPro_TMP_LinkInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_TMPro_TMP_LinkInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_LinkInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147E6C0, TMP_LinkInfo, Array_EmptyInternalEnumerator_1_TMPro_TMP_LinkInfo__get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_LinkInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE8B8, Array_EmptyInternalEnumerator_1_TMPro_TMP_LinkInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_MeshInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_MeshInfo___ctor, (Array_EmptyInternalEnumerator_1_TMPro_TMP_MeshInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_MeshInfo__Dispose, (Array_EmptyInternalEnumerator_1_TMPro_TMP_MeshInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_TMPro_TMP_MeshInfo__MoveNext, (Array_EmptyInternalEnumerator_1_TMPro_TMP_MeshInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_MeshInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_TMPro_TMP_MeshInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01476460, Object *, Array_EmptyInternalEnumerator_1_TMPro_TMP_MeshInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_MeshInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147E720, TMP_MeshInfo, Array_EmptyInternalEnumerator_1_TMPro_TMP_MeshInfo__get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_MeshInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE8A8, Array_EmptyInternalEnumerator_1_TMPro_TMP_MeshInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_PageInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_PageInfo___ctor, (Array_EmptyInternalEnumerator_1_TMPro_TMP_PageInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_PageInfo__Dispose, (Array_EmptyInternalEnumerator_1_TMPro_TMP_PageInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_TMPro_TMP_PageInfo__MoveNext, (Array_EmptyInternalEnumerator_1_TMPro_TMP_PageInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_PageInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_TMPro_TMP_PageInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471A40, Object *, Array_EmptyInternalEnumerator_1_TMPro_TMP_PageInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_PageInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147E780, TMP_PageInfo, Array_EmptyInternalEnumerator_1_TMPro_TMP_PageInfo__get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_PageInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE898, Array_EmptyInternalEnumerator_1_TMPro_TMP_PageInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_WordInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_WordInfo___ctor, (Array_EmptyInternalEnumerator_1_TMPro_TMP_WordInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_WordInfo__Dispose, (Array_EmptyInternalEnumerator_1_TMPro_TMP_WordInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_TMPro_TMP_WordInfo__MoveNext, (Array_EmptyInternalEnumerator_1_TMPro_TMP_WordInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_WordInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_TMPro_TMP_WordInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_TMPro_TMP_WordInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_WordInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147E7E0, TMP_WordInfo, Array_EmptyInternalEnumerator_1_TMPro_TMP_WordInfo__get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_WordInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE888, Array_EmptyInternalEnumerator_1_TMPro_TMP_WordInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_TerrainUtils_TerrainTileCoord___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TerrainUtils_TerrainTileCoord___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_TerrainUtils_TerrainTileCoord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TerrainUtils_TerrainTileCoord__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_TerrainUtils_TerrainTileCoord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_TerrainUtils_TerrainTileCoord__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_TerrainUtils_TerrainTileCoord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TerrainUtils_TerrainTileCoord__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_TerrainUtils_TerrainTileCoord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_TerrainUtils_TerrainTileCoord__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TerrainUtils_TerrainTileCoord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147E840, TerrainTileCoord, Array_EmptyInternalEnumerator_1_UnityEngine_TerrainUtils_TerrainTileCoord__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TerrainUtils_TerrainTileCoord_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE878, Array_EmptyInternalEnumerator_1_UnityEngine_TerrainUtils_TerrainTileCoord__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextElementInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextElementInfo___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextElementInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextElementInfo__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextElementInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextElementInfo__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextElementInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextElementInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextElementInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147E900, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextElementInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextElementInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147E8A0, TextElementInfo, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextElementInfo__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextElementInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE868, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextElementInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextShadow___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextShadow___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextShadow_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextShadow__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextShadow_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextShadow__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextShadow_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextShadow__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextShadow_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014718F0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextShadow__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextShadow_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147EA10, TextShadow, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextShadow__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextShadow_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE858, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextShadow__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextVertex___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextVertex___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextVertex__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextVertex__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextVertex__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextVertex__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147EA70, TextVertex_1, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextVertex__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextVertex_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE948, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextVertex__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_TextureHandle___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_TextureHandle___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_TextureHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_TextureHandle__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_TextureHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_TextureHandle__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_TextureHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_TextureHandle__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_TextureHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_TextureHandle__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_TextureHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147EAD0, TextureHandle, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_TextureHandle__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_TextureHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE938, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_TextureHandle__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextureId___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextureId___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextureId__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextureId__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextureId__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479BC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextureId__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147EB30, TextureId, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextureId__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE928, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextureId__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Tilemaps_TileData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Tilemaps_TileData___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Tilemaps_TileData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Tilemaps_TileData__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Tilemaps_TileData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Tilemaps_TileData__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Tilemaps_TileData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Tilemaps_TileData__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Tilemaps_TileData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01475600, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Tilemaps_TileData__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Tilemaps_TileData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147EB90, TileData, Array_EmptyInternalEnumerator_1_UnityEngine_Tilemaps_TileData__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Tilemaps_TileData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE918, Array_EmptyInternalEnumerator_1_UnityEngine_Tilemaps_TileData__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_TimeSpan___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TimeSpan___ctor, (Array_EmptyInternalEnumerator_1_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TimeSpan__Dispose, (Array_EmptyInternalEnumerator_1_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_TimeSpan__MoveNext, (Array_EmptyInternalEnumerator_1_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TimeSpan__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_TimeSpan__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147EBF0, TimeSpan, Array_EmptyInternalEnumerator_1_TimeSpan__get_Current, (Array_EmptyInternalEnumerator_1_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE908, Array_EmptyInternalEnumerator_1_TimeSpan__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TimeValue___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TimeValue___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TimeValue__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TimeValue__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TimeValue__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TimeValue__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147EC50, TimeValue, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TimeValue__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE8F8, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TimeValue__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Touch___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Touch___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Touch__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Touch__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Touch__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147ED10, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Touch__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147ECB0, Touch, Array_EmptyInternalEnumerator_1_UnityEngine_Touch__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE8E8, Array_EmptyInternalEnumerator_1_UnityEngine_Touch__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147EDB0, Touch_1, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE8D8, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147EE10, TrackableId, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE7C8, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01472410, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147EE70, Transform3x4, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE7B8, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TransformOrigin___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TransformOrigin___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TransformOrigin_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TransformOrigin__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TransformOrigin_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TransformOrigin__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TransformOrigin_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TransformOrigin__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TransformOrigin_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471A40, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TransformOrigin__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TransformOrigin_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147EED0, TransformOrigin, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TransformOrigin__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TransformOrigin_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE7A8, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TransformOrigin__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Translate___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Translate___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Translate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Translate__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Translate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Translate__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Translate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Translate__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Translate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Translate__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Translate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147EF30, Translate_1, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Translate__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Translate_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE798, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Translate__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_TreeInstance___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TreeInstance___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_TreeInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TreeInstance__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_TreeInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_TreeInstance__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_TreeInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TreeInstance__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_TreeInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_TreeInstance__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TreeInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147EF90, TreeInstance, Array_EmptyInternalEnumerator_1_UnityEngine_TreeInstance__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TreeInstance_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE788, Array_EmptyInternalEnumerator_1_UnityEngine_TreeInstance__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeItem___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeItem___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeItem__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeItem__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeItem__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeItem__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147EFF0, TreeItem, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeItem__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE778, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeItem__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147F050, TreeViewItemWrapper, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE768, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_TypeId___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_TypeId___ctor, (Array_EmptyInternalEnumerator_1_Photon_Bolt_TypeId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_TypeId__Dispose, (Array_EmptyInternalEnumerator_1_Photon_Bolt_TypeId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Photon_Bolt_TypeId__MoveNext, (Array_EmptyInternalEnumerator_1_Photon_Bolt_TypeId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_TypeId__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Photon_Bolt_TypeId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479BC0, Object *, Array_EmptyInternalEnumerator_1_Photon_Bolt_TypeId__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_TypeId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147F0B0, TypeId, Array_EmptyInternalEnumerator_1_Photon_Bolt_TypeId__get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_TypeId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE758, Array_EmptyInternalEnumerator_1_Photon_Bolt_TypeId__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper___ctor, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper__Dispose, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper__MoveNext, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147F110, TypeWrapper, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper__get_Current, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE848, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UICharInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UICharInfo___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UICharInfo__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UICharInfo__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UICharInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UICharInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147F170, UICharInfo, Array_EmptyInternalEnumerator_1_UnityEngine_UICharInfo__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE838, Array_EmptyInternalEnumerator_1_UnityEngine_UICharInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UILineInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UILineInfo___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UILineInfo__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UILineInfo__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UILineInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UILineInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147F1D0, UILineInfo, Array_EmptyInternalEnumerator_1_UnityEngine_UILineInfo__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE828, Array_EmptyInternalEnumerator_1_UnityEngine_UILineInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIVertex___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIVertex___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIVertex__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIVertex__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIVertex__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147DDD0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIVertex__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147F230, UIVertex, Array_EmptyInternalEnumerator_1_UnityEngine_UIVertex__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE818, Array_EmptyInternalEnumerator_1_UnityEngine_UIVertex__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UInt16___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UInt16___ctor, (Array_EmptyInternalEnumerator_1_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UInt16__Dispose, (Array_EmptyInternalEnumerator_1_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UInt16__MoveNext, (Array_EmptyInternalEnumerator_1_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UInt16__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479910, Object *, Array_EmptyInternalEnumerator_1_UInt16__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147F290, uint16_t, Array_EmptyInternalEnumerator_1_UInt16__get_Current, (Array_EmptyInternalEnumerator_1_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE808, Array_EmptyInternalEnumerator_1_UInt16__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UInt16Enum___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UInt16Enum___ctor, (Array_EmptyInternalEnumerator_1_UInt16Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UInt16Enum__Dispose, (Array_EmptyInternalEnumerator_1_UInt16Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UInt16Enum__MoveNext, (Array_EmptyInternalEnumerator_1_UInt16Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UInt16Enum__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UInt16Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479910, Object *, Array_EmptyInternalEnumerator_1_UInt16Enum__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UInt16Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147F2F0, UInt16Enum__Enum, Array_EmptyInternalEnumerator_1_UInt16Enum__get_Current, (Array_EmptyInternalEnumerator_1_UInt16Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE7F8, Array_EmptyInternalEnumerator_1_UInt16Enum__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UInt32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UInt32___ctor, (Array_EmptyInternalEnumerator_1_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UInt32__Dispose, (Array_EmptyInternalEnumerator_1_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UInt32__MoveNext, (Array_EmptyInternalEnumerator_1_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UInt32__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479BC0, Object *, Array_EmptyInternalEnumerator_1_UInt32__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147F350, uint32_t, Array_EmptyInternalEnumerator_1_UInt32__get_Current, (Array_EmptyInternalEnumerator_1_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE7E8, Array_EmptyInternalEnumerator_1_UInt32__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UInt32Enum___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UInt32Enum___ctor, (Array_EmptyInternalEnumerator_1_UInt32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UInt32Enum__Dispose, (Array_EmptyInternalEnumerator_1_UInt32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UInt32Enum__MoveNext, (Array_EmptyInternalEnumerator_1_UInt32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UInt32Enum__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UInt32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479BC0, Object *, Array_EmptyInternalEnumerator_1_UInt32Enum__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UInt32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147F3B0, UInt32Enum__Enum, Array_EmptyInternalEnumerator_1_UInt32Enum__get_Current, (Array_EmptyInternalEnumerator_1_UInt32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE7D8, Array_EmptyInternalEnumerator_1_UInt32Enum__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UInt64___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UInt64___ctor, (Array_EmptyInternalEnumerator_1_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UInt64__Dispose, (Array_EmptyInternalEnumerator_1_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UInt64__MoveNext, (Array_EmptyInternalEnumerator_1_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UInt64__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_UInt64__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147F410, uint64_t, Array_EmptyInternalEnumerator_1_UInt64__get_Current, (Array_EmptyInternalEnumerator_1_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE6C8, Array_EmptyInternalEnumerator_1_UInt64__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture___ctor, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Dispose, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__MoveNext, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147F470, UVTexture, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__get_Current, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE6B8, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UdpKit_UdpChannelName___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UdpKit_UdpChannelName___ctor, (Array_EmptyInternalEnumerator_1_UdpKit_UdpChannelName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UdpKit_UdpChannelName__Dispose, (Array_EmptyInternalEnumerator_1_UdpKit_UdpChannelName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UdpKit_UdpChannelName__MoveNext, (Array_EmptyInternalEnumerator_1_UdpKit_UdpChannelName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UdpKit_UdpChannelName__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UdpKit_UdpChannelName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UdpKit_UdpChannelName__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UdpKit_UdpChannelName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147F4D0, UdpChannelName, Array_EmptyInternalEnumerator_1_UdpKit_UdpChannelName__get_Current, (Array_EmptyInternalEnumerator_1_UdpKit_UdpChannelName_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE6A8, Array_EmptyInternalEnumerator_1_UdpKit_UdpChannelName__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UdpKit_UdpEndPoint___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UdpKit_UdpEndPoint___ctor, (Array_EmptyInternalEnumerator_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UdpKit_UdpEndPoint__Dispose, (Array_EmptyInternalEnumerator_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UdpKit_UdpEndPoint__MoveNext, (Array_EmptyInternalEnumerator_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UdpKit_UdpEndPoint__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014718F0, Object *, Array_EmptyInternalEnumerator_1_UdpKit_UdpEndPoint__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147F530, UdpEndPoint, Array_EmptyInternalEnumerator_1_UdpKit_UdpEndPoint__get_Current, (Array_EmptyInternalEnumerator_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE698, Array_EmptyInternalEnumerator_1_UdpKit_UdpEndPoint__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UdpKit_UdpEvent___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UdpKit_UdpEvent___ctor, (Array_EmptyInternalEnumerator_1_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UdpKit_UdpEvent__Dispose, (Array_EmptyInternalEnumerator_1_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UdpKit_UdpEvent__MoveNext, (Array_EmptyInternalEnumerator_1_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UdpKit_UdpEvent__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UdpKit_UdpEvent__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147F590, UdpEvent, Array_EmptyInternalEnumerator_1_UdpKit_UdpEvent__get_Current, (Array_EmptyInternalEnumerator_1_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE688, Array_EmptyInternalEnumerator_1_UdpKit_UdpEvent__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UdpKit_UdpIPv4Address___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UdpKit_UdpIPv4Address___ctor, (Array_EmptyInternalEnumerator_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UdpKit_UdpIPv4Address__Dispose, (Array_EmptyInternalEnumerator_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UdpKit_UdpIPv4Address__MoveNext, (Array_EmptyInternalEnumerator_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UdpKit_UdpIPv4Address__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479BC0, Object *, Array_EmptyInternalEnumerator_1_UdpKit_UdpIPv4Address__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147F5F0, UdpIPv4Address, Array_EmptyInternalEnumerator_1_UdpKit_UdpIPv4Address__get_Current, (Array_EmptyInternalEnumerator_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE678, Array_EmptyInternalEnumerator_1_UdpKit_UdpIPv4Address__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UdpKit_UdpPipeHandle___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UdpKit_UdpPipeHandle___ctor, (Array_EmptyInternalEnumerator_1_UdpKit_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UdpKit_UdpPipeHandle__Dispose, (Array_EmptyInternalEnumerator_1_UdpKit_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UdpKit_UdpPipeHandle__MoveNext, (Array_EmptyInternalEnumerator_1_UdpKit_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UdpKit_UdpPipeHandle__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UdpKit_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UdpKit_UdpPipeHandle__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UdpKit_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147F650, UdpPipeHandle, Array_EmptyInternalEnumerator_1_UdpKit_UdpPipeHandle__get_Current, (Array_EmptyInternalEnumerator_1_UdpKit_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE668, Array_EmptyInternalEnumerator_1_UdpKit_UdpPipeHandle__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_UniqueId___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_UniqueId___ctor, (Array_EmptyInternalEnumerator_1_Photon_Bolt_UniqueId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_UniqueId__Dispose, (Array_EmptyInternalEnumerator_1_Photon_Bolt_UniqueId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Photon_Bolt_UniqueId__MoveNext, (Array_EmptyInternalEnumerator_1_Photon_Bolt_UniqueId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_UniqueId__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Photon_Bolt_UniqueId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Photon_Bolt_UniqueId__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_UniqueId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147F6B0, UniqueId, Array_EmptyInternalEnumerator_1_Photon_Bolt_UniqueId__get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_UniqueId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE658, Array_EmptyInternalEnumerator_1_Photon_Bolt_UniqueId__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_XR_UsageHint___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_XR_UsageHint___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_XR_UsageHint__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_XR_UsageHint__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147F710, UsageHint, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_XR_UsageHint__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE748, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_XR_UsageHint__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Discord_User___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Discord_User___ctor, (Array_EmptyInternalEnumerator_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Discord_User__Dispose, (Array_EmptyInternalEnumerator_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Discord_User__MoveNext, (Array_EmptyInternalEnumerator_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Discord_User__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_Discord_User__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147F770, User, Array_EmptyInternalEnumerator_1_Discord_User__get_Current, (Array_EmptyInternalEnumerator_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE738, Array_EmptyInternalEnumerator_1_Discord_User__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Net_WebSockets_ValueWebSocketReceiveResult___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_WebSockets_ValueWebSocketReceiveResult___ctor, (Array_EmptyInternalEnumerator_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_WebSockets_ValueWebSocketReceiveResult__Dispose, (Array_EmptyInternalEnumerator_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Net_WebSockets_ValueWebSocketReceiveResult__MoveNext, (Array_EmptyInternalEnumerator_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_WebSockets_ValueWebSocketReceiveResult__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_System_Net_WebSockets_ValueWebSocketReceiveResult__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147F7D0, ValueWebSocketReceiveResult, Array_EmptyInternalEnumerator_1_System_Net_WebSockets_ValueWebSocketReceiveResult__get_Current, (Array_EmptyInternalEnumerator_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE728, Array_EmptyInternalEnumerator_1_System_Net_WebSockets_ValueWebSocketReceiveResult__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Vector2___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Vector2___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Vector2__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Vector2__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Vector2__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479A40, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Vector2__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147F830, Vector2, Array_EmptyInternalEnumerator_1_UnityEngine_Vector2__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE718, Array_EmptyInternalEnumerator_1_UnityEngine_Vector2__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Vector2Int___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Vector2Int___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Vector2Int__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Vector2Int__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Vector2Int__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Vector2Int__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147F890, Vector2Int, Array_EmptyInternalEnumerator_1_UnityEngine_Vector2Int__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE708, Array_EmptyInternalEnumerator_1_UnityEngine_Vector2Int__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Vector3___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Vector3___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Vector3__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Vector3__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Vector3__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Vector3__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147F8F0, Vector3, Array_EmptyInternalEnumerator_1_UnityEngine_Vector3__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE6F8, Array_EmptyInternalEnumerator_1_UnityEngine_Vector3__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Vector3Int___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Vector3Int___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Vector3Int__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Vector3Int__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Vector3Int__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Vector3Int__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147F950, Vector3Int, Array_EmptyInternalEnumerator_1_UnityEngine_Vector3Int__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE6E8, Array_EmptyInternalEnumerator_1_UnityEngine_Vector3Int__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UI_Extensions_Vector3_Array2D___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UI_Extensions_Vector3_Array2D___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_Extensions_Vector3_Array2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UI_Extensions_Vector3_Array2D__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_Extensions_Vector3_Array2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UI_Extensions_Vector3_Array2D__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_Extensions_Vector3_Array2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UI_Extensions_Vector3_Array2D__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_Extensions_Vector3_Array2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UI_Extensions_Vector3_Array2D__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_Extensions_Vector3_Array2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147F9B0, Vector3_Array2D, Array_EmptyInternalEnumerator_1_UnityEngine_UI_Extensions_Vector3_Array2D__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_Extensions_Vector3_Array2D_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE6D8, Array_EmptyInternalEnumerator_1_UnityEngine_UI_Extensions_Vector3_Array2D__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Vector4___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Vector4___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Vector4__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Vector4__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Vector4__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Vector4__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147FA10, Vector4, Array_EmptyInternalEnumerator_1_UnityEngine_Vector4__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE5C0, Array_EmptyInternalEnumerator_1_UnityEngine_Vector4__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VectorImageVertex___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VectorImageVertex___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VectorImageVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VectorImageVertex__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VectorImageVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VectorImageVertex__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VectorImageVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VectorImageVertex__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VectorImageVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014718F0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VectorImageVertex__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VectorImageVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147FA70, VectorImageVertex, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VectorImageVertex__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VectorImageVertex_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE5B0, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VectorImageVertex__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Vertex___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Vertex___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Vertex__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Vertex__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Vertex__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01474330, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Vertex__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147FAD0, Vertex, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Vertex__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE5A0, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_Vertex__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147FB30, VertexAttributeDescriptor, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE590, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration___ctor, (Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Dispose, (Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__MoveNext, (Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147FB90, ViewConfiguration, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__get_Current, (Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE580, Array_EmptyInternalEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Dissonance_Networking_VoicePacket___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_Networking_VoicePacket___ctor, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_Networking_VoicePacket__Dispose, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Dissonance_Networking_VoicePacket__MoveNext, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_Networking_VoicePacket__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01472EC0, Object *, Array_EmptyInternalEnumerator_1_Dissonance_Networking_VoicePacket__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147FBF0, VoicePacket, Array_EmptyInternalEnumerator_1_Dissonance_Networking_VoicePacket__get_Current, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE568, Array_EmptyInternalEnumerator_1_Dissonance_Networking_VoicePacket__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_VoxelCell___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_VoxelCell___ctor, (Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_VoxelCell_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_VoxelCell__Dispose, (Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_VoxelCell_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_VoxelCell__MoveNext, (Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_VoxelCell_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_VoxelCell__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_VoxelCell_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_VoxelCell__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_VoxelCell_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147FC50, VoxelCell, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_VoxelCell__get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_VoxelCell_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE550, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_VoxelCell__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_VoxelContour___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_VoxelContour___ctor, (Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_VoxelContour__Dispose, (Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_VoxelContour__MoveNext, (Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_VoxelContour__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_VoxelContour__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147FCB0, VoxelContour, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_VoxelContour__get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE538, Array_EmptyInternalEnumerator_1_Pathfinding_Voxels_VoxelContour__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES___ctor, (Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Dispose, (Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__MoveNext, (Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147FD70, Object *, Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147FD10, Win32_IP_ADAPTER_ADDRESSES, Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__get_Current, (Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE648, Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO___ctor, (Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Dispose, (Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__MoveNext, (Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147FEB0, Object *, Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147FE50, Win32_IP_ADAPTER_INFO, Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__get_Current, (Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE630, Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADDR_STRING___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADDR_STRING___ctor, (Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADDR_STRING_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADDR_STRING__Dispose, (Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADDR_STRING_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADDR_STRING__MoveNext, (Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADDR_STRING_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADDR_STRING__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADDR_STRING_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADDR_STRING__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADDR_STRING_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147FF90, Win32_IP_ADDR_STRING, Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADDR_STRING__get_Current, (Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADDR_STRING_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE620, Array_EmptyInternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADDR_STRING__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_WordInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_WordInfo___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_WordInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_WordInfo__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_WordInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_WordInfo__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_WordInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_WordInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_WordInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_WordInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_WordInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147FFF0, WordInfo, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_WordInfo__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_WordInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE610, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_WordInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_TMPro_WordWrapState___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_WordWrapState___ctor, (Array_EmptyInternalEnumerator_1_TMPro_WordWrapState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_WordWrapState__Dispose, (Array_EmptyInternalEnumerator_1_TMPro_WordWrapState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_TMPro_WordWrapState__MoveNext, (Array_EmptyInternalEnumerator_1_TMPro_WordWrapState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_WordWrapState__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_TMPro_WordWrapState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014800B0, Object *, Array_EmptyInternalEnumerator_1_TMPro_WordWrapState__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_TMPro_WordWrapState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480050, WordWrapState, Array_EmptyInternalEnumerator_1_TMPro_WordWrapState__get_Current, (Array_EmptyInternalEnumerator_1_TMPro_WordWrapState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE600, Array_EmptyInternalEnumerator_1_TMPro_WordWrapState__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus___ctor, (Array_EmptyInternalEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Dispose, (Array_EmptyInternalEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__MoveNext, (Array_EmptyInternalEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014801D0, X509ChainStatus, Array_EmptyInternalEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__get_Current, (Array_EmptyInternalEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE5F0, Array_EmptyInternalEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_MS_Internal_Xml_Cache_XPathNode___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_MS_Internal_Xml_Cache_XPathNode___ctor, (Array_EmptyInternalEnumerator_1_MS_Internal_Xml_Cache_XPathNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_MS_Internal_Xml_Cache_XPathNode__Dispose, (Array_EmptyInternalEnumerator_1_MS_Internal_Xml_Cache_XPathNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_MS_Internal_Xml_Cache_XPathNode__MoveNext, (Array_EmptyInternalEnumerator_1_MS_Internal_Xml_Cache_XPathNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_MS_Internal_Xml_Cache_XPathNode__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_MS_Internal_Xml_Cache_XPathNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_MS_Internal_Xml_Cache_XPathNode__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_MS_Internal_Xml_Cache_XPathNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480230, XPathNode, Array_EmptyInternalEnumerator_1_MS_Internal_Xml_Cache_XPathNode__get_Current, (Array_EmptyInternalEnumerator_1_MS_Internal_Xml_Cache_XPathNode_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE5E0, Array_EmptyInternalEnumerator_1_MS_Internal_Xml_Cache_XPathNode__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef___ctor, (Array_EmptyInternalEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef__Dispose, (Array_EmptyInternalEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef__MoveNext, (Array_EmptyInternalEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480290, XPathNodeRef, Array_EmptyInternalEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef__get_Current, (Array_EmptyInternalEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE5D0, Array_EmptyInternalEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRAnchor___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRAnchor___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRAnchor__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRAnchor__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRAnchor__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01473D50, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRAnchor__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014802F0, XRAnchor, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRAnchor__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE4A0, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRAnchor__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480350, XRFeatureDescriptor, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE490, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_XRNodeState___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_XRNodeState___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_XRNodeState__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_XR_XRNodeState__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_XRNodeState__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01475600, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_XR_XRNodeState__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014803B0, XRNodeState, Array_EmptyInternalEnumerator_1_UnityEngine_XR_XRNodeState__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE480, Array_EmptyInternalEnumerator_1_UnityEngine_XR_XRNodeState__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRRaycast___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRRaycast___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRRaycast__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRRaycast__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRRaycast__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01476460, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRRaycast__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480410, XRRaycast, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRRaycast__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE470, Array_EmptyInternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRRaycast__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_XmlTagAttribute___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_XmlTagAttribute___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_XmlTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_XmlTagAttribute__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_XmlTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_XmlTagAttribute__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_XmlTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_XmlTagAttribute__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_XmlTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471A40, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_XmlTagAttribute__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_XmlTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480470, XmlTagAttribute, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_XmlTagAttribute__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_XmlTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE460, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_XmlTagAttribute__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_aOHEnKCFymegycPegEXPFUjlaUPpA___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_aOHEnKCFymegycPegEXPFUjlaUPpA___ctor, (Array_EmptyInternalEnumerator_1_aOHEnKCFymegycPegEXPFUjlaUPpA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_aOHEnKCFymegycPegEXPFUjlaUPpA__Dispose, (Array_EmptyInternalEnumerator_1_aOHEnKCFymegycPegEXPFUjlaUPpA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_aOHEnKCFymegycPegEXPFUjlaUPpA__MoveNext, (Array_EmptyInternalEnumerator_1_aOHEnKCFymegycPegEXPFUjlaUPpA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_aOHEnKCFymegycPegEXPFUjlaUPpA__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_aOHEnKCFymegycPegEXPFUjlaUPpA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_aOHEnKCFymegycPegEXPFUjlaUPpA__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_aOHEnKCFymegycPegEXPFUjlaUPpA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014804D0, aOHEnKCFymegycPegEXPFUjlaUPpA, Array_EmptyInternalEnumerator_1_aOHEnKCFymegycPegEXPFUjlaUPpA__get_Current, (Array_EmptyInternalEnumerator_1_aOHEnKCFymegycPegEXPFUjlaUPpA_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE450, Array_EmptyInternalEnumerator_1_aOHEnKCFymegycPegEXPFUjlaUPpA__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_aQHgSHeigtcamfIWbNaiXaCiVwuq___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_aQHgSHeigtcamfIWbNaiXaCiVwuq___ctor, (Array_EmptyInternalEnumerator_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__Dispose, (Array_EmptyInternalEnumerator_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__MoveNext, (Array_EmptyInternalEnumerator_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479BC0, Object *, Array_EmptyInternalEnumerator_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480530, aQHgSHeigtcamfIWbNaiXaCiVwuq, Array_EmptyInternalEnumerator_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__get_Current, (Array_EmptyInternalEnumerator_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE440, Array_EmptyInternalEnumerator_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_jvalue___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_jvalue___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_jvalue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_jvalue__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_jvalue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_jvalue__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_jvalue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_jvalue__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_jvalue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_jvalue__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_jvalue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480590, jvalue, Array_EmptyInternalEnumerator_1_UnityEngine_jvalue__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_jvalue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE430, Array_EmptyInternalEnumerator_1_UnityEngine_jvalue__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_tSPvxZUJjzaTiAEejeAOLKctGpmKA___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_tSPvxZUJjzaTiAEejeAOLKctGpmKA___ctor, (Array_EmptyInternalEnumerator_1_tSPvxZUJjzaTiAEejeAOLKctGpmKA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_tSPvxZUJjzaTiAEejeAOLKctGpmKA__Dispose, (Array_EmptyInternalEnumerator_1_tSPvxZUJjzaTiAEejeAOLKctGpmKA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_tSPvxZUJjzaTiAEejeAOLKctGpmKA__MoveNext, (Array_EmptyInternalEnumerator_1_tSPvxZUJjzaTiAEejeAOLKctGpmKA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_tSPvxZUJjzaTiAEejeAOLKctGpmKA__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_tSPvxZUJjzaTiAEejeAOLKctGpmKA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_tSPvxZUJjzaTiAEejeAOLKctGpmKA__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_tSPvxZUJjzaTiAEejeAOLKctGpmKA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014805F0, tSPvxZUJjzaTiAEejeAOLKctGpmKA, Array_EmptyInternalEnumerator_1_tSPvxZUJjzaTiAEejeAOLKctGpmKA__get_Current, (Array_EmptyInternalEnumerator_1_tSPvxZUJjzaTiAEejeAOLKctGpmKA_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE520, Array_EmptyInternalEnumerator_1_tSPvxZUJjzaTiAEejeAOLKctGpmKA__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_yUgrsNEvLzxrXGzkHTUPIBJYGDah___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_yUgrsNEvLzxrXGzkHTUPIBJYGDah___ctor, (Array_EmptyInternalEnumerator_1_yUgrsNEvLzxrXGzkHTUPIBJYGDah_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_yUgrsNEvLzxrXGzkHTUPIBJYGDah__Dispose, (Array_EmptyInternalEnumerator_1_yUgrsNEvLzxrXGzkHTUPIBJYGDah_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_yUgrsNEvLzxrXGzkHTUPIBJYGDah__MoveNext, (Array_EmptyInternalEnumerator_1_yUgrsNEvLzxrXGzkHTUPIBJYGDah_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_yUgrsNEvLzxrXGzkHTUPIBJYGDah__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_yUgrsNEvLzxrXGzkHTUPIBJYGDah_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_yUgrsNEvLzxrXGzkHTUPIBJYGDah__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_yUgrsNEvLzxrXGzkHTUPIBJYGDah_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480650, yUgrsNEvLzxrXGzkHTUPIBJYGDah, Array_EmptyInternalEnumerator_1_yUgrsNEvLzxrXGzkHTUPIBJYGDah__get_Current, (Array_EmptyInternalEnumerator_1_yUgrsNEvLzxrXGzkHTUPIBJYGDah_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE510, Array_EmptyInternalEnumerator_1_yUgrsNEvLzxrXGzkHTUPIBJYGDah__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_AIObjectPool_PreloadedPrefab___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_AIObjectPool_PreloadedPrefab___ctor, (Array_EmptyInternalEnumerator_1_AIObjectPool_PreloadedPrefab_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_AIObjectPool_PreloadedPrefab__Dispose, (Array_EmptyInternalEnumerator_1_AIObjectPool_PreloadedPrefab_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_AIObjectPool_PreloadedPrefab__MoveNext, (Array_EmptyInternalEnumerator_1_AIObjectPool_PreloadedPrefab_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_AIObjectPool_PreloadedPrefab__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_AIObjectPool_PreloadedPrefab_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_AIObjectPool_PreloadedPrefab__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_AIObjectPool_PreloadedPrefab_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014806B0, AIObjectPool_PreloadedPrefab, Array_EmptyInternalEnumerator_1_AIObjectPool_PreloadedPrefab__get_Current, (Array_EmptyInternalEnumerator_1_AIObjectPool_PreloadedPrefab_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE500, Array_EmptyInternalEnumerator_1_AIObjectPool_PreloadedPrefab__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Pathfinding_AdvancedSmooth_Turn___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_AdvancedSmooth_Turn___ctor, (Array_EmptyInternalEnumerator_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_AdvancedSmooth_Turn__Dispose, (Array_EmptyInternalEnumerator_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Pathfinding_AdvancedSmooth_Turn__MoveNext, (Array_EmptyInternalEnumerator_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480710, AdvancedSmooth_Turn, Array_EmptyInternalEnumerator_1_Pathfinding_AdvancedSmooth_Turn__get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE4F0, Array_EmptyInternalEnumerator_1_Pathfinding_AdvancedSmooth_Turn__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Pathfinding_RVO_Sampled_Agent_VO___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_RVO_Sampled_Agent_VO___ctor, (Array_EmptyInternalEnumerator_1_Pathfinding_RVO_Sampled_Agent_VO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_RVO_Sampled_Agent_VO__Dispose, (Array_EmptyInternalEnumerator_1_Pathfinding_RVO_Sampled_Agent_VO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Pathfinding_RVO_Sampled_Agent_VO__MoveNext, (Array_EmptyInternalEnumerator_1_Pathfinding_RVO_Sampled_Agent_VO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_RVO_Sampled_Agent_VO__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Pathfinding_RVO_Sampled_Agent_VO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147E610, Object *, Array_EmptyInternalEnumerator_1_Pathfinding_RVO_Sampled_Agent_VO__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_RVO_Sampled_Agent_VO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480770, Agent_VO, Array_EmptyInternalEnumerator_1_Pathfinding_RVO_Sampled_Agent_VO__get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_RVO_Sampled_Agent_VO_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE4E0, Array_EmptyInternalEnumerator_1_Pathfinding_RVO_Sampled_Agent_VO__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014807D0, AnimationOutputWeightProcessor_WeightInfo, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE4D0, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Pathfinding_AstarDebugger_GraphPoint___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_AstarDebugger_GraphPoint___ctor, (Array_EmptyInternalEnumerator_1_Pathfinding_AstarDebugger_GraphPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_AstarDebugger_GraphPoint__Dispose, (Array_EmptyInternalEnumerator_1_Pathfinding_AstarDebugger_GraphPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Pathfinding_AstarDebugger_GraphPoint__MoveNext, (Array_EmptyInternalEnumerator_1_Pathfinding_AstarDebugger_GraphPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_AstarDebugger_GraphPoint__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Pathfinding_AstarDebugger_GraphPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C80, Object *, Array_EmptyInternalEnumerator_1_Pathfinding_AstarDebugger_GraphPoint__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_AstarDebugger_GraphPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480830, AstarDebugger_GraphPoint, Array_EmptyInternalEnumerator_1_Pathfinding_AstarDebugger_GraphPoint__get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_AstarDebugger_GraphPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE4C0, Array_EmptyInternalEnumerator_1_Pathfinding_AstarDebugger_GraphPoint__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Pathfinding_AstarDebugger_PathTypeDebug___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_AstarDebugger_PathTypeDebug___ctor, (Array_EmptyInternalEnumerator_1_Pathfinding_AstarDebugger_PathTypeDebug_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_AstarDebugger_PathTypeDebug__Dispose, (Array_EmptyInternalEnumerator_1_Pathfinding_AstarDebugger_PathTypeDebug_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Pathfinding_AstarDebugger_PathTypeDebug__MoveNext, (Array_EmptyInternalEnumerator_1_Pathfinding_AstarDebugger_PathTypeDebug_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_AstarDebugger_PathTypeDebug__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Pathfinding_AstarDebugger_PathTypeDebug_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_Pathfinding_AstarDebugger_PathTypeDebug__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_AstarDebugger_PathTypeDebug_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480890, AstarDebugger_PathTypeDebug, Array_EmptyInternalEnumerator_1_Pathfinding_AstarDebugger_PathTypeDebug__get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_AstarDebugger_PathTypeDebug_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE4B0, Array_EmptyInternalEnumerator_1_Pathfinding_AstarDebugger_PathTypeDebug__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_AtlasAllocatorDynamic_AtlasNode___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_AtlasAllocatorDynamic_AtlasNode___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_AtlasAllocatorDynamic_AtlasNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_AtlasAllocatorDynamic_AtlasNode__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_AtlasAllocatorDynamic_AtlasNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_AtlasAllocatorDynamic_AtlasNode__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_AtlasAllocatorDynamic_AtlasNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_AtlasAllocatorDynamic_AtlasNode__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_AtlasAllocatorDynamic_AtlasNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_AtlasAllocatorDynamic_AtlasNode__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_AtlasAllocatorDynamic_AtlasNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014808F0, AtlasAllocatorDynamic_AtlasNode, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_AtlasAllocatorDynamic_AtlasNode__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_AtlasAllocatorDynamic_AtlasNode_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE378, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_AtlasAllocatorDynamic_AtlasNode__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_ComponentModel_AttributeCollection_AttributeEntry___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_ComponentModel_AttributeCollection_AttributeEntry___ctor, (Array_EmptyInternalEnumerator_1_System_ComponentModel_AttributeCollection_AttributeEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_ComponentModel_AttributeCollection_AttributeEntry__Dispose, (Array_EmptyInternalEnumerator_1_System_ComponentModel_AttributeCollection_AttributeEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_ComponentModel_AttributeCollection_AttributeEntry__MoveNext, (Array_EmptyInternalEnumerator_1_System_ComponentModel_AttributeCollection_AttributeEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_ComponentModel_AttributeCollection_AttributeEntry__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_ComponentModel_AttributeCollection_AttributeEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_ComponentModel_AttributeCollection_AttributeEntry__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_ComponentModel_AttributeCollection_AttributeEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480950, AttributeCollection_AttributeEntry, Array_EmptyInternalEnumerator_1_System_ComponentModel_AttributeCollection_AttributeEntry__get_Current, (Array_EmptyInternalEnumerator_1_System_ComponentModel_AttributeCollection_AttributeEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE368, Array_EmptyInternalEnumerator_1_System_ComponentModel_AttributeCollection_AttributeEntry__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Pathfinding_BBTree_BBTreeBox___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_BBTree_BBTreeBox___ctor, (Array_EmptyInternalEnumerator_1_Pathfinding_BBTree_BBTreeBox_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_BBTree_BBTreeBox__Dispose, (Array_EmptyInternalEnumerator_1_Pathfinding_BBTree_BBTreeBox_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Pathfinding_BBTree_BBTreeBox__MoveNext, (Array_EmptyInternalEnumerator_1_Pathfinding_BBTree_BBTreeBox_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_BBTree_BBTreeBox__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Pathfinding_BBTree_BBTreeBox_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014718F0, Object *, Array_EmptyInternalEnumerator_1_Pathfinding_BBTree_BBTreeBox__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_BBTree_BBTreeBox_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014809B0, BBTree_BBTreeBox, Array_EmptyInternalEnumerator_1_Pathfinding_BBTree_BBTreeBox__get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_BBTree_BBTreeBox_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE350, Array_EmptyInternalEnumerator_1_Pathfinding_BBTree_BBTreeBox__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480A10, BaseStyleMatcher_MatchContext, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE338, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480A70, BeforeRenderHelper_OrderBlock, Array_EmptyInternalEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE320, Array_EmptyInternalEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Pathfinding_BinaryHeap_Tuple___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_BinaryHeap_Tuple___ctor, (Array_EmptyInternalEnumerator_1_Pathfinding_BinaryHeap_Tuple_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_BinaryHeap_Tuple__Dispose, (Array_EmptyInternalEnumerator_1_Pathfinding_BinaryHeap_Tuple_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Pathfinding_BinaryHeap_Tuple__MoveNext, (Array_EmptyInternalEnumerator_1_Pathfinding_BinaryHeap_Tuple_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_BinaryHeap_Tuple__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Pathfinding_BinaryHeap_Tuple_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Pathfinding_BinaryHeap_Tuple__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_BinaryHeap_Tuple_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480AD0, BinaryHeap_Tuple, Array_EmptyInternalEnumerator_1_Pathfinding_BinaryHeap_Tuple__get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_BinaryHeap_Tuple_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE308, Array_EmptyInternalEnumerator_1_Pathfinding_BinaryHeap_Tuple__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480B30, BitmapAllocator32_Page, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE2F8, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_PostProcessing_BloomRenderer_Level___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_PostProcessing_BloomRenderer_Level___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_PostProcessing_BloomRenderer_Level_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_PostProcessing_BloomRenderer_Level__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_PostProcessing_BloomRenderer_Level_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_PostProcessing_BloomRenderer_Level__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_PostProcessing_BloomRenderer_Level_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_PostProcessing_BloomRenderer_Level__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_PostProcessing_BloomRenderer_Level_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_PostProcessing_BloomRenderer_Level__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_PostProcessing_BloomRenderer_Level_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480B90, BloomRenderer_Level, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_PostProcessing_BloomRenderer_Level__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_PostProcessing_BloomRenderer_Level_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE2E8, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_PostProcessing_BloomRenderer_Level__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_Utils_BoltConsole_Line___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_Utils_BoltConsole_Line___ctor, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_Utils_BoltConsole_Line__Dispose, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Photon_Bolt_Utils_BoltConsole_Line__MoveNext, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_Utils_BoltConsole_Line__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_Photon_Bolt_Utils_BoltConsole_Line__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480BF0, BoltConsole_Line, Array_EmptyInternalEnumerator_1_Photon_Bolt_Utils_BoltConsole_Line__get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE420, Array_EmptyInternalEnumerator_1_Photon_Bolt_Utils_BoltConsole_Line__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_Tokens_BoltProtocolTokenRegistry_TokenRegistry___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_Tokens_BoltProtocolTokenRegistry_TokenRegistry___ctor, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Tokens_BoltProtocolTokenRegistry_TokenRegistry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_Tokens_BoltProtocolTokenRegistry_TokenRegistry__Dispose, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Tokens_BoltProtocolTokenRegistry_TokenRegistry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Photon_Bolt_Tokens_BoltProtocolTokenRegistry_TokenRegistry__MoveNext, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Tokens_BoltProtocolTokenRegistry_TokenRegistry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_Tokens_BoltProtocolTokenRegistry_TokenRegistry__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Tokens_BoltProtocolTokenRegistry_TokenRegistry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Photon_Bolt_Tokens_BoltProtocolTokenRegistry_TokenRegistry__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Tokens_BoltProtocolTokenRegistry_TokenRegistry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480C50, BoltProtocolTokenRegistry_TokenRegistry, Array_EmptyInternalEnumerator_1_Photon_Bolt_Tokens_BoltProtocolTokenRegistry_TokenRegistry__get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_Tokens_BoltProtocolTokenRegistry_TokenRegistry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE408, Array_EmptyInternalEnumerator_1_Photon_Bolt_Tokens_BoltProtocolTokenRegistry_TokenRegistry__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Globalization_CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Globalization_CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap___ctor, (Array_EmptyInternalEnumerator_1_System_Globalization_CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Globalization_CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap__Dispose, (Array_EmptyInternalEnumerator_1_System_Globalization_CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Globalization_CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap__MoveNext, (Array_EmptyInternalEnumerator_1_System_Globalization_CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Globalization_CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Globalization_CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_System_Globalization_CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Globalization_CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480CB0, CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap, Array_EmptyInternalEnumerator_1_System_Globalization_CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap__get_Current, (Array_EmptyInternalEnumerator_1_System_Globalization_CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE3F0, Array_EmptyInternalEnumerator_1_System_Globalization_CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Camera_RenderRequest___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Camera_RenderRequest___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Camera_RenderRequest__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Camera_RenderRequest__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Camera_RenderRequest__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Camera_RenderRequest__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480D10, Camera_RenderRequest, Array_EmptyInternalEnumerator_1_UnityEngine_Camera_RenderRequest__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE3E0, Array_EmptyInternalEnumerator_1_UnityEngine_Camera_RenderRequest__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Cinemachine_CameraState_CustomBlendable___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CameraState_CustomBlendable___ctor, (Array_EmptyInternalEnumerator_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CameraState_CustomBlendable__Dispose, (Array_EmptyInternalEnumerator_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Cinemachine_CameraState_CustomBlendable__MoveNext, (Array_EmptyInternalEnumerator_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CameraState_CustomBlendable__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Cinemachine_CameraState_CustomBlendable__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480D70, CameraState_CustomBlendable, Array_EmptyInternalEnumerator_1_Cinemachine_CameraState_CustomBlendable__get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE3D0, Array_EmptyInternalEnumerator_1_Cinemachine_CameraState_CustomBlendable__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot___ctor, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot__Dispose, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot__MoveNext, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480DD0, CharacterFootEffects_Foot, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot__get_Current, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE3C0, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineBlendListCamera_Instruction___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineBlendListCamera_Instruction___ctor, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineBlendListCamera_Instruction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineBlendListCamera_Instruction__Dispose, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineBlendListCamera_Instruction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineBlendListCamera_Instruction__MoveNext, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineBlendListCamera_Instruction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineBlendListCamera_Instruction__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineBlendListCamera_Instruction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineBlendListCamera_Instruction__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineBlendListCamera_Instruction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480E30, CinemachineBlendListCamera_Instruction, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineBlendListCamera_Instruction__get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineBlendListCamera_Instruction_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE3A8, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineBlendListCamera_Instruction__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineBlenderSettings_CustomBlend___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineBlenderSettings_CustomBlend___ctor, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineBlenderSettings_CustomBlend_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineBlenderSettings_CustomBlend__Dispose, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineBlenderSettings_CustomBlend_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineBlenderSettings_CustomBlend__MoveNext, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineBlenderSettings_CustomBlend_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineBlenderSettings_CustomBlend__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineBlenderSettings_CustomBlend_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineBlenderSettings_CustomBlend__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineBlenderSettings_CustomBlend_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480E90, CinemachineBlenderSettings_CustomBlend, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineBlenderSettings_CustomBlend__get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineBlenderSettings_CustomBlend_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE390, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineBlenderSettings_CustomBlend__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineClearShot_Pair___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineClearShot_Pair___ctor, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineClearShot_Pair__Dispose, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineClearShot_Pair__MoveNext, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480EF0, CinemachineClearShot_Pair, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineClearShot_Pair__get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE228, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineClearShot_Pair__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineFreeLook_Orbit___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineFreeLook_Orbit___ctor, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineFreeLook_Orbit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineFreeLook_Orbit__Dispose, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineFreeLook_Orbit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineFreeLook_Orbit__MoveNext, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineFreeLook_Orbit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineFreeLook_Orbit__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineFreeLook_Orbit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479A40, Object *, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineFreeLook_Orbit__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineFreeLook_Orbit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480F50, CinemachineFreeLook_Orbit, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineFreeLook_Orbit__get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineFreeLook_Orbit_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE210, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineFreeLook_Orbit__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachinePath_Waypoint___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachinePath_Waypoint___ctor, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachinePath_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachinePath_Waypoint__Dispose, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachinePath_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachinePath_Waypoint__MoveNext, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachinePath_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachinePath_Waypoint__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachinePath_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014718F0, Object *, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachinePath_Waypoint__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachinePath_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01480FB0, CinemachinePath_Waypoint, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachinePath_Waypoint__get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachinePath_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE1F8, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachinePath_Waypoint__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineSmoothPath_Waypoint___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineSmoothPath_Waypoint___ctor, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineSmoothPath_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineSmoothPath_Waypoint__Dispose, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineSmoothPath_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineSmoothPath_Waypoint__MoveNext, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineSmoothPath_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineSmoothPath_Waypoint__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineSmoothPath_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineSmoothPath_Waypoint__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineSmoothPath_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481010, CinemachineSmoothPath_Waypoint, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineSmoothPath_Waypoint__get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineSmoothPath_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE1E0, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineSmoothPath_Waypoint__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair___ctor, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Dispose, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__MoveNext, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481070, CinemachineStateDrivenCamera_HashPair, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE1D0, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_Instruction___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_Instruction___ctor, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_Instruction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_Instruction__Dispose, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_Instruction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_Instruction__MoveNext, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_Instruction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_Instruction__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_Instruction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_Instruction__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_Instruction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014810D0, CinemachineStateDrivenCamera_Instruction, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_Instruction__get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_Instruction_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE1C0, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_Instruction__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_ParentHash___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_ParentHash___ctor, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_ParentHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_ParentHash__Dispose, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_ParentHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_ParentHash__MoveNext, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_ParentHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_ParentHash__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_ParentHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_ParentHash__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_ParentHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481130, CinemachineStateDrivenCamera_ParentHash, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_ParentHash__get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_ParentHash_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE1B0, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_ParentHash__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineTargetGroup_Target___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineTargetGroup_Target___ctor, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineTargetGroup_Target_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineTargetGroup_Target__Dispose, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineTargetGroup_Target_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineTargetGroup_Target__MoveNext, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineTargetGroup_Target_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineTargetGroup_Target__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineTargetGroup_Target_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineTargetGroup_Target__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineTargetGroup_Target_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481190, CinemachineTargetGroup_Target, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineTargetGroup_Target__get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineTargetGroup_Target_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE198, Array_EmptyInternalEnumerator_1_Cinemachine_CinemachineTargetGroup_Target__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Cinemachine_ClipperLib_DoublePoint___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_ClipperLib_DoublePoint___ctor, (Array_EmptyInternalEnumerator_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_ClipperLib_DoublePoint__Dispose, (Array_EmptyInternalEnumerator_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Cinemachine_ClipperLib_DoublePoint__MoveNext, (Array_EmptyInternalEnumerator_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014811F0, ClipperLib_DoublePoint, Array_EmptyInternalEnumerator_1_Cinemachine_ClipperLib_DoublePoint__get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE2D8, Array_EmptyInternalEnumerator_1_Cinemachine_ClipperLib_DoublePoint__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Cinemachine_ClipperLib_IntPoint___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_ClipperLib_IntPoint___ctor, (Array_EmptyInternalEnumerator_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_ClipperLib_IntPoint__Dispose, (Array_EmptyInternalEnumerator_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Cinemachine_ClipperLib_IntPoint__MoveNext, (Array_EmptyInternalEnumerator_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_ClipperLib_IntPoint__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Cinemachine_ClipperLib_IntPoint__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481250, ClipperLib_IntPoint, Array_EmptyInternalEnumerator_1_Cinemachine_ClipperLib_IntPoint__get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE2C8, Array_EmptyInternalEnumerator_1_Cinemachine_ClipperLib_IntPoint__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Mono_Globalization_Unicode_CodePointIndexer_TableRange___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Mono_Globalization_Unicode_CodePointIndexer_TableRange___ctor, (Array_EmptyInternalEnumerator_1_Mono_Globalization_Unicode_CodePointIndexer_TableRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Mono_Globalization_Unicode_CodePointIndexer_TableRange__Dispose, (Array_EmptyInternalEnumerator_1_Mono_Globalization_Unicode_CodePointIndexer_TableRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Mono_Globalization_Unicode_CodePointIndexer_TableRange__MoveNext, (Array_EmptyInternalEnumerator_1_Mono_Globalization_Unicode_CodePointIndexer_TableRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Mono_Globalization_Unicode_CodePointIndexer_TableRange__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Mono_Globalization_Unicode_CodePointIndexer_TableRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471A40, Object *, Array_EmptyInternalEnumerator_1_Mono_Globalization_Unicode_CodePointIndexer_TableRange__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Mono_Globalization_Unicode_CodePointIndexer_TableRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014812B0, CodePointIndexer_TableRange, Array_EmptyInternalEnumerator_1_Mono_Globalization_Unicode_CodePointIndexer_TableRange__get_Current, (Array_EmptyInternalEnumerator_1_Mono_Globalization_Unicode_CodePointIndexer_TableRange_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE2B8, Array_EmptyInternalEnumerator_1_Mono_Globalization_Unicode_CodePointIndexer_TableRange__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement___ctor, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement__Dispose, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement__MoveNext, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481310, ComboTimeout_ComboInputElement, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement__get_Current, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE2A0, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution___ctor, (Array_EmptyInternalEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution__Dispose, (Array_EmptyInternalEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution__MoveNext, (Array_EmptyInternalEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481370, ConfinerOven_PolygonSolution, Array_EmptyInternalEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution__get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE288, Array_EmptyInternalEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_Bucket___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_Bucket___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_Bucket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_Bucket__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_Bucket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_Bucket__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_Bucket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_Bucket__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_Bucket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_Bucket__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_Bucket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014813D0, ContentCatalogData_Bucket, Array_EmptyInternalEnumerator_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_Bucket__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_Bucket_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE270, Array_EmptyInternalEnumerator_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_Bucket__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Net_ContextFlagsAdapterPal_ContextFlagMapping___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_ContextFlagsAdapterPal_ContextFlagMapping___ctor, (Array_EmptyInternalEnumerator_1_System_Net_ContextFlagsAdapterPal_ContextFlagMapping_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_ContextFlagsAdapterPal_ContextFlagMapping__Dispose, (Array_EmptyInternalEnumerator_1_System_Net_ContextFlagsAdapterPal_ContextFlagMapping_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Net_ContextFlagsAdapterPal_ContextFlagMapping__MoveNext, (Array_EmptyInternalEnumerator_1_System_Net_ContextFlagsAdapterPal_ContextFlagMapping_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_ContextFlagsAdapterPal_ContextFlagMapping__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Net_ContextFlagsAdapterPal_ContextFlagMapping_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_System_Net_ContextFlagsAdapterPal_ContextFlagMapping__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Net_ContextFlagsAdapterPal_ContextFlagMapping_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481430, ContextFlagsAdapterPal_ContextFlagMapping, Array_EmptyInternalEnumerator_1_System_Net_ContextFlagsAdapterPal_ContextFlagMapping__get_Current, (Array_EmptyInternalEnumerator_1_System_Net_ContextFlagsAdapterPal_ContextFlagMapping_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE258, Array_EmptyInternalEnumerator_1_System_Net_ContextFlagsAdapterPal_ContextFlagMapping__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Net_CookieTokenizer_RecognizedAttribute___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_CookieTokenizer_RecognizedAttribute___ctor, (Array_EmptyInternalEnumerator_1_System_Net_CookieTokenizer_RecognizedAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_CookieTokenizer_RecognizedAttribute__Dispose, (Array_EmptyInternalEnumerator_1_System_Net_CookieTokenizer_RecognizedAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Net_CookieTokenizer_RecognizedAttribute__MoveNext, (Array_EmptyInternalEnumerator_1_System_Net_CookieTokenizer_RecognizedAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_CookieTokenizer_RecognizedAttribute__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Net_CookieTokenizer_RecognizedAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Net_CookieTokenizer_RecognizedAttribute__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Net_CookieTokenizer_RecognizedAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481490, CookieTokenizer_RecognizedAttribute, Array_EmptyInternalEnumerator_1_System_Net_CookieTokenizer_RecognizedAttribute__get_Current, (Array_EmptyInternalEnumerator_1_System_Net_CookieTokenizer_RecognizedAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE240, Array_EmptyInternalEnumerator_1_System_Net_CookieTokenizer_RecognizedAttribute__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB___ctor, (Array_EmptyInternalEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Dispose, (Array_EmptyInternalEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__MoveNext, (Array_EmptyInternalEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C80, Object *, Array_EmptyInternalEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014814F0, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB, Array_EmptyInternalEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__get_Current, (Array_EmptyInternalEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE0E0, Array_EmptyInternalEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator___ctor, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__Dispose, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__MoveNext, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01472EC0, Object *, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481550, DamageIndicatorMonitor_DamageIndicator, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__get_Current, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE0D0, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014815B0, DelayedActionManager_DelegateInfo, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE0C0, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_DynamicResolutionHandler_ScalerContainer___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_DynamicResolutionHandler_ScalerContainer___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_DynamicResolutionHandler_ScalerContainer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_DynamicResolutionHandler_ScalerContainer__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_DynamicResolutionHandler_ScalerContainer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_DynamicResolutionHandler_ScalerContainer__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_DynamicResolutionHandler_ScalerContainer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_DynamicResolutionHandler_ScalerContainer__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_DynamicResolutionHandler_ScalerContainer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_DynamicResolutionHandler_ScalerContainer__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_DynamicResolutionHandler_ScalerContainer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481610, DynamicResolutionHandler_ScalerContainer, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_DynamicResolutionHandler_ScalerContainer__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_DynamicResolutionHandler_ScalerContainer_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE0B0, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_DynamicResolutionHandler_ScalerContainer__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper___ctor, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Dispose, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper__MoveNext, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481670, EventDispatcher_CallbackWrapper, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper__get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE0A0, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventDispatcher_EventListener___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventDispatcher_EventListener___ctor, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventDispatcher_EventListener__Dispose, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventDispatcher_EventListener__MoveNext, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014816D0, EventDispatcher_EventListener, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventDispatcher_EventListener__get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE090, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventDispatcher_EventListener__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_DispatchContext___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_DispatchContext___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481730, EventDispatcher_DispatchContext, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE080, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_EventRecord___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_EventRecord___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_EventRecord__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_EventRecord__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_EventRecord__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_EventRecord__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481790, EventDispatcher_EventRecord, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_EventRecord__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE070, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_EventRecord__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent___ctor, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Dispose, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__MoveNext, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01474670, Object *, Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014817F0, EventQueue_NetworkEvent, Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__get_Current, (Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE180, Array_EmptyInternalEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliableRecvBuffer_Node___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliableRecvBuffer_Node___ctor, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliableRecvBuffer_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliableRecvBuffer_Node__Dispose, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliableRecvBuffer_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliableRecvBuffer_Node__MoveNext, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliableRecvBuffer_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliableRecvBuffer_Node__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliableRecvBuffer_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliableRecvBuffer_Node__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliableRecvBuffer_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481850, EventReliableRecvBuffer_Node, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliableRecvBuffer_Node__get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliableRecvBuffer_Node_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE170, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliableRecvBuffer_Node__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliableSendBuffer_Node___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliableSendBuffer_Node___ctor, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliableSendBuffer_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliableSendBuffer_Node__Dispose, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliableSendBuffer_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliableSendBuffer_Node__MoveNext, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliableSendBuffer_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliableSendBuffer_Node__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliableSendBuffer_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliableSendBuffer_Node__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliableSendBuffer_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014818B0, EventReliableSendBuffer_Node, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliableSendBuffer_Node__get_Current, (Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliableSendBuffer_Node_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE160, Array_EmptyInternalEnumerator_1_Photon_Bolt_EventReliableSendBuffer_Node__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481910, FocusController_FocusedElement, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE150, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Pathfinding_Funnel_PathPart___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Funnel_PathPart___ctor, (Array_EmptyInternalEnumerator_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Funnel_PathPart__Dispose, (Array_EmptyInternalEnumerator_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Pathfinding_Funnel_PathPart__MoveNext, (Array_EmptyInternalEnumerator_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Funnel_PathPart__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471BE0, Object *, Array_EmptyInternalEnumerator_1_Pathfinding_Funnel_PathPart__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481970, Funnel_PathPart, Array_EmptyInternalEnumerator_1_Pathfinding_Funnel_PathPart__get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE138, Array_EmptyInternalEnumerator_1_Pathfinding_Funnel_PathPart__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch___ctor, (Array_EmptyInternalEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Dispose, (Array_EmptyInternalEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__MoveNext, (Array_EmptyInternalEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014819D0, GetRandomAvailablePerch_RandomPerch, Array_EmptyInternalEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__get_Current, (Array_EmptyInternalEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE120, Array_EmptyInternalEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Pathfinding_GraphUpdateProcessor_GUOSingle___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_GraphUpdateProcessor_GUOSingle___ctor, (Array_EmptyInternalEnumerator_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_GraphUpdateProcessor_GUOSingle__Dispose, (Array_EmptyInternalEnumerator_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Pathfinding_GraphUpdateProcessor_GUOSingle__MoveNext, (Array_EmptyInternalEnumerator_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_GraphUpdateProcessor_GUOSingle__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_Pathfinding_GraphUpdateProcessor_GUOSingle__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481A30, GraphUpdateProcessor_GUOSingle, Array_EmptyInternalEnumerator_1_Pathfinding_GraphUpdateProcessor_GUOSingle__get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE108, Array_EmptyInternalEnumerator_1_Pathfinding_GraphUpdateProcessor_GUOSingle__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481A90, HID_HIDCollectionDescriptor, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE0F0, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01473D50, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481AF0, HID_HIDElementDescriptor, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDFB8, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481B50, HIDParser_HIDReportData, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDFA8, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481BB0, HIDSupport_HIDPageUsage, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDF98, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Rewired_HID_HIDTouchpad_TouchData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_HID_HIDTouchpad_TouchData___ctor, (Array_EmptyInternalEnumerator_1_Rewired_HID_HIDTouchpad_TouchData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_HID_HIDTouchpad_TouchData__Dispose, (Array_EmptyInternalEnumerator_1_Rewired_HID_HIDTouchpad_TouchData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Rewired_HID_HIDTouchpad_TouchData__MoveNext, (Array_EmptyInternalEnumerator_1_Rewired_HID_HIDTouchpad_TouchData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_HID_HIDTouchpad_TouchData__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Rewired_HID_HIDTouchpad_TouchData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471BE0, Object *, Array_EmptyInternalEnumerator_1_Rewired_HID_HIDTouchpad_TouchData__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Rewired_HID_HIDTouchpad_TouchData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481C10, HIDTouchpad_TouchData, Array_EmptyInternalEnumerator_1_Rewired_HID_HIDTouchpad_TouchData__get_Current, (Array_EmptyInternalEnumerator_1_Rewired_HID_HIDTouchpad_TouchData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDF88, Array_EmptyInternalEnumerator_1_Rewired_HID_HIDTouchpad_TouchData__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Dispose, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471BE0, Object *, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481C70, HairDesignerColliderBase_DualSphere, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__get_Current, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDF70, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_DualSphereCollider___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_DualSphereCollider___ctor, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_DualSphereCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_DualSphereCollider__Dispose, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_DualSphereCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_DualSphereCollider__MoveNext, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_DualSphereCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_DualSphereCollider__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_DualSphereCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_DualSphereCollider__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_DualSphereCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481CD0, HairDesignerGeneratorAdvancedFurBase_DualSphereCollider, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_DualSphereCollider__get_Current, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_DualSphereCollider_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDF60, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_DualSphereCollider__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_SkinData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_SkinData___ctor, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_SkinData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_SkinData__Dispose, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_SkinData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_SkinData__MoveNext, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_SkinData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_SkinData__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_SkinData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_SkinData__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_SkinData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481D30, HairDesignerGeneratorAdvancedFurBase_SkinData, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_SkinData__get_Current, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_SkinData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDF48, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_SkinData__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData___ctor, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Dispose, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__MoveNext, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481DF0, Object *, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481D90, HairDesignerGeneratorFurShellBase_BufferData, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__get_Current, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDF30, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_SkinData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_SkinData___ctor, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_SkinData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_SkinData__Dispose, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_SkinData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_SkinData__MoveNext, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_SkinData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_SkinData__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_SkinData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_SkinData__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_SkinData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481E50, HairDesignerGeneratorFurShellBase_SkinData, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_SkinData__get_Current, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_SkinData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE060, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_SkinData__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq16___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq16___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq16__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq16__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq16__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147FEB0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq16__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481EB0, Hammersley_Hammersley2dSeq16, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq16__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE048, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq16__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq256___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq256___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq256_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq256__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq256_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq256__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq256_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq256__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq256_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481F70, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq256__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq256_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01481F10, Hammersley_Hammersley2dSeq256, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq256__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq256_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE030, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq256__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq32___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq32__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq32__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq32__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482090, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq32__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482030, Hammersley_Hammersley2dSeq32, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq32__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE018, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq32__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq64___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq64___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq64__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq64__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq64__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014821D0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq64__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482170, Hammersley_Hammersley2dSeq64, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq64__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq64_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE008, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq64__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Collections_Hashtable_bucket___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Hashtable_bucket___ctor, (Array_EmptyInternalEnumerator_1_System_Collections_Hashtable_bucket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Hashtable_bucket__Dispose, (Array_EmptyInternalEnumerator_1_System_Collections_Hashtable_bucket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Collections_Hashtable_bucket__MoveNext, (Array_EmptyInternalEnumerator_1_System_Collections_Hashtable_bucket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Collections_Hashtable_bucket__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Collections_Hashtable_bucket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Collections_Hashtable_bucket__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Hashtable_bucket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014822B0, Hashtable_bucket, Array_EmptyInternalEnumerator_1_System_Collections_Hashtable_bucket__get_Current, (Array_EmptyInternalEnumerator_1_System_Collections_Hashtable_bucket_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDFF0, Array_EmptyInternalEnumerator_1_System_Collections_Hashtable_bucket__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Cinemachine_Utility_HeadingTracker_Item___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_Utility_HeadingTracker_Item___ctor, (Array_EmptyInternalEnumerator_1_Cinemachine_Utility_HeadingTracker_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_Utility_HeadingTracker_Item__Dispose, (Array_EmptyInternalEnumerator_1_Cinemachine_Utility_HeadingTracker_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Cinemachine_Utility_HeadingTracker_Item__MoveNext, (Array_EmptyInternalEnumerator_1_Cinemachine_Utility_HeadingTracker_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_Utility_HeadingTracker_Item__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Cinemachine_Utility_HeadingTracker_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471A40, Object *, Array_EmptyInternalEnumerator_1_Cinemachine_Utility_HeadingTracker_Item__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_Utility_HeadingTracker_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482310, HeadingTracker_Item, Array_EmptyInternalEnumerator_1_Cinemachine_Utility_HeadingTracker_Item__get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_Utility_HeadingTracker_Item_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDFE0, Array_EmptyInternalEnumerator_1_Cinemachine_Utility_HeadingTracker_Item__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash___ctor, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash__Dispose, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash__MoveNext, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482370, HealthFlashMonitor_Flash, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash__get_Current, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDFD0, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Globalization_HebrewNumber_HebrewValue___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Globalization_HebrewNumber_HebrewValue___ctor, (Array_EmptyInternalEnumerator_1_System_Globalization_HebrewNumber_HebrewValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Globalization_HebrewNumber_HebrewValue__Dispose, (Array_EmptyInternalEnumerator_1_System_Globalization_HebrewNumber_HebrewValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Globalization_HebrewNumber_HebrewValue__MoveNext, (Array_EmptyInternalEnumerator_1_System_Globalization_HebrewNumber_HebrewValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Globalization_HebrewNumber_HebrewValue__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Globalization_HebrewNumber_HebrewValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479BC0, Object *, Array_EmptyInternalEnumerator_1_System_Globalization_HebrewNumber_HebrewValue__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Globalization_HebrewNumber_HebrewValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014823D0, HebrewNumber_HebrewValue, Array_EmptyInternalEnumerator_1_System_Globalization_HebrewNumber_HebrewValue__get_Current, (Array_EmptyInternalEnumerator_1_System_Globalization_HebrewNumber_HebrewValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDE98, Array_EmptyInternalEnumerator_1_System_Globalization_HebrewNumber_HebrewValue__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingJson___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingJson___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingJson__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingJson__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingJson__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471DE0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingJson__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482430, InputActionMap_BindingJson, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingJson__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingJson_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDE88, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingJson__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482490, InputActionMap_BindingOverrideJson, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDE78, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadActionJson___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadActionJson___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadActionJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadActionJson__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadActionJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadActionJson__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadActionJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadActionJson__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadActionJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01473D50, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadActionJson__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadActionJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014824F0, InputActionMap_ReadActionJson, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadActionJson__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadActionJson_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDE68, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadActionJson__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadMapJson___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadMapJson___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadMapJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadMapJson__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadMapJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadMapJson__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadMapJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadMapJson__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadMapJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadMapJson__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadMapJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482550, InputActionMap_ReadMapJson, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadMapJson__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadMapJson_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDE58, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadMapJson__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteActionJson___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteActionJson___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteActionJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteActionJson__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteActionJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteActionJson__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteActionJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteActionJson__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteActionJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01472EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteActionJson__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteActionJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014825B0, InputActionMap_WriteActionJson, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteActionJson__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteActionJson_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDE48, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteActionJson__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteMapJson___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteMapJson___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteMapJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteMapJson__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteMapJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteMapJson__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteMapJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteMapJson__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteMapJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteMapJson__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteMapJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482610, InputActionMap_WriteMapJson, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteMapJson__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteMapJson_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDE38, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteMapJson__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482670, InputActionRebindingExtensions_Parameter, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDE28, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482730, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014826D0, InputActionRebindingExtensions_ParameterOverride, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDF18, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_InputActionTrace_ActionEventPtr___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_InputActionTrace_ActionEventPtr___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_InputActionTrace_ActionEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_InputActionTrace_ActionEventPtr__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_InputActionTrace_ActionEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_InputActionTrace_ActionEventPtr__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_InputActionTrace_ActionEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_InputActionTrace_ActionEventPtr__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_InputActionTrace_ActionEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_InputActionTrace_ActionEventPtr__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_InputActionTrace_ActionEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014827F0, InputActionTrace_ActionEventPtr, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_InputActionTrace_ActionEventPtr__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_InputActionTrace_ActionEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDF08, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_InputActionTrace_ActionEventPtr__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482850, InputBindingCompositeContext_PartBinding, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDEF8, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0147D1E0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014828B0, InputControlLayout_ControlItem, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDEE8, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01476460, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482910, InputControlPath_ParsedPathComponent, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDED8, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482970, InputControlScheme_DeviceRequirement, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDEC8, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014829D0, InputControlScheme_SchemeJson, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDEB8, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputDevice_ControlBitRangeNode___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputDevice_ControlBitRangeNode___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputDevice_ControlBitRangeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputDevice_ControlBitRangeNode__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputDevice_ControlBitRangeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputDevice_ControlBitRangeNode__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputDevice_ControlBitRangeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputDevice_ControlBitRangeNode__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputDevice_ControlBitRangeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482A90, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputDevice_ControlBitRangeNode__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputDevice_ControlBitRangeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482A30, InputDevice_ControlBitRangeNode, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputDevice_ControlBitRangeNode__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputDevice_ControlBitRangeNode_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDEA8, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputDevice_ControlBitRangeNode__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482B10, InputEventTrace_DeviceInfo, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDD80, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_AvailableDevice___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_AvailableDevice___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_AvailableDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_AvailableDevice__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_AvailableDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_AvailableDevice__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_AvailableDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_AvailableDevice__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_AvailableDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471DE0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_AvailableDevice__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_AvailableDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482B70, InputManager_AvailableDevice, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_AvailableDevice__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_AvailableDevice_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDD68, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_AvailableDevice__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorListener___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorListener___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorListener__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorListener__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorListener__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorListener__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482BD0, InputManager_StateChangeMonitorListener, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorListener__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorListener_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDD58, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorListener__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482C30, InputManager_StateChangeMonitorTimeout, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDD48, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorsForDevice___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorsForDevice___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorsForDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorsForDevice__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorsForDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorsForDevice__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorsForDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorsForDevice__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorsForDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01472EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorsForDevice__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorsForDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482C90, InputManager_StateChangeMonitorsForDevice, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorsForDevice__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorsForDevice_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDD38, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorsForDevice__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteInputDevice___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteInputDevice___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteInputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteInputDevice__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteInputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteInputDevice__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteInputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteInputDevice__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteInputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471DE0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteInputDevice__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteInputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482CF0, InputRemoting_RemoteInputDevice, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteInputDevice__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteInputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDD28, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteInputDevice__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteSender___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteSender___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteSender_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteSender__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteSender_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteSender__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteSender_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteSender__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteSender_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteSender__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteSender_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482D50, InputRemoting_RemoteSender, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteSender__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteSender_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDD10, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteSender__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482DB0, InputStateHistory_Record, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDD00, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482E10, InputSystemUIInputModule_InputActionReferenceState, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDE18, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482E70, InputUser_OngoingAccountSelection, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDE00, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_UserData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_UserData___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_UserData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_UserData__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_UserData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_UserData__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_UserData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_UserData__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_UserData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482F30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_UserData__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_UserData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482ED0, InputUser_UserData, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_UserData__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_UserData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDDF0, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_UserData__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483020, InternalTreeView_TreeViewItemWrapper, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDDE0, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField___ctor, (Array_EmptyInternalEnumerator_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField__Dispose, (Array_EmptyInternalEnumerator_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField__MoveNext, (Array_EmptyInternalEnumerator_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483080, JSONDeserialization_TaskField, Array_EmptyInternalEnumerator_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField__get_Current, (Array_EmptyInternalEnumerator_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDDD0, Array_EmptyInternalEnumerator_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV___ctor, (Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Dispose, (Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__MoveNext, (Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014830E0, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV, Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__get_Current, (Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDDC0, Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb___ctor, (Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Dispose, (Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__MoveNext, (Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01473D50, Object *, Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483140, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb, Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__get_Current, (Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDDB0, Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux___ctor, (Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Dispose, (Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__MoveNext, (Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014831A0, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux, Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__get_Current, (Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDD98, Array_EmptyInternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01473D50, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483200, JsonParser_JsonValue, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDC68, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Pathfinding_LayerGridGraph_HeightSample___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_LayerGridGraph_HeightSample___ctor, (Array_EmptyInternalEnumerator_1_Pathfinding_LayerGridGraph_HeightSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_LayerGridGraph_HeightSample__Dispose, (Array_EmptyInternalEnumerator_1_Pathfinding_LayerGridGraph_HeightSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Pathfinding_LayerGridGraph_HeightSample__MoveNext, (Array_EmptyInternalEnumerator_1_Pathfinding_LayerGridGraph_HeightSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_LayerGridGraph_HeightSample__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Pathfinding_LayerGridGraph_HeightSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471DE0, Object *, Array_EmptyInternalEnumerator_1_Pathfinding_LayerGridGraph_HeightSample__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_LayerGridGraph_HeightSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483260, LayerGridGraph_HeightSample, Array_EmptyInternalEnumerator_1_Pathfinding_LayerGridGraph_HeightSample__get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_LayerGridGraph_HeightSample_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDC50, Array_EmptyInternalEnumerator_1_Pathfinding_LayerGridGraph_HeightSample__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Dissonance_Logs_LogMessage___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_Logs_LogMessage___ctor, (Array_EmptyInternalEnumerator_1_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_Logs_LogMessage__Dispose, (Array_EmptyInternalEnumerator_1_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Dissonance_Logs_LogMessage__MoveNext, (Array_EmptyInternalEnumerator_1_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Dissonance_Logs_LogMessage__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Dissonance_Logs_LogMessage__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014832C0, Logs_LogMessage_1, Array_EmptyInternalEnumerator_1_Dissonance_Logs_LogMessage__get_Current, (Array_EmptyInternalEnumerator_1_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDC38, Array_EmptyInternalEnumerator_1_Dissonance_Logs_LogMessage__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage___ctor, (Array_EmptyInternalEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Dispose, (Array_EmptyInternalEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__MoveNext, (Array_EmptyInternalEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483320, Logs_LogMessage, Array_EmptyInternalEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__get_Current, (Array_EmptyInternalEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDC20, Array_EmptyInternalEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters___ctor, (Array_EmptyInternalEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Dispose, (Array_EmptyInternalEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters__MoveNext, (Array_EmptyInternalEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014718F0, Object *, Array_EmptyInternalEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483380, MagicLightProbes_VolumeParameters, Array_EmptyInternalEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters__get_Current, (Array_EmptyInternalEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDC08, Array_EmptyInternalEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Net_Mail_MailHeaderInfo_HeaderInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_Mail_MailHeaderInfo_HeaderInfo___ctor, (Array_EmptyInternalEnumerator_1_System_Net_Mail_MailHeaderInfo_HeaderInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_Mail_MailHeaderInfo_HeaderInfo__Dispose, (Array_EmptyInternalEnumerator_1_System_Net_Mail_MailHeaderInfo_HeaderInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Net_Mail_MailHeaderInfo_HeaderInfo__MoveNext, (Array_EmptyInternalEnumerator_1_System_Net_Mail_MailHeaderInfo_HeaderInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_Mail_MailHeaderInfo_HeaderInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Net_Mail_MailHeaderInfo_HeaderInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Net_Mail_MailHeaderInfo_HeaderInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Net_Mail_MailHeaderInfo_HeaderInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014833E0, MailHeaderInfo_HeaderInfo, Array_EmptyInternalEnumerator_1_System_Net_Mail_MailHeaderInfo_HeaderInfo__get_Current, (Array_EmptyInternalEnumerator_1_System_Net_Mail_MailHeaderInfo_HeaderInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDBF8, Array_EmptyInternalEnumerator_1_System_Net_Mail_MailHeaderInfo_HeaderInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry___ctor, (Array_EmptyInternalEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__Dispose, (Array_EmptyInternalEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__MoveNext, (Array_EmptyInternalEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483440, MemberRelationshipService_RelationshipEntry, Array_EmptyInternalEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__get_Current, (Array_EmptyInternalEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDBE8, Array_EmptyInternalEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_MemoryHelpers_BitRegion___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_MemoryHelpers_BitRegion___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_MemoryHelpers_BitRegion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_MemoryHelpers_BitRegion__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_MemoryHelpers_BitRegion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_MemoryHelpers_BitRegion__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_MemoryHelpers_BitRegion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_MemoryHelpers_BitRegion__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_MemoryHelpers_BitRegion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_MemoryHelpers_BitRegion__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_MemoryHelpers_BitRegion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014834A0, MemoryHelpers_BitRegion, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_MemoryHelpers_BitRegion__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_MemoryHelpers_BitRegion_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDBD0, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Utilities_MemoryHelpers_BitRegion__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Dispose, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01472410, Object *, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483500, MotionSolver_GPUNodeData, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__get_Current, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDCF0, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Dispose, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471DE0, Object *, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483560, MotionSolver_GPUNodeInfo, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__get_Current, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDCE0, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPURootTransform___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPURootTransform___ctor, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPURootTransform_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPURootTransform__Dispose, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPURootTransform_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPURootTransform__MoveNext, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPURootTransform_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPURootTransform__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPURootTransform_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483620, Object *, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPURootTransform__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPURootTransform_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014835C0, MotionSolver_GPURootTransform, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPURootTransform__get_Current, (Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPURootTransform_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDCC8, Array_EmptyInternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPURootTransform__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint___ctor, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint__Dispose, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint__MoveNext, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483700, MovingPlatform_Waypoint, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint__get_Current, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDCB8, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_NightmareStyling_WallMaterial___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_NightmareStyling_WallMaterial___ctor, (Array_EmptyInternalEnumerator_1_NightmareStyling_WallMaterial_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_NightmareStyling_WallMaterial__Dispose, (Array_EmptyInternalEnumerator_1_NightmareStyling_WallMaterial_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_NightmareStyling_WallMaterial__MoveNext, (Array_EmptyInternalEnumerator_1_NightmareStyling_WallMaterial_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_NightmareStyling_WallMaterial__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_NightmareStyling_WallMaterial_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_NightmareStyling_WallMaterial__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_NightmareStyling_WallMaterial_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483760, NightmareStyling_WallMaterial, Array_EmptyInternalEnumerator_1_NightmareStyling_WallMaterial__get_Current, (Array_EmptyInternalEnumerator_1_NightmareStyling_WallMaterial_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDCA8, Array_EmptyInternalEnumerator_1_NightmareStyling_WallMaterial__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Cinemachine_NoiseSettings_TransformNoiseParams___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_NoiseSettings_TransformNoiseParams___ctor, (Array_EmptyInternalEnumerator_1_Cinemachine_NoiseSettings_TransformNoiseParams_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_NoiseSettings_TransformNoiseParams__Dispose, (Array_EmptyInternalEnumerator_1_Cinemachine_NoiseSettings_TransformNoiseParams_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Cinemachine_NoiseSettings_TransformNoiseParams__MoveNext, (Array_EmptyInternalEnumerator_1_Cinemachine_NoiseSettings_TransformNoiseParams_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_NoiseSettings_TransformNoiseParams__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Cinemachine_NoiseSettings_TransformNoiseParams_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471BE0, Object *, Array_EmptyInternalEnumerator_1_Cinemachine_NoiseSettings_TransformNoiseParams__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_NoiseSettings_TransformNoiseParams_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014837C0, NoiseSettings_TransformNoiseParams, Array_EmptyInternalEnumerator_1_Cinemachine_NoiseSettings_TransformNoiseParams__get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_NoiseSettings_TransformNoiseParams_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDC98, Array_EmptyInternalEnumerator_1_Cinemachine_NoiseSettings_TransformNoiseParams__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_NolanBehaviour_OverlappedCollider___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_NolanBehaviour_OverlappedCollider___ctor, (Array_EmptyInternalEnumerator_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_NolanBehaviour_OverlappedCollider__Dispose, (Array_EmptyInternalEnumerator_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_NolanBehaviour_OverlappedCollider__MoveNext, (Array_EmptyInternalEnumerator_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_NolanBehaviour_OverlappedCollider__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_NolanBehaviour_OverlappedCollider__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483820, NolanBehaviour_OverlappedCollider, Array_EmptyInternalEnumerator_1_NolanBehaviour_OverlappedCollider__get_Current, (Array_EmptyInternalEnumerator_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDC88, Array_EmptyInternalEnumerator_1_NolanBehaviour_OverlappedCollider__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab___ctor, (Array_EmptyInternalEnumerator_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab__Dispose, (Array_EmptyInternalEnumerator_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab__MoveNext, (Array_EmptyInternalEnumerator_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483880, ObjectPoolBase_PreloadedPrefab, Array_EmptyInternalEnumerator_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab__get_Current, (Array_EmptyInternalEnumerator_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDC78, Array_EmptyInternalEnumerator_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014838E0, OnScreenControl_OnScreenDeviceInfo, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDB30, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483940, OpenXRInput_SerializedBinding, Array_EmptyInternalEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDB20, Array_EmptyInternalEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog___ctor, (Array_EmptyInternalEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Dispose, (Array_EmptyInternalEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog__MoveNext, (Array_EmptyInternalEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014839A0, PackedPlayModeBuildLogs_RuntimeBuildLog, Array_EmptyInternalEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog__get_Current, (Array_EmptyInternalEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDB10, Array_EmptyInternalEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_ParameterizedStrings_FormatParam___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ParameterizedStrings_FormatParam___ctor, (Array_EmptyInternalEnumerator_1_ParameterizedStrings_FormatParam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ParameterizedStrings_FormatParam__Dispose, (Array_EmptyInternalEnumerator_1_ParameterizedStrings_FormatParam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_ParameterizedStrings_FormatParam__MoveNext, (Array_EmptyInternalEnumerator_1_ParameterizedStrings_FormatParam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ParameterizedStrings_FormatParam__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_ParameterizedStrings_FormatParam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_ParameterizedStrings_FormatParam__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_ParameterizedStrings_FormatParam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483A00, ParameterizedStrings_FormatParam, Array_EmptyInternalEnumerator_1_ParameterizedStrings_FormatParam__get_Current, (Array_EmptyInternalEnumerator_1_ParameterizedStrings_FormatParam_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDB00, Array_EmptyInternalEnumerator_1_ParameterizedStrings_FormatParam__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_ParticleSystem_Particle___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ParticleSystem_Particle___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ParticleSystem_Particle__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_ParticleSystem_Particle__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ParticleSystem_Particle__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483AC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_ParticleSystem_Particle__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483A60, ParticleSystem_Particle, Array_EmptyInternalEnumerator_1_UnityEngine_ParticleSystem_Particle__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDAF0, Array_EmptyInternalEnumerator_1_UnityEngine_ParticleSystem_Particle__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_PlayerStatsController_Category___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_PlayerStatsController_Category___ctor, (Array_EmptyInternalEnumerator_1_PlayerStatsController_Category_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_PlayerStatsController_Category__Dispose, (Array_EmptyInternalEnumerator_1_PlayerStatsController_Category_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_PlayerStatsController_Category__MoveNext, (Array_EmptyInternalEnumerator_1_PlayerStatsController_Category_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_PlayerStatsController_Category__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_PlayerStatsController_Category_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_PlayerStatsController_Category__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_PlayerStatsController_Category_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483B90, PlayerStatsController_Category, Array_EmptyInternalEnumerator_1_PlayerStatsController_Category__get_Current, (Array_EmptyInternalEnumerator_1_PlayerStatsController_Category_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDAE0, Array_EmptyInternalEnumerator_1_PlayerStatsController_Category__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Pathfinding_PointKDTree_Node___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_PointKDTree_Node___ctor, (Array_EmptyInternalEnumerator_1_Pathfinding_PointKDTree_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_PointKDTree_Node__Dispose, (Array_EmptyInternalEnumerator_1_Pathfinding_PointKDTree_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Pathfinding_PointKDTree_Node__MoveNext, (Array_EmptyInternalEnumerator_1_Pathfinding_PointKDTree_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_PointKDTree_Node__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Pathfinding_PointKDTree_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Pathfinding_PointKDTree_Node__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_PointKDTree_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483BF0, PointKDTree_Node, Array_EmptyInternalEnumerator_1_Pathfinding_PointKDTree_Node__get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_PointKDTree_Node_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDAD0, Array_EmptyInternalEnumerator_1_Pathfinding_PointKDTree_Node__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_PointerDeviceState_PointerLocation___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_PointerDeviceState_PointerLocation___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_PointerDeviceState_PointerLocation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_PointerDeviceState_PointerLocation__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_PointerDeviceState_PointerLocation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_PointerDeviceState_PointerLocation__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_PointerDeviceState_PointerLocation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_PointerDeviceState_PointerLocation__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_PointerDeviceState_PointerLocation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_PointerDeviceState_PointerLocation__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_PointerDeviceState_PointerLocation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483C50, PointerDeviceState_PointerLocation, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_PointerDeviceState_PointerLocation__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_PointerDeviceState_PointerLocation_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDAC0, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_PointerDeviceState_PointerLocation__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483CB0, ProbeBrickIndex_Brick, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDBB8, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483D10, ProbeBrickIndex_BrickMeta, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDBA8, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01472410, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483D70, ProbeBrickIndex_CellIndexUpdateInfo, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDB98, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471A40, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483DD0, ProbeBrickIndex_ReservedBrick, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDB88, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483E30, ProbeBrickIndex_VoxelMeta, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDB78, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483E90, ProbeBrickPool_BrickChunkAlloc, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDB68, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479BC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483EF0, ProbeReferenceVolume_RegId, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDB58, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01472EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483F50, ProbeReferenceVolume_Volume, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDB48, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01483FB0, ProbeVolumePerSceneData_SerializableAssetItem, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDA10, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484010, ProbeVolumeSceneData_SerializableBoundItem, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDA00, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484070, ProbeVolumeSceneData_SerializableHasPVItem, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD9F0, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014840D0, ProbeVolumeSceneData_SerializablePVBakeSettings, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD9D8, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484130, ProbeVolumeSceneData_SerializablePVProfile, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD9C0, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UdpKit_Protocol_ProtocolClient_AckCallback___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UdpKit_Protocol_ProtocolClient_AckCallback___ctor, (Array_EmptyInternalEnumerator_1_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UdpKit_Protocol_ProtocolClient_AckCallback__Dispose, (Array_EmptyInternalEnumerator_1_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UdpKit_Protocol_ProtocolClient_AckCallback__MoveNext, (Array_EmptyInternalEnumerator_1_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484190, ProtocolClient_AckCallback, Array_EmptyInternalEnumerator_1_UdpKit_Protocol_ProtocolClient_AckCallback__get_Current, (Array_EmptyInternalEnumerator_1_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD9B0, Array_EmptyInternalEnumerator_1_UdpKit_Protocol_ProtocolClient_AckCallback__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UdpKit_Protocol_ProtocolClient_MsgHandler___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UdpKit_Protocol_ProtocolClient_MsgHandler___ctor, (Array_EmptyInternalEnumerator_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UdpKit_Protocol_ProtocolClient_MsgHandler__Dispose, (Array_EmptyInternalEnumerator_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UdpKit_Protocol_ProtocolClient_MsgHandler__MoveNext, (Array_EmptyInternalEnumerator_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014841F0, ProtocolClient_MsgHandler, Array_EmptyInternalEnumerator_1_UdpKit_Protocol_ProtocolClient_MsgHandler__get_Current, (Array_EmptyInternalEnumerator_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD9A0, Array_EmptyInternalEnumerator_1_UdpKit_Protocol_ProtocolClient_MsgHandler__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Pathfinding_RVO_RVOQuadtree_Node___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_RVO_RVOQuadtree_Node___ctor, (Array_EmptyInternalEnumerator_1_Pathfinding_RVO_RVOQuadtree_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_RVO_RVOQuadtree_Node__Dispose, (Array_EmptyInternalEnumerator_1_Pathfinding_RVO_RVOQuadtree_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Pathfinding_RVO_RVOQuadtree_Node__MoveNext, (Array_EmptyInternalEnumerator_1_Pathfinding_RVO_RVOQuadtree_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_RVO_RVOQuadtree_Node__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Pathfinding_RVO_RVOQuadtree_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_Pathfinding_RVO_RVOQuadtree_Node__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_RVO_RVOQuadtree_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484250, RVOQuadtree_Node, Array_EmptyInternalEnumerator_1_Pathfinding_RVO_RVOQuadtree_Node__get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_RVO_RVOQuadtree_Node_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD988, Array_EmptyInternalEnumerator_1_Pathfinding_RVO_RVOQuadtree_Node__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey___ctor, (Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__Dispose, (Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__MoveNext, (Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014842B0, Regex_CachedCodeEntryKey, Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__get_Current, (Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDAB0, Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_LowerCaseMapping___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_LowerCaseMapping___ctor, (Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_LowerCaseMapping_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_LowerCaseMapping__Dispose, (Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_LowerCaseMapping_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_LowerCaseMapping__MoveNext, (Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_LowerCaseMapping_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_LowerCaseMapping__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_LowerCaseMapping_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C80, Object *, Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_LowerCaseMapping__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_LowerCaseMapping_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484310, RegexCharClass_LowerCaseMapping, Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_LowerCaseMapping__get_Current, (Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_LowerCaseMapping_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDAA0, Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_LowerCaseMapping__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange___ctor, (Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Dispose, (Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__MoveNext, (Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01479BC0, Object *, Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484370, RegexCharClass_SingleRange, Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__get_Current, (Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDA88, Array_EmptyInternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01475600, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014843D0, RenderChain_RenderNodeData, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDA70, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01473D50, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484430, RenderGraph_CompiledPassInfo, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDA58, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484490, RenderGraph_CompiledResourceInfo, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDA40, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014844F0, RenderGraphDebugData_PassDebugData, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDA30, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484550, RenderGraphDebugData_ResourceDebugData, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDA20, Array_EmptyInternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014845B0, ResourceManager_DeferredCallbackRegisterRequest, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD8E8, Array_EmptyInternalEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash___ctor, (Array_EmptyInternalEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Dispose, (Array_EmptyInternalEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__MoveNext, (Array_EmptyInternalEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484610, RetainedGizmos_MeshWithHash, Array_EmptyInternalEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__get_Current, (Array_EmptyInternalEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD8D0, Array_EmptyInternalEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_SendMouseEvents_HitInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_SendMouseEvents_HitInfo___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_SendMouseEvents_HitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_SendMouseEvents_HitInfo__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_SendMouseEvents_HitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_SendMouseEvents_HitInfo__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_SendMouseEvents_HitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_SendMouseEvents_HitInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_SendMouseEvents_HitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_SendMouseEvents_HitInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_SendMouseEvents_HitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484670, SendMouseEvents_HitInfo, Array_EmptyInternalEnumerator_1_UnityEngine_SendMouseEvents_HitInfo__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_SendMouseEvents_HitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD8C0, Array_EmptyInternalEnumerator_1_UnityEngine_SendMouseEvents_HitInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext___ctor, (Array_EmptyInternalEnumerator_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__Dispose, (Array_EmptyInternalEnumerator_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__MoveNext, (Array_EmptyInternalEnumerator_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014846D0, SequenceNode_SequenceConstructPosContext, Array_EmptyInternalEnumerator_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__get_Current, (Array_EmptyInternalEnumerator_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD8B0, Array_EmptyInternalEnumerator_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_Field___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_Field___ctor, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_Field_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_Field__Dispose, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_Field_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_Field__MoveNext, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_Field_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_Field__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_Field_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_Field__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_Field_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484730, SerializedObject_Field, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_Field__get_Current, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_Field_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD8A0, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_Field__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Dispose, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__MoveNext, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484790, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_Current, (Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD888, Array_EmptyInternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName___ctor, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName__Dispose, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName__MoveNext, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014847F0, SlotEquip_ItemDefinitionStateName, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName__get_Current, (Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD878, Array_EmptyInternalEnumerator_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Net_Sockets_Socket_WSABUF___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_Sockets_Socket_WSABUF___ctor, (Array_EmptyInternalEnumerator_1_System_Net_Sockets_Socket_WSABUF_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_Sockets_Socket_WSABUF__Dispose, (Array_EmptyInternalEnumerator_1_System_Net_Sockets_Socket_WSABUF_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Net_Sockets_Socket_WSABUF__MoveNext, (Array_EmptyInternalEnumerator_1_System_Net_Sockets_Socket_WSABUF_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Net_Sockets_Socket_WSABUF__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Net_Sockets_Socket_WSABUF_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Net_Sockets_Socket_WSABUF__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Net_Sockets_Socket_WSABUF_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484850, Socket_WSABUF, Array_EmptyInternalEnumerator_1_System_Net_Sockets_Socket_WSABUF__get_Current, (Array_EmptyInternalEnumerator_1_System_Net_Sockets_Socket_WSABUF_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD868, Array_EmptyInternalEnumerator_1_System_Net_Sockets_Socket_WSABUF__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014848B0, StyleComplexSelector_PseudoStateData, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD970, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484910, StylePropertyAnimationSystem_ElementPropertyPair, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD960, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheet_ImportStruct___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheet_ImportStruct___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheet_ImportStruct_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheet_ImportStruct__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheet_ImportStruct_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheet_ImportStruct__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheet_ImportStruct_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheet_ImportStruct__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheet_ImportStruct_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheet_ImportStruct__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheet_ImportStruct_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484970, StyleSheet_ImportStruct, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheet_ImportStruct__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheet_ImportStruct_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD950, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheet_ImportStruct__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014849D0, StyleSheetCache_SheetHandleKey, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD940, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484A30, StyleVariableResolver_ResolveContext, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD928, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_Text_UnicodeChar___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_Text_UnicodeChar___ctor, (Array_EmptyInternalEnumerator_1_TMPro_TMP_Text_UnicodeChar_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_Text_UnicodeChar__Dispose, (Array_EmptyInternalEnumerator_1_TMPro_TMP_Text_UnicodeChar_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_TMPro_TMP_Text_UnicodeChar__MoveNext, (Array_EmptyInternalEnumerator_1_TMPro_TMP_Text_UnicodeChar_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_TMP_Text_UnicodeChar__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_TMPro_TMP_Text_UnicodeChar_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C80, Object *, Array_EmptyInternalEnumerator_1_TMPro_TMP_Text_UnicodeChar__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_Text_UnicodeChar_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484A90, TMP_Text_UnicodeChar, Array_EmptyInternalEnumerator_1_TMPro_TMP_Text_UnicodeChar__get_Current, (Array_EmptyInternalEnumerator_1_TMPro_TMP_Text_UnicodeChar_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD918, Array_EmptyInternalEnumerator_1_TMPro_TMP_Text_UnicodeChar__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484AF0, TemplateAsset_AttributeOverride, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD908, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UI_Extensions_TextPic_IconName___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UI_Extensions_TextPic_IconName___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_Extensions_TextPic_IconName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UI_Extensions_TextPic_IconName__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_Extensions_TextPic_IconName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UI_Extensions_TextPic_IconName__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_Extensions_TextPic_IconName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UI_Extensions_TextPic_IconName__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_Extensions_TextPic_IconName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UI_Extensions_TextPic_IconName__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_Extensions_TextPic_IconName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484B50, TextPic_IconName, Array_EmptyInternalEnumerator_1_UnityEngine_UI_Extensions_TextPic_IconName__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UI_Extensions_TextPic_IconName_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD8F8, Array_EmptyInternalEnumerator_1_UnityEngine_UI_Extensions_TextPic_IconName__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484BB0, TextResourceManager_FontAssetRef, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD7B8, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484C10, TextSettings_FontReferenceMap, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD7A8, Array_EmptyInternalEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01472EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484C70, TextureBlitter_BlitInfo, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD790, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame___ctor, (Array_EmptyInternalEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Dispose, (Array_EmptyInternalEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__MoveNext, (Array_EmptyInternalEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471DE0, Object *, Array_EmptyInternalEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484CD0, TexturePacker_JsonArray_Frame, Array_EmptyInternalEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__get_Current, (Array_EmptyInternalEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD778, Array_EmptyInternalEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484D30, TextureRegistry_TextureInfo, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD760, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484D90, TimeNotificationBehaviour_NotificationEntry, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD748, Array_EmptyInternalEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484DF0, TrackedDeviceRaycaster_RaycastHitData, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD730, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484E50, TrackedPoseDriverDataDescription_PoseData, Array_EmptyInternalEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD720, Array_EmptyInternalEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484EB0, TreeView_TreeViewItemWrapper, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD850, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484F10, TreeViewReorderableDragAndDropController_TreeItemState, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD838, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01475600, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484F70, UIRStylePainter_Entry, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD828, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01484FD0, UIRenderDevice_AllocToFree, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD818, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01476460, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01485030, UIRenderDevice_AllocToUpdate, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD800, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01485090, UIRenderDevice_DeviceToFree, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD7F0, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UdpKit_UdpPipe_Ack___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UdpKit_UdpPipe_Ack___ctor, (Array_EmptyInternalEnumerator_1_UdpKit_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UdpKit_UdpPipe_Ack__Dispose, (Array_EmptyInternalEnumerator_1_UdpKit_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UdpKit_UdpPipe_Ack__MoveNext, (Array_EmptyInternalEnumerator_1_UdpKit_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UdpKit_UdpPipe_Ack__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UdpKit_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C80, Object *, Array_EmptyInternalEnumerator_1_UdpKit_UdpPipe_Ack__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UdpKit_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014850F0, UdpPipe_Ack, Array_EmptyInternalEnumerator_1_UdpKit_UdpPipe_Ack__get_Current, (Array_EmptyInternalEnumerator_1_UdpKit_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD7E0, Array_EmptyInternalEnumerator_1_UdpKit_UdpPipe_Ack__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Globalization_UmAlQuraCalendar_DateMapping___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Globalization_UmAlQuraCalendar_DateMapping___ctor, (Array_EmptyInternalEnumerator_1_System_Globalization_UmAlQuraCalendar_DateMapping_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Globalization_UmAlQuraCalendar_DateMapping__Dispose, (Array_EmptyInternalEnumerator_1_System_Globalization_UmAlQuraCalendar_DateMapping_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Globalization_UmAlQuraCalendar_DateMapping__MoveNext, (Array_EmptyInternalEnumerator_1_System_Globalization_UmAlQuraCalendar_DateMapping_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Globalization_UmAlQuraCalendar_DateMapping__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Globalization_UmAlQuraCalendar_DateMapping_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Globalization_UmAlQuraCalendar_DateMapping__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Globalization_UmAlQuraCalendar_DateMapping_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01485150, UmAlQuraCalendar_DateMapping, Array_EmptyInternalEnumerator_1_System_Globalization_UmAlQuraCalendar_DateMapping__get_Current, (Array_EmptyInternalEnumerator_1_System_Globalization_UmAlQuraCalendar_DateMapping_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD7D0, Array_EmptyInternalEnumerator_1_System_Globalization_UmAlQuraCalendar_DateMapping__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014851B0, UnitySynchronizationContext_WorkRequest, Array_EmptyInternalEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD670, Array_EmptyInternalEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01485210, VisualTreeAsset_SlotDefinition, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD660, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01485270, VisualTreeAsset_SlotUsageEntry, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD648, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014852D0, VisualTreeAsset_UsingEntry, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD630, Array_EmptyInternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId___ctor, (Array_EmptyInternalEnumerator_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__Dispose, (Array_EmptyInternalEnumerator_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__MoveNext, (Array_EmptyInternalEnumerator_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482730, Object *, Array_EmptyInternalEnumerator_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01485330, WetDecalSystem_MaterialBatchId, Array_EmptyInternalEnumerator_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__get_Current, (Array_EmptyInternalEnumerator_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD618, Array_EmptyInternalEnumerator_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK___ctor, (Array_EmptyInternalEnumerator_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__Dispose, (Array_EmptyInternalEnumerator_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__MoveNext, (Array_EmptyInternalEnumerator_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01485390, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK, Array_EmptyInternalEnumerator_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__get_Current, (Array_EmptyInternalEnumerator_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD600, Array_EmptyInternalEnumerator_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlEventCache_XmlEvent___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlEventCache_XmlEvent___ctor, (Array_EmptyInternalEnumerator_1_System_Xml_XmlEventCache_XmlEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlEventCache_XmlEvent__Dispose, (Array_EmptyInternalEnumerator_1_System_Xml_XmlEventCache_XmlEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Xml_XmlEventCache_XmlEvent__MoveNext, (Array_EmptyInternalEnumerator_1_System_Xml_XmlEventCache_XmlEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlEventCache_XmlEvent__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Xml_XmlEventCache_XmlEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014717A0, Object *, Array_EmptyInternalEnumerator_1_System_Xml_XmlEventCache_XmlEvent__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Xml_XmlEventCache_XmlEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014853F0, XmlEventCache_XmlEvent, Array_EmptyInternalEnumerator_1_System_Xml_XmlEventCache_XmlEvent__get_Current, (Array_EmptyInternalEnumerator_1_System_Xml_XmlEventCache_XmlEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD5E8, Array_EmptyInternalEnumerator_1_System_Xml_XmlEventCache_XmlEvent__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlNamespaceManager_NamespaceDeclaration___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlNamespaceManager_NamespaceDeclaration___ctor, (Array_EmptyInternalEnumerator_1_System_Xml_XmlNamespaceManager_NamespaceDeclaration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlNamespaceManager_NamespaceDeclaration__Dispose, (Array_EmptyInternalEnumerator_1_System_Xml_XmlNamespaceManager_NamespaceDeclaration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Xml_XmlNamespaceManager_NamespaceDeclaration__MoveNext, (Array_EmptyInternalEnumerator_1_System_Xml_XmlNamespaceManager_NamespaceDeclaration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlNamespaceManager_NamespaceDeclaration__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Xml_XmlNamespaceManager_NamespaceDeclaration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Xml_XmlNamespaceManager_NamespaceDeclaration__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Xml_XmlNamespaceManager_NamespaceDeclaration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01485450, XmlNamespaceManager_NamespaceDeclaration, Array_EmptyInternalEnumerator_1_System_Xml_XmlNamespaceManager_NamespaceDeclaration__get_Current, (Array_EmptyInternalEnumerator_1_System_Xml_XmlNamespaceManager_NamespaceDeclaration_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD5D8, Array_EmptyInternalEnumerator_1_System_Xml_XmlNamespaceManager_NamespaceDeclaration__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry___ctor, (Array_EmptyInternalEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Dispose, (Array_EmptyInternalEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__MoveNext, (Array_EmptyInternalEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014854B0, XmlSchemaObjectTable_XmlSchemaObjectEntry, Array_EmptyInternalEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__get_Current, (Array_EmptyInternalEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD710, Array_EmptyInternalEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlTextReaderImpl_ParsingState___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlTextReaderImpl_ParsingState___ctor, (Array_EmptyInternalEnumerator_1_System_Xml_XmlTextReaderImpl_ParsingState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlTextReaderImpl_ParsingState__Dispose, (Array_EmptyInternalEnumerator_1_System_Xml_XmlTextReaderImpl_ParsingState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Xml_XmlTextReaderImpl_ParsingState__MoveNext, (Array_EmptyInternalEnumerator_1_System_Xml_XmlTextReaderImpl_ParsingState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlTextReaderImpl_ParsingState__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Xml_XmlTextReaderImpl_ParsingState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01482730, Object *, Array_EmptyInternalEnumerator_1_System_Xml_XmlTextReaderImpl_ParsingState__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Xml_XmlTextReaderImpl_ParsingState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01485510, XmlTextReaderImpl_ParsingState, Array_EmptyInternalEnumerator_1_System_Xml_XmlTextReaderImpl_ParsingState__get_Current, (Array_EmptyInternalEnumerator_1_System_Xml_XmlTextReaderImpl_ParsingState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD6F8, Array_EmptyInternalEnumerator_1_System_Xml_XmlTextReaderImpl_ParsingState__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlTextWriter_Namespace___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlTextWriter_Namespace___ctor, (Array_EmptyInternalEnumerator_1_System_Xml_XmlTextWriter_Namespace_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlTextWriter_Namespace__Dispose, (Array_EmptyInternalEnumerator_1_System_Xml_XmlTextWriter_Namespace_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Xml_XmlTextWriter_Namespace__MoveNext, (Array_EmptyInternalEnumerator_1_System_Xml_XmlTextWriter_Namespace_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlTextWriter_Namespace__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Xml_XmlTextWriter_Namespace_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Xml_XmlTextWriter_Namespace__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Xml_XmlTextWriter_Namespace_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01485570, XmlTextWriter_Namespace, Array_EmptyInternalEnumerator_1_System_Xml_XmlTextWriter_Namespace__get_Current, (Array_EmptyInternalEnumerator_1_System_Xml_XmlTextWriter_Namespace_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD6E8, Array_EmptyInternalEnumerator_1_System_Xml_XmlTextWriter_Namespace__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlTextWriter_TagInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlTextWriter_TagInfo___ctor, (Array_EmptyInternalEnumerator_1_System_Xml_XmlTextWriter_TagInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlTextWriter_TagInfo__Dispose, (Array_EmptyInternalEnumerator_1_System_Xml_XmlTextWriter_TagInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Xml_XmlTextWriter_TagInfo__MoveNext, (Array_EmptyInternalEnumerator_1_System_Xml_XmlTextWriter_TagInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlTextWriter_TagInfo__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Xml_XmlTextWriter_TagInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01472EC0, Object *, Array_EmptyInternalEnumerator_1_System_Xml_XmlTextWriter_TagInfo__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Xml_XmlTextWriter_TagInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014855D0, XmlTextWriter_TagInfo, Array_EmptyInternalEnumerator_1_System_Xml_XmlTextWriter_TagInfo__get_Current, (Array_EmptyInternalEnumerator_1_System_Xml_XmlTextWriter_TagInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD6D8, Array_EmptyInternalEnumerator_1_System_Xml_XmlTextWriter_TagInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_AttrName___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_AttrName___ctor, (Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_AttrName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_AttrName__Dispose, (Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_AttrName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_AttrName__MoveNext, (Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_AttrName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_AttrName__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_AttrName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_AttrName__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_AttrName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01485630, XmlWellFormedWriter_AttrName, Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_AttrName__get_Current, (Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_AttrName_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD6C0, Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_AttrName__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_ElementScope___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_ElementScope___ctor, (Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_ElementScope_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_ElementScope__Dispose, (Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_ElementScope_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_ElementScope__MoveNext, (Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_ElementScope_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_ElementScope__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_ElementScope_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01472410, Object *, Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_ElementScope__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_ElementScope_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01485690, XmlWellFormedWriter_ElementScope, Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_ElementScope__get_Current, (Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_ElementScope_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD6B0, Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_ElementScope__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_Namespace___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_Namespace___ctor, (Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_Namespace_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_Namespace__Dispose, (Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_Namespace_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_Namespace__MoveNext, (Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_Namespace_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_Namespace__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_Namespace_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_Namespace__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_Namespace_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014856F0, XmlWellFormedWriter_Namespace, Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_Namespace__get_Current, (Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_Namespace_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD6A0, Array_EmptyInternalEnumerator_1_System_Xml_XmlWellFormedWriter_Namespace__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_ftLightmaps_LightmapAdditionalData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ftLightmaps_LightmapAdditionalData___ctor, (Array_EmptyInternalEnumerator_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ftLightmaps_LightmapAdditionalData__Dispose, (Array_EmptyInternalEnumerator_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_ftLightmaps_LightmapAdditionalData__MoveNext, (Array_EmptyInternalEnumerator_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_ftLightmaps_LightmapAdditionalData__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_ftLightmaps_LightmapAdditionalData__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01485750, ftLightmaps_LightmapAdditionalData, Array_EmptyInternalEnumerator_1_ftLightmaps_LightmapAdditionalData__get_Current, (Array_EmptyInternalEnumerator_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD688, Array_EmptyInternalEnumerator_1_ftLightmaps_LightmapAdditionalData__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor, (Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Dispose, (Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__MoveNext, (Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470EC0, Object *, Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014857B0, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy, Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__get_Current, (Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD528, Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG___ctor, (Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG__Dispose, (Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG__MoveNext, (Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471DE0, Object *, Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01485810, gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG, Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG__get_Current, (Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD518, Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ___ctor, (Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ__Dispose, (Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ__MoveNext, (Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01485870, gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ, Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ__get_Current, (Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD508, Array_EmptyInternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb___ctor, (Array_EmptyInternalEnumerator_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb__Dispose, (Array_EmptyInternalEnumerator_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb__MoveNext, (Array_EmptyInternalEnumerator_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014858D0, jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb, Array_EmptyInternalEnumerator_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb__get_Current, (Array_EmptyInternalEnumerator_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD4F0, Array_EmptyInternalEnumerator_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01485930, DebugUI_Foldout_ContextMenuItem, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD4E0, Array_EmptyInternalEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Decimal_DecCalc_PowerOvfl___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Decimal_DecCalc_PowerOvfl___ctor, (Array_EmptyInternalEnumerator_1_Decimal_DecCalc_PowerOvfl_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Decimal_DecCalc_PowerOvfl__Dispose, (Array_EmptyInternalEnumerator_1_Decimal_DecCalc_PowerOvfl_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Decimal_DecCalc_PowerOvfl__MoveNext, (Array_EmptyInternalEnumerator_1_Decimal_DecCalc_PowerOvfl_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Decimal_DecCalc_PowerOvfl__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Decimal_DecCalc_PowerOvfl_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Decimal_DecCalc_PowerOvfl__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Decimal_DecCalc_PowerOvfl_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01485990, Decimal_DecCalc_PowerOvfl, Array_EmptyInternalEnumerator_1_Decimal_DecCalc_PowerOvfl__get_Current, (Array_EmptyInternalEnumerator_1_Decimal_DecCalc_PowerOvfl_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD4C8, Array_EmptyInternalEnumerator_1_Decimal_DecCalc_PowerOvfl__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Xml_Schema_FacetsChecker_FacetsCompiler_Map___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_Schema_FacetsChecker_FacetsCompiler_Map___ctor, (Array_EmptyInternalEnumerator_1_System_Xml_Schema_FacetsChecker_FacetsCompiler_Map_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_Schema_FacetsChecker_FacetsCompiler_Map__Dispose, (Array_EmptyInternalEnumerator_1_System_Xml_Schema_FacetsChecker_FacetsCompiler_Map_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Xml_Schema_FacetsChecker_FacetsCompiler_Map__MoveNext, (Array_EmptyInternalEnumerator_1_System_Xml_Schema_FacetsChecker_FacetsCompiler_Map_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Xml_Schema_FacetsChecker_FacetsCompiler_Map__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Xml_Schema_FacetsChecker_FacetsCompiler_Map_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_System_Xml_Schema_FacetsChecker_FacetsCompiler_Map__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Xml_Schema_FacetsChecker_FacetsCompiler_Map_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014859F0, FacetsChecker_FacetsCompiler_Map, Array_EmptyInternalEnumerator_1_System_Xml_Schema_FacetsChecker_FacetsCompiler_Map__get_Current, (Array_EmptyInternalEnumerator_1_System_Xml_Schema_FacetsChecker_FacetsCompiler_Map_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD4B0, Array_EmptyInternalEnumerator_1_System_Xml_Schema_FacetsChecker_FacetsCompiler_Map__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471480, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01485A50, InputControlLayout_Collection_LayoutMatcher, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD4A0, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01485AB0, InputControlLayout_Collection_PrecompiledLayout, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD5C8, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_Match___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_Match___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_Match_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_Match__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_Match_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_Match__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_Match_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_Match__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_Match_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01472410, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_Match__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_Match_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01485B10, InputControlScheme_MatchResult_Match, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_Match__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_Match_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD5B8, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_Match__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_DeviceJson___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_DeviceJson___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_DeviceJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_DeviceJson__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_DeviceJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_DeviceJson__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_DeviceJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_DeviceJson__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_DeviceJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_DeviceJson__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_DeviceJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01485B70, InputControlScheme_SchemeJson_DeviceJson, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_DeviceJson__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_DeviceJson_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD5A8, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_DeviceJson__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_MatcherJson_Capability___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_MatcherJson_Capability___ctor, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_MatcherJson_Capability_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_MatcherJson_Capability__Dispose, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_MatcherJson_Capability_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_MatcherJson_Capability__MoveNext, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_MatcherJson_Capability_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_MatcherJson_Capability__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_MatcherJson_Capability_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_MatcherJson_Capability__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_MatcherJson_Capability_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01485BD0, InputDeviceMatcher_MatcherJson_Capability, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_MatcherJson_Capability__get_Current, (Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_MatcherJson_Capability_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD598, Array_EmptyInternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_MatcherJson_Capability__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView___ctor, (Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Dispose, (Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__MoveNext, (Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470D80, Object *, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01485C30, InstructionList_DebugView_InstructionView, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__get_Current, (Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD588, Array_EmptyInternalEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Interop_SspiCli_SecBuffer___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Interop_SspiCli_SecBuffer___ctor, (Array_EmptyInternalEnumerator_1_Interop_SspiCli_SecBuffer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Interop_SspiCli_SecBuffer__Dispose, (Array_EmptyInternalEnumerator_1_Interop_SspiCli_SecBuffer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Interop_SspiCli_SecBuffer__MoveNext, (Array_EmptyInternalEnumerator_1_Interop_SspiCli_SecBuffer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Interop_SspiCli_SecBuffer__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Interop_SspiCli_SecBuffer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01470B30, Object *, Array_EmptyInternalEnumerator_1_Interop_SspiCli_SecBuffer__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Interop_SspiCli_SecBuffer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01485C90, Interop_SspiCli_SecBuffer, Array_EmptyInternalEnumerator_1_Interop_SspiCli_SecBuffer__get_Current, (Array_EmptyInternalEnumerator_1_Interop_SspiCli_SecBuffer_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD570, Array_EmptyInternalEnumerator_1_Interop_SspiCli_SecBuffer__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb___ctor, (Array_EmptyInternalEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Dispose, (Array_EmptyInternalEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__MoveNext, (Array_EmptyInternalEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01474C80, Object *, Array_EmptyInternalEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01485CF0, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb, Array_EmptyInternalEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__get_Current, (Array_EmptyInternalEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD558, Array_EmptyInternalEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item___ctor, (Array_EmptyInternalEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Dispose, (Array_EmptyInternalEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item__MoveNext, (Array_EmptyInternalEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014718F0, Object *, Array_EmptyInternalEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01485D50, TargetPositionCache_CacheCurve_Item, Array_EmptyInternalEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item__get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD540, Array_EmptyInternalEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item__get_Current__MethodInfo); DO_APP_FUNC(0x01470BA0, void, Array_EmptyInternalEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem___ctor, (Array_EmptyInternalEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Dispose, (Array_EmptyInternalEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Array_EmptyInternalEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__MoveNext, (Array_EmptyInternalEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_EmptyInternalEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IEnumerator_Reset, (Array_EmptyInternalEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01471BE0, Object *, Array_EmptyInternalEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IEnumerator_get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01485DB0, TargetPositionCache_CacheEntry_RecordingItem, Array_EmptyInternalEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__get_Current, (Array_EmptyInternalEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD3F8, Array_EmptyInternalEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__get_Current__MethodInfo); DO_APP_FUNC(0x01485F60, IList_1_Rewired_ControllerPollingInfo_ *, EmptyObjects_1_Rewired_ControllerPollingInfo__get_EmptyReadOnlyIListT, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93AE0, EmptyObjects_1_Rewired_ControllerPollingInfo__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC(0x01485E10, ControllerPollingInfo__Array *, EmptyObjects_1_Rewired_ControllerPollingInfo__get_array, (MethodInfo * method)); DO_APP_FUNC(0x01485F60, IList_1_Rewired_ElementAssignmentConflictInfo_ *, EmptyObjects_1_Rewired_ElementAssignmentConflictInfo__get_EmptyReadOnlyIListT, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91A38, EmptyObjects_1_Rewired_ElementAssignmentConflictInfo__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC(0x01485E10, ElementAssignmentConflictInfo__Array *, EmptyObjects_1_Rewired_ElementAssignmentConflictInfo__get_array, (MethodInfo * method)); DO_APP_FUNC(0x01485F60, IList_1_Rewired_InputActionSourceData_ *, EmptyObjects_1_Rewired_InputActionSourceData__get_EmptyReadOnlyIListT, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FF48, EmptyObjects_1_Rewired_InputActionSourceData__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC(0x01485E10, InputActionSourceData__Array *, EmptyObjects_1_Rewired_InputActionSourceData__get_array, (MethodInfo * method)); DO_APP_FUNC(0x01485F60, IList_1_System_Int32_ *, EmptyObjects_1_System_Int32__get_EmptyReadOnlyIListT, (MethodInfo * method)); DO_APP_FUNC(0x01485E10, Int32__Array *, EmptyObjects_1_System_Int32__get_array, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB91B0, EmptyObjects_1_System_Int32__get_array__MethodInfo); DO_APP_FUNC(0x01485F60, IList_1_System_Int32Enum_ *, EmptyObjects_1_System_Int32Enum__get_EmptyReadOnlyIListT, (MethodInfo * method)); DO_APP_FUNC(0x01485E10, Int32Enum__Enum__Array *, EmptyObjects_1_System_Int32Enum__get_array, (MethodInfo * method)); DO_APP_FUNC(0x01485F60, IList_1_System_Object_ *, EmptyObjects_1_System_Object__get_EmptyReadOnlyIListT, (MethodInfo * method)); DO_APP_FUNC(0x01485E10, Object__Array *, EmptyObjects_1_System_Object__get_array, (MethodInfo * method)); DO_APP_FUNC(0x014861C0, void, EmptyReadOnlyCollection_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, EntityBehaviour_1_System_Object___ctor, (EntityBehaviour_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01486390, Object *, EntityBehaviour_1_System_Object__get_state, (EntityBehaviour_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, EntityEventListenerBase_1_System_Object___ctor, (EntityEventListenerBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01486390, Object *, EntityEventListenerBase_1_System_Object__get_state, (EntityEventListenerBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01013200, void, EntityEventListener_1_System_Object___ctor, (EntityEventListener_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EntityEventListener_1_System_Object__OnEvent, (EntityEventListener_1_System_Object_ * __this, DissonanceToClient * evnt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EntityEventListener_1_System_Object__OnEvent_1, (EntityEventListener_1_System_Object_ * __this, DissonanceToServer * evnt, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LowLevelDictionary_2_TKey_TValue_Entry_System_Int32_System_Object___ctor, (LowLevelDictionary_2_TKey_TValue_Entry_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCEFD0, void, CacheDict_2_TKey_TValue_Entry_System_Object_System_Object___ctor, (CacheDict_2_TKey_TValue_Entry_System_Object_System_Object_ * __this, int32_t hash, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LowLevelDictionary_2_TKey_TValue_Entry_System_Object_System_Object___ctor, (LowLevelDictionary_2_TKey_TValue_Entry_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01486490, void, EnumEqualityComparer_1_System_ByteEnum___ctor, (EnumEqualityComparer_1_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014864B0, void, EnumEqualityComparer_1_System_ByteEnum___ctor_1, (EnumEqualityComparer_1_System_ByteEnum_ * __this, SerializationInfo * information, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x014866C0, bool, EnumEqualityComparer_1_System_ByteEnum__Equals, (EnumEqualityComparer_1_System_ByteEnum_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x014863E0, bool, EnumEqualityComparer_1_System_ByteEnum__Equals_1, (EnumEqualityComparer_1_System_ByteEnum_ * __this, ByteEnum__Enum x, ByteEnum__Enum y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, EnumEqualityComparer_1_System_ByteEnum__GetHashCode, (EnumEqualityComparer_1_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01486460, int32_t, EnumEqualityComparer_1_System_ByteEnum__GetHashCode_1, (EnumEqualityComparer_1_System_ByteEnum_ * __this, ByteEnum__Enum obj, MethodInfo * method)); DO_APP_FUNC(0x014864D0, void, EnumEqualityComparer_1_System_ByteEnum__GetObjectData, (EnumEqualityComparer_1_System_ByteEnum_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01486490, void, EnumEqualityComparer_1_System_Int32Enum___ctor, (EnumEqualityComparer_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014864B0, void, EnumEqualityComparer_1_System_Int32Enum___ctor_1, (EnumEqualityComparer_1_System_Int32Enum_ * __this, SerializationInfo * information, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x014866C0, bool, EnumEqualityComparer_1_System_Int32Enum__Equals, (EnumEqualityComparer_1_System_Int32Enum_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x014867A0, bool, EnumEqualityComparer_1_System_Int32Enum__Equals_1, (EnumEqualityComparer_1_System_Int32Enum_ * __this, Int32Enum__Enum x, Int32Enum__Enum y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, EnumEqualityComparer_1_System_Int32Enum__GetHashCode, (EnumEqualityComparer_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01486820, int32_t, EnumEqualityComparer_1_System_Int32Enum__GetHashCode_1, (EnumEqualityComparer_1_System_Int32Enum_ * __this, Int32Enum__Enum obj, MethodInfo * method)); DO_APP_FUNC(0x01486850, void, EnumEqualityComparer_1_System_Int32Enum__GetObjectData, (EnumEqualityComparer_1_System_Int32Enum_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01486B30, void, EnumNameValueCache_1_System_Int32Enum___ctor, (EnumNameValueCache_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD450, EnumNameValueCache_1_System_Int32Enum___ctor__MethodInfo); DO_APP_FUNC(0x014875B0, bool, EnumNameValueCache_1_System_Int32Enum__Contains, (EnumNameValueCache_1_System_Int32Enum_ * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01487570, bool, EnumNameValueCache_1_System_Int32Enum__Contains_1, (EnumNameValueCache_1_System_Int32Enum_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01486A40, void, EnumNameValueCache_1_System_Int32Enum__Free, (MethodInfo * method)); DO_APP_FUNC(0x01487090, String *, EnumNameValueCache_1_System_Int32Enum__GetName, (EnumNameValueCache_1_System_Int32Enum_ * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD410, EnumNameValueCache_1_System_Int32Enum__GetName__MethodInfo); DO_APP_FUNC(0x01487350, String *, EnumNameValueCache_1_System_Int32Enum__GetNameAt, (EnumNameValueCache_1_System_Int32Enum_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD320, EnumNameValueCache_1_System_Int32Enum__GetNameAt__MethodInfo); DO_APP_FUNC(0x01487010, Int32Enum__Enum, EnumNameValueCache_1_System_Int32Enum__GetValue, (EnumNameValueCache_1_System_Int32Enum_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01487280, Int32Enum__Enum, EnumNameValueCache_1_System_Int32Enum__GetValueAt, (EnumNameValueCache_1_System_Int32Enum_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD330, EnumNameValueCache_1_System_Int32Enum__GetValueAt__MethodInfo); DO_APP_FUNC(0x014874B0, int32_t, EnumNameValueCache_1_System_Int32Enum__IndexOf, (EnumNameValueCache_1_System_Int32Enum_ * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x014873F0, int32_t, EnumNameValueCache_1_System_Int32Enum__IndexOf_1, (EnumNameValueCache_1_System_Int32Enum_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01487130, bool, EnumNameValueCache_1_System_Int32Enum__TryGetName, (EnumNameValueCache_1_System_Int32Enum_ * __this, int64_t value, String * * name, MethodInfo * method)); DO_APP_FUNC(0x01487050, bool, EnumNameValueCache_1_System_Int32Enum__TryGetValue, (EnumNameValueCache_1_System_Int32Enum_ * __this, String * name, Int32Enum__Enum * value, MethodInfo * method)); DO_APP_FUNC(0x01486B10, int32_t, EnumNameValueCache_1_System_Int32Enum__get_Count, (EnumNameValueCache_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01027260, EnumNameValueCache_1_System_Int32Enum_ *, EnumNameValueCache_1_System_Int32Enum__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x01487890, void, EnumValueHelper_1_System_Object___ctor, (EnumValueHelper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD368, EnumValueHelper_1_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x01027260, EnumValueHelper_1_System_Object_ *, EnumValueHelper_1_System_Object__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x014875F0, IList_1_System_String_ *, EnumValueHelper_1_System_Object__get_names, (EnumValueHelper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IList_1_System_Object_ *, EnumValueHelper_1_System_Object__get_values, (EnumValueHelper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EnumerableSorter_1_System_Collections_Generic_KeyValuePair_2___ctor, (EnumerableSorter_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01487D10, void, EnumerableSorter_1_System_Collections_Generic_KeyValuePair_2__QuickSort, (EnumerableSorter_1_System_Collections_Generic_KeyValuePair_2_ * __this, Int32__Array * map, int32_t left, int32_t right, MethodInfo * method)); DO_APP_FUNC(0x01487C30, Int32__Array *, EnumerableSorter_1_System_Collections_Generic_KeyValuePair_2__Sort, (EnumerableSorter_1_System_Collections_Generic_KeyValuePair_2_ * __this, KeyValuePair_2_System_Object_System_Object___Array * elements, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EnumerableSorter_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor, (EnumerableSorter_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01487D10, void, EnumerableSorter_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__QuickSort, (EnumerableSorter_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Int32__Array * map, int32_t left, int32_t right, MethodInfo * method)); DO_APP_FUNC(0x01487EC0, Int32__Array *, EnumerableSorter_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Sort, (EnumerableSorter_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent__Array * elements, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EnumerableSorter_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor, (EnumerableSorter_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01487D10, void, EnumerableSorter_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__QuickSort, (EnumerableSorter_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Int32__Array * map, int32_t left, int32_t right, MethodInfo * method)); DO_APP_FUNC(0x01487FA0, Int32__Array *, EnumerableSorter_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Sort, (EnumerableSorter_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord__Array * elements, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EnumerableSorter_1_System_Object___ctor, (EnumerableSorter_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01487D10, void, EnumerableSorter_1_System_Object__QuickSort, (EnumerableSorter_1_System_Object_ * __this, Int32__Array * map, int32_t left, int32_t right, MethodInfo * method)); DO_APP_FUNC(0x01488080, Int32__Array *, EnumerableSorter_1_System_Object__Sort, (EnumerableSorter_1_System_Object_ * __this, Object__Array * elements, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01488160, void, EnumerableSorter_2_System_Collections_Generic_KeyValuePair_2_System_Object___ctor, (EnumerableSorter_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_System_Collections_Generic_KeyValuePair_2_Object__1 * keySelector, IComparer_1_System_Object_ * comparer, bool descending, EnumerableSorter_1_System_Collections_Generic_KeyValuePair_2_ * next, MethodInfo * method)); DO_APP_FUNC(0x014884B0, int32_t, EnumerableSorter_2_System_Collections_Generic_KeyValuePair_2_System_Object__CompareKeys, (EnumerableSorter_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, int32_t index1, int32_t index2, MethodInfo * method)); DO_APP_FUNC(0x014882C0, void, EnumerableSorter_2_System_Collections_Generic_KeyValuePair_2_System_Object__ComputeKeys, (EnumerableSorter_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object___Array * elements, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01488160, void, EnumerableSorter_2_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_System_Int32___ctor, (EnumerableSorter_2_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_System_Int32_ * __this, Func_2_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_Int32_ * keySelector, IComparer_1_System_Int32_ * comparer, bool descending, EnumerableSorter_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * next, MethodInfo * method)); DO_APP_FUNC(0x01488720, int32_t, EnumerableSorter_2_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_System_Int32__CompareKeys, (EnumerableSorter_2_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_System_Int32_ * __this, int32_t index1, int32_t index2, MethodInfo * method)); DO_APP_FUNC(0x014885A0, void, EnumerableSorter_2_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_System_Int32__ComputeKeys, (EnumerableSorter_2_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_System_Int32_ * __this, DiagnosticEvent__Array * elements, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01488160, void, EnumerableSorter_2_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_System_UInt32___ctor, (EnumerableSorter_2_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_System_UInt32_ * __this, Func_2_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_UInt32_ * keySelector, IComparer_1_System_UInt32_ * comparer, bool descending, EnumerableSorter_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * next, MethodInfo * method)); DO_APP_FUNC(0x01488720, int32_t, EnumerableSorter_2_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_System_UInt32__CompareKeys, (EnumerableSorter_2_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_System_UInt32_ * __this, int32_t index1, int32_t index2, MethodInfo * method)); DO_APP_FUNC(0x01488810, void, EnumerableSorter_2_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_System_UInt32__ComputeKeys, (EnumerableSorter_2_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_System_UInt32_ * __this, GlyphPairAdjustmentRecord__Array * elements, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01488160, void, EnumerableSorter_2_System_Object_System_Boolean___ctor, (EnumerableSorter_2_System_Object_System_Boolean_ * __this, Func_2_Object_Boolean_ * keySelector, IComparer_1_System_Boolean_ * comparer, bool descending, EnumerableSorter_1_System_Object_ * next, MethodInfo * method)); DO_APP_FUNC(0x01488AF0, int32_t, EnumerableSorter_2_System_Object_System_Boolean__CompareKeys, (EnumerableSorter_2_System_Object_System_Boolean_ * __this, int32_t index1, int32_t index2, MethodInfo * method)); DO_APP_FUNC(0x014889A0, void, EnumerableSorter_2_System_Object_System_Boolean__ComputeKeys, (EnumerableSorter_2_System_Object_System_Boolean_ * __this, Object__Array * elements, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01488160, void, EnumerableSorter_2_System_Object_System_Int32___ctor, (EnumerableSorter_2_System_Object_System_Int32_ * __this, Func_2_Object_Int32_ * keySelector, IComparer_1_System_Int32_ * comparer, bool descending, EnumerableSorter_1_System_Object_ * next, MethodInfo * method)); DO_APP_FUNC(0x01488720, int32_t, EnumerableSorter_2_System_Object_System_Int32__CompareKeys, (EnumerableSorter_2_System_Object_System_Int32_ * __this, int32_t index1, int32_t index2, MethodInfo * method)); DO_APP_FUNC(0x01488BE0, void, EnumerableSorter_2_System_Object_System_Int32__ComputeKeys, (EnumerableSorter_2_System_Object_System_Int32_ * __this, Object__Array * elements, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01488160, void, EnumerableSorter_2_System_Object_System_Object___ctor, (EnumerableSorter_2_System_Object_System_Object_ * __this, Func_2_Object_Object_ * keySelector, IComparer_1_System_Object_ * comparer, bool descending, EnumerableSorter_1_System_Object_ * next, MethodInfo * method)); DO_APP_FUNC(0x014884B0, int32_t, EnumerableSorter_2_System_Object_System_Object__CompareKeys, (EnumerableSorter_2_System_Object_System_Object_ * __this, int32_t index1, int32_t index2, MethodInfo * method)); DO_APP_FUNC(0x01488D30, void, EnumerableSorter_2_System_Object_System_Object__ComputeKeys, (EnumerableSorter_2_System_Object_System_Object_ * __this, Object__Array * elements, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01488160, void, EnumerableSorter_2_System_Object_System_Single___ctor, (EnumerableSorter_2_System_Object_System_Single_ * __this, Func_2_Object_Single_ * keySelector, IComparer_1_System_Single_ * comparer, bool descending, EnumerableSorter_1_System_Object_ * next, MethodInfo * method)); DO_APP_FUNC(0x01489060, int32_t, EnumerableSorter_2_System_Object_System_Single__CompareKeys, (EnumerableSorter_2_System_Object_System_Single_ * __this, int32_t index1, int32_t index2, MethodInfo * method)); DO_APP_FUNC(0x01488F10, void, EnumerableSorter_2_System_Object_System_Single__ComputeKeys, (EnumerableSorter_2_System_Object_System_Single_ * __this, Object__Array * elements, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01488160, void, EnumerableSorter_2_System_Object_System_UInt32___ctor, (EnumerableSorter_2_System_Object_System_UInt32_ * __this, Func_2_Object_UInt32_ * keySelector, IComparer_1_System_UInt32_ * comparer, bool descending, EnumerableSorter_1_System_Object_ * next, MethodInfo * method)); DO_APP_FUNC(0x01488720, int32_t, EnumerableSorter_2_System_Object_System_UInt32__CompareKeys, (EnumerableSorter_2_System_Object_System_UInt32_ * __this, int32_t index1, int32_t index2, MethodInfo * method)); DO_APP_FUNC(0x01488BE0, void, EnumerableSorter_2_System_Object_System_UInt32__ComputeKeys, (EnumerableSorter_2_System_Object_System_UInt32_ * __this, Object__Array * elements, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_System_ArraySegment_1___ctor, (List_1_T_Enumerator_System_ArraySegment_1_ * __this, List_1_System_ArraySegment_1_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_ArraySegment_1__Dispose, (List_1_T_Enumerator_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_System_ArraySegment_1__MoveNext, (List_1_T_Enumerator_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_System_ArraySegment_1__MoveNextRare, (List_1_T_Enumerator_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_System_ArraySegment_1__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_System_ArraySegment_1__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, ArraySegment_1_Byte_, List_1_T_Enumerator_System_ArraySegment_1__get_Current, (List_1_T_Enumerator_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489400, void, List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor, (List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Dispose, (List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489480, bool, List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__MoveNext, (List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489580, bool, List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__MoveNextRare, (List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489670, void, List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014895C0, Object *, List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257900, AsyncOperationHandle_1_System_Object_, List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__get_Current, (List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489400, void, List_1_T_Enumerator_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta___ctor, (List_1_T_Enumerator_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Dispose, (List_1_T_Enumerator_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014896B0, bool, List_1_T_Enumerator_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__MoveNext, (List_1_T_Enumerator_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489580, bool, List_1_T_Enumerator_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__MoveNextRare, (List_1_T_Enumerator_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489670, void, List_1_T_Enumerator_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014895C0, Object *, List_1_T_Enumerator_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257900, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_, List_1_T_Enumerator_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__get_Current, (List_1_T_Enumerator_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_UnityEngine_Timeline_IntervalTree_1_Entry___ctor, (List_1_T_Enumerator_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Timeline_IntervalTree_1_Entry__Dispose, (List_1_T_Enumerator_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489830, bool, List_1_T_Enumerator_UnityEngine_Timeline_IntervalTree_1_Entry__MoveNext, (List_1_T_Enumerator_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_UnityEngine_Timeline_IntervalTree_1_Entry__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, IntervalTree_1_T_Entry_System_Object_, List_1_T_Enumerator_UnityEngine_Timeline_IntervalTree_1_Entry__get_Current, (List_1_T_Enumerator_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb___ctor, (List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Dispose, (List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A60, bool, List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__MoveNext, (List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__MoveNextRare, (List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_, List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__get_Current, (List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1__ctor, (List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Dispose, (List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_MoveNext, (List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_MoveNextRare, (List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_, List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_get_Current, (List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01489400, void, List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2__ctor, (List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Dispose, (List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01489480, bool, List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_MoveNext, (List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01489580, bool, List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_MoveNextRare, (List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01489670, void, List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x014895C0, Object *, List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01257900, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_, List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_get_Current, (List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01489B60, void, Queue_1_T_Enumerator_KeyValuePair_2_System_DateTime_System_UInt32___ctor, (Queue_1_T_Enumerator_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, Queue_1_KeyValuePair_2_System_DateTime_System_UInt32_ * q, MethodInfo * method)); DO_APP_FUNC(0x01489BE0, void, Queue_1_T_Enumerator_KeyValuePair_2_System_DateTime_System_UInt32__Dispose, (Queue_1_T_Enumerator_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489BF0, bool, Queue_1_T_Enumerator_KeyValuePair_2_System_DateTime_System_UInt32__MoveNext, (Queue_1_T_Enumerator_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD2E8, Queue_1_T_Enumerator_KeyValuePair_2_System_DateTime_System_UInt32__MoveNext__MethodInfo); DO_APP_FUNC(0x01489E50, void, Queue_1_T_Enumerator_KeyValuePair_2_System_DateTime_System_UInt32__System_Collections_IEnumerator_Reset, (Queue_1_T_Enumerator_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD2A8, Queue_1_T_Enumerator_KeyValuePair_2_System_DateTime_System_UInt32__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01489DA0, Object *, Queue_1_T_Enumerator_KeyValuePair_2_System_DateTime_System_UInt32__System_Collections_IEnumerator_get_Current, (Queue_1_T_Enumerator_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489D30, void, Queue_1_T_Enumerator_KeyValuePair_2_System_DateTime_System_UInt32__ThrowEnumerationNotStartedOrEnded, (Queue_1_T_Enumerator_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD2B8, Queue_1_T_Enumerator_KeyValuePair_2_System_DateTime_System_UInt32__ThrowEnumerationNotStartedOrEnded__MethodInfo); DO_APP_FUNC(0x01489CE0, KeyValuePair_2_System_DateTime_System_UInt32_, Queue_1_T_Enumerator_KeyValuePair_2_System_DateTime_System_UInt32__get_Current, (Queue_1_T_Enumerator_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_KeyValuePair_2_System_Guid_System_Object___ctor, (List_1_T_Enumerator_KeyValuePair_2_System_Guid_System_Object_ * __this, List_1_KeyValuePair_2_System_Guid_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_KeyValuePair_2_System_Guid_System_Object__Dispose, (List_1_T_Enumerator_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489830, bool, List_1_T_Enumerator_KeyValuePair_2_System_Guid_System_Object__MoveNext, (List_1_T_Enumerator_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_KeyValuePair_2_System_Guid_System_Object__MoveNextRare, (List_1_T_Enumerator_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_KeyValuePair_2_System_Guid_System_Object__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_KeyValuePair_2_System_Guid_System_Object__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, KeyValuePair_2_System_Guid_System_Object_, List_1_T_Enumerator_KeyValuePair_2_System_Guid_System_Object__get_Current, (List_1_T_Enumerator_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InlinedArray_1_TValue_Enumerator_System_Collections_Generic_KeyValuePair_2__Dispose, (InlinedArray_1_TValue_Enumerator_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489EE0, bool, InlinedArray_1_TValue_Enumerator_System_Collections_Generic_KeyValuePair_2__MoveNext, (InlinedArray_1_TValue_Enumerator_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00727E20, void, InlinedArray_1_TValue_Enumerator_System_Collections_Generic_KeyValuePair_2__Reset, (InlinedArray_1_TValue_Enumerator_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489F40, Object *, InlinedArray_1_TValue_Enumerator_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerator_get_Current, (InlinedArray_1_TValue_Enumerator_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489F00, KeyValuePair_2_System_Int32_System_Int32_, InlinedArray_1_TValue_Enumerator_System_Collections_Generic_KeyValuePair_2__get_Current, (InlinedArray_1_TValue_Enumerator_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489FF0, void, List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Int32___ctor, (List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Int32_ * __this, List_1_KeyValuePair_2_System_Int32_System_Int32_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Int32__Dispose, (List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6268, List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Int32__Dispose__MethodInfo); DO_APP_FUNC(0x0148A070, bool, List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Int32__MoveNext, (List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6260, List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Int32__MoveNext__MethodInfo); DO_APP_FUNC(0x0148A110, bool, List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Int32__MoveNextRare, (List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A1F0, void, List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Int32__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A150, Object *, List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Int32__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, KeyValuePair_2_System_Int32_System_Int32_, List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Int32__get_Current, (List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6258, List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Int32__get_Current__MethodInfo); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Object___ctor, (List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Object_ * __this, List_1_KeyValuePair_2_System_Int32_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Object__Dispose, (List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A60, bool, List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Object__MoveNext, (List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Object__MoveNextRare, (List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Object__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Object__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Int32_System_Object_, List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Object__get_Current, (List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_KeyValuePair_2_System_Int32Enum_System_Object___ctor, (List_1_T_Enumerator_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_KeyValuePair_2_System_Int32Enum_System_Object__Dispose, (List_1_T_Enumerator_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A60, bool, List_1_T_Enumerator_KeyValuePair_2_System_Int32Enum_System_Object__MoveNext, (List_1_T_Enumerator_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_KeyValuePair_2_System_Int32Enum_System_Object__MoveNextRare, (List_1_T_Enumerator_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_KeyValuePair_2_System_Int32Enum_System_Object__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_KeyValuePair_2_System_Int32Enum_System_Object__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Int32Enum_System_Object_, List_1_T_Enumerator_KeyValuePair_2_System_Int32Enum_System_Object__get_Current, (List_1_T_Enumerator_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_KeyValuePair_2_System_Object_System_ArraySegment_1___ctor, (List_1_T_Enumerator_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_KeyValuePair_2_System_Object_System_ArraySegment_1__Dispose, (List_1_T_Enumerator_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A230, bool, List_1_T_Enumerator_KeyValuePair_2_System_Object_System_ArraySegment_1__MoveNext, (List_1_T_Enumerator_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_KeyValuePair_2_System_Object_System_ArraySegment_1__MoveNextRare, (List_1_T_Enumerator_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_KeyValuePair_2_System_Object_System_ArraySegment_1__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_KeyValuePair_2_System_Object_System_ArraySegment_1__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, KeyValuePair_2_System_Object_System_ArraySegment_1_, List_1_T_Enumerator_KeyValuePair_2_System_Object_System_ArraySegment_1__get_Current, (List_1_T_Enumerator_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char___ctor, (List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char_ * __this, List_1_KeyValuePair_2_System_Object_System_Char_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char__Dispose, (List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char__MoveNext, (List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char__MoveNextRare, (List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Object_System_Char_, List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char__get_Current, (List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148B490, void, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0148A330, void, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char___ctor, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char_ * __this, SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * set, MethodInfo * method)); DO_APP_FUNC(0x0148A3D0, void, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char___ctor_1, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char_ * __this, SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * set, bool reverse, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char__Dispose, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A770, void, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char__Initialize, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148AAF0, bool, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char__MoveNext, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5540, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char__MoveNext__MethodInfo); DO_APP_FUNC(0x0148B290, void, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char__Reset, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD55F8, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char__Reset__MethodInfo); DO_APP_FUNC(0x0148B400, void, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char__System_Collections_IEnumerator_Reset, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148B160, Object *, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char__System_Collections_IEnumerator_get_Current, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5608, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x0148A720, void, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5550, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization__MethodInfo); DO_APP_FUNC(0x0148A6D0, void, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char__System_Runtime_Serialization_ISerializable_GetObjectData, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5560, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char__System_Runtime_Serialization_ISerializable_GetObjectData__MethodInfo); DO_APP_FUNC(0x0148B0B0, KeyValuePair_2_System_Object_System_Char_, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char__get_Current, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148B280, bool, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char__get_NotStartedOrEnded, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object___ctor, (List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object_ * __this, List_1_KeyValuePair_2_System_Object_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__Dispose, (List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__MoveNext, (List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__MoveNextRare, (List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Object_System_Object_, List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__get_Current, (List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148B490, void, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0148A330, void, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object___ctor, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object_ * __this, SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * set, MethodInfo * method)); DO_APP_FUNC(0x0148A3D0, void, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object___ctor_1, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object_ * __this, SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * set, bool reverse, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__Dispose, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A770, void, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__Initialize, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148B6D0, bool, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__MoveNext, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD55C8, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x0148BDB0, void, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__Reset, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD55A8, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__Reset__MethodInfo); DO_APP_FUNC(0x0148BF20, void, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__System_Collections_IEnumerator_Reset, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148BC90, Object *, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD55B8, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x0148B680, void, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD55D8, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization__MethodInfo); DO_APP_FUNC(0x0148B630, void, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__System_Runtime_Serialization_ISerializable_GetObjectData, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD55E8, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__System_Runtime_Serialization_ISerializable_GetObjectData__MethodInfo); DO_APP_FUNC(0x0148B0B0, KeyValuePair_2_System_Object_System_Object_, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__get_Current, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148B280, bool, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__get_NotStartedOrEnded, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148BFB0, void, Stack_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object___ctor, (Stack_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object_ * __this, Stack_1_KeyValuePair_2_System_Object_System_Object_ * stack, MethodInfo * method)); DO_APP_FUNC(0x0148C030, void, Stack_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__Dispose, (Stack_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148C040, bool, Stack_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__MoveNext, (Stack_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5590, Stack_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x0148C2F0, void, Stack_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__System_Collections_IEnumerator_Reset, (Stack_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5498, Stack_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0148C240, Object *, Stack_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (Stack_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148C1D0, void, Stack_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__ThrowEnumerationNotStartedOrEnded, (Stack_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD54A0, Stack_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__ThrowEnumerationNotStartedOrEnded__MethodInfo); DO_APP_FUNC(0x0148C180, KeyValuePair_2_System_Object_System_Object_, Stack_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object__get_Current, (Stack_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148C380, void, List_1_T_Enumerator_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (List_1_T_Enumerator_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Dispose, (List_1_T_Enumerator_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148C410, bool, List_1_T_Enumerator_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__MoveNext, (List_1_T_Enumerator_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148C540, bool, List_1_T_Enumerator_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__MoveNextRare, (List_1_T_Enumerator_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148C690, void, List_1_T_Enumerator_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148C5C0, Object *, List_1_T_Enumerator_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148C590, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_, List_1_T_Enumerator_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Current, (List_1_T_Enumerator_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_KeyValuePair_2_UnityEngine_PropertyName_System_Object___ctor, (List_1_T_Enumerator_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_KeyValuePair_2_UnityEngine_PropertyName_System_Object__Dispose, (List_1_T_Enumerator_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A60, bool, List_1_T_Enumerator_KeyValuePair_2_UnityEngine_PropertyName_System_Object__MoveNext, (List_1_T_Enumerator_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_KeyValuePair_2_UnityEngine_PropertyName_System_Object__MoveNextRare, (List_1_T_Enumerator_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_KeyValuePair_2_UnityEngine_PropertyName_System_Object__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_KeyValuePair_2_UnityEngine_PropertyName_System_Object__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_UnityEngine_PropertyName_System_Object_, List_1_T_Enumerator_KeyValuePair_2_UnityEngine_PropertyName_System_Object__get_Current, (List_1_T_Enumerator_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (List_1_T_Enumerator_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__Dispose, (List_1_T_Enumerator_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A60, bool, List_1_T_Enumerator_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__MoveNext, (List_1_T_Enumerator_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__MoveNextRare, (List_1_T_Enumerator_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_, List_1_T_Enumerator_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Current, (List_1_T_Enumerator_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_KeyValuePair_2_System_UInt16_System_Object___ctor, (List_1_T_Enumerator_KeyValuePair_2_System_UInt16_System_Object_ * __this, List_1_KeyValuePair_2_System_UInt16_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_KeyValuePair_2_System_UInt16_System_Object__Dispose, (List_1_T_Enumerator_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A60, bool, List_1_T_Enumerator_KeyValuePair_2_System_UInt16_System_Object__MoveNext, (List_1_T_Enumerator_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_KeyValuePair_2_System_UInt16_System_Object__MoveNextRare, (List_1_T_Enumerator_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_KeyValuePair_2_System_UInt16_System_Object__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_KeyValuePair_2_System_UInt16_System_Object__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_UInt16_System_Object_, List_1_T_Enumerator_KeyValuePair_2_System_UInt16_System_Object__get_Current, (List_1_T_Enumerator_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object___ctor, (List_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object_ * __this, List_1_KeyValuePair_2_System_UInt64_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object__Dispose, (List_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A60, bool, List_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object__MoveNext, (List_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object__MoveNextRare, (List_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_UInt64_System_Object_, List_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object__get_Current, (List_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148B490, void, SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0148A330, void, SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object___ctor, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object_ * __this, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * set, MethodInfo * method)); DO_APP_FUNC(0x0148A3D0, void, SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object___ctor_1, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object_ * __this, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * set, bool reverse, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object__Dispose, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A770, void, SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object__Initialize, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148C780, bool, SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object__MoveNext, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5478, SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x0148CE60, void, SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object__Reset, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5458, SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object__Reset__MethodInfo); DO_APP_FUNC(0x0148CFD0, void, SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object__System_Collections_IEnumerator_Reset, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148CD40, Object *, SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object__System_Collections_IEnumerator_get_Current, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5468, SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x0148C730, void, SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5480, SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization__MethodInfo); DO_APP_FUNC(0x0148C6E0, void, SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object__System_Runtime_Serialization_ISerializable_GetObjectData, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5488, SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object__System_Runtime_Serialization_ISerializable_GetObjectData__MethodInfo); DO_APP_FUNC(0x0148B0B0, KeyValuePair_2_System_UInt64_System_Object_, SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object__get_Current, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148B280, bool, SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object__get_NotStartedOrEnded, (SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_Unity_Collections_NativeArray_1___ctor, (List_1_T_Enumerator_Unity_Collections_NativeArray_1_ * __this, List_1_Unity_Collections_NativeArray_1__1 * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Unity_Collections_NativeArray_1__Dispose, (List_1_T_Enumerator_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D060, bool, List_1_T_Enumerator_Unity_Collections_NativeArray_1__MoveNext, (List_1_T_Enumerator_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_Unity_Collections_NativeArray_1__MoveNextRare, (List_1_T_Enumerator_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_Unity_Collections_NativeArray_1__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_Unity_Collections_NativeArray_1__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, NativeArray_1_System_UInt16_, List_1_T_Enumerator_Unity_Collections_NativeArray_1__get_Current, (List_1_T_Enumerator_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_Unity_Collections_NativeArray_1__1__ctor, (List_1_T_Enumerator_Unity_Collections_NativeArray_1__1 * __this, List_1_Unity_Collections_NativeArray_1_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Unity_Collections_NativeArray_1__1_Dispose, (List_1_T_Enumerator_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D060, bool, List_1_T_Enumerator_Unity_Collections_NativeArray_1__1_MoveNext, (List_1_T_Enumerator_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_Unity_Collections_NativeArray_1__1_MoveNextRare, (List_1_T_Enumerator_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_Unity_Collections_NativeArray_1__1_System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_Unity_Collections_NativeArray_1__1_System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, NativeArray_1_UnityEngine_UIElements_Vertex_, List_1_T_Enumerator_Unity_Collections_NativeArray_1__1_get_Current, (List_1_T_Enumerator_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo___ctor, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Dispose, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__MoveNext, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__get_Current, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_Photon_Bolt_Collections_STuple_2___ctor, (List_1_T_Enumerator_Photon_Bolt_Collections_STuple_2_ * __this, List_1_Photon_Bolt_Collections_STuple_2__1 * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Photon_Bolt_Collections_STuple_2__Dispose, (List_1_T_Enumerator_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_Photon_Bolt_Collections_STuple_2__MoveNext, (List_1_T_Enumerator_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_Photon_Bolt_Collections_STuple_2__MoveNextRare, (List_1_T_Enumerator_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_Photon_Bolt_Collections_STuple_2__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_Photon_Bolt_Collections_STuple_2__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, STuple_2_System_Object_System_Object_, List_1_T_Enumerator_Photon_Bolt_Collections_STuple_2__get_Current, (List_1_T_Enumerator_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_System_ValueTuple_2___ctor, (List_1_T_Enumerator_System_ValueTuple_2_ * __this, List_1_System_ValueTuple_2__6 * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_ValueTuple_2__Dispose, (List_1_T_Enumerator_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A60, bool, List_1_T_Enumerator_System_ValueTuple_2__MoveNext, (List_1_T_Enumerator_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_System_ValueTuple_2__MoveNextRare, (List_1_T_Enumerator_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_System_ValueTuple_2__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_System_ValueTuple_2__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, ValueTuple_2_Int32_Object_, List_1_T_Enumerator_System_ValueTuple_2__get_Current, (List_1_T_Enumerator_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D100, void, List_1_T_Enumerator_System_ValueTuple_2__1__ctor, (List_1_T_Enumerator_System_ValueTuple_2__1 * __this, List_1_System_ValueTuple_2__7 * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_ValueTuple_2__1_Dispose, (List_1_T_Enumerator_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DEB8, List_1_T_Enumerator_System_ValueTuple_2__1_Dispose__MethodInfo); DO_APP_FUNC(0x0148D180, bool, List_1_T_Enumerator_System_ValueTuple_2__1_MoveNext, (List_1_T_Enumerator_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DE78, List_1_T_Enumerator_System_ValueTuple_2__1_MoveNext__MethodInfo); DO_APP_FUNC(0x0148D230, bool, List_1_T_Enumerator_System_ValueTuple_2__1_MoveNextRare, (List_1_T_Enumerator_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D320, void, List_1_T_Enumerator_System_ValueTuple_2__1_System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D270, Object *, List_1_T_Enumerator_System_ValueTuple_2__1_System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7B950, ValueTuple_2_Int32_UnityEngine_Vector2Int_, List_1_T_Enumerator_System_ValueTuple_2__1_get_Current, (List_1_T_Enumerator_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DE88, List_1_T_Enumerator_System_ValueTuple_2__1_get_Current__MethodInfo); DO_APP_FUNC(0x01489B60, void, Queue_1_T_Enumerator_System_ValueTuple_2___ctor, (Queue_1_T_Enumerator_System_ValueTuple_2_ * __this, Queue_1_System_ValueTuple_2__1 * q, MethodInfo * method)); DO_APP_FUNC(0x01489BE0, void, Queue_1_T_Enumerator_System_ValueTuple_2__Dispose, (Queue_1_T_Enumerator_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D360, bool, Queue_1_T_Enumerator_System_ValueTuple_2__MoveNext, (Queue_1_T_Enumerator_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5448, Queue_1_T_Enumerator_System_ValueTuple_2__MoveNext__MethodInfo); DO_APP_FUNC(0x0148D5D0, void, Queue_1_T_Enumerator_System_ValueTuple_2__System_Collections_IEnumerator_Reset, (Queue_1_T_Enumerator_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5518, Queue_1_T_Enumerator_System_ValueTuple_2__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0148D520, Object *, Queue_1_T_Enumerator_System_ValueTuple_2__System_Collections_IEnumerator_get_Current, (Queue_1_T_Enumerator_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D4B0, void, Queue_1_T_Enumerator_System_ValueTuple_2__ThrowEnumerationNotStartedOrEnded, (Queue_1_T_Enumerator_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5530, Queue_1_T_Enumerator_System_ValueTuple_2__ThrowEnumerationNotStartedOrEnded__MethodInfo); DO_APP_FUNC(0x0148D460, ValueTuple_2_IntPtr_Object_, Queue_1_T_Enumerator_System_ValueTuple_2__get_Current, (Queue_1_T_Enumerator_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_System_ValueTuple_2__2__ctor, (List_1_T_Enumerator_System_ValueTuple_2__2 * __this, List_1_System_ValueTuple_2__8 * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_ValueTuple_2__2_Dispose, (List_1_T_Enumerator_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A230, bool, List_1_T_Enumerator_System_ValueTuple_2__2_MoveNext, (List_1_T_Enumerator_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_System_ValueTuple_2__2_MoveNextRare, (List_1_T_Enumerator_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_System_ValueTuple_2__2_System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_System_ValueTuple_2__2_System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, ValueTuple_2_Object_ValueTuple_2_Object_Int32_, List_1_T_Enumerator_System_ValueTuple_2__2_get_Current, (List_1_T_Enumerator_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D660, void, LinkedList_1_T_Enumerator_System_ValueTuple_2___ctor, (LinkedList_1_T_Enumerator_System_ValueTuple_2_ * __this, LinkedList_1_System_ValueTuple_2__1 * list, MethodInfo * method)); DO_APP_FUNC(0x0148D740, void, LinkedList_1_T_Enumerator_System_ValueTuple_2___ctor_1, (LinkedList_1_T_Enumerator_System_ValueTuple_2_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5500, LinkedList_1_T_Enumerator_System_ValueTuple_2___ctor_1__MethodInfo); DO_APP_FUNC(0x003AC050, void, LinkedList_1_T_Enumerator_System_ValueTuple_2__Dispose, (LinkedList_1_T_Enumerator_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D8D0, bool, LinkedList_1_T_Enumerator_System_ValueTuple_2__MoveNext, (LinkedList_1_T_Enumerator_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD54D0, LinkedList_1_T_Enumerator_System_ValueTuple_2__MoveNext__MethodInfo); DO_APP_FUNC(0x0148DAE0, void, LinkedList_1_T_Enumerator_System_ValueTuple_2__System_Collections_IEnumerator_Reset, (LinkedList_1_T_Enumerator_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD54C8, LinkedList_1_T_Enumerator_System_ValueTuple_2__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0148D790, Object *, LinkedList_1_T_Enumerator_System_ValueTuple_2__System_Collections_IEnumerator_get_Current, (LinkedList_1_T_Enumerator_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD54E8, LinkedList_1_T_Enumerator_System_ValueTuple_2__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x0148DC10, void, LinkedList_1_T_Enumerator_System_ValueTuple_2__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization, (LinkedList_1_T_Enumerator_System_ValueTuple_2_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD54B0, LinkedList_1_T_Enumerator_System_ValueTuple_2__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization__MethodInfo); DO_APP_FUNC(0x0148DBC0, void, LinkedList_1_T_Enumerator_System_ValueTuple_2__System_Runtime_Serialization_ISerializable_GetObjectData, (LinkedList_1_T_Enumerator_System_ValueTuple_2_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD54C0, LinkedList_1_T_Enumerator_System_ValueTuple_2__System_Runtime_Serialization_ISerializable_GetObjectData__MethodInfo); DO_APP_FUNC(0x0097FCB0, ValueTuple_2_Object_Object_, LinkedList_1_T_Enumerator_System_ValueTuple_2__get_Current, (LinkedList_1_T_Enumerator_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_System_ValueTuple_2__3__ctor, (List_1_T_Enumerator_System_ValueTuple_2__3 * __this, List_1_System_ValueTuple_2__9 * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_ValueTuple_2__3_Dispose, (List_1_T_Enumerator_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_System_ValueTuple_2__3_MoveNext, (List_1_T_Enumerator_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_System_ValueTuple_2__3_MoveNextRare, (List_1_T_Enumerator_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_System_ValueTuple_2__3_System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_System_ValueTuple_2__3_System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, ValueTuple_2_Object_Object_, List_1_T_Enumerator_System_ValueTuple_2__3_get_Current, (List_1_T_Enumerator_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_System_ValueTuple_2__4__ctor, (List_1_T_Enumerator_System_ValueTuple_2__4 * __this, List_1_System_ValueTuple_2__5 * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_ValueTuple_2__4_Dispose, (List_1_T_Enumerator_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01489830, bool, List_1_T_Enumerator_System_ValueTuple_2__4_MoveNext, (List_1_T_Enumerator_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_System_ValueTuple_2__4_MoveNextRare, (List_1_T_Enumerator_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_System_ValueTuple_2__4_System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_System_ValueTuple_2__4_System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, ValueTuple_2_UnityEngine_Vector3Int_Object_, List_1_T_Enumerator_System_ValueTuple_2__4_get_Current, (List_1_T_Enumerator_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DC60, void, List_1_T_Enumerator_System_ValueTuple_2__5__ctor, (List_1_T_Enumerator_System_ValueTuple_2__5 * __this, List_1_System_ValueTuple_2__3 * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_ValueTuple_2__5_Dispose, (List_1_T_Enumerator_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DCF0, bool, List_1_T_Enumerator_System_ValueTuple_2__5_MoveNext, (List_1_T_Enumerator_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DE20, bool, List_1_T_Enumerator_System_ValueTuple_2__5_MoveNextRare, (List_1_T_Enumerator_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DF70, void, List_1_T_Enumerator_System_ValueTuple_2__5_System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DEA0, Object *, List_1_T_Enumerator_System_ValueTuple_2__5_System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DE70, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_, List_1_T_Enumerator_System_ValueTuple_2__5_get_Current, (List_1_T_Enumerator_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DFC0, void, List_1_T_Enumerator_System_ValueTuple_2__6__ctor, (List_1_T_Enumerator_System_ValueTuple_2__6 * __this, List_1_System_ValueTuple_2__4 * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_ValueTuple_2__6_Dispose, (List_1_T_Enumerator_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E050, bool, List_1_T_Enumerator_System_ValueTuple_2__6_MoveNext, (List_1_T_Enumerator_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E170, bool, List_1_T_Enumerator_System_ValueTuple_2__6_MoveNextRare, (List_1_T_Enumerator_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E2A0, void, List_1_T_Enumerator_System_ValueTuple_2__6_System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1E0, Object *, List_1_T_Enumerator_System_ValueTuple_2__6_System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1C0, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_, List_1_T_Enumerator_System_ValueTuple_2__6_get_Current, (List_1_T_Enumerator_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E2E0, void, LinkedList_1_T_Enumerator_System_ValueTuple_3___ctor, (LinkedList_1_T_Enumerator_System_ValueTuple_3_ * __this, LinkedList_1_System_ValueTuple_3__1 * list, MethodInfo * method)); DO_APP_FUNC(0x0148E3C0, void, LinkedList_1_T_Enumerator_System_ValueTuple_3___ctor_1, (LinkedList_1_T_Enumerator_System_ValueTuple_3_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD53C0, LinkedList_1_T_Enumerator_System_ValueTuple_3___ctor_1__MethodInfo); DO_APP_FUNC(0x003AC050, void, LinkedList_1_T_Enumerator_System_ValueTuple_3__Dispose, (LinkedList_1_T_Enumerator_System_ValueTuple_3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E560, bool, LinkedList_1_T_Enumerator_System_ValueTuple_3__MoveNext, (LinkedList_1_T_Enumerator_System_ValueTuple_3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD53A0, LinkedList_1_T_Enumerator_System_ValueTuple_3__MoveNext__MethodInfo); DO_APP_FUNC(0x0148E770, void, LinkedList_1_T_Enumerator_System_ValueTuple_3__System_Collections_IEnumerator_Reset, (LinkedList_1_T_Enumerator_System_ValueTuple_3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5398, LinkedList_1_T_Enumerator_System_ValueTuple_3__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0148E410, Object *, LinkedList_1_T_Enumerator_System_ValueTuple_3__System_Collections_IEnumerator_get_Current, (LinkedList_1_T_Enumerator_System_ValueTuple_3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD53B0, LinkedList_1_T_Enumerator_System_ValueTuple_3__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x0148E8B0, void, LinkedList_1_T_Enumerator_System_ValueTuple_3__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization, (LinkedList_1_T_Enumerator_System_ValueTuple_3_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5378, LinkedList_1_T_Enumerator_System_ValueTuple_3__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization__MethodInfo); DO_APP_FUNC(0x0148E860, void, LinkedList_1_T_Enumerator_System_ValueTuple_3__System_Runtime_Serialization_ISerializable_GetObjectData, (LinkedList_1_T_Enumerator_System_ValueTuple_3_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5388, LinkedList_1_T_Enumerator_System_ValueTuple_3__System_Runtime_Serialization_ISerializable_GetObjectData__MethodInfo); DO_APP_FUNC(0x00FD9770, ValueTuple_3_Object_Object_Object_, LinkedList_1_T_Enumerator_System_ValueTuple_3__get_Current, (LinkedList_1_T_Enumerator_System_ValueTuple_3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489FF0, void, List_1_T_Enumerator_UnityEngine_AnimatorClipInfo___ctor, (List_1_T_Enumerator_UnityEngine_AnimatorClipInfo_ * __this, List_1_UnityEngine_AnimatorClipInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_AnimatorClipInfo__Dispose, (List_1_T_Enumerator_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A070, bool, List_1_T_Enumerator_UnityEngine_AnimatorClipInfo__MoveNext, (List_1_T_Enumerator_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A110, bool, List_1_T_Enumerator_UnityEngine_AnimatorClipInfo__MoveNextRare, (List_1_T_Enumerator_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A1F0, void, List_1_T_Enumerator_UnityEngine_AnimatorClipInfo__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A150, Object *, List_1_T_Enumerator_UnityEngine_AnimatorClipInfo__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, AnimatorClipInfo, List_1_T_Enumerator_UnityEngine_AnimatorClipInfo__get_Current, (List_1_T_Enumerator_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E900, void, HashSet_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor, (HashSet_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * set, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HashSet_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Dispose, (HashSet_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C841C0, HashSet_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Dispose__MethodInfo); DO_APP_FUNC(0x0148E980, bool, HashSet_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__MoveNext, (HashSet_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5368, HashSet_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__MoveNext__MethodInfo); DO_APP_FUNC(0x0148EBA0, void, HashSet_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IEnumerator_Reset, (HashSet_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5438, HashSet_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0148EAA0, Object *, HashSet_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IEnumerator_get_Current, (HashSet_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5358, HashSet_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x00A6DAA0, AsyncOperationHandle, HashSet_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Current, (HashSet_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84190, HashSet_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Current__MethodInfo); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor, (List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Dispose, (List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83308, List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Dispose__MethodInfo); DO_APP_FUNC(0x0148A230, bool, List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__MoveNext, (List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C831D8, List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__MoveNext__MethodInfo); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__MoveNextRare, (List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, AsyncOperationHandle, List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Current, (List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C831D0, List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Current__MethodInfo); DO_APP_FUNC(0x0148EC30, void, NativeArray_1_T_Enumerator_UnityEngine_Rendering_BatchVisibility___ctor, (NativeArray_1_T_Enumerator_UnityEngine_Rendering_BatchVisibility_ * __this, NativeArray_1_UnityEngine_Rendering_BatchVisibility_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_UnityEngine_Rendering_BatchVisibility__Dispose, (NativeArray_1_T_Enumerator_UnityEngine_Rendering_BatchVisibility_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148EC50, bool, NativeArray_1_T_Enumerator_UnityEngine_Rendering_BatchVisibility__MoveNext, (NativeArray_1_T_Enumerator_UnityEngine_Rendering_BatchVisibility_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_UnityEngine_Rendering_BatchVisibility__Reset, (NativeArray_1_T_Enumerator_UnityEngine_Rendering_BatchVisibility_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED50, Object *, NativeArray_1_T_Enumerator_UnityEngine_Rendering_BatchVisibility__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_UnityEngine_Rendering_BatchVisibility_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED30, BatchVisibility, NativeArray_1_T_Enumerator_UnityEngine_Rendering_BatchVisibility__get_Current, (NativeArray_1_T_Enumerator_UnityEngine_Rendering_BatchVisibility_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489FF0, void, List_1_T_Enumerator_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (List_1_T_Enumerator_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Dissonance_Integrations_PhotonBolt_BoltPeer__Dispose, (List_1_T_Enumerator_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148EDD0, bool, List_1_T_Enumerator_Dissonance_Integrations_PhotonBolt_BoltPeer__MoveNext, (List_1_T_Enumerator_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A110, bool, List_1_T_Enumerator_Dissonance_Integrations_PhotonBolt_BoltPeer__MoveNextRare, (List_1_T_Enumerator_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A1F0, void, List_1_T_Enumerator_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A150, Object *, List_1_T_Enumerator_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, BoltPeer, List_1_T_Enumerator_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Current, (List_1_T_Enumerator_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_Photon_Bolt_LagCompensation_BoltPhysicsHit___ctor, (List_1_T_Enumerator_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Photon_Bolt_LagCompensation_BoltPhysicsHit__Dispose, (List_1_T_Enumerator_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148EEC0, bool, List_1_T_Enumerator_Photon_Bolt_LagCompensation_BoltPhysicsHit__MoveNext, (List_1_T_Enumerator_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_Photon_Bolt_LagCompensation_BoltPhysicsHit__MoveNextRare, (List_1_T_Enumerator_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, BoltPhysicsHit, List_1_T_Enumerator_Photon_Bolt_LagCompensation_BoltPhysicsHit__get_Current, (List_1_T_Enumerator_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489400, void, List_1_T_Enumerator_UnityEngine_BoneWeight___ctor, (List_1_T_Enumerator_UnityEngine_BoneWeight_ * __this, List_1_UnityEngine_BoneWeight_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_BoneWeight__Dispose, (List_1_T_Enumerator_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148EFC0, bool, List_1_T_Enumerator_UnityEngine_BoneWeight__MoveNext, (List_1_T_Enumerator_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489580, bool, List_1_T_Enumerator_UnityEngine_BoneWeight__MoveNextRare, (List_1_T_Enumerator_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489670, void, List_1_T_Enumerator_UnityEngine_BoneWeight__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014895C0, Object *, List_1_T_Enumerator_UnityEngine_BoneWeight__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257900, BoneWeight, List_1_T_Enumerator_UnityEngine_BoneWeight__get_Current, (List_1_T_Enumerator_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F070, void, NativeArray_1_T_Enumerator_UnityEngine_BoneWeight1___ctor, (NativeArray_1_T_Enumerator_UnityEngine_BoneWeight1_ * __this, NativeArray_1_UnityEngine_BoneWeight1_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_UnityEngine_BoneWeight1__Dispose, (NativeArray_1_T_Enumerator_UnityEngine_BoneWeight1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F090, bool, NativeArray_1_T_Enumerator_UnityEngine_BoneWeight1__MoveNext, (NativeArray_1_T_Enumerator_UnityEngine_BoneWeight1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_UnityEngine_BoneWeight1__Reset, (NativeArray_1_T_Enumerator_UnityEngine_BoneWeight1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F150, Object *, NativeArray_1_T_Enumerator_UnityEngine_BoneWeight1__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_UnityEngine_BoneWeight1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F140, BoneWeight1, NativeArray_1_T_Enumerator_UnityEngine_BoneWeight1__get_Current, (NativeArray_1_T_Enumerator_UnityEngine_BoneWeight1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F1D0, void, List_1_T_Enumerator_System_Boolean___ctor, (List_1_T_Enumerator_System_Boolean_ * __this, List_1_System_Boolean_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_Boolean__Dispose, (List_1_T_Enumerator_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F250, bool, List_1_T_Enumerator_System_Boolean__MoveNext, (List_1_T_Enumerator_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F2F0, bool, List_1_T_Enumerator_System_Boolean__MoveNextRare, (List_1_T_Enumerator_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F3D0, void, List_1_T_Enumerator_System_Boolean__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F330, Object *, List_1_T_Enumerator_System_Boolean__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, List_1_T_Enumerator_System_Boolean__get_Current, (List_1_T_Enumerator_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F410, void, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_BoundedPlane___ctor, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_BoundedPlane__Dispose, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F440, bool, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_BoundedPlane__MoveNext, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_BoundedPlane__Reset, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F5A0, Object *, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_BoundedPlane__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F560, BoundedPlane, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_BoundedPlane__get_Current, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F660, void, ArraySegment_1_T_Enumerator_Byte___ctor, (ArraySegment_1_T_Enumerator_Byte_ * __this, ArraySegment_1_Byte_ arraySegment, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySegment_1_T_Enumerator_Byte__Dispose, (ArraySegment_1_T_Enumerator_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F7A0, bool, ArraySegment_1_T_Enumerator_Byte__MoveNext, (ArraySegment_1_T_Enumerator_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F8D0, void, ArraySegment_1_T_Enumerator_Byte__System_Collections_IEnumerator_Reset, (ArraySegment_1_T_Enumerator_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F810, Object *, ArraySegment_1_T_Enumerator_Byte__System_Collections_IEnumerator_get_Current, (ArraySegment_1_T_Enumerator_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F7C0, uint8_t, ArraySegment_1_T_Enumerator_Byte__get_Current, (ArraySegment_1_T_Enumerator_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F1D0, void, List_1_T_Enumerator_System_Byte___ctor, (List_1_T_Enumerator_System_Byte_ * __this, List_1_System_Byte_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_Byte__Dispose, (List_1_T_Enumerator_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F250, bool, List_1_T_Enumerator_System_Byte__MoveNext, (List_1_T_Enumerator_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F2F0, bool, List_1_T_Enumerator_System_Byte__MoveNextRare, (List_1_T_Enumerator_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F3D0, void, List_1_T_Enumerator_System_Byte__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F330, Object *, List_1_T_Enumerator_System_Byte__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, uint8_t, List_1_T_Enumerator_System_Byte__get_Current, (List_1_T_Enumerator_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F8E0, void, NativeArray_1_T_Enumerator_System_Byte___ctor, (NativeArray_1_T_Enumerator_System_Byte_ * __this, NativeArray_1_System_Byte_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_System_Byte__Dispose, (NativeArray_1_T_Enumerator_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F900, bool, NativeArray_1_T_Enumerator_System_Byte__MoveNext, (NativeArray_1_T_Enumerator_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_System_Byte__Reset, (NativeArray_1_T_Enumerator_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F9C0, Object *, NativeArray_1_T_Enumerator_System_Byte__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F9B0, uint8_t, NativeArray_1_T_Enumerator_System_Byte__get_Current, (NativeArray_1_T_Enumerator_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148FA40, void, Stack_1_T_Enumerator_System_Byte___ctor, (Stack_1_T_Enumerator_System_Byte_ * __this, Stack_1_System_Byte__1 * stack, MethodInfo * method)); DO_APP_FUNC(0x0148C030, void, Stack_1_T_Enumerator_System_Byte__Dispose, (Stack_1_T_Enumerator_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148FAC0, bool, Stack_1_T_Enumerator_System_Byte__MoveNext, (Stack_1_T_Enumerator_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5420, Stack_1_T_Enumerator_System_Byte__MoveNext__MethodInfo); DO_APP_FUNC(0x0148FD50, void, Stack_1_T_Enumerator_System_Byte__System_Collections_IEnumerator_Reset, (Stack_1_T_Enumerator_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5400, Stack_1_T_Enumerator_System_Byte__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0148FCA0, Object *, Stack_1_T_Enumerator_System_Byte__System_Collections_IEnumerator_get_Current, (Stack_1_T_Enumerator_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148FC30, void, Stack_1_T_Enumerator_System_Byte__ThrowEnumerationNotStartedOrEnded, (Stack_1_T_Enumerator_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5410, Stack_1_T_Enumerator_System_Byte__ThrowEnumerationNotStartedOrEnded__MethodInfo); DO_APP_FUNC(0x0148FBF0, uint8_t, Stack_1_T_Enumerator_System_Byte__get_Current, (Stack_1_T_Enumerator_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489FF0, void, List_1_T_Enumerator_System_Threading_CancellationToken___ctor, (List_1_T_Enumerator_System_Threading_CancellationToken_ * __this, List_1_System_Threading_CancellationToken_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_Threading_CancellationToken__Dispose, (List_1_T_Enumerator_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148EDD0, bool, List_1_T_Enumerator_System_Threading_CancellationToken__MoveNext, (List_1_T_Enumerator_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A110, bool, List_1_T_Enumerator_System_Threading_CancellationToken__MoveNextRare, (List_1_T_Enumerator_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A1F0, void, List_1_T_Enumerator_System_Threading_CancellationToken__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A150, Object *, List_1_T_Enumerator_System_Threading_CancellationToken__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, CancellationToken, List_1_T_Enumerator_System_Threading_CancellationToken__get_Current, (List_1_T_Enumerator_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148FDE0, void, List_1_T_Enumerator_System_Char___ctor, (List_1_T_Enumerator_System_Char_ * __this, List_1_System_Char_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_Char__Dispose, (List_1_T_Enumerator_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148FE60, bool, List_1_T_Enumerator_System_Char__MoveNext, (List_1_T_Enumerator_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148FF00, bool, List_1_T_Enumerator_System_Char__MoveNextRare, (List_1_T_Enumerator_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148FFE0, void, List_1_T_Enumerator_System_Char__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148FF40, Object *, List_1_T_Enumerator_System_Char__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDDA0, uint16_t, List_1_T_Enumerator_System_Char__get_Current, (List_1_T_Enumerator_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_Dissonance_Networking_ClientInfo___ctor, (List_1_T_Enumerator_Dissonance_Networking_ClientInfo_ * __this, List_1_Dissonance_Networking_ClientInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Dissonance_Networking_ClientInfo__Dispose, (List_1_T_Enumerator_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC0C8, List_1_T_Enumerator_Dissonance_Networking_ClientInfo__Dispose__MethodInfo); DO_APP_FUNC(0x0148A230, bool, List_1_T_Enumerator_Dissonance_Networking_ClientInfo__MoveNext, (List_1_T_Enumerator_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC0A0, List_1_T_Enumerator_Dissonance_Networking_ClientInfo__MoveNext__MethodInfo); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_Dissonance_Networking_ClientInfo__MoveNextRare, (List_1_T_Enumerator_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_Dissonance_Networking_ClientInfo__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_Dissonance_Networking_ClientInfo__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, ClientInfo, List_1_T_Enumerator_Dissonance_Networking_ClientInfo__get_Current, (List_1_T_Enumerator_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC088, List_1_T_Enumerator_Dissonance_Networking_ClientInfo__get_Current__MethodInfo); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_Color___ctor, (List_1_T_Enumerator_UnityEngine_Color_ * __this, List_1_UnityEngine_Color_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Color__Dispose, (List_1_T_Enumerator_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0420, List_1_T_Enumerator_UnityEngine_Color__Dispose__MethodInfo); DO_APP_FUNC(0x0148D060, bool, List_1_T_Enumerator_UnityEngine_Color__MoveNext, (List_1_T_Enumerator_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0410, List_1_T_Enumerator_UnityEngine_Color__MoveNext__MethodInfo); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_Color__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_Color__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_Color__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, Color, List_1_T_Enumerator_UnityEngine_Color__get_Current, (List_1_T_Enumerator_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC03E8, List_1_T_Enumerator_UnityEngine_Color__get_Current__MethodInfo); DO_APP_FUNC(0x01490020, void, NativeArray_1_T_Enumerator_UnityEngine_Color___ctor, (NativeArray_1_T_Enumerator_UnityEngine_Color_ * __this, NativeArray_1_UnityEngine_Color_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_UnityEngine_Color__Dispose, (NativeArray_1_T_Enumerator_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490040, bool, NativeArray_1_T_Enumerator_UnityEngine_Color__MoveNext, (NativeArray_1_T_Enumerator_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_UnityEngine_Color__Reset, (NativeArray_1_T_Enumerator_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490110, Object *, NativeArray_1_T_Enumerator_UnityEngine_Color__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490100, Color, NativeArray_1_T_Enumerator_UnityEngine_Color__get_Current, (NativeArray_1_T_Enumerator_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490190, void, List_1_T_Enumerator_UnityEngine_Color32___ctor, (List_1_T_Enumerator_UnityEngine_Color32_ * __this, List_1_UnityEngine_Color32_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Color32__Dispose, (List_1_T_Enumerator_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490210, bool, List_1_T_Enumerator_UnityEngine_Color32__MoveNext, (List_1_T_Enumerator_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014902B0, bool, List_1_T_Enumerator_UnityEngine_Color32__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490390, void, List_1_T_Enumerator_UnityEngine_Color32__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014902F0, Object *, List_1_T_Enumerator_UnityEngine_Color32__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, Color32, List_1_T_Enumerator_UnityEngine_Color32__get_Current, (List_1_T_Enumerator_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014903D0, void, NativeArray_1_T_Enumerator_UnityEngine_Color32___ctor, (NativeArray_1_T_Enumerator_UnityEngine_Color32_ * __this, NativeArray_1_UnityEngine_Color32_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_UnityEngine_Color32__Dispose, (NativeArray_1_T_Enumerator_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014903F0, bool, NativeArray_1_T_Enumerator_UnityEngine_Color32__MoveNext, (NativeArray_1_T_Enumerator_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_UnityEngine_Color32__Reset, (NativeArray_1_T_Enumerator_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014904B0, Object *, NativeArray_1_T_Enumerator_UnityEngine_Color32__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014904A0, Color32, NativeArray_1_T_Enumerator_UnityEngine_Color32__get_Current, (NativeArray_1_T_Enumerator_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490530, void, List_1_T_Enumerator_UnityEngine_CombineInstance___ctor, (List_1_T_Enumerator_UnityEngine_CombineInstance_ * __this, List_1_UnityEngine_CombineInstance_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_CombineInstance__Dispose, (List_1_T_Enumerator_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014905D0, bool, List_1_T_Enumerator_UnityEngine_CombineInstance__MoveNext, (List_1_T_Enumerator_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014906E0, bool, List_1_T_Enumerator_UnityEngine_CombineInstance__MoveNextRare, (List_1_T_Enumerator_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490870, void, List_1_T_Enumerator_UnityEngine_CombineInstance__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490780, Object *, List_1_T_Enumerator_UnityEngine_CombineInstance__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490740, CombineInstance, List_1_T_Enumerator_UnityEngine_CombineInstance__get_Current, (List_1_T_Enumerator_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_UnityEngine_UIElements_ComputedTransitionProperty___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_ComputedTransitionProperty__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489830, bool, List_1_T_Enumerator_UnityEngine_UIElements_ComputedTransitionProperty__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_UnityEngine_UIElements_ComputedTransitionProperty__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, ComputedTransitionProperty, List_1_T_Enumerator_UnityEngine_UIElements_ComputedTransitionProperty__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014908C0, void, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor___ctor, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__Dispose, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014908E0, bool, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__MoveNext, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__Reset, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014909D0, Object *, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014909B0, ConfigurationDescriptor, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__get_Current, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_Pathfinding_Connection___ctor, (List_1_T_Enumerator_Pathfinding_Connection_ * __this, List_1_Pathfinding_Connection_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Pathfinding_Connection__Dispose, (List_1_T_Enumerator_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80028, List_1_T_Enumerator_Pathfinding_Connection__Dispose__MethodInfo); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_Pathfinding_Connection__MoveNext, (List_1_T_Enumerator_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FFE0, List_1_T_Enumerator_Pathfinding_Connection__MoveNext__MethodInfo); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_Pathfinding_Connection__MoveNextRare, (List_1_T_Enumerator_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_Pathfinding_Connection__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_Pathfinding_Connection__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, Connection, List_1_T_Enumerator_Pathfinding_Connection__get_Current, (List_1_T_Enumerator_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FFF8, List_1_T_Enumerator_Pathfinding_Connection__get_Current__MethodInfo); DO_APP_FUNC(0x0148DC60, void, List_1_T_Enumerator_Rewired_ControllerPollingInfo___ctor, (List_1_T_Enumerator_Rewired_ControllerPollingInfo_ * __this, List_1_Rewired_ControllerPollingInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Rewired_ControllerPollingInfo__Dispose, (List_1_T_Enumerator_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490A50, bool, List_1_T_Enumerator_Rewired_ControllerPollingInfo__MoveNext, (List_1_T_Enumerator_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DE20, bool, List_1_T_Enumerator_Rewired_ControllerPollingInfo__MoveNextRare, (List_1_T_Enumerator_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DF70, void, List_1_T_Enumerator_Rewired_ControllerPollingInfo__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DEA0, Object *, List_1_T_Enumerator_Rewired_ControllerPollingInfo__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DE70, ControllerPollingInfo, List_1_T_Enumerator_Rewired_ControllerPollingInfo__get_Current, (List_1_T_Enumerator_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_Rewired_ControllerTemplateElementTarget___ctor, (List_1_T_Enumerator_Rewired_ControllerTemplateElementTarget_ * __this, List_1_Rewired_ControllerTemplateElementTarget_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Rewired_ControllerTemplateElementTarget__Dispose, (List_1_T_Enumerator_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_Rewired_ControllerTemplateElementTarget__MoveNext, (List_1_T_Enumerator_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_Rewired_ControllerTemplateElementTarget__MoveNextRare, (List_1_T_Enumerator_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_Rewired_ControllerTemplateElementTarget__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_Rewired_ControllerTemplateElementTarget__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, ControllerTemplateElementTarget, List_1_T_Enumerator_Rewired_ControllerTemplateElementTarget__get_Current, (List_1_T_Enumerator_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490B80, void, List_1_T_Enumerator_SplineMesh_CurveSample___ctor, (List_1_T_Enumerator_SplineMesh_CurveSample_ * __this, List_1_SplineMesh_CurveSample_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_SplineMesh_CurveSample__Dispose, (List_1_T_Enumerator_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C584E8, List_1_T_Enumerator_SplineMesh_CurveSample__Dispose__MethodInfo); DO_APP_FUNC(0x01490C10, bool, List_1_T_Enumerator_SplineMesh_CurveSample__MoveNext, (List_1_T_Enumerator_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C584A0, List_1_T_Enumerator_SplineMesh_CurveSample__MoveNext__MethodInfo); DO_APP_FUNC(0x01490CF0, bool, List_1_T_Enumerator_SplineMesh_CurveSample__MoveNextRare, (List_1_T_Enumerator_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490E40, void, List_1_T_Enumerator_SplineMesh_CurveSample__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490D70, Object *, List_1_T_Enumerator_SplineMesh_CurveSample__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490D40, CurveSample, List_1_T_Enumerator_SplineMesh_CurveSample__get_Current, (List_1_T_Enumerator_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C584B0, List_1_T_Enumerator_SplineMesh_CurveSample__get_Current__MethodInfo); DO_APP_FUNC(0x01489FF0, void, List_1_T_Enumerator_System_DateTime___ctor, (List_1_T_Enumerator_System_DateTime_ * __this, List_1_System_DateTime_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_DateTime__Dispose, (List_1_T_Enumerator_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A070, bool, List_1_T_Enumerator_System_DateTime__MoveNext, (List_1_T_Enumerator_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A110, bool, List_1_T_Enumerator_System_DateTime__MoveNextRare, (List_1_T_Enumerator_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A1F0, void, List_1_T_Enumerator_System_DateTime__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A150, Object *, List_1_T_Enumerator_System_DateTime__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, DateTime, List_1_T_Enumerator_System_DateTime__get_Current, (List_1_T_Enumerator_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_System_DateTimeOffset___ctor, (List_1_T_Enumerator_System_DateTimeOffset_ * __this, List_1_System_DateTimeOffset_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_DateTimeOffset__Dispose, (List_1_T_Enumerator_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D060, bool, List_1_T_Enumerator_System_DateTimeOffset__MoveNext, (List_1_T_Enumerator_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_System_DateTimeOffset__MoveNextRare, (List_1_T_Enumerator_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_System_DateTimeOffset__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_System_DateTimeOffset__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, DateTimeOffset, List_1_T_Enumerator_System_DateTimeOffset__get_Current, (List_1_T_Enumerator_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_System_Decimal___ctor, (List_1_T_Enumerator_System_Decimal_ * __this, List_1_System_Decimal_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_Decimal__Dispose, (List_1_T_Enumerator_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D060, bool, List_1_T_Enumerator_System_Decimal__MoveNext, (List_1_T_Enumerator_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_System_Decimal__MoveNextRare, (List_1_T_Enumerator_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_System_Decimal__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_System_Decimal__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, Decimal, List_1_T_Enumerator_System_Decimal__get_Current, (List_1_T_Enumerator_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490E90, void, List_1_T_Enumerator_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor, (List_1_T_Enumerator_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Dispose, (List_1_T_Enumerator_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490F20, bool, List_1_T_Enumerator_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__MoveNext, (List_1_T_Enumerator_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491040, bool, List_1_T_Enumerator_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__MoveNextRare, (List_1_T_Enumerator_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491170, void, List_1_T_Enumerator_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014910B0, Object *, List_1_T_Enumerator_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491090, DiagnosticEvent, List_1_T_Enumerator_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__get_Current, (List_1_T_Enumerator_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489FF0, void, List_1_T_Enumerator_System_Double___ctor, (List_1_T_Enumerator_System_Double_ * __this, List_1_System_Double_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_Double__Dispose, (List_1_T_Enumerator_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A070, bool, List_1_T_Enumerator_System_Double__MoveNext, (List_1_T_Enumerator_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A110, bool, List_1_T_Enumerator_System_Double__MoveNextRare, (List_1_T_Enumerator_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A1F0, void, List_1_T_Enumerator_System_Double__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014911B0, Object *, List_1_T_Enumerator_System_Double__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C526F0, double, List_1_T_Enumerator_System_Double__get_Current, (List_1_T_Enumerator_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490020, void, NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_DrawBufferRange___ctor, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_DrawBufferRange__Dispose, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490040, bool, NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_DrawBufferRange__MoveNext, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_DrawBufferRange__Reset, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490110, Object *, NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_DrawBufferRange__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490100, DrawBufferRange, NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_DrawBufferRange__get_Current, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491250, void, NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_DrawBufferRange___ctor, (NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_DrawBufferRange__Dispose, (NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491260, bool, NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_DrawBufferRange__MoveNext, (NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_DrawBufferRange__Reset, (NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491310, Object *, NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_DrawBufferRange__System_Collections_IEnumerator_get_Current, (NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014912A0, DrawBufferRange, NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_DrawBufferRange__get_Current, (NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490190, void, List_1_T_Enumerator_UnityEngine_UIElements_EasingFunction___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_EasingFunction_ * __this, List_1_UnityEngine_UIElements_EasingFunction_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_EasingFunction__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB548, List_1_T_Enumerator_UnityEngine_UIElements_EasingFunction__Dispose__MethodInfo); DO_APP_FUNC(0x01490210, bool, List_1_T_Enumerator_UnityEngine_UIElements_EasingFunction__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB538, List_1_T_Enumerator_UnityEngine_UIElements_EasingFunction__MoveNext__MethodInfo); DO_APP_FUNC(0x014902B0, bool, List_1_T_Enumerator_UnityEngine_UIElements_EasingFunction__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490390, void, List_1_T_Enumerator_UnityEngine_UIElements_EasingFunction__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014902F0, Object *, List_1_T_Enumerator_UnityEngine_UIElements_EasingFunction__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, EasingFunction, List_1_T_Enumerator_UnityEngine_UIElements_EasingFunction__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB488, List_1_T_Enumerator_UnityEngine_UIElements_EasingFunction__get_Current__MethodInfo); DO_APP_FUNC(0x014913D0, void, List_1_T_Enumerator_Rewired_ElementAssignmentConflictInfo___ctor, (List_1_T_Enumerator_Rewired_ElementAssignmentConflictInfo_ * __this, List_1_Rewired_ElementAssignmentConflictInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Rewired_ElementAssignmentConflictInfo__Dispose, (List_1_T_Enumerator_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491460, bool, List_1_T_Enumerator_Rewired_ElementAssignmentConflictInfo__MoveNext, (List_1_T_Enumerator_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491530, bool, List_1_T_Enumerator_Rewired_ElementAssignmentConflictInfo__MoveNextRare, (List_1_T_Enumerator_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491670, void, List_1_T_Enumerator_Rewired_ElementAssignmentConflictInfo__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014915B0, Object *, List_1_T_Enumerator_Rewired_ElementAssignmentConflictInfo__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491580, ElementAssignmentConflictInfo, List_1_T_Enumerator_Rewired_ElementAssignmentConflictInfo__get_Current, (List_1_T_Enumerator_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_Discord_Entitlement___ctor, (List_1_T_Enumerator_Discord_Entitlement_ * __this, List_1_Discord_Entitlement_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Discord_Entitlement__Dispose, (List_1_T_Enumerator_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014916C0, bool, List_1_T_Enumerator_Discord_Entitlement__MoveNext, (List_1_T_Enumerator_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_Discord_Entitlement__MoveNextRare, (List_1_T_Enumerator_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_Discord_Entitlement__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_Discord_Entitlement__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, Entitlement, List_1_T_Enumerator_Discord_Entitlement__get_Current, (List_1_T_Enumerator_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_Photon_Bolt_EventReliable___ctor, (List_1_T_Enumerator_Photon_Bolt_EventReliable_ * __this, List_1_Photon_Bolt_EventReliable_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Photon_Bolt_EventReliable__Dispose, (List_1_T_Enumerator_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_Photon_Bolt_EventReliable__MoveNext, (List_1_T_Enumerator_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_Photon_Bolt_EventReliable__MoveNextRare, (List_1_T_Enumerator_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_Photon_Bolt_EventReliable__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_Photon_Bolt_EventReliable__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, EventReliable, List_1_T_Enumerator_Photon_Bolt_EventReliable__get_Current, (List_1_T_Enumerator_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_Photon_Bolt_EventUnreliable___ctor, (List_1_T_Enumerator_Photon_Bolt_EventUnreliable_ * __this, List_1_Photon_Bolt_EventUnreliable_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Photon_Bolt_EventUnreliable__Dispose, (List_1_T_Enumerator_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148EEC0, bool, List_1_T_Enumerator_Photon_Bolt_EventUnreliable__MoveNext, (List_1_T_Enumerator_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_Photon_Bolt_EventUnreliable__MoveNextRare, (List_1_T_Enumerator_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_Photon_Bolt_EventUnreliable__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_Photon_Bolt_EventUnreliable__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, EventUnreliable, List_1_T_Enumerator_Photon_Bolt_EventUnreliable__get_Current, (List_1_T_Enumerator_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_Discord_FileStat___ctor, (List_1_T_Enumerator_Discord_FileStat_ * __this, List_1_Discord_FileStat_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Discord_FileStat__Dispose, (List_1_T_Enumerator_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A230, bool, List_1_T_Enumerator_Discord_FileStat__MoveNext, (List_1_T_Enumerator_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_Discord_FileStat__MoveNextRare, (List_1_T_Enumerator_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_Discord_FileStat__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_Discord_FileStat__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, FileStat, List_1_T_Enumerator_Discord_FileStat__get_Current, (List_1_T_Enumerator_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InlinedArray_1_TValue_Enumerator_System_Runtime_InteropServices_GCHandle__Dispose, (InlinedArray_1_TValue_Enumerator_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489EE0, bool, InlinedArray_1_TValue_Enumerator_System_Runtime_InteropServices_GCHandle__MoveNext, (InlinedArray_1_TValue_Enumerator_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00727E20, void, InlinedArray_1_TValue_Enumerator_System_Runtime_InteropServices_GCHandle__Reset, (InlinedArray_1_TValue_Enumerator_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014917B0, Object *, InlinedArray_1_TValue_Enumerator_System_Runtime_InteropServices_GCHandle__System_Collections_IEnumerator_get_Current, (InlinedArray_1_TValue_Enumerator_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491770, GCHandle, InlinedArray_1_TValue_Enumerator_System_Runtime_InteropServices_GCHandle__get_Current, (InlinedArray_1_TValue_Enumerator_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491860, void, NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_GfxUpdateBufferRange___ctor, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__Dispose, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491880, bool, NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__MoveNext, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__Reset, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491950, Object *, NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491940, GfxUpdateBufferRange, NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__get_Current, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491250, void, NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_GfxUpdateBufferRange___ctor, (NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__Dispose, (NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491260, bool, NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__MoveNext, (NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__Reset, (NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491310, Object *, NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__System_Collections_IEnumerator_get_Current, (NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014912A0, GfxUpdateBufferRange, NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__get_Current, (NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014913D0, void, List_1_T_Enumerator_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor, (List_1_T_Enumerator_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Dispose, (List_1_T_Enumerator_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491460, bool, List_1_T_Enumerator_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__MoveNext, (List_1_T_Enumerator_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491530, bool, List_1_T_Enumerator_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__MoveNextRare, (List_1_T_Enumerator_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491670, void, List_1_T_Enumerator_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014915B0, Object *, List_1_T_Enumerator_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491580, GlyphPairAdjustmentRecord, List_1_T_Enumerator_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__get_Current, (List_1_T_Enumerator_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_TextCore_GlyphRect___ctor, (List_1_T_Enumerator_UnityEngine_TextCore_GlyphRect_ * __this, List_1_UnityEngine_TextCore_GlyphRect_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_TextCore_GlyphRect__Dispose, (List_1_T_Enumerator_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D060, bool, List_1_T_Enumerator_UnityEngine_TextCore_GlyphRect__MoveNext, (List_1_T_Enumerator_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_TextCore_GlyphRect__MoveNextRare, (List_1_T_Enumerator_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_TextCore_GlyphRect__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_TextCore_GlyphRect__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, GlyphRect, List_1_T_Enumerator_UnityEngine_TextCore_GlyphRect__get_Current, (List_1_T_Enumerator_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_System_Guid___ctor, (List_1_T_Enumerator_System_Guid_ * __this, List_1_System_Guid_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_Guid__Dispose, (List_1_T_Enumerator_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D060, bool, List_1_T_Enumerator_System_Guid__MoveNext, (List_1_T_Enumerator_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_System_Guid__MoveNextRare, (List_1_T_Enumerator_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_System_Guid__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_System_Guid__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, Guid, List_1_T_Enumerator_System_Guid__get_Current, (List_1_T_Enumerator_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490020, void, NativeArray_1_T_Enumerator_System_Guid___ctor, (NativeArray_1_T_Enumerator_System_Guid_ * __this, NativeArray_1_System_Guid_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_System_Guid__Dispose, (NativeArray_1_T_Enumerator_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490040, bool, NativeArray_1_T_Enumerator_System_Guid__MoveNext, (NativeArray_1_T_Enumerator_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_System_Guid__Reset, (NativeArray_1_T_Enumerator_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490110, Object *, NativeArray_1_T_Enumerator_System_Guid__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490100, Guid, NativeArray_1_T_Enumerator_System_Guid__get_Current, (NativeArray_1_T_Enumerator_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_Rewired_InputActionSourceData___ctor, (List_1_T_Enumerator_Rewired_InputActionSourceData_ * __this, List_1_Rewired_InputActionSourceData_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Rewired_InputActionSourceData__Dispose, (List_1_T_Enumerator_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A230, bool, List_1_T_Enumerator_Rewired_InputActionSourceData__MoveNext, (List_1_T_Enumerator_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_Rewired_InputActionSourceData__MoveNextRare, (List_1_T_Enumerator_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_Rewired_InputActionSourceData__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_Rewired_InputActionSourceData__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, InputActionSourceData, List_1_T_Enumerator_Rewired_InputActionSourceData__get_Current, (List_1_T_Enumerator_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014919D0, void, List_1_T_Enumerator_UnityEngine_InputSystem_InputBinding___ctor, (List_1_T_Enumerator_UnityEngine_InputSystem_InputBinding_ * __this, List_1_UnityEngine_InputSystem_InputBinding_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_InputSystem_InputBinding__Dispose, (List_1_T_Enumerator_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491A70, bool, List_1_T_Enumerator_UnityEngine_InputSystem_InputBinding__MoveNext, (List_1_T_Enumerator_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491BB0, bool, List_1_T_Enumerator_UnityEngine_InputSystem_InputBinding__MoveNextRare, (List_1_T_Enumerator_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491D20, void, List_1_T_Enumerator_UnityEngine_InputSystem_InputBinding__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491C40, Object *, List_1_T_Enumerator_UnityEngine_InputSystem_InputBinding__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491C00, InputBinding, List_1_T_Enumerator_UnityEngine_InputSystem_InputBinding__get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491D70, void, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputBinding___ctor, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputBinding__Dispose, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86BE8, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputBinding__Dispose__MethodInfo); DO_APP_FUNC(0x01491DE0, bool, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputBinding__MoveNext, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86C80, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputBinding__MoveNext__MethodInfo); DO_APP_FUNC(0x01491E00, void, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputBinding__Reset, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491EF0, Object *, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputBinding__System_Collections_IEnumerator_get_Current, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491E10, InputBinding, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputBinding__get_Current, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD53D8, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputBinding__get_Current__MethodInfo); DO_APP_FUNC(0x01491D70, void, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme___ctor, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme_ * __this, InputControlScheme__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme__Dispose, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491DE0, bool, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme__MoveNext, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491E00, void, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme__Reset, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01492060, Object *, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme__System_Collections_IEnumerator_get_Current, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491FB0, InputControlScheme, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme__get_Current, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD52C8, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme__get_Current__MethodInfo); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_XR_InputDevice___ctor, (List_1_T_Enumerator_UnityEngine_XR_InputDevice_ * __this, List_1_UnityEngine_XR_InputDevice_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_XR_InputDevice__Dispose, (List_1_T_Enumerator_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72198, List_1_T_Enumerator_UnityEngine_XR_InputDevice__Dispose__MethodInfo); DO_APP_FUNC(0x0148D060, bool, List_1_T_Enumerator_UnityEngine_XR_InputDevice__MoveNext, (List_1_T_Enumerator_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C720F8, List_1_T_Enumerator_UnityEngine_XR_InputDevice__MoveNext__MethodInfo); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_XR_InputDevice__MoveNextRare, (List_1_T_Enumerator_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_XR_InputDevice__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_XR_InputDevice__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, InputDevice_1, List_1_T_Enumerator_UnityEngine_XR_InputDevice__get_Current, (List_1_T_Enumerator_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72100, List_1_T_Enumerator_UnityEngine_XR_InputDevice__get_Current__MethodInfo); DO_APP_FUNC(0x0148DC60, void, List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputDeviceDescription___ctor, (List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Dispose, (List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014920F0, bool, List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputDeviceDescription__MoveNext, (List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DE20, bool, List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputDeviceDescription__MoveNextRare, (List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DF70, void, List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DEA0, Object *, List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DE70, InputDeviceDescription, List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputDeviceDescription__get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489FF0, void, List_1_T_Enumerator_UnityEngine_InputSystem_LowLevel_InputEventPtr___ctor, (List_1_T_Enumerator_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_InputSystem_LowLevel_InputEventPtr__Dispose, (List_1_T_Enumerator_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A070, bool, List_1_T_Enumerator_UnityEngine_InputSystem_LowLevel_InputEventPtr__MoveNext, (List_1_T_Enumerator_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A110, bool, List_1_T_Enumerator_UnityEngine_InputSystem_LowLevel_InputEventPtr__MoveNextRare, (List_1_T_Enumerator_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A1F0, void, List_1_T_Enumerator_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A150, Object *, List_1_T_Enumerator_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, InputEventPtr, List_1_T_Enumerator_UnityEngine_InputSystem_LowLevel_InputEventPtr__get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491D70, void, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_Users_InputUser___ctor, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_Users_InputUser_ * __this, InputUser__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_Users_InputUser__Dispose, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_Users_InputUser_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491DE0, bool, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_Users_InputUser__MoveNext, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_Users_InputUser_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491E00, void, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_Users_InputUser__Reset, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_Users_InputUser_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014922B0, Object *, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_Users_InputUser__System_Collections_IEnumerator_get_Current, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_Users_InputUser_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01492220, InputUser, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_Users_InputUser__get_Current, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_Users_InputUser_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD52B8, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_Users_InputUser__get_Current__MethodInfo); DO_APP_FUNC(0x0148FDE0, void, List_1_T_Enumerator_System_Int16___ctor, (List_1_T_Enumerator_System_Int16_ * __this, List_1_System_Int16_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_Int16__Dispose, (List_1_T_Enumerator_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148FE60, bool, List_1_T_Enumerator_System_Int16__MoveNext, (List_1_T_Enumerator_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148FF00, bool, List_1_T_Enumerator_System_Int16__MoveNextRare, (List_1_T_Enumerator_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148FFE0, void, List_1_T_Enumerator_System_Int16__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148FF40, Object *, List_1_T_Enumerator_System_Int16__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDDA0, int16_t, List_1_T_Enumerator_System_Int16__get_Current, (List_1_T_Enumerator_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01492330, void, Queue_1_T_Enumerator_Pathfinding_Int2___ctor, (Queue_1_T_Enumerator_Pathfinding_Int2_ * __this, Queue_1_Pathfinding_Int2_ * q, MethodInfo * method)); DO_APP_FUNC(0x014923B0, void, Queue_1_T_Enumerator_Pathfinding_Int2__Dispose, (Queue_1_T_Enumerator_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014923C0, bool, Queue_1_T_Enumerator_Pathfinding_Int2__MoveNext, (Queue_1_T_Enumerator_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD52A8, Queue_1_T_Enumerator_Pathfinding_Int2__MoveNext__MethodInfo); DO_APP_FUNC(0x01492610, void, Queue_1_T_Enumerator_Pathfinding_Int2__System_Collections_IEnumerator_Reset, (Queue_1_T_Enumerator_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5288, Queue_1_T_Enumerator_Pathfinding_Int2__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01492560, Object *, Queue_1_T_Enumerator_Pathfinding_Int2__System_Collections_IEnumerator_get_Current, (Queue_1_T_Enumerator_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014924F0, void, Queue_1_T_Enumerator_Pathfinding_Int2__ThrowEnumerationNotStartedOrEnded, (Queue_1_T_Enumerator_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5298, Queue_1_T_Enumerator_Pathfinding_Int2__ThrowEnumerationNotStartedOrEnded__MethodInfo); DO_APP_FUNC(0x014924B0, Int2, Queue_1_T_Enumerator_Pathfinding_Int2__get_Current, (Queue_1_T_Enumerator_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D100, void, List_1_T_Enumerator_Pathfinding_Int3___ctor, (List_1_T_Enumerator_Pathfinding_Int3_ * __this, List_1_Pathfinding_Int3_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Pathfinding_Int3__Dispose, (List_1_T_Enumerator_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D180, bool, List_1_T_Enumerator_Pathfinding_Int3__MoveNext, (List_1_T_Enumerator_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D230, bool, List_1_T_Enumerator_Pathfinding_Int3__MoveNextRare, (List_1_T_Enumerator_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D320, void, List_1_T_Enumerator_Pathfinding_Int3__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D270, Object *, List_1_T_Enumerator_Pathfinding_Int3__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7B950, Int3, List_1_T_Enumerator_Pathfinding_Int3__get_Current, (List_1_T_Enumerator_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014926A0, void, Queue_1_T_Enumerator_Pathfinding_Int3___ctor, (Queue_1_T_Enumerator_Pathfinding_Int3_ * __this, Queue_1_Pathfinding_Int3_ * q, MethodInfo * method)); DO_APP_FUNC(0x01492720, void, Queue_1_T_Enumerator_Pathfinding_Int3__Dispose, (Queue_1_T_Enumerator_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01492740, bool, Queue_1_T_Enumerator_Pathfinding_Int3__MoveNext, (Queue_1_T_Enumerator_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5278, Queue_1_T_Enumerator_Pathfinding_Int3__MoveNext__MethodInfo); DO_APP_FUNC(0x014929D0, void, Queue_1_T_Enumerator_Pathfinding_Int3__System_Collections_IEnumerator_Reset, (Queue_1_T_Enumerator_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5260, Queue_1_T_Enumerator_Pathfinding_Int3__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01492910, Object *, Queue_1_T_Enumerator_Pathfinding_Int3__System_Collections_IEnumerator_get_Current, (Queue_1_T_Enumerator_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014928A0, void, Queue_1_T_Enumerator_Pathfinding_Int3__ThrowEnumerationNotStartedOrEnded, (Queue_1_T_Enumerator_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5268, Queue_1_T_Enumerator_Pathfinding_Int3__ThrowEnumerationNotStartedOrEnded__MethodInfo); DO_APP_FUNC(0x01492850, Int3, Queue_1_T_Enumerator_Pathfinding_Int3__get_Current, (Queue_1_T_Enumerator_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F660, void, ArraySegment_1_T_Enumerator_Int32___ctor, (ArraySegment_1_T_Enumerator_Int32_ * __this, ArraySegment_1_Int32_ arraySegment, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySegment_1_T_Enumerator_Int32__Dispose, (ArraySegment_1_T_Enumerator_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F7A0, bool, ArraySegment_1_T_Enumerator_Int32__MoveNext, (ArraySegment_1_T_Enumerator_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F8D0, void, ArraySegment_1_T_Enumerator_Int32__System_Collections_IEnumerator_Reset, (ArraySegment_1_T_Enumerator_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01492AB0, Object *, ArraySegment_1_T_Enumerator_Int32__System_Collections_IEnumerator_get_Current, (ArraySegment_1_T_Enumerator_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01492A60, int32_t, ArraySegment_1_T_Enumerator_Int32__get_Current, (ArraySegment_1_T_Enumerator_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01492B60, void, HashSet_1_T_Enumerator_System_Int32___ctor, (HashSet_1_T_Enumerator_System_Int32_ * __this, HashSet_1_System_Int32_ * set, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HashSet_1_T_Enumerator_System_Int32__Dispose, (HashSet_1_T_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60428, HashSet_1_T_Enumerator_System_Int32__Dispose__MethodInfo); DO_APP_FUNC(0x01492BE0, bool, HashSet_1_T_Enumerator_System_Int32__MoveNext, (HashSet_1_T_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60440, HashSet_1_T_Enumerator_System_Int32__MoveNext__MethodInfo); DO_APP_FUNC(0x01492DC0, void, HashSet_1_T_Enumerator_System_Int32__System_Collections_IEnumerator_Reset, (HashSet_1_T_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5338, HashSet_1_T_Enumerator_System_Int32__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01492CD0, Object *, HashSet_1_T_Enumerator_System_Int32__System_Collections_IEnumerator_get_Current, (HashSet_1_T_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5348, HashSet_1_T_Enumerator_System_Int32__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003BAD50, int32_t, HashSet_1_T_Enumerator_System_Int32__get_Current, (HashSet_1_T_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60450, HashSet_1_T_Enumerator_System_Int32__get_Current__MethodInfo); DO_APP_FUNC(0x003AC050, void, InlinedArray_1_TValue_Enumerator_System_Int32__Dispose, (InlinedArray_1_TValue_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01492E50, bool, InlinedArray_1_TValue_Enumerator_System_Int32__MoveNext, (InlinedArray_1_TValue_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, InlinedArray_1_TValue_Enumerator_System_Int32__Reset, (InlinedArray_1_TValue_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01492EB0, Object *, InlinedArray_1_TValue_Enumerator_System_Int32__System_Collections_IEnumerator_get_Current, (InlinedArray_1_TValue_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01492E70, int32_t, InlinedArray_1_TValue_Enumerator_System_Int32__get_Current, (InlinedArray_1_TValue_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490190, void, List_1_T_Enumerator_System_Int32___ctor, (List_1_T_Enumerator_System_Int32_ * __this, List_1_System_Int32_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_Int32__Dispose, (List_1_T_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC62B8, List_1_T_Enumerator_System_Int32__Dispose__MethodInfo); DO_APP_FUNC(0x01490210, bool, List_1_T_Enumerator_System_Int32__MoveNext, (List_1_T_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC62B0, List_1_T_Enumerator_System_Int32__MoveNext__MethodInfo); DO_APP_FUNC(0x014902B0, bool, List_1_T_Enumerator_System_Int32__MoveNextRare, (List_1_T_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490390, void, List_1_T_Enumerator_System_Int32__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014902F0, Object *, List_1_T_Enumerator_System_Int32__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, List_1_T_Enumerator_System_Int32__get_Current, (List_1_T_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC62A8, List_1_T_Enumerator_System_Int32__get_Current__MethodInfo); DO_APP_FUNC(0x014903D0, void, NativeArray_1_T_Enumerator_System_Int32___ctor, (NativeArray_1_T_Enumerator_System_Int32_ * __this, NativeArray_1_System_Int32_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_System_Int32__Dispose, (NativeArray_1_T_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014903F0, bool, NativeArray_1_T_Enumerator_System_Int32__MoveNext, (NativeArray_1_T_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_System_Int32__Reset, (NativeArray_1_T_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014904B0, Object *, NativeArray_1_T_Enumerator_System_Int32__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014904A0, int32_t, NativeArray_1_T_Enumerator_System_Int32__get_Current, (NativeArray_1_T_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01492F60, void, Queue_1_T_Enumerator_System_Int32___ctor, (Queue_1_T_Enumerator_System_Int32_ * __this, Queue_1_System_Int32_ * q, MethodInfo * method)); DO_APP_FUNC(0x01492FE0, void, Queue_1_T_Enumerator_System_Int32__Dispose, (Queue_1_T_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01492FF0, bool, Queue_1_T_Enumerator_System_Int32__MoveNext, (Queue_1_T_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5328, Queue_1_T_Enumerator_System_Int32__MoveNext__MethodInfo); DO_APP_FUNC(0x01493240, void, Queue_1_T_Enumerator_System_Int32__System_Collections_IEnumerator_Reset, (Queue_1_T_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5308, Queue_1_T_Enumerator_System_Int32__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01493190, Object *, Queue_1_T_Enumerator_System_Int32__System_Collections_IEnumerator_get_Current, (Queue_1_T_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01493120, void, Queue_1_T_Enumerator_System_Int32__ThrowEnumerationNotStartedOrEnded, (Queue_1_T_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5318, Queue_1_T_Enumerator_System_Int32__ThrowEnumerationNotStartedOrEnded__MethodInfo); DO_APP_FUNC(0x014930E0, int32_t, Queue_1_T_Enumerator_System_Int32__get_Current, (Queue_1_T_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014932D0, void, Stack_1_T_Enumerator_System_Int32___ctor, (Stack_1_T_Enumerator_System_Int32_ * __this, Stack_1_System_Int32_ * stack, MethodInfo * method)); DO_APP_FUNC(0x0148C030, void, Stack_1_T_Enumerator_System_Int32__Dispose, (Stack_1_T_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01493350, bool, Stack_1_T_Enumerator_System_Int32__MoveNext, (Stack_1_T_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD52F8, Stack_1_T_Enumerator_System_Int32__MoveNext__MethodInfo); DO_APP_FUNC(0x014935E0, void, Stack_1_T_Enumerator_System_Int32__System_Collections_IEnumerator_Reset, (Stack_1_T_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD52D8, Stack_1_T_Enumerator_System_Int32__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01493530, Object *, Stack_1_T_Enumerator_System_Int32__System_Collections_IEnumerator_get_Current, (Stack_1_T_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014934C0, void, Stack_1_T_Enumerator_System_Int32__ThrowEnumerationNotStartedOrEnded, (Stack_1_T_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD52E8, Stack_1_T_Enumerator_System_Int32__ThrowEnumerationNotStartedOrEnded__MethodInfo); DO_APP_FUNC(0x01493480, int32_t, Stack_1_T_Enumerator_System_Int32__get_Current, (Stack_1_T_Enumerator_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01492B60, void, HashSet_1_T_Enumerator_System_Int32Enum___ctor, (HashSet_1_T_Enumerator_System_Int32Enum_ * __this, HashSet_1_System_Int32Enum_ * set, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HashSet_1_T_Enumerator_System_Int32Enum__Dispose, (HashSet_1_T_Enumerator_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01493670, bool, HashSet_1_T_Enumerator_System_Int32Enum__MoveNext, (HashSet_1_T_Enumerator_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5210, HashSet_1_T_Enumerator_System_Int32Enum__MoveNext__MethodInfo); DO_APP_FUNC(0x01493850, void, HashSet_1_T_Enumerator_System_Int32Enum__System_Collections_IEnumerator_Reset, (HashSet_1_T_Enumerator_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD51F0, HashSet_1_T_Enumerator_System_Int32Enum__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01493760, Object *, HashSet_1_T_Enumerator_System_Int32Enum__System_Collections_IEnumerator_get_Current, (HashSet_1_T_Enumerator_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5200, HashSet_1_T_Enumerator_System_Int32Enum__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003BAD50, Int32Enum__Enum, HashSet_1_T_Enumerator_System_Int32Enum__get_Current, (HashSet_1_T_Enumerator_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490190, void, List_1_T_Enumerator_System_Int32Enum___ctor, (List_1_T_Enumerator_System_Int32Enum_ * __this, List_1_System_Int32Enum_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_Int32Enum__Dispose, (List_1_T_Enumerator_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490210, bool, List_1_T_Enumerator_System_Int32Enum__MoveNext, (List_1_T_Enumerator_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014902B0, bool, List_1_T_Enumerator_System_Int32Enum__MoveNextRare, (List_1_T_Enumerator_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490390, void, List_1_T_Enumerator_System_Int32Enum__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014902F0, Object *, List_1_T_Enumerator_System_Int32Enum__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, Int32Enum__Enum, List_1_T_Enumerator_System_Int32Enum__get_Current, (List_1_T_Enumerator_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014932D0, void, Stack_1_T_Enumerator_System_Int32Enum___ctor, (Stack_1_T_Enumerator_System_Int32Enum_ * __this, Stack_1_System_Int32Enum_ * stack, MethodInfo * method)); DO_APP_FUNC(0x0148C030, void, Stack_1_T_Enumerator_System_Int32Enum__Dispose, (Stack_1_T_Enumerator_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014938E0, bool, Stack_1_T_Enumerator_System_Int32Enum__MoveNext, (Stack_1_T_Enumerator_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB1D0, Stack_1_T_Enumerator_System_Int32Enum__MoveNext__MethodInfo); DO_APP_FUNC(0x01493B70, void, Stack_1_T_Enumerator_System_Int32Enum__System_Collections_IEnumerator_Reset, (Stack_1_T_Enumerator_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB1C0, Stack_1_T_Enumerator_System_Int32Enum__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01493AC0, Object *, Stack_1_T_Enumerator_System_Int32Enum__System_Collections_IEnumerator_get_Current, (Stack_1_T_Enumerator_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01493A50, void, Stack_1_T_Enumerator_System_Int32Enum__ThrowEnumerationNotStartedOrEnded, (Stack_1_T_Enumerator_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB1C8, Stack_1_T_Enumerator_System_Int32Enum__ThrowEnumerationNotStartedOrEnded__MethodInfo); DO_APP_FUNC(0x01493A10, Int32Enum__Enum, Stack_1_T_Enumerator_System_Int32Enum__get_Current, (Stack_1_T_Enumerator_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489FF0, void, List_1_T_Enumerator_System_Int64___ctor, (List_1_T_Enumerator_System_Int64_ * __this, List_1_System_Int64_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_Int64__Dispose, (List_1_T_Enumerator_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A070, bool, List_1_T_Enumerator_System_Int64__MoveNext, (List_1_T_Enumerator_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A110, bool, List_1_T_Enumerator_System_Int64__MoveNextRare, (List_1_T_Enumerator_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A1F0, void, List_1_T_Enumerator_System_Int64__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A150, Object *, List_1_T_Enumerator_System_Int64__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, int64_t, List_1_T_Enumerator_System_Int64__get_Current, (List_1_T_Enumerator_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_Pathfinding_ClipperLib_IntPoint___ctor, (List_1_T_Enumerator_Pathfinding_ClipperLib_IntPoint_ * __this, List_1_Pathfinding_ClipperLib_IntPoint_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Pathfinding_ClipperLib_IntPoint__Dispose, (List_1_T_Enumerator_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D060, bool, List_1_T_Enumerator_Pathfinding_ClipperLib_IntPoint__MoveNext, (List_1_T_Enumerator_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_Pathfinding_ClipperLib_IntPoint__MoveNextRare, (List_1_T_Enumerator_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_Pathfinding_ClipperLib_IntPoint__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_Pathfinding_ClipperLib_IntPoint__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, IntPoint, List_1_T_Enumerator_Pathfinding_ClipperLib_IntPoint__get_Current, (List_1_T_Enumerator_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_Pathfinding_IntRect___ctor, (List_1_T_Enumerator_Pathfinding_IntRect_ * __this, List_1_Pathfinding_IntRect_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Pathfinding_IntRect__Dispose, (List_1_T_Enumerator_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D060, bool, List_1_T_Enumerator_Pathfinding_IntRect__MoveNext, (List_1_T_Enumerator_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_Pathfinding_IntRect__MoveNextRare, (List_1_T_Enumerator_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_Pathfinding_IntRect__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_Pathfinding_IntRect__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, IntRect, List_1_T_Enumerator_Pathfinding_IntRect__get_Current, (List_1_T_Enumerator_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012570C0, void, HashSet_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString___ctor, (HashSet_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_ * __this, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * set, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HashSet_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString__Dispose, (HashSet_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01493C00, bool, HashSet_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (HashSet_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB1B8, HashSet_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString__MoveNext__MethodInfo); DO_APP_FUNC(0x01493E00, void, HashSet_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IEnumerator_Reset, (HashSet_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB1A8, HashSet_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01493D10, Object *, HashSet_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IEnumerator_get_Current, (HashSet_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB1B0, HashSet_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x00E7AF20, InternedString, HashSet_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString__get_Current, (HashSet_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InlinedArray_1_TValue_Enumerator_InternedString__Dispose, (InlinedArray_1_TValue_Enumerator_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01493E90, bool, InlinedArray_1_TValue_Enumerator_InternedString__MoveNext, (InlinedArray_1_TValue_Enumerator_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE10, void, InlinedArray_1_TValue_Enumerator_InternedString__Reset, (InlinedArray_1_TValue_Enumerator_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01493F10, Object *, InlinedArray_1_TValue_Enumerator_InternedString__System_Collections_IEnumerator_get_Current, (InlinedArray_1_TValue_Enumerator_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01493EB0, InternedString, InlinedArray_1_TValue_Enumerator_InternedString__get_Current, (InlinedArray_1_TValue_Enumerator_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString___ctor, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_ * __this, List_1_UnityEngine_InputSystem_Utilities_InternedString_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString__Dispose, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DC10, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString__Dispose__MethodInfo); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DBD0, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString__MoveNext__MethodInfo); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString__MoveNextRare, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, InternedString, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString__get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DBC8, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString__get_Current__MethodInfo); DO_APP_FUNC(0x01491D70, void, ReadOnlyArray_1_TValue_Enumerator_InternedString___ctor, (ReadOnlyArray_1_TValue_Enumerator_InternedString_ * __this, InternedString__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReadOnlyArray_1_TValue_Enumerator_InternedString__Dispose, (ReadOnlyArray_1_TValue_Enumerator_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C913E8, ReadOnlyArray_1_TValue_Enumerator_InternedString__Dispose__MethodInfo); DO_APP_FUNC(0x01491DE0, bool, ReadOnlyArray_1_TValue_Enumerator_InternedString__MoveNext, (ReadOnlyArray_1_TValue_Enumerator_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C913F0, ReadOnlyArray_1_TValue_Enumerator_InternedString__MoveNext__MethodInfo); DO_APP_FUNC(0x01491E00, void, ReadOnlyArray_1_TValue_Enumerator_InternedString__Reset, (ReadOnlyArray_1_TValue_Enumerator_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01494060, Object *, ReadOnlyArray_1_TValue_Enumerator_InternedString__System_Collections_IEnumerator_get_Current, (ReadOnlyArray_1_TValue_Enumerator_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01493FC0, InternedString, ReadOnlyArray_1_TValue_Enumerator_InternedString__get_Current, (ReadOnlyArray_1_TValue_Enumerator_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB210, ReadOnlyArray_1_TValue_Enumerator_InternedString__get_Current__MethodInfo); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InterpretedFrameInfo___ctor, (List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Dispose, (List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__MoveNext, (List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__MoveNextRare, (List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, InterpretedFrameInfo, List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__get_Current, (List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_UnityEngine_Timeline_IntervalTreeNode___ctor, (List_1_T_Enumerator_UnityEngine_Timeline_IntervalTreeNode_ * __this, List_1_UnityEngine_Timeline_IntervalTreeNode_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Timeline_IntervalTreeNode__Dispose, (List_1_T_Enumerator_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014916C0, bool, List_1_T_Enumerator_UnityEngine_Timeline_IntervalTreeNode__MoveNext, (List_1_T_Enumerator_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_UnityEngine_Timeline_IntervalTreeNode__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, IntervalTreeNode, List_1_T_Enumerator_UnityEngine_Timeline_IntervalTreeNode__get_Current, (List_1_T_Enumerator_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount___ctor, (List_1_T_Enumerator_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Dispose, (List_1_T_Enumerator_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A230, bool, List_1_T_Enumerator_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__MoveNext, (List_1_T_Enumerator_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__MoveNextRare, (List_1_T_Enumerator_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, ItemDefinitionAmount, List_1_T_Enumerator_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__get_Current, (List_1_T_Enumerator_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_KickedPlayer___ctor, (List_1_T_Enumerator_KickedPlayer_ * __this, List_1_KickedPlayer_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_KickedPlayer__Dispose, (List_1_T_Enumerator_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A60, bool, List_1_T_Enumerator_KickedPlayer__MoveNext, (List_1_T_Enumerator_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_KickedPlayer__MoveNextRare, (List_1_T_Enumerator_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_KickedPlayer__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_KickedPlayer__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KickedPlayer, List_1_T_Enumerator_KickedPlayer__get_Current, (List_1_T_Enumerator_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490190, void, List_1_T_Enumerator_UnityEngine_LayerMask___ctor, (List_1_T_Enumerator_UnityEngine_LayerMask_ * __this, List_1_UnityEngine_LayerMask_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_LayerMask__Dispose, (List_1_T_Enumerator_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490210, bool, List_1_T_Enumerator_UnityEngine_LayerMask__MoveNext, (List_1_T_Enumerator_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014902B0, bool, List_1_T_Enumerator_UnityEngine_LayerMask__MoveNextRare, (List_1_T_Enumerator_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490390, void, List_1_T_Enumerator_UnityEngine_LayerMask__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014902F0, Object *, List_1_T_Enumerator_UnityEngine_LayerMask__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, LayerMask, List_1_T_Enumerator_UnityEngine_LayerMask__get_Current, (List_1_T_Enumerator_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014940E0, void, NativeArray_1_T_Enumerator_UnityEngine_Experimental_GlobalIllumination_LightDataGI___ctor, (NativeArray_1_T_Enumerator_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_UnityEngine_Experimental_GlobalIllumination_LightDataGI__Dispose, (NativeArray_1_T_Enumerator_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01494110, bool, NativeArray_1_T_Enumerator_UnityEngine_Experimental_GlobalIllumination_LightDataGI__MoveNext, (NativeArray_1_T_Enumerator_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_UnityEngine_Experimental_GlobalIllumination_LightDataGI__Reset, (NativeArray_1_T_Enumerator_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01494250, Object *, NativeArray_1_T_Enumerator_UnityEngine_Experimental_GlobalIllumination_LightDataGI__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01494210, LightDataGI, NativeArray_1_T_Enumerator_UnityEngine_Experimental_GlobalIllumination_LightDataGI__get_Current, (NativeArray_1_T_Enumerator_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D100, void, List_1_T_Enumerator_UnityEngine_UIElements_ManipulatorActivationFilter___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_ManipulatorActivationFilter__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBD30, List_1_T_Enumerator_UnityEngine_UIElements_ManipulatorActivationFilter__Dispose__MethodInfo); DO_APP_FUNC(0x0148D180, bool, List_1_T_Enumerator_UnityEngine_UIElements_ManipulatorActivationFilter__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBD28, List_1_T_Enumerator_UnityEngine_UIElements_ManipulatorActivationFilter__MoveNext__MethodInfo); DO_APP_FUNC(0x0148D230, bool, List_1_T_Enumerator_UnityEngine_UIElements_ManipulatorActivationFilter__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D320, void, List_1_T_Enumerator_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D270, Object *, List_1_T_Enumerator_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7B950, ManipulatorActivationFilter, List_1_T_Enumerator_UnityEngine_UIElements_ManipulatorActivationFilter__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBD20, List_1_T_Enumerator_UnityEngine_UIElements_ManipulatorActivationFilter__get_Current__MethodInfo); DO_APP_FUNC(0x01494300, void, List_1_T_Enumerator_UnityEngine_Matrix4x4___ctor, (List_1_T_Enumerator_UnityEngine_Matrix4x4_ * __this, List_1_UnityEngine_Matrix4x4_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Matrix4x4__Dispose, (List_1_T_Enumerator_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01494390, bool, List_1_T_Enumerator_UnityEngine_Matrix4x4__MoveNext, (List_1_T_Enumerator_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01494460, bool, List_1_T_Enumerator_UnityEngine_Matrix4x4__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014945A0, void, List_1_T_Enumerator_UnityEngine_Matrix4x4__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014944E0, Object *, List_1_T_Enumerator_UnityEngine_Matrix4x4__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014944B0, Matrix4x4, List_1_T_Enumerator_UnityEngine_Matrix4x4__get_Current, (List_1_T_Enumerator_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014945F0, void, Stack_1_T_Enumerator_UnityEngine_Matrix4x4___ctor, (Stack_1_T_Enumerator_UnityEngine_Matrix4x4_ * __this, Stack_1_UnityEngine_Matrix4x4_ * stack, MethodInfo * method)); DO_APP_FUNC(0x0148C030, void, Stack_1_T_Enumerator_UnityEngine_Matrix4x4__Dispose, (Stack_1_T_Enumerator_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01494680, bool, Stack_1_T_Enumerator_UnityEngine_Matrix4x4__MoveNext, (Stack_1_T_Enumerator_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB208, Stack_1_T_Enumerator_UnityEngine_Matrix4x4__MoveNext__MethodInfo); DO_APP_FUNC(0x01494970, void, Stack_1_T_Enumerator_UnityEngine_Matrix4x4__System_Collections_IEnumerator_Reset, (Stack_1_T_Enumerator_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB1F8, Stack_1_T_Enumerator_UnityEngine_Matrix4x4__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014948A0, Object *, Stack_1_T_Enumerator_UnityEngine_Matrix4x4__System_Collections_IEnumerator_get_Current, (Stack_1_T_Enumerator_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01494830, void, Stack_1_T_Enumerator_UnityEngine_Matrix4x4__ThrowEnumerationNotStartedOrEnded, (Stack_1_T_Enumerator_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB200, Stack_1_T_Enumerator_UnityEngine_Matrix4x4__ThrowEnumerationNotStartedOrEnded__MethodInfo); DO_APP_FUNC(0x014947D0, Matrix4x4, Stack_1_T_Enumerator_UnityEngine_Matrix4x4__get_Current, (Stack_1_T_Enumerator_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F410, void, NativeArray_1_T_Enumerator_UnityEngine_ModifiableContactPair___ctor, (NativeArray_1_T_Enumerator_UnityEngine_ModifiableContactPair_ * __this, NativeArray_1_UnityEngine_ModifiableContactPair_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_UnityEngine_ModifiableContactPair__Dispose, (NativeArray_1_T_Enumerator_UnityEngine_ModifiableContactPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F440, bool, NativeArray_1_T_Enumerator_UnityEngine_ModifiableContactPair__MoveNext, (NativeArray_1_T_Enumerator_UnityEngine_ModifiableContactPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_UnityEngine_ModifiableContactPair__Reset, (NativeArray_1_T_Enumerator_UnityEngine_ModifiableContactPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F5A0, Object *, NativeArray_1_T_Enumerator_UnityEngine_ModifiableContactPair__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_UnityEngine_ModifiableContactPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F560, ModifiableContactPair, NativeArray_1_T_Enumerator_UnityEngine_ModifiableContactPair__get_Current, (NativeArray_1_T_Enumerator_UnityEngine_ModifiableContactPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NameAndParameters___ctor, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NameAndParameters__Dispose, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A230, bool, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NameAndParameters__MoveNext, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NameAndParameters__MoveNextRare, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, NameAndParameters, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NameAndParameters__get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491D70, void, ReadOnlyArray_1_TValue_Enumerator_NameAndParameters___ctor, (ReadOnlyArray_1_TValue_Enumerator_NameAndParameters_ * __this, NameAndParameters__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReadOnlyArray_1_TValue_Enumerator_NameAndParameters__Dispose, (ReadOnlyArray_1_TValue_Enumerator_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491DE0, bool, ReadOnlyArray_1_TValue_Enumerator_NameAndParameters__MoveNext, (ReadOnlyArray_1_TValue_Enumerator_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491E00, void, ReadOnlyArray_1_TValue_Enumerator_NameAndParameters__Reset, (ReadOnlyArray_1_TValue_Enumerator_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01494AC0, Object *, ReadOnlyArray_1_TValue_Enumerator_NameAndParameters__System_Collections_IEnumerator_get_Current, (ReadOnlyArray_1_TValue_Enumerator_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01494A10, NameAndParameters, ReadOnlyArray_1_TValue_Enumerator_NameAndParameters__get_Current, (ReadOnlyArray_1_TValue_Enumerator_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB1F0, ReadOnlyArray_1_TValue_Enumerator_NameAndParameters__get_Current__MethodInfo); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NamedValue___ctor, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NamedValue__Dispose, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A230, bool, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NamedValue__MoveNext, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NamedValue__MoveNextRare, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, NamedValue, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NamedValue__get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491D70, void, ReadOnlyArray_1_TValue_Enumerator_NamedValue___ctor, (ReadOnlyArray_1_TValue_Enumerator_NamedValue_ * __this, NamedValue__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReadOnlyArray_1_TValue_Enumerator_NamedValue__Dispose, (ReadOnlyArray_1_TValue_Enumerator_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DCF8, ReadOnlyArray_1_TValue_Enumerator_NamedValue__Dispose__MethodInfo); DO_APP_FUNC(0x01491DE0, bool, ReadOnlyArray_1_TValue_Enumerator_NamedValue__MoveNext, (ReadOnlyArray_1_TValue_Enumerator_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DD00, ReadOnlyArray_1_TValue_Enumerator_NamedValue__MoveNext__MethodInfo); DO_APP_FUNC(0x01491E00, void, ReadOnlyArray_1_TValue_Enumerator_NamedValue__Reset, (ReadOnlyArray_1_TValue_Enumerator_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01494C00, Object *, ReadOnlyArray_1_TValue_Enumerator_NamedValue__System_Collections_IEnumerator_get_Current, (ReadOnlyArray_1_TValue_Enumerator_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01494B50, NamedValue, ReadOnlyArray_1_TValue_Enumerator_NamedValue__get_Current, (ReadOnlyArray_1_TValue_Enumerator_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB1E8, ReadOnlyArray_1_TValue_Enumerator_NamedValue__get_Current__MethodInfo); DO_APP_FUNC(0x01494C90, void, NativeArray_1_T_Enumerator_Microsoft_MixedReality_OpenXR_NativeAnchor___ctor, (NativeArray_1_T_Enumerator_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_Microsoft_MixedReality_OpenXR_NativeAnchor__Dispose, (NativeArray_1_T_Enumerator_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01494CC0, bool, NativeArray_1_T_Enumerator_Microsoft_MixedReality_OpenXR_NativeAnchor__MoveNext, (NativeArray_1_T_Enumerator_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_Microsoft_MixedReality_OpenXR_NativeAnchor__Reset, (NativeArray_1_T_Enumerator_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01494DE0, Object *, NativeArray_1_T_Enumerator_Microsoft_MixedReality_OpenXR_NativeAnchor__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01494DB0, NativeAnchor, NativeArray_1_T_Enumerator_Microsoft_MixedReality_OpenXR_NativeAnchor__get_Current, (NativeArray_1_T_Enumerator_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01494E80, void, NativeArray_1_T_Enumerator_Microsoft_MixedReality_OpenXR_NativePlane___ctor, (NativeArray_1_T_Enumerator_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_Microsoft_MixedReality_OpenXR_NativePlane__Dispose, (NativeArray_1_T_Enumerator_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01494EB0, bool, NativeArray_1_T_Enumerator_Microsoft_MixedReality_OpenXR_NativePlane__MoveNext, (NativeArray_1_T_Enumerator_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_Microsoft_MixedReality_OpenXR_NativePlane__Reset, (NativeArray_1_T_Enumerator_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01494FD0, Object *, NativeArray_1_T_Enumerator_Microsoft_MixedReality_OpenXR_NativePlane__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01494FA0, NativePlane, NativeArray_1_T_Enumerator_Microsoft_MixedReality_OpenXR_NativePlane__get_Current, (NativeArray_1_T_Enumerator_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257AA0, void, HashSet_1_T_Enumerator_Photon_Bolt_NetworkId___ctor, (HashSet_1_T_Enumerator_Photon_Bolt_NetworkId_ * __this, HashSet_1_Photon_Bolt_NetworkId_ * set, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HashSet_1_T_Enumerator_Photon_Bolt_NetworkId__Dispose, (HashSet_1_T_Enumerator_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01495070, bool, HashSet_1_T_Enumerator_Photon_Bolt_NetworkId__MoveNext, (HashSet_1_T_Enumerator_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB1E0, HashSet_1_T_Enumerator_Photon_Bolt_NetworkId__MoveNext__MethodInfo); DO_APP_FUNC(0x01495250, void, HashSet_1_T_Enumerator_Photon_Bolt_NetworkId__System_Collections_IEnumerator_Reset, (HashSet_1_T_Enumerator_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB140, HashSet_1_T_Enumerator_Photon_Bolt_NetworkId__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01495160, Object *, HashSet_1_T_Enumerator_Photon_Bolt_NetworkId__System_Collections_IEnumerator_get_Current, (HashSet_1_T_Enumerator_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB1D8, HashSet_1_T_Enumerator_Photon_Bolt_NetworkId__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003B93C0, NetworkId, HashSet_1_T_Enumerator_Photon_Bolt_NetworkId__get_Current, (HashSet_1_T_Enumerator_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489400, void, List_1_T_Enumerator_Photon_Bolt_NetworkPropertyInfo___ctor, (List_1_T_Enumerator_Photon_Bolt_NetworkPropertyInfo_ * __this, List_1_Photon_Bolt_NetworkPropertyInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Photon_Bolt_NetworkPropertyInfo__Dispose, (List_1_T_Enumerator_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489480, bool, List_1_T_Enumerator_Photon_Bolt_NetworkPropertyInfo__MoveNext, (List_1_T_Enumerator_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489580, bool, List_1_T_Enumerator_Photon_Bolt_NetworkPropertyInfo__MoveNextRare, (List_1_T_Enumerator_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489670, void, List_1_T_Enumerator_Photon_Bolt_NetworkPropertyInfo__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014895C0, Object *, List_1_T_Enumerator_Photon_Bolt_NetworkPropertyInfo__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257900, NetworkPropertyInfo, List_1_T_Enumerator_Photon_Bolt_NetworkPropertyInfo__get_Current, (List_1_T_Enumerator_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F660, void, ArraySegment_1_T_Enumerator_Object___ctor, (ArraySegment_1_T_Enumerator_Object_ * __this, ArraySegment_1_Object_ arraySegment, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySegment_1_T_Enumerator_Object__Dispose, (ArraySegment_1_T_Enumerator_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F7A0, bool, ArraySegment_1_T_Enumerator_Object__MoveNext, (ArraySegment_1_T_Enumerator_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F8D0, void, ArraySegment_1_T_Enumerator_Object__System_Collections_IEnumerator_Reset, (ArraySegment_1_T_Enumerator_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01495330, Object *, ArraySegment_1_T_Enumerator_Object__System_Collections_IEnumerator_get_Current, (ArraySegment_1_T_Enumerator_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014952E0, Object *, ArraySegment_1_T_Enumerator_Object__get_Current, (ArraySegment_1_T_Enumerator_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ConcurrentBag_1_T_Enumerator_System_Object___ctor, (ConcurrentBag_1_T_Enumerator_System_Object_ * __this, Object__Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ConcurrentBag_1_T_Enumerator_System_Object__Dispose, (ConcurrentBag_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014953A0, bool, ConcurrentBag_1_T_Enumerator_System_Object__MoveNext, (ConcurrentBag_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01495500, void, ConcurrentBag_1_T_Enumerator_System_Object__Reset, (ConcurrentBag_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01495450, Object *, ConcurrentBag_1_T_Enumerator_System_Object__System_Collections_IEnumerator_get_Current, (ConcurrentBag_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB138, ConcurrentBag_1_T_Enumerator_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, ConcurrentBag_1_T_Enumerator_System_Object__get_Current, (ConcurrentBag_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257AA0, void, HashSet_1_T_Enumerator_System_Object___ctor, (HashSet_1_T_Enumerator_System_Object_ * __this, HashSet_1_System_Object_ * set, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HashSet_1_T_Enumerator_System_Object__Dispose, (HashSet_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01495510, bool, HashSet_1_T_Enumerator_System_Object__MoveNext, (HashSet_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB130, HashSet_1_T_Enumerator_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x014956B0, void, HashSet_1_T_Enumerator_System_Object__System_Collections_IEnumerator_Reset, (HashSet_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB110, HashSet_1_T_Enumerator_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01495610, Object *, HashSet_1_T_Enumerator_System_Object__System_Collections_IEnumerator_get_Current, (HashSet_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB120, HashSet_1_T_Enumerator_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003B93C0, Object *, HashSet_1_T_Enumerator_System_Object__get_Current, (HashSet_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InlinedArray_1_TValue_Enumerator_System_Object__Dispose, (InlinedArray_1_TValue_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489EE0, bool, InlinedArray_1_TValue_Enumerator_System_Object__MoveNext, (InlinedArray_1_TValue_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00727E20, void, InlinedArray_1_TValue_Enumerator_System_Object__Reset, (InlinedArray_1_TValue_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01495790, Object *, InlinedArray_1_TValue_Enumerator_System_Object__System_Collections_IEnumerator_get_Current, (InlinedArray_1_TValue_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01495740, Object *, InlinedArray_1_TValue_Enumerator_System_Object__get_Current, (InlinedArray_1_TValue_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01495800, void, InputControlList_1_TControl_Enumerator_System_Object___ctor, (InputControlList_1_TControl_Enumerator_System_Object_ * __this, InputControlList_1_System_Object_ list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputControlList_1_TControl_Enumerator_System_Object__Dispose, (InputControlList_1_TControl_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01495870, bool, InputControlList_1_TControl_Enumerator_System_Object__MoveNext, (InputControlList_1_TControl_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148C030, void, InputControlList_1_TControl_Enumerator_System_Object__Reset, (InputControlList_1_TControl_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01495960, Object *, InputControlList_1_TControl_Enumerator_System_Object__System_Collections_IEnumerator_get_Current, (InputControlList_1_TControl_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01495890, Object *, InputControlList_1_TControl_Enumerator_System_Object__get_Current, (InputControlList_1_TControl_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB190, InputControlList_1_TControl_Enumerator_System_Object__get_Current__MethodInfo); DO_APP_FUNC(0x014959A0, void, LinkedList_1_T_Enumerator_System_Object___ctor, (LinkedList_1_T_Enumerator_System_Object_ * __this, LinkedList_1_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x01495A70, void, LinkedList_1_T_Enumerator_System_Object___ctor_1, (LinkedList_1_T_Enumerator_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB180, LinkedList_1_T_Enumerator_System_Object___ctor_1__MethodInfo); DO_APP_FUNC(0x003AC050, void, LinkedList_1_T_Enumerator_System_Object__Dispose, (LinkedList_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01495BC0, bool, LinkedList_1_T_Enumerator_System_Object__MoveNext, (LinkedList_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB170, LinkedList_1_T_Enumerator_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x01495DD0, void, LinkedList_1_T_Enumerator_System_Object__System_Collections_IEnumerator_Reset, (LinkedList_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB160, LinkedList_1_T_Enumerator_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01495AC0, Object *, LinkedList_1_T_Enumerator_System_Object__System_Collections_IEnumerator_get_Current, (LinkedList_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB178, LinkedList_1_T_Enumerator_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x01495F00, void, LinkedList_1_T_Enumerator_System_Object__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization, (LinkedList_1_T_Enumerator_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB150, LinkedList_1_T_Enumerator_System_Object__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization__MethodInfo); DO_APP_FUNC(0x01495EB0, void, LinkedList_1_T_Enumerator_System_Object__System_Runtime_Serialization_ISerializable_GetObjectData, (LinkedList_1_T_Enumerator_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB158, LinkedList_1_T_Enumerator_System_Object__System_Runtime_Serialization_ISerializable_GetObjectData__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, LinkedList_1_T_Enumerator_System_Object__get_Current, (LinkedList_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489FF0, void, List_1_T_Enumerator_System_Object___ctor, (List_1_T_Enumerator_System_Object_ * __this, List_1_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_Object__Dispose, (List_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148EDD0, bool, List_1_T_Enumerator_System_Object__MoveNext, (List_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A110, bool, List_1_T_Enumerator_System_Object__MoveNextRare, (List_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A1F0, void, List_1_T_Enumerator_System_Object__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01495F50, Object *, List_1_T_Enumerator_System_Object__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, List_1_T_Enumerator_System_Object__get_Current, (List_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489FF0, void, LowLevelListWithIList_1_T_Enumerator_System_Object___ctor, (LowLevelListWithIList_1_T_Enumerator_System_Object_ * __this, LowLevelListWithIList_1_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LowLevelListWithIList_1_T_Enumerator_System_Object__Dispose, (LowLevelListWithIList_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01495FA0, bool, LowLevelListWithIList_1_T_Enumerator_System_Object__MoveNext, (LowLevelListWithIList_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01496070, bool, LowLevelListWithIList_1_T_Enumerator_System_Object__MoveNextRare, (LowLevelListWithIList_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB0C8, LowLevelListWithIList_1_T_Enumerator_System_Object__MoveNextRare__MethodInfo); DO_APP_FUNC(0x01496180, void, LowLevelListWithIList_1_T_Enumerator_System_Object__System_Collections_IEnumerator_Reset, (LowLevelListWithIList_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB0B8, LowLevelListWithIList_1_T_Enumerator_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014960F0, Object *, LowLevelListWithIList_1_T_Enumerator_System_Object__System_Collections_IEnumerator_get_Current, (LowLevelListWithIList_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB0C0, LowLevelListWithIList_1_T_Enumerator_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003B93C0, Object *, LowLevelListWithIList_1_T_Enumerator_System_Object__get_Current, (LowLevelListWithIList_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01492330, void, Queue_1_T_Enumerator_System_Object___ctor, (Queue_1_T_Enumerator_System_Object_ * __this, Queue_1_System_Object_ * q, MethodInfo * method)); DO_APP_FUNC(0x014923B0, void, Queue_1_T_Enumerator_System_Object__Dispose, (Queue_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01496200, bool, Queue_1_T_Enumerator_System_Object__MoveNext, (Queue_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB0B0, Queue_1_T_Enumerator_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x01496410, void, Queue_1_T_Enumerator_System_Object__System_Collections_IEnumerator_Reset, (Queue_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB0A0, Queue_1_T_Enumerator_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014963B0, Object *, Queue_1_T_Enumerator_System_Object__System_Collections_IEnumerator_get_Current, (Queue_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01496340, void, Queue_1_T_Enumerator_System_Object__ThrowEnumerationNotStartedOrEnded, (Queue_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB0A8, Queue_1_T_Enumerator_System_Object__ThrowEnumerationNotStartedOrEnded__MethodInfo); DO_APP_FUNC(0x01496300, Object *, Queue_1_T_Enumerator_System_Object__get_Current, (Queue_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491D70, void, ReadOnlyArray_1_TValue_Enumerator_System_Object___ctor, (ReadOnlyArray_1_TValue_Enumerator_System_Object_ * __this, Object__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReadOnlyArray_1_TValue_Enumerator_System_Object__Dispose, (ReadOnlyArray_1_TValue_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491DE0, bool, ReadOnlyArray_1_TValue_Enumerator_System_Object__MoveNext, (ReadOnlyArray_1_TValue_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491E00, void, ReadOnlyArray_1_TValue_Enumerator_System_Object__Reset, (ReadOnlyArray_1_TValue_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01496530, Object *, ReadOnlyArray_1_TValue_Enumerator_System_Object__System_Collections_IEnumerator_get_Current, (ReadOnlyArray_1_TValue_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014964A0, Object *, ReadOnlyArray_1_TValue_Enumerator_System_Object__get_Current, (ReadOnlyArray_1_TValue_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB098, ReadOnlyArray_1_TValue_Enumerator_System_Object__get_Current__MethodInfo); DO_APP_FUNC(0x01496570, void, ReadOnlyCollectionBuilder_1_T_Enumerator_System_Object___ctor, (ReadOnlyCollectionBuilder_1_T_Enumerator_System_Object_ * __this, ReadOnlyCollectionBuilder_1_System_Object_ * builder, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReadOnlyCollectionBuilder_1_T_Enumerator_System_Object__Dispose, (ReadOnlyCollectionBuilder_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01496650, bool, ReadOnlyCollectionBuilder_1_T_Enumerator_System_Object__MoveNext, (ReadOnlyCollectionBuilder_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB0F8, ReadOnlyCollectionBuilder_1_T_Enumerator_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x01496750, void, ReadOnlyCollectionBuilder_1_T_Enumerator_System_Object__System_Collections_IEnumerator_Reset, (ReadOnlyCollectionBuilder_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB0F0, ReadOnlyCollectionBuilder_1_T_Enumerator_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014965F0, Object *, ReadOnlyCollectionBuilder_1_T_Enumerator_System_Object__System_Collections_IEnumerator_get_Current, (ReadOnlyCollectionBuilder_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB100, ReadOnlyCollectionBuilder_1_T_Enumerator_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003B93E0, Object *, ReadOnlyCollectionBuilder_1_T_Enumerator_System_Object__get_Current, (ReadOnlyCollectionBuilder_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01497840, void, SortedSet_1_T_Enumerator_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x014967B0, void, SortedSet_1_T_Enumerator_System_Object___ctor, (SortedSet_1_T_Enumerator_System_Object_ * __this, SortedSet_1_System_Object_ * set, MethodInfo * method)); DO_APP_FUNC(0x01496850, void, SortedSet_1_T_Enumerator_System_Object___ctor_1, (SortedSet_1_T_Enumerator_System_Object_ * __this, SortedSet_1_System_Object_ * set, bool reverse, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedSet_1_T_Enumerator_System_Object__Dispose, (SortedSet_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01496BF0, void, SortedSet_1_T_Enumerator_System_Object__Initialize, (SortedSet_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01496F40, bool, SortedSet_1_T_Enumerator_System_Object__MoveNext, (SortedSet_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB0D8, SortedSet_1_T_Enumerator_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x01497640, void, SortedSet_1_T_Enumerator_System_Object__Reset, (SortedSet_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB078, SortedSet_1_T_Enumerator_System_Object__Reset__MethodInfo); DO_APP_FUNC(0x014977B0, void, SortedSet_1_T_Enumerator_System_Object__System_Collections_IEnumerator_Reset, (SortedSet_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01497570, Object *, SortedSet_1_T_Enumerator_System_Object__System_Collections_IEnumerator_get_Current, (SortedSet_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB0D0, SortedSet_1_T_Enumerator_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x01496BA0, void, SortedSet_1_T_Enumerator_System_Object__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization, (SortedSet_1_T_Enumerator_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB0E0, SortedSet_1_T_Enumerator_System_Object__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization__MethodInfo); DO_APP_FUNC(0x01496B50, void, SortedSet_1_T_Enumerator_System_Object__System_Runtime_Serialization_ISerializable_GetObjectData, (SortedSet_1_T_Enumerator_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB0E8, SortedSet_1_T_Enumerator_System_Object__System_Runtime_Serialization_ISerializable_GetObjectData__MethodInfo); DO_APP_FUNC(0x014974E0, Object *, SortedSet_1_T_Enumerator_System_Object__get_Current, (SortedSet_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148B280, bool, SortedSet_1_T_Enumerator_System_Object__get_NotStartedOrEnded, (SortedSet_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014979C0, void, Stack_1_T_Enumerator_System_Object___ctor, (Stack_1_T_Enumerator_System_Object_ * __this, Stack_1_System_Object_ * stack, MethodInfo * method)); DO_APP_FUNC(0x0148C030, void, Stack_1_T_Enumerator_System_Object__Dispose, (Stack_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01497A40, bool, Stack_1_T_Enumerator_System_Object__MoveNext, (Stack_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB070, Stack_1_T_Enumerator_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x01497CA0, void, Stack_1_T_Enumerator_System_Object__System_Collections_IEnumerator_Reset, (Stack_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB060, Stack_1_T_Enumerator_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01497C40, Object *, Stack_1_T_Enumerator_System_Object__System_Collections_IEnumerator_get_Current, (Stack_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01497BD0, void, Stack_1_T_Enumerator_System_Object__ThrowEnumerationNotStartedOrEnded, (Stack_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB068, Stack_1_T_Enumerator_System_Object__ThrowEnumerationNotStartedOrEnded__MethodInfo); DO_APP_FUNC(0x01497B90, Object *, Stack_1_T_Enumerator_System_Object__get_Current, (Stack_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01497D30, void, TrackableCollection_1_TTrackable_Enumerator_System_Object___ctor, (TrackableCollection_1_TTrackable_Enumerator_System_Object_ * __this, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * trackables, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB058, TrackableCollection_1_TTrackable_Enumerator_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x01497E70, bool, TrackableCollection_1_TTrackable_Enumerator_System_Object__MoveNext, (TrackableCollection_1_TTrackable_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01497EB0, Object *, TrackableCollection_1_TTrackable_Enumerator_System_Object__get_Current, (TrackableCollection_1_TTrackable_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01497F00, void, UQueryState_1_T_Enumerator_System_Object___ctor, (UQueryState_1_T_Enumerator_System_Object_ * __this, UQueryState_1_System_Object_ queryState, MethodInfo * method)); DO_APP_FUNC(0x01498310, void, UQueryState_1_T_Enumerator_System_Object__Dispose, (UQueryState_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014982B0, bool, UQueryState_1_T_Enumerator_System_Object__MoveNext, (UQueryState_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01498300, void, UQueryState_1_T_Enumerator_System_Object__Reset, (UQueryState_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01498270, Object *, UQueryState_1_T_Enumerator_System_Object__System_Collections_IEnumerator_get_Current, (UQueryState_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01498190, Object *, UQueryState_1_T_Enumerator_System_Object__get_Current, (UQueryState_1_T_Enumerator_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490E90, void, List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_ObjectInitializationData___ctor, (List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Dispose, (List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84680, List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Dispose__MethodInfo); DO_APP_FUNC(0x01490F20, bool, List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_ObjectInitializationData__MoveNext, (List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84708, List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_ObjectInitializationData__MoveNext__MethodInfo); DO_APP_FUNC(0x01491040, bool, List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_ObjectInitializationData__MoveNextRare, (List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491170, void, List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014910B0, Object *, List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491090, ObjectInitializationData, List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_ObjectInitializationData__get_Current, (List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84700, List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_ObjectInitializationData__get_Current__MethodInfo); DO_APP_FUNC(0x01489400, void, List_1_T_Enumerator_Dissonance_Networking_Client_OpenChannel___ctor, (List_1_T_Enumerator_Dissonance_Networking_Client_OpenChannel_ * __this, List_1_Dissonance_Networking_Client_OpenChannel_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Dissonance_Networking_Client_OpenChannel__Dispose, (List_1_T_Enumerator_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489480, bool, List_1_T_Enumerator_Dissonance_Networking_Client_OpenChannel__MoveNext, (List_1_T_Enumerator_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489580, bool, List_1_T_Enumerator_Dissonance_Networking_Client_OpenChannel__MoveNextRare, (List_1_T_Enumerator_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489670, void, List_1_T_Enumerator_Dissonance_Networking_Client_OpenChannel__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014895C0, Object *, List_1_T_Enumerator_Dissonance_Networking_Client_OpenChannel__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257900, OpenChannel, List_1_T_Enumerator_Dissonance_Networking_Client_OpenChannel__get_Current, (List_1_T_Enumerator_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014983B0, void, Stack_1_T_Enumerator_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue___ctor, (Stack_1_T_Enumerator_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * stack, MethodInfo * method)); DO_APP_FUNC(0x0148C030, void, Stack_1_T_Enumerator_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__Dispose, (Stack_1_T_Enumerator_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01498440, bool, Stack_1_T_Enumerator_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__MoveNext, (Stack_1_T_Enumerator_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB090, Stack_1_T_Enumerator_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__MoveNext__MethodInfo); DO_APP_FUNC(0x01498720, void, Stack_1_T_Enumerator_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IEnumerator_Reset, (Stack_1_T_Enumerator_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB080, Stack_1_T_Enumerator_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01498660, Object *, Stack_1_T_Enumerator_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IEnumerator_get_Current, (Stack_1_T_Enumerator_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014985F0, void, Stack_1_T_Enumerator_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__ThrowEnumerationNotStartedOrEnded, (Stack_1_T_Enumerator_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB088, Stack_1_T_Enumerator_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__ThrowEnumerationNotStartedOrEnded__MethodInfo); DO_APP_FUNC(0x01498590, OriginalMaterialValue, Stack_1_T_Enumerator_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__get_Current, (Stack_1_T_Enumerator_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D100, void, List_1_T_Enumerator_Photon_Bolt_Internal_PacketStats___ctor, (List_1_T_Enumerator_Photon_Bolt_Internal_PacketStats_ * __this, List_1_Photon_Bolt_Internal_PacketStats_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Photon_Bolt_Internal_PacketStats__Dispose, (List_1_T_Enumerator_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D180, bool, List_1_T_Enumerator_Photon_Bolt_Internal_PacketStats__MoveNext, (List_1_T_Enumerator_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D230, bool, List_1_T_Enumerator_Photon_Bolt_Internal_PacketStats__MoveNextRare, (List_1_T_Enumerator_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D320, void, List_1_T_Enumerator_Photon_Bolt_Internal_PacketStats__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D270, Object *, List_1_T_Enumerator_Photon_Bolt_Internal_PacketStats__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7B950, PacketStats, List_1_T_Enumerator_Photon_Bolt_Internal_PacketStats__get_Current, (List_1_T_Enumerator_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DFC0, void, List_1_T_Enumerator_UnityEngine_ParticleCollisionEvent___ctor, (List_1_T_Enumerator_UnityEngine_ParticleCollisionEvent_ * __this, List_1_UnityEngine_ParticleCollisionEvent_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_ParticleCollisionEvent__Dispose, (List_1_T_Enumerator_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014987C0, bool, List_1_T_Enumerator_UnityEngine_ParticleCollisionEvent__MoveNext, (List_1_T_Enumerator_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E170, bool, List_1_T_Enumerator_UnityEngine_ParticleCollisionEvent__MoveNextRare, (List_1_T_Enumerator_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E2A0, void, List_1_T_Enumerator_UnityEngine_ParticleCollisionEvent__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1E0, Object *, List_1_T_Enumerator_UnityEngine_ParticleCollisionEvent__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1C0, ParticleCollisionEvent, List_1_T_Enumerator_UnityEngine_ParticleCollisionEvent__get_Current, (List_1_T_Enumerator_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490020, void, NativeArray_1_T_Enumerator_UnityEngine_Plane___ctor, (NativeArray_1_T_Enumerator_UnityEngine_Plane_ * __this, NativeArray_1_UnityEngine_Plane_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_UnityEngine_Plane__Dispose, (NativeArray_1_T_Enumerator_UnityEngine_Plane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490040, bool, NativeArray_1_T_Enumerator_UnityEngine_Plane__MoveNext, (NativeArray_1_T_Enumerator_UnityEngine_Plane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_UnityEngine_Plane__Reset, (NativeArray_1_T_Enumerator_UnityEngine_Plane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490110, Object *, NativeArray_1_T_Enumerator_UnityEngine_Plane__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_UnityEngine_Plane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490100, Plane, NativeArray_1_T_Enumerator_UnityEngine_Plane__get_Current, (NativeArray_1_T_Enumerator_UnityEngine_Plane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_Playables_Playable___ctor, (List_1_T_Enumerator_UnityEngine_Playables_Playable_ * __this, List_1_UnityEngine_Playables_Playable_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Playables_Playable__Dispose, (List_1_T_Enumerator_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D060, bool, List_1_T_Enumerator_UnityEngine_Playables_Playable__MoveNext, (List_1_T_Enumerator_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_Playables_Playable__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_Playables_Playable__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_Playables_Playable__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, Playable, List_1_T_Enumerator_UnityEngine_Playables_Playable__get_Current, (List_1_T_Enumerator_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489400, void, List_1_T_Enumerator_UnityEngine_Playables_PlayableBinding___ctor, (List_1_T_Enumerator_UnityEngine_Playables_PlayableBinding_ * __this, List_1_UnityEngine_Playables_PlayableBinding_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Playables_PlayableBinding__Dispose, (List_1_T_Enumerator_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489480, bool, List_1_T_Enumerator_UnityEngine_Playables_PlayableBinding__MoveNext, (List_1_T_Enumerator_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489580, bool, List_1_T_Enumerator_UnityEngine_Playables_PlayableBinding__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489670, void, List_1_T_Enumerator_UnityEngine_Playables_PlayableBinding__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014895C0, Object *, List_1_T_Enumerator_UnityEngine_Playables_PlayableBinding__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257900, PlayableBinding, List_1_T_Enumerator_UnityEngine_Playables_PlayableBinding__get_Current, (List_1_T_Enumerator_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_UI_PointerModel__Dispose, (InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_UI_PointerModel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01498880, bool, InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_UI_PointerModel__MoveNext, (InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_UI_PointerModel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014988B0, void, InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_UI_PointerModel__Reset, (InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_UI_PointerModel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01498990, Object *, InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_UI_PointerModel__System_Collections_IEnumerator_get_Current, (InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_UI_PointerModel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014988C0, PointerModel, InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_UI_PointerModel__get_Current, (InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_UI_PointerModel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D100, void, List_1_T_Enumerator_Photon_Bolt_Priority___ctor, (List_1_T_Enumerator_Photon_Bolt_Priority_ * __this, List_1_Photon_Bolt_Priority_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Photon_Bolt_Priority__Dispose, (List_1_T_Enumerator_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D180, bool, List_1_T_Enumerator_Photon_Bolt_Priority__MoveNext, (List_1_T_Enumerator_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D230, bool, List_1_T_Enumerator_Photon_Bolt_Priority__MoveNextRare, (List_1_T_Enumerator_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D320, void, List_1_T_Enumerator_Photon_Bolt_Priority__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D270, Object *, List_1_T_Enumerator_Photon_Bolt_Priority__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7B950, Priority, List_1_T_Enumerator_Photon_Bolt_Priority__get_Current, (List_1_T_Enumerator_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_Quaternion___ctor, (List_1_T_Enumerator_UnityEngine_Quaternion_ * __this, List_1_UnityEngine_Quaternion_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Quaternion__Dispose, (List_1_T_Enumerator_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D060, bool, List_1_T_Enumerator_UnityEngine_Quaternion__MoveNext, (List_1_T_Enumerator_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_Quaternion__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_Quaternion__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_Quaternion__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, Quaternion, List_1_T_Enumerator_UnityEngine_Quaternion__get_Current, (List_1_T_Enumerator_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_System_Xml_Schema_RangePositionInfo___ctor, (List_1_T_Enumerator_System_Xml_Schema_RangePositionInfo_ * __this, List_1_System_Xml_Schema_RangePositionInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_Xml_Schema_RangePositionInfo__Dispose, (List_1_T_Enumerator_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_System_Xml_Schema_RangePositionInfo__MoveNext, (List_1_T_Enumerator_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_System_Xml_Schema_RangePositionInfo__MoveNextRare, (List_1_T_Enumerator_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_System_Xml_Schema_RangePositionInfo__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_System_Xml_Schema_RangePositionInfo__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, RangePositionInfo, List_1_T_Enumerator_System_Xml_Schema_RangePositionInfo__get_Current, (List_1_T_Enumerator_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014913D0, void, List_1_T_Enumerator_UnityEngine_RaycastHit___ctor, (List_1_T_Enumerator_UnityEngine_RaycastHit_ * __this, List_1_UnityEngine_RaycastHit_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_RaycastHit__Dispose, (List_1_T_Enumerator_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD4B8, List_1_T_Enumerator_UnityEngine_RaycastHit__Dispose__MethodInfo); DO_APP_FUNC(0x01491460, bool, List_1_T_Enumerator_UnityEngine_RaycastHit__MoveNext, (List_1_T_Enumerator_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD4A8, List_1_T_Enumerator_UnityEngine_RaycastHit__MoveNext__MethodInfo); DO_APP_FUNC(0x01491530, bool, List_1_T_Enumerator_UnityEngine_RaycastHit__MoveNextRare, (List_1_T_Enumerator_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491670, void, List_1_T_Enumerator_UnityEngine_RaycastHit__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014915B0, Object *, List_1_T_Enumerator_UnityEngine_RaycastHit__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491580, RaycastHit, List_1_T_Enumerator_UnityEngine_RaycastHit__get_Current, (List_1_T_Enumerator_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD480, List_1_T_Enumerator_UnityEngine_RaycastHit__get_Current__MethodInfo); DO_APP_FUNC(0x01498A90, void, List_1_T_Enumerator_UnityEngine_RaycastHit2D___ctor, (List_1_T_Enumerator_UnityEngine_RaycastHit2D_ * __this, List_1_UnityEngine_RaycastHit2D_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_RaycastHit2D__Dispose, (List_1_T_Enumerator_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01498B20, bool, List_1_T_Enumerator_UnityEngine_RaycastHit2D__MoveNext, (List_1_T_Enumerator_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01498BE0, bool, List_1_T_Enumerator_UnityEngine_RaycastHit2D__MoveNextRare, (List_1_T_Enumerator_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01498D10, void, List_1_T_Enumerator_UnityEngine_RaycastHit2D__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01498C50, Object *, List_1_T_Enumerator_UnityEngine_RaycastHit2D__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01498C30, RaycastHit2D, List_1_T_Enumerator_UnityEngine_RaycastHit2D__get_Current, (List_1_T_Enumerator_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148C380, void, List_1_T_Enumerator_UnityEngine_EventSystems_RaycastResult___ctor, (List_1_T_Enumerator_UnityEngine_EventSystems_RaycastResult_ * __this, List_1_UnityEngine_EventSystems_RaycastResult_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_EventSystems_RaycastResult__Dispose, (List_1_T_Enumerator_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95418, List_1_T_Enumerator_UnityEngine_EventSystems_RaycastResult__Dispose__MethodInfo); DO_APP_FUNC(0x0148C410, bool, List_1_T_Enumerator_UnityEngine_EventSystems_RaycastResult__MoveNext, (List_1_T_Enumerator_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C953E0, List_1_T_Enumerator_UnityEngine_EventSystems_RaycastResult__MoveNext__MethodInfo); DO_APP_FUNC(0x0148C540, bool, List_1_T_Enumerator_UnityEngine_EventSystems_RaycastResult__MoveNextRare, (List_1_T_Enumerator_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148C690, void, List_1_T_Enumerator_UnityEngine_EventSystems_RaycastResult__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148C5C0, Object *, List_1_T_Enumerator_UnityEngine_EventSystems_RaycastResult__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148C590, RaycastResult, List_1_T_Enumerator_UnityEngine_EventSystems_RaycastResult__get_Current, (List_1_T_Enumerator_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C953D8, List_1_T_Enumerator_UnityEngine_EventSystems_RaycastResult__get_Current__MethodInfo); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_Rect___ctor, (List_1_T_Enumerator_UnityEngine_Rect_ * __this, List_1_UnityEngine_Rect_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Rect__Dispose, (List_1_T_Enumerator_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D060, bool, List_1_T_Enumerator_UnityEngine_Rect__MoveNext, (List_1_T_Enumerator_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_Rect__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_Rect__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_Rect__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, Rect, List_1_T_Enumerator_UnityEngine_Rect__get_Current, (List_1_T_Enumerator_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148BFB0, void, Stack_1_T_Enumerator_UnityEngine_Rect___ctor, (Stack_1_T_Enumerator_UnityEngine_Rect_ * __this, Stack_1_UnityEngine_Rect_ * stack, MethodInfo * method)); DO_APP_FUNC(0x0148C030, void, Stack_1_T_Enumerator_UnityEngine_Rect__Dispose, (Stack_1_T_Enumerator_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01498D50, bool, Stack_1_T_Enumerator_UnityEngine_Rect__MoveNext, (Stack_1_T_Enumerator_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB038, Stack_1_T_Enumerator_UnityEngine_Rect__MoveNext__MethodInfo); DO_APP_FUNC(0x01499000, void, Stack_1_T_Enumerator_UnityEngine_Rect__System_Collections_IEnumerator_Reset, (Stack_1_T_Enumerator_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB028, Stack_1_T_Enumerator_UnityEngine_Rect__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01498F50, Object *, Stack_1_T_Enumerator_UnityEngine_Rect__System_Collections_IEnumerator_get_Current, (Stack_1_T_Enumerator_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01498EE0, void, Stack_1_T_Enumerator_UnityEngine_Rect__ThrowEnumerationNotStartedOrEnded, (Stack_1_T_Enumerator_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB030, Stack_1_T_Enumerator_UnityEngine_Rect__ThrowEnumerationNotStartedOrEnded__MethodInfo); DO_APP_FUNC(0x01498E90, Rect, Stack_1_T_Enumerator_UnityEngine_Rect__get_Current, (Stack_1_T_Enumerator_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_Rendering_ReflectionProbeBlendInfo___ctor, (List_1_T_Enumerator_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Rendering_ReflectionProbeBlendInfo__Dispose, (List_1_T_Enumerator_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_UnityEngine_Rendering_ReflectionProbeBlendInfo__MoveNext, (List_1_T_Enumerator_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_Rendering_ReflectionProbeBlendInfo__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, ReflectionProbeBlendInfo, List_1_T_Enumerator_UnityEngine_Rendering_ReflectionProbeBlendInfo__get_Current, (List_1_T_Enumerator_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_Dissonance_RemoteChannel___ctor, (List_1_T_Enumerator_Dissonance_RemoteChannel_ * __this, List_1_Dissonance_RemoteChannel_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Dissonance_RemoteChannel__Dispose, (List_1_T_Enumerator_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489830, bool, List_1_T_Enumerator_Dissonance_RemoteChannel__MoveNext, (List_1_T_Enumerator_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_Dissonance_RemoteChannel__MoveNextRare, (List_1_T_Enumerator_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_Dissonance_RemoteChannel__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_Dissonance_RemoteChannel__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, RemoteChannel, List_1_T_Enumerator_Dissonance_RemoteChannel__get_Current, (List_1_T_Enumerator_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChainTextEntry___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChainTextEntry__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChainTextEntry__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChainTextEntry__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, RenderChainTextEntry, List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChainTextEntry__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DFC0, void, List_1_T_Enumerator_UnityEngine_Rendering_RenderTargetIdentifier___ctor, (List_1_T_Enumerator_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Rendering_RenderTargetIdentifier__Dispose, (List_1_T_Enumerator_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014987C0, bool, List_1_T_Enumerator_UnityEngine_Rendering_RenderTargetIdentifier__MoveNext, (List_1_T_Enumerator_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E170, bool, List_1_T_Enumerator_UnityEngine_Rendering_RenderTargetIdentifier__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E2A0, void, List_1_T_Enumerator_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1E0, Object *, List_1_T_Enumerator_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1C0, RenderTargetIdentifier, List_1_T_Enumerator_UnityEngine_Rendering_RenderTargetIdentifier__get_Current, (List_1_T_Enumerator_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_Rendering_RendererUtils_RendererList___ctor, (List_1_T_Enumerator_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Rendering_RendererUtils_RendererList__Dispose, (List_1_T_Enumerator_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D060, bool, List_1_T_Enumerator_UnityEngine_Rendering_RendererUtils_RendererList__MoveNext, (List_1_T_Enumerator_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_Rendering_RendererUtils_RendererList__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, RendererList, List_1_T_Enumerator_UnityEngine_Rendering_RendererUtils_RendererList__get_Current, (List_1_T_Enumerator_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489FF0, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle___ctor, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Dispose, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56B40, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Dispose__MethodInfo); DO_APP_FUNC(0x0148A070, bool, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__MoveNext, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56B48, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__MoveNext__MethodInfo); DO_APP_FUNC(0x0148A110, bool, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A1F0, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A150, Object *, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, RendererListHandle, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__get_Current, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56B50, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__get_Current__MethodInfo); DO_APP_FUNC(0x0148D100, void, List_1_T_Enumerator_UnityEngine_Resolution___ctor, (List_1_T_Enumerator_UnityEngine_Resolution_ * __this, List_1_UnityEngine_Resolution_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Resolution__Dispose, (List_1_T_Enumerator_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D180, bool, List_1_T_Enumerator_UnityEngine_Resolution__MoveNext, (List_1_T_Enumerator_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D230, bool, List_1_T_Enumerator_UnityEngine_Resolution__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D320, void, List_1_T_Enumerator_UnityEngine_Resolution__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D270, Object *, List_1_T_Enumerator_UnityEngine_Resolution__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7B950, Resolution, List_1_T_Enumerator_UnityEngine_Resolution__get_Current, (List_1_T_Enumerator_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489FF0, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle___ctor, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Dispose, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56CF8, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Dispose__MethodInfo); DO_APP_FUNC(0x0148A070, bool, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__MoveNext, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56BD8, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__MoveNext__MethodInfo); DO_APP_FUNC(0x0148A110, bool, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A1F0, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A150, Object *, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, ResourceHandle, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__get_Current, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56BE8, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__get_Current__MethodInfo); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_Dissonance_RoomMembership___ctor, (List_1_T_Enumerator_Dissonance_RoomMembership_ * __this, List_1_Dissonance_RoomMembership_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Dissonance_RoomMembership__Dispose, (List_1_T_Enumerator_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A230, bool, List_1_T_Enumerator_Dissonance_RoomMembership__MoveNext, (List_1_T_Enumerator_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_Dissonance_RoomMembership__MoveNextRare, (List_1_T_Enumerator_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_Dissonance_RoomMembership__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_Dissonance_RoomMembership__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, RoomMembership, List_1_T_Enumerator_Dissonance_RoomMembership__get_Current, (List_1_T_Enumerator_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_UIElements_RuleMatcher___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_RuleMatcher_ * __this, List_1_UnityEngine_UIElements_RuleMatcher_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_RuleMatcher__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_UnityEngine_UIElements_RuleMatcher__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_UIElements_RuleMatcher__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_UIElements_RuleMatcher__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_UIElements_RuleMatcher__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, RuleMatcher, List_1_T_Enumerator_UnityEngine_UIElements_RuleMatcher__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F1D0, void, List_1_T_Enumerator_System_SByte___ctor, (List_1_T_Enumerator_System_SByte_ * __this, List_1_System_SByte_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_SByte__Dispose, (List_1_T_Enumerator_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F250, bool, List_1_T_Enumerator_System_SByte__MoveNext, (List_1_T_Enumerator_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F2F0, bool, List_1_T_Enumerator_System_SByte__MoveNextRare, (List_1_T_Enumerator_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F3D0, void, List_1_T_Enumerator_System_SByte__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F330, Object *, List_1_T_Enumerator_System_SByte__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, int8_t, List_1_T_Enumerator_System_SByte__get_Current, (List_1_T_Enumerator_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2EA0, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Dispose__MethodInfo); DO_APP_FUNC(0x0148A230, bool, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2ED0, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__MoveNext__MethodInfo); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, SelectorMatchRecord, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2ED8, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__get_Current__MethodInfo); DO_APP_FUNC(0x0148F660, void, ArraySegment_1_T_Enumerator_Single___ctor, (ArraySegment_1_T_Enumerator_Single_ * __this, ArraySegment_1_Single_ arraySegment, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySegment_1_T_Enumerator_Single__Dispose, (ArraySegment_1_T_Enumerator_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F7A0, bool, ArraySegment_1_T_Enumerator_Single__MoveNext, (ArraySegment_1_T_Enumerator_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F8D0, void, ArraySegment_1_T_Enumerator_Single__System_Collections_IEnumerator_Reset, (ArraySegment_1_T_Enumerator_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014990E0, Object *, ArraySegment_1_T_Enumerator_Single__System_Collections_IEnumerator_get_Current, (ArraySegment_1_T_Enumerator_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01499090, float, ArraySegment_1_T_Enumerator_Single__get_Current, (ArraySegment_1_T_Enumerator_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490190, void, List_1_T_Enumerator_System_Single___ctor, (List_1_T_Enumerator_System_Single_ * __this, List_1_System_Single_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_Single__Dispose, (List_1_T_Enumerator_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490210, bool, List_1_T_Enumerator_System_Single__MoveNext, (List_1_T_Enumerator_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014902B0, bool, List_1_T_Enumerator_System_Single__MoveNextRare, (List_1_T_Enumerator_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490390, void, List_1_T_Enumerator_System_Single__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014991A0, Object *, List_1_T_Enumerator_System_Single__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA3C0, float, List_1_T_Enumerator_System_Single__get_Current, (List_1_T_Enumerator_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491D70, void, ReadOnlyArray_1_TValue_Enumerator_System_Single___ctor, (ReadOnlyArray_1_TValue_Enumerator_System_Single_ * __this, Single__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReadOnlyArray_1_TValue_Enumerator_System_Single__Dispose, (ReadOnlyArray_1_TValue_Enumerator_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491DE0, bool, ReadOnlyArray_1_TValue_Enumerator_System_Single__MoveNext, (ReadOnlyArray_1_TValue_Enumerator_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491E00, void, ReadOnlyArray_1_TValue_Enumerator_System_Single__Reset, (ReadOnlyArray_1_TValue_Enumerator_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014992D0, Object *, ReadOnlyArray_1_TValue_Enumerator_System_Single__System_Collections_IEnumerator_get_Current, (ReadOnlyArray_1_TValue_Enumerator_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01499240, float, ReadOnlyArray_1_TValue_Enumerator_System_Single__get_Current, (ReadOnlyArray_1_TValue_Enumerator_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB020, ReadOnlyArray_1_TValue_Enumerator_System_Single__get_Current__MethodInfo); DO_APP_FUNC(0x0148DFC0, void, List_1_T_Enumerator_Discord_Sku___ctor, (List_1_T_Enumerator_Discord_Sku_ * __this, List_1_Discord_Sku_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Discord_Sku__Dispose, (List_1_T_Enumerator_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E050, bool, List_1_T_Enumerator_Discord_Sku__MoveNext, (List_1_T_Enumerator_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E170, bool, List_1_T_Enumerator_Discord_Sku__MoveNextRare, (List_1_T_Enumerator_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E2A0, void, List_1_T_Enumerator_Discord_Sku__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1E0, Object *, List_1_T_Enumerator_Discord_Sku__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1C0, Sku, List_1_T_Enumerator_Discord_Sku__get_Current, (List_1_T_Enumerator_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01499350, void, Queue_1_T_Enumerator_Dissonance_Audio_Playback_SpeechSession___ctor, (Queue_1_T_Enumerator_Dissonance_Audio_Playback_SpeechSession_ * __this, Queue_1_Dissonance_Audio_Playback_SpeechSession_ * q, MethodInfo * method)); DO_APP_FUNC(0x014993E0, void, Queue_1_T_Enumerator_Dissonance_Audio_Playback_SpeechSession__Dispose, (Queue_1_T_Enumerator_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01499400, bool, Queue_1_T_Enumerator_Dissonance_Audio_Playback_SpeechSession__MoveNext, (Queue_1_T_Enumerator_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB018, Queue_1_T_Enumerator_Dissonance_Audio_Playback_SpeechSession__MoveNext__MethodInfo); DO_APP_FUNC(0x014996E0, void, Queue_1_T_Enumerator_Dissonance_Audio_Playback_SpeechSession__System_Collections_IEnumerator_Reset, (Queue_1_T_Enumerator_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB008, Queue_1_T_Enumerator_Dissonance_Audio_Playback_SpeechSession__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01499610, Object *, Queue_1_T_Enumerator_Dissonance_Audio_Playback_SpeechSession__System_Collections_IEnumerator_get_Current, (Queue_1_T_Enumerator_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014995A0, void, Queue_1_T_Enumerator_Dissonance_Audio_Playback_SpeechSession__ThrowEnumerationNotStartedOrEnded, (Queue_1_T_Enumerator_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB010, Queue_1_T_Enumerator_Dissonance_Audio_Playback_SpeechSession__ThrowEnumerationNotStartedOrEnded__MethodInfo); DO_APP_FUNC(0x01499540, SpeechSession, Queue_1_T_Enumerator_Dissonance_Audio_Playback_SpeechSession__get_Current, (Queue_1_T_Enumerator_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_System_Net_Security_SslApplicationProtocol___ctor, (List_1_T_Enumerator_System_Net_Security_SslApplicationProtocol_ * __this, List_1_System_Net_Security_SslApplicationProtocol_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_Net_Security_SslApplicationProtocol__Dispose, (List_1_T_Enumerator_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_System_Net_Security_SslApplicationProtocol__MoveNext, (List_1_T_Enumerator_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_System_Net_Security_SslApplicationProtocol__MoveNextRare, (List_1_T_Enumerator_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_System_Net_Security_SslApplicationProtocol__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_System_Net_Security_SslApplicationProtocol__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, SslApplicationProtocol, List_1_T_Enumerator_System_Net_Security_SslApplicationProtocol__get_Current, (List_1_T_Enumerator_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490190, void, List_1_T_Enumerator_Steamworks_SteamItemDef_t___ctor, (List_1_T_Enumerator_Steamworks_SteamItemDef_t_ * __this, List_1_Steamworks_SteamItemDef_t_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Steamworks_SteamItemDef_t__Dispose, (List_1_T_Enumerator_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2F40, List_1_T_Enumerator_Steamworks_SteamItemDef_t__Dispose__MethodInfo); DO_APP_FUNC(0x01490210, bool, List_1_T_Enumerator_Steamworks_SteamItemDef_t__MoveNext, (List_1_T_Enumerator_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2F28, List_1_T_Enumerator_Steamworks_SteamItemDef_t__MoveNext__MethodInfo); DO_APP_FUNC(0x014902B0, bool, List_1_T_Enumerator_Steamworks_SteamItemDef_t__MoveNextRare, (List_1_T_Enumerator_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490390, void, List_1_T_Enumerator_Steamworks_SteamItemDef_t__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014902F0, Object *, List_1_T_Enumerator_Steamworks_SteamItemDef_t__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, SteamItemDef_t, List_1_T_Enumerator_Steamworks_SteamItemDef_t__get_Current, (List_1_T_Enumerator_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2F20, List_1_T_Enumerator_Steamworks_SteamItemDef_t__get_Current__MethodInfo); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_Steamworks_SteamItemDetails_t___ctor, (List_1_T_Enumerator_Steamworks_SteamItemDetails_t_ * __this, List_1_Steamworks_SteamItemDetails_t_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Steamworks_SteamItemDetails_t__Dispose, (List_1_T_Enumerator_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D060, bool, List_1_T_Enumerator_Steamworks_SteamItemDetails_t__MoveNext, (List_1_T_Enumerator_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_Steamworks_SteamItemDetails_t__MoveNextRare, (List_1_T_Enumerator_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_Steamworks_SteamItemDetails_t__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_Steamworks_SteamItemDetails_t__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, SteamItemDetails_t, List_1_T_Enumerator_Steamworks_SteamItemDetails_t__get_Current, (List_1_T_Enumerator_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_UIElements_StylePropertyName___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_StylePropertyName_ * __this, List_1_UnityEngine_UIElements_StylePropertyName_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_StylePropertyName__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB870, List_1_T_Enumerator_UnityEngine_UIElements_StylePropertyName__Dispose__MethodInfo); DO_APP_FUNC(0x01489A60, bool, List_1_T_Enumerator_UnityEngine_UIElements_StylePropertyName__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB8F0, List_1_T_Enumerator_UnityEngine_UIElements_StylePropertyName__MoveNext__MethodInfo); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_UIElements_StylePropertyName__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_UIElements_StylePropertyName__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_UIElements_StylePropertyName__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, StylePropertyName, List_1_T_Enumerator_UnityEngine_UIElements_StylePropertyName__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB8E8, List_1_T_Enumerator_UnityEngine_UIElements_StylePropertyName__get_Current__MethodInfo); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StylePropertyValue__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StylePropertyValue__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, StylePropertyValue, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StylePropertyValue__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_UnityEngine_UIElements_StyleSelectorPart___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSelectorPart_ * __this, List_1_UnityEngine_UIElements_StyleSelectorPart_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_StyleSelectorPart__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A230, bool, List_1_T_Enumerator_UnityEngine_UIElements_StyleSelectorPart__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_UnityEngine_UIElements_StyleSelectorPart__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, StyleSelectorPart, List_1_T_Enumerator_UnityEngine_UIElements_StyleSelectorPart__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148EEC0, bool, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, StyleSyntaxToken, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValue___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValue__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BD70, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValue__Dispose__MethodInfo); DO_APP_FUNC(0x014916C0, bool, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValue__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BD88, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValue__MoveNext__MethodInfo); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValue__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, StyleValue, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValue__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BD90, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValue__get_Current__MethodInfo); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValueManaged___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB3B8, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Dispose__MethodInfo); DO_APP_FUNC(0x01489A60, bool, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValueManaged__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB3E0, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValueManaged__MoveNext__MethodInfo); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValueManaged__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, StyleValueManaged, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValueManaged__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB3E8, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValueManaged__get_Current__MethodInfo); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_UnityEngine_UIElements_StyleVariable___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_StyleVariable_ * __this, List_1_UnityEngine_UIElements_StyleVariable_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_StyleVariable__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A230, bool, List_1_T_Enumerator_UnityEngine_UIElements_StyleVariable__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_UnityEngine_UIElements_StyleVariable__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_UnityEngine_UIElements_StyleVariable__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_UnityEngine_UIElements_StyleVariable__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, StyleVariable, List_1_T_Enumerator_UnityEngine_UIElements_StyleVariable__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490E90, void, List_1_T_Enumerator_UnityEngine_Rendering_SubMeshDescriptor___ctor, (List_1_T_Enumerator_UnityEngine_Rendering_SubMeshDescriptor_ * __this, List_1_UnityEngine_Rendering_SubMeshDescriptor_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Rendering_SubMeshDescriptor__Dispose, (List_1_T_Enumerator_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01499780, bool, List_1_T_Enumerator_UnityEngine_Rendering_SubMeshDescriptor__MoveNext, (List_1_T_Enumerator_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491040, bool, List_1_T_Enumerator_UnityEngine_Rendering_SubMeshDescriptor__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491170, void, List_1_T_Enumerator_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014910B0, Object *, List_1_T_Enumerator_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491090, SubMeshDescriptor, List_1_T_Enumerator_UnityEngine_Rendering_SubMeshDescriptor__get_Current, (List_1_T_Enumerator_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InlinedArray_1_TValue_Enumerator_Substring__Dispose, (InlinedArray_1_TValue_Enumerator_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01493E90, bool, InlinedArray_1_TValue_Enumerator_Substring__MoveNext, (InlinedArray_1_TValue_Enumerator_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE10, void, InlinedArray_1_TValue_Enumerator_Substring__Reset, (InlinedArray_1_TValue_Enumerator_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014998A0, Object *, InlinedArray_1_TValue_Enumerator_Substring__System_Collections_IEnumerator_get_Current, (InlinedArray_1_TValue_Enumerator_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01499840, Substring, InlinedArray_1_TValue_Enumerator_Substring__get_Current, (InlinedArray_1_TValue_Enumerator_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_Substring___ctor, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_Substring_ * __this, List_1_UnityEngine_InputSystem_Utilities_Substring_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_Substring__Dispose, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_Substring__MoveNext, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_Substring__MoveNextRare, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, Substring, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_Substring__get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01499950, void, NativeArray_1_T_Enumerator_UnityEngine_UIElements_TextVertex___ctor, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_TextVertex_ * __this, NativeArray_1_UnityEngine_UIElements_TextVertex_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_UnityEngine_UIElements_TextVertex__Dispose, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_TextVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01499970, bool, NativeArray_1_T_Enumerator_UnityEngine_UIElements_TextVertex__MoveNext, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_TextVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_UnityEngine_UIElements_TextVertex__Reset, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_TextVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01499A60, Object *, NativeArray_1_T_Enumerator_UnityEngine_UIElements_TextVertex__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_TextVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01499A40, TextVertex_1, NativeArray_1_T_Enumerator_UnityEngine_UIElements_TextVertex__get_Current, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_TextVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014932D0, void, Stack_1_T_Enumerator_UnityEngine_UIElements_TextureId___ctor, (Stack_1_T_Enumerator_UnityEngine_UIElements_TextureId_ * __this, Stack_1_UnityEngine_UIElements_TextureId_ * stack, MethodInfo * method)); DO_APP_FUNC(0x0148C030, void, Stack_1_T_Enumerator_UnityEngine_UIElements_TextureId__Dispose, (Stack_1_T_Enumerator_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01499AE0, bool, Stack_1_T_Enumerator_UnityEngine_UIElements_TextureId__MoveNext, (Stack_1_T_Enumerator_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB000, Stack_1_T_Enumerator_UnityEngine_UIElements_TextureId__MoveNext__MethodInfo); DO_APP_FUNC(0x01499D70, void, Stack_1_T_Enumerator_UnityEngine_UIElements_TextureId__System_Collections_IEnumerator_Reset, (Stack_1_T_Enumerator_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB048, Stack_1_T_Enumerator_UnityEngine_UIElements_TextureId__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01499CC0, Object *, Stack_1_T_Enumerator_UnityEngine_UIElements_TextureId__System_Collections_IEnumerator_get_Current, (Stack_1_T_Enumerator_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01499C50, void, Stack_1_T_Enumerator_UnityEngine_UIElements_TextureId__ThrowEnumerationNotStartedOrEnded, (Stack_1_T_Enumerator_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB050, Stack_1_T_Enumerator_UnityEngine_UIElements_TextureId__ThrowEnumerationNotStartedOrEnded__MethodInfo); DO_APP_FUNC(0x01499C10, TextureId, Stack_1_T_Enumerator_UnityEngine_UIElements_TextureId__get_Current, (Stack_1_T_Enumerator_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014940E0, void, NativeArray_1_T_Enumerator_UnityEngine_Tilemaps_TileData___ctor, (NativeArray_1_T_Enumerator_UnityEngine_Tilemaps_TileData_ * __this, NativeArray_1_UnityEngine_Tilemaps_TileData_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_UnityEngine_Tilemaps_TileData__Dispose, (NativeArray_1_T_Enumerator_UnityEngine_Tilemaps_TileData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01494110, bool, NativeArray_1_T_Enumerator_UnityEngine_Tilemaps_TileData__MoveNext, (NativeArray_1_T_Enumerator_UnityEngine_Tilemaps_TileData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_UnityEngine_Tilemaps_TileData__Reset, (NativeArray_1_T_Enumerator_UnityEngine_Tilemaps_TileData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01494250, Object *, NativeArray_1_T_Enumerator_UnityEngine_Tilemaps_TileData__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_UnityEngine_Tilemaps_TileData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01494210, TileData, NativeArray_1_T_Enumerator_UnityEngine_Tilemaps_TileData__get_Current, (NativeArray_1_T_Enumerator_UnityEngine_Tilemaps_TileData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489FF0, void, List_1_T_Enumerator_System_TimeSpan___ctor, (List_1_T_Enumerator_System_TimeSpan_ * __this, List_1_System_TimeSpan_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_TimeSpan__Dispose, (List_1_T_Enumerator_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A070, bool, List_1_T_Enumerator_System_TimeSpan__MoveNext, (List_1_T_Enumerator_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A110, bool, List_1_T_Enumerator_System_TimeSpan__MoveNextRare, (List_1_T_Enumerator_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A1F0, void, List_1_T_Enumerator_System_TimeSpan__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A150, Object *, List_1_T_Enumerator_System_TimeSpan__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, TimeSpan, List_1_T_Enumerator_System_TimeSpan__get_Current, (List_1_T_Enumerator_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489FF0, void, List_1_T_Enumerator_UnityEngine_UIElements_TimeValue___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_TimeValue_ * __this, List_1_UnityEngine_UIElements_TimeValue_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_TimeValue__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB540, List_1_T_Enumerator_UnityEngine_UIElements_TimeValue__Dispose__MethodInfo); DO_APP_FUNC(0x0148A070, bool, List_1_T_Enumerator_UnityEngine_UIElements_TimeValue__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB530, List_1_T_Enumerator_UnityEngine_UIElements_TimeValue__MoveNext__MethodInfo); DO_APP_FUNC(0x0148A110, bool, List_1_T_Enumerator_UnityEngine_UIElements_TimeValue__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A1F0, void, List_1_T_Enumerator_UnityEngine_UIElements_TimeValue__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A150, Object *, List_1_T_Enumerator_UnityEngine_UIElements_TimeValue__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, TimeValue, List_1_T_Enumerator_UnityEngine_UIElements_TimeValue__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB490, List_1_T_Enumerator_UnityEngine_UIElements_TimeValue__get_Current__MethodInfo); DO_APP_FUNC(0x01491D70, void, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_EnhancedTouch_Touch___ctor, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_EnhancedTouch_Touch_ * __this, Touch_1__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_EnhancedTouch_Touch__Dispose, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_EnhancedTouch_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5ACE8, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_EnhancedTouch_Touch__Dispose__MethodInfo); DO_APP_FUNC(0x01491DE0, bool, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_EnhancedTouch_Touch__MoveNext, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_EnhancedTouch_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5ACF0, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_EnhancedTouch_Touch__MoveNext__MethodInfo); DO_APP_FUNC(0x01491E00, void, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_EnhancedTouch_Touch__Reset, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_EnhancedTouch_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01499EB0, Object *, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_EnhancedTouch_Touch__System_Collections_IEnumerator_get_Current, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_EnhancedTouch_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01499E00, Touch_1, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_EnhancedTouch_Touch__get_Current, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_EnhancedTouch_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB040, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_EnhancedTouch_Touch__get_Current__MethodInfo); DO_APP_FUNC(0x01499F40, void, InputStateHistory_1_TValue_Enumerator_TouchState___ctor, (InputStateHistory_1_TValue_Enumerator_TouchState_ * __this, InputStateHistory_1_TouchState_ * history, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputStateHistory_1_TValue_Enumerator_TouchState__Dispose, (InputStateHistory_1_TValue_Enumerator_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01499FB0, bool, InputStateHistory_1_TValue_Enumerator_TouchState__MoveNext, (InputStateHistory_1_TValue_Enumerator_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01498300, void, InputStateHistory_1_TValue_Enumerator_TouchState__Reset, (InputStateHistory_1_TValue_Enumerator_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0149A090, Object *, InputStateHistory_1_TValue_Enumerator_TouchState__System_Collections_IEnumerator_get_Current, (InputStateHistory_1_TValue_Enumerator_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01499FE0, InputStateHistory_1_TValue_Record_TouchState_, InputStateHistory_1_TValue_Enumerator_TouchState__get_Current, (InputStateHistory_1_TValue_Enumerator_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491860, void, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId___ctor, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId__Dispose, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73A68, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId__Dispose__MethodInfo); DO_APP_FUNC(0x01491880, bool, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId__MoveNext, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73A20, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId__MoveNext__MethodInfo); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId__Reset, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491950, Object *, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491940, TrackableId, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId__get_Current, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73A28, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId__get_Current__MethodInfo); DO_APP_FUNC(0x0149A120, void, NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_Transform3x4___ctor, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_Transform3x4_ * __this, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_Transform3x4__Dispose, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0149A140, bool, NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_Transform3x4__MoveNext, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_Transform3x4__Reset, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0149A240, Object *, NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_Transform3x4__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0149A220, Transform3x4, NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_Transform3x4__get_Current, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491250, void, NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_Transform3x4___ctor, (NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_Transform3x4_ * __this, NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_Transform3x4__Dispose, (NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491260, bool, NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_Transform3x4__MoveNext, (NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_Transform3x4__Reset, (NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0149A350, Object *, NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_Transform3x4__System_Collections_IEnumerator_get_Current, (NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0149A2D0, Transform3x4, NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_Transform3x4__get_Current, (NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_UnityEngine_UIElements_TreeViewItemWrapper___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_TreeViewItemWrapper__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148EEC0, bool, List_1_T_Enumerator_UnityEngine_UIElements_TreeViewItemWrapper__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_UnityEngine_UIElements_TreeViewItemWrapper__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, TreeViewItemWrapper, List_1_T_Enumerator_UnityEngine_UIElements_TreeViewItemWrapper__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489400, void, List_1_T_Enumerator_Rewired_Utils_Classes_Data_TypeWrapper___ctor, (List_1_T_Enumerator_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Rewired_Utils_Classes_Data_TypeWrapper__Dispose, (List_1_T_Enumerator_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0149A430, bool, List_1_T_Enumerator_Rewired_Utils_Classes_Data_TypeWrapper__MoveNext, (List_1_T_Enumerator_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489580, bool, List_1_T_Enumerator_Rewired_Utils_Classes_Data_TypeWrapper__MoveNextRare, (List_1_T_Enumerator_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489670, void, List_1_T_Enumerator_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014895C0, Object *, List_1_T_Enumerator_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257900, TypeWrapper, List_1_T_Enumerator_Rewired_Utils_Classes_Data_TypeWrapper__get_Current, (List_1_T_Enumerator_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D100, void, List_1_T_Enumerator_UnityEngine_UICharInfo___ctor, (List_1_T_Enumerator_UnityEngine_UICharInfo_ * __this, List_1_UnityEngine_UICharInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UICharInfo__Dispose, (List_1_T_Enumerator_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D180, bool, List_1_T_Enumerator_UnityEngine_UICharInfo__MoveNext, (List_1_T_Enumerator_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D230, bool, List_1_T_Enumerator_UnityEngine_UICharInfo__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D320, void, List_1_T_Enumerator_UnityEngine_UICharInfo__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D270, Object *, List_1_T_Enumerator_UnityEngine_UICharInfo__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7B950, UICharInfo, List_1_T_Enumerator_UnityEngine_UICharInfo__get_Current, (List_1_T_Enumerator_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_UILineInfo___ctor, (List_1_T_Enumerator_UnityEngine_UILineInfo_ * __this, List_1_UnityEngine_UILineInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UILineInfo__Dispose, (List_1_T_Enumerator_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D060, bool, List_1_T_Enumerator_UnityEngine_UILineInfo__MoveNext, (List_1_T_Enumerator_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_UILineInfo__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_UILineInfo__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_UILineInfo__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, UILineInfo, List_1_T_Enumerator_UnityEngine_UILineInfo__get_Current, (List_1_T_Enumerator_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0149A530, void, List_1_T_Enumerator_UnityEngine_UIVertex___ctor, (List_1_T_Enumerator_UnityEngine_UIVertex_ * __this, List_1_UnityEngine_UIVertex_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIVertex__Dispose, (List_1_T_Enumerator_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB9B0, List_1_T_Enumerator_UnityEngine_UIVertex__Dispose__MethodInfo); DO_APP_FUNC(0x0149A5D0, bool, List_1_T_Enumerator_UnityEngine_UIVertex__MoveNext, (List_1_T_Enumerator_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB980, List_1_T_Enumerator_UnityEngine_UIVertex__MoveNext__MethodInfo); DO_APP_FUNC(0x0149A6F0, bool, List_1_T_Enumerator_UnityEngine_UIVertex__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0149A8A0, void, List_1_T_Enumerator_UnityEngine_UIVertex__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0149A7A0, Object *, List_1_T_Enumerator_UnityEngine_UIVertex__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0149A750, UIVertex, List_1_T_Enumerator_UnityEngine_UIVertex__get_Current, (List_1_T_Enumerator_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB988, List_1_T_Enumerator_UnityEngine_UIVertex__get_Current__MethodInfo); DO_APP_FUNC(0x0148FDE0, void, List_1_T_Enumerator_System_UInt16___ctor, (List_1_T_Enumerator_System_UInt16_ * __this, List_1_System_UInt16_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_UInt16__Dispose, (List_1_T_Enumerator_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC0D0, List_1_T_Enumerator_System_UInt16__Dispose__MethodInfo); DO_APP_FUNC(0x0148FE60, bool, List_1_T_Enumerator_System_UInt16__MoveNext, (List_1_T_Enumerator_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC098, List_1_T_Enumerator_System_UInt16__MoveNext__MethodInfo); DO_APP_FUNC(0x0148FF00, bool, List_1_T_Enumerator_System_UInt16__MoveNextRare, (List_1_T_Enumerator_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148FFE0, void, List_1_T_Enumerator_System_UInt16__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148FF40, Object *, List_1_T_Enumerator_System_UInt16__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDDA0, uint16_t, List_1_T_Enumerator_System_UInt16__get_Current, (List_1_T_Enumerator_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC090, List_1_T_Enumerator_System_UInt16__get_Current__MethodInfo); DO_APP_FUNC(0x014B9950, void, NativeArray_1_T_Enumerator_System_UInt16___ctor, (NativeArray_1_T_Enumerator_System_UInt16_ * __this, NativeArray_1_System_UInt16_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_System_UInt16__Dispose, (NativeArray_1_T_Enumerator_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B9970, bool, NativeArray_1_T_Enumerator_System_UInt16__MoveNext, (NativeArray_1_T_Enumerator_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_System_UInt16__Reset, (NativeArray_1_T_Enumerator_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B9A30, Object *, NativeArray_1_T_Enumerator_System_UInt16__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B9A20, uint16_t, NativeArray_1_T_Enumerator_System_UInt16__get_Current, (NativeArray_1_T_Enumerator_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491250, void, NativeSlice_1_T_Enumerator_System_UInt16___ctor, (NativeSlice_1_T_Enumerator_System_UInt16_ * __this, NativeSlice_1_System_UInt16_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeSlice_1_T_Enumerator_System_UInt16__Dispose, (NativeSlice_1_T_Enumerator_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491260, bool, NativeSlice_1_T_Enumerator_System_UInt16__MoveNext, (NativeSlice_1_T_Enumerator_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeSlice_1_T_Enumerator_System_UInt16__Reset, (NativeSlice_1_T_Enumerator_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B9B00, Object *, NativeSlice_1_T_Enumerator_System_UInt16__System_Collections_IEnumerator_get_Current, (NativeSlice_1_T_Enumerator_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B9AB0, uint16_t, NativeSlice_1_T_Enumerator_System_UInt16__get_Current, (NativeSlice_1_T_Enumerator_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01492B60, void, HashSet_1_T_Enumerator_System_UInt32___ctor, (HashSet_1_T_Enumerator_System_UInt32_ * __this, HashSet_1_System_UInt32_ * set, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HashSet_1_T_Enumerator_System_UInt32__Dispose, (HashSet_1_T_Enumerator_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B9BC0, bool, HashSet_1_T_Enumerator_System_UInt32__MoveNext, (HashSet_1_T_Enumerator_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6BE0, HashSet_1_T_Enumerator_System_UInt32__MoveNext__MethodInfo); DO_APP_FUNC(0x014B9DA0, void, HashSet_1_T_Enumerator_System_UInt32__System_Collections_IEnumerator_Reset, (HashSet_1_T_Enumerator_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6BC0, HashSet_1_T_Enumerator_System_UInt32__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014B9CB0, Object *, HashSet_1_T_Enumerator_System_UInt32__System_Collections_IEnumerator_get_Current, (HashSet_1_T_Enumerator_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6BD0, HashSet_1_T_Enumerator_System_UInt32__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003BAD50, uint32_t, HashSet_1_T_Enumerator_System_UInt32__get_Current, (HashSet_1_T_Enumerator_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490190, void, List_1_T_Enumerator_System_UInt32___ctor, (List_1_T_Enumerator_System_UInt32_ * __this, List_1_System_UInt32_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_UInt32__Dispose, (List_1_T_Enumerator_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2478, List_1_T_Enumerator_System_UInt32__Dispose__MethodInfo); DO_APP_FUNC(0x01490210, bool, List_1_T_Enumerator_System_UInt32__MoveNext, (List_1_T_Enumerator_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2470, List_1_T_Enumerator_System_UInt32__MoveNext__MethodInfo); DO_APP_FUNC(0x014902B0, bool, List_1_T_Enumerator_System_UInt32__MoveNextRare, (List_1_T_Enumerator_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490390, void, List_1_T_Enumerator_System_UInt32__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014902F0, Object *, List_1_T_Enumerator_System_UInt32__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, uint32_t, List_1_T_Enumerator_System_UInt32__get_Current, (List_1_T_Enumerator_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2460, List_1_T_Enumerator_System_UInt32__get_Current__MethodInfo); DO_APP_FUNC(0x014903D0, void, NativeArray_1_T_Enumerator_System_UInt32___ctor, (NativeArray_1_T_Enumerator_System_UInt32_ * __this, NativeArray_1_System_UInt32_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_System_UInt32__Dispose, (NativeArray_1_T_Enumerator_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014903F0, bool, NativeArray_1_T_Enumerator_System_UInt32__MoveNext, (NativeArray_1_T_Enumerator_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_System_UInt32__Reset, (NativeArray_1_T_Enumerator_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014904B0, Object *, NativeArray_1_T_Enumerator_System_UInt32__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014904A0, uint32_t, NativeArray_1_T_Enumerator_System_UInt32__get_Current, (NativeArray_1_T_Enumerator_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01492F60, void, Queue_1_T_Enumerator_System_UInt32___ctor, (Queue_1_T_Enumerator_System_UInt32_ * __this, Queue_1_System_UInt32_ * q, MethodInfo * method)); DO_APP_FUNC(0x01492FE0, void, Queue_1_T_Enumerator_System_UInt32__Dispose, (Queue_1_T_Enumerator_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B9E30, bool, Queue_1_T_Enumerator_System_UInt32__MoveNext, (Queue_1_T_Enumerator_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6BB0, Queue_1_T_Enumerator_System_UInt32__MoveNext__MethodInfo); DO_APP_FUNC(0x014BA080, void, Queue_1_T_Enumerator_System_UInt32__System_Collections_IEnumerator_Reset, (Queue_1_T_Enumerator_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6B98, Queue_1_T_Enumerator_System_UInt32__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014B9FD0, Object *, Queue_1_T_Enumerator_System_UInt32__System_Collections_IEnumerator_get_Current, (Queue_1_T_Enumerator_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014B9F60, void, Queue_1_T_Enumerator_System_UInt32__ThrowEnumerationNotStartedOrEnded, (Queue_1_T_Enumerator_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6BA0, Queue_1_T_Enumerator_System_UInt32__ThrowEnumerationNotStartedOrEnded__MethodInfo); DO_APP_FUNC(0x014B9F20, uint32_t, Queue_1_T_Enumerator_System_UInt32__get_Current, (Queue_1_T_Enumerator_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257AA0, void, HashSet_1_T_Enumerator_System_UInt64___ctor, (HashSet_1_T_Enumerator_System_UInt64_ * __this, HashSet_1_System_UInt64_ * set, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HashSet_1_T_Enumerator_System_UInt64__Dispose, (HashSet_1_T_Enumerator_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BA110, bool, HashSet_1_T_Enumerator_System_UInt64__MoveNext, (HashSet_1_T_Enumerator_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6B90, HashSet_1_T_Enumerator_System_UInt64__MoveNext__MethodInfo); DO_APP_FUNC(0x014BA2F0, void, HashSet_1_T_Enumerator_System_UInt64__System_Collections_IEnumerator_Reset, (HashSet_1_T_Enumerator_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6C30, HashSet_1_T_Enumerator_System_UInt64__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014BA200, Object *, HashSet_1_T_Enumerator_System_UInt64__System_Collections_IEnumerator_get_Current, (HashSet_1_T_Enumerator_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6C38, HashSet_1_T_Enumerator_System_UInt64__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003B93C0, uint64_t, HashSet_1_T_Enumerator_System_UInt64__get_Current, (HashSet_1_T_Enumerator_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InlinedArray_1_TValue_Enumerator_System_UInt64__Dispose, (InlinedArray_1_TValue_Enumerator_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489EE0, bool, InlinedArray_1_TValue_Enumerator_System_UInt64__MoveNext, (InlinedArray_1_TValue_Enumerator_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00727E20, void, InlinedArray_1_TValue_Enumerator_System_UInt64__Reset, (InlinedArray_1_TValue_Enumerator_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BA3C0, Object *, InlinedArray_1_TValue_Enumerator_System_UInt64__System_Collections_IEnumerator_get_Current, (InlinedArray_1_TValue_Enumerator_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BA380, uint64_t, InlinedArray_1_TValue_Enumerator_System_UInt64__get_Current, (InlinedArray_1_TValue_Enumerator_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489FF0, void, List_1_T_Enumerator_System_UInt64___ctor, (List_1_T_Enumerator_System_UInt64_ * __this, List_1_System_UInt64_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_UInt64__Dispose, (List_1_T_Enumerator_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A070, bool, List_1_T_Enumerator_System_UInt64__MoveNext, (List_1_T_Enumerator_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A110, bool, List_1_T_Enumerator_System_UInt64__MoveNextRare, (List_1_T_Enumerator_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A1F0, void, List_1_T_Enumerator_System_UInt64__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A150, Object *, List_1_T_Enumerator_System_UInt64__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, uint64_t, List_1_T_Enumerator_System_UInt64__get_Current, (List_1_T_Enumerator_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BA470, void, NativeArray_1_T_Enumerator_System_UInt64___ctor, (NativeArray_1_T_Enumerator_System_UInt64_ * __this, NativeArray_1_System_UInt64_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_System_UInt64__Dispose, (NativeArray_1_T_Enumerator_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BA490, bool, NativeArray_1_T_Enumerator_System_UInt64__MoveNext, (NativeArray_1_T_Enumerator_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_System_UInt64__Reset, (NativeArray_1_T_Enumerator_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BA550, Object *, NativeArray_1_T_Enumerator_System_UInt64__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BA540, uint64_t, NativeArray_1_T_Enumerator_System_UInt64__get_Current, (NativeArray_1_T_Enumerator_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture___ctor, (List_1_T_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Dispose, (List_1_T_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A230, bool, List_1_T_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__MoveNext, (List_1_T_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__MoveNextRare, (List_1_T_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, UVTexture, List_1_T_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__get_Current, (List_1_T_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BA5D0, void, HashSet_1_T_Enumerator_UdpKit_UdpEndPoint___ctor, (HashSet_1_T_Enumerator_UdpKit_UdpEndPoint_ * __this, HashSet_1_UdpKit_UdpEndPoint_ * set, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HashSet_1_T_Enumerator_UdpKit_UdpEndPoint__Dispose, (HashSet_1_T_Enumerator_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BA660, bool, HashSet_1_T_Enumerator_UdpKit_UdpEndPoint__MoveNext, (HashSet_1_T_Enumerator_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6C28, HashSet_1_T_Enumerator_UdpKit_UdpEndPoint__MoveNext__MethodInfo); DO_APP_FUNC(0x014BA890, void, HashSet_1_T_Enumerator_UdpKit_UdpEndPoint__System_Collections_IEnumerator_Reset, (HashSet_1_T_Enumerator_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6C18, HashSet_1_T_Enumerator_UdpKit_UdpEndPoint__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014BA790, Object *, HashSet_1_T_Enumerator_UdpKit_UdpEndPoint__System_Collections_IEnumerator_get_Current, (HashSet_1_T_Enumerator_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6C20, HashSet_1_T_Enumerator_UdpKit_UdpEndPoint__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x014BA770, UdpEndPoint, HashSet_1_T_Enumerator_UdpKit_UdpEndPoint__get_Current, (HashSet_1_T_Enumerator_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BA920, void, List_1_T_Enumerator_UdpKit_UdpEndPoint___ctor, (List_1_T_Enumerator_UdpKit_UdpEndPoint_ * __this, List_1_UdpKit_UdpEndPoint_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UdpKit_UdpEndPoint__Dispose, (List_1_T_Enumerator_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E080, List_1_T_Enumerator_UdpKit_UdpEndPoint__Dispose__MethodInfo); DO_APP_FUNC(0x014BA9B0, bool, List_1_T_Enumerator_UdpKit_UdpEndPoint__MoveNext, (List_1_T_Enumerator_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E008, List_1_T_Enumerator_UdpKit_UdpEndPoint__MoveNext__MethodInfo); DO_APP_FUNC(0x014BAA70, bool, List_1_T_Enumerator_UdpKit_UdpEndPoint__MoveNextRare, (List_1_T_Enumerator_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BAB80, void, List_1_T_Enumerator_UdpKit_UdpEndPoint__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BAAC0, Object *, List_1_T_Enumerator_UdpKit_UdpEndPoint__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BA770, UdpEndPoint, List_1_T_Enumerator_UdpKit_UdpEndPoint__get_Current, (List_1_T_Enumerator_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DFF8, List_1_T_Enumerator_UdpKit_UdpEndPoint__get_Current__MethodInfo); DO_APP_FUNC(0x014BABC0, void, Queue_1_T_Enumerator_UdpKit_UdpEvent___ctor, (Queue_1_T_Enumerator_UdpKit_UdpEvent_ * __this, Queue_1_UdpKit_UdpEvent_ * q, MethodInfo * method)); DO_APP_FUNC(0x014BAC40, void, Queue_1_T_Enumerator_UdpKit_UdpEvent__Dispose, (Queue_1_T_Enumerator_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BAC60, bool, Queue_1_T_Enumerator_UdpKit_UdpEvent__MoveNext, (Queue_1_T_Enumerator_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6C10, Queue_1_T_Enumerator_UdpKit_UdpEvent__MoveNext__MethodInfo); DO_APP_FUNC(0x014BAF00, void, Queue_1_T_Enumerator_UdpKit_UdpEvent__System_Collections_IEnumerator_Reset, (Queue_1_T_Enumerator_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6BF8, Queue_1_T_Enumerator_UdpKit_UdpEvent__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014BAE40, Object *, Queue_1_T_Enumerator_UdpKit_UdpEvent__System_Collections_IEnumerator_get_Current, (Queue_1_T_Enumerator_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BADD0, void, Queue_1_T_Enumerator_UdpKit_UdpEvent__ThrowEnumerationNotStartedOrEnded, (Queue_1_T_Enumerator_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6C08, Queue_1_T_Enumerator_UdpKit_UdpEvent__ThrowEnumerationNotStartedOrEnded__MethodInfo); DO_APP_FUNC(0x014BAD80, UdpEvent, Queue_1_T_Enumerator_UdpKit_UdpEvent__get_Current, (Queue_1_T_Enumerator_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01492B60, void, HashSet_1_T_Enumerator_UdpKit_UdpIPv4Address___ctor, (HashSet_1_T_Enumerator_UdpKit_UdpIPv4Address_ * __this, HashSet_1_UdpKit_UdpIPv4Address_ * set, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HashSet_1_T_Enumerator_UdpKit_UdpIPv4Address__Dispose, (HashSet_1_T_Enumerator_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BAF90, bool, HashSet_1_T_Enumerator_UdpKit_UdpIPv4Address__MoveNext, (HashSet_1_T_Enumerator_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6B18, HashSet_1_T_Enumerator_UdpKit_UdpIPv4Address__MoveNext__MethodInfo); DO_APP_FUNC(0x014BB170, void, HashSet_1_T_Enumerator_UdpKit_UdpIPv4Address__System_Collections_IEnumerator_Reset, (HashSet_1_T_Enumerator_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6AF8, HashSet_1_T_Enumerator_UdpKit_UdpIPv4Address__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014BB080, Object *, HashSet_1_T_Enumerator_UdpKit_UdpIPv4Address__System_Collections_IEnumerator_get_Current, (HashSet_1_T_Enumerator_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6B08, HashSet_1_T_Enumerator_UdpKit_UdpIPv4Address__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003BAD50, UdpIPv4Address, HashSet_1_T_Enumerator_UdpKit_UdpIPv4Address__get_Current, (HashSet_1_T_Enumerator_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490190, void, List_1_T_Enumerator_UdpKit_UdpIPv4Address___ctor, (List_1_T_Enumerator_UdpKit_UdpIPv4Address_ * __this, List_1_UdpKit_UdpIPv4Address_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UdpKit_UdpIPv4Address__Dispose, (List_1_T_Enumerator_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490210, bool, List_1_T_Enumerator_UdpKit_UdpIPv4Address__MoveNext, (List_1_T_Enumerator_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014902B0, bool, List_1_T_Enumerator_UdpKit_UdpIPv4Address__MoveNextRare, (List_1_T_Enumerator_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490390, void, List_1_T_Enumerator_UdpKit_UdpIPv4Address__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014902F0, Object *, List_1_T_Enumerator_UdpKit_UdpIPv4Address__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, UdpIPv4Address, List_1_T_Enumerator_UdpKit_UdpIPv4Address__get_Current, (List_1_T_Enumerator_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489FF0, void, List_1_T_Enumerator_UnityEngine_InputSystem_XR_UsageHint___ctor, (List_1_T_Enumerator_UnityEngine_InputSystem_XR_UsageHint_ * __this, List_1_UnityEngine_InputSystem_XR_UsageHint_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_InputSystem_XR_UsageHint__Dispose, (List_1_T_Enumerator_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92670, List_1_T_Enumerator_UnityEngine_InputSystem_XR_UsageHint__Dispose__MethodInfo); DO_APP_FUNC(0x0148EDD0, bool, List_1_T_Enumerator_UnityEngine_InputSystem_XR_UsageHint__MoveNext, (List_1_T_Enumerator_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C926F0, List_1_T_Enumerator_UnityEngine_InputSystem_XR_UsageHint__MoveNext__MethodInfo); DO_APP_FUNC(0x0148A110, bool, List_1_T_Enumerator_UnityEngine_InputSystem_XR_UsageHint__MoveNextRare, (List_1_T_Enumerator_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A1F0, void, List_1_T_Enumerator_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A150, Object *, List_1_T_Enumerator_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, UsageHint, List_1_T_Enumerator_UnityEngine_InputSystem_XR_UsageHint__get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C926E0, List_1_T_Enumerator_UnityEngine_InputSystem_XR_UsageHint__get_Current__MethodInfo); DO_APP_FUNC(0x0148DFC0, void, List_1_T_Enumerator_Discord_User___ctor, (List_1_T_Enumerator_Discord_User_ * __this, List_1_Discord_User_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Discord_User__Dispose, (List_1_T_Enumerator_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BB200, bool, List_1_T_Enumerator_Discord_User__MoveNext, (List_1_T_Enumerator_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E170, bool, List_1_T_Enumerator_Discord_User__MoveNextRare, (List_1_T_Enumerator_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E2A0, void, List_1_T_Enumerator_Discord_User__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1E0, Object *, List_1_T_Enumerator_Discord_User__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1C0, User, List_1_T_Enumerator_Discord_User__get_Current, (List_1_T_Enumerator_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489FF0, void, List_1_T_Enumerator_UnityEngine_Vector2___ctor, (List_1_T_Enumerator_UnityEngine_Vector2_ * __this, List_1_UnityEngine_Vector2_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Vector2__Dispose, (List_1_T_Enumerator_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BB320, bool, List_1_T_Enumerator_UnityEngine_Vector2__MoveNext, (List_1_T_Enumerator_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A110, bool, List_1_T_Enumerator_UnityEngine_Vector2__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A1F0, void, List_1_T_Enumerator_UnityEngine_Vector2__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014911B0, Object *, List_1_T_Enumerator_UnityEngine_Vector2__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BB3D0, Vector2, List_1_T_Enumerator_UnityEngine_Vector2__get_Current, (List_1_T_Enumerator_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F070, void, NativeArray_1_T_Enumerator_UnityEngine_Vector2___ctor, (NativeArray_1_T_Enumerator_UnityEngine_Vector2_ * __this, NativeArray_1_UnityEngine_Vector2_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_UnityEngine_Vector2__Dispose, (NativeArray_1_T_Enumerator_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BB3F0, bool, NativeArray_1_T_Enumerator_UnityEngine_Vector2__MoveNext, (NativeArray_1_T_Enumerator_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_UnityEngine_Vector2__Reset, (NativeArray_1_T_Enumerator_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BB4A0, Object *, NativeArray_1_T_Enumerator_UnityEngine_Vector2__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDE540, Vector2, NativeArray_1_T_Enumerator_UnityEngine_Vector2__get_Current, (NativeArray_1_T_Enumerator_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014979C0, void, Stack_1_T_Enumerator_UnityEngine_Vector2___ctor, (Stack_1_T_Enumerator_UnityEngine_Vector2_ * __this, Stack_1_UnityEngine_Vector2_ * stack, MethodInfo * method)); DO_APP_FUNC(0x0148C030, void, Stack_1_T_Enumerator_UnityEngine_Vector2__Dispose, (Stack_1_T_Enumerator_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BB520, bool, Stack_1_T_Enumerator_UnityEngine_Vector2__MoveNext, (Stack_1_T_Enumerator_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6AF0, Stack_1_T_Enumerator_UnityEngine_Vector2__MoveNext__MethodInfo); DO_APP_FUNC(0x014BB7E0, void, Stack_1_T_Enumerator_UnityEngine_Vector2__System_Collections_IEnumerator_Reset, (Stack_1_T_Enumerator_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6AE0, Stack_1_T_Enumerator_UnityEngine_Vector2__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014BB730, Object *, Stack_1_T_Enumerator_UnityEngine_Vector2__System_Collections_IEnumerator_get_Current, (Stack_1_T_Enumerator_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BB6C0, void, Stack_1_T_Enumerator_UnityEngine_Vector2__ThrowEnumerationNotStartedOrEnded, (Stack_1_T_Enumerator_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6AE8, Stack_1_T_Enumerator_UnityEngine_Vector2__ThrowEnumerationNotStartedOrEnded__MethodInfo); DO_APP_FUNC(0x014BB670, Vector2, Stack_1_T_Enumerator_UnityEngine_Vector2__get_Current, (Stack_1_T_Enumerator_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BB870, void, HashSet_1_T_Enumerator_UnityEngine_Vector3___ctor, (HashSet_1_T_Enumerator_UnityEngine_Vector3_ * __this, HashSet_1_UnityEngine_Vector3_ * set, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HashSet_1_T_Enumerator_UnityEngine_Vector3__Dispose, (HashSet_1_T_Enumerator_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BB8F0, bool, HashSet_1_T_Enumerator_UnityEngine_Vector3__MoveNext, (HashSet_1_T_Enumerator_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6AD8, HashSet_1_T_Enumerator_UnityEngine_Vector3__MoveNext__MethodInfo); DO_APP_FUNC(0x014BBAF0, void, HashSet_1_T_Enumerator_UnityEngine_Vector3__System_Collections_IEnumerator_Reset, (HashSet_1_T_Enumerator_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6B80, HashSet_1_T_Enumerator_UnityEngine_Vector3__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014BB9F0, Object *, HashSet_1_T_Enumerator_UnityEngine_Vector3__System_Collections_IEnumerator_get_Current, (HashSet_1_T_Enumerator_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6AD0, HashSet_1_T_Enumerator_UnityEngine_Vector3__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x00C7B950, Vector3, HashSet_1_T_Enumerator_UnityEngine_Vector3__get_Current, (HashSet_1_T_Enumerator_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D100, void, List_1_T_Enumerator_UnityEngine_Vector3___ctor, (List_1_T_Enumerator_UnityEngine_Vector3_ * __this, List_1_UnityEngine_Vector3_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Vector3__Dispose, (List_1_T_Enumerator_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB410, List_1_T_Enumerator_UnityEngine_Vector3__Dispose__MethodInfo); DO_APP_FUNC(0x0148D180, bool, List_1_T_Enumerator_UnityEngine_Vector3__MoveNext, (List_1_T_Enumerator_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB3E8, List_1_T_Enumerator_UnityEngine_Vector3__MoveNext__MethodInfo); DO_APP_FUNC(0x0148D230, bool, List_1_T_Enumerator_UnityEngine_Vector3__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D320, void, List_1_T_Enumerator_UnityEngine_Vector3__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D270, Object *, List_1_T_Enumerator_UnityEngine_Vector3__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7B950, Vector3, List_1_T_Enumerator_UnityEngine_Vector3__get_Current, (List_1_T_Enumerator_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB3F8, List_1_T_Enumerator_UnityEngine_Vector3__get_Current__MethodInfo); DO_APP_FUNC(0x014BB870, void, HashSet_1_T_Enumerator_UnityEngine_Vector3Int___ctor, (HashSet_1_T_Enumerator_UnityEngine_Vector3Int_ * __this, HashSet_1_UnityEngine_Vector3Int_ * set, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HashSet_1_T_Enumerator_UnityEngine_Vector3Int__Dispose, (HashSet_1_T_Enumerator_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE588, HashSet_1_T_Enumerator_UnityEngine_Vector3Int__Dispose__MethodInfo); DO_APP_FUNC(0x014BBB80, bool, HashSet_1_T_Enumerator_UnityEngine_Vector3Int__MoveNext, (HashSet_1_T_Enumerator_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6B70, HashSet_1_T_Enumerator_UnityEngine_Vector3Int__MoveNext__MethodInfo); DO_APP_FUNC(0x014BBD80, void, HashSet_1_T_Enumerator_UnityEngine_Vector3Int__System_Collections_IEnumerator_Reset, (HashSet_1_T_Enumerator_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6B58, HashSet_1_T_Enumerator_UnityEngine_Vector3Int__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014BBC80, Object *, HashSet_1_T_Enumerator_UnityEngine_Vector3Int__System_Collections_IEnumerator_get_Current, (HashSet_1_T_Enumerator_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6B60, HashSet_1_T_Enumerator_UnityEngine_Vector3Int__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x00C7B950, Vector3Int, HashSet_1_T_Enumerator_UnityEngine_Vector3Int__get_Current, (HashSet_1_T_Enumerator_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE578, HashSet_1_T_Enumerator_UnityEngine_Vector3Int__get_Current__MethodInfo); DO_APP_FUNC(0x0148EC30, void, NativeArray_1_T_Enumerator_UnityEngine_Vector3Int___ctor, (NativeArray_1_T_Enumerator_UnityEngine_Vector3Int_ * __this, NativeArray_1_UnityEngine_Vector3Int_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_UnityEngine_Vector3Int__Dispose, (NativeArray_1_T_Enumerator_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148EC50, bool, NativeArray_1_T_Enumerator_UnityEngine_Vector3Int__MoveNext, (NativeArray_1_T_Enumerator_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_UnityEngine_Vector3Int__Reset, (NativeArray_1_T_Enumerator_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED50, Object *, NativeArray_1_T_Enumerator_UnityEngine_Vector3Int__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED30, Vector3Int, NativeArray_1_T_Enumerator_UnityEngine_Vector3Int__get_Current, (NativeArray_1_T_Enumerator_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_Vector4___ctor, (List_1_T_Enumerator_UnityEngine_Vector4_ * __this, List_1_UnityEngine_Vector4_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Vector4__Dispose, (List_1_T_Enumerator_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D060, bool, List_1_T_Enumerator_UnityEngine_Vector4__MoveNext, (List_1_T_Enumerator_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_Vector4__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_Vector4__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_Vector4__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, Vector4, List_1_T_Enumerator_UnityEngine_Vector4__get_Current, (List_1_T_Enumerator_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490020, void, NativeArray_1_T_Enumerator_UnityEngine_Vector4___ctor, (NativeArray_1_T_Enumerator_UnityEngine_Vector4_ * __this, NativeArray_1_UnityEngine_Vector4_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_UnityEngine_Vector4__Dispose, (NativeArray_1_T_Enumerator_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490040, bool, NativeArray_1_T_Enumerator_UnityEngine_Vector4__MoveNext, (NativeArray_1_T_Enumerator_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_UnityEngine_Vector4__Reset, (NativeArray_1_T_Enumerator_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490110, Object *, NativeArray_1_T_Enumerator_UnityEngine_Vector4__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490100, Vector4, NativeArray_1_T_Enumerator_UnityEngine_Vector4__get_Current, (NativeArray_1_T_Enumerator_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491250, void, NativeSlice_1_T_Enumerator_UnityEngine_Vector4___ctor, (NativeSlice_1_T_Enumerator_UnityEngine_Vector4_ * __this, NativeSlice_1_UnityEngine_Vector4_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeSlice_1_T_Enumerator_UnityEngine_Vector4__Dispose, (NativeSlice_1_T_Enumerator_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491260, bool, NativeSlice_1_T_Enumerator_UnityEngine_Vector4__MoveNext, (NativeSlice_1_T_Enumerator_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeSlice_1_T_Enumerator_UnityEngine_Vector4__Reset, (NativeSlice_1_T_Enumerator_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491310, Object *, NativeSlice_1_T_Enumerator_UnityEngine_Vector4__System_Collections_IEnumerator_get_Current, (NativeSlice_1_T_Enumerator_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014912A0, Vector4, NativeSlice_1_T_Enumerator_UnityEngine_Vector4__get_Current, (NativeSlice_1_T_Enumerator_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01494E80, void, NativeArray_1_T_Enumerator_UnityEngine_UIElements_Vertex___ctor, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_Vertex_ * __this, NativeArray_1_UnityEngine_UIElements_Vertex_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_UnityEngine_UIElements_Vertex__Dispose, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01494EB0, bool, NativeArray_1_T_Enumerator_UnityEngine_UIElements_Vertex__MoveNext, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_UnityEngine_UIElements_Vertex__Reset, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01494FD0, Object *, NativeArray_1_T_Enumerator_UnityEngine_UIElements_Vertex__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01494FA0, Vertex, NativeArray_1_T_Enumerator_UnityEngine_UIElements_Vertex__get_Current, (NativeArray_1_T_Enumerator_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491250, void, NativeSlice_1_T_Enumerator_UnityEngine_UIElements_Vertex___ctor, (NativeSlice_1_T_Enumerator_UnityEngine_UIElements_Vertex_ * __this, NativeSlice_1_UnityEngine_UIElements_Vertex_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeSlice_1_T_Enumerator_UnityEngine_UIElements_Vertex__Dispose, (NativeSlice_1_T_Enumerator_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491260, bool, NativeSlice_1_T_Enumerator_UnityEngine_UIElements_Vertex__MoveNext, (NativeSlice_1_T_Enumerator_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeSlice_1_T_Enumerator_UnityEngine_UIElements_Vertex__Reset, (NativeSlice_1_T_Enumerator_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BBEA0, Object *, NativeSlice_1_T_Enumerator_UnityEngine_UIElements_Vertex__System_Collections_IEnumerator_get_Current, (NativeSlice_1_T_Enumerator_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BBE10, Vertex, NativeSlice_1_T_Enumerator_UnityEngine_UIElements_Vertex__get_Current, (NativeSlice_1_T_Enumerator_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_Rendering_VertexAttributeDescriptor___ctor, (List_1_T_Enumerator_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Rendering_VertexAttributeDescriptor__Dispose, (List_1_T_Enumerator_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D060, bool, List_1_T_Enumerator_UnityEngine_Rendering_VertexAttributeDescriptor__MoveNext, (List_1_T_Enumerator_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_Rendering_VertexAttributeDescriptor__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, VertexAttributeDescriptor, List_1_T_Enumerator_UnityEngine_Rendering_VertexAttributeDescriptor__get_Current, (List_1_T_Enumerator_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490020, void, NativeArray_1_T_Enumerator_UnityEngine_Rendering_VertexAttributeDescriptor___ctor, (NativeArray_1_T_Enumerator_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_UnityEngine_Rendering_VertexAttributeDescriptor__Dispose, (NativeArray_1_T_Enumerator_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490040, bool, NativeArray_1_T_Enumerator_UnityEngine_Rendering_VertexAttributeDescriptor__MoveNext, (NativeArray_1_T_Enumerator_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_UnityEngine_Rendering_VertexAttributeDescriptor__Reset, (NativeArray_1_T_Enumerator_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490110, Object *, NativeArray_1_T_Enumerator_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490100, VertexAttributeDescriptor, NativeArray_1_T_Enumerator_UnityEngine_Rendering_VertexAttributeDescriptor__get_Current, (NativeArray_1_T_Enumerator_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_Microsoft_MixedReality_OpenXR_ViewConfiguration___ctor, (List_1_T_Enumerator_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Microsoft_MixedReality_OpenXR_ViewConfiguration__Dispose, (List_1_T_Enumerator_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489830, bool, List_1_T_Enumerator_Microsoft_MixedReality_OpenXR_ViewConfiguration__MoveNext, (List_1_T_Enumerator_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_Microsoft_MixedReality_OpenXR_ViewConfiguration__MoveNextRare, (List_1_T_Enumerator_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, ViewConfiguration, List_1_T_Enumerator_Microsoft_MixedReality_OpenXR_ViewConfiguration__get_Current, (List_1_T_Enumerator_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F660, void, ArraySegment_1_T_Enumerator_Dissonance_Networking_VoicePacket___ctor, (ArraySegment_1_T_Enumerator_Dissonance_Networking_VoicePacket_ * __this, ArraySegment_1_Dissonance_Networking_VoicePacket_ arraySegment, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySegment_1_T_Enumerator_Dissonance_Networking_VoicePacket__Dispose, (ArraySegment_1_T_Enumerator_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F7A0, bool, ArraySegment_1_T_Enumerator_Dissonance_Networking_VoicePacket__MoveNext, (ArraySegment_1_T_Enumerator_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F8D0, void, ArraySegment_1_T_Enumerator_Dissonance_Networking_VoicePacket__System_Collections_IEnumerator_Reset, (ArraySegment_1_T_Enumerator_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BC010, Object *, ArraySegment_1_T_Enumerator_Dissonance_Networking_VoicePacket__System_Collections_IEnumerator_get_Current, (ArraySegment_1_T_Enumerator_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BBF90, VoicePacket, ArraySegment_1_T_Enumerator_Dissonance_Networking_VoicePacket__get_Current, (ArraySegment_1_T_Enumerator_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DC60, void, List_1_T_Enumerator_Dissonance_Networking_VoicePacket___ctor, (List_1_T_Enumerator_Dissonance_Networking_VoicePacket_ * __this, List_1_Dissonance_Networking_VoicePacket_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Dissonance_Networking_VoicePacket__Dispose, (List_1_T_Enumerator_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014920F0, bool, List_1_T_Enumerator_Dissonance_Networking_VoicePacket__MoveNext, (List_1_T_Enumerator_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DE20, bool, List_1_T_Enumerator_Dissonance_Networking_VoicePacket__MoveNextRare, (List_1_T_Enumerator_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DF70, void, List_1_T_Enumerator_Dissonance_Networking_VoicePacket__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DEA0, Object *, List_1_T_Enumerator_Dissonance_Networking_VoicePacket__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DE70, VoicePacket, List_1_T_Enumerator_Dissonance_Networking_VoicePacket__get_Current, (List_1_T_Enumerator_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489400, void, List_1_T_Enumerator_Pathfinding_Voxels_VoxelContour___ctor, (List_1_T_Enumerator_Pathfinding_Voxels_VoxelContour_ * __this, List_1_Pathfinding_Voxels_VoxelContour_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Pathfinding_Voxels_VoxelContour__Dispose, (List_1_T_Enumerator_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014896B0, bool, List_1_T_Enumerator_Pathfinding_Voxels_VoxelContour__MoveNext, (List_1_T_Enumerator_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489580, bool, List_1_T_Enumerator_Pathfinding_Voxels_VoxelContour__MoveNextRare, (List_1_T_Enumerator_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489670, void, List_1_T_Enumerator_Pathfinding_Voxels_VoxelContour__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014895C0, Object *, List_1_T_Enumerator_Pathfinding_Voxels_VoxelContour__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257900, VoxelContour, List_1_T_Enumerator_Pathfinding_Voxels_VoxelContour__get_Current, (List_1_T_Enumerator_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BC100, void, List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES___ctor, (List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Dispose, (List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BC190, bool, List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__MoveNext, (List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BC370, bool, List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__MoveNextRare, (List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BC560, void, List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BC440, Object *, List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BC3C0, Win32_IP_ADAPTER_ADDRESSES, List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__get_Current, (List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BC5A0, void, List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO___ctor, (List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Dispose, (List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BC630, bool, List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__MoveNext, (List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BC7A0, bool, List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__MoveNextRare, (List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BC970, void, List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BC860, Object *, List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BC7F0, Win32_IP_ADAPTER_INFO, List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__get_Current, (List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_System_Security_Cryptography_X509Certificates_X509ChainStatus___ctor, (List_1_T_Enumerator_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_Security_Cryptography_X509Certificates_X509ChainStatus__Dispose, (List_1_T_Enumerator_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A60, bool, List_1_T_Enumerator_System_Security_Cryptography_X509Certificates_X509ChainStatus__MoveNext, (List_1_T_Enumerator_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_System_Security_Cryptography_X509Certificates_X509ChainStatus__MoveNextRare, (List_1_T_Enumerator_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, X509ChainStatus, List_1_T_Enumerator_System_Security_Cryptography_X509Certificates_X509ChainStatus__get_Current, (List_1_T_Enumerator_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BC9B0, void, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_XRAnchor___ctor, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_XRAnchor__Dispose, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BC9E0, bool, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_XRAnchor__MoveNext, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_XRAnchor__Reset, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BCB10, Object *, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_XRAnchor__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BCAE0, XRAnchor, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_XRAnchor__get_Current, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_UnityEngine_InputSystem_XR_XRFeatureDescriptor___ctor, (List_1_T_Enumerator_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Dispose, (List_1_T_Enumerator_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A230, bool, List_1_T_Enumerator_UnityEngine_InputSystem_XR_XRFeatureDescriptor__MoveNext, (List_1_T_Enumerator_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_UnityEngine_InputSystem_XR_XRFeatureDescriptor__MoveNextRare, (List_1_T_Enumerator_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, XRFeatureDescriptor, List_1_T_Enumerator_UnityEngine_InputSystem_XR_XRFeatureDescriptor__get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BCBB0, void, List_1_T_Enumerator_UnityEngine_XR_XRNodeState___ctor, (List_1_T_Enumerator_UnityEngine_XR_XRNodeState_ * __this, List_1_UnityEngine_XR_XRNodeState_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_XR_XRNodeState__Dispose, (List_1_T_Enumerator_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF900, List_1_T_Enumerator_UnityEngine_XR_XRNodeState__Dispose__MethodInfo); DO_APP_FUNC(0x014BCC50, bool, List_1_T_Enumerator_UnityEngine_XR_XRNodeState__MoveNext, (List_1_T_Enumerator_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF8E8, List_1_T_Enumerator_UnityEngine_XR_XRNodeState__MoveNext__MethodInfo); DO_APP_FUNC(0x014BCD40, bool, List_1_T_Enumerator_UnityEngine_XR_XRNodeState__MoveNextRare, (List_1_T_Enumerator_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BCEB0, void, List_1_T_Enumerator_UnityEngine_XR_XRNodeState__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BCDD0, Object *, List_1_T_Enumerator_UnityEngine_XR_XRNodeState__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BCD90, XRNodeState, List_1_T_Enumerator_UnityEngine_XR_XRNodeState__get_Current, (List_1_T_Enumerator_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF8E0, List_1_T_Enumerator_UnityEngine_XR_XRNodeState__get_Current__MethodInfo); DO_APP_FUNC(0x014BCF00, void, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_XRRaycast___ctor, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_XRRaycast__Dispose, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BCF30, bool, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_XRRaycast__MoveNext, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_XRRaycast__Reset, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BD060, Object *, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_XRRaycast__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BD030, XRRaycast, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_XRRaycast__get_Current, (NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_Pathfinding_AdvancedSmooth_Turn___ctor, (List_1_T_Enumerator_Pathfinding_AdvancedSmooth_Turn_ * __this, List_1_Pathfinding_AdvancedSmooth_Turn_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Pathfinding_AdvancedSmooth_Turn__Dispose, (List_1_T_Enumerator_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A60, bool, List_1_T_Enumerator_Pathfinding_AdvancedSmooth_Turn__MoveNext, (List_1_T_Enumerator_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_Pathfinding_AdvancedSmooth_Turn__MoveNextRare, (List_1_T_Enumerator_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_Pathfinding_AdvancedSmooth_Turn__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_Pathfinding_AdvancedSmooth_Turn__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, AdvancedSmooth_Turn, List_1_T_Enumerator_Pathfinding_AdvancedSmooth_Turn__get_Current, (List_1_T_Enumerator_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DFC0, void, List_1_T_Enumerator_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo___ctor, (List_1_T_Enumerator_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Dispose, (List_1_T_Enumerator_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014987C0, bool, List_1_T_Enumerator_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__MoveNext, (List_1_T_Enumerator_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E170, bool, List_1_T_Enumerator_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E2A0, void, List_1_T_Enumerator_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1E0, Object *, List_1_T_Enumerator_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1C0, AnimationOutputWeightProcessor_WeightInfo, List_1_T_Enumerator_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__get_Current, (List_1_T_Enumerator_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014979C0, void, Stack_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext___ctor, (Stack_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * stack, MethodInfo * method)); DO_APP_FUNC(0x0148C030, void, Stack_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__Dispose, (Stack_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BD100, bool, Stack_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__MoveNext, (Stack_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6B50, Stack_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__MoveNext__MethodInfo); DO_APP_FUNC(0x014BD390, void, Stack_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__System_Collections_IEnumerator_Reset, (Stack_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6B38, Stack_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014BD2E0, Object *, Stack_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__System_Collections_IEnumerator_get_Current, (Stack_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BD270, void, Stack_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__ThrowEnumerationNotStartedOrEnded, (Stack_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6B48, Stack_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__ThrowEnumerationNotStartedOrEnded__MethodInfo); DO_APP_FUNC(0x014BD230, BaseStyleMatcher_MatchContext, Stack_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__get_Current, (Stack_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_BeforeRenderHelper_OrderBlock___ctor, (List_1_T_Enumerator_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_BeforeRenderHelper_OrderBlock__Dispose, (List_1_T_Enumerator_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A60, bool, List_1_T_Enumerator_UnityEngine_BeforeRenderHelper_OrderBlock__MoveNext, (List_1_T_Enumerator_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_BeforeRenderHelper_OrderBlock__MoveNextRare, (List_1_T_Enumerator_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, BeforeRenderHelper_OrderBlock, List_1_T_Enumerator_UnityEngine_BeforeRenderHelper_OrderBlock__get_Current, (List_1_T_Enumerator_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489FF0, void, List_1_T_Enumerator_UnityEngine_UIElements_UIR_BitmapAllocator32_Page___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A070, bool, List_1_T_Enumerator_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A110, bool, List_1_T_Enumerator_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A1F0, void, List_1_T_Enumerator_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A150, Object *, List_1_T_Enumerator_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, BitmapAllocator32_Page, List_1_T_Enumerator_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_UnityEngine_Camera_RenderRequest___ctor, (List_1_T_Enumerator_UnityEngine_Camera_RenderRequest_ * __this, List_1_UnityEngine_Camera_RenderRequest_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Camera_RenderRequest__Dispose, (List_1_T_Enumerator_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148EEC0, bool, List_1_T_Enumerator_UnityEngine_Camera_RenderRequest__MoveNext, (List_1_T_Enumerator_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_UnityEngine_Camera_RenderRequest__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_UnityEngine_Camera_RenderRequest__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_UnityEngine_Camera_RenderRequest__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, Camera_RenderRequest, List_1_T_Enumerator_UnityEngine_Camera_RenderRequest__get_Current, (List_1_T_Enumerator_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_Cinemachine_CameraState_CustomBlendable___ctor, (List_1_T_Enumerator_Cinemachine_CameraState_CustomBlendable_ * __this, List_1_Cinemachine_CameraState_CustomBlendable_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Cinemachine_CameraState_CustomBlendable__Dispose, (List_1_T_Enumerator_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_Cinemachine_CameraState_CustomBlendable__MoveNext, (List_1_T_Enumerator_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_Cinemachine_CameraState_CustomBlendable__MoveNextRare, (List_1_T_Enumerator_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_Cinemachine_CameraState_CustomBlendable__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_Cinemachine_CameraState_CustomBlendable__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, CameraState_CustomBlendable, List_1_T_Enumerator_Cinemachine_CameraState_CustomBlendable__get_Current, (List_1_T_Enumerator_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489FF0, void, List_1_T_Enumerator_Cinemachine_CinemachineClearShot_Pair___ctor, (List_1_T_Enumerator_Cinemachine_CinemachineClearShot_Pair_ * __this, List_1_Cinemachine_CinemachineClearShot_Pair_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Cinemachine_CinemachineClearShot_Pair__Dispose, (List_1_T_Enumerator_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A070, bool, List_1_T_Enumerator_Cinemachine_CinemachineClearShot_Pair__MoveNext, (List_1_T_Enumerator_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A110, bool, List_1_T_Enumerator_Cinemachine_CinemachineClearShot_Pair__MoveNextRare, (List_1_T_Enumerator_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A1F0, void, List_1_T_Enumerator_Cinemachine_CinemachineClearShot_Pair__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A150, Object *, List_1_T_Enumerator_Cinemachine_CinemachineClearShot_Pair__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, CinemachineClearShot_Pair, List_1_T_Enumerator_Cinemachine_CinemachineClearShot_Pair__get_Current, (List_1_T_Enumerator_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489FF0, void, List_1_T_Enumerator_Cinemachine_CinemachineStateDrivenCamera_HashPair___ctor, (List_1_T_Enumerator_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Cinemachine_CinemachineStateDrivenCamera_HashPair__Dispose, (List_1_T_Enumerator_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A070, bool, List_1_T_Enumerator_Cinemachine_CinemachineStateDrivenCamera_HashPair__MoveNext, (List_1_T_Enumerator_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A110, bool, List_1_T_Enumerator_Cinemachine_CinemachineStateDrivenCamera_HashPair__MoveNextRare, (List_1_T_Enumerator_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A1F0, void, List_1_T_Enumerator_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A150, Object *, List_1_T_Enumerator_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, CinemachineStateDrivenCamera_HashPair, List_1_T_Enumerator_Cinemachine_CinemachineStateDrivenCamera_HashPair__get_Current, (List_1_T_Enumerator_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_Cinemachine_ClipperLib_DoublePoint___ctor, (List_1_T_Enumerator_Cinemachine_ClipperLib_DoublePoint_ * __this, List_1_Cinemachine_ClipperLib_DoublePoint_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Cinemachine_ClipperLib_DoublePoint__Dispose, (List_1_T_Enumerator_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D060, bool, List_1_T_Enumerator_Cinemachine_ClipperLib_DoublePoint__MoveNext, (List_1_T_Enumerator_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_Cinemachine_ClipperLib_DoublePoint__MoveNextRare, (List_1_T_Enumerator_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_Cinemachine_ClipperLib_DoublePoint__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BD420, Object *, List_1_T_Enumerator_Cinemachine_ClipperLib_DoublePoint__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, ClipperLib_DoublePoint, List_1_T_Enumerator_Cinemachine_ClipperLib_DoublePoint__get_Current, (List_1_T_Enumerator_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_Cinemachine_ClipperLib_IntPoint___ctor, (List_1_T_Enumerator_Cinemachine_ClipperLib_IntPoint_ * __this, List_1_Cinemachine_ClipperLib_IntPoint_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Cinemachine_ClipperLib_IntPoint__Dispose, (List_1_T_Enumerator_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C991C0, List_1_T_Enumerator_Cinemachine_ClipperLib_IntPoint__Dispose__MethodInfo); DO_APP_FUNC(0x0148D060, bool, List_1_T_Enumerator_Cinemachine_ClipperLib_IntPoint__MoveNext, (List_1_T_Enumerator_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C991B0, List_1_T_Enumerator_Cinemachine_ClipperLib_IntPoint__MoveNext__MethodInfo); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_Cinemachine_ClipperLib_IntPoint__MoveNextRare, (List_1_T_Enumerator_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_Cinemachine_ClipperLib_IntPoint__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_Cinemachine_ClipperLib_IntPoint__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, ClipperLib_IntPoint, List_1_T_Enumerator_Cinemachine_ClipperLib_IntPoint__get_Current, (List_1_T_Enumerator_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C991A8, List_1_T_Enumerator_Cinemachine_ClipperLib_IntPoint__get_Current__MethodInfo); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_Cinemachine_ConfinerOven_PolygonSolution___ctor, (List_1_T_Enumerator_Cinemachine_ConfinerOven_PolygonSolution_ * __this, List_1_Cinemachine_ConfinerOven_PolygonSolution_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Cinemachine_ConfinerOven_PolygonSolution__Dispose, (List_1_T_Enumerator_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_Cinemachine_ConfinerOven_PolygonSolution__MoveNext, (List_1_T_Enumerator_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_Cinemachine_ConfinerOven_PolygonSolution__MoveNextRare, (List_1_T_Enumerator_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, ConfinerOven_PolygonSolution, List_1_T_Enumerator_Cinemachine_ConfinerOven_PolygonSolution__get_Current, (List_1_T_Enumerator_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D100, void, List_1_T_Enumerator_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB___ctor, (List_1_T_Enumerator_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Dispose, (List_1_T_Enumerator_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D180, bool, List_1_T_Enumerator_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__MoveNext, (List_1_T_Enumerator_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D230, bool, List_1_T_Enumerator_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__MoveNextRare, (List_1_T_Enumerator_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D320, void, List_1_T_Enumerator_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D270, Object *, List_1_T_Enumerator_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7B950, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB, List_1_T_Enumerator_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__get_Current, (List_1_T_Enumerator_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BD4C0, void, Stack_1_T_Enumerator_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator___ctor, (Stack_1_T_Enumerator_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * stack, MethodInfo * method)); DO_APP_FUNC(0x0148C030, void, Stack_1_T_Enumerator_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__Dispose, (Stack_1_T_Enumerator_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BD550, bool, Stack_1_T_Enumerator_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__MoveNext, (Stack_1_T_Enumerator_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6B28, Stack_1_T_Enumerator_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__MoveNext__MethodInfo); DO_APP_FUNC(0x014BD870, void, Stack_1_T_Enumerator_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__System_Collections_IEnumerator_Reset, (Stack_1_T_Enumerator_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6A70, Stack_1_T_Enumerator_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014BD7A0, Object *, Stack_1_T_Enumerator_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__System_Collections_IEnumerator_get_Current, (Stack_1_T_Enumerator_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BD730, void, Stack_1_T_Enumerator_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__ThrowEnumerationNotStartedOrEnded, (Stack_1_T_Enumerator_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6A78, Stack_1_T_Enumerator_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__ThrowEnumerationNotStartedOrEnded__MethodInfo); DO_APP_FUNC(0x014BD6D0, DamageIndicatorMonitor_DamageIndicator, Stack_1_T_Enumerator_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__get_Current, (Stack_1_T_Enumerator_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BD910, void, LinkedList_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___ctor, (LinkedList_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x014BD9F0, void, LinkedList_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___ctor_1, (LinkedList_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6A68, LinkedList_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___ctor_1__MethodInfo); DO_APP_FUNC(0x003AC050, void, LinkedList_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Dispose, (LinkedList_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BDBB0, bool, LinkedList_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__MoveNext, (LinkedList_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6A58, LinkedList_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__MoveNext__MethodInfo); DO_APP_FUNC(0x014BDDC0, void, LinkedList_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IEnumerator_Reset, (LinkedList_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6A50, LinkedList_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014BDA60, Object *, LinkedList_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IEnumerator_get_Current, (LinkedList_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6A60, LinkedList_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x014BDF00, void, LinkedList_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization, (LinkedList_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6A38, LinkedList_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization__MethodInfo); DO_APP_FUNC(0x014BDEB0, void, LinkedList_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Runtime_Serialization_ISerializable_GetObjectData, (LinkedList_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6A48, LinkedList_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Runtime_Serialization_ISerializable_GetObjectData__MethodInfo); DO_APP_FUNC(0x014BDA40, DelayedActionManager_DelegateInfo, LinkedList_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_Current, (LinkedList_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489400, void, List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___ctor, (List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Dispose, (List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014896B0, bool, List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__MoveNext, (List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489580, bool, List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__MoveNextRare, (List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489670, void, List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014895C0, Object *, List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257900, DelayedActionManager_DelegateInfo, List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_Current, (List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_Photon_Bolt_EventDispatcher_CallbackWrapper___ctor, (List_1_T_Enumerator_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Photon_Bolt_EventDispatcher_CallbackWrapper__Dispose, (List_1_T_Enumerator_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_Photon_Bolt_EventDispatcher_CallbackWrapper__MoveNext, (List_1_T_Enumerator_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_Photon_Bolt_EventDispatcher_CallbackWrapper__MoveNextRare, (List_1_T_Enumerator_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, EventDispatcher_CallbackWrapper, List_1_T_Enumerator_Photon_Bolt_EventDispatcher_CallbackWrapper__get_Current, (List_1_T_Enumerator_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_Photon_Bolt_EventDispatcher_EventListener___ctor, (List_1_T_Enumerator_Photon_Bolt_EventDispatcher_EventListener_ * __this, List_1_Photon_Bolt_EventDispatcher_EventListener_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Photon_Bolt_EventDispatcher_EventListener__Dispose, (List_1_T_Enumerator_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A230, bool, List_1_T_Enumerator_Photon_Bolt_EventDispatcher_EventListener__MoveNext, (List_1_T_Enumerator_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_Photon_Bolt_EventDispatcher_EventListener__MoveNextRare, (List_1_T_Enumerator_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, EventDispatcher_EventListener, List_1_T_Enumerator_Photon_Bolt_EventDispatcher_EventListener__get_Current, (List_1_T_Enumerator_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148BFB0, void, Stack_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_DispatchContext___ctor, (Stack_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * stack, MethodInfo * method)); DO_APP_FUNC(0x0148C030, void, Stack_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_DispatchContext__Dispose, (Stack_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BDF50, bool, Stack_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_DispatchContext__MoveNext, (Stack_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6AC8, Stack_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_DispatchContext__MoveNext__MethodInfo); DO_APP_FUNC(0x014BE200, void, Stack_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_DispatchContext__System_Collections_IEnumerator_Reset, (Stack_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6AB8, Stack_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_DispatchContext__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014BE150, Object *, Stack_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_DispatchContext__System_Collections_IEnumerator_get_Current, (Stack_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BE0E0, void, Stack_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_DispatchContext__ThrowEnumerationNotStartedOrEnded, (Stack_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6AC0, Stack_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_DispatchContext__ThrowEnumerationNotStartedOrEnded__MethodInfo); DO_APP_FUNC(0x014BE090, EventDispatcher_DispatchContext, Stack_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_DispatchContext__get_Current, (Stack_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489B60, void, Queue_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_EventRecord___ctor, (Queue_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * q, MethodInfo * method)); DO_APP_FUNC(0x01489BE0, void, Queue_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_EventRecord__Dispose, (Queue_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BE290, bool, Queue_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_EventRecord__MoveNext, (Queue_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6AB0, Queue_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_EventRecord__MoveNext__MethodInfo); DO_APP_FUNC(0x014BE500, void, Queue_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_EventRecord__System_Collections_IEnumerator_Reset, (Queue_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6AA0, Queue_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_EventRecord__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014BE450, Object *, Queue_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_EventRecord__System_Collections_IEnumerator_get_Current, (Queue_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BE3E0, void, Queue_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_EventRecord__ThrowEnumerationNotStartedOrEnded, (Queue_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6AA8, Queue_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_EventRecord__ThrowEnumerationNotStartedOrEnded__MethodInfo); DO_APP_FUNC(0x014BE390, EventDispatcher_EventRecord, Queue_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_EventRecord__get_Current, (Queue_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BE590, void, List_1_T_Enumerator_Dissonance_Networking_Client_EventQueue_NetworkEvent___ctor, (List_1_T_Enumerator_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Dissonance_Networking_Client_EventQueue_NetworkEvent__Dispose, (List_1_T_Enumerator_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BE640, bool, List_1_T_Enumerator_Dissonance_Networking_Client_EventQueue_NetworkEvent__MoveNext, (List_1_T_Enumerator_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BE790, bool, List_1_T_Enumerator_Dissonance_Networking_Client_EventQueue_NetworkEvent__MoveNextRare, (List_1_T_Enumerator_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BE970, void, List_1_T_Enumerator_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BE860, Object *, List_1_T_Enumerator_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BE800, EventQueue_NetworkEvent, List_1_T_Enumerator_Dissonance_Networking_Client_EventQueue_NetworkEvent__get_Current, (List_1_T_Enumerator_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_UIElements_FocusController_FocusedElement___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_FocusController_FocusedElement__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC388, List_1_T_Enumerator_UnityEngine_UIElements_FocusController_FocusedElement__Dispose__MethodInfo); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_UnityEngine_UIElements_FocusController_FocusedElement__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC3B8, List_1_T_Enumerator_UnityEngine_UIElements_FocusController_FocusedElement__MoveNext__MethodInfo); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_UIElements_FocusController_FocusedElement__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, FocusController_FocusedElement, List_1_T_Enumerator_UnityEngine_UIElements_FocusController_FocusedElement__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC3B0, List_1_T_Enumerator_UnityEngine_UIElements_FocusController_FocusedElement__get_Current__MethodInfo); DO_APP_FUNC(0x01498A90, void, List_1_T_Enumerator_Pathfinding_Funnel_PathPart___ctor, (List_1_T_Enumerator_Pathfinding_Funnel_PathPart_ * __this, List_1_Pathfinding_Funnel_PathPart_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Pathfinding_Funnel_PathPart__Dispose, (List_1_T_Enumerator_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01498B20, bool, List_1_T_Enumerator_Pathfinding_Funnel_PathPart__MoveNext, (List_1_T_Enumerator_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01498BE0, bool, List_1_T_Enumerator_Pathfinding_Funnel_PathPart__MoveNextRare, (List_1_T_Enumerator_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01498D10, void, List_1_T_Enumerator_Pathfinding_Funnel_PathPart__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01498C50, Object *, List_1_T_Enumerator_Pathfinding_Funnel_PathPart__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01498C30, Funnel_PathPart, List_1_T_Enumerator_Pathfinding_Funnel_PathPart__get_Current, (List_1_T_Enumerator_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489400, void, List_1_T_Enumerator_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch___ctor, (List_1_T_Enumerator_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Dispose, (List_1_T_Enumerator_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489480, bool, List_1_T_Enumerator_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__MoveNext, (List_1_T_Enumerator_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489580, bool, List_1_T_Enumerator_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__MoveNextRare, (List_1_T_Enumerator_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489670, void, List_1_T_Enumerator_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014895C0, Object *, List_1_T_Enumerator_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257900, GetRandomAvailablePerch_RandomPerch, List_1_T_Enumerator_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__get_Current, (List_1_T_Enumerator_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BABC0, void, Queue_1_T_Enumerator_Pathfinding_GraphUpdateProcessor_GUOSingle___ctor, (Queue_1_T_Enumerator_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * q, MethodInfo * method)); DO_APP_FUNC(0x014BAC40, void, Queue_1_T_Enumerator_Pathfinding_GraphUpdateProcessor_GUOSingle__Dispose, (Queue_1_T_Enumerator_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BE9D0, bool, Queue_1_T_Enumerator_Pathfinding_GraphUpdateProcessor_GUOSingle__MoveNext, (Queue_1_T_Enumerator_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6A90, Queue_1_T_Enumerator_Pathfinding_GraphUpdateProcessor_GUOSingle__MoveNext__MethodInfo); DO_APP_FUNC(0x014BEC70, void, Queue_1_T_Enumerator_Pathfinding_GraphUpdateProcessor_GUOSingle__System_Collections_IEnumerator_Reset, (Queue_1_T_Enumerator_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6A00, Queue_1_T_Enumerator_Pathfinding_GraphUpdateProcessor_GUOSingle__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014BEBB0, Object *, Queue_1_T_Enumerator_Pathfinding_GraphUpdateProcessor_GUOSingle__System_Collections_IEnumerator_get_Current, (Queue_1_T_Enumerator_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BEB40, void, Queue_1_T_Enumerator_Pathfinding_GraphUpdateProcessor_GUOSingle__ThrowEnumerationNotStartedOrEnded, (Queue_1_T_Enumerator_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6A80, Queue_1_T_Enumerator_Pathfinding_GraphUpdateProcessor_GUOSingle__ThrowEnumerationNotStartedOrEnded__MethodInfo); DO_APP_FUNC(0x014BEAF0, GraphUpdateProcessor_GUOSingle, Queue_1_T_Enumerator_Pathfinding_GraphUpdateProcessor_GUOSingle__get_Current, (Queue_1_T_Enumerator_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor___ctor, (List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Dispose, (List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97630, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Dispose__MethodInfo); DO_APP_FUNC(0x014916C0, bool, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__MoveNext, (List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97638, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__MoveNext__MethodInfo); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__MoveNextRare, (List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, HID_HIDCollectionDescriptor, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97648, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__get_Current__MethodInfo); DO_APP_FUNC(0x01490B80, void, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor___ctor, (List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Dispose, (List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97748, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Dispose__MethodInfo); DO_APP_FUNC(0x01490C10, bool, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__MoveNext, (List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97750, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__MoveNext__MethodInfo); DO_APP_FUNC(0x01490CF0, bool, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__MoveNextRare, (List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490E40, void, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490D70, Object *, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490D40, HID_HIDElementDescriptor, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97760, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__get_Current__MethodInfo); DO_APP_FUNC(0x0148D100, void, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HIDParser_HIDReportData___ctor, (List_1_T_Enumerator_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Dispose, (List_1_T_Enumerator_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D180, bool, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__MoveNext, (List_1_T_Enumerator_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D230, bool, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__MoveNextRare, (List_1_T_Enumerator_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D320, void, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D270, Object *, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7B950, HIDParser_HIDReportData, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491D70, void, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage___ctor, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, HIDSupport_HIDPageUsage__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__Dispose, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491DE0, bool, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__MoveNext, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491E00, void, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__Reset, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BED90, Object *, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__System_Collections_IEnumerator_get_Current, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BED00, HIDSupport_HIDPageUsage, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__get_Current, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE69F0, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__get_Current__MethodInfo); DO_APP_FUNC(0x01490190, void, List_1_T_Enumerator_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData___ctor, (List_1_T_Enumerator_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Dispose, (List_1_T_Enumerator_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BEE10, bool, List_1_T_Enumerator_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__MoveNext, (List_1_T_Enumerator_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014902B0, bool, List_1_T_Enumerator_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__MoveNextRare, (List_1_T_Enumerator_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490390, void, List_1_T_Enumerator_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014991A0, Object *, List_1_T_Enumerator_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, HairDesignerGeneratorFurShellBase_BufferData, List_1_T_Enumerator_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__get_Current, (List_1_T_Enumerator_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DFC0, void, List_1_T_Enumerator_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson___ctor, (List_1_T_Enumerator_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Dispose, (List_1_T_Enumerator_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86C50, List_1_T_Enumerator_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Dispose__MethodInfo); DO_APP_FUNC(0x014BEEB0, bool, List_1_T_Enumerator_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__MoveNext, (List_1_T_Enumerator_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86B10, List_1_T_Enumerator_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__MoveNext__MethodInfo); DO_APP_FUNC(0x0148E170, bool, List_1_T_Enumerator_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__MoveNextRare, (List_1_T_Enumerator_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E2A0, void, List_1_T_Enumerator_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1E0, Object *, List_1_T_Enumerator_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1C0, InputActionMap_BindingOverrideJson, List_1_T_Enumerator_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86B08, List_1_T_Enumerator_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__get_Current__MethodInfo); DO_APP_FUNC(0x014BEFD0, void, List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor, (List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Dispose, (List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BF060, bool, List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__MoveNext, (List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BF1E0, bool, List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__MoveNextRare, (List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BF3F0, void, List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BF2C0, Object *, List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BF230, InputControlLayout_ControlItem, List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491D70, void, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Dispose, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491DE0, bool, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__MoveNext, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491E00, void, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Reset, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BF4C0, Object *, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IEnumerator_get_Current, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BF430, InputControlLayout_ControlItem, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Current, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE69E0, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Current__MethodInfo); DO_APP_FUNC(0x01491D70, void, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement___ctor, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, InputControlScheme_DeviceRequirement__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__Dispose, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C869E0, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__Dispose__MethodInfo); DO_APP_FUNC(0x01491DE0, bool, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__MoveNext, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C869E8, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__MoveNext__MethodInfo); DO_APP_FUNC(0x01491E00, void, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__Reset, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BF6E0, Object *, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__System_Collections_IEnumerator_get_Current, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BF640, InputControlScheme_DeviceRequirement, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__get_Current, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE69D0, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__get_Current__MethodInfo); DO_APP_FUNC(0x01491D70, void, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo___ctor, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * __this, InputEventTrace_DeviceInfo__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__Dispose, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491DE0, bool, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__MoveNext, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491E00, void, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__Reset, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BF810, Object *, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__System_Collections_IEnumerator_get_Current, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BF760, InputEventTrace_DeviceInfo, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__get_Current, (ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE69C0, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__get_Current__MethodInfo); DO_APP_FUNC(0x003AC050, void, InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__Dispose, (InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BF8A0, bool, InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__MoveNext, (InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BF8C0, void, InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__Reset, (InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BF940, Object *, InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__System_Collections_IEnumerator_get_Current, (InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BF8D0, InputManager_StateChangeMonitorTimeout, InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__get_Current, (InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__Dispose, (InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01493E90, bool, InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__MoveNext, (InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE10, void, InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__Reset, (InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BFA70, Object *, InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__System_Collections_IEnumerator_get_Current, (InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BFA10, InputUser_OngoingAccountSelection, InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__get_Current, (InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A60, bool, List_1_T_Enumerator_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, InternalTreeView_TreeViewItemWrapper, List_1_T_Enumerator_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV___ctor, (List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Dispose, (List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A60, bool, List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__MoveNext, (List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__MoveNextRare, (List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV, List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__get_Current, (List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490B80, void, List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb___ctor, (List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Dispose, (List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BFB20, bool, List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__MoveNext, (List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490CF0, bool, List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__MoveNextRare, (List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490E40, void, List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490D70, Object *, List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490D40, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb, List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__get_Current, (List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux___ctor, (List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Dispose, (List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A60, bool, List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__MoveNext, (List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__MoveNextRare, (List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux, List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__get_Current, (List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490B80, void, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Dispose, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BFC50, bool, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__MoveNext, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490CF0, bool, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__MoveNextRare, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490E40, void, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490D70, Object *, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490D40, JsonParser_JsonValue, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F660, void, ArraySegment_1_T_Enumerator_Dissonance_Logs_LogMessage___ctor, (ArraySegment_1_T_Enumerator_Dissonance_Logs_LogMessage_ * __this, ArraySegment_1_Dissonance_Logs_LogMessage_ arraySegment, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ArraySegment_1_T_Enumerator_Dissonance_Logs_LogMessage__Dispose, (ArraySegment_1_T_Enumerator_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F7A0, bool, ArraySegment_1_T_Enumerator_Dissonance_Logs_LogMessage__MoveNext, (ArraySegment_1_T_Enumerator_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148F8D0, void, ArraySegment_1_T_Enumerator_Dissonance_Logs_LogMessage__System_Collections_IEnumerator_Reset, (ArraySegment_1_T_Enumerator_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BFDE0, Object *, ArraySegment_1_T_Enumerator_Dissonance_Logs_LogMessage__System_Collections_IEnumerator_get_Current, (ArraySegment_1_T_Enumerator_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BFD80, Logs_LogMessage_1, ArraySegment_1_T_Enumerator_Dissonance_Logs_LogMessage__get_Current, (ArraySegment_1_T_Enumerator_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage___ctor, (List_1_T_Enumerator_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Dispose, (List_1_T_Enumerator_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A60, bool, List_1_T_Enumerator_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__MoveNext, (List_1_T_Enumerator_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__MoveNextRare, (List_1_T_Enumerator_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, Logs_LogMessage, List_1_T_Enumerator_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__get_Current, (List_1_T_Enumerator_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BA920, void, List_1_T_Enumerator_MagicLightProbes_MagicLightProbes_VolumeParameters___ctor, (List_1_T_Enumerator_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_MagicLightProbes_MagicLightProbes_VolumeParameters__Dispose, (List_1_T_Enumerator_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BA9B0, bool, List_1_T_Enumerator_MagicLightProbes_MagicLightProbes_VolumeParameters__MoveNext, (List_1_T_Enumerator_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BAA70, bool, List_1_T_Enumerator_MagicLightProbes_MagicLightProbes_VolumeParameters__MoveNextRare, (List_1_T_Enumerator_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BAB80, void, List_1_T_Enumerator_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BAAC0, Object *, List_1_T_Enumerator_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BA770, MagicLightProbes_VolumeParameters, List_1_T_Enumerator_MagicLightProbes_MagicLightProbes_VolumeParameters__get_Current, (List_1_T_Enumerator_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_NolanBehaviour_OverlappedCollider___ctor, (List_1_T_Enumerator_NolanBehaviour_OverlappedCollider_ * __this, List_1_NolanBehaviour_OverlappedCollider_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_NolanBehaviour_OverlappedCollider__Dispose, (List_1_T_Enumerator_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD4C0, List_1_T_Enumerator_NolanBehaviour_OverlappedCollider__Dispose__MethodInfo); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_NolanBehaviour_OverlappedCollider__MoveNext, (List_1_T_Enumerator_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD4A0, List_1_T_Enumerator_NolanBehaviour_OverlappedCollider__MoveNext__MethodInfo); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_NolanBehaviour_OverlappedCollider__MoveNextRare, (List_1_T_Enumerator_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_NolanBehaviour_OverlappedCollider__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_NolanBehaviour_OverlappedCollider__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, NolanBehaviour_OverlappedCollider, List_1_T_Enumerator_NolanBehaviour_OverlappedCollider__get_Current, (List_1_T_Enumerator_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD488, List_1_T_Enumerator_NolanBehaviour_OverlappedCollider__get_Current__MethodInfo); DO_APP_FUNC(0x003AC050, void, InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__Dispose, (InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BF8A0, bool, InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__MoveNext, (InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BF8C0, void, InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__Reset, (InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BFF10, Object *, InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__System_Collections_IEnumerator_get_Current, (InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BFEA0, OnScreenControl_OnScreenDeviceInfo, InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__get_Current, (InlinedArray_1_TValue_Enumerator_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding___ctor, (List_1_T_Enumerator_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Dispose, (List_1_T_Enumerator_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A60, bool, List_1_T_Enumerator_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__MoveNext, (List_1_T_Enumerator_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__MoveNextRare, (List_1_T_Enumerator_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, OpenXRInput_SerializedBinding, List_1_T_Enumerator_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__get_Current, (List_1_T_Enumerator_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_PackedPlayModeBuildLogs_RuntimeBuildLog___ctor, (List_1_T_Enumerator_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_PackedPlayModeBuildLogs_RuntimeBuildLog__Dispose, (List_1_T_Enumerator_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84730, List_1_T_Enumerator_PackedPlayModeBuildLogs_RuntimeBuildLog__Dispose__MethodInfo); DO_APP_FUNC(0x01489A60, bool, List_1_T_Enumerator_PackedPlayModeBuildLogs_RuntimeBuildLog__MoveNext, (List_1_T_Enumerator_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C846A8, List_1_T_Enumerator_PackedPlayModeBuildLogs_RuntimeBuildLog__MoveNext__MethodInfo); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_PackedPlayModeBuildLogs_RuntimeBuildLog__MoveNextRare, (List_1_T_Enumerator_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, PackedPlayModeBuildLogs_RuntimeBuildLog, List_1_T_Enumerator_PackedPlayModeBuildLogs_RuntimeBuildLog__get_Current, (List_1_T_Enumerator_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C846A0, List_1_T_Enumerator_PackedPlayModeBuildLogs_RuntimeBuildLog__get_Current__MethodInfo); DO_APP_FUNC(0x014BFFE0, void, List_1_T_Enumerator_UnityEngine_ParticleSystem_Particle___ctor, (List_1_T_Enumerator_UnityEngine_ParticleSystem_Particle_ * __this, List_1_UnityEngine_ParticleSystem_Particle_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_ParticleSystem_Particle__Dispose, (List_1_T_Enumerator_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C0090, bool, List_1_T_Enumerator_UnityEngine_ParticleSystem_Particle__MoveNext, (List_1_T_Enumerator_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C0190, bool, List_1_T_Enumerator_UnityEngine_ParticleSystem_Particle__MoveNextRare, (List_1_T_Enumerator_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C0360, void, List_1_T_Enumerator_UnityEngine_ParticleSystem_Particle__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C0250, Object *, List_1_T_Enumerator_UnityEngine_ParticleSystem_Particle__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C01F0, ParticleSystem_Particle, List_1_T_Enumerator_UnityEngine_ParticleSystem_Particle__get_Current, (List_1_T_Enumerator_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C03C0, void, NativeArray_1_T_Enumerator_UnityEngine_ParticleSystem_Particle___ctor, (NativeArray_1_T_Enumerator_UnityEngine_ParticleSystem_Particle_ * __this, NativeArray_1_UnityEngine_ParticleSystem_Particle_ * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NativeArray_1_T_Enumerator_UnityEngine_ParticleSystem_Particle__Dispose, (NativeArray_1_T_Enumerator_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C0400, bool, NativeArray_1_T_Enumerator_UnityEngine_ParticleSystem_Particle__MoveNext, (NativeArray_1_T_Enumerator_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, NativeArray_1_T_Enumerator_UnityEngine_ParticleSystem_Particle__Reset, (NativeArray_1_T_Enumerator_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C05B0, Object *, NativeArray_1_T_Enumerator_UnityEngine_ParticleSystem_Particle__System_Collections_IEnumerator_get_Current, (NativeArray_1_T_Enumerator_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C0550, ParticleSystem_Particle, NativeArray_1_T_Enumerator_UnityEngine_ParticleSystem_Particle__get_Current, (NativeArray_1_T_Enumerator_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick___ctor, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Dispose, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D060, bool, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__MoveNext, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, ProbeBrickIndex_Brick, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__get_Current, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C0690, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick___ctor, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Dispose, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C589A8, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Dispose__MethodInfo); DO_APP_FUNC(0x014C0710, bool, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__MoveNext, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C589D0, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__MoveNext__MethodInfo); DO_APP_FUNC(0x014C07C0, bool, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C08D0, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C0820, Object *, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C0800, ProbeBrickIndex_ReservedBrick, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__get_Current, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58958, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__get_Current__MethodInfo); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta___ctor, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Dispose, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C588B0, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Dispose__MethodInfo); DO_APP_FUNC(0x01489A60, bool, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__MoveNext, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C588C8, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__MoveNext__MethodInfo); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, ProbeBrickIndex_VoxelMeta, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__get_Current, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C588D8, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__get_Current__MethodInfo); DO_APP_FUNC(0x0148D100, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc___ctor, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Dispose, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58808, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Dispose__MethodInfo); DO_APP_FUNC(0x0148D180, bool, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__MoveNext, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58768, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__MoveNext__MethodInfo); DO_APP_FUNC(0x0148D230, bool, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D320, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D270, Object *, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7B950, ProbeBrickPool_BrickChunkAlloc, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__get_Current, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58778, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__get_Current__MethodInfo); DO_APP_FUNC(0x014C0910, void, Stack_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc___ctor, (Stack_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * stack, MethodInfo * method)); DO_APP_FUNC(0x0148C030, void, Stack_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Dispose, (Stack_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C0990, bool, Stack_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__MoveNext, (Stack_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE69B0, Stack_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__MoveNext__MethodInfo); DO_APP_FUNC(0x014C0C70, void, Stack_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IEnumerator_Reset, (Stack_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6998, Stack_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014C0BB0, Object *, Stack_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IEnumerator_get_Current, (Stack_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C0B40, void, Stack_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__ThrowEnumerationNotStartedOrEnded, (Stack_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE69A0, Stack_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__ThrowEnumerationNotStartedOrEnded__MethodInfo); DO_APP_FUNC(0x014C0AF0, ProbeBrickPool_BrickChunkAlloc, Stack_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__get_Current, (Stack_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem___ctor, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Dispose, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57800, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Dispose__MethodInfo); DO_APP_FUNC(0x01489A60, bool, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__MoveNext, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57830, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__MoveNext__MethodInfo); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, ProbeVolumePerSceneData_SerializableAssetItem, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__get_Current, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57838, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__get_Current__MethodInfo); DO_APP_FUNC(0x01489400, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem___ctor, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Dispose, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57710, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Dispose__MethodInfo); DO_APP_FUNC(0x01489480, bool, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__MoveNext, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57468, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__MoveNext__MethodInfo); DO_APP_FUNC(0x01489580, bool, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489670, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014895C0, Object *, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257900, ProbeVolumeSceneData_SerializableBoundItem, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__get_Current, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C575E8, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__get_Current__MethodInfo); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem___ctor, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Dispose, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C574D0, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Dispose__MethodInfo); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__MoveNext, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C574A8, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__MoveNext__MethodInfo); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, ProbeVolumeSceneData_SerializableHasPVItem, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__get_Current, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C574B8, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__get_Current__MethodInfo); DO_APP_FUNC(0x0148DFC0, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings___ctor, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Dispose, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C574F8, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Dispose__MethodInfo); DO_APP_FUNC(0x014BEEB0, bool, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__MoveNext, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57480, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__MoveNext__MethodInfo); DO_APP_FUNC(0x0148E170, bool, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E2A0, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1E0, Object *, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1C0, ProbeVolumeSceneData_SerializablePVBakeSettings, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__get_Current, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C575E0, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__get_Current__MethodInfo); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile___ctor, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Dispose, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C574E0, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Dispose__MethodInfo); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__MoveNext, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57470, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__MoveNext__MethodInfo); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, ProbeVolumeSceneData_SerializablePVProfile, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__get_Current, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C574C0, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__get_Current__MethodInfo); DO_APP_FUNC(0x01490190, void, List_1_T_Enumerator_System_Text_RegularExpressions_RegexCharClass_SingleRange___ctor, (List_1_T_Enumerator_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_Text_RegularExpressions_RegexCharClass_SingleRange__Dispose, (List_1_T_Enumerator_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490210, bool, List_1_T_Enumerator_System_Text_RegularExpressions_RegexCharClass_SingleRange__MoveNext, (List_1_T_Enumerator_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014902B0, bool, List_1_T_Enumerator_System_Text_RegularExpressions_RegexCharClass_SingleRange__MoveNextRare, (List_1_T_Enumerator_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490390, void, List_1_T_Enumerator_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014902F0, Object *, List_1_T_Enumerator_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, RegexCharClass_SingleRange, List_1_T_Enumerator_System_Text_RegularExpressions_RegexCharClass_SingleRange__get_Current, (List_1_T_Enumerator_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BCBB0, void, List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C0D00, bool, List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BCD40, bool, List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BCEB0, void, List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BCDD0, Object *, List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BCD90, RenderChain_RenderNodeData, List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489400, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData___ctor, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Dispose, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489480, bool, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__MoveNext, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489580, bool, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489670, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014895C0, Object *, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257900, RenderGraphDebugData_PassDebugData, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__get_Current, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DFC0, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData___ctor, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Dispose, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BEEB0, bool, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__MoveNext, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E170, bool, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E2A0, void, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1E0, Object *, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1C0, RenderGraphDebugData_ResourceDebugData, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__get_Current, (List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest___ctor, (List_1_T_Enumerator_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Dispose, (List_1_T_Enumerator_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64358, List_1_T_Enumerator_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Dispose__MethodInfo); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__MoveNext, (List_1_T_Enumerator_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64310, List_1_T_Enumerator_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__MoveNext__MethodInfo); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__MoveNextRare, (List_1_T_Enumerator_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, ResourceManager_DeferredCallbackRegisterRequest, List_1_T_Enumerator_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__get_Current, (List_1_T_Enumerator_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64320, List_1_T_Enumerator_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__get_Current__MethodInfo); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_Pathfinding_Util_RetainedGizmos_MeshWithHash___ctor, (List_1_T_Enumerator_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Pathfinding_Util_RetainedGizmos_MeshWithHash__Dispose, (List_1_T_Enumerator_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148EEC0, bool, List_1_T_Enumerator_Pathfinding_Util_RetainedGizmos_MeshWithHash__MoveNext, (List_1_T_Enumerator_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_Pathfinding_Util_RetainedGizmos_MeshWithHash__MoveNextRare, (List_1_T_Enumerator_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, RetainedGizmos_MeshWithHash, List_1_T_Enumerator_Pathfinding_Util_RetainedGizmos_MeshWithHash__get_Current, (List_1_T_Enumerator_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014983B0, void, Stack_1_T_Enumerator_System_Xml_Schema_SequenceNode_SequenceConstructPosContext___ctor, (Stack_1_T_Enumerator_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * stack, MethodInfo * method)); DO_APP_FUNC(0x0148C030, void, Stack_1_T_Enumerator_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__Dispose, (Stack_1_T_Enumerator_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C0E40, bool, Stack_1_T_Enumerator_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__MoveNext, (Stack_1_T_Enumerator_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC238, Stack_1_T_Enumerator_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__MoveNext__MethodInfo); DO_APP_FUNC(0x014C1140, void, Stack_1_T_Enumerator_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__System_Collections_IEnumerator_Reset, (Stack_1_T_Enumerator_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC218, Stack_1_T_Enumerator_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014C1080, Object *, Stack_1_T_Enumerator_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__System_Collections_IEnumerator_get_Current, (Stack_1_T_Enumerator_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C1010, void, Stack_1_T_Enumerator_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__ThrowEnumerationNotStartedOrEnded, (Stack_1_T_Enumerator_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC228, Stack_1_T_Enumerator_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__ThrowEnumerationNotStartedOrEnded__MethodInfo); DO_APP_FUNC(0x014C0FB0, SequenceNode_SequenceConstructPosContext, Stack_1_T_Enumerator_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__get_Current, (Stack_1_T_Enumerator_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148BFB0, void, Stack_1_T_Enumerator_UnityEngine_UIElements_StyleVariableResolver_ResolveContext___ctor, (Stack_1_T_Enumerator_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * stack, MethodInfo * method)); DO_APP_FUNC(0x0148C030, void, Stack_1_T_Enumerator_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__Dispose, (Stack_1_T_Enumerator_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C11E0, bool, Stack_1_T_Enumerator_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__MoveNext, (Stack_1_T_Enumerator_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC200, Stack_1_T_Enumerator_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__MoveNext__MethodInfo); DO_APP_FUNC(0x014C1490, void, Stack_1_T_Enumerator_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__System_Collections_IEnumerator_Reset, (Stack_1_T_Enumerator_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC1E0, Stack_1_T_Enumerator_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014C13E0, Object *, Stack_1_T_Enumerator_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__System_Collections_IEnumerator_get_Current, (Stack_1_T_Enumerator_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C1370, void, Stack_1_T_Enumerator_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__ThrowEnumerationNotStartedOrEnded, (Stack_1_T_Enumerator_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC1F0, Stack_1_T_Enumerator_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__ThrowEnumerationNotStartedOrEnded__MethodInfo); DO_APP_FUNC(0x014C1320, StyleVariableResolver_ResolveContext, Stack_1_T_Enumerator_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__get_Current, (Stack_1_T_Enumerator_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_UnityEngine_UIElements_TemplateAsset_AttributeOverride___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A230, bool, List_1_T_Enumerator_UnityEngine_UIElements_TemplateAsset_AttributeOverride__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_UnityEngine_UIElements_TemplateAsset_AttributeOverride__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, TemplateAsset_AttributeOverride, List_1_T_Enumerator_UnityEngine_UIElements_TemplateAsset_AttributeOverride__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap___ctor, (List_1_T_Enumerator_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Dispose, (List_1_T_Enumerator_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__MoveNext, (List_1_T_Enumerator_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__MoveNextRare, (List_1_T_Enumerator_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, TextSettings_FontReferenceMap, List_1_T_Enumerator_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__get_Current, (List_1_T_Enumerator_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DC60, void, List_1_T_Enumerator_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014920F0, bool, List_1_T_Enumerator_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DE20, bool, List_1_T_Enumerator_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DF70, void, List_1_T_Enumerator_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DEA0, Object *, List_1_T_Enumerator_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DE70, TextureBlitter_BlitInfo, List_1_T_Enumerator_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01494300, void, List_1_T_Enumerator_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame___ctor, (List_1_T_Enumerator_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Dispose, (List_1_T_Enumerator_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C1520, bool, List_1_T_Enumerator_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__MoveNext, (List_1_T_Enumerator_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01494460, bool, List_1_T_Enumerator_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__MoveNextRare, (List_1_T_Enumerator_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014945A0, void, List_1_T_Enumerator_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014944E0, Object *, List_1_T_Enumerator_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014944B0, TexturePacker_JsonArray_Frame, List_1_T_Enumerator_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__get_Current, (List_1_T_Enumerator_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_UIElements_TextureRegistry_TextureInfo___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_TextureRegistry_TextureInfo__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_UnityEngine_UIElements_TextureRegistry_TextureInfo__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_UIElements_TextureRegistry_TextureInfo__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, TextureRegistry_TextureInfo, List_1_T_Enumerator_UnityEngine_UIElements_TextureRegistry_TextureInfo__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry___ctor, (List_1_T_Enumerator_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Dispose, (List_1_T_Enumerator_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148EEC0, bool, List_1_T_Enumerator_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__MoveNext, (List_1_T_Enumerator_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, TimeNotificationBehaviour_NotificationEntry, List_1_T_Enumerator_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__get_Current, (List_1_T_Enumerator_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489400, void, List_1_T_Enumerator_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData___ctor, (List_1_T_Enumerator_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Dispose, (List_1_T_Enumerator_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489480, bool, List_1_T_Enumerator_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__MoveNext, (List_1_T_Enumerator_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489580, bool, List_1_T_Enumerator_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__MoveNextRare, (List_1_T_Enumerator_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489670, void, List_1_T_Enumerator_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014895C0, Object *, List_1_T_Enumerator_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257900, TrackedDeviceRaycaster_RaycastHitData, List_1_T_Enumerator_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData___ctor, (List_1_T_Enumerator_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Dispose, (List_1_T_Enumerator_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__MoveNext, (List_1_T_Enumerator_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__MoveNextRare, (List_1_T_Enumerator_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, TrackedPoseDriverDataDescription_PoseData, List_1_T_Enumerator_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__get_Current, (List_1_T_Enumerator_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_UIElements_TreeView_TreeViewItemWrapper___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A60, bool, List_1_T_Enumerator_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, TreeView_TreeViewItemWrapper, List_1_T_Enumerator_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489FF0, void, List_1_T_Enumerator_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A070, bool, List_1_T_Enumerator_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A110, bool, List_1_T_Enumerator_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A1F0, void, List_1_T_Enumerator_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A150, Object *, List_1_T_Enumerator_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, TreeViewReorderableDragAndDropController_TreeItemState, List_1_T_Enumerator_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BCBB0, void, List_1_T_Enumerator_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CF48, List_1_T_Enumerator_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Dispose__MethodInfo); DO_APP_FUNC(0x014C1640, bool, List_1_T_Enumerator_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CF38, List_1_T_Enumerator_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__MoveNext__MethodInfo); DO_APP_FUNC(0x014BCD40, bool, List_1_T_Enumerator_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BCEB0, void, List_1_T_Enumerator_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BCDD0, Object *, List_1_T_Enumerator_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BCD90, UIRStylePainter_Entry, List_1_T_Enumerator_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CF40, List_1_T_Enumerator_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__get_Current__MethodInfo); DO_APP_FUNC(0x0148DFC0, void, List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D0F0, List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Dispose__MethodInfo); DO_APP_FUNC(0x014BB200, bool, List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D0D0, List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__MoveNext__MethodInfo); DO_APP_FUNC(0x0148E170, bool, List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E2A0, void, List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1E0, Object *, List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1C0, UIRenderDevice_AllocToFree, List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D120, List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__get_Current__MethodInfo); DO_APP_FUNC(0x0148C380, void, List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D0E8, List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Dispose__MethodInfo); DO_APP_FUNC(0x014C1780, bool, List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D0E0, List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__MoveNext__MethodInfo); DO_APP_FUNC(0x0148C540, bool, List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148C690, void, List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148C5C0, Object *, List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148C590, UIRenderDevice_AllocToUpdate, List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D0D8, List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__get_Current__MethodInfo); DO_APP_FUNC(0x0148D660, void, LinkedList_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree___ctor, (LinkedList_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * list, MethodInfo * method)); DO_APP_FUNC(0x014C18B0, void, LinkedList_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree___ctor_1, (LinkedList_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC100, LinkedList_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree___ctor_1__MethodInfo); DO_APP_FUNC(0x003AC050, void, LinkedList_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__Dispose, (LinkedList_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C1A40, bool, LinkedList_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__MoveNext, (LinkedList_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC0D8, LinkedList_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__MoveNext__MethodInfo); DO_APP_FUNC(0x014C1C50, void, LinkedList_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__System_Collections_IEnumerator_Reset, (LinkedList_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC0C8, LinkedList_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014C1900, Object *, LinkedList_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__System_Collections_IEnumerator_get_Current, (LinkedList_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC0E8, LinkedList_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x014C1D80, void, LinkedList_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization, (LinkedList_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC0A8, LinkedList_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization__MethodInfo); DO_APP_FUNC(0x014C1D30, void, LinkedList_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__System_Runtime_Serialization_ISerializable_GetObjectData, (LinkedList_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC0B8, LinkedList_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__System_Runtime_Serialization_ISerializable_GetObjectData__MethodInfo); DO_APP_FUNC(0x0097FCB0, UIRenderDevice_DeviceToFree, LinkedList_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__get_Current, (LinkedList_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_UnityEngine_UnitySynchronizationContext_WorkRequest___ctor, (List_1_T_Enumerator_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UnitySynchronizationContext_WorkRequest__Dispose, (List_1_T_Enumerator_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A230, bool, List_1_T_Enumerator_UnityEngine_UnitySynchronizationContext_WorkRequest__MoveNext, (List_1_T_Enumerator_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_UnityEngine_UnitySynchronizationContext_WorkRequest__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, UnitySynchronizationContext_WorkRequest, List_1_T_Enumerator_UnityEngine_UnitySynchronizationContext_WorkRequest__get_Current, (List_1_T_Enumerator_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, VisualTreeAsset_SlotDefinition, List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, VisualTreeAsset_SlotUsageEntry, List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_UsingEntry___ctor, (List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Dispose, (List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF280, List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Dispose__MethodInfo); DO_APP_FUNC(0x0148A230, bool, List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__MoveNext, (List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF240, List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__MoveNext__MethodInfo); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__MoveNextRare, (List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, VisualTreeAsset_UsingEntry, List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__get_Current, (List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF250, List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__get_Current__MethodInfo); DO_APP_FUNC(0x01492330, void, Queue_1_T_Enumerator_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK___ctor, (Queue_1_T_Enumerator_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * q, MethodInfo * method)); DO_APP_FUNC(0x014923B0, void, Queue_1_T_Enumerator_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__Dispose, (Queue_1_T_Enumerator_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C1DD0, bool, Queue_1_T_Enumerator_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__MoveNext, (Queue_1_T_Enumerator_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC098, Queue_1_T_Enumerator_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__MoveNext__MethodInfo); DO_APP_FUNC(0x014C2020, void, Queue_1_T_Enumerator_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__System_Collections_IEnumerator_Reset, (Queue_1_T_Enumerator_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC168, Queue_1_T_Enumerator_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014C1F70, Object *, Queue_1_T_Enumerator_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__System_Collections_IEnumerator_get_Current, (Queue_1_T_Enumerator_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C1F00, void, Queue_1_T_Enumerator_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__ThrowEnumerationNotStartedOrEnded, (Queue_1_T_Enumerator_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC088, Queue_1_T_Enumerator_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__ThrowEnumerationNotStartedOrEnded__MethodInfo); DO_APP_FUNC(0x014C1EC0, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK, Queue_1_T_Enumerator_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__get_Current, (Queue_1_T_Enumerator_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry___ctor, (List_1_T_Enumerator_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Dispose, (List_1_T_Enumerator_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__MoveNext, (List_1_T_Enumerator_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__MoveNextRare, (List_1_T_Enumerator_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, XmlSchemaObjectTable_XmlSchemaObjectEntry, List_1_T_Enumerator_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__get_Current, (List_1_T_Enumerator_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489400, void, List_1_T_Enumerator_ftLightmaps_LightmapAdditionalData___ctor, (List_1_T_Enumerator_ftLightmaps_LightmapAdditionalData_ * __this, List_1_ftLightmaps_LightmapAdditionalData_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_ftLightmaps_LightmapAdditionalData__Dispose, (List_1_T_Enumerator_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489480, bool, List_1_T_Enumerator_ftLightmaps_LightmapAdditionalData__MoveNext, (List_1_T_Enumerator_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489580, bool, List_1_T_Enumerator_ftLightmaps_LightmapAdditionalData__MoveNextRare, (List_1_T_Enumerator_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489670, void, List_1_T_Enumerator_ftLightmaps_LightmapAdditionalData__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014895C0, Object *, List_1_T_Enumerator_ftLightmaps_LightmapAdditionalData__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257900, ftLightmaps_LightmapAdditionalData, List_1_T_Enumerator_ftLightmaps_LightmapAdditionalData__get_Current, (List_1_T_Enumerator_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489FF0, void, List_1_T_Enumerator_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor, (List_1_T_Enumerator_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Dispose, (List_1_T_Enumerator_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A070, bool, List_1_T_Enumerator_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__MoveNext, (List_1_T_Enumerator_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A110, bool, List_1_T_Enumerator_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__MoveNextRare, (List_1_T_Enumerator_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A1F0, void, List_1_T_Enumerator_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A150, Object *, List_1_T_Enumerator_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy, List_1_T_Enumerator_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__get_Current, (List_1_T_Enumerator_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489160, void, List_1_T_Enumerator_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem___ctor, (List_1_T_Enumerator_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Dispose, (List_1_T_Enumerator_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014891E0, bool, List_1_T_Enumerator_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__MoveNext, (List_1_T_Enumerator_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014892E0, bool, List_1_T_Enumerator_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__MoveNextRare, (List_1_T_Enumerator_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014893C0, void, List_1_T_Enumerator_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489320, Object *, List_1_T_Enumerator_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, DebugUI_Foldout_ContextMenuItem, List_1_T_Enumerator_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__get_Current, (List_1_T_Enumerator_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014897B0, void, List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher___ctor, (List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Dispose, (List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148A230, bool, List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__MoveNext, (List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489930, bool, List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__MoveNextRare, (List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489A20, void, List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489970, Object *, List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, InputControlLayout_Collection_LayoutMatcher, List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__get_Current, (List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489400, void, List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView___ctor, (List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Dispose, (List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0149A430, bool, List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__MoveNext, (List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489580, bool, List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__MoveNextRare, (List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01489670, void, List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014895C0, Object *, List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257900, InstructionList_DebugView_InstructionView, List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__get_Current, (List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D100, void, List_1_T_Enumerator_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb___ctor, (List_1_T_Enumerator_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Dispose, (List_1_T_Enumerator_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D180, bool, List_1_T_Enumerator_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__MoveNext, (List_1_T_Enumerator_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D230, bool, List_1_T_Enumerator_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__MoveNextRare, (List_1_T_Enumerator_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D320, void, List_1_T_Enumerator_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148D270, Object *, List_1_T_Enumerator_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7B950, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb, List_1_T_Enumerator_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__get_Current, (List_1_T_Enumerator_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BA920, void, List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheCurve_Item___ctor, (List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheCurve_Item__Dispose, (List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BA9B0, bool, List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheCurve_Item__MoveNext, (List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BAA70, bool, List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheCurve_Item__MoveNextRare, (List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BAB80, void, List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BAAC0, Object *, List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BA770, TargetPositionCache_CacheCurve_Item, List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheCurve_Item__get_Current, (List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01498A90, void, List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem___ctor, (List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * list, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Dispose, (List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01498B20, bool, List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__MoveNext, (List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01498BE0, bool, List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__MoveNextRare, (List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01498D10, void, List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IEnumerator_Reset, (List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01498C50, Object *, List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IEnumerator_get_Current, (List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01498C30, TargetPositionCache_CacheEntry_RecordingItem, List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__get_Current, (List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C20B0, void, Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object_ * __this, Dictionary_2_System_ValueTuple_2_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2140, bool, Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2530, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2620, Object *, Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C26C0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C24F0, void, Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2260, Object *, Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, KeyValuePair_2_System_ValueTuple_2_System_Object_, Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object_ * __this, Dictionary_2_System_ValueTuple_2_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2790, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, ValueTuple_2_Object_Int32_, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object_ * __this, Dictionary_2_System_ValueTuple_2_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2960, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C20B0, void, Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1__ctor, (Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1 * __this, Dictionary_2_System_ValueTuple_2_System_Object__1 * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1_Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2140, bool, Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1_MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2530, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1_System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2620, Object *, Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1_System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x014C26C0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1_System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x014C24F0, void, Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1_System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A70, Object *, Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1_System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, KeyValuePair_2_System_ValueTuple_2_System_Object__1, Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1__ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1 * __this, Dictionary_2_System_ValueTuple_2_System_Object__1 * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1_Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2790, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1_MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1_System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1_System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, ValueTuple_2_Object_Object_, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1__ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1 * __this, Dictionary_2_System_ValueTuple_2_System_Object__1 * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1_Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2960, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1_MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1_System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1_System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_System_Byte_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Byte_System_Object_ * __this, Dictionary_2_System_Byte_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Byte_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB098, Dictionary_2_TKey_TValue_Enumerator_System_Byte_System_Object__Dispose__MethodInfo); DO_APP_FUNC(0x014C2D80, bool, Dictionary_2_TKey_TValue_Enumerator_System_Byte_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB070, Dictionary_2_TKey_TValue_Enumerator_System_Byte_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x014C30D0, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Byte_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C31C0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Byte_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3260, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Byte_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_System_Byte_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2E80, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Byte_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Byte_System_Object_, Dictionary_2_TKey_TValue_Enumerator_System_Byte_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB078, Dictionary_2_TKey_TValue_Enumerator_System_Byte_System_Object__get_Current__MethodInfo); DO_APP_FUNC(0x014C32B0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Byte_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Byte_System_Object_ * __this, Dictionary_2_System_Byte_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Byte_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3330, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Byte_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3440, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Byte_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C33C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Byte_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, uint8_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Byte_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Byte_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Byte_System_Object_ * __this, Dictionary_2_System_Byte_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Byte_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3480, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Byte_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Byte_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Byte_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Byte_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3520, void, Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Int32___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Int32_ * __this, Dictionary_2_System_ByteEnum_System_Int32_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Int32__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C35A0, bool, Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Int32__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C38C0, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Int32__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C31C0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Int32__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C39F0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Int32__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3880, void, Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Int32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3680, Object *, Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Int32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, KeyValuePair_2_System_ByteEnum_System_Int32_, Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Int32__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C32B0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Int32___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Int32_ * __this, Dictionary_2_System_ByteEnum_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Int32__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3A90, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Int32__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3440, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Int32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C33C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Int32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, ByteEnum__Enum, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Int32__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Int32___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Int32_ * __this, Dictionary_2_System_ByteEnum_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Int32__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B90, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Int32__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Int32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Int32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Int32__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Object_ * __this, Dictionary_2_System_ByteEnum_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D80, bool, Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C30D0, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C31C0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3260, Object *, Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3CD0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_ByteEnum_System_Object_, Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C32B0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Object_ * __this, Dictionary_2_System_ByteEnum_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3330, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3440, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C33C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, ByteEnum__Enum, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Object_ * __this, Dictionary_2_System_ByteEnum_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3480, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3EE0, void, Dictionary_2_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3F70, bool, Dictionary_2_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4390, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4490, Object *, Dictionary_2_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4540, Object *, Dictionary_2_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4350, void, Dictionary_2_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4090, Object *, Dictionary_2_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257900, KeyValuePair_2_Dissonance_Audio_Playback_FrameFormat_System_Object_, Dictionary_2_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4590, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4610, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4730, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C46B0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, FrameFormat, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4770, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C20B0, void, Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_Object_ * __this, Dictionary_2_System_Guid_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4810, bool, Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2530, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2620, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C26C0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C24F0, void, Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4920, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, KeyValuePair_2_System_Guid_System_Object_, Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Guid_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Guid_System_Object_ * __this, Dictionary_2_System_Guid_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Guid_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4B50, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Guid_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Guid_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Guid_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, Guid, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Guid_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Guid_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Guid_System_Object_ * __this, Dictionary_2_System_Guid_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Guid_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2960, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Guid_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Guid_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Guid_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Guid_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4BE0, void, Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_UInt32___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_UInt32_ * __this, Dictionary_2_System_Guid_System_UInt32_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_UInt32__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4C70, bool, Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_UInt32__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4F90, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_UInt32__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2620, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_UInt32__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C50D0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_UInt32__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4F50, void, Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_UInt32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4D40, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_UInt32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C0800, KeyValuePair_2_System_Guid_System_UInt32_, Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_UInt32__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Guid_System_UInt32___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Guid_System_UInt32_ * __this, Dictionary_2_System_Guid_System_UInt32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Guid_System_UInt32__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5170, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Guid_System_UInt32__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Guid_System_UInt32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Guid_System_UInt32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, Guid, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Guid_System_UInt32__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Guid_System_UInt32___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Guid_System_UInt32_ * __this, Dictionary_2_System_Guid_System_UInt32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Guid_System_UInt32__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5200, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Guid_System_UInt32__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Guid_System_UInt32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Guid_System_UInt32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, uint32_t, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Guid_System_UInt32__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C20B0, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object_ * __this, Dictionary_2_UnityEngine_Hash128_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4810, bool, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2530, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2620, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C26C0, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C24F0, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5290, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, KeyValuePair_2_UnityEngine_Hash128_System_Object_, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object_ * __this, Dictionary_2_UnityEngine_Hash128_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4B50, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, Hash128, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object_ * __this, Dictionary_2_UnityEngine_Hash128_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2960, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C54C0, void, Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32___ctor, (Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32_ * __this, Dictionary_2_Pathfinding_Int2_System_Int32_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32__Dispose, (Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5540, bool, Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5850, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5990, Object *, Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5A30, Object *, Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5810, void, Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5610, Object *, Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7B950, KeyValuePair_2_Pathfinding_Int2_System_Int32_, Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32__get_Current, (Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32_ * __this, Dictionary_2_Pathfinding_Int2_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5B60, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Int2, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32_ * __this, Dictionary_2_Pathfinding_Int2_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5BE0, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32___ctor, (Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32_ * __this, Dictionary_2_Pathfinding_Int3_System_Int32_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32__Dispose, (Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5C70, bool, Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5F80, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C60C0, Object *, Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C6170, Object *, Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5D70, Object *, Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_Pathfinding_Int3_System_Int32_, Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32__get_Current, (Dictionary_2_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C6210, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32_ * __this, Dictionary_2_Pathfinding_Int3_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C6290, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C63B0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C6330, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7B950, Int3, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32_ * __this, Dictionary_2_Pathfinding_Int3_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C63F0, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C54C0, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C6480, bool, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C6760, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C6940, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5810, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C6560, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7B950, KeyValuePair_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C69E0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C6A70, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5B60, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C6B00, void, SortedList_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2___ctor, (SortedList_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, SortedList_2_System_Int32_System_ValueTuple_2__4 * sortedList, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x014C6B90, void, SortedList_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__Dispose, (SortedList_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C6CE0, bool, SortedList_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__MoveNext, (SortedList_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBF30, SortedList_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__MoveNext__MethodInfo); DO_APP_FUNC(0x014C6EF0, DictionaryEntry, SortedList_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__System_Collections_IDictionaryEnumerator_get_Entry, (SortedList_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBF20, SortedList_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__System_Collections_IDictionaryEnumerator_get_Entry__MethodInfo); DO_APP_FUNC(0x014C6BB0, Object *, SortedList_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__System_Collections_IDictionaryEnumerator_get_Key, (SortedList_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBF40, SortedList_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__System_Collections_IDictionaryEnumerator_get_Key__MethodInfo); DO_APP_FUNC(0x014C7410, Object *, SortedList_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__System_Collections_IDictionaryEnumerator_get_Value, (SortedList_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBEE8, SortedList_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__System_Collections_IDictionaryEnumerator_get_Value__MethodInfo); DO_APP_FUNC(0x014C7550, void, SortedList_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__System_Collections_IEnumerator_Reset, (SortedList_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBFC0, SortedList_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014C7140, Object *, SortedList_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__System_Collections_IEnumerator_get_Current, (SortedList_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBEF8, SortedList_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x014C70A0, KeyValuePair_2_System_Int32_System_ValueTuple_2__3, SortedList_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__get_Current, (SortedList_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C75E0, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, Dictionary_2_System_Int32_System_ValueTuple_2_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C7670, bool, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C7A10, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C7B50, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C79D0, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C7780, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BA770, KeyValuePair_2_System_Int32_System_ValueTuple_2__2, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, Dictionary_2_System_Int32_System_ValueTuple_2_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C7C00, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4590, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, Dictionary_2_System_Int32_System_ValueTuple_2_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C7C90, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4730, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C46B0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3520, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Boolean___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Boolean_ * __this, Dictionary_2_System_Int32_System_Boolean_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Boolean__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C7D30, bool, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Boolean__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C8010, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Boolean__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Boolean__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C8140, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Boolean__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3880, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Boolean__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C7E10, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Boolean__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, KeyValuePair_2_System_Int32_System_Boolean_, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Boolean__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Boolean___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Boolean_ * __this, Dictionary_2_System_Int32_System_Boolean_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Boolean__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C81E0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Boolean__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Boolean__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Boolean__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Boolean__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C32B0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Boolean___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Boolean_ * __this, Dictionary_2_System_Int32_System_Boolean_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Boolean__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C8260, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Boolean__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3440, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Boolean__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C33C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Boolean__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Boolean__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3520, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ByteEnum___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ByteEnum_ * __this, Dictionary_2_System_Int32_System_ByteEnum_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ByteEnum__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C7D30, bool, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ByteEnum__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C8010, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ByteEnum__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ByteEnum__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C8140, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ByteEnum__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3880, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ByteEnum__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C82E0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ByteEnum__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, KeyValuePair_2_System_Int32_System_ByteEnum_, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ByteEnum__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_ByteEnum___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_ByteEnum_ * __this, Dictionary_2_System_Int32_System_ByteEnum_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_ByteEnum__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C81E0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_ByteEnum__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_ByteEnum__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_ByteEnum__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_ByteEnum__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C32B0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_ByteEnum___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_ByteEnum_ * __this, Dictionary_2_System_Int32_System_ByteEnum_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_ByteEnum__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C8260, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_ByteEnum__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3440, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_ByteEnum__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C33C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_ByteEnum__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, ByteEnum__Enum, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_ByteEnum__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3520, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Char___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Char_ * __this, Dictionary_2_System_Int32_System_Char_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Char__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C84E0, bool, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Char__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C87C0, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Char__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Char__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C8900, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Char__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3880, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Char__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C85C0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Char__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, KeyValuePair_2_System_Int32_System_Char_, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Char__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Char___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Char_ * __this, Dictionary_2_System_Int32_System_Char_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Char__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C81E0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Char__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Char__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Char__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Char__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C89A0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Char___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Char_ * __this, Dictionary_2_System_Int32_System_Char_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Char__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C8A20, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Char__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C8B20, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Char__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C8AA0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Char__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDDA0, uint16_t, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Char__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C8B60, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C8BF0, bool, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C9070, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C91C0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C9020, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C8D50, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DE70, KeyValuePair_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C9280, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C9300, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C9390, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C94D0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C9440, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491090, DiagnosticEvent, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3520, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int16___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int16_ * __this, Dictionary_2_System_Int32_System_Int16_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int16__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C84E0, bool, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int16__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C87C0, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int16__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int16__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C8900, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int16__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3880, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int16__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C9510, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int16__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, KeyValuePair_2_System_Int32_System_Int16_, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int16__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int16___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int16_ * __this, Dictionary_2_System_Int32_System_Int16_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int16__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C81E0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int16__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int16__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int16__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int16__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C89A0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int16___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int16_ * __this, Dictionary_2_System_Int32_System_Int16_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int16__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C8A20, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int16__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C8B20, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int16__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C8AA0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int16__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDDA0, int16_t, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int16__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3_ * __this, Dictionary_2_System_Int32_Pathfinding_Int3_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C9710, bool, Dictionary_2_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C9A30, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C9B70, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C9810, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Int32_Pathfinding_Int3_, Dictionary_2_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3_ * __this, Dictionary_2_System_Int32_Pathfinding_Int3_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C9C20, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C6210, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3_ * __this, Dictionary_2_System_Int32_Pathfinding_Int3_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C9CB0, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C63B0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C6330, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7B950, Int3, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C9D50, void, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32___ctor, (ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, ADictionary_2_System_Int32_System_Int32_ * param_0000c692, int32_t param_0000c693, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32__Dispose, (ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C9DD0, bool, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32__MoveNext, (ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CE28, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32__MoveNext__MethodInfo); DO_APP_FUNC(0x014CA1D0, DictionaryEntry, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32__System_Collections_IDictionaryEnumerator_get_Entry, (ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CE10, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32__System_Collections_IDictionaryEnumerator_get_Entry__MethodInfo); DO_APP_FUNC(0x014CA340, Object *, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32__System_Collections_IDictionaryEnumerator_get_Key, (ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CDE8, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32__System_Collections_IDictionaryEnumerator_get_Key__MethodInfo); DO_APP_FUNC(0x014CA420, Object *, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32__System_Collections_IDictionaryEnumerator_get_Value, (ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CDF0, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32__System_Collections_IDictionaryEnumerator_get_Value__MethodInfo); DO_APP_FUNC(0x014CA150, void, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32__System_Collections_IEnumerator_Reset, (ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CE00, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014C9F20, Object *, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32__System_Collections_IEnumerator_get_Current, (ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CE20, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003B93C0, KeyValuePair_2_System_Int32_System_Int32_, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32__get_Current, (ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3520, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, Dictionary_2_System_Int32_System_Int32_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94280, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32__Dispose__MethodInfo); DO_APP_FUNC(0x014CA500, bool, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94278, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32__MoveNext__MethodInfo); DO_APP_FUNC(0x014CA7D0, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C39F0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3880, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CA5D0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, KeyValuePair_2_System_Int32_System_Int32_, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94270, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32__get_Current__MethodInfo); DO_APP_FUNC(0x014CA900, void, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32___ctor, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, ADictionary_2_System_Int32_System_Int32_ * param_0000c69c, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32__Dispose, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CA980, bool, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32__MoveNext, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CE50, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32__MoveNext__MethodInfo); DO_APP_FUNC(0x014CAB20, void, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32__System_Collections_IEnumerator_Reset, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CE40, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014CAA60, Object *, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32__System_Collections_IEnumerator_get_Current, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CE58, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003BAD50, int32_t, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32__get_Current, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CA900, void, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32___ctor, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, ADictionary_2_System_Int32_System_Int32_ * param_0000c6a5, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32__Dispose, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CABA0, bool, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32__MoveNext, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CE48, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32__MoveNext__MethodInfo); DO_APP_FUNC(0x014CAD40, void, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32__System_Collections_IEnumerator_Reset, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CE38, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014CAC80, Object *, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32__System_Collections_IEnumerator_get_Current, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CE30, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003BAD50, int32_t, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32__get_Current, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, Dictionary_2_System_Int32_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79630, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32__Dispose__MethodInfo); DO_APP_FUNC(0x014C81E0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79610, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32__MoveNext__MethodInfo); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79618, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32__get_Current__MethodInfo); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, Dictionary_2_System_Int32_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B90, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3520, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32Enum___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32Enum_ * __this, Dictionary_2_System_Int32_System_Int32Enum_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32Enum__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CA500, bool, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32Enum__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CA7D0, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32Enum__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32Enum__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C39F0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32Enum__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3880, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32Enum__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CADC0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32Enum__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, KeyValuePair_2_System_Int32_System_Int32Enum_, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32Enum__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32Enum___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32Enum_ * __this, Dictionary_2_System_Int32_System_Int32Enum_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32Enum__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C81E0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32Enum__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32Enum__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32Enum__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32Enum__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32Enum___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32Enum_ * __this, Dictionary_2_System_Int32_System_Int32Enum_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32Enum__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B90, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32Enum__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32Enum__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32Enum__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, Int32Enum__Enum, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32Enum__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int64___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int64_ * __this, Dictionary_2_System_Int32_System_Int64_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int64__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CAFC0, bool, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int64__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CB2A0, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int64__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int64__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CB3E0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int64__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int64__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CB0A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int64__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Int32_System_Int64_, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int64__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int64___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int64_ * __this, Dictionary_2_System_Int32_System_Int64_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int64__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C9C20, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int64__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int64__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int64__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int64__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int64___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int64_ * __this, Dictionary_2_System_Int32_System_Int64_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int64__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CB480, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int64__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int64__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5B60, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int64__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, int64_t, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int64__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CB510, void, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object___ctor, (ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, ADictionary_2_System_Int32_System_Object_ * param_0000c692, int32_t param_0000c693, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__Dispose, (ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CB590, bool, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__MoveNext, (ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CD80, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x014CB9E0, DictionaryEntry, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CDE0, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IDictionaryEnumerator_get_Entry__MethodInfo); DO_APP_FUNC(0x014CBB10, Object *, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CDC0, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IDictionaryEnumerator_get_Key__MethodInfo); DO_APP_FUNC(0x014CBBF0, Object *, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CDC8, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IDictionaryEnumerator_get_Value__MethodInfo); DO_APP_FUNC(0x014CB960, void, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_Reset, (ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CDD0, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014CB720, Object *, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_get_Current, (ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CD68, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Int32_System_Object_, ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__get_Current, (ADictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, Dictionary_2_System_Int32_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CBC80, bool, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CBF90, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3260, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CBD80, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Int32_System_Object_, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CC080, void, IndexedDictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object___ctor, (IndexedDictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, IndexedDictionary_2_System_Int32_System_Object_ * param_0000c6e0, int32_t param_0000c6e1, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IndexedDictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__Dispose, (IndexedDictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CC180, bool, IndexedDictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__MoveNext, (IndexedDictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CDA8, IndexedDictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x014CC750, DictionaryEntry, IndexedDictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (IndexedDictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CCE8, IndexedDictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IDictionaryEnumerator_get_Entry__MethodInfo); DO_APP_FUNC(0x014CC890, Object *, IndexedDictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (IndexedDictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CCB0, IndexedDictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IDictionaryEnumerator_get_Key__MethodInfo); DO_APP_FUNC(0x014CC980, Object *, IndexedDictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (IndexedDictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CCB8, IndexedDictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IDictionaryEnumerator_get_Value__MethodInfo); DO_APP_FUNC(0x014CC650, void, IndexedDictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_Reset, (IndexedDictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CCD0, IndexedDictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014CC400, Object *, IndexedDictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_get_Current, (IndexedDictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CCF8, IndexedDictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Int32_System_Object_, IndexedDictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object__get_Current, (IndexedDictionary_2_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CA900, void, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object___ctor, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, ADictionary_2_System_Int32_System_Object_ * param_0000c69c, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object__Dispose, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CCA10, bool, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object__MoveNext, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CC98, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x014CCBB0, void, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_Reset, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CD48, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014CCAF0, Object *, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_get_Current, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CCA8, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003BAD50, int32_t, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object__get_Current, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CCC30, void, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object___ctor, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, ADictionary_2_System_Int32_System_Object_ * param_0000c6a5, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object__Dispose, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CCCB0, bool, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object__MoveNext, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CD58, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x014CCE30, void, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_Reset, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CD38, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014CCDB0, Object *, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_get_Current, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CD30, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003B93C0, Object *, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object__get_Current, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, Dictionary_2_System_Int32_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C9C20, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, Dictionary_2_System_Int32_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3480, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CCEB0, void, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object___ctor, (IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, IndexedDictionary_2_System_Int32_System_Object_ * param_0000c6ea, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object__Dispose, (IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CCFA0, bool, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object__MoveNext, (IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CD20, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x014CD1C0, void, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_Reset, (IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CD00, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014CD0F0, Object *, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_get_Current, (IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CD28, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003BAD50, int32_t, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object__get_Current, (IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CD2C0, void, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object___ctor, (IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, IndexedDictionary_2_System_Int32_System_Object_ * param_0000c6f3, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object__Dispose, (IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CD3B0, bool, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object__MoveNext, (IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CD08, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x014CD5E0, void, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_Reset, (IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CC50, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014CD560, Object *, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_get_Current, (IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CC40, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003B93C0, Object *, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object__get_Current, (IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C20B0, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam_ * __this, Dictionary_2_System_Int32_PlayerFlashlightBeam_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CD6E0, bool, Dictionary_2_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CDA70, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CDBB0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C24F0, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CD7F0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, KeyValuePair_2_System_Int32_PlayerFlashlightBeam_, Dictionary_2_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam_ * __this, Dictionary_2_System_Int32_PlayerFlashlightBeam_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CDC50, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam_ * __this, Dictionary_2_System_Int32_PlayerFlashlightBeam_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CDCD0, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, PlayerFlashlightBeam, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4BE0, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CDD60, bool, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CE060, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CE1A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4F50, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CDE40, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C0800, KeyValuePair_2_System_Int32_UnityEngine_RenderInstancedDataLayout_, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CE240, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CE2D0, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, RenderInstancedDataLayout, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3520, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Single___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Single_ * __this, Dictionary_2_System_Int32_System_Single_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Single__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8038, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Single__Dispose__MethodInfo); DO_APP_FUNC(0x014CE360, bool, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Single__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8020, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Single__MoveNext__MethodInfo); DO_APP_FUNC(0x014CE640, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Single__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Single__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CE780, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Single__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3880, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Single__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CE430, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Single__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, KeyValuePair_2_System_Int32_System_Single_, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Single__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8018, Dictionary_2_TKey_TValue_Enumerator_System_Int32_System_Single__get_Current__MethodInfo); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Single___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Single_ * __this, Dictionary_2_System_Int32_System_Single_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Single__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8048, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Single__Dispose__MethodInfo); DO_APP_FUNC(0x014C81E0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Single__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7FE8, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Single__MoveNext__MethodInfo); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Single__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Single__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Single__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7FE0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Single__get_Current__MethodInfo); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Single___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Single_ * __this, Dictionary_2_System_Int32_System_Single_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Single__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B90, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Single__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Single__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CE820, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Single__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA3C0, float, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Single__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C20B0, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CD6E0, bool, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CDA70, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CDBB0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C24F0, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CE8A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, KeyValuePair_2_System_Int32_UnityEngine_UIElements_TreeItem_, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CDC50, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CDCD0, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, TreeItem, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C54C0, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int_ * __this, Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DEB0, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int__Dispose__MethodInfo); DO_APP_FUNC(0x014C6480, bool, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DE70, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int__MoveNext__MethodInfo); DO_APP_FUNC(0x014C6760, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C6940, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5810, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CEB20, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7B950, KeyValuePair_2_System_Int32_UnityEngine_Vector2Int_, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DE80, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int__get_Current__MethodInfo); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int_ * __this, Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C69E0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int_ * __this, Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C6A70, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5B60, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Vector2Int, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4BE0, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4_ * __this, Dictionary_2_System_Int32_UnityEngine_Vector4_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CED20, bool, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CE060, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CE1A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4F50, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CEE00, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C0800, KeyValuePair_2_System_Int32_UnityEngine_Vector4_, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4_ * __this, Dictionary_2_System_Int32_UnityEngine_Vector4_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CE240, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4_ * __this, Dictionary_2_System_Int32_UnityEngine_Vector4_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CE2D0, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, Vector4, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF020, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF0B0, bool, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF4E0, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF620, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF4A0, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF1F0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1C0, KeyValuePair_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF6D0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF760, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF7E0, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF910, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF890, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257900, TextResourceManager_FontAssetRef, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3520, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum_ * __this, Dictionary_2_System_Int32Enum_System_Int32Enum_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CA500, bool, Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CA7D0, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C39F0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3880, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF950, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, KeyValuePair_2_System_Int32Enum_System_Int32Enum_, Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum_ * __this, Dictionary_2_System_Int32Enum_System_Int32Enum_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C81E0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, Int32Enum__Enum, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum_ * __this, Dictionary_2_System_Int32Enum_System_Int32Enum_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B90, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, Int32Enum__Enum, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Object_ * __this, Dictionary_2_System_Int32Enum_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CBC80, bool, Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CBF90, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3260, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CFB50, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Int32Enum_System_Object_, Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Object_ * __this, Dictionary_2_System_Int32Enum_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C9C20, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, Int32Enum__Enum, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Object_ * __this, Dictionary_2_System_Int32Enum_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3480, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CFD60, void, Dictionary_2_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CFE00, bool, Dictionary_2_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D0370, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5990, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D04F0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D0320, void, Dictionary_2_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CFFD0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BCD90, KeyValuePair_2_System_Int64_UnityEngine_UIElements_ComputedStyle_, Dictionary_2_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D05D0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5B60, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, int64_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D0660, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D0700, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D08A0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D07E0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491C00, ComputedStyle, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_System_Int64_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Int64_System_Object_ * __this, Dictionary_2_System_Int64_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Int64_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D08F0, bool, Dictionary_2_TKey_TValue_Enumerator_System_Int64_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D0BF0, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Int64_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5990, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int64_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3260, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int64_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_System_Int64_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D09F0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Int64_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Int64_System_Object_, Dictionary_2_TKey_TValue_Enumerator_System_Int64_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int64_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int64_System_Object_ * __this, Dictionary_2_System_Int64_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int64_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D0CE0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int64_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int64_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5B60, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int64_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, int64_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int64_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int64_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int64_System_Object_ * __this, Dictionary_2_System_Int64_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int64_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3480, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int64_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int64_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int64_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int64_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_System_IntPtr_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_IntPtr_System_Object_ * __this, Dictionary_2_System_IntPtr_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_IntPtr_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D08F0, bool, Dictionary_2_TKey_TValue_Enumerator_System_IntPtr_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D0BF0, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_IntPtr_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5990, Object *, Dictionary_2_TKey_TValue_Enumerator_System_IntPtr_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3260, Object *, Dictionary_2_TKey_TValue_Enumerator_System_IntPtr_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_System_IntPtr_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D0D70, Object *, Dictionary_2_TKey_TValue_Enumerator_System_IntPtr_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_IntPtr_System_Object_, Dictionary_2_TKey_TValue_Enumerator_System_IntPtr_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_IntPtr_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_IntPtr_System_Object_ * __this, Dictionary_2_System_IntPtr_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_IntPtr_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D0CE0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_IntPtr_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_IntPtr_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5B60, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_IntPtr_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, void *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_IntPtr_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_IntPtr_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_IntPtr_System_Object_ * __this, Dictionary_2_System_IntPtr_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_IntPtr_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3480, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_IntPtr_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_IntPtr_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_IntPtr_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_IntPtr_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3EE0, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__Dispose, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D0F70, bool, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D1380, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2620, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D14C0, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4350, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D1090, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257900, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D1560, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, InternedString, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D1600, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, InternedString, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C20B0, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2140, bool, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2530, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2620, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C26C0, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C24F0, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D16A0, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2790, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, InternedString, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2960, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3EE0, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout___ctor, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__Dispose, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D0F70, bool, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D1380, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2620, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D14C0, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4350, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D1930, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257900, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D1560, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, InternedString, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D1600, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, InputControlLayout_Collection_PrecompiledLayout, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D1C20, bool, Dictionary_2_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CBF90, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3260, Object *, Dictionary_2_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D1D20, Object *, Dictionary_2_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_, Dictionary_2_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C9C20, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, IpQCkqlgJLyrFpAOyBfUxXQpJsWK, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3480, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object_ * __this, Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D1F30, bool, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D0BF0, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5990, Object *, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3260, Object *, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2030, Object *, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_Photon_Bolt_NetworkId_System_Object_, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object_ * __this, Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D0CE0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5B60, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, NetworkId, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object_ * __this, Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3480, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF020, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2230, bool, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2630, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2730, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF620, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF4A0, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2360, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1C0, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2780, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF760, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2820, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF910, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF890, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257900, AsyncOperationHandle_1_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, OneOrMore_2_TValue_TList_Enumerator_System_Object_ReadOnlyArray_1_System_Object___ctor, (OneOrMore_2_TValue_TList_Enumerator_System_Object_ReadOnlyArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OneOrMore_2_TValue_TList_Enumerator_System_Object_ReadOnlyArray_1_System_Object__Dispose, (OneOrMore_2_TValue_TList_Enumerator_System_Object_ReadOnlyArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D28D0, bool, OneOrMore_2_TValue_TList_Enumerator_System_Object_ReadOnlyArray_1_System_Object__MoveNext, (OneOrMore_2_TValue_TList_Enumerator_System_Object_ReadOnlyArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, OneOrMore_2_TValue_TList_Enumerator_System_Object_ReadOnlyArray_1_System_Object__Reset, (OneOrMore_2_TValue_TList_Enumerator_System_Object_ReadOnlyArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2960, Object *, OneOrMore_2_TValue_TList_Enumerator_System_Object_ReadOnlyArray_1_System_Object__System_Collections_IEnumerator_get_Current, (OneOrMore_2_TValue_TList_Enumerator_System_Object_ReadOnlyArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2940, Object *, OneOrMore_2_TValue_TList_Enumerator_System_Object_ReadOnlyArray_1_System_Object__get_Current, (OneOrMore_2_TValue_TList_Enumerator_System_Object_ReadOnlyArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3EE0, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2990, bool, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2D60, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2730, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2E60, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4350, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2AB0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257900, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2F10, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4590, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2FB0, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4730, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C46B0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, AsyncOperationHandle, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Boolean___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Boolean_ * __this, Dictionary_2_System_Object_System_Boolean_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Boolean__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D3050, bool, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Boolean__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D3360, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Boolean__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2730, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Boolean__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D3450, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Boolean__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Boolean__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D3150, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Boolean__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Object_System_Boolean_, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Boolean__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Boolean___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Boolean_ * __this, Dictionary_2_System_Object_System_Boolean_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Boolean__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D34F0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Boolean__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Boolean__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Boolean__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Boolean__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C32B0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Boolean___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Boolean_ * __this, Dictionary_2_System_Object_System_Boolean_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Boolean__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D3590, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Boolean__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3440, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Boolean__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C33C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Boolean__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Boolean__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3EE0, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds_ * __this, Dictionary_2_System_Object_UnityEngine_Bounds_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D3620, bool, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2D60, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2730, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2E60, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4350, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D3750, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257900, KeyValuePair_2_System_Object_UnityEngine_Bounds_, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds_ * __this, Dictionary_2_System_Object_UnityEngine_Bounds_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2F10, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4590, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds_ * __this, Dictionary_2_System_Object_UnityEngine_Bounds_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D39C0, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4730, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C46B0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, Bounds, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Byte___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Byte_ * __this, Dictionary_2_System_Object_System_Byte_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Byte__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D3050, bool, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Byte__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D3360, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Byte__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2730, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Byte__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D3450, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Byte__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Byte__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D3A60, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Byte__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Object_System_Byte_, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Byte__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Byte___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Byte_ * __this, Dictionary_2_System_Object_System_Byte_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Byte__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D34F0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Byte__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Byte__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Byte__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Byte__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C32B0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Byte___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Byte_ * __this, Dictionary_2_System_Object_System_Byte_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Byte__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D3590, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Byte__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3440, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Byte__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C33C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Byte__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, uint8_t, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Byte__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D3C70, void, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Char___ctor, (SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Char_ * __this, SortedDictionary_2_System_Object_System_Char_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x014D3E10, void, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Char__Dispose, (SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D3D80, bool, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Char__MoveNext, (SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D3FA0, void, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Char__Reset, (SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D45A0, DictionaryEntry, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Char__System_Collections_IDictionaryEnumerator_get_Entry, (SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1D10, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Char__System_Collections_IDictionaryEnumerator_get_Entry__MethodInfo); DO_APP_FUNC(0x014D4380, Object *, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Char__System_Collections_IDictionaryEnumerator_get_Key, (SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1CE8, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Char__System_Collections_IDictionaryEnumerator_get_Key__MethodInfo); DO_APP_FUNC(0x014D4470, Object *, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Char__System_Collections_IDictionaryEnumerator_get_Value, (SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1CF0, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Char__System_Collections_IDictionaryEnumerator_get_Value__MethodInfo); DO_APP_FUNC(0x014D3FA0, void, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Char__System_Collections_IEnumerator_Reset, (SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D4030, Object *, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Char__System_Collections_IEnumerator_get_Current, (SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1CF8, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Char__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x014D3E80, KeyValuePair_2_System_Object_System_Char_, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Char__get_Current, (SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D3F20, bool, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Char__get_NotStartedOrEnded, (SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D4760, void, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Char___ctor, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Char_ * __this, SortedDictionary_2_System_Object_System_Char_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x014D4850, void, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Char__Dispose, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D4880, bool, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Char__MoveNext, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D4A00, void, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Char__System_Collections_IEnumerator_Reset, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D4940, Object *, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Char__System_Collections_IEnumerator_get_Current, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1D18, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Char__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x014D48C0, Object *, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Char__get_Current, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D4760, void, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Char___ctor, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Char_ * __this, SortedDictionary_2_System_Object_System_Char_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x014D4850, void, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Char__Dispose, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D4880, bool, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Char__MoveNext, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D4A00, void, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Char__System_Collections_IEnumerator_Reset, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D4AB0, Object *, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Char__System_Collections_IEnumerator_get_Current, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1D08, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Char__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x014D4A40, uint16_t, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Char__get_Current, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C20B0, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color_ * __this, Dictionary_2_System_Object_UnityEngine_Color_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D4BC0, bool, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D4F00, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2730, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CDBB0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C24F0, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D4CD0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, KeyValuePair_2_System_Object_UnityEngine_Color_, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color_ * __this, Dictionary_2_System_Object_UnityEngine_Color_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D4FF0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color_ * __this, Dictionary_2_System_Object_UnityEngine_Color_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D5080, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, Color, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32_ * __this, Dictionary_2_System_Object_UnityEngine_Color32_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D5110, bool, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D5410, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2730, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5A30, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D5210, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Object_UnityEngine_Color32_, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32_ * __this, Dictionary_2_System_Object_UnityEngine_Color32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D34F0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32_ * __this, Dictionary_2_System_Object_UnityEngine_Color32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D5500, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, Color32, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CB510, void, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32___ctor, (ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, ADictionary_2_System_Object_System_Int32_ * param_0000c692, int32_t param_0000c693, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32__Dispose, (ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D5590, bool, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32__MoveNext, (ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1D00, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32__MoveNext__MethodInfo); DO_APP_FUNC(0x014D59E0, DictionaryEntry, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32__System_Collections_IDictionaryEnumerator_get_Entry, (ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1C90, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32__System_Collections_IDictionaryEnumerator_get_Entry__MethodInfo); DO_APP_FUNC(0x014D5B10, Object *, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32__System_Collections_IDictionaryEnumerator_get_Key, (ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1C98, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32__System_Collections_IDictionaryEnumerator_get_Key__MethodInfo); DO_APP_FUNC(0x014D5BA0, Object *, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32__System_Collections_IDictionaryEnumerator_get_Value, (ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1C88, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32__System_Collections_IDictionaryEnumerator_get_Value__MethodInfo); DO_APP_FUNC(0x014D5960, void, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32__System_Collections_IEnumerator_Reset, (ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1CA8, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014D5720, Object *, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32__System_Collections_IEnumerator_get_Current, (ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1CA0, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Object_System_Int32_, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32__get_Current, (ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, Dictionary_2_System_Object_System_Int32_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D5C80, bool, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D5410, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2730, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5A30, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D5D80, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Object_System_Int32_, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CCC30, void, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32___ctor, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, ADictionary_2_System_Object_System_Int32_ * param_0000c69c, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32__Dispose, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D5F80, bool, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32__MoveNext, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1CE0, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32__MoveNext__MethodInfo); DO_APP_FUNC(0x014D6100, void, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32__System_Collections_IEnumerator_Reset, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1CD8, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014D6080, Object *, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32__System_Collections_IEnumerator_get_Current, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1CD0, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003B93C0, Object *, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32__get_Current, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CA900, void, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32___ctor, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, ADictionary_2_System_Object_System_Int32_ * param_0000c6a5, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32__Dispose, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D6180, bool, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32__MoveNext, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1CC0, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32__MoveNext__MethodInfo); DO_APP_FUNC(0x014D6320, void, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32__System_Collections_IEnumerator_Reset, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1CB0, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014D6260, Object *, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32__System_Collections_IEnumerator_get_Current, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1CC8, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003BAD50, int32_t, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32__get_Current, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, Dictionary_2_System_Object_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D34F0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, Dictionary_2_System_Object_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D5500, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CB510, void, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum___ctor, (ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, ADictionary_2_System_Object_System_Int32Enum_ * param_0000c692, int32_t param_0000c693, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum__Dispose, (ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D63A0, bool, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum__MoveNext, (ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1CB8, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum__MoveNext__MethodInfo); DO_APP_FUNC(0x014D67F0, DictionaryEntry, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum__System_Collections_IDictionaryEnumerator_get_Entry, (ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1C30, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum__System_Collections_IDictionaryEnumerator_get_Entry__MethodInfo); DO_APP_FUNC(0x014D6920, Object *, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum__System_Collections_IDictionaryEnumerator_get_Key, (ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1C38, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum__System_Collections_IDictionaryEnumerator_get_Key__MethodInfo); DO_APP_FUNC(0x014D69B0, Object *, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum__System_Collections_IDictionaryEnumerator_get_Value, (ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1C28, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum__System_Collections_IDictionaryEnumerator_get_Value__MethodInfo); DO_APP_FUNC(0x014D6770, void, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum__System_Collections_IEnumerator_Reset, (ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1C48, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014D6530, Object *, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum__System_Collections_IEnumerator_get_Current, (ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1C40, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Object_System_Int32Enum_, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum__get_Current, (ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, Dictionary_2_System_Object_System_Int32Enum_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D5C80, bool, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D5410, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2730, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5A30, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D6A90, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Object_System_Int32Enum_, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CCC30, void, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum___ctor, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, ADictionary_2_System_Object_System_Int32Enum_ * param_0000c69c, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum__Dispose, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D6C90, bool, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum__MoveNext, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1C80, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum__MoveNext__MethodInfo); DO_APP_FUNC(0x014D6E10, void, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum__System_Collections_IEnumerator_Reset, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1C78, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014D6D90, Object *, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum__System_Collections_IEnumerator_get_Current, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1C70, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003B93C0, Object *, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum__get_Current, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CA900, void, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum___ctor, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, ADictionary_2_System_Object_System_Int32Enum_ * param_0000c6a5, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum__Dispose, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D6E90, bool, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum__MoveNext, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1C60, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum__MoveNext__MethodInfo); DO_APP_FUNC(0x014D7030, void, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum__System_Collections_IEnumerator_Reset, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1C50, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014D6F70, Object *, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum__System_Collections_IEnumerator_get_Current, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1C68, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003BAD50, Int32Enum__Enum, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum__get_Current, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, Dictionary_2_System_Object_System_Int32Enum_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D34F0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, Dictionary_2_System_Object_System_Int32Enum_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D5500, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, Int32Enum__Enum, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CB510, void, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Object___ctor, (ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, ADictionary_2_System_Object_System_Object_ * param_0000c692, int32_t param_0000c693, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__Dispose, (ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D70B0, bool, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__MoveNext, (ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1C58, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x014D7480, DictionaryEntry, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1C00, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IDictionaryEnumerator_get_Entry__MethodInfo); DO_APP_FUNC(0x014D7560, Object *, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1C08, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IDictionaryEnumerator_get_Key__MethodInfo); DO_APP_FUNC(0x014D75F0, Object *, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1BF8, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IDictionaryEnumerator_get_Value__MethodInfo); DO_APP_FUNC(0x014D7400, void, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_Reset, (ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1C18, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014D7240, Object *, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1C10, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Object_System_Object_, ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__get_Current, (ADictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D7680, void, ConditionalWeakTable_2_TKey_TValue_Enumerator_System_Object_System_Object___ctor, (ConditionalWeakTable_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, ConditionalWeakTable_2_System_Object_System_Object__1 * table, MethodInfo * method)); DO_APP_FUNC(0x014D7770, void, ConditionalWeakTable_2_TKey_TValue_Enumerator_System_Object_System_Object__Dispose, (ConditionalWeakTable_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D76F0, void, ConditionalWeakTable_2_TKey_TValue_Enumerator_System_Object_System_Object__Finalize, (ConditionalWeakTable_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D7820, bool, ConditionalWeakTable_2_TKey_TValue_Enumerator_System_Object_System_Object__MoveNext, (ConditionalWeakTable_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ConditionalWeakTable_2_TKey_TValue_Enumerator_System_Object_System_Object__Reset, (ConditionalWeakTable_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D7B80, Object *, ConditionalWeakTable_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (ConditionalWeakTable_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D7B50, KeyValuePair_2_System_Object_System_Object_, ConditionalWeakTable_2_TKey_TValue_Enumerator_System_Object_System_Object__get_Current, (ConditionalWeakTable_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, Dictionary_2_System_Object_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F558, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__Dispose__MethodInfo); DO_APP_FUNC(0x014D7C00, bool, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA398, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x014D7EA0, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2730, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3260, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA330, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014D7D10, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Object_System_Object_, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA3A8, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__get_Current__MethodInfo); DO_APP_FUNC(0x014CC080, void, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object___ctor, (IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, IndexedDictionary_2_System_Object_System_Object_ * param_0000c6e0, int32_t param_0000c6e1, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__Dispose, (IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D7F40, bool, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__MoveNext, (IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1C20, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x014D8450, DictionaryEntry, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1BA8, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IDictionaryEnumerator_get_Entry__MethodInfo); DO_APP_FUNC(0x014D8540, Object *, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1BB0, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IDictionaryEnumerator_get_Key__MethodInfo); DO_APP_FUNC(0x014D85D0, Object *, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1BA0, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IDictionaryEnumerator_get_Value__MethodInfo); DO_APP_FUNC(0x014D8350, void, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_Reset, (IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1BC0, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014D8180, Object *, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1BB8, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Object_System_Object_, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__get_Current, (IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, OneOrMore_2_TValue_TList_Enumerator_System_Object_System_Object___ctor, (OneOrMore_2_TValue_TList_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OneOrMore_2_TValue_TList_Enumerator_System_Object_System_Object__Dispose, (OneOrMore_2_TValue_TList_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D8660, bool, OneOrMore_2_TValue_TList_Enumerator_System_Object_System_Object__MoveNext, (OneOrMore_2_TValue_TList_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148ED20, void, OneOrMore_2_TValue_TList_Enumerator_System_Object_System_Object__Reset, (OneOrMore_2_TValue_TList_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2960, Object *, OneOrMore_2_TValue_TList_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (OneOrMore_2_TValue_TList_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D8690, Object *, OneOrMore_2_TValue_TList_Enumerator_System_Object_System_Object__get_Current, (OneOrMore_2_TValue_TList_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D3C70, void, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object___ctor, (SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, SortedDictionary_2_System_Object_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x014D3E10, void, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__Dispose, (SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D86B0, bool, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__MoveNext, (SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D8740, void, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__Reset, (SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D8C70, DictionaryEntry, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1BD8, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IDictionaryEnumerator_get_Entry__MethodInfo); DO_APP_FUNC(0x014D8A90, Object *, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1BE8, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IDictionaryEnumerator_get_Key__MethodInfo); DO_APP_FUNC(0x014D8B80, Object *, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1BF0, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IDictionaryEnumerator_get_Value__MethodInfo); DO_APP_FUNC(0x014D8740, void, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_Reset, (SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D87D0, Object *, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1B98, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x014D3E80, KeyValuePair_2_System_Object_System_Object_, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__get_Current, (SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D3F20, bool, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object__get_NotStartedOrEnded, (SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D8DF0, void, SortedList_2_TKey_TValue_Enumerator_System_Object_System_Object___ctor, (SortedList_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, SortedList_2_System_Object_System_Object_ * sortedList, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x014D8E80, void, SortedList_2_TKey_TValue_Enumerator_System_Object_System_Object__Dispose, (SortedList_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D8FA0, bool, SortedList_2_TKey_TValue_Enumerator_System_Object_System_Object__MoveNext, (SortedList_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1BC8, SortedList_2_TKey_TValue_Enumerator_System_Object_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x014D9200, DictionaryEntry, SortedList_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (SortedList_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1BD0, SortedList_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IDictionaryEnumerator_get_Entry__MethodInfo); DO_APP_FUNC(0x014D8EA0, Object *, SortedList_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (SortedList_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1BE0, SortedList_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IDictionaryEnumerator_get_Key__MethodInfo); DO_APP_FUNC(0x014D9570, Object *, SortedList_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (SortedList_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1B50, SortedList_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IDictionaryEnumerator_get_Value__MethodInfo); DO_APP_FUNC(0x014D9670, void, SortedList_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_Reset, (SortedList_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1B38, SortedList_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014D9390, Object *, SortedList_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (SortedList_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1B48, SortedList_2_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x014D9320, KeyValuePair_2_System_Object_System_Object_, SortedList_2_TKey_TValue_Enumerator_System_Object_System_Object__get_Current, (SortedList_2_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CCC30, void, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object___ctor, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, ADictionary_2_System_Object_System_Object_ * param_0000c69c, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__Dispose, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D9700, bool, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__MoveNext, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1B40, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x014D9880, void, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_Reset, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1B30, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014D9800, Object *, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1B28, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003B93C0, Object *, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__get_Current, (ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CCC30, void, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object___ctor, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, ADictionary_2_System_Object_System_Object_ * param_0000c6a5, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object__Dispose, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D9900, bool, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object__MoveNext, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1B18, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x014D9A80, void, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_Reset, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1B88, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014D9A00, Object *, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1B20, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003B93C0, Object *, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object__get_Current, (ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, Dictionary_2_System_Object_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA380, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__Dispose__MethodInfo); DO_APP_FUNC(0x014D34F0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA3C8, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA3D0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__get_Current__MethodInfo); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, Dictionary_2_System_Object_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3480, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CD2C0, void, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object___ctor, (IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, IndexedDictionary_2_System_Object_System_Object_ * param_0000c6ea, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__Dispose, (IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D9B00, bool, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__MoveNext, (IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1B90, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x014D9D30, void, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_Reset, (IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1B80, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014D9CB0, Object *, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1B78, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003B93C0, Object *, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__get_Current, (IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CD2C0, void, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object___ctor, (IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, IndexedDictionary_2_System_Object_System_Object_ * param_0000c6f3, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object__Dispose, (IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D9E30, bool, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object__MoveNext, (IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1B68, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x014DA060, void, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_Reset, (IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1B58, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014D9FE0, Object *, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1B70, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003B93C0, Object *, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object__get_Current, (IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D4760, void, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object___ctor, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, SortedDictionary_2_System_Object_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x014D4850, void, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__Dispose, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DA160, bool, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__MoveNext, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DA260, void, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_Reset, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DA1A0, Object *, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1B60, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x014D48C0, Object *, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object__get_Current, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D4760, void, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object___ctor, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, SortedDictionary_2_System_Object_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x014D4850, void, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object__Dispose, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DA160, bool, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object__MoveNext, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DA260, void, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_Reset, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DA320, Object *, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1B10, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x014DA2A0, Object *, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object__get_Current, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C20B0, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DA3E0, bool, Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D4F00, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2730, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CDBB0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C24F0, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DA500, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_, Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D4FF0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DA790, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, ObjectSurface, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DA820, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DA8B0, bool, Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DAD00, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2730, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DAE10, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DACC0, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DAA20, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491090, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_, Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DAED0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DAF60, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DAFF0, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DB120, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DB090, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1C0, OriginalMaterialValue, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C20B0, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable_ * __this, Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D4BC0, bool, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D4F00, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2730, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CDBB0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C24F0, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DB160, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, KeyValuePair_2_System_Object_UnityEngine_Playables_Playable_, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable_ * __this, Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D4FF0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable_ * __this, Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D5080, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, Playable, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF020, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DB390, bool, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2630, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2730, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF620, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF4A0, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DB4D0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1C0, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2780, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF760, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DB740, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF910, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF890, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257900, ProbeVolumeBakingProcessSettings, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C20B0, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator_ * __this, Dictionary_2_System_Object_System_Resources_ResourceLocator_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DA3E0, bool, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D4F00, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2730, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CDBB0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C24F0, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DB7E0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, KeyValuePair_2_System_Object_System_Resources_ResourceLocator_, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator_ * __this, Dictionary_2_System_Object_System_Resources_ResourceLocator_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D4FF0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator_ * __this, Dictionary_2_System_Object_System_Resources_ResourceLocator_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DA790, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, ResourceLocator, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Single___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Single_ * __this, Dictionary_2_System_Object_System_Single_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Single__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DBA70, bool, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Single__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DBDC0, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Single__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2730, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Single__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DBEB0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Single__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Single__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DBB80, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Single__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Object_System_Single_, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Single__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Single___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Single_ * __this, Dictionary_2_System_Object_System_Single_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Single__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D34F0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Single__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Single__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Single__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Single__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Single___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Single_ * __this, Dictionary_2_System_Object_System_Single_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Single__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DBF50, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Single__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Single__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CE820, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Single__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA3C0, float, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Single__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C20B0, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DA3E0, bool, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D4F00, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2730, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CDBB0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C24F0, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DBFD0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D4FF0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DA790, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, StylePropertyValue, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId_ * __this, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D5110, bool, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D5410, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2730, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5A30, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DC260, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Object_UnityEngine_UIElements_TextureId_, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId_ * __this, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D34F0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId_ * __this, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D5500, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TextureId, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_TimeSpan___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_TimeSpan_ * __this, Dictionary_2_System_Object_System_TimeSpan_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_TimeSpan__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DC460, bool, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_TimeSpan__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DC770, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_TimeSpan__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2730, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_TimeSpan__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CB3E0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_TimeSpan__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_TimeSpan__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DC560, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_TimeSpan__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Object_System_TimeSpan_, Dictionary_2_TKey_TValue_Enumerator_System_Object_System_TimeSpan__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_TimeSpan___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_TimeSpan_ * __this, Dictionary_2_System_Object_System_TimeSpan_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_TimeSpan__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D34F0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_TimeSpan__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_TimeSpan__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_TimeSpan__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_TimeSpan__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_TimeSpan___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_TimeSpan_ * __this, Dictionary_2_System_Object_System_TimeSpan_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_TimeSpan__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CB480, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_TimeSpan__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_TimeSpan__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5B60, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_TimeSpan__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, TimeSpan, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_TimeSpan__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF020, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint_ * __this, Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DC860, bool, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DCC50, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2730, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DCD50, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF4A0, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DC9C0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1C0, KeyValuePair_2_System_Object_UdpKit_UdpEndPoint_, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint_ * __this, Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2780, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DCE10, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint_ * __this, Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DCEA0, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DCFE0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DCF50, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BA770, UdpEndPoint, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2_ * __this, Dictionary_2_System_Object_UnityEngine_Vector2_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DD020, bool, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DD3A0, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2730, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DD490, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DD150, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Object_UnityEngine_Vector2_, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2_ * __this, Dictionary_2_System_Object_UnityEngine_Vector2_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D34F0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2_ * __this, Dictionary_2_System_Object_UnityEngine_Vector2_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DD530, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DD5D0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BB3D0, Vector2, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C20B0, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3_ * __this, Dictionary_2_System_Object_UnityEngine_Vector3_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DD650, bool, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DD9C0, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2730, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DDAC0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C24F0, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DD780, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, KeyValuePair_2_System_Object_UnityEngine_Vector3_, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3_ * __this, Dictionary_2_System_Object_UnityEngine_Vector3_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D4FF0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C6210, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3_ * __this, Dictionary_2_System_Object_UnityEngine_Vector3_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DDB70, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C63B0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C6330, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7B950, Vector3, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DDC00, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DDC90, bool, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DE2F0, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2730, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DE470, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DE2B0, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DDF40, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DDEB0, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DE5A0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DE640, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DE6D0, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DE9A0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DE890, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BF230, InputControlLayout_ControlItem, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DC460, bool, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DC770, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2730, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CB3E0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DE9E0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D34F0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CB480, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5B60, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, InputSystemUIInputModule_InputActionReferenceState, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DEBF0, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DEC90, bool, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DF0C0, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2730, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DF1E0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DF070, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DEE10, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148C590, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DF2B0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DF340, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DF3D0, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DF550, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DF4A0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490D40, JsonParser_JsonValue, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D5110, bool, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D5410, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2730, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5A30, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DF5A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D34F0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D5500, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, ProbeReferenceVolume_RegId, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DA820, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DF7A0, bool, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DAD00, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2730, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DAE10, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DACC0, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DF8E0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491090, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DAED0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DAF60, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DFB00, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DB120, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DB090, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1C0, ProtocolClient_AckCallback, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DA820, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DF7A0, bool, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DAD00, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2730, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DAE10, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DACC0, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DFBB0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491090, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_, Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DAED0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DAF60, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DFB00, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DB120, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DB090, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1C0, ProtocolClient_MsgHandler, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DFDD0, void, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor, (IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * param_0000c6e0, int32_t param_0000c6e1, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Dispose, (IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DFEE0, bool, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__MoveNext, (IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5C38, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__MoveNext__MethodInfo); DO_APP_FUNC(0x014E0540, DictionaryEntry, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IDictionaryEnumerator_get_Entry, (IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5BF0, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IDictionaryEnumerator_get_Entry__MethodInfo); DO_APP_FUNC(0x014E0680, Object *, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IDictionaryEnumerator_get_Key, (IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5BF8, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IDictionaryEnumerator_get_Key__MethodInfo); DO_APP_FUNC(0x014E0710, Object *, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IDictionaryEnumerator_get_Value, (IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5BE0, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IDictionaryEnumerator_get_Value__MethodInfo); DO_APP_FUNC(0x014E0440, void, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEnumerator_Reset, (IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5C08, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014E01F0, Object *, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEnumerator_get_Current, (IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5C00, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x01257900, KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_, IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_Current, (IndexedDictionary_2_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CD2C0, void, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor, (IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * param_0000c6ea, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Dispose, (IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E0810, bool, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__MoveNext, (IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5BE8, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__MoveNext__MethodInfo); DO_APP_FUNC(0x014E0A40, void, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEnumerator_Reset, (IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5C30, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014E09C0, Object *, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEnumerator_get_Current, (IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5C28, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003B93C0, Object *, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_Current, (IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E0B40, void, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor, (IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * param_0000c6f3, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Dispose, (IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E0C40, bool, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__MoveNext, (IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5C18, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__MoveNext__MethodInfo); DO_APP_FUNC(0x014E0EE0, void, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEnumerator_Reset, (IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5C10, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x014E0E00, Object *, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEnumerator_get_Current, (IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5C20, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x00A6DAA0, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_Current, (IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DC460, bool, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DC770, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2730, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CB3E0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E0FF0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_, Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D34F0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CB480, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5B60, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, StyleComplexSelector_PseudoStateData, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object_ * __this, Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D1C20, bool, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CBF90, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3260, Object *, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E1200, Object *, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_Photon_Bolt_PrefabId_System_Object_, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object_ * __this, Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C9C20, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, PrefabId, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object_ * __this, Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3480, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DA820, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32___ctor, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32_ * __this, Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32__Dispose, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E1410, bool, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E17D0, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E1920, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E19E0, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DACC0, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E1550, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491090, KeyValuePair_2_UnityEngine_RaycastHit_System_Int32_, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32__get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E1A80, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32_ * __this, Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E1B10, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E1C50, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E1BC0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491580, RaycastHit, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32_ * __this, Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E1CA0, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E1D30, void, Dictionary_2_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample_ * __this, Dictionary_2_System_Single_SplineMesh_CurveSample_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E1DD0, bool, Dictionary_2_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E2310, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E2480, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E2520, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E22C0, void, Dictionary_2_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E1FC0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E1F80, KeyValuePair_2_System_Single_SplineMesh_CurveSample_, Dictionary_2_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample_ * __this, Dictionary_2_System_Single_SplineMesh_CurveSample_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E25F0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CE820, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA3C0, float, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DF340, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample_ * __this, Dictionary_2_System_Single_SplineMesh_CurveSample_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E2670, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DF550, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DF4A0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01490D40, CurveSample, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D1F30, bool, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D0BF0, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5990, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3260, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E2730, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D0CE0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5B60, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, TerrainTileCoord, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3480, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C20B0, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4810, bool, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2530, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2620, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C26C0, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C24F0, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E2930, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, KeyValuePair_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4B50, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, TrackableId, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2960, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object_ * __this, Dictionary_2_Photon_Bolt_TypeId_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D1C20, bool, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CBF90, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3260, Object *, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E2B60, Object *, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_Photon_Bolt_TypeId_System_Object_, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object_ * __this, Dictionary_2_Photon_Bolt_TypeId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C9C20, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, TypeId, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object_ * __this, Dictionary_2_Photon_Bolt_TypeId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3480, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_UInt16_System_Object_ * __this, Dictionary_2_System_UInt16_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E2D70, bool, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E3080, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E3170, Object *, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3260, Object *, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E2E70, Object *, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_UInt16_System_Object_, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C89A0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_System_Object_ * __this, Dictionary_2_System_UInt16_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E3210, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C8B20, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C8AA0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDDA0, uint16_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_System_Object_ * __this, Dictionary_2_System_UInt16_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3480, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF020, void, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel_ * __this, Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57368, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel__Dispose__MethodInfo); DO_APP_FUNC(0x014E32A0, bool, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57328, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel__MoveNext__MethodInfo); DO_APP_FUNC(0x014E3690, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E3170, Object *, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF620, Object *, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF4A0, void, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E33E0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1C0, KeyValuePair_2_System_UInt16_Dissonance_PlayerChannel_, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C572C0, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel__get_Current__MethodInfo); DO_APP_FUNC(0x014C89A0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel_ * __this, Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E37D0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C8B20, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C8AA0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDDA0, uint16_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF760, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel_ * __this, Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E3860, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF910, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF890, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257900, PlayerChannel, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DA820, void, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel_ * __this, Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57350, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel__Dispose__MethodInfo); DO_APP_FUNC(0x014E3910, bool, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C572B0, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel__MoveNext__MethodInfo); DO_APP_FUNC(0x014E3D30, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E3170, Object *, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DAE10, Object *, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DACC0, void, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E3A60, Object *, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491090, KeyValuePair_2_System_UInt16_Dissonance_RoomChannel_, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C572D0, Dictionary_2_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel__get_Current__MethodInfo); DO_APP_FUNC(0x014C89A0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel_ * __this, Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E3E80, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C8B20, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C8AA0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDDA0, uint16_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DAF60, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel_ * __this, Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E3F10, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DB120, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DB090, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1C0, RoomChannel, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3520, void, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Boolean___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Boolean_ * __this, Dictionary_2_System_UInt32_System_Boolean_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Boolean__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B330, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Boolean__Dispose__MethodInfo); DO_APP_FUNC(0x014C7D30, bool, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Boolean__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B318, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Boolean__MoveNext__MethodInfo); DO_APP_FUNC(0x014C8010, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Boolean__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Boolean__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C8140, Object *, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Boolean__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3880, void, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Boolean__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E3FC0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Boolean__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, KeyValuePair_2_System_UInt32_System_Boolean_, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Boolean__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B2F8, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Boolean__get_Current__MethodInfo); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Boolean___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Boolean_ * __this, Dictionary_2_System_UInt32_System_Boolean_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Boolean__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C81E0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Boolean__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Boolean__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Boolean__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, uint32_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Boolean__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C32B0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Boolean___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Boolean_ * __this, Dictionary_2_System_UInt32_System_Boolean_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Boolean__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C8260, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Boolean__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3440, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Boolean__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C33C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Boolean__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Boolean__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DA820, void, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E41C0, bool, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E4590, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E46E0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DACC0, void, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E4310, Object *, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491090, KeyValuePair_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E47A0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, uint32_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E1A80, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E4830, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E1C50, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E1BC0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491580, GlyphPairAdjustmentRecord, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3520, void, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Int32___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Int32_ * __this, Dictionary_2_System_UInt32_System_Int32_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Int32__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CA500, bool, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Int32__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CA7D0, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Int32__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Int32__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C39F0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Int32__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3880, void, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Int32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E48E0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Int32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, KeyValuePair_2_System_UInt32_System_Int32_, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Int32__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Int32___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Int32_ * __this, Dictionary_2_System_UInt32_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Int32__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C81E0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Int32__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Int32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Int32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, uint32_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Int32__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Int32___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Int32_ * __this, Dictionary_2_System_UInt32_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Int32__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B90, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Int32__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Int32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Int32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Int32__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Object_ * __this, Dictionary_2_System_UInt32_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CBC80, bool, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CBF90, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3260, Object *, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E4AE0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_UInt32_System_Object_, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Object_ * __this, Dictionary_2_System_UInt32_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C9C20, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, uint32_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Object_ * __this, Dictionary_2_System_UInt32_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3480, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E4CF0, void, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_SessionClient___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_SessionClient_ * __this, Dictionary_2_System_UInt32_SessionClient_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_SessionClient__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E4D80, bool, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_SessionClient__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E5250, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_SessionClient__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_SessionClient__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E53A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_SessionClient__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E5200, void, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_SessionClient__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E4F00, Object *, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_SessionClient__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014944B0, KeyValuePair_2_System_UInt32_SessionClient_, Dictionary_2_TKey_TValue_Enumerator_System_UInt32_SessionClient__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_SessionClient___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_SessionClient_ * __this, Dictionary_2_System_UInt32_SessionClient_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_SessionClient__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E5470, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_SessionClient__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_SessionClient__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_SessionClient__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, uint32_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_SessionClient__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E5500, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_SessionClient___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_SessionClient_ * __this, Dictionary_2_System_UInt32_SessionClient_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_SessionClient__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E5590, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_SessionClient__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E56F0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_SessionClient__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E5650, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_SessionClient__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DE70, SessionClient, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_SessionClient__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, Dictionary_2_System_UInt64_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D08F0, bool, Dictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D0BF0, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5990, Object *, Dictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3260, Object *, Dictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E5740, Object *, Dictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_UInt64_System_Object_, Dictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D3C70, void, SortedDictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object___ctor, (SortedDictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, SortedDictionary_2_System_UInt64_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x014D3E10, void, SortedDictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object__Dispose, (SortedDictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E5940, bool, SortedDictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object__MoveNext, (SortedDictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E59D0, void, SortedDictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object__Reset, (SortedDictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E5FC0, DictionaryEntry, SortedDictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (SortedDictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9130, SortedDictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object__System_Collections_IDictionaryEnumerator_get_Entry__MethodInfo); DO_APP_FUNC(0x014E5DA0, Object *, SortedDictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (SortedDictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9100, SortedDictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object__System_Collections_IDictionaryEnumerator_get_Key__MethodInfo); DO_APP_FUNC(0x014E5ED0, Object *, SortedDictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (SortedDictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9128, SortedDictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object__System_Collections_IDictionaryEnumerator_get_Value__MethodInfo); DO_APP_FUNC(0x014E59D0, void, SortedDictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object__System_Collections_IEnumerator_Reset, (SortedDictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E5A60, Object *, SortedDictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object__System_Collections_IEnumerator_get_Current, (SortedDictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA90F8, SortedDictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x014D3E80, KeyValuePair_2_System_UInt64_System_Object_, SortedDictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object__get_Current, (SortedDictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D3F20, bool, SortedDictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object__get_NotStartedOrEnded, (SortedDictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt64_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, Dictionary_2_System_UInt64_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt64_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D0CE0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt64_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt64_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5B60, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt64_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, uint64_t, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt64_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, Dictionary_2_System_UInt64_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3480, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D4760, void, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt64_System_Object___ctor, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, SortedDictionary_2_System_UInt64_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x014D4850, void, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt64_System_Object__Dispose, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E6180, bool, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt64_System_Object__MoveNext, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E62D0, void, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt64_System_Object__System_Collections_IEnumerator_Reset, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E61C0, Object *, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt64_System_Object__System_Collections_IEnumerator_get_Current, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9110, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt64_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x014D48C0, uint64_t, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt64_System_Object__get_Current, (SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D4760, void, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_System_Object___ctor, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, SortedDictionary_2_System_UInt64_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x014D4850, void, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_System_Object__Dispose, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E6180, bool, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_System_Object__MoveNext, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E62D0, void, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_System_Object__System_Collections_IEnumerator_Reset, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E6310, Object *, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_System_Object__System_Collections_IEnumerator_get_Current, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9120, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x014DA2A0, Object *, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_System_Object__get_Current, (SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF020, void, Dictionary_2_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor, (Dictionary_2_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__Dispose, (Dictionary_2_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E63D0, bool, Dictionary_2_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E6850, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4490, Object *, Dictionary_2_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E6990, Object *, Dictionary_2_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF4A0, void, Dictionary_2_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E6520, Object *, Dictionary_2_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1C0, KeyValuePair_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_, Dictionary_2_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__get_Current, (Dictionary_2_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4590, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E6A30, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4730, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C46B0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, UVTexture, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E6AE0, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, ObjectSurface, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C20B0, void, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object_ * __this, Dictionary_2_UdpKit_UdpChannelName_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E6B80, bool, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2530, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2620, Object *, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C26C0, Object *, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C24F0, void, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E6CA0, Object *, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, KeyValuePair_2_UdpKit_UdpChannelName_System_Object_, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object_ * __this, Dictionary_2_UdpKit_UdpChannelName_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E6F30, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, UdpChannelName, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object_ * __this, Dictionary_2_UdpKit_UdpChannelName_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2960, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF020, void, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object_ * __this, Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E6FC0, bool, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E7390, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E7490, Object *, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E7550, Object *, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CF4A0, void, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E7110, Object *, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148E1C0, KeyValuePair_2_UdpKit_UdpEndPoint_System_Object_, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DCE10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object_ * __this, Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E75A0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DCFE0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DCF50, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BA770, UdpEndPoint, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object_ * __this, Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E7650, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3EE0, void, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32___ctor, (Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32_ * __this, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32__Dispose, (Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E76F0, bool, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E7A40, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E7490, Object *, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E7B90, Object *, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4350, void, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E7800, Object *, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257900, KeyValuePair_2_UdpKit_UdpEndPoint_System_UInt32_, Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32__get_Current, (Dictionary_2_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DCE10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32_ * __this, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E7C30, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DCFE0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DCF50, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014BA770, UdpEndPoint, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32_ * __this, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E7CD0, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, uint32_t, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C20B0, void, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object_ * __this, Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4810, bool, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2530, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2620, Object *, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C26C0, Object *, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C24F0, void, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E7D60, Object *, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, KeyValuePair_2_Photon_Bolt_UniqueId_System_Object_, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object_ * __this, Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4B50, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, UniqueId, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object_ * __this, Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2960, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32___ctor, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32_ * __this, Dictionary_2_UnityEngine_Vector3_System_Int32_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32__Dispose, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5C70, bool, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5F80, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C60C0, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C6170, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E7F90, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_UnityEngine_Vector3_System_Int32_, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32__get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C6210, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32_ * __this, Dictionary_2_UnityEngine_Vector3_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C6290, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C63B0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C6330, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7B950, Vector3, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32_ * __this, Dictionary_2_UnityEngine_Vector3_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C63F0, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C20B0, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object_ * __this, Dictionary_2_UnityEngine_Vector3Int_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E81A0, bool, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E8510, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C60C0, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C26C0, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C24F0, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E82D0, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, KeyValuePair_2_UnityEngine_Vector3Int_System_Object_, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C6210, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object_ * __this, Dictionary_2_UnityEngine_Vector3Int_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E8610, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C63B0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C6330, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7B950, Vector3Int, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object_ * __this, Dictionary_2_UnityEngine_Vector3Int_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2960, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3EE0, void, Dictionary_2_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef___ctor, (Dictionary_2_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__Dispose, (Dictionary_2_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D0F70, bool, Dictionary_2_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D1380, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2620, Object *, Dictionary_2_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D14C0, Object *, Dictionary_2_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4350, void, Dictionary_2_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E86A0, Object *, Dictionary_2_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257900, KeyValuePair_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_, Dictionary_2_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__get_Current, (Dictionary_2_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D1560, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, XPathNodeRef, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D1600, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, XPathNodeRef, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C20B0, void, Dictionary_2_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2140, bool, Dictionary_2_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2530, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2620, Object *, Dictionary_2_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C26C0, Object *, Dictionary_2_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C24F0, void, Dictionary_2_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E8990, Object *, Dictionary_2_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, KeyValuePair_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_, Dictionary_2_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2790, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, JSONDeserialization_TaskField, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2960, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DA820, void, Dictionary_2_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E8C20, bool, Dictionary_2_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E90E0, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4490, Object *, Dictionary_2_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E9230, Object *, Dictionary_2_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DACC0, void, Dictionary_2_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E8D90, Object *, Dictionary_2_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491090, KeyValuePair_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_, Dictionary_2_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4590, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E92E0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4730, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C46B0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, MemberRelationshipService_RelationshipEntry, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4590, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E9380, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4730, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C46B0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, MemberRelationshipService_RelationshipEntry, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D1C20, bool, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CBF90, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3260, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E9420, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C9C20, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, ProbeReferenceVolume_RegId, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3480, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C20B0, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta___ctor, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__Dispose, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E9630, bool, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CDA70, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CDBB0, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C24F0, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E9740, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014CDC50, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, ProbeReferenceVolume_RegId, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014DA790, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, ProbeBrickIndex_BrickMeta, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E99C0, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo___ctor, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__Dispose, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E9A50, bool, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E9EA0, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C68A0, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E9FF0, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E9E50, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E9BC0, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E9B90, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EA0B0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, ProbeReferenceVolume_RegId, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C9300, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EA140, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C94D0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C9440, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01491090, ProbeBrickIndex_CellIndexUpdateInfo, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E4CF0, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EA1E0, bool, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EA610, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EA720, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EA7F0, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E5200, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EA360, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014944B0, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E5500, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EA840, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E56F0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014E5650, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0148DE70, ProbeReferenceVolume_Volume, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EA900, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3EE0, void, Dictionary_2_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3F70, bool, Dictionary_2_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4390, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4490, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4540, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4350, void, Dictionary_2_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EA9A0, Object *, Dictionary_2_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257900, KeyValuePair_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_, Dictionary_2_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4590, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4610, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4730, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C46B0, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, Regex_CachedCodeEntryKey, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4770, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C20B0, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32___ctor, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__Dispose, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EAC60, bool, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4F90, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2620, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C50D0, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C24F0, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EAD70, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2790, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, StylePropertyAnimationSystem_ElementPropertyPair, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EB000, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C20B0, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum___ctor, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__Dispose, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EAC60, bool, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C4F90, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2620, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C50D0, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C24F0, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EB080, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2790, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, StylePropertyAnimationSystem_ElementPropertyPair, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3B10, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EB000, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C90, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3C10, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, Int32Enum__Enum, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C20B0, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2140, bool, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2530, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2620, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C26C0, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C24F0, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EB310, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A6DAA0, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2710, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2790, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28A0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2820, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, StylePropertyAnimationSystem_ElementPropertyPair, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2960, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2D00, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D1F30, bool, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D0BF0, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5990, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3260, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3090, void, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EB5A0, Object *, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D0CE0, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C5B60, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, StyleSheetCache_SheetHandleKey, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C3480, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EB7A0, void, Dictionary_2_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object___ctor, (Dictionary_2_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * dictionary, int32_t getEnumeratorRetType, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__Dispose, (Dictionary_2_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EB850, bool, Dictionary_2_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__MoveNext, (Dictionary_2_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EBE50, DictionaryEntry, Dictionary_2_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_IDictionaryEnumerator_get_Entry, (Dictionary_2_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EBFA0, Object *, Dictionary_2_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_IDictionaryEnumerator_get_Key, (Dictionary_2_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EC0A0, Object *, Dictionary_2_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_IDictionaryEnumerator_get_Value, (Dictionary_2_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EBDF0, void, Dictionary_2_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EBA80, Object *, Dictionary_2_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EBA30, KeyValuePair_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_, Dictionary_2_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__get_Current, (Dictionary_2_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EC0F0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__Dispose, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EC190, bool, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__MoveNext, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EC3E0, void, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EC300, Object *, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EC2B0, WetDecalSystem_MaterialBatchId, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__get_Current, (Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C28E0, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__Dispose, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EC440, bool, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__MoveNext, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C2A30, void, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_IEnumerator_Reset, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014C29F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_IEnumerator_get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__get_Current, (Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014EC4E0, IEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__3 *, EqualityComparerNoAlloc_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x014ECEE0, IEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__4 *, EqualityComparerNoAlloc_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x014ED8E0, IEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__5 *, EqualityComparerNoAlloc_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x014EE2E0, IEqualityComparer_1_System_Boolean_ *, EqualityComparerNoAlloc_1_System_Boolean__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x014EECE0, IEqualityComparer_1_System_Int32_ *, EqualityComparerNoAlloc_1_System_Int32__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x014EF6E0, IEqualityComparer_1_System_Int32Enum_ *, EqualityComparerNoAlloc_1_System_Int32Enum__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x014F00E0, IEqualityComparer_1_System_IntPtr_ *, EqualityComparerNoAlloc_1_System_IntPtr__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x014F0AE0, IEqualityComparer_1_System_Object_ *, EqualityComparerNoAlloc_1_System_Object__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x014F14E0, IEqualityComparer_1_System_Single_ *, EqualityComparerNoAlloc_1_System_Single__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x014F1EE0, IEqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ *, EqualityComparerNoAlloc_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x014F28E0, IEqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ *, EqualityComparerNoAlloc_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x014F32E0, IEqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ *, EqualityComparerNoAlloc_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_ArraySegment_1___ctor, (EqualityComparer_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014F3CE0, EqualityComparer_1_System_ArraySegment_1_ *, EqualityComparer_1_System_ArraySegment_1__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_System_ArraySegment_1__IndexOf, (EqualityComparer_1_System_ArraySegment_1_ * __this, ArraySegment_1_Byte___Array * array, ArraySegment_1_Byte_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_System_ArraySegment_1__LastIndexOf, (EqualityComparer_1_System_ArraySegment_1_ * __this, ArraySegment_1_Byte___Array * array, ArraySegment_1_Byte_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_System_ArraySegment_1__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_ArraySegment_1_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_System_ArraySegment_1__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_ArraySegment_1_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_ArraySegment_1_ *, EqualityComparer_1_System_ArraySegment_1__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor, (EqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014F4C60, EqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ *, EqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F5800, int32_t, EqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__IndexOf, (EqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, AsyncOperationHandle_1_System_Object___Array * array, AsyncOperationHandle_1_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F58E0, int32_t, EqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__LastIndexOf, (EqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, AsyncOperationHandle_1_System_Object___Array * array, AsyncOperationHandle_1_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F5AB0, bool, EqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F59C0, int32_t, EqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ *, EqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta___ctor, (EqualityComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014F5C50, EqualityComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ *, EqualityComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F5800, int32_t, EqualityComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__IndexOf, (EqualityComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F58E0, int32_t, EqualityComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__LastIndexOf, (EqualityComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F5AB0, bool, EqualityComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F59C0, int32_t, EqualityComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ *, EqualityComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo___ctor, (EqualityComparer_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014F67F0, EqualityComparer_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ *, EqualityComparer_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F7390, int32_t, EqualityComparer_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object___Array * array, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F7430, int32_t, EqualityComparer_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object___Array * array, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ *, EqualityComparer_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry___ctor, (EqualityComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014F7710, EqualityComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ *, EqualityComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry__IndexOf, (EqualityComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, IntervalTree_1_T_Entry_System_Object___Array * array, IntervalTree_1_T_Entry_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry__LastIndexOf, (EqualityComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, IntervalTree_1_T_Entry_System_Object___Array * array, IntervalTree_1_T_Entry_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ *, EqualityComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb___ctor, (EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014F8710, EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ *, EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__IndexOf, (EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * array, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__LastIndexOf, (EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * array, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ *, EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1__ctor, (EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x014F92B0, EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 *, EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_IndexOf, (EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * array, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_LastIndexOf, (EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * array, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 *, EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2__ctor, (EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x014F9E50, EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 *, EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F5800, int32_t, EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_IndexOf, (EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * array, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F58E0, int32_t, EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_LastIndexOf, (EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * array, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F5AB0, bool, EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F59C0, int32_t, EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 *, EqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_KeyValuePair_2_System_DateTime_System_UInt32___ctor, (EqualityComparer_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014FA9F0, EqualityComparer_1_KeyValuePair_2_System_DateTime_System_UInt32_ *, EqualityComparer_1_KeyValuePair_2_System_DateTime_System_UInt32__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_KeyValuePair_2_System_DateTime_System_UInt32__IndexOf, (EqualityComparer_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, KeyValuePair_2_System_DateTime_System_UInt32___Array * array, KeyValuePair_2_System_DateTime_System_UInt32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_KeyValuePair_2_System_DateTime_System_UInt32__LastIndexOf, (EqualityComparer_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, KeyValuePair_2_System_DateTime_System_UInt32___Array * array, KeyValuePair_2_System_DateTime_System_UInt32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_KeyValuePair_2_System_DateTime_System_UInt32__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_KeyValuePair_2_System_DateTime_System_UInt32__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_KeyValuePair_2_System_DateTime_System_UInt32_ *, EqualityComparer_1_KeyValuePair_2_System_DateTime_System_UInt32__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_KeyValuePair_2_System_Guid_System_Object___ctor, (EqualityComparer_1_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014FB590, EqualityComparer_1_KeyValuePair_2_System_Guid_System_Object_ *, EqualityComparer_1_KeyValuePair_2_System_Guid_System_Object__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_KeyValuePair_2_System_Guid_System_Object__IndexOf, (EqualityComparer_1_KeyValuePair_2_System_Guid_System_Object_ * __this, KeyValuePair_2_System_Guid_System_Object___Array * array, KeyValuePair_2_System_Guid_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_KeyValuePair_2_System_Guid_System_Object__LastIndexOf, (EqualityComparer_1_KeyValuePair_2_System_Guid_System_Object_ * __this, KeyValuePair_2_System_Guid_System_Object___Array * array, KeyValuePair_2_System_Guid_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_KeyValuePair_2_System_Guid_System_Object__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_KeyValuePair_2_System_Guid_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_KeyValuePair_2_System_Guid_System_Object__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_KeyValuePair_2_System_Guid_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_KeyValuePair_2_System_Guid_System_Object_ *, EqualityComparer_1_KeyValuePair_2_System_Guid_System_Object__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_KeyValuePair_2_System_Int32_System_Int32___ctor, (EqualityComparer_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014FC130, EqualityComparer_1_KeyValuePair_2_System_Int32_System_Int32_ *, EqualityComparer_1_KeyValuePair_2_System_Int32_System_Int32__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F7390, int32_t, EqualityComparer_1_KeyValuePair_2_System_Int32_System_Int32__IndexOf, (EqualityComparer_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, KeyValuePair_2_System_Int32_System_Int32___Array * array, KeyValuePair_2_System_Int32_System_Int32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F7430, int32_t, EqualityComparer_1_KeyValuePair_2_System_Int32_System_Int32__LastIndexOf, (EqualityComparer_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, KeyValuePair_2_System_Int32_System_Int32___Array * array, KeyValuePair_2_System_Int32_System_Int32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_KeyValuePair_2_System_Int32_System_Int32__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_KeyValuePair_2_System_Int32_System_Int32__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_KeyValuePair_2_System_Int32_System_Int32_ *, EqualityComparer_1_KeyValuePair_2_System_Int32_System_Int32__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_KeyValuePair_2_System_Int32_System_Object___ctor, (EqualityComparer_1_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014FCCD0, EqualityComparer_1_KeyValuePair_2_System_Int32_System_Object_ *, EqualityComparer_1_KeyValuePair_2_System_Int32_System_Object__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_KeyValuePair_2_System_Int32_System_Object__IndexOf, (EqualityComparer_1_KeyValuePair_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object___Array * array, KeyValuePair_2_System_Int32_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_KeyValuePair_2_System_Int32_System_Object__LastIndexOf, (EqualityComparer_1_KeyValuePair_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object___Array * array, KeyValuePair_2_System_Int32_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_KeyValuePair_2_System_Int32_System_Object__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_KeyValuePair_2_System_Int32_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_KeyValuePair_2_System_Int32_System_Object__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_KeyValuePair_2_System_Int32_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_KeyValuePair_2_System_Int32_System_Object_ *, EqualityComparer_1_KeyValuePair_2_System_Int32_System_Object__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_KeyValuePair_2_System_Int32Enum_System_Object___ctor, (EqualityComparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014FD870, EqualityComparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ *, EqualityComparer_1_KeyValuePair_2_System_Int32Enum_System_Object__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_KeyValuePair_2_System_Int32Enum_System_Object__IndexOf, (EqualityComparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, KeyValuePair_2_System_Int32Enum_System_Object___Array * array, KeyValuePair_2_System_Int32Enum_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_KeyValuePair_2_System_Int32Enum_System_Object__LastIndexOf, (EqualityComparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, KeyValuePair_2_System_Int32Enum_System_Object___Array * array, KeyValuePair_2_System_Int32Enum_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_KeyValuePair_2_System_Int32Enum_System_Object__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_KeyValuePair_2_System_Int32Enum_System_Object__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ *, EqualityComparer_1_KeyValuePair_2_System_Int32Enum_System_Object__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1___ctor, (EqualityComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014FE410, EqualityComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ *, EqualityComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1__IndexOf, (EqualityComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, KeyValuePair_2_System_Object_System_ArraySegment_1___Array * array, KeyValuePair_2_System_Object_System_ArraySegment_1_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1__LastIndexOf, (EqualityComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, KeyValuePair_2_System_Object_System_ArraySegment_1___Array * array, KeyValuePair_2_System_Object_System_ArraySegment_1_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ *, EqualityComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_KeyValuePair_2_System_Object_System_Char___ctor, (EqualityComparer_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014FEFB0, EqualityComparer_1_KeyValuePair_2_System_Object_System_Char_ *, EqualityComparer_1_KeyValuePair_2_System_Object_System_Char__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_KeyValuePair_2_System_Object_System_Char__IndexOf, (EqualityComparer_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char___Array * array, KeyValuePair_2_System_Object_System_Char_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_KeyValuePair_2_System_Object_System_Char__LastIndexOf, (EqualityComparer_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char___Array * array, KeyValuePair_2_System_Object_System_Char_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_KeyValuePair_2_System_Object_System_Char__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_KeyValuePair_2_System_Object_System_Char_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_KeyValuePair_2_System_Object_System_Char__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_KeyValuePair_2_System_Object_System_Char_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_KeyValuePair_2_System_Object_System_Char_ *, EqualityComparer_1_KeyValuePair_2_System_Object_System_Char__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_KeyValuePair_2_System_Object_System_Object___ctor, (EqualityComparer_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014FFB50, EqualityComparer_1_KeyValuePair_2_System_Object_System_Object_ *, EqualityComparer_1_KeyValuePair_2_System_Object_System_Object__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_KeyValuePair_2_System_Object_System_Object__IndexOf, (EqualityComparer_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object___Array * array, KeyValuePair_2_System_Object_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_KeyValuePair_2_System_Object_System_Object__LastIndexOf, (EqualityComparer_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object___Array * array, KeyValuePair_2_System_Object_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_KeyValuePair_2_System_Object_System_Object__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_KeyValuePair_2_System_Object_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_KeyValuePair_2_System_Object_System_Object__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_KeyValuePair_2_System_Object_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_KeyValuePair_2_System_Object_System_Object_ *, EqualityComparer_1_KeyValuePair_2_System_Object_System_Object__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (EqualityComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015006F0, EqualityComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, EqualityComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01501290, int32_t, EqualityComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__IndexOf, (EqualityComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * array, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015013C0, int32_t, EqualityComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__LastIndexOf, (EqualityComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * array, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01501600, bool, EqualityComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x015014F0, int32_t, EqualityComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, EqualityComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object___ctor, (EqualityComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01501820, EqualityComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ *, EqualityComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__IndexOf, (EqualityComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object___Array * array, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__LastIndexOf, (EqualityComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object___Array * array, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ *, EqualityComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (EqualityComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015023C0, EqualityComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, EqualityComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__IndexOf, (EqualityComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__LastIndexOf, (EqualityComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, EqualityComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_KeyValuePair_2_System_UInt16_System_Object___ctor, (EqualityComparer_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01502F60, EqualityComparer_1_KeyValuePair_2_System_UInt16_System_Object_ *, EqualityComparer_1_KeyValuePair_2_System_UInt16_System_Object__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_KeyValuePair_2_System_UInt16_System_Object__IndexOf, (EqualityComparer_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, KeyValuePair_2_System_UInt16_System_Object___Array * array, KeyValuePair_2_System_UInt16_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_KeyValuePair_2_System_UInt16_System_Object__LastIndexOf, (EqualityComparer_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, KeyValuePair_2_System_UInt16_System_Object___Array * array, KeyValuePair_2_System_UInt16_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_KeyValuePair_2_System_UInt16_System_Object__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_KeyValuePair_2_System_UInt16_System_Object__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_KeyValuePair_2_System_UInt16_System_Object_ *, EqualityComparer_1_KeyValuePair_2_System_UInt16_System_Object__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object___ctor, (EqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01503B00, EqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object_ *, EqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object__IndexOf, (EqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object___Array * array, KeyValuePair_2_System_UInt64_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object__LastIndexOf, (EqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object___Array * array, KeyValuePair_2_System_UInt64_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object_ *, EqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32___ctor, (EqualityComparer_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015046A0, EqualityComparer_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32_ *, EqualityComparer_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32__IndexOf, (EqualityComparer_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32_ * __this, KeyValuePair_2_UnityEngine_Vector3_System_Int32___Array * array, KeyValuePair_2_UnityEngine_Vector3_System_Int32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32__LastIndexOf, (EqualityComparer_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32_ * __this, KeyValuePair_2_UnityEngine_Vector3_System_Int32___Array * array, KeyValuePair_2_UnityEngine_Vector3_System_Int32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32_ *, EqualityComparer_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Unity_Collections_NativeArray_1___ctor, (EqualityComparer_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01505240, EqualityComparer_1_Unity_Collections_NativeArray_1_ *, EqualityComparer_1_Unity_Collections_NativeArray_1__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_Unity_Collections_NativeArray_1__IndexOf, (EqualityComparer_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_System_UInt16___Array * array, NativeArray_1_System_UInt16_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_Unity_Collections_NativeArray_1__LastIndexOf, (EqualityComparer_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_System_UInt16___Array * array, NativeArray_1_System_UInt16_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_Unity_Collections_NativeArray_1__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Unity_Collections_NativeArray_1_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_Unity_Collections_NativeArray_1__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Unity_Collections_NativeArray_1_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Unity_Collections_NativeArray_1_ *, EqualityComparer_1_Unity_Collections_NativeArray_1__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Unity_Collections_NativeArray_1__1__ctor, (EqualityComparer_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01505DE0, EqualityComparer_1_Unity_Collections_NativeArray_1__1 *, EqualityComparer_1_Unity_Collections_NativeArray_1__1_CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_Unity_Collections_NativeArray_1__1_IndexOf, (EqualityComparer_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_UnityEngine_UIElements_Vertex___Array * array, NativeArray_1_UnityEngine_UIElements_Vertex_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_Unity_Collections_NativeArray_1__1_LastIndexOf, (EqualityComparer_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_UnityEngine_UIElements_Vertex___Array * array, NativeArray_1_UnityEngine_UIElements_Vertex_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_Unity_Collections_NativeArray_1__1_System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Unity_Collections_NativeArray_1__1 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_Unity_Collections_NativeArray_1__1_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Unity_Collections_NativeArray_1__1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Unity_Collections_NativeArray_1__1 *, EqualityComparer_1_Unity_Collections_NativeArray_1__1_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo___ctor, (EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01506980, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__IndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object___Array * array, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__LastIndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object___Array * array, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Photon_Bolt_Collections_STuple_2___ctor, (EqualityComparer_1_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01507520, EqualityComparer_1_Photon_Bolt_Collections_STuple_2_ *, EqualityComparer_1_Photon_Bolt_Collections_STuple_2__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_Photon_Bolt_Collections_STuple_2__IndexOf, (EqualityComparer_1_Photon_Bolt_Collections_STuple_2_ * __this, STuple_2_System_Object_System_Object___Array * array, STuple_2_System_Object_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_Photon_Bolt_Collections_STuple_2__LastIndexOf, (EqualityComparer_1_Photon_Bolt_Collections_STuple_2_ * __this, STuple_2_System_Object_System_Object___Array * array, STuple_2_System_Object_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_Photon_Bolt_Collections_STuple_2__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Photon_Bolt_Collections_STuple_2_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_Photon_Bolt_Collections_STuple_2__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Photon_Bolt_Collections_STuple_2_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Photon_Bolt_Collections_STuple_2_ *, EqualityComparer_1_Photon_Bolt_Collections_STuple_2__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_ValueTuple_1___ctor, (EqualityComparer_1_System_ValueTuple_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015080C0, EqualityComparer_1_System_ValueTuple_1_ *, EqualityComparer_1_System_ValueTuple_1__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01508C60, int32_t, EqualityComparer_1_System_ValueTuple_1__IndexOf, (EqualityComparer_1_System_ValueTuple_1_ * __this, ValueTuple_1_Boolean___Array * array, ValueTuple_1_Boolean_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01508D00, int32_t, EqualityComparer_1_System_ValueTuple_1__LastIndexOf, (EqualityComparer_1_System_ValueTuple_1_ * __this, ValueTuple_1_Boolean___Array * array, ValueTuple_1_Boolean_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01508E90, bool, EqualityComparer_1_System_ValueTuple_1__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_ValueTuple_1_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01508DB0, int32_t, EqualityComparer_1_System_ValueTuple_1__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_ValueTuple_1_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_ValueTuple_1_ *, EqualityComparer_1_System_ValueTuple_1__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_ValueTuple_2___ctor, (EqualityComparer_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01509000, EqualityComparer_1_System_ValueTuple_2_ *, EqualityComparer_1_System_ValueTuple_2__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_System_ValueTuple_2__IndexOf, (EqualityComparer_1_System_ValueTuple_2_ * __this, ValueTuple_2_Int32_Object___Array * array, ValueTuple_2_Int32_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_System_ValueTuple_2__LastIndexOf, (EqualityComparer_1_System_ValueTuple_2_ * __this, ValueTuple_2_Int32_Object___Array * array, ValueTuple_2_Int32_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_System_ValueTuple_2__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_ValueTuple_2_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_System_ValueTuple_2__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_ValueTuple_2_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_ValueTuple_2_ *, EqualityComparer_1_System_ValueTuple_2__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_ValueTuple_2__1__ctor, (EqualityComparer_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01509BA0, EqualityComparer_1_System_ValueTuple_2__1 *, EqualityComparer_1_System_ValueTuple_2__1_CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0150A740, int32_t, EqualityComparer_1_System_ValueTuple_2__1_IndexOf, (EqualityComparer_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int___Array * array, ValueTuple_2_Int32_UnityEngine_Vector2Int_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150A820, int32_t, EqualityComparer_1_System_ValueTuple_2__1_LastIndexOf, (EqualityComparer_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int___Array * array, ValueTuple_2_Int32_UnityEngine_Vector2Int_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150A9F0, bool, EqualityComparer_1_System_ValueTuple_2__1_System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_ValueTuple_2__1 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0150A900, int32_t, EqualityComparer_1_System_ValueTuple_2__1_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_ValueTuple_2__1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_ValueTuple_2__1 *, EqualityComparer_1_System_ValueTuple_2__1_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_ValueTuple_2__2__ctor, (EqualityComparer_1_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0150AB90, EqualityComparer_1_System_ValueTuple_2__2 *, EqualityComparer_1_System_ValueTuple_2__2_CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_System_ValueTuple_2__2_IndexOf, (EqualityComparer_1_System_ValueTuple_2__2 * __this, ValueTuple_2_IntPtr_Object___Array * array, ValueTuple_2_IntPtr_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_System_ValueTuple_2__2_LastIndexOf, (EqualityComparer_1_System_ValueTuple_2__2 * __this, ValueTuple_2_IntPtr_Object___Array * array, ValueTuple_2_IntPtr_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_System_ValueTuple_2__2_System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_ValueTuple_2__2 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_System_ValueTuple_2__2_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_ValueTuple_2__2 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_ValueTuple_2__2 *, EqualityComparer_1_System_ValueTuple_2__2_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_ValueTuple_2__3__ctor, (EqualityComparer_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0150B730, EqualityComparer_1_System_ValueTuple_2__3 *, EqualityComparer_1_System_ValueTuple_2__3_CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_System_ValueTuple_2__3_IndexOf, (EqualityComparer_1_System_ValueTuple_2__3 * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32___Array * array, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_System_ValueTuple_2__3_LastIndexOf, (EqualityComparer_1_System_ValueTuple_2__3 * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32___Array * array, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_System_ValueTuple_2__3_System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_ValueTuple_2__3 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_System_ValueTuple_2__3_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_ValueTuple_2__3 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_ValueTuple_2__3 *, EqualityComparer_1_System_ValueTuple_2__3_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_ValueTuple_2__4__ctor, (EqualityComparer_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x0150C2D0, EqualityComparer_1_System_ValueTuple_2__4 *, EqualityComparer_1_System_ValueTuple_2__4_CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_System_ValueTuple_2__4_IndexOf, (EqualityComparer_1_System_ValueTuple_2__4 * __this, ValueTuple_2_Object_Int32___Array * array, ValueTuple_2_Object_Int32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_System_ValueTuple_2__4_LastIndexOf, (EqualityComparer_1_System_ValueTuple_2__4 * __this, ValueTuple_2_Object_Int32___Array * array, ValueTuple_2_Object_Int32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_System_ValueTuple_2__4_System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_ValueTuple_2__4 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_System_ValueTuple_2__4_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_ValueTuple_2__4 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_ValueTuple_2__4 *, EqualityComparer_1_System_ValueTuple_2__4_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_ValueTuple_2__5__ctor, (EqualityComparer_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x0150CE70, EqualityComparer_1_System_ValueTuple_2__5 *, EqualityComparer_1_System_ValueTuple_2__5_CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_System_ValueTuple_2__5_IndexOf, (EqualityComparer_1_System_ValueTuple_2__5 * __this, ValueTuple_2_Object_Object___Array * array, ValueTuple_2_Object_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_System_ValueTuple_2__5_LastIndexOf, (EqualityComparer_1_System_ValueTuple_2__5 * __this, ValueTuple_2_Object_Object___Array * array, ValueTuple_2_Object_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_System_ValueTuple_2__5_System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_ValueTuple_2__5 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_System_ValueTuple_2__5_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_ValueTuple_2__5 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_ValueTuple_2__5 *, EqualityComparer_1_System_ValueTuple_2__5_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_ValueTuple_2__6__ctor, (EqualityComparer_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x0150DA10, EqualityComparer_1_System_ValueTuple_2__6 *, EqualityComparer_1_System_ValueTuple_2__6_CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_System_ValueTuple_2__6_IndexOf, (EqualityComparer_1_System_ValueTuple_2__6 * __this, ValueTuple_2_UnityEngine_Vector3Int_Object___Array * array, ValueTuple_2_UnityEngine_Vector3Int_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_System_ValueTuple_2__6_LastIndexOf, (EqualityComparer_1_System_ValueTuple_2__6 * __this, ValueTuple_2_UnityEngine_Vector3Int_Object___Array * array, ValueTuple_2_UnityEngine_Vector3Int_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_System_ValueTuple_2__6_System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_ValueTuple_2__6 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_System_ValueTuple_2__6_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_ValueTuple_2__6 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_ValueTuple_2__6 *, EqualityComparer_1_System_ValueTuple_2__6_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_ValueTuple_2__7__ctor, (EqualityComparer_1_System_ValueTuple_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x0150E5B0, EqualityComparer_1_System_ValueTuple_2__7 *, EqualityComparer_1_System_ValueTuple_2__7_CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0150F150, int32_t, EqualityComparer_1_System_ValueTuple_2__7_IndexOf, (EqualityComparer_1_System_ValueTuple_2__7 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___Array * array, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150F270, int32_t, EqualityComparer_1_System_ValueTuple_2__7_LastIndexOf, (EqualityComparer_1_System_ValueTuple_2__7 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___Array * array, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150F490, bool, EqualityComparer_1_System_ValueTuple_2__7_System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_ValueTuple_2__7 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0150F390, int32_t, EqualityComparer_1_System_ValueTuple_2__7_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_ValueTuple_2__7 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_ValueTuple_2__7 *, EqualityComparer_1_System_ValueTuple_2__7_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_ValueTuple_2__8__ctor, (EqualityComparer_1_System_ValueTuple_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x0150F690, EqualityComparer_1_System_ValueTuple_2__8 *, EqualityComparer_1_System_ValueTuple_2__8_CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01510230, int32_t, EqualityComparer_1_System_ValueTuple_2__8_IndexOf, (EqualityComparer_1_System_ValueTuple_2__8 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___Array * array, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510330, int32_t, EqualityComparer_1_System_ValueTuple_2__8_LastIndexOf, (EqualityComparer_1_System_ValueTuple_2__8 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___Array * array, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510530, bool, EqualityComparer_1_System_ValueTuple_2__8_System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_ValueTuple_2__8 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01510430, int32_t, EqualityComparer_1_System_ValueTuple_2__8_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_ValueTuple_2__8 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_ValueTuple_2__8 *, EqualityComparer_1_System_ValueTuple_2__8_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_ValueTuple_2__9__ctor, (EqualityComparer_1_System_ValueTuple_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x01510700, EqualityComparer_1_System_ValueTuple_2__9 *, EqualityComparer_1_System_ValueTuple_2__9_CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_System_ValueTuple_2__9_IndexOf, (EqualityComparer_1_System_ValueTuple_2__9 * __this, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int___Array * array, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_System_ValueTuple_2__9_LastIndexOf, (EqualityComparer_1_System_ValueTuple_2__9 * __this, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int___Array * array, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_System_ValueTuple_2__9_System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_ValueTuple_2__9 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_System_ValueTuple_2__9_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_ValueTuple_2__9 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_ValueTuple_2__9 *, EqualityComparer_1_System_ValueTuple_2__9_get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_ValueTuple_3___ctor, (EqualityComparer_1_System_ValueTuple_3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015112A0, EqualityComparer_1_System_ValueTuple_3_ *, EqualityComparer_1_System_ValueTuple_3__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_System_ValueTuple_3__IndexOf, (EqualityComparer_1_System_ValueTuple_3_ * __this, ValueTuple_3_Object_Object_Object___Array * array, ValueTuple_3_Object_Object_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_System_ValueTuple_3__LastIndexOf, (EqualityComparer_1_System_ValueTuple_3_ * __this, ValueTuple_3_Object_Object_Object___Array * array, ValueTuple_3_Object_Object_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_System_ValueTuple_3__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_ValueTuple_3_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_System_ValueTuple_3__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_ValueTuple_3_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_ValueTuple_3_ *, EqualityComparer_1_System_ValueTuple_3__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_AnimatorClipInfo___ctor, (EqualityComparer_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01511E40, EqualityComparer_1_UnityEngine_AnimatorClipInfo_ *, EqualityComparer_1_UnityEngine_AnimatorClipInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F7390, int32_t, EqualityComparer_1_UnityEngine_AnimatorClipInfo__IndexOf, (EqualityComparer_1_UnityEngine_AnimatorClipInfo_ * __this, AnimatorClipInfo__Array * array, AnimatorClipInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F7430, int32_t, EqualityComparer_1_UnityEngine_AnimatorClipInfo__LastIndexOf, (EqualityComparer_1_UnityEngine_AnimatorClipInfo_ * __this, AnimatorClipInfo__Array * array, AnimatorClipInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_UnityEngine_AnimatorClipInfo__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_AnimatorClipInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_UnityEngine_AnimatorClipInfo__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_AnimatorClipInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_AnimatorClipInfo_ *, EqualityComparer_1_UnityEngine_AnimatorClipInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor, (EqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015129E0, EqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ *, EqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__IndexOf, (EqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle__Array * array, AsyncOperationHandle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__LastIndexOf, (EqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle__Array * array, AsyncOperationHandle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ *, EqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_Background___ctor, (EqualityComparer_1_UnityEngine_UIElements_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01513580, EqualityComparer_1_UnityEngine_UIElements_Background_ *, EqualityComparer_1_UnityEngine_UIElements_Background__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F5800, int32_t, EqualityComparer_1_UnityEngine_UIElements_Background__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_Background_ * __this, Background__Array * array, Background value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F58E0, int32_t, EqualityComparer_1_UnityEngine_UIElements_Background__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_Background_ * __this, Background__Array * array, Background value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F5AB0, bool, EqualityComparer_1_UnityEngine_UIElements_Background__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_Background_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F59C0, int32_t, EqualityComparer_1_UnityEngine_UIElements_Background__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_Background_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_Background_ *, EqualityComparer_1_UnityEngine_UIElements_Background__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (EqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01514120, EqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, EqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F7390, int32_t, EqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer__IndexOf, (EqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer__Array * array, BoltPeer value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F7430, int32_t, EqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer__LastIndexOf, (EqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer__Array * array, BoltPeer value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, EqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit___ctor, (EqualityComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01514CC0, EqualityComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ *, EqualityComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__IndexOf, (EqualityComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, BoltPhysicsHit__Array * array, BoltPhysicsHit value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__LastIndexOf, (EqualityComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, BoltPhysicsHit__Array * array, BoltPhysicsHit value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ *, EqualityComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_BoneWeight___ctor, (EqualityComparer_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01515860, EqualityComparer_1_UnityEngine_BoneWeight_ *, EqualityComparer_1_UnityEngine_BoneWeight__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F5800, int32_t, EqualityComparer_1_UnityEngine_BoneWeight__IndexOf, (EqualityComparer_1_UnityEngine_BoneWeight_ * __this, BoneWeight__Array * array, BoneWeight value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F58E0, int32_t, EqualityComparer_1_UnityEngine_BoneWeight__LastIndexOf, (EqualityComparer_1_UnityEngine_BoneWeight_ * __this, BoneWeight__Array * array, BoneWeight value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F5AB0, bool, EqualityComparer_1_UnityEngine_BoneWeight__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_BoneWeight_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F59C0, int32_t, EqualityComparer_1_UnityEngine_BoneWeight__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_BoneWeight_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_BoneWeight_ *, EqualityComparer_1_UnityEngine_BoneWeight__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_Boolean___ctor, (EqualityComparer_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01516400, EqualityComparer_1_System_Boolean_ *, EqualityComparer_1_System_Boolean__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01516FA0, int32_t, EqualityComparer_1_System_Boolean__IndexOf, (EqualityComparer_1_System_Boolean_ * __this, Boolean__Array * array, bool value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01517040, int32_t, EqualityComparer_1_System_Boolean__LastIndexOf, (EqualityComparer_1_System_Boolean_ * __this, Boolean__Array * array, bool value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015170F0, bool, EqualityComparer_1_System_Boolean__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_Boolean_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01508DB0, int32_t, EqualityComparer_1_System_Boolean__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_Boolean_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_Boolean_ *, EqualityComparer_1_System_Boolean__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Bounds___ctor, (EqualityComparer_1_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01517250, EqualityComparer_1_UnityEngine_Bounds_ *, EqualityComparer_1_UnityEngine_Bounds__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_UnityEngine_Bounds__IndexOf, (EqualityComparer_1_UnityEngine_Bounds_ * __this, Bounds__Array * array, Bounds value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_UnityEngine_Bounds__LastIndexOf, (EqualityComparer_1_UnityEngine_Bounds_ * __this, Bounds__Array * array, Bounds value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_UnityEngine_Bounds__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Bounds_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_UnityEngine_Bounds__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Bounds_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Bounds_ *, EqualityComparer_1_UnityEngine_Bounds__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_Byte___ctor, (EqualityComparer_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC88E8, EqualityComparer_1_System_Byte___ctor__MethodInfo); DO_APP_FUNC(0x01517DF0, EqualityComparer_1_System_Byte_ *, EqualityComparer_1_System_Byte__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01516FA0, int32_t, EqualityComparer_1_System_Byte__IndexOf, (EqualityComparer_1_System_Byte_ * __this, Byte__Array * array, uint8_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01517040, int32_t, EqualityComparer_1_System_Byte__LastIndexOf, (EqualityComparer_1_System_Byte_ * __this, Byte__Array * array, uint8_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01508E90, bool, EqualityComparer_1_System_Byte__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_Byte_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01508DB0, int32_t, EqualityComparer_1_System_Byte__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_Byte_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_Byte_ *, EqualityComparer_1_System_Byte__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_ByteEnum___ctor, (EqualityComparer_1_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01518990, EqualityComparer_1_System_ByteEnum_ *, EqualityComparer_1_System_ByteEnum__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01516FA0, int32_t, EqualityComparer_1_System_ByteEnum__IndexOf, (EqualityComparer_1_System_ByteEnum_ * __this, ByteEnum__Enum__Array * array, ByteEnum__Enum value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01517040, int32_t, EqualityComparer_1_System_ByteEnum__LastIndexOf, (EqualityComparer_1_System_ByteEnum_ * __this, ByteEnum__Enum__Array * array, ByteEnum__Enum value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01508E90, bool, EqualityComparer_1_System_ByteEnum__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_ByteEnum_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01508DB0, int32_t, EqualityComparer_1_System_ByteEnum__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_ByteEnum_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_ByteEnum_ *, EqualityComparer_1_System_ByteEnum__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_Threading_CancellationToken___ctor, (EqualityComparer_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01519530, EqualityComparer_1_System_Threading_CancellationToken_ *, EqualityComparer_1_System_Threading_CancellationToken__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F7390, int32_t, EqualityComparer_1_System_Threading_CancellationToken__IndexOf, (EqualityComparer_1_System_Threading_CancellationToken_ * __this, CancellationToken__Array * array, CancellationToken value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F7430, int32_t, EqualityComparer_1_System_Threading_CancellationToken__LastIndexOf, (EqualityComparer_1_System_Threading_CancellationToken_ * __this, CancellationToken__Array * array, CancellationToken value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_System_Threading_CancellationToken__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_Threading_CancellationToken_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_System_Threading_CancellationToken__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_Threading_CancellationToken_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_Threading_CancellationToken_ *, EqualityComparer_1_System_Threading_CancellationToken__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_Char___ctor, (EqualityComparer_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0151A0D0, EqualityComparer_1_System_Char_ *, EqualityComparer_1_System_Char__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0151AC70, int32_t, EqualityComparer_1_System_Char__IndexOf, (EqualityComparer_1_System_Char_ * __this, Char__Array * array, uint16_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151AD10, int32_t, EqualityComparer_1_System_Char__LastIndexOf, (EqualityComparer_1_System_Char_ * __this, Char__Array * array, uint16_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151AEA0, bool, EqualityComparer_1_System_Char__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_Char_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0151ADC0, int32_t, EqualityComparer_1_System_Char__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_Char_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_Char_ *, EqualityComparer_1_System_Char__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Dissonance_Networking_ClientInfo___ctor, (EqualityComparer_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0151B010, EqualityComparer_1_Dissonance_Networking_ClientInfo_ *, EqualityComparer_1_Dissonance_Networking_ClientInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_Dissonance_Networking_ClientInfo__IndexOf, (EqualityComparer_1_Dissonance_Networking_ClientInfo_ * __this, ClientInfo__Array * array, ClientInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_Dissonance_Networking_ClientInfo__LastIndexOf, (EqualityComparer_1_Dissonance_Networking_ClientInfo_ * __this, ClientInfo__Array * array, ClientInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_Dissonance_Networking_ClientInfo__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Dissonance_Networking_ClientInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_Dissonance_Networking_ClientInfo__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Dissonance_Networking_ClientInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Dissonance_Networking_ClientInfo_ *, EqualityComparer_1_Dissonance_Networking_ClientInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Color___ctor, (EqualityComparer_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0151BBB0, EqualityComparer_1_UnityEngine_Color_ *, EqualityComparer_1_UnityEngine_Color__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_Color__IndexOf, (EqualityComparer_1_UnityEngine_Color_ * __this, Color__Array * array, Color value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_Color__LastIndexOf, (EqualityComparer_1_UnityEngine_Color_ * __this, Color__Array * array, Color value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151C750, bool, EqualityComparer_1_UnityEngine_Color__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Color_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_Color__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Color_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Color_ *, EqualityComparer_1_UnityEngine_Color__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Color32___ctor, (EqualityComparer_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0151C8D0, EqualityComparer_1_UnityEngine_Color32_ *, EqualityComparer_1_UnityEngine_Color32__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0151D470, int32_t, EqualityComparer_1_UnityEngine_Color32__IndexOf, (EqualityComparer_1_UnityEngine_Color32_ * __this, Color32__Array * array, Color32 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151D510, int32_t, EqualityComparer_1_UnityEngine_Color32__LastIndexOf, (EqualityComparer_1_UnityEngine_Color32_ * __this, Color32__Array * array, Color32 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151D680, bool, EqualityComparer_1_UnityEngine_Color32__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Color32_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0151D5B0, int32_t, EqualityComparer_1_UnityEngine_Color32__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Color32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Color32_ *, EqualityComparer_1_UnityEngine_Color32__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UI_ColorBlock___ctor, (EqualityComparer_1_UnityEngine_UI_ColorBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0151D7E0, EqualityComparer_1_UnityEngine_UI_ColorBlock_ *, EqualityComparer_1_UnityEngine_UI_ColorBlock__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0151E380, int32_t, EqualityComparer_1_UnityEngine_UI_ColorBlock__IndexOf, (EqualityComparer_1_UnityEngine_UI_ColorBlock_ * __this, ColorBlock__Array * array, ColorBlock value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151E4D0, int32_t, EqualityComparer_1_UnityEngine_UI_ColorBlock__LastIndexOf, (EqualityComparer_1_UnityEngine_UI_ColorBlock_ * __this, ColorBlock__Array * array, ColorBlock value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151E730, bool, EqualityComparer_1_UnityEngine_UI_ColorBlock__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UI_ColorBlock_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0151E620, int32_t, EqualityComparer_1_UnityEngine_UI_ColorBlock__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UI_ColorBlock_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UI_ColorBlock_ *, EqualityComparer_1_UnityEngine_UI_ColorBlock__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_CombineInstance___ctor, (EqualityComparer_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0151E980, EqualityComparer_1_UnityEngine_CombineInstance_ *, EqualityComparer_1_UnityEngine_CombineInstance__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0151F520, int32_t, EqualityComparer_1_UnityEngine_CombineInstance__IndexOf, (EqualityComparer_1_UnityEngine_CombineInstance_ * __this, CombineInstance__Array * array, CombineInstance value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151F690, int32_t, EqualityComparer_1_UnityEngine_CombineInstance__LastIndexOf, (EqualityComparer_1_UnityEngine_CombineInstance_ * __this, CombineInstance__Array * array, CombineInstance value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151F920, bool, EqualityComparer_1_UnityEngine_CombineInstance__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_CombineInstance_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0151F800, int32_t, EqualityComparer_1_UnityEngine_CombineInstance__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_CombineInstance_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_CombineInstance_ *, EqualityComparer_1_UnityEngine_CombineInstance__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_ComputedStyle___ctor, (EqualityComparer_1_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0151FB90, EqualityComparer_1_UnityEngine_UIElements_ComputedStyle_ *, EqualityComparer_1_UnityEngine_UIElements_ComputedStyle__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0151E380, int32_t, EqualityComparer_1_UnityEngine_UIElements_ComputedStyle__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_ComputedStyle_ * __this, ComputedStyle__Array * array, ComputedStyle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151E4D0, int32_t, EqualityComparer_1_UnityEngine_UIElements_ComputedStyle__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_ComputedStyle_ * __this, ComputedStyle__Array * array, ComputedStyle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151E730, bool, EqualityComparer_1_UnityEngine_UIElements_ComputedStyle__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_ComputedStyle_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0151E620, int32_t, EqualityComparer_1_UnityEngine_UIElements_ComputedStyle__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_ComputedStyle_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_ComputedStyle_ *, EqualityComparer_1_UnityEngine_UIElements_ComputedStyle__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_ComputedTransitionProperty___ctor, (EqualityComparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01520730, EqualityComparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ *, EqualityComparer_1_UnityEngine_UIElements_ComputedTransitionProperty__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_UnityEngine_UIElements_ComputedTransitionProperty__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, ComputedTransitionProperty__Array * array, ComputedTransitionProperty value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_UnityEngine_UIElements_ComputedTransitionProperty__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, ComputedTransitionProperty__Array * array, ComputedTransitionProperty value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ *, EqualityComparer_1_UnityEngine_UIElements_ComputedTransitionProperty__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Pathfinding_Connection___ctor, (EqualityComparer_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015212D0, EqualityComparer_1_Pathfinding_Connection_ *, EqualityComparer_1_Pathfinding_Connection__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_Pathfinding_Connection__IndexOf, (EqualityComparer_1_Pathfinding_Connection_ * __this, Connection__Array * array, Connection value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_Pathfinding_Connection__LastIndexOf, (EqualityComparer_1_Pathfinding_Connection_ * __this, Connection__Array * array, Connection value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_Pathfinding_Connection__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Pathfinding_Connection_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_Pathfinding_Connection__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Pathfinding_Connection_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Pathfinding_Connection_ *, EqualityComparer_1_Pathfinding_Connection__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Rewired_ControllerPollingInfo___ctor, (EqualityComparer_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01521E70, EqualityComparer_1_Rewired_ControllerPollingInfo_ *, EqualityComparer_1_Rewired_ControllerPollingInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0150F150, int32_t, EqualityComparer_1_Rewired_ControllerPollingInfo__IndexOf, (EqualityComparer_1_Rewired_ControllerPollingInfo_ * __this, ControllerPollingInfo__Array * array, ControllerPollingInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150F270, int32_t, EqualityComparer_1_Rewired_ControllerPollingInfo__LastIndexOf, (EqualityComparer_1_Rewired_ControllerPollingInfo_ * __this, ControllerPollingInfo__Array * array, ControllerPollingInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150F490, bool, EqualityComparer_1_Rewired_ControllerPollingInfo__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Rewired_ControllerPollingInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0150F390, int32_t, EqualityComparer_1_Rewired_ControllerPollingInfo__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Rewired_ControllerPollingInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Rewired_ControllerPollingInfo_ *, EqualityComparer_1_Rewired_ControllerPollingInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Rewired_ControllerTemplateElementTarget___ctor, (EqualityComparer_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01522A10, EqualityComparer_1_Rewired_ControllerTemplateElementTarget_ *, EqualityComparer_1_Rewired_ControllerTemplateElementTarget__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_Rewired_ControllerTemplateElementTarget__IndexOf, (EqualityComparer_1_Rewired_ControllerTemplateElementTarget_ * __this, ControllerTemplateElementTarget__Array * array, ControllerTemplateElementTarget value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_Rewired_ControllerTemplateElementTarget__LastIndexOf, (EqualityComparer_1_Rewired_ControllerTemplateElementTarget_ * __this, ControllerTemplateElementTarget__Array * array, ControllerTemplateElementTarget value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_Rewired_ControllerTemplateElementTarget__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Rewired_ControllerTemplateElementTarget_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_Rewired_ControllerTemplateElementTarget__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Rewired_ControllerTemplateElementTarget_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Rewired_ControllerTemplateElementTarget_ *, EqualityComparer_1_Rewired_ControllerTemplateElementTarget__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_SplineMesh_CurveSample___ctor, (EqualityComparer_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015235B0, EqualityComparer_1_SplineMesh_CurveSample_ *, EqualityComparer_1_SplineMesh_CurveSample__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01524150, int32_t, EqualityComparer_1_SplineMesh_CurveSample__IndexOf, (EqualityComparer_1_SplineMesh_CurveSample_ * __this, CurveSample__Array * array, CurveSample value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01524280, int32_t, EqualityComparer_1_SplineMesh_CurveSample__LastIndexOf, (EqualityComparer_1_SplineMesh_CurveSample_ * __this, CurveSample__Array * array, CurveSample value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015244C0, bool, EqualityComparer_1_SplineMesh_CurveSample__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_SplineMesh_CurveSample_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x015243B0, int32_t, EqualityComparer_1_SplineMesh_CurveSample__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_SplineMesh_CurveSample_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_SplineMesh_CurveSample_ *, EqualityComparer_1_SplineMesh_CurveSample__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_DateTime___ctor, (EqualityComparer_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015246F0, EqualityComparer_1_System_DateTime_ *, EqualityComparer_1_System_DateTime__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F7390, int32_t, EqualityComparer_1_System_DateTime__IndexOf, (EqualityComparer_1_System_DateTime_ * __this, DateTime__Array * array, DateTime value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F7430, int32_t, EqualityComparer_1_System_DateTime__LastIndexOf, (EqualityComparer_1_System_DateTime_ * __this, DateTime__Array * array, DateTime value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_System_DateTime__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_DateTime_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_System_DateTime__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_DateTime_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_DateTime_ *, EqualityComparer_1_System_DateTime__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_DateTimeOffset___ctor, (EqualityComparer_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01525290, EqualityComparer_1_System_DateTimeOffset_ *, EqualityComparer_1_System_DateTimeOffset__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_System_DateTimeOffset__IndexOf, (EqualityComparer_1_System_DateTimeOffset_ * __this, DateTimeOffset__Array * array, DateTimeOffset value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_System_DateTimeOffset__LastIndexOf, (EqualityComparer_1_System_DateTimeOffset_ * __this, DateTimeOffset__Array * array, DateTimeOffset value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_System_DateTimeOffset__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_DateTimeOffset_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_System_DateTimeOffset__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_DateTimeOffset_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_DateTimeOffset_ *, EqualityComparer_1_System_DateTimeOffset__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_Decimal___ctor, (EqualityComparer_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01525E30, EqualityComparer_1_System_Decimal_ *, EqualityComparer_1_System_Decimal__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_System_Decimal__IndexOf, (EqualityComparer_1_System_Decimal_ * __this, Decimal__Array * array, Decimal value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_System_Decimal__LastIndexOf, (EqualityComparer_1_System_Decimal_ * __this, Decimal__Array * array, Decimal value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_System_Decimal__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_Decimal_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_System_Decimal__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_Decimal_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_Decimal_ *, EqualityComparer_1_System_Decimal__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor, (EqualityComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015269D0, EqualityComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ *, EqualityComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01527570, int32_t, EqualityComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__IndexOf, (EqualityComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent__Array * array, DiagnosticEvent value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01527670, int32_t, EqualityComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__LastIndexOf, (EqualityComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent__Array * array, DiagnosticEvent value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01527870, bool, EqualityComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01527770, int32_t, EqualityComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ *, EqualityComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_Double___ctor, (EqualityComparer_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01527A40, EqualityComparer_1_System_Double_ *, EqualityComparer_1_System_Double__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x015285E0, int32_t, EqualityComparer_1_System_Double__IndexOf, (EqualityComparer_1_System_Double_ * __this, Double__Array * array, double value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01528680, int32_t, EqualityComparer_1_System_Double__LastIndexOf, (EqualityComparer_1_System_Double_ * __this, Double__Array * array, double value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01528810, bool, EqualityComparer_1_System_Double__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_Double_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01528730, int32_t, EqualityComparer_1_System_Double__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_Double_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_Double_ *, EqualityComparer_1_System_Double__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_EasingFunction___ctor, (EqualityComparer_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01528980, EqualityComparer_1_UnityEngine_UIElements_EasingFunction_ *, EqualityComparer_1_UnityEngine_UIElements_EasingFunction__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0151D470, int32_t, EqualityComparer_1_UnityEngine_UIElements_EasingFunction__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction__Array * array, EasingFunction value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151D510, int32_t, EqualityComparer_1_UnityEngine_UIElements_EasingFunction__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction__Array * array, EasingFunction value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151D680, bool, EqualityComparer_1_UnityEngine_UIElements_EasingFunction__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_EasingFunction_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0151D5B0, int32_t, EqualityComparer_1_UnityEngine_UIElements_EasingFunction__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_EasingFunction_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_EasingFunction_ *, EqualityComparer_1_UnityEngine_UIElements_EasingFunction__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Rewired_ElementAssignmentConflictInfo___ctor, (EqualityComparer_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01529520, EqualityComparer_1_Rewired_ElementAssignmentConflictInfo_ *, EqualityComparer_1_Rewired_ElementAssignmentConflictInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0152A0C0, int32_t, EqualityComparer_1_Rewired_ElementAssignmentConflictInfo__IndexOf, (EqualityComparer_1_Rewired_ElementAssignmentConflictInfo_ * __this, ElementAssignmentConflictInfo__Array * array, ElementAssignmentConflictInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0152A1D0, int32_t, EqualityComparer_1_Rewired_ElementAssignmentConflictInfo__LastIndexOf, (EqualityComparer_1_Rewired_ElementAssignmentConflictInfo_ * __this, ElementAssignmentConflictInfo__Array * array, ElementAssignmentConflictInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0152A3E0, bool, EqualityComparer_1_Rewired_ElementAssignmentConflictInfo__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Rewired_ElementAssignmentConflictInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0152A2E0, int32_t, EqualityComparer_1_Rewired_ElementAssignmentConflictInfo__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Rewired_ElementAssignmentConflictInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Rewired_ElementAssignmentConflictInfo_ *, EqualityComparer_1_Rewired_ElementAssignmentConflictInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Discord_Entitlement___ctor, (EqualityComparer_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0152A5D0, EqualityComparer_1_Discord_Entitlement_ *, EqualityComparer_1_Discord_Entitlement__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_Discord_Entitlement__IndexOf, (EqualityComparer_1_Discord_Entitlement_ * __this, Entitlement__Array * array, Entitlement value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_Discord_Entitlement__LastIndexOf, (EqualityComparer_1_Discord_Entitlement_ * __this, Entitlement__Array * array, Entitlement value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_Discord_Entitlement__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Discord_Entitlement_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_Discord_Entitlement__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Discord_Entitlement_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Discord_Entitlement_ *, EqualityComparer_1_Discord_Entitlement__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Photon_Bolt_EventReliable___ctor, (EqualityComparer_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0152B170, EqualityComparer_1_Photon_Bolt_EventReliable_ *, EqualityComparer_1_Photon_Bolt_EventReliable__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_Photon_Bolt_EventReliable__IndexOf, (EqualityComparer_1_Photon_Bolt_EventReliable_ * __this, EventReliable__Array * array, EventReliable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_Photon_Bolt_EventReliable__LastIndexOf, (EqualityComparer_1_Photon_Bolt_EventReliable_ * __this, EventReliable__Array * array, EventReliable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_Photon_Bolt_EventReliable__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Photon_Bolt_EventReliable_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_Photon_Bolt_EventReliable__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Photon_Bolt_EventReliable_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Photon_Bolt_EventReliable_ *, EqualityComparer_1_Photon_Bolt_EventReliable__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Photon_Bolt_EventUnreliable___ctor, (EqualityComparer_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0152BD10, EqualityComparer_1_Photon_Bolt_EventUnreliable_ *, EqualityComparer_1_Photon_Bolt_EventUnreliable__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_Photon_Bolt_EventUnreliable__IndexOf, (EqualityComparer_1_Photon_Bolt_EventUnreliable_ * __this, EventUnreliable__Array * array, EventUnreliable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_Photon_Bolt_EventUnreliable__LastIndexOf, (EqualityComparer_1_Photon_Bolt_EventUnreliable_ * __this, EventUnreliable__Array * array, EventUnreliable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_Photon_Bolt_EventUnreliable__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Photon_Bolt_EventUnreliable_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_Photon_Bolt_EventUnreliable__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Photon_Bolt_EventUnreliable_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Photon_Bolt_EventUnreliable_ *, EqualityComparer_1_Photon_Bolt_EventUnreliable__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Discord_FileStat___ctor, (EqualityComparer_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0152C8B0, EqualityComparer_1_Discord_FileStat_ *, EqualityComparer_1_Discord_FileStat__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_Discord_FileStat__IndexOf, (EqualityComparer_1_Discord_FileStat_ * __this, FileStat__Array * array, FileStat value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_Discord_FileStat__LastIndexOf, (EqualityComparer_1_Discord_FileStat_ * __this, FileStat__Array * array, FileStat value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_Discord_FileStat__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Discord_FileStat_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_Discord_FileStat__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Discord_FileStat_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Discord_FileStat_ *, EqualityComparer_1_Discord_FileStat__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_FontDefinition___ctor, (EqualityComparer_1_UnityEngine_UIElements_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0152D450, EqualityComparer_1_UnityEngine_UIElements_FontDefinition_ *, EqualityComparer_1_UnityEngine_UIElements_FontDefinition__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_UIElements_FontDefinition__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_FontDefinition_ * __this, FontDefinition__Array * array, FontDefinition value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_UIElements_FontDefinition__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_FontDefinition_ * __this, FontDefinition__Array * array, FontDefinition value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_UIElements_FontDefinition__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_FontDefinition_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_UIElements_FontDefinition__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_FontDefinition_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_FontDefinition_ *, EqualityComparer_1_UnityEngine_UIElements_FontDefinition__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Dissonance_Audio_Playback_FrameFormat___ctor, (EqualityComparer_1_Dissonance_Audio_Playback_FrameFormat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0152DFF0, EqualityComparer_1_Dissonance_Audio_Playback_FrameFormat_ *, EqualityComparer_1_Dissonance_Audio_Playback_FrameFormat__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_Dissonance_Audio_Playback_FrameFormat__IndexOf, (EqualityComparer_1_Dissonance_Audio_Playback_FrameFormat_ * __this, FrameFormat__Array * array, FrameFormat value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_Dissonance_Audio_Playback_FrameFormat__LastIndexOf, (EqualityComparer_1_Dissonance_Audio_Playback_FrameFormat_ * __this, FrameFormat__Array * array, FrameFormat value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_Dissonance_Audio_Playback_FrameFormat__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Dissonance_Audio_Playback_FrameFormat_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_Dissonance_Audio_Playback_FrameFormat__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Dissonance_Audio_Playback_FrameFormat_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Dissonance_Audio_Playback_FrameFormat_ *, EqualityComparer_1_Dissonance_Audio_Playback_FrameFormat__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_Runtime_InteropServices_GCHandle___ctor, (EqualityComparer_1_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0152EB90, EqualityComparer_1_System_Runtime_InteropServices_GCHandle_ *, EqualityComparer_1_System_Runtime_InteropServices_GCHandle__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F7390, int32_t, EqualityComparer_1_System_Runtime_InteropServices_GCHandle__IndexOf, (EqualityComparer_1_System_Runtime_InteropServices_GCHandle_ * __this, GCHandle__Array * array, GCHandle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F7430, int32_t, EqualityComparer_1_System_Runtime_InteropServices_GCHandle__LastIndexOf, (EqualityComparer_1_System_Runtime_InteropServices_GCHandle_ * __this, GCHandle__Array * array, GCHandle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_System_Runtime_InteropServices_GCHandle__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_Runtime_InteropServices_GCHandle_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_System_Runtime_InteropServices_GCHandle__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_Runtime_InteropServices_GCHandle_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_Runtime_InteropServices_GCHandle_ *, EqualityComparer_1_System_Runtime_InteropServices_GCHandle__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor, (EqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0152F730, EqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ *, EqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0152A0C0, int32_t, EqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__IndexOf, (EqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord__Array * array, GlyphPairAdjustmentRecord value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0152A1D0, int32_t, EqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__LastIndexOf, (EqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord__Array * array, GlyphPairAdjustmentRecord value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0152A3E0, bool, EqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0152A2E0, int32_t, EqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ *, EqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_TextCore_GlyphRect___ctor, (EqualityComparer_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015302D0, EqualityComparer_1_UnityEngine_TextCore_GlyphRect_ *, EqualityComparer_1_UnityEngine_TextCore_GlyphRect__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_TextCore_GlyphRect__IndexOf, (EqualityComparer_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect__Array * array, GlyphRect value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_TextCore_GlyphRect__LastIndexOf, (EqualityComparer_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect__Array * array, GlyphRect value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_TextCore_GlyphRect__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_TextCore_GlyphRect_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_TextCore_GlyphRect__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_TextCore_GlyphRect_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_TextCore_GlyphRect_ *, EqualityComparer_1_UnityEngine_TextCore_GlyphRect__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_Guid___ctor, (EqualityComparer_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01530E70, EqualityComparer_1_System_Guid_ *, EqualityComparer_1_System_Guid__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_System_Guid__IndexOf, (EqualityComparer_1_System_Guid_ * __this, Guid__Array * array, Guid value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_System_Guid__LastIndexOf, (EqualityComparer_1_System_Guid_ * __this, Guid__Array * array, Guid value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_System_Guid__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_Guid_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_System_Guid__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_Guid_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_Guid_ *, EqualityComparer_1_System_Guid__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Hash128___ctor, (EqualityComparer_1_UnityEngine_Hash128_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01531A10, EqualityComparer_1_UnityEngine_Hash128_ *, EqualityComparer_1_UnityEngine_Hash128__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_Hash128__IndexOf, (EqualityComparer_1_UnityEngine_Hash128_ * __this, Hash128__Array * array, Hash128 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_Hash128__LastIndexOf, (EqualityComparer_1_UnityEngine_Hash128_ * __this, Hash128__Array * array, Hash128 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_Hash128__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Hash128_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_Hash128__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Hash128_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Hash128_ *, EqualityComparer_1_UnityEngine_Hash128__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Rewired_InputActionSourceData___ctor, (EqualityComparer_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015325B0, EqualityComparer_1_Rewired_InputActionSourceData_ *, EqualityComparer_1_Rewired_InputActionSourceData__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_Rewired_InputActionSourceData__IndexOf, (EqualityComparer_1_Rewired_InputActionSourceData_ * __this, InputActionSourceData__Array * array, InputActionSourceData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_Rewired_InputActionSourceData__LastIndexOf, (EqualityComparer_1_Rewired_InputActionSourceData_ * __this, InputActionSourceData__Array * array, InputActionSourceData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_Rewired_InputActionSourceData__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Rewired_InputActionSourceData_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_Rewired_InputActionSourceData__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Rewired_InputActionSourceData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Rewired_InputActionSourceData_ *, EqualityComparer_1_Rewired_InputActionSourceData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_InputSystem_InputBinding___ctor, (EqualityComparer_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01533150, EqualityComparer_1_UnityEngine_InputSystem_InputBinding_ *, EqualityComparer_1_UnityEngine_InputSystem_InputBinding__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0151E380, int32_t, EqualityComparer_1_UnityEngine_InputSystem_InputBinding__IndexOf, (EqualityComparer_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding__Array * array, InputBinding value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151E4D0, int32_t, EqualityComparer_1_UnityEngine_InputSystem_InputBinding__LastIndexOf, (EqualityComparer_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding__Array * array, InputBinding value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151E730, bool, EqualityComparer_1_UnityEngine_InputSystem_InputBinding__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_InputSystem_InputBinding_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0151E620, int32_t, EqualityComparer_1_UnityEngine_InputSystem_InputBinding__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_InputSystem_InputBinding_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_InputSystem_InputBinding_ *, EqualityComparer_1_UnityEngine_InputSystem_InputBinding__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_XR_InputDevice___ctor, (EqualityComparer_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01533CF0, EqualityComparer_1_UnityEngine_XR_InputDevice_ *, EqualityComparer_1_UnityEngine_XR_InputDevice__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_XR_InputDevice__IndexOf, (EqualityComparer_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1__Array * array, InputDevice_1 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_XR_InputDevice__LastIndexOf, (EqualityComparer_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1__Array * array, InputDevice_1 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_XR_InputDevice__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_XR_InputDevice_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_XR_InputDevice__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_XR_InputDevice_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_XR_InputDevice_ *, EqualityComparer_1_UnityEngine_XR_InputDevice__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription___ctor, (EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01534890, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ *, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0150F150, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__IndexOf, (EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription__Array * array, InputDeviceDescription value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150F270, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__LastIndexOf, (EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription__Array * array, InputDeviceDescription value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150F490, bool, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0150F390, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ *, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr___ctor, (EqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01535430, EqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ *, EqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F7390, int32_t, EqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__IndexOf, (EqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr__Array * array, InputEventPtr value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F7430, int32_t, EqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__LastIndexOf, (EqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr__Array * array, InputEventPtr value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ *, EqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_Int16___ctor, (EqualityComparer_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01535FD0, EqualityComparer_1_System_Int16_ *, EqualityComparer_1_System_Int16__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0151AC70, int32_t, EqualityComparer_1_System_Int16__IndexOf, (EqualityComparer_1_System_Int16_ * __this, Int16__Array * array, int16_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151AD10, int32_t, EqualityComparer_1_System_Int16__LastIndexOf, (EqualityComparer_1_System_Int16_ * __this, Int16__Array * array, int16_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151AEA0, bool, EqualityComparer_1_System_Int16__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_Int16_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0151ADC0, int32_t, EqualityComparer_1_System_Int16__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_Int16_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_Int16_ *, EqualityComparer_1_System_Int16__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Pathfinding_Int2___ctor, (EqualityComparer_1_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01536B70, EqualityComparer_1_Pathfinding_Int2_ *, EqualityComparer_1_Pathfinding_Int2__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F7390, int32_t, EqualityComparer_1_Pathfinding_Int2__IndexOf, (EqualityComparer_1_Pathfinding_Int2_ * __this, Int2__Array * array, Int2 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F7430, int32_t, EqualityComparer_1_Pathfinding_Int2__LastIndexOf, (EqualityComparer_1_Pathfinding_Int2_ * __this, Int2__Array * array, Int2 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_Pathfinding_Int2__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Pathfinding_Int2_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_Pathfinding_Int2__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Pathfinding_Int2_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Pathfinding_Int2_ *, EqualityComparer_1_Pathfinding_Int2__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Pathfinding_Int3___ctor, (EqualityComparer_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01537710, EqualityComparer_1_Pathfinding_Int3_ *, EqualityComparer_1_Pathfinding_Int3__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0150A740, int32_t, EqualityComparer_1_Pathfinding_Int3__IndexOf, (EqualityComparer_1_Pathfinding_Int3_ * __this, Int3__Array * array, Int3 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150A820, int32_t, EqualityComparer_1_Pathfinding_Int3__LastIndexOf, (EqualityComparer_1_Pathfinding_Int3_ * __this, Int3__Array * array, Int3 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150A9F0, bool, EqualityComparer_1_Pathfinding_Int3__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Pathfinding_Int3_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0150A900, int32_t, EqualityComparer_1_Pathfinding_Int3__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Pathfinding_Int3_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Pathfinding_Int3_ *, EqualityComparer_1_Pathfinding_Int3__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_Int32___ctor, (EqualityComparer_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015382B0, EqualityComparer_1_System_Int32_ *, EqualityComparer_1_System_Int32__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01538E50, int32_t, EqualityComparer_1_System_Int32__IndexOf, (EqualityComparer_1_System_Int32_ * __this, Int32__Array * array, int32_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01538EF0, int32_t, EqualityComparer_1_System_Int32__LastIndexOf, (EqualityComparer_1_System_Int32_ * __this, Int32__Array * array, int32_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151D680, bool, EqualityComparer_1_System_Int32__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_Int32_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0151D5B0, int32_t, EqualityComparer_1_System_Int32__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_Int32_ *, EqualityComparer_1_System_Int32__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_Int32Enum___ctor, (EqualityComparer_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01538F90, EqualityComparer_1_System_Int32Enum_ *, EqualityComparer_1_System_Int32Enum__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01538E50, int32_t, EqualityComparer_1_System_Int32Enum__IndexOf, (EqualityComparer_1_System_Int32Enum_ * __this, Int32Enum__Enum__Array * array, Int32Enum__Enum value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01538EF0, int32_t, EqualityComparer_1_System_Int32Enum__LastIndexOf, (EqualityComparer_1_System_Int32Enum_ * __this, Int32Enum__Enum__Array * array, Int32Enum__Enum value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151D680, bool, EqualityComparer_1_System_Int32Enum__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_Int32Enum_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0151D5B0, int32_t, EqualityComparer_1_System_Int32Enum__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_Int32Enum_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_Int32Enum_ *, EqualityComparer_1_System_Int32Enum__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_Int64___ctor, (EqualityComparer_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01539B30, EqualityComparer_1_System_Int64_ *, EqualityComparer_1_System_Int64__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0153A6D0, int32_t, EqualityComparer_1_System_Int64__IndexOf, (EqualityComparer_1_System_Int64_ * __this, Int64__Array * array, int64_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0153A770, int32_t, EqualityComparer_1_System_Int64__LastIndexOf, (EqualityComparer_1_System_Int64_ * __this, Int64__Array * array, int64_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_System_Int64__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_Int64_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_System_Int64__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_Int64_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_Int64_ *, EqualityComparer_1_System_Int64__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Pathfinding_ClipperLib_IntPoint___ctor, (EqualityComparer_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0153A810, EqualityComparer_1_Pathfinding_ClipperLib_IntPoint_ *, EqualityComparer_1_Pathfinding_ClipperLib_IntPoint__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_Pathfinding_ClipperLib_IntPoint__IndexOf, (EqualityComparer_1_Pathfinding_ClipperLib_IntPoint_ * __this, IntPoint__Array * array, IntPoint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_Pathfinding_ClipperLib_IntPoint__LastIndexOf, (EqualityComparer_1_Pathfinding_ClipperLib_IntPoint_ * __this, IntPoint__Array * array, IntPoint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_Pathfinding_ClipperLib_IntPoint__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Pathfinding_ClipperLib_IntPoint_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_Pathfinding_ClipperLib_IntPoint__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Pathfinding_ClipperLib_IntPoint_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Pathfinding_ClipperLib_IntPoint_ *, EqualityComparer_1_Pathfinding_ClipperLib_IntPoint__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_IntPtr___ctor, (EqualityComparer_1_System_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C565D8, EqualityComparer_1_System_IntPtr___ctor__MethodInfo); DO_APP_FUNC(0x0153B3B0, EqualityComparer_1_System_IntPtr_ *, EqualityComparer_1_System_IntPtr__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0153A6D0, int32_t, EqualityComparer_1_System_IntPtr__IndexOf, (EqualityComparer_1_System_IntPtr_ * __this, IntPtr__Array * array, void * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0153A770, int32_t, EqualityComparer_1_System_IntPtr__LastIndexOf, (EqualityComparer_1_System_IntPtr_ * __this, IntPtr__Array * array, void * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_System_IntPtr__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_IntPtr_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_System_IntPtr__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_IntPtr_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_IntPtr_ *, EqualityComparer_1_System_IntPtr__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Pathfinding_IntRect___ctor, (EqualityComparer_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0153BF50, EqualityComparer_1_Pathfinding_IntRect_ *, EqualityComparer_1_Pathfinding_IntRect__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_Pathfinding_IntRect__IndexOf, (EqualityComparer_1_Pathfinding_IntRect_ * __this, IntRect__Array * array, IntRect value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_Pathfinding_IntRect__LastIndexOf, (EqualityComparer_1_Pathfinding_IntRect_ * __this, IntRect__Array * array, IntRect value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_Pathfinding_IntRect__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Pathfinding_IntRect_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_Pathfinding_IntRect__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Pathfinding_IntRect_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Pathfinding_IntRect_ *, EqualityComparer_1_Pathfinding_IntRect__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString___ctor, (EqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0153CAF0, EqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ *, EqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString__IndexOf, (EqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString__Array * array, InternedString value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString__LastIndexOf, (EqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString__Array * array, InternedString value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ *, EqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo___ctor, (EqualityComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0153D690, EqualityComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ *, EqualityComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__IndexOf, (EqualityComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, InterpretedFrameInfo__Array * array, InterpretedFrameInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__LastIndexOf, (EqualityComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, InterpretedFrameInfo__Array * array, InterpretedFrameInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ *, EqualityComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Timeline_IntervalTreeNode___ctor, (EqualityComparer_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0153E230, EqualityComparer_1_UnityEngine_Timeline_IntervalTreeNode_ *, EqualityComparer_1_UnityEngine_Timeline_IntervalTreeNode__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_UnityEngine_Timeline_IntervalTreeNode__IndexOf, (EqualityComparer_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IntervalTreeNode__Array * array, IntervalTreeNode value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_UnityEngine_Timeline_IntervalTreeNode__LastIndexOf, (EqualityComparer_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IntervalTreeNode__Array * array, IntervalTreeNode value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Timeline_IntervalTreeNode_ *, EqualityComparer_1_UnityEngine_Timeline_IntervalTreeNode__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK___ctor, (EqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0153EDD0, EqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ *, EqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0151D470, int32_t, EqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__IndexOf, (EqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK__Array * array, IpQCkqlgJLyrFpAOyBfUxXQpJsWK value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151D510, int32_t, EqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__LastIndexOf, (EqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK__Array * array, IpQCkqlgJLyrFpAOyBfUxXQpJsWK value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151D680, bool, EqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0151D5B0, int32_t, EqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ *, EqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount___ctor, (EqualityComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0153F970, EqualityComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ *, EqualityComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__IndexOf, (EqualityComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, ItemDefinitionAmount__Array * array, ItemDefinitionAmount value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__LastIndexOf, (EqualityComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, ItemDefinitionAmount__Array * array, ItemDefinitionAmount value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ *, EqualityComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_KickedPlayer___ctor, (EqualityComparer_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01540510, EqualityComparer_1_KickedPlayer_ *, EqualityComparer_1_KickedPlayer__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_KickedPlayer__IndexOf, (EqualityComparer_1_KickedPlayer_ * __this, KickedPlayer__Array * array, KickedPlayer value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_KickedPlayer__LastIndexOf, (EqualityComparer_1_KickedPlayer_ * __this, KickedPlayer__Array * array, KickedPlayer value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_KickedPlayer__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_KickedPlayer_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_KickedPlayer__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_KickedPlayer_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_KickedPlayer_ *, EqualityComparer_1_KickedPlayer__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_LayerMask___ctor, (EqualityComparer_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015410B0, EqualityComparer_1_UnityEngine_LayerMask_ *, EqualityComparer_1_UnityEngine_LayerMask__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0151D470, int32_t, EqualityComparer_1_UnityEngine_LayerMask__IndexOf, (EqualityComparer_1_UnityEngine_LayerMask_ * __this, LayerMask__Array * array, LayerMask value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151D510, int32_t, EqualityComparer_1_UnityEngine_LayerMask__LastIndexOf, (EqualityComparer_1_UnityEngine_LayerMask_ * __this, LayerMask__Array * array, LayerMask value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151D680, bool, EqualityComparer_1_UnityEngine_LayerMask__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_LayerMask_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0151D5B0, int32_t, EqualityComparer_1_UnityEngine_LayerMask__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_LayerMask_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_LayerMask_ *, EqualityComparer_1_UnityEngine_LayerMask__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter___ctor, (EqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01541C50, EqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ *, EqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0150A740, int32_t, EqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter__Array * array, ManipulatorActivationFilter value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150A820, int32_t, EqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter__Array * array, ManipulatorActivationFilter value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150A9F0, bool, EqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0150A900, int32_t, EqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ *, EqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Matrix4x4___ctor, (EqualityComparer_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015427F0, EqualityComparer_1_UnityEngine_Matrix4x4_ *, EqualityComparer_1_UnityEngine_Matrix4x4__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01543390, int32_t, EqualityComparer_1_UnityEngine_Matrix4x4__IndexOf, (EqualityComparer_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4__Array * array, Matrix4x4 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015434A0, int32_t, EqualityComparer_1_UnityEngine_Matrix4x4__LastIndexOf, (EqualityComparer_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4__Array * array, Matrix4x4 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015436B0, bool, EqualityComparer_1_UnityEngine_Matrix4x4__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Matrix4x4_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x015435B0, int32_t, EqualityComparer_1_UnityEngine_Matrix4x4__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Matrix4x4_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Matrix4x4_ *, EqualityComparer_1_UnityEngine_Matrix4x4__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters___ctor, (EqualityComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015438B0, EqualityComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ *, EqualityComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters__IndexOf, (EqualityComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, NameAndParameters__Array * array, NameAndParameters value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters__LastIndexOf, (EqualityComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, NameAndParameters__Array * array, NameAndParameters value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ *, EqualityComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue___ctor, (EqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01544450, EqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ *, EqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue__IndexOf, (EqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue__Array * array, NamedValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue__LastIndexOf, (EqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue__Array * array, NamedValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ *, EqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UI_Navigation___ctor, (EqualityComparer_1_UnityEngine_UI_Navigation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01544FF0, EqualityComparer_1_UnityEngine_UI_Navigation_ *, EqualityComparer_1_UnityEngine_UI_Navigation__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01510230, int32_t, EqualityComparer_1_UnityEngine_UI_Navigation__IndexOf, (EqualityComparer_1_UnityEngine_UI_Navigation_ * __this, Navigation__Array * array, Navigation value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510330, int32_t, EqualityComparer_1_UnityEngine_UI_Navigation__LastIndexOf, (EqualityComparer_1_UnityEngine_UI_Navigation_ * __this, Navigation__Array * array, Navigation value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510530, bool, EqualityComparer_1_UnityEngine_UI_Navigation__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UI_Navigation_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01510430, int32_t, EqualityComparer_1_UnityEngine_UI_Navigation__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UI_Navigation_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UI_Navigation_ *, EqualityComparer_1_UnityEngine_UI_Navigation__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Photon_Bolt_NetworkId___ctor, (EqualityComparer_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01545B90, EqualityComparer_1_Photon_Bolt_NetworkId_ *, EqualityComparer_1_Photon_Bolt_NetworkId__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F7390, int32_t, EqualityComparer_1_Photon_Bolt_NetworkId__IndexOf, (EqualityComparer_1_Photon_Bolt_NetworkId_ * __this, NetworkId__Array * array, NetworkId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F7430, int32_t, EqualityComparer_1_Photon_Bolt_NetworkId__LastIndexOf, (EqualityComparer_1_Photon_Bolt_NetworkId_ * __this, NetworkId__Array * array, NetworkId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_Photon_Bolt_NetworkId__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Photon_Bolt_NetworkId_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_Photon_Bolt_NetworkId__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Photon_Bolt_NetworkId_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Photon_Bolt_NetworkId_ *, EqualityComparer_1_Photon_Bolt_NetworkId__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Photon_Bolt_NetworkPropertyInfo___ctor, (EqualityComparer_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01546730, EqualityComparer_1_Photon_Bolt_NetworkPropertyInfo_ *, EqualityComparer_1_Photon_Bolt_NetworkPropertyInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F5800, int32_t, EqualityComparer_1_Photon_Bolt_NetworkPropertyInfo__IndexOf, (EqualityComparer_1_Photon_Bolt_NetworkPropertyInfo_ * __this, NetworkPropertyInfo__Array * array, NetworkPropertyInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F58E0, int32_t, EqualityComparer_1_Photon_Bolt_NetworkPropertyInfo__LastIndexOf, (EqualityComparer_1_Photon_Bolt_NetworkPropertyInfo_ * __this, NetworkPropertyInfo__Array * array, NetworkPropertyInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F5AB0, bool, EqualityComparer_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Photon_Bolt_NetworkPropertyInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F59C0, int32_t, EqualityComparer_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Photon_Bolt_NetworkPropertyInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Photon_Bolt_NetworkPropertyInfo_ *, EqualityComparer_1_Photon_Bolt_NetworkPropertyInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_Object___ctor, (EqualityComparer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015472D0, EqualityComparer_1_System_Object_ *, EqualityComparer_1_System_Object__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0153A6D0, int32_t, EqualityComparer_1_System_Object__IndexOf, (EqualityComparer_1_System_Object_ * __this, Object__Array * array, Object * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0153A770, int32_t, EqualityComparer_1_System_Object__LastIndexOf, (EqualityComparer_1_System_Object_ * __this, Object__Array * array, Object * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01547F50, bool, EqualityComparer_1_System_Object__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01547E70, int32_t, EqualityComparer_1_System_Object__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_Object_ *, EqualityComparer_1_System_Object__get_Default, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F120, EqualityComparer_1_System_Object__get_Default__MethodInfo); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData___ctor, (EqualityComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015480E0, EqualityComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ *, EqualityComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01527570, int32_t, EqualityComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__IndexOf, (EqualityComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, ObjectInitializationData__Array * array, ObjectInitializationData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01527670, int32_t, EqualityComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__LastIndexOf, (EqualityComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, ObjectInitializationData__Array * array, ObjectInitializationData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01527870, bool, EqualityComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01527770, int32_t, EqualityComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ *, EqualityComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor, (EqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01548C80, EqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ *, EqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__IndexOf, (EqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, ObjectSurface__Array * array, ObjectSurface value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__LastIndexOf, (EqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, ObjectSurface__Array * array, ObjectSurface value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ *, EqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Dissonance_Networking_Client_OpenChannel___ctor, (EqualityComparer_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01549820, EqualityComparer_1_Dissonance_Networking_Client_OpenChannel_ *, EqualityComparer_1_Dissonance_Networking_Client_OpenChannel__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F5800, int32_t, EqualityComparer_1_Dissonance_Networking_Client_OpenChannel__IndexOf, (EqualityComparer_1_Dissonance_Networking_Client_OpenChannel_ * __this, OpenChannel__Array * array, OpenChannel value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F58E0, int32_t, EqualityComparer_1_Dissonance_Networking_Client_OpenChannel__LastIndexOf, (EqualityComparer_1_Dissonance_Networking_Client_OpenChannel_ * __this, OpenChannel__Array * array, OpenChannel value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F5AB0, bool, EqualityComparer_1_Dissonance_Networking_Client_OpenChannel__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Dissonance_Networking_Client_OpenChannel_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F59C0, int32_t, EqualityComparer_1_Dissonance_Networking_Client_OpenChannel__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Dissonance_Networking_Client_OpenChannel_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Dissonance_Networking_Client_OpenChannel_ *, EqualityComparer_1_Dissonance_Networking_Client_OpenChannel__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue___ctor, (EqualityComparer_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0154A3C0, EqualityComparer_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ *, EqualityComparer_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01510230, int32_t, EqualityComparer_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__IndexOf, (EqualityComparer_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, OriginalMaterialValue__Array * array, OriginalMaterialValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510330, int32_t, EqualityComparer_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__LastIndexOf, (EqualityComparer_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, OriginalMaterialValue__Array * array, OriginalMaterialValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510530, bool, EqualityComparer_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01510430, int32_t, EqualityComparer_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ *, EqualityComparer_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Photon_Bolt_Internal_PacketStats___ctor, (EqualityComparer_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0154AF60, EqualityComparer_1_Photon_Bolt_Internal_PacketStats_ *, EqualityComparer_1_Photon_Bolt_Internal_PacketStats__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0150A740, int32_t, EqualityComparer_1_Photon_Bolt_Internal_PacketStats__IndexOf, (EqualityComparer_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats__Array * array, PacketStats value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150A820, int32_t, EqualityComparer_1_Photon_Bolt_Internal_PacketStats__LastIndexOf, (EqualityComparer_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats__Array * array, PacketStats value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150A9F0, bool, EqualityComparer_1_Photon_Bolt_Internal_PacketStats__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Photon_Bolt_Internal_PacketStats_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0150A900, int32_t, EqualityComparer_1_Photon_Bolt_Internal_PacketStats__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Photon_Bolt_Internal_PacketStats_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Photon_Bolt_Internal_PacketStats_ *, EqualityComparer_1_Photon_Bolt_Internal_PacketStats__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_ParticleCollisionEvent___ctor, (EqualityComparer_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0154BB00, EqualityComparer_1_UnityEngine_ParticleCollisionEvent_ *, EqualityComparer_1_UnityEngine_ParticleCollisionEvent__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01510230, int32_t, EqualityComparer_1_UnityEngine_ParticleCollisionEvent__IndexOf, (EqualityComparer_1_UnityEngine_ParticleCollisionEvent_ * __this, ParticleCollisionEvent__Array * array, ParticleCollisionEvent value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510330, int32_t, EqualityComparer_1_UnityEngine_ParticleCollisionEvent__LastIndexOf, (EqualityComparer_1_UnityEngine_ParticleCollisionEvent_ * __this, ParticleCollisionEvent__Array * array, ParticleCollisionEvent value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510530, bool, EqualityComparer_1_UnityEngine_ParticleCollisionEvent__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_ParticleCollisionEvent_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01510430, int32_t, EqualityComparer_1_UnityEngine_ParticleCollisionEvent__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_ParticleCollisionEvent_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_ParticleCollisionEvent_ *, EqualityComparer_1_UnityEngine_ParticleCollisionEvent__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Rewired_PidVid___ctor, (EqualityComparer_1_Rewired_PidVid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0154C6A0, EqualityComparer_1_Rewired_PidVid_ *, EqualityComparer_1_Rewired_PidVid__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0151D470, int32_t, EqualityComparer_1_Rewired_PidVid__IndexOf, (EqualityComparer_1_Rewired_PidVid_ * __this, PidVid__Array * array, PidVid value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151D510, int32_t, EqualityComparer_1_Rewired_PidVid__LastIndexOf, (EqualityComparer_1_Rewired_PidVid_ * __this, PidVid__Array * array, PidVid value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151D680, bool, EqualityComparer_1_Rewired_PidVid__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Rewired_PidVid_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0151D5B0, int32_t, EqualityComparer_1_Rewired_PidVid__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Rewired_PidVid_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Rewired_PidVid_ *, EqualityComparer_1_Rewired_PidVid__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Playables_Playable___ctor, (EqualityComparer_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0154D240, EqualityComparer_1_UnityEngine_Playables_Playable_ *, EqualityComparer_1_UnityEngine_Playables_Playable__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_Playables_Playable__IndexOf, (EqualityComparer_1_UnityEngine_Playables_Playable_ * __this, Playable__Array * array, Playable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_Playables_Playable__LastIndexOf, (EqualityComparer_1_UnityEngine_Playables_Playable_ * __this, Playable__Array * array, Playable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_Playables_Playable__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Playables_Playable_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_Playables_Playable__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Playables_Playable_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Playables_Playable_ *, EqualityComparer_1_UnityEngine_Playables_Playable__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Playables_PlayableBinding___ctor, (EqualityComparer_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0154DDE0, EqualityComparer_1_UnityEngine_Playables_PlayableBinding_ *, EqualityComparer_1_UnityEngine_Playables_PlayableBinding__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F5800, int32_t, EqualityComparer_1_UnityEngine_Playables_PlayableBinding__IndexOf, (EqualityComparer_1_UnityEngine_Playables_PlayableBinding_ * __this, PlayableBinding__Array * array, PlayableBinding value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F58E0, int32_t, EqualityComparer_1_UnityEngine_Playables_PlayableBinding__LastIndexOf, (EqualityComparer_1_UnityEngine_Playables_PlayableBinding_ * __this, PlayableBinding__Array * array, PlayableBinding value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F5AB0, bool, EqualityComparer_1_UnityEngine_Playables_PlayableBinding__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Playables_PlayableBinding_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F59C0, int32_t, EqualityComparer_1_UnityEngine_Playables_PlayableBinding__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Playables_PlayableBinding_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Playables_PlayableBinding_ *, EqualityComparer_1_UnityEngine_Playables_PlayableBinding__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Dissonance_PlayerChannel___ctor, (EqualityComparer_1_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0154E980, EqualityComparer_1_Dissonance_PlayerChannel_ *, EqualityComparer_1_Dissonance_PlayerChannel__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F5800, int32_t, EqualityComparer_1_Dissonance_PlayerChannel__IndexOf, (EqualityComparer_1_Dissonance_PlayerChannel_ * __this, PlayerChannel__Array * array, PlayerChannel value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F58E0, int32_t, EqualityComparer_1_Dissonance_PlayerChannel__LastIndexOf, (EqualityComparer_1_Dissonance_PlayerChannel_ * __this, PlayerChannel__Array * array, PlayerChannel value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F5AB0, bool, EqualityComparer_1_Dissonance_PlayerChannel__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Dissonance_PlayerChannel_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F59C0, int32_t, EqualityComparer_1_Dissonance_PlayerChannel__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Dissonance_PlayerChannel_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Dissonance_PlayerChannel_ *, EqualityComparer_1_Dissonance_PlayerChannel__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_PlayerFlashlightBeam___ctor, (EqualityComparer_1_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0154F520, EqualityComparer_1_PlayerFlashlightBeam_ *, EqualityComparer_1_PlayerFlashlightBeam__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_PlayerFlashlightBeam__IndexOf, (EqualityComparer_1_PlayerFlashlightBeam_ * __this, PlayerFlashlightBeam__Array * array, PlayerFlashlightBeam value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_PlayerFlashlightBeam__LastIndexOf, (EqualityComparer_1_PlayerFlashlightBeam_ * __this, PlayerFlashlightBeam__Array * array, PlayerFlashlightBeam value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_PlayerFlashlightBeam__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_PlayerFlashlightBeam_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_PlayerFlashlightBeam__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_PlayerFlashlightBeam_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_PlayerFlashlightBeam_ *, EqualityComparer_1_PlayerFlashlightBeam__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_InputSystem_UI_PointerModel___ctor, (EqualityComparer_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015500C0, EqualityComparer_1_UnityEngine_InputSystem_UI_PointerModel_ *, EqualityComparer_1_UnityEngine_InputSystem_UI_PointerModel__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01550C60, int32_t, EqualityComparer_1_UnityEngine_InputSystem_UI_PointerModel__IndexOf, (EqualityComparer_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, PointerModel__Array * array, PointerModel value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01550E10, int32_t, EqualityComparer_1_UnityEngine_InputSystem_UI_PointerModel__LastIndexOf, (EqualityComparer_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, PointerModel__Array * array, PointerModel value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01551110, bool, EqualityComparer_1_UnityEngine_InputSystem_UI_PointerModel__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01550FC0, int32_t, EqualityComparer_1_UnityEngine_InputSystem_UI_PointerModel__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_InputSystem_UI_PointerModel_ *, EqualityComparer_1_UnityEngine_InputSystem_UI_PointerModel__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Photon_Bolt_PrefabId___ctor, (EqualityComparer_1_Photon_Bolt_PrefabId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015513D0, EqualityComparer_1_Photon_Bolt_PrefabId_ *, EqualityComparer_1_Photon_Bolt_PrefabId__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0151D470, int32_t, EqualityComparer_1_Photon_Bolt_PrefabId__IndexOf, (EqualityComparer_1_Photon_Bolt_PrefabId_ * __this, PrefabId__Array * array, PrefabId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151D510, int32_t, EqualityComparer_1_Photon_Bolt_PrefabId__LastIndexOf, (EqualityComparer_1_Photon_Bolt_PrefabId_ * __this, PrefabId__Array * array, PrefabId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151D680, bool, EqualityComparer_1_Photon_Bolt_PrefabId__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Photon_Bolt_PrefabId_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0151D5B0, int32_t, EqualityComparer_1_Photon_Bolt_PrefabId__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Photon_Bolt_PrefabId_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Photon_Bolt_PrefabId_ *, EqualityComparer_1_Photon_Bolt_PrefabId__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Photon_Bolt_Priority___ctor, (EqualityComparer_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01551F70, EqualityComparer_1_Photon_Bolt_Priority_ *, EqualityComparer_1_Photon_Bolt_Priority__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0150A740, int32_t, EqualityComparer_1_Photon_Bolt_Priority__IndexOf, (EqualityComparer_1_Photon_Bolt_Priority_ * __this, Priority__Array * array, Priority value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150A820, int32_t, EqualityComparer_1_Photon_Bolt_Priority__LastIndexOf, (EqualityComparer_1_Photon_Bolt_Priority_ * __this, Priority__Array * array, Priority value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150A9F0, bool, EqualityComparer_1_Photon_Bolt_Priority__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Photon_Bolt_Priority_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0150A900, int32_t, EqualityComparer_1_Photon_Bolt_Priority__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Photon_Bolt_Priority_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Photon_Bolt_Priority_ *, EqualityComparer_1_Photon_Bolt_Priority__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings___ctor, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01552B10, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F5800, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__IndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, ProbeVolumeBakingProcessSettings__Array * array, ProbeVolumeBakingProcessSettings value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F58E0, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__LastIndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, ProbeVolumeBakingProcessSettings__Array * array, ProbeVolumeBakingProcessSettings value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F5AB0, bool, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F59C0, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Quaternion___ctor, (EqualityComparer_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015536B0, EqualityComparer_1_UnityEngine_Quaternion_ *, EqualityComparer_1_UnityEngine_Quaternion__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_Quaternion__IndexOf, (EqualityComparer_1_UnityEngine_Quaternion_ * __this, Quaternion__Array * array, Quaternion value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_Quaternion__LastIndexOf, (EqualityComparer_1_UnityEngine_Quaternion_ * __this, Quaternion__Array * array, Quaternion value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151C750, bool, EqualityComparer_1_UnityEngine_Quaternion__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Quaternion_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_Quaternion__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Quaternion_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Quaternion_ *, EqualityComparer_1_UnityEngine_Quaternion__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_Xml_Schema_RangePositionInfo___ctor, (EqualityComparer_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01554250, EqualityComparer_1_System_Xml_Schema_RangePositionInfo_ *, EqualityComparer_1_System_Xml_Schema_RangePositionInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_System_Xml_Schema_RangePositionInfo__IndexOf, (EqualityComparer_1_System_Xml_Schema_RangePositionInfo_ * __this, RangePositionInfo__Array * array, RangePositionInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_System_Xml_Schema_RangePositionInfo__LastIndexOf, (EqualityComparer_1_System_Xml_Schema_RangePositionInfo_ * __this, RangePositionInfo__Array * array, RangePositionInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_System_Xml_Schema_RangePositionInfo__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_Xml_Schema_RangePositionInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_System_Xml_Schema_RangePositionInfo__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_Xml_Schema_RangePositionInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_Xml_Schema_RangePositionInfo_ *, EqualityComparer_1_System_Xml_Schema_RangePositionInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_RaycastHit___ctor, (EqualityComparer_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01554DF0, EqualityComparer_1_UnityEngine_RaycastHit_ *, EqualityComparer_1_UnityEngine_RaycastHit__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0152A0C0, int32_t, EqualityComparer_1_UnityEngine_RaycastHit__IndexOf, (EqualityComparer_1_UnityEngine_RaycastHit_ * __this, RaycastHit__Array * array, RaycastHit value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0152A1D0, int32_t, EqualityComparer_1_UnityEngine_RaycastHit__LastIndexOf, (EqualityComparer_1_UnityEngine_RaycastHit_ * __this, RaycastHit__Array * array, RaycastHit value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0152A3E0, bool, EqualityComparer_1_UnityEngine_RaycastHit__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_RaycastHit_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0152A2E0, int32_t, EqualityComparer_1_UnityEngine_RaycastHit__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_RaycastHit_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_RaycastHit_ *, EqualityComparer_1_UnityEngine_RaycastHit__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_RaycastHit2D___ctor, (EqualityComparer_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01555990, EqualityComparer_1_UnityEngine_RaycastHit2D_ *, EqualityComparer_1_UnityEngine_RaycastHit2D__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01556530, int32_t, EqualityComparer_1_UnityEngine_RaycastHit2D__IndexOf, (EqualityComparer_1_UnityEngine_RaycastHit2D_ * __this, RaycastHit2D__Array * array, RaycastHit2D value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01556620, int32_t, EqualityComparer_1_UnityEngine_RaycastHit2D__LastIndexOf, (EqualityComparer_1_UnityEngine_RaycastHit2D_ * __this, RaycastHit2D__Array * array, RaycastHit2D value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01556800, bool, EqualityComparer_1_UnityEngine_RaycastHit2D__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_RaycastHit2D_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01556710, int32_t, EqualityComparer_1_UnityEngine_RaycastHit2D__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_RaycastHit2D_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_RaycastHit2D_ *, EqualityComparer_1_UnityEngine_RaycastHit2D__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_EventSystems_RaycastResult___ctor, (EqualityComparer_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015569C0, EqualityComparer_1_UnityEngine_EventSystems_RaycastResult_ *, EqualityComparer_1_UnityEngine_EventSystems_RaycastResult__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01501290, int32_t, EqualityComparer_1_UnityEngine_EventSystems_RaycastResult__IndexOf, (EqualityComparer_1_UnityEngine_EventSystems_RaycastResult_ * __this, RaycastResult__Array * array, RaycastResult value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015013C0, int32_t, EqualityComparer_1_UnityEngine_EventSystems_RaycastResult__LastIndexOf, (EqualityComparer_1_UnityEngine_EventSystems_RaycastResult_ * __this, RaycastResult__Array * array, RaycastResult value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01501600, bool, EqualityComparer_1_UnityEngine_EventSystems_RaycastResult__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_EventSystems_RaycastResult_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x015014F0, int32_t, EqualityComparer_1_UnityEngine_EventSystems_RaycastResult__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_EventSystems_RaycastResult_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_EventSystems_RaycastResult_ *, EqualityComparer_1_UnityEngine_EventSystems_RaycastResult__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Rect___ctor, (EqualityComparer_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01557560, EqualityComparer_1_UnityEngine_Rect_ *, EqualityComparer_1_UnityEngine_Rect__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_Rect__IndexOf, (EqualityComparer_1_UnityEngine_Rect_ * __this, Rect__Array * array, Rect value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_Rect__LastIndexOf, (EqualityComparer_1_UnityEngine_Rect_ * __this, Rect__Array * array, Rect value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151C750, bool, EqualityComparer_1_UnityEngine_Rect__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Rect_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_Rect__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Rect_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Rect_ *, EqualityComparer_1_UnityEngine_Rect__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo___ctor, (EqualityComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01558100, EqualityComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ *, EqualityComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__IndexOf, (EqualityComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, ReflectionProbeBlendInfo__Array * array, ReflectionProbeBlendInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__LastIndexOf, (EqualityComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, ReflectionProbeBlendInfo__Array * array, ReflectionProbeBlendInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ *, EqualityComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Dissonance_RemoteChannel___ctor, (EqualityComparer_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01558CA0, EqualityComparer_1_Dissonance_RemoteChannel_ *, EqualityComparer_1_Dissonance_RemoteChannel__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_Dissonance_RemoteChannel__IndexOf, (EqualityComparer_1_Dissonance_RemoteChannel_ * __this, RemoteChannel__Array * array, RemoteChannel value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_Dissonance_RemoteChannel__LastIndexOf, (EqualityComparer_1_Dissonance_RemoteChannel_ * __this, RemoteChannel__Array * array, RemoteChannel value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_Dissonance_RemoteChannel__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Dissonance_RemoteChannel_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_Dissonance_RemoteChannel__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Dissonance_RemoteChannel_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Dissonance_RemoteChannel_ *, EqualityComparer_1_Dissonance_RemoteChannel__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry___ctor, (EqualityComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01559840, EqualityComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ *, EqualityComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, RenderChainTextEntry__Array * array, RenderChainTextEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, RenderChainTextEntry__Array * array, RenderChainTextEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ *, EqualityComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_RenderInstancedDataLayout___ctor, (EqualityComparer_1_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0155A3E0, EqualityComparer_1_UnityEngine_RenderInstancedDataLayout_ *, EqualityComparer_1_UnityEngine_RenderInstancedDataLayout__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_RenderInstancedDataLayout__IndexOf, (EqualityComparer_1_UnityEngine_RenderInstancedDataLayout_ * __this, RenderInstancedDataLayout__Array * array, RenderInstancedDataLayout value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_RenderInstancedDataLayout__LastIndexOf, (EqualityComparer_1_UnityEngine_RenderInstancedDataLayout_ * __this, RenderInstancedDataLayout__Array * array, RenderInstancedDataLayout value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_RenderInstancedDataLayout__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_RenderInstancedDataLayout_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_RenderInstancedDataLayout__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_RenderInstancedDataLayout_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_RenderInstancedDataLayout_ *, EqualityComparer_1_UnityEngine_RenderInstancedDataLayout__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier___ctor, (EqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0155AF80, EqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ *, EqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01510230, int32_t, EqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier__IndexOf, (EqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier__Array * array, RenderTargetIdentifier value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510330, int32_t, EqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier__LastIndexOf, (EqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier__Array * array, RenderTargetIdentifier value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510530, bool, EqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01510430, int32_t, EqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ *, EqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Rendering_RendererUtils_RendererList___ctor, (EqualityComparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0155BB20, EqualityComparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ *, EqualityComparer_1_UnityEngine_Rendering_RendererUtils_RendererList__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_Rendering_RendererUtils_RendererList__IndexOf, (EqualityComparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, RendererList__Array * array, RendererList value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_Rendering_RendererUtils_RendererList__LastIndexOf, (EqualityComparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, RendererList__Array * array, RendererList value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ *, EqualityComparer_1_UnityEngine_Rendering_RendererUtils_RendererList__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle___ctor, (EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0155C6C0, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F7390, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__IndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, RendererListHandle__Array * array, RendererListHandle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F7430, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__LastIndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, RendererListHandle__Array * array, RendererListHandle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Resolution___ctor, (EqualityComparer_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0155D260, EqualityComparer_1_UnityEngine_Resolution_ *, EqualityComparer_1_UnityEngine_Resolution__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0150A740, int32_t, EqualityComparer_1_UnityEngine_Resolution__IndexOf, (EqualityComparer_1_UnityEngine_Resolution_ * __this, Resolution__Array * array, Resolution value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150A820, int32_t, EqualityComparer_1_UnityEngine_Resolution__LastIndexOf, (EqualityComparer_1_UnityEngine_Resolution_ * __this, Resolution__Array * array, Resolution value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150A9F0, bool, EqualityComparer_1_UnityEngine_Resolution__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Resolution_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0150A900, int32_t, EqualityComparer_1_UnityEngine_Resolution__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Resolution_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Resolution_ *, EqualityComparer_1_UnityEngine_Resolution__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle___ctor, (EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0155DE00, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F7390, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__IndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, ResourceHandle__Array * array, ResourceHandle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F7430, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__LastIndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, ResourceHandle__Array * array, ResourceHandle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_Resources_ResourceLocator___ctor, (EqualityComparer_1_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0155E9A0, EqualityComparer_1_System_Resources_ResourceLocator_ *, EqualityComparer_1_System_Resources_ResourceLocator__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_System_Resources_ResourceLocator__IndexOf, (EqualityComparer_1_System_Resources_ResourceLocator_ * __this, ResourceLocator__Array * array, ResourceLocator value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_System_Resources_ResourceLocator__LastIndexOf, (EqualityComparer_1_System_Resources_ResourceLocator_ * __this, ResourceLocator__Array * array, ResourceLocator value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_System_Resources_ResourceLocator__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_Resources_ResourceLocator_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_System_Resources_ResourceLocator__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_Resources_ResourceLocator_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_Resources_ResourceLocator_ *, EqualityComparer_1_System_Resources_ResourceLocator__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Dissonance_RoomChannel___ctor, (EqualityComparer_1_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0155F540, EqualityComparer_1_Dissonance_RoomChannel_ *, EqualityComparer_1_Dissonance_RoomChannel__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01510230, int32_t, EqualityComparer_1_Dissonance_RoomChannel__IndexOf, (EqualityComparer_1_Dissonance_RoomChannel_ * __this, RoomChannel__Array * array, RoomChannel value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510330, int32_t, EqualityComparer_1_Dissonance_RoomChannel__LastIndexOf, (EqualityComparer_1_Dissonance_RoomChannel_ * __this, RoomChannel__Array * array, RoomChannel value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510530, bool, EqualityComparer_1_Dissonance_RoomChannel__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Dissonance_RoomChannel_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01510430, int32_t, EqualityComparer_1_Dissonance_RoomChannel__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Dissonance_RoomChannel_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Dissonance_RoomChannel_ *, EqualityComparer_1_Dissonance_RoomChannel__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Dissonance_RoomMembership___ctor, (EqualityComparer_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015600E0, EqualityComparer_1_Dissonance_RoomMembership_ *, EqualityComparer_1_Dissonance_RoomMembership__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_Dissonance_RoomMembership__IndexOf, (EqualityComparer_1_Dissonance_RoomMembership_ * __this, RoomMembership__Array * array, RoomMembership value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_Dissonance_RoomMembership__LastIndexOf, (EqualityComparer_1_Dissonance_RoomMembership_ * __this, RoomMembership__Array * array, RoomMembership value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_Dissonance_RoomMembership__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Dissonance_RoomMembership_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_Dissonance_RoomMembership__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Dissonance_RoomMembership_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Dissonance_RoomMembership_ *, EqualityComparer_1_Dissonance_RoomMembership__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Dissonance_RoomName___ctor, (EqualityComparer_1_Dissonance_RoomName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01560C80, EqualityComparer_1_Dissonance_RoomName_ *, EqualityComparer_1_Dissonance_RoomName__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_Dissonance_RoomName__IndexOf, (EqualityComparer_1_Dissonance_RoomName_ * __this, RoomName__Array * array, RoomName value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_Dissonance_RoomName__LastIndexOf, (EqualityComparer_1_Dissonance_RoomName_ * __this, RoomName__Array * array, RoomName value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_Dissonance_RoomName__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Dissonance_RoomName_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_Dissonance_RoomName__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Dissonance_RoomName_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Dissonance_RoomName_ *, EqualityComparer_1_Dissonance_RoomName__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_RuleMatcher___ctor, (EqualityComparer_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01561820, EqualityComparer_1_UnityEngine_UIElements_RuleMatcher_ *, EqualityComparer_1_UnityEngine_UIElements_RuleMatcher__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_UIElements_RuleMatcher__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_RuleMatcher_ * __this, RuleMatcher__Array * array, RuleMatcher value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_UIElements_RuleMatcher__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_RuleMatcher_ * __this, RuleMatcher__Array * array, RuleMatcher value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_UIElements_RuleMatcher__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_RuleMatcher_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_UIElements_RuleMatcher__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_RuleMatcher_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_RuleMatcher_ *, EqualityComparer_1_UnityEngine_UIElements_RuleMatcher__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_SByte___ctor, (EqualityComparer_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015623C0, EqualityComparer_1_System_SByte_ *, EqualityComparer_1_System_SByte__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01516FA0, int32_t, EqualityComparer_1_System_SByte__IndexOf, (EqualityComparer_1_System_SByte_ * __this, SByte__Array * array, int8_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01517040, int32_t, EqualityComparer_1_System_SByte__LastIndexOf, (EqualityComparer_1_System_SByte_ * __this, SByte__Array * array, int8_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01508E90, bool, EqualityComparer_1_System_SByte__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_SByte_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01508DB0, int32_t, EqualityComparer_1_System_SByte__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_SByte_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_SByte_ *, EqualityComparer_1_System_SByte__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord___ctor, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01562F60, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ *, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, SelectorMatchRecord__Array * array, SelectorMatchRecord value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, SelectorMatchRecord__Array * array, SelectorMatchRecord value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ *, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_SessionClient___ctor, (EqualityComparer_1_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01563B00, EqualityComparer_1_SessionClient_ *, EqualityComparer_1_SessionClient__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0150F150, int32_t, EqualityComparer_1_SessionClient__IndexOf, (EqualityComparer_1_SessionClient_ * __this, SessionClient__Array * array, SessionClient value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150F270, int32_t, EqualityComparer_1_SessionClient__LastIndexOf, (EqualityComparer_1_SessionClient_ * __this, SessionClient__Array * array, SessionClient value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150F490, bool, EqualityComparer_1_SessionClient__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_SessionClient_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0150F390, int32_t, EqualityComparer_1_SessionClient__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_SessionClient_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_SessionClient_ *, EqualityComparer_1_SessionClient__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_Single___ctor, (EqualityComparer_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015646A0, EqualityComparer_1_System_Single_ *, EqualityComparer_1_System_Single__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01565240, int32_t, EqualityComparer_1_System_Single__IndexOf, (EqualityComparer_1_System_Single_ * __this, Single__Array * array, float value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015652E0, int32_t, EqualityComparer_1_System_Single__LastIndexOf, (EqualityComparer_1_System_Single_ * __this, Single__Array * array, float value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01565470, bool, EqualityComparer_1_System_Single__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_Single_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01565390, int32_t, EqualityComparer_1_System_Single__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_Single_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_Single_ *, EqualityComparer_1_System_Single__get_Default, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA77F0, EqualityComparer_1_System_Single__get_Default__MethodInfo); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Discord_Sku___ctor, (EqualityComparer_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015655E0, EqualityComparer_1_Discord_Sku_ *, EqualityComparer_1_Discord_Sku__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01510230, int32_t, EqualityComparer_1_Discord_Sku__IndexOf, (EqualityComparer_1_Discord_Sku_ * __this, Sku__Array * array, Sku value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510330, int32_t, EqualityComparer_1_Discord_Sku__LastIndexOf, (EqualityComparer_1_Discord_Sku_ * __this, Sku__Array * array, Sku value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510530, bool, EqualityComparer_1_Discord_Sku__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Discord_Sku_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01510430, int32_t, EqualityComparer_1_Discord_Sku__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Discord_Sku_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Discord_Sku_ *, EqualityComparer_1_Discord_Sku__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Dissonance_Audio_Playback_SpeechSession___ctor, (EqualityComparer_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01566180, EqualityComparer_1_Dissonance_Audio_Playback_SpeechSession_ *, EqualityComparer_1_Dissonance_Audio_Playback_SpeechSession__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0150F150, int32_t, EqualityComparer_1_Dissonance_Audio_Playback_SpeechSession__IndexOf, (EqualityComparer_1_Dissonance_Audio_Playback_SpeechSession_ * __this, SpeechSession__Array * array, SpeechSession value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150F270, int32_t, EqualityComparer_1_Dissonance_Audio_Playback_SpeechSession__LastIndexOf, (EqualityComparer_1_Dissonance_Audio_Playback_SpeechSession_ * __this, SpeechSession__Array * array, SpeechSession value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150F490, bool, EqualityComparer_1_Dissonance_Audio_Playback_SpeechSession__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Dissonance_Audio_Playback_SpeechSession_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0150F390, int32_t, EqualityComparer_1_Dissonance_Audio_Playback_SpeechSession__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Dissonance_Audio_Playback_SpeechSession_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Dissonance_Audio_Playback_SpeechSession_ *, EqualityComparer_1_Dissonance_Audio_Playback_SpeechSession__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UI_SpriteState___ctor, (EqualityComparer_1_UnityEngine_UI_SpriteState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01566D20, EqualityComparer_1_UnityEngine_UI_SpriteState_ *, EqualityComparer_1_UnityEngine_UI_SpriteState__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F5800, int32_t, EqualityComparer_1_UnityEngine_UI_SpriteState__IndexOf, (EqualityComparer_1_UnityEngine_UI_SpriteState_ * __this, SpriteState__Array * array, SpriteState value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F58E0, int32_t, EqualityComparer_1_UnityEngine_UI_SpriteState__LastIndexOf, (EqualityComparer_1_UnityEngine_UI_SpriteState_ * __this, SpriteState__Array * array, SpriteState value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F5AB0, bool, EqualityComparer_1_UnityEngine_UI_SpriteState__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UI_SpriteState_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F59C0, int32_t, EqualityComparer_1_UnityEngine_UI_SpriteState__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UI_SpriteState_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UI_SpriteState_ *, EqualityComparer_1_UnityEngine_UI_SpriteState__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_Net_Security_SslApplicationProtocol___ctor, (EqualityComparer_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015678C0, EqualityComparer_1_System_Net_Security_SslApplicationProtocol_ *, EqualityComparer_1_System_Net_Security_SslApplicationProtocol__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_System_Net_Security_SslApplicationProtocol__IndexOf, (EqualityComparer_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol__Array * array, SslApplicationProtocol value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_System_Net_Security_SslApplicationProtocol__LastIndexOf, (EqualityComparer_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol__Array * array, SslApplicationProtocol value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_System_Net_Security_SslApplicationProtocol__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_Net_Security_SslApplicationProtocol_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_System_Net_Security_SslApplicationProtocol__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_Net_Security_SslApplicationProtocol_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_Net_Security_SslApplicationProtocol_ *, EqualityComparer_1_System_Net_Security_SslApplicationProtocol__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Steamworks_SteamItemDef_t___ctor, (EqualityComparer_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01568460, EqualityComparer_1_Steamworks_SteamItemDef_t_ *, EqualityComparer_1_Steamworks_SteamItemDef_t__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0151D470, int32_t, EqualityComparer_1_Steamworks_SteamItemDef_t__IndexOf, (EqualityComparer_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t__Array * array, SteamItemDef_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151D510, int32_t, EqualityComparer_1_Steamworks_SteamItemDef_t__LastIndexOf, (EqualityComparer_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t__Array * array, SteamItemDef_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151D680, bool, EqualityComparer_1_Steamworks_SteamItemDef_t__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Steamworks_SteamItemDef_t_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0151D5B0, int32_t, EqualityComparer_1_Steamworks_SteamItemDef_t__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Steamworks_SteamItemDef_t_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Steamworks_SteamItemDef_t_ *, EqualityComparer_1_Steamworks_SteamItemDef_t__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Steamworks_SteamItemDetails_t___ctor, (EqualityComparer_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01569000, EqualityComparer_1_Steamworks_SteamItemDetails_t_ *, EqualityComparer_1_Steamworks_SteamItemDetails_t__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_Steamworks_SteamItemDetails_t__IndexOf, (EqualityComparer_1_Steamworks_SteamItemDetails_t_ * __this, SteamItemDetails_t__Array * array, SteamItemDetails_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_Steamworks_SteamItemDetails_t__LastIndexOf, (EqualityComparer_1_Steamworks_SteamItemDetails_t_ * __this, SteamItemDetails_t__Array * array, SteamItemDetails_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_Steamworks_SteamItemDetails_t__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Steamworks_SteamItemDetails_t_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_Steamworks_SteamItemDetails_t__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Steamworks_SteamItemDetails_t_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Steamworks_SteamItemDetails_t_ *, EqualityComparer_1_Steamworks_SteamItemDetails_t__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_StylePropertyName___ctor, (EqualityComparer_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01569BA0, EqualityComparer_1_UnityEngine_UIElements_StylePropertyName_ *, EqualityComparer_1_UnityEngine_UIElements_StylePropertyName__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_UIElements_StylePropertyName__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName__Array * array, StylePropertyName value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_UIElements_StylePropertyName__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName__Array * array, StylePropertyName value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_UIElements_StylePropertyName__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_StylePropertyName_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_UIElements_StylePropertyName__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_StylePropertyName_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_StylePropertyName_ *, EqualityComparer_1_UnityEngine_UIElements_StylePropertyName__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0156A740, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ *, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue__Array * array, StylePropertyValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue__Array * array, StylePropertyValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ *, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_StyleSelectorPart___ctor, (EqualityComparer_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0156B2E0, EqualityComparer_1_UnityEngine_UIElements_StyleSelectorPart_ *, EqualityComparer_1_UnityEngine_UIElements_StyleSelectorPart__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleSelectorPart__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, StyleSelectorPart__Array * array, StyleSelectorPart value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleSelectorPart__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, StyleSelectorPart__Array * array, StyleSelectorPart value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_StyleSelectorPart_ *, EqualityComparer_1_UnityEngine_UIElements_StyleSelectorPart__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken___ctor, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0156BE80, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ *, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, StyleSyntaxToken__Array * array, StyleSyntaxToken value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, StyleSyntaxToken__Array * array, StyleSyntaxToken value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ *, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue___ctor, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0156CA20, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ *, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, StyleValue__Array * array, StyleValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, StyleValue__Array * array, StyleValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ *, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged___ctor, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0156D5C0, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ *, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, StyleValueManaged__Array * array, StyleValueManaged value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, StyleValueManaged__Array * array, StyleValueManaged value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ *, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_StyleVariable___ctor, (EqualityComparer_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0156E160, EqualityComparer_1_UnityEngine_UIElements_StyleVariable_ *, EqualityComparer_1_UnityEngine_UIElements_StyleVariable__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleVariable__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_StyleVariable_ * __this, StyleVariable__Array * array, StyleVariable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleVariable__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_StyleVariable_ * __this, StyleVariable__Array * array, StyleVariable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_UnityEngine_UIElements_StyleVariable__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_StyleVariable_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleVariable__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_StyleVariable_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_StyleVariable_ *, EqualityComparer_1_UnityEngine_UIElements_StyleVariable__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Rendering_SubMeshDescriptor___ctor, (EqualityComparer_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0156ED00, EqualityComparer_1_UnityEngine_Rendering_SubMeshDescriptor_ *, EqualityComparer_1_UnityEngine_Rendering_SubMeshDescriptor__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01527570, int32_t, EqualityComparer_1_UnityEngine_Rendering_SubMeshDescriptor__IndexOf, (EqualityComparer_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, SubMeshDescriptor__Array * array, SubMeshDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01527670, int32_t, EqualityComparer_1_UnityEngine_Rendering_SubMeshDescriptor__LastIndexOf, (EqualityComparer_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, SubMeshDescriptor__Array * array, SubMeshDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01527870, bool, EqualityComparer_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01527770, int32_t, EqualityComparer_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Rendering_SubMeshDescriptor_ *, EqualityComparer_1_UnityEngine_Rendering_SubMeshDescriptor__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring___ctor, (EqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0156F8A0, EqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring_ *, EqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring__IndexOf, (EqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring__Array * array, Substring value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring__LastIndexOf, (EqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring__Array * array, Substring value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring_ *, EqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord___ctor, (EqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01570440, EqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord_ *, EqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F7390, int32_t, EqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord__IndexOf, (EqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord_ * __this, TerrainTileCoord__Array * array, TerrainTileCoord value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F7430, int32_t, EqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord__LastIndexOf, (EqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord_ * __this, TerrainTileCoord__Array * array, TerrainTileCoord value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord_ *, EqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_TextureId___ctor, (EqualityComparer_1_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01570FE0, EqualityComparer_1_UnityEngine_UIElements_TextureId_ *, EqualityComparer_1_UnityEngine_UIElements_TextureId__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0151D470, int32_t, EqualityComparer_1_UnityEngine_UIElements_TextureId__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_TextureId_ * __this, TextureId__Array * array, TextureId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151D510, int32_t, EqualityComparer_1_UnityEngine_UIElements_TextureId__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_TextureId_ * __this, TextureId__Array * array, TextureId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151D680, bool, EqualityComparer_1_UnityEngine_UIElements_TextureId__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_TextureId_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0151D5B0, int32_t, EqualityComparer_1_UnityEngine_UIElements_TextureId__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_TextureId_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_TextureId_ *, EqualityComparer_1_UnityEngine_UIElements_TextureId__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_TimeSpan___ctor, (EqualityComparer_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01571B80, EqualityComparer_1_System_TimeSpan_ *, EqualityComparer_1_System_TimeSpan__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F7390, int32_t, EqualityComparer_1_System_TimeSpan__IndexOf, (EqualityComparer_1_System_TimeSpan_ * __this, TimeSpan__Array * array, TimeSpan value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F7430, int32_t, EqualityComparer_1_System_TimeSpan__LastIndexOf, (EqualityComparer_1_System_TimeSpan_ * __this, TimeSpan__Array * array, TimeSpan value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_System_TimeSpan__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_TimeSpan_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_System_TimeSpan__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_TimeSpan_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_TimeSpan_ *, EqualityComparer_1_System_TimeSpan__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_TimeValue___ctor, (EqualityComparer_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01572720, EqualityComparer_1_UnityEngine_UIElements_TimeValue_ *, EqualityComparer_1_UnityEngine_UIElements_TimeValue__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F7390, int32_t, EqualityComparer_1_UnityEngine_UIElements_TimeValue__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue__Array * array, TimeValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F7430, int32_t, EqualityComparer_1_UnityEngine_UIElements_TimeValue__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue__Array * array, TimeValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_UnityEngine_UIElements_TimeValue__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_TimeValue_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_UnityEngine_UIElements_TimeValue__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_TimeValue_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_TimeValue_ *, EqualityComparer_1_UnityEngine_UIElements_TimeValue__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId___ctor, (EqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015732C0, EqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId_ *, EqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId__IndexOf, (EqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, TrackableId__Array * array, TrackableId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId__LastIndexOf, (EqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, TrackableId__Array * array, TrackableId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId_ *, EqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_TreeItem___ctor, (EqualityComparer_1_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01573E60, EqualityComparer_1_UnityEngine_UIElements_TreeItem_ *, EqualityComparer_1_UnityEngine_UIElements_TreeItem__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_UIElements_TreeItem__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_TreeItem_ * __this, TreeItem__Array * array, TreeItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_UIElements_TreeItem__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_TreeItem_ * __this, TreeItem__Array * array, TreeItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_UIElements_TreeItem__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_TreeItem_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_UIElements_TreeItem__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_TreeItem_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_TreeItem_ *, EqualityComparer_1_UnityEngine_UIElements_TreeItem__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_TreeViewItemWrapper___ctor, (EqualityComparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01574A00, EqualityComparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ *, EqualityComparer_1_UnityEngine_UIElements_TreeViewItemWrapper__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_UnityEngine_UIElements_TreeViewItemWrapper__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, TreeViewItemWrapper__Array * array, TreeViewItemWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_UnityEngine_UIElements_TreeViewItemWrapper__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, TreeViewItemWrapper__Array * array, TreeViewItemWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ *, EqualityComparer_1_UnityEngine_UIElements_TreeViewItemWrapper__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Photon_Bolt_TypeId___ctor, (EqualityComparer_1_Photon_Bolt_TypeId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015755A0, EqualityComparer_1_Photon_Bolt_TypeId_ *, EqualityComparer_1_Photon_Bolt_TypeId__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0151D470, int32_t, EqualityComparer_1_Photon_Bolt_TypeId__IndexOf, (EqualityComparer_1_Photon_Bolt_TypeId_ * __this, TypeId__Array * array, TypeId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151D510, int32_t, EqualityComparer_1_Photon_Bolt_TypeId__LastIndexOf, (EqualityComparer_1_Photon_Bolt_TypeId_ * __this, TypeId__Array * array, TypeId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151D680, bool, EqualityComparer_1_Photon_Bolt_TypeId__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Photon_Bolt_TypeId_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0151D5B0, int32_t, EqualityComparer_1_Photon_Bolt_TypeId__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Photon_Bolt_TypeId_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Photon_Bolt_TypeId_ *, EqualityComparer_1_Photon_Bolt_TypeId__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Rewired_Utils_Classes_Data_TypeWrapper___ctor, (EqualityComparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0158B720, EqualityComparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ *, EqualityComparer_1_Rewired_Utils_Classes_Data_TypeWrapper__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F5800, int32_t, EqualityComparer_1_Rewired_Utils_Classes_Data_TypeWrapper__IndexOf, (EqualityComparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, TypeWrapper__Array * array, TypeWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F58E0, int32_t, EqualityComparer_1_Rewired_Utils_Classes_Data_TypeWrapper__LastIndexOf, (EqualityComparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, TypeWrapper__Array * array, TypeWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F5AB0, bool, EqualityComparer_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F59C0, int32_t, EqualityComparer_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ *, EqualityComparer_1_Rewired_Utils_Classes_Data_TypeWrapper__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UICharInfo___ctor, (EqualityComparer_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0158C2C0, EqualityComparer_1_UnityEngine_UICharInfo_ *, EqualityComparer_1_UnityEngine_UICharInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0150A740, int32_t, EqualityComparer_1_UnityEngine_UICharInfo__IndexOf, (EqualityComparer_1_UnityEngine_UICharInfo_ * __this, UICharInfo__Array * array, UICharInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150A820, int32_t, EqualityComparer_1_UnityEngine_UICharInfo__LastIndexOf, (EqualityComparer_1_UnityEngine_UICharInfo_ * __this, UICharInfo__Array * array, UICharInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150A9F0, bool, EqualityComparer_1_UnityEngine_UICharInfo__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UICharInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0150A900, int32_t, EqualityComparer_1_UnityEngine_UICharInfo__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UICharInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UICharInfo_ *, EqualityComparer_1_UnityEngine_UICharInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UILineInfo___ctor, (EqualityComparer_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0158CE60, EqualityComparer_1_UnityEngine_UILineInfo_ *, EqualityComparer_1_UnityEngine_UILineInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_UILineInfo__IndexOf, (EqualityComparer_1_UnityEngine_UILineInfo_ * __this, UILineInfo__Array * array, UILineInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_UILineInfo__LastIndexOf, (EqualityComparer_1_UnityEngine_UILineInfo_ * __this, UILineInfo__Array * array, UILineInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_UILineInfo__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UILineInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_UILineInfo__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UILineInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UILineInfo_ *, EqualityComparer_1_UnityEngine_UILineInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIVertex___ctor, (EqualityComparer_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0158DA00, EqualityComparer_1_UnityEngine_UIVertex_ *, EqualityComparer_1_UnityEngine_UIVertex__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0158E5A0, int32_t, EqualityComparer_1_UnityEngine_UIVertex__IndexOf, (EqualityComparer_1_UnityEngine_UIVertex_ * __this, UIVertex__Array * array, UIVertex value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0158E710, int32_t, EqualityComparer_1_UnityEngine_UIVertex__LastIndexOf, (EqualityComparer_1_UnityEngine_UIVertex_ * __this, UIVertex__Array * array, UIVertex value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0158E9B0, bool, EqualityComparer_1_UnityEngine_UIVertex__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIVertex_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0158E880, int32_t, EqualityComparer_1_UnityEngine_UIVertex__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIVertex_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIVertex_ *, EqualityComparer_1_UnityEngine_UIVertex__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_UInt16___ctor, (EqualityComparer_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0158EC40, EqualityComparer_1_System_UInt16_ *, EqualityComparer_1_System_UInt16__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0151AC70, int32_t, EqualityComparer_1_System_UInt16__IndexOf, (EqualityComparer_1_System_UInt16_ * __this, UInt16__Array * array, uint16_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151AD10, int32_t, EqualityComparer_1_System_UInt16__LastIndexOf, (EqualityComparer_1_System_UInt16_ * __this, UInt16__Array * array, uint16_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151AEA0, bool, EqualityComparer_1_System_UInt16__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_UInt16_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0151ADC0, int32_t, EqualityComparer_1_System_UInt16__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_UInt16_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_UInt16_ *, EqualityComparer_1_System_UInt16__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_UInt32___ctor, (EqualityComparer_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0158F7E0, EqualityComparer_1_System_UInt32_ *, EqualityComparer_1_System_UInt32__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01538E50, int32_t, EqualityComparer_1_System_UInt32__IndexOf, (EqualityComparer_1_System_UInt32_ * __this, UInt32__Array * array, uint32_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01538EF0, int32_t, EqualityComparer_1_System_UInt32__LastIndexOf, (EqualityComparer_1_System_UInt32_ * __this, UInt32__Array * array, uint32_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151D680, bool, EqualityComparer_1_System_UInt32__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_UInt32_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0151D5B0, int32_t, EqualityComparer_1_System_UInt32__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_UInt32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_UInt32_ *, EqualityComparer_1_System_UInt32__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_UInt64___ctor, (EqualityComparer_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01590380, EqualityComparer_1_System_UInt64_ *, EqualityComparer_1_System_UInt64__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0153A6D0, int32_t, EqualityComparer_1_System_UInt64__IndexOf, (EqualityComparer_1_System_UInt64_ * __this, UInt64__Array * array, uint64_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0153A770, int32_t, EqualityComparer_1_System_UInt64__LastIndexOf, (EqualityComparer_1_System_UInt64_ * __this, UInt64__Array * array, uint64_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_System_UInt64__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_UInt64_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_System_UInt64__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_UInt64_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_UInt64_ *, EqualityComparer_1_System_UInt64__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture___ctor, (EqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01590F20, EqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ *, EqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__IndexOf, (EqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, UVTexture__Array * array, UVTexture value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__LastIndexOf, (EqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, UVTexture__Array * array, UVTexture value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ *, EqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UdpKit_UdpChannelName___ctor, (EqualityComparer_1_UdpKit_UdpChannelName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01591AC0, EqualityComparer_1_UdpKit_UdpChannelName_ *, EqualityComparer_1_UdpKit_UdpChannelName__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UdpKit_UdpChannelName__IndexOf, (EqualityComparer_1_UdpKit_UdpChannelName_ * __this, UdpChannelName__Array * array, UdpChannelName value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UdpKit_UdpChannelName__LastIndexOf, (EqualityComparer_1_UdpKit_UdpChannelName_ * __this, UdpChannelName__Array * array, UdpChannelName value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UdpKit_UdpChannelName__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UdpKit_UdpChannelName_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UdpKit_UdpChannelName__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UdpKit_UdpChannelName_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UdpKit_UdpChannelName_ *, EqualityComparer_1_UdpKit_UdpChannelName__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UdpKit_UdpEndPoint___ctor, (EqualityComparer_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01592660, EqualityComparer_1_UdpKit_UdpEndPoint_ *, EqualityComparer_1_UdpKit_UdpEndPoint__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01593200, int32_t, EqualityComparer_1_UdpKit_UdpEndPoint__IndexOf, (EqualityComparer_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint__Array * array, UdpEndPoint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015932F0, int32_t, EqualityComparer_1_UdpKit_UdpEndPoint__LastIndexOf, (EqualityComparer_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint__Array * array, UdpEndPoint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015934E0, bool, EqualityComparer_1_UdpKit_UdpEndPoint__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UdpKit_UdpEndPoint_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x015933E0, int32_t, EqualityComparer_1_UdpKit_UdpEndPoint__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UdpKit_UdpEndPoint_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UdpKit_UdpEndPoint_ *, EqualityComparer_1_UdpKit_UdpEndPoint__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UdpKit_UdpEvent___ctor, (EqualityComparer_1_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015936A0, EqualityComparer_1_UdpKit_UdpEvent_ *, EqualityComparer_1_UdpKit_UdpEvent__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_UdpKit_UdpEvent__IndexOf, (EqualityComparer_1_UdpKit_UdpEvent_ * __this, UdpEvent__Array * array, UdpEvent value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_UdpKit_UdpEvent__LastIndexOf, (EqualityComparer_1_UdpKit_UdpEvent_ * __this, UdpEvent__Array * array, UdpEvent value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_UdpKit_UdpEvent__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UdpKit_UdpEvent_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_UdpKit_UdpEvent__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UdpKit_UdpEvent_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UdpKit_UdpEvent_ *, EqualityComparer_1_UdpKit_UdpEvent__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UdpKit_UdpIPv4Address___ctor, (EqualityComparer_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01594240, EqualityComparer_1_UdpKit_UdpIPv4Address_ *, EqualityComparer_1_UdpKit_UdpIPv4Address__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0151D470, int32_t, EqualityComparer_1_UdpKit_UdpIPv4Address__IndexOf, (EqualityComparer_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address__Array * array, UdpIPv4Address value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151D510, int32_t, EqualityComparer_1_UdpKit_UdpIPv4Address__LastIndexOf, (EqualityComparer_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address__Array * array, UdpIPv4Address value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151D680, bool, EqualityComparer_1_UdpKit_UdpIPv4Address__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UdpKit_UdpIPv4Address_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0151D5B0, int32_t, EqualityComparer_1_UdpKit_UdpIPv4Address__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UdpKit_UdpIPv4Address_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UdpKit_UdpIPv4Address_ *, EqualityComparer_1_UdpKit_UdpIPv4Address__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Photon_Bolt_UniqueId___ctor, (EqualityComparer_1_Photon_Bolt_UniqueId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01594DE0, EqualityComparer_1_Photon_Bolt_UniqueId_ *, EqualityComparer_1_Photon_Bolt_UniqueId__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_Photon_Bolt_UniqueId__IndexOf, (EqualityComparer_1_Photon_Bolt_UniqueId_ * __this, UniqueId__Array * array, UniqueId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_Photon_Bolt_UniqueId__LastIndexOf, (EqualityComparer_1_Photon_Bolt_UniqueId_ * __this, UniqueId__Array * array, UniqueId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_Photon_Bolt_UniqueId__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Photon_Bolt_UniqueId_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_Photon_Bolt_UniqueId__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Photon_Bolt_UniqueId_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Photon_Bolt_UniqueId_ *, EqualityComparer_1_Photon_Bolt_UniqueId__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_InputSystem_XR_UsageHint___ctor, (EqualityComparer_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01595980, EqualityComparer_1_UnityEngine_InputSystem_XR_UsageHint_ *, EqualityComparer_1_UnityEngine_InputSystem_XR_UsageHint__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F7390, int32_t, EqualityComparer_1_UnityEngine_InputSystem_XR_UsageHint__IndexOf, (EqualityComparer_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, UsageHint__Array * array, UsageHint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F7430, int32_t, EqualityComparer_1_UnityEngine_InputSystem_XR_UsageHint__LastIndexOf, (EqualityComparer_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, UsageHint__Array * array, UsageHint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_InputSystem_XR_UsageHint_ *, EqualityComparer_1_UnityEngine_InputSystem_XR_UsageHint__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Discord_User___ctor, (EqualityComparer_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01596520, EqualityComparer_1_Discord_User_ *, EqualityComparer_1_Discord_User__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01510230, int32_t, EqualityComparer_1_Discord_User__IndexOf, (EqualityComparer_1_Discord_User_ * __this, User__Array * array, User value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510330, int32_t, EqualityComparer_1_Discord_User__LastIndexOf, (EqualityComparer_1_Discord_User_ * __this, User__Array * array, User value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510530, bool, EqualityComparer_1_Discord_User__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Discord_User_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01510430, int32_t, EqualityComparer_1_Discord_User__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Discord_User_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Discord_User_ *, EqualityComparer_1_Discord_User__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_Net_WebSockets_ValueWebSocketReceiveResult___ctor, (EqualityComparer_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015970C0, EqualityComparer_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ *, EqualityComparer_1_System_Net_WebSockets_ValueWebSocketReceiveResult__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F7390, int32_t, EqualityComparer_1_System_Net_WebSockets_ValueWebSocketReceiveResult__IndexOf, (EqualityComparer_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, ValueWebSocketReceiveResult__Array * array, ValueWebSocketReceiveResult value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F7430, int32_t, EqualityComparer_1_System_Net_WebSockets_ValueWebSocketReceiveResult__LastIndexOf, (EqualityComparer_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, ValueWebSocketReceiveResult__Array * array, ValueWebSocketReceiveResult value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_System_Net_WebSockets_ValueWebSocketReceiveResult__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_System_Net_WebSockets_ValueWebSocketReceiveResult__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ *, EqualityComparer_1_System_Net_WebSockets_ValueWebSocketReceiveResult__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Vector2___ctor, (EqualityComparer_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01597C60, EqualityComparer_1_UnityEngine_Vector2_ *, EqualityComparer_1_UnityEngine_Vector2__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01598800, int32_t, EqualityComparer_1_UnityEngine_Vector2__IndexOf, (EqualityComparer_1_UnityEngine_Vector2_ * __this, Vector2__Array * array, Vector2 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015988C0, int32_t, EqualityComparer_1_UnityEngine_Vector2__LastIndexOf, (EqualityComparer_1_UnityEngine_Vector2_ * __this, Vector2__Array * array, Vector2 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01598A60, bool, EqualityComparer_1_UnityEngine_Vector2__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Vector2_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01598980, int32_t, EqualityComparer_1_UnityEngine_Vector2__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Vector2_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Vector2_ *, EqualityComparer_1_UnityEngine_Vector2__get_Default, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6680, EqualityComparer_1_UnityEngine_Vector2__get_Default__MethodInfo); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Vector2Int___ctor, (EqualityComparer_1_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01598C00, EqualityComparer_1_UnityEngine_Vector2Int_ *, EqualityComparer_1_UnityEngine_Vector2Int__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F7390, int32_t, EqualityComparer_1_UnityEngine_Vector2Int__IndexOf, (EqualityComparer_1_UnityEngine_Vector2Int_ * __this, Vector2Int__Array * array, Vector2Int value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F7430, int32_t, EqualityComparer_1_UnityEngine_Vector2Int__LastIndexOf, (EqualityComparer_1_UnityEngine_Vector2Int_ * __this, Vector2Int__Array * array, Vector2Int value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_UnityEngine_Vector2Int__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Vector2Int_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_UnityEngine_Vector2Int__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Vector2Int_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Vector2Int_ *, EqualityComparer_1_UnityEngine_Vector2Int__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Vector3___ctor, (EqualityComparer_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015997A0, EqualityComparer_1_UnityEngine_Vector3_ *, EqualityComparer_1_UnityEngine_Vector3__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0150A740, int32_t, EqualityComparer_1_UnityEngine_Vector3__IndexOf, (EqualityComparer_1_UnityEngine_Vector3_ * __this, Vector3__Array * array, Vector3 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150A820, int32_t, EqualityComparer_1_UnityEngine_Vector3__LastIndexOf, (EqualityComparer_1_UnityEngine_Vector3_ * __this, Vector3__Array * array, Vector3 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150A9F0, bool, EqualityComparer_1_UnityEngine_Vector3__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Vector3_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0150A900, int32_t, EqualityComparer_1_UnityEngine_Vector3__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Vector3_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Vector3_ *, EqualityComparer_1_UnityEngine_Vector3__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Vector3Int___ctor, (EqualityComparer_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0159A340, EqualityComparer_1_UnityEngine_Vector3Int_ *, EqualityComparer_1_UnityEngine_Vector3Int__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0150A740, int32_t, EqualityComparer_1_UnityEngine_Vector3Int__IndexOf, (EqualityComparer_1_UnityEngine_Vector3Int_ * __this, Vector3Int__Array * array, Vector3Int value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150A820, int32_t, EqualityComparer_1_UnityEngine_Vector3Int__LastIndexOf, (EqualityComparer_1_UnityEngine_Vector3Int_ * __this, Vector3Int__Array * array, Vector3Int value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150A9F0, bool, EqualityComparer_1_UnityEngine_Vector3Int__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Vector3Int_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0150A900, int32_t, EqualityComparer_1_UnityEngine_Vector3Int__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Vector3Int_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Vector3Int_ *, EqualityComparer_1_UnityEngine_Vector3Int__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Vector4___ctor, (EqualityComparer_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0159AEE0, EqualityComparer_1_UnityEngine_Vector4_ *, EqualityComparer_1_UnityEngine_Vector4__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_Vector4__IndexOf, (EqualityComparer_1_UnityEngine_Vector4_ * __this, Vector4__Array * array, Vector4 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_Vector4__LastIndexOf, (EqualityComparer_1_UnityEngine_Vector4_ * __this, Vector4__Array * array, Vector4 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151C750, bool, EqualityComparer_1_UnityEngine_Vector4__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Vector4_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_Vector4__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Vector4_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Vector4_ *, EqualityComparer_1_UnityEngine_Vector4__get_Default, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6688, EqualityComparer_1_UnityEngine_Vector4__get_Default__MethodInfo); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor___ctor, (EqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0159BA80, EqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ *, EqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor__IndexOf, (EqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor__Array * array, VertexAttributeDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor__LastIndexOf, (EqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor__Array * array, VertexAttributeDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ *, EqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration___ctor, (EqualityComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0159C620, EqualityComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ *, EqualityComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__IndexOf, (EqualityComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, ViewConfiguration__Array * array, ViewConfiguration value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__LastIndexOf, (EqualityComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, ViewConfiguration__Array * array, ViewConfiguration value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ *, EqualityComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Dissonance_Networking_VoicePacket___ctor, (EqualityComparer_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0159D1C0, EqualityComparer_1_Dissonance_Networking_VoicePacket_ *, EqualityComparer_1_Dissonance_Networking_VoicePacket__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0150F150, int32_t, EqualityComparer_1_Dissonance_Networking_VoicePacket__IndexOf, (EqualityComparer_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket__Array * array, VoicePacket value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150F270, int32_t, EqualityComparer_1_Dissonance_Networking_VoicePacket__LastIndexOf, (EqualityComparer_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket__Array * array, VoicePacket value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150F490, bool, EqualityComparer_1_Dissonance_Networking_VoicePacket__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Dissonance_Networking_VoicePacket_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0150F390, int32_t, EqualityComparer_1_Dissonance_Networking_VoicePacket__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Dissonance_Networking_VoicePacket_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Dissonance_Networking_VoicePacket_ *, EqualityComparer_1_Dissonance_Networking_VoicePacket__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Pathfinding_Voxels_VoxelContour___ctor, (EqualityComparer_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0159DD60, EqualityComparer_1_Pathfinding_Voxels_VoxelContour_ *, EqualityComparer_1_Pathfinding_Voxels_VoxelContour__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F5800, int32_t, EqualityComparer_1_Pathfinding_Voxels_VoxelContour__IndexOf, (EqualityComparer_1_Pathfinding_Voxels_VoxelContour_ * __this, VoxelContour__Array * array, VoxelContour value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F58E0, int32_t, EqualityComparer_1_Pathfinding_Voxels_VoxelContour__LastIndexOf, (EqualityComparer_1_Pathfinding_Voxels_VoxelContour_ * __this, VoxelContour__Array * array, VoxelContour value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F5AB0, bool, EqualityComparer_1_Pathfinding_Voxels_VoxelContour__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Pathfinding_Voxels_VoxelContour_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F59C0, int32_t, EqualityComparer_1_Pathfinding_Voxels_VoxelContour__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Pathfinding_Voxels_VoxelContour_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Pathfinding_Voxels_VoxelContour_ *, EqualityComparer_1_Pathfinding_Voxels_VoxelContour__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES___ctor, (EqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0159E900, EqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ *, EqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0159F4A0, int32_t, EqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__IndexOf, (EqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Win32_IP_ADAPTER_ADDRESSES__Array * array, Win32_IP_ADAPTER_ADDRESSES value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0159F630, int32_t, EqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__LastIndexOf, (EqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Win32_IP_ADAPTER_ADDRESSES__Array * array, Win32_IP_ADAPTER_ADDRESSES value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0159F900, bool, EqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0159F7C0, int32_t, EqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ *, EqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO___ctor, (EqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0159FBC0, EqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ *, EqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x015A0760, int32_t, EqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__IndexOf, (EqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Win32_IP_ADAPTER_INFO__Array * array, Win32_IP_ADAPTER_INFO value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015A08E0, int32_t, EqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__LastIndexOf, (EqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Win32_IP_ADAPTER_INFO__Array * array, Win32_IP_ADAPTER_INFO value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015A0BA0, bool, EqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x015A0A60, int32_t, EqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ *, EqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus___ctor, (EqualityComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015A0E40, EqualityComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ *, EqualityComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__IndexOf, (EqualityComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, X509ChainStatus__Array * array, X509ChainStatus value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__LastIndexOf, (EqualityComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, X509ChainStatus__Array * array, X509ChainStatus value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ *, EqualityComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef___ctor, (EqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015A19E0, EqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef_ *, EqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef__IndexOf, (EqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, XPathNodeRef__Array * array, XPathNodeRef value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef__LastIndexOf, (EqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, XPathNodeRef__Array * array, XPathNodeRef value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef_ *, EqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor___ctor, (EqualityComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015A2580, EqualityComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ *, EqualityComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__IndexOf, (EqualityComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, XRFeatureDescriptor__Array * array, XRFeatureDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__LastIndexOf, (EqualityComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, XRFeatureDescriptor__Array * array, XRFeatureDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ *, EqualityComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_XR_XRNodeState___ctor, (EqualityComparer_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015A3120, EqualityComparer_1_UnityEngine_XR_XRNodeState_ *, EqualityComparer_1_UnityEngine_XR_XRNodeState__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x015A3CC0, int32_t, EqualityComparer_1_UnityEngine_XR_XRNodeState__IndexOf, (EqualityComparer_1_UnityEngine_XR_XRNodeState_ * __this, XRNodeState__Array * array, XRNodeState value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015A3E10, int32_t, EqualityComparer_1_UnityEngine_XR_XRNodeState__LastIndexOf, (EqualityComparer_1_UnityEngine_XR_XRNodeState_ * __this, XRNodeState__Array * array, XRNodeState value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015A4070, bool, EqualityComparer_1_UnityEngine_XR_XRNodeState__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_XR_XRNodeState_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x015A3F60, int32_t, EqualityComparer_1_UnityEngine_XR_XRNodeState__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_XR_XRNodeState_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_XR_XRNodeState_ *, EqualityComparer_1_UnityEngine_XR_XRNodeState__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq___ctor, (EqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015A42B0, EqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ *, EqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0151D470, int32_t, EqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__IndexOf, (EqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, aQHgSHeigtcamfIWbNaiXaCiVwuq__Array * array, aQHgSHeigtcamfIWbNaiXaCiVwuq value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151D510, int32_t, EqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__LastIndexOf, (EqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, aQHgSHeigtcamfIWbNaiXaCiVwuq__Array * array, aQHgSHeigtcamfIWbNaiXaCiVwuq value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151D680, bool, EqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0151D5B0, int32_t, EqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ *, EqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Pathfinding_AdvancedSmooth_Turn___ctor, (EqualityComparer_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015A4E50, EqualityComparer_1_Pathfinding_AdvancedSmooth_Turn_ *, EqualityComparer_1_Pathfinding_AdvancedSmooth_Turn__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_Pathfinding_AdvancedSmooth_Turn__IndexOf, (EqualityComparer_1_Pathfinding_AdvancedSmooth_Turn_ * __this, AdvancedSmooth_Turn__Array * array, AdvancedSmooth_Turn value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_Pathfinding_AdvancedSmooth_Turn__LastIndexOf, (EqualityComparer_1_Pathfinding_AdvancedSmooth_Turn_ * __this, AdvancedSmooth_Turn__Array * array, AdvancedSmooth_Turn value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Pathfinding_AdvancedSmooth_Turn_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Pathfinding_AdvancedSmooth_Turn_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Pathfinding_AdvancedSmooth_Turn_ *, EqualityComparer_1_Pathfinding_AdvancedSmooth_Turn__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo___ctor, (EqualityComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015A59F0, EqualityComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ *, EqualityComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01510230, int32_t, EqualityComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__IndexOf, (EqualityComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, AnimationOutputWeightProcessor_WeightInfo__Array * array, AnimationOutputWeightProcessor_WeightInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510330, int32_t, EqualityComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__LastIndexOf, (EqualityComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, AnimationOutputWeightProcessor_WeightInfo__Array * array, AnimationOutputWeightProcessor_WeightInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510530, bool, EqualityComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01510430, int32_t, EqualityComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ *, EqualityComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext___ctor, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015A6590, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ *, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F7390, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, BaseStyleMatcher_MatchContext__Array * array, BaseStyleMatcher_MatchContext value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F7430, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, BaseStyleMatcher_MatchContext__Array * array, BaseStyleMatcher_MatchContext value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ *, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock___ctor, (EqualityComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015A7130, EqualityComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ *, EqualityComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock__IndexOf, (EqualityComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, BeforeRenderHelper_OrderBlock__Array * array, BeforeRenderHelper_OrderBlock value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock__LastIndexOf, (EqualityComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, BeforeRenderHelper_OrderBlock__Array * array, BeforeRenderHelper_OrderBlock value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ *, EqualityComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page___ctor, (EqualityComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015A7CD0, EqualityComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ *, EqualityComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F7390, int32_t, EqualityComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, BitmapAllocator32_Page__Array * array, BitmapAllocator32_Page value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F7430, int32_t, EqualityComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, BitmapAllocator32_Page__Array * array, BitmapAllocator32_Page value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ *, EqualityComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Camera_RenderRequest___ctor, (EqualityComparer_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015A8870, EqualityComparer_1_UnityEngine_Camera_RenderRequest_ *, EqualityComparer_1_UnityEngine_Camera_RenderRequest__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_UnityEngine_Camera_RenderRequest__IndexOf, (EqualityComparer_1_UnityEngine_Camera_RenderRequest_ * __this, Camera_RenderRequest__Array * array, Camera_RenderRequest value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_UnityEngine_Camera_RenderRequest__LastIndexOf, (EqualityComparer_1_UnityEngine_Camera_RenderRequest_ * __this, Camera_RenderRequest__Array * array, Camera_RenderRequest value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_UnityEngine_Camera_RenderRequest__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Camera_RenderRequest_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_UnityEngine_Camera_RenderRequest__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Camera_RenderRequest_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Camera_RenderRequest_ *, EqualityComparer_1_UnityEngine_Camera_RenderRequest__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Cinemachine_CameraState_CustomBlendable___ctor, (EqualityComparer_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015A9410, EqualityComparer_1_Cinemachine_CameraState_CustomBlendable_ *, EqualityComparer_1_Cinemachine_CameraState_CustomBlendable__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_Cinemachine_CameraState_CustomBlendable__IndexOf, (EqualityComparer_1_Cinemachine_CameraState_CustomBlendable_ * __this, CameraState_CustomBlendable__Array * array, CameraState_CustomBlendable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_Cinemachine_CameraState_CustomBlendable__LastIndexOf, (EqualityComparer_1_Cinemachine_CameraState_CustomBlendable_ * __this, CameraState_CustomBlendable__Array * array, CameraState_CustomBlendable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_Cinemachine_CameraState_CustomBlendable__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Cinemachine_CameraState_CustomBlendable_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_Cinemachine_CameraState_CustomBlendable__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Cinemachine_CameraState_CustomBlendable_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Cinemachine_CameraState_CustomBlendable_ *, EqualityComparer_1_Cinemachine_CameraState_CustomBlendable__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Cinemachine_CinemachineClearShot_Pair___ctor, (EqualityComparer_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015A9FB0, EqualityComparer_1_Cinemachine_CinemachineClearShot_Pair_ *, EqualityComparer_1_Cinemachine_CinemachineClearShot_Pair__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F7390, int32_t, EqualityComparer_1_Cinemachine_CinemachineClearShot_Pair__IndexOf, (EqualityComparer_1_Cinemachine_CinemachineClearShot_Pair_ * __this, CinemachineClearShot_Pair__Array * array, CinemachineClearShot_Pair value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F7430, int32_t, EqualityComparer_1_Cinemachine_CinemachineClearShot_Pair__LastIndexOf, (EqualityComparer_1_Cinemachine_CinemachineClearShot_Pair_ * __this, CinemachineClearShot_Pair__Array * array, CinemachineClearShot_Pair value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Cinemachine_CinemachineClearShot_Pair_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Cinemachine_CinemachineClearShot_Pair_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Cinemachine_CinemachineClearShot_Pair_ *, EqualityComparer_1_Cinemachine_CinemachineClearShot_Pair__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair___ctor, (EqualityComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015AAB50, EqualityComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ *, EqualityComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F7390, int32_t, EqualityComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__IndexOf, (EqualityComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, CinemachineStateDrivenCamera_HashPair__Array * array, CinemachineStateDrivenCamera_HashPair value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F7430, int32_t, EqualityComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__LastIndexOf, (EqualityComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, CinemachineStateDrivenCamera_HashPair__Array * array, CinemachineStateDrivenCamera_HashPair value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ *, EqualityComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Cinemachine_ClipperLib_DoublePoint___ctor, (EqualityComparer_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015AB6F0, EqualityComparer_1_Cinemachine_ClipperLib_DoublePoint_ *, EqualityComparer_1_Cinemachine_ClipperLib_DoublePoint__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x015AC290, int32_t, EqualityComparer_1_Cinemachine_ClipperLib_DoublePoint__IndexOf, (EqualityComparer_1_Cinemachine_ClipperLib_DoublePoint_ * __this, ClipperLib_DoublePoint__Array * array, ClipperLib_DoublePoint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015AC350, int32_t, EqualityComparer_1_Cinemachine_ClipperLib_DoublePoint__LastIndexOf, (EqualityComparer_1_Cinemachine_ClipperLib_DoublePoint_ * __this, ClipperLib_DoublePoint__Array * array, ClipperLib_DoublePoint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015AC4F0, bool, EqualityComparer_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Cinemachine_ClipperLib_DoublePoint_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x015AC410, int32_t, EqualityComparer_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Cinemachine_ClipperLib_DoublePoint_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Cinemachine_ClipperLib_DoublePoint_ *, EqualityComparer_1_Cinemachine_ClipperLib_DoublePoint__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Cinemachine_ClipperLib_IntPoint___ctor, (EqualityComparer_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015AC690, EqualityComparer_1_Cinemachine_ClipperLib_IntPoint_ *, EqualityComparer_1_Cinemachine_ClipperLib_IntPoint__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_Cinemachine_ClipperLib_IntPoint__IndexOf, (EqualityComparer_1_Cinemachine_ClipperLib_IntPoint_ * __this, ClipperLib_IntPoint__Array * array, ClipperLib_IntPoint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_Cinemachine_ClipperLib_IntPoint__LastIndexOf, (EqualityComparer_1_Cinemachine_ClipperLib_IntPoint_ * __this, ClipperLib_IntPoint__Array * array, ClipperLib_IntPoint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_Cinemachine_ClipperLib_IntPoint__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Cinemachine_ClipperLib_IntPoint_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_Cinemachine_ClipperLib_IntPoint__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Cinemachine_ClipperLib_IntPoint_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Cinemachine_ClipperLib_IntPoint_ *, EqualityComparer_1_Cinemachine_ClipperLib_IntPoint__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Cinemachine_ConfinerOven_PolygonSolution___ctor, (EqualityComparer_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015AD230, EqualityComparer_1_Cinemachine_ConfinerOven_PolygonSolution_ *, EqualityComparer_1_Cinemachine_ConfinerOven_PolygonSolution__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_Cinemachine_ConfinerOven_PolygonSolution__IndexOf, (EqualityComparer_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, ConfinerOven_PolygonSolution__Array * array, ConfinerOven_PolygonSolution value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_Cinemachine_ConfinerOven_PolygonSolution__LastIndexOf, (EqualityComparer_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, ConfinerOven_PolygonSolution__Array * array, ConfinerOven_PolygonSolution value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Cinemachine_ConfinerOven_PolygonSolution_ *, EqualityComparer_1_Cinemachine_ConfinerOven_PolygonSolution__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB___ctor, (EqualityComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015ADDD0, EqualityComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ *, EqualityComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0150A740, int32_t, EqualityComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__IndexOf, (EqualityComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Array * array, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150A820, int32_t, EqualityComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__LastIndexOf, (EqualityComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Array * array, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150A9F0, bool, EqualityComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0150A900, int32_t, EqualityComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ *, EqualityComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator___ctor, (EqualityComparer_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015AE970, EqualityComparer_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ *, EqualityComparer_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0150F150, int32_t, EqualityComparer_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__IndexOf, (EqualityComparer_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, DamageIndicatorMonitor_DamageIndicator__Array * array, DamageIndicatorMonitor_DamageIndicator value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150F270, int32_t, EqualityComparer_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__LastIndexOf, (EqualityComparer_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, DamageIndicatorMonitor_DamageIndicator__Array * array, DamageIndicatorMonitor_DamageIndicator value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150F490, bool, EqualityComparer_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0150F390, int32_t, EqualityComparer_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ *, EqualityComparer_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___ctor, (EqualityComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015AF510, EqualityComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ *, EqualityComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F5800, int32_t, EqualityComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__IndexOf, (EqualityComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo__Array * array, DelayedActionManager_DelegateInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F58E0, int32_t, EqualityComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__LastIndexOf, (EqualityComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo__Array * array, DelayedActionManager_DelegateInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F5AB0, bool, EqualityComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F59C0, int32_t, EqualityComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ *, EqualityComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper___ctor, (EqualityComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015B00B0, EqualityComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ *, EqualityComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper__IndexOf, (EqualityComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, EventDispatcher_CallbackWrapper__Array * array, EventDispatcher_CallbackWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper__LastIndexOf, (EqualityComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, EventDispatcher_CallbackWrapper__Array * array, EventDispatcher_CallbackWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ *, EqualityComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Photon_Bolt_EventDispatcher_EventListener___ctor, (EqualityComparer_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015B0C50, EqualityComparer_1_Photon_Bolt_EventDispatcher_EventListener_ *, EqualityComparer_1_Photon_Bolt_EventDispatcher_EventListener__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_Photon_Bolt_EventDispatcher_EventListener__IndexOf, (EqualityComparer_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, EventDispatcher_EventListener__Array * array, EventDispatcher_EventListener value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_Photon_Bolt_EventDispatcher_EventListener__LastIndexOf, (EqualityComparer_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, EventDispatcher_EventListener__Array * array, EventDispatcher_EventListener value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Photon_Bolt_EventDispatcher_EventListener_ *, EqualityComparer_1_Photon_Bolt_EventDispatcher_EventListener__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_EventDispatcher_DispatchContext___ctor, (EqualityComparer_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015B17F0, EqualityComparer_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ *, EqualityComparer_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, EventDispatcher_DispatchContext__Array * array, EventDispatcher_DispatchContext value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, EventDispatcher_DispatchContext__Array * array, EventDispatcher_DispatchContext value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ *, EqualityComparer_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_EventDispatcher_EventRecord___ctor, (EqualityComparer_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015B2390, EqualityComparer_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ *, EqualityComparer_1_UnityEngine_UIElements_EventDispatcher_EventRecord__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_UIElements_EventDispatcher_EventRecord__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, EventDispatcher_EventRecord__Array * array, EventDispatcher_EventRecord value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_UIElements_EventDispatcher_EventRecord__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, EventDispatcher_EventRecord__Array * array, EventDispatcher_EventRecord value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_UIElements_EventDispatcher_EventRecord__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_UIElements_EventDispatcher_EventRecord__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ *, EqualityComparer_1_UnityEngine_UIElements_EventDispatcher_EventRecord__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent___ctor, (EqualityComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015B2F30, EqualityComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ *, EqualityComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x015B3AD0, int32_t, EqualityComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__IndexOf, (EqualityComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, EventQueue_NetworkEvent__Array * array, EventQueue_NetworkEvent value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015B3C60, int32_t, EqualityComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__LastIndexOf, (EqualityComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, EventQueue_NetworkEvent__Array * array, EventQueue_NetworkEvent value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015B3F40, bool, EqualityComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x015B3E00, int32_t, EqualityComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ *, EqualityComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_FocusController_FocusedElement___ctor, (EqualityComparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015B4230, EqualityComparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ *, EqualityComparer_1_UnityEngine_UIElements_FocusController_FocusedElement__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_UIElements_FocusController_FocusedElement__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, FocusController_FocusedElement__Array * array, FocusController_FocusedElement value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_UIElements_FocusController_FocusedElement__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, FocusController_FocusedElement__Array * array, FocusController_FocusedElement value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ *, EqualityComparer_1_UnityEngine_UIElements_FocusController_FocusedElement__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Pathfinding_Funnel_PathPart___ctor, (EqualityComparer_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015B4DD0, EqualityComparer_1_Pathfinding_Funnel_PathPart_ *, EqualityComparer_1_Pathfinding_Funnel_PathPart__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01556530, int32_t, EqualityComparer_1_Pathfinding_Funnel_PathPart__IndexOf, (EqualityComparer_1_Pathfinding_Funnel_PathPart_ * __this, Funnel_PathPart__Array * array, Funnel_PathPart value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01556620, int32_t, EqualityComparer_1_Pathfinding_Funnel_PathPart__LastIndexOf, (EqualityComparer_1_Pathfinding_Funnel_PathPart_ * __this, Funnel_PathPart__Array * array, Funnel_PathPart value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01556800, bool, EqualityComparer_1_Pathfinding_Funnel_PathPart__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Pathfinding_Funnel_PathPart_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01556710, int32_t, EqualityComparer_1_Pathfinding_Funnel_PathPart__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Pathfinding_Funnel_PathPart_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Pathfinding_Funnel_PathPart_ *, EqualityComparer_1_Pathfinding_Funnel_PathPart__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch___ctor, (EqualityComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015B5970, EqualityComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ *, EqualityComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F5800, int32_t, EqualityComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__IndexOf, (EqualityComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, GetRandomAvailablePerch_RandomPerch__Array * array, GetRandomAvailablePerch_RandomPerch value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F58E0, int32_t, EqualityComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__LastIndexOf, (EqualityComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, GetRandomAvailablePerch_RandomPerch__Array * array, GetRandomAvailablePerch_RandomPerch value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F5AB0, bool, EqualityComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F59C0, int32_t, EqualityComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ *, EqualityComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Pathfinding_GraphUpdateProcessor_GUOSingle___ctor, (EqualityComparer_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015B6510, EqualityComparer_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ *, EqualityComparer_1_Pathfinding_GraphUpdateProcessor_GUOSingle__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_Pathfinding_GraphUpdateProcessor_GUOSingle__IndexOf, (EqualityComparer_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, GraphUpdateProcessor_GUOSingle__Array * array, GraphUpdateProcessor_GUOSingle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_Pathfinding_GraphUpdateProcessor_GUOSingle__LastIndexOf, (EqualityComparer_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, GraphUpdateProcessor_GUOSingle__Array * array, GraphUpdateProcessor_GUOSingle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_Pathfinding_GraphUpdateProcessor_GUOSingle__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_Pathfinding_GraphUpdateProcessor_GUOSingle__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ *, EqualityComparer_1_Pathfinding_GraphUpdateProcessor_GUOSingle__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor___ctor, (EqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015B70B0, EqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ *, EqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__IndexOf, (EqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, HID_HIDCollectionDescriptor__Array * array, HID_HIDCollectionDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__LastIndexOf, (EqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, HID_HIDCollectionDescriptor__Array * array, HID_HIDCollectionDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ *, EqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor___ctor, (EqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015B7C50, EqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ *, EqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01524150, int32_t, EqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__IndexOf, (EqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, HID_HIDElementDescriptor__Array * array, HID_HIDElementDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01524280, int32_t, EqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__LastIndexOf, (EqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, HID_HIDElementDescriptor__Array * array, HID_HIDElementDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015244C0, bool, EqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x015243B0, int32_t, EqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ *, EqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData___ctor, (EqualityComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015B87F0, EqualityComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ *, EqualityComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0150A740, int32_t, EqualityComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__IndexOf, (EqualityComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, HIDParser_HIDReportData__Array * array, HIDParser_HIDReportData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150A820, int32_t, EqualityComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__LastIndexOf, (EqualityComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, HIDParser_HIDReportData__Array * array, HIDParser_HIDReportData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150A9F0, bool, EqualityComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0150A900, int32_t, EqualityComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ *, EqualityComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage___ctor, (EqualityComparer_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015B9390, EqualityComparer_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ *, EqualityComparer_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F7390, int32_t, EqualityComparer_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__IndexOf, (EqualityComparer_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, HIDSupport_HIDPageUsage__Array * array, HIDSupport_HIDPageUsage value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F7430, int32_t, EqualityComparer_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__LastIndexOf, (EqualityComparer_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, HIDSupport_HIDPageUsage__Array * array, HIDSupport_HIDPageUsage value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ *, EqualityComparer_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData___ctor, (EqualityComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015B9F30, EqualityComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ *, EqualityComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x015BAAD0, int32_t, EqualityComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__IndexOf, (EqualityComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, HairDesignerGeneratorFurShellBase_BufferData__Array * array, HairDesignerGeneratorFurShellBase_BufferData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015BAB80, int32_t, EqualityComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__LastIndexOf, (EqualityComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, HairDesignerGeneratorFurShellBase_BufferData__Array * array, HairDesignerGeneratorFurShellBase_BufferData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015BAC30, bool, EqualityComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0151D5B0, int32_t, EqualityComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ *, EqualityComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson___ctor, (EqualityComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015BADA0, EqualityComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ *, EqualityComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01510230, int32_t, EqualityComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__IndexOf, (EqualityComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, InputActionMap_BindingOverrideJson__Array * array, InputActionMap_BindingOverrideJson value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510330, int32_t, EqualityComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__LastIndexOf, (EqualityComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, InputActionMap_BindingOverrideJson__Array * array, InputActionMap_BindingOverrideJson value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510530, bool, EqualityComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01510430, int32_t, EqualityComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ *, EqualityComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor, (EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015BB940, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x015BC4E0, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__IndexOf, (EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem__Array * array, InputControlLayout_ControlItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015BC6A0, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__LastIndexOf, (EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem__Array * array, InputControlLayout_ControlItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015BC9C0, bool, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x015BC860, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout___ctor, (EqualityComparer_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015BCCC0, EqualityComparer_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ *, EqualityComparer_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01510230, int32_t, EqualityComparer_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__IndexOf, (EqualityComparer_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, InputManager_StateChangeMonitorTimeout__Array * array, InputManager_StateChangeMonitorTimeout value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510330, int32_t, EqualityComparer_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__LastIndexOf, (EqualityComparer_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, InputManager_StateChangeMonitorTimeout__Array * array, InputManager_StateChangeMonitorTimeout value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510530, bool, EqualityComparer_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01510430, int32_t, EqualityComparer_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ *, EqualityComparer_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState___ctor, (EqualityComparer_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015BD860, EqualityComparer_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ *, EqualityComparer_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F7390, int32_t, EqualityComparer_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__IndexOf, (EqualityComparer_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, InputSystemUIInputModule_InputActionReferenceState__Array * array, InputSystemUIInputModule_InputActionReferenceState value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F7430, int32_t, EqualityComparer_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__LastIndexOf, (EqualityComparer_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, InputSystemUIInputModule_InputActionReferenceState__Array * array, InputSystemUIInputModule_InputActionReferenceState value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ *, EqualityComparer_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection___ctor, (EqualityComparer_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015BE400, EqualityComparer_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ *, EqualityComparer_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__IndexOf, (EqualityComparer_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, InputUser_OngoingAccountSelection__Array * array, InputUser_OngoingAccountSelection value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__LastIndexOf, (EqualityComparer_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, InputUser_OngoingAccountSelection__Array * array, InputUser_OngoingAccountSelection value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ *, EqualityComparer_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper___ctor, (EqualityComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015BEFA0, EqualityComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ *, EqualityComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, InternalTreeView_TreeViewItemWrapper__Array * array, InternalTreeView_TreeViewItemWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, InternalTreeView_TreeViewItemWrapper__Array * array, InternalTreeView_TreeViewItemWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ *, EqualityComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField___ctor, (EqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015BFB40, EqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ *, EqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField__IndexOf, (EqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ * __this, JSONDeserialization_TaskField__Array * array, JSONDeserialization_TaskField value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField__LastIndexOf, (EqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ * __this, JSONDeserialization_TaskField__Array * array, JSONDeserialization_TaskField value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ *, EqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV___ctor, (EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015C06E0, EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ *, EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__IndexOf, (EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Array * array, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__LastIndexOf, (EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Array * array, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ *, EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb___ctor, (EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015C1280, EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ *, EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01524150, int32_t, EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__IndexOf, (EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * array, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01524280, int32_t, EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__LastIndexOf, (EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * array, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015244C0, bool, EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x015243B0, int32_t, EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ *, EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux___ctor, (EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015C1E20, EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ *, EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__IndexOf, (EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Array * array, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__LastIndexOf, (EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Array * array, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ *, EqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (EqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015C29C0, EqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, EqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01524150, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__IndexOf, (EqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue__Array * array, JsonParser_JsonValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01524280, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__LastIndexOf, (EqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue__Array * array, JsonParser_JsonValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015244C0, bool, EqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x015243B0, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, EqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Dissonance_Logs_LogMessage___ctor, (EqualityComparer_1_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015C3560, EqualityComparer_1_Dissonance_Logs_LogMessage_ *, EqualityComparer_1_Dissonance_Logs_LogMessage__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_Dissonance_Logs_LogMessage__IndexOf, (EqualityComparer_1_Dissonance_Logs_LogMessage_ * __this, Logs_LogMessage_1__Array * array, Logs_LogMessage_1 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_Dissonance_Logs_LogMessage__LastIndexOf, (EqualityComparer_1_Dissonance_Logs_LogMessage_ * __this, Logs_LogMessage_1__Array * array, Logs_LogMessage_1 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_Dissonance_Logs_LogMessage__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Dissonance_Logs_LogMessage_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_Dissonance_Logs_LogMessage__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Dissonance_Logs_LogMessage_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Dissonance_Logs_LogMessage_ *, EqualityComparer_1_Dissonance_Logs_LogMessage__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage___ctor, (EqualityComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015C4100, EqualityComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ *, EqualityComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__IndexOf, (EqualityComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Logs_LogMessage__Array * array, Logs_LogMessage value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__LastIndexOf, (EqualityComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Logs_LogMessage__Array * array, Logs_LogMessage value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ *, EqualityComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters___ctor, (EqualityComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015C4CA0, EqualityComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ *, EqualityComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01593200, int32_t, EqualityComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters__IndexOf, (EqualityComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MagicLightProbes_VolumeParameters__Array * array, MagicLightProbes_VolumeParameters value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015932F0, int32_t, EqualityComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters__LastIndexOf, (EqualityComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MagicLightProbes_VolumeParameters__Array * array, MagicLightProbes_VolumeParameters value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015934E0, bool, EqualityComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x015933E0, int32_t, EqualityComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ *, EqualityComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry___ctor, (EqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015C5840, EqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ *, EqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__IndexOf, (EqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MemberRelationshipService_RelationshipEntry__Array * array, MemberRelationshipService_RelationshipEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__LastIndexOf, (EqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MemberRelationshipService_RelationshipEntry__Array * array, MemberRelationshipService_RelationshipEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ *, EqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_NolanBehaviour_OverlappedCollider___ctor, (EqualityComparer_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015C63E0, EqualityComparer_1_NolanBehaviour_OverlappedCollider_ *, EqualityComparer_1_NolanBehaviour_OverlappedCollider__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_NolanBehaviour_OverlappedCollider__IndexOf, (EqualityComparer_1_NolanBehaviour_OverlappedCollider_ * __this, NolanBehaviour_OverlappedCollider__Array * array, NolanBehaviour_OverlappedCollider value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_NolanBehaviour_OverlappedCollider__LastIndexOf, (EqualityComparer_1_NolanBehaviour_OverlappedCollider_ * __this, NolanBehaviour_OverlappedCollider__Array * array, NolanBehaviour_OverlappedCollider value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_NolanBehaviour_OverlappedCollider__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_NolanBehaviour_OverlappedCollider_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_NolanBehaviour_OverlappedCollider__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_NolanBehaviour_OverlappedCollider_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_NolanBehaviour_OverlappedCollider_ *, EqualityComparer_1_NolanBehaviour_OverlappedCollider__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo___ctor, (EqualityComparer_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015C6F80, EqualityComparer_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ *, EqualityComparer_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01510230, int32_t, EqualityComparer_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__IndexOf, (EqualityComparer_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, OnScreenControl_OnScreenDeviceInfo__Array * array, OnScreenControl_OnScreenDeviceInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510330, int32_t, EqualityComparer_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__LastIndexOf, (EqualityComparer_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, OnScreenControl_OnScreenDeviceInfo__Array * array, OnScreenControl_OnScreenDeviceInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510530, bool, EqualityComparer_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01510430, int32_t, EqualityComparer_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ *, EqualityComparer_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding___ctor, (EqualityComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015C7B20, EqualityComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ *, EqualityComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__IndexOf, (EqualityComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, OpenXRInput_SerializedBinding__Array * array, OpenXRInput_SerializedBinding value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__LastIndexOf, (EqualityComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, OpenXRInput_SerializedBinding__Array * array, OpenXRInput_SerializedBinding value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ *, EqualityComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog___ctor, (EqualityComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015C86C0, EqualityComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ *, EqualityComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog__IndexOf, (EqualityComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, PackedPlayModeBuildLogs_RuntimeBuildLog__Array * array, PackedPlayModeBuildLogs_RuntimeBuildLog value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog__LastIndexOf, (EqualityComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, PackedPlayModeBuildLogs_RuntimeBuildLog__Array * array, PackedPlayModeBuildLogs_RuntimeBuildLog value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ *, EqualityComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_ParticleSystem_Particle___ctor, (EqualityComparer_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015C9260, EqualityComparer_1_UnityEngine_ParticleSystem_Particle_ *, EqualityComparer_1_UnityEngine_ParticleSystem_Particle__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x015C9E00, int32_t, EqualityComparer_1_UnityEngine_ParticleSystem_Particle__IndexOf, (EqualityComparer_1_UnityEngine_ParticleSystem_Particle_ * __this, ParticleSystem_Particle__Array * array, ParticleSystem_Particle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015C9F90, int32_t, EqualityComparer_1_UnityEngine_ParticleSystem_Particle__LastIndexOf, (EqualityComparer_1_UnityEngine_ParticleSystem_Particle_ * __this, ParticleSystem_Particle__Array * array, ParticleSystem_Particle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015CA260, bool, EqualityComparer_1_UnityEngine_ParticleSystem_Particle__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_ParticleSystem_Particle_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x015CA120, int32_t, EqualityComparer_1_UnityEngine_ParticleSystem_Particle__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_ParticleSystem_Particle_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_ParticleSystem_Particle_ *, EqualityComparer_1_UnityEngine_ParticleSystem_Particle__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick___ctor, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015CA520, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__IndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick__Array * array, ProbeBrickIndex_Brick value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__LastIndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick__Array * array, ProbeBrickIndex_Brick value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta___ctor, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015CB0C0, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__IndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, ProbeBrickIndex_BrickMeta__Array * array, ProbeBrickIndex_BrickMeta value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__LastIndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, ProbeBrickIndex_BrickMeta__Array * array, ProbeBrickIndex_BrickMeta value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo___ctor, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015CBC60, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01527570, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__IndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, ProbeBrickIndex_CellIndexUpdateInfo__Array * array, ProbeBrickIndex_CellIndexUpdateInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01527670, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__LastIndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, ProbeBrickIndex_CellIndexUpdateInfo__Array * array, ProbeBrickIndex_CellIndexUpdateInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01527870, bool, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01527770, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick___ctor, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015CC800, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x015CD3A0, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__IndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, ProbeBrickIndex_ReservedBrick__Array * array, ProbeBrickIndex_ReservedBrick value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015CD470, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__LastIndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, ProbeBrickIndex_ReservedBrick__Array * array, ProbeBrickIndex_ReservedBrick value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015CD630, bool, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x015CD540, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta___ctor, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015CD7D0, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__IndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, ProbeBrickIndex_VoxelMeta__Array * array, ProbeBrickIndex_VoxelMeta value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__LastIndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, ProbeBrickIndex_VoxelMeta__Array * array, ProbeBrickIndex_VoxelMeta value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc___ctor, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015CE370, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0150A740, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__IndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc__Array * array, ProbeBrickPool_BrickChunkAlloc value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150A820, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__LastIndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc__Array * array, ProbeBrickPool_BrickChunkAlloc value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150A9F0, bool, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0150A900, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId___ctor, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015CEF10, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0151D470, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__IndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, ProbeReferenceVolume_RegId__Array * array, ProbeReferenceVolume_RegId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151D510, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__LastIndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, ProbeReferenceVolume_RegId__Array * array, ProbeReferenceVolume_RegId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151D680, bool, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0151D5B0, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume___ctor, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015CFAB0, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0150F150, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__IndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, ProbeReferenceVolume_Volume__Array * array, ProbeReferenceVolume_Volume value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150F270, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__LastIndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, ProbeReferenceVolume_Volume__Array * array, ProbeReferenceVolume_Volume value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150F490, bool, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0150F390, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem___ctor, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015D0650, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__IndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, ProbeVolumePerSceneData_SerializableAssetItem__Array * array, ProbeVolumePerSceneData_SerializableAssetItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__LastIndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, ProbeVolumePerSceneData_SerializableAssetItem__Array * array, ProbeVolumePerSceneData_SerializableAssetItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem___ctor, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015D11F0, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F5800, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__IndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, ProbeVolumeSceneData_SerializableBoundItem__Array * array, ProbeVolumeSceneData_SerializableBoundItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F58E0, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__LastIndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, ProbeVolumeSceneData_SerializableBoundItem__Array * array, ProbeVolumeSceneData_SerializableBoundItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F5AB0, bool, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F59C0, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem___ctor, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015D1D90, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__IndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, ProbeVolumeSceneData_SerializableHasPVItem__Array * array, ProbeVolumeSceneData_SerializableHasPVItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__LastIndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, ProbeVolumeSceneData_SerializableHasPVItem__Array * array, ProbeVolumeSceneData_SerializableHasPVItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings___ctor, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015D2930, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01510230, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__IndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, ProbeVolumeSceneData_SerializablePVBakeSettings__Array * array, ProbeVolumeSceneData_SerializablePVBakeSettings value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510330, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__LastIndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, ProbeVolumeSceneData_SerializablePVBakeSettings__Array * array, ProbeVolumeSceneData_SerializablePVBakeSettings value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510530, bool, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01510430, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile___ctor, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015D34D0, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__IndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, ProbeVolumeSceneData_SerializablePVProfile__Array * array, ProbeVolumeSceneData_SerializablePVProfile value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__LastIndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, ProbeVolumeSceneData_SerializablePVProfile__Array * array, ProbeVolumeSceneData_SerializablePVProfile value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UdpKit_Protocol_ProtocolClient_AckCallback___ctor, (EqualityComparer_1_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015D4070, EqualityComparer_1_UdpKit_Protocol_ProtocolClient_AckCallback_ *, EqualityComparer_1_UdpKit_Protocol_ProtocolClient_AckCallback__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01510230, int32_t, EqualityComparer_1_UdpKit_Protocol_ProtocolClient_AckCallback__IndexOf, (EqualityComparer_1_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, ProtocolClient_AckCallback__Array * array, ProtocolClient_AckCallback value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510330, int32_t, EqualityComparer_1_UdpKit_Protocol_ProtocolClient_AckCallback__LastIndexOf, (EqualityComparer_1_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, ProtocolClient_AckCallback__Array * array, ProtocolClient_AckCallback value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510530, bool, EqualityComparer_1_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01510430, int32_t, EqualityComparer_1_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UdpKit_Protocol_ProtocolClient_AckCallback_ *, EqualityComparer_1_UdpKit_Protocol_ProtocolClient_AckCallback__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UdpKit_Protocol_ProtocolClient_MsgHandler___ctor, (EqualityComparer_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015D4C10, EqualityComparer_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ *, EqualityComparer_1_UdpKit_Protocol_ProtocolClient_MsgHandler__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01510230, int32_t, EqualityComparer_1_UdpKit_Protocol_ProtocolClient_MsgHandler__IndexOf, (EqualityComparer_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, ProtocolClient_MsgHandler__Array * array, ProtocolClient_MsgHandler value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510330, int32_t, EqualityComparer_1_UdpKit_Protocol_ProtocolClient_MsgHandler__LastIndexOf, (EqualityComparer_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, ProtocolClient_MsgHandler__Array * array, ProtocolClient_MsgHandler value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510530, bool, EqualityComparer_1_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01510430, int32_t, EqualityComparer_1_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ *, EqualityComparer_1_UdpKit_Protocol_ProtocolClient_MsgHandler__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey___ctor, (EqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015D57B0, EqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ *, EqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__IndexOf, (EqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, Regex_CachedCodeEntryKey__Array * array, Regex_CachedCodeEntryKey value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__LastIndexOf, (EqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, Regex_CachedCodeEntryKey__Array * array, Regex_CachedCodeEntryKey value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ *, EqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange___ctor, (EqualityComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015D6350, EqualityComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ *, EqualityComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0151D470, int32_t, EqualityComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__IndexOf, (EqualityComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, RegexCharClass_SingleRange__Array * array, RegexCharClass_SingleRange value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151D510, int32_t, EqualityComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__LastIndexOf, (EqualityComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, RegexCharClass_SingleRange__Array * array, RegexCharClass_SingleRange value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0151D680, bool, EqualityComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0151D5B0, int32_t, EqualityComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ *, EqualityComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData___ctor, (EqualityComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015D6EF0, EqualityComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ *, EqualityComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x015A3CC0, int32_t, EqualityComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, RenderChain_RenderNodeData__Array * array, RenderChain_RenderNodeData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015A3E10, int32_t, EqualityComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, RenderChain_RenderNodeData__Array * array, RenderChain_RenderNodeData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015A4070, bool, EqualityComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x015A3F60, int32_t, EqualityComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ *, EqualityComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData___ctor, (EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015D7A90, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F5800, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__IndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, RenderGraphDebugData_PassDebugData__Array * array, RenderGraphDebugData_PassDebugData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F58E0, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__LastIndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, RenderGraphDebugData_PassDebugData__Array * array, RenderGraphDebugData_PassDebugData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F5AB0, bool, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F59C0, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData___ctor, (EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015D8630, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01510230, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__IndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, RenderGraphDebugData_ResourceDebugData__Array * array, RenderGraphDebugData_ResourceDebugData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510330, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__LastIndexOf, (EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, RenderGraphDebugData_ResourceDebugData__Array * array, RenderGraphDebugData_ResourceDebugData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510530, bool, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01510430, int32_t, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ *, EqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest___ctor, (EqualityComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015D91D0, EqualityComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ *, EqualityComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__IndexOf, (EqualityComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, ResourceManager_DeferredCallbackRegisterRequest__Array * array, ResourceManager_DeferredCallbackRegisterRequest value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__LastIndexOf, (EqualityComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, ResourceManager_DeferredCallbackRegisterRequest__Array * array, ResourceManager_DeferredCallbackRegisterRequest value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ *, EqualityComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash___ctor, (EqualityComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015D9D70, EqualityComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ *, EqualityComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__IndexOf, (EqualityComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, RetainedGizmos_MeshWithHash__Array * array, RetainedGizmos_MeshWithHash value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__LastIndexOf, (EqualityComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, RetainedGizmos_MeshWithHash__Array * array, RetainedGizmos_MeshWithHash value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ *, EqualityComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext___ctor, (EqualityComparer_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015DA910, EqualityComparer_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ *, EqualityComparer_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01510230, int32_t, EqualityComparer_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__IndexOf, (EqualityComparer_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, SequenceNode_SequenceConstructPosContext__Array * array, SequenceNode_SequenceConstructPosContext value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510330, int32_t, EqualityComparer_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__LastIndexOf, (EqualityComparer_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, SequenceNode_SequenceConstructPosContext__Array * array, SequenceNode_SequenceConstructPosContext value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510530, bool, EqualityComparer_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01510430, int32_t, EqualityComparer_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ *, EqualityComparer_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor, (EqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015DB4B0, EqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ *, EqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__IndexOf, (EqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Array * array, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__LastIndexOf, (EqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Array * array, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ *, EqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData___ctor, (EqualityComparer_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015DC050, EqualityComparer_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ *, EqualityComparer_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F7390, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, StyleComplexSelector_PseudoStateData__Array * array, StyleComplexSelector_PseudoStateData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F7430, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, StyleComplexSelector_PseudoStateData__Array * array, StyleComplexSelector_PseudoStateData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ *, EqualityComparer_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair___ctor, (EqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015DCBF0, EqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ *, EqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * __this, StylePropertyAnimationSystem_ElementPropertyPair__Array * array, StylePropertyAnimationSystem_ElementPropertyPair value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * __this, StylePropertyAnimationSystem_ElementPropertyPair__Array * array, StylePropertyAnimationSystem_ElementPropertyPair value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ *, EqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey___ctor, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015DD790, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ *, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F7390, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ * __this, StyleSheetCache_SheetHandleKey__Array * array, StyleSheetCache_SheetHandleKey value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F7430, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ * __this, StyleSheetCache_SheetHandleKey__Array * array, StyleSheetCache_SheetHandleKey value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ *, EqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext___ctor, (EqualityComparer_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015DE330, EqualityComparer_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ *, EqualityComparer_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, StyleVariableResolver_ResolveContext__Array * array, StyleVariableResolver_ResolveContext value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, StyleVariableResolver_ResolveContext__Array * array, StyleVariableResolver_ResolveContext value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ *, EqualityComparer_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride___ctor, (EqualityComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015DEED0, EqualityComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ *, EqualityComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, TemplateAsset_AttributeOverride__Array * array, TemplateAsset_AttributeOverride value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, TemplateAsset_AttributeOverride__Array * array, TemplateAsset_AttributeOverride value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ *, EqualityComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef___ctor, (EqualityComparer_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015DFA70, EqualityComparer_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ *, EqualityComparer_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F5800, int32_t, EqualityComparer_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__IndexOf, (EqualityComparer_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, TextResourceManager_FontAssetRef__Array * array, TextResourceManager_FontAssetRef value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F58E0, int32_t, EqualityComparer_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__LastIndexOf, (EqualityComparer_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, TextResourceManager_FontAssetRef__Array * array, TextResourceManager_FontAssetRef value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F5AB0, bool, EqualityComparer_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F59C0, int32_t, EqualityComparer_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ *, EqualityComparer_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap___ctor, (EqualityComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015E0610, EqualityComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ *, EqualityComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__IndexOf, (EqualityComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, TextSettings_FontReferenceMap__Array * array, TextSettings_FontReferenceMap value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__LastIndexOf, (EqualityComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, TextSettings_FontReferenceMap__Array * array, TextSettings_FontReferenceMap value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ *, EqualityComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo___ctor, (EqualityComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015E11B0, EqualityComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ *, EqualityComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0150F150, int32_t, EqualityComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, TextureBlitter_BlitInfo__Array * array, TextureBlitter_BlitInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150F270, int32_t, EqualityComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, TextureBlitter_BlitInfo__Array * array, TextureBlitter_BlitInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150F490, bool, EqualityComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0150F390, int32_t, EqualityComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ *, EqualityComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame___ctor, (EqualityComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015E1D50, EqualityComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ *, EqualityComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01543390, int32_t, EqualityComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__IndexOf, (EqualityComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, TexturePacker_JsonArray_Frame__Array * array, TexturePacker_JsonArray_Frame value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015434A0, int32_t, EqualityComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__LastIndexOf, (EqualityComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, TexturePacker_JsonArray_Frame__Array * array, TexturePacker_JsonArray_Frame value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015436B0, bool, EqualityComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x015435B0, int32_t, EqualityComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ *, EqualityComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo___ctor, (EqualityComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015E28F0, EqualityComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ *, EqualityComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, TextureRegistry_TextureInfo__Array * array, TextureRegistry_TextureInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, TextureRegistry_TextureInfo__Array * array, TextureRegistry_TextureInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ *, EqualityComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry___ctor, (EqualityComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015E3490, EqualityComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ *, EqualityComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__IndexOf, (EqualityComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, TimeNotificationBehaviour_NotificationEntry__Array * array, TimeNotificationBehaviour_NotificationEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__LastIndexOf, (EqualityComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, TimeNotificationBehaviour_NotificationEntry__Array * array, TimeNotificationBehaviour_NotificationEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ *, EqualityComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData___ctor, (EqualityComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015E4030, EqualityComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ *, EqualityComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F5800, int32_t, EqualityComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__IndexOf, (EqualityComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, TrackedDeviceRaycaster_RaycastHitData__Array * array, TrackedDeviceRaycaster_RaycastHitData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F58E0, int32_t, EqualityComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__LastIndexOf, (EqualityComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, TrackedDeviceRaycaster_RaycastHitData__Array * array, TrackedDeviceRaycaster_RaycastHitData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F5AB0, bool, EqualityComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F59C0, int32_t, EqualityComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ *, EqualityComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData___ctor, (EqualityComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015E4BD0, EqualityComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ *, EqualityComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__IndexOf, (EqualityComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, TrackedPoseDriverDataDescription_PoseData__Array * array, TrackedPoseDriverDataDescription_PoseData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__LastIndexOf, (EqualityComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, TrackedPoseDriverDataDescription_PoseData__Array * array, TrackedPoseDriverDataDescription_PoseData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ *, EqualityComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper___ctor, (EqualityComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015E5770, EqualityComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ *, EqualityComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, TreeView_TreeViewItemWrapper__Array * array, TreeView_TreeViewItemWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, TreeView_TreeViewItemWrapper__Array * array, TreeView_TreeViewItemWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ *, EqualityComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState___ctor, (EqualityComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015E6310, EqualityComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ *, EqualityComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F7390, int32_t, EqualityComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, TreeViewReorderableDragAndDropController_TreeItemState__Array * array, TreeViewReorderableDragAndDropController_TreeItemState value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F7430, int32_t, EqualityComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, TreeViewReorderableDragAndDropController_TreeItemState__Array * array, TreeViewReorderableDragAndDropController_TreeItemState value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ *, EqualityComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry___ctor, (EqualityComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015E6EB0, EqualityComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ *, EqualityComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x015A3CC0, int32_t, EqualityComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, UIRStylePainter_Entry__Array * array, UIRStylePainter_Entry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015A3E10, int32_t, EqualityComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, UIRStylePainter_Entry__Array * array, UIRStylePainter_Entry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015A4070, bool, EqualityComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x015A3F60, int32_t, EqualityComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ *, EqualityComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree___ctor, (EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015E7A50, EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ *, EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01510230, int32_t, EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, UIRenderDevice_AllocToFree__Array * array, UIRenderDevice_AllocToFree value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510330, int32_t, EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, UIRenderDevice_AllocToFree__Array * array, UIRenderDevice_AllocToFree value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01510530, bool, EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01510430, int32_t, EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ *, EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate___ctor, (EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015E85F0, EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ *, EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01501290, int32_t, EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, UIRenderDevice_AllocToUpdate__Array * array, UIRenderDevice_AllocToUpdate value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015013C0, int32_t, EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, UIRenderDevice_AllocToUpdate__Array * array, UIRenderDevice_AllocToUpdate value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01501600, bool, EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x015014F0, int32_t, EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ *, EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree___ctor, (EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015E9190, EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ *, EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, UIRenderDevice_DeviceToFree__Array * array, UIRenderDevice_DeviceToFree value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, UIRenderDevice_DeviceToFree__Array * array, UIRenderDevice_DeviceToFree value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ *, EqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest___ctor, (EqualityComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015E9D30, EqualityComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ *, EqualityComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest__IndexOf, (EqualityComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, UnitySynchronizationContext_WorkRequest__Array * array, UnitySynchronizationContext_WorkRequest value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest__LastIndexOf, (EqualityComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, UnitySynchronizationContext_WorkRequest__Array * array, UnitySynchronizationContext_WorkRequest value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ *, EqualityComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition___ctor, (EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015EA8D0, EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ *, EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, VisualTreeAsset_SlotDefinition__Array * array, VisualTreeAsset_SlotDefinition value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, VisualTreeAsset_SlotDefinition__Array * array, VisualTreeAsset_SlotDefinition value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ *, EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry___ctor, (EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015EB470, EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ *, EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, VisualTreeAsset_SlotUsageEntry__Array * array, VisualTreeAsset_SlotUsageEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, VisualTreeAsset_SlotUsageEntry__Array * array, VisualTreeAsset_SlotUsageEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ *, EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry___ctor, (EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015EC010, EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ *, EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__IndexOf, (EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, VisualTreeAsset_UsingEntry__Array * array, VisualTreeAsset_UsingEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__LastIndexOf, (EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, VisualTreeAsset_UsingEntry__Array * array, VisualTreeAsset_UsingEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ *, EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId___ctor, (EqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015ECBB0, EqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ *, EqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x015ED750, int32_t, EqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__IndexOf, (EqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, WetDecalSystem_MaterialBatchId__Array * array, WetDecalSystem_MaterialBatchId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015ED8C0, int32_t, EqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__LastIndexOf, (EqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, WetDecalSystem_MaterialBatchId__Array * array, WetDecalSystem_MaterialBatchId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015EDB60, bool, EqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x015EDA30, int32_t, EqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ *, EqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK___ctor, (EqualityComparer_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015EDE10, EqualityComparer_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ *, EqualityComparer_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F7390, int32_t, EqualityComparer_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__IndexOf, (EqualityComparer_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__Array * array, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F7430, int32_t, EqualityComparer_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__LastIndexOf, (EqualityComparer_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__Array * array, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ *, EqualityComparer_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry___ctor, (EqualityComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015EE9B0, EqualityComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ *, EqualityComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__IndexOf, (EqualityComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry__Array * array, XmlSchemaObjectTable_XmlSchemaObjectEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__LastIndexOf, (EqualityComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry__Array * array, XmlSchemaObjectTable_XmlSchemaObjectEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ *, EqualityComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_ftLightmaps_LightmapAdditionalData___ctor, (EqualityComparer_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015EF550, EqualityComparer_1_ftLightmaps_LightmapAdditionalData_ *, EqualityComparer_1_ftLightmaps_LightmapAdditionalData__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F5800, int32_t, EqualityComparer_1_ftLightmaps_LightmapAdditionalData__IndexOf, (EqualityComparer_1_ftLightmaps_LightmapAdditionalData_ * __this, ftLightmaps_LightmapAdditionalData__Array * array, ftLightmaps_LightmapAdditionalData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F58E0, int32_t, EqualityComparer_1_ftLightmaps_LightmapAdditionalData__LastIndexOf, (EqualityComparer_1_ftLightmaps_LightmapAdditionalData_ * __this, ftLightmaps_LightmapAdditionalData__Array * array, ftLightmaps_LightmapAdditionalData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F5AB0, bool, EqualityComparer_1_ftLightmaps_LightmapAdditionalData__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_ftLightmaps_LightmapAdditionalData_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F59C0, int32_t, EqualityComparer_1_ftLightmaps_LightmapAdditionalData__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_ftLightmaps_LightmapAdditionalData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_ftLightmaps_LightmapAdditionalData_ *, EqualityComparer_1_ftLightmaps_LightmapAdditionalData__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor, (EqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F00F0, EqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ *, EqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F7390, int32_t, EqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__IndexOf, (EqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * array, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F7430, int32_t, EqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__LastIndexOf, (EqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * array, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F75B0, bool, EqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F74D0, int32_t, EqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ *, EqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem___ctor, (EqualityComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F0C90, EqualityComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ *, EqualityComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__IndexOf, (EqualityComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, DebugUI_Foldout_ContextMenuItem__Array * array, DebugUI_Foldout_ContextMenuItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__LastIndexOf, (EqualityComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, DebugUI_Foldout_ContextMenuItem__Array * array, DebugUI_Foldout_ContextMenuItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ *, EqualityComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher___ctor, (EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F1830, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ *, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F82B0, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__IndexOf, (EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, InputControlLayout_Collection_LayoutMatcher__Array * array, InputControlLayout_Collection_LayoutMatcher value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8390, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__LastIndexOf, (EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, InputControlLayout_Collection_LayoutMatcher__Array * array, InputControlLayout_Collection_LayoutMatcher value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F8560, bool, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F8470, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ *, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout___ctor, (EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F23D0, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ *, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F4880, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__IndexOf, (EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, InputControlLayout_Collection_PrecompiledLayout__Array * array, InputControlLayout_Collection_PrecompiledLayout value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4940, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__LastIndexOf, (EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, InputControlLayout_Collection_PrecompiledLayout__Array * array, InputControlLayout_Collection_PrecompiledLayout value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F4AE0, bool, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F4A00, int32_t, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ *, EqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView___ctor, (EqualityComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F2F70, EqualityComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ *, EqualityComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x014F5800, int32_t, EqualityComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__IndexOf, (EqualityComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, InstructionList_DebugView_InstructionView__Array * array, InstructionList_DebugView_InstructionView value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F58E0, int32_t, EqualityComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__LastIndexOf, (EqualityComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, InstructionList_DebugView_InstructionView__Array * array, InstructionList_DebugView_InstructionView value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x014F5AB0, bool, EqualityComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x014F59C0, int32_t, EqualityComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ *, EqualityComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb___ctor, (EqualityComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F3B10, EqualityComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ *, EqualityComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x0150A740, int32_t, EqualityComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__IndexOf, (EqualityComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Array * array, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150A820, int32_t, EqualityComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__LastIndexOf, (EqualityComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Array * array, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0150A9F0, bool, EqualityComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0150A900, int32_t, EqualityComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ *, EqualityComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item___ctor, (EqualityComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F46B0, EqualityComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ *, EqualityComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01593200, int32_t, EqualityComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item__IndexOf, (EqualityComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, TargetPositionCache_CacheCurve_Item__Array * array, TargetPositionCache_CacheCurve_Item value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015932F0, int32_t, EqualityComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item__LastIndexOf, (EqualityComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, TargetPositionCache_CacheCurve_Item__Array * array, TargetPositionCache_CacheCurve_Item value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015934E0, bool, EqualityComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x015933E0, int32_t, EqualityComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ *, EqualityComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem___ctor, (EqualityComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F5250, EqualityComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ *, EqualityComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__CreateComparer, (MethodInfo * method)); DO_APP_FUNC(0x01556530, int32_t, EqualityComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__IndexOf, (EqualityComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, TargetPositionCache_CacheEntry_RecordingItem__Array * array, TargetPositionCache_CacheEntry_RecordingItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01556620, int32_t, EqualityComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__LastIndexOf, (EqualityComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, TargetPositionCache_CacheEntry_RecordingItem__Array * array, TargetPositionCache_CacheEntry_RecordingItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01556800, bool, EqualityComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IEqualityComparer_Equals, (EqualityComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01556710, int32_t, EqualityComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x003EACC0, EqualityComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ *, EqualityComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__get_Default, (MethodInfo * method)); DO_APP_FUNC(0x015F6440, void, EventBase_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x015F5DF0, void, EventBase_1_System_Object___ctor, (EventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F62E0, void, EventBase_1_System_Object__Acquire, (EventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F62F0, void, EventBase_1_System_Object__Dispose, (EventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F5FB0, Object *, EventBase_1_System_Object__GetPooled, (MethodInfo * method)); DO_APP_FUNC(0x015F60E0, Object *, EventBase_1_System_Object__GetPooled_1, (EventBase * e, MethodInfo * method)); DO_APP_FUNC(0x015F5F20, void, EventBase_1_System_Object__Init, (EventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F61B0, void, EventBase_1_System_Object__ReleasePooled, (Object * evt, MethodInfo * method)); DO_APP_FUNC(0x013FF910, int64_t, EventBase_1_System_Object__TypeId, (MethodInfo * method)); DO_APP_FUNC(0x015F63C0, int64_t, EventBase_1_System_Object__get_eventTypeId, (EventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F6630, void, EventCallbackFunctor_1_System_Object___ctor, (EventCallbackFunctor_1_System_Object_ * __this, EventCallback_1_System_Object_ * callback, CallbackPhase__Enum phase, InvokePolicy__Enum invokePolicy, MethodInfo * method)); DO_APP_FUNC(0x015F6700, void, EventCallbackFunctor_1_System_Object__Invoke, (EventCallbackFunctor_1_System_Object_ * __this, EventBase * evt, PropagationPhase__Enum propagationPhase, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7B48, EventCallbackFunctor_1_System_Object__Invoke__MethodInfo); DO_APP_FUNC(0x015F68E0, bool, EventCallbackFunctor_1_System_Object__IsEquivalentTo, (EventCallbackFunctor_1_System_Object_ * __this, int64_t eventTypeId, Delegate * callback, CallbackPhase__Enum phase, MethodInfo * method)); DO_APP_FUNC(0x008AC8F0, void, EventCallback_1_System_Object___ctor, (EventCallback_1_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, EventCallback_1_System_Object__Invoke, (EventCallback_1_System_Object_ * __this, Object * evt, MethodInfo * method)); DO_APP_FUNC(0x015F6950, void, ExecuteEvents_EventFunction_1_System_Object___ctor, (ExecuteEvents_EventFunction_1_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, ExecuteEvents_EventFunction_1_System_Object__BeginInvoke, (ExecuteEvents_EventFunction_1_System_Object_ * __this, Object * handler, BaseEventData * eventData, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ExecuteEvents_EventFunction_1_System_Object__EndInvoke, (ExecuteEvents_EventFunction_1_System_Object_ * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ExecuteEvents_EventFunction_1_System_Object__Invoke, (ExecuteEvents_EventFunction_1_System_Object_ * __this, Object * handler, BaseEventData * eventData, MethodInfo * method)); DO_APP_FUNC(0x01168390, void, BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_System_Boolean___ctor, (BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_System_Boolean_ * __this, Object * param_0000c000, void * param_0000c001, MethodInfo * method)); DO_APP_FUNC(0x015F6B10, IAsyncResult *, BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_System_Boolean__BeginInvoke, (BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_System_Boolean_ * __this, Object * handler, bool value, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_System_Boolean__EndInvoke, (BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_System_Boolean_ * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_System_Boolean__Invoke, (BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_System_Boolean_ * __this, Object * handler, bool value, MethodInfo * method)); DO_APP_FUNC(0x01015CE0, void, BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_System_Object___ctor, (BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_System_Object_ * __this, Object * param_0000c000, void * param_0000c001, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_System_Object__BeginInvoke, (BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_System_Object_ * __this, Object * handler, Object * value, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_System_Object__EndInvoke, (BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_System_Object_ * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_System_Object__Invoke, (BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_System_Object_ * __this, Object * handler, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0149B190, void, BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_UnityEngine_Vector2___ctor, (BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_UnityEngine_Vector2_ * __this, Object * param_0000c000, void * param_0000c001, MethodInfo * method)); DO_APP_FUNC(0x015F6BA0, IAsyncResult *, BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_UnityEngine_Vector2__BeginInvoke, (BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_UnityEngine_Vector2_ * __this, Object * handler, Vector2 value, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_UnityEngine_Vector2__EndInvoke, (BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_UnityEngine_Vector2_ * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_UnityEngine_Vector2__Invoke, (BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_UnityEngine_Vector2_ * __this, Object * handler, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x01015CE0, void, EventHandler_1_Object___ctor, (EventHandler_1_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, EventHandler_1_Object__Invoke, (EventHandler_1_Object_ * __this, Object * sender, Object * e, MethodInfo * method)); DO_APP_FUNC(0x015F6C40, void, ExpandableArray_DataContainer_1_System_Object___ctor, (ExpandableArray_DataContainer_1_System_Object_ * __this, int32_t param_0000c715, bool param_0000c716, int32_t param_0000c717, MethodInfo * method)); DO_APP_FUNC(0x015F7010, int32_t, ExpandableArray_DataContainer_1_System_Object__AddData, (ExpandableArray_DataContainer_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x015F70F0, int32_t, ExpandableArray_DataContainer_1_System_Object__AddIfUnique, (ExpandableArray_DataContainer_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x015F7CE0, void, ExpandableArray_DataContainer_1_System_Object__BzvFsLkUWFvKTOoIqtiicMKHuUjJ, (ExpandableArray_DataContainer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F72F0, void, ExpandableArray_DataContainer_1_System_Object__Clear, (ExpandableArray_DataContainer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F7170, bool, ExpandableArray_DataContainer_1_System_Object__ContainsData, (ExpandableArray_DataContainer_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x015F7230, int32_t, ExpandableArray_DataContainer_1_System_Object__IndexOfData, (ExpandableArray_DataContainer_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x015F6ED0, int32_t, ExpandableArray_DataContainer_1_System_Object__Inject, (ExpandableArray_DataContainer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F6F70, int32_t, ExpandableArray_DataContainer_1_System_Object__InjectIfUnique, (ExpandableArray_DataContainer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F7470, void, ExpandableArray_DataContainer_1_System_Object__RemoveAt, (ExpandableArray_DataContainer_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7B68, ExpandableArray_DataContainer_1_System_Object__RemoveAt__MethodInfo); DO_APP_FUNC(0x015F7700, void, ExpandableArray_DataContainer_1_System_Object__RemoveLast, (ExpandableArray_DataContainer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F7790, void, ExpandableArray_DataContainer_1_System_Object__Resize, (ExpandableArray_DataContainer_1_System_Object_ * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7B18, ExpandableArray_DataContainer_1_System_Object__Resize__MethodInfo); DO_APP_FUNC(0x015F7A60, void, ExpandableArray_DataContainer_1_System_Object__SortAscending, (ExpandableArray_DataContainer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F7BA0, void, ExpandableArray_DataContainer_1_System_Object__SortDescending, (ExpandableArray_DataContainer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, ExpandableArray_DataContainer_1_System_Object__get_Count, (ExpandableArray_DataContainer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F6C30, int32_t, ExpandableArray_DataContainer_1_System_Object__get_FreeSpace, (ExpandableArray_DataContainer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F6E50, Object *, ExpandableArray_DataContainer_1_System_Object__get_Item, (ExpandableArray_DataContainer_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7B70, ExpandableArray_DataContainer_1_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x003CA7C0, int32_t, ExpandableArray_DataContainer_1_System_Object__get_Length, (ExpandableArray_DataContainer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, ExpandableArray_DataContainer_1_System_Object__get_MaxLength, (ExpandableArray_DataContainer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F7D10, Object *, ExposedReference_1_System_Object__Resolve, (ExposedReference_1_System_Object_ * __this, IExposedPropertyTable * resolver, MethodInfo * method)); DO_APP_FUNC(0x01114ED0, void, Expression0_1_System_Object___ctor, (Expression0_1_System_Object_ * __this, Expression_1 * body, MethodInfo * method)); DO_APP_FUNC(0x015F7F40, ParameterExpression *, Expression0_1_System_Object__GetParameter, (Expression0_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7B00, Expression0_1_System_Object__GetParameter__MethodInfo); DO_APP_FUNC(0x015F7F80, Expression_1_System_Object_ *, Expression0_1_System_Object__Rewrite, (Expression0_1_System_Object_ * __this, Expression_1 * body, ParameterExpression__Array * parameters, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, int32_t, Expression0_1_System_Object__get_ParameterCount, (Expression0_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F8010, void, Expression1_1_System_Object___ctor, (Expression1_1_System_Object_ * __this, Expression_1 * body, ParameterExpression * par0, MethodInfo * method)); DO_APP_FUNC(0x015F8090, ParameterExpression *, Expression1_1_System_Object__GetParameter, (Expression1_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7B40, Expression1_1_System_Object__GetParameter__MethodInfo); DO_APP_FUNC(0x015F8110, Expression_1_System_Object_ *, Expression1_1_System_Object__Rewrite, (Expression1_1_System_Object_ * __this, Expression_1 * body, ParameterExpression__Array * parameters, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, Expression1_1_System_Object__get_ParameterCount, (Expression1_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F8290, void, Expression2_1_System_Object___ctor, (Expression2_1_System_Object_ * __this, Expression_1 * body, ParameterExpression * par0, ParameterExpression * par1, MethodInfo * method)); DO_APP_FUNC(0x015F8390, ParameterExpression *, Expression2_1_System_Object__GetParameter, (Expression2_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7AC8, Expression2_1_System_Object__GetParameter__MethodInfo); DO_APP_FUNC(0x015F8430, Expression_1_System_Object_ *, Expression2_1_System_Object__Rewrite, (Expression2_1_System_Object_ * __this, Expression_1 * body, ParameterExpression__Array * parameters, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, Expression2_1_System_Object__get_ParameterCount, (Expression2_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F85F0, void, Expression3_1_System_Object___ctor, (Expression3_1_System_Object_ * __this, Expression_1 * body, ParameterExpression * par0, ParameterExpression * par1, ParameterExpression * par2, MethodInfo * method)); DO_APP_FUNC(0x015F8740, ParameterExpression *, Expression3_1_System_Object__GetParameter, (Expression3_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7AB8, Expression3_1_System_Object__GetParameter__MethodInfo); DO_APP_FUNC(0x015F87F0, Expression_1_System_Object_ *, Expression3_1_System_Object__Rewrite, (Expression3_1_System_Object_ * __this, Expression_1 * body, ParameterExpression__Array * parameters, MethodInfo * method)); DO_APP_FUNC(0x0075F690, int32_t, Expression3_1_System_Object__get_ParameterCount, (Expression3_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F89F0, LambdaExpression *, ExpressionCreator_1_System_Object__CreateExpressionFunc, (Expression_1 * body, String * name, bool tailCall, ReadOnlyCollection_1_System_Linq_Expressions_ParameterExpression_ * parameters, MethodInfo * method)); DO_APP_FUNC(0x015F8010, void, ExpressionN_1_System_Object___ctor, (ExpressionN_1_System_Object_ * __this, Expression_1 * body, IReadOnlyList_1_System_Linq_Expressions_ParameterExpression_ * parameters, MethodInfo * method)); DO_APP_FUNC(0x015F8F20, ParameterExpression *, ExpressionN_1_System_Object__GetParameter, (ExpressionN_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x015F8F80, Expression_1_System_Object_ *, ExpressionN_1_System_Object__Rewrite, (ExpressionN_1_System_Object_ * __this, Expression_1 * body, ParameterExpression__Array * parameters, MethodInfo * method)); DO_APP_FUNC(0x015F8ED0, int32_t, ExpressionN_1_System_Object__get_ParameterCount, (ExpressionN_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F9080, void, Expression_1_System_Object___ctor, (Expression_1_System_Object_ * __this, Expression_1 * body, MethodInfo * method)); DO_APP_FUNC(0x015F9320, Expression_1 *, Expression_1_System_Object__Accept, (Expression_1_System_Object_ * __this, ExpressionVisitor * visitor, MethodInfo * method)); DO_APP_FUNC(0x015F91E0, Object *, Expression_1_System_Object__Compile, (Expression_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F9210, Object *, Expression_1_System_Object__Compile_1, (Expression_1_System_Object_ * __this, bool preferInterpretation, MethodInfo * method)); DO_APP_FUNC(0x015F92F0, Expression_1_System_Object_ *, Expression_1_System_Object__Rewrite, (Expression_1_System_Object_ * __this, Expression_1 * body, ParameterExpression__Array * parameters, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7A68, Expression_1_System_Object__Rewrite__MethodInfo); DO_APP_FUNC(0x015F9180, Type *, Expression_1_System_Object__get_PublicType, (Expression_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F9120, Type *, Expression_1_System_Object__get_TypeCore, (Expression_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01095920, void, XHashtable_1_TValue_ExtractKeyDelegate_System_Object___ctor, (XHashtable_1_TValue_ExtractKeyDelegate_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, String *, XHashtable_1_TValue_ExtractKeyDelegate_System_Object__Invoke, (XHashtable_1_TValue_ExtractKeyDelegate_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x011A23D0, void, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___ctor, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, int32_t param_0000c6de, Object * param_0000c6df, MethodInfo * method)); DO_APP_FUNC(0x015F9390, KeyValuePair_2_System_Int32_System_Object_, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__KMkNqCcJJwdeibYEZLPWaslgQQFL, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AB78E0, void, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___ctor, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, Object * param_0000c6de, Object * param_0000c6df, MethodInfo * method)); DO_APP_FUNC(0x015F9430, KeyValuePair_2_System_Object_System_Object_, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__KMkNqCcJJwdeibYEZLPWaslgQQFL, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x007D4890, void, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * param_0000c6de, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo param_0000c6df, MethodInfo * method)); DO_APP_FUNC(0x015F9490, KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__KMkNqCcJJwdeibYEZLPWaslgQQFL, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F9D50, void, FancyCellGroup_2_System_Object_System_Object___ctor, (FancyCellGroup_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F9D70, GameObject *, FancyCellGroup_2_System_Object_System_Object___InstantiateCells_b__4_0, (FancyCellGroup_2_System_Object_System_Object_ * __this, int32_t _, MethodInfo * method)); DO_APP_FUNC(0x015F98A0, void, FancyCellGroup_2_System_Object_System_Object__Initialize, (FancyCellGroup_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F94F0, FancyCell_2_System_Object_System_Object___Array *, FancyCellGroup_2_System_Object_System_Object__InstantiateCells, (FancyCellGroup_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F9A10, void, FancyCellGroup_2_System_Object_System_Object__UpdateContent, (FancyCellGroup_2_System_Object_System_Object_ * __this, Object__Array * contents, MethodInfo * method)); DO_APP_FUNC(0x015F9CA0, void, FancyCellGroup_2_System_Object_System_Object__UpdatePosition, (FancyCellGroup_2_System_Object_System_Object_ * __this, float position, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, FancyCell_2_System_Object_System_Object___Array *, FancyCellGroup_2_System_Object_System_Object__get_Cells, (FancyCellGroup_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, FancyCellGroup_2_System_Object_System_Object__set_Cells, (FancyCellGroup_2_System_Object_System_Object_ * __this, FancyCell_2_System_Object_System_Object___Array * value, MethodInfo * method)); DO_APP_FUNC(0x01486490, void, FancyCell_1_System_Object___ctor, (FancyCell_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F9E90, void, FancyCell_1_System_Object__SetContext, (FancyCell_1_System_Object_ * __this, NullContext * context, MethodInfo * method)); DO_APP_FUNC(0x005E60F0, void, FancyCell_2_System_Object_System_Object___ctor, (FancyCell_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FancyCell_2_System_Object_System_Object__Initialize, (FancyCell_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01114ED0, void, FancyCell_2_System_Object_System_Object__SetContext, (FancyCell_2_System_Object_System_Object_ * __this, Object * context, MethodInfo * method)); DO_APP_FUNC(0x015F9F70, void, FancyCell_2_System_Object_System_Object__SetVisible, (FancyCell_2_System_Object_System_Object_ * __this, bool visible, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Object *, FancyCell_2_System_Object_System_Object__get_Context, (FancyCell_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, FancyCell_2_System_Object_System_Object__get_Index, (FancyCell_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F9EC0, bool, FancyCell_2_System_Object_System_Object__get_IsVisible, (FancyCell_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, FancyCell_2_System_Object_System_Object__set_Context, (FancyCell_2_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, FancyCell_2_System_Object_System_Object__set_Index, (FancyCell_2_System_Object_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01486490, void, FancyGridViewCell_1_System_Object___ctor, (FancyGridViewCell_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F9E90, void, FancyGridViewCell_1_System_Object__SetContext, (FancyGridViewCell_1_System_Object_ * __this, FancyGridViewContext * context, MethodInfo * method)); DO_APP_FUNC(0x010BCF20, void, FancyGridViewCell_2_System_Object_System_Object___ctor, (FancyGridViewCell_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FA030, void, FancyGridViewCell_2_System_Object_System_Object__UpdatePosition, (FancyGridViewCell_2_System_Object_System_Object_ * __this, float normalizedPosition, float localPosition, MethodInfo * method)); DO_APP_FUNC(0x01013200, void, FancyGridView_1_System_Object___ctor, (FancyGridView_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00CB2240, void, FancyGridView_2_System_Object_System_Object__Setup, (FancyGridView_2_System_Object_System_Object_ * __this, FancyCell_2_System_Object_System_Object_ * cellTemplate, MethodInfo * method)); DO_APP_FUNC(0x015FAEC0, void, FancyGridView_2_System_Object_System_Object___ctor, (FancyGridView_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FAEF0, int32_t, FancyGridView_2_System_Object_System_Object___Initialize_b__13_0, (FancyGridView_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x008C4D60, float, FancyGridView_2_System_Object_System_Object___Initialize_b__13_1, (FancyGridView_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FAF00, float, FancyGridView_2_System_Object_System_Object___Initialize_b__13_2, (FancyGridView_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FAF60, int32_t, FancyGridView_2_System_Object_System_Object___UpdateContents_b__16_1, (FancyGridView_2_System_Object_System_Object_ * __this, ValueTuple_2_Object_Int32_ x, MethodInfo * method)); DO_APP_FUNC(0x015FA3A0, void, FancyGridView_2_System_Object_System_Object__Initialize, (FancyGridView_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FADF0, void, FancyGridView_2_System_Object_System_Object__JumpTo, (FancyGridView_2_System_Object_System_Object_ * __this, int32_t itemIndex, float alignment, MethodInfo * method)); DO_APP_FUNC(0x015FAE30, void, FancyGridView_2_System_Object_System_Object__ScrollTo, (FancyGridView_2_System_Object_System_Object_ * __this, int32_t itemIndex, float duration, float alignment, Action * onComplete, MethodInfo * method)); DO_APP_FUNC(0x015FAE70, void, FancyGridView_2_System_Object_System_Object__ScrollTo_1, (FancyGridView_2_System_Object_System_Object_ * __this, int32_t itemIndex, float duration, Ease__Enum easing, float alignment, Action * onComplete, MethodInfo * method)); DO_APP_FUNC(0x015FA6D0, void, FancyGridView_2_System_Object_System_Object__UpdateContents, (FancyGridView_2_System_Object_System_Object_ * __this, IList_1_System_Object_ * items, MethodInfo * method)); DO_APP_FUNC(0x003C7030, GameObject *, FancyGridView_2_System_Object_System_Object__get_CellPrefab, (FancyGridView_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FA340, float, FancyGridView_2_System_Object_System_Object__get_CellSize, (FancyGridView_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC7870, int32_t, FancyGridView_2_System_Object_System_Object__get_DataCount, (FancyGridView_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC7880, void, FancyGridView_2_System_Object_System_Object__set_DataCount, (FancyGridView_2_System_Object_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01486490, void, FancyScrollRectCell_1_System_Object___ctor, (FancyScrollRectCell_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015F9E90, void, FancyScrollRectCell_1_System_Object__SetContext, (FancyScrollRectCell_1_System_Object_ * __this, FancyScrollRectContext * context, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, FancyScrollRectCell_2_System_Object_System_Object___ctor, (FancyScrollRectCell_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FAF70, void, FancyScrollRectCell_2_System_Object_System_Object__UpdatePosition, (FancyScrollRectCell_2_System_Object_System_Object_ * __this, float position, MethodInfo * method)); DO_APP_FUNC(0x015FB130, void, FancyScrollRectCell_2_System_Object_System_Object__UpdatePosition_1, (FancyScrollRectCell_2_System_Object_System_Object_ * __this, float normalizedPosition, float localPosition, MethodInfo * method)); DO_APP_FUNC(0x01013200, void, FancyScrollRect_1_System_Object___ctor, (FancyScrollRect_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FCED0, void, FancyScrollRect_2_System_Object_System_Object__1__ctor, (FancyScrollRect_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x015FCEF0, ValueTuple_2_Single_Single_, FancyScrollRect_2_System_Object_System_Object__1__Initialize_b__19_0, (FancyScrollRect_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x015FCBF0, void, FancyScrollRect_2_System_Object_System_Object__1_AdjustCellIntervalAndScrollOffset, (FancyScrollRect_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB5E0, void, FancyScrollRect_2_System_Object_System_Object__1_Initialize, (FancyScrollRect_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x015FC3B0, void, FancyScrollRect_2_System_Object_System_Object__1_JumpTo, (FancyScrollRect_2_System_Object_System_Object__1 * __this, int32_t itemIndex, float alignment, MethodInfo * method)); DO_APP_FUNC(0x015FB980, void, FancyScrollRect_2_System_Object_System_Object__1_OnScrollerValueChanged, (FancyScrollRect_2_System_Object_System_Object__1 * __this, float p, MethodInfo * method)); DO_APP_FUNC(0x015FCCE0, void, FancyScrollRect_2_System_Object_System_Object__1_OnValidate, (FancyScrollRect_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x015FBD20, void, FancyScrollRect_2_System_Object_System_Object__1_Refresh, (FancyScrollRect_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x015FBE20, void, FancyScrollRect_2_System_Object_System_Object__1_RefreshScroller, (FancyScrollRect_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x015FBDA0, void, FancyScrollRect_2_System_Object_System_Object__1_Relayout, (FancyScrollRect_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x015FC490, void, FancyScrollRect_2_System_Object_System_Object__1_ScrollTo, (FancyScrollRect_2_System_Object_System_Object__1 * __this, int32_t index, float duration, float alignment, Action * onComplete, MethodInfo * method)); DO_APP_FUNC(0x015FC580, void, FancyScrollRect_2_System_Object_System_Object__1_ScrollTo_1, (FancyScrollRect_2_System_Object_System_Object__1 * __this, int32_t index, float duration, Ease__Enum easing, float alignment, Action * onComplete, MethodInfo * method)); DO_APP_FUNC(0x015FBBD0, void, FancyScrollRect_2_System_Object_System_Object__1_ShrinkScrollbar, (FancyScrollRect_2_System_Object_System_Object__1 * __this, float offset, MethodInfo * method)); DO_APP_FUNC(0x015FC830, float, FancyScrollRect_2_System_Object_System_Object__1_ToFancyScrollViewPosition, (FancyScrollRect_2_System_Object_System_Object__1 * __this, float position, MethodInfo * method)); DO_APP_FUNC(0x015FC950, float, FancyScrollRect_2_System_Object_System_Object__1_ToScrollerPosition, (FancyScrollRect_2_System_Object_System_Object__1 * __this, float position, MethodInfo * method)); DO_APP_FUNC(0x015FCA80, float, FancyScrollRect_2_System_Object_System_Object__1_ToScrollerPosition_1, (FancyScrollRect_2_System_Object_System_Object__1 * __this, float position, float alignment, MethodInfo * method)); DO_APP_FUNC(0x015FC1E0, void, FancyScrollRect_2_System_Object_System_Object__1_UpdateContents, (FancyScrollRect_2_System_Object_System_Object__1 * __this, IList_1_System_Object_ * items, MethodInfo * method)); DO_APP_FUNC(0x015FC2E0, void, FancyScrollRect_2_System_Object_System_Object__1_UpdatePosition, (FancyScrollRect_2_System_Object_System_Object__1 * __this, float position, MethodInfo * method)); DO_APP_FUNC(0x015FC690, void, FancyScrollRect_2_System_Object_System_Object__1_UpdateScrollbarSize, (FancyScrollRect_2_System_Object_System_Object__1 * __this, float viewportLength, MethodInfo * method)); DO_APP_FUNC(0x015FB480, float, FancyScrollRect_2_System_Object_System_Object__1_get_MaxScrollPosition, (FancyScrollRect_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB420, float, FancyScrollRect_2_System_Object_System_Object__1_get_PaddingHeadLength, (FancyScrollRect_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB3A0, float, FancyScrollRect_2_System_Object_System_Object__1_get_ScrollLength, (FancyScrollRect_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2C0, bool, FancyScrollRect_2_System_Object_System_Object__1_get_Scrollable, (FancyScrollRect_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB300, Scroller_1 *, FancyScrollRect_2_System_Object_System_Object__1_get_Scroller, (FancyScrollRect_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB3D0, float, FancyScrollRect_2_System_Object_System_Object__1_get_ViewportLength, (FancyScrollRect_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01013200, void, FancyScrollView_1_System_Object___ctor, (FancyScrollView_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FDAE0, void, FancyScrollView_2_System_Object_System_Object__1__ctor, (FancyScrollView_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x015FDAB0, int32_t, FancyScrollView_2_System_Object_System_Object__1_CircularIndex, (FancyScrollView_2_System_Object_System_Object__1 * __this, int32_t i, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FancyScrollView_2_System_Object_System_Object__1_Initialize, (FancyScrollView_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x015FD020, void, FancyScrollView_2_System_Object_System_Object__1_Refresh, (FancyScrollView_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x015FD000, void, FancyScrollView_2_System_Object_System_Object__1_Relayout, (FancyScrollView_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x015FD1A0, void, FancyScrollView_2_System_Object_System_Object__1_ResizePool, (FancyScrollView_2_System_Object_System_Object__1 * __this, float firstPosition, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB79C0, FancyScrollView_2_System_Object_System_Object__1_ResizePool__MethodInfo); DO_APP_FUNC(0x015FD560, void, FancyScrollView_2_System_Object_System_Object__1_UpdateCells, (FancyScrollView_2_System_Object_System_Object__1 * __this, float firstPosition, int32_t firstIndex, bool forceRefresh, MethodInfo * method)); DO_APP_FUNC(0x015FCFC0, void, FancyScrollView_2_System_Object_System_Object__1_UpdateContents, (FancyScrollView_2_System_Object_System_Object__1 * __this, IList_1_System_Object_ * itemsSource, MethodInfo * method)); DO_APP_FUNC(0x015FD040, void, FancyScrollView_2_System_Object_System_Object__1_UpdatePosition, (FancyScrollView_2_System_Object_System_Object__1 * __this, float position, MethodInfo * method)); DO_APP_FUNC(0x015FD060, void, FancyScrollView_2_System_Object_System_Object__1_UpdatePosition_1, (FancyScrollView_2_System_Object_System_Object__1 * __this, float position, bool forceRefresh, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Object *, FancyScrollView_2_System_Object_System_Object__1_get_Context, (FancyScrollView_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, IList_1_System_Object_ *, FancyScrollView_2_System_Object_System_Object__1_get_ItemsSource, (FancyScrollView_2_System_Object_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, FancyScrollView_2_System_Object_System_Object__1_set_ItemsSource, (FancyScrollView_2_System_Object_System_Object__1 * __this, IList_1_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x015FDF90, void, FastAction_1_System_Boolean___ctor, (FastAction_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65580, FastAction_1_System_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x015FDD20, void, FastAction_1_System_Boolean__Add, (FastAction_1_System_Boolean_ * __this, Action_1_Boolean_ * rhs, MethodInfo * method)); DO_APP_FUNC(0x015FDEB0, void, FastAction_1_System_Boolean__Call, (FastAction_1_System_Boolean_ * __this, bool a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65558, FastAction_1_System_Boolean__Call__MethodInfo); DO_APP_FUNC(0x015FDDF0, void, FastAction_1_System_Boolean__Remove, (FastAction_1_System_Boolean_ * __this, Action_1_Boolean_ * rhs, MethodInfo * method)); DO_APP_FUNC(0x015FDF90, void, FastAction_1_System_Object___ctor, (FastAction_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FDD20, void, FastAction_1_System_Object__Add, (FastAction_1_System_Object_ * __this, Action_1_Object_ * rhs, MethodInfo * method)); DO_APP_FUNC(0x015FE120, void, FastAction_1_System_Object__Call, (FastAction_1_System_Object_ * __this, Object * a, MethodInfo * method)); DO_APP_FUNC(0x015FDDF0, void, FastAction_1_System_Object__Remove, (FastAction_1_System_Object_ * __this, Action_1_Object_ * rhs, MethodInfo * method)); DO_APP_FUNC(0x015FDF90, void, FastAction_2_System_Boolean_System_Object___ctor, (FastAction_2_System_Boolean_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FDD20, void, FastAction_2_System_Boolean_System_Object__Add, (FastAction_2_System_Boolean_System_Object_ * __this, Action_2_Boolean_Object_ * rhs, MethodInfo * method)); DO_APP_FUNC(0x015FE200, void, FastAction_2_System_Boolean_System_Object__Call, (FastAction_2_System_Boolean_System_Object_ * __this, bool a, Object * b, MethodInfo * method)); DO_APP_FUNC(0x015FDDF0, void, FastAction_2_System_Boolean_System_Object__Remove, (FastAction_2_System_Boolean_System_Object_ * __this, Action_2_Boolean_Object_ * rhs, MethodInfo * method)); DO_APP_FUNC(0x015FDF90, void, FastAction_2_System_Object_System_Object___ctor, (FastAction_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FDD20, void, FastAction_2_System_Object_System_Object__Add, (FastAction_2_System_Object_System_Object_ * __this, Action_2_Object_Object_ * rhs, MethodInfo * method)); DO_APP_FUNC(0x015FE300, void, FastAction_2_System_Object_System_Object__Call, (FastAction_2_System_Object_System_Object_ * __this, Object * a, Object * b, MethodInfo * method)); DO_APP_FUNC(0x015FDDF0, void, FastAction_2_System_Object_System_Object__Remove, (FastAction_2_System_Object_System_Object_ * __this, Action_2_Object_Object_ * rhs, MethodInfo * method)); DO_APP_FUNC(0x015FDF90, void, FastAction_3_System_Object_System_Object_System_Object___ctor, (FastAction_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FDD20, void, FastAction_3_System_Object_System_Object_System_Object__Add, (FastAction_3_System_Object_System_Object_System_Object_ * __this, Action_3_Object_Object_Object_ * rhs, MethodInfo * method)); DO_APP_FUNC(0x015FE400, void, FastAction_3_System_Object_System_Object_System_Object__Call, (FastAction_3_System_Object_System_Object_System_Object_ * __this, Object * a, Object * b, Object * c, MethodInfo * method)); DO_APP_FUNC(0x015FDDF0, void, FastAction_3_System_Object_System_Object_System_Object__Remove, (FastAction_3_System_Object_System_Object_System_Object_ * __this, Action_3_Object_Object_Object_ * rhs, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugUI_Field_1_System_Boolean___ctor, (DebugUI_Field_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5AA20, DebugUI_Field_1_System_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x015FE650, bool, DebugUI_Field_1_System_Boolean__GetValue, (DebugUI_Field_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61450, DebugUI_Field_1_System_Boolean__GetValue__MethodInfo); DO_APP_FUNC(0x015FE760, void, DebugUI_Field_1_System_Boolean__SetValue, (DebugUI_Field_1_System_Boolean_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C614B0, DebugUI_Field_1_System_Boolean__SetValue__MethodInfo); DO_APP_FUNC(0x015FE6C0, void, DebugUI_Field_1_System_Boolean__SetValue_1, (DebugUI_Field_1_System_Boolean_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x015FE5E0, Object *, DebugUI_Field_1_System_Boolean__UnityEngine_Rendering_DebugUI_IValueField_GetValue, (DebugUI_Field_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FE520, Object *, DebugUI_Field_1_System_Boolean__UnityEngine_Rendering_DebugUI_IValueField_ValidateValue, (DebugUI_Field_1_System_Boolean_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01248A20, bool, DebugUI_Field_1_System_Boolean__ValidateValue, (DebugUI_Field_1_System_Boolean_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Func_1_Boolean_ *, DebugUI_Field_1_System_Boolean__get_getter, (DebugUI_Field_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C614C8, DebugUI_Field_1_System_Boolean__get_getter__MethodInfo); DO_APP_FUNC(0x003C5420, Action_1_Boolean_ *, DebugUI_Field_1_System_Boolean__get_setter, (DebugUI_Field_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, DebugUI_Field_1_System_Boolean__set_getter, (DebugUI_Field_1_System_Boolean_ * __this, Func_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58160, DebugUI_Field_1_System_Boolean__set_getter__MethodInfo); DO_APP_FUNC(0x003C5430, void, DebugUI_Field_1_System_Boolean__set_setter, (DebugUI_Field_1_System_Boolean_ * __this, Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58050, DebugUI_Field_1_System_Boolean__set_setter__MethodInfo); DO_APP_FUNC(0x003AC050, void, DebugUI_Field_1_UnityEngine_Color___ctor, (DebugUI_Field_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E3D8, DebugUI_Field_1_UnityEngine_Color___ctor__MethodInfo); DO_APP_FUNC(0x015FEA90, Color, DebugUI_Field_1_UnityEngine_Color__GetValue, (DebugUI_Field_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C617E8, DebugUI_Field_1_UnityEngine_Color__GetValue__MethodInfo); DO_APP_FUNC(0x015FEBC0, void, DebugUI_Field_1_UnityEngine_Color__SetValue, (DebugUI_Field_1_UnityEngine_Color_ * __this, Color value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C617F0, DebugUI_Field_1_UnityEngine_Color__SetValue__MethodInfo); DO_APP_FUNC(0x015FEB20, void, DebugUI_Field_1_UnityEngine_Color__SetValue_1, (DebugUI_Field_1_UnityEngine_Color_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x015FEA20, Object *, DebugUI_Field_1_UnityEngine_Color__UnityEngine_Rendering_DebugUI_IValueField_GetValue, (DebugUI_Field_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FE950, Object *, DebugUI_Field_1_UnityEngine_Color__UnityEngine_Rendering_DebugUI_IValueField_ValidateValue, (DebugUI_Field_1_UnityEngine_Color_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00FC65C0, Color, DebugUI_Field_1_UnityEngine_Color__ValidateValue, (DebugUI_Field_1_UnityEngine_Color_ * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Func_1_UnityEngine_Color_ *, DebugUI_Field_1_UnityEngine_Color__get_getter, (DebugUI_Field_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, Action_1_UnityEngine_Color_ *, DebugUI_Field_1_UnityEngine_Color__get_setter, (DebugUI_Field_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, DebugUI_Field_1_UnityEngine_Color__set_getter, (DebugUI_Field_1_UnityEngine_Color_ * __this, Func_1_UnityEngine_Color_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, DebugUI_Field_1_UnityEngine_Color__set_setter, (DebugUI_Field_1_UnityEngine_Color_ * __this, Action_1_UnityEngine_Color_ * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugUI_Field_1_System_Int32___ctor, (DebugUI_Field_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5AA28, DebugUI_Field_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x015FE650, int32_t, DebugUI_Field_1_System_Int32__GetValue, (DebugUI_Field_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61628, DebugUI_Field_1_System_Int32__GetValue__MethodInfo); DO_APP_FUNC(0x015FF050, void, DebugUI_Field_1_System_Int32__SetValue, (DebugUI_Field_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C617D8, DebugUI_Field_1_System_Int32__SetValue__MethodInfo); DO_APP_FUNC(0x015FEFB0, void, DebugUI_Field_1_System_Int32__SetValue_1, (DebugUI_Field_1_System_Int32_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x015FEF40, Object *, DebugUI_Field_1_System_Int32__UnityEngine_Rendering_DebugUI_IValueField_GetValue, (DebugUI_Field_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FEE80, Object *, DebugUI_Field_1_System_Int32__UnityEngine_Rendering_DebugUI_IValueField_ValidateValue, (DebugUI_Field_1_System_Int32_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, DebugUI_Field_1_System_Int32__ValidateValue, (DebugUI_Field_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Func_1_Int32_ *, DebugUI_Field_1_System_Int32__get_getter, (DebugUI_Field_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, Action_1_Int32_ *, DebugUI_Field_1_System_Int32__get_setter, (DebugUI_Field_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, DebugUI_Field_1_System_Int32__set_getter, (DebugUI_Field_1_System_Int32_ * __this, Func_1_Int32_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58148, DebugUI_Field_1_System_Int32__set_getter__MethodInfo); DO_APP_FUNC(0x003C5430, void, DebugUI_Field_1_System_Int32__set_setter, (DebugUI_Field_1_System_Int32_ * __this, Action_1_Int32_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58060, DebugUI_Field_1_System_Int32__set_setter__MethodInfo); DO_APP_FUNC(0x003AC050, void, DebugUI_Field_1_System_Object___ctor, (DebugUI_Field_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FE650, Object *, DebugUI_Field_1_System_Object__GetValue, (DebugUI_Field_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FF330, void, DebugUI_Field_1_System_Object__SetValue, (DebugUI_Field_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x015FF280, void, DebugUI_Field_1_System_Object__SetValue_1, (DebugUI_Field_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x014D2960, Object *, DebugUI_Field_1_System_Object__UnityEngine_Rendering_DebugUI_IValueField_GetValue, (DebugUI_Field_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FF1F0, Object *, DebugUI_Field_1_System_Object__UnityEngine_Rendering_DebugUI_IValueField_ValidateValue, (DebugUI_Field_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0041E8A0, Object *, DebugUI_Field_1_System_Object__ValidateValue, (DebugUI_Field_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Func_1_Object_ *, DebugUI_Field_1_System_Object__get_getter, (DebugUI_Field_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, Action_1_Object_ *, DebugUI_Field_1_System_Object__get_setter, (DebugUI_Field_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, DebugUI_Field_1_System_Object__set_getter, (DebugUI_Field_1_System_Object_ * __this, Func_1_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, DebugUI_Field_1_System_Object__set_setter, (DebugUI_Field_1_System_Object_ * __this, Action_1_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugUI_Field_1_System_Single___ctor, (DebugUI_Field_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5AA18, DebugUI_Field_1_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x015FE650, float, DebugUI_Field_1_System_Single__GetValue, (DebugUI_Field_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C616B0, DebugUI_Field_1_System_Single__GetValue__MethodInfo); DO_APP_FUNC(0x015FF630, void, DebugUI_Field_1_System_Single__SetValue, (DebugUI_Field_1_System_Single_ * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C616C0, DebugUI_Field_1_System_Single__SetValue__MethodInfo); DO_APP_FUNC(0x015FF590, void, DebugUI_Field_1_System_Single__SetValue_1, (DebugUI_Field_1_System_Single_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x015FF520, Object *, DebugUI_Field_1_System_Single__UnityEngine_Rendering_DebugUI_IValueField_GetValue, (DebugUI_Field_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FF460, Object *, DebugUI_Field_1_System_Single__UnityEngine_Rendering_DebugUI_IValueField_ValidateValue, (DebugUI_Field_1_System_Single_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00C54420, float, DebugUI_Field_1_System_Single__ValidateValue, (DebugUI_Field_1_System_Single_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Func_1_Single_ *, DebugUI_Field_1_System_Single__get_getter, (DebugUI_Field_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, Action_1_Single_ *, DebugUI_Field_1_System_Single__get_setter, (DebugUI_Field_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, DebugUI_Field_1_System_Single__set_getter, (DebugUI_Field_1_System_Single_ * __this, Func_1_Single_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58158, DebugUI_Field_1_System_Single__set_getter__MethodInfo); DO_APP_FUNC(0x003C5430, void, DebugUI_Field_1_System_Single__set_setter, (DebugUI_Field_1_System_Single_ * __this, Action_1_Single_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58040, DebugUI_Field_1_System_Single__set_setter__MethodInfo); DO_APP_FUNC(0x003AC050, void, DebugUI_Field_1_System_UInt32___ctor, (DebugUI_Field_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5AA10, DebugUI_Field_1_System_UInt32___ctor__MethodInfo); DO_APP_FUNC(0x015FE650, uint32_t, DebugUI_Field_1_System_UInt32__GetValue, (DebugUI_Field_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C613B8, DebugUI_Field_1_System_UInt32__GetValue__MethodInfo); DO_APP_FUNC(0x015FF800, void, DebugUI_Field_1_System_UInt32__SetValue, (DebugUI_Field_1_System_UInt32_ * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C613C0, DebugUI_Field_1_System_UInt32__SetValue__MethodInfo); DO_APP_FUNC(0x015FEFB0, void, DebugUI_Field_1_System_UInt32__SetValue_1, (DebugUI_Field_1_System_UInt32_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x015FEF40, Object *, DebugUI_Field_1_System_UInt32__UnityEngine_Rendering_DebugUI_IValueField_GetValue, (DebugUI_Field_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FEE80, Object *, DebugUI_Field_1_System_UInt32__UnityEngine_Rendering_DebugUI_IValueField_ValidateValue, (DebugUI_Field_1_System_UInt32_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, uint32_t, DebugUI_Field_1_System_UInt32__ValidateValue, (DebugUI_Field_1_System_UInt32_ * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Func_1_UInt32_ *, DebugUI_Field_1_System_UInt32__get_getter, (DebugUI_Field_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, Action_1_UInt32_ *, DebugUI_Field_1_System_UInt32__get_setter, (DebugUI_Field_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, DebugUI_Field_1_System_UInt32__set_getter, (DebugUI_Field_1_System_UInt32_ * __this, Func_1_UInt32_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, DebugUI_Field_1_System_UInt32__set_setter, (DebugUI_Field_1_System_UInt32_ * __this, Action_1_UInt32_ * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugUI_Field_1_UnityEngine_Vector2___ctor, (DebugUI_Field_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E3F0, DebugUI_Field_1_UnityEngine_Vector2___ctor__MethodInfo); DO_APP_FUNC(0x015FFAD0, Vector2, DebugUI_Field_1_UnityEngine_Vector2__GetValue, (DebugUI_Field_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61430, DebugUI_Field_1_UnityEngine_Vector2__GetValue__MethodInfo); DO_APP_FUNC(0x015FFBE0, void, DebugUI_Field_1_UnityEngine_Vector2__SetValue, (DebugUI_Field_1_UnityEngine_Vector2_ * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61438, DebugUI_Field_1_UnityEngine_Vector2__SetValue__MethodInfo); DO_APP_FUNC(0x015FFB30, void, DebugUI_Field_1_UnityEngine_Vector2__SetValue_1, (DebugUI_Field_1_UnityEngine_Vector2_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x015FFA70, Object *, DebugUI_Field_1_UnityEngine_Vector2__UnityEngine_Rendering_DebugUI_IValueField_GetValue, (DebugUI_Field_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FF9A0, Object *, DebugUI_Field_1_UnityEngine_Vector2__UnityEngine_Rendering_DebugUI_IValueField_ValidateValue, (DebugUI_Field_1_UnityEngine_Vector2_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0041E8A0, Vector2, DebugUI_Field_1_UnityEngine_Vector2__ValidateValue, (DebugUI_Field_1_UnityEngine_Vector2_ * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Func_1_UnityEngine_Vector2_ *, DebugUI_Field_1_UnityEngine_Vector2__get_getter, (DebugUI_Field_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, Action_1_UnityEngine_Vector2_ *, DebugUI_Field_1_UnityEngine_Vector2__get_setter, (DebugUI_Field_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, DebugUI_Field_1_UnityEngine_Vector2__set_getter, (DebugUI_Field_1_UnityEngine_Vector2_ * __this, Func_1_UnityEngine_Vector2_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, DebugUI_Field_1_UnityEngine_Vector2__set_setter, (DebugUI_Field_1_UnityEngine_Vector2_ * __this, Action_1_UnityEngine_Vector2_ * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugUI_Field_1_UnityEngine_Vector3___ctor, (DebugUI_Field_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E3F8, DebugUI_Field_1_UnityEngine_Vector3___ctor__MethodInfo); DO_APP_FUNC(0x015FFF20, Vector3, DebugUI_Field_1_UnityEngine_Vector3__GetValue, (DebugUI_Field_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61360, DebugUI_Field_1_UnityEngine_Vector3__GetValue__MethodInfo); DO_APP_FUNC(0x01600060, void, DebugUI_Field_1_UnityEngine_Vector3__SetValue, (DebugUI_Field_1_UnityEngine_Vector3_ * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61368, DebugUI_Field_1_UnityEngine_Vector3__SetValue__MethodInfo); DO_APP_FUNC(0x015FFFB0, void, DebugUI_Field_1_UnityEngine_Vector3__SetValue_1, (DebugUI_Field_1_UnityEngine_Vector3_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x015FFEA0, Object *, DebugUI_Field_1_UnityEngine_Vector3__UnityEngine_Rendering_DebugUI_IValueField_GetValue, (DebugUI_Field_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FFDB0, Object *, DebugUI_Field_1_UnityEngine_Vector3__UnityEngine_Rendering_DebugUI_IValueField_ValidateValue, (DebugUI_Field_1_UnityEngine_Vector3_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00FC7130, Vector3, DebugUI_Field_1_UnityEngine_Vector3__ValidateValue, (DebugUI_Field_1_UnityEngine_Vector3_ * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Func_1_UnityEngine_Vector3_ *, DebugUI_Field_1_UnityEngine_Vector3__get_getter, (DebugUI_Field_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, Action_1_UnityEngine_Vector3_ *, DebugUI_Field_1_UnityEngine_Vector3__get_setter, (DebugUI_Field_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, DebugUI_Field_1_UnityEngine_Vector3__set_getter, (DebugUI_Field_1_UnityEngine_Vector3_ * __this, Func_1_UnityEngine_Vector3_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, DebugUI_Field_1_UnityEngine_Vector3__set_setter, (DebugUI_Field_1_UnityEngine_Vector3_ * __this, Action_1_UnityEngine_Vector3_ * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, DebugUI_Field_1_UnityEngine_Vector4___ctor, (DebugUI_Field_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E400, DebugUI_Field_1_UnityEngine_Vector4___ctor__MethodInfo); DO_APP_FUNC(0x015FEA90, Vector4, DebugUI_Field_1_UnityEngine_Vector4__GetValue, (DebugUI_Field_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61228, DebugUI_Field_1_UnityEngine_Vector4__GetValue__MethodInfo); DO_APP_FUNC(0x016002D0, void, DebugUI_Field_1_UnityEngine_Vector4__SetValue, (DebugUI_Field_1_UnityEngine_Vector4_ * __this, Vector4 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61230, DebugUI_Field_1_UnityEngine_Vector4__SetValue__MethodInfo); DO_APP_FUNC(0x015FEB20, void, DebugUI_Field_1_UnityEngine_Vector4__SetValue_1, (DebugUI_Field_1_UnityEngine_Vector4_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x015FEA20, Object *, DebugUI_Field_1_UnityEngine_Vector4__UnityEngine_Rendering_DebugUI_IValueField_GetValue, (DebugUI_Field_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FE950, Object *, DebugUI_Field_1_UnityEngine_Vector4__UnityEngine_Rendering_DebugUI_IValueField_ValidateValue, (DebugUI_Field_1_UnityEngine_Vector4_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00FC65C0, Vector4, DebugUI_Field_1_UnityEngine_Vector4__ValidateValue, (DebugUI_Field_1_UnityEngine_Vector4_ * __this, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Func_1_UnityEngine_Vector4_ *, DebugUI_Field_1_UnityEngine_Vector4__get_getter, (DebugUI_Field_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, Action_1_UnityEngine_Vector4_ *, DebugUI_Field_1_UnityEngine_Vector4__get_setter, (DebugUI_Field_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, DebugUI_Field_1_UnityEngine_Vector4__set_getter, (DebugUI_Field_1_UnityEngine_Vector4_ * __this, Func_1_UnityEngine_Vector4_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, DebugUI_Field_1_UnityEngine_Vector4__set_setter, (DebugUI_Field_1_UnityEngine_Vector4_ * __this, Action_1_UnityEngine_Vector4_ * value, MethodInfo * method)); DO_APP_FUNC(0x01600560, void, FileSystemEnumerable_1_System_Object___ctor, (FileSystemEnumerable_1_System_Object_ * __this, String * directory, FileSystemEnumerable_1_TResult_FindTransform_System_Object_ * transform, EnumerationOptions * options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB79E8, FileSystemEnumerable_1_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x01600840, IEnumerator_1_System_Object_ *, FileSystemEnumerable_1_System_Object__GetEnumerator, (FileSystemEnumerable_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010182E0, IEnumerator *, FileSystemEnumerable_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (FileSystemEnumerable_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, FileSystemEnumerable_1_TResult_FindPredicate_System_Object_ *, FileSystemEnumerable_1_System_Object__get_ShouldIncludePredicate, (FileSystemEnumerable_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, FileSystemEnumerable_1_TResult_FindPredicate_System_Object_ *, FileSystemEnumerable_1_System_Object__get_ShouldRecursePredicate, (FileSystemEnumerable_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, FileSystemEnumerable_1_System_Object__set_ShouldIncludePredicate, (FileSystemEnumerable_1_System_Object_ * __this, FileSystemEnumerable_1_TResult_FindPredicate_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x01600B00, void, FileSystemEnumerator_1_System_Object___ctor, (FileSystemEnumerator_1_System_Object_ * __this, String * directory, EnumerationOptions * options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB79B0, FileSystemEnumerator_1_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x01601010, void, FileSystemEnumerator_1_System_Object__CloseDirectoryHandle, (FileSystemEnumerator_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01601310, bool, FileSystemEnumerator_1_System_Object__ContinueOnDirectoryError, (FileSystemEnumerator_1_System_Object_ * __this, int32_t error, bool ignoreNotFound, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, FileSystemEnumerator_1_System_Object__ContinueOnError, (FileSystemEnumerator_1_System_Object_ * __this, int32_t error, MethodInfo * method)); DO_APP_FUNC(0x01601080, void *, FileSystemEnumerator_1_System_Object__CreateDirectoryHandle, (FileSystemEnumerator_1_System_Object_ * __this, String * path, bool ignoreNotFound, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7928, FileSystemEnumerator_1_System_Object__CreateDirectoryHandle__MethodInfo); DO_APP_FUNC(0x01602720, void *, FileSystemEnumerator_1_System_Object__CreateRelativeDirectoryHandle, (FileSystemEnumerator_1_System_Object_ * __this, ReadOnlySpan_1_Char_ relativePath, String * fullPath, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7888, FileSystemEnumerator_1_System_Object__CreateRelativeDirectoryHandle__MethodInfo); DO_APP_FUNC(0x01600AD0, void *, FileSystemEnumerator_1_System_Object__CreateRelativeDirectoryHandleUWP, (FileSystemEnumerator_1_System_Object_ * __this, ReadOnlySpan_1_Char_ relativePath, String * fullPath, MethodInfo * method)); DO_APP_FUNC(0x01602090, bool, FileSystemEnumerator_1_System_Object__DequeueNextDirectory, (FileSystemEnumerator_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01602880, void, FileSystemEnumerator_1_System_Object__DirectoryFinished, (FileSystemEnumerator_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016029E0, void, FileSystemEnumerator_1_System_Object__Dispose, (FileSystemEnumerator_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FileSystemEnumerator_1_System_Object__Dispose_1, (FileSystemEnumerator_1_System_Object_ * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01602A60, void, FileSystemEnumerator_1_System_Object__Finalize, (FileSystemEnumerator_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01602020, void, FileSystemEnumerator_1_System_Object__FindNextEntry, (FileSystemEnumerator_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01602540, bool, FileSystemEnumerator_1_System_Object__GetData, (FileSystemEnumerator_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB78A0, FileSystemEnumerator_1_System_Object__GetData__MethodInfo); DO_APP_FUNC(0x01600910, bool, FileSystemEnumerator_1_System_Object__GetDataUWP, (FileSystemEnumerator_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB79A0, FileSystemEnumerator_1_System_Object__GetDataUWP__MethodInfo); DO_APP_FUNC(0x01602160, void, FileSystemEnumerator_1_System_Object__InternalDispose, (FileSystemEnumerator_1_System_Object_ * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01601370, bool, FileSystemEnumerator_1_System_Object__MoveNext, (FileSystemEnumerator_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FileSystemEnumerator_1_System_Object__OnDirectoryFinished, (FileSystemEnumerator_1_System_Object_ * __this, ReadOnlySpan_1_Char_ directory, MethodInfo * method)); DO_APP_FUNC(0x01602990, void, FileSystemEnumerator_1_System_Object__Reset, (FileSystemEnumerator_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7878, FileSystemEnumerator_1_System_Object__Reset__MethodInfo); DO_APP_FUNC(0x00418D30, bool, FileSystemEnumerator_1_System_Object__ShouldIncludeEntry, (FileSystemEnumerator_1_System_Object_ * __this, FileSystemEntry * entry, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, FileSystemEnumerator_1_System_Object__ShouldRecurseIntoEntry, (FileSystemEnumerator_1_System_Object_ * __this, FileSystemEntry * entry, MethodInfo * method)); DO_APP_FUNC(0x01602850, Object *, FileSystemEnumerator_1_System_Object__System_Collections_IEnumerator_get_Current, (FileSystemEnumerator_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Object *, FileSystemEnumerator_1_System_Object__get_Current, (FileSystemEnumerator_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BACC0, void, ThreadLocal_1_T_FinalizationHelper_System_Object___ctor, (ThreadLocal_1_T_FinalizationHelper_System_Object_ * __this, ThreadLocal_1_T_LinkedSlotVolatile_System_Object___Array * slotArray, bool trackAllValues, MethodInfo * method)); DO_APP_FUNC(0x01602B00, void, ThreadLocal_1_T_FinalizationHelper_System_Object__Finalize, (ThreadLocal_1_T_FinalizationHelper_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003F8D00, void, FileSystemEnumerable_1_TResult_FindPredicate_System_Object___ctor, (FileSystemEnumerable_1_TResult_FindPredicate_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, FileSystemEnumerable_1_TResult_FindPredicate_System_Object__Invoke, (FileSystemEnumerable_1_TResult_FindPredicate_System_Object_ * __this, FileSystemEntry * entry, MethodInfo * method)); DO_APP_FUNC(0x01602E00, void, FileSystemEnumerable_1_TResult_FindTransform_System_Object___ctor, (FileSystemEnumerable_1_TResult_FindTransform_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, Object *, FileSystemEnumerable_1_TResult_FindTransform_System_Object__Invoke, (FileSystemEnumerable_1_TResult_FindTransform_System_Object_ * __this, FileSystemEntry * entry, MethodInfo * method)); DO_APP_FUNC(0x01603280, void, FixedArray3_1_System_Object__Clear, (FixedArray3_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01603180, bool, FixedArray3_1_System_Object__Contains, (FixedArray3_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x016033C0, IEnumerable_1_System_Object_ *, FixedArray3_1_System_Object__Enumerate, (FixedArray3_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016034F0, IEnumerator_1_System_Object_ *, FixedArray3_1_System_Object__GetEnumerator, (FixedArray3_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01603200, int32_t, FixedArray3_1_System_Object__IndexOf, (FixedArray3_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01602F40, IEnumerator *, FixedArray3_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (FixedArray3_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01602F80, Object *, FixedArray3_1_System_Object__get_Item, (FixedArray3_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB78C0, FixedArray3_1_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x01603000, void, FixedArray3_1_System_Object__set_Item, (FixedArray3_1_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB78C8, FixedArray3_1_System_Object__set_Item__MethodInfo); DO_APP_FUNC(0x01114ED0, void, FixedHeightVirtualizationController_1_System_Object___ctor, (FixedHeightVirtualizationController_1_System_Object_ * __this, BaseVerticalCollectionView * collectionView, MethodInfo * method)); DO_APP_FUNC(0x016048F0, void, FixedHeightVirtualizationController_1_System_Object__EndDrag, (FixedHeightVirtualizationController_1_System_Object_ * __this, int32_t dropIndex, MethodInfo * method)); DO_APP_FUNC(0x01603630, float, FixedHeightVirtualizationController_1_System_Object__GetExpectedContentHeight, (FixedHeightVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01603600, float, FixedHeightVirtualizationController_1_System_Object__GetExpectedItemHeight, (FixedHeightVirtualizationController_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x016035B0, int32_t, FixedHeightVirtualizationController_1_System_Object__GetIndexFromPosition, (FixedHeightVirtualizationController_1_System_Object_ * __this, Vector2 position, MethodInfo * method)); DO_APP_FUNC(0x01604750, Object *, FixedHeightVirtualizationController_1_System_Object__GetOrMakeItemAtIndex, (FixedHeightVirtualizationController_1_System_Object_ * __this, int32_t activeItemIndex, int32_t scrollViewIndex, MethodInfo * method)); DO_APP_FUNC(0x01603E30, void, FixedHeightVirtualizationController_1_System_Object__OnScroll, (FixedHeightVirtualizationController_1_System_Object_ * __this, Vector2 scrollOffset, MethodInfo * method)); DO_APP_FUNC(0x01603970, void, FixedHeightVirtualizationController_1_System_Object__Resize, (FixedHeightVirtualizationController_1_System_Object_ * __this, Vector2 size, MethodInfo * method)); DO_APP_FUNC(0x016036C0, void, FixedHeightVirtualizationController_1_System_Object__ScrollToItem, (FixedHeightVirtualizationController_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01175020, bool, FixedHeightVirtualizationController_1_System_Object__VisibleItemPredicate, (FixedHeightVirtualizationController_1_System_Object_ * __this, Object * i, MethodInfo * method)); DO_APP_FUNC(0x01603580, float, FixedHeightVirtualizationController_1_System_Object__get_resolvedItemHeight, (FixedHeightVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00CB2540, int32_t, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__fSnCXqAaPdsRBwzBBPoepgOJpYfN, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, int32_t param_0000a533, List_1_System_Object_ * param_0000a534, bool param_0000a535, MethodInfo * method)); DO_APP_FUNC(0x00CB2720, IList_1_System_Object_ *, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__kwGPAxSkvgLoSHZCqiPQJDVhNleB, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00CB2780, int32_t, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__kwGPAxSkvgLoSHZCqiPQJDVhNleB_1, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, List_1_System_Object_ * param_0000a536, bool param_0000a537, MethodInfo * method)); DO_APP_FUNC(0x01605630, void, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object___ctor, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, int32_t param_0000a53b, MethodInfo * method)); DO_APP_FUNC(0x01606A40, IEnumerator_1_System_Object_ *, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__GetEnumerator, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01606070, int32_t, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__HVujqEvIFcMKdvpImleAuaPcoEPv, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, int32_t param_0000a543, MethodInfo * method)); DO_APP_FUNC(0x01606160, int32_t, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__HVujqEvIFcMKdvpImleAuaPcoEPv_1, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, int32_t param_0000a544, int32_t param_0000a545, MethodInfo * method)); DO_APP_FUNC(0x01605C30, void, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__MnPoAwVgsujOaNGtvjGOXGjEDFBK, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, Object * param_0000a53f, MethodInfo * method)); DO_APP_FUNC(0x01605B70, void, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__MnPoAwVgsujOaNGtvjGOXGjEDFBK_1, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, int32_t param_0000a53e, MethodInfo * method)); DO_APP_FUNC(0x01605CC0, void, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__MnPoAwVgsujOaNGtvjGOXGjEDFBK_2, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, int32_t param_0000a540, int32_t param_0000a541, MethodInfo * method)); DO_APP_FUNC(0x01606F00, bool, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__OMfxiGPfqYjUghWJeHkDQAtUqAIy, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, int32_t param_0000a552, MethodInfo * method)); DO_APP_FUNC(0x01604BE0, IEnumerable_1_Rewired_ControllerMap_ *, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__OmUOPzaJJSbJVMdXZTdrNnIPcSpgA, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, int32_t param_0000a525, MethodInfo * method)); DO_APP_FUNC(0x01605540, Object *, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__RqlQXVCuqdhJnxcXhpOqbWpqutCF, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, int32_t param_0000a538, MethodInfo * method)); DO_APP_FUNC(0x01604E90, ControllerMap *, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__SWptCwQUcnCBoPvmvmEbvxmxryGl, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, int32_t param_0000a52c, MethodInfo * method)); DO_APP_FUNC(0x01606B10, IEnumerator *, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01605500, int32_t, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__VJsfGkCeXFnNPjNkvMaQfRowrhXo, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016062B0, bool, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__VfpgCWArzMRwmtPRIAXRmxwrgJeEA, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, int32_t param_0000a546, MethodInfo * method)); DO_APP_FUNC(0x016062F0, bool, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__VfpgCWArzMRwmtPRIAXRmxwrgJeEA_1, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, int32_t param_0000a547, int32_t param_0000a548, MethodInfo * method)); DO_APP_FUNC(0x01604CD0, void, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__VhUHRgZCHpbPeczFpSajxQscHSfB, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, ControllerMap * param_0000a526, BoolOption__Enum param_0000a527, MethodInfo * method)); DO_APP_FUNC(0x01606B40, Object *, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__ZKBeBxIeBwRvnnbtiglSIEwYdDFAb, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, int32_t param_0000a54e, MethodInfo * method)); DO_APP_FUNC(0x01606C60, Object *, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__ZKBeBxIeBwRvnnbtiglSIEwYdDFAb_1, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, int32_t param_0000a54f, int32_t param_0000a550, MethodInfo * method)); DO_APP_FUNC(0x01604B60, ControllerMap *, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__ZXJFfrgSMKAYcByEJAZbyhKjKCzT, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, int32_t param_0000a524, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IList_1_Rewired_ControllerMap_ *, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__ZdDcaejzcatiUfttaMbqeBcmUHAbA, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01604E30, ControllerMap *, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__aBuHscpdbFaZLHuveXqsDdFbLyaEA, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, int32_t param_0000a529, MethodInfo * method)); DO_APP_FUNC(0x01604E60, ControllerMap *, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__aBuHscpdbFaZLHuveXqsDdFbLyaEA_1, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, int32_t param_0000a52a, int32_t param_0000a52b, MethodInfo * method)); DO_APP_FUNC(0x01606780, void, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__bxSJNqizTmFjxnMJkvxjJKhQeKgc, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, int32_t param_0000a54c, bool param_0000a54d, MethodInfo * method)); DO_APP_FUNC(0x016050C0, ControllerMap__Array *, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__fSnCXqAaPdsRBwzBBPoepgOJpYfN_1, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, int32_t param_0000a52f, MethodInfo * method)); DO_APP_FUNC(0x016052D0, int32_t, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__fSnCXqAaPdsRBwzBBPoepgOJpYfN_2, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, int32_t param_0000a530, List_1_Rewired_ControllerMap_ * param_0000a531, bool param_0000a532, MethodInfo * method)); DO_APP_FUNC(0x01604EC0, ControllerMap__Array *, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__kwGPAxSkvgLoSHZCqiPQJDVhNleB_2, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01604F10, int32_t, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__kwGPAxSkvgLoSHZCqiPQJDVhNleB_3, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, List_1_Rewired_ControllerMap_ * param_0000a52d, bool param_0000a52e, MethodInfo * method)); DO_APP_FUNC(0x01605ED0, void, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__lSHJFBIroNHuJjxMunHFownAsapV, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, int32_t param_0000a542, MethodInfo * method)); DO_APP_FUNC(0x016059A0, void, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__lvbMDsoxEFvYCrmdvbCPUOXygBBP, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, Object * param_0000a53c, BoolOption__Enum param_0000a53d, MethodInfo * method)); DO_APP_FUNC(0x01606DE0, Object *, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__rOZKMGJdOJQjaKMlRDQUBArXVhHC, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, int32_t param_0000a551, MethodInfo * method)); DO_APP_FUNC(0x01606330, void, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, bool param_0000a549, MethodInfo * method)); DO_APP_FUNC(0x01606580, void, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__sjgQXMMRIHmhSmDrVpgFKxoFoOIy_1, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, int32_t param_0000a54a, bool param_0000a54b, MethodInfo * method)); DO_APP_FUNC(0x01606FE0, int32_t, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__umulgkRMNuEIrMlSVHkrpgqGBGnA, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, bool param_0000a553, MethodInfo * method)); DO_APP_FUNC(0x01605580, void, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__vzddzdfIMCcNmCiSRNbXbSuDKdOGB, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, int32_t param_0000a539, Object * param_0000a53a, MethodInfo * method)); DO_APP_FUNC(0x003B9330, IList_1_System_Object_ *, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__wNyGmWixvWUZKSafqxSObqpPuele, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01604D80, void, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__yctHHXAfkojiNdEniZuUYbkOdXwu, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, ControllerMap * param_0000a528, MethodInfo * method)); DO_APP_FUNC(0x016070C0, int32_t, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__zncUYjeoszyrBgYdCXdtihFtSgUl, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, bool param_0000a554, int32_t param_0000a555, MethodInfo * method)); DO_APP_FUNC(0x016071B0, int32_t, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object__zncUYjeoszyrBgYdCXdtihFtSgUl_1, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * __this, bool param_0000a556, int32_t param_0000a557, int32_t param_0000a558, MethodInfo * method)); DO_APP_FUNC(0x016075E0, void, FocusEventBase_1_System_Object___ctor, (FocusEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016073C0, Object *, FocusEventBase_1_System_Object__GetPooled, (IEventHandler * target, Focusable * relatedTarget, FocusChangeDirection * direction, FocusController * focusController, bool bIsFocusDelegated, MethodInfo * method)); DO_APP_FUNC(0x0101A000, void, FocusEventBase_1_System_Object__Init, (FocusEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016072C0, void, FocusEventBase_1_System_Object__LocalInit, (FocusEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00977540, bool, FocusEventBase_1_System_Object__get_IsFocusDelegated, (FocusEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7040, FocusChangeDirection *, FocusEventBase_1_System_Object__get_direction, (FocusEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A90540, FocusController *, FocusEventBase_1_System_Object__get_focusController, (FocusEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, Focusable *, FocusEventBase_1_System_Object__get_relatedTarget, (FocusEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00977550, void, FocusEventBase_1_System_Object__set_IsFocusDelegated, (FocusEventBase_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00591040, void, FocusEventBase_1_System_Object__set_direction, (FocusEventBase_1_System_Object_ * __this, FocusChangeDirection * value, MethodInfo * method)); DO_APP_FUNC(0x00A90550, void, FocusEventBase_1_System_Object__set_focusController, (FocusEventBase_1_System_Object_ * __this, FocusController * value, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, FocusEventBase_1_System_Object__set_relatedTarget, (FocusEventBase_1_System_Object_ * __this, Focusable * value, MethodInfo * method)); DO_APP_FUNC(0x01607A60, void, TaskFactory_1_TResult_FromAsyncTrimPromise_1_System_Int32_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0121F090, void, TaskFactory_1_TResult_FromAsyncTrimPromise_1_System_Int32_System_Object___ctor, (TaskFactory_1_TResult_FromAsyncTrimPromise_1_System_Int32_System_Object_ * __this, Object * thisRef, Func_3_Object_IAsyncResult_Int32_ * endMethod, MethodInfo * method)); DO_APP_FUNC(0x01607920, void, TaskFactory_1_TResult_FromAsyncTrimPromise_1_System_Int32_System_Object__Complete, (TaskFactory_1_TResult_FromAsyncTrimPromise_1_System_Int32_System_Object_ * __this, Object * thisRef, Func_3_Object_IAsyncResult_Int32_ * endMethod, IAsyncResult * asyncResult, bool requiresSynchronization, MethodInfo * method)); DO_APP_FUNC(0x01607660, void, TaskFactory_1_TResult_FromAsyncTrimPromise_1_System_Int32_System_Object__CompleteFromAsyncResult, (IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB77E0, TaskFactory_1_TResult_FromAsyncTrimPromise_1_System_Int32_System_Object__CompleteFromAsyncResult__MethodInfo); DO_APP_FUNC(0x01607FB0, void, TaskFactory_1_TResult_FromAsyncTrimPromise_1_System_Object_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0121F090, void, TaskFactory_1_TResult_FromAsyncTrimPromise_1_System_Object_System_Object___ctor, (TaskFactory_1_TResult_FromAsyncTrimPromise_1_System_Object_System_Object_ * __this, Object * thisRef, Func_3_Object_IAsyncResult_Object_ * endMethod, MethodInfo * method)); DO_APP_FUNC(0x01607E70, void, TaskFactory_1_TResult_FromAsyncTrimPromise_1_System_Object_System_Object__Complete, (TaskFactory_1_TResult_FromAsyncTrimPromise_1_System_Object_System_Object_ * __this, Object * thisRef, Func_3_Object_IAsyncResult_Object_ * endMethod, IAsyncResult * asyncResult, bool requiresSynchronization, MethodInfo * method)); DO_APP_FUNC(0x01607BB0, void, TaskFactory_1_TResult_FromAsyncTrimPromise_1_System_Object_System_Object__CompleteFromAsyncResult, (IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7810, TaskFactory_1_TResult_FromAsyncTrimPromise_1_System_Object_System_Object__CompleteFromAsyncResult__MethodInfo); DO_APP_FUNC(0x01608500, void, TaskFactory_1_TResult_FromAsyncTrimPromise_1_VoidTaskResult_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0121F090, void, TaskFactory_1_TResult_FromAsyncTrimPromise_1_VoidTaskResult_System_Object___ctor, (TaskFactory_1_TResult_FromAsyncTrimPromise_1_VoidTaskResult_System_Object_ * __this, Object * thisRef, Func_3_Object_IAsyncResult_System_Threading_Tasks_VoidTaskResult_ * endMethod, MethodInfo * method)); DO_APP_FUNC(0x016083C0, void, TaskFactory_1_TResult_FromAsyncTrimPromise_1_VoidTaskResult_System_Object__Complete, (TaskFactory_1_TResult_FromAsyncTrimPromise_1_VoidTaskResult_System_Object_ * __this, Object * thisRef, Func_3_Object_IAsyncResult_System_Threading_Tasks_VoidTaskResult_ * endMethod, IAsyncResult * asyncResult, bool requiresSynchronization, MethodInfo * method)); DO_APP_FUNC(0x01608100, void, TaskFactory_1_TResult_FromAsyncTrimPromise_1_VoidTaskResult_System_Object__CompleteFromAsyncResult, (IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7800, TaskFactory_1_TResult_FromAsyncTrimPromise_1_VoidTaskResult_System_Object__CompleteFromAsyncResult__MethodInfo); DO_APP_FUNC(0x01608650, void, FullExpression_1_System_Object___ctor, (FullExpression_1_System_Object_ * __this, Expression_1 * body, String * name, bool tailCall, IReadOnlyList_1_System_Linq_Expressions_ParameterExpression_ * parameters, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, String *, FullExpression_1_System_Object__get_NameCore, (FullExpression_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, FullExpression_1_System_Object__get_TailCallCore, (FullExpression_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016086F0, void, Func_1_System_Collections_Generic_KeyValuePair_2___ctor, (Func_1_System_Collections_Generic_KeyValuePair_2_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01608820, KeyValuePair_2_System_Int32_UnityEngine_Vector2_, Func_1_System_Collections_Generic_KeyValuePair_2__Invoke, (Func_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00BADBA0, void, Func_1_Nullable_1_Int32___ctor, (Func_1_Nullable_1_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BADCD0, Nullable_1_Int32_, Func_1_Nullable_1_Int32__Invoke, (Func_1_Nullable_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01608860, void, Func_1_ValueTuple_2_Boolean_Object___ctor, (Func_1_ValueTuple_2_Boolean_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01608990, ValueTuple_2_Boolean_Object_, Func_1_ValueTuple_2_Boolean_Object__Invoke, (Func_1_ValueTuple_2_Boolean_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016089C0, void, Func_1_ValueTuple_2_Single_Single___ctor, (Func_1_ValueTuple_2_Single_Single_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, ValueTuple_2_Single_Single_, Func_1_ValueTuple_2_Single_Single__Invoke, (Func_1_ValueTuple_2_Single_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01608AF0, void, Func_1_ValueTuple_3_Object_Object_Int32___ctor, (Func_1_ValueTuple_3_Object_Object_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01608C20, ValueTuple_3_Object_Object_Int32_, Func_1_ValueTuple_3_Object_Object_Int32__Invoke, (Func_1_ValueTuple_3_Object_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01608C60, void, Func_1_ValueTuple_5_Object_Boolean_Boolean_Object_Object___ctor, (Func_1_ValueTuple_5_Object_Boolean_Boolean_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01608D90, ValueTuple_5_Object_Boolean_Boolean_Object_Object_, Func_1_ValueTuple_5_Object_Boolean_Boolean_Object_Object__Invoke, (Func_1_ValueTuple_5_Object_Boolean_Boolean_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01608DD0, void, Func_1_Boolean___ctor, (Func_1_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BADCD0, bool, Func_1_Boolean__Invoke, (Func_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01608DD0, void, Func_1_Byte__1__ctor, (Func_1_Byte__1 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BADCD0, uint8_t, Func_1_Byte__1_Invoke, (Func_1_Byte__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01608860, void, Func_1_UnityEngine_Color___ctor, (Func_1_UnityEngine_Color_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01608990, Color, Func_1_UnityEngine_Color__Invoke, (Func_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01608F00, void, Func_1_Double___ctor, (Func_1_Double_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BADCD0, double, Func_1_Double__Invoke, (Func_1_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01608AF0, void, Func_1_UnityEngine_ResourceManagement_AsyncOperations_DownloadStatus___ctor, (Func_1_UnityEngine_ResourceManagement_AsyncOperations_DownloadStatus_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01608C20, DownloadStatus, Func_1_UnityEngine_ResourceManagement_AsyncOperations_DownloadStatus__Invoke, (Func_1_UnityEngine_ResourceManagement_AsyncOperations_DownloadStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01609030, void, Func_1_Int32___ctor, (Func_1_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BADCD0, int32_t, Func_1_Int32__Invoke, (Func_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01609030, void, Func_1_Int32Enum___ctor, (Func_1_Int32Enum_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BADCD0, Int32Enum__Enum, Func_1_Int32Enum__Invoke, (Func_1_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00BADBA0, void, Func_1_Int64___ctor, (Func_1_Int64_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BADCD0, int64_t, Func_1_Int64__Invoke, (Func_1_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00BADBA0, void, Func_1_IntPtr___ctor, (Func_1_IntPtr_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BADCD0, void *, Func_1_IntPtr__Invoke, (Func_1_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01609030, void, Func_1_UnityEngine_LayerMask___ctor, (Func_1_UnityEngine_LayerMask_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BADCD0, LayerMask, Func_1_UnityEngine_LayerMask__Invoke, (Func_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01609160, void, Func_1_UnityEngine_Matrix4x4___ctor, (Func_1_UnityEngine_Matrix4x4_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01609290, Matrix4x4, Func_1_UnityEngine_Matrix4x4__Invoke, (Func_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016089C0, void, Func_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat___ctor, (Func_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, MinMaxFloat, Func_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat__Invoke, (Func_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016092E0, void, Func_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3___ctor, (Func_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01609410, MinMaxVector3, Func_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3__Invoke, (Func_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00BADBA0, void, Func_1_Object___ctor, (Func_1_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BADCD0, Object *, Func_1_Object__Invoke, (Func_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01608860, void, Func_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor, (Func_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01608990, ObjectSurface, Func_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__Invoke, (Func_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01608860, void, Func_1_UnityEngine_Quaternion___ctor, (Func_1_UnityEngine_Quaternion_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01608990, Quaternion, Func_1_UnityEngine_Quaternion__Invoke, (Func_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01608860, void, Func_1_UnityEngine_Rect___ctor, (Func_1_UnityEngine_Rect_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01608990, Rect, Func_1_UnityEngine_Rect__Invoke, (Func_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01608860, void, Func_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor, (Func_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01608990, SceneInstance, Func_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__Invoke, (Func_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01609450, void, Func_1_Single___ctor, (Func_1_Single_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BADCD0, float, Func_1_Single__Invoke, (Func_1_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01608860, void, Func_1_System_Net_Sockets_SocketReceiveFromResult___ctor, (Func_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01608990, SocketReceiveFromResult, Func_1_System_Net_Sockets_SocketReceiveFromResult__Invoke, (Func_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01608C60, void, Func_1_System_Net_Sockets_SocketReceiveMessageFromResult___ctor, (Func_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01608D90, SocketReceiveMessageFromResult, Func_1_System_Net_Sockets_SocketReceiveMessageFromResult__Invoke, (Func_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01609030, void, Func_1_UInt32___ctor, (Func_1_UInt32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BADCD0, uint32_t, Func_1_UInt32__Invoke, (Func_1_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01609030, void, Func_1_UInt32Enum___ctor, (Func_1_UInt32Enum_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BADCD0, UInt32Enum__Enum, Func_1_UInt32Enum__Invoke, (Func_1_UInt32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01608AF0, void, Func_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture___ctor, (Func_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01608C20, UVTexture, Func_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Invoke, (Func_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01608860, void, Func_1_System_Net_Sockets_UdpReceiveResult___ctor, (Func_1_System_Net_Sockets_UdpReceiveResult_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01608990, UdpReceiveResult, Func_1_System_Net_Sockets_UdpReceiveResult__Invoke, (Func_1_System_Net_Sockets_UdpReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00BADBA0, void, Func_1_System_Net_WebSockets_ValueWebSocketReceiveResult___ctor, (Func_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BADCD0, ValueWebSocketReceiveResult, Func_1_System_Net_WebSockets_ValueWebSocketReceiveResult__Invoke, (Func_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016089C0, void, Func_1_UnityEngine_Vector2___ctor, (Func_1_UnityEngine_Vector2_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003C8EF0, Vector2, Func_1_UnityEngine_Vector2__Invoke, (Func_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00BADBA0, void, Func_1_UnityEngine_Vector2Int___ctor, (Func_1_UnityEngine_Vector2Int_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BADCD0, Vector2Int, Func_1_UnityEngine_Vector2Int__Invoke, (Func_1_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016086F0, void, Func_1_UnityEngine_Vector3___ctor, (Func_1_UnityEngine_Vector3_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01608820, Vector3, Func_1_UnityEngine_Vector3__Invoke, (Func_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016086F0, void, Func_1_UnityEngine_Vector3Int___ctor, (Func_1_UnityEngine_Vector3Int_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01608820, Vector3Int, Func_1_UnityEngine_Vector3Int__Invoke, (Func_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01608860, void, Func_1_UnityEngine_Vector4___ctor, (Func_1_UnityEngine_Vector4_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01608990, Vector4, Func_1_UnityEngine_Vector4__Invoke, (Func_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01608DD0, void, Func_1_System_Threading_Tasks_VoidTaskResult___ctor, (Func_1_System_Threading_Tasks_VoidTaskResult_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BADCD0, VoidTaskResult, Func_1_System_Threading_Tasks_VoidTaskResult__Invoke, (Func_1_System_Threading_Tasks_VoidTaskResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01608C60, void, Func_1_System_IO_WaitForChangedResult___ctor, (Func_1_System_IO_WaitForChangedResult_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01608D90, WaitForChangedResult, Func_1_System_IO_WaitForChangedResult__Invoke, (Func_1_System_IO_WaitForChangedResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01608860, void, Func_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot___ctor, (Func_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01608990, CharacterFootEffects_Foot, Func_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot__Invoke, (Func_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01608860, void, Func_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement___ctor, (Func_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01608990, ComboTimeout_ComboInputElement, Func_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement__Invoke, (Func_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01609580, void, Func_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash___ctor, (Func_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x016096B0, HealthFlashMonitor_Flash, Func_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash__Invoke, (Func_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01608C60, void, Func_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint___ctor, (Func_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01608D90, MovingPlatform_Waypoint, Func_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint__Invoke, (Func_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01608860, void, Func_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab___ctor, (Func_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01608990, ObjectPoolBase_PreloadedPrefab, Func_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab__Invoke, (Func_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01608860, void, Func_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName___ctor, (Func_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01608990, SlotEquip_ItemDefinitionStateName, Func_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName__Invoke, (Func_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016096F0, void, Func_10_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object___ctor, (Func_10_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x016098B0, Object *, Func_10_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object__Invoke, (Func_10_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, Object * arg9, MethodInfo * method)); DO_APP_FUNC(0x01609920, void, Func_11_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object___ctor, (Func_11_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01609AE0, Object *, Func_11_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object__Invoke, (Func_11_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, Object * arg9, Object * arg10, MethodInfo * method)); DO_APP_FUNC(0x01609B60, void, Func_12_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object___ctor, (Func_12_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01609D20, Object *, Func_12_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object__Invoke, (Func_12_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, Object * arg9, Object * arg10, Object * arg11, MethodInfo * method)); DO_APP_FUNC(0x01609DA0, void, Func_13_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object___ctor, (Func_13_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01609F60, Object *, Func_13_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object__Invoke, (Func_13_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, Object * arg9, Object * arg10, Object * arg11, Object * arg12, MethodInfo * method)); DO_APP_FUNC(0x01609FF0, void, Func_14_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object___ctor, (Func_14_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160A1B0, Object *, Func_14_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object__Invoke, (Func_14_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, Object * arg9, Object * arg10, Object * arg11, Object * arg12, Object * arg13, MethodInfo * method)); DO_APP_FUNC(0x0160A250, void, Func_15_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object___ctor, (Func_15_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160A410, Object *, Func_15_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object__Invoke, (Func_15_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, Object * arg9, Object * arg10, Object * arg11, Object * arg12, Object * arg13, Object * arg14, MethodInfo * method)); DO_APP_FUNC(0x0160A4C0, void, Func_16_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object___ctor, (Func_16_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160A680, Object *, Func_16_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object__Invoke, (Func_16_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, Object * arg9, Object * arg10, Object * arg11, Object * arg12, Object * arg13, Object * arg14, Object * arg15, MethodInfo * method)); DO_APP_FUNC(0x0160A740, void, Func_17_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object___ctor, (Func_17_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160A900, Object *, Func_17_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object__Invoke, (Func_17_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, Object * arg9, Object * arg10, Object * arg11, Object * arg12, Object * arg13, Object * arg14, Object * arg15, Object * arg16, MethodInfo * method)); DO_APP_FUNC(0x0160A9D0, void, Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor, (Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160AB00, AsyncOperationHandle_1_System_Object_, Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Invoke, (Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, AsyncOperationHandle_1_System_Object_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160A9D0, void, Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1__ctor, (Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160AB00, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1_Invoke, (Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 * __this, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ arg, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5__ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5_Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5 * __this, KeyValuePair_2_System_Guid_System_Object_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160AB50, void, Func_2_System_Collections_Generic_KeyValuePair_2_Int32___ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, int32_t, Func_2_System_Collections_Generic_KeyValuePair_2_Int32__Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_Int32_ * __this, KeyValuePair_2_System_Guid_System_Object_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160AC80, void, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160ADB0, InternedString, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_ * __this, KeyValuePair_2_System_Guid_System_Object_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160AE00, void, Func_2_System_Collections_Generic_KeyValuePair_2_Object___ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, Object *, Func_2_System_Collections_Generic_KeyValuePair_2_Object__Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_Object_ * __this, KeyValuePair_2_System_Guid_System_Object_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160AB50, void, Func_2_System_Collections_Generic_KeyValuePair_2_UInt32___ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_UInt32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, uint32_t, Func_2_System_Collections_Generic_KeyValuePair_2_UInt32__Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_UInt32_ * __this, KeyValuePair_2_System_Guid_System_Object_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160AF30, void, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2___ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, Vector2, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2_ * __this, KeyValuePair_2_System_Guid_System_Object_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160B060, void, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1__ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160B190, Vector3, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1_Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1 * __this, KeyValuePair_2_System_Guid_System_Object_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160B1E0, void, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160B310, HairDesignerColliderBase_DualSphere, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, KeyValuePair_2_System_Guid_System_Object_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160B370, void, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160B4A0, MotionSolver_GPUNodeData, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, KeyValuePair_2_System_Guid_System_Object_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160B500, void, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160B630, MotionSolver_GPUNodeInfo, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, KeyValuePair_2_System_Guid_System_Object_ arg, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__2__ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__2 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__2_Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__2 * __this, KeyValuePair_2_System_Int32Enum_System_Object_ arg, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3__ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3_Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * __this, KeyValuePair_2_System_Object_System_Object_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160B6A0, void, Func_2_System_Collections_Generic_KeyValuePair_2_Int32__1__ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_Int32__1 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, int32_t, Func_2_System_Collections_Generic_KeyValuePair_2_Int32__1_Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_Int32__1 * __this, KeyValuePair_2_System_Object_System_Object_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160B7D0, void, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1__ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160B900, InternedString, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1_Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1 * __this, KeyValuePair_2_System_Object_System_Object_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160B940, void, Func_2_System_Collections_Generic_KeyValuePair_2_Object__1__ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_Object__1 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, Object *, Func_2_System_Collections_Generic_KeyValuePair_2_Object__1_Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_Object__1 * __this, KeyValuePair_2_System_Object_System_Object_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160B6A0, void, Func_2_System_Collections_Generic_KeyValuePair_2_UInt32__1__ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_UInt32__1 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, uint32_t, Func_2_System_Collections_Generic_KeyValuePair_2_UInt32__1_Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_UInt32__1 * __this, KeyValuePair_2_System_Object_System_Object_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160BA70, void, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1__ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, Vector2, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1_Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1 * __this, KeyValuePair_2_System_Object_System_Object_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160BBA0, void, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2__ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160BCD0, Vector3, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2_Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2 * __this, KeyValuePair_2_System_Object_System_Object_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160BD20, void, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1__ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160BE50, HairDesignerColliderBase_DualSphere, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1_Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1 * __this, KeyValuePair_2_System_Object_System_Object_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160BEA0, void, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1__ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160BFD0, MotionSolver_GPUNodeData, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1_Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1 * __this, KeyValuePair_2_System_Object_System_Object_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160C020, void, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1__ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160C150, MotionSolver_GPUNodeInfo, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1_Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1 * __this, KeyValuePair_2_System_Object_System_Object_ arg, MethodInfo * method)); DO_APP_FUNC(0x01022650, void, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6__ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022780, bool, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6_Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160C1B0, void, Func_2_System_Collections_Generic_KeyValuePair_2_Int32__2__ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_Int32__2 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022780, int32_t, Func_2_System_Collections_Generic_KeyValuePair_2_Int32__2_Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_Int32__2 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160C2E0, void, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2__ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160C410, InternedString, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2_Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160C480, void, Func_2_System_Collections_Generic_KeyValuePair_2_Object__2__ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_Object__2 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022780, Object *, Func_2_System_Collections_Generic_KeyValuePair_2_Object__2_Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_Object__2 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160C1B0, void, Func_2_System_Collections_Generic_KeyValuePair_2_UInt32__2__ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_UInt32__2 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022780, uint32_t, Func_2_System_Collections_Generic_KeyValuePair_2_UInt32__2_Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_UInt32__2 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160C5B0, void, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2__ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404630, Vector2, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2_Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160C6E0, void, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__3__ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__3 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160C810, Vector3, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__3_Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__3 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160C880, void, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2__ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160C9B0, HairDesignerColliderBase_DualSphere, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2_Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160CA30, void, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2__ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160CB60, MotionSolver_GPUNodeData, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2_Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160CBE0, void, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2__ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160CD10, MotionSolver_GPUNodeInfo, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2_Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ arg, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__4__ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__4 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__4_Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__4 * __this, KeyValuePair_2_System_UInt16_System_Object_ arg, MethodInfo * method)); DO_APP_FUNC(0x01023AD0, void, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__7__ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__7 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023C00, bool, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__7_Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__7 * __this, KeyValuePair_2_System_UInt32_SessionClient_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160B7D0, void, Func_2_System_Collections_Generic_KeyValuePair_2_System_Collections_Generic_KeyValuePair_2___ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_System_Collections_Generic_KeyValuePair_2_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160B900, KeyValuePair_2_UnityEngine_Vector3_System_Int32_, Func_2_System_Collections_Generic_KeyValuePair_2_System_Collections_Generic_KeyValuePair_2__Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_System_Collections_Generic_KeyValuePair_2_ * __this, KeyValuePair_2_UnityEngine_Vector3_System_Int32_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160BBA0, void, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3___ctor, (Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160BCD0, Vector3, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__Invoke, (Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3_ * __this, KeyValuePair_2_UnityEngine_Vector3_System_Int32_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160B6A0, void, Func_2_ValueTuple_2_Object_Int32_Int32___ctor, (Func_2_ValueTuple_2_Object_Int32_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, int32_t, Func_2_ValueTuple_2_Object_Int32_Int32__Invoke, (Func_2_ValueTuple_2_Object_Int32_Int32_ * __this, ValueTuple_2_Object_Int32_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160B940, void, Func_2_ValueTuple_2_Object_Int32_Object___ctor, (Func_2_ValueTuple_2_Object_Int32_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, Object *, Func_2_ValueTuple_2_Object_Int32_Object__Invoke, (Func_2_ValueTuple_2_Object_Int32_Object_ * __this, ValueTuple_2_Object_Int32_ arg, MethodInfo * method)); DO_APP_FUNC(0x0160CD90, void, Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2__ctor, (Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160CEC0, AsyncOperationHandle_1_System_Boolean_, Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_Invoke, (Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, AsyncOperationHandle arg, MethodInfo * method)); DO_APP_FUNC(0x0160CD90, void, Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor, (Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160CEC0, AsyncOperationHandle_1_System_Int64_, Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Invoke, (Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, AsyncOperationHandle arg, MethodInfo * method)); DO_APP_FUNC(0x0160CD90, void, Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1__ctor, (Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160CEC0, AsyncOperationHandle_1_System_Object_, Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1_Invoke, (Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 * __this, AsyncOperationHandle arg, MethodInfo * method)); DO_APP_FUNC(0x0160CD90, void, Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__3__ctor, (Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__3 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160CEC0, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__3_Invoke, (Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__3 * __this, AsyncOperationHandle arg, MethodInfo * method)); DO_APP_FUNC(0x01022C20, void, Func_2_Boolean_Boolean___ctor, (Func_2_Boolean_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Func_2_Boolean_Boolean__Invoke, (Func_2_Boolean_Boolean_ * __this, bool arg, MethodInfo * method)); DO_APP_FUNC(0x0160CF10, void, Func_2_Boolean_Object___ctor, (Func_2_Boolean_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, Object *, Func_2_Boolean_Object__Invoke, (Func_2_Boolean_Object_ * __this, bool arg, MethodInfo * method)); DO_APP_FUNC(0x0160D040, void, Func_2_System_Threading_CancellationToken_Object___ctor, (Func_2_System_Threading_CancellationToken_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, Object *, Func_2_System_Threading_CancellationToken_Object__Invoke, (Func_2_System_Threading_CancellationToken_Object_ * __this, CancellationToken arg, MethodInfo * method)); DO_APP_FUNC(0x01022D50, void, Func_2_Char_Boolean___ctor, (Func_2_Char_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Func_2_Char_Boolean__Invoke, (Func_2_Char_Boolean_ * __this, uint16_t arg, MethodInfo * method)); DO_APP_FUNC(0x0160B7D0, void, Func_2_UnityEngine_Color_UnityEngine_Color___ctor, (Func_2_UnityEngine_Color_UnityEngine_Color_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160B900, Color, Func_2_UnityEngine_Color_UnityEngine_Color__Invoke, (Func_2_UnityEngine_Color_UnityEngine_Color_ * __this, Color arg, MethodInfo * method)); DO_APP_FUNC(0x0160B6A0, void, Func_2_UnityEngine_Color_UnityEngine_Color32___ctor, (Func_2_UnityEngine_Color_UnityEngine_Color32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, Color32, Func_2_UnityEngine_Color_UnityEngine_Color32__Invoke, (Func_2_UnityEngine_Color_UnityEngine_Color32_ * __this, Color arg, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Func_2_Pathfinding_Connection_Boolean___ctor, (Func_2_Pathfinding_Connection_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Func_2_Pathfinding_Connection_Boolean__Invoke, (Func_2_Pathfinding_Connection_Boolean_ * __this, Connection arg, MethodInfo * method)); DO_APP_FUNC(0x0160D170, void, Func_2_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_Int32___ctor, (Func_2_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023400, int32_t, Func_2_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_Int32__Invoke, (Func_2_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_Int32_ * __this, DiagnosticEvent arg, MethodInfo * method)); DO_APP_FUNC(0x0160D2A0, void, Func_2_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_UInt32___ctor, (Func_2_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_UInt32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010236A0, uint32_t, Func_2_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_UInt32__Invoke, (Func_2_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_UInt32_ * __this, GlyphPairAdjustmentRecord arg, MethodInfo * method)); DO_APP_FUNC(0x0160D040, void, Func_2_UnityEngine_InputSystem_LowLevel_InputEventPtr_Object___ctor, (Func_2_UnityEngine_InputSystem_LowLevel_InputEventPtr_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, Object *, Func_2_UnityEngine_InputSystem_LowLevel_InputEventPtr_Object__Invoke, (Func_2_UnityEngine_InputSystem_LowLevel_InputEventPtr_Object_ * __this, InputEventPtr arg, MethodInfo * method)); DO_APP_FUNC(0x01023870, void, Func_2_Int32_Boolean___ctor, (Func_2_Int32_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Func_2_Int32_Boolean__Invoke, (Func_2_Int32_Boolean_ * __this, int32_t arg, MethodInfo * method)); DO_APP_FUNC(0x0160D3D0, void, Func_2_Int32_Int32___ctor, (Func_2_Int32_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, int32_t, Func_2_Int32_Int32__Invoke, (Func_2_Int32_Int32_ * __this, int32_t arg, MethodInfo * method)); DO_APP_FUNC(0x0160D500, void, Func_2_Int32_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Func_2_Int32_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160D630, InternedString, Func_2_Int32_UnityEngine_InputSystem_Utilities_InternedString__Invoke, (Func_2_Int32_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t arg, MethodInfo * method)); DO_APP_FUNC(0x0160D720, void, Func_2_Int32_Object___ctor, (Func_2_Int32_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, Object *, Func_2_Int32_Object__Invoke, (Func_2_Int32_Object_ * __this, int32_t arg, MethodInfo * method)); DO_APP_FUNC(0x0160D850, void, Func_2_Int32_Single___ctor, (Func_2_Int32_Single_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, float, Func_2_Int32_Single__Invoke, (Func_2_Int32_Single_ * __this, int32_t arg, MethodInfo * method)); DO_APP_FUNC(0x0160D3D0, void, Func_2_Int32_UInt32___ctor, (Func_2_Int32_UInt32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, uint32_t, Func_2_Int32_UInt32__Invoke, (Func_2_Int32_UInt32_ * __this, int32_t arg, MethodInfo * method)); DO_APP_FUNC(0x0160D980, void, Func_2_Int32_UnityEngine_Vector2___ctor, (Func_2_Int32_UnityEngine_Vector2_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, Vector2, Func_2_Int32_UnityEngine_Vector2__Invoke, (Func_2_Int32_UnityEngine_Vector2_ * __this, int32_t arg, MethodInfo * method)); DO_APP_FUNC(0x0160DAB0, void, Func_2_Int32_UnityEngine_Vector3___ctor, (Func_2_Int32_UnityEngine_Vector3_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160DBE0, Vector3, Func_2_Int32_UnityEngine_Vector3__Invoke, (Func_2_Int32_UnityEngine_Vector3_ * __this, int32_t arg, MethodInfo * method)); DO_APP_FUNC(0x0160DC20, void, Func_2_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Func_2_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160DD50, HairDesignerColliderBase_DualSphere, Func_2_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Invoke, (Func_2_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, int32_t arg, MethodInfo * method)); DO_APP_FUNC(0x0160DD90, void, Func_2_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Func_2_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160DEC0, MotionSolver_GPUNodeData, Func_2_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Invoke, (Func_2_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, int32_t arg, MethodInfo * method)); DO_APP_FUNC(0x0160DF00, void, Func_2_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Func_2_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160E030, MotionSolver_GPUNodeInfo, Func_2_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Invoke, (Func_2_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, int32_t arg, MethodInfo * method)); DO_APP_FUNC(0x01023870, void, Func_2_Int32Enum_Boolean___ctor, (Func_2_Int32Enum_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Func_2_Int32Enum_Boolean__Invoke, (Func_2_Int32Enum_Boolean_ * __this, Int32Enum__Enum arg, MethodInfo * method)); DO_APP_FUNC(0x0160D3D0, void, Func_2_Int32Enum_Int32___ctor, (Func_2_Int32Enum_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, int32_t, Func_2_Int32Enum_Int32__Invoke, (Func_2_Int32Enum_Int32_ * __this, Int32Enum__Enum arg, MethodInfo * method)); DO_APP_FUNC(0x0160D720, void, Func_2_Int32Enum_Object___ctor, (Func_2_Int32Enum_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, Object *, Func_2_Int32Enum_Object__Invoke, (Func_2_Int32Enum_Object_ * __this, Int32Enum__Enum arg, MethodInfo * method)); DO_APP_FUNC(0x003F2580, void, Func_2_IntPtr_Object___ctor, (Func_2_IntPtr_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, Object *, Func_2_IntPtr_Object__Invoke, (Func_2_IntPtr_Object_ * __this, void * arg, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean___ctor, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * __this, InternedString arg, MethodInfo * method)); DO_APP_FUNC(0x0160B6A0, void, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Int32___ctor, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, int32_t, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Int32__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_Int32_ * __this, InternedString arg, MethodInfo * method)); DO_APP_FUNC(0x0160B7D0, void, Func_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160B900, InternedString, Func_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString arg, MethodInfo * method)); DO_APP_FUNC(0x0160B940, void, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Object___ctor, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, Object *, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Object__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_Object_ * __this, InternedString arg, MethodInfo * method)); DO_APP_FUNC(0x0160B6A0, void, Func_2_UnityEngine_InputSystem_Utilities_InternedString_UInt32___ctor, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_UInt32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, uint32_t, Func_2_UnityEngine_InputSystem_Utilities_InternedString_UInt32__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_UInt32_ * __this, InternedString arg, MethodInfo * method)); DO_APP_FUNC(0x0160BA70, void, Func_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2___ctor, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, Vector2, Func_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2_ * __this, InternedString arg, MethodInfo * method)); DO_APP_FUNC(0x0160BBA0, void, Func_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3___ctor, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160BCD0, Vector3, Func_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3_ * __this, InternedString arg, MethodInfo * method)); DO_APP_FUNC(0x0160BD20, void, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160BE50, HairDesignerColliderBase_DualSphere, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, InternedString arg, MethodInfo * method)); DO_APP_FUNC(0x0160BEA0, void, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160BFD0, MotionSolver_GPUNodeData, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, InternedString arg, MethodInfo * method)); DO_APP_FUNC(0x0160C020, void, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160C150, MotionSolver_GPUNodeInfo, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, InternedString arg, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Func_2_KickedPlayer_Boolean___ctor, (Func_2_KickedPlayer_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Func_2_KickedPlayer_Boolean__Invoke, (Func_2_KickedPlayer_Boolean_ * __this, KickedPlayer arg, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean___ctor, (Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean_ * __this, NameAndParameters arg, MethodInfo * method)); DO_APP_FUNC(0x0160AB50, void, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Int32___ctor, (Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, int32_t, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Int32__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Int32_ * __this, NameAndParameters arg, MethodInfo * method)); DO_APP_FUNC(0x0160AC80, void, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160ADB0, InternedString, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString_ * __this, NameAndParameters arg, MethodInfo * method)); DO_APP_FUNC(0x0160AE00, void, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Object___ctor, (Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, Object *, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Object__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Object_ * __this, NameAndParameters arg, MethodInfo * method)); DO_APP_FUNC(0x0160AB50, void, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UInt32___ctor, (Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UInt32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, uint32_t, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UInt32__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UInt32_ * __this, NameAndParameters arg, MethodInfo * method)); DO_APP_FUNC(0x0160AF30, void, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2___ctor, (Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, Vector2, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2_ * __this, NameAndParameters arg, MethodInfo * method)); DO_APP_FUNC(0x0160B060, void, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3___ctor, (Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160B190, Vector3, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3_ * __this, NameAndParameters arg, MethodInfo * method)); DO_APP_FUNC(0x0160B1E0, void, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160B310, HairDesignerColliderBase_DualSphere, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, NameAndParameters arg, MethodInfo * method)); DO_APP_FUNC(0x0160B370, void, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160B4A0, MotionSolver_GPUNodeData, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, NameAndParameters arg, MethodInfo * method)); DO_APP_FUNC(0x0160B500, void, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160B630, MotionSolver_GPUNodeInfo, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, NameAndParameters arg, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean___ctor, (Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean_ * __this, NamedValue arg, MethodInfo * method)); DO_APP_FUNC(0x0160AB50, void, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Int32___ctor, (Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, int32_t, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Int32__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Int32_ * __this, NamedValue arg, MethodInfo * method)); DO_APP_FUNC(0x0160AC80, void, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160ADB0, InternedString, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, NamedValue arg, MethodInfo * method)); DO_APP_FUNC(0x0160AE00, void, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Object___ctor, (Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, Object *, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Object__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Object_ * __this, NamedValue arg, MethodInfo * method)); DO_APP_FUNC(0x0160AB50, void, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UInt32___ctor, (Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UInt32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, uint32_t, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UInt32__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UInt32_ * __this, NamedValue arg, MethodInfo * method)); DO_APP_FUNC(0x0160AF30, void, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2___ctor, (Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, Vector2, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2_ * __this, NamedValue arg, MethodInfo * method)); DO_APP_FUNC(0x0160B060, void, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3___ctor, (Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160B190, Vector3, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3_ * __this, NamedValue arg, MethodInfo * method)); DO_APP_FUNC(0x0160B1E0, void, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160B310, HairDesignerColliderBase_DualSphere, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, NamedValue arg, MethodInfo * method)); DO_APP_FUNC(0x0160B370, void, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160B4A0, MotionSolver_GPUNodeData, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, NamedValue arg, MethodInfo * method)); DO_APP_FUNC(0x0160B500, void, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160B630, MotionSolver_GPUNodeInfo, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, NamedValue arg, MethodInfo * method)); DO_APP_FUNC(0x0160E080, void, Func_2_Object_Nullable_1_Int32___ctor, (Func_2_Object_Nullable_1_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, Nullable_1_Int32_, Func_2_Object_Nullable_1_Int32__Invoke, (Func_2_Object_Nullable_1_Int32_ * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x0160E240, void, Func_2_Object_ValueTuple_2_Boolean_Object___ctor, (Func_2_Object_ValueTuple_2_Boolean_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160D630, ValueTuple_2_Boolean_Object_, Func_2_Object_ValueTuple_2_Boolean_Object__Invoke, (Func_2_Object_ValueTuple_2_Boolean_Object_ * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x0160E400, void, Func_2_Object_ValueTuple_3_Object_Object_Int32___ctor, (Func_2_Object_ValueTuple_3_Object_Object_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160E5C0, ValueTuple_3_Object_Object_Int32_, Func_2_Object_ValueTuple_3_Object_Object_Int32__Invoke, (Func_2_Object_ValueTuple_3_Object_Object_Int32_ * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x0160E600, void, Func_2_Object_ValueTuple_5_Object_Boolean_Boolean_Object_Object___ctor, (Func_2_Object_ValueTuple_5_Object_Boolean_Boolean_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160E7C0, ValueTuple_5_Object_Boolean_Boolean_Object_Object_, Func_2_Object_ValueTuple_5_Object_Boolean_Boolean_Object_Object__Invoke, (Func_2_Object_ValueTuple_5_Object_Boolean_Boolean_Object_Object_ * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x01021F40, void, Func_2_Object_Boolean___ctor, (Func_2_Object_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Func_2_Object_Boolean__Invoke, (Func_2_Object_Boolean_ * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x0160E800, void, Func_2_Object_Int32___ctor, (Func_2_Object_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, int32_t, Func_2_Object_Int32__Invoke, (Func_2_Object_Int32_ * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x0160E800, void, Func_2_Object_Int32Enum___ctor, (Func_2_Object_Int32Enum_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, Int32Enum__Enum, Func_2_Object_Int32Enum__Invoke, (Func_2_Object_Int32Enum_ * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x0160E9C0, void, Func_2_Object_Int64___ctor, (Func_2_Object_Int64_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, int64_t, Func_2_Object_Int64__Invoke, (Func_2_Object_Int64_ * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x0160EB80, void, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160D630, InternedString, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString__Invoke, (Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x01095920, void, Func_2_Object_Object___ctor, (Func_2_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, Object *, Func_2_Object_Object__Invoke, (Func_2_Object_Object_ * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x0160E240, void, Func_2_Object_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor, (Func_2_Object_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160D630, SceneInstance, Func_2_Object_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__Invoke, (Func_2_Object_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x0160ED40, void, Func_2_Object_Single___ctor, (Func_2_Object_Single_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, float, Func_2_Object_Single__Invoke, (Func_2_Object_Single_ * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x0160E240, void, Func_2_Object_System_Net_Sockets_SocketReceiveFromResult___ctor, (Func_2_Object_System_Net_Sockets_SocketReceiveFromResult_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160D630, SocketReceiveFromResult, Func_2_Object_System_Net_Sockets_SocketReceiveFromResult__Invoke, (Func_2_Object_System_Net_Sockets_SocketReceiveFromResult_ * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x0160E600, void, Func_2_Object_System_Net_Sockets_SocketReceiveMessageFromResult___ctor, (Func_2_Object_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160E7C0, SocketReceiveMessageFromResult, Func_2_Object_System_Net_Sockets_SocketReceiveMessageFromResult__Invoke, (Func_2_Object_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x0160E080, void, Func_2_Object_UnityEngine_UIElements_Experimental_StyleValues___ctor, (Func_2_Object_UnityEngine_UIElements_Experimental_StyleValues_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, StyleValues, Func_2_Object_UnityEngine_UIElements_Experimental_StyleValues__Invoke, (Func_2_Object_UnityEngine_UIElements_Experimental_StyleValues_ * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x0160EF00, void, Func_2_Object_UInt32___ctor, (Func_2_Object_UInt32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, uint32_t, Func_2_Object_UInt32__Invoke, (Func_2_Object_UInt32_ * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x0160E240, void, Func_2_Object_System_Net_Sockets_UdpReceiveResult___ctor, (Func_2_Object_System_Net_Sockets_UdpReceiveResult_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160D630, UdpReceiveResult, Func_2_Object_System_Net_Sockets_UdpReceiveResult__Invoke, (Func_2_Object_System_Net_Sockets_UdpReceiveResult_ * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x0160EB80, void, Func_2_Object_Photon_Bolt_UniqueId___ctor, (Func_2_Object_Photon_Bolt_UniqueId_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160D630, UniqueId, Func_2_Object_Photon_Bolt_UniqueId__Invoke, (Func_2_Object_Photon_Bolt_UniqueId_ * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x0160E080, void, Func_2_Object_System_Net_WebSockets_ValueWebSocketReceiveResult___ctor, (Func_2_Object_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, ValueWebSocketReceiveResult, Func_2_Object_System_Net_WebSockets_ValueWebSocketReceiveResult__Invoke, (Func_2_Object_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x0160F0C0, void, Func_2_Object_UnityEngine_Vector2___ctor, (Func_2_Object_UnityEngine_Vector2_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, Vector2, Func_2_Object_UnityEngine_Vector2__Invoke, (Func_2_Object_UnityEngine_Vector2_ * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x0160F280, void, Func_2_Object_UnityEngine_Vector3___ctor, (Func_2_Object_UnityEngine_Vector3_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160DBE0, Vector3, Func_2_Object_UnityEngine_Vector3__Invoke, (Func_2_Object_UnityEngine_Vector3_ * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x0160F440, void, Func_2_Object_System_Threading_Tasks_VoidTaskResult___ctor, (Func_2_Object_System_Threading_Tasks_VoidTaskResult_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, VoidTaskResult, Func_2_Object_System_Threading_Tasks_VoidTaskResult__Invoke, (Func_2_Object_System_Threading_Tasks_VoidTaskResult_ * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x0160E600, void, Func_2_Object_System_IO_WaitForChangedResult___ctor, (Func_2_Object_System_IO_WaitForChangedResult_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160E7C0, WaitForChangedResult, Func_2_Object_System_IO_WaitForChangedResult__Invoke, (Func_2_Object_System_IO_WaitForChangedResult_ * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x0160F600, void, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160DD50, HairDesignerColliderBase_DualSphere, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Invoke, (Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x0160F7C0, void, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160DEC0, MotionSolver_GPUNodeData, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Invoke, (Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x0160F980, void, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160E030, MotionSolver_GPUNodeInfo, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Invoke, (Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Func_2_Rewired_HID_OutputReport_Boolean___ctor, (Func_2_Rewired_HID_OutputReport_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Func_2_Rewired_HID_OutputReport_Boolean__Invoke, (Func_2_Rewired_HID_OutputReport_Boolean_ * __this, OutputReport arg, MethodInfo * method)); DO_APP_FUNC(0x010227D0, void, Func_2_Photon_Bolt_Internal_PacketStats_Boolean___ctor, (Func_2_Photon_Bolt_Internal_PacketStats_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022900, bool, Func_2_Photon_Bolt_Internal_PacketStats_Boolean__Invoke, (Func_2_Photon_Bolt_Internal_PacketStats_Boolean_ * __this, PacketStats arg, MethodInfo * method)); DO_APP_FUNC(0x0160FB40, void, Func_2_Photon_Bolt_Internal_PacketStats_Int32___ctor, (Func_2_Photon_Bolt_Internal_PacketStats_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022900, int32_t, Func_2_Photon_Bolt_Internal_PacketStats_Int32__Invoke, (Func_2_Photon_Bolt_Internal_PacketStats_Int32_ * __this, PacketStats arg, MethodInfo * method)); DO_APP_FUNC(0x0160FC70, void, Func_2_Photon_Bolt_Internal_PacketStats_Object___ctor, (Func_2_Photon_Bolt_Internal_PacketStats_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022900, Object *, Func_2_Photon_Bolt_Internal_PacketStats_Object__Invoke, (Func_2_Photon_Bolt_Internal_PacketStats_Object_ * __this, PacketStats arg, MethodInfo * method)); DO_APP_FUNC(0x01022260, void, Func_2_UnityEngine_Playables_PlayableBinding_Boolean___ctor, (Func_2_UnityEngine_Playables_PlayableBinding_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022390, bool, Func_2_UnityEngine_Playables_PlayableBinding_Boolean__Invoke, (Func_2_UnityEngine_Playables_PlayableBinding_Boolean_ * __this, PlayableBinding arg, MethodInfo * method)); DO_APP_FUNC(0x0160FC70, void, Func_2_UnityEngine_Resolution_Object___ctor, (Func_2_UnityEngine_Resolution_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022900, Object *, Func_2_UnityEngine_Resolution_Object__Invoke, (Func_2_UnityEngine_Resolution_Object_ * __this, Resolution arg, MethodInfo * method)); DO_APP_FUNC(0x0160FDA0, void, Func_2_UnityEngine_Resolution_UnityEngine_Resolution___ctor, (Func_2_UnityEngine_Resolution_UnityEngine_Resolution_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160FED0, Resolution, Func_2_UnityEngine_Resolution_UnityEngine_Resolution__Invoke, (Func_2_UnityEngine_Resolution_UnityEngine_Resolution_ * __this, Resolution arg, MethodInfo * method)); DO_APP_FUNC(0x0160FF20, void, Func_2_Single_Single___ctor, (Func_2_Single_Single_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, float, Func_2_Single_Single__Invoke, (Func_2_Single_Single_ * __this, float arg, MethodInfo * method)); DO_APP_FUNC(0x01022E80, void, Func_2_Steamworks_SteamItemDef_t_Boolean___ctor, (Func_2_Steamworks_SteamItemDef_t_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Func_2_Steamworks_SteamItemDef_t_Boolean__Invoke, (Func_2_Steamworks_SteamItemDef_t_Boolean_ * __this, SteamItemDef_t arg, MethodInfo * method)); DO_APP_FUNC(0x01610050, void, Func_2_Steamworks_SteamItemDef_t_Int32___ctor, (Func_2_Steamworks_SteamItemDef_t_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, int32_t, Func_2_Steamworks_SteamItemDef_t_Int32__Invoke, (Func_2_Steamworks_SteamItemDef_t_Int32_ * __this, SteamItemDef_t arg, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Func_2_Steamworks_SteamItemDetails_t_Boolean___ctor, (Func_2_Steamworks_SteamItemDetails_t_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Func_2_Steamworks_SteamItemDetails_t_Boolean__Invoke, (Func_2_Steamworks_SteamItemDetails_t_Boolean_ * __this, SteamItemDetails_t arg, MethodInfo * method)); DO_APP_FUNC(0x0160B6A0, void, Func_2_Steamworks_SteamItemDetails_t_Int32___ctor, (Func_2_Steamworks_SteamItemDetails_t_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, int32_t, Func_2_Steamworks_SteamItemDetails_t_Int32__Invoke, (Func_2_Steamworks_SteamItemDetails_t_Int32_ * __this, SteamItemDetails_t arg, MethodInfo * method)); DO_APP_FUNC(0x0160B940, void, Func_2_Steamworks_SteamItemDetails_t_Object___ctor, (Func_2_Steamworks_SteamItemDetails_t_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, Object *, Func_2_Steamworks_SteamItemDetails_t_Object__Invoke, (Func_2_Steamworks_SteamItemDetails_t_Object_ * __this, SteamItemDetails_t arg, MethodInfo * method)); DO_APP_FUNC(0x0160B6A0, void, Func_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t___ctor, (Func_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, SteamItemDef_t, Func_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t__Invoke, (Func_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t_ * __this, SteamItemDetails_t arg, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean___ctor, (Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean__Invoke, (Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean_ * __this, StyleSelectorPart arg, MethodInfo * method)); DO_APP_FUNC(0x0160AB50, void, Func_2_UnityEngine_UIElements_StyleSelectorPart_Int32___ctor, (Func_2_UnityEngine_UIElements_StyleSelectorPart_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, int32_t, Func_2_UnityEngine_UIElements_StyleSelectorPart_Int32__Invoke, (Func_2_UnityEngine_UIElements_StyleSelectorPart_Int32_ * __this, StyleSelectorPart arg, MethodInfo * method)); DO_APP_FUNC(0x0160AC80, void, Func_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Func_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160ADB0, InternedString, Func_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString__Invoke, (Func_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString_ * __this, StyleSelectorPart arg, MethodInfo * method)); DO_APP_FUNC(0x0160AE00, void, Func_2_UnityEngine_UIElements_StyleSelectorPart_Object___ctor, (Func_2_UnityEngine_UIElements_StyleSelectorPart_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, Object *, Func_2_UnityEngine_UIElements_StyleSelectorPart_Object__Invoke, (Func_2_UnityEngine_UIElements_StyleSelectorPart_Object_ * __this, StyleSelectorPart arg, MethodInfo * method)); DO_APP_FUNC(0x0160AB50, void, Func_2_UnityEngine_UIElements_StyleSelectorPart_UInt32___ctor, (Func_2_UnityEngine_UIElements_StyleSelectorPart_UInt32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, uint32_t, Func_2_UnityEngine_UIElements_StyleSelectorPart_UInt32__Invoke, (Func_2_UnityEngine_UIElements_StyleSelectorPart_UInt32_ * __this, StyleSelectorPart arg, MethodInfo * method)); DO_APP_FUNC(0x0160AF30, void, Func_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2___ctor, (Func_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404240, Vector2, Func_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2__Invoke, (Func_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2_ * __this, StyleSelectorPart arg, MethodInfo * method)); DO_APP_FUNC(0x0160B060, void, Func_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3___ctor, (Func_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160B190, Vector3, Func_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3__Invoke, (Func_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3_ * __this, StyleSelectorPart arg, MethodInfo * method)); DO_APP_FUNC(0x0160B1E0, void, Func_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Func_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160B310, HairDesignerColliderBase_DualSphere, Func_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Invoke, (Func_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, StyleSelectorPart arg, MethodInfo * method)); DO_APP_FUNC(0x0160B370, void, Func_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Func_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160B4A0, MotionSolver_GPUNodeData, Func_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Invoke, (Func_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, StyleSelectorPart arg, MethodInfo * method)); DO_APP_FUNC(0x0160B500, void, Func_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Func_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160B630, MotionSolver_GPUNodeInfo, Func_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Invoke, (Func_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, StyleSelectorPart arg, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean___ctor, (Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean_ * __this, Substring arg, MethodInfo * method)); DO_APP_FUNC(0x0160B6A0, void, Func_2_UnityEngine_InputSystem_Utilities_Substring_Int32___ctor, (Func_2_UnityEngine_InputSystem_Utilities_Substring_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, int32_t, Func_2_UnityEngine_InputSystem_Utilities_Substring_Int32__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_Substring_Int32_ * __this, Substring arg, MethodInfo * method)); DO_APP_FUNC(0x0160B7D0, void, Func_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Func_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160B900, InternedString, Func_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Substring arg, MethodInfo * method)); DO_APP_FUNC(0x0160B940, void, Func_2_UnityEngine_InputSystem_Utilities_Substring_Object___ctor, (Func_2_UnityEngine_InputSystem_Utilities_Substring_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, Object *, Func_2_UnityEngine_InputSystem_Utilities_Substring_Object__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_Substring_Object_ * __this, Substring arg, MethodInfo * method)); DO_APP_FUNC(0x0160B6A0, void, Func_2_UnityEngine_InputSystem_Utilities_Substring_UInt32___ctor, (Func_2_UnityEngine_InputSystem_Utilities_Substring_UInt32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, uint32_t, Func_2_UnityEngine_InputSystem_Utilities_Substring_UInt32__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_Substring_UInt32_ * __this, Substring arg, MethodInfo * method)); DO_APP_FUNC(0x0160BA70, void, Func_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2___ctor, (Func_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, Vector2, Func_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2_ * __this, Substring arg, MethodInfo * method)); DO_APP_FUNC(0x0160BBA0, void, Func_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3___ctor, (Func_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160BCD0, Vector3, Func_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3_ * __this, Substring arg, MethodInfo * method)); DO_APP_FUNC(0x0160BD20, void, Func_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Func_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160BE50, HairDesignerColliderBase_DualSphere, Func_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Substring arg, MethodInfo * method)); DO_APP_FUNC(0x0160BEA0, void, Func_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Func_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160BFD0, MotionSolver_GPUNodeData, Func_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Substring arg, MethodInfo * method)); DO_APP_FUNC(0x0160C020, void, Func_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Func_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160C150, MotionSolver_GPUNodeInfo, Func_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Substring arg, MethodInfo * method)); DO_APP_FUNC(0x01610180, void, Func_2_UnityEngine_UIVertex_Single___ctor, (Func_2_UnityEngine_UIVertex_Single_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010241F0, float, Func_2_UnityEngine_UIVertex_Single__Invoke, (Func_2_UnityEngine_UIVertex_Single_ * __this, UIVertex arg, MethodInfo * method)); DO_APP_FUNC(0x01023870, void, Func_2_UInt32_Boolean___ctor, (Func_2_UInt32_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Func_2_UInt32_Boolean__Invoke, (Func_2_UInt32_Boolean_ * __this, uint32_t arg, MethodInfo * method)); DO_APP_FUNC(0x01024430, void, Func_2_UnityEngine_Vector2_Boolean___ctor, (Func_2_UnityEngine_Vector2_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Func_2_UnityEngine_Vector2_Boolean__Invoke, (Func_2_UnityEngine_Vector2_Boolean_ * __this, Vector2 arg, MethodInfo * method)); DO_APP_FUNC(0x016102B0, void, Func_2_UnityEngine_Vector2_UnityEngine_Vector2___ctor, (Func_2_UnityEngine_Vector2_UnityEngine_Vector2_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, Vector2, Func_2_UnityEngine_Vector2_UnityEngine_Vector2__Invoke, (Func_2_UnityEngine_Vector2_UnityEngine_Vector2_ * __this, Vector2 arg, MethodInfo * method)); DO_APP_FUNC(0x010227D0, void, Func_2_UnityEngine_Vector3_Boolean___ctor, (Func_2_UnityEngine_Vector3_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022900, bool, Func_2_UnityEngine_Vector3_Boolean__Invoke, (Func_2_UnityEngine_Vector3_Boolean_ * __this, Vector3 arg, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Func_2_System_Security_Cryptography_X509Certificates_X509ChainStatus_Boolean___ctor, (Func_2_System_Security_Cryptography_X509Certificates_X509ChainStatus_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Func_2_System_Security_Cryptography_X509Certificates_X509ChainStatus_Boolean__Invoke, (Func_2_System_Security_Cryptography_X509Certificates_X509ChainStatus_Boolean_ * __this, X509ChainStatus arg, MethodInfo * method)); DO_APP_FUNC(0x01023C40, void, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean___ctor, (Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023D70, bool, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean__Invoke, (Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * __this, HairDesignerColliderBase_DualSphere arg, MethodInfo * method)); DO_APP_FUNC(0x01023DB0, void, Func_2_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_Boolean___ctor, (Func_2_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023EE0, bool, Func_2_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_Boolean__Invoke, (Func_2_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_Boolean_ * __this, InputControlLayout_ControlItem arg, MethodInfo * method)); DO_APP_FUNC(0x016103E0, void, Func_2_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_Object___ctor, (Func_2_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023EE0, Object *, Func_2_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_Object__Invoke, (Func_2_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_Object_ * __this, InputControlLayout_ControlItem arg, MethodInfo * method)); DO_APP_FUNC(0x01023150, void, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean___ctor, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023280, bool, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean__Invoke, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb arg, MethodInfo * method)); DO_APP_FUNC(0x01610510, void, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Int32___ctor, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023280, int32_t, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Int32__Invoke, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Int32_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb arg, MethodInfo * method)); DO_APP_FUNC(0x01610640, void, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01610770, InternedString, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString__Invoke, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb arg, MethodInfo * method)); DO_APP_FUNC(0x016107E0, void, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Object___ctor, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023280, Object *, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Object__Invoke, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Object_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb arg, MethodInfo * method)); DO_APP_FUNC(0x01610510, void, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UInt32___ctor, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UInt32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023280, uint32_t, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UInt32__Invoke, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UInt32_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb arg, MethodInfo * method)); DO_APP_FUNC(0x01610910, void, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2___ctor, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404D60, Vector2, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2__Invoke, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb arg, MethodInfo * method)); DO_APP_FUNC(0x01610A40, void, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3___ctor, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01610B70, Vector3, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3__Invoke, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb arg, MethodInfo * method)); DO_APP_FUNC(0x01610BF0, void, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01610D20, HairDesignerColliderBase_DualSphere, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Invoke, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb arg, MethodInfo * method)); DO_APP_FUNC(0x01610DA0, void, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01610ED0, MotionSolver_GPUNodeData, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Invoke, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb arg, MethodInfo * method)); DO_APP_FUNC(0x01610F50, void, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01611080, MotionSolver_GPUNodeInfo, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Invoke, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb arg, MethodInfo * method)); DO_APP_FUNC(0x01023150, void, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean___ctor, (Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023280, bool, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean_ * __this, JsonParser_JsonValue arg, MethodInfo * method)); DO_APP_FUNC(0x01610510, void, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Int32___ctor, (Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023280, int32_t, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Int32__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Int32_ * __this, JsonParser_JsonValue arg, MethodInfo * method)); DO_APP_FUNC(0x01610640, void, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01610770, InternedString, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, JsonParser_JsonValue arg, MethodInfo * method)); DO_APP_FUNC(0x016107E0, void, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Object___ctor, (Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023280, Object *, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Object__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Object_ * __this, JsonParser_JsonValue arg, MethodInfo * method)); DO_APP_FUNC(0x01610510, void, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UInt32___ctor, (Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UInt32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023280, uint32_t, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UInt32__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UInt32_ * __this, JsonParser_JsonValue arg, MethodInfo * method)); DO_APP_FUNC(0x01610910, void, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2___ctor, (Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01404D60, Vector2, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2_ * __this, JsonParser_JsonValue arg, MethodInfo * method)); DO_APP_FUNC(0x01610A40, void, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3___ctor, (Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01610B70, Vector3, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3_ * __this, JsonParser_JsonValue arg, MethodInfo * method)); DO_APP_FUNC(0x01610BF0, void, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01610D20, HairDesignerColliderBase_DualSphere, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, JsonParser_JsonValue arg, MethodInfo * method)); DO_APP_FUNC(0x01610DA0, void, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01610ED0, MotionSolver_GPUNodeData, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, JsonParser_JsonValue arg, MethodInfo * method)); DO_APP_FUNC(0x01610F50, void, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01611080, MotionSolver_GPUNodeInfo, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Invoke, (Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, JsonParser_JsonValue arg, MethodInfo * method)); DO_APP_FUNC(0x010232D0, void, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean___ctor, (Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023400, bool, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean__Invoke, (Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * __this, MotionSolver_GPUNodeData arg, MethodInfo * method)); DO_APP_FUNC(0x01023AD0, void, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean___ctor, (Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023C00, bool, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean__Invoke, (Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * __this, MotionSolver_GPUNodeInfo arg, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean___ctor, (Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean__Invoke, (Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean_ * __this, ProbeVolumeSceneData_SerializablePVProfile arg, MethodInfo * method)); DO_APP_FUNC(0x0160B6A0, void, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Int32___ctor, (Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, int32_t, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Int32__Invoke, (Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Int32_ * __this, ProbeVolumeSceneData_SerializablePVProfile arg, MethodInfo * method)); DO_APP_FUNC(0x0160B7D0, void, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160B900, InternedString, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString__Invoke, (Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString_ * __this, ProbeVolumeSceneData_SerializablePVProfile arg, MethodInfo * method)); DO_APP_FUNC(0x0160B940, void, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Object___ctor, (Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, Object *, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Object__Invoke, (Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Object_ * __this, ProbeVolumeSceneData_SerializablePVProfile arg, MethodInfo * method)); DO_APP_FUNC(0x0160B6A0, void, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UInt32___ctor, (Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UInt32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, uint32_t, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UInt32__Invoke, (Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UInt32_ * __this, ProbeVolumeSceneData_SerializablePVProfile arg, MethodInfo * method)); DO_APP_FUNC(0x0160BA70, void, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2___ctor, (Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, Vector2, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2__Invoke, (Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2_ * __this, ProbeVolumeSceneData_SerializablePVProfile arg, MethodInfo * method)); DO_APP_FUNC(0x0160BBA0, void, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3___ctor, (Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160BCD0, Vector3, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3__Invoke, (Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3_ * __this, ProbeVolumeSceneData_SerializablePVProfile arg, MethodInfo * method)); DO_APP_FUNC(0x0160BD20, void, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160BE50, HairDesignerColliderBase_DualSphere, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Invoke, (Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, ProbeVolumeSceneData_SerializablePVProfile arg, MethodInfo * method)); DO_APP_FUNC(0x0160BEA0, void, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160BFD0, MotionSolver_GPUNodeData, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Invoke, (Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, ProbeVolumeSceneData_SerializablePVProfile arg, MethodInfo * method)); DO_APP_FUNC(0x0160C020, void, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0160C150, MotionSolver_GPUNodeInfo, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Invoke, (Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, ProbeVolumeSceneData_SerializablePVProfile arg, MethodInfo * method)); DO_APP_FUNC(0x01611110, void, Func_3_UnityEngine_UIElements_Background_UnityEngine_UIElements_Background_Boolean___ctor, (Func_3_UnityEngine_UIElements_Background_UnityEngine_UIElements_Background_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B0C0, bool, Func_3_UnityEngine_UIElements_Background_UnityEngine_UIElements_Background_Boolean__Invoke, (Func_3_UnityEngine_UIElements_Background_UnityEngine_UIElements_Background_Boolean_ * __this, Background arg1, Background arg2, MethodInfo * method)); DO_APP_FUNC(0x01611240, void, Func_3_UnityEngine_Color_UnityEngine_Color_Boolean___ctor, (Func_3_UnityEngine_Color_UnityEngine_Color_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, bool, Func_3_UnityEngine_Color_UnityEngine_Color_Boolean__Invoke, (Func_3_UnityEngine_Color_UnityEngine_Color_Boolean_ * __this, Color arg1, Color arg2, MethodInfo * method)); DO_APP_FUNC(0x01611370, void, Func_3_Rewired_Utils_Classes_Data_Float2x_Rewired_Utils_Classes_Data_Float2x_Rewired_Utils_Classes_Data_Float2x___ctor, (Func_3_Rewired_Utils_Classes_Data_Float2x_Rewired_Utils_Classes_Data_Float2x_Rewired_Utils_Classes_Data_Float2x_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, Float2x, Func_3_Rewired_Utils_Classes_Data_Float2x_Rewired_Utils_Classes_Data_Float2x_Rewired_Utils_Classes_Data_Float2x__Invoke, (Func_3_Rewired_Utils_Classes_Data_Float2x_Rewired_Utils_Classes_Data_Float2x_Rewired_Utils_Classes_Data_Float2x_ * __this, Float2x arg1, Float2x arg2, MethodInfo * method)); DO_APP_FUNC(0x016114A0, void, Func_3_Rewired_Utils_Classes_Data_Float3x_Rewired_Utils_Classes_Data_Float3x_Rewired_Utils_Classes_Data_Float3x___ctor, (Func_3_Rewired_Utils_Classes_Data_Float3x_Rewired_Utils_Classes_Data_Float3x_Rewired_Utils_Classes_Data_Float3x_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x016115D0, Float3x, Func_3_Rewired_Utils_Classes_Data_Float3x_Rewired_Utils_Classes_Data_Float3x_Rewired_Utils_Classes_Data_Float3x__Invoke, (Func_3_Rewired_Utils_Classes_Data_Float3x_Rewired_Utils_Classes_Data_Float3x_Rewired_Utils_Classes_Data_Float3x_ * __this, Float3x arg1, Float3x arg2, MethodInfo * method)); DO_APP_FUNC(0x01611640, void, Func_3_Rewired_Utils_Classes_Data_Float4x_Rewired_Utils_Classes_Data_Float4x_Rewired_Utils_Classes_Data_Float4x___ctor, (Func_3_Rewired_Utils_Classes_Data_Float4x_Rewired_Utils_Classes_Data_Float4x_Rewired_Utils_Classes_Data_Float4x_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01611770, Float4x, Func_3_Rewired_Utils_Classes_Data_Float4x_Rewired_Utils_Classes_Data_Float4x_Rewired_Utils_Classes_Data_Float4x__Invoke, (Func_3_Rewired_Utils_Classes_Data_Float4x_Rewired_Utils_Classes_Data_Float4x_Rewired_Utils_Classes_Data_Float4x_ * __this, Float4x arg1, Float4x arg2, MethodInfo * method)); DO_APP_FUNC(0x01611240, void, Func_3_UnityEngine_UIElements_FontDefinition_UnityEngine_UIElements_FontDefinition_Boolean___ctor, (Func_3_UnityEngine_UIElements_FontDefinition_UnityEngine_UIElements_FontDefinition_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, bool, Func_3_UnityEngine_UIElements_FontDefinition_UnityEngine_UIElements_FontDefinition_Boolean__Invoke, (Func_3_UnityEngine_UIElements_FontDefinition_UnityEngine_UIElements_FontDefinition_Boolean_ * __this, FontDefinition arg1, FontDefinition arg2, MethodInfo * method)); DO_APP_FUNC(0x016117C0, void, Func_3_UnityEngine_InputSystem_LowLevel_InputEventPtr_Object_Boolean___ctor, (Func_3_UnityEngine_InputSystem_LowLevel_InputEventPtr_Object_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, bool, Func_3_UnityEngine_InputSystem_LowLevel_InputEventPtr_Object_Boolean__Invoke, (Func_3_UnityEngine_InputSystem_LowLevel_InputEventPtr_Object_Boolean_ * __this, InputEventPtr arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x016118F0, void, Func_3_Int32_Int32_Boolean___ctor, (Func_3_Int32_Int32_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, bool, Func_3_Int32_Int32_Boolean__Invoke, (Func_3_Int32_Int32_Boolean_ * __this, int32_t arg1, int32_t arg2, MethodInfo * method)); DO_APP_FUNC(0x01611A20, void, Func_3_Int32_IntPtr_Boolean___ctor, (Func_3_Int32_IntPtr_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, bool, Func_3_Int32_IntPtr_Boolean__Invoke, (Func_3_Int32_IntPtr_Boolean_ * __this, int32_t arg1, void * arg2, MethodInfo * method)); DO_APP_FUNC(0x01611B50, void, Func_3_Int32_Object_Object___ctor, (Func_3_Int32_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Object *, Func_3_Int32_Object_Object__Invoke, (Func_3_Int32_Object_Object_ * __this, int32_t arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x01611C80, void, Func_3_UnityEngine_UIElements_Length_UnityEngine_UIElements_Length_Boolean___ctor, (Func_3_UnityEngine_UIElements_Length_UnityEngine_UIElements_Length_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, bool, Func_3_UnityEngine_UIElements_Length_UnityEngine_UIElements_Length_Boolean__Invoke, (Func_3_UnityEngine_UIElements_Length_UnityEngine_UIElements_Length_Boolean_ * __this, Length arg1, Length arg2, MethodInfo * method)); DO_APP_FUNC(0x01611DB0, void, Func_3_Object_Boolean_Boolean___ctor, (Func_3_Object_Boolean_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, bool, Func_3_Object_Boolean_Boolean__Invoke, (Func_3_Object_Boolean_Boolean_ * __this, Object * arg1, bool arg2, MethodInfo * method)); DO_APP_FUNC(0x01611F70, void, Func_3_Object_Guid_Boolean___ctor, (Func_3_Object_Guid_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01612130, bool, Func_3_Object_Guid_Boolean__Invoke, (Func_3_Object_Guid_Boolean_ * __this, Object * arg1, Guid arg2, MethodInfo * method)); DO_APP_FUNC(0x01612160, void, Func_3_Object_UnityEngine_InputSystem_LowLevel_InputEventPtr_Boolean___ctor, (Func_3_Object_UnityEngine_InputSystem_LowLevel_InputEventPtr_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, bool, Func_3_Object_UnityEngine_InputSystem_LowLevel_InputEventPtr_Boolean__Invoke, (Func_3_Object_UnityEngine_InputSystem_LowLevel_InputEventPtr_Boolean_ * __this, Object * arg1, InputEventPtr arg2, MethodInfo * method)); DO_APP_FUNC(0x01612320, void, Func_3_Object_UnityEngine_InputSystem_LowLevel_InputEventPtr_Single___ctor, (Func_3_Object_UnityEngine_InputSystem_LowLevel_InputEventPtr_Single_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, float, Func_3_Object_UnityEngine_InputSystem_LowLevel_InputEventPtr_Single__Invoke, (Func_3_Object_UnityEngine_InputSystem_LowLevel_InputEventPtr_Single_ * __this, Object * arg1, InputEventPtr arg2, MethodInfo * method)); DO_APP_FUNC(0x016124E0, void, Func_3_Object_Int32_System_Collections_Generic_KeyValuePair_2___ctor, (Func_3_Object_Int32_System_Collections_Generic_KeyValuePair_2_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x016126A0, KeyValuePair_2_System_UInt16_System_Object_, Func_3_Object_Int32_System_Collections_Generic_KeyValuePair_2__Invoke, (Func_3_Object_Int32_System_Collections_Generic_KeyValuePair_2_ * __this, Object * arg1, int32_t arg2, MethodInfo * method)); DO_APP_FUNC(0x016124E0, void, Func_3_Object_Int32_ValueTuple_2_Object_Int32___ctor, (Func_3_Object_Int32_ValueTuple_2_Object_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x016126A0, ValueTuple_2_Object_Int32_, Func_3_Object_Int32_ValueTuple_2_Object_Int32__Invoke, (Func_3_Object_Int32_ValueTuple_2_Object_Int32_ * __this, Object * arg1, int32_t arg2, MethodInfo * method)); DO_APP_FUNC(0x016126E0, void, Func_3_Object_Int32_Int32___ctor, (Func_3_Object_Int32_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Func_3_Object_Int32_Int32__Invoke, (Func_3_Object_Int32_Int32_ * __this, Object * arg1, int32_t arg2, MethodInfo * method)); DO_APP_FUNC(0x016128A0, void, Func_3_Object_Int32_Object___ctor, (Func_3_Object_Int32_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Object *, Func_3_Object_Int32_Object__Invoke, (Func_3_Object_Int32_Object_ * __this, Object * arg1, int32_t arg2, MethodInfo * method)); DO_APP_FUNC(0x016126E0, void, Func_3_Object_Int32Enum_Int32Enum___ctor, (Func_3_Object_Int32Enum_Int32Enum_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Int32Enum__Enum, Func_3_Object_Int32Enum_Int32Enum__Invoke, (Func_3_Object_Int32Enum_Int32Enum_ * __this, Object * arg1, Int32Enum__Enum arg2, MethodInfo * method)); DO_APP_FUNC(0x01612A60, void, Func_3_Object_Int64_Int64___ctor, (Func_3_Object_Int64_Int64_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int64_t, Func_3_Object_Int64_Int64__Invoke, (Func_3_Object_Int64_Int64_ * __this, Object * arg1, int64_t arg2, MethodInfo * method)); DO_APP_FUNC(0x01612C20, void, Func_3_Object_Object_Nullable_1_Int32___ctor, (Func_3_Object_Object_Nullable_1_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Nullable_1_Int32_, Func_3_Object_Object_Nullable_1_Int32__Invoke, (Func_3_Object_Object_Nullable_1_Int32_ * __this, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x01612DE0, void, Func_3_Object_Object_Boolean___ctor, (Func_3_Object_Object_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, bool, Func_3_Object_Object_Boolean__Invoke, (Func_3_Object_Object_Boolean_ * __this, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x0133CBE0, void, Func_3_Object_Object_Int32___ctor, (Func_3_Object_Object_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, int32_t, Func_3_Object_Object_Int32__Invoke, (Func_3_Object_Object_Int32_ * __this, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x01612FA0, void, Func_3_Object_Object_Object___ctor, (Func_3_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, Object *, Func_3_Object_Object_Object__Invoke, (Func_3_Object_Object_Object_ * __this, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x01613160, void, Func_3_Object_Object_System_Threading_Tasks_VoidTaskResult___ctor, (Func_3_Object_Object_System_Threading_Tasks_VoidTaskResult_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, VoidTaskResult, Func_3_Object_Object_System_Threading_Tasks_VoidTaskResult__Invoke, (Func_3_Object_Object_System_Threading_Tasks_VoidTaskResult_ * __this, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x01613320, void, Func_3_Object_Single_Single___ctor, (Func_3_Object_Single_Single_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, float, Func_3_Object_Single_Single__Invoke, (Func_3_Object_Single_Single_ * __this, Object * arg1, float arg2, MethodInfo * method)); DO_APP_FUNC(0x016134E0, void, Func_3_Object_UnityEngine_Vector2_UnityEngine_Matrix4x4___ctor, (Func_3_Object_UnityEngine_Vector2_UnityEngine_Matrix4x4_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x016136A0, Matrix4x4, Func_3_Object_UnityEngine_Vector2_UnityEngine_Matrix4x4__Invoke, (Func_3_Object_UnityEngine_Vector2_UnityEngine_Matrix4x4_ * __this, Object * arg1, Vector2 arg2, MethodInfo * method)); DO_APP_FUNC(0x016136F0, void, Func_3_Object_UnityEngine_Vector3_UnityEngine_Vector3___ctor, (Func_3_Object_UnityEngine_Vector3_UnityEngine_Vector3_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x016138B0, Vector3, Func_3_Object_UnityEngine_Vector3_UnityEngine_Vector3__Invoke, (Func_3_Object_UnityEngine_Vector3_UnityEngine_Vector3_ * __this, Object * arg1, Vector3 arg2, MethodInfo * method)); DO_APP_FUNC(0x01613910, void, Func_3_UnityEngine_UIElements_Rotate_UnityEngine_UIElements_Rotate_Boolean___ctor, (Func_3_UnityEngine_UIElements_Rotate_UnityEngine_UIElements_Rotate_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, bool, Func_3_UnityEngine_UIElements_Rotate_UnityEngine_UIElements_Rotate_Boolean__Invoke, (Func_3_UnityEngine_UIElements_Rotate_UnityEngine_UIElements_Rotate_Boolean_ * __this, Rotate_1 arg1, Rotate_1 arg2, MethodInfo * method)); DO_APP_FUNC(0x01611240, void, Func_3_UnityEngine_UIElements_Scale_UnityEngine_UIElements_Scale_Boolean___ctor, (Func_3_UnityEngine_UIElements_Scale_UnityEngine_UIElements_Scale_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133AF50, bool, Func_3_UnityEngine_UIElements_Scale_UnityEngine_UIElements_Scale_Boolean__Invoke, (Func_3_UnityEngine_UIElements_Scale_UnityEngine_UIElements_Scale_Boolean_ * __this, Scale arg1, Scale arg2, MethodInfo * method)); DO_APP_FUNC(0x01613A40, void, Func_3_Single_Single_Boolean___ctor, (Func_3_Single_Single_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB170, bool, Func_3_Single_Single_Boolean__Invoke, (Func_3_Single_Single_Boolean_ * __this, float arg1, float arg2, MethodInfo * method)); DO_APP_FUNC(0x01613B70, void, Func_3_UnityEngine_UIElements_TextShadow_UnityEngine_UIElements_TextShadow_Boolean___ctor, (Func_3_UnityEngine_UIElements_TextShadow_UnityEngine_UIElements_TextShadow_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133D390, bool, Func_3_UnityEngine_UIElements_TextShadow_UnityEngine_UIElements_TextShadow_Boolean__Invoke, (Func_3_UnityEngine_UIElements_TextShadow_UnityEngine_UIElements_TextShadow_Boolean_ * __this, TextShadow arg1, TextShadow arg2, MethodInfo * method)); DO_APP_FUNC(0x01613CA0, void, Func_3_UnityEngine_UIElements_TransformOrigin_UnityEngine_UIElements_TransformOrigin_Boolean___ctor, (Func_3_UnityEngine_UIElements_TransformOrigin_UnityEngine_UIElements_TransformOrigin_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133E480, bool, Func_3_UnityEngine_UIElements_TransformOrigin_UnityEngine_UIElements_TransformOrigin_Boolean__Invoke, (Func_3_UnityEngine_UIElements_TransformOrigin_UnityEngine_UIElements_TransformOrigin_Boolean_ * __this, TransformOrigin arg1, TransformOrigin arg2, MethodInfo * method)); DO_APP_FUNC(0x01613910, void, Func_3_UnityEngine_UIElements_Translate_UnityEngine_UIElements_Translate_Boolean___ctor, (Func_3_UnityEngine_UIElements_Translate_UnityEngine_UIElements_Translate_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0133B240, bool, Func_3_UnityEngine_UIElements_Translate_UnityEngine_UIElements_Translate_Boolean__Invoke, (Func_3_UnityEngine_UIElements_Translate_UnityEngine_UIElements_Translate_Boolean_ * __this, Translate_1 arg1, Translate_1 arg2, MethodInfo * method)); DO_APP_FUNC(0x01613DD0, void, Func_3_UnityEngine_Vector3_Int32_System_Collections_Generic_KeyValuePair_2___ctor, (Func_3_UnityEngine_Vector3_Int32_System_Collections_Generic_KeyValuePair_2_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01613F00, KeyValuePair_2_UnityEngine_Vector3_System_Int32_, Func_3_UnityEngine_Vector3_Int32_System_Collections_Generic_KeyValuePair_2__Invoke, (Func_3_UnityEngine_Vector3_Int32_System_Collections_Generic_KeyValuePair_2_ * __this, Vector3 arg1, int32_t arg2, MethodInfo * method)); DO_APP_FUNC(0x01613F50, void, Func_4_ArraySegment_1_Byte_Object_Object_Object___ctor, (Func_4_ArraySegment_1_Byte_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01614080, Object *, Func_4_ArraySegment_1_Byte_Object_Object_Object__Invoke, (Func_4_ArraySegment_1_Byte_Object_Object_Object_ * __this, ArraySegment_1_Byte_ arg1, Object * arg2, Object * arg3, MethodInfo * method)); DO_APP_FUNC(0x016140B0, void, Func_4_Int32Enum_UnityEngine_Quaternion_UnityEngine_Vector3_UnityEngine_Quaternion___ctor, (Func_4_Int32Enum_UnityEngine_Quaternion_UnityEngine_Vector3_UnityEngine_Quaternion_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x016141E0, Quaternion, Func_4_Int32Enum_UnityEngine_Quaternion_UnityEngine_Vector3_UnityEngine_Quaternion__Invoke, (Func_4_Int32Enum_UnityEngine_Quaternion_UnityEngine_Vector3_UnityEngine_Quaternion_ * __this, Int32Enum__Enum arg1, Quaternion arg2, Vector3 arg3, MethodInfo * method)); DO_APP_FUNC(0x01614250, void, Func_4_Int32Enum_UnityEngine_Vector3_UnityEngine_Quaternion_UnityEngine_Vector3___ctor, (Func_4_Int32Enum_UnityEngine_Vector3_UnityEngine_Quaternion_UnityEngine_Vector3_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01614380, Vector3, Func_4_Int32Enum_UnityEngine_Vector3_UnityEngine_Quaternion_UnityEngine_Vector3__Invoke, (Func_4_Int32Enum_UnityEngine_Vector3_UnityEngine_Quaternion_UnityEngine_Vector3_ * __this, Int32Enum__Enum arg1, Vector3 arg2, Quaternion arg3, MethodInfo * method)); DO_APP_FUNC(0x016143F0, void, Func_4_Object_Double_UnityEngine_InputSystem_LowLevel_InputEventPtr_Boolean___ctor, (Func_4_Object_Double_UnityEngine_InputSystem_LowLevel_InputEventPtr_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x016145B0, bool, Func_4_Object_Double_UnityEngine_InputSystem_LowLevel_InputEventPtr_Boolean__Invoke, (Func_4_Object_Double_UnityEngine_InputSystem_LowLevel_InputEventPtr_Boolean_ * __this, Object * arg1, double arg2, InputEventPtr arg3, MethodInfo * method)); DO_APP_FUNC(0x016145D0, void, Func_4_Object_Object_Boolean_Object___ctor, (Func_4_Object_Object_Boolean_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Object *, Func_4_Object_Object_Boolean_Object__Invoke, (Func_4_Object_Object_Boolean_Object_ * __this, Object * arg1, Object * arg2, bool arg3, MethodInfo * method)); DO_APP_FUNC(0x01614790, void, Func_4_Object_Object_Object_Object___ctor, (Func_4_Object_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003ED800, Object *, Func_4_Object_Object_Object_Object__Invoke, (Func_4_Object_Object_Object_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, MethodInfo * method)); DO_APP_FUNC(0x01614950, void, Func_4_Object_Object_Single_Object___ctor, (Func_4_Object_Object_Single_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01614B10, Object *, Func_4_Object_Object_Single_Object__Invoke, (Func_4_Object_Object_Single_Object_ * __this, Object * arg1, Object * arg2, float arg3, MethodInfo * method)); DO_APP_FUNC(0x01614B30, void, Func_4_Object_Object_UnityEngine_Vector3_Single___ctor, (Func_4_Object_Object_UnityEngine_Vector3_Single_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01614CF0, float, Func_4_Object_Object_UnityEngine_Vector3_Single__Invoke, (Func_4_Object_Object_UnityEngine_Vector3_Single_ * __this, Object * arg1, Object * arg2, Vector3 arg3, MethodInfo * method)); DO_APP_FUNC(0x01614D30, void, Func_4_Object_UnityEngine_Vector3_UnityEngine_Quaternion_Object___ctor, (Func_4_Object_UnityEngine_Vector3_UnityEngine_Quaternion_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01614EF0, Object *, Func_4_Object_UnityEngine_Vector3_UnityEngine_Quaternion_Object__Invoke, (Func_4_Object_UnityEngine_Vector3_UnityEngine_Quaternion_Object_ * __this, Object * arg1, Vector3 arg2, Quaternion arg3, MethodInfo * method)); DO_APP_FUNC(0x01614F40, void, Func_4_UnityEngine_UIElements_Experimental_StyleValues_UnityEngine_UIElements_Experimental_StyleValues_Single_UnityEngine_UIElements_Experimental_StyleValues___ctor, (Func_4_UnityEngine_UIElements_Experimental_StyleValues_UnityEngine_UIElements_Experimental_StyleValues_Single_UnityEngine_UIElements_Experimental_StyleValues_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01614B10, StyleValues, Func_4_UnityEngine_UIElements_Experimental_StyleValues_UnityEngine_UIElements_Experimental_StyleValues_Single_UnityEngine_UIElements_Experimental_StyleValues__Invoke, (Func_4_UnityEngine_UIElements_Experimental_StyleValues_UnityEngine_UIElements_Experimental_StyleValues_Single_UnityEngine_UIElements_Experimental_StyleValues_ * __this, StyleValues arg1, StyleValues arg2, float arg3, MethodInfo * method)); DO_APP_FUNC(0x01615070, void, Func_4_UnityEngine_Vector3_UnityEngine_Vector3_Object_Object___ctor, (Func_4_UnityEngine_Vector3_UnityEngine_Vector3_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x016151A0, Object *, Func_4_UnityEngine_Vector3_UnityEngine_Vector3_Object_Object__Invoke, (Func_4_UnityEngine_Vector3_UnityEngine_Vector3_Object_Object_ * __this, Vector3 arg1, Vector3 arg2, Object * arg3, MethodInfo * method)); DO_APP_FUNC(0x016151F0, void, Func_4_UnityEngine_Vector3_UnityEngine_Vector3_UnityEngine_Touch_Object___ctor, (Func_4_UnityEngine_Vector3_UnityEngine_Vector3_UnityEngine_Touch_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01615320, Object *, Func_4_UnityEngine_Vector3_UnityEngine_Vector3_UnityEngine_Touch_Object__Invoke, (Func_4_UnityEngine_Vector3_UnityEngine_Vector3_UnityEngine_Touch_Object_ * __this, Vector3 arg1, Vector3 arg2, Touch arg3, MethodInfo * method)); DO_APP_FUNC(0x016153B0, void, Func_5_ArraySegment_1_Byte_Int32Enum_Object_Object_Object___ctor, (Func_5_ArraySegment_1_Byte_Int32Enum_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x016154E0, Object *, Func_5_ArraySegment_1_Byte_Int32Enum_Object_Object_Object__Invoke, (Func_5_ArraySegment_1_Byte_Int32Enum_Object_Object_Object_ * __this, ArraySegment_1_Byte_ arg1, Int32Enum__Enum arg2, Object * arg3, Object * arg4, MethodInfo * method)); DO_APP_FUNC(0x01615520, void, Func_5_Object_Int32_Object_Object_Object___ctor, (Func_5_Object_Int32_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE800, Object *, Func_5_Object_Int32_Object_Object_Object__Invoke, (Func_5_Object_Int32_Object_Object_Object_ * __this, Object * arg1, int32_t arg2, Object * arg3, Object * arg4, MethodInfo * method)); DO_APP_FUNC(0x01615520, void, Func_5_Object_Int32Enum_Object_Object_Object___ctor, (Func_5_Object_Int32Enum_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE800, Object *, Func_5_Object_Int32Enum_Object_Object_Object__Invoke, (Func_5_Object_Int32Enum_Object_Object_Object_ * __this, Object * arg1, Int32Enum__Enum arg2, Object * arg3, Object * arg4, MethodInfo * method)); DO_APP_FUNC(0x016156E0, void, Func_5_Object_Object_Boolean_Object_Object___ctor, (Func_5_Object_Object_Boolean_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE800, Object *, Func_5_Object_Object_Boolean_Object_Object__Invoke, (Func_5_Object_Object_Boolean_Object_Object_ * __this, Object * arg1, Object * arg2, bool arg3, Object * arg4, MethodInfo * method)); DO_APP_FUNC(0x016158A0, void, Func_5_Object_Object_Object_Object_Object___ctor, (Func_5_Object_Object_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE800, Object *, Func_5_Object_Object_Object_Object_Object__Invoke, (Func_5_Object_Object_Object_Object_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, MethodInfo * method)); DO_APP_FUNC(0x01615A60, void, Func_5_Object_System_IO_Stream_ReadWriteParameters_Object_Object_Object___ctor, (Func_5_Object_System_IO_Stream_ReadWriteParameters_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01615C20, Object *, Func_5_Object_System_IO_Stream_ReadWriteParameters_Object_Object_Object__Invoke, (Func_5_Object_System_IO_Stream_ReadWriteParameters_Object_Object_Object_ * __this, Object * arg1, Stream_ReadWriteParameters arg2, Object * arg3, Object * arg4, MethodInfo * method)); DO_APP_FUNC(0x01615C60, void, Func_6_ArraySegment_1_Byte_Int32Enum_Object_Object_Object_Object___ctor, (Func_6_ArraySegment_1_Byte_Int32Enum_Object_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01615D90, Object *, Func_6_ArraySegment_1_Byte_Int32Enum_Object_Object_Object_Object__Invoke, (Func_6_ArraySegment_1_Byte_Int32Enum_Object_Object_Object_Object_ * __this, ArraySegment_1_Byte_ arg1, Int32Enum__Enum arg2, Object * arg3, Object * arg4, Object * arg5, MethodInfo * method)); DO_APP_FUNC(0x01615DE0, void, Func_6_Object_Int32_Object_Object_Object_Object___ctor, (Func_6_Object_Int32_Object_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE5C0, Object *, Func_6_Object_Int32_Object_Object_Object_Object__Invoke, (Func_6_Object_Int32_Object_Object_Object_Object_ * __this, Object * arg1, int32_t arg2, Object * arg3, Object * arg4, Object * arg5, MethodInfo * method)); DO_APP_FUNC(0x01615FA0, void, Func_6_Object_Object_Object_Object_Object_Object___ctor, (Func_6_Object_Object_Object_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EE5C0, Object *, Func_6_Object_Object_Object_Object_Object_Object__Invoke, (Func_6_Object_Object_Object_Object_Object_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, MethodInfo * method)); DO_APP_FUNC(0x01616160, void, Func_7_Object_Object_Object_Object_Object_Object_Object___ctor, (Func_7_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01616320, Object *, Func_7_Object_Object_Object_Object_Object_Object_Object__Invoke, (Func_7_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, MethodInfo * method)); DO_APP_FUNC(0x01616340, void, Func_8_Object_Object_Object_Object_Object_Object_Object_Object___ctor, (Func_8_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01616500, Object *, Func_8_Object_Object_Object_Object_Object_Object_Object_Object__Invoke, (Func_8_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, MethodInfo * method)); DO_APP_FUNC(0x01616520, void, Func_9_Object_Object_Object_Object_Object_Object_Object_Object_Object___ctor, (Func_9_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x016166E0, Object *, Func_9_Object_Object_Object_Object_Object_Object_Object_Object_Object__Invoke, (Func_9_Object_Object_Object_Object_Object_Object_Object_Object_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, MethodInfo * method)); DO_APP_FUNC(0x01616700, void, Utility_GPUBuffer_1_System_UInt16___ctor, (Utility_GPUBuffer_1_System_UInt16_ * __this, int32_t elementCount, Utility_GPUBufferType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x016167E0, void, Utility_GPUBuffer_1_System_UInt16__Dispose, (Utility_GPUBuffer_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01616870, void, Utility_GPUBuffer_1_System_UInt16__UpdateRanges, (Utility_GPUBuffer_1_System_UInt16_ * __this, NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ ranges, int32_t rangesMin, int32_t rangesMax, MethodInfo * method)); DO_APP_FUNC(0x01616940, void *, Utility_GPUBuffer_1_System_UInt16__get_BufferPointer, (Utility_GPUBuffer_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01616930, int32_t, Utility_GPUBuffer_1_System_UInt16__get_ElementStride, (Utility_GPUBuffer_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01616950, void, Utility_GPUBuffer_1_UnityEngine_UIElements_Vertex___ctor, (Utility_GPUBuffer_1_UnityEngine_UIElements_Vertex_ * __this, int32_t elementCount, Utility_GPUBufferType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x01616A30, void, Utility_GPUBuffer_1_UnityEngine_UIElements_Vertex__Dispose, (Utility_GPUBuffer_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01616AC0, void, Utility_GPUBuffer_1_UnityEngine_UIElements_Vertex__UpdateRanges, (Utility_GPUBuffer_1_UnityEngine_UIElements_Vertex_ * __this, NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ ranges, int32_t rangesMin, int32_t rangesMax, MethodInfo * method)); DO_APP_FUNC(0x01616940, void *, Utility_GPUBuffer_1_UnityEngine_UIElements_Vertex__get_BufferPointer, (Utility_GPUBuffer_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01616930, int32_t, Utility_GPUBuffer_1_UnityEngine_UIElements_Vertex__get_ElementStride, (Utility_GPUBuffer_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01616E10, void, GaussianWindow1d_1_System_Object___ctor, (GaussianWindow1d_1_System_Object_ * __this, float sigma, int32_t maxKernelRadius, MethodInfo * method)); DO_APP_FUNC(0x01616F10, void, GaussianWindow1d_1_System_Object__AddValue, (GaussianWindow1d_1_System_Object_ * __this, Object * v, MethodInfo * method)); DO_APP_FUNC(0x016170C0, Object *, GaussianWindow1d_1_System_Object__Filter, (GaussianWindow1d_1_System_Object_ * __this, Object * v, MethodInfo * method)); DO_APP_FUNC(0x01616BA0, void, GaussianWindow1d_1_System_Object__GenerateKernel, (GaussianWindow1d_1_System_Object_ * __this, float sigma, int32_t maxKernelRadius, MethodInfo * method)); DO_APP_FUNC(0x016171B0, Object *, GaussianWindow1d_1_System_Object__GetBufferValue, (GaussianWindow1d_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01616F00, bool, GaussianWindow1d_1_System_Object__IsEmpty, (GaussianWindow1d_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE10, void, GaussianWindow1d_1_System_Object__Reset, (GaussianWindow1d_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01617190, void, GaussianWindow1d_1_System_Object__SetBufferValue, (GaussianWindow1d_1_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01617170, Object *, GaussianWindow1d_1_System_Object__Value, (GaussianWindow1d_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, GaussianWindow1d_1_System_Object__get_BufferLength, (GaussianWindow1d_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01616B80, int32_t, GaussianWindow1d_1_System_Object__get_KernelSize, (GaussianWindow1d_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA740, float, GaussianWindow1d_1_System_Object__get_Sigma, (GaussianWindow1d_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA750, void, GaussianWindow1d_1_System_Object__set_Sigma, (GaussianWindow1d_1_System_Object_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01616E10, void, GaussianWindow1d_1_UnityEngine_Quaternion___ctor, (GaussianWindow1d_1_UnityEngine_Quaternion_ * __this, float sigma, int32_t maxKernelRadius, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53620, GaussianWindow1d_1_UnityEngine_Quaternion___ctor__MethodInfo); DO_APP_FUNC(0x01617450, void, GaussianWindow1d_1_UnityEngine_Quaternion__AddValue, (GaussianWindow1d_1_UnityEngine_Quaternion_ * __this, Quaternion v, MethodInfo * method)); DO_APP_FUNC(0x016175B0, Quaternion, GaussianWindow1d_1_UnityEngine_Quaternion__Filter, (GaussianWindow1d_1_UnityEngine_Quaternion_ * __this, Quaternion v, MethodInfo * method)); DO_APP_FUNC(0x016171E0, void, GaussianWindow1d_1_UnityEngine_Quaternion__GenerateKernel, (GaussianWindow1d_1_UnityEngine_Quaternion_ * __this, float sigma, int32_t maxKernelRadius, MethodInfo * method)); DO_APP_FUNC(0x016176F0, Quaternion, GaussianWindow1d_1_UnityEngine_Quaternion__GetBufferValue, (GaussianWindow1d_1_UnityEngine_Quaternion_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01616F00, bool, GaussianWindow1d_1_UnityEngine_Quaternion__IsEmpty, (GaussianWindow1d_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE10, void, GaussianWindow1d_1_UnityEngine_Quaternion__Reset, (GaussianWindow1d_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016176B0, void, GaussianWindow1d_1_UnityEngine_Quaternion__SetBufferValue, (GaussianWindow1d_1_UnityEngine_Quaternion_ * __this, int32_t index, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x01617670, Quaternion, GaussianWindow1d_1_UnityEngine_Quaternion__Value, (GaussianWindow1d_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, GaussianWindow1d_1_UnityEngine_Quaternion__get_BufferLength, (GaussianWindow1d_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01616B80, int32_t, GaussianWindow1d_1_UnityEngine_Quaternion__get_KernelSize, (GaussianWindow1d_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53610, GaussianWindow1d_1_UnityEngine_Quaternion__get_KernelSize__MethodInfo); DO_APP_FUNC(0x003CA740, float, GaussianWindow1d_1_UnityEngine_Quaternion__get_Sigma, (GaussianWindow1d_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA750, void, GaussianWindow1d_1_UnityEngine_Quaternion__set_Sigma, (GaussianWindow1d_1_UnityEngine_Quaternion_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01616E10, void, GaussianWindow1d_1_UnityEngine_Vector2___ctor, (GaussianWindow1d_1_UnityEngine_Vector2_ * __this, float sigma, int32_t maxKernelRadius, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53618, GaussianWindow1d_1_UnityEngine_Vector2___ctor__MethodInfo); DO_APP_FUNC(0x016179A0, void, GaussianWindow1d_1_UnityEngine_Vector2__AddValue, (GaussianWindow1d_1_UnityEngine_Vector2_ * __this, Vector2 v, MethodInfo * method)); DO_APP_FUNC(0x01617B20, Vector2, GaussianWindow1d_1_UnityEngine_Vector2__Filter, (GaussianWindow1d_1_UnityEngine_Vector2_ * __this, Vector2 v, MethodInfo * method)); DO_APP_FUNC(0x01617730, void, GaussianWindow1d_1_UnityEngine_Vector2__GenerateKernel, (GaussianWindow1d_1_UnityEngine_Vector2_ * __this, float sigma, int32_t maxKernelRadius, MethodInfo * method)); DO_APP_FUNC(0x01617C30, Vector2, GaussianWindow1d_1_UnityEngine_Vector2__GetBufferValue, (GaussianWindow1d_1_UnityEngine_Vector2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01616F00, bool, GaussianWindow1d_1_UnityEngine_Vector2__IsEmpty, (GaussianWindow1d_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE10, void, GaussianWindow1d_1_UnityEngine_Vector2__Reset, (GaussianWindow1d_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01617BE0, void, GaussianWindow1d_1_UnityEngine_Vector2__SetBufferValue, (GaussianWindow1d_1_UnityEngine_Vector2_ * __this, int32_t index, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x01617BC0, Vector2, GaussianWindow1d_1_UnityEngine_Vector2__Value, (GaussianWindow1d_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, GaussianWindow1d_1_UnityEngine_Vector2__get_BufferLength, (GaussianWindow1d_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01616B80, int32_t, GaussianWindow1d_1_UnityEngine_Vector2__get_KernelSize, (GaussianWindow1d_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53608, GaussianWindow1d_1_UnityEngine_Vector2__get_KernelSize__MethodInfo); DO_APP_FUNC(0x003CA740, float, GaussianWindow1d_1_UnityEngine_Vector2__get_Sigma, (GaussianWindow1d_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA750, void, GaussianWindow1d_1_UnityEngine_Vector2__set_Sigma, (GaussianWindow1d_1_UnityEngine_Vector2_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01616E10, void, GaussianWindow1d_1_UnityEngine_Vector3___ctor, (GaussianWindow1d_1_UnityEngine_Vector3_ * __this, float sigma, int32_t maxKernelRadius, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53638, GaussianWindow1d_1_UnityEngine_Vector3___ctor__MethodInfo); DO_APP_FUNC(0x01617EE0, void, GaussianWindow1d_1_UnityEngine_Vector3__AddValue, (GaussianWindow1d_1_UnityEngine_Vector3_ * __this, Vector3 v, MethodInfo * method)); DO_APP_FUNC(0x01618050, Vector3, GaussianWindow1d_1_UnityEngine_Vector3__Filter, (GaussianWindow1d_1_UnityEngine_Vector3_ * __this, Vector3 v, MethodInfo * method)); DO_APP_FUNC(0x01617C70, void, GaussianWindow1d_1_UnityEngine_Vector3__GenerateKernel, (GaussianWindow1d_1_UnityEngine_Vector3_ * __this, float sigma, int32_t maxKernelRadius, MethodInfo * method)); DO_APP_FUNC(0x016181A0, Vector3, GaussianWindow1d_1_UnityEngine_Vector3__GetBufferValue, (GaussianWindow1d_1_UnityEngine_Vector3_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01616F00, bool, GaussianWindow1d_1_UnityEngine_Vector3__IsEmpty, (GaussianWindow1d_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0070DE10, void, GaussianWindow1d_1_UnityEngine_Vector3__Reset, (GaussianWindow1d_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618160, void, GaussianWindow1d_1_UnityEngine_Vector3__SetBufferValue, (GaussianWindow1d_1_UnityEngine_Vector3_ * __this, int32_t index, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01618120, Vector3, GaussianWindow1d_1_UnityEngine_Vector3__Value, (GaussianWindow1d_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, GaussianWindow1d_1_UnityEngine_Vector3__get_BufferLength, (GaussianWindow1d_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01616B80, int32_t, GaussianWindow1d_1_UnityEngine_Vector3__get_KernelSize, (GaussianWindow1d_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53628, GaussianWindow1d_1_UnityEngine_Vector3__get_KernelSize__MethodInfo); DO_APP_FUNC(0x003CA740, float, GaussianWindow1d_1_UnityEngine_Vector3__get_Sigma, (GaussianWindow1d_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA750, void, GaussianWindow1d_1_UnityEngine_Vector3__set_Sigma, (GaussianWindow1d_1_UnityEngine_Vector3_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_System_ValueTuple_1___ctor, (GenericComparer_1_System_ValueTuple_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016181F0, int32_t, GenericComparer_1_System_ValueTuple_1__Compare, (GenericComparer_1_System_ValueTuple_1_ * __this, ValueTuple_1_Boolean_ x, ValueTuple_1_Boolean_ y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_System_ValueTuple_1__Equals, (GenericComparer_1_System_ValueTuple_1_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_System_ValueTuple_1__GetHashCode, (GenericComparer_1_System_ValueTuple_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_System_ValueTuple_2___ctor, (GenericComparer_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016182A0, int32_t, GenericComparer_1_System_ValueTuple_2__Compare, (GenericComparer_1_System_ValueTuple_2_ * __this, ValueTuple_2_Int32_Object_ x, ValueTuple_2_Int32_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_System_ValueTuple_2__Equals, (GenericComparer_1_System_ValueTuple_2_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_System_ValueTuple_2__GetHashCode, (GenericComparer_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_System_ValueTuple_2__1__ctor, (GenericComparer_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016182E0, int32_t, GenericComparer_1_System_ValueTuple_2__1_Compare, (GenericComparer_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int_ x, ValueTuple_2_Int32_UnityEngine_Vector2Int_ y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_System_ValueTuple_2__1_Equals, (GenericComparer_1_System_ValueTuple_2__1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_System_ValueTuple_2__1_GetHashCode, (GenericComparer_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_System_ValueTuple_2__2__ctor, (GenericComparer_1_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01618320, int32_t, GenericComparer_1_System_ValueTuple_2__2_Compare, (GenericComparer_1_System_ValueTuple_2__2 * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ x, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_System_ValueTuple_2__2_Equals, (GenericComparer_1_System_ValueTuple_2__2 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_System_ValueTuple_2__2_GetHashCode, (GenericComparer_1_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_System_ValueTuple_2__3__ctor, (GenericComparer_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01618360, int32_t, GenericComparer_1_System_ValueTuple_2__3_Compare, (GenericComparer_1_System_ValueTuple_2__3 * __this, ValueTuple_2_Object_Int32_ x, ValueTuple_2_Object_Int32_ y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_System_ValueTuple_2__3_Equals, (GenericComparer_1_System_ValueTuple_2__3 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_System_ValueTuple_2__3_GetHashCode, (GenericComparer_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_System_ValueTuple_2__4__ctor, (GenericComparer_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016183A0, int32_t, GenericComparer_1_System_ValueTuple_2__4_Compare, (GenericComparer_1_System_ValueTuple_2__4 * __this, ValueTuple_2_Object_Object_ x, ValueTuple_2_Object_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_System_ValueTuple_2__4_Equals, (GenericComparer_1_System_ValueTuple_2__4 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_System_ValueTuple_2__4_GetHashCode, (GenericComparer_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_System_ValueTuple_2__5__ctor, (GenericComparer_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016183E0, int32_t, GenericComparer_1_System_ValueTuple_2__5_Compare, (GenericComparer_1_System_ValueTuple_2__5 * __this, ValueTuple_2_UnityEngine_Vector3Int_Object_ x, ValueTuple_2_UnityEngine_Vector3Int_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_System_ValueTuple_2__5_Equals, (GenericComparer_1_System_ValueTuple_2__5 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_System_ValueTuple_2__5_GetHashCode, (GenericComparer_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_System_ValueTuple_2__6__ctor, (GenericComparer_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01618420, int32_t, GenericComparer_1_System_ValueTuple_2__6_Compare, (GenericComparer_1_System_ValueTuple_2__6 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ x, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_System_ValueTuple_2__6_Equals, (GenericComparer_1_System_ValueTuple_2__6 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_System_ValueTuple_2__6_GetHashCode, (GenericComparer_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_System_ValueTuple_2__7__ctor, (GenericComparer_1_System_ValueTuple_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x01618480, int32_t, GenericComparer_1_System_ValueTuple_2__7_Compare, (GenericComparer_1_System_ValueTuple_2__7 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ x, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_System_ValueTuple_2__7_Equals, (GenericComparer_1_System_ValueTuple_2__7 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_System_ValueTuple_2__7_GetHashCode, (GenericComparer_1_System_ValueTuple_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_System_Boolean___ctor, (GenericComparer_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016184D0, int32_t, GenericComparer_1_System_Boolean__Compare, (GenericComparer_1_System_Boolean_ * __this, bool x, bool y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_System_Boolean__Equals, (GenericComparer_1_System_Boolean_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_System_Boolean__GetHashCode, (GenericComparer_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_System_Byte___ctor, (GenericComparer_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618550, int32_t, GenericComparer_1_System_Byte__Compare, (GenericComparer_1_System_Byte_ * __this, uint8_t x, uint8_t y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_System_Byte__Equals, (GenericComparer_1_System_Byte_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_System_Byte__GetHashCode, (GenericComparer_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_System_Char___ctor, (GenericComparer_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618560, int32_t, GenericComparer_1_System_Char__Compare, (GenericComparer_1_System_Char_ * __this, uint16_t x, uint16_t y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_System_Char__Equals, (GenericComparer_1_System_Char_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_System_Char__GetHashCode, (GenericComparer_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_System_DateTime___ctor, (GenericComparer_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016185C0, int32_t, GenericComparer_1_System_DateTime__Compare, (GenericComparer_1_System_DateTime_ * __this, DateTime x, DateTime y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_System_DateTime__Equals, (GenericComparer_1_System_DateTime_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_System_DateTime__GetHashCode, (GenericComparer_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_System_DateTimeOffset___ctor, (GenericComparer_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618660, int32_t, GenericComparer_1_System_DateTimeOffset__Compare, (GenericComparer_1_System_DateTimeOffset_ * __this, DateTimeOffset x, DateTimeOffset y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_System_DateTimeOffset__Equals, (GenericComparer_1_System_DateTimeOffset_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_System_DateTimeOffset__GetHashCode, (GenericComparer_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_System_Decimal___ctor, (GenericComparer_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016186F0, int32_t, GenericComparer_1_System_Decimal__Compare, (GenericComparer_1_System_Decimal_ * __this, Decimal x, Decimal y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_System_Decimal__Equals, (GenericComparer_1_System_Decimal_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_System_Decimal__GetHashCode, (GenericComparer_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_System_Double___ctor, (GenericComparer_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618790, int32_t, GenericComparer_1_System_Double__Compare, (GenericComparer_1_System_Double_ * __this, double x, double y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_System_Double__Equals, (GenericComparer_1_System_Double_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_System_Double__GetHashCode, (GenericComparer_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_System_Guid___ctor, (GenericComparer_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618800, int32_t, GenericComparer_1_System_Guid__Compare, (GenericComparer_1_System_Guid_ * __this, Guid x, Guid y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_System_Guid__Equals, (GenericComparer_1_System_Guid_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_System_Guid__GetHashCode, (GenericComparer_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_System_Int16___ctor, (GenericComparer_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618830, int32_t, GenericComparer_1_System_Int16__Compare, (GenericComparer_1_System_Int16_ * __this, int16_t x, int16_t y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_System_Int16__Equals, (GenericComparer_1_System_Int16_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_System_Int16__GetHashCode, (GenericComparer_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_System_Int32___ctor, (GenericComparer_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618840, int32_t, GenericComparer_1_System_Int32__Compare, (GenericComparer_1_System_Int32_ * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_System_Int32__Equals, (GenericComparer_1_System_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_System_Int32__GetHashCode, (GenericComparer_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_System_Int64___ctor, (GenericComparer_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618860, int32_t, GenericComparer_1_System_Int64__Compare, (GenericComparer_1_System_Int64_ * __this, int64_t x, int64_t y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_System_Int64__Equals, (GenericComparer_1_System_Int64_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_System_Int64__GetHashCode, (GenericComparer_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_UnityEngine_InputSystem_Utilities_InternedString___ctor, (GenericComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618880, int32_t, GenericComparer_1_UnityEngine_InputSystem_Utilities_InternedString__Compare, (GenericComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString x, InternedString y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_UnityEngine_InputSystem_Utilities_InternedString__Equals, (GenericComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_UnityEngine_InputSystem_Utilities_InternedString__GetHashCode, (GenericComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_System_Object___ctor, (GenericComparer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016188C0, int32_t, GenericComparer_1_System_Object__Compare, (GenericComparer_1_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_System_Object__Equals, (GenericComparer_1_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_System_Object__GetHashCode, (GenericComparer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_System_SByte___ctor, (GenericComparer_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618940, int32_t, GenericComparer_1_System_SByte__Compare, (GenericComparer_1_System_SByte_ * __this, int8_t x, int8_t y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_System_SByte__Equals, (GenericComparer_1_System_SByte_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_System_SByte__GetHashCode, (GenericComparer_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_System_Single___ctor, (GenericComparer_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618950, int32_t, GenericComparer_1_System_Single__Compare, (GenericComparer_1_System_Single_ * __this, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_System_Single__Equals, (GenericComparer_1_System_Single_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_System_Single__GetHashCode, (GenericComparer_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_Steamworks_SteamItemDef_t___ctor, (GenericComparer_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618840, int32_t, GenericComparer_1_Steamworks_SteamItemDef_t__Compare, (GenericComparer_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t x, SteamItemDef_t y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_Steamworks_SteamItemDef_t__Equals, (GenericComparer_1_Steamworks_SteamItemDef_t_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_Steamworks_SteamItemDef_t__GetHashCode, (GenericComparer_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_UnityEngine_InputSystem_Utilities_Substring___ctor, (GenericComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016189C0, int32_t, GenericComparer_1_UnityEngine_InputSystem_Utilities_Substring__Compare, (GenericComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring x, Substring y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_UnityEngine_InputSystem_Utilities_Substring__Equals, (GenericComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_UnityEngine_InputSystem_Utilities_Substring__GetHashCode, (GenericComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_System_TimeSpan___ctor, (GenericComparer_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618A40, int32_t, GenericComparer_1_System_TimeSpan__Compare, (GenericComparer_1_System_TimeSpan_ * __this, TimeSpan x, TimeSpan y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_System_TimeSpan__Equals, (GenericComparer_1_System_TimeSpan_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_System_TimeSpan__GetHashCode, (GenericComparer_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_System_UInt16___ctor, (GenericComparer_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618AB0, int32_t, GenericComparer_1_System_UInt16__Compare, (GenericComparer_1_System_UInt16_ * __this, uint16_t x, uint16_t y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_System_UInt16__Equals, (GenericComparer_1_System_UInt16_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_System_UInt16__GetHashCode, (GenericComparer_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_System_UInt32___ctor, (GenericComparer_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618AC0, int32_t, GenericComparer_1_System_UInt32__Compare, (GenericComparer_1_System_UInt32_ * __this, uint32_t x, uint32_t y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_System_UInt32__Equals, (GenericComparer_1_System_UInt32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_System_UInt32__GetHashCode, (GenericComparer_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_System_UInt64___ctor, (GenericComparer_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618AE0, int32_t, GenericComparer_1_System_UInt64__Compare, (GenericComparer_1_System_UInt64_ * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_System_UInt64__Equals, (GenericComparer_1_System_UInt64_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_System_UInt64__GetHashCode, (GenericComparer_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_UdpKit_UdpEndPoint___ctor, (GenericComparer_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618B00, int32_t, GenericComparer_1_UdpKit_UdpEndPoint__Compare, (GenericComparer_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint x, UdpEndPoint y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_UdpKit_UdpEndPoint__Equals, (GenericComparer_1_UdpKit_UdpEndPoint_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_UdpKit_UdpEndPoint__GetHashCode, (GenericComparer_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_UdpKit_UdpIPv4Address___ctor, (GenericComparer_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618BA0, int32_t, GenericComparer_1_UdpKit_UdpIPv4Address__Compare, (GenericComparer_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address x, UdpIPv4Address y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_UdpKit_UdpIPv4Address__Equals, (GenericComparer_1_UdpKit_UdpIPv4Address_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_UdpKit_UdpIPv4Address__GetHashCode, (GenericComparer_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, GenericComparer_1_Pathfinding_AdvancedSmooth_Turn___ctor, (GenericComparer_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618C40, int32_t, GenericComparer_1_Pathfinding_AdvancedSmooth_Turn__Compare, (GenericComparer_1_Pathfinding_AdvancedSmooth_Turn_ * __this, AdvancedSmooth_Turn x, AdvancedSmooth_Turn y, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, GenericComparer_1_Pathfinding_AdvancedSmooth_Turn__Equals, (GenericComparer_1_Pathfinding_AdvancedSmooth_Turn_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericComparer_1_Pathfinding_AdvancedSmooth_Turn__GetHashCode, (GenericComparer_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Preset_GenericDelegate_1_System_Boolean___ctor, (Preset_GenericDelegate_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6310, Preset_GenericDelegate_1_System_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x01619B50, void, Preset_GenericDelegate_1_System_Boolean__ApplyValue, (Preset_GenericDelegate_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01619260, void, Preset_GenericDelegate_1_System_Boolean__Initialize, (Preset_GenericDelegate_1_System_Boolean_ * __this, Object * obj, PropertyInfo_1 * property, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01618CC0, void, Preset_GenericDelegate_1_System_Boolean__Initialize_1, (Preset_GenericDelegate_1_System_Boolean_ * __this, Object * obj, PropertyInfo_1 * property, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, Serialization * data, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01619C10, void, Preset_GenericDelegate_1_System_Boolean__UpdateIList, (Preset_GenericDelegate_1_System_Boolean_ * __this, bool source, bool destination, MethodInfo * method)); DO_APP_FUNC(0x01619A40, void, Preset_GenericDelegate_1_System_Boolean__UpdateValue, (Preset_GenericDelegate_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, MethodInfo_1 *, Preset_GenericDelegate_1_System_Boolean__get_SetMethod, (Preset_GenericDelegate_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Preset_GenericDelegate_1_System_Byte___ctor, (Preset_GenericDelegate_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE65B8, Preset_GenericDelegate_1_System_Byte___ctor__MethodInfo); DO_APP_FUNC(0x01619B50, void, Preset_GenericDelegate_1_System_Byte__ApplyValue, (Preset_GenericDelegate_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0161A510, void, Preset_GenericDelegate_1_System_Byte__Initialize, (Preset_GenericDelegate_1_System_Byte_ * __this, Object * obj, PropertyInfo_1 * property, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01619F70, void, Preset_GenericDelegate_1_System_Byte__Initialize_1, (Preset_GenericDelegate_1_System_Byte_ * __this, Object * obj, PropertyInfo_1 * property, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, Serialization * data, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x0161AE00, void, Preset_GenericDelegate_1_System_Byte__UpdateIList, (Preset_GenericDelegate_1_System_Byte_ * __this, uint8_t source, uint8_t destination, MethodInfo * method)); DO_APP_FUNC(0x0161ACF0, void, Preset_GenericDelegate_1_System_Byte__UpdateValue, (Preset_GenericDelegate_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, MethodInfo_1 *, Preset_GenericDelegate_1_System_Byte__get_SetMethod, (Preset_GenericDelegate_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Preset_GenericDelegate_1_UnityEngine_Color___ctor, (Preset_GenericDelegate_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE63C8, Preset_GenericDelegate_1_UnityEngine_Color___ctor__MethodInfo); DO_APP_FUNC(0x0161C010, void, Preset_GenericDelegate_1_UnityEngine_Color__ApplyValue, (Preset_GenericDelegate_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0161B700, void, Preset_GenericDelegate_1_UnityEngine_Color__Initialize, (Preset_GenericDelegate_1_UnityEngine_Color_ * __this, Object * obj, PropertyInfo_1 * property, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x0161B160, void, Preset_GenericDelegate_1_UnityEngine_Color__Initialize_1, (Preset_GenericDelegate_1_UnityEngine_Color_ * __this, Object * obj, PropertyInfo_1 * property, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, Serialization * data, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x0161C0F0, void, Preset_GenericDelegate_1_UnityEngine_Color__UpdateIList, (Preset_GenericDelegate_1_UnityEngine_Color_ * __this, Color source, Color destination, MethodInfo * method)); DO_APP_FUNC(0x0161BF00, void, Preset_GenericDelegate_1_UnityEngine_Color__UpdateValue, (Preset_GenericDelegate_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, MethodInfo_1 *, Preset_GenericDelegate_1_UnityEngine_Color__get_SetMethod, (Preset_GenericDelegate_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Preset_GenericDelegate_1_System_Double___ctor, (Preset_GenericDelegate_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6548, Preset_GenericDelegate_1_System_Double___ctor__MethodInfo); DO_APP_FUNC(0x0161D300, void, Preset_GenericDelegate_1_System_Double__ApplyValue, (Preset_GenericDelegate_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0161CA10, void, Preset_GenericDelegate_1_System_Double__Initialize, (Preset_GenericDelegate_1_System_Double_ * __this, Object * obj, PropertyInfo_1 * property, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x0161C470, void, Preset_GenericDelegate_1_System_Double__Initialize_1, (Preset_GenericDelegate_1_System_Double_ * __this, Object * obj, PropertyInfo_1 * property, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, Serialization * data, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x0161D3C0, void, Preset_GenericDelegate_1_System_Double__UpdateIList, (Preset_GenericDelegate_1_System_Double_ * __this, double source, double destination, MethodInfo * method)); DO_APP_FUNC(0x0161D1F0, void, Preset_GenericDelegate_1_System_Double__UpdateValue, (Preset_GenericDelegate_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, MethodInfo_1 *, Preset_GenericDelegate_1_System_Double__get_SetMethod, (Preset_GenericDelegate_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Preset_GenericDelegate_1_System_Int32___ctor, (Preset_GenericDelegate_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6408, Preset_GenericDelegate_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x0161E5F0, void, Preset_GenericDelegate_1_System_Int32__ApplyValue, (Preset_GenericDelegate_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0161DD00, void, Preset_GenericDelegate_1_System_Int32__Initialize, (Preset_GenericDelegate_1_System_Int32_ * __this, Object * obj, PropertyInfo_1 * property, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x0161D760, void, Preset_GenericDelegate_1_System_Int32__Initialize_1, (Preset_GenericDelegate_1_System_Int32_ * __this, Object * obj, PropertyInfo_1 * property, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, Serialization * data, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x0161E6B0, void, Preset_GenericDelegate_1_System_Int32__UpdateIList, (Preset_GenericDelegate_1_System_Int32_ * __this, int32_t source, int32_t destination, MethodInfo * method)); DO_APP_FUNC(0x0161E4E0, void, Preset_GenericDelegate_1_System_Int32__UpdateValue, (Preset_GenericDelegate_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, MethodInfo_1 *, Preset_GenericDelegate_1_System_Int32__get_SetMethod, (Preset_GenericDelegate_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Preset_GenericDelegate_1_System_Int32Enum___ctor, (Preset_GenericDelegate_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0161E5F0, void, Preset_GenericDelegate_1_System_Int32Enum__ApplyValue, (Preset_GenericDelegate_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0161EFA0, void, Preset_GenericDelegate_1_System_Int32Enum__Initialize, (Preset_GenericDelegate_1_System_Int32Enum_ * __this, Object * obj, PropertyInfo_1 * property, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x0161EA00, void, Preset_GenericDelegate_1_System_Int32Enum__Initialize_1, (Preset_GenericDelegate_1_System_Int32Enum_ * __this, Object * obj, PropertyInfo_1 * property, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, Serialization * data, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x0161F890, void, Preset_GenericDelegate_1_System_Int32Enum__UpdateIList, (Preset_GenericDelegate_1_System_Int32Enum_ * __this, Int32Enum__Enum source, Int32Enum__Enum destination, MethodInfo * method)); DO_APP_FUNC(0x0161F780, void, Preset_GenericDelegate_1_System_Int32Enum__UpdateValue, (Preset_GenericDelegate_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, MethodInfo_1 *, Preset_GenericDelegate_1_System_Int32Enum__get_SetMethod, (Preset_GenericDelegate_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Preset_GenericDelegate_1_System_Int64___ctor, (Preset_GenericDelegate_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6320, Preset_GenericDelegate_1_System_Int64___ctor__MethodInfo); DO_APP_FUNC(0x01620A70, void, Preset_GenericDelegate_1_System_Int64__ApplyValue, (Preset_GenericDelegate_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01620180, void, Preset_GenericDelegate_1_System_Int64__Initialize, (Preset_GenericDelegate_1_System_Int64_ * __this, Object * obj, PropertyInfo_1 * property, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x0161FBE0, void, Preset_GenericDelegate_1_System_Int64__Initialize_1, (Preset_GenericDelegate_1_System_Int64_ * __this, Object * obj, PropertyInfo_1 * property, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, Serialization * data, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01620B30, void, Preset_GenericDelegate_1_System_Int64__UpdateIList, (Preset_GenericDelegate_1_System_Int64_ * __this, int64_t source, int64_t destination, MethodInfo * method)); DO_APP_FUNC(0x01620960, void, Preset_GenericDelegate_1_System_Int64__UpdateValue, (Preset_GenericDelegate_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, MethodInfo_1 *, Preset_GenericDelegate_1_System_Int64__get_SetMethod, (Preset_GenericDelegate_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Preset_GenericDelegate_1_UnityEngine_LayerMask___ctor, (Preset_GenericDelegate_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6420, Preset_GenericDelegate_1_UnityEngine_LayerMask___ctor__MethodInfo); DO_APP_FUNC(0x01621D20, void, Preset_GenericDelegate_1_UnityEngine_LayerMask__ApplyValue, (Preset_GenericDelegate_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01621430, void, Preset_GenericDelegate_1_UnityEngine_LayerMask__Initialize, (Preset_GenericDelegate_1_UnityEngine_LayerMask_ * __this, Object * obj, PropertyInfo_1 * property, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01620E90, void, Preset_GenericDelegate_1_UnityEngine_LayerMask__Initialize_1, (Preset_GenericDelegate_1_UnityEngine_LayerMask_ * __this, Object * obj, PropertyInfo_1 * property, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, Serialization * data, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01621DE0, void, Preset_GenericDelegate_1_UnityEngine_LayerMask__UpdateIList, (Preset_GenericDelegate_1_UnityEngine_LayerMask_ * __this, LayerMask source, LayerMask destination, MethodInfo * method)); DO_APP_FUNC(0x01621C10, void, Preset_GenericDelegate_1_UnityEngine_LayerMask__UpdateValue, (Preset_GenericDelegate_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, MethodInfo_1 *, Preset_GenericDelegate_1_UnityEngine_LayerMask__get_SetMethod, (Preset_GenericDelegate_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Preset_GenericDelegate_1_UnityEngine_Matrix4x4___ctor, (Preset_GenericDelegate_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE65C0, Preset_GenericDelegate_1_UnityEngine_Matrix4x4___ctor__MethodInfo); DO_APP_FUNC(0x016230B0, void, Preset_GenericDelegate_1_UnityEngine_Matrix4x4__ApplyValue, (Preset_GenericDelegate_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016226F0, void, Preset_GenericDelegate_1_UnityEngine_Matrix4x4__Initialize, (Preset_GenericDelegate_1_UnityEngine_Matrix4x4_ * __this, Object * obj, PropertyInfo_1 * property, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01622130, void, Preset_GenericDelegate_1_UnityEngine_Matrix4x4__Initialize_1, (Preset_GenericDelegate_1_UnityEngine_Matrix4x4_ * __this, Object * obj, PropertyInfo_1 * property, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, Serialization * data, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01623230, void, Preset_GenericDelegate_1_UnityEngine_Matrix4x4__UpdateIList, (Preset_GenericDelegate_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4 source, Matrix4x4 destination, MethodInfo * method)); DO_APP_FUNC(0x01622F30, void, Preset_GenericDelegate_1_UnityEngine_Matrix4x4__UpdateValue, (Preset_GenericDelegate_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, MethodInfo_1 *, Preset_GenericDelegate_1_UnityEngine_Matrix4x4__get_SetMethod, (Preset_GenericDelegate_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat___ctor, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6580, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat___ctor__MethodInfo); DO_APP_FUNC(0x016244C0, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat__ApplyValue, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01623BD0, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat__Initialize, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat_ * __this, Object * obj, PropertyInfo_1 * property, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01623630, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat__Initialize_1, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat_ * __this, Object * obj, PropertyInfo_1 * property, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, Serialization * data, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01624590, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat__UpdateIList, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat_ * __this, MinMaxFloat source, MinMaxFloat destination, MethodInfo * method)); DO_APP_FUNC(0x016243A0, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat__UpdateValue, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, MethodInfo_1 *, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat__get_SetMethod, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3___ctor, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6468, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3___ctor__MethodInfo); DO_APP_FUNC(0x01625860, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3__ApplyValue, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01624EF0, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3__Initialize, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3_ * __this, Object * obj, PropertyInfo_1 * property, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01624940, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3__Initialize_1, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3_ * __this, Object * obj, PropertyInfo_1 * property, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, Serialization * data, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01625990, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3__UpdateIList, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3_ * __this, MinMaxVector3 source, MinMaxVector3 destination, MethodInfo * method)); DO_APP_FUNC(0x01625710, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3__UpdateValue, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, MethodInfo_1 *, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3__get_SetMethod, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Preset_GenericDelegate_1_System_Object___ctor, (Preset_GenericDelegate_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01620A70, void, Preset_GenericDelegate_1_System_Object__ApplyValue, (Preset_GenericDelegate_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01626370, void, Preset_GenericDelegate_1_System_Object__Initialize, (Preset_GenericDelegate_1_System_Object_ * __this, Object * obj, PropertyInfo_1 * property, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01625D80, void, Preset_GenericDelegate_1_System_Object__Initialize_1, (Preset_GenericDelegate_1_System_Object_ * __this, Object * obj, PropertyInfo_1 * property, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, Serialization * data, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01626E10, void, Preset_GenericDelegate_1_System_Object__UpdateIList, (Preset_GenericDelegate_1_System_Object_ * __this, Object * source, Object * destination, MethodInfo * method)); DO_APP_FUNC(0x01626CB0, void, Preset_GenericDelegate_1_System_Object__UpdateValue, (Preset_GenericDelegate_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, MethodInfo_1 *, Preset_GenericDelegate_1_System_Object__get_SetMethod, (Preset_GenericDelegate_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6338, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor__MethodInfo); DO_APP_FUNC(0x0161C010, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__ApplyValue, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01627AF0, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__Initialize, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * obj, PropertyInfo_1 * property, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01627540, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__Initialize_1, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * obj, PropertyInfo_1 * property, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, Serialization * data, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x016284F0, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__UpdateIList, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, ObjectSurface source, ObjectSurface destination, MethodInfo * method)); DO_APP_FUNC(0x01628390, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__UpdateValue, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, MethodInfo_1 *, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__get_SetMethod, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Preset_GenericDelegate_1_UnityEngine_Quaternion___ctor, (Preset_GenericDelegate_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6330, Preset_GenericDelegate_1_UnityEngine_Quaternion___ctor__MethodInfo); DO_APP_FUNC(0x0161C010, void, Preset_GenericDelegate_1_UnityEngine_Quaternion__ApplyValue, (Preset_GenericDelegate_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01628E10, void, Preset_GenericDelegate_1_UnityEngine_Quaternion__Initialize, (Preset_GenericDelegate_1_UnityEngine_Quaternion_ * __this, Object * obj, PropertyInfo_1 * property, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01628870, void, Preset_GenericDelegate_1_UnityEngine_Quaternion__Initialize_1, (Preset_GenericDelegate_1_UnityEngine_Quaternion_ * __this, Object * obj, PropertyInfo_1 * property, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, Serialization * data, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01629720, void, Preset_GenericDelegate_1_UnityEngine_Quaternion__UpdateIList, (Preset_GenericDelegate_1_UnityEngine_Quaternion_ * __this, Quaternion source, Quaternion destination, MethodInfo * method)); DO_APP_FUNC(0x01629610, void, Preset_GenericDelegate_1_UnityEngine_Quaternion__UpdateValue, (Preset_GenericDelegate_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, MethodInfo_1 *, Preset_GenericDelegate_1_UnityEngine_Quaternion__get_SetMethod, (Preset_GenericDelegate_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Preset_GenericDelegate_1_UnityEngine_Rect___ctor, (Preset_GenericDelegate_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6588, Preset_GenericDelegate_1_UnityEngine_Rect___ctor__MethodInfo); DO_APP_FUNC(0x0161C010, void, Preset_GenericDelegate_1_UnityEngine_Rect__ApplyValue, (Preset_GenericDelegate_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0162A040, void, Preset_GenericDelegate_1_UnityEngine_Rect__Initialize, (Preset_GenericDelegate_1_UnityEngine_Rect_ * __this, Object * obj, PropertyInfo_1 * property, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01629AA0, void, Preset_GenericDelegate_1_UnityEngine_Rect__Initialize_1, (Preset_GenericDelegate_1_UnityEngine_Rect_ * __this, Object * obj, PropertyInfo_1 * property, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, Serialization * data, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x0162A950, void, Preset_GenericDelegate_1_UnityEngine_Rect__UpdateIList, (Preset_GenericDelegate_1_UnityEngine_Rect_ * __this, Rect source, Rect destination, MethodInfo * method)); DO_APP_FUNC(0x0162A840, void, Preset_GenericDelegate_1_UnityEngine_Rect__UpdateValue, (Preset_GenericDelegate_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, MethodInfo_1 *, Preset_GenericDelegate_1_UnityEngine_Rect__get_SetMethod, (Preset_GenericDelegate_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Preset_GenericDelegate_1_System_Single___ctor, (Preset_GenericDelegate_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE64A0, Preset_GenericDelegate_1_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x0162BB60, void, Preset_GenericDelegate_1_System_Single__ApplyValue, (Preset_GenericDelegate_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0162B270, void, Preset_GenericDelegate_1_System_Single__Initialize, (Preset_GenericDelegate_1_System_Single_ * __this, Object * obj, PropertyInfo_1 * property, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x0162ACD0, void, Preset_GenericDelegate_1_System_Single__Initialize_1, (Preset_GenericDelegate_1_System_Single_ * __this, Object * obj, PropertyInfo_1 * property, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, Serialization * data, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x0162BC20, void, Preset_GenericDelegate_1_System_Single__UpdateIList, (Preset_GenericDelegate_1_System_Single_ * __this, float source, float destination, MethodInfo * method)); DO_APP_FUNC(0x0162BA50, void, Preset_GenericDelegate_1_System_Single__UpdateValue, (Preset_GenericDelegate_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, MethodInfo_1 *, Preset_GenericDelegate_1_System_Single__get_SetMethod, (Preset_GenericDelegate_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Preset_GenericDelegate_1_System_UInt32___ctor, (Preset_GenericDelegate_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6400, Preset_GenericDelegate_1_System_UInt32___ctor__MethodInfo); DO_APP_FUNC(0x0161E5F0, void, Preset_GenericDelegate_1_System_UInt32__ApplyValue, (Preset_GenericDelegate_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0162C560, void, Preset_GenericDelegate_1_System_UInt32__Initialize, (Preset_GenericDelegate_1_System_UInt32_ * __this, Object * obj, PropertyInfo_1 * property, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x0162BFC0, void, Preset_GenericDelegate_1_System_UInt32__Initialize_1, (Preset_GenericDelegate_1_System_UInt32_ * __this, Object * obj, PropertyInfo_1 * property, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, Serialization * data, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x0162CE50, void, Preset_GenericDelegate_1_System_UInt32__UpdateIList, (Preset_GenericDelegate_1_System_UInt32_ * __this, uint32_t source, uint32_t destination, MethodInfo * method)); DO_APP_FUNC(0x0162CD40, void, Preset_GenericDelegate_1_System_UInt32__UpdateValue, (Preset_GenericDelegate_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, MethodInfo_1 *, Preset_GenericDelegate_1_System_UInt32__get_SetMethod, (Preset_GenericDelegate_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture___ctor, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6418, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture___ctor__MethodInfo); DO_APP_FUNC(0x0162E1B0, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__ApplyValue, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0162D750, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Initialize, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Object * obj, PropertyInfo_1 * property, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x0162D1A0, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Initialize_1, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Object * obj, PropertyInfo_1 * property, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, Serialization * data, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x0162E2D0, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__UpdateIList, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, UVTexture source, UVTexture destination, MethodInfo * method)); DO_APP_FUNC(0x0162E020, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__UpdateValue, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, MethodInfo_1 *, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__get_SetMethod, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Preset_GenericDelegate_1_UnityEngine_Vector2___ctor, (Preset_GenericDelegate_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6598, Preset_GenericDelegate_1_UnityEngine_Vector2___ctor__MethodInfo); DO_APP_FUNC(0x016244C0, void, Preset_GenericDelegate_1_UnityEngine_Vector2__ApplyValue, (Preset_GenericDelegate_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0162EC30, void, Preset_GenericDelegate_1_UnityEngine_Vector2__Initialize, (Preset_GenericDelegate_1_UnityEngine_Vector2_ * __this, Object * obj, PropertyInfo_1 * property, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x0162E690, void, Preset_GenericDelegate_1_UnityEngine_Vector2__Initialize_1, (Preset_GenericDelegate_1_UnityEngine_Vector2_ * __this, Object * obj, PropertyInfo_1 * property, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, Serialization * data, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x0162F520, void, Preset_GenericDelegate_1_UnityEngine_Vector2__UpdateIList, (Preset_GenericDelegate_1_UnityEngine_Vector2_ * __this, Vector2 source, Vector2 destination, MethodInfo * method)); DO_APP_FUNC(0x0162F400, void, Preset_GenericDelegate_1_UnityEngine_Vector2__UpdateValue, (Preset_GenericDelegate_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, MethodInfo_1 *, Preset_GenericDelegate_1_UnityEngine_Vector2__get_SetMethod, (Preset_GenericDelegate_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Preset_GenericDelegate_1_UnityEngine_Vector3___ctor, (Preset_GenericDelegate_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6410, Preset_GenericDelegate_1_UnityEngine_Vector3___ctor__MethodInfo); DO_APP_FUNC(0x016307C0, void, Preset_GenericDelegate_1_UnityEngine_Vector3__ApplyValue, (Preset_GenericDelegate_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0162FE80, void, Preset_GenericDelegate_1_UnityEngine_Vector3__Initialize, (Preset_GenericDelegate_1_UnityEngine_Vector3_ * __this, Object * obj, PropertyInfo_1 * property, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x0162F8D0, void, Preset_GenericDelegate_1_UnityEngine_Vector3__Initialize_1, (Preset_GenericDelegate_1_UnityEngine_Vector3_ * __this, Object * obj, PropertyInfo_1 * property, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, Serialization * data, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x016308C0, void, Preset_GenericDelegate_1_UnityEngine_Vector3__UpdateIList, (Preset_GenericDelegate_1_UnityEngine_Vector3_ * __this, Vector3 source, Vector3 destination, MethodInfo * method)); DO_APP_FUNC(0x01630690, void, Preset_GenericDelegate_1_UnityEngine_Vector3__UpdateValue, (Preset_GenericDelegate_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, MethodInfo_1 *, Preset_GenericDelegate_1_UnityEngine_Vector3__get_SetMethod, (Preset_GenericDelegate_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Preset_GenericDelegate_1_UnityEngine_Vector4___ctor, (Preset_GenericDelegate_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6488, Preset_GenericDelegate_1_UnityEngine_Vector4___ctor__MethodInfo); DO_APP_FUNC(0x0161C010, void, Preset_GenericDelegate_1_UnityEngine_Vector4__ApplyValue, (Preset_GenericDelegate_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01631220, void, Preset_GenericDelegate_1_UnityEngine_Vector4__Initialize, (Preset_GenericDelegate_1_UnityEngine_Vector4_ * __this, Object * obj, PropertyInfo_1 * property, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01630C80, void, Preset_GenericDelegate_1_UnityEngine_Vector4__Initialize_1, (Preset_GenericDelegate_1_UnityEngine_Vector4_ * __this, Object * obj, PropertyInfo_1 * property, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, Serialization * data, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01631B30, void, Preset_GenericDelegate_1_UnityEngine_Vector4__UpdateIList, (Preset_GenericDelegate_1_UnityEngine_Vector4_ * __this, Vector4 source, Vector4 destination, MethodInfo * method)); DO_APP_FUNC(0x01631A20, void, Preset_GenericDelegate_1_UnityEngine_Vector4__UpdateValue, (Preset_GenericDelegate_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, MethodInfo_1 *, Preset_GenericDelegate_1_UnityEngine_Vector4__get_SetMethod, (Preset_GenericDelegate_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot___ctor, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE63D0, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot___ctor__MethodInfo); DO_APP_FUNC(0x0161C010, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot__ApplyValue, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01632460, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot__Initialize, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot_ * __this, Object * obj, PropertyInfo_1 * property, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01631EB0, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot__Initialize_1, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot_ * __this, Object * obj, PropertyInfo_1 * property, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, Serialization * data, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01632E60, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot__UpdateIList, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot_ * __this, CharacterFootEffects_Foot source, CharacterFootEffects_Foot destination, MethodInfo * method)); DO_APP_FUNC(0x01632D00, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot__UpdateValue, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, MethodInfo_1 *, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot__get_SetMethod, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement___ctor, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6440, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement___ctor__MethodInfo); DO_APP_FUNC(0x0161C010, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement__ApplyValue, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01633790, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement__Initialize, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement_ * __this, Object * obj, PropertyInfo_1 * property, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x016331E0, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement__Initialize_1, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement_ * __this, Object * obj, PropertyInfo_1 * property, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, Serialization * data, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01634190, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement__UpdateIList, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement_ * __this, ComboTimeout_ComboInputElement source, ComboTimeout_ComboInputElement destination, MethodInfo * method)); DO_APP_FUNC(0x01634030, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement__UpdateValue, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, MethodInfo_1 *, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement__get_SetMethod, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash___ctor, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE65A8, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash___ctor__MethodInfo); DO_APP_FUNC(0x01635580, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash__ApplyValue, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01634AD0, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash__Initialize, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash_ * __this, Object * obj, PropertyInfo_1 * property, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01634510, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash__Initialize_1, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash_ * __this, Object * obj, PropertyInfo_1 * property, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, Serialization * data, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x016356D0, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash__UpdateIList, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash_ * __this, HealthFlashMonitor_Flash source, HealthFlashMonitor_Flash destination, MethodInfo * method)); DO_APP_FUNC(0x016353D0, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash__UpdateValue, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, MethodInfo_1 *, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash__get_SetMethod, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint___ctor, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6448, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint___ctor__MethodInfo); DO_APP_FUNC(0x01636AD0, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint__ApplyValue, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01636070, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint__Initialize, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint_ * __this, Object * obj, PropertyInfo_1 * property, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01635AC0, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint__Initialize_1, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint_ * __this, Object * obj, PropertyInfo_1 * property, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, Serialization * data, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01636BE0, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint__UpdateIList, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint_ * __this, MovingPlatform_Waypoint source, MovingPlatform_Waypoint destination, MethodInfo * method)); DO_APP_FUNC(0x01636940, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint__UpdateValue, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, MethodInfo_1 *, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint__get_SetMethod, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Preset_GenericDelegate_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab___ctor, (Preset_GenericDelegate_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6590, Preset_GenericDelegate_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab___ctor__MethodInfo); DO_APP_FUNC(0x0161C010, void, Preset_GenericDelegate_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab__ApplyValue, (Preset_GenericDelegate_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01637550, void, Preset_GenericDelegate_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab__Initialize, (Preset_GenericDelegate_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab_ * __this, Object * obj, PropertyInfo_1 * property, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01636FA0, void, Preset_GenericDelegate_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab__Initialize_1, (Preset_GenericDelegate_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab_ * __this, Object * obj, PropertyInfo_1 * property, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, Serialization * data, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01637F50, void, Preset_GenericDelegate_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab__UpdateIList, (Preset_GenericDelegate_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab_ * __this, ObjectPoolBase_PreloadedPrefab source, ObjectPoolBase_PreloadedPrefab destination, MethodInfo * method)); DO_APP_FUNC(0x01637DF0, void, Preset_GenericDelegate_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab__UpdateValue, (Preset_GenericDelegate_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, MethodInfo_1 *, Preset_GenericDelegate_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab__get_SetMethod, (Preset_GenericDelegate_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName___ctor, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD940, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName___ctor__MethodInfo); DO_APP_FUNC(0x0161C010, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName__ApplyValue, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01638880, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName__Initialize, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName_ * __this, Object * obj, PropertyInfo_1 * property, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x016382D0, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName__Initialize_1, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName_ * __this, Object * obj, PropertyInfo_1 * property, Dictionary_2_System_Int32_System_Int32_ * valuePositionMap, Serialization * data, MemberVisibility__Enum visibility, MethodInfo * method)); DO_APP_FUNC(0x01639280, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName__UpdateIList, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName_ * __this, SlotEquip_ItemDefinitionStateName source, SlotEquip_ItemDefinitionStateName destination, MethodInfo * method)); DO_APP_FUNC(0x01639120, void, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName__UpdateValue, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, MethodInfo_1 *, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName__get_SetMethod, (Preset_GenericDelegate_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor, (GenericEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Equals, (GenericEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01639600, bool, GenericEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Equals_1, (GenericEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, AsyncOperationHandle_1_System_Object_ x, AsyncOperationHandle_1_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__GetHashCode, (GenericEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639630, int32_t, GenericEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, AsyncOperationHandle_1_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x01639670, int32_t, GenericEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__IndexOf, (GenericEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, AsyncOperationHandle_1_System_Object___Array * array, AsyncOperationHandle_1_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x016396D0, int32_t, GenericEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, AsyncOperationHandle_1_System_Object___Array * array, AsyncOperationHandle_1_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_Unity_Collections_NativeArray_1___ctor, (GenericEqualityComparer_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_Unity_Collections_NativeArray_1__Equals, (GenericEqualityComparer_1_Unity_Collections_NativeArray_1_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x016397B0, bool, GenericEqualityComparer_1_Unity_Collections_NativeArray_1__Equals_1, (GenericEqualityComparer_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_System_UInt16_ x, NativeArray_1_System_UInt16_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_Unity_Collections_NativeArray_1__GetHashCode, (GenericEqualityComparer_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016397D0, int32_t, GenericEqualityComparer_1_Unity_Collections_NativeArray_1__GetHashCode_1, (GenericEqualityComparer_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_System_UInt16_ obj, MethodInfo * method)); DO_APP_FUNC(0x016397E0, int32_t, GenericEqualityComparer_1_Unity_Collections_NativeArray_1__IndexOf, (GenericEqualityComparer_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_System_UInt16___Array * array, NativeArray_1_System_UInt16_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01639850, int32_t, GenericEqualityComparer_1_Unity_Collections_NativeArray_1__LastIndexOf, (GenericEqualityComparer_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_System_UInt16___Array * array, NativeArray_1_System_UInt16_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_Unity_Collections_NativeArray_1__1__ctor, (GenericEqualityComparer_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_Unity_Collections_NativeArray_1__1_Equals, (GenericEqualityComparer_1_Unity_Collections_NativeArray_1__1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x016397B0, bool, GenericEqualityComparer_1_Unity_Collections_NativeArray_1__1_Equals_1, (GenericEqualityComparer_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_UnityEngine_UIElements_Vertex_ x, NativeArray_1_UnityEngine_UIElements_Vertex_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_Unity_Collections_NativeArray_1__1_GetHashCode, (GenericEqualityComparer_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016397D0, int32_t, GenericEqualityComparer_1_Unity_Collections_NativeArray_1__1_GetHashCode_1, (GenericEqualityComparer_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_UnityEngine_UIElements_Vertex_ obj, MethodInfo * method)); DO_APP_FUNC(0x016397E0, int32_t, GenericEqualityComparer_1_Unity_Collections_NativeArray_1__1_IndexOf, (GenericEqualityComparer_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_UnityEngine_UIElements_Vertex___Array * array, NativeArray_1_UnityEngine_UIElements_Vertex_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01639850, int32_t, GenericEqualityComparer_1_Unity_Collections_NativeArray_1__1_LastIndexOf, (GenericEqualityComparer_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_UnityEngine_UIElements_Vertex___Array * array, NativeArray_1_UnityEngine_UIElements_Vertex_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_ValueTuple_1___ctor, (GenericEqualityComparer_1_System_ValueTuple_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_ValueTuple_1__Equals, (GenericEqualityComparer_1_System_ValueTuple_1_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x016398C0, bool, GenericEqualityComparer_1_System_ValueTuple_1__Equals_1, (GenericEqualityComparer_1_System_ValueTuple_1_ * __this, ValueTuple_1_Boolean_ x, ValueTuple_1_Boolean_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_ValueTuple_1__GetHashCode, (GenericEqualityComparer_1_System_ValueTuple_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016398F0, int32_t, GenericEqualityComparer_1_System_ValueTuple_1__GetHashCode_1, (GenericEqualityComparer_1_System_ValueTuple_1_ * __this, ValueTuple_1_Boolean_ obj, MethodInfo * method)); DO_APP_FUNC(0x01639970, int32_t, GenericEqualityComparer_1_System_ValueTuple_1__IndexOf, (GenericEqualityComparer_1_System_ValueTuple_1_ * __this, ValueTuple_1_Boolean___Array * array, ValueTuple_1_Boolean_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01639A10, int32_t, GenericEqualityComparer_1_System_ValueTuple_1__LastIndexOf, (GenericEqualityComparer_1_System_ValueTuple_1_ * __this, ValueTuple_1_Boolean___Array * array, ValueTuple_1_Boolean_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_ValueTuple_2___ctor, (GenericEqualityComparer_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_ValueTuple_2__Equals, (GenericEqualityComparer_1_System_ValueTuple_2_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01639AB0, bool, GenericEqualityComparer_1_System_ValueTuple_2__Equals_1, (GenericEqualityComparer_1_System_ValueTuple_2_ * __this, ValueTuple_2_Int32_Object_ x, ValueTuple_2_Int32_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__GetHashCode, (GenericEqualityComparer_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639AF0, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__GetHashCode_1, (GenericEqualityComparer_1_System_ValueTuple_2_ * __this, ValueTuple_2_Int32_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x01639B60, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__IndexOf, (GenericEqualityComparer_1_System_ValueTuple_2_ * __this, ValueTuple_2_Int32_Object___Array * array, ValueTuple_2_Int32_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01639C10, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__LastIndexOf, (GenericEqualityComparer_1_System_ValueTuple_2_ * __this, ValueTuple_2_Int32_Object___Array * array, ValueTuple_2_Int32_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_ValueTuple_2__1__ctor, (GenericEqualityComparer_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_ValueTuple_2__1_Equals, (GenericEqualityComparer_1_System_ValueTuple_2__1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01639CC0, bool, GenericEqualityComparer_1_System_ValueTuple_2__1_Equals_1, (GenericEqualityComparer_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int_ x, ValueTuple_2_Int32_UnityEngine_Vector2Int_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__1_GetHashCode, (GenericEqualityComparer_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01639D00, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__1_GetHashCode_1, (GenericEqualityComparer_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int_ obj, MethodInfo * method)); DO_APP_FUNC(0x01639D60, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__1_IndexOf, (GenericEqualityComparer_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int___Array * array, ValueTuple_2_Int32_UnityEngine_Vector2Int_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01639E20, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__1_LastIndexOf, (GenericEqualityComparer_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int___Array * array, ValueTuple_2_Int32_UnityEngine_Vector2Int_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_ValueTuple_2__2__ctor, (GenericEqualityComparer_1_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_ValueTuple_2__2_Equals, (GenericEqualityComparer_1_System_ValueTuple_2__2 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01639EE0, bool, GenericEqualityComparer_1_System_ValueTuple_2__2_Equals_1, (GenericEqualityComparer_1_System_ValueTuple_2__2 * __this, ValueTuple_2_IntPtr_Object_ x, ValueTuple_2_IntPtr_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__2_GetHashCode, (GenericEqualityComparer_1_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01639AF0, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__2_GetHashCode_1, (GenericEqualityComparer_1_System_ValueTuple_2__2 * __this, ValueTuple_2_IntPtr_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x01639F20, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__2_IndexOf, (GenericEqualityComparer_1_System_ValueTuple_2__2 * __this, ValueTuple_2_IntPtr_Object___Array * array, ValueTuple_2_IntPtr_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01639FD0, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__2_LastIndexOf, (GenericEqualityComparer_1_System_ValueTuple_2__2 * __this, ValueTuple_2_IntPtr_Object___Array * array, ValueTuple_2_IntPtr_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_ValueTuple_2__3__ctor, (GenericEqualityComparer_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_ValueTuple_2__3_Equals, (GenericEqualityComparer_1_System_ValueTuple_2__3 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163A080, bool, GenericEqualityComparer_1_System_ValueTuple_2__3_Equals_1, (GenericEqualityComparer_1_System_ValueTuple_2__3 * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ x, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__3_GetHashCode, (GenericEqualityComparer_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0163A0C0, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__3_GetHashCode_1, (GenericEqualityComparer_1_System_ValueTuple_2__3 * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ obj, MethodInfo * method)); DO_APP_FUNC(0x0163A0F0, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__3_IndexOf, (GenericEqualityComparer_1_System_ValueTuple_2__3 * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32___Array * array, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163A1B0, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__3_LastIndexOf, (GenericEqualityComparer_1_System_ValueTuple_2__3 * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32___Array * array, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_ValueTuple_2__4__ctor, (GenericEqualityComparer_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_ValueTuple_2__4_Equals, (GenericEqualityComparer_1_System_ValueTuple_2__4 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163A270, bool, GenericEqualityComparer_1_System_ValueTuple_2__4_Equals_1, (GenericEqualityComparer_1_System_ValueTuple_2__4 * __this, ValueTuple_2_Object_Int32_ x, ValueTuple_2_Object_Int32_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__4_GetHashCode, (GenericEqualityComparer_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x0163A2B0, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__4_GetHashCode_1, (GenericEqualityComparer_1_System_ValueTuple_2__4 * __this, ValueTuple_2_Object_Int32_ obj, MethodInfo * method)); DO_APP_FUNC(0x0163A2E0, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__4_IndexOf, (GenericEqualityComparer_1_System_ValueTuple_2__4 * __this, ValueTuple_2_Object_Int32___Array * array, ValueTuple_2_Object_Int32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163A390, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__4_LastIndexOf, (GenericEqualityComparer_1_System_ValueTuple_2__4 * __this, ValueTuple_2_Object_Int32___Array * array, ValueTuple_2_Object_Int32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_ValueTuple_2__5__ctor, (GenericEqualityComparer_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_ValueTuple_2__5_Equals, (GenericEqualityComparer_1_System_ValueTuple_2__5 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01639EE0, bool, GenericEqualityComparer_1_System_ValueTuple_2__5_Equals_1, (GenericEqualityComparer_1_System_ValueTuple_2__5 * __this, ValueTuple_2_Object_Object_ x, ValueTuple_2_Object_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__5_GetHashCode, (GenericEqualityComparer_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x0163A440, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__5_GetHashCode_1, (GenericEqualityComparer_1_System_ValueTuple_2__5 * __this, ValueTuple_2_Object_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x01639F20, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__5_IndexOf, (GenericEqualityComparer_1_System_ValueTuple_2__5 * __this, ValueTuple_2_Object_Object___Array * array, ValueTuple_2_Object_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01639FD0, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__5_LastIndexOf, (GenericEqualityComparer_1_System_ValueTuple_2__5 * __this, ValueTuple_2_Object_Object___Array * array, ValueTuple_2_Object_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_ValueTuple_2__6__ctor, (GenericEqualityComparer_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_ValueTuple_2__6_Equals, (GenericEqualityComparer_1_System_ValueTuple_2__6 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163A470, bool, GenericEqualityComparer_1_System_ValueTuple_2__6_Equals_1, (GenericEqualityComparer_1_System_ValueTuple_2__6 * __this, ValueTuple_2_UnityEngine_Vector3Int_Object_ x, ValueTuple_2_UnityEngine_Vector3Int_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__6_GetHashCode, (GenericEqualityComparer_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x0163A4B0, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__6_GetHashCode_1, (GenericEqualityComparer_1_System_ValueTuple_2__6 * __this, ValueTuple_2_UnityEngine_Vector3Int_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x0163A4E0, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__6_IndexOf, (GenericEqualityComparer_1_System_ValueTuple_2__6 * __this, ValueTuple_2_UnityEngine_Vector3Int_Object___Array * array, ValueTuple_2_UnityEngine_Vector3Int_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163A5A0, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__6_LastIndexOf, (GenericEqualityComparer_1_System_ValueTuple_2__6 * __this, ValueTuple_2_UnityEngine_Vector3Int_Object___Array * array, ValueTuple_2_UnityEngine_Vector3Int_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_ValueTuple_2__7__ctor, (GenericEqualityComparer_1_System_ValueTuple_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_ValueTuple_2__7_Equals, (GenericEqualityComparer_1_System_ValueTuple_2__7 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163A660, bool, GenericEqualityComparer_1_System_ValueTuple_2__7_Equals_1, (GenericEqualityComparer_1_System_ValueTuple_2__7 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ x, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__7_GetHashCode, (GenericEqualityComparer_1_System_ValueTuple_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x0163A6C0, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__7_GetHashCode_1, (GenericEqualityComparer_1_System_ValueTuple_2__7 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ obj, MethodInfo * method)); DO_APP_FUNC(0x0163A6F0, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__7_IndexOf, (GenericEqualityComparer_1_System_ValueTuple_2__7 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___Array * array, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163A7D0, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__7_LastIndexOf, (GenericEqualityComparer_1_System_ValueTuple_2__7 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___Array * array, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_ValueTuple_2__8__ctor, (GenericEqualityComparer_1_System_ValueTuple_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_ValueTuple_2__8_Equals, (GenericEqualityComparer_1_System_ValueTuple_2__8 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163A8B0, bool, GenericEqualityComparer_1_System_ValueTuple_2__8_Equals_1, (GenericEqualityComparer_1_System_ValueTuple_2__8 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ x, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__8_GetHashCode, (GenericEqualityComparer_1_System_ValueTuple_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x0163A900, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__8_GetHashCode_1, (GenericEqualityComparer_1_System_ValueTuple_2__8 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ obj, MethodInfo * method)); DO_APP_FUNC(0x0163A930, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__8_IndexOf, (GenericEqualityComparer_1_System_ValueTuple_2__8 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___Array * array, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163AA00, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__8_LastIndexOf, (GenericEqualityComparer_1_System_ValueTuple_2__8 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___Array * array, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_ValueTuple_2__9__ctor, (GenericEqualityComparer_1_System_ValueTuple_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_ValueTuple_2__9_Equals, (GenericEqualityComparer_1_System_ValueTuple_2__9 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163AAD0, bool, GenericEqualityComparer_1_System_ValueTuple_2__9_Equals_1, (GenericEqualityComparer_1_System_ValueTuple_2__9 * __this, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ x, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__9_GetHashCode, (GenericEqualityComparer_1_System_ValueTuple_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x0163AB10, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__9_GetHashCode_1, (GenericEqualityComparer_1_System_ValueTuple_2__9 * __this, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ obj, MethodInfo * method)); DO_APP_FUNC(0x0163AB40, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__9_IndexOf, (GenericEqualityComparer_1_System_ValueTuple_2__9 * __this, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int___Array * array, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163AC00, int32_t, GenericEqualityComparer_1_System_ValueTuple_2__9_LastIndexOf, (GenericEqualityComparer_1_System_ValueTuple_2__9 * __this, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int___Array * array, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_ValueTuple_3___ctor, (GenericEqualityComparer_1_System_ValueTuple_3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_ValueTuple_3__Equals, (GenericEqualityComparer_1_System_ValueTuple_3_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163ACC0, bool, GenericEqualityComparer_1_System_ValueTuple_3__Equals_1, (GenericEqualityComparer_1_System_ValueTuple_3_ * __this, ValueTuple_3_Object_Object_Object_ x, ValueTuple_3_Object_Object_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_ValueTuple_3__GetHashCode, (GenericEqualityComparer_1_System_ValueTuple_3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163AD00, int32_t, GenericEqualityComparer_1_System_ValueTuple_3__GetHashCode_1, (GenericEqualityComparer_1_System_ValueTuple_3_ * __this, ValueTuple_3_Object_Object_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x0163AD20, int32_t, GenericEqualityComparer_1_System_ValueTuple_3__IndexOf, (GenericEqualityComparer_1_System_ValueTuple_3_ * __this, ValueTuple_3_Object_Object_Object___Array * array, ValueTuple_3_Object_Object_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163ADE0, int32_t, GenericEqualityComparer_1_System_ValueTuple_3__LastIndexOf, (GenericEqualityComparer_1_System_ValueTuple_3_ * __this, ValueTuple_3_Object_Object_Object___Array * array, ValueTuple_3_Object_Object_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_UIElements_Background___ctor, (GenericEqualityComparer_1_UnityEngine_UIElements_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_UIElements_Background__Equals, (GenericEqualityComparer_1_UnityEngine_UIElements_Background_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163AEA0, bool, GenericEqualityComparer_1_UnityEngine_UIElements_Background__Equals_1, (GenericEqualityComparer_1_UnityEngine_UIElements_Background_ * __this, Background x, Background y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_UIElements_Background__GetHashCode, (GenericEqualityComparer_1_UnityEngine_UIElements_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163AEE0, int32_t, GenericEqualityComparer_1_UnityEngine_UIElements_Background__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_UIElements_Background_ * __this, Background obj, MethodInfo * method)); DO_APP_FUNC(0x0163AF10, int32_t, GenericEqualityComparer_1_UnityEngine_UIElements_Background__IndexOf, (GenericEqualityComparer_1_UnityEngine_UIElements_Background_ * __this, Background__Array * array, Background value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163AFD0, int32_t, GenericEqualityComparer_1_UnityEngine_UIElements_Background__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_UIElements_Background_ * __this, Background__Array * array, Background value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (GenericEqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Equals, (GenericEqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163B090, bool, GenericEqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Equals_1, (GenericEqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer x, BoltPeer y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer__GetHashCode, (GenericEqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163B110, int32_t, GenericEqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer__GetHashCode_1, (GenericEqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer obj, MethodInfo * method)); DO_APP_FUNC(0x0163B1D0, int32_t, GenericEqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer__IndexOf, (GenericEqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer__Array * array, BoltPeer value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163B2B0, int32_t, GenericEqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer__LastIndexOf, (GenericEqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer__Array * array, BoltPeer value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_BoneWeight___ctor, (GenericEqualityComparer_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_BoneWeight__Equals, (GenericEqualityComparer_1_UnityEngine_BoneWeight_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163B390, bool, GenericEqualityComparer_1_UnityEngine_BoneWeight__Equals_1, (GenericEqualityComparer_1_UnityEngine_BoneWeight_ * __this, BoneWeight x, BoneWeight y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_BoneWeight__GetHashCode, (GenericEqualityComparer_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163B440, int32_t, GenericEqualityComparer_1_UnityEngine_BoneWeight__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_BoneWeight_ * __this, BoneWeight obj, MethodInfo * method)); DO_APP_FUNC(0x0163B470, int32_t, GenericEqualityComparer_1_UnityEngine_BoneWeight__IndexOf, (GenericEqualityComparer_1_UnityEngine_BoneWeight_ * __this, BoneWeight__Array * array, BoneWeight value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163B550, int32_t, GenericEqualityComparer_1_UnityEngine_BoneWeight__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_BoneWeight_ * __this, BoneWeight__Array * array, BoneWeight value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_Boolean___ctor, (GenericEqualityComparer_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_Boolean__Equals, (GenericEqualityComparer_1_System_Boolean_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163B640, bool, GenericEqualityComparer_1_System_Boolean__Equals_1, (GenericEqualityComparer_1_System_Boolean_ * __this, bool x, bool y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_Boolean__GetHashCode, (GenericEqualityComparer_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163B6A0, int32_t, GenericEqualityComparer_1_System_Boolean__GetHashCode_1, (GenericEqualityComparer_1_System_Boolean_ * __this, bool obj, MethodInfo * method)); DO_APP_FUNC(0x0163B6F0, int32_t, GenericEqualityComparer_1_System_Boolean__IndexOf, (GenericEqualityComparer_1_System_Boolean_ * __this, Boolean__Array * array, bool value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163B7A0, int32_t, GenericEqualityComparer_1_System_Boolean__LastIndexOf, (GenericEqualityComparer_1_System_Boolean_ * __this, Boolean__Array * array, bool value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_Bounds___ctor, (GenericEqualityComparer_1_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_Bounds__Equals, (GenericEqualityComparer_1_UnityEngine_Bounds_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163B850, bool, GenericEqualityComparer_1_UnityEngine_Bounds__Equals_1, (GenericEqualityComparer_1_UnityEngine_Bounds_ * __this, Bounds x, Bounds y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_Bounds__GetHashCode, (GenericEqualityComparer_1_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163B8E0, int32_t, GenericEqualityComparer_1_UnityEngine_Bounds__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_Bounds_ * __this, Bounds obj, MethodInfo * method)); DO_APP_FUNC(0x0163B910, int32_t, GenericEqualityComparer_1_UnityEngine_Bounds__IndexOf, (GenericEqualityComparer_1_UnityEngine_Bounds_ * __this, Bounds__Array * array, Bounds value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163BA00, int32_t, GenericEqualityComparer_1_UnityEngine_Bounds__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_Bounds_ * __this, Bounds__Array * array, Bounds value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_Byte___ctor, (GenericEqualityComparer_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_Byte__Equals, (GenericEqualityComparer_1_System_Byte_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01096010, bool, GenericEqualityComparer_1_System_Byte__Equals_1, (GenericEqualityComparer_1_System_Byte_ * __this, uint8_t x, uint8_t y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_Byte__GetHashCode, (GenericEqualityComparer_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163BAF0, int32_t, GenericEqualityComparer_1_System_Byte__GetHashCode_1, (GenericEqualityComparer_1_System_Byte_ * __this, uint8_t obj, MethodInfo * method)); DO_APP_FUNC(0x0163BB00, int32_t, GenericEqualityComparer_1_System_Byte__IndexOf, (GenericEqualityComparer_1_System_Byte_ * __this, Byte__Array * array, uint8_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163BB50, int32_t, GenericEqualityComparer_1_System_Byte__LastIndexOf, (GenericEqualityComparer_1_System_Byte_ * __this, Byte__Array * array, uint8_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_Char___ctor, (GenericEqualityComparer_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_Char__Equals, (GenericEqualityComparer_1_System_Char_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163BBA0, bool, GenericEqualityComparer_1_System_Char__Equals_1, (GenericEqualityComparer_1_System_Char_ * __this, uint16_t x, uint16_t y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_Char__GetHashCode, (GenericEqualityComparer_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163BC00, int32_t, GenericEqualityComparer_1_System_Char__GetHashCode_1, (GenericEqualityComparer_1_System_Char_ * __this, uint16_t obj, MethodInfo * method)); DO_APP_FUNC(0x0163BC50, int32_t, GenericEqualityComparer_1_System_Char__IndexOf, (GenericEqualityComparer_1_System_Char_ * __this, Char__Array * array, uint16_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163BD00, int32_t, GenericEqualityComparer_1_System_Char__LastIndexOf, (GenericEqualityComparer_1_System_Char_ * __this, Char__Array * array, uint16_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_Color___ctor, (GenericEqualityComparer_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_Color__Equals, (GenericEqualityComparer_1_UnityEngine_Color_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163BDB0, bool, GenericEqualityComparer_1_UnityEngine_Color__Equals_1, (GenericEqualityComparer_1_UnityEngine_Color_ * __this, Color x, Color y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_Color__GetHashCode, (GenericEqualityComparer_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163BDD0, int32_t, GenericEqualityComparer_1_UnityEngine_Color__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_Color_ * __this, Color obj, MethodInfo * method)); DO_APP_FUNC(0x0163BDF0, int32_t, GenericEqualityComparer_1_UnityEngine_Color__IndexOf, (GenericEqualityComparer_1_UnityEngine_Color_ * __this, Color__Array * array, Color value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163BE80, int32_t, GenericEqualityComparer_1_UnityEngine_Color__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_Color_ * __this, Color__Array * array, Color value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_UI_ColorBlock___ctor, (GenericEqualityComparer_1_UnityEngine_UI_ColorBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_UI_ColorBlock__Equals, (GenericEqualityComparer_1_UnityEngine_UI_ColorBlock_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163BF10, bool, GenericEqualityComparer_1_UnityEngine_UI_ColorBlock__Equals_1, (GenericEqualityComparer_1_UnityEngine_UI_ColorBlock_ * __this, ColorBlock x, ColorBlock y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_UI_ColorBlock__GetHashCode, (GenericEqualityComparer_1_UnityEngine_UI_ColorBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163BFD0, int32_t, GenericEqualityComparer_1_UnityEngine_UI_ColorBlock__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_UI_ColorBlock_ * __this, ColorBlock obj, MethodInfo * method)); DO_APP_FUNC(0x0163C040, int32_t, GenericEqualityComparer_1_UnityEngine_UI_ColorBlock__IndexOf, (GenericEqualityComparer_1_UnityEngine_UI_ColorBlock_ * __this, ColorBlock__Array * array, ColorBlock value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163C180, int32_t, GenericEqualityComparer_1_UnityEngine_UI_ColorBlock__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_UI_ColorBlock_ * __this, ColorBlock__Array * array, ColorBlock value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_DateTime___ctor, (GenericEqualityComparer_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_DateTime__Equals, (GenericEqualityComparer_1_System_DateTime_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163C2C0, bool, GenericEqualityComparer_1_System_DateTime__Equals_1, (GenericEqualityComparer_1_System_DateTime_ * __this, DateTime x, DateTime y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_DateTime__GetHashCode, (GenericEqualityComparer_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163C360, int32_t, GenericEqualityComparer_1_System_DateTime__GetHashCode_1, (GenericEqualityComparer_1_System_DateTime_ * __this, DateTime obj, MethodInfo * method)); DO_APP_FUNC(0x0163C400, int32_t, GenericEqualityComparer_1_System_DateTime__IndexOf, (GenericEqualityComparer_1_System_DateTime_ * __this, DateTime__Array * array, DateTime value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163C4E0, int32_t, GenericEqualityComparer_1_System_DateTime__LastIndexOf, (GenericEqualityComparer_1_System_DateTime_ * __this, DateTime__Array * array, DateTime value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_DateTimeOffset___ctor, (GenericEqualityComparer_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_DateTimeOffset__Equals, (GenericEqualityComparer_1_System_DateTimeOffset_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163C5C0, bool, GenericEqualityComparer_1_System_DateTimeOffset__Equals_1, (GenericEqualityComparer_1_System_DateTimeOffset_ * __this, DateTimeOffset x, DateTimeOffset y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_DateTimeOffset__GetHashCode, (GenericEqualityComparer_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163C650, int32_t, GenericEqualityComparer_1_System_DateTimeOffset__GetHashCode_1, (GenericEqualityComparer_1_System_DateTimeOffset_ * __this, DateTimeOffset obj, MethodInfo * method)); DO_APP_FUNC(0x0163C6C0, int32_t, GenericEqualityComparer_1_System_DateTimeOffset__IndexOf, (GenericEqualityComparer_1_System_DateTimeOffset_ * __this, DateTimeOffset__Array * array, DateTimeOffset value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163C7B0, int32_t, GenericEqualityComparer_1_System_DateTimeOffset__LastIndexOf, (GenericEqualityComparer_1_System_DateTimeOffset_ * __this, DateTimeOffset__Array * array, DateTimeOffset value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_Decimal___ctor, (GenericEqualityComparer_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_Decimal__Equals, (GenericEqualityComparer_1_System_Decimal_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163C8A0, bool, GenericEqualityComparer_1_System_Decimal__Equals_1, (GenericEqualityComparer_1_System_Decimal_ * __this, Decimal x, Decimal y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_Decimal__GetHashCode, (GenericEqualityComparer_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163C950, int32_t, GenericEqualityComparer_1_System_Decimal__GetHashCode_1, (GenericEqualityComparer_1_System_Decimal_ * __this, Decimal obj, MethodInfo * method)); DO_APP_FUNC(0x0163C9C0, int32_t, GenericEqualityComparer_1_System_Decimal__IndexOf, (GenericEqualityComparer_1_System_Decimal_ * __this, Decimal__Array * array, Decimal value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163CAF0, int32_t, GenericEqualityComparer_1_System_Decimal__LastIndexOf, (GenericEqualityComparer_1_System_Decimal_ * __this, Decimal__Array * array, Decimal value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_Double___ctor, (GenericEqualityComparer_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_Double__Equals, (GenericEqualityComparer_1_System_Double_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163CC20, bool, GenericEqualityComparer_1_System_Double__Equals_1, (GenericEqualityComparer_1_System_Double_ * __this, double x, double y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_Double__GetHashCode, (GenericEqualityComparer_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163CC70, int32_t, GenericEqualityComparer_1_System_Double__GetHashCode_1, (GenericEqualityComparer_1_System_Double_ * __this, double obj, MethodInfo * method)); DO_APP_FUNC(0x0163CC90, int32_t, GenericEqualityComparer_1_System_Double__IndexOf, (GenericEqualityComparer_1_System_Double_ * __this, Double__Array * array, double value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163CD30, int32_t, GenericEqualityComparer_1_System_Double__LastIndexOf, (GenericEqualityComparer_1_System_Double_ * __this, Double__Array * array, double value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_UIElements_EasingFunction___ctor, (GenericEqualityComparer_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_UIElements_EasingFunction__Equals, (GenericEqualityComparer_1_UnityEngine_UIElements_EasingFunction_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163CDD0, bool, GenericEqualityComparer_1_UnityEngine_UIElements_EasingFunction__Equals_1, (GenericEqualityComparer_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction x, EasingFunction y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_UIElements_EasingFunction__GetHashCode, (GenericEqualityComparer_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163CDE0, int32_t, GenericEqualityComparer_1_UnityEngine_UIElements_EasingFunction__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction obj, MethodInfo * method)); DO_APP_FUNC(0x0163CDF0, int32_t, GenericEqualityComparer_1_UnityEngine_UIElements_EasingFunction__IndexOf, (GenericEqualityComparer_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction__Array * array, EasingFunction value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163CE40, int32_t, GenericEqualityComparer_1_UnityEngine_UIElements_EasingFunction__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction__Array * array, EasingFunction value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_UIElements_FontDefinition___ctor, (GenericEqualityComparer_1_UnityEngine_UIElements_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_UIElements_FontDefinition__Equals, (GenericEqualityComparer_1_UnityEngine_UIElements_FontDefinition_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163CE90, bool, GenericEqualityComparer_1_UnityEngine_UIElements_FontDefinition__Equals_1, (GenericEqualityComparer_1_UnityEngine_UIElements_FontDefinition_ * __this, FontDefinition x, FontDefinition y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_UIElements_FontDefinition__GetHashCode, (GenericEqualityComparer_1_UnityEngine_UIElements_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163CED0, int32_t, GenericEqualityComparer_1_UnityEngine_UIElements_FontDefinition__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_UIElements_FontDefinition_ * __this, FontDefinition obj, MethodInfo * method)); DO_APP_FUNC(0x0163CF00, int32_t, GenericEqualityComparer_1_UnityEngine_UIElements_FontDefinition__IndexOf, (GenericEqualityComparer_1_UnityEngine_UIElements_FontDefinition_ * __this, FontDefinition__Array * array, FontDefinition value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163CFB0, int32_t, GenericEqualityComparer_1_UnityEngine_UIElements_FontDefinition__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_UIElements_FontDefinition_ * __this, FontDefinition__Array * array, FontDefinition value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat___ctor, (GenericEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat__Equals, (GenericEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163D060, bool, GenericEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat__Equals_1, (GenericEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat_ * __this, FrameFormat x, FrameFormat y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat__GetHashCode, (GenericEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163D0C0, int32_t, GenericEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat__GetHashCode_1, (GenericEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat_ * __this, FrameFormat obj, MethodInfo * method)); DO_APP_FUNC(0x0163D110, int32_t, GenericEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat__IndexOf, (GenericEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat_ * __this, FrameFormat__Array * array, FrameFormat value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163D1B0, int32_t, GenericEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat__LastIndexOf, (GenericEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat_ * __this, FrameFormat__Array * array, FrameFormat value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor, (GenericEqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Equals, (GenericEqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163D250, bool, GenericEqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Equals_1, (GenericEqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord x, GlyphPairAdjustmentRecord y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__GetHashCode, (GenericEqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163D2A0, int32_t, GenericEqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord obj, MethodInfo * method)); DO_APP_FUNC(0x0163D2D0, int32_t, GenericEqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__IndexOf, (GenericEqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord__Array * array, GlyphPairAdjustmentRecord value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163D3A0, int32_t, GenericEqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord__Array * array, GlyphPairAdjustmentRecord value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_TextCore_GlyphRect___ctor, (GenericEqualityComparer_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_TextCore_GlyphRect__Equals, (GenericEqualityComparer_1_UnityEngine_TextCore_GlyphRect_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163D470, bool, GenericEqualityComparer_1_UnityEngine_TextCore_GlyphRect__Equals_1, (GenericEqualityComparer_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect x, GlyphRect y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_TextCore_GlyphRect__GetHashCode, (GenericEqualityComparer_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163D530, int32_t, GenericEqualityComparer_1_UnityEngine_TextCore_GlyphRect__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect obj, MethodInfo * method)); DO_APP_FUNC(0x0163D5C0, int32_t, GenericEqualityComparer_1_UnityEngine_TextCore_GlyphRect__IndexOf, (GenericEqualityComparer_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect__Array * array, GlyphRect value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163D700, int32_t, GenericEqualityComparer_1_UnityEngine_TextCore_GlyphRect__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect__Array * array, GlyphRect value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_Guid___ctor, (GenericEqualityComparer_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_Guid__Equals, (GenericEqualityComparer_1_System_Guid_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163D840, bool, GenericEqualityComparer_1_System_Guid__Equals_1, (GenericEqualityComparer_1_System_Guid_ * __this, Guid x, Guid y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_Guid__GetHashCode, (GenericEqualityComparer_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163D870, int32_t, GenericEqualityComparer_1_System_Guid__GetHashCode_1, (GenericEqualityComparer_1_System_Guid_ * __this, Guid obj, MethodInfo * method)); DO_APP_FUNC(0x0163D880, int32_t, GenericEqualityComparer_1_System_Guid__IndexOf, (GenericEqualityComparer_1_System_Guid_ * __this, Guid__Array * array, Guid value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163D900, int32_t, GenericEqualityComparer_1_System_Guid__LastIndexOf, (GenericEqualityComparer_1_System_Guid_ * __this, Guid__Array * array, Guid value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_Hash128___ctor, (GenericEqualityComparer_1_UnityEngine_Hash128_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_Hash128__Equals, (GenericEqualityComparer_1_UnityEngine_Hash128_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163D980, bool, GenericEqualityComparer_1_UnityEngine_Hash128__Equals_1, (GenericEqualityComparer_1_UnityEngine_Hash128_ * __this, Hash128 x, Hash128 y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_Hash128__GetHashCode, (GenericEqualityComparer_1_UnityEngine_Hash128_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163D9B0, int32_t, GenericEqualityComparer_1_UnityEngine_Hash128__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_Hash128_ * __this, Hash128 obj, MethodInfo * method)); DO_APP_FUNC(0x0163D9D0, int32_t, GenericEqualityComparer_1_UnityEngine_Hash128__IndexOf, (GenericEqualityComparer_1_UnityEngine_Hash128_ * __this, Hash128__Array * array, Hash128 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163DA50, int32_t, GenericEqualityComparer_1_UnityEngine_Hash128__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_Hash128_ * __this, Hash128__Array * array, Hash128 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_InputSystem_InputBinding___ctor, (GenericEqualityComparer_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_InputSystem_InputBinding__Equals, (GenericEqualityComparer_1_UnityEngine_InputSystem_InputBinding_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163DAD0, bool, GenericEqualityComparer_1_UnityEngine_InputSystem_InputBinding__Equals_1, (GenericEqualityComparer_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding x, InputBinding y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_InputSystem_InputBinding__GetHashCode, (GenericEqualityComparer_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163DB40, int32_t, GenericEqualityComparer_1_UnityEngine_InputSystem_InputBinding__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding obj, MethodInfo * method)); DO_APP_FUNC(0x0163DB70, int32_t, GenericEqualityComparer_1_UnityEngine_InputSystem_InputBinding__IndexOf, (GenericEqualityComparer_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding__Array * array, InputBinding value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163DC60, int32_t, GenericEqualityComparer_1_UnityEngine_InputSystem_InputBinding__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding__Array * array, InputBinding value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_XR_InputDevice___ctor, (GenericEqualityComparer_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_XR_InputDevice__Equals, (GenericEqualityComparer_1_UnityEngine_XR_InputDevice_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163DD60, bool, GenericEqualityComparer_1_UnityEngine_XR_InputDevice__Equals_1, (GenericEqualityComparer_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1 x, InputDevice_1 y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_XR_InputDevice__GetHashCode, (GenericEqualityComparer_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163DDA0, int32_t, GenericEqualityComparer_1_UnityEngine_XR_InputDevice__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1 obj, MethodInfo * method)); DO_APP_FUNC(0x0163DDD0, int32_t, GenericEqualityComparer_1_UnityEngine_XR_InputDevice__IndexOf, (GenericEqualityComparer_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1__Array * array, InputDevice_1 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163DE60, int32_t, GenericEqualityComparer_1_UnityEngine_XR_InputDevice__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1__Array * array, InputDevice_1 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription___ctor, (GenericEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Equals, (GenericEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163DEF0, bool, GenericEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Equals_1, (GenericEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription x, InputDeviceDescription y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__GetHashCode, (GenericEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163DF50, int32_t, GenericEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription obj, MethodInfo * method)); DO_APP_FUNC(0x0163DF80, int32_t, GenericEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__IndexOf, (GenericEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription__Array * array, InputDeviceDescription value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163E060, int32_t, GenericEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription__Array * array, InputDeviceDescription value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr___ctor, (GenericEqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Equals, (GenericEqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163E140, bool, GenericEqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Equals_1, (GenericEqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr x, InputEventPtr y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__GetHashCode, (GenericEqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163CDE0, int32_t, GenericEqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr obj, MethodInfo * method)); DO_APP_FUNC(0x0163E190, int32_t, GenericEqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__IndexOf, (GenericEqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr__Array * array, InputEventPtr value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163E230, int32_t, GenericEqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr__Array * array, InputEventPtr value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_Int16___ctor, (GenericEqualityComparer_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_Int16__Equals, (GenericEqualityComparer_1_System_Int16_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163E2D0, bool, GenericEqualityComparer_1_System_Int16__Equals_1, (GenericEqualityComparer_1_System_Int16_ * __this, int16_t x, int16_t y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_Int16__GetHashCode, (GenericEqualityComparer_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163E2E0, int32_t, GenericEqualityComparer_1_System_Int16__GetHashCode_1, (GenericEqualityComparer_1_System_Int16_ * __this, int16_t obj, MethodInfo * method)); DO_APP_FUNC(0x0163E2F0, int32_t, GenericEqualityComparer_1_System_Int16__IndexOf, (GenericEqualityComparer_1_System_Int16_ * __this, Int16__Array * array, int16_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163E340, int32_t, GenericEqualityComparer_1_System_Int16__LastIndexOf, (GenericEqualityComparer_1_System_Int16_ * __this, Int16__Array * array, int16_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_Pathfinding_Int2___ctor, (GenericEqualityComparer_1_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_Pathfinding_Int2__Equals, (GenericEqualityComparer_1_Pathfinding_Int2_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163E390, bool, GenericEqualityComparer_1_Pathfinding_Int2__Equals_1, (GenericEqualityComparer_1_Pathfinding_Int2_ * __this, Int2 x, Int2 y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_Pathfinding_Int2__GetHashCode, (GenericEqualityComparer_1_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163E3B0, int32_t, GenericEqualityComparer_1_Pathfinding_Int2__GetHashCode_1, (GenericEqualityComparer_1_Pathfinding_Int2_ * __this, Int2 obj, MethodInfo * method)); DO_APP_FUNC(0x0163E3D0, int32_t, GenericEqualityComparer_1_Pathfinding_Int2__IndexOf, (GenericEqualityComparer_1_Pathfinding_Int2_ * __this, Int2__Array * array, Int2 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163E430, int32_t, GenericEqualityComparer_1_Pathfinding_Int2__LastIndexOf, (GenericEqualityComparer_1_Pathfinding_Int2_ * __this, Int2__Array * array, Int2 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_Pathfinding_Int3___ctor, (GenericEqualityComparer_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_Pathfinding_Int3__Equals, (GenericEqualityComparer_1_Pathfinding_Int3_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163E490, bool, GenericEqualityComparer_1_Pathfinding_Int3__Equals_1, (GenericEqualityComparer_1_Pathfinding_Int3_ * __this, Int3 x, Int3 y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_Pathfinding_Int3__GetHashCode, (GenericEqualityComparer_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163E4D0, int32_t, GenericEqualityComparer_1_Pathfinding_Int3__GetHashCode_1, (GenericEqualityComparer_1_Pathfinding_Int3_ * __this, Int3 obj, MethodInfo * method)); DO_APP_FUNC(0x0163E4F0, int32_t, GenericEqualityComparer_1_Pathfinding_Int3__IndexOf, (GenericEqualityComparer_1_Pathfinding_Int3_ * __this, Int3__Array * array, Int3 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163E570, int32_t, GenericEqualityComparer_1_Pathfinding_Int3__LastIndexOf, (GenericEqualityComparer_1_Pathfinding_Int3_ * __this, Int3__Array * array, Int3 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_Int32___ctor, (GenericEqualityComparer_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_Int32__Equals, (GenericEqualityComparer_1_System_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, GenericEqualityComparer_1_System_Int32__Equals_1, (GenericEqualityComparer_1_System_Int32_ * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_Int32__GetHashCode, (GenericEqualityComparer_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163CDE0, int32_t, GenericEqualityComparer_1_System_Int32__GetHashCode_1, (GenericEqualityComparer_1_System_Int32_ * __this, int32_t obj, MethodInfo * method)); DO_APP_FUNC(0x0163E600, int32_t, GenericEqualityComparer_1_System_Int32__IndexOf, (GenericEqualityComparer_1_System_Int32_ * __this, Int32__Array * array, int32_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163E650, int32_t, GenericEqualityComparer_1_System_Int32__LastIndexOf, (GenericEqualityComparer_1_System_Int32_ * __this, Int32__Array * array, int32_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_Int64___ctor, (GenericEqualityComparer_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_Int64__Equals, (GenericEqualityComparer_1_System_Int64_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, GenericEqualityComparer_1_System_Int64__Equals_1, (GenericEqualityComparer_1_System_Int64_ * __this, int64_t x, int64_t y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_Int64__GetHashCode, (GenericEqualityComparer_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163E6A0, int32_t, GenericEqualityComparer_1_System_Int64__GetHashCode_1, (GenericEqualityComparer_1_System_Int64_ * __this, int64_t obj, MethodInfo * method)); DO_APP_FUNC(0x0163E6B0, int32_t, GenericEqualityComparer_1_System_Int64__IndexOf, (GenericEqualityComparer_1_System_Int64_ * __this, Int64__Array * array, int64_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163E700, int32_t, GenericEqualityComparer_1_System_Int64__LastIndexOf, (GenericEqualityComparer_1_System_Int64_ * __this, Int64__Array * array, int64_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_IntPtr___ctor, (GenericEqualityComparer_1_System_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_IntPtr__Equals, (GenericEqualityComparer_1_System_IntPtr_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, GenericEqualityComparer_1_System_IntPtr__Equals_1, (GenericEqualityComparer_1_System_IntPtr_ * __this, void * x, void * y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_IntPtr__GetHashCode, (GenericEqualityComparer_1_System_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163CDE0, int32_t, GenericEqualityComparer_1_System_IntPtr__GetHashCode_1, (GenericEqualityComparer_1_System_IntPtr_ * __this, void * obj, MethodInfo * method)); DO_APP_FUNC(0x0163E6B0, int32_t, GenericEqualityComparer_1_System_IntPtr__IndexOf, (GenericEqualityComparer_1_System_IntPtr_ * __this, IntPtr__Array * array, void * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163E700, int32_t, GenericEqualityComparer_1_System_IntPtr__LastIndexOf, (GenericEqualityComparer_1_System_IntPtr_ * __this, IntPtr__Array * array, void * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString___ctor, (GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString__Equals, (GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163E750, bool, GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString__Equals_1, (GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString x, InternedString y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString__GetHashCode, (GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163E760, int32_t, GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString obj, MethodInfo * method)); DO_APP_FUNC(0x0163E790, int32_t, GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString__IndexOf, (GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString__Array * array, InternedString value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163E7F0, int32_t, GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString__Array * array, InternedString value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK___ctor, (GenericEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__Equals, (GenericEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163E850, bool, GenericEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__Equals_1, (GenericEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK x, IpQCkqlgJLyrFpAOyBfUxXQpJsWK y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__GetHashCode, (GenericEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163E8E0, int32_t, GenericEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__GetHashCode_1, (GenericEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK obj, MethodInfo * method)); DO_APP_FUNC(0x0163E940, int32_t, GenericEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__IndexOf, (GenericEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK__Array * array, IpQCkqlgJLyrFpAOyBfUxXQpJsWK value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163EA40, int32_t, GenericEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__LastIndexOf, (GenericEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK__Array * array, IpQCkqlgJLyrFpAOyBfUxXQpJsWK value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter___ctor, (GenericEqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter__Equals, (GenericEqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163EB40, bool, GenericEqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter__Equals_1, (GenericEqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter x, ManipulatorActivationFilter y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter__GetHashCode, (GenericEqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163EB80, int32_t, GenericEqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter obj, MethodInfo * method)); DO_APP_FUNC(0x0163EBA0, int32_t, GenericEqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter__IndexOf, (GenericEqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter__Array * array, ManipulatorActivationFilter value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163EC30, int32_t, GenericEqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter__Array * array, ManipulatorActivationFilter value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_Matrix4x4___ctor, (GenericEqualityComparer_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_Matrix4x4__Equals, (GenericEqualityComparer_1_UnityEngine_Matrix4x4_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163ECC0, bool, GenericEqualityComparer_1_UnityEngine_Matrix4x4__Equals_1, (GenericEqualityComparer_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4 x, Matrix4x4 y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_Matrix4x4__GetHashCode, (GenericEqualityComparer_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163ED00, int32_t, GenericEqualityComparer_1_UnityEngine_Matrix4x4__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4 obj, MethodInfo * method)); DO_APP_FUNC(0x0163ED20, int32_t, GenericEqualityComparer_1_UnityEngine_Matrix4x4__IndexOf, (GenericEqualityComparer_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4__Array * array, Matrix4x4 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163EDB0, int32_t, GenericEqualityComparer_1_UnityEngine_Matrix4x4__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4__Array * array, Matrix4x4 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue___ctor, (GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue__Equals, (GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163EE50, bool, GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue__Equals_1, (GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue x, NamedValue y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue__GetHashCode, (GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163EE90, int32_t, GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue obj, MethodInfo * method)); DO_APP_FUNC(0x0163EEC0, int32_t, GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue__IndexOf, (GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue__Array * array, NamedValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163EF80, int32_t, GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue__Array * array, NamedValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_UI_Navigation___ctor, (GenericEqualityComparer_1_UnityEngine_UI_Navigation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_UI_Navigation__Equals, (GenericEqualityComparer_1_UnityEngine_UI_Navigation_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163F040, bool, GenericEqualityComparer_1_UnityEngine_UI_Navigation__Equals_1, (GenericEqualityComparer_1_UnityEngine_UI_Navigation_ * __this, Navigation x, Navigation y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_UI_Navigation__GetHashCode, (GenericEqualityComparer_1_UnityEngine_UI_Navigation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F090, int32_t, GenericEqualityComparer_1_UnityEngine_UI_Navigation__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_UI_Navigation_ * __this, Navigation obj, MethodInfo * method)); DO_APP_FUNC(0x0163F170, int32_t, GenericEqualityComparer_1_UnityEngine_UI_Navigation__IndexOf, (GenericEqualityComparer_1_UnityEngine_UI_Navigation_ * __this, Navigation__Array * array, Navigation value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163F240, int32_t, GenericEqualityComparer_1_UnityEngine_UI_Navigation__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_UI_Navigation_ * __this, Navigation__Array * array, Navigation value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_Photon_Bolt_NetworkId___ctor, (GenericEqualityComparer_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_Photon_Bolt_NetworkId__Equals, (GenericEqualityComparer_1_Photon_Bolt_NetworkId_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, GenericEqualityComparer_1_Photon_Bolt_NetworkId__Equals_1, (GenericEqualityComparer_1_Photon_Bolt_NetworkId_ * __this, NetworkId x, NetworkId y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_Photon_Bolt_NetworkId__GetHashCode, (GenericEqualityComparer_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F310, int32_t, GenericEqualityComparer_1_Photon_Bolt_NetworkId__GetHashCode_1, (GenericEqualityComparer_1_Photon_Bolt_NetworkId_ * __this, NetworkId obj, MethodInfo * method)); DO_APP_FUNC(0x0163E6B0, int32_t, GenericEqualityComparer_1_Photon_Bolt_NetworkId__IndexOf, (GenericEqualityComparer_1_Photon_Bolt_NetworkId_ * __this, NetworkId__Array * array, NetworkId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163E700, int32_t, GenericEqualityComparer_1_Photon_Bolt_NetworkId__LastIndexOf, (GenericEqualityComparer_1_Photon_Bolt_NetworkId_ * __this, NetworkId__Array * array, NetworkId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_Object___ctor, (GenericEqualityComparer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_Object__Equals, (GenericEqualityComparer_1_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163F320, bool, GenericEqualityComparer_1_System_Object__Equals_1, (GenericEqualityComparer_1_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_Object__GetHashCode, (GenericEqualityComparer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F3A0, int32_t, GenericEqualityComparer_1_System_Object__GetHashCode_1, (GenericEqualityComparer_1_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163F3D0, int32_t, GenericEqualityComparer_1_System_Object__IndexOf, (GenericEqualityComparer_1_System_Object_ * __this, Object__Array * array, Object * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163F4C0, int32_t, GenericEqualityComparer_1_System_Object__LastIndexOf, (GenericEqualityComparer_1_System_Object_ * __this, Object__Array * array, Object * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_Rewired_PidVid___ctor, (GenericEqualityComparer_1_Rewired_PidVid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_Rewired_PidVid__Equals, (GenericEqualityComparer_1_Rewired_PidVid_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163F5B0, bool, GenericEqualityComparer_1_Rewired_PidVid__Equals_1, (GenericEqualityComparer_1_Rewired_PidVid_ * __this, PidVid x, PidVid y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_Rewired_PidVid__GetHashCode, (GenericEqualityComparer_1_Rewired_PidVid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F5D0, int32_t, GenericEqualityComparer_1_Rewired_PidVid__GetHashCode_1, (GenericEqualityComparer_1_Rewired_PidVid_ * __this, PidVid obj, MethodInfo * method)); DO_APP_FUNC(0x0163F5F0, int32_t, GenericEqualityComparer_1_Rewired_PidVid__IndexOf, (GenericEqualityComparer_1_Rewired_PidVid_ * __this, PidVid__Array * array, PidVid value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163F650, int32_t, GenericEqualityComparer_1_Rewired_PidVid__LastIndexOf, (GenericEqualityComparer_1_Rewired_PidVid_ * __this, PidVid__Array * array, PidVid value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_Playables_Playable___ctor, (GenericEqualityComparer_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_Playables_Playable__Equals, (GenericEqualityComparer_1_UnityEngine_Playables_Playable_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163F6B0, bool, GenericEqualityComparer_1_UnityEngine_Playables_Playable__Equals_1, (GenericEqualityComparer_1_UnityEngine_Playables_Playable_ * __this, Playable x, Playable y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_Playables_Playable__GetHashCode, (GenericEqualityComparer_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, GenericEqualityComparer_1_UnityEngine_Playables_Playable__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_Playables_Playable_ * __this, Playable obj, MethodInfo * method)); DO_APP_FUNC(0x0163F810, int32_t, GenericEqualityComparer_1_UnityEngine_Playables_Playable__IndexOf, (GenericEqualityComparer_1_UnityEngine_Playables_Playable_ * __this, Playable__Array * array, Playable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163F900, int32_t, GenericEqualityComparer_1_UnityEngine_Playables_Playable__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_Playables_Playable_ * __this, Playable__Array * array, Playable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_Dissonance_PlayerChannel___ctor, (GenericEqualityComparer_1_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_Dissonance_PlayerChannel__Equals, (GenericEqualityComparer_1_Dissonance_PlayerChannel_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163F9F0, bool, GenericEqualityComparer_1_Dissonance_PlayerChannel__Equals_1, (GenericEqualityComparer_1_Dissonance_PlayerChannel_ * __this, PlayerChannel x, PlayerChannel y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_Dissonance_PlayerChannel__GetHashCode, (GenericEqualityComparer_1_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163FA50, int32_t, GenericEqualityComparer_1_Dissonance_PlayerChannel__GetHashCode_1, (GenericEqualityComparer_1_Dissonance_PlayerChannel_ * __this, PlayerChannel obj, MethodInfo * method)); DO_APP_FUNC(0x0163FA80, int32_t, GenericEqualityComparer_1_Dissonance_PlayerChannel__IndexOf, (GenericEqualityComparer_1_Dissonance_PlayerChannel_ * __this, PlayerChannel__Array * array, PlayerChannel value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163FB40, int32_t, GenericEqualityComparer_1_Dissonance_PlayerChannel__LastIndexOf, (GenericEqualityComparer_1_Dissonance_PlayerChannel_ * __this, PlayerChannel__Array * array, PlayerChannel value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_Quaternion___ctor, (GenericEqualityComparer_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_Quaternion__Equals, (GenericEqualityComparer_1_UnityEngine_Quaternion_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163BDB0, bool, GenericEqualityComparer_1_UnityEngine_Quaternion__Equals_1, (GenericEqualityComparer_1_UnityEngine_Quaternion_ * __this, Quaternion x, Quaternion y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_Quaternion__GetHashCode, (GenericEqualityComparer_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163FC00, int32_t, GenericEqualityComparer_1_UnityEngine_Quaternion__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_Quaternion_ * __this, Quaternion obj, MethodInfo * method)); DO_APP_FUNC(0x0163BDF0, int32_t, GenericEqualityComparer_1_UnityEngine_Quaternion__IndexOf, (GenericEqualityComparer_1_UnityEngine_Quaternion_ * __this, Quaternion__Array * array, Quaternion value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163BE80, int32_t, GenericEqualityComparer_1_UnityEngine_Quaternion__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_Quaternion_ * __this, Quaternion__Array * array, Quaternion value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_Rect___ctor, (GenericEqualityComparer_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_Rect__Equals, (GenericEqualityComparer_1_UnityEngine_Rect_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163FC20, bool, GenericEqualityComparer_1_UnityEngine_Rect__Equals_1, (GenericEqualityComparer_1_UnityEngine_Rect_ * __this, Rect x, Rect y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_Rect__GetHashCode, (GenericEqualityComparer_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163FC60, int32_t, GenericEqualityComparer_1_UnityEngine_Rect__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_Rect_ * __this, Rect obj, MethodInfo * method)); DO_APP_FUNC(0x0163FC90, int32_t, GenericEqualityComparer_1_UnityEngine_Rect__IndexOf, (GenericEqualityComparer_1_UnityEngine_Rect_ * __this, Rect__Array * array, Rect value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163FD40, int32_t, GenericEqualityComparer_1_UnityEngine_Rect__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_Rect_ * __this, Rect__Array * array, Rect value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier___ctor, (GenericEqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier__Equals, (GenericEqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163FDF0, bool, GenericEqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier__Equals_1, (GenericEqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier x, RenderTargetIdentifier y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier__GetHashCode, (GenericEqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163FE80, int32_t, GenericEqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier obj, MethodInfo * method)); DO_APP_FUNC(0x0163FE90, int32_t, GenericEqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier__IndexOf, (GenericEqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier__Array * array, RenderTargetIdentifier value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163FF80, int32_t, GenericEqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier__Array * array, RenderTargetIdentifier value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_Dissonance_RoomChannel___ctor, (GenericEqualityComparer_1_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_Dissonance_RoomChannel__Equals, (GenericEqualityComparer_1_Dissonance_RoomChannel_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01640070, bool, GenericEqualityComparer_1_Dissonance_RoomChannel__Equals_1, (GenericEqualityComparer_1_Dissonance_RoomChannel_ * __this, RoomChannel x, RoomChannel y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_Dissonance_RoomChannel__GetHashCode, (GenericEqualityComparer_1_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01640120, int32_t, GenericEqualityComparer_1_Dissonance_RoomChannel__GetHashCode_1, (GenericEqualityComparer_1_Dissonance_RoomChannel_ * __this, RoomChannel obj, MethodInfo * method)); DO_APP_FUNC(0x01640190, int32_t, GenericEqualityComparer_1_Dissonance_RoomChannel__IndexOf, (GenericEqualityComparer_1_Dissonance_RoomChannel_ * __this, RoomChannel__Array * array, RoomChannel value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01640290, int32_t, GenericEqualityComparer_1_Dissonance_RoomChannel__LastIndexOf, (GenericEqualityComparer_1_Dissonance_RoomChannel_ * __this, RoomChannel__Array * array, RoomChannel value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_Dissonance_RoomName___ctor, (GenericEqualityComparer_1_Dissonance_RoomName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_Dissonance_RoomName__Equals, (GenericEqualityComparer_1_Dissonance_RoomName_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01640390, bool, GenericEqualityComparer_1_Dissonance_RoomName__Equals_1, (GenericEqualityComparer_1_Dissonance_RoomName_ * __this, RoomName x, RoomName y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_Dissonance_RoomName__GetHashCode, (GenericEqualityComparer_1_Dissonance_RoomName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, GenericEqualityComparer_1_Dissonance_RoomName__GetHashCode_1, (GenericEqualityComparer_1_Dissonance_RoomName_ * __this, RoomName obj, MethodInfo * method)); DO_APP_FUNC(0x016403D0, int32_t, GenericEqualityComparer_1_Dissonance_RoomName__IndexOf, (GenericEqualityComparer_1_Dissonance_RoomName_ * __this, RoomName__Array * array, RoomName value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01640490, int32_t, GenericEqualityComparer_1_Dissonance_RoomName__LastIndexOf, (GenericEqualityComparer_1_Dissonance_RoomName_ * __this, RoomName__Array * array, RoomName value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_SByte___ctor, (GenericEqualityComparer_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_SByte__Equals, (GenericEqualityComparer_1_System_SByte_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01096010, bool, GenericEqualityComparer_1_System_SByte__Equals_1, (GenericEqualityComparer_1_System_SByte_ * __this, int8_t x, int8_t y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_SByte__GetHashCode, (GenericEqualityComparer_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01640550, int32_t, GenericEqualityComparer_1_System_SByte__GetHashCode_1, (GenericEqualityComparer_1_System_SByte_ * __this, int8_t obj, MethodInfo * method)); DO_APP_FUNC(0x0163BB00, int32_t, GenericEqualityComparer_1_System_SByte__IndexOf, (GenericEqualityComparer_1_System_SByte_ * __this, SByte__Array * array, int8_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163BB50, int32_t, GenericEqualityComparer_1_System_SByte__LastIndexOf, (GenericEqualityComparer_1_System_SByte_ * __this, SByte__Array * array, int8_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_Single___ctor, (GenericEqualityComparer_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_Single__Equals, (GenericEqualityComparer_1_System_Single_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01640560, bool, GenericEqualityComparer_1_System_Single__Equals_1, (GenericEqualityComparer_1_System_Single_ * __this, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_Single__GetHashCode, (GenericEqualityComparer_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016405B0, int32_t, GenericEqualityComparer_1_System_Single__GetHashCode_1, (GenericEqualityComparer_1_System_Single_ * __this, float obj, MethodInfo * method)); DO_APP_FUNC(0x01640620, int32_t, GenericEqualityComparer_1_System_Single__IndexOf, (GenericEqualityComparer_1_System_Single_ * __this, Single__Array * array, float value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x016406C0, int32_t, GenericEqualityComparer_1_System_Single__LastIndexOf, (GenericEqualityComparer_1_System_Single_ * __this, Single__Array * array, float value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_UI_SpriteState___ctor, (GenericEqualityComparer_1_UnityEngine_UI_SpriteState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_UI_SpriteState__Equals, (GenericEqualityComparer_1_UnityEngine_UI_SpriteState_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01640760, bool, GenericEqualityComparer_1_UnityEngine_UI_SpriteState__Equals_1, (GenericEqualityComparer_1_UnityEngine_UI_SpriteState_ * __this, SpriteState x, SpriteState y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_UI_SpriteState__GetHashCode, (GenericEqualityComparer_1_UnityEngine_UI_SpriteState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016407A0, int32_t, GenericEqualityComparer_1_UnityEngine_UI_SpriteState__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_UI_SpriteState_ * __this, SpriteState obj, MethodInfo * method)); DO_APP_FUNC(0x01640870, int32_t, GenericEqualityComparer_1_UnityEngine_UI_SpriteState__IndexOf, (GenericEqualityComparer_1_UnityEngine_UI_SpriteState_ * __this, SpriteState__Array * array, SpriteState value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01640930, int32_t, GenericEqualityComparer_1_UnityEngine_UI_SpriteState__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_UI_SpriteState_ * __this, SpriteState__Array * array, SpriteState value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_Net_Security_SslApplicationProtocol___ctor, (GenericEqualityComparer_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_Net_Security_SslApplicationProtocol__Equals, (GenericEqualityComparer_1_System_Net_Security_SslApplicationProtocol_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x016409F0, bool, GenericEqualityComparer_1_System_Net_Security_SslApplicationProtocol__Equals_1, (GenericEqualityComparer_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol x, SslApplicationProtocol y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_Net_Security_SslApplicationProtocol__GetHashCode, (GenericEqualityComparer_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01640A80, int32_t, GenericEqualityComparer_1_System_Net_Security_SslApplicationProtocol__GetHashCode_1, (GenericEqualityComparer_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol obj, MethodInfo * method)); DO_APP_FUNC(0x01640AF0, int32_t, GenericEqualityComparer_1_System_Net_Security_SslApplicationProtocol__IndexOf, (GenericEqualityComparer_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol__Array * array, SslApplicationProtocol value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01640BE0, int32_t, GenericEqualityComparer_1_System_Net_Security_SslApplicationProtocol__LastIndexOf, (GenericEqualityComparer_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol__Array * array, SslApplicationProtocol value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_Steamworks_SteamItemDef_t___ctor, (GenericEqualityComparer_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_Steamworks_SteamItemDef_t__Equals, (GenericEqualityComparer_1_Steamworks_SteamItemDef_t_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, GenericEqualityComparer_1_Steamworks_SteamItemDef_t__Equals_1, (GenericEqualityComparer_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t x, SteamItemDef_t y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_Steamworks_SteamItemDef_t__GetHashCode, (GenericEqualityComparer_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163CDE0, int32_t, GenericEqualityComparer_1_Steamworks_SteamItemDef_t__GetHashCode_1, (GenericEqualityComparer_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t obj, MethodInfo * method)); DO_APP_FUNC(0x0163E600, int32_t, GenericEqualityComparer_1_Steamworks_SteamItemDef_t__IndexOf, (GenericEqualityComparer_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t__Array * array, SteamItemDef_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163E650, int32_t, GenericEqualityComparer_1_Steamworks_SteamItemDef_t__LastIndexOf, (GenericEqualityComparer_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t__Array * array, SteamItemDef_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_UIElements_StylePropertyName___ctor, (GenericEqualityComparer_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_UIElements_StylePropertyName__Equals, (GenericEqualityComparer_1_UnityEngine_UIElements_StylePropertyName_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01640CD0, bool, GenericEqualityComparer_1_UnityEngine_UIElements_StylePropertyName__Equals_1, (GenericEqualityComparer_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName x, StylePropertyName y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_UIElements_StylePropertyName__GetHashCode, (GenericEqualityComparer_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01640CE0, int32_t, GenericEqualityComparer_1_UnityEngine_UIElements_StylePropertyName__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName obj, MethodInfo * method)); DO_APP_FUNC(0x01640CF0, int32_t, GenericEqualityComparer_1_UnityEngine_UIElements_StylePropertyName__IndexOf, (GenericEqualityComparer_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName__Array * array, StylePropertyName value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01640D50, int32_t, GenericEqualityComparer_1_UnityEngine_UIElements_StylePropertyName__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName__Array * array, StylePropertyName value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring___ctor, (GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring__Equals, (GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01640DB0, bool, GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring__Equals_1, (GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring x, Substring y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring__GetHashCode, (GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01640E30, int32_t, GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring obj, MethodInfo * method)); DO_APP_FUNC(0x01640E60, int32_t, GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring__IndexOf, (GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring__Array * array, Substring value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01640F30, int32_t, GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring__Array * array, Substring value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_TimeSpan___ctor, (GenericEqualityComparer_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_TimeSpan__Equals, (GenericEqualityComparer_1_System_TimeSpan_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01641000, bool, GenericEqualityComparer_1_System_TimeSpan__Equals_1, (GenericEqualityComparer_1_System_TimeSpan_ * __this, TimeSpan x, TimeSpan y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_TimeSpan__GetHashCode, (GenericEqualityComparer_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01641060, int32_t, GenericEqualityComparer_1_System_TimeSpan__GetHashCode_1, (GenericEqualityComparer_1_System_TimeSpan_ * __this, TimeSpan obj, MethodInfo * method)); DO_APP_FUNC(0x016410B0, int32_t, GenericEqualityComparer_1_System_TimeSpan__IndexOf, (GenericEqualityComparer_1_System_TimeSpan_ * __this, TimeSpan__Array * array, TimeSpan value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01641160, int32_t, GenericEqualityComparer_1_System_TimeSpan__LastIndexOf, (GenericEqualityComparer_1_System_TimeSpan_ * __this, TimeSpan__Array * array, TimeSpan value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_UIElements_TimeValue___ctor, (GenericEqualityComparer_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_UIElements_TimeValue__Equals, (GenericEqualityComparer_1_UnityEngine_UIElements_TimeValue_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01641210, bool, GenericEqualityComparer_1_UnityEngine_UIElements_TimeValue__Equals_1, (GenericEqualityComparer_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue x, TimeValue y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_UIElements_TimeValue__GetHashCode, (GenericEqualityComparer_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01641240, int32_t, GenericEqualityComparer_1_UnityEngine_UIElements_TimeValue__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue obj, MethodInfo * method)); DO_APP_FUNC(0x01641270, int32_t, GenericEqualityComparer_1_UnityEngine_UIElements_TimeValue__IndexOf, (GenericEqualityComparer_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue__Array * array, TimeValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x016412F0, int32_t, GenericEqualityComparer_1_UnityEngine_UIElements_TimeValue__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue__Array * array, TimeValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId___ctor, (GenericEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId__Equals, (GenericEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01641370, bool, GenericEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId__Equals_1, (GenericEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, TrackableId x, TrackableId y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId__GetHashCode, (GenericEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016413F0, int32_t, GenericEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, TrackableId obj, MethodInfo * method)); DO_APP_FUNC(0x01641460, int32_t, GenericEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId__IndexOf, (GenericEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, TrackableId__Array * array, TrackableId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01641520, int32_t, GenericEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, TrackableId__Array * array, TrackableId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_UInt16___ctor, (GenericEqualityComparer_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_UInt16__Equals, (GenericEqualityComparer_1_System_UInt16_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0163E2D0, bool, GenericEqualityComparer_1_System_UInt16__Equals_1, (GenericEqualityComparer_1_System_UInt16_ * __this, uint16_t x, uint16_t y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_UInt16__GetHashCode, (GenericEqualityComparer_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016415F0, int32_t, GenericEqualityComparer_1_System_UInt16__GetHashCode_1, (GenericEqualityComparer_1_System_UInt16_ * __this, uint16_t obj, MethodInfo * method)); DO_APP_FUNC(0x0163E2F0, int32_t, GenericEqualityComparer_1_System_UInt16__IndexOf, (GenericEqualityComparer_1_System_UInt16_ * __this, UInt16__Array * array, uint16_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163E340, int32_t, GenericEqualityComparer_1_System_UInt16__LastIndexOf, (GenericEqualityComparer_1_System_UInt16_ * __this, UInt16__Array * array, uint16_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_UInt32___ctor, (GenericEqualityComparer_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_UInt32__Equals, (GenericEqualityComparer_1_System_UInt32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, GenericEqualityComparer_1_System_UInt32__Equals_1, (GenericEqualityComparer_1_System_UInt32_ * __this, uint32_t x, uint32_t y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_UInt32__GetHashCode, (GenericEqualityComparer_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163CDE0, int32_t, GenericEqualityComparer_1_System_UInt32__GetHashCode_1, (GenericEqualityComparer_1_System_UInt32_ * __this, uint32_t obj, MethodInfo * method)); DO_APP_FUNC(0x0163E600, int32_t, GenericEqualityComparer_1_System_UInt32__IndexOf, (GenericEqualityComparer_1_System_UInt32_ * __this, UInt32__Array * array, uint32_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163E650, int32_t, GenericEqualityComparer_1_System_UInt32__LastIndexOf, (GenericEqualityComparer_1_System_UInt32_ * __this, UInt32__Array * array, uint32_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_UInt64___ctor, (GenericEqualityComparer_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_UInt64__Equals, (GenericEqualityComparer_1_System_UInt64_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, GenericEqualityComparer_1_System_UInt64__Equals_1, (GenericEqualityComparer_1_System_UInt64_ * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_UInt64__GetHashCode, (GenericEqualityComparer_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F310, int32_t, GenericEqualityComparer_1_System_UInt64__GetHashCode_1, (GenericEqualityComparer_1_System_UInt64_ * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x0163E6B0, int32_t, GenericEqualityComparer_1_System_UInt64__IndexOf, (GenericEqualityComparer_1_System_UInt64_ * __this, UInt64__Array * array, uint64_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0163E700, int32_t, GenericEqualityComparer_1_System_UInt64__LastIndexOf, (GenericEqualityComparer_1_System_UInt64_ * __this, UInt64__Array * array, uint64_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UdpKit_UdpEndPoint___ctor, (GenericEqualityComparer_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UdpKit_UdpEndPoint__Equals, (GenericEqualityComparer_1_UdpKit_UdpEndPoint_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01641600, bool, GenericEqualityComparer_1_UdpKit_UdpEndPoint__Equals_1, (GenericEqualityComparer_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint x, UdpEndPoint y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UdpKit_UdpEndPoint__GetHashCode, (GenericEqualityComparer_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016416A0, int32_t, GenericEqualityComparer_1_UdpKit_UdpEndPoint__GetHashCode_1, (GenericEqualityComparer_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint obj, MethodInfo * method)); DO_APP_FUNC(0x016416F0, int32_t, GenericEqualityComparer_1_UdpKit_UdpEndPoint__IndexOf, (GenericEqualityComparer_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint__Array * array, UdpEndPoint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x016417F0, int32_t, GenericEqualityComparer_1_UdpKit_UdpEndPoint__LastIndexOf, (GenericEqualityComparer_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint__Array * array, UdpEndPoint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UdpKit_UdpIPv4Address___ctor, (GenericEqualityComparer_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UdpKit_UdpIPv4Address__Equals, (GenericEqualityComparer_1_UdpKit_UdpIPv4Address_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x016418F0, bool, GenericEqualityComparer_1_UdpKit_UdpIPv4Address__Equals_1, (GenericEqualityComparer_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address x, UdpIPv4Address y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UdpKit_UdpIPv4Address__GetHashCode, (GenericEqualityComparer_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016419A0, int32_t, GenericEqualityComparer_1_UdpKit_UdpIPv4Address__GetHashCode_1, (GenericEqualityComparer_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address obj, MethodInfo * method)); DO_APP_FUNC(0x016419F0, int32_t, GenericEqualityComparer_1_UdpKit_UdpIPv4Address__IndexOf, (GenericEqualityComparer_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address__Array * array, UdpIPv4Address value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01641AD0, int32_t, GenericEqualityComparer_1_UdpKit_UdpIPv4Address__LastIndexOf, (GenericEqualityComparer_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address__Array * array, UdpIPv4Address value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_Photon_Bolt_UniqueId___ctor, (GenericEqualityComparer_1_Photon_Bolt_UniqueId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_Photon_Bolt_UniqueId__Equals, (GenericEqualityComparer_1_Photon_Bolt_UniqueId_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00ADC410, bool, GenericEqualityComparer_1_Photon_Bolt_UniqueId__Equals_1, (GenericEqualityComparer_1_Photon_Bolt_UniqueId_ * __this, UniqueId x, UniqueId y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_Photon_Bolt_UniqueId__GetHashCode, (GenericEqualityComparer_1_Photon_Bolt_UniqueId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163D870, int32_t, GenericEqualityComparer_1_Photon_Bolt_UniqueId__GetHashCode_1, (GenericEqualityComparer_1_Photon_Bolt_UniqueId_ * __this, UniqueId obj, MethodInfo * method)); DO_APP_FUNC(0x01641BB0, int32_t, GenericEqualityComparer_1_Photon_Bolt_UniqueId__IndexOf, (GenericEqualityComparer_1_Photon_Bolt_UniqueId_ * __this, UniqueId__Array * array, UniqueId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01641C40, int32_t, GenericEqualityComparer_1_Photon_Bolt_UniqueId__LastIndexOf, (GenericEqualityComparer_1_Photon_Bolt_UniqueId_ * __this, UniqueId__Array * array, UniqueId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_Vector2___ctor, (GenericEqualityComparer_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_Vector2__Equals, (GenericEqualityComparer_1_UnityEngine_Vector2_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01641CE0, bool, GenericEqualityComparer_1_UnityEngine_Vector2__Equals_1, (GenericEqualityComparer_1_UnityEngine_Vector2_ * __this, Vector2 x, Vector2 y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_Vector2__GetHashCode, (GenericEqualityComparer_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01641D20, int32_t, GenericEqualityComparer_1_UnityEngine_Vector2__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_Vector2_ * __this, Vector2 obj, MethodInfo * method)); DO_APP_FUNC(0x01641D50, int32_t, GenericEqualityComparer_1_UnityEngine_Vector2__IndexOf, (GenericEqualityComparer_1_UnityEngine_Vector2_ * __this, Vector2__Array * array, Vector2 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01641DC0, int32_t, GenericEqualityComparer_1_UnityEngine_Vector2__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_Vector2_ * __this, Vector2__Array * array, Vector2 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_Vector2Int___ctor, (GenericEqualityComparer_1_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_Vector2Int__Equals, (GenericEqualityComparer_1_UnityEngine_Vector2Int_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01641E40, bool, GenericEqualityComparer_1_UnityEngine_Vector2Int__Equals_1, (GenericEqualityComparer_1_UnityEngine_Vector2Int_ * __this, Vector2Int x, Vector2Int y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_Vector2Int__GetHashCode, (GenericEqualityComparer_1_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01641E60, int32_t, GenericEqualityComparer_1_UnityEngine_Vector2Int__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_Vector2Int_ * __this, Vector2Int obj, MethodInfo * method)); DO_APP_FUNC(0x01641E70, int32_t, GenericEqualityComparer_1_UnityEngine_Vector2Int__IndexOf, (GenericEqualityComparer_1_UnityEngine_Vector2Int_ * __this, Vector2Int__Array * array, Vector2Int value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01641ED0, int32_t, GenericEqualityComparer_1_UnityEngine_Vector2Int__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_Vector2Int_ * __this, Vector2Int__Array * array, Vector2Int value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_Vector3___ctor, (GenericEqualityComparer_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_Vector3__Equals, (GenericEqualityComparer_1_UnityEngine_Vector3_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01641F30, bool, GenericEqualityComparer_1_UnityEngine_Vector3__Equals_1, (GenericEqualityComparer_1_UnityEngine_Vector3_ * __this, Vector3 x, Vector3 y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_Vector3__GetHashCode, (GenericEqualityComparer_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01641F80, int32_t, GenericEqualityComparer_1_UnityEngine_Vector3__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_Vector3_ * __this, Vector3 obj, MethodInfo * method)); DO_APP_FUNC(0x01641FE0, int32_t, GenericEqualityComparer_1_UnityEngine_Vector3__IndexOf, (GenericEqualityComparer_1_UnityEngine_Vector3_ * __this, Vector3__Array * array, Vector3 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01642060, int32_t, GenericEqualityComparer_1_UnityEngine_Vector3__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_Vector3_ * __this, Vector3__Array * array, Vector3 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_Vector3Int___ctor, (GenericEqualityComparer_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_Vector3Int__Equals, (GenericEqualityComparer_1_UnityEngine_Vector3Int_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x016420F0, bool, GenericEqualityComparer_1_UnityEngine_Vector3Int__Equals_1, (GenericEqualityComparer_1_UnityEngine_Vector3Int_ * __this, Vector3Int x, Vector3Int y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_Vector3Int__GetHashCode, (GenericEqualityComparer_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01642140, int32_t, GenericEqualityComparer_1_UnityEngine_Vector3Int__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_Vector3Int_ * __this, Vector3Int obj, MethodInfo * method)); DO_APP_FUNC(0x01642170, int32_t, GenericEqualityComparer_1_UnityEngine_Vector3Int__IndexOf, (GenericEqualityComparer_1_UnityEngine_Vector3Int_ * __this, Vector3Int__Array * array, Vector3Int value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01642210, int32_t, GenericEqualityComparer_1_UnityEngine_Vector3Int__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_Vector3Int_ * __this, Vector3Int__Array * array, Vector3Int value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_Vector4___ctor, (GenericEqualityComparer_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_Vector4__Equals, (GenericEqualityComparer_1_UnityEngine_Vector4_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x016422B0, bool, GenericEqualityComparer_1_UnityEngine_Vector4__Equals_1, (GenericEqualityComparer_1_UnityEngine_Vector4_ * __this, Vector4 x, Vector4 y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_Vector4__GetHashCode, (GenericEqualityComparer_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163FC00, int32_t, GenericEqualityComparer_1_UnityEngine_Vector4__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_Vector4_ * __this, Vector4 obj, MethodInfo * method)); DO_APP_FUNC(0x01642300, int32_t, GenericEqualityComparer_1_UnityEngine_Vector4__IndexOf, (GenericEqualityComparer_1_UnityEngine_Vector4_ * __this, Vector4__Array * array, Vector4 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x016423A0, int32_t, GenericEqualityComparer_1_UnityEngine_Vector4__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_Vector4_ * __this, Vector4__Array * array, Vector4 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor___ctor, (GenericEqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor__Equals, (GenericEqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01642440, bool, GenericEqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor__Equals_1, (GenericEqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor x, VertexAttributeDescriptor y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor__GetHashCode, (GenericEqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01642470, int32_t, GenericEqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor obj, MethodInfo * method)); DO_APP_FUNC(0x01642490, int32_t, GenericEqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor__IndexOf, (GenericEqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor__Array * array, VertexAttributeDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01642510, int32_t, GenericEqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor__Array * array, VertexAttributeDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Equals, (GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01642590, bool, GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Equals_1, (GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue x, JsonParser_JsonValue y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__GetHashCode, (GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016425F0, int32_t, GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue obj, MethodInfo * method)); DO_APP_FUNC(0x01642620, int32_t, GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__IndexOf, (GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue__Array * array, JsonParser_JsonValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01642710, int32_t, GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue__Array * array, JsonParser_JsonValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick___ctor, (GenericEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Equals, (GenericEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01642800, bool, GenericEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Equals_1, (GenericEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick x, ProbeBrickIndex_Brick y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__GetHashCode, (GenericEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, GenericEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick obj, MethodInfo * method)); DO_APP_FUNC(0x01642850, int32_t, GenericEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__IndexOf, (GenericEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick__Array * array, ProbeBrickIndex_Brick value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x016428F0, int32_t, GenericEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick__Array * array, ProbeBrickIndex_Brick value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume___ctor, (GenericEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__Equals, (GenericEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01642990, bool, GenericEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__Equals_1, (GenericEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, ProbeReferenceVolume_Volume x, ProbeReferenceVolume_Volume y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__GetHashCode, (GenericEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016429E0, int32_t, GenericEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__GetHashCode_1, (GenericEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, ProbeReferenceVolume_Volume obj, MethodInfo * method)); DO_APP_FUNC(0x01642AE0, int32_t, GenericEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__IndexOf, (GenericEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, ProbeReferenceVolume_Volume__Array * array, ProbeReferenceVolume_Volume value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01642BC0, int32_t, GenericEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__LastIndexOf, (GenericEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, ProbeReferenceVolume_Volume__Array * array, ProbeReferenceVolume_Volume value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey___ctor, (GenericEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__Equals, (GenericEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01642CA0, bool, GenericEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__Equals_1, (GenericEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, Regex_CachedCodeEntryKey x, Regex_CachedCodeEntryKey y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__GetHashCode, (GenericEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01642CE0, int32_t, GenericEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__GetHashCode_1, (GenericEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, Regex_CachedCodeEntryKey obj, MethodInfo * method)); DO_APP_FUNC(0x01642D10, int32_t, GenericEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__IndexOf, (GenericEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, Regex_CachedCodeEntryKey__Array * array, Regex_CachedCodeEntryKey value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01642DD0, int32_t, GenericEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__LastIndexOf, (GenericEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, Regex_CachedCodeEntryKey__Array * array, Regex_CachedCodeEntryKey value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, GenericEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId___ctor, (GenericEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639730, bool, GenericEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__Equals, (GenericEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01642E90, bool, GenericEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__Equals_1, (GenericEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, WetDecalSystem_MaterialBatchId x, WetDecalSystem_MaterialBatchId y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, GenericEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__GetHashCode, (GenericEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01642F20, int32_t, GenericEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__GetHashCode_1, (GenericEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, WetDecalSystem_MaterialBatchId obj, MethodInfo * method)); DO_APP_FUNC(0x01642F50, int32_t, GenericEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__IndexOf, (GenericEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, WetDecalSystem_MaterialBatchId__Array * array, WetDecalSystem_MaterialBatchId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01643060, int32_t, GenericEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__LastIndexOf, (GenericEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, WetDecalSystem_MaterialBatchId__Array * array, WetDecalSystem_MaterialBatchId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01643170, void, GenericPool_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x010108F0, Object *, GenericPool_1_System_Object__Get, (MethodInfo * method)); DO_APP_FUNC(0x01171E40, ObjectPool_1_T_PooledObject_System_Object_, GenericPool_1_System_Object__Get_1, (Object * * value, MethodInfo * method)); DO_APP_FUNC(0x01171F60, void, GenericPool_1_System_Object__Release, (Object * toRelease, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, GetSetValue_1_System_Boolean___ctor, (GetSetValue_1_System_Boolean_ * __this, Func_1_Boolean_ * param_0000c9ce, Action_1_Boolean_ * param_0000c9cf, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA640, GetSetValue_1_System_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x016432F0, bool, GetSetValue_1_System_Boolean__GetValue, (GetSetValue_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE5E8, GetSetValue_1_System_Boolean__GetValue__MethodInfo); DO_APP_FUNC(0x01643390, void, GetSetValue_1_System_Boolean__SetValue, (GetSetValue_1_System_Boolean_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE5D0, GetSetValue_1_System_Boolean__SetValue__MethodInfo); DO_APP_FUNC(0x003B93C0, Func_1_Boolean_ *, GetSetValue_1_System_Boolean__get_getValueDelegate, (GetSetValue_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Action_1_Boolean_ *, GetSetValue_1_System_Boolean__get_setValueDelegate, (GetSetValue_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, GetSetValue_1_System_Boolean__set_getValueDelegate, (GetSetValue_1_System_Boolean_ * __this, Func_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, GetSetValue_1_System_Boolean__set_setValueDelegate, (GetSetValue_1_System_Boolean_ * __this, Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, GetSetValue_1_System_Int32___ctor, (GetSetValue_1_System_Int32_ * __this, Func_1_Int32_ * param_0000c9ce, Action_1_Int32_ * param_0000c9cf, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA7A8, GetSetValue_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x01643420, int32_t, GetSetValue_1_System_Int32__GetValue, (GetSetValue_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE5D8, GetSetValue_1_System_Int32__GetValue__MethodInfo); DO_APP_FUNC(0x016434C0, void, GetSetValue_1_System_Int32__SetValue, (GetSetValue_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE5C0, GetSetValue_1_System_Int32__SetValue__MethodInfo); DO_APP_FUNC(0x003B93C0, Func_1_Int32_ *, GetSetValue_1_System_Int32__get_getValueDelegate, (GetSetValue_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Action_1_Int32_ *, GetSetValue_1_System_Int32__get_setValueDelegate, (GetSetValue_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, GetSetValue_1_System_Int32__set_getValueDelegate, (GetSetValue_1_System_Int32_ * __this, Func_1_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, GetSetValue_1_System_Int32__set_setValueDelegate, (GetSetValue_1_System_Int32_ * __this, Action_1_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, GetSetValue_1_System_Int32Enum___ctor, (GetSetValue_1_System_Int32Enum_ * __this, Func_1_Int32Enum_ * param_0000c9ce, Action_1_Int32Enum_ * param_0000c9cf, MethodInfo * method)); DO_APP_FUNC(0x01643550, Int32Enum__Enum, GetSetValue_1_System_Int32Enum__GetValue, (GetSetValue_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE5C8, GetSetValue_1_System_Int32Enum__GetValue__MethodInfo); DO_APP_FUNC(0x016435F0, void, GetSetValue_1_System_Int32Enum__SetValue, (GetSetValue_1_System_Int32Enum_ * __this, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE5B0, GetSetValue_1_System_Int32Enum__SetValue__MethodInfo); DO_APP_FUNC(0x003B93C0, Func_1_Int32Enum_ *, GetSetValue_1_System_Int32Enum__get_getValueDelegate, (GetSetValue_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Action_1_Int32Enum_ *, GetSetValue_1_System_Int32Enum__get_setValueDelegate, (GetSetValue_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, GetSetValue_1_System_Int32Enum__set_getValueDelegate, (GetSetValue_1_System_Int32Enum_ * __this, Func_1_Int32Enum_ * value, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, GetSetValue_1_System_Int32Enum__set_setValueDelegate, (GetSetValue_1_System_Int32Enum_ * __this, Action_1_Int32Enum_ * value, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, GetSetValue_1_System_Object___ctor, (GetSetValue_1_System_Object_ * __this, Func_1_Object_ * param_0000c9ce, Action_1_Object_ * param_0000c9cf, MethodInfo * method)); DO_APP_FUNC(0x01643680, Object *, GetSetValue_1_System_Object__GetValue, (GetSetValue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE5B8, GetSetValue_1_System_Object__GetValue__MethodInfo); DO_APP_FUNC(0x01643720, void, GetSetValue_1_System_Object__SetValue, (GetSetValue_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE610, GetSetValue_1_System_Object__SetValue__MethodInfo); DO_APP_FUNC(0x003B93C0, Func_1_Object_ *, GetSetValue_1_System_Object__get_getValueDelegate, (GetSetValue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Action_1_Object_ *, GetSetValue_1_System_Object__get_setValueDelegate, (GetSetValue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, GetSetValue_1_System_Object__set_getValueDelegate, (GetSetValue_1_System_Object_ * __this, Func_1_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, GetSetValue_1_System_Object__set_setValueDelegate, (GetSetValue_1_System_Object_ * __this, Action_1_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x01095920, void, RuntimePropertyInfo_Getter_2_System_Object_System_Object___ctor, (RuntimePropertyInfo_Getter_2_System_Object_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, Object *, RuntimePropertyInfo_Getter_2_System_Object_System_Object__Invoke, (RuntimePropertyInfo_Getter_2_System_Object_System_Object_ * __this, Object * _this, MethodInfo * method)); DO_APP_FUNC(0x016437B0, LinkedListNode_1_System_Object_ *, GlobalLinkedListNodeCache_1_System_Object__Acquire, (Object * val, MethodInfo * method)); DO_APP_FUNC(0x01643A00, void, GlobalLinkedListNodeCache_1_System_Object__Release, (LinkedListNode_1_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x01643C50, void, BaseProximityTrigger_1_THandle_Grid_System_Object___ctor, (BaseProximityTrigger_1_THandle_Grid_System_Object_ * __this, BaseProximityTrigger_1_System_Object_ * parent, MethodInfo * method)); DO_APP_FUNC(0x01644B50, Vector3Int, BaseProximityTrigger_1_THandle_Grid_System_Object__CellPos, (BaseProximityTrigger_1_THandle_Grid_System_Object_ * __this, Vector3 pos, MethodInfo * method)); DO_APP_FUNC(0x016449D0, void, BaseProximityTrigger_1_THandle_Grid_System_Object__CloseAll, (BaseProximityTrigger_1_THandle_Grid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01645720, void, BaseProximityTrigger_1_THandle_Grid_System_Object__DrawCube, (Vector3 min, Vector3 max, Color lines, Color fill, MethodInfo * method)); DO_APP_FUNC(0x016450F0, void, BaseProximityTrigger_1_THandle_Grid_System_Object__DrawGizmos, (BaseProximityTrigger_1_THandle_Grid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01644C60, String *, BaseProximityTrigger_1_THandle_Grid_System_Object__GenerateName, (BaseProximityTrigger_1_THandle_Grid_System_Object_ * __this, Vector3Int pos, MethodInfo * method)); DO_APP_FUNC(0x016447C0, bool, BaseProximityTrigger_1_THandle_Grid_System_Object__InBound, (Vector3Int point, BoundsInt bounds, MethodInfo * method)); DO_APP_FUNC(0x01643F60, void, BaseProximityTrigger_1_THandle_Grid_System_Object__Update, (BaseProximityTrigger_1_THandle_Grid_System_Object_ * __this, IDissonancePlayer * player, MethodInfo * method)); DO_APP_FUNC(0x01021040, int32_t, BaseProximityTrigger_1_THandle_Grid_System_Object__get_ChannelCount, (BaseProximityTrigger_1_THandle_Grid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, BaseProximityTrigger_1_System_Object_ *, BaseProximityTrigger_1_THandle_Grid_System_Object__get_Parent, (BaseProximityTrigger_1_THandle_Grid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01645B70, void, BaseProximityTrigger_1_THandle_Grid_RoomChannel___ctor, (BaseProximityTrigger_1_THandle_Grid_RoomChannel_ * __this, BaseProximityTrigger_1_RoomChannel_ * parent, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56ED0, BaseProximityTrigger_1_THandle_Grid_RoomChannel___ctor__MethodInfo); DO_APP_FUNC(0x01644B50, Vector3Int, BaseProximityTrigger_1_THandle_Grid_RoomChannel__CellPos, (BaseProximityTrigger_1_THandle_Grid_RoomChannel_ * __this, Vector3 pos, MethodInfo * method)); DO_APP_FUNC(0x01646710, void, BaseProximityTrigger_1_THandle_Grid_RoomChannel__CloseAll, (BaseProximityTrigger_1_THandle_Grid_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01645720, void, BaseProximityTrigger_1_THandle_Grid_RoomChannel__DrawCube, (Vector3 min, Vector3 max, Color lines, Color fill, MethodInfo * method)); DO_APP_FUNC(0x01646D70, void, BaseProximityTrigger_1_THandle_Grid_RoomChannel__DrawGizmos, (BaseProximityTrigger_1_THandle_Grid_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016468E0, String *, BaseProximityTrigger_1_THandle_Grid_RoomChannel__GenerateName, (BaseProximityTrigger_1_THandle_Grid_RoomChannel_ * __this, Vector3Int pos, MethodInfo * method)); DO_APP_FUNC(0x016447C0, bool, BaseProximityTrigger_1_THandle_Grid_RoomChannel__InBound, (Vector3Int point, BoundsInt bounds, MethodInfo * method)); DO_APP_FUNC(0x01645E80, void, BaseProximityTrigger_1_THandle_Grid_RoomChannel__Update, (BaseProximityTrigger_1_THandle_Grid_RoomChannel_ * __this, IDissonancePlayer * player, MethodInfo * method)); DO_APP_FUNC(0x01021040, int32_t, BaseProximityTrigger_1_THandle_Grid_RoomChannel__get_ChannelCount, (BaseProximityTrigger_1_THandle_Grid_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, BaseProximityTrigger_1_RoomChannel_ *, BaseProximityTrigger_1_THandle_Grid_RoomChannel__get_Parent, (BaseProximityTrigger_1_THandle_Grid_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56EB8, BaseProximityTrigger_1_THandle_Grid_RoomChannel__get_Parent__MethodInfo); DO_APP_FUNC(0x016473A0, void, BaseProximityTrigger_1_THandle_Grid_RoomMembership___ctor, (BaseProximityTrigger_1_THandle_Grid_RoomMembership_ * __this, BaseProximityTrigger_1_RoomMembership_ * parent, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56E80, BaseProximityTrigger_1_THandle_Grid_RoomMembership___ctor__MethodInfo); DO_APP_FUNC(0x01644B50, Vector3Int, BaseProximityTrigger_1_THandle_Grid_RoomMembership__CellPos, (BaseProximityTrigger_1_THandle_Grid_RoomMembership_ * __this, Vector3 pos, MethodInfo * method)); DO_APP_FUNC(0x01647F20, void, BaseProximityTrigger_1_THandle_Grid_RoomMembership__CloseAll, (BaseProximityTrigger_1_THandle_Grid_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01645720, void, BaseProximityTrigger_1_THandle_Grid_RoomMembership__DrawCube, (Vector3 min, Vector3 max, Color lines, Color fill, MethodInfo * method)); DO_APP_FUNC(0x01648560, void, BaseProximityTrigger_1_THandle_Grid_RoomMembership__DrawGizmos, (BaseProximityTrigger_1_THandle_Grid_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016480D0, String *, BaseProximityTrigger_1_THandle_Grid_RoomMembership__GenerateName, (BaseProximityTrigger_1_THandle_Grid_RoomMembership_ * __this, Vector3Int pos, MethodInfo * method)); DO_APP_FUNC(0x016447C0, bool, BaseProximityTrigger_1_THandle_Grid_RoomMembership__InBound, (Vector3Int point, BoundsInt bounds, MethodInfo * method)); DO_APP_FUNC(0x016476B0, void, BaseProximityTrigger_1_THandle_Grid_RoomMembership__Update, (BaseProximityTrigger_1_THandle_Grid_RoomMembership_ * __this, IDissonancePlayer * player, MethodInfo * method)); DO_APP_FUNC(0x01021040, int32_t, BaseProximityTrigger_1_THandle_Grid_RoomMembership__get_ChannelCount, (BaseProximityTrigger_1_THandle_Grid_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, BaseProximityTrigger_1_RoomMembership_ *, BaseProximityTrigger_1_THandle_Grid_RoomMembership__get_Parent, (BaseProximityTrigger_1_THandle_Grid_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56E70, BaseProximityTrigger_1_THandle_Grid_RoomMembership__get_Parent__MethodInfo); DO_APP_FUNC(0x00CB2940, List_1_System_Object_ *, GridLookup_1_System_Object__QueryRect, (GridLookup_1_System_Object_ * __this, IntRect r, MethodInfo * method)); DO_APP_FUNC(0x01648B90, void, GridLookup_1_System_Object___ctor, (GridLookup_1_System_Object_ * __this, Int2 size, MethodInfo * method)); DO_APP_FUNC(0x01649100, GridLookup_1_T_Root_System_Object_ *, GridLookup_1_System_Object__Add, (GridLookup_1_System_Object_ * __this, Object * item, IntRect bounds, MethodInfo * method)); DO_APP_FUNC(0x01648F70, void, GridLookup_1_System_Object__Clear, (GridLookup_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016490B0, GridLookup_1_T_Root_System_Object_ *, GridLookup_1_System_Object__GetRoot, (GridLookup_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01649570, void, GridLookup_1_System_Object__Move, (GridLookup_1_System_Object_ * __this, Object * item, IntRect bounds, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0F70, GridLookup_1_System_Object__Move__MethodInfo); DO_APP_FUNC(0x016493B0, void, GridLookup_1_System_Object__Remove, (GridLookup_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01648F50, GridLookup_1_T_Root_System_Object_ *, GridLookup_1_System_Object__get_AllItems, (GridLookup_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649C80, void, GroupedEnumerable_3_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2___ctor, (GroupedEnumerable_3_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, IEnumerable_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3_ * keySelector, Func_2_System_Collections_Generic_KeyValuePair_2_System_Collections_Generic_KeyValuePair_2_ * elementSelector, IEqualityComparer_1_UnityEngine_Vector3_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0F78, GroupedEnumerable_3_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2___ctor__MethodInfo); DO_APP_FUNC(0x01649D70, IEnumerator_1_System_Linq_IGrouping_2__3 *, GroupedEnumerable_3_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__GetEnumerator, (GroupedEnumerable_3_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, GroupedEnumerable_3_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerable_GetEnumerator, (GroupedEnumerable_3_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649E20, void, GroupedEnumerable_3_System_ValueTuple_2_System_Int32_System_Object___ctor, (GroupedEnumerable_3_System_ValueTuple_2_System_Int32_System_Object_ * __this, IEnumerable_1_System_ValueTuple_2__5 * source, Func_2_ValueTuple_2_Object_Int32_Int32_ * keySelector, Func_2_ValueTuple_2_Object_Int32_Object_ * elementSelector, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0F30, GroupedEnumerable_3_System_ValueTuple_2_System_Int32_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x01649D70, IEnumerator_1_System_Linq_IGrouping_2_ *, GroupedEnumerable_3_System_ValueTuple_2_System_Int32_System_Object__GetEnumerator, (GroupedEnumerable_3_System_ValueTuple_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, GroupedEnumerable_3_System_ValueTuple_2_System_Int32_System_Object__System_Collections_IEnumerable_GetEnumerator, (GroupedEnumerable_3_System_ValueTuple_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649F10, void, GroupedEnumerable_3_System_Object_System_Object_System_Object___ctor, (GroupedEnumerable_3_System_Object_System_Object_System_Object_ * __this, IEnumerable_1_System_Object_ * source, Func_2_Object_Object_ * keySelector, Func_2_Object_Object_ * elementSelector, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0F38, GroupedEnumerable_3_System_Object_System_Object_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x01649D70, IEnumerator_1_System_Linq_IGrouping_2__1 *, GroupedEnumerable_3_System_Object_System_Object_System_Object__GetEnumerator, (GroupedEnumerable_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, GroupedEnumerable_3_System_Object_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (GroupedEnumerable_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0164A000, void, GroupedEnumerable_3_UnityEngine_Resolution_System_Object_UnityEngine_Resolution___ctor, (GroupedEnumerable_3_UnityEngine_Resolution_System_Object_UnityEngine_Resolution_ * __this, IEnumerable_1_UnityEngine_Resolution_ * source, Func_2_UnityEngine_Resolution_Object_ * keySelector, Func_2_UnityEngine_Resolution_UnityEngine_Resolution_ * elementSelector, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0F28, GroupedEnumerable_3_UnityEngine_Resolution_System_Object_UnityEngine_Resolution___ctor__MethodInfo); DO_APP_FUNC(0x01649D70, IEnumerator_1_System_Linq_IGrouping_2__2 *, GroupedEnumerable_3_UnityEngine_Resolution_System_Object_UnityEngine_Resolution__GetEnumerator, (GroupedEnumerable_3_UnityEngine_Resolution_System_Object_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, GroupedEnumerable_3_UnityEngine_Resolution_System_Object_UnityEngine_Resolution__System_Collections_IEnumerable_GetEnumerator, (GroupedEnumerable_3_UnityEngine_Resolution_System_Object_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object___ctor, (Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0164A0F0, void, Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object__Add, (Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object_ * __this, Object * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0F20, Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object__Add__MethodInfo); DO_APP_FUNC(0x0164A1C0, IEnumerator_1_System_Object_ *, Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object__GetEnumerator, (Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0164A290, void, Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object__System_Collections_Generic_ICollection_TElement__Add, (Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0F18, Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object__System_Collections_Generic_ICollection_TElement__Add__MethodInfo); DO_APP_FUNC(0x0164A2C0, void, Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object__System_Collections_Generic_ICollection_TElement__Clear, (Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0F60, Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object__System_Collections_Generic_ICollection_TElement__Clear__MethodInfo); DO_APP_FUNC(0x0164A2F0, bool, Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object__System_Collections_Generic_ICollection_TElement__Contains, (Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0164A340, void, Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object__System_Collections_Generic_ICollection_TElement__CopyTo, (Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object_ * __this, Object__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x0164A370, bool, Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object__System_Collections_Generic_ICollection_TElement__Remove, (Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0F68, Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object__System_Collections_Generic_ICollection_TElement__Remove__MethodInfo); DO_APP_FUNC(0x003CA7C0, int32_t, Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object__System_Collections_Generic_ICollection_TElement__get_Count, (Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object__System_Collections_Generic_ICollection_TElement__get_IsReadOnly, (Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0164A3A0, int32_t, Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object__System_Collections_Generic_IList_TElement__IndexOf, (Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0164A3E0, void, Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object__System_Collections_Generic_IList_TElement__Insert, (Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0F50, Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object__System_Collections_Generic_IList_TElement__Insert__MethodInfo); DO_APP_FUNC(0x0164A410, void, Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object__System_Collections_Generic_IList_TElement__RemoveAt, (Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0F58, Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object__System_Collections_Generic_IList_TElement__RemoveAt__MethodInfo); DO_APP_FUNC(0x0164A440, Object *, Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object__System_Collections_Generic_IList_TElement__get_Item, (Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0F40, Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object__System_Collections_Generic_IList_TElement__get_Item__MethodInfo); DO_APP_FUNC(0x0164A4B0, void, Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object__System_Collections_Generic_IList_TElement__set_Item, (Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0F48, Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object__System_Collections_Generic_IList_TElement__set_Item__MethodInfo); DO_APP_FUNC(0x014D2960, IEnumerator *, Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object__System_Collections_IEnumerable_GetEnumerator, (Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Lookup_2_TKey_TElement_Grouping_System_Object_System_Object___ctor, (Lookup_2_TKey_TElement_Grouping_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0164A4E0, void, Lookup_2_TKey_TElement_Grouping_System_Object_System_Object__Add, (Lookup_2_TKey_TElement_Grouping_System_Object_System_Object_ * __this, Object * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0ED8, Lookup_2_TKey_TElement_Grouping_System_Object_System_Object__Add__MethodInfo); DO_APP_FUNC(0x0164A1C0, IEnumerator_1_System_Object_ *, Lookup_2_TKey_TElement_Grouping_System_Object_System_Object__GetEnumerator, (Lookup_2_TKey_TElement_Grouping_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0164A5B0, void, Lookup_2_TKey_TElement_Grouping_System_Object_System_Object__System_Collections_Generic_ICollection_TElement__Add, (Lookup_2_TKey_TElement_Grouping_System_Object_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0EE0, Lookup_2_TKey_TElement_Grouping_System_Object_System_Object__System_Collections_Generic_ICollection_TElement__Add__MethodInfo); DO_APP_FUNC(0x0164A5E0, void, Lookup_2_TKey_TElement_Grouping_System_Object_System_Object__System_Collections_Generic_ICollection_TElement__Clear, (Lookup_2_TKey_TElement_Grouping_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0EC8, Lookup_2_TKey_TElement_Grouping_System_Object_System_Object__System_Collections_Generic_ICollection_TElement__Clear__MethodInfo); DO_APP_FUNC(0x0164A610, bool, Lookup_2_TKey_TElement_Grouping_System_Object_System_Object__System_Collections_Generic_ICollection_TElement__Contains, (Lookup_2_TKey_TElement_Grouping_System_Object_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0164A660, void, Lookup_2_TKey_TElement_Grouping_System_Object_System_Object__System_Collections_Generic_ICollection_TElement__CopyTo, (Lookup_2_TKey_TElement_Grouping_System_Object_System_Object_ * __this, Object__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x0164A690, bool, Lookup_2_TKey_TElement_Grouping_System_Object_System_Object__System_Collections_Generic_ICollection_TElement__Remove, (Lookup_2_TKey_TElement_Grouping_System_Object_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0ED0, Lookup_2_TKey_TElement_Grouping_System_Object_System_Object__System_Collections_Generic_ICollection_TElement__Remove__MethodInfo); DO_APP_FUNC(0x0041F4C0, int32_t, Lookup_2_TKey_TElement_Grouping_System_Object_System_Object__System_Collections_Generic_ICollection_TElement__get_Count, (Lookup_2_TKey_TElement_Grouping_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Lookup_2_TKey_TElement_Grouping_System_Object_System_Object__System_Collections_Generic_ICollection_TElement__get_IsReadOnly, (Lookup_2_TKey_TElement_Grouping_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0164A6C0, int32_t, Lookup_2_TKey_TElement_Grouping_System_Object_System_Object__System_Collections_Generic_IList_TElement__IndexOf, (Lookup_2_TKey_TElement_Grouping_System_Object_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0164A700, void, Lookup_2_TKey_TElement_Grouping_System_Object_System_Object__System_Collections_Generic_IList_TElement__Insert, (Lookup_2_TKey_TElement_Grouping_System_Object_System_Object_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0EB8, Lookup_2_TKey_TElement_Grouping_System_Object_System_Object__System_Collections_Generic_IList_TElement__Insert__MethodInfo); DO_APP_FUNC(0x0164A730, void, Lookup_2_TKey_TElement_Grouping_System_Object_System_Object__System_Collections_Generic_IList_TElement__RemoveAt, (Lookup_2_TKey_TElement_Grouping_System_Object_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0EC0, Lookup_2_TKey_TElement_Grouping_System_Object_System_Object__System_Collections_Generic_IList_TElement__RemoveAt__MethodInfo); DO_APP_FUNC(0x0164A760, Object *, Lookup_2_TKey_TElement_Grouping_System_Object_System_Object__System_Collections_Generic_IList_TElement__get_Item, (Lookup_2_TKey_TElement_Grouping_System_Object_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0EA8, Lookup_2_TKey_TElement_Grouping_System_Object_System_Object__System_Collections_Generic_IList_TElement__get_Item__MethodInfo); DO_APP_FUNC(0x0164A7D0, void, Lookup_2_TKey_TElement_Grouping_System_Object_System_Object__System_Collections_Generic_IList_TElement__set_Item, (Lookup_2_TKey_TElement_Grouping_System_Object_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0EB0, Lookup_2_TKey_TElement_Grouping_System_Object_System_Object__System_Collections_Generic_IList_TElement__set_Item__MethodInfo); DO_APP_FUNC(0x014D2960, IEnumerator *, Lookup_2_TKey_TElement_Grouping_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (Lookup_2_TKey_TElement_Grouping_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution___ctor, (Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0164A800, void, Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution__Add, (Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution_ * __this, Resolution element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0F08, Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution__Add__MethodInfo); DO_APP_FUNC(0x0164A1C0, IEnumerator_1_UnityEngine_Resolution_ *, Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution__GetEnumerator, (Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0164A8F0, void, Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution__System_Collections_Generic_ICollection_TElement__Add, (Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution_ * __this, Resolution item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0F10, Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution__System_Collections_Generic_ICollection_TElement__Add__MethodInfo); DO_APP_FUNC(0x0164A920, void, Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution__System_Collections_Generic_ICollection_TElement__Clear, (Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0EF8, Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution__System_Collections_Generic_ICollection_TElement__Clear__MethodInfo); DO_APP_FUNC(0x0164A950, bool, Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution__System_Collections_Generic_ICollection_TElement__Contains, (Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution_ * __this, Resolution item, MethodInfo * method)); DO_APP_FUNC(0x0164A660, void, Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution__System_Collections_Generic_ICollection_TElement__CopyTo, (Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution_ * __this, Resolution__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x0164A9B0, bool, Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution__System_Collections_Generic_ICollection_TElement__Remove, (Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution_ * __this, Resolution item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0F00, Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution__System_Collections_Generic_ICollection_TElement__Remove__MethodInfo); DO_APP_FUNC(0x0041F4C0, int32_t, Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution__System_Collections_Generic_ICollection_TElement__get_Count, (Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution__System_Collections_Generic_ICollection_TElement__get_IsReadOnly, (Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0164A9E0, int32_t, Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution__System_Collections_Generic_IList_TElement__IndexOf, (Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution_ * __this, Resolution item, MethodInfo * method)); DO_APP_FUNC(0x0164AA40, void, Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution__System_Collections_Generic_IList_TElement__Insert, (Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution_ * __this, int32_t index, Resolution item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0EE8, Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution__System_Collections_Generic_IList_TElement__Insert__MethodInfo); DO_APP_FUNC(0x0164AA70, void, Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution__System_Collections_Generic_IList_TElement__RemoveAt, (Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0EF0, Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution__System_Collections_Generic_IList_TElement__RemoveAt__MethodInfo); DO_APP_FUNC(0x0164AAA0, Resolution, Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution__System_Collections_Generic_IList_TElement__get_Item, (Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0E68, Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution__System_Collections_Generic_IList_TElement__get_Item__MethodInfo); DO_APP_FUNC(0x0164AB30, void, Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution__System_Collections_Generic_IList_TElement__set_Item, (Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution_ * __this, int32_t index, Resolution value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0E70, Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution__System_Collections_Generic_IList_TElement__set_Item__MethodInfo); DO_APP_FUNC(0x014D2960, IEnumerator *, Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution__System_Collections_IEnumerable_GetEnumerator, (Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2___ctor, (Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0164AB60, void, Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__Add, (Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, KeyValuePair_2_UnityEngine_Vector3_System_Int32_ element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0E58, Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__Add__MethodInfo); DO_APP_FUNC(0x0164AC40, IEnumerator_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32_ *, Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__GetEnumerator, (Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0164AD10, void, Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_ICollection_TElement__Add, (Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, KeyValuePair_2_UnityEngine_Vector3_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0E60, Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_ICollection_TElement__Add__MethodInfo); DO_APP_FUNC(0x0164AD40, void, Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_ICollection_TElement__Clear, (Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0E48, Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_ICollection_TElement__Clear__MethodInfo); DO_APP_FUNC(0x0164AD70, bool, Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_ICollection_TElement__Contains, (Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, KeyValuePair_2_UnityEngine_Vector3_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC(0x0164A660, void, Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_ICollection_TElement__CopyTo, (Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, KeyValuePair_2_UnityEngine_Vector3_System_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x0164ADC0, bool, Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_ICollection_TElement__Remove, (Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, KeyValuePair_2_UnityEngine_Vector3_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0E50, Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_ICollection_TElement__Remove__MethodInfo); DO_APP_FUNC(0x0041F4C0, int32_t, Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_ICollection_TElement__get_Count, (Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_ICollection_TElement__get_IsReadOnly, (Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0164ADF0, int32_t, Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_IList_TElement__IndexOf, (Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, KeyValuePair_2_UnityEngine_Vector3_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC(0x0164AE40, void, Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_IList_TElement__Insert, (Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, int32_t index, KeyValuePair_2_UnityEngine_Vector3_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0E98, Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_IList_TElement__Insert__MethodInfo); DO_APP_FUNC(0x0164AE70, void, Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_IList_TElement__RemoveAt, (Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0EA0, Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_IList_TElement__RemoveAt__MethodInfo); DO_APP_FUNC(0x0164AEA0, KeyValuePair_2_UnityEngine_Vector3_System_Int32_, Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_IList_TElement__get_Item, (Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0E88, Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_IList_TElement__get_Item__MethodInfo); DO_APP_FUNC(0x0164AF20, void, Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_IList_TElement__set_Item, (Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, int32_t index, KeyValuePair_2_UnityEngine_Vector3_System_Int32_ value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0E90, Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_IList_TElement__set_Item__MethodInfo); DO_APP_FUNC(0x014D2960, IEnumerator *, Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerable_GetEnumerator, (Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01371220, void, HashSetPool_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x010108F0, HashSet_1_System_Object_ *, HashSetPool_1_System_Object__Get, (MethodInfo * method)); DO_APP_FUNC(0x01171E40, ObjectPool_1_T_PooledObject_System_Collections_Generic_HashSet_1_, HashSetPool_1_System_Object__Get_1, (HashSet_1_System_Object_ * * value, MethodInfo * method)); DO_APP_FUNC(0x01171F60, void, HashSetPool_1_System_Object__Release, (HashSet_1_System_Object_ * toRelease, MethodInfo * method)); DO_APP_FUNC(0x0164AF50, void, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84148, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor__MethodInfo); DO_APP_FUNC(0x0164B050, void, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor_1, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C640F0, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor_1__MethodInfo); DO_APP_FUNC(0x0164AFB0, void, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor_2, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, IEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0164B0C0, void, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor_3, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * collection, IEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0E80, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor_3__MethodInfo); DO_APP_FUNC(0x003C53A0, void, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor_4, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0164C680, bool, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Add, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83E40, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Add__MethodInfo); DO_APP_FUNC(0x0164E820, bool, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__AddIfNotPresent, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0DA0, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__AddIfNotPresent__MethodInfo); DO_APP_FUNC(0x0164FF90, bool, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__AddOrGetLocation, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle value, int32_t * location, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0D78, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__AddOrGetLocation__MethodInfo); DO_APP_FUNC(0x0164EBE0, void, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__AddValue, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t index, int32_t hashCode, AsyncOperationHandle value, MethodInfo * method)); DO_APP_FUNC(0x016507D0, bool, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__AreEqualityComparersEqual, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * set1, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * set2, MethodInfo * method)); DO_APP_FUNC(0x01650330, HashSet_1_T_ElementCount_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__CheckUniqueAndUnfoundElements, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * other, bool returnIfUnfound, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0D70, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__CheckUniqueAndUnfoundElements__MethodInfo); DO_APP_FUNC(0x0164B690, void, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Clear, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62A20, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Clear__MethodInfo); DO_APP_FUNC(0x0164B6F0, bool, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Contains, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0E18, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Contains__MethodInfo); DO_APP_FUNC(0x0164ED10, bool, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__ContainsAllElements, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * other, MethodInfo * method)); DO_APP_FUNC(0x0164B2E0, void, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__CopyFrom, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * source, MethodInfo * method)); DO_APP_FUNC(0x0164DC10, void, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__CopyTo, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle__Array * array, MethodInfo * method)); DO_APP_FUNC(0x0164B900, void, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__CopyTo_1, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x0164DC40, void, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__CopyTo_2, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle__Array * array, int32_t arrayIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0DF0, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__CopyTo_2__MethodInfo); DO_APP_FUNC(0x0164CB30, void, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__ExceptWith, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0DD0, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__ExceptWith__MethodInfo); DO_APP_FUNC(0x0164BC20, HashSet_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__GetEnumerator, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84188, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__GetEnumerator__MethodInfo); DO_APP_FUNC(0x0164BDA0, void, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__GetObjectData, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0E00, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__GetObjectData__MethodInfo); DO_APP_FUNC(0x0164E550, void, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__IncreaseCapacity, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0D88, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__IncreaseCapacity__MethodInfo); DO_APP_FUNC(0x0164E3E0, int32_t, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Initialize, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x016508E0, int32_t, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__InternalGetHashCode, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle item, MethodInfo * method)); DO_APP_FUNC(0x0164F600, int32_t, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__InternalIndexOf, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0D60, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__InternalIndexOf__MethodInfo); DO_APP_FUNC(0x0164C950, void, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__IntersectWith, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0E28, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__IntersectWith__MethodInfo); DO_APP_FUNC(0x0164F190, void, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__IntersectWithEnumerable, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0D90, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__IntersectWithEnumerable__MethodInfo); DO_APP_FUNC(0x0164F040, void, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__IntersectWithHashSetWithSameEC, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * other, MethodInfo * method)); DO_APP_FUNC(0x0164D0E0, bool, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__IsProperSubsetOf, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0DB0, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__IsProperSubsetOf__MethodInfo); DO_APP_FUNC(0x0164D530, bool, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__IsProperSupersetOf, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0DA8, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__IsProperSupersetOf__MethodInfo); DO_APP_FUNC(0x0164CF10, bool, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__IsSubsetOf, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0DC8, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__IsSubsetOf__MethodInfo); DO_APP_FUNC(0x0164EF10, bool, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__IsSubsetOfHashSetWithSameEC, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * other, MethodInfo * method)); DO_APP_FUNC(0x0164D340, bool, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__IsSupersetOf, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0DB8, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__IsSupersetOf__MethodInfo); DO_APP_FUNC(0x0164C140, void, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__OnDeserialization, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0E38, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__OnDeserialization__MethodInfo); DO_APP_FUNC(0x0164D770, bool, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Overlaps, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0DF8, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Overlaps__MethodInfo); DO_APP_FUNC(0x0164B930, bool, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Remove, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0E20, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Remove__MethodInfo); DO_APP_FUNC(0x0164DEF0, int32_t, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__RemoveWhere, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Predicate_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0DE0, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__RemoveWhere__MethodInfo); DO_APP_FUNC(0x0164E630, void, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__SetCapacity, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t newSize, MethodInfo * method)); DO_APP_FUNC(0x0164D9D0, bool, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__SetEquals, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0DE8, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__SetEquals__MethodInfo); DO_APP_FUNC(0x0164CD90, void, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__SymmetricExceptWith, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0DC0, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__SymmetricExceptWith__MethodInfo); DO_APP_FUNC(0x0164F990, void, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__SymmetricExceptWithEnumerable, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0D58, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__SymmetricExceptWithEnumerable__MethodInfo); DO_APP_FUNC(0x0164F800, void, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__SymmetricExceptWithUniqueHashSet, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * other, MethodInfo * method)); DO_APP_FUNC(0x0164B650, void, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_ICollection_T__Add, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_ICollection_T__get_IsReadOnly, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0164BCB0, IEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ *, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_IEnumerable_T__GetEnumerator, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0164BCB0, IEnumerator *, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IEnumerable_GetEnumerator, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0164E0A0, void, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__TrimExcess, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0164C6D0, void, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__UnionWith, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0E30, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__UnionWith__MethodInfo); DO_APP_FUNC(0x003B9330, IEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ *, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Comparer, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Count, (HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C842C0, HashSet_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Count__MethodInfo); DO_APP_FUNC(0x0164AF50, void, HashSet_1_System_Int32___ctor, (HashSet_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FEC8, HashSet_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x0164B050, void, HashSet_1_System_Int32___ctor_1, (HashSet_1_System_Int32_ * __this, IEnumerable_1_System_Int32_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6F00, HashSet_1_System_Int32___ctor_1__MethodInfo); DO_APP_FUNC(0x0164AFB0, void, HashSet_1_System_Int32___ctor_2, (HashSet_1_System_Int32_ * __this, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016509C0, void, HashSet_1_System_Int32___ctor_3, (HashSet_1_System_Int32_ * __this, IEnumerable_1_System_Int32_ * collection, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0D68, HashSet_1_System_Int32___ctor_3__MethodInfo); DO_APP_FUNC(0x003C53A0, void, HashSet_1_System_Int32___ctor_4, (HashSet_1_System_Int32_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01651DA0, bool, HashSet_1_System_Int32__Add, (HashSet_1_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FE90, HashSet_1_System_Int32__Add__MethodInfo); DO_APP_FUNC(0x01653DF0, bool, HashSet_1_System_Int32__AddIfNotPresent, (HashSet_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0D00, HashSet_1_System_Int32__AddIfNotPresent__MethodInfo); DO_APP_FUNC(0x01655220, bool, HashSet_1_System_Int32__AddOrGetLocation, (HashSet_1_System_Int32_ * __this, int32_t value, int32_t * location, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0CD8, HashSet_1_System_Int32__AddOrGetLocation__MethodInfo); DO_APP_FUNC(0x016540D0, void, HashSet_1_System_Int32__AddValue, (HashSet_1_System_Int32_ * __this, int32_t index, int32_t hashCode, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x016507D0, bool, HashSet_1_System_Int32__AreEqualityComparersEqual, (HashSet_1_System_Int32_ * set1, HashSet_1_System_Int32_ * set2, MethodInfo * method)); DO_APP_FUNC(0x01655500, HashSet_1_T_ElementCount_System_Int32_, HashSet_1_System_Int32__CheckUniqueAndUnfoundElements, (HashSet_1_System_Int32_ * __this, IEnumerable_1_System_Int32_ * other, bool returnIfUnfound, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0CC0, HashSet_1_System_Int32__CheckUniqueAndUnfoundElements__MethodInfo); DO_APP_FUNC(0x0164B690, void, HashSet_1_System_Int32__Clear, (HashSet_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87F48, HashSet_1_System_Int32__Clear__MethodInfo); DO_APP_FUNC(0x01650F50, bool, HashSet_1_System_Int32__Contains, (HashSet_1_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D998, HashSet_1_System_Int32__Contains__MethodInfo); DO_APP_FUNC(0x01654190, bool, HashSet_1_System_Int32__ContainsAllElements, (HashSet_1_System_Int32_ * __this, IEnumerable_1_System_Int32_ * other, MethodInfo * method)); DO_APP_FUNC(0x01650BE0, void, HashSet_1_System_Int32__CopyFrom, (HashSet_1_System_Int32_ * __this, HashSet_1_System_Int32_ * source, MethodInfo * method)); DO_APP_FUNC(0x0164DC10, void, HashSet_1_System_Int32__CopyTo, (HashSet_1_System_Int32_ * __this, Int32__Array * array, MethodInfo * method)); DO_APP_FUNC(0x0164B900, void, HashSet_1_System_Int32__CopyTo_1, (HashSet_1_System_Int32_ * __this, Int32__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x016532A0, void, HashSet_1_System_Int32__CopyTo_2, (HashSet_1_System_Int32_ * __this, Int32__Array * array, int32_t arrayIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0CE8, HashSet_1_System_Int32__CopyTo_2__MethodInfo); DO_APP_FUNC(0x01652200, void, HashSet_1_System_Int32__ExceptWith, (HashSet_1_System_Int32_ * __this, IEnumerable_1_System_Int32_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0D48, HashSet_1_System_Int32__ExceptWith__MethodInfo); DO_APP_FUNC(0x01651390, HashSet_1_T_Enumerator_System_Int32_, HashSet_1_System_Int32__GetEnumerator, (HashSet_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C603E8, HashSet_1_System_Int32__GetEnumerator__MethodInfo); DO_APP_FUNC(0x016514F0, void, HashSet_1_System_Int32__GetObjectData, (HashSet_1_System_Int32_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0D20, HashSet_1_System_Int32__GetObjectData__MethodInfo); DO_APP_FUNC(0x01653B20, void, HashSet_1_System_Int32__IncreaseCapacity, (HashSet_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0D08, HashSet_1_System_Int32__IncreaseCapacity__MethodInfo); DO_APP_FUNC(0x016539B0, int32_t, HashSet_1_System_Int32__Initialize, (HashSet_1_System_Int32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01655970, int32_t, HashSet_1_System_Int32__InternalGetHashCode, (HashSet_1_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01654970, int32_t, HashSet_1_System_Int32__InternalIndexOf, (HashSet_1_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0CB8, HashSet_1_System_Int32__InternalIndexOf__MethodInfo); DO_APP_FUNC(0x01652020, void, HashSet_1_System_Int32__IntersectWith, (HashSet_1_System_Int32_ * __this, IEnumerable_1_System_Int32_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0D50, HashSet_1_System_Int32__IntersectWith__MethodInfo); DO_APP_FUNC(0x01654560, void, HashSet_1_System_Int32__IntersectWithEnumerable, (HashSet_1_System_Int32_ * __this, IEnumerable_1_System_Int32_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0CB0, HashSet_1_System_Int32__IntersectWithEnumerable__MethodInfo); DO_APP_FUNC(0x01654460, void, HashSet_1_System_Int32__IntersectWithHashSetWithSameEC, (HashSet_1_System_Int32_ * __this, HashSet_1_System_Int32_ * other, MethodInfo * method)); DO_APP_FUNC(0x01652790, bool, HashSet_1_System_Int32__IsProperSubsetOf, (HashSet_1_System_Int32_ * __this, IEnumerable_1_System_Int32_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0D28, HashSet_1_System_Int32__IsProperSubsetOf__MethodInfo); DO_APP_FUNC(0x01652BE0, bool, HashSet_1_System_Int32__IsProperSupersetOf, (HashSet_1_System_Int32_ * __this, IEnumerable_1_System_Int32_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0CF8, HashSet_1_System_Int32__IsProperSupersetOf__MethodInfo); DO_APP_FUNC(0x016525C0, bool, HashSet_1_System_Int32__IsSubsetOf, (HashSet_1_System_Int32_ * __this, IEnumerable_1_System_Int32_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0D40, HashSet_1_System_Int32__IsSubsetOf__MethodInfo); DO_APP_FUNC(0x01654360, bool, HashSet_1_System_Int32__IsSubsetOfHashSetWithSameEC, (HashSet_1_System_Int32_ * __this, HashSet_1_System_Int32_ * other, MethodInfo * method)); DO_APP_FUNC(0x016529F0, bool, HashSet_1_System_Int32__IsSupersetOf, (HashSet_1_System_Int32_ * __this, IEnumerable_1_System_Int32_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0D30, HashSet_1_System_Int32__IsSupersetOf__MethodInfo); DO_APP_FUNC(0x01651890, void, HashSet_1_System_Int32__OnDeserialization, (HashSet_1_System_Int32_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0D18, HashSet_1_System_Int32__OnDeserialization__MethodInfo); DO_APP_FUNC(0x01652E20, bool, HashSet_1_System_Int32__Overlaps, (HashSet_1_System_Int32_ * __this, IEnumerable_1_System_Int32_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0CF0, HashSet_1_System_Int32__Overlaps__MethodInfo); DO_APP_FUNC(0x01651110, bool, HashSet_1_System_Int32__Remove, (HashSet_1_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC80E0, HashSet_1_System_Int32__Remove__MethodInfo); DO_APP_FUNC(0x01653520, int32_t, HashSet_1_System_Int32__RemoveWhere, (HashSet_1_System_Int32_ * __this, Predicate_1_Int32_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8148, HashSet_1_System_Int32__RemoveWhere__MethodInfo); DO_APP_FUNC(0x01653C00, void, HashSet_1_System_Int32__SetCapacity, (HashSet_1_System_Int32_ * __this, int32_t newSize, MethodInfo * method)); DO_APP_FUNC(0x01653060, bool, HashSet_1_System_Int32__SetEquals, (HashSet_1_System_Int32_ * __this, IEnumerable_1_System_Int32_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0CE0, HashSet_1_System_Int32__SetEquals__MethodInfo); DO_APP_FUNC(0x01652440, void, HashSet_1_System_Int32__SymmetricExceptWith, (HashSet_1_System_Int32_ * __this, IEnumerable_1_System_Int32_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0D38, HashSet_1_System_Int32__SymmetricExceptWith__MethodInfo); DO_APP_FUNC(0x01654C60, void, HashSet_1_System_Int32__SymmetricExceptWithEnumerable, (HashSet_1_System_Int32_ * __this, IEnumerable_1_System_Int32_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0CD0, HashSet_1_System_Int32__SymmetricExceptWithEnumerable__MethodInfo); DO_APP_FUNC(0x01654B20, void, HashSet_1_System_Int32__SymmetricExceptWithUniqueHashSet, (HashSet_1_System_Int32_ * __this, HashSet_1_System_Int32_ * other, MethodInfo * method)); DO_APP_FUNC(0x01650F30, void, HashSet_1_System_Int32__System_Collections_Generic_ICollection_T__Add, (HashSet_1_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, HashSet_1_System_Int32__System_Collections_Generic_ICollection_T__get_IsReadOnly, (HashSet_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01651420, IEnumerator_1_System_Int32_ *, HashSet_1_System_Int32__System_Collections_Generic_IEnumerable_T__GetEnumerator, (HashSet_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01651420, IEnumerator *, HashSet_1_System_Int32__System_Collections_IEnumerable_GetEnumerator, (HashSet_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01653680, void, HashSet_1_System_Int32__TrimExcess, (HashSet_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01651DD0, void, HashSet_1_System_Int32__UnionWith, (HashSet_1_System_Int32_ * __this, IEnumerable_1_System_Int32_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0D10, HashSet_1_System_Int32__UnionWith__MethodInfo); DO_APP_FUNC(0x003B9330, IEqualityComparer_1_System_Int32_ *, HashSet_1_System_Int32__get_Comparer, (HashSet_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, HashSet_1_System_Int32__get_Count, (HashSet_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC80D0, HashSet_1_System_Int32__get_Count__MethodInfo); DO_APP_FUNC(0x0164AF50, void, HashSet_1_System_Int32Enum___ctor, (HashSet_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0164B050, void, HashSet_1_System_Int32Enum___ctor_1, (HashSet_1_System_Int32Enum_ * __this, IEnumerable_1_System_Int32Enum_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0164AFB0, void, HashSet_1_System_Int32Enum___ctor_2, (HashSet_1_System_Int32Enum_ * __this, IEqualityComparer_1_System_Int32Enum_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016559D0, void, HashSet_1_System_Int32Enum___ctor_3, (HashSet_1_System_Int32Enum_ * __this, IEnumerable_1_System_Int32Enum_ * collection, IEqualityComparer_1_System_Int32Enum_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0CC8, HashSet_1_System_Int32Enum___ctor_3__MethodInfo); DO_APP_FUNC(0x003C53A0, void, HashSet_1_System_Int32Enum___ctor_4, (HashSet_1_System_Int32Enum_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01651DA0, bool, HashSet_1_System_Int32Enum__Add, (HashSet_1_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x01658C50, bool, HashSet_1_System_Int32Enum__AddIfNotPresent, (HashSet_1_System_Int32Enum_ * __this, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0C00, HashSet_1_System_Int32Enum__AddIfNotPresent__MethodInfo); DO_APP_FUNC(0x01659EC0, bool, HashSet_1_System_Int32Enum__AddOrGetLocation, (HashSet_1_System_Int32Enum_ * __this, Int32Enum__Enum value, int32_t * location, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0C18, HashSet_1_System_Int32Enum__AddOrGetLocation__MethodInfo); DO_APP_FUNC(0x016540D0, void, HashSet_1_System_Int32Enum__AddValue, (HashSet_1_System_Int32Enum_ * __this, int32_t index, int32_t hashCode, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x016507D0, bool, HashSet_1_System_Int32Enum__AreEqualityComparersEqual, (HashSet_1_System_Int32Enum_ * set1, HashSet_1_System_Int32Enum_ * set2, MethodInfo * method)); DO_APP_FUNC(0x0165A1A0, HashSet_1_T_ElementCount_System_Int32Enum_, HashSet_1_System_Int32Enum__CheckUniqueAndUnfoundElements, (HashSet_1_System_Int32Enum_ * __this, IEnumerable_1_System_Int32Enum_ * other, bool returnIfUnfound, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0BD0, HashSet_1_System_Int32Enum__CheckUniqueAndUnfoundElements__MethodInfo); DO_APP_FUNC(0x0164B690, void, HashSet_1_System_Int32Enum__Clear, (HashSet_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01655F40, bool, HashSet_1_System_Int32Enum__Contains, (HashSet_1_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0C80, HashSet_1_System_Int32Enum__Contains__MethodInfo); DO_APP_FUNC(0x01658F30, bool, HashSet_1_System_Int32Enum__ContainsAllElements, (HashSet_1_System_Int32Enum_ * __this, IEnumerable_1_System_Int32Enum_ * other, MethodInfo * method)); DO_APP_FUNC(0x01655BF0, void, HashSet_1_System_Int32Enum__CopyFrom, (HashSet_1_System_Int32Enum_ * __this, HashSet_1_System_Int32Enum_ * source, MethodInfo * method)); DO_APP_FUNC(0x0164DC10, void, HashSet_1_System_Int32Enum__CopyTo, (HashSet_1_System_Int32Enum_ * __this, Int32Enum__Enum__Array * array, MethodInfo * method)); DO_APP_FUNC(0x0164B900, void, HashSet_1_System_Int32Enum__CopyTo_1, (HashSet_1_System_Int32Enum_ * __this, Int32Enum__Enum__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01658100, void, HashSet_1_System_Int32Enum__CopyTo_2, (HashSet_1_System_Int32Enum_ * __this, Int32Enum__Enum__Array * array, int32_t arrayIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0C60, HashSet_1_System_Int32Enum__CopyTo_2__MethodInfo); DO_APP_FUNC(0x01657060, void, HashSet_1_System_Int32Enum__ExceptWith, (HashSet_1_System_Int32Enum_ * __this, IEnumerable_1_System_Int32Enum_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0C90, HashSet_1_System_Int32Enum__ExceptWith__MethodInfo); DO_APP_FUNC(0x01651390, HashSet_1_T_Enumerator_System_Int32Enum_, HashSet_1_System_Int32Enum__GetEnumerator, (HashSet_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01656380, void, HashSet_1_System_Int32Enum__GetObjectData, (HashSet_1_System_Int32Enum_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0C78, HashSet_1_System_Int32Enum__GetObjectData__MethodInfo); DO_APP_FUNC(0x01658980, void, HashSet_1_System_Int32Enum__IncreaseCapacity, (HashSet_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0C08, HashSet_1_System_Int32Enum__IncreaseCapacity__MethodInfo); DO_APP_FUNC(0x01658810, int32_t, HashSet_1_System_Int32Enum__Initialize, (HashSet_1_System_Int32Enum_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01655970, int32_t, HashSet_1_System_Int32Enum__InternalGetHashCode, (HashSet_1_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x01659610, int32_t, HashSet_1_System_Int32Enum__InternalIndexOf, (HashSet_1_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0C28, HashSet_1_System_Int32Enum__InternalIndexOf__MethodInfo); DO_APP_FUNC(0x01656E80, void, HashSet_1_System_Int32Enum__IntersectWith, (HashSet_1_System_Int32Enum_ * __this, IEnumerable_1_System_Int32Enum_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0CA8, HashSet_1_System_Int32Enum__IntersectWith__MethodInfo); DO_APP_FUNC(0x01659200, void, HashSet_1_System_Int32Enum__IntersectWithEnumerable, (HashSet_1_System_Int32Enum_ * __this, IEnumerable_1_System_Int32Enum_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0C20, HashSet_1_System_Int32Enum__IntersectWithEnumerable__MethodInfo); DO_APP_FUNC(0x01654460, void, HashSet_1_System_Int32Enum__IntersectWithHashSetWithSameEC, (HashSet_1_System_Int32Enum_ * __this, HashSet_1_System_Int32Enum_ * other, MethodInfo * method)); DO_APP_FUNC(0x016575F0, bool, HashSet_1_System_Int32Enum__IsProperSubsetOf, (HashSet_1_System_Int32Enum_ * __this, IEnumerable_1_System_Int32Enum_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0C58, HashSet_1_System_Int32Enum__IsProperSubsetOf__MethodInfo); DO_APP_FUNC(0x01657A40, bool, HashSet_1_System_Int32Enum__IsProperSupersetOf, (HashSet_1_System_Int32Enum_ * __this, IEnumerable_1_System_Int32Enum_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0C48, HashSet_1_System_Int32Enum__IsProperSupersetOf__MethodInfo); DO_APP_FUNC(0x01657420, bool, HashSet_1_System_Int32Enum__IsSubsetOf, (HashSet_1_System_Int32Enum_ * __this, IEnumerable_1_System_Int32Enum_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0C50, HashSet_1_System_Int32Enum__IsSubsetOf__MethodInfo); DO_APP_FUNC(0x01659100, bool, HashSet_1_System_Int32Enum__IsSubsetOfHashSetWithSameEC, (HashSet_1_System_Int32Enum_ * __this, HashSet_1_System_Int32Enum_ * other, MethodInfo * method)); DO_APP_FUNC(0x01657850, bool, HashSet_1_System_Int32Enum__IsSupersetOf, (HashSet_1_System_Int32Enum_ * __this, IEnumerable_1_System_Int32Enum_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0C40, HashSet_1_System_Int32Enum__IsSupersetOf__MethodInfo); DO_APP_FUNC(0x01656720, void, HashSet_1_System_Int32Enum__OnDeserialization, (HashSet_1_System_Int32Enum_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0C70, HashSet_1_System_Int32Enum__OnDeserialization__MethodInfo); DO_APP_FUNC(0x01657C80, bool, HashSet_1_System_Int32Enum__Overlaps, (HashSet_1_System_Int32Enum_ * __this, IEnumerable_1_System_Int32Enum_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0C30, HashSet_1_System_Int32Enum__Overlaps__MethodInfo); DO_APP_FUNC(0x01656100, bool, HashSet_1_System_Int32Enum__Remove, (HashSet_1_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0C88, HashSet_1_System_Int32Enum__Remove__MethodInfo); DO_APP_FUNC(0x01658380, int32_t, HashSet_1_System_Int32Enum__RemoveWhere, (HashSet_1_System_Int32Enum_ * __this, Predicate_1_Int32Enum_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0C68, HashSet_1_System_Int32Enum__RemoveWhere__MethodInfo); DO_APP_FUNC(0x01658A60, void, HashSet_1_System_Int32Enum__SetCapacity, (HashSet_1_System_Int32Enum_ * __this, int32_t newSize, MethodInfo * method)); DO_APP_FUNC(0x01657EC0, bool, HashSet_1_System_Int32Enum__SetEquals, (HashSet_1_System_Int32Enum_ * __this, IEnumerable_1_System_Int32Enum_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0C38, HashSet_1_System_Int32Enum__SetEquals__MethodInfo); DO_APP_FUNC(0x016572A0, void, HashSet_1_System_Int32Enum__SymmetricExceptWith, (HashSet_1_System_Int32Enum_ * __this, IEnumerable_1_System_Int32Enum_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0C98, HashSet_1_System_Int32Enum__SymmetricExceptWith__MethodInfo); DO_APP_FUNC(0x01659900, void, HashSet_1_System_Int32Enum__SymmetricExceptWithEnumerable, (HashSet_1_System_Int32Enum_ * __this, IEnumerable_1_System_Int32Enum_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0C10, HashSet_1_System_Int32Enum__SymmetricExceptWithEnumerable__MethodInfo); DO_APP_FUNC(0x016597C0, void, HashSet_1_System_Int32Enum__SymmetricExceptWithUniqueHashSet, (HashSet_1_System_Int32Enum_ * __this, HashSet_1_System_Int32Enum_ * other, MethodInfo * method)); DO_APP_FUNC(0x01650F30, void, HashSet_1_System_Int32Enum__System_Collections_Generic_ICollection_T__Add, (HashSet_1_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, HashSet_1_System_Int32Enum__System_Collections_Generic_ICollection_T__get_IsReadOnly, (HashSet_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01651420, IEnumerator_1_System_Int32Enum_ *, HashSet_1_System_Int32Enum__System_Collections_Generic_IEnumerable_T__GetEnumerator, (HashSet_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01651420, IEnumerator *, HashSet_1_System_Int32Enum__System_Collections_IEnumerable_GetEnumerator, (HashSet_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016584E0, void, HashSet_1_System_Int32Enum__TrimExcess, (HashSet_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01656C30, void, HashSet_1_System_Int32Enum__UnionWith, (HashSet_1_System_Int32Enum_ * __this, IEnumerable_1_System_Int32Enum_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0CA0, HashSet_1_System_Int32Enum__UnionWith__MethodInfo); DO_APP_FUNC(0x003B9330, IEqualityComparer_1_System_Int32Enum_ *, HashSet_1_System_Int32Enum__get_Comparer, (HashSet_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, HashSet_1_System_Int32Enum__get_Count, (HashSet_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0164AF50, void, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString___ctor, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98BD0, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString___ctor__MethodInfo); DO_APP_FUNC(0x0164B050, void, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString___ctor_1, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0164AFB0, void, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString___ctor_2, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0165A610, void, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString___ctor_3, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * collection, IEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0BD8, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString___ctor_3__MethodInfo); DO_APP_FUNC(0x003C53A0, void, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString___ctor_4, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0165BB50, bool, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__Add, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91170, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__Add__MethodInfo); DO_APP_FUNC(0x0165DC50, bool, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__AddIfNotPresent, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0B50, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__AddIfNotPresent__MethodInfo); DO_APP_FUNC(0x0165F360, bool, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__AddOrGetLocation, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString value, int32_t * location, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0B30, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__AddOrGetLocation__MethodInfo); DO_APP_FUNC(0x0165E050, void, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__AddValue, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t index, int32_t hashCode, InternedString value, MethodInfo * method)); DO_APP_FUNC(0x016507D0, bool, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__AreEqualityComparersEqual, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * set1, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * set2, MethodInfo * method)); DO_APP_FUNC(0x0165F740, HashSet_1_T_ElementCount_UnityEngine_InputSystem_Utilities_InternedString_, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__CheckUniqueAndUnfoundElements, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * other, bool returnIfUnfound, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0B18, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__CheckUniqueAndUnfoundElements__MethodInfo); DO_APP_FUNC(0x0164B690, void, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__Clear, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0165ABB0, bool, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__Contains, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0BC0, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__Contains__MethodInfo); DO_APP_FUNC(0x0165E170, bool, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__ContainsAllElements, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * other, MethodInfo * method)); DO_APP_FUNC(0x0165A830, void, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__CopyFrom, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * source, MethodInfo * method)); DO_APP_FUNC(0x0164DC10, void, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__CopyTo, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString__Array * array, MethodInfo * method)); DO_APP_FUNC(0x0164B900, void, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__CopyTo_1, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x0165D0A0, void, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__CopyTo_2, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString__Array * array, int32_t arrayIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0BA0, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__CopyTo_2__MethodInfo); DO_APP_FUNC(0x0165BFE0, void, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__ExceptWith, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0B90, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__ExceptWith__MethodInfo); DO_APP_FUNC(0x0165B120, HashSet_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__GetEnumerator, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0165B290, void, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__GetObjectData, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0BF8, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__GetObjectData__MethodInfo); DO_APP_FUNC(0x0165D980, void, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__IncreaseCapacity, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0B58, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__IncreaseCapacity__MethodInfo); DO_APP_FUNC(0x0165D810, int32_t, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__Initialize, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0165FBD0, int32_t, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__InternalGetHashCode, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString item, MethodInfo * method)); DO_APP_FUNC(0x0165E9C0, int32_t, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__InternalIndexOf, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0B68, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__InternalIndexOf__MethodInfo); DO_APP_FUNC(0x0165BE00, void, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__IntersectWith, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0BE8, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__IntersectWith__MethodInfo); DO_APP_FUNC(0x0165E570, void, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__IntersectWithEnumerable, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0B60, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__IntersectWithEnumerable__MethodInfo); DO_APP_FUNC(0x0165E460, void, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__IntersectWithHashSetWithSameEC, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * other, MethodInfo * method)); DO_APP_FUNC(0x0165C580, bool, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__IsProperSubsetOf, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0B88, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__IsProperSubsetOf__MethodInfo); DO_APP_FUNC(0x0165C9D0, bool, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__IsProperSupersetOf, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0B78, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__IsProperSupersetOf__MethodInfo); DO_APP_FUNC(0x0165C3B0, bool, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__IsSubsetOf, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0B80, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__IsSubsetOf__MethodInfo); DO_APP_FUNC(0x0165E350, bool, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__IsSubsetOfHashSetWithSameEC, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * other, MethodInfo * method)); DO_APP_FUNC(0x0165C7E0, bool, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__IsSupersetOf, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0B70, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__IsSupersetOf__MethodInfo); DO_APP_FUNC(0x0165B630, void, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__OnDeserialization, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0BF0, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__OnDeserialization__MethodInfo); DO_APP_FUNC(0x0165CC10, bool, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__Overlaps, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0BB0, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__Overlaps__MethodInfo); DO_APP_FUNC(0x0165AE00, bool, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__Remove, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0BC8, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__Remove__MethodInfo); DO_APP_FUNC(0x0165D350, int32_t, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__RemoveWhere, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Predicate_1_UnityEngine_InputSystem_Utilities_InternedString_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0BA8, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__RemoveWhere__MethodInfo); DO_APP_FUNC(0x0165DA60, void, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__SetCapacity, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t newSize, MethodInfo * method)); DO_APP_FUNC(0x0165CE60, bool, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__SetEquals, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0BB8, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__SetEquals__MethodInfo); DO_APP_FUNC(0x0165C230, void, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__SymmetricExceptWith, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0B98, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__SymmetricExceptWith__MethodInfo); DO_APP_FUNC(0x0165ED70, void, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__SymmetricExceptWithEnumerable, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0B28, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__SymmetricExceptWithEnumerable__MethodInfo); DO_APP_FUNC(0x0165EC10, void, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__SymmetricExceptWithUniqueHashSet, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * other, MethodInfo * method)); DO_APP_FUNC(0x0165AB80, void, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_ICollection_T__Add, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_ICollection_T__get_IsReadOnly, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0165B1B0, IEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_IEnumerable_T__GetEnumerator, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0165B1B0, IEnumerator *, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IEnumerable_GetEnumerator, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0165D4D0, void, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__TrimExcess, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0165BB90, void, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__UnionWith, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0BE0, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__UnionWith__MethodInfo); DO_APP_FUNC(0x003B9330, IEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ *, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__get_Comparer, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, HashSet_1_UnityEngine_InputSystem_Utilities_InternedString__get_Count, (HashSet_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0164AF50, void, HashSet_1_Photon_Bolt_NetworkId___ctor, (HashSet_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93150, HashSet_1_Photon_Bolt_NetworkId___ctor__MethodInfo); DO_APP_FUNC(0x0164B050, void, HashSet_1_Photon_Bolt_NetworkId___ctor_1, (HashSet_1_Photon_Bolt_NetworkId_ * __this, IEnumerable_1_Photon_Bolt_NetworkId_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0164AFB0, void, HashSet_1_Photon_Bolt_NetworkId___ctor_2, (HashSet_1_Photon_Bolt_NetworkId_ * __this, IEqualityComparer_1_Photon_Bolt_NetworkId_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0165FCA0, void, HashSet_1_Photon_Bolt_NetworkId___ctor_3, (HashSet_1_Photon_Bolt_NetworkId_ * __this, IEnumerable_1_Photon_Bolt_NetworkId_ * collection, IEqualityComparer_1_Photon_Bolt_NetworkId_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0B20, HashSet_1_Photon_Bolt_NetworkId___ctor_3__MethodInfo); DO_APP_FUNC(0x003C53A0, void, HashSet_1_Photon_Bolt_NetworkId___ctor_4, (HashSet_1_Photon_Bolt_NetworkId_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01651DA0, bool, HashSet_1_Photon_Bolt_NetworkId__Add, (HashSet_1_Photon_Bolt_NetworkId_ * __this, NetworkId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C933B8, HashSet_1_Photon_Bolt_NetworkId__Add__MethodInfo); DO_APP_FUNC(0x01663060, bool, HashSet_1_Photon_Bolt_NetworkId__AddIfNotPresent, (HashSet_1_Photon_Bolt_NetworkId_ * __this, NetworkId value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0AB8, HashSet_1_Photon_Bolt_NetworkId__AddIfNotPresent__MethodInfo); DO_APP_FUNC(0x016644A0, bool, HashSet_1_Photon_Bolt_NetworkId__AddOrGetLocation, (HashSet_1_Photon_Bolt_NetworkId_ * __this, NetworkId value, int32_t * location, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0A88, HashSet_1_Photon_Bolt_NetworkId__AddOrGetLocation__MethodInfo); DO_APP_FUNC(0x01663350, void, HashSet_1_Photon_Bolt_NetworkId__AddValue, (HashSet_1_Photon_Bolt_NetworkId_ * __this, int32_t index, int32_t hashCode, NetworkId value, MethodInfo * method)); DO_APP_FUNC(0x016507D0, bool, HashSet_1_Photon_Bolt_NetworkId__AreEqualityComparersEqual, (HashSet_1_Photon_Bolt_NetworkId_ * set1, HashSet_1_Photon_Bolt_NetworkId_ * set2, MethodInfo * method)); DO_APP_FUNC(0x01664770, HashSet_1_T_ElementCount_Photon_Bolt_NetworkId_, HashSet_1_Photon_Bolt_NetworkId__CheckUniqueAndUnfoundElements, (HashSet_1_Photon_Bolt_NetworkId_ * __this, IEnumerable_1_Photon_Bolt_NetworkId_ * other, bool returnIfUnfound, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0A80, HashSet_1_Photon_Bolt_NetworkId__CheckUniqueAndUnfoundElements__MethodInfo); DO_APP_FUNC(0x0164B690, void, HashSet_1_Photon_Bolt_NetworkId__Clear, (HashSet_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01660210, bool, HashSet_1_Photon_Bolt_NetworkId__Contains, (HashSet_1_Photon_Bolt_NetworkId_ * __this, NetworkId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93138, HashSet_1_Photon_Bolt_NetworkId__Contains__MethodInfo); DO_APP_FUNC(0x01663400, bool, HashSet_1_Photon_Bolt_NetworkId__ContainsAllElements, (HashSet_1_Photon_Bolt_NetworkId_ * __this, IEnumerable_1_Photon_Bolt_NetworkId_ * other, MethodInfo * method)); DO_APP_FUNC(0x0165FEC0, void, HashSet_1_Photon_Bolt_NetworkId__CopyFrom, (HashSet_1_Photon_Bolt_NetworkId_ * __this, HashSet_1_Photon_Bolt_NetworkId_ * source, MethodInfo * method)); DO_APP_FUNC(0x0164DC10, void, HashSet_1_Photon_Bolt_NetworkId__CopyTo, (HashSet_1_Photon_Bolt_NetworkId_ * __this, NetworkId__Array * array, MethodInfo * method)); DO_APP_FUNC(0x0164B900, void, HashSet_1_Photon_Bolt_NetworkId__CopyTo_1, (HashSet_1_Photon_Bolt_NetworkId_ * __this, NetworkId__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01662520, void, HashSet_1_Photon_Bolt_NetworkId__CopyTo_2, (HashSet_1_Photon_Bolt_NetworkId_ * __this, NetworkId__Array * array, int32_t arrayIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0AF0, HashSet_1_Photon_Bolt_NetworkId__CopyTo_2__MethodInfo); DO_APP_FUNC(0x01661490, void, HashSet_1_Photon_Bolt_NetworkId__ExceptWith, (HashSet_1_Photon_Bolt_NetworkId_ * __this, IEnumerable_1_Photon_Bolt_NetworkId_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0AD0, HashSet_1_Photon_Bolt_NetworkId__ExceptWith__MethodInfo); DO_APP_FUNC(0x01660650, HashSet_1_T_Enumerator_Photon_Bolt_NetworkId_, HashSet_1_Photon_Bolt_NetworkId__GetEnumerator, (HashSet_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016607B0, void, HashSet_1_Photon_Bolt_NetworkId__GetObjectData, (HashSet_1_Photon_Bolt_NetworkId_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0B40, HashSet_1_Photon_Bolt_NetworkId__GetObjectData__MethodInfo); DO_APP_FUNC(0x01662D90, void, HashSet_1_Photon_Bolt_NetworkId__IncreaseCapacity, (HashSet_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0AA0, HashSet_1_Photon_Bolt_NetworkId__IncreaseCapacity__MethodInfo); DO_APP_FUNC(0x01662C20, int32_t, HashSet_1_Photon_Bolt_NetworkId__Initialize, (HashSet_1_Photon_Bolt_NetworkId_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01664BE0, int32_t, HashSet_1_Photon_Bolt_NetworkId__InternalGetHashCode, (HashSet_1_Photon_Bolt_NetworkId_ * __this, NetworkId item, MethodInfo * method)); DO_APP_FUNC(0x01663BE0, int32_t, HashSet_1_Photon_Bolt_NetworkId__InternalIndexOf, (HashSet_1_Photon_Bolt_NetworkId_ * __this, NetworkId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0A98, HashSet_1_Photon_Bolt_NetworkId__InternalIndexOf__MethodInfo); DO_APP_FUNC(0x016612B0, void, HashSet_1_Photon_Bolt_NetworkId__IntersectWith, (HashSet_1_Photon_Bolt_NetworkId_ * __this, IEnumerable_1_Photon_Bolt_NetworkId_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0AD8, HashSet_1_Photon_Bolt_NetworkId__IntersectWith__MethodInfo); DO_APP_FUNC(0x016637C0, void, HashSet_1_Photon_Bolt_NetworkId__IntersectWithEnumerable, (HashSet_1_Photon_Bolt_NetworkId_ * __this, IEnumerable_1_Photon_Bolt_NetworkId_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0AB0, HashSet_1_Photon_Bolt_NetworkId__IntersectWithEnumerable__MethodInfo); DO_APP_FUNC(0x016636D0, void, HashSet_1_Photon_Bolt_NetworkId__IntersectWithHashSetWithSameEC, (HashSet_1_Photon_Bolt_NetworkId_ * __this, HashSet_1_Photon_Bolt_NetworkId_ * other, MethodInfo * method)); DO_APP_FUNC(0x01661A10, bool, HashSet_1_Photon_Bolt_NetworkId__IsProperSubsetOf, (HashSet_1_Photon_Bolt_NetworkId_ * __this, IEnumerable_1_Photon_Bolt_NetworkId_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0B08, HashSet_1_Photon_Bolt_NetworkId__IsProperSubsetOf__MethodInfo); DO_APP_FUNC(0x01661E60, bool, HashSet_1_Photon_Bolt_NetworkId__IsProperSupersetOf, (HashSet_1_Photon_Bolt_NetworkId_ * __this, IEnumerable_1_Photon_Bolt_NetworkId_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0B00, HashSet_1_Photon_Bolt_NetworkId__IsProperSupersetOf__MethodInfo); DO_APP_FUNC(0x01661840, bool, HashSet_1_Photon_Bolt_NetworkId__IsSubsetOf, (HashSet_1_Photon_Bolt_NetworkId_ * __this, IEnumerable_1_Photon_Bolt_NetworkId_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0AC8, HashSet_1_Photon_Bolt_NetworkId__IsSubsetOf__MethodInfo); DO_APP_FUNC(0x016635D0, bool, HashSet_1_Photon_Bolt_NetworkId__IsSubsetOfHashSetWithSameEC, (HashSet_1_Photon_Bolt_NetworkId_ * __this, HashSet_1_Photon_Bolt_NetworkId_ * other, MethodInfo * method)); DO_APP_FUNC(0x01661C70, bool, HashSet_1_Photon_Bolt_NetworkId__IsSupersetOf, (HashSet_1_Photon_Bolt_NetworkId_ * __this, IEnumerable_1_Photon_Bolt_NetworkId_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0B10, HashSet_1_Photon_Bolt_NetworkId__IsSupersetOf__MethodInfo); DO_APP_FUNC(0x01660B50, void, HashSet_1_Photon_Bolt_NetworkId__OnDeserialization, (HashSet_1_Photon_Bolt_NetworkId_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0B38, HashSet_1_Photon_Bolt_NetworkId__OnDeserialization__MethodInfo); DO_APP_FUNC(0x016620A0, bool, HashSet_1_Photon_Bolt_NetworkId__Overlaps, (HashSet_1_Photon_Bolt_NetworkId_ * __this, IEnumerable_1_Photon_Bolt_NetworkId_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0AF8, HashSet_1_Photon_Bolt_NetworkId__Overlaps__MethodInfo); DO_APP_FUNC(0x016603D0, bool, HashSet_1_Photon_Bolt_NetworkId__Remove, (HashSet_1_Photon_Bolt_NetworkId_ * __this, NetworkId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0B48, HashSet_1_Photon_Bolt_NetworkId__Remove__MethodInfo); DO_APP_FUNC(0x016627A0, int32_t, HashSet_1_Photon_Bolt_NetworkId__RemoveWhere, (HashSet_1_Photon_Bolt_NetworkId_ * __this, Predicate_1_Photon_Bolt_NetworkId_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0AA8, HashSet_1_Photon_Bolt_NetworkId__RemoveWhere__MethodInfo); DO_APP_FUNC(0x01662E70, void, HashSet_1_Photon_Bolt_NetworkId__SetCapacity, (HashSet_1_Photon_Bolt_NetworkId_ * __this, int32_t newSize, MethodInfo * method)); DO_APP_FUNC(0x016622E0, bool, HashSet_1_Photon_Bolt_NetworkId__SetEquals, (HashSet_1_Photon_Bolt_NetworkId_ * __this, IEnumerable_1_Photon_Bolt_NetworkId_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0AE8, HashSet_1_Photon_Bolt_NetworkId__SetEquals__MethodInfo); DO_APP_FUNC(0x016616C0, void, HashSet_1_Photon_Bolt_NetworkId__SymmetricExceptWith, (HashSet_1_Photon_Bolt_NetworkId_ * __this, IEnumerable_1_Photon_Bolt_NetworkId_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0AC0, HashSet_1_Photon_Bolt_NetworkId__SymmetricExceptWith__MethodInfo); DO_APP_FUNC(0x01663EE0, void, HashSet_1_Photon_Bolt_NetworkId__SymmetricExceptWithEnumerable, (HashSet_1_Photon_Bolt_NetworkId_ * __this, IEnumerable_1_Photon_Bolt_NetworkId_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0A90, HashSet_1_Photon_Bolt_NetworkId__SymmetricExceptWithEnumerable__MethodInfo); DO_APP_FUNC(0x01663DA0, void, HashSet_1_Photon_Bolt_NetworkId__SymmetricExceptWithUniqueHashSet, (HashSet_1_Photon_Bolt_NetworkId_ * __this, HashSet_1_Photon_Bolt_NetworkId_ * other, MethodInfo * method)); DO_APP_FUNC(0x01650F30, void, HashSet_1_Photon_Bolt_NetworkId__System_Collections_Generic_ICollection_T__Add, (HashSet_1_Photon_Bolt_NetworkId_ * __this, NetworkId item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, HashSet_1_Photon_Bolt_NetworkId__System_Collections_Generic_ICollection_T__get_IsReadOnly, (HashSet_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016606E0, IEnumerator_1_Photon_Bolt_NetworkId_ *, HashSet_1_Photon_Bolt_NetworkId__System_Collections_Generic_IEnumerable_T__GetEnumerator, (HashSet_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016606E0, IEnumerator *, HashSet_1_Photon_Bolt_NetworkId__System_Collections_IEnumerable_GetEnumerator, (HashSet_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01662900, void, HashSet_1_Photon_Bolt_NetworkId__TrimExcess, (HashSet_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01661060, void, HashSet_1_Photon_Bolt_NetworkId__UnionWith, (HashSet_1_Photon_Bolt_NetworkId_ * __this, IEnumerable_1_Photon_Bolt_NetworkId_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0AE0, HashSet_1_Photon_Bolt_NetworkId__UnionWith__MethodInfo); DO_APP_FUNC(0x003B9330, IEqualityComparer_1_Photon_Bolt_NetworkId_ *, HashSet_1_Photon_Bolt_NetworkId__get_Comparer, (HashSet_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, HashSet_1_Photon_Bolt_NetworkId__get_Count, (HashSet_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0164AF50, void, HashSet_1_System_Object___ctor, (HashSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87E60, HashSet_1_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x0164B050, void, HashSet_1_System_Object___ctor_1, (HashSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0164AFB0, void, HashSet_1_System_Object___ctor_2, (HashSet_1_System_Object_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01664C40, void, HashSet_1_System_Object___ctor_3, (HashSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * collection, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BDB8, HashSet_1_System_Object___ctor_3__MethodInfo); DO_APP_FUNC(0x003C53A0, void, HashSet_1_System_Object___ctor_4, (HashSet_1_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01651DA0, bool, HashSet_1_System_Object__Add, (HashSet_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C880F0, HashSet_1_System_Object__Add__MethodInfo); DO_APP_FUNC(0x01667EE0, bool, HashSet_1_System_Object__AddIfNotPresent, (HashSet_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BD10, HashSet_1_System_Object__AddIfNotPresent__MethodInfo); DO_APP_FUNC(0x01669440, bool, HashSet_1_System_Object__AddOrGetLocation, (HashSet_1_System_Object_ * __this, Object * value, int32_t * location, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BD20, HashSet_1_System_Object__AddOrGetLocation__MethodInfo); DO_APP_FUNC(0x01668230, void, HashSet_1_System_Object__AddValue, (HashSet_1_System_Object_ * __this, int32_t index, int32_t hashCode, Object * value, MethodInfo * method)); DO_APP_FUNC(0x016507D0, bool, HashSet_1_System_Object__AreEqualityComparersEqual, (HashSet_1_System_Object_ * set1, HashSet_1_System_Object_ * set2, MethodInfo * method)); DO_APP_FUNC(0x01669770, HashSet_1_T_ElementCount_System_Object_, HashSet_1_System_Object__CheckUniqueAndUnfoundElements, (HashSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * other, bool returnIfUnfound, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BCF8, HashSet_1_System_Object__CheckUniqueAndUnfoundElements__MethodInfo); DO_APP_FUNC(0x0164B690, void, HashSet_1_System_Object__Clear, (HashSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0CD0, HashSet_1_System_Object__Clear__MethodInfo); DO_APP_FUNC(0x016651B0, bool, HashSet_1_System_Object__Contains, (HashSet_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88108, HashSet_1_System_Object__Contains__MethodInfo); DO_APP_FUNC(0x01668350, bool, HashSet_1_System_Object__ContainsAllElements, (HashSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC(0x01664E60, void, HashSet_1_System_Object__CopyFrom, (HashSet_1_System_Object_ * __this, HashSet_1_System_Object_ * source, MethodInfo * method)); DO_APP_FUNC(0x0164DC10, void, HashSet_1_System_Object__CopyTo, (HashSet_1_System_Object_ * __this, Object__Array * array, MethodInfo * method)); DO_APP_FUNC(0x0164B900, void, HashSet_1_System_Object__CopyTo_1, (HashSet_1_System_Object_ * __this, Object__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01667370, void, HashSet_1_System_Object__CopyTo_2, (HashSet_1_System_Object_ * __this, Object__Array * array, int32_t arrayIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BD98, HashSet_1_System_Object__CopyTo_2__MethodInfo); DO_APP_FUNC(0x016662D0, void, HashSet_1_System_Object__ExceptWith, (HashSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BD68, HashSet_1_System_Object__ExceptWith__MethodInfo); DO_APP_FUNC(0x01660650, HashSet_1_T_Enumerator_System_Object_, HashSet_1_System_Object__GetEnumerator, (HashSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016655F0, void, HashSet_1_System_Object__GetObjectData, (HashSet_1_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BDA8, HashSet_1_System_Object__GetObjectData__MethodInfo); DO_APP_FUNC(0x01667C10, void, HashSet_1_System_Object__IncreaseCapacity, (HashSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BD18, HashSet_1_System_Object__IncreaseCapacity__MethodInfo); DO_APP_FUNC(0x01667AA0, int32_t, HashSet_1_System_Object__Initialize, (HashSet_1_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01669BE0, int32_t, HashSet_1_System_Object__InternalGetHashCode, (HashSet_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01668B60, int32_t, HashSet_1_System_Object__InternalIndexOf, (HashSet_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BD38, HashSet_1_System_Object__InternalIndexOf__MethodInfo); DO_APP_FUNC(0x016660F0, void, HashSet_1_System_Object__IntersectWith, (HashSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BDC0, HashSet_1_System_Object__IntersectWith__MethodInfo); DO_APP_FUNC(0x01668740, void, HashSet_1_System_Object__IntersectWithEnumerable, (HashSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BD40, HashSet_1_System_Object__IntersectWithEnumerable__MethodInfo); DO_APP_FUNC(0x01668640, void, HashSet_1_System_Object__IntersectWithHashSetWithSameEC, (HashSet_1_System_Object_ * __this, HashSet_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC(0x01666860, bool, HashSet_1_System_Object__IsProperSubsetOf, (HashSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BD70, HashSet_1_System_Object__IsProperSubsetOf__MethodInfo); DO_APP_FUNC(0x01666CB0, bool, HashSet_1_System_Object__IsProperSupersetOf, (HashSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BD50, HashSet_1_System_Object__IsProperSupersetOf__MethodInfo); DO_APP_FUNC(0x01666690, bool, HashSet_1_System_Object__IsSubsetOf, (HashSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BD78, HashSet_1_System_Object__IsSubsetOf__MethodInfo); DO_APP_FUNC(0x01668520, bool, HashSet_1_System_Object__IsSubsetOfHashSetWithSameEC, (HashSet_1_System_Object_ * __this, HashSet_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC(0x01666AC0, bool, HashSet_1_System_Object__IsSupersetOf, (HashSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BD58, HashSet_1_System_Object__IsSupersetOf__MethodInfo); DO_APP_FUNC(0x01665990, void, HashSet_1_System_Object__OnDeserialization, (HashSet_1_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BDE8, HashSet_1_System_Object__OnDeserialization__MethodInfo); DO_APP_FUNC(0x01666EF0, bool, HashSet_1_System_Object__Overlaps, (HashSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BD88, HashSet_1_System_Object__Overlaps__MethodInfo); DO_APP_FUNC(0x01665370, bool, HashSet_1_System_Object__Remove, (HashSet_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88100, HashSet_1_System_Object__Remove__MethodInfo); DO_APP_FUNC(0x01667600, int32_t, HashSet_1_System_Object__RemoveWhere, (HashSet_1_System_Object_ * __this, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BD90, HashSet_1_System_Object__RemoveWhere__MethodInfo); DO_APP_FUNC(0x01667CF0, void, HashSet_1_System_Object__SetCapacity, (HashSet_1_System_Object_ * __this, int32_t newSize, MethodInfo * method)); DO_APP_FUNC(0x01667130, bool, HashSet_1_System_Object__SetEquals, (HashSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BD80, HashSet_1_System_Object__SetEquals__MethodInfo); DO_APP_FUNC(0x01666510, void, HashSet_1_System_Object__SymmetricExceptWith, (HashSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BD60, HashSet_1_System_Object__SymmetricExceptWith__MethodInfo); DO_APP_FUNC(0x01668E80, void, HashSet_1_System_Object__SymmetricExceptWithEnumerable, (HashSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BD28, HashSet_1_System_Object__SymmetricExceptWithEnumerable__MethodInfo); DO_APP_FUNC(0x01668D20, void, HashSet_1_System_Object__SymmetricExceptWithUniqueHashSet, (HashSet_1_System_Object_ * __this, HashSet_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC(0x01650F30, void, HashSet_1_System_Object__System_Collections_Generic_ICollection_T__Add, (HashSet_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, HashSet_1_System_Object__System_Collections_Generic_ICollection_T__get_IsReadOnly, (HashSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016606E0, IEnumerator_1_System_Object_ *, HashSet_1_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (HashSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016606E0, IEnumerator *, HashSet_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (HashSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01667770, void, HashSet_1_System_Object__TrimExcess, (HashSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01665EA0, void, HashSet_1_System_Object__UnionWith, (HashSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BDD0, HashSet_1_System_Object__UnionWith__MethodInfo); DO_APP_FUNC(0x003B9330, IEqualityComparer_1_System_Object_ *, HashSet_1_System_Object__get_Comparer, (HashSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, HashSet_1_System_Object__get_Count, (HashSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0164AF50, void, HashSet_1_System_UInt32___ctor, (HashSet_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67AB8, HashSet_1_System_UInt32___ctor__MethodInfo); DO_APP_FUNC(0x0164B050, void, HashSet_1_System_UInt32___ctor_1, (HashSet_1_System_UInt32_ * __this, IEnumerable_1_System_UInt32_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0164AFB0, void, HashSet_1_System_UInt32___ctor_2, (HashSet_1_System_UInt32_ * __this, IEqualityComparer_1_System_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01669C50, void, HashSet_1_System_UInt32___ctor_3, (HashSet_1_System_UInt32_ * __this, IEnumerable_1_System_UInt32_ * collection, IEqualityComparer_1_System_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BCF0, HashSet_1_System_UInt32___ctor_3__MethodInfo); DO_APP_FUNC(0x003C53A0, void, HashSet_1_System_UInt32___ctor_4, (HashSet_1_System_UInt32_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01651DA0, bool, HashSet_1_System_UInt32__Add, (HashSet_1_System_UInt32_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67BF0, HashSet_1_System_UInt32__Add__MethodInfo); DO_APP_FUNC(0x0166CED0, bool, HashSet_1_System_UInt32__AddIfNotPresent, (HashSet_1_System_UInt32_ * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BC78, HashSet_1_System_UInt32__AddIfNotPresent__MethodInfo); DO_APP_FUNC(0x0166E140, bool, HashSet_1_System_UInt32__AddOrGetLocation, (HashSet_1_System_UInt32_ * __this, uint32_t value, int32_t * location, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BC10, HashSet_1_System_UInt32__AddOrGetLocation__MethodInfo); DO_APP_FUNC(0x016540D0, void, HashSet_1_System_UInt32__AddValue, (HashSet_1_System_UInt32_ * __this, int32_t index, int32_t hashCode, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x016507D0, bool, HashSet_1_System_UInt32__AreEqualityComparersEqual, (HashSet_1_System_UInt32_ * set1, HashSet_1_System_UInt32_ * set2, MethodInfo * method)); DO_APP_FUNC(0x0166E420, HashSet_1_T_ElementCount_System_UInt32_, HashSet_1_System_UInt32__CheckUniqueAndUnfoundElements, (HashSet_1_System_UInt32_ * __this, IEnumerable_1_System_UInt32_ * other, bool returnIfUnfound, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BBF0, HashSet_1_System_UInt32__CheckUniqueAndUnfoundElements__MethodInfo); DO_APP_FUNC(0x0164B690, void, HashSet_1_System_UInt32__Clear, (HashSet_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67BF8, HashSet_1_System_UInt32__Clear__MethodInfo); DO_APP_FUNC(0x0166A1C0, bool, HashSet_1_System_UInt32__Contains, (HashSet_1_System_UInt32_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BCE8, HashSet_1_System_UInt32__Contains__MethodInfo); DO_APP_FUNC(0x0166D1B0, bool, HashSet_1_System_UInt32__ContainsAllElements, (HashSet_1_System_UInt32_ * __this, IEnumerable_1_System_UInt32_ * other, MethodInfo * method)); DO_APP_FUNC(0x01669E70, void, HashSet_1_System_UInt32__CopyFrom, (HashSet_1_System_UInt32_ * __this, HashSet_1_System_UInt32_ * source, MethodInfo * method)); DO_APP_FUNC(0x0164DC10, void, HashSet_1_System_UInt32__CopyTo, (HashSet_1_System_UInt32_ * __this, UInt32__Array * array, MethodInfo * method)); DO_APP_FUNC(0x0164B900, void, HashSet_1_System_UInt32__CopyTo_1, (HashSet_1_System_UInt32_ * __this, UInt32__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x0166C380, void, HashSet_1_System_UInt32__CopyTo_2, (HashSet_1_System_UInt32_ * __this, UInt32__Array * array, int32_t arrayIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BCC8, HashSet_1_System_UInt32__CopyTo_2__MethodInfo); DO_APP_FUNC(0x0166B2E0, void, HashSet_1_System_UInt32__ExceptWith, (HashSet_1_System_UInt32_ * __this, IEnumerable_1_System_UInt32_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BC88, HashSet_1_System_UInt32__ExceptWith__MethodInfo); DO_APP_FUNC(0x01651390, HashSet_1_T_Enumerator_System_UInt32_, HashSet_1_System_UInt32__GetEnumerator, (HashSet_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0166A600, void, HashSet_1_System_UInt32__GetObjectData, (HashSet_1_System_UInt32_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BD08, HashSet_1_System_UInt32__GetObjectData__MethodInfo); DO_APP_FUNC(0x0166CC00, void, HashSet_1_System_UInt32__IncreaseCapacity, (HashSet_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BC48, HashSet_1_System_UInt32__IncreaseCapacity__MethodInfo); DO_APP_FUNC(0x0166CA90, int32_t, HashSet_1_System_UInt32__Initialize, (HashSet_1_System_UInt32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01655970, int32_t, HashSet_1_System_UInt32__InternalGetHashCode, (HashSet_1_System_UInt32_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x0166D890, int32_t, HashSet_1_System_UInt32__InternalIndexOf, (HashSet_1_System_UInt32_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BC68, HashSet_1_System_UInt32__InternalIndexOf__MethodInfo); DO_APP_FUNC(0x0166B100, void, HashSet_1_System_UInt32__IntersectWith, (HashSet_1_System_UInt32_ * __this, IEnumerable_1_System_UInt32_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BCA0, HashSet_1_System_UInt32__IntersectWith__MethodInfo); DO_APP_FUNC(0x0166D480, void, HashSet_1_System_UInt32__IntersectWithEnumerable, (HashSet_1_System_UInt32_ * __this, IEnumerable_1_System_UInt32_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BC70, HashSet_1_System_UInt32__IntersectWithEnumerable__MethodInfo); DO_APP_FUNC(0x01654460, void, HashSet_1_System_UInt32__IntersectWithHashSetWithSameEC, (HashSet_1_System_UInt32_ * __this, HashSet_1_System_UInt32_ * other, MethodInfo * method)); DO_APP_FUNC(0x0166B870, bool, HashSet_1_System_UInt32__IsProperSubsetOf, (HashSet_1_System_UInt32_ * __this, IEnumerable_1_System_UInt32_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BC90, HashSet_1_System_UInt32__IsProperSubsetOf__MethodInfo); DO_APP_FUNC(0x0166BCC0, bool, HashSet_1_System_UInt32__IsProperSupersetOf, (HashSet_1_System_UInt32_ * __this, IEnumerable_1_System_UInt32_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BCD0, HashSet_1_System_UInt32__IsProperSupersetOf__MethodInfo); DO_APP_FUNC(0x0166B6A0, bool, HashSet_1_System_UInt32__IsSubsetOf, (HashSet_1_System_UInt32_ * __this, IEnumerable_1_System_UInt32_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BC98, HashSet_1_System_UInt32__IsSubsetOf__MethodInfo); DO_APP_FUNC(0x0166D380, bool, HashSet_1_System_UInt32__IsSubsetOfHashSetWithSameEC, (HashSet_1_System_UInt32_ * __this, HashSet_1_System_UInt32_ * other, MethodInfo * method)); DO_APP_FUNC(0x0166BAD0, bool, HashSet_1_System_UInt32__IsSupersetOf, (HashSet_1_System_UInt32_ * __this, IEnumerable_1_System_UInt32_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BCD8, HashSet_1_System_UInt32__IsSupersetOf__MethodInfo); DO_APP_FUNC(0x0166A9A0, void, HashSet_1_System_UInt32__OnDeserialization, (HashSet_1_System_UInt32_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BD00, HashSet_1_System_UInt32__OnDeserialization__MethodInfo); DO_APP_FUNC(0x0166BF00, bool, HashSet_1_System_UInt32__Overlaps, (HashSet_1_System_UInt32_ * __this, IEnumerable_1_System_UInt32_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BCB8, HashSet_1_System_UInt32__Overlaps__MethodInfo); DO_APP_FUNC(0x0166A380, bool, HashSet_1_System_UInt32__Remove, (HashSet_1_System_UInt32_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BCE0, HashSet_1_System_UInt32__Remove__MethodInfo); DO_APP_FUNC(0x0166C600, int32_t, HashSet_1_System_UInt32__RemoveWhere, (HashSet_1_System_UInt32_ * __this, Predicate_1_UInt32_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BCC0, HashSet_1_System_UInt32__RemoveWhere__MethodInfo); DO_APP_FUNC(0x0166CCE0, void, HashSet_1_System_UInt32__SetCapacity, (HashSet_1_System_UInt32_ * __this, int32_t newSize, MethodInfo * method)); DO_APP_FUNC(0x0166C140, bool, HashSet_1_System_UInt32__SetEquals, (HashSet_1_System_UInt32_ * __this, IEnumerable_1_System_UInt32_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BCB0, HashSet_1_System_UInt32__SetEquals__MethodInfo); DO_APP_FUNC(0x0166B520, void, HashSet_1_System_UInt32__SymmetricExceptWith, (HashSet_1_System_UInt32_ * __this, IEnumerable_1_System_UInt32_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BC80, HashSet_1_System_UInt32__SymmetricExceptWith__MethodInfo); DO_APP_FUNC(0x0166DB80, void, HashSet_1_System_UInt32__SymmetricExceptWithEnumerable, (HashSet_1_System_UInt32_ * __this, IEnumerable_1_System_UInt32_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BC18, HashSet_1_System_UInt32__SymmetricExceptWithEnumerable__MethodInfo); DO_APP_FUNC(0x0166DA40, void, HashSet_1_System_UInt32__SymmetricExceptWithUniqueHashSet, (HashSet_1_System_UInt32_ * __this, HashSet_1_System_UInt32_ * other, MethodInfo * method)); DO_APP_FUNC(0x01650F30, void, HashSet_1_System_UInt32__System_Collections_Generic_ICollection_T__Add, (HashSet_1_System_UInt32_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, HashSet_1_System_UInt32__System_Collections_Generic_ICollection_T__get_IsReadOnly, (HashSet_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01651420, IEnumerator_1_System_UInt32_ *, HashSet_1_System_UInt32__System_Collections_Generic_IEnumerable_T__GetEnumerator, (HashSet_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01651420, IEnumerator *, HashSet_1_System_UInt32__System_Collections_IEnumerable_GetEnumerator, (HashSet_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0166C760, void, HashSet_1_System_UInt32__TrimExcess, (HashSet_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0166AEB0, void, HashSet_1_System_UInt32__UnionWith, (HashSet_1_System_UInt32_ * __this, IEnumerable_1_System_UInt32_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BCA8, HashSet_1_System_UInt32__UnionWith__MethodInfo); DO_APP_FUNC(0x003B9330, IEqualityComparer_1_System_UInt32_ *, HashSet_1_System_UInt32__get_Comparer, (HashSet_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, HashSet_1_System_UInt32__get_Count, (HashSet_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0164AF50, void, HashSet_1_System_UInt64___ctor, (HashSet_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86048, HashSet_1_System_UInt64___ctor__MethodInfo); DO_APP_FUNC(0x0164B050, void, HashSet_1_System_UInt64___ctor_1, (HashSet_1_System_UInt64_ * __this, IEnumerable_1_System_UInt64_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0164AFB0, void, HashSet_1_System_UInt64___ctor_2, (HashSet_1_System_UInt64_ * __this, IEqualityComparer_1_System_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0166E890, void, HashSet_1_System_UInt64___ctor_3, (HashSet_1_System_UInt64_ * __this, IEnumerable_1_System_UInt64_ * collection, IEqualityComparer_1_System_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BBE0, HashSet_1_System_UInt64___ctor_3__MethodInfo); DO_APP_FUNC(0x003C53A0, void, HashSet_1_System_UInt64___ctor_4, (HashSet_1_System_UInt64_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01651DA0, bool, HashSet_1_System_UInt64__Add, (HashSet_1_System_UInt64_ * __this, uint64_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86090, HashSet_1_System_UInt64__Add__MethodInfo); DO_APP_FUNC(0x01671B00, bool, HashSet_1_System_UInt64__AddIfNotPresent, (HashSet_1_System_UInt64_ * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BB88, HashSet_1_System_UInt64__AddIfNotPresent__MethodInfo); DO_APP_FUNC(0x01672DA0, bool, HashSet_1_System_UInt64__AddOrGetLocation, (HashSet_1_System_UInt64_ * __this, uint64_t value, int32_t * location, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BB28, HashSet_1_System_UInt64__AddOrGetLocation__MethodInfo); DO_APP_FUNC(0x01663350, void, HashSet_1_System_UInt64__AddValue, (HashSet_1_System_UInt64_ * __this, int32_t index, int32_t hashCode, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x016507D0, bool, HashSet_1_System_UInt64__AreEqualityComparersEqual, (HashSet_1_System_UInt64_ * set1, HashSet_1_System_UInt64_ * set2, MethodInfo * method)); DO_APP_FUNC(0x01673070, HashSet_1_T_ElementCount_System_UInt64_, HashSet_1_System_UInt64__CheckUniqueAndUnfoundElements, (HashSet_1_System_UInt64_ * __this, IEnumerable_1_System_UInt64_ * other, bool returnIfUnfound, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BB68, HashSet_1_System_UInt64__CheckUniqueAndUnfoundElements__MethodInfo); DO_APP_FUNC(0x0164B690, void, HashSet_1_System_UInt64__Clear, (HashSet_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86078, HashSet_1_System_UInt64__Clear__MethodInfo); DO_APP_FUNC(0x0166EE00, bool, HashSet_1_System_UInt64__Contains, (HashSet_1_System_UInt64_ * __this, uint64_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86098, HashSet_1_System_UInt64__Contains__MethodInfo); DO_APP_FUNC(0x01671DF0, bool, HashSet_1_System_UInt64__ContainsAllElements, (HashSet_1_System_UInt64_ * __this, IEnumerable_1_System_UInt64_ * other, MethodInfo * method)); DO_APP_FUNC(0x0166EAB0, void, HashSet_1_System_UInt64__CopyFrom, (HashSet_1_System_UInt64_ * __this, HashSet_1_System_UInt64_ * source, MethodInfo * method)); DO_APP_FUNC(0x0164DC10, void, HashSet_1_System_UInt64__CopyTo, (HashSet_1_System_UInt64_ * __this, UInt64__Array * array, MethodInfo * method)); DO_APP_FUNC(0x0164B900, void, HashSet_1_System_UInt64__CopyTo_1, (HashSet_1_System_UInt64_ * __this, UInt64__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01670FB0, void, HashSet_1_System_UInt64__CopyTo_2, (HashSet_1_System_UInt64_ * __this, UInt64__Array * array, int32_t arrayIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BB78, HashSet_1_System_UInt64__CopyTo_2__MethodInfo); DO_APP_FUNC(0x0166FF10, void, HashSet_1_System_UInt64__ExceptWith, (HashSet_1_System_UInt64_ * __this, IEnumerable_1_System_UInt64_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BB98, HashSet_1_System_UInt64__ExceptWith__MethodInfo); DO_APP_FUNC(0x01660650, HashSet_1_T_Enumerator_System_UInt64_, HashSet_1_System_UInt64__GetEnumerator, (HashSet_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0166F230, void, HashSet_1_System_UInt64__GetObjectData, (HashSet_1_System_UInt64_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BC20, HashSet_1_System_UInt64__GetObjectData__MethodInfo); DO_APP_FUNC(0x01671830, void, HashSet_1_System_UInt64__IncreaseCapacity, (HashSet_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BB80, HashSet_1_System_UInt64__IncreaseCapacity__MethodInfo); DO_APP_FUNC(0x016716C0, int32_t, HashSet_1_System_UInt64__Initialize, (HashSet_1_System_UInt64_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x016734E0, int32_t, HashSet_1_System_UInt64__InternalGetHashCode, (HashSet_1_System_UInt64_ * __this, uint64_t item, MethodInfo * method)); DO_APP_FUNC(0x016724E0, int32_t, HashSet_1_System_UInt64__InternalIndexOf, (HashSet_1_System_UInt64_ * __this, uint64_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BB38, HashSet_1_System_UInt64__InternalIndexOf__MethodInfo); DO_APP_FUNC(0x0166FD30, void, HashSet_1_System_UInt64__IntersectWith, (HashSet_1_System_UInt64_ * __this, IEnumerable_1_System_UInt64_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BBA0, HashSet_1_System_UInt64__IntersectWith__MethodInfo); DO_APP_FUNC(0x016720C0, void, HashSet_1_System_UInt64__IntersectWithEnumerable, (HashSet_1_System_UInt64_ * __this, IEnumerable_1_System_UInt64_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BB40, HashSet_1_System_UInt64__IntersectWithEnumerable__MethodInfo); DO_APP_FUNC(0x01668640, void, HashSet_1_System_UInt64__IntersectWithHashSetWithSameEC, (HashSet_1_System_UInt64_ * __this, HashSet_1_System_UInt64_ * other, MethodInfo * method)); DO_APP_FUNC(0x016704A0, bool, HashSet_1_System_UInt64__IsProperSubsetOf, (HashSet_1_System_UInt64_ * __this, IEnumerable_1_System_UInt64_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BBC0, HashSet_1_System_UInt64__IsProperSubsetOf__MethodInfo); DO_APP_FUNC(0x016708F0, bool, HashSet_1_System_UInt64__IsProperSupersetOf, (HashSet_1_System_UInt64_ * __this, IEnumerable_1_System_UInt64_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BBD0, HashSet_1_System_UInt64__IsProperSupersetOf__MethodInfo); DO_APP_FUNC(0x016702D0, bool, HashSet_1_System_UInt64__IsSubsetOf, (HashSet_1_System_UInt64_ * __this, IEnumerable_1_System_UInt64_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BBC8, HashSet_1_System_UInt64__IsSubsetOf__MethodInfo); DO_APP_FUNC(0x01671FC0, bool, HashSet_1_System_UInt64__IsSubsetOfHashSetWithSameEC, (HashSet_1_System_UInt64_ * __this, HashSet_1_System_UInt64_ * other, MethodInfo * method)); DO_APP_FUNC(0x01670700, bool, HashSet_1_System_UInt64__IsSupersetOf, (HashSet_1_System_UInt64_ * __this, IEnumerable_1_System_UInt64_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BBD8, HashSet_1_System_UInt64__IsSupersetOf__MethodInfo); DO_APP_FUNC(0x0166F5D0, void, HashSet_1_System_UInt64__OnDeserialization, (HashSet_1_System_UInt64_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BC30, HashSet_1_System_UInt64__OnDeserialization__MethodInfo); DO_APP_FUNC(0x01670B30, bool, HashSet_1_System_UInt64__Overlaps, (HashSet_1_System_UInt64_ * __this, IEnumerable_1_System_UInt64_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BBB8, HashSet_1_System_UInt64__Overlaps__MethodInfo); DO_APP_FUNC(0x0166EFC0, bool, HashSet_1_System_UInt64__Remove, (HashSet_1_System_UInt64_ * __this, uint64_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86070, HashSet_1_System_UInt64__Remove__MethodInfo); DO_APP_FUNC(0x01671230, int32_t, HashSet_1_System_UInt64__RemoveWhere, (HashSet_1_System_UInt64_ * __this, Predicate_1_UInt64_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BB70, HashSet_1_System_UInt64__RemoveWhere__MethodInfo); DO_APP_FUNC(0x01671910, void, HashSet_1_System_UInt64__SetCapacity, (HashSet_1_System_UInt64_ * __this, int32_t newSize, MethodInfo * method)); DO_APP_FUNC(0x01670D70, bool, HashSet_1_System_UInt64__SetEquals, (HashSet_1_System_UInt64_ * __this, IEnumerable_1_System_UInt64_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BBB0, HashSet_1_System_UInt64__SetEquals__MethodInfo); DO_APP_FUNC(0x01670150, void, HashSet_1_System_UInt64__SymmetricExceptWith, (HashSet_1_System_UInt64_ * __this, IEnumerable_1_System_UInt64_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BB90, HashSet_1_System_UInt64__SymmetricExceptWith__MethodInfo); DO_APP_FUNC(0x016727E0, void, HashSet_1_System_UInt64__SymmetricExceptWithEnumerable, (HashSet_1_System_UInt64_ * __this, IEnumerable_1_System_UInt64_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BB30, HashSet_1_System_UInt64__SymmetricExceptWithEnumerable__MethodInfo); DO_APP_FUNC(0x016726A0, void, HashSet_1_System_UInt64__SymmetricExceptWithUniqueHashSet, (HashSet_1_System_UInt64_ * __this, HashSet_1_System_UInt64_ * other, MethodInfo * method)); DO_APP_FUNC(0x01650F30, void, HashSet_1_System_UInt64__System_Collections_Generic_ICollection_T__Add, (HashSet_1_System_UInt64_ * __this, uint64_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, HashSet_1_System_UInt64__System_Collections_Generic_ICollection_T__get_IsReadOnly, (HashSet_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016606E0, IEnumerator_1_System_UInt64_ *, HashSet_1_System_UInt64__System_Collections_Generic_IEnumerable_T__GetEnumerator, (HashSet_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016606E0, IEnumerator *, HashSet_1_System_UInt64__System_Collections_IEnumerable_GetEnumerator, (HashSet_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016713A0, void, HashSet_1_System_UInt64__TrimExcess, (HashSet_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0166FAE0, void, HashSet_1_System_UInt64__UnionWith, (HashSet_1_System_UInt64_ * __this, IEnumerable_1_System_UInt64_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BBA8, HashSet_1_System_UInt64__UnionWith__MethodInfo); DO_APP_FUNC(0x003B9330, IEqualityComparer_1_System_UInt64_ *, HashSet_1_System_UInt64__get_Comparer, (HashSet_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, HashSet_1_System_UInt64__get_Count, (HashSet_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0164AF50, void, HashSet_1_UdpKit_UdpEndPoint___ctor, (HashSet_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E4F0, HashSet_1_UdpKit_UdpEndPoint___ctor__MethodInfo); DO_APP_FUNC(0x0164B050, void, HashSet_1_UdpKit_UdpEndPoint___ctor_1, (HashSet_1_UdpKit_UdpEndPoint_ * __this, IEnumerable_1_UdpKit_UdpEndPoint_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0164AFB0, void, HashSet_1_UdpKit_UdpEndPoint___ctor_2, (HashSet_1_UdpKit_UdpEndPoint_ * __this, IEqualityComparer_1_UdpKit_UdpEndPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01673550, void, HashSet_1_UdpKit_UdpEndPoint___ctor_3, (HashSet_1_UdpKit_UdpEndPoint_ * __this, IEnumerable_1_UdpKit_UdpEndPoint_ * collection, IEqualityComparer_1_UdpKit_UdpEndPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BB58, HashSet_1_UdpKit_UdpEndPoint___ctor_3__MethodInfo); DO_APP_FUNC(0x003C53A0, void, HashSet_1_UdpKit_UdpEndPoint___ctor_4, (HashSet_1_UdpKit_UdpEndPoint_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01674AA0, bool, HashSet_1_UdpKit_UdpEndPoint__Add, (HashSet_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E4F8, HashSet_1_UdpKit_UdpEndPoint__Add__MethodInfo); DO_APP_FUNC(0x01676C30, bool, HashSet_1_UdpKit_UdpEndPoint__AddIfNotPresent, (HashSet_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BAD0, HashSet_1_UdpKit_UdpEndPoint__AddIfNotPresent__MethodInfo); DO_APP_FUNC(0x01678390, bool, HashSet_1_UdpKit_UdpEndPoint__AddOrGetLocation, (HashSet_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint value, int32_t * location, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BA98, HashSet_1_UdpKit_UdpEndPoint__AddOrGetLocation__MethodInfo); DO_APP_FUNC(0x01676FB0, void, HashSet_1_UdpKit_UdpEndPoint__AddValue, (HashSet_1_UdpKit_UdpEndPoint_ * __this, int32_t index, int32_t hashCode, UdpEndPoint value, MethodInfo * method)); DO_APP_FUNC(0x016507D0, bool, HashSet_1_UdpKit_UdpEndPoint__AreEqualityComparersEqual, (HashSet_1_UdpKit_UdpEndPoint_ * set1, HashSet_1_UdpKit_UdpEndPoint_ * set2, MethodInfo * method)); DO_APP_FUNC(0x016786F0, HashSet_1_T_ElementCount_UdpKit_UdpEndPoint_, HashSet_1_UdpKit_UdpEndPoint__CheckUniqueAndUnfoundElements, (HashSet_1_UdpKit_UdpEndPoint_ * __this, IEnumerable_1_UdpKit_UdpEndPoint_ * other, bool returnIfUnfound, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BA90, HashSet_1_UdpKit_UdpEndPoint__CheckUniqueAndUnfoundElements__MethodInfo); DO_APP_FUNC(0x0164B690, void, HashSet_1_UdpKit_UdpEndPoint__Clear, (HashSet_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01673B20, bool, HashSet_1_UdpKit_UdpEndPoint__Contains, (HashSet_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BB50, HashSet_1_UdpKit_UdpEndPoint__Contains__MethodInfo); DO_APP_FUNC(0x01677090, bool, HashSet_1_UdpKit_UdpEndPoint__ContainsAllElements, (HashSet_1_UdpKit_UdpEndPoint_ * __this, IEnumerable_1_UdpKit_UdpEndPoint_ * other, MethodInfo * method)); DO_APP_FUNC(0x01673770, void, HashSet_1_UdpKit_UdpEndPoint__CopyFrom, (HashSet_1_UdpKit_UdpEndPoint_ * __this, HashSet_1_UdpKit_UdpEndPoint_ * source, MethodInfo * method)); DO_APP_FUNC(0x0164DC10, void, HashSet_1_UdpKit_UdpEndPoint__CopyTo, (HashSet_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint__Array * array, MethodInfo * method)); DO_APP_FUNC(0x0164B900, void, HashSet_1_UdpKit_UdpEndPoint__CopyTo_1, (HashSet_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01676040, void, HashSet_1_UdpKit_UdpEndPoint__CopyTo_2, (HashSet_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint__Array * array, int32_t arrayIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BAB0, HashSet_1_UdpKit_UdpEndPoint__CopyTo_2__MethodInfo); DO_APP_FUNC(0x01674F60, void, HashSet_1_UdpKit_UdpEndPoint__ExceptWith, (HashSet_1_UdpKit_UdpEndPoint_ * __this, IEnumerable_1_UdpKit_UdpEndPoint_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BB20, HashSet_1_UdpKit_UdpEndPoint__ExceptWith__MethodInfo); DO_APP_FUNC(0x01674020, HashSet_1_T_Enumerator_UdpKit_UdpEndPoint_, HashSet_1_UdpKit_UdpEndPoint__GetEnumerator, (HashSet_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016741C0, void, HashSet_1_UdpKit_UdpEndPoint__GetObjectData, (HashSet_1_UdpKit_UdpEndPoint_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BAE8, HashSet_1_UdpKit_UdpEndPoint__GetObjectData__MethodInfo); DO_APP_FUNC(0x01676960, void, HashSet_1_UdpKit_UdpEndPoint__IncreaseCapacity, (HashSet_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BAC8, HashSet_1_UdpKit_UdpEndPoint__IncreaseCapacity__MethodInfo); DO_APP_FUNC(0x016767F0, int32_t, HashSet_1_UdpKit_UdpEndPoint__Initialize, (HashSet_1_UdpKit_UdpEndPoint_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01678B90, int32_t, HashSet_1_UdpKit_UdpEndPoint__InternalGetHashCode, (HashSet_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint item, MethodInfo * method)); DO_APP_FUNC(0x016779B0, int32_t, HashSet_1_UdpKit_UdpEndPoint__InternalIndexOf, (HashSet_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BA78, HashSet_1_UdpKit_UdpEndPoint__InternalIndexOf__MethodInfo); DO_APP_FUNC(0x01674D80, void, HashSet_1_UdpKit_UdpEndPoint__IntersectWith, (HashSet_1_UdpKit_UdpEndPoint_ * __this, IEnumerable_1_UdpKit_UdpEndPoint_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BAD8, HashSet_1_UdpKit_UdpEndPoint__IntersectWith__MethodInfo); DO_APP_FUNC(0x01677530, void, HashSet_1_UdpKit_UdpEndPoint__IntersectWithEnumerable, (HashSet_1_UdpKit_UdpEndPoint_ * __this, IEnumerable_1_UdpKit_UdpEndPoint_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BA80, HashSet_1_UdpKit_UdpEndPoint__IntersectWithEnumerable__MethodInfo); DO_APP_FUNC(0x016773D0, void, HashSet_1_UdpKit_UdpEndPoint__IntersectWithHashSetWithSameEC, (HashSet_1_UdpKit_UdpEndPoint_ * __this, HashSet_1_UdpKit_UdpEndPoint_ * other, MethodInfo * method)); DO_APP_FUNC(0x01675510, bool, HashSet_1_UdpKit_UdpEndPoint__IsProperSubsetOf, (HashSet_1_UdpKit_UdpEndPoint_ * __this, IEnumerable_1_UdpKit_UdpEndPoint_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BAF8, HashSet_1_UdpKit_UdpEndPoint__IsProperSubsetOf__MethodInfo); DO_APP_FUNC(0x01675960, bool, HashSet_1_UdpKit_UdpEndPoint__IsProperSupersetOf, (HashSet_1_UdpKit_UdpEndPoint_ * __this, IEnumerable_1_UdpKit_UdpEndPoint_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BB08, HashSet_1_UdpKit_UdpEndPoint__IsProperSupersetOf__MethodInfo); DO_APP_FUNC(0x01675340, bool, HashSet_1_UdpKit_UdpEndPoint__IsSubsetOf, (HashSet_1_UdpKit_UdpEndPoint_ * __this, IEnumerable_1_UdpKit_UdpEndPoint_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BB00, HashSet_1_UdpKit_UdpEndPoint__IsSubsetOf__MethodInfo); DO_APP_FUNC(0x01677290, bool, HashSet_1_UdpKit_UdpEndPoint__IsSubsetOfHashSetWithSameEC, (HashSet_1_UdpKit_UdpEndPoint_ * __this, HashSet_1_UdpKit_UdpEndPoint_ * other, MethodInfo * method)); DO_APP_FUNC(0x01675770, bool, HashSet_1_UdpKit_UdpEndPoint__IsSupersetOf, (HashSet_1_UdpKit_UdpEndPoint_ * __this, IEnumerable_1_UdpKit_UdpEndPoint_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BB10, HashSet_1_UdpKit_UdpEndPoint__IsSupersetOf__MethodInfo); DO_APP_FUNC(0x01674560, void, HashSet_1_UdpKit_UdpEndPoint__OnDeserialization, (HashSet_1_UdpKit_UdpEndPoint_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BAF0, HashSet_1_UdpKit_UdpEndPoint__OnDeserialization__MethodInfo); DO_APP_FUNC(0x01675BA0, bool, HashSet_1_UdpKit_UdpEndPoint__Overlaps, (HashSet_1_UdpKit_UdpEndPoint_ * __this, IEnumerable_1_UdpKit_UdpEndPoint_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BAC0, HashSet_1_UdpKit_UdpEndPoint__Overlaps__MethodInfo); DO_APP_FUNC(0x01673D40, bool, HashSet_1_UdpKit_UdpEndPoint__Remove, (HashSet_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BB48, HashSet_1_UdpKit_UdpEndPoint__Remove__MethodInfo); DO_APP_FUNC(0x016762F0, int32_t, HashSet_1_UdpKit_UdpEndPoint__RemoveWhere, (HashSet_1_UdpKit_UdpEndPoint_ * __this, Predicate_1_UdpKit_UdpEndPoint_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BAA8, HashSet_1_UdpKit_UdpEndPoint__RemoveWhere__MethodInfo); DO_APP_FUNC(0x01676A40, void, HashSet_1_UdpKit_UdpEndPoint__SetCapacity, (HashSet_1_UdpKit_UdpEndPoint_ * __this, int32_t newSize, MethodInfo * method)); DO_APP_FUNC(0x01675E00, bool, HashSet_1_UdpKit_UdpEndPoint__SetEquals, (HashSet_1_UdpKit_UdpEndPoint_ * __this, IEnumerable_1_UdpKit_UdpEndPoint_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BAB8, HashSet_1_UdpKit_UdpEndPoint__SetEquals__MethodInfo); DO_APP_FUNC(0x016751C0, void, HashSet_1_UdpKit_UdpEndPoint__SymmetricExceptWith, (HashSet_1_UdpKit_UdpEndPoint_ * __this, IEnumerable_1_UdpKit_UdpEndPoint_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BB18, HashSet_1_UdpKit_UdpEndPoint__SymmetricExceptWith__MethodInfo); DO_APP_FUNC(0x01677D80, void, HashSet_1_UdpKit_UdpEndPoint__SymmetricExceptWithEnumerable, (HashSet_1_UdpKit_UdpEndPoint_ * __this, IEnumerable_1_UdpKit_UdpEndPoint_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BAA0, HashSet_1_UdpKit_UdpEndPoint__SymmetricExceptWithEnumerable__MethodInfo); DO_APP_FUNC(0x01677BC0, void, HashSet_1_UdpKit_UdpEndPoint__SymmetricExceptWithUniqueHashSet, (HashSet_1_UdpKit_UdpEndPoint_ * __this, HashSet_1_UdpKit_UdpEndPoint_ * other, MethodInfo * method)); DO_APP_FUNC(0x01673AE0, void, HashSet_1_UdpKit_UdpEndPoint__System_Collections_Generic_ICollection_T__Add, (HashSet_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, HashSet_1_UdpKit_UdpEndPoint__System_Collections_Generic_ICollection_T__get_IsReadOnly, (HashSet_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016740D0, IEnumerator_1_UdpKit_UdpEndPoint_ *, HashSet_1_UdpKit_UdpEndPoint__System_Collections_Generic_IEnumerable_T__GetEnumerator, (HashSet_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016740D0, IEnumerator *, HashSet_1_UdpKit_UdpEndPoint__System_Collections_IEnumerable_GetEnumerator, (HashSet_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016764C0, void, HashSet_1_UdpKit_UdpEndPoint__TrimExcess, (HashSet_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01674AF0, void, HashSet_1_UdpKit_UdpEndPoint__UnionWith, (HashSet_1_UdpKit_UdpEndPoint_ * __this, IEnumerable_1_UdpKit_UdpEndPoint_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BAE0, HashSet_1_UdpKit_UdpEndPoint__UnionWith__MethodInfo); DO_APP_FUNC(0x003B9330, IEqualityComparer_1_UdpKit_UdpEndPoint_ *, HashSet_1_UdpKit_UdpEndPoint__get_Comparer, (HashSet_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, HashSet_1_UdpKit_UdpEndPoint__get_Count, (HashSet_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0164AF50, void, HashSet_1_UdpKit_UdpIPv4Address___ctor, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E518, HashSet_1_UdpKit_UdpIPv4Address___ctor__MethodInfo); DO_APP_FUNC(0x0164B050, void, HashSet_1_UdpKit_UdpIPv4Address___ctor_1, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, IEnumerable_1_UdpKit_UdpIPv4Address_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0164AFB0, void, HashSet_1_UdpKit_UdpIPv4Address___ctor_2, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, IEqualityComparer_1_UdpKit_UdpIPv4Address_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E4D0, HashSet_1_UdpKit_UdpIPv4Address___ctor_2__MethodInfo); DO_APP_FUNC(0x01678C80, void, HashSet_1_UdpKit_UdpIPv4Address___ctor_3, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, IEnumerable_1_UdpKit_UdpIPv4Address_ * collection, IEqualityComparer_1_UdpKit_UdpIPv4Address_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BA88, HashSet_1_UdpKit_UdpIPv4Address___ctor_3__MethodInfo); DO_APP_FUNC(0x003C53A0, void, HashSet_1_UdpKit_UdpIPv4Address___ctor_4, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01651DA0, bool, HashSet_1_UdpKit_UdpIPv4Address__Add, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E4D8, HashSet_1_UdpKit_UdpIPv4Address__Add__MethodInfo); DO_APP_FUNC(0x0167BF00, bool, HashSet_1_UdpKit_UdpIPv4Address__AddIfNotPresent, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B9D0, HashSet_1_UdpKit_UdpIPv4Address__AddIfNotPresent__MethodInfo); DO_APP_FUNC(0x0167D330, bool, HashSet_1_UdpKit_UdpIPv4Address__AddOrGetLocation, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address value, int32_t * location, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B9D8, HashSet_1_UdpKit_UdpIPv4Address__AddOrGetLocation__MethodInfo); DO_APP_FUNC(0x0167C1E0, void, HashSet_1_UdpKit_UdpIPv4Address__AddValue, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, int32_t index, int32_t hashCode, UdpIPv4Address value, MethodInfo * method)); DO_APP_FUNC(0x016507D0, bool, HashSet_1_UdpKit_UdpIPv4Address__AreEqualityComparersEqual, (HashSet_1_UdpKit_UdpIPv4Address_ * set1, HashSet_1_UdpKit_UdpIPv4Address_ * set2, MethodInfo * method)); DO_APP_FUNC(0x0167D610, HashSet_1_T_ElementCount_UdpKit_UdpIPv4Address_, HashSet_1_UdpKit_UdpIPv4Address__CheckUniqueAndUnfoundElements, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, IEnumerable_1_UdpKit_UdpIPv4Address_ * other, bool returnIfUnfound, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B9A8, HashSet_1_UdpKit_UdpIPv4Address__CheckUniqueAndUnfoundElements__MethodInfo); DO_APP_FUNC(0x0164B690, void, HashSet_1_UdpKit_UdpIPv4Address__Clear, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016791F0, bool, HashSet_1_UdpKit_UdpIPv4Address__Contains, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BA50, HashSet_1_UdpKit_UdpIPv4Address__Contains__MethodInfo); DO_APP_FUNC(0x0167C2A0, bool, HashSet_1_UdpKit_UdpIPv4Address__ContainsAllElements, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, IEnumerable_1_UdpKit_UdpIPv4Address_ * other, MethodInfo * method)); DO_APP_FUNC(0x01678EA0, void, HashSet_1_UdpKit_UdpIPv4Address__CopyFrom, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, HashSet_1_UdpKit_UdpIPv4Address_ * source, MethodInfo * method)); DO_APP_FUNC(0x0164DC10, void, HashSet_1_UdpKit_UdpIPv4Address__CopyTo, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address__Array * array, MethodInfo * method)); DO_APP_FUNC(0x0164B900, void, HashSet_1_UdpKit_UdpIPv4Address__CopyTo_1, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x0167B3B0, void, HashSet_1_UdpKit_UdpIPv4Address__CopyTo_2, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address__Array * array, int32_t arrayIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BA30, HashSet_1_UdpKit_UdpIPv4Address__CopyTo_2__MethodInfo); DO_APP_FUNC(0x0167A320, void, HashSet_1_UdpKit_UdpIPv4Address__ExceptWith, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, IEnumerable_1_UdpKit_UdpIPv4Address_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BA60, HashSet_1_UdpKit_UdpIPv4Address__ExceptWith__MethodInfo); DO_APP_FUNC(0x01651390, HashSet_1_T_Enumerator_UdpKit_UdpIPv4Address_, HashSet_1_UdpKit_UdpIPv4Address__GetEnumerator, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01679640, void, HashSet_1_UdpKit_UdpIPv4Address__GetObjectData, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BA38, HashSet_1_UdpKit_UdpIPv4Address__GetObjectData__MethodInfo); DO_APP_FUNC(0x0167BC30, void, HashSet_1_UdpKit_UdpIPv4Address__IncreaseCapacity, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B9C8, HashSet_1_UdpKit_UdpIPv4Address__IncreaseCapacity__MethodInfo); DO_APP_FUNC(0x0167BAC0, int32_t, HashSet_1_UdpKit_UdpIPv4Address__Initialize, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0167DA70, int32_t, HashSet_1_UdpKit_UdpIPv4Address__InternalGetHashCode, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address item, MethodInfo * method)); DO_APP_FUNC(0x0167CA70, int32_t, HashSet_1_UdpKit_UdpIPv4Address__InternalIndexOf, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B9E8, HashSet_1_UdpKit_UdpIPv4Address__InternalIndexOf__MethodInfo); DO_APP_FUNC(0x0167A140, void, HashSet_1_UdpKit_UdpIPv4Address__IntersectWith, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, IEnumerable_1_UdpKit_UdpIPv4Address_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BA68, HashSet_1_UdpKit_UdpIPv4Address__IntersectWith__MethodInfo); DO_APP_FUNC(0x0167C660, void, HashSet_1_UdpKit_UdpIPv4Address__IntersectWithEnumerable, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, IEnumerable_1_UdpKit_UdpIPv4Address_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B9F0, HashSet_1_UdpKit_UdpIPv4Address__IntersectWithEnumerable__MethodInfo); DO_APP_FUNC(0x0167C570, void, HashSet_1_UdpKit_UdpIPv4Address__IntersectWithHashSetWithSameEC, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, HashSet_1_UdpKit_UdpIPv4Address_ * other, MethodInfo * method)); DO_APP_FUNC(0x0167A8A0, bool, HashSet_1_UdpKit_UdpIPv4Address__IsProperSubsetOf, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, IEnumerable_1_UdpKit_UdpIPv4Address_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BA08, HashSet_1_UdpKit_UdpIPv4Address__IsProperSubsetOf__MethodInfo); DO_APP_FUNC(0x0167ACF0, bool, HashSet_1_UdpKit_UdpIPv4Address__IsProperSupersetOf, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, IEnumerable_1_UdpKit_UdpIPv4Address_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BA18, HashSet_1_UdpKit_UdpIPv4Address__IsProperSupersetOf__MethodInfo); DO_APP_FUNC(0x0167A6D0, bool, HashSet_1_UdpKit_UdpIPv4Address__IsSubsetOf, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, IEnumerable_1_UdpKit_UdpIPv4Address_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BA10, HashSet_1_UdpKit_UdpIPv4Address__IsSubsetOf__MethodInfo); DO_APP_FUNC(0x0167C470, bool, HashSet_1_UdpKit_UdpIPv4Address__IsSubsetOfHashSetWithSameEC, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, HashSet_1_UdpKit_UdpIPv4Address_ * other, MethodInfo * method)); DO_APP_FUNC(0x0167AB00, bool, HashSet_1_UdpKit_UdpIPv4Address__IsSupersetOf, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, IEnumerable_1_UdpKit_UdpIPv4Address_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BA20, HashSet_1_UdpKit_UdpIPv4Address__IsSupersetOf__MethodInfo); DO_APP_FUNC(0x016799E0, void, HashSet_1_UdpKit_UdpIPv4Address__OnDeserialization, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BA40, HashSet_1_UdpKit_UdpIPv4Address__OnDeserialization__MethodInfo); DO_APP_FUNC(0x0167AF30, bool, HashSet_1_UdpKit_UdpIPv4Address__Overlaps, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, IEnumerable_1_UdpKit_UdpIPv4Address_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BA00, HashSet_1_UdpKit_UdpIPv4Address__Overlaps__MethodInfo); DO_APP_FUNC(0x016793B0, bool, HashSet_1_UdpKit_UdpIPv4Address__Remove, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BA48, HashSet_1_UdpKit_UdpIPv4Address__Remove__MethodInfo); DO_APP_FUNC(0x0167B630, int32_t, HashSet_1_UdpKit_UdpIPv4Address__RemoveWhere, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, Predicate_1_UdpKit_UdpIPv4Address_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BA28, HashSet_1_UdpKit_UdpIPv4Address__RemoveWhere__MethodInfo); DO_APP_FUNC(0x0167BD10, void, HashSet_1_UdpKit_UdpIPv4Address__SetCapacity, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, int32_t newSize, MethodInfo * method)); DO_APP_FUNC(0x0167B170, bool, HashSet_1_UdpKit_UdpIPv4Address__SetEquals, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, IEnumerable_1_UdpKit_UdpIPv4Address_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B9F8, HashSet_1_UdpKit_UdpIPv4Address__SetEquals__MethodInfo); DO_APP_FUNC(0x0167A550, void, HashSet_1_UdpKit_UdpIPv4Address__SymmetricExceptWith, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, IEnumerable_1_UdpKit_UdpIPv4Address_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BA58, HashSet_1_UdpKit_UdpIPv4Address__SymmetricExceptWith__MethodInfo); DO_APP_FUNC(0x0167CD70, void, HashSet_1_UdpKit_UdpIPv4Address__SymmetricExceptWithEnumerable, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, IEnumerable_1_UdpKit_UdpIPv4Address_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B9E0, HashSet_1_UdpKit_UdpIPv4Address__SymmetricExceptWithEnumerable__MethodInfo); DO_APP_FUNC(0x0167CC30, void, HashSet_1_UdpKit_UdpIPv4Address__SymmetricExceptWithUniqueHashSet, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, HashSet_1_UdpKit_UdpIPv4Address_ * other, MethodInfo * method)); DO_APP_FUNC(0x01650F30, void, HashSet_1_UdpKit_UdpIPv4Address__System_Collections_Generic_ICollection_T__Add, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, HashSet_1_UdpKit_UdpIPv4Address__System_Collections_Generic_ICollection_T__get_IsReadOnly, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01651420, IEnumerator_1_UdpKit_UdpIPv4Address_ *, HashSet_1_UdpKit_UdpIPv4Address__System_Collections_Generic_IEnumerable_T__GetEnumerator, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01651420, IEnumerator *, HashSet_1_UdpKit_UdpIPv4Address__System_Collections_IEnumerable_GetEnumerator, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0167B790, void, HashSet_1_UdpKit_UdpIPv4Address__TrimExcess, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01679EF0, void, HashSet_1_UdpKit_UdpIPv4Address__UnionWith, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, IEnumerable_1_UdpKit_UdpIPv4Address_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BA70, HashSet_1_UdpKit_UdpIPv4Address__UnionWith__MethodInfo); DO_APP_FUNC(0x003B9330, IEqualityComparer_1_UdpKit_UdpIPv4Address_ *, HashSet_1_UdpKit_UdpIPv4Address__get_Comparer, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, HashSet_1_UdpKit_UdpIPv4Address__get_Count, (HashSet_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E4E8, HashSet_1_UdpKit_UdpIPv4Address__get_Count__MethodInfo); DO_APP_FUNC(0x0164AF50, void, HashSet_1_UnityEngine_Vector3___ctor, (HashSet_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94250, HashSet_1_UnityEngine_Vector3___ctor__MethodInfo); DO_APP_FUNC(0x0164B050, void, HashSet_1_UnityEngine_Vector3___ctor_1, (HashSet_1_UnityEngine_Vector3_ * __this, IEnumerable_1_UnityEngine_Vector3_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0164AFB0, void, HashSet_1_UnityEngine_Vector3___ctor_2, (HashSet_1_UnityEngine_Vector3_ * __this, IEqualityComparer_1_UnityEngine_Vector3_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0167DAD0, void, HashSet_1_UnityEngine_Vector3___ctor_3, (HashSet_1_UnityEngine_Vector3_ * __this, IEnumerable_1_UnityEngine_Vector3_ * collection, IEqualityComparer_1_UnityEngine_Vector3_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B9A0, HashSet_1_UnityEngine_Vector3___ctor_3__MethodInfo); DO_APP_FUNC(0x003C53A0, void, HashSet_1_UnityEngine_Vector3___ctor_4, (HashSet_1_UnityEngine_Vector3_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0167EF90, bool, HashSet_1_UnityEngine_Vector3__Add, (HashSet_1_UnityEngine_Vector3_ * __this, Vector3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94248, HashSet_1_UnityEngine_Vector3__Add__MethodInfo); DO_APP_FUNC(0x016810B0, bool, HashSet_1_UnityEngine_Vector3__AddIfNotPresent, (HashSet_1_UnityEngine_Vector3_ * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B918, HashSet_1_UnityEngine_Vector3__AddIfNotPresent__MethodInfo); DO_APP_FUNC(0x016826F0, bool, HashSet_1_UnityEngine_Vector3__AddOrGetLocation, (HashSet_1_UnityEngine_Vector3_ * __this, Vector3 value, int32_t * location, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B908, HashSet_1_UnityEngine_Vector3__AddOrGetLocation__MethodInfo); DO_APP_FUNC(0x01681400, void, HashSet_1_UnityEngine_Vector3__AddValue, (HashSet_1_UnityEngine_Vector3_ * __this, int32_t index, int32_t hashCode, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x016507D0, bool, HashSet_1_UnityEngine_Vector3__AreEqualityComparersEqual, (HashSet_1_UnityEngine_Vector3_ * set1, HashSet_1_UnityEngine_Vector3_ * set2, MethodInfo * method)); DO_APP_FUNC(0x01682A20, HashSet_1_T_ElementCount_UnityEngine_Vector3_, HashSet_1_UnityEngine_Vector3__CheckUniqueAndUnfoundElements, (HashSet_1_UnityEngine_Vector3_ * __this, IEnumerable_1_UnityEngine_Vector3_ * other, bool returnIfUnfound, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B910, HashSet_1_UnityEngine_Vector3__CheckUniqueAndUnfoundElements__MethodInfo); DO_APP_FUNC(0x0164B690, void, HashSet_1_UnityEngine_Vector3__Clear, (HashSet_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0167E090, bool, HashSet_1_UnityEngine_Vector3__Contains, (HashSet_1_UnityEngine_Vector3_ * __this, Vector3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94240, HashSet_1_UnityEngine_Vector3__Contains__MethodInfo); DO_APP_FUNC(0x016814D0, bool, HashSet_1_UnityEngine_Vector3__ContainsAllElements, (HashSet_1_UnityEngine_Vector3_ * __this, IEnumerable_1_UnityEngine_Vector3_ * other, MethodInfo * method)); DO_APP_FUNC(0x0167DCF0, void, HashSet_1_UnityEngine_Vector3__CopyFrom, (HashSet_1_UnityEngine_Vector3_ * __this, HashSet_1_UnityEngine_Vector3_ * source, MethodInfo * method)); DO_APP_FUNC(0x0164DC10, void, HashSet_1_UnityEngine_Vector3__CopyTo, (HashSet_1_UnityEngine_Vector3_ * __this, Vector3__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94258, HashSet_1_UnityEngine_Vector3__CopyTo__MethodInfo); DO_APP_FUNC(0x0164B900, void, HashSet_1_UnityEngine_Vector3__CopyTo_1, (HashSet_1_UnityEngine_Vector3_ * __this, Vector3__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01680500, void, HashSet_1_UnityEngine_Vector3__CopyTo_2, (HashSet_1_UnityEngine_Vector3_ * __this, Vector3__Array * array, int32_t arrayIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B980, HashSet_1_UnityEngine_Vector3__CopyTo_2__MethodInfo); DO_APP_FUNC(0x0167F430, void, HashSet_1_UnityEngine_Vector3__ExceptWith, (HashSet_1_UnityEngine_Vector3_ * __this, IEnumerable_1_UnityEngine_Vector3_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B958, HashSet_1_UnityEngine_Vector3__ExceptWith__MethodInfo); DO_APP_FUNC(0x0167E550, HashSet_1_T_Enumerator_UnityEngine_Vector3_, HashSet_1_UnityEngine_Vector3__GetEnumerator, (HashSet_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0167E6C0, void, HashSet_1_UnityEngine_Vector3__GetObjectData, (HashSet_1_UnityEngine_Vector3_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B998, HashSet_1_UnityEngine_Vector3__GetObjectData__MethodInfo); DO_APP_FUNC(0x01680DE0, void, HashSet_1_UnityEngine_Vector3__IncreaseCapacity, (HashSet_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B920, HashSet_1_UnityEngine_Vector3__IncreaseCapacity__MethodInfo); DO_APP_FUNC(0x01680C70, int32_t, HashSet_1_UnityEngine_Vector3__Initialize, (HashSet_1_UnityEngine_Vector3_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01682EC0, int32_t, HashSet_1_UnityEngine_Vector3__InternalGetHashCode, (HashSet_1_UnityEngine_Vector3_ * __this, Vector3 item, MethodInfo * method)); DO_APP_FUNC(0x01681D60, int32_t, HashSet_1_UnityEngine_Vector3__InternalIndexOf, (HashSet_1_UnityEngine_Vector3_ * __this, Vector3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B928, HashSet_1_UnityEngine_Vector3__InternalIndexOf__MethodInfo); DO_APP_FUNC(0x0167F250, void, HashSet_1_UnityEngine_Vector3__IntersectWith, (HashSet_1_UnityEngine_Vector3_ * __this, IEnumerable_1_UnityEngine_Vector3_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B9B8, HashSet_1_UnityEngine_Vector3__IntersectWith__MethodInfo); DO_APP_FUNC(0x016818F0, void, HashSet_1_UnityEngine_Vector3__IntersectWithEnumerable, (HashSet_1_UnityEngine_Vector3_ * __this, IEnumerable_1_UnityEngine_Vector3_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B938, HashSet_1_UnityEngine_Vector3__IntersectWithEnumerable__MethodInfo); DO_APP_FUNC(0x016817D0, void, HashSet_1_UnityEngine_Vector3__IntersectWithHashSetWithSameEC, (HashSet_1_UnityEngine_Vector3_ * __this, HashSet_1_UnityEngine_Vector3_ * other, MethodInfo * method)); DO_APP_FUNC(0x0167F9D0, bool, HashSet_1_UnityEngine_Vector3__IsProperSubsetOf, (HashSet_1_UnityEngine_Vector3_ * __this, IEnumerable_1_UnityEngine_Vector3_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B948, HashSet_1_UnityEngine_Vector3__IsProperSubsetOf__MethodInfo); DO_APP_FUNC(0x0167FE20, bool, HashSet_1_UnityEngine_Vector3__IsProperSupersetOf, (HashSet_1_UnityEngine_Vector3_ * __this, IEnumerable_1_UnityEngine_Vector3_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B950, HashSet_1_UnityEngine_Vector3__IsProperSupersetOf__MethodInfo); DO_APP_FUNC(0x0167F800, bool, HashSet_1_UnityEngine_Vector3__IsSubsetOf, (HashSet_1_UnityEngine_Vector3_ * __this, IEnumerable_1_UnityEngine_Vector3_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B960, HashSet_1_UnityEngine_Vector3__IsSubsetOf__MethodInfo); DO_APP_FUNC(0x016816B0, bool, HashSet_1_UnityEngine_Vector3__IsSubsetOfHashSetWithSameEC, (HashSet_1_UnityEngine_Vector3_ * __this, HashSet_1_UnityEngine_Vector3_ * other, MethodInfo * method)); DO_APP_FUNC(0x0167FC30, bool, HashSet_1_UnityEngine_Vector3__IsSupersetOf, (HashSet_1_UnityEngine_Vector3_ * __this, IEnumerable_1_UnityEngine_Vector3_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B940, HashSet_1_UnityEngine_Vector3__IsSupersetOf__MethodInfo); DO_APP_FUNC(0x0167EA60, void, HashSet_1_UnityEngine_Vector3__OnDeserialization, (HashSet_1_UnityEngine_Vector3_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B9C0, HashSet_1_UnityEngine_Vector3__OnDeserialization__MethodInfo); DO_APP_FUNC(0x01680060, bool, HashSet_1_UnityEngine_Vector3__Overlaps, (HashSet_1_UnityEngine_Vector3_ * __this, IEnumerable_1_UnityEngine_Vector3_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B978, HashSet_1_UnityEngine_Vector3__Overlaps__MethodInfo); DO_APP_FUNC(0x0167E290, bool, HashSet_1_UnityEngine_Vector3__Remove, (HashSet_1_UnityEngine_Vector3_ * __this, Vector3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B990, HashSet_1_UnityEngine_Vector3__Remove__MethodInfo); DO_APP_FUNC(0x016807A0, int32_t, HashSet_1_UnityEngine_Vector3__RemoveWhere, (HashSet_1_UnityEngine_Vector3_ * __this, Predicate_1_UnityEngine_Vector3_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B970, HashSet_1_UnityEngine_Vector3__RemoveWhere__MethodInfo); DO_APP_FUNC(0x01680EC0, void, HashSet_1_UnityEngine_Vector3__SetCapacity, (HashSet_1_UnityEngine_Vector3_ * __this, int32_t newSize, MethodInfo * method)); DO_APP_FUNC(0x016802C0, bool, HashSet_1_UnityEngine_Vector3__SetEquals, (HashSet_1_UnityEngine_Vector3_ * __this, IEnumerable_1_UnityEngine_Vector3_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B988, HashSet_1_UnityEngine_Vector3__SetEquals__MethodInfo); DO_APP_FUNC(0x0167F680, void, HashSet_1_UnityEngine_Vector3__SymmetricExceptWith, (HashSet_1_UnityEngine_Vector3_ * __this, IEnumerable_1_UnityEngine_Vector3_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B968, HashSet_1_UnityEngine_Vector3__SymmetricExceptWith__MethodInfo); DO_APP_FUNC(0x016820F0, void, HashSet_1_UnityEngine_Vector3__SymmetricExceptWithEnumerable, (HashSet_1_UnityEngine_Vector3_ * __this, IEnumerable_1_UnityEngine_Vector3_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B930, HashSet_1_UnityEngine_Vector3__SymmetricExceptWithEnumerable__MethodInfo); DO_APP_FUNC(0x01681F60, void, HashSet_1_UnityEngine_Vector3__SymmetricExceptWithUniqueHashSet, (HashSet_1_UnityEngine_Vector3_ * __this, HashSet_1_UnityEngine_Vector3_ * other, MethodInfo * method)); DO_APP_FUNC(0x0167E050, void, HashSet_1_UnityEngine_Vector3__System_Collections_Generic_ICollection_T__Add, (HashSet_1_UnityEngine_Vector3_ * __this, Vector3 item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, HashSet_1_UnityEngine_Vector3__System_Collections_Generic_ICollection_T__get_IsReadOnly, (HashSet_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0167E5E0, IEnumerator_1_UnityEngine_Vector3_ *, HashSet_1_UnityEngine_Vector3__System_Collections_Generic_IEnumerable_T__GetEnumerator, (HashSet_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0167E5E0, IEnumerator *, HashSet_1_UnityEngine_Vector3__System_Collections_IEnumerable_GetEnumerator, (HashSet_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01680940, void, HashSet_1_UnityEngine_Vector3__TrimExcess, (HashSet_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0167EFE0, void, HashSet_1_UnityEngine_Vector3__UnionWith, (HashSet_1_UnityEngine_Vector3_ * __this, IEnumerable_1_UnityEngine_Vector3_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B9B0, HashSet_1_UnityEngine_Vector3__UnionWith__MethodInfo); DO_APP_FUNC(0x003B9330, IEqualityComparer_1_UnityEngine_Vector3_ *, HashSet_1_UnityEngine_Vector3__get_Comparer, (HashSet_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, HashSet_1_UnityEngine_Vector3__get_Count, (HashSet_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94238, HashSet_1_UnityEngine_Vector3__get_Count__MethodInfo); DO_APP_FUNC(0x0164AF50, void, HashSet_1_UnityEngine_Vector3Int___ctor, (HashSet_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE600, HashSet_1_UnityEngine_Vector3Int___ctor__MethodInfo); DO_APP_FUNC(0x0164B050, void, HashSet_1_UnityEngine_Vector3Int___ctor_1, (HashSet_1_UnityEngine_Vector3Int_ * __this, IEnumerable_1_UnityEngine_Vector3Int_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0164AFB0, void, HashSet_1_UnityEngine_Vector3Int___ctor_2, (HashSet_1_UnityEngine_Vector3Int_ * __this, IEqualityComparer_1_UnityEngine_Vector3Int_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01682FA0, void, HashSet_1_UnityEngine_Vector3Int___ctor_3, (HashSet_1_UnityEngine_Vector3Int_ * __this, IEnumerable_1_UnityEngine_Vector3Int_ * collection, IEqualityComparer_1_UnityEngine_Vector3Int_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D3A8, HashSet_1_UnityEngine_Vector3Int___ctor_3__MethodInfo); DO_APP_FUNC(0x003C53A0, void, HashSet_1_UnityEngine_Vector3Int___ctor_4, (HashSet_1_UnityEngine_Vector3Int_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0167EF90, bool, HashSet_1_UnityEngine_Vector3Int__Add, (HashSet_1_UnityEngine_Vector3Int_ * __this, Vector3Int item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE598, HashSet_1_UnityEngine_Vector3Int__Add__MethodInfo); DO_APP_FUNC(0x01686450, bool, HashSet_1_UnityEngine_Vector3Int__AddIfNotPresent, (HashSet_1_UnityEngine_Vector3Int_ * __this, Vector3Int value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D320, HashSet_1_UnityEngine_Vector3Int__AddIfNotPresent__MethodInfo); DO_APP_FUNC(0x01687910, bool, HashSet_1_UnityEngine_Vector3Int__AddOrGetLocation, (HashSet_1_UnityEngine_Vector3Int_ * __this, Vector3Int value, int32_t * location, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D2E8, HashSet_1_UnityEngine_Vector3Int__AddOrGetLocation__MethodInfo); DO_APP_FUNC(0x01681400, void, HashSet_1_UnityEngine_Vector3Int__AddValue, (HashSet_1_UnityEngine_Vector3Int_ * __this, int32_t index, int32_t hashCode, Vector3Int value, MethodInfo * method)); DO_APP_FUNC(0x016507D0, bool, HashSet_1_UnityEngine_Vector3Int__AreEqualityComparersEqual, (HashSet_1_UnityEngine_Vector3Int_ * set1, HashSet_1_UnityEngine_Vector3Int_ * set2, MethodInfo * method)); DO_APP_FUNC(0x01687C40, HashSet_1_T_ElementCount_UnityEngine_Vector3Int_, HashSet_1_UnityEngine_Vector3Int__CheckUniqueAndUnfoundElements, (HashSet_1_UnityEngine_Vector3Int_ * __this, IEnumerable_1_UnityEngine_Vector3Int_ * other, bool returnIfUnfound, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D2D0, HashSet_1_UnityEngine_Vector3Int__CheckUniqueAndUnfoundElements__MethodInfo); DO_APP_FUNC(0x0164B690, void, HashSet_1_UnityEngine_Vector3Int__Clear, (HashSet_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE5A8, HashSet_1_UnityEngine_Vector3Int__Clear__MethodInfo); DO_APP_FUNC(0x01683520, bool, HashSet_1_UnityEngine_Vector3Int__Contains, (HashSet_1_UnityEngine_Vector3Int_ * __this, Vector3Int item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D398, HashSet_1_UnityEngine_Vector3Int__Contains__MethodInfo); DO_APP_FUNC(0x016867A0, bool, HashSet_1_UnityEngine_Vector3Int__ContainsAllElements, (HashSet_1_UnityEngine_Vector3Int_ * __this, IEnumerable_1_UnityEngine_Vector3Int_ * other, MethodInfo * method)); DO_APP_FUNC(0x016831C0, void, HashSet_1_UnityEngine_Vector3Int__CopyFrom, (HashSet_1_UnityEngine_Vector3Int_ * __this, HashSet_1_UnityEngine_Vector3Int_ * source, MethodInfo * method)); DO_APP_FUNC(0x0164DC10, void, HashSet_1_UnityEngine_Vector3Int__CopyTo, (HashSet_1_UnityEngine_Vector3Int_ * __this, Vector3Int__Array * array, MethodInfo * method)); DO_APP_FUNC(0x0164B900, void, HashSet_1_UnityEngine_Vector3Int__CopyTo_1, (HashSet_1_UnityEngine_Vector3Int_ * __this, Vector3Int__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x016858A0, void, HashSet_1_UnityEngine_Vector3Int__CopyTo_2, (HashSet_1_UnityEngine_Vector3Int_ * __this, Vector3Int__Array * array, int32_t arrayIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D378, HashSet_1_UnityEngine_Vector3Int__CopyTo_2__MethodInfo); DO_APP_FUNC(0x01684700, void, HashSet_1_UnityEngine_Vector3Int__ExceptWith, (HashSet_1_UnityEngine_Vector3Int_ * __this, IEnumerable_1_UnityEngine_Vector3Int_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D368, HashSet_1_UnityEngine_Vector3Int__ExceptWith__MethodInfo); DO_APP_FUNC(0x0167E550, HashSet_1_T_Enumerator_UnityEngine_Vector3Int_, HashSet_1_UnityEngine_Vector3Int__GetEnumerator, (HashSet_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE580, HashSet_1_UnityEngine_Vector3Int__GetEnumerator__MethodInfo); DO_APP_FUNC(0x016839E0, void, HashSet_1_UnityEngine_Vector3Int__GetObjectData, (HashSet_1_UnityEngine_Vector3Int_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D3C0, HashSet_1_UnityEngine_Vector3Int__GetObjectData__MethodInfo); DO_APP_FUNC(0x01686180, void, HashSet_1_UnityEngine_Vector3Int__IncreaseCapacity, (HashSet_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D310, HashSet_1_UnityEngine_Vector3Int__IncreaseCapacity__MethodInfo); DO_APP_FUNC(0x01686010, int32_t, HashSet_1_UnityEngine_Vector3Int__Initialize, (HashSet_1_UnityEngine_Vector3Int_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01688140, int32_t, HashSet_1_UnityEngine_Vector3Int__InternalGetHashCode, (HashSet_1_UnityEngine_Vector3Int_ * __this, Vector3Int item, MethodInfo * method)); DO_APP_FUNC(0x01686F80, int32_t, HashSet_1_UnityEngine_Vector3Int__InternalIndexOf, (HashSet_1_UnityEngine_Vector3Int_ * __this, Vector3Int item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D328, HashSet_1_UnityEngine_Vector3Int__InternalIndexOf__MethodInfo); DO_APP_FUNC(0x01684520, void, HashSet_1_UnityEngine_Vector3Int__IntersectWith, (HashSet_1_UnityEngine_Vector3Int_ * __this, IEnumerable_1_UnityEngine_Vector3Int_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D3B0, HashSet_1_UnityEngine_Vector3Int__IntersectWith__MethodInfo); DO_APP_FUNC(0x01686B10, void, HashSet_1_UnityEngine_Vector3Int__IntersectWithEnumerable, (HashSet_1_UnityEngine_Vector3Int_ * __this, IEnumerable_1_UnityEngine_Vector3Int_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D330, HashSet_1_UnityEngine_Vector3Int__IntersectWithEnumerable__MethodInfo); DO_APP_FUNC(0x016817D0, void, HashSet_1_UnityEngine_Vector3Int__IntersectWithHashSetWithSameEC, (HashSet_1_UnityEngine_Vector3Int_ * __this, HashSet_1_UnityEngine_Vector3Int_ * other, MethodInfo * method)); DO_APP_FUNC(0x01684D10, bool, HashSet_1_UnityEngine_Vector3Int__IsProperSubsetOf, (HashSet_1_UnityEngine_Vector3Int_ * __this, IEnumerable_1_UnityEngine_Vector3Int_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D338, HashSet_1_UnityEngine_Vector3Int__IsProperSubsetOf__MethodInfo); DO_APP_FUNC(0x01685160, bool, HashSet_1_UnityEngine_Vector3Int__IsProperSupersetOf, (HashSet_1_UnityEngine_Vector3Int_ * __this, IEnumerable_1_UnityEngine_Vector3Int_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D348, HashSet_1_UnityEngine_Vector3Int__IsProperSupersetOf__MethodInfo); DO_APP_FUNC(0x01684B40, bool, HashSet_1_UnityEngine_Vector3Int__IsSubsetOf, (HashSet_1_UnityEngine_Vector3Int_ * __this, IEnumerable_1_UnityEngine_Vector3Int_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D340, HashSet_1_UnityEngine_Vector3Int__IsSubsetOf__MethodInfo); DO_APP_FUNC(0x016869F0, bool, HashSet_1_UnityEngine_Vector3Int__IsSubsetOfHashSetWithSameEC, (HashSet_1_UnityEngine_Vector3Int_ * __this, HashSet_1_UnityEngine_Vector3Int_ * other, MethodInfo * method)); DO_APP_FUNC(0x01684F70, bool, HashSet_1_UnityEngine_Vector3Int__IsSupersetOf, (HashSet_1_UnityEngine_Vector3Int_ * __this, IEnumerable_1_UnityEngine_Vector3Int_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D350, HashSet_1_UnityEngine_Vector3Int__IsSupersetOf__MethodInfo); DO_APP_FUNC(0x01683D80, void, HashSet_1_UnityEngine_Vector3Int__OnDeserialization, (HashSet_1_UnityEngine_Vector3Int_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D3D0, HashSet_1_UnityEngine_Vector3Int__OnDeserialization__MethodInfo); DO_APP_FUNC(0x016853A0, bool, HashSet_1_UnityEngine_Vector3Int__Overlaps, (HashSet_1_UnityEngine_Vector3Int_ * __this, IEnumerable_1_UnityEngine_Vector3Int_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D388, HashSet_1_UnityEngine_Vector3Int__Overlaps__MethodInfo); DO_APP_FUNC(0x01683720, bool, HashSet_1_UnityEngine_Vector3Int__Remove, (HashSet_1_UnityEngine_Vector3Int_ * __this, Vector3Int item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE590, HashSet_1_UnityEngine_Vector3Int__Remove__MethodInfo); DO_APP_FUNC(0x01685B40, int32_t, HashSet_1_UnityEngine_Vector3Int__RemoveWhere, (HashSet_1_UnityEngine_Vector3Int_ * __this, Predicate_1_UnityEngine_Vector3Int_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D370, HashSet_1_UnityEngine_Vector3Int__RemoveWhere__MethodInfo); DO_APP_FUNC(0x01686260, void, HashSet_1_UnityEngine_Vector3Int__SetCapacity, (HashSet_1_UnityEngine_Vector3Int_ * __this, int32_t newSize, MethodInfo * method)); DO_APP_FUNC(0x01685660, bool, HashSet_1_UnityEngine_Vector3Int__SetEquals, (HashSet_1_UnityEngine_Vector3Int_ * __this, IEnumerable_1_UnityEngine_Vector3Int_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D380, HashSet_1_UnityEngine_Vector3Int__SetEquals__MethodInfo); DO_APP_FUNC(0x016849C0, void, HashSet_1_UnityEngine_Vector3Int__SymmetricExceptWith, (HashSet_1_UnityEngine_Vector3Int_ * __this, IEnumerable_1_UnityEngine_Vector3Int_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D358, HashSet_1_UnityEngine_Vector3Int__SymmetricExceptWith__MethodInfo); DO_APP_FUNC(0x01687310, void, HashSet_1_UnityEngine_Vector3Int__SymmetricExceptWithEnumerable, (HashSet_1_UnityEngine_Vector3Int_ * __this, IEnumerable_1_UnityEngine_Vector3Int_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D2F0, HashSet_1_UnityEngine_Vector3Int__SymmetricExceptWithEnumerable__MethodInfo); DO_APP_FUNC(0x01687180, void, HashSet_1_UnityEngine_Vector3Int__SymmetricExceptWithUniqueHashSet, (HashSet_1_UnityEngine_Vector3Int_ * __this, HashSet_1_UnityEngine_Vector3Int_ * other, MethodInfo * method)); DO_APP_FUNC(0x0167E050, void, HashSet_1_UnityEngine_Vector3Int__System_Collections_Generic_ICollection_T__Add, (HashSet_1_UnityEngine_Vector3Int_ * __this, Vector3Int item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, HashSet_1_UnityEngine_Vector3Int__System_Collections_Generic_ICollection_T__get_IsReadOnly, (HashSet_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0167E5E0, IEnumerator_1_UnityEngine_Vector3Int_ *, HashSet_1_UnityEngine_Vector3Int__System_Collections_Generic_IEnumerable_T__GetEnumerator, (HashSet_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0167E5E0, IEnumerator *, HashSet_1_UnityEngine_Vector3Int__System_Collections_IEnumerable_GetEnumerator, (HashSet_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01685CE0, void, HashSet_1_UnityEngine_Vector3Int__TrimExcess, (HashSet_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016842B0, void, HashSet_1_UnityEngine_Vector3Int__UnionWith, (HashSet_1_UnityEngine_Vector3Int_ * __this, IEnumerable_1_UnityEngine_Vector3Int_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D3B8, HashSet_1_UnityEngine_Vector3Int__UnionWith__MethodInfo); DO_APP_FUNC(0x003B9330, IEqualityComparer_1_UnityEngine_Vector3Int_ *, HashSet_1_UnityEngine_Vector3Int__get_Comparer, (HashSet_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, HashSet_1_UnityEngine_Vector3Int__get_Count, (HashSet_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016881B0, void, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_System_Object_System_Boolean___ctor, (BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_System_Object_System_Boolean_ * __this, BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_System_Boolean_ * param_0000c009, MethodInfo * method)); DO_APP_FUNC(0x016881D0, void, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_System_Object_System_Boolean___ctor_1, (BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_System_Object_System_Boolean_ * __this, BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_System_Boolean_ * param_0000c00a, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_THandler_TValue_TevqluWeqzryDiDZmGJLKvgDwSeT_System_Object_System_Boolean_ * param_0000c00b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D2D8, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_System_Object_System_Boolean___ctor_1__MethodInfo); DO_APP_FUNC(0x01688370, void, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_System_Object_System_Boolean__ExecuteOnAll, (BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_System_Object_System_Boolean_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x016883A0, void, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_System_Object_System_Boolean__GetHandlers, (BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_System_Object_System_Boolean_ * __this, Transform * transform, MethodInfo * method)); DO_APP_FUNC(0x016881B0, void, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_System_Object_System_Object___ctor, (BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_System_Object_System_Object_ * __this, BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_System_Object_ * param_0000c009, MethodInfo * method)); DO_APP_FUNC(0x016884F0, void, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_System_Object_System_Object___ctor_1, (BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_System_Object_System_Object_ * __this, BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_System_Object_ * param_0000c00a, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_THandler_TValue_TevqluWeqzryDiDZmGJLKvgDwSeT_System_Object_System_Object_ * param_0000c00b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D308, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_System_Object_System_Object___ctor_1__MethodInfo); DO_APP_FUNC(0x01688370, void, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_System_Object_System_Object__ExecuteOnAll, (BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01688690, void, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_System_Object_System_Object__GetHandlers, (BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_System_Object_System_Object_ * __this, Transform * transform, MethodInfo * method)); DO_APP_FUNC(0x016881B0, void, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_System_Object_UnityEngine_Vector2___ctor, (BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_System_Object_UnityEngine_Vector2_ * __this, BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_UnityEngine_Vector2_ * param_0000c009, MethodInfo * method)); DO_APP_FUNC(0x016887E0, void, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_System_Object_UnityEngine_Vector2___ctor_1, (BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_System_Object_UnityEngine_Vector2_ * __this, BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_UnityEngine_Vector2_ * param_0000c00a, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_THandler_TValue_TevqluWeqzryDiDZmGJLKvgDwSeT_System_Object_UnityEngine_Vector2_ * param_0000c00b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D300, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_System_Object_UnityEngine_Vector2___ctor_1__MethodInfo); DO_APP_FUNC(0x01688980, void, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_System_Object_UnityEngine_Vector2__ExecuteOnAll, (BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_System_Object_UnityEngine_Vector2_ * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x016889C0, void, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_System_Object_UnityEngine_Vector2__GetHandlers, (BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_System_Object_UnityEngine_Vector2_ * __this, Transform * transform, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, HybridReferenceDictionary_2_System_Object_System_Object___ctor, (HybridReferenceDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01688C50, bool, HybridReferenceDictionary_2_System_Object_System_Object__ContainsKey, (HybridReferenceDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01688CE0, IEnumerator_1_KeyValuePair_2_System_Object_System_Object_ *, HybridReferenceDictionary_2_System_Object_System_Object__GetEnumerator, (HybridReferenceDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01688DB0, IEnumerator_1_KeyValuePair_2_System_Object_System_Object_ *, HybridReferenceDictionary_2_System_Object_System_Object__GetEnumeratorWorker, (HybridReferenceDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01688BC0, void, HybridReferenceDictionary_2_System_Object_System_Object__Remove, (HybridReferenceDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01688B10, bool, HybridReferenceDictionary_2_System_Object_System_Object__TryGetValue, (HybridReferenceDictionary_2_System_Object_System_Object_ * __this, Object * key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x01688E80, Object *, HybridReferenceDictionary_2_System_Object_System_Object__get_Item, (HybridReferenceDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D290, HybridReferenceDictionary_2_System_Object_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x01688F50, void, HybridReferenceDictionary_2_System_Object_System_Object__set_Item, (HybridReferenceDictionary_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01689390, void, ICollectionDebugView_1_System_Object___ctor, (ICollectionDebugView_1_System_Object_ * __this, ICollection_1_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D288, ICollectionDebugView_1_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x012D2520, Object__Array *, ICollectionDebugView_1_System_Object__get_Items, (ICollectionDebugView_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01689450, void, IDictionaryDebugView_2_System_Object_System_Object___ctor, (IDictionaryDebugView_2_System_Object_System_Object_ * __this, IDictionary_2_System_Object_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D298, IDictionaryDebugView_2_System_Object_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x012D2520, KeyValuePair_2_System_Object_System_Object___Array *, IDictionaryDebugView_2_System_Object_System_Object__get_Items, (IDictionaryDebugView_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01689940, void, ThreadLocal_1_T_IdManager_System_Object___ctor, (ThreadLocal_1_T_IdManager_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01689510, int32_t, ThreadLocal_1_T_IdManager_System_Object__GetId, (ThreadLocal_1_T_IdManager_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01689780, void, ThreadLocal_1_T_IdManager_System_Object__ReturnId, (ThreadLocal_1_T_IdManager_System_Object_ * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x01689A00, Func_2_System_Collections_Generic_KeyValuePair_2_System_Collections_Generic_KeyValuePair_2_ *, IdentityFunction_1_System_Collections_Generic_KeyValuePair_2__get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x01689A00, Func_2_Object_Object_ *, IdentityFunction_1_System_Object__get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x01689A00, Func_2_UnityEngine_Resolution_UnityEngine_Resolution_ *, IdentityFunction_1_UnityEngine_Resolution__get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, BaseCommsNetwork_5_TServer_TClient_TPeer_TClientParam_TServerParam_Idle_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit___ctor, (BaseCommsNetwork_5_TServer_TClient_TPeer_TClientParam_TServerParam_Idle_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * net, MethodInfo * method)); DO_APP_FUNC(0x01689CB0, void, BaseCommsNetwork_5_TServer_TClient_TPeer_TClientParam_TServerParam_Idle_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__Enter, (BaseCommsNetwork_5_TServer_TClient_TPeer_TClientParam_TServerParam_Idle_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseCommsNetwork_5_TServer_TClient_TPeer_TClientParam_TServerParam_Idle_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__Exit, (BaseCommsNetwork_5_TServer_TClient_TPeer_TClientParam_TServerParam_Idle_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, BaseCommsNetwork_5_TServer_TClient_TPeer_TClientParam_TServerParam_Idle_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__Update, (BaseCommsNetwork_5_TServer_TClient_TPeer_TClientParam_TServerParam_Idle_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C94D0, ConnectionStatus__Enum, BaseCommsNetwork_5_TServer_TClient_TPeer_TClientParam_TServerParam_Idle_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__get_Status, (BaseCommsNetwork_5_TServer_TClient_TPeer_TClientParam_TServerParam_Idle_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01689CE0, void, Promise_1_T_ImmediatePromise_System_Int32Enum___ctor, (Promise_1_T_ImmediatePromise_System_Int32Enum_ * __this, Int32Enum__Enum immediateResult, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Promise_1_T_ImmediatePromise_System_Int32Enum__OnKeepWaiting, (Promise_1_T_ImmediatePromise_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01689D50, void, Promise_1_T_ImmediatePromise_System_Object___ctor, (Promise_1_T_ImmediatePromise_System_Object_ * __this, Object * immediateResult, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Promise_1_T_ImmediatePromise_System_Object__OnKeepWaiting, (Promise_1_T_ImmediatePromise_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168CFD0, void, IndexedDictionary_2_System_Int32_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01689EC0, void, IndexedDictionary_2_System_Int32_System_Object___ctor, (IndexedDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168A1E0, void, IndexedDictionary_2_System_Int32_System_Object___ctor_1, (IndexedDictionary_2_System_Int32_System_Object_ * __this, IDictionary_2_System_Int32_System_Object_ * param_0000c6ab, MethodInfo * method)); DO_APP_FUNC(0x01689EE0, void, IndexedDictionary_2_System_Int32_System_Object___ctor_2, (IndexedDictionary_2_System_Int32_System_Object_ * __this, bool param_0000c6a8, MethodInfo * method)); DO_APP_FUNC(0x010C1E60, void, IndexedDictionary_2_System_Int32_System_Object___ctor_3, (IndexedDictionary_2_System_Int32_System_Object_ * __this, int32_t param_0000c6a7, MethodInfo * method)); DO_APP_FUNC(0x0168A200, void, IndexedDictionary_2_System_Int32_System_Object___ctor_4, (IndexedDictionary_2_System_Int32_System_Object_ * __this, IDictionary_2_System_Int32_System_Object_ * param_0000c6ac, bool param_0000c6ad, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D2A8, IndexedDictionary_2_System_Int32_System_Object___ctor_4__MethodInfo); DO_APP_FUNC(0x01689F00, void, IndexedDictionary_2_System_Int32_System_Object___ctor_5, (IndexedDictionary_2_System_Int32_System_Object_ * __this, int32_t param_0000c6a9, bool param_0000c6aa, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D2A0, IndexedDictionary_2_System_Int32_System_Object___ctor_5__MethodInfo); DO_APP_FUNC(0x0168AF20, void, IndexedDictionary_2_System_Int32_System_Object__Add, (IndexedDictionary_2_System_Int32_System_Object_ * __this, int32_t key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D218, IndexedDictionary_2_System_Int32_System_Object__Add__MethodInfo); DO_APP_FUNC(0x0168BB50, void, IndexedDictionary_2_System_Int32_System_Object__Clear, (IndexedDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168BAC0, bool, IndexedDictionary_2_System_Int32_System_Object__ContainsKey, (IndexedDictionary_2_System_Int32_System_Object_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x0168BB10, bool, IndexedDictionary_2_System_Int32_System_Object__ContainsValue, (IndexedDictionary_2_System_Int32_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0168AAA0, KeyValuePair_2_System_Int32_System_Object_, IndexedDictionary_2_System_Int32_System_Object__GetEntry, (IndexedDictionary_2_System_Int32_System_Object_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x0168ABF0, KeyValuePair_2_System_Int32_System_Object_, IndexedDictionary_2_System_Int32_System_Object__GetEntryAt, (IndexedDictionary_2_System_Int32_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D248, IndexedDictionary_2_System_Int32_System_Object__GetEntryAt__MethodInfo); DO_APP_FUNC(0x0168C360, IEnumerator_1_KeyValuePair_2_System_Int32_System_Object_ *, IndexedDictionary_2_System_Int32_System_Object__GetEnumerator, (IndexedDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168A9E0, int32_t, IndexedDictionary_2_System_Int32_System_Object__GetKeyAt, (IndexedDictionary_2_System_Int32_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D250, IndexedDictionary_2_System_Int32_System_Object__GetKeyAt__MethodInfo); DO_APP_FUNC(0x0168A890, Object *, IndexedDictionary_2_System_Int32_System_Object__GetValue, (IndexedDictionary_2_System_Int32_System_Object_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x0168B890, int32_t, IndexedDictionary_2_System_Int32_System_Object__IndexOfKey, (IndexedDictionary_2_System_Int32_System_Object_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x0168B9D0, int32_t, IndexedDictionary_2_System_Int32_System_Object__IndexOfValue, (IndexedDictionary_2_System_Int32_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0168B2A0, bool, IndexedDictionary_2_System_Int32_System_Object__Remove, (IndexedDictionary_2_System_Int32_System_Object_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x0168B710, int32_t, IndexedDictionary_2_System_Int32_System_Object__RemoveAll, (IndexedDictionary_2_System_Int32_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0168B4B0, void, IndexedDictionary_2_System_Int32_System_Object__RemoveAt, (IndexedDictionary_2_System_Int32_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D230, IndexedDictionary_2_System_Int32_System_Object__RemoveAt__MethodInfo); DO_APP_FUNC(0x0168B690, void, IndexedDictionary_2_System_Int32_System_Object__RemoveValue, (IndexedDictionary_2_System_Int32_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0168CDF0, bool, IndexedDictionary_2_System_Int32_System_Object__Rewired_Utils_Interfaces_IReadOnlyList_TValue__Contains, (IndexedDictionary_2_System_Int32_System_Object_ * __this, Object * param_0000c6da, MethodInfo * method)); DO_APP_FUNC(0x0168CDC0, int32_t, IndexedDictionary_2_System_Int32_System_Object__Rewired_Utils_Interfaces_IReadOnlyList_TValue__IndexOf, (IndexedDictionary_2_System_Int32_System_Object_ * __this, Object * param_0000c6d9, MethodInfo * method)); DO_APP_FUNC(0x0168CD90, Object *, IndexedDictionary_2_System_Int32_System_Object__Rewired_Utils_Interfaces_IReadOnlyList_TValue__get_Item, (IndexedDictionary_2_System_Int32_System_Object_ * __this, int32_t param_0000c6d8, MethodInfo * method)); DO_APP_FUNC(0x0168B130, void, IndexedDictionary_2_System_Int32_System_Object__SetValue, (IndexedDictionary_2_System_Int32_System_Object_ * __this, int32_t key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0168BCF0, void, IndexedDictionary_2_System_Int32_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (IndexedDictionary_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object_ param_0000c6c7, MethodInfo * method)); DO_APP_FUNC(0x0168BD10, bool, IndexedDictionary_2_System_Int32_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (IndexedDictionary_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object_ param_0000c6c8, MethodInfo * method)); DO_APP_FUNC(0x0168BE00, void, IndexedDictionary_2_System_Int32_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (IndexedDictionary_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object___Array * param_0000c6c9, int32_t param_0000c6ca, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D260, IndexedDictionary_2_System_Int32_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo__MethodInfo); DO_APP_FUNC(0x0168C0E0, bool, IndexedDictionary_2_System_Int32_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (IndexedDictionary_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object_ param_0000c6cb, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, IndexedDictionary_2_System_Int32_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (IndexedDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168C400, Object *, IndexedDictionary_2_System_Int32_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Item, (IndexedDictionary_2_System_Int32_System_Object_ * __this, int32_t param_0000c6cc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D278, IndexedDictionary_2_System_Int32_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Item__MethodInfo); DO_APP_FUNC(0x0168C520, void, IndexedDictionary_2_System_Int32_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__set_Item, (IndexedDictionary_2_System_Int32_System_Object_ * __this, int32_t param_0000c6cd, Object * param_0000c6ce, MethodInfo * method)); DO_APP_FUNC(0x0168CA20, void, IndexedDictionary_2_System_Int32_System_Object__System_Collections_ICollection_CopyTo, (IndexedDictionary_2_System_Int32_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D268, IndexedDictionary_2_System_Int32_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x0168CCF0, bool, IndexedDictionary_2_System_Int32_System_Object__System_Collections_ICollection_get_IsSynchronized, (IndexedDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168CD40, Object *, IndexedDictionary_2_System_Int32_System_Object__System_Collections_ICollection_get_SyncRoot, (IndexedDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168C540, void, IndexedDictionary_2_System_Int32_System_Object__System_Collections_IDictionary_Add, (IndexedDictionary_2_System_Int32_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0168C650, bool, IndexedDictionary_2_System_Int32_System_Object__System_Collections_IDictionary_Contains, (IndexedDictionary_2_System_Int32_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0168C700, IDictionaryEnumerator *, IndexedDictionary_2_System_Int32_System_Object__System_Collections_IDictionary_GetEnumerator, (IndexedDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168C7A0, void, IndexedDictionary_2_System_Int32_System_Object__System_Collections_IDictionary_Remove, (IndexedDictionary_2_System_Int32_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, IndexedDictionary_2_System_Int32_System_Object__System_Collections_IDictionary_get_IsFixedSize, (IndexedDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, IndexedDictionary_2_System_Int32_System_Object__System_Collections_IDictionary_get_IsReadOnly, (IndexedDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168C850, Object *, IndexedDictionary_2_System_Int32_System_Object__System_Collections_IDictionary_get_Item, (IndexedDictionary_2_System_Int32_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0168BBF0, ICollection *, IndexedDictionary_2_System_Int32_System_Object__System_Collections_IDictionary_get_Keys, (IndexedDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168BC70, ICollection *, IndexedDictionary_2_System_Int32_System_Object__System_Collections_IDictionary_get_Values, (IndexedDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168C900, void, IndexedDictionary_2_System_Int32_System_Object__System_Collections_IDictionary_set_Item, (IndexedDictionary_2_System_Int32_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0168C360, IEnumerator *, IndexedDictionary_2_System_Int32_System_Object__System_Collections_IEnumerable_GetEnumerator, (IndexedDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168BBC0, void, IndexedDictionary_2_System_Int32_System_Object__TrimExcess, (IndexedDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168AD50, bool, IndexedDictionary_2_System_Int32_System_Object__TryGetEntry, (IndexedDictionary_2_System_Int32_System_Object_ * __this, int32_t key, KeyValuePair_2_System_Int32_System_Object_ * entry, MethodInfo * method)); DO_APP_FUNC(0x0168A8F0, bool, IndexedDictionary_2_System_Int32_System_Object__TryGetValue, (IndexedDictionary_2_System_Int32_System_Object_ * __this, int32_t key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x0168CE50, int32_t, IndexedDictionary_2_System_Int32_System_Object__eQlggBQyLFtxxyojpIfDqxOZsyYd, (IndexedDictionary_2_System_Int32_System_Object_ * __this, Object * param_0000c6dc, MethodInfo * method)); DO_APP_FUNC(0x0168CE20, int32_t, IndexedDictionary_2_System_Int32_System_Object__fLKhQkOQEaCforcPVGowZLHSXoQP, (IndexedDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168CF10, bool, IndexedDictionary_2_System_Int32_System_Object__foNAyLuqsADSOHhsfTRRnkQStfNOA, (IndexedDictionary_2_System_Int32_System_Object_ * __this, Object * param_0000c6dd, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, IndexedDictionary_2_System_Int32_System_Object__get_AllowDuplicateKeys, (IndexedDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01689DE0, bool, IndexedDictionary_2_System_Int32_System_Object__get_ContainsDuplicateKeys, (IndexedDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01689DC0, int32_t, IndexedDictionary_2_System_Int32_System_Object__get_Count, (IndexedDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168A5E0, Object *, IndexedDictionary_2_System_Int32_System_Object__get_Item, (IndexedDictionary_2_System_Int32_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D240, IndexedDictionary_2_System_Int32_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x003B93C0, IEqualityComparer_1_System_Int32_ *, IndexedDictionary_2_System_Int32_System_Object__get_KeyComparer, (IndexedDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168BBF0, ICollection_1_System_Int32_ *, IndexedDictionary_2_System_Int32_System_Object__get_Keys, (IndexedDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IEqualityComparer_1_System_Object_ *, IndexedDictionary_2_System_Int32_System_Object__get_ValueComparer, (IndexedDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168BC70, ICollection_1_System_Object_ *, IndexedDictionary_2_System_Int32_System_Object__get_Values, (IndexedDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01689E20, void, IndexedDictionary_2_System_Int32_System_Object__set_AllowDuplicateKeys, (IndexedDictionary_2_System_Int32_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D2B8, IndexedDictionary_2_System_Int32_System_Object__set_AllowDuplicateKeys__MethodInfo); DO_APP_FUNC(0x0168A680, void, IndexedDictionary_2_System_Int32_System_Object__set_Item, (IndexedDictionary_2_System_Int32_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D238, IndexedDictionary_2_System_Int32_System_Object__set_Item__MethodInfo); DO_APP_FUNC(0x0168A770, void, IndexedDictionary_2_System_Int32_System_Object__set_KeyComparer, (IndexedDictionary_2_System_Int32_System_Object_ * __this, IEqualityComparer_1_System_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x0168A800, void, IndexedDictionary_2_System_Int32_System_Object__set_ValueComparer, (IndexedDictionary_2_System_Int32_System_Object_ * __this, IEqualityComparer_1_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x0168CD90, Object *, IndexedDictionary_2_System_Int32_System_Object__twrLdCzTZncuRvbYuXBvcXexnrAS, (IndexedDictionary_2_System_Int32_System_Object_ * __this, int32_t param_0000c6db, MethodInfo * method)); DO_APP_FUNC(0x0168F7B0, void, IndexedDictionary_2_System_Object_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01689EC0, void, IndexedDictionary_2_System_Object_System_Object___ctor, (IndexedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168A1E0, void, IndexedDictionary_2_System_Object_System_Object___ctor_1, (IndexedDictionary_2_System_Object_System_Object_ * __this, IDictionary_2_System_Object_System_Object_ * param_0000c6ab, MethodInfo * method)); DO_APP_FUNC(0x01689EE0, void, IndexedDictionary_2_System_Object_System_Object___ctor_2, (IndexedDictionary_2_System_Object_System_Object_ * __this, bool param_0000c6a8, MethodInfo * method)); DO_APP_FUNC(0x010C1E60, void, IndexedDictionary_2_System_Object_System_Object___ctor_3, (IndexedDictionary_2_System_Object_System_Object_ * __this, int32_t param_0000c6a7, MethodInfo * method)); DO_APP_FUNC(0x0168D4C0, void, IndexedDictionary_2_System_Object_System_Object___ctor_4, (IndexedDictionary_2_System_Object_System_Object_ * __this, IDictionary_2_System_Object_System_Object_ * param_0000c6ac, bool param_0000c6ad, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D1B0, IndexedDictionary_2_System_Object_System_Object___ctor_4__MethodInfo); DO_APP_FUNC(0x0168D1E0, void, IndexedDictionary_2_System_Object_System_Object___ctor_5, (IndexedDictionary_2_System_Object_System_Object_ * __this, int32_t param_0000c6a9, bool param_0000c6aa, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D1B8, IndexedDictionary_2_System_Object_System_Object___ctor_5__MethodInfo); DO_APP_FUNC(0x0168DFC0, void, IndexedDictionary_2_System_Object_System_Object__Add, (IndexedDictionary_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D200, IndexedDictionary_2_System_Object_System_Object__Add__MethodInfo); DO_APP_FUNC(0x0168BB50, void, IndexedDictionary_2_System_Object_System_Object__Clear, (IndexedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168BAC0, bool, IndexedDictionary_2_System_Object_System_Object__ContainsKey, (IndexedDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0168BB10, bool, IndexedDictionary_2_System_Object_System_Object__ContainsValue, (IndexedDictionary_2_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0168DBE0, KeyValuePair_2_System_Object_System_Object_, IndexedDictionary_2_System_Object_System_Object__GetEntry, (IndexedDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0168DD00, KeyValuePair_2_System_Object_System_Object_, IndexedDictionary_2_System_Object_System_Object__GetEntryAt, (IndexedDictionary_2_System_Object_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D208, IndexedDictionary_2_System_Object_System_Object__GetEntryAt__MethodInfo); DO_APP_FUNC(0x0168C360, IEnumerator_1_KeyValuePair_2_System_Object_System_Object_ *, IndexedDictionary_2_System_Object_System_Object__GetEnumerator, (IndexedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168DB20, Object *, IndexedDictionary_2_System_Object_System_Object__GetKeyAt, (IndexedDictionary_2_System_Object_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D1E8, IndexedDictionary_2_System_Object_System_Object__GetKeyAt__MethodInfo); DO_APP_FUNC(0x0168A890, Object *, IndexedDictionary_2_System_Object_System_Object__GetValue, (IndexedDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0168E700, int32_t, IndexedDictionary_2_System_Object_System_Object__IndexOfKey, (IndexedDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D1C8, IndexedDictionary_2_System_Object_System_Object__IndexOfKey__MethodInfo); DO_APP_FUNC(0x0168B9D0, int32_t, IndexedDictionary_2_System_Object_System_Object__IndexOfValue, (IndexedDictionary_2_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0168E310, bool, IndexedDictionary_2_System_Object_System_Object__Remove, (IndexedDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0168B710, int32_t, IndexedDictionary_2_System_Object_System_Object__RemoveAll, (IndexedDictionary_2_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0168E520, void, IndexedDictionary_2_System_Object_System_Object__RemoveAt, (IndexedDictionary_2_System_Object_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D1D0, IndexedDictionary_2_System_Object_System_Object__RemoveAt__MethodInfo); DO_APP_FUNC(0x0168B690, void, IndexedDictionary_2_System_Object_System_Object__RemoveValue, (IndexedDictionary_2_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0168CDF0, bool, IndexedDictionary_2_System_Object_System_Object__Rewired_Utils_Interfaces_IReadOnlyList_TValue__Contains, (IndexedDictionary_2_System_Object_System_Object_ * __this, Object * param_0000c6da, MethodInfo * method)); DO_APP_FUNC(0x0168CDC0, int32_t, IndexedDictionary_2_System_Object_System_Object__Rewired_Utils_Interfaces_IReadOnlyList_TValue__IndexOf, (IndexedDictionary_2_System_Object_System_Object_ * __this, Object * param_0000c6d9, MethodInfo * method)); DO_APP_FUNC(0x0168CD90, Object *, IndexedDictionary_2_System_Object_System_Object__Rewired_Utils_Interfaces_IReadOnlyList_TValue__get_Item, (IndexedDictionary_2_System_Object_System_Object_ * __this, int32_t param_0000c6d8, MethodInfo * method)); DO_APP_FUNC(0x0168E1A0, void, IndexedDictionary_2_System_Object_System_Object__SetValue, (IndexedDictionary_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0168E8B0, void, IndexedDictionary_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (IndexedDictionary_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ param_0000c6c7, MethodInfo * method)); DO_APP_FUNC(0x0168E8D0, bool, IndexedDictionary_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (IndexedDictionary_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ param_0000c6c8, MethodInfo * method)); DO_APP_FUNC(0x0168E9C0, void, IndexedDictionary_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (IndexedDictionary_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object___Array * param_0000c6c9, int32_t param_0000c6ca, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D1E0, IndexedDictionary_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo__MethodInfo); DO_APP_FUNC(0x0168EC50, bool, IndexedDictionary_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (IndexedDictionary_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ param_0000c6cb, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, IndexedDictionary_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (IndexedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168EED0, Object *, IndexedDictionary_2_System_Object_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Item, (IndexedDictionary_2_System_Object_System_Object_ * __this, Object * param_0000c6cc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D1D8, IndexedDictionary_2_System_Object_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Item__MethodInfo); DO_APP_FUNC(0x0168C520, void, IndexedDictionary_2_System_Object_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__set_Item, (IndexedDictionary_2_System_Object_System_Object_ * __this, Object * param_0000c6cd, Object * param_0000c6ce, MethodInfo * method)); DO_APP_FUNC(0x0168F490, void, IndexedDictionary_2_System_Object_System_Object__System_Collections_ICollection_CopyTo, (IndexedDictionary_2_System_Object_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D160, IndexedDictionary_2_System_Object_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x0168F710, bool, IndexedDictionary_2_System_Object_System_Object__System_Collections_ICollection_get_IsSynchronized, (IndexedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168F760, Object *, IndexedDictionary_2_System_Object_System_Object__System_Collections_ICollection_get_SyncRoot, (IndexedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168EFF0, void, IndexedDictionary_2_System_Object_System_Object__System_Collections_IDictionary_Add, (IndexedDictionary_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0168F110, bool, IndexedDictionary_2_System_Object_System_Object__System_Collections_IDictionary_Contains, (IndexedDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0168C700, IDictionaryEnumerator *, IndexedDictionary_2_System_Object_System_Object__System_Collections_IDictionary_GetEnumerator, (IndexedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168F1D0, void, IndexedDictionary_2_System_Object_System_Object__System_Collections_IDictionary_Remove, (IndexedDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, IndexedDictionary_2_System_Object_System_Object__System_Collections_IDictionary_get_IsFixedSize, (IndexedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, IndexedDictionary_2_System_Object_System_Object__System_Collections_IDictionary_get_IsReadOnly, (IndexedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168F290, Object *, IndexedDictionary_2_System_Object_System_Object__System_Collections_IDictionary_get_Item, (IndexedDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0168BBF0, ICollection *, IndexedDictionary_2_System_Object_System_Object__System_Collections_IDictionary_get_Keys, (IndexedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168BC70, ICollection *, IndexedDictionary_2_System_Object_System_Object__System_Collections_IDictionary_get_Values, (IndexedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168F360, void, IndexedDictionary_2_System_Object_System_Object__System_Collections_IDictionary_set_Item, (IndexedDictionary_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0168C360, IEnumerator *, IndexedDictionary_2_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (IndexedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168BBC0, void, IndexedDictionary_2_System_Object_System_Object__TrimExcess, (IndexedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168DE30, bool, IndexedDictionary_2_System_Object_System_Object__TryGetEntry, (IndexedDictionary_2_System_Object_System_Object_ * __this, Object * key, KeyValuePair_2_System_Object_System_Object_ * entry, MethodInfo * method)); DO_APP_FUNC(0x0168DA30, bool, IndexedDictionary_2_System_Object_System_Object__TryGetValue, (IndexedDictionary_2_System_Object_System_Object_ * __this, Object * key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x0168CE50, int32_t, IndexedDictionary_2_System_Object_System_Object__eQlggBQyLFtxxyojpIfDqxOZsyYd, (IndexedDictionary_2_System_Object_System_Object_ * __this, Object * param_0000c6dc, MethodInfo * method)); DO_APP_FUNC(0x0168CE20, int32_t, IndexedDictionary_2_System_Object_System_Object__fLKhQkOQEaCforcPVGowZLHSXoQP, (IndexedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168CF10, bool, IndexedDictionary_2_System_Object_System_Object__foNAyLuqsADSOHhsfTRRnkQStfNOA, (IndexedDictionary_2_System_Object_System_Object_ * __this, Object * param_0000c6dd, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, IndexedDictionary_2_System_Object_System_Object__get_AllowDuplicateKeys, (IndexedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01689DE0, bool, IndexedDictionary_2_System_Object_System_Object__get_ContainsDuplicateKeys, (IndexedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01689DC0, int32_t, IndexedDictionary_2_System_Object_System_Object__get_Count, (IndexedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168D8A0, Object *, IndexedDictionary_2_System_Object_System_Object__get_Item, (IndexedDictionary_2_System_Object_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D1A8, IndexedDictionary_2_System_Object_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x003B93C0, IEqualityComparer_1_System_Object_ *, IndexedDictionary_2_System_Object_System_Object__get_KeyComparer, (IndexedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168BBF0, ICollection_1_System_Object_ *, IndexedDictionary_2_System_Object_System_Object__get_Keys, (IndexedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IEqualityComparer_1_System_Object_ *, IndexedDictionary_2_System_Object_System_Object__get_ValueComparer, (IndexedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168BC70, ICollection_1_System_Object_ *, IndexedDictionary_2_System_Object_System_Object__get_Values, (IndexedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168D140, void, IndexedDictionary_2_System_Object_System_Object__set_AllowDuplicateKeys, (IndexedDictionary_2_System_Object_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D1C0, IndexedDictionary_2_System_Object_System_Object__set_AllowDuplicateKeys__MethodInfo); DO_APP_FUNC(0x0168D940, void, IndexedDictionary_2_System_Object_System_Object__set_Item, (IndexedDictionary_2_System_Object_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D1F8, IndexedDictionary_2_System_Object_System_Object__set_Item__MethodInfo); DO_APP_FUNC(0x0168A770, void, IndexedDictionary_2_System_Object_System_Object__set_KeyComparer, (IndexedDictionary_2_System_Object_System_Object_ * __this, IEqualityComparer_1_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x0168A800, void, IndexedDictionary_2_System_Object_System_Object__set_ValueComparer, (IndexedDictionary_2_System_Object_System_Object_ * __this, IEqualityComparer_1_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x0168CD90, Object *, IndexedDictionary_2_System_Object_System_Object__twrLdCzTZncuRvbYuXBvcXexnrAS, (IndexedDictionary_2_System_Object_System_Object_ * __this, int32_t param_0000c6db, MethodInfo * method)); DO_APP_FUNC(0x01693000, void, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01689EC0, void, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168A1E0, void, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor_1, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IDictionary_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * param_0000c6ab, MethodInfo * method)); DO_APP_FUNC(0x01689EE0, void, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor_2, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, bool param_0000c6a8, MethodInfo * method)); DO_APP_FUNC(0x010C1E60, void, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor_3, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t param_0000c6a7, MethodInfo * method)); DO_APP_FUNC(0x0168FCA0, void, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor_4, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IDictionary_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * param_0000c6ac, bool param_0000c6ad, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D198, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor_4__MethodInfo); DO_APP_FUNC(0x0168F9C0, void, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor_5, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t param_0000c6a9, bool param_0000c6aa, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D190, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor_5__MethodInfo); DO_APP_FUNC(0x01690B10, void, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Add, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * key, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D118, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Add__MethodInfo); DO_APP_FUNC(0x0168BB50, void, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Clear, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168BAC0, bool, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__ContainsKey, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x016918F0, bool, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__ContainsValue, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo value, MethodInfo * method)); DO_APP_FUNC(0x016904F0, KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__GetEntry, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x016906D0, KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__GetEntryAt, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D178, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__GetEntryAt__MethodInfo); DO_APP_FUNC(0x016921C0, IEnumerator_1_KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ *, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__GetEnumerator, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01690430, Object *, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__GetKeyAt, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D180, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__GetKeyAt__MethodInfo); DO_APP_FUNC(0x01690290, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__GetValue, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01691590, int32_t, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__IndexOfKey, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D128, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__IndexOfKey__MethodInfo); DO_APP_FUNC(0x01691740, int32_t, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__IndexOfValue, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo value, MethodInfo * method)); DO_APP_FUNC(0x01690F40, bool, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Remove, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x016913D0, int32_t, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__RemoveAll, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo value, MethodInfo * method)); DO_APP_FUNC(0x01691150, void, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__RemoveAt, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D110, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__RemoveAt__MethodInfo); DO_APP_FUNC(0x01691330, void, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__RemoveValue, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo value, MethodInfo * method)); DO_APP_FUNC(0x01692DA0, bool, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Rewired_Utils_Interfaces_IReadOnlyList_TValue__Contains, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo param_0000c6da, MethodInfo * method)); DO_APP_FUNC(0x01692D50, int32_t, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Rewired_Utils_Interfaces_IReadOnlyList_TValue__IndexOf, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo param_0000c6d9, MethodInfo * method)); DO_APP_FUNC(0x01692CF0, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Rewired_Utils_Interfaces_IReadOnlyList_TValue__get_Item, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t param_0000c6d8, MethodInfo * method)); DO_APP_FUNC(0x01690DB0, void, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__SetValue, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * key, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo value, MethodInfo * method)); DO_APP_FUNC(0x01691950, void, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ param_0000c6c7, MethodInfo * method)); DO_APP_FUNC(0x01691990, bool, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ param_0000c6c8, MethodInfo * method)); DO_APP_FUNC(0x01691B10, void, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * param_0000c6c9, int32_t param_0000c6ca, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D120, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo__MethodInfo); DO_APP_FUNC(0x01691E70, bool, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ param_0000c6cb, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01692270, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_IDictionary_TKey_TValue__get_Item, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * param_0000c6cc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D0F8, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_IDictionary_TKey_TValue__get_Item__MethodInfo); DO_APP_FUNC(0x016923B0, void, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_IDictionary_TKey_TValue__set_Item, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * param_0000c6cd, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo param_0000c6ce, MethodInfo * method)); DO_APP_FUNC(0x01692900, void, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_ICollection_CopyTo, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D0F0, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x01692C50, bool, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_ICollection_get_IsSynchronized, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01692CA0, Object *, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_ICollection_get_SyncRoot, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016923F0, void, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IDictionary_Add, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0168F110, bool, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IDictionary_Contains, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01692520, IDictionaryEnumerator *, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IDictionary_GetEnumerator, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168F1D0, void, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IDictionary_Remove, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IDictionary_get_IsFixedSize, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IDictionary_get_IsReadOnly, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016925D0, Object *, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IDictionary_get_Item, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0168BBF0, ICollection *, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IDictionary_get_Keys, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168BC70, ICollection *, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IDictionary_get_Values, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01692760, void, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IDictionary_set_Item, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x016921C0, IEnumerator *, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEnumerable_GetEnumerator, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168BBC0, void, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__TrimExcess, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016908D0, bool, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__TryGetEntry, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * key, KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * entry, MethodInfo * method)); DO_APP_FUNC(0x01690310, bool, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__TryGetValue, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * key, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo * value, MethodInfo * method)); DO_APP_FUNC(0x01692E80, int32_t, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__eQlggBQyLFtxxyojpIfDqxOZsyYd, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * param_0000c6dc, MethodInfo * method)); DO_APP_FUNC(0x0168CE20, int32_t, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__fLKhQkOQEaCforcPVGowZLHSXoQP, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01692F40, bool, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__foNAyLuqsADSOHhsfTRRnkQStfNOA, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * param_0000c6dd, MethodInfo * method)); DO_APP_FUNC(0x005DE700, bool, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_AllowDuplicateKeys, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01689DE0, bool, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_ContainsDuplicateKeys, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01689DC0, int32_t, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_Count, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016900D0, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_Item, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D170, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_Item__MethodInfo); DO_APP_FUNC(0x003B93C0, IEqualityComparer_1_System_Object_ *, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_KeyComparer, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168BBF0, ICollection_1_System_Object_ *, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_Keys, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IEqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ *, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_ValueComparer, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168BC70, ICollection_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ *, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_Values, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0168F920, void, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__set_AllowDuplicateKeys, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D150, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__set_AllowDuplicateKeys__MethodInfo); DO_APP_FUNC(0x01690180, void, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__set_Item, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t index, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D168, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__set_Item__MethodInfo); DO_APP_FUNC(0x0168A770, void, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__set_KeyComparer, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IEqualityComparer_1_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x0168A800, void, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__set_ValueComparer, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IEqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * value, MethodInfo * method)); DO_APP_FUNC(0x01692DF0, Object *, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__twrLdCzTZncuRvbYuXBvcXexnrAS, (IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t param_0000c6db, MethodInfo * method)); DO_APP_FUNC(0x016937E0, void, WorkItemProcessor_IndexedQueue_1_AstarWorkItem___ctor, (WorkItemProcessor_IndexedQueue_1_AstarWorkItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F5C8, WorkItemProcessor_IndexedQueue_1_AstarWorkItem___ctor__MethodInfo); DO_APP_FUNC(0x016936B0, AstarWorkItem, WorkItemProcessor_IndexedQueue_1_AstarWorkItem__Dequeue, (WorkItemProcessor_IndexedQueue_1_AstarWorkItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F5A8, WorkItemProcessor_IndexedQueue_1_AstarWorkItem__Dequeue__MethodInfo); DO_APP_FUNC(0x01693380, void, WorkItemProcessor_IndexedQueue_1_AstarWorkItem__Enqueue, (WorkItemProcessor_IndexedQueue_1_AstarWorkItem_ * __this, AstarWorkItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F598, WorkItemProcessor_IndexedQueue_1_AstarWorkItem__Enqueue__MethodInfo); DO_APP_FUNC(0x003CB280, int32_t, WorkItemProcessor_IndexedQueue_1_AstarWorkItem__get_Count, (WorkItemProcessor_IndexedQueue_1_AstarWorkItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F5D8, WorkItemProcessor_IndexedQueue_1_AstarWorkItem__get_Count__MethodInfo); DO_APP_FUNC(0x01693170, AstarWorkItem, WorkItemProcessor_IndexedQueue_1_AstarWorkItem__get_Item, (WorkItemProcessor_IndexedQueue_1_AstarWorkItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F570, WorkItemProcessor_IndexedQueue_1_AstarWorkItem__get_Item__MethodInfo); DO_APP_FUNC(0x00722A30, void, WorkItemProcessor_IndexedQueue_1_AstarWorkItem__set_Count, (WorkItemProcessor_IndexedQueue_1_AstarWorkItem_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01693250, void, WorkItemProcessor_IndexedQueue_1_AstarWorkItem__set_Item, (WorkItemProcessor_IndexedQueue_1_AstarWorkItem_ * __this, int32_t index, AstarWorkItem value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F560, WorkItemProcessor_IndexedQueue_1_AstarWorkItem__set_Item__MethodInfo); DO_APP_FUNC(0x016937E0, void, WorkItemProcessor_IndexedQueue_1_System_Object___ctor, (WorkItemProcessor_IndexedQueue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01693C90, Object *, WorkItemProcessor_IndexedQueue_1_System_Object__Dequeue, (WorkItemProcessor_IndexedQueue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D148, WorkItemProcessor_IndexedQueue_1_System_Object__Dequeue__MethodInfo); DO_APP_FUNC(0x016939F0, void, WorkItemProcessor_IndexedQueue_1_System_Object__Enqueue, (WorkItemProcessor_IndexedQueue_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, WorkItemProcessor_IndexedQueue_1_System_Object__get_Count, (WorkItemProcessor_IndexedQueue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01693870, Object *, WorkItemProcessor_IndexedQueue_1_System_Object__get_Item, (WorkItemProcessor_IndexedQueue_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D138, WorkItemProcessor_IndexedQueue_1_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x00722A30, void, WorkItemProcessor_IndexedQueue_1_System_Object__set_Count, (WorkItemProcessor_IndexedQueue_1_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01693930, void, WorkItemProcessor_IndexedQueue_1_System_Object__set_Item, (WorkItemProcessor_IndexedQueue_1_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D130, WorkItemProcessor_IndexedQueue_1_System_Object__set_Item__MethodInfo); DO_APP_FUNC(0x01694AC0, void, IndexedSet_1_System_Object___ctor, (IndexedSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01693DB0, void, IndexedSet_1_System_Object__Add, (IndexedSet_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01693DD0, void, IndexedSet_1_System_Object__Add_1, (IndexedSet_1_System_Object_ * __this, Object * item, bool isActive, MethodInfo * method)); DO_APP_FUNC(0x01693EC0, bool, IndexedSet_1_System_Object__AddUnique, (IndexedSet_1_System_Object_ * __this, Object * item, bool isActive, MethodInfo * method)); DO_APP_FUNC(0x016941D0, void, IndexedSet_1_System_Object__Clear, (IndexedSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01694240, bool, IndexedSet_1_System_Object__Contains, (IndexedSet_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01694280, void, IndexedSet_1_System_Object__CopyTo, (IndexedSet_1_System_Object_ * __this, Object__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01694040, bool, IndexedSet_1_System_Object__DisableItem, (IndexedSet_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01693FA0, bool, IndexedSet_1_System_Object__EnableItem, (IndexedSet_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01694180, IEnumerator_1_System_Object_ *, IndexedSet_1_System_Object__GetEnumerator, (IndexedSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D140, IndexedSet_1_System_Object__GetEnumerator__MethodInfo); DO_APP_FUNC(0x016942B0, int32_t, IndexedSet_1_System_Object__IndexOf, (IndexedSet_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01694310, void, IndexedSet_1_System_Object__Insert, (IndexedSet_1_System_Object_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D0A0, IndexedSet_1_System_Object__Insert__MethodInfo); DO_APP_FUNC(0x016940F0, bool, IndexedSet_1_System_Object__Remove, (IndexedSet_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01694870, void, IndexedSet_1_System_Object__RemoveAll, (IndexedSet_1_System_Object_ * __this, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x01694370, void, IndexedSet_1_System_Object__RemoveAt, (IndexedSet_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x016949B0, void, IndexedSet_1_System_Object__Sort, (IndexedSet_1_System_Object_ * __this, Comparison_1_Object_ * sortLayoutFunction, MethodInfo * method)); DO_APP_FUNC(0x01694570, void, IndexedSet_1_System_Object__Swap, (IndexedSet_1_System_Object_ * __this, int32_t index1, int32_t index2, MethodInfo * method)); DO_APP_FUNC(0x00FD4FB0, IEnumerator *, IndexedSet_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (IndexedSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, IndexedSet_1_System_Object__get_Capacity, (IndexedSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, IndexedSet_1_System_Object__get_Count, (IndexedSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, IndexedSet_1_System_Object__get_IsReadOnly, (IndexedSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016946E0, Object *, IndexedSet_1_System_Object__get_Item, (IndexedSet_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D0B8, IndexedSet_1_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x01694780, void, IndexedSet_1_System_Object__set_Item, (IndexedSet_1_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01694C70, void, InlinedArray_1_System_Collections_Generic_KeyValuePair_2___ctor, (InlinedArray_1_System_Collections_Generic_KeyValuePair_2_ * __this, KeyValuePair_2_System_Int32_System_Int32_ value, MethodInfo * method)); DO_APP_FUNC(0x01694D50, void, InlinedArray_1_System_Collections_Generic_KeyValuePair_2___ctor_1, (InlinedArray_1_System_Collections_Generic_KeyValuePair_2_ * __this, IEnumerable_1_KeyValuePair_2_System_Int32_System_Int32_ * values, MethodInfo * method)); DO_APP_FUNC(0x01694CE0, void, InlinedArray_1_System_Collections_Generic_KeyValuePair_2___ctor_2, (InlinedArray_1_System_Collections_Generic_KeyValuePair_2_ * __this, KeyValuePair_2_System_Int32_System_Int32_ firstValue, KeyValuePair_2_System_Int32_System_Int32___Array * additionalValues, MethodInfo * method)); DO_APP_FUNC(0x01695700, int32_t, InlinedArray_1_System_Collections_Generic_KeyValuePair_2__Append, (InlinedArray_1_System_Collections_Generic_KeyValuePair_2_ * __this, KeyValuePair_2_System_Int32_System_Int32_ value, MethodInfo * method)); DO_APP_FUNC(0x01695BD0, void, InlinedArray_1_System_Collections_Generic_KeyValuePair_2__Append_1, (InlinedArray_1_System_Collections_Generic_KeyValuePair_2_ * __this, IEnumerable_1_KeyValuePair_2_System_Int32_System_Int32_ * values, MethodInfo * method)); DO_APP_FUNC(0x01695880, int32_t, InlinedArray_1_System_Collections_Generic_KeyValuePair_2__AppendWithCapacity, (InlinedArray_1_System_Collections_Generic_KeyValuePair_2_ * __this, KeyValuePair_2_System_Int32_System_Int32_ value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99550, InlinedArray_1_System_Collections_Generic_KeyValuePair_2__AppendWithCapacity__MethodInfo); DO_APP_FUNC(0x01695950, void, InlinedArray_1_System_Collections_Generic_KeyValuePair_2__AssignWithCapacity, (InlinedArray_1_System_Collections_Generic_KeyValuePair_2_ * __this, InlinedArray_1_System_Collections_Generic_KeyValuePair_2_ values, MethodInfo * method)); DO_APP_FUNC(0x01695220, void, InlinedArray_1_System_Collections_Generic_KeyValuePair_2__Clear, (InlinedArray_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01695280, void, InlinedArray_1_System_Collections_Generic_KeyValuePair_2__ClearWithCapacity, (InlinedArray_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016952E0, InlinedArray_1_System_Collections_Generic_KeyValuePair_2_, InlinedArray_1_System_Collections_Generic_KeyValuePair_2__Clone, (InlinedArray_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01696660, bool, InlinedArray_1_System_Collections_Generic_KeyValuePair_2__Contains, (InlinedArray_1_System_Collections_Generic_KeyValuePair_2_ * __this, KeyValuePair_2_System_Int32_System_Int32_ value, IEqualityComparer_1_KeyValuePair_2_System_Int32_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01696A70, IEnumerator_1_KeyValuePair_2_System_Int32_System_Int32_ *, InlinedArray_1_System_Collections_Generic_KeyValuePair_2__GetEnumerator, (InlinedArray_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016955D0, int32_t, InlinedArray_1_System_Collections_Generic_KeyValuePair_2__IndexOf, (InlinedArray_1_System_Collections_Generic_KeyValuePair_2_ * __this, KeyValuePair_2_System_Int32_System_Int32_ value, MethodInfo * method)); DO_APP_FUNC(0x016967B0, void, InlinedArray_1_System_Collections_Generic_KeyValuePair_2__Merge, (InlinedArray_1_System_Collections_Generic_KeyValuePair_2_ * __this, InlinedArray_1_System_Collections_Generic_KeyValuePair_2_ other, MethodInfo * method)); DO_APP_FUNC(0x01695DF0, void, InlinedArray_1_System_Collections_Generic_KeyValuePair_2__Remove, (InlinedArray_1_System_Collections_Generic_KeyValuePair_2_ * __this, KeyValuePair_2_System_Int32_System_Int32_ value, MethodInfo * method)); DO_APP_FUNC(0x016961D0, void, InlinedArray_1_System_Collections_Generic_KeyValuePair_2__RemoveAt, (InlinedArray_1_System_Collections_Generic_KeyValuePair_2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D0E8, InlinedArray_1_System_Collections_Generic_KeyValuePair_2__RemoveAt__MethodInfo); DO_APP_FUNC(0x01696450, void, InlinedArray_1_System_Collections_Generic_KeyValuePair_2__RemoveAtByMovingTailWithCapacity, (InlinedArray_1_System_Collections_Generic_KeyValuePair_2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D0E0, InlinedArray_1_System_Collections_Generic_KeyValuePair_2__RemoveAtByMovingTailWithCapacity__MethodInfo); DO_APP_FUNC(0x01695FD0, void, InlinedArray_1_System_Collections_Generic_KeyValuePair_2__RemoveAtWithCapacity, (InlinedArray_1_System_Collections_Generic_KeyValuePair_2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D0D8, InlinedArray_1_System_Collections_Generic_KeyValuePair_2__RemoveAtWithCapacity__MethodInfo); DO_APP_FUNC(0x016965C0, bool, InlinedArray_1_System_Collections_Generic_KeyValuePair_2__RemoveByMovingTailWithCapacity, (InlinedArray_1_System_Collections_Generic_KeyValuePair_2_ * __this, KeyValuePair_2_System_Int32_System_Int32_ value, MethodInfo * method)); DO_APP_FUNC(0x016953D0, void, InlinedArray_1_System_Collections_Generic_KeyValuePair_2__SetLength, (InlinedArray_1_System_Collections_Generic_KeyValuePair_2_ * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01696B50, IEnumerator *, InlinedArray_1_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerable_GetEnumerator, (InlinedArray_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01695540, KeyValuePair_2_System_Int32_System_Int32___Array *, InlinedArray_1_System_Collections_Generic_KeyValuePair_2__ToArray, (InlinedArray_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01694C50, int32_t, InlinedArray_1_System_Collections_Generic_KeyValuePair_2__get_Capacity, (InlinedArray_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016950E0, KeyValuePair_2_System_Int32_System_Int32_, InlinedArray_1_System_Collections_Generic_KeyValuePair_2__get_Item, (InlinedArray_1_System_Collections_Generic_KeyValuePair_2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D090, InlinedArray_1_System_Collections_Generic_KeyValuePair_2__get_Item__MethodInfo); DO_APP_FUNC(0x01695180, void, InlinedArray_1_System_Collections_Generic_KeyValuePair_2__set_Item, (InlinedArray_1_System_Collections_Generic_KeyValuePair_2_ * __this, int32_t index, KeyValuePair_2_System_Int32_System_Int32_ value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D098, InlinedArray_1_System_Collections_Generic_KeyValuePair_2__set_Item__MethodInfo); DO_APP_FUNC(0x01696B90, void, InlinedArray_1_System_Runtime_InteropServices_GCHandle___ctor, (InlinedArray_1_System_Runtime_InteropServices_GCHandle_ * __this, GCHandle value, MethodInfo * method)); DO_APP_FUNC(0x01696C70, void, InlinedArray_1_System_Runtime_InteropServices_GCHandle___ctor_1, (InlinedArray_1_System_Runtime_InteropServices_GCHandle_ * __this, IEnumerable_1_System_Runtime_InteropServices_GCHandle_ * values, MethodInfo * method)); DO_APP_FUNC(0x01696C00, void, InlinedArray_1_System_Runtime_InteropServices_GCHandle___ctor_2, (InlinedArray_1_System_Runtime_InteropServices_GCHandle_ * __this, GCHandle firstValue, GCHandle__Array * additionalValues, MethodInfo * method)); DO_APP_FUNC(0x01697620, int32_t, InlinedArray_1_System_Runtime_InteropServices_GCHandle__Append, (InlinedArray_1_System_Runtime_InteropServices_GCHandle_ * __this, GCHandle value, MethodInfo * method)); DO_APP_FUNC(0x01697AF0, void, InlinedArray_1_System_Runtime_InteropServices_GCHandle__Append_1, (InlinedArray_1_System_Runtime_InteropServices_GCHandle_ * __this, IEnumerable_1_System_Runtime_InteropServices_GCHandle_ * values, MethodInfo * method)); DO_APP_FUNC(0x016977A0, int32_t, InlinedArray_1_System_Runtime_InteropServices_GCHandle__AppendWithCapacity, (InlinedArray_1_System_Runtime_InteropServices_GCHandle_ * __this, GCHandle value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88708, InlinedArray_1_System_Runtime_InteropServices_GCHandle__AppendWithCapacity__MethodInfo); DO_APP_FUNC(0x01697870, void, InlinedArray_1_System_Runtime_InteropServices_GCHandle__AssignWithCapacity, (InlinedArray_1_System_Runtime_InteropServices_GCHandle_ * __this, InlinedArray_1_System_Runtime_InteropServices_GCHandle_ values, MethodInfo * method)); DO_APP_FUNC(0x01697140, void, InlinedArray_1_System_Runtime_InteropServices_GCHandle__Clear, (InlinedArray_1_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016971A0, void, InlinedArray_1_System_Runtime_InteropServices_GCHandle__ClearWithCapacity, (InlinedArray_1_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01697200, InlinedArray_1_System_Runtime_InteropServices_GCHandle_, InlinedArray_1_System_Runtime_InteropServices_GCHandle__Clone, (InlinedArray_1_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01698580, bool, InlinedArray_1_System_Runtime_InteropServices_GCHandle__Contains, (InlinedArray_1_System_Runtime_InteropServices_GCHandle_ * __this, GCHandle value, IEqualityComparer_1_System_Runtime_InteropServices_GCHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01696A70, IEnumerator_1_System_Runtime_InteropServices_GCHandle_ *, InlinedArray_1_System_Runtime_InteropServices_GCHandle__GetEnumerator, (InlinedArray_1_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016974F0, int32_t, InlinedArray_1_System_Runtime_InteropServices_GCHandle__IndexOf, (InlinedArray_1_System_Runtime_InteropServices_GCHandle_ * __this, GCHandle value, MethodInfo * method)); DO_APP_FUNC(0x016986D0, void, InlinedArray_1_System_Runtime_InteropServices_GCHandle__Merge, (InlinedArray_1_System_Runtime_InteropServices_GCHandle_ * __this, InlinedArray_1_System_Runtime_InteropServices_GCHandle_ other, MethodInfo * method)); DO_APP_FUNC(0x01697D10, void, InlinedArray_1_System_Runtime_InteropServices_GCHandle__Remove, (InlinedArray_1_System_Runtime_InteropServices_GCHandle_ * __this, GCHandle value, MethodInfo * method)); DO_APP_FUNC(0x016980F0, void, InlinedArray_1_System_Runtime_InteropServices_GCHandle__RemoveAt, (InlinedArray_1_System_Runtime_InteropServices_GCHandle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D050, InlinedArray_1_System_Runtime_InteropServices_GCHandle__RemoveAt__MethodInfo); DO_APP_FUNC(0x01698370, void, InlinedArray_1_System_Runtime_InteropServices_GCHandle__RemoveAtByMovingTailWithCapacity, (InlinedArray_1_System_Runtime_InteropServices_GCHandle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D040, InlinedArray_1_System_Runtime_InteropServices_GCHandle__RemoveAtByMovingTailWithCapacity__MethodInfo); DO_APP_FUNC(0x01697EF0, void, InlinedArray_1_System_Runtime_InteropServices_GCHandle__RemoveAtWithCapacity, (InlinedArray_1_System_Runtime_InteropServices_GCHandle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D058, InlinedArray_1_System_Runtime_InteropServices_GCHandle__RemoveAtWithCapacity__MethodInfo); DO_APP_FUNC(0x016984E0, bool, InlinedArray_1_System_Runtime_InteropServices_GCHandle__RemoveByMovingTailWithCapacity, (InlinedArray_1_System_Runtime_InteropServices_GCHandle_ * __this, GCHandle value, MethodInfo * method)); DO_APP_FUNC(0x016972F0, void, InlinedArray_1_System_Runtime_InteropServices_GCHandle__SetLength, (InlinedArray_1_System_Runtime_InteropServices_GCHandle_ * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01696B50, IEnumerator *, InlinedArray_1_System_Runtime_InteropServices_GCHandle__System_Collections_IEnumerable_GetEnumerator, (InlinedArray_1_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01697460, GCHandle__Array *, InlinedArray_1_System_Runtime_InteropServices_GCHandle__ToArray, (InlinedArray_1_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01694C50, int32_t, InlinedArray_1_System_Runtime_InteropServices_GCHandle__get_Capacity, (InlinedArray_1_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01697000, GCHandle, InlinedArray_1_System_Runtime_InteropServices_GCHandle__get_Item, (InlinedArray_1_System_Runtime_InteropServices_GCHandle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D0D0, InlinedArray_1_System_Runtime_InteropServices_GCHandle__get_Item__MethodInfo); DO_APP_FUNC(0x016970A0, void, InlinedArray_1_System_Runtime_InteropServices_GCHandle__set_Item, (InlinedArray_1_System_Runtime_InteropServices_GCHandle_ * __this, int32_t index, GCHandle value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D0C8, InlinedArray_1_System_Runtime_InteropServices_GCHandle__set_Item__MethodInfo); DO_APP_FUNC(0x016989B0, void, InlinedArray_1_System_Int32___ctor, (InlinedArray_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01698A90, void, InlinedArray_1_System_Int32___ctor_1, (InlinedArray_1_System_Int32_ * __this, IEnumerable_1_System_Int32_ * values, MethodInfo * method)); DO_APP_FUNC(0x01698A20, void, InlinedArray_1_System_Int32___ctor_2, (InlinedArray_1_System_Int32_ * __this, int32_t firstValue, Int32__Array * additionalValues, MethodInfo * method)); DO_APP_FUNC(0x01699410, int32_t, InlinedArray_1_System_Int32__Append, (InlinedArray_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x016998A0, void, InlinedArray_1_System_Int32__Append_1, (InlinedArray_1_System_Int32_ * __this, IEnumerable_1_System_Int32_ * values, MethodInfo * method)); DO_APP_FUNC(0x01699590, int32_t, InlinedArray_1_System_Int32__AppendWithCapacity, (InlinedArray_1_System_Int32_ * __this, int32_t value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95740, InlinedArray_1_System_Int32__AppendWithCapacity__MethodInfo); DO_APP_FUNC(0x01699660, void, InlinedArray_1_System_Int32__AssignWithCapacity, (InlinedArray_1_System_Int32_ * __this, InlinedArray_1_System_Int32_ values, MethodInfo * method)); DO_APP_FUNC(0x01698F60, void, InlinedArray_1_System_Int32__Clear, (InlinedArray_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01698FC0, void, InlinedArray_1_System_Int32__ClearWithCapacity, (InlinedArray_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01699010, InlinedArray_1_System_Int32_, InlinedArray_1_System_Int32__Clone, (InlinedArray_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0169A330, bool, InlinedArray_1_System_Int32__Contains, (InlinedArray_1_System_Int32_ * __this, int32_t value, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0169A640, IEnumerator_1_System_Int32_ *, InlinedArray_1_System_Int32__GetEnumerator, (InlinedArray_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01699300, int32_t, InlinedArray_1_System_Int32__IndexOf, (InlinedArray_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0169A400, void, InlinedArray_1_System_Int32__Merge, (InlinedArray_1_System_Int32_ * __this, InlinedArray_1_System_Int32_ other, MethodInfo * method)); DO_APP_FUNC(0x01699AC0, void, InlinedArray_1_System_Int32__Remove, (InlinedArray_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01699EA0, void, InlinedArray_1_System_Int32__RemoveAt, (InlinedArray_1_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D068, InlinedArray_1_System_Int32__RemoveAt__MethodInfo); DO_APP_FUNC(0x0169A120, void, InlinedArray_1_System_Int32__RemoveAtByMovingTailWithCapacity, (InlinedArray_1_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D060, InlinedArray_1_System_Int32__RemoveAtByMovingTailWithCapacity__MethodInfo); DO_APP_FUNC(0x01699CA0, void, InlinedArray_1_System_Int32__RemoveAtWithCapacity, (InlinedArray_1_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D088, InlinedArray_1_System_Int32__RemoveAtWithCapacity__MethodInfo); DO_APP_FUNC(0x0169A290, bool, InlinedArray_1_System_Int32__RemoveByMovingTailWithCapacity, (InlinedArray_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01699100, void, InlinedArray_1_System_Int32__SetLength, (InlinedArray_1_System_Int32_ * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0169A710, IEnumerator *, InlinedArray_1_System_Int32__System_Collections_IEnumerable_GetEnumerator, (InlinedArray_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01699270, Int32__Array *, InlinedArray_1_System_Int32__ToArray, (InlinedArray_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01698990, int32_t, InlinedArray_1_System_Int32__get_Capacity, (InlinedArray_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01698E20, int32_t, InlinedArray_1_System_Int32__get_Item, (InlinedArray_1_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D048, InlinedArray_1_System_Int32__get_Item__MethodInfo); DO_APP_FUNC(0x01698EC0, void, InlinedArray_1_System_Int32__set_Item, (InlinedArray_1_System_Int32_ * __this, int32_t index, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D080, InlinedArray_1_System_Int32__set_Item__MethodInfo); DO_APP_FUNC(0x00CB2BE0, Object__Array *, InlinedArray_1_InternedString__ToArray, (InlinedArray_1_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Object_ * mapFunction, MethodInfo * method)); DO_APP_FUNC(0x0169A770, void, InlinedArray_1_InternedString___ctor, (InlinedArray_1_InternedString_ * __this, InternedString value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91188, InlinedArray_1_InternedString___ctor__MethodInfo); DO_APP_FUNC(0x0169A910, void, InlinedArray_1_InternedString___ctor_1, (InlinedArray_1_InternedString_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * values, MethodInfo * method)); DO_APP_FUNC(0x0169A830, void, InlinedArray_1_InternedString___ctor_2, (InlinedArray_1_InternedString_ * __this, InternedString firstValue, InternedString__Array * additionalValues, MethodInfo * method)); DO_APP_FUNC(0x0169B4D0, int32_t, InlinedArray_1_InternedString__Append, (InlinedArray_1_InternedString_ * __this, InternedString value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98D90, InlinedArray_1_InternedString__Append__MethodInfo); DO_APP_FUNC(0x0169BB90, void, InlinedArray_1_InternedString__Append_1, (InlinedArray_1_InternedString_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * values, MethodInfo * method)); DO_APP_FUNC(0x0169B780, int32_t, InlinedArray_1_InternedString__AppendWithCapacity, (InlinedArray_1_InternedString_ * __this, InternedString value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC(0x0169B8B0, void, InlinedArray_1_InternedString__AssignWithCapacity, (InlinedArray_1_InternedString_ * __this, InlinedArray_1_InternedString_ values, MethodInfo * method)); DO_APP_FUNC(0x0169AEB0, void, InlinedArray_1_InternedString__Clear, (InlinedArray_1_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98BE8, InlinedArray_1_InternedString__Clear__MethodInfo); DO_APP_FUNC(0x0169AF10, void, InlinedArray_1_InternedString__ClearWithCapacity, (InlinedArray_1_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0169AFC0, InlinedArray_1_InternedString_, InlinedArray_1_InternedString__Clone, (InlinedArray_1_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0169C790, bool, InlinedArray_1_InternedString__Contains, (InlinedArray_1_InternedString_ * __this, InternedString value, IEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0169CC00, IEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, InlinedArray_1_InternedString__GetEnumerator, (InlinedArray_1_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0169B380, int32_t, InlinedArray_1_InternedString__IndexOf, (InlinedArray_1_InternedString_ * __this, InternedString value, MethodInfo * method)); DO_APP_FUNC(0x0169C8F0, void, InlinedArray_1_InternedString__Merge, (InlinedArray_1_InternedString_ * __this, InlinedArray_1_InternedString_ other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98E68, InlinedArray_1_InternedString__Merge__MethodInfo); DO_APP_FUNC(0x0169BDE0, void, InlinedArray_1_InternedString__Remove, (InlinedArray_1_InternedString_ * __this, InternedString value, MethodInfo * method)); DO_APP_FUNC(0x0169C260, void, InlinedArray_1_InternedString__RemoveAt, (InlinedArray_1_InternedString_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CFD8, InlinedArray_1_InternedString__RemoveAt__MethodInfo); DO_APP_FUNC(0x0169C500, void, InlinedArray_1_InternedString__RemoveAtByMovingTailWithCapacity, (InlinedArray_1_InternedString_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CFE8, InlinedArray_1_InternedString__RemoveAtByMovingTailWithCapacity__MethodInfo); DO_APP_FUNC(0x0169BFF0, void, InlinedArray_1_InternedString__RemoveAtWithCapacity, (InlinedArray_1_InternedString_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CFE0, InlinedArray_1_InternedString__RemoveAtWithCapacity__MethodInfo); DO_APP_FUNC(0x0169C6E0, bool, InlinedArray_1_InternedString__RemoveByMovingTailWithCapacity, (InlinedArray_1_InternedString_ * __this, InternedString value, MethodInfo * method)); DO_APP_FUNC(0x0169B120, void, InlinedArray_1_InternedString__SetLength, (InlinedArray_1_InternedString_ * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0169CCD0, IEnumerator *, InlinedArray_1_InternedString__System_Collections_IEnumerable_GetEnumerator, (InlinedArray_1_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0169B2F0, InternedString__Array *, InlinedArray_1_InternedString__ToArray_1, (InlinedArray_1_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0169A750, int32_t, InlinedArray_1_InternedString__get_Capacity, (InlinedArray_1_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0169ACD0, InternedString, InlinedArray_1_InternedString__get_Item, (InlinedArray_1_InternedString_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D000, InlinedArray_1_InternedString__get_Item__MethodInfo); DO_APP_FUNC(0x0169AD90, void, InlinedArray_1_InternedString__set_Item, (InlinedArray_1_InternedString_ * __this, int32_t index, InternedString value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CFF8, InlinedArray_1_InternedString__set_Item__MethodInfo); DO_APP_FUNC(0x00CB2DB0, Object__Array *, InlinedArray_1_System_Object__ToArray, (InlinedArray_1_System_Object_ * __this, Func_2_Object_Object_ * mapFunction, MethodInfo * method)); DO_APP_FUNC(0x0169CD10, void, InlinedArray_1_System_Object___ctor, (InlinedArray_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0169CEB0, void, InlinedArray_1_System_Object___ctor_1, (InlinedArray_1_System_Object_ * __this, IEnumerable_1_System_Object_ * values, MethodInfo * method)); DO_APP_FUNC(0x0169CDD0, void, InlinedArray_1_System_Object___ctor_2, (InlinedArray_1_System_Object_ * __this, Object * firstValue, Object__Array * additionalValues, MethodInfo * method)); DO_APP_FUNC(0x0169D820, int32_t, InlinedArray_1_System_Object__Append, (InlinedArray_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0169DDF0, void, InlinedArray_1_System_Object__Append_1, (InlinedArray_1_System_Object_ * __this, IEnumerable_1_System_Object_ * values, MethodInfo * method)); DO_APP_FUNC(0x0169D9F0, int32_t, InlinedArray_1_System_Object__AppendWithCapacity, (InlinedArray_1_System_Object_ * __this, Object * value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC(0x0169DB10, void, InlinedArray_1_System_Object__AssignWithCapacity, (InlinedArray_1_System_Object_ * __this, InlinedArray_1_System_Object_ values, MethodInfo * method)); DO_APP_FUNC(0x01697140, void, InlinedArray_1_System_Object__Clear, (InlinedArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0169D380, void, InlinedArray_1_System_Object__ClearWithCapacity, (InlinedArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0169D430, InlinedArray_1_System_Object_, InlinedArray_1_System_Object__Clone, (InlinedArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0169E8C0, bool, InlinedArray_1_System_Object__Contains, (InlinedArray_1_System_Object_ * __this, Object * value, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0169EB90, IEnumerator_1_System_Object_ *, InlinedArray_1_System_Object__GetEnumerator, (InlinedArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0169D700, int32_t, InlinedArray_1_System_Object__IndexOf, (InlinedArray_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0169E9A0, void, InlinedArray_1_System_Object__Merge, (InlinedArray_1_System_Object_ * __this, InlinedArray_1_System_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x0169E010, void, InlinedArray_1_System_Object__Remove, (InlinedArray_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0169E410, void, InlinedArray_1_System_Object__RemoveAt, (InlinedArray_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D018, InlinedArray_1_System_Object__RemoveAt__MethodInfo); DO_APP_FUNC(0x0169E6B0, void, InlinedArray_1_System_Object__RemoveAtByMovingTailWithCapacity, (InlinedArray_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D010, InlinedArray_1_System_Object__RemoveAtByMovingTailWithCapacity__MethodInfo); DO_APP_FUNC(0x0169E1F0, void, InlinedArray_1_System_Object__RemoveAtWithCapacity, (InlinedArray_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D008, InlinedArray_1_System_Object__RemoveAtWithCapacity__MethodInfo); DO_APP_FUNC(0x0169E820, bool, InlinedArray_1_System_Object__RemoveByMovingTailWithCapacity, (InlinedArray_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0169D590, void, InlinedArray_1_System_Object__SetLength, (InlinedArray_1_System_Object_ * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0169EC70, IEnumerator *, InlinedArray_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (InlinedArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0169D670, Object__Array *, InlinedArray_1_System_Object__ToArray_1, (InlinedArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01694C50, int32_t, InlinedArray_1_System_Object__get_Capacity, (InlinedArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0169D240, Object *, InlinedArray_1_System_Object__get_Item, (InlinedArray_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D020, InlinedArray_1_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x0169D2E0, void, InlinedArray_1_System_Object__set_Item, (InlinedArray_1_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D038, InlinedArray_1_System_Object__set_Item__MethodInfo); DO_APP_FUNC(0x0169ECD0, void, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel___ctor, (InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, PointerModel value, MethodInfo * method)); DO_APP_FUNC(0x0169EF60, void, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel___ctor_1, (InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, IEnumerable_1_UnityEngine_InputSystem_UI_PointerModel_ * values, MethodInfo * method)); DO_APP_FUNC(0x0169EE10, void, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel___ctor_2, (InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, PointerModel firstValue, PointerModel__Array * additionalValues, MethodInfo * method)); DO_APP_FUNC(0x016A0310, int32_t, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel__Append, (InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, PointerModel value, MethodInfo * method)); DO_APP_FUNC(0x016A0E10, void, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel__Append_1, (InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, IEnumerable_1_UnityEngine_InputSystem_UI_PointerModel_ * values, MethodInfo * method)); DO_APP_FUNC(0x016A0670, int32_t, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel__AppendWithCapacity, (InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, PointerModel value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95750, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel__AppendWithCapacity__MethodInfo); DO_APP_FUNC(0x016A0870, void, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel__AssignWithCapacity, (InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel_ values, MethodInfo * method)); DO_APP_FUNC(0x0169F770, void, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel__Clear, (InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0169F7F0, void, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel__ClearWithCapacity, (InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0169F970, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel_, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel__Clone, (InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016A1FA0, bool, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel__Contains, (InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, PointerModel value, IEqualityComparer_1_UnityEngine_InputSystem_UI_PointerModel_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016A2670, IEnumerator_1_UnityEngine_InputSystem_UI_PointerModel_ *, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel__GetEnumerator, (InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0169FFF0, int32_t, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel__IndexOf, (InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, PointerModel value, MethodInfo * method)); DO_APP_FUNC(0x016A2260, void, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel__Merge, (InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel_ other, MethodInfo * method)); DO_APP_FUNC(0x016A1140, void, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel__Remove, (InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, PointerModel value, MethodInfo * method)); DO_APP_FUNC(0x016A18B0, void, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel__RemoveAt, (InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CFA0, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel__RemoveAt__MethodInfo); DO_APP_FUNC(0x016A1BF0, void, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel__RemoveAtByMovingTailWithCapacity, (InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CFD0, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel__RemoveAtByMovingTailWithCapacity__MethodInfo); DO_APP_FUNC(0x016A1510, void, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel__RemoveAtWithCapacity, (InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CFA8, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel__RemoveAtWithCapacity__MethodInfo); DO_APP_FUNC(0x016A1E90, bool, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel__RemoveByMovingTailWithCapacity, (InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, PointerModel value, MethodInfo * method)); DO_APP_FUNC(0x0169FBE0, void, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel__SetLength, (InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x016A2850, IEnumerator *, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel__System_Collections_IEnumerable_GetEnumerator, (InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0169FE60, PointerModel__Array *, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel__ToArray, (InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0169ECB0, int32_t, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel__get_Capacity, (InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95788, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel__get_Capacity__MethodInfo); DO_APP_FUNC(0x0169F490, PointerModel, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel__get_Item, (InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CFC8, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel__get_Item__MethodInfo); DO_APP_FUNC(0x0169F5B0, void, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel__set_Item, (InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, int32_t index, PointerModel value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CFB8, InlinedArray_1_UnityEngine_InputSystem_UI_PointerModel__set_Item__MethodInfo); DO_APP_FUNC(0x00CB2EF0, Object__Array *, InlinedArray_1_Substring__ToArray, (InlinedArray_1_Substring_ * __this, Func_2_UnityEngine_InputSystem_Utilities_Substring_Object_ * mapFunction, MethodInfo * method)); DO_APP_FUNC(0x0169A770, void, InlinedArray_1_Substring___ctor, (InlinedArray_1_Substring_ * __this, Substring value, MethodInfo * method)); DO_APP_FUNC(0x016B2390, void, InlinedArray_1_Substring___ctor_1, (InlinedArray_1_Substring_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_Substring_ * values, MethodInfo * method)); DO_APP_FUNC(0x0169A830, void, InlinedArray_1_Substring___ctor_2, (InlinedArray_1_Substring_ * __this, Substring firstValue, Substring__Array * additionalValues, MethodInfo * method)); DO_APP_FUNC(0x0169B4D0, int32_t, InlinedArray_1_Substring__Append, (InlinedArray_1_Substring_ * __this, Substring value, MethodInfo * method)); DO_APP_FUNC(0x016B2B00, void, InlinedArray_1_Substring__Append_1, (InlinedArray_1_Substring_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_Substring_ * values, MethodInfo * method)); DO_APP_FUNC(0x0169B780, int32_t, InlinedArray_1_Substring__AppendWithCapacity, (InlinedArray_1_Substring_ * __this, Substring value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D5C8, InlinedArray_1_Substring__AppendWithCapacity__MethodInfo); DO_APP_FUNC(0x0169B8B0, void, InlinedArray_1_Substring__AssignWithCapacity, (InlinedArray_1_Substring_ * __this, InlinedArray_1_Substring_ values, MethodInfo * method)); DO_APP_FUNC(0x0169AEB0, void, InlinedArray_1_Substring__Clear, (InlinedArray_1_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0169AF10, void, InlinedArray_1_Substring__ClearWithCapacity, (InlinedArray_1_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0169AFC0, InlinedArray_1_Substring_, InlinedArray_1_Substring__Clone, (InlinedArray_1_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016B3700, bool, InlinedArray_1_Substring__Contains, (InlinedArray_1_Substring_ * __this, Substring value, IEqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0169CC00, IEnumerator_1_UnityEngine_InputSystem_Utilities_Substring_ *, InlinedArray_1_Substring__GetEnumerator, (InlinedArray_1_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D658, InlinedArray_1_Substring__GetEnumerator__MethodInfo); DO_APP_FUNC(0x0169B380, int32_t, InlinedArray_1_Substring__IndexOf, (InlinedArray_1_Substring_ * __this, Substring value, MethodInfo * method)); DO_APP_FUNC(0x016B3860, void, InlinedArray_1_Substring__Merge, (InlinedArray_1_Substring_ * __this, InlinedArray_1_Substring_ other, MethodInfo * method)); DO_APP_FUNC(0x016B2D50, void, InlinedArray_1_Substring__Remove, (InlinedArray_1_Substring_ * __this, Substring value, MethodInfo * method)); DO_APP_FUNC(0x016B31D0, void, InlinedArray_1_Substring__RemoveAt, (InlinedArray_1_Substring_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C811E8, InlinedArray_1_Substring__RemoveAt__MethodInfo); DO_APP_FUNC(0x016B3470, void, InlinedArray_1_Substring__RemoveAtByMovingTailWithCapacity, (InlinedArray_1_Substring_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C811E0, InlinedArray_1_Substring__RemoveAtByMovingTailWithCapacity__MethodInfo); DO_APP_FUNC(0x016B2F60, void, InlinedArray_1_Substring__RemoveAtWithCapacity, (InlinedArray_1_Substring_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C811D8, InlinedArray_1_Substring__RemoveAtWithCapacity__MethodInfo); DO_APP_FUNC(0x016B3650, bool, InlinedArray_1_Substring__RemoveByMovingTailWithCapacity, (InlinedArray_1_Substring_ * __this, Substring value, MethodInfo * method)); DO_APP_FUNC(0x016B2930, void, InlinedArray_1_Substring__SetLength, (InlinedArray_1_Substring_ * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0169CCD0, IEnumerator *, InlinedArray_1_Substring__System_Collections_IEnumerable_GetEnumerator, (InlinedArray_1_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0169B2F0, Substring__Array *, InlinedArray_1_Substring__ToArray_1, (InlinedArray_1_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0169A750, int32_t, InlinedArray_1_Substring__get_Capacity, (InlinedArray_1_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016B2750, Substring, InlinedArray_1_Substring__get_Item, (InlinedArray_1_Substring_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C811F0, InlinedArray_1_Substring__get_Item__MethodInfo); DO_APP_FUNC(0x016B2810, void, InlinedArray_1_Substring__set_Item, (InlinedArray_1_Substring_ * __this, int32_t index, Substring value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81210, InlinedArray_1_Substring__set_Item__MethodInfo); DO_APP_FUNC(0x01696B90, void, InlinedArray_1_System_UInt64___ctor, (InlinedArray_1_System_UInt64_ * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x016B3B70, void, InlinedArray_1_System_UInt64___ctor_1, (InlinedArray_1_System_UInt64_ * __this, IEnumerable_1_System_UInt64_ * values, MethodInfo * method)); DO_APP_FUNC(0x01696C00, void, InlinedArray_1_System_UInt64___ctor_2, (InlinedArray_1_System_UInt64_ * __this, uint64_t firstValue, UInt64__Array * additionalValues, MethodInfo * method)); DO_APP_FUNC(0x016B41B0, int32_t, InlinedArray_1_System_UInt64__Append, (InlinedArray_1_System_UInt64_ * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x016B4680, void, InlinedArray_1_System_UInt64__Append_1, (InlinedArray_1_System_UInt64_ * __this, IEnumerable_1_System_UInt64_ * values, MethodInfo * method)); DO_APP_FUNC(0x016B4330, int32_t, InlinedArray_1_System_UInt64__AppendWithCapacity, (InlinedArray_1_System_UInt64_ * __this, uint64_t value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC(0x016B4400, void, InlinedArray_1_System_UInt64__AssignWithCapacity, (InlinedArray_1_System_UInt64_ * __this, InlinedArray_1_System_UInt64_ values, MethodInfo * method)); DO_APP_FUNC(0x01697140, void, InlinedArray_1_System_UInt64__Clear, (InlinedArray_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016971A0, void, InlinedArray_1_System_UInt64__ClearWithCapacity, (InlinedArray_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01697200, InlinedArray_1_System_UInt64_, InlinedArray_1_System_UInt64__Clone, (InlinedArray_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016B5110, bool, InlinedArray_1_System_UInt64__Contains, (InlinedArray_1_System_UInt64_ * __this, uint64_t value, IEqualityComparer_1_System_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01696A70, IEnumerator_1_System_UInt64_ *, InlinedArray_1_System_UInt64__GetEnumerator, (InlinedArray_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0169D700, int32_t, InlinedArray_1_System_UInt64__IndexOf, (InlinedArray_1_System_UInt64_ * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x016B51E0, void, InlinedArray_1_System_UInt64__Merge, (InlinedArray_1_System_UInt64_ * __this, InlinedArray_1_System_UInt64_ other, MethodInfo * method)); DO_APP_FUNC(0x016B48A0, void, InlinedArray_1_System_UInt64__Remove, (InlinedArray_1_System_UInt64_ * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x016B4C80, void, InlinedArray_1_System_UInt64__RemoveAt, (InlinedArray_1_System_UInt64_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81248, InlinedArray_1_System_UInt64__RemoveAt__MethodInfo); DO_APP_FUNC(0x016B4F00, void, InlinedArray_1_System_UInt64__RemoveAtByMovingTailWithCapacity, (InlinedArray_1_System_UInt64_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81180, InlinedArray_1_System_UInt64__RemoveAtByMovingTailWithCapacity__MethodInfo); DO_APP_FUNC(0x016B4A80, void, InlinedArray_1_System_UInt64__RemoveAtWithCapacity, (InlinedArray_1_System_UInt64_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81260, InlinedArray_1_System_UInt64__RemoveAtWithCapacity__MethodInfo); DO_APP_FUNC(0x016B5070, bool, InlinedArray_1_System_UInt64__RemoveByMovingTailWithCapacity, (InlinedArray_1_System_UInt64_ * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x016B4040, void, InlinedArray_1_System_UInt64__SetLength, (InlinedArray_1_System_UInt64_ * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C929E0, InlinedArray_1_System_UInt64__SetLength__MethodInfo); DO_APP_FUNC(0x01696B50, IEnumerator *, InlinedArray_1_System_UInt64__System_Collections_IEnumerable_GetEnumerator, (InlinedArray_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0169D670, UInt64__Array *, InlinedArray_1_System_UInt64__ToArray, (InlinedArray_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01694C50, int32_t, InlinedArray_1_System_UInt64__get_Capacity, (InlinedArray_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016B3F00, uint64_t, InlinedArray_1_System_UInt64__get_Item, (InlinedArray_1_System_UInt64_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81290, InlinedArray_1_System_UInt64__get_Item__MethodInfo); DO_APP_FUNC(0x016B3FA0, void, InlinedArray_1_System_UInt64__set_Item, (InlinedArray_1_System_UInt64_ * __this, int32_t index, uint64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81280, InlinedArray_1_System_UInt64__set_Item__MethodInfo); DO_APP_FUNC(0x016B5460, void, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout___ctor, (InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, InputManager_StateChangeMonitorTimeout value, MethodInfo * method)); DO_APP_FUNC(0x016B5620, void, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout___ctor_1, (InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, IEnumerable_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * values, MethodInfo * method)); DO_APP_FUNC(0x016B5530, void, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout___ctor_2, (InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, InputManager_StateChangeMonitorTimeout firstValue, InputManager_StateChangeMonitorTimeout__Array * additionalValues, MethodInfo * method)); DO_APP_FUNC(0x016B62D0, int32_t, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__Append, (InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, InputManager_StateChangeMonitorTimeout value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90860, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__Append__MethodInfo); DO_APP_FUNC(0x016B6A10, void, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__Append_1, (InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, IEnumerable_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * values, MethodInfo * method)); DO_APP_FUNC(0x016B6570, int32_t, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__AppendWithCapacity, (InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, InputManager_StateChangeMonitorTimeout value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC(0x016B66B0, void, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__AssignWithCapacity, (InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ values, MethodInfo * method)); DO_APP_FUNC(0x016B5BE0, void, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__Clear, (InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016B5C50, void, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__ClearWithCapacity, (InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016B5D40, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__Clone, (InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016B76B0, bool, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__Contains, (InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, InputManager_StateChangeMonitorTimeout value, IEqualityComparer_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016B7C40, IEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ *, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__GetEnumerator, (InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016B6110, int32_t, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__IndexOf, (InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, InputManager_StateChangeMonitorTimeout value, MethodInfo * method)); DO_APP_FUNC(0x016B7870, void, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__Merge, (InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ other, MethodInfo * method)); DO_APP_FUNC(0x016B6C90, void, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__Remove, (InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, InputManager_StateChangeMonitorTimeout value, MethodInfo * method)); DO_APP_FUNC(0x016B7160, void, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__RemoveAt, (InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C811C8, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__RemoveAt__MethodInfo); DO_APP_FUNC(0x016B7420, void, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__RemoveAtByMovingTailWithCapacity, (InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C811C0, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__RemoveAtByMovingTailWithCapacity__MethodInfo); DO_APP_FUNC(0x016B6F00, void, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__RemoveAtWithCapacity, (InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81170, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__RemoveAtWithCapacity__MethodInfo); DO_APP_FUNC(0x016B75F0, bool, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__RemoveByMovingTailWithCapacity, (InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, InputManager_StateChangeMonitorTimeout value, MethodInfo * method)); DO_APP_FUNC(0x016B5EB0, void, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__SetLength, (InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C907F0, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__SetLength__MethodInfo); DO_APP_FUNC(0x016B7D40, IEnumerator *, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__System_Collections_IEnumerable_GetEnumerator, (InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016B6050, InputManager_StateChangeMonitorTimeout__Array *, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__ToArray, (InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016B5440, int32_t, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__get_Capacity, (InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016B5A10, InputManager_StateChangeMonitorTimeout, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__get_Item, (InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81188, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__get_Item__MethodInfo); DO_APP_FUNC(0x016B5B00, void, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__set_Item, (InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, int32_t index, InputManager_StateChangeMonitorTimeout value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81160, InlinedArray_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__set_Item__MethodInfo); DO_APP_FUNC(0x0169A770, void, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection___ctor, (InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, InputUser_OngoingAccountSelection value, MethodInfo * method)); DO_APP_FUNC(0x016B7D80, void, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection___ctor_1, (InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, IEnumerable_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * values, MethodInfo * method)); DO_APP_FUNC(0x0169A830, void, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection___ctor_2, (InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, InputUser_OngoingAccountSelection firstValue, InputUser_OngoingAccountSelection__Array * additionalValues, MethodInfo * method)); DO_APP_FUNC(0x0169B4D0, int32_t, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__Append, (InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, InputUser_OngoingAccountSelection value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92050, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__Append__MethodInfo); DO_APP_FUNC(0x016B84F0, void, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__Append_1, (InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, IEnumerable_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * values, MethodInfo * method)); DO_APP_FUNC(0x0169B780, int32_t, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__AppendWithCapacity, (InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, InputUser_OngoingAccountSelection value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC(0x0169B8B0, void, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__AssignWithCapacity, (InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ values, MethodInfo * method)); DO_APP_FUNC(0x0169AEB0, void, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__Clear, (InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0169AF10, void, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__ClearWithCapacity, (InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0169AFC0, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__Clone, (InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016B90F0, bool, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__Contains, (InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, InputUser_OngoingAccountSelection value, IEqualityComparer_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0169CC00, IEnumerator_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ *, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__GetEnumerator, (InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0169B380, int32_t, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__IndexOf, (InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, InputUser_OngoingAccountSelection value, MethodInfo * method)); DO_APP_FUNC(0x016B9250, void, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__Merge, (InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ other, MethodInfo * method)); DO_APP_FUNC(0x016B8740, void, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__Remove, (InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, InputUser_OngoingAccountSelection value, MethodInfo * method)); DO_APP_FUNC(0x016B8BC0, void, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__RemoveAt, (InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81108, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__RemoveAt__MethodInfo); DO_APP_FUNC(0x016B8E60, void, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__RemoveAtByMovingTailWithCapacity, (InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81130, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__RemoveAtByMovingTailWithCapacity__MethodInfo); DO_APP_FUNC(0x016B8950, void, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__RemoveAtWithCapacity, (InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81118, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__RemoveAtWithCapacity__MethodInfo); DO_APP_FUNC(0x016B9040, bool, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__RemoveByMovingTailWithCapacity, (InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, InputUser_OngoingAccountSelection value, MethodInfo * method)); DO_APP_FUNC(0x016B8320, void, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__SetLength, (InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0169CCD0, IEnumerator *, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__System_Collections_IEnumerable_GetEnumerator, (InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0169B2F0, InputUser_OngoingAccountSelection__Array *, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__ToArray, (InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0169A750, int32_t, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__get_Capacity, (InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016B8140, InputUser_OngoingAccountSelection, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__get_Item, (InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C811A8, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__get_Item__MethodInfo); DO_APP_FUNC(0x016B8200, void, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__set_Item, (InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, int32_t index, InputUser_OngoingAccountSelection value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C811A0, InlinedArray_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__set_Item__MethodInfo); DO_APP_FUNC(0x016B9560, void, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo___ctor, (InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, OnScreenControl_OnScreenDeviceInfo value, MethodInfo * method)); DO_APP_FUNC(0x016B9720, void, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo___ctor_1, (InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, IEnumerable_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * values, MethodInfo * method)); DO_APP_FUNC(0x016B9630, void, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo___ctor_2, (InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, OnScreenControl_OnScreenDeviceInfo firstValue, OnScreenControl_OnScreenDeviceInfo__Array * additionalValues, MethodInfo * method)); DO_APP_FUNC(0x016BA0E0, int32_t, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__Append, (InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, OnScreenControl_OnScreenDeviceInfo value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95470, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__Append__MethodInfo); DO_APP_FUNC(0x016BA820, void, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__Append_1, (InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, IEnumerable_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * values, MethodInfo * method)); DO_APP_FUNC(0x016BA380, int32_t, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__AppendWithCapacity, (InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, OnScreenControl_OnScreenDeviceInfo value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC(0x016BA4C0, void, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__AssignWithCapacity, (InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ values, MethodInfo * method)); DO_APP_FUNC(0x016B5BE0, void, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__Clear, (InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016B9CE0, void, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__ClearWithCapacity, (InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016B9DD0, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__Clone, (InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BB4C0, bool, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__Contains, (InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, OnScreenControl_OnScreenDeviceInfo value, IEqualityComparer_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x016BBA50, IEnumerator_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ *, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__GetEnumerator, (InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016B6110, int32_t, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__IndexOf, (InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, OnScreenControl_OnScreenDeviceInfo value, MethodInfo * method)); DO_APP_FUNC(0x016BB680, void, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__Merge, (InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ other, MethodInfo * method)); DO_APP_FUNC(0x016BAAA0, void, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__Remove, (InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, OnScreenControl_OnScreenDeviceInfo value, MethodInfo * method)); DO_APP_FUNC(0x016BAF70, void, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__RemoveAt, (InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81158, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__RemoveAt__MethodInfo); DO_APP_FUNC(0x016BB230, void, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__RemoveAtByMovingTailWithCapacity, (InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81150, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__RemoveAtByMovingTailWithCapacity__MethodInfo); DO_APP_FUNC(0x016BAD10, void, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__RemoveAtWithCapacity, (InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81148, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__RemoveAtWithCapacity__MethodInfo); DO_APP_FUNC(0x016BB400, bool, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__RemoveByMovingTailWithCapacity, (InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, OnScreenControl_OnScreenDeviceInfo value, MethodInfo * method)); DO_APP_FUNC(0x016B9F40, void, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__SetLength, (InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x016BBB50, IEnumerator *, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__System_Collections_IEnumerable_GetEnumerator, (InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016B6050, OnScreenControl_OnScreenDeviceInfo__Array *, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__ToArray, (InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016B5440, int32_t, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__get_Capacity, (InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016B9B10, OnScreenControl_OnScreenDeviceInfo, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__get_Item, (InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C810F0, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__get_Item__MethodInfo); DO_APP_FUNC(0x016B9C00, void, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__set_Item, (InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, int32_t index, OnScreenControl_OnScreenDeviceInfo value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C810F8, InlinedArray_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__set_Item__MethodInfo); DO_APP_FUNC(0x003AC050, void, InputBindingComposite_1_System_Int32___ctor, (InputBindingComposite_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BBC20, void, InputBindingComposite_1_System_Int32__ReadValue, (InputBindingComposite_1_System_Int32_ * __this, InputBindingCompositeContext * context, Void * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81140, InputBindingComposite_1_System_Int32__ReadValue__MethodInfo); DO_APP_FUNC(0x016BBE10, Object *, InputBindingComposite_1_System_Int32__ReadValueAsObject, (InputBindingComposite_1_System_Int32_ * __this, InputBindingCompositeContext * context, MethodInfo * method)); DO_APP_FUNC(0x016BBBF0, int32_t, InputBindingComposite_1_System_Int32__get_valueSizeInBytes, (InputBindingComposite_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BBB90, Type *, InputBindingComposite_1_System_Int32__get_valueType, (InputBindingComposite_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputBindingComposite_1_UnityEngine_Quaternion___ctor, (InputBindingComposite_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BBF30, void, InputBindingComposite_1_UnityEngine_Quaternion__ReadValue, (InputBindingComposite_1_UnityEngine_Quaternion_ * __this, InputBindingCompositeContext * context, Void * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81038, InputBindingComposite_1_UnityEngine_Quaternion__ReadValue__MethodInfo); DO_APP_FUNC(0x016BC130, Object *, InputBindingComposite_1_UnityEngine_Quaternion__ReadValueAsObject, (InputBindingComposite_1_UnityEngine_Quaternion_ * __this, InputBindingCompositeContext * context, MethodInfo * method)); DO_APP_FUNC(0x016BBBF0, int32_t, InputBindingComposite_1_UnityEngine_Quaternion__get_valueSizeInBytes, (InputBindingComposite_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BBED0, Type *, InputBindingComposite_1_UnityEngine_Quaternion__get_valueType, (InputBindingComposite_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputBindingComposite_1_System_Single___ctor, (InputBindingComposite_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B800, InputBindingComposite_1_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x016BC250, void, InputBindingComposite_1_System_Single__ReadValue, (InputBindingComposite_1_System_Single_ * __this, InputBindingCompositeContext * context, Void * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81040, InputBindingComposite_1_System_Single__ReadValue__MethodInfo); DO_APP_FUNC(0x016BC440, Object *, InputBindingComposite_1_System_Single__ReadValueAsObject, (InputBindingComposite_1_System_Single_ * __this, InputBindingCompositeContext * context, MethodInfo * method)); DO_APP_FUNC(0x016BBBF0, int32_t, InputBindingComposite_1_System_Single__get_valueSizeInBytes, (InputBindingComposite_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BC1F0, Type *, InputBindingComposite_1_System_Single__get_valueType, (InputBindingComposite_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputBindingComposite_1_UnityEngine_Vector2___ctor, (InputBindingComposite_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B758, InputBindingComposite_1_UnityEngine_Vector2___ctor__MethodInfo); DO_APP_FUNC(0x016BC560, void, InputBindingComposite_1_UnityEngine_Vector2__ReadValue, (InputBindingComposite_1_UnityEngine_Vector2_ * __this, InputBindingCompositeContext * context, Void * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C810E8, InputBindingComposite_1_UnityEngine_Vector2__ReadValue__MethodInfo); DO_APP_FUNC(0x016BC750, Object *, InputBindingComposite_1_UnityEngine_Vector2__ReadValueAsObject, (InputBindingComposite_1_UnityEngine_Vector2_ * __this, InputBindingCompositeContext * context, MethodInfo * method)); DO_APP_FUNC(0x016BBBF0, int32_t, InputBindingComposite_1_UnityEngine_Vector2__get_valueSizeInBytes, (InputBindingComposite_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BC500, Type *, InputBindingComposite_1_UnityEngine_Vector2__get_valueType, (InputBindingComposite_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputBindingComposite_1_UnityEngine_Vector3___ctor, (InputBindingComposite_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B728, InputBindingComposite_1_UnityEngine_Vector3___ctor__MethodInfo); DO_APP_FUNC(0x016BC870, void, InputBindingComposite_1_UnityEngine_Vector3__ReadValue, (InputBindingComposite_1_UnityEngine_Vector3_ * __this, InputBindingCompositeContext * context, Void * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81090, InputBindingComposite_1_UnityEngine_Vector3__ReadValue__MethodInfo); DO_APP_FUNC(0x016BCA80, Object *, InputBindingComposite_1_UnityEngine_Vector3__ReadValueAsObject, (InputBindingComposite_1_UnityEngine_Vector3_ * __this, InputBindingCompositeContext * context, MethodInfo * method)); DO_APP_FUNC(0x016BBBF0, int32_t, InputBindingComposite_1_UnityEngine_Vector3__get_valueSizeInBytes, (InputBindingComposite_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BC810, Type *, InputBindingComposite_1_UnityEngine_Vector3__get_valueType, (InputBindingComposite_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00CB30C0, void, InputControlList_1_System_Object__AddSlice, (InputControlList_1_System_Object_ * __this, ReadOnlyArray_1_System_Object_ list, int32_t count, int32_t destinationIndex, int32_t sourceIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60D98, InputControlList_1_System_Object__AddSlice__MethodInfo); DO_APP_FUNC(0x00CB3450, void, InputControlList_1_System_Object__AddSlice_1, (InputControlList_1_System_Object_ * __this, Object * list, int32_t count, int32_t destinationIndex, int32_t sourceIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60D78, InputControlList_1_System_Object__AddSlice_1__MethodInfo); DO_APP_FUNC(0x00CB3920, void, InputControlList_1_System_Object__Sort, (InputControlList_1_System_Object_ * __this, int32_t startIndex, int32_t count, Object * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60D60, InputControlList_1_System_Object__Sort__MethodInfo); DO_APP_FUNC(0x00CB3B70, void, InputControlList_1_System_Object__Sort_1, (InputControlList_1_System_Object_ * __this, int32_t startIndex, int32_t count, InputUser_CompareDevicesByUserAccount comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60D68, InputControlList_1_System_Object__Sort_1__MethodInfo); DO_APP_FUNC(0x016BD2F0, void, InputControlList_1_System_Object___ctor, (InputControlList_1_System_Object_ * __this, Object__Array * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81018, InputControlList_1_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x016BD060, void, InputControlList_1_System_Object___ctor_1, (InputControlList_1_System_Object_ * __this, IEnumerable_1_System_Object_ * values, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81020, InputControlList_1_System_Object___ctor_1__MethodInfo); DO_APP_FUNC(0x016BD000, void, InputControlList_1_System_Object___ctor_2, (InputControlList_1_System_Object_ * __this, Allocator__Enum allocator, int32_t initialCapacity, MethodInfo * method)); DO_APP_FUNC(0x016BD5C0, void, InputControlList_1_System_Object__Add, (InputControlList_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x016BD6B0, void, InputControlList_1_System_Object__AddRange, (InputControlList_1_System_Object_ * __this, IEnumerable_1_System_Object_ * list, int32_t count, int32_t destinationIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80FA8, InputControlList_1_System_Object__AddRange__MethodInfo); DO_APP_FUNC(0x016BE3B0, void, InputControlList_1_System_Object__AppendTo, (InputControlList_1_System_Object_ * __this, Object__Array * * array, int32_t * count, MethodInfo * method)); DO_APP_FUNC(0x00C84790, void, InputControlList_1_System_Object__Clear, (InputControlList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BDFF0, bool, InputControlList_1_System_Object__Contains, (InputControlList_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x016BE070, bool, InputControlList_1_System_Object__Contains_1, (InputControlList_1_System_Object_ * __this, Object * item, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x016BDD10, void, InputControlList_1_System_Object__CopyTo, (InputControlList_1_System_Object_ * __this, Object__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80EA0, InputControlList_1_System_Object__CopyTo__MethodInfo); DO_APP_FUNC(0x016BE4A0, void, InputControlList_1_System_Object__Dispose, (InputControlList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BE8C0, Object *, InputControlList_1_System_Object__FromIndex, (uint64_t index, MethodInfo * method)); DO_APP_FUNC(0x016BE500, IEnumerator_1_System_Object_ *, InputControlList_1_System_Object__GetEnumerator, (InputControlList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BDD60, int32_t, InputControlList_1_System_Object__IndexOf, (InputControlList_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x016BDDC0, int32_t, InputControlList_1_System_Object__IndexOf_1, (InputControlList_1_System_Object_ * __this, Object * item, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80E78, InputControlList_1_System_Object__IndexOf_1__MethodInfo); DO_APP_FUNC(0x016BDFA0, void, InputControlList_1_System_Object__Insert, (InputControlList_1_System_Object_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80E98, InputControlList_1_System_Object__Insert__MethodInfo); DO_APP_FUNC(0x016BDAF0, bool, InputControlList_1_System_Object__Remove, (InputControlList_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x016BDBF0, void, InputControlList_1_System_Object__RemoveAt, (InputControlList_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80EB0, InputControlList_1_System_Object__RemoveAt__MethodInfo); DO_APP_FUNC(0x016BD420, void, InputControlList_1_System_Object__Resize, (InputControlList_1_System_Object_ * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80F70, InputControlList_1_System_Object__Resize__MethodInfo); DO_APP_FUNC(0x016BE0F0, void, InputControlList_1_System_Object__SwapElements, (InputControlList_1_System_Object_ * __this, int32_t index1, int32_t index2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80F08, InputControlList_1_System_Object__SwapElements__MethodInfo); DO_APP_FUNC(0x016BE5D0, IEnumerator *, InputControlList_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (InputControlList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BE210, Object__Array *, InputControlList_1_System_Object__ToArray, (InputControlList_1_System_Object_ * __this, bool dispose, MethodInfo * method)); DO_APP_FUNC(0x016BE810, uint64_t, InputControlList_1_System_Object__ToIndex, (Object * control, MethodInfo * method)); DO_APP_FUNC(0x016BE610, String *, InputControlList_1_System_Object__ToString, (InputControlList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BCB50, int32_t, InputControlList_1_System_Object__get_Capacity, (InputControlList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, InputControlList_1_System_Object__get_Count, (InputControlList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, InputControlList_1_System_Object__get_IsReadOnly, (InputControlList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BCD80, Object *, InputControlList_1_System_Object__get_Item, (InputControlList_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81030, InputControlList_1_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x016BCBA0, void, InputControlList_1_System_Object__set_Capacity, (InputControlList_1_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80FF0, InputControlList_1_System_Object__set_Capacity__MethodInfo); DO_APP_FUNC(0x016BCEC0, void, InputControlList_1_System_Object__set_Item, (InputControlList_1_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81028, InputControlList_1_System_Object__set_Item__MethodInfo); DO_APP_FUNC(0x016C0330, void, InputControl_1_UnityEngine_InputSystem_XR_Bone___ctor, (InputControl_1_UnityEngine_InputSystem_XR_Bone_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92640, InputControl_1_UnityEngine_InputSystem_XR_Bone___ctor__MethodInfo); DO_APP_FUNC(0x016BFEB0, void, InputControl_1_UnityEngine_InputSystem_XR_Bone__AddProcessor, (InputControl_1_UnityEngine_InputSystem_XR_Bone_ * __this, Object * processor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80D78, InputControl_1_UnityEngine_InputSystem_XR_Bone__AddProcessor__MethodInfo); DO_APP_FUNC(0x016BFB80, bool, InputControl_1_UnityEngine_InputSystem_XR_Bone__CompareValue, (Bone * firstValue, Bone * secondValue, MethodInfo * method)); DO_APP_FUNC(0x016BFC10, bool, InputControl_1_UnityEngine_InputSystem_XR_Bone__CompareValue_1, (InputControl_1_UnityEngine_InputSystem_XR_Bone_ * __this, Void * firstStatePtr, Void * secondStatePtr, MethodInfo * method)); DO_APP_FUNC(0x016C0110, void, InputControl_1_UnityEngine_InputSystem_XR_Bone__FinishSetup, (InputControl_1_UnityEngine_InputSystem_XR_Bone_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92588, InputControl_1_UnityEngine_InputSystem_XR_Bone__FinishSetup__MethodInfo); DO_APP_FUNC(0x016BFD10, Bone, InputControl_1_UnityEngine_InputSystem_XR_Bone__ProcessValue, (InputControl_1_UnityEngine_InputSystem_XR_Bone_ * __this, Bone value, MethodInfo * method)); DO_APP_FUNC(0x016BFD70, void, InputControl_1_UnityEngine_InputSystem_XR_Bone__ProcessValue_1, (InputControl_1_UnityEngine_InputSystem_XR_Bone_ * __this, Bone * value, MethodInfo * method)); DO_APP_FUNC(0x016BEDB0, Bone, InputControl_1_UnityEngine_InputSystem_XR_Bone__ReadDefaultValue, (InputControl_1_UnityEngine_InputSystem_XR_Bone_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BF140, Bone, InputControl_1_UnityEngine_InputSystem_XR_Bone__ReadUnprocessedValue, (InputControl_1_UnityEngine_InputSystem_XR_Bone_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BF040, Bone, InputControl_1_UnityEngine_InputSystem_XR_Bone__ReadUnprocessedValueFromStateWithCaching, (InputControl_1_UnityEngine_InputSystem_XR_Bone_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016BEC90, Bone, InputControl_1_UnityEngine_InputSystem_XR_Bone__ReadValue, (InputControl_1_UnityEngine_InputSystem_XR_Bone_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BF940, Object *, InputControl_1_UnityEngine_InputSystem_XR_Bone__ReadValueFromBufferAsObject, (InputControl_1_UnityEngine_InputSystem_XR_Bone_ * __this, Void * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80E00, InputControl_1_UnityEngine_InputSystem_XR_Bone__ReadValueFromBufferAsObject__MethodInfo); DO_APP_FUNC(0x016BECE0, Bone, InputControl_1_UnityEngine_InputSystem_XR_Bone__ReadValueFromPreviousFrame, (InputControl_1_UnityEngine_InputSystem_XR_Bone_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BEE60, Bone, InputControl_1_UnityEngine_InputSystem_XR_Bone__ReadValueFromState, (InputControl_1_UnityEngine_InputSystem_XR_Bone_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80DF0, InputControl_1_UnityEngine_InputSystem_XR_Bone__ReadValueFromState__MethodInfo); DO_APP_FUNC(0x016BF190, Object *, InputControl_1_UnityEngine_InputSystem_XR_Bone__ReadValueFromStateAsObject, (InputControl_1_UnityEngine_InputSystem_XR_Bone_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016BF210, void, InputControl_1_UnityEngine_InputSystem_XR_Bone__ReadValueFromStateIntoBuffer, (InputControl_1_UnityEngine_InputSystem_XR_Bone_ * __this, Void * statePtr, Void * bufferPtr, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80DE8, InputControl_1_UnityEngine_InputSystem_XR_Bone__ReadValueFromStateIntoBuffer__MethodInfo); DO_APP_FUNC(0x016BEF50, Bone, InputControl_1_UnityEngine_InputSystem_XR_Bone__ReadValueFromStateWithCaching, (InputControl_1_UnityEngine_InputSystem_XR_Bone_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016BF460, void, InputControl_1_UnityEngine_InputSystem_XR_Bone__WriteValueFromBufferIntoState, (InputControl_1_UnityEngine_InputSystem_XR_Bone_ * __this, Void * bufferPtr, int32_t bufferSize, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80DC8, InputControl_1_UnityEngine_InputSystem_XR_Bone__WriteValueFromBufferIntoState__MethodInfo); DO_APP_FUNC(0x016BF6A0, void, InputControl_1_UnityEngine_InputSystem_XR_Bone__WriteValueFromObjectIntoState, (InputControl_1_UnityEngine_InputSystem_XR_Bone_ * __this, Object * value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80E20, InputControl_1_UnityEngine_InputSystem_XR_Bone__WriteValueFromObjectIntoState__MethodInfo); DO_APP_FUNC(0x016BF8D0, void, InputControl_1_UnityEngine_InputSystem_XR_Bone__WriteValueIntoState, (InputControl_1_UnityEngine_InputSystem_XR_Bone_ * __this, Bone value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80E38, InputControl_1_UnityEngine_InputSystem_XR_Bone__WriteValueIntoState__MethodInfo); DO_APP_FUNC(0x016C0310, InputProcessor_1_UnityEngine_InputSystem_XR_Bone___Array *, InputControl_1_UnityEngine_InputSystem_XR_Bone__get_processors, (InputControl_1_UnityEngine_InputSystem_XR_Bone_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BEB90, Bone *, InputControl_1_UnityEngine_InputSystem_XR_Bone__get_unprocessedValue, (InputControl_1_UnityEngine_InputSystem_XR_Bone_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BEA90, Bone *, InputControl_1_UnityEngine_InputSystem_XR_Bone__get_value, (InputControl_1_UnityEngine_InputSystem_XR_Bone_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BBBF0, int32_t, InputControl_1_UnityEngine_InputSystem_XR_Bone__get_valueSizeInBytes, (InputControl_1_UnityEngine_InputSystem_XR_Bone_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BEA30, Type *, InputControl_1_UnityEngine_InputSystem_XR_Bone__get_valueType, (InputControl_1_UnityEngine_InputSystem_XR_Bone_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C0330, void, InputControl_1_System_Boolean___ctor, (InputControl_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C14D0, void, InputControl_1_System_Boolean__AddProcessor, (InputControl_1_System_Boolean_ * __this, Object * processor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80CE0, InputControl_1_System_Boolean__AddProcessor__MethodInfo); DO_APP_FUNC(0x016BFB80, bool, InputControl_1_System_Boolean__CompareValue, (bool * firstValue, bool * secondValue, MethodInfo * method)); DO_APP_FUNC(0x016C1310, bool, InputControl_1_System_Boolean__CompareValue_1, (InputControl_1_System_Boolean_ * __this, Void * firstStatePtr, Void * secondStatePtr, MethodInfo * method)); DO_APP_FUNC(0x016C1730, void, InputControl_1_System_Boolean__FinishSetup, (InputControl_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C13C0, bool, InputControl_1_System_Boolean__ProcessValue, (InputControl_1_System_Boolean_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x016C13F0, void, InputControl_1_System_Boolean__ProcessValue_1, (InputControl_1_System_Boolean_ * __this, bool * value, MethodInfo * method)); DO_APP_FUNC(0x016C0690, bool, InputControl_1_System_Boolean__ReadDefaultValue, (InputControl_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C0980, bool, InputControl_1_System_Boolean__ReadUnprocessedValue, (InputControl_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C08A0, bool, InputControl_1_System_Boolean__ReadUnprocessedValueFromStateWithCaching, (InputControl_1_System_Boolean_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016C05A0, bool, InputControl_1_System_Boolean__ReadValue, (InputControl_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C10F0, Object *, InputControl_1_System_Boolean__ReadValueFromBufferAsObject, (InputControl_1_System_Boolean_ * __this, Void * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80CE8, InputControl_1_System_Boolean__ReadValueFromBufferAsObject__MethodInfo); DO_APP_FUNC(0x016C05E0, bool, InputControl_1_System_Boolean__ReadValueFromPreviousFrame, (InputControl_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C0710, bool, InputControl_1_System_Boolean__ReadValueFromState, (InputControl_1_System_Boolean_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80D80, InputControl_1_System_Boolean__ReadValueFromState__MethodInfo); DO_APP_FUNC(0x016C09C0, Object *, InputControl_1_System_Boolean__ReadValueFromStateAsObject, (InputControl_1_System_Boolean_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016C0A30, void, InputControl_1_System_Boolean__ReadValueFromStateIntoBuffer, (InputControl_1_System_Boolean_ * __this, Void * statePtr, Void * bufferPtr, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80D98, InputControl_1_System_Boolean__ReadValueFromStateIntoBuffer__MethodInfo); DO_APP_FUNC(0x016C07C0, bool, InputControl_1_System_Boolean__ReadValueFromStateWithCaching, (InputControl_1_System_Boolean_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016C0C50, void, InputControl_1_System_Boolean__WriteValueFromBufferIntoState, (InputControl_1_System_Boolean_ * __this, Void * bufferPtr, int32_t bufferSize, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80D88, InputControl_1_System_Boolean__WriteValueFromBufferIntoState__MethodInfo); DO_APP_FUNC(0x016C0E60, void, InputControl_1_System_Boolean__WriteValueFromObjectIntoState, (InputControl_1_System_Boolean_ * __this, Object * value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80D18, InputControl_1_System_Boolean__WriteValueFromObjectIntoState__MethodInfo); DO_APP_FUNC(0x016C1080, void, InputControl_1_System_Boolean__WriteValueIntoState, (InputControl_1_System_Boolean_ * __this, bool value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80D10, InputControl_1_System_Boolean__WriteValueIntoState__MethodInfo); DO_APP_FUNC(0x016C0310, InputProcessor_1_System_Boolean___Array *, InputControl_1_System_Boolean__get_processors, (InputControl_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C04C0, bool *, InputControl_1_System_Boolean__get_unprocessedValue, (InputControl_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C03F0, bool *, InputControl_1_System_Boolean__get_value, (InputControl_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BBBF0, int32_t, InputControl_1_System_Boolean__get_valueSizeInBytes, (InputControl_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C0390, Type *, InputControl_1_System_Boolean__get_valueType, (InputControl_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C0330, void, InputControl_1_System_Double___ctor, (InputControl_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89FA0, InputControl_1_System_Double___ctor__MethodInfo); DO_APP_FUNC(0x016C2950, void, InputControl_1_System_Double__AddProcessor, (InputControl_1_System_Double_ * __this, Object * processor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80C88, InputControl_1_System_Double__AddProcessor__MethodInfo); DO_APP_FUNC(0x016BFB80, bool, InputControl_1_System_Double__CompareValue, (double * firstValue, double * secondValue, MethodInfo * method)); DO_APP_FUNC(0x016C2780, bool, InputControl_1_System_Double__CompareValue_1, (InputControl_1_System_Double_ * __this, Void * firstStatePtr, Void * secondStatePtr, MethodInfo * method)); DO_APP_FUNC(0x016C2BB0, void, InputControl_1_System_Double__FinishSetup, (InputControl_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C2840, double, InputControl_1_System_Double__ProcessValue, (InputControl_1_System_Double_ * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x016C2870, void, InputControl_1_System_Double__ProcessValue_1, (InputControl_1_System_Double_ * __this, double * value, MethodInfo * method)); DO_APP_FUNC(0x016C0690, double, InputControl_1_System_Double__ReadDefaultValue, (InputControl_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C1DF0, double, InputControl_1_System_Double__ReadUnprocessedValue, (InputControl_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C1D10, double, InputControl_1_System_Double__ReadUnprocessedValueFromStateWithCaching, (InputControl_1_System_Double_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016C1B40, double, InputControl_1_System_Double__ReadValue, (InputControl_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C2560, Object *, InputControl_1_System_Double__ReadValueFromBufferAsObject, (InputControl_1_System_Double_ * __this, Void * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80C60, InputControl_1_System_Double__ReadValueFromBufferAsObject__MethodInfo); DO_APP_FUNC(0x016C05E0, double, InputControl_1_System_Double__ReadValueFromPreviousFrame, (InputControl_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C1B80, double, InputControl_1_System_Double__ReadValueFromState, (InputControl_1_System_Double_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80D38, InputControl_1_System_Double__ReadValueFromState__MethodInfo); DO_APP_FUNC(0x016C1E30, Object *, InputControl_1_System_Double__ReadValueFromStateAsObject, (InputControl_1_System_Double_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016C1EA0, void, InputControl_1_System_Double__ReadValueFromStateIntoBuffer, (InputControl_1_System_Double_ * __this, Void * statePtr, Void * bufferPtr, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80D30, InputControl_1_System_Double__ReadValueFromStateIntoBuffer__MethodInfo); DO_APP_FUNC(0x016C1C30, double, InputControl_1_System_Double__ReadValueFromStateWithCaching, (InputControl_1_System_Double_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016C20C0, void, InputControl_1_System_Double__WriteValueFromBufferIntoState, (InputControl_1_System_Double_ * __this, Void * bufferPtr, int32_t bufferSize, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80CA0, InputControl_1_System_Double__WriteValueFromBufferIntoState__MethodInfo); DO_APP_FUNC(0x016C22D0, void, InputControl_1_System_Double__WriteValueFromObjectIntoState, (InputControl_1_System_Double_ * __this, Object * value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80CB0, InputControl_1_System_Double__WriteValueFromObjectIntoState__MethodInfo); DO_APP_FUNC(0x016C24F0, void, InputControl_1_System_Double__WriteValueIntoState, (InputControl_1_System_Double_ * __this, double value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80C70, InputControl_1_System_Double__WriteValueIntoState__MethodInfo); DO_APP_FUNC(0x016C0310, InputProcessor_1_System_Double___Array *, InputControl_1_System_Double__get_processors, (InputControl_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C1A60, double *, InputControl_1_System_Double__get_unprocessedValue, (InputControl_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C1990, double *, InputControl_1_System_Double__get_value, (InputControl_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BBBF0, int32_t, InputControl_1_System_Double__get_valueSizeInBytes, (InputControl_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C1930, Type *, InputControl_1_System_Double__get_valueType, (InputControl_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C0330, void, InputControl_1_UnityEngine_InputSystem_XR_Eyes___ctor, (InputControl_1_UnityEngine_InputSystem_XR_Eyes_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92470, InputControl_1_UnityEngine_InputSystem_XR_Eyes___ctor__MethodInfo); DO_APP_FUNC(0x016C4550, void, InputControl_1_UnityEngine_InputSystem_XR_Eyes__AddProcessor, (InputControl_1_UnityEngine_InputSystem_XR_Eyes_ * __this, Object * processor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80C00, InputControl_1_UnityEngine_InputSystem_XR_Eyes__AddProcessor__MethodInfo); DO_APP_FUNC(0x016BFB80, bool, InputControl_1_UnityEngine_InputSystem_XR_Eyes__CompareValue, (Eyes * firstValue, Eyes * secondValue, MethodInfo * method)); DO_APP_FUNC(0x016C4190, bool, InputControl_1_UnityEngine_InputSystem_XR_Eyes__CompareValue_1, (InputControl_1_UnityEngine_InputSystem_XR_Eyes_ * __this, Void * firstStatePtr, Void * secondStatePtr, MethodInfo * method)); DO_APP_FUNC(0x016C47B0, void, InputControl_1_UnityEngine_InputSystem_XR_Eyes__FinishSetup, (InputControl_1_UnityEngine_InputSystem_XR_Eyes_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C925F0, InputControl_1_UnityEngine_InputSystem_XR_Eyes__FinishSetup__MethodInfo); DO_APP_FUNC(0x016C4300, Eyes, InputControl_1_UnityEngine_InputSystem_XR_Eyes__ProcessValue, (InputControl_1_UnityEngine_InputSystem_XR_Eyes_ * __this, Eyes value, MethodInfo * method)); DO_APP_FUNC(0x016C4380, void, InputControl_1_UnityEngine_InputSystem_XR_Eyes__ProcessValue_1, (InputControl_1_UnityEngine_InputSystem_XR_Eyes_ * __this, Eyes * value, MethodInfo * method)); DO_APP_FUNC(0x016C3200, Eyes, InputControl_1_UnityEngine_InputSystem_XR_Eyes__ReadDefaultValue, (InputControl_1_UnityEngine_InputSystem_XR_Eyes_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C3650, Eyes, InputControl_1_UnityEngine_InputSystem_XR_Eyes__ReadUnprocessedValue, (InputControl_1_UnityEngine_InputSystem_XR_Eyes_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C3530, Eyes, InputControl_1_UnityEngine_InputSystem_XR_Eyes__ReadUnprocessedValueFromStateWithCaching, (InputControl_1_UnityEngine_InputSystem_XR_Eyes_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016C3090, Eyes, InputControl_1_UnityEngine_InputSystem_XR_Eyes__ReadValue, (InputControl_1_UnityEngine_InputSystem_XR_Eyes_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C3F30, Object *, InputControl_1_UnityEngine_InputSystem_XR_Eyes__ReadValueFromBufferAsObject, (InputControl_1_UnityEngine_InputSystem_XR_Eyes_ * __this, Void * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80C08, InputControl_1_UnityEngine_InputSystem_XR_Eyes__ReadValueFromBufferAsObject__MethodInfo); DO_APP_FUNC(0x016C3100, Eyes, InputControl_1_UnityEngine_InputSystem_XR_Eyes__ReadValueFromPreviousFrame, (InputControl_1_UnityEngine_InputSystem_XR_Eyes_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C32D0, Eyes, InputControl_1_UnityEngine_InputSystem_XR_Eyes__ReadValueFromState, (InputControl_1_UnityEngine_InputSystem_XR_Eyes_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80CC8, InputControl_1_UnityEngine_InputSystem_XR_Eyes__ReadValueFromState__MethodInfo); DO_APP_FUNC(0x016C36C0, Object *, InputControl_1_UnityEngine_InputSystem_XR_Eyes__ReadValueFromStateAsObject, (InputControl_1_UnityEngine_InputSystem_XR_Eyes_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016C3770, void, InputControl_1_UnityEngine_InputSystem_XR_Eyes__ReadValueFromStateIntoBuffer, (InputControl_1_UnityEngine_InputSystem_XR_Eyes_ * __this, Void * statePtr, Void * bufferPtr, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80C20, InputControl_1_UnityEngine_InputSystem_XR_Eyes__ReadValueFromStateIntoBuffer__MethodInfo); DO_APP_FUNC(0x016C3410, Eyes, InputControl_1_UnityEngine_InputSystem_XR_Eyes__ReadValueFromStateWithCaching, (InputControl_1_UnityEngine_InputSystem_XR_Eyes_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016C3A00, void, InputControl_1_UnityEngine_InputSystem_XR_Eyes__WriteValueFromBufferIntoState, (InputControl_1_UnityEngine_InputSystem_XR_Eyes_ * __this, Void * bufferPtr, int32_t bufferSize, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80C10, InputControl_1_UnityEngine_InputSystem_XR_Eyes__WriteValueFromBufferIntoState__MethodInfo); DO_APP_FUNC(0x016C3C60, void, InputControl_1_UnityEngine_InputSystem_XR_Eyes__WriteValueFromObjectIntoState, (InputControl_1_UnityEngine_InputSystem_XR_Eyes_ * __this, Object * value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80BF0, InputControl_1_UnityEngine_InputSystem_XR_Eyes__WriteValueFromObjectIntoState__MethodInfo); DO_APP_FUNC(0x016C3EC0, void, InputControl_1_UnityEngine_InputSystem_XR_Eyes__WriteValueIntoState, (InputControl_1_UnityEngine_InputSystem_XR_Eyes_ * __this, Eyes value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80BE0, InputControl_1_UnityEngine_InputSystem_XR_Eyes__WriteValueIntoState__MethodInfo); DO_APP_FUNC(0x016C0310, InputProcessor_1_UnityEngine_InputSystem_XR_Eyes___Array *, InputControl_1_UnityEngine_InputSystem_XR_Eyes__get_processors, (InputControl_1_UnityEngine_InputSystem_XR_Eyes_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C2F60, Eyes *, InputControl_1_UnityEngine_InputSystem_XR_Eyes__get_unprocessedValue, (InputControl_1_UnityEngine_InputSystem_XR_Eyes_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C2E10, Eyes *, InputControl_1_UnityEngine_InputSystem_XR_Eyes__get_value, (InputControl_1_UnityEngine_InputSystem_XR_Eyes_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BBBF0, int32_t, InputControl_1_UnityEngine_InputSystem_XR_Eyes__get_valueSizeInBytes, (InputControl_1_UnityEngine_InputSystem_XR_Eyes_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C2DB0, Type *, InputControl_1_UnityEngine_InputSystem_XR_Eyes__get_valueType, (InputControl_1_UnityEngine_InputSystem_XR_Eyes_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C0330, void, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic___ctor, (InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C771A0, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic___ctor__MethodInfo); DO_APP_FUNC(0x016C5550, void, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__AddProcessor, (InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic_ * __this, Object * processor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80BD0, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__AddProcessor__MethodInfo); DO_APP_FUNC(0x016BFB80, bool, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__CompareValue, (Haptic * firstValue, Haptic * secondValue, MethodInfo * method)); DO_APP_FUNC(0x016C1310, bool, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__CompareValue_1, (InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic_ * __this, Void * firstStatePtr, Void * secondStatePtr, MethodInfo * method)); DO_APP_FUNC(0x016C57B0, void, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__FinishSetup, (InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C13C0, Haptic, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__ProcessValue, (InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic_ * __this, Haptic value, MethodInfo * method)); DO_APP_FUNC(0x016C13F0, void, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__ProcessValue_1, (InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic_ * __this, Haptic * value, MethodInfo * method)); DO_APP_FUNC(0x016C0690, Haptic, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__ReadDefaultValue, (InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C0980, Haptic, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__ReadUnprocessedValue, (InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C08A0, Haptic, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__ReadUnprocessedValueFromStateWithCaching, (InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016C05A0, Haptic, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__ReadValue, (InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C5330, Object *, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__ReadValueFromBufferAsObject, (InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic_ * __this, Void * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80B78, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__ReadValueFromBufferAsObject__MethodInfo); DO_APP_FUNC(0x016C05E0, Haptic, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__ReadValueFromPreviousFrame, (InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C4BC0, Haptic, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__ReadValueFromState, (InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80B90, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__ReadValueFromState__MethodInfo); DO_APP_FUNC(0x016C09C0, Object *, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__ReadValueFromStateAsObject, (InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016C4C70, void, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__ReadValueFromStateIntoBuffer, (InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic_ * __this, Void * statePtr, Void * bufferPtr, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80B88, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__ReadValueFromStateIntoBuffer__MethodInfo); DO_APP_FUNC(0x016C07C0, Haptic, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__ReadValueFromStateWithCaching, (InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016C4E90, void, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__WriteValueFromBufferIntoState, (InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic_ * __this, Void * bufferPtr, int32_t bufferSize, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80B98, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__WriteValueFromBufferIntoState__MethodInfo); DO_APP_FUNC(0x016C50A0, void, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__WriteValueFromObjectIntoState, (InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic_ * __this, Object * value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80B68, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__WriteValueFromObjectIntoState__MethodInfo); DO_APP_FUNC(0x016C52C0, void, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__WriteValueIntoState, (InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic_ * __this, Haptic value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80B80, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__WriteValueIntoState__MethodInfo); DO_APP_FUNC(0x016C0310, InputProcessor_1_UnityEngine_XR_OpenXR_Input_Haptic___Array *, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__get_processors, (InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C4AE0, Haptic *, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__get_unprocessedValue, (InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C4A10, Haptic *, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__get_value, (InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BBBF0, int32_t, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__get_valueSizeInBytes, (InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C49B0, Type *, InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic__get_valueType, (InputControl_1_UnityEngine_XR_OpenXR_Input_Haptic_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C0330, void, InputControl_1_System_Int32___ctor, (InputControl_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89E20, InputControl_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x016C6990, void, InputControl_1_System_Int32__AddProcessor, (InputControl_1_System_Int32_ * __this, Object * processor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80B58, InputControl_1_System_Int32__AddProcessor__MethodInfo); DO_APP_FUNC(0x016BFB80, bool, InputControl_1_System_Int32__CompareValue, (int32_t * firstValue, int32_t * secondValue, MethodInfo * method)); DO_APP_FUNC(0x016C67E0, bool, InputControl_1_System_Int32__CompareValue_1, (InputControl_1_System_Int32_ * __this, Void * firstStatePtr, Void * secondStatePtr, MethodInfo * method)); DO_APP_FUNC(0x016C6BF0, void, InputControl_1_System_Int32__FinishSetup, (InputControl_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C6890, int32_t, InputControl_1_System_Int32__ProcessValue, (InputControl_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x016C68C0, void, InputControl_1_System_Int32__ProcessValue_1, (InputControl_1_System_Int32_ * __this, int32_t * value, MethodInfo * method)); DO_APP_FUNC(0x016C0690, int32_t, InputControl_1_System_Int32__ReadDefaultValue, (InputControl_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C5E60, int32_t, InputControl_1_System_Int32__ReadUnprocessedValue, (InputControl_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C5D80, int32_t, InputControl_1_System_Int32__ReadUnprocessedValueFromStateWithCaching, (InputControl_1_System_Int32_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92988, InputControl_1_System_Int32__ReadUnprocessedValueFromStateWithCaching__MethodInfo); DO_APP_FUNC(0x016C5BC0, int32_t, InputControl_1_System_Int32__ReadValue, (InputControl_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95760, InputControl_1_System_Int32__ReadValue__MethodInfo); DO_APP_FUNC(0x016C65C0, Object *, InputControl_1_System_Int32__ReadValueFromBufferAsObject, (InputControl_1_System_Int32_ * __this, Void * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80B60, InputControl_1_System_Int32__ReadValueFromBufferAsObject__MethodInfo); DO_APP_FUNC(0x016C05E0, int32_t, InputControl_1_System_Int32__ReadValueFromPreviousFrame, (InputControl_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C5BF0, int32_t, InputControl_1_System_Int32__ReadValueFromState, (InputControl_1_System_Int32_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80B30, InputControl_1_System_Int32__ReadValueFromState__MethodInfo); DO_APP_FUNC(0x016C5E90, Object *, InputControl_1_System_Int32__ReadValueFromStateAsObject, (InputControl_1_System_Int32_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016C5F00, void, InputControl_1_System_Int32__ReadValueFromStateIntoBuffer, (InputControl_1_System_Int32_ * __this, Void * statePtr, Void * bufferPtr, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80B50, InputControl_1_System_Int32__ReadValueFromStateIntoBuffer__MethodInfo); DO_APP_FUNC(0x016C5CA0, int32_t, InputControl_1_System_Int32__ReadValueFromStateWithCaching, (InputControl_1_System_Int32_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016C6120, void, InputControl_1_System_Int32__WriteValueFromBufferIntoState, (InputControl_1_System_Int32_ * __this, Void * bufferPtr, int32_t bufferSize, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80B48, InputControl_1_System_Int32__WriteValueFromBufferIntoState__MethodInfo); DO_APP_FUNC(0x016C6330, void, InputControl_1_System_Int32__WriteValueFromObjectIntoState, (InputControl_1_System_Int32_ * __this, Object * value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80B28, InputControl_1_System_Int32__WriteValueFromObjectIntoState__MethodInfo); DO_APP_FUNC(0x016C6550, void, InputControl_1_System_Int32__WriteValueIntoState, (InputControl_1_System_Int32_ * __this, int32_t value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80B20, InputControl_1_System_Int32__WriteValueIntoState__MethodInfo); DO_APP_FUNC(0x016C0310, InputProcessor_1_System_Int32___Array *, InputControl_1_System_Int32__get_processors, (InputControl_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C5AE0, int32_t *, InputControl_1_System_Int32__get_unprocessedValue, (InputControl_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C5A10, int32_t *, InputControl_1_System_Int32__get_value, (InputControl_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95778, InputControl_1_System_Int32__get_value__MethodInfo); DO_APP_FUNC(0x016BBBF0, int32_t, InputControl_1_System_Int32__get_valueSizeInBytes, (InputControl_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C59B0, Type *, InputControl_1_System_Int32__get_valueType, (InputControl_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C0330, void, InputControl_1_System_Int32Enum___ctor, (InputControl_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C7990, void, InputControl_1_System_Int32Enum__AddProcessor, (InputControl_1_System_Int32Enum_ * __this, Object * processor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80B08, InputControl_1_System_Int32Enum__AddProcessor__MethodInfo); DO_APP_FUNC(0x016BFB80, bool, InputControl_1_System_Int32Enum__CompareValue, (Int32Enum__Enum * firstValue, Int32Enum__Enum * secondValue, MethodInfo * method)); DO_APP_FUNC(0x016C67E0, bool, InputControl_1_System_Int32Enum__CompareValue_1, (InputControl_1_System_Int32Enum_ * __this, Void * firstStatePtr, Void * secondStatePtr, MethodInfo * method)); DO_APP_FUNC(0x016C7BF0, void, InputControl_1_System_Int32Enum__FinishSetup, (InputControl_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C6890, Int32Enum__Enum, InputControl_1_System_Int32Enum__ProcessValue, (InputControl_1_System_Int32Enum_ * __this, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x016C68C0, void, InputControl_1_System_Int32Enum__ProcessValue_1, (InputControl_1_System_Int32Enum_ * __this, Int32Enum__Enum * value, MethodInfo * method)); DO_APP_FUNC(0x016C0690, Int32Enum__Enum, InputControl_1_System_Int32Enum__ReadDefaultValue, (InputControl_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C5E60, Int32Enum__Enum, InputControl_1_System_Int32Enum__ReadUnprocessedValue, (InputControl_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C5D80, Int32Enum__Enum, InputControl_1_System_Int32Enum__ReadUnprocessedValueFromStateWithCaching, (InputControl_1_System_Int32Enum_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016C5BC0, Int32Enum__Enum, InputControl_1_System_Int32Enum__ReadValue, (InputControl_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C7770, Object *, InputControl_1_System_Int32Enum__ReadValueFromBufferAsObject, (InputControl_1_System_Int32Enum_ * __this, Void * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80AD8, InputControl_1_System_Int32Enum__ReadValueFromBufferAsObject__MethodInfo); DO_APP_FUNC(0x016C05E0, Int32Enum__Enum, InputControl_1_System_Int32Enum__ReadValueFromPreviousFrame, (InputControl_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C7000, Int32Enum__Enum, InputControl_1_System_Int32Enum__ReadValueFromState, (InputControl_1_System_Int32Enum_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80AB8, InputControl_1_System_Int32Enum__ReadValueFromState__MethodInfo); DO_APP_FUNC(0x016C5E90, Object *, InputControl_1_System_Int32Enum__ReadValueFromStateAsObject, (InputControl_1_System_Int32Enum_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016C70B0, void, InputControl_1_System_Int32Enum__ReadValueFromStateIntoBuffer, (InputControl_1_System_Int32Enum_ * __this, Void * statePtr, Void * bufferPtr, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80AA8, InputControl_1_System_Int32Enum__ReadValueFromStateIntoBuffer__MethodInfo); DO_APP_FUNC(0x016C5CA0, Int32Enum__Enum, InputControl_1_System_Int32Enum__ReadValueFromStateWithCaching, (InputControl_1_System_Int32Enum_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016C72D0, void, InputControl_1_System_Int32Enum__WriteValueFromBufferIntoState, (InputControl_1_System_Int32Enum_ * __this, Void * bufferPtr, int32_t bufferSize, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80A90, InputControl_1_System_Int32Enum__WriteValueFromBufferIntoState__MethodInfo); DO_APP_FUNC(0x016C74E0, void, InputControl_1_System_Int32Enum__WriteValueFromObjectIntoState, (InputControl_1_System_Int32Enum_ * __this, Object * value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80A98, InputControl_1_System_Int32Enum__WriteValueFromObjectIntoState__MethodInfo); DO_APP_FUNC(0x016C7700, void, InputControl_1_System_Int32Enum__WriteValueIntoState, (InputControl_1_System_Int32Enum_ * __this, Int32Enum__Enum value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80AF0, InputControl_1_System_Int32Enum__WriteValueIntoState__MethodInfo); DO_APP_FUNC(0x016C0310, InputProcessor_1_System_Int32Enum___Array *, InputControl_1_System_Int32Enum__get_processors, (InputControl_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C6F20, Int32Enum__Enum *, InputControl_1_System_Int32Enum__get_unprocessedValue, (InputControl_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C6E50, Int32Enum__Enum *, InputControl_1_System_Int32Enum__get_value, (InputControl_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BBBF0, int32_t, InputControl_1_System_Int32Enum__get_valueSizeInBytes, (InputControl_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C6DF0, Type *, InputControl_1_System_Int32Enum__get_valueType, (InputControl_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C0330, void, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose___ctor, (InputControl_1_UnityEngine_XR_OpenXR_Input_Pose_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76E40, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose___ctor__MethodInfo); DO_APP_FUNC(0x016C94E0, void, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__AddProcessor, (InputControl_1_UnityEngine_XR_OpenXR_Input_Pose_ * __this, Object * processor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80A78, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__AddProcessor__MethodInfo); DO_APP_FUNC(0x016BFB80, bool, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__CompareValue, (Pose_1 * firstValue, Pose_1 * secondValue, MethodInfo * method)); DO_APP_FUNC(0x016C9170, bool, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__CompareValue_1, (InputControl_1_UnityEngine_XR_OpenXR_Input_Pose_ * __this, Void * firstStatePtr, Void * secondStatePtr, MethodInfo * method)); DO_APP_FUNC(0x016C9740, void, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__FinishSetup, (InputControl_1_UnityEngine_XR_OpenXR_Input_Pose_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76DB0, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__FinishSetup__MethodInfo); DO_APP_FUNC(0x016C92C0, Pose_1, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__ProcessValue, (InputControl_1_UnityEngine_XR_OpenXR_Input_Pose_ * __this, Pose_1 value, MethodInfo * method)); DO_APP_FUNC(0x016C9330, void, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__ProcessValue_1, (InputControl_1_UnityEngine_XR_OpenXR_Input_Pose_ * __this, Pose_1 * value, MethodInfo * method)); DO_APP_FUNC(0x016C8210, Pose_1, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__ReadDefaultValue, (InputControl_1_UnityEngine_XR_OpenXR_Input_Pose_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C8620, Pose_1, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__ReadUnprocessedValue, (InputControl_1_UnityEngine_XR_OpenXR_Input_Pose_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C8510, Pose_1, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__ReadUnprocessedValueFromStateWithCaching, (InputControl_1_UnityEngine_XR_OpenXR_Input_Pose_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016C80B0, Pose_1, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__ReadValue, (InputControl_1_UnityEngine_XR_OpenXR_Input_Pose_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C8EF0, Object *, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__ReadValueFromBufferAsObject, (InputControl_1_UnityEngine_XR_OpenXR_Input_Pose_ * __this, Void * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80A80, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__ReadValueFromBufferAsObject__MethodInfo); DO_APP_FUNC(0x016C8120, Pose_1, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__ReadValueFromPreviousFrame, (InputControl_1_UnityEngine_XR_OpenXR_Input_Pose_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C82D0, Pose_1, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__ReadValueFromState, (InputControl_1_UnityEngine_XR_OpenXR_Input_Pose_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80A58, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__ReadValueFromState__MethodInfo); DO_APP_FUNC(0x016C8690, Object *, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__ReadValueFromStateAsObject, (InputControl_1_UnityEngine_XR_OpenXR_Input_Pose_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016C8730, void, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__ReadValueFromStateIntoBuffer, (InputControl_1_UnityEngine_XR_OpenXR_Input_Pose_ * __this, Void * statePtr, Void * bufferPtr, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80A40, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__ReadValueFromStateIntoBuffer__MethodInfo); DO_APP_FUNC(0x016C8400, Pose_1, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__ReadValueFromStateWithCaching, (InputControl_1_UnityEngine_XR_OpenXR_Input_Pose_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016C89B0, void, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__WriteValueFromBufferIntoState, (InputControl_1_UnityEngine_XR_OpenXR_Input_Pose_ * __this, Void * bufferPtr, int32_t bufferSize, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80A38, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__WriteValueFromBufferIntoState__MethodInfo); DO_APP_FUNC(0x016C8C30, void, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__WriteValueFromObjectIntoState, (InputControl_1_UnityEngine_XR_OpenXR_Input_Pose_ * __this, Object * value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80A70, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__WriteValueFromObjectIntoState__MethodInfo); DO_APP_FUNC(0x016C8E80, void, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__WriteValueIntoState, (InputControl_1_UnityEngine_XR_OpenXR_Input_Pose_ * __this, Pose_1 value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80A68, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__WriteValueIntoState__MethodInfo); DO_APP_FUNC(0x016C0310, InputProcessor_1_UnityEngine_XR_OpenXR_Input_Pose___Array *, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__get_processors, (InputControl_1_UnityEngine_XR_OpenXR_Input_Pose_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C7F90, Pose_1 *, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__get_unprocessedValue, (InputControl_1_UnityEngine_XR_OpenXR_Input_Pose_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C7E50, Pose_1 *, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__get_value, (InputControl_1_UnityEngine_XR_OpenXR_Input_Pose_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BBBF0, int32_t, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__get_valueSizeInBytes, (InputControl_1_UnityEngine_XR_OpenXR_Input_Pose_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C7DF0, Type *, InputControl_1_UnityEngine_XR_OpenXR_Input_Pose__get_valueType, (InputControl_1_UnityEngine_XR_OpenXR_Input_Pose_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C0330, void, InputControl_1_UnityEngine_InputSystem_XR_PoseState___ctor, (InputControl_1_UnityEngine_InputSystem_XR_PoseState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C928C8, InputControl_1_UnityEngine_InputSystem_XR_PoseState___ctor__MethodInfo); DO_APP_FUNC(0x016CA770, void, InputControl_1_UnityEngine_InputSystem_XR_PoseState__AddProcessor, (InputControl_1_UnityEngine_InputSystem_XR_PoseState_ * __this, Object * processor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80A08, InputControl_1_UnityEngine_InputSystem_XR_PoseState__AddProcessor__MethodInfo); DO_APP_FUNC(0x016BFB80, bool, InputControl_1_UnityEngine_InputSystem_XR_PoseState__CompareValue, (PoseState * firstValue, PoseState * secondValue, MethodInfo * method)); DO_APP_FUNC(0x016C9170, bool, InputControl_1_UnityEngine_InputSystem_XR_PoseState__CompareValue_1, (InputControl_1_UnityEngine_InputSystem_XR_PoseState_ * __this, Void * firstStatePtr, Void * secondStatePtr, MethodInfo * method)); DO_APP_FUNC(0x016CA9D0, void, InputControl_1_UnityEngine_InputSystem_XR_PoseState__FinishSetup, (InputControl_1_UnityEngine_InputSystem_XR_PoseState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C928D0, InputControl_1_UnityEngine_InputSystem_XR_PoseState__FinishSetup__MethodInfo); DO_APP_FUNC(0x016C92C0, PoseState, InputControl_1_UnityEngine_InputSystem_XR_PoseState__ProcessValue, (InputControl_1_UnityEngine_InputSystem_XR_PoseState_ * __this, PoseState value, MethodInfo * method)); DO_APP_FUNC(0x016C9330, void, InputControl_1_UnityEngine_InputSystem_XR_PoseState__ProcessValue_1, (InputControl_1_UnityEngine_InputSystem_XR_PoseState_ * __this, PoseState * value, MethodInfo * method)); DO_APP_FUNC(0x016C8210, PoseState, InputControl_1_UnityEngine_InputSystem_XR_PoseState__ReadDefaultValue, (InputControl_1_UnityEngine_InputSystem_XR_PoseState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C8620, PoseState, InputControl_1_UnityEngine_InputSystem_XR_PoseState__ReadUnprocessedValue, (InputControl_1_UnityEngine_InputSystem_XR_PoseState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C8510, PoseState, InputControl_1_UnityEngine_InputSystem_XR_PoseState__ReadUnprocessedValueFromStateWithCaching, (InputControl_1_UnityEngine_InputSystem_XR_PoseState_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016C80B0, PoseState, InputControl_1_UnityEngine_InputSystem_XR_PoseState__ReadValue, (InputControl_1_UnityEngine_InputSystem_XR_PoseState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016CA4F0, Object *, InputControl_1_UnityEngine_InputSystem_XR_PoseState__ReadValueFromBufferAsObject, (InputControl_1_UnityEngine_InputSystem_XR_PoseState_ * __this, Void * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80A20, InputControl_1_UnityEngine_InputSystem_XR_PoseState__ReadValueFromBufferAsObject__MethodInfo); DO_APP_FUNC(0x016C8120, PoseState, InputControl_1_UnityEngine_InputSystem_XR_PoseState__ReadValueFromPreviousFrame, (InputControl_1_UnityEngine_InputSystem_XR_PoseState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C9C00, PoseState, InputControl_1_UnityEngine_InputSystem_XR_PoseState__ReadValueFromState, (InputControl_1_UnityEngine_InputSystem_XR_PoseState_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C809E8, InputControl_1_UnityEngine_InputSystem_XR_PoseState__ReadValueFromState__MethodInfo); DO_APP_FUNC(0x016C8690, Object *, InputControl_1_UnityEngine_InputSystem_XR_PoseState__ReadValueFromStateAsObject, (InputControl_1_UnityEngine_InputSystem_XR_PoseState_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016C9D30, void, InputControl_1_UnityEngine_InputSystem_XR_PoseState__ReadValueFromStateIntoBuffer, (InputControl_1_UnityEngine_InputSystem_XR_PoseState_ * __this, Void * statePtr, Void * bufferPtr, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C809E0, InputControl_1_UnityEngine_InputSystem_XR_PoseState__ReadValueFromStateIntoBuffer__MethodInfo); DO_APP_FUNC(0x016C8400, PoseState, InputControl_1_UnityEngine_InputSystem_XR_PoseState__ReadValueFromStateWithCaching, (InputControl_1_UnityEngine_InputSystem_XR_PoseState_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016C9FB0, void, InputControl_1_UnityEngine_InputSystem_XR_PoseState__WriteValueFromBufferIntoState, (InputControl_1_UnityEngine_InputSystem_XR_PoseState_ * __this, Void * bufferPtr, int32_t bufferSize, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C809F0, InputControl_1_UnityEngine_InputSystem_XR_PoseState__WriteValueFromBufferIntoState__MethodInfo); DO_APP_FUNC(0x016CA230, void, InputControl_1_UnityEngine_InputSystem_XR_PoseState__WriteValueFromObjectIntoState, (InputControl_1_UnityEngine_InputSystem_XR_PoseState_ * __this, Object * value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80A10, InputControl_1_UnityEngine_InputSystem_XR_PoseState__WriteValueFromObjectIntoState__MethodInfo); DO_APP_FUNC(0x016CA480, void, InputControl_1_UnityEngine_InputSystem_XR_PoseState__WriteValueIntoState, (InputControl_1_UnityEngine_InputSystem_XR_PoseState_ * __this, PoseState value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80A30, InputControl_1_UnityEngine_InputSystem_XR_PoseState__WriteValueIntoState__MethodInfo); DO_APP_FUNC(0x016C0310, InputProcessor_1_UnityEngine_InputSystem_XR_PoseState___Array *, InputControl_1_UnityEngine_InputSystem_XR_PoseState__get_processors, (InputControl_1_UnityEngine_InputSystem_XR_PoseState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C9AE0, PoseState *, InputControl_1_UnityEngine_InputSystem_XR_PoseState__get_unprocessedValue, (InputControl_1_UnityEngine_InputSystem_XR_PoseState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C99A0, PoseState *, InputControl_1_UnityEngine_InputSystem_XR_PoseState__get_value, (InputControl_1_UnityEngine_InputSystem_XR_PoseState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BBBF0, int32_t, InputControl_1_UnityEngine_InputSystem_XR_PoseState__get_valueSizeInBytes, (InputControl_1_UnityEngine_InputSystem_XR_PoseState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C9940, Type *, InputControl_1_UnityEngine_InputSystem_XR_PoseState__get_valueType, (InputControl_1_UnityEngine_InputSystem_XR_PoseState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C0330, void, InputControl_1_UnityEngine_Quaternion___ctor, (InputControl_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89E88, InputControl_1_UnityEngine_Quaternion___ctor__MethodInfo); DO_APP_FUNC(0x016CBE90, void, InputControl_1_UnityEngine_Quaternion__AddProcessor, (InputControl_1_UnityEngine_Quaternion_ * __this, Object * processor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80998, InputControl_1_UnityEngine_Quaternion__AddProcessor__MethodInfo); DO_APP_FUNC(0x016BFB80, bool, InputControl_1_UnityEngine_Quaternion__CompareValue, (Quaternion * firstValue, Quaternion * secondValue, MethodInfo * method)); DO_APP_FUNC(0x016CBC60, bool, InputControl_1_UnityEngine_Quaternion__CompareValue_1, (InputControl_1_UnityEngine_Quaternion_ * __this, Void * firstStatePtr, Void * secondStatePtr, MethodInfo * method)); DO_APP_FUNC(0x016CC0F0, void, InputControl_1_UnityEngine_Quaternion__FinishSetup, (InputControl_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89E98, InputControl_1_UnityEngine_Quaternion__FinishSetup__MethodInfo); DO_APP_FUNC(0x016CBD40, Quaternion, InputControl_1_UnityEngine_Quaternion__ProcessValue, (InputControl_1_UnityEngine_Quaternion_ * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x016CBD90, void, InputControl_1_UnityEngine_Quaternion__ProcessValue_1, (InputControl_1_UnityEngine_Quaternion_ * __this, Quaternion * value, MethodInfo * method)); DO_APP_FUNC(0x016CAF20, Quaternion, InputControl_1_UnityEngine_Quaternion__ReadDefaultValue, (InputControl_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016CB280, Quaternion, InputControl_1_UnityEngine_Quaternion__ReadUnprocessedValue, (InputControl_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016CB190, Quaternion, InputControl_1_UnityEngine_Quaternion__ReadUnprocessedValueFromStateWithCaching, (InputControl_1_UnityEngine_Quaternion_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92980, InputControl_1_UnityEngine_Quaternion__ReadUnprocessedValueFromStateWithCaching__MethodInfo); DO_APP_FUNC(0x016CAE00, Quaternion, InputControl_1_UnityEngine_Quaternion__ReadValue, (InputControl_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016CBA40, Object *, InputControl_1_UnityEngine_Quaternion__ReadValueFromBufferAsObject, (InputControl_1_UnityEngine_Quaternion_ * __this, Void * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C809A8, InputControl_1_UnityEngine_Quaternion__ReadValueFromBufferAsObject__MethodInfo); DO_APP_FUNC(0x016CAE50, Quaternion, InputControl_1_UnityEngine_Quaternion__ReadValueFromPreviousFrame, (InputControl_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016CAFC0, Quaternion, InputControl_1_UnityEngine_Quaternion__ReadValueFromState, (InputControl_1_UnityEngine_Quaternion_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80960, InputControl_1_UnityEngine_Quaternion__ReadValueFromState__MethodInfo); DO_APP_FUNC(0x016CB2D0, Object *, InputControl_1_UnityEngine_Quaternion__ReadValueFromStateAsObject, (InputControl_1_UnityEngine_Quaternion_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016CB350, void, InputControl_1_UnityEngine_Quaternion__ReadValueFromStateIntoBuffer, (InputControl_1_UnityEngine_Quaternion_ * __this, Void * statePtr, Void * bufferPtr, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80978, InputControl_1_UnityEngine_Quaternion__ReadValueFromStateIntoBuffer__MethodInfo); DO_APP_FUNC(0x016CB0A0, Quaternion, InputControl_1_UnityEngine_Quaternion__ReadValueFromStateWithCaching, (InputControl_1_UnityEngine_Quaternion_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016CB590, void, InputControl_1_UnityEngine_Quaternion__WriteValueFromBufferIntoState, (InputControl_1_UnityEngine_Quaternion_ * __this, Void * bufferPtr, int32_t bufferSize, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80970, InputControl_1_UnityEngine_Quaternion__WriteValueFromBufferIntoState__MethodInfo); DO_APP_FUNC(0x016CB7B0, void, InputControl_1_UnityEngine_Quaternion__WriteValueFromObjectIntoState, (InputControl_1_UnityEngine_Quaternion_ * __this, Object * value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C809D0, InputControl_1_UnityEngine_Quaternion__WriteValueFromObjectIntoState__MethodInfo); DO_APP_FUNC(0x016CB9D0, void, InputControl_1_UnityEngine_Quaternion__WriteValueIntoState, (InputControl_1_UnityEngine_Quaternion_ * __this, Quaternion value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C809C8, InputControl_1_UnityEngine_Quaternion__WriteValueIntoState__MethodInfo); DO_APP_FUNC(0x016C0310, InputProcessor_1_UnityEngine_Quaternion___Array *, InputControl_1_UnityEngine_Quaternion__get_processors, (InputControl_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016CAD10, Quaternion *, InputControl_1_UnityEngine_Quaternion__get_unprocessedValue, (InputControl_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016CAC30, Quaternion *, InputControl_1_UnityEngine_Quaternion__get_value, (InputControl_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BBBF0, int32_t, InputControl_1_UnityEngine_Quaternion__get_valueSizeInBytes, (InputControl_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016CABD0, Type *, InputControl_1_UnityEngine_Quaternion__get_valueType, (InputControl_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C0330, void, InputControl_1_System_Single___ctor, (InputControl_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A010, InputControl_1_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x016CD310, void, InputControl_1_System_Single__AddProcessor, (InputControl_1_System_Single_ * __this, Object * processor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80928, InputControl_1_System_Single__AddProcessor__MethodInfo); DO_APP_FUNC(0x016BFB80, bool, InputControl_1_System_Single__CompareValue, (float * firstValue, float * secondValue, MethodInfo * method)); DO_APP_FUNC(0x016CD140, bool, InputControl_1_System_Single__CompareValue_1, (InputControl_1_System_Single_ * __this, Void * firstStatePtr, Void * secondStatePtr, MethodInfo * method)); DO_APP_FUNC(0x016CD570, void, InputControl_1_System_Single__FinishSetup, (InputControl_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A020, InputControl_1_System_Single__FinishSetup__MethodInfo); DO_APP_FUNC(0x016CD200, float, InputControl_1_System_Single__ProcessValue, (InputControl_1_System_Single_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x016CD230, void, InputControl_1_System_Single__ProcessValue_1, (InputControl_1_System_Single_ * __this, float * value, MethodInfo * method)); DO_APP_FUNC(0x016C0690, float, InputControl_1_System_Single__ReadDefaultValue, (InputControl_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016CC7B0, float, InputControl_1_System_Single__ReadUnprocessedValue, (InputControl_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016CC6D0, float, InputControl_1_System_Single__ReadUnprocessedValueFromStateWithCaching, (InputControl_1_System_Single_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89D38, InputControl_1_System_Single__ReadUnprocessedValueFromStateWithCaching__MethodInfo); DO_APP_FUNC(0x016CC500, float, InputControl_1_System_Single__ReadValue, (InputControl_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016CCF20, Object *, InputControl_1_System_Single__ReadValueFromBufferAsObject, (InputControl_1_System_Single_ * __this, Void * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C808F8, InputControl_1_System_Single__ReadValueFromBufferAsObject__MethodInfo); DO_APP_FUNC(0x016C05E0, float, InputControl_1_System_Single__ReadValueFromPreviousFrame, (InputControl_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89F28, InputControl_1_System_Single__ReadValueFromPreviousFrame__MethodInfo); DO_APP_FUNC(0x016CC540, float, InputControl_1_System_Single__ReadValueFromState, (InputControl_1_System_Single_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C808D8, InputControl_1_System_Single__ReadValueFromState__MethodInfo); DO_APP_FUNC(0x016CC7F0, Object *, InputControl_1_System_Single__ReadValueFromStateAsObject, (InputControl_1_System_Single_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016CC860, void, InputControl_1_System_Single__ReadValueFromStateIntoBuffer, (InputControl_1_System_Single_ * __this, Void * statePtr, Void * bufferPtr, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C808D0, InputControl_1_System_Single__ReadValueFromStateIntoBuffer__MethodInfo); DO_APP_FUNC(0x016CC5F0, float, InputControl_1_System_Single__ReadValueFromStateWithCaching, (InputControl_1_System_Single_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A070, InputControl_1_System_Single__ReadValueFromStateWithCaching__MethodInfo); DO_APP_FUNC(0x016CCA80, void, InputControl_1_System_Single__WriteValueFromBufferIntoState, (InputControl_1_System_Single_ * __this, Void * bufferPtr, int32_t bufferSize, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80938, InputControl_1_System_Single__WriteValueFromBufferIntoState__MethodInfo); DO_APP_FUNC(0x016CCC90, void, InputControl_1_System_Single__WriteValueFromObjectIntoState, (InputControl_1_System_Single_ * __this, Object * value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80948, InputControl_1_System_Single__WriteValueFromObjectIntoState__MethodInfo); DO_APP_FUNC(0x016CCEB0, void, InputControl_1_System_Single__WriteValueIntoState, (InputControl_1_System_Single_ * __this, float value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80908, InputControl_1_System_Single__WriteValueIntoState__MethodInfo); DO_APP_FUNC(0x016C0310, InputProcessor_1_System_Single___Array *, InputControl_1_System_Single__get_processors, (InputControl_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016CC420, float *, InputControl_1_System_Single__get_unprocessedValue, (InputControl_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016CC350, float *, InputControl_1_System_Single__get_value, (InputControl_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A050, InputControl_1_System_Single__get_value__MethodInfo); DO_APP_FUNC(0x016BBBF0, int32_t, InputControl_1_System_Single__get_valueSizeInBytes, (InputControl_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016CC2F0, Type *, InputControl_1_System_Single__get_valueType, (InputControl_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C0330, void, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState___ctor, (InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89D10, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState___ctor__MethodInfo); DO_APP_FUNC(0x016CEDB0, void, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__AddProcessor, (InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState_ * __this, Object * processor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C808A0, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__AddProcessor__MethodInfo); DO_APP_FUNC(0x016BFB80, bool, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__CompareValue, (TouchState * firstValue, TouchState * secondValue, MethodInfo * method)); DO_APP_FUNC(0x016CEA60, bool, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__CompareValue_1, (InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState_ * __this, Void * firstStatePtr, Void * secondStatePtr, MethodInfo * method)); DO_APP_FUNC(0x016CF010, void, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__FinishSetup, (InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89DC0, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__FinishSetup__MethodInfo); DO_APP_FUNC(0x016CEBA0, TouchState, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__ProcessValue, (InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState_ * __this, TouchState value, MethodInfo * method)); DO_APP_FUNC(0x016CEC10, void, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__ProcessValue_1, (InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState_ * __this, TouchState * value, MethodInfo * method)); DO_APP_FUNC(0x016CDB50, TouchState, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__ReadDefaultValue, (InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016CDF50, TouchState, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__ReadUnprocessedValue, (InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016CDE40, TouchState, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__ReadUnprocessedValueFromStateWithCaching, (InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016CDA10, TouchState, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__ReadValue, (InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016CE7F0, Object *, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__ReadValueFromBufferAsObject, (InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState_ * __this, Void * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C808A8, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__ReadValueFromBufferAsObject__MethodInfo); DO_APP_FUNC(0x016CDA70, TouchState, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__ReadValueFromPreviousFrame, (InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016CDC10, TouchState, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__ReadValueFromState, (InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80880, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__ReadValueFromState__MethodInfo); DO_APP_FUNC(0x016CDFB0, Object *, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__ReadValueFromStateAsObject, (InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016CE050, void, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__ReadValueFromStateIntoBuffer, (InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState_ * __this, Void * statePtr, Void * bufferPtr, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C808B8, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__ReadValueFromStateIntoBuffer__MethodInfo); DO_APP_FUNC(0x016CDD30, TouchState, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__ReadValueFromStateWithCaching, (InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016CE2D0, void, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__WriteValueFromBufferIntoState, (InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState_ * __this, Void * bufferPtr, int32_t bufferSize, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C808B0, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__WriteValueFromBufferIntoState__MethodInfo); DO_APP_FUNC(0x016CE540, void, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__WriteValueFromObjectIntoState, (InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState_ * __this, Object * value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80898, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__WriteValueFromObjectIntoState__MethodInfo); DO_APP_FUNC(0x016CE780, void, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__WriteValueIntoState, (InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState_ * __this, TouchState value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80890, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__WriteValueIntoState__MethodInfo); DO_APP_FUNC(0x016C0310, InputProcessor_1_UnityEngine_InputSystem_LowLevel_TouchState___Array *, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__get_processors, (InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016CD900, TouchState *, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__get_unprocessedValue, (InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016CD7D0, TouchState *, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__get_value, (InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C975C8, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__get_value__MethodInfo); DO_APP_FUNC(0x016BBBF0, int32_t, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__get_valueSizeInBytes, (InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016CD770, Type *, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState__get_valueType, (InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C0330, void, InputControl_1_System_UInt32___ctor, (InputControl_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016CFDB0, void, InputControl_1_System_UInt32__AddProcessor, (InputControl_1_System_UInt32_ * __this, Object * processor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C807A8, InputControl_1_System_UInt32__AddProcessor__MethodInfo); DO_APP_FUNC(0x016BFB80, bool, InputControl_1_System_UInt32__CompareValue, (uint32_t * firstValue, uint32_t * secondValue, MethodInfo * method)); DO_APP_FUNC(0x016C67E0, bool, InputControl_1_System_UInt32__CompareValue_1, (InputControl_1_System_UInt32_ * __this, Void * firstStatePtr, Void * secondStatePtr, MethodInfo * method)); DO_APP_FUNC(0x016D0010, void, InputControl_1_System_UInt32__FinishSetup, (InputControl_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C6890, uint32_t, InputControl_1_System_UInt32__ProcessValue, (InputControl_1_System_UInt32_ * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x016C68C0, void, InputControl_1_System_UInt32__ProcessValue_1, (InputControl_1_System_UInt32_ * __this, uint32_t * value, MethodInfo * method)); DO_APP_FUNC(0x016C0690, uint32_t, InputControl_1_System_UInt32__ReadDefaultValue, (InputControl_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C5E60, uint32_t, InputControl_1_System_UInt32__ReadUnprocessedValue, (InputControl_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C5D80, uint32_t, InputControl_1_System_UInt32__ReadUnprocessedValueFromStateWithCaching, (InputControl_1_System_UInt32_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016C5BC0, uint32_t, InputControl_1_System_UInt32__ReadValue, (InputControl_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016CFB90, Object *, InputControl_1_System_UInt32__ReadValueFromBufferAsObject, (InputControl_1_System_UInt32_ * __this, Void * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80848, InputControl_1_System_UInt32__ReadValueFromBufferAsObject__MethodInfo); DO_APP_FUNC(0x016C05E0, uint32_t, InputControl_1_System_UInt32__ReadValueFromPreviousFrame, (InputControl_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016CF420, uint32_t, InputControl_1_System_UInt32__ReadValueFromState, (InputControl_1_System_UInt32_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80860, InputControl_1_System_UInt32__ReadValueFromState__MethodInfo); DO_APP_FUNC(0x016C5E90, Object *, InputControl_1_System_UInt32__ReadValueFromStateAsObject, (InputControl_1_System_UInt32_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016CF4D0, void, InputControl_1_System_UInt32__ReadValueFromStateIntoBuffer, (InputControl_1_System_UInt32_ * __this, Void * statePtr, Void * bufferPtr, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80858, InputControl_1_System_UInt32__ReadValueFromStateIntoBuffer__MethodInfo); DO_APP_FUNC(0x016C5CA0, uint32_t, InputControl_1_System_UInt32__ReadValueFromStateWithCaching, (InputControl_1_System_UInt32_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016CF6F0, void, InputControl_1_System_UInt32__WriteValueFromBufferIntoState, (InputControl_1_System_UInt32_ * __this, Void * bufferPtr, int32_t bufferSize, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80870, InputControl_1_System_UInt32__WriteValueFromBufferIntoState__MethodInfo); DO_APP_FUNC(0x016CF900, void, InputControl_1_System_UInt32__WriteValueFromObjectIntoState, (InputControl_1_System_UInt32_ * __this, Object * value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80838, InputControl_1_System_UInt32__WriteValueFromObjectIntoState__MethodInfo); DO_APP_FUNC(0x016CFB20, void, InputControl_1_System_UInt32__WriteValueIntoState, (InputControl_1_System_UInt32_ * __this, uint32_t value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80850, InputControl_1_System_UInt32__WriteValueIntoState__MethodInfo); DO_APP_FUNC(0x016C0310, InputProcessor_1_System_UInt32___Array *, InputControl_1_System_UInt32__get_processors, (InputControl_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016CF340, uint32_t *, InputControl_1_System_UInt32__get_unprocessedValue, (InputControl_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016CF270, uint32_t *, InputControl_1_System_UInt32__get_value, (InputControl_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BBBF0, int32_t, InputControl_1_System_UInt32__get_valueSizeInBytes, (InputControl_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016CF210, Type *, InputControl_1_System_UInt32__get_valueType, (InputControl_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C0330, void, InputControl_1_UnityEngine_Vector2___ctor, (InputControl_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89CD0, InputControl_1_UnityEngine_Vector2___ctor__MethodInfo); DO_APP_FUNC(0x016D1350, void, InputControl_1_UnityEngine_Vector2__AddProcessor, (InputControl_1_UnityEngine_Vector2_ * __this, Object * processor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80740, InputControl_1_UnityEngine_Vector2__AddProcessor__MethodInfo); DO_APP_FUNC(0x016BFB80, bool, InputControl_1_UnityEngine_Vector2__CompareValue, (Vector2 * firstValue, Vector2 * secondValue, MethodInfo * method)); DO_APP_FUNC(0x016D11B0, bool, InputControl_1_UnityEngine_Vector2__CompareValue_1, (InputControl_1_UnityEngine_Vector2_ * __this, Void * firstStatePtr, Void * secondStatePtr, MethodInfo * method)); DO_APP_FUNC(0x016D15B0, void, InputControl_1_UnityEngine_Vector2__FinishSetup, (InputControl_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89CD8, InputControl_1_UnityEngine_Vector2__FinishSetup__MethodInfo); DO_APP_FUNC(0x016D1250, Vector2, InputControl_1_UnityEngine_Vector2__ProcessValue, (InputControl_1_UnityEngine_Vector2_ * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x016D1280, void, InputControl_1_UnityEngine_Vector2__ProcessValue_1, (InputControl_1_UnityEngine_Vector2_ * __this, Vector2 * value, MethodInfo * method)); DO_APP_FUNC(0x016D0530, Vector2, InputControl_1_UnityEngine_Vector2__ReadDefaultValue, (InputControl_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D0830, Vector2, InputControl_1_UnityEngine_Vector2__ReadUnprocessedValue, (InputControl_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D0740, Vector2, InputControl_1_UnityEngine_Vector2__ReadUnprocessedValueFromStateWithCaching, (InputControl_1_UnityEngine_Vector2_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016D0460, Vector2, InputControl_1_UnityEngine_Vector2__ReadValue, (InputControl_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95400, InputControl_1_UnityEngine_Vector2__ReadValue__MethodInfo); DO_APP_FUNC(0x016D0F90, Object *, InputControl_1_UnityEngine_Vector2__ReadValueFromBufferAsObject, (InputControl_1_UnityEngine_Vector2_ * __this, Void * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80748, InputControl_1_UnityEngine_Vector2__ReadValueFromBufferAsObject__MethodInfo); DO_APP_FUNC(0x016D04A0, Vector2, InputControl_1_UnityEngine_Vector2__ReadValueFromPreviousFrame, (InputControl_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D05A0, Vector2, InputControl_1_UnityEngine_Vector2__ReadValueFromState, (InputControl_1_UnityEngine_Vector2_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C807D8, InputControl_1_UnityEngine_Vector2__ReadValueFromState__MethodInfo); DO_APP_FUNC(0x016D0870, Object *, InputControl_1_UnityEngine_Vector2__ReadValueFromStateAsObject, (InputControl_1_UnityEngine_Vector2_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016D08D0, void, InputControl_1_UnityEngine_Vector2__ReadValueFromStateIntoBuffer, (InputControl_1_UnityEngine_Vector2_ * __this, Void * statePtr, Void * bufferPtr, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C807F0, InputControl_1_UnityEngine_Vector2__ReadValueFromStateIntoBuffer__MethodInfo); DO_APP_FUNC(0x016D0650, Vector2, InputControl_1_UnityEngine_Vector2__ReadValueFromStateWithCaching, (InputControl_1_UnityEngine_Vector2_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89CB8, InputControl_1_UnityEngine_Vector2__ReadValueFromStateWithCaching__MethodInfo); DO_APP_FUNC(0x016D0AE0, void, InputControl_1_UnityEngine_Vector2__WriteValueFromBufferIntoState, (InputControl_1_UnityEngine_Vector2_ * __this, Void * bufferPtr, int32_t bufferSize, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C807E8, InputControl_1_UnityEngine_Vector2__WriteValueFromBufferIntoState__MethodInfo); DO_APP_FUNC(0x016D0CF0, void, InputControl_1_UnityEngine_Vector2__WriteValueFromObjectIntoState, (InputControl_1_UnityEngine_Vector2_ * __this, Object * value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C807D0, InputControl_1_UnityEngine_Vector2__WriteValueFromObjectIntoState__MethodInfo); DO_APP_FUNC(0x016D0F20, void, InputControl_1_UnityEngine_Vector2__WriteValueIntoState, (InputControl_1_UnityEngine_Vector2_ * __this, Vector2 value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C807C8, InputControl_1_UnityEngine_Vector2__WriteValueIntoState__MethodInfo); DO_APP_FUNC(0x016C0310, InputProcessor_1_UnityEngine_Vector2___Array *, InputControl_1_UnityEngine_Vector2__get_processors, (InputControl_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D0360, Vector2 *, InputControl_1_UnityEngine_Vector2__get_unprocessedValue, (InputControl_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D0270, Vector2 *, InputControl_1_UnityEngine_Vector2__get_value, (InputControl_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C958C8, InputControl_1_UnityEngine_Vector2__get_value__MethodInfo); DO_APP_FUNC(0x016BBBF0, int32_t, InputControl_1_UnityEngine_Vector2__get_valueSizeInBytes, (InputControl_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D0210, Type *, InputControl_1_UnityEngine_Vector2__get_valueType, (InputControl_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016C0330, void, InputControl_1_UnityEngine_Vector3___ctor, (InputControl_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89C50, InputControl_1_UnityEngine_Vector3___ctor__MethodInfo); DO_APP_FUNC(0x016D2B30, void, InputControl_1_UnityEngine_Vector3__AddProcessor, (InputControl_1_UnityEngine_Vector3_ * __this, Object * processor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80710, InputControl_1_UnityEngine_Vector3__AddProcessor__MethodInfo); DO_APP_FUNC(0x016BFB80, bool, InputControl_1_UnityEngine_Vector3__CompareValue, (Vector3 * firstValue, Vector3 * secondValue, MethodInfo * method)); DO_APP_FUNC(0x016D28C0, bool, InputControl_1_UnityEngine_Vector3__CompareValue_1, (InputControl_1_UnityEngine_Vector3_ * __this, Void * firstStatePtr, Void * secondStatePtr, MethodInfo * method)); DO_APP_FUNC(0x016D2D90, void, InputControl_1_UnityEngine_Vector3__FinishSetup, (InputControl_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89C58, InputControl_1_UnityEngine_Vector3__FinishSetup__MethodInfo); DO_APP_FUNC(0x016D29B0, Vector3, InputControl_1_UnityEngine_Vector3__ProcessValue, (InputControl_1_UnityEngine_Vector3_ * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x016D2A10, void, InputControl_1_UnityEngine_Vector3__ProcessValue_1, (InputControl_1_UnityEngine_Vector3_ * __this, Vector3 * value, MethodInfo * method)); DO_APP_FUNC(0x016D1B30, Vector3, InputControl_1_UnityEngine_Vector3__ReadDefaultValue, (InputControl_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D1EC0, Vector3, InputControl_1_UnityEngine_Vector3__ReadUnprocessedValue, (InputControl_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D1DC0, Vector3, InputControl_1_UnityEngine_Vector3__ReadUnprocessedValueFromStateWithCaching, (InputControl_1_UnityEngine_Vector3_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92968, InputControl_1_UnityEngine_Vector3__ReadUnprocessedValueFromStateWithCaching__MethodInfo); DO_APP_FUNC(0x016D1A10, Vector3, InputControl_1_UnityEngine_Vector3__ReadValue, (InputControl_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D2690, Object *, InputControl_1_UnityEngine_Vector3__ReadValueFromBufferAsObject, (InputControl_1_UnityEngine_Vector3_ * __this, Void * buffer, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80700, InputControl_1_UnityEngine_Vector3__ReadValueFromBufferAsObject__MethodInfo); DO_APP_FUNC(0x016D1A60, Vector3, InputControl_1_UnityEngine_Vector3__ReadValueFromPreviousFrame, (InputControl_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D1BE0, Vector3, InputControl_1_UnityEngine_Vector3__ReadValueFromState, (InputControl_1_UnityEngine_Vector3_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80780, InputControl_1_UnityEngine_Vector3__ReadValueFromState__MethodInfo); DO_APP_FUNC(0x016D1F10, Object *, InputControl_1_UnityEngine_Vector3__ReadValueFromStateAsObject, (InputControl_1_UnityEngine_Vector3_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC(0x016D1F90, void, InputControl_1_UnityEngine_Vector3__ReadValueFromStateIntoBuffer, (InputControl_1_UnityEngine_Vector3_ * __this, Void * statePtr, Void * bufferPtr, int32_t bufferSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80770, InputControl_1_UnityEngine_Vector3__ReadValueFromStateIntoBuffer__MethodInfo); DO_APP_FUNC(0x016D1CD0, Vector3, InputControl_1_UnityEngine_Vector3__ReadValueFromStateWithCaching, (InputControl_1_UnityEngine_Vector3_ * __this, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89C40, InputControl_1_UnityEngine_Vector3__ReadValueFromStateWithCaching__MethodInfo); DO_APP_FUNC(0x016D21D0, void, InputControl_1_UnityEngine_Vector3__WriteValueFromBufferIntoState, (InputControl_1_UnityEngine_Vector3_ * __this, Void * bufferPtr, int32_t bufferSize, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80758, InputControl_1_UnityEngine_Vector3__WriteValueFromBufferIntoState__MethodInfo); DO_APP_FUNC(0x016D23F0, void, InputControl_1_UnityEngine_Vector3__WriteValueFromObjectIntoState, (InputControl_1_UnityEngine_Vector3_ * __this, Object * value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80760, InputControl_1_UnityEngine_Vector3__WriteValueFromObjectIntoState__MethodInfo); DO_APP_FUNC(0x016D2620, void, InputControl_1_UnityEngine_Vector3__WriteValueIntoState, (InputControl_1_UnityEngine_Vector3_ * __this, Vector3 value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80708, InputControl_1_UnityEngine_Vector3__WriteValueIntoState__MethodInfo); DO_APP_FUNC(0x016C0310, InputProcessor_1_UnityEngine_Vector3___Array *, InputControl_1_UnityEngine_Vector3__get_processors, (InputControl_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D1910, Vector3 *, InputControl_1_UnityEngine_Vector3__get_unprocessedValue, (InputControl_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D1810, Vector3 *, InputControl_1_UnityEngine_Vector3__get_value, (InputControl_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016BBBF0, int32_t, InputControl_1_UnityEngine_Vector3__get_valueSizeInBytes, (InputControl_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D17B0, Type *, InputControl_1_UnityEngine_Vector3__get_valueType, (InputControl_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D2FD0, void, InputFeatureUsage_1_System_Boolean___ctor, (InputFeatureUsage_1_System_Boolean_ * __this, String * usageName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB93F8, InputFeatureUsage_1_System_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x0136CAB0, bool, InputFeatureUsage_1_System_Boolean__Equals, (InputFeatureUsage_1_System_Boolean_ * __this, InputFeatureUsage_1_System_Boolean_ other, MethodInfo * method)); DO_APP_FUNC(0x0136C9B0, bool, InputFeatureUsage_1_System_Boolean__Equals_1, (InputFeatureUsage_1_System_Boolean_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0136CB60, int32_t, InputFeatureUsage_1_System_Boolean__GetHashCode, (InputFeatureUsage_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, InputFeatureUsage_1_System_Boolean__get_name, (InputFeatureUsage_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, InputFeatureUsage_1_System_Boolean__set_name, (InputFeatureUsage_1_System_Boolean_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x016D2FD0, void, InputFeatureUsage_1_Eyes___ctor, (InputFeatureUsage_1_Eyes_ * __this, String * usageName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB93F0, InputFeatureUsage_1_Eyes___ctor__MethodInfo); DO_APP_FUNC(0x0136CAB0, bool, InputFeatureUsage_1_Eyes__Equals, (InputFeatureUsage_1_Eyes_ * __this, InputFeatureUsage_1_Eyes_ other, MethodInfo * method)); DO_APP_FUNC(0x0136C9B0, bool, InputFeatureUsage_1_Eyes__Equals_1, (InputFeatureUsage_1_Eyes_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0136CB60, int32_t, InputFeatureUsage_1_Eyes__GetHashCode, (InputFeatureUsage_1_Eyes_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, InputFeatureUsage_1_Eyes__get_name, (InputFeatureUsage_1_Eyes_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, InputFeatureUsage_1_Eyes__set_name, (InputFeatureUsage_1_Eyes_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x016D2FD0, void, InputFeatureUsage_1_Hand___ctor, (InputFeatureUsage_1_Hand_ * __this, String * usageName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9408, InputFeatureUsage_1_Hand___ctor__MethodInfo); DO_APP_FUNC(0x0136CAB0, bool, InputFeatureUsage_1_Hand__Equals, (InputFeatureUsage_1_Hand_ * __this, InputFeatureUsage_1_Hand_ other, MethodInfo * method)); DO_APP_FUNC(0x0136C9B0, bool, InputFeatureUsage_1_Hand__Equals_1, (InputFeatureUsage_1_Hand_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0136CB60, int32_t, InputFeatureUsage_1_Hand__GetHashCode, (InputFeatureUsage_1_Hand_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, InputFeatureUsage_1_Hand__get_name, (InputFeatureUsage_1_Hand_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, InputFeatureUsage_1_Hand__set_name, (InputFeatureUsage_1_Hand_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x016D2FD0, void, InputFeatureUsage_1_System_Object___ctor, (InputFeatureUsage_1_System_Object_ * __this, String * usageName, MethodInfo * method)); DO_APP_FUNC(0x0136CAB0, bool, InputFeatureUsage_1_System_Object__Equals, (InputFeatureUsage_1_System_Object_ * __this, InputFeatureUsage_1_System_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x0136C9B0, bool, InputFeatureUsage_1_System_Object__Equals_1, (InputFeatureUsage_1_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0136CB60, int32_t, InputFeatureUsage_1_System_Object__GetHashCode, (InputFeatureUsage_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, InputFeatureUsage_1_System_Object__get_name, (InputFeatureUsage_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, InputFeatureUsage_1_System_Object__set_name, (InputFeatureUsage_1_System_Object_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x016D2FD0, void, InputFeatureUsage_1_UnityEngine_Quaternion___ctor, (InputFeatureUsage_1_UnityEngine_Quaternion_ * __this, String * usageName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C767C0, InputFeatureUsage_1_UnityEngine_Quaternion___ctor__MethodInfo); DO_APP_FUNC(0x0136CAB0, bool, InputFeatureUsage_1_UnityEngine_Quaternion__Equals, (InputFeatureUsage_1_UnityEngine_Quaternion_ * __this, InputFeatureUsage_1_UnityEngine_Quaternion_ other, MethodInfo * method)); DO_APP_FUNC(0x0136C9B0, bool, InputFeatureUsage_1_UnityEngine_Quaternion__Equals_1, (InputFeatureUsage_1_UnityEngine_Quaternion_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0136CB60, int32_t, InputFeatureUsage_1_UnityEngine_Quaternion__GetHashCode, (InputFeatureUsage_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, InputFeatureUsage_1_UnityEngine_Quaternion__get_name, (InputFeatureUsage_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9248, InputFeatureUsage_1_UnityEngine_Quaternion__get_name__MethodInfo); DO_APP_FUNC(0x003BA280, void, InputFeatureUsage_1_UnityEngine_Quaternion__set_name, (InputFeatureUsage_1_UnityEngine_Quaternion_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x016D2FD0, void, InputFeatureUsage_1_System_Single___ctor, (InputFeatureUsage_1_System_Single_ * __this, String * usageName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9400, InputFeatureUsage_1_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x0136CAB0, bool, InputFeatureUsage_1_System_Single__Equals, (InputFeatureUsage_1_System_Single_ * __this, InputFeatureUsage_1_System_Single_ other, MethodInfo * method)); DO_APP_FUNC(0x0136C9B0, bool, InputFeatureUsage_1_System_Single__Equals_1, (InputFeatureUsage_1_System_Single_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0136CB60, int32_t, InputFeatureUsage_1_System_Single__GetHashCode, (InputFeatureUsage_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, InputFeatureUsage_1_System_Single__get_name, (InputFeatureUsage_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, InputFeatureUsage_1_System_Single__set_name, (InputFeatureUsage_1_System_Single_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x016D2FD0, void, InputFeatureUsage_1_System_UInt32Enum___ctor, (InputFeatureUsage_1_System_UInt32Enum_ * __this, String * usageName, MethodInfo * method)); DO_APP_FUNC(0x0136CAB0, bool, InputFeatureUsage_1_System_UInt32Enum__Equals, (InputFeatureUsage_1_System_UInt32Enum_ * __this, InputFeatureUsage_1_System_UInt32Enum_ other, MethodInfo * method)); DO_APP_FUNC(0x0136C9B0, bool, InputFeatureUsage_1_System_UInt32Enum__Equals_1, (InputFeatureUsage_1_System_UInt32Enum_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0136CB60, int32_t, InputFeatureUsage_1_System_UInt32Enum__GetHashCode, (InputFeatureUsage_1_System_UInt32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, InputFeatureUsage_1_System_UInt32Enum__get_name, (InputFeatureUsage_1_System_UInt32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, InputFeatureUsage_1_System_UInt32Enum__set_name, (InputFeatureUsage_1_System_UInt32Enum_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x016D2FD0, void, InputFeatureUsage_1_UnityEngine_Vector2___ctor, (InputFeatureUsage_1_UnityEngine_Vector2_ * __this, String * usageName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB93C0, InputFeatureUsage_1_UnityEngine_Vector2___ctor__MethodInfo); DO_APP_FUNC(0x0136CAB0, bool, InputFeatureUsage_1_UnityEngine_Vector2__Equals, (InputFeatureUsage_1_UnityEngine_Vector2_ * __this, InputFeatureUsage_1_UnityEngine_Vector2_ other, MethodInfo * method)); DO_APP_FUNC(0x0136C9B0, bool, InputFeatureUsage_1_UnityEngine_Vector2__Equals_1, (InputFeatureUsage_1_UnityEngine_Vector2_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0136CB60, int32_t, InputFeatureUsage_1_UnityEngine_Vector2__GetHashCode, (InputFeatureUsage_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, InputFeatureUsage_1_UnityEngine_Vector2__get_name, (InputFeatureUsage_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, InputFeatureUsage_1_UnityEngine_Vector2__set_name, (InputFeatureUsage_1_UnityEngine_Vector2_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x016D2FD0, void, InputFeatureUsage_1_UnityEngine_Vector3___ctor, (InputFeatureUsage_1_UnityEngine_Vector3_ * __this, String * usageName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C767D0, InputFeatureUsage_1_UnityEngine_Vector3___ctor__MethodInfo); DO_APP_FUNC(0x0136CAB0, bool, InputFeatureUsage_1_UnityEngine_Vector3__Equals, (InputFeatureUsage_1_UnityEngine_Vector3_ * __this, InputFeatureUsage_1_UnityEngine_Vector3_ other, MethodInfo * method)); DO_APP_FUNC(0x0136C9B0, bool, InputFeatureUsage_1_UnityEngine_Vector3__Equals_1, (InputFeatureUsage_1_UnityEngine_Vector3_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0136CB60, int32_t, InputFeatureUsage_1_UnityEngine_Vector3__GetHashCode, (InputFeatureUsage_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, String *, InputFeatureUsage_1_UnityEngine_Vector3__get_name, (InputFeatureUsage_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9258, InputFeatureUsage_1_UnityEngine_Vector3__get_name__MethodInfo); DO_APP_FUNC(0x003BA280, void, InputFeatureUsage_1_UnityEngine_Vector3__set_name, (InputFeatureUsage_1_UnityEngine_Vector3_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputProcessor_1_UnityEngine_InputSystem_XR_Bone___ctor, (InputProcessor_1_UnityEngine_InputSystem_XR_Bone_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D32C0, void, InputProcessor_1_UnityEngine_InputSystem_XR_Bone__Process, (InputProcessor_1_UnityEngine_InputSystem_XR_Bone_ * __this, Void * buffer, int32_t bufferSize, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C867E8, InputProcessor_1_UnityEngine_InputSystem_XR_Bone__Process__MethodInfo); DO_APP_FUNC(0x016D3040, Object *, InputProcessor_1_UnityEngine_InputSystem_XR_Bone__ProcessAsObject, (InputProcessor_1_UnityEngine_InputSystem_XR_Bone_ * __this, Object * value, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86800, InputProcessor_1_UnityEngine_InputSystem_XR_Bone__ProcessAsObject__MethodInfo); DO_APP_FUNC(0x003AC050, void, InputProcessor_1_System_Boolean___ctor, (InputProcessor_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D3730, void, InputProcessor_1_System_Boolean__Process, (InputProcessor_1_System_Boolean_ * __this, Void * buffer, int32_t bufferSize, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86788, InputProcessor_1_System_Boolean__Process__MethodInfo); DO_APP_FUNC(0x016D34E0, Object *, InputProcessor_1_System_Boolean__ProcessAsObject, (InputProcessor_1_System_Boolean_ * __this, Object * value, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C867F0, InputProcessor_1_System_Boolean__ProcessAsObject__MethodInfo); DO_APP_FUNC(0x003AC050, void, InputProcessor_1_System_Double___ctor, (InputProcessor_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D3B50, void, InputProcessor_1_System_Double__Process, (InputProcessor_1_System_Double_ * __this, Void * buffer, int32_t bufferSize, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86798, InputProcessor_1_System_Double__Process__MethodInfo); DO_APP_FUNC(0x016D3900, Object *, InputProcessor_1_System_Double__ProcessAsObject, (InputProcessor_1_System_Double_ * __this, Object * value, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86780, InputProcessor_1_System_Double__ProcessAsObject__MethodInfo); DO_APP_FUNC(0x003AC050, void, InputProcessor_1_UnityEngine_InputSystem_XR_Eyes___ctor, (InputProcessor_1_UnityEngine_InputSystem_XR_Eyes_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D4000, void, InputProcessor_1_UnityEngine_InputSystem_XR_Eyes__Process, (InputProcessor_1_UnityEngine_InputSystem_XR_Eyes_ * __this, Void * buffer, int32_t bufferSize, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86768, InputProcessor_1_UnityEngine_InputSystem_XR_Eyes__Process__MethodInfo); DO_APP_FUNC(0x016D3D20, Object *, InputProcessor_1_UnityEngine_InputSystem_XR_Eyes__ProcessAsObject, (InputProcessor_1_UnityEngine_InputSystem_XR_Eyes_ * __this, Object * value, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86790, InputProcessor_1_UnityEngine_InputSystem_XR_Eyes__ProcessAsObject__MethodInfo); DO_APP_FUNC(0x003AC050, void, InputProcessor_1_UnityEngine_XR_OpenXR_Input_Haptic___ctor, (InputProcessor_1_UnityEngine_XR_OpenXR_Input_Haptic_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D44C0, void, InputProcessor_1_UnityEngine_XR_OpenXR_Input_Haptic__Process, (InputProcessor_1_UnityEngine_XR_OpenXR_Input_Haptic_ * __this, Void * buffer, int32_t bufferSize, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86778, InputProcessor_1_UnityEngine_XR_OpenXR_Input_Haptic__Process__MethodInfo); DO_APP_FUNC(0x016D4270, Object *, InputProcessor_1_UnityEngine_XR_OpenXR_Input_Haptic__ProcessAsObject, (InputProcessor_1_UnityEngine_XR_OpenXR_Input_Haptic_ * __this, Object * value, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86760, InputProcessor_1_UnityEngine_XR_OpenXR_Input_Haptic__ProcessAsObject__MethodInfo); DO_APP_FUNC(0x003AC050, void, InputProcessor_1_System_Int32___ctor, (InputProcessor_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D48E0, void, InputProcessor_1_System_Int32__Process, (InputProcessor_1_System_Int32_ * __this, Void * buffer, int32_t bufferSize, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C867C8, InputProcessor_1_System_Int32__Process__MethodInfo); DO_APP_FUNC(0x016D4690, Object *, InputProcessor_1_System_Int32__ProcessAsObject, (InputProcessor_1_System_Int32_ * __this, Object * value, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86770, InputProcessor_1_System_Int32__ProcessAsObject__MethodInfo); DO_APP_FUNC(0x003AC050, void, InputProcessor_1_System_Int32Enum___ctor, (InputProcessor_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D4D00, void, InputProcessor_1_System_Int32Enum__Process, (InputProcessor_1_System_Int32Enum_ * __this, Void * buffer, int32_t bufferSize, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C867D8, InputProcessor_1_System_Int32Enum__Process__MethodInfo); DO_APP_FUNC(0x016D4AB0, Object *, InputProcessor_1_System_Int32Enum__ProcessAsObject, (InputProcessor_1_System_Int32Enum_ * __this, Object * value, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C867C0, InputProcessor_1_System_Int32Enum__ProcessAsObject__MethodInfo); DO_APP_FUNC(0x003AC050, void, InputProcessor_1_UnityEngine_XR_OpenXR_Input_Pose___ctor, (InputProcessor_1_UnityEngine_XR_OpenXR_Input_Pose_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D5190, void, InputProcessor_1_UnityEngine_XR_OpenXR_Input_Pose__Process, (InputProcessor_1_UnityEngine_XR_OpenXR_Input_Pose_ * __this, Void * buffer, int32_t bufferSize, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C867A8, InputProcessor_1_UnityEngine_XR_OpenXR_Input_Pose__Process__MethodInfo); DO_APP_FUNC(0x016D4ED0, Object *, InputProcessor_1_UnityEngine_XR_OpenXR_Input_Pose__ProcessAsObject, (InputProcessor_1_UnityEngine_XR_OpenXR_Input_Pose_ * __this, Object * value, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C867D0, InputProcessor_1_UnityEngine_XR_OpenXR_Input_Pose__ProcessAsObject__MethodInfo); DO_APP_FUNC(0x003AC050, void, InputProcessor_1_UnityEngine_InputSystem_XR_PoseState___ctor, (InputProcessor_1_UnityEngine_InputSystem_XR_PoseState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D56A0, void, InputProcessor_1_UnityEngine_InputSystem_XR_PoseState__Process, (InputProcessor_1_UnityEngine_InputSystem_XR_PoseState_ * __this, Void * buffer, int32_t bufferSize, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C867B8, InputProcessor_1_UnityEngine_InputSystem_XR_PoseState__Process__MethodInfo); DO_APP_FUNC(0x016D53E0, Object *, InputProcessor_1_UnityEngine_InputSystem_XR_PoseState__ProcessAsObject, (InputProcessor_1_UnityEngine_InputSystem_XR_PoseState_ * __this, Object * value, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C867A0, InputProcessor_1_UnityEngine_InputSystem_XR_PoseState__ProcessAsObject__MethodInfo); DO_APP_FUNC(0x003AC050, void, InputProcessor_1_UnityEngine_Quaternion___ctor, (InputProcessor_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98F90, InputProcessor_1_UnityEngine_Quaternion___ctor__MethodInfo); DO_APP_FUNC(0x016D5B50, void, InputProcessor_1_UnityEngine_Quaternion__Process, (InputProcessor_1_UnityEngine_Quaternion_ * __this, Void * buffer, int32_t bufferSize, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86708, InputProcessor_1_UnityEngine_Quaternion__Process__MethodInfo); DO_APP_FUNC(0x016D58F0, Object *, InputProcessor_1_UnityEngine_Quaternion__ProcessAsObject, (InputProcessor_1_UnityEngine_Quaternion_ * __this, Object * value, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C867B0, InputProcessor_1_UnityEngine_Quaternion__ProcessAsObject__MethodInfo); DO_APP_FUNC(0x003AC050, void, InputProcessor_1_System_Single___ctor, (InputProcessor_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98FC0, InputProcessor_1_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x016D5FA0, void, InputProcessor_1_System_Single__Process, (InputProcessor_1_System_Single_ * __this, Void * buffer, int32_t bufferSize, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86718, InputProcessor_1_System_Single__Process__MethodInfo); DO_APP_FUNC(0x016D5D50, Object *, InputProcessor_1_System_Single__ProcessAsObject, (InputProcessor_1_System_Single_ * __this, Object * value, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86700, InputProcessor_1_System_Single__ProcessAsObject__MethodInfo); DO_APP_FUNC(0x003AC050, void, InputProcessor_1_UnityEngine_InputSystem_LowLevel_TouchState___ctor, (InputProcessor_1_UnityEngine_InputSystem_LowLevel_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D6420, void, InputProcessor_1_UnityEngine_InputSystem_LowLevel_TouchState__Process, (InputProcessor_1_UnityEngine_InputSystem_LowLevel_TouchState_ * __this, Void * buffer, int32_t bufferSize, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C866E8, InputProcessor_1_UnityEngine_InputSystem_LowLevel_TouchState__Process__MethodInfo); DO_APP_FUNC(0x016D6170, Object *, InputProcessor_1_UnityEngine_InputSystem_LowLevel_TouchState__ProcessAsObject, (InputProcessor_1_UnityEngine_InputSystem_LowLevel_TouchState_ * __this, Object * value, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86710, InputProcessor_1_UnityEngine_InputSystem_LowLevel_TouchState__ProcessAsObject__MethodInfo); DO_APP_FUNC(0x003AC050, void, InputProcessor_1_System_UInt32___ctor, (InputProcessor_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D68B0, void, InputProcessor_1_System_UInt32__Process, (InputProcessor_1_System_UInt32_ * __this, Void * buffer, int32_t bufferSize, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C866F8, InputProcessor_1_System_UInt32__Process__MethodInfo); DO_APP_FUNC(0x016D6660, Object *, InputProcessor_1_System_UInt32__ProcessAsObject, (InputProcessor_1_System_UInt32_ * __this, Object * value, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C866E0, InputProcessor_1_System_UInt32__ProcessAsObject__MethodInfo); DO_APP_FUNC(0x003AC050, void, InputProcessor_1_UnityEngine_Vector2___ctor, (InputProcessor_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98F80, InputProcessor_1_UnityEngine_Vector2___ctor__MethodInfo); DO_APP_FUNC(0x016D6CD0, void, InputProcessor_1_UnityEngine_Vector2__Process, (InputProcessor_1_UnityEngine_Vector2_ * __this, Void * buffer, int32_t bufferSize, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86748, InputProcessor_1_UnityEngine_Vector2__Process__MethodInfo); DO_APP_FUNC(0x016D6A80, Object *, InputProcessor_1_UnityEngine_Vector2__ProcessAsObject, (InputProcessor_1_UnityEngine_Vector2_ * __this, Object * value, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C866F0, InputProcessor_1_UnityEngine_Vector2__ProcessAsObject__MethodInfo); DO_APP_FUNC(0x003AC050, void, InputProcessor_1_UnityEngine_Vector3___ctor, (InputProcessor_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98FE0, InputProcessor_1_UnityEngine_Vector3___ctor__MethodInfo); DO_APP_FUNC(0x016D7110, void, InputProcessor_1_UnityEngine_Vector3__Process, (InputProcessor_1_UnityEngine_Vector3_ * __this, Void * buffer, int32_t bufferSize, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86758, InputProcessor_1_UnityEngine_Vector3__Process__MethodInfo); DO_APP_FUNC(0x016D6EA0, Object *, InputProcessor_1_UnityEngine_Vector3__ProcessAsObject, (InputProcessor_1_UnityEngine_Vector3_ * __this, Object * value, InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86740, InputProcessor_1_UnityEngine_Vector3__ProcessAsObject__MethodInfo); DO_APP_FUNC(0x00CB3D80, IList_1_System_Object_ *, InputSourceWrapper_1_System_Object__GetJoysticks, (InputSourceWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60D70, InputSourceWrapper_1_System_Object__GetJoysticks__MethodInfo); DO_APP_FUNC(0x003BABE0, void, InputSourceWrapper_1_System_Object___ctor, (InputSourceWrapper_1_System_Object_ * __this, Object * param_00009b7e, MethodInfo * method)); DO_APP_FUNC(0x016D74B0, void, InputSourceWrapper_1_System_Object__Dispose, (InputSourceWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D7590, void, InputSourceWrapper_1_System_Object__Dispose_1, (InputSourceWrapper_1_System_Object_ * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x016D7520, void, InputSourceWrapper_1_System_Object__Finalize, (InputSourceWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputSourceWrapper_1_System_Object__SystemDeviceConnected, (InputSourceWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InputSourceWrapper_1_System_Object__SystemDeviceDisconnected, (InputSourceWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D73C0, void, InputSourceWrapper_1_System_Object__Update, (InputSourceWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86720, InputSourceWrapper_1_System_Object__Update__MethodInfo); DO_APP_FUNC(0x016D7410, void, InputSourceWrapper_1_System_Object__UpdateDevices, (InputSourceWrapper_1_System_Object_ * __this, UpdateLoopType__Enum updateLoop, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86738, InputSourceWrapper_1_System_Object__UpdateDevices__MethodInfo); DO_APP_FUNC(0x016D7460, void, InputSourceWrapper_1_System_Object__UpdateFinished, (InputSourceWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86730, InputSourceWrapper_1_System_Object__UpdateFinished__MethodInfo); DO_APP_FUNC(0x016D7320, void, InputSourceWrapper_1_System_Object__add_DeviceChangedEvent, (InputSourceWrapper_1_System_Object_ * __this, Action * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86750, InputSourceWrapper_1_System_Object__add_DeviceChangedEvent__MethodInfo); DO_APP_FUNC(0x003B93C0, Object *, InputSourceWrapper_1_System_Object__get_source, (InputSourceWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D7370, void, InputSourceWrapper_1_System_Object__remove_DeviceChangedEvent, (InputSourceWrapper_1_System_Object_ * __this, Action * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86728, InputSourceWrapper_1_System_Object__remove_DeviceChangedEvent__MethodInfo); DO_APP_FUNC(0x016D7760, void, InputStateHistory_1_TouchState___ctor, (InputStateHistory_1_TouchState_ * __this, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState_ * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97538, InputStateHistory_1_TouchState___ctor__MethodInfo); DO_APP_FUNC(0x016D75A0, void, InputStateHistory_1_TouchState___ctor_1, (InputStateHistory_1_TouchState_ * __this, Nullable_1_Int32_ maxStateSizeInBytes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C866A8, InputStateHistory_1_TouchState___ctor_1__MethodInfo); DO_APP_FUNC(0x016D78B0, void, InputStateHistory_1_TouchState___ctor_2, (InputStateHistory_1_TouchState_ * __this, String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86648, InputStateHistory_1_TouchState___ctor_2__MethodInfo); DO_APP_FUNC(0x016D7D90, InputStateHistory_1_TValue_Record_TouchState_, InputStateHistory_1_TouchState__AddRecord, (InputStateHistory_1_TouchState_ * __this, InputStateHistory_1_TValue_Record_TouchState_ record, MethodInfo * method)); DO_APP_FUNC(0x016D7CC0, void, InputStateHistory_1_TouchState__Finalize, (InputStateHistory_1_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8130, IEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_1_Record_ *, InputStateHistory_1_TouchState__GetEnumerator, (InputStateHistory_1_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97560, InputStateHistory_1_TouchState__GetEnumerator__MethodInfo); DO_APP_FUNC(0x016D7E80, InputStateHistory_1_TValue_Record_TouchState_, InputStateHistory_1_TouchState__RecordStateChange, (InputStateHistory_1_TouchState_ * __this, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState_ * control, TouchState value, double time, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C975C0, InputStateHistory_1_TouchState__RecordStateChange__MethodInfo); DO_APP_FUNC(0x00FD2940, IEnumerator *, InputStateHistory_1_TouchState__System_Collections_IEnumerable_GetEnumerator, (InputStateHistory_1_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D81E0, InputStateHistory_1_TValue_Record_TouchState_, InputStateHistory_1_TouchState__get_Item, (InputStateHistory_1_TouchState_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86610, InputStateHistory_1_TouchState__get_Item__MethodInfo); DO_APP_FUNC(0x016D8370, void, InputStateHistory_1_TouchState__set_Item, (InputStateHistory_1_TouchState_ * __this, int32_t index, InputStateHistory_1_TValue_Record_TouchState_ value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86608, InputStateHistory_1_TouchState__set_Item__MethodInfo); DO_APP_FUNC(0x003BABE0, void, IntSwitchInstruction_1_System_Int32___ctor, (IntSwitchInstruction_1_System_Int32_ * __this, Dictionary_2_System_Int32_System_Int32_ * cases, MethodInfo * method)); DO_APP_FUNC(0x016D8590, int32_t, IntSwitchInstruction_1_System_Int32__Run, (IntSwitchInstruction_1_System_Int32_ * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, IntSwitchInstruction_1_System_Int32__get_ConsumedStack, (IntSwitchInstruction_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8550, String *, IntSwitchInstruction_1_System_Int32__get_InstructionName, (IntSwitchInstruction_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, IntSwitchInstruction_1_System_Object___ctor, (IntSwitchInstruction_1_System_Object_ * __this, Dictionary_2_System_Object_System_Int32_ * cases, MethodInfo * method)); DO_APP_FUNC(0x016D86C0, int32_t, IntSwitchInstruction_1_System_Object__Run, (IntSwitchInstruction_1_System_Object_ * __this, InterpretedFrame * frame, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, IntSwitchInstruction_1_System_Object__get_ConsumedStack, (IntSwitchInstruction_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8680, String *, IntSwitchInstruction_1_System_Object__get_InstructionName, (IntSwitchInstruction_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IntegratedSubsystemDescriptor_1_System_Object___ctor, (IntegratedSubsystemDescriptor_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D87C0, Object *, IntegratedSubsystemDescriptor_1_System_Object__Create, (IntegratedSubsystemDescriptor_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111A160, ISubsystem *, IntegratedSubsystemDescriptor_1_System_Object__CreateImpl, (IntegratedSubsystemDescriptor_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, IntegratedSubsystem_1_System_Object___ctor, (IntegratedSubsystem_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_ArraySegment_1_Byte___ctor, (Array_InternalEnumerator_1_ArraySegment_1_Byte_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_ArraySegment_1_Byte__Dispose, (Array_InternalEnumerator_1_ArraySegment_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_ArraySegment_1_Byte__MoveNext, (Array_InternalEnumerator_1_ArraySegment_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_ArraySegment_1_Byte__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_ArraySegment_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B60, Object *, Array_InternalEnumerator_1_ArraySegment_1_Byte__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_ArraySegment_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D89E0, ArraySegment_1_Byte_, Array_InternalEnumerator_1_ArraySegment_1_Byte__get_Current, (Array_InternalEnumerator_1_ArraySegment_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86620, Array_InternalEnumerator_1_ArraySegment_1_Byte__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Dispose, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__MoveNext, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8D70, Object *, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8BF0, AsyncOperationHandle_1_System_Object_, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__get_Current, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86580, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta___ctor, (Array_InternalEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Dispose, (Array_InternalEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__MoveNext, (Array_InternalEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8F90, Object *, Array_InternalEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8E10, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_, Array_InternalEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__get_Current, (Array_InternalEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86570, Array_InternalEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D91A0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D9030, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_, Array_InternalEnumerator_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C865A0, Array_InternalEnumerator_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D93A0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D9230, StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86590, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__1__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__1 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__1_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__1_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__1_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D95A0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__1_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D9430, StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__1_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86540, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__1_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__2__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__2 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__2_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__2_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__2_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D97A0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__2_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D9630, StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__2_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86530, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__2_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__3__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__3 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__3_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__3_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__3_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D99A0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__3_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D9830, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__3_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86560, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__3_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__4__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__4 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__4_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__4_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__4_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D9BA0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__4_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D9A30, StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__4_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86550, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__4_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__5__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__5 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__5_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__5_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__5_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D9DA0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__5_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D9C30, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__5_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__5 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C865E0, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__5_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__6__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__6 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__6_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__6_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__6_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D9FA0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__6_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D9E30, StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__6_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__6 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C865D8, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__6_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__7__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__7 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__7_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__7_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__7_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DA1A0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__7_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DA030, StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__7_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__7 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C865F0, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__7_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__8__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__8 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__8_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__8_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__8_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DA3A0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__8_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DA230, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__8_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__8 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C865E8, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__8_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__9__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__9 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__9_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__9_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__9_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DA5A0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__9_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DA430, StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__9_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C865B8, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__9_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__10__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__10 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__10_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__10_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__10_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DA7A0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__10_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DA630, StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__10_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__10 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C865B0, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__10_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__11__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__11 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__11_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__11_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__11_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DA9A0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__11_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DA830, StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__11_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__11 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C865D0, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__11_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry___ctor, (Array_InternalEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry__Dispose, (Array_InternalEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016DABB0, Object *, Array_InternalEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016DAA30, IntervalTree_1_T_Entry_System_Object_, Array_InternalEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry__get_Current, (Array_InternalEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C865C0, Array_InternalEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Xml_Linq_XHashtable_1_XHashtableState_Entry___ctor, (Array_InternalEnumerator_1_System_Xml_Linq_XHashtable_1_XHashtableState_Entry_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Xml_Linq_XHashtable_1_XHashtableState_Entry__Dispose, (Array_InternalEnumerator_1_System_Xml_Linq_XHashtable_1_XHashtableState_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Xml_Linq_XHashtable_1_XHashtableState_Entry__MoveNext, (Array_InternalEnumerator_1_System_Xml_Linq_XHashtable_1_XHashtableState_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Xml_Linq_XHashtable_1_XHashtableState_Entry__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Xml_Linq_XHashtable_1_XHashtableState_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016DADC0, Object *, Array_InternalEnumerator_1_System_Xml_Linq_XHashtable_1_XHashtableState_Entry__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Xml_Linq_XHashtable_1_XHashtableState_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016DAC50, XHashtable_1_TValue_XHashtableState_TValue_Entry_System_Object_, Array_InternalEnumerator_1_System_Xml_Linq_XHashtable_1_XHashtableState_Entry__get_Current, (Array_InternalEnumerator_1_System_Xml_Linq_XHashtable_1_XHashtableState_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86480, Array_InternalEnumerator_1_System_Xml_Linq_XHashtable_1_XHashtableState_Entry__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry___ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016DAFD0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016DAE50, Dictionary_2_TKey_TValue_Entry_System_ValueTuple_2_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86470, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__1__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__1 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__1_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__1_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__1_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DB1F0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__1_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DB070, Dictionary_2_TKey_TValue_Entry_System_ValueTuple_2_System_Object__1, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__1_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C864A0, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__1_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__2__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__2 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__2_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__2_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__2_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DB410, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__2_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DB290, Dictionary_2_TKey_TValue_Entry_System_Byte_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__2_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86490, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__2_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__3__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__3 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__3_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__3_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__3_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DB620, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__3_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DB4B0, Dictionary_2_TKey_TValue_Entry_System_ByteEnum_System_Int32_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__3_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86440, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__3_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__4__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__4 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__4_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__4_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__4_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DB830, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__4_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DB6B0, Dictionary_2_TKey_TValue_Entry_System_ByteEnum_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__4_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86430, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__4_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__5__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__5 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__5_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__5_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__5_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DBA60, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__5_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DB8D0, Dictionary_2_TKey_TValue_Entry_Dissonance_Audio_Playback_FrameFormat_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__5_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__5 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86460, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__5_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__6__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__6 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__6_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__6_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__6_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DBC90, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__6_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DBB10, Dictionary_2_TKey_TValue_Entry_System_Guid_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__6_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__6 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86450, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__6_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__7__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__7 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__7_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__7_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__7_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DBEB0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__7_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DBD30, Dictionary_2_TKey_TValue_Entry_System_Guid_System_UInt32_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__7_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__7 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86500, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__7_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__8__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__8 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__8_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__8_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__8_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DC0D0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__8_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DBF50, Dictionary_2_TKey_TValue_Entry_UnityEngine_Hash128_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__8_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__8 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C864F0, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__8_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__9__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__9 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__9_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__9_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__9_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DC2F0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__9_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DC170, Dictionary_2_TKey_TValue_Entry_Pathfinding_Int2_System_Int32_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__9_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86520, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__9_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__10__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__10 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__10_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__10_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__10_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DC510, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__10_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DC390, Dictionary_2_TKey_TValue_Entry_Pathfinding_Int3_System_Int32_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__10_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__10 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86510, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__10_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__11__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__11 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__11_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__11_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__11_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DC730, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__11_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DC5B0, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__11_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__11 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C864C0, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__11_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__12__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__12 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__12_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__12 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__12_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__12 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__12_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__12 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DC950, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__12_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__12 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DC7D0, Dictionary_2_TKey_TValue_Entry_System_Int32_System_ValueTuple_2_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__12_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__12 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C864B0, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__12_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__13__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__13 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__13_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__13 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__13_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__13 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__13_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__13 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DCB70, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__13_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__13 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DCA00, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Boolean_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__13_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__13 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C864E0, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__13_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__14__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__14 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__14_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__14 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__14_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__14 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__14_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__14 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DCD70, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__14_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__14 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DCC00, Dictionary_2_TKey_TValue_Entry_System_Int32_System_ByteEnum_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__14_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__14 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C864D0, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__14_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__15__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__15 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__15_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__15 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__15_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__15 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__15_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__15 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DCF70, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__15_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__15 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DCE00, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Char_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__15_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__15 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C863B8, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__15_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__16__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__16 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__16_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__16 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__16_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__16 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__16_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__16 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DD190, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__16_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__16 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DD000, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__16_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__16 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C863B0, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__16_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__17__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__17 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__17_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__17 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__17_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__17 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__17_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__17 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DD3C0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__17_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__17 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DD250, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int16_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__17_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__17 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C863C8, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__17_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__18__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__18 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__18_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__18 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__18_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__18 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__18_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__18 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DD5D0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__18_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__18 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DD450, Dictionary_2_TKey_TValue_Entry_System_Int32_Pathfinding_Int3_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__18_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__18 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C863C0, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__18_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry___ctor, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__Dispose, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__MoveNext, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016DD7E0, Object *, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016DD670, ADictionary_2_TKey_TValue_Entry_System_Int32_System_Int32_, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__get_Current, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86398, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__19__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__19 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__19_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__19 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__19_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__19 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__19_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__19 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DD9E0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__19_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__19 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DD870, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int32_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__19_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__19 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86390, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__19_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__20__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__20 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__20_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__20 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__20_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__20 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__20_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__20 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DDBE0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__20_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__20 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DDA70, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int32Enum_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__20_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__20 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C863A8, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__20_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__21__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__21 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__21_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__21 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__21_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__21 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__21_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__21 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DDDF0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__21_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__21 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DDC70, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int64_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__21_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__21 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C863A0, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__21_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__1__ctor, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__1 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__1_Dispose, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__1_MoveNext, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__1_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DE010, Object *, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__1_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DDE90, ADictionary_2_TKey_TValue_Entry_System_Int32_System_Object_, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__1_get_Current, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86400, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__1_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__22__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__22 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__22_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__22 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__22_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__22 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__22_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__22 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DE230, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__22_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__22 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DE0B0, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__22_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__22 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C863F0, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__22_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__23__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__23 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__23_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__23 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__23_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__23 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__23_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__23 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DE450, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__23_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__23 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DE2D0, Dictionary_2_TKey_TValue_Entry_System_Int32_PlayerFlashlightBeam_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__23_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__23 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86420, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__23_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__24__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__24 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__24_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__24 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__24_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__24 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__24_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__24 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DE670, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__24_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__24 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DE4F0, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_RenderInstancedDataLayout_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__24_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__24 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86410, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__24_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__25__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__25 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__25_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__25 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__25_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__25 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__25_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__25 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DE880, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__25_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__25 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DE710, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Single_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__25_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__25 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C863D8, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__25_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__26__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__26 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__26_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__26 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__26_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__26 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__26_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__26 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DEA90, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__26_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__26 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DE910, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_UIElements_TreeItem_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__26_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__26 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C863D0, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__26_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__27__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__27 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__27_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__27 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__27_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__27 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__27_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__27 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DECB0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__27_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__27 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DEB30, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_Vector2Int_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__27_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__27 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C863E8, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__27_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__28__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__28 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__28_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__28 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__28_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__28 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__28_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__28 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DEED0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__28_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__28 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DED50, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_Vector4_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__28_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__28 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C863E0, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__28_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__29__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__29 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__29_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__29 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__29_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__29 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__29_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__29 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DF100, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__29_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__29 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DEF70, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__29_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__29 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86338, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__29_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__30__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__30 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__30_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__30 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__30_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__30 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__30_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__30 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DF320, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__30_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__30 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DF1B0, Dictionary_2_TKey_TValue_Entry_System_Int32Enum_System_Int32Enum_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__30_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__30 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86330, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__30_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__31__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__31 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__31_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__31 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__31_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__31 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__31_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__31 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DF530, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__31_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__31 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DF3B0, Dictionary_2_TKey_TValue_Entry_System_Int32Enum_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__31_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__31 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86348, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__31_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__32__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__32 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__32_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__32 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__32_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__32 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__32_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__32 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DF780, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__32_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__32 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DF5D0, Dictionary_2_TKey_TValue_Entry_System_Int64_UnityEngine_UIElements_ComputedStyle_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__32_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__32 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86340, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__32_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__33__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__33 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__33_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__33 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__33_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__33 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__33_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__33 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DF9E0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__33_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__33 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DF860, Dictionary_2_TKey_TValue_Entry_System_Int64_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__33_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__33 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86310, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__33_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__34__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__34 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__34_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__34 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__34_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__34 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__34_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__34 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DFC00, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__34_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__34 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DFA80, Dictionary_2_TKey_TValue_Entry_System_IntPtr_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__34_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__34 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86308, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__34_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__35__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__35 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__35_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__35 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__35_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__35 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__35_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__35 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DFE30, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__35_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__35 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DFCA0, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__35_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__35 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86320, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__35_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__36__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__36 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__36_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__36 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__36_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__36 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__36_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__36 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E0060, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__36_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__36 * __this, MethodInfo * method)); DO_APP_FUNC(0x016DFEE0, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__36_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__36 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86318, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__36_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__37__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__37 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__37_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__37 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__37_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__37 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__37_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__37 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E0290, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__37_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__37 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E0100, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__37_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__37 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86378, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__37_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__38__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__38 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__38_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__38 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__38_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__38 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__38_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__38 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E04C0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__38_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__38 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E0340, Dictionary_2_TKey_TValue_Entry_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__38_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__38 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86370, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__38_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__39__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__39 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__39_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__39 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__39_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__39 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__39_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__39 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E06E0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__39_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__39 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E0560, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_NetworkId_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__39_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__39 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86388, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__39_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__40__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__40 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__40_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__40 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__40_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__40 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__40_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__40 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E0910, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__40_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__40 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E0780, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__40_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__40 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86380, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__40_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__41__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__41 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__41_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__41 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__41_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__41 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__41_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__41 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E0B50, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__41_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__41 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E09C0, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__41_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__41 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86358, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__41_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__42__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__42 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__42_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__42 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__42_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__42 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__42_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__42 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E0D80, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__42_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__42 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E0C00, Dictionary_2_TKey_TValue_Entry_System_Object_System_Boolean_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__42_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__42 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86350, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__42_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__43__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__43 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__43_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__43 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__43_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__43 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__43_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__43 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E0FB0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__43_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__43 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E0E20, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Bounds_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__43_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__43 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86368, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__43_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__44__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__44 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__44_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__44 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__44_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__44 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__44_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__44 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E11E0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__44_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__44 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E1060, Dictionary_2_TKey_TValue_Entry_System_Object_System_Byte_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__44_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__44 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86360, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__44_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__45__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__45 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__45_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__45 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__45_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__45 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__45_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__45 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E1400, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__45_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__45 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E1280, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Color_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__45_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__45 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C862A0, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__45_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__46__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__46 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__46_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__46 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__46_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__46 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__46_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__46 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E1620, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__46_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__46 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E14A0, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Color32_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__46_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__46 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86298, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__46_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__2__ctor, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__2 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__2_Dispose, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__2_MoveNext, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__2_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E1840, Object *, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__2_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E16C0, ADictionary_2_TKey_TValue_Entry_System_Object_System_Int32_, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__2_get_Current, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C862B8, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__2_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__47__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__47 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__47_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__47 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__47_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__47 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__47_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__47 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E1A60, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__47_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__47 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E18E0, Dictionary_2_TKey_TValue_Entry_System_Object_System_Int32_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__47_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__47 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C862A8, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__47_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__3__ctor, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__3 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__3_Dispose, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__3_MoveNext, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__3_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E1C80, Object *, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__3_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E1B00, ADictionary_2_TKey_TValue_Entry_System_Object_System_Int32Enum_, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__3_get_Current, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86278, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__3_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__48__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__48 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__48_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__48 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__48_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__48 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__48_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__48 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E1EA0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__48_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__48 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E1D20, Dictionary_2_TKey_TValue_Entry_System_Object_System_Int32Enum_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__48_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__48 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86268, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__48_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__4__ctor, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__4 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__4_Dispose, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__4_MoveNext, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__4_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E20C0, Object *, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__4_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E1F40, ADictionary_2_TKey_TValue_Entry_System_Object_System_Object_, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__4_get_Current, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86290, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__4_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__49__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__49 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__49_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__49 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__49_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__49 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__49_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__49 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E22E0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__49_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__49 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E2160, Dictionary_2_TKey_TValue_Entry_System_Object_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__49_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__49 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86288, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__49_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__50__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__50 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__50_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__50 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__50_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__50 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__50_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__50 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E2500, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__50_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__50 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E2380, Dictionary_2_TKey_TValue_Entry_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__50_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__50 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C862F0, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__50_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__51__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__51 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__51_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__51 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__51_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__51 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__51_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__51 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E2730, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__51_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__51 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E25A0, Dictionary_2_TKey_TValue_Entry_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__51_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__51 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C862E8, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__51_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__52__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__52 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__52_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__52 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__52_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__52 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__52_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__52 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E2970, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__52_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__52 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E27F0, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Playables_Playable_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__52_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__52 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86300, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__52_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__53__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__53 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__53_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__53 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__53_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__53 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__53_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__53 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E2BA0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__53_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__53 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E2A10, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__53_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__53 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C862F8, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__53_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__54__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__54 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__54_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__54 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__54_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__54 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__54_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__54 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E2DD0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__54_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__54 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E2C50, Dictionary_2_TKey_TValue_Entry_System_Object_System_Resources_ResourceLocator_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__54_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__54 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C862D0, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__54_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__55__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__55 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__55_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__55 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__55_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__55 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__55_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__55 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E2FF0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__55_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__55 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E2E70, Dictionary_2_TKey_TValue_Entry_System_Object_System_Single_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__55_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__55 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C862C8, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__55_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__56__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__56 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__56_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__56 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__56_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__56 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__56_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__56 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E3210, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__56_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__56 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E3090, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__56_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__56 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C862E0, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__56_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__57__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__57 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__57_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__57 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__57_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__57 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__57_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__57 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E3430, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__57_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__57 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E32B0, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_TextureId_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__57_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__57 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C862D8, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__57_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__58__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__58 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__58_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__58 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__58_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__58 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__58_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__58 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E3650, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__58_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__58 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E34D0, Dictionary_2_TKey_TValue_Entry_System_Object_System_TimeSpan_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__58_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__58 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86210, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__58_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__59__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__59 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__59_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__59 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__59_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__59 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__59_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__59 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E3880, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__59_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__59 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E36F0, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_UdpEndPoint_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__59_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__59 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86208, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__59_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__60__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__60 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__60_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__60 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__60_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__60 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__60_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__60 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E3AB0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__60_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__60 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E3930, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Vector2_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__60_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__60 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86220, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__60_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__61__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__61 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__61_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__61 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__61_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__61 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__61_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__61 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E3CD0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__61_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__61 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E3B50, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Vector3_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__61_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__61 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86218, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__61_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__62__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__62 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__62_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__62 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__62_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__62 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__62_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__62 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E3F60, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__62_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__62 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E3D70, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__62_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__62 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C861F0, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__62_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__63__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__63 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__63_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__63 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__63_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__63 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__63_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__63 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E41F0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__63_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__63 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E4070, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__63_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__63 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C861E8, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__63_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__64__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__64 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__64_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__64 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__64_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__64 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__64_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__64 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E4440, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__64_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__64 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E4290, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__64_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__64 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86200, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__64_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__65__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__65 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__65_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__65 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__65_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__65 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__65_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__65 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E4690, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__65_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__65 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E4510, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__65_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__65 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C861F8, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__65_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__66__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__66 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__66_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__66 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__66_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__66 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__66_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__66 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E48C0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__66_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__66 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E4730, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__66_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__66 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86250, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__66_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__67__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__67 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__67_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__67 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__67_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__67 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__67_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__67 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E4B10, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__67_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__67 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E4980, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__67_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__67 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86248, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__67_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__68__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__68 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__68_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__68 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__68_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__68 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__68_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__68 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E4D50, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__68_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__68 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E4BD0, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__68_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__68 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86260, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__68_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__69__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__69 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__69_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__69 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__69_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__69 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__69_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__69 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E4F70, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__69_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__69 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E4DF0, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_PrefabId_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__69_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__69 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86258, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__69_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__70__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__70 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__70_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__70 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__70_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__70 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__70_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__70 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E51A0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__70_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__70 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E5010, Dictionary_2_TKey_TValue_Entry_UnityEngine_RaycastHit_System_Int32_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__70_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__70 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86230, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__70_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__71__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__71 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__71_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__71 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__71_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__71 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__71_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__71 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E5400, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__71_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__71 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E5260, Dictionary_2_TKey_TValue_Entry_System_Single_SplineMesh_CurveSample_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__71_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__71 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86228, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__71_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__72__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__72 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__72_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__72 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__72_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__72 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__72_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__72 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E5650, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__72_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__72 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E54D0, Dictionary_2_TKey_TValue_Entry_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__72_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__72 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86240, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__72_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__73__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__73 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__73_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__73 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__73_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__73 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__73_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__73 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E5870, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__73_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__73 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E56F0, Dictionary_2_TKey_TValue_Entry_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__73_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__73 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86238, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__73_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__74__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__74 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__74_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__74 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__74_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__74 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__74_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__74 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E5A90, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__74_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__74 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E5910, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_TypeId_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__74_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__74 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86190, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__74_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__75__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__75 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__75_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__75 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__75_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__75 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__75_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__75 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E5CB0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__75_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__75 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E5B30, Dictionary_2_TKey_TValue_Entry_System_UInt16_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__75_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__75 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86188, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__75_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__76__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__76 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__76_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__76 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__76_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__76 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__76_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__76 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E5EE0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__76_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__76 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E5D50, Dictionary_2_TKey_TValue_Entry_System_UInt16_Dissonance_PlayerChannel_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__76_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__76 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C861A0, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__76_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__77__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__77 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__77_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__77 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__77_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__77 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__77_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__77 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E6120, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__77_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__77 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E5F90, Dictionary_2_TKey_TValue_Entry_System_UInt16_Dissonance_RoomChannel_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__77_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__77 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86198, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__77_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__78__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__78 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__78_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__78 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__78_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__78 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__78_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__78 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E6350, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__78_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__78 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E61E0, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Boolean_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__78_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__78 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86170, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__78_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__79__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__79 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__79_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__79 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__79_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__79 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__79_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__79 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E6570, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__79_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__79 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E63E0, Dictionary_2_TKey_TValue_Entry_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__79_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__79 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86168, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__79_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__80__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__80 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__80_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__80 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__80_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__80 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__80_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__80 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E67A0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__80_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__80 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E6630, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Int32_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__80_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__80 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86180, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__80_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__81__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__81 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__81_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__81 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__81_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__81 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__81_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__81 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E69B0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__81_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__81 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E6830, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__81_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__81 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86178, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__81_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__82__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__82 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__82_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__82 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__82_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__82 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__82_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__82 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E6BF0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__82_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__82 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E6A50, Dictionary_2_TKey_TValue_Entry_System_UInt32_SessionClient_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__82_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__82 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C861D0, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__82_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__83__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__83 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__83_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__83 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__83_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__83 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__83_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__83 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E6E30, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__83_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__83 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E6CB0, Dictionary_2_TKey_TValue_Entry_System_UInt64_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__83_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__83 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C861C8, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__83_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__84__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__84 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__84_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__84 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__84_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__84 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__84_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__84 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E7060, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__84_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__84 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E6ED0, Dictionary_2_TKey_TValue_Entry_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__84_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__84 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C861E0, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__84_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__85__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__85 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__85_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__85 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__85_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__85 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__85_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__85 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E7290, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__85_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__85 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E7110, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpChannelName_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__85_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__85 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C861D8, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__85_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__86__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__86 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__86_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__86 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__86_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__86 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__86_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__86 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E74C0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__86_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__86 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E7330, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpEndPoint_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__86_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__86 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C861B0, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__86_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__87__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__87 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__87_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__87 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__87_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__87 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__87_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__87 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E7700, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__87_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__87 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E7570, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpEndPoint_System_UInt32_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__87_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__87 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C861A8, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__87_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__88__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__88 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__88_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__88 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__88_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__88 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__88_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__88 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E7930, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__88_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__88 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E77B0, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_UniqueId_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__88_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__88 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C861C0, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__88_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__89__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__89 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__89_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__89 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__89_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__89 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__89_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__89 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E7B50, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__89_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__89 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E79D0, Dictionary_2_TKey_TValue_Entry_UnityEngine_Vector3_System_Int32_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__89_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__89 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C861B8, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__89_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__90__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__90 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__90_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__90 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__90_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__90 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__90_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__90 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E7D70, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__90_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__90 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E7BF0, Dictionary_2_TKey_TValue_Entry_UnityEngine_Vector3Int_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__90_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__90 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86148, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__90_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__91__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__91 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__91_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__91 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__91_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__91 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__91_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__91 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E7FA0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__91_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__91 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E7E10, Dictionary_2_TKey_TValue_Entry_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__91_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__91 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86140, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__91_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__92__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__92 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__92_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__92 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__92_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__92 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__92_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__92 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E81D0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__92_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__92 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E8050, Dictionary_2_TKey_TValue_Entry_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__92_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__92 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86158, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__92_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__93__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__93 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__93_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__93 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__93_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__93 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__93_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__93 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E8400, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__93_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__93 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E8270, Dictionary_2_TKey_TValue_Entry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__93_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__93 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86150, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__93_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__94__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__94 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__94_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__94 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__94_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__94 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__94_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__94 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E8640, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__94_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__94 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E84C0, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__94_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__94 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86128, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__94_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__95__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__95 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__95_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__95 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__95_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__95 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__95_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__95 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E8860, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__95_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__95 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E86E0, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__95_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__95 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86120, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__95_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__96__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__96 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__96_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__96 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__96_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__96 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__96_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__96 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E8AA0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__96_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__96 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E8900, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__96_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__96 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86138, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__96_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__97__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__97 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__97_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__97 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__97_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__97 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__97_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__97 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E8D00, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__97_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__97 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E8B60, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__97_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__97 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86130, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__97_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__98__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__98 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__98_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__98 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__98_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__98 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__98_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__98 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E8F50, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__98_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__98 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E8DC0, Dictionary_2_TKey_TValue_Entry_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__98_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__98 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86160, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__98_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__99__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__99 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__99_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__99 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__99_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__99 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__99_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__99 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E9180, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__99_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__99 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E9000, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__99_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__99 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AF68, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__99_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__100__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__100 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__100_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__100 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__100_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__100 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__100_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__100 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E93A0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__100_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__100 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E9220, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__100_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__100 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AF78, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__100_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__101__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__101 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__101_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__101 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__101_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__101 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__101_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__101 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E95C0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__101_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__101 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E9440, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__101_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__101 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AF70, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__101_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__102__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__102 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__102_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__102 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__102_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__102 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__102_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__102 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E97E0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__102_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__102 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E9660, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__102_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__102 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AFD0, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__102_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__103__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__103 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__103_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__103 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__103_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__103 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__103_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__103 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E9A50, Object *, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__103_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__103 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E9880, Dictionary_2_TKey_TValue_Entry_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__103_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__103 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AFC8, Array_InternalEnumerator_1_System_Collections_Generic_Dictionary_2_Entry__103_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb___ctor, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Dispose, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__MoveNext, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016E9CB0, Object *, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016E9B40, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__get_Current, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AFE0, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1__ctor, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Dispose, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_MoveNext, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E9EB0, Object *, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E9D40, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_get_Current, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AFD8, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2__ctor, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Dispose, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_MoveNext, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EA0C0, Object *, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016E9F40, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_get_Current, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AFA0, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2___ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016EA2E0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016EA160, KeyValuePair_2_System_ValueTuple_2_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AF98, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__1__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__1_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__1_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EA500, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EA380, KeyValuePair_2_System_ValueTuple_2_System_Object__1, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__1_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AFB8, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__1_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__2__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__2_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__2_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EA710, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EA5A0, KeyValuePair_2_System_Byte_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__2_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AFA8, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__2_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__3__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__3 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__3_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__3_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EA910, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EA7A0, KeyValuePair_2_System_ByteEnum_System_Int32_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__3_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AF08, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__3_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__4__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__4 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__4_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__4_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EAB10, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EA9A0, KeyValuePair_2_System_ByteEnum_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__4_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AF00, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__4_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__5__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__5 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__5_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__5_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__5_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EAD10, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__5_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EABA0, KeyValuePair_2_System_DateTime_System_UInt32_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__5_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__5 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AF18, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__5_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__6__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__6 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__6_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__6_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__6_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EAF20, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__6_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EADA0, KeyValuePair_2_Dissonance_Audio_Playback_FrameFormat_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__6_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__6 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AF10, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__6_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__7__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__7 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__7_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__7_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__7_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EB140, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__7_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EAFC0, KeyValuePair_2_System_Guid_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__7_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__7 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AEE0, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__7_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__8__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__8 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__8_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__8_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__8_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EB360, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__8_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EB1E0, KeyValuePair_2_System_Guid_System_UInt32_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__8_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__8 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AED8, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__8_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__9__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__9 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__9_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__9_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__9_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EB580, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__9_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EB400, KeyValuePair_2_UnityEngine_Hash128_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__9_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AEF8, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__9_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__10__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__10 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__10_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__10_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__10_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EB7A0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__10_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EB620, KeyValuePair_2_Pathfinding_Int2_System_Int32_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__10_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__10 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AEE8, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__10_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__11__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__11 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__11_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__11_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__11_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EB9B0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__11_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EB840, KeyValuePair_2_Pathfinding_Int3_System_Int32_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__11_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__11 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AF50, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__11_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__12__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__12 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__12_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__12 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__12_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__12 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__12_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__12 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EBBC0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__12_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__12 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EBA40, KeyValuePair_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__12_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__12 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AF48, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__12_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__13__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__13 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__13_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__13 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__13_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__13 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__13_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__13 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EBDE0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__13_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__13 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EBC60, KeyValuePair_2_System_Int32_System_ValueTuple_2__3, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__13_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__13 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AF60, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__13_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__14__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__14 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__14_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__14 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__14_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__14 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__14_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__14 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EC000, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__14_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__14 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EBE80, KeyValuePair_2_System_Int32_System_ValueTuple_2__2, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__14_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__14 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AF58, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__14_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__15__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__15 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__15_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__15 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__15_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__15 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__15_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__15 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EC210, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__15_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__15 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EC0A0, KeyValuePair_2_System_Int32_System_Boolean_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__15_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__15 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AF28, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__15_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__16__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__16 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__16_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__16 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__16_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__16 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__16_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__16 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EC410, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__16_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__16 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EC2A0, KeyValuePair_2_System_Int32_System_ByteEnum_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__16_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__16 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AF20, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__16_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__17__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__17 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__17_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__17 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__17_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__17 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__17_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__17 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EC610, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__17_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__17 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EC4A0, KeyValuePair_2_System_Int32_System_Char_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__17_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__17 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AF38, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__17_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__18__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__18 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__18_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__18 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__18_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__18 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__18_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__18 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EC830, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__18_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__18 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EC6A0, KeyValuePair_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__18_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__18 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AF30, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__18_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__19__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__19 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__19_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__19 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__19_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__19 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__19_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__19 * __this, MethodInfo * method)); DO_APP_FUNC(0x016ECA60, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__19_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__19 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EC8F0, KeyValuePair_2_System_Int32_System_Int16_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__19_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__19 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AE40, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__19_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__20__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__20 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__20_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__20 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__20_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__20 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__20_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__20 * __this, MethodInfo * method)); DO_APP_FUNC(0x016ECC60, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__20_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__20 * __this, MethodInfo * method)); DO_APP_FUNC(0x016ECAF0, KeyValuePair_2_System_Int32_Pathfinding_Int3_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__20_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__20 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AE30, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__20_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__21__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__21 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__21_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__21 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__21_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__21 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__21_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__21 * __this, MethodInfo * method)); DO_APP_FUNC(0x016ECE60, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__21_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__21 * __this, MethodInfo * method)); DO_APP_FUNC(0x016ECCF0, KeyValuePair_2_System_Int32_System_Int32_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__21_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__21 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AE58, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__21_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__22__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__22 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__22_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__22 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__22_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__22 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__22_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__22 * __this, MethodInfo * method)); DO_APP_FUNC(0x016ED060, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__22_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__22 * __this, MethodInfo * method)); DO_APP_FUNC(0x016ECEF0, KeyValuePair_2_System_Int32_System_Int32Enum_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__22_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__22 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AE50, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__22_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__23__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__23 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__23_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__23 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__23_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__23 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__23_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__23 * __this, MethodInfo * method)); DO_APP_FUNC(0x016ED260, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__23_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__23 * __this, MethodInfo * method)); DO_APP_FUNC(0x016ED0F0, KeyValuePair_2_System_Int32_System_Int64_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__23_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__23 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AE18, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__23_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__24__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__24 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__24_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__24 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__24_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__24 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__24_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__24 * __this, MethodInfo * method)); DO_APP_FUNC(0x016ED460, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__24_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__24 * __this, MethodInfo * method)); DO_APP_FUNC(0x016ED2F0, KeyValuePair_2_System_Int32_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__24_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__24 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AE08, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__24_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__25__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__25 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__25_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__25 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__25_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__25 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__25_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__25 * __this, MethodInfo * method)); DO_APP_FUNC(0x016ED670, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__25_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__25 * __this, MethodInfo * method)); DO_APP_FUNC(0x016ED4F0, KeyValuePair_2_System_Int32_PlayerFlashlightBeam_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__25_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__25 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AE28, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__25_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__26__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__26 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__26_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__26 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__26_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__26 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__26_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__26 * __this, MethodInfo * method)); DO_APP_FUNC(0x016ED890, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__26_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__26 * __this, MethodInfo * method)); DO_APP_FUNC(0x016ED710, KeyValuePair_2_System_Int32_UnityEngine_RenderInstancedDataLayout_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__26_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__26 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AE20, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__26_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__27__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__27 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__27_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__27 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__27_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__27 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__27_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__27 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EDAA0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__27_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__27 * __this, MethodInfo * method)); DO_APP_FUNC(0x016ED930, KeyValuePair_2_System_Int32_System_Single_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__27_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__27 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AEA8, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__27_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__28__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__28 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__28_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__28 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__28_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__28 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__28_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__28 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EDCB0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__28_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__28 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EDB30, KeyValuePair_2_System_Int32_UnityEngine_UIElements_TreeItem_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__28_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__28 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AE98, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__28_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__29__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__29 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__29_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__29 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__29_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__29 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__29_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__29 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EDED0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__29_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__29 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EDD50, KeyValuePair_2_System_Int32_UnityEngine_Vector2Int_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__29_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__29 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AEC8, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__29_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__30__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__30 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__30_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__30 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__30_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__30 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__30_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__30 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EE0F0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__30_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__30 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EDF70, KeyValuePair_2_System_Int32_UnityEngine_Vector4_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__30_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__30 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AEB8, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__30_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__31__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__31 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__31_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__31 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__31_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__31 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__31_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__31 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EE320, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__31_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__31 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EE190, KeyValuePair_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__31_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__31 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AE70, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__31_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__32__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__32 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__32_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__32 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__32_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__32 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__32_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__32 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EE540, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__32_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__32 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EE3D0, KeyValuePair_2_System_Int32Enum_System_Int32Enum_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__32_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__32 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AE68, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__32_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__33__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__33 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__33_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__33 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__33_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__33 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__33_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__33 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EE740, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__33_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__33 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EE5D0, KeyValuePair_2_System_Int32Enum_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__33_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__33 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AE88, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__33_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__34__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__34 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__34_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__34 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__34_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__34 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__34_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__34 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EE980, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__34_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__34 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EE7D0, KeyValuePair_2_System_Int64_UnityEngine_UIElements_ComputedStyle_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__34_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__34 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AE78, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__34_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__35__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__35 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__35_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__35 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__35_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__35 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__35_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__35 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EEBC0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__35_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__35 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EEA50, KeyValuePair_2_System_Int64_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__35_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__35 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AD80, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__35_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__36__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__36 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__36_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__36 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__36_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__36 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__36_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__36 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EEDC0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__36_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__36 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EEC50, KeyValuePair_2_System_IntPtr_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__36_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__36 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AD78, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__36_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__37__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__37 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__37_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__37 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__37_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__37 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__37_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__37 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EEFD0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__37_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__37 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EEE50, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__37_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__37 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AD90, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__37_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__38__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__38 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__38_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__38 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__38_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__38 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__38_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__38 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EF1F0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__38_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__38 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EF070, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__38_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__38 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AD88, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__38_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__39__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__39 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__39_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__39 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__39_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__39 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__39_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__39 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EF410, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__39_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__39 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EF290, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__39_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__39 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AD60, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__39_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__40__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__40 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__40_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__40 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__40_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__40 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__40_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__40 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EF620, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__40_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__40 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EF4B0, KeyValuePair_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__40_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__40 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AD58, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__40_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__41__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__41 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__41_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__41 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__41_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__41 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__41_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__41 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EF820, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__41_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__41 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EF6B0, KeyValuePair_2_Photon_Bolt_NetworkId_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__41_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__41 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AD70, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__41_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__42__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__42 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__42_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__42 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__42_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__42 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__42_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__42 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EFA30, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__42_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__42 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EF8B0, KeyValuePair_2_System_Object_System_ArraySegment_1_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__42_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__42 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AD68, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__42_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__43__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__43 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__43_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__43 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__43_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__43 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__43_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__43 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EFC60, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__43_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__43 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EFAD0, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__43_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__43 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8ADE0, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__43_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__44__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__44 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__44_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__44 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__44_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__44 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__44_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__44 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EFE90, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__44_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__44 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EFD10, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__44_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__44 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8ADD8, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__44_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__45__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__45 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__45_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__45 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__45_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__45 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__45_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__45 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F00A0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__45_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__45 * __this, MethodInfo * method)); DO_APP_FUNC(0x016EFF30, KeyValuePair_2_System_Object_System_Boolean_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__45_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__45 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AE00, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__45_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__46__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__46 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__46_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__46 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__46_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__46 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__46_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__46 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F02B0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__46_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__46 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F0130, KeyValuePair_2_System_Object_UnityEngine_Bounds_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__46_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__46 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8ADF0, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__46_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__47__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__47 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__47_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__47 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__47_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__47 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__47_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__47 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F04C0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__47_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__47 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F0350, KeyValuePair_2_System_Object_System_Byte_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__47_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__47 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8ADA8, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__47_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__48__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__48 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__48_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__48 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__48_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__48 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__48_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__48 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F06C0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__48_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__48 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F0550, KeyValuePair_2_System_Object_System_Char_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__48_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__48 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AD98, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__48_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__49__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__49 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__49_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__49 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__49_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__49 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__49_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__49 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F08D0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__49_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__49 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F0750, KeyValuePair_2_System_Object_UnityEngine_Color_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__49_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__49 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8ADC8, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__49_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__50__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__50 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__50_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__50 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__50_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__50 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__50_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__50 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F0AE0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__50_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__50 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F0970, KeyValuePair_2_System_Object_UnityEngine_Color32_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__50_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__50 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8ADB8, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__50_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__51__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__51 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__51_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__51 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__51_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__51 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__51_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__51 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F0CE0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__51_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__51 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F0B70, KeyValuePair_2_System_Object_System_Int32_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__51_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__51 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8ACD8, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__51_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__52__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__52 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__52_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__52 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__52_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__52 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__52_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__52 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F0EE0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__52_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__52 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F0D70, KeyValuePair_2_System_Object_System_Int32Enum_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__52_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__52 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8ACD0, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__52_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__53__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__53 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__53_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__53 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__53_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__53 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__53_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__53 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F10E0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__53_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__53 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F0F70, KeyValuePair_2_System_Object_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__53_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__53 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8ACE8, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__53_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__54__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__54 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__54_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__54 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__54_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__54 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__54_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__54 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F12F0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__54_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__54 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F1170, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__54_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__54 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8ACE0, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__54_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__55__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__55 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__55_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__55 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__55_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__55 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__55_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__55 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F1520, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__55_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__55 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F1390, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__55_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__55 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8ACA8, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__55_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__56__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__56 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__56_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__56 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__56_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__56 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__56_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__56 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F1750, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__56_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__56 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F15D0, KeyValuePair_2_System_Object_UnityEngine_Playables_Playable_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__56_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__56 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AC98, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__56_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__57__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__57 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__57_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__57 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__57_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__57 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__57_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__57 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F1980, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__57_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__57 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F17F0, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__57_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__57 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8ACC0, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__57_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__58__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__58 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__58_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__58 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__58_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__58 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__58_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__58 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F1BB0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__58_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__58 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F1A30, KeyValuePair_2_System_Object_System_Resources_ResourceLocator_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__58_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__58 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8ACB0, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__58_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__59__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__59 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__59_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__59 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__59_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__59 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__59_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__59 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F1DC0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__59_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__59 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F1C50, KeyValuePair_2_System_Object_System_Single_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__59_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__59 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AD38, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__59_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__60__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__60 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__60_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__60 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__60_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__60 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__60_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__60 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F1FD0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__60_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__60 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F1E50, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__60_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__60 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AD28, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__60_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__61__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__61 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__61_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__61 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__61_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__61 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__61_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__61 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F21E0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__61_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__61 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F2070, KeyValuePair_2_System_Object_UnityEngine_UIElements_TextureId_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__61_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__61 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AD48, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__61_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__62__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__62 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__62_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__62 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__62_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__62 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__62_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__62 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F23E0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__62_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__62 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F2270, KeyValuePair_2_System_Object_System_TimeSpan_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__62_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__62 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AD40, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__62_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__63__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__63 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__63_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__63 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__63_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__63 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__63_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__63 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F2600, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__63_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__63 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F2470, KeyValuePair_2_System_Object_UdpKit_UdpEndPoint_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__63_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__63 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AD00, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__63_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__64__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__64 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__64_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__64 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__64_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__64 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__64_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__64 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F2820, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__64_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__64 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F26B0, KeyValuePair_2_System_Object_UnityEngine_Vector2_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__64_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__64 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8ACF0, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__64_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__65__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__65 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__65_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__65 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__65_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__65 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__65_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__65 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F2A30, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__65_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__65 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F28B0, KeyValuePair_2_System_Object_UnityEngine_Vector3_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__65_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__65 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AD18, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__65_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__66__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__66 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__66_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__66 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__66_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__66 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__66_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__66 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F2CC0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__66_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__66 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F2AD0, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__66_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__66 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AD08, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__66_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__67__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__67 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__67_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__67 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__67_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__67 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__67_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__67 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F2F40, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__67_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__67 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F2DD0, KeyValuePair_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__67_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__67 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AC38, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__67_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__68__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__68 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__68_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__68 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__68_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__68 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__68_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__68 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F3170, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__68_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__68 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F2FD0, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__68_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__68 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AC30, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__68_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__69__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__69 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__69_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__69 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__69_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__69 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__69_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__69 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F33A0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__69_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__69 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F3230, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__69_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__69 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AC48, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__69_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__70__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__70 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__70_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__70 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__70_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__70 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__70_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__70 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F35C0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__70_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__70 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F3430, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__70_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__70 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AC40, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__70_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__71__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__71 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__71_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__71 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__71_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__71 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__71_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__71 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F3800, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__71_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__71 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F3670, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__71_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__71 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AC18, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__71_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__72__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__72 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__72_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__72 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__72_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__72 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__72_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__72 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F3A30, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__72_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__72 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F38B0, KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__72_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__72 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AC10, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__72_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__73__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__73 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__73_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__73 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__73_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__73 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__73_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__73 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F3C40, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__73_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__73 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F3AD0, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__73_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__73 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AC28, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__73_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__74__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__74 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__74_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__74 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__74_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__74 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__74_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__74 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F3E40, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__74_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__74 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F3CD0, KeyValuePair_2_Photon_Bolt_PrefabId_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__74_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__74 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AC20, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__74_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__75__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__75 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__75_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__75 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__75_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__75 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__75_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__75 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F4040, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__75_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__75 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F3ED0, KeyValuePair_2_UnityEngine_PropertyName_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__75_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__75 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AC78, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__75_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__76__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__76 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__76_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__76 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__76_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__76 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__76_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__76 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F4260, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__76_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__76 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F40D0, KeyValuePair_2_UnityEngine_RaycastHit_System_Int32_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__76_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__76 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AC70, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__76_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__77__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__77 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__77_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__77 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__77_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__77 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__77_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__77 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F44B0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__77_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__77 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F4310, KeyValuePair_2_System_Single_SplineMesh_CurveSample_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__77_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__77 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AC90, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__77_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__78__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__78 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__78_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__78 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__78_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__78 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__78_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__78 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F46F0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__78_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__78 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F4580, KeyValuePair_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__78_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__78 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AC88, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__78_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__79__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__79 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__79_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__79 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__79_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__79 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__79_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__79 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F4900, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__79_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__79 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F4780, KeyValuePair_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__79_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__79 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AC58, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__79_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__80__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__80 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__80_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__80 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__80_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__80 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__80_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__80 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F4B10, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__80_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__80 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F49A0, KeyValuePair_2_Photon_Bolt_TypeId_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__80_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__80 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AC50, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__80_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__81__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__81 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__81_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__81 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__81_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__81 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__81_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__81 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F4D10, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__81_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__81 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F4BA0, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__81_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__81 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AC68, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__81_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__82__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__82 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__82_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__82 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__82_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__82 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__82_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__82 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F4F10, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__82_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__82 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F4DA0, KeyValuePair_2_System_UInt16_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__82_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__82 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AC60, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__82_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__83__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__83 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__83_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__83 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__83_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__83 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__83_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__83 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F5130, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__83_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__83 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F4FA0, KeyValuePair_2_System_UInt16_Dissonance_PlayerChannel_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__83_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__83 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8ABB8, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__83_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__84__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__84 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__84_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__84 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__84_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__84 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__84_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__84 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F5370, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__84_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__84 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F51E0, KeyValuePair_2_System_UInt16_Dissonance_RoomChannel_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__84_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__84 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8ABB0, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__84_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__85__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__85 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__85_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__85 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__85_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__85 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__85_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__85 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F5590, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__85_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__85 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F5420, KeyValuePair_2_System_UInt32_System_Boolean_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__85_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__85 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8ABC8, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__85_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__86__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__86 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__86_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__86 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__86_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__86 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__86_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__86 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F57B0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__86_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__86 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F5620, KeyValuePair_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__86_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__86 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8ABC0, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__86_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__87__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__87 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__87_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__87 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__87_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__87 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__87_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__87 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F59D0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__87_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__87 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F5860, KeyValuePair_2_System_UInt32_System_Int32_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__87_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__87 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AB98, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__87_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__88__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__88 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__88_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__88 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__88_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__88 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__88_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__88 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F5BD0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__88_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__88 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F5A60, KeyValuePair_2_System_UInt32_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__88_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__88 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AB90, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__88_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__89__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__89 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__89_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__89 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__89_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__89 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__89_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__89 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F5DF0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__89_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__89 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F5C60, KeyValuePair_2_System_UInt32_SessionClient_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__89_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__89 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8ABA8, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__89_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__90__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__90 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__90_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__90 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__90_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__90 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__90_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__90 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F6020, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__90_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__90 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F5EB0, KeyValuePair_2_System_UInt64_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__90_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__90 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8ABA0, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__90_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__91__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__91 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__91_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__91 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__91_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__91 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__91_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__91 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F6240, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__91_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__91 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F60B0, KeyValuePair_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__91_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__91 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8ABF8, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__91_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__92__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__92 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__92_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__92 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__92_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__92 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__92_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__92 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F6470, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__92_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__92 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F62F0, KeyValuePair_2_UdpKit_UdpChannelName_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__92_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__92 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8ABF0, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__92_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__93__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__93 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__93_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__93 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__93_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__93 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__93_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__93 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F66A0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__93_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__93 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F6510, KeyValuePair_2_UdpKit_UdpEndPoint_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__93_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__93 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AC08, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__93_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__94__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__94 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__94_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__94 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__94_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__94 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__94_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__94 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F68D0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__94_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__94 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F6750, KeyValuePair_2_UdpKit_UdpEndPoint_System_UInt32_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__94_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__94 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AC00, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__94_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__95__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__95 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__95_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__95 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__95_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__95 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__95_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__95 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F6AF0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__95_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__95 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F6970, KeyValuePair_2_Photon_Bolt_UniqueId_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__95_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__95 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8ABD8, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__95_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__96__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__96 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__96_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__96 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__96_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__96 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__96_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__96 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F6D00, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__96_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__96 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F6B90, KeyValuePair_2_UnityEngine_Vector3_System_Int32_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__96_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__96 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8ABD0, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__96_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__97__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__97 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__97_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__97 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__97_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__97 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__97_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__97 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F6F10, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__97_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__97 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F6D90, KeyValuePair_2_UnityEngine_Vector3Int_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__97_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__97 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8ABE8, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__97_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__98__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__98 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__98_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__98 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__98_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__98 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__98_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__98 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F7130, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__98_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__98 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F6FB0, KeyValuePair_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__98_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__98 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8ABE0, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__98_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__99__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__99 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__99_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__99 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__99_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__99 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__99_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__99 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F7350, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__99_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__99 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F71D0, KeyValuePair_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__99_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__99 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AB38, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__99_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__100__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__100 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__100_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__100 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__100_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__100 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__100_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__100 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F7580, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__100_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__100 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F73F0, KeyValuePair_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__100_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__100 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AB30, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__100_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__101__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__101 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__101_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__101 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__101_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__101 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__101_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__101 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F77A0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__101_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__101 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F7630, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__101_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__101 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AB48, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__101_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__102__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__102 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__102_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__102 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__102_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__102 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__102_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__102 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F79B0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__102_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__102 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F7830, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__102_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__102 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AB40, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__102_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__103__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__103 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__103_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__103 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__103_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__103 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__103_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__103 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F7BE0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__103_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__103 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F7A50, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__103_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__103 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AB18, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__103_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__104__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__104 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__104_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__104 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__104_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__104 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__104_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__104 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F7E20, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__104_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__104 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F7C90, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__104_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__104 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AB10, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__104_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__105__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__105 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__105_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__105 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__105_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__105 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__105_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__105 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F8060, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__105_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__105 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F7EE0, KeyValuePair_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__105_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__105 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AB28, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__105_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__106__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__106 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__106_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__106 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__106_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__106 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__106_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__106 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F8280, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__106_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__106 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F8100, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__106_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__106 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AB20, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__106_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__107__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__107 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__107_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__107 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__107_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__107 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__107_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__107 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F84A0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__107_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__107 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F8320, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__107_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__107 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AB78, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__107_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__108__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__108 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__108_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__108 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__108_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__108 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__108_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__108 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F86C0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__108_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__108 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F8540, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__108_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__108 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AB70, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__108_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__109__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__109 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__109_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__109 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__109_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__109 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__109_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__109 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F88D0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__109_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__109 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F8760, KeyValuePair_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__109_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__109 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AB88, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__109_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__110__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__110 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__110_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__110 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__110_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__110 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__110_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__110 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F8B20, Object *, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__110_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__110 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F8960, KeyValuePair_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__110_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__110 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AB80, Array_InternalEnumerator_1_System_Collections_Generic_KeyValuePair_2__110_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Threading_ThreadLocal_1_LinkedSlotVolatile___ctor, (Array_InternalEnumerator_1_System_Threading_ThreadLocal_1_LinkedSlotVolatile_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Threading_ThreadLocal_1_LinkedSlotVolatile__Dispose, (Array_InternalEnumerator_1_System_Threading_ThreadLocal_1_LinkedSlotVolatile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Threading_ThreadLocal_1_LinkedSlotVolatile__MoveNext, (Array_InternalEnumerator_1_System_Threading_ThreadLocal_1_LinkedSlotVolatile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Threading_ThreadLocal_1_LinkedSlotVolatile__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Threading_ThreadLocal_1_LinkedSlotVolatile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016F8D70, Object *, Array_InternalEnumerator_1_System_Threading_ThreadLocal_1_LinkedSlotVolatile__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Threading_ThreadLocal_1_LinkedSlotVolatile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016F8C00, ThreadLocal_1_T_LinkedSlotVolatile_System_Object_, Array_InternalEnumerator_1_System_Threading_ThreadLocal_1_LinkedSlotVolatile__get_Current, (Array_InternalEnumerator_1_System_Threading_ThreadLocal_1_LinkedSlotVolatile_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AB58, Array_InternalEnumerator_1_System_Threading_ThreadLocal_1_LinkedSlotVolatile__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Unity_Collections_NativeArray_1___ctor, (Array_InternalEnumerator_1_Unity_Collections_NativeArray_1_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Unity_Collections_NativeArray_1__Dispose, (Array_InternalEnumerator_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Unity_Collections_NativeArray_1__MoveNext, (Array_InternalEnumerator_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Unity_Collections_NativeArray_1__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016F8F70, Object *, Array_InternalEnumerator_1_Unity_Collections_NativeArray_1__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016F8E00, NativeArray_1_System_UInt16_, Array_InternalEnumerator_1_Unity_Collections_NativeArray_1__get_Current, (Array_InternalEnumerator_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AB50, Array_InternalEnumerator_1_Unity_Collections_NativeArray_1__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Unity_Collections_NativeArray_1__1__ctor, (Array_InternalEnumerator_1_Unity_Collections_NativeArray_1__1 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Unity_Collections_NativeArray_1__1_Dispose, (Array_InternalEnumerator_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Unity_Collections_NativeArray_1__1_MoveNext, (Array_InternalEnumerator_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Unity_Collections_NativeArray_1__1_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F9170, Object *, Array_InternalEnumerator_1_Unity_Collections_NativeArray_1__1_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F9000, NativeArray_1_UnityEngine_UIElements_Vertex_, Array_InternalEnumerator_1_Unity_Collections_NativeArray_1__1_get_Current, (Array_InternalEnumerator_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AB68, Array_InternalEnumerator_1_Unity_Collections_NativeArray_1__1_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node___ctor, (Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__Dispose, (Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__MoveNext, (Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016F9380, Object *, Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016F9200, NonAllocDictionary_2_K_V_Node_System_Byte_System_Object_, Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__get_Current, (Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AB60, Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__1__ctor, (Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__1 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__1_Dispose, (Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__1_MoveNext, (Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__1_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F95A0, Object *, Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__1_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F9420, NonAllocDictionary_2_K_V_Node_System_Int32_System_Object_, Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__1_get_Current, (Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AAB8, Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__1_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__2__ctor, (Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__2 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__2_Dispose, (Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__2_MoveNext, (Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__2_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F97C0, Object *, Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__2_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016F9640, NonAllocDictionary_2_K_V_Node_System_Object_System_Object_, Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__2_get_Current, (Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AAB0, Array_InternalEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__2_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_1_Record___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_1_Record_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_1_Record__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_1_Record_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_1_Record__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_1_Record_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_1_Record__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_1_Record_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016F99D0, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_1_Record__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_1_Record_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016F9860, InputStateHistory_1_TValue_Record_TouchState_, Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_1_Record__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_1_Record_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AAC8, Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_1_Record__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo___ctor, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Dispose, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016F9BD0, Object *, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016F9A60, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AAC0, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Photon_Bolt_Collections_STuple_2___ctor, (Array_InternalEnumerator_1_Photon_Bolt_Collections_STuple_2_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Photon_Bolt_Collections_STuple_2__Dispose, (Array_InternalEnumerator_1_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Photon_Bolt_Collections_STuple_2__MoveNext, (Array_InternalEnumerator_1_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Photon_Bolt_Collections_STuple_2__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016F9DD0, Object *, Array_InternalEnumerator_1_Photon_Bolt_Collections_STuple_2__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016F9C60, STuple_2_System_Object_System_Object_, Array_InternalEnumerator_1_Photon_Bolt_Collections_STuple_2__get_Current, (Array_InternalEnumerator_1_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AA98, Array_InternalEnumerator_1_Photon_Bolt_Collections_STuple_2__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot___ctor, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016F9FE0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016F9E60, HashSet_1_T_Slot_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AA90, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__1__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__1 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__1_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__1_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__1_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FA200, Object *, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__1_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FA080, HashSet_1_T_Slot_System_Int32_, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__1_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AAA8, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__1_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Linq_Set_1_Slot___ctor, (Array_InternalEnumerator_1_System_Linq_Set_1_Slot_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Linq_Set_1_Slot__Dispose, (Array_InternalEnumerator_1_System_Linq_Set_1_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Linq_Set_1_Slot__MoveNext, (Array_InternalEnumerator_1_System_Linq_Set_1_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Linq_Set_1_Slot__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Linq_Set_1_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016FA420, Object *, Array_InternalEnumerator_1_System_Linq_Set_1_Slot__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Linq_Set_1_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016FA2A0, Set_1_TElement_Slot_System_Int32_, Array_InternalEnumerator_1_System_Linq_Set_1_Slot__get_Current, (Array_InternalEnumerator_1_System_Linq_Set_1_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AAA0, Array_InternalEnumerator_1_System_Linq_Set_1_Slot__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__2__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__2 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__2_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__2_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__2_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FA640, Object *, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__2_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FA4C0, HashSet_1_T_Slot_System_Int32Enum_, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__2_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AAF8, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__2_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__3__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__3 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__3_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__3_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__3_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FA860, Object *, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__3_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FA6E0, HashSet_1_T_Slot_UnityEngine_InputSystem_Utilities_InternedString_, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__3_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AAF0, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__3_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__4__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__4 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__4_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__4_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__4_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FAA70, Object *, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__4_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FA900, HashSet_1_T_Slot_Photon_Bolt_NetworkId_, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__4_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AB08, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__4_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__5__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__5 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__5_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__5_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__5_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FAC70, Object *, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__5_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FAB00, HashSet_1_T_Slot_System_Object_, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__5_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__5 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AB00, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__5_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Linq_Set_1_Slot__1__ctor, (Array_InternalEnumerator_1_System_Linq_Set_1_Slot__1 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Linq_Set_1_Slot__1_Dispose, (Array_InternalEnumerator_1_System_Linq_Set_1_Slot__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Linq_Set_1_Slot__1_MoveNext, (Array_InternalEnumerator_1_System_Linq_Set_1_Slot__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Linq_Set_1_Slot__1_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Linq_Set_1_Slot__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FAE80, Object *, Array_InternalEnumerator_1_System_Linq_Set_1_Slot__1_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Linq_Set_1_Slot__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FAD00, Set_1_TElement_Slot_System_Object_, Array_InternalEnumerator_1_System_Linq_Set_1_Slot__1_get_Current, (Array_InternalEnumerator_1_System_Linq_Set_1_Slot__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AAD8, Array_InternalEnumerator_1_System_Linq_Set_1_Slot__1_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Concurrent_ConcurrentQueue_1_Segment_Slot___ctor, (Array_InternalEnumerator_1_System_Collections_Concurrent_ConcurrentQueue_1_Segment_Slot_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Concurrent_ConcurrentQueue_1_Segment_Slot__Dispose, (Array_InternalEnumerator_1_System_Collections_Concurrent_ConcurrentQueue_1_Segment_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Concurrent_ConcurrentQueue_1_Segment_Slot__MoveNext, (Array_InternalEnumerator_1_System_Collections_Concurrent_ConcurrentQueue_1_Segment_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Concurrent_ConcurrentQueue_1_Segment_Slot__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Concurrent_ConcurrentQueue_1_Segment_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016FB090, Object *, Array_InternalEnumerator_1_System_Collections_Concurrent_ConcurrentQueue_1_Segment_Slot__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Concurrent_ConcurrentQueue_1_Segment_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016FAF20, ConcurrentQueue_1_T_Segment_T_Slot_System_Object_, Array_InternalEnumerator_1_System_Collections_Concurrent_ConcurrentQueue_1_Segment_Slot__get_Current, (Array_InternalEnumerator_1_System_Collections_Concurrent_ConcurrentQueue_1_Segment_Slot_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AAD0, Array_InternalEnumerator_1_System_Collections_Concurrent_ConcurrentQueue_1_Segment_Slot__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__6__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__6 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__6_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__6_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__6_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FB2A0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__6_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FB120, HashSet_1_T_Slot_System_UInt32_, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__6_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__6 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AAE8, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__6_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__7__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__7 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__7_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__7_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__7_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FB4B0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__7_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FB340, HashSet_1_T_Slot_System_UInt64_, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__7_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__7 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AAE0, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__7_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__8__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__8 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__8_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__8_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__8_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FB6C0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__8_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FB540, HashSet_1_T_Slot_UdpKit_UdpEndPoint_, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__8_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__8 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AA58, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__8_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__9__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__9 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__9_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__9_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__9_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FB8F0, Object *, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__9_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FB770, HashSet_1_T_Slot_UdpKit_UdpIPv4Address_, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__9_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AA50, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__9_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__10__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__10 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__10_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__10_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__10_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FBB10, Object *, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__10_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FB990, HashSet_1_T_Slot_UnityEngine_Vector3_, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__10_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__10 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AA68, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__10_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__11__ctor, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__11 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__11_Dispose, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__11_MoveNext, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__11_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FBD30, Object *, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__11_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FBBB0, HashSet_1_T_Slot_UnityEngine_Vector3Int_, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__11_get_Current, (Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__11 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AA60, Array_InternalEnumerator_1_System_Collections_Generic_HashSet_1_Slot__11_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016FBF90, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016FBDD0, StylePropertyAnimationSystem_Values_1_T_StyleData_Background_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AA38, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__1__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__1 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__1_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__1_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__1_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FC200, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__1_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FC070, StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__1_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AA30, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__1_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__2__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__2 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__2_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__2_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__2_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FC450, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__2_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FC2C0, StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__2_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AA48, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__2_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__3__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__3 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__3_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__3_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__3_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FC680, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__3_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FC510, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__3_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AA40, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__3_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__4__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__4 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__4_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__4_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__4_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FC890, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__4_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FC710, StylePropertyAnimationSystem_Values_1_T_StyleData_Length_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__4_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AA78, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__4_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__5__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__5 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__5_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__5_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__5_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FCAB0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__5_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FC930, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__5_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__5 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AA70, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__5_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__6__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__6 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__6_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__6_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__6_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FCD00, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__6_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FCB50, StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__6_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__6 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AA88, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__6_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__7__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__7 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__7_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__7_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__7_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FCF60, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__7_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FCDD0, StylePropertyAnimationSystem_Values_1_T_StyleData_Scale_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__7_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__7 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AA80, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__7_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__8__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__8 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__8_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__8_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__8_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FD190, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__8_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FD020, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__8_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__8 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FEF0, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__8_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__9__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__9 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__9_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__9_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__9_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FD3D0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__9_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FD220, StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__9_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FF00, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__9_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__10__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__10 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__10_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__10_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__10_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FD650, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__10_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FD4B0, StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__10_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__10 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FEF8, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__10_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__11__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__11 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__11_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__11_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__11_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FD8C0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__11_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FD710, StylePropertyAnimationSystem_Values_1_T_StyleData_Translate_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__11_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__11 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FED8, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__11_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1___ctor, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__Dispose, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__MoveNext, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016FDB10, Object *, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016FD990, TMP_TextProcessingStack_1_UnityEngine_Color32_, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__get_Current, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FED0, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__1__ctor, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__1 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__1_Dispose, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__1_MoveNext, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__1_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FDD40, Object *, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__1_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FDBB0, TMP_TextProcessingStack_1_HighlightState_, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__1_get_Current, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FEE8, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__1_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__2__ctor, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__2 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__2_Dispose, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__2_MoveNext, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__2_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FDF70, Object *, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__2_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FDDF0, TMP_TextProcessingStack_1_System_Int32_, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__2_get_Current, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FEE0, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__2_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__3__ctor, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__3 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__3_Dispose, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__3_MoveNext, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__3_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FE190, Object *, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__3_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FE010, TMP_TextProcessingStack_1_System_Int32Enum_, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__3_get_Current, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FF30, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__3_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__4__ctor, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__4 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__4_Dispose, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__4_MoveNext, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__4_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FE3E0, Object *, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__4_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FE230, TMP_TextProcessingStack_1_MaterialReference_, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__4_get_Current, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FF28, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__4_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__5__ctor, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__5 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__5_Dispose, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__5_MoveNext, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__5_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FE640, Object *, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__5_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FE4B0, TMP_TextProcessingStack_1_System_Object_, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__5_get_Current, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__5 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FF40, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__5_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__6__ctor, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__6 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__6_Dispose, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__6_MoveNext, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__6_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FE870, Object *, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__6_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FE6F0, TMP_TextProcessingStack_1_System_Single_, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__6_get_Current, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__6 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FF38, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__6_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__7__ctor, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__7 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__7_Dispose, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__7_MoveNext, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__7_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FEAF0, Object *, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__7_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FE910, TMP_TextProcessingStack_1_WordWrapState_, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__7_get_Current, (Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__7 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FF10, Array_InternalEnumerator_1_TMPro_TMP_TextProcessingStack_1__7_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016FED80, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016FEBF0, StylePropertyAnimationSystem_Values_1_T_TimingData_Background_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FF08, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__1__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__1 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__1_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__1_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__1_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FEFC0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__1_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FEE30, StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__1_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FF20, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__1_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__2__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__2 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__2_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__2_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__2_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FF200, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__2_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FF070, StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__2_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FF18, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__2_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__3__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__3 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__3_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__3_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__3_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FF440, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__3_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FF2B0, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__3_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FE78, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__3_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__4__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__4 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__4_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__4_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__4_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FF680, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__4_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FF4F0, StylePropertyAnimationSystem_Values_1_T_TimingData_Length_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__4_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FE70, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__4_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__5__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__5 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__5_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__5_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__5_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FF8C0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__5_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FF730, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__5_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__5 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FE88, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__5_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__6__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__6 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__6_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__6_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__6_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FFB00, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__6_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FF970, StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__6_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__6 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FE80, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__6_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__7__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__7 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__7_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__7_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__7_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FFD40, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__7_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FFBB0, StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__7_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__7 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FE58, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__7_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__8__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__8 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__8_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__8_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__8_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FFF80, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__8_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x016FFDF0, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__8_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__8 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FE50, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__8_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__9__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__9 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__9_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__9_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__9_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x017001C0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__9_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x01700030, StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__9_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__9 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FE68, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__9_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__10__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__10 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__10_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__10_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__10_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x01700400, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__10_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x01700270, StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__10_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__10 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FE60, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__10_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__11__ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__11 * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__11_Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__11_MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__11_System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x01700640, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__11_System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x017004B0, StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__11_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__11 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FEB8, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__11_get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_ValueTuple_1_Boolean___ctor, (Array_InternalEnumerator_1_ValueTuple_1_Boolean_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_ValueTuple_1_Boolean__Dispose, (Array_InternalEnumerator_1_ValueTuple_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_ValueTuple_1_Boolean__MoveNext, (Array_InternalEnumerator_1_ValueTuple_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_ValueTuple_1_Boolean__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_ValueTuple_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01700860, Object *, Array_InternalEnumerator_1_ValueTuple_1_Boolean__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_ValueTuple_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017006F0, ValueTuple_1_Boolean_, Array_InternalEnumerator_1_ValueTuple_1_Boolean__get_Current, (Array_InternalEnumerator_1_ValueTuple_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FEB0, Array_InternalEnumerator_1_ValueTuple_1_Boolean__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_ValueTuple_2_Int32_Object___ctor, (Array_InternalEnumerator_1_ValueTuple_2_Int32_Object_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_ValueTuple_2_Int32_Object__Dispose, (Array_InternalEnumerator_1_ValueTuple_2_Int32_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_ValueTuple_2_Int32_Object__MoveNext, (Array_InternalEnumerator_1_ValueTuple_2_Int32_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_ValueTuple_2_Int32_Object__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_ValueTuple_2_Int32_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01700A60, Object *, Array_InternalEnumerator_1_ValueTuple_2_Int32_Object__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_ValueTuple_2_Int32_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017008F0, ValueTuple_2_Int32_Object_, Array_InternalEnumerator_1_ValueTuple_2_Int32_Object__get_Current, (Array_InternalEnumerator_1_ValueTuple_2_Int32_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FEC8, Array_InternalEnumerator_1_ValueTuple_2_Int32_Object__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_ValueTuple_2_Int32_UnityEngine_Vector2Int___ctor, (Array_InternalEnumerator_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_ValueTuple_2_Int32_UnityEngine_Vector2Int__Dispose, (Array_InternalEnumerator_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_ValueTuple_2_Int32_UnityEngine_Vector2Int__MoveNext, (Array_InternalEnumerator_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_ValueTuple_2_Int32_UnityEngine_Vector2Int__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01700C70, Object *, Array_InternalEnumerator_1_ValueTuple_2_Int32_UnityEngine_Vector2Int__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01700AF0, ValueTuple_2_Int32_UnityEngine_Vector2Int_, Array_InternalEnumerator_1_ValueTuple_2_Int32_UnityEngine_Vector2Int__get_Current, (Array_InternalEnumerator_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FEC0, Array_InternalEnumerator_1_ValueTuple_2_Int32_UnityEngine_Vector2Int__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_ValueTuple_2_IntPtr_Object___ctor, (Array_InternalEnumerator_1_ValueTuple_2_IntPtr_Object_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_ValueTuple_2_IntPtr_Object__Dispose, (Array_InternalEnumerator_1_ValueTuple_2_IntPtr_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_ValueTuple_2_IntPtr_Object__MoveNext, (Array_InternalEnumerator_1_ValueTuple_2_IntPtr_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_ValueTuple_2_IntPtr_Object__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_ValueTuple_2_IntPtr_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01700E80, Object *, Array_InternalEnumerator_1_ValueTuple_2_IntPtr_Object__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_ValueTuple_2_IntPtr_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01700D10, ValueTuple_2_IntPtr_Object_, Array_InternalEnumerator_1_ValueTuple_2_IntPtr_Object__get_Current, (Array_InternalEnumerator_1_ValueTuple_2_IntPtr_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FE98, Array_InternalEnumerator_1_ValueTuple_2_IntPtr_Object__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32___ctor, (Array_InternalEnumerator_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32__Dispose, (Array_InternalEnumerator_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32__MoveNext, (Array_InternalEnumerator_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01701090, Object *, Array_InternalEnumerator_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01700F10, ValueTuple_2_Object_ValueTuple_2_Object_Int32_, Array_InternalEnumerator_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32__get_Current, (Array_InternalEnumerator_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FE90, Array_InternalEnumerator_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_ValueTuple_2_Object_Int32___ctor, (Array_InternalEnumerator_1_ValueTuple_2_Object_Int32_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_ValueTuple_2_Object_Int32__Dispose, (Array_InternalEnumerator_1_ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_ValueTuple_2_Object_Int32__MoveNext, (Array_InternalEnumerator_1_ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_ValueTuple_2_Object_Int32__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017012A0, Object *, Array_InternalEnumerator_1_ValueTuple_2_Object_Int32__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01701130, ValueTuple_2_Object_Int32_, Array_InternalEnumerator_1_ValueTuple_2_Object_Int32__get_Current, (Array_InternalEnumerator_1_ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FEA8, Array_InternalEnumerator_1_ValueTuple_2_Object_Int32__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_ValueTuple_2_Object_Object___ctor, (Array_InternalEnumerator_1_ValueTuple_2_Object_Object_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_ValueTuple_2_Object_Object__Dispose, (Array_InternalEnumerator_1_ValueTuple_2_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_ValueTuple_2_Object_Object__MoveNext, (Array_InternalEnumerator_1_ValueTuple_2_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_ValueTuple_2_Object_Object__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_ValueTuple_2_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017014A0, Object *, Array_InternalEnumerator_1_ValueTuple_2_Object_Object__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_ValueTuple_2_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01701330, ValueTuple_2_Object_Object_, Array_InternalEnumerator_1_ValueTuple_2_Object_Object__get_Current, (Array_InternalEnumerator_1_ValueTuple_2_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FEA0, Array_InternalEnumerator_1_ValueTuple_2_Object_Object__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Object___ctor, (Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Object__Dispose, (Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Object__MoveNext, (Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Object__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017016B0, Object *, Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Object__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01701530, ValueTuple_2_UnityEngine_Vector3Int_Object_, Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Object__get_Current, (Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FDF8, Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Object__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___ctor, (Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__Dispose, (Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__MoveNext, (Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017018E0, Object *, Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01701750, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_, Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__get_Current, (Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FDF0, Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___ctor, (Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__Dispose, (Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__MoveNext, (Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01701B30, Object *, Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017019A0, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_, Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__get_Current, (Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FE08, Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int___ctor, (Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int__Dispose, (Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int__MoveNext, (Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01701D60, Object *, Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01701BE0, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_, Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int__get_Current, (Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FE00, Array_InternalEnumerator_1_ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_ValueTuple_3_Object_Object_Object___ctor, (Array_InternalEnumerator_1_ValueTuple_3_Object_Object_Object_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_ValueTuple_3_Object_Object_Object__Dispose, (Array_InternalEnumerator_1_ValueTuple_3_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_ValueTuple_3_Object_Object_Object__MoveNext, (Array_InternalEnumerator_1_ValueTuple_3_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_ValueTuple_3_Object_Object_Object__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_ValueTuple_3_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01701F80, Object *, Array_InternalEnumerator_1_ValueTuple_3_Object_Object_Object__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_ValueTuple_3_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01701E00, ValueTuple_3_Object_Object_Object_, Array_InternalEnumerator_1_ValueTuple_3_Object_Object_Object__get_Current, (Array_InternalEnumerator_1_ValueTuple_3_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FDD8, Array_InternalEnumerator_1_ValueTuple_3_Object_Object_Object__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_AnimatorClipInfo___ctor, (Array_InternalEnumerator_1_UnityEngine_AnimatorClipInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_AnimatorClipInfo__Dispose, (Array_InternalEnumerator_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_AnimatorClipInfo__MoveNext, (Array_InternalEnumerator_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_AnimatorClipInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01702190, Object *, Array_InternalEnumerator_1_UnityEngine_AnimatorClipInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01702020, AnimatorClipInfo, Array_InternalEnumerator_1_UnityEngine_AnimatorClipInfo__get_Current, (Array_InternalEnumerator_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FDD0, Array_InternalEnumerator_1_UnityEngine_AnimatorClipInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Pathfinding_AstarWorkItem___ctor, (Array_InternalEnumerator_1_Pathfinding_AstarWorkItem_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Pathfinding_AstarWorkItem__Dispose, (Array_InternalEnumerator_1_Pathfinding_AstarWorkItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Pathfinding_AstarWorkItem__MoveNext, (Array_InternalEnumerator_1_Pathfinding_AstarWorkItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Pathfinding_AstarWorkItem__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Pathfinding_AstarWorkItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017023A0, Object *, Array_InternalEnumerator_1_Pathfinding_AstarWorkItem__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Pathfinding_AstarWorkItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01702220, AstarWorkItem, Array_InternalEnumerator_1_Pathfinding_AstarWorkItem__get_Current, (Array_InternalEnumerator_1_Pathfinding_AstarWorkItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FDE8, Array_InternalEnumerator_1_Pathfinding_AstarWorkItem__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Dispose, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__MoveNext, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017025C0, Object *, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01702440, AsyncOperationHandle, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Current, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FDE0, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Rewired_AxisCalibrationData___ctor, (Array_InternalEnumerator_1_Rewired_AxisCalibrationData_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Rewired_AxisCalibrationData__Dispose, (Array_InternalEnumerator_1_Rewired_AxisCalibrationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Rewired_AxisCalibrationData__MoveNext, (Array_InternalEnumerator_1_Rewired_AxisCalibrationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Rewired_AxisCalibrationData__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Rewired_AxisCalibrationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017027F0, Object *, Array_InternalEnumerator_1_Rewired_AxisCalibrationData__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Rewired_AxisCalibrationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01702660, AxisCalibrationData, Array_InternalEnumerator_1_Rewired_AxisCalibrationData__get_Current, (Array_InternalEnumerator_1_Rewired_AxisCalibrationData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FE38, Array_InternalEnumerator_1_Rewired_AxisCalibrationData__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_Background___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_Background_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_Background__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_Background__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_Background__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01702A30, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_Background__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017028B0, Background, Array_InternalEnumerator_1_UnityEngine_UIElements_Background__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_Background_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FE30, Array_InternalEnumerator_1_UnityEngine_UIElements_Background__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Rendering_BatchVisibility___ctor, (Array_InternalEnumerator_1_UnityEngine_Rendering_BatchVisibility_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Rendering_BatchVisibility__Dispose, (Array_InternalEnumerator_1_UnityEngine_Rendering_BatchVisibility_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Rendering_BatchVisibility__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Rendering_BatchVisibility_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Rendering_BatchVisibility__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Rendering_BatchVisibility_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01702C50, Object *, Array_InternalEnumerator_1_UnityEngine_Rendering_BatchVisibility__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_BatchVisibility_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01702AD0, BatchVisibility, Array_InternalEnumerator_1_UnityEngine_Rendering_BatchVisibility__get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_BatchVisibility_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FE48, Array_InternalEnumerator_1_UnityEngine_Rendering_BatchVisibility__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (Array_InternalEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Dispose, (Array_InternalEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer__MoveNext, (Array_InternalEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01702E60, Object *, Array_InternalEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01702CF0, BoltPeer, Array_InternalEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Current, (Array_InternalEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FE40, Array_InternalEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit___ctor, (Array_InternalEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Dispose, (Array_InternalEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__MoveNext, (Array_InternalEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01703070, Object *, Array_InternalEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01702EF0, BoltPhysicsHit, Array_InternalEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__get_Current, (Array_InternalEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FE18, Array_InternalEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_BoneWeight___ctor, (Array_InternalEnumerator_1_UnityEngine_BoneWeight_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_BoneWeight__Dispose, (Array_InternalEnumerator_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_BoneWeight__MoveNext, (Array_InternalEnumerator_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_BoneWeight__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01703290, Object *, Array_InternalEnumerator_1_UnityEngine_BoneWeight__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01703110, BoneWeight, Array_InternalEnumerator_1_UnityEngine_BoneWeight__get_Current, (Array_InternalEnumerator_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FE10, Array_InternalEnumerator_1_UnityEngine_BoneWeight__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_BoneWeight1___ctor, (Array_InternalEnumerator_1_UnityEngine_BoneWeight1_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_BoneWeight1__Dispose, (Array_InternalEnumerator_1_UnityEngine_BoneWeight1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_BoneWeight1__MoveNext, (Array_InternalEnumerator_1_UnityEngine_BoneWeight1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_BoneWeight1__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_BoneWeight1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017034A0, Object *, Array_InternalEnumerator_1_UnityEngine_BoneWeight1__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_BoneWeight1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01703330, BoneWeight1, Array_InternalEnumerator_1_UnityEngine_BoneWeight1__get_Current, (Array_InternalEnumerator_1_UnityEngine_BoneWeight1_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FE28, Array_InternalEnumerator_1_UnityEngine_BoneWeight1__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Boolean___ctor, (Array_InternalEnumerator_1_Boolean_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Boolean__Dispose, (Array_InternalEnumerator_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Boolean__MoveNext, (Array_InternalEnumerator_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Boolean__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017036A0, Object *, Array_InternalEnumerator_1_Boolean__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01703530, bool, Array_InternalEnumerator_1_Boolean__get_Current, (Array_InternalEnumerator_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FE20, Array_InternalEnumerator_1_Boolean__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_BoundedPlane___ctor, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_BoundedPlane__Dispose, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_BoundedPlane__MoveNext, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_BoundedPlane__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017038E0, Object *, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_BoundedPlane__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01703730, BoundedPlane, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_BoundedPlane__get_Current, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FD78, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_BoundedPlane__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_BoundingSphere___ctor, (Array_InternalEnumerator_1_UnityEngine_BoundingSphere_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_BoundingSphere__Dispose, (Array_InternalEnumerator_1_UnityEngine_BoundingSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_BoundingSphere__MoveNext, (Array_InternalEnumerator_1_UnityEngine_BoundingSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_BoundingSphere__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_BoundingSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01703B30, Object *, Array_InternalEnumerator_1_UnityEngine_BoundingSphere__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_BoundingSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017039C0, BoundingSphere, Array_InternalEnumerator_1_UnityEngine_BoundingSphere__get_Current, (Array_InternalEnumerator_1_UnityEngine_BoundingSphere_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FD70, Array_InternalEnumerator_1_UnityEngine_BoundingSphere__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Bounds___ctor, (Array_InternalEnumerator_1_UnityEngine_Bounds_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Bounds__Dispose, (Array_InternalEnumerator_1_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Bounds__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Bounds__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01703D40, Object *, Array_InternalEnumerator_1_UnityEngine_Bounds__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01703BC0, Bounds, Array_InternalEnumerator_1_UnityEngine_Bounds__get_Current, (Array_InternalEnumerator_1_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FD88, Array_InternalEnumerator_1_UnityEngine_Bounds__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Byte___ctor, (Array_InternalEnumerator_1_Byte_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Byte__Dispose, (Array_InternalEnumerator_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Byte__MoveNext, (Array_InternalEnumerator_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Byte__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01703F50, Object *, Array_InternalEnumerator_1_Byte__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01703DE0, uint8_t, Array_InternalEnumerator_1_Byte__get_Current, (Array_InternalEnumerator_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FD80, Array_InternalEnumerator_1_Byte__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_ByteEnum___ctor, (Array_InternalEnumerator_1_ByteEnum_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_ByteEnum__Dispose, (Array_InternalEnumerator_1_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_ByteEnum__MoveNext, (Array_InternalEnumerator_1_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_ByteEnum__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01704150, Object *, Array_InternalEnumerator_1_ByteEnum__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01703FE0, ByteEnum__Enum, Array_InternalEnumerator_1_ByteEnum__get_Current, (Array_InternalEnumerator_1_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FD58, Array_InternalEnumerator_1_ByteEnum__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Threading_CancellationToken___ctor, (Array_InternalEnumerator_1_System_Threading_CancellationToken_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Threading_CancellationToken__Dispose, (Array_InternalEnumerator_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Threading_CancellationToken__MoveNext, (Array_InternalEnumerator_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Threading_CancellationToken__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01704350, Object *, Array_InternalEnumerator_1_System_Threading_CancellationToken__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017041E0, CancellationToken, Array_InternalEnumerator_1_System_Threading_CancellationToken__get_Current, (Array_InternalEnumerator_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FD50, Array_InternalEnumerator_1_System_Threading_CancellationToken__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Threading_CancellationTokenRegistration___ctor, (Array_InternalEnumerator_1_System_Threading_CancellationTokenRegistration_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Threading_CancellationTokenRegistration__Dispose, (Array_InternalEnumerator_1_System_Threading_CancellationTokenRegistration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Threading_CancellationTokenRegistration__MoveNext, (Array_InternalEnumerator_1_System_Threading_CancellationTokenRegistration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Threading_CancellationTokenRegistration__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Threading_CancellationTokenRegistration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01704560, Object *, Array_InternalEnumerator_1_System_Threading_CancellationTokenRegistration__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Threading_CancellationTokenRegistration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017043E0, CancellationTokenRegistration, Array_InternalEnumerator_1_System_Threading_CancellationTokenRegistration__get_Current, (Array_InternalEnumerator_1_System_Threading_CancellationTokenRegistration_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FD68, Array_InternalEnumerator_1_System_Threading_CancellationTokenRegistration__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Char___ctor, (Array_InternalEnumerator_1_Char_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Char__Dispose, (Array_InternalEnumerator_1_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Char__MoveNext, (Array_InternalEnumerator_1_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Char__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01704770, Object *, Array_InternalEnumerator_1_Char__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01704600, uint16_t, Array_InternalEnumerator_1_Char__get_Current, (Array_InternalEnumerator_1_Char_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FD60, Array_InternalEnumerator_1_Char__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Dissonance_Networking_ClientInfo___ctor, (Array_InternalEnumerator_1_Dissonance_Networking_ClientInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Dissonance_Networking_ClientInfo__Dispose, (Array_InternalEnumerator_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Dissonance_Networking_ClientInfo__MoveNext, (Array_InternalEnumerator_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Dissonance_Networking_ClientInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01704980, Object *, Array_InternalEnumerator_1_Dissonance_Networking_ClientInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01704800, ClientInfo, Array_InternalEnumerator_1_Dissonance_Networking_ClientInfo__get_Current, (Array_InternalEnumerator_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FDB8, Array_InternalEnumerator_1_Dissonance_Networking_ClientInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_ClothSkinningCoefficient___ctor, (Array_InternalEnumerator_1_UnityEngine_ClothSkinningCoefficient_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_ClothSkinningCoefficient__Dispose, (Array_InternalEnumerator_1_UnityEngine_ClothSkinningCoefficient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_ClothSkinningCoefficient__MoveNext, (Array_InternalEnumerator_1_UnityEngine_ClothSkinningCoefficient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_ClothSkinningCoefficient__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_ClothSkinningCoefficient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01704B90, Object *, Array_InternalEnumerator_1_UnityEngine_ClothSkinningCoefficient__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_ClothSkinningCoefficient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01704A20, ClothSkinningCoefficient, Array_InternalEnumerator_1_UnityEngine_ClothSkinningCoefficient__get_Current, (Array_InternalEnumerator_1_UnityEngine_ClothSkinningCoefficient_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FDB0, Array_InternalEnumerator_1_UnityEngine_ClothSkinningCoefficient__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_ClothSphereColliderPair___ctor, (Array_InternalEnumerator_1_UnityEngine_ClothSphereColliderPair_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_ClothSphereColliderPair__Dispose, (Array_InternalEnumerator_1_UnityEngine_ClothSphereColliderPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_ClothSphereColliderPair__MoveNext, (Array_InternalEnumerator_1_UnityEngine_ClothSphereColliderPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_ClothSphereColliderPair__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_ClothSphereColliderPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01704D90, Object *, Array_InternalEnumerator_1_UnityEngine_ClothSphereColliderPair__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_ClothSphereColliderPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01704C20, ClothSphereColliderPair, Array_InternalEnumerator_1_UnityEngine_ClothSphereColliderPair__get_Current, (Array_InternalEnumerator_1_UnityEngine_ClothSphereColliderPair_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FDC8, Array_InternalEnumerator_1_UnityEngine_ClothSphereColliderPair__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Color___ctor, (Array_InternalEnumerator_1_UnityEngine_Color_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Color__Dispose, (Array_InternalEnumerator_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Color__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Color__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01704F90, Object *, Array_InternalEnumerator_1_UnityEngine_Color__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01704E20, Color, Array_InternalEnumerator_1_UnityEngine_Color__get_Current, (Array_InternalEnumerator_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FDC0, Array_InternalEnumerator_1_UnityEngine_Color__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Color32___ctor, (Array_InternalEnumerator_1_UnityEngine_Color32_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Color32__Dispose, (Array_InternalEnumerator_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Color32__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Color32__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01705190, Object *, Array_InternalEnumerator_1_UnityEngine_Color32__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01705020, Color32, Array_InternalEnumerator_1_UnityEngine_Color32__get_Current, (Array_InternalEnumerator_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FD98, Array_InternalEnumerator_1_UnityEngine_Color32__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UI_ColorBlock___ctor, (Array_InternalEnumerator_1_UnityEngine_UI_ColorBlock_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UI_ColorBlock__Dispose, (Array_InternalEnumerator_1_UnityEngine_UI_ColorBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UI_ColorBlock__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UI_ColorBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UI_ColorBlock__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UI_ColorBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017053D0, Object *, Array_InternalEnumerator_1_UnityEngine_UI_ColorBlock__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UI_ColorBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01705220, ColorBlock, Array_InternalEnumerator_1_UnityEngine_UI_ColorBlock__get_Current, (Array_InternalEnumerator_1_UnityEngine_UI_ColorBlock_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FD90, Array_InternalEnumerator_1_UnityEngine_UI_ColorBlock__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_CombineInstance___ctor, (Array_InternalEnumerator_1_UnityEngine_CombineInstance_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_CombineInstance__Dispose, (Array_InternalEnumerator_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_CombineInstance__MoveNext, (Array_InternalEnumerator_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_CombineInstance__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01705650, Object *, Array_InternalEnumerator_1_UnityEngine_CombineInstance__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017054A0, CombineInstance, Array_InternalEnumerator_1_UnityEngine_CombineInstance__get_Current, (Array_InternalEnumerator_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FDA8, Array_InternalEnumerator_1_UnityEngine_CombineInstance__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Pathfinding_Voxels_CompactVoxelCell___ctor, (Array_InternalEnumerator_1_Pathfinding_Voxels_CompactVoxelCell_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Pathfinding_Voxels_CompactVoxelCell__Dispose, (Array_InternalEnumerator_1_Pathfinding_Voxels_CompactVoxelCell_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Pathfinding_Voxels_CompactVoxelCell__MoveNext, (Array_InternalEnumerator_1_Pathfinding_Voxels_CompactVoxelCell_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Pathfinding_Voxels_CompactVoxelCell__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Pathfinding_Voxels_CompactVoxelCell_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017058A0, Object *, Array_InternalEnumerator_1_Pathfinding_Voxels_CompactVoxelCell__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Pathfinding_Voxels_CompactVoxelCell_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01705730, CompactVoxelCell, Array_InternalEnumerator_1_Pathfinding_Voxels_CompactVoxelCell__get_Current, (Array_InternalEnumerator_1_Pathfinding_Voxels_CompactVoxelCell_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FDA0, Array_InternalEnumerator_1_Pathfinding_Voxels_CompactVoxelCell__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Pathfinding_Voxels_CompactVoxelSpan___ctor, (Array_InternalEnumerator_1_Pathfinding_Voxels_CompactVoxelSpan_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Pathfinding_Voxels_CompactVoxelSpan__Dispose, (Array_InternalEnumerator_1_Pathfinding_Voxels_CompactVoxelSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Pathfinding_Voxels_CompactVoxelSpan__MoveNext, (Array_InternalEnumerator_1_Pathfinding_Voxels_CompactVoxelSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Pathfinding_Voxels_CompactVoxelSpan__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Pathfinding_Voxels_CompactVoxelSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01705AA0, Object *, Array_InternalEnumerator_1_Pathfinding_Voxels_CompactVoxelSpan__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Pathfinding_Voxels_CompactVoxelSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01705930, CompactVoxelSpan, Array_InternalEnumerator_1_Pathfinding_Voxels_CompactVoxelSpan__get_Current, (Array_InternalEnumerator_1_Pathfinding_Voxels_CompactVoxelSpan_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FCF8, Array_InternalEnumerator_1_Pathfinding_Voxels_CompactVoxelSpan__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_ComputedStyle___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_ComputedStyle_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_ComputedStyle__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_ComputedStyle__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_ComputedStyle__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01705CE0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_ComputedStyle__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01705B30, ComputedStyle, Array_InternalEnumerator_1_UnityEngine_UIElements_ComputedStyle__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FCF0, Array_InternalEnumerator_1_UnityEngine_UIElements_ComputedStyle__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01705F30, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01705DB0, ComputedTransitionProperty, Array_InternalEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FD08, Array_InternalEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor___ctor, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__Dispose, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__MoveNext, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01706150, Object *, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01705FD0, ConfigurationDescriptor, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__get_Current, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FD00, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Pathfinding_Connection___ctor, (Array_InternalEnumerator_1_Pathfinding_Connection_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Pathfinding_Connection__Dispose, (Array_InternalEnumerator_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Pathfinding_Connection__MoveNext, (Array_InternalEnumerator_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Pathfinding_Connection__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01706360, Object *, Array_InternalEnumerator_1_Pathfinding_Connection__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017061F0, Connection, Array_InternalEnumerator_1_Pathfinding_Connection__get_Current, (Array_InternalEnumerator_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FCD8, Array_InternalEnumerator_1_Pathfinding_Connection__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_ContactPoint___ctor, (Array_InternalEnumerator_1_UnityEngine_ContactPoint_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_ContactPoint__Dispose, (Array_InternalEnumerator_1_UnityEngine_ContactPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_ContactPoint__MoveNext, (Array_InternalEnumerator_1_UnityEngine_ContactPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_ContactPoint__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_ContactPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01706570, Object *, Array_InternalEnumerator_1_UnityEngine_ContactPoint__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_ContactPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017063F0, ContactPoint, Array_InternalEnumerator_1_UnityEngine_ContactPoint__get_Current, (Array_InternalEnumerator_1_UnityEngine_ContactPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FCD0, Array_InternalEnumerator_1_UnityEngine_ContactPoint__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_ContactPoint2D___ctor, (Array_InternalEnumerator_1_UnityEngine_ContactPoint2D_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_ContactPoint2D__Dispose, (Array_InternalEnumerator_1_UnityEngine_ContactPoint2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_ContactPoint2D__MoveNext, (Array_InternalEnumerator_1_UnityEngine_ContactPoint2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_ContactPoint2D__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_ContactPoint2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017067B0, Object *, Array_InternalEnumerator_1_UnityEngine_ContactPoint2D__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_ContactPoint2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01706620, ContactPoint2D, Array_InternalEnumerator_1_UnityEngine_ContactPoint2D__get_Current, (Array_InternalEnumerator_1_UnityEngine_ContactPoint2D_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FCE8, Array_InternalEnumerator_1_UnityEngine_ContactPoint2D__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Rewired_ControllerPollingInfo___ctor, (Array_InternalEnumerator_1_Rewired_ControllerPollingInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Rewired_ControllerPollingInfo__Dispose, (Array_InternalEnumerator_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Rewired_ControllerPollingInfo__MoveNext, (Array_InternalEnumerator_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Rewired_ControllerPollingInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01706A00, Object *, Array_InternalEnumerator_1_Rewired_ControllerPollingInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01706870, ControllerPollingInfo, Array_InternalEnumerator_1_Rewired_ControllerPollingInfo__get_Current, (Array_InternalEnumerator_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FCE0, Array_InternalEnumerator_1_Rewired_ControllerPollingInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Rewired_ControllerTemplateElementTarget___ctor, (Array_InternalEnumerator_1_Rewired_ControllerTemplateElementTarget_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Rewired_ControllerTemplateElementTarget__Dispose, (Array_InternalEnumerator_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Rewired_ControllerTemplateElementTarget__MoveNext, (Array_InternalEnumerator_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Rewired_ControllerTemplateElementTarget__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01706C30, Object *, Array_InternalEnumerator_1_Rewired_ControllerTemplateElementTarget__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01706AC0, ControllerTemplateElementTarget, Array_InternalEnumerator_1_Rewired_ControllerTemplateElementTarget__get_Current, (Array_InternalEnumerator_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FD38, Array_InternalEnumerator_1_Rewired_ControllerTemplateElementTarget__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_SplineMesh_CurveSample___ctor, (Array_InternalEnumerator_1_SplineMesh_CurveSample_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_SplineMesh_CurveSample__Dispose, (Array_InternalEnumerator_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_SplineMesh_CurveSample__MoveNext, (Array_InternalEnumerator_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_SplineMesh_CurveSample__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01706E60, Object *, Array_InternalEnumerator_1_SplineMesh_CurveSample__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01706CC0, CurveSample, Array_InternalEnumerator_1_SplineMesh_CurveSample__get_Current, (Array_InternalEnumerator_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FD30, Array_InternalEnumerator_1_SplineMesh_CurveSample__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Reflection_CustomAttributeNamedArgument___ctor, (Array_InternalEnumerator_1_System_Reflection_CustomAttributeNamedArgument_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Reflection_CustomAttributeNamedArgument__Dispose, (Array_InternalEnumerator_1_System_Reflection_CustomAttributeNamedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Reflection_CustomAttributeNamedArgument__MoveNext, (Array_InternalEnumerator_1_System_Reflection_CustomAttributeNamedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Reflection_CustomAttributeNamedArgument__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Reflection_CustomAttributeNamedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017070B0, Object *, Array_InternalEnumerator_1_System_Reflection_CustomAttributeNamedArgument__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Reflection_CustomAttributeNamedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01706F20, CustomAttributeNamedArgument, Array_InternalEnumerator_1_System_Reflection_CustomAttributeNamedArgument__get_Current, (Array_InternalEnumerator_1_System_Reflection_CustomAttributeNamedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FD48, Array_InternalEnumerator_1_System_Reflection_CustomAttributeNamedArgument__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Reflection_CustomAttributeTypedArgument___ctor, (Array_InternalEnumerator_1_System_Reflection_CustomAttributeTypedArgument_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Reflection_CustomAttributeTypedArgument__Dispose, (Array_InternalEnumerator_1_System_Reflection_CustomAttributeTypedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Reflection_CustomAttributeTypedArgument__MoveNext, (Array_InternalEnumerator_1_System_Reflection_CustomAttributeTypedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Reflection_CustomAttributeTypedArgument__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Reflection_CustomAttributeTypedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017072D0, Object *, Array_InternalEnumerator_1_System_Reflection_CustomAttributeTypedArgument__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Reflection_CustomAttributeTypedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01707160, CustomAttributeTypedArgument, Array_InternalEnumerator_1_System_Reflection_CustomAttributeTypedArgument__get_Current, (Array_InternalEnumerator_1_System_Reflection_CustomAttributeTypedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FD40, Array_InternalEnumerator_1_System_Reflection_CustomAttributeTypedArgument__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_DateTime___ctor, (Array_InternalEnumerator_1_DateTime_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_DateTime__Dispose, (Array_InternalEnumerator_1_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_DateTime__MoveNext, (Array_InternalEnumerator_1_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_DateTime__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017074D0, Object *, Array_InternalEnumerator_1_DateTime__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01707360, DateTime, Array_InternalEnumerator_1_DateTime__get_Current, (Array_InternalEnumerator_1_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FD18, Array_InternalEnumerator_1_DateTime__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_DateTimeOffset___ctor, (Array_InternalEnumerator_1_DateTimeOffset_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_DateTimeOffset__Dispose, (Array_InternalEnumerator_1_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_DateTimeOffset__MoveNext, (Array_InternalEnumerator_1_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_DateTimeOffset__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017076D0, Object *, Array_InternalEnumerator_1_DateTimeOffset__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01707560, DateTimeOffset, Array_InternalEnumerator_1_DateTimeOffset__get_Current, (Array_InternalEnumerator_1_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FD10, Array_InternalEnumerator_1_DateTimeOffset__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Decimal___ctor, (Array_InternalEnumerator_1_Decimal_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Decimal__Dispose, (Array_InternalEnumerator_1_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Decimal__MoveNext, (Array_InternalEnumerator_1_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Decimal__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017078D0, Object *, Array_InternalEnumerator_1_Decimal__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01707760, Decimal, Array_InternalEnumerator_1_Decimal__get_Current, (Array_InternalEnumerator_1_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FD28, Array_InternalEnumerator_1_Decimal__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_DetailInstanceTransform___ctor, (Array_InternalEnumerator_1_UnityEngine_DetailInstanceTransform_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_DetailInstanceTransform__Dispose, (Array_InternalEnumerator_1_UnityEngine_DetailInstanceTransform_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_DetailInstanceTransform__MoveNext, (Array_InternalEnumerator_1_UnityEngine_DetailInstanceTransform_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_DetailInstanceTransform__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_DetailInstanceTransform_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01707AE0, Object *, Array_InternalEnumerator_1_UnityEngine_DetailInstanceTransform__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_DetailInstanceTransform_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01707960, DetailInstanceTransform, Array_InternalEnumerator_1_UnityEngine_DetailInstanceTransform__get_Current, (Array_InternalEnumerator_1_UnityEngine_DetailInstanceTransform_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FD20, Array_InternalEnumerator_1_UnityEngine_DetailInstanceTransform__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Dispose, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__MoveNext, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01707D10, Object *, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01707B80, DiagnosticEvent, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__get_Current, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FC78, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_DictionaryEntry___ctor, (Array_InternalEnumerator_1_System_Collections_DictionaryEntry_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_DictionaryEntry__Dispose, (Array_InternalEnumerator_1_System_Collections_DictionaryEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_DictionaryEntry__MoveNext, (Array_InternalEnumerator_1_System_Collections_DictionaryEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_DictionaryEntry__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_DictionaryEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01707F30, Object *, Array_InternalEnumerator_1_System_Collections_DictionaryEntry__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_DictionaryEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01707DC0, DictionaryEntry, Array_InternalEnumerator_1_System_Collections_DictionaryEntry__get_Current, (Array_InternalEnumerator_1_System_Collections_DictionaryEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FC70, Array_InternalEnumerator_1_System_Collections_DictionaryEntry__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Dimension___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Dimension_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Dimension__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Dimension_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Dimension__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Dimension_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Dimension__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Dimension_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01708130, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Dimension__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Dimension_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01707FC0, Dimension, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Dimension__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Dimension_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FC88, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Dimension__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Double___ctor, (Array_InternalEnumerator_1_Double_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Double__Dispose, (Array_InternalEnumerator_1_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Double__MoveNext, (Array_InternalEnumerator_1_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Double__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01708330, Object *, Array_InternalEnumerator_1_Double__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017081C0, double, Array_InternalEnumerator_1_Double__get_Current, (Array_InternalEnumerator_1_Double_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FC80, Array_InternalEnumerator_1_Double__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01708530, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017083C0, DrawBufferRange, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FC58, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_EasingFunction___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_EasingFunction_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_EasingFunction__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_EasingFunction__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_EasingFunction__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01708730, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_EasingFunction__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017085C0, EasingFunction, Array_InternalEnumerator_1_UnityEngine_UIElements_EasingFunction__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FC50, Array_InternalEnumerator_1_UnityEngine_UIElements_EasingFunction__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Rewired_ElementAssignmentConflictInfo___ctor, (Array_InternalEnumerator_1_Rewired_ElementAssignmentConflictInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Rewired_ElementAssignmentConflictInfo__Dispose, (Array_InternalEnumerator_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Rewired_ElementAssignmentConflictInfo__MoveNext, (Array_InternalEnumerator_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Rewired_ElementAssignmentConflictInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01708950, Object *, Array_InternalEnumerator_1_Rewired_ElementAssignmentConflictInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017087C0, ElementAssignmentConflictInfo, Array_InternalEnumerator_1_Rewired_ElementAssignmentConflictInfo__get_Current, (Array_InternalEnumerator_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FC68, Array_InternalEnumerator_1_Rewired_ElementAssignmentConflictInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Discord_Entitlement___ctor, (Array_InternalEnumerator_1_Discord_Entitlement_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Discord_Entitlement__Dispose, (Array_InternalEnumerator_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Discord_Entitlement__MoveNext, (Array_InternalEnumerator_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Discord_Entitlement__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01708B90, Object *, Array_InternalEnumerator_1_Discord_Entitlement__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01708A10, Entitlement, Array_InternalEnumerator_1_Discord_Entitlement__get_Current, (Array_InternalEnumerator_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FC60, Array_InternalEnumerator_1_Discord_Entitlement__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Runtime_CompilerServices_Ephemeron___ctor, (Array_InternalEnumerator_1_System_Runtime_CompilerServices_Ephemeron_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Runtime_CompilerServices_Ephemeron__Dispose, (Array_InternalEnumerator_1_System_Runtime_CompilerServices_Ephemeron_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Runtime_CompilerServices_Ephemeron__MoveNext, (Array_InternalEnumerator_1_System_Runtime_CompilerServices_Ephemeron_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Runtime_CompilerServices_Ephemeron__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Runtime_CompilerServices_Ephemeron_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01708DA0, Object *, Array_InternalEnumerator_1_System_Runtime_CompilerServices_Ephemeron__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Runtime_CompilerServices_Ephemeron_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01708C30, Ephemeron, Array_InternalEnumerator_1_System_Runtime_CompilerServices_Ephemeron__get_Current, (Array_InternalEnumerator_1_System_Runtime_CompilerServices_Ephemeron_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FCB8, Array_InternalEnumerator_1_System_Runtime_CompilerServices_Ephemeron__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Photon_Bolt_EventReliable___ctor, (Array_InternalEnumerator_1_Photon_Bolt_EventReliable_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Photon_Bolt_EventReliable__Dispose, (Array_InternalEnumerator_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Photon_Bolt_EventReliable__MoveNext, (Array_InternalEnumerator_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Photon_Bolt_EventReliable__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01708FA0, Object *, Array_InternalEnumerator_1_Photon_Bolt_EventReliable__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01708E30, EventReliable, Array_InternalEnumerator_1_Photon_Bolt_EventReliable__get_Current, (Array_InternalEnumerator_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FCB0, Array_InternalEnumerator_1_Photon_Bolt_EventReliable__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Photon_Bolt_EventUnreliable___ctor, (Array_InternalEnumerator_1_Photon_Bolt_EventUnreliable_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Photon_Bolt_EventUnreliable__Dispose, (Array_InternalEnumerator_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Photon_Bolt_EventUnreliable__MoveNext, (Array_InternalEnumerator_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Photon_Bolt_EventUnreliable__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017091B0, Object *, Array_InternalEnumerator_1_Photon_Bolt_EventUnreliable__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01709030, EventUnreliable, Array_InternalEnumerator_1_Photon_Bolt_EventUnreliable__get_Current, (Array_InternalEnumerator_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FCC8, Array_InternalEnumerator_1_Photon_Bolt_EventUnreliable__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Runtime_InteropServices_ComTypes_FORMATETC___ctor, (Array_InternalEnumerator_1_System_Runtime_InteropServices_ComTypes_FORMATETC_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Runtime_InteropServices_ComTypes_FORMATETC__Dispose, (Array_InternalEnumerator_1_System_Runtime_InteropServices_ComTypes_FORMATETC_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Runtime_InteropServices_ComTypes_FORMATETC__MoveNext, (Array_InternalEnumerator_1_System_Runtime_InteropServices_ComTypes_FORMATETC_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Runtime_InteropServices_ComTypes_FORMATETC__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Runtime_InteropServices_ComTypes_FORMATETC_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017093D0, Object *, Array_InternalEnumerator_1_System_Runtime_InteropServices_ComTypes_FORMATETC__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Runtime_InteropServices_ComTypes_FORMATETC_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01709250, FORMATETC, Array_InternalEnumerator_1_System_Runtime_InteropServices_ComTypes_FORMATETC__get_Current, (Array_InternalEnumerator_1_System_Runtime_InteropServices_ComTypes_FORMATETC_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FCC0, Array_InternalEnumerator_1_System_Runtime_InteropServices_ComTypes_FORMATETC__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Discord_FileStat___ctor, (Array_InternalEnumerator_1_Discord_FileStat_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Discord_FileStat__Dispose, (Array_InternalEnumerator_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Discord_FileStat__MoveNext, (Array_InternalEnumerator_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Discord_FileStat__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017095F0, Object *, Array_InternalEnumerator_1_Discord_FileStat__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01709470, FileStat, Array_InternalEnumerator_1_Discord_FileStat__get_Current, (Array_InternalEnumerator_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FC98, Array_InternalEnumerator_1_Discord_FileStat__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_FontDefinition___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_FontDefinition_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_FontDefinition__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_FontDefinition__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_FontDefinition__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01709800, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_FontDefinition__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01709690, FontDefinition, Array_InternalEnumerator_1_UnityEngine_UIElements_FontDefinition__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FC90, Array_InternalEnumerator_1_UnityEngine_UIElements_FontDefinition__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_FontWeightPair___ctor, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_FontWeightPair_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_FontWeightPair__Dispose, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_FontWeightPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_FontWeightPair__MoveNext, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_FontWeightPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_FontWeightPair__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_FontWeightPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01709A00, Object *, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_FontWeightPair__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_FontWeightPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01709890, FontWeightPair, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_FontWeightPair__get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_FontWeightPair_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FCA8, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_FontWeightPair__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Dissonance_Audio_Playback_FrameFormat___ctor, (Array_InternalEnumerator_1_Dissonance_Audio_Playback_FrameFormat_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Dissonance_Audio_Playback_FrameFormat__Dispose, (Array_InternalEnumerator_1_Dissonance_Audio_Playback_FrameFormat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Dissonance_Audio_Playback_FrameFormat__MoveNext, (Array_InternalEnumerator_1_Dissonance_Audio_Playback_FrameFormat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Dissonance_Audio_Playback_FrameFormat__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Dissonance_Audio_Playback_FrameFormat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01709C10, Object *, Array_InternalEnumerator_1_Dissonance_Audio_Playback_FrameFormat__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Dissonance_Audio_Playback_FrameFormat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01709A90, FrameFormat, Array_InternalEnumerator_1_Dissonance_Audio_Playback_FrameFormat__get_Current, (Array_InternalEnumerator_1_Dissonance_Audio_Playback_FrameFormat_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FCA0, Array_InternalEnumerator_1_Dissonance_Audio_Playback_FrameFormat__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Runtime_InteropServices_GCHandle___ctor, (Array_InternalEnumerator_1_System_Runtime_InteropServices_GCHandle_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Runtime_InteropServices_GCHandle__Dispose, (Array_InternalEnumerator_1_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Runtime_InteropServices_GCHandle__MoveNext, (Array_InternalEnumerator_1_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Runtime_InteropServices_GCHandle__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01709E20, Object *, Array_InternalEnumerator_1_System_Runtime_InteropServices_GCHandle__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01709CB0, GCHandle, Array_InternalEnumerator_1_System_Runtime_InteropServices_GCHandle__get_Current, (Array_InternalEnumerator_1_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FBF8, Array_InternalEnumerator_1_System_Runtime_InteropServices_GCHandle__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170A020, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01709EB0, GfxUpdateBufferRange, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FBF0, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Rendering_GlobalKeyword___ctor, (Array_InternalEnumerator_1_UnityEngine_Rendering_GlobalKeyword_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Rendering_GlobalKeyword__Dispose, (Array_InternalEnumerator_1_UnityEngine_Rendering_GlobalKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Rendering_GlobalKeyword__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Rendering_GlobalKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Rendering_GlobalKeyword__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Rendering_GlobalKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170A220, Object *, Array_InternalEnumerator_1_UnityEngine_Rendering_GlobalKeyword__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_GlobalKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170A0B0, GlobalKeyword, Array_InternalEnumerator_1_UnityEngine_Rendering_GlobalKeyword__get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_GlobalKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FC08, Array_InternalEnumerator_1_UnityEngine_Rendering_GlobalKeyword__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphMarshallingStruct___ctor, (Array_InternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphMarshallingStruct_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphMarshallingStruct__Dispose, (Array_InternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphMarshallingStruct_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphMarshallingStruct__MoveNext, (Array_InternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphMarshallingStruct_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphMarshallingStruct__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphMarshallingStruct_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170A440, Object *, Array_InternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphMarshallingStruct__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphMarshallingStruct_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170A2B0, GlyphMarshallingStruct, Array_InternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphMarshallingStruct__get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphMarshallingStruct_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FC00, Array_InternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphMarshallingStruct__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor, (Array_InternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Dispose, (Array_InternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__MoveNext, (Array_InternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170A680, Object *, Array_InternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170A4F0, GlyphPairAdjustmentRecord, Array_InternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FBD8, Array_InternalEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_TextCore_GlyphRect___ctor, (Array_InternalEnumerator_1_UnityEngine_TextCore_GlyphRect_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_TextCore_GlyphRect__Dispose, (Array_InternalEnumerator_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_TextCore_GlyphRect__MoveNext, (Array_InternalEnumerator_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_TextCore_GlyphRect__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170A8B0, Object *, Array_InternalEnumerator_1_UnityEngine_TextCore_GlyphRect__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170A740, GlyphRect, Array_InternalEnumerator_1_UnityEngine_TextCore_GlyphRect__get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FBD0, Array_InternalEnumerator_1_UnityEngine_TextCore_GlyphRect__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_GradientAlphaKey___ctor, (Array_InternalEnumerator_1_UnityEngine_GradientAlphaKey_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_GradientAlphaKey__Dispose, (Array_InternalEnumerator_1_UnityEngine_GradientAlphaKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_GradientAlphaKey__MoveNext, (Array_InternalEnumerator_1_UnityEngine_GradientAlphaKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_GradientAlphaKey__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_GradientAlphaKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170AAB0, Object *, Array_InternalEnumerator_1_UnityEngine_GradientAlphaKey__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_GradientAlphaKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170A940, GradientAlphaKey, Array_InternalEnumerator_1_UnityEngine_GradientAlphaKey__get_Current, (Array_InternalEnumerator_1_UnityEngine_GradientAlphaKey_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FBE8, Array_InternalEnumerator_1_UnityEngine_GradientAlphaKey__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_GradientColorKey___ctor, (Array_InternalEnumerator_1_UnityEngine_GradientColorKey_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_GradientColorKey__Dispose, (Array_InternalEnumerator_1_UnityEngine_GradientColorKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_GradientColorKey__MoveNext, (Array_InternalEnumerator_1_UnityEngine_GradientColorKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_GradientColorKey__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_GradientColorKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170ACC0, Object *, Array_InternalEnumerator_1_UnityEngine_GradientColorKey__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_GradientColorKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170AB40, GradientColorKey, Array_InternalEnumerator_1_UnityEngine_GradientColorKey__get_Current, (Array_InternalEnumerator_1_UnityEngine_GradientColorKey_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FBE0, Array_InternalEnumerator_1_UnityEngine_GradientColorKey__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_GradientSettings___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_GradientSettings_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_GradientSettings__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_GradientSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_GradientSettings__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_GradientSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_GradientSettings__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_GradientSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170AEE0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_GradientSettings__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_GradientSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170AD60, GradientSettings, Array_InternalEnumerator_1_UnityEngine_UIElements_GradientSettings__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_GradientSettings_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FC38, Array_InternalEnumerator_1_UnityEngine_UIElements_GradientSettings__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Guid___ctor, (Array_InternalEnumerator_1_Guid_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Guid__Dispose, (Array_InternalEnumerator_1_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Guid__MoveNext, (Array_InternalEnumerator_1_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Guid__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170B0F0, Object *, Array_InternalEnumerator_1_Guid__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170AF80, Guid, Array_InternalEnumerator_1_Guid__get_Current, (Array_InternalEnumerator_1_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FC30, Array_InternalEnumerator_1_Guid__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_HandJointLocation___ctor, (Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_HandJointLocation_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_HandJointLocation__Dispose, (Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_HandJointLocation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_HandJointLocation__MoveNext, (Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_HandJointLocation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_HandJointLocation__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_HandJointLocation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170B300, Object *, Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_HandJointLocation__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_HandJointLocation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170B180, HandJointLocation, Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_HandJointLocation__get_Current, (Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_HandJointLocation_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FC48, Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_HandJointLocation__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Hash128___ctor, (Array_InternalEnumerator_1_UnityEngine_Hash128_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Hash128__Dispose, (Array_InternalEnumerator_1_UnityEngine_Hash128_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Hash128__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Hash128_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Hash128__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Hash128_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170B520, Object *, Array_InternalEnumerator_1_UnityEngine_Hash128__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Hash128_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170B3B0, Hash128, Array_InternalEnumerator_1_UnityEngine_Hash128__get_Current, (Array_InternalEnumerator_1_UnityEngine_Hash128_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FC40, Array_InternalEnumerator_1_UnityEngine_Hash128__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Net_HeaderVariantInfo___ctor, (Array_InternalEnumerator_1_System_Net_HeaderVariantInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Net_HeaderVariantInfo__Dispose, (Array_InternalEnumerator_1_System_Net_HeaderVariantInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Net_HeaderVariantInfo__MoveNext, (Array_InternalEnumerator_1_System_Net_HeaderVariantInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Net_HeaderVariantInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Net_HeaderVariantInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170B720, Object *, Array_InternalEnumerator_1_System_Net_HeaderVariantInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Net_HeaderVariantInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170B5B0, HeaderVariantInfo, Array_InternalEnumerator_1_System_Net_HeaderVariantInfo__get_Current, (Array_InternalEnumerator_1_System_Net_HeaderVariantInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FC18, Array_InternalEnumerator_1_System_Net_HeaderVariantInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_TMPro_HighlightState___ctor, (Array_InternalEnumerator_1_TMPro_HighlightState_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_TMPro_HighlightState__Dispose, (Array_InternalEnumerator_1_TMPro_HighlightState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_TMPro_HighlightState__MoveNext, (Array_InternalEnumerator_1_TMPro_HighlightState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_TMPro_HighlightState__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_TMPro_HighlightState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170B930, Object *, Array_InternalEnumerator_1_TMPro_HighlightState__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_TMPro_HighlightState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170B7B0, HighlightState, Array_InternalEnumerator_1_TMPro_HighlightState__get_Current, (Array_InternalEnumerator_1_TMPro_HighlightState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FC10, Array_InternalEnumerator_1_TMPro_HighlightState__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_HumanBone___ctor, (Array_InternalEnumerator_1_UnityEngine_HumanBone_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_HumanBone__Dispose, (Array_InternalEnumerator_1_UnityEngine_HumanBone_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_HumanBone__MoveNext, (Array_InternalEnumerator_1_UnityEngine_HumanBone_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_HumanBone__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_HumanBone_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170BB60, Object *, Array_InternalEnumerator_1_UnityEngine_HumanBone__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_HumanBone_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170B9D0, HumanBone, Array_InternalEnumerator_1_UnityEngine_HumanBone__get_Current, (Array_InternalEnumerator_1_UnityEngine_HumanBone_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FC28, Array_InternalEnumerator_1_UnityEngine_HumanBone__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ImpactEffect___ctor, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ImpactEffect_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ImpactEffect__Dispose, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ImpactEffect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ImpactEffect__MoveNext, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ImpactEffect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ImpactEffect__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ImpactEffect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170BD90, Object *, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ImpactEffect__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ImpactEffect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170BC20, ImpactEffect, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ImpactEffect__get_Current, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ImpactEffect_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FC20, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ImpactEffect__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Rewired_InputActionSourceData___ctor, (Array_InternalEnumerator_1_Rewired_InputActionSourceData_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Rewired_InputActionSourceData__Dispose, (Array_InternalEnumerator_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Rewired_InputActionSourceData__MoveNext, (Array_InternalEnumerator_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Rewired_InputActionSourceData__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170BFA0, Object *, Array_InternalEnumerator_1_Rewired_InputActionSourceData__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170BE20, InputActionSourceData, Array_InternalEnumerator_1_Rewired_InputActionSourceData__get_Current, (Array_InternalEnumerator_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FB78, Array_InternalEnumerator_1_Rewired_InputActionSourceData__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputBinding___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputBinding_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputBinding__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputBinding__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputBinding__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170C1F0, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputBinding__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170C040, InputBinding, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputBinding__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FB70, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputBinding__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170C440, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170C2C0, InputControlScheme, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FB88, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_XR_InputDevice___ctor, (Array_InternalEnumerator_1_UnityEngine_XR_InputDevice_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_XR_InputDevice__Dispose, (Array_InternalEnumerator_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_XR_InputDevice__MoveNext, (Array_InternalEnumerator_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_XR_InputDevice__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170C650, Object *, Array_InternalEnumerator_1_UnityEngine_XR_InputDevice__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170C4E0, InputDevice_1, Array_InternalEnumerator_1_UnityEngine_XR_InputDevice__get_Current, (Array_InternalEnumerator_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FB80, Array_InternalEnumerator_1_UnityEngine_XR_InputDevice__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170C870, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170C6E0, InputDeviceDescription, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FB58, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170CAA0, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170C930, InputEventPtr, Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FB50, Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170CCA0, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170CB30, InputUser, Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FB68, Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Int16___ctor, (Array_InternalEnumerator_1_Int16_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Int16__Dispose, (Array_InternalEnumerator_1_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Int16__MoveNext, (Array_InternalEnumerator_1_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Int16__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170CEA0, Object *, Array_InternalEnumerator_1_Int16__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170CD30, int16_t, Array_InternalEnumerator_1_Int16__get_Current, (Array_InternalEnumerator_1_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FB60, Array_InternalEnumerator_1_Int16__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Pathfinding_Int2___ctor, (Array_InternalEnumerator_1_Pathfinding_Int2_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Pathfinding_Int2__Dispose, (Array_InternalEnumerator_1_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Pathfinding_Int2__MoveNext, (Array_InternalEnumerator_1_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Pathfinding_Int2__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170D0A0, Object *, Array_InternalEnumerator_1_Pathfinding_Int2__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170CF30, Int2, Array_InternalEnumerator_1_Pathfinding_Int2__get_Current, (Array_InternalEnumerator_1_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FBB8, Array_InternalEnumerator_1_Pathfinding_Int2__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Pathfinding_Int3___ctor, (Array_InternalEnumerator_1_Pathfinding_Int3_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Pathfinding_Int3__Dispose, (Array_InternalEnumerator_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Pathfinding_Int3__MoveNext, (Array_InternalEnumerator_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Pathfinding_Int3__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170D2B0, Object *, Array_InternalEnumerator_1_Pathfinding_Int3__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170D130, Int3, Array_InternalEnumerator_1_Pathfinding_Int3__get_Current, (Array_InternalEnumerator_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FBB0, Array_InternalEnumerator_1_Pathfinding_Int3__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Int32___ctor, (Array_InternalEnumerator_1_Int32_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Int32__Dispose, (Array_InternalEnumerator_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Int32__MoveNext, (Array_InternalEnumerator_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Int32__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170D4C0, Object *, Array_InternalEnumerator_1_Int32__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170D350, int32_t, Array_InternalEnumerator_1_Int32__get_Current, (Array_InternalEnumerator_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FBC8, Array_InternalEnumerator_1_Int32__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Int32Enum___ctor, (Array_InternalEnumerator_1_Int32Enum_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Int32Enum__Dispose, (Array_InternalEnumerator_1_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Int32Enum__MoveNext, (Array_InternalEnumerator_1_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Int32Enum__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170D6C0, Object *, Array_InternalEnumerator_1_Int32Enum__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170D550, Int32Enum__Enum, Array_InternalEnumerator_1_Int32Enum__get_Current, (Array_InternalEnumerator_1_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FBC0, Array_InternalEnumerator_1_Int32Enum__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Int64___ctor, (Array_InternalEnumerator_1_Int64_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Int64__Dispose, (Array_InternalEnumerator_1_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Int64__MoveNext, (Array_InternalEnumerator_1_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Int64__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170D8C0, Object *, Array_InternalEnumerator_1_Int64__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170D750, int64_t, Array_InternalEnumerator_1_Int64__get_Current, (Array_InternalEnumerator_1_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FB98, Array_InternalEnumerator_1_Int64__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Pathfinding_ClipperLib_IntPoint___ctor, (Array_InternalEnumerator_1_Pathfinding_ClipperLib_IntPoint_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Pathfinding_ClipperLib_IntPoint__Dispose, (Array_InternalEnumerator_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Pathfinding_ClipperLib_IntPoint__MoveNext, (Array_InternalEnumerator_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Pathfinding_ClipperLib_IntPoint__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170DAC0, Object *, Array_InternalEnumerator_1_Pathfinding_ClipperLib_IntPoint__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170D950, IntPoint, Array_InternalEnumerator_1_Pathfinding_ClipperLib_IntPoint__get_Current, (Array_InternalEnumerator_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FB90, Array_InternalEnumerator_1_Pathfinding_ClipperLib_IntPoint__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_IntPtr___ctor, (Array_InternalEnumerator_1_IntPtr_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_IntPtr__Dispose, (Array_InternalEnumerator_1_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_IntPtr__MoveNext, (Array_InternalEnumerator_1_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_IntPtr__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170DCC0, Object *, Array_InternalEnumerator_1_IntPtr__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170DB50, void *, Array_InternalEnumerator_1_IntPtr__get_Current, (Array_InternalEnumerator_1_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FBA8, Array_InternalEnumerator_1_IntPtr__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Pathfinding_IntRect___ctor, (Array_InternalEnumerator_1_Pathfinding_IntRect_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Pathfinding_IntRect__Dispose, (Array_InternalEnumerator_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Pathfinding_IntRect__MoveNext, (Array_InternalEnumerator_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Pathfinding_IntRect__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170DEC0, Object *, Array_InternalEnumerator_1_Pathfinding_IntRect__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170DD50, IntRect, Array_InternalEnumerator_1_Pathfinding_IntRect__get_Current, (Array_InternalEnumerator_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FBA0, Array_InternalEnumerator_1_Pathfinding_IntRect__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Globalization_InternalCodePageDataItem___ctor, (Array_InternalEnumerator_1_System_Globalization_InternalCodePageDataItem_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Globalization_InternalCodePageDataItem__Dispose, (Array_InternalEnumerator_1_System_Globalization_InternalCodePageDataItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Globalization_InternalCodePageDataItem__MoveNext, (Array_InternalEnumerator_1_System_Globalization_InternalCodePageDataItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Globalization_InternalCodePageDataItem__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Globalization_InternalCodePageDataItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170E0C0, Object *, Array_InternalEnumerator_1_System_Globalization_InternalCodePageDataItem__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Globalization_InternalCodePageDataItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170DF50, InternalCodePageDataItem, Array_InternalEnumerator_1_System_Globalization_InternalCodePageDataItem__get_Current, (Array_InternalEnumerator_1_System_Globalization_InternalCodePageDataItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FAF8, Array_InternalEnumerator_1_System_Globalization_InternalCodePageDataItem__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Globalization_InternalEncodingDataItem___ctor, (Array_InternalEnumerator_1_System_Globalization_InternalEncodingDataItem_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Globalization_InternalEncodingDataItem__Dispose, (Array_InternalEnumerator_1_System_Globalization_InternalEncodingDataItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Globalization_InternalEncodingDataItem__MoveNext, (Array_InternalEnumerator_1_System_Globalization_InternalEncodingDataItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Globalization_InternalEncodingDataItem__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Globalization_InternalEncodingDataItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170E2C0, Object *, Array_InternalEnumerator_1_System_Globalization_InternalEncodingDataItem__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Globalization_InternalEncodingDataItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170E150, InternalEncodingDataItem, Array_InternalEnumerator_1_System_Globalization_InternalEncodingDataItem__get_Current, (Array_InternalEnumerator_1_System_Globalization_InternalEncodingDataItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FAF0, Array_InternalEnumerator_1_System_Globalization_InternalEncodingDataItem__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170E4C0, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170E350, InternedString, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FB08, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo___ctor, (Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Dispose, (Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__MoveNext, (Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170E6C0, Object *, Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170E550, InterpretedFrameInfo, Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__get_Current, (Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FB00, Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Timeline_IntervalTreeNode___ctor, (Array_InternalEnumerator_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Timeline_IntervalTreeNode__Dispose, (Array_InternalEnumerator_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Timeline_IntervalTreeNode__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170E8D0, Object *, Array_InternalEnumerator_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170E750, IntervalTreeNode, Array_InternalEnumerator_1_UnityEngine_Timeline_IntervalTreeNode__get_Current, (Array_InternalEnumerator_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FAD8, Array_InternalEnumerator_1_UnityEngine_Timeline_IntervalTreeNode__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK___ctor, (Array_InternalEnumerator_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__Dispose, (Array_InternalEnumerator_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__MoveNext, (Array_InternalEnumerator_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170EAE0, Object *, Array_InternalEnumerator_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170E970, IpQCkqlgJLyrFpAOyBfUxXQpJsWK, Array_InternalEnumerator_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__get_Current, (Array_InternalEnumerator_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FAD0, Array_InternalEnumerator_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount___ctor, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Dispose, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__MoveNext, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170ECF0, Object *, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170EB70, ItemDefinitionAmount, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__get_Current, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FAE8, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Keyframe___ctor, (Array_InternalEnumerator_1_UnityEngine_Keyframe_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Keyframe__Dispose, (Array_InternalEnumerator_1_UnityEngine_Keyframe_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Keyframe__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Keyframe_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Keyframe__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Keyframe_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170EF10, Object *, Array_InternalEnumerator_1_UnityEngine_Keyframe__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Keyframe_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170ED90, Keyframe, Array_InternalEnumerator_1_UnityEngine_Keyframe__get_Current, (Array_InternalEnumerator_1_UnityEngine_Keyframe_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FAE0, Array_InternalEnumerator_1_UnityEngine_Keyframe__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_KickedPlayer___ctor, (Array_InternalEnumerator_1_KickedPlayer_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_KickedPlayer__Dispose, (Array_InternalEnumerator_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_KickedPlayer__MoveNext, (Array_InternalEnumerator_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_KickedPlayer__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170F120, Object *, Array_InternalEnumerator_1_KickedPlayer__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170EFB0, KickedPlayer, Array_InternalEnumerator_1_KickedPlayer__get_Current, (Array_InternalEnumerator_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FB38, Array_InternalEnumerator_1_KickedPlayer__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_LOD___ctor, (Array_InternalEnumerator_1_UnityEngine_LOD_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_LOD__Dispose, (Array_InternalEnumerator_1_UnityEngine_LOD_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_LOD__MoveNext, (Array_InternalEnumerator_1_UnityEngine_LOD_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_LOD__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_LOD_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170F320, Object *, Array_InternalEnumerator_1_UnityEngine_LOD__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_LOD_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170F1B0, LOD, Array_InternalEnumerator_1_UnityEngine_LOD__get_Current, (Array_InternalEnumerator_1_UnityEngine_LOD_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FB30, Array_InternalEnumerator_1_UnityEngine_LOD__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_LayerMask___ctor, (Array_InternalEnumerator_1_UnityEngine_LayerMask_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_LayerMask__Dispose, (Array_InternalEnumerator_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_LayerMask__MoveNext, (Array_InternalEnumerator_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_LayerMask__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170F520, Object *, Array_InternalEnumerator_1_UnityEngine_LayerMask__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170F3B0, LayerMask, Array_InternalEnumerator_1_UnityEngine_LayerMask__get_Current, (Array_InternalEnumerator_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FB48, Array_InternalEnumerator_1_UnityEngine_LayerMask__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_Length___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_Length_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_Length__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_Length_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_Length__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_Length_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_Length__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_Length_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170F720, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_Length__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_Length_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170F5B0, Length, Array_InternalEnumerator_1_UnityEngine_UIElements_Length__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_Length_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FB40, Array_InternalEnumerator_1_UnityEngine_UIElements_Length__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI___ctor, (Array_InternalEnumerator_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__Dispose, (Array_InternalEnumerator_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170F960, Object *, Array_InternalEnumerator_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170F7B0, LightDataGI, Array_InternalEnumerator_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FB18, Array_InternalEnumerator_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_LineInfo___ctor, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_LineInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_LineInfo__Dispose, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_LineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_LineInfo__MoveNext, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_LineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_LineInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_LineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170FBE0, Object *, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_LineInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_LineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170FA30, LineInfo_1, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_LineInfo__get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_LineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FB10, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_LineInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_LinkInfo___ctor, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_LinkInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_LinkInfo__Dispose, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_LinkInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_LinkInfo__MoveNext, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_LinkInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_LinkInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_LinkInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170FE30, Object *, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_LinkInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_LinkInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170FCB0, LinkInfo, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_LinkInfo__get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_LinkInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FB28, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_LinkInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_LocalDefinition___ctor, (Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_LocalDefinition_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_LocalDefinition__Dispose, (Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_LocalDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_LocalDefinition__MoveNext, (Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_LocalDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_LocalDefinition__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_LocalDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01710040, Object *, Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_LocalDefinition__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_LocalDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0170FED0, LocalDefinition, Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_LocalDefinition__get_Current, (Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_LocalDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FB20, Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_LocalDefinition__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Rendering_LocalKeyword___ctor, (Array_InternalEnumerator_1_UnityEngine_Rendering_LocalKeyword_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Rendering_LocalKeyword__Dispose, (Array_InternalEnumerator_1_UnityEngine_Rendering_LocalKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Rendering_LocalKeyword__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Rendering_LocalKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Rendering_LocalKeyword__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Rendering_LocalKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01710250, Object *, Array_InternalEnumerator_1_UnityEngine_Rendering_LocalKeyword__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_LocalKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017100D0, LocalKeyword, Array_InternalEnumerator_1_UnityEngine_Rendering_LocalKeyword__get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_LocalKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FAB8, Array_InternalEnumerator_1_UnityEngine_Rendering_LocalKeyword__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01710470, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017102F0, ManipulatorActivationFilter, Array_InternalEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FAB0, Array_InternalEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_TMPro_MaterialReference___ctor, (Array_InternalEnumerator_1_TMPro_MaterialReference_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_TMPro_MaterialReference__Dispose, (Array_InternalEnumerator_1_TMPro_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_TMPro_MaterialReference__MoveNext, (Array_InternalEnumerator_1_TMPro_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_TMPro_MaterialReference__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_TMPro_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017106A0, Object *, Array_InternalEnumerator_1_TMPro_MaterialReference__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_TMPro_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01710510, MaterialReference, Array_InternalEnumerator_1_TMPro_MaterialReference__get_Current, (Array_InternalEnumerator_1_TMPro_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FAC8, Array_InternalEnumerator_1_TMPro_MaterialReference__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_MaterialReference___ctor, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_MaterialReference_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_MaterialReference__Dispose, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_MaterialReference__MoveNext, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_MaterialReference__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017108F0, Object *, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_MaterialReference__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01710760, MaterialReference_1, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_MaterialReference__get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FAC0, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_MaterialReference__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Matrix4x4___ctor, (Array_InternalEnumerator_1_UnityEngine_Matrix4x4_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Matrix4x4__Dispose, (Array_InternalEnumerator_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Matrix4x4__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Matrix4x4__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01710B40, Object *, Array_InternalEnumerator_1_UnityEngine_Matrix4x4__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017109B0, Matrix4x4, Array_InternalEnumerator_1_UnityEngine_Matrix4x4__get_Current, (Array_InternalEnumerator_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FA98, Array_InternalEnumerator_1_UnityEngine_Matrix4x4__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_MeshInfo___ctor, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_MeshInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_MeshInfo__Dispose, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_MeshInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_MeshInfo__MoveNext, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_MeshInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_MeshInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_MeshInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01710D90, Object *, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_MeshInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_MeshInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01710C00, MeshInfo, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_MeshInfo__get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_MeshInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FA90, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_MeshInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat___ctor, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat__Dispose, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat__MoveNext, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01710FC0, Object *, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01710E50, MinMaxFloat, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat__get_Current, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FAA8, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3___ctor, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3__Dispose, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3__MoveNext, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017111D0, Object *, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01711050, MinMaxVector3, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3__get_Current, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8FAA0, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_ModifiableContactPair___ctor, (Array_InternalEnumerator_1_UnityEngine_ModifiableContactPair_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_ModifiableContactPair__Dispose, (Array_InternalEnumerator_1_UnityEngine_ModifiableContactPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_ModifiableContactPair__MoveNext, (Array_InternalEnumerator_1_UnityEngine_ModifiableContactPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_ModifiableContactPair__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_ModifiableContactPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01711430, Object *, Array_InternalEnumerator_1_UnityEngine_ModifiableContactPair__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_ModifiableContactPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01711280, ModifiableContactPair, Array_InternalEnumerator_1_UnityEngine_ModifiableContactPair__get_Current, (Array_InternalEnumerator_1_UnityEngine_ModifiableContactPair_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C941F8, Array_InternalEnumerator_1_UnityEngine_ModifiableContactPair__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01711690, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01711510, NameAndParameters, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94208, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017118B0, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01711730, NamedValue, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94200, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativeAnchor___ctor, (Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativeAnchor__Dispose, (Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativeAnchor__MoveNext, (Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativeAnchor__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01711AE0, Object *, Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativeAnchor__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01711950, NativeAnchor, Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativeAnchor__get_Current, (Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C941A0, Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativeAnchor__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativePlane___ctor, (Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativePlane__Dispose, (Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativePlane__MoveNext, (Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativePlane__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01711D40, Object *, Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativePlane__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01711BA0, NativePlane, Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativePlane__get_Current, (Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94198, Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_NativePlane__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UI_Navigation___ctor, (Array_InternalEnumerator_1_UnityEngine_UI_Navigation_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UI_Navigation__Dispose, (Array_InternalEnumerator_1_UnityEngine_UI_Navigation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UI_Navigation__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UI_Navigation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UI_Navigation__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UI_Navigation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01711F90, Object *, Array_InternalEnumerator_1_UnityEngine_UI_Navigation__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UI_Navigation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01711E00, Navigation, Array_InternalEnumerator_1_UnityEngine_UI_Navigation__get_Current, (Array_InternalEnumerator_1_UnityEngine_UI_Navigation_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C941B0, Array_InternalEnumerator_1_UnityEngine_UI_Navigation__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Photon_Bolt_NetworkId___ctor, (Array_InternalEnumerator_1_Photon_Bolt_NetworkId_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Photon_Bolt_NetworkId__Dispose, (Array_InternalEnumerator_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Photon_Bolt_NetworkId__MoveNext, (Array_InternalEnumerator_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Photon_Bolt_NetworkId__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017121B0, Object *, Array_InternalEnumerator_1_Photon_Bolt_NetworkId__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01712040, NetworkId, Array_InternalEnumerator_1_Photon_Bolt_NetworkId__get_Current, (Array_InternalEnumerator_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C941A8, Array_InternalEnumerator_1_Photon_Bolt_NetworkId__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Photon_Bolt_NetworkPropertyInfo___ctor, (Array_InternalEnumerator_1_Photon_Bolt_NetworkPropertyInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Photon_Bolt_NetworkPropertyInfo__Dispose, (Array_InternalEnumerator_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Photon_Bolt_NetworkPropertyInfo__MoveNext, (Array_InternalEnumerator_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017123C0, Object *, Array_InternalEnumerator_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01712240, NetworkPropertyInfo, Array_InternalEnumerator_1_Photon_Bolt_NetworkPropertyInfo__get_Current, (Array_InternalEnumerator_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94180, Array_InternalEnumerator_1_Photon_Bolt_NetworkPropertyInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Photon_Bolt_NetworkValue___ctor, (Array_InternalEnumerator_1_Photon_Bolt_NetworkValue_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Photon_Bolt_NetworkValue__Dispose, (Array_InternalEnumerator_1_Photon_Bolt_NetworkValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Photon_Bolt_NetworkValue__MoveNext, (Array_InternalEnumerator_1_Photon_Bolt_NetworkValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Photon_Bolt_NetworkValue__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Photon_Bolt_NetworkValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017125E0, Object *, Array_InternalEnumerator_1_Photon_Bolt_NetworkValue__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Photon_Bolt_NetworkValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01712460, NetworkValue, Array_InternalEnumerator_1_Photon_Bolt_NetworkValue__get_Current, (Array_InternalEnumerator_1_Photon_Bolt_NetworkValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94178, Array_InternalEnumerator_1_Photon_Bolt_NetworkValue__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Object___ctor, (Array_InternalEnumerator_1_Object_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Object__Dispose, (Array_InternalEnumerator_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Object__MoveNext, (Array_InternalEnumerator_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Object__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017127F0, Object *, Array_InternalEnumerator_1_Object__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01712680, Object *, Array_InternalEnumerator_1_Object__get_Current, (Array_InternalEnumerator_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94190, Array_InternalEnumerator_1_Object__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData___ctor, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Dispose, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__MoveNext, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017129C0, Object *, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01712830, ObjectInitializationData, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__get_Current, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94188, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__Dispose, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__MoveNext, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01712BE0, Object *, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01712A70, ObjectSurface, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__get_Current, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C941E0, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Dissonance_Networking_Client_OpenChannel___ctor, (Array_InternalEnumerator_1_Dissonance_Networking_Client_OpenChannel_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Dissonance_Networking_Client_OpenChannel__Dispose, (Array_InternalEnumerator_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Dissonance_Networking_Client_OpenChannel__MoveNext, (Array_InternalEnumerator_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Dissonance_Networking_Client_OpenChannel__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01712DF0, Object *, Array_InternalEnumerator_1_Dissonance_Networking_Client_OpenChannel__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01712C70, OpenChannel, Array_InternalEnumerator_1_Dissonance_Networking_Client_OpenChannel__get_Current, (Array_InternalEnumerator_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C941D8, Array_InternalEnumerator_1_Dissonance_Networking_Client_OpenChannel__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue___ctor, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__Dispose, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__MoveNext, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01713020, Object *, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01712E90, OriginalMaterialValue, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__get_Current, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C941F0, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Photon_Bolt_Internal_PacketStats___ctor, (Array_InternalEnumerator_1_Photon_Bolt_Internal_PacketStats_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Photon_Bolt_Internal_PacketStats__Dispose, (Array_InternalEnumerator_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Photon_Bolt_Internal_PacketStats__MoveNext, (Array_InternalEnumerator_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Photon_Bolt_Internal_PacketStats__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01713250, Object *, Array_InternalEnumerator_1_Photon_Bolt_Internal_PacketStats__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017130D0, PacketStats, Array_InternalEnumerator_1_Photon_Bolt_Internal_PacketStats__get_Current, (Array_InternalEnumerator_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C941E8, Array_InternalEnumerator_1_Photon_Bolt_Internal_PacketStats__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_PageInfo___ctor, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_PageInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_PageInfo__Dispose, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_PageInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_PageInfo__MoveNext, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_PageInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_PageInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_PageInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01713470, Object *, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_PageInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_PageInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017132F0, PageInfo, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_PageInfo__get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_PageInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C941C0, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_PageInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Reflection_ParameterModifier___ctor, (Array_InternalEnumerator_1_System_Reflection_ParameterModifier_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Reflection_ParameterModifier__Dispose, (Array_InternalEnumerator_1_System_Reflection_ParameterModifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Reflection_ParameterModifier__MoveNext, (Array_InternalEnumerator_1_System_Reflection_ParameterModifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Reflection_ParameterModifier__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Reflection_ParameterModifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01713680, Object *, Array_InternalEnumerator_1_System_Reflection_ParameterModifier__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Reflection_ParameterModifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01713510, ParameterModifier, Array_InternalEnumerator_1_System_Reflection_ParameterModifier__get_Current, (Array_InternalEnumerator_1_System_Reflection_ParameterModifier_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C941B8, Array_InternalEnumerator_1_System_Reflection_ParameterModifier__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_ParticleCollisionEvent___ctor, (Array_InternalEnumerator_1_UnityEngine_ParticleCollisionEvent_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_ParticleCollisionEvent__Dispose, (Array_InternalEnumerator_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_ParticleCollisionEvent__MoveNext, (Array_InternalEnumerator_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_ParticleCollisionEvent__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017138A0, Object *, Array_InternalEnumerator_1_UnityEngine_ParticleCollisionEvent__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01713710, ParticleCollisionEvent, Array_InternalEnumerator_1_UnityEngine_ParticleCollisionEvent__get_Current, (Array_InternalEnumerator_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C941D0, Array_InternalEnumerator_1_UnityEngine_ParticleCollisionEvent__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_PatchExtents___ctor, (Array_InternalEnumerator_1_UnityEngine_PatchExtents_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_PatchExtents__Dispose, (Array_InternalEnumerator_1_UnityEngine_PatchExtents_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_PatchExtents__MoveNext, (Array_InternalEnumerator_1_UnityEngine_PatchExtents_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_PatchExtents__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_PatchExtents_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01713AC0, Object *, Array_InternalEnumerator_1_UnityEngine_PatchExtents__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_PatchExtents_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01713950, PatchExtents, Array_InternalEnumerator_1_UnityEngine_PatchExtents__get_Current, (Array_InternalEnumerator_1_UnityEngine_PatchExtents_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C941C8, Array_InternalEnumerator_1_UnityEngine_PatchExtents__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Rewired_PidVid___ctor, (Array_InternalEnumerator_1_Rewired_PidVid_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Rewired_PidVid__Dispose, (Array_InternalEnumerator_1_Rewired_PidVid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Rewired_PidVid__MoveNext, (Array_InternalEnumerator_1_Rewired_PidVid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Rewired_PidVid__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Rewired_PidVid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01713CC0, Object *, Array_InternalEnumerator_1_Rewired_PidVid__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Rewired_PidVid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01713B50, PidVid, Array_InternalEnumerator_1_Rewired_PidVid__get_Current, (Array_InternalEnumerator_1_Rewired_PidVid_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94120, Array_InternalEnumerator_1_Rewired_PidVid__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Plane___ctor, (Array_InternalEnumerator_1_UnityEngine_Plane_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Plane__Dispose, (Array_InternalEnumerator_1_UnityEngine_Plane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Plane__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Plane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Plane__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Plane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01713EC0, Object *, Array_InternalEnumerator_1_UnityEngine_Plane__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Plane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01713D50, Plane, Array_InternalEnumerator_1_UnityEngine_Plane__get_Current, (Array_InternalEnumerator_1_UnityEngine_Plane_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94118, Array_InternalEnumerator_1_UnityEngine_Plane__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Playables_Playable___ctor, (Array_InternalEnumerator_1_UnityEngine_Playables_Playable_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Playables_Playable__Dispose, (Array_InternalEnumerator_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Playables_Playable__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Playables_Playable__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017140C0, Object *, Array_InternalEnumerator_1_UnityEngine_Playables_Playable__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01713F50, Playable, Array_InternalEnumerator_1_UnityEngine_Playables_Playable__get_Current, (Array_InternalEnumerator_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94130, Array_InternalEnumerator_1_UnityEngine_Playables_Playable__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Playables_PlayableBinding___ctor, (Array_InternalEnumerator_1_UnityEngine_Playables_PlayableBinding_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Playables_PlayableBinding__Dispose, (Array_InternalEnumerator_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Playables_PlayableBinding__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Playables_PlayableBinding__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017142D0, Object *, Array_InternalEnumerator_1_UnityEngine_Playables_PlayableBinding__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01714150, PlayableBinding, Array_InternalEnumerator_1_UnityEngine_Playables_PlayableBinding__get_Current, (Array_InternalEnumerator_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94128, Array_InternalEnumerator_1_UnityEngine_Playables_PlayableBinding__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Dissonance_PlayerChannel___ctor, (Array_InternalEnumerator_1_Dissonance_PlayerChannel_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Dissonance_PlayerChannel__Dispose, (Array_InternalEnumerator_1_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Dissonance_PlayerChannel__MoveNext, (Array_InternalEnumerator_1_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Dissonance_PlayerChannel__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017144F0, Object *, Array_InternalEnumerator_1_Dissonance_PlayerChannel__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01714370, PlayerChannel, Array_InternalEnumerator_1_Dissonance_PlayerChannel__get_Current, (Array_InternalEnumerator_1_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94100, Array_InternalEnumerator_1_Dissonance_PlayerChannel__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_PlayerFlashlightBeam___ctor, (Array_InternalEnumerator_1_PlayerFlashlightBeam_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_PlayerFlashlightBeam__Dispose, (Array_InternalEnumerator_1_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_PlayerFlashlightBeam__MoveNext, (Array_InternalEnumerator_1_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_PlayerFlashlightBeam__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01714700, Object *, Array_InternalEnumerator_1_PlayerFlashlightBeam__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01714590, PlayerFlashlightBeam, Array_InternalEnumerator_1_PlayerFlashlightBeam__get_Current, (Array_InternalEnumerator_1_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C940F8, Array_InternalEnumerator_1_PlayerFlashlightBeam__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_LowLevel_PlayerLoopSystem___ctor, (Array_InternalEnumerator_1_UnityEngine_LowLevel_PlayerLoopSystem_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_LowLevel_PlayerLoopSystem__Dispose, (Array_InternalEnumerator_1_UnityEngine_LowLevel_PlayerLoopSystem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_LowLevel_PlayerLoopSystem__MoveNext, (Array_InternalEnumerator_1_UnityEngine_LowLevel_PlayerLoopSystem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_LowLevel_PlayerLoopSystem__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_LowLevel_PlayerLoopSystem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01714920, Object *, Array_InternalEnumerator_1_UnityEngine_LowLevel_PlayerLoopSystem__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_LowLevel_PlayerLoopSystem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01714790, PlayerLoopSystem, Array_InternalEnumerator_1_UnityEngine_LowLevel_PlayerLoopSystem__get_Current, (Array_InternalEnumerator_1_UnityEngine_LowLevel_PlayerLoopSystem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94110, Array_InternalEnumerator_1_UnityEngine_LowLevel_PlayerLoopSystem__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_PointerModel___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_PointerModel__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_PointerModel__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_PointerModel__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01714BB0, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_PointerModel__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017149D0, PointerModel, Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_PointerModel__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94108, Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_PointerModel__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Photon_Bolt_PrefabId___ctor, (Array_InternalEnumerator_1_Photon_Bolt_PrefabId_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Photon_Bolt_PrefabId__Dispose, (Array_InternalEnumerator_1_Photon_Bolt_PrefabId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Photon_Bolt_PrefabId__MoveNext, (Array_InternalEnumerator_1_Photon_Bolt_PrefabId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Photon_Bolt_PrefabId__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Photon_Bolt_PrefabId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01714E20, Object *, Array_InternalEnumerator_1_Photon_Bolt_PrefabId__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Photon_Bolt_PrefabId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01714CB0, PrefabId, Array_InternalEnumerator_1_Photon_Bolt_PrefabId__get_Current, (Array_InternalEnumerator_1_Photon_Bolt_PrefabId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94160, Array_InternalEnumerator_1_Photon_Bolt_PrefabId__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Photon_Bolt_Priority___ctor, (Array_InternalEnumerator_1_Photon_Bolt_Priority_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Photon_Bolt_Priority__Dispose, (Array_InternalEnumerator_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Photon_Bolt_Priority__MoveNext, (Array_InternalEnumerator_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Photon_Bolt_Priority__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01715030, Object *, Array_InternalEnumerator_1_Photon_Bolt_Priority__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01714EB0, Priority, Array_InternalEnumerator_1_Photon_Bolt_Priority__get_Current, (Array_InternalEnumerator_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94158, Array_InternalEnumerator_1_Photon_Bolt_Priority__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings___ctor, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__Dispose, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01715250, Object *, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017150D0, ProbeVolumeBakingProcessSettings, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94170, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Pathfinding_Progress___ctor, (Array_InternalEnumerator_1_Pathfinding_Progress_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Pathfinding_Progress__Dispose, (Array_InternalEnumerator_1_Pathfinding_Progress_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Pathfinding_Progress__MoveNext, (Array_InternalEnumerator_1_Pathfinding_Progress_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Pathfinding_Progress__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Pathfinding_Progress_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01715460, Object *, Array_InternalEnumerator_1_Pathfinding_Progress__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Pathfinding_Progress_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017152F0, Progress, Array_InternalEnumerator_1_Pathfinding_Progress__get_Current, (Array_InternalEnumerator_1_Pathfinding_Progress_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94168, Array_InternalEnumerator_1_Pathfinding_Progress__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Steamworks_PublishedFileId_t___ctor, (Array_InternalEnumerator_1_Steamworks_PublishedFileId_t_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Steamworks_PublishedFileId_t__Dispose, (Array_InternalEnumerator_1_Steamworks_PublishedFileId_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Steamworks_PublishedFileId_t__MoveNext, (Array_InternalEnumerator_1_Steamworks_PublishedFileId_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Steamworks_PublishedFileId_t__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Steamworks_PublishedFileId_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01715660, Object *, Array_InternalEnumerator_1_Steamworks_PublishedFileId_t__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Steamworks_PublishedFileId_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017154F0, PublishedFileId_t, Array_InternalEnumerator_1_Steamworks_PublishedFileId_t__get_Current, (Array_InternalEnumerator_1_Steamworks_PublishedFileId_t_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94140, Array_InternalEnumerator_1_Steamworks_PublishedFileId_t__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_QeeoSydAJKtvhuMHtIdMCGTRHBDhA___ctor, (Array_InternalEnumerator_1_QeeoSydAJKtvhuMHtIdMCGTRHBDhA_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_QeeoSydAJKtvhuMHtIdMCGTRHBDhA__Dispose, (Array_InternalEnumerator_1_QeeoSydAJKtvhuMHtIdMCGTRHBDhA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_QeeoSydAJKtvhuMHtIdMCGTRHBDhA__MoveNext, (Array_InternalEnumerator_1_QeeoSydAJKtvhuMHtIdMCGTRHBDhA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_QeeoSydAJKtvhuMHtIdMCGTRHBDhA__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_QeeoSydAJKtvhuMHtIdMCGTRHBDhA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01715870, Object *, Array_InternalEnumerator_1_QeeoSydAJKtvhuMHtIdMCGTRHBDhA__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_QeeoSydAJKtvhuMHtIdMCGTRHBDhA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017156F0, QeeoSydAJKtvhuMHtIdMCGTRHBDhA, Array_InternalEnumerator_1_QeeoSydAJKtvhuMHtIdMCGTRHBDhA__get_Current, (Array_InternalEnumerator_1_QeeoSydAJKtvhuMHtIdMCGTRHBDhA_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94138, Array_InternalEnumerator_1_QeeoSydAJKtvhuMHtIdMCGTRHBDhA__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Quaternion___ctor, (Array_InternalEnumerator_1_UnityEngine_Quaternion_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Quaternion__Dispose, (Array_InternalEnumerator_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Quaternion__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Quaternion__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01715A80, Object *, Array_InternalEnumerator_1_UnityEngine_Quaternion__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01715910, Quaternion, Array_InternalEnumerator_1_UnityEngine_Quaternion__get_Current, (Array_InternalEnumerator_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94150, Array_InternalEnumerator_1_UnityEngine_Quaternion__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Xml_Schema_RangePositionInfo___ctor, (Array_InternalEnumerator_1_System_Xml_Schema_RangePositionInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Xml_Schema_RangePositionInfo__Dispose, (Array_InternalEnumerator_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Xml_Schema_RangePositionInfo__MoveNext, (Array_InternalEnumerator_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Xml_Schema_RangePositionInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01715C80, Object *, Array_InternalEnumerator_1_System_Xml_Schema_RangePositionInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01715B10, RangePositionInfo, Array_InternalEnumerator_1_System_Xml_Schema_RangePositionInfo__get_Current, (Array_InternalEnumerator_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94148, Array_InternalEnumerator_1_System_Xml_Schema_RangePositionInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_RaycastHit___ctor, (Array_InternalEnumerator_1_UnityEngine_RaycastHit_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_RaycastHit__Dispose, (Array_InternalEnumerator_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_RaycastHit__MoveNext, (Array_InternalEnumerator_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_RaycastHit__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01715EA0, Object *, Array_InternalEnumerator_1_UnityEngine_RaycastHit__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01715D10, RaycastHit, Array_InternalEnumerator_1_UnityEngine_RaycastHit__get_Current, (Array_InternalEnumerator_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C940A0, Array_InternalEnumerator_1_UnityEngine_RaycastHit__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_RaycastHit2D___ctor, (Array_InternalEnumerator_1_UnityEngine_RaycastHit2D_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_RaycastHit2D__Dispose, (Array_InternalEnumerator_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_RaycastHit2D__MoveNext, (Array_InternalEnumerator_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_RaycastHit2D__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017160E0, Object *, Array_InternalEnumerator_1_UnityEngine_RaycastHit2D__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01715F60, RaycastHit2D, Array_InternalEnumerator_1_UnityEngine_RaycastHit2D__get_Current, (Array_InternalEnumerator_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94098, Array_InternalEnumerator_1_UnityEngine_RaycastHit2D__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_EventSystems_RaycastResult___ctor, (Array_InternalEnumerator_1_UnityEngine_EventSystems_RaycastResult_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_EventSystems_RaycastResult__Dispose, (Array_InternalEnumerator_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_EventSystems_RaycastResult__MoveNext, (Array_InternalEnumerator_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_EventSystems_RaycastResult__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01716330, Object *, Array_InternalEnumerator_1_UnityEngine_EventSystems_RaycastResult__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01716190, RaycastResult, Array_InternalEnumerator_1_UnityEngine_EventSystems_RaycastResult__get_Current, (Array_InternalEnumerator_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C940B0, Array_InternalEnumerator_1_UnityEngine_EventSystems_RaycastResult__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Rect___ctor, (Array_InternalEnumerator_1_UnityEngine_Rect_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Rect__Dispose, (Array_InternalEnumerator_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Rect__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Rect__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01716560, Object *, Array_InternalEnumerator_1_UnityEngine_Rect__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017163F0, Rect, Array_InternalEnumerator_1_UnityEngine_Rect__get_Current, (Array_InternalEnumerator_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C940A8, Array_InternalEnumerator_1_UnityEngine_Rect__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo___ctor, (Array_InternalEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Dispose, (Array_InternalEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01716760, Object *, Array_InternalEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017165F0, ReflectionProbeBlendInfo, Array_InternalEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94080, Array_InternalEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Dissonance_RemoteChannel___ctor, (Array_InternalEnumerator_1_Dissonance_RemoteChannel_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Dissonance_RemoteChannel__Dispose, (Array_InternalEnumerator_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Dissonance_RemoteChannel__MoveNext, (Array_InternalEnumerator_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Dissonance_RemoteChannel__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01716970, Object *, Array_InternalEnumerator_1_Dissonance_RemoteChannel__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017167F0, RemoteChannel, Array_InternalEnumerator_1_Dissonance_RemoteChannel__get_Current, (Array_InternalEnumerator_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94078, Array_InternalEnumerator_1_Dissonance_RemoteChannel__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01716B80, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01716A10, RenderChainTextEntry, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94090, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_RenderInstancedDataLayout___ctor, (Array_InternalEnumerator_1_UnityEngine_RenderInstancedDataLayout_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_RenderInstancedDataLayout__Dispose, (Array_InternalEnumerator_1_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_RenderInstancedDataLayout__MoveNext, (Array_InternalEnumerator_1_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_RenderInstancedDataLayout__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01716D80, Object *, Array_InternalEnumerator_1_UnityEngine_RenderInstancedDataLayout__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01716C10, RenderInstancedDataLayout, Array_InternalEnumerator_1_UnityEngine_RenderInstancedDataLayout__get_Current, (Array_InternalEnumerator_1_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94088, Array_InternalEnumerator_1_UnityEngine_RenderInstancedDataLayout__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier___ctor, (Array_InternalEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier__Dispose, (Array_InternalEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01716FA0, Object *, Array_InternalEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01716E10, RenderTargetIdentifier, Array_InternalEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier__get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C940E0, Array_InternalEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList___ctor, (Array_InternalEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList__Dispose, (Array_InternalEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017171C0, Object *, Array_InternalEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01717050, RendererList, Array_InternalEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList__get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C940D8, Array_InternalEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle___ctor, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Dispose, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017173C0, Object *, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01717250, RendererListHandle, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C940F0, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource___ctor, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__Dispose, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01717640, Object *, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01717450, RendererListResource, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C940E8, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Resolution___ctor, (Array_InternalEnumerator_1_UnityEngine_Resolution_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Resolution__Dispose, (Array_InternalEnumerator_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Resolution__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Resolution__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017178E0, Object *, Array_InternalEnumerator_1_UnityEngine_Resolution__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01717760, Resolution, Array_InternalEnumerator_1_UnityEngine_Resolution__get_Current, (Array_InternalEnumerator_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C940C0, Array_InternalEnumerator_1_UnityEngine_Resolution__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle___ctor, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Dispose, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01717AF0, Object *, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01717980, ResourceHandle, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C940B8, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Resources_ResourceLocator___ctor, (Array_InternalEnumerator_1_System_Resources_ResourceLocator_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Resources_ResourceLocator__Dispose, (Array_InternalEnumerator_1_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Resources_ResourceLocator__MoveNext, (Array_InternalEnumerator_1_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Resources_ResourceLocator__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01717CF0, Object *, Array_InternalEnumerator_1_System_Resources_ResourceLocator__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01717B80, ResourceLocator, Array_InternalEnumerator_1_System_Resources_ResourceLocator__get_Current, (Array_InternalEnumerator_1_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C940D0, Array_InternalEnumerator_1_System_Resources_ResourceLocator__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_TMPro_RichTextTagAttribute___ctor, (Array_InternalEnumerator_1_TMPro_RichTextTagAttribute_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_TMPro_RichTextTagAttribute__Dispose, (Array_InternalEnumerator_1_TMPro_RichTextTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_TMPro_RichTextTagAttribute__MoveNext, (Array_InternalEnumerator_1_TMPro_RichTextTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_TMPro_RichTextTagAttribute__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_TMPro_RichTextTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01717F00, Object *, Array_InternalEnumerator_1_TMPro_RichTextTagAttribute__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_TMPro_RichTextTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01717D80, RichTextTagAttribute, Array_InternalEnumerator_1_TMPro_RichTextTagAttribute__get_Current, (Array_InternalEnumerator_1_TMPro_RichTextTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C940C8, Array_InternalEnumerator_1_TMPro_RichTextTagAttribute__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_RichTextTagAttribute___ctor, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_RichTextTagAttribute_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_RichTextTagAttribute__Dispose, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_RichTextTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_RichTextTagAttribute__MoveNext, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_RichTextTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_RichTextTagAttribute__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_RichTextTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01718120, Object *, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_RichTextTagAttribute__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_RichTextTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01717FA0, RichTextTagAttribute_1, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_RichTextTagAttribute__get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_RichTextTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94020, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_RichTextTagAttribute__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Dissonance_RoomChannel___ctor, (Array_InternalEnumerator_1_Dissonance_RoomChannel_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Dissonance_RoomChannel__Dispose, (Array_InternalEnumerator_1_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Dissonance_RoomChannel__MoveNext, (Array_InternalEnumerator_1_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Dissonance_RoomChannel__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01718350, Object *, Array_InternalEnumerator_1_Dissonance_RoomChannel__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017181C0, RoomChannel, Array_InternalEnumerator_1_Dissonance_RoomChannel__get_Current, (Array_InternalEnumerator_1_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94018, Array_InternalEnumerator_1_Dissonance_RoomChannel__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Dissonance_RoomMembership___ctor, (Array_InternalEnumerator_1_Dissonance_RoomMembership_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Dissonance_RoomMembership__Dispose, (Array_InternalEnumerator_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Dissonance_RoomMembership__MoveNext, (Array_InternalEnumerator_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Dissonance_RoomMembership__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01718580, Object *, Array_InternalEnumerator_1_Dissonance_RoomMembership__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01718400, RoomMembership, Array_InternalEnumerator_1_Dissonance_RoomMembership__get_Current, (Array_InternalEnumerator_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94030, Array_InternalEnumerator_1_Dissonance_RoomMembership__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Dissonance_RoomName___ctor, (Array_InternalEnumerator_1_Dissonance_RoomName_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Dissonance_RoomName__Dispose, (Array_InternalEnumerator_1_Dissonance_RoomName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Dissonance_RoomName__MoveNext, (Array_InternalEnumerator_1_Dissonance_RoomName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Dissonance_RoomName__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Dissonance_RoomName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01718790, Object *, Array_InternalEnumerator_1_Dissonance_RoomName__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Dissonance_RoomName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01718620, RoomName, Array_InternalEnumerator_1_Dissonance_RoomName__get_Current, (Array_InternalEnumerator_1_Dissonance_RoomName_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94028, Array_InternalEnumerator_1_Dissonance_RoomName__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_Rotate___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_Rotate_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_Rotate__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_Rotate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_Rotate__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_Rotate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_Rotate__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_Rotate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017189A0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_Rotate__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_Rotate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01718820, Rotate_1, Array_InternalEnumerator_1_UnityEngine_UIElements_Rotate__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_Rotate_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94000, Array_InternalEnumerator_1_UnityEngine_UIElements_Rotate__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_RuleMatcher___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_RuleMatcher_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_RuleMatcher__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_RuleMatcher__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_RuleMatcher__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01718BB0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_RuleMatcher__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01718A40, RuleMatcher, Array_InternalEnumerator_1_UnityEngine_UIElements_RuleMatcher__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93FF8, Array_InternalEnumerator_1_UnityEngine_UIElements_RuleMatcher__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_RuntimeLabel___ctor, (Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_RuntimeLabel_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_RuntimeLabel__Dispose, (Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_RuntimeLabel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_RuntimeLabel__MoveNext, (Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_RuntimeLabel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_RuntimeLabel__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_RuntimeLabel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01718DC0, Object *, Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_RuntimeLabel__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_RuntimeLabel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01718C40, RuntimeLabel, Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_RuntimeLabel__get_Current, (Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_RuntimeLabel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94010, Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_RuntimeLabel__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_SByte___ctor, (Array_InternalEnumerator_1_SByte_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_SByte__Dispose, (Array_InternalEnumerator_1_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_SByte__MoveNext, (Array_InternalEnumerator_1_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_SByte__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01718FD0, Object *, Array_InternalEnumerator_1_SByte__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01718E60, int8_t, Array_InternalEnumerator_1_SByte__get_Current, (Array_InternalEnumerator_1_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94008, Array_InternalEnumerator_1_SByte__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_SByteEnum___ctor, (Array_InternalEnumerator_1_SByteEnum_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_SByteEnum__Dispose, (Array_InternalEnumerator_1_SByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_SByteEnum__MoveNext, (Array_InternalEnumerator_1_SByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_SByteEnum__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_SByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017191D0, Object *, Array_InternalEnumerator_1_SByteEnum__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_SByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01719060, SByteEnum__Enum, Array_InternalEnumerator_1_SByteEnum__get_Current, (Array_InternalEnumerator_1_SByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94060, Array_InternalEnumerator_1_SByteEnum__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Runtime_InteropServices_ComTypes_STATDATA___ctor, (Array_InternalEnumerator_1_System_Runtime_InteropServices_ComTypes_STATDATA_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Runtime_InteropServices_ComTypes_STATDATA__Dispose, (Array_InternalEnumerator_1_System_Runtime_InteropServices_ComTypes_STATDATA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Runtime_InteropServices_ComTypes_STATDATA__MoveNext, (Array_InternalEnumerator_1_System_Runtime_InteropServices_ComTypes_STATDATA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Runtime_InteropServices_ComTypes_STATDATA__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Runtime_InteropServices_ComTypes_STATDATA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017193F0, Object *, Array_InternalEnumerator_1_System_Runtime_InteropServices_ComTypes_STATDATA__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Runtime_InteropServices_ComTypes_STATDATA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01719260, STATDATA, Array_InternalEnumerator_1_System_Runtime_InteropServices_ComTypes_STATDATA__get_Current, (Array_InternalEnumerator_1_System_Runtime_InteropServices_ComTypes_STATDATA_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94058, Array_InternalEnumerator_1_System_Runtime_InteropServices_ComTypes_STATDATA__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_ScalableImage___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_ScalableImage_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_ScalableImage__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_ScalableImage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_ScalableImage__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_ScalableImage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_ScalableImage__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_ScalableImage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01719620, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_ScalableImage__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_ScalableImage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017194B0, ScalableImage, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_ScalableImage__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_ScalableImage_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94070, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_ScalableImage__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_Scale___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_Scale_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_Scale__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_Scale_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_Scale__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_Scale_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_Scale__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_Scale_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01719820, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_Scale__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_Scale_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017196B0, Scale, Array_InternalEnumerator_1_UnityEngine_UIElements_Scale__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_Scale_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94068, Array_InternalEnumerator_1_UnityEngine_UIElements_Scale__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01719A30, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017198B0, SelectorMatchRecord, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94040, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Windows_Speech_SemanticMeaning___ctor, (Array_InternalEnumerator_1_UnityEngine_Windows_Speech_SemanticMeaning_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Windows_Speech_SemanticMeaning__Dispose, (Array_InternalEnumerator_1_UnityEngine_Windows_Speech_SemanticMeaning_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Windows_Speech_SemanticMeaning__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Windows_Speech_SemanticMeaning_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Windows_Speech_SemanticMeaning__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Windows_Speech_SemanticMeaning_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01719C40, Object *, Array_InternalEnumerator_1_UnityEngine_Windows_Speech_SemanticMeaning__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Windows_Speech_SemanticMeaning_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01719AD0, SemanticMeaning, Array_InternalEnumerator_1_UnityEngine_Windows_Speech_SemanticMeaning__get_Current, (Array_InternalEnumerator_1_UnityEngine_Windows_Speech_SemanticMeaning_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94038, Array_InternalEnumerator_1_UnityEngine_Windows_Speech_SemanticMeaning__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_SerializedType___ctor, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_SerializedType_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_SerializedType__Dispose, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_SerializedType_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_SerializedType__MoveNext, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_SerializedType_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_SerializedType__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_SerializedType_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01719E50, Object *, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_SerializedType__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_SerializedType_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01719CD0, SerializedType, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_SerializedType__get_Current, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_SerializedType_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94050, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_SerializedType__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_SessionClient___ctor, (Array_InternalEnumerator_1_SessionClient_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_SessionClient__Dispose, (Array_InternalEnumerator_1_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_SessionClient__MoveNext, (Array_InternalEnumerator_1_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_SessionClient__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171A080, Object *, Array_InternalEnumerator_1_SessionClient__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01719EF0, SessionClient, Array_InternalEnumerator_1_SessionClient__get_Current, (Array_InternalEnumerator_1_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94048, Array_InternalEnumerator_1_SessionClient__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderKeyword___ctor, (Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderKeyword_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderKeyword__Dispose, (Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderKeyword__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderKeyword__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171A2B0, Object *, Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderKeyword__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171A140, ShaderKeyword, Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderKeyword__get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderKeyword_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93FA0, Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderKeyword__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderTagId___ctor, (Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderTagId_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderTagId__Dispose, (Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderTagId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderTagId__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderTagId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderTagId__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderTagId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171A4B0, Object *, Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderTagId__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderTagId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171A340, ShaderTagId, Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderTagId__get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderTagId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93F98, Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderTagId__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderVariablesProbeVolumes___ctor, (Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderVariablesProbeVolumes_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderVariablesProbeVolumes__Dispose, (Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderVariablesProbeVolumes_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderVariablesProbeVolumes__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderVariablesProbeVolumes_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderVariablesProbeVolumes__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderVariablesProbeVolumes_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171A6D0, Object *, Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderVariablesProbeVolumes__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderVariablesProbeVolumes_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171A540, ShaderVariablesProbeVolumes, Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderVariablesProbeVolumes__get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderVariablesProbeVolumes_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93FB0, Array_InternalEnumerator_1_UnityEngine_Rendering_ShaderVariablesProbeVolumes__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Single___ctor, (Array_InternalEnumerator_1_Single_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Single__Dispose, (Array_InternalEnumerator_1_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Single__MoveNext, (Array_InternalEnumerator_1_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Single__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171A900, Object *, Array_InternalEnumerator_1_Single__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171A790, float, Array_InternalEnumerator_1_Single__get_Current, (Array_InternalEnumerator_1_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93FA8, Array_InternalEnumerator_1_Single__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_SkeletonBone___ctor, (Array_InternalEnumerator_1_UnityEngine_SkeletonBone_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_SkeletonBone__Dispose, (Array_InternalEnumerator_1_UnityEngine_SkeletonBone_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_SkeletonBone__MoveNext, (Array_InternalEnumerator_1_UnityEngine_SkeletonBone_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_SkeletonBone__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_SkeletonBone_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171AB20, Object *, Array_InternalEnumerator_1_UnityEngine_SkeletonBone__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_SkeletonBone_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171A990, SkeletonBone, Array_InternalEnumerator_1_UnityEngine_SkeletonBone__get_Current, (Array_InternalEnumerator_1_UnityEngine_SkeletonBone_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93F80, Array_InternalEnumerator_1_UnityEngine_SkeletonBone__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Discord_Sku___ctor, (Array_InternalEnumerator_1_Discord_Sku_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Discord_Sku__Dispose, (Array_InternalEnumerator_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Discord_Sku__MoveNext, (Array_InternalEnumerator_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Discord_Sku__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171AD70, Object *, Array_InternalEnumerator_1_Discord_Sku__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171ABE0, Sku, Array_InternalEnumerator_1_Discord_Sku__get_Current, (Array_InternalEnumerator_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93F78, Array_InternalEnumerator_1_Discord_Sku__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Dissonance_Audio_Playback_SpeechSession___ctor, (Array_InternalEnumerator_1_Dissonance_Audio_Playback_SpeechSession_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Dissonance_Audio_Playback_SpeechSession__Dispose, (Array_InternalEnumerator_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Dissonance_Audio_Playback_SpeechSession__MoveNext, (Array_InternalEnumerator_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Dissonance_Audio_Playback_SpeechSession__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171AFB0, Object *, Array_InternalEnumerator_1_Dissonance_Audio_Playback_SpeechSession__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171AE20, SpeechSession, Array_InternalEnumerator_1_Dissonance_Audio_Playback_SpeechSession__get_Current, (Array_InternalEnumerator_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93F90, Array_InternalEnumerator_1_Dissonance_Audio_Playback_SpeechSession__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Rendering_SphericalHarmonicsL2___ctor, (Array_InternalEnumerator_1_UnityEngine_Rendering_SphericalHarmonicsL2_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Rendering_SphericalHarmonicsL2__Dispose, (Array_InternalEnumerator_1_UnityEngine_Rendering_SphericalHarmonicsL2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Rendering_SphericalHarmonicsL2__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Rendering_SphericalHarmonicsL2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Rendering_SphericalHarmonicsL2__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Rendering_SphericalHarmonicsL2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171B230, Object *, Array_InternalEnumerator_1_UnityEngine_Rendering_SphericalHarmonicsL2__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_SphericalHarmonicsL2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171B070, SphericalHarmonicsL2, Array_InternalEnumerator_1_UnityEngine_Rendering_SphericalHarmonicsL2__get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_SphericalHarmonicsL2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93F88, Array_InternalEnumerator_1_UnityEngine_Rendering_SphericalHarmonicsL2__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UI_SpriteState___ctor, (Array_InternalEnumerator_1_UnityEngine_UI_SpriteState_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UI_SpriteState__Dispose, (Array_InternalEnumerator_1_UnityEngine_UI_SpriteState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UI_SpriteState__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UI_SpriteState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UI_SpriteState__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UI_SpriteState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171B490, Object *, Array_InternalEnumerator_1_UnityEngine_UI_SpriteState__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UI_SpriteState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171B310, SpriteState, Array_InternalEnumerator_1_UnityEngine_UI_SpriteState__get_Current, (Array_InternalEnumerator_1_UnityEngine_UI_SpriteState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93FE0, Array_InternalEnumerator_1_UnityEngine_UI_SpriteState__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Net_Security_SslApplicationProtocol___ctor, (Array_InternalEnumerator_1_System_Net_Security_SslApplicationProtocol_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Net_Security_SslApplicationProtocol__Dispose, (Array_InternalEnumerator_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Net_Security_SslApplicationProtocol__MoveNext, (Array_InternalEnumerator_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Net_Security_SslApplicationProtocol__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171B6A0, Object *, Array_InternalEnumerator_1_System_Net_Security_SslApplicationProtocol__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171B530, SslApplicationProtocol, Array_InternalEnumerator_1_System_Net_Security_SslApplicationProtocol__get_Current, (Array_InternalEnumerator_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93FD8, Array_InternalEnumerator_1_System_Net_Security_SslApplicationProtocol__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Steamworks_SteamItemDef_t___ctor, (Array_InternalEnumerator_1_Steamworks_SteamItemDef_t_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Steamworks_SteamItemDef_t__Dispose, (Array_InternalEnumerator_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Steamworks_SteamItemDef_t__MoveNext, (Array_InternalEnumerator_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Steamworks_SteamItemDef_t__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171B8A0, Object *, Array_InternalEnumerator_1_Steamworks_SteamItemDef_t__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171B730, SteamItemDef_t, Array_InternalEnumerator_1_Steamworks_SteamItemDef_t__get_Current, (Array_InternalEnumerator_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93FF0, Array_InternalEnumerator_1_Steamworks_SteamItemDef_t__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Steamworks_SteamItemDetails_t___ctor, (Array_InternalEnumerator_1_Steamworks_SteamItemDetails_t_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Steamworks_SteamItemDetails_t__Dispose, (Array_InternalEnumerator_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Steamworks_SteamItemDetails_t__MoveNext, (Array_InternalEnumerator_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Steamworks_SteamItemDetails_t__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171BAA0, Object *, Array_InternalEnumerator_1_Steamworks_SteamItemDetails_t__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171B930, SteamItemDetails_t, Array_InternalEnumerator_1_Steamworks_SteamItemDetails_t__get_Current, (Array_InternalEnumerator_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93FE8, Array_InternalEnumerator_1_Steamworks_SteamItemDetails_t__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyName___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyName_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyName__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyName__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyName__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171BCA0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyName__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171BB30, StylePropertyName, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyName__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93FC0, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyName__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171BEA0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171BD30, StylePropertyValue, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93FB8, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSelectorPart___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSelectorPart__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSelectorPart__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171C0B0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171BF30, StyleSelectorPart, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSelectorPart__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93FD0, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSelectorPart__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171C2D0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171C150, StyleSyntaxToken, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93FC8, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171C4F0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171C370, StyleValue, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93F20, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleValueHandle___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleValueHandle_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleValueHandle__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleValueHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleValueHandle__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleValueHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleValueHandle__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleValueHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171C700, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleValueHandle__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleValueHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171C590, StyleValueHandle, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleValueHandle__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleValueHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93F18, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleValueHandle__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171C900, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171C790, StyleValueManaged, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93F30, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleVariable___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleVariable_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleVariable__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleVariable__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleVariable__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171CB10, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleVariable__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171C990, StyleVariable, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleVariable__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93F28, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleVariable__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor___ctor, (Array_InternalEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor__Dispose, (Array_InternalEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171CD40, Object *, Array_InternalEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171CBB0, SubMeshDescriptor, Array_InternalEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor__get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93F00, Array_InternalEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_Substring___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_Substring__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_Substring__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171CF60, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171CDF0, Substring, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_Substring__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93EF8, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_Substring__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_TMPro_TMP_CharacterInfo___ctor, (Array_InternalEnumerator_1_TMPro_TMP_CharacterInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_TMPro_TMP_CharacterInfo__Dispose, (Array_InternalEnumerator_1_TMPro_TMP_CharacterInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_TMPro_TMP_CharacterInfo__MoveNext, (Array_InternalEnumerator_1_TMPro_TMP_CharacterInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_TMPro_TMP_CharacterInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_TMPro_TMP_CharacterInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171D200, Object *, Array_InternalEnumerator_1_TMPro_TMP_CharacterInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_TMPro_TMP_CharacterInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171CFF0, TMP_CharacterInfo, Array_InternalEnumerator_1_TMPro_TMP_CharacterInfo__get_Current, (Array_InternalEnumerator_1_TMPro_TMP_CharacterInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93F10, Array_InternalEnumerator_1_TMPro_TMP_CharacterInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_TMPro_TMP_FontWeightPair___ctor, (Array_InternalEnumerator_1_TMPro_TMP_FontWeightPair_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_TMPro_TMP_FontWeightPair__Dispose, (Array_InternalEnumerator_1_TMPro_TMP_FontWeightPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_TMPro_TMP_FontWeightPair__MoveNext, (Array_InternalEnumerator_1_TMPro_TMP_FontWeightPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_TMPro_TMP_FontWeightPair__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_TMPro_TMP_FontWeightPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171D4A0, Object *, Array_InternalEnumerator_1_TMPro_TMP_FontWeightPair__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_TMPro_TMP_FontWeightPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171D330, TMP_FontWeightPair, Array_InternalEnumerator_1_TMPro_TMP_FontWeightPair__get_Current, (Array_InternalEnumerator_1_TMPro_TMP_FontWeightPair_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93F08, Array_InternalEnumerator_1_TMPro_TMP_FontWeightPair__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_TMPro_TMP_LineInfo___ctor, (Array_InternalEnumerator_1_TMPro_TMP_LineInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_TMPro_TMP_LineInfo__Dispose, (Array_InternalEnumerator_1_TMPro_TMP_LineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_TMPro_TMP_LineInfo__MoveNext, (Array_InternalEnumerator_1_TMPro_TMP_LineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_TMPro_TMP_LineInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_TMPro_TMP_LineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171D6E0, Object *, Array_InternalEnumerator_1_TMPro_TMP_LineInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_TMPro_TMP_LineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171D530, TMP_LineInfo, Array_InternalEnumerator_1_TMPro_TMP_LineInfo__get_Current, (Array_InternalEnumerator_1_TMPro_TMP_LineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93F60, Array_InternalEnumerator_1_TMPro_TMP_LineInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_TMPro_TMP_LinkInfo___ctor, (Array_InternalEnumerator_1_TMPro_TMP_LinkInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_TMPro_TMP_LinkInfo__Dispose, (Array_InternalEnumerator_1_TMPro_TMP_LinkInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_TMPro_TMP_LinkInfo__MoveNext, (Array_InternalEnumerator_1_TMPro_TMP_LinkInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_TMPro_TMP_LinkInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_TMPro_TMP_LinkInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171D940, Object *, Array_InternalEnumerator_1_TMPro_TMP_LinkInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_TMPro_TMP_LinkInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171D7B0, TMP_LinkInfo, Array_InternalEnumerator_1_TMPro_TMP_LinkInfo__get_Current, (Array_InternalEnumerator_1_TMPro_TMP_LinkInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93F58, Array_InternalEnumerator_1_TMPro_TMP_LinkInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_TMPro_TMP_MeshInfo___ctor, (Array_InternalEnumerator_1_TMPro_TMP_MeshInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_TMPro_TMP_MeshInfo__Dispose, (Array_InternalEnumerator_1_TMPro_TMP_MeshInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_TMPro_TMP_MeshInfo__MoveNext, (Array_InternalEnumerator_1_TMPro_TMP_MeshInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_TMPro_TMP_MeshInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_TMPro_TMP_MeshInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171DB90, Object *, Array_InternalEnumerator_1_TMPro_TMP_MeshInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_TMPro_TMP_MeshInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171D9F0, TMP_MeshInfo, Array_InternalEnumerator_1_TMPro_TMP_MeshInfo__get_Current, (Array_InternalEnumerator_1_TMPro_TMP_MeshInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93F70, Array_InternalEnumerator_1_TMPro_TMP_MeshInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_TMPro_TMP_PageInfo___ctor, (Array_InternalEnumerator_1_TMPro_TMP_PageInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_TMPro_TMP_PageInfo__Dispose, (Array_InternalEnumerator_1_TMPro_TMP_PageInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_TMPro_TMP_PageInfo__MoveNext, (Array_InternalEnumerator_1_TMPro_TMP_PageInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_TMPro_TMP_PageInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_TMPro_TMP_PageInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171DDD0, Object *, Array_InternalEnumerator_1_TMPro_TMP_PageInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_TMPro_TMP_PageInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171DC50, TMP_PageInfo, Array_InternalEnumerator_1_TMPro_TMP_PageInfo__get_Current, (Array_InternalEnumerator_1_TMPro_TMP_PageInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93F68, Array_InternalEnumerator_1_TMPro_TMP_PageInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_TMPro_TMP_WordInfo___ctor, (Array_InternalEnumerator_1_TMPro_TMP_WordInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_TMPro_TMP_WordInfo__Dispose, (Array_InternalEnumerator_1_TMPro_TMP_WordInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_TMPro_TMP_WordInfo__MoveNext, (Array_InternalEnumerator_1_TMPro_TMP_WordInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_TMPro_TMP_WordInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_TMPro_TMP_WordInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171DFF0, Object *, Array_InternalEnumerator_1_TMPro_TMP_WordInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_TMPro_TMP_WordInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171DE70, TMP_WordInfo, Array_InternalEnumerator_1_TMPro_TMP_WordInfo__get_Current, (Array_InternalEnumerator_1_TMPro_TMP_WordInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93F40, Array_InternalEnumerator_1_TMPro_TMP_WordInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_TerrainUtils_TerrainTileCoord___ctor, (Array_InternalEnumerator_1_UnityEngine_TerrainUtils_TerrainTileCoord_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_TerrainUtils_TerrainTileCoord__Dispose, (Array_InternalEnumerator_1_UnityEngine_TerrainUtils_TerrainTileCoord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_TerrainUtils_TerrainTileCoord__MoveNext, (Array_InternalEnumerator_1_UnityEngine_TerrainUtils_TerrainTileCoord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_TerrainUtils_TerrainTileCoord__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_TerrainUtils_TerrainTileCoord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171E200, Object *, Array_InternalEnumerator_1_UnityEngine_TerrainUtils_TerrainTileCoord__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_TerrainUtils_TerrainTileCoord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171E090, TerrainTileCoord, Array_InternalEnumerator_1_UnityEngine_TerrainUtils_TerrainTileCoord__get_Current, (Array_InternalEnumerator_1_UnityEngine_TerrainUtils_TerrainTileCoord_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93F38, Array_InternalEnumerator_1_UnityEngine_TerrainUtils_TerrainTileCoord__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextElementInfo___ctor, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextElementInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextElementInfo__Dispose, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextElementInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextElementInfo__MoveNext, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextElementInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextElementInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextElementInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171E490, Object *, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextElementInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextElementInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171E290, TextElementInfo, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextElementInfo__get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextElementInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93F50, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextElementInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TextShadow___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_TextShadow_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TextShadow__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_TextShadow_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_TextShadow__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_TextShadow_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TextShadow__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_TextShadow_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171E730, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_TextShadow__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_TextShadow_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171E5B0, TextShadow, Array_InternalEnumerator_1_UnityEngine_UIElements_TextShadow__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_TextShadow_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93F48, Array_InternalEnumerator_1_UnityEngine_UIElements_TextShadow__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TextVertex___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_TextVertex_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TextVertex__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_TextVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_TextVertex__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_TextVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TextVertex__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_TextVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171E950, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_TextVertex__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_TextVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171E7D0, TextVertex_1, Array_InternalEnumerator_1_UnityEngine_UIElements_TextVertex__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_TextVertex_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93EA0, Array_InternalEnumerator_1_UnityEngine_UIElements_TextVertex__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_TextureHandle___ctor, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_TextureHandle_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_TextureHandle__Dispose, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_TextureHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_TextureHandle__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_TextureHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_TextureHandle__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_TextureHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171EB60, Object *, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_TextureHandle__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_TextureHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171E9F0, TextureHandle, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_TextureHandle__get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_TextureHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93E98, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_TextureHandle__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TextureId___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_TextureId_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TextureId__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_TextureId__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TextureId__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171ED60, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_TextureId__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171EBF0, TextureId, Array_InternalEnumerator_1_UnityEngine_UIElements_TextureId__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93EB0, Array_InternalEnumerator_1_UnityEngine_UIElements_TextureId__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Tilemaps_TileData___ctor, (Array_InternalEnumerator_1_UnityEngine_Tilemaps_TileData_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Tilemaps_TileData__Dispose, (Array_InternalEnumerator_1_UnityEngine_Tilemaps_TileData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Tilemaps_TileData__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Tilemaps_TileData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Tilemaps_TileData__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Tilemaps_TileData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171EFA0, Object *, Array_InternalEnumerator_1_UnityEngine_Tilemaps_TileData__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Tilemaps_TileData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171EDF0, TileData, Array_InternalEnumerator_1_UnityEngine_Tilemaps_TileData__get_Current, (Array_InternalEnumerator_1_UnityEngine_Tilemaps_TileData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93EA8, Array_InternalEnumerator_1_UnityEngine_Tilemaps_TileData__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_TimeSpan___ctor, (Array_InternalEnumerator_1_TimeSpan_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_TimeSpan__Dispose, (Array_InternalEnumerator_1_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_TimeSpan__MoveNext, (Array_InternalEnumerator_1_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_TimeSpan__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171F1E0, Object *, Array_InternalEnumerator_1_TimeSpan__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171F070, TimeSpan, Array_InternalEnumerator_1_TimeSpan__get_Current, (Array_InternalEnumerator_1_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93E80, Array_InternalEnumerator_1_TimeSpan__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TimeValue___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_TimeValue_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TimeValue__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_TimeValue__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TimeValue__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171F3E0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_TimeValue__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171F270, TimeValue, Array_InternalEnumerator_1_UnityEngine_UIElements_TimeValue__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93E78, Array_InternalEnumerator_1_UnityEngine_UIElements_TimeValue__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Touch___ctor, (Array_InternalEnumerator_1_UnityEngine_Touch_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Touch__Dispose, (Array_InternalEnumerator_1_UnityEngine_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Touch__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Touch__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171F610, Object *, Array_InternalEnumerator_1_UnityEngine_Touch__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171F470, Touch, Array_InternalEnumerator_1_UnityEngine_Touch__get_Current, (Array_InternalEnumerator_1_UnityEngine_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93E90, Array_InternalEnumerator_1_UnityEngine_Touch__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171F850, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171F6D0, Touch_1, Array_InternalEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93E88, Array_InternalEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId___ctor, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId__Dispose, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId__MoveNext, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171FA60, Object *, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171F8F0, TrackableId, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId__get_Current, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93EE0, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171FC80, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171FAF0, Transform3x4, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93ED8, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TransformOrigin___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_TransformOrigin_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TransformOrigin__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_TransformOrigin_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_TransformOrigin__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_TransformOrigin_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TransformOrigin__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_TransformOrigin_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171FEB0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_TransformOrigin__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_TransformOrigin_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171FD30, TransformOrigin, Array_InternalEnumerator_1_UnityEngine_UIElements_TransformOrigin__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_TransformOrigin_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93EF0, Array_InternalEnumerator_1_UnityEngine_UIElements_TransformOrigin__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_Translate___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_Translate_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_Translate__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_Translate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_Translate__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_Translate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_Translate__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_Translate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017200D0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_Translate__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_Translate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0171FF50, Translate_1, Array_InternalEnumerator_1_UnityEngine_UIElements_Translate__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_Translate_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93EE8, Array_InternalEnumerator_1_UnityEngine_UIElements_Translate__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_TreeInstance___ctor, (Array_InternalEnumerator_1_UnityEngine_TreeInstance_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_TreeInstance__Dispose, (Array_InternalEnumerator_1_UnityEngine_TreeInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_TreeInstance__MoveNext, (Array_InternalEnumerator_1_UnityEngine_TreeInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_TreeInstance__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_TreeInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01720300, Object *, Array_InternalEnumerator_1_UnityEngine_TreeInstance__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_TreeInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01720170, TreeInstance, Array_InternalEnumerator_1_UnityEngine_TreeInstance__get_Current, (Array_InternalEnumerator_1_UnityEngine_TreeInstance_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93EC0, Array_InternalEnumerator_1_UnityEngine_TreeInstance__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TreeItem___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_TreeItem_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TreeItem__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_TreeItem__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TreeItem__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01720520, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_TreeItem__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017203B0, TreeItem, Array_InternalEnumerator_1_UnityEngine_UIElements_TreeItem__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93EB8, Array_InternalEnumerator_1_UnityEngine_UIElements_TreeItem__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01720730, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017205B0, TreeViewItemWrapper, Array_InternalEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93ED0, Array_InternalEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Photon_Bolt_TypeId___ctor, (Array_InternalEnumerator_1_Photon_Bolt_TypeId_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Photon_Bolt_TypeId__Dispose, (Array_InternalEnumerator_1_Photon_Bolt_TypeId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Photon_Bolt_TypeId__MoveNext, (Array_InternalEnumerator_1_Photon_Bolt_TypeId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Photon_Bolt_TypeId__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Photon_Bolt_TypeId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01720940, Object *, Array_InternalEnumerator_1_Photon_Bolt_TypeId__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Photon_Bolt_TypeId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017207D0, TypeId, Array_InternalEnumerator_1_Photon_Bolt_TypeId__get_Current, (Array_InternalEnumerator_1_Photon_Bolt_TypeId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93EC8, Array_InternalEnumerator_1_Photon_Bolt_TypeId__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper___ctor, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper__Dispose, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper__MoveNext, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01720B50, Object *, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017209D0, TypeWrapper, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper__get_Current, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93E20, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UICharInfo___ctor, (Array_InternalEnumerator_1_UnityEngine_UICharInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UICharInfo__Dispose, (Array_InternalEnumerator_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UICharInfo__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UICharInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01720D70, Object *, Array_InternalEnumerator_1_UnityEngine_UICharInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01720BF0, UICharInfo, Array_InternalEnumerator_1_UnityEngine_UICharInfo__get_Current, (Array_InternalEnumerator_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93E18, Array_InternalEnumerator_1_UnityEngine_UICharInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UILineInfo___ctor, (Array_InternalEnumerator_1_UnityEngine_UILineInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UILineInfo__Dispose, (Array_InternalEnumerator_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UILineInfo__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UILineInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01720F80, Object *, Array_InternalEnumerator_1_UnityEngine_UILineInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01720E10, UILineInfo, Array_InternalEnumerator_1_UnityEngine_UILineInfo__get_Current, (Array_InternalEnumerator_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93E30, Array_InternalEnumerator_1_UnityEngine_UILineInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIVertex___ctor, (Array_InternalEnumerator_1_UnityEngine_UIVertex_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIVertex__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIVertex__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIVertex__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017211D0, Object *, Array_InternalEnumerator_1_UnityEngine_UIVertex__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01721010, UIVertex, Array_InternalEnumerator_1_UnityEngine_UIVertex__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93E28, Array_InternalEnumerator_1_UnityEngine_UIVertex__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UInt16___ctor, (Array_InternalEnumerator_1_UInt16_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UInt16__Dispose, (Array_InternalEnumerator_1_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UInt16__MoveNext, (Array_InternalEnumerator_1_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UInt16__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01721420, Object *, Array_InternalEnumerator_1_UInt16__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017212B0, uint16_t, Array_InternalEnumerator_1_UInt16__get_Current, (Array_InternalEnumerator_1_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93E00, Array_InternalEnumerator_1_UInt16__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UInt16Enum___ctor, (Array_InternalEnumerator_1_UInt16Enum_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UInt16Enum__Dispose, (Array_InternalEnumerator_1_UInt16Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UInt16Enum__MoveNext, (Array_InternalEnumerator_1_UInt16Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UInt16Enum__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UInt16Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01721620, Object *, Array_InternalEnumerator_1_UInt16Enum__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UInt16Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017214B0, UInt16Enum__Enum, Array_InternalEnumerator_1_UInt16Enum__get_Current, (Array_InternalEnumerator_1_UInt16Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93DF8, Array_InternalEnumerator_1_UInt16Enum__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UInt32___ctor, (Array_InternalEnumerator_1_UInt32_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UInt32__Dispose, (Array_InternalEnumerator_1_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UInt32__MoveNext, (Array_InternalEnumerator_1_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UInt32__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01721820, Object *, Array_InternalEnumerator_1_UInt32__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017216B0, uint32_t, Array_InternalEnumerator_1_UInt32__get_Current, (Array_InternalEnumerator_1_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93E10, Array_InternalEnumerator_1_UInt32__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UInt32Enum___ctor, (Array_InternalEnumerator_1_UInt32Enum_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UInt32Enum__Dispose, (Array_InternalEnumerator_1_UInt32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UInt32Enum__MoveNext, (Array_InternalEnumerator_1_UInt32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UInt32Enum__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UInt32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01721A20, Object *, Array_InternalEnumerator_1_UInt32Enum__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UInt32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017218B0, UInt32Enum__Enum, Array_InternalEnumerator_1_UInt32Enum__get_Current, (Array_InternalEnumerator_1_UInt32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93E08, Array_InternalEnumerator_1_UInt32Enum__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UInt64___ctor, (Array_InternalEnumerator_1_UInt64_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UInt64__Dispose, (Array_InternalEnumerator_1_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UInt64__MoveNext, (Array_InternalEnumerator_1_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UInt64__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01721C20, Object *, Array_InternalEnumerator_1_UInt64__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01721AB0, uint64_t, Array_InternalEnumerator_1_UInt64__get_Current, (Array_InternalEnumerator_1_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93E60, Array_InternalEnumerator_1_UInt64__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture___ctor, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Dispose, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__MoveNext, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01721E30, Object *, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01721CB0, UVTexture, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__get_Current, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93E58, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UdpKit_UdpChannelName___ctor, (Array_InternalEnumerator_1_UdpKit_UdpChannelName_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UdpKit_UdpChannelName__Dispose, (Array_InternalEnumerator_1_UdpKit_UdpChannelName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UdpKit_UdpChannelName__MoveNext, (Array_InternalEnumerator_1_UdpKit_UdpChannelName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UdpKit_UdpChannelName__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UdpKit_UdpChannelName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01722040, Object *, Array_InternalEnumerator_1_UdpKit_UdpChannelName__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UdpKit_UdpChannelName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01721ED0, UdpChannelName, Array_InternalEnumerator_1_UdpKit_UdpChannelName__get_Current, (Array_InternalEnumerator_1_UdpKit_UdpChannelName_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93E70, Array_InternalEnumerator_1_UdpKit_UdpChannelName__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UdpKit_UdpEndPoint___ctor, (Array_InternalEnumerator_1_UdpKit_UdpEndPoint_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UdpKit_UdpEndPoint__Dispose, (Array_InternalEnumerator_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UdpKit_UdpEndPoint__MoveNext, (Array_InternalEnumerator_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UdpKit_UdpEndPoint__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01722250, Object *, Array_InternalEnumerator_1_UdpKit_UdpEndPoint__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017220D0, UdpEndPoint, Array_InternalEnumerator_1_UdpKit_UdpEndPoint__get_Current, (Array_InternalEnumerator_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93E68, Array_InternalEnumerator_1_UdpKit_UdpEndPoint__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UdpKit_UdpEvent___ctor, (Array_InternalEnumerator_1_UdpKit_UdpEvent_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UdpKit_UdpEvent__Dispose, (Array_InternalEnumerator_1_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UdpKit_UdpEvent__MoveNext, (Array_InternalEnumerator_1_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UdpKit_UdpEvent__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01722470, Object *, Array_InternalEnumerator_1_UdpKit_UdpEvent__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017222F0, UdpEvent, Array_InternalEnumerator_1_UdpKit_UdpEvent__get_Current, (Array_InternalEnumerator_1_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93E40, Array_InternalEnumerator_1_UdpKit_UdpEvent__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UdpKit_UdpIPv4Address___ctor, (Array_InternalEnumerator_1_UdpKit_UdpIPv4Address_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UdpKit_UdpIPv4Address__Dispose, (Array_InternalEnumerator_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UdpKit_UdpIPv4Address__MoveNext, (Array_InternalEnumerator_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UdpKit_UdpIPv4Address__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01722680, Object *, Array_InternalEnumerator_1_UdpKit_UdpIPv4Address__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01722510, UdpIPv4Address, Array_InternalEnumerator_1_UdpKit_UdpIPv4Address__get_Current, (Array_InternalEnumerator_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93E38, Array_InternalEnumerator_1_UdpKit_UdpIPv4Address__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UdpKit_UdpPipeHandle___ctor, (Array_InternalEnumerator_1_UdpKit_UdpPipeHandle_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UdpKit_UdpPipeHandle__Dispose, (Array_InternalEnumerator_1_UdpKit_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UdpKit_UdpPipeHandle__MoveNext, (Array_InternalEnumerator_1_UdpKit_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UdpKit_UdpPipeHandle__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UdpKit_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01722880, Object *, Array_InternalEnumerator_1_UdpKit_UdpPipeHandle__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UdpKit_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01722710, UdpPipeHandle, Array_InternalEnumerator_1_UdpKit_UdpPipeHandle__get_Current, (Array_InternalEnumerator_1_UdpKit_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93E50, Array_InternalEnumerator_1_UdpKit_UdpPipeHandle__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Photon_Bolt_UniqueId___ctor, (Array_InternalEnumerator_1_Photon_Bolt_UniqueId_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Photon_Bolt_UniqueId__Dispose, (Array_InternalEnumerator_1_Photon_Bolt_UniqueId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Photon_Bolt_UniqueId__MoveNext, (Array_InternalEnumerator_1_Photon_Bolt_UniqueId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Photon_Bolt_UniqueId__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Photon_Bolt_UniqueId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01722A80, Object *, Array_InternalEnumerator_1_Photon_Bolt_UniqueId__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Photon_Bolt_UniqueId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01722910, UniqueId, Array_InternalEnumerator_1_Photon_Bolt_UniqueId__get_Current, (Array_InternalEnumerator_1_Photon_Bolt_UniqueId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93E48, Array_InternalEnumerator_1_Photon_Bolt_UniqueId__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_XR_UsageHint___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_XR_UsageHint__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_XR_UsageHint__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01722C80, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01722B10, UsageHint, Array_InternalEnumerator_1_UnityEngine_InputSystem_XR_UsageHint__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93DA0, Array_InternalEnumerator_1_UnityEngine_InputSystem_XR_UsageHint__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Discord_User___ctor, (Array_InternalEnumerator_1_Discord_User_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Discord_User__Dispose, (Array_InternalEnumerator_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Discord_User__MoveNext, (Array_InternalEnumerator_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Discord_User__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01722EA0, Object *, Array_InternalEnumerator_1_Discord_User__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01722D10, User, Array_InternalEnumerator_1_Discord_User__get_Current, (Array_InternalEnumerator_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93D98, Array_InternalEnumerator_1_Discord_User__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Net_WebSockets_ValueWebSocketReceiveResult___ctor, (Array_InternalEnumerator_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Net_WebSockets_ValueWebSocketReceiveResult__Dispose, (Array_InternalEnumerator_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Net_WebSockets_ValueWebSocketReceiveResult__MoveNext, (Array_InternalEnumerator_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Net_WebSockets_ValueWebSocketReceiveResult__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017230C0, Object *, Array_InternalEnumerator_1_System_Net_WebSockets_ValueWebSocketReceiveResult__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01722F50, ValueWebSocketReceiveResult, Array_InternalEnumerator_1_System_Net_WebSockets_ValueWebSocketReceiveResult__get_Current, (Array_InternalEnumerator_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93DB0, Array_InternalEnumerator_1_System_Net_WebSockets_ValueWebSocketReceiveResult__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Vector2___ctor, (Array_InternalEnumerator_1_UnityEngine_Vector2_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Vector2__Dispose, (Array_InternalEnumerator_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Vector2__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Vector2__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017232C0, Object *, Array_InternalEnumerator_1_UnityEngine_Vector2__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01723150, Vector2, Array_InternalEnumerator_1_UnityEngine_Vector2__get_Current, (Array_InternalEnumerator_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93DA8, Array_InternalEnumerator_1_UnityEngine_Vector2__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Vector2Int___ctor, (Array_InternalEnumerator_1_UnityEngine_Vector2Int_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Vector2Int__Dispose, (Array_InternalEnumerator_1_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Vector2Int__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Vector2Int__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017234C0, Object *, Array_InternalEnumerator_1_UnityEngine_Vector2Int__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01723350, Vector2Int, Array_InternalEnumerator_1_UnityEngine_Vector2Int__get_Current, (Array_InternalEnumerator_1_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93D80, Array_InternalEnumerator_1_UnityEngine_Vector2Int__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Vector3___ctor, (Array_InternalEnumerator_1_UnityEngine_Vector3_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Vector3__Dispose, (Array_InternalEnumerator_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Vector3__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Vector3__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017236D0, Object *, Array_InternalEnumerator_1_UnityEngine_Vector3__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01723550, Vector3, Array_InternalEnumerator_1_UnityEngine_Vector3__get_Current, (Array_InternalEnumerator_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93D78, Array_InternalEnumerator_1_UnityEngine_Vector3__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Vector3Int___ctor, (Array_InternalEnumerator_1_UnityEngine_Vector3Int_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Vector3Int__Dispose, (Array_InternalEnumerator_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Vector3Int__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Vector3Int__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017238F0, Object *, Array_InternalEnumerator_1_UnityEngine_Vector3Int__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01723770, Vector3Int, Array_InternalEnumerator_1_UnityEngine_Vector3Int__get_Current, (Array_InternalEnumerator_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93D90, Array_InternalEnumerator_1_UnityEngine_Vector3Int__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UI_Extensions_Vector3_Array2D___ctor, (Array_InternalEnumerator_1_UnityEngine_UI_Extensions_Vector3_Array2D_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UI_Extensions_Vector3_Array2D__Dispose, (Array_InternalEnumerator_1_UnityEngine_UI_Extensions_Vector3_Array2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UI_Extensions_Vector3_Array2D__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UI_Extensions_Vector3_Array2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UI_Extensions_Vector3_Array2D__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UI_Extensions_Vector3_Array2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01723B00, Object *, Array_InternalEnumerator_1_UnityEngine_UI_Extensions_Vector3_Array2D__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UI_Extensions_Vector3_Array2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01723990, Vector3_Array2D, Array_InternalEnumerator_1_UnityEngine_UI_Extensions_Vector3_Array2D__get_Current, (Array_InternalEnumerator_1_UnityEngine_UI_Extensions_Vector3_Array2D_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93D88, Array_InternalEnumerator_1_UnityEngine_UI_Extensions_Vector3_Array2D__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Vector4___ctor, (Array_InternalEnumerator_1_UnityEngine_Vector4_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Vector4__Dispose, (Array_InternalEnumerator_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Vector4__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Vector4__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01723D00, Object *, Array_InternalEnumerator_1_UnityEngine_Vector4__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01723B90, Vector4, Array_InternalEnumerator_1_UnityEngine_Vector4__get_Current, (Array_InternalEnumerator_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93DE0, Array_InternalEnumerator_1_UnityEngine_Vector4__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_VectorImageVertex___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_VectorImageVertex_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_VectorImageVertex__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_VectorImageVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_VectorImageVertex__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_VectorImageVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_VectorImageVertex__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_VectorImageVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01723F10, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_VectorImageVertex__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_VectorImageVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01723D90, VectorImageVertex, Array_InternalEnumerator_1_UnityEngine_UIElements_VectorImageVertex__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_VectorImageVertex_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93DD8, Array_InternalEnumerator_1_UnityEngine_UIElements_VectorImageVertex__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_Vertex___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_Vertex_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_Vertex__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_Vertex__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_Vertex__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01724150, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_Vertex__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01723FB0, Vertex, Array_InternalEnumerator_1_UnityEngine_UIElements_Vertex__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93DF0, Array_InternalEnumerator_1_UnityEngine_UIElements_Vertex__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor___ctor, (Array_InternalEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor__Dispose, (Array_InternalEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01724380, Object *, Array_InternalEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01724210, VertexAttributeDescriptor, Array_InternalEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor__get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93DE8, Array_InternalEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration___ctor, (Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Dispose, (Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__MoveNext, (Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01724590, Object *, Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01724410, ViewConfiguration, Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__get_Current, (Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93DC0, Array_InternalEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Dissonance_Networking_VoicePacket___ctor, (Array_InternalEnumerator_1_Dissonance_Networking_VoicePacket_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Dissonance_Networking_VoicePacket__Dispose, (Array_InternalEnumerator_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Dissonance_Networking_VoicePacket__MoveNext, (Array_InternalEnumerator_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Dissonance_Networking_VoicePacket__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017247C0, Object *, Array_InternalEnumerator_1_Dissonance_Networking_VoicePacket__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01724630, VoicePacket, Array_InternalEnumerator_1_Dissonance_Networking_VoicePacket__get_Current, (Array_InternalEnumerator_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93DB8, Array_InternalEnumerator_1_Dissonance_Networking_VoicePacket__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Pathfinding_Voxels_VoxelCell___ctor, (Array_InternalEnumerator_1_Pathfinding_Voxels_VoxelCell_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Pathfinding_Voxels_VoxelCell__Dispose, (Array_InternalEnumerator_1_Pathfinding_Voxels_VoxelCell_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Pathfinding_Voxels_VoxelCell__MoveNext, (Array_InternalEnumerator_1_Pathfinding_Voxels_VoxelCell_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Pathfinding_Voxels_VoxelCell__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Pathfinding_Voxels_VoxelCell_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017249F0, Object *, Array_InternalEnumerator_1_Pathfinding_Voxels_VoxelCell__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Pathfinding_Voxels_VoxelCell_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01724880, VoxelCell, Array_InternalEnumerator_1_Pathfinding_Voxels_VoxelCell__get_Current, (Array_InternalEnumerator_1_Pathfinding_Voxels_VoxelCell_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93DD0, Array_InternalEnumerator_1_Pathfinding_Voxels_VoxelCell__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Pathfinding_Voxels_VoxelContour___ctor, (Array_InternalEnumerator_1_Pathfinding_Voxels_VoxelContour_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Pathfinding_Voxels_VoxelContour__Dispose, (Array_InternalEnumerator_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Pathfinding_Voxels_VoxelContour__MoveNext, (Array_InternalEnumerator_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Pathfinding_Voxels_VoxelContour__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01724C00, Object *, Array_InternalEnumerator_1_Pathfinding_Voxels_VoxelContour__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01724A80, VoxelContour, Array_InternalEnumerator_1_Pathfinding_Voxels_VoxelContour__get_Current, (Array_InternalEnumerator_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93DC8, Array_InternalEnumerator_1_Pathfinding_Voxels_VoxelContour__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES___ctor, (Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Dispose, (Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__MoveNext, (Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01724E80, Object *, Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01724CA0, Win32_IP_ADAPTER_ADDRESSES, Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__get_Current, (Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93D60, Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO___ctor, (Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Dispose, (Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__MoveNext, (Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01725160, Object *, Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01724F80, Win32_IP_ADAPTER_INFO, Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__get_Current, (Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93D58, Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADDR_STRING___ctor, (Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADDR_STRING_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADDR_STRING__Dispose, (Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADDR_STRING_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADDR_STRING__MoveNext, (Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADDR_STRING_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADDR_STRING__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADDR_STRING_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017253E0, Object *, Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADDR_STRING__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADDR_STRING_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01725260, Win32_IP_ADDR_STRING, Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADDR_STRING__get_Current, (Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADDR_STRING_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93D70, Array_InternalEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADDR_STRING__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_WordInfo___ctor, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_WordInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_WordInfo__Dispose, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_WordInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_WordInfo__MoveNext, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_WordInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_WordInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_WordInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01725600, Object *, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_WordInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_WordInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01725480, WordInfo, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_WordInfo__get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_WordInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93D68, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_WordInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_TMPro_WordWrapState___ctor, (Array_InternalEnumerator_1_TMPro_WordWrapState_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_TMPro_WordWrapState__Dispose, (Array_InternalEnumerator_1_TMPro_WordWrapState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_TMPro_WordWrapState__MoveNext, (Array_InternalEnumerator_1_TMPro_WordWrapState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_TMPro_WordWrapState__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_TMPro_WordWrapState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017258B0, Object *, Array_InternalEnumerator_1_TMPro_WordWrapState__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_TMPro_WordWrapState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017256A0, WordWrapState, Array_InternalEnumerator_1_TMPro_WordWrapState__get_Current, (Array_InternalEnumerator_1_TMPro_WordWrapState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C986C0, Array_InternalEnumerator_1_TMPro_WordWrapState__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus___ctor, (Array_InternalEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Dispose, (Array_InternalEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__MoveNext, (Array_InternalEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01725B50, Object *, Array_InternalEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017259E0, X509ChainStatus, Array_InternalEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__get_Current, (Array_InternalEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C986D0, Array_InternalEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_MS_Internal_Xml_Cache_XPathNode___ctor, (Array_InternalEnumerator_1_MS_Internal_Xml_Cache_XPathNode_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_MS_Internal_Xml_Cache_XPathNode__Dispose, (Array_InternalEnumerator_1_MS_Internal_Xml_Cache_XPathNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_MS_Internal_Xml_Cache_XPathNode__MoveNext, (Array_InternalEnumerator_1_MS_Internal_Xml_Cache_XPathNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_MS_Internal_Xml_Cache_XPathNode__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_MS_Internal_Xml_Cache_XPathNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01725D60, Object *, Array_InternalEnumerator_1_MS_Internal_Xml_Cache_XPathNode__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_MS_Internal_Xml_Cache_XPathNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01725BE0, XPathNode, Array_InternalEnumerator_1_MS_Internal_Xml_Cache_XPathNode__get_Current, (Array_InternalEnumerator_1_MS_Internal_Xml_Cache_XPathNode_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C986C8, Array_InternalEnumerator_1_MS_Internal_Xml_Cache_XPathNode__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef___ctor, (Array_InternalEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef__Dispose, (Array_InternalEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef__MoveNext, (Array_InternalEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01725F70, Object *, Array_InternalEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01725E00, XPathNodeRef, Array_InternalEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef__get_Current, (Array_InternalEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C986A8, Array_InternalEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRAnchor___ctor, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRAnchor__Dispose, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRAnchor__MoveNext, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRAnchor__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017261A0, Object *, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRAnchor__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01726000, XRAnchor, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRAnchor__get_Current, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C986A0, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRAnchor__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017263E0, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01726260, XRFeatureDescriptor, Array_InternalEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C986B8, Array_InternalEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_XR_XRNodeState___ctor, (Array_InternalEnumerator_1_UnityEngine_XR_XRNodeState_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_XR_XRNodeState__Dispose, (Array_InternalEnumerator_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_XR_XRNodeState__MoveNext, (Array_InternalEnumerator_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_XR_XRNodeState__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01726630, Object *, Array_InternalEnumerator_1_UnityEngine_XR_XRNodeState__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01726480, XRNodeState, Array_InternalEnumerator_1_UnityEngine_XR_XRNodeState__get_Current, (Array_InternalEnumerator_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C986B0, Array_InternalEnumerator_1_UnityEngine_XR_XRNodeState__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRRaycast___ctor, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRRaycast__Dispose, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRRaycast__MoveNext, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRRaycast__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017268A0, Object *, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRRaycast__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01726700, XRRaycast, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRRaycast__get_Current, (Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98648, Array_InternalEnumerator_1_UnityEngine_XR_ARSubsystems_XRRaycast__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_XmlTagAttribute___ctor, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_XmlTagAttribute_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_XmlTagAttribute__Dispose, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_XmlTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_XmlTagAttribute__MoveNext, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_XmlTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_XmlTagAttribute__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_XmlTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01726AE0, Object *, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_XmlTagAttribute__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_XmlTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01726960, XmlTagAttribute, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_XmlTagAttribute__get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_XmlTagAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98640, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_XmlTagAttribute__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_aOHEnKCFymegycPegEXPFUjlaUPpA___ctor, (Array_InternalEnumerator_1_aOHEnKCFymegycPegEXPFUjlaUPpA_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_aOHEnKCFymegycPegEXPFUjlaUPpA__Dispose, (Array_InternalEnumerator_1_aOHEnKCFymegycPegEXPFUjlaUPpA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_aOHEnKCFymegycPegEXPFUjlaUPpA__MoveNext, (Array_InternalEnumerator_1_aOHEnKCFymegycPegEXPFUjlaUPpA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_aOHEnKCFymegycPegEXPFUjlaUPpA__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_aOHEnKCFymegycPegEXPFUjlaUPpA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01726CF0, Object *, Array_InternalEnumerator_1_aOHEnKCFymegycPegEXPFUjlaUPpA__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_aOHEnKCFymegycPegEXPFUjlaUPpA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01726B80, aOHEnKCFymegycPegEXPFUjlaUPpA, Array_InternalEnumerator_1_aOHEnKCFymegycPegEXPFUjlaUPpA__get_Current, (Array_InternalEnumerator_1_aOHEnKCFymegycPegEXPFUjlaUPpA_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98658, Array_InternalEnumerator_1_aOHEnKCFymegycPegEXPFUjlaUPpA__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_aQHgSHeigtcamfIWbNaiXaCiVwuq___ctor, (Array_InternalEnumerator_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__Dispose, (Array_InternalEnumerator_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__MoveNext, (Array_InternalEnumerator_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01726EF0, Object *, Array_InternalEnumerator_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01726D80, aQHgSHeigtcamfIWbNaiXaCiVwuq, Array_InternalEnumerator_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__get_Current, (Array_InternalEnumerator_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98650, Array_InternalEnumerator_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_jvalue___ctor, (Array_InternalEnumerator_1_UnityEngine_jvalue_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_jvalue__Dispose, (Array_InternalEnumerator_1_UnityEngine_jvalue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_jvalue__MoveNext, (Array_InternalEnumerator_1_UnityEngine_jvalue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_jvalue__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_jvalue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017270F0, Object *, Array_InternalEnumerator_1_UnityEngine_jvalue__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_jvalue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01726F80, jvalue, Array_InternalEnumerator_1_UnityEngine_jvalue__get_Current, (Array_InternalEnumerator_1_UnityEngine_jvalue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98628, Array_InternalEnumerator_1_UnityEngine_jvalue__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_tSPvxZUJjzaTiAEejeAOLKctGpmKA___ctor, (Array_InternalEnumerator_1_tSPvxZUJjzaTiAEejeAOLKctGpmKA_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_tSPvxZUJjzaTiAEejeAOLKctGpmKA__Dispose, (Array_InternalEnumerator_1_tSPvxZUJjzaTiAEejeAOLKctGpmKA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_tSPvxZUJjzaTiAEejeAOLKctGpmKA__MoveNext, (Array_InternalEnumerator_1_tSPvxZUJjzaTiAEejeAOLKctGpmKA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_tSPvxZUJjzaTiAEejeAOLKctGpmKA__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_tSPvxZUJjzaTiAEejeAOLKctGpmKA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017272F0, Object *, Array_InternalEnumerator_1_tSPvxZUJjzaTiAEejeAOLKctGpmKA__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_tSPvxZUJjzaTiAEejeAOLKctGpmKA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01727180, tSPvxZUJjzaTiAEejeAOLKctGpmKA, Array_InternalEnumerator_1_tSPvxZUJjzaTiAEejeAOLKctGpmKA__get_Current, (Array_InternalEnumerator_1_tSPvxZUJjzaTiAEejeAOLKctGpmKA_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98620, Array_InternalEnumerator_1_tSPvxZUJjzaTiAEejeAOLKctGpmKA__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_yUgrsNEvLzxrXGzkHTUPIBJYGDah___ctor, (Array_InternalEnumerator_1_yUgrsNEvLzxrXGzkHTUPIBJYGDah_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_yUgrsNEvLzxrXGzkHTUPIBJYGDah__Dispose, (Array_InternalEnumerator_1_yUgrsNEvLzxrXGzkHTUPIBJYGDah_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_yUgrsNEvLzxrXGzkHTUPIBJYGDah__MoveNext, (Array_InternalEnumerator_1_yUgrsNEvLzxrXGzkHTUPIBJYGDah_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_yUgrsNEvLzxrXGzkHTUPIBJYGDah__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_yUgrsNEvLzxrXGzkHTUPIBJYGDah_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017274F0, Object *, Array_InternalEnumerator_1_yUgrsNEvLzxrXGzkHTUPIBJYGDah__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_yUgrsNEvLzxrXGzkHTUPIBJYGDah_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01727380, yUgrsNEvLzxrXGzkHTUPIBJYGDah, Array_InternalEnumerator_1_yUgrsNEvLzxrXGzkHTUPIBJYGDah__get_Current, (Array_InternalEnumerator_1_yUgrsNEvLzxrXGzkHTUPIBJYGDah_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98638, Array_InternalEnumerator_1_yUgrsNEvLzxrXGzkHTUPIBJYGDah__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_AIObjectPool_PreloadedPrefab___ctor, (Array_InternalEnumerator_1_AIObjectPool_PreloadedPrefab_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_AIObjectPool_PreloadedPrefab__Dispose, (Array_InternalEnumerator_1_AIObjectPool_PreloadedPrefab_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_AIObjectPool_PreloadedPrefab__MoveNext, (Array_InternalEnumerator_1_AIObjectPool_PreloadedPrefab_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_AIObjectPool_PreloadedPrefab__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_AIObjectPool_PreloadedPrefab_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017276F0, Object *, Array_InternalEnumerator_1_AIObjectPool_PreloadedPrefab__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_AIObjectPool_PreloadedPrefab_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01727580, AIObjectPool_PreloadedPrefab, Array_InternalEnumerator_1_AIObjectPool_PreloadedPrefab__get_Current, (Array_InternalEnumerator_1_AIObjectPool_PreloadedPrefab_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98630, Array_InternalEnumerator_1_AIObjectPool_PreloadedPrefab__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Pathfinding_AdvancedSmooth_Turn___ctor, (Array_InternalEnumerator_1_Pathfinding_AdvancedSmooth_Turn_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Pathfinding_AdvancedSmooth_Turn__Dispose, (Array_InternalEnumerator_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Pathfinding_AdvancedSmooth_Turn__MoveNext, (Array_InternalEnumerator_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017278F0, Object *, Array_InternalEnumerator_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01727780, AdvancedSmooth_Turn, Array_InternalEnumerator_1_Pathfinding_AdvancedSmooth_Turn__get_Current, (Array_InternalEnumerator_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98688, Array_InternalEnumerator_1_Pathfinding_AdvancedSmooth_Turn__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Pathfinding_RVO_Sampled_Agent_VO___ctor, (Array_InternalEnumerator_1_Pathfinding_RVO_Sampled_Agent_VO_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Pathfinding_RVO_Sampled_Agent_VO__Dispose, (Array_InternalEnumerator_1_Pathfinding_RVO_Sampled_Agent_VO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Pathfinding_RVO_Sampled_Agent_VO__MoveNext, (Array_InternalEnumerator_1_Pathfinding_RVO_Sampled_Agent_VO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Pathfinding_RVO_Sampled_Agent_VO__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Pathfinding_RVO_Sampled_Agent_VO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01727B30, Object *, Array_InternalEnumerator_1_Pathfinding_RVO_Sampled_Agent_VO__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Pathfinding_RVO_Sampled_Agent_VO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01727980, Agent_VO, Array_InternalEnumerator_1_Pathfinding_RVO_Sampled_Agent_VO__get_Current, (Array_InternalEnumerator_1_Pathfinding_RVO_Sampled_Agent_VO_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98680, Array_InternalEnumerator_1_Pathfinding_RVO_Sampled_Agent_VO__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo___ctor, (Array_InternalEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Dispose, (Array_InternalEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01727D90, Object *, Array_InternalEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01727C00, AnimationOutputWeightProcessor_WeightInfo, Array_InternalEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__get_Current, (Array_InternalEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98698, Array_InternalEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Pathfinding_AstarDebugger_GraphPoint___ctor, (Array_InternalEnumerator_1_Pathfinding_AstarDebugger_GraphPoint_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Pathfinding_AstarDebugger_GraphPoint__Dispose, (Array_InternalEnumerator_1_Pathfinding_AstarDebugger_GraphPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Pathfinding_AstarDebugger_GraphPoint__MoveNext, (Array_InternalEnumerator_1_Pathfinding_AstarDebugger_GraphPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Pathfinding_AstarDebugger_GraphPoint__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Pathfinding_AstarDebugger_GraphPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01727FC0, Object *, Array_InternalEnumerator_1_Pathfinding_AstarDebugger_GraphPoint__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Pathfinding_AstarDebugger_GraphPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01727E40, AstarDebugger_GraphPoint, Array_InternalEnumerator_1_Pathfinding_AstarDebugger_GraphPoint__get_Current, (Array_InternalEnumerator_1_Pathfinding_AstarDebugger_GraphPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98690, Array_InternalEnumerator_1_Pathfinding_AstarDebugger_GraphPoint__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Pathfinding_AstarDebugger_PathTypeDebug___ctor, (Array_InternalEnumerator_1_Pathfinding_AstarDebugger_PathTypeDebug_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Pathfinding_AstarDebugger_PathTypeDebug__Dispose, (Array_InternalEnumerator_1_Pathfinding_AstarDebugger_PathTypeDebug_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Pathfinding_AstarDebugger_PathTypeDebug__MoveNext, (Array_InternalEnumerator_1_Pathfinding_AstarDebugger_PathTypeDebug_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Pathfinding_AstarDebugger_PathTypeDebug__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Pathfinding_AstarDebugger_PathTypeDebug_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017281E0, Object *, Array_InternalEnumerator_1_Pathfinding_AstarDebugger_PathTypeDebug__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Pathfinding_AstarDebugger_PathTypeDebug_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01728060, AstarDebugger_PathTypeDebug, Array_InternalEnumerator_1_Pathfinding_AstarDebugger_PathTypeDebug__get_Current, (Array_InternalEnumerator_1_Pathfinding_AstarDebugger_PathTypeDebug_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98668, Array_InternalEnumerator_1_Pathfinding_AstarDebugger_PathTypeDebug__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Rendering_AtlasAllocatorDynamic_AtlasNode___ctor, (Array_InternalEnumerator_1_UnityEngine_Rendering_AtlasAllocatorDynamic_AtlasNode_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Rendering_AtlasAllocatorDynamic_AtlasNode__Dispose, (Array_InternalEnumerator_1_UnityEngine_Rendering_AtlasAllocatorDynamic_AtlasNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Rendering_AtlasAllocatorDynamic_AtlasNode__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Rendering_AtlasAllocatorDynamic_AtlasNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Rendering_AtlasAllocatorDynamic_AtlasNode__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Rendering_AtlasAllocatorDynamic_AtlasNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01728400, Object *, Array_InternalEnumerator_1_UnityEngine_Rendering_AtlasAllocatorDynamic_AtlasNode__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_AtlasAllocatorDynamic_AtlasNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01728280, AtlasAllocatorDynamic_AtlasNode, Array_InternalEnumerator_1_UnityEngine_Rendering_AtlasAllocatorDynamic_AtlasNode__get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_AtlasAllocatorDynamic_AtlasNode_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98660, Array_InternalEnumerator_1_UnityEngine_Rendering_AtlasAllocatorDynamic_AtlasNode__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_ComponentModel_AttributeCollection_AttributeEntry___ctor, (Array_InternalEnumerator_1_System_ComponentModel_AttributeCollection_AttributeEntry_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_ComponentModel_AttributeCollection_AttributeEntry__Dispose, (Array_InternalEnumerator_1_System_ComponentModel_AttributeCollection_AttributeEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_ComponentModel_AttributeCollection_AttributeEntry__MoveNext, (Array_InternalEnumerator_1_System_ComponentModel_AttributeCollection_AttributeEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_ComponentModel_AttributeCollection_AttributeEntry__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_ComponentModel_AttributeCollection_AttributeEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01728610, Object *, Array_InternalEnumerator_1_System_ComponentModel_AttributeCollection_AttributeEntry__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_ComponentModel_AttributeCollection_AttributeEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017284A0, AttributeCollection_AttributeEntry, Array_InternalEnumerator_1_System_ComponentModel_AttributeCollection_AttributeEntry__get_Current, (Array_InternalEnumerator_1_System_ComponentModel_AttributeCollection_AttributeEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98678, Array_InternalEnumerator_1_System_ComponentModel_AttributeCollection_AttributeEntry__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Pathfinding_BBTree_BBTreeBox___ctor, (Array_InternalEnumerator_1_Pathfinding_BBTree_BBTreeBox_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Pathfinding_BBTree_BBTreeBox__Dispose, (Array_InternalEnumerator_1_Pathfinding_BBTree_BBTreeBox_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Pathfinding_BBTree_BBTreeBox__MoveNext, (Array_InternalEnumerator_1_Pathfinding_BBTree_BBTreeBox_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Pathfinding_BBTree_BBTreeBox__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Pathfinding_BBTree_BBTreeBox_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01728820, Object *, Array_InternalEnumerator_1_Pathfinding_BBTree_BBTreeBox__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Pathfinding_BBTree_BBTreeBox_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017286A0, BBTree_BBTreeBox, Array_InternalEnumerator_1_Pathfinding_BBTree_BBTreeBox__get_Current, (Array_InternalEnumerator_1_Pathfinding_BBTree_BBTreeBox_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98670, Array_InternalEnumerator_1_Pathfinding_BBTree_BBTreeBox__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01728A30, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017288C0, BaseStyleMatcher_MatchContext, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C985B0, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock___ctor, (Array_InternalEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock__Dispose, (Array_InternalEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock__MoveNext, (Array_InternalEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01728C30, Object *, Array_InternalEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01728AC0, BeforeRenderHelper_OrderBlock, Array_InternalEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock__get_Current, (Array_InternalEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C985A0, Array_InternalEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Pathfinding_BinaryHeap_Tuple___ctor, (Array_InternalEnumerator_1_Pathfinding_BinaryHeap_Tuple_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Pathfinding_BinaryHeap_Tuple__Dispose, (Array_InternalEnumerator_1_Pathfinding_BinaryHeap_Tuple_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Pathfinding_BinaryHeap_Tuple__MoveNext, (Array_InternalEnumerator_1_Pathfinding_BinaryHeap_Tuple_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Pathfinding_BinaryHeap_Tuple__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Pathfinding_BinaryHeap_Tuple_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01728E30, Object *, Array_InternalEnumerator_1_Pathfinding_BinaryHeap_Tuple__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Pathfinding_BinaryHeap_Tuple_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01728CC0, BinaryHeap_Tuple, Array_InternalEnumerator_1_Pathfinding_BinaryHeap_Tuple__get_Current, (Array_InternalEnumerator_1_Pathfinding_BinaryHeap_Tuple_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C985C0, Array_InternalEnumerator_1_Pathfinding_BinaryHeap_Tuple__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01729030, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01728EC0, BitmapAllocator32_Page, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C985B8, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Rendering_PostProcessing_BloomRenderer_Level___ctor, (Array_InternalEnumerator_1_UnityEngine_Rendering_PostProcessing_BloomRenderer_Level_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Rendering_PostProcessing_BloomRenderer_Level__Dispose, (Array_InternalEnumerator_1_UnityEngine_Rendering_PostProcessing_BloomRenderer_Level_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Rendering_PostProcessing_BloomRenderer_Level__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Rendering_PostProcessing_BloomRenderer_Level_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Rendering_PostProcessing_BloomRenderer_Level__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Rendering_PostProcessing_BloomRenderer_Level_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01729230, Object *, Array_InternalEnumerator_1_UnityEngine_Rendering_PostProcessing_BloomRenderer_Level__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_PostProcessing_BloomRenderer_Level_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017290C0, BloomRenderer_Level, Array_InternalEnumerator_1_UnityEngine_Rendering_PostProcessing_BloomRenderer_Level__get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_PostProcessing_BloomRenderer_Level_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98580, Array_InternalEnumerator_1_UnityEngine_Rendering_PostProcessing_BloomRenderer_Level__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Photon_Bolt_Utils_BoltConsole_Line___ctor, (Array_InternalEnumerator_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Photon_Bolt_Utils_BoltConsole_Line__Dispose, (Array_InternalEnumerator_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Photon_Bolt_Utils_BoltConsole_Line__MoveNext, (Array_InternalEnumerator_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Photon_Bolt_Utils_BoltConsole_Line__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01729440, Object *, Array_InternalEnumerator_1_Photon_Bolt_Utils_BoltConsole_Line__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017292C0, BoltConsole_Line, Array_InternalEnumerator_1_Photon_Bolt_Utils_BoltConsole_Line__get_Current, (Array_InternalEnumerator_1_Photon_Bolt_Utils_BoltConsole_Line_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98570, Array_InternalEnumerator_1_Photon_Bolt_Utils_BoltConsole_Line__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Photon_Bolt_Tokens_BoltProtocolTokenRegistry_TokenRegistry___ctor, (Array_InternalEnumerator_1_Photon_Bolt_Tokens_BoltProtocolTokenRegistry_TokenRegistry_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Photon_Bolt_Tokens_BoltProtocolTokenRegistry_TokenRegistry__Dispose, (Array_InternalEnumerator_1_Photon_Bolt_Tokens_BoltProtocolTokenRegistry_TokenRegistry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Photon_Bolt_Tokens_BoltProtocolTokenRegistry_TokenRegistry__MoveNext, (Array_InternalEnumerator_1_Photon_Bolt_Tokens_BoltProtocolTokenRegistry_TokenRegistry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Photon_Bolt_Tokens_BoltProtocolTokenRegistry_TokenRegistry__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Photon_Bolt_Tokens_BoltProtocolTokenRegistry_TokenRegistry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01729650, Object *, Array_InternalEnumerator_1_Photon_Bolt_Tokens_BoltProtocolTokenRegistry_TokenRegistry__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Photon_Bolt_Tokens_BoltProtocolTokenRegistry_TokenRegistry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017294E0, BoltProtocolTokenRegistry_TokenRegistry, Array_InternalEnumerator_1_Photon_Bolt_Tokens_BoltProtocolTokenRegistry_TokenRegistry__get_Current, (Array_InternalEnumerator_1_Photon_Bolt_Tokens_BoltProtocolTokenRegistry_TokenRegistry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98590, Array_InternalEnumerator_1_Photon_Bolt_Tokens_BoltProtocolTokenRegistry_TokenRegistry__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Globalization_CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap___ctor, (Array_InternalEnumerator_1_System_Globalization_CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Globalization_CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap__Dispose, (Array_InternalEnumerator_1_System_Globalization_CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Globalization_CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap__MoveNext, (Array_InternalEnumerator_1_System_Globalization_CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Globalization_CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Globalization_CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01729850, Object *, Array_InternalEnumerator_1_System_Globalization_CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Globalization_CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017296E0, CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap, Array_InternalEnumerator_1_System_Globalization_CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap__get_Current, (Array_InternalEnumerator_1_System_Globalization_CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98588, Array_InternalEnumerator_1_System_Globalization_CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Camera_RenderRequest___ctor, (Array_InternalEnumerator_1_UnityEngine_Camera_RenderRequest_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Camera_RenderRequest__Dispose, (Array_InternalEnumerator_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Camera_RenderRequest__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Camera_RenderRequest__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01729A60, Object *, Array_InternalEnumerator_1_UnityEngine_Camera_RenderRequest__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017298E0, Camera_RenderRequest, Array_InternalEnumerator_1_UnityEngine_Camera_RenderRequest__get_Current, (Array_InternalEnumerator_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98600, Array_InternalEnumerator_1_UnityEngine_Camera_RenderRequest__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Cinemachine_CameraState_CustomBlendable___ctor, (Array_InternalEnumerator_1_Cinemachine_CameraState_CustomBlendable_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Cinemachine_CameraState_CustomBlendable__Dispose, (Array_InternalEnumerator_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Cinemachine_CameraState_CustomBlendable__MoveNext, (Array_InternalEnumerator_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Cinemachine_CameraState_CustomBlendable__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01729C70, Object *, Array_InternalEnumerator_1_Cinemachine_CameraState_CustomBlendable__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01729B00, CameraState_CustomBlendable, Array_InternalEnumerator_1_Cinemachine_CameraState_CustomBlendable__get_Current, (Array_InternalEnumerator_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C985F8, Array_InternalEnumerator_1_Cinemachine_CameraState_CustomBlendable__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot___ctor, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot__Dispose, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot__MoveNext, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01729E70, Object *, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01729D00, CharacterFootEffects_Foot, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot__get_Current, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98618, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Cinemachine_CinemachineBlendListCamera_Instruction___ctor, (Array_InternalEnumerator_1_Cinemachine_CinemachineBlendListCamera_Instruction_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Cinemachine_CinemachineBlendListCamera_Instruction__Dispose, (Array_InternalEnumerator_1_Cinemachine_CinemachineBlendListCamera_Instruction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Cinemachine_CinemachineBlendListCamera_Instruction__MoveNext, (Array_InternalEnumerator_1_Cinemachine_CinemachineBlendListCamera_Instruction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Cinemachine_CinemachineBlendListCamera_Instruction__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Cinemachine_CinemachineBlendListCamera_Instruction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172A080, Object *, Array_InternalEnumerator_1_Cinemachine_CinemachineBlendListCamera_Instruction__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Cinemachine_CinemachineBlendListCamera_Instruction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01729F00, CinemachineBlendListCamera_Instruction, Array_InternalEnumerator_1_Cinemachine_CinemachineBlendListCamera_Instruction__get_Current, (Array_InternalEnumerator_1_Cinemachine_CinemachineBlendListCamera_Instruction_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98610, Array_InternalEnumerator_1_Cinemachine_CinemachineBlendListCamera_Instruction__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Cinemachine_CinemachineBlenderSettings_CustomBlend___ctor, (Array_InternalEnumerator_1_Cinemachine_CinemachineBlenderSettings_CustomBlend_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Cinemachine_CinemachineBlenderSettings_CustomBlend__Dispose, (Array_InternalEnumerator_1_Cinemachine_CinemachineBlenderSettings_CustomBlend_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Cinemachine_CinemachineBlenderSettings_CustomBlend__MoveNext, (Array_InternalEnumerator_1_Cinemachine_CinemachineBlenderSettings_CustomBlend_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Cinemachine_CinemachineBlenderSettings_CustomBlend__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Cinemachine_CinemachineBlenderSettings_CustomBlend_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172A2A0, Object *, Array_InternalEnumerator_1_Cinemachine_CinemachineBlenderSettings_CustomBlend__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Cinemachine_CinemachineBlenderSettings_CustomBlend_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172A120, CinemachineBlenderSettings_CustomBlend, Array_InternalEnumerator_1_Cinemachine_CinemachineBlenderSettings_CustomBlend__get_Current, (Array_InternalEnumerator_1_Cinemachine_CinemachineBlenderSettings_CustomBlend_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C985D8, Array_InternalEnumerator_1_Cinemachine_CinemachineBlenderSettings_CustomBlend__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Cinemachine_CinemachineClearShot_Pair___ctor, (Array_InternalEnumerator_1_Cinemachine_CinemachineClearShot_Pair_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Cinemachine_CinemachineClearShot_Pair__Dispose, (Array_InternalEnumerator_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Cinemachine_CinemachineClearShot_Pair__MoveNext, (Array_InternalEnumerator_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172A4B0, Object *, Array_InternalEnumerator_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172A340, CinemachineClearShot_Pair, Array_InternalEnumerator_1_Cinemachine_CinemachineClearShot_Pair__get_Current, (Array_InternalEnumerator_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C985C8, Array_InternalEnumerator_1_Cinemachine_CinemachineClearShot_Pair__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Cinemachine_CinemachineFreeLook_Orbit___ctor, (Array_InternalEnumerator_1_Cinemachine_CinemachineFreeLook_Orbit_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Cinemachine_CinemachineFreeLook_Orbit__Dispose, (Array_InternalEnumerator_1_Cinemachine_CinemachineFreeLook_Orbit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Cinemachine_CinemachineFreeLook_Orbit__MoveNext, (Array_InternalEnumerator_1_Cinemachine_CinemachineFreeLook_Orbit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Cinemachine_CinemachineFreeLook_Orbit__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Cinemachine_CinemachineFreeLook_Orbit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172A6B0, Object *, Array_InternalEnumerator_1_Cinemachine_CinemachineFreeLook_Orbit__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Cinemachine_CinemachineFreeLook_Orbit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172A540, CinemachineFreeLook_Orbit, Array_InternalEnumerator_1_Cinemachine_CinemachineFreeLook_Orbit__get_Current, (Array_InternalEnumerator_1_Cinemachine_CinemachineFreeLook_Orbit_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C985F0, Array_InternalEnumerator_1_Cinemachine_CinemachineFreeLook_Orbit__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Cinemachine_CinemachinePath_Waypoint___ctor, (Array_InternalEnumerator_1_Cinemachine_CinemachinePath_Waypoint_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Cinemachine_CinemachinePath_Waypoint__Dispose, (Array_InternalEnumerator_1_Cinemachine_CinemachinePath_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Cinemachine_CinemachinePath_Waypoint__MoveNext, (Array_InternalEnumerator_1_Cinemachine_CinemachinePath_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Cinemachine_CinemachinePath_Waypoint__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Cinemachine_CinemachinePath_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172A8C0, Object *, Array_InternalEnumerator_1_Cinemachine_CinemachinePath_Waypoint__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Cinemachine_CinemachinePath_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172A740, CinemachinePath_Waypoint, Array_InternalEnumerator_1_Cinemachine_CinemachinePath_Waypoint__get_Current, (Array_InternalEnumerator_1_Cinemachine_CinemachinePath_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C985E8, Array_InternalEnumerator_1_Cinemachine_CinemachinePath_Waypoint__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Cinemachine_CinemachineSmoothPath_Waypoint___ctor, (Array_InternalEnumerator_1_Cinemachine_CinemachineSmoothPath_Waypoint_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Cinemachine_CinemachineSmoothPath_Waypoint__Dispose, (Array_InternalEnumerator_1_Cinemachine_CinemachineSmoothPath_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Cinemachine_CinemachineSmoothPath_Waypoint__MoveNext, (Array_InternalEnumerator_1_Cinemachine_CinemachineSmoothPath_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Cinemachine_CinemachineSmoothPath_Waypoint__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Cinemachine_CinemachineSmoothPath_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172AAD0, Object *, Array_InternalEnumerator_1_Cinemachine_CinemachineSmoothPath_Waypoint__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Cinemachine_CinemachineSmoothPath_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172A960, CinemachineSmoothPath_Waypoint, Array_InternalEnumerator_1_Cinemachine_CinemachineSmoothPath_Waypoint__get_Current, (Array_InternalEnumerator_1_Cinemachine_CinemachineSmoothPath_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98518, Array_InternalEnumerator_1_Cinemachine_CinemachineSmoothPath_Waypoint__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair___ctor, (Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Dispose, (Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__MoveNext, (Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172ACD0, Object *, Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172AB60, CinemachineStateDrivenCamera_HashPair, Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__get_Current, (Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98510, Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_Instruction___ctor, (Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_Instruction_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_Instruction__Dispose, (Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_Instruction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_Instruction__MoveNext, (Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_Instruction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_Instruction__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_Instruction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172AEE0, Object *, Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_Instruction__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_Instruction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172AD60, CinemachineStateDrivenCamera_Instruction, Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_Instruction__get_Current, (Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_Instruction_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98528, Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_Instruction__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_ParentHash___ctor, (Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_ParentHash_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_ParentHash__Dispose, (Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_ParentHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_ParentHash__MoveNext, (Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_ParentHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_ParentHash__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_ParentHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172B0F0, Object *, Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_ParentHash__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_ParentHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172AF80, CinemachineStateDrivenCamera_ParentHash, Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_ParentHash__get_Current, (Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_ParentHash_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98520, Array_InternalEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_ParentHash__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Cinemachine_CinemachineTargetGroup_Target___ctor, (Array_InternalEnumerator_1_Cinemachine_CinemachineTargetGroup_Target_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Cinemachine_CinemachineTargetGroup_Target__Dispose, (Array_InternalEnumerator_1_Cinemachine_CinemachineTargetGroup_Target_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Cinemachine_CinemachineTargetGroup_Target__MoveNext, (Array_InternalEnumerator_1_Cinemachine_CinemachineTargetGroup_Target_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Cinemachine_CinemachineTargetGroup_Target__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Cinemachine_CinemachineTargetGroup_Target_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172B2F0, Object *, Array_InternalEnumerator_1_Cinemachine_CinemachineTargetGroup_Target__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Cinemachine_CinemachineTargetGroup_Target_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172B180, CinemachineTargetGroup_Target, Array_InternalEnumerator_1_Cinemachine_CinemachineTargetGroup_Target__get_Current, (Array_InternalEnumerator_1_Cinemachine_CinemachineTargetGroup_Target_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C984F8, Array_InternalEnumerator_1_Cinemachine_CinemachineTargetGroup_Target__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Cinemachine_ClipperLib_DoublePoint___ctor, (Array_InternalEnumerator_1_Cinemachine_ClipperLib_DoublePoint_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Cinemachine_ClipperLib_DoublePoint__Dispose, (Array_InternalEnumerator_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Cinemachine_ClipperLib_DoublePoint__MoveNext, (Array_InternalEnumerator_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172B4F0, Object *, Array_InternalEnumerator_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172B380, ClipperLib_DoublePoint, Array_InternalEnumerator_1_Cinemachine_ClipperLib_DoublePoint__get_Current, (Array_InternalEnumerator_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C984F0, Array_InternalEnumerator_1_Cinemachine_ClipperLib_DoublePoint__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Cinemachine_ClipperLib_IntPoint___ctor, (Array_InternalEnumerator_1_Cinemachine_ClipperLib_IntPoint_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Cinemachine_ClipperLib_IntPoint__Dispose, (Array_InternalEnumerator_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Cinemachine_ClipperLib_IntPoint__MoveNext, (Array_InternalEnumerator_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Cinemachine_ClipperLib_IntPoint__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172B6F0, Object *, Array_InternalEnumerator_1_Cinemachine_ClipperLib_IntPoint__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172B580, ClipperLib_IntPoint, Array_InternalEnumerator_1_Cinemachine_ClipperLib_IntPoint__get_Current, (Array_InternalEnumerator_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98508, Array_InternalEnumerator_1_Cinemachine_ClipperLib_IntPoint__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Mono_Globalization_Unicode_CodePointIndexer_TableRange___ctor, (Array_InternalEnumerator_1_Mono_Globalization_Unicode_CodePointIndexer_TableRange_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Mono_Globalization_Unicode_CodePointIndexer_TableRange__Dispose, (Array_InternalEnumerator_1_Mono_Globalization_Unicode_CodePointIndexer_TableRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Mono_Globalization_Unicode_CodePointIndexer_TableRange__MoveNext, (Array_InternalEnumerator_1_Mono_Globalization_Unicode_CodePointIndexer_TableRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Mono_Globalization_Unicode_CodePointIndexer_TableRange__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Mono_Globalization_Unicode_CodePointIndexer_TableRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172B900, Object *, Array_InternalEnumerator_1_Mono_Globalization_Unicode_CodePointIndexer_TableRange__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Mono_Globalization_Unicode_CodePointIndexer_TableRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172B780, CodePointIndexer_TableRange, Array_InternalEnumerator_1_Mono_Globalization_Unicode_CodePointIndexer_TableRange__get_Current, (Array_InternalEnumerator_1_Mono_Globalization_Unicode_CodePointIndexer_TableRange_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98500, Array_InternalEnumerator_1_Mono_Globalization_Unicode_CodePointIndexer_TableRange__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement___ctor, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement__Dispose, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement__MoveNext, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172BB10, Object *, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172B9A0, ComboTimeout_ComboInputElement, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement__get_Current, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98558, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution___ctor, (Array_InternalEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution__Dispose, (Array_InternalEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution__MoveNext, (Array_InternalEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172BD10, Object *, Array_InternalEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172BBA0, ConfinerOven_PolygonSolution, Array_InternalEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution__get_Current, (Array_InternalEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98550, Array_InternalEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_Bucket___ctor, (Array_InternalEnumerator_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_Bucket_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_Bucket__Dispose, (Array_InternalEnumerator_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_Bucket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_Bucket__MoveNext, (Array_InternalEnumerator_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_Bucket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_Bucket__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_Bucket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172BF10, Object *, Array_InternalEnumerator_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_Bucket__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_Bucket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172BDA0, ContentCatalogData_Bucket, Array_InternalEnumerator_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_Bucket__get_Current, (Array_InternalEnumerator_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_Bucket_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98568, Array_InternalEnumerator_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_Bucket__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Net_ContextFlagsAdapterPal_ContextFlagMapping___ctor, (Array_InternalEnumerator_1_System_Net_ContextFlagsAdapterPal_ContextFlagMapping_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Net_ContextFlagsAdapterPal_ContextFlagMapping__Dispose, (Array_InternalEnumerator_1_System_Net_ContextFlagsAdapterPal_ContextFlagMapping_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Net_ContextFlagsAdapterPal_ContextFlagMapping__MoveNext, (Array_InternalEnumerator_1_System_Net_ContextFlagsAdapterPal_ContextFlagMapping_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Net_ContextFlagsAdapterPal_ContextFlagMapping__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Net_ContextFlagsAdapterPal_ContextFlagMapping_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172C110, Object *, Array_InternalEnumerator_1_System_Net_ContextFlagsAdapterPal_ContextFlagMapping__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Net_ContextFlagsAdapterPal_ContextFlagMapping_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172BFA0, ContextFlagsAdapterPal_ContextFlagMapping, Array_InternalEnumerator_1_System_Net_ContextFlagsAdapterPal_ContextFlagMapping__get_Current, (Array_InternalEnumerator_1_System_Net_ContextFlagsAdapterPal_ContextFlagMapping_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98560, Array_InternalEnumerator_1_System_Net_ContextFlagsAdapterPal_ContextFlagMapping__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Net_CookieTokenizer_RecognizedAttribute___ctor, (Array_InternalEnumerator_1_System_Net_CookieTokenizer_RecognizedAttribute_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Net_CookieTokenizer_RecognizedAttribute__Dispose, (Array_InternalEnumerator_1_System_Net_CookieTokenizer_RecognizedAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Net_CookieTokenizer_RecognizedAttribute__MoveNext, (Array_InternalEnumerator_1_System_Net_CookieTokenizer_RecognizedAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Net_CookieTokenizer_RecognizedAttribute__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Net_CookieTokenizer_RecognizedAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172C310, Object *, Array_InternalEnumerator_1_System_Net_CookieTokenizer_RecognizedAttribute__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Net_CookieTokenizer_RecognizedAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172C1A0, CookieTokenizer_RecognizedAttribute, Array_InternalEnumerator_1_System_Net_CookieTokenizer_RecognizedAttribute__get_Current, (Array_InternalEnumerator_1_System_Net_CookieTokenizer_RecognizedAttribute_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98538, Array_InternalEnumerator_1_System_Net_CookieTokenizer_RecognizedAttribute__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB___ctor, (Array_InternalEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Dispose, (Array_InternalEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__MoveNext, (Array_InternalEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172C520, Object *, Array_InternalEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172C3A0, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB, Array_InternalEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__get_Current, (Array_InternalEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98530, Array_InternalEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator___ctor, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__Dispose, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__MoveNext, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172C750, Object *, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172C5C0, DamageIndicatorMonitor_DamageIndicator, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__get_Current, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98548, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___ctor, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Dispose, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__MoveNext, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172C990, Object *, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172C810, DelayedActionManager_DelegateInfo, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_Current, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98540, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Rendering_DynamicResolutionHandler_ScalerContainer___ctor, (Array_InternalEnumerator_1_UnityEngine_Rendering_DynamicResolutionHandler_ScalerContainer_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Rendering_DynamicResolutionHandler_ScalerContainer__Dispose, (Array_InternalEnumerator_1_UnityEngine_Rendering_DynamicResolutionHandler_ScalerContainer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Rendering_DynamicResolutionHandler_ScalerContainer__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Rendering_DynamicResolutionHandler_ScalerContainer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Rendering_DynamicResolutionHandler_ScalerContainer__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Rendering_DynamicResolutionHandler_ScalerContainer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172CBA0, Object *, Array_InternalEnumerator_1_UnityEngine_Rendering_DynamicResolutionHandler_ScalerContainer__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_DynamicResolutionHandler_ScalerContainer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172CA30, DynamicResolutionHandler_ScalerContainer, Array_InternalEnumerator_1_UnityEngine_Rendering_DynamicResolutionHandler_ScalerContainer__get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_DynamicResolutionHandler_ScalerContainer_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98488, Array_InternalEnumerator_1_UnityEngine_Rendering_DynamicResolutionHandler_ScalerContainer__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper___ctor, (Array_InternalEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Dispose, (Array_InternalEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper__MoveNext, (Array_InternalEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172CDA0, Object *, Array_InternalEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172CC30, EventDispatcher_CallbackWrapper, Array_InternalEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper__get_Current, (Array_InternalEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98478, Array_InternalEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Photon_Bolt_EventDispatcher_EventListener___ctor, (Array_InternalEnumerator_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Photon_Bolt_EventDispatcher_EventListener__Dispose, (Array_InternalEnumerator_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Photon_Bolt_EventDispatcher_EventListener__MoveNext, (Array_InternalEnumerator_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172CFB0, Object *, Array_InternalEnumerator_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172CE30, EventDispatcher_EventListener, Array_InternalEnumerator_1_Photon_Bolt_EventDispatcher_EventListener__get_Current, (Array_InternalEnumerator_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C984A8, Array_InternalEnumerator_1_Photon_Bolt_EventDispatcher_EventListener__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_DispatchContext___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172D1C0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172D050, EventDispatcher_DispatchContext, Array_InternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98498, Array_InternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_EventRecord___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_EventRecord__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_EventRecord__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_EventRecord__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172D3C0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_EventRecord__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172D250, EventDispatcher_EventRecord, Array_InternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_EventRecord__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98448, Array_InternalEnumerator_1_UnityEngine_UIElements_EventDispatcher_EventRecord__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent___ctor, (Array_InternalEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Dispose, (Array_InternalEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__MoveNext, (Array_InternalEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172D620, Object *, Array_InternalEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172D450, EventQueue_NetworkEvent, Array_InternalEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__get_Current, (Array_InternalEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98438, Array_InternalEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Photon_Bolt_EventReliableRecvBuffer_Node___ctor, (Array_InternalEnumerator_1_Photon_Bolt_EventReliableRecvBuffer_Node_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Photon_Bolt_EventReliableRecvBuffer_Node__Dispose, (Array_InternalEnumerator_1_Photon_Bolt_EventReliableRecvBuffer_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Photon_Bolt_EventReliableRecvBuffer_Node__MoveNext, (Array_InternalEnumerator_1_Photon_Bolt_EventReliableRecvBuffer_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Photon_Bolt_EventReliableRecvBuffer_Node__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Photon_Bolt_EventReliableRecvBuffer_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172D890, Object *, Array_InternalEnumerator_1_Photon_Bolt_EventReliableRecvBuffer_Node__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Photon_Bolt_EventReliableRecvBuffer_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172D710, EventReliableRecvBuffer_Node, Array_InternalEnumerator_1_Photon_Bolt_EventReliableRecvBuffer_Node__get_Current, (Array_InternalEnumerator_1_Photon_Bolt_EventReliableRecvBuffer_Node_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98468, Array_InternalEnumerator_1_Photon_Bolt_EventReliableRecvBuffer_Node__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Photon_Bolt_EventReliableSendBuffer_Node___ctor, (Array_InternalEnumerator_1_Photon_Bolt_EventReliableSendBuffer_Node_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Photon_Bolt_EventReliableSendBuffer_Node__Dispose, (Array_InternalEnumerator_1_Photon_Bolt_EventReliableSendBuffer_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Photon_Bolt_EventReliableSendBuffer_Node__MoveNext, (Array_InternalEnumerator_1_Photon_Bolt_EventReliableSendBuffer_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Photon_Bolt_EventReliableSendBuffer_Node__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Photon_Bolt_EventReliableSendBuffer_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172DAB0, Object *, Array_InternalEnumerator_1_Photon_Bolt_EventReliableSendBuffer_Node__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Photon_Bolt_EventReliableSendBuffer_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172D930, EventReliableSendBuffer_Node, Array_InternalEnumerator_1_Photon_Bolt_EventReliableSendBuffer_Node__get_Current, (Array_InternalEnumerator_1_Photon_Bolt_EventReliableSendBuffer_Node_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98458, Array_InternalEnumerator_1_Photon_Bolt_EventReliableSendBuffer_Node__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172DCC0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172DB50, FocusController_FocusedElement, Array_InternalEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C984D8, Array_InternalEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Pathfinding_Funnel_PathPart___ctor, (Array_InternalEnumerator_1_Pathfinding_Funnel_PathPart_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Pathfinding_Funnel_PathPart__Dispose, (Array_InternalEnumerator_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Pathfinding_Funnel_PathPart__MoveNext, (Array_InternalEnumerator_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Pathfinding_Funnel_PathPart__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172DED0, Object *, Array_InternalEnumerator_1_Pathfinding_Funnel_PathPart__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172DD50, Funnel_PathPart, Array_InternalEnumerator_1_Pathfinding_Funnel_PathPart__get_Current, (Array_InternalEnumerator_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C984D0, Array_InternalEnumerator_1_Pathfinding_Funnel_PathPart__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch___ctor, (Array_InternalEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Dispose, (Array_InternalEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__MoveNext, (Array_InternalEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172E100, Object *, Array_InternalEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172DF80, GetRandomAvailablePerch_RandomPerch, Array_InternalEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__get_Current, (Array_InternalEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C984E8, Array_InternalEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Pathfinding_GraphUpdateProcessor_GUOSingle___ctor, (Array_InternalEnumerator_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Pathfinding_GraphUpdateProcessor_GUOSingle__Dispose, (Array_InternalEnumerator_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Pathfinding_GraphUpdateProcessor_GUOSingle__MoveNext, (Array_InternalEnumerator_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Pathfinding_GraphUpdateProcessor_GUOSingle__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172E320, Object *, Array_InternalEnumerator_1_Pathfinding_GraphUpdateProcessor_GUOSingle__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172E1A0, GraphUpdateProcessor_GUOSingle, Array_InternalEnumerator_1_Pathfinding_GraphUpdateProcessor_GUOSingle__get_Current, (Array_InternalEnumerator_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C984E0, Array_InternalEnumerator_1_Pathfinding_GraphUpdateProcessor_GUOSingle__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172E540, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172E3C0, HID_HIDCollectionDescriptor, Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C984B8, Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172E780, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172E5E0, HID_HIDElementDescriptor, Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C984B0, Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172E9C0, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172E840, HIDParser_HIDReportData, Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C984C8, Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172EBD0, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172EA60, HIDSupport_HIDPageUsage, Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C984C0, Array_InternalEnumerator_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Rewired_HID_HIDTouchpad_TouchData___ctor, (Array_InternalEnumerator_1_Rewired_HID_HIDTouchpad_TouchData_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Rewired_HID_HIDTouchpad_TouchData__Dispose, (Array_InternalEnumerator_1_Rewired_HID_HIDTouchpad_TouchData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Rewired_HID_HIDTouchpad_TouchData__MoveNext, (Array_InternalEnumerator_1_Rewired_HID_HIDTouchpad_TouchData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Rewired_HID_HIDTouchpad_TouchData__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Rewired_HID_HIDTouchpad_TouchData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172EDE0, Object *, Array_InternalEnumerator_1_Rewired_HID_HIDTouchpad_TouchData__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Rewired_HID_HIDTouchpad_TouchData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172EC60, HIDTouchpad_TouchData, Array_InternalEnumerator_1_Rewired_HID_HIDTouchpad_TouchData__get_Current, (Array_InternalEnumerator_1_Rewired_HID_HIDTouchpad_TouchData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C983D8, Array_InternalEnumerator_1_Rewired_HID_HIDTouchpad_TouchData__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Dispose, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172F010, Object *, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172EE90, HairDesignerColliderBase_DualSphere, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__get_Current, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C983D0, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_DualSphereCollider___ctor, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_DualSphereCollider_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_DualSphereCollider__Dispose, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_DualSphereCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_DualSphereCollider__MoveNext, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_DualSphereCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_DualSphereCollider__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_DualSphereCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172F240, Object *, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_DualSphereCollider__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_DualSphereCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172F0C0, HairDesignerGeneratorAdvancedFurBase_DualSphereCollider, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_DualSphereCollider__get_Current, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_DualSphereCollider_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C983E8, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_DualSphereCollider__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_SkinData___ctor, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_SkinData_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_SkinData__Dispose, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_SkinData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_SkinData__MoveNext, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_SkinData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_SkinData__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_SkinData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172F460, Object *, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_SkinData__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_SkinData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172F2E0, HairDesignerGeneratorAdvancedFurBase_SkinData, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_SkinData__get_Current, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_SkinData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C983E0, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_SkinData__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData___ctor, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Dispose, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__MoveNext, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172F670, Object *, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172F500, HairDesignerGeneratorFurShellBase_BufferData, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__get_Current, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C983A8, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_SkinData___ctor, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_SkinData_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_SkinData__Dispose, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_SkinData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_SkinData__MoveNext, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_SkinData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_SkinData__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_SkinData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172F880, Object *, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_SkinData__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_SkinData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172F700, HairDesignerGeneratorFurShellBase_SkinData, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_SkinData__get_Current, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_SkinData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C983A0, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_SkinData__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq16___ctor, (Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq16_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq16__Dispose, (Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq16__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq16__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172FB00, Object *, Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq16__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172F920, Hammersley_Hammersley2dSeq16, Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq16__get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C983C8, Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq16__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq256___ctor, (Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq256_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq256__Dispose, (Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq256_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq256__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq256_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq256__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq256_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172FDD0, Object *, Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq256__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq256_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172FC00, Hammersley_Hammersley2dSeq256, Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq256__get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq256_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C983B8, Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq256__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq32___ctor, (Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq32_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq32__Dispose, (Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq32__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq32__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01730090, Object *, Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq32__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0172FEB0, Hammersley_Hammersley2dSeq32, Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq32__get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98418, Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq32__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq64___ctor, (Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq64_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq64__Dispose, (Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq64__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq64__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01730370, Object *, Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq64__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01730190, Hammersley_Hammersley2dSeq64, Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq64__get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq64_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98410, Array_InternalEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq64__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Collections_Hashtable_bucket___ctor, (Array_InternalEnumerator_1_System_Collections_Hashtable_bucket_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Collections_Hashtable_bucket__Dispose, (Array_InternalEnumerator_1_System_Collections_Hashtable_bucket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Collections_Hashtable_bucket__MoveNext, (Array_InternalEnumerator_1_System_Collections_Hashtable_bucket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Collections_Hashtable_bucket__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Collections_Hashtable_bucket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017305F0, Object *, Array_InternalEnumerator_1_System_Collections_Hashtable_bucket__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Collections_Hashtable_bucket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01730470, Hashtable_bucket, Array_InternalEnumerator_1_System_Collections_Hashtable_bucket__get_Current, (Array_InternalEnumerator_1_System_Collections_Hashtable_bucket_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98428, Array_InternalEnumerator_1_System_Collections_Hashtable_bucket__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Cinemachine_Utility_HeadingTracker_Item___ctor, (Array_InternalEnumerator_1_Cinemachine_Utility_HeadingTracker_Item_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Cinemachine_Utility_HeadingTracker_Item__Dispose, (Array_InternalEnumerator_1_Cinemachine_Utility_HeadingTracker_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Cinemachine_Utility_HeadingTracker_Item__MoveNext, (Array_InternalEnumerator_1_Cinemachine_Utility_HeadingTracker_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Cinemachine_Utility_HeadingTracker_Item__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Cinemachine_Utility_HeadingTracker_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01730810, Object *, Array_InternalEnumerator_1_Cinemachine_Utility_HeadingTracker_Item__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Cinemachine_Utility_HeadingTracker_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01730690, HeadingTracker_Item, Array_InternalEnumerator_1_Cinemachine_Utility_HeadingTracker_Item__get_Current, (Array_InternalEnumerator_1_Cinemachine_Utility_HeadingTracker_Item_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98420, Array_InternalEnumerator_1_Cinemachine_Utility_HeadingTracker_Item__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash___ctor, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash__Dispose, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash__MoveNext, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01730A40, Object *, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017308B0, HealthFlashMonitor_Flash, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash__get_Current, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C983F8, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Globalization_HebrewNumber_HebrewValue___ctor, (Array_InternalEnumerator_1_System_Globalization_HebrewNumber_HebrewValue_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Globalization_HebrewNumber_HebrewValue__Dispose, (Array_InternalEnumerator_1_System_Globalization_HebrewNumber_HebrewValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Globalization_HebrewNumber_HebrewValue__MoveNext, (Array_InternalEnumerator_1_System_Globalization_HebrewNumber_HebrewValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Globalization_HebrewNumber_HebrewValue__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Globalization_HebrewNumber_HebrewValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01730C60, Object *, Array_InternalEnumerator_1_System_Globalization_HebrewNumber_HebrewValue__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Globalization_HebrewNumber_HebrewValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01730AF0, HebrewNumber_HebrewValue, Array_InternalEnumerator_1_System_Globalization_HebrewNumber_HebrewValue__get_Current, (Array_InternalEnumerator_1_System_Globalization_HebrewNumber_HebrewValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C983F0, Array_InternalEnumerator_1_System_Globalization_HebrewNumber_HebrewValue__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingJson___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingJson_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingJson__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingJson__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingJson__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01730E80, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingJson__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01730CF0, InputActionMap_BindingJson, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingJson__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingJson_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98408, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingJson__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017310D0, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01730F40, InputActionMap_BindingOverrideJson, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98400, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadActionJson___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadActionJson_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadActionJson__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadActionJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadActionJson__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadActionJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadActionJson__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadActionJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01731320, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadActionJson__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadActionJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01731180, InputActionMap_ReadActionJson, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadActionJson__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadActionJson_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98338, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadActionJson__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadMapJson___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadMapJson_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadMapJson__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadMapJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadMapJson__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadMapJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadMapJson__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadMapJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01731560, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadMapJson__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadMapJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017313E0, InputActionMap_ReadMapJson, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadMapJson__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadMapJson_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98330, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadMapJson__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteActionJson___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteActionJson_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteActionJson__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteActionJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteActionJson__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteActionJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteActionJson__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteActionJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01731790, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteActionJson__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteActionJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01731600, InputActionMap_WriteActionJson, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteActionJson__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteActionJson_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98348, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteActionJson__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteMapJson___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteMapJson_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteMapJson__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteMapJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteMapJson__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteMapJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteMapJson__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteMapJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017319D0, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteMapJson__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteMapJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01731850, InputActionMap_WriteMapJson, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteMapJson__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteMapJson_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98340, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteMapJson__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01731BF0, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01731A70, InputActionRebindingExtensions_Parameter, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98318, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01731E50, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01731C90, InputActionRebindingExtensions_ParameterOverride, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98310, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_InputActionTrace_ActionEventPtr___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_InputActionTrace_ActionEventPtr_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_InputActionTrace_ActionEventPtr__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_InputActionTrace_ActionEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_InputActionTrace_ActionEventPtr__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_InputActionTrace_ActionEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_InputActionTrace_ActionEventPtr__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_InputActionTrace_ActionEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017320B0, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_InputActionTrace_ActionEventPtr__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_InputActionTrace_ActionEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01731F40, InputActionTrace_ActionEventPtr, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_InputActionTrace_ActionEventPtr__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_InputActionTrace_ActionEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98328, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_InputActionTrace_ActionEventPtr__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017322B0, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01732140, InputBindingCompositeContext_PartBinding, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98320, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01732530, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01732340, InputControlLayout_ControlItem, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98378, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017327F0, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01732650, InputControlPath_ParsedPathComponent, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98370, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01732A20, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017328B0, InputControlScheme_DeviceRequirement, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98390, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01732C30, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01732AB0, InputControlScheme_SchemeJson, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98380, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputDevice_ControlBitRangeNode___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputDevice_ControlBitRangeNode_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputDevice_ControlBitRangeNode__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputDevice_ControlBitRangeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputDevice_ControlBitRangeNode__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputDevice_ControlBitRangeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputDevice_ControlBitRangeNode__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputDevice_ControlBitRangeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01732E50, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputDevice_ControlBitRangeNode__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputDevice_ControlBitRangeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01732CD0, InputDevice_ControlBitRangeNode, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputDevice_ControlBitRangeNode__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputDevice_ControlBitRangeNode_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98358, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputDevice_ControlBitRangeNode__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01733070, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01732EF0, InputEventTrace_DeviceInfo, Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98350, Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_AvailableDevice___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_AvailableDevice_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_AvailableDevice__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_AvailableDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_AvailableDevice__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_AvailableDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_AvailableDevice__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_AvailableDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017332A0, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_AvailableDevice__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_AvailableDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01733110, InputManager_AvailableDevice, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_AvailableDevice__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_AvailableDevice_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98368, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_AvailableDevice__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorListener___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorListener_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorListener__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorListener__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorListener__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017334E0, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorListener__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01733360, InputManager_StateChangeMonitorListener, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorListener__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorListener_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98360, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorListener__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01733710, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01733580, InputManager_StateChangeMonitorTimeout, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C982B0, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorsForDevice___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorsForDevice_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorsForDevice__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorsForDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorsForDevice__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorsForDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorsForDevice__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorsForDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01733950, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorsForDevice__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorsForDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017337C0, InputManager_StateChangeMonitorsForDevice, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorsForDevice__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorsForDevice_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C982A8, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorsForDevice__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteInputDevice___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteInputDevice_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteInputDevice__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteInputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteInputDevice__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteInputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteInputDevice__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteInputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01733BA0, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteInputDevice__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteInputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01733A10, InputRemoting_RemoteInputDevice, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteInputDevice__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteInputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C982C8, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteInputDevice__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteSender___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteSender_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteSender__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteSender_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteSender__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteSender_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteSender__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteSender_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01733DE0, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteSender__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteSender_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01733C60, InputRemoting_RemoteSender, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteSender__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteSender_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C982C0, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteSender__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01733FF0, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01733E80, InputStateHistory_Record, Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98288, Array_InternalEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017341F0, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01734080, InputSystemUIInputModule_InputActionReferenceState, Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98278, Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017343F0, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01734280, InputUser_OngoingAccountSelection, Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C982A0, Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_UserData___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_UserData_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_UserData__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_UserData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_UserData__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_UserData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_UserData__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_UserData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01734670, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_UserData__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_UserData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01734480, InputUser_UserData, Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_UserData__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_UserData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98298, Array_InternalEnumerator_1_UnityEngine_InputSystem_Users_InputUser_UserData__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017348F0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01734780, InternalTreeView_TreeViewItemWrapper, Array_InternalEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C982F8, Array_InternalEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField___ctor, (Array_InternalEnumerator_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField__Dispose, (Array_InternalEnumerator_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField__MoveNext, (Array_InternalEnumerator_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01734AF0, Object *, Array_InternalEnumerator_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01734980, JSONDeserialization_TaskField, Array_InternalEnumerator_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField__get_Current, (Array_InternalEnumerator_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C982F0, Array_InternalEnumerator_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV___ctor, (Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Dispose, (Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__MoveNext, (Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01734CF0, Object *, Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01734B80, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV, Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__get_Current, (Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98308, Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb___ctor, (Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Dispose, (Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__MoveNext, (Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01734F20, Object *, Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01734D80, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb, Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__get_Current, (Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98300, Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux___ctor, (Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Dispose, (Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__MoveNext, (Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01735150, Object *, Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01734FE0, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux, Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__get_Current, (Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C982D8, Array_InternalEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01735380, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017351E0, JsonParser_JsonValue, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C982D0, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Pathfinding_LayerGridGraph_HeightSample___ctor, (Array_InternalEnumerator_1_Pathfinding_LayerGridGraph_HeightSample_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Pathfinding_LayerGridGraph_HeightSample__Dispose, (Array_InternalEnumerator_1_Pathfinding_LayerGridGraph_HeightSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Pathfinding_LayerGridGraph_HeightSample__MoveNext, (Array_InternalEnumerator_1_Pathfinding_LayerGridGraph_HeightSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Pathfinding_LayerGridGraph_HeightSample__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Pathfinding_LayerGridGraph_HeightSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017355D0, Object *, Array_InternalEnumerator_1_Pathfinding_LayerGridGraph_HeightSample__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Pathfinding_LayerGridGraph_HeightSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01735440, LayerGridGraph_HeightSample, Array_InternalEnumerator_1_Pathfinding_LayerGridGraph_HeightSample__get_Current, (Array_InternalEnumerator_1_Pathfinding_LayerGridGraph_HeightSample_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C982E8, Array_InternalEnumerator_1_Pathfinding_LayerGridGraph_HeightSample__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Dissonance_Logs_LogMessage___ctor, (Array_InternalEnumerator_1_Dissonance_Logs_LogMessage_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Dissonance_Logs_LogMessage__Dispose, (Array_InternalEnumerator_1_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Dissonance_Logs_LogMessage__MoveNext, (Array_InternalEnumerator_1_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Dissonance_Logs_LogMessage__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01735800, Object *, Array_InternalEnumerator_1_Dissonance_Logs_LogMessage__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01735690, Logs_LogMessage_1, Array_InternalEnumerator_1_Dissonance_Logs_LogMessage__get_Current, (Array_InternalEnumerator_1_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C982E0, Array_InternalEnumerator_1_Dissonance_Logs_LogMessage__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage___ctor, (Array_InternalEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Dispose, (Array_InternalEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__MoveNext, (Array_InternalEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01735A00, Object *, Array_InternalEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01735890, Logs_LogMessage, Array_InternalEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__get_Current, (Array_InternalEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C981E0, Array_InternalEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters___ctor, (Array_InternalEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Dispose, (Array_InternalEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters__MoveNext, (Array_InternalEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01735C10, Object *, Array_InternalEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01735A90, MagicLightProbes_VolumeParameters, Array_InternalEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters__get_Current, (Array_InternalEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C981D8, Array_InternalEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Net_Mail_MailHeaderInfo_HeaderInfo___ctor, (Array_InternalEnumerator_1_System_Net_Mail_MailHeaderInfo_HeaderInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Net_Mail_MailHeaderInfo_HeaderInfo__Dispose, (Array_InternalEnumerator_1_System_Net_Mail_MailHeaderInfo_HeaderInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Net_Mail_MailHeaderInfo_HeaderInfo__MoveNext, (Array_InternalEnumerator_1_System_Net_Mail_MailHeaderInfo_HeaderInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Net_Mail_MailHeaderInfo_HeaderInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Net_Mail_MailHeaderInfo_HeaderInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01735E30, Object *, Array_InternalEnumerator_1_System_Net_Mail_MailHeaderInfo_HeaderInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Net_Mail_MailHeaderInfo_HeaderInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01735CB0, MailHeaderInfo_HeaderInfo, Array_InternalEnumerator_1_System_Net_Mail_MailHeaderInfo_HeaderInfo__get_Current, (Array_InternalEnumerator_1_System_Net_Mail_MailHeaderInfo_HeaderInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C981F8, Array_InternalEnumerator_1_System_Net_Mail_MailHeaderInfo_HeaderInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry___ctor, (Array_InternalEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__Dispose, (Array_InternalEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__MoveNext, (Array_InternalEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01736050, Object *, Array_InternalEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01735ED0, MemberRelationshipService_RelationshipEntry, Array_InternalEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__get_Current, (Array_InternalEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C981F0, Array_InternalEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_MemoryHelpers_BitRegion___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_MemoryHelpers_BitRegion_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_MemoryHelpers_BitRegion__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_MemoryHelpers_BitRegion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_MemoryHelpers_BitRegion__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_MemoryHelpers_BitRegion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_MemoryHelpers_BitRegion__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_MemoryHelpers_BitRegion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01736260, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_MemoryHelpers_BitRegion__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_MemoryHelpers_BitRegion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017360F0, MemoryHelpers_BitRegion, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_MemoryHelpers_BitRegion__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_MemoryHelpers_BitRegion_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C981B0, Array_InternalEnumerator_1_UnityEngine_InputSystem_Utilities_MemoryHelpers_BitRegion__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Dispose, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01736480, Object *, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017362F0, MotionSolver_GPUNodeData, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__get_Current, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C981A0, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Dispose, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017366C0, Object *, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01736530, MotionSolver_GPUNodeInfo, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__get_Current, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C981D0, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPURootTransform___ctor, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPURootTransform_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPURootTransform__Dispose, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPURootTransform_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPURootTransform__MoveNext, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPURootTransform_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPURootTransform__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPURootTransform_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01736950, Object *, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPURootTransform__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPURootTransform_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01736780, MotionSolver_GPURootTransform, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPURootTransform__get_Current, (Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPURootTransform_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C981C0, Array_InternalEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPURootTransform__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint___ctor, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint__Dispose, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint__MoveNext, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01736BD0, Object *, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01736A50, MovingPlatform_Waypoint, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint__get_Current, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98250, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_NightmareStyling_WallMaterial___ctor, (Array_InternalEnumerator_1_NightmareStyling_WallMaterial_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_NightmareStyling_WallMaterial__Dispose, (Array_InternalEnumerator_1_NightmareStyling_WallMaterial_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_NightmareStyling_WallMaterial__MoveNext, (Array_InternalEnumerator_1_NightmareStyling_WallMaterial_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_NightmareStyling_WallMaterial__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_NightmareStyling_WallMaterial_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01736DE0, Object *, Array_InternalEnumerator_1_NightmareStyling_WallMaterial__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_NightmareStyling_WallMaterial_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01736C70, NightmareStyling_WallMaterial, Array_InternalEnumerator_1_NightmareStyling_WallMaterial__get_Current, (Array_InternalEnumerator_1_NightmareStyling_WallMaterial_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98240, Array_InternalEnumerator_1_NightmareStyling_WallMaterial__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Cinemachine_NoiseSettings_TransformNoiseParams___ctor, (Array_InternalEnumerator_1_Cinemachine_NoiseSettings_TransformNoiseParams_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Cinemachine_NoiseSettings_TransformNoiseParams__Dispose, (Array_InternalEnumerator_1_Cinemachine_NoiseSettings_TransformNoiseParams_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Cinemachine_NoiseSettings_TransformNoiseParams__MoveNext, (Array_InternalEnumerator_1_Cinemachine_NoiseSettings_TransformNoiseParams_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Cinemachine_NoiseSettings_TransformNoiseParams__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Cinemachine_NoiseSettings_TransformNoiseParams_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01736FF0, Object *, Array_InternalEnumerator_1_Cinemachine_NoiseSettings_TransformNoiseParams__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Cinemachine_NoiseSettings_TransformNoiseParams_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01736E70, NoiseSettings_TransformNoiseParams, Array_InternalEnumerator_1_Cinemachine_NoiseSettings_TransformNoiseParams__get_Current, (Array_InternalEnumerator_1_Cinemachine_NoiseSettings_TransformNoiseParams_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98270, Array_InternalEnumerator_1_Cinemachine_NoiseSettings_TransformNoiseParams__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_NolanBehaviour_OverlappedCollider___ctor, (Array_InternalEnumerator_1_NolanBehaviour_OverlappedCollider_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_NolanBehaviour_OverlappedCollider__Dispose, (Array_InternalEnumerator_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_NolanBehaviour_OverlappedCollider__MoveNext, (Array_InternalEnumerator_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_NolanBehaviour_OverlappedCollider__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01737210, Object *, Array_InternalEnumerator_1_NolanBehaviour_OverlappedCollider__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017370A0, NolanBehaviour_OverlappedCollider, Array_InternalEnumerator_1_NolanBehaviour_OverlappedCollider__get_Current, (Array_InternalEnumerator_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98260, Array_InternalEnumerator_1_NolanBehaviour_OverlappedCollider__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab___ctor, (Array_InternalEnumerator_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab__Dispose, (Array_InternalEnumerator_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab__MoveNext, (Array_InternalEnumerator_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01737410, Object *, Array_InternalEnumerator_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017372A0, ObjectPoolBase_PreloadedPrefab, Array_InternalEnumerator_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab__get_Current, (Array_InternalEnumerator_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98218, Array_InternalEnumerator_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01737630, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017374A0, OnScreenControl_OnScreenDeviceInfo, Array_InternalEnumerator_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98208, Array_InternalEnumerator_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding___ctor, (Array_InternalEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Dispose, (Array_InternalEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__MoveNext, (Array_InternalEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01737850, Object *, Array_InternalEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017376E0, OpenXRInput_SerializedBinding, Array_InternalEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__get_Current, (Array_InternalEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98230, Array_InternalEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog___ctor, (Array_InternalEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Dispose, (Array_InternalEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog__MoveNext, (Array_InternalEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01737A50, Object *, Array_InternalEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017378E0, PackedPlayModeBuildLogs_RuntimeBuildLog, Array_InternalEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog__get_Current, (Array_InternalEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98220, Array_InternalEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_ParameterizedStrings_FormatParam___ctor, (Array_InternalEnumerator_1_ParameterizedStrings_FormatParam_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_ParameterizedStrings_FormatParam__Dispose, (Array_InternalEnumerator_1_ParameterizedStrings_FormatParam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_ParameterizedStrings_FormatParam__MoveNext, (Array_InternalEnumerator_1_ParameterizedStrings_FormatParam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_ParameterizedStrings_FormatParam__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_ParameterizedStrings_FormatParam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01737C50, Object *, Array_InternalEnumerator_1_ParameterizedStrings_FormatParam__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_ParameterizedStrings_FormatParam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01737AE0, ParameterizedStrings_FormatParam, Array_InternalEnumerator_1_ParameterizedStrings_FormatParam__get_Current, (Array_InternalEnumerator_1_ParameterizedStrings_FormatParam_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98120, Array_InternalEnumerator_1_ParameterizedStrings_FormatParam__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_ParticleSystem_Particle___ctor, (Array_InternalEnumerator_1_UnityEngine_ParticleSystem_Particle_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_ParticleSystem_Particle__Dispose, (Array_InternalEnumerator_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_ParticleSystem_Particle__MoveNext, (Array_InternalEnumerator_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_ParticleSystem_Particle__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01737EA0, Object *, Array_InternalEnumerator_1_UnityEngine_ParticleSystem_Particle__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01737CE0, ParticleSystem_Particle, Array_InternalEnumerator_1_UnityEngine_ParticleSystem_Particle__get_Current, (Array_InternalEnumerator_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98118, Array_InternalEnumerator_1_UnityEngine_ParticleSystem_Particle__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_PlayerStatsController_Category___ctor, (Array_InternalEnumerator_1_PlayerStatsController_Category_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_PlayerStatsController_Category__Dispose, (Array_InternalEnumerator_1_PlayerStatsController_Category_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_PlayerStatsController_Category__MoveNext, (Array_InternalEnumerator_1_PlayerStatsController_Category_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_PlayerStatsController_Category__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_PlayerStatsController_Category_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01738110, Object *, Array_InternalEnumerator_1_PlayerStatsController_Category__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_PlayerStatsController_Category_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01737F90, PlayerStatsController_Category, Array_InternalEnumerator_1_PlayerStatsController_Category__get_Current, (Array_InternalEnumerator_1_PlayerStatsController_Category_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98138, Array_InternalEnumerator_1_PlayerStatsController_Category__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Pathfinding_PointKDTree_Node___ctor, (Array_InternalEnumerator_1_Pathfinding_PointKDTree_Node_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Pathfinding_PointKDTree_Node__Dispose, (Array_InternalEnumerator_1_Pathfinding_PointKDTree_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Pathfinding_PointKDTree_Node__MoveNext, (Array_InternalEnumerator_1_Pathfinding_PointKDTree_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Pathfinding_PointKDTree_Node__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Pathfinding_PointKDTree_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01738320, Object *, Array_InternalEnumerator_1_Pathfinding_PointKDTree_Node__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Pathfinding_PointKDTree_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017381B0, PointKDTree_Node, Array_InternalEnumerator_1_Pathfinding_PointKDTree_Node__get_Current, (Array_InternalEnumerator_1_Pathfinding_PointKDTree_Node_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98130, Array_InternalEnumerator_1_Pathfinding_PointKDTree_Node__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_PointerDeviceState_PointerLocation___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_PointerDeviceState_PointerLocation_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_PointerDeviceState_PointerLocation__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_PointerDeviceState_PointerLocation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_PointerDeviceState_PointerLocation__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_PointerDeviceState_PointerLocation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_PointerDeviceState_PointerLocation__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_PointerDeviceState_PointerLocation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01738530, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_PointerDeviceState_PointerLocation__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_PointerDeviceState_PointerLocation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017383B0, PointerDeviceState_PointerLocation, Array_InternalEnumerator_1_UnityEngine_UIElements_PointerDeviceState_PointerLocation__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_PointerDeviceState_PointerLocation_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C980F0, Array_InternalEnumerator_1_UnityEngine_UIElements_PointerDeviceState_PointerLocation__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick___ctor, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Dispose, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01738740, Object *, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017385D0, ProbeBrickIndex_Brick, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C980E8, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta___ctor, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__Dispose, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01738940, Object *, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017387D0, ProbeBrickIndex_BrickMeta, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98110, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo___ctor, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__Dispose, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01738B60, Object *, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017389D0, ProbeBrickIndex_CellIndexUpdateInfo, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98100, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick___ctor, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Dispose, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01738D90, Object *, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01738C10, ProbeBrickIndex_ReservedBrick, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98178, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta___ctor, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Dispose, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01738FA0, Object *, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01738E30, ProbeBrickIndex_VoxelMeta, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98170, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc___ctor, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Dispose, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017391B0, Object *, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01739030, ProbeBrickPool_BrickChunkAlloc, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98190, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId___ctor, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__Dispose, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017393C0, Object *, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01739250, ProbeReferenceVolume_RegId, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98188, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume___ctor, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__Dispose, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017395E0, Object *, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01739450, ProbeReferenceVolume_Volume, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98148, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem___ctor, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Dispose, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01739810, Object *, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017396A0, ProbeVolumePerSceneData_SerializableAssetItem, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98140, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem___ctor, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Dispose, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01739A20, Object *, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017398A0, ProbeVolumeSceneData_SerializableBoundItem, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98168, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem___ctor, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Dispose, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01739C30, Object *, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01739AC0, ProbeVolumeSceneData_SerializableHasPVItem, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98158, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings___ctor, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Dispose, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01739E50, Object *, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01739CC0, ProbeVolumeSceneData_SerializablePVBakeSettings, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55D90, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile___ctor, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Dispose, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173A070, Object *, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01739F00, ProbeVolumeSceneData_SerializablePVProfile, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55D98, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UdpKit_Protocol_ProtocolClient_AckCallback___ctor, (Array_InternalEnumerator_1_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UdpKit_Protocol_ProtocolClient_AckCallback__Dispose, (Array_InternalEnumerator_1_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UdpKit_Protocol_ProtocolClient_AckCallback__MoveNext, (Array_InternalEnumerator_1_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173A290, Object *, Array_InternalEnumerator_1_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173A100, ProtocolClient_AckCallback, Array_InternalEnumerator_1_UdpKit_Protocol_ProtocolClient_AckCallback__get_Current, (Array_InternalEnumerator_1_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55DE0, Array_InternalEnumerator_1_UdpKit_Protocol_ProtocolClient_AckCallback__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UdpKit_Protocol_ProtocolClient_MsgHandler___ctor, (Array_InternalEnumerator_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UdpKit_Protocol_ProtocolClient_MsgHandler__Dispose, (Array_InternalEnumerator_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UdpKit_Protocol_ProtocolClient_MsgHandler__MoveNext, (Array_InternalEnumerator_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173A4D0, Object *, Array_InternalEnumerator_1_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173A340, ProtocolClient_MsgHandler, Array_InternalEnumerator_1_UdpKit_Protocol_ProtocolClient_MsgHandler__get_Current, (Array_InternalEnumerator_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55DE8, Array_InternalEnumerator_1_UdpKit_Protocol_ProtocolClient_MsgHandler__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Pathfinding_RVO_RVOQuadtree_Node___ctor, (Array_InternalEnumerator_1_Pathfinding_RVO_RVOQuadtree_Node_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Pathfinding_RVO_RVOQuadtree_Node__Dispose, (Array_InternalEnumerator_1_Pathfinding_RVO_RVOQuadtree_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Pathfinding_RVO_RVOQuadtree_Node__MoveNext, (Array_InternalEnumerator_1_Pathfinding_RVO_RVOQuadtree_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Pathfinding_RVO_RVOQuadtree_Node__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Pathfinding_RVO_RVOQuadtree_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173A700, Object *, Array_InternalEnumerator_1_Pathfinding_RVO_RVOQuadtree_Node__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Pathfinding_RVO_RVOQuadtree_Node_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173A580, RVOQuadtree_Node, Array_InternalEnumerator_1_Pathfinding_RVO_RVOQuadtree_Node__get_Current, (Array_InternalEnumerator_1_Pathfinding_RVO_RVOQuadtree_Node_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55DF0, Array_InternalEnumerator_1_Pathfinding_RVO_RVOQuadtree_Node__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey___ctor, (Array_InternalEnumerator_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__Dispose, (Array_InternalEnumerator_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__MoveNext, (Array_InternalEnumerator_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173A920, Object *, Array_InternalEnumerator_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173A7A0, Regex_CachedCodeEntryKey, Array_InternalEnumerator_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__get_Current, (Array_InternalEnumerator_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55E00, Array_InternalEnumerator_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_LowerCaseMapping___ctor, (Array_InternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_LowerCaseMapping_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_LowerCaseMapping__Dispose, (Array_InternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_LowerCaseMapping_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_LowerCaseMapping__MoveNext, (Array_InternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_LowerCaseMapping_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_LowerCaseMapping__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_LowerCaseMapping_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173AB40, Object *, Array_InternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_LowerCaseMapping__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_LowerCaseMapping_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173A9C0, RegexCharClass_LowerCaseMapping, Array_InternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_LowerCaseMapping__get_Current, (Array_InternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_LowerCaseMapping_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55DB0, Array_InternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_LowerCaseMapping__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange___ctor, (Array_InternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Dispose, (Array_InternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__MoveNext, (Array_InternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173AD50, Object *, Array_InternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173ABE0, RegexCharClass_SingleRange, Array_InternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__get_Current, (Array_InternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55DC0, Array_InternalEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173AF90, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173ADE0, RenderChain_RenderNodeData, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55DC8, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo___ctor, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__Dispose, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173B200, Object *, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173B060, RenderGraph_CompiledPassInfo, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55DD0, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo___ctor, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__Dispose, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173B440, Object *, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173B2C0, RenderGraph_CompiledResourceInfo, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55D10, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData___ctor, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Dispose, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173B660, Object *, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173B4E0, RenderGraphDebugData_PassDebugData, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55D18, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData___ctor, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Dispose, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173B890, Object *, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173B700, RenderGraphDebugData_ResourceDebugData, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__get_Current, (Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55D20, Array_InternalEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest___ctor, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Dispose, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__MoveNext, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173BAB0, Object *, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173B940, ResourceManager_DeferredCallbackRegisterRequest, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__get_Current, (Array_InternalEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55D30, Array_InternalEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash___ctor, (Array_InternalEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Dispose, (Array_InternalEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__MoveNext, (Array_InternalEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173BCC0, Object *, Array_InternalEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173BB40, RetainedGizmos_MeshWithHash, Array_InternalEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__get_Current, (Array_InternalEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55CE0, Array_InternalEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_SendMouseEvents_HitInfo___ctor, (Array_InternalEnumerator_1_UnityEngine_SendMouseEvents_HitInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_SendMouseEvents_HitInfo__Dispose, (Array_InternalEnumerator_1_UnityEngine_SendMouseEvents_HitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_SendMouseEvents_HitInfo__MoveNext, (Array_InternalEnumerator_1_UnityEngine_SendMouseEvents_HitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_SendMouseEvents_HitInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_SendMouseEvents_HitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173BED0, Object *, Array_InternalEnumerator_1_UnityEngine_SendMouseEvents_HitInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_SendMouseEvents_HitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173BD60, SendMouseEvents_HitInfo, Array_InternalEnumerator_1_UnityEngine_SendMouseEvents_HitInfo__get_Current, (Array_InternalEnumerator_1_UnityEngine_SendMouseEvents_HitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55CF0, Array_InternalEnumerator_1_UnityEngine_SendMouseEvents_HitInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext___ctor, (Array_InternalEnumerator_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__Dispose, (Array_InternalEnumerator_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__MoveNext, (Array_InternalEnumerator_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173C0F0, Object *, Array_InternalEnumerator_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173BF60, SequenceNode_SequenceConstructPosContext, Array_InternalEnumerator_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__get_Current, (Array_InternalEnumerator_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55CF8, Array_InternalEnumerator_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_Field___ctor, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_Field_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_Field__Dispose, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_Field_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_Field__MoveNext, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_Field_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_Field__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_Field_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173C320, Object *, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_Field__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_Field_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173C1A0, SerializedObject_Field, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_Field__get_Current, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_Field_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55D00, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_Field__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Dispose, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__MoveNext, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173C540, Object *, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173C3C0, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_Current, (Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55D60, Array_InternalEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName___ctor, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName__Dispose, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName__MoveNext, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173C750, Object *, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173C5E0, SlotEquip_ItemDefinitionStateName, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName__get_Current, (Array_InternalEnumerator_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55D68, Array_InternalEnumerator_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Net_Sockets_Socket_WSABUF___ctor, (Array_InternalEnumerator_1_System_Net_Sockets_Socket_WSABUF_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Net_Sockets_Socket_WSABUF__Dispose, (Array_InternalEnumerator_1_System_Net_Sockets_Socket_WSABUF_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Net_Sockets_Socket_WSABUF__MoveNext, (Array_InternalEnumerator_1_System_Net_Sockets_Socket_WSABUF_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Net_Sockets_Socket_WSABUF__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Net_Sockets_Socket_WSABUF_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173C950, Object *, Array_InternalEnumerator_1_System_Net_Sockets_Socket_WSABUF__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Net_Sockets_Socket_WSABUF_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173C7E0, Socket_WSABUF, Array_InternalEnumerator_1_System_Net_Sockets_Socket_WSABUF__get_Current, (Array_InternalEnumerator_1_System_Net_Sockets_Socket_WSABUF_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55D78, Array_InternalEnumerator_1_System_Net_Sockets_Socket_WSABUF__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173CB50, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173C9E0, StyleComplexSelector_PseudoStateData, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55D80, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173CD50, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173CBE0, StylePropertyAnimationSystem_ElementPropertyPair, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55D38, Array_InternalEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheet_ImportStruct___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheet_ImportStruct_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheet_ImportStruct__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheet_ImportStruct_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheet_ImportStruct__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheet_ImportStruct_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheet_ImportStruct__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheet_ImportStruct_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173CF50, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheet_ImportStruct__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheet_ImportStruct_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173CDE0, StyleSheet_ImportStruct, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheet_ImportStruct__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheet_ImportStruct_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55D40, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheet_ImportStruct__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173D150, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173CFE0, StyleSheetCache_SheetHandleKey, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55D48, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173D350, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173D1E0, StyleVariableResolver_ResolveContext, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55D58, Array_InternalEnumerator_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_TMPro_TMP_Text_UnicodeChar___ctor, (Array_InternalEnumerator_1_TMPro_TMP_Text_UnicodeChar_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_TMPro_TMP_Text_UnicodeChar__Dispose, (Array_InternalEnumerator_1_TMPro_TMP_Text_UnicodeChar_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_TMPro_TMP_Text_UnicodeChar__MoveNext, (Array_InternalEnumerator_1_TMPro_TMP_Text_UnicodeChar_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_TMPro_TMP_Text_UnicodeChar__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_TMPro_TMP_Text_UnicodeChar_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173D560, Object *, Array_InternalEnumerator_1_TMPro_TMP_Text_UnicodeChar__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_TMPro_TMP_Text_UnicodeChar_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173D3E0, TMP_Text_UnicodeChar, Array_InternalEnumerator_1_TMPro_TMP_Text_UnicodeChar__get_Current, (Array_InternalEnumerator_1_TMPro_TMP_Text_UnicodeChar_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55C48, Array_InternalEnumerator_1_TMPro_TMP_Text_UnicodeChar__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173D780, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173D600, TemplateAsset_AttributeOverride, Array_InternalEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55C50, Array_InternalEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UI_Extensions_TextPic_IconName___ctor, (Array_InternalEnumerator_1_UnityEngine_UI_Extensions_TextPic_IconName_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UI_Extensions_TextPic_IconName__Dispose, (Array_InternalEnumerator_1_UnityEngine_UI_Extensions_TextPic_IconName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UI_Extensions_TextPic_IconName__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UI_Extensions_TextPic_IconName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UI_Extensions_TextPic_IconName__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UI_Extensions_TextPic_IconName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173D9A0, Object *, Array_InternalEnumerator_1_UnityEngine_UI_Extensions_TextPic_IconName__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UI_Extensions_TextPic_IconName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173D820, TextPic_IconName, Array_InternalEnumerator_1_UnityEngine_UI_Extensions_TextPic_IconName__get_Current, (Array_InternalEnumerator_1_UnityEngine_UI_Extensions_TextPic_IconName_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55C68, Array_InternalEnumerator_1_UnityEngine_UI_Extensions_TextPic_IconName__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef___ctor, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__Dispose, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__MoveNext, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173DBC0, Object *, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173DA40, TextResourceManager_FontAssetRef, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55C70, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap___ctor, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Dispose, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__MoveNext, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173DDD0, Object *, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173DC60, TextSettings_FontReferenceMap, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__get_Current, (Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55C00, Array_InternalEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173DFF0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173DE60, TextureBlitter_BlitInfo, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55C10, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame___ctor, (Array_InternalEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Dispose, (Array_InternalEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__MoveNext, (Array_InternalEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173E240, Object *, Array_InternalEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173E0B0, TexturePacker_JsonArray_Frame, Array_InternalEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__get_Current, (Array_InternalEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55C20, Array_InternalEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173E470, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173E300, TextureRegistry_TextureInfo, Array_InternalEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55C38, Array_InternalEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry___ctor, (Array_InternalEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Dispose, (Array_InternalEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173E680, Object *, Array_InternalEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173E500, TimeNotificationBehaviour_NotificationEntry, Array_InternalEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__get_Current, (Array_InternalEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55CB0, Array_InternalEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173E8A0, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173E720, TrackedDeviceRaycaster_RaycastHitData, Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55CC0, Array_InternalEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData___ctor, (Array_InternalEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Dispose, (Array_InternalEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__MoveNext, (Array_InternalEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173EAB0, Object *, Array_InternalEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173E940, TrackedPoseDriverDataDescription_PoseData, Array_InternalEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__get_Current, (Array_InternalEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55CC8, Array_InternalEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173ECB0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173EB40, TreeView_TreeViewItemWrapper, Array_InternalEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55CD0, Array_InternalEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173EEB0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173ED40, TreeViewReorderableDragAndDropController_TreeItemState, Array_InternalEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55C78, Array_InternalEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173F0F0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173EF40, UIRStylePainter_Entry, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55C80, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173F350, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173F1C0, UIRenderDevice_AllocToFree, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55C98, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173F5A0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173F400, UIRenderDevice_AllocToUpdate, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55CA8, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173F7D0, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173F660, UIRenderDevice_DeviceToFree, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55B78, Array_InternalEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UdpKit_UdpPipe_Ack___ctor, (Array_InternalEnumerator_1_UdpKit_UdpPipe_Ack_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UdpKit_UdpPipe_Ack__Dispose, (Array_InternalEnumerator_1_UdpKit_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UdpKit_UdpPipe_Ack__MoveNext, (Array_InternalEnumerator_1_UdpKit_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UdpKit_UdpPipe_Ack__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UdpKit_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173F9E0, Object *, Array_InternalEnumerator_1_UdpKit_UdpPipe_Ack__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UdpKit_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173F860, UdpPipe_Ack, Array_InternalEnumerator_1_UdpKit_UdpPipe_Ack__get_Current, (Array_InternalEnumerator_1_UdpKit_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55B88, Array_InternalEnumerator_1_UdpKit_UdpPipe_Ack__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Globalization_UmAlQuraCalendar_DateMapping___ctor, (Array_InternalEnumerator_1_System_Globalization_UmAlQuraCalendar_DateMapping_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Globalization_UmAlQuraCalendar_DateMapping__Dispose, (Array_InternalEnumerator_1_System_Globalization_UmAlQuraCalendar_DateMapping_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Globalization_UmAlQuraCalendar_DateMapping__MoveNext, (Array_InternalEnumerator_1_System_Globalization_UmAlQuraCalendar_DateMapping_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Globalization_UmAlQuraCalendar_DateMapping__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Globalization_UmAlQuraCalendar_DateMapping_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173FBF0, Object *, Array_InternalEnumerator_1_System_Globalization_UmAlQuraCalendar_DateMapping__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Globalization_UmAlQuraCalendar_DateMapping_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173FA80, UmAlQuraCalendar_DateMapping, Array_InternalEnumerator_1_System_Globalization_UmAlQuraCalendar_DateMapping__get_Current, (Array_InternalEnumerator_1_System_Globalization_UmAlQuraCalendar_DateMapping_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55B90, Array_InternalEnumerator_1_System_Globalization_UmAlQuraCalendar_DateMapping__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest___ctor, (Array_InternalEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Dispose, (Array_InternalEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173FE00, Object *, Array_InternalEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173FC80, UnitySynchronizationContext_WorkRequest, Array_InternalEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest__get_Current, (Array_InternalEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55B98, Array_InternalEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01740010, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0173FEA0, VisualTreeAsset_SlotDefinition, Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55B50, Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01740210, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017400A0, VisualTreeAsset_SlotUsageEntry, Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55B58, Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry___ctor, (Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Dispose, (Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__MoveNext, (Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01740420, Object *, Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017402A0, VisualTreeAsset_UsingEntry, Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__get_Current, (Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55B68, Array_InternalEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId___ctor, (Array_InternalEnumerator_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__Dispose, (Array_InternalEnumerator_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__MoveNext, (Array_InternalEnumerator_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01740680, Object *, Array_InternalEnumerator_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017404C0, WetDecalSystem_MaterialBatchId, Array_InternalEnumerator_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__get_Current, (Array_InternalEnumerator_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55B70, Array_InternalEnumerator_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK___ctor, (Array_InternalEnumerator_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__Dispose, (Array_InternalEnumerator_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__MoveNext, (Array_InternalEnumerator_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017408E0, Object *, Array_InternalEnumerator_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01740770, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK, Array_InternalEnumerator_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__get_Current, (Array_InternalEnumerator_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55BD8, Array_InternalEnumerator_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Xml_XmlEventCache_XmlEvent___ctor, (Array_InternalEnumerator_1_System_Xml_XmlEventCache_XmlEvent_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Xml_XmlEventCache_XmlEvent__Dispose, (Array_InternalEnumerator_1_System_Xml_XmlEventCache_XmlEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Xml_XmlEventCache_XmlEvent__MoveNext, (Array_InternalEnumerator_1_System_Xml_XmlEventCache_XmlEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Xml_XmlEventCache_XmlEvent__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Xml_XmlEventCache_XmlEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01740B00, Object *, Array_InternalEnumerator_1_System_Xml_XmlEventCache_XmlEvent__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Xml_XmlEventCache_XmlEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01740970, XmlEventCache_XmlEvent, Array_InternalEnumerator_1_System_Xml_XmlEventCache_XmlEvent__get_Current, (Array_InternalEnumerator_1_System_Xml_XmlEventCache_XmlEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55BE0, Array_InternalEnumerator_1_System_Xml_XmlEventCache_XmlEvent__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Xml_XmlNamespaceManager_NamespaceDeclaration___ctor, (Array_InternalEnumerator_1_System_Xml_XmlNamespaceManager_NamespaceDeclaration_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Xml_XmlNamespaceManager_NamespaceDeclaration__Dispose, (Array_InternalEnumerator_1_System_Xml_XmlNamespaceManager_NamespaceDeclaration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Xml_XmlNamespaceManager_NamespaceDeclaration__MoveNext, (Array_InternalEnumerator_1_System_Xml_XmlNamespaceManager_NamespaceDeclaration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Xml_XmlNamespaceManager_NamespaceDeclaration__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Xml_XmlNamespaceManager_NamespaceDeclaration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01740D30, Object *, Array_InternalEnumerator_1_System_Xml_XmlNamespaceManager_NamespaceDeclaration__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Xml_XmlNamespaceManager_NamespaceDeclaration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01740BB0, XmlNamespaceManager_NamespaceDeclaration, Array_InternalEnumerator_1_System_Xml_XmlNamespaceManager_NamespaceDeclaration__get_Current, (Array_InternalEnumerator_1_System_Xml_XmlNamespaceManager_NamespaceDeclaration_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55BE8, Array_InternalEnumerator_1_System_Xml_XmlNamespaceManager_NamespaceDeclaration__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry___ctor, (Array_InternalEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Dispose, (Array_InternalEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__MoveNext, (Array_InternalEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01740F40, Object *, Array_InternalEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01740DD0, XmlSchemaObjectTable_XmlSchemaObjectEntry, Array_InternalEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__get_Current, (Array_InternalEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55BF8, Array_InternalEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Xml_XmlTextReaderImpl_ParsingState___ctor, (Array_InternalEnumerator_1_System_Xml_XmlTextReaderImpl_ParsingState_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Xml_XmlTextReaderImpl_ParsingState__Dispose, (Array_InternalEnumerator_1_System_Xml_XmlTextReaderImpl_ParsingState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Xml_XmlTextReaderImpl_ParsingState__MoveNext, (Array_InternalEnumerator_1_System_Xml_XmlTextReaderImpl_ParsingState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Xml_XmlTextReaderImpl_ParsingState__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Xml_XmlTextReaderImpl_ParsingState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01741190, Object *, Array_InternalEnumerator_1_System_Xml_XmlTextReaderImpl_ParsingState__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Xml_XmlTextReaderImpl_ParsingState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01740FD0, XmlTextReaderImpl_ParsingState, Array_InternalEnumerator_1_System_Xml_XmlTextReaderImpl_ParsingState__get_Current, (Array_InternalEnumerator_1_System_Xml_XmlTextReaderImpl_ParsingState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55BA8, Array_InternalEnumerator_1_System_Xml_XmlTextReaderImpl_ParsingState__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Xml_XmlTextWriter_Namespace___ctor, (Array_InternalEnumerator_1_System_Xml_XmlTextWriter_Namespace_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Xml_XmlTextWriter_Namespace__Dispose, (Array_InternalEnumerator_1_System_Xml_XmlTextWriter_Namespace_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Xml_XmlTextWriter_Namespace__MoveNext, (Array_InternalEnumerator_1_System_Xml_XmlTextWriter_Namespace_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Xml_XmlTextWriter_Namespace__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Xml_XmlTextWriter_Namespace_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01741400, Object *, Array_InternalEnumerator_1_System_Xml_XmlTextWriter_Namespace__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Xml_XmlTextWriter_Namespace_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01741280, XmlTextWriter_Namespace, Array_InternalEnumerator_1_System_Xml_XmlTextWriter_Namespace__get_Current, (Array_InternalEnumerator_1_System_Xml_XmlTextWriter_Namespace_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55BB8, Array_InternalEnumerator_1_System_Xml_XmlTextWriter_Namespace__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Xml_XmlTextWriter_TagInfo___ctor, (Array_InternalEnumerator_1_System_Xml_XmlTextWriter_TagInfo_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Xml_XmlTextWriter_TagInfo__Dispose, (Array_InternalEnumerator_1_System_Xml_XmlTextWriter_TagInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Xml_XmlTextWriter_TagInfo__MoveNext, (Array_InternalEnumerator_1_System_Xml_XmlTextWriter_TagInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Xml_XmlTextWriter_TagInfo__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Xml_XmlTextWriter_TagInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01741630, Object *, Array_InternalEnumerator_1_System_Xml_XmlTextWriter_TagInfo__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Xml_XmlTextWriter_TagInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017414A0, XmlTextWriter_TagInfo, Array_InternalEnumerator_1_System_Xml_XmlTextWriter_TagInfo__get_Current, (Array_InternalEnumerator_1_System_Xml_XmlTextWriter_TagInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55BC0, Array_InternalEnumerator_1_System_Xml_XmlTextWriter_TagInfo__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_AttrName___ctor, (Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_AttrName_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_AttrName__Dispose, (Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_AttrName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_AttrName__MoveNext, (Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_AttrName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_AttrName__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_AttrName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01741870, Object *, Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_AttrName__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_AttrName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017416F0, XmlWellFormedWriter_AttrName, Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_AttrName__get_Current, (Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_AttrName_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55BC8, Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_AttrName__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_ElementScope___ctor, (Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_ElementScope_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_ElementScope__Dispose, (Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_ElementScope_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_ElementScope__MoveNext, (Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_ElementScope_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_ElementScope__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_ElementScope_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01741AA0, Object *, Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_ElementScope__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_ElementScope_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01741910, XmlWellFormedWriter_ElementScope, Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_ElementScope__get_Current, (Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_ElementScope_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55AD8, Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_ElementScope__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_Namespace___ctor, (Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_Namespace_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_Namespace__Dispose, (Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_Namespace_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_Namespace__MoveNext, (Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_Namespace_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_Namespace__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_Namespace_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01741CD0, Object *, Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_Namespace__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_Namespace_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01741B50, XmlWellFormedWriter_Namespace, Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_Namespace__get_Current, (Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_Namespace_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55AE0, Array_InternalEnumerator_1_System_Xml_XmlWellFormedWriter_Namespace__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_ftLightmaps_LightmapAdditionalData___ctor, (Array_InternalEnumerator_1_ftLightmaps_LightmapAdditionalData_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_ftLightmaps_LightmapAdditionalData__Dispose, (Array_InternalEnumerator_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_ftLightmaps_LightmapAdditionalData__MoveNext, (Array_InternalEnumerator_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_ftLightmaps_LightmapAdditionalData__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01741EF0, Object *, Array_InternalEnumerator_1_ftLightmaps_LightmapAdditionalData__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01741D70, ftLightmaps_LightmapAdditionalData, Array_InternalEnumerator_1_ftLightmaps_LightmapAdditionalData__get_Current, (Array_InternalEnumerator_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55AE8, Array_InternalEnumerator_1_ftLightmaps_LightmapAdditionalData__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor, (Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Dispose, (Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__MoveNext, (Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01742100, Object *, Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01741F90, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy, Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__get_Current, (Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55AF8, Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG___ctor, (Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG__Dispose, (Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG__MoveNext, (Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01742320, Object *, Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01742190, gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG, Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG__get_Current, (Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55AA8, Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ___ctor, (Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ__Dispose, (Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ__MoveNext, (Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01742560, Object *, Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017423E0, gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ, Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ__get_Current, (Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55AB8, Array_InternalEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb___ctor, (Array_InternalEnumerator_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb__Dispose, (Array_InternalEnumerator_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb__MoveNext, (Array_InternalEnumerator_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01742780, Object *, Array_InternalEnumerator_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01742600, jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb, Array_InternalEnumerator_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb__get_Current, (Array_InternalEnumerator_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55AC0, Array_InternalEnumerator_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem___ctor, (Array_InternalEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Dispose, (Array_InternalEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__MoveNext, (Array_InternalEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01742990, Object *, Array_InternalEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01742820, DebugUI_Foldout_ContextMenuItem, Array_InternalEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__get_Current, (Array_InternalEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55AC8, Array_InternalEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Decimal_DecCalc_PowerOvfl___ctor, (Array_InternalEnumerator_1_Decimal_DecCalc_PowerOvfl_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Decimal_DecCalc_PowerOvfl__Dispose, (Array_InternalEnumerator_1_Decimal_DecCalc_PowerOvfl_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Decimal_DecCalc_PowerOvfl__MoveNext, (Array_InternalEnumerator_1_Decimal_DecCalc_PowerOvfl_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Decimal_DecCalc_PowerOvfl__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Decimal_DecCalc_PowerOvfl_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01742B90, Object *, Array_InternalEnumerator_1_Decimal_DecCalc_PowerOvfl__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Decimal_DecCalc_PowerOvfl_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01742A20, Decimal_DecCalc_PowerOvfl, Array_InternalEnumerator_1_Decimal_DecCalc_PowerOvfl__get_Current, (Array_InternalEnumerator_1_Decimal_DecCalc_PowerOvfl_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55B28, Array_InternalEnumerator_1_Decimal_DecCalc_PowerOvfl__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Xml_Schema_FacetsChecker_FacetsCompiler_Map___ctor, (Array_InternalEnumerator_1_System_Xml_Schema_FacetsChecker_FacetsCompiler_Map_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Xml_Schema_FacetsChecker_FacetsCompiler_Map__Dispose, (Array_InternalEnumerator_1_System_Xml_Schema_FacetsChecker_FacetsCompiler_Map_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Xml_Schema_FacetsChecker_FacetsCompiler_Map__MoveNext, (Array_InternalEnumerator_1_System_Xml_Schema_FacetsChecker_FacetsCompiler_Map_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Xml_Schema_FacetsChecker_FacetsCompiler_Map__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Xml_Schema_FacetsChecker_FacetsCompiler_Map_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01742D90, Object *, Array_InternalEnumerator_1_System_Xml_Schema_FacetsChecker_FacetsCompiler_Map__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Xml_Schema_FacetsChecker_FacetsCompiler_Map_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01742C20, FacetsChecker_FacetsCompiler_Map, Array_InternalEnumerator_1_System_Xml_Schema_FacetsChecker_FacetsCompiler_Map__get_Current, (Array_InternalEnumerator_1_System_Xml_Schema_FacetsChecker_FacetsCompiler_Map_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55B30, Array_InternalEnumerator_1_System_Xml_Schema_FacetsChecker_FacetsCompiler_Map__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01742FA0, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01742E20, InputControlLayout_Collection_LayoutMatcher, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55B40, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017431B0, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01743040, InputControlLayout_Collection_PrecompiledLayout, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55B48, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_Match___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_Match_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_Match__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_Match_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_Match__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_Match_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_Match__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_Match_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017433D0, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_Match__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_Match_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01743240, InputControlScheme_MatchResult_Match, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_Match__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_Match_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55B00, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_Match__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_DeviceJson___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_DeviceJson_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_DeviceJson__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_DeviceJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_DeviceJson__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_DeviceJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_DeviceJson__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_DeviceJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017435F0, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_DeviceJson__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_DeviceJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01743480, InputControlScheme_SchemeJson_DeviceJson, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_DeviceJson__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_DeviceJson_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55B08, Array_InternalEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_DeviceJson__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_MatcherJson_Capability___ctor, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_MatcherJson_Capability_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_MatcherJson_Capability__Dispose, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_MatcherJson_Capability_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_MatcherJson_Capability__MoveNext, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_MatcherJson_Capability_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_MatcherJson_Capability__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_MatcherJson_Capability_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017437F0, Object *, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_MatcherJson_Capability__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_MatcherJson_Capability_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01743680, InputDeviceMatcher_MatcherJson_Capability, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_MatcherJson_Capability__get_Current, (Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_MatcherJson_Capability_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55B10, Array_InternalEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_MatcherJson_Capability__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView___ctor, (Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Dispose, (Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__MoveNext, (Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01743A00, Object *, Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01743880, InstructionList_DebugView_InstructionView, Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__get_Current, (Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55B20, Array_InternalEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Interop_SspiCli_SecBuffer___ctor, (Array_InternalEnumerator_1_Interop_SspiCli_SecBuffer_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Interop_SspiCli_SecBuffer__Dispose, (Array_InternalEnumerator_1_Interop_SspiCli_SecBuffer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Interop_SspiCli_SecBuffer__MoveNext, (Array_InternalEnumerator_1_Interop_SspiCli_SecBuffer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Interop_SspiCli_SecBuffer__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Interop_SspiCli_SecBuffer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01743C10, Object *, Array_InternalEnumerator_1_Interop_SspiCli_SecBuffer__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Interop_SspiCli_SecBuffer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01743AA0, Interop_SspiCli_SecBuffer, Array_InternalEnumerator_1_Interop_SspiCli_SecBuffer__get_Current, (Array_InternalEnumerator_1_Interop_SspiCli_SecBuffer_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55A58, Array_InternalEnumerator_1_Interop_SspiCli_SecBuffer__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb___ctor, (Array_InternalEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Dispose, (Array_InternalEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__MoveNext, (Array_InternalEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01743E20, Object *, Array_InternalEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01743CA0, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb, Array_InternalEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__get_Current, (Array_InternalEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55A60, Array_InternalEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item___ctor, (Array_InternalEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Dispose, (Array_InternalEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item__MoveNext, (Array_InternalEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01744040, Object *, Array_InternalEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01743EC0, TargetPositionCache_CacheCurve_Item, Array_InternalEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item__get_Current, (Array_InternalEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55A70, Array_InternalEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item__get_Current__MethodInfo); DO_APP_FUNC(0x016D8920, void, Array_InternalEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem___ctor, (Array_InternalEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, Array * array, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Array_InternalEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Dispose, (Array_InternalEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8990, bool, Array_InternalEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__MoveNext, (Array_InternalEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016D8B50, void, Array_InternalEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IEnumerator_Reset, (Array_InternalEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01744260, Object *, Array_InternalEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IEnumerator_get_Current, (Array_InternalEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017440E0, TargetPositionCache_CacheEntry_RecordingItem, Array_InternalEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__get_Current, (Array_InternalEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55A78, Array_InternalEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__get_Current__MethodInfo); DO_APP_FUNC(0x01745A10, void, IntervalTree_1_System_Object___ctor, (IntervalTree_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01744310, void, IntervalTree_1_System_Object__Add, (IntervalTree_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01745990, void, IntervalTree_1_System_Object__Clear, (IntervalTree_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01744450, void, IntervalTree_1_System_Object__IntersectsWith, (IntervalTree_1_System_Object_ * __this, int64_t value, List_1_System_Object_ * results, MethodInfo * method)); DO_APP_FUNC(0x017445C0, void, IntervalTree_1_System_Object__IntersectsWithRange, (IntervalTree_1_System_Object_ * __this, int64_t start, int64_t end, List_1_System_Object_ * results, MethodInfo * method)); DO_APP_FUNC(0x01744AB0, void, IntervalTree_1_System_Object__Query, (IntervalTree_1_System_Object_ * __this, IntervalTreeNode intervalTreeNode, int64_t value, List_1_System_Object_ * results, MethodInfo * method)); DO_APP_FUNC(0x01744D40, void, IntervalTree_1_System_Object__QueryRange, (IntervalTree_1_System_Object_ * __this, IntervalTreeNode intervalTreeNode, int64_t start, int64_t end, List_1_System_Object_ * results, MethodInfo * method)); DO_APP_FUNC(0x01744FE0, void, IntervalTree_1_System_Object__Rebuild, (IntervalTree_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017451F0, int32_t, IntervalTree_1_System_Object__Rebuild_1, (IntervalTree_1_System_Object_ * __this, int32_t start, int32_t end, MethodInfo * method)); DO_APP_FUNC(0x01744760, void, IntervalTree_1_System_Object__UpdateIntervals, (IntervalTree_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, IntervalTree_1_System_Object__get_dirty, (IntervalTree_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, IntervalTree_1_System_Object__set_dirty, (IntervalTree_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_1_System_Boolean___ctor, (InvokableAction_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_1_System_Boolean__Initialize, (InvokableAction_1_System_Boolean_ * __this, Action_1_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x01745C60, void, InvokableAction_1_System_Boolean__Invoke, (InvokableAction_1_System_Boolean_ * __this, bool arg1, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_1_System_Boolean__IsAction, (InvokableAction_1_System_Boolean_ * __this, Action_1_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_1_System_Int32___ctor, (InvokableAction_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_1_System_Int32__Initialize, (InvokableAction_1_System_Int32_ * __this, Action_1_Int32_ * action, MethodInfo * method)); DO_APP_FUNC(0x01745C60, void, InvokableAction_1_System_Int32__Invoke, (InvokableAction_1_System_Int32_ * __this, int32_t arg1, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_1_System_Int32__IsAction, (InvokableAction_1_System_Int32_ * __this, Action_1_Int32_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_1_System_Int32Enum___ctor, (InvokableAction_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_1_System_Int32Enum__Initialize, (InvokableAction_1_System_Int32Enum_ * __this, Action_1_Int32Enum_ * action, MethodInfo * method)); DO_APP_FUNC(0x01745C60, void, InvokableAction_1_System_Int32Enum__Invoke, (InvokableAction_1_System_Int32Enum_ * __this, Int32Enum__Enum arg1, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_1_System_Int32Enum__IsAction, (InvokableAction_1_System_Int32Enum_ * __this, Action_1_Int32Enum_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_1_System_Object___ctor, (InvokableAction_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_1_System_Object__Initialize, (InvokableAction_1_System_Object_ * __this, Action_1_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x01745C60, void, InvokableAction_1_System_Object__Invoke, (InvokableAction_1_System_Object_ * __this, Object * arg1, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_1_System_Object__IsAction, (InvokableAction_1_System_Object_ * __this, Action_1_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_1_System_Single___ctor, (InvokableAction_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_1_System_Single__Initialize, (InvokableAction_1_System_Single_ * __this, Action_1_Single_ * action, MethodInfo * method)); DO_APP_FUNC(0x01745CC0, void, InvokableAction_1_System_Single__Invoke, (InvokableAction_1_System_Single_ * __this, float arg1, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_1_System_Single__IsAction, (InvokableAction_1_System_Single_ * __this, Action_1_Single_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_1_UnityEngine_Vector3___ctor, (InvokableAction_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_1_UnityEngine_Vector3__Initialize, (InvokableAction_1_UnityEngine_Vector3_ * __this, Action_1_UnityEngine_Vector3_ * action, MethodInfo * method)); DO_APP_FUNC(0x01745CF0, void, InvokableAction_1_UnityEngine_Vector3__Invoke, (InvokableAction_1_UnityEngine_Vector3_ * __this, Vector3 arg1, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_1_UnityEngine_Vector3__IsAction, (InvokableAction_1_UnityEngine_Vector3_ * __this, Action_1_UnityEngine_Vector3_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_2_System_Boolean_System_Boolean___ctor, (InvokableAction_2_System_Boolean_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_2_System_Boolean_System_Boolean__Initialize, (InvokableAction_2_System_Boolean_System_Boolean_ * __this, Action_2_Boolean_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x01745D40, void, InvokableAction_2_System_Boolean_System_Boolean__Invoke, (InvokableAction_2_System_Boolean_System_Boolean_ * __this, bool arg1, bool arg2, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_2_System_Boolean_System_Boolean__IsAction, (InvokableAction_2_System_Boolean_System_Boolean_ * __this, Action_2_Boolean_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_2_System_Boolean_System_Object___ctor, (InvokableAction_2_System_Boolean_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_2_System_Boolean_System_Object__Initialize, (InvokableAction_2_System_Boolean_System_Object_ * __this, Action_2_Boolean_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x01745D40, void, InvokableAction_2_System_Boolean_System_Object__Invoke, (InvokableAction_2_System_Boolean_System_Object_ * __this, bool arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_2_System_Boolean_System_Object__IsAction, (InvokableAction_2_System_Boolean_System_Object_ * __this, Action_2_Boolean_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_2_System_Int32_System_Boolean___ctor, (InvokableAction_2_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_2_System_Int32_System_Boolean__Initialize, (InvokableAction_2_System_Int32_System_Boolean_ * __this, Action_2_Int32_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x01745D40, void, InvokableAction_2_System_Int32_System_Boolean__Invoke, (InvokableAction_2_System_Int32_System_Boolean_ * __this, int32_t arg1, bool arg2, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_2_System_Int32_System_Boolean__IsAction, (InvokableAction_2_System_Int32_System_Boolean_ * __this, Action_2_Int32_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_2_System_Int32_System_Int32___ctor, (InvokableAction_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_2_System_Int32_System_Int32__Initialize, (InvokableAction_2_System_Int32_System_Int32_ * __this, Action_2_Int32_Int32_ * action, MethodInfo * method)); DO_APP_FUNC(0x01745D40, void, InvokableAction_2_System_Int32_System_Int32__Invoke, (InvokableAction_2_System_Int32_System_Int32_ * __this, int32_t arg1, int32_t arg2, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_2_System_Int32_System_Int32__IsAction, (InvokableAction_2_System_Int32_System_Int32_ * __this, Action_2_Int32_Int32_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_2_System_Int32_System_Object___ctor, (InvokableAction_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_2_System_Int32_System_Object__Initialize, (InvokableAction_2_System_Int32_System_Object_ * __this, Action_2_Int32_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x01745D40, void, InvokableAction_2_System_Int32_System_Object__Invoke, (InvokableAction_2_System_Int32_System_Object_ * __this, int32_t arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_2_System_Int32_System_Object__IsAction, (InvokableAction_2_System_Int32_System_Object_ * __this, Action_2_Int32_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_2_System_Object_System_Boolean___ctor, (InvokableAction_2_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_2_System_Object_System_Boolean__Initialize, (InvokableAction_2_System_Object_System_Boolean_ * __this, Action_2_Object_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x01745D40, void, InvokableAction_2_System_Object_System_Boolean__Invoke, (InvokableAction_2_System_Object_System_Boolean_ * __this, Object * arg1, bool arg2, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_2_System_Object_System_Boolean__IsAction, (InvokableAction_2_System_Object_System_Boolean_ * __this, Action_2_Object_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_2_System_Object_System_Int32___ctor, (InvokableAction_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_2_System_Object_System_Int32__Initialize, (InvokableAction_2_System_Object_System_Int32_ * __this, Action_2_Object_Int32_ * action, MethodInfo * method)); DO_APP_FUNC(0x01745D40, void, InvokableAction_2_System_Object_System_Int32__Invoke, (InvokableAction_2_System_Object_System_Int32_ * __this, Object * arg1, int32_t arg2, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_2_System_Object_System_Int32__IsAction, (InvokableAction_2_System_Object_System_Int32_ * __this, Action_2_Object_Int32_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_2_System_Object_System_Object___ctor, (InvokableAction_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_2_System_Object_System_Object__Initialize, (InvokableAction_2_System_Object_System_Object_ * __this, Action_2_Object_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x01745D40, void, InvokableAction_2_System_Object_System_Object__Invoke, (InvokableAction_2_System_Object_System_Object_ * __this, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_2_System_Object_System_Object__IsAction, (InvokableAction_2_System_Object_System_Object_ * __this, Action_2_Object_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_2_System_Object_System_Single___ctor, (InvokableAction_2_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_2_System_Object_System_Single__Initialize, (InvokableAction_2_System_Object_System_Single_ * __this, Action_2_Object_Single_ * action, MethodInfo * method)); DO_APP_FUNC(0x01745D70, void, InvokableAction_2_System_Object_System_Single__Invoke, (InvokableAction_2_System_Object_System_Single_ * __this, Object * arg1, float arg2, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_2_System_Object_System_Single__IsAction, (InvokableAction_2_System_Object_System_Single_ * __this, Action_2_Object_Single_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_2_UnityEngine_RaycastHit_System_Object___ctor, (InvokableAction_2_UnityEngine_RaycastHit_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_2_UnityEngine_RaycastHit_System_Object__Initialize, (InvokableAction_2_UnityEngine_RaycastHit_System_Object_ * __this, Action_2_UnityEngine_RaycastHit_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x01745DA0, void, InvokableAction_2_UnityEngine_RaycastHit_System_Object__Invoke, (InvokableAction_2_UnityEngine_RaycastHit_System_Object_ * __this, RaycastHit arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_2_UnityEngine_RaycastHit_System_Object__IsAction, (InvokableAction_2_UnityEngine_RaycastHit_System_Object_ * __this, Action_2_UnityEngine_RaycastHit_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_3_System_Int32_System_Int32_System_Int32___ctor, (InvokableAction_3_System_Int32_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_3_System_Int32_System_Int32_System_Int32__Initialize, (InvokableAction_3_System_Int32_System_Int32_System_Int32_ * __this, Action_3_Int32_Int32_Int32_ * action, MethodInfo * method)); DO_APP_FUNC(0x01745E00, void, InvokableAction_3_System_Int32_System_Int32_System_Int32__Invoke, (InvokableAction_3_System_Int32_System_Int32_System_Int32_ * __this, int32_t arg1, int32_t arg2, int32_t arg3, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_3_System_Int32_System_Int32_System_Int32__IsAction, (InvokableAction_3_System_Int32_System_Int32_System_Int32_ * __this, Action_3_Int32_Int32_Int32_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_3_System_Int32Enum_System_Int32_System_Boolean___ctor, (InvokableAction_3_System_Int32Enum_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_3_System_Int32Enum_System_Int32_System_Boolean__Initialize, (InvokableAction_3_System_Int32Enum_System_Int32_System_Boolean_ * __this, Action_3_Int32Enum_Int32_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x01745E00, void, InvokableAction_3_System_Int32Enum_System_Int32_System_Boolean__Invoke, (InvokableAction_3_System_Int32Enum_System_Int32_System_Boolean_ * __this, Int32Enum__Enum arg1, int32_t arg2, bool arg3, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_3_System_Int32Enum_System_Int32_System_Boolean__IsAction, (InvokableAction_3_System_Int32Enum_System_Int32_System_Boolean_ * __this, Action_3_Int32Enum_Int32_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_3_System_Object_System_Object_System_Boolean___ctor, (InvokableAction_3_System_Object_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_3_System_Object_System_Object_System_Boolean__Initialize, (InvokableAction_3_System_Object_System_Object_System_Boolean_ * __this, Action_3_Object_Object_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x01745E00, void, InvokableAction_3_System_Object_System_Object_System_Boolean__Invoke, (InvokableAction_3_System_Object_System_Object_System_Boolean_ * __this, Object * arg1, Object * arg2, bool arg3, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_3_System_Object_System_Object_System_Boolean__IsAction, (InvokableAction_3_System_Object_System_Object_System_Boolean_ * __this, Action_3_Object_Object_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_3_System_Object_System_Object_System_Int32___ctor, (InvokableAction_3_System_Object_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_3_System_Object_System_Object_System_Int32__Initialize, (InvokableAction_3_System_Object_System_Object_System_Int32_ * __this, Action_3_Object_Object_Int32_ * action, MethodInfo * method)); DO_APP_FUNC(0x01745E00, void, InvokableAction_3_System_Object_System_Object_System_Int32__Invoke, (InvokableAction_3_System_Object_System_Object_System_Int32_ * __this, Object * arg1, Object * arg2, int32_t arg3, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_3_System_Object_System_Object_System_Int32__IsAction, (InvokableAction_3_System_Object_System_Object_System_Int32_ * __this, Action_3_Object_Object_Int32_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_3_System_Object_System_Object_System_Object___ctor, (InvokableAction_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_3_System_Object_System_Object_System_Object__Initialize, (InvokableAction_3_System_Object_System_Object_System_Object_ * __this, Action_3_Object_Object_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x01745E00, void, InvokableAction_3_System_Object_System_Object_System_Object__Invoke, (InvokableAction_3_System_Object_System_Object_System_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_3_System_Object_System_Object_System_Object__IsAction, (InvokableAction_3_System_Object_System_Object_System_Object_ * __this, Action_3_Object_Object_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_3_System_Single_System_Single_System_Single___ctor, (InvokableAction_3_System_Single_System_Single_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_3_System_Single_System_Single_System_Single__Initialize, (InvokableAction_3_System_Single_System_Single_System_Single_ * __this, Action_3_Single_Single_Single_ * action, MethodInfo * method)); DO_APP_FUNC(0x01745E50, void, InvokableAction_3_System_Single_System_Single_System_Single__Invoke, (InvokableAction_3_System_Single_System_Single_System_Single_ * __this, float arg1, float arg2, float arg3, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_3_System_Single_System_Single_System_Single__IsAction, (InvokableAction_3_System_Single_System_Single_System_Single_ * __this, Action_3_Single_Single_Single_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object___ctor, (InvokableAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object__Initialize, (InvokableAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * __this, Action_3_UnityEngine_Vector3_UnityEngine_Vector3_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x01745E90, void, InvokableAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object__Invoke, (InvokableAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * __this, Vector3 arg1, Vector3 arg2, Object * arg3, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object__IsAction, (InvokableAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * __this, Action_3_UnityEngine_Vector3_UnityEngine_Vector3_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single___ctor, (InvokableAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single__Initialize, (InvokableAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single_ * __this, Action_3_UnityEngine_Vector3_UnityEngine_Vector3_Single_ * action, MethodInfo * method)); DO_APP_FUNC(0x01745F00, void, InvokableAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single__Invoke, (InvokableAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single_ * __this, Vector3 arg1, Vector3 arg2, float arg3, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single__IsAction, (InvokableAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single_ * __this, Action_3_UnityEngine_Vector3_UnityEngine_Vector3_Single_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_4_System_Int32_System_Object_System_Boolean_System_Boolean___ctor, (InvokableAction_4_System_Int32_System_Object_System_Boolean_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_4_System_Int32_System_Object_System_Boolean_System_Boolean__Initialize, (InvokableAction_4_System_Int32_System_Object_System_Boolean_System_Boolean_ * __this, Action_4_Int32_Object_Boolean_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x01745F70, void, InvokableAction_4_System_Int32_System_Object_System_Boolean_System_Boolean__Invoke, (InvokableAction_4_System_Int32_System_Object_System_Boolean_System_Boolean_ * __this, int32_t arg1, Object * arg2, bool arg3, bool arg4, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_4_System_Int32_System_Object_System_Boolean_System_Boolean__IsAction, (InvokableAction_4_System_Int32_System_Object_System_Boolean_System_Boolean_ * __this, Action_4_Int32_Object_Boolean_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_4_System_Int32_UnityEngine_Vector3_UnityEngine_Vector3_System_Boolean___ctor, (InvokableAction_4_System_Int32_UnityEngine_Vector3_UnityEngine_Vector3_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_4_System_Int32_UnityEngine_Vector3_UnityEngine_Vector3_System_Boolean__Initialize, (InvokableAction_4_System_Int32_UnityEngine_Vector3_UnityEngine_Vector3_System_Boolean_ * __this, Action_4_Int32_UnityEngine_Vector3_UnityEngine_Vector3_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x01745FC0, void, InvokableAction_4_System_Int32_UnityEngine_Vector3_UnityEngine_Vector3_System_Boolean__Invoke, (InvokableAction_4_System_Int32_UnityEngine_Vector3_UnityEngine_Vector3_System_Boolean_ * __this, int32_t arg1, Vector3 arg2, Vector3 arg3, bool arg4, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_4_System_Int32_UnityEngine_Vector3_UnityEngine_Vector3_System_Boolean__IsAction, (InvokableAction_4_System_Int32_UnityEngine_Vector3_UnityEngine_Vector3_System_Boolean_ * __this, Action_4_Int32_UnityEngine_Vector3_UnityEngine_Vector3_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_4_System_Object_System_Int32_System_Boolean_System_Boolean___ctor, (InvokableAction_4_System_Object_System_Int32_System_Boolean_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_4_System_Object_System_Int32_System_Boolean_System_Boolean__Initialize, (InvokableAction_4_System_Object_System_Int32_System_Boolean_System_Boolean_ * __this, Action_4_Object_Int32_Boolean_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x01745F70, void, InvokableAction_4_System_Object_System_Int32_System_Boolean_System_Boolean__Invoke, (InvokableAction_4_System_Object_System_Int32_System_Boolean_System_Boolean_ * __this, Object * arg1, int32_t arg2, bool arg3, bool arg4, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_4_System_Object_System_Int32_System_Boolean_System_Boolean__IsAction, (InvokableAction_4_System_Object_System_Int32_System_Boolean_System_Boolean_ * __this, Action_4_Object_Int32_Boolean_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_4_System_Object_System_Object_System_Object_System_Object___ctor, (InvokableAction_4_System_Object_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_4_System_Object_System_Object_System_Object_System_Object__Initialize, (InvokableAction_4_System_Object_System_Object_System_Object_System_Object_ * __this, Action_4_Object_Object_Object_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x01746040, void, InvokableAction_4_System_Object_System_Object_System_Object_System_Object__Invoke, (InvokableAction_4_System_Object_System_Object_System_Object_System_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_4_System_Object_System_Object_System_Object_System_Object__IsAction, (InvokableAction_4_System_Object_System_Object_System_Object_System_Object_ * __this, Action_4_Object_Object_Object_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_4_System_Object_System_Object_System_Single_System_Boolean___ctor, (InvokableAction_4_System_Object_System_Object_System_Single_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_4_System_Object_System_Object_System_Single_System_Boolean__Initialize, (InvokableAction_4_System_Object_System_Object_System_Single_System_Boolean_ * __this, Action_4_Object_Object_Single_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x01746090, void, InvokableAction_4_System_Object_System_Object_System_Single_System_Boolean__Invoke, (InvokableAction_4_System_Object_System_Object_System_Single_System_Boolean_ * __this, Object * arg1, Object * arg2, float arg3, bool arg4, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_4_System_Object_System_Object_System_Single_System_Boolean__IsAction, (InvokableAction_4_System_Object_System_Object_System_Single_System_Boolean_ * __this, Action_4_Object_Object_Single_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_5_System_Object_System_Object_System_Object_System_Object_System_Object___ctor, (InvokableAction_5_System_Object_System_Object_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_5_System_Object_System_Object_System_Object_System_Object_System_Object__Initialize, (InvokableAction_5_System_Object_System_Object_System_Object_System_Object_System_Object_ * __this, Action_5_System_Object_System_Object_System_Object_System_Object_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x017460D0, void, InvokableAction_5_System_Object_System_Object_System_Object_System_Object_System_Object__Invoke, (InvokableAction_5_System_Object_System_Object_System_Object_System_Object_System_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_5_System_Object_System_Object_System_Object_System_Object_System_Object__IsAction, (InvokableAction_5_System_Object_System_Object_System_Object_System_Object_System_Object_ * __this, Action_5_System_Object_System_Object_System_Object_System_Object_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_5_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object___ctor, (InvokableAction_5_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_5_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object__Initialize, (InvokableAction_5_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object_ * __this, Action_5_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x01746120, void, InvokableAction_5_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object__Invoke, (InvokableAction_5_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object_ * __this, float arg1, Vector3 arg2, Vector3 arg3, Object * arg4, Object * arg5, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_5_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object__IsAction, (InvokableAction_5_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object_ * __this, Action_5_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_6_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object___ctor, (InvokableAction_6_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_6_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object__Initialize, (InvokableAction_6_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object_ * __this, Action_6_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x017461B0, void, InvokableAction_6_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object__Invoke, (InvokableAction_6_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object_ * __this, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_6_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object__IsAction, (InvokableAction_6_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object_ * __this, Action_6_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, InvokableAction_6_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object_System_Object___ctor, (InvokableAction_6_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, InvokableAction_6_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object_System_Object__Initialize, (InvokableAction_6_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object_System_Object_ * __this, Action_6_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x01746200, void, InvokableAction_6_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object_System_Object__Invoke, (InvokableAction_6_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object_System_Object_ * __this, float arg1, Vector3 arg2, Vector3 arg3, Object * arg4, Object * arg5, Object * arg6, MethodInfo * method)); DO_APP_FUNC(0x01745C90, bool, InvokableAction_6_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object_System_Object__IsAction, (InvokableAction_6_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object_System_Object_ * __this, Action_6_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, InvokableCall_1_System_Boolean___ctor, (InvokableCall_1_System_Boolean_ * __this, UnityAction_1_System_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x017464B0, void, InvokableCall_1_System_Boolean___ctor_1, (InvokableCall_1_System_Boolean_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x017468C0, bool, InvokableCall_1_System_Boolean__Find, (InvokableCall_1_System_Boolean_ * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x01746860, void, InvokableCall_1_System_Boolean__Invoke, (InvokableCall_1_System_Boolean_ * __this, bool args0, MethodInfo * method)); DO_APP_FUNC(0x01746700, void, InvokableCall_1_System_Boolean__Invoke_1, (InvokableCall_1_System_Boolean_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C559D8, InvokableCall_1_System_Boolean__Invoke_1__MethodInfo); DO_APP_FUNC(0x01746290, void, InvokableCall_1_System_Boolean__add_Delegate, (InvokableCall_1_System_Boolean_ * __this, UnityAction_1_System_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x017463A0, void, InvokableCall_1_System_Boolean__remove_Delegate, (InvokableCall_1_System_Boolean_ * __this, UnityAction_1_System_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, InvokableCall_1_UnityEngine_Color___ctor, (InvokableCall_1_UnityEngine_Color_ * __this, UnityAction_1_UnityEngine_Color_ * action, MethodInfo * method)); DO_APP_FUNC(0x01746930, void, InvokableCall_1_UnityEngine_Color___ctor_1, (InvokableCall_1_UnityEngine_Color_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x017468C0, bool, InvokableCall_1_UnityEngine_Color__Find, (InvokableCall_1_UnityEngine_Color_ * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x01746CF0, void, InvokableCall_1_UnityEngine_Color__Invoke, (InvokableCall_1_UnityEngine_Color_ * __this, Color args0, MethodInfo * method)); DO_APP_FUNC(0x01746B80, void, InvokableCall_1_UnityEngine_Color__Invoke_1, (InvokableCall_1_UnityEngine_Color_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55968, InvokableCall_1_UnityEngine_Color__Invoke_1__MethodInfo); DO_APP_FUNC(0x01746290, void, InvokableCall_1_UnityEngine_Color__add_Delegate, (InvokableCall_1_UnityEngine_Color_ * __this, UnityAction_1_UnityEngine_Color_ * value, MethodInfo * method)); DO_APP_FUNC(0x017463A0, void, InvokableCall_1_UnityEngine_Color__remove_Delegate, (InvokableCall_1_UnityEngine_Color_ * __this, UnityAction_1_UnityEngine_Color_ * value, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, InvokableCall_1_System_Int32___ctor, (InvokableCall_1_System_Int32_ * __this, UnityAction_1_System_Int32_ * action, MethodInfo * method)); DO_APP_FUNC(0x01746D60, void, InvokableCall_1_System_Int32___ctor_1, (InvokableCall_1_System_Int32_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x017468C0, bool, InvokableCall_1_System_Int32__Find, (InvokableCall_1_System_Int32_ * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x01747110, void, InvokableCall_1_System_Int32__Invoke, (InvokableCall_1_System_Int32_ * __this, int32_t args0, MethodInfo * method)); DO_APP_FUNC(0x01746FB0, void, InvokableCall_1_System_Int32__Invoke_1, (InvokableCall_1_System_Int32_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55978, InvokableCall_1_System_Int32__Invoke_1__MethodInfo); DO_APP_FUNC(0x01746290, void, InvokableCall_1_System_Int32__add_Delegate, (InvokableCall_1_System_Int32_ * __this, UnityAction_1_System_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x017463A0, void, InvokableCall_1_System_Int32__remove_Delegate, (InvokableCall_1_System_Int32_ * __this, UnityAction_1_System_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, InvokableCall_1_System_Int32Enum___ctor, (InvokableCall_1_System_Int32Enum_ * __this, UnityAction_1_System_Int32Enum_ * action, MethodInfo * method)); DO_APP_FUNC(0x01747170, void, InvokableCall_1_System_Int32Enum___ctor_1, (InvokableCall_1_System_Int32Enum_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x017468C0, bool, InvokableCall_1_System_Int32Enum__Find, (InvokableCall_1_System_Int32Enum_ * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x01747110, void, InvokableCall_1_System_Int32Enum__Invoke, (InvokableCall_1_System_Int32Enum_ * __this, Int32Enum__Enum args0, MethodInfo * method)); DO_APP_FUNC(0x017473C0, void, InvokableCall_1_System_Int32Enum__Invoke_1, (InvokableCall_1_System_Int32Enum_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55958, InvokableCall_1_System_Int32Enum__Invoke_1__MethodInfo); DO_APP_FUNC(0x01746290, void, InvokableCall_1_System_Int32Enum__add_Delegate, (InvokableCall_1_System_Int32Enum_ * __this, UnityAction_1_System_Int32Enum_ * value, MethodInfo * method)); DO_APP_FUNC(0x017463A0, void, InvokableCall_1_System_Int32Enum__remove_Delegate, (InvokableCall_1_System_Int32Enum_ * __this, UnityAction_1_System_Int32Enum_ * value, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, InvokableCall_1_System_Object___ctor, (InvokableCall_1_System_Object_ * __this, UnityAction_1_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x01747520, void, InvokableCall_1_System_Object___ctor_1, (InvokableCall_1_System_Object_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x017468C0, bool, InvokableCall_1_System_Object__Find, (InvokableCall_1_System_Object_ * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x017478E0, void, InvokableCall_1_System_Object__Invoke, (InvokableCall_1_System_Object_ * __this, Object * args0, MethodInfo * method)); DO_APP_FUNC(0x01747770, void, InvokableCall_1_System_Object__Invoke_1, (InvokableCall_1_System_Object_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C559A0, InvokableCall_1_System_Object__Invoke_1__MethodInfo); DO_APP_FUNC(0x01746290, void, InvokableCall_1_System_Object__add_Delegate, (InvokableCall_1_System_Object_ * __this, UnityAction_1_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x017463A0, void, InvokableCall_1_System_Object__remove_Delegate, (InvokableCall_1_System_Object_ * __this, UnityAction_1_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, InvokableCall_1_System_Single___ctor, (InvokableCall_1_System_Single_ * __this, UnityAction_1_System_Single_ * action, MethodInfo * method)); DO_APP_FUNC(0x01747940, void, InvokableCall_1_System_Single___ctor_1, (InvokableCall_1_System_Single_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x017468C0, bool, InvokableCall_1_System_Single__Find, (InvokableCall_1_System_Single_ * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x01747CF0, void, InvokableCall_1_System_Single__Invoke, (InvokableCall_1_System_Single_ * __this, float args0, MethodInfo * method)); DO_APP_FUNC(0x01747B90, void, InvokableCall_1_System_Single__Invoke_1, (InvokableCall_1_System_Single_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55980, InvokableCall_1_System_Single__Invoke_1__MethodInfo); DO_APP_FUNC(0x01746290, void, InvokableCall_1_System_Single__add_Delegate, (InvokableCall_1_System_Single_ * __this, UnityAction_1_System_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x017463A0, void, InvokableCall_1_System_Single__remove_Delegate, (InvokableCall_1_System_Single_ * __this, UnityAction_1_System_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, InvokableCall_1_UnityEngine_Vector2___ctor, (InvokableCall_1_UnityEngine_Vector2_ * __this, UnityAction_1_UnityEngine_Vector2_ * action, MethodInfo * method)); DO_APP_FUNC(0x01747D50, void, InvokableCall_1_UnityEngine_Vector2___ctor_1, (InvokableCall_1_UnityEngine_Vector2_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x017468C0, bool, InvokableCall_1_UnityEngine_Vector2__Find, (InvokableCall_1_UnityEngine_Vector2_ * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x01748110, void, InvokableCall_1_UnityEngine_Vector2__Invoke, (InvokableCall_1_UnityEngine_Vector2_ * __this, Vector2 args0, MethodInfo * method)); DO_APP_FUNC(0x01747FA0, void, InvokableCall_1_UnityEngine_Vector2__Invoke_1, (InvokableCall_1_UnityEngine_Vector2_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55990, InvokableCall_1_UnityEngine_Vector2__Invoke_1__MethodInfo); DO_APP_FUNC(0x01746290, void, InvokableCall_1_UnityEngine_Vector2__add_Delegate, (InvokableCall_1_UnityEngine_Vector2_ * __this, UnityAction_1_UnityEngine_Vector2_ * value, MethodInfo * method)); DO_APP_FUNC(0x017463A0, void, InvokableCall_1_UnityEngine_Vector2__remove_Delegate, (InvokableCall_1_UnityEngine_Vector2_ * __this, UnityAction_1_UnityEngine_Vector2_ * value, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, InvokableCall_1_UnityEngine_Vector3___ctor, (InvokableCall_1_UnityEngine_Vector3_ * __this, UnityAction_1_UnityEngine_Vector3_ * action, MethodInfo * method)); DO_APP_FUNC(0x01748180, void, InvokableCall_1_UnityEngine_Vector3___ctor_1, (InvokableCall_1_UnityEngine_Vector3_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x017468C0, bool, InvokableCall_1_UnityEngine_Vector3__Find, (InvokableCall_1_UnityEngine_Vector3_ * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x01748550, void, InvokableCall_1_UnityEngine_Vector3__Invoke, (InvokableCall_1_UnityEngine_Vector3_ * __this, Vector3 args0, MethodInfo * method)); DO_APP_FUNC(0x017483D0, void, InvokableCall_1_UnityEngine_Vector3__Invoke_1, (InvokableCall_1_UnityEngine_Vector3_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55918, InvokableCall_1_UnityEngine_Vector3__Invoke_1__MethodInfo); DO_APP_FUNC(0x01746290, void, InvokableCall_1_UnityEngine_Vector3__add_Delegate, (InvokableCall_1_UnityEngine_Vector3_ * __this, UnityAction_1_UnityEngine_Vector3_ * value, MethodInfo * method)); DO_APP_FUNC(0x017463A0, void, InvokableCall_1_UnityEngine_Vector3__remove_Delegate, (InvokableCall_1_UnityEngine_Vector3_ * __this, UnityAction_1_UnityEngine_Vector3_ * value, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, InvokableCall_1_UnityEngine_InputSystem_InputAction_CallbackContext___ctor, (InvokableCall_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * __this, UnityAction_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * action, MethodInfo * method)); DO_APP_FUNC(0x017485D0, void, InvokableCall_1_UnityEngine_InputSystem_InputAction_CallbackContext___ctor_1, (InvokableCall_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x017468C0, bool, InvokableCall_1_UnityEngine_InputSystem_InputAction_CallbackContext__Find, (InvokableCall_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x01746CF0, void, InvokableCall_1_UnityEngine_InputSystem_InputAction_CallbackContext__Invoke, (InvokableCall_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * __this, InputAction_CallbackContext args0, MethodInfo * method)); DO_APP_FUNC(0x01748820, void, InvokableCall_1_UnityEngine_InputSystem_InputAction_CallbackContext__Invoke_1, (InvokableCall_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55900, InvokableCall_1_UnityEngine_InputSystem_InputAction_CallbackContext__Invoke_1__MethodInfo); DO_APP_FUNC(0x01746290, void, InvokableCall_1_UnityEngine_InputSystem_InputAction_CallbackContext__add_Delegate, (InvokableCall_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * __this, UnityAction_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * value, MethodInfo * method)); DO_APP_FUNC(0x017463A0, void, InvokableCall_1_UnityEngine_InputSystem_InputAction_CallbackContext__remove_Delegate, (InvokableCall_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * __this, UnityAction_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * value, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, InvokableCall_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct___ctor, (InvokableCall_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct_ * __this, UnityAction_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct_ * action, MethodInfo * method)); DO_APP_FUNC(0x01748990, void, InvokableCall_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct___ctor_1, (InvokableCall_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x017468C0, bool, InvokableCall_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct__Find, (InvokableCall_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct_ * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x01748D70, void, InvokableCall_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct__Invoke, (InvokableCall_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct_ * __this, ReorderableList_ReorderableListEventStruct args0, MethodInfo * method)); DO_APP_FUNC(0x01748BE0, void, InvokableCall_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct__Invoke_1, (InvokableCall_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55940, InvokableCall_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct__Invoke_1__MethodInfo); DO_APP_FUNC(0x01746290, void, InvokableCall_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct__add_Delegate, (InvokableCall_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct_ * __this, UnityAction_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct_ * value, MethodInfo * method)); DO_APP_FUNC(0x017463A0, void, InvokableCall_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct__remove_Delegate, (InvokableCall_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct_ * __this, UnityAction_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct_ * value, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, InvokableCall_2_System_Int32_System_Boolean___ctor, (InvokableCall_2_System_Int32_System_Boolean_ * __this, UnityAction_2_System_Int32_System_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x01748E00, void, InvokableCall_2_System_Int32_System_Boolean___ctor_1, (InvokableCall_2_System_Int32_System_Boolean_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x017468C0, bool, InvokableCall_2_System_Int32_System_Boolean__Find, (InvokableCall_2_System_Int32_System_Boolean_ * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x017490C0, void, InvokableCall_2_System_Int32_System_Boolean__Invoke, (InvokableCall_2_System_Int32_System_Boolean_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55950, InvokableCall_2_System_Int32_System_Boolean__Invoke__MethodInfo); DO_APP_FUNC(0x017492A0, void, InvokableCall_2_System_Int32_System_Boolean__Invoke_1, (InvokableCall_2_System_Int32_System_Boolean_ * __this, int32_t args0, bool args1, MethodInfo * method)); DO_APP_FUNC(0x01746290, void, InvokableCall_2_System_Int32_System_Boolean__add_Delegate, (InvokableCall_2_System_Int32_System_Boolean_ * __this, UnityAction_2_System_Int32_System_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x017463A0, void, InvokableCall_2_System_Int32_System_Boolean__remove_Delegate, (InvokableCall_2_System_Int32_System_Boolean_ * __this, UnityAction_2_System_Int32_System_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, InvokableCall_2_System_Int32_System_Single___ctor, (InvokableCall_2_System_Int32_System_Single_ * __this, UnityAction_2_System_Int32_System_Single_ * action, MethodInfo * method)); DO_APP_FUNC(0x01749310, void, InvokableCall_2_System_Int32_System_Single___ctor_1, (InvokableCall_2_System_Int32_System_Single_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x017468C0, bool, InvokableCall_2_System_Int32_System_Single__Find, (InvokableCall_2_System_Int32_System_Single_ * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x017495D0, void, InvokableCall_2_System_Int32_System_Single__Invoke, (InvokableCall_2_System_Int32_System_Single_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55930, InvokableCall_2_System_Int32_System_Single__Invoke__MethodInfo); DO_APP_FUNC(0x017497B0, void, InvokableCall_2_System_Int32_System_Single__Invoke_1, (InvokableCall_2_System_Int32_System_Single_ * __this, int32_t args0, float args1, MethodInfo * method)); DO_APP_FUNC(0x01746290, void, InvokableCall_2_System_Int32_System_Single__add_Delegate, (InvokableCall_2_System_Int32_System_Single_ * __this, UnityAction_2_System_Int32_System_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x017463A0, void, InvokableCall_2_System_Int32_System_Single__remove_Delegate, (InvokableCall_2_System_Int32_System_Single_ * __this, UnityAction_2_System_Int32_System_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, InvokableCall_2_System_Object_System_Boolean___ctor, (InvokableCall_2_System_Object_System_Boolean_ * __this, UnityAction_2_System_Object_System_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x01749820, void, InvokableCall_2_System_Object_System_Boolean___ctor_1, (InvokableCall_2_System_Object_System_Boolean_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x017468C0, bool, InvokableCall_2_System_Object_System_Boolean__Find, (InvokableCall_2_System_Object_System_Boolean_ * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x01749AE0, void, InvokableCall_2_System_Object_System_Boolean__Invoke, (InvokableCall_2_System_Object_System_Boolean_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C558D0, InvokableCall_2_System_Object_System_Boolean__Invoke__MethodInfo); DO_APP_FUNC(0x01749CE0, void, InvokableCall_2_System_Object_System_Boolean__Invoke_1, (InvokableCall_2_System_Object_System_Boolean_ * __this, Object * args0, bool args1, MethodInfo * method)); DO_APP_FUNC(0x01746290, void, InvokableCall_2_System_Object_System_Boolean__add_Delegate, (InvokableCall_2_System_Object_System_Boolean_ * __this, UnityAction_2_System_Object_System_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x017463A0, void, InvokableCall_2_System_Object_System_Boolean__remove_Delegate, (InvokableCall_2_System_Object_System_Boolean_ * __this, UnityAction_2_System_Object_System_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, InvokableCall_2_System_Object_System_Int32___ctor, (InvokableCall_2_System_Object_System_Int32_ * __this, UnityAction_2_System_Object_System_Int32_ * action, MethodInfo * method)); DO_APP_FUNC(0x01749D60, void, InvokableCall_2_System_Object_System_Int32___ctor_1, (InvokableCall_2_System_Object_System_Int32_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x017468C0, bool, InvokableCall_2_System_Object_System_Int32__Find, (InvokableCall_2_System_Object_System_Int32_ * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x0174A020, void, InvokableCall_2_System_Object_System_Int32__Invoke, (InvokableCall_2_System_Object_System_Int32_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C558B0, InvokableCall_2_System_Object_System_Int32__Invoke__MethodInfo); DO_APP_FUNC(0x0174A210, void, InvokableCall_2_System_Object_System_Int32__Invoke_1, (InvokableCall_2_System_Object_System_Int32_ * __this, Object * args0, int32_t args1, MethodInfo * method)); DO_APP_FUNC(0x01746290, void, InvokableCall_2_System_Object_System_Int32__add_Delegate, (InvokableCall_2_System_Object_System_Int32_ * __this, UnityAction_2_System_Object_System_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x017463A0, void, InvokableCall_2_System_Object_System_Int32__remove_Delegate, (InvokableCall_2_System_Object_System_Int32_ * __this, UnityAction_2_System_Object_System_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, InvokableCall_2_System_Object_System_Object___ctor, (InvokableCall_2_System_Object_System_Object_ * __this, UnityAction_2_System_Object_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x0174A280, void, InvokableCall_2_System_Object_System_Object___ctor_1, (InvokableCall_2_System_Object_System_Object_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x017468C0, bool, InvokableCall_2_System_Object_System_Object__Find, (InvokableCall_2_System_Object_System_Object_ * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x0174A540, void, InvokableCall_2_System_Object_System_Object__Invoke, (InvokableCall_2_System_Object_System_Object_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C558C0, InvokableCall_2_System_Object_System_Object__Invoke__MethodInfo); DO_APP_FUNC(0x0174A740, void, InvokableCall_2_System_Object_System_Object__Invoke_1, (InvokableCall_2_System_Object_System_Object_ * __this, Object * args0, Object * args1, MethodInfo * method)); DO_APP_FUNC(0x01746290, void, InvokableCall_2_System_Object_System_Object__add_Delegate, (InvokableCall_2_System_Object_System_Object_ * __this, UnityAction_2_System_Object_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x017463A0, void, InvokableCall_2_System_Object_System_Object__remove_Delegate, (InvokableCall_2_System_Object_System_Object_ * __this, UnityAction_2_System_Object_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, InvokableCall_2_System_Object_System_Single___ctor, (InvokableCall_2_System_Object_System_Single_ * __this, UnityAction_2_System_Object_System_Single_ * action, MethodInfo * method)); DO_APP_FUNC(0x0174A7B0, void, InvokableCall_2_System_Object_System_Single___ctor_1, (InvokableCall_2_System_Object_System_Single_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x017468C0, bool, InvokableCall_2_System_Object_System_Single__Find, (InvokableCall_2_System_Object_System_Single_ * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x0174AA70, void, InvokableCall_2_System_Object_System_Single__Invoke, (InvokableCall_2_System_Object_System_Single_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C558F8, InvokableCall_2_System_Object_System_Single__Invoke__MethodInfo); DO_APP_FUNC(0x0174AC70, void, InvokableCall_2_System_Object_System_Single__Invoke_1, (InvokableCall_2_System_Object_System_Single_ * __this, Object * args0, float args1, MethodInfo * method)); DO_APP_FUNC(0x01746290, void, InvokableCall_2_System_Object_System_Single__add_Delegate, (InvokableCall_2_System_Object_System_Single_ * __this, UnityAction_2_System_Object_System_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x017463A0, void, InvokableCall_2_System_Object_System_Single__remove_Delegate, (InvokableCall_2_System_Object_System_Single_ * __this, UnityAction_2_System_Object_System_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, InvokableCall_2_System_Single_System_Single___ctor, (InvokableCall_2_System_Single_System_Single_ * __this, UnityAction_2_System_Single_System_Single_ * action, MethodInfo * method)); DO_APP_FUNC(0x0174ACE0, void, InvokableCall_2_System_Single_System_Single___ctor_1, (InvokableCall_2_System_Single_System_Single_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x017468C0, bool, InvokableCall_2_System_Single_System_Single__Find, (InvokableCall_2_System_Single_System_Single_ * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x0174AFA0, void, InvokableCall_2_System_Single_System_Single__Invoke, (InvokableCall_2_System_Single_System_Single_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C558E0, InvokableCall_2_System_Single_System_Single__Invoke__MethodInfo); DO_APP_FUNC(0x0174B190, void, InvokableCall_2_System_Single_System_Single__Invoke_1, (InvokableCall_2_System_Single_System_Single_ * __this, float args0, float args1, MethodInfo * method)); DO_APP_FUNC(0x01746290, void, InvokableCall_2_System_Single_System_Single__add_Delegate, (InvokableCall_2_System_Single_System_Single_ * __this, UnityAction_2_System_Single_System_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x017463A0, void, InvokableCall_2_System_Single_System_Single__remove_Delegate, (InvokableCall_2_System_Single_System_Single_ * __this, UnityAction_2_System_Single_System_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, InvokableCall_2_UnityEngine_Vector3_System_Single___ctor, (InvokableCall_2_UnityEngine_Vector3_System_Single_ * __this, UnityAction_2_UnityEngine_Vector3_System_Single_ * action, MethodInfo * method)); DO_APP_FUNC(0x0174B200, void, InvokableCall_2_UnityEngine_Vector3_System_Single___ctor_1, (InvokableCall_2_UnityEngine_Vector3_System_Single_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x017468C0, bool, InvokableCall_2_UnityEngine_Vector3_System_Single__Find, (InvokableCall_2_UnityEngine_Vector3_System_Single_ * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x0174B4C0, void, InvokableCall_2_UnityEngine_Vector3_System_Single__Invoke, (InvokableCall_2_UnityEngine_Vector3_System_Single_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55868, InvokableCall_2_UnityEngine_Vector3_System_Single__Invoke__MethodInfo); DO_APP_FUNC(0x0174B6C0, void, InvokableCall_2_UnityEngine_Vector3_System_Single__Invoke_1, (InvokableCall_2_UnityEngine_Vector3_System_Single_ * __this, Vector3 args0, float args1, MethodInfo * method)); DO_APP_FUNC(0x01746290, void, InvokableCall_2_UnityEngine_Vector3_System_Single__add_Delegate, (InvokableCall_2_UnityEngine_Vector3_System_Single_ * __this, UnityAction_2_UnityEngine_Vector3_System_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x017463A0, void, InvokableCall_2_UnityEngine_Vector3_System_Single__remove_Delegate, (InvokableCall_2_UnityEngine_Vector3_System_Single_ * __this, UnityAction_2_UnityEngine_Vector3_System_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, InvokableCall_2_UnityEngine_Vector3_UnityEngine_Vector3___ctor, (InvokableCall_2_UnityEngine_Vector3_UnityEngine_Vector3_ * __this, UnityAction_2_UnityEngine_Vector3_UnityEngine_Vector3_ * action, MethodInfo * method)); DO_APP_FUNC(0x0174B750, void, InvokableCall_2_UnityEngine_Vector3_UnityEngine_Vector3___ctor_1, (InvokableCall_2_UnityEngine_Vector3_UnityEngine_Vector3_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x017468C0, bool, InvokableCall_2_UnityEngine_Vector3_UnityEngine_Vector3__Find, (InvokableCall_2_UnityEngine_Vector3_UnityEngine_Vector3_ * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x0174BA10, void, InvokableCall_2_UnityEngine_Vector3_UnityEngine_Vector3__Invoke, (InvokableCall_2_UnityEngine_Vector3_UnityEngine_Vector3_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55878, InvokableCall_2_UnityEngine_Vector3_UnityEngine_Vector3__Invoke__MethodInfo); DO_APP_FUNC(0x0174BC20, void, InvokableCall_2_UnityEngine_Vector3_UnityEngine_Vector3__Invoke_1, (InvokableCall_2_UnityEngine_Vector3_UnityEngine_Vector3_ * __this, Vector3 args0, Vector3 args1, MethodInfo * method)); DO_APP_FUNC(0x01746290, void, InvokableCall_2_UnityEngine_Vector3_UnityEngine_Vector3__add_Delegate, (InvokableCall_2_UnityEngine_Vector3_UnityEngine_Vector3_ * __this, UnityAction_2_UnityEngine_Vector3_UnityEngine_Vector3_ * value, MethodInfo * method)); DO_APP_FUNC(0x017463A0, void, InvokableCall_2_UnityEngine_Vector3_UnityEngine_Vector3__remove_Delegate, (InvokableCall_2_UnityEngine_Vector3_UnityEngine_Vector3_ * __this, UnityAction_2_UnityEngine_Vector3_UnityEngine_Vector3_ * value, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, InvokableCall_3_System_Object_System_Int32_System_Int32___ctor, (InvokableCall_3_System_Object_System_Int32_System_Int32_ * __this, UnityAction_3_System_Object_System_Int32_System_Int32_ * action, MethodInfo * method)); DO_APP_FUNC(0x0174BCC0, void, InvokableCall_3_System_Object_System_Int32_System_Int32___ctor_1, (InvokableCall_3_System_Object_System_Int32_System_Int32_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x017468C0, bool, InvokableCall_3_System_Object_System_Int32_System_Int32__Find, (InvokableCall_3_System_Object_System_Int32_System_Int32_ * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x0174BF80, void, InvokableCall_3_System_Object_System_Int32_System_Int32__Invoke, (InvokableCall_3_System_Object_System_Int32_System_Int32_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55858, InvokableCall_3_System_Object_System_Int32_System_Int32__Invoke__MethodInfo); DO_APP_FUNC(0x0174C1F0, void, InvokableCall_3_System_Object_System_Int32_System_Int32__Invoke_1, (InvokableCall_3_System_Object_System_Int32_System_Int32_ * __this, Object * args0, int32_t args1, int32_t args2, MethodInfo * method)); DO_APP_FUNC(0x01746290, void, InvokableCall_3_System_Object_System_Int32_System_Int32__add_Delegate, (InvokableCall_3_System_Object_System_Int32_System_Int32_ * __this, UnityAction_3_System_Object_System_Int32_System_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x017463A0, void, InvokableCall_3_System_Object_System_Int32_System_Int32__remove_Delegate, (InvokableCall_3_System_Object_System_Int32_System_Int32_ * __this, UnityAction_3_System_Object_System_Int32_System_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, InvokableCall_3_System_Object_System_Object_System_Object___ctor, (InvokableCall_3_System_Object_System_Object_System_Object_ * __this, UnityAction_3_System_Object_System_Object_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x0174C270, void, InvokableCall_3_System_Object_System_Object_System_Object___ctor_1, (InvokableCall_3_System_Object_System_Object_System_Object_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x017468C0, bool, InvokableCall_3_System_Object_System_Object_System_Object__Find, (InvokableCall_3_System_Object_System_Object_System_Object_ * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x0174C530, void, InvokableCall_3_System_Object_System_Object_System_Object__Invoke, (InvokableCall_3_System_Object_System_Object_System_Object_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C558A0, InvokableCall_3_System_Object_System_Object_System_Object__Invoke__MethodInfo); DO_APP_FUNC(0x0174C7C0, void, InvokableCall_3_System_Object_System_Object_System_Object__Invoke_1, (InvokableCall_3_System_Object_System_Object_System_Object_ * __this, Object * args0, Object * args1, Object * args2, MethodInfo * method)); DO_APP_FUNC(0x01746290, void, InvokableCall_3_System_Object_System_Object_System_Object__add_Delegate, (InvokableCall_3_System_Object_System_Object_System_Object_ * __this, UnityAction_3_System_Object_System_Object_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x017463A0, void, InvokableCall_3_System_Object_System_Object_System_Object__remove_Delegate, (InvokableCall_3_System_Object_System_Object_System_Object_ * __this, UnityAction_3_System_Object_System_Object_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, InvokableCall_3_System_Single_System_Single_System_Single___ctor, (InvokableCall_3_System_Single_System_Single_System_Single_ * __this, UnityAction_3_System_Single_System_Single_System_Single_ * action, MethodInfo * method)); DO_APP_FUNC(0x0174C840, void, InvokableCall_3_System_Single_System_Single_System_Single___ctor_1, (InvokableCall_3_System_Single_System_Single_System_Single_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x017468C0, bool, InvokableCall_3_System_Single_System_Single_System_Single__Find, (InvokableCall_3_System_Single_System_Single_System_Single_ * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x0174CB00, void, InvokableCall_3_System_Single_System_Single_System_Single__Invoke, (InvokableCall_3_System_Single_System_Single_System_Single_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55880, InvokableCall_3_System_Single_System_Single_System_Single__Invoke__MethodInfo); DO_APP_FUNC(0x0174CD90, void, InvokableCall_3_System_Single_System_Single_System_Single__Invoke_1, (InvokableCall_3_System_Single_System_Single_System_Single_ * __this, float args0, float args1, float args2, MethodInfo * method)); DO_APP_FUNC(0x01746290, void, InvokableCall_3_System_Single_System_Single_System_Single__add_Delegate, (InvokableCall_3_System_Single_System_Single_System_Single_ * __this, UnityAction_3_System_Single_System_Single_System_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x017463A0, void, InvokableCall_3_System_Single_System_Single_System_Single__remove_Delegate, (InvokableCall_3_System_Single_System_Single_System_Single_ * __this, UnityAction_3_System_Single_System_Single_System_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object___ctor, (InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * __this, UnityAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x0174CE20, void, InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object___ctor_1, (InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x017468C0, bool, InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object__Find, (InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x0174D0E0, void, InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object__Invoke, (InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55890, InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object__Invoke__MethodInfo); DO_APP_FUNC(0x0174D3A0, void, InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object__Invoke_1, (InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * __this, Vector3 args0, Vector3 args1, Object * args2, MethodInfo * method)); DO_APP_FUNC(0x01746290, void, InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object__add_Delegate, (InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * __this, UnityAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x017463A0, void, InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object__remove_Delegate, (InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * __this, UnityAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single___ctor, (InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single_ * __this, UnityAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single_ * action, MethodInfo * method)); DO_APP_FUNC(0x0174D450, void, InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single___ctor_1, (InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x017468C0, bool, InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single__Find, (InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single_ * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x0174D710, void, InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single__Invoke, (InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55800, InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single__Invoke__MethodInfo); DO_APP_FUNC(0x0174D9C0, void, InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single__Invoke_1, (InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single_ * __this, Vector3 args0, Vector3 args1, float args2, MethodInfo * method)); DO_APP_FUNC(0x01746290, void, InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single__add_Delegate, (InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single_ * __this, UnityAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x017463A0, void, InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single__remove_Delegate, (InvokableCall_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single_ * __this, UnityAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x0174DA70, void, InvokableCall_4_System_Object_System_Object_System_Object_System_Object___ctor, (InvokableCall_4_System_Object_System_Object_System_Object_System_Object_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x017468C0, bool, InvokableCall_4_System_Object_System_Object_System_Object_System_Object__Find, (InvokableCall_4_System_Object_System_Object_System_Object_System_Object_ * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x0174DD30, void, InvokableCall_4_System_Object_System_Object_System_Object_System_Object__Invoke, (InvokableCall_4_System_Object_System_Object_System_Object_System_Object_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C557E8, InvokableCall_4_System_Object_System_Object_System_Object_System_Object__Invoke__MethodInfo); DO_APP_FUNC(0x0174E070, void, InvokableCall_4_System_Object_System_Object_System_Object_System_Object__Invoke_1, (InvokableCall_4_System_Object_System_Object_System_Object_System_Object_ * __this, Object * args0, Object * args1, Object * args2, Object * args3, MethodInfo * method)); DO_APP_FUNC(0x0174E100, void, InvokableCall_4_System_Object_System_Single_System_Boolean_System_Boolean___ctor, (InvokableCall_4_System_Object_System_Single_System_Boolean_System_Boolean_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x017468C0, bool, InvokableCall_4_System_Object_System_Single_System_Boolean_System_Boolean__Find, (InvokableCall_4_System_Object_System_Single_System_Boolean_System_Boolean_ * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x0174E3C0, void, InvokableCall_4_System_Object_System_Single_System_Boolean_System_Boolean__Invoke, (InvokableCall_4_System_Object_System_Single_System_Boolean_System_Boolean_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55840, InvokableCall_4_System_Object_System_Single_System_Boolean_System_Boolean__Invoke__MethodInfo); DO_APP_FUNC(0x0174E6E0, void, InvokableCall_4_System_Object_System_Single_System_Boolean_System_Boolean__Invoke_1, (InvokableCall_4_System_Object_System_Single_System_Boolean_System_Boolean_ * __this, Object * args0, float args1, bool args2, bool args3, MethodInfo * method)); DO_APP_FUNC(0x0174E770, void, InvokableCall_4_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object___ctor, (InvokableCall_4_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x017468C0, bool, InvokableCall_4_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object__Find, (InvokableCall_4_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * __this, Object * targetObj, MethodInfo_1 * method_1, MethodInfo * method)); DO_APP_FUNC(0x0174EA30, void, InvokableCall_4_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object__Invoke, (InvokableCall_4_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * __this, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55850, InvokableCall_4_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object__Invoke__MethodInfo); DO_APP_FUNC(0x0174ED70, void, InvokableCall_4_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object__Invoke_1, (InvokableCall_4_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * __this, float args0, Vector3 args1, Vector3 args2, Object * args3, MethodInfo * method)); DO_APP_FUNC(0x0174EE60, void, UQuery_IsOfType_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UQuery_IsOfType_1_System_Object___ctor, (UQuery_IsOfType_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174EE20, bool, UQuery_IsOfType_1_System_Object__Predicate, (UQuery_IsOfType_1_System_Object_ * __this, Object * e, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, GridLookup_1_T_Item_System_Object___ctor, (GridLookup_1_T_Item_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174EFE0, void, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2___ctor, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F060, void, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__Dispose, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F080, IEnumerator_1_KeyValuePair_2_System_Guid_System_Object_ *, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__GetEnumerator, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerable_GetEnumerator, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F1D0, void, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerator_Reset, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55810, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0174F150, Object *, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerator_get_Current, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD9770, KeyValuePair_2_System_Guid_System_Object_, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__get_Current, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174EFE0, void, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__1__ctor, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F220, void, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__1_Dispose, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F080, IEnumerator_1_KeyValuePair_2_System_Int32Enum_System_Object_ *, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__1_GetEnumerator, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_IEnumerable_GetEnumerator, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F2B0, void, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_IEnumerator_Reset, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55820, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0174F230, Object *, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_IEnumerator_get_Current, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, KeyValuePair_2_System_Int32Enum_System_Object_, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__1_get_Current, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0174EFE0, void, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__2__ctor, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F220, void, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__2_Dispose, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F080, IEnumerator_1_KeyValuePair_2_System_Object_System_Object_ *, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__2_GetEnumerator, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_IEnumerable_GetEnumerator, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F300, void, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_IEnumerator_Reset, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55828, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0174F230, Object *, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_IEnumerator_get_Current, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, KeyValuePair_2_System_Object_System_Object_, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__2_get_Current, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0174EFE0, void, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__3__ctor, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F380, void, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__3_Dispose, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F080, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__3_GetEnumerator, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_IEnumerable_GetEnumerator, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F440, void, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_IEnumerator_Reset, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__3 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55830, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0174F3A0, Object *, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_IEnumerator_get_Current, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F350, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__3_get_Current, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0174EFE0, void, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__4__ctor, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F220, void, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__4_Dispose, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F080, IEnumerator_1_KeyValuePair_2_System_UInt16_System_Object_ *, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__4_GetEnumerator, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_IEnumerable_GetEnumerator, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F490, void, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_IEnumerator_Reset, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__4 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55798, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0174F230, Object *, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_IEnumerator_get_Current, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, KeyValuePair_2_System_UInt16_System_Object_, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__4_get_Current, (Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x0174EFE0, void, Enumerable_Iterator_1_Pathfinding_Connection___ctor, (Enumerable_Iterator_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F220, void, Enumerable_Iterator_1_Pathfinding_Connection__Dispose, (Enumerable_Iterator_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F080, IEnumerator_1_Pathfinding_Connection__1 *, Enumerable_Iterator_1_Pathfinding_Connection__GetEnumerator, (Enumerable_Iterator_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, Enumerable_Iterator_1_Pathfinding_Connection__System_Collections_IEnumerable_GetEnumerator, (Enumerable_Iterator_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F4E0, void, Enumerable_Iterator_1_Pathfinding_Connection__System_Collections_IEnumerator_Reset, (Enumerable_Iterator_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C557A0, Enumerable_Iterator_1_Pathfinding_Connection__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0174F230, Object *, Enumerable_Iterator_1_Pathfinding_Connection__System_Collections_IEnumerator_get_Current, (Enumerable_Iterator_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, Connection, Enumerable_Iterator_1_Pathfinding_Connection__get_Current, (Enumerable_Iterator_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174EFE0, void, Enumerable_Iterator_1_System_Int32___ctor, (Enumerable_Iterator_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F530, void, Enumerable_Iterator_1_System_Int32__Dispose, (Enumerable_Iterator_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F080, IEnumerator_1_System_Int32_ *, Enumerable_Iterator_1_System_Int32__GetEnumerator, (Enumerable_Iterator_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, Enumerable_Iterator_1_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Enumerable_Iterator_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F5B0, void, Enumerable_Iterator_1_System_Int32__System_Collections_IEnumerator_Reset, (Enumerable_Iterator_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C557A8, Enumerable_Iterator_1_System_Int32__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0174F540, Object *, Enumerable_Iterator_1_System_Int32__System_Collections_IEnumerator_get_Current, (Enumerable_Iterator_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, Enumerable_Iterator_1_System_Int32__get_Current, (Enumerable_Iterator_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174EFE0, void, Enumerable_Iterator_1_System_Int32Enum___ctor, (Enumerable_Iterator_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F530, void, Enumerable_Iterator_1_System_Int32Enum__Dispose, (Enumerable_Iterator_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F080, IEnumerator_1_System_Int32Enum_ *, Enumerable_Iterator_1_System_Int32Enum__GetEnumerator, (Enumerable_Iterator_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, Enumerable_Iterator_1_System_Int32Enum__System_Collections_IEnumerable_GetEnumerator, (Enumerable_Iterator_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F600, void, Enumerable_Iterator_1_System_Int32Enum__System_Collections_IEnumerator_Reset, (Enumerable_Iterator_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C557B8, Enumerable_Iterator_1_System_Int32Enum__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0174F540, Object *, Enumerable_Iterator_1_System_Int32Enum__System_Collections_IEnumerator_get_Current, (Enumerable_Iterator_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, Int32Enum__Enum, Enumerable_Iterator_1_System_Int32Enum__get_Current, (Enumerable_Iterator_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174EFE0, void, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F220, void, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString__Dispose, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F080, IEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString__GetEnumerator, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IEnumerable_GetEnumerator, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F650, void, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IEnumerator_Reset, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55768, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0174F230, Object *, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IEnumerator_get_Current, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, InternedString, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString__get_Current, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174EFE0, void, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NameAndParameters___ctor, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F060, void, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Dispose, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F080, IEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ *, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NameAndParameters__GetEnumerator, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IEnumerable_GetEnumerator, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F6A0, void, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IEnumerator_Reset, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55778, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0174F150, Object *, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IEnumerator_get_Current, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD9770, NameAndParameters, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NameAndParameters__get_Current, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174EFE0, void, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NamedValue___ctor, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F060, void, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NamedValue__Dispose, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F080, IEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue_ *, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NamedValue__GetEnumerator, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IEnumerable_GetEnumerator, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F6F0, void, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IEnumerator_Reset, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55780, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0174F150, Object *, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IEnumerator_get_Current, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD9770, NamedValue, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NamedValue__get_Current, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174EFE0, void, Enumerable_Iterator_1_System_Object___ctor, (Enumerable_Iterator_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F740, void, Enumerable_Iterator_1_System_Object__Dispose, (Enumerable_Iterator_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F080, IEnumerator_1_System_Object_ *, Enumerable_Iterator_1_System_Object__GetEnumerator, (Enumerable_Iterator_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, Enumerable_Iterator_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (Enumerable_Iterator_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F750, void, Enumerable_Iterator_1_System_Object__System_Collections_IEnumerator_Reset, (Enumerable_Iterator_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55788, Enumerable_Iterator_1_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x010182E0, Object *, Enumerable_Iterator_1_System_Object__System_Collections_IEnumerator_get_Current, (Enumerable_Iterator_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Enumerable_Iterator_1_System_Object__get_Current, (Enumerable_Iterator_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174EFE0, void, Enumerable_Iterator_1_Photon_Bolt_Internal_PacketStats___ctor, (Enumerable_Iterator_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F7A0, void, Enumerable_Iterator_1_Photon_Bolt_Internal_PacketStats__Dispose, (Enumerable_Iterator_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F080, IEnumerator_1_Photon_Bolt_Internal_PacketStats_ *, Enumerable_Iterator_1_Photon_Bolt_Internal_PacketStats__GetEnumerator, (Enumerable_Iterator_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, Enumerable_Iterator_1_Photon_Bolt_Internal_PacketStats__System_Collections_IEnumerable_GetEnumerator, (Enumerable_Iterator_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F840, void, Enumerable_Iterator_1_Photon_Bolt_Internal_PacketStats__System_Collections_IEnumerator_Reset, (Enumerable_Iterator_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C557C8, Enumerable_Iterator_1_Photon_Bolt_Internal_PacketStats__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0174F7C0, Object *, Enumerable_Iterator_1_Photon_Bolt_Internal_PacketStats__System_Collections_IEnumerator_get_Current, (Enumerable_Iterator_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00675890, PacketStats, Enumerable_Iterator_1_Photon_Bolt_Internal_PacketStats__get_Current, (Enumerable_Iterator_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174EFE0, void, Enumerable_Iterator_1_Steamworks_SteamItemDef_t___ctor, (Enumerable_Iterator_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F530, void, Enumerable_Iterator_1_Steamworks_SteamItemDef_t__Dispose, (Enumerable_Iterator_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F080, IEnumerator_1_Steamworks_SteamItemDef_t_ *, Enumerable_Iterator_1_Steamworks_SteamItemDef_t__GetEnumerator, (Enumerable_Iterator_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, Enumerable_Iterator_1_Steamworks_SteamItemDef_t__System_Collections_IEnumerable_GetEnumerator, (Enumerable_Iterator_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F890, void, Enumerable_Iterator_1_Steamworks_SteamItemDef_t__System_Collections_IEnumerator_Reset, (Enumerable_Iterator_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C557D0, Enumerable_Iterator_1_Steamworks_SteamItemDef_t__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0174F540, Object *, Enumerable_Iterator_1_Steamworks_SteamItemDef_t__System_Collections_IEnumerator_get_Current, (Enumerable_Iterator_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, SteamItemDef_t, Enumerable_Iterator_1_Steamworks_SteamItemDef_t__get_Current, (Enumerable_Iterator_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174EFE0, void, Enumerable_Iterator_1_Steamworks_SteamItemDetails_t___ctor, (Enumerable_Iterator_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F220, void, Enumerable_Iterator_1_Steamworks_SteamItemDetails_t__Dispose, (Enumerable_Iterator_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F080, IEnumerator_1_Steamworks_SteamItemDetails_t_ *, Enumerable_Iterator_1_Steamworks_SteamItemDetails_t__GetEnumerator, (Enumerable_Iterator_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, Enumerable_Iterator_1_Steamworks_SteamItemDetails_t__System_Collections_IEnumerable_GetEnumerator, (Enumerable_Iterator_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F8E0, void, Enumerable_Iterator_1_Steamworks_SteamItemDetails_t__System_Collections_IEnumerator_Reset, (Enumerable_Iterator_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C557E0, Enumerable_Iterator_1_Steamworks_SteamItemDetails_t__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0174F230, Object *, Enumerable_Iterator_1_Steamworks_SteamItemDetails_t__System_Collections_IEnumerator_get_Current, (Enumerable_Iterator_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, SteamItemDetails_t, Enumerable_Iterator_1_Steamworks_SteamItemDetails_t__get_Current, (Enumerable_Iterator_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174EFE0, void, Enumerable_Iterator_1_UnityEngine_UIElements_StyleSelectorPart___ctor, (Enumerable_Iterator_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F060, void, Enumerable_Iterator_1_UnityEngine_UIElements_StyleSelectorPart__Dispose, (Enumerable_Iterator_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F080, IEnumerator_1_UnityEngine_UIElements_StyleSelectorPart_ *, Enumerable_Iterator_1_UnityEngine_UIElements_StyleSelectorPart__GetEnumerator, (Enumerable_Iterator_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, Enumerable_Iterator_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IEnumerable_GetEnumerator, (Enumerable_Iterator_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F930, void, Enumerable_Iterator_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IEnumerator_Reset, (Enumerable_Iterator_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56840, Enumerable_Iterator_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0174F150, Object *, Enumerable_Iterator_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IEnumerator_get_Current, (Enumerable_Iterator_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD9770, StyleSelectorPart, Enumerable_Iterator_1_UnityEngine_UIElements_StyleSelectorPart__get_Current, (Enumerable_Iterator_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174EFE0, void, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_Substring___ctor, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F220, void, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_Substring__Dispose, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F080, IEnumerator_1_UnityEngine_InputSystem_Utilities_Substring_ *, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_Substring__GetEnumerator, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IEnumerable_GetEnumerator, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F980, void, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IEnumerator_Reset, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56848, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0174F230, Object *, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IEnumerator_get_Current, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, Substring, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_Substring__get_Current, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174EFE0, void, Enumerable_Iterator_1_System_UInt32___ctor, (Enumerable_Iterator_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F530, void, Enumerable_Iterator_1_System_UInt32__Dispose, (Enumerable_Iterator_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F080, IEnumerator_1_System_UInt32_ *, Enumerable_Iterator_1_System_UInt32__GetEnumerator, (Enumerable_Iterator_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, Enumerable_Iterator_1_System_UInt32__System_Collections_IEnumerable_GetEnumerator, (Enumerable_Iterator_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F9D0, void, Enumerable_Iterator_1_System_UInt32__System_Collections_IEnumerator_Reset, (Enumerable_Iterator_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56850, Enumerable_Iterator_1_System_UInt32__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0174F540, Object *, Enumerable_Iterator_1_System_UInt32__System_Collections_IEnumerator_get_Current, (Enumerable_Iterator_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, uint32_t, Enumerable_Iterator_1_System_UInt32__get_Current, (Enumerable_Iterator_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174EFE0, void, Enumerable_Iterator_1_UnityEngine_Vector2___ctor, (Enumerable_Iterator_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F740, void, Enumerable_Iterator_1_UnityEngine_Vector2__Dispose, (Enumerable_Iterator_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F080, IEnumerator_1_UnityEngine_Vector2_ *, Enumerable_Iterator_1_UnityEngine_Vector2__GetEnumerator, (Enumerable_Iterator_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, Enumerable_Iterator_1_UnityEngine_Vector2__System_Collections_IEnumerable_GetEnumerator, (Enumerable_Iterator_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174FA80, void, Enumerable_Iterator_1_UnityEngine_Vector2__System_Collections_IEnumerator_Reset, (Enumerable_Iterator_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56878, Enumerable_Iterator_1_UnityEngine_Vector2__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0174FA20, Object *, Enumerable_Iterator_1_UnityEngine_Vector2__System_Collections_IEnumerator_get_Current, (Enumerable_Iterator_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB0F0, Vector2, Enumerable_Iterator_1_UnityEngine_Vector2__get_Current, (Enumerable_Iterator_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174EFE0, void, Enumerable_Iterator_1_UnityEngine_Vector3___ctor, (Enumerable_Iterator_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F7A0, void, Enumerable_Iterator_1_UnityEngine_Vector3__Dispose, (Enumerable_Iterator_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F080, IEnumerator_1_UnityEngine_Vector3_ *, Enumerable_Iterator_1_UnityEngine_Vector3__GetEnumerator, (Enumerable_Iterator_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, Enumerable_Iterator_1_UnityEngine_Vector3__System_Collections_IEnumerable_GetEnumerator, (Enumerable_Iterator_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174FAD0, void, Enumerable_Iterator_1_UnityEngine_Vector3__System_Collections_IEnumerator_Reset, (Enumerable_Iterator_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56880, Enumerable_Iterator_1_UnityEngine_Vector3__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0174F7C0, Object *, Enumerable_Iterator_1_UnityEngine_Vector3__System_Collections_IEnumerator_get_Current, (Enumerable_Iterator_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00675890, Vector3, Enumerable_Iterator_1_UnityEngine_Vector3__get_Current, (Enumerable_Iterator_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174EFE0, void, Enumerable_Iterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus___ctor, (Enumerable_Iterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F220, void, Enumerable_Iterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Dispose, (Enumerable_Iterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F080, IEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ *, Enumerable_Iterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__GetEnumerator, (Enumerable_Iterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, Enumerable_Iterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IEnumerable_GetEnumerator, (Enumerable_Iterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174FB20, void, Enumerable_Iterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IEnumerator_Reset, (Enumerable_Iterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56888, Enumerable_Iterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0174F230, Object *, Enumerable_Iterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IEnumerator_get_Current, (Enumerable_Iterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, X509ChainStatus, Enumerable_Iterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__get_Current, (Enumerable_Iterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174EFE0, void, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174FB90, void, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Dispose, (Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F080, IEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__GetEnumerator, (Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__System_Collections_IEnumerable_GetEnumerator, (Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174FC40, void, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__System_Collections_IEnumerator_Reset, (Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56890, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0174FBB0, Object *, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__System_Collections_IEnumerator_get_Current, (Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174FB70, HairDesignerColliderBase_DualSphere, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__get_Current, (Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174EFE0, void, Enumerable_Iterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor, (Enumerable_Iterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174FD20, void, Enumerable_Iterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Dispose, (Enumerable_Iterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F080, IEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, Enumerable_Iterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__GetEnumerator, (Enumerable_Iterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, Enumerable_Iterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IEnumerable_GetEnumerator, (Enumerable_Iterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174FE50, void, Enumerable_Iterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IEnumerator_Reset, (Enumerable_Iterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56858, Enumerable_Iterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0174FD50, Object *, Enumerable_Iterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IEnumerator_get_Current, (Enumerable_Iterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174FC90, InputControlLayout_ControlItem, Enumerable_Iterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Current, (Enumerable_Iterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174EFE0, void, Enumerable_Iterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb___ctor, (Enumerable_Iterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174FED0, void, Enumerable_Iterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Dispose, (Enumerable_Iterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F080, IEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ *, Enumerable_Iterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__GetEnumerator, (Enumerable_Iterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, Enumerable_Iterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IEnumerable_GetEnumerator, (Enumerable_Iterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174FFA0, void, Enumerable_Iterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IEnumerator_Reset, (Enumerable_Iterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56860, Enumerable_Iterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0174FF00, Object *, Enumerable_Iterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IEnumerator_get_Current, (Enumerable_Iterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174FEA0, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb, Enumerable_Iterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__get_Current, (Enumerable_Iterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174EFE0, void, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174FED0, void, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Dispose, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F080, IEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__GetEnumerator, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IEnumerable_GetEnumerator, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174FFF0, void, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IEnumerator_Reset, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56868, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0174FF00, Object *, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IEnumerator_get_Current, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174FEA0, JsonParser_JsonValue, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Current, (Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174EFE0, void, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01750040, void, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Dispose, (Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F080, IEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__GetEnumerator, (Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__System_Collections_IEnumerable_GetEnumerator, (Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017500F0, void, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__System_Collections_IEnumerator_Reset, (Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01750060, Object *, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__System_Collections_IEnumerator_get_Current, (Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD2710, MotionSolver_GPUNodeData, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__get_Current, (Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174EFE0, void, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01750170, void, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Dispose, (Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F080, IEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__GetEnumerator, (Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__System_Collections_IEnumerable_GetEnumerator, (Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01750230, void, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__System_Collections_IEnumerator_Reset, (Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56810, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01750190, Object *, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__System_Collections_IEnumerator_get_Current, (Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01750140, MotionSolver_GPUNodeInfo, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__get_Current, (Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174EFE0, void, Enumerable_Iterator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile___ctor, (Enumerable_Iterator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F220, void, Enumerable_Iterator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Dispose, (Enumerable_Iterator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0174F080, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ *, Enumerable_Iterator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__GetEnumerator, (Enumerable_Iterator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, Enumerable_Iterator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IEnumerable_GetEnumerator, (Enumerable_Iterator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01750280, void, Enumerable_Iterator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IEnumerator_Reset, (Enumerable_Iterator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56818, Enumerable_Iterator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0174F230, Object *, Enumerable_Iterator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IEnumerator_get_Current, (Enumerable_Iterator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, ProbeVolumeSceneData_SerializablePVProfile, Enumerable_Iterator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__get_Current, (Enumerable_Iterator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, Player_ControllerHelper_MapHelper_JCPcmWFeBVEjsInmgmfjLVziQCvpB_1_System_Object___ctor, (Player_ControllerHelper_MapHelper_JCPcmWFeBVEjsInmgmfjLVziQCvpB_1_System_Object_ * __this, int32_t param_0000adcf, MethodInfo * method)); DO_APP_FUNC(0x017502D0, bool, Player_ControllerHelper_MapHelper_JCPcmWFeBVEjsInmgmfjLVziQCvpB_1_System_Object__MoveNext, (Player_ControllerHelper_MapHelper_JCPcmWFeBVEjsInmgmfjLVziQCvpB_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01750A00, IEnumerator_1_System_Object_ *, Player_ControllerHelper_MapHelper_JCPcmWFeBVEjsInmgmfjLVziQCvpB_1_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (Player_ControllerHelper_MapHelper_JCPcmWFeBVEjsInmgmfjLVziQCvpB_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Player_ControllerHelper_MapHelper_JCPcmWFeBVEjsInmgmfjLVziQCvpB_1_System_Object__System_Collections_Generic_IEnumerator_T__get_Current, (Player_ControllerHelper_MapHelper_JCPcmWFeBVEjsInmgmfjLVziQCvpB_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01649DF0, IEnumerator *, Player_ControllerHelper_MapHelper_JCPcmWFeBVEjsInmgmfjLVziQCvpB_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_MapHelper_JCPcmWFeBVEjsInmgmfjLVziQCvpB_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017509B0, void, Player_ControllerHelper_MapHelper_JCPcmWFeBVEjsInmgmfjLVziQCvpB_1_System_Object__System_Collections_IEnumerator_Reset, (Player_ControllerHelper_MapHelper_JCPcmWFeBVEjsInmgmfjLVziQCvpB_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56800, Player_ControllerHelper_MapHelper_JCPcmWFeBVEjsInmgmfjLVziQCvpB_1_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Player_ControllerHelper_MapHelper_JCPcmWFeBVEjsInmgmfjLVziQCvpB_1_System_Object__System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_MapHelper_JCPcmWFeBVEjsInmgmfjLVziQCvpB_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Player_ControllerHelper_MapHelper_JCPcmWFeBVEjsInmgmfjLVziQCvpB_1_System_Object__System_IDisposable_Dispose, (Player_ControllerHelper_MapHelper_JCPcmWFeBVEjsInmgmfjLVziQCvpB_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ldnqCJRTNbykOZAyPczivAgtlhxQ_1_u0001_JGydwViYLLsPGoYLRcZfxIRlpVNAb_System_Object___ctor, (ldnqCJRTNbykOZAyPczivAgtlhxQ_1_u0001_JGydwViYLLsPGoYLRcZfxIRlpVNAb_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011772E0, bool, ldnqCJRTNbykOZAyPczivAgtlhxQ_1_u0001_JGydwViYLLsPGoYLRcZfxIRlpVNAb_System_Object__ONfjMnwczSqiPIqnQBvVAutzvBeWA, (ldnqCJRTNbykOZAyPczivAgtlhxQ_1_u0001_JGydwViYLLsPGoYLRcZfxIRlpVNAb_System_Object_ * __this, ldnqCJRTNbykOZAyPczivAgtlhxQ_1_u0001_ywtZPPrElpcINJiNufkjaDyFYDcAB_System_Object_ * param_00009b4c, MethodInfo * method)); DO_APP_FUNC(0x01750B50, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Boolean___ctor, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017517D0, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Boolean__Dispose, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01751720, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Boolean__GmMmpeMvqRdSbEaEZEdzJIDNzOrJ, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01751310, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Boolean__QQABRMUowoQUwqunBjChSVpXQsGH, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01751780, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Boolean__SXnaKOZhZkzqrrrAFJokzuMZMUnM, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017518B0, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Boolean__ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Boolean_ * __this, bool param_000144f4, MethodInfo * method)); DO_APP_FUNC(0x01750F80, bool, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Boolean__jQsuOfnWgBdSsdsHwhjmjLkSdwvU, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01751840, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Boolean__koAztZrcZLyuMlaqoUCpAMQQIsgb, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01750FD0, bool, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Boolean__vPGpXfFGBaodNQdOqwMGPZhSeDno, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01750DB0, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Boolean__ywnPQwRKhTeqhCfsGHWkglsjHBkq, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Boolean_ * __this, WaitCallback * param_000144f3, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56828, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Boolean__ywnPQwRKhTeqhCfsGHWkglsjHBkq__MethodInfo); DO_APP_FUNC(0x017518E0, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Object___ctor, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01752460, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Object__Dispose, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01751720, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Object__GmMmpeMvqRdSbEaEZEdzJIDNzOrJ, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01752050, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Object__QQABRMUowoQUwqunBjChSVpXQsGH, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01751780, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Object__SXnaKOZhZkzqrrrAFJokzuMZMUnM, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017518B0, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Object__ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Object_ * __this, bool param_000144f4, MethodInfo * method)); DO_APP_FUNC(0x01750F80, bool, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Object__jQsuOfnWgBdSsdsHwhjmjLkSdwvU, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01751840, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Object__koAztZrcZLyuMlaqoUCpAMQQIsgb, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01751D10, bool, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Object__vPGpXfFGBaodNQdOqwMGPZhSeDno, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01751B40, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Object__ywnPQwRKhTeqhCfsGHWkglsjHBkq, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Object_ * __this, WaitCallback * param_000144f3, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C567F8, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Object__ywnPQwRKhTeqhCfsGHWkglsjHBkq__MethodInfo); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb___ctor, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017524D0, bool, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Equals, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, double x, double y, MethodInfo * method)); DO_APP_FUNC(0x017524E0, int32_t, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__GetHashCode, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, double obj, MethodInfo * method)); DO_APP_FUNC(0x01752560, bool, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01752650, int32_t, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ *, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1__ctor, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x017524D0, bool, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Equals, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, double x, double y, MethodInfo * method)); DO_APP_FUNC(0x017524E0, int32_t, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_GetHashCode, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, double obj, MethodInfo * method)); DO_APP_FUNC(0x01752710, bool, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01752800, int32_t, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 *, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2__ctor, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x017524D0, bool, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Equals, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, double x, double y, MethodInfo * method)); DO_APP_FUNC(0x017524E0, int32_t, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_GetHashCode, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, double obj, MethodInfo * method)); DO_APP_FUNC(0x017528C0, bool, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x017529B0, int32_t, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 *, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Boolean___ctor, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017524D0, bool, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Boolean__Equals, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Boolean_ * __this, double x, double y, MethodInfo * method)); DO_APP_FUNC(0x017524E0, int32_t, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Boolean__GetHashCode, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Boolean_ * __this, double obj, MethodInfo * method)); DO_APP_FUNC(0x01752A70, bool, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Boolean__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Boolean_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01752B60, int32_t, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Boolean__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Boolean_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Boolean_ *, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Boolean__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Int32___ctor, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017524D0, bool, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Int32__Equals, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Int32_ * __this, double x, double y, MethodInfo * method)); DO_APP_FUNC(0x017524E0, int32_t, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Int32__GetHashCode, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Int32_ * __this, double obj, MethodInfo * method)); DO_APP_FUNC(0x01752C20, bool, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Int32__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Int32_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01752D10, int32_t, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Int32__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Int32_ *, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Int32__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Int32Enum___ctor, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017524D0, bool, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Int32Enum__Equals, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Int32Enum_ * __this, double x, double y, MethodInfo * method)); DO_APP_FUNC(0x017524E0, int32_t, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Int32Enum__GetHashCode, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Int32Enum_ * __this, double obj, MethodInfo * method)); DO_APP_FUNC(0x01752DD0, bool, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Int32Enum__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Int32Enum_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01752EC0, int32_t, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Int32Enum__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Int32Enum_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Int32Enum_ *, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Int32Enum__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_IntPtr___ctor, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017524D0, bool, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_IntPtr__Equals, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_IntPtr_ * __this, double x, double y, MethodInfo * method)); DO_APP_FUNC(0x017524E0, int32_t, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_IntPtr__GetHashCode, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_IntPtr_ * __this, double obj, MethodInfo * method)); DO_APP_FUNC(0x01752F80, bool, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_IntPtr__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_IntPtr_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01753070, int32_t, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_IntPtr__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_IntPtr_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_IntPtr_ *, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_IntPtr__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Object___ctor, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017524D0, bool, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Object__Equals, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Object_ * __this, double x, double y, MethodInfo * method)); DO_APP_FUNC(0x017524E0, int32_t, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Object__GetHashCode, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Object_ * __this, double obj, MethodInfo * method)); DO_APP_FUNC(0x01753130, bool, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Object__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01753220, int32_t, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Object__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Object_ *, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Object__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Single___ctor, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017524D0, bool, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Single__Equals, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Single_ * __this, double x, double y, MethodInfo * method)); DO_APP_FUNC(0x017524E0, int32_t, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Single__GetHashCode, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Single_ * __this, double obj, MethodInfo * method)); DO_APP_FUNC(0x017532E0, bool, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Single__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Single_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x017533D0, int32_t, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Single__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Single_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Single_ *, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_System_Single__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_aQHgSHeigtcamfIWbNaiXaCiVwuq___ctor, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017524D0, bool, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_aQHgSHeigtcamfIWbNaiXaCiVwuq__Equals, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, double x, double y, MethodInfo * method)); DO_APP_FUNC(0x017524E0, int32_t, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_aQHgSHeigtcamfIWbNaiXaCiVwuq__GetHashCode, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, double obj, MethodInfo * method)); DO_APP_FUNC(0x01753490, bool, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01753580, int32_t, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_aQHgSHeigtcamfIWbNaiXaCiVwuq_ *, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_aQHgSHeigtcamfIWbNaiXaCiVwuq__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017524D0, bool, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Equals, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, double x, double y, MethodInfo * method)); DO_APP_FUNC(0x017524E0, int32_t, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__GetHashCode, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, double obj, MethodInfo * method)); DO_APP_FUNC(0x01753640, bool, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01753730, int32_t, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ *, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017524D0, bool, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Equals, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, double x, double y, MethodInfo * method)); DO_APP_FUNC(0x017524E0, int32_t, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__GetHashCode, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, double obj, MethodInfo * method)); DO_APP_FUNC(0x017537F0, bool, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x017538E0, int32_t, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ *, EqualityComparerNoAlloc_1_T_KOkBSSrQDBBGxfQuwUFhYkyNsQJO_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object_ * __this, Dictionary_2_System_ValueTuple_2_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x017539A0, void, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object_ * __this, ValueTuple_2_Object_Int32___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object_ * __this, ValueTuple_2_Object_Int32_ item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object_ * __this, ValueTuple_2_Object_Int32_ item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object_ * __this, ValueTuple_2_Object_Int32_ item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_System_ValueTuple_2__11 *, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AE0, void, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753D80, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__1__ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__1 * __this, Dictionary_2_System_ValueTuple_2_System_Object__1 * dictionary, MethodInfo * method)); DO_APP_FUNC(0x017539A0, void, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__1_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__1 * __this, ValueTuple_2_Object_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__1_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__1_System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__1 * __this, ValueTuple_2_Object_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__1_System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__1_System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__1 * __this, ValueTuple_2_Object_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__1_System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__1 * __this, ValueTuple_2_Object_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__1_System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_System_ValueTuple_2__14 *, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__1_System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01753DD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__1_System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__1 * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__1_System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01754070, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__1_System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__1_System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__1_get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Byte_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Byte_System_Object_ * __this, Dictionary_2_System_Byte_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x017540C0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Byte_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Byte_System_Object_ * __this, Byte__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0117BCE0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Byte_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_System_Byte_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Byte_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Byte_System_Object_ * __this, uint8_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Byte_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Byte_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Byte_System_Object_ * __this, uint8_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Byte_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Byte_System_Object_ * __this, uint8_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Byte_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117BE70, IEnumerator_1_System_Byte_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Byte_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017541C0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Byte_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Byte_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Byte_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01754460, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Byte_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117BE70, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Byte_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Byte_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Int32___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Int32_ * __this, Dictionary_2_System_ByteEnum_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x017544B0, void, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Int32__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Int32_ * __this, ByteEnum__Enum__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0117BCE0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Int32_, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Int32__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Int32__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Int32_ * __this, ByteEnum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Int32__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Int32__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Int32_ * __this, ByteEnum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Int32__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Int32_ * __this, ByteEnum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Int32__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117BE70, IEnumerator_1_System_ByteEnum_ *, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Int32__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017545B0, void, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Int32__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Int32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01754850, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Int32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117BE70, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Int32__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Object_ * __this, Dictionary_2_System_ByteEnum_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x017540C0, void, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Object_ * __this, ByteEnum__Enum__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0117BCE0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Object_ * __this, ByteEnum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Object_ * __this, ByteEnum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Object_ * __this, ByteEnum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117BE70, IEnumerator_1_System_ByteEnum_ *, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017548A0, void, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01754B40, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117BE70, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_Dissonance_Audio_Playback_FrameFormat_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01754B90, void, Dictionary_2_TKey_TValue_KeyCollection_Dissonance_Audio_Playback_FrameFormat_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, FrameFormat__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0117B6E0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_Dissonance_Audio_Playback_FrameFormat_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, FrameFormat item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117B890, bool, Dictionary_2_TKey_TValue_KeyCollection_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, FrameFormat item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, FrameFormat item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117B8F0, IEnumerator_1_Dissonance_Audio_Playback_FrameFormat_ *, Dictionary_2_TKey_TValue_KeyCollection_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01754CD0, void, Dictionary_2_TKey_TValue_KeyCollection_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01754F80, Object *, Dictionary_2_TKey_TValue_KeyCollection_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117B8F0, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_Dissonance_Audio_Playback_FrameFormat_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_Object_ * __this, Dictionary_2_System_Guid_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01754FD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_Object_ * __this, Guid__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Guid_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_Object_ * __this, Guid item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_Object_ * __this, Guid item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_Object_ * __this, Guid item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_System_Guid_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017550F0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01755390, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_UInt32___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_UInt32_ * __this, Dictionary_2_System_Guid_System_UInt32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x017553E0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_UInt32__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_UInt32_ * __this, Guid__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Guid_System_UInt32_, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_UInt32__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_UInt32__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_UInt32_ * __this, Guid item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_UInt32__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_UInt32__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_UInt32_ * __this, Guid item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_UInt32__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_UInt32_ * __this, Guid item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_UInt32__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_System_Guid_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_UInt32__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01755500, void, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_UInt32__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_UInt32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_UInt32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017557A0, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_UInt32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_UInt32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_UInt32__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Hash128_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Hash128_System_Object_ * __this, Dictionary_2_UnityEngine_Hash128_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01754FD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Hash128_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Hash128_System_Object_ * __this, Hash128__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Hash128_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Hash128_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Hash128_System_Object_ * __this, Hash128 item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Hash128_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Hash128_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Hash128_System_Object_ * __this, Hash128 item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Hash128_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Hash128_System_Object_ * __this, Hash128 item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Hash128_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_UnityEngine_Hash128_ *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Hash128_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017557F0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Hash128_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Hash128_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Hash128_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01755A90, Object *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Hash128_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Hash128_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Hash128_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int2_System_Int32___ctor, (Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int2_System_Int32_ * __this, Dictionary_2_Pathfinding_Int2_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01755AE0, void, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int2_System_Int32__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int2_System_Int32_ * __this, Int2__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32_, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int2_System_Int32__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int2_System_Int32__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int2_System_Int32_ * __this, Int2 item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int2_System_Int32__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int2_System_Int32__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int2_System_Int32_ * __this, Int2 item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int2_System_Int32__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int2_System_Int32_ * __this, Int2 item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int2_System_Int32__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_Pathfinding_Int2_ *, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int2_System_Int32__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01755BF0, void, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int2_System_Int32__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int2_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int2_System_Int32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01755E90, Object *, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int2_System_Int32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int2_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int2_System_Int32__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int3_System_Int32___ctor, (Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int3_System_Int32_ * __this, Dictionary_2_Pathfinding_Int3_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01755EE0, void, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int3_System_Int32__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int3_System_Int32_ * __this, Int3__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0117D3D0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32_, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int3_System_Int32__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int3_System_Int32__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int3_System_Int32_ * __this, Int3 item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int3_System_Int32__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117D580, bool, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int3_System_Int32__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int3_System_Int32_ * __this, Int3 item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int3_System_Int32__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int3_System_Int32_ * __this, Int3 item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int3_System_Int32__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117D5E0, IEnumerator_1_Pathfinding_Int3_ *, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int3_System_Int32__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01756000, void, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int3_System_Int32__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int3_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int3_System_Int32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017562A0, Object *, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int3_System_Int32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117D5E0, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int3_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int3_System_Int32__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x017562F0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01756400, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017566A0, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ValueTuple_2___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ValueTuple_2_ * __this, Dictionary_2_System_Int32_System_ValueTuple_2_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x017566F0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ValueTuple_2__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ValueTuple_2_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ValueTuple_2__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ValueTuple_2__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ValueTuple_2_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ValueTuple_2__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ValueTuple_2__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ValueTuple_2_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ValueTuple_2__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ValueTuple_2_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ValueTuple_2__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ValueTuple_2__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017567F0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ValueTuple_2__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ValueTuple_2_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ValueTuple_2__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01756A90, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ValueTuple_2__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ValueTuple_2__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ValueTuple_2__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Boolean___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Boolean_ * __this, Dictionary_2_System_Int32_System_Boolean_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01756AE0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Boolean__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Boolean_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Boolean_, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Boolean__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Boolean__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Boolean_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Boolean__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Boolean__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Boolean_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Boolean__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Boolean_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Boolean__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Boolean__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01756BE0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Boolean__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Boolean_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Boolean__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01756E80, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Boolean__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Boolean__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Boolean__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ByteEnum___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ByteEnum_ * __this, Dictionary_2_System_Int32_System_ByteEnum_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01756AE0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ByteEnum__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ByteEnum_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_ByteEnum_, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ByteEnum__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ByteEnum__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ByteEnum_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ByteEnum__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ByteEnum__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ByteEnum_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ByteEnum__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ByteEnum_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ByteEnum__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ByteEnum__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01756ED0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ByteEnum__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ByteEnum_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ByteEnum__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01757170, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ByteEnum__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ByteEnum__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ByteEnum__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Char___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Char_ * __this, Dictionary_2_System_Int32_System_Char_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01756AE0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Char__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Char_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Char_, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Char__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Char__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Char_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Char__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Char__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Char_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Char__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Char_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Char__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Char__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017571C0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Char__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Char_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Char__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01757460, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Char__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Char__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Char__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x017574B0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017575B0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01757850, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int16___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int16_ * __this, Dictionary_2_System_Int32_System_Int16_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01756AE0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int16__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int16_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int16_, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int16__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int16__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int16_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int16__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int16__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int16_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int16__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int16_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int16__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int16__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017578A0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int16__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int16_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int16__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01757B40, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int16__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int16__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int16__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Pathfinding_Int3___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Pathfinding_Int3_ * __this, Dictionary_2_System_Int32_Pathfinding_Int3_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01757B90, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Pathfinding_Int3__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Pathfinding_Int3_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3_, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Pathfinding_Int3__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Pathfinding_Int3__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Pathfinding_Int3_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Pathfinding_Int3__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Pathfinding_Int3__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Pathfinding_Int3_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Pathfinding_Int3__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Pathfinding_Int3_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Pathfinding_Int3__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Pathfinding_Int3__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01757C90, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Pathfinding_Int3__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Pathfinding_Int3_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Pathfinding_Int3__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01757F30, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Pathfinding_Int3__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Pathfinding_Int3__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Pathfinding_Int3__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01757F80, void, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32___ctor, (ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ * __this, ADictionary_2_System_Int32_System_Int32_ * param_0000c694, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C567A8, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x01758040, void, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__CopyTo, (ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C567B0, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__CopyTo__MethodInfo); DO_APP_FUNC(0x0117DA70, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32_, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__GetEnumerator, (ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01758220, void, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__System_Collections_Generic_ICollection_TKey__Add, (ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ * __this, int32_t param_0000c697, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C567B8, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__System_Collections_Generic_ICollection_TKey__Add__MethodInfo); DO_APP_FUNC(0x01758270, void, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__System_Collections_Generic_ICollection_TKey__Clear, (ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56798, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__System_Collections_Generic_ICollection_TKey__Clear__MethodInfo); DO_APP_FUNC(0x01178B50, bool, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__System_Collections_Generic_ICollection_TKey__Contains, (ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ * __this, int32_t param_0000c698, MethodInfo * method)); DO_APP_FUNC(0x017582C0, bool, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__System_Collections_Generic_ICollection_TKey__Remove, (ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ * __this, int32_t param_0000c699, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C567A0, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__System_Collections_Generic_ICollection_TKey__Remove__MethodInfo); DO_APP_FUNC(0x00418D30, bool, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117DDC0, IEnumerator_1_System_Int32_ *, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01758310, void, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__System_Collections_ICollection_CopyTo, (ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C567C0, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__System_Collections_ICollection_get_IsSynchronized, (ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01758760, Object *, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__System_Collections_ICollection_get_SyncRoot, (ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117DDC0, IEnumerator *, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__System_Collections_IEnumerable_GetEnumerator, (ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__get_Count, (ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ * __this, Dictionary_2_System_Int32_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01756AE0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32_, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79620, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__GetEnumerator__MethodInfo); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017587B0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01758A50, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32Enum___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32Enum_ * __this, Dictionary_2_System_Int32_System_Int32Enum_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01756AE0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32Enum__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32Enum_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int32Enum_, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32Enum__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32Enum__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32Enum_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32Enum__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32Enum__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32Enum_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32Enum__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32Enum_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32Enum__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32Enum__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01758AA0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32Enum__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32Enum_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32Enum__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01758D40, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32Enum__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32Enum__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32Enum__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int64___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int64_ * __this, Dictionary_2_System_Int32_System_Int64_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01757B90, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int64__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int64_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Int64_, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int64__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int64__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int64_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int64__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int64__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int64_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int64__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int64_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int64__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int64__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01758D90, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int64__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int64_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int64__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01759030, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int64__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int64__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int64__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01759080, void, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object___ctor, (ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, ADictionary_2_System_Int32_System_Object_ * param_0000c694, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56768, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x01759140, void, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__CopyTo, (ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56778, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__CopyTo__MethodInfo); DO_APP_FUNC(0x0117DA70, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object_, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__GetEnumerator, (ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01759320, void, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TKey__Add, (ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, int32_t param_0000c697, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56780, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TKey__Add__MethodInfo); DO_APP_FUNC(0x01759370, void, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56788, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TKey__Clear__MethodInfo); DO_APP_FUNC(0x01178B50, bool, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, int32_t param_0000c698, MethodInfo * method)); DO_APP_FUNC(0x017593C0, bool, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, int32_t param_0000c699, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56790, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TKey__Remove__MethodInfo); DO_APP_FUNC(0x00418D30, bool, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117DDC0, IEnumerator_1_System_Int32_ *, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01759410, void, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_ICollection_CopyTo, (ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56770, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_ICollection_get_IsSynchronized, (ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01759850, Object *, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_ICollection_get_SyncRoot, (ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117DDC0, IEnumerator *, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_IEnumerable_GetEnumerator, (ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__get_Count, (ADictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, Dictionary_2_System_Int32_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01757B90, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017598A0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01759B40, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01759B90, void, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object___ctor, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, IndexedDictionary_2_System_Int32_System_Object_ * param_0000c6e2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56738, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x01759C90, void, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__CopyTo, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56740, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__CopyTo__MethodInfo); DO_APP_FUNC(0x01759C50, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Object_, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__GetEnumerator, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01759E70, void, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TKey__Add, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, int32_t param_0000c6e5, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56748, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TKey__Add__MethodInfo); DO_APP_FUNC(0x01759EC0, void, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56758, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TKey__Clear__MethodInfo); DO_APP_FUNC(0x01178B50, bool, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, int32_t param_0000c6e6, MethodInfo * method)); DO_APP_FUNC(0x01759F10, bool, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, int32_t param_0000c6e7, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56760, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TKey__Remove__MethodInfo); DO_APP_FUNC(0x00418D30, bool, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01759F60, IEnumerator_1_System_Int32_ *, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01759FE0, void, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_ICollection_CopyTo, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56750, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_ICollection_get_IsSynchronized, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175A410, Object *, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_ICollection_get_SyncRoot, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01759F60, IEnumerator *, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__System_Collections_IEnumerable_GetEnumerator, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object__get_Count, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_PlayerFlashlightBeam___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_PlayerFlashlightBeam_ * __this, Dictionary_2_System_Int32_PlayerFlashlightBeam_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175A460, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_PlayerFlashlightBeam__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_PlayerFlashlightBeam_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam_, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_PlayerFlashlightBeam__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_PlayerFlashlightBeam__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_PlayerFlashlightBeam_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_PlayerFlashlightBeam__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_PlayerFlashlightBeam__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_PlayerFlashlightBeam_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_PlayerFlashlightBeam__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_PlayerFlashlightBeam_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_PlayerFlashlightBeam__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_PlayerFlashlightBeam__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175A560, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_PlayerFlashlightBeam__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_PlayerFlashlightBeam_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_PlayerFlashlightBeam__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175A800, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_PlayerFlashlightBeam__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_PlayerFlashlightBeam__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_PlayerFlashlightBeam__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_RenderInstancedDataLayout___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175A850, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_RenderInstancedDataLayout__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout_, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_RenderInstancedDataLayout__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175A950, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175ABF0, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_RenderInstancedDataLayout__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single_ * __this, Dictionary_2_System_Int32_System_Single_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01756AE0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_System_Single_, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7FD8, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single__GetEnumerator__MethodInfo); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175AC40, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175AEE0, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_TreeItem___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175A460, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_TreeItem__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem_, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_TreeItem__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175AF30, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175B1D0, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_TreeItem__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector2Int___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector2Int_ * __this, Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x017562F0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector2Int__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector2Int_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int_, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector2Int__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector2Int__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector2Int_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector2Int__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector2Int__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector2Int_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector2Int__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector2Int_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector2Int__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector2Int__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175B220, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector2Int__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector2Int_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector2Int__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175B4C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector2Int__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector2Int__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector2Int__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector4___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector4_ * __this, Dictionary_2_System_Int32_UnityEngine_Vector4_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175A850, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector4__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector4_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4_, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector4__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector4__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector4_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector4__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector4__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector4_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector4__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector4_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector4__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector4__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175B510, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector4__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector4_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector4__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175B7B0, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector4__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector4__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector4__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175B800, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175B910, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175BBB0, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Int32Enum___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Int32Enum_ * __this, Dictionary_2_System_Int32Enum_System_Int32Enum_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01756AE0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Int32Enum__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Int32Enum_ * __this, Int32Enum__Enum__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum_, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Int32Enum__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Int32Enum__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Int32Enum__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Int32Enum__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Int32Enum__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Int32Enum__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32Enum_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Int32Enum__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175BC00, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Int32Enum__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Int32Enum_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Int32Enum__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175BEA0, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Int32Enum__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Int32Enum__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Int32Enum__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Object_ * __this, Dictionary_2_System_Int32Enum_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01757B90, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Object_ * __this, Int32Enum__Enum__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Object_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Object_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Object_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32Enum_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175BEF0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175C190, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_UnityEngine_UIElements_ComputedStyle___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175C1E0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_UnityEngine_UIElements_ComputedStyle__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, Int64__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle_, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_UnityEngine_UIElements_ComputedStyle__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, int64_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, int64_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, int64_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Int64_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175C2E0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175C580, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_UnityEngine_UIElements_ComputedStyle__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Int64_System_Object_ * __this, Dictionary_2_System_Int64_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175C5D0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int64_System_Object_ * __this, Int64__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int64_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Int64_System_Object_ * __this, int64_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Int64_System_Object_ * __this, int64_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Int64_System_Object_ * __this, int64_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Int64_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175C6D0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Int64_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175C970, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Int64_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_IntPtr_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_IntPtr_System_Object_ * __this, Dictionary_2_System_IntPtr_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175C5D0, void, Dictionary_2_TKey_TValue_KeyCollection_System_IntPtr_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_IntPtr_System_Object_ * __this, IntPtr__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_IntPtr_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_System_IntPtr_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_IntPtr_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_IntPtr_System_Object_ * __this, void * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_IntPtr_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_IntPtr_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_IntPtr_System_Object_ * __this, void * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_IntPtr_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_IntPtr_System_Object_ * __this, void * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_IntPtr_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_IntPtr_ *, Dictionary_2_TKey_TValue_KeyCollection_System_IntPtr_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175C9C0, void, Dictionary_2_TKey_TValue_KeyCollection_System_IntPtr_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_IntPtr_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_IntPtr_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175CC60, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_IntPtr_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_IntPtr_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_IntPtr_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175CCB0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175CDE0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175D080, Object *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x017539A0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, InternedString__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, InternedString item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, InternedString item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, InternedString item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175D0D0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175D370, Object *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout___ctor, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175CCB0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, InternedString__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, InternedString item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, InternedString item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, InternedString item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175D3C0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175D660, Object *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01757B90, void, Dictionary_2_TKey_TValue_KeyCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ *, Dictionary_2_TKey_TValue_KeyCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175D6B0, void, Dictionary_2_TKey_TValue_KeyCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175D950, Object *, Dictionary_2_TKey_TValue_KeyCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_NetworkId_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_NetworkId_System_Object_ * __this, Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175C5D0, void, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_NetworkId_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_NetworkId_System_Object_ * __this, NetworkId__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_NetworkId_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_NetworkId_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_NetworkId_System_Object_ * __this, NetworkId item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_NetworkId_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_NetworkId_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_NetworkId_System_Object_ * __this, NetworkId item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_NetworkId_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_NetworkId_System_Object_ * __this, NetworkId item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_NetworkId_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_Photon_Bolt_NetworkId_ *, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_NetworkId_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175D9A0, void, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_NetworkId_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_NetworkId_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_NetworkId_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175DC40, Object *, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_NetworkId_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_NetworkId_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_NetworkId_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175DC90, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175DDB0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175E010, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175E060, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175E170, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175E3D0, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Boolean___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Boolean_ * __this, Dictionary_2_System_Object_System_Boolean_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175E420, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Boolean__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Boolean_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Boolean_, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Boolean__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Boolean__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Boolean_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Boolean__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Boolean__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Boolean_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Boolean__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Boolean_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Boolean__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Boolean__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175E530, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Boolean__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Boolean_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Boolean__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175E790, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Boolean__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Boolean__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Boolean__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Bounds___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Bounds_ * __this, Dictionary_2_System_Object_UnityEngine_Bounds_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175E060, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Bounds__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Bounds_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds_, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Bounds__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Bounds__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Bounds_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Bounds__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Bounds__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Bounds_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Bounds__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Bounds_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Bounds__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Bounds__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175E7E0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Bounds__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Bounds_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Bounds__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175EA40, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Bounds__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Bounds__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Bounds__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Byte___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Byte_ * __this, Dictionary_2_System_Object_System_Byte_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175E420, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Byte__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Byte_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Byte_, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Byte__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Byte__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Byte_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Byte__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Byte__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Byte_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Byte__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Byte_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Byte__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Byte__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175EA90, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Byte__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Byte_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Byte__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175ECF0, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Byte__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Byte__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Byte__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175ED40, void, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char___ctor, (SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char_ * __this, SortedDictionary_2_System_Object_System_Char_ * dictionary, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C597A8, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char___ctor__MethodInfo); DO_APP_FUNC(0x0175EE00, void, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char__CopyTo, (SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C597B0, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char__CopyTo__MethodInfo); DO_APP_FUNC(0x01185490, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Char_, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char__GetEnumerator, (SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175F5F0, void, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char__System_Collections_Generic_ICollection_TKey__Add, (SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C597A0, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char__System_Collections_Generic_ICollection_TKey__Add__MethodInfo); DO_APP_FUNC(0x0175F650, void, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char__System_Collections_Generic_ICollection_TKey__Clear, (SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59780, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char__System_Collections_Generic_ICollection_TKey__Clear__MethodInfo); DO_APP_FUNC(0x01185E50, bool, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char__System_Collections_Generic_ICollection_TKey__Contains, (SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0175F6B0, bool, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char__System_Collections_Generic_ICollection_TKey__Remove, (SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59788, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char__System_Collections_Generic_ICollection_TKey__Remove__MethodInfo); DO_APP_FUNC(0x00418D30, bool, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011854D0, IEnumerator_1_System_Object_ *, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175F0D0, void, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char__System_Collections_ICollection_CopyTo, (SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59790, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char__System_Collections_ICollection_get_IsSynchronized, (SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175F710, Object *, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char__System_Collections_ICollection_get_SyncRoot, (SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011854D0, IEnumerator *, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char__System_Collections_IEnumerable_GetEnumerator, (SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01185D50, int32_t, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char__get_Count, (SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color_ * __this, Dictionary_2_System_Object_UnityEngine_Color_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175F760, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color_, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175F870, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175FAD0, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color32___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color32_ * __this, Dictionary_2_System_Object_UnityEngine_Color32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175E420, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color32__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color32_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32_, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color32__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color32__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color32_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color32__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color32__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color32_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color32__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color32_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color32__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color32__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175FB20, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color32__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175FD80, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color32__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0175FDD0, void, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32___ctor, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ * __this, ADictionary_2_System_Object_System_Int32_ * param_0000c694, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59750, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x0175FE90, void, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__CopyTo, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59758, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__CopyTo__MethodInfo); DO_APP_FUNC(0x0117EDD0, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32_, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__GetEnumerator, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01760080, void, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__System_Collections_Generic_ICollection_TKey__Add, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ * __this, Object * param_0000c697, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59760, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__System_Collections_Generic_ICollection_TKey__Add__MethodInfo); DO_APP_FUNC(0x017600D0, void, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__System_Collections_Generic_ICollection_TKey__Clear, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59768, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__System_Collections_Generic_ICollection_TKey__Clear__MethodInfo); DO_APP_FUNC(0x01178B50, bool, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__System_Collections_Generic_ICollection_TKey__Contains, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ * __this, Object * param_0000c698, MethodInfo * method)); DO_APP_FUNC(0x01760120, bool, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__System_Collections_Generic_ICollection_TKey__Remove, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ * __this, Object * param_0000c699, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59740, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__System_Collections_Generic_ICollection_TKey__Remove__MethodInfo); DO_APP_FUNC(0x00418D30, bool, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117F140, IEnumerator_1_System_Object_ *, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01760170, void, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__System_Collections_ICollection_CopyTo, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59748, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__System_Collections_ICollection_get_IsSynchronized, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01760570, Object *, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__System_Collections_ICollection_get_SyncRoot, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117F140, IEnumerator *, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__System_Collections_IEnumerable_GetEnumerator, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__get_Count, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ * __this, Dictionary_2_System_Object_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175E420, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32_, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017605C0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01760820, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01760870, void, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum___ctor, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ * __this, ADictionary_2_System_Object_System_Int32Enum_ * param_0000c694, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59770, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum___ctor__MethodInfo); DO_APP_FUNC(0x01760930, void, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__CopyTo, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59778, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__CopyTo__MethodInfo); DO_APP_FUNC(0x0117EDD0, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum_, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__GetEnumerator, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01760B20, void, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_TKey__Add, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ * __this, Object * param_0000c697, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59708, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_TKey__Add__MethodInfo); DO_APP_FUNC(0x01760B70, void, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_TKey__Clear, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59710, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_TKey__Clear__MethodInfo); DO_APP_FUNC(0x01178B50, bool, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_TKey__Contains, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ * __this, Object * param_0000c698, MethodInfo * method)); DO_APP_FUNC(0x01760BC0, bool, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_TKey__Remove, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ * __this, Object * param_0000c699, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59718, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_TKey__Remove__MethodInfo); DO_APP_FUNC(0x00418D30, bool, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117F140, IEnumerator_1_System_Object_ *, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01760C10, void, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__System_Collections_ICollection_CopyTo, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59700, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__System_Collections_ICollection_get_IsSynchronized, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01761010, Object *, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__System_Collections_ICollection_get_SyncRoot, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117F140, IEnumerator *, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__System_Collections_IEnumerable_GetEnumerator, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__get_Count, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ * __this, Dictionary_2_System_Object_System_Int32Enum_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175E420, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum_, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01761060, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017612C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01761310, void, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object___ctor, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, ADictionary_2_System_Object_System_Object_ * param_0000c694, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59720, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x017613D0, void, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__CopyTo, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59728, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__CopyTo__MethodInfo); DO_APP_FUNC(0x0117EDD0, ADictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object_, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__GetEnumerator, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017615C0, void, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TKey__Add, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, Object * param_0000c697, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59730, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TKey__Add__MethodInfo); DO_APP_FUNC(0x01761610, void, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59738, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TKey__Clear__MethodInfo); DO_APP_FUNC(0x01178B50, bool, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, Object * param_0000c698, MethodInfo * method)); DO_APP_FUNC(0x01761660, bool, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, Object * param_0000c699, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C596C8, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TKey__Remove__MethodInfo); DO_APP_FUNC(0x00418D30, bool, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117F140, IEnumerator_1_System_Object_ *, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017616B0, void, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_ICollection_CopyTo, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C596D0, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_ICollection_get_IsSynchronized, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01761AB0, Object *, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_ICollection_get_SyncRoot, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117F140, IEnumerator *, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__get_Count, (ADictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, Dictionary_2_System_Object_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175E420, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA3B8, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__GetEnumerator__MethodInfo); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01761B00, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01761D60, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01761DB0, void, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object___ctor, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, IndexedDictionary_2_System_Object_System_Object_ * param_0000c6e2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C596F0, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x01761E70, void, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__CopyTo, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C596F8, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__CopyTo__MethodInfo); DO_APP_FUNC(0x0117F9D0, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object_, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__GetEnumerator, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017620B0, void, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TKey__Add, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, Object * param_0000c6e5, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C596D8, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TKey__Add__MethodInfo); DO_APP_FUNC(0x01762100, void, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C596E0, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TKey__Clear__MethodInfo); DO_APP_FUNC(0x01178B50, bool, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, Object * param_0000c6e6, MethodInfo * method)); DO_APP_FUNC(0x01762150, bool, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, Object * param_0000c6e7, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C596E8, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TKey__Remove__MethodInfo); DO_APP_FUNC(0x00418D30, bool, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117FD20, IEnumerator_1_System_Object_ *, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017621A0, void, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_ICollection_CopyTo, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C596A0, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_ICollection_get_IsSynchronized, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01762590, Object *, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_ICollection_get_SyncRoot, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117FD20, IEnumerator *, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__get_Count, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017625E0, void, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object___ctor, (SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, SortedDictionary_2_System_Object_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59690, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x017626A0, void, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__CopyTo, (SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59698, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__CopyTo__MethodInfo); DO_APP_FUNC(0x01185490, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Object_, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__GetEnumerator, (SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01762E90, void, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TKey__Add, (SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C596B0, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TKey__Add__MethodInfo); DO_APP_FUNC(0x01762EF0, void, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C596B8, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TKey__Clear__MethodInfo); DO_APP_FUNC(0x01185E50, bool, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01762F50, bool, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C596C0, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TKey__Remove__MethodInfo); DO_APP_FUNC(0x00418D30, bool, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011854D0, IEnumerator_1_System_Object_ *, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01762970, void, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_ICollection_CopyTo, (SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C596A8, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_ICollection_get_IsSynchronized, (SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01762FB0, Object *, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_ICollection_get_SyncRoot, (SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011854D0, IEnumerator *, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01185D50, int32_t, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object__get_Count, (SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175F760, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01763000, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01763260, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x017632B0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017633C0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01763620, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Playables_Playable___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Playables_Playable_ * __this, Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175F760, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Playables_Playable__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Playables_Playable_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable_, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Playables_Playable__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Playables_Playable__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Playables_Playable_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Playables_Playable__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Playables_Playable__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Playables_Playable_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Playables_Playable__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Playables_Playable_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Playables_Playable__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Playables_Playable__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01763670, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Playables_Playable__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Playables_Playable_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Playables_Playable__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017638D0, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Playables_Playable__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Playables_Playable__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Playables_Playable__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175DC90, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01763920, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01763B80, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Resources_ResourceLocator___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Resources_ResourceLocator_ * __this, Dictionary_2_System_Object_System_Resources_ResourceLocator_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175F760, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Resources_ResourceLocator__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Resources_ResourceLocator_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator_, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Resources_ResourceLocator__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Resources_ResourceLocator__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Resources_ResourceLocator_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Resources_ResourceLocator__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Resources_ResourceLocator__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Resources_ResourceLocator_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Resources_ResourceLocator__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Resources_ResourceLocator_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Resources_ResourceLocator__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Resources_ResourceLocator__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01763BD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Resources_ResourceLocator__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Resources_ResourceLocator_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Resources_ResourceLocator__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01763E30, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Resources_ResourceLocator__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Resources_ResourceLocator__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Resources_ResourceLocator__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Single___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Single_ * __this, Dictionary_2_System_Object_System_Single_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175E420, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Single__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Single_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_Single_, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Single__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Single__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Single_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Single__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Single__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Single_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Single__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Single_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Single__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Single__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01763E80, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Single__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Single_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Single__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017640E0, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Single__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Single__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Single__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175F760, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01764130, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01764390, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_TextureId___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_TextureId_ * __this, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175E420, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_TextureId__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_TextureId_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId_, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_TextureId__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_TextureId__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_TextureId_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_TextureId__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_TextureId__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_TextureId_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_TextureId__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_TextureId_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_TextureId__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_TextureId__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017643E0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_TextureId__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_TextureId_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_TextureId__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01764640, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_TextureId__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_TextureId__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_TextureId__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_TimeSpan___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_TimeSpan_ * __this, Dictionary_2_System_Object_System_TimeSpan_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175E420, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_TimeSpan__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_TimeSpan_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_System_TimeSpan_, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_TimeSpan__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_TimeSpan__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_TimeSpan_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_TimeSpan__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_TimeSpan__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_TimeSpan_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_TimeSpan__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_TimeSpan_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_TimeSpan__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_TimeSpan__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01764690, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_TimeSpan__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_TimeSpan_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_TimeSpan__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017648F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_TimeSpan__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_TimeSpan__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_TimeSpan__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_UdpEndPoint___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_UdpEndPoint_ * __this, Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175DC90, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_UdpEndPoint__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_UdpEndPoint_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint_, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_UdpEndPoint__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_UdpEndPoint__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_UdpEndPoint_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_UdpEndPoint__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_UdpEndPoint__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_UdpEndPoint_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_UdpEndPoint__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_UdpEndPoint_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_UdpEndPoint__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_UdpEndPoint__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01764940, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_UdpEndPoint__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_UdpEndPoint_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_UdpEndPoint__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01764BA0, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_UdpEndPoint__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_UdpEndPoint__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_UdpEndPoint__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector2___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector2_ * __this, Dictionary_2_System_Object_UnityEngine_Vector2_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175E420, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector2__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector2_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2_, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector2__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector2__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector2_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector2__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector2__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector2_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector2__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector2_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector2__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector2__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01764BF0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector2__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector2_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector2__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01764E50, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector2__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector2__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector2__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector3___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector3_ * __this, Dictionary_2_System_Object_UnityEngine_Vector3_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175F760, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector3__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector3_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3_, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector3__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector3__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector3_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector3__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector3__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector3_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector3__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector3_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector3__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector3__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01764EA0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector3__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector3_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector3__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01765100, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector3__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector3__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector3__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01765150, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01765270, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017654D0, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175E420, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01765520, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01765780, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x017657D0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017658E0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01765B40, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175E420, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01765B90, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01765DF0, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x017632B0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01765E40, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017660A0, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x017632B0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017660F0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01766350, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017663A0, void, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * param_0000c6e2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59660, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor__MethodInfo); DO_APP_FUNC(0x01766460, void, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__CopyTo, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59668, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__CopyTo__MethodInfo); DO_APP_FUNC(0x0117F9D0, IndexedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__GetEnumerator, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017666A0, void, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_ICollection_TKey__Add, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * param_0000c6e5, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59678, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_ICollection_TKey__Add__MethodInfo); DO_APP_FUNC(0x017666F0, void, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_ICollection_TKey__Clear, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59680, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_ICollection_TKey__Clear__MethodInfo); DO_APP_FUNC(0x01178B50, bool, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_ICollection_TKey__Contains, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * param_0000c6e6, MethodInfo * method)); DO_APP_FUNC(0x01766740, bool, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_ICollection_TKey__Remove, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * param_0000c6e7, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59688, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_ICollection_TKey__Remove__MethodInfo); DO_APP_FUNC(0x00418D30, bool, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117FD20, IEnumerator_1_System_Object_ *, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01766790, void, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_ICollection_CopyTo, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59670, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_ICollection_get_IsSynchronized, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01766B80, Object *, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_ICollection_get_SyncRoot, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117FD20, IEnumerator *, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEnumerable_GetEnumerator, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_Count, (IndexedDictionary_2_TKey_TValue_KeyCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175E420, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01766BD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01766E30, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_PrefabId_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_PrefabId_System_Object_ * __this, Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01757B90, void, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_PrefabId_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_PrefabId_System_Object_ * __this, PrefabId__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_PrefabId_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_PrefabId_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_PrefabId_System_Object_ * __this, PrefabId item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_PrefabId_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_PrefabId_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_PrefabId_System_Object_ * __this, PrefabId item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_PrefabId_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_PrefabId_System_Object_ * __this, PrefabId item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_PrefabId_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_Photon_Bolt_PrefabId_ *, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_PrefabId_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01766E80, void, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_PrefabId_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_PrefabId_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_PrefabId_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01767120, Object *, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_PrefabId_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_PrefabId_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_PrefabId_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_RaycastHit_System_Int32___ctor, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_RaycastHit_System_Int32_ * __this, Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01767170, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_RaycastHit_System_Int32__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_RaycastHit_System_Int32_ * __this, RaycastHit__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01191420, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32_, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_RaycastHit_System_Int32__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_RaycastHit_System_Int32__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_RaycastHit_System_Int32_ * __this, RaycastHit item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_RaycastHit_System_Int32__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01191610, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_RaycastHit_System_Int32__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_RaycastHit_System_Int32_ * __this, RaycastHit item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_RaycastHit_System_Int32__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_RaycastHit_System_Int32_ * __this, RaycastHit item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_RaycastHit_System_Int32__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01191680, IEnumerator_1_UnityEngine_RaycastHit_ *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_RaycastHit_System_Int32__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017672B0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_RaycastHit_System_Int32__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_RaycastHit_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_RaycastHit_System_Int32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01767570, Object *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_RaycastHit_System_Int32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01191680, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_RaycastHit_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_RaycastHit_System_Int32__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Single_SplineMesh_CurveSample___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Single_SplineMesh_CurveSample_ * __this, Dictionary_2_System_Single_SplineMesh_CurveSample_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x017675C0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Single_SplineMesh_CurveSample__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Single_SplineMesh_CurveSample_ * __this, Single__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample_, Dictionary_2_TKey_TValue_KeyCollection_System_Single_SplineMesh_CurveSample__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Single_SplineMesh_CurveSample__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Single_SplineMesh_CurveSample_ * __this, float item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Single_SplineMesh_CurveSample__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180CE0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Single_SplineMesh_CurveSample__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Single_SplineMesh_CurveSample_ * __this, float item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Single_SplineMesh_CurveSample__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Single_SplineMesh_CurveSample_ * __this, float item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Single_SplineMesh_CurveSample__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Single_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Single_SplineMesh_CurveSample__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017676C0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Single_SplineMesh_CurveSample__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Single_SplineMesh_CurveSample_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Single_SplineMesh_CurveSample__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01767960, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Single_SplineMesh_CurveSample__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Single_SplineMesh_CurveSample__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Single_SplineMesh_CurveSample__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175C5D0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, TerrainTileCoord__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, TerrainTileCoord item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, TerrainTileCoord item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, TerrainTileCoord item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_UnityEngine_TerrainUtils_TerrainTileCoord_ *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017679B0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01767C50, Object *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01754FD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, TrackableId__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, TrackableId item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, TrackableId item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, TrackableId item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId_ *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01767CA0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01767F40, Object *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_TypeId_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_TypeId_System_Object_ * __this, Dictionary_2_Photon_Bolt_TypeId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01757B90, void, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_TypeId_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_TypeId_System_Object_ * __this, TypeId__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_TypeId_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_TypeId_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_TypeId_System_Object_ * __this, TypeId item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_TypeId_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_TypeId_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_TypeId_System_Object_ * __this, TypeId item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_TypeId_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_TypeId_System_Object_ * __this, TypeId item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_TypeId_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_Photon_Bolt_TypeId_ *, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_TypeId_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01767F90, void, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_TypeId_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_TypeId_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_TypeId_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01768230, Object *, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_TypeId_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_TypeId_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_TypeId_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_System_Object_ * __this, Dictionary_2_System_UInt16_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01768280, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_System_Object_ * __this, UInt16__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0117C520, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_System_Object_ * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_System_Object_ * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_System_Object_ * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117C6B0, IEnumerator_1_System_UInt16_ *, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01768380, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01768620, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117C6B0, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_PlayerChannel___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_PlayerChannel_ * __this, Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01768670, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_PlayerChannel__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_PlayerChannel_ * __this, UInt16__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0117C520, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel_, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_PlayerChannel__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_PlayerChannel__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_PlayerChannel_ * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_PlayerChannel__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_PlayerChannel__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_PlayerChannel_ * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_PlayerChannel__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_PlayerChannel_ * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_PlayerChannel__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117C6B0, IEnumerator_1_System_UInt16_ *, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_PlayerChannel__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01768790, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_PlayerChannel__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_PlayerChannel_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_PlayerChannel__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01768A30, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_PlayerChannel__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117C6B0, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_PlayerChannel__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_PlayerChannel__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_RoomChannel___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_RoomChannel_ * __this, Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01768A80, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_RoomChannel__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_RoomChannel_ * __this, UInt16__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0117C520, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel_, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_RoomChannel__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_RoomChannel__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_RoomChannel_ * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_RoomChannel__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_RoomChannel__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_RoomChannel_ * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_RoomChannel__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_RoomChannel_ * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_RoomChannel__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117C6B0, IEnumerator_1_System_UInt16_ *, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_RoomChannel__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01768B80, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_RoomChannel__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_RoomChannel_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_RoomChannel__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01768E20, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_RoomChannel__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117C6B0, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_RoomChannel__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_RoomChannel__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Boolean___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Boolean_ * __this, Dictionary_2_System_UInt32_System_Boolean_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01756AE0, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Boolean__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Boolean_ * __this, UInt32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Boolean_, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Boolean__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Boolean__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Boolean_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Boolean__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Boolean__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Boolean_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Boolean__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Boolean_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Boolean__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_UInt32_ *, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Boolean__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01768E70, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Boolean__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Boolean_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Boolean__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01769110, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Boolean__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Boolean__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Boolean__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01769160, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, UInt32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_UInt32_ *, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01769260, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01769500, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Int32___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Int32_ * __this, Dictionary_2_System_UInt32_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01756AE0, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Int32__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Int32_ * __this, UInt32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Int32_, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Int32__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Int32__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Int32_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Int32__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Int32__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Int32_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Int32__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Int32_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Int32__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_UInt32_ *, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Int32__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01769550, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Int32__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Int32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017697F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Int32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Int32__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Object_ * __this, Dictionary_2_System_UInt32_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01757B90, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Object_ * __this, UInt32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Object_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Object_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Object_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_UInt32_ *, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01769840, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01769AE0, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_SessionClient___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_SessionClient_ * __this, Dictionary_2_System_UInt32_SessionClient_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01769B30, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_SessionClient__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_SessionClient_ * __this, UInt32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt32_SessionClient_, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_SessionClient__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_SessionClient__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_SessionClient_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_SessionClient__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_SessionClient__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_SessionClient_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_SessionClient__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_SessionClient_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_SessionClient__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_UInt32_ *, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_SessionClient__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01769C30, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_SessionClient__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_SessionClient_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_SessionClient__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01769ED0, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_SessionClient__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_SessionClient__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_SessionClient__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ * __this, Dictionary_2_System_UInt64_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175C5D0, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ * __this, UInt64__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt64_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ * __this, uint64_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ * __this, uint64_t item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ * __this, uint64_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_UInt64_ *, Dictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01769F20, void, Dictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176A1C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176A210, void, SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object___ctor, (SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ * __this, SortedDictionary_2_System_UInt64_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59650, SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x0176A2D0, void, SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__CopyTo, (SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ * __this, UInt64__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59658, SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__CopyTo__MethodInfo); DO_APP_FUNC(0x01185490, SortedDictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_UInt64_System_Object_, SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__GetEnumerator, (SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176AAC0, void, SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__System_Collections_Generic_ICollection_TKey__Add, (SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ * __this, uint64_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59638, SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__System_Collections_Generic_ICollection_TKey__Add__MethodInfo); DO_APP_FUNC(0x0176AB20, void, SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59640, SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__System_Collections_Generic_ICollection_TKey__Clear__MethodInfo); DO_APP_FUNC(0x01185E50, bool, SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ * __this, uint64_t item, MethodInfo * method)); DO_APP_FUNC(0x0176AB80, bool, SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ * __this, uint64_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59648, SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__System_Collections_Generic_ICollection_TKey__Remove__MethodInfo); DO_APP_FUNC(0x00418D30, bool, SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011854D0, IEnumerator_1_System_UInt64_ *, SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176A5A0, void, SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__System_Collections_ICollection_CopyTo, (SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59630, SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__System_Collections_ICollection_get_IsSynchronized, (SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176ABE0, Object *, SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__System_Collections_ICollection_get_SyncRoot, (SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011854D0, IEnumerator *, SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__System_Collections_IEnumerable_GetEnumerator, (SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01185D50, int32_t, SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object__get_Count, (SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor, (Dictionary_2_TKey_TValue_KeyCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0176AC30, void, Dictionary_2_TKey_TValue_KeyCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, UVTexture__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0117B6E0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_, Dictionary_2_TKey_TValue_KeyCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, UVTexture item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117B890, bool, Dictionary_2_TKey_TValue_KeyCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, UVTexture item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, UVTexture item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117B8F0, IEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ *, Dictionary_2_TKey_TValue_KeyCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176AD80, void, Dictionary_2_TKey_TValue_KeyCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176B030, Object *, Dictionary_2_TKey_TValue_KeyCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117B8F0, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpChannelName_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpChannelName_System_Object_ * __this, Dictionary_2_UdpKit_UdpChannelName_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0176B080, void, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpChannelName_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpChannelName_System_Object_ * __this, UdpChannelName__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpChannelName_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpChannelName_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpChannelName_System_Object_ * __this, UdpChannelName item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpChannelName_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpChannelName_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpChannelName_System_Object_ * __this, UdpChannelName item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpChannelName_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpChannelName_System_Object_ * __this, UdpChannelName item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpChannelName_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_UdpKit_UdpChannelName_ *, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpChannelName_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176B1B0, void, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpChannelName_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpChannelName_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpChannelName_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176B450, Object *, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpChannelName_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpChannelName_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpChannelName_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_Object_ * __this, Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0176B4A0, void, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_Object_ * __this, UdpEndPoint__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0118BB80, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_Object_ * __this, UdpEndPoint item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118BD70, bool, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_Object_ * __this, UdpEndPoint item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_Object_ * __this, UdpEndPoint item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118BDD0, IEnumerator_1_UdpKit_UdpEndPoint_ *, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176B5D0, void, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176B880, Object *, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118BDD0, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_UInt32___ctor, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_UInt32_ * __this, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0176B8D0, void, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_UInt32__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_UInt32_ * __this, UdpEndPoint__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0118BB80, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32_, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_UInt32__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_UInt32__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_UInt32_ * __this, UdpEndPoint item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_UInt32__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118BD70, bool, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_UInt32__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_UInt32_ * __this, UdpEndPoint item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_UInt32__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_UInt32_ * __this, UdpEndPoint item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_UInt32__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118BDD0, IEnumerator_1_UdpKit_UdpEndPoint_ *, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_UInt32__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176BA00, void, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_UInt32__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_UInt32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_UInt32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176BCB0, Object *, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_UInt32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118BDD0, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_UInt32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_UInt32__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_UniqueId_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_UniqueId_System_Object_ * __this, Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01754FD0, void, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_UniqueId_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_UniqueId_System_Object_ * __this, UniqueId__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_UniqueId_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_UniqueId_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_UniqueId_System_Object_ * __this, UniqueId item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_UniqueId_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_UniqueId_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_UniqueId_System_Object_ * __this, UniqueId item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_UniqueId_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_UniqueId_System_Object_ * __this, UniqueId item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_UniqueId_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_Photon_Bolt_UniqueId_ *, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_UniqueId_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176BD00, void, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_UniqueId_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_UniqueId_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_UniqueId_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176BFA0, Object *, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_UniqueId_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_UniqueId_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_UniqueId_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3_System_Int32___ctor, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3_System_Int32_ * __this, Dictionary_2_UnityEngine_Vector3_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01755EE0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3_System_Int32__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3_System_Int32_ * __this, Vector3__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0117D3D0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32_, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3_System_Int32__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3_System_Int32__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3_System_Int32_ * __this, Vector3 item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3_System_Int32__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117D580, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3_System_Int32__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3_System_Int32_ * __this, Vector3 item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3_System_Int32__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3_System_Int32_ * __this, Vector3 item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3_System_Int32__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117D5E0, IEnumerator_1_UnityEngine_Vector3_ *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3_System_Int32__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176BFF0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3_System_Int32__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3_System_Int32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176C290, Object *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3_System_Int32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117D5E0, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3_System_Int32__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3Int_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3Int_System_Object_ * __this, Dictionary_2_UnityEngine_Vector3Int_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0176C2E0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3Int_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3Int_System_Object_ * __this, Vector3Int__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0117D3D0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3Int_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3Int_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3Int_System_Object_ * __this, Vector3Int item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3Int_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117D580, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3Int_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3Int_System_Object_ * __this, Vector3Int item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3Int_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3Int_System_Object_ * __this, Vector3Int item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3Int_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117D5E0, IEnumerator_1_UnityEngine_Vector3Int_ *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3Int_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176C400, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3Int_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3Int_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3Int_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176C6B0, Object *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3Int_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117D5E0, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3Int_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3Int_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef___ctor, (Dictionary_2_TKey_TValue_KeyCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175CCB0, void, Dictionary_2_TKey_TValue_KeyCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, XPathNodeRef__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_, Dictionary_2_TKey_TValue_KeyCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, XPathNodeRef item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_KeyCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, XPathNodeRef item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, XPathNodeRef item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef_ *, Dictionary_2_TKey_TValue_KeyCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176C700, void, Dictionary_2_TKey_TValue_KeyCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176C9A0, Object *, Dictionary_2_TKey_TValue_KeyCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x017539A0, void, Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, JSONDeserialization_TaskField__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, JSONDeserialization_TaskField item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, JSONDeserialization_TaskField item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, JSONDeserialization_TaskField item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ *, Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176C9F0, void, Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176CC90, Object *, Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0176CCE0, void, Dictionary_2_TKey_TValue_KeyCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MemberRelationshipService_RelationshipEntry__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0117B6E0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_, Dictionary_2_TKey_TValue_KeyCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MemberRelationshipService_RelationshipEntry item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117B890, bool, Dictionary_2_TKey_TValue_KeyCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MemberRelationshipService_RelationshipEntry item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MemberRelationshipService_RelationshipEntry item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117B8F0, IEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ *, Dictionary_2_TKey_TValue_KeyCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176CE20, void, Dictionary_2_TKey_TValue_KeyCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176D0D0, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117B8F0, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01757B90, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, ProbeReferenceVolume_RegId__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, ProbeReferenceVolume_RegId item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, ProbeReferenceVolume_RegId item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, ProbeReferenceVolume_RegId item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176D120, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176D3C0, Object *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta___ctor, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175A460, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, ProbeReferenceVolume_RegId__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, ProbeReferenceVolume_RegId item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, ProbeReferenceVolume_RegId item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, ProbeReferenceVolume_RegId item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176D410, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176D6B0, Object *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo___ctor, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0176D700, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, ProbeReferenceVolume_RegId__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, ProbeReferenceVolume_RegId item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, ProbeReferenceVolume_RegId item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, ProbeReferenceVolume_RegId item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176D800, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176DAA0, Object *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0176DAF0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, ProbeReferenceVolume_Volume__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01192040, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, ProbeReferenceVolume_Volume item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01192240, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, ProbeReferenceVolume_Volume item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, ProbeReferenceVolume_Volume item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011922B0, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176DC30, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176DEF0, Object *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011922B0, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01754B90, void, Dictionary_2_TKey_TValue_KeyCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Regex_CachedCodeEntryKey__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0117B6E0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Regex_CachedCodeEntryKey item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117B890, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Regex_CachedCodeEntryKey item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Regex_CachedCodeEntryKey item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117B8F0, IEnumerator_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ *, Dictionary_2_TKey_TValue_KeyCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176DF40, void, Dictionary_2_TKey_TValue_KeyCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176E1F0, Object *, Dictionary_2_TKey_TValue_KeyCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117B8F0, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32___ctor, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x017539A0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, StylePropertyAnimationSystem_ElementPropertyPair__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, StylePropertyAnimationSystem_ElementPropertyPair item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, StylePropertyAnimationSystem_ElementPropertyPair item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, StylePropertyAnimationSystem_ElementPropertyPair item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176E240, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176E4E0, Object *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum___ctor, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x017539A0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, StylePropertyAnimationSystem_ElementPropertyPair__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, StylePropertyAnimationSystem_ElementPropertyPair item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, StylePropertyAnimationSystem_ElementPropertyPair item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, StylePropertyAnimationSystem_ElementPropertyPair item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176E530, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176E7D0, Object *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x017539A0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, StylePropertyAnimationSystem_ElementPropertyPair__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, StylePropertyAnimationSystem_ElementPropertyPair item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, StylePropertyAnimationSystem_ElementPropertyPair item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, StylePropertyAnimationSystem_ElementPropertyPair item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176E820, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176EAC0, Object *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0175C5D0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, StyleSheetCache_SheetHandleKey__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, StyleSheetCache_SheetHandleKey item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, StyleSheetCache_SheetHandleKey item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, StyleSheetCache_SheetHandleKey item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176EB10, void, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176EDB0, Object *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_KeyCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object___ctor, (Dictionary_2_TKey_TValue_KeyCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0176EE50, void, Dictionary_2_TKey_TValue_KeyCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, WetDecalSystem_MaterialBatchId__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0176EE00, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_, Dictionary_2_TKey_TValue_KeyCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_Generic_ICollection_TKey__Add, (Dictionary_2_TKey_TValue_KeyCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, WetDecalSystem_MaterialBatchId item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, void, Dictionary_2_TKey_TValue_KeyCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_Generic_ICollection_TKey__Clear, (Dictionary_2_TKey_TValue_KeyCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176EFF0, bool, Dictionary_2_TKey_TValue_KeyCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_Generic_ICollection_TKey__Contains, (Dictionary_2_TKey_TValue_KeyCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, WetDecalSystem_MaterialBatchId item, MethodInfo * method)); DO_APP_FUNC(0x01753AD0, bool, Dictionary_2_TKey_TValue_KeyCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_Generic_ICollection_TKey__Remove, (Dictionary_2_TKey_TValue_KeyCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, WetDecalSystem_MaterialBatchId item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_KeyCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_Generic_ICollection_TKey__get_IsReadOnly, (Dictionary_2_TKey_TValue_KeyCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176F090, IEnumerator_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ *, Dictionary_2_TKey_TValue_KeyCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_Generic_IEnumerable_TKey__GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176F1D0, void, Dictionary_2_TKey_TValue_KeyCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_KeyCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_KeyCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_KeyCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176F4D0, Object *, Dictionary_2_TKey_TValue_KeyCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_KeyCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176F090, IEnumerator *, Dictionary_2_TKey_TValue_KeyCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_KeyCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_KeyCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__get_Count, (Dictionary_2_TKey_TValue_KeyCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010198E0, void, NonAllocDictionary_2_K_V_KeyIterator_System_Byte_System_Object___ctor, (NonAllocDictionary_2_K_V_KeyIterator_System_Byte_System_Object_ * __this, NonAllocDictionary_2_System_Byte_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NonAllocDictionary_2_K_V_KeyIterator_System_Byte_System_Object__Dispose, (NonAllocDictionary_2_K_V_KeyIterator_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC670, NonAllocDictionary_2_K_V_KeyIterator_System_Byte_System_Object__Dispose__MethodInfo); DO_APP_FUNC(0x010A2320, NonAllocDictionary_2_K_V_KeyIterator_System_Byte_System_Object_, NonAllocDictionary_2_K_V_KeyIterator_System_Byte_System_Object__GetEnumerator, (NonAllocDictionary_2_K_V_KeyIterator_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC668, NonAllocDictionary_2_K_V_KeyIterator_System_Byte_System_Object__GetEnumerator__MethodInfo); DO_APP_FUNC(0x01019B50, bool, NonAllocDictionary_2_K_V_KeyIterator_System_Byte_System_Object__MoveNext, (NonAllocDictionary_2_K_V_KeyIterator_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC650, NonAllocDictionary_2_K_V_KeyIterator_System_Byte_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x00C84790, void, NonAllocDictionary_2_K_V_KeyIterator_System_Byte_System_Object__Reset, (NonAllocDictionary_2_K_V_KeyIterator_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176F520, Object *, NonAllocDictionary_2_K_V_KeyIterator_System_Byte_System_Object__System_Collections_IEnumerator_get_Current, (NonAllocDictionary_2_K_V_KeyIterator_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EA30, NonAllocDictionary_2_K_V_KeyIterator_System_Byte_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x0176F600, uint8_t, NonAllocDictionary_2_K_V_KeyIterator_System_Byte_System_Object__get_Current, (NonAllocDictionary_2_K_V_KeyIterator_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC658, NonAllocDictionary_2_K_V_KeyIterator_System_Byte_System_Object__get_Current__MethodInfo); DO_APP_FUNC(0x010198E0, void, NonAllocDictionary_2_K_V_KeyIterator_System_Int32_System_Object___ctor, (NonAllocDictionary_2_K_V_KeyIterator_System_Int32_System_Object_ * __this, NonAllocDictionary_2_System_Int32_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NonAllocDictionary_2_K_V_KeyIterator_System_Int32_System_Object__Dispose, (NonAllocDictionary_2_K_V_KeyIterator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A2320, NonAllocDictionary_2_K_V_KeyIterator_System_Int32_System_Object_, NonAllocDictionary_2_K_V_KeyIterator_System_Int32_System_Object__GetEnumerator, (NonAllocDictionary_2_K_V_KeyIterator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01019B50, bool, NonAllocDictionary_2_K_V_KeyIterator_System_Int32_System_Object__MoveNext, (NonAllocDictionary_2_K_V_KeyIterator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C84790, void, NonAllocDictionary_2_K_V_KeyIterator_System_Int32_System_Object__Reset, (NonAllocDictionary_2_K_V_KeyIterator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176F650, Object *, NonAllocDictionary_2_K_V_KeyIterator_System_Int32_System_Object__System_Collections_IEnumerator_get_Current, (NonAllocDictionary_2_K_V_KeyIterator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EA20, NonAllocDictionary_2_K_V_KeyIterator_System_Int32_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x0176F730, int32_t, NonAllocDictionary_2_K_V_KeyIterator_System_Int32_System_Object__get_Current, (NonAllocDictionary_2_K_V_KeyIterator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010198E0, void, NonAllocDictionary_2_K_V_KeyIterator_System_Object_System_Object___ctor, (NonAllocDictionary_2_K_V_KeyIterator_System_Object_System_Object_ * __this, NonAllocDictionary_2_System_Object_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NonAllocDictionary_2_K_V_KeyIterator_System_Object_System_Object__Dispose, (NonAllocDictionary_2_K_V_KeyIterator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A2320, NonAllocDictionary_2_K_V_KeyIterator_System_Object_System_Object_, NonAllocDictionary_2_K_V_KeyIterator_System_Object_System_Object__GetEnumerator, (NonAllocDictionary_2_K_V_KeyIterator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01019F90, bool, NonAllocDictionary_2_K_V_KeyIterator_System_Object_System_Object__MoveNext, (NonAllocDictionary_2_K_V_KeyIterator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C84790, void, NonAllocDictionary_2_K_V_KeyIterator_System_Object_System_Object__Reset, (NonAllocDictionary_2_K_V_KeyIterator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176F780, Object *, NonAllocDictionary_2_K_V_KeyIterator_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (NonAllocDictionary_2_K_V_KeyIterator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EA28, NonAllocDictionary_2_K_V_KeyIterator_System_Object_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x0176F810, Object *, NonAllocDictionary_2_K_V_KeyIterator_System_Object_System_Object__get_Current, (NonAllocDictionary_2_K_V_KeyIterator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2__ctor, (SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2 * __this, SortedList_2_System_Int32_System_ValueTuple_2__4 * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0176F8B0, void, SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2_Add, (SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2 * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E988, SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2_Add__MethodInfo); DO_APP_FUNC(0x0176F910, void, SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2_Clear, (SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E990, SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2_Clear__MethodInfo); DO_APP_FUNC(0x01197C50, bool, SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2_Contains, (SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2 * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x0176F970, void, SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2_CopyTo, (SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2 * __this, Int32__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01197950, IEnumerator_1_System_Int32_ *, SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2_GetEnumerator, (SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0176FC20, int32_t, SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2_IndexOf, (SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2 * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x0176FB60, void, SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2_Insert, (SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2 * __this, int32_t index, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E9B0, SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2_Insert__MethodInfo); DO_APP_FUNC(0x0176FCF0, bool, SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2_Remove, (SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2 * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E970, SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2_Remove__MethodInfo); DO_APP_FUNC(0x0176FD50, void, SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2_RemoveAt, (SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E980, SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2_RemoveAt__MethodInfo); DO_APP_FUNC(0x0176F9F0, void, SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2_System_Collections_ICollection_CopyTo, (SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2 * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E9A0, SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2_System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2_System_Collections_ICollection_get_IsSynchronized, (SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0176F860, Object *, SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2_System_Collections_ICollection_get_SyncRoot, (SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01197950, IEnumerator *, SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2_System_Collections_IEnumerable_GetEnumerator, (SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x011974C0, int32_t, SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2_get_Count, (SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2_get_IsReadOnly, (SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01197E60, int32_t, SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2_get_Item, (SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0176FBC0, void, SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2_set_Item, (SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2 * __this, int32_t index, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E968, SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2_set_Item__MethodInfo); DO_APP_FUNC(0x003BABE0, void, SortedList_2_TKey_TValue_KeyList_System_Object_System_Object___ctor, (SortedList_2_TKey_TValue_KeyList_System_Object_System_Object_ * __this, SortedList_2_System_Object_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0176FE00, void, SortedList_2_TKey_TValue_KeyList_System_Object_System_Object__Add, (SortedList_2_TKey_TValue_KeyList_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E9E0, SortedList_2_TKey_TValue_KeyList_System_Object_System_Object__Add__MethodInfo); DO_APP_FUNC(0x0176FE60, void, SortedList_2_TKey_TValue_KeyList_System_Object_System_Object__Clear, (SortedList_2_TKey_TValue_KeyList_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E9E8, SortedList_2_TKey_TValue_KeyList_System_Object_System_Object__Clear__MethodInfo); DO_APP_FUNC(0x01197C50, bool, SortedList_2_TKey_TValue_KeyList_System_Object_System_Object__Contains, (SortedList_2_TKey_TValue_KeyList_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0176F970, void, SortedList_2_TKey_TValue_KeyList_System_Object_System_Object__CopyTo, (SortedList_2_TKey_TValue_KeyList_System_Object_System_Object_ * __this, Object__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01197950, IEnumerator_1_System_Object_ *, SortedList_2_TKey_TValue_KeyList_System_Object_System_Object__GetEnumerator, (SortedList_2_TKey_TValue_KeyList_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017700F0, int32_t, SortedList_2_TKey_TValue_KeyList_System_Object_System_Object__IndexOf, (SortedList_2_TKey_TValue_KeyList_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E9D0, SortedList_2_TKey_TValue_KeyList_System_Object_System_Object__IndexOf__MethodInfo); DO_APP_FUNC(0x01770030, void, SortedList_2_TKey_TValue_KeyList_System_Object_System_Object__Insert, (SortedList_2_TKey_TValue_KeyList_System_Object_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E9C0, SortedList_2_TKey_TValue_KeyList_System_Object_System_Object__Insert__MethodInfo); DO_APP_FUNC(0x01770220, bool, SortedList_2_TKey_TValue_KeyList_System_Object_System_Object__Remove, (SortedList_2_TKey_TValue_KeyList_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E8F8, SortedList_2_TKey_TValue_KeyList_System_Object_System_Object__Remove__MethodInfo); DO_APP_FUNC(0x01770280, void, SortedList_2_TKey_TValue_KeyList_System_Object_System_Object__RemoveAt, (SortedList_2_TKey_TValue_KeyList_System_Object_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E900, SortedList_2_TKey_TValue_KeyList_System_Object_System_Object__RemoveAt__MethodInfo); DO_APP_FUNC(0x0176FEC0, void, SortedList_2_TKey_TValue_KeyList_System_Object_System_Object__System_Collections_ICollection_CopyTo, (SortedList_2_TKey_TValue_KeyList_System_Object_System_Object_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E9B8, SortedList_2_TKey_TValue_KeyList_System_Object_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, SortedList_2_TKey_TValue_KeyList_System_Object_System_Object__System_Collections_ICollection_get_IsSynchronized, (SortedList_2_TKey_TValue_KeyList_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0176FDB0, Object *, SortedList_2_TKey_TValue_KeyList_System_Object_System_Object__System_Collections_ICollection_get_SyncRoot, (SortedList_2_TKey_TValue_KeyList_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01197950, IEnumerator *, SortedList_2_TKey_TValue_KeyList_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (SortedList_2_TKey_TValue_KeyList_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011974C0, int32_t, SortedList_2_TKey_TValue_KeyList_System_Object_System_Object__get_Count, (SortedList_2_TKey_TValue_KeyList_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, SortedList_2_TKey_TValue_KeyList_System_Object_System_Object__get_IsReadOnly, (SortedList_2_TKey_TValue_KeyList_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01197E60, Object *, SortedList_2_TKey_TValue_KeyList_System_Object_System_Object__get_Item, (SortedList_2_TKey_TValue_KeyList_System_Object_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01770090, void, SortedList_2_TKey_TValue_KeyList_System_Object_System_Object__set_Item, (SortedList_2_TKey_TValue_KeyList_System_Object_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E9C8, SortedList_2_TKey_TValue_KeyList_System_Object_System_Object__set_Item__MethodInfo); DO_APP_FUNC(0x017702E0, void, SortedDictionary_2_TKey_TValue_KeyValuePairComparer_System_Object_System_Char___ctor, (SortedDictionary_2_TKey_TValue_KeyValuePairComparer_System_Object_System_Char_ * __this, IComparer_1_System_Object_ * keyComparer, MethodInfo * method)); DO_APP_FUNC(0x01770410, int32_t, SortedDictionary_2_TKey_TValue_KeyValuePairComparer_System_Object_System_Char__Compare, (SortedDictionary_2_TKey_TValue_KeyValuePairComparer_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ x, KeyValuePair_2_System_Object_System_Char_ y, MethodInfo * method)); DO_APP_FUNC(0x017702E0, void, SortedDictionary_2_TKey_TValue_KeyValuePairComparer_System_Object_System_Object___ctor, (SortedDictionary_2_TKey_TValue_KeyValuePairComparer_System_Object_System_Object_ * __this, IComparer_1_System_Object_ * keyComparer, MethodInfo * method)); DO_APP_FUNC(0x01770410, int32_t, SortedDictionary_2_TKey_TValue_KeyValuePairComparer_System_Object_System_Object__Compare, (SortedDictionary_2_TKey_TValue_KeyValuePairComparer_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ x, KeyValuePair_2_System_Object_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x017702E0, void, SortedDictionary_2_TKey_TValue_KeyValuePairComparer_System_UInt64_System_Object___ctor, (SortedDictionary_2_TKey_TValue_KeyValuePairComparer_System_UInt64_System_Object_ * __this, IComparer_1_System_UInt64_ * keyComparer, MethodInfo * method)); DO_APP_FUNC(0x01770410, int32_t, SortedDictionary_2_TKey_TValue_KeyValuePairComparer_System_UInt64_System_Object__Compare, (SortedDictionary_2_TKey_TValue_KeyValuePairComparer_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ x, KeyValuePair_2_System_UInt64_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01770480, void, KeyValuePair_2_System_ValueTuple_2_System_Object___ctor, (KeyValuePair_2_System_ValueTuple_2_System_Object_ * __this, ValueTuple_2_Object_Int32_ key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01770530, String *, KeyValuePair_2_System_ValueTuple_2_System_Object__ToString, (KeyValuePair_2_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, ValueTuple_2_Object_Int32_, KeyValuePair_2_System_ValueTuple_2_System_Object__get_Key, (KeyValuePair_2_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, KeyValuePair_2_System_ValueTuple_2_System_Object__get_Value, (KeyValuePair_2_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01770480, void, KeyValuePair_2_System_ValueTuple_2_System_Object__1__ctor, (KeyValuePair_2_System_ValueTuple_2_System_Object__1 * __this, ValueTuple_2_Object_Object_ key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01770530, String *, KeyValuePair_2_System_ValueTuple_2_System_Object__1_ToString, (KeyValuePair_2_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, ValueTuple_2_Object_Object_, KeyValuePair_2_System_ValueTuple_2_System_Object__1_get_Key, (KeyValuePair_2_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, KeyValuePair_2_System_ValueTuple_2_System_Object__1_get_Value, (KeyValuePair_2_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0119E340, void, KeyValuePair_2_System_Byte_System_Object___ctor, (KeyValuePair_2_System_Byte_System_Object_ * __this, uint8_t key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017705D0, String *, KeyValuePair_2_System_Byte_System_Object__ToString, (KeyValuePair_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59310, uint8_t, KeyValuePair_2_System_Byte_System_Object__get_Key, (KeyValuePair_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAFB8, KeyValuePair_2_System_Byte_System_Object__get_Key__MethodInfo); DO_APP_FUNC(0x005DE470, Object *, KeyValuePair_2_System_Byte_System_Object__get_Value, (KeyValuePair_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAFC0, KeyValuePair_2_System_Byte_System_Object__get_Value__MethodInfo); DO_APP_FUNC(0x01770670, void, KeyValuePair_2_System_ByteEnum_System_Int32___ctor, (KeyValuePair_2_System_ByteEnum_System_Int32_ * __this, ByteEnum__Enum key, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01770680, String *, KeyValuePair_2_System_ByteEnum_System_Int32__ToString, (KeyValuePair_2_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59310, ByteEnum__Enum, KeyValuePair_2_System_ByteEnum_System_Int32__get_Key, (KeyValuePair_2_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59320, int32_t, KeyValuePair_2_System_ByteEnum_System_Int32__get_Value, (KeyValuePair_2_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0119E340, void, KeyValuePair_2_System_ByteEnum_System_Object___ctor, (KeyValuePair_2_System_ByteEnum_System_Object_ * __this, ByteEnum__Enum key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017705D0, String *, KeyValuePair_2_System_ByteEnum_System_Object__ToString, (KeyValuePair_2_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59310, ByteEnum__Enum, KeyValuePair_2_System_ByteEnum_System_Object__get_Key, (KeyValuePair_2_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, Object *, KeyValuePair_2_System_ByteEnum_System_Object__get_Value, (KeyValuePair_2_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01090010, void, KeyValuePair_2_System_DateTime_System_UInt32___ctor, (KeyValuePair_2_System_DateTime_System_UInt32_ * __this, DateTime key, uint32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D888, KeyValuePair_2_System_DateTime_System_UInt32___ctor__MethodInfo); DO_APP_FUNC(0x01770770, String *, KeyValuePair_2_System_DateTime_System_UInt32__ToString, (KeyValuePair_2_System_DateTime_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, DateTime, KeyValuePair_2_System_DateTime_System_UInt32__get_Key, (KeyValuePair_2_System_DateTime_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D898, KeyValuePair_2_System_DateTime_System_UInt32__get_Key__MethodInfo); DO_APP_FUNC(0x00470F10, uint32_t, KeyValuePair_2_System_DateTime_System_UInt32__get_Value, (KeyValuePair_2_System_DateTime_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D8A0, KeyValuePair_2_System_DateTime_System_UInt32__get_Value__MethodInfo); DO_APP_FUNC(0x01770860, void, KeyValuePair_2_Dissonance_Audio_Playback_FrameFormat_System_Object___ctor, (KeyValuePair_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, FrameFormat key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01770940, String *, KeyValuePair_2_Dissonance_Audio_Playback_FrameFormat_System_Object__ToString, (KeyValuePair_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01770920, FrameFormat, KeyValuePair_2_Dissonance_Audio_Playback_FrameFormat_System_Object__get_Key, (KeyValuePair_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, KeyValuePair_2_Dissonance_Audio_Playback_FrameFormat_System_Object__get_Value, (KeyValuePair_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017709F0, void, KeyValuePair_2_System_Guid_System_Object___ctor, (KeyValuePair_2_System_Guid_System_Object_ * __this, Guid key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01770530, String *, KeyValuePair_2_System_Guid_System_Object__ToString, (KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, Guid, KeyValuePair_2_System_Guid_System_Object__get_Key, (KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, KeyValuePair_2_System_Guid_System_Object__get_Value, (KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01770A50, void, KeyValuePair_2_System_Guid_System_UInt32___ctor, (KeyValuePair_2_System_Guid_System_UInt32_ * __this, Guid key, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01770A60, String *, KeyValuePair_2_System_Guid_System_UInt32__ToString, (KeyValuePair_2_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, Guid, KeyValuePair_2_System_Guid_System_UInt32__get_Key, (KeyValuePair_2_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, uint32_t, KeyValuePair_2_System_Guid_System_UInt32__get_Value, (KeyValuePair_2_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017709F0, void, KeyValuePair_2_UnityEngine_Hash128_System_Object___ctor, (KeyValuePair_2_UnityEngine_Hash128_System_Object_ * __this, Hash128 key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01770530, String *, KeyValuePair_2_UnityEngine_Hash128_System_Object__ToString, (KeyValuePair_2_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, Hash128, KeyValuePair_2_UnityEngine_Hash128_System_Object__get_Key, (KeyValuePair_2_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, KeyValuePair_2_UnityEngine_Hash128_System_Object__get_Value, (KeyValuePair_2_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01090010, void, KeyValuePair_2_Pathfinding_Int2_System_Int32___ctor, (KeyValuePair_2_Pathfinding_Int2_System_Int32_ * __this, Int2 key, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01770770, String *, KeyValuePair_2_Pathfinding_Int2_System_Int32__ToString, (KeyValuePair_2_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Int2, KeyValuePair_2_Pathfinding_Int2_System_Int32__get_Key, (KeyValuePair_2_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, KeyValuePair_2_Pathfinding_Int2_System_Int32__get_Value, (KeyValuePair_2_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01770B50, void, KeyValuePair_2_Pathfinding_Int3_System_Int32___ctor, (KeyValuePair_2_Pathfinding_Int3_System_Int32_ * __this, Int3 key, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01770B90, String *, KeyValuePair_2_Pathfinding_Int3_System_Int32__ToString, (KeyValuePair_2_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01770B70, Int3, KeyValuePair_2_Pathfinding_Int3_System_Int32__get_Key, (KeyValuePair_2_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, int32_t, KeyValuePair_2_Pathfinding_Int3_System_Int32__get_Value, (KeyValuePair_2_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A2F40, void, KeyValuePair_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo___ctor, (KeyValuePair_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, int32_t key, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01770C90, String *, KeyValuePair_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__ToString, (KeyValuePair_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, KeyValuePair_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__get_Key, (KeyValuePair_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01770C80, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_, KeyValuePair_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__get_Value, (KeyValuePair_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01770D80, void, KeyValuePair_2_System_Int32_System_ValueTuple_2__3__ctor, (KeyValuePair_2_System_Int32_System_ValueTuple_2__3 * __this, int32_t key, ValueTuple_2_Object_Int32_ value, MethodInfo * method)); DO_APP_FUNC(0x01770DE0, String *, KeyValuePair_2_System_Int32_System_ValueTuple_2__3_ToString, (KeyValuePair_2_System_Int32_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, KeyValuePair_2_System_Int32_System_ValueTuple_2__3_get_Key, (KeyValuePair_2_System_Int32_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, ValueTuple_2_Object_Int32_, KeyValuePair_2_System_Int32_System_ValueTuple_2__3_get_Value, (KeyValuePair_2_System_Int32_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01770ED0, void, KeyValuePair_2_System_Int32_System_ValueTuple_2__2__ctor, (KeyValuePair_2_System_Int32_System_ValueTuple_2__2 * __this, int32_t key, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ value, MethodInfo * method)); DO_APP_FUNC(0x01770F10, String *, KeyValuePair_2_System_Int32_System_ValueTuple_2__2_ToString, (KeyValuePair_2_System_Int32_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, KeyValuePair_2_System_Int32_System_ValueTuple_2__2_get_Key, (KeyValuePair_2_System_Int32_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01770EF0, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_, KeyValuePair_2_System_Int32_System_ValueTuple_2__2_get_Value, (KeyValuePair_2_System_Int32_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0119F2E0, void, KeyValuePair_2_System_Int32_System_Boolean___ctor, (KeyValuePair_2_System_Int32_System_Boolean_ * __this, int32_t key, bool value, MethodInfo * method)); DO_APP_FUNC(0x01771010, String *, KeyValuePair_2_System_Int32_System_Boolean__ToString, (KeyValuePair_2_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, KeyValuePair_2_System_Int32_System_Boolean__get_Key, (KeyValuePair_2_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01771000, bool, KeyValuePair_2_System_Int32_System_Boolean__get_Value, (KeyValuePair_2_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0119F2E0, void, KeyValuePair_2_System_Int32_System_ByteEnum___ctor, (KeyValuePair_2_System_Int32_System_ByteEnum_ * __this, int32_t key, ByteEnum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01771010, String *, KeyValuePair_2_System_Int32_System_ByteEnum__ToString, (KeyValuePair_2_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, KeyValuePair_2_System_Int32_System_ByteEnum__get_Key, (KeyValuePair_2_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01771000, ByteEnum__Enum, KeyValuePair_2_System_Int32_System_ByteEnum__get_Value, (KeyValuePair_2_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01771100, void, KeyValuePair_2_System_Int32_System_Char___ctor, (KeyValuePair_2_System_Int32_System_Char_ * __this, int32_t key, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01771120, String *, KeyValuePair_2_System_Int32_System_Char__ToString, (KeyValuePair_2_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, KeyValuePair_2_System_Int32_System_Char__get_Key, (KeyValuePair_2_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01771110, uint16_t, KeyValuePair_2_System_Int32_System_Char__get_Value, (KeyValuePair_2_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01771210, void, KeyValuePair_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor, (KeyValuePair_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t key, DiagnosticEvent value, MethodInfo * method)); DO_APP_FUNC(0x017712A0, String *, KeyValuePair_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__ToString, (KeyValuePair_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, KeyValuePair_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__get_Key, (KeyValuePair_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01771280, DiagnosticEvent, KeyValuePair_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__get_Value, (KeyValuePair_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01771100, void, KeyValuePair_2_System_Int32_System_Int16___ctor, (KeyValuePair_2_System_Int32_System_Int16_ * __this, int32_t key, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x01771120, String *, KeyValuePair_2_System_Int32_System_Int16__ToString, (KeyValuePair_2_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, KeyValuePair_2_System_Int32_System_Int16__get_Key, (KeyValuePair_2_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01771110, int16_t, KeyValuePair_2_System_Int32_System_Int16__get_Value, (KeyValuePair_2_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017713A0, void, KeyValuePair_2_System_Int32_Pathfinding_Int3___ctor, (KeyValuePair_2_System_Int32_Pathfinding_Int3_ * __this, int32_t key, Int3 value, MethodInfo * method)); DO_APP_FUNC(0x017713C0, String *, KeyValuePair_2_System_Int32_Pathfinding_Int3__ToString, (KeyValuePair_2_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, KeyValuePair_2_System_Int32_Pathfinding_Int3__get_Key, (KeyValuePair_2_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C585C0, Int3, KeyValuePair_2_System_Int32_Pathfinding_Int3__get_Value, (KeyValuePair_2_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x009B8F70, void, KeyValuePair_2_System_Int32_System_Int32___ctor, (KeyValuePair_2_System_Int32_System_Int32_ * __this, int32_t key, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6250, KeyValuePair_2_System_Int32_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x017714B0, String *, KeyValuePair_2_System_Int32_System_Int32__ToString, (KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, KeyValuePair_2_System_Int32_System_Int32__get_Key, (KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6248, KeyValuePair_2_System_Int32_System_Int32__get_Key__MethodInfo); DO_APP_FUNC(0x00C59320, int32_t, KeyValuePair_2_System_Int32_System_Int32__get_Value, (KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6240, KeyValuePair_2_System_Int32_System_Int32__get_Value__MethodInfo); DO_APP_FUNC(0x009B8F70, void, KeyValuePair_2_System_Int32_System_Int32Enum___ctor, (KeyValuePair_2_System_Int32_System_Int32Enum_ * __this, int32_t key, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x017714B0, String *, KeyValuePair_2_System_Int32_System_Int32Enum__ToString, (KeyValuePair_2_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, KeyValuePair_2_System_Int32_System_Int32Enum__get_Key, (KeyValuePair_2_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59320, Int32Enum__Enum, KeyValuePair_2_System_Int32_System_Int32Enum__get_Value, (KeyValuePair_2_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A13B0, void, KeyValuePair_2_System_Int32_System_Int64___ctor, (KeyValuePair_2_System_Int32_System_Int64_ * __this, int32_t key, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x017715A0, String *, KeyValuePair_2_System_Int32_System_Int64__ToString, (KeyValuePair_2_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, KeyValuePair_2_System_Int32_System_Int64__get_Key, (KeyValuePair_2_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, int64_t, KeyValuePair_2_System_Int32_System_Int64__get_Value, (KeyValuePair_2_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A23D0, void, KeyValuePair_2_System_Int32_System_Object___ctor, (KeyValuePair_2_System_Int32_System_Object_ * __this, int32_t key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01771690, String *, KeyValuePair_2_System_Int32_System_Object__ToString, (KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, KeyValuePair_2_System_Int32_System_Object__get_Key, (KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FF50, KeyValuePair_2_System_Int32_System_Object__get_Key__MethodInfo); DO_APP_FUNC(0x005DE470, Object *, KeyValuePair_2_System_Int32_System_Object__get_Value, (KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FF58, KeyValuePair_2_System_Int32_System_Object__get_Value__MethodInfo); DO_APP_FUNC(0x01771730, void, KeyValuePair_2_System_Int32_PlayerFlashlightBeam___ctor, (KeyValuePair_2_System_Int32_PlayerFlashlightBeam_ * __this, int32_t key, PlayerFlashlightBeam value, MethodInfo * method)); DO_APP_FUNC(0x01770DE0, String *, KeyValuePair_2_System_Int32_PlayerFlashlightBeam__ToString, (KeyValuePair_2_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, KeyValuePair_2_System_Int32_PlayerFlashlightBeam__get_Key, (KeyValuePair_2_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, PlayerFlashlightBeam, KeyValuePair_2_System_Int32_PlayerFlashlightBeam__get_Value, (KeyValuePair_2_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01771790, void, KeyValuePair_2_System_Int32_UnityEngine_RenderInstancedDataLayout___ctor, (KeyValuePair_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, int32_t key, RenderInstancedDataLayout value, MethodInfo * method)); DO_APP_FUNC(0x017717B0, String *, KeyValuePair_2_System_Int32_UnityEngine_RenderInstancedDataLayout__ToString, (KeyValuePair_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, KeyValuePair_2_System_Int32_UnityEngine_RenderInstancedDataLayout__get_Key, (KeyValuePair_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017717A0, RenderInstancedDataLayout, KeyValuePair_2_System_Int32_UnityEngine_RenderInstancedDataLayout__get_Value, (KeyValuePair_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017718A0, void, KeyValuePair_2_System_Int32_System_Single___ctor, (KeyValuePair_2_System_Int32_System_Single_ * __this, int32_t key, float value, MethodInfo * method)); DO_APP_FUNC(0x017718B0, String *, KeyValuePair_2_System_Int32_System_Single__ToString, (KeyValuePair_2_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, KeyValuePair_2_System_Int32_System_Single__get_Key, (KeyValuePair_2_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8068, KeyValuePair_2_System_Int32_System_Single__get_Key__MethodInfo); DO_APP_FUNC(0x00C8D880, float, KeyValuePair_2_System_Int32_System_Single__get_Value, (KeyValuePair_2_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01771730, void, KeyValuePair_2_System_Int32_UnityEngine_UIElements_TreeItem___ctor, (KeyValuePair_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, int32_t key, TreeItem value, MethodInfo * method)); DO_APP_FUNC(0x01770DE0, String *, KeyValuePair_2_System_Int32_UnityEngine_UIElements_TreeItem__ToString, (KeyValuePair_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, KeyValuePair_2_System_Int32_UnityEngine_UIElements_TreeItem__get_Key, (KeyValuePair_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, TreeItem, KeyValuePair_2_System_Int32_UnityEngine_UIElements_TreeItem__get_Value, (KeyValuePair_2_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A2F40, void, KeyValuePair_2_System_Int32_UnityEngine_Vector2___ctor, (KeyValuePair_2_System_Int32_UnityEngine_Vector2_ * __this, int32_t key, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x017719C0, String *, KeyValuePair_2_System_Int32_UnityEngine_Vector2__ToString, (KeyValuePair_2_System_Int32_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, KeyValuePair_2_System_Int32_UnityEngine_Vector2__get_Key, (KeyValuePair_2_System_Int32_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA810, KeyValuePair_2_System_Int32_UnityEngine_Vector2__get_Key__MethodInfo); DO_APP_FUNC(0x017719A0, Vector2, KeyValuePair_2_System_Int32_UnityEngine_Vector2__get_Value, (KeyValuePair_2_System_Int32_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA808, KeyValuePair_2_System_Int32_UnityEngine_Vector2__get_Value__MethodInfo); DO_APP_FUNC(0x011A2F40, void, KeyValuePair_2_System_Int32_UnityEngine_Vector2Int___ctor, (KeyValuePair_2_System_Int32_UnityEngine_Vector2Int_ * __this, int32_t key, Vector2Int value, MethodInfo * method)); DO_APP_FUNC(0x01770C90, String *, KeyValuePair_2_System_Int32_UnityEngine_Vector2Int__ToString, (KeyValuePair_2_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, KeyValuePair_2_System_Int32_UnityEngine_Vector2Int__get_Key, (KeyValuePair_2_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DDA0, KeyValuePair_2_System_Int32_UnityEngine_Vector2Int__get_Key__MethodInfo); DO_APP_FUNC(0x01770C80, Vector2Int, KeyValuePair_2_System_Int32_UnityEngine_Vector2Int__get_Value, (KeyValuePair_2_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DDA8, KeyValuePair_2_System_Int32_UnityEngine_Vector2Int__get_Value__MethodInfo); DO_APP_FUNC(0x01771790, void, KeyValuePair_2_System_Int32_UnityEngine_Vector4___ctor, (KeyValuePair_2_System_Int32_UnityEngine_Vector4_ * __this, int32_t key, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x017717B0, String *, KeyValuePair_2_System_Int32_UnityEngine_Vector4__ToString, (KeyValuePair_2_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, KeyValuePair_2_System_Int32_UnityEngine_Vector4__get_Key, (KeyValuePair_2_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017717A0, Vector4, KeyValuePair_2_System_Int32_UnityEngine_Vector4__get_Value, (KeyValuePair_2_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01771AB0, void, KeyValuePair_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef___ctor, (KeyValuePair_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, int32_t key, TextResourceManager_FontAssetRef value, MethodInfo * method)); DO_APP_FUNC(0x01771B40, String *, KeyValuePair_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__ToString, (KeyValuePair_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, KeyValuePair_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__get_Key, (KeyValuePair_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01771B20, TextResourceManager_FontAssetRef, KeyValuePair_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__get_Value, (KeyValuePair_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x009B8F70, void, KeyValuePair_2_System_Int32Enum_System_Int32Enum___ctor, (KeyValuePair_2_System_Int32Enum_System_Int32Enum_ * __this, Int32Enum__Enum key, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x017714B0, String *, KeyValuePair_2_System_Int32Enum_System_Int32Enum__ToString, (KeyValuePair_2_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, Int32Enum__Enum, KeyValuePair_2_System_Int32Enum_System_Int32Enum__get_Key, (KeyValuePair_2_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59320, Int32Enum__Enum, KeyValuePair_2_System_Int32Enum_System_Int32Enum__get_Value, (KeyValuePair_2_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A23D0, void, KeyValuePair_2_System_Int32Enum_System_Object___ctor, (KeyValuePair_2_System_Int32Enum_System_Object_ * __this, Int32Enum__Enum key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01771690, String *, KeyValuePair_2_System_Int32Enum_System_Object__ToString, (KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, Int32Enum__Enum, KeyValuePair_2_System_Int32Enum_System_Object__get_Key, (KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, Object *, KeyValuePair_2_System_Int32Enum_System_Object__get_Value, (KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01771C30, void, KeyValuePair_2_System_Int64_UnityEngine_UIElements_ComputedStyle___ctor, (KeyValuePair_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, int64_t key, ComputedStyle value, MethodInfo * method)); DO_APP_FUNC(0x01771D00, String *, KeyValuePair_2_System_Int64_UnityEngine_UIElements_ComputedStyle__ToString, (KeyValuePair_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, int64_t, KeyValuePair_2_System_Int64_UnityEngine_UIElements_ComputedStyle__get_Key, (KeyValuePair_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01771CC0, ComputedStyle, KeyValuePair_2_System_Int64_UnityEngine_UIElements_ComputedStyle__get_Value, (KeyValuePair_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A3F60, void, KeyValuePair_2_System_Int64_System_Object___ctor, (KeyValuePair_2_System_Int64_System_Object_ * __this, int64_t key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01771E30, String *, KeyValuePair_2_System_Int64_System_Object__ToString, (KeyValuePair_2_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, int64_t, KeyValuePair_2_System_Int64_System_Object__get_Key, (KeyValuePair_2_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, Object *, KeyValuePair_2_System_Int64_System_Object__get_Value, (KeyValuePair_2_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A3F60, void, KeyValuePair_2_System_IntPtr_System_Object___ctor, (KeyValuePair_2_System_IntPtr_System_Object_ * __this, void * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01771E30, String *, KeyValuePair_2_System_IntPtr_System_Object__ToString, (KeyValuePair_2_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, void *, KeyValuePair_2_System_IntPtr_System_Object__get_Key, (KeyValuePair_2_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, Object *, KeyValuePair_2_System_IntPtr_System_Object__get_Value, (KeyValuePair_2_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01771ED0, void, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString___ctor, (KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString key, InternedString value, MethodInfo * method)); DO_APP_FUNC(0x01771F80, String *, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__ToString, (KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, InternedString, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__get_Key, (KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, InternedString, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__get_Value, (KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01770480, void, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object___ctor, (KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, InternedString key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A1D0, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x01770530, String *, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__ToString, (KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, InternedString, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__get_Key, (KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A278, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__get_Key__MethodInfo); DO_APP_FUNC(0x003B93C0, Object *, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__get_Value, (KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A298, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__get_Value__MethodInfo); DO_APP_FUNC(0x01771ED0, void, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout___ctor, (KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, InternedString key, InputControlLayout_Collection_PrecompiledLayout value, MethodInfo * method)); DO_APP_FUNC(0x01771F80, String *, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__ToString, (KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, InternedString, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__get_Key, (KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, InputControlLayout_Collection_PrecompiledLayout, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__get_Value, (KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A23D0, void, KeyValuePair_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object___ctor, (KeyValuePair_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01771690, String *, KeyValuePair_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__ToString, (KeyValuePair_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, IpQCkqlgJLyrFpAOyBfUxXQpJsWK, KeyValuePair_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__get_Key, (KeyValuePair_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, Object *, KeyValuePair_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__get_Value, (KeyValuePair_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A3F60, void, KeyValuePair_2_Photon_Bolt_NetworkId_System_Object___ctor, (KeyValuePair_2_Photon_Bolt_NetworkId_System_Object_ * __this, NetworkId key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01771E30, String *, KeyValuePair_2_Photon_Bolt_NetworkId_System_Object__ToString, (KeyValuePair_2_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, NetworkId, KeyValuePair_2_Photon_Bolt_NetworkId_System_Object__get_Key, (KeyValuePair_2_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, Object *, KeyValuePair_2_Photon_Bolt_NetworkId_System_Object__get_Value, (KeyValuePair_2_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A4DD0, void, KeyValuePair_2_System_Object_System_ArraySegment_1___ctor, (KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, Object * key, ArraySegment_1_Byte_ value, MethodInfo * method)); DO_APP_FUNC(0x01772070, String *, KeyValuePair_2_System_Object_System_ArraySegment_1__ToString, (KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_System_ArraySegment_1__get_Key, (KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, ArraySegment_1_Byte_, KeyValuePair_2_System_Object_System_ArraySegment_1__get_Value, (KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01772110, void, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor, (KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * key, AsyncOperationHandle_1_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x017721D0, String *, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__ToString, (KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__get_Key, (KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01771B20, AsyncOperationHandle_1_System_Object_, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__get_Value, (KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x007D4890, void, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor, (KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * key, AsyncOperationHandle value, MethodInfo * method)); DO_APP_FUNC(0x017722A0, String *, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__ToString, (KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Key, (KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01772280, AsyncOperationHandle, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Value, (KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A5E20, void, KeyValuePair_2_System_Object_System_Boolean___ctor, (KeyValuePair_2_System_Object_System_Boolean_ * __this, Object * key, bool value, MethodInfo * method)); DO_APP_FUNC(0x01772350, String *, KeyValuePair_2_System_Object_System_Boolean__ToString, (KeyValuePair_2_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_System_Boolean__get_Key, (KeyValuePair_2_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C65280, bool, KeyValuePair_2_System_Object_System_Boolean__get_Value, (KeyValuePair_2_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017723F0, void, KeyValuePair_2_System_Object_UnityEngine_Bounds___ctor, (KeyValuePair_2_System_Object_UnityEngine_Bounds_ * __this, Object * key, Bounds value, MethodInfo * method)); DO_APP_FUNC(0x017722A0, String *, KeyValuePair_2_System_Object_UnityEngine_Bounds__ToString, (KeyValuePair_2_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_UnityEngine_Bounds__get_Key, (KeyValuePair_2_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01772280, Bounds, KeyValuePair_2_System_Object_UnityEngine_Bounds__get_Value, (KeyValuePair_2_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A5E20, void, KeyValuePair_2_System_Object_System_Byte___ctor, (KeyValuePair_2_System_Object_System_Byte_ * __this, Object * key, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01772350, String *, KeyValuePair_2_System_Object_System_Byte__ToString, (KeyValuePair_2_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_System_Byte__get_Key, (KeyValuePair_2_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C65280, uint8_t, KeyValuePair_2_System_Object_System_Byte__get_Value, (KeyValuePair_2_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01772460, void, KeyValuePair_2_System_Object_System_Char___ctor, (KeyValuePair_2_System_Object_System_Char_ * __this, Object * key, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x017724C0, String *, KeyValuePair_2_System_Object_System_Char__ToString, (KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_System_Char__get_Key, (KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71760, uint16_t, KeyValuePair_2_System_Object_System_Char__get_Value, (KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01772560, void, KeyValuePair_2_System_Object_UnityEngine_Color___ctor, (KeyValuePair_2_System_Object_UnityEngine_Color_ * __this, Object * key, Color value, MethodInfo * method)); DO_APP_FUNC(0x01772070, String *, KeyValuePair_2_System_Object_UnityEngine_Color__ToString, (KeyValuePair_2_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_UnityEngine_Color__get_Key, (KeyValuePair_2_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, Color, KeyValuePair_2_System_Object_UnityEngine_Color__get_Value, (KeyValuePair_2_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0050EF20, void, KeyValuePair_2_System_Object_UnityEngine_Color32___ctor, (KeyValuePair_2_System_Object_UnityEngine_Color32_ * __this, Object * key, Color32 value, MethodInfo * method)); DO_APP_FUNC(0x017725C0, String *, KeyValuePair_2_System_Object_UnityEngine_Color32__ToString, (KeyValuePair_2_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_UnityEngine_Color32__get_Key, (KeyValuePair_2_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F10, Color32, KeyValuePair_2_System_Object_UnityEngine_Color32__get_Value, (KeyValuePair_2_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0050EF20, void, KeyValuePair_2_System_Object_System_Int32___ctor, (KeyValuePair_2_System_Object_System_Int32_ * __this, Object * key, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017725C0, String *, KeyValuePair_2_System_Object_System_Int32__ToString, (KeyValuePair_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_System_Int32__get_Key, (KeyValuePair_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, KeyValuePair_2_System_Object_System_Int32__get_Value, (KeyValuePair_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0050EF20, void, KeyValuePair_2_System_Object_System_Int32Enum___ctor, (KeyValuePair_2_System_Object_System_Int32Enum_ * __this, Object * key, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x017725C0, String *, KeyValuePair_2_System_Object_System_Int32Enum__ToString, (KeyValuePair_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_System_Int32Enum__get_Key, (KeyValuePair_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F10, Int32Enum__Enum, KeyValuePair_2_System_Object_System_Int32Enum__get_Value, (KeyValuePair_2_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AB78E0, void, KeyValuePair_2_System_Object_System_Object___ctor, (KeyValuePair_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01772660, String *, KeyValuePair_2_System_Object_System_Object__ToString, (KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_System_Object__get_Key, (KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA3B0, KeyValuePair_2_System_Object_System_Object__get_Key__MethodInfo); DO_APP_FUNC(0x005DE470, Object *, KeyValuePair_2_System_Object_System_Object__get_Value, (KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA3A0, KeyValuePair_2_System_Object_System_Object__get_Value__MethodInfo); DO_APP_FUNC(0x011A4DD0, void, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor, (KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * key, ObjectSurface value, MethodInfo * method)); DO_APP_FUNC(0x01772070, String *, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__ToString, (KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__get_Key, (KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, ObjectSurface, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__get_Value, (KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017726C0, void, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue___ctor, (KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Object * key, OriginalMaterialValue value, MethodInfo * method)); DO_APP_FUNC(0x01772760, String *, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__ToString, (KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__get_Key, (KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01772740, OriginalMaterialValue, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__get_Value, (KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01772560, void, KeyValuePair_2_System_Object_UnityEngine_Playables_Playable___ctor, (KeyValuePair_2_System_Object_UnityEngine_Playables_Playable_ * __this, Object * key, Playable value, MethodInfo * method)); DO_APP_FUNC(0x01772070, String *, KeyValuePair_2_System_Object_UnityEngine_Playables_Playable__ToString, (KeyValuePair_2_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_UnityEngine_Playables_Playable__get_Key, (KeyValuePair_2_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, Playable, KeyValuePair_2_System_Object_UnityEngine_Playables_Playable__get_Value, (KeyValuePair_2_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01772820, void, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings___ctor, (KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Object * key, ProbeVolumeBakingProcessSettings value, MethodInfo * method)); DO_APP_FUNC(0x017721D0, String *, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__ToString, (KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__get_Key, (KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01771B20, ProbeVolumeBakingProcessSettings, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__get_Value, (KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A4DD0, void, KeyValuePair_2_System_Object_System_Resources_ResourceLocator___ctor, (KeyValuePair_2_System_Object_System_Resources_ResourceLocator_ * __this, Object * key, ResourceLocator value, MethodInfo * method)); DO_APP_FUNC(0x01772070, String *, KeyValuePair_2_System_Object_System_Resources_ResourceLocator__ToString, (KeyValuePair_2_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_System_Resources_ResourceLocator__get_Key, (KeyValuePair_2_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, ResourceLocator, KeyValuePair_2_System_Object_System_Resources_ResourceLocator__get_Value, (KeyValuePair_2_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00BFE420, void, KeyValuePair_2_System_Object_System_Single___ctor, (KeyValuePair_2_System_Object_System_Single_ * __this, Object * key, float value, MethodInfo * method)); DO_APP_FUNC(0x01772890, String *, KeyValuePair_2_System_Object_System_Single__ToString, (KeyValuePair_2_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_System_Single__get_Key, (KeyValuePair_2_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C859B0, float, KeyValuePair_2_System_Object_System_Single__get_Value, (KeyValuePair_2_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A4DD0, void, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor, (KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * key, StylePropertyValue value, MethodInfo * method)); DO_APP_FUNC(0x01772070, String *, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__ToString, (KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__get_Key, (KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, StylePropertyValue, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__get_Value, (KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0050EF20, void, KeyValuePair_2_System_Object_UnityEngine_UIElements_TextureId___ctor, (KeyValuePair_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, Object * key, TextureId value, MethodInfo * method)); DO_APP_FUNC(0x017725C0, String *, KeyValuePair_2_System_Object_UnityEngine_UIElements_TextureId__ToString, (KeyValuePair_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_UnityEngine_UIElements_TextureId__get_Key, (KeyValuePair_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F10, TextureId, KeyValuePair_2_System_Object_UnityEngine_UIElements_TextureId__get_Value, (KeyValuePair_2_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01772940, void, KeyValuePair_2_System_Object_System_TimeSpan___ctor, (KeyValuePair_2_System_Object_System_TimeSpan_ * __this, Object * key, TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x017729A0, String *, KeyValuePair_2_System_Object_System_TimeSpan__ToString, (KeyValuePair_2_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_System_TimeSpan__get_Key, (KeyValuePair_2_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, TimeSpan, KeyValuePair_2_System_Object_System_TimeSpan__get_Value, (KeyValuePair_2_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01772A40, void, KeyValuePair_2_System_Object_UdpKit_UdpEndPoint___ctor, (KeyValuePair_2_System_Object_UdpKit_UdpEndPoint_ * __this, Object * key, UdpEndPoint value, MethodInfo * method)); DO_APP_FUNC(0x01772AD0, String *, KeyValuePair_2_System_Object_UdpKit_UdpEndPoint__ToString, (KeyValuePair_2_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_UdpKit_UdpEndPoint__get_Key, (KeyValuePair_2_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01772AB0, UdpEndPoint, KeyValuePair_2_System_Object_UdpKit_UdpEndPoint__get_Value, (KeyValuePair_2_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01772B90, void, KeyValuePair_2_System_Object_UnityEngine_Vector2___ctor, (KeyValuePair_2_System_Object_UnityEngine_Vector2_ * __this, Object * key, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x01772C10, String *, KeyValuePair_2_System_Object_UnityEngine_Vector2__ToString, (KeyValuePair_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_UnityEngine_Vector2__get_Key, (KeyValuePair_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01772BF0, Vector2, KeyValuePair_2_System_Object_UnityEngine_Vector2__get_Value, (KeyValuePair_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01772CC0, void, KeyValuePair_2_System_Object_UnityEngine_Vector3___ctor, (KeyValuePair_2_System_Object_UnityEngine_Vector3_ * __this, Object * key, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01772D30, String *, KeyValuePair_2_System_Object_UnityEngine_Vector3__ToString, (KeyValuePair_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_UnityEngine_Vector3__get_Key, (KeyValuePair_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00999700, Vector3, KeyValuePair_2_System_Object_UnityEngine_Vector3__get_Value, (KeyValuePair_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01772DE0, void, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor, (KeyValuePair_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * key, InputControlLayout_ControlItem value, MethodInfo * method)); DO_APP_FUNC(0x01772FA0, String *, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__ToString, (KeyValuePair_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Key, (KeyValuePair_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01772F20, InputControlLayout_ControlItem, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Value, (KeyValuePair_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01772940, void, KeyValuePair_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState___ctor, (KeyValuePair_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Object * key, InputSystemUIInputModule_InputActionReferenceState value, MethodInfo * method)); DO_APP_FUNC(0x017729A0, String *, KeyValuePair_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__ToString, (KeyValuePair_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__get_Key, (KeyValuePair_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, InputSystemUIInputModule_InputActionReferenceState, KeyValuePair_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__get_Value, (KeyValuePair_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017730C0, void, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * key, JsonParser_JsonValue value, MethodInfo * method)); DO_APP_FUNC(0x017731D0, String *, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__ToString, (KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Key, (KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017731A0, JsonParser_JsonValue, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Value, (KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0050EF20, void, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId___ctor, (KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Object * key, ProbeReferenceVolume_RegId value, MethodInfo * method)); DO_APP_FUNC(0x017725C0, String *, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__ToString, (KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__get_Key, (KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F10, ProbeReferenceVolume_RegId, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__get_Value, (KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017732A0, void, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback___ctor, (KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Object * key, ProtocolClient_AckCallback value, MethodInfo * method)); DO_APP_FUNC(0x01772760, String *, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__ToString, (KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__get_Key, (KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01772740, ProtocolClient_AckCallback, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__get_Value, (KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017732A0, void, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler___ctor, (KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Object * key, ProtocolClient_MsgHandler value, MethodInfo * method)); DO_APP_FUNC(0x01772760, String *, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__ToString, (KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__get_Key, (KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01772740, ProtocolClient_MsgHandler, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__get_Value, (KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x007D4890, void, KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor, (KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * key, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo value, MethodInfo * method)); DO_APP_FUNC(0x017722A0, String *, KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__ToString, (KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_Key, (KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01772280, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo, KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_Value, (KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01772940, void, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData___ctor, (KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Object * key, StyleComplexSelector_PseudoStateData value, MethodInfo * method)); DO_APP_FUNC(0x017729A0, String *, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__ToString, (KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__get_Key, (KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, StyleComplexSelector_PseudoStateData, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__get_Value, (KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A23D0, void, KeyValuePair_2_Photon_Bolt_PrefabId_System_Object___ctor, (KeyValuePair_2_Photon_Bolt_PrefabId_System_Object_ * __this, PrefabId key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01771690, String *, KeyValuePair_2_Photon_Bolt_PrefabId_System_Object__ToString, (KeyValuePair_2_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, PrefabId, KeyValuePair_2_Photon_Bolt_PrefabId_System_Object__get_Key, (KeyValuePair_2_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, Object *, KeyValuePair_2_Photon_Bolt_PrefabId_System_Object__get_Value, (KeyValuePair_2_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A23D0, void, KeyValuePair_2_UnityEngine_PropertyName_System_Object___ctor, (KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, PropertyName key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BDF8, KeyValuePair_2_UnityEngine_PropertyName_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x01771690, String *, KeyValuePair_2_UnityEngine_PropertyName_System_Object__ToString, (KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, PropertyName, KeyValuePair_2_UnityEngine_PropertyName_System_Object__get_Key, (KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BDA0, KeyValuePair_2_UnityEngine_PropertyName_System_Object__get_Key__MethodInfo); DO_APP_FUNC(0x005DE470, Object *, KeyValuePair_2_UnityEngine_PropertyName_System_Object__get_Value, (KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BDA8, KeyValuePair_2_UnityEngine_PropertyName_System_Object__get_Value__MethodInfo); DO_APP_FUNC(0x01773370, void, KeyValuePair_2_UnityEngine_RaycastHit_System_Int32___ctor, (KeyValuePair_2_UnityEngine_RaycastHit_System_Int32_ * __this, RaycastHit key, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017733D0, String *, KeyValuePair_2_UnityEngine_RaycastHit_System_Int32__ToString, (KeyValuePair_2_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017733A0, RaycastHit, KeyValuePair_2_UnityEngine_RaycastHit_System_Int32__get_Key, (KeyValuePair_2_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, int32_t, KeyValuePair_2_UnityEngine_RaycastHit_System_Int32__get_Value, (KeyValuePair_2_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017734D0, void, KeyValuePair_2_System_Single_SplineMesh_CurveSample___ctor, (KeyValuePair_2_System_Single_SplineMesh_CurveSample_ * __this, float key, CurveSample value, MethodInfo * method)); DO_APP_FUNC(0x01773540, String *, KeyValuePair_2_System_Single_SplineMesh_CurveSample__ToString, (KeyValuePair_2_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C0D910, float, KeyValuePair_2_System_Single_SplineMesh_CurveSample__get_Key, (KeyValuePair_2_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01773510, CurveSample, KeyValuePair_2_System_Single_SplineMesh_CurveSample__get_Value, (KeyValuePair_2_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A3F60, void, KeyValuePair_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object___ctor, (KeyValuePair_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, TerrainTileCoord key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01771E30, String *, KeyValuePair_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__ToString, (KeyValuePair_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, TerrainTileCoord, KeyValuePair_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__get_Key, (KeyValuePair_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, Object *, KeyValuePair_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__get_Value, (KeyValuePair_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017709F0, void, KeyValuePair_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object___ctor, (KeyValuePair_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, TrackableId key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01770530, String *, KeyValuePair_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__ToString, (KeyValuePair_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, TrackableId, KeyValuePair_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__get_Key, (KeyValuePair_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, KeyValuePair_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__get_Value, (KeyValuePair_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A23D0, void, KeyValuePair_2_Photon_Bolt_TypeId_System_Object___ctor, (KeyValuePair_2_Photon_Bolt_TypeId_System_Object_ * __this, TypeId key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01771690, String *, KeyValuePair_2_Photon_Bolt_TypeId_System_Object__ToString, (KeyValuePair_2_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, TypeId, KeyValuePair_2_Photon_Bolt_TypeId_System_Object__get_Key, (KeyValuePair_2_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, Object *, KeyValuePair_2_Photon_Bolt_TypeId_System_Object__get_Value, (KeyValuePair_2_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01773660, void, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, uint16_t key, BoltPeer value, MethodInfo * method)); DO_APP_FUNC(0x017736C0, String *, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__ToString, (KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C57D60, uint16_t, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Key, (KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, BoltPeer, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Value, (KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01773660, void, KeyValuePair_2_System_UInt16_System_Object___ctor, (KeyValuePair_2_System_UInt16_System_Object_ * __this, uint16_t key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017737B0, String *, KeyValuePair_2_System_UInt16_System_Object__ToString, (KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C57D60, uint16_t, KeyValuePair_2_System_UInt16_System_Object__get_Key, (KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, Object *, KeyValuePair_2_System_UInt16_System_Object__get_Value, (KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01773850, void, KeyValuePair_2_System_UInt16_Dissonance_PlayerChannel___ctor, (KeyValuePair_2_System_UInt16_Dissonance_PlayerChannel_ * __this, uint16_t key, PlayerChannel value, MethodInfo * method)); DO_APP_FUNC(0x017738C0, String *, KeyValuePair_2_System_UInt16_Dissonance_PlayerChannel__ToString, (KeyValuePair_2_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C57D60, uint16_t, KeyValuePair_2_System_UInt16_Dissonance_PlayerChannel__get_Key, (KeyValuePair_2_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01771B20, PlayerChannel, KeyValuePair_2_System_UInt16_Dissonance_PlayerChannel__get_Value, (KeyValuePair_2_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57260, KeyValuePair_2_System_UInt16_Dissonance_PlayerChannel__get_Value__MethodInfo); DO_APP_FUNC(0x017739B0, void, KeyValuePair_2_System_UInt16_Dissonance_RoomChannel___ctor, (KeyValuePair_2_System_UInt16_Dissonance_RoomChannel_ * __this, uint16_t key, RoomChannel value, MethodInfo * method)); DO_APP_FUNC(0x01773A20, String *, KeyValuePair_2_System_UInt16_Dissonance_RoomChannel__ToString, (KeyValuePair_2_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C57D60, uint16_t, KeyValuePair_2_System_UInt16_Dissonance_RoomChannel__get_Key, (KeyValuePair_2_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01772740, RoomChannel, KeyValuePair_2_System_UInt16_Dissonance_RoomChannel__get_Value, (KeyValuePair_2_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C572E0, KeyValuePair_2_System_UInt16_Dissonance_RoomChannel__get_Value__MethodInfo); DO_APP_FUNC(0x0119F2E0, void, KeyValuePair_2_System_UInt32_System_Boolean___ctor, (KeyValuePair_2_System_UInt32_System_Boolean_ * __this, uint32_t key, bool value, MethodInfo * method)); DO_APP_FUNC(0x01771010, String *, KeyValuePair_2_System_UInt32_System_Boolean__ToString, (KeyValuePair_2_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, uint32_t, KeyValuePair_2_System_UInt32_System_Boolean__get_Key, (KeyValuePair_2_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01771000, bool, KeyValuePair_2_System_UInt32_System_Boolean__get_Value, (KeyValuePair_2_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B2E8, KeyValuePair_2_System_UInt32_System_Boolean__get_Value__MethodInfo); DO_APP_FUNC(0x01773B20, void, KeyValuePair_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor, (KeyValuePair_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, uint32_t key, GlyphPairAdjustmentRecord value, MethodInfo * method)); DO_APP_FUNC(0x01773B80, String *, KeyValuePair_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__ToString, (KeyValuePair_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, uint32_t, KeyValuePair_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__get_Key, (KeyValuePair_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01773B50, GlyphPairAdjustmentRecord, KeyValuePair_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__get_Value, (KeyValuePair_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x009B8F70, void, KeyValuePair_2_System_UInt32_System_Int32___ctor, (KeyValuePair_2_System_UInt32_System_Int32_ * __this, uint32_t key, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017714B0, String *, KeyValuePair_2_System_UInt32_System_Int32__ToString, (KeyValuePair_2_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, uint32_t, KeyValuePair_2_System_UInt32_System_Int32__get_Key, (KeyValuePair_2_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59320, int32_t, KeyValuePair_2_System_UInt32_System_Int32__get_Value, (KeyValuePair_2_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A23D0, void, KeyValuePair_2_System_UInt32_System_Object___ctor, (KeyValuePair_2_System_UInt32_System_Object_ * __this, uint32_t key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01771690, String *, KeyValuePair_2_System_UInt32_System_Object__ToString, (KeyValuePair_2_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, uint32_t, KeyValuePair_2_System_UInt32_System_Object__get_Key, (KeyValuePair_2_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, Object *, KeyValuePair_2_System_UInt32_System_Object__get_Value, (KeyValuePair_2_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01773C80, void, KeyValuePair_2_System_UInt32_SessionClient___ctor, (KeyValuePair_2_System_UInt32_SessionClient_ * __this, uint32_t key, SessionClient value, MethodInfo * method)); DO_APP_FUNC(0x01773D30, String *, KeyValuePair_2_System_UInt32_SessionClient__ToString, (KeyValuePair_2_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, uint32_t, KeyValuePair_2_System_UInt32_SessionClient__get_Key, (KeyValuePair_2_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA24C0, KeyValuePair_2_System_UInt32_SessionClient__get_Key__MethodInfo); DO_APP_FUNC(0x01773D00, SessionClient, KeyValuePair_2_System_UInt32_SessionClient__get_Value, (KeyValuePair_2_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA24A8, KeyValuePair_2_System_UInt32_SessionClient__get_Value__MethodInfo); DO_APP_FUNC(0x011A3F60, void, KeyValuePair_2_System_UInt64_System_Object___ctor, (KeyValuePair_2_System_UInt64_System_Object_ * __this, uint64_t key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01771E30, String *, KeyValuePair_2_System_UInt64_System_Object__ToString, (KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, uint64_t, KeyValuePair_2_System_UInt64_System_Object__get_Key, (KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, Object *, KeyValuePair_2_System_UInt64_System_Object__get_Value, (KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01773E40, void, KeyValuePair_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor, (KeyValuePair_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, UVTexture key, ObjectSurface value, MethodInfo * method)); DO_APP_FUNC(0x01773F00, String *, KeyValuePair_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__ToString, (KeyValuePair_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01770920, UVTexture, KeyValuePair_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__get_Key, (KeyValuePair_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, ObjectSurface, KeyValuePair_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__get_Value, (KeyValuePair_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01774000, void, KeyValuePair_2_UdpKit_UdpChannelName_System_Object___ctor, (KeyValuePair_2_UdpKit_UdpChannelName_System_Object_ * __this, UdpChannelName key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01770530, String *, KeyValuePair_2_UdpKit_UdpChannelName_System_Object__ToString, (KeyValuePair_2_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, UdpChannelName, KeyValuePair_2_UdpKit_UdpChannelName_System_Object__get_Key, (KeyValuePair_2_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, KeyValuePair_2_UdpKit_UdpChannelName_System_Object__get_Value, (KeyValuePair_2_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017740B0, void, KeyValuePair_2_UdpKit_UdpEndPoint_System_Object___ctor, (KeyValuePair_2_UdpKit_UdpEndPoint_System_Object_ * __this, UdpEndPoint key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01774140, String *, KeyValuePair_2_UdpKit_UdpEndPoint_System_Object__ToString, (KeyValuePair_2_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01774120, UdpEndPoint, KeyValuePair_2_UdpKit_UdpEndPoint_System_Object__get_Key, (KeyValuePair_2_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Object *, KeyValuePair_2_UdpKit_UdpEndPoint_System_Object__get_Value, (KeyValuePair_2_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01774200, void, KeyValuePair_2_UdpKit_UdpEndPoint_System_UInt32___ctor, (KeyValuePair_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, UdpEndPoint key, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01774220, String *, KeyValuePair_2_UdpKit_UdpEndPoint_System_UInt32__ToString, (KeyValuePair_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01774120, UdpEndPoint, KeyValuePair_2_UdpKit_UdpEndPoint_System_UInt32__get_Key, (KeyValuePair_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, uint32_t, KeyValuePair_2_UdpKit_UdpEndPoint_System_UInt32__get_Value, (KeyValuePair_2_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017709F0, void, KeyValuePair_2_Photon_Bolt_UniqueId_System_Object___ctor, (KeyValuePair_2_Photon_Bolt_UniqueId_System_Object_ * __this, UniqueId key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01770530, String *, KeyValuePair_2_Photon_Bolt_UniqueId_System_Object__ToString, (KeyValuePair_2_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, UniqueId, KeyValuePair_2_Photon_Bolt_UniqueId_System_Object__get_Key, (KeyValuePair_2_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, KeyValuePair_2_Photon_Bolt_UniqueId_System_Object__get_Value, (KeyValuePair_2_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01770B50, void, KeyValuePair_2_UnityEngine_Vector3_System_Int32___ctor, (KeyValuePair_2_UnityEngine_Vector3_System_Int32_ * __this, Vector3 key, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C857C8, KeyValuePair_2_UnityEngine_Vector3_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x01770B90, String *, KeyValuePair_2_UnityEngine_Vector3_System_Int32__ToString, (KeyValuePair_2_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01770B70, Vector3, KeyValuePair_2_UnityEngine_Vector3_System_Int32__get_Key, (KeyValuePair_2_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C857D0, KeyValuePair_2_UnityEngine_Vector3_System_Int32__get_Key__MethodInfo); DO_APP_FUNC(0x00E9A280, int32_t, KeyValuePair_2_UnityEngine_Vector3_System_Int32__get_Value, (KeyValuePair_2_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C838A0, KeyValuePair_2_UnityEngine_Vector3_System_Int32__get_Value__MethodInfo); DO_APP_FUNC(0x011A96F0, void, KeyValuePair_2_UnityEngine_Vector3Int_System_Object___ctor, (KeyValuePair_2_UnityEngine_Vector3Int_System_Object_ * __this, Vector3Int key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01774320, String *, KeyValuePair_2_UnityEngine_Vector3Int_System_Object__ToString, (KeyValuePair_2_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01770B70, Vector3Int, KeyValuePair_2_UnityEngine_Vector3Int_System_Object__get_Key, (KeyValuePair_2_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, KeyValuePair_2_UnityEngine_Vector3Int_System_Object__get_Value, (KeyValuePair_2_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01771ED0, void, KeyValuePair_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef___ctor, (KeyValuePair_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, XPathNodeRef key, XPathNodeRef value, MethodInfo * method)); DO_APP_FUNC(0x01771F80, String *, KeyValuePair_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__ToString, (KeyValuePair_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, XPathNodeRef, KeyValuePair_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__get_Key, (KeyValuePair_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, XPathNodeRef, KeyValuePair_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__get_Value, (KeyValuePair_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01770480, void, KeyValuePair_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object___ctor, (KeyValuePair_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, JSONDeserialization_TaskField key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01770530, String *, KeyValuePair_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__ToString, (KeyValuePair_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, JSONDeserialization_TaskField, KeyValuePair_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__get_Key, (KeyValuePair_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, KeyValuePair_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__get_Value, (KeyValuePair_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017743D0, void, KeyValuePair_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry___ctor, (KeyValuePair_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MemberRelationshipService_RelationshipEntry key, MemberRelationshipService_RelationshipEntry value, MethodInfo * method)); DO_APP_FUNC(0x017744A0, String *, KeyValuePair_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__ToString, (KeyValuePair_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01770920, MemberRelationshipService_RelationshipEntry, KeyValuePair_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__get_Key, (KeyValuePair_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD9770, MemberRelationshipService_RelationshipEntry, KeyValuePair_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__get_Value, (KeyValuePair_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A23D0, void, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object___ctor, (KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, ProbeReferenceVolume_RegId key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01771690, String *, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__ToString, (KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, ProbeReferenceVolume_RegId, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__get_Key, (KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, Object *, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__get_Value, (KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01770D80, void, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta___ctor, (KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, ProbeReferenceVolume_RegId key, ProbeBrickIndex_BrickMeta value, MethodInfo * method)); DO_APP_FUNC(0x01770DE0, String *, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__ToString, (KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, ProbeReferenceVolume_RegId, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__get_Key, (KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, ProbeBrickIndex_BrickMeta, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__get_Value, (KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017745A0, void, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo___ctor, (KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, ProbeReferenceVolume_RegId key, ProbeBrickIndex_CellIndexUpdateInfo value, MethodInfo * method)); DO_APP_FUNC(0x017745E0, String *, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__ToString, (KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, ProbeReferenceVolume_RegId, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__get_Key, (KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017745C0, ProbeBrickIndex_CellIndexUpdateInfo, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__get_Value, (KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017746E0, void, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object___ctor, (KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, ProbeReferenceVolume_Volume key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01774780, String *, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__ToString, (KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01774750, ProbeReferenceVolume_Volume, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__get_Key, (KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Object *, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__get_Value, (KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01770860, void, KeyValuePair_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object___ctor, (KeyValuePair_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Regex_CachedCodeEntryKey key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01770940, String *, KeyValuePair_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__ToString, (KeyValuePair_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01770920, Regex_CachedCodeEntryKey, KeyValuePair_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__get_Key, (KeyValuePair_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, KeyValuePair_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__get_Value, (KeyValuePair_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01774840, void, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32___ctor, (KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01770A60, String *, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__ToString, (KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, StylePropertyAnimationSystem_ElementPropertyPair, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__get_Key, (KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__get_Value, (KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01774840, void, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum___ctor, (KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01770A60, String *, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__ToString, (KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, StylePropertyAnimationSystem_ElementPropertyPair, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__get_Key, (KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, Int32Enum__Enum, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__get_Value, (KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01770480, void, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object___ctor, (KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, StylePropertyAnimationSystem_ElementPropertyPair key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01770530, String *, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__ToString, (KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, StylePropertyAnimationSystem_ElementPropertyPair, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__get_Key, (KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__get_Value, (KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A3F60, void, KeyValuePair_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object___ctor, (KeyValuePair_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, StyleSheetCache_SheetHandleKey key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01771E30, String *, KeyValuePair_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__ToString, (KeyValuePair_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, StyleSheetCache_SheetHandleKey, KeyValuePair_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__get_Key, (KeyValuePair_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, Object *, KeyValuePair_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__get_Value, (KeyValuePair_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017748A0, void, KeyValuePair_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object___ctor, (KeyValuePair_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, WetDecalSystem_MaterialBatchId key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017749E0, String *, KeyValuePair_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__ToString, (KeyValuePair_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01774990, WetDecalSystem_MaterialBatchId, KeyValuePair_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__get_Key, (KeyValuePair_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, Object *, KeyValuePair_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__get_Value, (KeyValuePair_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01774FE0, void, KeyboardEventBase_1_System_Object___ctor, (KeyboardEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01774D30, Object *, KeyboardEventBase_1_System_Object__GetPooled, (Event_1 * systemEvent, MethodInfo * method)); DO_APP_FUNC(0x01774B70, Object *, KeyboardEventBase_1_System_Object__GetPooled_1, (uint16_t c, KeyCode__Enum keyCode, EventModifiers__Enum modifiers, MethodInfo * method)); DO_APP_FUNC(0x0101DB10, void, KeyboardEventBase_1_System_Object__Init, (KeyboardEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01774AF0, void, KeyboardEventBase_1_System_Object__LocalInit, (KeyboardEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D9D0, bool, KeyboardEventBase_1_System_Object__get_actionKey, (KeyboardEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D990, bool, KeyboardEventBase_1_System_Object__get_altKey, (KeyboardEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01774AD0, uint16_t, KeyboardEventBase_1_System_Object__get_character, (KeyboardEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D950, bool, KeyboardEventBase_1_System_Object__get_commandKey, (KeyboardEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D910, bool, KeyboardEventBase_1_System_Object__get_ctrlKey, (KeyboardEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E400, KeyCode__Enum, KeyboardEventBase_1_System_Object__get_keyCode, (KeyboardEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D6B0, EventModifiers__Enum, KeyboardEventBase_1_System_Object__get_modifiers, (KeyboardEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D8D0, bool, KeyboardEventBase_1_System_Object__get_shiftKey, (KeyboardEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01774AE0, void, KeyboardEventBase_1_System_Object__set_character, (KeyboardEventBase_1_System_Object_ * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x00C6E410, void, KeyboardEventBase_1_System_Object__set_keyCode, (KeyboardEventBase_1_System_Object_ * __this, KeyCode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00609B20, void, KeyboardEventBase_1_System_Object__set_modifiers, (KeyboardEventBase_1_System_Object_ * __this, EventModifiers__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00CB3DD0, void, KeyedGetSetValueStore_1_System_Object__AddItem, (KeyedGetSetValueStore_1_System_Object_ * __this, Object * key, IGetSetValue_1_System_Object_ * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60D58, KeyedGetSetValueStore_1_System_Object__AddItem__MethodInfo); DO_APP_FUNC(0x00CB3EA0, bool, KeyedGetSetValueStore_1_System_Object__ContainsValue, (KeyedGetSetValueStore_1_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00CB3FB0, IGetSetValue_1_System_Object_ *, KeyedGetSetValueStore_1_System_Object__GetItem, (KeyedGetSetValueStore_1_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00CB4130, Object *, KeyedGetSetValueStore_1_System_Object__GetValue, (KeyedGetSetValueStore_1_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00CB41F0, bool, KeyedGetSetValueStore_1_System_Object__RemoveItem, (KeyedGetSetValueStore_1_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00CB4270, void, KeyedGetSetValueStore_1_System_Object__SetValue, (KeyedGetSetValueStore_1_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00CB4330, bool, KeyedGetSetValueStore_1_System_Object__TryGetValue, (KeyedGetSetValueStore_1_System_Object_ * __this, Object * key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x00CB4540, bool, KeyedGetSetValueStore_1_System_Object__TrySetValue, (KeyedGetSetValueStore_1_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01775060, void, KeyedGetSetValueStore_1_System_Object___ctor, (KeyedGetSetValueStore_1_System_Object_ * __this, bool param_0000c9d3, MethodInfo * method)); DO_APP_FUNC(0x003BACC0, void, KeyedGetSetValueStore_1_System_Object___ctor_1, (KeyedGetSetValueStore_1_System_Object_ * __this, Dictionary_2_System_Object_System_Object_ * param_0000c9d1, bool param_0000c9d2, MethodInfo * method)); DO_APP_FUNC(0x01775130, void, KeyedGetSetValueStore_1_System_Object__Clear, (KeyedGetSetValueStore_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01487010, bool, KeyedGetSetValueStore_1_System_Object__ContainsKey, (KeyedGetSetValueStore_1_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x017752B0, String *, KeyedGetSetValueStore_1_System_Object__GasllTTToajCmzsowkFziksAizDU, (Object * param_0000c9e3, Type * param_0000c9e4, MethodInfo * method)); DO_APP_FUNC(0x017756F0, void, KeyedGetSetValueStore_1_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_System_Object___Add, (KeyedGetSetValueStore_1_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ param_0000c9ee, MethodInfo * method)); DO_APP_FUNC(0x017757E0, void, KeyedGetSetValueStore_1_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_System_Object___Clear, (KeyedGetSetValueStore_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01775860, bool, KeyedGetSetValueStore_1_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_System_Object___Contains, (KeyedGetSetValueStore_1_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ param_0000c9ef, MethodInfo * method)); DO_APP_FUNC(0x01775930, void, KeyedGetSetValueStore_1_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_System_Object___CopyTo, (KeyedGetSetValueStore_1_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object___Array * param_0000c9f0, int32_t param_0000c9f1, MethodInfo * method)); DO_APP_FUNC(0x017759A0, bool, KeyedGetSetValueStore_1_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_System_Object___Remove, (KeyedGetSetValueStore_1_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ param_0000c9f2, MethodInfo * method)); DO_APP_FUNC(0x010120E0, int32_t, KeyedGetSetValueStore_1_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_System_Object___get_Count, (KeyedGetSetValueStore_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, KeyedGetSetValueStore_1_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_System_Object___get_IsReadOnly, (KeyedGetSetValueStore_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017754F0, void, KeyedGetSetValueStore_1_System_Object__System_Collections_Generic_IDictionary_TKey_System_Object__Add, (KeyedGetSetValueStore_1_System_Object_ * __this, Object * param_0000c9e5, Object * param_0000c9e6, MethodInfo * method)); DO_APP_FUNC(0x01775570, bool, KeyedGetSetValueStore_1_System_Object__System_Collections_Generic_IDictionary_TKey_System_Object__ContainsKey, (KeyedGetSetValueStore_1_System_Object_ * __this, Object * param_0000c9e7, MethodInfo * method)); DO_APP_FUNC(0x00CB41F0, bool, KeyedGetSetValueStore_1_System_Object__System_Collections_Generic_IDictionary_TKey_System_Object__Remove, (KeyedGetSetValueStore_1_System_Object_ * __this, Object * param_0000c9e8, MethodInfo * method)); DO_APP_FUNC(0x017755E0, bool, KeyedGetSetValueStore_1_System_Object__System_Collections_Generic_IDictionary_TKey_System_Object__TryGetValue, (KeyedGetSetValueStore_1_System_Object_ * __this, Object * param_0000c9e9, Object * * param_0000c9ea, MethodInfo * method)); DO_APP_FUNC(0x01185E50, Object *, KeyedGetSetValueStore_1_System_Object__System_Collections_Generic_IDictionary_TKey_System_Object__get_Item, (KeyedGetSetValueStore_1_System_Object_ * __this, Object * param_0000c9eb, MethodInfo * method)); DO_APP_FUNC(0x017755A0, ICollection_1_System_Object_ *, KeyedGetSetValueStore_1_System_Object__System_Collections_Generic_IDictionary_TKey_System_Object__get_Keys, (KeyedGetSetValueStore_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01775620, ICollection_1_System_Object_ *, KeyedGetSetValueStore_1_System_Object__System_Collections_Generic_IDictionary_TKey_System_Object__get_Values, (KeyedGetSetValueStore_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01775670, void, KeyedGetSetValueStore_1_System_Object__System_Collections_Generic_IDictionary_TKey_System_Object__set_Item, (KeyedGetSetValueStore_1_System_Object_ * __this, Object * param_0000c9ec, Object * param_0000c9ed, MethodInfo * method)); DO_APP_FUNC(0x01775AA0, IEnumerator_1_KeyValuePair_2_System_Object_System_Object_ *, KeyedGetSetValueStore_1_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_System_Object___GetEnumerator, (KeyedGetSetValueStore_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01775AA0, IEnumerator *, KeyedGetSetValueStore_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (KeyedGetSetValueStore_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01775190, void, KeyedGetSetValueStore_1_System_Object__dIhAWFuIZJbiAZZKYWteTPPRgxOj, (KeyedGetSetValueStore_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E8E0, KeyedGetSetValueStore_1_System_Object__dIhAWFuIZJbiAZZKYWteTPPRgxOj__MethodInfo); DO_APP_FUNC(0x010120E0, int32_t, KeyedGetSetValueStore_1_System_Object__get_Count, (KeyedGetSetValueStore_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, KeyedGetSetValueStore_1_System_Object__get_isReadOnlyCollection, (KeyedGetSetValueStore_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01775200, void, KeyedGetSetValueStore_1_System_Object__rKJgWvlFoiaVfuyyWxQFvTRTyLPK, (Object * param_0000c9e1, Type * param_0000c9e2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E8E8, KeyedGetSetValueStore_1_System_Object__rKJgWvlFoiaVfuyyWxQFvTRTyLPK__MethodInfo); DO_APP_FUNC(0x01775B40, void, LargeArrayBuilder_1_System_Object___ctor, (LargeArrayBuilder_1_System_Object_ * __this, bool initialize, MethodInfo * method)); DO_APP_FUNC(0x01775B80, void, LargeArrayBuilder_1_System_Object___ctor_1, (LargeArrayBuilder_1_System_Object_ * __this, int32_t maxCapacity, MethodInfo * method)); DO_APP_FUNC(0x01775CB0, void, LargeArrayBuilder_1_System_Object__AddRange, (LargeArrayBuilder_1_System_Object_ * __this, IEnumerable_1_System_Object_ * items, MethodInfo * method)); DO_APP_FUNC(0x01775F40, void, LargeArrayBuilder_1_System_Object__AddWithBufferAllocation, (LargeArrayBuilder_1_System_Object_ * __this, Object * item, Object__Array * * destination, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x017763E0, void, LargeArrayBuilder_1_System_Object__AllocateBuffer, (LargeArrayBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01776020, void, LargeArrayBuilder_1_System_Object__CopyTo, (LargeArrayBuilder_1_System_Object_ * __this, Object__Array * array, int32_t arrayIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01776180, Object__Array *, LargeArrayBuilder_1_System_Object__GetBuffer, (LargeArrayBuilder_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01776220, Object__Array *, LargeArrayBuilder_1_System_Object__ToArray, (LargeArrayBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01776370, bool, LargeArrayBuilder_1_System_Object__TryMove, (LargeArrayBuilder_1_System_Object_ * __this, Object__Array * * array, MethodInfo * method)); DO_APP_FUNC(0x01776780, void, Lazy_1_Boolean___ctor, (Lazy_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017767B0, void, Lazy_1_Boolean___ctor_1, (Lazy_1_Boolean_ * __this, Func_1_Boolean_ * valueFactory, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78B80, Lazy_1_Boolean___ctor_1__MethodInfo); DO_APP_FUNC(0x017767E0, void, Lazy_1_Boolean___ctor_2, (Lazy_1_Boolean_ * __this, Func_1_Boolean_ * valueFactory, LazyThreadSafetyMode__Enum mode, bool useDefaultConstructor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E8A0, Lazy_1_Boolean___ctor_2__MethodInfo); DO_APP_FUNC(0x01777120, bool, Lazy_1_Boolean__CreateValue, (Lazy_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01776670, bool, Lazy_1_Boolean__CreateViaDefaultConstructor, (MethodInfo * method)); DO_APP_FUNC(0x01776BD0, void, Lazy_1_Boolean__ExecutionAndPublication, (Lazy_1_Boolean_ * __this, LazyHelper * executionAndPublication, bool useDefaultConstructor, MethodInfo * method)); DO_APP_FUNC(0x01776DC0, void, Lazy_1_Boolean__PublicationOnly, (Lazy_1_Boolean_ * __this, LazyHelper * publicationOnly, bool possibleValue, MethodInfo * method)); DO_APP_FUNC(0x01776F60, void, Lazy_1_Boolean__PublicationOnlyViaConstructor, (Lazy_1_Boolean_ * __this, LazyHelper * initializer, MethodInfo * method)); DO_APP_FUNC(0x01776FD0, void, Lazy_1_Boolean__PublicationOnlyViaFactory, (Lazy_1_Boolean_ * __this, LazyHelper * initializer, MethodInfo * method)); DO_APP_FUNC(0x01777070, void, Lazy_1_Boolean__PublicationOnlyWaitForOtherThreadToPublish, (Lazy_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017772B0, String *, Lazy_1_Boolean__ToString, (Lazy_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01776970, void, Lazy_1_Boolean__ViaConstructor, (Lazy_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01776A00, void, Lazy_1_Boolean__ViaFactory, (Lazy_1_Boolean_ * __this, LazyThreadSafetyMode__Enum mode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E8C0, Lazy_1_Boolean__ViaFactory__MethodInfo); DO_APP_FUNC(0x017773D0, bool, Lazy_1_Boolean__get_IsValueCreated, (Lazy_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017773E0, bool, Lazy_1_Boolean__get_Value, (Lazy_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78D90, Lazy_1_Boolean__get_Value__MethodInfo); DO_APP_FUNC(0x01776780, void, Lazy_1_Object___ctor, (Lazy_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017767B0, void, Lazy_1_Object___ctor_1, (Lazy_1_Object_ * __this, Func_1_Object_ * valueFactory, MethodInfo * method)); DO_APP_FUNC(0x01777540, void, Lazy_1_Object___ctor_2, (Lazy_1_Object_ * __this, Func_1_Object_ * valueFactory, LazyThreadSafetyMode__Enum mode, bool useDefaultConstructor, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E818, Lazy_1_Object___ctor_2__MethodInfo); DO_APP_FUNC(0x01777120, Object *, Lazy_1_Object__CreateValue, (Lazy_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01777430, Object *, Lazy_1_Object__CreateViaDefaultConstructor, (MethodInfo * method)); DO_APP_FUNC(0x01776BD0, void, Lazy_1_Object__ExecutionAndPublication, (Lazy_1_Object_ * __this, LazyHelper * executionAndPublication, bool useDefaultConstructor, MethodInfo * method)); DO_APP_FUNC(0x017779F0, void, Lazy_1_Object__PublicationOnly, (Lazy_1_Object_ * __this, LazyHelper * publicationOnly, Object * possibleValue, MethodInfo * method)); DO_APP_FUNC(0x01777BD0, void, Lazy_1_Object__PublicationOnlyViaConstructor, (Lazy_1_Object_ * __this, LazyHelper * initializer, MethodInfo * method)); DO_APP_FUNC(0x01777C40, void, Lazy_1_Object__PublicationOnlyViaFactory, (Lazy_1_Object_ * __this, LazyHelper * initializer, MethodInfo * method)); DO_APP_FUNC(0x01777CE0, void, Lazy_1_Object__PublicationOnlyWaitForOtherThreadToPublish, (Lazy_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01777D90, String *, Lazy_1_Object__ToString, (Lazy_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017776D0, void, Lazy_1_Object__ViaConstructor, (Lazy_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017777C0, void, Lazy_1_Object__ViaFactory, (Lazy_1_Object_ * __this, LazyThreadSafetyMode__Enum mode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E820, Lazy_1_Object__ViaFactory__MethodInfo); DO_APP_FUNC(0x017773D0, bool, Lazy_1_Object__get_IsValueCreated, (Lazy_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01777E60, Object *, Lazy_1_Object__get_Value, (Lazy_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LinkedListNodeCache_1_System_Object___ctor, (LinkedListNodeCache_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01777EB0, LinkedListNode_1_System_Object_ *, LinkedListNodeCache_1_System_Object__Acquire, (LinkedListNodeCache_1_System_Object_ * __this, Object * val, MethodInfo * method)); DO_APP_FUNC(0x01777FC0, void, LinkedListNodeCache_1_System_Object__Release, (LinkedListNodeCache_1_System_Object_ * __this, LinkedListNode_1_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x017780E0, int32_t, LinkedListNodeCache_1_System_Object__get_CachedNodeCount, (LinkedListNodeCache_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, LinkedListNodeCache_1_System_Object__get_CreatedNodeCount, (LinkedListNodeCache_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01778120, void, LinkedListNode_1_System_ValueTuple_2__1__ctor, (LinkedListNode_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01778180, void, LinkedListNode_1_System_ValueTuple_2__1__ctor_1, (LinkedListNode_1_System_ValueTuple_2__1 * __this, LinkedList_1_System_ValueTuple_2__1 * list, ValueTuple_2_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x017782A0, void, LinkedListNode_1_System_ValueTuple_2__1_Invalidate, (LinkedListNode_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, LinkedList_1_System_ValueTuple_2__1 *, LinkedListNode_1_System_ValueTuple_2__1_get_List, (LinkedListNode_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01778230, LinkedListNode_1_System_ValueTuple_2__1 *, LinkedListNode_1_System_ValueTuple_2__1_get_Next, (LinkedListNode_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01778270, LinkedListNode_1_System_ValueTuple_2__1 *, LinkedListNode_1_System_ValueTuple_2__1_get_Previous, (LinkedListNode_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0114D740, ValueTuple_2_Object_Object_, LinkedListNode_1_System_ValueTuple_2__1_get_Value, (LinkedListNode_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01778120, void, LinkedListNode_1_System_ValueTuple_2__1_set_Value, (LinkedListNode_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x017783A0, void, LinkedListNode_1_System_ValueTuple_3__1__ctor, (LinkedListNode_1_System_ValueTuple_3__1 * __this, ValueTuple_3_Object_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01778410, void, LinkedListNode_1_System_ValueTuple_3__1__ctor_1, (LinkedListNode_1_System_ValueTuple_3__1 * __this, LinkedList_1_System_ValueTuple_3__1 * list, ValueTuple_3_Object_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x017782A0, void, LinkedListNode_1_System_ValueTuple_3__1_Invalidate, (LinkedListNode_1_System_ValueTuple_3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, LinkedList_1_System_ValueTuple_3__1 *, LinkedListNode_1_System_ValueTuple_3__1_get_List, (LinkedListNode_1_System_ValueTuple_3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01778230, LinkedListNode_1_System_ValueTuple_3__1 *, LinkedListNode_1_System_ValueTuple_3__1_get_Next, (LinkedListNode_1_System_ValueTuple_3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01778270, LinkedListNode_1_System_ValueTuple_3__1 *, LinkedListNode_1_System_ValueTuple_3__1_get_Previous, (LinkedListNode_1_System_ValueTuple_3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x017784D0, ValueTuple_3_Object_Object_Object_, LinkedListNode_1_System_ValueTuple_3__1_get_Value, (LinkedListNode_1_System_ValueTuple_3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x017783A0, void, LinkedListNode_1_System_ValueTuple_3__1_set_Value, (LinkedListNode_1_System_ValueTuple_3__1 * __this, ValueTuple_3_Object_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, LinkedListNode_1_System_Object___ctor, (LinkedListNode_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017784F0, void, LinkedListNode_1_System_Object___ctor_1, (LinkedListNode_1_System_Object_ * __this, LinkedList_1_System_Object_ * list, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017782A0, void, LinkedListNode_1_System_Object__Invalidate, (LinkedListNode_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, LinkedList_1_System_Object_ *, LinkedListNode_1_System_Object__get_List, (LinkedListNode_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01778230, LinkedListNode_1_System_Object_ *, LinkedListNode_1_System_Object__get_Next, (LinkedListNode_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01778270, LinkedListNode_1_System_Object_ *, LinkedListNode_1_System_Object__get_Previous, (LinkedListNode_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Object *, LinkedListNode_1_System_Object__get_Value, (LinkedListNode_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, LinkedListNode_1_System_Object__set_Value, (LinkedListNode_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017785A0, void, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___ctor, (LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C641D0, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___ctor__MethodInfo); DO_APP_FUNC(0x01778600, void, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___ctor_1, (LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * list, DelayedActionManager_DelegateInfo value, MethodInfo * method)); DO_APP_FUNC(0x017782A0, void, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Invalidate, (LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ *, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_List, (LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01778230, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ *, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_Next, (LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01778270, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ *, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_Previous, (LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C641C0, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_Previous__MethodInfo); DO_APP_FUNC(0x017786C0, DelayedActionManager_DelegateInfo, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_Value, (LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C641C8, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_Value__MethodInfo); DO_APP_FUNC(0x017785A0, void, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__set_Value, (LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C641D8, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__set_Value__MethodInfo); DO_APP_FUNC(0x017786E0, void, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree___ctor, (LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, UIRenderDevice_DeviceToFree value, MethodInfo * method)); DO_APP_FUNC(0x01778740, void, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree___ctor_1, (LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * list, UIRenderDevice_DeviceToFree value, MethodInfo * method)); DO_APP_FUNC(0x017782A0, void, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__Invalidate, (LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ *, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__get_List, (LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01778230, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ *, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__get_Next, (LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01778270, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ *, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__get_Previous, (LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0114D740, UIRenderDevice_DeviceToFree, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__get_Value, (LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D088, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__get_Value__MethodInfo); DO_APP_FUNC(0x017786E0, void, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__set_Value, (LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, UIRenderDevice_DeviceToFree value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LinkedList_1_System_ValueTuple_2__1__ctor, (LinkedList_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x017787F0, void, LinkedList_1_System_ValueTuple_2__1__ctor_1, (LinkedList_1_System_ValueTuple_2__1 * __this, IEnumerable_1_System_ValueTuple_2__6 * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E780, LinkedList_1_System_ValueTuple_2__1__ctor_1__MethodInfo); DO_APP_FUNC(0x003C4500, void, LinkedList_1_System_ValueTuple_2__1__ctor_2, (LinkedList_1_System_ValueTuple_2__1 * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01778AB0, LinkedListNode_1_System_ValueTuple_2__1 *, LinkedList_1_System_ValueTuple_2__1_AddAfter, (LinkedList_1_System_ValueTuple_2__1 * __this, LinkedListNode_1_System_ValueTuple_2__1 * node, ValueTuple_2_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01778BA0, void, LinkedList_1_System_ValueTuple_2__1_AddAfter_1, (LinkedList_1_System_ValueTuple_2__1 * __this, LinkedListNode_1_System_ValueTuple_2__1 * node, LinkedListNode_1_System_ValueTuple_2__1 * newNode, MethodInfo * method)); DO_APP_FUNC(0x01778C90, LinkedListNode_1_System_ValueTuple_2__1 *, LinkedList_1_System_ValueTuple_2__1_AddBefore, (LinkedList_1_System_ValueTuple_2__1 * __this, LinkedListNode_1_System_ValueTuple_2__1 * node, ValueTuple_2_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01778DD0, void, LinkedList_1_System_ValueTuple_2__1_AddBefore_1, (LinkedList_1_System_ValueTuple_2__1 * __this, LinkedListNode_1_System_ValueTuple_2__1 * node, LinkedListNode_1_System_ValueTuple_2__1 * newNode, MethodInfo * method)); DO_APP_FUNC(0x01778F20, LinkedListNode_1_System_ValueTuple_2__1 *, LinkedList_1_System_ValueTuple_2__1_AddFirst, (LinkedList_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01779060, void, LinkedList_1_System_ValueTuple_2__1_AddFirst_1, (LinkedList_1_System_ValueTuple_2__1 * __this, LinkedListNode_1_System_ValueTuple_2__1 * node, MethodInfo * method)); DO_APP_FUNC(0x017791D0, LinkedListNode_1_System_ValueTuple_2__1 *, LinkedList_1_System_ValueTuple_2__1_AddLast, (LinkedList_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x017792C0, void, LinkedList_1_System_ValueTuple_2__1_AddLast_1, (LinkedList_1_System_ValueTuple_2__1 * __this, LinkedListNode_1_System_ValueTuple_2__1 * node, MethodInfo * method)); DO_APP_FUNC(0x017793B0, void, LinkedList_1_System_ValueTuple_2__1_Clear, (LinkedList_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01779490, bool, LinkedList_1_System_ValueTuple_2__1_Contains, (LinkedList_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x017794E0, void, LinkedList_1_System_ValueTuple_2__1_CopyTo, (LinkedList_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Object_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E788, LinkedList_1_System_ValueTuple_2__1_CopyTo__MethodInfo); DO_APP_FUNC(0x017797C0, LinkedListNode_1_System_ValueTuple_2__1 *, LinkedList_1_System_ValueTuple_2__1_Find, (LinkedList_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01779880, LinkedListNode_1_System_ValueTuple_2__1 *, LinkedList_1_System_ValueTuple_2__1_FindLast, (LinkedList_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01779950, LinkedList_1_T_Enumerator_System_ValueTuple_2_, LinkedList_1_System_ValueTuple_2__1_GetEnumerator, (LinkedList_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01779C20, void, LinkedList_1_System_ValueTuple_2__1_GetObjectData, (LinkedList_1_System_ValueTuple_2__1 * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E798, LinkedList_1_System_ValueTuple_2__1_GetObjectData__MethodInfo); DO_APP_FUNC(0x0177A180, void, LinkedList_1_System_ValueTuple_2__1_InternalInsertNodeBefore, (LinkedList_1_System_ValueTuple_2__1 * __this, LinkedListNode_1_System_ValueTuple_2__1 * node, LinkedListNode_1_System_ValueTuple_2__1 * newNode, MethodInfo * method)); DO_APP_FUNC(0x0177A320, void, LinkedList_1_System_ValueTuple_2__1_InternalInsertNodeToEmptyList, (LinkedList_1_System_ValueTuple_2__1 * __this, LinkedListNode_1_System_ValueTuple_2__1 * newNode, MethodInfo * method)); DO_APP_FUNC(0x0177A440, void, LinkedList_1_System_ValueTuple_2__1_InternalRemoveNode, (LinkedList_1_System_ValueTuple_2__1 * __this, LinkedListNode_1_System_ValueTuple_2__1 * node, MethodInfo * method)); DO_APP_FUNC(0x01779E90, void, LinkedList_1_System_ValueTuple_2__1_OnDeserialization, (LinkedList_1_System_ValueTuple_2__1 * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E7B8, LinkedList_1_System_ValueTuple_2__1_OnDeserialization__MethodInfo); DO_APP_FUNC(0x01779A20, bool, LinkedList_1_System_ValueTuple_2__1_Remove, (LinkedList_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01779AA0, void, LinkedList_1_System_ValueTuple_2__1_Remove_1, (LinkedList_1_System_ValueTuple_2__1 * __this, LinkedListNode_1_System_ValueTuple_2__1 * node, MethodInfo * method)); DO_APP_FUNC(0x01779B00, void, LinkedList_1_System_ValueTuple_2__1_RemoveFirst, (LinkedList_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E760, LinkedList_1_System_ValueTuple_2__1_RemoveFirst__MethodInfo); DO_APP_FUNC(0x01779B90, void, LinkedList_1_System_ValueTuple_2__1_RemoveLast, (LinkedList_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E7C0, LinkedList_1_System_ValueTuple_2__1_RemoveLast__MethodInfo); DO_APP_FUNC(0x01778A80, void, LinkedList_1_System_ValueTuple_2__1_System_Collections_Generic_ICollection_T__Add, (LinkedList_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, LinkedList_1_System_ValueTuple_2__1_System_Collections_Generic_ICollection_T__get_IsReadOnly, (LinkedList_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01779980, IEnumerator_1_System_ValueTuple_2__14 *, LinkedList_1_System_ValueTuple_2__1_System_Collections_Generic_IEnumerable_T__GetEnumerator, (LinkedList_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0177A850, void, LinkedList_1_System_ValueTuple_2__1_System_Collections_ICollection_CopyTo, (LinkedList_1_System_ValueTuple_2__1 * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E718, LinkedList_1_System_ValueTuple_2__1_System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, LinkedList_1_System_ValueTuple_2__1_System_Collections_ICollection_get_IsSynchronized, (LinkedList_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0177A7A0, Object *, LinkedList_1_System_ValueTuple_2__1_System_Collections_ICollection_get_SyncRoot, (LinkedList_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01779980, IEnumerator *, LinkedList_1_System_ValueTuple_2__1_System_Collections_IEnumerable_GetEnumerator, (LinkedList_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0177A620, void, LinkedList_1_System_ValueTuple_2__1_ValidateNewNode, (LinkedList_1_System_ValueTuple_2__1 * __this, LinkedListNode_1_System_ValueTuple_2__1 * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E6A0, LinkedList_1_System_ValueTuple_2__1_ValidateNewNode__MethodInfo); DO_APP_FUNC(0x0177A6E0, void, LinkedList_1_System_ValueTuple_2__1_ValidateNode, (LinkedList_1_System_ValueTuple_2__1 * __this, LinkedListNode_1_System_ValueTuple_2__1 * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E6C8, LinkedList_1_System_ValueTuple_2__1_ValidateNode__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, LinkedList_1_System_ValueTuple_2__1_get_Count, (LinkedList_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, LinkedListNode_1_System_ValueTuple_2__1 *, LinkedList_1_System_ValueTuple_2__1_get_First, (LinkedList_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01778A60, LinkedListNode_1_System_ValueTuple_2__1 *, LinkedList_1_System_ValueTuple_2__1_get_Last, (LinkedList_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LinkedList_1_System_ValueTuple_3__1__ctor, (LinkedList_1_System_ValueTuple_3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0177AD00, void, LinkedList_1_System_ValueTuple_3__1__ctor_1, (LinkedList_1_System_ValueTuple_3__1 * __this, IEnumerable_1_System_ValueTuple_3_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E728, LinkedList_1_System_ValueTuple_3__1__ctor_1__MethodInfo); DO_APP_FUNC(0x003C4500, void, LinkedList_1_System_ValueTuple_3__1__ctor_2, (LinkedList_1_System_ValueTuple_3__1 * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0177AFB0, LinkedListNode_1_System_ValueTuple_3__1 *, LinkedList_1_System_ValueTuple_3__1_AddAfter, (LinkedList_1_System_ValueTuple_3__1 * __this, LinkedListNode_1_System_ValueTuple_3__1 * node, ValueTuple_3_Object_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01778BA0, void, LinkedList_1_System_ValueTuple_3__1_AddAfter_1, (LinkedList_1_System_ValueTuple_3__1 * __this, LinkedListNode_1_System_ValueTuple_3__1 * node, LinkedListNode_1_System_ValueTuple_3__1 * newNode, MethodInfo * method)); DO_APP_FUNC(0x0177B0A0, LinkedListNode_1_System_ValueTuple_3__1 *, LinkedList_1_System_ValueTuple_3__1_AddBefore, (LinkedList_1_System_ValueTuple_3__1 * __this, LinkedListNode_1_System_ValueTuple_3__1 * node, ValueTuple_3_Object_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01778DD0, void, LinkedList_1_System_ValueTuple_3__1_AddBefore_1, (LinkedList_1_System_ValueTuple_3__1 * __this, LinkedListNode_1_System_ValueTuple_3__1 * node, LinkedListNode_1_System_ValueTuple_3__1 * newNode, MethodInfo * method)); DO_APP_FUNC(0x0177B1F0, LinkedListNode_1_System_ValueTuple_3__1 *, LinkedList_1_System_ValueTuple_3__1_AddFirst, (LinkedList_1_System_ValueTuple_3__1 * __this, ValueTuple_3_Object_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01779060, void, LinkedList_1_System_ValueTuple_3__1_AddFirst_1, (LinkedList_1_System_ValueTuple_3__1 * __this, LinkedListNode_1_System_ValueTuple_3__1 * node, MethodInfo * method)); DO_APP_FUNC(0x0177B330, LinkedListNode_1_System_ValueTuple_3__1 *, LinkedList_1_System_ValueTuple_3__1_AddLast, (LinkedList_1_System_ValueTuple_3__1 * __this, ValueTuple_3_Object_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x017792C0, void, LinkedList_1_System_ValueTuple_3__1_AddLast_1, (LinkedList_1_System_ValueTuple_3__1 * __this, LinkedListNode_1_System_ValueTuple_3__1 * node, MethodInfo * method)); DO_APP_FUNC(0x017793B0, void, LinkedList_1_System_ValueTuple_3__1_Clear, (LinkedList_1_System_ValueTuple_3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0177B430, bool, LinkedList_1_System_ValueTuple_3__1_Contains, (LinkedList_1_System_ValueTuple_3__1 * __this, ValueTuple_3_Object_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x0177B480, void, LinkedList_1_System_ValueTuple_3__1_CopyTo, (LinkedList_1_System_ValueTuple_3__1 * __this, ValueTuple_3_Object_Object_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E6F0, LinkedList_1_System_ValueTuple_3__1_CopyTo__MethodInfo); DO_APP_FUNC(0x0177B760, LinkedListNode_1_System_ValueTuple_3__1 *, LinkedList_1_System_ValueTuple_3__1_Find, (LinkedList_1_System_ValueTuple_3__1 * __this, ValueTuple_3_Object_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x0177B840, LinkedListNode_1_System_ValueTuple_3__1 *, LinkedList_1_System_ValueTuple_3__1_FindLast, (LinkedList_1_System_ValueTuple_3__1 * __this, ValueTuple_3_Object_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x0177B930, LinkedList_1_T_Enumerator_System_ValueTuple_3_, LinkedList_1_System_ValueTuple_3__1_GetEnumerator, (LinkedList_1_System_ValueTuple_3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0177BBB0, void, LinkedList_1_System_ValueTuple_3__1_GetObjectData, (LinkedList_1_System_ValueTuple_3__1 * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E628, LinkedList_1_System_ValueTuple_3__1_GetObjectData__MethodInfo); DO_APP_FUNC(0x0177A180, void, LinkedList_1_System_ValueTuple_3__1_InternalInsertNodeBefore, (LinkedList_1_System_ValueTuple_3__1 * __this, LinkedListNode_1_System_ValueTuple_3__1 * node, LinkedListNode_1_System_ValueTuple_3__1 * newNode, MethodInfo * method)); DO_APP_FUNC(0x0177A320, void, LinkedList_1_System_ValueTuple_3__1_InternalInsertNodeToEmptyList, (LinkedList_1_System_ValueTuple_3__1 * __this, LinkedListNode_1_System_ValueTuple_3__1 * newNode, MethodInfo * method)); DO_APP_FUNC(0x0177A440, void, LinkedList_1_System_ValueTuple_3__1_InternalRemoveNode, (LinkedList_1_System_ValueTuple_3__1 * __this, LinkedListNode_1_System_ValueTuple_3__1 * node, MethodInfo * method)); DO_APP_FUNC(0x0177BE20, void, LinkedList_1_System_ValueTuple_3__1_OnDeserialization, (LinkedList_1_System_ValueTuple_3__1 * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E5D8, LinkedList_1_System_ValueTuple_3__1_OnDeserialization__MethodInfo); DO_APP_FUNC(0x0177BA00, bool, LinkedList_1_System_ValueTuple_3__1_Remove, (LinkedList_1_System_ValueTuple_3__1 * __this, ValueTuple_3_Object_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01779AA0, void, LinkedList_1_System_ValueTuple_3__1_Remove_1, (LinkedList_1_System_ValueTuple_3__1 * __this, LinkedListNode_1_System_ValueTuple_3__1 * node, MethodInfo * method)); DO_APP_FUNC(0x0177BA90, void, LinkedList_1_System_ValueTuple_3__1_RemoveFirst, (LinkedList_1_System_ValueTuple_3__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E700, LinkedList_1_System_ValueTuple_3__1_RemoveFirst__MethodInfo); DO_APP_FUNC(0x0177BB20, void, LinkedList_1_System_ValueTuple_3__1_RemoveLast, (LinkedList_1_System_ValueTuple_3__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E710, LinkedList_1_System_ValueTuple_3__1_RemoveLast__MethodInfo); DO_APP_FUNC(0x0177AF70, void, LinkedList_1_System_ValueTuple_3__1_System_Collections_Generic_ICollection_T__Add, (LinkedList_1_System_ValueTuple_3__1 * __this, ValueTuple_3_Object_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, LinkedList_1_System_ValueTuple_3__1_System_Collections_Generic_ICollection_T__get_IsReadOnly, (LinkedList_1_System_ValueTuple_3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0177B960, IEnumerator_1_System_ValueTuple_3__1 *, LinkedList_1_System_ValueTuple_3__1_System_Collections_Generic_IEnumerable_T__GetEnumerator, (LinkedList_1_System_ValueTuple_3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0177C350, void, LinkedList_1_System_ValueTuple_3__1_System_Collections_ICollection_CopyTo, (LinkedList_1_System_ValueTuple_3__1 * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E690, LinkedList_1_System_ValueTuple_3__1_System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, LinkedList_1_System_ValueTuple_3__1_System_Collections_ICollection_get_IsSynchronized, (LinkedList_1_System_ValueTuple_3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0177C2A0, Object *, LinkedList_1_System_ValueTuple_3__1_System_Collections_ICollection_get_SyncRoot, (LinkedList_1_System_ValueTuple_3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0177B960, IEnumerator *, LinkedList_1_System_ValueTuple_3__1_System_Collections_IEnumerable_GetEnumerator, (LinkedList_1_System_ValueTuple_3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0177C120, void, LinkedList_1_System_ValueTuple_3__1_ValidateNewNode, (LinkedList_1_System_ValueTuple_3__1 * __this, LinkedListNode_1_System_ValueTuple_3__1 * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E5E8, LinkedList_1_System_ValueTuple_3__1_ValidateNewNode__MethodInfo); DO_APP_FUNC(0x0177C1E0, void, LinkedList_1_System_ValueTuple_3__1_ValidateNode, (LinkedList_1_System_ValueTuple_3__1 * __this, LinkedListNode_1_System_ValueTuple_3__1 * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E5F8, LinkedList_1_System_ValueTuple_3__1_ValidateNode__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, LinkedList_1_System_ValueTuple_3__1_get_Count, (LinkedList_1_System_ValueTuple_3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, LinkedListNode_1_System_ValueTuple_3__1 *, LinkedList_1_System_ValueTuple_3__1_get_First, (LinkedList_1_System_ValueTuple_3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01778A60, LinkedListNode_1_System_ValueTuple_3__1 *, LinkedList_1_System_ValueTuple_3__1_get_Last, (LinkedList_1_System_ValueTuple_3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LinkedList_1_System_Object___ctor, (LinkedList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0177C810, void, LinkedList_1_System_Object___ctor_1, (LinkedList_1_System_Object_ * __this, IEnumerable_1_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E658, LinkedList_1_System_Object___ctor_1__MethodInfo); DO_APP_FUNC(0x003C4500, void, LinkedList_1_System_Object___ctor_2, (LinkedList_1_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0177CA80, LinkedListNode_1_System_Object_ *, LinkedList_1_System_Object__AddAfter, (LinkedList_1_System_Object_ * __this, LinkedListNode_1_System_Object_ * node, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01778BA0, void, LinkedList_1_System_Object__AddAfter_1, (LinkedList_1_System_Object_ * __this, LinkedListNode_1_System_Object_ * node, LinkedListNode_1_System_Object_ * newNode, MethodInfo * method)); DO_APP_FUNC(0x0177CB60, LinkedListNode_1_System_Object_ *, LinkedList_1_System_Object__AddBefore, (LinkedList_1_System_Object_ * __this, LinkedListNode_1_System_Object_ * node, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01778DD0, void, LinkedList_1_System_Object__AddBefore_1, (LinkedList_1_System_Object_ * __this, LinkedListNode_1_System_Object_ * node, LinkedListNode_1_System_Object_ * newNode, MethodInfo * method)); DO_APP_FUNC(0x0177CC90, LinkedListNode_1_System_Object_ *, LinkedList_1_System_Object__AddFirst, (LinkedList_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01779060, void, LinkedList_1_System_Object__AddFirst_1, (LinkedList_1_System_Object_ * __this, LinkedListNode_1_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x0177CDC0, LinkedListNode_1_System_Object_ *, LinkedList_1_System_Object__AddLast, (LinkedList_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017792C0, void, LinkedList_1_System_Object__AddLast_1, (LinkedList_1_System_Object_ * __this, LinkedListNode_1_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x017793B0, void, LinkedList_1_System_Object__Clear, (LinkedList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0177CEA0, bool, LinkedList_1_System_Object__Contains, (LinkedList_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0177CEE0, void, LinkedList_1_System_Object__CopyTo, (LinkedList_1_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E660, LinkedList_1_System_Object__CopyTo__MethodInfo); DO_APP_FUNC(0x0177D160, LinkedListNode_1_System_Object_ *, LinkedList_1_System_Object__Find, (LinkedList_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0177D230, LinkedListNode_1_System_Object_ *, LinkedList_1_System_Object__FindLast, (LinkedList_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0177D310, LinkedList_1_T_Enumerator_System_Object_, LinkedList_1_System_Object__GetEnumerator, (LinkedList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0177D570, void, LinkedList_1_System_Object__GetObjectData, (LinkedList_1_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E540, LinkedList_1_System_Object__GetObjectData__MethodInfo); DO_APP_FUNC(0x0177A180, void, LinkedList_1_System_Object__InternalInsertNodeBefore, (LinkedList_1_System_Object_ * __this, LinkedListNode_1_System_Object_ * node, LinkedListNode_1_System_Object_ * newNode, MethodInfo * method)); DO_APP_FUNC(0x0177A320, void, LinkedList_1_System_Object__InternalInsertNodeToEmptyList, (LinkedList_1_System_Object_ * __this, LinkedListNode_1_System_Object_ * newNode, MethodInfo * method)); DO_APP_FUNC(0x0177A440, void, LinkedList_1_System_Object__InternalRemoveNode, (LinkedList_1_System_Object_ * __this, LinkedListNode_1_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x0177D7E0, void, LinkedList_1_System_Object__OnDeserialization, (LinkedList_1_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E570, LinkedList_1_System_Object__OnDeserialization__MethodInfo); DO_APP_FUNC(0x0177D3D0, bool, LinkedList_1_System_Object__Remove, (LinkedList_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01779AA0, void, LinkedList_1_System_Object__Remove_1, (LinkedList_1_System_Object_ * __this, LinkedListNode_1_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x0177D450, void, LinkedList_1_System_Object__RemoveFirst, (LinkedList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E580, LinkedList_1_System_Object__RemoveFirst__MethodInfo); DO_APP_FUNC(0x0177D4E0, void, LinkedList_1_System_Object__RemoveLast, (LinkedList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E590, LinkedList_1_System_Object__RemoveLast__MethodInfo); DO_APP_FUNC(0x0177CA60, void, LinkedList_1_System_Object__System_Collections_Generic_ICollection_T__Add, (LinkedList_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, LinkedList_1_System_Object__System_Collections_Generic_ICollection_T__get_IsReadOnly, (LinkedList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0177D340, IEnumerator_1_System_Object_ *, LinkedList_1_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (LinkedList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0177DCF0, void, LinkedList_1_System_Object__System_Collections_ICollection_CopyTo, (LinkedList_1_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E5A0, LinkedList_1_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, LinkedList_1_System_Object__System_Collections_ICollection_get_IsSynchronized, (LinkedList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0177DC40, Object *, LinkedList_1_System_Object__System_Collections_ICollection_get_SyncRoot, (LinkedList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0177D340, IEnumerator *, LinkedList_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (LinkedList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0177DAC0, void, LinkedList_1_System_Object__ValidateNewNode, (LinkedList_1_System_Object_ * __this, LinkedListNode_1_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E5A8, LinkedList_1_System_Object__ValidateNewNode__MethodInfo); DO_APP_FUNC(0x0177DB80, void, LinkedList_1_System_Object__ValidateNode, (LinkedList_1_System_Object_ * __this, LinkedListNode_1_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E5B8, LinkedList_1_System_Object__ValidateNode__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, LinkedList_1_System_Object__get_Count, (LinkedList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, LinkedListNode_1_System_Object_ *, LinkedList_1_System_Object__get_First, (LinkedList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01778A60, LinkedListNode_1_System_Object_ *, LinkedList_1_System_Object__get_Last, (LinkedList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___ctor, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64178, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___ctor__MethodInfo); DO_APP_FUNC(0x0177E160, void, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___ctor_1, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E4E8, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___ctor_1__MethodInfo); DO_APP_FUNC(0x003C4500, void, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___ctor_2, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x0177E410, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ *, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__AddAfter, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * node, DelayedActionManager_DelegateInfo value, MethodInfo * method)); DO_APP_FUNC(0x01778BA0, void, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__AddAfter_1, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * node, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * newNode, MethodInfo * method)); DO_APP_FUNC(0x0177E500, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ *, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__AddBefore, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * node, DelayedActionManager_DelegateInfo value, MethodInfo * method)); DO_APP_FUNC(0x01778DD0, void, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__AddBefore_1, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * node, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * newNode, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64118, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__AddBefore_1__MethodInfo); DO_APP_FUNC(0x0177E650, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ *, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__AddFirst, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo value, MethodInfo * method)); DO_APP_FUNC(0x01779060, void, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__AddFirst_1, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64120, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__AddFirst_1__MethodInfo); DO_APP_FUNC(0x0177E790, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ *, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__AddLast, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo value, MethodInfo * method)); DO_APP_FUNC(0x017792C0, void, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__AddLast_1, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * node, MethodInfo * method)); DO_APP_FUNC(0x017793B0, void, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Clear, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0177E890, bool, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Contains, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo value, MethodInfo * method)); DO_APP_FUNC(0x0177E8E0, void, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__CopyTo, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E4F0, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__CopyTo__MethodInfo); DO_APP_FUNC(0x0177EBC0, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ *, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Find, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo value, MethodInfo * method)); DO_APP_FUNC(0x0177ECA0, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ *, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__FindLast, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo value, MethodInfo * method)); DO_APP_FUNC(0x0177ED80, LinkedList_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__GetEnumerator, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0177F000, void, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__GetObjectData, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E4E0, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__GetObjectData__MethodInfo); DO_APP_FUNC(0x0177A180, void, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__InternalInsertNodeBefore, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * node, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * newNode, MethodInfo * method)); DO_APP_FUNC(0x0177A320, void, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__InternalInsertNodeToEmptyList, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * newNode, MethodInfo * method)); DO_APP_FUNC(0x0177A440, void, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__InternalRemoveNode, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * node, MethodInfo * method)); DO_APP_FUNC(0x0177F270, void, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__OnDeserialization, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E520, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__OnDeserialization__MethodInfo); DO_APP_FUNC(0x0177EE50, bool, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Remove, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo value, MethodInfo * method)); DO_APP_FUNC(0x01779AA0, void, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Remove_1, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * node, MethodInfo * method)); DO_APP_FUNC(0x0177EEE0, void, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__RemoveFirst, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E4F8, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__RemoveFirst__MethodInfo); DO_APP_FUNC(0x0177EF70, void, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__RemoveLast, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E4D8, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__RemoveLast__MethodInfo); DO_APP_FUNC(0x0177E3D0, void, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_Generic_ICollection_T__Add, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo value, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0177EDB0, IEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ *, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_Generic_IEnumerable_T__GetEnumerator, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0177F7A0, void, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_ICollection_CopyTo, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E4A8, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_ICollection_get_IsSynchronized, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0177F6F0, Object *, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_ICollection_get_SyncRoot, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0177EDB0, IEnumerator *, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IEnumerable_GetEnumerator, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0177F570, void, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__ValidateNewNode, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E528, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__ValidateNewNode__MethodInfo); DO_APP_FUNC(0x0177F630, void, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__ValidateNode, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E500, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__ValidateNode__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_Count, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64128, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_Count__MethodInfo); DO_APP_FUNC(0x003B93C0, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ *, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_First, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C640F8, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_First__MethodInfo); DO_APP_FUNC(0x01778A60, LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ *, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_Last, (LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64130, LinkedList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_Last__MethodInfo); DO_APP_FUNC(0x003AC050, void, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree___ctor, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D2B8, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree___ctor__MethodInfo); DO_APP_FUNC(0x0177FC60, void, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree___ctor_1, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, IEnumerable_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E488, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree___ctor_1__MethodInfo); DO_APP_FUNC(0x003C4500, void, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree___ctor_2, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01778AB0, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ *, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__AddAfter, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * node, UIRenderDevice_DeviceToFree value, MethodInfo * method)); DO_APP_FUNC(0x01778BA0, void, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__AddAfter_1, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * node, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * newNode, MethodInfo * method)); DO_APP_FUNC(0x01778C90, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ *, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__AddBefore, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * node, UIRenderDevice_DeviceToFree value, MethodInfo * method)); DO_APP_FUNC(0x01778DD0, void, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__AddBefore_1, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * node, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * newNode, MethodInfo * method)); DO_APP_FUNC(0x01778F20, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ *, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__AddFirst, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, UIRenderDevice_DeviceToFree value, MethodInfo * method)); DO_APP_FUNC(0x01779060, void, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__AddFirst_1, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * node, MethodInfo * method)); DO_APP_FUNC(0x017791D0, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ *, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__AddLast, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, UIRenderDevice_DeviceToFree value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D1B0, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__AddLast__MethodInfo); DO_APP_FUNC(0x017792C0, void, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__AddLast_1, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * node, MethodInfo * method)); DO_APP_FUNC(0x017793B0, void, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__Clear, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01779490, bool, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__Contains, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, UIRenderDevice_DeviceToFree value, MethodInfo * method)); DO_APP_FUNC(0x0177FED0, void, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__CopyTo, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, UIRenderDevice_DeviceToFree__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E490, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__CopyTo__MethodInfo); DO_APP_FUNC(0x017797C0, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ *, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__Find, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, UIRenderDevice_DeviceToFree value, MethodInfo * method)); DO_APP_FUNC(0x01779880, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ *, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__FindLast, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, UIRenderDevice_DeviceToFree value, MethodInfo * method)); DO_APP_FUNC(0x01779950, LinkedList_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__GetEnumerator, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017802D0, void, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__GetObjectData, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E4D0, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__GetObjectData__MethodInfo); DO_APP_FUNC(0x0177A180, void, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__InternalInsertNodeBefore, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * node, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * newNode, MethodInfo * method)); DO_APP_FUNC(0x0177A320, void, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__InternalInsertNodeToEmptyList, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * newNode, MethodInfo * method)); DO_APP_FUNC(0x0177A440, void, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__InternalRemoveNode, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * node, MethodInfo * method)); DO_APP_FUNC(0x01780540, void, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__OnDeserialization, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E4B8, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__OnDeserialization__MethodInfo); DO_APP_FUNC(0x01779A20, bool, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__Remove, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, UIRenderDevice_DeviceToFree value, MethodInfo * method)); DO_APP_FUNC(0x01779AA0, void, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__Remove_1, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * node, MethodInfo * method)); DO_APP_FUNC(0x017801B0, void, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__RemoveFirst, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E498, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__RemoveFirst__MethodInfo); DO_APP_FUNC(0x01780240, void, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__RemoveLast, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E4A0, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__RemoveLast__MethodInfo); DO_APP_FUNC(0x01778A80, void, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__System_Collections_Generic_ICollection_T__Add, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, UIRenderDevice_DeviceToFree value, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__System_Collections_Generic_ICollection_T__get_IsReadOnly, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01779980, IEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ *, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__System_Collections_Generic_IEnumerable_T__GetEnumerator, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01780A60, void, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__System_Collections_ICollection_CopyTo, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E460, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__System_Collections_ICollection_get_IsSynchronized, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017809B0, Object *, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__System_Collections_ICollection_get_SyncRoot, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01779980, IEnumerator *, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__System_Collections_IEnumerable_GetEnumerator, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01780830, void, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__ValidateNewNode, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E4C0, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__ValidateNewNode__MethodInfo); DO_APP_FUNC(0x017808F0, void, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__ValidateNode, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E4C8, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__ValidateNode__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__get_Count, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D090, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__get_Count__MethodInfo); DO_APP_FUNC(0x003B93C0, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ *, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__get_First, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D080, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__get_First__MethodInfo); DO_APP_FUNC(0x01778A60, LinkedListNode_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ *, LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__get_Last, (LinkedList_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, LinkedPoolItem_1_System_Object___ctor, (LinkedPoolItem_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017907C0, void, LinkedPool_1_System_Object___ctor, (LinkedPool_1_System_Object_ * __this, Func_1_Object_ * createFunc, Action_1_Object_ * resetAction, int32_t limit, MethodInfo * method)); DO_APP_FUNC(0x01790900, void, LinkedPool_1_System_Object__Clear, (LinkedPool_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01790920, Object *, LinkedPool_1_System_Object__Get, (LinkedPool_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01790A50, void, LinkedPool_1_System_Object__Return, (LinkedPool_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x003C5300, int32_t, LinkedPool_1_System_Object__get_Count, (LinkedPool_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5310, void, LinkedPool_1_System_Object__set_Count, (LinkedPool_1_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01790BB0, void, ThreadLocal_1_T_LinkedSlot_System_Object___ctor, (ThreadLocal_1_T_LinkedSlot_System_Object_ * __this, ThreadLocal_1_T_LinkedSlotVolatile_System_Object___Array * slotArray, MethodInfo * method)); DO_APP_FUNC(0x01790C10, void, RuntimeType_ListBuilder_1_Object___ctor, (RuntimeType_ListBuilder_1_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01790EA0, void, RuntimeType_ListBuilder_1_Object__Add, (RuntimeType_ListBuilder_1_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01790DF0, void, RuntimeType_ListBuilder_1_Object__CopyTo, (RuntimeType_ListBuilder_1_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01790CA0, Object__Array *, RuntimeType_ListBuilder_1_Object__ToArray, (RuntimeType_ListBuilder_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, RuntimeType_ListBuilder_1_Object__get_Count, (RuntimeType_ListBuilder_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01790C70, Object *, RuntimeType_ListBuilder_1_Object__get_Item, (RuntimeType_ListBuilder_1_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, ListChangeHandler_1_System_Object___ctor, (ListChangeHandler_1_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, ListChangeHandler_1_System_Object__BeginInvoke, (ListChangeHandler_1_System_Object_ * __this, Object * sender, ListChangedEventArgs_1_System_Object_ * args, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ListChangeHandler_1_System_Object__EndInvoke, (ListChangeHandler_1_System_Object_ * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ListChangeHandler_1_System_Object__Invoke, (ListChangeHandler_1_System_Object_ * __this, Object * sender, ListChangedEventArgs_1_System_Object_ * args, MethodInfo * method)); DO_APP_FUNC(0x01791080, void, ListChangedEventArgs_1_System_Object___ctor, (ListChangedEventArgs_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017910D0, void, ListChangedEventArgs_1_System_Object__1__ctor, (ListChangedEventArgs_1_System_Object__1 * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, ListChangedEventHandler_1_System_Object___ctor, (ListChangedEventHandler_1_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, ListChangedEventHandler_1_System_Object__BeginInvoke, (ListChangedEventHandler_1_System_Object_ * __this, ObservableList_1_System_Object_ * sender, ListChangedEventArgs_1_System_Object__1 * e, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, ListChangedEventHandler_1_System_Object__EndInvoke, (ListChangedEventHandler_1_System_Object_ * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, ListChangedEventHandler_1_System_Object__Invoke, (ListChangedEventHandler_1_System_Object_ * __this, ObservableList_1_System_Object_ * sender, ListChangedEventArgs_1_System_Object__1 * e, MethodInfo * method)); DO_APP_FUNC(0x01793160, void, ListPool_1_UnityEngine_Color32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01791190, List_1_UnityEngine_Color32_ *, ListPool_1_UnityEngine_Color32__Claim, (MethodInfo * method)); DO_APP_FUNC(0x01791B80, List_1_UnityEngine_Color32_ *, ListPool_1_UnityEngine_Color32__Claim_1, (int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86000, ListPool_1_UnityEngine_Color32__Claim_1__MethodInfo); DO_APP_FUNC(0x01792EC0, void, ListPool_1_UnityEngine_Color32__Clear, (MethodInfo * method)); DO_APP_FUNC(0x01791860, int32_t, ListPool_1_UnityEngine_Color32__FindCandidate, (List_1_List_1_UnityEngine_Color32_ * pool, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x010108F0, int32_t, ListPool_1_UnityEngine_Color32__GetSize, (MethodInfo * method)); DO_APP_FUNC(0x017928E0, void, ListPool_1_UnityEngine_Color32__Release, (List_1_UnityEngine_Color32_ * list, MethodInfo * method)); DO_APP_FUNC(0x017927D0, void, ListPool_1_UnityEngine_Color32__Release_1, (List_1_UnityEngine_Color32_ * * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85FD8, ListPool_1_UnityEngine_Color32__Release_1__MethodInfo); DO_APP_FUNC(0x01792390, void, ListPool_1_UnityEngine_Color32__Warmup, (int32_t count, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01793160, void, ListPool_1_Pathfinding_Connection___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01791190, List_1_Pathfinding_Connection_ *, ListPool_1_Pathfinding_Connection__Claim, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80360, ListPool_1_Pathfinding_Connection__Claim__MethodInfo); DO_APP_FUNC(0x01791B80, List_1_Pathfinding_Connection_ *, ListPool_1_Pathfinding_Connection__Claim_1, (int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01792EC0, void, ListPool_1_Pathfinding_Connection__Clear, (MethodInfo * method)); DO_APP_FUNC(0x01791860, int32_t, ListPool_1_Pathfinding_Connection__FindCandidate, (List_1_List_1_Pathfinding_Connection_ * pool, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x010108F0, int32_t, ListPool_1_Pathfinding_Connection__GetSize, (MethodInfo * method)); DO_APP_FUNC(0x017928E0, void, ListPool_1_Pathfinding_Connection__Release, (List_1_Pathfinding_Connection_ * list, MethodInfo * method)); DO_APP_FUNC(0x017927D0, void, ListPool_1_Pathfinding_Connection__Release_1, (List_1_Pathfinding_Connection_ * * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80328, ListPool_1_Pathfinding_Connection__Release_1__MethodInfo); DO_APP_FUNC(0x01792390, void, ListPool_1_Pathfinding_Connection__Warmup, (int32_t count, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01793160, void, ListPool_1_Pathfinding_Int3___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01791190, List_1_Pathfinding_Int3_ *, ListPool_1_Pathfinding_Int3__Claim, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E010, ListPool_1_Pathfinding_Int3__Claim__MethodInfo); DO_APP_FUNC(0x01791B80, List_1_Pathfinding_Int3_ *, ListPool_1_Pathfinding_Int3__Claim_1, (int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FF78, ListPool_1_Pathfinding_Int3__Claim_1__MethodInfo); DO_APP_FUNC(0x01792EC0, void, ListPool_1_Pathfinding_Int3__Clear, (MethodInfo * method)); DO_APP_FUNC(0x01791860, int32_t, ListPool_1_Pathfinding_Int3__FindCandidate, (List_1_List_1_Pathfinding_Int3_ * pool, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x010108F0, int32_t, ListPool_1_Pathfinding_Int3__GetSize, (MethodInfo * method)); DO_APP_FUNC(0x017928E0, void, ListPool_1_Pathfinding_Int3__Release, (List_1_Pathfinding_Int3_ * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85DE0, ListPool_1_Pathfinding_Int3__Release__MethodInfo); DO_APP_FUNC(0x017927D0, void, ListPool_1_Pathfinding_Int3__Release_1, (List_1_Pathfinding_Int3_ * * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DF98, ListPool_1_Pathfinding_Int3__Release_1__MethodInfo); DO_APP_FUNC(0x01792390, void, ListPool_1_Pathfinding_Int3__Warmup, (int32_t count, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01793160, void, ListPool_1_System_Int32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01791190, List_1_System_Int32_ *, ListPool_1_System_Int32__Claim, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D978, ListPool_1_System_Int32__Claim__MethodInfo); DO_APP_FUNC(0x01791B80, List_1_System_Int32_ *, ListPool_1_System_Int32__Claim_1, (int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83270, ListPool_1_System_Int32__Claim_1__MethodInfo); DO_APP_FUNC(0x01792EC0, void, ListPool_1_System_Int32__Clear, (MethodInfo * method)); DO_APP_FUNC(0x01791860, int32_t, ListPool_1_System_Int32__FindCandidate, (List_1_List_1_System_Int32_ * pool, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x010108F0, int32_t, ListPool_1_System_Int32__GetSize, (MethodInfo * method)); DO_APP_FUNC(0x017928E0, void, ListPool_1_System_Int32__Release, (List_1_System_Int32_ * list, MethodInfo * method)); DO_APP_FUNC(0x017927D0, void, ListPool_1_System_Int32__Release_1, (List_1_System_Int32_ * * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D970, ListPool_1_System_Int32__Release_1__MethodInfo); DO_APP_FUNC(0x01792390, void, ListPool_1_System_Int32__Warmup, (int32_t count, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01793160, void, ListPool_1_Pathfinding_ClipperLib_IntPoint___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01791190, List_1_Pathfinding_ClipperLib_IntPoint_ *, ListPool_1_Pathfinding_ClipperLib_IntPoint__Claim, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84B40, ListPool_1_Pathfinding_ClipperLib_IntPoint__Claim__MethodInfo); DO_APP_FUNC(0x01791B80, List_1_Pathfinding_ClipperLib_IntPoint_ *, ListPool_1_Pathfinding_ClipperLib_IntPoint__Claim_1, (int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84B38, ListPool_1_Pathfinding_ClipperLib_IntPoint__Claim_1__MethodInfo); DO_APP_FUNC(0x01792EC0, void, ListPool_1_Pathfinding_ClipperLib_IntPoint__Clear, (MethodInfo * method)); DO_APP_FUNC(0x01791860, int32_t, ListPool_1_Pathfinding_ClipperLib_IntPoint__FindCandidate, (List_1_List_1_Pathfinding_ClipperLib_IntPoint_ * pool, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x010108F0, int32_t, ListPool_1_Pathfinding_ClipperLib_IntPoint__GetSize, (MethodInfo * method)); DO_APP_FUNC(0x017928E0, void, ListPool_1_Pathfinding_ClipperLib_IntPoint__Release, (List_1_Pathfinding_ClipperLib_IntPoint_ * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84B48, ListPool_1_Pathfinding_ClipperLib_IntPoint__Release__MethodInfo); DO_APP_FUNC(0x017927D0, void, ListPool_1_Pathfinding_ClipperLib_IntPoint__Release_1, (List_1_Pathfinding_ClipperLib_IntPoint_ * * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84B30, ListPool_1_Pathfinding_ClipperLib_IntPoint__Release_1__MethodInfo); DO_APP_FUNC(0x01792390, void, ListPool_1_Pathfinding_ClipperLib_IntPoint__Warmup, (int32_t count, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01793160, void, ListPool_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01791190, List_1_System_Object_ *, ListPool_1_System_Object__Claim, (MethodInfo * method)); DO_APP_FUNC(0x01791B80, List_1_System_Object_ *, ListPool_1_System_Object__Claim_1, (int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01792EC0, void, ListPool_1_System_Object__Clear, (MethodInfo * method)); DO_APP_FUNC(0x01791860, int32_t, ListPool_1_System_Object__FindCandidate, (List_1_List_1_System_Object_ * pool, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x010108F0, int32_t, ListPool_1_System_Object__GetSize, (MethodInfo * method)); DO_APP_FUNC(0x017928E0, void, ListPool_1_System_Object__Release, (List_1_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x017927D0, void, ListPool_1_System_Object__Release_1, (List_1_System_Object_ * * list, MethodInfo * method)); DO_APP_FUNC(0x01792390, void, ListPool_1_System_Object__Warmup, (int32_t count, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01793160, void, ListPool_1_System_Single___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01791190, List_1_System_Single_ *, ListPool_1_System_Single__Claim, (MethodInfo * method)); DO_APP_FUNC(0x01791B80, List_1_System_Single_ *, ListPool_1_System_Single__Claim_1, (int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83500, ListPool_1_System_Single__Claim_1__MethodInfo); DO_APP_FUNC(0x01792EC0, void, ListPool_1_System_Single__Clear, (MethodInfo * method)); DO_APP_FUNC(0x01791860, int32_t, ListPool_1_System_Single__FindCandidate, (List_1_List_1_System_Single_ * pool, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x010108F0, int32_t, ListPool_1_System_Single__GetSize, (MethodInfo * method)); DO_APP_FUNC(0x017928E0, void, ListPool_1_System_Single__Release, (List_1_System_Single_ * list, MethodInfo * method)); DO_APP_FUNC(0x017927D0, void, ListPool_1_System_Single__Release_1, (List_1_System_Single_ * * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C834F8, ListPool_1_System_Single__Release_1__MethodInfo); DO_APP_FUNC(0x01792390, void, ListPool_1_System_Single__Warmup, (int32_t count, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01793160, void, ListPool_1_System_UInt32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01791190, List_1_System_UInt32_ *, ListPool_1_System_UInt32__Claim, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E000, ListPool_1_System_UInt32__Claim__MethodInfo); DO_APP_FUNC(0x01791B80, List_1_System_UInt32_ *, ListPool_1_System_UInt32__Claim_1, (int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01792EC0, void, ListPool_1_System_UInt32__Clear, (MethodInfo * method)); DO_APP_FUNC(0x01791860, int32_t, ListPool_1_System_UInt32__FindCandidate, (List_1_List_1_System_UInt32_ * pool, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x010108F0, int32_t, ListPool_1_System_UInt32__GetSize, (MethodInfo * method)); DO_APP_FUNC(0x017928E0, void, ListPool_1_System_UInt32__Release, (List_1_System_UInt32_ * list, MethodInfo * method)); DO_APP_FUNC(0x017927D0, void, ListPool_1_System_UInt32__Release_1, (List_1_System_UInt32_ * * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DFB8, ListPool_1_System_UInt32__Release_1__MethodInfo); DO_APP_FUNC(0x01792390, void, ListPool_1_System_UInt32__Warmup, (int32_t count, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01793160, void, ListPool_1_UnityEngine_Vector2___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01791190, List_1_UnityEngine_Vector2_ *, ListPool_1_UnityEngine_Vector2__Claim, (MethodInfo * method)); DO_APP_FUNC(0x01791B80, List_1_UnityEngine_Vector2_ *, ListPool_1_UnityEngine_Vector2__Claim_1, (int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85FF8, ListPool_1_UnityEngine_Vector2__Claim_1__MethodInfo); DO_APP_FUNC(0x01792EC0, void, ListPool_1_UnityEngine_Vector2__Clear, (MethodInfo * method)); DO_APP_FUNC(0x01791860, int32_t, ListPool_1_UnityEngine_Vector2__FindCandidate, (List_1_List_1_UnityEngine_Vector2_ * pool, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x010108F0, int32_t, ListPool_1_UnityEngine_Vector2__GetSize, (MethodInfo * method)); DO_APP_FUNC(0x017928E0, void, ListPool_1_UnityEngine_Vector2__Release, (List_1_UnityEngine_Vector2_ * list, MethodInfo * method)); DO_APP_FUNC(0x017927D0, void, ListPool_1_UnityEngine_Vector2__Release_1, (List_1_UnityEngine_Vector2_ * * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85FE0, ListPool_1_UnityEngine_Vector2__Release_1__MethodInfo); DO_APP_FUNC(0x01792390, void, ListPool_1_UnityEngine_Vector2__Warmup, (int32_t count, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01793160, void, ListPool_1_UnityEngine_Vector3___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01791190, List_1_UnityEngine_Vector3_ *, ListPool_1_UnityEngine_Vector3__Claim, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C350, ListPool_1_UnityEngine_Vector3__Claim__MethodInfo); DO_APP_FUNC(0x01791B80, List_1_UnityEngine_Vector3_ *, ListPool_1_UnityEngine_Vector3__Claim_1, (int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82738, ListPool_1_UnityEngine_Vector3__Claim_1__MethodInfo); DO_APP_FUNC(0x01792EC0, void, ListPool_1_UnityEngine_Vector3__Clear, (MethodInfo * method)); DO_APP_FUNC(0x01791860, int32_t, ListPool_1_UnityEngine_Vector3__FindCandidate, (List_1_List_1_UnityEngine_Vector3_ * pool, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x010108F0, int32_t, ListPool_1_UnityEngine_Vector3__GetSize, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D880, ListPool_1_UnityEngine_Vector3__GetSize__MethodInfo); DO_APP_FUNC(0x017928E0, void, ListPool_1_UnityEngine_Vector3__Release, (List_1_UnityEngine_Vector3_ * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DA20, ListPool_1_UnityEngine_Vector3__Release__MethodInfo); DO_APP_FUNC(0x017927D0, void, ListPool_1_UnityEngine_Vector3__Release_1, (List_1_UnityEngine_Vector3_ * * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FE78, ListPool_1_UnityEngine_Vector3__Release_1__MethodInfo); DO_APP_FUNC(0x01792390, void, ListPool_1_UnityEngine_Vector3__Warmup, (int32_t count, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01793160, void, ListPool_1_Pathfinding_Funnel_PathPart___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01791190, List_1_Pathfinding_Funnel_PathPart_ *, ListPool_1_Pathfinding_Funnel_PathPart__Claim, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C836F0, ListPool_1_Pathfinding_Funnel_PathPart__Claim__MethodInfo); DO_APP_FUNC(0x01791B80, List_1_Pathfinding_Funnel_PathPart_ *, ListPool_1_Pathfinding_Funnel_PathPart__Claim_1, (int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01792EC0, void, ListPool_1_Pathfinding_Funnel_PathPart__Clear, (MethodInfo * method)); DO_APP_FUNC(0x01791860, int32_t, ListPool_1_Pathfinding_Funnel_PathPart__FindCandidate, (List_1_List_1_Pathfinding_Funnel_PathPart_ * pool, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x010108F0, int32_t, ListPool_1_Pathfinding_Funnel_PathPart__GetSize, (MethodInfo * method)); DO_APP_FUNC(0x017928E0, void, ListPool_1_Pathfinding_Funnel_PathPart__Release, (List_1_Pathfinding_Funnel_PathPart_ * list, MethodInfo * method)); DO_APP_FUNC(0x017927D0, void, ListPool_1_Pathfinding_Funnel_PathPart__Release_1, (List_1_Pathfinding_Funnel_PathPart_ * * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82780, ListPool_1_Pathfinding_Funnel_PathPart__Release_1__MethodInfo); DO_APP_FUNC(0x01792390, void, ListPool_1_Pathfinding_Funnel_PathPart__Warmup, (int32_t count, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01371220, void, ListPool_1_System_Object__1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x010108F0, List_1_System_Object_ *, ListPool_1_System_Object__1_Get, (MethodInfo * method)); DO_APP_FUNC(0x01171E40, ObjectPool_1_T_PooledObject_System_Collections_Generic_List_1_, ListPool_1_System_Object__1_Get_1, (List_1_System_Object_ * * value, MethodInfo * method)); DO_APP_FUNC(0x01171F60, void, ListPool_1_System_Object__1_Release, (List_1_System_Object_ * toRelease, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UQueryState_1_T_ListQueryMatcher_1_System_Object_System_Object___ctor, (UQueryState_1_T_ListQueryMatcher_1_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017935C0, bool, UQueryState_1_T_ListQueryMatcher_1_System_Object_System_Object__OnRuleMatchedElement, (UQueryState_1_T_ListQueryMatcher_1_System_Object_System_Object_ * __this, RuleMatcher matcher, VisualElement * element, MethodInfo * method)); DO_APP_FUNC(0x017936D0, void, UQueryState_1_T_ListQueryMatcher_1_System_Object_System_Object__Reset, (UQueryState_1_T_ListQueryMatcher_1_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, List_1_System_Object_ *, UQueryState_1_T_ListQueryMatcher_1_System_Object_System_Object__get_matches, (UQueryState_1_T_ListQueryMatcher_1_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, UQueryState_1_T_ListQueryMatcher_1_System_Object_System_Object__set_matches, (UQueryState_1_T_ListQueryMatcher_1_System_Object_System_Object_ * __this, List_1_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x01793DD0, void, ListWithEvents_1_System_Object___ctor, (ListWithEvents_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017938C0, void, ListWithEvents_1_System_Object__Add, (ListWithEvents_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01793930, void, ListWithEvents_1_System_Object__Clear, (ListWithEvents_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01793A60, bool, ListWithEvents_1_System_Object__Contains, (ListWithEvents_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01793AB0, void, ListWithEvents_1_System_Object__CopyTo, (ListWithEvents_1_System_Object_ * __this, Object__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01793AE0, IEnumerator_1_System_Object_ *, ListWithEvents_1_System_Object__GetEnumerator, (ListWithEvents_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01793B70, int32_t, ListWithEvents_1_System_Object__IndexOf, (ListWithEvents_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01793BC0, void, ListWithEvents_1_System_Object__Insert, (ListWithEvents_1_System_Object_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017936F0, void, ListWithEvents_1_System_Object__InvokeAdded, (ListWithEvents_1_System_Object_ * __this, Object * element, MethodInfo * method)); DO_APP_FUNC(0x01793720, void, ListWithEvents_1_System_Object__InvokeRemoved, (ListWithEvents_1_System_Object_ * __this, Object * element, MethodInfo * method)); DO_APP_FUNC(0x01793C30, bool, ListWithEvents_1_System_Object__Remove, (ListWithEvents_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01793CD0, void, ListWithEvents_1_System_Object__RemoveAt, (ListWithEvents_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01793D80, IEnumerator *, ListWithEvents_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (ListWithEvents_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010143B0, void, ListWithEvents_1_System_Object__add_OnElementAdded, (ListWithEvents_1_System_Object_ * __this, Action_1_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x010145D0, void, ListWithEvents_1_System_Object__add_OnElementRemoved, (ListWithEvents_1_System_Object_ * __this, Action_1_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x01793830, int32_t, ListWithEvents_1_System_Object__get_Count, (ListWithEvents_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01793870, bool, ListWithEvents_1_System_Object__get_IsReadOnly, (ListWithEvents_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01197E60, Object *, ListWithEvents_1_System_Object__get_Item, (ListWithEvents_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010144C0, void, ListWithEvents_1_System_Object__remove_OnElementAdded, (ListWithEvents_1_System_Object_ * __this, Action_1_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x010146E0, void, ListWithEvents_1_System_Object__remove_OnElementRemoved, (ListWithEvents_1_System_Object_ * __this, Action_1_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x01793750, void, ListWithEvents_1_System_Object__set_Item, (ListWithEvents_1_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_ArraySegment_1___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_ArraySegment_1___ctor, (List_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9A28, List_1_System_ArraySegment_1___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_System_ArraySegment_1___ctor_1, (List_1_System_ArraySegment_1_ * __this, IEnumerable_1_System_ArraySegment_1_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_ArraySegment_1___ctor_2, (List_1_System_ArraySegment_1_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7FC0, List_1_System_ArraySegment_1___ctor_2__MethodInfo); DO_APP_FUNC(0x01794890, void, List_1_System_ArraySegment_1__Add, (List_1_System_ArraySegment_1_ * __this, ArraySegment_1_Byte_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB99B0, List_1_System_ArraySegment_1__Add__MethodInfo); DO_APP_FUNC(0x017967F0, void, List_1_System_ArraySegment_1__AddEnumerable, (List_1_System_ArraySegment_1_ * __this, IEnumerable_1_System_ArraySegment_1_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_ArraySegment_1__AddRange, (List_1_System_ArraySegment_1_ * __this, IEnumerable_1_System_ArraySegment_1_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_System_ArraySegment_1__AddWithResize, (List_1_System_ArraySegment_1_ * __this, ArraySegment_1_Byte_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_ArraySegment_1_ *, List_1_System_ArraySegment_1__AsReadOnly, (List_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_System_ArraySegment_1__BinarySearch, (List_1_System_ArraySegment_1_ * __this, ArraySegment_1_Byte_ item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_System_ArraySegment_1__BinarySearch_1, (List_1_System_ArraySegment_1_ * __this, ArraySegment_1_Byte_ item, IComparer_1_System_ArraySegment_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_System_ArraySegment_1__BinarySearch_2, (List_1_System_ArraySegment_1_ * __this, int32_t index, int32_t count, ArraySegment_1_Byte_ item, IComparer_1_System_ArraySegment_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_System_ArraySegment_1__Clear, (List_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB99D8, List_1_System_ArraySegment_1__Clear__MethodInfo); DO_APP_FUNC(0x01794E10, bool, List_1_System_ArraySegment_1__Contains, (List_1_System_ArraySegment_1_ * __this, ArraySegment_1_Byte_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_ArraySegment_1__CopyTo, (List_1_System_ArraySegment_1_ * __this, ArraySegment_1_Byte___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_ArraySegment_1__CopyTo_1, (List_1_System_ArraySegment_1_ * __this, ArraySegment_1_Byte___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_ArraySegment_1__EnsureCapacity, (List_1_System_ArraySegment_1_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_ArraySegment_1__Exists, (List_1_System_ArraySegment_1_ * __this, Predicate_1_ArraySegment_1_Byte_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, ArraySegment_1_Byte_, List_1_System_ArraySegment_1__Find, (List_1_System_ArraySegment_1_ * __this, Predicate_1_ArraySegment_1_Byte_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_System_ArraySegment_1_ *, List_1_System_ArraySegment_1__FindAll, (List_1_System_ArraySegment_1_ * __this, Predicate_1_ArraySegment_1_Byte_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_ArraySegment_1__FindIndex, (List_1_System_ArraySegment_1_ * __this, Predicate_1_ArraySegment_1_Byte_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_System_ArraySegment_1__FindIndex_1, (List_1_System_ArraySegment_1_ * __this, int32_t startIndex, int32_t count, Predicate_1_ArraySegment_1_Byte_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_System_ArraySegment_1__ForEach, (List_1_System_ArraySegment_1_ * __this, Action_1_ArraySegment_1_Byte_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_System_ArraySegment_1_, List_1_System_ArraySegment_1__GetEnumerator, (List_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_System_ArraySegment_1__IndexOf, (List_1_System_ArraySegment_1_ * __this, ArraySegment_1_Byte_ item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_System_ArraySegment_1__Insert, (List_1_System_ArraySegment_1_ * __this, int32_t index, ArraySegment_1_Byte_ item, MethodInfo * method)); DO_APP_FUNC(0x01795AE0, void, List_1_System_ArraySegment_1__InsertRange, (List_1_System_ArraySegment_1_ * __this, int32_t index, IEnumerable_1_System_ArraySegment_1_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_System_ArraySegment_1__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_System_ArraySegment_1__Remove, (List_1_System_ArraySegment_1_ * __this, ArraySegment_1_Byte_ item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_System_ArraySegment_1__RemoveAll, (List_1_System_ArraySegment_1_ * __this, Predicate_1_ArraySegment_1_Byte_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_System_ArraySegment_1__RemoveAt, (List_1_System_ArraySegment_1_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_System_ArraySegment_1__RemoveRange, (List_1_System_ArraySegment_1_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_ArraySegment_1__Reverse, (List_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_ArraySegment_1__Reverse_1, (List_1_System_ArraySegment_1_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_ArraySegment_1__Sort, (List_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_ArraySegment_1__Sort_1, (List_1_System_ArraySegment_1_ * __this, Comparison_1_ArraySegment_1_Byte_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_ArraySegment_1__Sort_2, (List_1_System_ArraySegment_1_ * __this, IComparer_1_System_ArraySegment_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_ArraySegment_1__Sort_3, (List_1_System_ArraySegment_1_ * __this, int32_t index, int32_t count, IComparer_1_System_ArraySegment_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ArraySegment_1__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_System_ArraySegment_1_ *, List_1_System_ArraySegment_1__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_ArraySegment_1__System_Collections_ICollection_CopyTo, (List_1_System_ArraySegment_1_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ArraySegment_1__System_Collections_ICollection_get_IsSynchronized, (List_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794460, Object *, List_1_System_ArraySegment_1__System_Collections_ICollection_get_SyncRoot, (List_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_System_ArraySegment_1__System_Collections_IEnumerable_GetEnumerator, (List_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_System_ArraySegment_1__System_Collections_IList_Add, (List_1_System_ArraySegment_1_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_System_ArraySegment_1__System_Collections_IList_Contains, (List_1_System_ArraySegment_1_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_System_ArraySegment_1__System_Collections_IList_IndexOf, (List_1_System_ArraySegment_1_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_System_ArraySegment_1__System_Collections_IList_Insert, (List_1_System_ArraySegment_1_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_System_ArraySegment_1__System_Collections_IList_Remove, (List_1_System_ArraySegment_1_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ArraySegment_1__System_Collections_IList_get_IsFixedSize, (List_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ArraySegment_1__System_Collections_IList_get_IsReadOnly, (List_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_System_ArraySegment_1__System_Collections_IList_get_Item, (List_1_System_ArraySegment_1_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_System_ArraySegment_1__System_Collections_IList_set_Item, (List_1_System_ArraySegment_1_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ArraySegment_1_Byte___Array *, List_1_System_ArraySegment_1__ToArray, (List_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_System_ArraySegment_1__TrimExcess, (List_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_ArraySegment_1__get_Capacity, (List_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_ArraySegment_1__get_Count, (List_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB99E0, List_1_System_ArraySegment_1__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, ArraySegment_1_Byte_, List_1_System_ArraySegment_1__get_Item, (List_1_System_ArraySegment_1_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9990, List_1_System_ArraySegment_1__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_System_ArraySegment_1__set_Capacity, (List_1_System_ArraySegment_1_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_System_ArraySegment_1__set_Item, (List_1_System_ArraySegment_1_ * __this, int32_t index, ArraySegment_1_Byte_ value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2__ctor, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2__ctor_1, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, IEnumerable_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2__ctor_2, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x008B8960, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_Add, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, AsyncOperationHandle_1_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01798890, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_AddEnumerable, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, IEnumerable_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_AddRange, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, IEnumerable_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 * collection, MethodInfo * method)); DO_APP_FUNC(0x01796FF0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_AddWithResize, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, AsyncOperationHandle_1_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ *, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_AsReadOnly, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x017972F0, int32_t, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_BinarySearch, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, AsyncOperationHandle_1_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01797390, int32_t, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_BinarySearch_1, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, AsyncOperationHandle_1_System_Object_ item, IComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01797240, int32_t, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_BinarySearch_2, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, int32_t index, int32_t count, AsyncOperationHandle_1_System_Object_ item, IComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_Clear, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01797430, bool, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_Contains, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, AsyncOperationHandle_1_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_CopyTo, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, AsyncOperationHandle_1_System_Object___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_CopyTo_1, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, AsyncOperationHandle_1_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_EnsureCapacity, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_Exists, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, Predicate_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * match, MethodInfo * method)); DO_APP_FUNC(0x017975E0, AsyncOperationHandle_1_System_Object_, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_Find, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, Predicate_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797700, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 *, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_FindAll, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, Predicate_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_FindIndex, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, Predicate_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797890, int32_t, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_FindIndex_1, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * match, MethodInfo * method)); DO_APP_FUNC(0x017979B0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_ForEach, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__18 * action, MethodInfo * method)); DO_APP_FUNC(0x01797A80, List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_GetEnumerator, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01797C10, int32_t, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_IndexOf, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, AsyncOperationHandle_1_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01797DB0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_Insert, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, int32_t index, AsyncOperationHandle_1_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01798040, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_InsertRange, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, int32_t index, IEnumerable_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 * collection, MethodInfo * method)); DO_APP_FUNC(0x01796D50, bool, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01798410, bool, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_Remove, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, AsyncOperationHandle_1_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x017985D0, int32_t, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_RemoveAll, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, Predicate_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * match, MethodInfo * method)); DO_APP_FUNC(0x017987B0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_RemoveAt, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_RemoveRange, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_Reverse, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_Reverse_1, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_Sort, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_Sort_1, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_Sort_2, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, IComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_Sort_3, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 *, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_System_Collections_ICollection_CopyTo, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796BA0, Object *, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator *, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x017970C0, int32_t, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_System_Collections_IList_Add, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017974A0, bool, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_System_Collections_IList_Contains, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797C70, int32_t, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_System_Collections_IList_IndexOf, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797EF0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_System_Collections_IList_Insert, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017984A0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_System_Collections_IList_Remove, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796E20, Object *, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_System_Collections_IList_get_Item, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796EA0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_System_Collections_IList_set_Item, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, AsyncOperationHandle_1_System_Object___Array *, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_ToArray, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_TrimExcess, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_get_Capacity, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_get_Count, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796C50, AsyncOperationHandle_1_System_Object_, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_get_Item, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_set_Capacity, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01796CA0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_set_Item, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * __this, int32_t index, AsyncOperationHandle_1_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta___ctor, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta___ctor_1, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, IEnumerable_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta___ctor_2, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01798C80, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Add, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, MethodInfo * method)); DO_APP_FUNC(0x01799610, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__AddEnumerable, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, IEnumerable_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__AddRange, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, IEnumerable_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01798D70, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__AddWithResize, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ *, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__AsReadOnly, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017972F0, int32_t, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__BinarySearch, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, MethodInfo * method)); DO_APP_FUNC(0x01797390, int32_t, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__BinarySearch_1, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, IComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01797240, int32_t, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__BinarySearch_2, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, int32_t index, int32_t count, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, IComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Clear, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797430, bool, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Contains, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__CopyTo, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__CopyTo_1, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__EnsureCapacity, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Exists, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, Predicate_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * match, MethodInfo * method)); DO_APP_FUNC(0x017975E0, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Find, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, Predicate_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797700, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ *, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__FindAll, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, Predicate_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__FindIndex, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, Predicate_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797890, int32_t, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__FindIndex_1, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, int32_t startIndex, int32_t count, Predicate_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * match, MethodInfo * method)); DO_APP_FUNC(0x017979B0, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__ForEach, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, Action_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * action, MethodInfo * method)); DO_APP_FUNC(0x01797A80, List_1_T_Enumerator_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__GetEnumerator, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797C10, int32_t, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__IndexOf, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, MethodInfo * method)); DO_APP_FUNC(0x01798E40, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Insert, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, int32_t index, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, MethodInfo * method)); DO_APP_FUNC(0x01798F80, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__InsertRange, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, int32_t index, IEnumerable_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01796D50, bool, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01798410, bool, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Remove, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, MethodInfo * method)); DO_APP_FUNC(0x01799350, int32_t, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__RemoveAll, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, Predicate_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * match, MethodInfo * method)); DO_APP_FUNC(0x01799530, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__RemoveAt, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__RemoveRange, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Reverse, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Reverse_1, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Sort, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Sort_1, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, Comparison_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Sort_2, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, IComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Sort_3, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, int32_t index, int32_t count, IComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ *, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_ICollection_CopyTo, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_ICollection_get_IsSynchronized, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01798B20, Object *, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_ICollection_get_SyncRoot, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator *, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IEnumerable_GetEnumerator, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017970C0, int32_t, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IList_Add, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017974A0, bool, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IList_Contains, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797C70, int32_t, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IList_IndexOf, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797EF0, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IList_Insert, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017984A0, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IList_Remove, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IList_get_IsFixedSize, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IList_get_IsReadOnly, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796E20, Object *, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IList_get_Item, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796EA0, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IList_set_Item, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer___Array *, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__ToArray, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__TrimExcess, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__get_Capacity, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__get_Count, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796C50, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__get_Item, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__set_Capacity, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01798BD0, void, List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__set_Item, (List_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, int32_t index, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1__ctor, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1__ctor_1, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, IEnumerable_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1__ctor_2, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01799D10, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_Add, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, IntervalTree_1_T_Entry_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179B6C0, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_AddEnumerable, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, IEnumerable_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_AddRange, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, IEnumerable_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799E00, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_AddWithResize, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, IntervalTree_1_T_Entry_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ *, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_AsReadOnly, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_BinarySearch, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, IntervalTree_1_T_Entry_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_BinarySearch_1, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, IntervalTree_1_T_Entry_System_Object_ item, IComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_BinarySearch_2, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, int32_t index, int32_t count, IntervalTree_1_T_Entry_System_Object_ item, IComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_Clear, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A250, bool, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_Contains, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, IntervalTree_1_T_Entry_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_CopyTo, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, IntervalTree_1_T_Entry_System_Object___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_CopyTo_1, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, IntervalTree_1_T_Entry_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_EnsureCapacity, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_Exists, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, Predicate_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, IntervalTree_1_T_Entry_System_Object_, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_Find, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, Predicate_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 *, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_FindAll, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, Predicate_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_FindIndex, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, Predicate_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_FindIndex_1, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_ForEach, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, Action_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_UnityEngine_Timeline_IntervalTree_1_Entry_, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_GetEnumerator, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_IndexOf, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, IntervalTree_1_T_Entry_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179ABD0, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_Insert, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, int32_t index, IntervalTree_1_T_Entry_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179AE60, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_InsertRange, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, int32_t index, IEnumerable_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_Remove, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, IntervalTree_1_T_Entry_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179B3F0, int32_t, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_RemoveAll, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, Predicate_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179B5D0, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_RemoveAt, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_RemoveRange, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_Reverse, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_Reverse_1, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_Sort, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_Sort_1, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, Comparison_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_Sort_2, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, IComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_Sort_3, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 *, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x017998A0, Object *, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_System_Collections_IList_Add, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_System_Collections_IList_Contains, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_System_Collections_IList_IndexOf, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_System_Collections_IList_Insert, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_System_Collections_IList_Remove, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_System_Collections_IList_get_Item, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_System_Collections_IList_set_Item, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, IntervalTree_1_T_Entry_System_Object___Array *, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_ToArray, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_TrimExcess, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_get_Capacity, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_get_Count, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01799950, IntervalTree_1_T_Entry_System_Object_, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_get_Item, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_set_Capacity, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017999B0, void, List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1_set_Item, (List_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 * __this, int32_t index, IntervalTree_1_T_Entry_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb___ctor, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb___ctor_1, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IEnumerable_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb___ctor_2, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179BAB0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Add, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179C400, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__AddEnumerable, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IEnumerable_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__AddRange, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IEnumerable_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179BB90, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__AddWithResize, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ *, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__AsReadOnly, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__BinarySearch, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__BinarySearch_1, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__BinarySearch_2, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, int32_t index, int32_t count, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Clear, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Contains, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__CopyTo, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__CopyTo_1, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__EnsureCapacity, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Exists, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Find, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ *, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__FindAll, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__FindIndex, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__FindIndex_1, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, int32_t startIndex, int32_t count, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__ForEach, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Action_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__GetEnumerator, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__IndexOf, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179BC50, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Insert, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, int32_t index, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179BD80, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__InsertRange, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, int32_t index, IEnumerable_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Remove, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179C140, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__RemoveAll, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179C330, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__RemoveAt, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__RemoveRange, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Reverse, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Reverse_1, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Sort, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Sort_1, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Sort_2, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Sort_3, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, int32_t index, int32_t count, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__3 *, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_ICollection_CopyTo, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_ICollection_get_IsSynchronized, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179B960, Object *, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_ICollection_get_SyncRoot, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEnumerable_GetEnumerator, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IList_Add, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IList_Contains, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IList_IndexOf, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IList_Insert, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IList_Remove, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IList_get_IsFixedSize, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IList_get_IsReadOnly, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IList_get_Item, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IList_set_Item, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array *, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__ToArray, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__TrimExcess, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__get_Capacity, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__get_Count, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__get_Item, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__set_Capacity, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179BA10, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__set_Item, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, int32_t index, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1__ctor, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1__ctor_1, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IEnumerable_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1__ctor_2, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Add, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179CB10, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_AddEnumerable, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IEnumerable_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_AddRange, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IEnumerable_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_AddWithResize, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 *, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_AsReadOnly, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_BinarySearch, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_BinarySearch_1, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_BinarySearch_2, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, int32_t index, int32_t count, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Clear, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Contains, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_CopyTo, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_CopyTo_1, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_EnsureCapacity, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Exists, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Find, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 *, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_FindAll, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_FindIndex, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_FindIndex_1, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, int32_t startIndex, int32_t count, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_ForEach, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Action_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_GetEnumerator, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_IndexOf, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Insert, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, int32_t index, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179C750, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_InsertRange, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, int32_t index, IEnumerable_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Remove, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_RemoveAll, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_RemoveAt, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_RemoveRange, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Reverse, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Reverse_1, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Sort, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Sort_1, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Sort_2, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Sort_3, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, int32_t index, int32_t count, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__4 *, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_ICollection_CopyTo, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_ICollection_get_IsSynchronized, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0179C6A0, Object *, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_ICollection_get_SyncRoot, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEnumerable_GetEnumerator, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IList_Add, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IList_Contains, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IList_IndexOf, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IList_Insert, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IList_Remove, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IList_get_IsFixedSize, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IList_get_IsReadOnly, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IList_get_Item, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IList_set_Item, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array *, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_ToArray, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_TrimExcess, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_get_Capacity, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_get_Count, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_get_Item, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_set_Capacity, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_set_Item, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, int32_t index, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2__ctor, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2__ctor_1, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IEnumerable_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2__ctor_2, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x008B8960, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Add, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, MethodInfo * method)); DO_APP_FUNC(0x0179D230, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_AddEnumerable, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IEnumerable_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_AddRange, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IEnumerable_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * collection, MethodInfo * method)); DO_APP_FUNC(0x01796FF0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_AddWithResize, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 *, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_AsReadOnly, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x017972F0, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_BinarySearch, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, MethodInfo * method)); DO_APP_FUNC(0x01797390, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_BinarySearch_1, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01797240, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_BinarySearch_2, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, int32_t index, int32_t count, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Clear, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01797430, bool, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Contains, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_CopyTo, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_CopyTo_1, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_EnsureCapacity, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Exists, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * match, MethodInfo * method)); DO_APP_FUNC(0x017975E0, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Find, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * match, MethodInfo * method)); DO_APP_FUNC(0x01797700, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 *, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_FindAll, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_FindIndex, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * match, MethodInfo * method)); DO_APP_FUNC(0x01797890, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_FindIndex_1, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, int32_t startIndex, int32_t count, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * match, MethodInfo * method)); DO_APP_FUNC(0x017979B0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_ForEach, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Action_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * action, MethodInfo * method)); DO_APP_FUNC(0x01797A80, List_1_T_Enumerator_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_GetEnumerator, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01797C10, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_IndexOf, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, MethodInfo * method)); DO_APP_FUNC(0x01797DB0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Insert, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, int32_t index, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, MethodInfo * method)); DO_APP_FUNC(0x0179CE60, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_InsertRange, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, int32_t index, IEnumerable_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * collection, MethodInfo * method)); DO_APP_FUNC(0x01796D50, bool, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01798410, bool, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Remove, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, MethodInfo * method)); DO_APP_FUNC(0x017985D0, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_RemoveAll, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * match, MethodInfo * method)); DO_APP_FUNC(0x017987B0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_RemoveAt, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_RemoveRange, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Reverse, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Reverse_1, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Sort, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Sort_1, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Comparison_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Sort_2, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Sort_3, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, int32_t index, int32_t count, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__5 *, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_ICollection_CopyTo, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_ICollection_get_IsSynchronized, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0179CDB0, Object *, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_ICollection_get_SyncRoot, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator *, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEnumerable_GetEnumerator, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x017970C0, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IList_Add, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017974A0, bool, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IList_Contains, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797C70, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IList_IndexOf, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797EF0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IList_Insert, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017984A0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IList_Remove, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IList_get_IsFixedSize, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IList_get_IsReadOnly, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796E20, Object *, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IList_get_Item, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796EA0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IList_set_Item, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array *, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_ToArray, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_TrimExcess, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_get_Capacity, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_get_Count, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796C50, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_get_Item, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_set_Capacity, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01796CA0, void, List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_set_Item, (List_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, int32_t index, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_KeyValuePair_2_System_Guid_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_KeyValuePair_2_System_Guid_System_Object___ctor, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_KeyValuePair_2_System_Guid_System_Object___ctor_1, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Guid_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_KeyValuePair_2_System_Guid_System_Object___ctor_2, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01799D10, void, List_1_KeyValuePair_2_System_Guid_System_Object__Add, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, KeyValuePair_2_System_Guid_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179D940, void, List_1_KeyValuePair_2_System_Guid_System_Object__AddEnumerable, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Guid_System_Object_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_KeyValuePair_2_System_Guid_System_Object__AddRange, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Guid_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799E00, void, List_1_KeyValuePair_2_System_Guid_System_Object__AddWithResize, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, KeyValuePair_2_System_Guid_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ *, List_1_KeyValuePair_2_System_Guid_System_Object__AsReadOnly, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_KeyValuePair_2_System_Guid_System_Object__BinarySearch, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, KeyValuePair_2_System_Guid_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_KeyValuePair_2_System_Guid_System_Object__BinarySearch_1, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, KeyValuePair_2_System_Guid_System_Object_ item, IComparer_1_KeyValuePair_2_System_Guid_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_KeyValuePair_2_System_Guid_System_Object__BinarySearch_2, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, int32_t index, int32_t count, KeyValuePair_2_System_Guid_System_Object_ item, IComparer_1_KeyValuePair_2_System_Guid_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_KeyValuePair_2_System_Guid_System_Object__Clear, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A250, bool, List_1_KeyValuePair_2_System_Guid_System_Object__Contains, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, KeyValuePair_2_System_Guid_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_KeyValuePair_2_System_Guid_System_Object__CopyTo, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, KeyValuePair_2_System_Guid_System_Object___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_KeyValuePair_2_System_Guid_System_Object__CopyTo_1, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, KeyValuePair_2_System_Guid_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_KeyValuePair_2_System_Guid_System_Object__EnsureCapacity, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_KeyValuePair_2_System_Guid_System_Object__Exists, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__3 * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, KeyValuePair_2_System_Guid_System_Object_, List_1_KeyValuePair_2_System_Guid_System_Object__Find, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__3 * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_KeyValuePair_2_System_Guid_System_Object_ *, List_1_KeyValuePair_2_System_Guid_System_Object__FindAll, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__3 * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_KeyValuePair_2_System_Guid_System_Object__FindIndex, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__3 * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_KeyValuePair_2_System_Guid_System_Object__FindIndex_1, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, int32_t startIndex, int32_t count, Predicate_1_System_Collections_Generic_KeyValuePair_2__3 * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_KeyValuePair_2_System_Guid_System_Object__ForEach, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, Action_1_System_Collections_Generic_KeyValuePair_2_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_KeyValuePair_2_System_Guid_System_Object_, List_1_KeyValuePair_2_System_Guid_System_Object__GetEnumerator, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_KeyValuePair_2_System_Guid_System_Object__IndexOf, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, KeyValuePair_2_System_Guid_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179ABD0, void, List_1_KeyValuePair_2_System_Guid_System_Object__Insert, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, int32_t index, KeyValuePair_2_System_Guid_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179D570, void, List_1_KeyValuePair_2_System_Guid_System_Object__InsertRange, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, int32_t index, IEnumerable_1_KeyValuePair_2_System_Guid_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_KeyValuePair_2_System_Guid_System_Object__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_KeyValuePair_2_System_Guid_System_Object__Remove, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, KeyValuePair_2_System_Guid_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179B3F0, int32_t, List_1_KeyValuePair_2_System_Guid_System_Object__RemoveAll, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__3 * match, MethodInfo * method)); DO_APP_FUNC(0x0179B5D0, void, List_1_KeyValuePair_2_System_Guid_System_Object__RemoveAt, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_KeyValuePair_2_System_Guid_System_Object__RemoveRange, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_KeyValuePair_2_System_Guid_System_Object__Reverse, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_KeyValuePair_2_System_Guid_System_Object__Reverse_1, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_KeyValuePair_2_System_Guid_System_Object__Sort, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_KeyValuePair_2_System_Guid_System_Object__Sort_1, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, Comparison_1_System_Collections_Generic_KeyValuePair_2_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_KeyValuePair_2_System_Guid_System_Object__Sort_2, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, IComparer_1_KeyValuePair_2_System_Guid_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_KeyValuePair_2_System_Guid_System_Object__Sort_3, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, int32_t index, int32_t count, IComparer_1_KeyValuePair_2_System_Guid_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Guid_System_Object__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_KeyValuePair_2_System_Guid_System_Object_ *, List_1_KeyValuePair_2_System_Guid_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_KeyValuePair_2_System_Guid_System_Object__System_Collections_ICollection_CopyTo, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Guid_System_Object__System_Collections_ICollection_get_IsSynchronized, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179D4C0, Object *, List_1_KeyValuePair_2_System_Guid_System_Object__System_Collections_ICollection_get_SyncRoot, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_KeyValuePair_2_System_Guid_System_Object__System_Collections_IEnumerable_GetEnumerator, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_KeyValuePair_2_System_Guid_System_Object__System_Collections_IList_Add, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_KeyValuePair_2_System_Guid_System_Object__System_Collections_IList_Contains, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_KeyValuePair_2_System_Guid_System_Object__System_Collections_IList_IndexOf, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_KeyValuePair_2_System_Guid_System_Object__System_Collections_IList_Insert, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_KeyValuePair_2_System_Guid_System_Object__System_Collections_IList_Remove, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Guid_System_Object__System_Collections_IList_get_IsFixedSize, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Guid_System_Object__System_Collections_IList_get_IsReadOnly, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_KeyValuePair_2_System_Guid_System_Object__System_Collections_IList_get_Item, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_KeyValuePair_2_System_Guid_System_Object__System_Collections_IList_set_Item, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, KeyValuePair_2_System_Guid_System_Object___Array *, List_1_KeyValuePair_2_System_Guid_System_Object__ToArray, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_KeyValuePair_2_System_Guid_System_Object__TrimExcess, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_KeyValuePair_2_System_Guid_System_Object__get_Capacity, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_KeyValuePair_2_System_Guid_System_Object__get_Count, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799950, KeyValuePair_2_System_Guid_System_Object_, List_1_KeyValuePair_2_System_Guid_System_Object__get_Item, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_KeyValuePair_2_System_Guid_System_Object__set_Capacity, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017999B0, void, List_1_KeyValuePair_2_System_Guid_System_Object__set_Item, (List_1_KeyValuePair_2_System_Guid_System_Object_ * __this, int32_t index, KeyValuePair_2_System_Guid_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_KeyValuePair_2_System_Int32_System_Int32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_KeyValuePair_2_System_Int32_System_Int32___ctor, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6210, List_1_KeyValuePair_2_System_Int32_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_KeyValuePair_2_System_Int32_System_Int32___ctor_1, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, IEnumerable_1_KeyValuePair_2_System_Int32_System_Int32_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_KeyValuePair_2_System_Int32_System_Int32___ctor_2, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179DF80, void, List_1_KeyValuePair_2_System_Int32_System_Int32__Add, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, KeyValuePair_2_System_Int32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6230, List_1_KeyValuePair_2_System_Int32_System_Int32__Add__MethodInfo); DO_APP_FUNC(0x0179F4F0, void, List_1_KeyValuePair_2_System_Int32_System_Int32__AddEnumerable, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, IEnumerable_1_KeyValuePair_2_System_Int32_System_Int32_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_KeyValuePair_2_System_Int32_System_Int32__AddRange, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, IEnumerable_1_KeyValuePair_2_System_Int32_System_Int32_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179DFE0, void, List_1_KeyValuePair_2_System_Int32_System_Int32__AddWithResize, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, KeyValuePair_2_System_Int32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 *, List_1_KeyValuePair_2_System_Int32_System_Int32__AsReadOnly, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E240, int32_t, List_1_KeyValuePair_2_System_Int32_System_Int32__BinarySearch, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, KeyValuePair_2_System_Int32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC(0x0179E2C0, int32_t, List_1_KeyValuePair_2_System_Int32_System_Int32__BinarySearch_1, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, KeyValuePair_2_System_Int32_System_Int32_ item, IComparer_1_KeyValuePair_2_System_Int32_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_KeyValuePair_2_System_Int32_System_Int32__BinarySearch_2, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, int32_t index, int32_t count, KeyValuePair_2_System_Int32_System_Int32_ item, IComparer_1_KeyValuePair_2_System_Int32_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_KeyValuePair_2_System_Int32_System_Int32__Clear, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E360, bool, List_1_KeyValuePair_2_System_Int32_System_Int32__Contains, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, KeyValuePair_2_System_Int32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_KeyValuePair_2_System_Int32_System_Int32__CopyTo, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, KeyValuePair_2_System_Int32_System_Int32___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_KeyValuePair_2_System_Int32_System_Int32__CopyTo_1, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, KeyValuePair_2_System_Int32_System_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_KeyValuePair_2_System_Int32_System_Int32__EnsureCapacity, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_KeyValuePair_2_System_Int32_System_Int32__Exists, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__4 * match, MethodInfo * method)); DO_APP_FUNC(0x0179E4E0, KeyValuePair_2_System_Int32_System_Int32_, List_1_KeyValuePair_2_System_Int32_System_Int32__Find, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__4 * match, MethodInfo * method)); DO_APP_FUNC(0x0179E5B0, List_1_KeyValuePair_2_System_Int32_System_Int32_ *, List_1_KeyValuePair_2_System_Int32_System_Int32__FindAll, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__4 * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_KeyValuePair_2_System_Int32_System_Int32__FindIndex, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__4 * match, MethodInfo * method)); DO_APP_FUNC(0x0179E710, int32_t, List_1_KeyValuePair_2_System_Int32_System_Int32__FindIndex_1, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, int32_t startIndex, int32_t count, Predicate_1_System_Collections_Generic_KeyValuePair_2__4 * match, MethodInfo * method)); DO_APP_FUNC(0x0179E810, void, List_1_KeyValuePair_2_System_Int32_System_Int32__ForEach, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, Action_1_System_Collections_Generic_KeyValuePair_2__1 * action, MethodInfo * method)); DO_APP_FUNC(0x0179E8D0, List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Int32_, List_1_KeyValuePair_2_System_Int32_System_Int32__GetEnumerator, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6220, List_1_KeyValuePair_2_System_Int32_System_Int32__GetEnumerator__MethodInfo); DO_APP_FUNC(0x0179EA30, int32_t, List_1_KeyValuePair_2_System_Int32_System_Int32__IndexOf, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, KeyValuePair_2_System_Int32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC(0x0179EBB0, void, List_1_KeyValuePair_2_System_Int32_System_Int32__Insert, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, int32_t index, KeyValuePair_2_System_Int32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC(0x0179EDC0, void, List_1_KeyValuePair_2_System_Int32_System_Int32__InsertRange, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, int32_t index, IEnumerable_1_KeyValuePair_2_System_Int32_System_Int32_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179DD10, bool, List_1_KeyValuePair_2_System_Int32_System_Int32__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_KeyValuePair_2_System_Int32_System_Int32__Remove, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, KeyValuePair_2_System_Int32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC(0x0179F2A0, int32_t, List_1_KeyValuePair_2_System_Int32_System_Int32__RemoveAll, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__4 * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_KeyValuePair_2_System_Int32_System_Int32__RemoveAt, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_KeyValuePair_2_System_Int32_System_Int32__RemoveRange, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_KeyValuePair_2_System_Int32_System_Int32__Reverse, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_KeyValuePair_2_System_Int32_System_Int32__Reverse_1, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_KeyValuePair_2_System_Int32_System_Int32__Sort, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_KeyValuePair_2_System_Int32_System_Int32__Sort_1, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, Comparison_1_System_Collections_Generic_KeyValuePair_2__1 * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_KeyValuePair_2_System_Int32_System_Int32__Sort_2, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, IComparer_1_KeyValuePair_2_System_Int32_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_KeyValuePair_2_System_Int32_System_Int32__Sort_3, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, int32_t index, int32_t count, IComparer_1_KeyValuePair_2_System_Int32_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Int32_System_Int32__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator_1_KeyValuePair_2_System_Int32_System_Int32_ *, List_1_KeyValuePair_2_System_Int32_System_Int32__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_KeyValuePair_2_System_Int32_System_Int32__System_Collections_ICollection_CopyTo, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Int32_System_Int32__System_Collections_ICollection_get_IsSynchronized, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DBE0, Object *, List_1_KeyValuePair_2_System_Int32_System_Int32__System_Collections_ICollection_get_SyncRoot, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator *, List_1_KeyValuePair_2_System_Int32_System_Int32__System_Collections_IEnumerable_GetEnumerator, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E050, int32_t, List_1_KeyValuePair_2_System_Int32_System_Int32__System_Collections_IList_Add, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179E3B0, bool, List_1_KeyValuePair_2_System_Int32_System_Int32__System_Collections_IList_Contains, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EA80, int32_t, List_1_KeyValuePair_2_System_Int32_System_Int32__System_Collections_IList_IndexOf, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EC80, void, List_1_KeyValuePair_2_System_Int32_System_Int32__System_Collections_IList_Insert, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179F190, void, List_1_KeyValuePair_2_System_Int32_System_Int32__System_Collections_IList_Remove, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Int32_System_Int32__System_Collections_IList_get_IsFixedSize, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Int32_System_Int32__System_Collections_IList_get_IsReadOnly, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DDE0, Object *, List_1_KeyValuePair_2_System_Int32_System_Int32__System_Collections_IList_get_Item, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179DE50, void, List_1_KeyValuePair_2_System_Int32_System_Int32__System_Collections_IList_set_Item, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, KeyValuePair_2_System_Int32_System_Int32___Array *, List_1_KeyValuePair_2_System_Int32_System_Int32__ToArray, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_KeyValuePair_2_System_Int32_System_Int32__TrimExcess, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_KeyValuePair_2_System_Int32_System_Int32__get_Capacity, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_KeyValuePair_2_System_Int32_System_Int32__get_Count, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6208, List_1_KeyValuePair_2_System_Int32_System_Int32__get_Count__MethodInfo); DO_APP_FUNC(0x0179DC90, KeyValuePair_2_System_Int32_System_Int32_, List_1_KeyValuePair_2_System_Int32_System_Int32__get_Item, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6200, List_1_KeyValuePair_2_System_Int32_System_Int32__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_KeyValuePair_2_System_Int32_System_Int32__set_Capacity, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179DCD0, void, List_1_KeyValuePair_2_System_Int32_System_Int32__set_Item, (List_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, int32_t index, KeyValuePair_2_System_Int32_System_Int32_ value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_KeyValuePair_2_System_Int32_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_KeyValuePair_2_System_Int32_System_Object___ctor, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_KeyValuePair_2_System_Int32_System_Object___ctor_1, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Int32_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_KeyValuePair_2_System_Int32_System_Object___ctor_2, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179BAB0, void, List_1_KeyValuePair_2_System_Int32_System_Object__Add, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179FBC0, void, List_1_KeyValuePair_2_System_Int32_System_Object__AddEnumerable, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Int32_System_Object_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_KeyValuePair_2_System_Int32_System_Object__AddRange, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Int32_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179BB90, void, List_1_KeyValuePair_2_System_Int32_System_Object__AddWithResize, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 *, List_1_KeyValuePair_2_System_Int32_System_Object__AsReadOnly, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_KeyValuePair_2_System_Int32_System_Object__BinarySearch, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_KeyValuePair_2_System_Int32_System_Object__BinarySearch_1, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object_ item, IComparer_1_KeyValuePair_2_System_Int32_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_KeyValuePair_2_System_Int32_System_Object__BinarySearch_2, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, int32_t index, int32_t count, KeyValuePair_2_System_Int32_System_Object_ item, IComparer_1_KeyValuePair_2_System_Int32_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_KeyValuePair_2_System_Int32_System_Object__Clear, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_KeyValuePair_2_System_Int32_System_Object__Contains, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_KeyValuePair_2_System_Int32_System_Object__CopyTo, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_KeyValuePair_2_System_Int32_System_Object__CopyTo_1, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_KeyValuePair_2_System_Int32_System_Object__EnsureCapacity, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_KeyValuePair_2_System_Int32_System_Object__Exists, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__5 * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, KeyValuePair_2_System_Int32_System_Object_, List_1_KeyValuePair_2_System_Int32_System_Object__Find, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__5 * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_KeyValuePair_2_System_Int32_System_Object_ *, List_1_KeyValuePair_2_System_Int32_System_Object__FindAll, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__5 * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_KeyValuePair_2_System_Int32_System_Object__FindIndex, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__5 * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_KeyValuePair_2_System_Int32_System_Object__FindIndex_1, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, int32_t startIndex, int32_t count, Predicate_1_System_Collections_Generic_KeyValuePair_2__5 * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_KeyValuePair_2_System_Int32_System_Object__ForEach, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, Action_1_System_Collections_Generic_KeyValuePair_2__2 * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_KeyValuePair_2_System_Int32_System_Object_, List_1_KeyValuePair_2_System_Int32_System_Object__GetEnumerator, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_KeyValuePair_2_System_Int32_System_Object__IndexOf, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179BC50, void, List_1_KeyValuePair_2_System_Int32_System_Object__Insert, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, int32_t index, KeyValuePair_2_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179F800, void, List_1_KeyValuePair_2_System_Int32_System_Object__InsertRange, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, int32_t index, IEnumerable_1_KeyValuePair_2_System_Int32_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_KeyValuePair_2_System_Int32_System_Object__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_KeyValuePair_2_System_Int32_System_Object__Remove, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179C140, int32_t, List_1_KeyValuePair_2_System_Int32_System_Object__RemoveAll, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__5 * match, MethodInfo * method)); DO_APP_FUNC(0x0179C330, void, List_1_KeyValuePair_2_System_Int32_System_Object__RemoveAt, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_KeyValuePair_2_System_Int32_System_Object__RemoveRange, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_KeyValuePair_2_System_Int32_System_Object__Reverse, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_KeyValuePair_2_System_Int32_System_Object__Reverse_1, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_KeyValuePair_2_System_Int32_System_Object__Sort, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_KeyValuePair_2_System_Int32_System_Object__Sort_1, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, Comparison_1_System_Collections_Generic_KeyValuePair_2__2 * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_KeyValuePair_2_System_Int32_System_Object__Sort_2, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, IComparer_1_KeyValuePair_2_System_Int32_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_KeyValuePair_2_System_Int32_System_Object__Sort_3, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, int32_t index, int32_t count, IComparer_1_KeyValuePair_2_System_Int32_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Int32_System_Object__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_KeyValuePair_2_System_Int32_System_Object_ *, List_1_KeyValuePair_2_System_Int32_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_KeyValuePair_2_System_Int32_System_Object__System_Collections_ICollection_CopyTo, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Int32_System_Object__System_Collections_ICollection_get_IsSynchronized, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179F750, Object *, List_1_KeyValuePair_2_System_Int32_System_Object__System_Collections_ICollection_get_SyncRoot, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_KeyValuePair_2_System_Int32_System_Object__System_Collections_IEnumerable_GetEnumerator, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_KeyValuePair_2_System_Int32_System_Object__System_Collections_IList_Add, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_KeyValuePair_2_System_Int32_System_Object__System_Collections_IList_Contains, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_KeyValuePair_2_System_Int32_System_Object__System_Collections_IList_IndexOf, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_KeyValuePair_2_System_Int32_System_Object__System_Collections_IList_Insert, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_KeyValuePair_2_System_Int32_System_Object__System_Collections_IList_Remove, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Int32_System_Object__System_Collections_IList_get_IsFixedSize, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Int32_System_Object__System_Collections_IList_get_IsReadOnly, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_KeyValuePair_2_System_Int32_System_Object__System_Collections_IList_get_Item, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_KeyValuePair_2_System_Int32_System_Object__System_Collections_IList_set_Item, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, KeyValuePair_2_System_Int32_System_Object___Array *, List_1_KeyValuePair_2_System_Int32_System_Object__ToArray, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_KeyValuePair_2_System_Int32_System_Object__TrimExcess, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_KeyValuePair_2_System_Int32_System_Object__get_Capacity, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_KeyValuePair_2_System_Int32_System_Object__get_Count, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, KeyValuePair_2_System_Int32_System_Object_, List_1_KeyValuePair_2_System_Int32_System_Object__get_Item, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_KeyValuePair_2_System_Int32_System_Object__set_Capacity, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179BA10, void, List_1_KeyValuePair_2_System_Int32_System_Object__set_Item, (List_1_KeyValuePair_2_System_Int32_System_Object_ * __this, int32_t index, KeyValuePair_2_System_Int32_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object___ctor, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object___ctor_1, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Int32Enum_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object___ctor_2, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179BAB0, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object__Add, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, KeyValuePair_2_System_Int32Enum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x017A02D0, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object__AddEnumerable, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Int32Enum_System_Object_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object__AddRange, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Int32Enum_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179BB90, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object__AddWithResize, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, KeyValuePair_2_System_Int32Enum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 *, List_1_KeyValuePair_2_System_Int32Enum_System_Object__AsReadOnly, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_KeyValuePair_2_System_Int32Enum_System_Object__BinarySearch, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, KeyValuePair_2_System_Int32Enum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_KeyValuePair_2_System_Int32Enum_System_Object__BinarySearch_1, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, KeyValuePair_2_System_Int32Enum_System_Object_ item, IComparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_KeyValuePair_2_System_Int32Enum_System_Object__BinarySearch_2, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, int32_t index, int32_t count, KeyValuePair_2_System_Int32Enum_System_Object_ item, IComparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object__Clear, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_KeyValuePair_2_System_Int32Enum_System_Object__Contains, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, KeyValuePair_2_System_Int32Enum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object__CopyTo, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, KeyValuePair_2_System_Int32Enum_System_Object___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object__CopyTo_1, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, KeyValuePair_2_System_Int32Enum_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object__EnsureCapacity, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_KeyValuePair_2_System_Int32Enum_System_Object__Exists, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__6 * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, KeyValuePair_2_System_Int32Enum_System_Object_, List_1_KeyValuePair_2_System_Int32Enum_System_Object__Find, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__6 * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_KeyValuePair_2_System_Int32Enum_System_Object_ *, List_1_KeyValuePair_2_System_Int32Enum_System_Object__FindAll, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__6 * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_KeyValuePair_2_System_Int32Enum_System_Object__FindIndex, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__6 * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_KeyValuePair_2_System_Int32Enum_System_Object__FindIndex_1, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, int32_t startIndex, int32_t count, Predicate_1_System_Collections_Generic_KeyValuePair_2__6 * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object__ForEach, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, Action_1_System_Collections_Generic_KeyValuePair_2__3 * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_KeyValuePair_2_System_Int32Enum_System_Object_, List_1_KeyValuePair_2_System_Int32Enum_System_Object__GetEnumerator, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_KeyValuePair_2_System_Int32Enum_System_Object__IndexOf, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, KeyValuePair_2_System_Int32Enum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179BC50, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object__Insert, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, int32_t index, KeyValuePair_2_System_Int32Enum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179FF10, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object__InsertRange, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, int32_t index, IEnumerable_1_KeyValuePair_2_System_Int32Enum_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_KeyValuePair_2_System_Int32Enum_System_Object__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_KeyValuePair_2_System_Int32Enum_System_Object__Remove, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, KeyValuePair_2_System_Int32Enum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179C140, int32_t, List_1_KeyValuePair_2_System_Int32Enum_System_Object__RemoveAll, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__6 * match, MethodInfo * method)); DO_APP_FUNC(0x0179C330, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object__RemoveAt, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object__RemoveRange, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object__Reverse, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object__Reverse_1, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object__Sort, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object__Sort_1, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, Comparison_1_System_Collections_Generic_KeyValuePair_2__3 * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object__Sort_2, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, IComparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object__Sort_3, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, int32_t index, int32_t count, IComparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Int32Enum_System_Object__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_KeyValuePair_2_System_Int32Enum_System_Object_ *, List_1_KeyValuePair_2_System_Int32Enum_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object__System_Collections_ICollection_CopyTo, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Int32Enum_System_Object__System_Collections_ICollection_get_IsSynchronized, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179FE60, Object *, List_1_KeyValuePair_2_System_Int32Enum_System_Object__System_Collections_ICollection_get_SyncRoot, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_KeyValuePair_2_System_Int32Enum_System_Object__System_Collections_IEnumerable_GetEnumerator, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_KeyValuePair_2_System_Int32Enum_System_Object__System_Collections_IList_Add, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_KeyValuePair_2_System_Int32Enum_System_Object__System_Collections_IList_Contains, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_KeyValuePair_2_System_Int32Enum_System_Object__System_Collections_IList_IndexOf, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object__System_Collections_IList_Insert, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object__System_Collections_IList_Remove, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Int32Enum_System_Object__System_Collections_IList_get_IsFixedSize, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Int32Enum_System_Object__System_Collections_IList_get_IsReadOnly, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_KeyValuePair_2_System_Int32Enum_System_Object__System_Collections_IList_get_Item, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object__System_Collections_IList_set_Item, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, KeyValuePair_2_System_Int32Enum_System_Object___Array *, List_1_KeyValuePair_2_System_Int32Enum_System_Object__ToArray, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object__TrimExcess, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_KeyValuePair_2_System_Int32Enum_System_Object__get_Capacity, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_KeyValuePair_2_System_Int32Enum_System_Object__get_Count, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, KeyValuePair_2_System_Int32Enum_System_Object_, List_1_KeyValuePair_2_System_Int32Enum_System_Object__get_Item, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object__set_Capacity, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179BA10, void, List_1_KeyValuePair_2_System_Int32Enum_System_Object__set_Item, (List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, int32_t index, KeyValuePair_2_System_Int32Enum_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1___ctor, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1___ctor_1, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1___ctor_2, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A06D0, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__Add, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, KeyValuePair_2_System_Object_System_ArraySegment_1_ item, MethodInfo * method)); DO_APP_FUNC(0x017A1070, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__AddEnumerable, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__AddRange, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A07C0, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__AddWithResize, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, KeyValuePair_2_System_Object_System_ArraySegment_1_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 *, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__AsReadOnly, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__BinarySearch, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, KeyValuePair_2_System_Object_System_ArraySegment_1_ item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__BinarySearch_1, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, KeyValuePair_2_System_Object_System_ArraySegment_1_ item, IComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__BinarySearch_2, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, int32_t index, int32_t count, KeyValuePair_2_System_Object_System_ArraySegment_1_ item, IComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__Clear, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A250, bool, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__Contains, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, KeyValuePair_2_System_Object_System_ArraySegment_1_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__CopyTo, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, KeyValuePair_2_System_Object_System_ArraySegment_1___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__CopyTo_1, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, KeyValuePair_2_System_Object_System_ArraySegment_1___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__EnsureCapacity, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__Exists, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__7 * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, KeyValuePair_2_System_Object_System_ArraySegment_1_, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__Find, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__7 * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ *, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__FindAll, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__7 * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__FindIndex, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__7 * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__FindIndex_1, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, int32_t startIndex, int32_t count, Predicate_1_System_Collections_Generic_KeyValuePair_2__7 * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__ForEach, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, Action_1_System_Collections_Generic_KeyValuePair_2__4 * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_KeyValuePair_2_System_Object_System_ArraySegment_1_, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__GetEnumerator, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__IndexOf, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, KeyValuePair_2_System_Object_System_ArraySegment_1_ item, MethodInfo * method)); DO_APP_FUNC(0x017A0890, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__Insert, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, int32_t index, KeyValuePair_2_System_Object_System_ArraySegment_1_ item, MethodInfo * method)); DO_APP_FUNC(0x017A09D0, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__InsertRange, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, int32_t index, IEnumerable_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__Remove, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, KeyValuePair_2_System_Object_System_ArraySegment_1_ item, MethodInfo * method)); DO_APP_FUNC(0x017A0DA0, int32_t, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__RemoveAll, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__7 * match, MethodInfo * method)); DO_APP_FUNC(0x017A0F80, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__RemoveAt, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__RemoveRange, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__Reverse, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__Reverse_1, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__Sort, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__Sort_1, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, Comparison_1_System_Collections_Generic_KeyValuePair_2__4 * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__Sort_2, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, IComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__Sort_3, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, int32_t index, int32_t count, IComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ *, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__System_Collections_ICollection_CopyTo, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__System_Collections_ICollection_get_IsSynchronized, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A0570, Object *, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__System_Collections_ICollection_get_SyncRoot, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__System_Collections_IEnumerable_GetEnumerator, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__System_Collections_IList_Add, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__System_Collections_IList_Contains, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__System_Collections_IList_IndexOf, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__System_Collections_IList_Insert, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__System_Collections_IList_Remove, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__System_Collections_IList_get_IsFixedSize, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__System_Collections_IList_get_IsReadOnly, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__System_Collections_IList_get_Item, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__System_Collections_IList_set_Item, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, KeyValuePair_2_System_Object_System_ArraySegment_1___Array *, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__ToArray, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__TrimExcess, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__get_Capacity, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__get_Count, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799950, KeyValuePair_2_System_Object_System_ArraySegment_1_, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__get_Item, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__set_Capacity, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A0620, void, List_1_KeyValuePair_2_System_Object_System_ArraySegment_1__set_Item, (List_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, int32_t index, KeyValuePair_2_System_Object_System_ArraySegment_1_ value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_KeyValuePair_2_System_Object_System_Char___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_KeyValuePair_2_System_Object_System_Char___ctor, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_KeyValuePair_2_System_Object_System_Char___ctor_1, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Char_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_KeyValuePair_2_System_Object_System_Char___ctor_2, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_KeyValuePair_2_System_Object_System_Char__Add, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ item, MethodInfo * method)); DO_APP_FUNC(0x017A1780, void, List_1_KeyValuePair_2_System_Object_System_Char__AddEnumerable, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Char_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_KeyValuePair_2_System_Object_System_Char__AddRange, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Char_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_KeyValuePair_2_System_Object_System_Char__AddWithResize, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 *, List_1_KeyValuePair_2_System_Object_System_Char__AsReadOnly, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_KeyValuePair_2_System_Object_System_Char__BinarySearch, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_KeyValuePair_2_System_Object_System_Char__BinarySearch_1, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ item, IComparer_1_KeyValuePair_2_System_Object_System_Char_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_KeyValuePair_2_System_Object_System_Char__BinarySearch_2, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, int32_t index, int32_t count, KeyValuePair_2_System_Object_System_Char_ item, IComparer_1_KeyValuePair_2_System_Object_System_Char_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_KeyValuePair_2_System_Object_System_Char__Clear, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_KeyValuePair_2_System_Object_System_Char__Contains, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_KeyValuePair_2_System_Object_System_Char__CopyTo, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_KeyValuePair_2_System_Object_System_Char__CopyTo_1, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_KeyValuePair_2_System_Object_System_Char__EnsureCapacity, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_KeyValuePair_2_System_Object_System_Char__Exists, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, KeyValuePair_2_System_Object_System_Char_, List_1_KeyValuePair_2_System_Object_System_Char__Find, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_KeyValuePair_2_System_Object_System_Char_ *, List_1_KeyValuePair_2_System_Object_System_Char__FindAll, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_KeyValuePair_2_System_Object_System_Char__FindIndex, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_KeyValuePair_2_System_Object_System_Char__FindIndex_1, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, int32_t startIndex, int32_t count, Predicate_1_System_Collections_Generic_KeyValuePair_2_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_KeyValuePair_2_System_Object_System_Char__ForEach, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, Action_1_System_Collections_Generic_KeyValuePair_2__5 * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char_, List_1_KeyValuePair_2_System_Object_System_Char__GetEnumerator, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_KeyValuePair_2_System_Object_System_Char__IndexOf, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_KeyValuePair_2_System_Object_System_Char__Insert, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, int32_t index, KeyValuePair_2_System_Object_System_Char_ item, MethodInfo * method)); DO_APP_FUNC(0x017A13C0, void, List_1_KeyValuePair_2_System_Object_System_Char__InsertRange, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, int32_t index, IEnumerable_1_KeyValuePair_2_System_Object_System_Char_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_KeyValuePair_2_System_Object_System_Char__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_KeyValuePair_2_System_Object_System_Char__Remove, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_KeyValuePair_2_System_Object_System_Char__RemoveAll, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_KeyValuePair_2_System_Object_System_Char__RemoveAt, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_KeyValuePair_2_System_Object_System_Char__RemoveRange, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_KeyValuePair_2_System_Object_System_Char__Reverse, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_KeyValuePair_2_System_Object_System_Char__Reverse_1, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_KeyValuePair_2_System_Object_System_Char__Sort, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_KeyValuePair_2_System_Object_System_Char__Sort_1, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, Comparison_1_System_Collections_Generic_KeyValuePair_2__5 * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_KeyValuePair_2_System_Object_System_Char__Sort_2, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, IComparer_1_KeyValuePair_2_System_Object_System_Char_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_KeyValuePair_2_System_Object_System_Char__Sort_3, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, int32_t index, int32_t count, IComparer_1_KeyValuePair_2_System_Object_System_Char_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Object_System_Char__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_KeyValuePair_2_System_Object_System_Char_ *, List_1_KeyValuePair_2_System_Object_System_Char__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_KeyValuePair_2_System_Object_System_Char__System_Collections_ICollection_CopyTo, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Object_System_Char__System_Collections_ICollection_get_IsSynchronized, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A1310, Object *, List_1_KeyValuePair_2_System_Object_System_Char__System_Collections_ICollection_get_SyncRoot, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_KeyValuePair_2_System_Object_System_Char__System_Collections_IEnumerable_GetEnumerator, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_KeyValuePair_2_System_Object_System_Char__System_Collections_IList_Add, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_KeyValuePair_2_System_Object_System_Char__System_Collections_IList_Contains, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_KeyValuePair_2_System_Object_System_Char__System_Collections_IList_IndexOf, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_KeyValuePair_2_System_Object_System_Char__System_Collections_IList_Insert, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_KeyValuePair_2_System_Object_System_Char__System_Collections_IList_Remove, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Object_System_Char__System_Collections_IList_get_IsFixedSize, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Object_System_Char__System_Collections_IList_get_IsReadOnly, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_KeyValuePair_2_System_Object_System_Char__System_Collections_IList_get_Item, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_KeyValuePair_2_System_Object_System_Char__System_Collections_IList_set_Item, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, KeyValuePair_2_System_Object_System_Char___Array *, List_1_KeyValuePair_2_System_Object_System_Char__ToArray, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_KeyValuePair_2_System_Object_System_Char__TrimExcess, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_KeyValuePair_2_System_Object_System_Char__get_Capacity, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_KeyValuePair_2_System_Object_System_Char__get_Count, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, KeyValuePair_2_System_Object_System_Char_, List_1_KeyValuePair_2_System_Object_System_Char__get_Item, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_KeyValuePair_2_System_Object_System_Char__set_Capacity, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_KeyValuePair_2_System_Object_System_Char__set_Item, (List_1_KeyValuePair_2_System_Object_System_Char_ * __this, int32_t index, KeyValuePair_2_System_Object_System_Char_ value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_KeyValuePair_2_System_Object_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_KeyValuePair_2_System_Object_System_Object___ctor, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_KeyValuePair_2_System_Object_System_Object___ctor_1, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_KeyValuePair_2_System_Object_System_Object___ctor_2, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_KeyValuePair_2_System_Object_System_Object__Add, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x017A1E90, void, List_1_KeyValuePair_2_System_Object_System_Object__AddEnumerable, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_KeyValuePair_2_System_Object_System_Object__AddRange, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_KeyValuePair_2_System_Object_System_Object__AddWithResize, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 *, List_1_KeyValuePair_2_System_Object_System_Object__AsReadOnly, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_KeyValuePair_2_System_Object_System_Object__BinarySearch, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_KeyValuePair_2_System_Object_System_Object__BinarySearch_1, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, IComparer_1_KeyValuePair_2_System_Object_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_KeyValuePair_2_System_Object_System_Object__BinarySearch_2, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, int32_t index, int32_t count, KeyValuePair_2_System_Object_System_Object_ item, IComparer_1_KeyValuePair_2_System_Object_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_KeyValuePair_2_System_Object_System_Object__Clear, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_KeyValuePair_2_System_Object_System_Object__Contains, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_KeyValuePair_2_System_Object_System_Object__CopyTo, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_KeyValuePair_2_System_Object_System_Object__CopyTo_1, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_KeyValuePair_2_System_Object_System_Object__EnsureCapacity, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_KeyValuePair_2_System_Object_System_Object__Exists, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__1 * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, KeyValuePair_2_System_Object_System_Object_, List_1_KeyValuePair_2_System_Object_System_Object__Find, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__1 * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_KeyValuePair_2_System_Object_System_Object_ *, List_1_KeyValuePair_2_System_Object_System_Object__FindAll, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__1 * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_KeyValuePair_2_System_Object_System_Object__FindIndex, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__1 * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_KeyValuePair_2_System_Object_System_Object__FindIndex_1, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, int32_t startIndex, int32_t count, Predicate_1_System_Collections_Generic_KeyValuePair_2__1 * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_KeyValuePair_2_System_Object_System_Object__ForEach, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, Action_1_System_Collections_Generic_KeyValuePair_2__6 * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object_, List_1_KeyValuePair_2_System_Object_System_Object__GetEnumerator, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_KeyValuePair_2_System_Object_System_Object__IndexOf, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_KeyValuePair_2_System_Object_System_Object__Insert, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, int32_t index, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x017A1AD0, void, List_1_KeyValuePair_2_System_Object_System_Object__InsertRange, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, int32_t index, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_KeyValuePair_2_System_Object_System_Object__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_KeyValuePair_2_System_Object_System_Object__Remove, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_KeyValuePair_2_System_Object_System_Object__RemoveAll, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__1 * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_KeyValuePair_2_System_Object_System_Object__RemoveAt, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_KeyValuePair_2_System_Object_System_Object__RemoveRange, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_KeyValuePair_2_System_Object_System_Object__Reverse, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_KeyValuePair_2_System_Object_System_Object__Reverse_1, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_KeyValuePair_2_System_Object_System_Object__Sort, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_KeyValuePair_2_System_Object_System_Object__Sort_1, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, Comparison_1_System_Collections_Generic_KeyValuePair_2__6 * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_KeyValuePair_2_System_Object_System_Object__Sort_2, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, IComparer_1_KeyValuePair_2_System_Object_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_KeyValuePair_2_System_Object_System_Object__Sort_3, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, int32_t index, int32_t count, IComparer_1_KeyValuePair_2_System_Object_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Object_System_Object__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_KeyValuePair_2_System_Object_System_Object_ *, List_1_KeyValuePair_2_System_Object_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_KeyValuePair_2_System_Object_System_Object__System_Collections_ICollection_CopyTo, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Object_System_Object__System_Collections_ICollection_get_IsSynchronized, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A1A20, Object *, List_1_KeyValuePair_2_System_Object_System_Object__System_Collections_ICollection_get_SyncRoot, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_KeyValuePair_2_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_KeyValuePair_2_System_Object_System_Object__System_Collections_IList_Add, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_KeyValuePair_2_System_Object_System_Object__System_Collections_IList_Contains, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_KeyValuePair_2_System_Object_System_Object__System_Collections_IList_IndexOf, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_KeyValuePair_2_System_Object_System_Object__System_Collections_IList_Insert, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_KeyValuePair_2_System_Object_System_Object__System_Collections_IList_Remove, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Object_System_Object__System_Collections_IList_get_IsFixedSize, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Object_System_Object__System_Collections_IList_get_IsReadOnly, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_KeyValuePair_2_System_Object_System_Object__System_Collections_IList_get_Item, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_KeyValuePair_2_System_Object_System_Object__System_Collections_IList_set_Item, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, KeyValuePair_2_System_Object_System_Object___Array *, List_1_KeyValuePair_2_System_Object_System_Object__ToArray, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_KeyValuePair_2_System_Object_System_Object__TrimExcess, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_KeyValuePair_2_System_Object_System_Object__get_Capacity, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_KeyValuePair_2_System_Object_System_Object__get_Count, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, KeyValuePair_2_System_Object_System_Object_, List_1_KeyValuePair_2_System_Object_System_Object__get_Item, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_KeyValuePair_2_System_Object_System_Object__set_Capacity, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_KeyValuePair_2_System_Object_System_Object__set_Item, (List_1_KeyValuePair_2_System_Object_System_Object_ * __this, int32_t index, KeyValuePair_2_System_Object_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor_1, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor_2, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A25D0, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Add, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ item, MethodInfo * method)); DO_APP_FUNC(0x017A4150, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__AddEnumerable, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__AddRange, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A2660, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__AddWithResize, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 *, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__AsReadOnly, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A2980, int32_t, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__BinarySearch, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ item, MethodInfo * method)); DO_APP_FUNC(0x017A2A40, int32_t, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__BinarySearch_1, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ item, IComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017A28A0, int32_t, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__BinarySearch_2, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, int32_t count, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ item, IComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Clear, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A2B00, bool, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Contains, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__CopyTo, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__CopyTo_1, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__EnsureCapacity, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Exists, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__8 * match, MethodInfo * method)); DO_APP_FUNC(0x017A2CE0, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Find, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__8 * match, MethodInfo * method)); DO_APP_FUNC(0x017A2E50, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__FindAll, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__8 * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__FindIndex, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__8 * match, MethodInfo * method)); DO_APP_FUNC(0x017A3030, int32_t, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__FindIndex_1, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t startIndex, int32_t count, Predicate_1_System_Collections_Generic_KeyValuePair_2__8 * match, MethodInfo * method)); DO_APP_FUNC(0x017A3180, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__ForEach, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Action_1_System_Collections_Generic_KeyValuePair_2__7 * action, MethodInfo * method)); DO_APP_FUNC(0x017A3290, List_1_T_Enumerator_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__GetEnumerator, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A3470, int32_t, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__IndexOf, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ item, MethodInfo * method)); DO_APP_FUNC(0x017A3660, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Insert, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ item, MethodInfo * method)); DO_APP_FUNC(0x017A38D0, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__InsertRange, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, IEnumerable_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A22D0, bool, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017A3C60, bool, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Remove, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ item, MethodInfo * method)); DO_APP_FUNC(0x017A3E60, int32_t, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__RemoveAll, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__8 * match, MethodInfo * method)); DO_APP_FUNC(0x017A40C0, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__RemoveAt, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__RemoveRange, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Reverse, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Reverse_1, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Sort, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Sort_1, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Comparison_1_System_Collections_Generic_KeyValuePair_2__7 * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Sort_2, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, IComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Sort_3, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, int32_t count, IComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A3340, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_ICollection_CopyTo, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_ICollection_get_IsSynchronized, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A2130, Object *, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_ICollection_get_SyncRoot, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A3340, IEnumerator *, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IEnumerable_GetEnumerator, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A2700, int32_t, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IList_Add, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A2B80, bool, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IList_Contains, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A34F0, int32_t, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IList_IndexOf, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A3760, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IList_Insert, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A3D10, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IList_Remove, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IList_get_IsFixedSize, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IList_get_IsReadOnly, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A23C0, Object *, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IList_get_Item, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017A2460, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IList_set_Item, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array *, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__ToArray, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__TrimExcess, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Capacity, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Count, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A21E0, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Item, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__set_Capacity, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A2260, void, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__set_Item, (List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object___ctor, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object___ctor_1, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object___ctor_2, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BDE8, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object___ctor_2__MethodInfo); DO_APP_FUNC(0x0179BAB0, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__Add, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BE00, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__Add__MethodInfo); DO_APP_FUNC(0x017A48A0, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__AddEnumerable, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__AddRange, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179BB90, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__AddWithResize, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 *, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__AsReadOnly, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__BinarySearch, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__BinarySearch_1, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ item, IComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__BinarySearch_2, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, int32_t index, int32_t count, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ item, IComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__Clear, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__Contains, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__CopyTo, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__CopyTo_1, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__EnsureCapacity, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__Exists, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__9 * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, KeyValuePair_2_UnityEngine_PropertyName_System_Object_, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__Find, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__9 * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ *, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__FindAll, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__9 * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__FindIndex, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__9 * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__FindIndex_1, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, int32_t startIndex, int32_t count, Predicate_1_System_Collections_Generic_KeyValuePair_2__9 * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__ForEach, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, Action_1_System_Collections_Generic_KeyValuePair_2__8 * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_KeyValuePair_2_UnityEngine_PropertyName_System_Object_, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__GetEnumerator, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__IndexOf, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179BC50, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__Insert, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, int32_t index, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x017A44E0, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__InsertRange, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, int32_t index, IEnumerable_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__Remove, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179C140, int32_t, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__RemoveAll, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__9 * match, MethodInfo * method)); DO_APP_FUNC(0x0179C330, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__RemoveAt, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__RemoveRange, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__Reverse, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__Reverse_1, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__Sort, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__Sort_1, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, Comparison_1_System_Collections_Generic_KeyValuePair_2__8 * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__Sort_2, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, IComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__Sort_3, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, int32_t index, int32_t count, IComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ *, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__System_Collections_ICollection_CopyTo, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__System_Collections_ICollection_get_IsSynchronized, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A4430, Object *, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__System_Collections_ICollection_get_SyncRoot, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__System_Collections_IEnumerable_GetEnumerator, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__System_Collections_IList_Add, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__System_Collections_IList_Contains, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__System_Collections_IList_IndexOf, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__System_Collections_IList_Insert, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__System_Collections_IList_Remove, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__System_Collections_IList_get_IsFixedSize, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__System_Collections_IList_get_IsReadOnly, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__System_Collections_IList_get_Item, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__System_Collections_IList_set_Item, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, KeyValuePair_2_UnityEngine_PropertyName_System_Object___Array *, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__ToArray, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__TrimExcess, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__get_Capacity, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BDF0, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__get_Capacity__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__get_Count, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BDC0, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, KeyValuePair_2_UnityEngine_PropertyName_System_Object_, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__get_Item, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BDC8, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__set_Capacity, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BDD8, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__set_Capacity__MethodInfo); DO_APP_FUNC(0x0179BA10, void, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__set_Item, (List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, int32_t index, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BDE0, List_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor_1, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, IEnumerable_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor_2, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179BAB0, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__Add, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, MethodInfo * method)); DO_APP_FUNC(0x017A4FB0, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__AddEnumerable, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, IEnumerable_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__AddRange, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, IEnumerable_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179BB90, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__AddWithResize, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 *, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__AsReadOnly, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__BinarySearch, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__BinarySearch_1, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, IComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__BinarySearch_2, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, int32_t count, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, IComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__Clear, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__Contains, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__CopyTo, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__CopyTo_1, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__EnsureCapacity, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__Exists, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__10 * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__Find, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__10 * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__FindAll, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__10 * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__FindIndex, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__10 * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__FindIndex_1, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t startIndex, int32_t count, Predicate_1_System_Collections_Generic_KeyValuePair_2__10 * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__ForEach, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_1_System_Collections_Generic_KeyValuePair_2__9 * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__GetEnumerator, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__IndexOf, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, MethodInfo * method)); DO_APP_FUNC(0x0179BC50, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__Insert, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, MethodInfo * method)); DO_APP_FUNC(0x017A4BF0, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__InsertRange, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, IEnumerable_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__Remove, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, MethodInfo * method)); DO_APP_FUNC(0x0179C140, int32_t, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__RemoveAll, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__10 * match, MethodInfo * method)); DO_APP_FUNC(0x0179C330, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__RemoveAt, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__RemoveRange, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__Reverse, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__Reverse_1, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__Sort, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__Sort_1, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Comparison_1_System_Collections_Generic_KeyValuePair_2__9 * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__Sort_2, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, IComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__Sort_3, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, int32_t count, IComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_ICollection_CopyTo, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_ICollection_get_IsSynchronized, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A4B40, Object *, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_ICollection_get_SyncRoot, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IEnumerable_GetEnumerator, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IList_Add, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IList_Contains, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IList_IndexOf, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IList_Insert, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IList_Remove, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IList_get_IsFixedSize, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IList_get_IsReadOnly, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IList_get_Item, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IList_set_Item, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___Array *, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__ToArray, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__TrimExcess, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Capacity, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Count, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Item, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__set_Capacity, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179BA10, void, List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__set_Item, (List_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_KeyValuePair_2_System_UInt16_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_KeyValuePair_2_System_UInt16_System_Object___ctor, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_KeyValuePair_2_System_UInt16_System_Object___ctor_1, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_UInt16_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_KeyValuePair_2_System_UInt16_System_Object___ctor_2, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179BAB0, void, List_1_KeyValuePair_2_System_UInt16_System_Object__Add, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, KeyValuePair_2_System_UInt16_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x017A56C0, void, List_1_KeyValuePair_2_System_UInt16_System_Object__AddEnumerable, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_UInt16_System_Object_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_KeyValuePair_2_System_UInt16_System_Object__AddRange, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_UInt16_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179BB90, void, List_1_KeyValuePair_2_System_UInt16_System_Object__AddWithResize, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, KeyValuePair_2_System_UInt16_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 *, List_1_KeyValuePair_2_System_UInt16_System_Object__AsReadOnly, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_KeyValuePair_2_System_UInt16_System_Object__BinarySearch, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, KeyValuePair_2_System_UInt16_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_KeyValuePair_2_System_UInt16_System_Object__BinarySearch_1, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, KeyValuePair_2_System_UInt16_System_Object_ item, IComparer_1_KeyValuePair_2_System_UInt16_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_KeyValuePair_2_System_UInt16_System_Object__BinarySearch_2, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, int32_t index, int32_t count, KeyValuePair_2_System_UInt16_System_Object_ item, IComparer_1_KeyValuePair_2_System_UInt16_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_KeyValuePair_2_System_UInt16_System_Object__Clear, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_KeyValuePair_2_System_UInt16_System_Object__Contains, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, KeyValuePair_2_System_UInt16_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_KeyValuePair_2_System_UInt16_System_Object__CopyTo, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, KeyValuePair_2_System_UInt16_System_Object___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_KeyValuePair_2_System_UInt16_System_Object__CopyTo_1, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, KeyValuePair_2_System_UInt16_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_KeyValuePair_2_System_UInt16_System_Object__EnsureCapacity, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_KeyValuePair_2_System_UInt16_System_Object__Exists, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__11 * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, KeyValuePair_2_System_UInt16_System_Object_, List_1_KeyValuePair_2_System_UInt16_System_Object__Find, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__11 * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_KeyValuePair_2_System_UInt16_System_Object_ *, List_1_KeyValuePair_2_System_UInt16_System_Object__FindAll, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__11 * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_KeyValuePair_2_System_UInt16_System_Object__FindIndex, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__11 * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_KeyValuePair_2_System_UInt16_System_Object__FindIndex_1, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, int32_t startIndex, int32_t count, Predicate_1_System_Collections_Generic_KeyValuePair_2__11 * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_KeyValuePair_2_System_UInt16_System_Object__ForEach, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, Action_1_System_Collections_Generic_KeyValuePair_2__10 * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_KeyValuePair_2_System_UInt16_System_Object_, List_1_KeyValuePair_2_System_UInt16_System_Object__GetEnumerator, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_KeyValuePair_2_System_UInt16_System_Object__IndexOf, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, KeyValuePair_2_System_UInt16_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179BC50, void, List_1_KeyValuePair_2_System_UInt16_System_Object__Insert, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, int32_t index, KeyValuePair_2_System_UInt16_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x017A5300, void, List_1_KeyValuePair_2_System_UInt16_System_Object__InsertRange, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, int32_t index, IEnumerable_1_KeyValuePair_2_System_UInt16_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_KeyValuePair_2_System_UInt16_System_Object__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_KeyValuePair_2_System_UInt16_System_Object__Remove, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, KeyValuePair_2_System_UInt16_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179C140, int32_t, List_1_KeyValuePair_2_System_UInt16_System_Object__RemoveAll, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__11 * match, MethodInfo * method)); DO_APP_FUNC(0x0179C330, void, List_1_KeyValuePair_2_System_UInt16_System_Object__RemoveAt, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_KeyValuePair_2_System_UInt16_System_Object__RemoveRange, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_KeyValuePair_2_System_UInt16_System_Object__Reverse, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_KeyValuePair_2_System_UInt16_System_Object__Reverse_1, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_KeyValuePair_2_System_UInt16_System_Object__Sort, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_KeyValuePair_2_System_UInt16_System_Object__Sort_1, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, Comparison_1_System_Collections_Generic_KeyValuePair_2__10 * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_KeyValuePair_2_System_UInt16_System_Object__Sort_2, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, IComparer_1_KeyValuePair_2_System_UInt16_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_KeyValuePair_2_System_UInt16_System_Object__Sort_3, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, int32_t index, int32_t count, IComparer_1_KeyValuePair_2_System_UInt16_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_UInt16_System_Object__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_KeyValuePair_2_System_UInt16_System_Object_ *, List_1_KeyValuePair_2_System_UInt16_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_KeyValuePair_2_System_UInt16_System_Object__System_Collections_ICollection_CopyTo, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_UInt16_System_Object__System_Collections_ICollection_get_IsSynchronized, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A5250, Object *, List_1_KeyValuePair_2_System_UInt16_System_Object__System_Collections_ICollection_get_SyncRoot, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_KeyValuePair_2_System_UInt16_System_Object__System_Collections_IEnumerable_GetEnumerator, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_KeyValuePair_2_System_UInt16_System_Object__System_Collections_IList_Add, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_KeyValuePair_2_System_UInt16_System_Object__System_Collections_IList_Contains, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_KeyValuePair_2_System_UInt16_System_Object__System_Collections_IList_IndexOf, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_KeyValuePair_2_System_UInt16_System_Object__System_Collections_IList_Insert, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_KeyValuePair_2_System_UInt16_System_Object__System_Collections_IList_Remove, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_UInt16_System_Object__System_Collections_IList_get_IsFixedSize, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_UInt16_System_Object__System_Collections_IList_get_IsReadOnly, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_KeyValuePair_2_System_UInt16_System_Object__System_Collections_IList_get_Item, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_KeyValuePair_2_System_UInt16_System_Object__System_Collections_IList_set_Item, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, KeyValuePair_2_System_UInt16_System_Object___Array *, List_1_KeyValuePair_2_System_UInt16_System_Object__ToArray, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_KeyValuePair_2_System_UInt16_System_Object__TrimExcess, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_KeyValuePair_2_System_UInt16_System_Object__get_Capacity, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_KeyValuePair_2_System_UInt16_System_Object__get_Count, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, KeyValuePair_2_System_UInt16_System_Object_, List_1_KeyValuePair_2_System_UInt16_System_Object__get_Item, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_KeyValuePair_2_System_UInt16_System_Object__set_Capacity, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179BA10, void, List_1_KeyValuePair_2_System_UInt16_System_Object__set_Item, (List_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, int32_t index, KeyValuePair_2_System_UInt16_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_KeyValuePair_2_System_UInt64_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_KeyValuePair_2_System_UInt64_System_Object___ctor, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_KeyValuePair_2_System_UInt64_System_Object___ctor_1, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_UInt64_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_KeyValuePair_2_System_UInt64_System_Object___ctor_2, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179BAB0, void, List_1_KeyValuePair_2_System_UInt64_System_Object__Add, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x017A5DD0, void, List_1_KeyValuePair_2_System_UInt64_System_Object__AddEnumerable, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_UInt64_System_Object_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_KeyValuePair_2_System_UInt64_System_Object__AddRange, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_UInt64_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179BB90, void, List_1_KeyValuePair_2_System_UInt64_System_Object__AddWithResize, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 *, List_1_KeyValuePair_2_System_UInt64_System_Object__AsReadOnly, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_KeyValuePair_2_System_UInt64_System_Object__BinarySearch, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_KeyValuePair_2_System_UInt64_System_Object__BinarySearch_1, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ item, IComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_KeyValuePair_2_System_UInt64_System_Object__BinarySearch_2, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, int32_t index, int32_t count, KeyValuePair_2_System_UInt64_System_Object_ item, IComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_KeyValuePair_2_System_UInt64_System_Object__Clear, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_KeyValuePair_2_System_UInt64_System_Object__Contains, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_KeyValuePair_2_System_UInt64_System_Object__CopyTo, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_KeyValuePair_2_System_UInt64_System_Object__CopyTo_1, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_KeyValuePair_2_System_UInt64_System_Object__EnsureCapacity, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_KeyValuePair_2_System_UInt64_System_Object__Exists, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__2 * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, KeyValuePair_2_System_UInt64_System_Object_, List_1_KeyValuePair_2_System_UInt64_System_Object__Find, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__2 * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_KeyValuePair_2_System_UInt64_System_Object_ *, List_1_KeyValuePair_2_System_UInt64_System_Object__FindAll, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__2 * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_KeyValuePair_2_System_UInt64_System_Object__FindIndex, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__2 * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_KeyValuePair_2_System_UInt64_System_Object__FindIndex_1, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, int32_t startIndex, int32_t count, Predicate_1_System_Collections_Generic_KeyValuePair_2__2 * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_KeyValuePair_2_System_UInt64_System_Object__ForEach, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, Action_1_System_Collections_Generic_KeyValuePair_2__11 * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object_, List_1_KeyValuePair_2_System_UInt64_System_Object__GetEnumerator, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_KeyValuePair_2_System_UInt64_System_Object__IndexOf, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179BC50, void, List_1_KeyValuePair_2_System_UInt64_System_Object__Insert, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, int32_t index, KeyValuePair_2_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x017A5A10, void, List_1_KeyValuePair_2_System_UInt64_System_Object__InsertRange, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, int32_t index, IEnumerable_1_KeyValuePair_2_System_UInt64_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_KeyValuePair_2_System_UInt64_System_Object__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_KeyValuePair_2_System_UInt64_System_Object__Remove, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179C140, int32_t, List_1_KeyValuePair_2_System_UInt64_System_Object__RemoveAll, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__2 * match, MethodInfo * method)); DO_APP_FUNC(0x0179C330, void, List_1_KeyValuePair_2_System_UInt64_System_Object__RemoveAt, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_KeyValuePair_2_System_UInt64_System_Object__RemoveRange, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_KeyValuePair_2_System_UInt64_System_Object__Reverse, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_KeyValuePair_2_System_UInt64_System_Object__Reverse_1, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_KeyValuePair_2_System_UInt64_System_Object__Sort, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_KeyValuePair_2_System_UInt64_System_Object__Sort_1, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, Comparison_1_System_Collections_Generic_KeyValuePair_2__11 * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_KeyValuePair_2_System_UInt64_System_Object__Sort_2, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, IComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_KeyValuePair_2_System_UInt64_System_Object__Sort_3, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, int32_t index, int32_t count, IComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_UInt64_System_Object__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_KeyValuePair_2_System_UInt64_System_Object_ *, List_1_KeyValuePair_2_System_UInt64_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_KeyValuePair_2_System_UInt64_System_Object__System_Collections_ICollection_CopyTo, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_UInt64_System_Object__System_Collections_ICollection_get_IsSynchronized, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A5960, Object *, List_1_KeyValuePair_2_System_UInt64_System_Object__System_Collections_ICollection_get_SyncRoot, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_KeyValuePair_2_System_UInt64_System_Object__System_Collections_IEnumerable_GetEnumerator, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_KeyValuePair_2_System_UInt64_System_Object__System_Collections_IList_Add, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_KeyValuePair_2_System_UInt64_System_Object__System_Collections_IList_Contains, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_KeyValuePair_2_System_UInt64_System_Object__System_Collections_IList_IndexOf, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_KeyValuePair_2_System_UInt64_System_Object__System_Collections_IList_Insert, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_KeyValuePair_2_System_UInt64_System_Object__System_Collections_IList_Remove, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_UInt64_System_Object__System_Collections_IList_get_IsFixedSize, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KeyValuePair_2_System_UInt64_System_Object__System_Collections_IList_get_IsReadOnly, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_KeyValuePair_2_System_UInt64_System_Object__System_Collections_IList_get_Item, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_KeyValuePair_2_System_UInt64_System_Object__System_Collections_IList_set_Item, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, KeyValuePair_2_System_UInt64_System_Object___Array *, List_1_KeyValuePair_2_System_UInt64_System_Object__ToArray, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_KeyValuePair_2_System_UInt64_System_Object__TrimExcess, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_KeyValuePair_2_System_UInt64_System_Object__get_Capacity, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_KeyValuePair_2_System_UInt64_System_Object__get_Count, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, KeyValuePair_2_System_UInt64_System_Object_, List_1_KeyValuePair_2_System_UInt64_System_Object__get_Item, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_KeyValuePair_2_System_UInt64_System_Object__set_Capacity, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179BA10, void, List_1_KeyValuePair_2_System_UInt64_System_Object__set_Item, (List_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, int32_t index, KeyValuePair_2_System_UInt64_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Unity_Collections_NativeArray_1__1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Unity_Collections_NativeArray_1__1__ctor, (List_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_Unity_Collections_NativeArray_1__1__ctor_1, (List_1_Unity_Collections_NativeArray_1__1 * __this, IEnumerable_1_Unity_Collections_NativeArray_1_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Unity_Collections_NativeArray_1__1__ctor_2, (List_1_Unity_Collections_NativeArray_1__1 * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A6170, void, List_1_Unity_Collections_NativeArray_1__1_Add, (List_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_System_UInt16_ item, MethodInfo * method)); DO_APP_FUNC(0x017A68B0, void, List_1_Unity_Collections_NativeArray_1__1_AddEnumerable, (List_1_Unity_Collections_NativeArray_1__1 * __this, IEnumerable_1_Unity_Collections_NativeArray_1_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Unity_Collections_NativeArray_1__1_AddRange, (List_1_Unity_Collections_NativeArray_1__1 * __this, IEnumerable_1_Unity_Collections_NativeArray_1_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A61F0, void, List_1_Unity_Collections_NativeArray_1__1_AddWithResize, (List_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_System_UInt16_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ *, List_1_Unity_Collections_NativeArray_1__1_AsReadOnly, (List_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_Unity_Collections_NativeArray_1__1_BinarySearch, (List_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_System_UInt16_ item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_Unity_Collections_NativeArray_1__1_BinarySearch_1, (List_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_System_UInt16_ item, IComparer_1_Unity_Collections_NativeArray_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_Unity_Collections_NativeArray_1__1_BinarySearch_2, (List_1_Unity_Collections_NativeArray_1__1 * __this, int32_t index, int32_t count, NativeArray_1_System_UInt16_ item, IComparer_1_Unity_Collections_NativeArray_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_Unity_Collections_NativeArray_1__1_Clear, (List_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_Unity_Collections_NativeArray_1__1_Contains, (List_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_System_UInt16_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Unity_Collections_NativeArray_1__1_CopyTo, (List_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_System_UInt16___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Unity_Collections_NativeArray_1__1_CopyTo_1, (List_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_System_UInt16___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Unity_Collections_NativeArray_1__1_EnsureCapacity, (List_1_Unity_Collections_NativeArray_1__1 * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Unity_Collections_NativeArray_1__1_Exists, (List_1_Unity_Collections_NativeArray_1__1 * __this, Predicate_1_Unity_Collections_NativeArray_1_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, NativeArray_1_System_UInt16_, List_1_Unity_Collections_NativeArray_1__1_Find, (List_1_Unity_Collections_NativeArray_1__1 * __this, Predicate_1_Unity_Collections_NativeArray_1_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_Unity_Collections_NativeArray_1__1 *, List_1_Unity_Collections_NativeArray_1__1_FindAll, (List_1_Unity_Collections_NativeArray_1__1 * __this, Predicate_1_Unity_Collections_NativeArray_1_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Unity_Collections_NativeArray_1__1_FindIndex, (List_1_Unity_Collections_NativeArray_1__1 * __this, Predicate_1_Unity_Collections_NativeArray_1_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_Unity_Collections_NativeArray_1__1_FindIndex_1, (List_1_Unity_Collections_NativeArray_1__1 * __this, int32_t startIndex, int32_t count, Predicate_1_Unity_Collections_NativeArray_1_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_Unity_Collections_NativeArray_1__1_ForEach, (List_1_Unity_Collections_NativeArray_1__1 * __this, Action_1_Unity_Collections_NativeArray_1_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_Unity_Collections_NativeArray_1_, List_1_Unity_Collections_NativeArray_1__1_GetEnumerator, (List_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_Unity_Collections_NativeArray_1__1_IndexOf, (List_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_System_UInt16_ item, MethodInfo * method)); DO_APP_FUNC(0x017A6260, void, List_1_Unity_Collections_NativeArray_1__1_Insert, (List_1_Unity_Collections_NativeArray_1__1 * __this, int32_t index, NativeArray_1_System_UInt16_ item, MethodInfo * method)); DO_APP_FUNC(0x017A6330, void, List_1_Unity_Collections_NativeArray_1__1_InsertRange, (List_1_Unity_Collections_NativeArray_1__1 * __this, int32_t index, IEnumerable_1_Unity_Collections_NativeArray_1_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_Unity_Collections_NativeArray_1__1_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_Unity_Collections_NativeArray_1__1_Remove, (List_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_System_UInt16_ item, MethodInfo * method)); DO_APP_FUNC(0x017A66F0, int32_t, List_1_Unity_Collections_NativeArray_1__1_RemoveAll, (List_1_Unity_Collections_NativeArray_1__1 * __this, Predicate_1_Unity_Collections_NativeArray_1_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_Unity_Collections_NativeArray_1__1_RemoveAt, (List_1_Unity_Collections_NativeArray_1__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_Unity_Collections_NativeArray_1__1_RemoveRange, (List_1_Unity_Collections_NativeArray_1__1 * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Unity_Collections_NativeArray_1__1_Reverse, (List_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Unity_Collections_NativeArray_1__1_Reverse_1, (List_1_Unity_Collections_NativeArray_1__1 * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Unity_Collections_NativeArray_1__1_Sort, (List_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Unity_Collections_NativeArray_1__1_Sort_1, (List_1_Unity_Collections_NativeArray_1__1 * __this, Comparison_1_Unity_Collections_NativeArray_1_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Unity_Collections_NativeArray_1__1_Sort_2, (List_1_Unity_Collections_NativeArray_1__1 * __this, IComparer_1_Unity_Collections_NativeArray_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Unity_Collections_NativeArray_1__1_Sort_3, (List_1_Unity_Collections_NativeArray_1__1 * __this, int32_t index, int32_t count, IComparer_1_Unity_Collections_NativeArray_1_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Unity_Collections_NativeArray_1__1_System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_Unity_Collections_NativeArray_1__1 *, List_1_Unity_Collections_NativeArray_1__1_System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Unity_Collections_NativeArray_1__1_System_Collections_ICollection_CopyTo, (List_1_Unity_Collections_NativeArray_1__1 * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Unity_Collections_NativeArray_1__1_System_Collections_ICollection_get_IsSynchronized, (List_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x017A6070, Object *, List_1_Unity_Collections_NativeArray_1__1_System_Collections_ICollection_get_SyncRoot, (List_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_Unity_Collections_NativeArray_1__1_System_Collections_IEnumerable_GetEnumerator, (List_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_Unity_Collections_NativeArray_1__1_System_Collections_IList_Add, (List_1_Unity_Collections_NativeArray_1__1 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_Unity_Collections_NativeArray_1__1_System_Collections_IList_Contains, (List_1_Unity_Collections_NativeArray_1__1 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_Unity_Collections_NativeArray_1__1_System_Collections_IList_IndexOf, (List_1_Unity_Collections_NativeArray_1__1 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_Unity_Collections_NativeArray_1__1_System_Collections_IList_Insert, (List_1_Unity_Collections_NativeArray_1__1 * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_Unity_Collections_NativeArray_1__1_System_Collections_IList_Remove, (List_1_Unity_Collections_NativeArray_1__1 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Unity_Collections_NativeArray_1__1_System_Collections_IList_get_IsFixedSize, (List_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Unity_Collections_NativeArray_1__1_System_Collections_IList_get_IsReadOnly, (List_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_Unity_Collections_NativeArray_1__1_System_Collections_IList_get_Item, (List_1_Unity_Collections_NativeArray_1__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_Unity_Collections_NativeArray_1__1_System_Collections_IList_set_Item, (List_1_Unity_Collections_NativeArray_1__1 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, NativeArray_1_System_UInt16___Array *, List_1_Unity_Collections_NativeArray_1__1_ToArray, (List_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Unity_Collections_NativeArray_1__1_TrimExcess, (List_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Unity_Collections_NativeArray_1__1_get_Capacity, (List_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Unity_Collections_NativeArray_1__1_get_Count, (List_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, NativeArray_1_System_UInt16_, List_1_Unity_Collections_NativeArray_1__1_get_Item, (List_1_Unity_Collections_NativeArray_1__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_Unity_Collections_NativeArray_1__1_set_Capacity, (List_1_Unity_Collections_NativeArray_1__1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A6120, void, List_1_Unity_Collections_NativeArray_1__1_set_Item, (List_1_Unity_Collections_NativeArray_1__1 * __this, int32_t index, NativeArray_1_System_UInt16_ value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Unity_Collections_NativeArray_1___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Unity_Collections_NativeArray_1___ctor, (List_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_Unity_Collections_NativeArray_1___ctor_1, (List_1_Unity_Collections_NativeArray_1_ * __this, IEnumerable_1_Unity_Collections_NativeArray_1__1 * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Unity_Collections_NativeArray_1___ctor_2, (List_1_Unity_Collections_NativeArray_1_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A6170, void, List_1_Unity_Collections_NativeArray_1__Add, (List_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_UnityEngine_UIElements_Vertex_ item, MethodInfo * method)); DO_APP_FUNC(0x017A6FB0, void, List_1_Unity_Collections_NativeArray_1__AddEnumerable, (List_1_Unity_Collections_NativeArray_1_ * __this, IEnumerable_1_Unity_Collections_NativeArray_1__1 * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Unity_Collections_NativeArray_1__AddRange, (List_1_Unity_Collections_NativeArray_1_ * __this, IEnumerable_1_Unity_Collections_NativeArray_1__1 * collection, MethodInfo * method)); DO_APP_FUNC(0x017A61F0, void, List_1_Unity_Collections_NativeArray_1__AddWithResize, (List_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_UnityEngine_UIElements_Vertex_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 *, List_1_Unity_Collections_NativeArray_1__AsReadOnly, (List_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_Unity_Collections_NativeArray_1__BinarySearch, (List_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_UnityEngine_UIElements_Vertex_ item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_Unity_Collections_NativeArray_1__BinarySearch_1, (List_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_UnityEngine_UIElements_Vertex_ item, IComparer_1_Unity_Collections_NativeArray_1__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_Unity_Collections_NativeArray_1__BinarySearch_2, (List_1_Unity_Collections_NativeArray_1_ * __this, int32_t index, int32_t count, NativeArray_1_UnityEngine_UIElements_Vertex_ item, IComparer_1_Unity_Collections_NativeArray_1__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_Unity_Collections_NativeArray_1__Clear, (List_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_Unity_Collections_NativeArray_1__Contains, (List_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_UnityEngine_UIElements_Vertex_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Unity_Collections_NativeArray_1__CopyTo, (List_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_UnityEngine_UIElements_Vertex___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Unity_Collections_NativeArray_1__CopyTo_1, (List_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_UnityEngine_UIElements_Vertex___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Unity_Collections_NativeArray_1__EnsureCapacity, (List_1_Unity_Collections_NativeArray_1_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Unity_Collections_NativeArray_1__Exists, (List_1_Unity_Collections_NativeArray_1_ * __this, Predicate_1_Unity_Collections_NativeArray_1__1 * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, NativeArray_1_UnityEngine_UIElements_Vertex_, List_1_Unity_Collections_NativeArray_1__Find, (List_1_Unity_Collections_NativeArray_1_ * __this, Predicate_1_Unity_Collections_NativeArray_1__1 * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_Unity_Collections_NativeArray_1_ *, List_1_Unity_Collections_NativeArray_1__FindAll, (List_1_Unity_Collections_NativeArray_1_ * __this, Predicate_1_Unity_Collections_NativeArray_1__1 * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Unity_Collections_NativeArray_1__FindIndex, (List_1_Unity_Collections_NativeArray_1_ * __this, Predicate_1_Unity_Collections_NativeArray_1__1 * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_Unity_Collections_NativeArray_1__FindIndex_1, (List_1_Unity_Collections_NativeArray_1_ * __this, int32_t startIndex, int32_t count, Predicate_1_Unity_Collections_NativeArray_1__1 * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_Unity_Collections_NativeArray_1__ForEach, (List_1_Unity_Collections_NativeArray_1_ * __this, Action_1_Unity_Collections_NativeArray_1__1 * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_Unity_Collections_NativeArray_1__1, List_1_Unity_Collections_NativeArray_1__GetEnumerator, (List_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_Unity_Collections_NativeArray_1__IndexOf, (List_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_UnityEngine_UIElements_Vertex_ item, MethodInfo * method)); DO_APP_FUNC(0x017A6260, void, List_1_Unity_Collections_NativeArray_1__Insert, (List_1_Unity_Collections_NativeArray_1_ * __this, int32_t index, NativeArray_1_UnityEngine_UIElements_Vertex_ item, MethodInfo * method)); DO_APP_FUNC(0x017A6BF0, void, List_1_Unity_Collections_NativeArray_1__InsertRange, (List_1_Unity_Collections_NativeArray_1_ * __this, int32_t index, IEnumerable_1_Unity_Collections_NativeArray_1__1 * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_Unity_Collections_NativeArray_1__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_Unity_Collections_NativeArray_1__Remove, (List_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_UnityEngine_UIElements_Vertex_ item, MethodInfo * method)); DO_APP_FUNC(0x017A66F0, int32_t, List_1_Unity_Collections_NativeArray_1__RemoveAll, (List_1_Unity_Collections_NativeArray_1_ * __this, Predicate_1_Unity_Collections_NativeArray_1__1 * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_Unity_Collections_NativeArray_1__RemoveAt, (List_1_Unity_Collections_NativeArray_1_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_Unity_Collections_NativeArray_1__RemoveRange, (List_1_Unity_Collections_NativeArray_1_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Unity_Collections_NativeArray_1__Reverse, (List_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Unity_Collections_NativeArray_1__Reverse_1, (List_1_Unity_Collections_NativeArray_1_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Unity_Collections_NativeArray_1__Sort, (List_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Unity_Collections_NativeArray_1__Sort_1, (List_1_Unity_Collections_NativeArray_1_ * __this, Comparison_1_Unity_Collections_NativeArray_1__1 * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Unity_Collections_NativeArray_1__Sort_2, (List_1_Unity_Collections_NativeArray_1_ * __this, IComparer_1_Unity_Collections_NativeArray_1__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Unity_Collections_NativeArray_1__Sort_3, (List_1_Unity_Collections_NativeArray_1_ * __this, int32_t index, int32_t count, IComparer_1_Unity_Collections_NativeArray_1__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Unity_Collections_NativeArray_1__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_Unity_Collections_NativeArray_1_ *, List_1_Unity_Collections_NativeArray_1__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Unity_Collections_NativeArray_1__System_Collections_ICollection_CopyTo, (List_1_Unity_Collections_NativeArray_1_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Unity_Collections_NativeArray_1__System_Collections_ICollection_get_IsSynchronized, (List_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A6B40, Object *, List_1_Unity_Collections_NativeArray_1__System_Collections_ICollection_get_SyncRoot, (List_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_Unity_Collections_NativeArray_1__System_Collections_IEnumerable_GetEnumerator, (List_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_Unity_Collections_NativeArray_1__System_Collections_IList_Add, (List_1_Unity_Collections_NativeArray_1_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_Unity_Collections_NativeArray_1__System_Collections_IList_Contains, (List_1_Unity_Collections_NativeArray_1_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_Unity_Collections_NativeArray_1__System_Collections_IList_IndexOf, (List_1_Unity_Collections_NativeArray_1_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_Unity_Collections_NativeArray_1__System_Collections_IList_Insert, (List_1_Unity_Collections_NativeArray_1_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_Unity_Collections_NativeArray_1__System_Collections_IList_Remove, (List_1_Unity_Collections_NativeArray_1_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Unity_Collections_NativeArray_1__System_Collections_IList_get_IsFixedSize, (List_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Unity_Collections_NativeArray_1__System_Collections_IList_get_IsReadOnly, (List_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_Unity_Collections_NativeArray_1__System_Collections_IList_get_Item, (List_1_Unity_Collections_NativeArray_1_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_Unity_Collections_NativeArray_1__System_Collections_IList_set_Item, (List_1_Unity_Collections_NativeArray_1_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, NativeArray_1_UnityEngine_UIElements_Vertex___Array *, List_1_Unity_Collections_NativeArray_1__ToArray, (List_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Unity_Collections_NativeArray_1__TrimExcess, (List_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Unity_Collections_NativeArray_1__get_Capacity, (List_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Unity_Collections_NativeArray_1__get_Count, (List_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, NativeArray_1_UnityEngine_UIElements_Vertex_, List_1_Unity_Collections_NativeArray_1__get_Item, (List_1_Unity_Collections_NativeArray_1_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_Unity_Collections_NativeArray_1__set_Capacity, (List_1_Unity_Collections_NativeArray_1_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A6120, void, List_1_Unity_Collections_NativeArray_1__set_Item, (List_1_Unity_Collections_NativeArray_1_ * __this, int32_t index, NativeArray_1_UnityEngine_UIElements_Vertex_ value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo___ctor, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo___ctor_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo___ctor_2, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Add, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x017A76B0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__AddEnumerable, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__AddRange, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__AddWithResize, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__AsReadOnly, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__BinarySearch, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__BinarySearch_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ item, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__BinarySearch_2, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, int32_t index, int32_t count, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ item, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Clear, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Contains, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__CopyTo, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__CopyTo_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__EnsureCapacity, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Exists, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Find, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__FindAll, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__FindIndex, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__FindIndex_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__ForEach, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, Action_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__IndexOf, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Insert, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, int32_t index, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x017A72F0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__InsertRange, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, int32_t index, IEnumerable_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Remove, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__RemoveAll, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__RemoveAt, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__RemoveRange, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Reverse, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Reverse_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Sort, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Sort_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Sort_2, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Sort_3, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A7240, Object *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IList_Add, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IList_Contains, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IList_IndexOf, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IList_Insert, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IList_Remove, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IList_get_Item, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IList_set_Item, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object___Array *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__ToArray, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__TrimExcess, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__get_Capacity, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__get_Count, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__get_Item, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__set_Capacity, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__set_Item, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, int32_t index, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Photon_Bolt_Collections_STuple_2__1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Photon_Bolt_Collections_STuple_2__1__ctor, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_Photon_Bolt_Collections_STuple_2__1__ctor_1, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, IEnumerable_1_Photon_Bolt_Collections_STuple_2_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Photon_Bolt_Collections_STuple_2__1__ctor_2, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_Photon_Bolt_Collections_STuple_2__1_Add, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, STuple_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x017A7DC0, void, List_1_Photon_Bolt_Collections_STuple_2__1_AddEnumerable, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, IEnumerable_1_Photon_Bolt_Collections_STuple_2_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Photon_Bolt_Collections_STuple_2__1_AddRange, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, IEnumerable_1_Photon_Bolt_Collections_STuple_2_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_Photon_Bolt_Collections_STuple_2__1_AddWithResize, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, STuple_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ *, List_1_Photon_Bolt_Collections_STuple_2__1_AsReadOnly, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_Photon_Bolt_Collections_STuple_2__1_BinarySearch, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, STuple_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_Photon_Bolt_Collections_STuple_2__1_BinarySearch_1, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, STuple_2_System_Object_System_Object_ item, IComparer_1_Photon_Bolt_Collections_STuple_2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_Photon_Bolt_Collections_STuple_2__1_BinarySearch_2, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, int32_t index, int32_t count, STuple_2_System_Object_System_Object_ item, IComparer_1_Photon_Bolt_Collections_STuple_2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Photon_Bolt_Collections_STuple_2__1_Clear, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_Photon_Bolt_Collections_STuple_2__1_Contains, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, STuple_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Photon_Bolt_Collections_STuple_2__1_CopyTo, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, STuple_2_System_Object_System_Object___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Photon_Bolt_Collections_STuple_2__1_CopyTo_1, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, STuple_2_System_Object_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Photon_Bolt_Collections_STuple_2__1_EnsureCapacity, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Photon_Bolt_Collections_STuple_2__1_Exists, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, Predicate_1_Photon_Bolt_Collections_STuple_2_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, STuple_2_System_Object_System_Object_, List_1_Photon_Bolt_Collections_STuple_2__1_Find, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, Predicate_1_Photon_Bolt_Collections_STuple_2_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_Photon_Bolt_Collections_STuple_2__1 *, List_1_Photon_Bolt_Collections_STuple_2__1_FindAll, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, Predicate_1_Photon_Bolt_Collections_STuple_2_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Photon_Bolt_Collections_STuple_2__1_FindIndex, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, Predicate_1_Photon_Bolt_Collections_STuple_2_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_Photon_Bolt_Collections_STuple_2__1_FindIndex_1, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, int32_t startIndex, int32_t count, Predicate_1_Photon_Bolt_Collections_STuple_2_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_Photon_Bolt_Collections_STuple_2__1_ForEach, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, Action_1_Photon_Bolt_Collections_STuple_2_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_Photon_Bolt_Collections_STuple_2_, List_1_Photon_Bolt_Collections_STuple_2__1_GetEnumerator, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_Photon_Bolt_Collections_STuple_2__1_IndexOf, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, STuple_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_Photon_Bolt_Collections_STuple_2__1_Insert, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, int32_t index, STuple_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x017A7A00, void, List_1_Photon_Bolt_Collections_STuple_2__1_InsertRange, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, int32_t index, IEnumerable_1_Photon_Bolt_Collections_STuple_2_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_Photon_Bolt_Collections_STuple_2__1_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_Photon_Bolt_Collections_STuple_2__1_Remove, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, STuple_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_Photon_Bolt_Collections_STuple_2__1_RemoveAll, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, Predicate_1_Photon_Bolt_Collections_STuple_2_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_Photon_Bolt_Collections_STuple_2__1_RemoveAt, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_Photon_Bolt_Collections_STuple_2__1_RemoveRange, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Photon_Bolt_Collections_STuple_2__1_Reverse, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Photon_Bolt_Collections_STuple_2__1_Reverse_1, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Photon_Bolt_Collections_STuple_2__1_Sort, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Photon_Bolt_Collections_STuple_2__1_Sort_1, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, Comparison_1_Photon_Bolt_Collections_STuple_2_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Photon_Bolt_Collections_STuple_2__1_Sort_2, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, IComparer_1_Photon_Bolt_Collections_STuple_2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Photon_Bolt_Collections_STuple_2__1_Sort_3, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, int32_t index, int32_t count, IComparer_1_Photon_Bolt_Collections_STuple_2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_Collections_STuple_2__1_System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_Photon_Bolt_Collections_STuple_2__1 *, List_1_Photon_Bolt_Collections_STuple_2__1_System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Photon_Bolt_Collections_STuple_2__1_System_Collections_ICollection_CopyTo, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_Collections_STuple_2__1_System_Collections_ICollection_get_IsSynchronized, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x017A7950, Object *, List_1_Photon_Bolt_Collections_STuple_2__1_System_Collections_ICollection_get_SyncRoot, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_Photon_Bolt_Collections_STuple_2__1_System_Collections_IEnumerable_GetEnumerator, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_Photon_Bolt_Collections_STuple_2__1_System_Collections_IList_Add, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_Photon_Bolt_Collections_STuple_2__1_System_Collections_IList_Contains, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_Photon_Bolt_Collections_STuple_2__1_System_Collections_IList_IndexOf, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_Photon_Bolt_Collections_STuple_2__1_System_Collections_IList_Insert, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_Photon_Bolt_Collections_STuple_2__1_System_Collections_IList_Remove, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_Collections_STuple_2__1_System_Collections_IList_get_IsFixedSize, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_Collections_STuple_2__1_System_Collections_IList_get_IsReadOnly, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_Photon_Bolt_Collections_STuple_2__1_System_Collections_IList_get_Item, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_Photon_Bolt_Collections_STuple_2__1_System_Collections_IList_set_Item, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, STuple_2_System_Object_System_Object___Array *, List_1_Photon_Bolt_Collections_STuple_2__1_ToArray, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Photon_Bolt_Collections_STuple_2__1_TrimExcess, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Photon_Bolt_Collections_STuple_2__1_get_Capacity, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Photon_Bolt_Collections_STuple_2__1_get_Count, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, STuple_2_System_Object_System_Object_, List_1_Photon_Bolt_Collections_STuple_2__1_get_Item, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_Photon_Bolt_Collections_STuple_2__1_set_Capacity, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_Photon_Bolt_Collections_STuple_2__1_set_Item, (List_1_Photon_Bolt_Collections_STuple_2__1 * __this, int32_t index, STuple_2_System_Object_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_ValueTuple_2__6__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_ValueTuple_2__6__ctor, (List_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_System_ValueTuple_2__6__ctor_1, (List_1_System_ValueTuple_2__6 * __this, IEnumerable_1_System_ValueTuple_2__7 * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_ValueTuple_2__6__ctor_2, (List_1_System_ValueTuple_2__6 * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179BAB0, void, List_1_System_ValueTuple_2__6_Add, (List_1_System_ValueTuple_2__6 * __this, ValueTuple_2_Int32_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x017A84D0, void, List_1_System_ValueTuple_2__6_AddEnumerable, (List_1_System_ValueTuple_2__6 * __this, IEnumerable_1_System_ValueTuple_2__7 * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_ValueTuple_2__6_AddRange, (List_1_System_ValueTuple_2__6 * __this, IEnumerable_1_System_ValueTuple_2__7 * collection, MethodInfo * method)); DO_APP_FUNC(0x0179BB90, void, List_1_System_ValueTuple_2__6_AddWithResize, (List_1_System_ValueTuple_2__6 * __this, ValueTuple_2_Int32_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_ValueTuple_2_ *, List_1_System_ValueTuple_2__6_AsReadOnly, (List_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_System_ValueTuple_2__6_BinarySearch, (List_1_System_ValueTuple_2__6 * __this, ValueTuple_2_Int32_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_System_ValueTuple_2__6_BinarySearch_1, (List_1_System_ValueTuple_2__6 * __this, ValueTuple_2_Int32_Object_ item, IComparer_1_System_ValueTuple_2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_System_ValueTuple_2__6_BinarySearch_2, (List_1_System_ValueTuple_2__6 * __this, int32_t index, int32_t count, ValueTuple_2_Int32_Object_ item, IComparer_1_System_ValueTuple_2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_System_ValueTuple_2__6_Clear, (List_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_System_ValueTuple_2__6_Contains, (List_1_System_ValueTuple_2__6 * __this, ValueTuple_2_Int32_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_ValueTuple_2__6_CopyTo, (List_1_System_ValueTuple_2__6 * __this, ValueTuple_2_Int32_Object___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_ValueTuple_2__6_CopyTo_1, (List_1_System_ValueTuple_2__6 * __this, ValueTuple_2_Int32_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_ValueTuple_2__6_EnsureCapacity, (List_1_System_ValueTuple_2__6 * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_ValueTuple_2__6_Exists, (List_1_System_ValueTuple_2__6 * __this, Predicate_1_ValueTuple_2_Int32_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, ValueTuple_2_Int32_Object_, List_1_System_ValueTuple_2__6_Find, (List_1_System_ValueTuple_2__6 * __this, Predicate_1_ValueTuple_2_Int32_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_System_ValueTuple_2__6 *, List_1_System_ValueTuple_2__6_FindAll, (List_1_System_ValueTuple_2__6 * __this, Predicate_1_ValueTuple_2_Int32_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_ValueTuple_2__6_FindIndex, (List_1_System_ValueTuple_2__6 * __this, Predicate_1_ValueTuple_2_Int32_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_System_ValueTuple_2__6_FindIndex_1, (List_1_System_ValueTuple_2__6 * __this, int32_t startIndex, int32_t count, Predicate_1_ValueTuple_2_Int32_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_System_ValueTuple_2__6_ForEach, (List_1_System_ValueTuple_2__6 * __this, Action_1_ValueTuple_2_Int32_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_System_ValueTuple_2_, List_1_System_ValueTuple_2__6_GetEnumerator, (List_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_System_ValueTuple_2__6_IndexOf, (List_1_System_ValueTuple_2__6 * __this, ValueTuple_2_Int32_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179BC50, void, List_1_System_ValueTuple_2__6_Insert, (List_1_System_ValueTuple_2__6 * __this, int32_t index, ValueTuple_2_Int32_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x017A8110, void, List_1_System_ValueTuple_2__6_InsertRange, (List_1_System_ValueTuple_2__6 * __this, int32_t index, IEnumerable_1_System_ValueTuple_2__7 * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_System_ValueTuple_2__6_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_System_ValueTuple_2__6_Remove, (List_1_System_ValueTuple_2__6 * __this, ValueTuple_2_Int32_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179C140, int32_t, List_1_System_ValueTuple_2__6_RemoveAll, (List_1_System_ValueTuple_2__6 * __this, Predicate_1_ValueTuple_2_Int32_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179C330, void, List_1_System_ValueTuple_2__6_RemoveAt, (List_1_System_ValueTuple_2__6 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_System_ValueTuple_2__6_RemoveRange, (List_1_System_ValueTuple_2__6 * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_ValueTuple_2__6_Reverse, (List_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_ValueTuple_2__6_Reverse_1, (List_1_System_ValueTuple_2__6 * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_ValueTuple_2__6_Sort, (List_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_ValueTuple_2__6_Sort_1, (List_1_System_ValueTuple_2__6 * __this, Comparison_1_ValueTuple_2_Int32_Object_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_ValueTuple_2__6_Sort_2, (List_1_System_ValueTuple_2__6 * __this, IComparer_1_System_ValueTuple_2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_ValueTuple_2__6_Sort_3, (List_1_System_ValueTuple_2__6 * __this, int32_t index, int32_t count, IComparer_1_System_ValueTuple_2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ValueTuple_2__6_System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_System_ValueTuple_2__15 *, List_1_System_ValueTuple_2__6_System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_ValueTuple_2__6_System_Collections_ICollection_CopyTo, (List_1_System_ValueTuple_2__6 * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ValueTuple_2__6_System_Collections_ICollection_get_IsSynchronized, (List_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8060, Object *, List_1_System_ValueTuple_2__6_System_Collections_ICollection_get_SyncRoot, (List_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_System_ValueTuple_2__6_System_Collections_IEnumerable_GetEnumerator, (List_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_System_ValueTuple_2__6_System_Collections_IList_Add, (List_1_System_ValueTuple_2__6 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_System_ValueTuple_2__6_System_Collections_IList_Contains, (List_1_System_ValueTuple_2__6 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_System_ValueTuple_2__6_System_Collections_IList_IndexOf, (List_1_System_ValueTuple_2__6 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_System_ValueTuple_2__6_System_Collections_IList_Insert, (List_1_System_ValueTuple_2__6 * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_System_ValueTuple_2__6_System_Collections_IList_Remove, (List_1_System_ValueTuple_2__6 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ValueTuple_2__6_System_Collections_IList_get_IsFixedSize, (List_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ValueTuple_2__6_System_Collections_IList_get_IsReadOnly, (List_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_System_ValueTuple_2__6_System_Collections_IList_get_Item, (List_1_System_ValueTuple_2__6 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_System_ValueTuple_2__6_System_Collections_IList_set_Item, (List_1_System_ValueTuple_2__6 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ValueTuple_2_Int32_Object___Array *, List_1_System_ValueTuple_2__6_ToArray, (List_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_System_ValueTuple_2__6_TrimExcess, (List_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_ValueTuple_2__6_get_Capacity, (List_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_ValueTuple_2__6_get_Count, (List_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, ValueTuple_2_Int32_Object_, List_1_System_ValueTuple_2__6_get_Item, (List_1_System_ValueTuple_2__6 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_System_ValueTuple_2__6_set_Capacity, (List_1_System_ValueTuple_2__6 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179BA10, void, List_1_System_ValueTuple_2__6_set_Item, (List_1_System_ValueTuple_2__6 * __this, int32_t index, ValueTuple_2_Int32_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_ValueTuple_2__7__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_ValueTuple_2__7__ctor, (List_1_System_ValueTuple_2__7 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DDC8, List_1_System_ValueTuple_2__7__ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_System_ValueTuple_2__7__ctor_1, (List_1_System_ValueTuple_2__7 * __this, IEnumerable_1_System_ValueTuple_2__8 * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_ValueTuple_2__7__ctor_2, (List_1_System_ValueTuple_2__7 * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x00AE89D0, void, List_1_System_ValueTuple_2__7_Add, (List_1_System_ValueTuple_2__7 * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DDB0, List_1_System_ValueTuple_2__7_Add__MethodInfo); DO_APP_FUNC(0x017AA270, void, List_1_System_ValueTuple_2__7_AddEnumerable, (List_1_System_ValueTuple_2__7 * __this, IEnumerable_1_System_ValueTuple_2__8 * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_ValueTuple_2__7_AddRange, (List_1_System_ValueTuple_2__7 * __this, IEnumerable_1_System_ValueTuple_2__8 * collection, MethodInfo * method)); DO_APP_FUNC(0x017A8B90, void, List_1_System_ValueTuple_2__7_AddWithResize, (List_1_System_ValueTuple_2__7 * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_ValueTuple_2__1 *, List_1_System_ValueTuple_2__7_AsReadOnly, (List_1_System_ValueTuple_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8E40, int32_t, List_1_System_ValueTuple_2__7_BinarySearch, (List_1_System_ValueTuple_2__7 * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC(0x017A8EE0, int32_t, List_1_System_ValueTuple_2__7_BinarySearch_1, (List_1_System_ValueTuple_2__7 * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int_ item, IComparer_1_System_ValueTuple_2__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x017A8D80, int32_t, List_1_System_ValueTuple_2__7_BinarySearch_2, (List_1_System_ValueTuple_2__7 * __this, int32_t index, int32_t count, ValueTuple_2_Int32_UnityEngine_Vector2Int_ item, IComparer_1_System_ValueTuple_2__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_System_ValueTuple_2__7_Clear, (List_1_System_ValueTuple_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8F80, bool, List_1_System_ValueTuple_2__7_Contains, (List_1_System_ValueTuple_2__7 * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_ValueTuple_2__7_CopyTo, (List_1_System_ValueTuple_2__7 * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_ValueTuple_2__7_CopyTo_1, (List_1_System_ValueTuple_2__7 * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_ValueTuple_2__7_EnsureCapacity, (List_1_System_ValueTuple_2__7 * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_ValueTuple_2__7_Exists, (List_1_System_ValueTuple_2__7 * __this, Predicate_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A9130, ValueTuple_2_Int32_UnityEngine_Vector2Int_, List_1_System_ValueTuple_2__7_Find, (List_1_System_ValueTuple_2__7 * __this, Predicate_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A9250, List_1_System_ValueTuple_2__7 *, List_1_System_ValueTuple_2__7_FindAll, (List_1_System_ValueTuple_2__7 * __this, Predicate_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_ValueTuple_2__7_FindIndex, (List_1_System_ValueTuple_2__7 * __this, Predicate_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A93D0, int32_t, List_1_System_ValueTuple_2__7_FindIndex_1, (List_1_System_ValueTuple_2__7 * __this, int32_t startIndex, int32_t count, Predicate_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A94F0, void, List_1_System_ValueTuple_2__7_ForEach, (List_1_System_ValueTuple_2__7 * __this, Action_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * action, MethodInfo * method)); DO_APP_FUNC(0x017A95C0, List_1_T_Enumerator_System_ValueTuple_2__1, List_1_System_ValueTuple_2__7_GetEnumerator, (List_1_System_ValueTuple_2__7 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DDB8, List_1_System_ValueTuple_2__7_GetEnumerator__MethodInfo); DO_APP_FUNC(0x017A9730, int32_t, List_1_System_ValueTuple_2__7_IndexOf, (List_1_System_ValueTuple_2__7 * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC(0x017A98D0, void, List_1_System_ValueTuple_2__7_Insert, (List_1_System_ValueTuple_2__7 * __this, int32_t index, ValueTuple_2_Int32_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC(0x017A9B00, void, List_1_System_ValueTuple_2__7_InsertRange, (List_1_System_ValueTuple_2__7 * __this, int32_t index, IEnumerable_1_System_ValueTuple_2__8 * collection, MethodInfo * method)); DO_APP_FUNC(0x017A88E0, bool, List_1_System_ValueTuple_2__7_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017A9ED0, bool, List_1_System_ValueTuple_2__7_Remove, (List_1_System_ValueTuple_2__7 * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC(0x017AA090, int32_t, List_1_System_ValueTuple_2__7_RemoveAll, (List_1_System_ValueTuple_2__7 * __this, Predicate_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_System_ValueTuple_2__7_RemoveAt, (List_1_System_ValueTuple_2__7 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_System_ValueTuple_2__7_RemoveRange, (List_1_System_ValueTuple_2__7 * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_ValueTuple_2__7_Reverse, (List_1_System_ValueTuple_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_ValueTuple_2__7_Reverse_1, (List_1_System_ValueTuple_2__7 * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_ValueTuple_2__7_Sort, (List_1_System_ValueTuple_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_ValueTuple_2__7_Sort_1, (List_1_System_ValueTuple_2__7 * __this, Comparison_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DDC0, List_1_System_ValueTuple_2__7_Sort_1__MethodInfo); DO_APP_FUNC(0x017964F0, void, List_1_System_ValueTuple_2__7_Sort_2, (List_1_System_ValueTuple_2__7 * __this, IComparer_1_System_ValueTuple_2__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_ValueTuple_2__7_Sort_3, (List_1_System_ValueTuple_2__7 * __this, int32_t index, int32_t count, IComparer_1_System_ValueTuple_2__1 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ValueTuple_2__7_System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_ValueTuple_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9650, IEnumerator_1_System_ValueTuple_2__16 *, List_1_System_ValueTuple_2__7_System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_ValueTuple_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_ValueTuple_2__7_System_Collections_ICollection_CopyTo, (List_1_System_ValueTuple_2__7 * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ValueTuple_2__7_System_Collections_ICollection_get_IsSynchronized, (List_1_System_ValueTuple_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8770, Object *, List_1_System_ValueTuple_2__7_System_Collections_ICollection_get_SyncRoot, (List_1_System_ValueTuple_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9650, IEnumerator *, List_1_System_ValueTuple_2__7_System_Collections_IEnumerable_GetEnumerator, (List_1_System_ValueTuple_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8C10, int32_t, List_1_System_ValueTuple_2__7_System_Collections_IList_Add, (List_1_System_ValueTuple_2__7 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A8FF0, bool, List_1_System_ValueTuple_2__7_System_Collections_IList_Contains, (List_1_System_ValueTuple_2__7 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A9790, int32_t, List_1_System_ValueTuple_2__7_System_Collections_IList_IndexOf, (List_1_System_ValueTuple_2__7 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A99B0, void, List_1_System_ValueTuple_2__7_System_Collections_IList_Insert, (List_1_System_ValueTuple_2__7 * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A9F60, void, List_1_System_ValueTuple_2__7_System_Collections_IList_Remove, (List_1_System_ValueTuple_2__7 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ValueTuple_2__7_System_Collections_IList_get_IsFixedSize, (List_1_System_ValueTuple_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ValueTuple_2__7_System_Collections_IList_get_IsReadOnly, (List_1_System_ValueTuple_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x017A89C0, Object *, List_1_System_ValueTuple_2__7_System_Collections_IList_get_Item, (List_1_System_ValueTuple_2__7 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017A8A40, void, List_1_System_ValueTuple_2__7_System_Collections_IList_set_Item, (List_1_System_ValueTuple_2__7 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ValueTuple_2_Int32_UnityEngine_Vector2Int___Array *, List_1_System_ValueTuple_2__7_ToArray, (List_1_System_ValueTuple_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_System_ValueTuple_2__7_TrimExcess, (List_1_System_ValueTuple_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_ValueTuple_2__7_get_Capacity, (List_1_System_ValueTuple_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_ValueTuple_2__7_get_Count, (List_1_System_ValueTuple_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8820, ValueTuple_2_Int32_UnityEngine_Vector2Int_, List_1_System_ValueTuple_2__7_get_Item, (List_1_System_ValueTuple_2__7 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_System_ValueTuple_2__7_set_Capacity, (List_1_System_ValueTuple_2__7 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A8880, void, List_1_System_ValueTuple_2__7_set_Item, (List_1_System_ValueTuple_2__7 * __this, int32_t index, ValueTuple_2_Int32_UnityEngine_Vector2Int_ value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_ValueTuple_2__8__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_ValueTuple_2__8__ctor, (List_1_System_ValueTuple_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_System_ValueTuple_2__8__ctor_1, (List_1_System_ValueTuple_2__8 * __this, IEnumerable_1_System_ValueTuple_2__9 * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_ValueTuple_2__8__ctor_2, (List_1_System_ValueTuple_2__8 * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A06D0, void, List_1_System_ValueTuple_2__8_Add, (List_1_System_ValueTuple_2__8 * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ item, MethodInfo * method)); DO_APP_FUNC(0x017AA970, void, List_1_System_ValueTuple_2__8_AddEnumerable, (List_1_System_ValueTuple_2__8 * __this, IEnumerable_1_System_ValueTuple_2__9 * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_ValueTuple_2__8_AddRange, (List_1_System_ValueTuple_2__8 * __this, IEnumerable_1_System_ValueTuple_2__9 * collection, MethodInfo * method)); DO_APP_FUNC(0x017A07C0, void, List_1_System_ValueTuple_2__8_AddWithResize, (List_1_System_ValueTuple_2__8 * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_ValueTuple_2__2 *, List_1_System_ValueTuple_2__8_AsReadOnly, (List_1_System_ValueTuple_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_System_ValueTuple_2__8_BinarySearch, (List_1_System_ValueTuple_2__8 * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_System_ValueTuple_2__8_BinarySearch_1, (List_1_System_ValueTuple_2__8 * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ item, IComparer_1_System_ValueTuple_2__2 * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_System_ValueTuple_2__8_BinarySearch_2, (List_1_System_ValueTuple_2__8 * __this, int32_t index, int32_t count, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ item, IComparer_1_System_ValueTuple_2__2 * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_System_ValueTuple_2__8_Clear, (List_1_System_ValueTuple_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A250, bool, List_1_System_ValueTuple_2__8_Contains, (List_1_System_ValueTuple_2__8 * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_ValueTuple_2__8_CopyTo, (List_1_System_ValueTuple_2__8 * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_ValueTuple_2__8_CopyTo_1, (List_1_System_ValueTuple_2__8 * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_ValueTuple_2__8_EnsureCapacity, (List_1_System_ValueTuple_2__8 * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_ValueTuple_2__8_Exists, (List_1_System_ValueTuple_2__8 * __this, Predicate_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, ValueTuple_2_Object_ValueTuple_2_Object_Int32_, List_1_System_ValueTuple_2__8_Find, (List_1_System_ValueTuple_2__8 * __this, Predicate_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_System_ValueTuple_2__8 *, List_1_System_ValueTuple_2__8_FindAll, (List_1_System_ValueTuple_2__8 * __this, Predicate_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_ValueTuple_2__8_FindIndex, (List_1_System_ValueTuple_2__8 * __this, Predicate_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_System_ValueTuple_2__8_FindIndex_1, (List_1_System_ValueTuple_2__8 * __this, int32_t startIndex, int32_t count, Predicate_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_System_ValueTuple_2__8_ForEach, (List_1_System_ValueTuple_2__8 * __this, Action_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_System_ValueTuple_2__2, List_1_System_ValueTuple_2__8_GetEnumerator, (List_1_System_ValueTuple_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_System_ValueTuple_2__8_IndexOf, (List_1_System_ValueTuple_2__8 * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ item, MethodInfo * method)); DO_APP_FUNC(0x017A0890, void, List_1_System_ValueTuple_2__8_Insert, (List_1_System_ValueTuple_2__8 * __this, int32_t index, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ item, MethodInfo * method)); DO_APP_FUNC(0x017AA5A0, void, List_1_System_ValueTuple_2__8_InsertRange, (List_1_System_ValueTuple_2__8 * __this, int32_t index, IEnumerable_1_System_ValueTuple_2__9 * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_System_ValueTuple_2__8_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_System_ValueTuple_2__8_Remove, (List_1_System_ValueTuple_2__8 * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ item, MethodInfo * method)); DO_APP_FUNC(0x017A0DA0, int32_t, List_1_System_ValueTuple_2__8_RemoveAll, (List_1_System_ValueTuple_2__8 * __this, Predicate_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A0F80, void, List_1_System_ValueTuple_2__8_RemoveAt, (List_1_System_ValueTuple_2__8 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_System_ValueTuple_2__8_RemoveRange, (List_1_System_ValueTuple_2__8 * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_ValueTuple_2__8_Reverse, (List_1_System_ValueTuple_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_ValueTuple_2__8_Reverse_1, (List_1_System_ValueTuple_2__8 * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_ValueTuple_2__8_Sort, (List_1_System_ValueTuple_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_ValueTuple_2__8_Sort_1, (List_1_System_ValueTuple_2__8 * __this, Comparison_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_ValueTuple_2__8_Sort_2, (List_1_System_ValueTuple_2__8 * __this, IComparer_1_System_ValueTuple_2__2 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_ValueTuple_2__8_Sort_3, (List_1_System_ValueTuple_2__8 * __this, int32_t index, int32_t count, IComparer_1_System_ValueTuple_2__2 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ValueTuple_2__8_System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_ValueTuple_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_System_ValueTuple_2__18 *, List_1_System_ValueTuple_2__8_System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_ValueTuple_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_ValueTuple_2__8_System_Collections_ICollection_CopyTo, (List_1_System_ValueTuple_2__8 * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ValueTuple_2__8_System_Collections_ICollection_get_IsSynchronized, (List_1_System_ValueTuple_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x017AA4F0, Object *, List_1_System_ValueTuple_2__8_System_Collections_ICollection_get_SyncRoot, (List_1_System_ValueTuple_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_System_ValueTuple_2__8_System_Collections_IEnumerable_GetEnumerator, (List_1_System_ValueTuple_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_System_ValueTuple_2__8_System_Collections_IList_Add, (List_1_System_ValueTuple_2__8 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_System_ValueTuple_2__8_System_Collections_IList_Contains, (List_1_System_ValueTuple_2__8 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_System_ValueTuple_2__8_System_Collections_IList_IndexOf, (List_1_System_ValueTuple_2__8 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_System_ValueTuple_2__8_System_Collections_IList_Insert, (List_1_System_ValueTuple_2__8 * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_System_ValueTuple_2__8_System_Collections_IList_Remove, (List_1_System_ValueTuple_2__8 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ValueTuple_2__8_System_Collections_IList_get_IsFixedSize, (List_1_System_ValueTuple_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ValueTuple_2__8_System_Collections_IList_get_IsReadOnly, (List_1_System_ValueTuple_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_System_ValueTuple_2__8_System_Collections_IList_get_Item, (List_1_System_ValueTuple_2__8 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_System_ValueTuple_2__8_System_Collections_IList_set_Item, (List_1_System_ValueTuple_2__8 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ValueTuple_2_Object_ValueTuple_2_Object_Int32___Array *, List_1_System_ValueTuple_2__8_ToArray, (List_1_System_ValueTuple_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_System_ValueTuple_2__8_TrimExcess, (List_1_System_ValueTuple_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_ValueTuple_2__8_get_Capacity, (List_1_System_ValueTuple_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_ValueTuple_2__8_get_Count, (List_1_System_ValueTuple_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x01799950, ValueTuple_2_Object_ValueTuple_2_Object_Int32_, List_1_System_ValueTuple_2__8_get_Item, (List_1_System_ValueTuple_2__8 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_System_ValueTuple_2__8_set_Capacity, (List_1_System_ValueTuple_2__8 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A0620, void, List_1_System_ValueTuple_2__8_set_Item, (List_1_System_ValueTuple_2__8 * __this, int32_t index, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_ValueTuple_2__9__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_ValueTuple_2__9__ctor, (List_1_System_ValueTuple_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_System_ValueTuple_2__9__ctor_1, (List_1_System_ValueTuple_2__9 * __this, IEnumerable_1_System_ValueTuple_2__6 * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_ValueTuple_2__9__ctor_2, (List_1_System_ValueTuple_2__9 * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_System_ValueTuple_2__9_Add, (List_1_System_ValueTuple_2__9 * __this, ValueTuple_2_Object_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x017AB080, void, List_1_System_ValueTuple_2__9_AddEnumerable, (List_1_System_ValueTuple_2__9 * __this, IEnumerable_1_System_ValueTuple_2__6 * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_ValueTuple_2__9_AddRange, (List_1_System_ValueTuple_2__9 * __this, IEnumerable_1_System_ValueTuple_2__6 * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_System_ValueTuple_2__9_AddWithResize, (List_1_System_ValueTuple_2__9 * __this, ValueTuple_2_Object_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_ValueTuple_2__3 *, List_1_System_ValueTuple_2__9_AsReadOnly, (List_1_System_ValueTuple_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_System_ValueTuple_2__9_BinarySearch, (List_1_System_ValueTuple_2__9 * __this, ValueTuple_2_Object_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_System_ValueTuple_2__9_BinarySearch_1, (List_1_System_ValueTuple_2__9 * __this, ValueTuple_2_Object_Object_ item, IComparer_1_System_ValueTuple_2__3 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_System_ValueTuple_2__9_BinarySearch_2, (List_1_System_ValueTuple_2__9 * __this, int32_t index, int32_t count, ValueTuple_2_Object_Object_ item, IComparer_1_System_ValueTuple_2__3 * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_System_ValueTuple_2__9_Clear, (List_1_System_ValueTuple_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_System_ValueTuple_2__9_Contains, (List_1_System_ValueTuple_2__9 * __this, ValueTuple_2_Object_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_ValueTuple_2__9_CopyTo, (List_1_System_ValueTuple_2__9 * __this, ValueTuple_2_Object_Object___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_ValueTuple_2__9_CopyTo_1, (List_1_System_ValueTuple_2__9 * __this, ValueTuple_2_Object_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_ValueTuple_2__9_EnsureCapacity, (List_1_System_ValueTuple_2__9 * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_ValueTuple_2__9_Exists, (List_1_System_ValueTuple_2__9 * __this, Predicate_1_ValueTuple_2_Object_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, ValueTuple_2_Object_Object_, List_1_System_ValueTuple_2__9_Find, (List_1_System_ValueTuple_2__9 * __this, Predicate_1_ValueTuple_2_Object_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_System_ValueTuple_2__9 *, List_1_System_ValueTuple_2__9_FindAll, (List_1_System_ValueTuple_2__9 * __this, Predicate_1_ValueTuple_2_Object_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_ValueTuple_2__9_FindIndex, (List_1_System_ValueTuple_2__9 * __this, Predicate_1_ValueTuple_2_Object_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_System_ValueTuple_2__9_FindIndex_1, (List_1_System_ValueTuple_2__9 * __this, int32_t startIndex, int32_t count, Predicate_1_ValueTuple_2_Object_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_System_ValueTuple_2__9_ForEach, (List_1_System_ValueTuple_2__9 * __this, Action_1_ValueTuple_2_Object_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_System_ValueTuple_2__3, List_1_System_ValueTuple_2__9_GetEnumerator, (List_1_System_ValueTuple_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_System_ValueTuple_2__9_IndexOf, (List_1_System_ValueTuple_2__9 * __this, ValueTuple_2_Object_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_System_ValueTuple_2__9_Insert, (List_1_System_ValueTuple_2__9 * __this, int32_t index, ValueTuple_2_Object_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x017AACC0, void, List_1_System_ValueTuple_2__9_InsertRange, (List_1_System_ValueTuple_2__9 * __this, int32_t index, IEnumerable_1_System_ValueTuple_2__6 * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_System_ValueTuple_2__9_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_System_ValueTuple_2__9_Remove, (List_1_System_ValueTuple_2__9 * __this, ValueTuple_2_Object_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_System_ValueTuple_2__9_RemoveAll, (List_1_System_ValueTuple_2__9 * __this, Predicate_1_ValueTuple_2_Object_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_System_ValueTuple_2__9_RemoveAt, (List_1_System_ValueTuple_2__9 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_System_ValueTuple_2__9_RemoveRange, (List_1_System_ValueTuple_2__9 * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_ValueTuple_2__9_Reverse, (List_1_System_ValueTuple_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_ValueTuple_2__9_Reverse_1, (List_1_System_ValueTuple_2__9 * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_ValueTuple_2__9_Sort, (List_1_System_ValueTuple_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_ValueTuple_2__9_Sort_1, (List_1_System_ValueTuple_2__9 * __this, Comparison_1_ValueTuple_2_Object_Object_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_ValueTuple_2__9_Sort_2, (List_1_System_ValueTuple_2__9 * __this, IComparer_1_System_ValueTuple_2__3 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_ValueTuple_2__9_Sort_3, (List_1_System_ValueTuple_2__9 * __this, int32_t index, int32_t count, IComparer_1_System_ValueTuple_2__3 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ValueTuple_2__9_System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_ValueTuple_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_System_ValueTuple_2__14 *, List_1_System_ValueTuple_2__9_System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_ValueTuple_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_ValueTuple_2__9_System_Collections_ICollection_CopyTo, (List_1_System_ValueTuple_2__9 * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ValueTuple_2__9_System_Collections_ICollection_get_IsSynchronized, (List_1_System_ValueTuple_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x017AAC10, Object *, List_1_System_ValueTuple_2__9_System_Collections_ICollection_get_SyncRoot, (List_1_System_ValueTuple_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_System_ValueTuple_2__9_System_Collections_IEnumerable_GetEnumerator, (List_1_System_ValueTuple_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_System_ValueTuple_2__9_System_Collections_IList_Add, (List_1_System_ValueTuple_2__9 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_System_ValueTuple_2__9_System_Collections_IList_Contains, (List_1_System_ValueTuple_2__9 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_System_ValueTuple_2__9_System_Collections_IList_IndexOf, (List_1_System_ValueTuple_2__9 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_System_ValueTuple_2__9_System_Collections_IList_Insert, (List_1_System_ValueTuple_2__9 * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_System_ValueTuple_2__9_System_Collections_IList_Remove, (List_1_System_ValueTuple_2__9 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ValueTuple_2__9_System_Collections_IList_get_IsFixedSize, (List_1_System_ValueTuple_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ValueTuple_2__9_System_Collections_IList_get_IsReadOnly, (List_1_System_ValueTuple_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_System_ValueTuple_2__9_System_Collections_IList_get_Item, (List_1_System_ValueTuple_2__9 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_System_ValueTuple_2__9_System_Collections_IList_set_Item, (List_1_System_ValueTuple_2__9 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ValueTuple_2_Object_Object___Array *, List_1_System_ValueTuple_2__9_ToArray, (List_1_System_ValueTuple_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_System_ValueTuple_2__9_TrimExcess, (List_1_System_ValueTuple_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_ValueTuple_2__9_get_Capacity, (List_1_System_ValueTuple_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_ValueTuple_2__9_get_Count, (List_1_System_ValueTuple_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, ValueTuple_2_Object_Object_, List_1_System_ValueTuple_2__9_get_Item, (List_1_System_ValueTuple_2__9 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_System_ValueTuple_2__9_set_Capacity, (List_1_System_ValueTuple_2__9 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_System_ValueTuple_2__9_set_Item, (List_1_System_ValueTuple_2__9 * __this, int32_t index, ValueTuple_2_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_ValueTuple_2__5__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_ValueTuple_2__5__ctor, (List_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_System_ValueTuple_2__5__ctor_1, (List_1_System_ValueTuple_2__5 * __this, IEnumerable_1_System_ValueTuple_2__10 * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_ValueTuple_2__5__ctor_2, (List_1_System_ValueTuple_2__5 * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01799D10, void, List_1_System_ValueTuple_2__5_Add, (List_1_System_ValueTuple_2__5 * __this, ValueTuple_2_UnityEngine_Vector3Int_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x017AB7A0, void, List_1_System_ValueTuple_2__5_AddEnumerable, (List_1_System_ValueTuple_2__5 * __this, IEnumerable_1_System_ValueTuple_2__10 * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_ValueTuple_2__5_AddRange, (List_1_System_ValueTuple_2__5 * __this, IEnumerable_1_System_ValueTuple_2__10 * collection, MethodInfo * method)); DO_APP_FUNC(0x01799E00, void, List_1_System_ValueTuple_2__5_AddWithResize, (List_1_System_ValueTuple_2__5 * __this, ValueTuple_2_UnityEngine_Vector3Int_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_ValueTuple_2__4 *, List_1_System_ValueTuple_2__5_AsReadOnly, (List_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_System_ValueTuple_2__5_BinarySearch, (List_1_System_ValueTuple_2__5 * __this, ValueTuple_2_UnityEngine_Vector3Int_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_System_ValueTuple_2__5_BinarySearch_1, (List_1_System_ValueTuple_2__5 * __this, ValueTuple_2_UnityEngine_Vector3Int_Object_ item, IComparer_1_System_ValueTuple_2__4 * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_System_ValueTuple_2__5_BinarySearch_2, (List_1_System_ValueTuple_2__5 * __this, int32_t index, int32_t count, ValueTuple_2_UnityEngine_Vector3Int_Object_ item, IComparer_1_System_ValueTuple_2__4 * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_System_ValueTuple_2__5_Clear, (List_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A250, bool, List_1_System_ValueTuple_2__5_Contains, (List_1_System_ValueTuple_2__5 * __this, ValueTuple_2_UnityEngine_Vector3Int_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_ValueTuple_2__5_CopyTo, (List_1_System_ValueTuple_2__5 * __this, ValueTuple_2_UnityEngine_Vector3Int_Object___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_ValueTuple_2__5_CopyTo_1, (List_1_System_ValueTuple_2__5 * __this, ValueTuple_2_UnityEngine_Vector3Int_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_ValueTuple_2__5_EnsureCapacity, (List_1_System_ValueTuple_2__5 * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_ValueTuple_2__5_Exists, (List_1_System_ValueTuple_2__5 * __this, Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, ValueTuple_2_UnityEngine_Vector3Int_Object_, List_1_System_ValueTuple_2__5_Find, (List_1_System_ValueTuple_2__5 * __this, Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_System_ValueTuple_2__5 *, List_1_System_ValueTuple_2__5_FindAll, (List_1_System_ValueTuple_2__5 * __this, Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_ValueTuple_2__5_FindIndex, (List_1_System_ValueTuple_2__5 * __this, Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_System_ValueTuple_2__5_FindIndex_1, (List_1_System_ValueTuple_2__5 * __this, int32_t startIndex, int32_t count, Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_System_ValueTuple_2__5_ForEach, (List_1_System_ValueTuple_2__5 * __this, Action_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_System_ValueTuple_2__4, List_1_System_ValueTuple_2__5_GetEnumerator, (List_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_System_ValueTuple_2__5_IndexOf, (List_1_System_ValueTuple_2__5 * __this, ValueTuple_2_UnityEngine_Vector3Int_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179ABD0, void, List_1_System_ValueTuple_2__5_Insert, (List_1_System_ValueTuple_2__5 * __this, int32_t index, ValueTuple_2_UnityEngine_Vector3Int_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x017AB3D0, void, List_1_System_ValueTuple_2__5_InsertRange, (List_1_System_ValueTuple_2__5 * __this, int32_t index, IEnumerable_1_System_ValueTuple_2__10 * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_System_ValueTuple_2__5_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_System_ValueTuple_2__5_Remove, (List_1_System_ValueTuple_2__5 * __this, ValueTuple_2_UnityEngine_Vector3Int_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0179B3F0, int32_t, List_1_System_ValueTuple_2__5_RemoveAll, (List_1_System_ValueTuple_2__5 * __this, Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179B5D0, void, List_1_System_ValueTuple_2__5_RemoveAt, (List_1_System_ValueTuple_2__5 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_System_ValueTuple_2__5_RemoveRange, (List_1_System_ValueTuple_2__5 * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_ValueTuple_2__5_Reverse, (List_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_ValueTuple_2__5_Reverse_1, (List_1_System_ValueTuple_2__5 * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_ValueTuple_2__5_Sort, (List_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_ValueTuple_2__5_Sort_1, (List_1_System_ValueTuple_2__5 * __this, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_ValueTuple_2__5_Sort_2, (List_1_System_ValueTuple_2__5 * __this, IComparer_1_System_ValueTuple_2__4 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_ValueTuple_2__5_Sort_3, (List_1_System_ValueTuple_2__5 * __this, int32_t index, int32_t count, IComparer_1_System_ValueTuple_2__4 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ValueTuple_2__5_System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_System_ValueTuple_2__12 *, List_1_System_ValueTuple_2__5_System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_ValueTuple_2__5_System_Collections_ICollection_CopyTo, (List_1_System_ValueTuple_2__5 * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ValueTuple_2__5_System_Collections_ICollection_get_IsSynchronized, (List_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x017AB320, Object *, List_1_System_ValueTuple_2__5_System_Collections_ICollection_get_SyncRoot, (List_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_System_ValueTuple_2__5_System_Collections_IEnumerable_GetEnumerator, (List_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_System_ValueTuple_2__5_System_Collections_IList_Add, (List_1_System_ValueTuple_2__5 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_System_ValueTuple_2__5_System_Collections_IList_Contains, (List_1_System_ValueTuple_2__5 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_System_ValueTuple_2__5_System_Collections_IList_IndexOf, (List_1_System_ValueTuple_2__5 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_System_ValueTuple_2__5_System_Collections_IList_Insert, (List_1_System_ValueTuple_2__5 * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_System_ValueTuple_2__5_System_Collections_IList_Remove, (List_1_System_ValueTuple_2__5 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ValueTuple_2__5_System_Collections_IList_get_IsFixedSize, (List_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ValueTuple_2__5_System_Collections_IList_get_IsReadOnly, (List_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_System_ValueTuple_2__5_System_Collections_IList_get_Item, (List_1_System_ValueTuple_2__5 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_System_ValueTuple_2__5_System_Collections_IList_set_Item, (List_1_System_ValueTuple_2__5 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ValueTuple_2_UnityEngine_Vector3Int_Object___Array *, List_1_System_ValueTuple_2__5_ToArray, (List_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_System_ValueTuple_2__5_TrimExcess, (List_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_ValueTuple_2__5_get_Capacity, (List_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_ValueTuple_2__5_get_Count, (List_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01799950, ValueTuple_2_UnityEngine_Vector3Int_Object_, List_1_System_ValueTuple_2__5_get_Item, (List_1_System_ValueTuple_2__5 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_System_ValueTuple_2__5_set_Capacity, (List_1_System_ValueTuple_2__5 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017999B0, void, List_1_System_ValueTuple_2__5_set_Item, (List_1_System_ValueTuple_2__5 * __this, int32_t index, ValueTuple_2_UnityEngine_Vector3Int_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_ValueTuple_2__3__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_ValueTuple_2__3__ctor, (List_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_System_ValueTuple_2__3__ctor_1, (List_1_System_ValueTuple_2__3 * __this, IEnumerable_1_System_ValueTuple_2__11 * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_ValueTuple_2__3__ctor_2, (List_1_System_ValueTuple_2__3 * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017ABF20, void, List_1_System_ValueTuple_2__3_Add, (List_1_System_ValueTuple_2__3 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ item, MethodInfo * method)); DO_APP_FUNC(0x017ADAB0, void, List_1_System_ValueTuple_2__3_AddEnumerable, (List_1_System_ValueTuple_2__3 * __this, IEnumerable_1_System_ValueTuple_2__11 * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_ValueTuple_2__3_AddRange, (List_1_System_ValueTuple_2__3 * __this, IEnumerable_1_System_ValueTuple_2__11 * collection, MethodInfo * method)); DO_APP_FUNC(0x017AC040, void, List_1_System_ValueTuple_2__3_AddWithResize, (List_1_System_ValueTuple_2__3 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_ValueTuple_2__5 *, List_1_System_ValueTuple_2__3_AsReadOnly, (List_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x017AC380, int32_t, List_1_System_ValueTuple_2__3_BinarySearch, (List_1_System_ValueTuple_2__3 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ item, MethodInfo * method)); DO_APP_FUNC(0x017AC430, int32_t, List_1_System_ValueTuple_2__3_BinarySearch_1, (List_1_System_ValueTuple_2__3 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ item, IComparer_1_System_ValueTuple_2__5 * comparer, MethodInfo * method)); DO_APP_FUNC(0x017AC2B0, int32_t, List_1_System_ValueTuple_2__3_BinarySearch_2, (List_1_System_ValueTuple_2__3 * __this, int32_t index, int32_t count, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ item, IComparer_1_System_ValueTuple_2__5 * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_System_ValueTuple_2__3_Clear, (List_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x017AC4E0, bool, List_1_System_ValueTuple_2__3_Contains, (List_1_System_ValueTuple_2__3 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_ValueTuple_2__3_CopyTo, (List_1_System_ValueTuple_2__3 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_ValueTuple_2__3_CopyTo_1, (List_1_System_ValueTuple_2__3 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_ValueTuple_2__3_EnsureCapacity, (List_1_System_ValueTuple_2__3 * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_ValueTuple_2__3_Exists, (List_1_System_ValueTuple_2__3 * __this, Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AC6B0, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_, List_1_System_ValueTuple_2__3_Find, (List_1_System_ValueTuple_2__3 * __this, Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AC810, List_1_System_ValueTuple_2__3 *, List_1_System_ValueTuple_2__3_FindAll, (List_1_System_ValueTuple_2__3 * __this, Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_ValueTuple_2__3_FindIndex, (List_1_System_ValueTuple_2__3 * __this, Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AC9D0, int32_t, List_1_System_ValueTuple_2__3_FindIndex_1, (List_1_System_ValueTuple_2__3 * __this, int32_t startIndex, int32_t count, Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * match, MethodInfo * method)); DO_APP_FUNC(0x017ACB10, void, List_1_System_ValueTuple_2__3_ForEach, (List_1_System_ValueTuple_2__3 * __this, Action_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * action, MethodInfo * method)); DO_APP_FUNC(0x017ACC00, List_1_T_Enumerator_System_ValueTuple_2__5, List_1_System_ValueTuple_2__3_GetEnumerator, (List_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x017ACDE0, int32_t, List_1_System_ValueTuple_2__3_IndexOf, (List_1_System_ValueTuple_2__3 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ item, MethodInfo * method)); DO_APP_FUNC(0x017ACFB0, void, List_1_System_ValueTuple_2__3_Insert, (List_1_System_ValueTuple_2__3 * __this, int32_t index, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ item, MethodInfo * method)); DO_APP_FUNC(0x017AD270, void, List_1_System_ValueTuple_2__3_InsertRange, (List_1_System_ValueTuple_2__3 * __this, int32_t index, IEnumerable_1_System_ValueTuple_2__11 * collection, MethodInfo * method)); DO_APP_FUNC(0x017ABC20, bool, List_1_System_ValueTuple_2__3_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017AD5F0, bool, List_1_System_ValueTuple_2__3_Remove, (List_1_System_ValueTuple_2__3 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ item, MethodInfo * method)); DO_APP_FUNC(0x017AD7E0, int32_t, List_1_System_ValueTuple_2__3_RemoveAll, (List_1_System_ValueTuple_2__3 * __this, Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * match, MethodInfo * method)); DO_APP_FUNC(0x017ADA10, void, List_1_System_ValueTuple_2__3_RemoveAt, (List_1_System_ValueTuple_2__3 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_System_ValueTuple_2__3_RemoveRange, (List_1_System_ValueTuple_2__3 * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_ValueTuple_2__3_Reverse, (List_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_ValueTuple_2__3_Reverse_1, (List_1_System_ValueTuple_2__3 * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_ValueTuple_2__3_Sort, (List_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_ValueTuple_2__3_Sort_1, (List_1_System_ValueTuple_2__3 * __this, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_ValueTuple_2__3_Sort_2, (List_1_System_ValueTuple_2__3 * __this, IComparer_1_System_ValueTuple_2__5 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_ValueTuple_2__3_Sort_3, (List_1_System_ValueTuple_2__3 * __this, int32_t index, int32_t count, IComparer_1_System_ValueTuple_2__5 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ValueTuple_2__3_System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x017ACCB0, IEnumerator_1_System_ValueTuple_2__9 *, List_1_System_ValueTuple_2__3_System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_ValueTuple_2__3_System_Collections_ICollection_CopyTo, (List_1_System_ValueTuple_2__3 * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ValueTuple_2__3_System_Collections_ICollection_get_IsSynchronized, (List_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x017ABA40, Object *, List_1_System_ValueTuple_2__3_System_Collections_ICollection_get_SyncRoot, (List_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x017ACCB0, IEnumerator *, List_1_System_ValueTuple_2__3_System_Collections_IEnumerable_GetEnumerator, (List_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x017AC120, int32_t, List_1_System_ValueTuple_2__3_System_Collections_IList_Add, (List_1_System_ValueTuple_2__3 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AC560, bool, List_1_System_ValueTuple_2__3_System_Collections_IList_Contains, (List_1_System_ValueTuple_2__3 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017ACE60, int32_t, List_1_System_ValueTuple_2__3_System_Collections_IList_IndexOf, (List_1_System_ValueTuple_2__3 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AD100, void, List_1_System_ValueTuple_2__3_System_Collections_IList_Insert, (List_1_System_ValueTuple_2__3 * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AD6A0, void, List_1_System_ValueTuple_2__3_System_Collections_IList_Remove, (List_1_System_ValueTuple_2__3 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ValueTuple_2__3_System_Collections_IList_get_IsFixedSize, (List_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ValueTuple_2__3_System_Collections_IList_get_IsReadOnly, (List_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x017ABD20, Object *, List_1_System_ValueTuple_2__3_System_Collections_IList_get_Item, (List_1_System_ValueTuple_2__3 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017ABDC0, void, List_1_System_ValueTuple_2__3_System_Collections_IList_set_Item, (List_1_System_ValueTuple_2__3 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___Array *, List_1_System_ValueTuple_2__3_ToArray, (List_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_System_ValueTuple_2__3_TrimExcess, (List_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_ValueTuple_2__3_get_Capacity, (List_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_ValueTuple_2__3_get_Count, (List_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x017ABAF0, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_, List_1_System_ValueTuple_2__3_get_Item, (List_1_System_ValueTuple_2__3 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_System_ValueTuple_2__3_set_Capacity, (List_1_System_ValueTuple_2__3 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017ABB60, void, List_1_System_ValueTuple_2__3_set_Item, (List_1_System_ValueTuple_2__3 * __this, int32_t index, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_ValueTuple_2__4__cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_ValueTuple_2__4__ctor, (List_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_System_ValueTuple_2__4__ctor_1, (List_1_System_ValueTuple_2__4 * __this, IEnumerable_1_System_ValueTuple_2__12 * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_ValueTuple_2__4__ctor_2, (List_1_System_ValueTuple_2__4 * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017AE220, void, List_1_System_ValueTuple_2__4_Add, (List_1_System_ValueTuple_2__4 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ item, MethodInfo * method)); DO_APP_FUNC(0x017AFC30, void, List_1_System_ValueTuple_2__4_AddEnumerable, (List_1_System_ValueTuple_2__4 * __this, IEnumerable_1_System_ValueTuple_2__12 * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_ValueTuple_2__4_AddRange, (List_1_System_ValueTuple_2__4 * __this, IEnumerable_1_System_ValueTuple_2__12 * collection, MethodInfo * method)); DO_APP_FUNC(0x017AE320, void, List_1_System_ValueTuple_2__4_AddWithResize, (List_1_System_ValueTuple_2__4 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_ValueTuple_2__6 *, List_1_System_ValueTuple_2__4_AsReadOnly, (List_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE640, int32_t, List_1_System_ValueTuple_2__4_BinarySearch, (List_1_System_ValueTuple_2__4 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ item, MethodInfo * method)); DO_APP_FUNC(0x017AE6E0, int32_t, List_1_System_ValueTuple_2__4_BinarySearch_1, (List_1_System_ValueTuple_2__4 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ item, IComparer_1_System_ValueTuple_2__6 * comparer, MethodInfo * method)); DO_APP_FUNC(0x017AE580, int32_t, List_1_System_ValueTuple_2__4_BinarySearch_2, (List_1_System_ValueTuple_2__4 * __this, int32_t index, int32_t count, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ item, IComparer_1_System_ValueTuple_2__6 * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_System_ValueTuple_2__4_Clear, (List_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE790, bool, List_1_System_ValueTuple_2__4_Contains, (List_1_System_ValueTuple_2__4 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_ValueTuple_2__4_CopyTo, (List_1_System_ValueTuple_2__4 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_ValueTuple_2__4_CopyTo_1, (List_1_System_ValueTuple_2__4 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_ValueTuple_2__4_EnsureCapacity, (List_1_System_ValueTuple_2__4 * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_ValueTuple_2__4_Exists, (List_1_System_ValueTuple_2__4 * __this, Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AE940, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_, List_1_System_ValueTuple_2__4_Find, (List_1_System_ValueTuple_2__4 * __this, Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AEA80, List_1_System_ValueTuple_2__4 *, List_1_System_ValueTuple_2__4_FindAll, (List_1_System_ValueTuple_2__4 * __this, Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_ValueTuple_2__4_FindIndex, (List_1_System_ValueTuple_2__4 * __this, Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AEC20, int32_t, List_1_System_ValueTuple_2__4_FindIndex_1, (List_1_System_ValueTuple_2__4 * __this, int32_t startIndex, int32_t count, Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AED50, void, List_1_System_ValueTuple_2__4_ForEach, (List_1_System_ValueTuple_2__4 * __this, Action_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * action, MethodInfo * method)); DO_APP_FUNC(0x017AEE30, List_1_T_Enumerator_System_ValueTuple_2__6, List_1_System_ValueTuple_2__4_GetEnumerator, (List_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x017AEFE0, int32_t, List_1_System_ValueTuple_2__4_IndexOf, (List_1_System_ValueTuple_2__4 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ item, MethodInfo * method)); DO_APP_FUNC(0x017AF1A0, void, List_1_System_ValueTuple_2__4_Insert, (List_1_System_ValueTuple_2__4 * __this, int32_t index, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ item, MethodInfo * method)); DO_APP_FUNC(0x017AF440, void, List_1_System_ValueTuple_2__4_InsertRange, (List_1_System_ValueTuple_2__4 * __this, int32_t index, IEnumerable_1_System_ValueTuple_2__12 * collection, MethodInfo * method)); DO_APP_FUNC(0x017ADF50, bool, List_1_System_ValueTuple_2__4_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017AF7C0, bool, List_1_System_ValueTuple_2__4_Remove, (List_1_System_ValueTuple_2__4 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ item, MethodInfo * method)); DO_APP_FUNC(0x017AF990, int32_t, List_1_System_ValueTuple_2__4_RemoveAll, (List_1_System_ValueTuple_2__4 * __this, Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AFB90, void, List_1_System_ValueTuple_2__4_RemoveAt, (List_1_System_ValueTuple_2__4 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_System_ValueTuple_2__4_RemoveRange, (List_1_System_ValueTuple_2__4 * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_ValueTuple_2__4_Reverse, (List_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_ValueTuple_2__4_Reverse_1, (List_1_System_ValueTuple_2__4 * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_ValueTuple_2__4_Sort, (List_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_ValueTuple_2__4_Sort_1, (List_1_System_ValueTuple_2__4 * __this, Comparison_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_ValueTuple_2__4_Sort_2, (List_1_System_ValueTuple_2__4 * __this, IComparer_1_System_ValueTuple_2__6 * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_ValueTuple_2__4_Sort_3, (List_1_System_ValueTuple_2__4 * __this, int32_t index, int32_t count, IComparer_1_System_ValueTuple_2__6 * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ValueTuple_2__4_System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x017AEEE0, IEnumerator_1_System_ValueTuple_2__10 *, List_1_System_ValueTuple_2__4_System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_ValueTuple_2__4_System_Collections_ICollection_CopyTo, (List_1_System_ValueTuple_2__4 * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ValueTuple_2__4_System_Collections_ICollection_get_IsSynchronized, (List_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x017ADD80, Object *, List_1_System_ValueTuple_2__4_System_Collections_ICollection_get_SyncRoot, (List_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x017AEEE0, IEnumerator *, List_1_System_ValueTuple_2__4_System_Collections_IEnumerable_GetEnumerator, (List_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE400, int32_t, List_1_System_ValueTuple_2__4_System_Collections_IList_Add, (List_1_System_ValueTuple_2__4 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AE800, bool, List_1_System_ValueTuple_2__4_System_Collections_IList_Contains, (List_1_System_ValueTuple_2__4 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF050, int32_t, List_1_System_ValueTuple_2__4_System_Collections_IList_IndexOf, (List_1_System_ValueTuple_2__4 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF2E0, void, List_1_System_ValueTuple_2__4_System_Collections_IList_Insert, (List_1_System_ValueTuple_2__4 * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF860, void, List_1_System_ValueTuple_2__4_System_Collections_IList_Remove, (List_1_System_ValueTuple_2__4 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ValueTuple_2__4_System_Collections_IList_get_IsFixedSize, (List_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_ValueTuple_2__4_System_Collections_IList_get_IsReadOnly, (List_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE040, Object *, List_1_System_ValueTuple_2__4_System_Collections_IList_get_Item, (List_1_System_ValueTuple_2__4 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017AE0D0, void, List_1_System_ValueTuple_2__4_System_Collections_IList_set_Item, (List_1_System_ValueTuple_2__4 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___Array *, List_1_System_ValueTuple_2__4_ToArray, (List_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_System_ValueTuple_2__4_TrimExcess, (List_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_ValueTuple_2__4_get_Capacity, (List_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_ValueTuple_2__4_get_Count, (List_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x017ADE30, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_, List_1_System_ValueTuple_2__4_get_Item, (List_1_System_ValueTuple_2__4 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_System_ValueTuple_2__4_set_Capacity, (List_1_System_ValueTuple_2__4 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017ADE90, void, List_1_System_ValueTuple_2__4_set_Item, (List_1_System_ValueTuple_2__4 * __this, int32_t index, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_AnimatorClipInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_AnimatorClipInfo___ctor, (List_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96B60, List_1_UnityEngine_AnimatorClipInfo___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_AnimatorClipInfo___ctor_1, (List_1_UnityEngine_AnimatorClipInfo_ * __this, IEnumerable_1_UnityEngine_AnimatorClipInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_AnimatorClipInfo___ctor_2, (List_1_UnityEngine_AnimatorClipInfo_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179DF80, void, List_1_UnityEngine_AnimatorClipInfo__Add, (List_1_UnityEngine_AnimatorClipInfo_ * __this, AnimatorClipInfo item, MethodInfo * method)); DO_APP_FUNC(0x017B02E0, void, List_1_UnityEngine_AnimatorClipInfo__AddEnumerable, (List_1_UnityEngine_AnimatorClipInfo_ * __this, IEnumerable_1_UnityEngine_AnimatorClipInfo_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_AnimatorClipInfo__AddRange, (List_1_UnityEngine_AnimatorClipInfo_ * __this, IEnumerable_1_UnityEngine_AnimatorClipInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179DFE0, void, List_1_UnityEngine_AnimatorClipInfo__AddWithResize, (List_1_UnityEngine_AnimatorClipInfo_ * __this, AnimatorClipInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ *, List_1_UnityEngine_AnimatorClipInfo__AsReadOnly, (List_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E240, int32_t, List_1_UnityEngine_AnimatorClipInfo__BinarySearch, (List_1_UnityEngine_AnimatorClipInfo_ * __this, AnimatorClipInfo item, MethodInfo * method)); DO_APP_FUNC(0x0179E2C0, int32_t, List_1_UnityEngine_AnimatorClipInfo__BinarySearch_1, (List_1_UnityEngine_AnimatorClipInfo_ * __this, AnimatorClipInfo item, IComparer_1_UnityEngine_AnimatorClipInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_UnityEngine_AnimatorClipInfo__BinarySearch_2, (List_1_UnityEngine_AnimatorClipInfo_ * __this, int32_t index, int32_t count, AnimatorClipInfo item, IComparer_1_UnityEngine_AnimatorClipInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_AnimatorClipInfo__Clear, (List_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E360, bool, List_1_UnityEngine_AnimatorClipInfo__Contains, (List_1_UnityEngine_AnimatorClipInfo_ * __this, AnimatorClipInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_AnimatorClipInfo__CopyTo, (List_1_UnityEngine_AnimatorClipInfo_ * __this, AnimatorClipInfo__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_AnimatorClipInfo__CopyTo_1, (List_1_UnityEngine_AnimatorClipInfo_ * __this, AnimatorClipInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_AnimatorClipInfo__EnsureCapacity, (List_1_UnityEngine_AnimatorClipInfo_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_AnimatorClipInfo__Exists, (List_1_UnityEngine_AnimatorClipInfo_ * __this, Predicate_1_UnityEngine_AnimatorClipInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E4E0, AnimatorClipInfo, List_1_UnityEngine_AnimatorClipInfo__Find, (List_1_UnityEngine_AnimatorClipInfo_ * __this, Predicate_1_UnityEngine_AnimatorClipInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E5B0, List_1_UnityEngine_AnimatorClipInfo_ *, List_1_UnityEngine_AnimatorClipInfo__FindAll, (List_1_UnityEngine_AnimatorClipInfo_ * __this, Predicate_1_UnityEngine_AnimatorClipInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_AnimatorClipInfo__FindIndex, (List_1_UnityEngine_AnimatorClipInfo_ * __this, Predicate_1_UnityEngine_AnimatorClipInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E710, int32_t, List_1_UnityEngine_AnimatorClipInfo__FindIndex_1, (List_1_UnityEngine_AnimatorClipInfo_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_AnimatorClipInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E810, void, List_1_UnityEngine_AnimatorClipInfo__ForEach, (List_1_UnityEngine_AnimatorClipInfo_ * __this, Action_1_UnityEngine_AnimatorClipInfo_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179E8D0, List_1_T_Enumerator_UnityEngine_AnimatorClipInfo_, List_1_UnityEngine_AnimatorClipInfo__GetEnumerator, (List_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179EA30, int32_t, List_1_UnityEngine_AnimatorClipInfo__IndexOf, (List_1_UnityEngine_AnimatorClipInfo_ * __this, AnimatorClipInfo item, MethodInfo * method)); DO_APP_FUNC(0x0179EBB0, void, List_1_UnityEngine_AnimatorClipInfo__Insert, (List_1_UnityEngine_AnimatorClipInfo_ * __this, int32_t index, AnimatorClipInfo item, MethodInfo * method)); DO_APP_FUNC(0x017AFF90, void, List_1_UnityEngine_AnimatorClipInfo__InsertRange, (List_1_UnityEngine_AnimatorClipInfo_ * __this, int32_t index, IEnumerable_1_UnityEngine_AnimatorClipInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179DD10, bool, List_1_UnityEngine_AnimatorClipInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_UnityEngine_AnimatorClipInfo__Remove, (List_1_UnityEngine_AnimatorClipInfo_ * __this, AnimatorClipInfo item, MethodInfo * method)); DO_APP_FUNC(0x0179F2A0, int32_t, List_1_UnityEngine_AnimatorClipInfo__RemoveAll, (List_1_UnityEngine_AnimatorClipInfo_ * __this, Predicate_1_UnityEngine_AnimatorClipInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_AnimatorClipInfo__RemoveAt, (List_1_UnityEngine_AnimatorClipInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_AnimatorClipInfo__RemoveRange, (List_1_UnityEngine_AnimatorClipInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_AnimatorClipInfo__Reverse, (List_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_AnimatorClipInfo__Reverse_1, (List_1_UnityEngine_AnimatorClipInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_AnimatorClipInfo__Sort, (List_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_AnimatorClipInfo__Sort_1, (List_1_UnityEngine_AnimatorClipInfo_ * __this, Comparison_1_UnityEngine_AnimatorClipInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_AnimatorClipInfo__Sort_2, (List_1_UnityEngine_AnimatorClipInfo_ * __this, IComparer_1_UnityEngine_AnimatorClipInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_AnimatorClipInfo__Sort_3, (List_1_UnityEngine_AnimatorClipInfo_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_AnimatorClipInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_AnimatorClipInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator_1_UnityEngine_AnimatorClipInfo_ *, List_1_UnityEngine_AnimatorClipInfo__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_AnimatorClipInfo__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_AnimatorClipInfo_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_AnimatorClipInfo__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AFEE0, Object *, List_1_UnityEngine_AnimatorClipInfo__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator *, List_1_UnityEngine_AnimatorClipInfo__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E050, int32_t, List_1_UnityEngine_AnimatorClipInfo__System_Collections_IList_Add, (List_1_UnityEngine_AnimatorClipInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179E3B0, bool, List_1_UnityEngine_AnimatorClipInfo__System_Collections_IList_Contains, (List_1_UnityEngine_AnimatorClipInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EA80, int32_t, List_1_UnityEngine_AnimatorClipInfo__System_Collections_IList_IndexOf, (List_1_UnityEngine_AnimatorClipInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EC80, void, List_1_UnityEngine_AnimatorClipInfo__System_Collections_IList_Insert, (List_1_UnityEngine_AnimatorClipInfo_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179F190, void, List_1_UnityEngine_AnimatorClipInfo__System_Collections_IList_Remove, (List_1_UnityEngine_AnimatorClipInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_AnimatorClipInfo__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_AnimatorClipInfo__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DDE0, Object *, List_1_UnityEngine_AnimatorClipInfo__System_Collections_IList_get_Item, (List_1_UnityEngine_AnimatorClipInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179DE50, void, List_1_UnityEngine_AnimatorClipInfo__System_Collections_IList_set_Item, (List_1_UnityEngine_AnimatorClipInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, AnimatorClipInfo__Array *, List_1_UnityEngine_AnimatorClipInfo__ToArray, (List_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_AnimatorClipInfo__TrimExcess, (List_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_AnimatorClipInfo__get_Capacity, (List_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_AnimatorClipInfo__get_Count, (List_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96B90, List_1_UnityEngine_AnimatorClipInfo__get_Count__MethodInfo); DO_APP_FUNC(0x0179DC90, AnimatorClipInfo, List_1_UnityEngine_AnimatorClipInfo__get_Item, (List_1_UnityEngine_AnimatorClipInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96B88, List_1_UnityEngine_AnimatorClipInfo__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_AnimatorClipInfo__set_Capacity, (List_1_UnityEngine_AnimatorClipInfo_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179DCD0, void, List_1_UnityEngine_AnimatorClipInfo__set_Item, (List_1_UnityEngine_AnimatorClipInfo_ * __this, int32_t index, AnimatorClipInfo value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84728, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor_1, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C634F8, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor_1__MethodInfo); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor_2, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6A60, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor_2__MethodInfo); DO_APP_FUNC(0x017A06D0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Add, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6A68, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Add__MethodInfo); DO_APP_FUNC(0x017B0960, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__AddEnumerable, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__AddRange, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C634B8, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__AddRange__MethodInfo); DO_APP_FUNC(0x017A07C0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__AddWithResize, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ *, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__AsReadOnly, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__BinarySearch, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__BinarySearch_1, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle item, IComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__BinarySearch_2, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t index, int32_t count, AsyncOperationHandle item, IComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Clear, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A250, bool, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Contains, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__CopyTo, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__CopyTo_1, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__EnsureCapacity, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Exists, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Predicate_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, AsyncOperationHandle, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Find, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Predicate_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ *, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__FindAll, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Predicate_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__FindIndex, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Predicate_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__FindIndex_1, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__ForEach, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Action_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__GetEnumerator, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C831E0, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__GetEnumerator__MethodInfo); DO_APP_FUNC(0x0179AA30, int32_t, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__IndexOf, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle item, MethodInfo * method)); DO_APP_FUNC(0x017A0890, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Insert, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t index, AsyncOperationHandle item, MethodInfo * method)); DO_APP_FUNC(0x017B05F0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__InsertRange, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t index, IEnumerable_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Remove, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle item, MethodInfo * method)); DO_APP_FUNC(0x017A0DA0, int32_t, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__RemoveAll, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Predicate_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A0F80, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__RemoveAt, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__RemoveRange, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Reverse, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Reverse_1, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Sort, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Sort_1, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Comparison_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Sort_2, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, IComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Sort_3, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ *, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B0540, Object *, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IList_Add, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IList_Contains, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IList_IndexOf, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IList_Insert, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IList_Remove, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IList_get_Item, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IList_set_Item, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, AsyncOperationHandle__Array *, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__ToArray, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__TrimExcess, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Capacity, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Count, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83288, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Count__MethodInfo); DO_APP_FUNC(0x01799950, AsyncOperationHandle, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Item, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83278, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__set_Capacity, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A0620, void, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__set_Item, (List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t index, AsyncOperationHandle value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor_1, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, IEnumerable_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor_2, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017B0CF0, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Add, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer item, MethodInfo * method)); DO_APP_FUNC(0x017B13D0, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__AddEnumerable, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, IEnumerable_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__AddRange, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, IEnumerable_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B0D50, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__AddWithResize, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__AsReadOnly, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E240, int32_t, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__BinarySearch, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer item, MethodInfo * method)); DO_APP_FUNC(0x0179E2C0, int32_t, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__BinarySearch_1, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer item, IComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__BinarySearch_2, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, int32_t count, BoltPeer item, IComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Clear, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E360, bool, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Contains, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__CopyTo, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__CopyTo_1, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__EnsureCapacity, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Exists, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Predicate_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E4E0, BoltPeer, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Find, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Predicate_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E5B0, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__FindAll, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Predicate_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__FindIndex, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Predicate_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E710, int32_t, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__FindIndex_1, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t startIndex, int32_t count, Predicate_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E810, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__ForEach, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179E8D0, List_1_T_Enumerator_Dissonance_Integrations_PhotonBolt_BoltPeer_, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__GetEnumerator, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179EA30, int32_t, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__IndexOf, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer item, MethodInfo * method)); DO_APP_FUNC(0x017B0DC0, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Insert, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, BoltPeer item, MethodInfo * method)); DO_APP_FUNC(0x017B0E80, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__InsertRange, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, IEnumerable_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179DD10, bool, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Remove, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer item, MethodInfo * method)); DO_APP_FUNC(0x017B11D0, int32_t, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__RemoveAll, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Predicate_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B1360, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__RemoveAt, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__RemoveRange, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Reverse, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Reverse_1, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Sort, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Sort_1, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Comparison_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Sort_2, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, IComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Sort_3, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, int32_t count, IComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_ICollection_CopyTo, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_ICollection_get_IsSynchronized, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B0C00, Object *, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_ICollection_get_SyncRoot, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator *, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IEnumerable_GetEnumerator, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E050, int32_t, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IList_Add, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179E3B0, bool, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IList_Contains, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EA80, int32_t, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IList_IndexOf, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EC80, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IList_Insert, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179F190, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IList_Remove, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IList_get_IsFixedSize, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IList_get_IsReadOnly, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DDE0, Object *, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IList_get_Item, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179DE50, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IList_set_Item, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, BoltPeer__Array *, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__ToArray, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__TrimExcess, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Capacity, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Count, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DC90, BoltPeer, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Item, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__set_Capacity, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017B0CB0, void, List_1_Dissonance_Integrations_PhotonBolt_BoltPeer__set_Item, (List_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, BoltPeer value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit___ctor, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93548, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit___ctor_1, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, IEnumerable_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit___ctor_2, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017B1780, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Add, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, BoltPhysicsHit item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93540, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Add__MethodInfo); DO_APP_FUNC(0x017B2120, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__AddEnumerable, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, IEnumerable_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__AddRange, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, IEnumerable_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B1870, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__AddWithResize, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, BoltPhysicsHit item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ *, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__AsReadOnly, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__BinarySearch, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, BoltPhysicsHit item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__BinarySearch_1, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, BoltPhysicsHit item, IComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__BinarySearch_2, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, int32_t index, int32_t count, BoltPhysicsHit item, IComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Clear, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93568, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Clear__MethodInfo); DO_APP_FUNC(0x0179A250, bool, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Contains, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, BoltPhysicsHit item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__CopyTo, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, BoltPhysicsHit__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__CopyTo_1, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, BoltPhysicsHit__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__EnsureCapacity, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Exists, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, Predicate_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, BoltPhysicsHit, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Find, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, Predicate_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ *, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__FindAll, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, Predicate_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__FindIndex, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, Predicate_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__FindIndex_1, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, int32_t startIndex, int32_t count, Predicate_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__ForEach, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, Action_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_Photon_Bolt_LagCompensation_BoltPhysicsHit_, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__GetEnumerator, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__IndexOf, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, BoltPhysicsHit item, MethodInfo * method)); DO_APP_FUNC(0x017B1940, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Insert, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, int32_t index, BoltPhysicsHit item, MethodInfo * method)); DO_APP_FUNC(0x017B1A80, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__InsertRange, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, int32_t index, IEnumerable_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Remove, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, BoltPhysicsHit item, MethodInfo * method)); DO_APP_FUNC(0x017B1E50, int32_t, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__RemoveAll, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, Predicate_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B2030, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__RemoveAt, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__RemoveRange, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Reverse, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Reverse_1, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Sort, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Sort_1, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, Comparison_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Sort_2, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, IComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Sort_3, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, int32_t index, int32_t count, IComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ *, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_ICollection_CopyTo, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_ICollection_get_IsSynchronized, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B1620, Object *, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_ICollection_get_SyncRoot, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IEnumerable_GetEnumerator, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IList_Add, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IList_Contains, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IList_IndexOf, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IList_Insert, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IList_Remove, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IList_get_IsFixedSize, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IList_get_IsReadOnly, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IList_get_Item, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IList_set_Item, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, BoltPhysicsHit__Array *, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__ToArray, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__TrimExcess, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__get_Capacity, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__get_Count, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C935B0, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__get_Count__MethodInfo); DO_APP_FUNC(0x01799950, BoltPhysicsHit, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__get_Item, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C935C0, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__set_Capacity, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017B16D0, void, List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__set_Item, (List_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, int32_t index, BoltPhysicsHit value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_BoneWeight___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_BoneWeight___ctor, (List_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9E10, List_1_UnityEngine_BoneWeight___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_BoneWeight___ctor_1, (List_1_UnityEngine_BoneWeight_ * __this, IEnumerable_1_UnityEngine_BoneWeight_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_BoneWeight___ctor_2, (List_1_UnityEngine_BoneWeight_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017B24D0, void, List_1_UnityEngine_BoneWeight__Add, (List_1_UnityEngine_BoneWeight_ * __this, BoneWeight item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9CF0, List_1_UnityEngine_BoneWeight__Add__MethodInfo); DO_APP_FUNC(0x017B2C70, void, List_1_UnityEngine_BoneWeight__AddEnumerable, (List_1_UnityEngine_BoneWeight_ * __this, IEnumerable_1_UnityEngine_BoneWeight_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_BoneWeight__AddRange, (List_1_UnityEngine_BoneWeight_ * __this, IEnumerable_1_UnityEngine_BoneWeight_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B2560, void, List_1_UnityEngine_BoneWeight__AddWithResize, (List_1_UnityEngine_BoneWeight_ * __this, BoneWeight item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_BoneWeight_ *, List_1_UnityEngine_BoneWeight__AsReadOnly, (List_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017972F0, int32_t, List_1_UnityEngine_BoneWeight__BinarySearch, (List_1_UnityEngine_BoneWeight_ * __this, BoneWeight item, MethodInfo * method)); DO_APP_FUNC(0x01797390, int32_t, List_1_UnityEngine_BoneWeight__BinarySearch_1, (List_1_UnityEngine_BoneWeight_ * __this, BoneWeight item, IComparer_1_UnityEngine_BoneWeight_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01797240, int32_t, List_1_UnityEngine_BoneWeight__BinarySearch_2, (List_1_UnityEngine_BoneWeight_ * __this, int32_t index, int32_t count, BoneWeight item, IComparer_1_UnityEngine_BoneWeight_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_BoneWeight__Clear, (List_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9D38, List_1_UnityEngine_BoneWeight__Clear__MethodInfo); DO_APP_FUNC(0x01797430, bool, List_1_UnityEngine_BoneWeight__Contains, (List_1_UnityEngine_BoneWeight_ * __this, BoneWeight item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_BoneWeight__CopyTo, (List_1_UnityEngine_BoneWeight_ * __this, BoneWeight__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_BoneWeight__CopyTo_1, (List_1_UnityEngine_BoneWeight_ * __this, BoneWeight__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_BoneWeight__EnsureCapacity, (List_1_UnityEngine_BoneWeight_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_BoneWeight__Exists, (List_1_UnityEngine_BoneWeight_ * __this, Predicate_1_UnityEngine_BoneWeight_ * match, MethodInfo * method)); DO_APP_FUNC(0x017975E0, BoneWeight, List_1_UnityEngine_BoneWeight__Find, (List_1_UnityEngine_BoneWeight_ * __this, Predicate_1_UnityEngine_BoneWeight_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797700, List_1_UnityEngine_BoneWeight_ *, List_1_UnityEngine_BoneWeight__FindAll, (List_1_UnityEngine_BoneWeight_ * __this, Predicate_1_UnityEngine_BoneWeight_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_BoneWeight__FindIndex, (List_1_UnityEngine_BoneWeight_ * __this, Predicate_1_UnityEngine_BoneWeight_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797890, int32_t, List_1_UnityEngine_BoneWeight__FindIndex_1, (List_1_UnityEngine_BoneWeight_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_BoneWeight_ * match, MethodInfo * method)); DO_APP_FUNC(0x017979B0, void, List_1_UnityEngine_BoneWeight__ForEach, (List_1_UnityEngine_BoneWeight_ * __this, Action_1_UnityEngine_BoneWeight_ * action, MethodInfo * method)); DO_APP_FUNC(0x01797A80, List_1_T_Enumerator_UnityEngine_BoneWeight_, List_1_UnityEngine_BoneWeight__GetEnumerator, (List_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797C10, int32_t, List_1_UnityEngine_BoneWeight__IndexOf, (List_1_UnityEngine_BoneWeight_ * __this, BoneWeight item, MethodInfo * method)); DO_APP_FUNC(0x017B25E0, void, List_1_UnityEngine_BoneWeight__Insert, (List_1_UnityEngine_BoneWeight_ * __this, int32_t index, BoneWeight item, MethodInfo * method)); DO_APP_FUNC(0x017B26C0, void, List_1_UnityEngine_BoneWeight__InsertRange, (List_1_UnityEngine_BoneWeight_ * __this, int32_t index, IEnumerable_1_UnityEngine_BoneWeight_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01796D50, bool, List_1_UnityEngine_BoneWeight__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01798410, bool, List_1_UnityEngine_BoneWeight__Remove, (List_1_UnityEngine_BoneWeight_ * __this, BoneWeight item, MethodInfo * method)); DO_APP_FUNC(0x017B2A90, int32_t, List_1_UnityEngine_BoneWeight__RemoveAll, (List_1_UnityEngine_BoneWeight_ * __this, Predicate_1_UnityEngine_BoneWeight_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_BoneWeight__RemoveAt, (List_1_UnityEngine_BoneWeight_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_BoneWeight__RemoveRange, (List_1_UnityEngine_BoneWeight_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_BoneWeight__Reverse, (List_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_BoneWeight__Reverse_1, (List_1_UnityEngine_BoneWeight_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_BoneWeight__Sort, (List_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_BoneWeight__Sort_1, (List_1_UnityEngine_BoneWeight_ * __this, Comparison_1_UnityEngine_BoneWeight_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_BoneWeight__Sort_2, (List_1_UnityEngine_BoneWeight_ * __this, IComparer_1_UnityEngine_BoneWeight_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_BoneWeight__Sort_3, (List_1_UnityEngine_BoneWeight_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_BoneWeight_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_BoneWeight__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator_1_UnityEngine_BoneWeight_ *, List_1_UnityEngine_BoneWeight__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_BoneWeight__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_BoneWeight_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_BoneWeight__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B23C0, Object *, List_1_UnityEngine_BoneWeight__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator *, List_1_UnityEngine_BoneWeight__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017970C0, int32_t, List_1_UnityEngine_BoneWeight__System_Collections_IList_Add, (List_1_UnityEngine_BoneWeight_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017974A0, bool, List_1_UnityEngine_BoneWeight__System_Collections_IList_Contains, (List_1_UnityEngine_BoneWeight_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797C70, int32_t, List_1_UnityEngine_BoneWeight__System_Collections_IList_IndexOf, (List_1_UnityEngine_BoneWeight_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797EF0, void, List_1_UnityEngine_BoneWeight__System_Collections_IList_Insert, (List_1_UnityEngine_BoneWeight_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017984A0, void, List_1_UnityEngine_BoneWeight__System_Collections_IList_Remove, (List_1_UnityEngine_BoneWeight_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_BoneWeight__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_BoneWeight__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796E20, Object *, List_1_UnityEngine_BoneWeight__System_Collections_IList_get_Item, (List_1_UnityEngine_BoneWeight_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796EA0, void, List_1_UnityEngine_BoneWeight__System_Collections_IList_set_Item, (List_1_UnityEngine_BoneWeight_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, BoneWeight__Array *, List_1_UnityEngine_BoneWeight__ToArray, (List_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9D20, List_1_UnityEngine_BoneWeight__ToArray__MethodInfo); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_BoneWeight__TrimExcess, (List_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_BoneWeight__get_Capacity, (List_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_BoneWeight__get_Count, (List_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9D18, List_1_UnityEngine_BoneWeight__get_Count__MethodInfo); DO_APP_FUNC(0x01796C50, BoneWeight, List_1_UnityEngine_BoneWeight__get_Item, (List_1_UnityEngine_BoneWeight_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9D58, List_1_UnityEngine_BoneWeight__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_BoneWeight__set_Capacity, (List_1_UnityEngine_BoneWeight_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017B2470, void, List_1_UnityEngine_BoneWeight__set_Item, (List_1_UnityEngine_BoneWeight_ * __this, int32_t index, BoneWeight value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_Boolean___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_Boolean___ctor, (List_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CABC40, List_1_System_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_System_Boolean___ctor_1, (List_1_System_Boolean_ * __this, IEnumerable_1_System_Boolean_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_Boolean___ctor_2, (List_1_System_Boolean_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017B32B0, void, List_1_System_Boolean__Add, (List_1_System_Boolean_ * __this, bool item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB978, List_1_System_Boolean__Add__MethodInfo); DO_APP_FUNC(0x017B4590, void, List_1_System_Boolean__AddEnumerable, (List_1_System_Boolean_ * __this, IEnumerable_1_System_Boolean_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_Boolean__AddRange, (List_1_System_Boolean_ * __this, IEnumerable_1_System_Boolean_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B3310, void, List_1_System_Boolean__AddWithResize, (List_1_System_Boolean_ * __this, bool item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Boolean_ *, List_1_System_Boolean__AsReadOnly, (List_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B34E0, int32_t, List_1_System_Boolean__BinarySearch, (List_1_System_Boolean_ * __this, bool item, MethodInfo * method)); DO_APP_FUNC(0x017B3560, int32_t, List_1_System_Boolean__BinarySearch_1, (List_1_System_Boolean_ * __this, bool item, IComparer_1_System_Boolean_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_System_Boolean__BinarySearch_2, (List_1_System_Boolean_ * __this, int32_t index, int32_t count, bool item, IComparer_1_System_Boolean_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_System_Boolean__Clear, (List_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E360, bool, List_1_System_Boolean__Contains, (List_1_System_Boolean_ * __this, bool item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_Boolean__CopyTo, (List_1_System_Boolean_ * __this, Boolean__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_Boolean__CopyTo_1, (List_1_System_Boolean_ * __this, Boolean__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_Boolean__EnsureCapacity, (List_1_System_Boolean_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_Boolean__Exists, (List_1_System_Boolean_ * __this, Predicate_1_Boolean_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B3720, bool, List_1_System_Boolean__Find, (List_1_System_Boolean_ * __this, Predicate_1_Boolean_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B37F0, List_1_System_Boolean_ *, List_1_System_Boolean__FindAll, (List_1_System_Boolean_ * __this, Predicate_1_Boolean_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_Boolean__FindIndex, (List_1_System_Boolean_ * __this, Predicate_1_Boolean_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B3950, int32_t, List_1_System_Boolean__FindIndex_1, (List_1_System_Boolean_ * __this, int32_t startIndex, int32_t count, Predicate_1_Boolean_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B3A50, void, List_1_System_Boolean__ForEach, (List_1_System_Boolean_ * __this, Action_1_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x017B3B10, List_1_T_Enumerator_System_Boolean_, List_1_System_Boolean__GetEnumerator, (List_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179EA30, int32_t, List_1_System_Boolean__IndexOf, (List_1_System_Boolean_ * __this, bool item, MethodInfo * method)); DO_APP_FUNC(0x017B3DA0, void, List_1_System_Boolean__Insert, (List_1_System_Boolean_ * __this, int32_t index, bool item, MethodInfo * method)); DO_APP_FUNC(0x017B3FB0, void, List_1_System_Boolean__InsertRange, (List_1_System_Boolean_ * __this, int32_t index, IEnumerable_1_System_Boolean_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B3040, bool, List_1_System_Boolean__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_System_Boolean__Remove, (List_1_System_Boolean_ * __this, bool item, MethodInfo * method)); DO_APP_FUNC(0x017B4410, int32_t, List_1_System_Boolean__RemoveAll, (List_1_System_Boolean_ * __this, Predicate_1_Boolean_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_System_Boolean__RemoveAt, (List_1_System_Boolean_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DE70, List_1_System_Boolean__RemoveAt__MethodInfo); DO_APP_FUNC(0x0179F470, void, List_1_System_Boolean__RemoveRange, (List_1_System_Boolean_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_Boolean__Reverse, (List_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_Boolean__Reverse_1, (List_1_System_Boolean_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_Boolean__Sort, (List_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_Boolean__Sort_1, (List_1_System_Boolean_ * __this, Comparison_1_Boolean_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_Boolean__Sort_2, (List_1_System_Boolean_ * __this, IComparer_1_System_Boolean_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_Boolean__Sort_3, (List_1_System_Boolean_ * __this, int32_t index, int32_t count, IComparer_1_System_Boolean_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Boolean__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B3BA0, IEnumerator_1_System_Boolean_ *, List_1_System_Boolean__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_Boolean__System_Collections_ICollection_CopyTo, (List_1_System_Boolean_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Boolean__System_Collections_ICollection_get_IsSynchronized, (List_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B2F10, Object *, List_1_System_Boolean__System_Collections_ICollection_get_SyncRoot, (List_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B3BA0, IEnumerator *, List_1_System_Boolean__System_Collections_IEnumerable_GetEnumerator, (List_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B3380, int32_t, List_1_System_Boolean__System_Collections_IList_Add, (List_1_System_Boolean_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B35F0, bool, List_1_System_Boolean__System_Collections_IList_Contains, (List_1_System_Boolean_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B3C70, int32_t, List_1_System_Boolean__System_Collections_IList_IndexOf, (List_1_System_Boolean_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B3E70, void, List_1_System_Boolean__System_Collections_IList_Insert, (List_1_System_Boolean_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B4300, void, List_1_System_Boolean__System_Collections_IList_Remove, (List_1_System_Boolean_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Boolean__System_Collections_IList_get_IsFixedSize, (List_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Boolean__System_Collections_IList_get_IsReadOnly, (List_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B3110, Object *, List_1_System_Boolean__System_Collections_IList_get_Item, (List_1_System_Boolean_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017B3180, void, List_1_System_Boolean__System_Collections_IList_set_Item, (List_1_System_Boolean_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Boolean__Array *, List_1_System_Boolean__ToArray, (List_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_System_Boolean__TrimExcess, (List_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_Boolean__get_Capacity, (List_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_Boolean__get_Count, (List_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB960, List_1_System_Boolean__get_Count__MethodInfo); DO_APP_FUNC(0x017B2FC0, bool, List_1_System_Boolean__get_Item, (List_1_System_Boolean_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB950, List_1_System_Boolean__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_System_Boolean__set_Capacity, (List_1_System_Boolean_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017B3000, void, List_1_System_Boolean__set_Item, (List_1_System_Boolean_ * __this, int32_t index, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D280, List_1_System_Boolean__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_System_Byte___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_Byte___ctor, (List_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88D00, List_1_System_Byte___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_System_Byte___ctor_1, (List_1_System_Byte_ * __this, IEnumerable_1_System_Byte__2 * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_Byte___ctor_2, (List_1_System_Byte_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD1B0, List_1_System_Byte___ctor_2__MethodInfo); DO_APP_FUNC(0x017B32B0, void, List_1_System_Byte__Add, (List_1_System_Byte_ * __this, uint8_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87D18, List_1_System_Byte__Add__MethodInfo); DO_APP_FUNC(0x017B4BF0, void, List_1_System_Byte__AddEnumerable, (List_1_System_Byte_ * __this, IEnumerable_1_System_Byte__2 * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_Byte__AddRange, (List_1_System_Byte_ * __this, IEnumerable_1_System_Byte__2 * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDCC00, List_1_System_Byte__AddRange__MethodInfo); DO_APP_FUNC(0x017B3310, void, List_1_System_Byte__AddWithResize, (List_1_System_Byte_ * __this, uint8_t item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Byte_ *, List_1_System_Byte__AsReadOnly, (List_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B34E0, int32_t, List_1_System_Byte__BinarySearch, (List_1_System_Byte_ * __this, uint8_t item, MethodInfo * method)); DO_APP_FUNC(0x017B3560, int32_t, List_1_System_Byte__BinarySearch_1, (List_1_System_Byte_ * __this, uint8_t item, IComparer_1_System_Byte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_System_Byte__BinarySearch_2, (List_1_System_Byte_ * __this, int32_t index, int32_t count, uint8_t item, IComparer_1_System_Byte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_System_Byte__Clear, (List_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD29D0, List_1_System_Byte__Clear__MethodInfo); DO_APP_FUNC(0x0179E360, bool, List_1_System_Byte__Contains, (List_1_System_Byte_ * __this, uint8_t item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_Byte__CopyTo, (List_1_System_Byte_ * __this, Byte__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_Byte__CopyTo_1, (List_1_System_Byte_ * __this, Byte__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_Byte__EnsureCapacity, (List_1_System_Byte_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_Byte__Exists, (List_1_System_Byte_ * __this, Predicate_1_Byte_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B3720, uint8_t, List_1_System_Byte__Find, (List_1_System_Byte_ * __this, Predicate_1_Byte_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B37F0, List_1_System_Byte_ *, List_1_System_Byte__FindAll, (List_1_System_Byte_ * __this, Predicate_1_Byte_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_Byte__FindIndex, (List_1_System_Byte_ * __this, Predicate_1_Byte_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B3950, int32_t, List_1_System_Byte__FindIndex_1, (List_1_System_Byte_ * __this, int32_t startIndex, int32_t count, Predicate_1_Byte_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B3A50, void, List_1_System_Byte__ForEach, (List_1_System_Byte_ * __this, Action_1_Byte__1 * action, MethodInfo * method)); DO_APP_FUNC(0x017B3B10, List_1_T_Enumerator_System_Byte_, List_1_System_Byte__GetEnumerator, (List_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179EA30, int32_t, List_1_System_Byte__IndexOf, (List_1_System_Byte_ * __this, uint8_t item, MethodInfo * method)); DO_APP_FUNC(0x017B3DA0, void, List_1_System_Byte__Insert, (List_1_System_Byte_ * __this, int32_t index, uint8_t item, MethodInfo * method)); DO_APP_FUNC(0x017B48A0, void, List_1_System_Byte__InsertRange, (List_1_System_Byte_ * __this, int32_t index, IEnumerable_1_System_Byte__2 * collection, MethodInfo * method)); DO_APP_FUNC(0x017B3040, bool, List_1_System_Byte__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_System_Byte__Remove, (List_1_System_Byte_ * __this, uint8_t item, MethodInfo * method)); DO_APP_FUNC(0x017B4410, int32_t, List_1_System_Byte__RemoveAll, (List_1_System_Byte_ * __this, Predicate_1_Byte_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_System_Byte__RemoveAt, (List_1_System_Byte_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_System_Byte__RemoveRange, (List_1_System_Byte_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_Byte__Reverse, (List_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_Byte__Reverse_1, (List_1_System_Byte_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_Byte__Sort, (List_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_Byte__Sort_1, (List_1_System_Byte_ * __this, Comparison_1_Byte_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_Byte__Sort_2, (List_1_System_Byte_ * __this, IComparer_1_System_Byte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_Byte__Sort_3, (List_1_System_Byte_ * __this, int32_t index, int32_t count, IComparer_1_System_Byte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Byte__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B3BA0, IEnumerator_1_System_Byte_ *, List_1_System_Byte__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_Byte__System_Collections_ICollection_CopyTo, (List_1_System_Byte_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Byte__System_Collections_ICollection_get_IsSynchronized, (List_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B47F0, Object *, List_1_System_Byte__System_Collections_ICollection_get_SyncRoot, (List_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B3BA0, IEnumerator *, List_1_System_Byte__System_Collections_IEnumerable_GetEnumerator, (List_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B3380, int32_t, List_1_System_Byte__System_Collections_IList_Add, (List_1_System_Byte_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B35F0, bool, List_1_System_Byte__System_Collections_IList_Contains, (List_1_System_Byte_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B3C70, int32_t, List_1_System_Byte__System_Collections_IList_IndexOf, (List_1_System_Byte_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B3E70, void, List_1_System_Byte__System_Collections_IList_Insert, (List_1_System_Byte_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B4300, void, List_1_System_Byte__System_Collections_IList_Remove, (List_1_System_Byte_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Byte__System_Collections_IList_get_IsFixedSize, (List_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Byte__System_Collections_IList_get_IsReadOnly, (List_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B3110, Object *, List_1_System_Byte__System_Collections_IList_get_Item, (List_1_System_Byte_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017B3180, void, List_1_System_Byte__System_Collections_IList_set_Item, (List_1_System_Byte_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Byte__Array *, List_1_System_Byte__ToArray, (List_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87D98, List_1_System_Byte__ToArray__MethodInfo); DO_APP_FUNC(0x01796790, void, List_1_System_Byte__TrimExcess, (List_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_Byte__get_Capacity, (List_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_Byte__get_Count, (List_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87D90, List_1_System_Byte__get_Count__MethodInfo); DO_APP_FUNC(0x017B2FC0, uint8_t, List_1_System_Byte__get_Item, (List_1_System_Byte_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_System_Byte__set_Capacity, (List_1_System_Byte_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017B3000, void, List_1_System_Byte__set_Item, (List_1_System_Byte_ * __this, int32_t index, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_Threading_CancellationToken___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_Threading_CancellationToken___ctor, (List_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_System_Threading_CancellationToken___ctor_1, (List_1_System_Threading_CancellationToken_ * __this, IEnumerable_1_System_Threading_CancellationToken_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_Threading_CancellationToken___ctor_2, (List_1_System_Threading_CancellationToken_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97A30, List_1_System_Threading_CancellationToken___ctor_2__MethodInfo); DO_APP_FUNC(0x017B0CF0, void, List_1_System_Threading_CancellationToken__Add, (List_1_System_Threading_CancellationToken_ * __this, CancellationToken item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97A20, List_1_System_Threading_CancellationToken__Add__MethodInfo); DO_APP_FUNC(0x017B5250, void, List_1_System_Threading_CancellationToken__AddEnumerable, (List_1_System_Threading_CancellationToken_ * __this, IEnumerable_1_System_Threading_CancellationToken_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_Threading_CancellationToken__AddRange, (List_1_System_Threading_CancellationToken_ * __this, IEnumerable_1_System_Threading_CancellationToken_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B0D50, void, List_1_System_Threading_CancellationToken__AddWithResize, (List_1_System_Threading_CancellationToken_ * __this, CancellationToken item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Threading_CancellationToken_ *, List_1_System_Threading_CancellationToken__AsReadOnly, (List_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E240, int32_t, List_1_System_Threading_CancellationToken__BinarySearch, (List_1_System_Threading_CancellationToken_ * __this, CancellationToken item, MethodInfo * method)); DO_APP_FUNC(0x0179E2C0, int32_t, List_1_System_Threading_CancellationToken__BinarySearch_1, (List_1_System_Threading_CancellationToken_ * __this, CancellationToken item, IComparer_1_System_Threading_CancellationToken_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_System_Threading_CancellationToken__BinarySearch_2, (List_1_System_Threading_CancellationToken_ * __this, int32_t index, int32_t count, CancellationToken item, IComparer_1_System_Threading_CancellationToken_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_System_Threading_CancellationToken__Clear, (List_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E360, bool, List_1_System_Threading_CancellationToken__Contains, (List_1_System_Threading_CancellationToken_ * __this, CancellationToken item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_Threading_CancellationToken__CopyTo, (List_1_System_Threading_CancellationToken_ * __this, CancellationToken__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_Threading_CancellationToken__CopyTo_1, (List_1_System_Threading_CancellationToken_ * __this, CancellationToken__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_Threading_CancellationToken__EnsureCapacity, (List_1_System_Threading_CancellationToken_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_Threading_CancellationToken__Exists, (List_1_System_Threading_CancellationToken_ * __this, Predicate_1_System_Threading_CancellationToken_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E4E0, CancellationToken, List_1_System_Threading_CancellationToken__Find, (List_1_System_Threading_CancellationToken_ * __this, Predicate_1_System_Threading_CancellationToken_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E5B0, List_1_System_Threading_CancellationToken_ *, List_1_System_Threading_CancellationToken__FindAll, (List_1_System_Threading_CancellationToken_ * __this, Predicate_1_System_Threading_CancellationToken_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_Threading_CancellationToken__FindIndex, (List_1_System_Threading_CancellationToken_ * __this, Predicate_1_System_Threading_CancellationToken_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E710, int32_t, List_1_System_Threading_CancellationToken__FindIndex_1, (List_1_System_Threading_CancellationToken_ * __this, int32_t startIndex, int32_t count, Predicate_1_System_Threading_CancellationToken_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E810, void, List_1_System_Threading_CancellationToken__ForEach, (List_1_System_Threading_CancellationToken_ * __this, Action_1_System_Threading_CancellationToken_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179E8D0, List_1_T_Enumerator_System_Threading_CancellationToken_, List_1_System_Threading_CancellationToken__GetEnumerator, (List_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179EA30, int32_t, List_1_System_Threading_CancellationToken__IndexOf, (List_1_System_Threading_CancellationToken_ * __this, CancellationToken item, MethodInfo * method)); DO_APP_FUNC(0x017B0DC0, void, List_1_System_Threading_CancellationToken__Insert, (List_1_System_Threading_CancellationToken_ * __this, int32_t index, CancellationToken item, MethodInfo * method)); DO_APP_FUNC(0x017B4F00, void, List_1_System_Threading_CancellationToken__InsertRange, (List_1_System_Threading_CancellationToken_ * __this, int32_t index, IEnumerable_1_System_Threading_CancellationToken_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179DD10, bool, List_1_System_Threading_CancellationToken__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_System_Threading_CancellationToken__Remove, (List_1_System_Threading_CancellationToken_ * __this, CancellationToken item, MethodInfo * method)); DO_APP_FUNC(0x017B11D0, int32_t, List_1_System_Threading_CancellationToken__RemoveAll, (List_1_System_Threading_CancellationToken_ * __this, Predicate_1_System_Threading_CancellationToken_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B1360, void, List_1_System_Threading_CancellationToken__RemoveAt, (List_1_System_Threading_CancellationToken_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_System_Threading_CancellationToken__RemoveRange, (List_1_System_Threading_CancellationToken_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_Threading_CancellationToken__Reverse, (List_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_Threading_CancellationToken__Reverse_1, (List_1_System_Threading_CancellationToken_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_Threading_CancellationToken__Sort, (List_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_Threading_CancellationToken__Sort_1, (List_1_System_Threading_CancellationToken_ * __this, Comparison_1_System_Threading_CancellationToken_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_Threading_CancellationToken__Sort_2, (List_1_System_Threading_CancellationToken_ * __this, IComparer_1_System_Threading_CancellationToken_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_Threading_CancellationToken__Sort_3, (List_1_System_Threading_CancellationToken_ * __this, int32_t index, int32_t count, IComparer_1_System_Threading_CancellationToken_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Threading_CancellationToken__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator_1_System_Threading_CancellationToken_ *, List_1_System_Threading_CancellationToken__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_Threading_CancellationToken__System_Collections_ICollection_CopyTo, (List_1_System_Threading_CancellationToken_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Threading_CancellationToken__System_Collections_ICollection_get_IsSynchronized, (List_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B4E50, Object *, List_1_System_Threading_CancellationToken__System_Collections_ICollection_get_SyncRoot, (List_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator *, List_1_System_Threading_CancellationToken__System_Collections_IEnumerable_GetEnumerator, (List_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E050, int32_t, List_1_System_Threading_CancellationToken__System_Collections_IList_Add, (List_1_System_Threading_CancellationToken_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179E3B0, bool, List_1_System_Threading_CancellationToken__System_Collections_IList_Contains, (List_1_System_Threading_CancellationToken_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EA80, int32_t, List_1_System_Threading_CancellationToken__System_Collections_IList_IndexOf, (List_1_System_Threading_CancellationToken_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EC80, void, List_1_System_Threading_CancellationToken__System_Collections_IList_Insert, (List_1_System_Threading_CancellationToken_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179F190, void, List_1_System_Threading_CancellationToken__System_Collections_IList_Remove, (List_1_System_Threading_CancellationToken_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Threading_CancellationToken__System_Collections_IList_get_IsFixedSize, (List_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Threading_CancellationToken__System_Collections_IList_get_IsReadOnly, (List_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DDE0, Object *, List_1_System_Threading_CancellationToken__System_Collections_IList_get_Item, (List_1_System_Threading_CancellationToken_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179DE50, void, List_1_System_Threading_CancellationToken__System_Collections_IList_set_Item, (List_1_System_Threading_CancellationToken_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, CancellationToken__Array *, List_1_System_Threading_CancellationToken__ToArray, (List_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97A18, List_1_System_Threading_CancellationToken__ToArray__MethodInfo); DO_APP_FUNC(0x01796790, void, List_1_System_Threading_CancellationToken__TrimExcess, (List_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_Threading_CancellationToken__get_Capacity, (List_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_Threading_CancellationToken__get_Count, (List_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DC90, CancellationToken, List_1_System_Threading_CancellationToken__get_Item, (List_1_System_Threading_CancellationToken_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_System_Threading_CancellationToken__set_Capacity, (List_1_System_Threading_CancellationToken_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017B0CB0, void, List_1_System_Threading_CancellationToken__set_Item, (List_1_System_Threading_CancellationToken_ * __this, int32_t index, CancellationToken value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_Char___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_Char___ctor, (List_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67CA0, List_1_System_Char___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_System_Char___ctor_1, (List_1_System_Char_ * __this, IEnumerable_1_System_Char_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_Char___ctor_2, (List_1_System_Char_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017B5840, void, List_1_System_Char__Add, (List_1_System_Char_ * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67C98, List_1_System_Char__Add__MethodInfo); DO_APP_FUNC(0x017B6B40, void, List_1_System_Char__AddEnumerable, (List_1_System_Char_ * __this, IEnumerable_1_System_Char_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_Char__AddRange, (List_1_System_Char_ * __this, IEnumerable_1_System_Char_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B58A0, void, List_1_System_Char__AddWithResize, (List_1_System_Char_ * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Char_ *, List_1_System_Char__AsReadOnly, (List_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B5A70, int32_t, List_1_System_Char__BinarySearch, (List_1_System_Char_ * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC(0x017B5AF0, int32_t, List_1_System_Char__BinarySearch_1, (List_1_System_Char_ * __this, uint16_t item, IComparer_1_System_Char_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_System_Char__BinarySearch_2, (List_1_System_Char_ * __this, int32_t index, int32_t count, uint16_t item, IComparer_1_System_Char_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_System_Char__Clear, (List_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E360, bool, List_1_System_Char__Contains, (List_1_System_Char_ * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_Char__CopyTo, (List_1_System_Char_ * __this, Char__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_Char__CopyTo_1, (List_1_System_Char_ * __this, Char__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_Char__EnsureCapacity, (List_1_System_Char_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_Char__Exists, (List_1_System_Char_ * __this, Predicate_1_Char_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B5CB0, uint16_t, List_1_System_Char__Find, (List_1_System_Char_ * __this, Predicate_1_Char_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B5DA0, List_1_System_Char_ *, List_1_System_Char__FindAll, (List_1_System_Char_ * __this, Predicate_1_Char_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_Char__FindIndex, (List_1_System_Char_ * __this, Predicate_1_Char_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B5F00, int32_t, List_1_System_Char__FindIndex_1, (List_1_System_Char_ * __this, int32_t startIndex, int32_t count, Predicate_1_Char_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B6000, void, List_1_System_Char__ForEach, (List_1_System_Char_ * __this, Action_1_Char_ * action, MethodInfo * method)); DO_APP_FUNC(0x017B60C0, List_1_T_Enumerator_System_Char_, List_1_System_Char__GetEnumerator, (List_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179EA30, int32_t, List_1_System_Char__IndexOf, (List_1_System_Char_ * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC(0x017B6350, void, List_1_System_Char__Insert, (List_1_System_Char_ * __this, int32_t index, uint16_t item, MethodInfo * method)); DO_APP_FUNC(0x017B6560, void, List_1_System_Char__InsertRange, (List_1_System_Char_ * __this, int32_t index, IEnumerable_1_System_Char_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B55D0, bool, List_1_System_Char__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_System_Char__Remove, (List_1_System_Char_ * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC(0x017B69C0, int32_t, List_1_System_Char__RemoveAll, (List_1_System_Char_ * __this, Predicate_1_Char_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_System_Char__RemoveAt, (List_1_System_Char_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_System_Char__RemoveRange, (List_1_System_Char_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_Char__Reverse, (List_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_Char__Reverse_1, (List_1_System_Char_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_Char__Sort, (List_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_Char__Sort_1, (List_1_System_Char_ * __this, Comparison_1_Char_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_Char__Sort_2, (List_1_System_Char_ * __this, IComparer_1_System_Char_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_Char__Sort_3, (List_1_System_Char_ * __this, int32_t index, int32_t count, IComparer_1_System_Char_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Char__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B6150, IEnumerator_1_System_Char_ *, List_1_System_Char__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_Char__System_Collections_ICollection_CopyTo, (List_1_System_Char_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Char__System_Collections_ICollection_get_IsSynchronized, (List_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B54A0, Object *, List_1_System_Char__System_Collections_ICollection_get_SyncRoot, (List_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B6150, IEnumerator *, List_1_System_Char__System_Collections_IEnumerable_GetEnumerator, (List_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B5910, int32_t, List_1_System_Char__System_Collections_IList_Add, (List_1_System_Char_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B5B80, bool, List_1_System_Char__System_Collections_IList_Contains, (List_1_System_Char_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B6220, int32_t, List_1_System_Char__System_Collections_IList_IndexOf, (List_1_System_Char_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B6420, void, List_1_System_Char__System_Collections_IList_Insert, (List_1_System_Char_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B68B0, void, List_1_System_Char__System_Collections_IList_Remove, (List_1_System_Char_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Char__System_Collections_IList_get_IsFixedSize, (List_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Char__System_Collections_IList_get_IsReadOnly, (List_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B56A0, Object *, List_1_System_Char__System_Collections_IList_get_Item, (List_1_System_Char_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017B5710, void, List_1_System_Char__System_Collections_IList_set_Item, (List_1_System_Char_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Char__Array *, List_1_System_Char__ToArray, (List_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_System_Char__TrimExcess, (List_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_Char__get_Capacity, (List_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_Char__get_Count, (List_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67CA8, List_1_System_Char__get_Count__MethodInfo); DO_APP_FUNC(0x017B5550, uint16_t, List_1_System_Char__get_Item, (List_1_System_Char_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_System_Char__set_Capacity, (List_1_System_Char_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017B5590, void, List_1_System_Char__set_Item, (List_1_System_Char_ * __this, int32_t index, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Dissonance_Networking_ClientInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Dissonance_Networking_ClientInfo___ctor, (List_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC048, List_1_Dissonance_Networking_ClientInfo___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Dissonance_Networking_ClientInfo___ctor_1, (List_1_Dissonance_Networking_ClientInfo_ * __this, IEnumerable_1_Dissonance_Networking_ClientInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Dissonance_Networking_ClientInfo___ctor_2, (List_1_Dissonance_Networking_ClientInfo_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A06D0, void, List_1_Dissonance_Networking_ClientInfo__Add, (List_1_Dissonance_Networking_ClientInfo_ * __this, ClientInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56AE0, List_1_Dissonance_Networking_ClientInfo__Add__MethodInfo); DO_APP_FUNC(0x017B7220, void, List_1_Dissonance_Networking_ClientInfo__AddEnumerable, (List_1_Dissonance_Networking_ClientInfo_ * __this, IEnumerable_1_Dissonance_Networking_ClientInfo_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Dissonance_Networking_ClientInfo__AddRange, (List_1_Dissonance_Networking_ClientInfo_ * __this, IEnumerable_1_Dissonance_Networking_ClientInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A07C0, void, List_1_Dissonance_Networking_ClientInfo__AddWithResize, (List_1_Dissonance_Networking_ClientInfo_ * __this, ClientInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ *, List_1_Dissonance_Networking_ClientInfo__AsReadOnly, (List_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_Dissonance_Networking_ClientInfo__BinarySearch, (List_1_Dissonance_Networking_ClientInfo_ * __this, ClientInfo item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_Dissonance_Networking_ClientInfo__BinarySearch_1, (List_1_Dissonance_Networking_ClientInfo_ * __this, ClientInfo item, IComparer_1_Dissonance_Networking_ClientInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_Dissonance_Networking_ClientInfo__BinarySearch_2, (List_1_Dissonance_Networking_ClientInfo_ * __this, int32_t index, int32_t count, ClientInfo item, IComparer_1_Dissonance_Networking_ClientInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Dissonance_Networking_ClientInfo__Clear, (List_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A250, bool, List_1_Dissonance_Networking_ClientInfo__Contains, (List_1_Dissonance_Networking_ClientInfo_ * __this, ClientInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Dissonance_Networking_ClientInfo__CopyTo, (List_1_Dissonance_Networking_ClientInfo_ * __this, ClientInfo__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Dissonance_Networking_ClientInfo__CopyTo_1, (List_1_Dissonance_Networking_ClientInfo_ * __this, ClientInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Dissonance_Networking_ClientInfo__EnsureCapacity, (List_1_Dissonance_Networking_ClientInfo_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Dissonance_Networking_ClientInfo__Exists, (List_1_Dissonance_Networking_ClientInfo_ * __this, Predicate_1_Dissonance_Networking_ClientInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, ClientInfo, List_1_Dissonance_Networking_ClientInfo__Find, (List_1_Dissonance_Networking_ClientInfo_ * __this, Predicate_1_Dissonance_Networking_ClientInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_Dissonance_Networking_ClientInfo_ *, List_1_Dissonance_Networking_ClientInfo__FindAll, (List_1_Dissonance_Networking_ClientInfo_ * __this, Predicate_1_Dissonance_Networking_ClientInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Dissonance_Networking_ClientInfo__FindIndex, (List_1_Dissonance_Networking_ClientInfo_ * __this, Predicate_1_Dissonance_Networking_ClientInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_Dissonance_Networking_ClientInfo__FindIndex_1, (List_1_Dissonance_Networking_ClientInfo_ * __this, int32_t startIndex, int32_t count, Predicate_1_Dissonance_Networking_ClientInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_Dissonance_Networking_ClientInfo__ForEach, (List_1_Dissonance_Networking_ClientInfo_ * __this, Action_1_Dissonance_Networking_ClientInfo_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_Dissonance_Networking_ClientInfo_, List_1_Dissonance_Networking_ClientInfo__GetEnumerator, (List_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC040, List_1_Dissonance_Networking_ClientInfo__GetEnumerator__MethodInfo); DO_APP_FUNC(0x0179AA30, int32_t, List_1_Dissonance_Networking_ClientInfo__IndexOf, (List_1_Dissonance_Networking_ClientInfo_ * __this, ClientInfo item, MethodInfo * method)); DO_APP_FUNC(0x017A0890, void, List_1_Dissonance_Networking_ClientInfo__Insert, (List_1_Dissonance_Networking_ClientInfo_ * __this, int32_t index, ClientInfo item, MethodInfo * method)); DO_APP_FUNC(0x017B6E50, void, List_1_Dissonance_Networking_ClientInfo__InsertRange, (List_1_Dissonance_Networking_ClientInfo_ * __this, int32_t index, IEnumerable_1_Dissonance_Networking_ClientInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_Dissonance_Networking_ClientInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_Dissonance_Networking_ClientInfo__Remove, (List_1_Dissonance_Networking_ClientInfo_ * __this, ClientInfo item, MethodInfo * method)); DO_APP_FUNC(0x017A0DA0, int32_t, List_1_Dissonance_Networking_ClientInfo__RemoveAll, (List_1_Dissonance_Networking_ClientInfo_ * __this, Predicate_1_Dissonance_Networking_ClientInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A0F80, void, List_1_Dissonance_Networking_ClientInfo__RemoveAt, (List_1_Dissonance_Networking_ClientInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_Dissonance_Networking_ClientInfo__RemoveRange, (List_1_Dissonance_Networking_ClientInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Dissonance_Networking_ClientInfo__Reverse, (List_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Dissonance_Networking_ClientInfo__Reverse_1, (List_1_Dissonance_Networking_ClientInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Dissonance_Networking_ClientInfo__Sort, (List_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Dissonance_Networking_ClientInfo__Sort_1, (List_1_Dissonance_Networking_ClientInfo_ * __this, Comparison_1_Dissonance_Networking_ClientInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Dissonance_Networking_ClientInfo__Sort_2, (List_1_Dissonance_Networking_ClientInfo_ * __this, IComparer_1_Dissonance_Networking_ClientInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Dissonance_Networking_ClientInfo__Sort_3, (List_1_Dissonance_Networking_ClientInfo_ * __this, int32_t index, int32_t count, IComparer_1_Dissonance_Networking_ClientInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_Networking_ClientInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_Dissonance_Networking_ClientInfo_ *, List_1_Dissonance_Networking_ClientInfo__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Dissonance_Networking_ClientInfo__System_Collections_ICollection_CopyTo, (List_1_Dissonance_Networking_ClientInfo_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_Networking_ClientInfo__System_Collections_ICollection_get_IsSynchronized, (List_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B6DA0, Object *, List_1_Dissonance_Networking_ClientInfo__System_Collections_ICollection_get_SyncRoot, (List_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_Dissonance_Networking_ClientInfo__System_Collections_IEnumerable_GetEnumerator, (List_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_Dissonance_Networking_ClientInfo__System_Collections_IList_Add, (List_1_Dissonance_Networking_ClientInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_Dissonance_Networking_ClientInfo__System_Collections_IList_Contains, (List_1_Dissonance_Networking_ClientInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_Dissonance_Networking_ClientInfo__System_Collections_IList_IndexOf, (List_1_Dissonance_Networking_ClientInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_Dissonance_Networking_ClientInfo__System_Collections_IList_Insert, (List_1_Dissonance_Networking_ClientInfo_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_Dissonance_Networking_ClientInfo__System_Collections_IList_Remove, (List_1_Dissonance_Networking_ClientInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_Networking_ClientInfo__System_Collections_IList_get_IsFixedSize, (List_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_Networking_ClientInfo__System_Collections_IList_get_IsReadOnly, (List_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_Dissonance_Networking_ClientInfo__System_Collections_IList_get_Item, (List_1_Dissonance_Networking_ClientInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_Dissonance_Networking_ClientInfo__System_Collections_IList_set_Item, (List_1_Dissonance_Networking_ClientInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ClientInfo__Array *, List_1_Dissonance_Networking_ClientInfo__ToArray, (List_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Dissonance_Networking_ClientInfo__TrimExcess, (List_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Dissonance_Networking_ClientInfo__get_Capacity, (List_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Dissonance_Networking_ClientInfo__get_Count, (List_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56CA0, List_1_Dissonance_Networking_ClientInfo__get_Count__MethodInfo); DO_APP_FUNC(0x01799950, ClientInfo, List_1_Dissonance_Networking_ClientInfo__get_Item, (List_1_Dissonance_Networking_ClientInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56CA8, List_1_Dissonance_Networking_ClientInfo__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Dissonance_Networking_ClientInfo__set_Capacity, (List_1_Dissonance_Networking_ClientInfo_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A0620, void, List_1_Dissonance_Networking_ClientInfo__set_Item, (List_1_Dissonance_Networking_ClientInfo_ * __this, int32_t index, ClientInfo value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Color___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Color___ctor, (List_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBD10, List_1_UnityEngine_Color___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Color___ctor_1, (List_1_UnityEngine_Color_ * __this, IEnumerable_1_UnityEngine_Color_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Color___ctor_2, (List_1_UnityEngine_Color_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94298, List_1_UnityEngine_Color___ctor_2__MethodInfo); DO_APP_FUNC(0x017A6170, void, List_1_UnityEngine_Color__Add, (List_1_UnityEngine_Color_ * __this, Color item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBD50, List_1_UnityEngine_Color__Add__MethodInfo); DO_APP_FUNC(0x017B79A0, void, List_1_UnityEngine_Color__AddEnumerable, (List_1_UnityEngine_Color_ * __this, IEnumerable_1_UnityEngine_Color_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Color__AddRange, (List_1_UnityEngine_Color_ * __this, IEnumerable_1_UnityEngine_Color_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0380, List_1_UnityEngine_Color__AddRange__MethodInfo); DO_APP_FUNC(0x017A61F0, void, List_1_UnityEngine_Color__AddWithResize, (List_1_UnityEngine_Color_ * __this, Color item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Color_ *, List_1_UnityEngine_Color__AsReadOnly, (List_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_Color__BinarySearch, (List_1_UnityEngine_Color_ * __this, Color item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_Color__BinarySearch_1, (List_1_UnityEngine_Color_ * __this, Color item, IComparer_1_UnityEngine_Color_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_Color__BinarySearch_2, (List_1_UnityEngine_Color_ * __this, int32_t index, int32_t count, Color item, IComparer_1_UnityEngine_Color_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_Color__Clear, (List_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9D30, List_1_UnityEngine_Color__Clear__MethodInfo); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_Color__Contains, (List_1_UnityEngine_Color_ * __this, Color item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Color__CopyTo, (List_1_UnityEngine_Color_ * __this, Color__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Color__CopyTo_1, (List_1_UnityEngine_Color_ * __this, Color__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Color__EnsureCapacity, (List_1_UnityEngine_Color_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Color__Exists, (List_1_UnityEngine_Color_ * __this, Predicate_1_UnityEngine_Color_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, Color, List_1_UnityEngine_Color__Find, (List_1_UnityEngine_Color_ * __this, Predicate_1_UnityEngine_Color_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_Color_ *, List_1_UnityEngine_Color__FindAll, (List_1_UnityEngine_Color_ * __this, Predicate_1_UnityEngine_Color_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Color__FindIndex, (List_1_UnityEngine_Color_ * __this, Predicate_1_UnityEngine_Color_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_Color__FindIndex_1, (List_1_UnityEngine_Color_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Color_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_Color__ForEach, (List_1_UnityEngine_Color_ * __this, Action_1_UnityEngine_Color_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_Color_, List_1_UnityEngine_Color__GetEnumerator, (List_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC03C8, List_1_UnityEngine_Color__GetEnumerator__MethodInfo); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_Color__IndexOf, (List_1_UnityEngine_Color_ * __this, Color item, MethodInfo * method)); DO_APP_FUNC(0x017A6260, void, List_1_UnityEngine_Color__Insert, (List_1_UnityEngine_Color_ * __this, int32_t index, Color item, MethodInfo * method)); DO_APP_FUNC(0x017B7640, void, List_1_UnityEngine_Color__InsertRange, (List_1_UnityEngine_Color_ * __this, int32_t index, IEnumerable_1_UnityEngine_Color_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B7570, bool, List_1_UnityEngine_Color__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_Color__Remove, (List_1_UnityEngine_Color_ * __this, Color item, MethodInfo * method)); DO_APP_FUNC(0x017A66F0, int32_t, List_1_UnityEngine_Color__RemoveAll, (List_1_UnityEngine_Color_ * __this, Predicate_1_UnityEngine_Color_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_Color__RemoveAt, (List_1_UnityEngine_Color_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_Color__RemoveRange, (List_1_UnityEngine_Color_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Color__Reverse, (List_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Color__Reverse_1, (List_1_UnityEngine_Color_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Color__Sort, (List_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Color__Sort_1, (List_1_UnityEngine_Color_ * __this, Comparison_1_UnityEngine_Color_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Color__Sort_2, (List_1_UnityEngine_Color_ * __this, IComparer_1_UnityEngine_Color_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Color__Sort_3, (List_1_UnityEngine_Color_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Color_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Color__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_Color_ *, List_1_UnityEngine_Color__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Color__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Color_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Color__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B74C0, Object *, List_1_UnityEngine_Color__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_Color__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_Color__System_Collections_IList_Add, (List_1_UnityEngine_Color_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_Color__System_Collections_IList_Contains, (List_1_UnityEngine_Color_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_Color__System_Collections_IList_IndexOf, (List_1_UnityEngine_Color_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_Color__System_Collections_IList_Insert, (List_1_UnityEngine_Color_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_Color__System_Collections_IList_Remove, (List_1_UnityEngine_Color_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Color__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Color__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_Color__System_Collections_IList_get_Item, (List_1_UnityEngine_Color_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_Color__System_Collections_IList_set_Item, (List_1_UnityEngine_Color_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Color__Array *, List_1_UnityEngine_Color__ToArray, (List_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95950, List_1_UnityEngine_Color__ToArray__MethodInfo); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Color__TrimExcess, (List_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Color__get_Capacity, (List_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Color__get_Count, (List_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9D68, List_1_UnityEngine_Color__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, Color, List_1_UnityEngine_Color__get_Item, (List_1_UnityEngine_Color_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBCE0, List_1_UnityEngine_Color__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Color__set_Capacity, (List_1_UnityEngine_Color_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A6120, void, List_1_UnityEngine_Color__set_Item, (List_1_UnityEngine_Color_ * __this, int32_t index, Color value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C942B0, List_1_UnityEngine_Color__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Color32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Color32___ctor, (List_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85FC0, List_1_UnityEngine_Color32___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Color32___ctor_1, (List_1_UnityEngine_Color32_ * __this, IEnumerable_1_UnityEngine_Color32_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Color32___ctor_2, (List_1_UnityEngine_Color32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x003EAE30, void, List_1_UnityEngine_Color32__Add, (List_1_UnityEngine_Color32_ * __this, Color32 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86020, List_1_UnityEngine_Color32__Add__MethodInfo); DO_APP_FUNC(0x017B9240, void, List_1_UnityEngine_Color32__AddEnumerable, (List_1_UnityEngine_Color32_ * __this, IEnumerable_1_UnityEngine_Color32_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Color32__AddRange, (List_1_UnityEngine_Color32_ * __this, IEnumerable_1_UnityEngine_Color32_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5958, List_1_UnityEngine_Color32__AddRange__MethodInfo); DO_APP_FUNC(0x017B7FD0, void, List_1_UnityEngine_Color32__AddWithResize, (List_1_UnityEngine_Color32_ * __this, Color32 item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Color32_ *, List_1_UnityEngine_Color32__AsReadOnly, (List_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B81A0, int32_t, List_1_UnityEngine_Color32__BinarySearch, (List_1_UnityEngine_Color32_ * __this, Color32 item, MethodInfo * method)); DO_APP_FUNC(0x017B8220, int32_t, List_1_UnityEngine_Color32__BinarySearch_1, (List_1_UnityEngine_Color32_ * __this, Color32 item, IComparer_1_UnityEngine_Color32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_UnityEngine_Color32__BinarySearch_2, (List_1_UnityEngine_Color32_ * __this, int32_t index, int32_t count, Color32 item, IComparer_1_UnityEngine_Color32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_Color32__Clear, (List_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85FB8, List_1_UnityEngine_Color32__Clear__MethodInfo); DO_APP_FUNC(0x0179E360, bool, List_1_UnityEngine_Color32__Contains, (List_1_UnityEngine_Color32_ * __this, Color32 item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Color32__CopyTo, (List_1_UnityEngine_Color32_ * __this, Color32__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Color32__CopyTo_1, (List_1_UnityEngine_Color32_ * __this, Color32__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Color32__EnsureCapacity, (List_1_UnityEngine_Color32_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Color32__Exists, (List_1_UnityEngine_Color32_ * __this, Predicate_1_UnityEngine_Color32_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B83D0, Color32, List_1_UnityEngine_Color32__Find, (List_1_UnityEngine_Color32_ * __this, Predicate_1_UnityEngine_Color32_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B84A0, List_1_UnityEngine_Color32_ *, List_1_UnityEngine_Color32__FindAll, (List_1_UnityEngine_Color32_ * __this, Predicate_1_UnityEngine_Color32_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Color32__FindIndex, (List_1_UnityEngine_Color32_ * __this, Predicate_1_UnityEngine_Color32_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B8600, int32_t, List_1_UnityEngine_Color32__FindIndex_1, (List_1_UnityEngine_Color32_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Color32_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B8700, void, List_1_UnityEngine_Color32__ForEach, (List_1_UnityEngine_Color32_ * __this, Action_1_UnityEngine_Color32_ * action, MethodInfo * method)); DO_APP_FUNC(0x017B87C0, List_1_T_Enumerator_UnityEngine_Color32_, List_1_UnityEngine_Color32__GetEnumerator, (List_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179EA30, int32_t, List_1_UnityEngine_Color32__IndexOf, (List_1_UnityEngine_Color32_ * __this, Color32 item, MethodInfo * method)); DO_APP_FUNC(0x017B8A50, void, List_1_UnityEngine_Color32__Insert, (List_1_UnityEngine_Color32_ * __this, int32_t index, Color32 item, MethodInfo * method)); DO_APP_FUNC(0x017B8C60, void, List_1_UnityEngine_Color32__InsertRange, (List_1_UnityEngine_Color32_ * __this, int32_t index, IEnumerable_1_UnityEngine_Color32_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B7D60, bool, List_1_UnityEngine_Color32__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_UnityEngine_Color32__Remove, (List_1_UnityEngine_Color32_ * __this, Color32 item, MethodInfo * method)); DO_APP_FUNC(0x017B90C0, int32_t, List_1_UnityEngine_Color32__RemoveAll, (List_1_UnityEngine_Color32_ * __this, Predicate_1_UnityEngine_Color32_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_Color32__RemoveAt, (List_1_UnityEngine_Color32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_Color32__RemoveRange, (List_1_UnityEngine_Color32_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Color32__Reverse, (List_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Color32__Reverse_1, (List_1_UnityEngine_Color32_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Color32__Sort, (List_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Color32__Sort_1, (List_1_UnityEngine_Color32_ * __this, Comparison_1_UnityEngine_Color32_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Color32__Sort_2, (List_1_UnityEngine_Color32_ * __this, IComparer_1_UnityEngine_Color32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Color32__Sort_3, (List_1_UnityEngine_Color32_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Color32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Color32__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8850, IEnumerator_1_UnityEngine_Color32_ *, List_1_UnityEngine_Color32__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Color32__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Color32_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Color32__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B7C30, Object *, List_1_UnityEngine_Color32__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8850, IEnumerator *, List_1_UnityEngine_Color32__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8040, int32_t, List_1_UnityEngine_Color32__System_Collections_IList_Add, (List_1_UnityEngine_Color32_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B82B0, bool, List_1_UnityEngine_Color32__System_Collections_IList_Contains, (List_1_UnityEngine_Color32_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8920, int32_t, List_1_UnityEngine_Color32__System_Collections_IList_IndexOf, (List_1_UnityEngine_Color32_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8B20, void, List_1_UnityEngine_Color32__System_Collections_IList_Insert, (List_1_UnityEngine_Color32_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8FB0, void, List_1_UnityEngine_Color32__System_Collections_IList_Remove, (List_1_UnityEngine_Color32_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Color32__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Color32__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B7E30, Object *, List_1_UnityEngine_Color32__System_Collections_IList_get_Item, (List_1_UnityEngine_Color32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017B7EA0, void, List_1_UnityEngine_Color32__System_Collections_IList_set_Item, (List_1_UnityEngine_Color32_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Color32__Array *, List_1_UnityEngine_Color32__ToArray, (List_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Color32__TrimExcess, (List_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Color32__get_Capacity, (List_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Color32__get_Count, (List_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B7CE0, Color32, List_1_UnityEngine_Color32__get_Item, (List_1_UnityEngine_Color32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85FD0, List_1_UnityEngine_Color32__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Color32__set_Capacity, (List_1_UnityEngine_Color32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017B7D20, void, List_1_UnityEngine_Color32__set_Item, (List_1_UnityEngine_Color32_ * __this, int32_t index, Color32 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5828, List_1_UnityEngine_Color32__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_CombineInstance___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_CombineInstance___ctor, (List_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95AC8, List_1_UnityEngine_CombineInstance___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_CombineInstance___ctor_1, (List_1_UnityEngine_CombineInstance_ * __this, IEnumerable_1_UnityEngine_CombineInstance_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_CombineInstance___ctor_2, (List_1_UnityEngine_CombineInstance_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017B9990, void, List_1_UnityEngine_CombineInstance__Add, (List_1_UnityEngine_CombineInstance_ * __this, CombineInstance item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95B00, List_1_UnityEngine_CombineInstance__Add__MethodInfo); DO_APP_FUNC(0x017BB6D0, void, List_1_UnityEngine_CombineInstance__AddEnumerable, (List_1_UnityEngine_CombineInstance_ * __this, IEnumerable_1_UnityEngine_CombineInstance_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_CombineInstance__AddRange, (List_1_UnityEngine_CombineInstance_ * __this, IEnumerable_1_UnityEngine_CombineInstance_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B9A90, void, List_1_UnityEngine_CombineInstance__AddWithResize, (List_1_UnityEngine_CombineInstance_ * __this, CombineInstance item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_CombineInstance_ *, List_1_UnityEngine_CombineInstance__AsReadOnly, (List_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B9DF0, int32_t, List_1_UnityEngine_CombineInstance__BinarySearch, (List_1_UnityEngine_CombineInstance_ * __this, CombineInstance item, MethodInfo * method)); DO_APP_FUNC(0x017B9EC0, int32_t, List_1_UnityEngine_CombineInstance__BinarySearch_1, (List_1_UnityEngine_CombineInstance_ * __this, CombineInstance item, IComparer_1_UnityEngine_CombineInstance_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017B9CF0, int32_t, List_1_UnityEngine_CombineInstance__BinarySearch_2, (List_1_UnityEngine_CombineInstance_ * __this, int32_t index, int32_t count, CombineInstance item, IComparer_1_UnityEngine_CombineInstance_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_CombineInstance__Clear, (List_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B9FA0, bool, List_1_UnityEngine_CombineInstance__Contains, (List_1_UnityEngine_CombineInstance_ * __this, CombineInstance item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_CombineInstance__CopyTo, (List_1_UnityEngine_CombineInstance_ * __this, CombineInstance__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_CombineInstance__CopyTo_1, (List_1_UnityEngine_CombineInstance_ * __this, CombineInstance__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_CombineInstance__EnsureCapacity, (List_1_UnityEngine_CombineInstance_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_CombineInstance__Exists, (List_1_UnityEngine_CombineInstance_ * __this, Predicate_1_UnityEngine_CombineInstance_ * match, MethodInfo * method)); DO_APP_FUNC(0x017BA1B0, CombineInstance, List_1_UnityEngine_CombineInstance__Find, (List_1_UnityEngine_CombineInstance_ * __this, Predicate_1_UnityEngine_CombineInstance_ * match, MethodInfo * method)); DO_APP_FUNC(0x017BA360, List_1_UnityEngine_CombineInstance_ *, List_1_UnityEngine_CombineInstance__FindAll, (List_1_UnityEngine_CombineInstance_ * __this, Predicate_1_UnityEngine_CombineInstance_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_CombineInstance__FindIndex, (List_1_UnityEngine_CombineInstance_ * __this, Predicate_1_UnityEngine_CombineInstance_ * match, MethodInfo * method)); DO_APP_FUNC(0x017BA570, int32_t, List_1_UnityEngine_CombineInstance__FindIndex_1, (List_1_UnityEngine_CombineInstance_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_CombineInstance_ * match, MethodInfo * method)); DO_APP_FUNC(0x017BA6E0, void, List_1_UnityEngine_CombineInstance__ForEach, (List_1_UnityEngine_CombineInstance_ * __this, Action_1_UnityEngine_CombineInstance_ * action, MethodInfo * method)); DO_APP_FUNC(0x017BA810, List_1_T_Enumerator_UnityEngine_CombineInstance_, List_1_UnityEngine_CombineInstance__GetEnumerator, (List_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BA980, int32_t, List_1_UnityEngine_CombineInstance__IndexOf, (List_1_UnityEngine_CombineInstance_ * __this, CombineInstance item, MethodInfo * method)); DO_APP_FUNC(0x017BABA0, void, List_1_UnityEngine_CombineInstance__Insert, (List_1_UnityEngine_CombineInstance_ * __this, int32_t index, CombineInstance item, MethodInfo * method)); DO_APP_FUNC(0x017BAE40, void, List_1_UnityEngine_CombineInstance__InsertRange, (List_1_UnityEngine_CombineInstance_ * __this, int32_t index, IEnumerable_1_UnityEngine_CombineInstance_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B9620, bool, List_1_UnityEngine_CombineInstance__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017BB1F0, bool, List_1_UnityEngine_CombineInstance__Remove, (List_1_UnityEngine_CombineInstance_ * __this, CombineInstance item, MethodInfo * method)); DO_APP_FUNC(0x017BB430, int32_t, List_1_UnityEngine_CombineInstance__RemoveAll, (List_1_UnityEngine_CombineInstance_ * __this, Predicate_1_UnityEngine_CombineInstance_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_CombineInstance__RemoveAt, (List_1_UnityEngine_CombineInstance_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_CombineInstance__RemoveRange, (List_1_UnityEngine_CombineInstance_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_CombineInstance__Reverse, (List_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_CombineInstance__Reverse_1, (List_1_UnityEngine_CombineInstance_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_CombineInstance__Sort, (List_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_CombineInstance__Sort_1, (List_1_UnityEngine_CombineInstance_ * __this, Comparison_1_UnityEngine_CombineInstance_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_CombineInstance__Sort_2, (List_1_UnityEngine_CombineInstance_ * __this, IComparer_1_UnityEngine_CombineInstance_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_CombineInstance__Sort_3, (List_1_UnityEngine_CombineInstance_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_CombineInstance_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_CombineInstance__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BA850, IEnumerator_1_UnityEngine_CombineInstance_ *, List_1_UnityEngine_CombineInstance__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_CombineInstance__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_CombineInstance_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_CombineInstance__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B94A0, Object *, List_1_UnityEngine_CombineInstance__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BA850, IEnumerator *, List_1_UnityEngine_CombineInstance__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B9B40, int32_t, List_1_UnityEngine_CombineInstance__System_Collections_IList_Add, (List_1_UnityEngine_CombineInstance_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017BA040, bool, List_1_UnityEngine_CombineInstance__System_Collections_IList_Contains, (List_1_UnityEngine_CombineInstance_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017BAA20, int32_t, List_1_UnityEngine_CombineInstance__System_Collections_IList_IndexOf, (List_1_UnityEngine_CombineInstance_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017BACB0, void, List_1_UnityEngine_CombineInstance__System_Collections_IList_Insert, (List_1_UnityEngine_CombineInstance_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017BB2C0, void, List_1_UnityEngine_CombineInstance__System_Collections_IList_Remove, (List_1_UnityEngine_CombineInstance_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_CombineInstance__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_CombineInstance__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B9740, Object *, List_1_UnityEngine_CombineInstance__System_Collections_IList_get_Item, (List_1_UnityEngine_CombineInstance_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017B9800, void, List_1_UnityEngine_CombineInstance__System_Collections_IList_set_Item, (List_1_UnityEngine_CombineInstance_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, CombineInstance__Array *, List_1_UnityEngine_CombineInstance__ToArray, (List_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95AD0, List_1_UnityEngine_CombineInstance__ToArray__MethodInfo); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_CombineInstance__TrimExcess, (List_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_CombineInstance__get_Capacity, (List_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_CombineInstance__get_Count, (List_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B9550, CombineInstance, List_1_UnityEngine_CombineInstance__get_Item, (List_1_UnityEngine_CombineInstance_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_CombineInstance__set_Capacity, (List_1_UnityEngine_CombineInstance_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017B9590, void, List_1_UnityEngine_CombineInstance__set_Item, (List_1_UnityEngine_CombineInstance_ * __this, int32_t index, CombineInstance value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty___ctor, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB430, List_1_UnityEngine_UIElements_ComputedTransitionProperty___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty___ctor_1, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, IEnumerable_1_UnityEngine_UIElements_ComputedTransitionProperty_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty___ctor_2, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01799D10, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty__Add, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, ComputedTransitionProperty item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB4D0, List_1_UnityEngine_UIElements_ComputedTransitionProperty__Add__MethodInfo); DO_APP_FUNC(0x017BBE70, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty__AddEnumerable, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, IEnumerable_1_UnityEngine_UIElements_ComputedTransitionProperty_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty__AddRange, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, IEnumerable_1_UnityEngine_UIElements_ComputedTransitionProperty_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799E00, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty__AddWithResize, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, ComputedTransitionProperty item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ *, List_1_UnityEngine_UIElements_ComputedTransitionProperty__AsReadOnly, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_UnityEngine_UIElements_ComputedTransitionProperty__BinarySearch, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, ComputedTransitionProperty item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_UnityEngine_UIElements_ComputedTransitionProperty__BinarySearch_1, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, ComputedTransitionProperty item, IComparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_UnityEngine_UIElements_ComputedTransitionProperty__BinarySearch_2, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, int32_t index, int32_t count, ComputedTransitionProperty item, IComparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty__Clear, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB528, List_1_UnityEngine_UIElements_ComputedTransitionProperty__Clear__MethodInfo); DO_APP_FUNC(0x0179A250, bool, List_1_UnityEngine_UIElements_ComputedTransitionProperty__Contains, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, ComputedTransitionProperty item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty__CopyTo, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, ComputedTransitionProperty__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB550, List_1_UnityEngine_UIElements_ComputedTransitionProperty__CopyTo__MethodInfo); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty__CopyTo_1, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, ComputedTransitionProperty__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty__EnsureCapacity, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_ComputedTransitionProperty__Exists, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, Predicate_1_UnityEngine_UIElements_ComputedTransitionProperty_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, ComputedTransitionProperty, List_1_UnityEngine_UIElements_ComputedTransitionProperty__Find, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, Predicate_1_UnityEngine_UIElements_ComputedTransitionProperty_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_UnityEngine_UIElements_ComputedTransitionProperty_ *, List_1_UnityEngine_UIElements_ComputedTransitionProperty__FindAll, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, Predicate_1_UnityEngine_UIElements_ComputedTransitionProperty_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_ComputedTransitionProperty__FindIndex, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, Predicate_1_UnityEngine_UIElements_ComputedTransitionProperty_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_UnityEngine_UIElements_ComputedTransitionProperty__FindIndex_1, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_ComputedTransitionProperty_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty__ForEach, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, Action_1_UnityEngine_UIElements_ComputedTransitionProperty_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_UnityEngine_UIElements_ComputedTransitionProperty_, List_1_UnityEngine_UIElements_ComputedTransitionProperty__GetEnumerator, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_UnityEngine_UIElements_ComputedTransitionProperty__IndexOf, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, ComputedTransitionProperty item, MethodInfo * method)); DO_APP_FUNC(0x0179ABD0, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty__Insert, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, int32_t index, ComputedTransitionProperty item, MethodInfo * method)); DO_APP_FUNC(0x017BBAA0, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty__InsertRange, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_ComputedTransitionProperty_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_UnityEngine_UIElements_ComputedTransitionProperty__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_UnityEngine_UIElements_ComputedTransitionProperty__Remove, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, ComputedTransitionProperty item, MethodInfo * method)); DO_APP_FUNC(0x0179B3F0, int32_t, List_1_UnityEngine_UIElements_ComputedTransitionProperty__RemoveAll, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, Predicate_1_UnityEngine_UIElements_ComputedTransitionProperty_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179B5D0, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty__RemoveAt, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty__RemoveRange, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty__Reverse, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty__Reverse_1, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty__Sort, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty__Sort_1, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, Comparison_1_UnityEngine_UIElements_ComputedTransitionProperty_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty__Sort_2, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, IComparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty__Sort_3, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty_ *, List_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BB9F0, Object *, List_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ComputedTransitionProperty__Array *, List_1_UnityEngine_UIElements_ComputedTransitionProperty__ToArray, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty__TrimExcess, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_ComputedTransitionProperty__get_Capacity, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_ComputedTransitionProperty__get_Count, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB558, List_1_UnityEngine_UIElements_ComputedTransitionProperty__get_Count__MethodInfo); DO_APP_FUNC(0x01799950, ComputedTransitionProperty, List_1_UnityEngine_UIElements_ComputedTransitionProperty__get_Item, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty__set_Capacity, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017999B0, void, List_1_UnityEngine_UIElements_ComputedTransitionProperty__set_Item, (List_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, int32_t index, ComputedTransitionProperty value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Pathfinding_Connection___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Pathfinding_Connection___ctor, (List_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81BC8, List_1_Pathfinding_Connection___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Pathfinding_Connection___ctor_1, (List_1_Pathfinding_Connection_ * __this, IEnumerable_1_Pathfinding_Connection__1 * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Pathfinding_Connection___ctor_2, (List_1_Pathfinding_Connection_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_Pathfinding_Connection__Add, (List_1_Pathfinding_Connection_ * __this, Connection item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80340, List_1_Pathfinding_Connection__Add__MethodInfo); DO_APP_FUNC(0x017BC580, void, List_1_Pathfinding_Connection__AddEnumerable, (List_1_Pathfinding_Connection_ * __this, IEnumerable_1_Pathfinding_Connection__1 * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Pathfinding_Connection__AddRange, (List_1_Pathfinding_Connection_ * __this, IEnumerable_1_Pathfinding_Connection__1 * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81C00, List_1_Pathfinding_Connection__AddRange__MethodInfo); DO_APP_FUNC(0x01794970, void, List_1_Pathfinding_Connection__AddWithResize, (List_1_Pathfinding_Connection_ * __this, Connection item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Pathfinding_Connection_ *, List_1_Pathfinding_Connection__AsReadOnly, (List_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_Pathfinding_Connection__BinarySearch, (List_1_Pathfinding_Connection_ * __this, Connection item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_Pathfinding_Connection__BinarySearch_1, (List_1_Pathfinding_Connection_ * __this, Connection item, IComparer_1_Pathfinding_Connection_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_Pathfinding_Connection__BinarySearch_2, (List_1_Pathfinding_Connection_ * __this, int32_t index, int32_t count, Connection item, IComparer_1_Pathfinding_Connection_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Pathfinding_Connection__Clear, (List_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80330, List_1_Pathfinding_Connection__Clear__MethodInfo); DO_APP_FUNC(0x01794E10, bool, List_1_Pathfinding_Connection__Contains, (List_1_Pathfinding_Connection_ * __this, Connection item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Pathfinding_Connection__CopyTo, (List_1_Pathfinding_Connection_ * __this, Connection__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Pathfinding_Connection__CopyTo_1, (List_1_Pathfinding_Connection_ * __this, Connection__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Pathfinding_Connection__EnsureCapacity, (List_1_Pathfinding_Connection_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Pathfinding_Connection__Exists, (List_1_Pathfinding_Connection_ * __this, Predicate_1_Pathfinding_Connection_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, Connection, List_1_Pathfinding_Connection__Find, (List_1_Pathfinding_Connection_ * __this, Predicate_1_Pathfinding_Connection_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_Pathfinding_Connection_ *, List_1_Pathfinding_Connection__FindAll, (List_1_Pathfinding_Connection_ * __this, Predicate_1_Pathfinding_Connection_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Pathfinding_Connection__FindIndex, (List_1_Pathfinding_Connection_ * __this, Predicate_1_Pathfinding_Connection_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_Pathfinding_Connection__FindIndex_1, (List_1_Pathfinding_Connection_ * __this, int32_t startIndex, int32_t count, Predicate_1_Pathfinding_Connection_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_Pathfinding_Connection__ForEach, (List_1_Pathfinding_Connection_ * __this, Action_1_Pathfinding_Connection_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_Pathfinding_Connection_, List_1_Pathfinding_Connection__GetEnumerator, (List_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FFC8, List_1_Pathfinding_Connection__GetEnumerator__MethodInfo); DO_APP_FUNC(0x017956E0, int32_t, List_1_Pathfinding_Connection__IndexOf, (List_1_Pathfinding_Connection_ * __this, Connection item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_Pathfinding_Connection__Insert, (List_1_Pathfinding_Connection_ * __this, int32_t index, Connection item, MethodInfo * method)); DO_APP_FUNC(0x017BC1C0, void, List_1_Pathfinding_Connection__InsertRange, (List_1_Pathfinding_Connection_ * __this, int32_t index, IEnumerable_1_Pathfinding_Connection__1 * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_Pathfinding_Connection__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_Pathfinding_Connection__Remove, (List_1_Pathfinding_Connection_ * __this, Connection item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_Pathfinding_Connection__RemoveAll, (List_1_Pathfinding_Connection_ * __this, Predicate_1_Pathfinding_Connection_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_Pathfinding_Connection__RemoveAt, (List_1_Pathfinding_Connection_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81C10, List_1_Pathfinding_Connection__RemoveAt__MethodInfo); DO_APP_FUNC(0x01796310, void, List_1_Pathfinding_Connection__RemoveRange, (List_1_Pathfinding_Connection_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Pathfinding_Connection__Reverse, (List_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Pathfinding_Connection__Reverse_1, (List_1_Pathfinding_Connection_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Pathfinding_Connection__Sort, (List_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Pathfinding_Connection__Sort_1, (List_1_Pathfinding_Connection_ * __this, Comparison_1_Pathfinding_Connection_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Pathfinding_Connection__Sort_2, (List_1_Pathfinding_Connection_ * __this, IComparer_1_Pathfinding_Connection_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Pathfinding_Connection__Sort_3, (List_1_Pathfinding_Connection_ * __this, int32_t index, int32_t count, IComparer_1_Pathfinding_Connection_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_Connection__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_Pathfinding_Connection__1 *, List_1_Pathfinding_Connection__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Pathfinding_Connection__System_Collections_ICollection_CopyTo, (List_1_Pathfinding_Connection_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_Connection__System_Collections_ICollection_get_IsSynchronized, (List_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BC110, Object *, List_1_Pathfinding_Connection__System_Collections_ICollection_get_SyncRoot, (List_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_Pathfinding_Connection__System_Collections_IEnumerable_GetEnumerator, (List_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_Pathfinding_Connection__System_Collections_IList_Add, (List_1_Pathfinding_Connection_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_Pathfinding_Connection__System_Collections_IList_Contains, (List_1_Pathfinding_Connection_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_Pathfinding_Connection__System_Collections_IList_IndexOf, (List_1_Pathfinding_Connection_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_Pathfinding_Connection__System_Collections_IList_Insert, (List_1_Pathfinding_Connection_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_Pathfinding_Connection__System_Collections_IList_Remove, (List_1_Pathfinding_Connection_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_Connection__System_Collections_IList_get_IsFixedSize, (List_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_Connection__System_Collections_IList_get_IsReadOnly, (List_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_Pathfinding_Connection__System_Collections_IList_get_Item, (List_1_Pathfinding_Connection_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_Pathfinding_Connection__System_Collections_IList_set_Item, (List_1_Pathfinding_Connection_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Connection__Array *, List_1_Pathfinding_Connection__ToArray, (List_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81C08, List_1_Pathfinding_Connection__ToArray__MethodInfo); DO_APP_FUNC(0x01796790, void, List_1_Pathfinding_Connection__TrimExcess, (List_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Pathfinding_Connection__get_Capacity, (List_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Pathfinding_Connection__get_Count, (List_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C801F0, List_1_Pathfinding_Connection__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, Connection, List_1_Pathfinding_Connection__get_Item, (List_1_Pathfinding_Connection_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81BF8, List_1_Pathfinding_Connection__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Pathfinding_Connection__set_Capacity, (List_1_Pathfinding_Connection_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_Pathfinding_Connection__set_Item, (List_1_Pathfinding_Connection_ * __this, int32_t index, Connection value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Rewired_ControllerPollingInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Rewired_ControllerPollingInfo___ctor, (List_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90328, List_1_Rewired_ControllerPollingInfo___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Rewired_ControllerPollingInfo___ctor_1, (List_1_Rewired_ControllerPollingInfo_ * __this, IEnumerable_1_Rewired_ControllerPollingInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Rewired_ControllerPollingInfo___ctor_2, (List_1_Rewired_ControllerPollingInfo_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017BC990, void, List_1_Rewired_ControllerPollingInfo__Add, (List_1_Rewired_ControllerPollingInfo_ * __this, ControllerPollingInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C902A8, List_1_Rewired_ControllerPollingInfo__Add__MethodInfo); DO_APP_FUNC(0x017BD330, void, List_1_Rewired_ControllerPollingInfo__AddEnumerable, (List_1_Rewired_ControllerPollingInfo_ * __this, IEnumerable_1_Rewired_ControllerPollingInfo_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Rewired_ControllerPollingInfo__AddRange, (List_1_Rewired_ControllerPollingInfo_ * __this, IEnumerable_1_Rewired_ControllerPollingInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017BCAB0, void, List_1_Rewired_ControllerPollingInfo__AddWithResize, (List_1_Rewired_ControllerPollingInfo_ * __this, ControllerPollingInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ *, List_1_Rewired_ControllerPollingInfo__AsReadOnly, (List_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AC380, int32_t, List_1_Rewired_ControllerPollingInfo__BinarySearch, (List_1_Rewired_ControllerPollingInfo_ * __this, ControllerPollingInfo item, MethodInfo * method)); DO_APP_FUNC(0x017AC430, int32_t, List_1_Rewired_ControllerPollingInfo__BinarySearch_1, (List_1_Rewired_ControllerPollingInfo_ * __this, ControllerPollingInfo item, IComparer_1_Rewired_ControllerPollingInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017AC2B0, int32_t, List_1_Rewired_ControllerPollingInfo__BinarySearch_2, (List_1_Rewired_ControllerPollingInfo_ * __this, int32_t index, int32_t count, ControllerPollingInfo item, IComparer_1_Rewired_ControllerPollingInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Rewired_ControllerPollingInfo__Clear, (List_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C902A0, List_1_Rewired_ControllerPollingInfo__Clear__MethodInfo); DO_APP_FUNC(0x017AC4E0, bool, List_1_Rewired_ControllerPollingInfo__Contains, (List_1_Rewired_ControllerPollingInfo_ * __this, ControllerPollingInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Rewired_ControllerPollingInfo__CopyTo, (List_1_Rewired_ControllerPollingInfo_ * __this, ControllerPollingInfo__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Rewired_ControllerPollingInfo__CopyTo_1, (List_1_Rewired_ControllerPollingInfo_ * __this, ControllerPollingInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Rewired_ControllerPollingInfo__EnsureCapacity, (List_1_Rewired_ControllerPollingInfo_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Rewired_ControllerPollingInfo__Exists, (List_1_Rewired_ControllerPollingInfo_ * __this, Predicate_1_Rewired_ControllerPollingInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AC6B0, ControllerPollingInfo, List_1_Rewired_ControllerPollingInfo__Find, (List_1_Rewired_ControllerPollingInfo_ * __this, Predicate_1_Rewired_ControllerPollingInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AC810, List_1_Rewired_ControllerPollingInfo_ *, List_1_Rewired_ControllerPollingInfo__FindAll, (List_1_Rewired_ControllerPollingInfo_ * __this, Predicate_1_Rewired_ControllerPollingInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Rewired_ControllerPollingInfo__FindIndex, (List_1_Rewired_ControllerPollingInfo_ * __this, Predicate_1_Rewired_ControllerPollingInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AC9D0, int32_t, List_1_Rewired_ControllerPollingInfo__FindIndex_1, (List_1_Rewired_ControllerPollingInfo_ * __this, int32_t startIndex, int32_t count, Predicate_1_Rewired_ControllerPollingInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017ACB10, void, List_1_Rewired_ControllerPollingInfo__ForEach, (List_1_Rewired_ControllerPollingInfo_ * __this, Action_1_Rewired_ControllerPollingInfo_ * action, MethodInfo * method)); DO_APP_FUNC(0x017ACC00, List_1_T_Enumerator_Rewired_ControllerPollingInfo_, List_1_Rewired_ControllerPollingInfo__GetEnumerator, (List_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017ACDE0, int32_t, List_1_Rewired_ControllerPollingInfo__IndexOf, (List_1_Rewired_ControllerPollingInfo_ * __this, ControllerPollingInfo item, MethodInfo * method)); DO_APP_FUNC(0x017BCB90, void, List_1_Rewired_ControllerPollingInfo__Insert, (List_1_Rewired_ControllerPollingInfo_ * __this, int32_t index, ControllerPollingInfo item, MethodInfo * method)); DO_APP_FUNC(0x017BCCE0, void, List_1_Rewired_ControllerPollingInfo__InsertRange, (List_1_Rewired_ControllerPollingInfo_ * __this, int32_t index, IEnumerable_1_Rewired_ControllerPollingInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017ABC20, bool, List_1_Rewired_ControllerPollingInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017AD5F0, bool, List_1_Rewired_ControllerPollingInfo__Remove, (List_1_Rewired_ControllerPollingInfo_ * __this, ControllerPollingInfo item, MethodInfo * method)); DO_APP_FUNC(0x017BD060, int32_t, List_1_Rewired_ControllerPollingInfo__RemoveAll, (List_1_Rewired_ControllerPollingInfo_ * __this, Predicate_1_Rewired_ControllerPollingInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017BD290, void, List_1_Rewired_ControllerPollingInfo__RemoveAt, (List_1_Rewired_ControllerPollingInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_Rewired_ControllerPollingInfo__RemoveRange, (List_1_Rewired_ControllerPollingInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Rewired_ControllerPollingInfo__Reverse, (List_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Rewired_ControllerPollingInfo__Reverse_1, (List_1_Rewired_ControllerPollingInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Rewired_ControllerPollingInfo__Sort, (List_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Rewired_ControllerPollingInfo__Sort_1, (List_1_Rewired_ControllerPollingInfo_ * __this, Comparison_1_Rewired_ControllerPollingInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Rewired_ControllerPollingInfo__Sort_2, (List_1_Rewired_ControllerPollingInfo_ * __this, IComparer_1_Rewired_ControllerPollingInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Rewired_ControllerPollingInfo__Sort_3, (List_1_Rewired_ControllerPollingInfo_ * __this, int32_t index, int32_t count, IComparer_1_Rewired_ControllerPollingInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_ControllerPollingInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017ACCB0, IEnumerator_1_Rewired_ControllerPollingInfo_ *, List_1_Rewired_ControllerPollingInfo__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Rewired_ControllerPollingInfo__System_Collections_ICollection_CopyTo, (List_1_Rewired_ControllerPollingInfo_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_ControllerPollingInfo__System_Collections_ICollection_get_IsSynchronized, (List_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BC820, Object *, List_1_Rewired_ControllerPollingInfo__System_Collections_ICollection_get_SyncRoot, (List_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017ACCB0, IEnumerator *, List_1_Rewired_ControllerPollingInfo__System_Collections_IEnumerable_GetEnumerator, (List_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AC120, int32_t, List_1_Rewired_ControllerPollingInfo__System_Collections_IList_Add, (List_1_Rewired_ControllerPollingInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AC560, bool, List_1_Rewired_ControllerPollingInfo__System_Collections_IList_Contains, (List_1_Rewired_ControllerPollingInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017ACE60, int32_t, List_1_Rewired_ControllerPollingInfo__System_Collections_IList_IndexOf, (List_1_Rewired_ControllerPollingInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AD100, void, List_1_Rewired_ControllerPollingInfo__System_Collections_IList_Insert, (List_1_Rewired_ControllerPollingInfo_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AD6A0, void, List_1_Rewired_ControllerPollingInfo__System_Collections_IList_Remove, (List_1_Rewired_ControllerPollingInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_ControllerPollingInfo__System_Collections_IList_get_IsFixedSize, (List_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_ControllerPollingInfo__System_Collections_IList_get_IsReadOnly, (List_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017ABD20, Object *, List_1_Rewired_ControllerPollingInfo__System_Collections_IList_get_Item, (List_1_Rewired_ControllerPollingInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017ABDC0, void, List_1_Rewired_ControllerPollingInfo__System_Collections_IList_set_Item, (List_1_Rewired_ControllerPollingInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ControllerPollingInfo__Array *, List_1_Rewired_ControllerPollingInfo__ToArray, (List_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Rewired_ControllerPollingInfo__TrimExcess, (List_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Rewired_ControllerPollingInfo__get_Capacity, (List_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Rewired_ControllerPollingInfo__get_Count, (List_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017ABAF0, ControllerPollingInfo, List_1_Rewired_ControllerPollingInfo__get_Item, (List_1_Rewired_ControllerPollingInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_Rewired_ControllerPollingInfo__set_Capacity, (List_1_Rewired_ControllerPollingInfo_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017BC8D0, void, List_1_Rewired_ControllerPollingInfo__set_Item, (List_1_Rewired_ControllerPollingInfo_ * __this, int32_t index, ControllerPollingInfo value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Rewired_ControllerTemplateElementTarget___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Rewired_ControllerTemplateElementTarget___ctor, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_Rewired_ControllerTemplateElementTarget___ctor_1, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, IEnumerable_1_Rewired_ControllerTemplateElementTarget_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Rewired_ControllerTemplateElementTarget___ctor_2, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA4D0, List_1_Rewired_ControllerTemplateElementTarget___ctor_2__MethodInfo); DO_APP_FUNC(0x01794890, void, List_1_Rewired_ControllerTemplateElementTarget__Add, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, ControllerTemplateElementTarget item, MethodInfo * method)); DO_APP_FUNC(0x017BDA70, void, List_1_Rewired_ControllerTemplateElementTarget__AddEnumerable, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, IEnumerable_1_Rewired_ControllerTemplateElementTarget_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Rewired_ControllerTemplateElementTarget__AddRange, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, IEnumerable_1_Rewired_ControllerTemplateElementTarget_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_Rewired_ControllerTemplateElementTarget__AddWithResize, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, ControllerTemplateElementTarget item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ *, List_1_Rewired_ControllerTemplateElementTarget__AsReadOnly, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_Rewired_ControllerTemplateElementTarget__BinarySearch, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, ControllerTemplateElementTarget item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_Rewired_ControllerTemplateElementTarget__BinarySearch_1, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, ControllerTemplateElementTarget item, IComparer_1_Rewired_ControllerTemplateElementTarget_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_Rewired_ControllerTemplateElementTarget__BinarySearch_2, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, int32_t index, int32_t count, ControllerTemplateElementTarget item, IComparer_1_Rewired_ControllerTemplateElementTarget_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Rewired_ControllerTemplateElementTarget__Clear, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_Rewired_ControllerTemplateElementTarget__Contains, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, ControllerTemplateElementTarget item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Rewired_ControllerTemplateElementTarget__CopyTo, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, ControllerTemplateElementTarget__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Rewired_ControllerTemplateElementTarget__CopyTo_1, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, ControllerTemplateElementTarget__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Rewired_ControllerTemplateElementTarget__EnsureCapacity, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Rewired_ControllerTemplateElementTarget__Exists, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, Predicate_1_Rewired_ControllerTemplateElementTarget_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, ControllerTemplateElementTarget, List_1_Rewired_ControllerTemplateElementTarget__Find, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, Predicate_1_Rewired_ControllerTemplateElementTarget_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_Rewired_ControllerTemplateElementTarget_ *, List_1_Rewired_ControllerTemplateElementTarget__FindAll, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, Predicate_1_Rewired_ControllerTemplateElementTarget_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Rewired_ControllerTemplateElementTarget__FindIndex, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, Predicate_1_Rewired_ControllerTemplateElementTarget_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_Rewired_ControllerTemplateElementTarget__FindIndex_1, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, int32_t startIndex, int32_t count, Predicate_1_Rewired_ControllerTemplateElementTarget_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_Rewired_ControllerTemplateElementTarget__ForEach, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, Action_1_Rewired_ControllerTemplateElementTarget_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_Rewired_ControllerTemplateElementTarget_, List_1_Rewired_ControllerTemplateElementTarget__GetEnumerator, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_Rewired_ControllerTemplateElementTarget__IndexOf, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, ControllerTemplateElementTarget item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_Rewired_ControllerTemplateElementTarget__Insert, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, int32_t index, ControllerTemplateElementTarget item, MethodInfo * method)); DO_APP_FUNC(0x017BD6B0, void, List_1_Rewired_ControllerTemplateElementTarget__InsertRange, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, int32_t index, IEnumerable_1_Rewired_ControllerTemplateElementTarget_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_Rewired_ControllerTemplateElementTarget__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_Rewired_ControllerTemplateElementTarget__Remove, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, ControllerTemplateElementTarget item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_Rewired_ControllerTemplateElementTarget__RemoveAll, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, Predicate_1_Rewired_ControllerTemplateElementTarget_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_Rewired_ControllerTemplateElementTarget__RemoveAt, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_Rewired_ControllerTemplateElementTarget__RemoveRange, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Rewired_ControllerTemplateElementTarget__Reverse, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Rewired_ControllerTemplateElementTarget__Reverse_1, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Rewired_ControllerTemplateElementTarget__Sort, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Rewired_ControllerTemplateElementTarget__Sort_1, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, Comparison_1_Rewired_ControllerTemplateElementTarget_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Rewired_ControllerTemplateElementTarget__Sort_2, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, IComparer_1_Rewired_ControllerTemplateElementTarget_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Rewired_ControllerTemplateElementTarget__Sort_3, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, int32_t index, int32_t count, IComparer_1_Rewired_ControllerTemplateElementTarget_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_ControllerTemplateElementTarget__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_Rewired_ControllerTemplateElementTarget_ *, List_1_Rewired_ControllerTemplateElementTarget__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Rewired_ControllerTemplateElementTarget__System_Collections_ICollection_CopyTo, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_ControllerTemplateElementTarget__System_Collections_ICollection_get_IsSynchronized, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BD600, Object *, List_1_Rewired_ControllerTemplateElementTarget__System_Collections_ICollection_get_SyncRoot, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_Rewired_ControllerTemplateElementTarget__System_Collections_IEnumerable_GetEnumerator, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_Rewired_ControllerTemplateElementTarget__System_Collections_IList_Add, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_Rewired_ControllerTemplateElementTarget__System_Collections_IList_Contains, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_Rewired_ControllerTemplateElementTarget__System_Collections_IList_IndexOf, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_Rewired_ControllerTemplateElementTarget__System_Collections_IList_Insert, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_Rewired_ControllerTemplateElementTarget__System_Collections_IList_Remove, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_ControllerTemplateElementTarget__System_Collections_IList_get_IsFixedSize, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_ControllerTemplateElementTarget__System_Collections_IList_get_IsReadOnly, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_Rewired_ControllerTemplateElementTarget__System_Collections_IList_get_Item, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_Rewired_ControllerTemplateElementTarget__System_Collections_IList_set_Item, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ControllerTemplateElementTarget__Array *, List_1_Rewired_ControllerTemplateElementTarget__ToArray, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Rewired_ControllerTemplateElementTarget__TrimExcess, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Rewired_ControllerTemplateElementTarget__get_Capacity, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Rewired_ControllerTemplateElementTarget__get_Count, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87570, List_1_Rewired_ControllerTemplateElementTarget__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, ControllerTemplateElementTarget, List_1_Rewired_ControllerTemplateElementTarget__get_Item, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87568, List_1_Rewired_ControllerTemplateElementTarget__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Rewired_ControllerTemplateElementTarget__set_Capacity, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_Rewired_ControllerTemplateElementTarget__set_Item, (List_1_Rewired_ControllerTemplateElementTarget_ * __this, int32_t index, ControllerTemplateElementTarget value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_SplineMesh_CurveSample___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_SplineMesh_CurveSample___ctor, (List_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57780, List_1_SplineMesh_CurveSample___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_SplineMesh_CurveSample___ctor_1, (List_1_SplineMesh_CurveSample_ * __this, IEnumerable_1_SplineMesh_CurveSample_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_SplineMesh_CurveSample___ctor_2, (List_1_SplineMesh_CurveSample_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58370, List_1_SplineMesh_CurveSample___ctor_2__MethodInfo); DO_APP_FUNC(0x017BE1E0, void, List_1_SplineMesh_CurveSample__Add, (List_1_SplineMesh_CurveSample_ * __this, CurveSample item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C584D8, List_1_SplineMesh_CurveSample__Add__MethodInfo); DO_APP_FUNC(0x017BFCF0, void, List_1_SplineMesh_CurveSample__AddEnumerable, (List_1_SplineMesh_CurveSample_ * __this, IEnumerable_1_SplineMesh_CurveSample_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_SplineMesh_CurveSample__AddRange, (List_1_SplineMesh_CurveSample_ * __this, IEnumerable_1_SplineMesh_CurveSample_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017BE2B0, void, List_1_SplineMesh_CurveSample__AddWithResize, (List_1_SplineMesh_CurveSample_ * __this, CurveSample item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_SplineMesh_CurveSample_ *, List_1_SplineMesh_CurveSample__AsReadOnly, (List_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BE5D0, int32_t, List_1_SplineMesh_CurveSample__BinarySearch, (List_1_SplineMesh_CurveSample_ * __this, CurveSample item, MethodInfo * method)); DO_APP_FUNC(0x017BE690, int32_t, List_1_SplineMesh_CurveSample__BinarySearch_1, (List_1_SplineMesh_CurveSample_ * __this, CurveSample item, IComparer_1_SplineMesh_CurveSample_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017BE4F0, int32_t, List_1_SplineMesh_CurveSample__BinarySearch_2, (List_1_SplineMesh_CurveSample_ * __this, int32_t index, int32_t count, CurveSample item, IComparer_1_SplineMesh_CurveSample_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_SplineMesh_CurveSample__Clear, (List_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C584E0, List_1_SplineMesh_CurveSample__Clear__MethodInfo); DO_APP_FUNC(0x017BE750, bool, List_1_SplineMesh_CurveSample__Contains, (List_1_SplineMesh_CurveSample_ * __this, CurveSample item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_SplineMesh_CurveSample__CopyTo, (List_1_SplineMesh_CurveSample_ * __this, CurveSample__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_SplineMesh_CurveSample__CopyTo_1, (List_1_SplineMesh_CurveSample_ * __this, CurveSample__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_SplineMesh_CurveSample__EnsureCapacity, (List_1_SplineMesh_CurveSample_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_SplineMesh_CurveSample__Exists, (List_1_SplineMesh_CurveSample_ * __this, Predicate_1_SplineMesh_CurveSample_ * match, MethodInfo * method)); DO_APP_FUNC(0x017BE930, CurveSample, List_1_SplineMesh_CurveSample__Find, (List_1_SplineMesh_CurveSample_ * __this, Predicate_1_SplineMesh_CurveSample_ * match, MethodInfo * method)); DO_APP_FUNC(0x017BEAA0, List_1_SplineMesh_CurveSample_ *, List_1_SplineMesh_CurveSample__FindAll, (List_1_SplineMesh_CurveSample_ * __this, Predicate_1_SplineMesh_CurveSample_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_SplineMesh_CurveSample__FindIndex, (List_1_SplineMesh_CurveSample_ * __this, Predicate_1_SplineMesh_CurveSample_ * match, MethodInfo * method)); DO_APP_FUNC(0x017BEC70, int32_t, List_1_SplineMesh_CurveSample__FindIndex_1, (List_1_SplineMesh_CurveSample_ * __this, int32_t startIndex, int32_t count, Predicate_1_SplineMesh_CurveSample_ * match, MethodInfo * method)); DO_APP_FUNC(0x017BEDC0, void, List_1_SplineMesh_CurveSample__ForEach, (List_1_SplineMesh_CurveSample_ * __this, Action_1_SplineMesh_CurveSample_ * action, MethodInfo * method)); DO_APP_FUNC(0x017BEED0, List_1_T_Enumerator_SplineMesh_CurveSample_, List_1_SplineMesh_CurveSample__GetEnumerator, (List_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58428, List_1_SplineMesh_CurveSample__GetEnumerator__MethodInfo); DO_APP_FUNC(0x017BF0C0, int32_t, List_1_SplineMesh_CurveSample__IndexOf, (List_1_SplineMesh_CurveSample_ * __this, CurveSample item, MethodInfo * method)); DO_APP_FUNC(0x017BF2B0, void, List_1_SplineMesh_CurveSample__Insert, (List_1_SplineMesh_CurveSample_ * __this, int32_t index, CurveSample item, MethodInfo * method)); DO_APP_FUNC(0x017BF510, void, List_1_SplineMesh_CurveSample__InsertRange, (List_1_SplineMesh_CurveSample_ * __this, int32_t index, IEnumerable_1_SplineMesh_CurveSample_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017BDEC0, bool, List_1_SplineMesh_CurveSample__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017BF8A0, bool, List_1_SplineMesh_CurveSample__Remove, (List_1_SplineMesh_CurveSample_ * __this, CurveSample item, MethodInfo * method)); DO_APP_FUNC(0x017BFAA0, int32_t, List_1_SplineMesh_CurveSample__RemoveAll, (List_1_SplineMesh_CurveSample_ * __this, Predicate_1_SplineMesh_CurveSample_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_SplineMesh_CurveSample__RemoveAt, (List_1_SplineMesh_CurveSample_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_SplineMesh_CurveSample__RemoveRange, (List_1_SplineMesh_CurveSample_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_SplineMesh_CurveSample__Reverse, (List_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_SplineMesh_CurveSample__Reverse_1, (List_1_SplineMesh_CurveSample_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_SplineMesh_CurveSample__Sort, (List_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_SplineMesh_CurveSample__Sort_1, (List_1_SplineMesh_CurveSample_ * __this, Comparison_1_SplineMesh_CurveSample_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_SplineMesh_CurveSample__Sort_2, (List_1_SplineMesh_CurveSample_ * __this, IComparer_1_SplineMesh_CurveSample_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_SplineMesh_CurveSample__Sort_3, (List_1_SplineMesh_CurveSample_ * __this, int32_t index, int32_t count, IComparer_1_SplineMesh_CurveSample_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_SplineMesh_CurveSample__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BEF90, IEnumerator_1_SplineMesh_CurveSample_ *, List_1_SplineMesh_CurveSample__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_SplineMesh_CurveSample__System_Collections_ICollection_CopyTo, (List_1_SplineMesh_CurveSample_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_SplineMesh_CurveSample__System_Collections_ICollection_get_IsSynchronized, (List_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BDD10, Object *, List_1_SplineMesh_CurveSample__System_Collections_ICollection_get_SyncRoot, (List_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BEF90, IEnumerator *, List_1_SplineMesh_CurveSample__System_Collections_IEnumerable_GetEnumerator, (List_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BE350, int32_t, List_1_SplineMesh_CurveSample__System_Collections_IList_Add, (List_1_SplineMesh_CurveSample_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017BE7D0, bool, List_1_SplineMesh_CurveSample__System_Collections_IList_Contains, (List_1_SplineMesh_CurveSample_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017BF140, int32_t, List_1_SplineMesh_CurveSample__System_Collections_IList_IndexOf, (List_1_SplineMesh_CurveSample_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017BF3A0, void, List_1_SplineMesh_CurveSample__System_Collections_IList_Insert, (List_1_SplineMesh_CurveSample_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017BF950, void, List_1_SplineMesh_CurveSample__System_Collections_IList_Remove, (List_1_SplineMesh_CurveSample_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_SplineMesh_CurveSample__System_Collections_IList_get_IsFixedSize, (List_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_SplineMesh_CurveSample__System_Collections_IList_get_IsReadOnly, (List_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BDFD0, Object *, List_1_SplineMesh_CurveSample__System_Collections_IList_get_Item, (List_1_SplineMesh_CurveSample_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017BE070, void, List_1_SplineMesh_CurveSample__System_Collections_IList_set_Item, (List_1_SplineMesh_CurveSample_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, CurveSample__Array *, List_1_SplineMesh_CurveSample__ToArray, (List_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_SplineMesh_CurveSample__TrimExcess, (List_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_SplineMesh_CurveSample__get_Capacity, (List_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_SplineMesh_CurveSample__get_Count, (List_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C581C8, List_1_SplineMesh_CurveSample__get_Count__MethodInfo); DO_APP_FUNC(0x017BDDC0, CurveSample, List_1_SplineMesh_CurveSample__get_Item, (List_1_SplineMesh_CurveSample_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58440, List_1_SplineMesh_CurveSample__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_SplineMesh_CurveSample__set_Capacity, (List_1_SplineMesh_CurveSample_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017BDE40, void, List_1_SplineMesh_CurveSample__set_Item, (List_1_SplineMesh_CurveSample_ * __this, int32_t index, CurveSample value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_DateTime___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_DateTime___ctor, (List_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_System_DateTime___ctor_1, (List_1_System_DateTime_ * __this, IEnumerable_1_System_DateTime_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_DateTime___ctor_2, (List_1_System_DateTime_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179DF80, void, List_1_System_DateTime__Add, (List_1_System_DateTime_ * __this, DateTime item, MethodInfo * method)); DO_APP_FUNC(0x017C03D0, void, List_1_System_DateTime__AddEnumerable, (List_1_System_DateTime_ * __this, IEnumerable_1_System_DateTime_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_DateTime__AddRange, (List_1_System_DateTime_ * __this, IEnumerable_1_System_DateTime_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179DFE0, void, List_1_System_DateTime__AddWithResize, (List_1_System_DateTime_ * __this, DateTime item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_DateTime_ *, List_1_System_DateTime__AsReadOnly, (List_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E240, int32_t, List_1_System_DateTime__BinarySearch, (List_1_System_DateTime_ * __this, DateTime item, MethodInfo * method)); DO_APP_FUNC(0x0179E2C0, int32_t, List_1_System_DateTime__BinarySearch_1, (List_1_System_DateTime_ * __this, DateTime item, IComparer_1_System_DateTime_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_System_DateTime__BinarySearch_2, (List_1_System_DateTime_ * __this, int32_t index, int32_t count, DateTime item, IComparer_1_System_DateTime_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_System_DateTime__Clear, (List_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E360, bool, List_1_System_DateTime__Contains, (List_1_System_DateTime_ * __this, DateTime item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_DateTime__CopyTo, (List_1_System_DateTime_ * __this, DateTime__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_DateTime__CopyTo_1, (List_1_System_DateTime_ * __this, DateTime__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_DateTime__EnsureCapacity, (List_1_System_DateTime_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_DateTime__Exists, (List_1_System_DateTime_ * __this, Predicate_1_DateTime_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E4E0, DateTime, List_1_System_DateTime__Find, (List_1_System_DateTime_ * __this, Predicate_1_DateTime_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E5B0, List_1_System_DateTime_ *, List_1_System_DateTime__FindAll, (List_1_System_DateTime_ * __this, Predicate_1_DateTime_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_DateTime__FindIndex, (List_1_System_DateTime_ * __this, Predicate_1_DateTime_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E710, int32_t, List_1_System_DateTime__FindIndex_1, (List_1_System_DateTime_ * __this, int32_t startIndex, int32_t count, Predicate_1_DateTime_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E810, void, List_1_System_DateTime__ForEach, (List_1_System_DateTime_ * __this, Action_1_DateTime_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179E8D0, List_1_T_Enumerator_System_DateTime_, List_1_System_DateTime__GetEnumerator, (List_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179EA30, int32_t, List_1_System_DateTime__IndexOf, (List_1_System_DateTime_ * __this, DateTime item, MethodInfo * method)); DO_APP_FUNC(0x0179EBB0, void, List_1_System_DateTime__Insert, (List_1_System_DateTime_ * __this, int32_t index, DateTime item, MethodInfo * method)); DO_APP_FUNC(0x017C0080, void, List_1_System_DateTime__InsertRange, (List_1_System_DateTime_ * __this, int32_t index, IEnumerable_1_System_DateTime_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179DD10, bool, List_1_System_DateTime__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_System_DateTime__Remove, (List_1_System_DateTime_ * __this, DateTime item, MethodInfo * method)); DO_APP_FUNC(0x0179F2A0, int32_t, List_1_System_DateTime__RemoveAll, (List_1_System_DateTime_ * __this, Predicate_1_DateTime_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_System_DateTime__RemoveAt, (List_1_System_DateTime_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_System_DateTime__RemoveRange, (List_1_System_DateTime_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_DateTime__Reverse, (List_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_DateTime__Reverse_1, (List_1_System_DateTime_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_DateTime__Sort, (List_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_DateTime__Sort_1, (List_1_System_DateTime_ * __this, Comparison_1_DateTime_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_DateTime__Sort_2, (List_1_System_DateTime_ * __this, IComparer_1_System_DateTime_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_DateTime__Sort_3, (List_1_System_DateTime_ * __this, int32_t index, int32_t count, IComparer_1_System_DateTime_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_DateTime__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator_1_System_DateTime_ *, List_1_System_DateTime__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_DateTime__System_Collections_ICollection_CopyTo, (List_1_System_DateTime_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_DateTime__System_Collections_ICollection_get_IsSynchronized, (List_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BFFD0, Object *, List_1_System_DateTime__System_Collections_ICollection_get_SyncRoot, (List_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator *, List_1_System_DateTime__System_Collections_IEnumerable_GetEnumerator, (List_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E050, int32_t, List_1_System_DateTime__System_Collections_IList_Add, (List_1_System_DateTime_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179E3B0, bool, List_1_System_DateTime__System_Collections_IList_Contains, (List_1_System_DateTime_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EA80, int32_t, List_1_System_DateTime__System_Collections_IList_IndexOf, (List_1_System_DateTime_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EC80, void, List_1_System_DateTime__System_Collections_IList_Insert, (List_1_System_DateTime_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179F190, void, List_1_System_DateTime__System_Collections_IList_Remove, (List_1_System_DateTime_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_DateTime__System_Collections_IList_get_IsFixedSize, (List_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_DateTime__System_Collections_IList_get_IsReadOnly, (List_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DDE0, Object *, List_1_System_DateTime__System_Collections_IList_get_Item, (List_1_System_DateTime_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179DE50, void, List_1_System_DateTime__System_Collections_IList_set_Item, (List_1_System_DateTime_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, DateTime__Array *, List_1_System_DateTime__ToArray, (List_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_System_DateTime__TrimExcess, (List_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_DateTime__get_Capacity, (List_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_DateTime__get_Count, (List_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DC90, DateTime, List_1_System_DateTime__get_Item, (List_1_System_DateTime_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_System_DateTime__set_Capacity, (List_1_System_DateTime_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179DCD0, void, List_1_System_DateTime__set_Item, (List_1_System_DateTime_ * __this, int32_t index, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_DateTimeOffset___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_DateTimeOffset___ctor, (List_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_System_DateTimeOffset___ctor_1, (List_1_System_DateTimeOffset_ * __this, IEnumerable_1_System_DateTimeOffset_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_DateTimeOffset___ctor_2, (List_1_System_DateTimeOffset_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A6170, void, List_1_System_DateTimeOffset__Add, (List_1_System_DateTimeOffset_ * __this, DateTimeOffset item, MethodInfo * method)); DO_APP_FUNC(0x017C0AA0, void, List_1_System_DateTimeOffset__AddEnumerable, (List_1_System_DateTimeOffset_ * __this, IEnumerable_1_System_DateTimeOffset_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_DateTimeOffset__AddRange, (List_1_System_DateTimeOffset_ * __this, IEnumerable_1_System_DateTimeOffset_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A61F0, void, List_1_System_DateTimeOffset__AddWithResize, (List_1_System_DateTimeOffset_ * __this, DateTimeOffset item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_DateTimeOffset_ *, List_1_System_DateTimeOffset__AsReadOnly, (List_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_System_DateTimeOffset__BinarySearch, (List_1_System_DateTimeOffset_ * __this, DateTimeOffset item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_System_DateTimeOffset__BinarySearch_1, (List_1_System_DateTimeOffset_ * __this, DateTimeOffset item, IComparer_1_System_DateTimeOffset_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_System_DateTimeOffset__BinarySearch_2, (List_1_System_DateTimeOffset_ * __this, int32_t index, int32_t count, DateTimeOffset item, IComparer_1_System_DateTimeOffset_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_System_DateTimeOffset__Clear, (List_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_System_DateTimeOffset__Contains, (List_1_System_DateTimeOffset_ * __this, DateTimeOffset item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_DateTimeOffset__CopyTo, (List_1_System_DateTimeOffset_ * __this, DateTimeOffset__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_DateTimeOffset__CopyTo_1, (List_1_System_DateTimeOffset_ * __this, DateTimeOffset__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_DateTimeOffset__EnsureCapacity, (List_1_System_DateTimeOffset_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_DateTimeOffset__Exists, (List_1_System_DateTimeOffset_ * __this, Predicate_1_DateTimeOffset_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, DateTimeOffset, List_1_System_DateTimeOffset__Find, (List_1_System_DateTimeOffset_ * __this, Predicate_1_DateTimeOffset_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_System_DateTimeOffset_ *, List_1_System_DateTimeOffset__FindAll, (List_1_System_DateTimeOffset_ * __this, Predicate_1_DateTimeOffset_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_DateTimeOffset__FindIndex, (List_1_System_DateTimeOffset_ * __this, Predicate_1_DateTimeOffset_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_System_DateTimeOffset__FindIndex_1, (List_1_System_DateTimeOffset_ * __this, int32_t startIndex, int32_t count, Predicate_1_DateTimeOffset_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_System_DateTimeOffset__ForEach, (List_1_System_DateTimeOffset_ * __this, Action_1_DateTimeOffset_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_System_DateTimeOffset_, List_1_System_DateTimeOffset__GetEnumerator, (List_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_System_DateTimeOffset__IndexOf, (List_1_System_DateTimeOffset_ * __this, DateTimeOffset item, MethodInfo * method)); DO_APP_FUNC(0x017A6260, void, List_1_System_DateTimeOffset__Insert, (List_1_System_DateTimeOffset_ * __this, int32_t index, DateTimeOffset item, MethodInfo * method)); DO_APP_FUNC(0x017C06E0, void, List_1_System_DateTimeOffset__InsertRange, (List_1_System_DateTimeOffset_ * __this, int32_t index, IEnumerable_1_System_DateTimeOffset_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_System_DateTimeOffset__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_System_DateTimeOffset__Remove, (List_1_System_DateTimeOffset_ * __this, DateTimeOffset item, MethodInfo * method)); DO_APP_FUNC(0x017A66F0, int32_t, List_1_System_DateTimeOffset__RemoveAll, (List_1_System_DateTimeOffset_ * __this, Predicate_1_DateTimeOffset_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_System_DateTimeOffset__RemoveAt, (List_1_System_DateTimeOffset_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_System_DateTimeOffset__RemoveRange, (List_1_System_DateTimeOffset_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_DateTimeOffset__Reverse, (List_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_DateTimeOffset__Reverse_1, (List_1_System_DateTimeOffset_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_DateTimeOffset__Sort, (List_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_DateTimeOffset__Sort_1, (List_1_System_DateTimeOffset_ * __this, Comparison_1_DateTimeOffset_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_DateTimeOffset__Sort_2, (List_1_System_DateTimeOffset_ * __this, IComparer_1_System_DateTimeOffset_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_DateTimeOffset__Sort_3, (List_1_System_DateTimeOffset_ * __this, int32_t index, int32_t count, IComparer_1_System_DateTimeOffset_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_DateTimeOffset__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_System_DateTimeOffset_ *, List_1_System_DateTimeOffset__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_DateTimeOffset__System_Collections_ICollection_CopyTo, (List_1_System_DateTimeOffset_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_DateTimeOffset__System_Collections_ICollection_get_IsSynchronized, (List_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C0630, Object *, List_1_System_DateTimeOffset__System_Collections_ICollection_get_SyncRoot, (List_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_System_DateTimeOffset__System_Collections_IEnumerable_GetEnumerator, (List_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_System_DateTimeOffset__System_Collections_IList_Add, (List_1_System_DateTimeOffset_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_System_DateTimeOffset__System_Collections_IList_Contains, (List_1_System_DateTimeOffset_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_System_DateTimeOffset__System_Collections_IList_IndexOf, (List_1_System_DateTimeOffset_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_System_DateTimeOffset__System_Collections_IList_Insert, (List_1_System_DateTimeOffset_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_System_DateTimeOffset__System_Collections_IList_Remove, (List_1_System_DateTimeOffset_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_DateTimeOffset__System_Collections_IList_get_IsFixedSize, (List_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_DateTimeOffset__System_Collections_IList_get_IsReadOnly, (List_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_System_DateTimeOffset__System_Collections_IList_get_Item, (List_1_System_DateTimeOffset_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_System_DateTimeOffset__System_Collections_IList_set_Item, (List_1_System_DateTimeOffset_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, DateTimeOffset__Array *, List_1_System_DateTimeOffset__ToArray, (List_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_System_DateTimeOffset__TrimExcess, (List_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_DateTimeOffset__get_Capacity, (List_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_DateTimeOffset__get_Count, (List_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, DateTimeOffset, List_1_System_DateTimeOffset__get_Item, (List_1_System_DateTimeOffset_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_System_DateTimeOffset__set_Capacity, (List_1_System_DateTimeOffset_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A6120, void, List_1_System_DateTimeOffset__set_Item, (List_1_System_DateTimeOffset_ * __this, int32_t index, DateTimeOffset value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_Decimal___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_Decimal___ctor, (List_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_System_Decimal___ctor_1, (List_1_System_Decimal_ * __this, IEnumerable_1_System_Decimal_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_Decimal___ctor_2, (List_1_System_Decimal_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A6170, void, List_1_System_Decimal__Add, (List_1_System_Decimal_ * __this, Decimal item, MethodInfo * method)); DO_APP_FUNC(0x017C11A0, void, List_1_System_Decimal__AddEnumerable, (List_1_System_Decimal_ * __this, IEnumerable_1_System_Decimal_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_Decimal__AddRange, (List_1_System_Decimal_ * __this, IEnumerable_1_System_Decimal_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A61F0, void, List_1_System_Decimal__AddWithResize, (List_1_System_Decimal_ * __this, Decimal item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Decimal_ *, List_1_System_Decimal__AsReadOnly, (List_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_System_Decimal__BinarySearch, (List_1_System_Decimal_ * __this, Decimal item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_System_Decimal__BinarySearch_1, (List_1_System_Decimal_ * __this, Decimal item, IComparer_1_System_Decimal_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_System_Decimal__BinarySearch_2, (List_1_System_Decimal_ * __this, int32_t index, int32_t count, Decimal item, IComparer_1_System_Decimal_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_System_Decimal__Clear, (List_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_System_Decimal__Contains, (List_1_System_Decimal_ * __this, Decimal item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_Decimal__CopyTo, (List_1_System_Decimal_ * __this, Decimal__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_Decimal__CopyTo_1, (List_1_System_Decimal_ * __this, Decimal__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_Decimal__EnsureCapacity, (List_1_System_Decimal_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_Decimal__Exists, (List_1_System_Decimal_ * __this, Predicate_1_Decimal_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, Decimal, List_1_System_Decimal__Find, (List_1_System_Decimal_ * __this, Predicate_1_Decimal_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_System_Decimal_ *, List_1_System_Decimal__FindAll, (List_1_System_Decimal_ * __this, Predicate_1_Decimal_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_Decimal__FindIndex, (List_1_System_Decimal_ * __this, Predicate_1_Decimal_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_System_Decimal__FindIndex_1, (List_1_System_Decimal_ * __this, int32_t startIndex, int32_t count, Predicate_1_Decimal_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_System_Decimal__ForEach, (List_1_System_Decimal_ * __this, Action_1_Decimal_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_System_Decimal_, List_1_System_Decimal__GetEnumerator, (List_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_System_Decimal__IndexOf, (List_1_System_Decimal_ * __this, Decimal item, MethodInfo * method)); DO_APP_FUNC(0x017A6260, void, List_1_System_Decimal__Insert, (List_1_System_Decimal_ * __this, int32_t index, Decimal item, MethodInfo * method)); DO_APP_FUNC(0x017C0DE0, void, List_1_System_Decimal__InsertRange, (List_1_System_Decimal_ * __this, int32_t index, IEnumerable_1_System_Decimal_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_System_Decimal__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_System_Decimal__Remove, (List_1_System_Decimal_ * __this, Decimal item, MethodInfo * method)); DO_APP_FUNC(0x017A66F0, int32_t, List_1_System_Decimal__RemoveAll, (List_1_System_Decimal_ * __this, Predicate_1_Decimal_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_System_Decimal__RemoveAt, (List_1_System_Decimal_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_System_Decimal__RemoveRange, (List_1_System_Decimal_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_Decimal__Reverse, (List_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_Decimal__Reverse_1, (List_1_System_Decimal_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_Decimal__Sort, (List_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_Decimal__Sort_1, (List_1_System_Decimal_ * __this, Comparison_1_Decimal_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_Decimal__Sort_2, (List_1_System_Decimal_ * __this, IComparer_1_System_Decimal_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_Decimal__Sort_3, (List_1_System_Decimal_ * __this, int32_t index, int32_t count, IComparer_1_System_Decimal_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Decimal__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_System_Decimal_ *, List_1_System_Decimal__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_Decimal__System_Collections_ICollection_CopyTo, (List_1_System_Decimal_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Decimal__System_Collections_ICollection_get_IsSynchronized, (List_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C0D30, Object *, List_1_System_Decimal__System_Collections_ICollection_get_SyncRoot, (List_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_System_Decimal__System_Collections_IEnumerable_GetEnumerator, (List_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_System_Decimal__System_Collections_IList_Add, (List_1_System_Decimal_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_System_Decimal__System_Collections_IList_Contains, (List_1_System_Decimal_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_System_Decimal__System_Collections_IList_IndexOf, (List_1_System_Decimal_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_System_Decimal__System_Collections_IList_Insert, (List_1_System_Decimal_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_System_Decimal__System_Collections_IList_Remove, (List_1_System_Decimal_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Decimal__System_Collections_IList_get_IsFixedSize, (List_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Decimal__System_Collections_IList_get_IsReadOnly, (List_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_System_Decimal__System_Collections_IList_get_Item, (List_1_System_Decimal_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_System_Decimal__System_Collections_IList_set_Item, (List_1_System_Decimal_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Decimal__Array *, List_1_System_Decimal__ToArray, (List_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_System_Decimal__TrimExcess, (List_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_Decimal__get_Capacity, (List_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_Decimal__get_Count, (List_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, Decimal, List_1_System_Decimal__get_Item, (List_1_System_Decimal_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_System_Decimal__set_Capacity, (List_1_System_Decimal_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A6120, void, List_1_System_Decimal__set_Item, (List_1_System_Decimal_ * __this, int32_t index, Decimal value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C638D0, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor_1, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor_2, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017C18C0, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Add, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63800, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Add__MethodInfo); DO_APP_FUNC(0x017C3290, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__AddEnumerable, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__AddRange, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017C19C0, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__AddWithResize, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ *, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__AsReadOnly, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C1CE0, int32_t, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__BinarySearch, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent item, MethodInfo * method)); DO_APP_FUNC(0x017C1D80, int32_t, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__BinarySearch_1, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent item, IComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017C1C20, int32_t, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__BinarySearch_2, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t index, int32_t count, DiagnosticEvent item, IComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Clear, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63A50, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Clear__MethodInfo); DO_APP_FUNC(0x017C1E30, bool, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Contains, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__CopyTo, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__CopyTo_1, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__EnsureCapacity, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Exists, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Predicate_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C1FE0, DiagnosticEvent, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Find, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Predicate_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C2110, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ *, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__FindAll, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Predicate_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__FindIndex, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Predicate_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C22B0, int32_t, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__FindIndex_1, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C23E0, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__ForEach, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Action_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * action, MethodInfo * method)); DO_APP_FUNC(0x017C24C0, List_1_T_Enumerator_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__GetEnumerator, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C2680, int32_t, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__IndexOf, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent item, MethodInfo * method)); DO_APP_FUNC(0x017C2830, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Insert, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t index, DiagnosticEvent item, MethodInfo * method)); DO_APP_FUNC(0x017C2AC0, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__InsertRange, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t index, IEnumerable_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017C1600, bool, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017C2E30, bool, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Remove, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent item, MethodInfo * method)); DO_APP_FUNC(0x017C3000, int32_t, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__RemoveAll, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Predicate_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C3210, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__RemoveAt, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__RemoveRange, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Reverse, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Reverse_1, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Sort, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Sort_1, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Comparison_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Sort_2, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, IComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Sort_3, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C2570, IEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ *, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C1430, Object *, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C2570, IEnumerator *, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C1AA0, int32_t, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IList_Add, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017C1EA0, bool, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IList_Contains, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017C26F0, int32_t, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IList_IndexOf, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017C2970, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IList_Insert, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017C2ED0, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IList_Remove, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C16E0, Object *, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IList_get_Item, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017C1770, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IList_set_Item, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, DiagnosticEvent__Array *, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__ToArray, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__TrimExcess, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__get_Capacity, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__get_Count, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C14E0, DiagnosticEvent, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__get_Item, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__set_Capacity, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017C1540, void, List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__set_Item, (List_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t index, DiagnosticEvent value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_Double___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_Double___ctor, (List_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_System_Double___ctor_1, (List_1_System_Double_ * __this, IEnumerable_1_System_Double_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_Double___ctor_2, (List_1_System_Double_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017C38E0, void, List_1_System_Double__Add, (List_1_System_Double_ * __this, double item, MethodInfo * method)); DO_APP_FUNC(0x017C4C10, void, List_1_System_Double__AddEnumerable, (List_1_System_Double_ * __this, IEnumerable_1_System_Double_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_Double__AddRange, (List_1_System_Double_ * __this, IEnumerable_1_System_Double_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017C3940, void, List_1_System_Double__AddWithResize, (List_1_System_Double_ * __this, double item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Double_ *, List_1_System_Double__AsReadOnly, (List_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C3BA0, int32_t, List_1_System_Double__BinarySearch, (List_1_System_Double_ * __this, double item, MethodInfo * method)); DO_APP_FUNC(0x017C3C20, int32_t, List_1_System_Double__BinarySearch_1, (List_1_System_Double_ * __this, double item, IComparer_1_System_Double_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017C3B10, int32_t, List_1_System_Double__BinarySearch_2, (List_1_System_Double_ * __this, int32_t index, int32_t count, double item, IComparer_1_System_Double_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_System_Double__Clear, (List_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C3CB0, bool, List_1_System_Double__Contains, (List_1_System_Double_ * __this, double item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_Double__CopyTo, (List_1_System_Double_ * __this, Double__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_Double__CopyTo_1, (List_1_System_Double_ * __this, Double__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_Double__EnsureCapacity, (List_1_System_Double_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_Double__Exists, (List_1_System_Double_ * __this, Predicate_1_Double_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C3E30, double, List_1_System_Double__Find, (List_1_System_Double_ * __this, Predicate_1_Double_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C3F00, List_1_System_Double_ *, List_1_System_Double__FindAll, (List_1_System_Double_ * __this, Predicate_1_Double_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_Double__FindIndex, (List_1_System_Double_ * __this, Predicate_1_Double_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C4060, int32_t, List_1_System_Double__FindIndex_1, (List_1_System_Double_ * __this, int32_t startIndex, int32_t count, Predicate_1_Double_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C4160, void, List_1_System_Double__ForEach, (List_1_System_Double_ * __this, Action_1_Double_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179E8D0, List_1_T_Enumerator_System_Double_, List_1_System_Double__GetEnumerator, (List_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C4220, int32_t, List_1_System_Double__IndexOf, (List_1_System_Double_ * __this, double item, MethodInfo * method)); DO_APP_FUNC(0x017C43A0, void, List_1_System_Double__Insert, (List_1_System_Double_ * __this, int32_t index, double item, MethodInfo * method)); DO_APP_FUNC(0x017C45B0, void, List_1_System_Double__InsertRange, (List_1_System_Double_ * __this, int32_t index, IEnumerable_1_System_Double_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017C3670, bool, List_1_System_Double__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017C4900, bool, List_1_System_Double__Remove, (List_1_System_Double_ * __this, double item, MethodInfo * method)); DO_APP_FUNC(0x017C4A90, int32_t, List_1_System_Double__RemoveAll, (List_1_System_Double_ * __this, Predicate_1_Double_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_System_Double__RemoveAt, (List_1_System_Double_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_System_Double__RemoveRange, (List_1_System_Double_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_Double__Reverse, (List_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_Double__Reverse_1, (List_1_System_Double_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_Double__Sort, (List_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_Double__Sort_1, (List_1_System_Double_ * __this, Comparison_1_Double_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_Double__Sort_2, (List_1_System_Double_ * __this, IComparer_1_System_Double_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_Double__Sort_3, (List_1_System_Double_ * __this, int32_t index, int32_t count, IComparer_1_System_Double_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Double__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator_1_System_Double_ *, List_1_System_Double__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_Double__System_Collections_ICollection_CopyTo, (List_1_System_Double_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Double__System_Collections_ICollection_get_IsSynchronized, (List_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C3540, Object *, List_1_System_Double__System_Collections_ICollection_get_SyncRoot, (List_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator *, List_1_System_Double__System_Collections_IEnumerable_GetEnumerator, (List_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C39B0, int32_t, List_1_System_Double__System_Collections_IList_Add, (List_1_System_Double_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017C3D00, bool, List_1_System_Double__System_Collections_IList_Contains, (List_1_System_Double_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017C4270, int32_t, List_1_System_Double__System_Collections_IList_IndexOf, (List_1_System_Double_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017C4470, void, List_1_System_Double__System_Collections_IList_Insert, (List_1_System_Double_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017C4980, void, List_1_System_Double__System_Collections_IList_Remove, (List_1_System_Double_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Double__System_Collections_IList_get_IsFixedSize, (List_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Double__System_Collections_IList_get_IsReadOnly, (List_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C3740, Object *, List_1_System_Double__System_Collections_IList_get_Item, (List_1_System_Double_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017C37B0, void, List_1_System_Double__System_Collections_IList_set_Item, (List_1_System_Double_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Double__Array *, List_1_System_Double__ToArray, (List_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_System_Double__TrimExcess, (List_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_Double__get_Capacity, (List_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_Double__get_Count, (List_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C35F0, double, List_1_System_Double__get_Item, (List_1_System_Double_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_System_Double__set_Capacity, (List_1_System_Double_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017C3630, void, List_1_System_Double__set_Item, (List_1_System_Double_ * __this, int32_t index, double value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_EasingFunction___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_EasingFunction___ctor, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EE18, List_1_UnityEngine_UIElements_EasingFunction___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_EasingFunction___ctor_1, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, IEnumerable_1_UnityEngine_UIElements_EasingFunction_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0418, List_1_UnityEngine_UIElements_EasingFunction___ctor_1__MethodInfo); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_EasingFunction___ctor_2, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x003EAE30, void, List_1_UnityEngine_UIElements_EasingFunction__Add, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EE28, List_1_UnityEngine_UIElements_EasingFunction__Add__MethodInfo); DO_APP_FUNC(0x017C5290, void, List_1_UnityEngine_UIElements_EasingFunction__AddEnumerable, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, IEnumerable_1_UnityEngine_UIElements_EasingFunction_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_EasingFunction__AddRange, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, IEnumerable_1_UnityEngine_UIElements_EasingFunction_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0450, List_1_UnityEngine_UIElements_EasingFunction__AddRange__MethodInfo); DO_APP_FUNC(0x017B7FD0, void, List_1_UnityEngine_UIElements_EasingFunction__AddWithResize, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ *, List_1_UnityEngine_UIElements_EasingFunction__AsReadOnly, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B81A0, int32_t, List_1_UnityEngine_UIElements_EasingFunction__BinarySearch, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction item, MethodInfo * method)); DO_APP_FUNC(0x017B8220, int32_t, List_1_UnityEngine_UIElements_EasingFunction__BinarySearch_1, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction item, IComparer_1_UnityEngine_UIElements_EasingFunction_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_UnityEngine_UIElements_EasingFunction__BinarySearch_2, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, int32_t index, int32_t count, EasingFunction item, IComparer_1_UnityEngine_UIElements_EasingFunction_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_UIElements_EasingFunction__Clear, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0DB8, List_1_UnityEngine_UIElements_EasingFunction__Clear__MethodInfo); DO_APP_FUNC(0x0179E360, bool, List_1_UnityEngine_UIElements_EasingFunction__Contains, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_EasingFunction__CopyTo, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_EasingFunction__CopyTo_1, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_EasingFunction__EnsureCapacity, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_EasingFunction__Exists, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, Predicate_1_UnityEngine_UIElements_EasingFunction_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B83D0, EasingFunction, List_1_UnityEngine_UIElements_EasingFunction__Find, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, Predicate_1_UnityEngine_UIElements_EasingFunction_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B84A0, List_1_UnityEngine_UIElements_EasingFunction_ *, List_1_UnityEngine_UIElements_EasingFunction__FindAll, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, Predicate_1_UnityEngine_UIElements_EasingFunction_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_EasingFunction__FindIndex, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, Predicate_1_UnityEngine_UIElements_EasingFunction_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B8600, int32_t, List_1_UnityEngine_UIElements_EasingFunction__FindIndex_1, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_EasingFunction_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B8700, void, List_1_UnityEngine_UIElements_EasingFunction__ForEach, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, Action_1_UnityEngine_UIElements_EasingFunction_ * action, MethodInfo * method)); DO_APP_FUNC(0x017B87C0, List_1_T_Enumerator_UnityEngine_UIElements_EasingFunction_, List_1_UnityEngine_UIElements_EasingFunction__GetEnumerator, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB478, List_1_UnityEngine_UIElements_EasingFunction__GetEnumerator__MethodInfo); DO_APP_FUNC(0x0179EA30, int32_t, List_1_UnityEngine_UIElements_EasingFunction__IndexOf, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction item, MethodInfo * method)); DO_APP_FUNC(0x017B8A50, void, List_1_UnityEngine_UIElements_EasingFunction__Insert, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, int32_t index, EasingFunction item, MethodInfo * method)); DO_APP_FUNC(0x017C4F40, void, List_1_UnityEngine_UIElements_EasingFunction__InsertRange, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_EasingFunction_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B7D60, bool, List_1_UnityEngine_UIElements_EasingFunction__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_UnityEngine_UIElements_EasingFunction__Remove, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction item, MethodInfo * method)); DO_APP_FUNC(0x017B90C0, int32_t, List_1_UnityEngine_UIElements_EasingFunction__RemoveAll, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, Predicate_1_UnityEngine_UIElements_EasingFunction_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_UIElements_EasingFunction__RemoveAt, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_UIElements_EasingFunction__RemoveRange, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_EasingFunction__Reverse, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_EasingFunction__Reverse_1, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_EasingFunction__Sort, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_EasingFunction__Sort_1, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, Comparison_1_UnityEngine_UIElements_EasingFunction_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_EasingFunction__Sort_2, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, IComparer_1_UnityEngine_UIElements_EasingFunction_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_EasingFunction__Sort_3, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_EasingFunction_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_EasingFunction__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8850, IEnumerator_1_UnityEngine_UIElements_EasingFunction_ *, List_1_UnityEngine_UIElements_EasingFunction__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_EasingFunction__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_EasingFunction__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C4E90, Object *, List_1_UnityEngine_UIElements_EasingFunction__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8850, IEnumerator *, List_1_UnityEngine_UIElements_EasingFunction__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8040, int32_t, List_1_UnityEngine_UIElements_EasingFunction__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B82B0, bool, List_1_UnityEngine_UIElements_EasingFunction__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8920, int32_t, List_1_UnityEngine_UIElements_EasingFunction__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8B20, void, List_1_UnityEngine_UIElements_EasingFunction__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8FB0, void, List_1_UnityEngine_UIElements_EasingFunction__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_EasingFunction__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_EasingFunction__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B7E30, Object *, List_1_UnityEngine_UIElements_EasingFunction__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017B7EA0, void, List_1_UnityEngine_UIElements_EasingFunction__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, EasingFunction__Array *, List_1_UnityEngine_UIElements_EasingFunction__ToArray, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_EasingFunction__TrimExcess, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_EasingFunction__get_Capacity, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_EasingFunction__get_Count, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B7CE0, EasingFunction, List_1_UnityEngine_UIElements_EasingFunction__get_Item, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0D98, List_1_UnityEngine_UIElements_EasingFunction__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_EasingFunction__set_Capacity, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017B7D20, void, List_1_UnityEngine_UIElements_EasingFunction__set_Item, (List_1_UnityEngine_UIElements_EasingFunction_ * __this, int32_t index, EasingFunction value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Rewired_ElementAssignmentConflictInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Rewired_ElementAssignmentConflictInfo___ctor, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90228, List_1_Rewired_ElementAssignmentConflictInfo___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Rewired_ElementAssignmentConflictInfo___ctor_1, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Rewired_ElementAssignmentConflictInfo___ctor_2, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017C5980, void, List_1_Rewired_ElementAssignmentConflictInfo__Add, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, ElementAssignmentConflictInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90230, List_1_Rewired_ElementAssignmentConflictInfo__Add__MethodInfo); DO_APP_FUNC(0x017C72F0, void, List_1_Rewired_ElementAssignmentConflictInfo__AddEnumerable, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Rewired_ElementAssignmentConflictInfo__AddRange, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017C5A30, void, List_1_Rewired_ElementAssignmentConflictInfo__AddWithResize, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, ElementAssignmentConflictInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ *, List_1_Rewired_ElementAssignmentConflictInfo__AsReadOnly, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C5D20, int32_t, List_1_Rewired_ElementAssignmentConflictInfo__BinarySearch, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, ElementAssignmentConflictInfo item, MethodInfo * method)); DO_APP_FUNC(0x017C5DD0, int32_t, List_1_Rewired_ElementAssignmentConflictInfo__BinarySearch_1, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, ElementAssignmentConflictInfo item, IComparer_1_Rewired_ElementAssignmentConflictInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017C5C50, int32_t, List_1_Rewired_ElementAssignmentConflictInfo__BinarySearch_2, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, int32_t index, int32_t count, ElementAssignmentConflictInfo item, IComparer_1_Rewired_ElementAssignmentConflictInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_Rewired_ElementAssignmentConflictInfo__Clear, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C5E90, bool, List_1_Rewired_ElementAssignmentConflictInfo__Contains, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, ElementAssignmentConflictInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Rewired_ElementAssignmentConflictInfo__CopyTo, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, ElementAssignmentConflictInfo__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Rewired_ElementAssignmentConflictInfo__CopyTo_1, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, ElementAssignmentConflictInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Rewired_ElementAssignmentConflictInfo__EnsureCapacity, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Rewired_ElementAssignmentConflictInfo__Exists, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, Predicate_1_Rewired_ElementAssignmentConflictInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C6060, ElementAssignmentConflictInfo, List_1_Rewired_ElementAssignmentConflictInfo__Find, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, Predicate_1_Rewired_ElementAssignmentConflictInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C61C0, List_1_Rewired_ElementAssignmentConflictInfo_ *, List_1_Rewired_ElementAssignmentConflictInfo__FindAll, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, Predicate_1_Rewired_ElementAssignmentConflictInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Rewired_ElementAssignmentConflictInfo__FindIndex, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, Predicate_1_Rewired_ElementAssignmentConflictInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C6370, int32_t, List_1_Rewired_ElementAssignmentConflictInfo__FindIndex_1, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, int32_t startIndex, int32_t count, Predicate_1_Rewired_ElementAssignmentConflictInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C64A0, void, List_1_Rewired_ElementAssignmentConflictInfo__ForEach, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, Action_1_Rewired_ElementAssignmentConflictInfo_ * action, MethodInfo * method)); DO_APP_FUNC(0x017C6590, List_1_T_Enumerator_Rewired_ElementAssignmentConflictInfo_, List_1_Rewired_ElementAssignmentConflictInfo__GetEnumerator, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C6750, int32_t, List_1_Rewired_ElementAssignmentConflictInfo__IndexOf, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, ElementAssignmentConflictInfo item, MethodInfo * method)); DO_APP_FUNC(0x017C6920, void, List_1_Rewired_ElementAssignmentConflictInfo__Insert, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, int32_t index, ElementAssignmentConflictInfo item, MethodInfo * method)); DO_APP_FUNC(0x017C6B70, void, List_1_Rewired_ElementAssignmentConflictInfo__InsertRange, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, int32_t index, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017C5680, bool, List_1_Rewired_ElementAssignmentConflictInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017C6EF0, bool, List_1_Rewired_ElementAssignmentConflictInfo__Remove, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, ElementAssignmentConflictInfo item, MethodInfo * method)); DO_APP_FUNC(0x017C70D0, int32_t, List_1_Rewired_ElementAssignmentConflictInfo__RemoveAll, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, Predicate_1_Rewired_ElementAssignmentConflictInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_Rewired_ElementAssignmentConflictInfo__RemoveAt, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_Rewired_ElementAssignmentConflictInfo__RemoveRange, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Rewired_ElementAssignmentConflictInfo__Reverse, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Rewired_ElementAssignmentConflictInfo__Reverse_1, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Rewired_ElementAssignmentConflictInfo__Sort, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Rewired_ElementAssignmentConflictInfo__Sort_1, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, Comparison_1_Rewired_ElementAssignmentConflictInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Rewired_ElementAssignmentConflictInfo__Sort_2, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, IComparer_1_Rewired_ElementAssignmentConflictInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Rewired_ElementAssignmentConflictInfo__Sort_3, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, int32_t index, int32_t count, IComparer_1_Rewired_ElementAssignmentConflictInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_ElementAssignmentConflictInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C6640, IEnumerator_1_Rewired_ElementAssignmentConflictInfo_ *, List_1_Rewired_ElementAssignmentConflictInfo__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Rewired_ElementAssignmentConflictInfo__System_Collections_ICollection_CopyTo, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_ElementAssignmentConflictInfo__System_Collections_ICollection_get_IsSynchronized, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C54F0, Object *, List_1_Rewired_ElementAssignmentConflictInfo__System_Collections_ICollection_get_SyncRoot, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C6640, IEnumerator *, List_1_Rewired_ElementAssignmentConflictInfo__System_Collections_IEnumerable_GetEnumerator, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C5AC0, int32_t, List_1_Rewired_ElementAssignmentConflictInfo__System_Collections_IList_Add, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017C5F10, bool, List_1_Rewired_ElementAssignmentConflictInfo__System_Collections_IList_Contains, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017C67D0, int32_t, List_1_Rewired_ElementAssignmentConflictInfo__System_Collections_IList_IndexOf, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017C6A10, void, List_1_Rewired_ElementAssignmentConflictInfo__System_Collections_IList_Insert, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017C6F90, void, List_1_Rewired_ElementAssignmentConflictInfo__System_Collections_IList_Remove, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_ElementAssignmentConflictInfo__System_Collections_IList_get_IsFixedSize, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_ElementAssignmentConflictInfo__System_Collections_IList_get_IsReadOnly, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C5780, Object *, List_1_Rewired_ElementAssignmentConflictInfo__System_Collections_IList_get_Item, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017C5820, void, List_1_Rewired_ElementAssignmentConflictInfo__System_Collections_IList_set_Item, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ElementAssignmentConflictInfo__Array *, List_1_Rewired_ElementAssignmentConflictInfo__ToArray, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Rewired_ElementAssignmentConflictInfo__TrimExcess, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Rewired_ElementAssignmentConflictInfo__get_Capacity, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Rewired_ElementAssignmentConflictInfo__get_Count, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C55A0, ElementAssignmentConflictInfo, List_1_Rewired_ElementAssignmentConflictInfo__get_Item, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_Rewired_ElementAssignmentConflictInfo__set_Capacity, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017C5610, void, List_1_Rewired_ElementAssignmentConflictInfo__set_Item, (List_1_Rewired_ElementAssignmentConflictInfo_ * __this, int32_t index, ElementAssignmentConflictInfo value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Discord_Entitlement___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Discord_Entitlement___ctor, (List_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0FC8, List_1_Discord_Entitlement___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Discord_Entitlement___ctor_1, (List_1_Discord_Entitlement_ * __this, IEnumerable_1_Discord_Entitlement_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Discord_Entitlement___ctor_2, (List_1_Discord_Entitlement_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017C76C0, void, List_1_Discord_Entitlement__Add, (List_1_Discord_Entitlement_ * __this, Entitlement item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0FD8, List_1_Discord_Entitlement__Add__MethodInfo); DO_APP_FUNC(0x017C7E60, void, List_1_Discord_Entitlement__AddEnumerable, (List_1_Discord_Entitlement_ * __this, IEnumerable_1_Discord_Entitlement_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Discord_Entitlement__AddRange, (List_1_Discord_Entitlement_ * __this, IEnumerable_1_Discord_Entitlement_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017C7750, void, List_1_Discord_Entitlement__AddWithResize, (List_1_Discord_Entitlement_ * __this, Entitlement item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Discord_Entitlement_ *, List_1_Discord_Entitlement__AsReadOnly, (List_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_Discord_Entitlement__BinarySearch, (List_1_Discord_Entitlement_ * __this, Entitlement item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_Discord_Entitlement__BinarySearch_1, (List_1_Discord_Entitlement_ * __this, Entitlement item, IComparer_1_Discord_Entitlement_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_Discord_Entitlement__BinarySearch_2, (List_1_Discord_Entitlement_ * __this, int32_t index, int32_t count, Entitlement item, IComparer_1_Discord_Entitlement_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_Discord_Entitlement__Clear, (List_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A250, bool, List_1_Discord_Entitlement__Contains, (List_1_Discord_Entitlement_ * __this, Entitlement item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Discord_Entitlement__CopyTo, (List_1_Discord_Entitlement_ * __this, Entitlement__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Discord_Entitlement__CopyTo_1, (List_1_Discord_Entitlement_ * __this, Entitlement__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Discord_Entitlement__EnsureCapacity, (List_1_Discord_Entitlement_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Discord_Entitlement__Exists, (List_1_Discord_Entitlement_ * __this, Predicate_1_Discord_Entitlement_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, Entitlement, List_1_Discord_Entitlement__Find, (List_1_Discord_Entitlement_ * __this, Predicate_1_Discord_Entitlement_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_Discord_Entitlement_ *, List_1_Discord_Entitlement__FindAll, (List_1_Discord_Entitlement_ * __this, Predicate_1_Discord_Entitlement_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Discord_Entitlement__FindIndex, (List_1_Discord_Entitlement_ * __this, Predicate_1_Discord_Entitlement_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_Discord_Entitlement__FindIndex_1, (List_1_Discord_Entitlement_ * __this, int32_t startIndex, int32_t count, Predicate_1_Discord_Entitlement_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_Discord_Entitlement__ForEach, (List_1_Discord_Entitlement_ * __this, Action_1_Discord_Entitlement_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_Discord_Entitlement_, List_1_Discord_Entitlement__GetEnumerator, (List_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_Discord_Entitlement__IndexOf, (List_1_Discord_Entitlement_ * __this, Entitlement item, MethodInfo * method)); DO_APP_FUNC(0x017C77D0, void, List_1_Discord_Entitlement__Insert, (List_1_Discord_Entitlement_ * __this, int32_t index, Entitlement item, MethodInfo * method)); DO_APP_FUNC(0x017C78B0, void, List_1_Discord_Entitlement__InsertRange, (List_1_Discord_Entitlement_ * __this, int32_t index, IEnumerable_1_Discord_Entitlement_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_Discord_Entitlement__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_Discord_Entitlement__Remove, (List_1_Discord_Entitlement_ * __this, Entitlement item, MethodInfo * method)); DO_APP_FUNC(0x017C7C80, int32_t, List_1_Discord_Entitlement__RemoveAll, (List_1_Discord_Entitlement_ * __this, Predicate_1_Discord_Entitlement_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_Discord_Entitlement__RemoveAt, (List_1_Discord_Entitlement_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_Discord_Entitlement__RemoveRange, (List_1_Discord_Entitlement_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Discord_Entitlement__Reverse, (List_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Discord_Entitlement__Reverse_1, (List_1_Discord_Entitlement_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Discord_Entitlement__Sort, (List_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Discord_Entitlement__Sort_1, (List_1_Discord_Entitlement_ * __this, Comparison_1_Discord_Entitlement_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Discord_Entitlement__Sort_2, (List_1_Discord_Entitlement_ * __this, IComparer_1_Discord_Entitlement_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Discord_Entitlement__Sort_3, (List_1_Discord_Entitlement_ * __this, int32_t index, int32_t count, IComparer_1_Discord_Entitlement_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Discord_Entitlement__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_Discord_Entitlement_ *, List_1_Discord_Entitlement__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Discord_Entitlement__System_Collections_ICollection_CopyTo, (List_1_Discord_Entitlement_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Discord_Entitlement__System_Collections_ICollection_get_IsSynchronized, (List_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C75B0, Object *, List_1_Discord_Entitlement__System_Collections_ICollection_get_SyncRoot, (List_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_Discord_Entitlement__System_Collections_IEnumerable_GetEnumerator, (List_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_Discord_Entitlement__System_Collections_IList_Add, (List_1_Discord_Entitlement_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_Discord_Entitlement__System_Collections_IList_Contains, (List_1_Discord_Entitlement_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_Discord_Entitlement__System_Collections_IList_IndexOf, (List_1_Discord_Entitlement_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_Discord_Entitlement__System_Collections_IList_Insert, (List_1_Discord_Entitlement_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_Discord_Entitlement__System_Collections_IList_Remove, (List_1_Discord_Entitlement_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Discord_Entitlement__System_Collections_IList_get_IsFixedSize, (List_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Discord_Entitlement__System_Collections_IList_get_IsReadOnly, (List_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_Discord_Entitlement__System_Collections_IList_get_Item, (List_1_Discord_Entitlement_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_Discord_Entitlement__System_Collections_IList_set_Item, (List_1_Discord_Entitlement_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Entitlement__Array *, List_1_Discord_Entitlement__ToArray, (List_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Discord_Entitlement__TrimExcess, (List_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Discord_Entitlement__get_Capacity, (List_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Discord_Entitlement__get_Count, (List_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799950, Entitlement, List_1_Discord_Entitlement__get_Item, (List_1_Discord_Entitlement_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_Discord_Entitlement__set_Capacity, (List_1_Discord_Entitlement_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017C7660, void, List_1_Discord_Entitlement__set_Item, (List_1_Discord_Entitlement_ * __this, int32_t index, Entitlement value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Photon_Bolt_EventReliable___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Photon_Bolt_EventReliable___ctor, (List_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92140, List_1_Photon_Bolt_EventReliable___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Photon_Bolt_EventReliable___ctor_1, (List_1_Photon_Bolt_EventReliable_ * __this, IEnumerable_1_Photon_Bolt_EventReliable_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Photon_Bolt_EventReliable___ctor_2, (List_1_Photon_Bolt_EventReliable_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_Photon_Bolt_EventReliable__Add, (List_1_Photon_Bolt_EventReliable_ * __this, EventReliable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B450, List_1_Photon_Bolt_EventReliable__Add__MethodInfo); DO_APP_FUNC(0x017C8570, void, List_1_Photon_Bolt_EventReliable__AddEnumerable, (List_1_Photon_Bolt_EventReliable_ * __this, IEnumerable_1_Photon_Bolt_EventReliable_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Photon_Bolt_EventReliable__AddRange, (List_1_Photon_Bolt_EventReliable_ * __this, IEnumerable_1_Photon_Bolt_EventReliable_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_Photon_Bolt_EventReliable__AddWithResize, (List_1_Photon_Bolt_EventReliable_ * __this, EventReliable item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Photon_Bolt_EventReliable_ *, List_1_Photon_Bolt_EventReliable__AsReadOnly, (List_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_Photon_Bolt_EventReliable__BinarySearch, (List_1_Photon_Bolt_EventReliable_ * __this, EventReliable item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_Photon_Bolt_EventReliable__BinarySearch_1, (List_1_Photon_Bolt_EventReliable_ * __this, EventReliable item, IComparer_1_Photon_Bolt_EventReliable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_Photon_Bolt_EventReliable__BinarySearch_2, (List_1_Photon_Bolt_EventReliable_ * __this, int32_t index, int32_t count, EventReliable item, IComparer_1_Photon_Bolt_EventReliable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Photon_Bolt_EventReliable__Clear, (List_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B470, List_1_Photon_Bolt_EventReliable__Clear__MethodInfo); DO_APP_FUNC(0x01794E10, bool, List_1_Photon_Bolt_EventReliable__Contains, (List_1_Photon_Bolt_EventReliable_ * __this, EventReliable item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Photon_Bolt_EventReliable__CopyTo, (List_1_Photon_Bolt_EventReliable_ * __this, EventReliable__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Photon_Bolt_EventReliable__CopyTo_1, (List_1_Photon_Bolt_EventReliable_ * __this, EventReliable__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Photon_Bolt_EventReliable__EnsureCapacity, (List_1_Photon_Bolt_EventReliable_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Photon_Bolt_EventReliable__Exists, (List_1_Photon_Bolt_EventReliable_ * __this, Predicate_1_Photon_Bolt_EventReliable_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, EventReliable, List_1_Photon_Bolt_EventReliable__Find, (List_1_Photon_Bolt_EventReliable_ * __this, Predicate_1_Photon_Bolt_EventReliable_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_Photon_Bolt_EventReliable_ *, List_1_Photon_Bolt_EventReliable__FindAll, (List_1_Photon_Bolt_EventReliable_ * __this, Predicate_1_Photon_Bolt_EventReliable_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Photon_Bolt_EventReliable__FindIndex, (List_1_Photon_Bolt_EventReliable_ * __this, Predicate_1_Photon_Bolt_EventReliable_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_Photon_Bolt_EventReliable__FindIndex_1, (List_1_Photon_Bolt_EventReliable_ * __this, int32_t startIndex, int32_t count, Predicate_1_Photon_Bolt_EventReliable_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_Photon_Bolt_EventReliable__ForEach, (List_1_Photon_Bolt_EventReliable_ * __this, Action_1_Photon_Bolt_EventReliable_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_Photon_Bolt_EventReliable_, List_1_Photon_Bolt_EventReliable__GetEnumerator, (List_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_Photon_Bolt_EventReliable__IndexOf, (List_1_Photon_Bolt_EventReliable_ * __this, EventReliable item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_Photon_Bolt_EventReliable__Insert, (List_1_Photon_Bolt_EventReliable_ * __this, int32_t index, EventReliable item, MethodInfo * method)); DO_APP_FUNC(0x017C81B0, void, List_1_Photon_Bolt_EventReliable__InsertRange, (List_1_Photon_Bolt_EventReliable_ * __this, int32_t index, IEnumerable_1_Photon_Bolt_EventReliable_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_Photon_Bolt_EventReliable__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_Photon_Bolt_EventReliable__Remove, (List_1_Photon_Bolt_EventReliable_ * __this, EventReliable item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_Photon_Bolt_EventReliable__RemoveAll, (List_1_Photon_Bolt_EventReliable_ * __this, Predicate_1_Photon_Bolt_EventReliable_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_Photon_Bolt_EventReliable__RemoveAt, (List_1_Photon_Bolt_EventReliable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_Photon_Bolt_EventReliable__RemoveRange, (List_1_Photon_Bolt_EventReliable_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Photon_Bolt_EventReliable__Reverse, (List_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Photon_Bolt_EventReliable__Reverse_1, (List_1_Photon_Bolt_EventReliable_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Photon_Bolt_EventReliable__Sort, (List_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Photon_Bolt_EventReliable__Sort_1, (List_1_Photon_Bolt_EventReliable_ * __this, Comparison_1_Photon_Bolt_EventReliable_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Photon_Bolt_EventReliable__Sort_2, (List_1_Photon_Bolt_EventReliable_ * __this, IComparer_1_Photon_Bolt_EventReliable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Photon_Bolt_EventReliable__Sort_3, (List_1_Photon_Bolt_EventReliable_ * __this, int32_t index, int32_t count, IComparer_1_Photon_Bolt_EventReliable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_EventReliable__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_Photon_Bolt_EventReliable_ *, List_1_Photon_Bolt_EventReliable__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Photon_Bolt_EventReliable__System_Collections_ICollection_CopyTo, (List_1_Photon_Bolt_EventReliable_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_EventReliable__System_Collections_ICollection_get_IsSynchronized, (List_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C8100, Object *, List_1_Photon_Bolt_EventReliable__System_Collections_ICollection_get_SyncRoot, (List_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_Photon_Bolt_EventReliable__System_Collections_IEnumerable_GetEnumerator, (List_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_Photon_Bolt_EventReliable__System_Collections_IList_Add, (List_1_Photon_Bolt_EventReliable_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_Photon_Bolt_EventReliable__System_Collections_IList_Contains, (List_1_Photon_Bolt_EventReliable_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_Photon_Bolt_EventReliable__System_Collections_IList_IndexOf, (List_1_Photon_Bolt_EventReliable_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_Photon_Bolt_EventReliable__System_Collections_IList_Insert, (List_1_Photon_Bolt_EventReliable_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_Photon_Bolt_EventReliable__System_Collections_IList_Remove, (List_1_Photon_Bolt_EventReliable_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_EventReliable__System_Collections_IList_get_IsFixedSize, (List_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_EventReliable__System_Collections_IList_get_IsReadOnly, (List_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_Photon_Bolt_EventReliable__System_Collections_IList_get_Item, (List_1_Photon_Bolt_EventReliable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_Photon_Bolt_EventReliable__System_Collections_IList_set_Item, (List_1_Photon_Bolt_EventReliable_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, EventReliable__Array *, List_1_Photon_Bolt_EventReliable__ToArray, (List_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Photon_Bolt_EventReliable__TrimExcess, (List_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Photon_Bolt_EventReliable__get_Capacity, (List_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Photon_Bolt_EventReliable__get_Count, (List_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B480, List_1_Photon_Bolt_EventReliable__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, EventReliable, List_1_Photon_Bolt_EventReliable__get_Item, (List_1_Photon_Bolt_EventReliable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B478, List_1_Photon_Bolt_EventReliable__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Photon_Bolt_EventReliable__set_Capacity, (List_1_Photon_Bolt_EventReliable_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_Photon_Bolt_EventReliable__set_Item, (List_1_Photon_Bolt_EventReliable_ * __this, int32_t index, EventReliable value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Photon_Bolt_EventUnreliable___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Photon_Bolt_EventUnreliable___ctor, (List_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_Photon_Bolt_EventUnreliable___ctor_1, (List_1_Photon_Bolt_EventUnreliable_ * __this, IEnumerable_1_Photon_Bolt_EventUnreliable_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Photon_Bolt_EventUnreliable___ctor_2, (List_1_Photon_Bolt_EventUnreliable_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B490, List_1_Photon_Bolt_EventUnreliable___ctor_2__MethodInfo); DO_APP_FUNC(0x017B1780, void, List_1_Photon_Bolt_EventUnreliable__Add, (List_1_Photon_Bolt_EventUnreliable_ * __this, EventUnreliable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B488, List_1_Photon_Bolt_EventUnreliable__Add__MethodInfo); DO_APP_FUNC(0x017C8C90, void, List_1_Photon_Bolt_EventUnreliable__AddEnumerable, (List_1_Photon_Bolt_EventUnreliable_ * __this, IEnumerable_1_Photon_Bolt_EventUnreliable_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Photon_Bolt_EventUnreliable__AddRange, (List_1_Photon_Bolt_EventUnreliable_ * __this, IEnumerable_1_Photon_Bolt_EventUnreliable_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B1870, void, List_1_Photon_Bolt_EventUnreliable__AddWithResize, (List_1_Photon_Bolt_EventUnreliable_ * __this, EventUnreliable item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ *, List_1_Photon_Bolt_EventUnreliable__AsReadOnly, (List_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_Photon_Bolt_EventUnreliable__BinarySearch, (List_1_Photon_Bolt_EventUnreliable_ * __this, EventUnreliable item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_Photon_Bolt_EventUnreliable__BinarySearch_1, (List_1_Photon_Bolt_EventUnreliable_ * __this, EventUnreliable item, IComparer_1_Photon_Bolt_EventUnreliable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_Photon_Bolt_EventUnreliable__BinarySearch_2, (List_1_Photon_Bolt_EventUnreliable_ * __this, int32_t index, int32_t count, EventUnreliable item, IComparer_1_Photon_Bolt_EventUnreliable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Photon_Bolt_EventUnreliable__Clear, (List_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A250, bool, List_1_Photon_Bolt_EventUnreliable__Contains, (List_1_Photon_Bolt_EventUnreliable_ * __this, EventUnreliable item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Photon_Bolt_EventUnreliable__CopyTo, (List_1_Photon_Bolt_EventUnreliable_ * __this, EventUnreliable__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Photon_Bolt_EventUnreliable__CopyTo_1, (List_1_Photon_Bolt_EventUnreliable_ * __this, EventUnreliable__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Photon_Bolt_EventUnreliable__EnsureCapacity, (List_1_Photon_Bolt_EventUnreliable_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Photon_Bolt_EventUnreliable__Exists, (List_1_Photon_Bolt_EventUnreliable_ * __this, Predicate_1_Photon_Bolt_EventUnreliable_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, EventUnreliable, List_1_Photon_Bolt_EventUnreliable__Find, (List_1_Photon_Bolt_EventUnreliable_ * __this, Predicate_1_Photon_Bolt_EventUnreliable_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_Photon_Bolt_EventUnreliable_ *, List_1_Photon_Bolt_EventUnreliable__FindAll, (List_1_Photon_Bolt_EventUnreliable_ * __this, Predicate_1_Photon_Bolt_EventUnreliable_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Photon_Bolt_EventUnreliable__FindIndex, (List_1_Photon_Bolt_EventUnreliable_ * __this, Predicate_1_Photon_Bolt_EventUnreliable_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_Photon_Bolt_EventUnreliable__FindIndex_1, (List_1_Photon_Bolt_EventUnreliable_ * __this, int32_t startIndex, int32_t count, Predicate_1_Photon_Bolt_EventUnreliable_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_Photon_Bolt_EventUnreliable__ForEach, (List_1_Photon_Bolt_EventUnreliable_ * __this, Action_1_Photon_Bolt_EventUnreliable_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_Photon_Bolt_EventUnreliable_, List_1_Photon_Bolt_EventUnreliable__GetEnumerator, (List_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_Photon_Bolt_EventUnreliable__IndexOf, (List_1_Photon_Bolt_EventUnreliable_ * __this, EventUnreliable item, MethodInfo * method)); DO_APP_FUNC(0x017B1940, void, List_1_Photon_Bolt_EventUnreliable__Insert, (List_1_Photon_Bolt_EventUnreliable_ * __this, int32_t index, EventUnreliable item, MethodInfo * method)); DO_APP_FUNC(0x017C88C0, void, List_1_Photon_Bolt_EventUnreliable__InsertRange, (List_1_Photon_Bolt_EventUnreliable_ * __this, int32_t index, IEnumerable_1_Photon_Bolt_EventUnreliable_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_Photon_Bolt_EventUnreliable__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_Photon_Bolt_EventUnreliable__Remove, (List_1_Photon_Bolt_EventUnreliable_ * __this, EventUnreliable item, MethodInfo * method)); DO_APP_FUNC(0x017B1E50, int32_t, List_1_Photon_Bolt_EventUnreliable__RemoveAll, (List_1_Photon_Bolt_EventUnreliable_ * __this, Predicate_1_Photon_Bolt_EventUnreliable_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B2030, void, List_1_Photon_Bolt_EventUnreliable__RemoveAt, (List_1_Photon_Bolt_EventUnreliable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B468, List_1_Photon_Bolt_EventUnreliable__RemoveAt__MethodInfo); DO_APP_FUNC(0x01796310, void, List_1_Photon_Bolt_EventUnreliable__RemoveRange, (List_1_Photon_Bolt_EventUnreliable_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Photon_Bolt_EventUnreliable__Reverse, (List_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Photon_Bolt_EventUnreliable__Reverse_1, (List_1_Photon_Bolt_EventUnreliable_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Photon_Bolt_EventUnreliable__Sort, (List_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Photon_Bolt_EventUnreliable__Sort_1, (List_1_Photon_Bolt_EventUnreliable_ * __this, Comparison_1_Photon_Bolt_EventUnreliable_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Photon_Bolt_EventUnreliable__Sort_2, (List_1_Photon_Bolt_EventUnreliable_ * __this, IComparer_1_Photon_Bolt_EventUnreliable_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B460, List_1_Photon_Bolt_EventUnreliable__Sort_2__MethodInfo); DO_APP_FUNC(0x01796570, void, List_1_Photon_Bolt_EventUnreliable__Sort_3, (List_1_Photon_Bolt_EventUnreliable_ * __this, int32_t index, int32_t count, IComparer_1_Photon_Bolt_EventUnreliable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_EventUnreliable__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_Photon_Bolt_EventUnreliable_ *, List_1_Photon_Bolt_EventUnreliable__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Photon_Bolt_EventUnreliable__System_Collections_ICollection_CopyTo, (List_1_Photon_Bolt_EventUnreliable_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_EventUnreliable__System_Collections_ICollection_get_IsSynchronized, (List_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C8810, Object *, List_1_Photon_Bolt_EventUnreliable__System_Collections_ICollection_get_SyncRoot, (List_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_Photon_Bolt_EventUnreliable__System_Collections_IEnumerable_GetEnumerator, (List_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_Photon_Bolt_EventUnreliable__System_Collections_IList_Add, (List_1_Photon_Bolt_EventUnreliable_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_Photon_Bolt_EventUnreliable__System_Collections_IList_Contains, (List_1_Photon_Bolt_EventUnreliable_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_Photon_Bolt_EventUnreliable__System_Collections_IList_IndexOf, (List_1_Photon_Bolt_EventUnreliable_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_Photon_Bolt_EventUnreliable__System_Collections_IList_Insert, (List_1_Photon_Bolt_EventUnreliable_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_Photon_Bolt_EventUnreliable__System_Collections_IList_Remove, (List_1_Photon_Bolt_EventUnreliable_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_EventUnreliable__System_Collections_IList_get_IsFixedSize, (List_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_EventUnreliable__System_Collections_IList_get_IsReadOnly, (List_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_Photon_Bolt_EventUnreliable__System_Collections_IList_get_Item, (List_1_Photon_Bolt_EventUnreliable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_Photon_Bolt_EventUnreliable__System_Collections_IList_set_Item, (List_1_Photon_Bolt_EventUnreliable_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, EventUnreliable__Array *, List_1_Photon_Bolt_EventUnreliable__ToArray, (List_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Photon_Bolt_EventUnreliable__TrimExcess, (List_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Photon_Bolt_EventUnreliable__get_Capacity, (List_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Photon_Bolt_EventUnreliable__get_Count, (List_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B440, List_1_Photon_Bolt_EventUnreliable__get_Count__MethodInfo); DO_APP_FUNC(0x01799950, EventUnreliable, List_1_Photon_Bolt_EventUnreliable__get_Item, (List_1_Photon_Bolt_EventUnreliable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B438, List_1_Photon_Bolt_EventUnreliable__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Photon_Bolt_EventUnreliable__set_Capacity, (List_1_Photon_Bolt_EventUnreliable_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017B16D0, void, List_1_Photon_Bolt_EventUnreliable__set_Item, (List_1_Photon_Bolt_EventUnreliable_ * __this, int32_t index, EventUnreliable value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B448, List_1_Photon_Bolt_EventUnreliable__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_Discord_FileStat___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Discord_FileStat___ctor, (List_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1460, List_1_Discord_FileStat___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Discord_FileStat___ctor_1, (List_1_Discord_FileStat_ * __this, IEnumerable_1_Discord_FileStat_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Discord_FileStat___ctor_2, (List_1_Discord_FileStat_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A06D0, void, List_1_Discord_FileStat__Add, (List_1_Discord_FileStat_ * __this, FileStat item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1470, List_1_Discord_FileStat__Add__MethodInfo); DO_APP_FUNC(0x017C93B0, void, List_1_Discord_FileStat__AddEnumerable, (List_1_Discord_FileStat_ * __this, IEnumerable_1_Discord_FileStat_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Discord_FileStat__AddRange, (List_1_Discord_FileStat_ * __this, IEnumerable_1_Discord_FileStat_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A07C0, void, List_1_Discord_FileStat__AddWithResize, (List_1_Discord_FileStat_ * __this, FileStat item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Discord_FileStat_ *, List_1_Discord_FileStat__AsReadOnly, (List_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_Discord_FileStat__BinarySearch, (List_1_Discord_FileStat_ * __this, FileStat item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_Discord_FileStat__BinarySearch_1, (List_1_Discord_FileStat_ * __this, FileStat item, IComparer_1_Discord_FileStat_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_Discord_FileStat__BinarySearch_2, (List_1_Discord_FileStat_ * __this, int32_t index, int32_t count, FileStat item, IComparer_1_Discord_FileStat_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Discord_FileStat__Clear, (List_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A250, bool, List_1_Discord_FileStat__Contains, (List_1_Discord_FileStat_ * __this, FileStat item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Discord_FileStat__CopyTo, (List_1_Discord_FileStat_ * __this, FileStat__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Discord_FileStat__CopyTo_1, (List_1_Discord_FileStat_ * __this, FileStat__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Discord_FileStat__EnsureCapacity, (List_1_Discord_FileStat_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Discord_FileStat__Exists, (List_1_Discord_FileStat_ * __this, Predicate_1_Discord_FileStat_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, FileStat, List_1_Discord_FileStat__Find, (List_1_Discord_FileStat_ * __this, Predicate_1_Discord_FileStat_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_Discord_FileStat_ *, List_1_Discord_FileStat__FindAll, (List_1_Discord_FileStat_ * __this, Predicate_1_Discord_FileStat_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Discord_FileStat__FindIndex, (List_1_Discord_FileStat_ * __this, Predicate_1_Discord_FileStat_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_Discord_FileStat__FindIndex_1, (List_1_Discord_FileStat_ * __this, int32_t startIndex, int32_t count, Predicate_1_Discord_FileStat_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_Discord_FileStat__ForEach, (List_1_Discord_FileStat_ * __this, Action_1_Discord_FileStat_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_Discord_FileStat_, List_1_Discord_FileStat__GetEnumerator, (List_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_Discord_FileStat__IndexOf, (List_1_Discord_FileStat_ * __this, FileStat item, MethodInfo * method)); DO_APP_FUNC(0x017A0890, void, List_1_Discord_FileStat__Insert, (List_1_Discord_FileStat_ * __this, int32_t index, FileStat item, MethodInfo * method)); DO_APP_FUNC(0x017C8FE0, void, List_1_Discord_FileStat__InsertRange, (List_1_Discord_FileStat_ * __this, int32_t index, IEnumerable_1_Discord_FileStat_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_Discord_FileStat__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_Discord_FileStat__Remove, (List_1_Discord_FileStat_ * __this, FileStat item, MethodInfo * method)); DO_APP_FUNC(0x017A0DA0, int32_t, List_1_Discord_FileStat__RemoveAll, (List_1_Discord_FileStat_ * __this, Predicate_1_Discord_FileStat_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A0F80, void, List_1_Discord_FileStat__RemoveAt, (List_1_Discord_FileStat_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_Discord_FileStat__RemoveRange, (List_1_Discord_FileStat_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Discord_FileStat__Reverse, (List_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Discord_FileStat__Reverse_1, (List_1_Discord_FileStat_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Discord_FileStat__Sort, (List_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Discord_FileStat__Sort_1, (List_1_Discord_FileStat_ * __this, Comparison_1_Discord_FileStat_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Discord_FileStat__Sort_2, (List_1_Discord_FileStat_ * __this, IComparer_1_Discord_FileStat_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Discord_FileStat__Sort_3, (List_1_Discord_FileStat_ * __this, int32_t index, int32_t count, IComparer_1_Discord_FileStat_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Discord_FileStat__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_Discord_FileStat_ *, List_1_Discord_FileStat__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Discord_FileStat__System_Collections_ICollection_CopyTo, (List_1_Discord_FileStat_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Discord_FileStat__System_Collections_ICollection_get_IsSynchronized, (List_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C8F30, Object *, List_1_Discord_FileStat__System_Collections_ICollection_get_SyncRoot, (List_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_Discord_FileStat__System_Collections_IEnumerable_GetEnumerator, (List_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_Discord_FileStat__System_Collections_IList_Add, (List_1_Discord_FileStat_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_Discord_FileStat__System_Collections_IList_Contains, (List_1_Discord_FileStat_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_Discord_FileStat__System_Collections_IList_IndexOf, (List_1_Discord_FileStat_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_Discord_FileStat__System_Collections_IList_Insert, (List_1_Discord_FileStat_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_Discord_FileStat__System_Collections_IList_Remove, (List_1_Discord_FileStat_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Discord_FileStat__System_Collections_IList_get_IsFixedSize, (List_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Discord_FileStat__System_Collections_IList_get_IsReadOnly, (List_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_Discord_FileStat__System_Collections_IList_get_Item, (List_1_Discord_FileStat_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_Discord_FileStat__System_Collections_IList_set_Item, (List_1_Discord_FileStat_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, FileStat__Array *, List_1_Discord_FileStat__ToArray, (List_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Discord_FileStat__TrimExcess, (List_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Discord_FileStat__get_Capacity, (List_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Discord_FileStat__get_Count, (List_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799950, FileStat, List_1_Discord_FileStat__get_Item, (List_1_Discord_FileStat_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_Discord_FileStat__set_Capacity, (List_1_Discord_FileStat_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A0620, void, List_1_Discord_FileStat__set_Item, (List_1_Discord_FileStat_ * __this, int32_t index, FileStat value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4F68, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor_1, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, IEnumerable_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor_2, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017C5980, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Add, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5100, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Add__MethodInfo); DO_APP_FUNC(0x017C9A80, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__AddEnumerable, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, IEnumerable_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__AddRange, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, IEnumerable_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017C5A30, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__AddWithResize, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ *, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__AsReadOnly, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C5D20, int32_t, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__BinarySearch, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord item, MethodInfo * method)); DO_APP_FUNC(0x017C5DD0, int32_t, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__BinarySearch_1, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord item, IComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017C5C50, int32_t, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__BinarySearch_2, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t index, int32_t count, GlyphPairAdjustmentRecord item, IComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Clear, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4FD0, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Clear__MethodInfo); DO_APP_FUNC(0x017C5E90, bool, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Contains, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__CopyTo, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__CopyTo_1, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__EnsureCapacity, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Exists, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Predicate_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C6060, GlyphPairAdjustmentRecord, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Find, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Predicate_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C61C0, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ *, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__FindAll, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Predicate_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__FindIndex, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Predicate_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C6370, int32_t, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__FindIndex_1, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C64A0, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__ForEach, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Action_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * action, MethodInfo * method)); DO_APP_FUNC(0x017C6590, List_1_T_Enumerator_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__GetEnumerator, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C6750, int32_t, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__IndexOf, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord item, MethodInfo * method)); DO_APP_FUNC(0x017C6920, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Insert, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t index, GlyphPairAdjustmentRecord item, MethodInfo * method)); DO_APP_FUNC(0x017C9700, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__InsertRange, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t index, IEnumerable_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017C5680, bool, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017C6EF0, bool, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Remove, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord item, MethodInfo * method)); DO_APP_FUNC(0x017C70D0, int32_t, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__RemoveAll, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Predicate_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__RemoveAt, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__RemoveRange, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Reverse, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Reverse_1, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Sort, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Sort_1, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Comparison_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Sort_2, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, IComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Sort_3, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C6640, IEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ *, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C9650, Object *, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C6640, IEnumerator *, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C5AC0, int32_t, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IList_Add, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017C5F10, bool, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IList_Contains, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017C67D0, int32_t, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IList_IndexOf, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017C6A10, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IList_Insert, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017C6F90, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IList_Remove, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C5780, Object *, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IList_get_Item, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017C5820, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IList_set_Item, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, GlyphPairAdjustmentRecord__Array *, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__ToArray, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__TrimExcess, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__get_Capacity, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__get_Count, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5228, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__get_Count__MethodInfo); DO_APP_FUNC(0x017C55A0, GlyphPairAdjustmentRecord, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__get_Item, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5220, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__set_Capacity, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017C5610, void, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__set_Item, (List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t index, GlyphPairAdjustmentRecord value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_TextCore_GlyphRect___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_TextCore_GlyphRect___ctor, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_TextCore_GlyphRect___ctor_1, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, IEnumerable_1_UnityEngine_TextCore_GlyphRect_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_TextCore_GlyphRect___ctor_2, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67DD0, List_1_UnityEngine_TextCore_GlyphRect___ctor_2__MethodInfo); DO_APP_FUNC(0x017A6170, void, List_1_UnityEngine_TextCore_GlyphRect__Add, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67DC8, List_1_UnityEngine_TextCore_GlyphRect__Add__MethodInfo); DO_APP_FUNC(0x017CA1B0, void, List_1_UnityEngine_TextCore_GlyphRect__AddEnumerable, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, IEnumerable_1_UnityEngine_TextCore_GlyphRect_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_TextCore_GlyphRect__AddRange, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, IEnumerable_1_UnityEngine_TextCore_GlyphRect_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A61F0, void, List_1_UnityEngine_TextCore_GlyphRect__AddWithResize, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ *, List_1_UnityEngine_TextCore_GlyphRect__AsReadOnly, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_TextCore_GlyphRect__BinarySearch, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_TextCore_GlyphRect__BinarySearch_1, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect item, IComparer_1_UnityEngine_TextCore_GlyphRect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_TextCore_GlyphRect__BinarySearch_2, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, int32_t index, int32_t count, GlyphRect item, IComparer_1_UnityEngine_TextCore_GlyphRect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_TextCore_GlyphRect__Clear, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67BB0, List_1_UnityEngine_TextCore_GlyphRect__Clear__MethodInfo); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_TextCore_GlyphRect__Contains, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_TextCore_GlyphRect__CopyTo, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_TextCore_GlyphRect__CopyTo_1, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_TextCore_GlyphRect__EnsureCapacity, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_TextCore_GlyphRect__Exists, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, Predicate_1_UnityEngine_TextCore_GlyphRect_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, GlyphRect, List_1_UnityEngine_TextCore_GlyphRect__Find, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, Predicate_1_UnityEngine_TextCore_GlyphRect_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_TextCore_GlyphRect_ *, List_1_UnityEngine_TextCore_GlyphRect__FindAll, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, Predicate_1_UnityEngine_TextCore_GlyphRect_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_TextCore_GlyphRect__FindIndex, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, Predicate_1_UnityEngine_TextCore_GlyphRect_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_TextCore_GlyphRect__FindIndex_1, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_TextCore_GlyphRect_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_TextCore_GlyphRect__ForEach, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, Action_1_UnityEngine_TextCore_GlyphRect_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_TextCore_GlyphRect_, List_1_UnityEngine_TextCore_GlyphRect__GetEnumerator, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_TextCore_GlyphRect__IndexOf, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect item, MethodInfo * method)); DO_APP_FUNC(0x017A6260, void, List_1_UnityEngine_TextCore_GlyphRect__Insert, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, int32_t index, GlyphRect item, MethodInfo * method)); DO_APP_FUNC(0x017C9DF0, void, List_1_UnityEngine_TextCore_GlyphRect__InsertRange, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, int32_t index, IEnumerable_1_UnityEngine_TextCore_GlyphRect_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_TextCore_GlyphRect__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_TextCore_GlyphRect__Remove, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect item, MethodInfo * method)); DO_APP_FUNC(0x017A66F0, int32_t, List_1_UnityEngine_TextCore_GlyphRect__RemoveAll, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, Predicate_1_UnityEngine_TextCore_GlyphRect_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_TextCore_GlyphRect__RemoveAt, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_TextCore_GlyphRect__RemoveRange, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_TextCore_GlyphRect__Reverse, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_TextCore_GlyphRect__Reverse_1, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_TextCore_GlyphRect__Sort, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_TextCore_GlyphRect__Sort_1, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, Comparison_1_UnityEngine_TextCore_GlyphRect_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_TextCore_GlyphRect__Sort_2, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, IComparer_1_UnityEngine_TextCore_GlyphRect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_TextCore_GlyphRect__Sort_3, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_TextCore_GlyphRect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_TextCore_GlyphRect__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_TextCore_GlyphRect_ *, List_1_UnityEngine_TextCore_GlyphRect__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_TextCore_GlyphRect__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_TextCore_GlyphRect__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C9D40, Object *, List_1_UnityEngine_TextCore_GlyphRect__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_TextCore_GlyphRect__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_TextCore_GlyphRect__System_Collections_IList_Add, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_TextCore_GlyphRect__System_Collections_IList_Contains, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_TextCore_GlyphRect__System_Collections_IList_IndexOf, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_TextCore_GlyphRect__System_Collections_IList_Insert, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_TextCore_GlyphRect__System_Collections_IList_Remove, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_TextCore_GlyphRect__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_TextCore_GlyphRect__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_TextCore_GlyphRect__System_Collections_IList_get_Item, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_TextCore_GlyphRect__System_Collections_IList_set_Item, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, GlyphRect__Array *, List_1_UnityEngine_TextCore_GlyphRect__ToArray, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_TextCore_GlyphRect__TrimExcess, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_TextCore_GlyphRect__get_Capacity, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_TextCore_GlyphRect__get_Count, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3510, List_1_UnityEngine_TextCore_GlyphRect__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, GlyphRect, List_1_UnityEngine_TextCore_GlyphRect__get_Item, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3508, List_1_UnityEngine_TextCore_GlyphRect__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_TextCore_GlyphRect__set_Capacity, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A6120, void, List_1_UnityEngine_TextCore_GlyphRect__set_Item, (List_1_UnityEngine_TextCore_GlyphRect_ * __this, int32_t index, GlyphRect value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_Guid___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_Guid___ctor, (List_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDBE8, List_1_System_Guid___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_System_Guid___ctor_1, (List_1_System_Guid_ * __this, IEnumerable_1_System_Guid_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_Guid___ctor_2, (List_1_System_Guid_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A6170, void, List_1_System_Guid__Add, (List_1_System_Guid_ * __this, Guid item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDBF0, List_1_System_Guid__Add__MethodInfo); DO_APP_FUNC(0x017CA850, void, List_1_System_Guid__AddEnumerable, (List_1_System_Guid_ * __this, IEnumerable_1_System_Guid_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_Guid__AddRange, (List_1_System_Guid_ * __this, IEnumerable_1_System_Guid_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A61F0, void, List_1_System_Guid__AddWithResize, (List_1_System_Guid_ * __this, Guid item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Guid_ *, List_1_System_Guid__AsReadOnly, (List_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_System_Guid__BinarySearch, (List_1_System_Guid_ * __this, Guid item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_System_Guid__BinarySearch_1, (List_1_System_Guid_ * __this, Guid item, IComparer_1_System_Guid_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_System_Guid__BinarySearch_2, (List_1_System_Guid_ * __this, int32_t index, int32_t count, Guid item, IComparer_1_System_Guid_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_System_Guid__Clear, (List_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_System_Guid__Contains, (List_1_System_Guid_ * __this, Guid item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_Guid__CopyTo, (List_1_System_Guid_ * __this, Guid__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_Guid__CopyTo_1, (List_1_System_Guid_ * __this, Guid__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_Guid__EnsureCapacity, (List_1_System_Guid_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_Guid__Exists, (List_1_System_Guid_ * __this, Predicate_1_Guid_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, Guid, List_1_System_Guid__Find, (List_1_System_Guid_ * __this, Predicate_1_Guid_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_System_Guid_ *, List_1_System_Guid__FindAll, (List_1_System_Guid_ * __this, Predicate_1_Guid_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_Guid__FindIndex, (List_1_System_Guid_ * __this, Predicate_1_Guid_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_System_Guid__FindIndex_1, (List_1_System_Guid_ * __this, int32_t startIndex, int32_t count, Predicate_1_Guid_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_System_Guid__ForEach, (List_1_System_Guid_ * __this, Action_1_Guid_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_System_Guid_, List_1_System_Guid__GetEnumerator, (List_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_System_Guid__IndexOf, (List_1_System_Guid_ * __this, Guid item, MethodInfo * method)); DO_APP_FUNC(0x017A6260, void, List_1_System_Guid__Insert, (List_1_System_Guid_ * __this, int32_t index, Guid item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDBF8, List_1_System_Guid__Insert__MethodInfo); DO_APP_FUNC(0x017CA4F0, void, List_1_System_Guid__InsertRange, (List_1_System_Guid_ * __this, int32_t index, IEnumerable_1_System_Guid_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_System_Guid__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_System_Guid__Remove, (List_1_System_Guid_ * __this, Guid item, MethodInfo * method)); DO_APP_FUNC(0x017A66F0, int32_t, List_1_System_Guid__RemoveAll, (List_1_System_Guid_ * __this, Predicate_1_Guid_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_System_Guid__RemoveAt, (List_1_System_Guid_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_System_Guid__RemoveRange, (List_1_System_Guid_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_Guid__Reverse, (List_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_Guid__Reverse_1, (List_1_System_Guid_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_Guid__Sort, (List_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_Guid__Sort_1, (List_1_System_Guid_ * __this, Comparison_1_Guid_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_Guid__Sort_2, (List_1_System_Guid_ * __this, IComparer_1_System_Guid_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_Guid__Sort_3, (List_1_System_Guid_ * __this, int32_t index, int32_t count, IComparer_1_System_Guid_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Guid__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_System_Guid_ *, List_1_System_Guid__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_Guid__System_Collections_ICollection_CopyTo, (List_1_System_Guid_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Guid__System_Collections_ICollection_get_IsSynchronized, (List_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017CA440, Object *, List_1_System_Guid__System_Collections_ICollection_get_SyncRoot, (List_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_System_Guid__System_Collections_IEnumerable_GetEnumerator, (List_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_System_Guid__System_Collections_IList_Add, (List_1_System_Guid_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_System_Guid__System_Collections_IList_Contains, (List_1_System_Guid_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_System_Guid__System_Collections_IList_IndexOf, (List_1_System_Guid_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_System_Guid__System_Collections_IList_Insert, (List_1_System_Guid_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_System_Guid__System_Collections_IList_Remove, (List_1_System_Guid_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Guid__System_Collections_IList_get_IsFixedSize, (List_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Guid__System_Collections_IList_get_IsReadOnly, (List_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_System_Guid__System_Collections_IList_get_Item, (List_1_System_Guid_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_System_Guid__System_Collections_IList_set_Item, (List_1_System_Guid_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Guid__Array *, List_1_System_Guid__ToArray, (List_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDBE0, List_1_System_Guid__ToArray__MethodInfo); DO_APP_FUNC(0x01796790, void, List_1_System_Guid__TrimExcess, (List_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_Guid__get_Capacity, (List_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_Guid__get_Count, (List_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, Guid, List_1_System_Guid__get_Item, (List_1_System_Guid_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_System_Guid__set_Capacity, (List_1_System_Guid_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A6120, void, List_1_System_Guid__set_Item, (List_1_System_Guid_ * __this, int32_t index, Guid value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Rewired_InputActionSourceData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Rewired_InputActionSourceData___ctor, (List_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C200, List_1_Rewired_InputActionSourceData___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Rewired_InputActionSourceData___ctor_1, (List_1_Rewired_InputActionSourceData_ * __this, IEnumerable_1_Rewired_InputActionSourceData_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Rewired_InputActionSourceData___ctor_2, (List_1_Rewired_InputActionSourceData_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A06D0, void, List_1_Rewired_InputActionSourceData__Add, (List_1_Rewired_InputActionSourceData_ * __this, InputActionSourceData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C190, List_1_Rewired_InputActionSourceData__Add__MethodInfo); DO_APP_FUNC(0x017CAF60, void, List_1_Rewired_InputActionSourceData__AddEnumerable, (List_1_Rewired_InputActionSourceData_ * __this, IEnumerable_1_Rewired_InputActionSourceData_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Rewired_InputActionSourceData__AddRange, (List_1_Rewired_InputActionSourceData_ * __this, IEnumerable_1_Rewired_InputActionSourceData_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A07C0, void, List_1_Rewired_InputActionSourceData__AddWithResize, (List_1_Rewired_InputActionSourceData_ * __this, InputActionSourceData item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Rewired_InputActionSourceData_ *, List_1_Rewired_InputActionSourceData__AsReadOnly, (List_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_Rewired_InputActionSourceData__BinarySearch, (List_1_Rewired_InputActionSourceData_ * __this, InputActionSourceData item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_Rewired_InputActionSourceData__BinarySearch_1, (List_1_Rewired_InputActionSourceData_ * __this, InputActionSourceData item, IComparer_1_Rewired_InputActionSourceData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_Rewired_InputActionSourceData__BinarySearch_2, (List_1_Rewired_InputActionSourceData_ * __this, int32_t index, int32_t count, InputActionSourceData item, IComparer_1_Rewired_InputActionSourceData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Rewired_InputActionSourceData__Clear, (List_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C1A8, List_1_Rewired_InputActionSourceData__Clear__MethodInfo); DO_APP_FUNC(0x0179A250, bool, List_1_Rewired_InputActionSourceData__Contains, (List_1_Rewired_InputActionSourceData_ * __this, InputActionSourceData item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Rewired_InputActionSourceData__CopyTo, (List_1_Rewired_InputActionSourceData_ * __this, InputActionSourceData__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Rewired_InputActionSourceData__CopyTo_1, (List_1_Rewired_InputActionSourceData_ * __this, InputActionSourceData__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Rewired_InputActionSourceData__EnsureCapacity, (List_1_Rewired_InputActionSourceData_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Rewired_InputActionSourceData__Exists, (List_1_Rewired_InputActionSourceData_ * __this, Predicate_1_Rewired_InputActionSourceData_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, InputActionSourceData, List_1_Rewired_InputActionSourceData__Find, (List_1_Rewired_InputActionSourceData_ * __this, Predicate_1_Rewired_InputActionSourceData_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_Rewired_InputActionSourceData_ *, List_1_Rewired_InputActionSourceData__FindAll, (List_1_Rewired_InputActionSourceData_ * __this, Predicate_1_Rewired_InputActionSourceData_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Rewired_InputActionSourceData__FindIndex, (List_1_Rewired_InputActionSourceData_ * __this, Predicate_1_Rewired_InputActionSourceData_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_Rewired_InputActionSourceData__FindIndex_1, (List_1_Rewired_InputActionSourceData_ * __this, int32_t startIndex, int32_t count, Predicate_1_Rewired_InputActionSourceData_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_Rewired_InputActionSourceData__ForEach, (List_1_Rewired_InputActionSourceData_ * __this, Action_1_Rewired_InputActionSourceData_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_Rewired_InputActionSourceData_, List_1_Rewired_InputActionSourceData__GetEnumerator, (List_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_Rewired_InputActionSourceData__IndexOf, (List_1_Rewired_InputActionSourceData_ * __this, InputActionSourceData item, MethodInfo * method)); DO_APP_FUNC(0x017A0890, void, List_1_Rewired_InputActionSourceData__Insert, (List_1_Rewired_InputActionSourceData_ * __this, int32_t index, InputActionSourceData item, MethodInfo * method)); DO_APP_FUNC(0x017CAB90, void, List_1_Rewired_InputActionSourceData__InsertRange, (List_1_Rewired_InputActionSourceData_ * __this, int32_t index, IEnumerable_1_Rewired_InputActionSourceData_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_Rewired_InputActionSourceData__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_Rewired_InputActionSourceData__Remove, (List_1_Rewired_InputActionSourceData_ * __this, InputActionSourceData item, MethodInfo * method)); DO_APP_FUNC(0x017A0DA0, int32_t, List_1_Rewired_InputActionSourceData__RemoveAll, (List_1_Rewired_InputActionSourceData_ * __this, Predicate_1_Rewired_InputActionSourceData_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A0F80, void, List_1_Rewired_InputActionSourceData__RemoveAt, (List_1_Rewired_InputActionSourceData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_Rewired_InputActionSourceData__RemoveRange, (List_1_Rewired_InputActionSourceData_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Rewired_InputActionSourceData__Reverse, (List_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Rewired_InputActionSourceData__Reverse_1, (List_1_Rewired_InputActionSourceData_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Rewired_InputActionSourceData__Sort, (List_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Rewired_InputActionSourceData__Sort_1, (List_1_Rewired_InputActionSourceData_ * __this, Comparison_1_Rewired_InputActionSourceData_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Rewired_InputActionSourceData__Sort_2, (List_1_Rewired_InputActionSourceData_ * __this, IComparer_1_Rewired_InputActionSourceData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Rewired_InputActionSourceData__Sort_3, (List_1_Rewired_InputActionSourceData_ * __this, int32_t index, int32_t count, IComparer_1_Rewired_InputActionSourceData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_InputActionSourceData__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_Rewired_InputActionSourceData_ *, List_1_Rewired_InputActionSourceData__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Rewired_InputActionSourceData__System_Collections_ICollection_CopyTo, (List_1_Rewired_InputActionSourceData_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_InputActionSourceData__System_Collections_ICollection_get_IsSynchronized, (List_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017CAAE0, Object *, List_1_Rewired_InputActionSourceData__System_Collections_ICollection_get_SyncRoot, (List_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_Rewired_InputActionSourceData__System_Collections_IEnumerable_GetEnumerator, (List_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_Rewired_InputActionSourceData__System_Collections_IList_Add, (List_1_Rewired_InputActionSourceData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_Rewired_InputActionSourceData__System_Collections_IList_Contains, (List_1_Rewired_InputActionSourceData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_Rewired_InputActionSourceData__System_Collections_IList_IndexOf, (List_1_Rewired_InputActionSourceData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_Rewired_InputActionSourceData__System_Collections_IList_Insert, (List_1_Rewired_InputActionSourceData_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_Rewired_InputActionSourceData__System_Collections_IList_Remove, (List_1_Rewired_InputActionSourceData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_InputActionSourceData__System_Collections_IList_get_IsFixedSize, (List_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_InputActionSourceData__System_Collections_IList_get_IsReadOnly, (List_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_Rewired_InputActionSourceData__System_Collections_IList_get_Item, (List_1_Rewired_InputActionSourceData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_Rewired_InputActionSourceData__System_Collections_IList_set_Item, (List_1_Rewired_InputActionSourceData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, InputActionSourceData__Array *, List_1_Rewired_InputActionSourceData__ToArray, (List_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Rewired_InputActionSourceData__TrimExcess, (List_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Rewired_InputActionSourceData__get_Capacity, (List_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Rewired_InputActionSourceData__get_Count, (List_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799950, InputActionSourceData, List_1_Rewired_InputActionSourceData__get_Item, (List_1_Rewired_InputActionSourceData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_Rewired_InputActionSourceData__set_Capacity, (List_1_Rewired_InputActionSourceData_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A0620, void, List_1_Rewired_InputActionSourceData__set_Item, (List_1_Rewired_InputActionSourceData_ * __this, int32_t index, InputActionSourceData value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_InputSystem_InputBinding___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_InputSystem_InputBinding___ctor, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87000, List_1_UnityEngine_InputSystem_InputBinding___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_InputSystem_InputBinding___ctor_1, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, IEnumerable_1_UnityEngine_InputSystem_InputBinding_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_InputSystem_InputBinding___ctor_2, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017CB6F0, void, List_1_UnityEngine_InputSystem_InputBinding__Add, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86F90, List_1_UnityEngine_InputSystem_InputBinding__Add__MethodInfo); DO_APP_FUNC(0x017CD400, void, List_1_UnityEngine_InputSystem_InputBinding__AddEnumerable, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, IEnumerable_1_UnityEngine_InputSystem_InputBinding_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_InputSystem_InputBinding__AddRange, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, IEnumerable_1_UnityEngine_InputSystem_InputBinding_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017CB7A0, void, List_1_UnityEngine_InputSystem_InputBinding__AddWithResize, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ *, List_1_UnityEngine_InputSystem_InputBinding__AsReadOnly, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017CBAF0, int32_t, List_1_UnityEngine_InputSystem_InputBinding__BinarySearch, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding item, MethodInfo * method)); DO_APP_FUNC(0x017CBBC0, int32_t, List_1_UnityEngine_InputSystem_InputBinding__BinarySearch_1, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding item, IComparer_1_UnityEngine_InputSystem_InputBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017CBA00, int32_t, List_1_UnityEngine_InputSystem_InputBinding__BinarySearch_2, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, int32_t index, int32_t count, InputBinding item, IComparer_1_UnityEngine_InputSystem_InputBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_InputSystem_InputBinding__Clear, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017CBC90, bool, List_1_UnityEngine_InputSystem_InputBinding__Contains, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_InputSystem_InputBinding__CopyTo, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_InputSystem_InputBinding__CopyTo_1, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_InputSystem_InputBinding__EnsureCapacity, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_InputSystem_InputBinding__Exists, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, Predicate_1_UnityEngine_InputSystem_InputBinding_ * match, MethodInfo * method)); DO_APP_FUNC(0x017CBE90, InputBinding, List_1_UnityEngine_InputSystem_InputBinding__Find, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, Predicate_1_UnityEngine_InputSystem_InputBinding_ * match, MethodInfo * method)); DO_APP_FUNC(0x017CC020, List_1_UnityEngine_InputSystem_InputBinding_ *, List_1_UnityEngine_InputSystem_InputBinding__FindAll, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, Predicate_1_UnityEngine_InputSystem_InputBinding_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_InputSystem_InputBinding__FindIndex, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, Predicate_1_UnityEngine_InputSystem_InputBinding_ * match, MethodInfo * method)); DO_APP_FUNC(0x017CC210, int32_t, List_1_UnityEngine_InputSystem_InputBinding__FindIndex_1, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_InputSystem_InputBinding_ * match, MethodInfo * method)); DO_APP_FUNC(0x017CC370, void, List_1_UnityEngine_InputSystem_InputBinding__ForEach, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, Action_1_UnityEngine_InputSystem_InputBinding_ * action, MethodInfo * method)); DO_APP_FUNC(0x017CC490, List_1_T_Enumerator_UnityEngine_InputSystem_InputBinding_, List_1_UnityEngine_InputSystem_InputBinding__GetEnumerator, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017CC670, int32_t, List_1_UnityEngine_InputSystem_InputBinding__IndexOf, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding item, MethodInfo * method)); DO_APP_FUNC(0x017CC870, void, List_1_UnityEngine_InputSystem_InputBinding__Insert, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, int32_t index, InputBinding item, MethodInfo * method)); DO_APP_FUNC(0x017CCB00, void, List_1_UnityEngine_InputSystem_InputBinding__InsertRange, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, int32_t index, IEnumerable_1_UnityEngine_InputSystem_InputBinding_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017CB3B0, bool, List_1_UnityEngine_InputSystem_InputBinding__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017CCEA0, bool, List_1_UnityEngine_InputSystem_InputBinding__Remove, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding item, MethodInfo * method)); DO_APP_FUNC(0x017CD0D0, int32_t, List_1_UnityEngine_InputSystem_InputBinding__RemoveAll, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, Predicate_1_UnityEngine_InputSystem_InputBinding_ * match, MethodInfo * method)); DO_APP_FUNC(0x017CD350, void, List_1_UnityEngine_InputSystem_InputBinding__RemoveAt, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_InputSystem_InputBinding__RemoveRange, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_InputSystem_InputBinding__Reverse, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_InputSystem_InputBinding__Reverse_1, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_InputSystem_InputBinding__Sort, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_InputSystem_InputBinding__Sort_1, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, Comparison_1_UnityEngine_InputSystem_InputBinding_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_InputSystem_InputBinding__Sort_2, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, IComparer_1_UnityEngine_InputSystem_InputBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_InputSystem_InputBinding__Sort_3, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_InputSystem_InputBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_InputBinding__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017CC550, IEnumerator_1_UnityEngine_InputSystem_InputBinding_ *, List_1_UnityEngine_InputSystem_InputBinding__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_InputSystem_InputBinding__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_InputBinding__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017CB200, Object *, List_1_UnityEngine_InputSystem_InputBinding__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017CC550, IEnumerator *, List_1_UnityEngine_InputSystem_InputBinding__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017CB850, int32_t, List_1_UnityEngine_InputSystem_InputBinding__System_Collections_IList_Add, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017CBD30, bool, List_1_UnityEngine_InputSystem_InputBinding__System_Collections_IList_Contains, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017CC700, int32_t, List_1_UnityEngine_InputSystem_InputBinding__System_Collections_IList_IndexOf, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017CC980, void, List_1_UnityEngine_InputSystem_InputBinding__System_Collections_IList_Insert, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017CCF70, void, List_1_UnityEngine_InputSystem_InputBinding__System_Collections_IList_Remove, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_InputBinding__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_InputBinding__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017CB4C0, Object *, List_1_UnityEngine_InputSystem_InputBinding__System_Collections_IList_get_Item, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017CB570, void, List_1_UnityEngine_InputSystem_InputBinding__System_Collections_IList_set_Item, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, InputBinding__Array *, List_1_UnityEngine_InputSystem_InputBinding__ToArray, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86F40, List_1_UnityEngine_InputSystem_InputBinding__ToArray__MethodInfo); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_InputSystem_InputBinding__TrimExcess, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_InputSystem_InputBinding__get_Capacity, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_InputSystem_InputBinding__get_Count, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017CB2B0, InputBinding, List_1_UnityEngine_InputSystem_InputBinding__get_Item, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_InputSystem_InputBinding__set_Capacity, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017CB330, void, List_1_UnityEngine_InputSystem_InputBinding__set_Item, (List_1_UnityEngine_InputSystem_InputBinding_ * __this, int32_t index, InputBinding value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_XR_InputDevice___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_XR_InputDevice___ctor, (List_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA21A8, List_1_UnityEngine_XR_InputDevice___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_XR_InputDevice___ctor_1, (List_1_UnityEngine_XR_InputDevice_ * __this, IEnumerable_1_UnityEngine_XR_InputDevice_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_XR_InputDevice___ctor_2, (List_1_UnityEngine_XR_InputDevice_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A6170, void, List_1_UnityEngine_XR_InputDevice__Add, (List_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9290, List_1_UnityEngine_XR_InputDevice__Add__MethodInfo); DO_APP_FUNC(0x017CDB70, void, List_1_UnityEngine_XR_InputDevice__AddEnumerable, (List_1_UnityEngine_XR_InputDevice_ * __this, IEnumerable_1_UnityEngine_XR_InputDevice_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_XR_InputDevice__AddRange, (List_1_UnityEngine_XR_InputDevice_ * __this, IEnumerable_1_UnityEngine_XR_InputDevice_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A61F0, void, List_1_UnityEngine_XR_InputDevice__AddWithResize, (List_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1 item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ *, List_1_UnityEngine_XR_InputDevice__AsReadOnly, (List_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_XR_InputDevice__BinarySearch, (List_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1 item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_XR_InputDevice__BinarySearch_1, (List_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1 item, IComparer_1_UnityEngine_XR_InputDevice_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_XR_InputDevice__BinarySearch_2, (List_1_UnityEngine_XR_InputDevice_ * __this, int32_t index, int32_t count, InputDevice_1 item, IComparer_1_UnityEngine_XR_InputDevice_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_XR_InputDevice__Clear, (List_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA21C8, List_1_UnityEngine_XR_InputDevice__Clear__MethodInfo); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_XR_InputDevice__Contains, (List_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1 item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_XR_InputDevice__CopyTo, (List_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_XR_InputDevice__CopyTo_1, (List_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_XR_InputDevice__EnsureCapacity, (List_1_UnityEngine_XR_InputDevice_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_XR_InputDevice__Exists, (List_1_UnityEngine_XR_InputDevice_ * __this, Predicate_1_UnityEngine_XR_InputDevice_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, InputDevice_1, List_1_UnityEngine_XR_InputDevice__Find, (List_1_UnityEngine_XR_InputDevice_ * __this, Predicate_1_UnityEngine_XR_InputDevice_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_XR_InputDevice_ *, List_1_UnityEngine_XR_InputDevice__FindAll, (List_1_UnityEngine_XR_InputDevice_ * __this, Predicate_1_UnityEngine_XR_InputDevice_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_XR_InputDevice__FindIndex, (List_1_UnityEngine_XR_InputDevice_ * __this, Predicate_1_UnityEngine_XR_InputDevice_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_XR_InputDevice__FindIndex_1, (List_1_UnityEngine_XR_InputDevice_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_XR_InputDevice_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_XR_InputDevice__ForEach, (List_1_UnityEngine_XR_InputDevice_ * __this, Action_1_UnityEngine_XR_InputDevice_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_XR_InputDevice_, List_1_UnityEngine_XR_InputDevice__GetEnumerator, (List_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72108, List_1_UnityEngine_XR_InputDevice__GetEnumerator__MethodInfo); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_XR_InputDevice__IndexOf, (List_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1 item, MethodInfo * method)); DO_APP_FUNC(0x017A6260, void, List_1_UnityEngine_XR_InputDevice__Insert, (List_1_UnityEngine_XR_InputDevice_ * __this, int32_t index, InputDevice_1 item, MethodInfo * method)); DO_APP_FUNC(0x017CD7B0, void, List_1_UnityEngine_XR_InputDevice__InsertRange, (List_1_UnityEngine_XR_InputDevice_ * __this, int32_t index, IEnumerable_1_UnityEngine_XR_InputDevice_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_XR_InputDevice__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_XR_InputDevice__Remove, (List_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1 item, MethodInfo * method)); DO_APP_FUNC(0x017A66F0, int32_t, List_1_UnityEngine_XR_InputDevice__RemoveAll, (List_1_UnityEngine_XR_InputDevice_ * __this, Predicate_1_UnityEngine_XR_InputDevice_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_XR_InputDevice__RemoveAt, (List_1_UnityEngine_XR_InputDevice_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_XR_InputDevice__RemoveRange, (List_1_UnityEngine_XR_InputDevice_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_XR_InputDevice__Reverse, (List_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_XR_InputDevice__Reverse_1, (List_1_UnityEngine_XR_InputDevice_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_XR_InputDevice__Sort, (List_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_XR_InputDevice__Sort_1, (List_1_UnityEngine_XR_InputDevice_ * __this, Comparison_1_UnityEngine_XR_InputDevice_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_XR_InputDevice__Sort_2, (List_1_UnityEngine_XR_InputDevice_ * __this, IComparer_1_UnityEngine_XR_InputDevice_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_XR_InputDevice__Sort_3, (List_1_UnityEngine_XR_InputDevice_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_XR_InputDevice_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_XR_InputDevice__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_XR_InputDevice_ *, List_1_UnityEngine_XR_InputDevice__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_XR_InputDevice__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_XR_InputDevice_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_XR_InputDevice__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017CD700, Object *, List_1_UnityEngine_XR_InputDevice__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_XR_InputDevice__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_XR_InputDevice__System_Collections_IList_Add, (List_1_UnityEngine_XR_InputDevice_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_XR_InputDevice__System_Collections_IList_Contains, (List_1_UnityEngine_XR_InputDevice_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_XR_InputDevice__System_Collections_IList_IndexOf, (List_1_UnityEngine_XR_InputDevice_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_XR_InputDevice__System_Collections_IList_Insert, (List_1_UnityEngine_XR_InputDevice_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_XR_InputDevice__System_Collections_IList_Remove, (List_1_UnityEngine_XR_InputDevice_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_XR_InputDevice__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_XR_InputDevice__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_XR_InputDevice__System_Collections_IList_get_Item, (List_1_UnityEngine_XR_InputDevice_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_XR_InputDevice__System_Collections_IList_set_Item, (List_1_UnityEngine_XR_InputDevice_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, InputDevice_1__Array *, List_1_UnityEngine_XR_InputDevice__ToArray, (List_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_XR_InputDevice__TrimExcess, (List_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_XR_InputDevice__get_Capacity, (List_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_XR_InputDevice__get_Count, (List_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA21B0, List_1_UnityEngine_XR_InputDevice__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, InputDevice_1, List_1_UnityEngine_XR_InputDevice__get_Item, (List_1_UnityEngine_XR_InputDevice_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2198, List_1_UnityEngine_XR_InputDevice__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_XR_InputDevice__set_Capacity, (List_1_UnityEngine_XR_InputDevice_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A6120, void, List_1_UnityEngine_XR_InputDevice__set_Item, (List_1_UnityEngine_XR_InputDevice_ * __this, int32_t index, InputDevice_1 value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription___ctor, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DB20, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription___ctor_1, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, IEnumerable_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription___ctor_2, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017CDF70, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Add, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90F00, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Add__MethodInfo); DO_APP_FUNC(0x017CE910, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__AddEnumerable, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, IEnumerable_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__AddRange, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, IEnumerable_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017CE090, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__AddWithResize, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ *, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__AsReadOnly, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AC380, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__BinarySearch, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription item, MethodInfo * method)); DO_APP_FUNC(0x017AC430, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__BinarySearch_1, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription item, IComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017AC2B0, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__BinarySearch_2, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, int32_t index, int32_t count, InputDeviceDescription item, IComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Clear, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AC4E0, bool, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Contains, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__CopyTo, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__CopyTo_1, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__EnsureCapacity, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Exists, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, Predicate_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AC6B0, InputDeviceDescription, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Find, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, Predicate_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AC810, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ *, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__FindAll, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, Predicate_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__FindIndex, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, Predicate_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AC9D0, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__FindIndex_1, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * match, MethodInfo * method)); DO_APP_FUNC(0x017ACB10, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__ForEach, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, Action_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * action, MethodInfo * method)); DO_APP_FUNC(0x017ACC00, List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputDeviceDescription_, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__GetEnumerator, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017ACDE0, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__IndexOf, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription item, MethodInfo * method)); DO_APP_FUNC(0x017CE170, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Insert, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, int32_t index, InputDeviceDescription item, MethodInfo * method)); DO_APP_FUNC(0x017CE2C0, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__InsertRange, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, int32_t index, IEnumerable_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017ABC20, bool, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017AD5F0, bool, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Remove, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription item, MethodInfo * method)); DO_APP_FUNC(0x017CE640, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__RemoveAll, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, Predicate_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * match, MethodInfo * method)); DO_APP_FUNC(0x017CE870, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__RemoveAt, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__RemoveRange, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Reverse, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Reverse_1, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Sort, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Sort_1, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, Comparison_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Sort_2, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, IComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Sort_3, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017ACCB0, IEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ *, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017CDE00, Object *, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017ACCB0, IEnumerator *, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AC120, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IList_Add, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AC560, bool, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IList_Contains, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017ACE60, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IList_IndexOf, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AD100, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IList_Insert, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AD6A0, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IList_Remove, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017ABD20, Object *, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IList_get_Item, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017ABDC0, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IList_set_Item, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, InputDeviceDescription__Array *, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__ToArray, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__TrimExcess, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__get_Capacity, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__get_Count, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017ABAF0, InputDeviceDescription, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__get_Item, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__set_Capacity, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017CDEB0, void, List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__set_Item, (List_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, int32_t index, InputDeviceDescription value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr___ctor, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99440, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr___ctor_1, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, IEnumerable_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr___ctor_2, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179DF80, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Add, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99430, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Add__MethodInfo); DO_APP_FUNC(0x017CEFE0, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__AddEnumerable, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, IEnumerable_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__AddRange, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, IEnumerable_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179DFE0, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__AddWithResize, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ *, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__AsReadOnly, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E240, int32_t, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__BinarySearch, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr item, MethodInfo * method)); DO_APP_FUNC(0x0179E2C0, int32_t, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__BinarySearch_1, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr item, IComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__BinarySearch_2, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, int32_t index, int32_t count, InputEventPtr item, IComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Clear, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E360, bool, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Contains, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__CopyTo, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__CopyTo_1, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__EnsureCapacity, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Exists, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Predicate_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E4E0, InputEventPtr, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Find, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Predicate_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E5B0, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ *, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__FindAll, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Predicate_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__FindIndex, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Predicate_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E710, int32_t, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__FindIndex_1, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E810, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__ForEach, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Action_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179E8D0, List_1_T_Enumerator_UnityEngine_InputSystem_LowLevel_InputEventPtr_, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__GetEnumerator, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179EA30, int32_t, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__IndexOf, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr item, MethodInfo * method)); DO_APP_FUNC(0x0179EBB0, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Insert, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, int32_t index, InputEventPtr item, MethodInfo * method)); DO_APP_FUNC(0x017CEC90, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__InsertRange, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, int32_t index, IEnumerable_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179DD10, bool, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Remove, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr item, MethodInfo * method)); DO_APP_FUNC(0x0179F2A0, int32_t, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__RemoveAll, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Predicate_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__RemoveAt, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__RemoveRange, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Reverse, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Reverse_1, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Sort, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Sort_1, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Comparison_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99428, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Sort_1__MethodInfo); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Sort_2, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, IComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Sort_3, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ *, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017CEBE0, Object *, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator *, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E050, int32_t, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IList_Add, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179E3B0, bool, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IList_Contains, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EA80, int32_t, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IList_IndexOf, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EC80, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IList_Insert, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179F190, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IList_Remove, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DDE0, Object *, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IList_get_Item, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179DE50, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IList_set_Item, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, InputEventPtr__Array *, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__ToArray, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__TrimExcess, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__get_Capacity, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__get_Count, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99400, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__get_Count__MethodInfo); DO_APP_FUNC(0x0179DC90, InputEventPtr, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__get_Item, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99498, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__set_Capacity, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179DCD0, void, List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__set_Item, (List_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, int32_t index, InputEventPtr value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_Int16___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_Int16___ctor, (List_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_System_Int16___ctor_1, (List_1_System_Int16_ * __this, IEnumerable_1_System_Int16_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_Int16___ctor_2, (List_1_System_Int16_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017B5840, void, List_1_System_Int16__Add, (List_1_System_Int16_ * __this, int16_t item, MethodInfo * method)); DO_APP_FUNC(0x017CF640, void, List_1_System_Int16__AddEnumerable, (List_1_System_Int16_ * __this, IEnumerable_1_System_Int16_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_Int16__AddRange, (List_1_System_Int16_ * __this, IEnumerable_1_System_Int16_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B58A0, void, List_1_System_Int16__AddWithResize, (List_1_System_Int16_ * __this, int16_t item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Int16_ *, List_1_System_Int16__AsReadOnly, (List_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B5A70, int32_t, List_1_System_Int16__BinarySearch, (List_1_System_Int16_ * __this, int16_t item, MethodInfo * method)); DO_APP_FUNC(0x017B5AF0, int32_t, List_1_System_Int16__BinarySearch_1, (List_1_System_Int16_ * __this, int16_t item, IComparer_1_System_Int16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_System_Int16__BinarySearch_2, (List_1_System_Int16_ * __this, int32_t index, int32_t count, int16_t item, IComparer_1_System_Int16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_System_Int16__Clear, (List_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E360, bool, List_1_System_Int16__Contains, (List_1_System_Int16_ * __this, int16_t item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_Int16__CopyTo, (List_1_System_Int16_ * __this, Int16__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_Int16__CopyTo_1, (List_1_System_Int16_ * __this, Int16__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_Int16__EnsureCapacity, (List_1_System_Int16_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_Int16__Exists, (List_1_System_Int16_ * __this, Predicate_1_Int16_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B5CB0, int16_t, List_1_System_Int16__Find, (List_1_System_Int16_ * __this, Predicate_1_Int16_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B5DA0, List_1_System_Int16_ *, List_1_System_Int16__FindAll, (List_1_System_Int16_ * __this, Predicate_1_Int16_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_Int16__FindIndex, (List_1_System_Int16_ * __this, Predicate_1_Int16_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B5F00, int32_t, List_1_System_Int16__FindIndex_1, (List_1_System_Int16_ * __this, int32_t startIndex, int32_t count, Predicate_1_Int16_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B6000, void, List_1_System_Int16__ForEach, (List_1_System_Int16_ * __this, Action_1_Int16_ * action, MethodInfo * method)); DO_APP_FUNC(0x017B60C0, List_1_T_Enumerator_System_Int16_, List_1_System_Int16__GetEnumerator, (List_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179EA30, int32_t, List_1_System_Int16__IndexOf, (List_1_System_Int16_ * __this, int16_t item, MethodInfo * method)); DO_APP_FUNC(0x017B6350, void, List_1_System_Int16__Insert, (List_1_System_Int16_ * __this, int32_t index, int16_t item, MethodInfo * method)); DO_APP_FUNC(0x017CF2F0, void, List_1_System_Int16__InsertRange, (List_1_System_Int16_ * __this, int32_t index, IEnumerable_1_System_Int16_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B55D0, bool, List_1_System_Int16__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_System_Int16__Remove, (List_1_System_Int16_ * __this, int16_t item, MethodInfo * method)); DO_APP_FUNC(0x017B69C0, int32_t, List_1_System_Int16__RemoveAll, (List_1_System_Int16_ * __this, Predicate_1_Int16_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_System_Int16__RemoveAt, (List_1_System_Int16_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_System_Int16__RemoveRange, (List_1_System_Int16_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_Int16__Reverse, (List_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_Int16__Reverse_1, (List_1_System_Int16_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_Int16__Sort, (List_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_Int16__Sort_1, (List_1_System_Int16_ * __this, Comparison_1_Int16_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_Int16__Sort_2, (List_1_System_Int16_ * __this, IComparer_1_System_Int16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_Int16__Sort_3, (List_1_System_Int16_ * __this, int32_t index, int32_t count, IComparer_1_System_Int16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Int16__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B6150, IEnumerator_1_System_Int16_ *, List_1_System_Int16__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_Int16__System_Collections_ICollection_CopyTo, (List_1_System_Int16_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Int16__System_Collections_ICollection_get_IsSynchronized, (List_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017CF240, Object *, List_1_System_Int16__System_Collections_ICollection_get_SyncRoot, (List_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B6150, IEnumerator *, List_1_System_Int16__System_Collections_IEnumerable_GetEnumerator, (List_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B5910, int32_t, List_1_System_Int16__System_Collections_IList_Add, (List_1_System_Int16_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B5B80, bool, List_1_System_Int16__System_Collections_IList_Contains, (List_1_System_Int16_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B6220, int32_t, List_1_System_Int16__System_Collections_IList_IndexOf, (List_1_System_Int16_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B6420, void, List_1_System_Int16__System_Collections_IList_Insert, (List_1_System_Int16_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B68B0, void, List_1_System_Int16__System_Collections_IList_Remove, (List_1_System_Int16_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Int16__System_Collections_IList_get_IsFixedSize, (List_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Int16__System_Collections_IList_get_IsReadOnly, (List_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B56A0, Object *, List_1_System_Int16__System_Collections_IList_get_Item, (List_1_System_Int16_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017B5710, void, List_1_System_Int16__System_Collections_IList_set_Item, (List_1_System_Int16_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Int16__Array *, List_1_System_Int16__ToArray, (List_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_System_Int16__TrimExcess, (List_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_Int16__get_Capacity, (List_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_Int16__get_Count, (List_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B5550, int16_t, List_1_System_Int16__get_Item, (List_1_System_Int16_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_System_Int16__set_Capacity, (List_1_System_Int16_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017B5590, void, List_1_System_Int16__set_Item, (List_1_System_Int16_ * __this, int32_t index, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Pathfinding_Int3___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Pathfinding_Int3___ctor, (List_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_Pathfinding_Int3___ctor_1, (List_1_Pathfinding_Int3_ * __this, IEnumerable_1_Pathfinding_Int3_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Pathfinding_Int3___ctor_2, (List_1_Pathfinding_Int3_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x00AE89D0, void, List_1_Pathfinding_Int3__Add, (List_1_Pathfinding_Int3_ * __this, Int3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DFF0, List_1_Pathfinding_Int3__Add__MethodInfo); DO_APP_FUNC(0x017CFD20, void, List_1_Pathfinding_Int3__AddEnumerable, (List_1_Pathfinding_Int3_ * __this, IEnumerable_1_Pathfinding_Int3_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Pathfinding_Int3__AddRange, (List_1_Pathfinding_Int3_ * __this, IEnumerable_1_Pathfinding_Int3_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A8B90, void, List_1_Pathfinding_Int3__AddWithResize, (List_1_Pathfinding_Int3_ * __this, Int3 item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Pathfinding_Int3_ *, List_1_Pathfinding_Int3__AsReadOnly, (List_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8E40, int32_t, List_1_Pathfinding_Int3__BinarySearch, (List_1_Pathfinding_Int3_ * __this, Int3 item, MethodInfo * method)); DO_APP_FUNC(0x017A8EE0, int32_t, List_1_Pathfinding_Int3__BinarySearch_1, (List_1_Pathfinding_Int3_ * __this, Int3 item, IComparer_1_Pathfinding_Int3_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017A8D80, int32_t, List_1_Pathfinding_Int3__BinarySearch_2, (List_1_Pathfinding_Int3_ * __this, int32_t index, int32_t count, Int3 item, IComparer_1_Pathfinding_Int3_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_Pathfinding_Int3__Clear, (List_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8F80, bool, List_1_Pathfinding_Int3__Contains, (List_1_Pathfinding_Int3_ * __this, Int3 item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Pathfinding_Int3__CopyTo, (List_1_Pathfinding_Int3_ * __this, Int3__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Pathfinding_Int3__CopyTo_1, (List_1_Pathfinding_Int3_ * __this, Int3__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Pathfinding_Int3__EnsureCapacity, (List_1_Pathfinding_Int3_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Pathfinding_Int3__Exists, (List_1_Pathfinding_Int3_ * __this, Predicate_1_Pathfinding_Int3_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A9130, Int3, List_1_Pathfinding_Int3__Find, (List_1_Pathfinding_Int3_ * __this, Predicate_1_Pathfinding_Int3_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A9250, List_1_Pathfinding_Int3_ *, List_1_Pathfinding_Int3__FindAll, (List_1_Pathfinding_Int3_ * __this, Predicate_1_Pathfinding_Int3_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Pathfinding_Int3__FindIndex, (List_1_Pathfinding_Int3_ * __this, Predicate_1_Pathfinding_Int3_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A93D0, int32_t, List_1_Pathfinding_Int3__FindIndex_1, (List_1_Pathfinding_Int3_ * __this, int32_t startIndex, int32_t count, Predicate_1_Pathfinding_Int3_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A94F0, void, List_1_Pathfinding_Int3__ForEach, (List_1_Pathfinding_Int3_ * __this, Action_1_Pathfinding_Int3_ * action, MethodInfo * method)); DO_APP_FUNC(0x017A95C0, List_1_T_Enumerator_Pathfinding_Int3_, List_1_Pathfinding_Int3__GetEnumerator, (List_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9730, int32_t, List_1_Pathfinding_Int3__IndexOf, (List_1_Pathfinding_Int3_ * __this, Int3 item, MethodInfo * method)); DO_APP_FUNC(0x017A98D0, void, List_1_Pathfinding_Int3__Insert, (List_1_Pathfinding_Int3_ * __this, int32_t index, Int3 item, MethodInfo * method)); DO_APP_FUNC(0x017CF950, void, List_1_Pathfinding_Int3__InsertRange, (List_1_Pathfinding_Int3_ * __this, int32_t index, IEnumerable_1_Pathfinding_Int3_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A88E0, bool, List_1_Pathfinding_Int3__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017A9ED0, bool, List_1_Pathfinding_Int3__Remove, (List_1_Pathfinding_Int3_ * __this, Int3 item, MethodInfo * method)); DO_APP_FUNC(0x017AA090, int32_t, List_1_Pathfinding_Int3__RemoveAll, (List_1_Pathfinding_Int3_ * __this, Predicate_1_Pathfinding_Int3_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_Pathfinding_Int3__RemoveAt, (List_1_Pathfinding_Int3_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_Pathfinding_Int3__RemoveRange, (List_1_Pathfinding_Int3_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Pathfinding_Int3__Reverse, (List_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Pathfinding_Int3__Reverse_1, (List_1_Pathfinding_Int3_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Pathfinding_Int3__Sort, (List_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Pathfinding_Int3__Sort_1, (List_1_Pathfinding_Int3_ * __this, Comparison_1_Pathfinding_Int3_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Pathfinding_Int3__Sort_2, (List_1_Pathfinding_Int3_ * __this, IComparer_1_Pathfinding_Int3_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Pathfinding_Int3__Sort_3, (List_1_Pathfinding_Int3_ * __this, int32_t index, int32_t count, IComparer_1_Pathfinding_Int3_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_Int3__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9650, IEnumerator_1_Pathfinding_Int3_ *, List_1_Pathfinding_Int3__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Pathfinding_Int3__System_Collections_ICollection_CopyTo, (List_1_Pathfinding_Int3_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_Int3__System_Collections_ICollection_get_IsSynchronized, (List_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017CF8A0, Object *, List_1_Pathfinding_Int3__System_Collections_ICollection_get_SyncRoot, (List_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9650, IEnumerator *, List_1_Pathfinding_Int3__System_Collections_IEnumerable_GetEnumerator, (List_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8C10, int32_t, List_1_Pathfinding_Int3__System_Collections_IList_Add, (List_1_Pathfinding_Int3_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A8FF0, bool, List_1_Pathfinding_Int3__System_Collections_IList_Contains, (List_1_Pathfinding_Int3_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A9790, int32_t, List_1_Pathfinding_Int3__System_Collections_IList_IndexOf, (List_1_Pathfinding_Int3_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A99B0, void, List_1_Pathfinding_Int3__System_Collections_IList_Insert, (List_1_Pathfinding_Int3_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A9F60, void, List_1_Pathfinding_Int3__System_Collections_IList_Remove, (List_1_Pathfinding_Int3_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_Int3__System_Collections_IList_get_IsFixedSize, (List_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_Int3__System_Collections_IList_get_IsReadOnly, (List_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A89C0, Object *, List_1_Pathfinding_Int3__System_Collections_IList_get_Item, (List_1_Pathfinding_Int3_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017A8A40, void, List_1_Pathfinding_Int3__System_Collections_IList_set_Item, (List_1_Pathfinding_Int3_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Int3__Array *, List_1_Pathfinding_Int3__ToArray, (List_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Pathfinding_Int3__TrimExcess, (List_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Pathfinding_Int3__get_Capacity, (List_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C849A0, List_1_Pathfinding_Int3__get_Capacity__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Pathfinding_Int3__get_Count, (List_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D9D0, List_1_Pathfinding_Int3__get_Count__MethodInfo); DO_APP_FUNC(0x017A8820, Int3, List_1_Pathfinding_Int3__get_Item, (List_1_Pathfinding_Int3_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DFA8, List_1_Pathfinding_Int3__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Pathfinding_Int3__set_Capacity, (List_1_Pathfinding_Int3_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84988, List_1_Pathfinding_Int3__set_Capacity__MethodInfo); DO_APP_FUNC(0x017A8880, void, List_1_Pathfinding_Int3__set_Item, (List_1_Pathfinding_Int3_ * __this, int32_t index, Int3 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D9C8, List_1_Pathfinding_Int3__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_System_Int32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_Int32___ctor, (List_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC63A0, List_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_System_Int32___ctor_1, (List_1_System_Int32_ * __this, IEnumerable_1_System_Int32_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF768, List_1_System_Int32___ctor_1__MethodInfo); DO_APP_FUNC(0x01793F60, void, List_1_System_Int32___ctor_2, (List_1_System_Int32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8B50, List_1_System_Int32___ctor_2__MethodInfo); DO_APP_FUNC(0x003EAE30, void, List_1_System_Int32__Add, (List_1_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC63C0, List_1_System_Int32__Add__MethodInfo); DO_APP_FUNC(0x017D0A90, void, List_1_System_Int32__AddEnumerable, (List_1_System_Int32_ * __this, IEnumerable_1_System_Int32_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_Int32__AddRange, (List_1_System_Int32_ * __this, IEnumerable_1_System_Int32_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D980, List_1_System_Int32__AddRange__MethodInfo); DO_APP_FUNC(0x017D0050, void, List_1_System_Int32__AddWithResize, (List_1_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Int32_ *, List_1_System_Int32__AsReadOnly, (List_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D00C0, int32_t, List_1_System_Int32__BinarySearch, (List_1_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0000, List_1_System_Int32__BinarySearch__MethodInfo); DO_APP_FUNC(0x017D0140, int32_t, List_1_System_Int32__BinarySearch_1, (List_1_System_Int32_ * __this, int32_t item, IComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_System_Int32__BinarySearch_2, (List_1_System_Int32_ * __this, int32_t index, int32_t count, int32_t item, IComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D548, List_1_System_Int32__BinarySearch_2__MethodInfo); DO_APP_FUNC(0x0179E350, void, List_1_System_Int32__Clear, (List_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF770, List_1_System_Int32__Clear__MethodInfo); DO_APP_FUNC(0x0179E360, bool, List_1_System_Int32__Contains, (List_1_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDCAC8, List_1_System_Int32__Contains__MethodInfo); DO_APP_FUNC(0x01794FA0, void, List_1_System_Int32__CopyTo, (List_1_System_Int32_ * __this, Int32__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_Int32__CopyTo_1, (List_1_System_Int32_ * __this, Int32__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC63B0, List_1_System_Int32__CopyTo_1__MethodInfo); DO_APP_FUNC(0x01795020, void, List_1_System_Int32__EnsureCapacity, (List_1_System_Int32_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_Int32__Exists, (List_1_System_Int32_ * __this, Predicate_1_Int32_ * match, MethodInfo * method)); DO_APP_FUNC(0x017D01D0, int32_t, List_1_System_Int32__Find, (List_1_System_Int32_ * __this, Predicate_1_Int32_ * match, MethodInfo * method)); DO_APP_FUNC(0x017D02A0, List_1_System_Int32_ *, List_1_System_Int32__FindAll, (List_1_System_Int32_ * __this, Predicate_1_Int32_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_Int32__FindIndex, (List_1_System_Int32_ * __this, Predicate_1_Int32_ * match, MethodInfo * method)); DO_APP_FUNC(0x017D03F0, int32_t, List_1_System_Int32__FindIndex_1, (List_1_System_Int32_ * __this, int32_t startIndex, int32_t count, Predicate_1_Int32_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B8700, void, List_1_System_Int32__ForEach, (List_1_System_Int32_ * __this, Action_1_Int32_ * action, MethodInfo * method)); DO_APP_FUNC(0x017B87C0, List_1_T_Enumerator_System_Int32_, List_1_System_Int32__GetEnumerator, (List_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC62A0, List_1_System_Int32__GetEnumerator__MethodInfo); DO_APP_FUNC(0x0179EA30, int32_t, List_1_System_Int32__IndexOf, (List_1_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA96A0, List_1_System_Int32__IndexOf__MethodInfo); DO_APP_FUNC(0x017D04F0, void, List_1_System_Int32__Insert, (List_1_System_Int32_ * __this, int32_t index, int32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8B50, List_1_System_Int32__Insert__MethodInfo); DO_APP_FUNC(0x017D05C0, void, List_1_System_Int32__InsertRange, (List_1_System_Int32_ * __this, int32_t index, IEnumerable_1_System_Int32_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B7D60, bool, List_1_System_Int32__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_System_Int32__Remove, (List_1_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF7B8, List_1_System_Int32__Remove__MethodInfo); DO_APP_FUNC(0x017D0910, int32_t, List_1_System_Int32__RemoveAll, (List_1_System_Int32_ * __this, Predicate_1_Int32_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_System_Int32__RemoveAt, (List_1_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87FA0, List_1_System_Int32__RemoveAt__MethodInfo); DO_APP_FUNC(0x0179F470, void, List_1_System_Int32__RemoveRange, (List_1_System_Int32_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C831B0, List_1_System_Int32__RemoveRange__MethodInfo); DO_APP_FUNC(0x017963B0, void, List_1_System_Int32__Reverse, (List_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC600, List_1_System_Int32__Reverse__MethodInfo); DO_APP_FUNC(0x01796410, void, List_1_System_Int32__Reverse_1, (List_1_System_Int32_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_Int32__Sort, (List_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D550, List_1_System_Int32__Sort__MethodInfo); DO_APP_FUNC(0x017965F0, void, List_1_System_Int32__Sort_1, (List_1_System_Int32_ * __this, Comparison_1_Int32_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDCAB8, List_1_System_Int32__Sort_1__MethodInfo); DO_APP_FUNC(0x017964F0, void, List_1_System_Int32__Sort_2, (List_1_System_Int32_ * __this, IComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_Int32__Sort_3, (List_1_System_Int32_ * __this, int32_t index, int32_t count, IComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Int32__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8850, IEnumerator_1_System_Int32_ *, List_1_System_Int32__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_Int32__System_Collections_ICollection_CopyTo, (List_1_System_Int32_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Int32__System_Collections_ICollection_get_IsSynchronized, (List_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017CFFA0, Object *, List_1_System_Int32__System_Collections_ICollection_get_SyncRoot, (List_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8850, IEnumerator *, List_1_System_Int32__System_Collections_IEnumerable_GetEnumerator, (List_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8040, int32_t, List_1_System_Int32__System_Collections_IList_Add, (List_1_System_Int32_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B82B0, bool, List_1_System_Int32__System_Collections_IList_Contains, (List_1_System_Int32_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8920, int32_t, List_1_System_Int32__System_Collections_IList_IndexOf, (List_1_System_Int32_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8B20, void, List_1_System_Int32__System_Collections_IList_Insert, (List_1_System_Int32_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8FB0, void, List_1_System_Int32__System_Collections_IList_Remove, (List_1_System_Int32_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Int32__System_Collections_IList_get_IsFixedSize, (List_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Int32__System_Collections_IList_get_IsReadOnly, (List_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B7E30, Object *, List_1_System_Int32__System_Collections_IList_get_Item, (List_1_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017B7EA0, void, List_1_System_Int32__System_Collections_IList_set_Item, (List_1_System_Int32_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Int32__Array *, List_1_System_Int32__ToArray, (List_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8B58, List_1_System_Int32__ToArray__MethodInfo); DO_APP_FUNC(0x01796790, void, List_1_System_Int32__TrimExcess, (List_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_Int32__get_Capacity, (List_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84990, List_1_System_Int32__get_Capacity__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_Int32__get_Count, (List_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6390, List_1_System_Int32__get_Count__MethodInfo); DO_APP_FUNC(0x017B7CE0, int32_t, List_1_System_Int32__get_Item, (List_1_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6300, List_1_System_Int32__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_System_Int32__set_Capacity, (List_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84998, List_1_System_Int32__set_Capacity__MethodInfo); DO_APP_FUNC(0x017B7D20, void, List_1_System_Int32__set_Item, (List_1_System_Int32_ * __this, int32_t index, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF8B8, List_1_System_Int32__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_System_Int32Enum___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_Int32Enum___ctor, (List_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_System_Int32Enum___ctor_1, (List_1_System_Int32Enum_ * __this, IEnumerable_1_System_Int32Enum_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_Int32Enum___ctor_2, (List_1_System_Int32Enum_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x003EAE30, void, List_1_System_Int32Enum__Add, (List_1_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x017D10E0, void, List_1_System_Int32Enum__AddEnumerable, (List_1_System_Int32Enum_ * __this, IEnumerable_1_System_Int32Enum_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_Int32Enum__AddRange, (List_1_System_Int32Enum_ * __this, IEnumerable_1_System_Int32Enum_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017D0050, void, List_1_System_Int32Enum__AddWithResize, (List_1_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Int32Enum_ *, List_1_System_Int32Enum__AsReadOnly, (List_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D00C0, int32_t, List_1_System_Int32Enum__BinarySearch, (List_1_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x017D0140, int32_t, List_1_System_Int32Enum__BinarySearch_1, (List_1_System_Int32Enum_ * __this, Int32Enum__Enum item, IComparer_1_System_Int32Enum_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_System_Int32Enum__BinarySearch_2, (List_1_System_Int32Enum_ * __this, int32_t index, int32_t count, Int32Enum__Enum item, IComparer_1_System_Int32Enum_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_System_Int32Enum__Clear, (List_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E360, bool, List_1_System_Int32Enum__Contains, (List_1_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_Int32Enum__CopyTo, (List_1_System_Int32Enum_ * __this, Int32Enum__Enum__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_Int32Enum__CopyTo_1, (List_1_System_Int32Enum_ * __this, Int32Enum__Enum__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_Int32Enum__EnsureCapacity, (List_1_System_Int32Enum_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_Int32Enum__Exists, (List_1_System_Int32Enum_ * __this, Predicate_1_Int32Enum_ * match, MethodInfo * method)); DO_APP_FUNC(0x017D01D0, Int32Enum__Enum, List_1_System_Int32Enum__Find, (List_1_System_Int32Enum_ * __this, Predicate_1_Int32Enum_ * match, MethodInfo * method)); DO_APP_FUNC(0x017D02A0, List_1_System_Int32Enum_ *, List_1_System_Int32Enum__FindAll, (List_1_System_Int32Enum_ * __this, Predicate_1_Int32Enum_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_Int32Enum__FindIndex, (List_1_System_Int32Enum_ * __this, Predicate_1_Int32Enum_ * match, MethodInfo * method)); DO_APP_FUNC(0x017D03F0, int32_t, List_1_System_Int32Enum__FindIndex_1, (List_1_System_Int32Enum_ * __this, int32_t startIndex, int32_t count, Predicate_1_Int32Enum_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B8700, void, List_1_System_Int32Enum__ForEach, (List_1_System_Int32Enum_ * __this, Action_1_Int32Enum_ * action, MethodInfo * method)); DO_APP_FUNC(0x017B87C0, List_1_T_Enumerator_System_Int32Enum_, List_1_System_Int32Enum__GetEnumerator, (List_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179EA30, int32_t, List_1_System_Int32Enum__IndexOf, (List_1_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x017D04F0, void, List_1_System_Int32Enum__Insert, (List_1_System_Int32Enum_ * __this, int32_t index, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x017D0D90, void, List_1_System_Int32Enum__InsertRange, (List_1_System_Int32Enum_ * __this, int32_t index, IEnumerable_1_System_Int32Enum_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B7D60, bool, List_1_System_Int32Enum__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_System_Int32Enum__Remove, (List_1_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x017D0910, int32_t, List_1_System_Int32Enum__RemoveAll, (List_1_System_Int32Enum_ * __this, Predicate_1_Int32Enum_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_System_Int32Enum__RemoveAt, (List_1_System_Int32Enum_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_System_Int32Enum__RemoveRange, (List_1_System_Int32Enum_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_Int32Enum__Reverse, (List_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_Int32Enum__Reverse_1, (List_1_System_Int32Enum_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_Int32Enum__Sort, (List_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_Int32Enum__Sort_1, (List_1_System_Int32Enum_ * __this, Comparison_1_Int32Enum_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_Int32Enum__Sort_2, (List_1_System_Int32Enum_ * __this, IComparer_1_System_Int32Enum_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_Int32Enum__Sort_3, (List_1_System_Int32Enum_ * __this, int32_t index, int32_t count, IComparer_1_System_Int32Enum_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Int32Enum__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8850, IEnumerator_1_System_Int32Enum_ *, List_1_System_Int32Enum__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_Int32Enum__System_Collections_ICollection_CopyTo, (List_1_System_Int32Enum_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Int32Enum__System_Collections_ICollection_get_IsSynchronized, (List_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D0CE0, Object *, List_1_System_Int32Enum__System_Collections_ICollection_get_SyncRoot, (List_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8850, IEnumerator *, List_1_System_Int32Enum__System_Collections_IEnumerable_GetEnumerator, (List_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8040, int32_t, List_1_System_Int32Enum__System_Collections_IList_Add, (List_1_System_Int32Enum_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B82B0, bool, List_1_System_Int32Enum__System_Collections_IList_Contains, (List_1_System_Int32Enum_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8920, int32_t, List_1_System_Int32Enum__System_Collections_IList_IndexOf, (List_1_System_Int32Enum_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8B20, void, List_1_System_Int32Enum__System_Collections_IList_Insert, (List_1_System_Int32Enum_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8FB0, void, List_1_System_Int32Enum__System_Collections_IList_Remove, (List_1_System_Int32Enum_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Int32Enum__System_Collections_IList_get_IsFixedSize, (List_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Int32Enum__System_Collections_IList_get_IsReadOnly, (List_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B7E30, Object *, List_1_System_Int32Enum__System_Collections_IList_get_Item, (List_1_System_Int32Enum_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017B7EA0, void, List_1_System_Int32Enum__System_Collections_IList_set_Item, (List_1_System_Int32Enum_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Int32Enum__Enum__Array *, List_1_System_Int32Enum__ToArray, (List_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_System_Int32Enum__TrimExcess, (List_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_Int32Enum__get_Capacity, (List_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_Int32Enum__get_Count, (List_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B7CE0, Int32Enum__Enum, List_1_System_Int32Enum__get_Item, (List_1_System_Int32Enum_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_System_Int32Enum__set_Capacity, (List_1_System_Int32Enum_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017B7D20, void, List_1_System_Int32Enum__set_Item, (List_1_System_Int32Enum_ * __this, int32_t index, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_Int64___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_Int64___ctor, (List_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_System_Int64___ctor_1, (List_1_System_Int64_ * __this, IEnumerable_1_System_Int64_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_Int64___ctor_2, (List_1_System_Int64_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179DF80, void, List_1_System_Int64__Add, (List_1_System_Int64_ * __this, int64_t item, MethodInfo * method)); DO_APP_FUNC(0x017D1E20, void, List_1_System_Int64__AddEnumerable, (List_1_System_Int64_ * __this, IEnumerable_1_System_Int64_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_Int64__AddRange, (List_1_System_Int64_ * __this, IEnumerable_1_System_Int64_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017D13E0, void, List_1_System_Int64__AddWithResize, (List_1_System_Int64_ * __this, int64_t item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Int64_ *, List_1_System_Int64__AsReadOnly, (List_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D1450, int32_t, List_1_System_Int64__BinarySearch, (List_1_System_Int64_ * __this, int64_t item, MethodInfo * method)); DO_APP_FUNC(0x017D14D0, int32_t, List_1_System_Int64__BinarySearch_1, (List_1_System_Int64_ * __this, int64_t item, IComparer_1_System_Int64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_System_Int64__BinarySearch_2, (List_1_System_Int64_ * __this, int32_t index, int32_t count, int64_t item, IComparer_1_System_Int64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_System_Int64__Clear, (List_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E360, bool, List_1_System_Int64__Contains, (List_1_System_Int64_ * __this, int64_t item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_Int64__CopyTo, (List_1_System_Int64_ * __this, Int64__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_Int64__CopyTo_1, (List_1_System_Int64_ * __this, Int64__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_Int64__EnsureCapacity, (List_1_System_Int64_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_Int64__Exists, (List_1_System_Int64_ * __this, Predicate_1_Int64_ * match, MethodInfo * method)); DO_APP_FUNC(0x017D1560, int64_t, List_1_System_Int64__Find, (List_1_System_Int64_ * __this, Predicate_1_Int64_ * match, MethodInfo * method)); DO_APP_FUNC(0x017D1630, List_1_System_Int64_ *, List_1_System_Int64__FindAll, (List_1_System_Int64_ * __this, Predicate_1_Int64_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_Int64__FindIndex, (List_1_System_Int64_ * __this, Predicate_1_Int64_ * match, MethodInfo * method)); DO_APP_FUNC(0x017D1780, int32_t, List_1_System_Int64__FindIndex_1, (List_1_System_Int64_ * __this, int32_t startIndex, int32_t count, Predicate_1_Int64_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E810, void, List_1_System_Int64__ForEach, (List_1_System_Int64_ * __this, Action_1_Int64_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179E8D0, List_1_T_Enumerator_System_Int64_, List_1_System_Int64__GetEnumerator, (List_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179EA30, int32_t, List_1_System_Int64__IndexOf, (List_1_System_Int64_ * __this, int64_t item, MethodInfo * method)); DO_APP_FUNC(0x017D1880, void, List_1_System_Int64__Insert, (List_1_System_Int64_ * __this, int32_t index, int64_t item, MethodInfo * method)); DO_APP_FUNC(0x017D1950, void, List_1_System_Int64__InsertRange, (List_1_System_Int64_ * __this, int32_t index, IEnumerable_1_System_Int64_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179DD10, bool, List_1_System_Int64__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_System_Int64__Remove, (List_1_System_Int64_ * __this, int64_t item, MethodInfo * method)); DO_APP_FUNC(0x017D1CA0, int32_t, List_1_System_Int64__RemoveAll, (List_1_System_Int64_ * __this, Predicate_1_Int64_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_System_Int64__RemoveAt, (List_1_System_Int64_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_System_Int64__RemoveRange, (List_1_System_Int64_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_Int64__Reverse, (List_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_Int64__Reverse_1, (List_1_System_Int64_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_Int64__Sort, (List_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_Int64__Sort_1, (List_1_System_Int64_ * __this, Comparison_1_Int64_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_Int64__Sort_2, (List_1_System_Int64_ * __this, IComparer_1_System_Int64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_Int64__Sort_3, (List_1_System_Int64_ * __this, int32_t index, int32_t count, IComparer_1_System_Int64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Int64__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator_1_System_Int64_ *, List_1_System_Int64__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_Int64__System_Collections_ICollection_CopyTo, (List_1_System_Int64_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Int64__System_Collections_ICollection_get_IsSynchronized, (List_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D1330, Object *, List_1_System_Int64__System_Collections_ICollection_get_SyncRoot, (List_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator *, List_1_System_Int64__System_Collections_IEnumerable_GetEnumerator, (List_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E050, int32_t, List_1_System_Int64__System_Collections_IList_Add, (List_1_System_Int64_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179E3B0, bool, List_1_System_Int64__System_Collections_IList_Contains, (List_1_System_Int64_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EA80, int32_t, List_1_System_Int64__System_Collections_IList_IndexOf, (List_1_System_Int64_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EC80, void, List_1_System_Int64__System_Collections_IList_Insert, (List_1_System_Int64_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179F190, void, List_1_System_Int64__System_Collections_IList_Remove, (List_1_System_Int64_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Int64__System_Collections_IList_get_IsFixedSize, (List_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Int64__System_Collections_IList_get_IsReadOnly, (List_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DDE0, Object *, List_1_System_Int64__System_Collections_IList_get_Item, (List_1_System_Int64_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179DE50, void, List_1_System_Int64__System_Collections_IList_set_Item, (List_1_System_Int64_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Int64__Array *, List_1_System_Int64__ToArray, (List_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_System_Int64__TrimExcess, (List_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_Int64__get_Capacity, (List_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_Int64__get_Count, (List_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DC90, int64_t, List_1_System_Int64__get_Item, (List_1_System_Int64_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_System_Int64__set_Capacity, (List_1_System_Int64_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179DCD0, void, List_1_System_Int64__set_Item, (List_1_System_Int64_ * __this, int32_t index, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Pathfinding_ClipperLib_IntPoint___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Pathfinding_ClipperLib_IntPoint___ctor, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4E90, List_1_Pathfinding_ClipperLib_IntPoint___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Pathfinding_ClipperLib_IntPoint___ctor_1, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, IEnumerable_1_Pathfinding_ClipperLib_IntPoint_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Pathfinding_ClipperLib_IntPoint___ctor_2, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4B08, List_1_Pathfinding_ClipperLib_IntPoint___ctor_2__MethodInfo); DO_APP_FUNC(0x017A6170, void, List_1_Pathfinding_ClipperLib_IntPoint__Add, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, IntPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84AF0, List_1_Pathfinding_ClipperLib_IntPoint__Add__MethodInfo); DO_APP_FUNC(0x017D24F0, void, List_1_Pathfinding_ClipperLib_IntPoint__AddEnumerable, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, IEnumerable_1_Pathfinding_ClipperLib_IntPoint_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Pathfinding_ClipperLib_IntPoint__AddRange, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, IEnumerable_1_Pathfinding_ClipperLib_IntPoint_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A61F0, void, List_1_Pathfinding_ClipperLib_IntPoint__AddWithResize, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, IntPoint item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ *, List_1_Pathfinding_ClipperLib_IntPoint__AsReadOnly, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_Pathfinding_ClipperLib_IntPoint__BinarySearch, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, IntPoint item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_Pathfinding_ClipperLib_IntPoint__BinarySearch_1, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, IntPoint item, IComparer_1_Pathfinding_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_Pathfinding_ClipperLib_IntPoint__BinarySearch_2, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, int32_t index, int32_t count, IntPoint item, IComparer_1_Pathfinding_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_Pathfinding_ClipperLib_IntPoint__Clear, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84AC0, List_1_Pathfinding_ClipperLib_IntPoint__Clear__MethodInfo); DO_APP_FUNC(0x01794E10, bool, List_1_Pathfinding_ClipperLib_IntPoint__Contains, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, IntPoint item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Pathfinding_ClipperLib_IntPoint__CopyTo, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, IntPoint__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Pathfinding_ClipperLib_IntPoint__CopyTo_1, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, IntPoint__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Pathfinding_ClipperLib_IntPoint__EnsureCapacity, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Pathfinding_ClipperLib_IntPoint__Exists, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, Predicate_1_Pathfinding_ClipperLib_IntPoint_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, IntPoint, List_1_Pathfinding_ClipperLib_IntPoint__Find, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, Predicate_1_Pathfinding_ClipperLib_IntPoint_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_Pathfinding_ClipperLib_IntPoint_ *, List_1_Pathfinding_ClipperLib_IntPoint__FindAll, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, Predicate_1_Pathfinding_ClipperLib_IntPoint_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Pathfinding_ClipperLib_IntPoint__FindIndex, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, Predicate_1_Pathfinding_ClipperLib_IntPoint_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_Pathfinding_ClipperLib_IntPoint__FindIndex_1, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, int32_t startIndex, int32_t count, Predicate_1_Pathfinding_ClipperLib_IntPoint_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_Pathfinding_ClipperLib_IntPoint__ForEach, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, Action_1_Pathfinding_ClipperLib_IntPoint_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_Pathfinding_ClipperLib_IntPoint_, List_1_Pathfinding_ClipperLib_IntPoint__GetEnumerator, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_Pathfinding_ClipperLib_IntPoint__IndexOf, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, IntPoint item, MethodInfo * method)); DO_APP_FUNC(0x017A6260, void, List_1_Pathfinding_ClipperLib_IntPoint__Insert, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, int32_t index, IntPoint item, MethodInfo * method)); DO_APP_FUNC(0x017D2130, void, List_1_Pathfinding_ClipperLib_IntPoint__InsertRange, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, int32_t index, IEnumerable_1_Pathfinding_ClipperLib_IntPoint_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_Pathfinding_ClipperLib_IntPoint__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_Pathfinding_ClipperLib_IntPoint__Remove, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, IntPoint item, MethodInfo * method)); DO_APP_FUNC(0x017A66F0, int32_t, List_1_Pathfinding_ClipperLib_IntPoint__RemoveAll, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, Predicate_1_Pathfinding_ClipperLib_IntPoint_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_Pathfinding_ClipperLib_IntPoint__RemoveAt, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_Pathfinding_ClipperLib_IntPoint__RemoveRange, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Pathfinding_ClipperLib_IntPoint__Reverse, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Pathfinding_ClipperLib_IntPoint__Reverse_1, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Pathfinding_ClipperLib_IntPoint__Sort, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Pathfinding_ClipperLib_IntPoint__Sort_1, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, Comparison_1_Pathfinding_ClipperLib_IntPoint_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Pathfinding_ClipperLib_IntPoint__Sort_2, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, IComparer_1_Pathfinding_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Pathfinding_ClipperLib_IntPoint__Sort_3, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, int32_t index, int32_t count, IComparer_1_Pathfinding_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_ClipperLib_IntPoint__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_Pathfinding_ClipperLib_IntPoint_ *, List_1_Pathfinding_ClipperLib_IntPoint__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Pathfinding_ClipperLib_IntPoint__System_Collections_ICollection_CopyTo, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_ClipperLib_IntPoint__System_Collections_ICollection_get_IsSynchronized, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D2080, Object *, List_1_Pathfinding_ClipperLib_IntPoint__System_Collections_ICollection_get_SyncRoot, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_Pathfinding_ClipperLib_IntPoint__System_Collections_IEnumerable_GetEnumerator, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_Pathfinding_ClipperLib_IntPoint__System_Collections_IList_Add, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_Pathfinding_ClipperLib_IntPoint__System_Collections_IList_Contains, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_Pathfinding_ClipperLib_IntPoint__System_Collections_IList_IndexOf, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_Pathfinding_ClipperLib_IntPoint__System_Collections_IList_Insert, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_Pathfinding_ClipperLib_IntPoint__System_Collections_IList_Remove, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_ClipperLib_IntPoint__System_Collections_IList_get_IsFixedSize, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_ClipperLib_IntPoint__System_Collections_IList_get_IsReadOnly, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_Pathfinding_ClipperLib_IntPoint__System_Collections_IList_get_Item, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_Pathfinding_ClipperLib_IntPoint__System_Collections_IList_set_Item, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, IntPoint__Array *, List_1_Pathfinding_ClipperLib_IntPoint__ToArray, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Pathfinding_ClipperLib_IntPoint__TrimExcess, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Pathfinding_ClipperLib_IntPoint__get_Capacity, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Pathfinding_ClipperLib_IntPoint__get_Count, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84AC8, List_1_Pathfinding_ClipperLib_IntPoint__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, IntPoint, List_1_Pathfinding_ClipperLib_IntPoint__get_Item, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84A90, List_1_Pathfinding_ClipperLib_IntPoint__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Pathfinding_ClipperLib_IntPoint__set_Capacity, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4A48, List_1_Pathfinding_ClipperLib_IntPoint__set_Capacity__MethodInfo); DO_APP_FUNC(0x017A6120, void, List_1_Pathfinding_ClipperLib_IntPoint__set_Item, (List_1_Pathfinding_ClipperLib_IntPoint_ * __this, int32_t index, IntPoint value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Pathfinding_IntRect___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Pathfinding_IntRect___ctor, (List_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C825C0, List_1_Pathfinding_IntRect___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Pathfinding_IntRect___ctor_1, (List_1_Pathfinding_IntRect_ * __this, IEnumerable_1_Pathfinding_IntRect_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Pathfinding_IntRect___ctor_2, (List_1_Pathfinding_IntRect_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A6170, void, List_1_Pathfinding_IntRect__Add, (List_1_Pathfinding_IntRect_ * __this, IntRect item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C825A0, List_1_Pathfinding_IntRect__Add__MethodInfo); DO_APP_FUNC(0x017D2BF0, void, List_1_Pathfinding_IntRect__AddEnumerable, (List_1_Pathfinding_IntRect_ * __this, IEnumerable_1_Pathfinding_IntRect_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Pathfinding_IntRect__AddRange, (List_1_Pathfinding_IntRect_ * __this, IEnumerable_1_Pathfinding_IntRect_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A61F0, void, List_1_Pathfinding_IntRect__AddWithResize, (List_1_Pathfinding_IntRect_ * __this, IntRect item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Pathfinding_IntRect_ *, List_1_Pathfinding_IntRect__AsReadOnly, (List_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_Pathfinding_IntRect__BinarySearch, (List_1_Pathfinding_IntRect_ * __this, IntRect item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_Pathfinding_IntRect__BinarySearch_1, (List_1_Pathfinding_IntRect_ * __this, IntRect item, IComparer_1_Pathfinding_IntRect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_Pathfinding_IntRect__BinarySearch_2, (List_1_Pathfinding_IntRect_ * __this, int32_t index, int32_t count, IntRect item, IComparer_1_Pathfinding_IntRect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_Pathfinding_IntRect__Clear, (List_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82608, List_1_Pathfinding_IntRect__Clear__MethodInfo); DO_APP_FUNC(0x01794E10, bool, List_1_Pathfinding_IntRect__Contains, (List_1_Pathfinding_IntRect_ * __this, IntRect item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Pathfinding_IntRect__CopyTo, (List_1_Pathfinding_IntRect_ * __this, IntRect__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Pathfinding_IntRect__CopyTo_1, (List_1_Pathfinding_IntRect_ * __this, IntRect__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Pathfinding_IntRect__EnsureCapacity, (List_1_Pathfinding_IntRect_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Pathfinding_IntRect__Exists, (List_1_Pathfinding_IntRect_ * __this, Predicate_1_Pathfinding_IntRect_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, IntRect, List_1_Pathfinding_IntRect__Find, (List_1_Pathfinding_IntRect_ * __this, Predicate_1_Pathfinding_IntRect_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_Pathfinding_IntRect_ *, List_1_Pathfinding_IntRect__FindAll, (List_1_Pathfinding_IntRect_ * __this, Predicate_1_Pathfinding_IntRect_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Pathfinding_IntRect__FindIndex, (List_1_Pathfinding_IntRect_ * __this, Predicate_1_Pathfinding_IntRect_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_Pathfinding_IntRect__FindIndex_1, (List_1_Pathfinding_IntRect_ * __this, int32_t startIndex, int32_t count, Predicate_1_Pathfinding_IntRect_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_Pathfinding_IntRect__ForEach, (List_1_Pathfinding_IntRect_ * __this, Action_1_Pathfinding_IntRect_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_Pathfinding_IntRect_, List_1_Pathfinding_IntRect__GetEnumerator, (List_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_Pathfinding_IntRect__IndexOf, (List_1_Pathfinding_IntRect_ * __this, IntRect item, MethodInfo * method)); DO_APP_FUNC(0x017A6260, void, List_1_Pathfinding_IntRect__Insert, (List_1_Pathfinding_IntRect_ * __this, int32_t index, IntRect item, MethodInfo * method)); DO_APP_FUNC(0x017D2830, void, List_1_Pathfinding_IntRect__InsertRange, (List_1_Pathfinding_IntRect_ * __this, int32_t index, IEnumerable_1_Pathfinding_IntRect_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_Pathfinding_IntRect__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_Pathfinding_IntRect__Remove, (List_1_Pathfinding_IntRect_ * __this, IntRect item, MethodInfo * method)); DO_APP_FUNC(0x017A66F0, int32_t, List_1_Pathfinding_IntRect__RemoveAll, (List_1_Pathfinding_IntRect_ * __this, Predicate_1_Pathfinding_IntRect_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_Pathfinding_IntRect__RemoveAt, (List_1_Pathfinding_IntRect_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_Pathfinding_IntRect__RemoveRange, (List_1_Pathfinding_IntRect_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Pathfinding_IntRect__Reverse, (List_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Pathfinding_IntRect__Reverse_1, (List_1_Pathfinding_IntRect_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Pathfinding_IntRect__Sort, (List_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Pathfinding_IntRect__Sort_1, (List_1_Pathfinding_IntRect_ * __this, Comparison_1_Pathfinding_IntRect_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Pathfinding_IntRect__Sort_2, (List_1_Pathfinding_IntRect_ * __this, IComparer_1_Pathfinding_IntRect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Pathfinding_IntRect__Sort_3, (List_1_Pathfinding_IntRect_ * __this, int32_t index, int32_t count, IComparer_1_Pathfinding_IntRect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_IntRect__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_Pathfinding_IntRect_ *, List_1_Pathfinding_IntRect__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Pathfinding_IntRect__System_Collections_ICollection_CopyTo, (List_1_Pathfinding_IntRect_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_IntRect__System_Collections_ICollection_get_IsSynchronized, (List_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D2780, Object *, List_1_Pathfinding_IntRect__System_Collections_ICollection_get_SyncRoot, (List_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_Pathfinding_IntRect__System_Collections_IEnumerable_GetEnumerator, (List_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_Pathfinding_IntRect__System_Collections_IList_Add, (List_1_Pathfinding_IntRect_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_Pathfinding_IntRect__System_Collections_IList_Contains, (List_1_Pathfinding_IntRect_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_Pathfinding_IntRect__System_Collections_IList_IndexOf, (List_1_Pathfinding_IntRect_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_Pathfinding_IntRect__System_Collections_IList_Insert, (List_1_Pathfinding_IntRect_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_Pathfinding_IntRect__System_Collections_IList_Remove, (List_1_Pathfinding_IntRect_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_IntRect__System_Collections_IList_get_IsFixedSize, (List_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_IntRect__System_Collections_IList_get_IsReadOnly, (List_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_Pathfinding_IntRect__System_Collections_IList_get_Item, (List_1_Pathfinding_IntRect_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_Pathfinding_IntRect__System_Collections_IList_set_Item, (List_1_Pathfinding_IntRect_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, IntRect__Array *, List_1_Pathfinding_IntRect__ToArray, (List_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Pathfinding_IntRect__TrimExcess, (List_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Pathfinding_IntRect__get_Capacity, (List_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Pathfinding_IntRect__get_Count, (List_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82600, List_1_Pathfinding_IntRect__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, IntRect, List_1_Pathfinding_IntRect__get_Item, (List_1_Pathfinding_IntRect_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C825D8, List_1_Pathfinding_IntRect__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Pathfinding_IntRect__set_Capacity, (List_1_Pathfinding_IntRect_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A6120, void, List_1_Pathfinding_IntRect__set_Item, (List_1_Pathfinding_IntRect_ * __this, int32_t index, IntRect value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_InputSystem_Utilities_InternedString___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_InputSystem_Utilities_InternedString___ctor, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_InputSystem_Utilities_InternedString___ctor_1, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DBD8, List_1_UnityEngine_InputSystem_Utilities_InternedString___ctor_1__MethodInfo); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_InputSystem_Utilities_InternedString___ctor_2, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_UnityEngine_InputSystem_Utilities_InternedString__Add, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString item, MethodInfo * method)); DO_APP_FUNC(0x017D3290, void, List_1_UnityEngine_InputSystem_Utilities_InternedString__AddEnumerable, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_InputSystem_Utilities_InternedString__AddRange, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_UnityEngine_InputSystem_Utilities_InternedString__AddWithResize, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ *, List_1_UnityEngine_InputSystem_Utilities_InternedString__AsReadOnly, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_InputSystem_Utilities_InternedString__BinarySearch, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_InputSystem_Utilities_InternedString__BinarySearch_1, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString item, IComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_InputSystem_Utilities_InternedString__BinarySearch_2, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t index, int32_t count, InternedString item, IComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_InputSystem_Utilities_InternedString__Clear, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_InputSystem_Utilities_InternedString__Contains, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_InputSystem_Utilities_InternedString__CopyTo, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_InputSystem_Utilities_InternedString__CopyTo_1, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_InputSystem_Utilities_InternedString__EnsureCapacity, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_InputSystem_Utilities_InternedString__Exists, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Predicate_1_UnityEngine_InputSystem_Utilities_InternedString_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, InternedString, List_1_UnityEngine_InputSystem_Utilities_InternedString__Find, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Predicate_1_UnityEngine_InputSystem_Utilities_InternedString_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_InputSystem_Utilities_InternedString_ *, List_1_UnityEngine_InputSystem_Utilities_InternedString__FindAll, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Predicate_1_UnityEngine_InputSystem_Utilities_InternedString_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_InputSystem_Utilities_InternedString__FindIndex, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Predicate_1_UnityEngine_InputSystem_Utilities_InternedString_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_InputSystem_Utilities_InternedString__FindIndex_1, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_InputSystem_Utilities_InternedString_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_InputSystem_Utilities_InternedString__ForEach, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Action_1_UnityEngine_InputSystem_Utilities_InternedString_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_, List_1_UnityEngine_InputSystem_Utilities_InternedString__GetEnumerator, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DBE0, List_1_UnityEngine_InputSystem_Utilities_InternedString__GetEnumerator__MethodInfo); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_InputSystem_Utilities_InternedString__IndexOf, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_UnityEngine_InputSystem_Utilities_InternedString__Insert, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t index, InternedString item, MethodInfo * method)); DO_APP_FUNC(0x017D2F30, void, List_1_UnityEngine_InputSystem_Utilities_InternedString__InsertRange, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t index, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_InputSystem_Utilities_InternedString__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_InputSystem_Utilities_InternedString__Remove, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_UnityEngine_InputSystem_Utilities_InternedString__RemoveAll, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Predicate_1_UnityEngine_InputSystem_Utilities_InternedString_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_UnityEngine_InputSystem_Utilities_InternedString__RemoveAt, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_InputSystem_Utilities_InternedString__RemoveRange, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_InputSystem_Utilities_InternedString__Reverse, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_InputSystem_Utilities_InternedString__Reverse_1, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_InputSystem_Utilities_InternedString__Sort, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_InputSystem_Utilities_InternedString__Sort_1, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Comparison_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_InputSystem_Utilities_InternedString__Sort_2, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_InputSystem_Utilities_InternedString__Sort_3, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, List_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D2E80, Object *, List_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IList_Add, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IList_Contains, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IList_IndexOf, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IList_Insert, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IList_Remove, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IList_get_Item, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IList_set_Item, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, InternedString__Array *, List_1_UnityEngine_InputSystem_Utilities_InternedString__ToArray, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_InputSystem_Utilities_InternedString__TrimExcess, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_InputSystem_Utilities_InternedString__get_Capacity, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_InputSystem_Utilities_InternedString__get_Count, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, InternedString, List_1_UnityEngine_InputSystem_Utilities_InternedString__get_Item, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_InputSystem_Utilities_InternedString__set_Capacity, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_UnityEngine_InputSystem_Utilities_InternedString__set_Item, (List_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t index, InternedString value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo___ctor, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo___ctor_1, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, IEnumerable_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FEB8, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo___ctor_1__MethodInfo); DO_APP_FUNC(0x01793F60, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo___ctor_2, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Add, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, InterpretedFrameInfo item, MethodInfo * method)); DO_APP_FUNC(0x017D39A0, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__AddEnumerable, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, IEnumerable_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__AddRange, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, IEnumerable_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__AddWithResize, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, InterpretedFrameInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ *, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__AsReadOnly, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__BinarySearch, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, InterpretedFrameInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__BinarySearch_1, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, InterpretedFrameInfo item, IComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__BinarySearch_2, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, int32_t index, int32_t count, InterpretedFrameInfo item, IComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Clear, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Contains, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, InterpretedFrameInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__CopyTo, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, InterpretedFrameInfo__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__CopyTo_1, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, InterpretedFrameInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__EnsureCapacity, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Exists, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, Predicate_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, InterpretedFrameInfo, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Find, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, Predicate_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ *, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__FindAll, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, Predicate_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__FindIndex, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, Predicate_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__FindIndex_1, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, int32_t startIndex, int32_t count, Predicate_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__ForEach, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, Action_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__GetEnumerator, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__IndexOf, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, InterpretedFrameInfo item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Insert, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, int32_t index, InterpretedFrameInfo item, MethodInfo * method)); DO_APP_FUNC(0x017D35E0, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__InsertRange, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, int32_t index, IEnumerable_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Remove, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, InterpretedFrameInfo item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__RemoveAll, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, Predicate_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__RemoveAt, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__RemoveRange, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Reverse, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Reverse_1, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Sort, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Sort_1, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, Comparison_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Sort_2, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, IComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Sort_3, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, int32_t index, int32_t count, IComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ *, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_ICollection_CopyTo, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_ICollection_get_IsSynchronized, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D3530, Object *, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_ICollection_get_SyncRoot, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IEnumerable_GetEnumerator, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IList_Add, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IList_Contains, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IList_IndexOf, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IList_Insert, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IList_Remove, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IList_get_IsFixedSize, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IList_get_IsReadOnly, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IList_get_Item, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IList_set_Item, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, InterpretedFrameInfo__Array *, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__ToArray, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FEA8, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__ToArray__MethodInfo); DO_APP_FUNC(0x01796790, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__TrimExcess, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__get_Capacity, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__get_Count, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, InterpretedFrameInfo, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__get_Item, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__set_Capacity, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__set_Item, (List_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, int32_t index, InterpretedFrameInfo value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Timeline_IntervalTreeNode___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Timeline_IntervalTreeNode___ctor, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C559B0, List_1_UnityEngine_Timeline_IntervalTreeNode___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Timeline_IntervalTreeNode___ctor_1, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IEnumerable_1_UnityEngine_Timeline_IntervalTreeNode_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Timeline_IntervalTreeNode___ctor_2, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017C76C0, void, List_1_UnityEngine_Timeline_IntervalTreeNode__Add, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IntervalTreeNode item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55A30, List_1_UnityEngine_Timeline_IntervalTreeNode__Add__MethodInfo); DO_APP_FUNC(0x017D40C0, void, List_1_UnityEngine_Timeline_IntervalTreeNode__AddEnumerable, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IEnumerable_1_UnityEngine_Timeline_IntervalTreeNode_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Timeline_IntervalTreeNode__AddRange, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IEnumerable_1_UnityEngine_Timeline_IntervalTreeNode_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017C7750, void, List_1_UnityEngine_Timeline_IntervalTreeNode__AddWithResize, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IntervalTreeNode item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ *, List_1_UnityEngine_Timeline_IntervalTreeNode__AsReadOnly, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_UnityEngine_Timeline_IntervalTreeNode__BinarySearch, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IntervalTreeNode item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_UnityEngine_Timeline_IntervalTreeNode__BinarySearch_1, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IntervalTreeNode item, IComparer_1_UnityEngine_Timeline_IntervalTreeNode_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_UnityEngine_Timeline_IntervalTreeNode__BinarySearch_2, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, int32_t index, int32_t count, IntervalTreeNode item, IComparer_1_UnityEngine_Timeline_IntervalTreeNode_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_Timeline_IntervalTreeNode__Clear, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C559F8, List_1_UnityEngine_Timeline_IntervalTreeNode__Clear__MethodInfo); DO_APP_FUNC(0x0179A250, bool, List_1_UnityEngine_Timeline_IntervalTreeNode__Contains, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IntervalTreeNode item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Timeline_IntervalTreeNode__CopyTo, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IntervalTreeNode__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Timeline_IntervalTreeNode__CopyTo_1, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IntervalTreeNode__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Timeline_IntervalTreeNode__EnsureCapacity, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Timeline_IntervalTreeNode__Exists, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, Predicate_1_UnityEngine_Timeline_IntervalTreeNode_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, IntervalTreeNode, List_1_UnityEngine_Timeline_IntervalTreeNode__Find, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, Predicate_1_UnityEngine_Timeline_IntervalTreeNode_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_UnityEngine_Timeline_IntervalTreeNode_ *, List_1_UnityEngine_Timeline_IntervalTreeNode__FindAll, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, Predicate_1_UnityEngine_Timeline_IntervalTreeNode_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Timeline_IntervalTreeNode__FindIndex, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, Predicate_1_UnityEngine_Timeline_IntervalTreeNode_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_UnityEngine_Timeline_IntervalTreeNode__FindIndex_1, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Timeline_IntervalTreeNode_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_UnityEngine_Timeline_IntervalTreeNode__ForEach, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, Action_1_UnityEngine_Timeline_IntervalTreeNode_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_UnityEngine_Timeline_IntervalTreeNode_, List_1_UnityEngine_Timeline_IntervalTreeNode__GetEnumerator, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_UnityEngine_Timeline_IntervalTreeNode__IndexOf, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IntervalTreeNode item, MethodInfo * method)); DO_APP_FUNC(0x017C77D0, void, List_1_UnityEngine_Timeline_IntervalTreeNode__Insert, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, int32_t index, IntervalTreeNode item, MethodInfo * method)); DO_APP_FUNC(0x017D3CF0, void, List_1_UnityEngine_Timeline_IntervalTreeNode__InsertRange, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, int32_t index, IEnumerable_1_UnityEngine_Timeline_IntervalTreeNode_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_UnityEngine_Timeline_IntervalTreeNode__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_UnityEngine_Timeline_IntervalTreeNode__Remove, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IntervalTreeNode item, MethodInfo * method)); DO_APP_FUNC(0x017C7C80, int32_t, List_1_UnityEngine_Timeline_IntervalTreeNode__RemoveAll, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, Predicate_1_UnityEngine_Timeline_IntervalTreeNode_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_Timeline_IntervalTreeNode__RemoveAt, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_Timeline_IntervalTreeNode__RemoveRange, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Timeline_IntervalTreeNode__Reverse, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Timeline_IntervalTreeNode__Reverse_1, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Timeline_IntervalTreeNode__Sort, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Timeline_IntervalTreeNode__Sort_1, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, Comparison_1_UnityEngine_Timeline_IntervalTreeNode_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Timeline_IntervalTreeNode__Sort_2, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IComparer_1_UnityEngine_Timeline_IntervalTreeNode_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Timeline_IntervalTreeNode__Sort_3, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Timeline_IntervalTreeNode_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_UnityEngine_Timeline_IntervalTreeNode_ *, List_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D3C40, Object *, List_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IList_Add, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IList_Contains, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IList_IndexOf, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IList_Insert, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IList_Remove, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IList_get_Item, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IList_set_Item, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, IntervalTreeNode__Array *, List_1_UnityEngine_Timeline_IntervalTreeNode__ToArray, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Timeline_IntervalTreeNode__TrimExcess, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Timeline_IntervalTreeNode__get_Capacity, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Timeline_IntervalTreeNode__get_Count, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55A90, List_1_UnityEngine_Timeline_IntervalTreeNode__get_Count__MethodInfo); DO_APP_FUNC(0x01799950, IntervalTreeNode, List_1_UnityEngine_Timeline_IntervalTreeNode__get_Item, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55A98, List_1_UnityEngine_Timeline_IntervalTreeNode__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Timeline_IntervalTreeNode__set_Capacity, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55A08, List_1_UnityEngine_Timeline_IntervalTreeNode__set_Capacity__MethodInfo); DO_APP_FUNC(0x017C7660, void, List_1_UnityEngine_Timeline_IntervalTreeNode__set_Item, (List_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, int32_t index, IntervalTreeNode value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55A38, List_1_UnityEngine_Timeline_IntervalTreeNode__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount___ctor, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD108, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount___ctor_1, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, IEnumerable_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount___ctor_2, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A06D0, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Add, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, ItemDefinitionAmount item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD008, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Add__MethodInfo); DO_APP_FUNC(0x017D47E0, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__AddEnumerable, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, IEnumerable_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__AddRange, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, IEnumerable_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A07C0, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__AddWithResize, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, ItemDefinitionAmount item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ *, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__AsReadOnly, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__BinarySearch, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, ItemDefinitionAmount item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__BinarySearch_1, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, ItemDefinitionAmount item, IComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__BinarySearch_2, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, int32_t index, int32_t count, ItemDefinitionAmount item, IComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Clear, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A250, bool, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Contains, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, ItemDefinitionAmount item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__CopyTo, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, ItemDefinitionAmount__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__CopyTo_1, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, ItemDefinitionAmount__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__EnsureCapacity, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Exists, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, Predicate_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, ItemDefinitionAmount, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Find, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, Predicate_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ *, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__FindAll, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, Predicate_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__FindIndex, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, Predicate_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__FindIndex_1, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, int32_t startIndex, int32_t count, Predicate_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__ForEach, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, Action_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__GetEnumerator, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__IndexOf, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, ItemDefinitionAmount item, MethodInfo * method)); DO_APP_FUNC(0x017A0890, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Insert, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, int32_t index, ItemDefinitionAmount item, MethodInfo * method)); DO_APP_FUNC(0x017D4410, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__InsertRange, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, int32_t index, IEnumerable_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Remove, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, ItemDefinitionAmount item, MethodInfo * method)); DO_APP_FUNC(0x017A0DA0, int32_t, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__RemoveAll, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, Predicate_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A0F80, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__RemoveAt, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__RemoveRange, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Reverse, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Reverse_1, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Sort, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Sort_1, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, Comparison_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Sort_2, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, IComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Sort_3, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, int32_t index, int32_t count, IComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ *, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_ICollection_CopyTo, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_ICollection_get_IsSynchronized, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D4360, Object *, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_ICollection_get_SyncRoot, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IEnumerable_GetEnumerator, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IList_Add, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IList_Contains, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IList_IndexOf, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IList_Insert, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IList_Remove, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IList_get_IsFixedSize, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IList_get_IsReadOnly, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IList_get_Item, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IList_set_Item, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ItemDefinitionAmount__Array *, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__ToArray, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD000, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__ToArray__MethodInfo); DO_APP_FUNC(0x01796790, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__TrimExcess, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__get_Capacity, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__get_Count, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD0F8, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__get_Count__MethodInfo); DO_APP_FUNC(0x01799950, ItemDefinitionAmount, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__get_Item, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__set_Capacity, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A0620, void, List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__set_Item, (List_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, int32_t index, ItemDefinitionAmount value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_KickedPlayer___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_KickedPlayer___ctor, (List_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2538, List_1_KickedPlayer___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_KickedPlayer___ctor_1, (List_1_KickedPlayer_ * __this, IEnumerable_1_KickedPlayer_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_KickedPlayer___ctor_2, (List_1_KickedPlayer_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179BAB0, void, List_1_KickedPlayer__Add, (List_1_KickedPlayer_ * __this, KickedPlayer item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE91F8, List_1_KickedPlayer__Add__MethodInfo); DO_APP_FUNC(0x017D4EF0, void, List_1_KickedPlayer__AddEnumerable, (List_1_KickedPlayer_ * __this, IEnumerable_1_KickedPlayer_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_KickedPlayer__AddRange, (List_1_KickedPlayer_ * __this, IEnumerable_1_KickedPlayer_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179BB90, void, List_1_KickedPlayer__AddWithResize, (List_1_KickedPlayer_ * __this, KickedPlayer item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_KickedPlayer_ *, List_1_KickedPlayer__AsReadOnly, (List_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_KickedPlayer__BinarySearch, (List_1_KickedPlayer_ * __this, KickedPlayer item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_KickedPlayer__BinarySearch_1, (List_1_KickedPlayer_ * __this, KickedPlayer item, IComparer_1_KickedPlayer_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_KickedPlayer__BinarySearch_2, (List_1_KickedPlayer_ * __this, int32_t index, int32_t count, KickedPlayer item, IComparer_1_KickedPlayer_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_KickedPlayer__Clear, (List_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9140, List_1_KickedPlayer__Clear__MethodInfo); DO_APP_FUNC(0x01794E10, bool, List_1_KickedPlayer__Contains, (List_1_KickedPlayer_ * __this, KickedPlayer item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_KickedPlayer__CopyTo, (List_1_KickedPlayer_ * __this, KickedPlayer__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_KickedPlayer__CopyTo_1, (List_1_KickedPlayer_ * __this, KickedPlayer__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_KickedPlayer__EnsureCapacity, (List_1_KickedPlayer_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_KickedPlayer__Exists, (List_1_KickedPlayer_ * __this, Predicate_1_KickedPlayer_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, KickedPlayer, List_1_KickedPlayer__Find, (List_1_KickedPlayer_ * __this, Predicate_1_KickedPlayer_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_KickedPlayer_ *, List_1_KickedPlayer__FindAll, (List_1_KickedPlayer_ * __this, Predicate_1_KickedPlayer_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_KickedPlayer__FindIndex, (List_1_KickedPlayer_ * __this, Predicate_1_KickedPlayer_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_KickedPlayer__FindIndex_1, (List_1_KickedPlayer_ * __this, int32_t startIndex, int32_t count, Predicate_1_KickedPlayer_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_KickedPlayer__ForEach, (List_1_KickedPlayer_ * __this, Action_1_KickedPlayer_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_KickedPlayer_, List_1_KickedPlayer__GetEnumerator, (List_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_KickedPlayer__IndexOf, (List_1_KickedPlayer_ * __this, KickedPlayer item, MethodInfo * method)); DO_APP_FUNC(0x0179BC50, void, List_1_KickedPlayer__Insert, (List_1_KickedPlayer_ * __this, int32_t index, KickedPlayer item, MethodInfo * method)); DO_APP_FUNC(0x017D4B30, void, List_1_KickedPlayer__InsertRange, (List_1_KickedPlayer_ * __this, int32_t index, IEnumerable_1_KickedPlayer_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_KickedPlayer__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_KickedPlayer__Remove, (List_1_KickedPlayer_ * __this, KickedPlayer item, MethodInfo * method)); DO_APP_FUNC(0x0179C140, int32_t, List_1_KickedPlayer__RemoveAll, (List_1_KickedPlayer_ * __this, Predicate_1_KickedPlayer_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179C330, void, List_1_KickedPlayer__RemoveAt, (List_1_KickedPlayer_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_KickedPlayer__RemoveRange, (List_1_KickedPlayer_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_KickedPlayer__Reverse, (List_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_KickedPlayer__Reverse_1, (List_1_KickedPlayer_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_KickedPlayer__Sort, (List_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_KickedPlayer__Sort_1, (List_1_KickedPlayer_ * __this, Comparison_1_KickedPlayer_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_KickedPlayer__Sort_2, (List_1_KickedPlayer_ * __this, IComparer_1_KickedPlayer_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_KickedPlayer__Sort_3, (List_1_KickedPlayer_ * __this, int32_t index, int32_t count, IComparer_1_KickedPlayer_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KickedPlayer__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_KickedPlayer_ *, List_1_KickedPlayer__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_KickedPlayer__System_Collections_ICollection_CopyTo, (List_1_KickedPlayer_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KickedPlayer__System_Collections_ICollection_get_IsSynchronized, (List_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D4A80, Object *, List_1_KickedPlayer__System_Collections_ICollection_get_SyncRoot, (List_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_KickedPlayer__System_Collections_IEnumerable_GetEnumerator, (List_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_KickedPlayer__System_Collections_IList_Add, (List_1_KickedPlayer_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_KickedPlayer__System_Collections_IList_Contains, (List_1_KickedPlayer_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_KickedPlayer__System_Collections_IList_IndexOf, (List_1_KickedPlayer_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_KickedPlayer__System_Collections_IList_Insert, (List_1_KickedPlayer_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_KickedPlayer__System_Collections_IList_Remove, (List_1_KickedPlayer_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KickedPlayer__System_Collections_IList_get_IsFixedSize, (List_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_KickedPlayer__System_Collections_IList_get_IsReadOnly, (List_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_KickedPlayer__System_Collections_IList_get_Item, (List_1_KickedPlayer_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_KickedPlayer__System_Collections_IList_set_Item, (List_1_KickedPlayer_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, KickedPlayer__Array *, List_1_KickedPlayer__ToArray, (List_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_KickedPlayer__TrimExcess, (List_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_KickedPlayer__get_Capacity, (List_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_KickedPlayer__get_Count, (List_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, KickedPlayer, List_1_KickedPlayer__get_Item, (List_1_KickedPlayer_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_KickedPlayer__set_Capacity, (List_1_KickedPlayer_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179BA10, void, List_1_KickedPlayer__set_Item, (List_1_KickedPlayer_ * __this, int32_t index, KickedPlayer value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_LayerMask___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_LayerMask___ctor, (List_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC1D0, List_1_UnityEngine_LayerMask___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_LayerMask___ctor_1, (List_1_UnityEngine_LayerMask_ * __this, IEnumerable_1_UnityEngine_LayerMask_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_LayerMask___ctor_2, (List_1_UnityEngine_LayerMask_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x003EAE30, void, List_1_UnityEngine_LayerMask__Add, (List_1_UnityEngine_LayerMask_ * __this, LayerMask item, MethodInfo * method)); DO_APP_FUNC(0x017D5590, void, List_1_UnityEngine_LayerMask__AddEnumerable, (List_1_UnityEngine_LayerMask_ * __this, IEnumerable_1_UnityEngine_LayerMask_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_LayerMask__AddRange, (List_1_UnityEngine_LayerMask_ * __this, IEnumerable_1_UnityEngine_LayerMask_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B7FD0, void, List_1_UnityEngine_LayerMask__AddWithResize, (List_1_UnityEngine_LayerMask_ * __this, LayerMask item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_LayerMask_ *, List_1_UnityEngine_LayerMask__AsReadOnly, (List_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B81A0, int32_t, List_1_UnityEngine_LayerMask__BinarySearch, (List_1_UnityEngine_LayerMask_ * __this, LayerMask item, MethodInfo * method)); DO_APP_FUNC(0x017B8220, int32_t, List_1_UnityEngine_LayerMask__BinarySearch_1, (List_1_UnityEngine_LayerMask_ * __this, LayerMask item, IComparer_1_UnityEngine_LayerMask_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_UnityEngine_LayerMask__BinarySearch_2, (List_1_UnityEngine_LayerMask_ * __this, int32_t index, int32_t count, LayerMask item, IComparer_1_UnityEngine_LayerMask_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_LayerMask__Clear, (List_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E360, bool, List_1_UnityEngine_LayerMask__Contains, (List_1_UnityEngine_LayerMask_ * __this, LayerMask item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_LayerMask__CopyTo, (List_1_UnityEngine_LayerMask_ * __this, LayerMask__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_LayerMask__CopyTo_1, (List_1_UnityEngine_LayerMask_ * __this, LayerMask__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_LayerMask__EnsureCapacity, (List_1_UnityEngine_LayerMask_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_LayerMask__Exists, (List_1_UnityEngine_LayerMask_ * __this, Predicate_1_UnityEngine_LayerMask_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B83D0, LayerMask, List_1_UnityEngine_LayerMask__Find, (List_1_UnityEngine_LayerMask_ * __this, Predicate_1_UnityEngine_LayerMask_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B84A0, List_1_UnityEngine_LayerMask_ *, List_1_UnityEngine_LayerMask__FindAll, (List_1_UnityEngine_LayerMask_ * __this, Predicate_1_UnityEngine_LayerMask_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_LayerMask__FindIndex, (List_1_UnityEngine_LayerMask_ * __this, Predicate_1_UnityEngine_LayerMask_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B8600, int32_t, List_1_UnityEngine_LayerMask__FindIndex_1, (List_1_UnityEngine_LayerMask_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_LayerMask_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B8700, void, List_1_UnityEngine_LayerMask__ForEach, (List_1_UnityEngine_LayerMask_ * __this, Action_1_UnityEngine_LayerMask_ * action, MethodInfo * method)); DO_APP_FUNC(0x017B87C0, List_1_T_Enumerator_UnityEngine_LayerMask_, List_1_UnityEngine_LayerMask__GetEnumerator, (List_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179EA30, int32_t, List_1_UnityEngine_LayerMask__IndexOf, (List_1_UnityEngine_LayerMask_ * __this, LayerMask item, MethodInfo * method)); DO_APP_FUNC(0x017B8A50, void, List_1_UnityEngine_LayerMask__Insert, (List_1_UnityEngine_LayerMask_ * __this, int32_t index, LayerMask item, MethodInfo * method)); DO_APP_FUNC(0x017D5240, void, List_1_UnityEngine_LayerMask__InsertRange, (List_1_UnityEngine_LayerMask_ * __this, int32_t index, IEnumerable_1_UnityEngine_LayerMask_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B7D60, bool, List_1_UnityEngine_LayerMask__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_UnityEngine_LayerMask__Remove, (List_1_UnityEngine_LayerMask_ * __this, LayerMask item, MethodInfo * method)); DO_APP_FUNC(0x017B90C0, int32_t, List_1_UnityEngine_LayerMask__RemoveAll, (List_1_UnityEngine_LayerMask_ * __this, Predicate_1_UnityEngine_LayerMask_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_LayerMask__RemoveAt, (List_1_UnityEngine_LayerMask_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_LayerMask__RemoveRange, (List_1_UnityEngine_LayerMask_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_LayerMask__Reverse, (List_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_LayerMask__Reverse_1, (List_1_UnityEngine_LayerMask_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_LayerMask__Sort, (List_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_LayerMask__Sort_1, (List_1_UnityEngine_LayerMask_ * __this, Comparison_1_UnityEngine_LayerMask_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_LayerMask__Sort_2, (List_1_UnityEngine_LayerMask_ * __this, IComparer_1_UnityEngine_LayerMask_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_LayerMask__Sort_3, (List_1_UnityEngine_LayerMask_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_LayerMask_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_LayerMask__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8850, IEnumerator_1_UnityEngine_LayerMask_ *, List_1_UnityEngine_LayerMask__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_LayerMask__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_LayerMask_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_LayerMask__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D5190, Object *, List_1_UnityEngine_LayerMask__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8850, IEnumerator *, List_1_UnityEngine_LayerMask__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8040, int32_t, List_1_UnityEngine_LayerMask__System_Collections_IList_Add, (List_1_UnityEngine_LayerMask_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B82B0, bool, List_1_UnityEngine_LayerMask__System_Collections_IList_Contains, (List_1_UnityEngine_LayerMask_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8920, int32_t, List_1_UnityEngine_LayerMask__System_Collections_IList_IndexOf, (List_1_UnityEngine_LayerMask_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8B20, void, List_1_UnityEngine_LayerMask__System_Collections_IList_Insert, (List_1_UnityEngine_LayerMask_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8FB0, void, List_1_UnityEngine_LayerMask__System_Collections_IList_Remove, (List_1_UnityEngine_LayerMask_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_LayerMask__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_LayerMask__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B7E30, Object *, List_1_UnityEngine_LayerMask__System_Collections_IList_get_Item, (List_1_UnityEngine_LayerMask_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017B7EA0, void, List_1_UnityEngine_LayerMask__System_Collections_IList_set_Item, (List_1_UnityEngine_LayerMask_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, LayerMask__Array *, List_1_UnityEngine_LayerMask__ToArray, (List_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_LayerMask__TrimExcess, (List_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_LayerMask__get_Capacity, (List_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_LayerMask__get_Count, (List_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B7CE0, LayerMask, List_1_UnityEngine_LayerMask__get_Item, (List_1_UnityEngine_LayerMask_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_LayerMask__set_Capacity, (List_1_UnityEngine_LayerMask_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017B7D20, void, List_1_UnityEngine_LayerMask__set_Item, (List_1_UnityEngine_LayerMask_ * __this, int32_t index, LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter___ctor, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBD40, List_1_UnityEngine_UIElements_ManipulatorActivationFilter___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter___ctor_1, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, IEnumerable_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter___ctor_2, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x00AE89D0, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__Add, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC8D8, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__Add__MethodInfo); DO_APP_FUNC(0x017D5C70, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__AddEnumerable, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, IEnumerable_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__AddRange, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, IEnumerable_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A8B90, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__AddWithResize, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ *, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__AsReadOnly, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8E40, int32_t, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__BinarySearch, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter item, MethodInfo * method)); DO_APP_FUNC(0x017A8EE0, int32_t, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__BinarySearch_1, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter item, IComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017A8D80, int32_t, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__BinarySearch_2, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, int32_t index, int32_t count, ManipulatorActivationFilter item, IComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__Clear, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8F80, bool, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__Contains, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__CopyTo, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__CopyTo_1, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__EnsureCapacity, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__Exists, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, Predicate_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A9130, ManipulatorActivationFilter, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__Find, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, Predicate_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A9250, List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ *, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__FindAll, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, Predicate_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__FindIndex, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, Predicate_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A93D0, int32_t, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__FindIndex_1, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A94F0, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__ForEach, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, Action_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * action, MethodInfo * method)); DO_APP_FUNC(0x017A95C0, List_1_T_Enumerator_UnityEngine_UIElements_ManipulatorActivationFilter_, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__GetEnumerator, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEBD18, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__GetEnumerator__MethodInfo); DO_APP_FUNC(0x017A9730, int32_t, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__IndexOf, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter item, MethodInfo * method)); DO_APP_FUNC(0x017A98D0, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__Insert, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, int32_t index, ManipulatorActivationFilter item, MethodInfo * method)); DO_APP_FUNC(0x017D58A0, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__InsertRange, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A88E0, bool, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017A9ED0, bool, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__Remove, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter item, MethodInfo * method)); DO_APP_FUNC(0x017AA090, int32_t, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__RemoveAll, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, Predicate_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__RemoveAt, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__RemoveRange, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__Reverse, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__Reverse_1, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__Sort, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__Sort_1, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, Comparison_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__Sort_2, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, IComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__Sort_3, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9650, IEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter_ *, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D57F0, Object *, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9650, IEnumerator *, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8C10, int32_t, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A8FF0, bool, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A9790, int32_t, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A99B0, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A9F60, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A89C0, Object *, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017A8A40, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ManipulatorActivationFilter__Array *, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__ToArray, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__TrimExcess, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__get_Capacity, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__get_Count, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8820, ManipulatorActivationFilter, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__get_Item, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__set_Capacity, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A8880, void, List_1_UnityEngine_UIElements_ManipulatorActivationFilter__set_Item, (List_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, int32_t index, ManipulatorActivationFilter value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Matrix4x4___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Matrix4x4___ctor, (List_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA9B0, List_1_UnityEngine_Matrix4x4___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Matrix4x4___ctor_1, (List_1_UnityEngine_Matrix4x4_ * __this, IEnumerable_1_UnityEngine_Matrix4x4_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Matrix4x4___ctor_2, (List_1_UnityEngine_Matrix4x4_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017D6350, void, List_1_UnityEngine_Matrix4x4__Add, (List_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA9C0, List_1_UnityEngine_Matrix4x4__Add__MethodInfo); DO_APP_FUNC(0x017D7CE0, void, List_1_UnityEngine_Matrix4x4__AddEnumerable, (List_1_UnityEngine_Matrix4x4_ * __this, IEnumerable_1_UnityEngine_Matrix4x4_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Matrix4x4__AddRange, (List_1_UnityEngine_Matrix4x4_ * __this, IEnumerable_1_UnityEngine_Matrix4x4_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017D6410, void, List_1_UnityEngine_Matrix4x4__AddWithResize, (List_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4 item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Matrix4x4_ *, List_1_UnityEngine_Matrix4x4__AsReadOnly, (List_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D6700, int32_t, List_1_UnityEngine_Matrix4x4__BinarySearch, (List_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4 item, MethodInfo * method)); DO_APP_FUNC(0x017D67B0, int32_t, List_1_UnityEngine_Matrix4x4__BinarySearch_1, (List_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4 item, IComparer_1_UnityEngine_Matrix4x4_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017D6630, int32_t, List_1_UnityEngine_Matrix4x4__BinarySearch_2, (List_1_UnityEngine_Matrix4x4_ * __this, int32_t index, int32_t count, Matrix4x4 item, IComparer_1_UnityEngine_Matrix4x4_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_Matrix4x4__Clear, (List_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9D68, List_1_UnityEngine_Matrix4x4__Clear__MethodInfo); DO_APP_FUNC(0x017D6860, bool, List_1_UnityEngine_Matrix4x4__Contains, (List_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4 item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Matrix4x4__CopyTo, (List_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Matrix4x4__CopyTo_1, (List_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Matrix4x4__EnsureCapacity, (List_1_UnityEngine_Matrix4x4_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Matrix4x4__Exists, (List_1_UnityEngine_Matrix4x4_ * __this, Predicate_1_UnityEngine_Matrix4x4_ * match, MethodInfo * method)); DO_APP_FUNC(0x017D6A30, Matrix4x4, List_1_UnityEngine_Matrix4x4__Find, (List_1_UnityEngine_Matrix4x4_ * __this, Predicate_1_UnityEngine_Matrix4x4_ * match, MethodInfo * method)); DO_APP_FUNC(0x017D6B80, List_1_UnityEngine_Matrix4x4_ *, List_1_UnityEngine_Matrix4x4__FindAll, (List_1_UnityEngine_Matrix4x4_ * __this, Predicate_1_UnityEngine_Matrix4x4_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Matrix4x4__FindIndex, (List_1_UnityEngine_Matrix4x4_ * __this, Predicate_1_UnityEngine_Matrix4x4_ * match, MethodInfo * method)); DO_APP_FUNC(0x017D6D40, int32_t, List_1_UnityEngine_Matrix4x4__FindIndex_1, (List_1_UnityEngine_Matrix4x4_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Matrix4x4_ * match, MethodInfo * method)); DO_APP_FUNC(0x017D6E80, void, List_1_UnityEngine_Matrix4x4__ForEach, (List_1_UnityEngine_Matrix4x4_ * __this, Action_1_UnityEngine_Matrix4x4_ * action, MethodInfo * method)); DO_APP_FUNC(0x017D6F70, List_1_T_Enumerator_UnityEngine_Matrix4x4_, List_1_UnityEngine_Matrix4x4__GetEnumerator, (List_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D7150, int32_t, List_1_UnityEngine_Matrix4x4__IndexOf, (List_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4 item, MethodInfo * method)); DO_APP_FUNC(0x017D7310, void, List_1_UnityEngine_Matrix4x4__Insert, (List_1_UnityEngine_Matrix4x4_ * __this, int32_t index, Matrix4x4 item, MethodInfo * method)); DO_APP_FUNC(0x017D7560, void, List_1_UnityEngine_Matrix4x4__InsertRange, (List_1_UnityEngine_Matrix4x4_ * __this, int32_t index, IEnumerable_1_UnityEngine_Matrix4x4_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017D6070, bool, List_1_UnityEngine_Matrix4x4__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017D78E0, bool, List_1_UnityEngine_Matrix4x4__Remove, (List_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4 item, MethodInfo * method)); DO_APP_FUNC(0x017D7AC0, int32_t, List_1_UnityEngine_Matrix4x4__RemoveAll, (List_1_UnityEngine_Matrix4x4_ * __this, Predicate_1_UnityEngine_Matrix4x4_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_Matrix4x4__RemoveAt, (List_1_UnityEngine_Matrix4x4_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_Matrix4x4__RemoveRange, (List_1_UnityEngine_Matrix4x4_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Matrix4x4__Reverse, (List_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Matrix4x4__Reverse_1, (List_1_UnityEngine_Matrix4x4_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Matrix4x4__Sort, (List_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Matrix4x4__Sort_1, (List_1_UnityEngine_Matrix4x4_ * __this, Comparison_1_UnityEngine_Matrix4x4_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Matrix4x4__Sort_2, (List_1_UnityEngine_Matrix4x4_ * __this, IComparer_1_UnityEngine_Matrix4x4_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Matrix4x4__Sort_3, (List_1_UnityEngine_Matrix4x4_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Matrix4x4_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Matrix4x4__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D7030, IEnumerator_1_UnityEngine_Matrix4x4_ *, List_1_UnityEngine_Matrix4x4__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Matrix4x4__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Matrix4x4_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Matrix4x4__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D5EF0, Object *, List_1_UnityEngine_Matrix4x4__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D7030, IEnumerator *, List_1_UnityEngine_Matrix4x4__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D64A0, int32_t, List_1_UnityEngine_Matrix4x4__System_Collections_IList_Add, (List_1_UnityEngine_Matrix4x4_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017D68E0, bool, List_1_UnityEngine_Matrix4x4__System_Collections_IList_Contains, (List_1_UnityEngine_Matrix4x4_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017D71C0, int32_t, List_1_UnityEngine_Matrix4x4__System_Collections_IList_IndexOf, (List_1_UnityEngine_Matrix4x4_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017D7400, void, List_1_UnityEngine_Matrix4x4__System_Collections_IList_Insert, (List_1_UnityEngine_Matrix4x4_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017D7980, void, List_1_UnityEngine_Matrix4x4__System_Collections_IList_Remove, (List_1_UnityEngine_Matrix4x4_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Matrix4x4__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Matrix4x4__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D6150, Object *, List_1_UnityEngine_Matrix4x4__System_Collections_IList_get_Item, (List_1_UnityEngine_Matrix4x4_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017D61F0, void, List_1_UnityEngine_Matrix4x4__System_Collections_IList_set_Item, (List_1_UnityEngine_Matrix4x4_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Matrix4x4__Array *, List_1_UnityEngine_Matrix4x4__ToArray, (List_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA9B8, List_1_UnityEngine_Matrix4x4__ToArray__MethodInfo); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Matrix4x4__TrimExcess, (List_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Matrix4x4__get_Capacity, (List_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Matrix4x4__get_Count, (List_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57B50, List_1_UnityEngine_Matrix4x4__get_Count__MethodInfo); DO_APP_FUNC(0x017D5FA0, Matrix4x4, List_1_UnityEngine_Matrix4x4__get_Item, (List_1_UnityEngine_Matrix4x4_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Matrix4x4__set_Capacity, (List_1_UnityEngine_Matrix4x4_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017D6000, void, List_1_UnityEngine_Matrix4x4__set_Item, (List_1_UnityEngine_Matrix4x4_ * __this, int32_t index, Matrix4x4 value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters___ctor, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BC70, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters___ctor_1, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters___ctor_2, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A06D0, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Add, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, NameAndParameters item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BC68, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Add__MethodInfo); DO_APP_FUNC(0x017D8420, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__AddEnumerable, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__AddRange, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A07C0, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__AddWithResize, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, NameAndParameters item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ *, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__AsReadOnly, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__BinarySearch, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, NameAndParameters item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__BinarySearch_1, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, NameAndParameters item, IComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__BinarySearch_2, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, int32_t index, int32_t count, NameAndParameters item, IComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Clear, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BC78, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Clear__MethodInfo); DO_APP_FUNC(0x0179A250, bool, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Contains, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, NameAndParameters item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__CopyTo, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, NameAndParameters__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__CopyTo_1, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, NameAndParameters__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__EnsureCapacity, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Exists, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, Predicate_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, NameAndParameters, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Find, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, Predicate_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ *, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__FindAll, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, Predicate_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__FindIndex, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, Predicate_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__FindIndex_1, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__ForEach, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, Action_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NameAndParameters_, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__GetEnumerator, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__IndexOf, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, NameAndParameters item, MethodInfo * method)); DO_APP_FUNC(0x017A0890, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Insert, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, int32_t index, NameAndParameters item, MethodInfo * method)); DO_APP_FUNC(0x017D8050, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__InsertRange, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, int32_t index, IEnumerable_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Remove, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, NameAndParameters item, MethodInfo * method)); DO_APP_FUNC(0x017A0DA0, int32_t, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__RemoveAll, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, Predicate_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A0F80, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__RemoveAt, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__RemoveRange, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Reverse, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Reverse_1, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Sort, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Sort_1, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, Comparison_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Sort_2, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, IComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Sort_3, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ *, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D7FA0, Object *, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IList_Add, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IList_Contains, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IList_IndexOf, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IList_Insert, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IList_Remove, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IList_get_Item, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IList_set_Item, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, NameAndParameters__Array *, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__ToArray, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__TrimExcess, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__get_Capacity, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__get_Count, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1980, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__get_Count__MethodInfo); DO_APP_FUNC(0x01799950, NameAndParameters, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__get_Item, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1978, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__set_Capacity, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A0620, void, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters__set_Item, (List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, int32_t index, NameAndParameters value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue___ctor, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue___ctor_1, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_NamedValue_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue___ctor_2, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A06D0, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue__Add, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue item, MethodInfo * method)); DO_APP_FUNC(0x017D8B40, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue__AddEnumerable, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_NamedValue_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue__AddRange, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_NamedValue_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A07C0, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue__AddWithResize, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ *, List_1_UnityEngine_InputSystem_Utilities_NamedValue__AsReadOnly, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_UnityEngine_InputSystem_Utilities_NamedValue__BinarySearch, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_UnityEngine_InputSystem_Utilities_NamedValue__BinarySearch_1, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue item, IComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_UnityEngine_InputSystem_Utilities_NamedValue__BinarySearch_2, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, int32_t index, int32_t count, NamedValue item, IComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue__Clear, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A250, bool, List_1_UnityEngine_InputSystem_Utilities_NamedValue__Contains, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue__CopyTo, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue__CopyTo_1, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue__EnsureCapacity, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_InputSystem_Utilities_NamedValue__Exists, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, Predicate_1_UnityEngine_InputSystem_Utilities_NamedValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, NamedValue, List_1_UnityEngine_InputSystem_Utilities_NamedValue__Find, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, Predicate_1_UnityEngine_InputSystem_Utilities_NamedValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_UnityEngine_InputSystem_Utilities_NamedValue_ *, List_1_UnityEngine_InputSystem_Utilities_NamedValue__FindAll, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, Predicate_1_UnityEngine_InputSystem_Utilities_NamedValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_InputSystem_Utilities_NamedValue__FindIndex, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, Predicate_1_UnityEngine_InputSystem_Utilities_NamedValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_UnityEngine_InputSystem_Utilities_NamedValue__FindIndex_1, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_InputSystem_Utilities_NamedValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue__ForEach, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, Action_1_UnityEngine_InputSystem_Utilities_NamedValue_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_NamedValue_, List_1_UnityEngine_InputSystem_Utilities_NamedValue__GetEnumerator, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_UnityEngine_InputSystem_Utilities_NamedValue__IndexOf, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue item, MethodInfo * method)); DO_APP_FUNC(0x017A0890, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue__Insert, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, int32_t index, NamedValue item, MethodInfo * method)); DO_APP_FUNC(0x017D8770, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue__InsertRange, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, int32_t index, IEnumerable_1_UnityEngine_InputSystem_Utilities_NamedValue_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_UnityEngine_InputSystem_Utilities_NamedValue__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_UnityEngine_InputSystem_Utilities_NamedValue__Remove, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue item, MethodInfo * method)); DO_APP_FUNC(0x017A0DA0, int32_t, List_1_UnityEngine_InputSystem_Utilities_NamedValue__RemoveAll, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, Predicate_1_UnityEngine_InputSystem_Utilities_NamedValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A0F80, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue__RemoveAt, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue__RemoveRange, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue__Reverse, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue__Reverse_1, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue__Sort, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue__Sort_1, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, Comparison_1_UnityEngine_InputSystem_Utilities_NamedValue_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue__Sort_2, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, IComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue__Sort_3, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue_ *, List_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D86C0, Object *, List_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IList_Add, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IList_Contains, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IList_IndexOf, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IList_Insert, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IList_Remove, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IList_get_Item, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IList_set_Item, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, NamedValue__Array *, List_1_UnityEngine_InputSystem_Utilities_NamedValue__ToArray, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue__TrimExcess, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_InputSystem_Utilities_NamedValue__get_Capacity, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_InputSystem_Utilities_NamedValue__get_Count, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799950, NamedValue, List_1_UnityEngine_InputSystem_Utilities_NamedValue__get_Item, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue__set_Capacity, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A0620, void, List_1_UnityEngine_InputSystem_Utilities_NamedValue__set_Item, (List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, int32_t index, NamedValue value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Photon_Bolt_NetworkPropertyInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Photon_Bolt_NetworkPropertyInfo___ctor, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B128, List_1_Photon_Bolt_NetworkPropertyInfo___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Photon_Bolt_NetworkPropertyInfo___ctor_1, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, IEnumerable_1_Photon_Bolt_NetworkPropertyInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Photon_Bolt_NetworkPropertyInfo___ctor_2, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x008B8960, void, List_1_Photon_Bolt_NetworkPropertyInfo__Add, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, NetworkPropertyInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B0D0, List_1_Photon_Bolt_NetworkPropertyInfo__Add__MethodInfo); DO_APP_FUNC(0x017D9260, void, List_1_Photon_Bolt_NetworkPropertyInfo__AddEnumerable, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, IEnumerable_1_Photon_Bolt_NetworkPropertyInfo_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Photon_Bolt_NetworkPropertyInfo__AddRange, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, IEnumerable_1_Photon_Bolt_NetworkPropertyInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01796FF0, void, List_1_Photon_Bolt_NetworkPropertyInfo__AddWithResize, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, NetworkPropertyInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ *, List_1_Photon_Bolt_NetworkPropertyInfo__AsReadOnly, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017972F0, int32_t, List_1_Photon_Bolt_NetworkPropertyInfo__BinarySearch, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, NetworkPropertyInfo item, MethodInfo * method)); DO_APP_FUNC(0x01797390, int32_t, List_1_Photon_Bolt_NetworkPropertyInfo__BinarySearch_1, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, NetworkPropertyInfo item, IComparer_1_Photon_Bolt_NetworkPropertyInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01797240, int32_t, List_1_Photon_Bolt_NetworkPropertyInfo__BinarySearch_2, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, int32_t index, int32_t count, NetworkPropertyInfo item, IComparer_1_Photon_Bolt_NetworkPropertyInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Photon_Bolt_NetworkPropertyInfo__Clear, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797430, bool, List_1_Photon_Bolt_NetworkPropertyInfo__Contains, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, NetworkPropertyInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Photon_Bolt_NetworkPropertyInfo__CopyTo, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, NetworkPropertyInfo__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Photon_Bolt_NetworkPropertyInfo__CopyTo_1, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, NetworkPropertyInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Photon_Bolt_NetworkPropertyInfo__EnsureCapacity, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Photon_Bolt_NetworkPropertyInfo__Exists, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, Predicate_1_Photon_Bolt_NetworkPropertyInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017975E0, NetworkPropertyInfo, List_1_Photon_Bolt_NetworkPropertyInfo__Find, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, Predicate_1_Photon_Bolt_NetworkPropertyInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797700, List_1_Photon_Bolt_NetworkPropertyInfo_ *, List_1_Photon_Bolt_NetworkPropertyInfo__FindAll, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, Predicate_1_Photon_Bolt_NetworkPropertyInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Photon_Bolt_NetworkPropertyInfo__FindIndex, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, Predicate_1_Photon_Bolt_NetworkPropertyInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797890, int32_t, List_1_Photon_Bolt_NetworkPropertyInfo__FindIndex_1, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, int32_t startIndex, int32_t count, Predicate_1_Photon_Bolt_NetworkPropertyInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017979B0, void, List_1_Photon_Bolt_NetworkPropertyInfo__ForEach, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, Action_1_Photon_Bolt_NetworkPropertyInfo_ * action, MethodInfo * method)); DO_APP_FUNC(0x01797A80, List_1_T_Enumerator_Photon_Bolt_NetworkPropertyInfo_, List_1_Photon_Bolt_NetworkPropertyInfo__GetEnumerator, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797C10, int32_t, List_1_Photon_Bolt_NetworkPropertyInfo__IndexOf, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, NetworkPropertyInfo item, MethodInfo * method)); DO_APP_FUNC(0x01797DB0, void, List_1_Photon_Bolt_NetworkPropertyInfo__Insert, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, int32_t index, NetworkPropertyInfo item, MethodInfo * method)); DO_APP_FUNC(0x017D8E90, void, List_1_Photon_Bolt_NetworkPropertyInfo__InsertRange, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, int32_t index, IEnumerable_1_Photon_Bolt_NetworkPropertyInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01796D50, bool, List_1_Photon_Bolt_NetworkPropertyInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01798410, bool, List_1_Photon_Bolt_NetworkPropertyInfo__Remove, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, NetworkPropertyInfo item, MethodInfo * method)); DO_APP_FUNC(0x017985D0, int32_t, List_1_Photon_Bolt_NetworkPropertyInfo__RemoveAll, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, Predicate_1_Photon_Bolt_NetworkPropertyInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017987B0, void, List_1_Photon_Bolt_NetworkPropertyInfo__RemoveAt, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_Photon_Bolt_NetworkPropertyInfo__RemoveRange, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Photon_Bolt_NetworkPropertyInfo__Reverse, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Photon_Bolt_NetworkPropertyInfo__Reverse_1, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Photon_Bolt_NetworkPropertyInfo__Sort, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Photon_Bolt_NetworkPropertyInfo__Sort_1, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, Comparison_1_Photon_Bolt_NetworkPropertyInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Photon_Bolt_NetworkPropertyInfo__Sort_2, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, IComparer_1_Photon_Bolt_NetworkPropertyInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Photon_Bolt_NetworkPropertyInfo__Sort_3, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, int32_t index, int32_t count, IComparer_1_Photon_Bolt_NetworkPropertyInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator_1_Photon_Bolt_NetworkPropertyInfo_ *, List_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_ICollection_CopyTo, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_ICollection_get_IsSynchronized, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D8DE0, Object *, List_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_ICollection_get_SyncRoot, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator *, List_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_IEnumerable_GetEnumerator, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017970C0, int32_t, List_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_IList_Add, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017974A0, bool, List_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_IList_Contains, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797C70, int32_t, List_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_IList_IndexOf, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797EF0, void, List_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_IList_Insert, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017984A0, void, List_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_IList_Remove, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_IList_get_IsFixedSize, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_IList_get_IsReadOnly, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796E20, Object *, List_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_IList_get_Item, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796EA0, void, List_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_IList_set_Item, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, NetworkPropertyInfo__Array *, List_1_Photon_Bolt_NetworkPropertyInfo__ToArray, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Photon_Bolt_NetworkPropertyInfo__TrimExcess, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Photon_Bolt_NetworkPropertyInfo__get_Capacity, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Photon_Bolt_NetworkPropertyInfo__get_Count, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B020, List_1_Photon_Bolt_NetworkPropertyInfo__get_Count__MethodInfo); DO_APP_FUNC(0x01796C50, NetworkPropertyInfo, List_1_Photon_Bolt_NetworkPropertyInfo__get_Item, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B010, List_1_Photon_Bolt_NetworkPropertyInfo__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Photon_Bolt_NetworkPropertyInfo__set_Capacity, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01796CA0, void, List_1_Photon_Bolt_NetworkPropertyInfo__set_Item, (List_1_Photon_Bolt_NetworkPropertyInfo_ * __this, int32_t index, NetworkPropertyInfo value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_Object___ctor, (List_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFBC8, List_1_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_System_Object___ctor_1, (List_1_System_Object_ * __this, IEnumerable_1_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82F48, List_1_System_Object___ctor_1__MethodInfo); DO_APP_FUNC(0x01793F60, void, List_1_System_Object___ctor_2, (List_1_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4E50, List_1_System_Object___ctor_2__MethodInfo); DO_APP_FUNC(0x003C9070, void, List_1_System_Object__Add, (List_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFBD0, List_1_System_Object__Add__MethodInfo); DO_APP_FUNC(0x017DA370, void, List_1_System_Object__AddEnumerable, (List_1_System_Object_ * __this, IEnumerable_1_System_Object_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_Object__AddRange, (List_1_System_Object_ * __this, IEnumerable_1_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017D9740, void, List_1_System_Object__AddWithResize, (List_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Object_ *, List_1_System_Object__AsReadOnly, (List_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D1450, int32_t, List_1_System_Object__BinarySearch, (List_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017D14D0, int32_t, List_1_System_Object__BinarySearch_1, (List_1_System_Object_ * __this, Object * item, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_System_Object__BinarySearch_2, (List_1_System_Object_ * __this, int32_t index, int32_t count, Object * item, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_System_Object__Clear, (List_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1878, List_1_System_Object__Clear__MethodInfo); DO_APP_FUNC(0x0179E360, bool, List_1_System_Object__Contains, (List_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_Object__CopyTo, (List_1_System_Object_ * __this, Object__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_Object__CopyTo_1, (List_1_System_Object_ * __this, Object__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD31F0, List_1_System_Object__CopyTo_1__MethodInfo); DO_APP_FUNC(0x01795020, void, List_1_System_Object__EnsureCapacity, (List_1_System_Object_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_Object__Exists, (List_1_System_Object_ * __this, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x017D1560, Object *, List_1_System_Object__Find, (List_1_System_Object_ * __this, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x017D1630, List_1_System_Object_ *, List_1_System_Object__FindAll, (List_1_System_Object_ * __this, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_Object__FindIndex, (List_1_System_Object_ * __this, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x017D1780, int32_t, List_1_System_Object__FindIndex_1, (List_1_System_Object_ * __this, int32_t startIndex, int32_t count, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E810, void, List_1_System_Object__ForEach, (List_1_System_Object_ * __this, Action_1_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179E8D0, List_1_T_Enumerator_System_Object_, List_1_System_Object__GetEnumerator, (List_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179EA30, int32_t, List_1_System_Object__IndexOf, (List_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017D9B80, void, List_1_System_Object__Insert, (List_1_System_Object_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017D9D80, void, List_1_System_Object__InsertRange, (List_1_System_Object_ * __this, int32_t index, IEnumerable_1_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017D95A0, bool, List_1_System_Object__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_System_Object__Remove, (List_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5A40, List_1_System_Object__Remove__MethodInfo); DO_APP_FUNC(0x017DA1E0, int32_t, List_1_System_Object__RemoveAll, (List_1_System_Object_ * __this, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B1360, void, List_1_System_Object__RemoveAt, (List_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F200, List_1_System_Object__RemoveAt__MethodInfo); DO_APP_FUNC(0x01796310, void, List_1_System_Object__RemoveRange, (List_1_System_Object_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_Object__Reverse, (List_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_Object__Reverse_1, (List_1_System_Object_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_Object__Sort, (List_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_Object__Sort_1, (List_1_System_Object_ * __this, Comparison_1_Object_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_Object__Sort_2, (List_1_System_Object_ * __this, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_Object__Sort_3, (List_1_System_Object_ * __this, int32_t index, int32_t count, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Object__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator_1_System_Object_ *, List_1_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_Object__System_Collections_ICollection_CopyTo, (List_1_System_Object_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Object__System_Collections_ICollection_get_IsSynchronized, (List_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D94F0, Object *, List_1_System_Object__System_Collections_ICollection_get_SyncRoot, (List_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator *, List_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (List_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D97B0, int32_t, List_1_System_Object__System_Collections_IList_Add, (List_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017D9920, bool, List_1_System_Object__System_Collections_IList_Contains, (List_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017D9A50, int32_t, List_1_System_Object__System_Collections_IList_IndexOf, (List_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017D9C40, void, List_1_System_Object__System_Collections_IList_Insert, (List_1_System_Object_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017DA0D0, void, List_1_System_Object__System_Collections_IList_Remove, (List_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Object__System_Collections_IList_get_IsFixedSize, (List_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Object__System_Collections_IList_get_IsReadOnly, (List_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01604E90, Object *, List_1_System_Object__System_Collections_IList_get_Item, (List_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017D9600, void, List_1_System_Object__System_Collections_IList_set_Item, (List_1_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Object__Array *, List_1_System_Object__ToArray, (List_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFBC0, List_1_System_Object__ToArray__MethodInfo); DO_APP_FUNC(0x01796790, void, List_1_System_Object__TrimExcess, (List_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_Object__get_Capacity, (List_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_Object__get_Count, (List_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F278, List_1_System_Object__get_Count__MethodInfo); DO_APP_FUNC(0x0179DC90, Object *, List_1_System_Object__get_Item, (List_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F2B8, List_1_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_System_Object__set_Capacity, (List_1_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017B0CB0, void, List_1_System_Object__set_Item, (List_1_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData___ctor, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82F38, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData___ctor_1, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData___ctor_2, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017C18C0, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Add, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, ObjectInitializationData item, MethodInfo * method)); DO_APP_FUNC(0x017DA9E0, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__AddEnumerable, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__AddRange, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017C19C0, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__AddWithResize, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, ObjectInitializationData item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ *, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__AsReadOnly, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C1CE0, int32_t, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__BinarySearch, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, ObjectInitializationData item, MethodInfo * method)); DO_APP_FUNC(0x017C1D80, int32_t, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__BinarySearch_1, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, ObjectInitializationData item, IComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017C1C20, int32_t, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__BinarySearch_2, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, int32_t index, int32_t count, ObjectInitializationData item, IComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Clear, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C1E30, bool, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Contains, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, ObjectInitializationData item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__CopyTo, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, ObjectInitializationData__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__CopyTo_1, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, ObjectInitializationData__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__EnsureCapacity, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Exists, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, Predicate_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C1FE0, ObjectInitializationData, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Find, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, Predicate_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C2110, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ *, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__FindAll, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, Predicate_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__FindIndex, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, Predicate_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C22B0, int32_t, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__FindIndex_1, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C23E0, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__ForEach, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, Action_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * action, MethodInfo * method)); DO_APP_FUNC(0x017C24C0, List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_ObjectInitializationData_, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__GetEnumerator, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84710, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__GetEnumerator__MethodInfo); DO_APP_FUNC(0x017C2680, int32_t, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__IndexOf, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, ObjectInitializationData item, MethodInfo * method)); DO_APP_FUNC(0x017C2830, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Insert, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, int32_t index, ObjectInitializationData item, MethodInfo * method)); DO_APP_FUNC(0x017DA670, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__InsertRange, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, int32_t index, IEnumerable_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017C1600, bool, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017C2E30, bool, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Remove, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, ObjectInitializationData item, MethodInfo * method)); DO_APP_FUNC(0x017C3000, int32_t, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__RemoveAll, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, Predicate_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C3210, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__RemoveAt, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__RemoveRange, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Reverse, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Reverse_1, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Sort, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Sort_1, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, Comparison_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Sort_2, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, IComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Sort_3, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C2570, IEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ *, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017DA5C0, Object *, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C2570, IEnumerator *, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C1AA0, int32_t, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IList_Add, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017C1EA0, bool, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IList_Contains, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017C26F0, int32_t, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IList_IndexOf, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017C2970, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IList_Insert, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017C2ED0, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IList_Remove, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C16E0, Object *, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IList_get_Item, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017C1770, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IList_set_Item, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ObjectInitializationData__Array *, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__ToArray, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__TrimExcess, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__get_Capacity, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__get_Count, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C14E0, ObjectInitializationData, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__get_Item, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__set_Capacity, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017C1540, void, List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__set_Item, (List_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, int32_t index, ObjectInitializationData value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Dissonance_Networking_Client_OpenChannel___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Dissonance_Networking_Client_OpenChannel___ctor, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DFC8, List_1_Dissonance_Networking_Client_OpenChannel___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Dissonance_Networking_Client_OpenChannel___ctor_1, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, IEnumerable_1_Dissonance_Networking_Client_OpenChannel_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Dissonance_Networking_Client_OpenChannel___ctor_2, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x008B8960, void, List_1_Dissonance_Networking_Client_OpenChannel__Add, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, OpenChannel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DE58, List_1_Dissonance_Networking_Client_OpenChannel__Add__MethodInfo); DO_APP_FUNC(0x017DB110, void, List_1_Dissonance_Networking_Client_OpenChannel__AddEnumerable, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, IEnumerable_1_Dissonance_Networking_Client_OpenChannel_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Dissonance_Networking_Client_OpenChannel__AddRange, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, IEnumerable_1_Dissonance_Networking_Client_OpenChannel_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01796FF0, void, List_1_Dissonance_Networking_Client_OpenChannel__AddWithResize, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, OpenChannel item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ *, List_1_Dissonance_Networking_Client_OpenChannel__AsReadOnly, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017972F0, int32_t, List_1_Dissonance_Networking_Client_OpenChannel__BinarySearch, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, OpenChannel item, MethodInfo * method)); DO_APP_FUNC(0x01797390, int32_t, List_1_Dissonance_Networking_Client_OpenChannel__BinarySearch_1, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, OpenChannel item, IComparer_1_Dissonance_Networking_Client_OpenChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01797240, int32_t, List_1_Dissonance_Networking_Client_OpenChannel__BinarySearch_2, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, int32_t index, int32_t count, OpenChannel item, IComparer_1_Dissonance_Networking_Client_OpenChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Dissonance_Networking_Client_OpenChannel__Clear, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DF58, List_1_Dissonance_Networking_Client_OpenChannel__Clear__MethodInfo); DO_APP_FUNC(0x01797430, bool, List_1_Dissonance_Networking_Client_OpenChannel__Contains, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, OpenChannel item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Dissonance_Networking_Client_OpenChannel__CopyTo, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, OpenChannel__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Dissonance_Networking_Client_OpenChannel__CopyTo_1, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, OpenChannel__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Dissonance_Networking_Client_OpenChannel__EnsureCapacity, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Dissonance_Networking_Client_OpenChannel__Exists, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, Predicate_1_Dissonance_Networking_Client_OpenChannel_ * match, MethodInfo * method)); DO_APP_FUNC(0x017975E0, OpenChannel, List_1_Dissonance_Networking_Client_OpenChannel__Find, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, Predicate_1_Dissonance_Networking_Client_OpenChannel_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797700, List_1_Dissonance_Networking_Client_OpenChannel_ *, List_1_Dissonance_Networking_Client_OpenChannel__FindAll, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, Predicate_1_Dissonance_Networking_Client_OpenChannel_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Dissonance_Networking_Client_OpenChannel__FindIndex, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, Predicate_1_Dissonance_Networking_Client_OpenChannel_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797890, int32_t, List_1_Dissonance_Networking_Client_OpenChannel__FindIndex_1, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, int32_t startIndex, int32_t count, Predicate_1_Dissonance_Networking_Client_OpenChannel_ * match, MethodInfo * method)); DO_APP_FUNC(0x017979B0, void, List_1_Dissonance_Networking_Client_OpenChannel__ForEach, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, Action_1_Dissonance_Networking_Client_OpenChannel_ * action, MethodInfo * method)); DO_APP_FUNC(0x01797A80, List_1_T_Enumerator_Dissonance_Networking_Client_OpenChannel_, List_1_Dissonance_Networking_Client_OpenChannel__GetEnumerator, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797C10, int32_t, List_1_Dissonance_Networking_Client_OpenChannel__IndexOf, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, OpenChannel item, MethodInfo * method)); DO_APP_FUNC(0x01797DB0, void, List_1_Dissonance_Networking_Client_OpenChannel__Insert, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, int32_t index, OpenChannel item, MethodInfo * method)); DO_APP_FUNC(0x017DAD40, void, List_1_Dissonance_Networking_Client_OpenChannel__InsertRange, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, int32_t index, IEnumerable_1_Dissonance_Networking_Client_OpenChannel_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01796D50, bool, List_1_Dissonance_Networking_Client_OpenChannel__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01798410, bool, List_1_Dissonance_Networking_Client_OpenChannel__Remove, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, OpenChannel item, MethodInfo * method)); DO_APP_FUNC(0x017985D0, int32_t, List_1_Dissonance_Networking_Client_OpenChannel__RemoveAll, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, Predicate_1_Dissonance_Networking_Client_OpenChannel_ * match, MethodInfo * method)); DO_APP_FUNC(0x017987B0, void, List_1_Dissonance_Networking_Client_OpenChannel__RemoveAt, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DEB0, List_1_Dissonance_Networking_Client_OpenChannel__RemoveAt__MethodInfo); DO_APP_FUNC(0x01796310, void, List_1_Dissonance_Networking_Client_OpenChannel__RemoveRange, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Dissonance_Networking_Client_OpenChannel__Reverse, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Dissonance_Networking_Client_OpenChannel__Reverse_1, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Dissonance_Networking_Client_OpenChannel__Sort, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Dissonance_Networking_Client_OpenChannel__Sort_1, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, Comparison_1_Dissonance_Networking_Client_OpenChannel_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Dissonance_Networking_Client_OpenChannel__Sort_2, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, IComparer_1_Dissonance_Networking_Client_OpenChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Dissonance_Networking_Client_OpenChannel__Sort_3, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, int32_t index, int32_t count, IComparer_1_Dissonance_Networking_Client_OpenChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_Networking_Client_OpenChannel__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator_1_Dissonance_Networking_Client_OpenChannel_ *, List_1_Dissonance_Networking_Client_OpenChannel__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Dissonance_Networking_Client_OpenChannel__System_Collections_ICollection_CopyTo, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_Networking_Client_OpenChannel__System_Collections_ICollection_get_IsSynchronized, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017DAC90, Object *, List_1_Dissonance_Networking_Client_OpenChannel__System_Collections_ICollection_get_SyncRoot, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator *, List_1_Dissonance_Networking_Client_OpenChannel__System_Collections_IEnumerable_GetEnumerator, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017970C0, int32_t, List_1_Dissonance_Networking_Client_OpenChannel__System_Collections_IList_Add, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017974A0, bool, List_1_Dissonance_Networking_Client_OpenChannel__System_Collections_IList_Contains, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797C70, int32_t, List_1_Dissonance_Networking_Client_OpenChannel__System_Collections_IList_IndexOf, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797EF0, void, List_1_Dissonance_Networking_Client_OpenChannel__System_Collections_IList_Insert, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017984A0, void, List_1_Dissonance_Networking_Client_OpenChannel__System_Collections_IList_Remove, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_Networking_Client_OpenChannel__System_Collections_IList_get_IsFixedSize, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_Networking_Client_OpenChannel__System_Collections_IList_get_IsReadOnly, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796E20, Object *, List_1_Dissonance_Networking_Client_OpenChannel__System_Collections_IList_get_Item, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796EA0, void, List_1_Dissonance_Networking_Client_OpenChannel__System_Collections_IList_set_Item, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, OpenChannel__Array *, List_1_Dissonance_Networking_Client_OpenChannel__ToArray, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Dissonance_Networking_Client_OpenChannel__TrimExcess, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Dissonance_Networking_Client_OpenChannel__get_Capacity, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Dissonance_Networking_Client_OpenChannel__get_Count, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DED0, List_1_Dissonance_Networking_Client_OpenChannel__get_Count__MethodInfo); DO_APP_FUNC(0x01796C50, OpenChannel, List_1_Dissonance_Networking_Client_OpenChannel__get_Item, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DEC8, List_1_Dissonance_Networking_Client_OpenChannel__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Dissonance_Networking_Client_OpenChannel__set_Capacity, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01796CA0, void, List_1_Dissonance_Networking_Client_OpenChannel__set_Item, (List_1_Dissonance_Networking_Client_OpenChannel_ * __this, int32_t index, OpenChannel value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DE50, List_1_Dissonance_Networking_Client_OpenChannel__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_Photon_Bolt_Internal_PacketStats___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Photon_Bolt_Internal_PacketStats___ctor, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_Photon_Bolt_Internal_PacketStats___ctor_1, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, IEnumerable_1_Photon_Bolt_Internal_PacketStats_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Photon_Bolt_Internal_PacketStats___ctor_2, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x00AE89D0, void, List_1_Photon_Bolt_Internal_PacketStats__Add, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats item, MethodInfo * method)); DO_APP_FUNC(0x017DB820, void, List_1_Photon_Bolt_Internal_PacketStats__AddEnumerable, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, IEnumerable_1_Photon_Bolt_Internal_PacketStats_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Photon_Bolt_Internal_PacketStats__AddRange, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, IEnumerable_1_Photon_Bolt_Internal_PacketStats_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A8B90, void, List_1_Photon_Bolt_Internal_PacketStats__AddWithResize, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ *, List_1_Photon_Bolt_Internal_PacketStats__AsReadOnly, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8E40, int32_t, List_1_Photon_Bolt_Internal_PacketStats__BinarySearch, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats item, MethodInfo * method)); DO_APP_FUNC(0x017A8EE0, int32_t, List_1_Photon_Bolt_Internal_PacketStats__BinarySearch_1, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats item, IComparer_1_Photon_Bolt_Internal_PacketStats_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017A8D80, int32_t, List_1_Photon_Bolt_Internal_PacketStats__BinarySearch_2, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, int32_t index, int32_t count, PacketStats item, IComparer_1_Photon_Bolt_Internal_PacketStats_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_Photon_Bolt_Internal_PacketStats__Clear, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8F80, bool, List_1_Photon_Bolt_Internal_PacketStats__Contains, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Photon_Bolt_Internal_PacketStats__CopyTo, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Photon_Bolt_Internal_PacketStats__CopyTo_1, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Photon_Bolt_Internal_PacketStats__EnsureCapacity, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Photon_Bolt_Internal_PacketStats__Exists, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, Predicate_1_Photon_Bolt_Internal_PacketStats_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A9130, PacketStats, List_1_Photon_Bolt_Internal_PacketStats__Find, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, Predicate_1_Photon_Bolt_Internal_PacketStats_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A9250, List_1_Photon_Bolt_Internal_PacketStats_ *, List_1_Photon_Bolt_Internal_PacketStats__FindAll, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, Predicate_1_Photon_Bolt_Internal_PacketStats_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Photon_Bolt_Internal_PacketStats__FindIndex, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, Predicate_1_Photon_Bolt_Internal_PacketStats_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A93D0, int32_t, List_1_Photon_Bolt_Internal_PacketStats__FindIndex_1, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, int32_t startIndex, int32_t count, Predicate_1_Photon_Bolt_Internal_PacketStats_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A94F0, void, List_1_Photon_Bolt_Internal_PacketStats__ForEach, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, Action_1_Photon_Bolt_Internal_PacketStats_ * action, MethodInfo * method)); DO_APP_FUNC(0x017A95C0, List_1_T_Enumerator_Photon_Bolt_Internal_PacketStats_, List_1_Photon_Bolt_Internal_PacketStats__GetEnumerator, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9730, int32_t, List_1_Photon_Bolt_Internal_PacketStats__IndexOf, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats item, MethodInfo * method)); DO_APP_FUNC(0x017A98D0, void, List_1_Photon_Bolt_Internal_PacketStats__Insert, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, int32_t index, PacketStats item, MethodInfo * method)); DO_APP_FUNC(0x017DB450, void, List_1_Photon_Bolt_Internal_PacketStats__InsertRange, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, int32_t index, IEnumerable_1_Photon_Bolt_Internal_PacketStats_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A88E0, bool, List_1_Photon_Bolt_Internal_PacketStats__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017A9ED0, bool, List_1_Photon_Bolt_Internal_PacketStats__Remove, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats item, MethodInfo * method)); DO_APP_FUNC(0x017AA090, int32_t, List_1_Photon_Bolt_Internal_PacketStats__RemoveAll, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, Predicate_1_Photon_Bolt_Internal_PacketStats_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_Photon_Bolt_Internal_PacketStats__RemoveAt, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_Photon_Bolt_Internal_PacketStats__RemoveRange, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Photon_Bolt_Internal_PacketStats__Reverse, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Photon_Bolt_Internal_PacketStats__Reverse_1, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Photon_Bolt_Internal_PacketStats__Sort, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Photon_Bolt_Internal_PacketStats__Sort_1, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, Comparison_1_Photon_Bolt_Internal_PacketStats_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Photon_Bolt_Internal_PacketStats__Sort_2, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, IComparer_1_Photon_Bolt_Internal_PacketStats_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Photon_Bolt_Internal_PacketStats__Sort_3, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, int32_t index, int32_t count, IComparer_1_Photon_Bolt_Internal_PacketStats_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_Internal_PacketStats__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9650, IEnumerator_1_Photon_Bolt_Internal_PacketStats_ *, List_1_Photon_Bolt_Internal_PacketStats__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Photon_Bolt_Internal_PacketStats__System_Collections_ICollection_CopyTo, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_Internal_PacketStats__System_Collections_ICollection_get_IsSynchronized, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017DB3A0, Object *, List_1_Photon_Bolt_Internal_PacketStats__System_Collections_ICollection_get_SyncRoot, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9650, IEnumerator *, List_1_Photon_Bolt_Internal_PacketStats__System_Collections_IEnumerable_GetEnumerator, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8C10, int32_t, List_1_Photon_Bolt_Internal_PacketStats__System_Collections_IList_Add, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A8FF0, bool, List_1_Photon_Bolt_Internal_PacketStats__System_Collections_IList_Contains, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A9790, int32_t, List_1_Photon_Bolt_Internal_PacketStats__System_Collections_IList_IndexOf, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A99B0, void, List_1_Photon_Bolt_Internal_PacketStats__System_Collections_IList_Insert, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A9F60, void, List_1_Photon_Bolt_Internal_PacketStats__System_Collections_IList_Remove, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_Internal_PacketStats__System_Collections_IList_get_IsFixedSize, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_Internal_PacketStats__System_Collections_IList_get_IsReadOnly, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A89C0, Object *, List_1_Photon_Bolt_Internal_PacketStats__System_Collections_IList_get_Item, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017A8A40, void, List_1_Photon_Bolt_Internal_PacketStats__System_Collections_IList_set_Item, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, PacketStats__Array *, List_1_Photon_Bolt_Internal_PacketStats__ToArray, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Photon_Bolt_Internal_PacketStats__TrimExcess, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Photon_Bolt_Internal_PacketStats__get_Capacity, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Photon_Bolt_Internal_PacketStats__get_Count, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8820, PacketStats, List_1_Photon_Bolt_Internal_PacketStats__get_Item, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_Photon_Bolt_Internal_PacketStats__set_Capacity, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A8880, void, List_1_Photon_Bolt_Internal_PacketStats__set_Item, (List_1_Photon_Bolt_Internal_PacketStats_ * __this, int32_t index, PacketStats value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_ParticleCollisionEvent___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_ParticleCollisionEvent___ctor, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC28F8, List_1_UnityEngine_ParticleCollisionEvent___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_ParticleCollisionEvent___ctor_1, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, IEnumerable_1_UnityEngine_ParticleCollisionEvent_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_ParticleCollisionEvent___ctor_2, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017DBBC0, void, List_1_UnityEngine_ParticleCollisionEvent__Add, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, ParticleCollisionEvent item, MethodInfo * method)); DO_APP_FUNC(0x017DC350, void, List_1_UnityEngine_ParticleCollisionEvent__AddEnumerable, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, IEnumerable_1_UnityEngine_ParticleCollisionEvent_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_ParticleCollisionEvent__AddRange, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, IEnumerable_1_UnityEngine_ParticleCollisionEvent_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017DBC60, void, List_1_UnityEngine_ParticleCollisionEvent__AddWithResize, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, ParticleCollisionEvent item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ *, List_1_UnityEngine_ParticleCollisionEvent__AsReadOnly, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE640, int32_t, List_1_UnityEngine_ParticleCollisionEvent__BinarySearch, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, ParticleCollisionEvent item, MethodInfo * method)); DO_APP_FUNC(0x017AE6E0, int32_t, List_1_UnityEngine_ParticleCollisionEvent__BinarySearch_1, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, ParticleCollisionEvent item, IComparer_1_UnityEngine_ParticleCollisionEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017AE580, int32_t, List_1_UnityEngine_ParticleCollisionEvent__BinarySearch_2, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, int32_t index, int32_t count, ParticleCollisionEvent item, IComparer_1_UnityEngine_ParticleCollisionEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_ParticleCollisionEvent__Clear, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC27E0, List_1_UnityEngine_ParticleCollisionEvent__Clear__MethodInfo); DO_APP_FUNC(0x017AE790, bool, List_1_UnityEngine_ParticleCollisionEvent__Contains, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, ParticleCollisionEvent item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_ParticleCollisionEvent__CopyTo, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, ParticleCollisionEvent__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_ParticleCollisionEvent__CopyTo_1, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, ParticleCollisionEvent__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_ParticleCollisionEvent__EnsureCapacity, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_ParticleCollisionEvent__Exists, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, Predicate_1_UnityEngine_ParticleCollisionEvent_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AE940, ParticleCollisionEvent, List_1_UnityEngine_ParticleCollisionEvent__Find, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, Predicate_1_UnityEngine_ParticleCollisionEvent_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AEA80, List_1_UnityEngine_ParticleCollisionEvent_ *, List_1_UnityEngine_ParticleCollisionEvent__FindAll, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, Predicate_1_UnityEngine_ParticleCollisionEvent_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_ParticleCollisionEvent__FindIndex, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, Predicate_1_UnityEngine_ParticleCollisionEvent_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AEC20, int32_t, List_1_UnityEngine_ParticleCollisionEvent__FindIndex_1, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_ParticleCollisionEvent_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AED50, void, List_1_UnityEngine_ParticleCollisionEvent__ForEach, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, Action_1_UnityEngine_ParticleCollisionEvent_ * action, MethodInfo * method)); DO_APP_FUNC(0x017AEE30, List_1_T_Enumerator_UnityEngine_ParticleCollisionEvent_, List_1_UnityEngine_ParticleCollisionEvent__GetEnumerator, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AEFE0, int32_t, List_1_UnityEngine_ParticleCollisionEvent__IndexOf, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, ParticleCollisionEvent item, MethodInfo * method)); DO_APP_FUNC(0x017DBCF0, void, List_1_UnityEngine_ParticleCollisionEvent__Insert, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, int32_t index, ParticleCollisionEvent item, MethodInfo * method)); DO_APP_FUNC(0x017DBDD0, void, List_1_UnityEngine_ParticleCollisionEvent__InsertRange, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, int32_t index, IEnumerable_1_UnityEngine_ParticleCollisionEvent_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017ADF50, bool, List_1_UnityEngine_ParticleCollisionEvent__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017AF7C0, bool, List_1_UnityEngine_ParticleCollisionEvent__Remove, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, ParticleCollisionEvent item, MethodInfo * method)); DO_APP_FUNC(0x017DC150, int32_t, List_1_UnityEngine_ParticleCollisionEvent__RemoveAll, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, Predicate_1_UnityEngine_ParticleCollisionEvent_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_ParticleCollisionEvent__RemoveAt, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_ParticleCollisionEvent__RemoveRange, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_ParticleCollisionEvent__Reverse, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_ParticleCollisionEvent__Reverse_1, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_ParticleCollisionEvent__Sort, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_ParticleCollisionEvent__Sort_1, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, Comparison_1_UnityEngine_ParticleCollisionEvent_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_ParticleCollisionEvent__Sort_2, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, IComparer_1_UnityEngine_ParticleCollisionEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_ParticleCollisionEvent__Sort_3, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_ParticleCollisionEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ParticleCollisionEvent__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AEEE0, IEnumerator_1_UnityEngine_ParticleCollisionEvent_ *, List_1_UnityEngine_ParticleCollisionEvent__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_ParticleCollisionEvent__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ParticleCollisionEvent__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017DBAA0, Object *, List_1_UnityEngine_ParticleCollisionEvent__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AEEE0, IEnumerator *, List_1_UnityEngine_ParticleCollisionEvent__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE400, int32_t, List_1_UnityEngine_ParticleCollisionEvent__System_Collections_IList_Add, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AE800, bool, List_1_UnityEngine_ParticleCollisionEvent__System_Collections_IList_Contains, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF050, int32_t, List_1_UnityEngine_ParticleCollisionEvent__System_Collections_IList_IndexOf, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF2E0, void, List_1_UnityEngine_ParticleCollisionEvent__System_Collections_IList_Insert, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF860, void, List_1_UnityEngine_ParticleCollisionEvent__System_Collections_IList_Remove, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ParticleCollisionEvent__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ParticleCollisionEvent__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE040, Object *, List_1_UnityEngine_ParticleCollisionEvent__System_Collections_IList_get_Item, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017AE0D0, void, List_1_UnityEngine_ParticleCollisionEvent__System_Collections_IList_set_Item, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ParticleCollisionEvent__Array *, List_1_UnityEngine_ParticleCollisionEvent__ToArray, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_ParticleCollisionEvent__TrimExcess, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_ParticleCollisionEvent__get_Capacity, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_ParticleCollisionEvent__get_Count, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC27D0, List_1_UnityEngine_ParticleCollisionEvent__get_Count__MethodInfo); DO_APP_FUNC(0x017ADE30, ParticleCollisionEvent, List_1_UnityEngine_ParticleCollisionEvent__get_Item, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC27C0, List_1_UnityEngine_ParticleCollisionEvent__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_ParticleCollisionEvent__set_Capacity, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017DBB50, void, List_1_UnityEngine_ParticleCollisionEvent__set_Item, (List_1_UnityEngine_ParticleCollisionEvent_ * __this, int32_t index, ParticleCollisionEvent value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Playables_Playable___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Playables_Playable___ctor, (List_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C700D0, List_1_UnityEngine_Playables_Playable___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Playables_Playable___ctor_1, (List_1_UnityEngine_Playables_Playable_ * __this, IEnumerable_1_UnityEngine_Playables_Playable_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Playables_Playable___ctor_2, (List_1_UnityEngine_Playables_Playable_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A6170, void, List_1_UnityEngine_Playables_Playable__Add, (List_1_UnityEngine_Playables_Playable_ * __this, Playable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C700C0, List_1_UnityEngine_Playables_Playable__Add__MethodInfo); DO_APP_FUNC(0x017DCA80, void, List_1_UnityEngine_Playables_Playable__AddEnumerable, (List_1_UnityEngine_Playables_Playable_ * __this, IEnumerable_1_UnityEngine_Playables_Playable_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Playables_Playable__AddRange, (List_1_UnityEngine_Playables_Playable_ * __this, IEnumerable_1_UnityEngine_Playables_Playable_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A61F0, void, List_1_UnityEngine_Playables_Playable__AddWithResize, (List_1_UnityEngine_Playables_Playable_ * __this, Playable item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Playables_Playable_ *, List_1_UnityEngine_Playables_Playable__AsReadOnly, (List_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_Playables_Playable__BinarySearch, (List_1_UnityEngine_Playables_Playable_ * __this, Playable item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_Playables_Playable__BinarySearch_1, (List_1_UnityEngine_Playables_Playable_ * __this, Playable item, IComparer_1_UnityEngine_Playables_Playable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_Playables_Playable__BinarySearch_2, (List_1_UnityEngine_Playables_Playable_ * __this, int32_t index, int32_t count, Playable item, IComparer_1_UnityEngine_Playables_Playable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_Playables_Playable__Clear, (List_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_Playables_Playable__Contains, (List_1_UnityEngine_Playables_Playable_ * __this, Playable item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Playables_Playable__CopyTo, (List_1_UnityEngine_Playables_Playable_ * __this, Playable__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Playables_Playable__CopyTo_1, (List_1_UnityEngine_Playables_Playable_ * __this, Playable__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Playables_Playable__EnsureCapacity, (List_1_UnityEngine_Playables_Playable_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Playables_Playable__Exists, (List_1_UnityEngine_Playables_Playable_ * __this, Predicate_1_UnityEngine_Playables_Playable_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, Playable, List_1_UnityEngine_Playables_Playable__Find, (List_1_UnityEngine_Playables_Playable_ * __this, Predicate_1_UnityEngine_Playables_Playable_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_Playables_Playable_ *, List_1_UnityEngine_Playables_Playable__FindAll, (List_1_UnityEngine_Playables_Playable_ * __this, Predicate_1_UnityEngine_Playables_Playable_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Playables_Playable__FindIndex, (List_1_UnityEngine_Playables_Playable_ * __this, Predicate_1_UnityEngine_Playables_Playable_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_Playables_Playable__FindIndex_1, (List_1_UnityEngine_Playables_Playable_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Playables_Playable_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_Playables_Playable__ForEach, (List_1_UnityEngine_Playables_Playable_ * __this, Action_1_UnityEngine_Playables_Playable_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_Playables_Playable_, List_1_UnityEngine_Playables_Playable__GetEnumerator, (List_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_Playables_Playable__IndexOf, (List_1_UnityEngine_Playables_Playable_ * __this, Playable item, MethodInfo * method)); DO_APP_FUNC(0x017A6260, void, List_1_UnityEngine_Playables_Playable__Insert, (List_1_UnityEngine_Playables_Playable_ * __this, int32_t index, Playable item, MethodInfo * method)); DO_APP_FUNC(0x017DC6C0, void, List_1_UnityEngine_Playables_Playable__InsertRange, (List_1_UnityEngine_Playables_Playable_ * __this, int32_t index, IEnumerable_1_UnityEngine_Playables_Playable_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_Playables_Playable__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_Playables_Playable__Remove, (List_1_UnityEngine_Playables_Playable_ * __this, Playable item, MethodInfo * method)); DO_APP_FUNC(0x017A66F0, int32_t, List_1_UnityEngine_Playables_Playable__RemoveAll, (List_1_UnityEngine_Playables_Playable_ * __this, Predicate_1_UnityEngine_Playables_Playable_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_Playables_Playable__RemoveAt, (List_1_UnityEngine_Playables_Playable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_Playables_Playable__RemoveRange, (List_1_UnityEngine_Playables_Playable_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Playables_Playable__Reverse, (List_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Playables_Playable__Reverse_1, (List_1_UnityEngine_Playables_Playable_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Playables_Playable__Sort, (List_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Playables_Playable__Sort_1, (List_1_UnityEngine_Playables_Playable_ * __this, Comparison_1_UnityEngine_Playables_Playable_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Playables_Playable__Sort_2, (List_1_UnityEngine_Playables_Playable_ * __this, IComparer_1_UnityEngine_Playables_Playable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Playables_Playable__Sort_3, (List_1_UnityEngine_Playables_Playable_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Playables_Playable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Playables_Playable__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_Playables_Playable_ *, List_1_UnityEngine_Playables_Playable__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Playables_Playable__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Playables_Playable_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Playables_Playable__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017DC610, Object *, List_1_UnityEngine_Playables_Playable__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_Playables_Playable__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_Playables_Playable__System_Collections_IList_Add, (List_1_UnityEngine_Playables_Playable_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_Playables_Playable__System_Collections_IList_Contains, (List_1_UnityEngine_Playables_Playable_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_Playables_Playable__System_Collections_IList_IndexOf, (List_1_UnityEngine_Playables_Playable_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_Playables_Playable__System_Collections_IList_Insert, (List_1_UnityEngine_Playables_Playable_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_Playables_Playable__System_Collections_IList_Remove, (List_1_UnityEngine_Playables_Playable_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Playables_Playable__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Playables_Playable__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_Playables_Playable__System_Collections_IList_get_Item, (List_1_UnityEngine_Playables_Playable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_Playables_Playable__System_Collections_IList_set_Item, (List_1_UnityEngine_Playables_Playable_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Playable__Array *, List_1_UnityEngine_Playables_Playable__ToArray, (List_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Playables_Playable__TrimExcess, (List_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Playables_Playable__get_Capacity, (List_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Playables_Playable__get_Count, (List_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70090, List_1_UnityEngine_Playables_Playable__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, Playable, List_1_UnityEngine_Playables_Playable__get_Item, (List_1_UnityEngine_Playables_Playable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C700A0, List_1_UnityEngine_Playables_Playable__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Playables_Playable__set_Capacity, (List_1_UnityEngine_Playables_Playable_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A6120, void, List_1_UnityEngine_Playables_Playable__set_Item, (List_1_UnityEngine_Playables_Playable_ * __this, int32_t index, Playable value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Playables_PlayableBinding___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Playables_PlayableBinding___ctor, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FBF0, List_1_UnityEngine_Playables_PlayableBinding___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Playables_PlayableBinding___ctor_1, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, IEnumerable_1_UnityEngine_Playables_PlayableBinding_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Playables_PlayableBinding___ctor_2, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x008B8960, void, List_1_UnityEngine_Playables_PlayableBinding__Add, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, PlayableBinding item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FBE0, List_1_UnityEngine_Playables_PlayableBinding__Add__MethodInfo); DO_APP_FUNC(0x017DD190, void, List_1_UnityEngine_Playables_PlayableBinding__AddEnumerable, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, IEnumerable_1_UnityEngine_Playables_PlayableBinding_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Playables_PlayableBinding__AddRange, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, IEnumerable_1_UnityEngine_Playables_PlayableBinding_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01796FF0, void, List_1_UnityEngine_Playables_PlayableBinding__AddWithResize, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, PlayableBinding item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ *, List_1_UnityEngine_Playables_PlayableBinding__AsReadOnly, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017972F0, int32_t, List_1_UnityEngine_Playables_PlayableBinding__BinarySearch, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, PlayableBinding item, MethodInfo * method)); DO_APP_FUNC(0x01797390, int32_t, List_1_UnityEngine_Playables_PlayableBinding__BinarySearch_1, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, PlayableBinding item, IComparer_1_UnityEngine_Playables_PlayableBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01797240, int32_t, List_1_UnityEngine_Playables_PlayableBinding__BinarySearch_2, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, int32_t index, int32_t count, PlayableBinding item, IComparer_1_UnityEngine_Playables_PlayableBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_Playables_PlayableBinding__Clear, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797430, bool, List_1_UnityEngine_Playables_PlayableBinding__Contains, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, PlayableBinding item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Playables_PlayableBinding__CopyTo, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, PlayableBinding__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Playables_PlayableBinding__CopyTo_1, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, PlayableBinding__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Playables_PlayableBinding__EnsureCapacity, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Playables_PlayableBinding__Exists, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, Predicate_1_UnityEngine_Playables_PlayableBinding_ * match, MethodInfo * method)); DO_APP_FUNC(0x017975E0, PlayableBinding, List_1_UnityEngine_Playables_PlayableBinding__Find, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, Predicate_1_UnityEngine_Playables_PlayableBinding_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797700, List_1_UnityEngine_Playables_PlayableBinding_ *, List_1_UnityEngine_Playables_PlayableBinding__FindAll, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, Predicate_1_UnityEngine_Playables_PlayableBinding_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Playables_PlayableBinding__FindIndex, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, Predicate_1_UnityEngine_Playables_PlayableBinding_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797890, int32_t, List_1_UnityEngine_Playables_PlayableBinding__FindIndex_1, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Playables_PlayableBinding_ * match, MethodInfo * method)); DO_APP_FUNC(0x017979B0, void, List_1_UnityEngine_Playables_PlayableBinding__ForEach, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, Action_1_UnityEngine_Playables_PlayableBinding_ * action, MethodInfo * method)); DO_APP_FUNC(0x01797A80, List_1_T_Enumerator_UnityEngine_Playables_PlayableBinding_, List_1_UnityEngine_Playables_PlayableBinding__GetEnumerator, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797C10, int32_t, List_1_UnityEngine_Playables_PlayableBinding__IndexOf, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, PlayableBinding item, MethodInfo * method)); DO_APP_FUNC(0x01797DB0, void, List_1_UnityEngine_Playables_PlayableBinding__Insert, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, int32_t index, PlayableBinding item, MethodInfo * method)); DO_APP_FUNC(0x017DCDC0, void, List_1_UnityEngine_Playables_PlayableBinding__InsertRange, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, int32_t index, IEnumerable_1_UnityEngine_Playables_PlayableBinding_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01796D50, bool, List_1_UnityEngine_Playables_PlayableBinding__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01798410, bool, List_1_UnityEngine_Playables_PlayableBinding__Remove, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, PlayableBinding item, MethodInfo * method)); DO_APP_FUNC(0x017985D0, int32_t, List_1_UnityEngine_Playables_PlayableBinding__RemoveAll, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, Predicate_1_UnityEngine_Playables_PlayableBinding_ * match, MethodInfo * method)); DO_APP_FUNC(0x017987B0, void, List_1_UnityEngine_Playables_PlayableBinding__RemoveAt, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_Playables_PlayableBinding__RemoveRange, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Playables_PlayableBinding__Reverse, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Playables_PlayableBinding__Reverse_1, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Playables_PlayableBinding__Sort, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Playables_PlayableBinding__Sort_1, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, Comparison_1_UnityEngine_Playables_PlayableBinding_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Playables_PlayableBinding__Sort_2, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, IComparer_1_UnityEngine_Playables_PlayableBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Playables_PlayableBinding__Sort_3, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Playables_PlayableBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Playables_PlayableBinding__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator_1_UnityEngine_Playables_PlayableBinding_ *, List_1_UnityEngine_Playables_PlayableBinding__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Playables_PlayableBinding__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Playables_PlayableBinding__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017DCD10, Object *, List_1_UnityEngine_Playables_PlayableBinding__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator *, List_1_UnityEngine_Playables_PlayableBinding__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017970C0, int32_t, List_1_UnityEngine_Playables_PlayableBinding__System_Collections_IList_Add, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017974A0, bool, List_1_UnityEngine_Playables_PlayableBinding__System_Collections_IList_Contains, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797C70, int32_t, List_1_UnityEngine_Playables_PlayableBinding__System_Collections_IList_IndexOf, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797EF0, void, List_1_UnityEngine_Playables_PlayableBinding__System_Collections_IList_Insert, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017984A0, void, List_1_UnityEngine_Playables_PlayableBinding__System_Collections_IList_Remove, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Playables_PlayableBinding__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Playables_PlayableBinding__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796E20, Object *, List_1_UnityEngine_Playables_PlayableBinding__System_Collections_IList_get_Item, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796EA0, void, List_1_UnityEngine_Playables_PlayableBinding__System_Collections_IList_set_Item, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, PlayableBinding__Array *, List_1_UnityEngine_Playables_PlayableBinding__ToArray, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Playables_PlayableBinding__TrimExcess, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Playables_PlayableBinding__get_Capacity, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Playables_PlayableBinding__get_Count, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796C50, PlayableBinding, List_1_UnityEngine_Playables_PlayableBinding__get_Item, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Playables_PlayableBinding__set_Capacity, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01796CA0, void, List_1_UnityEngine_Playables_PlayableBinding__set_Item, (List_1_UnityEngine_Playables_PlayableBinding_ * __this, int32_t index, PlayableBinding value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Photon_Bolt_Priority___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Photon_Bolt_Priority___ctor, (List_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92118, List_1_Photon_Bolt_Priority___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Photon_Bolt_Priority___ctor_1, (List_1_Photon_Bolt_Priority_ * __this, IEnumerable_1_Photon_Bolt_Priority_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Photon_Bolt_Priority___ctor_2, (List_1_Photon_Bolt_Priority_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x00AE89D0, void, List_1_Photon_Bolt_Priority__Add, (List_1_Photon_Bolt_Priority_ * __this, Priority item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AF80, List_1_Photon_Bolt_Priority__Add__MethodInfo); DO_APP_FUNC(0x017DD8A0, void, List_1_Photon_Bolt_Priority__AddEnumerable, (List_1_Photon_Bolt_Priority_ * __this, IEnumerable_1_Photon_Bolt_Priority_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Photon_Bolt_Priority__AddRange, (List_1_Photon_Bolt_Priority_ * __this, IEnumerable_1_Photon_Bolt_Priority_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A8B90, void, List_1_Photon_Bolt_Priority__AddWithResize, (List_1_Photon_Bolt_Priority_ * __this, Priority item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Photon_Bolt_Priority_ *, List_1_Photon_Bolt_Priority__AsReadOnly, (List_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8E40, int32_t, List_1_Photon_Bolt_Priority__BinarySearch, (List_1_Photon_Bolt_Priority_ * __this, Priority item, MethodInfo * method)); DO_APP_FUNC(0x017A8EE0, int32_t, List_1_Photon_Bolt_Priority__BinarySearch_1, (List_1_Photon_Bolt_Priority_ * __this, Priority item, IComparer_1_Photon_Bolt_Priority_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017A8D80, int32_t, List_1_Photon_Bolt_Priority__BinarySearch_2, (List_1_Photon_Bolt_Priority_ * __this, int32_t index, int32_t count, Priority item, IComparer_1_Photon_Bolt_Priority_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_Photon_Bolt_Priority__Clear, (List_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92110, List_1_Photon_Bolt_Priority__Clear__MethodInfo); DO_APP_FUNC(0x017A8F80, bool, List_1_Photon_Bolt_Priority__Contains, (List_1_Photon_Bolt_Priority_ * __this, Priority item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Photon_Bolt_Priority__CopyTo, (List_1_Photon_Bolt_Priority_ * __this, Priority__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Photon_Bolt_Priority__CopyTo_1, (List_1_Photon_Bolt_Priority_ * __this, Priority__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Photon_Bolt_Priority__EnsureCapacity, (List_1_Photon_Bolt_Priority_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Photon_Bolt_Priority__Exists, (List_1_Photon_Bolt_Priority_ * __this, Predicate_1_Photon_Bolt_Priority_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A9130, Priority, List_1_Photon_Bolt_Priority__Find, (List_1_Photon_Bolt_Priority_ * __this, Predicate_1_Photon_Bolt_Priority_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A9250, List_1_Photon_Bolt_Priority_ *, List_1_Photon_Bolt_Priority__FindAll, (List_1_Photon_Bolt_Priority_ * __this, Predicate_1_Photon_Bolt_Priority_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Photon_Bolt_Priority__FindIndex, (List_1_Photon_Bolt_Priority_ * __this, Predicate_1_Photon_Bolt_Priority_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A93D0, int32_t, List_1_Photon_Bolt_Priority__FindIndex_1, (List_1_Photon_Bolt_Priority_ * __this, int32_t startIndex, int32_t count, Predicate_1_Photon_Bolt_Priority_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A94F0, void, List_1_Photon_Bolt_Priority__ForEach, (List_1_Photon_Bolt_Priority_ * __this, Action_1_Photon_Bolt_Priority_ * action, MethodInfo * method)); DO_APP_FUNC(0x017A95C0, List_1_T_Enumerator_Photon_Bolt_Priority_, List_1_Photon_Bolt_Priority__GetEnumerator, (List_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9730, int32_t, List_1_Photon_Bolt_Priority__IndexOf, (List_1_Photon_Bolt_Priority_ * __this, Priority item, MethodInfo * method)); DO_APP_FUNC(0x017A98D0, void, List_1_Photon_Bolt_Priority__Insert, (List_1_Photon_Bolt_Priority_ * __this, int32_t index, Priority item, MethodInfo * method)); DO_APP_FUNC(0x017DD4D0, void, List_1_Photon_Bolt_Priority__InsertRange, (List_1_Photon_Bolt_Priority_ * __this, int32_t index, IEnumerable_1_Photon_Bolt_Priority_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A88E0, bool, List_1_Photon_Bolt_Priority__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017A9ED0, bool, List_1_Photon_Bolt_Priority__Remove, (List_1_Photon_Bolt_Priority_ * __this, Priority item, MethodInfo * method)); DO_APP_FUNC(0x017AA090, int32_t, List_1_Photon_Bolt_Priority__RemoveAll, (List_1_Photon_Bolt_Priority_ * __this, Predicate_1_Photon_Bolt_Priority_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_Photon_Bolt_Priority__RemoveAt, (List_1_Photon_Bolt_Priority_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_Photon_Bolt_Priority__RemoveRange, (List_1_Photon_Bolt_Priority_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Photon_Bolt_Priority__Reverse, (List_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Photon_Bolt_Priority__Reverse_1, (List_1_Photon_Bolt_Priority_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Photon_Bolt_Priority__Sort, (List_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Photon_Bolt_Priority__Sort_1, (List_1_Photon_Bolt_Priority_ * __this, Comparison_1_Photon_Bolt_Priority_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Photon_Bolt_Priority__Sort_2, (List_1_Photon_Bolt_Priority_ * __this, IComparer_1_Photon_Bolt_Priority_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Photon_Bolt_Priority__Sort_3, (List_1_Photon_Bolt_Priority_ * __this, int32_t index, int32_t count, IComparer_1_Photon_Bolt_Priority_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_Priority__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9650, IEnumerator_1_Photon_Bolt_Priority_ *, List_1_Photon_Bolt_Priority__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Photon_Bolt_Priority__System_Collections_ICollection_CopyTo, (List_1_Photon_Bolt_Priority_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_Priority__System_Collections_ICollection_get_IsSynchronized, (List_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017DD420, Object *, List_1_Photon_Bolt_Priority__System_Collections_ICollection_get_SyncRoot, (List_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9650, IEnumerator *, List_1_Photon_Bolt_Priority__System_Collections_IEnumerable_GetEnumerator, (List_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8C10, int32_t, List_1_Photon_Bolt_Priority__System_Collections_IList_Add, (List_1_Photon_Bolt_Priority_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A8FF0, bool, List_1_Photon_Bolt_Priority__System_Collections_IList_Contains, (List_1_Photon_Bolt_Priority_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A9790, int32_t, List_1_Photon_Bolt_Priority__System_Collections_IList_IndexOf, (List_1_Photon_Bolt_Priority_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A99B0, void, List_1_Photon_Bolt_Priority__System_Collections_IList_Insert, (List_1_Photon_Bolt_Priority_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A9F60, void, List_1_Photon_Bolt_Priority__System_Collections_IList_Remove, (List_1_Photon_Bolt_Priority_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_Priority__System_Collections_IList_get_IsFixedSize, (List_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_Priority__System_Collections_IList_get_IsReadOnly, (List_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A89C0, Object *, List_1_Photon_Bolt_Priority__System_Collections_IList_get_Item, (List_1_Photon_Bolt_Priority_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017A8A40, void, List_1_Photon_Bolt_Priority__System_Collections_IList_set_Item, (List_1_Photon_Bolt_Priority_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Priority__Array *, List_1_Photon_Bolt_Priority__ToArray, (List_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Photon_Bolt_Priority__TrimExcess, (List_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Photon_Bolt_Priority__get_Capacity, (List_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Photon_Bolt_Priority__get_Count, (List_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AF90, List_1_Photon_Bolt_Priority__get_Count__MethodInfo); DO_APP_FUNC(0x017A8820, Priority, List_1_Photon_Bolt_Priority__get_Item, (List_1_Photon_Bolt_Priority_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AF88, List_1_Photon_Bolt_Priority__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Photon_Bolt_Priority__set_Capacity, (List_1_Photon_Bolt_Priority_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A8880, void, List_1_Photon_Bolt_Priority__set_Item, (List_1_Photon_Bolt_Priority_ * __this, int32_t index, Priority value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Quaternion___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Quaternion___ctor, (List_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB980, List_1_UnityEngine_Quaternion___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Quaternion___ctor_1, (List_1_UnityEngine_Quaternion_ * __this, IEnumerable_1_UnityEngine_Quaternion_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Quaternion___ctor_2, (List_1_UnityEngine_Quaternion_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A6170, void, List_1_UnityEngine_Quaternion__Add, (List_1_UnityEngine_Quaternion_ * __this, Quaternion item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEAA60, List_1_UnityEngine_Quaternion__Add__MethodInfo); DO_APP_FUNC(0x017DDF30, void, List_1_UnityEngine_Quaternion__AddEnumerable, (List_1_UnityEngine_Quaternion_ * __this, IEnumerable_1_UnityEngine_Quaternion_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Quaternion__AddRange, (List_1_UnityEngine_Quaternion_ * __this, IEnumerable_1_UnityEngine_Quaternion_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A61F0, void, List_1_UnityEngine_Quaternion__AddWithResize, (List_1_UnityEngine_Quaternion_ * __this, Quaternion item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Quaternion_ *, List_1_UnityEngine_Quaternion__AsReadOnly, (List_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_Quaternion__BinarySearch, (List_1_UnityEngine_Quaternion_ * __this, Quaternion item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_Quaternion__BinarySearch_1, (List_1_UnityEngine_Quaternion_ * __this, Quaternion item, IComparer_1_UnityEngine_Quaternion_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_Quaternion__BinarySearch_2, (List_1_UnityEngine_Quaternion_ * __this, int32_t index, int32_t count, Quaternion item, IComparer_1_UnityEngine_Quaternion_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_Quaternion__Clear, (List_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_Quaternion__Contains, (List_1_UnityEngine_Quaternion_ * __this, Quaternion item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Quaternion__CopyTo, (List_1_UnityEngine_Quaternion_ * __this, Quaternion__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Quaternion__CopyTo_1, (List_1_UnityEngine_Quaternion_ * __this, Quaternion__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Quaternion__EnsureCapacity, (List_1_UnityEngine_Quaternion_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Quaternion__Exists, (List_1_UnityEngine_Quaternion_ * __this, Predicate_1_UnityEngine_Quaternion_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, Quaternion, List_1_UnityEngine_Quaternion__Find, (List_1_UnityEngine_Quaternion_ * __this, Predicate_1_UnityEngine_Quaternion_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_Quaternion_ *, List_1_UnityEngine_Quaternion__FindAll, (List_1_UnityEngine_Quaternion_ * __this, Predicate_1_UnityEngine_Quaternion_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Quaternion__FindIndex, (List_1_UnityEngine_Quaternion_ * __this, Predicate_1_UnityEngine_Quaternion_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_Quaternion__FindIndex_1, (List_1_UnityEngine_Quaternion_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Quaternion_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_Quaternion__ForEach, (List_1_UnityEngine_Quaternion_ * __this, Action_1_UnityEngine_Quaternion_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_Quaternion_, List_1_UnityEngine_Quaternion__GetEnumerator, (List_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_Quaternion__IndexOf, (List_1_UnityEngine_Quaternion_ * __this, Quaternion item, MethodInfo * method)); DO_APP_FUNC(0x017A6260, void, List_1_UnityEngine_Quaternion__Insert, (List_1_UnityEngine_Quaternion_ * __this, int32_t index, Quaternion item, MethodInfo * method)); DO_APP_FUNC(0x017DDBD0, void, List_1_UnityEngine_Quaternion__InsertRange, (List_1_UnityEngine_Quaternion_ * __this, int32_t index, IEnumerable_1_UnityEngine_Quaternion_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B7570, bool, List_1_UnityEngine_Quaternion__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_Quaternion__Remove, (List_1_UnityEngine_Quaternion_ * __this, Quaternion item, MethodInfo * method)); DO_APP_FUNC(0x017A66F0, int32_t, List_1_UnityEngine_Quaternion__RemoveAll, (List_1_UnityEngine_Quaternion_ * __this, Predicate_1_UnityEngine_Quaternion_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_Quaternion__RemoveAt, (List_1_UnityEngine_Quaternion_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_Quaternion__RemoveRange, (List_1_UnityEngine_Quaternion_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Quaternion__Reverse, (List_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Quaternion__Reverse_1, (List_1_UnityEngine_Quaternion_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Quaternion__Sort, (List_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Quaternion__Sort_1, (List_1_UnityEngine_Quaternion_ * __this, Comparison_1_UnityEngine_Quaternion_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Quaternion__Sort_2, (List_1_UnityEngine_Quaternion_ * __this, IComparer_1_UnityEngine_Quaternion_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Quaternion__Sort_3, (List_1_UnityEngine_Quaternion_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Quaternion_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Quaternion__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_Quaternion_ *, List_1_UnityEngine_Quaternion__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Quaternion__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Quaternion_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Quaternion__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017DDB20, Object *, List_1_UnityEngine_Quaternion__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_Quaternion__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_Quaternion__System_Collections_IList_Add, (List_1_UnityEngine_Quaternion_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_Quaternion__System_Collections_IList_Contains, (List_1_UnityEngine_Quaternion_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_Quaternion__System_Collections_IList_IndexOf, (List_1_UnityEngine_Quaternion_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_Quaternion__System_Collections_IList_Insert, (List_1_UnityEngine_Quaternion_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_Quaternion__System_Collections_IList_Remove, (List_1_UnityEngine_Quaternion_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Quaternion__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Quaternion__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_Quaternion__System_Collections_IList_get_Item, (List_1_UnityEngine_Quaternion_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_Quaternion__System_Collections_IList_set_Item, (List_1_UnityEngine_Quaternion_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Quaternion__Array *, List_1_UnityEngine_Quaternion__ToArray, (List_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Quaternion__TrimExcess, (List_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Quaternion__get_Capacity, (List_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Quaternion__get_Count, (List_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, Quaternion, List_1_UnityEngine_Quaternion__get_Item, (List_1_UnityEngine_Quaternion_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEAA30, List_1_UnityEngine_Quaternion__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Quaternion__set_Capacity, (List_1_UnityEngine_Quaternion_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A6120, void, List_1_UnityEngine_Quaternion__set_Item, (List_1_UnityEngine_Quaternion_ * __this, int32_t index, Quaternion value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEAA28, List_1_UnityEngine_Quaternion__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_System_Xml_Schema_RangePositionInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_Xml_Schema_RangePositionInfo___ctor, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7120, List_1_System_Xml_Schema_RangePositionInfo___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_System_Xml_Schema_RangePositionInfo___ctor_1, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, IEnumerable_1_System_Xml_Schema_RangePositionInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_Xml_Schema_RangePositionInfo___ctor_2, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_System_Xml_Schema_RangePositionInfo__Add, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, RangePositionInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7150, List_1_System_Xml_Schema_RangePositionInfo__Add__MethodInfo); DO_APP_FUNC(0x017DE630, void, List_1_System_Xml_Schema_RangePositionInfo__AddEnumerable, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, IEnumerable_1_System_Xml_Schema_RangePositionInfo_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_Xml_Schema_RangePositionInfo__AddRange, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, IEnumerable_1_System_Xml_Schema_RangePositionInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_System_Xml_Schema_RangePositionInfo__AddWithResize, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, RangePositionInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ *, List_1_System_Xml_Schema_RangePositionInfo__AsReadOnly, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_System_Xml_Schema_RangePositionInfo__BinarySearch, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, RangePositionInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_System_Xml_Schema_RangePositionInfo__BinarySearch_1, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, RangePositionInfo item, IComparer_1_System_Xml_Schema_RangePositionInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_System_Xml_Schema_RangePositionInfo__BinarySearch_2, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, int32_t index, int32_t count, RangePositionInfo item, IComparer_1_System_Xml_Schema_RangePositionInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_System_Xml_Schema_RangePositionInfo__Clear, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7148, List_1_System_Xml_Schema_RangePositionInfo__Clear__MethodInfo); DO_APP_FUNC(0x01794E10, bool, List_1_System_Xml_Schema_RangePositionInfo__Contains, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, RangePositionInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_Xml_Schema_RangePositionInfo__CopyTo, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, RangePositionInfo__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_Xml_Schema_RangePositionInfo__CopyTo_1, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, RangePositionInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_Xml_Schema_RangePositionInfo__EnsureCapacity, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_Xml_Schema_RangePositionInfo__Exists, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, Predicate_1_System_Xml_Schema_RangePositionInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, RangePositionInfo, List_1_System_Xml_Schema_RangePositionInfo__Find, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, Predicate_1_System_Xml_Schema_RangePositionInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_System_Xml_Schema_RangePositionInfo_ *, List_1_System_Xml_Schema_RangePositionInfo__FindAll, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, Predicate_1_System_Xml_Schema_RangePositionInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_Xml_Schema_RangePositionInfo__FindIndex, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, Predicate_1_System_Xml_Schema_RangePositionInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_System_Xml_Schema_RangePositionInfo__FindIndex_1, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, int32_t startIndex, int32_t count, Predicate_1_System_Xml_Schema_RangePositionInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_System_Xml_Schema_RangePositionInfo__ForEach, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, Action_1_System_Xml_Schema_RangePositionInfo_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_System_Xml_Schema_RangePositionInfo_, List_1_System_Xml_Schema_RangePositionInfo__GetEnumerator, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_System_Xml_Schema_RangePositionInfo__IndexOf, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, RangePositionInfo item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_System_Xml_Schema_RangePositionInfo__Insert, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, int32_t index, RangePositionInfo item, MethodInfo * method)); DO_APP_FUNC(0x017DE270, void, List_1_System_Xml_Schema_RangePositionInfo__InsertRange, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, int32_t index, IEnumerable_1_System_Xml_Schema_RangePositionInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_System_Xml_Schema_RangePositionInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_System_Xml_Schema_RangePositionInfo__Remove, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, RangePositionInfo item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_System_Xml_Schema_RangePositionInfo__RemoveAll, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, Predicate_1_System_Xml_Schema_RangePositionInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_System_Xml_Schema_RangePositionInfo__RemoveAt, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_System_Xml_Schema_RangePositionInfo__RemoveRange, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7140, List_1_System_Xml_Schema_RangePositionInfo__RemoveRange__MethodInfo); DO_APP_FUNC(0x017963B0, void, List_1_System_Xml_Schema_RangePositionInfo__Reverse, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_Xml_Schema_RangePositionInfo__Reverse_1, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_Xml_Schema_RangePositionInfo__Sort, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_Xml_Schema_RangePositionInfo__Sort_1, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, Comparison_1_System_Xml_Schema_RangePositionInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_Xml_Schema_RangePositionInfo__Sort_2, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, IComparer_1_System_Xml_Schema_RangePositionInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_Xml_Schema_RangePositionInfo__Sort_3, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, int32_t index, int32_t count, IComparer_1_System_Xml_Schema_RangePositionInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Xml_Schema_RangePositionInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_System_Xml_Schema_RangePositionInfo_ *, List_1_System_Xml_Schema_RangePositionInfo__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_Xml_Schema_RangePositionInfo__System_Collections_ICollection_CopyTo, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Xml_Schema_RangePositionInfo__System_Collections_ICollection_get_IsSynchronized, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017DE1C0, Object *, List_1_System_Xml_Schema_RangePositionInfo__System_Collections_ICollection_get_SyncRoot, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_System_Xml_Schema_RangePositionInfo__System_Collections_IEnumerable_GetEnumerator, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_System_Xml_Schema_RangePositionInfo__System_Collections_IList_Add, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_System_Xml_Schema_RangePositionInfo__System_Collections_IList_Contains, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_System_Xml_Schema_RangePositionInfo__System_Collections_IList_IndexOf, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_System_Xml_Schema_RangePositionInfo__System_Collections_IList_Insert, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_System_Xml_Schema_RangePositionInfo__System_Collections_IList_Remove, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Xml_Schema_RangePositionInfo__System_Collections_IList_get_IsFixedSize, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Xml_Schema_RangePositionInfo__System_Collections_IList_get_IsReadOnly, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_System_Xml_Schema_RangePositionInfo__System_Collections_IList_get_Item, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_System_Xml_Schema_RangePositionInfo__System_Collections_IList_set_Item, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, RangePositionInfo__Array *, List_1_System_Xml_Schema_RangePositionInfo__ToArray, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_System_Xml_Schema_RangePositionInfo__TrimExcess, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_Xml_Schema_RangePositionInfo__get_Capacity, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_Xml_Schema_RangePositionInfo__get_Count, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7138, List_1_System_Xml_Schema_RangePositionInfo__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, RangePositionInfo, List_1_System_Xml_Schema_RangePositionInfo__get_Item, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7130, List_1_System_Xml_Schema_RangePositionInfo__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_System_Xml_Schema_RangePositionInfo__set_Capacity, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_System_Xml_Schema_RangePositionInfo__set_Item, (List_1_System_Xml_Schema_RangePositionInfo_ * __this, int32_t index, RangePositionInfo value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7128, List_1_System_Xml_Schema_RangePositionInfo__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_RaycastHit___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_RaycastHit___ctor, (List_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDCCF0, List_1_UnityEngine_RaycastHit___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_RaycastHit___ctor_1, (List_1_UnityEngine_RaycastHit_ * __this, IEnumerable_1_UnityEngine_RaycastHit_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_RaycastHit___ctor_2, (List_1_UnityEngine_RaycastHit_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017C5980, void, List_1_UnityEngine_RaycastHit__Add, (List_1_UnityEngine_RaycastHit_ * __this, RaycastHit item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD470, List_1_UnityEngine_RaycastHit__Add__MethodInfo); DO_APP_FUNC(0x017DED00, void, List_1_UnityEngine_RaycastHit__AddEnumerable, (List_1_UnityEngine_RaycastHit_ * __this, IEnumerable_1_UnityEngine_RaycastHit_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_RaycastHit__AddRange, (List_1_UnityEngine_RaycastHit_ * __this, IEnumerable_1_UnityEngine_RaycastHit_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017C5A30, void, List_1_UnityEngine_RaycastHit__AddWithResize, (List_1_UnityEngine_RaycastHit_ * __this, RaycastHit item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_RaycastHit_ *, List_1_UnityEngine_RaycastHit__AsReadOnly, (List_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C5D20, int32_t, List_1_UnityEngine_RaycastHit__BinarySearch, (List_1_UnityEngine_RaycastHit_ * __this, RaycastHit item, MethodInfo * method)); DO_APP_FUNC(0x017C5DD0, int32_t, List_1_UnityEngine_RaycastHit__BinarySearch_1, (List_1_UnityEngine_RaycastHit_ * __this, RaycastHit item, IComparer_1_UnityEngine_RaycastHit_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017C5C50, int32_t, List_1_UnityEngine_RaycastHit__BinarySearch_2, (List_1_UnityEngine_RaycastHit_ * __this, int32_t index, int32_t count, RaycastHit item, IComparer_1_UnityEngine_RaycastHit_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_RaycastHit__Clear, (List_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD448, List_1_UnityEngine_RaycastHit__Clear__MethodInfo); DO_APP_FUNC(0x017C5E90, bool, List_1_UnityEngine_RaycastHit__Contains, (List_1_UnityEngine_RaycastHit_ * __this, RaycastHit item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_RaycastHit__CopyTo, (List_1_UnityEngine_RaycastHit_ * __this, RaycastHit__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_RaycastHit__CopyTo_1, (List_1_UnityEngine_RaycastHit_ * __this, RaycastHit__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_RaycastHit__EnsureCapacity, (List_1_UnityEngine_RaycastHit_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_RaycastHit__Exists, (List_1_UnityEngine_RaycastHit_ * __this, Predicate_1_UnityEngine_RaycastHit_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C6060, RaycastHit, List_1_UnityEngine_RaycastHit__Find, (List_1_UnityEngine_RaycastHit_ * __this, Predicate_1_UnityEngine_RaycastHit_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C61C0, List_1_UnityEngine_RaycastHit_ *, List_1_UnityEngine_RaycastHit__FindAll, (List_1_UnityEngine_RaycastHit_ * __this, Predicate_1_UnityEngine_RaycastHit_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_RaycastHit__FindIndex, (List_1_UnityEngine_RaycastHit_ * __this, Predicate_1_UnityEngine_RaycastHit_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C6370, int32_t, List_1_UnityEngine_RaycastHit__FindIndex_1, (List_1_UnityEngine_RaycastHit_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_RaycastHit_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C64A0, void, List_1_UnityEngine_RaycastHit__ForEach, (List_1_UnityEngine_RaycastHit_ * __this, Action_1_UnityEngine_RaycastHit_ * action, MethodInfo * method)); DO_APP_FUNC(0x017C6590, List_1_T_Enumerator_UnityEngine_RaycastHit_, List_1_UnityEngine_RaycastHit__GetEnumerator, (List_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD400, List_1_UnityEngine_RaycastHit__GetEnumerator__MethodInfo); DO_APP_FUNC(0x017C6750, int32_t, List_1_UnityEngine_RaycastHit__IndexOf, (List_1_UnityEngine_RaycastHit_ * __this, RaycastHit item, MethodInfo * method)); DO_APP_FUNC(0x017C6920, void, List_1_UnityEngine_RaycastHit__Insert, (List_1_UnityEngine_RaycastHit_ * __this, int32_t index, RaycastHit item, MethodInfo * method)); DO_APP_FUNC(0x017DE980, void, List_1_UnityEngine_RaycastHit__InsertRange, (List_1_UnityEngine_RaycastHit_ * __this, int32_t index, IEnumerable_1_UnityEngine_RaycastHit_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017C5680, bool, List_1_UnityEngine_RaycastHit__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017C6EF0, bool, List_1_UnityEngine_RaycastHit__Remove, (List_1_UnityEngine_RaycastHit_ * __this, RaycastHit item, MethodInfo * method)); DO_APP_FUNC(0x017C70D0, int32_t, List_1_UnityEngine_RaycastHit__RemoveAll, (List_1_UnityEngine_RaycastHit_ * __this, Predicate_1_UnityEngine_RaycastHit_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_RaycastHit__RemoveAt, (List_1_UnityEngine_RaycastHit_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_RaycastHit__RemoveRange, (List_1_UnityEngine_RaycastHit_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_RaycastHit__Reverse, (List_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_RaycastHit__Reverse_1, (List_1_UnityEngine_RaycastHit_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_RaycastHit__Sort, (List_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_RaycastHit__Sort_1, (List_1_UnityEngine_RaycastHit_ * __this, Comparison_1_UnityEngine_RaycastHit_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_RaycastHit__Sort_2, (List_1_UnityEngine_RaycastHit_ * __this, IComparer_1_UnityEngine_RaycastHit_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_RaycastHit__Sort_3, (List_1_UnityEngine_RaycastHit_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_RaycastHit_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_RaycastHit__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C6640, IEnumerator_1_UnityEngine_RaycastHit_ *, List_1_UnityEngine_RaycastHit__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_RaycastHit__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_RaycastHit_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_RaycastHit__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017DE8D0, Object *, List_1_UnityEngine_RaycastHit__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C6640, IEnumerator *, List_1_UnityEngine_RaycastHit__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C5AC0, int32_t, List_1_UnityEngine_RaycastHit__System_Collections_IList_Add, (List_1_UnityEngine_RaycastHit_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017C5F10, bool, List_1_UnityEngine_RaycastHit__System_Collections_IList_Contains, (List_1_UnityEngine_RaycastHit_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017C67D0, int32_t, List_1_UnityEngine_RaycastHit__System_Collections_IList_IndexOf, (List_1_UnityEngine_RaycastHit_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017C6A10, void, List_1_UnityEngine_RaycastHit__System_Collections_IList_Insert, (List_1_UnityEngine_RaycastHit_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017C6F90, void, List_1_UnityEngine_RaycastHit__System_Collections_IList_Remove, (List_1_UnityEngine_RaycastHit_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_RaycastHit__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_RaycastHit__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C5780, Object *, List_1_UnityEngine_RaycastHit__System_Collections_IList_get_Item, (List_1_UnityEngine_RaycastHit_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017C5820, void, List_1_UnityEngine_RaycastHit__System_Collections_IList_set_Item, (List_1_UnityEngine_RaycastHit_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, RaycastHit__Array *, List_1_UnityEngine_RaycastHit__ToArray, (List_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_RaycastHit__TrimExcess, (List_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_RaycastHit__get_Capacity, (List_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_RaycastHit__get_Count, (List_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD3E0, List_1_UnityEngine_RaycastHit__get_Count__MethodInfo); DO_APP_FUNC(0x017C55A0, RaycastHit, List_1_UnityEngine_RaycastHit__get_Item, (List_1_UnityEngine_RaycastHit_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_RaycastHit__set_Capacity, (List_1_UnityEngine_RaycastHit_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017C5610, void, List_1_UnityEngine_RaycastHit__set_Item, (List_1_UnityEngine_RaycastHit_ * __this, int32_t index, RaycastHit value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_RaycastHit2D___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_RaycastHit2D___ctor, (List_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_RaycastHit2D___ctor_1, (List_1_UnityEngine_RaycastHit2D_ * __this, IEnumerable_1_UnityEngine_RaycastHit2D_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_RaycastHit2D___ctor_2, (List_1_UnityEngine_RaycastHit2D_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017DF3F0, void, List_1_UnityEngine_RaycastHit2D__Add, (List_1_UnityEngine_RaycastHit2D_ * __this, RaycastHit2D item, MethodInfo * method)); DO_APP_FUNC(0x017E0BF0, void, List_1_UnityEngine_RaycastHit2D__AddEnumerable, (List_1_UnityEngine_RaycastHit2D_ * __this, IEnumerable_1_UnityEngine_RaycastHit2D_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_RaycastHit2D__AddRange, (List_1_UnityEngine_RaycastHit2D_ * __this, IEnumerable_1_UnityEngine_RaycastHit2D_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017DF490, void, List_1_UnityEngine_RaycastHit2D__AddWithResize, (List_1_UnityEngine_RaycastHit2D_ * __this, RaycastHit2D item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ *, List_1_UnityEngine_RaycastHit2D__AsReadOnly, (List_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017DF760, int32_t, List_1_UnityEngine_RaycastHit2D__BinarySearch, (List_1_UnityEngine_RaycastHit2D_ * __this, RaycastHit2D item, MethodInfo * method)); DO_APP_FUNC(0x017DF800, int32_t, List_1_UnityEngine_RaycastHit2D__BinarySearch_1, (List_1_UnityEngine_RaycastHit2D_ * __this, RaycastHit2D item, IComparer_1_UnityEngine_RaycastHit2D_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017DF690, int32_t, List_1_UnityEngine_RaycastHit2D__BinarySearch_2, (List_1_UnityEngine_RaycastHit2D_ * __this, int32_t index, int32_t count, RaycastHit2D item, IComparer_1_UnityEngine_RaycastHit2D_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_RaycastHit2D__Clear, (List_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017DF8B0, bool, List_1_UnityEngine_RaycastHit2D__Contains, (List_1_UnityEngine_RaycastHit2D_ * __this, RaycastHit2D item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_RaycastHit2D__CopyTo, (List_1_UnityEngine_RaycastHit2D_ * __this, RaycastHit2D__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_RaycastHit2D__CopyTo_1, (List_1_UnityEngine_RaycastHit2D_ * __this, RaycastHit2D__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_RaycastHit2D__EnsureCapacity, (List_1_UnityEngine_RaycastHit2D_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_RaycastHit2D__Exists, (List_1_UnityEngine_RaycastHit2D_ * __this, Predicate_1_UnityEngine_RaycastHit2D_ * match, MethodInfo * method)); DO_APP_FUNC(0x017DFA60, RaycastHit2D, List_1_UnityEngine_RaycastHit2D__Find, (List_1_UnityEngine_RaycastHit2D_ * __this, Predicate_1_UnityEngine_RaycastHit2D_ * match, MethodInfo * method)); DO_APP_FUNC(0x017DFB90, List_1_UnityEngine_RaycastHit2D_ *, List_1_UnityEngine_RaycastHit2D__FindAll, (List_1_UnityEngine_RaycastHit2D_ * __this, Predicate_1_UnityEngine_RaycastHit2D_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_RaycastHit2D__FindIndex, (List_1_UnityEngine_RaycastHit2D_ * __this, Predicate_1_UnityEngine_RaycastHit2D_ * match, MethodInfo * method)); DO_APP_FUNC(0x017DFD30, int32_t, List_1_UnityEngine_RaycastHit2D__FindIndex_1, (List_1_UnityEngine_RaycastHit2D_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_RaycastHit2D_ * match, MethodInfo * method)); DO_APP_FUNC(0x017DFE50, void, List_1_UnityEngine_RaycastHit2D__ForEach, (List_1_UnityEngine_RaycastHit2D_ * __this, Action_1_UnityEngine_RaycastHit2D_ * action, MethodInfo * method)); DO_APP_FUNC(0x017DFF30, List_1_T_Enumerator_UnityEngine_RaycastHit2D_, List_1_UnityEngine_RaycastHit2D__GetEnumerator, (List_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017E00E0, int32_t, List_1_UnityEngine_RaycastHit2D__IndexOf, (List_1_UnityEngine_RaycastHit2D_ * __this, RaycastHit2D item, MethodInfo * method)); DO_APP_FUNC(0x017E0290, void, List_1_UnityEngine_RaycastHit2D__Insert, (List_1_UnityEngine_RaycastHit2D_ * __this, int32_t index, RaycastHit2D item, MethodInfo * method)); DO_APP_FUNC(0x017E04C0, void, List_1_UnityEngine_RaycastHit2D__InsertRange, (List_1_UnityEngine_RaycastHit2D_ * __this, int32_t index, IEnumerable_1_UnityEngine_RaycastHit2D_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017DF130, bool, List_1_UnityEngine_RaycastHit2D__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017E0830, bool, List_1_UnityEngine_RaycastHit2D__Remove, (List_1_UnityEngine_RaycastHit2D_ * __this, RaycastHit2D item, MethodInfo * method)); DO_APP_FUNC(0x017E0A00, int32_t, List_1_UnityEngine_RaycastHit2D__RemoveAll, (List_1_UnityEngine_RaycastHit2D_ * __this, Predicate_1_UnityEngine_RaycastHit2D_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_RaycastHit2D__RemoveAt, (List_1_UnityEngine_RaycastHit2D_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_RaycastHit2D__RemoveRange, (List_1_UnityEngine_RaycastHit2D_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_RaycastHit2D__Reverse, (List_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_RaycastHit2D__Reverse_1, (List_1_UnityEngine_RaycastHit2D_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_RaycastHit2D__Sort, (List_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_RaycastHit2D__Sort_1, (List_1_UnityEngine_RaycastHit2D_ * __this, Comparison_1_UnityEngine_RaycastHit2D_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_RaycastHit2D__Sort_2, (List_1_UnityEngine_RaycastHit2D_ * __this, IComparer_1_UnityEngine_RaycastHit2D_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_RaycastHit2D__Sort_3, (List_1_UnityEngine_RaycastHit2D_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_RaycastHit2D_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_RaycastHit2D__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017DFFE0, IEnumerator_1_UnityEngine_RaycastHit2D_ *, List_1_UnityEngine_RaycastHit2D__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_RaycastHit2D__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_RaycastHit2D_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_RaycastHit2D__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017DEFC0, Object *, List_1_UnityEngine_RaycastHit2D__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017DFFE0, IEnumerator *, List_1_UnityEngine_RaycastHit2D__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017DF510, int32_t, List_1_UnityEngine_RaycastHit2D__System_Collections_IList_Add, (List_1_UnityEngine_RaycastHit2D_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017DF920, bool, List_1_UnityEngine_RaycastHit2D__System_Collections_IList_Contains, (List_1_UnityEngine_RaycastHit2D_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017E0150, int32_t, List_1_UnityEngine_RaycastHit2D__System_Collections_IList_IndexOf, (List_1_UnityEngine_RaycastHit2D_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017E0370, void, List_1_UnityEngine_RaycastHit2D__System_Collections_IList_Insert, (List_1_UnityEngine_RaycastHit2D_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017E08D0, void, List_1_UnityEngine_RaycastHit2D__System_Collections_IList_Remove, (List_1_UnityEngine_RaycastHit2D_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_RaycastHit2D__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_RaycastHit2D__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017DF210, Object *, List_1_UnityEngine_RaycastHit2D__System_Collections_IList_get_Item, (List_1_UnityEngine_RaycastHit2D_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017DF2A0, void, List_1_UnityEngine_RaycastHit2D__System_Collections_IList_set_Item, (List_1_UnityEngine_RaycastHit2D_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, RaycastHit2D__Array *, List_1_UnityEngine_RaycastHit2D__ToArray, (List_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_RaycastHit2D__TrimExcess, (List_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_RaycastHit2D__get_Capacity, (List_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_RaycastHit2D__get_Count, (List_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017DF070, RaycastHit2D, List_1_UnityEngine_RaycastHit2D__get_Item, (List_1_UnityEngine_RaycastHit2D_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_RaycastHit2D__set_Capacity, (List_1_UnityEngine_RaycastHit2D_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017DF0D0, void, List_1_UnityEngine_RaycastHit2D__set_Item, (List_1_UnityEngine_RaycastHit2D_ * __this, int32_t index, RaycastHit2D value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_EventSystems_RaycastResult___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_EventSystems_RaycastResult___ctor, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95398, List_1_UnityEngine_EventSystems_RaycastResult___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_EventSystems_RaycastResult___ctor_1, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, IEnumerable_1_UnityEngine_EventSystems_RaycastResult_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_EventSystems_RaycastResult___ctor_2, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A25D0, void, List_1_UnityEngine_EventSystems_RaycastResult__Add, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, RaycastResult item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C956C0, List_1_UnityEngine_EventSystems_RaycastResult__Add__MethodInfo); DO_APP_FUNC(0x017EC750, void, List_1_UnityEngine_EventSystems_RaycastResult__AddEnumerable, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, IEnumerable_1_UnityEngine_EventSystems_RaycastResult_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_EventSystems_RaycastResult__AddRange, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, IEnumerable_1_UnityEngine_EventSystems_RaycastResult_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A2660, void, List_1_UnityEngine_EventSystems_RaycastResult__AddWithResize, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, RaycastResult item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ *, List_1_UnityEngine_EventSystems_RaycastResult__AsReadOnly, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A2980, int32_t, List_1_UnityEngine_EventSystems_RaycastResult__BinarySearch, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, RaycastResult item, MethodInfo * method)); DO_APP_FUNC(0x017A2A40, int32_t, List_1_UnityEngine_EventSystems_RaycastResult__BinarySearch_1, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, RaycastResult item, IComparer_1_UnityEngine_EventSystems_RaycastResult_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017A28A0, int32_t, List_1_UnityEngine_EventSystems_RaycastResult__BinarySearch_2, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, int32_t index, int32_t count, RaycastResult item, IComparer_1_UnityEngine_EventSystems_RaycastResult_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_EventSystems_RaycastResult__Clear, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8D40, List_1_UnityEngine_EventSystems_RaycastResult__Clear__MethodInfo); DO_APP_FUNC(0x017A2B00, bool, List_1_UnityEngine_EventSystems_RaycastResult__Contains, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, RaycastResult item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_EventSystems_RaycastResult__CopyTo, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, RaycastResult__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_EventSystems_RaycastResult__CopyTo_1, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, RaycastResult__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_EventSystems_RaycastResult__EnsureCapacity, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_EventSystems_RaycastResult__Exists, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, Predicate_1_UnityEngine_EventSystems_RaycastResult_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A2CE0, RaycastResult, List_1_UnityEngine_EventSystems_RaycastResult__Find, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, Predicate_1_UnityEngine_EventSystems_RaycastResult_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A2E50, List_1_UnityEngine_EventSystems_RaycastResult_ *, List_1_UnityEngine_EventSystems_RaycastResult__FindAll, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, Predicate_1_UnityEngine_EventSystems_RaycastResult_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_EventSystems_RaycastResult__FindIndex, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, Predicate_1_UnityEngine_EventSystems_RaycastResult_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A3030, int32_t, List_1_UnityEngine_EventSystems_RaycastResult__FindIndex_1, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_EventSystems_RaycastResult_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A3180, void, List_1_UnityEngine_EventSystems_RaycastResult__ForEach, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, Action_1_UnityEngine_EventSystems_RaycastResult_ * action, MethodInfo * method)); DO_APP_FUNC(0x017A3290, List_1_T_Enumerator_UnityEngine_EventSystems_RaycastResult_, List_1_UnityEngine_EventSystems_RaycastResult__GetEnumerator, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C953F0, List_1_UnityEngine_EventSystems_RaycastResult__GetEnumerator__MethodInfo); DO_APP_FUNC(0x017A3470, int32_t, List_1_UnityEngine_EventSystems_RaycastResult__IndexOf, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, RaycastResult item, MethodInfo * method)); DO_APP_FUNC(0x017A3660, void, List_1_UnityEngine_EventSystems_RaycastResult__Insert, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, int32_t index, RaycastResult item, MethodInfo * method)); DO_APP_FUNC(0x017EC3C0, void, List_1_UnityEngine_EventSystems_RaycastResult__InsertRange, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, int32_t index, IEnumerable_1_UnityEngine_EventSystems_RaycastResult_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A22D0, bool, List_1_UnityEngine_EventSystems_RaycastResult__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017A3C60, bool, List_1_UnityEngine_EventSystems_RaycastResult__Remove, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, RaycastResult item, MethodInfo * method)); DO_APP_FUNC(0x017A3E60, int32_t, List_1_UnityEngine_EventSystems_RaycastResult__RemoveAll, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, Predicate_1_UnityEngine_EventSystems_RaycastResult_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A40C0, void, List_1_UnityEngine_EventSystems_RaycastResult__RemoveAt, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_EventSystems_RaycastResult__RemoveRange, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_EventSystems_RaycastResult__Reverse, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_EventSystems_RaycastResult__Reverse_1, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_EventSystems_RaycastResult__Sort, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_EventSystems_RaycastResult__Sort_1, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, Comparison_1_UnityEngine_EventSystems_RaycastResult_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB80E8, List_1_UnityEngine_EventSystems_RaycastResult__Sort_1__MethodInfo); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_EventSystems_RaycastResult__Sort_2, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, IComparer_1_UnityEngine_EventSystems_RaycastResult_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_EventSystems_RaycastResult__Sort_3, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_EventSystems_RaycastResult_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_EventSystems_RaycastResult__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A3340, IEnumerator_1_UnityEngine_EventSystems_RaycastResult_ *, List_1_UnityEngine_EventSystems_RaycastResult__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_EventSystems_RaycastResult__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_EventSystems_RaycastResult__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017EC310, Object *, List_1_UnityEngine_EventSystems_RaycastResult__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A3340, IEnumerator *, List_1_UnityEngine_EventSystems_RaycastResult__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A2700, int32_t, List_1_UnityEngine_EventSystems_RaycastResult__System_Collections_IList_Add, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A2B80, bool, List_1_UnityEngine_EventSystems_RaycastResult__System_Collections_IList_Contains, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A34F0, int32_t, List_1_UnityEngine_EventSystems_RaycastResult__System_Collections_IList_IndexOf, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A3760, void, List_1_UnityEngine_EventSystems_RaycastResult__System_Collections_IList_Insert, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A3D10, void, List_1_UnityEngine_EventSystems_RaycastResult__System_Collections_IList_Remove, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_EventSystems_RaycastResult__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_EventSystems_RaycastResult__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A23C0, Object *, List_1_UnityEngine_EventSystems_RaycastResult__System_Collections_IList_get_Item, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017A2460, void, List_1_UnityEngine_EventSystems_RaycastResult__System_Collections_IList_set_Item, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, RaycastResult__Array *, List_1_UnityEngine_EventSystems_RaycastResult__ToArray, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_EventSystems_RaycastResult__TrimExcess, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_EventSystems_RaycastResult__get_Capacity, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_EventSystems_RaycastResult__get_Count, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95808, List_1_UnityEngine_EventSystems_RaycastResult__get_Count__MethodInfo); DO_APP_FUNC(0x017A21E0, RaycastResult, List_1_UnityEngine_EventSystems_RaycastResult__get_Item, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95800, List_1_UnityEngine_EventSystems_RaycastResult__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_EventSystems_RaycastResult__set_Capacity, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A2260, void, List_1_UnityEngine_EventSystems_RaycastResult__set_Item, (List_1_UnityEngine_EventSystems_RaycastResult_ * __this, int32_t index, RaycastResult value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Rect___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Rect___ctor, (List_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBA68, List_1_UnityEngine_Rect___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Rect___ctor_1, (List_1_UnityEngine_Rect_ * __this, IEnumerable_1_UnityEngine_Rect_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Rect___ctor_2, (List_1_UnityEngine_Rect_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A6170, void, List_1_UnityEngine_Rect__Add, (List_1_UnityEngine_Rect_ * __this, Rect item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBB00, List_1_UnityEngine_Rect__Add__MethodInfo); DO_APP_FUNC(0x017ECEA0, void, List_1_UnityEngine_Rect__AddEnumerable, (List_1_UnityEngine_Rect_ * __this, IEnumerable_1_UnityEngine_Rect_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Rect__AddRange, (List_1_UnityEngine_Rect_ * __this, IEnumerable_1_UnityEngine_Rect_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A61F0, void, List_1_UnityEngine_Rect__AddWithResize, (List_1_UnityEngine_Rect_ * __this, Rect item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Rect_ *, List_1_UnityEngine_Rect__AsReadOnly, (List_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_Rect__BinarySearch, (List_1_UnityEngine_Rect_ * __this, Rect item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_Rect__BinarySearch_1, (List_1_UnityEngine_Rect_ * __this, Rect item, IComparer_1_UnityEngine_Rect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_Rect__BinarySearch_2, (List_1_UnityEngine_Rect_ * __this, int32_t index, int32_t count, Rect item, IComparer_1_UnityEngine_Rect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_Rect__Clear, (List_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBA68, List_1_UnityEngine_Rect__Clear__MethodInfo); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_Rect__Contains, (List_1_UnityEngine_Rect_ * __this, Rect item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Rect__CopyTo, (List_1_UnityEngine_Rect_ * __this, Rect__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Rect__CopyTo_1, (List_1_UnityEngine_Rect_ * __this, Rect__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Rect__EnsureCapacity, (List_1_UnityEngine_Rect_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Rect__Exists, (List_1_UnityEngine_Rect_ * __this, Predicate_1_UnityEngine_Rect_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, Rect, List_1_UnityEngine_Rect__Find, (List_1_UnityEngine_Rect_ * __this, Predicate_1_UnityEngine_Rect_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_Rect_ *, List_1_UnityEngine_Rect__FindAll, (List_1_UnityEngine_Rect_ * __this, Predicate_1_UnityEngine_Rect_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Rect__FindIndex, (List_1_UnityEngine_Rect_ * __this, Predicate_1_UnityEngine_Rect_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_Rect__FindIndex_1, (List_1_UnityEngine_Rect_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Rect_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_Rect__ForEach, (List_1_UnityEngine_Rect_ * __this, Action_1_UnityEngine_Rect_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_Rect_, List_1_UnityEngine_Rect__GetEnumerator, (List_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_Rect__IndexOf, (List_1_UnityEngine_Rect_ * __this, Rect item, MethodInfo * method)); DO_APP_FUNC(0x017A6260, void, List_1_UnityEngine_Rect__Insert, (List_1_UnityEngine_Rect_ * __this, int32_t index, Rect item, MethodInfo * method)); DO_APP_FUNC(0x017ECAE0, void, List_1_UnityEngine_Rect__InsertRange, (List_1_UnityEngine_Rect_ * __this, int32_t index, IEnumerable_1_UnityEngine_Rect_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B7570, bool, List_1_UnityEngine_Rect__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_Rect__Remove, (List_1_UnityEngine_Rect_ * __this, Rect item, MethodInfo * method)); DO_APP_FUNC(0x017A66F0, int32_t, List_1_UnityEngine_Rect__RemoveAll, (List_1_UnityEngine_Rect_ * __this, Predicate_1_UnityEngine_Rect_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_Rect__RemoveAt, (List_1_UnityEngine_Rect_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_Rect__RemoveRange, (List_1_UnityEngine_Rect_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Rect__Reverse, (List_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Rect__Reverse_1, (List_1_UnityEngine_Rect_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Rect__Sort, (List_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Rect__Sort_1, (List_1_UnityEngine_Rect_ * __this, Comparison_1_UnityEngine_Rect_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Rect__Sort_2, (List_1_UnityEngine_Rect_ * __this, IComparer_1_UnityEngine_Rect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Rect__Sort_3, (List_1_UnityEngine_Rect_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Rect_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Rect__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_Rect_ *, List_1_UnityEngine_Rect__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Rect__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Rect_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Rect__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017ECA30, Object *, List_1_UnityEngine_Rect__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_Rect__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_Rect__System_Collections_IList_Add, (List_1_UnityEngine_Rect_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_Rect__System_Collections_IList_Contains, (List_1_UnityEngine_Rect_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_Rect__System_Collections_IList_IndexOf, (List_1_UnityEngine_Rect_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_Rect__System_Collections_IList_Insert, (List_1_UnityEngine_Rect_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_Rect__System_Collections_IList_Remove, (List_1_UnityEngine_Rect_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Rect__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Rect__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_Rect__System_Collections_IList_get_Item, (List_1_UnityEngine_Rect_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_Rect__System_Collections_IList_set_Item, (List_1_UnityEngine_Rect_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Rect__Array *, List_1_UnityEngine_Rect__ToArray, (List_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Rect__TrimExcess, (List_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Rect__get_Capacity, (List_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Rect__get_Count, (List_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBA60, List_1_UnityEngine_Rect__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, Rect, List_1_UnityEngine_Rect__get_Item, (List_1_UnityEngine_Rect_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBAF8, List_1_UnityEngine_Rect__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Rect__set_Capacity, (List_1_UnityEngine_Rect_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A6120, void, List_1_UnityEngine_Rect__set_Item, (List_1_UnityEngine_Rect_ * __this, int32_t index, Rect value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo___ctor, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo___ctor_1, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, IEnumerable_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo___ctor_2, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Add, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, ReflectionProbeBlendInfo item, MethodInfo * method)); DO_APP_FUNC(0x017ED5A0, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__AddEnumerable, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, IEnumerable_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__AddRange, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, IEnumerable_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__AddWithResize, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, ReflectionProbeBlendInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ *, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__AsReadOnly, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__BinarySearch, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, ReflectionProbeBlendInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__BinarySearch_1, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, ReflectionProbeBlendInfo item, IComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__BinarySearch_2, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, int32_t index, int32_t count, ReflectionProbeBlendInfo item, IComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Clear, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Contains, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, ReflectionProbeBlendInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__CopyTo, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, ReflectionProbeBlendInfo__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__CopyTo_1, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, ReflectionProbeBlendInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__EnsureCapacity, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Exists, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, Predicate_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, ReflectionProbeBlendInfo, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Find, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, Predicate_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ *, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__FindAll, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, Predicate_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__FindIndex, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, Predicate_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__FindIndex_1, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__ForEach, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, Action_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_Rendering_ReflectionProbeBlendInfo_, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__GetEnumerator, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__IndexOf, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, ReflectionProbeBlendInfo item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Insert, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, int32_t index, ReflectionProbeBlendInfo item, MethodInfo * method)); DO_APP_FUNC(0x017ED1E0, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__InsertRange, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, int32_t index, IEnumerable_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Remove, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, ReflectionProbeBlendInfo item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__RemoveAll, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, Predicate_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__RemoveAt, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__RemoveRange, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Reverse, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Reverse_1, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Sort, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Sort_1, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, Comparison_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Sort_2, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, IComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Sort_3, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ *, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017ED130, Object *, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IList_Add, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IList_Contains, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IList_IndexOf, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IList_Insert, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IList_Remove, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IList_get_Item, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IList_set_Item, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ReflectionProbeBlendInfo__Array *, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__ToArray, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__TrimExcess, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__get_Capacity, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__get_Count, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, ReflectionProbeBlendInfo, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__get_Item, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__set_Capacity, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__set_Item, (List_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, int32_t index, ReflectionProbeBlendInfo value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Dissonance_RemoteChannel___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Dissonance_RemoteChannel___ctor, (List_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CD28, List_1_Dissonance_RemoteChannel___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Dissonance_RemoteChannel___ctor_1, (List_1_Dissonance_RemoteChannel_ * __this, IEnumerable_1_Dissonance_RemoteChannel_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Dissonance_RemoteChannel___ctor_2, (List_1_Dissonance_RemoteChannel_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5ED0, List_1_Dissonance_RemoteChannel___ctor_2__MethodInfo); DO_APP_FUNC(0x01799D10, void, List_1_Dissonance_RemoteChannel__Add, (List_1_Dissonance_RemoteChannel_ * __this, RemoteChannel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57270, List_1_Dissonance_RemoteChannel__Add__MethodInfo); DO_APP_FUNC(0x017EDCC0, void, List_1_Dissonance_RemoteChannel__AddEnumerable, (List_1_Dissonance_RemoteChannel_ * __this, IEnumerable_1_Dissonance_RemoteChannel_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Dissonance_RemoteChannel__AddRange, (List_1_Dissonance_RemoteChannel_ * __this, IEnumerable_1_Dissonance_RemoteChannel_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CC38, List_1_Dissonance_RemoteChannel__AddRange__MethodInfo); DO_APP_FUNC(0x01799E00, void, List_1_Dissonance_RemoteChannel__AddWithResize, (List_1_Dissonance_RemoteChannel_ * __this, RemoteChannel item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Dissonance_RemoteChannel_ *, List_1_Dissonance_RemoteChannel__AsReadOnly, (List_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_Dissonance_RemoteChannel__BinarySearch, (List_1_Dissonance_RemoteChannel_ * __this, RemoteChannel item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_Dissonance_RemoteChannel__BinarySearch_1, (List_1_Dissonance_RemoteChannel_ * __this, RemoteChannel item, IComparer_1_Dissonance_RemoteChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_Dissonance_RemoteChannel__BinarySearch_2, (List_1_Dissonance_RemoteChannel_ * __this, int32_t index, int32_t count, RemoteChannel item, IComparer_1_Dissonance_RemoteChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Dissonance_RemoteChannel__Clear, (List_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57128, List_1_Dissonance_RemoteChannel__Clear__MethodInfo); DO_APP_FUNC(0x0179A250, bool, List_1_Dissonance_RemoteChannel__Contains, (List_1_Dissonance_RemoteChannel_ * __this, RemoteChannel item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Dissonance_RemoteChannel__CopyTo, (List_1_Dissonance_RemoteChannel_ * __this, RemoteChannel__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Dissonance_RemoteChannel__CopyTo_1, (List_1_Dissonance_RemoteChannel_ * __this, RemoteChannel__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Dissonance_RemoteChannel__EnsureCapacity, (List_1_Dissonance_RemoteChannel_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Dissonance_RemoteChannel__Exists, (List_1_Dissonance_RemoteChannel_ * __this, Predicate_1_Dissonance_RemoteChannel_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, RemoteChannel, List_1_Dissonance_RemoteChannel__Find, (List_1_Dissonance_RemoteChannel_ * __this, Predicate_1_Dissonance_RemoteChannel_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_Dissonance_RemoteChannel_ *, List_1_Dissonance_RemoteChannel__FindAll, (List_1_Dissonance_RemoteChannel_ * __this, Predicate_1_Dissonance_RemoteChannel_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Dissonance_RemoteChannel__FindIndex, (List_1_Dissonance_RemoteChannel_ * __this, Predicate_1_Dissonance_RemoteChannel_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_Dissonance_RemoteChannel__FindIndex_1, (List_1_Dissonance_RemoteChannel_ * __this, int32_t startIndex, int32_t count, Predicate_1_Dissonance_RemoteChannel_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_Dissonance_RemoteChannel__ForEach, (List_1_Dissonance_RemoteChannel_ * __this, Action_1_Dissonance_RemoteChannel_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_Dissonance_RemoteChannel_, List_1_Dissonance_RemoteChannel__GetEnumerator, (List_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_Dissonance_RemoteChannel__IndexOf, (List_1_Dissonance_RemoteChannel_ * __this, RemoteChannel item, MethodInfo * method)); DO_APP_FUNC(0x0179ABD0, void, List_1_Dissonance_RemoteChannel__Insert, (List_1_Dissonance_RemoteChannel_ * __this, int32_t index, RemoteChannel item, MethodInfo * method)); DO_APP_FUNC(0x017ED8F0, void, List_1_Dissonance_RemoteChannel__InsertRange, (List_1_Dissonance_RemoteChannel_ * __this, int32_t index, IEnumerable_1_Dissonance_RemoteChannel_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_Dissonance_RemoteChannel__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_Dissonance_RemoteChannel__Remove, (List_1_Dissonance_RemoteChannel_ * __this, RemoteChannel item, MethodInfo * method)); DO_APP_FUNC(0x0179B3F0, int32_t, List_1_Dissonance_RemoteChannel__RemoveAll, (List_1_Dissonance_RemoteChannel_ * __this, Predicate_1_Dissonance_RemoteChannel_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179B5D0, void, List_1_Dissonance_RemoteChannel__RemoveAt, (List_1_Dissonance_RemoteChannel_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_Dissonance_RemoteChannel__RemoveRange, (List_1_Dissonance_RemoteChannel_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Dissonance_RemoteChannel__Reverse, (List_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Dissonance_RemoteChannel__Reverse_1, (List_1_Dissonance_RemoteChannel_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Dissonance_RemoteChannel__Sort, (List_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Dissonance_RemoteChannel__Sort_1, (List_1_Dissonance_RemoteChannel_ * __this, Comparison_1_Dissonance_RemoteChannel_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Dissonance_RemoteChannel__Sort_2, (List_1_Dissonance_RemoteChannel_ * __this, IComparer_1_Dissonance_RemoteChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Dissonance_RemoteChannel__Sort_3, (List_1_Dissonance_RemoteChannel_ * __this, int32_t index, int32_t count, IComparer_1_Dissonance_RemoteChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_RemoteChannel__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_Dissonance_RemoteChannel_ *, List_1_Dissonance_RemoteChannel__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Dissonance_RemoteChannel__System_Collections_ICollection_CopyTo, (List_1_Dissonance_RemoteChannel_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_RemoteChannel__System_Collections_ICollection_get_IsSynchronized, (List_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017ED840, Object *, List_1_Dissonance_RemoteChannel__System_Collections_ICollection_get_SyncRoot, (List_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_Dissonance_RemoteChannel__System_Collections_IEnumerable_GetEnumerator, (List_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_Dissonance_RemoteChannel__System_Collections_IList_Add, (List_1_Dissonance_RemoteChannel_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_Dissonance_RemoteChannel__System_Collections_IList_Contains, (List_1_Dissonance_RemoteChannel_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_Dissonance_RemoteChannel__System_Collections_IList_IndexOf, (List_1_Dissonance_RemoteChannel_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_Dissonance_RemoteChannel__System_Collections_IList_Insert, (List_1_Dissonance_RemoteChannel_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_Dissonance_RemoteChannel__System_Collections_IList_Remove, (List_1_Dissonance_RemoteChannel_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_RemoteChannel__System_Collections_IList_get_IsFixedSize, (List_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_RemoteChannel__System_Collections_IList_get_IsReadOnly, (List_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_Dissonance_RemoteChannel__System_Collections_IList_get_Item, (List_1_Dissonance_RemoteChannel_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_Dissonance_RemoteChannel__System_Collections_IList_set_Item, (List_1_Dissonance_RemoteChannel_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, RemoteChannel__Array *, List_1_Dissonance_RemoteChannel__ToArray, (List_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Dissonance_RemoteChannel__TrimExcess, (List_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Dissonance_RemoteChannel__get_Capacity, (List_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CC18, List_1_Dissonance_RemoteChannel__get_Capacity__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Dissonance_RemoteChannel__get_Count, (List_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CC48, List_1_Dissonance_RemoteChannel__get_Count__MethodInfo); DO_APP_FUNC(0x01799950, RemoteChannel, List_1_Dissonance_RemoteChannel__get_Item, (List_1_Dissonance_RemoteChannel_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_Dissonance_RemoteChannel__set_Capacity, (List_1_Dissonance_RemoteChannel_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CBD0, List_1_Dissonance_RemoteChannel__set_Capacity__MethodInfo); DO_APP_FUNC(0x017999B0, void, List_1_Dissonance_RemoteChannel__set_Item, (List_1_Dissonance_RemoteChannel_ * __this, int32_t index, RemoteChannel value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry___ctor, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry___ctor_1, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, IEnumerable_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry___ctor_2, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CF80, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry___ctor_2__MethodInfo); DO_APP_FUNC(0x01794890, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Add, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, RenderChainTextEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CF28, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Add__MethodInfo); DO_APP_FUNC(0x017EE3D0, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__AddEnumerable, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, IEnumerable_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__AddRange, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, IEnumerable_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__AddWithResize, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, RenderChainTextEntry item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ *, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__AsReadOnly, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__BinarySearch, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, RenderChainTextEntry item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__BinarySearch_1, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, RenderChainTextEntry item, IComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__BinarySearch_2, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, int32_t index, int32_t count, RenderChainTextEntry item, IComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Clear, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CE80, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Clear__MethodInfo); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Contains, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, RenderChainTextEntry item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__CopyTo, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, RenderChainTextEntry__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__CopyTo_1, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, RenderChainTextEntry__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__EnsureCapacity, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Exists, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, Predicate_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, RenderChainTextEntry, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Find, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, Predicate_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ *, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__FindAll, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, Predicate_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__FindIndex, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, Predicate_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__FindIndex_1, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__ForEach, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, Action_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChainTextEntry_, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__GetEnumerator, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__IndexOf, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, RenderChainTextEntry item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Insert, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, int32_t index, RenderChainTextEntry item, MethodInfo * method)); DO_APP_FUNC(0x017EE010, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__InsertRange, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Remove, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, RenderChainTextEntry item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__RemoveAll, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, Predicate_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__RemoveAt, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__RemoveRange, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Reverse, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Reverse_1, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Sort, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Sort_1, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, Comparison_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Sort_2, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, IComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Sort_3, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ *, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017EDF60, Object *, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, RenderChainTextEntry__Array *, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__ToArray, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__TrimExcess, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__get_Capacity, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__get_Count, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CE78, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, RenderChainTextEntry, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__get_Item, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F658, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__set_Capacity, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__set_Item, (List_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, int32_t index, RenderChainTextEntry value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier___ctor, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54E80, List_1_UnityEngine_Rendering_RenderTargetIdentifier___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier___ctor_1, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, IEnumerable_1_UnityEngine_Rendering_RenderTargetIdentifier_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier___ctor_2, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017DBBC0, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier__Add, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54ED0, List_1_UnityEngine_Rendering_RenderTargetIdentifier__Add__MethodInfo); DO_APP_FUNC(0x017EEAA0, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier__AddEnumerable, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, IEnumerable_1_UnityEngine_Rendering_RenderTargetIdentifier_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier__AddRange, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, IEnumerable_1_UnityEngine_Rendering_RenderTargetIdentifier_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017DBC60, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier__AddWithResize, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ *, List_1_UnityEngine_Rendering_RenderTargetIdentifier__AsReadOnly, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE640, int32_t, List_1_UnityEngine_Rendering_RenderTargetIdentifier__BinarySearch, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier item, MethodInfo * method)); DO_APP_FUNC(0x017AE6E0, int32_t, List_1_UnityEngine_Rendering_RenderTargetIdentifier__BinarySearch_1, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier item, IComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017AE580, int32_t, List_1_UnityEngine_Rendering_RenderTargetIdentifier__BinarySearch_2, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, int32_t index, int32_t count, RenderTargetIdentifier item, IComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier__Clear, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54EE0, List_1_UnityEngine_Rendering_RenderTargetIdentifier__Clear__MethodInfo); DO_APP_FUNC(0x017AE790, bool, List_1_UnityEngine_Rendering_RenderTargetIdentifier__Contains, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier__CopyTo, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier__CopyTo_1, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier__EnsureCapacity, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Rendering_RenderTargetIdentifier__Exists, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, Predicate_1_UnityEngine_Rendering_RenderTargetIdentifier_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AE940, RenderTargetIdentifier, List_1_UnityEngine_Rendering_RenderTargetIdentifier__Find, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, Predicate_1_UnityEngine_Rendering_RenderTargetIdentifier_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AEA80, List_1_UnityEngine_Rendering_RenderTargetIdentifier_ *, List_1_UnityEngine_Rendering_RenderTargetIdentifier__FindAll, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, Predicate_1_UnityEngine_Rendering_RenderTargetIdentifier_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Rendering_RenderTargetIdentifier__FindIndex, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, Predicate_1_UnityEngine_Rendering_RenderTargetIdentifier_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AEC20, int32_t, List_1_UnityEngine_Rendering_RenderTargetIdentifier__FindIndex_1, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Rendering_RenderTargetIdentifier_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AED50, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier__ForEach, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, Action_1_UnityEngine_Rendering_RenderTargetIdentifier_ * action, MethodInfo * method)); DO_APP_FUNC(0x017AEE30, List_1_T_Enumerator_UnityEngine_Rendering_RenderTargetIdentifier_, List_1_UnityEngine_Rendering_RenderTargetIdentifier__GetEnumerator, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AEFE0, int32_t, List_1_UnityEngine_Rendering_RenderTargetIdentifier__IndexOf, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier item, MethodInfo * method)); DO_APP_FUNC(0x017DBCF0, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier__Insert, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, int32_t index, RenderTargetIdentifier item, MethodInfo * method)); DO_APP_FUNC(0x017EE720, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier__InsertRange, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, int32_t index, IEnumerable_1_UnityEngine_Rendering_RenderTargetIdentifier_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017ADF50, bool, List_1_UnityEngine_Rendering_RenderTargetIdentifier__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017AF7C0, bool, List_1_UnityEngine_Rendering_RenderTargetIdentifier__Remove, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier item, MethodInfo * method)); DO_APP_FUNC(0x017DC150, int32_t, List_1_UnityEngine_Rendering_RenderTargetIdentifier__RemoveAll, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, Predicate_1_UnityEngine_Rendering_RenderTargetIdentifier_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier__RemoveAt, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier__RemoveRange, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier__Reverse, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier__Reverse_1, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier__Sort, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier__Sort_1, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, Comparison_1_UnityEngine_Rendering_RenderTargetIdentifier_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier__Sort_2, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, IComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier__Sort_3, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AEEE0, IEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier_ *, List_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017EE670, Object *, List_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AEEE0, IEnumerator *, List_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE400, int32_t, List_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IList_Add, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AE800, bool, List_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IList_Contains, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF050, int32_t, List_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IList_IndexOf, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF2E0, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IList_Insert, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF860, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IList_Remove, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE040, Object *, List_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IList_get_Item, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017AE0D0, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IList_set_Item, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, RenderTargetIdentifier__Array *, List_1_UnityEngine_Rendering_RenderTargetIdentifier__ToArray, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier__TrimExcess, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Rendering_RenderTargetIdentifier__get_Capacity, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Rendering_RenderTargetIdentifier__get_Count, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017ADE30, RenderTargetIdentifier, List_1_UnityEngine_Rendering_RenderTargetIdentifier__get_Item, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54F08, List_1_UnityEngine_Rendering_RenderTargetIdentifier__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier__set_Capacity, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017DBB50, void, List_1_UnityEngine_Rendering_RenderTargetIdentifier__set_Item, (List_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, int32_t index, RenderTargetIdentifier value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList___ctor, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList___ctor_1, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, IEnumerable_1_UnityEngine_Rendering_RendererUtils_RendererList_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList___ctor_2, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B150, List_1_UnityEngine_Rendering_RendererUtils_RendererList___ctor_2__MethodInfo); DO_APP_FUNC(0x017A6170, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList__Add, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, RendererList item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B0E0, List_1_UnityEngine_Rendering_RendererUtils_RendererList__Add__MethodInfo); DO_APP_FUNC(0x017EF1D0, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList__AddEnumerable, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, IEnumerable_1_UnityEngine_Rendering_RendererUtils_RendererList_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList__AddRange, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, IEnumerable_1_UnityEngine_Rendering_RendererUtils_RendererList_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A61F0, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList__AddWithResize, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, RendererList item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ *, List_1_UnityEngine_Rendering_RendererUtils_RendererList__AsReadOnly, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_Rendering_RendererUtils_RendererList__BinarySearch, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, RendererList item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_Rendering_RendererUtils_RendererList__BinarySearch_1, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, RendererList item, IComparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_Rendering_RendererUtils_RendererList__BinarySearch_2, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, int32_t index, int32_t count, RendererList item, IComparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList__Clear, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B0E8, List_1_UnityEngine_Rendering_RendererUtils_RendererList__Clear__MethodInfo); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_Rendering_RendererUtils_RendererList__Contains, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, RendererList item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList__CopyTo, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, RendererList__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList__CopyTo_1, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, RendererList__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList__EnsureCapacity, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Rendering_RendererUtils_RendererList__Exists, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, Predicate_1_UnityEngine_Rendering_RendererUtils_RendererList_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, RendererList, List_1_UnityEngine_Rendering_RendererUtils_RendererList__Find, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, Predicate_1_UnityEngine_Rendering_RendererUtils_RendererList_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_Rendering_RendererUtils_RendererList_ *, List_1_UnityEngine_Rendering_RendererUtils_RendererList__FindAll, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, Predicate_1_UnityEngine_Rendering_RendererUtils_RendererList_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Rendering_RendererUtils_RendererList__FindIndex, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, Predicate_1_UnityEngine_Rendering_RendererUtils_RendererList_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_Rendering_RendererUtils_RendererList__FindIndex_1, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Rendering_RendererUtils_RendererList_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList__ForEach, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, Action_1_UnityEngine_Rendering_RendererUtils_RendererList_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_Rendering_RendererUtils_RendererList_, List_1_UnityEngine_Rendering_RendererUtils_RendererList__GetEnumerator, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_Rendering_RendererUtils_RendererList__IndexOf, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, RendererList item, MethodInfo * method)); DO_APP_FUNC(0x017A6260, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList__Insert, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, int32_t index, RendererList item, MethodInfo * method)); DO_APP_FUNC(0x017EEE10, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList__InsertRange, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, int32_t index, IEnumerable_1_UnityEngine_Rendering_RendererUtils_RendererList_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_Rendering_RendererUtils_RendererList__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_Rendering_RendererUtils_RendererList__Remove, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, RendererList item, MethodInfo * method)); DO_APP_FUNC(0x017A66F0, int32_t, List_1_UnityEngine_Rendering_RendererUtils_RendererList__RemoveAll, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, Predicate_1_UnityEngine_Rendering_RendererUtils_RendererList_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList__RemoveAt, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList__RemoveRange, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList__Reverse, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList__Reverse_1, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList__Sort, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList__Sort_1, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, Comparison_1_UnityEngine_Rendering_RendererUtils_RendererList_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList__Sort_2, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, IComparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList__Sort_3, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList_ *, List_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017EED60, Object *, List_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IList_Add, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IList_Contains, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IList_IndexOf, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IList_Insert, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IList_Remove, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IList_get_Item, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IList_set_Item, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, RendererList__Array *, List_1_UnityEngine_Rendering_RendererUtils_RendererList__ToArray, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList__TrimExcess, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Rendering_RendererUtils_RendererList__get_Capacity, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Rendering_RendererUtils_RendererList__get_Count, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, RendererList, List_1_UnityEngine_Rendering_RendererUtils_RendererList__get_Item, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList__set_Capacity, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A6120, void, List_1_UnityEngine_Rendering_RendererUtils_RendererList__set_Item, (List_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, int32_t index, RendererList value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle___ctor, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B330, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle___ctor_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle___ctor_2, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56EF8, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle___ctor_2__MethodInfo); DO_APP_FUNC(0x0179DF80, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Add, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, RendererListHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56BA0, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Add__MethodInfo); DO_APP_FUNC(0x017EF860, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__AddEnumerable, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__AddRange, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56C68, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__AddRange__MethodInfo); DO_APP_FUNC(0x0179DFE0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__AddWithResize, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, RendererListHandle item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__AsReadOnly, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E240, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__BinarySearch, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, RendererListHandle item, MethodInfo * method)); DO_APP_FUNC(0x0179E2C0, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__BinarySearch_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, RendererListHandle item, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__BinarySearch_2, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, int32_t index, int32_t count, RendererListHandle item, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Clear, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56E00, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Clear__MethodInfo); DO_APP_FUNC(0x0179E360, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Contains, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, RendererListHandle item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__CopyTo, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, RendererListHandle__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__CopyTo_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, RendererListHandle__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__EnsureCapacity, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Exists, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E4E0, RendererListHandle, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Find, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E5B0, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__FindAll, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__FindIndex, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E710, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__FindIndex_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E810, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__ForEach, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, Action_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179E8D0, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56B58, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__GetEnumerator__MethodInfo); DO_APP_FUNC(0x0179EA30, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__IndexOf, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, RendererListHandle item, MethodInfo * method)); DO_APP_FUNC(0x0179EBB0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Insert, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, int32_t index, RendererListHandle item, MethodInfo * method)); DO_APP_FUNC(0x017EF510, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__InsertRange, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, int32_t index, IEnumerable_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179DD10, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Remove, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, RendererListHandle item, MethodInfo * method)); DO_APP_FUNC(0x0179F2A0, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__RemoveAll, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__RemoveAt, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__RemoveRange, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Reverse, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Reverse_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Sort, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Sort_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Sort_2, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Sort_3, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017EF460, Object *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E050, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IList_Add, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179E3B0, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IList_Contains, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EA80, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IList_IndexOf, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EC80, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IList_Insert, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179F190, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IList_Remove, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DDE0, Object *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IList_get_Item, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179DE50, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IList_set_Item, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, RendererListHandle__Array *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__ToArray, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__TrimExcess, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__get_Capacity, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__get_Count, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56B60, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__get_Count__MethodInfo); DO_APP_FUNC(0x0179DC90, RendererListHandle, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__get_Item, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__set_Capacity, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179DCD0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__set_Item, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, int32_t index, RendererListHandle value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Resolution___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Resolution___ctor, (List_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0CB0, List_1_UnityEngine_Resolution___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Resolution___ctor_1, (List_1_UnityEngine_Resolution_ * __this, IEnumerable_1_UnityEngine_Resolution_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Resolution___ctor_2, (List_1_UnityEngine_Resolution_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x00AE89D0, void, List_1_UnityEngine_Resolution__Add, (List_1_UnityEngine_Resolution_ * __this, Resolution item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1538, List_1_UnityEngine_Resolution__Add__MethodInfo); DO_APP_FUNC(0x017EFF40, void, List_1_UnityEngine_Resolution__AddEnumerable, (List_1_UnityEngine_Resolution_ * __this, IEnumerable_1_UnityEngine_Resolution_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Resolution__AddRange, (List_1_UnityEngine_Resolution_ * __this, IEnumerable_1_UnityEngine_Resolution_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A8B90, void, List_1_UnityEngine_Resolution__AddWithResize, (List_1_UnityEngine_Resolution_ * __this, Resolution item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Resolution_ *, List_1_UnityEngine_Resolution__AsReadOnly, (List_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8E40, int32_t, List_1_UnityEngine_Resolution__BinarySearch, (List_1_UnityEngine_Resolution_ * __this, Resolution item, MethodInfo * method)); DO_APP_FUNC(0x017A8EE0, int32_t, List_1_UnityEngine_Resolution__BinarySearch_1, (List_1_UnityEngine_Resolution_ * __this, Resolution item, IComparer_1_UnityEngine_Resolution_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017A8D80, int32_t, List_1_UnityEngine_Resolution__BinarySearch_2, (List_1_UnityEngine_Resolution_ * __this, int32_t index, int32_t count, Resolution item, IComparer_1_UnityEngine_Resolution_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_Resolution__Clear, (List_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1520, List_1_UnityEngine_Resolution__Clear__MethodInfo); DO_APP_FUNC(0x017A8F80, bool, List_1_UnityEngine_Resolution__Contains, (List_1_UnityEngine_Resolution_ * __this, Resolution item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Resolution__CopyTo, (List_1_UnityEngine_Resolution_ * __this, Resolution__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Resolution__CopyTo_1, (List_1_UnityEngine_Resolution_ * __this, Resolution__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Resolution__EnsureCapacity, (List_1_UnityEngine_Resolution_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Resolution__Exists, (List_1_UnityEngine_Resolution_ * __this, Predicate_1_UnityEngine_Resolution_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A9130, Resolution, List_1_UnityEngine_Resolution__Find, (List_1_UnityEngine_Resolution_ * __this, Predicate_1_UnityEngine_Resolution_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A9250, List_1_UnityEngine_Resolution_ *, List_1_UnityEngine_Resolution__FindAll, (List_1_UnityEngine_Resolution_ * __this, Predicate_1_UnityEngine_Resolution_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Resolution__FindIndex, (List_1_UnityEngine_Resolution_ * __this, Predicate_1_UnityEngine_Resolution_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A93D0, int32_t, List_1_UnityEngine_Resolution__FindIndex_1, (List_1_UnityEngine_Resolution_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Resolution_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A94F0, void, List_1_UnityEngine_Resolution__ForEach, (List_1_UnityEngine_Resolution_ * __this, Action_1_UnityEngine_Resolution_ * action, MethodInfo * method)); DO_APP_FUNC(0x017A95C0, List_1_T_Enumerator_UnityEngine_Resolution_, List_1_UnityEngine_Resolution__GetEnumerator, (List_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9730, int32_t, List_1_UnityEngine_Resolution__IndexOf, (List_1_UnityEngine_Resolution_ * __this, Resolution item, MethodInfo * method)); DO_APP_FUNC(0x017A98D0, void, List_1_UnityEngine_Resolution__Insert, (List_1_UnityEngine_Resolution_ * __this, int32_t index, Resolution item, MethodInfo * method)); DO_APP_FUNC(0x017EFB70, void, List_1_UnityEngine_Resolution__InsertRange, (List_1_UnityEngine_Resolution_ * __this, int32_t index, IEnumerable_1_UnityEngine_Resolution_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A88E0, bool, List_1_UnityEngine_Resolution__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017A9ED0, bool, List_1_UnityEngine_Resolution__Remove, (List_1_UnityEngine_Resolution_ * __this, Resolution item, MethodInfo * method)); DO_APP_FUNC(0x017AA090, int32_t, List_1_UnityEngine_Resolution__RemoveAll, (List_1_UnityEngine_Resolution_ * __this, Predicate_1_UnityEngine_Resolution_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_Resolution__RemoveAt, (List_1_UnityEngine_Resolution_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_Resolution__RemoveRange, (List_1_UnityEngine_Resolution_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Resolution__Reverse, (List_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Resolution__Reverse_1, (List_1_UnityEngine_Resolution_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Resolution__Sort, (List_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Resolution__Sort_1, (List_1_UnityEngine_Resolution_ * __this, Comparison_1_UnityEngine_Resolution_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Resolution__Sort_2, (List_1_UnityEngine_Resolution_ * __this, IComparer_1_UnityEngine_Resolution_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Resolution__Sort_3, (List_1_UnityEngine_Resolution_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Resolution_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Resolution__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9650, IEnumerator_1_UnityEngine_Resolution_ *, List_1_UnityEngine_Resolution__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Resolution__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Resolution_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Resolution__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017EFAC0, Object *, List_1_UnityEngine_Resolution__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9650, IEnumerator *, List_1_UnityEngine_Resolution__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8C10, int32_t, List_1_UnityEngine_Resolution__System_Collections_IList_Add, (List_1_UnityEngine_Resolution_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A8FF0, bool, List_1_UnityEngine_Resolution__System_Collections_IList_Contains, (List_1_UnityEngine_Resolution_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A9790, int32_t, List_1_UnityEngine_Resolution__System_Collections_IList_IndexOf, (List_1_UnityEngine_Resolution_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A99B0, void, List_1_UnityEngine_Resolution__System_Collections_IList_Insert, (List_1_UnityEngine_Resolution_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A9F60, void, List_1_UnityEngine_Resolution__System_Collections_IList_Remove, (List_1_UnityEngine_Resolution_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Resolution__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Resolution__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A89C0, Object *, List_1_UnityEngine_Resolution__System_Collections_IList_get_Item, (List_1_UnityEngine_Resolution_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017A8A40, void, List_1_UnityEngine_Resolution__System_Collections_IList_set_Item, (List_1_UnityEngine_Resolution_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Resolution__Array *, List_1_UnityEngine_Resolution__ToArray, (List_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Resolution__TrimExcess, (List_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Resolution__get_Capacity, (List_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Resolution__get_Count, (List_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1510, List_1_UnityEngine_Resolution__get_Count__MethodInfo); DO_APP_FUNC(0x017A8820, Resolution, List_1_UnityEngine_Resolution__get_Item, (List_1_UnityEngine_Resolution_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1508, List_1_UnityEngine_Resolution__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Resolution__set_Capacity, (List_1_UnityEngine_Resolution_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A8880, void, List_1_UnityEngine_Resolution__set_Item, (List_1_UnityEngine_Resolution_ * __this, int32_t index, Resolution value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle___ctor, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B338, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle___ctor_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle___ctor_2, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179DF80, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Add, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, ResourceHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B290, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Add__MethodInfo); DO_APP_FUNC(0x017F05C0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__AddEnumerable, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__AddRange, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179DFE0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__AddWithResize, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, ResourceHandle item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__AsReadOnly, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E240, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__BinarySearch, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, ResourceHandle item, MethodInfo * method)); DO_APP_FUNC(0x0179E2C0, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__BinarySearch_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, ResourceHandle item, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__BinarySearch_2, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, int32_t index, int32_t count, ResourceHandle item, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Clear, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B350, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Clear__MethodInfo); DO_APP_FUNC(0x0179E360, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Contains, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, ResourceHandle item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__CopyTo, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, ResourceHandle__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__CopyTo_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, ResourceHandle__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__EnsureCapacity, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Exists, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E4E0, ResourceHandle, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Find, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E5B0, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__FindAll, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__FindIndex, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E710, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__FindIndex_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E810, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__ForEach, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, Action_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179E8D0, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56BF0, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__GetEnumerator__MethodInfo); DO_APP_FUNC(0x0179EA30, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__IndexOf, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, ResourceHandle item, MethodInfo * method)); DO_APP_FUNC(0x0179EBB0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Insert, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, int32_t index, ResourceHandle item, MethodInfo * method)); DO_APP_FUNC(0x017F0270, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__InsertRange, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, int32_t index, IEnumerable_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179DD10, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Remove, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, ResourceHandle item, MethodInfo * method)); DO_APP_FUNC(0x0179F2A0, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__RemoveAll, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__RemoveAt, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__RemoveRange, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Reverse, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Reverse_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Sort, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Sort_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Sort_2, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Sort_3, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017F01C0, Object *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E050, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IList_Add, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179E3B0, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IList_Contains, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EA80, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IList_IndexOf, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EC80, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IList_Insert, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179F190, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IList_Remove, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DDE0, Object *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IList_get_Item, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179DE50, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IList_set_Item, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ResourceHandle__Array *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__ToArray, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__TrimExcess, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__get_Capacity, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__get_Count, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DC90, ResourceHandle, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__get_Item, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__set_Capacity, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179DCD0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__set_Item, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, int32_t index, ResourceHandle value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Dissonance_RoomMembership___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Dissonance_RoomMembership___ctor, (List_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57AF0, List_1_Dissonance_RoomMembership___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Dissonance_RoomMembership___ctor_1, (List_1_Dissonance_RoomMembership_ * __this, IEnumerable_1_Dissonance_RoomMembership_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Dissonance_RoomMembership___ctor_2, (List_1_Dissonance_RoomMembership_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A06D0, void, List_1_Dissonance_RoomMembership__Add, (List_1_Dissonance_RoomMembership_ * __this, RoomMembership item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57A40, List_1_Dissonance_RoomMembership__Add__MethodInfo); DO_APP_FUNC(0x017F0CA0, void, List_1_Dissonance_RoomMembership__AddEnumerable, (List_1_Dissonance_RoomMembership_ * __this, IEnumerable_1_Dissonance_RoomMembership_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Dissonance_RoomMembership__AddRange, (List_1_Dissonance_RoomMembership_ * __this, IEnumerable_1_Dissonance_RoomMembership_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A07C0, void, List_1_Dissonance_RoomMembership__AddWithResize, (List_1_Dissonance_RoomMembership_ * __this, RoomMembership item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Dissonance_RoomMembership_ *, List_1_Dissonance_RoomMembership__AsReadOnly, (List_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_Dissonance_RoomMembership__BinarySearch, (List_1_Dissonance_RoomMembership_ * __this, RoomMembership item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_Dissonance_RoomMembership__BinarySearch_1, (List_1_Dissonance_RoomMembership_ * __this, RoomMembership item, IComparer_1_Dissonance_RoomMembership_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57A50, List_1_Dissonance_RoomMembership__BinarySearch_1__MethodInfo); DO_APP_FUNC(0x0179A050, int32_t, List_1_Dissonance_RoomMembership__BinarySearch_2, (List_1_Dissonance_RoomMembership_ * __this, int32_t index, int32_t count, RoomMembership item, IComparer_1_Dissonance_RoomMembership_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Dissonance_RoomMembership__Clear, (List_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A250, bool, List_1_Dissonance_RoomMembership__Contains, (List_1_Dissonance_RoomMembership_ * __this, RoomMembership item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Dissonance_RoomMembership__CopyTo, (List_1_Dissonance_RoomMembership_ * __this, RoomMembership__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Dissonance_RoomMembership__CopyTo_1, (List_1_Dissonance_RoomMembership_ * __this, RoomMembership__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Dissonance_RoomMembership__EnsureCapacity, (List_1_Dissonance_RoomMembership_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Dissonance_RoomMembership__Exists, (List_1_Dissonance_RoomMembership_ * __this, Predicate_1_Dissonance_RoomMembership_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, RoomMembership, List_1_Dissonance_RoomMembership__Find, (List_1_Dissonance_RoomMembership_ * __this, Predicate_1_Dissonance_RoomMembership_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_Dissonance_RoomMembership_ *, List_1_Dissonance_RoomMembership__FindAll, (List_1_Dissonance_RoomMembership_ * __this, Predicate_1_Dissonance_RoomMembership_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Dissonance_RoomMembership__FindIndex, (List_1_Dissonance_RoomMembership_ * __this, Predicate_1_Dissonance_RoomMembership_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_Dissonance_RoomMembership__FindIndex_1, (List_1_Dissonance_RoomMembership_ * __this, int32_t startIndex, int32_t count, Predicate_1_Dissonance_RoomMembership_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_Dissonance_RoomMembership__ForEach, (List_1_Dissonance_RoomMembership_ * __this, Action_1_Dissonance_RoomMembership_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_Dissonance_RoomMembership_, List_1_Dissonance_RoomMembership__GetEnumerator, (List_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_Dissonance_RoomMembership__IndexOf, (List_1_Dissonance_RoomMembership_ * __this, RoomMembership item, MethodInfo * method)); DO_APP_FUNC(0x017A0890, void, List_1_Dissonance_RoomMembership__Insert, (List_1_Dissonance_RoomMembership_ * __this, int32_t index, RoomMembership item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C579F8, List_1_Dissonance_RoomMembership__Insert__MethodInfo); DO_APP_FUNC(0x017F08D0, void, List_1_Dissonance_RoomMembership__InsertRange, (List_1_Dissonance_RoomMembership_ * __this, int32_t index, IEnumerable_1_Dissonance_RoomMembership_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_Dissonance_RoomMembership__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_Dissonance_RoomMembership__Remove, (List_1_Dissonance_RoomMembership_ * __this, RoomMembership item, MethodInfo * method)); DO_APP_FUNC(0x017A0DA0, int32_t, List_1_Dissonance_RoomMembership__RemoveAll, (List_1_Dissonance_RoomMembership_ * __this, Predicate_1_Dissonance_RoomMembership_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A0F80, void, List_1_Dissonance_RoomMembership__RemoveAt, (List_1_Dissonance_RoomMembership_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C579B0, List_1_Dissonance_RoomMembership__RemoveAt__MethodInfo); DO_APP_FUNC(0x01796310, void, List_1_Dissonance_RoomMembership__RemoveRange, (List_1_Dissonance_RoomMembership_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Dissonance_RoomMembership__Reverse, (List_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Dissonance_RoomMembership__Reverse_1, (List_1_Dissonance_RoomMembership_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Dissonance_RoomMembership__Sort, (List_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Dissonance_RoomMembership__Sort_1, (List_1_Dissonance_RoomMembership_ * __this, Comparison_1_Dissonance_RoomMembership_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Dissonance_RoomMembership__Sort_2, (List_1_Dissonance_RoomMembership_ * __this, IComparer_1_Dissonance_RoomMembership_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Dissonance_RoomMembership__Sort_3, (List_1_Dissonance_RoomMembership_ * __this, int32_t index, int32_t count, IComparer_1_Dissonance_RoomMembership_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_RoomMembership__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_Dissonance_RoomMembership_ *, List_1_Dissonance_RoomMembership__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Dissonance_RoomMembership__System_Collections_ICollection_CopyTo, (List_1_Dissonance_RoomMembership_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_RoomMembership__System_Collections_ICollection_get_IsSynchronized, (List_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017F0820, Object *, List_1_Dissonance_RoomMembership__System_Collections_ICollection_get_SyncRoot, (List_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_Dissonance_RoomMembership__System_Collections_IEnumerable_GetEnumerator, (List_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_Dissonance_RoomMembership__System_Collections_IList_Add, (List_1_Dissonance_RoomMembership_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_Dissonance_RoomMembership__System_Collections_IList_Contains, (List_1_Dissonance_RoomMembership_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_Dissonance_RoomMembership__System_Collections_IList_IndexOf, (List_1_Dissonance_RoomMembership_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_Dissonance_RoomMembership__System_Collections_IList_Insert, (List_1_Dissonance_RoomMembership_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_Dissonance_RoomMembership__System_Collections_IList_Remove, (List_1_Dissonance_RoomMembership_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_RoomMembership__System_Collections_IList_get_IsFixedSize, (List_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_RoomMembership__System_Collections_IList_get_IsReadOnly, (List_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_Dissonance_RoomMembership__System_Collections_IList_get_Item, (List_1_Dissonance_RoomMembership_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_Dissonance_RoomMembership__System_Collections_IList_set_Item, (List_1_Dissonance_RoomMembership_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, RoomMembership__Array *, List_1_Dissonance_RoomMembership__ToArray, (List_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Dissonance_RoomMembership__TrimExcess, (List_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Dissonance_RoomMembership__get_Capacity, (List_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Dissonance_RoomMembership__get_Count, (List_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57AD8, List_1_Dissonance_RoomMembership__get_Count__MethodInfo); DO_APP_FUNC(0x01799950, RoomMembership, List_1_Dissonance_RoomMembership__get_Item, (List_1_Dissonance_RoomMembership_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57A80, List_1_Dissonance_RoomMembership__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Dissonance_RoomMembership__set_Capacity, (List_1_Dissonance_RoomMembership_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A0620, void, List_1_Dissonance_RoomMembership__set_Item, (List_1_Dissonance_RoomMembership_ * __this, int32_t index, RoomMembership value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57A10, List_1_Dissonance_RoomMembership__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_RuleMatcher___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_RuleMatcher___ctor, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82210, List_1_UnityEngine_UIElements_RuleMatcher___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_RuleMatcher___ctor_1, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, IEnumerable_1_UnityEngine_UIElements_RuleMatcher_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_RuleMatcher___ctor_2, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_UnityEngine_UIElements_RuleMatcher__Add, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, RuleMatcher item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C821D8, List_1_UnityEngine_UIElements_RuleMatcher__Add__MethodInfo); DO_APP_FUNC(0x017F13B0, void, List_1_UnityEngine_UIElements_RuleMatcher__AddEnumerable, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, IEnumerable_1_UnityEngine_UIElements_RuleMatcher_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_RuleMatcher__AddRange, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, IEnumerable_1_UnityEngine_UIElements_RuleMatcher_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_UnityEngine_UIElements_RuleMatcher__AddWithResize, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, RuleMatcher item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ *, List_1_UnityEngine_UIElements_RuleMatcher__AsReadOnly, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_UIElements_RuleMatcher__BinarySearch, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, RuleMatcher item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_UIElements_RuleMatcher__BinarySearch_1, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, RuleMatcher item, IComparer_1_UnityEngine_UIElements_RuleMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_UIElements_RuleMatcher__BinarySearch_2, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, int32_t index, int32_t count, RuleMatcher item, IComparer_1_UnityEngine_UIElements_RuleMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_UIElements_RuleMatcher__Clear, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_UIElements_RuleMatcher__Contains, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, RuleMatcher item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_RuleMatcher__CopyTo, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, RuleMatcher__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_RuleMatcher__CopyTo_1, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, RuleMatcher__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_RuleMatcher__EnsureCapacity, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_RuleMatcher__Exists, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, Predicate_1_UnityEngine_UIElements_RuleMatcher_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, RuleMatcher, List_1_UnityEngine_UIElements_RuleMatcher__Find, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, Predicate_1_UnityEngine_UIElements_RuleMatcher_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_UIElements_RuleMatcher_ *, List_1_UnityEngine_UIElements_RuleMatcher__FindAll, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, Predicate_1_UnityEngine_UIElements_RuleMatcher_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_RuleMatcher__FindIndex, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, Predicate_1_UnityEngine_UIElements_RuleMatcher_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_UIElements_RuleMatcher__FindIndex_1, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_RuleMatcher_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_UIElements_RuleMatcher__ForEach, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, Action_1_UnityEngine_UIElements_RuleMatcher_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_UIElements_RuleMatcher_, List_1_UnityEngine_UIElements_RuleMatcher__GetEnumerator, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_UIElements_RuleMatcher__IndexOf, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, RuleMatcher item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_UnityEngine_UIElements_RuleMatcher__Insert, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, int32_t index, RuleMatcher item, MethodInfo * method)); DO_APP_FUNC(0x017F0FF0, void, List_1_UnityEngine_UIElements_RuleMatcher__InsertRange, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_RuleMatcher_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_UIElements_RuleMatcher__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_UIElements_RuleMatcher__Remove, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, RuleMatcher item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_UnityEngine_UIElements_RuleMatcher__RemoveAll, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, Predicate_1_UnityEngine_UIElements_RuleMatcher_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_UnityEngine_UIElements_RuleMatcher__RemoveAt, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_UIElements_RuleMatcher__RemoveRange, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA32A0, List_1_UnityEngine_UIElements_RuleMatcher__RemoveRange__MethodInfo); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_RuleMatcher__Reverse, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_RuleMatcher__Reverse_1, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_RuleMatcher__Sort, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_RuleMatcher__Sort_1, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, Comparison_1_UnityEngine_UIElements_RuleMatcher_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_RuleMatcher__Sort_2, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, IComparer_1_UnityEngine_UIElements_RuleMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_RuleMatcher__Sort_3, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_RuleMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_RuleMatcher__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_UIElements_RuleMatcher_ *, List_1_UnityEngine_UIElements_RuleMatcher__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_RuleMatcher__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_RuleMatcher__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017F0F40, Object *, List_1_UnityEngine_UIElements_RuleMatcher__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_UIElements_RuleMatcher__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_UIElements_RuleMatcher__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_UIElements_RuleMatcher__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_UIElements_RuleMatcher__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_UIElements_RuleMatcher__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_UIElements_RuleMatcher__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_RuleMatcher__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_RuleMatcher__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_UIElements_RuleMatcher__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_UIElements_RuleMatcher__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, RuleMatcher__Array *, List_1_UnityEngine_UIElements_RuleMatcher__ToArray, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_RuleMatcher__TrimExcess, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_RuleMatcher__get_Capacity, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_RuleMatcher__get_Count, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82180, List_1_UnityEngine_UIElements_RuleMatcher__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, RuleMatcher, List_1_UnityEngine_UIElements_RuleMatcher__get_Item, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB010, List_1_UnityEngine_UIElements_RuleMatcher__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_RuleMatcher__set_Capacity, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_UnityEngine_UIElements_RuleMatcher__set_Item, (List_1_UnityEngine_UIElements_RuleMatcher_ * __this, int32_t index, RuleMatcher value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_SByte___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_SByte___ctor, (List_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_System_SByte___ctor_1, (List_1_System_SByte_ * __this, IEnumerable_1_System_SByte_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_SByte___ctor_2, (List_1_System_SByte_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017B32B0, void, List_1_System_SByte__Add, (List_1_System_SByte_ * __this, int8_t item, MethodInfo * method)); DO_APP_FUNC(0x017F1A50, void, List_1_System_SByte__AddEnumerable, (List_1_System_SByte_ * __this, IEnumerable_1_System_SByte_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_SByte__AddRange, (List_1_System_SByte_ * __this, IEnumerable_1_System_SByte_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B3310, void, List_1_System_SByte__AddWithResize, (List_1_System_SByte_ * __this, int8_t item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_SByte_ *, List_1_System_SByte__AsReadOnly, (List_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B34E0, int32_t, List_1_System_SByte__BinarySearch, (List_1_System_SByte_ * __this, int8_t item, MethodInfo * method)); DO_APP_FUNC(0x017B3560, int32_t, List_1_System_SByte__BinarySearch_1, (List_1_System_SByte_ * __this, int8_t item, IComparer_1_System_SByte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_System_SByte__BinarySearch_2, (List_1_System_SByte_ * __this, int32_t index, int32_t count, int8_t item, IComparer_1_System_SByte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_System_SByte__Clear, (List_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E360, bool, List_1_System_SByte__Contains, (List_1_System_SByte_ * __this, int8_t item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_SByte__CopyTo, (List_1_System_SByte_ * __this, SByte__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_SByte__CopyTo_1, (List_1_System_SByte_ * __this, SByte__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_SByte__EnsureCapacity, (List_1_System_SByte_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_SByte__Exists, (List_1_System_SByte_ * __this, Predicate_1_SByte_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B3720, int8_t, List_1_System_SByte__Find, (List_1_System_SByte_ * __this, Predicate_1_SByte_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B37F0, List_1_System_SByte_ *, List_1_System_SByte__FindAll, (List_1_System_SByte_ * __this, Predicate_1_SByte_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_SByte__FindIndex, (List_1_System_SByte_ * __this, Predicate_1_SByte_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B3950, int32_t, List_1_System_SByte__FindIndex_1, (List_1_System_SByte_ * __this, int32_t startIndex, int32_t count, Predicate_1_SByte_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B3A50, void, List_1_System_SByte__ForEach, (List_1_System_SByte_ * __this, Action_1_SByte_ * action, MethodInfo * method)); DO_APP_FUNC(0x017B3B10, List_1_T_Enumerator_System_SByte_, List_1_System_SByte__GetEnumerator, (List_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179EA30, int32_t, List_1_System_SByte__IndexOf, (List_1_System_SByte_ * __this, int8_t item, MethodInfo * method)); DO_APP_FUNC(0x017B3DA0, void, List_1_System_SByte__Insert, (List_1_System_SByte_ * __this, int32_t index, int8_t item, MethodInfo * method)); DO_APP_FUNC(0x017F1700, void, List_1_System_SByte__InsertRange, (List_1_System_SByte_ * __this, int32_t index, IEnumerable_1_System_SByte_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B3040, bool, List_1_System_SByte__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_System_SByte__Remove, (List_1_System_SByte_ * __this, int8_t item, MethodInfo * method)); DO_APP_FUNC(0x017B4410, int32_t, List_1_System_SByte__RemoveAll, (List_1_System_SByte_ * __this, Predicate_1_SByte_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_System_SByte__RemoveAt, (List_1_System_SByte_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_System_SByte__RemoveRange, (List_1_System_SByte_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_SByte__Reverse, (List_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_SByte__Reverse_1, (List_1_System_SByte_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_SByte__Sort, (List_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_SByte__Sort_1, (List_1_System_SByte_ * __this, Comparison_1_SByte_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_SByte__Sort_2, (List_1_System_SByte_ * __this, IComparer_1_System_SByte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_SByte__Sort_3, (List_1_System_SByte_ * __this, int32_t index, int32_t count, IComparer_1_System_SByte_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_SByte__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B3BA0, IEnumerator_1_System_SByte_ *, List_1_System_SByte__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_SByte__System_Collections_ICollection_CopyTo, (List_1_System_SByte_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_SByte__System_Collections_ICollection_get_IsSynchronized, (List_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017F1650, Object *, List_1_System_SByte__System_Collections_ICollection_get_SyncRoot, (List_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B3BA0, IEnumerator *, List_1_System_SByte__System_Collections_IEnumerable_GetEnumerator, (List_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B3380, int32_t, List_1_System_SByte__System_Collections_IList_Add, (List_1_System_SByte_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B35F0, bool, List_1_System_SByte__System_Collections_IList_Contains, (List_1_System_SByte_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B3C70, int32_t, List_1_System_SByte__System_Collections_IList_IndexOf, (List_1_System_SByte_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B3E70, void, List_1_System_SByte__System_Collections_IList_Insert, (List_1_System_SByte_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B4300, void, List_1_System_SByte__System_Collections_IList_Remove, (List_1_System_SByte_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_SByte__System_Collections_IList_get_IsFixedSize, (List_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_SByte__System_Collections_IList_get_IsReadOnly, (List_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B3110, Object *, List_1_System_SByte__System_Collections_IList_get_Item, (List_1_System_SByte_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017B3180, void, List_1_System_SByte__System_Collections_IList_set_Item, (List_1_System_SByte_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, SByte__Array *, List_1_System_SByte__ToArray, (List_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_System_SByte__TrimExcess, (List_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_SByte__get_Capacity, (List_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_SByte__get_Count, (List_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B2FC0, int8_t, List_1_System_SByte__get_Item, (List_1_System_SByte_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_System_SByte__set_Capacity, (List_1_System_SByte_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017B3000, void, List_1_System_SByte__set_Item, (List_1_System_SByte_ * __this, int32_t index, int8_t value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord___ctor, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2EF8, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord___ctor_1, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord___ctor_2, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A06D0, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Add, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, SelectorMatchRecord item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0710, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Add__MethodInfo); DO_APP_FUNC(0x017F2130, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__AddEnumerable, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__AddRange, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A07C0, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__AddWithResize, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, SelectorMatchRecord item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ *, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__AsReadOnly, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__BinarySearch, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, SelectorMatchRecord item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__BinarySearch_1, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, SelectorMatchRecord item, IComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__BinarySearch_2, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, int32_t index, int32_t count, SelectorMatchRecord item, IComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Clear, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2F08, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Clear__MethodInfo); DO_APP_FUNC(0x0179A250, bool, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Contains, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, SelectorMatchRecord item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__CopyTo, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, SelectorMatchRecord__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__CopyTo_1, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, SelectorMatchRecord__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__EnsureCapacity, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Exists, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, Predicate_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, SelectorMatchRecord, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Find, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, Predicate_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ *, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__FindAll, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, Predicate_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__FindIndex, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, Predicate_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__FindIndex_1, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__ForEach, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, Action_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__GetEnumerator, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2EC0, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__GetEnumerator__MethodInfo); DO_APP_FUNC(0x0179AA30, int32_t, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__IndexOf, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, SelectorMatchRecord item, MethodInfo * method)); DO_APP_FUNC(0x017A0890, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Insert, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, int32_t index, SelectorMatchRecord item, MethodInfo * method)); DO_APP_FUNC(0x017F1D60, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__InsertRange, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Remove, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, SelectorMatchRecord item, MethodInfo * method)); DO_APP_FUNC(0x017A0DA0, int32_t, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__RemoveAll, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, Predicate_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A0F80, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__RemoveAt, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__RemoveRange, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Reverse, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Reverse_1, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Sort, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Sort_1, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, Comparison_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2EC8, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Sort_1__MethodInfo); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Sort_2, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, IComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Sort_3, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ *, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017F1CB0, Object *, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, SelectorMatchRecord__Array *, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__ToArray, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__TrimExcess, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__get_Capacity, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__get_Count, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0700, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__get_Count__MethodInfo); DO_APP_FUNC(0x01799950, SelectorMatchRecord, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__get_Item, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__set_Capacity, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A0620, void, List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__set_Item, (List_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, int32_t index, SelectorMatchRecord value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_Single___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_Single___ctor, (List_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC168, List_1_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_System_Single___ctor_1, (List_1_System_Single_ * __this, IEnumerable_1_System_Single_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_Single___ctor_2, (List_1_System_Single_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C942A0, List_1_System_Single___ctor_2__MethodInfo); DO_APP_FUNC(0x017F26A0, void, List_1_System_Single__Add, (List_1_System_Single_ * __this, float item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83510, List_1_System_Single__Add__MethodInfo); DO_APP_FUNC(0x017F3710, void, List_1_System_Single__AddEnumerable, (List_1_System_Single_ * __this, IEnumerable_1_System_Single_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_Single__AddRange, (List_1_System_Single_ * __this, IEnumerable_1_System_Single_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017F2700, void, List_1_System_Single__AddWithResize, (List_1_System_Single_ * __this, float item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Single_ *, List_1_System_Single__AsReadOnly, (List_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C3BA0, int32_t, List_1_System_Single__BinarySearch, (List_1_System_Single_ * __this, float item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C834D0, List_1_System_Single__BinarySearch__MethodInfo); DO_APP_FUNC(0x017C3C20, int32_t, List_1_System_Single__BinarySearch_1, (List_1_System_Single_ * __this, float item, IComparer_1_System_Single_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017C3B10, int32_t, List_1_System_Single__BinarySearch_2, (List_1_System_Single_ * __this, int32_t index, int32_t count, float item, IComparer_1_System_Single_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_System_Single__Clear, (List_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85D70, List_1_System_Single__Clear__MethodInfo); DO_APP_FUNC(0x017C3CB0, bool, List_1_System_Single__Contains, (List_1_System_Single_ * __this, float item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_Single__CopyTo, (List_1_System_Single_ * __this, Single__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_Single__CopyTo_1, (List_1_System_Single_ * __this, Single__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_Single__EnsureCapacity, (List_1_System_Single_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_Single__Exists, (List_1_System_Single_ * __this, Predicate_1_Single_ * match, MethodInfo * method)); DO_APP_FUNC(0x017F2A00, float, List_1_System_Single__Find, (List_1_System_Single_ * __this, Predicate_1_Single_ * match, MethodInfo * method)); DO_APP_FUNC(0x017F2AD0, List_1_System_Single_ *, List_1_System_Single__FindAll, (List_1_System_Single_ * __this, Predicate_1_Single_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_Single__FindIndex, (List_1_System_Single_ * __this, Predicate_1_Single_ * match, MethodInfo * method)); DO_APP_FUNC(0x017F2C30, int32_t, List_1_System_Single__FindIndex_1, (List_1_System_Single_ * __this, int32_t startIndex, int32_t count, Predicate_1_Single_ * match, MethodInfo * method)); DO_APP_FUNC(0x017F2D30, void, List_1_System_Single__ForEach, (List_1_System_Single_ * __this, Action_1_Single_ * action, MethodInfo * method)); DO_APP_FUNC(0x017B87C0, List_1_T_Enumerator_System_Single_, List_1_System_Single__GetEnumerator, (List_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C4220, int32_t, List_1_System_Single__IndexOf, (List_1_System_Single_ * __this, float item, MethodInfo * method)); DO_APP_FUNC(0x017F2F20, void, List_1_System_Single__Insert, (List_1_System_Single_ * __this, int32_t index, float item, MethodInfo * method)); DO_APP_FUNC(0x017F3130, void, List_1_System_Single__InsertRange, (List_1_System_Single_ * __this, int32_t index, IEnumerable_1_System_Single_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B7D60, bool, List_1_System_Single__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017C4900, bool, List_1_System_Single__Remove, (List_1_System_Single_ * __this, float item, MethodInfo * method)); DO_APP_FUNC(0x017F3590, int32_t, List_1_System_Single__RemoveAll, (List_1_System_Single_ * __this, Predicate_1_Single_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_System_Single__RemoveAt, (List_1_System_Single_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB990, List_1_System_Single__RemoveAt__MethodInfo); DO_APP_FUNC(0x0179F470, void, List_1_System_Single__RemoveRange, (List_1_System_Single_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_Single__Reverse, (List_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_Single__Reverse_1, (List_1_System_Single_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_Single__Sort, (List_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58190, List_1_System_Single__Sort__MethodInfo); DO_APP_FUNC(0x017965F0, void, List_1_System_Single__Sort_1, (List_1_System_Single_ * __this, Comparison_1_Single_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_Single__Sort_2, (List_1_System_Single_ * __this, IComparer_1_System_Single_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_Single__Sort_3, (List_1_System_Single_ * __this, int32_t index, int32_t count, IComparer_1_System_Single_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Single__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8850, IEnumerator_1_System_Single_ *, List_1_System_Single__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_Single__System_Collections_ICollection_CopyTo, (List_1_System_Single_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Single__System_Collections_ICollection_get_IsSynchronized, (List_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017F23D0, Object *, List_1_System_Single__System_Collections_ICollection_get_SyncRoot, (List_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8850, IEnumerator *, List_1_System_Single__System_Collections_IEnumerable_GetEnumerator, (List_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017F2770, int32_t, List_1_System_Single__System_Collections_IList_Add, (List_1_System_Single_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017F28D0, bool, List_1_System_Single__System_Collections_IList_Contains, (List_1_System_Single_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017F2DF0, int32_t, List_1_System_Single__System_Collections_IList_IndexOf, (List_1_System_Single_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017F2FF0, void, List_1_System_Single__System_Collections_IList_Insert, (List_1_System_Single_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017F3480, void, List_1_System_Single__System_Collections_IList_Remove, (List_1_System_Single_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Single__System_Collections_IList_get_IsFixedSize, (List_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Single__System_Collections_IList_get_IsReadOnly, (List_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017F2500, Object *, List_1_System_Single__System_Collections_IList_get_Item, (List_1_System_Single_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017F2570, void, List_1_System_Single__System_Collections_IList_set_Item, (List_1_System_Single_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Single__Array *, List_1_System_Single__ToArray, (List_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_System_Single__TrimExcess, (List_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_Single__get_Capacity, (List_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_Single__get_Count, (List_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF1F0, List_1_System_Single__get_Count__MethodInfo); DO_APP_FUNC(0x017F2480, float, List_1_System_Single__get_Item, (List_1_System_Single_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF1C8, List_1_System_Single__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_System_Single__set_Capacity, (List_1_System_Single_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017F24C0, void, List_1_System_Single__set_Item, (List_1_System_Single_ * __this, int32_t index, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85D60, List_1_System_Single__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_Discord_Sku___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Discord_Sku___ctor, (List_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0F88, List_1_Discord_Sku___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Discord_Sku___ctor_1, (List_1_Discord_Sku_ * __this, IEnumerable_1_Discord_Sku_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Discord_Sku___ctor_2, (List_1_Discord_Sku_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017AE220, void, List_1_Discord_Sku__Add, (List_1_Discord_Sku_ * __this, Sku item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0F98, List_1_Discord_Sku__Add__MethodInfo); DO_APP_FUNC(0x017F3DC0, void, List_1_Discord_Sku__AddEnumerable, (List_1_Discord_Sku_ * __this, IEnumerable_1_Discord_Sku_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Discord_Sku__AddRange, (List_1_Discord_Sku_ * __this, IEnumerable_1_Discord_Sku_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017AE320, void, List_1_Discord_Sku__AddWithResize, (List_1_Discord_Sku_ * __this, Sku item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Discord_Sku_ *, List_1_Discord_Sku__AsReadOnly, (List_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE640, int32_t, List_1_Discord_Sku__BinarySearch, (List_1_Discord_Sku_ * __this, Sku item, MethodInfo * method)); DO_APP_FUNC(0x017AE6E0, int32_t, List_1_Discord_Sku__BinarySearch_1, (List_1_Discord_Sku_ * __this, Sku item, IComparer_1_Discord_Sku_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017AE580, int32_t, List_1_Discord_Sku__BinarySearch_2, (List_1_Discord_Sku_ * __this, int32_t index, int32_t count, Sku item, IComparer_1_Discord_Sku_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Discord_Sku__Clear, (List_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE790, bool, List_1_Discord_Sku__Contains, (List_1_Discord_Sku_ * __this, Sku item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Discord_Sku__CopyTo, (List_1_Discord_Sku_ * __this, Sku__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Discord_Sku__CopyTo_1, (List_1_Discord_Sku_ * __this, Sku__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Discord_Sku__EnsureCapacity, (List_1_Discord_Sku_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Discord_Sku__Exists, (List_1_Discord_Sku_ * __this, Predicate_1_Discord_Sku_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AE940, Sku, List_1_Discord_Sku__Find, (List_1_Discord_Sku_ * __this, Predicate_1_Discord_Sku_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AEA80, List_1_Discord_Sku_ *, List_1_Discord_Sku__FindAll, (List_1_Discord_Sku_ * __this, Predicate_1_Discord_Sku_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Discord_Sku__FindIndex, (List_1_Discord_Sku_ * __this, Predicate_1_Discord_Sku_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AEC20, int32_t, List_1_Discord_Sku__FindIndex_1, (List_1_Discord_Sku_ * __this, int32_t startIndex, int32_t count, Predicate_1_Discord_Sku_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AED50, void, List_1_Discord_Sku__ForEach, (List_1_Discord_Sku_ * __this, Action_1_Discord_Sku_ * action, MethodInfo * method)); DO_APP_FUNC(0x017AEE30, List_1_T_Enumerator_Discord_Sku_, List_1_Discord_Sku__GetEnumerator, (List_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AEFE0, int32_t, List_1_Discord_Sku__IndexOf, (List_1_Discord_Sku_ * __this, Sku item, MethodInfo * method)); DO_APP_FUNC(0x017AF1A0, void, List_1_Discord_Sku__Insert, (List_1_Discord_Sku_ * __this, int32_t index, Sku item, MethodInfo * method)); DO_APP_FUNC(0x017F3A40, void, List_1_Discord_Sku__InsertRange, (List_1_Discord_Sku_ * __this, int32_t index, IEnumerable_1_Discord_Sku_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017ADF50, bool, List_1_Discord_Sku__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017AF7C0, bool, List_1_Discord_Sku__Remove, (List_1_Discord_Sku_ * __this, Sku item, MethodInfo * method)); DO_APP_FUNC(0x017AF990, int32_t, List_1_Discord_Sku__RemoveAll, (List_1_Discord_Sku_ * __this, Predicate_1_Discord_Sku_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AFB90, void, List_1_Discord_Sku__RemoveAt, (List_1_Discord_Sku_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_Discord_Sku__RemoveRange, (List_1_Discord_Sku_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Discord_Sku__Reverse, (List_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Discord_Sku__Reverse_1, (List_1_Discord_Sku_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Discord_Sku__Sort, (List_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Discord_Sku__Sort_1, (List_1_Discord_Sku_ * __this, Comparison_1_Discord_Sku_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Discord_Sku__Sort_2, (List_1_Discord_Sku_ * __this, IComparer_1_Discord_Sku_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Discord_Sku__Sort_3, (List_1_Discord_Sku_ * __this, int32_t index, int32_t count, IComparer_1_Discord_Sku_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Discord_Sku__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AEEE0, IEnumerator_1_Discord_Sku_ *, List_1_Discord_Sku__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Discord_Sku__System_Collections_ICollection_CopyTo, (List_1_Discord_Sku_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Discord_Sku__System_Collections_ICollection_get_IsSynchronized, (List_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017F3990, Object *, List_1_Discord_Sku__System_Collections_ICollection_get_SyncRoot, (List_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AEEE0, IEnumerator *, List_1_Discord_Sku__System_Collections_IEnumerable_GetEnumerator, (List_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE400, int32_t, List_1_Discord_Sku__System_Collections_IList_Add, (List_1_Discord_Sku_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AE800, bool, List_1_Discord_Sku__System_Collections_IList_Contains, (List_1_Discord_Sku_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF050, int32_t, List_1_Discord_Sku__System_Collections_IList_IndexOf, (List_1_Discord_Sku_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF2E0, void, List_1_Discord_Sku__System_Collections_IList_Insert, (List_1_Discord_Sku_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF860, void, List_1_Discord_Sku__System_Collections_IList_Remove, (List_1_Discord_Sku_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Discord_Sku__System_Collections_IList_get_IsFixedSize, (List_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Discord_Sku__System_Collections_IList_get_IsReadOnly, (List_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE040, Object *, List_1_Discord_Sku__System_Collections_IList_get_Item, (List_1_Discord_Sku_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017AE0D0, void, List_1_Discord_Sku__System_Collections_IList_set_Item, (List_1_Discord_Sku_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Sku__Array *, List_1_Discord_Sku__ToArray, (List_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Discord_Sku__TrimExcess, (List_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Discord_Sku__get_Capacity, (List_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Discord_Sku__get_Count, (List_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017ADE30, Sku, List_1_Discord_Sku__get_Item, (List_1_Discord_Sku_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_Discord_Sku__set_Capacity, (List_1_Discord_Sku_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017ADE90, void, List_1_Discord_Sku__set_Item, (List_1_Discord_Sku_ * __this, int32_t index, Sku value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_Net_Security_SslApplicationProtocol___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_Net_Security_SslApplicationProtocol___ctor, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_System_Net_Security_SslApplicationProtocol___ctor_1, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, IEnumerable_1_System_Net_Security_SslApplicationProtocol_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_Net_Security_SslApplicationProtocol___ctor_2, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_System_Net_Security_SslApplicationProtocol__Add, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol item, MethodInfo * method)); DO_APP_FUNC(0x017F44E0, void, List_1_System_Net_Security_SslApplicationProtocol__AddEnumerable, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, IEnumerable_1_System_Net_Security_SslApplicationProtocol_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_Net_Security_SslApplicationProtocol__AddRange, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, IEnumerable_1_System_Net_Security_SslApplicationProtocol_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_System_Net_Security_SslApplicationProtocol__AddWithResize, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ *, List_1_System_Net_Security_SslApplicationProtocol__AsReadOnly, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_System_Net_Security_SslApplicationProtocol__BinarySearch, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_System_Net_Security_SslApplicationProtocol__BinarySearch_1, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol item, IComparer_1_System_Net_Security_SslApplicationProtocol_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_System_Net_Security_SslApplicationProtocol__BinarySearch_2, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, int32_t index, int32_t count, SslApplicationProtocol item, IComparer_1_System_Net_Security_SslApplicationProtocol_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_System_Net_Security_SslApplicationProtocol__Clear, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_System_Net_Security_SslApplicationProtocol__Contains, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_Net_Security_SslApplicationProtocol__CopyTo, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_Net_Security_SslApplicationProtocol__CopyTo_1, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_Net_Security_SslApplicationProtocol__EnsureCapacity, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_Net_Security_SslApplicationProtocol__Exists, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, Predicate_1_System_Net_Security_SslApplicationProtocol_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, SslApplicationProtocol, List_1_System_Net_Security_SslApplicationProtocol__Find, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, Predicate_1_System_Net_Security_SslApplicationProtocol_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_System_Net_Security_SslApplicationProtocol_ *, List_1_System_Net_Security_SslApplicationProtocol__FindAll, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, Predicate_1_System_Net_Security_SslApplicationProtocol_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_Net_Security_SslApplicationProtocol__FindIndex, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, Predicate_1_System_Net_Security_SslApplicationProtocol_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_System_Net_Security_SslApplicationProtocol__FindIndex_1, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, int32_t startIndex, int32_t count, Predicate_1_System_Net_Security_SslApplicationProtocol_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_System_Net_Security_SslApplicationProtocol__ForEach, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, Action_1_System_Net_Security_SslApplicationProtocol_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_System_Net_Security_SslApplicationProtocol_, List_1_System_Net_Security_SslApplicationProtocol__GetEnumerator, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_System_Net_Security_SslApplicationProtocol__IndexOf, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_System_Net_Security_SslApplicationProtocol__Insert, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, int32_t index, SslApplicationProtocol item, MethodInfo * method)); DO_APP_FUNC(0x017F4120, void, List_1_System_Net_Security_SslApplicationProtocol__InsertRange, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, int32_t index, IEnumerable_1_System_Net_Security_SslApplicationProtocol_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_System_Net_Security_SslApplicationProtocol__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_System_Net_Security_SslApplicationProtocol__Remove, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_System_Net_Security_SslApplicationProtocol__RemoveAll, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, Predicate_1_System_Net_Security_SslApplicationProtocol_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_System_Net_Security_SslApplicationProtocol__RemoveAt, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_System_Net_Security_SslApplicationProtocol__RemoveRange, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_Net_Security_SslApplicationProtocol__Reverse, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_Net_Security_SslApplicationProtocol__Reverse_1, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_Net_Security_SslApplicationProtocol__Sort, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_Net_Security_SslApplicationProtocol__Sort_1, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, Comparison_1_System_Net_Security_SslApplicationProtocol_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_Net_Security_SslApplicationProtocol__Sort_2, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, IComparer_1_System_Net_Security_SslApplicationProtocol_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_Net_Security_SslApplicationProtocol__Sort_3, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, int32_t index, int32_t count, IComparer_1_System_Net_Security_SslApplicationProtocol_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Net_Security_SslApplicationProtocol__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_System_Net_Security_SslApplicationProtocol_ *, List_1_System_Net_Security_SslApplicationProtocol__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_Net_Security_SslApplicationProtocol__System_Collections_ICollection_CopyTo, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Net_Security_SslApplicationProtocol__System_Collections_ICollection_get_IsSynchronized, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017F4070, Object *, List_1_System_Net_Security_SslApplicationProtocol__System_Collections_ICollection_get_SyncRoot, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_System_Net_Security_SslApplicationProtocol__System_Collections_IEnumerable_GetEnumerator, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_System_Net_Security_SslApplicationProtocol__System_Collections_IList_Add, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_System_Net_Security_SslApplicationProtocol__System_Collections_IList_Contains, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_System_Net_Security_SslApplicationProtocol__System_Collections_IList_IndexOf, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_System_Net_Security_SslApplicationProtocol__System_Collections_IList_Insert, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_System_Net_Security_SslApplicationProtocol__System_Collections_IList_Remove, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Net_Security_SslApplicationProtocol__System_Collections_IList_get_IsFixedSize, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Net_Security_SslApplicationProtocol__System_Collections_IList_get_IsReadOnly, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_System_Net_Security_SslApplicationProtocol__System_Collections_IList_get_Item, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_System_Net_Security_SslApplicationProtocol__System_Collections_IList_set_Item, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, SslApplicationProtocol__Array *, List_1_System_Net_Security_SslApplicationProtocol__ToArray, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_System_Net_Security_SslApplicationProtocol__TrimExcess, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_Net_Security_SslApplicationProtocol__get_Capacity, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_Net_Security_SslApplicationProtocol__get_Count, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, SslApplicationProtocol, List_1_System_Net_Security_SslApplicationProtocol__get_Item, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_System_Net_Security_SslApplicationProtocol__set_Capacity, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_System_Net_Security_SslApplicationProtocol__set_Item, (List_1_System_Net_Security_SslApplicationProtocol_ * __this, int32_t index, SslApplicationProtocol value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Steamworks_SteamItemDef_t___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Steamworks_SteamItemDef_t___ctor, (List_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4910, List_1_Steamworks_SteamItemDef_t___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Steamworks_SteamItemDef_t___ctor_1, (List_1_Steamworks_SteamItemDef_t_ * __this, IEnumerable_1_Steamworks_SteamItemDef_t_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Steamworks_SteamItemDef_t___ctor_2, (List_1_Steamworks_SteamItemDef_t_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x003EAE30, void, List_1_Steamworks_SteamItemDef_t__Add, (List_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t item, MethodInfo * method)); DO_APP_FUNC(0x017F4B80, void, List_1_Steamworks_SteamItemDef_t__AddEnumerable, (List_1_Steamworks_SteamItemDef_t_ * __this, IEnumerable_1_Steamworks_SteamItemDef_t_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Steamworks_SteamItemDef_t__AddRange, (List_1_Steamworks_SteamItemDef_t_ * __this, IEnumerable_1_Steamworks_SteamItemDef_t_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4C38, List_1_Steamworks_SteamItemDef_t__AddRange__MethodInfo); DO_APP_FUNC(0x017B7FD0, void, List_1_Steamworks_SteamItemDef_t__AddWithResize, (List_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ *, List_1_Steamworks_SteamItemDef_t__AsReadOnly, (List_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B81A0, int32_t, List_1_Steamworks_SteamItemDef_t__BinarySearch, (List_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t item, MethodInfo * method)); DO_APP_FUNC(0x017B8220, int32_t, List_1_Steamworks_SteamItemDef_t__BinarySearch_1, (List_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t item, IComparer_1_Steamworks_SteamItemDef_t_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_Steamworks_SteamItemDef_t__BinarySearch_2, (List_1_Steamworks_SteamItemDef_t_ * __this, int32_t index, int32_t count, SteamItemDef_t item, IComparer_1_Steamworks_SteamItemDef_t_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_Steamworks_SteamItemDef_t__Clear, (List_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E360, bool, List_1_Steamworks_SteamItemDef_t__Contains, (List_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4940, List_1_Steamworks_SteamItemDef_t__Contains__MethodInfo); DO_APP_FUNC(0x01794FA0, void, List_1_Steamworks_SteamItemDef_t__CopyTo, (List_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Steamworks_SteamItemDef_t__CopyTo_1, (List_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Steamworks_SteamItemDef_t__EnsureCapacity, (List_1_Steamworks_SteamItemDef_t_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Steamworks_SteamItemDef_t__Exists, (List_1_Steamworks_SteamItemDef_t_ * __this, Predicate_1_Steamworks_SteamItemDef_t_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B83D0, SteamItemDef_t, List_1_Steamworks_SteamItemDef_t__Find, (List_1_Steamworks_SteamItemDef_t_ * __this, Predicate_1_Steamworks_SteamItemDef_t_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5008, List_1_Steamworks_SteamItemDef_t__Find__MethodInfo); DO_APP_FUNC(0x017B84A0, List_1_Steamworks_SteamItemDef_t_ *, List_1_Steamworks_SteamItemDef_t__FindAll, (List_1_Steamworks_SteamItemDef_t_ * __this, Predicate_1_Steamworks_SteamItemDef_t_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Steamworks_SteamItemDef_t__FindIndex, (List_1_Steamworks_SteamItemDef_t_ * __this, Predicate_1_Steamworks_SteamItemDef_t_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B8600, int32_t, List_1_Steamworks_SteamItemDef_t__FindIndex_1, (List_1_Steamworks_SteamItemDef_t_ * __this, int32_t startIndex, int32_t count, Predicate_1_Steamworks_SteamItemDef_t_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B8700, void, List_1_Steamworks_SteamItemDef_t__ForEach, (List_1_Steamworks_SteamItemDef_t_ * __this, Action_1_Steamworks_SteamItemDef_t_ * action, MethodInfo * method)); DO_APP_FUNC(0x017B87C0, List_1_T_Enumerator_Steamworks_SteamItemDef_t_, List_1_Steamworks_SteamItemDef_t__GetEnumerator, (List_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2F10, List_1_Steamworks_SteamItemDef_t__GetEnumerator__MethodInfo); DO_APP_FUNC(0x0179EA30, int32_t, List_1_Steamworks_SteamItemDef_t__IndexOf, (List_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t item, MethodInfo * method)); DO_APP_FUNC(0x017B8A50, void, List_1_Steamworks_SteamItemDef_t__Insert, (List_1_Steamworks_SteamItemDef_t_ * __this, int32_t index, SteamItemDef_t item, MethodInfo * method)); DO_APP_FUNC(0x017F4830, void, List_1_Steamworks_SteamItemDef_t__InsertRange, (List_1_Steamworks_SteamItemDef_t_ * __this, int32_t index, IEnumerable_1_Steamworks_SteamItemDef_t_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B7D60, bool, List_1_Steamworks_SteamItemDef_t__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_Steamworks_SteamItemDef_t__Remove, (List_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t item, MethodInfo * method)); DO_APP_FUNC(0x017B90C0, int32_t, List_1_Steamworks_SteamItemDef_t__RemoveAll, (List_1_Steamworks_SteamItemDef_t_ * __this, Predicate_1_Steamworks_SteamItemDef_t_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_Steamworks_SteamItemDef_t__RemoveAt, (List_1_Steamworks_SteamItemDef_t_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_Steamworks_SteamItemDef_t__RemoveRange, (List_1_Steamworks_SteamItemDef_t_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Steamworks_SteamItemDef_t__Reverse, (List_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Steamworks_SteamItemDef_t__Reverse_1, (List_1_Steamworks_SteamItemDef_t_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Steamworks_SteamItemDef_t__Sort, (List_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Steamworks_SteamItemDef_t__Sort_1, (List_1_Steamworks_SteamItemDef_t_ * __this, Comparison_1_Steamworks_SteamItemDef_t_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Steamworks_SteamItemDef_t__Sort_2, (List_1_Steamworks_SteamItemDef_t_ * __this, IComparer_1_Steamworks_SteamItemDef_t_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Steamworks_SteamItemDef_t__Sort_3, (List_1_Steamworks_SteamItemDef_t_ * __this, int32_t index, int32_t count, IComparer_1_Steamworks_SteamItemDef_t_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Steamworks_SteamItemDef_t__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8850, IEnumerator_1_Steamworks_SteamItemDef_t_ *, List_1_Steamworks_SteamItemDef_t__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Steamworks_SteamItemDef_t__System_Collections_ICollection_CopyTo, (List_1_Steamworks_SteamItemDef_t_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Steamworks_SteamItemDef_t__System_Collections_ICollection_get_IsSynchronized, (List_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017F4780, Object *, List_1_Steamworks_SteamItemDef_t__System_Collections_ICollection_get_SyncRoot, (List_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8850, IEnumerator *, List_1_Steamworks_SteamItemDef_t__System_Collections_IEnumerable_GetEnumerator, (List_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8040, int32_t, List_1_Steamworks_SteamItemDef_t__System_Collections_IList_Add, (List_1_Steamworks_SteamItemDef_t_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B82B0, bool, List_1_Steamworks_SteamItemDef_t__System_Collections_IList_Contains, (List_1_Steamworks_SteamItemDef_t_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8920, int32_t, List_1_Steamworks_SteamItemDef_t__System_Collections_IList_IndexOf, (List_1_Steamworks_SteamItemDef_t_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8B20, void, List_1_Steamworks_SteamItemDef_t__System_Collections_IList_Insert, (List_1_Steamworks_SteamItemDef_t_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8FB0, void, List_1_Steamworks_SteamItemDef_t__System_Collections_IList_Remove, (List_1_Steamworks_SteamItemDef_t_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Steamworks_SteamItemDef_t__System_Collections_IList_get_IsFixedSize, (List_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Steamworks_SteamItemDef_t__System_Collections_IList_get_IsReadOnly, (List_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B7E30, Object *, List_1_Steamworks_SteamItemDef_t__System_Collections_IList_get_Item, (List_1_Steamworks_SteamItemDef_t_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017B7EA0, void, List_1_Steamworks_SteamItemDef_t__System_Collections_IList_set_Item, (List_1_Steamworks_SteamItemDef_t_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, SteamItemDef_t__Array *, List_1_Steamworks_SteamItemDef_t__ToArray, (List_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Steamworks_SteamItemDef_t__TrimExcess, (List_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Steamworks_SteamItemDef_t__get_Capacity, (List_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Steamworks_SteamItemDef_t__get_Count, (List_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4C28, List_1_Steamworks_SteamItemDef_t__get_Count__MethodInfo); DO_APP_FUNC(0x017B7CE0, SteamItemDef_t, List_1_Steamworks_SteamItemDef_t__get_Item, (List_1_Steamworks_SteamItemDef_t_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_Steamworks_SteamItemDef_t__set_Capacity, (List_1_Steamworks_SteamItemDef_t_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017B7D20, void, List_1_Steamworks_SteamItemDef_t__set_Item, (List_1_Steamworks_SteamItemDef_t_ * __this, int32_t index, SteamItemDef_t value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Steamworks_SteamItemDetails_t___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Steamworks_SteamItemDetails_t___ctor, (List_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_Steamworks_SteamItemDetails_t___ctor_1, (List_1_Steamworks_SteamItemDetails_t_ * __this, IEnumerable_1_Steamworks_SteamItemDetails_t_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Steamworks_SteamItemDetails_t___ctor_2, (List_1_Steamworks_SteamItemDetails_t_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A6170, void, List_1_Steamworks_SteamItemDetails_t__Add, (List_1_Steamworks_SteamItemDetails_t_ * __this, SteamItemDetails_t item, MethodInfo * method)); DO_APP_FUNC(0x017F5250, void, List_1_Steamworks_SteamItemDetails_t__AddEnumerable, (List_1_Steamworks_SteamItemDetails_t_ * __this, IEnumerable_1_Steamworks_SteamItemDetails_t_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Steamworks_SteamItemDetails_t__AddRange, (List_1_Steamworks_SteamItemDetails_t_ * __this, IEnumerable_1_Steamworks_SteamItemDetails_t_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A61F0, void, List_1_Steamworks_SteamItemDetails_t__AddWithResize, (List_1_Steamworks_SteamItemDetails_t_ * __this, SteamItemDetails_t item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ *, List_1_Steamworks_SteamItemDetails_t__AsReadOnly, (List_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_Steamworks_SteamItemDetails_t__BinarySearch, (List_1_Steamworks_SteamItemDetails_t_ * __this, SteamItemDetails_t item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_Steamworks_SteamItemDetails_t__BinarySearch_1, (List_1_Steamworks_SteamItemDetails_t_ * __this, SteamItemDetails_t item, IComparer_1_Steamworks_SteamItemDetails_t_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_Steamworks_SteamItemDetails_t__BinarySearch_2, (List_1_Steamworks_SteamItemDetails_t_ * __this, int32_t index, int32_t count, SteamItemDetails_t item, IComparer_1_Steamworks_SteamItemDetails_t_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_Steamworks_SteamItemDetails_t__Clear, (List_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_Steamworks_SteamItemDetails_t__Contains, (List_1_Steamworks_SteamItemDetails_t_ * __this, SteamItemDetails_t item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Steamworks_SteamItemDetails_t__CopyTo, (List_1_Steamworks_SteamItemDetails_t_ * __this, SteamItemDetails_t__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Steamworks_SteamItemDetails_t__CopyTo_1, (List_1_Steamworks_SteamItemDetails_t_ * __this, SteamItemDetails_t__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Steamworks_SteamItemDetails_t__EnsureCapacity, (List_1_Steamworks_SteamItemDetails_t_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Steamworks_SteamItemDetails_t__Exists, (List_1_Steamworks_SteamItemDetails_t_ * __this, Predicate_1_Steamworks_SteamItemDetails_t_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, SteamItemDetails_t, List_1_Steamworks_SteamItemDetails_t__Find, (List_1_Steamworks_SteamItemDetails_t_ * __this, Predicate_1_Steamworks_SteamItemDetails_t_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_Steamworks_SteamItemDetails_t_ *, List_1_Steamworks_SteamItemDetails_t__FindAll, (List_1_Steamworks_SteamItemDetails_t_ * __this, Predicate_1_Steamworks_SteamItemDetails_t_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Steamworks_SteamItemDetails_t__FindIndex, (List_1_Steamworks_SteamItemDetails_t_ * __this, Predicate_1_Steamworks_SteamItemDetails_t_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_Steamworks_SteamItemDetails_t__FindIndex_1, (List_1_Steamworks_SteamItemDetails_t_ * __this, int32_t startIndex, int32_t count, Predicate_1_Steamworks_SteamItemDetails_t_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_Steamworks_SteamItemDetails_t__ForEach, (List_1_Steamworks_SteamItemDetails_t_ * __this, Action_1_Steamworks_SteamItemDetails_t_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_Steamworks_SteamItemDetails_t_, List_1_Steamworks_SteamItemDetails_t__GetEnumerator, (List_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_Steamworks_SteamItemDetails_t__IndexOf, (List_1_Steamworks_SteamItemDetails_t_ * __this, SteamItemDetails_t item, MethodInfo * method)); DO_APP_FUNC(0x017A6260, void, List_1_Steamworks_SteamItemDetails_t__Insert, (List_1_Steamworks_SteamItemDetails_t_ * __this, int32_t index, SteamItemDetails_t item, MethodInfo * method)); DO_APP_FUNC(0x017F4E90, void, List_1_Steamworks_SteamItemDetails_t__InsertRange, (List_1_Steamworks_SteamItemDetails_t_ * __this, int32_t index, IEnumerable_1_Steamworks_SteamItemDetails_t_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_Steamworks_SteamItemDetails_t__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_Steamworks_SteamItemDetails_t__Remove, (List_1_Steamworks_SteamItemDetails_t_ * __this, SteamItemDetails_t item, MethodInfo * method)); DO_APP_FUNC(0x017A66F0, int32_t, List_1_Steamworks_SteamItemDetails_t__RemoveAll, (List_1_Steamworks_SteamItemDetails_t_ * __this, Predicate_1_Steamworks_SteamItemDetails_t_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_Steamworks_SteamItemDetails_t__RemoveAt, (List_1_Steamworks_SteamItemDetails_t_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_Steamworks_SteamItemDetails_t__RemoveRange, (List_1_Steamworks_SteamItemDetails_t_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Steamworks_SteamItemDetails_t__Reverse, (List_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Steamworks_SteamItemDetails_t__Reverse_1, (List_1_Steamworks_SteamItemDetails_t_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Steamworks_SteamItemDetails_t__Sort, (List_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Steamworks_SteamItemDetails_t__Sort_1, (List_1_Steamworks_SteamItemDetails_t_ * __this, Comparison_1_Steamworks_SteamItemDetails_t_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Steamworks_SteamItemDetails_t__Sort_2, (List_1_Steamworks_SteamItemDetails_t_ * __this, IComparer_1_Steamworks_SteamItemDetails_t_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Steamworks_SteamItemDetails_t__Sort_3, (List_1_Steamworks_SteamItemDetails_t_ * __this, int32_t index, int32_t count, IComparer_1_Steamworks_SteamItemDetails_t_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Steamworks_SteamItemDetails_t__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_Steamworks_SteamItemDetails_t_ *, List_1_Steamworks_SteamItemDetails_t__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Steamworks_SteamItemDetails_t__System_Collections_ICollection_CopyTo, (List_1_Steamworks_SteamItemDetails_t_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Steamworks_SteamItemDetails_t__System_Collections_ICollection_get_IsSynchronized, (List_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017F4DE0, Object *, List_1_Steamworks_SteamItemDetails_t__System_Collections_ICollection_get_SyncRoot, (List_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_Steamworks_SteamItemDetails_t__System_Collections_IEnumerable_GetEnumerator, (List_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_Steamworks_SteamItemDetails_t__System_Collections_IList_Add, (List_1_Steamworks_SteamItemDetails_t_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_Steamworks_SteamItemDetails_t__System_Collections_IList_Contains, (List_1_Steamworks_SteamItemDetails_t_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_Steamworks_SteamItemDetails_t__System_Collections_IList_IndexOf, (List_1_Steamworks_SteamItemDetails_t_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_Steamworks_SteamItemDetails_t__System_Collections_IList_Insert, (List_1_Steamworks_SteamItemDetails_t_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_Steamworks_SteamItemDetails_t__System_Collections_IList_Remove, (List_1_Steamworks_SteamItemDetails_t_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Steamworks_SteamItemDetails_t__System_Collections_IList_get_IsFixedSize, (List_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Steamworks_SteamItemDetails_t__System_Collections_IList_get_IsReadOnly, (List_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_Steamworks_SteamItemDetails_t__System_Collections_IList_get_Item, (List_1_Steamworks_SteamItemDetails_t_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_Steamworks_SteamItemDetails_t__System_Collections_IList_set_Item, (List_1_Steamworks_SteamItemDetails_t_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, SteamItemDetails_t__Array *, List_1_Steamworks_SteamItemDetails_t__ToArray, (List_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Steamworks_SteamItemDetails_t__TrimExcess, (List_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Steamworks_SteamItemDetails_t__get_Capacity, (List_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Steamworks_SteamItemDetails_t__get_Count, (List_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, SteamItemDetails_t, List_1_Steamworks_SteamItemDetails_t__get_Item, (List_1_Steamworks_SteamItemDetails_t_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_Steamworks_SteamItemDetails_t__set_Capacity, (List_1_Steamworks_SteamItemDetails_t_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A6120, void, List_1_Steamworks_SteamItemDetails_t__set_Item, (List_1_Steamworks_SteamItemDetails_t_ * __this, int32_t index, SteamItemDetails_t value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_StylePropertyName___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_StylePropertyName___ctor, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F790, List_1_UnityEngine_UIElements_StylePropertyName___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_StylePropertyName___ctor_1, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, IEnumerable_1_UnityEngine_UIElements_StylePropertyName_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0408, List_1_UnityEngine_UIElements_StylePropertyName___ctor_1__MethodInfo); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_StylePropertyName___ctor_2, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179BAB0, void, List_1_UnityEngine_UIElements_StylePropertyName__Add, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F760, List_1_UnityEngine_UIElements_StylePropertyName__Add__MethodInfo); DO_APP_FUNC(0x017F5950, void, List_1_UnityEngine_UIElements_StylePropertyName__AddEnumerable, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, IEnumerable_1_UnityEngine_UIElements_StylePropertyName_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_StylePropertyName__AddRange, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, IEnumerable_1_UnityEngine_UIElements_StylePropertyName_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0448, List_1_UnityEngine_UIElements_StylePropertyName__AddRange__MethodInfo); DO_APP_FUNC(0x0179BB90, void, List_1_UnityEngine_UIElements_StylePropertyName__AddWithResize, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ *, List_1_UnityEngine_UIElements_StylePropertyName__AsReadOnly, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_UIElements_StylePropertyName__BinarySearch, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_UIElements_StylePropertyName__BinarySearch_1, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName item, IComparer_1_UnityEngine_UIElements_StylePropertyName_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_UIElements_StylePropertyName__BinarySearch_2, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, int32_t index, int32_t count, StylePropertyName item, IComparer_1_UnityEngine_UIElements_StylePropertyName_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_UIElements_StylePropertyName__Clear, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F7D0, List_1_UnityEngine_UIElements_StylePropertyName__Clear__MethodInfo); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_UIElements_StylePropertyName__Contains, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_StylePropertyName__CopyTo, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_StylePropertyName__CopyTo_1, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_StylePropertyName__EnsureCapacity, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_StylePropertyName__Exists, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, Predicate_1_UnityEngine_UIElements_StylePropertyName_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, StylePropertyName, List_1_UnityEngine_UIElements_StylePropertyName__Find, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, Predicate_1_UnityEngine_UIElements_StylePropertyName_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_UIElements_StylePropertyName_ *, List_1_UnityEngine_UIElements_StylePropertyName__FindAll, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, Predicate_1_UnityEngine_UIElements_StylePropertyName_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_StylePropertyName__FindIndex, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, Predicate_1_UnityEngine_UIElements_StylePropertyName_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_UIElements_StylePropertyName__FindIndex_1, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_StylePropertyName_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_UIElements_StylePropertyName__ForEach, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, Action_1_UnityEngine_UIElements_StylePropertyName_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_UIElements_StylePropertyName_, List_1_UnityEngine_UIElements_StylePropertyName__GetEnumerator, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB8E0, List_1_UnityEngine_UIElements_StylePropertyName__GetEnumerator__MethodInfo); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_UIElements_StylePropertyName__IndexOf, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName item, MethodInfo * method)); DO_APP_FUNC(0x0179BC50, void, List_1_UnityEngine_UIElements_StylePropertyName__Insert, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, int32_t index, StylePropertyName item, MethodInfo * method)); DO_APP_FUNC(0x017F5590, void, List_1_UnityEngine_UIElements_StylePropertyName__InsertRange, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_StylePropertyName_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_UIElements_StylePropertyName__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_UIElements_StylePropertyName__Remove, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName item, MethodInfo * method)); DO_APP_FUNC(0x0179C140, int32_t, List_1_UnityEngine_UIElements_StylePropertyName__RemoveAll, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, Predicate_1_UnityEngine_UIElements_StylePropertyName_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179C330, void, List_1_UnityEngine_UIElements_StylePropertyName__RemoveAt, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_UIElements_StylePropertyName__RemoveRange, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_StylePropertyName__Reverse, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_StylePropertyName__Reverse_1, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_StylePropertyName__Sort, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_StylePropertyName__Sort_1, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, Comparison_1_UnityEngine_UIElements_StylePropertyName_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_StylePropertyName__Sort_2, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, IComparer_1_UnityEngine_UIElements_StylePropertyName_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_StylePropertyName__Sort_3, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_StylePropertyName_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StylePropertyName__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_UIElements_StylePropertyName_ *, List_1_UnityEngine_UIElements_StylePropertyName__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_StylePropertyName__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StylePropertyName__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017F54E0, Object *, List_1_UnityEngine_UIElements_StylePropertyName__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_UIElements_StylePropertyName__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_UIElements_StylePropertyName__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_UIElements_StylePropertyName__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_UIElements_StylePropertyName__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_UIElements_StylePropertyName__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_UIElements_StylePropertyName__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StylePropertyName__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StylePropertyName__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_UIElements_StylePropertyName__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_UIElements_StylePropertyName__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, StylePropertyName__Array *, List_1_UnityEngine_UIElements_StylePropertyName__ToArray, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_StylePropertyName__TrimExcess, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_StylePropertyName__get_Capacity, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_StylePropertyName__get_Count, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB4A8, List_1_UnityEngine_UIElements_StylePropertyName__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, StylePropertyName, List_1_UnityEngine_UIElements_StylePropertyName__get_Item, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0DA0, List_1_UnityEngine_UIElements_StylePropertyName__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_StylePropertyName__set_Capacity, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179BA10, void, List_1_UnityEngine_UIElements_StylePropertyName__set_Item, (List_1_UnityEngine_UIElements_StylePropertyName_ * __this, int32_t index, StylePropertyName value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0868, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor_1, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor_2, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Add, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA08E0, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Add__MethodInfo); DO_APP_FUNC(0x017F6060, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__AddEnumerable, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__AddRange, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA08D0, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__AddRange__MethodInfo); DO_APP_FUNC(0x01794970, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__AddWithResize, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ *, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__AsReadOnly, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__BinarySearch, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__BinarySearch_1, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue item, IComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__BinarySearch_2, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, int32_t index, int32_t count, StylePropertyValue item, IComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Clear, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA08C0, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Clear__MethodInfo); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Contains, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__CopyTo, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__CopyTo_1, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__EnsureCapacity, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Exists, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Predicate_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, StylePropertyValue, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Find, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Predicate_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ *, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__FindAll, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Predicate_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__FindIndex, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Predicate_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__FindIndex_1, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__ForEach, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Action_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StylePropertyValue_, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__GetEnumerator, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__IndexOf, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Insert, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, int32_t index, StylePropertyValue item, MethodInfo * method)); DO_APP_FUNC(0x017F5CA0, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__InsertRange, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Remove, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__RemoveAll, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Predicate_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__RemoveAt, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__RemoveRange, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Reverse, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Reverse_1, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Sort, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Sort_1, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Comparison_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Sort_2, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, IComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Sort_3, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ *, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017F5BF0, Object *, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, StylePropertyValue__Array *, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__ToArray, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__TrimExcess, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__get_Capacity, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__get_Count, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA08C8, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, StylePropertyValue, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__get_Item, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0A18, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__set_Capacity, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__set_Item, (List_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, int32_t index, StylePropertyValue value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_StyleSelectorPart___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_StyleSelectorPart___ctor, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82200, List_1_UnityEngine_UIElements_StyleSelectorPart___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_StyleSelectorPart___ctor_1, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleSelectorPart_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_StyleSelectorPart___ctor_2, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A06D0, void, List_1_UnityEngine_UIElements_StyleSelectorPart__Add, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, StyleSelectorPart item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60BE8, List_1_UnityEngine_UIElements_StyleSelectorPart__Add__MethodInfo); DO_APP_FUNC(0x017F6780, void, List_1_UnityEngine_UIElements_StyleSelectorPart__AddEnumerable, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleSelectorPart_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_StyleSelectorPart__AddRange, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleSelectorPart_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A07C0, void, List_1_UnityEngine_UIElements_StyleSelectorPart__AddWithResize, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, StyleSelectorPart item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ *, List_1_UnityEngine_UIElements_StyleSelectorPart__AsReadOnly, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_UnityEngine_UIElements_StyleSelectorPart__BinarySearch, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, StyleSelectorPart item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_UnityEngine_UIElements_StyleSelectorPart__BinarySearch_1, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, StyleSelectorPart item, IComparer_1_UnityEngine_UIElements_StyleSelectorPart_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_UnityEngine_UIElements_StyleSelectorPart__BinarySearch_2, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, int32_t index, int32_t count, StyleSelectorPart item, IComparer_1_UnityEngine_UIElements_StyleSelectorPart_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_UIElements_StyleSelectorPart__Clear, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C821A0, List_1_UnityEngine_UIElements_StyleSelectorPart__Clear__MethodInfo); DO_APP_FUNC(0x0179A250, bool, List_1_UnityEngine_UIElements_StyleSelectorPart__Contains, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, StyleSelectorPart item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_StyleSelectorPart__CopyTo, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, StyleSelectorPart__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_StyleSelectorPart__CopyTo_1, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, StyleSelectorPart__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_StyleSelectorPart__EnsureCapacity, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_StyleSelectorPart__Exists, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, Predicate_1_UnityEngine_UIElements_StyleSelectorPart_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, StyleSelectorPart, List_1_UnityEngine_UIElements_StyleSelectorPart__Find, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, Predicate_1_UnityEngine_UIElements_StyleSelectorPart_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_UnityEngine_UIElements_StyleSelectorPart_ *, List_1_UnityEngine_UIElements_StyleSelectorPart__FindAll, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, Predicate_1_UnityEngine_UIElements_StyleSelectorPart_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_StyleSelectorPart__FindIndex, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, Predicate_1_UnityEngine_UIElements_StyleSelectorPart_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_UnityEngine_UIElements_StyleSelectorPart__FindIndex_1, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_StyleSelectorPart_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_UnityEngine_UIElements_StyleSelectorPart__ForEach, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, Action_1_UnityEngine_UIElements_StyleSelectorPart_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_UnityEngine_UIElements_StyleSelectorPart_, List_1_UnityEngine_UIElements_StyleSelectorPart__GetEnumerator, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_UnityEngine_UIElements_StyleSelectorPart__IndexOf, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, StyleSelectorPart item, MethodInfo * method)); DO_APP_FUNC(0x017A0890, void, List_1_UnityEngine_UIElements_StyleSelectorPart__Insert, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, int32_t index, StyleSelectorPart item, MethodInfo * method)); DO_APP_FUNC(0x017F63B0, void, List_1_UnityEngine_UIElements_StyleSelectorPart__InsertRange, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_StyleSelectorPart_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_UnityEngine_UIElements_StyleSelectorPart__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_UnityEngine_UIElements_StyleSelectorPart__Remove, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, StyleSelectorPart item, MethodInfo * method)); DO_APP_FUNC(0x017A0DA0, int32_t, List_1_UnityEngine_UIElements_StyleSelectorPart__RemoveAll, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, Predicate_1_UnityEngine_UIElements_StyleSelectorPart_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A0F80, void, List_1_UnityEngine_UIElements_StyleSelectorPart__RemoveAt, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_UIElements_StyleSelectorPart__RemoveRange, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_StyleSelectorPart__Reverse, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_StyleSelectorPart__Reverse_1, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_StyleSelectorPart__Sort, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_StyleSelectorPart__Sort_1, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, Comparison_1_UnityEngine_UIElements_StyleSelectorPart_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_StyleSelectorPart__Sort_2, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, IComparer_1_UnityEngine_UIElements_StyleSelectorPart_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_StyleSelectorPart__Sort_3, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_StyleSelectorPart_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_UnityEngine_UIElements_StyleSelectorPart_ *, List_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017F6300, Object *, List_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, StyleSelectorPart__Array *, List_1_UnityEngine_UIElements_StyleSelectorPart__ToArray, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C821B8, List_1_UnityEngine_UIElements_StyleSelectorPart__ToArray__MethodInfo); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_StyleSelectorPart__TrimExcess, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_StyleSelectorPart__get_Capacity, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_StyleSelectorPart__get_Count, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C821C8, List_1_UnityEngine_UIElements_StyleSelectorPart__get_Count__MethodInfo); DO_APP_FUNC(0x01799950, StyleSelectorPart, List_1_UnityEngine_UIElements_StyleSelectorPart__get_Item, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_StyleSelectorPart__set_Capacity, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A0620, void, List_1_UnityEngine_UIElements_StyleSelectorPart__set_Item, (List_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, int32_t index, StyleSelectorPart value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken___ctor, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FD50, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken___ctor_1, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken___ctor_2, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017B1780, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Add, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, StyleSyntaxToken item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FDF8, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Add__MethodInfo); DO_APP_FUNC(0x017F6EA0, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__AddEnumerable, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__AddRange, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B1870, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__AddWithResize, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, StyleSyntaxToken item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ *, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__AsReadOnly, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__BinarySearch, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, StyleSyntaxToken item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__BinarySearch_1, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, StyleSyntaxToken item, IComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__BinarySearch_2, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, int32_t index, int32_t count, StyleSyntaxToken item, IComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Clear, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FE00, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Clear__MethodInfo); DO_APP_FUNC(0x0179A250, bool, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Contains, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, StyleSyntaxToken item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__CopyTo, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, StyleSyntaxToken__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__CopyTo_1, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, StyleSyntaxToken__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__EnsureCapacity, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Exists, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, Predicate_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, StyleSyntaxToken, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Find, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, Predicate_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ *, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__FindAll, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, Predicate_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__FindIndex, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, Predicate_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__FindIndex_1, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__ForEach, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, Action_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__GetEnumerator, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__IndexOf, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, StyleSyntaxToken item, MethodInfo * method)); DO_APP_FUNC(0x017B1940, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Insert, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, int32_t index, StyleSyntaxToken item, MethodInfo * method)); DO_APP_FUNC(0x017F6AD0, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__InsertRange, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Remove, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, StyleSyntaxToken item, MethodInfo * method)); DO_APP_FUNC(0x017B1E50, int32_t, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__RemoveAll, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, Predicate_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B2030, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__RemoveAt, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__RemoveRange, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Reverse, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Reverse_1, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Sort, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Sort_1, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, Comparison_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Sort_2, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, IComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Sort_3, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ *, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017F6A20, Object *, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, StyleSyntaxToken__Array *, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__ToArray, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__TrimExcess, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__get_Capacity, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__get_Count, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FDC8, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__get_Count__MethodInfo); DO_APP_FUNC(0x01799950, StyleSyntaxToken, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__get_Item, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FDD0, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__set_Capacity, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017B16D0, void, List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__set_Item, (List_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, int32_t index, StyleSyntaxToken value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue___ctor, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB3C8, List_1_UnityEngine_UIElements_StyleSheets_StyleValue___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue___ctor_1, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue___ctor_2, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017C76C0, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__Add, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, StyleValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB3A8, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__Add__MethodInfo); DO_APP_FUNC(0x017F75C0, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__AddEnumerable, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__AddRange, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017C7750, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__AddWithResize, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, StyleValue item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ *, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__AsReadOnly, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__BinarySearch, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, StyleValue item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__BinarySearch_1, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, StyleValue item, IComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__BinarySearch_2, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, int32_t index, int32_t count, StyleValue item, IComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__Clear, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A250, bool, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__Contains, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, StyleValue item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__CopyTo, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, StyleValue__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__CopyTo_1, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, StyleValue__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__EnsureCapacity, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__Exists, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, Predicate_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, StyleValue, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__Find, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, Predicate_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ *, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__FindAll, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, Predicate_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__FindIndex, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, Predicate_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__FindIndex_1, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__ForEach, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, Action_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValue_, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__GetEnumerator, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BD80, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__GetEnumerator__MethodInfo); DO_APP_FUNC(0x0179AA30, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__IndexOf, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, StyleValue item, MethodInfo * method)); DO_APP_FUNC(0x017C77D0, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__Insert, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, int32_t index, StyleValue item, MethodInfo * method)); DO_APP_FUNC(0x017F71F0, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__InsertRange, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__Remove, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, StyleValue item, MethodInfo * method)); DO_APP_FUNC(0x017C7C80, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__RemoveAll, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, Predicate_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__RemoveAt, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB3B0, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__RemoveAt__MethodInfo); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__RemoveRange, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__Reverse, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__Reverse_1, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__Sort, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__Sort_1, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__Sort_2, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, IComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__Sort_3, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue_ *, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017F7140, Object *, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, StyleValue__Array *, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__ToArray, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__TrimExcess, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__get_Capacity, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__get_Count, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB398, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__get_Count__MethodInfo); DO_APP_FUNC(0x01799950, StyleValue, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__get_Item, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB3A0, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__set_Capacity, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017C7660, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__set_Item, (List_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, int32_t index, StyleValue value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB3D0, List_1_UnityEngine_UIElements_StyleSheets_StyleValue__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged___ctor, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged___ctor_1, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged___ctor_2, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179BAB0, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Add, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, StyleValueManaged item, MethodInfo * method)); DO_APP_FUNC(0x017F7CD0, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__AddEnumerable, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__AddRange, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179BB90, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__AddWithResize, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, StyleValueManaged item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ *, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__AsReadOnly, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__BinarySearch, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, StyleValueManaged item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__BinarySearch_1, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, StyleValueManaged item, IComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__BinarySearch_2, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, int32_t index, int32_t count, StyleValueManaged item, IComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Clear, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Contains, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, StyleValueManaged item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__CopyTo, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, StyleValueManaged__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__CopyTo_1, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, StyleValueManaged__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__EnsureCapacity, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Exists, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, Predicate_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, StyleValueManaged, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Find, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, Predicate_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ *, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__FindAll, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, Predicate_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__FindIndex, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, Predicate_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__FindIndex_1, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__ForEach, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, Action_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StyleValueManaged_, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__GetEnumerator, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB3D8, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__GetEnumerator__MethodInfo); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__IndexOf, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, StyleValueManaged item, MethodInfo * method)); DO_APP_FUNC(0x0179BC50, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Insert, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, int32_t index, StyleValueManaged item, MethodInfo * method)); DO_APP_FUNC(0x017F7910, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__InsertRange, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Remove, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, StyleValueManaged item, MethodInfo * method)); DO_APP_FUNC(0x0179C140, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__RemoveAll, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, Predicate_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179C330, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__RemoveAt, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__RemoveRange, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Reverse, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Reverse_1, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Sort, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Sort_1, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, Comparison_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Sort_2, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, IComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Sort_3, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ *, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017F7860, Object *, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, StyleValueManaged__Array *, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__ToArray, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__TrimExcess, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__get_Capacity, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__get_Count, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, StyleValueManaged, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__get_Item, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__set_Capacity, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179BA10, void, List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__set_Item, (List_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, int32_t index, StyleValueManaged value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_StyleVariable___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_StyleVariable___ctor, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0048, List_1_UnityEngine_UIElements_StyleVariable___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_StyleVariable___ctor_1, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleVariable_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFE98, List_1_UnityEngine_UIElements_StyleVariable___ctor_1__MethodInfo); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_StyleVariable___ctor_2, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A06D0, void, List_1_UnityEngine_UIElements_StyleVariable__Add, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, StyleVariable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0028, List_1_UnityEngine_UIElements_StyleVariable__Add__MethodInfo); DO_APP_FUNC(0x017F83F0, void, List_1_UnityEngine_UIElements_StyleVariable__AddEnumerable, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleVariable_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_StyleVariable__AddRange, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleVariable_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0088, List_1_UnityEngine_UIElements_StyleVariable__AddRange__MethodInfo); DO_APP_FUNC(0x017A07C0, void, List_1_UnityEngine_UIElements_StyleVariable__AddWithResize, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, StyleVariable item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ *, List_1_UnityEngine_UIElements_StyleVariable__AsReadOnly, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_UnityEngine_UIElements_StyleVariable__BinarySearch, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, StyleVariable item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_UnityEngine_UIElements_StyleVariable__BinarySearch_1, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, StyleVariable item, IComparer_1_UnityEngine_UIElements_StyleVariable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_UnityEngine_UIElements_StyleVariable__BinarySearch_2, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, int32_t index, int32_t count, StyleVariable item, IComparer_1_UnityEngine_UIElements_StyleVariable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_UIElements_StyleVariable__Clear, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0080, List_1_UnityEngine_UIElements_StyleVariable__Clear__MethodInfo); DO_APP_FUNC(0x0179A250, bool, List_1_UnityEngine_UIElements_StyleVariable__Contains, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, StyleVariable item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_StyleVariable__CopyTo, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, StyleVariable__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_StyleVariable__CopyTo_1, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, StyleVariable__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_StyleVariable__EnsureCapacity, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_StyleVariable__Exists, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, Predicate_1_UnityEngine_UIElements_StyleVariable_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, StyleVariable, List_1_UnityEngine_UIElements_StyleVariable__Find, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, Predicate_1_UnityEngine_UIElements_StyleVariable_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_UnityEngine_UIElements_StyleVariable_ *, List_1_UnityEngine_UIElements_StyleVariable__FindAll, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, Predicate_1_UnityEngine_UIElements_StyleVariable_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_StyleVariable__FindIndex, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, Predicate_1_UnityEngine_UIElements_StyleVariable_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_UnityEngine_UIElements_StyleVariable__FindIndex_1, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_StyleVariable_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_UnityEngine_UIElements_StyleVariable__ForEach, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, Action_1_UnityEngine_UIElements_StyleVariable_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_UnityEngine_UIElements_StyleVariable_, List_1_UnityEngine_UIElements_StyleVariable__GetEnumerator, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_UnityEngine_UIElements_StyleVariable__IndexOf, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, StyleVariable item, MethodInfo * method)); DO_APP_FUNC(0x017A0890, void, List_1_UnityEngine_UIElements_StyleVariable__Insert, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, int32_t index, StyleVariable item, MethodInfo * method)); DO_APP_FUNC(0x017F8020, void, List_1_UnityEngine_UIElements_StyleVariable__InsertRange, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_StyleVariable_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_UnityEngine_UIElements_StyleVariable__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_UnityEngine_UIElements_StyleVariable__Remove, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, StyleVariable item, MethodInfo * method)); DO_APP_FUNC(0x017A0DA0, int32_t, List_1_UnityEngine_UIElements_StyleVariable__RemoveAll, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, Predicate_1_UnityEngine_UIElements_StyleVariable_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A0F80, void, List_1_UnityEngine_UIElements_StyleVariable__RemoveAt, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_UIElements_StyleVariable__RemoveRange, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_StyleVariable__Reverse, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_StyleVariable__Reverse_1, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_StyleVariable__Sort, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_StyleVariable__Sort_1, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, Comparison_1_UnityEngine_UIElements_StyleVariable_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_StyleVariable__Sort_2, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, IComparer_1_UnityEngine_UIElements_StyleVariable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_StyleVariable__Sort_3, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_StyleVariable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StyleVariable__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_UnityEngine_UIElements_StyleVariable_ *, List_1_UnityEngine_UIElements_StyleVariable__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_StyleVariable__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StyleVariable__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017F7F70, Object *, List_1_UnityEngine_UIElements_StyleVariable__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_UnityEngine_UIElements_StyleVariable__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_UnityEngine_UIElements_StyleVariable__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_UnityEngine_UIElements_StyleVariable__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_UnityEngine_UIElements_StyleVariable__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_UnityEngine_UIElements_StyleVariable__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_UnityEngine_UIElements_StyleVariable__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StyleVariable__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_StyleVariable__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_UnityEngine_UIElements_StyleVariable__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_UnityEngine_UIElements_StyleVariable__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, StyleVariable__Array *, List_1_UnityEngine_UIElements_StyleVariable__ToArray, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_StyleVariable__TrimExcess, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_StyleVariable__get_Capacity, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_StyleVariable__get_Count, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0008, List_1_UnityEngine_UIElements_StyleVariable__get_Count__MethodInfo); DO_APP_FUNC(0x01799950, StyleVariable, List_1_UnityEngine_UIElements_StyleVariable__get_Item, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFE88, List_1_UnityEngine_UIElements_StyleVariable__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_StyleVariable__set_Capacity, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A0620, void, List_1_UnityEngine_UIElements_StyleVariable__set_Item, (List_1_UnityEngine_UIElements_StyleVariable_ * __this, int32_t index, StyleVariable value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Rendering_SubMeshDescriptor___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Rendering_SubMeshDescriptor___ctor, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Rendering_SubMeshDescriptor___ctor_1, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, IEnumerable_1_UnityEngine_Rendering_SubMeshDescriptor_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Rendering_SubMeshDescriptor___ctor_2, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017F87B0, void, List_1_UnityEngine_Rendering_SubMeshDescriptor__Add, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, SubMeshDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x017F8F30, void, List_1_UnityEngine_Rendering_SubMeshDescriptor__AddEnumerable, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, IEnumerable_1_UnityEngine_Rendering_SubMeshDescriptor_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Rendering_SubMeshDescriptor__AddRange, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, IEnumerable_1_UnityEngine_Rendering_SubMeshDescriptor_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017F8850, void, List_1_UnityEngine_Rendering_SubMeshDescriptor__AddWithResize, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, SubMeshDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ *, List_1_UnityEngine_Rendering_SubMeshDescriptor__AsReadOnly, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C1CE0, int32_t, List_1_UnityEngine_Rendering_SubMeshDescriptor__BinarySearch, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, SubMeshDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x017C1D80, int32_t, List_1_UnityEngine_Rendering_SubMeshDescriptor__BinarySearch_1, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, SubMeshDescriptor item, IComparer_1_UnityEngine_Rendering_SubMeshDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017C1C20, int32_t, List_1_UnityEngine_Rendering_SubMeshDescriptor__BinarySearch_2, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, int32_t index, int32_t count, SubMeshDescriptor item, IComparer_1_UnityEngine_Rendering_SubMeshDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_Rendering_SubMeshDescriptor__Clear, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C1E30, bool, List_1_UnityEngine_Rendering_SubMeshDescriptor__Contains, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, SubMeshDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Rendering_SubMeshDescriptor__CopyTo, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, SubMeshDescriptor__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Rendering_SubMeshDescriptor__CopyTo_1, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, SubMeshDescriptor__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Rendering_SubMeshDescriptor__EnsureCapacity, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Rendering_SubMeshDescriptor__Exists, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, Predicate_1_UnityEngine_Rendering_SubMeshDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C1FE0, SubMeshDescriptor, List_1_UnityEngine_Rendering_SubMeshDescriptor__Find, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, Predicate_1_UnityEngine_Rendering_SubMeshDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C2110, List_1_UnityEngine_Rendering_SubMeshDescriptor_ *, List_1_UnityEngine_Rendering_SubMeshDescriptor__FindAll, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, Predicate_1_UnityEngine_Rendering_SubMeshDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Rendering_SubMeshDescriptor__FindIndex, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, Predicate_1_UnityEngine_Rendering_SubMeshDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C22B0, int32_t, List_1_UnityEngine_Rendering_SubMeshDescriptor__FindIndex_1, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Rendering_SubMeshDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x017C23E0, void, List_1_UnityEngine_Rendering_SubMeshDescriptor__ForEach, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, Action_1_UnityEngine_Rendering_SubMeshDescriptor_ * action, MethodInfo * method)); DO_APP_FUNC(0x017C24C0, List_1_T_Enumerator_UnityEngine_Rendering_SubMeshDescriptor_, List_1_UnityEngine_Rendering_SubMeshDescriptor__GetEnumerator, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C2680, int32_t, List_1_UnityEngine_Rendering_SubMeshDescriptor__IndexOf, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, SubMeshDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x017F88E0, void, List_1_UnityEngine_Rendering_SubMeshDescriptor__Insert, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, int32_t index, SubMeshDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x017F89C0, void, List_1_UnityEngine_Rendering_SubMeshDescriptor__InsertRange, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, int32_t index, IEnumerable_1_UnityEngine_Rendering_SubMeshDescriptor_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017C1600, bool, List_1_UnityEngine_Rendering_SubMeshDescriptor__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017C2E30, bool, List_1_UnityEngine_Rendering_SubMeshDescriptor__Remove, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, SubMeshDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x017F8D30, int32_t, List_1_UnityEngine_Rendering_SubMeshDescriptor__RemoveAll, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, Predicate_1_UnityEngine_Rendering_SubMeshDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_Rendering_SubMeshDescriptor__RemoveAt, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_Rendering_SubMeshDescriptor__RemoveRange, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Rendering_SubMeshDescriptor__Reverse, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Rendering_SubMeshDescriptor__Reverse_1, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Rendering_SubMeshDescriptor__Sort, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Rendering_SubMeshDescriptor__Sort_1, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, Comparison_1_UnityEngine_Rendering_SubMeshDescriptor_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Rendering_SubMeshDescriptor__Sort_2, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, IComparer_1_UnityEngine_Rendering_SubMeshDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Rendering_SubMeshDescriptor__Sort_3, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Rendering_SubMeshDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C2570, IEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor_ *, List_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017F8690, Object *, List_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C2570, IEnumerator *, List_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C1AA0, int32_t, List_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IList_Add, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017C1EA0, bool, List_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IList_Contains, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017C26F0, int32_t, List_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IList_IndexOf, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017C2970, void, List_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IList_Insert, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017C2ED0, void, List_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IList_Remove, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017C16E0, Object *, List_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IList_get_Item, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017C1770, void, List_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IList_set_Item, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, SubMeshDescriptor__Array *, List_1_UnityEngine_Rendering_SubMeshDescriptor__ToArray, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Rendering_SubMeshDescriptor__TrimExcess, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Rendering_SubMeshDescriptor__get_Capacity, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Rendering_SubMeshDescriptor__get_Count, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC98A0, List_1_UnityEngine_Rendering_SubMeshDescriptor__get_Count__MethodInfo); DO_APP_FUNC(0x017C14E0, SubMeshDescriptor, List_1_UnityEngine_Rendering_SubMeshDescriptor__get_Item, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Rendering_SubMeshDescriptor__set_Capacity, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017F8740, void, List_1_UnityEngine_Rendering_SubMeshDescriptor__set_Item, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, int32_t index, SubMeshDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_InputSystem_Utilities_Substring___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_InputSystem_Utilities_Substring___ctor, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_InputSystem_Utilities_Substring___ctor_1, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_Substring_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_InputSystem_Utilities_Substring___ctor_2, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_UnityEngine_InputSystem_Utilities_Substring__Add, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring item, MethodInfo * method)); DO_APP_FUNC(0x017F9650, void, List_1_UnityEngine_InputSystem_Utilities_Substring__AddEnumerable, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_Substring_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_InputSystem_Utilities_Substring__AddRange, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_Substring_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_UnityEngine_InputSystem_Utilities_Substring__AddWithResize, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ *, List_1_UnityEngine_InputSystem_Utilities_Substring__AsReadOnly, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_InputSystem_Utilities_Substring__BinarySearch, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_InputSystem_Utilities_Substring__BinarySearch_1, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring item, IComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_InputSystem_Utilities_Substring__BinarySearch_2, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, int32_t index, int32_t count, Substring item, IComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_InputSystem_Utilities_Substring__Clear, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_InputSystem_Utilities_Substring__Contains, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_InputSystem_Utilities_Substring__CopyTo, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_InputSystem_Utilities_Substring__CopyTo_1, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_InputSystem_Utilities_Substring__EnsureCapacity, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_InputSystem_Utilities_Substring__Exists, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Predicate_1_UnityEngine_InputSystem_Utilities_Substring_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, Substring, List_1_UnityEngine_InputSystem_Utilities_Substring__Find, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Predicate_1_UnityEngine_InputSystem_Utilities_Substring_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_InputSystem_Utilities_Substring_ *, List_1_UnityEngine_InputSystem_Utilities_Substring__FindAll, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Predicate_1_UnityEngine_InputSystem_Utilities_Substring_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_InputSystem_Utilities_Substring__FindIndex, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Predicate_1_UnityEngine_InputSystem_Utilities_Substring_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_InputSystem_Utilities_Substring__FindIndex_1, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_InputSystem_Utilities_Substring_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_InputSystem_Utilities_Substring__ForEach, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Action_1_UnityEngine_InputSystem_Utilities_Substring_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_Substring_, List_1_UnityEngine_InputSystem_Utilities_Substring__GetEnumerator, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_InputSystem_Utilities_Substring__IndexOf, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_UnityEngine_InputSystem_Utilities_Substring__Insert, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, int32_t index, Substring item, MethodInfo * method)); DO_APP_FUNC(0x017F9290, void, List_1_UnityEngine_InputSystem_Utilities_Substring__InsertRange, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, int32_t index, IEnumerable_1_UnityEngine_InputSystem_Utilities_Substring_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_InputSystem_Utilities_Substring__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_InputSystem_Utilities_Substring__Remove, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_UnityEngine_InputSystem_Utilities_Substring__RemoveAll, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Predicate_1_UnityEngine_InputSystem_Utilities_Substring_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_UnityEngine_InputSystem_Utilities_Substring__RemoveAt, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_InputSystem_Utilities_Substring__RemoveRange, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_InputSystem_Utilities_Substring__Reverse, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_InputSystem_Utilities_Substring__Reverse_1, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_InputSystem_Utilities_Substring__Sort, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_InputSystem_Utilities_Substring__Sort_1, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Comparison_1_UnityEngine_InputSystem_Utilities_Substring_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_InputSystem_Utilities_Substring__Sort_2, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, IComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_InputSystem_Utilities_Substring__Sort_3, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_InputSystem_Utilities_Substring_ *, List_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017F91E0, Object *, List_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IList_Add, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IList_Contains, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IList_IndexOf, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IList_Insert, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IList_Remove, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IList_get_Item, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IList_set_Item, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Substring__Array *, List_1_UnityEngine_InputSystem_Utilities_Substring__ToArray, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_InputSystem_Utilities_Substring__TrimExcess, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_InputSystem_Utilities_Substring__get_Capacity, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_InputSystem_Utilities_Substring__get_Count, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, Substring, List_1_UnityEngine_InputSystem_Utilities_Substring__get_Item, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_InputSystem_Utilities_Substring__set_Capacity, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_UnityEngine_InputSystem_Utilities_Substring__set_Item, (List_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, int32_t index, Substring value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_TimeSpan___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_TimeSpan___ctor, (List_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_System_TimeSpan___ctor_1, (List_1_System_TimeSpan_ * __this, IEnumerable_1_System_TimeSpan_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_TimeSpan___ctor_2, (List_1_System_TimeSpan_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179DF80, void, List_1_System_TimeSpan__Add, (List_1_System_TimeSpan_ * __this, TimeSpan item, MethodInfo * method)); DO_APP_FUNC(0x017F9CF0, void, List_1_System_TimeSpan__AddEnumerable, (List_1_System_TimeSpan_ * __this, IEnumerable_1_System_TimeSpan_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_TimeSpan__AddRange, (List_1_System_TimeSpan_ * __this, IEnumerable_1_System_TimeSpan_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179DFE0, void, List_1_System_TimeSpan__AddWithResize, (List_1_System_TimeSpan_ * __this, TimeSpan item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_TimeSpan_ *, List_1_System_TimeSpan__AsReadOnly, (List_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E240, int32_t, List_1_System_TimeSpan__BinarySearch, (List_1_System_TimeSpan_ * __this, TimeSpan item, MethodInfo * method)); DO_APP_FUNC(0x0179E2C0, int32_t, List_1_System_TimeSpan__BinarySearch_1, (List_1_System_TimeSpan_ * __this, TimeSpan item, IComparer_1_System_TimeSpan_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_System_TimeSpan__BinarySearch_2, (List_1_System_TimeSpan_ * __this, int32_t index, int32_t count, TimeSpan item, IComparer_1_System_TimeSpan_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_System_TimeSpan__Clear, (List_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E360, bool, List_1_System_TimeSpan__Contains, (List_1_System_TimeSpan_ * __this, TimeSpan item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_TimeSpan__CopyTo, (List_1_System_TimeSpan_ * __this, TimeSpan__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_TimeSpan__CopyTo_1, (List_1_System_TimeSpan_ * __this, TimeSpan__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_TimeSpan__EnsureCapacity, (List_1_System_TimeSpan_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_TimeSpan__Exists, (List_1_System_TimeSpan_ * __this, Predicate_1_TimeSpan_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E4E0, TimeSpan, List_1_System_TimeSpan__Find, (List_1_System_TimeSpan_ * __this, Predicate_1_TimeSpan_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E5B0, List_1_System_TimeSpan_ *, List_1_System_TimeSpan__FindAll, (List_1_System_TimeSpan_ * __this, Predicate_1_TimeSpan_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_TimeSpan__FindIndex, (List_1_System_TimeSpan_ * __this, Predicate_1_TimeSpan_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E710, int32_t, List_1_System_TimeSpan__FindIndex_1, (List_1_System_TimeSpan_ * __this, int32_t startIndex, int32_t count, Predicate_1_TimeSpan_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E810, void, List_1_System_TimeSpan__ForEach, (List_1_System_TimeSpan_ * __this, Action_1_TimeSpan_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179E8D0, List_1_T_Enumerator_System_TimeSpan_, List_1_System_TimeSpan__GetEnumerator, (List_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179EA30, int32_t, List_1_System_TimeSpan__IndexOf, (List_1_System_TimeSpan_ * __this, TimeSpan item, MethodInfo * method)); DO_APP_FUNC(0x0179EBB0, void, List_1_System_TimeSpan__Insert, (List_1_System_TimeSpan_ * __this, int32_t index, TimeSpan item, MethodInfo * method)); DO_APP_FUNC(0x017F99A0, void, List_1_System_TimeSpan__InsertRange, (List_1_System_TimeSpan_ * __this, int32_t index, IEnumerable_1_System_TimeSpan_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179DD10, bool, List_1_System_TimeSpan__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_System_TimeSpan__Remove, (List_1_System_TimeSpan_ * __this, TimeSpan item, MethodInfo * method)); DO_APP_FUNC(0x0179F2A0, int32_t, List_1_System_TimeSpan__RemoveAll, (List_1_System_TimeSpan_ * __this, Predicate_1_TimeSpan_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_System_TimeSpan__RemoveAt, (List_1_System_TimeSpan_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_System_TimeSpan__RemoveRange, (List_1_System_TimeSpan_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_TimeSpan__Reverse, (List_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_TimeSpan__Reverse_1, (List_1_System_TimeSpan_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_TimeSpan__Sort, (List_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_TimeSpan__Sort_1, (List_1_System_TimeSpan_ * __this, Comparison_1_TimeSpan_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_TimeSpan__Sort_2, (List_1_System_TimeSpan_ * __this, IComparer_1_System_TimeSpan_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_TimeSpan__Sort_3, (List_1_System_TimeSpan_ * __this, int32_t index, int32_t count, IComparer_1_System_TimeSpan_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_TimeSpan__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator_1_System_TimeSpan_ *, List_1_System_TimeSpan__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_TimeSpan__System_Collections_ICollection_CopyTo, (List_1_System_TimeSpan_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_TimeSpan__System_Collections_ICollection_get_IsSynchronized, (List_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017F98F0, Object *, List_1_System_TimeSpan__System_Collections_ICollection_get_SyncRoot, (List_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator *, List_1_System_TimeSpan__System_Collections_IEnumerable_GetEnumerator, (List_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E050, int32_t, List_1_System_TimeSpan__System_Collections_IList_Add, (List_1_System_TimeSpan_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179E3B0, bool, List_1_System_TimeSpan__System_Collections_IList_Contains, (List_1_System_TimeSpan_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EA80, int32_t, List_1_System_TimeSpan__System_Collections_IList_IndexOf, (List_1_System_TimeSpan_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EC80, void, List_1_System_TimeSpan__System_Collections_IList_Insert, (List_1_System_TimeSpan_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179F190, void, List_1_System_TimeSpan__System_Collections_IList_Remove, (List_1_System_TimeSpan_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_TimeSpan__System_Collections_IList_get_IsFixedSize, (List_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_TimeSpan__System_Collections_IList_get_IsReadOnly, (List_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DDE0, Object *, List_1_System_TimeSpan__System_Collections_IList_get_Item, (List_1_System_TimeSpan_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179DE50, void, List_1_System_TimeSpan__System_Collections_IList_set_Item, (List_1_System_TimeSpan_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, TimeSpan__Array *, List_1_System_TimeSpan__ToArray, (List_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_System_TimeSpan__TrimExcess, (List_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_TimeSpan__get_Capacity, (List_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_TimeSpan__get_Count, (List_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DC90, TimeSpan, List_1_System_TimeSpan__get_Item, (List_1_System_TimeSpan_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_System_TimeSpan__set_Capacity, (List_1_System_TimeSpan_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179DCD0, void, List_1_System_TimeSpan__set_Item, (List_1_System_TimeSpan_ * __this, int32_t index, TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_TimeValue___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_TimeValue___ctor, (List_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EE30, List_1_UnityEngine_UIElements_TimeValue___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_TimeValue___ctor_1, (List_1_UnityEngine_UIElements_TimeValue_ * __this, IEnumerable_1_UnityEngine_UIElements_TimeValue_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB03F8, List_1_UnityEngine_UIElements_TimeValue___ctor_1__MethodInfo); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_TimeValue___ctor_2, (List_1_UnityEngine_UIElements_TimeValue_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179DF80, void, List_1_UnityEngine_UIElements_TimeValue__Add, (List_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EDF0, List_1_UnityEngine_UIElements_TimeValue__Add__MethodInfo); DO_APP_FUNC(0x017FA350, void, List_1_UnityEngine_UIElements_TimeValue__AddEnumerable, (List_1_UnityEngine_UIElements_TimeValue_ * __this, IEnumerable_1_UnityEngine_UIElements_TimeValue_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_TimeValue__AddRange, (List_1_UnityEngine_UIElements_TimeValue_ * __this, IEnumerable_1_UnityEngine_UIElements_TimeValue_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB03E8, List_1_UnityEngine_UIElements_TimeValue__AddRange__MethodInfo); DO_APP_FUNC(0x0179DFE0, void, List_1_UnityEngine_UIElements_TimeValue__AddWithResize, (List_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ *, List_1_UnityEngine_UIElements_TimeValue__AsReadOnly, (List_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E240, int32_t, List_1_UnityEngine_UIElements_TimeValue__BinarySearch, (List_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue item, MethodInfo * method)); DO_APP_FUNC(0x0179E2C0, int32_t, List_1_UnityEngine_UIElements_TimeValue__BinarySearch_1, (List_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue item, IComparer_1_UnityEngine_UIElements_TimeValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_UnityEngine_UIElements_TimeValue__BinarySearch_2, (List_1_UnityEngine_UIElements_TimeValue_ * __this, int32_t index, int32_t count, TimeValue item, IComparer_1_UnityEngine_UIElements_TimeValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_UIElements_TimeValue__Clear, (List_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0DC0, List_1_UnityEngine_UIElements_TimeValue__Clear__MethodInfo); DO_APP_FUNC(0x0179E360, bool, List_1_UnityEngine_UIElements_TimeValue__Contains, (List_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_TimeValue__CopyTo, (List_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_TimeValue__CopyTo_1, (List_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_TimeValue__EnsureCapacity, (List_1_UnityEngine_UIElements_TimeValue_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_TimeValue__Exists, (List_1_UnityEngine_UIElements_TimeValue_ * __this, Predicate_1_UnityEngine_UIElements_TimeValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E4E0, TimeValue, List_1_UnityEngine_UIElements_TimeValue__Find, (List_1_UnityEngine_UIElements_TimeValue_ * __this, Predicate_1_UnityEngine_UIElements_TimeValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E5B0, List_1_UnityEngine_UIElements_TimeValue_ *, List_1_UnityEngine_UIElements_TimeValue__FindAll, (List_1_UnityEngine_UIElements_TimeValue_ * __this, Predicate_1_UnityEngine_UIElements_TimeValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_TimeValue__FindIndex, (List_1_UnityEngine_UIElements_TimeValue_ * __this, Predicate_1_UnityEngine_UIElements_TimeValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E710, int32_t, List_1_UnityEngine_UIElements_TimeValue__FindIndex_1, (List_1_UnityEngine_UIElements_TimeValue_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_TimeValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E810, void, List_1_UnityEngine_UIElements_TimeValue__ForEach, (List_1_UnityEngine_UIElements_TimeValue_ * __this, Action_1_UnityEngine_UIElements_TimeValue_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179E8D0, List_1_T_Enumerator_UnityEngine_UIElements_TimeValue_, List_1_UnityEngine_UIElements_TimeValue__GetEnumerator, (List_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB480, List_1_UnityEngine_UIElements_TimeValue__GetEnumerator__MethodInfo); DO_APP_FUNC(0x0179EA30, int32_t, List_1_UnityEngine_UIElements_TimeValue__IndexOf, (List_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue item, MethodInfo * method)); DO_APP_FUNC(0x0179EBB0, void, List_1_UnityEngine_UIElements_TimeValue__Insert, (List_1_UnityEngine_UIElements_TimeValue_ * __this, int32_t index, TimeValue item, MethodInfo * method)); DO_APP_FUNC(0x017FA000, void, List_1_UnityEngine_UIElements_TimeValue__InsertRange, (List_1_UnityEngine_UIElements_TimeValue_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_TimeValue_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179DD10, bool, List_1_UnityEngine_UIElements_TimeValue__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_UnityEngine_UIElements_TimeValue__Remove, (List_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue item, MethodInfo * method)); DO_APP_FUNC(0x0179F2A0, int32_t, List_1_UnityEngine_UIElements_TimeValue__RemoveAll, (List_1_UnityEngine_UIElements_TimeValue_ * __this, Predicate_1_UnityEngine_UIElements_TimeValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_UIElements_TimeValue__RemoveAt, (List_1_UnityEngine_UIElements_TimeValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_UIElements_TimeValue__RemoveRange, (List_1_UnityEngine_UIElements_TimeValue_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_TimeValue__Reverse, (List_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_TimeValue__Reverse_1, (List_1_UnityEngine_UIElements_TimeValue_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_TimeValue__Sort, (List_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_TimeValue__Sort_1, (List_1_UnityEngine_UIElements_TimeValue_ * __this, Comparison_1_UnityEngine_UIElements_TimeValue_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_TimeValue__Sort_2, (List_1_UnityEngine_UIElements_TimeValue_ * __this, IComparer_1_UnityEngine_UIElements_TimeValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_TimeValue__Sort_3, (List_1_UnityEngine_UIElements_TimeValue_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_TimeValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_TimeValue__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator_1_UnityEngine_UIElements_TimeValue_ *, List_1_UnityEngine_UIElements_TimeValue__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_TimeValue__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_TimeValue_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_TimeValue__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017F9F50, Object *, List_1_UnityEngine_UIElements_TimeValue__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator *, List_1_UnityEngine_UIElements_TimeValue__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E050, int32_t, List_1_UnityEngine_UIElements_TimeValue__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_TimeValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179E3B0, bool, List_1_UnityEngine_UIElements_TimeValue__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_TimeValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EA80, int32_t, List_1_UnityEngine_UIElements_TimeValue__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_TimeValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EC80, void, List_1_UnityEngine_UIElements_TimeValue__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_TimeValue_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179F190, void, List_1_UnityEngine_UIElements_TimeValue__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_TimeValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_TimeValue__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_TimeValue__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DDE0, Object *, List_1_UnityEngine_UIElements_TimeValue__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_TimeValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179DE50, void, List_1_UnityEngine_UIElements_TimeValue__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_TimeValue_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, TimeValue__Array *, List_1_UnityEngine_UIElements_TimeValue__ToArray, (List_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_TimeValue__TrimExcess, (List_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_TimeValue__get_Capacity, (List_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_TimeValue__get_Count, (List_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB4A0, List_1_UnityEngine_UIElements_TimeValue__get_Count__MethodInfo); DO_APP_FUNC(0x0179DC90, TimeValue, List_1_UnityEngine_UIElements_TimeValue__get_Item, (List_1_UnityEngine_UIElements_TimeValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0DB0, List_1_UnityEngine_UIElements_TimeValue__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_TimeValue__set_Capacity, (List_1_UnityEngine_UIElements_TimeValue_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179DCD0, void, List_1_UnityEngine_UIElements_TimeValue__set_Item, (List_1_UnityEngine_UIElements_TimeValue_ * __this, int32_t index, TimeValue value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper___ctor, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper___ctor_1, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, IEnumerable_1_UnityEngine_UIElements_TreeViewItemWrapper_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper___ctor_2, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017B1780, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper__Add, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2C80, List_1_UnityEngine_UIElements_TreeViewItemWrapper__Add__MethodInfo); DO_APP_FUNC(0x017FAA30, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper__AddEnumerable, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, IEnumerable_1_UnityEngine_UIElements_TreeViewItemWrapper_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper__AddRange, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, IEnumerable_1_UnityEngine_UIElements_TreeViewItemWrapper_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B1870, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper__AddWithResize, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ *, List_1_UnityEngine_UIElements_TreeViewItemWrapper__AsReadOnly, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_UnityEngine_UIElements_TreeViewItemWrapper__BinarySearch, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_UnityEngine_UIElements_TreeViewItemWrapper__BinarySearch_1, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, TreeViewItemWrapper item, IComparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_UnityEngine_UIElements_TreeViewItemWrapper__BinarySearch_2, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, int32_t index, int32_t count, TreeViewItemWrapper item, IComparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper__Clear, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2CC0, List_1_UnityEngine_UIElements_TreeViewItemWrapper__Clear__MethodInfo); DO_APP_FUNC(0x0179A250, bool, List_1_UnityEngine_UIElements_TreeViewItemWrapper__Contains, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper__CopyTo, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, TreeViewItemWrapper__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper__CopyTo_1, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, TreeViewItemWrapper__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper__EnsureCapacity, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_TreeViewItemWrapper__Exists, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, Predicate_1_UnityEngine_UIElements_TreeViewItemWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, TreeViewItemWrapper, List_1_UnityEngine_UIElements_TreeViewItemWrapper__Find, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, Predicate_1_UnityEngine_UIElements_TreeViewItemWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_UnityEngine_UIElements_TreeViewItemWrapper_ *, List_1_UnityEngine_UIElements_TreeViewItemWrapper__FindAll, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, Predicate_1_UnityEngine_UIElements_TreeViewItemWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_TreeViewItemWrapper__FindIndex, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, Predicate_1_UnityEngine_UIElements_TreeViewItemWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_UnityEngine_UIElements_TreeViewItemWrapper__FindIndex_1, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_TreeViewItemWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper__ForEach, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, Action_1_UnityEngine_UIElements_TreeViewItemWrapper_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_UnityEngine_UIElements_TreeViewItemWrapper_, List_1_UnityEngine_UIElements_TreeViewItemWrapper__GetEnumerator, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_UnityEngine_UIElements_TreeViewItemWrapper__IndexOf, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC(0x017B1940, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper__Insert, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, int32_t index, TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC(0x017FA660, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper__InsertRange, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_TreeViewItemWrapper_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2CC8, List_1_UnityEngine_UIElements_TreeViewItemWrapper__InsertRange__MethodInfo); DO_APP_FUNC(0x01799A60, bool, List_1_UnityEngine_UIElements_TreeViewItemWrapper__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_UnityEngine_UIElements_TreeViewItemWrapper__Remove, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC(0x017B1E50, int32_t, List_1_UnityEngine_UIElements_TreeViewItemWrapper__RemoveAll, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, Predicate_1_UnityEngine_UIElements_TreeViewItemWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B2030, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper__RemoveAt, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper__RemoveRange, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper__Reverse, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper__Reverse_1, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper__Sort, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper__Sort_1, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, Comparison_1_UnityEngine_UIElements_TreeViewItemWrapper_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper__Sort_2, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, IComparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper__Sort_3, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper_ *, List_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017FA5B0, Object *, List_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, TreeViewItemWrapper__Array *, List_1_UnityEngine_UIElements_TreeViewItemWrapper__ToArray, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper__TrimExcess, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_TreeViewItemWrapper__get_Capacity, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_TreeViewItemWrapper__get_Count, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2CB8, List_1_UnityEngine_UIElements_TreeViewItemWrapper__get_Count__MethodInfo); DO_APP_FUNC(0x01799950, TreeViewItemWrapper, List_1_UnityEngine_UIElements_TreeViewItemWrapper__get_Item, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2CB0, List_1_UnityEngine_UIElements_TreeViewItemWrapper__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper__set_Capacity, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017B16D0, void, List_1_UnityEngine_UIElements_TreeViewItemWrapper__set_Item, (List_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, int32_t index, TreeViewItemWrapper value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper___ctor, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper___ctor_1, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, IEnumerable_1_Rewired_Utils_Classes_Data_TypeWrapper_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper___ctor_2, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C852C8, List_1_Rewired_Utils_Classes_Data_TypeWrapper___ctor_2__MethodInfo); DO_APP_FUNC(0x017FAE30, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper__Add, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, TypeWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C852E8, List_1_Rewired_Utils_Classes_Data_TypeWrapper__Add__MethodInfo); DO_APP_FUNC(0x017FB7C0, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper__AddEnumerable, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, IEnumerable_1_Rewired_Utils_Classes_Data_TypeWrapper_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper__AddRange, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, IEnumerable_1_Rewired_Utils_Classes_Data_TypeWrapper_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017FAF20, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper__AddWithResize, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, TypeWrapper item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ *, List_1_Rewired_Utils_Classes_Data_TypeWrapper__AsReadOnly, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017972F0, int32_t, List_1_Rewired_Utils_Classes_Data_TypeWrapper__BinarySearch, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, TypeWrapper item, MethodInfo * method)); DO_APP_FUNC(0x01797390, int32_t, List_1_Rewired_Utils_Classes_Data_TypeWrapper__BinarySearch_1, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, TypeWrapper item, IComparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01797240, int32_t, List_1_Rewired_Utils_Classes_Data_TypeWrapper__BinarySearch_2, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, int32_t index, int32_t count, TypeWrapper item, IComparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper__Clear, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C852D0, List_1_Rewired_Utils_Classes_Data_TypeWrapper__Clear__MethodInfo); DO_APP_FUNC(0x01797430, bool, List_1_Rewired_Utils_Classes_Data_TypeWrapper__Contains, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, TypeWrapper item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper__CopyTo, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, TypeWrapper__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper__CopyTo_1, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, TypeWrapper__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper__EnsureCapacity, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Rewired_Utils_Classes_Data_TypeWrapper__Exists, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, Predicate_1_Rewired_Utils_Classes_Data_TypeWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x017975E0, TypeWrapper, List_1_Rewired_Utils_Classes_Data_TypeWrapper__Find, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, Predicate_1_Rewired_Utils_Classes_Data_TypeWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797700, List_1_Rewired_Utils_Classes_Data_TypeWrapper_ *, List_1_Rewired_Utils_Classes_Data_TypeWrapper__FindAll, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, Predicate_1_Rewired_Utils_Classes_Data_TypeWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Rewired_Utils_Classes_Data_TypeWrapper__FindIndex, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, Predicate_1_Rewired_Utils_Classes_Data_TypeWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797890, int32_t, List_1_Rewired_Utils_Classes_Data_TypeWrapper__FindIndex_1, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, int32_t startIndex, int32_t count, Predicate_1_Rewired_Utils_Classes_Data_TypeWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x017979B0, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper__ForEach, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, Action_1_Rewired_Utils_Classes_Data_TypeWrapper_ * action, MethodInfo * method)); DO_APP_FUNC(0x01797A80, List_1_T_Enumerator_Rewired_Utils_Classes_Data_TypeWrapper_, List_1_Rewired_Utils_Classes_Data_TypeWrapper__GetEnumerator, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797C10, int32_t, List_1_Rewired_Utils_Classes_Data_TypeWrapper__IndexOf, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, TypeWrapper item, MethodInfo * method)); DO_APP_FUNC(0x017FAFF0, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper__Insert, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, int32_t index, TypeWrapper item, MethodInfo * method)); DO_APP_FUNC(0x017FB130, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper__InsertRange, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, int32_t index, IEnumerable_1_Rewired_Utils_Classes_Data_TypeWrapper_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01796D50, bool, List_1_Rewired_Utils_Classes_Data_TypeWrapper__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01798410, bool, List_1_Rewired_Utils_Classes_Data_TypeWrapper__Remove, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, TypeWrapper item, MethodInfo * method)); DO_APP_FUNC(0x017FB500, int32_t, List_1_Rewired_Utils_Classes_Data_TypeWrapper__RemoveAll, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, Predicate_1_Rewired_Utils_Classes_Data_TypeWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x017FB6E0, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper__RemoveAt, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper__RemoveRange, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper__Reverse, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper__Reverse_1, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper__Sort, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper__Sort_1, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, Comparison_1_Rewired_Utils_Classes_Data_TypeWrapper_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper__Sort_2, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, IComparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper__Sort_3, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, int32_t index, int32_t count, IComparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper_ *, List_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_ICollection_CopyTo, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_ICollection_get_IsSynchronized, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017FACD0, Object *, List_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_ICollection_get_SyncRoot, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator *, List_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IEnumerable_GetEnumerator, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017970C0, int32_t, List_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IList_Add, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017974A0, bool, List_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IList_Contains, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797C70, int32_t, List_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IList_IndexOf, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797EF0, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IList_Insert, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017984A0, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IList_Remove, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IList_get_IsFixedSize, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IList_get_IsReadOnly, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796E20, Object *, List_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IList_get_Item, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796EA0, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IList_set_Item, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, TypeWrapper__Array *, List_1_Rewired_Utils_Classes_Data_TypeWrapper__ToArray, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper__TrimExcess, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Rewired_Utils_Classes_Data_TypeWrapper__get_Capacity, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Rewired_Utils_Classes_Data_TypeWrapper__get_Count, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85318, List_1_Rewired_Utils_Classes_Data_TypeWrapper__get_Count__MethodInfo); DO_APP_FUNC(0x01796C50, TypeWrapper, List_1_Rewired_Utils_Classes_Data_TypeWrapper__get_Item, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF898, List_1_Rewired_Utils_Classes_Data_TypeWrapper__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper__set_Capacity, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017FAD80, void, List_1_Rewired_Utils_Classes_Data_TypeWrapper__set_Item, (List_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, int32_t index, TypeWrapper value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UICharInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UICharInfo___ctor, (List_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UICharInfo___ctor_1, (List_1_UnityEngine_UICharInfo_ * __this, IEnumerable_1_UnityEngine_UICharInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UICharInfo___ctor_2, (List_1_UnityEngine_UICharInfo_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE57F0, List_1_UnityEngine_UICharInfo___ctor_2__MethodInfo); DO_APP_FUNC(0x00AE89D0, void, List_1_UnityEngine_UICharInfo__Add, (List_1_UnityEngine_UICharInfo_ * __this, UICharInfo item, MethodInfo * method)); DO_APP_FUNC(0x017FBED0, void, List_1_UnityEngine_UICharInfo__AddEnumerable, (List_1_UnityEngine_UICharInfo_ * __this, IEnumerable_1_UnityEngine_UICharInfo_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UICharInfo__AddRange, (List_1_UnityEngine_UICharInfo_ * __this, IEnumerable_1_UnityEngine_UICharInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A8B90, void, List_1_UnityEngine_UICharInfo__AddWithResize, (List_1_UnityEngine_UICharInfo_ * __this, UICharInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UICharInfo_ *, List_1_UnityEngine_UICharInfo__AsReadOnly, (List_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8E40, int32_t, List_1_UnityEngine_UICharInfo__BinarySearch, (List_1_UnityEngine_UICharInfo_ * __this, UICharInfo item, MethodInfo * method)); DO_APP_FUNC(0x017A8EE0, int32_t, List_1_UnityEngine_UICharInfo__BinarySearch_1, (List_1_UnityEngine_UICharInfo_ * __this, UICharInfo item, IComparer_1_UnityEngine_UICharInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017A8D80, int32_t, List_1_UnityEngine_UICharInfo__BinarySearch_2, (List_1_UnityEngine_UICharInfo_ * __this, int32_t index, int32_t count, UICharInfo item, IComparer_1_UnityEngine_UICharInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_UICharInfo__Clear, (List_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8F80, bool, List_1_UnityEngine_UICharInfo__Contains, (List_1_UnityEngine_UICharInfo_ * __this, UICharInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UICharInfo__CopyTo, (List_1_UnityEngine_UICharInfo_ * __this, UICharInfo__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UICharInfo__CopyTo_1, (List_1_UnityEngine_UICharInfo_ * __this, UICharInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UICharInfo__EnsureCapacity, (List_1_UnityEngine_UICharInfo_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UICharInfo__Exists, (List_1_UnityEngine_UICharInfo_ * __this, Predicate_1_UnityEngine_UICharInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A9130, UICharInfo, List_1_UnityEngine_UICharInfo__Find, (List_1_UnityEngine_UICharInfo_ * __this, Predicate_1_UnityEngine_UICharInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A9250, List_1_UnityEngine_UICharInfo_ *, List_1_UnityEngine_UICharInfo__FindAll, (List_1_UnityEngine_UICharInfo_ * __this, Predicate_1_UnityEngine_UICharInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UICharInfo__FindIndex, (List_1_UnityEngine_UICharInfo_ * __this, Predicate_1_UnityEngine_UICharInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A93D0, int32_t, List_1_UnityEngine_UICharInfo__FindIndex_1, (List_1_UnityEngine_UICharInfo_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UICharInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A94F0, void, List_1_UnityEngine_UICharInfo__ForEach, (List_1_UnityEngine_UICharInfo_ * __this, Action_1_UnityEngine_UICharInfo_ * action, MethodInfo * method)); DO_APP_FUNC(0x017A95C0, List_1_T_Enumerator_UnityEngine_UICharInfo_, List_1_UnityEngine_UICharInfo__GetEnumerator, (List_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9730, int32_t, List_1_UnityEngine_UICharInfo__IndexOf, (List_1_UnityEngine_UICharInfo_ * __this, UICharInfo item, MethodInfo * method)); DO_APP_FUNC(0x017A98D0, void, List_1_UnityEngine_UICharInfo__Insert, (List_1_UnityEngine_UICharInfo_ * __this, int32_t index, UICharInfo item, MethodInfo * method)); DO_APP_FUNC(0x017FBB00, void, List_1_UnityEngine_UICharInfo__InsertRange, (List_1_UnityEngine_UICharInfo_ * __this, int32_t index, IEnumerable_1_UnityEngine_UICharInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A88E0, bool, List_1_UnityEngine_UICharInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017A9ED0, bool, List_1_UnityEngine_UICharInfo__Remove, (List_1_UnityEngine_UICharInfo_ * __this, UICharInfo item, MethodInfo * method)); DO_APP_FUNC(0x017AA090, int32_t, List_1_UnityEngine_UICharInfo__RemoveAll, (List_1_UnityEngine_UICharInfo_ * __this, Predicate_1_UnityEngine_UICharInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_UICharInfo__RemoveAt, (List_1_UnityEngine_UICharInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_UICharInfo__RemoveRange, (List_1_UnityEngine_UICharInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UICharInfo__Reverse, (List_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UICharInfo__Reverse_1, (List_1_UnityEngine_UICharInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UICharInfo__Sort, (List_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UICharInfo__Sort_1, (List_1_UnityEngine_UICharInfo_ * __this, Comparison_1_UnityEngine_UICharInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UICharInfo__Sort_2, (List_1_UnityEngine_UICharInfo_ * __this, IComparer_1_UnityEngine_UICharInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UICharInfo__Sort_3, (List_1_UnityEngine_UICharInfo_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UICharInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UICharInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9650, IEnumerator_1_UnityEngine_UICharInfo_ *, List_1_UnityEngine_UICharInfo__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UICharInfo__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UICharInfo_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UICharInfo__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017FBA50, Object *, List_1_UnityEngine_UICharInfo__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9650, IEnumerator *, List_1_UnityEngine_UICharInfo__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8C10, int32_t, List_1_UnityEngine_UICharInfo__System_Collections_IList_Add, (List_1_UnityEngine_UICharInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A8FF0, bool, List_1_UnityEngine_UICharInfo__System_Collections_IList_Contains, (List_1_UnityEngine_UICharInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A9790, int32_t, List_1_UnityEngine_UICharInfo__System_Collections_IList_IndexOf, (List_1_UnityEngine_UICharInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A99B0, void, List_1_UnityEngine_UICharInfo__System_Collections_IList_Insert, (List_1_UnityEngine_UICharInfo_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A9F60, void, List_1_UnityEngine_UICharInfo__System_Collections_IList_Remove, (List_1_UnityEngine_UICharInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UICharInfo__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UICharInfo__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A89C0, Object *, List_1_UnityEngine_UICharInfo__System_Collections_IList_get_Item, (List_1_UnityEngine_UICharInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017A8A40, void, List_1_UnityEngine_UICharInfo__System_Collections_IList_set_Item, (List_1_UnityEngine_UICharInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, UICharInfo__Array *, List_1_UnityEngine_UICharInfo__ToArray, (List_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UICharInfo__TrimExcess, (List_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UICharInfo__get_Capacity, (List_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UICharInfo__get_Count, (List_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8820, UICharInfo, List_1_UnityEngine_UICharInfo__get_Item, (List_1_UnityEngine_UICharInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UICharInfo__set_Capacity, (List_1_UnityEngine_UICharInfo_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A8880, void, List_1_UnityEngine_UICharInfo__set_Item, (List_1_UnityEngine_UICharInfo_ * __this, int32_t index, UICharInfo value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UILineInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UILineInfo___ctor, (List_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UILineInfo___ctor_1, (List_1_UnityEngine_UILineInfo_ * __this, IEnumerable_1_UnityEngine_UILineInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UILineInfo___ctor_2, (List_1_UnityEngine_UILineInfo_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE57E8, List_1_UnityEngine_UILineInfo___ctor_2__MethodInfo); DO_APP_FUNC(0x017A6170, void, List_1_UnityEngine_UILineInfo__Add, (List_1_UnityEngine_UILineInfo_ * __this, UILineInfo item, MethodInfo * method)); DO_APP_FUNC(0x017FC5C0, void, List_1_UnityEngine_UILineInfo__AddEnumerable, (List_1_UnityEngine_UILineInfo_ * __this, IEnumerable_1_UnityEngine_UILineInfo_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UILineInfo__AddRange, (List_1_UnityEngine_UILineInfo_ * __this, IEnumerable_1_UnityEngine_UILineInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A61F0, void, List_1_UnityEngine_UILineInfo__AddWithResize, (List_1_UnityEngine_UILineInfo_ * __this, UILineInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UILineInfo_ *, List_1_UnityEngine_UILineInfo__AsReadOnly, (List_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_UILineInfo__BinarySearch, (List_1_UnityEngine_UILineInfo_ * __this, UILineInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_UILineInfo__BinarySearch_1, (List_1_UnityEngine_UILineInfo_ * __this, UILineInfo item, IComparer_1_UnityEngine_UILineInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_UILineInfo__BinarySearch_2, (List_1_UnityEngine_UILineInfo_ * __this, int32_t index, int32_t count, UILineInfo item, IComparer_1_UnityEngine_UILineInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_UILineInfo__Clear, (List_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_UILineInfo__Contains, (List_1_UnityEngine_UILineInfo_ * __this, UILineInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UILineInfo__CopyTo, (List_1_UnityEngine_UILineInfo_ * __this, UILineInfo__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UILineInfo__CopyTo_1, (List_1_UnityEngine_UILineInfo_ * __this, UILineInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UILineInfo__EnsureCapacity, (List_1_UnityEngine_UILineInfo_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UILineInfo__Exists, (List_1_UnityEngine_UILineInfo_ * __this, Predicate_1_UnityEngine_UILineInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, UILineInfo, List_1_UnityEngine_UILineInfo__Find, (List_1_UnityEngine_UILineInfo_ * __this, Predicate_1_UnityEngine_UILineInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_UILineInfo_ *, List_1_UnityEngine_UILineInfo__FindAll, (List_1_UnityEngine_UILineInfo_ * __this, Predicate_1_UnityEngine_UILineInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UILineInfo__FindIndex, (List_1_UnityEngine_UILineInfo_ * __this, Predicate_1_UnityEngine_UILineInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_UILineInfo__FindIndex_1, (List_1_UnityEngine_UILineInfo_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UILineInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_UILineInfo__ForEach, (List_1_UnityEngine_UILineInfo_ * __this, Action_1_UnityEngine_UILineInfo_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_UILineInfo_, List_1_UnityEngine_UILineInfo__GetEnumerator, (List_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_UILineInfo__IndexOf, (List_1_UnityEngine_UILineInfo_ * __this, UILineInfo item, MethodInfo * method)); DO_APP_FUNC(0x017A6260, void, List_1_UnityEngine_UILineInfo__Insert, (List_1_UnityEngine_UILineInfo_ * __this, int32_t index, UILineInfo item, MethodInfo * method)); DO_APP_FUNC(0x017FC200, void, List_1_UnityEngine_UILineInfo__InsertRange, (List_1_UnityEngine_UILineInfo_ * __this, int32_t index, IEnumerable_1_UnityEngine_UILineInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_UILineInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_UILineInfo__Remove, (List_1_UnityEngine_UILineInfo_ * __this, UILineInfo item, MethodInfo * method)); DO_APP_FUNC(0x017A66F0, int32_t, List_1_UnityEngine_UILineInfo__RemoveAll, (List_1_UnityEngine_UILineInfo_ * __this, Predicate_1_UnityEngine_UILineInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_UILineInfo__RemoveAt, (List_1_UnityEngine_UILineInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_UILineInfo__RemoveRange, (List_1_UnityEngine_UILineInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UILineInfo__Reverse, (List_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UILineInfo__Reverse_1, (List_1_UnityEngine_UILineInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UILineInfo__Sort, (List_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UILineInfo__Sort_1, (List_1_UnityEngine_UILineInfo_ * __this, Comparison_1_UnityEngine_UILineInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UILineInfo__Sort_2, (List_1_UnityEngine_UILineInfo_ * __this, IComparer_1_UnityEngine_UILineInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UILineInfo__Sort_3, (List_1_UnityEngine_UILineInfo_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UILineInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UILineInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_UILineInfo_ *, List_1_UnityEngine_UILineInfo__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UILineInfo__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UILineInfo_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UILineInfo__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017FC150, Object *, List_1_UnityEngine_UILineInfo__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_UILineInfo__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_UILineInfo__System_Collections_IList_Add, (List_1_UnityEngine_UILineInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_UILineInfo__System_Collections_IList_Contains, (List_1_UnityEngine_UILineInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_UILineInfo__System_Collections_IList_IndexOf, (List_1_UnityEngine_UILineInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_UILineInfo__System_Collections_IList_Insert, (List_1_UnityEngine_UILineInfo_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_UILineInfo__System_Collections_IList_Remove, (List_1_UnityEngine_UILineInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UILineInfo__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UILineInfo__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_UILineInfo__System_Collections_IList_get_Item, (List_1_UnityEngine_UILineInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_UILineInfo__System_Collections_IList_set_Item, (List_1_UnityEngine_UILineInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, UILineInfo__Array *, List_1_UnityEngine_UILineInfo__ToArray, (List_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UILineInfo__TrimExcess, (List_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UILineInfo__get_Capacity, (List_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UILineInfo__get_Count, (List_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, UILineInfo, List_1_UnityEngine_UILineInfo__get_Item, (List_1_UnityEngine_UILineInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UILineInfo__set_Capacity, (List_1_UnityEngine_UILineInfo_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A6120, void, List_1_UnityEngine_UILineInfo__set_Item, (List_1_UnityEngine_UILineInfo_ * __this, int32_t index, UILineInfo value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIVertex___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIVertex___ctor, (List_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80618, List_1_UnityEngine_UIVertex___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIVertex___ctor_1, (List_1_UnityEngine_UIVertex_ * __this, IEnumerable_1_UnityEngine_UIVertex_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIVertex___ctor_2, (List_1_UnityEngine_UIVertex_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C800E8, List_1_UnityEngine_UIVertex___ctor_2__MethodInfo); DO_APP_FUNC(0x017FCD70, void, List_1_UnityEngine_UIVertex__Add, (List_1_UnityEngine_UIVertex_ * __this, UIVertex item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C800C0, List_1_UnityEngine_UIVertex__Add__MethodInfo); DO_APP_FUNC(0x017FEC20, void, List_1_UnityEngine_UIVertex__AddEnumerable, (List_1_UnityEngine_UIVertex_ * __this, IEnumerable_1_UnityEngine_UIVertex_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIVertex__AddRange, (List_1_UnityEngine_UIVertex_ * __this, IEnumerable_1_UnityEngine_UIVertex_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017FCE80, void, List_1_UnityEngine_UIVertex__AddWithResize, (List_1_UnityEngine_UIVertex_ * __this, UIVertex item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIVertex_ *, List_1_UnityEngine_UIVertex__AsReadOnly, (List_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017FD210, int32_t, List_1_UnityEngine_UIVertex__BinarySearch, (List_1_UnityEngine_UIVertex_ * __this, UIVertex item, MethodInfo * method)); DO_APP_FUNC(0x017FD2F0, int32_t, List_1_UnityEngine_UIVertex__BinarySearch_1, (List_1_UnityEngine_UIVertex_ * __this, UIVertex item, IComparer_1_UnityEngine_UIVertex_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017FD100, int32_t, List_1_UnityEngine_UIVertex__BinarySearch_2, (List_1_UnityEngine_UIVertex_ * __this, int32_t index, int32_t count, UIVertex item, IComparer_1_UnityEngine_UIVertex_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_UIVertex__Clear, (List_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80300, List_1_UnityEngine_UIVertex__Clear__MethodInfo); DO_APP_FUNC(0x017FD3E0, bool, List_1_UnityEngine_UIVertex__Contains, (List_1_UnityEngine_UIVertex_ * __this, UIVertex item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIVertex__CopyTo, (List_1_UnityEngine_UIVertex_ * __this, UIVertex__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIVertex__CopyTo_1, (List_1_UnityEngine_UIVertex_ * __this, UIVertex__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIVertex__EnsureCapacity, (List_1_UnityEngine_UIVertex_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIVertex__Exists, (List_1_UnityEngine_UIVertex_ * __this, Predicate_1_UnityEngine_UIVertex_ * match, MethodInfo * method)); DO_APP_FUNC(0x017FD610, UIVertex, List_1_UnityEngine_UIVertex__Find, (List_1_UnityEngine_UIVertex_ * __this, Predicate_1_UnityEngine_UIVertex_ * match, MethodInfo * method)); DO_APP_FUNC(0x017FD7E0, List_1_UnityEngine_UIVertex_ *, List_1_UnityEngine_UIVertex__FindAll, (List_1_UnityEngine_UIVertex_ * __this, Predicate_1_UnityEngine_UIVertex_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIVertex__FindIndex, (List_1_UnityEngine_UIVertex_ * __this, Predicate_1_UnityEngine_UIVertex_ * match, MethodInfo * method)); DO_APP_FUNC(0x017FDA10, int32_t, List_1_UnityEngine_UIVertex__FindIndex_1, (List_1_UnityEngine_UIVertex_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIVertex_ * match, MethodInfo * method)); DO_APP_FUNC(0x017FDB80, void, List_1_UnityEngine_UIVertex__ForEach, (List_1_UnityEngine_UIVertex_ * __this, Action_1_UnityEngine_UIVertex_ * action, MethodInfo * method)); DO_APP_FUNC(0x017FDCC0, List_1_T_Enumerator_UnityEngine_UIVertex_, List_1_UnityEngine_UIVertex__GetEnumerator, (List_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB970, List_1_UnityEngine_UIVertex__GetEnumerator__MethodInfo); DO_APP_FUNC(0x017FDE40, int32_t, List_1_UnityEngine_UIVertex__IndexOf, (List_1_UnityEngine_UIVertex_ * __this, UIVertex item, MethodInfo * method)); DO_APP_FUNC(0x017FE080, void, List_1_UnityEngine_UIVertex__Insert, (List_1_UnityEngine_UIVertex_ * __this, int32_t index, UIVertex item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB978, List_1_UnityEngine_UIVertex__Insert__MethodInfo); DO_APP_FUNC(0x017FE340, void, List_1_UnityEngine_UIVertex__InsertRange, (List_1_UnityEngine_UIVertex_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIVertex_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017FC9F0, bool, List_1_UnityEngine_UIVertex__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017FE6F0, bool, List_1_UnityEngine_UIVertex__Remove, (List_1_UnityEngine_UIVertex_ * __this, UIVertex item, MethodInfo * method)); DO_APP_FUNC(0x017FE950, int32_t, List_1_UnityEngine_UIVertex__RemoveAll, (List_1_UnityEngine_UIVertex_ * __this, Predicate_1_UnityEngine_UIVertex_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_UIVertex__RemoveAt, (List_1_UnityEngine_UIVertex_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_UIVertex__RemoveRange, (List_1_UnityEngine_UIVertex_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBA30, List_1_UnityEngine_UIVertex__RemoveRange__MethodInfo); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIVertex__Reverse, (List_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIVertex__Reverse_1, (List_1_UnityEngine_UIVertex_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIVertex__Sort, (List_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIVertex__Sort_1, (List_1_UnityEngine_UIVertex_ * __this, Comparison_1_UnityEngine_UIVertex_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIVertex__Sort_2, (List_1_UnityEngine_UIVertex_ * __this, IComparer_1_UnityEngine_UIVertex_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIVertex__Sort_3, (List_1_UnityEngine_UIVertex_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIVertex_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIVertex__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017FDD00, IEnumerator_1_UnityEngine_UIVertex_ *, List_1_UnityEngine_UIVertex__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIVertex__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIVertex_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIVertex__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017FC850, Object *, List_1_UnityEngine_UIVertex__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017FDD00, IEnumerator *, List_1_UnityEngine_UIVertex__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017FCF40, int32_t, List_1_UnityEngine_UIVertex__System_Collections_IList_Add, (List_1_UnityEngine_UIVertex_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017FD490, bool, List_1_UnityEngine_UIVertex__System_Collections_IList_Contains, (List_1_UnityEngine_UIVertex_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017FDEF0, int32_t, List_1_UnityEngine_UIVertex__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIVertex_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017FE1A0, void, List_1_UnityEngine_UIVertex__System_Collections_IList_Insert, (List_1_UnityEngine_UIVertex_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017FE7D0, void, List_1_UnityEngine_UIVertex__System_Collections_IList_Remove, (List_1_UnityEngine_UIVertex_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIVertex__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIVertex__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017FCB10, Object *, List_1_UnityEngine_UIVertex__System_Collections_IList_get_Item, (List_1_UnityEngine_UIVertex_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017FCBE0, void, List_1_UnityEngine_UIVertex__System_Collections_IList_set_Item, (List_1_UnityEngine_UIVertex_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, UIVertex__Array *, List_1_UnityEngine_UIVertex__ToArray, (List_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIVertex__TrimExcess, (List_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIVertex__get_Capacity, (List_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C800B8, List_1_UnityEngine_UIVertex__get_Capacity__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIVertex__get_Count, (List_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80320, List_1_UnityEngine_UIVertex__get_Count__MethodInfo); DO_APP_FUNC(0x017FC900, UIVertex, List_1_UnityEngine_UIVertex__get_Item, (List_1_UnityEngine_UIVertex_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80310, List_1_UnityEngine_UIVertex__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIVertex__set_Capacity, (List_1_UnityEngine_UIVertex_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C800D0, List_1_UnityEngine_UIVertex__set_Capacity__MethodInfo); DO_APP_FUNC(0x017FC940, void, List_1_UnityEngine_UIVertex__set_Item, (List_1_UnityEngine_UIVertex_ * __this, int32_t index, UIVertex value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80338, List_1_UnityEngine_UIVertex__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_System_UInt16___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_UInt16___ctor, (List_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56DD8, List_1_System_UInt16___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_System_UInt16___ctor_1, (List_1_System_UInt16_ * __this, IEnumerable_1_System_UInt16_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_UInt16___ctor_2, (List_1_System_UInt16_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58BD0, List_1_System_UInt16___ctor_2__MethodInfo); DO_APP_FUNC(0x017B5840, void, List_1_System_UInt16__Add, (List_1_System_UInt16_ * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56AE8, List_1_System_UInt16__Add__MethodInfo); DO_APP_FUNC(0x017FF340, void, List_1_System_UInt16__AddEnumerable, (List_1_System_UInt16_ * __this, IEnumerable_1_System_UInt16_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_UInt16__AddRange, (List_1_System_UInt16_ * __this, IEnumerable_1_System_UInt16_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B58A0, void, List_1_System_UInt16__AddWithResize, (List_1_System_UInt16_ * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_UInt16_ *, List_1_System_UInt16__AsReadOnly, (List_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B5A70, int32_t, List_1_System_UInt16__BinarySearch, (List_1_System_UInt16_ * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56D38, List_1_System_UInt16__BinarySearch__MethodInfo); DO_APP_FUNC(0x017B5AF0, int32_t, List_1_System_UInt16__BinarySearch_1, (List_1_System_UInt16_ * __this, uint16_t item, IComparer_1_System_UInt16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_System_UInt16__BinarySearch_2, (List_1_System_UInt16_ * __this, int32_t index, int32_t count, uint16_t item, IComparer_1_System_UInt16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_System_UInt16__Clear, (List_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56CB8, List_1_System_UInt16__Clear__MethodInfo); DO_APP_FUNC(0x0179E360, bool, List_1_System_UInt16__Contains, (List_1_System_UInt16_ * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56CD0, List_1_System_UInt16__Contains__MethodInfo); DO_APP_FUNC(0x01794FA0, void, List_1_System_UInt16__CopyTo, (List_1_System_UInt16_ * __this, UInt16__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_UInt16__CopyTo_1, (List_1_System_UInt16_ * __this, UInt16__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_UInt16__EnsureCapacity, (List_1_System_UInt16_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_UInt16__Exists, (List_1_System_UInt16_ * __this, Predicate_1_UInt16_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B5CB0, uint16_t, List_1_System_UInt16__Find, (List_1_System_UInt16_ * __this, Predicate_1_UInt16_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B5DA0, List_1_System_UInt16_ *, List_1_System_UInt16__FindAll, (List_1_System_UInt16_ * __this, Predicate_1_UInt16_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_UInt16__FindIndex, (List_1_System_UInt16_ * __this, Predicate_1_UInt16_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B5F00, int32_t, List_1_System_UInt16__FindIndex_1, (List_1_System_UInt16_ * __this, int32_t startIndex, int32_t count, Predicate_1_UInt16_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B6000, void, List_1_System_UInt16__ForEach, (List_1_System_UInt16_ * __this, Action_1_UInt16_ * action, MethodInfo * method)); DO_APP_FUNC(0x017B60C0, List_1_T_Enumerator_System_UInt16_, List_1_System_UInt16__GetEnumerator, (List_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC058, List_1_System_UInt16__GetEnumerator__MethodInfo); DO_APP_FUNC(0x0179EA30, int32_t, List_1_System_UInt16__IndexOf, (List_1_System_UInt16_ * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC(0x017B6350, void, List_1_System_UInt16__Insert, (List_1_System_UInt16_ * __this, int32_t index, uint16_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56D40, List_1_System_UInt16__Insert__MethodInfo); DO_APP_FUNC(0x017FEFF0, void, List_1_System_UInt16__InsertRange, (List_1_System_UInt16_ * __this, int32_t index, IEnumerable_1_System_UInt16_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B55D0, bool, List_1_System_UInt16__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_System_UInt16__Remove, (List_1_System_UInt16_ * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56CE0, List_1_System_UInt16__Remove__MethodInfo); DO_APP_FUNC(0x017B69C0, int32_t, List_1_System_UInt16__RemoveAll, (List_1_System_UInt16_ * __this, Predicate_1_UInt16_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_System_UInt16__RemoveAt, (List_1_System_UInt16_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56D90, List_1_System_UInt16__RemoveAt__MethodInfo); DO_APP_FUNC(0x0179F470, void, List_1_System_UInt16__RemoveRange, (List_1_System_UInt16_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_UInt16__Reverse, (List_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_UInt16__Reverse_1, (List_1_System_UInt16_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_UInt16__Sort, (List_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_UInt16__Sort_1, (List_1_System_UInt16_ * __this, Comparison_1_UInt16_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_UInt16__Sort_2, (List_1_System_UInt16_ * __this, IComparer_1_System_UInt16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_UInt16__Sort_3, (List_1_System_UInt16_ * __this, int32_t index, int32_t count, IComparer_1_System_UInt16_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_UInt16__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B6150, IEnumerator_1_System_UInt16_ *, List_1_System_UInt16__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_UInt16__System_Collections_ICollection_CopyTo, (List_1_System_UInt16_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_UInt16__System_Collections_ICollection_get_IsSynchronized, (List_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017FEF40, Object *, List_1_System_UInt16__System_Collections_ICollection_get_SyncRoot, (List_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B6150, IEnumerator *, List_1_System_UInt16__System_Collections_IEnumerable_GetEnumerator, (List_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B5910, int32_t, List_1_System_UInt16__System_Collections_IList_Add, (List_1_System_UInt16_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B5B80, bool, List_1_System_UInt16__System_Collections_IList_Contains, (List_1_System_UInt16_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B6220, int32_t, List_1_System_UInt16__System_Collections_IList_IndexOf, (List_1_System_UInt16_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B6420, void, List_1_System_UInt16__System_Collections_IList_Insert, (List_1_System_UInt16_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B68B0, void, List_1_System_UInt16__System_Collections_IList_Remove, (List_1_System_UInt16_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_UInt16__System_Collections_IList_get_IsFixedSize, (List_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_UInt16__System_Collections_IList_get_IsReadOnly, (List_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B56A0, Object *, List_1_System_UInt16__System_Collections_IList_get_Item, (List_1_System_UInt16_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017B5710, void, List_1_System_UInt16__System_Collections_IList_set_Item, (List_1_System_UInt16_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, UInt16__Array *, List_1_System_UInt16__ToArray, (List_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98050, List_1_System_UInt16__ToArray__MethodInfo); DO_APP_FUNC(0x01796790, void, List_1_System_UInt16__TrimExcess, (List_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_UInt16__get_Capacity, (List_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_UInt16__get_Count, (List_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56D98, List_1_System_UInt16__get_Count__MethodInfo); DO_APP_FUNC(0x017B5550, uint16_t, List_1_System_UInt16__get_Item, (List_1_System_UInt16_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56DA0, List_1_System_UInt16__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_System_UInt16__set_Capacity, (List_1_System_UInt16_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017B5590, void, List_1_System_UInt16__set_Item, (List_1_System_UInt16_ * __this, int32_t index, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_UInt32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_UInt32___ctor, (List_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C561A8, List_1_System_UInt32___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_System_UInt32___ctor_1, (List_1_System_UInt32_ * __this, IEnumerable_1_System_UInt32_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2448, List_1_System_UInt32___ctor_1__MethodInfo); DO_APP_FUNC(0x01793F60, void, List_1_System_UInt32___ctor_2, (List_1_System_UInt32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D3D8, List_1_System_UInt32___ctor_2__MethodInfo); DO_APP_FUNC(0x003EAE30, void, List_1_System_UInt32__Add, (List_1_System_UInt32_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DFC8, List_1_System_UInt32__Add__MethodInfo); DO_APP_FUNC(0x017FF9A0, void, List_1_System_UInt32__AddEnumerable, (List_1_System_UInt32_ * __this, IEnumerable_1_System_UInt32_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_UInt32__AddRange, (List_1_System_UInt32_ * __this, IEnumerable_1_System_UInt32_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017D0050, void, List_1_System_UInt32__AddWithResize, (List_1_System_UInt32_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_UInt32_ *, List_1_System_UInt32__AsReadOnly, (List_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D00C0, int32_t, List_1_System_UInt32__BinarySearch, (List_1_System_UInt32_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x017D0140, int32_t, List_1_System_UInt32__BinarySearch_1, (List_1_System_UInt32_ * __this, uint32_t item, IComparer_1_System_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_System_UInt32__BinarySearch_2, (List_1_System_UInt32_ * __this, int32_t index, int32_t count, uint32_t item, IComparer_1_System_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_System_UInt32__Clear, (List_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A870, List_1_System_UInt32__Clear__MethodInfo); DO_APP_FUNC(0x0179E360, bool, List_1_System_UInt32__Contains, (List_1_System_UInt32_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_UInt32__CopyTo, (List_1_System_UInt32_ * __this, UInt32__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_UInt32__CopyTo_1, (List_1_System_UInt32_ * __this, UInt32__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_UInt32__EnsureCapacity, (List_1_System_UInt32_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_UInt32__Exists, (List_1_System_UInt32_ * __this, Predicate_1_UInt32_ * match, MethodInfo * method)); DO_APP_FUNC(0x017D01D0, uint32_t, List_1_System_UInt32__Find, (List_1_System_UInt32_ * __this, Predicate_1_UInt32_ * match, MethodInfo * method)); DO_APP_FUNC(0x017D02A0, List_1_System_UInt32_ *, List_1_System_UInt32__FindAll, (List_1_System_UInt32_ * __this, Predicate_1_UInt32_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_UInt32__FindIndex, (List_1_System_UInt32_ * __this, Predicate_1_UInt32_ * match, MethodInfo * method)); DO_APP_FUNC(0x017D03F0, int32_t, List_1_System_UInt32__FindIndex_1, (List_1_System_UInt32_ * __this, int32_t startIndex, int32_t count, Predicate_1_UInt32_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B8700, void, List_1_System_UInt32__ForEach, (List_1_System_UInt32_ * __this, Action_1_UInt32_ * action, MethodInfo * method)); DO_APP_FUNC(0x017B87C0, List_1_T_Enumerator_System_UInt32_, List_1_System_UInt32__GetEnumerator, (List_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2468, List_1_System_UInt32__GetEnumerator__MethodInfo); DO_APP_FUNC(0x0179EA30, int32_t, List_1_System_UInt32__IndexOf, (List_1_System_UInt32_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x017D04F0, void, List_1_System_UInt32__Insert, (List_1_System_UInt32_ * __this, int32_t index, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x017FF650, void, List_1_System_UInt32__InsertRange, (List_1_System_UInt32_ * __this, int32_t index, IEnumerable_1_System_UInt32_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B7D60, bool, List_1_System_UInt32__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_System_UInt32__Remove, (List_1_System_UInt32_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x017D0910, int32_t, List_1_System_UInt32__RemoveAll, (List_1_System_UInt32_ * __this, Predicate_1_UInt32_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_System_UInt32__RemoveAt, (List_1_System_UInt32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_System_UInt32__RemoveRange, (List_1_System_UInt32_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_UInt32__Reverse, (List_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_UInt32__Reverse_1, (List_1_System_UInt32_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_UInt32__Sort, (List_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A768, List_1_System_UInt32__Sort__MethodInfo); DO_APP_FUNC(0x017965F0, void, List_1_System_UInt32__Sort_1, (List_1_System_UInt32_ * __this, Comparison_1_UInt32_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_UInt32__Sort_2, (List_1_System_UInt32_ * __this, IComparer_1_System_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_UInt32__Sort_3, (List_1_System_UInt32_ * __this, int32_t index, int32_t count, IComparer_1_System_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_UInt32__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8850, IEnumerator_1_System_UInt32_ *, List_1_System_UInt32__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_UInt32__System_Collections_ICollection_CopyTo, (List_1_System_UInt32_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_UInt32__System_Collections_ICollection_get_IsSynchronized, (List_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017FF5A0, Object *, List_1_System_UInt32__System_Collections_ICollection_get_SyncRoot, (List_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8850, IEnumerator *, List_1_System_UInt32__System_Collections_IEnumerable_GetEnumerator, (List_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8040, int32_t, List_1_System_UInt32__System_Collections_IList_Add, (List_1_System_UInt32_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B82B0, bool, List_1_System_UInt32__System_Collections_IList_Contains, (List_1_System_UInt32_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8920, int32_t, List_1_System_UInt32__System_Collections_IList_IndexOf, (List_1_System_UInt32_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8B20, void, List_1_System_UInt32__System_Collections_IList_Insert, (List_1_System_UInt32_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8FB0, void, List_1_System_UInt32__System_Collections_IList_Remove, (List_1_System_UInt32_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_UInt32__System_Collections_IList_get_IsFixedSize, (List_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_UInt32__System_Collections_IList_get_IsReadOnly, (List_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B7E30, Object *, List_1_System_UInt32__System_Collections_IList_get_Item, (List_1_System_UInt32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017B7EA0, void, List_1_System_UInt32__System_Collections_IList_set_Item, (List_1_System_UInt32_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, UInt32__Array *, List_1_System_UInt32__ToArray, (List_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A830, List_1_System_UInt32__ToArray__MethodInfo); DO_APP_FUNC(0x01796790, void, List_1_System_UInt32__TrimExcess, (List_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_UInt32__get_Capacity, (List_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D410, List_1_System_UInt32__get_Capacity__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_UInt32__get_Count, (List_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56210, List_1_System_UInt32__get_Count__MethodInfo); DO_APP_FUNC(0x017B7CE0, uint32_t, List_1_System_UInt32__get_Item, (List_1_System_UInt32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DF88, List_1_System_UInt32__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_System_UInt32__set_Capacity, (List_1_System_UInt32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D408, List_1_System_UInt32__set_Capacity__MethodInfo); DO_APP_FUNC(0x017B7D20, void, List_1_System_UInt32__set_Item, (List_1_System_UInt32_ * __this, int32_t index, uint32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D3F8, List_1_System_UInt32__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_System_UInt64___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_UInt64___ctor, (List_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_System_UInt64___ctor_1, (List_1_System_UInt64_ * __this, IEnumerable_1_System_UInt64_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_UInt64___ctor_2, (List_1_System_UInt64_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179DF80, void, List_1_System_UInt64__Add, (List_1_System_UInt64_ * __this, uint64_t item, MethodInfo * method)); DO_APP_FUNC(0x017FFFF0, void, List_1_System_UInt64__AddEnumerable, (List_1_System_UInt64_ * __this, IEnumerable_1_System_UInt64_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_UInt64__AddRange, (List_1_System_UInt64_ * __this, IEnumerable_1_System_UInt64_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017D13E0, void, List_1_System_UInt64__AddWithResize, (List_1_System_UInt64_ * __this, uint64_t item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_UInt64_ *, List_1_System_UInt64__AsReadOnly, (List_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D1450, int32_t, List_1_System_UInt64__BinarySearch, (List_1_System_UInt64_ * __this, uint64_t item, MethodInfo * method)); DO_APP_FUNC(0x017D14D0, int32_t, List_1_System_UInt64__BinarySearch_1, (List_1_System_UInt64_ * __this, uint64_t item, IComparer_1_System_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_System_UInt64__BinarySearch_2, (List_1_System_UInt64_ * __this, int32_t index, int32_t count, uint64_t item, IComparer_1_System_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_System_UInt64__Clear, (List_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E360, bool, List_1_System_UInt64__Contains, (List_1_System_UInt64_ * __this, uint64_t item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_UInt64__CopyTo, (List_1_System_UInt64_ * __this, UInt64__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_UInt64__CopyTo_1, (List_1_System_UInt64_ * __this, UInt64__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_UInt64__EnsureCapacity, (List_1_System_UInt64_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_UInt64__Exists, (List_1_System_UInt64_ * __this, Predicate_1_UInt64_ * match, MethodInfo * method)); DO_APP_FUNC(0x017D1560, uint64_t, List_1_System_UInt64__Find, (List_1_System_UInt64_ * __this, Predicate_1_UInt64_ * match, MethodInfo * method)); DO_APP_FUNC(0x017D1630, List_1_System_UInt64_ *, List_1_System_UInt64__FindAll, (List_1_System_UInt64_ * __this, Predicate_1_UInt64_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_UInt64__FindIndex, (List_1_System_UInt64_ * __this, Predicate_1_UInt64_ * match, MethodInfo * method)); DO_APP_FUNC(0x017D1780, int32_t, List_1_System_UInt64__FindIndex_1, (List_1_System_UInt64_ * __this, int32_t startIndex, int32_t count, Predicate_1_UInt64_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E810, void, List_1_System_UInt64__ForEach, (List_1_System_UInt64_ * __this, Action_1_UInt64_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179E8D0, List_1_T_Enumerator_System_UInt64_, List_1_System_UInt64__GetEnumerator, (List_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179EA30, int32_t, List_1_System_UInt64__IndexOf, (List_1_System_UInt64_ * __this, uint64_t item, MethodInfo * method)); DO_APP_FUNC(0x017D1880, void, List_1_System_UInt64__Insert, (List_1_System_UInt64_ * __this, int32_t index, uint64_t item, MethodInfo * method)); DO_APP_FUNC(0x017FFCA0, void, List_1_System_UInt64__InsertRange, (List_1_System_UInt64_ * __this, int32_t index, IEnumerable_1_System_UInt64_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179DD10, bool, List_1_System_UInt64__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_System_UInt64__Remove, (List_1_System_UInt64_ * __this, uint64_t item, MethodInfo * method)); DO_APP_FUNC(0x017D1CA0, int32_t, List_1_System_UInt64__RemoveAll, (List_1_System_UInt64_ * __this, Predicate_1_UInt64_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_System_UInt64__RemoveAt, (List_1_System_UInt64_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_System_UInt64__RemoveRange, (List_1_System_UInt64_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_UInt64__Reverse, (List_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_UInt64__Reverse_1, (List_1_System_UInt64_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_UInt64__Sort, (List_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_UInt64__Sort_1, (List_1_System_UInt64_ * __this, Comparison_1_UInt64_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_UInt64__Sort_2, (List_1_System_UInt64_ * __this, IComparer_1_System_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_UInt64__Sort_3, (List_1_System_UInt64_ * __this, int32_t index, int32_t count, IComparer_1_System_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_UInt64__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator_1_System_UInt64_ *, List_1_System_UInt64__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_UInt64__System_Collections_ICollection_CopyTo, (List_1_System_UInt64_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_UInt64__System_Collections_ICollection_get_IsSynchronized, (List_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017FFBF0, Object *, List_1_System_UInt64__System_Collections_ICollection_get_SyncRoot, (List_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator *, List_1_System_UInt64__System_Collections_IEnumerable_GetEnumerator, (List_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E050, int32_t, List_1_System_UInt64__System_Collections_IList_Add, (List_1_System_UInt64_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179E3B0, bool, List_1_System_UInt64__System_Collections_IList_Contains, (List_1_System_UInt64_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EA80, int32_t, List_1_System_UInt64__System_Collections_IList_IndexOf, (List_1_System_UInt64_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EC80, void, List_1_System_UInt64__System_Collections_IList_Insert, (List_1_System_UInt64_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179F190, void, List_1_System_UInt64__System_Collections_IList_Remove, (List_1_System_UInt64_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_UInt64__System_Collections_IList_get_IsFixedSize, (List_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_UInt64__System_Collections_IList_get_IsReadOnly, (List_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DDE0, Object *, List_1_System_UInt64__System_Collections_IList_get_Item, (List_1_System_UInt64_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179DE50, void, List_1_System_UInt64__System_Collections_IList_set_Item, (List_1_System_UInt64_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, UInt64__Array *, List_1_System_UInt64__ToArray, (List_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_System_UInt64__TrimExcess, (List_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_UInt64__get_Capacity, (List_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_UInt64__get_Count, (List_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DC90, uint64_t, List_1_System_UInt64__get_Item, (List_1_System_UInt64_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_System_UInt64__set_Capacity, (List_1_System_UInt64_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179DCD0, void, List_1_System_UInt64__set_Item, (List_1_System_UInt64_ * __this, int32_t index, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture___ctor, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6CC8, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture___ctor_1, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, IEnumerable_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture___ctor_2, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A06D0, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Add, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, UVTexture item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6CD0, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Add__MethodInfo); DO_APP_FUNC(0x018006D0, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__AddEnumerable, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, IEnumerable_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__AddRange, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, IEnumerable_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A07C0, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__AddWithResize, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, UVTexture item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ *, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__AsReadOnly, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__BinarySearch, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, UVTexture item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__BinarySearch_1, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, UVTexture item, IComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__BinarySearch_2, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, int32_t index, int32_t count, UVTexture item, IComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Clear, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A250, bool, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Contains, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, UVTexture item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__CopyTo, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, UVTexture__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__CopyTo_1, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, UVTexture__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__EnsureCapacity, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Exists, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Predicate_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, UVTexture, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Find, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Predicate_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ *, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__FindAll, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Predicate_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__FindIndex, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Predicate_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__FindIndex_1, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, int32_t startIndex, int32_t count, Predicate_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__ForEach, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Action_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__GetEnumerator, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__IndexOf, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, UVTexture item, MethodInfo * method)); DO_APP_FUNC(0x017A0890, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Insert, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, int32_t index, UVTexture item, MethodInfo * method)); DO_APP_FUNC(0x01800300, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__InsertRange, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, int32_t index, IEnumerable_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Remove, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, UVTexture item, MethodInfo * method)); DO_APP_FUNC(0x017A0DA0, int32_t, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__RemoveAll, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Predicate_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A0F80, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__RemoveAt, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__RemoveRange, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Reverse, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Reverse_1, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Sort, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Sort_1, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Comparison_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Sort_2, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, IComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Sort_3, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, int32_t index, int32_t count, IComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ *, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_ICollection_CopyTo, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_ICollection_get_IsSynchronized, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01800250, Object *, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_ICollection_get_SyncRoot, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IEnumerable_GetEnumerator, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IList_Add, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IList_Contains, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IList_IndexOf, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IList_Insert, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IList_Remove, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IList_get_IsFixedSize, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IList_get_IsReadOnly, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IList_get_Item, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IList_set_Item, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, UVTexture__Array *, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__ToArray, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__TrimExcess, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__get_Capacity, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__get_Count, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6B30, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__get_Count__MethodInfo); DO_APP_FUNC(0x01799950, UVTexture, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__get_Item, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6B20, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__set_Capacity, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A0620, void, List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__set_Item, (List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, int32_t index, UVTexture value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UdpKit_UdpEndPoint___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UdpKit_UdpEndPoint___ctor, (List_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D668, List_1_UdpKit_UdpEndPoint___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UdpKit_UdpEndPoint___ctor_1, (List_1_UdpKit_UdpEndPoint_ * __this, IEnumerable_1_UdpKit_UdpEndPoint_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E500, List_1_UdpKit_UdpEndPoint___ctor_1__MethodInfo); DO_APP_FUNC(0x01793F60, void, List_1_UdpKit_UdpEndPoint___ctor_2, (List_1_UdpKit_UdpEndPoint_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01800DA0, void, List_1_UdpKit_UdpEndPoint__Add, (List_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D650, List_1_UdpKit_UdpEndPoint__Add__MethodInfo); DO_APP_FUNC(0x018025B0, void, List_1_UdpKit_UdpEndPoint__AddEnumerable, (List_1_UdpKit_UdpEndPoint_ * __this, IEnumerable_1_UdpKit_UdpEndPoint_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UdpKit_UdpEndPoint__AddRange, (List_1_UdpKit_UdpEndPoint_ * __this, IEnumerable_1_UdpKit_UdpEndPoint_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E538, List_1_UdpKit_UdpEndPoint__AddRange__MethodInfo); DO_APP_FUNC(0x01800E40, void, List_1_UdpKit_UdpEndPoint__AddWithResize, (List_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UdpKit_UdpEndPoint_ *, List_1_UdpKit_UdpEndPoint__AsReadOnly, (List_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01801110, int32_t, List_1_UdpKit_UdpEndPoint__BinarySearch, (List_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint item, MethodInfo * method)); DO_APP_FUNC(0x018011B0, int32_t, List_1_UdpKit_UdpEndPoint__BinarySearch_1, (List_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint item, IComparer_1_UdpKit_UdpEndPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01801040, int32_t, List_1_UdpKit_UdpEndPoint__BinarySearch_2, (List_1_UdpKit_UdpEndPoint_ * __this, int32_t index, int32_t count, UdpEndPoint item, IComparer_1_UdpKit_UdpEndPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UdpKit_UdpEndPoint__Clear, (List_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01801260, bool, List_1_UdpKit_UdpEndPoint__Contains, (List_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UdpKit_UdpEndPoint__CopyTo, (List_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UdpKit_UdpEndPoint__CopyTo_1, (List_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UdpKit_UdpEndPoint__EnsureCapacity, (List_1_UdpKit_UdpEndPoint_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UdpKit_UdpEndPoint__Exists, (List_1_UdpKit_UdpEndPoint_ * __this, Predicate_1_UdpKit_UdpEndPoint_ * match, MethodInfo * method)); DO_APP_FUNC(0x01801410, UdpEndPoint, List_1_UdpKit_UdpEndPoint__Find, (List_1_UdpKit_UdpEndPoint_ * __this, Predicate_1_UdpKit_UdpEndPoint_ * match, MethodInfo * method)); DO_APP_FUNC(0x01801550, List_1_UdpKit_UdpEndPoint_ *, List_1_UdpKit_UdpEndPoint__FindAll, (List_1_UdpKit_UdpEndPoint_ * __this, Predicate_1_UdpKit_UdpEndPoint_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UdpKit_UdpEndPoint__FindIndex, (List_1_UdpKit_UdpEndPoint_ * __this, Predicate_1_UdpKit_UdpEndPoint_ * match, MethodInfo * method)); DO_APP_FUNC(0x018016F0, int32_t, List_1_UdpKit_UdpEndPoint__FindIndex_1, (List_1_UdpKit_UdpEndPoint_ * __this, int32_t startIndex, int32_t count, Predicate_1_UdpKit_UdpEndPoint_ * match, MethodInfo * method)); DO_APP_FUNC(0x01801820, void, List_1_UdpKit_UdpEndPoint__ForEach, (List_1_UdpKit_UdpEndPoint_ * __this, Action_1_UdpKit_UdpEndPoint_ * action, MethodInfo * method)); DO_APP_FUNC(0x01801900, List_1_T_Enumerator_UdpKit_UdpEndPoint_, List_1_UdpKit_UdpEndPoint__GetEnumerator, (List_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E028, List_1_UdpKit_UdpEndPoint__GetEnumerator__MethodInfo); DO_APP_FUNC(0x01801AA0, int32_t, List_1_UdpKit_UdpEndPoint__IndexOf, (List_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint item, MethodInfo * method)); DO_APP_FUNC(0x01801C50, void, List_1_UdpKit_UdpEndPoint__Insert, (List_1_UdpKit_UdpEndPoint_ * __this, int32_t index, UdpEndPoint item, MethodInfo * method)); DO_APP_FUNC(0x01801E80, void, List_1_UdpKit_UdpEndPoint__InsertRange, (List_1_UdpKit_UdpEndPoint_ * __this, int32_t index, IEnumerable_1_UdpKit_UdpEndPoint_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01800AE0, bool, List_1_UdpKit_UdpEndPoint__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x018021F0, bool, List_1_UdpKit_UdpEndPoint__Remove, (List_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint item, MethodInfo * method)); DO_APP_FUNC(0x018023C0, int32_t, List_1_UdpKit_UdpEndPoint__RemoveAll, (List_1_UdpKit_UdpEndPoint_ * __this, Predicate_1_UdpKit_UdpEndPoint_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UdpKit_UdpEndPoint__RemoveAt, (List_1_UdpKit_UdpEndPoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UdpKit_UdpEndPoint__RemoveRange, (List_1_UdpKit_UdpEndPoint_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UdpKit_UdpEndPoint__Reverse, (List_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UdpKit_UdpEndPoint__Reverse_1, (List_1_UdpKit_UdpEndPoint_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UdpKit_UdpEndPoint__Sort, (List_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UdpKit_UdpEndPoint__Sort_1, (List_1_UdpKit_UdpEndPoint_ * __this, Comparison_1_UdpKit_UdpEndPoint_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UdpKit_UdpEndPoint__Sort_2, (List_1_UdpKit_UdpEndPoint_ * __this, IComparer_1_UdpKit_UdpEndPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UdpKit_UdpEndPoint__Sort_3, (List_1_UdpKit_UdpEndPoint_ * __this, int32_t index, int32_t count, IComparer_1_UdpKit_UdpEndPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UdpKit_UdpEndPoint__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018019B0, IEnumerator_1_UdpKit_UdpEndPoint_ *, List_1_UdpKit_UdpEndPoint__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UdpKit_UdpEndPoint__System_Collections_ICollection_CopyTo, (List_1_UdpKit_UdpEndPoint_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UdpKit_UdpEndPoint__System_Collections_ICollection_get_IsSynchronized, (List_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01800970, Object *, List_1_UdpKit_UdpEndPoint__System_Collections_ICollection_get_SyncRoot, (List_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018019B0, IEnumerator *, List_1_UdpKit_UdpEndPoint__System_Collections_IEnumerable_GetEnumerator, (List_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01800EC0, int32_t, List_1_UdpKit_UdpEndPoint__System_Collections_IList_Add, (List_1_UdpKit_UdpEndPoint_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x018012D0, bool, List_1_UdpKit_UdpEndPoint__System_Collections_IList_Contains, (List_1_UdpKit_UdpEndPoint_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01801B10, int32_t, List_1_UdpKit_UdpEndPoint__System_Collections_IList_IndexOf, (List_1_UdpKit_UdpEndPoint_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01801D30, void, List_1_UdpKit_UdpEndPoint__System_Collections_IList_Insert, (List_1_UdpKit_UdpEndPoint_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01802290, void, List_1_UdpKit_UdpEndPoint__System_Collections_IList_Remove, (List_1_UdpKit_UdpEndPoint_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UdpKit_UdpEndPoint__System_Collections_IList_get_IsFixedSize, (List_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UdpKit_UdpEndPoint__System_Collections_IList_get_IsReadOnly, (List_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01800BC0, Object *, List_1_UdpKit_UdpEndPoint__System_Collections_IList_get_Item, (List_1_UdpKit_UdpEndPoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01800C50, void, List_1_UdpKit_UdpEndPoint__System_Collections_IList_set_Item, (List_1_UdpKit_UdpEndPoint_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, UdpEndPoint__Array *, List_1_UdpKit_UdpEndPoint__ToArray, (List_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UdpKit_UdpEndPoint__TrimExcess, (List_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UdpKit_UdpEndPoint__get_Capacity, (List_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UdpKit_UdpEndPoint__get_Count, (List_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E540, List_1_UdpKit_UdpEndPoint__get_Count__MethodInfo); DO_APP_FUNC(0x01800A20, UdpEndPoint, List_1_UdpKit_UdpEndPoint__get_Item, (List_1_UdpKit_UdpEndPoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UdpKit_UdpEndPoint__set_Capacity, (List_1_UdpKit_UdpEndPoint_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01800A80, void, List_1_UdpKit_UdpEndPoint__set_Item, (List_1_UdpKit_UdpEndPoint_ * __this, int32_t index, UdpEndPoint value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UdpKit_UdpIPv4Address___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UdpKit_UdpIPv4Address___ctor, (List_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E588, List_1_UdpKit_UdpIPv4Address___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UdpKit_UdpIPv4Address___ctor_1, (List_1_UdpKit_UdpIPv4Address_ * __this, IEnumerable_1_UdpKit_UdpIPv4Address_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UdpKit_UdpIPv4Address___ctor_2, (List_1_UdpKit_UdpIPv4Address_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x003EAE30, void, List_1_UdpKit_UdpIPv4Address__Add, (List_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E590, List_1_UdpKit_UdpIPv4Address__Add__MethodInfo); DO_APP_FUNC(0x01802C60, void, List_1_UdpKit_UdpIPv4Address__AddEnumerable, (List_1_UdpKit_UdpIPv4Address_ * __this, IEnumerable_1_UdpKit_UdpIPv4Address_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UdpKit_UdpIPv4Address__AddRange, (List_1_UdpKit_UdpIPv4Address_ * __this, IEnumerable_1_UdpKit_UdpIPv4Address_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E580, List_1_UdpKit_UdpIPv4Address__AddRange__MethodInfo); DO_APP_FUNC(0x017B7FD0, void, List_1_UdpKit_UdpIPv4Address__AddWithResize, (List_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ *, List_1_UdpKit_UdpIPv4Address__AsReadOnly, (List_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B81A0, int32_t, List_1_UdpKit_UdpIPv4Address__BinarySearch, (List_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address item, MethodInfo * method)); DO_APP_FUNC(0x017B8220, int32_t, List_1_UdpKit_UdpIPv4Address__BinarySearch_1, (List_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address item, IComparer_1_UdpKit_UdpIPv4Address_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_UdpKit_UdpIPv4Address__BinarySearch_2, (List_1_UdpKit_UdpIPv4Address_ * __this, int32_t index, int32_t count, UdpIPv4Address item, IComparer_1_UdpKit_UdpIPv4Address_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UdpKit_UdpIPv4Address__Clear, (List_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E360, bool, List_1_UdpKit_UdpIPv4Address__Contains, (List_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UdpKit_UdpIPv4Address__CopyTo, (List_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UdpKit_UdpIPv4Address__CopyTo_1, (List_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UdpKit_UdpIPv4Address__EnsureCapacity, (List_1_UdpKit_UdpIPv4Address_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UdpKit_UdpIPv4Address__Exists, (List_1_UdpKit_UdpIPv4Address_ * __this, Predicate_1_UdpKit_UdpIPv4Address_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B83D0, UdpIPv4Address, List_1_UdpKit_UdpIPv4Address__Find, (List_1_UdpKit_UdpIPv4Address_ * __this, Predicate_1_UdpKit_UdpIPv4Address_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B84A0, List_1_UdpKit_UdpIPv4Address_ *, List_1_UdpKit_UdpIPv4Address__FindAll, (List_1_UdpKit_UdpIPv4Address_ * __this, Predicate_1_UdpKit_UdpIPv4Address_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UdpKit_UdpIPv4Address__FindIndex, (List_1_UdpKit_UdpIPv4Address_ * __this, Predicate_1_UdpKit_UdpIPv4Address_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B8600, int32_t, List_1_UdpKit_UdpIPv4Address__FindIndex_1, (List_1_UdpKit_UdpIPv4Address_ * __this, int32_t startIndex, int32_t count, Predicate_1_UdpKit_UdpIPv4Address_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B8700, void, List_1_UdpKit_UdpIPv4Address__ForEach, (List_1_UdpKit_UdpIPv4Address_ * __this, Action_1_UdpKit_UdpIPv4Address_ * action, MethodInfo * method)); DO_APP_FUNC(0x017B87C0, List_1_T_Enumerator_UdpKit_UdpIPv4Address_, List_1_UdpKit_UdpIPv4Address__GetEnumerator, (List_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179EA30, int32_t, List_1_UdpKit_UdpIPv4Address__IndexOf, (List_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address item, MethodInfo * method)); DO_APP_FUNC(0x017B8A50, void, List_1_UdpKit_UdpIPv4Address__Insert, (List_1_UdpKit_UdpIPv4Address_ * __this, int32_t index, UdpIPv4Address item, MethodInfo * method)); DO_APP_FUNC(0x01802910, void, List_1_UdpKit_UdpIPv4Address__InsertRange, (List_1_UdpKit_UdpIPv4Address_ * __this, int32_t index, IEnumerable_1_UdpKit_UdpIPv4Address_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B7D60, bool, List_1_UdpKit_UdpIPv4Address__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_UdpKit_UdpIPv4Address__Remove, (List_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address item, MethodInfo * method)); DO_APP_FUNC(0x017B90C0, int32_t, List_1_UdpKit_UdpIPv4Address__RemoveAll, (List_1_UdpKit_UdpIPv4Address_ * __this, Predicate_1_UdpKit_UdpIPv4Address_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UdpKit_UdpIPv4Address__RemoveAt, (List_1_UdpKit_UdpIPv4Address_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UdpKit_UdpIPv4Address__RemoveRange, (List_1_UdpKit_UdpIPv4Address_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UdpKit_UdpIPv4Address__Reverse, (List_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UdpKit_UdpIPv4Address__Reverse_1, (List_1_UdpKit_UdpIPv4Address_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UdpKit_UdpIPv4Address__Sort, (List_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UdpKit_UdpIPv4Address__Sort_1, (List_1_UdpKit_UdpIPv4Address_ * __this, Comparison_1_UdpKit_UdpIPv4Address_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UdpKit_UdpIPv4Address__Sort_2, (List_1_UdpKit_UdpIPv4Address_ * __this, IComparer_1_UdpKit_UdpIPv4Address_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UdpKit_UdpIPv4Address__Sort_3, (List_1_UdpKit_UdpIPv4Address_ * __this, int32_t index, int32_t count, IComparer_1_UdpKit_UdpIPv4Address_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UdpKit_UdpIPv4Address__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8850, IEnumerator_1_UdpKit_UdpIPv4Address_ *, List_1_UdpKit_UdpIPv4Address__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UdpKit_UdpIPv4Address__System_Collections_ICollection_CopyTo, (List_1_UdpKit_UdpIPv4Address_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UdpKit_UdpIPv4Address__System_Collections_ICollection_get_IsSynchronized, (List_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01802860, Object *, List_1_UdpKit_UdpIPv4Address__System_Collections_ICollection_get_SyncRoot, (List_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8850, IEnumerator *, List_1_UdpKit_UdpIPv4Address__System_Collections_IEnumerable_GetEnumerator, (List_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8040, int32_t, List_1_UdpKit_UdpIPv4Address__System_Collections_IList_Add, (List_1_UdpKit_UdpIPv4Address_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B82B0, bool, List_1_UdpKit_UdpIPv4Address__System_Collections_IList_Contains, (List_1_UdpKit_UdpIPv4Address_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8920, int32_t, List_1_UdpKit_UdpIPv4Address__System_Collections_IList_IndexOf, (List_1_UdpKit_UdpIPv4Address_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8B20, void, List_1_UdpKit_UdpIPv4Address__System_Collections_IList_Insert, (List_1_UdpKit_UdpIPv4Address_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8FB0, void, List_1_UdpKit_UdpIPv4Address__System_Collections_IList_Remove, (List_1_UdpKit_UdpIPv4Address_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UdpKit_UdpIPv4Address__System_Collections_IList_get_IsFixedSize, (List_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UdpKit_UdpIPv4Address__System_Collections_IList_get_IsReadOnly, (List_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B7E30, Object *, List_1_UdpKit_UdpIPv4Address__System_Collections_IList_get_Item, (List_1_UdpKit_UdpIPv4Address_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017B7EA0, void, List_1_UdpKit_UdpIPv4Address__System_Collections_IList_set_Item, (List_1_UdpKit_UdpIPv4Address_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, UdpIPv4Address__Array *, List_1_UdpKit_UdpIPv4Address__ToArray, (List_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UdpKit_UdpIPv4Address__TrimExcess, (List_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UdpKit_UdpIPv4Address__get_Capacity, (List_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UdpKit_UdpIPv4Address__get_Count, (List_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E5A0, List_1_UdpKit_UdpIPv4Address__get_Count__MethodInfo); DO_APP_FUNC(0x017B7CE0, UdpIPv4Address, List_1_UdpKit_UdpIPv4Address__get_Item, (List_1_UdpKit_UdpIPv4Address_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E598, List_1_UdpKit_UdpIPv4Address__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UdpKit_UdpIPv4Address__set_Capacity, (List_1_UdpKit_UdpIPv4Address_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017B7D20, void, List_1_UdpKit_UdpIPv4Address__set_Item, (List_1_UdpKit_UdpIPv4Address_ * __this, int32_t index, UdpIPv4Address value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_InputSystem_XR_UsageHint___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_InputSystem_XR_UsageHint___ctor, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_InputSystem_XR_UsageHint___ctor_1, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, IEnumerable_1_UnityEngine_InputSystem_XR_UsageHint_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_InputSystem_XR_UsageHint___ctor_2, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017B0CF0, void, List_1_UnityEngine_InputSystem_XR_UsageHint__Add, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, UsageHint item, MethodInfo * method)); DO_APP_FUNC(0x018032C0, void, List_1_UnityEngine_InputSystem_XR_UsageHint__AddEnumerable, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, IEnumerable_1_UnityEngine_InputSystem_XR_UsageHint_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_InputSystem_XR_UsageHint__AddRange, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, IEnumerable_1_UnityEngine_InputSystem_XR_UsageHint_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B0D50, void, List_1_UnityEngine_InputSystem_XR_UsageHint__AddWithResize, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, UsageHint item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ *, List_1_UnityEngine_InputSystem_XR_UsageHint__AsReadOnly, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E240, int32_t, List_1_UnityEngine_InputSystem_XR_UsageHint__BinarySearch, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, UsageHint item, MethodInfo * method)); DO_APP_FUNC(0x0179E2C0, int32_t, List_1_UnityEngine_InputSystem_XR_UsageHint__BinarySearch_1, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, UsageHint item, IComparer_1_UnityEngine_InputSystem_XR_UsageHint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_UnityEngine_InputSystem_XR_UsageHint__BinarySearch_2, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, int32_t index, int32_t count, UsageHint item, IComparer_1_UnityEngine_InputSystem_XR_UsageHint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_InputSystem_XR_UsageHint__Clear, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E360, bool, List_1_UnityEngine_InputSystem_XR_UsageHint__Contains, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, UsageHint item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_InputSystem_XR_UsageHint__CopyTo, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, UsageHint__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_InputSystem_XR_UsageHint__CopyTo_1, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, UsageHint__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_InputSystem_XR_UsageHint__EnsureCapacity, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_InputSystem_XR_UsageHint__Exists, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, Predicate_1_UnityEngine_InputSystem_XR_UsageHint_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E4E0, UsageHint, List_1_UnityEngine_InputSystem_XR_UsageHint__Find, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, Predicate_1_UnityEngine_InputSystem_XR_UsageHint_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E5B0, List_1_UnityEngine_InputSystem_XR_UsageHint_ *, List_1_UnityEngine_InputSystem_XR_UsageHint__FindAll, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, Predicate_1_UnityEngine_InputSystem_XR_UsageHint_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_InputSystem_XR_UsageHint__FindIndex, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, Predicate_1_UnityEngine_InputSystem_XR_UsageHint_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E710, int32_t, List_1_UnityEngine_InputSystem_XR_UsageHint__FindIndex_1, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_InputSystem_XR_UsageHint_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E810, void, List_1_UnityEngine_InputSystem_XR_UsageHint__ForEach, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, Action_1_UnityEngine_InputSystem_XR_UsageHint_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179E8D0, List_1_T_Enumerator_UnityEngine_InputSystem_XR_UsageHint_, List_1_UnityEngine_InputSystem_XR_UsageHint__GetEnumerator, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92708, List_1_UnityEngine_InputSystem_XR_UsageHint__GetEnumerator__MethodInfo); DO_APP_FUNC(0x0179EA30, int32_t, List_1_UnityEngine_InputSystem_XR_UsageHint__IndexOf, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, UsageHint item, MethodInfo * method)); DO_APP_FUNC(0x017B0DC0, void, List_1_UnityEngine_InputSystem_XR_UsageHint__Insert, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, int32_t index, UsageHint item, MethodInfo * method)); DO_APP_FUNC(0x01802F70, void, List_1_UnityEngine_InputSystem_XR_UsageHint__InsertRange, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, int32_t index, IEnumerable_1_UnityEngine_InputSystem_XR_UsageHint_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179DD10, bool, List_1_UnityEngine_InputSystem_XR_UsageHint__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_UnityEngine_InputSystem_XR_UsageHint__Remove, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, UsageHint item, MethodInfo * method)); DO_APP_FUNC(0x017B11D0, int32_t, List_1_UnityEngine_InputSystem_XR_UsageHint__RemoveAll, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, Predicate_1_UnityEngine_InputSystem_XR_UsageHint_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B1360, void, List_1_UnityEngine_InputSystem_XR_UsageHint__RemoveAt, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_InputSystem_XR_UsageHint__RemoveRange, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_InputSystem_XR_UsageHint__Reverse, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_InputSystem_XR_UsageHint__Reverse_1, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_InputSystem_XR_UsageHint__Sort, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_InputSystem_XR_UsageHint__Sort_1, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, Comparison_1_UnityEngine_InputSystem_XR_UsageHint_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_InputSystem_XR_UsageHint__Sort_2, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, IComparer_1_UnityEngine_InputSystem_XR_UsageHint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_InputSystem_XR_UsageHint__Sort_3, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_InputSystem_XR_UsageHint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator_1_UnityEngine_InputSystem_XR_UsageHint_ *, List_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01802EC0, Object *, List_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator *, List_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E050, int32_t, List_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IList_Add, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179E3B0, bool, List_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IList_Contains, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EA80, int32_t, List_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IList_IndexOf, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EC80, void, List_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IList_Insert, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179F190, void, List_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IList_Remove, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DDE0, Object *, List_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IList_get_Item, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179DE50, void, List_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IList_set_Item, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, UsageHint__Array *, List_1_UnityEngine_InputSystem_XR_UsageHint__ToArray, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_InputSystem_XR_UsageHint__TrimExcess, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_InputSystem_XR_UsageHint__get_Capacity, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_InputSystem_XR_UsageHint__get_Count, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DC90, UsageHint, List_1_UnityEngine_InputSystem_XR_UsageHint__get_Item, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_InputSystem_XR_UsageHint__set_Capacity, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017B0CB0, void, List_1_UnityEngine_InputSystem_XR_UsageHint__set_Item, (List_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, int32_t index, UsageHint value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Discord_User___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Discord_User___ctor, (List_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB050, List_1_Discord_User___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Discord_User___ctor_1, (List_1_Discord_User_ * __this, IEnumerable_1_Discord_User_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Discord_User___ctor_2, (List_1_Discord_User_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01803680, void, List_1_Discord_User__Add, (List_1_Discord_User_ * __this, User item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB058, List_1_Discord_User__Add__MethodInfo); DO_APP_FUNC(0x01803FC0, void, List_1_Discord_User__AddEnumerable, (List_1_Discord_User_ * __this, IEnumerable_1_Discord_User_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Discord_User__AddRange, (List_1_Discord_User_ * __this, IEnumerable_1_Discord_User_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01803780, void, List_1_Discord_User__AddWithResize, (List_1_Discord_User_ * __this, User item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Discord_User_ *, List_1_Discord_User__AsReadOnly, (List_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE640, int32_t, List_1_Discord_User__BinarySearch, (List_1_Discord_User_ * __this, User item, MethodInfo * method)); DO_APP_FUNC(0x017AE6E0, int32_t, List_1_Discord_User__BinarySearch_1, (List_1_Discord_User_ * __this, User item, IComparer_1_Discord_User_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017AE580, int32_t, List_1_Discord_User__BinarySearch_2, (List_1_Discord_User_ * __this, int32_t index, int32_t count, User item, IComparer_1_Discord_User_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Discord_User__Clear, (List_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE790, bool, List_1_Discord_User__Contains, (List_1_Discord_User_ * __this, User item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Discord_User__CopyTo, (List_1_Discord_User_ * __this, User__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Discord_User__CopyTo_1, (List_1_Discord_User_ * __this, User__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Discord_User__EnsureCapacity, (List_1_Discord_User_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Discord_User__Exists, (List_1_Discord_User_ * __this, Predicate_1_Discord_User_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AE940, User, List_1_Discord_User__Find, (List_1_Discord_User_ * __this, Predicate_1_Discord_User_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AEA80, List_1_Discord_User_ *, List_1_Discord_User__FindAll, (List_1_Discord_User_ * __this, Predicate_1_Discord_User_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Discord_User__FindIndex, (List_1_Discord_User_ * __this, Predicate_1_Discord_User_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AEC20, int32_t, List_1_Discord_User__FindIndex_1, (List_1_Discord_User_ * __this, int32_t startIndex, int32_t count, Predicate_1_Discord_User_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AED50, void, List_1_Discord_User__ForEach, (List_1_Discord_User_ * __this, Action_1_Discord_User_ * action, MethodInfo * method)); DO_APP_FUNC(0x017AEE30, List_1_T_Enumerator_Discord_User_, List_1_Discord_User__GetEnumerator, (List_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AEFE0, int32_t, List_1_Discord_User__IndexOf, (List_1_Discord_User_ * __this, User item, MethodInfo * method)); DO_APP_FUNC(0x01803860, void, List_1_Discord_User__Insert, (List_1_Discord_User_ * __this, int32_t index, User item, MethodInfo * method)); DO_APP_FUNC(0x018039A0, void, List_1_Discord_User__InsertRange, (List_1_Discord_User_ * __this, int32_t index, IEnumerable_1_Discord_User_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017ADF50, bool, List_1_Discord_User__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017AF7C0, bool, List_1_Discord_User__Remove, (List_1_Discord_User_ * __this, User item, MethodInfo * method)); DO_APP_FUNC(0x01803D20, int32_t, List_1_Discord_User__RemoveAll, (List_1_Discord_User_ * __this, Predicate_1_Discord_User_ * match, MethodInfo * method)); DO_APP_FUNC(0x01803F20, void, List_1_Discord_User__RemoveAt, (List_1_Discord_User_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_Discord_User__RemoveRange, (List_1_Discord_User_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Discord_User__Reverse, (List_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Discord_User__Reverse_1, (List_1_Discord_User_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Discord_User__Sort, (List_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Discord_User__Sort_1, (List_1_Discord_User_ * __this, Comparison_1_Discord_User_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Discord_User__Sort_2, (List_1_Discord_User_ * __this, IComparer_1_Discord_User_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Discord_User__Sort_3, (List_1_Discord_User_ * __this, int32_t index, int32_t count, IComparer_1_Discord_User_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Discord_User__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AEEE0, IEnumerator_1_Discord_User_ *, List_1_Discord_User__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Discord_User__System_Collections_ICollection_CopyTo, (List_1_Discord_User_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Discord_User__System_Collections_ICollection_get_IsSynchronized, (List_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01803510, Object *, List_1_Discord_User__System_Collections_ICollection_get_SyncRoot, (List_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AEEE0, IEnumerator *, List_1_Discord_User__System_Collections_IEnumerable_GetEnumerator, (List_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE400, int32_t, List_1_Discord_User__System_Collections_IList_Add, (List_1_Discord_User_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AE800, bool, List_1_Discord_User__System_Collections_IList_Contains, (List_1_Discord_User_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF050, int32_t, List_1_Discord_User__System_Collections_IList_IndexOf, (List_1_Discord_User_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF2E0, void, List_1_Discord_User__System_Collections_IList_Insert, (List_1_Discord_User_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF860, void, List_1_Discord_User__System_Collections_IList_Remove, (List_1_Discord_User_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Discord_User__System_Collections_IList_get_IsFixedSize, (List_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Discord_User__System_Collections_IList_get_IsReadOnly, (List_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE040, Object *, List_1_Discord_User__System_Collections_IList_get_Item, (List_1_Discord_User_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017AE0D0, void, List_1_Discord_User__System_Collections_IList_set_Item, (List_1_Discord_User_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, User__Array *, List_1_Discord_User__ToArray, (List_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Discord_User__TrimExcess, (List_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Discord_User__get_Capacity, (List_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Discord_User__get_Count, (List_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017ADE30, User, List_1_Discord_User__get_Item, (List_1_Discord_User_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_Discord_User__set_Capacity, (List_1_Discord_User_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x018035C0, void, List_1_Discord_User__set_Item, (List_1_Discord_User_ * __this, int32_t index, User value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Vector2___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Vector2___ctor, (List_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6428, List_1_UnityEngine_Vector2___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Vector2___ctor_1, (List_1_UnityEngine_Vector2_ * __this, IEnumerable_1_UnityEngine_Vector2_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC608, List_1_UnityEngine_Vector2___ctor_1__MethodInfo); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Vector2___ctor_2, (List_1_UnityEngine_Vector2_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C942B8, List_1_UnityEngine_Vector2___ctor_2__MethodInfo); DO_APP_FUNC(0x01804650, void, List_1_UnityEngine_Vector2__Add, (List_1_UnityEngine_Vector2_ * __this, Vector2 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6320, List_1_UnityEngine_Vector2__Add__MethodInfo); DO_APP_FUNC(0x01805A10, void, List_1_UnityEngine_Vector2__AddEnumerable, (List_1_UnityEngine_Vector2_ * __this, IEnumerable_1_UnityEngine_Vector2_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Vector2__AddRange, (List_1_UnityEngine_Vector2_ * __this, IEnumerable_1_UnityEngine_Vector2_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C572F8, List_1_UnityEngine_Vector2__AddRange__MethodInfo); DO_APP_FUNC(0x018046E0, void, List_1_UnityEngine_Vector2__AddWithResize, (List_1_UnityEngine_Vector2_ * __this, Vector2 item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Vector2_ *, List_1_UnityEngine_Vector2__AsReadOnly, (List_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018048D0, int32_t, List_1_UnityEngine_Vector2__BinarySearch, (List_1_UnityEngine_Vector2_ * __this, Vector2 item, MethodInfo * method)); DO_APP_FUNC(0x01804970, int32_t, List_1_UnityEngine_Vector2__BinarySearch_1, (List_1_UnityEngine_Vector2_ * __this, Vector2 item, IComparer_1_UnityEngine_Vector2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_UnityEngine_Vector2__BinarySearch_2, (List_1_UnityEngine_Vector2_ * __this, int32_t index, int32_t count, Vector2 item, IComparer_1_UnityEngine_Vector2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_Vector2__Clear, (List_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C942D8, List_1_UnityEngine_Vector2__Clear__MethodInfo); DO_APP_FUNC(0x0179E360, bool, List_1_UnityEngine_Vector2__Contains, (List_1_UnityEngine_Vector2_ * __this, Vector2 item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Vector2__CopyTo, (List_1_UnityEngine_Vector2_ * __this, Vector2__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Vector2__CopyTo_1, (List_1_UnityEngine_Vector2_ * __this, Vector2__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Vector2__EnsureCapacity, (List_1_UnityEngine_Vector2_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Vector2__Exists, (List_1_UnityEngine_Vector2_ * __this, Predicate_1_UnityEngine_Vector2_ * match, MethodInfo * method)); DO_APP_FUNC(0x01804B40, Vector2, List_1_UnityEngine_Vector2__Find, (List_1_UnityEngine_Vector2_ * __this, Predicate_1_UnityEngine_Vector2_ * match, MethodInfo * method)); DO_APP_FUNC(0x01804C40, List_1_UnityEngine_Vector2_ *, List_1_UnityEngine_Vector2__FindAll, (List_1_UnityEngine_Vector2_ * __this, Predicate_1_UnityEngine_Vector2_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Vector2__FindIndex, (List_1_UnityEngine_Vector2_ * __this, Predicate_1_UnityEngine_Vector2_ * match, MethodInfo * method)); DO_APP_FUNC(0x01804DC0, int32_t, List_1_UnityEngine_Vector2__FindIndex_1, (List_1_UnityEngine_Vector2_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Vector2_ * match, MethodInfo * method)); DO_APP_FUNC(0x01804ED0, void, List_1_UnityEngine_Vector2__ForEach, (List_1_UnityEngine_Vector2_ * __this, Action_1_UnityEngine_Vector2_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179E8D0, List_1_T_Enumerator_UnityEngine_Vector2_, List_1_UnityEngine_Vector2__GetEnumerator, (List_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01804FA0, int32_t, List_1_UnityEngine_Vector2__IndexOf, (List_1_UnityEngine_Vector2_ * __this, Vector2 item, MethodInfo * method)); DO_APP_FUNC(0x01805130, void, List_1_UnityEngine_Vector2__Insert, (List_1_UnityEngine_Vector2_ * __this, int32_t index, Vector2 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF208, List_1_UnityEngine_Vector2__Insert__MethodInfo); DO_APP_FUNC(0x01805340, void, List_1_UnityEngine_Vector2__InsertRange, (List_1_UnityEngine_Vector2_ * __this, int32_t index, IEnumerable_1_UnityEngine_Vector2_ * collection, MethodInfo * method)); DO_APP_FUNC(0x018043D0, bool, List_1_UnityEngine_Vector2__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x018056A0, bool, List_1_UnityEngine_Vector2__Remove, (List_1_UnityEngine_Vector2_ * __this, Vector2 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDC38, List_1_UnityEngine_Vector2__Remove__MethodInfo); DO_APP_FUNC(0x01805850, int32_t, List_1_UnityEngine_Vector2__RemoveAll, (List_1_UnityEngine_Vector2_ * __this, Predicate_1_UnityEngine_Vector2_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_Vector2__RemoveAt, (List_1_UnityEngine_Vector2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF3F8, List_1_UnityEngine_Vector2__RemoveAt__MethodInfo); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_Vector2__RemoveRange, (List_1_UnityEngine_Vector2_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Vector2__Reverse, (List_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Vector2__Reverse_1, (List_1_UnityEngine_Vector2_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Vector2__Sort, (List_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Vector2__Sort_1, (List_1_UnityEngine_Vector2_ * __this, Comparison_1_UnityEngine_Vector2_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Vector2__Sort_2, (List_1_UnityEngine_Vector2_ * __this, IComparer_1_UnityEngine_Vector2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Vector2__Sort_3, (List_1_UnityEngine_Vector2_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Vector2_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Vector2__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator_1_UnityEngine_Vector2_ *, List_1_UnityEngine_Vector2__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Vector2__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Vector2_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Vector2__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01804270, Object *, List_1_UnityEngine_Vector2__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator *, List_1_UnityEngine_Vector2__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01804760, int32_t, List_1_UnityEngine_Vector2__System_Collections_IList_Add, (List_1_UnityEngine_Vector2_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01804A10, bool, List_1_UnityEngine_Vector2__System_Collections_IList_Contains, (List_1_UnityEngine_Vector2_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01804FF0, int32_t, List_1_UnityEngine_Vector2__System_Collections_IList_IndexOf, (List_1_UnityEngine_Vector2_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01805200, void, List_1_UnityEngine_Vector2__System_Collections_IList_Insert, (List_1_UnityEngine_Vector2_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01805730, void, List_1_UnityEngine_Vector2__System_Collections_IList_Remove, (List_1_UnityEngine_Vector2_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Vector2__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Vector2__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018044B0, Object *, List_1_UnityEngine_Vector2__System_Collections_IList_get_Item, (List_1_UnityEngine_Vector2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01804510, void, List_1_UnityEngine_Vector2__System_Collections_IList_set_Item, (List_1_UnityEngine_Vector2_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Vector2__Array *, List_1_UnityEngine_Vector2__ToArray, (List_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95958, List_1_UnityEngine_Vector2__ToArray__MethodInfo); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Vector2__TrimExcess, (List_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Vector2__get_Capacity, (List_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Vector2__get_Count, (List_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6298, List_1_UnityEngine_Vector2__get_Count__MethodInfo); DO_APP_FUNC(0x01804320, Vector2, List_1_UnityEngine_Vector2__get_Item, (List_1_UnityEngine_Vector2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6290, List_1_UnityEngine_Vector2__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Vector2__set_Capacity, (List_1_UnityEngine_Vector2_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01804370, void, List_1_UnityEngine_Vector2__set_Item, (List_1_UnityEngine_Vector2_ * __this, int32_t index, Vector2 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBB48, List_1_UnityEngine_Vector2__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Vector3___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Vector3___ctor, (List_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6420, List_1_UnityEngine_Vector3___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Vector3___ctor_1, (List_1_UnityEngine_Vector3_ * __this, IEnumerable_1_UnityEngine_Vector3_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83890, List_1_UnityEngine_Vector3___ctor_1__MethodInfo); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Vector3___ctor_2, (List_1_UnityEngine_Vector3_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C942C8, List_1_UnityEngine_Vector3___ctor_2__MethodInfo); DO_APP_FUNC(0x00AE89D0, void, List_1_UnityEngine_Vector3__Add, (List_1_UnityEngine_Vector3_ * __this, Vector3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6328, List_1_UnityEngine_Vector3__Add__MethodInfo); DO_APP_FUNC(0x018060A0, void, List_1_UnityEngine_Vector3__AddEnumerable, (List_1_UnityEngine_Vector3_ * __this, IEnumerable_1_UnityEngine_Vector3_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Vector3__AddRange, (List_1_UnityEngine_Vector3_ * __this, IEnumerable_1_UnityEngine_Vector3_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC0B0, List_1_UnityEngine_Vector3__AddRange__MethodInfo); DO_APP_FUNC(0x017A8B90, void, List_1_UnityEngine_Vector3__AddWithResize, (List_1_UnityEngine_Vector3_ * __this, Vector3 item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Vector3_ *, List_1_UnityEngine_Vector3__AsReadOnly, (List_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8E40, int32_t, List_1_UnityEngine_Vector3__BinarySearch, (List_1_UnityEngine_Vector3_ * __this, Vector3 item, MethodInfo * method)); DO_APP_FUNC(0x017A8EE0, int32_t, List_1_UnityEngine_Vector3__BinarySearch_1, (List_1_UnityEngine_Vector3_ * __this, Vector3 item, IComparer_1_UnityEngine_Vector3_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017A8D80, int32_t, List_1_UnityEngine_Vector3__BinarySearch_2, (List_1_UnityEngine_Vector3_ * __this, int32_t index, int32_t count, Vector3 item, IComparer_1_UnityEngine_Vector3_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_Vector3__Clear, (List_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC100, List_1_UnityEngine_Vector3__Clear__MethodInfo); DO_APP_FUNC(0x017A8F80, bool, List_1_UnityEngine_Vector3__Contains, (List_1_UnityEngine_Vector3_ * __this, Vector3 item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Vector3__CopyTo, (List_1_UnityEngine_Vector3_ * __this, Vector3__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Vector3__CopyTo_1, (List_1_UnityEngine_Vector3_ * __this, Vector3__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Vector3__EnsureCapacity, (List_1_UnityEngine_Vector3_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Vector3__Exists, (List_1_UnityEngine_Vector3_ * __this, Predicate_1_UnityEngine_Vector3_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A9130, Vector3, List_1_UnityEngine_Vector3__Find, (List_1_UnityEngine_Vector3_ * __this, Predicate_1_UnityEngine_Vector3_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A9250, List_1_UnityEngine_Vector3_ *, List_1_UnityEngine_Vector3__FindAll, (List_1_UnityEngine_Vector3_ * __this, Predicate_1_UnityEngine_Vector3_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Vector3__FindIndex, (List_1_UnityEngine_Vector3_ * __this, Predicate_1_UnityEngine_Vector3_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A93D0, int32_t, List_1_UnityEngine_Vector3__FindIndex_1, (List_1_UnityEngine_Vector3_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Vector3_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A94F0, void, List_1_UnityEngine_Vector3__ForEach, (List_1_UnityEngine_Vector3_ * __this, Action_1_UnityEngine_Vector3_ * action, MethodInfo * method)); DO_APP_FUNC(0x017A95C0, List_1_T_Enumerator_UnityEngine_Vector3_, List_1_UnityEngine_Vector3__GetEnumerator, (List_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB3E0, List_1_UnityEngine_Vector3__GetEnumerator__MethodInfo); DO_APP_FUNC(0x017A9730, int32_t, List_1_UnityEngine_Vector3__IndexOf, (List_1_UnityEngine_Vector3_ * __this, Vector3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC610, List_1_UnityEngine_Vector3__IndexOf__MethodInfo); DO_APP_FUNC(0x017A98D0, void, List_1_UnityEngine_Vector3__Insert, (List_1_UnityEngine_Vector3_ * __this, int32_t index, Vector3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C478, List_1_UnityEngine_Vector3__Insert__MethodInfo); DO_APP_FUNC(0x01805D30, void, List_1_UnityEngine_Vector3__InsertRange, (List_1_UnityEngine_Vector3_ * __this, int32_t index, IEnumerable_1_UnityEngine_Vector3_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A88E0, bool, List_1_UnityEngine_Vector3__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017A9ED0, bool, List_1_UnityEngine_Vector3__Remove, (List_1_UnityEngine_Vector3_ * __this, Vector3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC0A0, List_1_UnityEngine_Vector3__Remove__MethodInfo); DO_APP_FUNC(0x017AA090, int32_t, List_1_UnityEngine_Vector3__RemoveAll, (List_1_UnityEngine_Vector3_ * __this, Predicate_1_UnityEngine_Vector3_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_Vector3__RemoveAt, (List_1_UnityEngine_Vector3_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FE60, List_1_UnityEngine_Vector3__RemoveAt__MethodInfo); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_Vector3__RemoveRange, (List_1_UnityEngine_Vector3_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96000, List_1_UnityEngine_Vector3__RemoveRange__MethodInfo); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Vector3__Reverse, (List_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82760, List_1_UnityEngine_Vector3__Reverse__MethodInfo); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Vector3__Reverse_1, (List_1_UnityEngine_Vector3_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Vector3__Sort, (List_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Vector3__Sort_1, (List_1_UnityEngine_Vector3_ * __this, Comparison_1_UnityEngine_Vector3_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Vector3__Sort_2, (List_1_UnityEngine_Vector3_ * __this, IComparer_1_UnityEngine_Vector3_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Vector3__Sort_3, (List_1_UnityEngine_Vector3_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Vector3_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Vector3__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9650, IEnumerator_1_UnityEngine_Vector3_ *, List_1_UnityEngine_Vector3__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Vector3__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Vector3_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Vector3__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01805C80, Object *, List_1_UnityEngine_Vector3__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9650, IEnumerator *, List_1_UnityEngine_Vector3__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8C10, int32_t, List_1_UnityEngine_Vector3__System_Collections_IList_Add, (List_1_UnityEngine_Vector3_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A8FF0, bool, List_1_UnityEngine_Vector3__System_Collections_IList_Contains, (List_1_UnityEngine_Vector3_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A9790, int32_t, List_1_UnityEngine_Vector3__System_Collections_IList_IndexOf, (List_1_UnityEngine_Vector3_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A99B0, void, List_1_UnityEngine_Vector3__System_Collections_IList_Insert, (List_1_UnityEngine_Vector3_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A9F60, void, List_1_UnityEngine_Vector3__System_Collections_IList_Remove, (List_1_UnityEngine_Vector3_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Vector3__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Vector3__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A89C0, Object *, List_1_UnityEngine_Vector3__System_Collections_IList_get_Item, (List_1_UnityEngine_Vector3_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017A8A40, void, List_1_UnityEngine_Vector3__System_Collections_IList_set_Item, (List_1_UnityEngine_Vector3_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Vector3__Array *, List_1_UnityEngine_Vector3__ToArray, (List_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC0E8, List_1_UnityEngine_Vector3__ToArray__MethodInfo); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Vector3__TrimExcess, (List_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Vector3__get_Capacity, (List_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F178, List_1_UnityEngine_Vector3__get_Capacity__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Vector3__get_Count, (List_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6288, List_1_UnityEngine_Vector3__get_Count__MethodInfo); DO_APP_FUNC(0x017A8820, Vector3, List_1_UnityEngine_Vector3__get_Item, (List_1_UnityEngine_Vector3_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6278, List_1_UnityEngine_Vector3__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Vector3__set_Capacity, (List_1_UnityEngine_Vector3_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F188, List_1_UnityEngine_Vector3__set_Capacity__MethodInfo); DO_APP_FUNC(0x017A8880, void, List_1_UnityEngine_Vector3__set_Item, (List_1_UnityEngine_Vector3_ * __this, int32_t index, Vector3 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C480, List_1_UnityEngine_Vector3__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Vector4___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Vector4___ctor, (List_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6430, List_1_UnityEngine_Vector4___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Vector4___ctor_1, (List_1_UnityEngine_Vector4_ * __this, IEnumerable_1_UnityEngine_Vector4_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Vector4___ctor_2, (List_1_UnityEngine_Vector4_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C942D0, List_1_UnityEngine_Vector4___ctor_2__MethodInfo); DO_APP_FUNC(0x017A6170, void, List_1_UnityEngine_Vector4__Add, (List_1_UnityEngine_Vector4_ * __this, Vector4 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6330, List_1_UnityEngine_Vector4__Add__MethodInfo); DO_APP_FUNC(0x01806790, void, List_1_UnityEngine_Vector4__AddEnumerable, (List_1_UnityEngine_Vector4_ * __this, IEnumerable_1_UnityEngine_Vector4_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Vector4__AddRange, (List_1_UnityEngine_Vector4_ * __this, IEnumerable_1_UnityEngine_Vector4_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5940, List_1_UnityEngine_Vector4__AddRange__MethodInfo); DO_APP_FUNC(0x017A61F0, void, List_1_UnityEngine_Vector4__AddWithResize, (List_1_UnityEngine_Vector4_ * __this, Vector4 item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Vector4_ *, List_1_UnityEngine_Vector4__AsReadOnly, (List_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_Vector4__BinarySearch, (List_1_UnityEngine_Vector4_ * __this, Vector4 item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_Vector4__BinarySearch_1, (List_1_UnityEngine_Vector4_ * __this, Vector4 item, IComparer_1_UnityEngine_Vector4_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_Vector4__BinarySearch_2, (List_1_UnityEngine_Vector4_ * __this, int32_t index, int32_t count, Vector4 item, IComparer_1_UnityEngine_Vector4_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_Vector4__Clear, (List_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C942C0, List_1_UnityEngine_Vector4__Clear__MethodInfo); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_Vector4__Contains, (List_1_UnityEngine_Vector4_ * __this, Vector4 item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Vector4__CopyTo, (List_1_UnityEngine_Vector4_ * __this, Vector4__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Vector4__CopyTo_1, (List_1_UnityEngine_Vector4_ * __this, Vector4__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Vector4__EnsureCapacity, (List_1_UnityEngine_Vector4_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Vector4__Exists, (List_1_UnityEngine_Vector4_ * __this, Predicate_1_UnityEngine_Vector4_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, Vector4, List_1_UnityEngine_Vector4__Find, (List_1_UnityEngine_Vector4_ * __this, Predicate_1_UnityEngine_Vector4_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_Vector4_ *, List_1_UnityEngine_Vector4__FindAll, (List_1_UnityEngine_Vector4_ * __this, Predicate_1_UnityEngine_Vector4_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Vector4__FindIndex, (List_1_UnityEngine_Vector4_ * __this, Predicate_1_UnityEngine_Vector4_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_Vector4__FindIndex_1, (List_1_UnityEngine_Vector4_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Vector4_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_Vector4__ForEach, (List_1_UnityEngine_Vector4_ * __this, Action_1_UnityEngine_Vector4_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_Vector4_, List_1_UnityEngine_Vector4__GetEnumerator, (List_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_Vector4__IndexOf, (List_1_UnityEngine_Vector4_ * __this, Vector4 item, MethodInfo * method)); DO_APP_FUNC(0x017A6260, void, List_1_UnityEngine_Vector4__Insert, (List_1_UnityEngine_Vector4_ * __this, int32_t index, Vector4 item, MethodInfo * method)); DO_APP_FUNC(0x018063D0, void, List_1_UnityEngine_Vector4__InsertRange, (List_1_UnityEngine_Vector4_ * __this, int32_t index, IEnumerable_1_UnityEngine_Vector4_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B7570, bool, List_1_UnityEngine_Vector4__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_Vector4__Remove, (List_1_UnityEngine_Vector4_ * __this, Vector4 item, MethodInfo * method)); DO_APP_FUNC(0x017A66F0, int32_t, List_1_UnityEngine_Vector4__RemoveAll, (List_1_UnityEngine_Vector4_ * __this, Predicate_1_UnityEngine_Vector4_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_Vector4__RemoveAt, (List_1_UnityEngine_Vector4_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_Vector4__RemoveRange, (List_1_UnityEngine_Vector4_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Vector4__Reverse, (List_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Vector4__Reverse_1, (List_1_UnityEngine_Vector4_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Vector4__Sort, (List_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Vector4__Sort_1, (List_1_UnityEngine_Vector4_ * __this, Comparison_1_UnityEngine_Vector4_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Vector4__Sort_2, (List_1_UnityEngine_Vector4_ * __this, IComparer_1_UnityEngine_Vector4_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Vector4__Sort_3, (List_1_UnityEngine_Vector4_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Vector4_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Vector4__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_Vector4_ *, List_1_UnityEngine_Vector4__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Vector4__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Vector4_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Vector4__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01806320, Object *, List_1_UnityEngine_Vector4__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_Vector4__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_Vector4__System_Collections_IList_Add, (List_1_UnityEngine_Vector4_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_Vector4__System_Collections_IList_Contains, (List_1_UnityEngine_Vector4_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_Vector4__System_Collections_IList_IndexOf, (List_1_UnityEngine_Vector4_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_Vector4__System_Collections_IList_Insert, (List_1_UnityEngine_Vector4_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_Vector4__System_Collections_IList_Remove, (List_1_UnityEngine_Vector4_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Vector4__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Vector4__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_Vector4__System_Collections_IList_get_Item, (List_1_UnityEngine_Vector4_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_Vector4__System_Collections_IList_set_Item, (List_1_UnityEngine_Vector4_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Vector4__Array *, List_1_UnityEngine_Vector4__ToArray, (List_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95980, List_1_UnityEngine_Vector4__ToArray__MethodInfo); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Vector4__TrimExcess, (List_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Vector4__get_Capacity, (List_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Vector4__get_Count, (List_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6280, List_1_UnityEngine_Vector4__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, Vector4, List_1_UnityEngine_Vector4__get_Item, (List_1_UnityEngine_Vector4_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6270, List_1_UnityEngine_Vector4__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Vector4__set_Capacity, (List_1_UnityEngine_Vector4_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A6120, void, List_1_UnityEngine_Vector4__set_Item, (List_1_UnityEngine_Vector4_ * __this, int32_t index, Vector4 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C942A8, List_1_UnityEngine_Vector4__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor___ctor, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor___ctor_1, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, IEnumerable_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor___ctor_2, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A6170, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__Add, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x01806E90, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__AddEnumerable, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, IEnumerable_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__AddRange, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, IEnumerable_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A61F0, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__AddWithResize, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ *, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__AsReadOnly, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__BinarySearch, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__BinarySearch_1, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor item, IComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__BinarySearch_2, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, int32_t index, int32_t count, VertexAttributeDescriptor item, IComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__Clear, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__Contains, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__CopyTo, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__CopyTo_1, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__EnsureCapacity, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__Exists, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, Predicate_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, VertexAttributeDescriptor, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__Find, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, Predicate_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ *, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__FindAll, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, Predicate_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__FindIndex, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, Predicate_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__FindIndex_1, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__ForEach, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, Action_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_Rendering_VertexAttributeDescriptor_, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__GetEnumerator, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__IndexOf, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x017A6260, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__Insert, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, int32_t index, VertexAttributeDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x01806AD0, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__InsertRange, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, int32_t index, IEnumerable_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__Remove, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x017A66F0, int32_t, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__RemoveAll, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, Predicate_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__RemoveAt, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__RemoveRange, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__Reverse, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__Reverse_1, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__Sort, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__Sort_1, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, Comparison_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__Sort_2, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, IComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__Sort_3, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor_ *, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01806A20, Object *, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IList_Add, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IList_Contains, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IList_IndexOf, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IList_Insert, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IList_Remove, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IList_get_Item, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IList_set_Item, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, VertexAttributeDescriptor__Array *, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__ToArray, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__TrimExcess, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__get_Capacity, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__get_Count, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, VertexAttributeDescriptor, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__get_Item, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__set_Capacity, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A6120, void, List_1_UnityEngine_Rendering_VertexAttributeDescriptor__set_Item, (List_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, int32_t index, VertexAttributeDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration___ctor, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C587D0, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration___ctor_1, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, IEnumerable_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration___ctor_2, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01799D10, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Add, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, ViewConfiguration item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C586B0, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Add__MethodInfo); DO_APP_FUNC(0x018075A0, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__AddEnumerable, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, IEnumerable_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__AddRange, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, IEnumerable_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799E00, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__AddWithResize, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, ViewConfiguration item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ *, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__AsReadOnly, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__BinarySearch, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, ViewConfiguration item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__BinarySearch_1, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, ViewConfiguration item, IComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__BinarySearch_2, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, int32_t index, int32_t count, ViewConfiguration item, IComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Clear, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C586F0, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Clear__MethodInfo); DO_APP_FUNC(0x0179A250, bool, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Contains, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, ViewConfiguration item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__CopyTo, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, ViewConfiguration__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__CopyTo_1, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, ViewConfiguration__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__EnsureCapacity, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Exists, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, Predicate_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, ViewConfiguration, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Find, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, Predicate_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ *, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__FindAll, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, Predicate_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__FindIndex, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, Predicate_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__FindIndex_1, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, int32_t startIndex, int32_t count, Predicate_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__ForEach, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, Action_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_Microsoft_MixedReality_OpenXR_ViewConfiguration_, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__GetEnumerator, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__IndexOf, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, ViewConfiguration item, MethodInfo * method)); DO_APP_FUNC(0x0179ABD0, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Insert, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, int32_t index, ViewConfiguration item, MethodInfo * method)); DO_APP_FUNC(0x018071D0, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__InsertRange, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, int32_t index, IEnumerable_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Remove, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, ViewConfiguration item, MethodInfo * method)); DO_APP_FUNC(0x0179B3F0, int32_t, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__RemoveAll, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, Predicate_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179B5D0, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__RemoveAt, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__RemoveRange, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Reverse, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Reverse_1, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Sort, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Sort_1, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, Comparison_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Sort_2, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, IComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Sort_3, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, int32_t index, int32_t count, IComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ *, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_ICollection_CopyTo, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_ICollection_get_IsSynchronized, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01807120, Object *, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_ICollection_get_SyncRoot, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IEnumerable_GetEnumerator, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IList_Add, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IList_Contains, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IList_IndexOf, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IList_Insert, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IList_Remove, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IList_get_IsFixedSize, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IList_get_IsReadOnly, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IList_get_Item, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IList_set_Item, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ViewConfiguration__Array *, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__ToArray, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__TrimExcess, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__get_Capacity, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__get_Count, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799950, ViewConfiguration, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__get_Item, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__set_Capacity, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017999B0, void, List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__set_Item, (List_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, int32_t index, ViewConfiguration value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Dissonance_Networking_VoicePacket___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Dissonance_Networking_VoicePacket___ctor, (List_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_Dissonance_Networking_VoicePacket___ctor_1, (List_1_Dissonance_Networking_VoicePacket_ * __this, IEnumerable_1_Dissonance_Networking_VoicePacket_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Dissonance_Networking_VoicePacket___ctor_2, (List_1_Dissonance_Networking_VoicePacket_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017CDF70, void, List_1_Dissonance_Networking_VoicePacket__Add, (List_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket item, MethodInfo * method)); DO_APP_FUNC(0x01807C70, void, List_1_Dissonance_Networking_VoicePacket__AddEnumerable, (List_1_Dissonance_Networking_VoicePacket_ * __this, IEnumerable_1_Dissonance_Networking_VoicePacket_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Dissonance_Networking_VoicePacket__AddRange, (List_1_Dissonance_Networking_VoicePacket_ * __this, IEnumerable_1_Dissonance_Networking_VoicePacket_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017CE090, void, List_1_Dissonance_Networking_VoicePacket__AddWithResize, (List_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ *, List_1_Dissonance_Networking_VoicePacket__AsReadOnly, (List_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AC380, int32_t, List_1_Dissonance_Networking_VoicePacket__BinarySearch, (List_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket item, MethodInfo * method)); DO_APP_FUNC(0x017AC430, int32_t, List_1_Dissonance_Networking_VoicePacket__BinarySearch_1, (List_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket item, IComparer_1_Dissonance_Networking_VoicePacket_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017AC2B0, int32_t, List_1_Dissonance_Networking_VoicePacket__BinarySearch_2, (List_1_Dissonance_Networking_VoicePacket_ * __this, int32_t index, int32_t count, VoicePacket item, IComparer_1_Dissonance_Networking_VoicePacket_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Dissonance_Networking_VoicePacket__Clear, (List_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AC4E0, bool, List_1_Dissonance_Networking_VoicePacket__Contains, (List_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Dissonance_Networking_VoicePacket__CopyTo, (List_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Dissonance_Networking_VoicePacket__CopyTo_1, (List_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Dissonance_Networking_VoicePacket__EnsureCapacity, (List_1_Dissonance_Networking_VoicePacket_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Dissonance_Networking_VoicePacket__Exists, (List_1_Dissonance_Networking_VoicePacket_ * __this, Predicate_1_Dissonance_Networking_VoicePacket_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AC6B0, VoicePacket, List_1_Dissonance_Networking_VoicePacket__Find, (List_1_Dissonance_Networking_VoicePacket_ * __this, Predicate_1_Dissonance_Networking_VoicePacket_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AC810, List_1_Dissonance_Networking_VoicePacket_ *, List_1_Dissonance_Networking_VoicePacket__FindAll, (List_1_Dissonance_Networking_VoicePacket_ * __this, Predicate_1_Dissonance_Networking_VoicePacket_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Dissonance_Networking_VoicePacket__FindIndex, (List_1_Dissonance_Networking_VoicePacket_ * __this, Predicate_1_Dissonance_Networking_VoicePacket_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AC9D0, int32_t, List_1_Dissonance_Networking_VoicePacket__FindIndex_1, (List_1_Dissonance_Networking_VoicePacket_ * __this, int32_t startIndex, int32_t count, Predicate_1_Dissonance_Networking_VoicePacket_ * match, MethodInfo * method)); DO_APP_FUNC(0x017ACB10, void, List_1_Dissonance_Networking_VoicePacket__ForEach, (List_1_Dissonance_Networking_VoicePacket_ * __this, Action_1_Dissonance_Networking_VoicePacket_ * action, MethodInfo * method)); DO_APP_FUNC(0x017ACC00, List_1_T_Enumerator_Dissonance_Networking_VoicePacket_, List_1_Dissonance_Networking_VoicePacket__GetEnumerator, (List_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017ACDE0, int32_t, List_1_Dissonance_Networking_VoicePacket__IndexOf, (List_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket item, MethodInfo * method)); DO_APP_FUNC(0x017CE170, void, List_1_Dissonance_Networking_VoicePacket__Insert, (List_1_Dissonance_Networking_VoicePacket_ * __this, int32_t index, VoicePacket item, MethodInfo * method)); DO_APP_FUNC(0x018078F0, void, List_1_Dissonance_Networking_VoicePacket__InsertRange, (List_1_Dissonance_Networking_VoicePacket_ * __this, int32_t index, IEnumerable_1_Dissonance_Networking_VoicePacket_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017ABC20, bool, List_1_Dissonance_Networking_VoicePacket__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017AD5F0, bool, List_1_Dissonance_Networking_VoicePacket__Remove, (List_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket item, MethodInfo * method)); DO_APP_FUNC(0x017CE640, int32_t, List_1_Dissonance_Networking_VoicePacket__RemoveAll, (List_1_Dissonance_Networking_VoicePacket_ * __this, Predicate_1_Dissonance_Networking_VoicePacket_ * match, MethodInfo * method)); DO_APP_FUNC(0x017CE870, void, List_1_Dissonance_Networking_VoicePacket__RemoveAt, (List_1_Dissonance_Networking_VoicePacket_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_Dissonance_Networking_VoicePacket__RemoveRange, (List_1_Dissonance_Networking_VoicePacket_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Dissonance_Networking_VoicePacket__Reverse, (List_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Dissonance_Networking_VoicePacket__Reverse_1, (List_1_Dissonance_Networking_VoicePacket_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Dissonance_Networking_VoicePacket__Sort, (List_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Dissonance_Networking_VoicePacket__Sort_1, (List_1_Dissonance_Networking_VoicePacket_ * __this, Comparison_1_Dissonance_Networking_VoicePacket_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Dissonance_Networking_VoicePacket__Sort_2, (List_1_Dissonance_Networking_VoicePacket_ * __this, IComparer_1_Dissonance_Networking_VoicePacket_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Dissonance_Networking_VoicePacket__Sort_3, (List_1_Dissonance_Networking_VoicePacket_ * __this, int32_t index, int32_t count, IComparer_1_Dissonance_Networking_VoicePacket_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_Networking_VoicePacket__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017ACCB0, IEnumerator_1_Dissonance_Networking_VoicePacket_ *, List_1_Dissonance_Networking_VoicePacket__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Dissonance_Networking_VoicePacket__System_Collections_ICollection_CopyTo, (List_1_Dissonance_Networking_VoicePacket_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_Networking_VoicePacket__System_Collections_ICollection_get_IsSynchronized, (List_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01807840, Object *, List_1_Dissonance_Networking_VoicePacket__System_Collections_ICollection_get_SyncRoot, (List_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017ACCB0, IEnumerator *, List_1_Dissonance_Networking_VoicePacket__System_Collections_IEnumerable_GetEnumerator, (List_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AC120, int32_t, List_1_Dissonance_Networking_VoicePacket__System_Collections_IList_Add, (List_1_Dissonance_Networking_VoicePacket_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AC560, bool, List_1_Dissonance_Networking_VoicePacket__System_Collections_IList_Contains, (List_1_Dissonance_Networking_VoicePacket_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017ACE60, int32_t, List_1_Dissonance_Networking_VoicePacket__System_Collections_IList_IndexOf, (List_1_Dissonance_Networking_VoicePacket_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AD100, void, List_1_Dissonance_Networking_VoicePacket__System_Collections_IList_Insert, (List_1_Dissonance_Networking_VoicePacket_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AD6A0, void, List_1_Dissonance_Networking_VoicePacket__System_Collections_IList_Remove, (List_1_Dissonance_Networking_VoicePacket_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_Networking_VoicePacket__System_Collections_IList_get_IsFixedSize, (List_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_Networking_VoicePacket__System_Collections_IList_get_IsReadOnly, (List_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017ABD20, Object *, List_1_Dissonance_Networking_VoicePacket__System_Collections_IList_get_Item, (List_1_Dissonance_Networking_VoicePacket_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017ABDC0, void, List_1_Dissonance_Networking_VoicePacket__System_Collections_IList_set_Item, (List_1_Dissonance_Networking_VoicePacket_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, VoicePacket__Array *, List_1_Dissonance_Networking_VoicePacket__ToArray, (List_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Dissonance_Networking_VoicePacket__TrimExcess, (List_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Dissonance_Networking_VoicePacket__get_Capacity, (List_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Dissonance_Networking_VoicePacket__get_Count, (List_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017ABAF0, VoicePacket, List_1_Dissonance_Networking_VoicePacket__get_Item, (List_1_Dissonance_Networking_VoicePacket_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_Dissonance_Networking_VoicePacket__set_Capacity, (List_1_Dissonance_Networking_VoicePacket_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017CDEB0, void, List_1_Dissonance_Networking_VoicePacket__set_Item, (List_1_Dissonance_Networking_VoicePacket_ * __this, int32_t index, VoicePacket value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Pathfinding_Voxels_VoxelContour___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Pathfinding_Voxels_VoxelContour___ctor, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_Pathfinding_Voxels_VoxelContour___ctor_1, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, IEnumerable_1_Pathfinding_Voxels_VoxelContour_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Pathfinding_Voxels_VoxelContour___ctor_2, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83290, List_1_Pathfinding_Voxels_VoxelContour___ctor_2__MethodInfo); DO_APP_FUNC(0x01798C80, void, List_1_Pathfinding_Voxels_VoxelContour__Add, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, VoxelContour item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83260, List_1_Pathfinding_Voxels_VoxelContour__Add__MethodInfo); DO_APP_FUNC(0x018083C0, void, List_1_Pathfinding_Voxels_VoxelContour__AddEnumerable, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, IEnumerable_1_Pathfinding_Voxels_VoxelContour_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Pathfinding_Voxels_VoxelContour__AddRange, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, IEnumerable_1_Pathfinding_Voxels_VoxelContour_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01798D70, void, List_1_Pathfinding_Voxels_VoxelContour__AddWithResize, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, VoxelContour item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ *, List_1_Pathfinding_Voxels_VoxelContour__AsReadOnly, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017972F0, int32_t, List_1_Pathfinding_Voxels_VoxelContour__BinarySearch, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, VoxelContour item, MethodInfo * method)); DO_APP_FUNC(0x01797390, int32_t, List_1_Pathfinding_Voxels_VoxelContour__BinarySearch_1, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, VoxelContour item, IComparer_1_Pathfinding_Voxels_VoxelContour_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01797240, int32_t, List_1_Pathfinding_Voxels_VoxelContour__BinarySearch_2, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, int32_t index, int32_t count, VoxelContour item, IComparer_1_Pathfinding_Voxels_VoxelContour_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Pathfinding_Voxels_VoxelContour__Clear, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797430, bool, List_1_Pathfinding_Voxels_VoxelContour__Contains, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, VoxelContour item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Pathfinding_Voxels_VoxelContour__CopyTo, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, VoxelContour__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Pathfinding_Voxels_VoxelContour__CopyTo_1, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, VoxelContour__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Pathfinding_Voxels_VoxelContour__EnsureCapacity, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Pathfinding_Voxels_VoxelContour__Exists, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, Predicate_1_Pathfinding_Voxels_VoxelContour_ * match, MethodInfo * method)); DO_APP_FUNC(0x017975E0, VoxelContour, List_1_Pathfinding_Voxels_VoxelContour__Find, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, Predicate_1_Pathfinding_Voxels_VoxelContour_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797700, List_1_Pathfinding_Voxels_VoxelContour_ *, List_1_Pathfinding_Voxels_VoxelContour__FindAll, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, Predicate_1_Pathfinding_Voxels_VoxelContour_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Pathfinding_Voxels_VoxelContour__FindIndex, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, Predicate_1_Pathfinding_Voxels_VoxelContour_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797890, int32_t, List_1_Pathfinding_Voxels_VoxelContour__FindIndex_1, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, int32_t startIndex, int32_t count, Predicate_1_Pathfinding_Voxels_VoxelContour_ * match, MethodInfo * method)); DO_APP_FUNC(0x017979B0, void, List_1_Pathfinding_Voxels_VoxelContour__ForEach, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, Action_1_Pathfinding_Voxels_VoxelContour_ * action, MethodInfo * method)); DO_APP_FUNC(0x01797A80, List_1_T_Enumerator_Pathfinding_Voxels_VoxelContour_, List_1_Pathfinding_Voxels_VoxelContour__GetEnumerator, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797C10, int32_t, List_1_Pathfinding_Voxels_VoxelContour__IndexOf, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, VoxelContour item, MethodInfo * method)); DO_APP_FUNC(0x01798E40, void, List_1_Pathfinding_Voxels_VoxelContour__Insert, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, int32_t index, VoxelContour item, MethodInfo * method)); DO_APP_FUNC(0x01807FF0, void, List_1_Pathfinding_Voxels_VoxelContour__InsertRange, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, int32_t index, IEnumerable_1_Pathfinding_Voxels_VoxelContour_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01796D50, bool, List_1_Pathfinding_Voxels_VoxelContour__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01798410, bool, List_1_Pathfinding_Voxels_VoxelContour__Remove, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, VoxelContour item, MethodInfo * method)); DO_APP_FUNC(0x01799350, int32_t, List_1_Pathfinding_Voxels_VoxelContour__RemoveAll, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, Predicate_1_Pathfinding_Voxels_VoxelContour_ * match, MethodInfo * method)); DO_APP_FUNC(0x01799530, void, List_1_Pathfinding_Voxels_VoxelContour__RemoveAt, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_Pathfinding_Voxels_VoxelContour__RemoveRange, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Pathfinding_Voxels_VoxelContour__Reverse, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Pathfinding_Voxels_VoxelContour__Reverse_1, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Pathfinding_Voxels_VoxelContour__Sort, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Pathfinding_Voxels_VoxelContour__Sort_1, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, Comparison_1_Pathfinding_Voxels_VoxelContour_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Pathfinding_Voxels_VoxelContour__Sort_2, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, IComparer_1_Pathfinding_Voxels_VoxelContour_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Pathfinding_Voxels_VoxelContour__Sort_3, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, int32_t index, int32_t count, IComparer_1_Pathfinding_Voxels_VoxelContour_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_Voxels_VoxelContour__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator_1_Pathfinding_Voxels_VoxelContour_ *, List_1_Pathfinding_Voxels_VoxelContour__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Pathfinding_Voxels_VoxelContour__System_Collections_ICollection_CopyTo, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_Voxels_VoxelContour__System_Collections_ICollection_get_IsSynchronized, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01807F40, Object *, List_1_Pathfinding_Voxels_VoxelContour__System_Collections_ICollection_get_SyncRoot, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator *, List_1_Pathfinding_Voxels_VoxelContour__System_Collections_IEnumerable_GetEnumerator, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017970C0, int32_t, List_1_Pathfinding_Voxels_VoxelContour__System_Collections_IList_Add, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017974A0, bool, List_1_Pathfinding_Voxels_VoxelContour__System_Collections_IList_Contains, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797C70, int32_t, List_1_Pathfinding_Voxels_VoxelContour__System_Collections_IList_IndexOf, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797EF0, void, List_1_Pathfinding_Voxels_VoxelContour__System_Collections_IList_Insert, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017984A0, void, List_1_Pathfinding_Voxels_VoxelContour__System_Collections_IList_Remove, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_Voxels_VoxelContour__System_Collections_IList_get_IsFixedSize, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_Voxels_VoxelContour__System_Collections_IList_get_IsReadOnly, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796E20, Object *, List_1_Pathfinding_Voxels_VoxelContour__System_Collections_IList_get_Item, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796EA0, void, List_1_Pathfinding_Voxels_VoxelContour__System_Collections_IList_set_Item, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, VoxelContour__Array *, List_1_Pathfinding_Voxels_VoxelContour__ToArray, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Pathfinding_Voxels_VoxelContour__TrimExcess, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Pathfinding_Voxels_VoxelContour__get_Capacity, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Pathfinding_Voxels_VoxelContour__get_Count, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83280, List_1_Pathfinding_Voxels_VoxelContour__get_Count__MethodInfo); DO_APP_FUNC(0x01796C50, VoxelContour, List_1_Pathfinding_Voxels_VoxelContour__get_Item, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83230, List_1_Pathfinding_Voxels_VoxelContour__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Pathfinding_Voxels_VoxelContour__set_Capacity, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01798BD0, void, List_1_Pathfinding_Voxels_VoxelContour__set_Item, (List_1_Pathfinding_Voxels_VoxelContour_ * __this, int32_t index, VoxelContour value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83228, List_1_Pathfinding_Voxels_VoxelContour__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES___ctor, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE42E8, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES___ctor_1, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, IEnumerable_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES___ctor_2, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01808C10, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Add, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Win32_IP_ADAPTER_ADDRESSES item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE42F8, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Add__MethodInfo); DO_APP_FUNC(0x0180AF40, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__AddEnumerable, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, IEnumerable_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__AddRange, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, IEnumerable_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01808D60, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__AddWithResize, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Win32_IP_ADAPTER_ADDRESSES item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ *, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__AsReadOnly, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01809140, int32_t, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__BinarySearch, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Win32_IP_ADAPTER_ADDRESSES item, MethodInfo * method)); DO_APP_FUNC(0x01809240, int32_t, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__BinarySearch_1, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Win32_IP_ADAPTER_ADDRESSES item, IComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01809010, int32_t, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__BinarySearch_2, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, int32_t index, int32_t count, Win32_IP_ADAPTER_ADDRESSES item, IComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Clear, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01809340, bool, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Contains, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Win32_IP_ADAPTER_ADDRESSES item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__CopyTo, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Win32_IP_ADAPTER_ADDRESSES__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__CopyTo_1, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Win32_IP_ADAPTER_ADDRESSES__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__EnsureCapacity, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Exists, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Predicate_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * match, MethodInfo * method)); DO_APP_FUNC(0x018095B0, Win32_IP_ADAPTER_ADDRESSES, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Find, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Predicate_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * match, MethodInfo * method)); DO_APP_FUNC(0x01809800, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ *, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__FindAll, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Predicate_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__FindIndex, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Predicate_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * match, MethodInfo * method)); DO_APP_FUNC(0x01809A60, int32_t, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__FindIndex_1, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, int32_t startIndex, int32_t count, Predicate_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * match, MethodInfo * method)); DO_APP_FUNC(0x01809BF0, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__ForEach, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Action_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * action, MethodInfo * method)); DO_APP_FUNC(0x01809D40, List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__GetEnumerator, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01809F50, int32_t, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__IndexOf, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Win32_IP_ADAPTER_ADDRESSES item, MethodInfo * method)); DO_APP_FUNC(0x0180A1B0, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Insert, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, int32_t index, Win32_IP_ADAPTER_ADDRESSES item, MethodInfo * method)); DO_APP_FUNC(0x0180A4B0, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__InsertRange, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, int32_t index, IEnumerable_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01808810, bool, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0180A870, bool, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Remove, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Win32_IP_ADAPTER_ADDRESSES item, MethodInfo * method)); DO_APP_FUNC(0x0180AB10, int32_t, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__RemoveAll, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Predicate_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * match, MethodInfo * method)); DO_APP_FUNC(0x0180AE40, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__RemoveAt, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__RemoveRange, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Reverse, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Reverse_1, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Sort, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Sort_1, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Sort_2, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, IComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Sort_3, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, int32_t index, int32_t count, IComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01809DF0, IEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ *, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_ICollection_CopyTo, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_ICollection_get_IsSynchronized, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01808650, Object *, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_ICollection_get_SyncRoot, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01809DF0, IEnumerator *, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IEnumerable_GetEnumerator, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01808E40, int32_t, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IList_Add, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01809410, bool, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IList_Contains, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0180A010, int32_t, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IList_IndexOf, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0180A2F0, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IList_Insert, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0180A970, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IList_Remove, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IList_get_IsFixedSize, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IList_get_IsReadOnly, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01808980, Object *, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IList_get_Item, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01808A60, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IList_set_Item, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Win32_IP_ADAPTER_ADDRESSES__Array *, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__ToArray, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE42F0, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__ToArray__MethodInfo); DO_APP_FUNC(0x01796790, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__TrimExcess, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__get_Capacity, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__get_Count, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01808700, Win32_IP_ADAPTER_ADDRESSES, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__get_Item, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__set_Capacity, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01808740, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__set_Item, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, int32_t index, Win32_IP_ADAPTER_ADDRESSES value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO___ctor, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4278, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO___ctor_1, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, IEnumerable_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO___ctor_2, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0180B830, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Add, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Win32_IP_ADAPTER_INFO item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE42A0, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Add__MethodInfo); DO_APP_FUNC(0x0180DAC0, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__AddEnumerable, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, IEnumerable_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__AddRange, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, IEnumerable_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0180B970, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__AddWithResize, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Win32_IP_ADAPTER_INFO item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ *, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__AsReadOnly, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0180BD30, int32_t, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__BinarySearch, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Win32_IP_ADAPTER_INFO item, MethodInfo * method)); DO_APP_FUNC(0x0180BE20, int32_t, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__BinarySearch_1, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Win32_IP_ADAPTER_INFO item, IComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0180BC10, int32_t, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__BinarySearch_2, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, int32_t index, int32_t count, Win32_IP_ADAPTER_INFO item, IComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Clear, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0180BF20, bool, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Contains, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Win32_IP_ADAPTER_INFO item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__CopyTo, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Win32_IP_ADAPTER_INFO__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__CopyTo_1, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Win32_IP_ADAPTER_INFO__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__EnsureCapacity, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Exists, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Predicate_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * match, MethodInfo * method)); DO_APP_FUNC(0x0180C180, Win32_IP_ADAPTER_INFO, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Find, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Predicate_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * match, MethodInfo * method)); DO_APP_FUNC(0x0180C3C0, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ *, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__FindAll, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Predicate_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__FindIndex, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Predicate_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * match, MethodInfo * method)); DO_APP_FUNC(0x0180C610, int32_t, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__FindIndex_1, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, int32_t startIndex, int32_t count, Predicate_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * match, MethodInfo * method)); DO_APP_FUNC(0x0180C7A0, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__ForEach, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Action_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * action, MethodInfo * method)); DO_APP_FUNC(0x0180C8F0, List_1_T_Enumerator_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__GetEnumerator, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0180CB00, int32_t, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__IndexOf, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Win32_IP_ADAPTER_INFO item, MethodInfo * method)); DO_APP_FUNC(0x0180CD50, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Insert, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, int32_t index, Win32_IP_ADAPTER_INFO item, MethodInfo * method)); DO_APP_FUNC(0x0180D040, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__InsertRange, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, int32_t index, IEnumerable_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0180B450, bool, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0180D400, bool, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Remove, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Win32_IP_ADAPTER_INFO item, MethodInfo * method)); DO_APP_FUNC(0x0180D6A0, int32_t, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__RemoveAll, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Predicate_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * match, MethodInfo * method)); DO_APP_FUNC(0x0180D9C0, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__RemoveAt, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__RemoveRange, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Reverse, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Reverse_1, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Sort, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Sort_1, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Comparison_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Sort_2, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, IComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Sort_3, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, int32_t index, int32_t count, IComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0180C9A0, IEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ *, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_ICollection_CopyTo, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_ICollection_get_IsSynchronized, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0180B2A0, Object *, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_ICollection_get_SyncRoot, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0180C9A0, IEnumerator *, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IEnumerable_GetEnumerator, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0180BA40, int32_t, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IList_Add, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0180BFE0, bool, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IList_Contains, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0180CBB0, int32_t, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IList_IndexOf, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0180CE90, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IList_Insert, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0180D500, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IList_Remove, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IList_get_IsFixedSize, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IList_get_IsReadOnly, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0180B5B0, Object *, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IList_get_Item, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0180B690, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IList_set_Item, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Win32_IP_ADAPTER_INFO__Array *, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__ToArray, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4280, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__ToArray__MethodInfo); DO_APP_FUNC(0x01796790, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__TrimExcess, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__get_Capacity, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__get_Count, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0180B350, Win32_IP_ADAPTER_INFO, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__get_Item, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__set_Capacity, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0180B390, void, List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__set_Item, (List_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, int32_t index, Win32_IP_ADAPTER_INFO value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus___ctor, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66548, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus___ctor_1, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, IEnumerable_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus___ctor_2, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179BAB0, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Add, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, X509ChainStatus item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66540, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Add__MethodInfo); DO_APP_FUNC(0x0180E270, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__AddEnumerable, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, IEnumerable_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__AddRange, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, IEnumerable_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179BB90, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__AddWithResize, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, X509ChainStatus item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ *, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__AsReadOnly, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__BinarySearch, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, X509ChainStatus item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__BinarySearch_1, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, X509ChainStatus item, IComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__BinarySearch_2, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, int32_t index, int32_t count, X509ChainStatus item, IComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Clear, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Contains, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, X509ChainStatus item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__CopyTo, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, X509ChainStatus__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__CopyTo_1, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, X509ChainStatus__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__EnsureCapacity, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Exists, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Predicate_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, X509ChainStatus, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Find, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Predicate_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ *, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__FindAll, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Predicate_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__FindIndex, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Predicate_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__FindIndex_1, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, int32_t startIndex, int32_t count, Predicate_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__ForEach, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Action_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_System_Security_Cryptography_X509Certificates_X509ChainStatus_, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__GetEnumerator, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__IndexOf, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, X509ChainStatus item, MethodInfo * method)); DO_APP_FUNC(0x0179BC50, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Insert, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, int32_t index, X509ChainStatus item, MethodInfo * method)); DO_APP_FUNC(0x0180DEB0, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__InsertRange, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, int32_t index, IEnumerable_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Remove, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, X509ChainStatus item, MethodInfo * method)); DO_APP_FUNC(0x0179C140, int32_t, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__RemoveAll, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Predicate_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179C330, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__RemoveAt, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__RemoveRange, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Reverse, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Reverse_1, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Sort, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Sort_1, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Comparison_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Sort_2, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, IComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Sort_3, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, int32_t index, int32_t count, IComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ *, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_ICollection_CopyTo, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_ICollection_get_IsSynchronized, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0180DE00, Object *, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_ICollection_get_SyncRoot, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IEnumerable_GetEnumerator, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IList_Add, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IList_Contains, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IList_IndexOf, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IList_Insert, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IList_Remove, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IList_get_IsFixedSize, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IList_get_IsReadOnly, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IList_get_Item, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IList_set_Item, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, X509ChainStatus__Array *, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__ToArray, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66528, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__ToArray__MethodInfo); DO_APP_FUNC(0x01796790, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__TrimExcess, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__get_Capacity, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__get_Count, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, X509ChainStatus, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__get_Item, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__set_Capacity, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179BA10, void, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__set_Item, (List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, int32_t index, X509ChainStatus value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor___ctor, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor___ctor_1, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, IEnumerable_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor___ctor_2, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A06D0, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Add, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, XRFeatureDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x0180E990, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__AddEnumerable, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, IEnumerable_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__AddRange, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, IEnumerable_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A07C0, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__AddWithResize, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, XRFeatureDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ *, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__AsReadOnly, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__BinarySearch, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, XRFeatureDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__BinarySearch_1, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, XRFeatureDescriptor item, IComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__BinarySearch_2, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, int32_t index, int32_t count, XRFeatureDescriptor item, IComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Clear, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A250, bool, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Contains, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, XRFeatureDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__CopyTo, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, XRFeatureDescriptor__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__CopyTo_1, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, XRFeatureDescriptor__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__EnsureCapacity, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Exists, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, Predicate_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, XRFeatureDescriptor, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Find, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, Predicate_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ *, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__FindAll, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, Predicate_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__FindIndex, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, Predicate_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__FindIndex_1, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__ForEach, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, Action_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_UnityEngine_InputSystem_XR_XRFeatureDescriptor_, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__GetEnumerator, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__IndexOf, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, XRFeatureDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x017A0890, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Insert, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, int32_t index, XRFeatureDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x0180E5C0, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__InsertRange, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, int32_t index, IEnumerable_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Remove, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, XRFeatureDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x017A0DA0, int32_t, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__RemoveAll, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, Predicate_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A0F80, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__RemoveAt, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__RemoveRange, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Reverse, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Reverse_1, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Sort, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Sort_1, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, Comparison_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Sort_2, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, IComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Sort_3, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ *, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0180E510, Object *, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IList_Add, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IList_Contains, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IList_IndexOf, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IList_Insert, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IList_Remove, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IList_get_Item, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IList_set_Item, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, XRFeatureDescriptor__Array *, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__ToArray, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__TrimExcess, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__get_Capacity, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__get_Count, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92700, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__get_Count__MethodInfo); DO_APP_FUNC(0x01799950, XRFeatureDescriptor, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__get_Item, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92658, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__set_Capacity, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A0620, void, List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__set_Item, (List_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, int32_t index, XRFeatureDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_XR_XRNodeState___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_XR_XRNodeState___ctor, (List_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD6F0, List_1_UnityEngine_XR_XRNodeState___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_XR_XRNodeState___ctor_1, (List_1_UnityEngine_XR_XRNodeState_ * __this, IEnumerable_1_UnityEngine_XR_XRNodeState_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_XR_XRNodeState___ctor_2, (List_1_UnityEngine_XR_XRNodeState_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0180F120, void, List_1_UnityEngine_XR_XRNodeState__Add, (List_1_UnityEngine_XR_XRNodeState_ * __this, XRNodeState item, MethodInfo * method)); DO_APP_FUNC(0x01810D70, void, List_1_UnityEngine_XR_XRNodeState__AddEnumerable, (List_1_UnityEngine_XR_XRNodeState_ * __this, IEnumerable_1_UnityEngine_XR_XRNodeState_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_XR_XRNodeState__AddRange, (List_1_UnityEngine_XR_XRNodeState_ * __this, IEnumerable_1_UnityEngine_XR_XRNodeState_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0180F210, void, List_1_UnityEngine_XR_XRNodeState__AddWithResize, (List_1_UnityEngine_XR_XRNodeState_ * __this, XRNodeState item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ *, List_1_UnityEngine_XR_XRNodeState__AsReadOnly, (List_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0180F550, int32_t, List_1_UnityEngine_XR_XRNodeState__BinarySearch, (List_1_UnityEngine_XR_XRNodeState_ * __this, XRNodeState item, MethodInfo * method)); DO_APP_FUNC(0x0180F620, int32_t, List_1_UnityEngine_XR_XRNodeState__BinarySearch_1, (List_1_UnityEngine_XR_XRNodeState_ * __this, XRNodeState item, IComparer_1_UnityEngine_XR_XRNodeState_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0180F460, int32_t, List_1_UnityEngine_XR_XRNodeState__BinarySearch_2, (List_1_UnityEngine_XR_XRNodeState_ * __this, int32_t index, int32_t count, XRNodeState item, IComparer_1_UnityEngine_XR_XRNodeState_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_XR_XRNodeState__Clear, (List_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9398, List_1_UnityEngine_XR_XRNodeState__Clear__MethodInfo); DO_APP_FUNC(0x0180F6F0, bool, List_1_UnityEngine_XR_XRNodeState__Contains, (List_1_UnityEngine_XR_XRNodeState_ * __this, XRNodeState item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_XR_XRNodeState__CopyTo, (List_1_UnityEngine_XR_XRNodeState_ * __this, XRNodeState__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_XR_XRNodeState__CopyTo_1, (List_1_UnityEngine_XR_XRNodeState_ * __this, XRNodeState__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_XR_XRNodeState__EnsureCapacity, (List_1_UnityEngine_XR_XRNodeState_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_XR_XRNodeState__Exists, (List_1_UnityEngine_XR_XRNodeState_ * __this, Predicate_1_UnityEngine_XR_XRNodeState_ * match, MethodInfo * method)); DO_APP_FUNC(0x0180F8E0, XRNodeState, List_1_UnityEngine_XR_XRNodeState__Find, (List_1_UnityEngine_XR_XRNodeState_ * __this, Predicate_1_UnityEngine_XR_XRNodeState_ * match, MethodInfo * method)); DO_APP_FUNC(0x0180FA70, List_1_UnityEngine_XR_XRNodeState_ *, List_1_UnityEngine_XR_XRNodeState__FindAll, (List_1_UnityEngine_XR_XRNodeState_ * __this, Predicate_1_UnityEngine_XR_XRNodeState_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_XR_XRNodeState__FindIndex, (List_1_UnityEngine_XR_XRNodeState_ * __this, Predicate_1_UnityEngine_XR_XRNodeState_ * match, MethodInfo * method)); DO_APP_FUNC(0x0180FC60, int32_t, List_1_UnityEngine_XR_XRNodeState__FindIndex_1, (List_1_UnityEngine_XR_XRNodeState_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_XR_XRNodeState_ * match, MethodInfo * method)); DO_APP_FUNC(0x0180FDC0, void, List_1_UnityEngine_XR_XRNodeState__ForEach, (List_1_UnityEngine_XR_XRNodeState_ * __this, Action_1_UnityEngine_XR_XRNodeState_ * action, MethodInfo * method)); DO_APP_FUNC(0x0180FEE0, List_1_T_Enumerator_UnityEngine_XR_XRNodeState_, List_1_UnityEngine_XR_XRNodeState__GetEnumerator, (List_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF970, List_1_UnityEngine_XR_XRNodeState__GetEnumerator__MethodInfo); DO_APP_FUNC(0x018100B0, int32_t, List_1_UnityEngine_XR_XRNodeState__IndexOf, (List_1_UnityEngine_XR_XRNodeState_ * __this, XRNodeState item, MethodInfo * method)); DO_APP_FUNC(0x018102B0, void, List_1_UnityEngine_XR_XRNodeState__Insert, (List_1_UnityEngine_XR_XRNodeState_ * __this, int32_t index, XRNodeState item, MethodInfo * method)); DO_APP_FUNC(0x01810530, void, List_1_UnityEngine_XR_XRNodeState__InsertRange, (List_1_UnityEngine_XR_XRNodeState_ * __this, int32_t index, IEnumerable_1_UnityEngine_XR_XRNodeState_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0180EDF0, bool, List_1_UnityEngine_XR_XRNodeState__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x018108D0, bool, List_1_UnityEngine_XR_XRNodeState__Remove, (List_1_UnityEngine_XR_XRNodeState_ * __this, XRNodeState item, MethodInfo * method)); DO_APP_FUNC(0x01810AF0, int32_t, List_1_UnityEngine_XR_XRNodeState__RemoveAll, (List_1_UnityEngine_XR_XRNodeState_ * __this, Predicate_1_UnityEngine_XR_XRNodeState_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_XR_XRNodeState__RemoveAt, (List_1_UnityEngine_XR_XRNodeState_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_XR_XRNodeState__RemoveRange, (List_1_UnityEngine_XR_XRNodeState_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_XR_XRNodeState__Reverse, (List_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_XR_XRNodeState__Reverse_1, (List_1_UnityEngine_XR_XRNodeState_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_XR_XRNodeState__Sort, (List_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_XR_XRNodeState__Sort_1, (List_1_UnityEngine_XR_XRNodeState_ * __this, Comparison_1_UnityEngine_XR_XRNodeState_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_XR_XRNodeState__Sort_2, (List_1_UnityEngine_XR_XRNodeState_ * __this, IComparer_1_UnityEngine_XR_XRNodeState_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_XR_XRNodeState__Sort_3, (List_1_UnityEngine_XR_XRNodeState_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_XR_XRNodeState_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_XR_XRNodeState__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0180FFA0, IEnumerator_1_UnityEngine_XR_XRNodeState_ *, List_1_UnityEngine_XR_XRNodeState__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_XR_XRNodeState__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_XR_XRNodeState_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_XR_XRNodeState__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0180EC30, Object *, List_1_UnityEngine_XR_XRNodeState__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0180FFA0, IEnumerator *, List_1_UnityEngine_XR_XRNodeState__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0180F2B0, int32_t, List_1_UnityEngine_XR_XRNodeState__System_Collections_IList_Add, (List_1_UnityEngine_XR_XRNodeState_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0180F780, bool, List_1_UnityEngine_XR_XRNodeState__System_Collections_IList_Contains, (List_1_UnityEngine_XR_XRNodeState_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01810140, int32_t, List_1_UnityEngine_XR_XRNodeState__System_Collections_IList_IndexOf, (List_1_UnityEngine_XR_XRNodeState_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x018103B0, void, List_1_UnityEngine_XR_XRNodeState__System_Collections_IList_Insert, (List_1_UnityEngine_XR_XRNodeState_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01810990, void, List_1_UnityEngine_XR_XRNodeState__System_Collections_IList_Remove, (List_1_UnityEngine_XR_XRNodeState_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_XR_XRNodeState__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_XR_XRNodeState__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0180EEF0, Object *, List_1_UnityEngine_XR_XRNodeState__System_Collections_IList_get_Item, (List_1_UnityEngine_XR_XRNodeState_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0180EFA0, void, List_1_UnityEngine_XR_XRNodeState__System_Collections_IList_set_Item, (List_1_UnityEngine_XR_XRNodeState_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, XRNodeState__Array *, List_1_UnityEngine_XR_XRNodeState__ToArray, (List_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_XR_XRNodeState__TrimExcess, (List_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_XR_XRNodeState__get_Capacity, (List_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_XR_XRNodeState__get_Count, (List_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD860, List_1_UnityEngine_XR_XRNodeState__get_Count__MethodInfo); DO_APP_FUNC(0x0180ECE0, XRNodeState, List_1_UnityEngine_XR_XRNodeState__get_Item, (List_1_UnityEngine_XR_XRNodeState_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD6B0, List_1_UnityEngine_XR_XRNodeState__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_XR_XRNodeState__set_Capacity, (List_1_UnityEngine_XR_XRNodeState_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0180ED60, void, List_1_UnityEngine_XR_XRNodeState__set_Item, (List_1_UnityEngine_XR_XRNodeState_ * __this, int32_t index, XRNodeState value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Pathfinding_AdvancedSmooth_Turn___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Pathfinding_AdvancedSmooth_Turn___ctor, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81730, List_1_Pathfinding_AdvancedSmooth_Turn___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Pathfinding_AdvancedSmooth_Turn___ctor_1, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, IEnumerable_1_Pathfinding_AdvancedSmooth_Turn_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Pathfinding_AdvancedSmooth_Turn___ctor_2, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179BAB0, void, List_1_Pathfinding_AdvancedSmooth_Turn__Add, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, AdvancedSmooth_Turn item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C816E8, List_1_Pathfinding_AdvancedSmooth_Turn__Add__MethodInfo); DO_APP_FUNC(0x018114D0, void, List_1_Pathfinding_AdvancedSmooth_Turn__AddEnumerable, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, IEnumerable_1_Pathfinding_AdvancedSmooth_Turn_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Pathfinding_AdvancedSmooth_Turn__AddRange, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, IEnumerable_1_Pathfinding_AdvancedSmooth_Turn_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179BB90, void, List_1_Pathfinding_AdvancedSmooth_Turn__AddWithResize, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, AdvancedSmooth_Turn item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ *, List_1_Pathfinding_AdvancedSmooth_Turn__AsReadOnly, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_Pathfinding_AdvancedSmooth_Turn__BinarySearch, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, AdvancedSmooth_Turn item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_Pathfinding_AdvancedSmooth_Turn__BinarySearch_1, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, AdvancedSmooth_Turn item, IComparer_1_Pathfinding_AdvancedSmooth_Turn_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_Pathfinding_AdvancedSmooth_Turn__BinarySearch_2, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, int32_t index, int32_t count, AdvancedSmooth_Turn item, IComparer_1_Pathfinding_AdvancedSmooth_Turn_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Pathfinding_AdvancedSmooth_Turn__Clear, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81708, List_1_Pathfinding_AdvancedSmooth_Turn__Clear__MethodInfo); DO_APP_FUNC(0x01794E10, bool, List_1_Pathfinding_AdvancedSmooth_Turn__Contains, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, AdvancedSmooth_Turn item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Pathfinding_AdvancedSmooth_Turn__CopyTo, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, AdvancedSmooth_Turn__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Pathfinding_AdvancedSmooth_Turn__CopyTo_1, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, AdvancedSmooth_Turn__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Pathfinding_AdvancedSmooth_Turn__EnsureCapacity, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Pathfinding_AdvancedSmooth_Turn__Exists, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, Predicate_1_Pathfinding_AdvancedSmooth_Turn_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, AdvancedSmooth_Turn, List_1_Pathfinding_AdvancedSmooth_Turn__Find, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, Predicate_1_Pathfinding_AdvancedSmooth_Turn_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_Pathfinding_AdvancedSmooth_Turn_ *, List_1_Pathfinding_AdvancedSmooth_Turn__FindAll, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, Predicate_1_Pathfinding_AdvancedSmooth_Turn_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Pathfinding_AdvancedSmooth_Turn__FindIndex, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, Predicate_1_Pathfinding_AdvancedSmooth_Turn_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_Pathfinding_AdvancedSmooth_Turn__FindIndex_1, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, int32_t startIndex, int32_t count, Predicate_1_Pathfinding_AdvancedSmooth_Turn_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_Pathfinding_AdvancedSmooth_Turn__ForEach, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, Action_1_Pathfinding_AdvancedSmooth_Turn_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_Pathfinding_AdvancedSmooth_Turn_, List_1_Pathfinding_AdvancedSmooth_Turn__GetEnumerator, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_Pathfinding_AdvancedSmooth_Turn__IndexOf, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, AdvancedSmooth_Turn item, MethodInfo * method)); DO_APP_FUNC(0x0179BC50, void, List_1_Pathfinding_AdvancedSmooth_Turn__Insert, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, int32_t index, AdvancedSmooth_Turn item, MethodInfo * method)); DO_APP_FUNC(0x01811110, void, List_1_Pathfinding_AdvancedSmooth_Turn__InsertRange, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, int32_t index, IEnumerable_1_Pathfinding_AdvancedSmooth_Turn_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_Pathfinding_AdvancedSmooth_Turn__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_Pathfinding_AdvancedSmooth_Turn__Remove, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, AdvancedSmooth_Turn item, MethodInfo * method)); DO_APP_FUNC(0x0179C140, int32_t, List_1_Pathfinding_AdvancedSmooth_Turn__RemoveAll, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, Predicate_1_Pathfinding_AdvancedSmooth_Turn_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179C330, void, List_1_Pathfinding_AdvancedSmooth_Turn__RemoveAt, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_Pathfinding_AdvancedSmooth_Turn__RemoveRange, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Pathfinding_AdvancedSmooth_Turn__Reverse, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Pathfinding_AdvancedSmooth_Turn__Reverse_1, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Pathfinding_AdvancedSmooth_Turn__Sort, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81718, List_1_Pathfinding_AdvancedSmooth_Turn__Sort__MethodInfo); DO_APP_FUNC(0x017965F0, void, List_1_Pathfinding_AdvancedSmooth_Turn__Sort_1, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, Comparison_1_Pathfinding_AdvancedSmooth_Turn_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Pathfinding_AdvancedSmooth_Turn__Sort_2, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, IComparer_1_Pathfinding_AdvancedSmooth_Turn_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Pathfinding_AdvancedSmooth_Turn__Sort_3, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, int32_t index, int32_t count, IComparer_1_Pathfinding_AdvancedSmooth_Turn_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_Pathfinding_AdvancedSmooth_Turn_ *, List_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_ICollection_CopyTo, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_ICollection_get_IsSynchronized, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01811060, Object *, List_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_ICollection_get_SyncRoot, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_IEnumerable_GetEnumerator, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_IList_Add, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_IList_Contains, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_IList_IndexOf, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_IList_Insert, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_IList_Remove, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_IList_get_IsFixedSize, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_IList_get_IsReadOnly, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_IList_get_Item, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_IList_set_Item, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, AdvancedSmooth_Turn__Array *, List_1_Pathfinding_AdvancedSmooth_Turn__ToArray, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Pathfinding_AdvancedSmooth_Turn__TrimExcess, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Pathfinding_AdvancedSmooth_Turn__get_Capacity, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Pathfinding_AdvancedSmooth_Turn__get_Count, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81710, List_1_Pathfinding_AdvancedSmooth_Turn__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, AdvancedSmooth_Turn, List_1_Pathfinding_AdvancedSmooth_Turn__get_Item, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81700, List_1_Pathfinding_AdvancedSmooth_Turn__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Pathfinding_AdvancedSmooth_Turn__set_Capacity, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179BA10, void, List_1_Pathfinding_AdvancedSmooth_Turn__set_Item, (List_1_Pathfinding_AdvancedSmooth_Turn_ * __this, int32_t index, AdvancedSmooth_Turn value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo___ctor, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70A50, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo___ctor_1, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, IEnumerable_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo___ctor_2, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017DBBC0, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Add, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, AnimationOutputWeightProcessor_WeightInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70AA8, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Add__MethodInfo); DO_APP_FUNC(0x01811BA0, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__AddEnumerable, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, IEnumerable_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__AddRange, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, IEnumerable_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017DBC60, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__AddWithResize, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, AnimationOutputWeightProcessor_WeightInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ *, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__AsReadOnly, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE640, int32_t, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__BinarySearch, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, AnimationOutputWeightProcessor_WeightInfo item, MethodInfo * method)); DO_APP_FUNC(0x017AE6E0, int32_t, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__BinarySearch_1, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, AnimationOutputWeightProcessor_WeightInfo item, IComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017AE580, int32_t, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__BinarySearch_2, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, int32_t index, int32_t count, AnimationOutputWeightProcessor_WeightInfo item, IComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Clear, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70A68, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Clear__MethodInfo); DO_APP_FUNC(0x017AE790, bool, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Contains, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, AnimationOutputWeightProcessor_WeightInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__CopyTo, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, AnimationOutputWeightProcessor_WeightInfo__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__CopyTo_1, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, AnimationOutputWeightProcessor_WeightInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__EnsureCapacity, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Exists, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, Predicate_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AE940, AnimationOutputWeightProcessor_WeightInfo, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Find, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, Predicate_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AEA80, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ *, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__FindAll, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, Predicate_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__FindIndex, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, Predicate_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AEC20, int32_t, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__FindIndex_1, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AED50, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__ForEach, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, Action_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * action, MethodInfo * method)); DO_APP_FUNC(0x017AEE30, List_1_T_Enumerator_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__GetEnumerator, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AEFE0, int32_t, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__IndexOf, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, AnimationOutputWeightProcessor_WeightInfo item, MethodInfo * method)); DO_APP_FUNC(0x017DBCF0, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Insert, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, int32_t index, AnimationOutputWeightProcessor_WeightInfo item, MethodInfo * method)); DO_APP_FUNC(0x01811820, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__InsertRange, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, int32_t index, IEnumerable_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017ADF50, bool, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017AF7C0, bool, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Remove, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, AnimationOutputWeightProcessor_WeightInfo item, MethodInfo * method)); DO_APP_FUNC(0x017DC150, int32_t, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__RemoveAll, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, Predicate_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__RemoveAt, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__RemoveRange, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Reverse, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Reverse_1, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Sort, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Sort_1, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, Comparison_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Sort_2, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, IComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Sort_3, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AEEE0, IEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ *, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01811770, Object *, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AEEE0, IEnumerator *, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE400, int32_t, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IList_Add, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AE800, bool, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IList_Contains, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF050, int32_t, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IList_IndexOf, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF2E0, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IList_Insert, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF860, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IList_Remove, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE040, Object *, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IList_get_Item, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017AE0D0, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IList_set_Item, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, AnimationOutputWeightProcessor_WeightInfo__Array *, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__ToArray, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__TrimExcess, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__get_Capacity, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__get_Count, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70AB0, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__get_Count__MethodInfo); DO_APP_FUNC(0x017ADE30, AnimationOutputWeightProcessor_WeightInfo, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__get_Item, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70A80, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__set_Capacity, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017DBB50, void, List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__set_Item, (List_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, int32_t index, AnimationOutputWeightProcessor_WeightInfo value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock___ctor, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9EB8, List_1_UnityEngine_BeforeRenderHelper_OrderBlock___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock___ctor_1, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, IEnumerable_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock___ctor_2, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179BAB0, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__Add, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, BeforeRenderHelper_OrderBlock item, MethodInfo * method)); DO_APP_FUNC(0x018122D0, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__AddEnumerable, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, IEnumerable_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__AddRange, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, IEnumerable_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179BB90, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__AddWithResize, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, BeforeRenderHelper_OrderBlock item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ *, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__AsReadOnly, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__BinarySearch, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, BeforeRenderHelper_OrderBlock item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__BinarySearch_1, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, BeforeRenderHelper_OrderBlock item, IComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__BinarySearch_2, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, int32_t index, int32_t count, BeforeRenderHelper_OrderBlock item, IComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__Clear, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__Contains, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, BeforeRenderHelper_OrderBlock item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__CopyTo, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, BeforeRenderHelper_OrderBlock__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__CopyTo_1, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, BeforeRenderHelper_OrderBlock__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__EnsureCapacity, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__Exists, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, Predicate_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, BeforeRenderHelper_OrderBlock, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__Find, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, Predicate_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ *, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__FindAll, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, Predicate_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__FindIndex, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, Predicate_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__FindIndex_1, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__ForEach, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, Action_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_BeforeRenderHelper_OrderBlock_, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__GetEnumerator, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__IndexOf, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, BeforeRenderHelper_OrderBlock item, MethodInfo * method)); DO_APP_FUNC(0x0179BC50, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__Insert, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, int32_t index, BeforeRenderHelper_OrderBlock item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9E80, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__Insert__MethodInfo); DO_APP_FUNC(0x01811F10, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__InsertRange, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, int32_t index, IEnumerable_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__Remove, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, BeforeRenderHelper_OrderBlock item, MethodInfo * method)); DO_APP_FUNC(0x0179C140, int32_t, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__RemoveAll, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, Predicate_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179C330, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__RemoveAt, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9E98, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__RemoveAt__MethodInfo); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__RemoveRange, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__Reverse, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__Reverse_1, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__Sort, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__Sort_1, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, Comparison_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__Sort_2, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, IComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__Sort_3, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock_ *, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01811E60, Object *, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IList_Add, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IList_Contains, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IList_IndexOf, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IList_Insert, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IList_Remove, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IList_get_Item, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IList_set_Item, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, BeforeRenderHelper_OrderBlock__Array *, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__ToArray, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__TrimExcess, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__get_Capacity, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__get_Count, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9E78, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, BeforeRenderHelper_OrderBlock, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__get_Item, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9EA8, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__set_Capacity, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179BA10, void, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__set_Item, (List_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, int32_t index, BeforeRenderHelper_OrderBlock value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9EA0, List_1_UnityEngine_BeforeRenderHelper_OrderBlock__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page___ctor, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page___ctor_1, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, IEnumerable_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page___ctor_2, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D3E8, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page___ctor_2__MethodInfo); DO_APP_FUNC(0x0179DF80, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Add, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, BitmapAllocator32_Page item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D3C8, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Add__MethodInfo); DO_APP_FUNC(0x01812970, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__AddEnumerable, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, IEnumerable_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__AddRange, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, IEnumerable_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179DFE0, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__AddWithResize, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, BitmapAllocator32_Page item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ *, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__AsReadOnly, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E240, int32_t, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__BinarySearch, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, BitmapAllocator32_Page item, MethodInfo * method)); DO_APP_FUNC(0x0179E2C0, int32_t, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__BinarySearch_1, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, BitmapAllocator32_Page item, IComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__BinarySearch_2, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, int32_t index, int32_t count, BitmapAllocator32_Page item, IComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Clear, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E360, bool, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Contains, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, BitmapAllocator32_Page item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__CopyTo, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, BitmapAllocator32_Page__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__CopyTo_1, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, BitmapAllocator32_Page__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__EnsureCapacity, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Exists, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, Predicate_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E4E0, BitmapAllocator32_Page, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Find, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, Predicate_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E5B0, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ *, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__FindAll, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, Predicate_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__FindIndex, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, Predicate_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E710, int32_t, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__FindIndex_1, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E810, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__ForEach, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, Action_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179E8D0, List_1_T_Enumerator_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__GetEnumerator, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179EA30, int32_t, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__IndexOf, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, BitmapAllocator32_Page item, MethodInfo * method)); DO_APP_FUNC(0x0179EBB0, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Insert, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, int32_t index, BitmapAllocator32_Page item, MethodInfo * method)); DO_APP_FUNC(0x01812620, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__InsertRange, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179DD10, bool, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Remove, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, BitmapAllocator32_Page item, MethodInfo * method)); DO_APP_FUNC(0x0179F2A0, int32_t, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__RemoveAll, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, Predicate_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__RemoveAt, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__RemoveRange, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Reverse, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Reverse_1, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Sort, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Sort_1, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, Comparison_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Sort_2, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, IComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Sort_3, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ *, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01812570, Object *, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator *, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E050, int32_t, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179E3B0, bool, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EA80, int32_t, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EC80, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179F190, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DDE0, Object *, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179DE50, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, BitmapAllocator32_Page__Array *, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__ToArray, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__TrimExcess, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__get_Capacity, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D3E0, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__get_Capacity__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__get_Count, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D418, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__get_Count__MethodInfo); DO_APP_FUNC(0x0179DC90, BitmapAllocator32_Page, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__get_Item, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D400, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__set_Capacity, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179DCD0, void, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__set_Item, (List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, int32_t index, BitmapAllocator32_Page value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D3F0, List_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Camera_RenderRequest___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Camera_RenderRequest___ctor, (List_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Camera_RenderRequest___ctor_1, (List_1_UnityEngine_Camera_RenderRequest_ * __this, IEnumerable_1_UnityEngine_Camera_RenderRequest_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Camera_RenderRequest___ctor_2, (List_1_UnityEngine_Camera_RenderRequest_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017B1780, void, List_1_UnityEngine_Camera_RenderRequest__Add, (List_1_UnityEngine_Camera_RenderRequest_ * __this, Camera_RenderRequest item, MethodInfo * method)); DO_APP_FUNC(0x01813050, void, List_1_UnityEngine_Camera_RenderRequest__AddEnumerable, (List_1_UnityEngine_Camera_RenderRequest_ * __this, IEnumerable_1_UnityEngine_Camera_RenderRequest_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Camera_RenderRequest__AddRange, (List_1_UnityEngine_Camera_RenderRequest_ * __this, IEnumerable_1_UnityEngine_Camera_RenderRequest_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B1870, void, List_1_UnityEngine_Camera_RenderRequest__AddWithResize, (List_1_UnityEngine_Camera_RenderRequest_ * __this, Camera_RenderRequest item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ *, List_1_UnityEngine_Camera_RenderRequest__AsReadOnly, (List_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_UnityEngine_Camera_RenderRequest__BinarySearch, (List_1_UnityEngine_Camera_RenderRequest_ * __this, Camera_RenderRequest item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_UnityEngine_Camera_RenderRequest__BinarySearch_1, (List_1_UnityEngine_Camera_RenderRequest_ * __this, Camera_RenderRequest item, IComparer_1_UnityEngine_Camera_RenderRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_UnityEngine_Camera_RenderRequest__BinarySearch_2, (List_1_UnityEngine_Camera_RenderRequest_ * __this, int32_t index, int32_t count, Camera_RenderRequest item, IComparer_1_UnityEngine_Camera_RenderRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_Camera_RenderRequest__Clear, (List_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A250, bool, List_1_UnityEngine_Camera_RenderRequest__Contains, (List_1_UnityEngine_Camera_RenderRequest_ * __this, Camera_RenderRequest item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Camera_RenderRequest__CopyTo, (List_1_UnityEngine_Camera_RenderRequest_ * __this, Camera_RenderRequest__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Camera_RenderRequest__CopyTo_1, (List_1_UnityEngine_Camera_RenderRequest_ * __this, Camera_RenderRequest__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Camera_RenderRequest__EnsureCapacity, (List_1_UnityEngine_Camera_RenderRequest_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Camera_RenderRequest__Exists, (List_1_UnityEngine_Camera_RenderRequest_ * __this, Predicate_1_UnityEngine_Camera_RenderRequest_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, Camera_RenderRequest, List_1_UnityEngine_Camera_RenderRequest__Find, (List_1_UnityEngine_Camera_RenderRequest_ * __this, Predicate_1_UnityEngine_Camera_RenderRequest_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_UnityEngine_Camera_RenderRequest_ *, List_1_UnityEngine_Camera_RenderRequest__FindAll, (List_1_UnityEngine_Camera_RenderRequest_ * __this, Predicate_1_UnityEngine_Camera_RenderRequest_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Camera_RenderRequest__FindIndex, (List_1_UnityEngine_Camera_RenderRequest_ * __this, Predicate_1_UnityEngine_Camera_RenderRequest_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_UnityEngine_Camera_RenderRequest__FindIndex_1, (List_1_UnityEngine_Camera_RenderRequest_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Camera_RenderRequest_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_UnityEngine_Camera_RenderRequest__ForEach, (List_1_UnityEngine_Camera_RenderRequest_ * __this, Action_1_UnityEngine_Camera_RenderRequest_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_UnityEngine_Camera_RenderRequest_, List_1_UnityEngine_Camera_RenderRequest__GetEnumerator, (List_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_UnityEngine_Camera_RenderRequest__IndexOf, (List_1_UnityEngine_Camera_RenderRequest_ * __this, Camera_RenderRequest item, MethodInfo * method)); DO_APP_FUNC(0x017B1940, void, List_1_UnityEngine_Camera_RenderRequest__Insert, (List_1_UnityEngine_Camera_RenderRequest_ * __this, int32_t index, Camera_RenderRequest item, MethodInfo * method)); DO_APP_FUNC(0x01812C80, void, List_1_UnityEngine_Camera_RenderRequest__InsertRange, (List_1_UnityEngine_Camera_RenderRequest_ * __this, int32_t index, IEnumerable_1_UnityEngine_Camera_RenderRequest_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_UnityEngine_Camera_RenderRequest__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_UnityEngine_Camera_RenderRequest__Remove, (List_1_UnityEngine_Camera_RenderRequest_ * __this, Camera_RenderRequest item, MethodInfo * method)); DO_APP_FUNC(0x017B1E50, int32_t, List_1_UnityEngine_Camera_RenderRequest__RemoveAll, (List_1_UnityEngine_Camera_RenderRequest_ * __this, Predicate_1_UnityEngine_Camera_RenderRequest_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B2030, void, List_1_UnityEngine_Camera_RenderRequest__RemoveAt, (List_1_UnityEngine_Camera_RenderRequest_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_Camera_RenderRequest__RemoveRange, (List_1_UnityEngine_Camera_RenderRequest_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Camera_RenderRequest__Reverse, (List_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Camera_RenderRequest__Reverse_1, (List_1_UnityEngine_Camera_RenderRequest_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Camera_RenderRequest__Sort, (List_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Camera_RenderRequest__Sort_1, (List_1_UnityEngine_Camera_RenderRequest_ * __this, Comparison_1_UnityEngine_Camera_RenderRequest_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Camera_RenderRequest__Sort_2, (List_1_UnityEngine_Camera_RenderRequest_ * __this, IComparer_1_UnityEngine_Camera_RenderRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Camera_RenderRequest__Sort_3, (List_1_UnityEngine_Camera_RenderRequest_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Camera_RenderRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Camera_RenderRequest__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_UnityEngine_Camera_RenderRequest_ *, List_1_UnityEngine_Camera_RenderRequest__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Camera_RenderRequest__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Camera_RenderRequest_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Camera_RenderRequest__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01812BD0, Object *, List_1_UnityEngine_Camera_RenderRequest__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_UnityEngine_Camera_RenderRequest__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_UnityEngine_Camera_RenderRequest__System_Collections_IList_Add, (List_1_UnityEngine_Camera_RenderRequest_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_UnityEngine_Camera_RenderRequest__System_Collections_IList_Contains, (List_1_UnityEngine_Camera_RenderRequest_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_UnityEngine_Camera_RenderRequest__System_Collections_IList_IndexOf, (List_1_UnityEngine_Camera_RenderRequest_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_UnityEngine_Camera_RenderRequest__System_Collections_IList_Insert, (List_1_UnityEngine_Camera_RenderRequest_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_UnityEngine_Camera_RenderRequest__System_Collections_IList_Remove, (List_1_UnityEngine_Camera_RenderRequest_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Camera_RenderRequest__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Camera_RenderRequest__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_UnityEngine_Camera_RenderRequest__System_Collections_IList_get_Item, (List_1_UnityEngine_Camera_RenderRequest_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_UnityEngine_Camera_RenderRequest__System_Collections_IList_set_Item, (List_1_UnityEngine_Camera_RenderRequest_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Camera_RenderRequest__Array *, List_1_UnityEngine_Camera_RenderRequest__ToArray, (List_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Camera_RenderRequest__TrimExcess, (List_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Camera_RenderRequest__get_Capacity, (List_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Camera_RenderRequest__get_Count, (List_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799950, Camera_RenderRequest, List_1_UnityEngine_Camera_RenderRequest__get_Item, (List_1_UnityEngine_Camera_RenderRequest_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Camera_RenderRequest__set_Capacity, (List_1_UnityEngine_Camera_RenderRequest_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017B16D0, void, List_1_UnityEngine_Camera_RenderRequest__set_Item, (List_1_UnityEngine_Camera_RenderRequest_ * __this, int32_t index, Camera_RenderRequest value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Cinemachine_CameraState_CustomBlendable___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Cinemachine_CameraState_CustomBlendable___ctor, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98098, List_1_Cinemachine_CameraState_CustomBlendable___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Cinemachine_CameraState_CustomBlendable___ctor_1, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, IEnumerable_1_Cinemachine_CameraState_CustomBlendable_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Cinemachine_CameraState_CustomBlendable___ctor_2, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_Cinemachine_CameraState_CustomBlendable__Add, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, CameraState_CustomBlendable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98070, List_1_Cinemachine_CameraState_CustomBlendable__Add__MethodInfo); DO_APP_FUNC(0x01813760, void, List_1_Cinemachine_CameraState_CustomBlendable__AddEnumerable, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, IEnumerable_1_Cinemachine_CameraState_CustomBlendable_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Cinemachine_CameraState_CustomBlendable__AddRange, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, IEnumerable_1_Cinemachine_CameraState_CustomBlendable_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_Cinemachine_CameraState_CustomBlendable__AddWithResize, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, CameraState_CustomBlendable item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ *, List_1_Cinemachine_CameraState_CustomBlendable__AsReadOnly, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_Cinemachine_CameraState_CustomBlendable__BinarySearch, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, CameraState_CustomBlendable item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_Cinemachine_CameraState_CustomBlendable__BinarySearch_1, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, CameraState_CustomBlendable item, IComparer_1_Cinemachine_CameraState_CustomBlendable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_Cinemachine_CameraState_CustomBlendable__BinarySearch_2, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, int32_t index, int32_t count, CameraState_CustomBlendable item, IComparer_1_Cinemachine_CameraState_CustomBlendable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Cinemachine_CameraState_CustomBlendable__Clear, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_Cinemachine_CameraState_CustomBlendable__Contains, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, CameraState_CustomBlendable item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Cinemachine_CameraState_CustomBlendable__CopyTo, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, CameraState_CustomBlendable__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Cinemachine_CameraState_CustomBlendable__CopyTo_1, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, CameraState_CustomBlendable__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Cinemachine_CameraState_CustomBlendable__EnsureCapacity, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Cinemachine_CameraState_CustomBlendable__Exists, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, Predicate_1_Cinemachine_CameraState_CustomBlendable_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, CameraState_CustomBlendable, List_1_Cinemachine_CameraState_CustomBlendable__Find, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, Predicate_1_Cinemachine_CameraState_CustomBlendable_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_Cinemachine_CameraState_CustomBlendable_ *, List_1_Cinemachine_CameraState_CustomBlendable__FindAll, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, Predicate_1_Cinemachine_CameraState_CustomBlendable_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Cinemachine_CameraState_CustomBlendable__FindIndex, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, Predicate_1_Cinemachine_CameraState_CustomBlendable_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_Cinemachine_CameraState_CustomBlendable__FindIndex_1, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, int32_t startIndex, int32_t count, Predicate_1_Cinemachine_CameraState_CustomBlendable_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_Cinemachine_CameraState_CustomBlendable__ForEach, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, Action_1_Cinemachine_CameraState_CustomBlendable_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_Cinemachine_CameraState_CustomBlendable_, List_1_Cinemachine_CameraState_CustomBlendable__GetEnumerator, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_Cinemachine_CameraState_CustomBlendable__IndexOf, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, CameraState_CustomBlendable item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_Cinemachine_CameraState_CustomBlendable__Insert, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, int32_t index, CameraState_CustomBlendable item, MethodInfo * method)); DO_APP_FUNC(0x018133A0, void, List_1_Cinemachine_CameraState_CustomBlendable__InsertRange, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, int32_t index, IEnumerable_1_Cinemachine_CameraState_CustomBlendable_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_Cinemachine_CameraState_CustomBlendable__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_Cinemachine_CameraState_CustomBlendable__Remove, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, CameraState_CustomBlendable item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_Cinemachine_CameraState_CustomBlendable__RemoveAll, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, Predicate_1_Cinemachine_CameraState_CustomBlendable_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_Cinemachine_CameraState_CustomBlendable__RemoveAt, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_Cinemachine_CameraState_CustomBlendable__RemoveRange, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Cinemachine_CameraState_CustomBlendable__Reverse, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Cinemachine_CameraState_CustomBlendable__Reverse_1, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Cinemachine_CameraState_CustomBlendable__Sort, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Cinemachine_CameraState_CustomBlendable__Sort_1, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, Comparison_1_Cinemachine_CameraState_CustomBlendable_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Cinemachine_CameraState_CustomBlendable__Sort_2, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, IComparer_1_Cinemachine_CameraState_CustomBlendable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Cinemachine_CameraState_CustomBlendable__Sort_3, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, int32_t index, int32_t count, IComparer_1_Cinemachine_CameraState_CustomBlendable_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_CameraState_CustomBlendable__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_Cinemachine_CameraState_CustomBlendable_ *, List_1_Cinemachine_CameraState_CustomBlendable__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Cinemachine_CameraState_CustomBlendable__System_Collections_ICollection_CopyTo, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_CameraState_CustomBlendable__System_Collections_ICollection_get_IsSynchronized, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018132F0, Object *, List_1_Cinemachine_CameraState_CustomBlendable__System_Collections_ICollection_get_SyncRoot, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_Cinemachine_CameraState_CustomBlendable__System_Collections_IEnumerable_GetEnumerator, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_Cinemachine_CameraState_CustomBlendable__System_Collections_IList_Add, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_Cinemachine_CameraState_CustomBlendable__System_Collections_IList_Contains, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_Cinemachine_CameraState_CustomBlendable__System_Collections_IList_IndexOf, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_Cinemachine_CameraState_CustomBlendable__System_Collections_IList_Insert, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_Cinemachine_CameraState_CustomBlendable__System_Collections_IList_Remove, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_CameraState_CustomBlendable__System_Collections_IList_get_IsFixedSize, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_CameraState_CustomBlendable__System_Collections_IList_get_IsReadOnly, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_Cinemachine_CameraState_CustomBlendable__System_Collections_IList_get_Item, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_Cinemachine_CameraState_CustomBlendable__System_Collections_IList_set_Item, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, CameraState_CustomBlendable__Array *, List_1_Cinemachine_CameraState_CustomBlendable__ToArray, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Cinemachine_CameraState_CustomBlendable__TrimExcess, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Cinemachine_CameraState_CustomBlendable__get_Capacity, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Cinemachine_CameraState_CustomBlendable__get_Count, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C980D8, List_1_Cinemachine_CameraState_CustomBlendable__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, CameraState_CustomBlendable, List_1_Cinemachine_CameraState_CustomBlendable__get_Item, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C980B0, List_1_Cinemachine_CameraState_CustomBlendable__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Cinemachine_CameraState_CustomBlendable__set_Capacity, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_Cinemachine_CameraState_CustomBlendable__set_Item, (List_1_Cinemachine_CameraState_CustomBlendable_ * __this, int32_t index, CameraState_CustomBlendable value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Cinemachine_CinemachineClearShot_Pair___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Cinemachine_CinemachineClearShot_Pair___ctor, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96090, List_1_Cinemachine_CinemachineClearShot_Pair___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Cinemachine_CinemachineClearShot_Pair___ctor_1, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, IEnumerable_1_Cinemachine_CinemachineClearShot_Pair_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Cinemachine_CinemachineClearShot_Pair___ctor_2, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179DF80, void, List_1_Cinemachine_CinemachineClearShot_Pair__Add, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, CinemachineClearShot_Pair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96080, List_1_Cinemachine_CinemachineClearShot_Pair__Add__MethodInfo); DO_APP_FUNC(0x01813E00, void, List_1_Cinemachine_CinemachineClearShot_Pair__AddEnumerable, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, IEnumerable_1_Cinemachine_CinemachineClearShot_Pair_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Cinemachine_CinemachineClearShot_Pair__AddRange, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, IEnumerable_1_Cinemachine_CinemachineClearShot_Pair_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179DFE0, void, List_1_Cinemachine_CinemachineClearShot_Pair__AddWithResize, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, CinemachineClearShot_Pair item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ *, List_1_Cinemachine_CinemachineClearShot_Pair__AsReadOnly, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E240, int32_t, List_1_Cinemachine_CinemachineClearShot_Pair__BinarySearch, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, CinemachineClearShot_Pair item, MethodInfo * method)); DO_APP_FUNC(0x0179E2C0, int32_t, List_1_Cinemachine_CinemachineClearShot_Pair__BinarySearch_1, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, CinemachineClearShot_Pair item, IComparer_1_Cinemachine_CinemachineClearShot_Pair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_Cinemachine_CinemachineClearShot_Pair__BinarySearch_2, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, int32_t index, int32_t count, CinemachineClearShot_Pair item, IComparer_1_Cinemachine_CinemachineClearShot_Pair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_Cinemachine_CinemachineClearShot_Pair__Clear, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E360, bool, List_1_Cinemachine_CinemachineClearShot_Pair__Contains, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, CinemachineClearShot_Pair item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Cinemachine_CinemachineClearShot_Pair__CopyTo, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, CinemachineClearShot_Pair__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Cinemachine_CinemachineClearShot_Pair__CopyTo_1, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, CinemachineClearShot_Pair__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Cinemachine_CinemachineClearShot_Pair__EnsureCapacity, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Cinemachine_CinemachineClearShot_Pair__Exists, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, Predicate_1_Cinemachine_CinemachineClearShot_Pair_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E4E0, CinemachineClearShot_Pair, List_1_Cinemachine_CinemachineClearShot_Pair__Find, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, Predicate_1_Cinemachine_CinemachineClearShot_Pair_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E5B0, List_1_Cinemachine_CinemachineClearShot_Pair_ *, List_1_Cinemachine_CinemachineClearShot_Pair__FindAll, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, Predicate_1_Cinemachine_CinemachineClearShot_Pair_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Cinemachine_CinemachineClearShot_Pair__FindIndex, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, Predicate_1_Cinemachine_CinemachineClearShot_Pair_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E710, int32_t, List_1_Cinemachine_CinemachineClearShot_Pair__FindIndex_1, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, int32_t startIndex, int32_t count, Predicate_1_Cinemachine_CinemachineClearShot_Pair_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E810, void, List_1_Cinemachine_CinemachineClearShot_Pair__ForEach, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, Action_1_Cinemachine_CinemachineClearShot_Pair_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179E8D0, List_1_T_Enumerator_Cinemachine_CinemachineClearShot_Pair_, List_1_Cinemachine_CinemachineClearShot_Pair__GetEnumerator, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179EA30, int32_t, List_1_Cinemachine_CinemachineClearShot_Pair__IndexOf, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, CinemachineClearShot_Pair item, MethodInfo * method)); DO_APP_FUNC(0x0179EBB0, void, List_1_Cinemachine_CinemachineClearShot_Pair__Insert, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, int32_t index, CinemachineClearShot_Pair item, MethodInfo * method)); DO_APP_FUNC(0x01813AB0, void, List_1_Cinemachine_CinemachineClearShot_Pair__InsertRange, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, int32_t index, IEnumerable_1_Cinemachine_CinemachineClearShot_Pair_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179DD10, bool, List_1_Cinemachine_CinemachineClearShot_Pair__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_Cinemachine_CinemachineClearShot_Pair__Remove, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, CinemachineClearShot_Pair item, MethodInfo * method)); DO_APP_FUNC(0x0179F2A0, int32_t, List_1_Cinemachine_CinemachineClearShot_Pair__RemoveAll, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, Predicate_1_Cinemachine_CinemachineClearShot_Pair_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_Cinemachine_CinemachineClearShot_Pair__RemoveAt, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_Cinemachine_CinemachineClearShot_Pair__RemoveRange, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Cinemachine_CinemachineClearShot_Pair__Reverse, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Cinemachine_CinemachineClearShot_Pair__Reverse_1, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Cinemachine_CinemachineClearShot_Pair__Sort, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Cinemachine_CinemachineClearShot_Pair__Sort_1, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, Comparison_1_Cinemachine_CinemachineClearShot_Pair_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96070, List_1_Cinemachine_CinemachineClearShot_Pair__Sort_1__MethodInfo); DO_APP_FUNC(0x017964F0, void, List_1_Cinemachine_CinemachineClearShot_Pair__Sort_2, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, IComparer_1_Cinemachine_CinemachineClearShot_Pair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Cinemachine_CinemachineClearShot_Pair__Sort_3, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, int32_t index, int32_t count, IComparer_1_Cinemachine_CinemachineClearShot_Pair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator_1_Cinemachine_CinemachineClearShot_Pair_ *, List_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_ICollection_CopyTo, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_ICollection_get_IsSynchronized, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01813A00, Object *, List_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_ICollection_get_SyncRoot, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator *, List_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_IEnumerable_GetEnumerator, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E050, int32_t, List_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_IList_Add, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179E3B0, bool, List_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_IList_Contains, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EA80, int32_t, List_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_IList_IndexOf, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EC80, void, List_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_IList_Insert, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179F190, void, List_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_IList_Remove, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_IList_get_IsFixedSize, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_IList_get_IsReadOnly, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DDE0, Object *, List_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_IList_get_Item, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179DE50, void, List_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_IList_set_Item, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, CinemachineClearShot_Pair__Array *, List_1_Cinemachine_CinemachineClearShot_Pair__ToArray, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96098, List_1_Cinemachine_CinemachineClearShot_Pair__ToArray__MethodInfo); DO_APP_FUNC(0x01796790, void, List_1_Cinemachine_CinemachineClearShot_Pair__TrimExcess, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Cinemachine_CinemachineClearShot_Pair__get_Capacity, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Cinemachine_CinemachineClearShot_Pair__get_Count, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DC90, CinemachineClearShot_Pair, List_1_Cinemachine_CinemachineClearShot_Pair__get_Item, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_Cinemachine_CinemachineClearShot_Pair__set_Capacity, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179DCD0, void, List_1_Cinemachine_CinemachineClearShot_Pair__set_Item, (List_1_Cinemachine_CinemachineClearShot_Pair_ * __this, int32_t index, CinemachineClearShot_Pair value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair___ctor, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96C40, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair___ctor_1, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, IEnumerable_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair___ctor_2, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179DF80, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Add, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, CinemachineStateDrivenCamera_HashPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96C48, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Add__MethodInfo); DO_APP_FUNC(0x01814460, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__AddEnumerable, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, IEnumerable_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__AddRange, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, IEnumerable_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179DFE0, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__AddWithResize, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, CinemachineStateDrivenCamera_HashPair item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ *, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__AsReadOnly, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E240, int32_t, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__BinarySearch, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, CinemachineStateDrivenCamera_HashPair item, MethodInfo * method)); DO_APP_FUNC(0x0179E2C0, int32_t, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__BinarySearch_1, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, CinemachineStateDrivenCamera_HashPair item, IComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__BinarySearch_2, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, int32_t index, int32_t count, CinemachineStateDrivenCamera_HashPair item, IComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Clear, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E360, bool, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Contains, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, CinemachineStateDrivenCamera_HashPair item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__CopyTo, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, CinemachineStateDrivenCamera_HashPair__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__CopyTo_1, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, CinemachineStateDrivenCamera_HashPair__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__EnsureCapacity, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Exists, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, Predicate_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E4E0, CinemachineStateDrivenCamera_HashPair, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Find, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, Predicate_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E5B0, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ *, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__FindAll, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, Predicate_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__FindIndex, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, Predicate_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E710, int32_t, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__FindIndex_1, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, int32_t startIndex, int32_t count, Predicate_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E810, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__ForEach, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, Action_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179E8D0, List_1_T_Enumerator_Cinemachine_CinemachineStateDrivenCamera_HashPair_, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__GetEnumerator, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179EA30, int32_t, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__IndexOf, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, CinemachineStateDrivenCamera_HashPair item, MethodInfo * method)); DO_APP_FUNC(0x0179EBB0, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Insert, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, int32_t index, CinemachineStateDrivenCamera_HashPair item, MethodInfo * method)); DO_APP_FUNC(0x01814110, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__InsertRange, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, int32_t index, IEnumerable_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179DD10, bool, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Remove, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, CinemachineStateDrivenCamera_HashPair item, MethodInfo * method)); DO_APP_FUNC(0x0179F2A0, int32_t, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__RemoveAll, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, Predicate_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__RemoveAt, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__RemoveRange, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Reverse, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Reverse_1, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Sort, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Sort_1, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, Comparison_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Sort_2, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, IComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Sort_3, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, int32_t index, int32_t count, IComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ *, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_ICollection_CopyTo, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_ICollection_get_IsSynchronized, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01814060, Object *, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_ICollection_get_SyncRoot, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator *, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IEnumerable_GetEnumerator, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E050, int32_t, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IList_Add, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179E3B0, bool, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IList_Contains, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EA80, int32_t, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IList_IndexOf, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EC80, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IList_Insert, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179F190, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IList_Remove, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IList_get_IsFixedSize, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IList_get_IsReadOnly, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DDE0, Object *, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IList_get_Item, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179DE50, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IList_set_Item, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, CinemachineStateDrivenCamera_HashPair__Array *, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__ToArray, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__TrimExcess, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__get_Capacity, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__get_Count, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96C08, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__get_Count__MethodInfo); DO_APP_FUNC(0x0179DC90, CinemachineStateDrivenCamera_HashPair, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__get_Item, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96BF8, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__set_Capacity, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179DCD0, void, List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__set_Item, (List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, int32_t index, CinemachineStateDrivenCamera_HashPair value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Cinemachine_ClipperLib_DoublePoint___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Cinemachine_ClipperLib_DoublePoint___ctor, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C538B8, List_1_Cinemachine_ClipperLib_DoublePoint___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Cinemachine_ClipperLib_DoublePoint___ctor_1, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, IEnumerable_1_Cinemachine_ClipperLib_DoublePoint_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Cinemachine_ClipperLib_DoublePoint___ctor_2, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x018147D0, void, List_1_Cinemachine_ClipperLib_DoublePoint__Add, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, ClipperLib_DoublePoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53888, List_1_Cinemachine_ClipperLib_DoublePoint__Add__MethodInfo); DO_APP_FUNC(0x018153C0, void, List_1_Cinemachine_ClipperLib_DoublePoint__AddEnumerable, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, IEnumerable_1_Cinemachine_ClipperLib_DoublePoint_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Cinemachine_ClipperLib_DoublePoint__AddRange, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, IEnumerable_1_Cinemachine_ClipperLib_DoublePoint_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01814850, void, List_1_Cinemachine_ClipperLib_DoublePoint__AddWithResize, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, ClipperLib_DoublePoint item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ *, List_1_Cinemachine_ClipperLib_DoublePoint__AsReadOnly, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_Cinemachine_ClipperLib_DoublePoint__BinarySearch, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, ClipperLib_DoublePoint item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_Cinemachine_ClipperLib_DoublePoint__BinarySearch_1, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, ClipperLib_DoublePoint item, IComparer_1_Cinemachine_ClipperLib_DoublePoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_Cinemachine_ClipperLib_DoublePoint__BinarySearch_2, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, int32_t index, int32_t count, ClipperLib_DoublePoint item, IComparer_1_Cinemachine_ClipperLib_DoublePoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_Cinemachine_ClipperLib_DoublePoint__Clear, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53890, List_1_Cinemachine_ClipperLib_DoublePoint__Clear__MethodInfo); DO_APP_FUNC(0x01794E10, bool, List_1_Cinemachine_ClipperLib_DoublePoint__Contains, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, ClipperLib_DoublePoint item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Cinemachine_ClipperLib_DoublePoint__CopyTo, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, ClipperLib_DoublePoint__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Cinemachine_ClipperLib_DoublePoint__CopyTo_1, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, ClipperLib_DoublePoint__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Cinemachine_ClipperLib_DoublePoint__EnsureCapacity, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Cinemachine_ClipperLib_DoublePoint__Exists, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, Predicate_1_Cinemachine_ClipperLib_DoublePoint_ * match, MethodInfo * method)); DO_APP_FUNC(0x018148D0, ClipperLib_DoublePoint, List_1_Cinemachine_ClipperLib_DoublePoint__Find, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, Predicate_1_Cinemachine_ClipperLib_DoublePoint_ * match, MethodInfo * method)); DO_APP_FUNC(0x018149E0, List_1_Cinemachine_ClipperLib_DoublePoint_ *, List_1_Cinemachine_ClipperLib_DoublePoint__FindAll, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, Predicate_1_Cinemachine_ClipperLib_DoublePoint_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Cinemachine_ClipperLib_DoublePoint__FindIndex, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, Predicate_1_Cinemachine_ClipperLib_DoublePoint_ * match, MethodInfo * method)); DO_APP_FUNC(0x01814B60, int32_t, List_1_Cinemachine_ClipperLib_DoublePoint__FindIndex_1, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, int32_t startIndex, int32_t count, Predicate_1_Cinemachine_ClipperLib_DoublePoint_ * match, MethodInfo * method)); DO_APP_FUNC(0x01814C70, void, List_1_Cinemachine_ClipperLib_DoublePoint__ForEach, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, Action_1_Cinemachine_ClipperLib_DoublePoint_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_Cinemachine_ClipperLib_DoublePoint_, List_1_Cinemachine_ClipperLib_DoublePoint__GetEnumerator, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_Cinemachine_ClipperLib_DoublePoint__IndexOf, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, ClipperLib_DoublePoint item, MethodInfo * method)); DO_APP_FUNC(0x01814D40, void, List_1_Cinemachine_ClipperLib_DoublePoint__Insert, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, int32_t index, ClipperLib_DoublePoint item, MethodInfo * method)); DO_APP_FUNC(0x01814E20, void, List_1_Cinemachine_ClipperLib_DoublePoint__InsertRange, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, int32_t index, IEnumerable_1_Cinemachine_ClipperLib_DoublePoint_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B7570, bool, List_1_Cinemachine_ClipperLib_DoublePoint__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_Cinemachine_ClipperLib_DoublePoint__Remove, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, ClipperLib_DoublePoint item, MethodInfo * method)); DO_APP_FUNC(0x018151F0, int32_t, List_1_Cinemachine_ClipperLib_DoublePoint__RemoveAll, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, Predicate_1_Cinemachine_ClipperLib_DoublePoint_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_Cinemachine_ClipperLib_DoublePoint__RemoveAt, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_Cinemachine_ClipperLib_DoublePoint__RemoveRange, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Cinemachine_ClipperLib_DoublePoint__Reverse, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Cinemachine_ClipperLib_DoublePoint__Reverse_1, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Cinemachine_ClipperLib_DoublePoint__Sort, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Cinemachine_ClipperLib_DoublePoint__Sort_1, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, Comparison_1_Cinemachine_ClipperLib_DoublePoint_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Cinemachine_ClipperLib_DoublePoint__Sort_2, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, IComparer_1_Cinemachine_ClipperLib_DoublePoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Cinemachine_ClipperLib_DoublePoint__Sort_3, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, int32_t index, int32_t count, IComparer_1_Cinemachine_ClipperLib_DoublePoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_Cinemachine_ClipperLib_DoublePoint_ *, List_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_ICollection_CopyTo, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_ICollection_get_IsSynchronized, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018146C0, Object *, List_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_ICollection_get_SyncRoot, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_IEnumerable_GetEnumerator, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_IList_Add, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_IList_Contains, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_IList_IndexOf, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_IList_Insert, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_IList_Remove, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_IList_get_IsFixedSize, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_IList_get_IsReadOnly, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_IList_get_Item, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_IList_set_Item, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ClipperLib_DoublePoint__Array *, List_1_Cinemachine_ClipperLib_DoublePoint__ToArray, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Cinemachine_ClipperLib_DoublePoint__TrimExcess, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Cinemachine_ClipperLib_DoublePoint__get_Capacity, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Cinemachine_ClipperLib_DoublePoint__get_Count, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, ClipperLib_DoublePoint, List_1_Cinemachine_ClipperLib_DoublePoint__get_Item, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53898, List_1_Cinemachine_ClipperLib_DoublePoint__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Cinemachine_ClipperLib_DoublePoint__set_Capacity, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53868, List_1_Cinemachine_ClipperLib_DoublePoint__set_Capacity__MethodInfo); DO_APP_FUNC(0x01814770, void, List_1_Cinemachine_ClipperLib_DoublePoint__set_Item, (List_1_Cinemachine_ClipperLib_DoublePoint_ * __this, int32_t index, ClipperLib_DoublePoint value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53870, List_1_Cinemachine_ClipperLib_DoublePoint__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_Cinemachine_ClipperLib_IntPoint___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Cinemachine_ClipperLib_IntPoint___ctor, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99570, List_1_Cinemachine_ClipperLib_IntPoint___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Cinemachine_ClipperLib_IntPoint___ctor_1, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, IEnumerable_1_Cinemachine_ClipperLib_IntPoint_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Cinemachine_ClipperLib_IntPoint___ctor_2, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97DA8, List_1_Cinemachine_ClipperLib_IntPoint___ctor_2__MethodInfo); DO_APP_FUNC(0x017A6170, void, List_1_Cinemachine_ClipperLib_IntPoint__Add, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, ClipperLib_IntPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97DC8, List_1_Cinemachine_ClipperLib_IntPoint__Add__MethodInfo); DO_APP_FUNC(0x01815AD0, void, List_1_Cinemachine_ClipperLib_IntPoint__AddEnumerable, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, IEnumerable_1_Cinemachine_ClipperLib_IntPoint_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Cinemachine_ClipperLib_IntPoint__AddRange, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, IEnumerable_1_Cinemachine_ClipperLib_IntPoint_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A61F0, void, List_1_Cinemachine_ClipperLib_IntPoint__AddWithResize, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, ClipperLib_IntPoint item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ *, List_1_Cinemachine_ClipperLib_IntPoint__AsReadOnly, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_Cinemachine_ClipperLib_IntPoint__BinarySearch, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, ClipperLib_IntPoint item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_Cinemachine_ClipperLib_IntPoint__BinarySearch_1, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, ClipperLib_IntPoint item, IComparer_1_Cinemachine_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_Cinemachine_ClipperLib_IntPoint__BinarySearch_2, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, int32_t index, int32_t count, ClipperLib_IntPoint item, IComparer_1_Cinemachine_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_Cinemachine_ClipperLib_IntPoint__Clear, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_Cinemachine_ClipperLib_IntPoint__Contains, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, ClipperLib_IntPoint item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Cinemachine_ClipperLib_IntPoint__CopyTo, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, ClipperLib_IntPoint__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Cinemachine_ClipperLib_IntPoint__CopyTo_1, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, ClipperLib_IntPoint__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Cinemachine_ClipperLib_IntPoint__EnsureCapacity, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Cinemachine_ClipperLib_IntPoint__Exists, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, Predicate_1_Cinemachine_ClipperLib_IntPoint_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, ClipperLib_IntPoint, List_1_Cinemachine_ClipperLib_IntPoint__Find, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, Predicate_1_Cinemachine_ClipperLib_IntPoint_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_Cinemachine_ClipperLib_IntPoint_ *, List_1_Cinemachine_ClipperLib_IntPoint__FindAll, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, Predicate_1_Cinemachine_ClipperLib_IntPoint_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Cinemachine_ClipperLib_IntPoint__FindIndex, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, Predicate_1_Cinemachine_ClipperLib_IntPoint_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_Cinemachine_ClipperLib_IntPoint__FindIndex_1, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, int32_t startIndex, int32_t count, Predicate_1_Cinemachine_ClipperLib_IntPoint_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_Cinemachine_ClipperLib_IntPoint__ForEach, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, Action_1_Cinemachine_ClipperLib_IntPoint_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_Cinemachine_ClipperLib_IntPoint_, List_1_Cinemachine_ClipperLib_IntPoint__GetEnumerator, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99190, List_1_Cinemachine_ClipperLib_IntPoint__GetEnumerator__MethodInfo); DO_APP_FUNC(0x017956E0, int32_t, List_1_Cinemachine_ClipperLib_IntPoint__IndexOf, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, ClipperLib_IntPoint item, MethodInfo * method)); DO_APP_FUNC(0x017A6260, void, List_1_Cinemachine_ClipperLib_IntPoint__Insert, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, int32_t index, ClipperLib_IntPoint item, MethodInfo * method)); DO_APP_FUNC(0x01815710, void, List_1_Cinemachine_ClipperLib_IntPoint__InsertRange, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, int32_t index, IEnumerable_1_Cinemachine_ClipperLib_IntPoint_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_Cinemachine_ClipperLib_IntPoint__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_Cinemachine_ClipperLib_IntPoint__Remove, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, ClipperLib_IntPoint item, MethodInfo * method)); DO_APP_FUNC(0x017A66F0, int32_t, List_1_Cinemachine_ClipperLib_IntPoint__RemoveAll, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, Predicate_1_Cinemachine_ClipperLib_IntPoint_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_Cinemachine_ClipperLib_IntPoint__RemoveAt, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_Cinemachine_ClipperLib_IntPoint__RemoveRange, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Cinemachine_ClipperLib_IntPoint__Reverse, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99200, List_1_Cinemachine_ClipperLib_IntPoint__Reverse__MethodInfo); DO_APP_FUNC(0x01796410, void, List_1_Cinemachine_ClipperLib_IntPoint__Reverse_1, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Cinemachine_ClipperLib_IntPoint__Sort, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Cinemachine_ClipperLib_IntPoint__Sort_1, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, Comparison_1_Cinemachine_ClipperLib_IntPoint_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Cinemachine_ClipperLib_IntPoint__Sort_2, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, IComparer_1_Cinemachine_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Cinemachine_ClipperLib_IntPoint__Sort_3, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, int32_t index, int32_t count, IComparer_1_Cinemachine_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_ClipperLib_IntPoint__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_Cinemachine_ClipperLib_IntPoint_ *, List_1_Cinemachine_ClipperLib_IntPoint__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Cinemachine_ClipperLib_IntPoint__System_Collections_ICollection_CopyTo, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_ClipperLib_IntPoint__System_Collections_ICollection_get_IsSynchronized, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01815660, Object *, List_1_Cinemachine_ClipperLib_IntPoint__System_Collections_ICollection_get_SyncRoot, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_Cinemachine_ClipperLib_IntPoint__System_Collections_IEnumerable_GetEnumerator, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_Cinemachine_ClipperLib_IntPoint__System_Collections_IList_Add, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_Cinemachine_ClipperLib_IntPoint__System_Collections_IList_Contains, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_Cinemachine_ClipperLib_IntPoint__System_Collections_IList_IndexOf, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_Cinemachine_ClipperLib_IntPoint__System_Collections_IList_Insert, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_Cinemachine_ClipperLib_IntPoint__System_Collections_IList_Remove, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_ClipperLib_IntPoint__System_Collections_IList_get_IsFixedSize, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_ClipperLib_IntPoint__System_Collections_IList_get_IsReadOnly, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_Cinemachine_ClipperLib_IntPoint__System_Collections_IList_get_Item, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_Cinemachine_ClipperLib_IntPoint__System_Collections_IList_set_Item, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ClipperLib_IntPoint__Array *, List_1_Cinemachine_ClipperLib_IntPoint__ToArray, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Cinemachine_ClipperLib_IntPoint__TrimExcess, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Cinemachine_ClipperLib_IntPoint__get_Capacity, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Cinemachine_ClipperLib_IntPoint__get_Count, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97D80, List_1_Cinemachine_ClipperLib_IntPoint__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, ClipperLib_IntPoint, List_1_Cinemachine_ClipperLib_IntPoint__get_Item, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97D68, List_1_Cinemachine_ClipperLib_IntPoint__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Cinemachine_ClipperLib_IntPoint__set_Capacity, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C991F8, List_1_Cinemachine_ClipperLib_IntPoint__set_Capacity__MethodInfo); DO_APP_FUNC(0x017A6120, void, List_1_Cinemachine_ClipperLib_IntPoint__set_Item, (List_1_Cinemachine_ClipperLib_IntPoint_ * __this, int32_t index, ClipperLib_IntPoint value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Cinemachine_ConfinerOven_PolygonSolution___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Cinemachine_ConfinerOven_PolygonSolution___ctor, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97DC0, List_1_Cinemachine_ConfinerOven_PolygonSolution___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Cinemachine_ConfinerOven_PolygonSolution___ctor_1, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, IEnumerable_1_Cinemachine_ConfinerOven_PolygonSolution_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Cinemachine_ConfinerOven_PolygonSolution___ctor_2, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_Cinemachine_ConfinerOven_PolygonSolution__Add, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, ConfinerOven_PolygonSolution item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97DD0, List_1_Cinemachine_ConfinerOven_PolygonSolution__Add__MethodInfo); DO_APP_FUNC(0x018161D0, void, List_1_Cinemachine_ConfinerOven_PolygonSolution__AddEnumerable, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, IEnumerable_1_Cinemachine_ConfinerOven_PolygonSolution_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Cinemachine_ConfinerOven_PolygonSolution__AddRange, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, IEnumerable_1_Cinemachine_ConfinerOven_PolygonSolution_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_Cinemachine_ConfinerOven_PolygonSolution__AddWithResize, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, ConfinerOven_PolygonSolution item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ *, List_1_Cinemachine_ConfinerOven_PolygonSolution__AsReadOnly, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_Cinemachine_ConfinerOven_PolygonSolution__BinarySearch, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, ConfinerOven_PolygonSolution item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_Cinemachine_ConfinerOven_PolygonSolution__BinarySearch_1, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, ConfinerOven_PolygonSolution item, IComparer_1_Cinemachine_ConfinerOven_PolygonSolution_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_Cinemachine_ConfinerOven_PolygonSolution__BinarySearch_2, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, int32_t index, int32_t count, ConfinerOven_PolygonSolution item, IComparer_1_Cinemachine_ConfinerOven_PolygonSolution_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Cinemachine_ConfinerOven_PolygonSolution__Clear, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_Cinemachine_ConfinerOven_PolygonSolution__Contains, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, ConfinerOven_PolygonSolution item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Cinemachine_ConfinerOven_PolygonSolution__CopyTo, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, ConfinerOven_PolygonSolution__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Cinemachine_ConfinerOven_PolygonSolution__CopyTo_1, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, ConfinerOven_PolygonSolution__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Cinemachine_ConfinerOven_PolygonSolution__EnsureCapacity, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Cinemachine_ConfinerOven_PolygonSolution__Exists, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, Predicate_1_Cinemachine_ConfinerOven_PolygonSolution_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, ConfinerOven_PolygonSolution, List_1_Cinemachine_ConfinerOven_PolygonSolution__Find, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, Predicate_1_Cinemachine_ConfinerOven_PolygonSolution_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_Cinemachine_ConfinerOven_PolygonSolution_ *, List_1_Cinemachine_ConfinerOven_PolygonSolution__FindAll, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, Predicate_1_Cinemachine_ConfinerOven_PolygonSolution_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Cinemachine_ConfinerOven_PolygonSolution__FindIndex, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, Predicate_1_Cinemachine_ConfinerOven_PolygonSolution_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_Cinemachine_ConfinerOven_PolygonSolution__FindIndex_1, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, int32_t startIndex, int32_t count, Predicate_1_Cinemachine_ConfinerOven_PolygonSolution_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_Cinemachine_ConfinerOven_PolygonSolution__ForEach, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, Action_1_Cinemachine_ConfinerOven_PolygonSolution_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_Cinemachine_ConfinerOven_PolygonSolution_, List_1_Cinemachine_ConfinerOven_PolygonSolution__GetEnumerator, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_Cinemachine_ConfinerOven_PolygonSolution__IndexOf, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, ConfinerOven_PolygonSolution item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_Cinemachine_ConfinerOven_PolygonSolution__Insert, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, int32_t index, ConfinerOven_PolygonSolution item, MethodInfo * method)); DO_APP_FUNC(0x01815E10, void, List_1_Cinemachine_ConfinerOven_PolygonSolution__InsertRange, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, int32_t index, IEnumerable_1_Cinemachine_ConfinerOven_PolygonSolution_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_Cinemachine_ConfinerOven_PolygonSolution__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_Cinemachine_ConfinerOven_PolygonSolution__Remove, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, ConfinerOven_PolygonSolution item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_Cinemachine_ConfinerOven_PolygonSolution__RemoveAll, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, Predicate_1_Cinemachine_ConfinerOven_PolygonSolution_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_Cinemachine_ConfinerOven_PolygonSolution__RemoveAt, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_Cinemachine_ConfinerOven_PolygonSolution__RemoveRange, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Cinemachine_ConfinerOven_PolygonSolution__Reverse, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Cinemachine_ConfinerOven_PolygonSolution__Reverse_1, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Cinemachine_ConfinerOven_PolygonSolution__Sort, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Cinemachine_ConfinerOven_PolygonSolution__Sort_1, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, Comparison_1_Cinemachine_ConfinerOven_PolygonSolution_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Cinemachine_ConfinerOven_PolygonSolution__Sort_2, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, IComparer_1_Cinemachine_ConfinerOven_PolygonSolution_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Cinemachine_ConfinerOven_PolygonSolution__Sort_3, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, int32_t index, int32_t count, IComparer_1_Cinemachine_ConfinerOven_PolygonSolution_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution_ *, List_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_ICollection_CopyTo, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_ICollection_get_IsSynchronized, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01815D60, Object *, List_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_ICollection_get_SyncRoot, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IEnumerable_GetEnumerator, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IList_Add, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IList_Contains, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IList_IndexOf, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IList_Insert, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IList_Remove, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IList_get_IsFixedSize, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IList_get_IsReadOnly, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IList_get_Item, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IList_set_Item, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ConfinerOven_PolygonSolution__Array *, List_1_Cinemachine_ConfinerOven_PolygonSolution__ToArray, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Cinemachine_ConfinerOven_PolygonSolution__TrimExcess, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Cinemachine_ConfinerOven_PolygonSolution__get_Capacity, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Cinemachine_ConfinerOven_PolygonSolution__get_Count, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97D90, List_1_Cinemachine_ConfinerOven_PolygonSolution__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, ConfinerOven_PolygonSolution, List_1_Cinemachine_ConfinerOven_PolygonSolution__get_Item, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97D70, List_1_Cinemachine_ConfinerOven_PolygonSolution__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Cinemachine_ConfinerOven_PolygonSolution__set_Capacity, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_Cinemachine_ConfinerOven_PolygonSolution__set_Item, (List_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, int32_t index, ConfinerOven_PolygonSolution value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB___ctor, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB___ctor_1, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, IEnumerable_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB___ctor_2, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C813F0, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB___ctor_2__MethodInfo); DO_APP_FUNC(0x00AE89D0, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Add, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81360, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Add__MethodInfo); DO_APP_FUNC(0x018168F0, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__AddEnumerable, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, IEnumerable_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__AddRange, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, IEnumerable_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A8B90, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__AddWithResize, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ *, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__AsReadOnly, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8E40, int32_t, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__BinarySearch, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB item, MethodInfo * method)); DO_APP_FUNC(0x017A8EE0, int32_t, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__BinarySearch_1, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB item, IComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017A8D80, int32_t, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__BinarySearch_2, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, int32_t index, int32_t count, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB item, IComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Clear, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81380, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Clear__MethodInfo); DO_APP_FUNC(0x017A8F80, bool, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Contains, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__CopyTo, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__CopyTo_1, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__EnsureCapacity, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Exists, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, Predicate_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A9130, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Find, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, Predicate_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A9250, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ *, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__FindAll, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, Predicate_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__FindIndex, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, Predicate_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A93D0, int32_t, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__FindIndex_1, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, int32_t startIndex, int32_t count, Predicate_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A94F0, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__ForEach, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, Action_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * action, MethodInfo * method)); DO_APP_FUNC(0x017A95C0, List_1_T_Enumerator_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__GetEnumerator, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9730, int32_t, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__IndexOf, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB item, MethodInfo * method)); DO_APP_FUNC(0x017A98D0, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Insert, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, int32_t index, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB item, MethodInfo * method)); DO_APP_FUNC(0x01816520, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__InsertRange, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, int32_t index, IEnumerable_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A88E0, bool, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017A9ED0, bool, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Remove, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB item, MethodInfo * method)); DO_APP_FUNC(0x017AA090, int32_t, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__RemoveAll, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, Predicate_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__RemoveAt, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C813A8, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__RemoveAt__MethodInfo); DO_APP_FUNC(0x0179F470, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__RemoveRange, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Reverse, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Reverse_1, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Sort, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Sort_1, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, Comparison_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Sort_2, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, IComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Sort_3, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, int32_t index, int32_t count, IComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9650, IEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ *, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_ICollection_CopyTo, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_ICollection_get_IsSynchronized, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01816470, Object *, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_ICollection_get_SyncRoot, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9650, IEnumerator *, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IEnumerable_GetEnumerator, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8C10, int32_t, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IList_Add, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A8FF0, bool, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IList_Contains, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A9790, int32_t, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IList_IndexOf, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A99B0, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IList_Insert, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A9F60, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IList_Remove, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IList_get_IsFixedSize, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IList_get_IsReadOnly, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A89C0, Object *, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IList_get_Item, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017A8A40, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IList_set_Item, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Array *, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__ToArray, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__TrimExcess, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__get_Capacity, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__get_Count, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81370, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__get_Count__MethodInfo); DO_APP_FUNC(0x017A8820, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__get_Item, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81368, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__set_Capacity, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A8880, void, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__set_Item, (List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, int32_t index, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C813B0, List_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___ctor, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64148, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___ctor_1, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___ctor_2, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01798C80, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Add, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64138, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Add__MethodInfo); DO_APP_FUNC(0x01816FF0, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__AddEnumerable, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__AddRange, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01798D70, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__AddWithResize, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ *, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__AsReadOnly, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017972F0, int32_t, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__BinarySearch, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo item, MethodInfo * method)); DO_APP_FUNC(0x01797390, int32_t, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__BinarySearch_1, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo item, IComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01797240, int32_t, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__BinarySearch_2, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, int32_t index, int32_t count, DelayedActionManager_DelegateInfo item, IComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Clear, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64100, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Clear__MethodInfo); DO_APP_FUNC(0x01797430, bool, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Contains, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__CopyTo, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__CopyTo_1, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__EnsureCapacity, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Exists, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Predicate_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017975E0, DelayedActionManager_DelegateInfo, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Find, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Predicate_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797700, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ *, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__FindAll, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Predicate_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__FindIndex, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Predicate_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797890, int32_t, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__FindIndex_1, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017979B0, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__ForEach, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Action_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * action, MethodInfo * method)); DO_APP_FUNC(0x01797A80, List_1_T_Enumerator_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__GetEnumerator, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797C10, int32_t, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__IndexOf, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo item, MethodInfo * method)); DO_APP_FUNC(0x01798E40, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Insert, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, int32_t index, DelayedActionManager_DelegateInfo item, MethodInfo * method)); DO_APP_FUNC(0x01816C20, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__InsertRange, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, int32_t index, IEnumerable_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01796D50, bool, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01798410, bool, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Remove, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo item, MethodInfo * method)); DO_APP_FUNC(0x01799350, int32_t, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__RemoveAll, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Predicate_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01799530, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__RemoveAt, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__RemoveRange, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Reverse, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Reverse_1, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Sort, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Sort_1, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Comparison_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Sort_2, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, IComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Sort_3, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ *, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01816B70, Object *, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator *, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017970C0, int32_t, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IList_Add, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017974A0, bool, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IList_Contains, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797C70, int32_t, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IList_IndexOf, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797EF0, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IList_Insert, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017984A0, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IList_Remove, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796E20, Object *, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IList_get_Item, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796EA0, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IList_set_Item, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, DelayedActionManager_DelegateInfo__Array *, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__ToArray, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__TrimExcess, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_Capacity, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_Count, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64140, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_Count__MethodInfo); DO_APP_FUNC(0x01796C50, DelayedActionManager_DelegateInfo, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_Item, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64108, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__set_Capacity, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01798BD0, void, List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__set_Item, (List_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, int32_t index, DelayedActionManager_DelegateInfo value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper___ctor, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC21F8, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper___ctor_1, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, IEnumerable_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper___ctor_2, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Add, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, EventDispatcher_CallbackWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2200, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Add__MethodInfo); DO_APP_FUNC(0x018176F0, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__AddEnumerable, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, IEnumerable_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__AddRange, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, IEnumerable_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__AddWithResize, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, EventDispatcher_CallbackWrapper item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ *, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__AsReadOnly, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__BinarySearch, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, EventDispatcher_CallbackWrapper item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__BinarySearch_1, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, EventDispatcher_CallbackWrapper item, IComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__BinarySearch_2, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, int32_t index, int32_t count, EventDispatcher_CallbackWrapper item, IComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Clear, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Contains, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, EventDispatcher_CallbackWrapper item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__CopyTo, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, EventDispatcher_CallbackWrapper__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__CopyTo_1, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, EventDispatcher_CallbackWrapper__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__EnsureCapacity, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Exists, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, Predicate_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, EventDispatcher_CallbackWrapper, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Find, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, Predicate_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ *, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__FindAll, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, Predicate_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__FindIndex, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, Predicate_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__FindIndex_1, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, int32_t startIndex, int32_t count, Predicate_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__ForEach, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, Action_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_Photon_Bolt_EventDispatcher_CallbackWrapper_, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__GetEnumerator, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__IndexOf, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, EventDispatcher_CallbackWrapper item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Insert, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, int32_t index, EventDispatcher_CallbackWrapper item, MethodInfo * method)); DO_APP_FUNC(0x01817330, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__InsertRange, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, int32_t index, IEnumerable_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Remove, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, EventDispatcher_CallbackWrapper item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__RemoveAll, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, Predicate_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__RemoveAt, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2210, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__RemoveAt__MethodInfo); DO_APP_FUNC(0x01796310, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__RemoveRange, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Reverse, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Reverse_1, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Sort, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Sort_1, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, Comparison_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Sort_2, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, IComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Sort_3, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, int32_t index, int32_t count, IComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ *, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_ICollection_CopyTo, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_ICollection_get_IsSynchronized, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01817280, Object *, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_ICollection_get_SyncRoot, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IEnumerable_GetEnumerator, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IList_Add, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IList_Contains, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IList_IndexOf, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IList_Insert, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IList_Remove, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IList_get_IsFixedSize, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IList_get_IsReadOnly, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IList_get_Item, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IList_set_Item, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, EventDispatcher_CallbackWrapper__Array *, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__ToArray, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__TrimExcess, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__get_Capacity, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__get_Count, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B420, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, EventDispatcher_CallbackWrapper, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__get_Item, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B3F8, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__set_Capacity, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__set_Item, (List_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, int32_t index, EventDispatcher_CallbackWrapper value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Photon_Bolt_EventDispatcher_EventListener___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Photon_Bolt_EventDispatcher_EventListener___ctor, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B3B0, List_1_Photon_Bolt_EventDispatcher_EventListener___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Photon_Bolt_EventDispatcher_EventListener___ctor_1, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, IEnumerable_1_Photon_Bolt_EventDispatcher_EventListener_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Photon_Bolt_EventDispatcher_EventListener___ctor_2, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A06D0, void, List_1_Photon_Bolt_EventDispatcher_EventListener__Add, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, EventDispatcher_EventListener item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B3F0, List_1_Photon_Bolt_EventDispatcher_EventListener__Add__MethodInfo); DO_APP_FUNC(0x01817E10, void, List_1_Photon_Bolt_EventDispatcher_EventListener__AddEnumerable, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, IEnumerable_1_Photon_Bolt_EventDispatcher_EventListener_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Photon_Bolt_EventDispatcher_EventListener__AddRange, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, IEnumerable_1_Photon_Bolt_EventDispatcher_EventListener_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A07C0, void, List_1_Photon_Bolt_EventDispatcher_EventListener__AddWithResize, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, EventDispatcher_EventListener item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ *, List_1_Photon_Bolt_EventDispatcher_EventListener__AsReadOnly, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_Photon_Bolt_EventDispatcher_EventListener__BinarySearch, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, EventDispatcher_EventListener item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_Photon_Bolt_EventDispatcher_EventListener__BinarySearch_1, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, EventDispatcher_EventListener item, IComparer_1_Photon_Bolt_EventDispatcher_EventListener_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_Photon_Bolt_EventDispatcher_EventListener__BinarySearch_2, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, int32_t index, int32_t count, EventDispatcher_EventListener item, IComparer_1_Photon_Bolt_EventDispatcher_EventListener_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Photon_Bolt_EventDispatcher_EventListener__Clear, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A250, bool, List_1_Photon_Bolt_EventDispatcher_EventListener__Contains, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, EventDispatcher_EventListener item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Photon_Bolt_EventDispatcher_EventListener__CopyTo, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, EventDispatcher_EventListener__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Photon_Bolt_EventDispatcher_EventListener__CopyTo_1, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, EventDispatcher_EventListener__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Photon_Bolt_EventDispatcher_EventListener__EnsureCapacity, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Photon_Bolt_EventDispatcher_EventListener__Exists, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, Predicate_1_Photon_Bolt_EventDispatcher_EventListener_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, EventDispatcher_EventListener, List_1_Photon_Bolt_EventDispatcher_EventListener__Find, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, Predicate_1_Photon_Bolt_EventDispatcher_EventListener_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_Photon_Bolt_EventDispatcher_EventListener_ *, List_1_Photon_Bolt_EventDispatcher_EventListener__FindAll, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, Predicate_1_Photon_Bolt_EventDispatcher_EventListener_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Photon_Bolt_EventDispatcher_EventListener__FindIndex, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, Predicate_1_Photon_Bolt_EventDispatcher_EventListener_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_Photon_Bolt_EventDispatcher_EventListener__FindIndex_1, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, int32_t startIndex, int32_t count, Predicate_1_Photon_Bolt_EventDispatcher_EventListener_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_Photon_Bolt_EventDispatcher_EventListener__ForEach, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, Action_1_Photon_Bolt_EventDispatcher_EventListener_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_Photon_Bolt_EventDispatcher_EventListener_, List_1_Photon_Bolt_EventDispatcher_EventListener__GetEnumerator, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_Photon_Bolt_EventDispatcher_EventListener__IndexOf, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, EventDispatcher_EventListener item, MethodInfo * method)); DO_APP_FUNC(0x017A0890, void, List_1_Photon_Bolt_EventDispatcher_EventListener__Insert, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, int32_t index, EventDispatcher_EventListener item, MethodInfo * method)); DO_APP_FUNC(0x01817A40, void, List_1_Photon_Bolt_EventDispatcher_EventListener__InsertRange, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, int32_t index, IEnumerable_1_Photon_Bolt_EventDispatcher_EventListener_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_Photon_Bolt_EventDispatcher_EventListener__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_Photon_Bolt_EventDispatcher_EventListener__Remove, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, EventDispatcher_EventListener item, MethodInfo * method)); DO_APP_FUNC(0x017A0DA0, int32_t, List_1_Photon_Bolt_EventDispatcher_EventListener__RemoveAll, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, Predicate_1_Photon_Bolt_EventDispatcher_EventListener_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A0F80, void, List_1_Photon_Bolt_EventDispatcher_EventListener__RemoveAt, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B408, List_1_Photon_Bolt_EventDispatcher_EventListener__RemoveAt__MethodInfo); DO_APP_FUNC(0x01796310, void, List_1_Photon_Bolt_EventDispatcher_EventListener__RemoveRange, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Photon_Bolt_EventDispatcher_EventListener__Reverse, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Photon_Bolt_EventDispatcher_EventListener__Reverse_1, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Photon_Bolt_EventDispatcher_EventListener__Sort, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Photon_Bolt_EventDispatcher_EventListener__Sort_1, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, Comparison_1_Photon_Bolt_EventDispatcher_EventListener_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Photon_Bolt_EventDispatcher_EventListener__Sort_2, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, IComparer_1_Photon_Bolt_EventDispatcher_EventListener_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Photon_Bolt_EventDispatcher_EventListener__Sort_3, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, int32_t index, int32_t count, IComparer_1_Photon_Bolt_EventDispatcher_EventListener_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_Photon_Bolt_EventDispatcher_EventListener_ *, List_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_ICollection_CopyTo, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_ICollection_get_IsSynchronized, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01817990, Object *, List_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_ICollection_get_SyncRoot, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IEnumerable_GetEnumerator, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IList_Add, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IList_Contains, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IList_IndexOf, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IList_Insert, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IList_Remove, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IList_get_IsFixedSize, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IList_get_IsReadOnly, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IList_get_Item, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IList_set_Item, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, EventDispatcher_EventListener__Array *, List_1_Photon_Bolt_EventDispatcher_EventListener__ToArray, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Photon_Bolt_EventDispatcher_EventListener__TrimExcess, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Photon_Bolt_EventDispatcher_EventListener__get_Capacity, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Photon_Bolt_EventDispatcher_EventListener__get_Count, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B418, List_1_Photon_Bolt_EventDispatcher_EventListener__get_Count__MethodInfo); DO_APP_FUNC(0x01799950, EventDispatcher_EventListener, List_1_Photon_Bolt_EventDispatcher_EventListener__get_Item, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B400, List_1_Photon_Bolt_EventDispatcher_EventListener__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Photon_Bolt_EventDispatcher_EventListener__set_Capacity, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A0620, void, List_1_Photon_Bolt_EventDispatcher_EventListener__set_Item, (List_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, int32_t index, EventDispatcher_EventListener value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent___ctor, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D7A0, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent___ctor_1, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, IEnumerable_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent___ctor_2, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01818600, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Add, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, EventQueue_NetworkEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D680, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Add__MethodInfo); DO_APP_FUNC(0x0181A6B0, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__AddEnumerable, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, IEnumerable_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__AddRange, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, IEnumerable_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * collection, MethodInfo * method)); DO_APP_FUNC(0x018186C0, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__AddWithResize, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, EventQueue_NetworkEvent item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ *, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__AsReadOnly, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01818A80, int32_t, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__BinarySearch, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, EventQueue_NetworkEvent item, MethodInfo * method)); DO_APP_FUNC(0x01818B70, int32_t, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__BinarySearch_1, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, EventQueue_NetworkEvent item, IComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01818960, int32_t, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__BinarySearch_2, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, int32_t index, int32_t count, EventQueue_NetworkEvent item, IComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Clear, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D718, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Clear__MethodInfo); DO_APP_FUNC(0x01818C70, bool, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Contains, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, EventQueue_NetworkEvent item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__CopyTo, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, EventQueue_NetworkEvent__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__CopyTo_1, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, EventQueue_NetworkEvent__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__EnsureCapacity, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Exists, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, Predicate_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * match, MethodInfo * method)); DO_APP_FUNC(0x01818ED0, EventQueue_NetworkEvent, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Find, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, Predicate_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * match, MethodInfo * method)); DO_APP_FUNC(0x018190D0, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ *, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__FindAll, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, Predicate_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__FindIndex, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, Predicate_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * match, MethodInfo * method)); DO_APP_FUNC(0x01819300, int32_t, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__FindIndex_1, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, int32_t startIndex, int32_t count, Predicate_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * match, MethodInfo * method)); DO_APP_FUNC(0x01819490, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__ForEach, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, Action_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * action, MethodInfo * method)); DO_APP_FUNC(0x018195F0, List_1_T_Enumerator_Dissonance_Networking_Client_EventQueue_NetworkEvent_, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__GetEnumerator, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01819790, int32_t, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__IndexOf, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, EventQueue_NetworkEvent item, MethodInfo * method)); DO_APP_FUNC(0x018199F0, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Insert, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, int32_t index, EventQueue_NetworkEvent item, MethodInfo * method)); DO_APP_FUNC(0x01819CD0, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__InsertRange, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, int32_t index, IEnumerable_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01818240, bool, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0181A090, bool, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Remove, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, EventQueue_NetworkEvent item, MethodInfo * method)); DO_APP_FUNC(0x0181A310, int32_t, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__RemoveAll, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, Predicate_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * match, MethodInfo * method)); DO_APP_FUNC(0x0181A5E0, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__RemoveAt, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__RemoveRange, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Reverse, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Reverse_1, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Sort, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Sort_1, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, Comparison_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Sort_2, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, IComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Sort_3, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, int32_t index, int32_t count, IComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01819640, IEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ *, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_ICollection_CopyTo, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_ICollection_get_IsSynchronized, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018180B0, Object *, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_ICollection_get_SyncRoot, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01819640, IEnumerator *, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IEnumerable_GetEnumerator, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01818790, int32_t, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IList_Add, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01818D30, bool, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IList_Contains, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01819850, int32_t, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IList_IndexOf, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01819B20, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IList_Insert, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0181A180, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IList_Remove, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IList_get_IsFixedSize, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IList_get_IsReadOnly, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01818370, Object *, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IList_get_Item, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01818450, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IList_set_Item, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, EventQueue_NetworkEvent__Array *, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__ToArray, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__TrimExcess, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__get_Capacity, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__get_Count, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D6D0, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__get_Count__MethodInfo); DO_APP_FUNC(0x01818160, EventQueue_NetworkEvent, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__get_Item, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D6E0, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__set_Capacity, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x018181A0, void, List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__set_Item, (List_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, int32_t index, EventQueue_NetworkEvent value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement___ctor, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC398, List_1_UnityEngine_UIElements_FocusController_FocusedElement___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement___ctor_1, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, IEnumerable_1_UnityEngine_UIElements_FocusController_FocusedElement_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement___ctor_2, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement__Add, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, FocusController_FocusedElement item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC358, List_1_UnityEngine_UIElements_FocusController_FocusedElement__Add__MethodInfo); DO_APP_FUNC(0x0181AEA0, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement__AddEnumerable, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, IEnumerable_1_UnityEngine_UIElements_FocusController_FocusedElement_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement__AddRange, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, IEnumerable_1_UnityEngine_UIElements_FocusController_FocusedElement_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement__AddWithResize, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, FocusController_FocusedElement item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ *, List_1_UnityEngine_UIElements_FocusController_FocusedElement__AsReadOnly, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_UIElements_FocusController_FocusedElement__BinarySearch, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, FocusController_FocusedElement item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_UIElements_FocusController_FocusedElement__BinarySearch_1, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, FocusController_FocusedElement item, IComparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_UIElements_FocusController_FocusedElement__BinarySearch_2, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, int32_t index, int32_t count, FocusController_FocusedElement item, IComparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement__Clear, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC350, List_1_UnityEngine_UIElements_FocusController_FocusedElement__Clear__MethodInfo); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_UIElements_FocusController_FocusedElement__Contains, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, FocusController_FocusedElement item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement__CopyTo, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, FocusController_FocusedElement__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement__CopyTo_1, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, FocusController_FocusedElement__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement__EnsureCapacity, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_FocusController_FocusedElement__Exists, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, Predicate_1_UnityEngine_UIElements_FocusController_FocusedElement_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, FocusController_FocusedElement, List_1_UnityEngine_UIElements_FocusController_FocusedElement__Find, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, Predicate_1_UnityEngine_UIElements_FocusController_FocusedElement_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_UIElements_FocusController_FocusedElement_ *, List_1_UnityEngine_UIElements_FocusController_FocusedElement__FindAll, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, Predicate_1_UnityEngine_UIElements_FocusController_FocusedElement_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_FocusController_FocusedElement__FindIndex, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, Predicate_1_UnityEngine_UIElements_FocusController_FocusedElement_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_UIElements_FocusController_FocusedElement__FindIndex_1, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_FocusController_FocusedElement_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement__ForEach, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, Action_1_UnityEngine_UIElements_FocusController_FocusedElement_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_UIElements_FocusController_FocusedElement_, List_1_UnityEngine_UIElements_FocusController_FocusedElement__GetEnumerator, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC3A8, List_1_UnityEngine_UIElements_FocusController_FocusedElement__GetEnumerator__MethodInfo); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_UIElements_FocusController_FocusedElement__IndexOf, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, FocusController_FocusedElement item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement__Insert, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, int32_t index, FocusController_FocusedElement item, MethodInfo * method)); DO_APP_FUNC(0x0181AAE0, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement__InsertRange, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_FocusController_FocusedElement_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_UIElements_FocusController_FocusedElement__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_UIElements_FocusController_FocusedElement__Remove, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, FocusController_FocusedElement item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_UnityEngine_UIElements_FocusController_FocusedElement__RemoveAll, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, Predicate_1_UnityEngine_UIElements_FocusController_FocusedElement_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement__RemoveAt, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement__RemoveRange, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement__Reverse, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement__Reverse_1, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement__Sort, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement__Sort_1, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, Comparison_1_UnityEngine_UIElements_FocusController_FocusedElement_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement__Sort_2, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, IComparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement__Sort_3, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement_ *, List_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0181AA30, Object *, List_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, FocusController_FocusedElement__Array *, List_1_UnityEngine_UIElements_FocusController_FocusedElement__ToArray, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement__TrimExcess, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_FocusController_FocusedElement__get_Capacity, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_FocusController_FocusedElement__get_Count, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC3A0, List_1_UnityEngine_UIElements_FocusController_FocusedElement__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, FocusController_FocusedElement, List_1_UnityEngine_UIElements_FocusController_FocusedElement__get_Item, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC3C8, List_1_UnityEngine_UIElements_FocusController_FocusedElement__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement__set_Capacity, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_UnityEngine_UIElements_FocusController_FocusedElement__set_Item, (List_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, int32_t index, FocusController_FocusedElement value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Pathfinding_Funnel_PathPart___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Pathfinding_Funnel_PathPart___ctor, (List_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_Pathfinding_Funnel_PathPart___ctor_1, (List_1_Pathfinding_Funnel_PathPart_ * __this, IEnumerable_1_Pathfinding_Funnel_PathPart_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Pathfinding_Funnel_PathPart___ctor_2, (List_1_Pathfinding_Funnel_PathPart_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017DF3F0, void, List_1_Pathfinding_Funnel_PathPart__Add, (List_1_Pathfinding_Funnel_PathPart_ * __this, Funnel_PathPart item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C836E0, List_1_Pathfinding_Funnel_PathPart__Add__MethodInfo); DO_APP_FUNC(0x0181B560, void, List_1_Pathfinding_Funnel_PathPart__AddEnumerable, (List_1_Pathfinding_Funnel_PathPart_ * __this, IEnumerable_1_Pathfinding_Funnel_PathPart_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Pathfinding_Funnel_PathPart__AddRange, (List_1_Pathfinding_Funnel_PathPart_ * __this, IEnumerable_1_Pathfinding_Funnel_PathPart_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017DF490, void, List_1_Pathfinding_Funnel_PathPart__AddWithResize, (List_1_Pathfinding_Funnel_PathPart_ * __this, Funnel_PathPart item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ *, List_1_Pathfinding_Funnel_PathPart__AsReadOnly, (List_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017DF760, int32_t, List_1_Pathfinding_Funnel_PathPart__BinarySearch, (List_1_Pathfinding_Funnel_PathPart_ * __this, Funnel_PathPart item, MethodInfo * method)); DO_APP_FUNC(0x017DF800, int32_t, List_1_Pathfinding_Funnel_PathPart__BinarySearch_1, (List_1_Pathfinding_Funnel_PathPart_ * __this, Funnel_PathPart item, IComparer_1_Pathfinding_Funnel_PathPart_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017DF690, int32_t, List_1_Pathfinding_Funnel_PathPart__BinarySearch_2, (List_1_Pathfinding_Funnel_PathPart_ * __this, int32_t index, int32_t count, Funnel_PathPart item, IComparer_1_Pathfinding_Funnel_PathPart_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_Pathfinding_Funnel_PathPart__Clear, (List_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017DF8B0, bool, List_1_Pathfinding_Funnel_PathPart__Contains, (List_1_Pathfinding_Funnel_PathPart_ * __this, Funnel_PathPart item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Pathfinding_Funnel_PathPart__CopyTo, (List_1_Pathfinding_Funnel_PathPart_ * __this, Funnel_PathPart__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Pathfinding_Funnel_PathPart__CopyTo_1, (List_1_Pathfinding_Funnel_PathPart_ * __this, Funnel_PathPart__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Pathfinding_Funnel_PathPart__EnsureCapacity, (List_1_Pathfinding_Funnel_PathPart_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Pathfinding_Funnel_PathPart__Exists, (List_1_Pathfinding_Funnel_PathPart_ * __this, Predicate_1_Pathfinding_Funnel_PathPart_ * match, MethodInfo * method)); DO_APP_FUNC(0x017DFA60, Funnel_PathPart, List_1_Pathfinding_Funnel_PathPart__Find, (List_1_Pathfinding_Funnel_PathPart_ * __this, Predicate_1_Pathfinding_Funnel_PathPart_ * match, MethodInfo * method)); DO_APP_FUNC(0x017DFB90, List_1_Pathfinding_Funnel_PathPart_ *, List_1_Pathfinding_Funnel_PathPart__FindAll, (List_1_Pathfinding_Funnel_PathPart_ * __this, Predicate_1_Pathfinding_Funnel_PathPart_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Pathfinding_Funnel_PathPart__FindIndex, (List_1_Pathfinding_Funnel_PathPart_ * __this, Predicate_1_Pathfinding_Funnel_PathPart_ * match, MethodInfo * method)); DO_APP_FUNC(0x017DFD30, int32_t, List_1_Pathfinding_Funnel_PathPart__FindIndex_1, (List_1_Pathfinding_Funnel_PathPart_ * __this, int32_t startIndex, int32_t count, Predicate_1_Pathfinding_Funnel_PathPart_ * match, MethodInfo * method)); DO_APP_FUNC(0x017DFE50, void, List_1_Pathfinding_Funnel_PathPart__ForEach, (List_1_Pathfinding_Funnel_PathPart_ * __this, Action_1_Pathfinding_Funnel_PathPart_ * action, MethodInfo * method)); DO_APP_FUNC(0x017DFF30, List_1_T_Enumerator_Pathfinding_Funnel_PathPart_, List_1_Pathfinding_Funnel_PathPart__GetEnumerator, (List_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017E00E0, int32_t, List_1_Pathfinding_Funnel_PathPart__IndexOf, (List_1_Pathfinding_Funnel_PathPart_ * __this, Funnel_PathPart item, MethodInfo * method)); DO_APP_FUNC(0x017E0290, void, List_1_Pathfinding_Funnel_PathPart__Insert, (List_1_Pathfinding_Funnel_PathPart_ * __this, int32_t index, Funnel_PathPart item, MethodInfo * method)); DO_APP_FUNC(0x0181B1F0, void, List_1_Pathfinding_Funnel_PathPart__InsertRange, (List_1_Pathfinding_Funnel_PathPart_ * __this, int32_t index, IEnumerable_1_Pathfinding_Funnel_PathPart_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017DF130, bool, List_1_Pathfinding_Funnel_PathPart__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017E0830, bool, List_1_Pathfinding_Funnel_PathPart__Remove, (List_1_Pathfinding_Funnel_PathPart_ * __this, Funnel_PathPart item, MethodInfo * method)); DO_APP_FUNC(0x017E0A00, int32_t, List_1_Pathfinding_Funnel_PathPart__RemoveAll, (List_1_Pathfinding_Funnel_PathPart_ * __this, Predicate_1_Pathfinding_Funnel_PathPart_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_Pathfinding_Funnel_PathPart__RemoveAt, (List_1_Pathfinding_Funnel_PathPart_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_Pathfinding_Funnel_PathPart__RemoveRange, (List_1_Pathfinding_Funnel_PathPart_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Pathfinding_Funnel_PathPart__Reverse, (List_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Pathfinding_Funnel_PathPart__Reverse_1, (List_1_Pathfinding_Funnel_PathPart_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Pathfinding_Funnel_PathPart__Sort, (List_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Pathfinding_Funnel_PathPart__Sort_1, (List_1_Pathfinding_Funnel_PathPart_ * __this, Comparison_1_Pathfinding_Funnel_PathPart_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Pathfinding_Funnel_PathPart__Sort_2, (List_1_Pathfinding_Funnel_PathPart_ * __this, IComparer_1_Pathfinding_Funnel_PathPart_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Pathfinding_Funnel_PathPart__Sort_3, (List_1_Pathfinding_Funnel_PathPart_ * __this, int32_t index, int32_t count, IComparer_1_Pathfinding_Funnel_PathPart_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_Funnel_PathPart__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017DFFE0, IEnumerator_1_Pathfinding_Funnel_PathPart_ *, List_1_Pathfinding_Funnel_PathPart__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Pathfinding_Funnel_PathPart__System_Collections_ICollection_CopyTo, (List_1_Pathfinding_Funnel_PathPart_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_Funnel_PathPart__System_Collections_ICollection_get_IsSynchronized, (List_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0181B140, Object *, List_1_Pathfinding_Funnel_PathPart__System_Collections_ICollection_get_SyncRoot, (List_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017DFFE0, IEnumerator *, List_1_Pathfinding_Funnel_PathPart__System_Collections_IEnumerable_GetEnumerator, (List_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017DF510, int32_t, List_1_Pathfinding_Funnel_PathPart__System_Collections_IList_Add, (List_1_Pathfinding_Funnel_PathPart_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017DF920, bool, List_1_Pathfinding_Funnel_PathPart__System_Collections_IList_Contains, (List_1_Pathfinding_Funnel_PathPart_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017E0150, int32_t, List_1_Pathfinding_Funnel_PathPart__System_Collections_IList_IndexOf, (List_1_Pathfinding_Funnel_PathPart_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017E0370, void, List_1_Pathfinding_Funnel_PathPart__System_Collections_IList_Insert, (List_1_Pathfinding_Funnel_PathPart_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017E08D0, void, List_1_Pathfinding_Funnel_PathPart__System_Collections_IList_Remove, (List_1_Pathfinding_Funnel_PathPart_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_Funnel_PathPart__System_Collections_IList_get_IsFixedSize, (List_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_Funnel_PathPart__System_Collections_IList_get_IsReadOnly, (List_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017DF210, Object *, List_1_Pathfinding_Funnel_PathPart__System_Collections_IList_get_Item, (List_1_Pathfinding_Funnel_PathPart_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017DF2A0, void, List_1_Pathfinding_Funnel_PathPart__System_Collections_IList_set_Item, (List_1_Pathfinding_Funnel_PathPart_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Funnel_PathPart__Array *, List_1_Pathfinding_Funnel_PathPart__ToArray, (List_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Pathfinding_Funnel_PathPart__TrimExcess, (List_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Pathfinding_Funnel_PathPart__get_Capacity, (List_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Pathfinding_Funnel_PathPart__get_Count, (List_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82790, List_1_Pathfinding_Funnel_PathPart__get_Count__MethodInfo); DO_APP_FUNC(0x017DF070, Funnel_PathPart, List_1_Pathfinding_Funnel_PathPart__get_Item, (List_1_Pathfinding_Funnel_PathPart_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82788, List_1_Pathfinding_Funnel_PathPart__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Pathfinding_Funnel_PathPart__set_Capacity, (List_1_Pathfinding_Funnel_PathPart_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017DF0D0, void, List_1_Pathfinding_Funnel_PathPart__set_Item, (List_1_Pathfinding_Funnel_PathPart_ * __this, int32_t index, Funnel_PathPart value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch___ctor, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4B38, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch___ctor_1, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, IEnumerable_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch___ctor_2, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x008B8960, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Add, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, GetRandomAvailablePerch_RandomPerch item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4B68, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Add__MethodInfo); DO_APP_FUNC(0x0181BC80, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__AddEnumerable, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, IEnumerable_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__AddRange, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, IEnumerable_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01796FF0, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__AddWithResize, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, GetRandomAvailablePerch_RandomPerch item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ *, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__AsReadOnly, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017972F0, int32_t, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__BinarySearch, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, GetRandomAvailablePerch_RandomPerch item, MethodInfo * method)); DO_APP_FUNC(0x01797390, int32_t, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__BinarySearch_1, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, GetRandomAvailablePerch_RandomPerch item, IComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01797240, int32_t, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__BinarySearch_2, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, int32_t index, int32_t count, GetRandomAvailablePerch_RandomPerch item, IComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Clear, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4B70, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Clear__MethodInfo); DO_APP_FUNC(0x01797430, bool, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Contains, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, GetRandomAvailablePerch_RandomPerch item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__CopyTo, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, GetRandomAvailablePerch_RandomPerch__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__CopyTo_1, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, GetRandomAvailablePerch_RandomPerch__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__EnsureCapacity, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Exists, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, Predicate_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * match, MethodInfo * method)); DO_APP_FUNC(0x017975E0, GetRandomAvailablePerch_RandomPerch, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Find, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, Predicate_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797700, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ *, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__FindAll, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, Predicate_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__FindIndex, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, Predicate_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797890, int32_t, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__FindIndex_1, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, int32_t startIndex, int32_t count, Predicate_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * match, MethodInfo * method)); DO_APP_FUNC(0x017979B0, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__ForEach, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, Action_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * action, MethodInfo * method)); DO_APP_FUNC(0x01797A80, List_1_T_Enumerator_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__GetEnumerator, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797C10, int32_t, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__IndexOf, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, GetRandomAvailablePerch_RandomPerch item, MethodInfo * method)); DO_APP_FUNC(0x01797DB0, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Insert, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, int32_t index, GetRandomAvailablePerch_RandomPerch item, MethodInfo * method)); DO_APP_FUNC(0x0181B8B0, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__InsertRange, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, int32_t index, IEnumerable_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01796D50, bool, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01798410, bool, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Remove, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, GetRandomAvailablePerch_RandomPerch item, MethodInfo * method)); DO_APP_FUNC(0x017985D0, int32_t, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__RemoveAll, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, Predicate_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * match, MethodInfo * method)); DO_APP_FUNC(0x017987B0, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__RemoveAt, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4B58, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__RemoveAt__MethodInfo); DO_APP_FUNC(0x01796310, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__RemoveRange, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Reverse, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Reverse_1, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Sort, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Sort_1, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, Comparison_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Sort_2, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, IComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Sort_3, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, int32_t index, int32_t count, IComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ *, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_ICollection_CopyTo, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_ICollection_get_IsSynchronized, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0181B800, Object *, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_ICollection_get_SyncRoot, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator *, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IEnumerable_GetEnumerator, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017970C0, int32_t, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IList_Add, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017974A0, bool, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IList_Contains, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797C70, int32_t, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IList_IndexOf, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797EF0, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IList_Insert, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017984A0, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IList_Remove, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IList_get_IsFixedSize, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IList_get_IsReadOnly, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796E20, Object *, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IList_get_Item, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796EA0, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IList_set_Item, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, GetRandomAvailablePerch_RandomPerch__Array *, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__ToArray, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__TrimExcess, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__get_Capacity, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__get_Count, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4B60, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__get_Count__MethodInfo); DO_APP_FUNC(0x01796C50, GetRandomAvailablePerch_RandomPerch, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__get_Item, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4B50, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__set_Capacity, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01796CA0, void, List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__set_Item, (List_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, int32_t index, GetRandomAvailablePerch_RandomPerch value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor___ctor, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C976B8, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor___ctor_1, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, IEnumerable_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor___ctor_2, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017C76C0, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Add, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, HID_HIDCollectionDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97640, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Add__MethodInfo); DO_APP_FUNC(0x0181C390, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__AddEnumerable, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, IEnumerable_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__AddRange, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, IEnumerable_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017C7750, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__AddWithResize, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, HID_HIDCollectionDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ *, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__AsReadOnly, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__BinarySearch, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, HID_HIDCollectionDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__BinarySearch_1, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, HID_HIDCollectionDescriptor item, IComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__BinarySearch_2, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, int32_t index, int32_t count, HID_HIDCollectionDescriptor item, IComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Clear, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A250, bool, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Contains, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, HID_HIDCollectionDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__CopyTo, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, HID_HIDCollectionDescriptor__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__CopyTo_1, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, HID_HIDCollectionDescriptor__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__EnsureCapacity, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Exists, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, Predicate_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, HID_HIDCollectionDescriptor, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Find, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, Predicate_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ *, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__FindAll, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, Predicate_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__FindIndex, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, Predicate_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__FindIndex_1, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__ForEach, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, Action_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__GetEnumerator, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C976A8, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__GetEnumerator__MethodInfo); DO_APP_FUNC(0x0179AA30, int32_t, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__IndexOf, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, HID_HIDCollectionDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x017C77D0, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Insert, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, int32_t index, HID_HIDCollectionDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x0181BFC0, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__InsertRange, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, int32_t index, IEnumerable_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Remove, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, HID_HIDCollectionDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x017C7C80, int32_t, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__RemoveAll, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, Predicate_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__RemoveAt, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__RemoveRange, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Reverse, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Reverse_1, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Sort, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Sort_1, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, Comparison_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Sort_2, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, IComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Sort_3, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ *, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0181BF10, Object *, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IList_Add, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IList_Contains, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IList_IndexOf, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IList_Insert, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IList_Remove, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IList_get_Item, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IList_set_Item, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, HID_HIDCollectionDescriptor__Array *, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__ToArray, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97628, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__ToArray__MethodInfo); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__TrimExcess, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__get_Capacity, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__get_Count, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C976B0, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__get_Count__MethodInfo); DO_APP_FUNC(0x01799950, HID_HIDCollectionDescriptor, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__get_Item, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C976C0, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__set_Capacity, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017C7660, void, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__set_Item, (List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, int32_t index, HID_HIDCollectionDescriptor value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C976D8, List_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor___ctor, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97710, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor___ctor_1, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, IEnumerable_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor___ctor_2, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017BE1E0, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Add, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, HID_HIDElementDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C976F8, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Add__MethodInfo); DO_APP_FUNC(0x0181CA70, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__AddEnumerable, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, IEnumerable_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__AddRange, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, IEnumerable_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017BE2B0, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__AddWithResize, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, HID_HIDElementDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ *, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__AsReadOnly, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BE5D0, int32_t, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__BinarySearch, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, HID_HIDElementDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x017BE690, int32_t, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__BinarySearch_1, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, HID_HIDElementDescriptor item, IComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017BE4F0, int32_t, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__BinarySearch_2, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, int32_t index, int32_t count, HID_HIDElementDescriptor item, IComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Clear, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BE750, bool, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Contains, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, HID_HIDElementDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__CopyTo, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, HID_HIDElementDescriptor__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__CopyTo_1, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, HID_HIDElementDescriptor__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__EnsureCapacity, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Exists, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, Predicate_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x017BE930, HID_HIDElementDescriptor, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Find, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, Predicate_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x017BEAA0, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ *, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__FindAll, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, Predicate_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__FindIndex, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, Predicate_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x017BEC70, int32_t, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__FindIndex_1, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x017BEDC0, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__ForEach, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, Action_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * action, MethodInfo * method)); DO_APP_FUNC(0x017BEED0, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__GetEnumerator, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97758, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__GetEnumerator__MethodInfo); DO_APP_FUNC(0x017BF0C0, int32_t, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__IndexOf, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, HID_HIDElementDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x017BF2B0, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Insert, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, int32_t index, HID_HIDElementDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x0181C6E0, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__InsertRange, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, int32_t index, IEnumerable_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017BDEC0, bool, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017BF8A0, bool, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Remove, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, HID_HIDElementDescriptor item, MethodInfo * method)); DO_APP_FUNC(0x017BFAA0, int32_t, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__RemoveAll, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, Predicate_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__RemoveAt, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__RemoveRange, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Reverse, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Reverse_1, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Sort, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Sort_1, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, Comparison_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Sort_2, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, IComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Sort_3, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BEF90, IEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ *, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0181C630, Object *, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BEF90, IEnumerator *, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BE350, int32_t, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IList_Add, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017BE7D0, bool, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IList_Contains, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017BF140, int32_t, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IList_IndexOf, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017BF3A0, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IList_Insert, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017BF950, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IList_Remove, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BDFD0, Object *, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IList_get_Item, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017BE070, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IList_set_Item, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, HID_HIDElementDescriptor__Array *, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__ToArray, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97740, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__ToArray__MethodInfo); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__TrimExcess, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__get_Capacity, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__get_Count, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97730, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__get_Count__MethodInfo); DO_APP_FUNC(0x017BDDC0, HID_HIDElementDescriptor, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__get_Item, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97728, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__set_Capacity, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017BDE40, void, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__set_Item, (List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, int32_t index, HID_HIDElementDescriptor value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97658, List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData___ctor, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C976A0, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData___ctor_1, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, IEnumerable_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData___ctor_2, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x00AE89D0, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Add, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, HIDParser_HIDReportData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97698, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Add__MethodInfo); DO_APP_FUNC(0x0181D1D0, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__AddEnumerable, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, IEnumerable_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__AddRange, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, IEnumerable_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A8B90, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__AddWithResize, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, HIDParser_HIDReportData item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ *, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__AsReadOnly, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8E40, int32_t, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__BinarySearch, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, HIDParser_HIDReportData item, MethodInfo * method)); DO_APP_FUNC(0x017A8EE0, int32_t, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__BinarySearch_1, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, HIDParser_HIDReportData item, IComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017A8D80, int32_t, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__BinarySearch_2, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, int32_t index, int32_t count, HIDParser_HIDReportData item, IComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Clear, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8F80, bool, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Contains, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, HIDParser_HIDReportData item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__CopyTo, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, HIDParser_HIDReportData__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__CopyTo_1, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, HIDParser_HIDReportData__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__EnsureCapacity, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Exists, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, Predicate_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A9130, HIDParser_HIDReportData, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Find, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, Predicate_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A9250, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ *, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__FindAll, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, Predicate_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__FindIndex, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, Predicate_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A93D0, int32_t, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__FindIndex_1, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A94F0, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__ForEach, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, Action_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * action, MethodInfo * method)); DO_APP_FUNC(0x017A95C0, List_1_T_Enumerator_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__GetEnumerator, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9730, int32_t, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__IndexOf, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, HIDParser_HIDReportData item, MethodInfo * method)); DO_APP_FUNC(0x017A98D0, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Insert, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, int32_t index, HIDParser_HIDReportData item, MethodInfo * method)); DO_APP_FUNC(0x0181CE00, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__InsertRange, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, int32_t index, IEnumerable_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A88E0, bool, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017A9ED0, bool, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Remove, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, HIDParser_HIDReportData item, MethodInfo * method)); DO_APP_FUNC(0x017AA090, int32_t, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__RemoveAll, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, Predicate_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__RemoveAt, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__RemoveRange, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Reverse, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Reverse_1, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Sort, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Sort_1, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, Comparison_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Sort_2, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, IComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Sort_3, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9650, IEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ *, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0181CD50, Object *, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9650, IEnumerator *, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8C10, int32_t, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IList_Add, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A8FF0, bool, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IList_Contains, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A9790, int32_t, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IList_IndexOf, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A99B0, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IList_Insert, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A9F60, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IList_Remove, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A89C0, Object *, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IList_get_Item, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017A8A40, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IList_set_Item, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, HIDParser_HIDReportData__Array *, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__ToArray, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__TrimExcess, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__get_Capacity, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__get_Count, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C975D8, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__get_Count__MethodInfo); DO_APP_FUNC(0x017A8820, HIDParser_HIDReportData, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__get_Item, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C976C8, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__set_Capacity, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A8880, void, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__set_Item, (List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, int32_t index, HIDParser_HIDReportData value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C976D0, List_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData___ctor, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEAA88, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData___ctor_1, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData___ctor_2, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0181D690, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Add, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, HairDesignerGeneratorFurShellBase_BufferData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEABA8, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Add__MethodInfo); DO_APP_FUNC(0x0181DFF0, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__AddEnumerable, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__AddRange, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0181D700, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__AddWithResize, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, HairDesignerGeneratorFurShellBase_BufferData item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ *, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__AsReadOnly, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0181D770, int32_t, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__BinarySearch, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, HairDesignerGeneratorFurShellBase_BufferData item, MethodInfo * method)); DO_APP_FUNC(0x0181D810, int32_t, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__BinarySearch_1, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, HairDesignerGeneratorFurShellBase_BufferData item, IComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__BinarySearch_2, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, int32_t index, int32_t count, HairDesignerGeneratorFurShellBase_BufferData item, IComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Clear, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEABA0, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Clear__MethodInfo); DO_APP_FUNC(0x0179E360, bool, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Contains, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, HairDesignerGeneratorFurShellBase_BufferData item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__CopyTo, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, HairDesignerGeneratorFurShellBase_BufferData__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__CopyTo_1, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, HairDesignerGeneratorFurShellBase_BufferData__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__EnsureCapacity, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Exists, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, Predicate_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * match, MethodInfo * method)); DO_APP_FUNC(0x0181D8B0, HairDesignerGeneratorFurShellBase_BufferData, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Find, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, Predicate_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B84A0, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ *, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__FindAll, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, Predicate_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__FindIndex, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, Predicate_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B8600, int32_t, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__FindIndex_1, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, int32_t startIndex, int32_t count, Predicate_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B8700, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__ForEach, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, Action_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * action, MethodInfo * method)); DO_APP_FUNC(0x017B87C0, List_1_T_Enumerator_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__GetEnumerator, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0181D980, int32_t, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__IndexOf, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, HairDesignerGeneratorFurShellBase_BufferData item, MethodInfo * method)); DO_APP_FUNC(0x0181D9D0, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Insert, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, int32_t index, HairDesignerGeneratorFurShellBase_BufferData item, MethodInfo * method)); DO_APP_FUNC(0x0181DAA0, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__InsertRange, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, int32_t index, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0181D550, bool, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0181DDF0, bool, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Remove, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, HairDesignerGeneratorFurShellBase_BufferData item, MethodInfo * method)); DO_APP_FUNC(0x0181DE70, int32_t, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__RemoveAll, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, Predicate_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__RemoveAt, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__RemoveRange, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Reverse, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Reverse_1, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Sort, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Sort_1, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, Comparison_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Sort_2, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, IComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Sort_3, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, int32_t index, int32_t count, IComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8850, IEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ *, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_ICollection_CopyTo, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_ICollection_get_IsSynchronized, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0181D450, Object *, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_ICollection_get_SyncRoot, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8850, IEnumerator *, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IEnumerable_GetEnumerator, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8040, int32_t, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IList_Add, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B82B0, bool, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IList_Contains, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8920, int32_t, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IList_IndexOf, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8B20, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IList_Insert, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8FB0, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IList_Remove, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IList_get_IsFixedSize, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IList_get_IsReadOnly, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0181D630, Object *, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IList_get_Item, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017B7EA0, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IList_set_Item, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, HairDesignerGeneratorFurShellBase_BufferData__Array *, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__ToArray, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__TrimExcess, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__get_Capacity, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__get_Count, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEAB98, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__get_Count__MethodInfo); DO_APP_FUNC(0x017B7CE0, HairDesignerGeneratorFurShellBase_BufferData, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__get_Item, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__set_Capacity, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0181D500, void, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__set_Item, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, int32_t index, HairDesignerGeneratorFurShellBase_BufferData value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson___ctor, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86BB8, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson___ctor_1, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, IEnumerable_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson___ctor_2, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0181E3E0, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Add, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, InputActionMap_BindingOverrideJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86CA8, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Add__MethodInfo); DO_APP_FUNC(0x0181ED20, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__AddEnumerable, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, IEnumerable_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__AddRange, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, IEnumerable_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0181E4E0, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__AddWithResize, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, InputActionMap_BindingOverrideJson item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ *, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__AsReadOnly, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE640, int32_t, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__BinarySearch, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, InputActionMap_BindingOverrideJson item, MethodInfo * method)); DO_APP_FUNC(0x017AE6E0, int32_t, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__BinarySearch_1, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, InputActionMap_BindingOverrideJson item, IComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017AE580, int32_t, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__BinarySearch_2, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, int32_t index, int32_t count, InputActionMap_BindingOverrideJson item, IComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Clear, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE790, bool, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Contains, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, InputActionMap_BindingOverrideJson item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__CopyTo, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, InputActionMap_BindingOverrideJson__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__CopyTo_1, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, InputActionMap_BindingOverrideJson__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__EnsureCapacity, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Exists, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, Predicate_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AE940, InputActionMap_BindingOverrideJson, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Find, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, Predicate_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AEA80, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ *, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__FindAll, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, Predicate_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__FindIndex, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, Predicate_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AEC20, int32_t, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__FindIndex_1, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AED50, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__ForEach, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, Action_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * action, MethodInfo * method)); DO_APP_FUNC(0x017AEE30, List_1_T_Enumerator_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__GetEnumerator, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86B20, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__GetEnumerator__MethodInfo); DO_APP_FUNC(0x017AEFE0, int32_t, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__IndexOf, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, InputActionMap_BindingOverrideJson item, MethodInfo * method)); DO_APP_FUNC(0x0181E5C0, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Insert, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, int32_t index, InputActionMap_BindingOverrideJson item, MethodInfo * method)); DO_APP_FUNC(0x0181E700, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__InsertRange, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, int32_t index, IEnumerable_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017ADF50, bool, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017AF7C0, bool, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Remove, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, InputActionMap_BindingOverrideJson item, MethodInfo * method)); DO_APP_FUNC(0x0181EA80, int32_t, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__RemoveAll, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, Predicate_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * match, MethodInfo * method)); DO_APP_FUNC(0x0181EC80, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__RemoveAt, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__RemoveRange, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Reverse, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Reverse_1, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Sort, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Sort_1, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, Comparison_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Sort_2, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, IComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Sort_3, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AEEE0, IEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ *, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0181E270, Object *, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AEEE0, IEnumerator *, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE400, int32_t, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IList_Add, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AE800, bool, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IList_Contains, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF050, int32_t, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IList_IndexOf, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF2E0, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IList_Insert, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF860, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IList_Remove, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE040, Object *, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IList_get_Item, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017AE0D0, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IList_set_Item, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, InputActionMap_BindingOverrideJson__Array *, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__ToArray, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__TrimExcess, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__get_Capacity, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__get_Count, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86BD8, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__get_Count__MethodInfo); DO_APP_FUNC(0x017ADE30, InputActionMap_BindingOverrideJson, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__get_Item, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__set_Capacity, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0181E320, void, List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__set_Item, (List_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, int32_t index, InputActionMap_BindingOverrideJson value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98EC8, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor_1, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, IEnumerable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor_2, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0181F5F0, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Add, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98F00, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Add__MethodInfo); DO_APP_FUNC(0x01821B10, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__AddEnumerable, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, IEnumerable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__AddRange, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, IEnumerable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98E38, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__AddRange__MethodInfo); DO_APP_FUNC(0x0181F760, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__AddWithResize, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__AsReadOnly, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0181FB80, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__BinarySearch, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem item, MethodInfo * method)); DO_APP_FUNC(0x0181FC90, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__BinarySearch_1, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem item, IComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0181FA40, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__BinarySearch_2, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t index, int32_t count, InputControlLayout_ControlItem item, IComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Clear, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0181FDB0, bool, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Contains, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__CopyTo, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__CopyTo_1, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__EnsureCapacity, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Exists, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Predicate_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x01820050, InputControlLayout_ControlItem, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Find, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Predicate_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x01820260, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__FindAll, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Predicate_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__FindIndex, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Predicate_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x018204F0, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__FindIndex_1, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x01820690, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__ForEach, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Action_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * action, MethodInfo * method)); DO_APP_FUNC(0x018207F0, List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__GetEnumerator, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01820A10, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__IndexOf, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem item, MethodInfo * method)); DO_APP_FUNC(0x01820CB0, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Insert, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t index, InputControlLayout_ControlItem item, MethodInfo * method)); DO_APP_FUNC(0x01820FD0, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__InsertRange, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t index, IEnumerable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0181F1A0, bool, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x018213B0, bool, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Remove, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem item, MethodInfo * method)); DO_APP_FUNC(0x01821680, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__RemoveAll, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Predicate_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x018219F0, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__RemoveAt, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__RemoveRange, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Reverse, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Reverse_1, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Sort, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Sort_1, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Sort_2, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, IComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Sort_3, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018208A0, IEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0181EFD0, Object *, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018208A0, IEnumerator *, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0181F850, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IList_Add, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0181FE90, bool, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IList_Contains, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01820AF0, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IList_IndexOf, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01820E00, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IList_Insert, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x018214C0, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IList_Remove, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0181F320, Object *, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IList_get_Item, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0181F420, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IList_set_Item, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, InputControlLayout_ControlItem__Array *, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__ToArray, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98ED0, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__ToArray__MethodInfo); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__TrimExcess, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Capacity, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Count, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98EF0, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Count__MethodInfo); DO_APP_FUNC(0x0181F080, InputControlLayout_ControlItem, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Item, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98EE8, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__set_Capacity, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0181F0C0, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__set_Item, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t index, InputControlLayout_ControlItem value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98EF8, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper___ctor, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9990, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper___ctor_1, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, IEnumerable_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper___ctor_2, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179BAB0, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Add, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, InternalTreeView_TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA98D8, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Add__MethodInfo); DO_APP_FUNC(0x01822300, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__AddEnumerable, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, IEnumerable_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__AddRange, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, IEnumerable_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179BB90, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__AddWithResize, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, InternalTreeView_TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ *, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__AsReadOnly, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__BinarySearch, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, InternalTreeView_TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__BinarySearch_1, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, InternalTreeView_TreeViewItemWrapper item, IComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__BinarySearch_2, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, int32_t index, int32_t count, InternalTreeView_TreeViewItemWrapper item, IComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Clear, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA97F0, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Clear__MethodInfo); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Contains, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, InternalTreeView_TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__CopyTo, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, InternalTreeView_TreeViewItemWrapper__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__CopyTo_1, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, InternalTreeView_TreeViewItemWrapper__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__EnsureCapacity, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Exists, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, Predicate_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, InternalTreeView_TreeViewItemWrapper, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Find, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, Predicate_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ *, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__FindAll, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, Predicate_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__FindIndex, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, Predicate_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__FindIndex_1, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__ForEach, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, Action_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__GetEnumerator, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__IndexOf, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, InternalTreeView_TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC(0x0179BC50, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Insert, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, int32_t index, InternalTreeView_TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC(0x01821F40, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__InsertRange, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA98E0, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__InsertRange__MethodInfo); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Remove, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, InternalTreeView_TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC(0x0179C140, int32_t, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__RemoveAll, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, Predicate_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179C330, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__RemoveAt, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__RemoveRange, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA98B8, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__RemoveRange__MethodInfo); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Reverse, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Reverse_1, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Sort, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Sort_1, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, Comparison_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Sort_2, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, IComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Sort_3, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ *, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01821E90, Object *, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, InternalTreeView_TreeViewItemWrapper__Array *, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__ToArray, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__TrimExcess, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__get_Capacity, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__get_Count, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9890, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, InternalTreeView_TreeViewItemWrapper, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__get_Item, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9860, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__set_Capacity, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179BA10, void, List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__set_Item, (List_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, int32_t index, InternalTreeView_TreeViewItemWrapper value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV___ctor, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56278, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV___ctor_1, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, IEnumerable_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV___ctor_2, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179BAB0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Add, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56208, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Add__MethodInfo); DO_APP_FUNC(0x01822A10, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__AddEnumerable, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, IEnumerable_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__AddRange, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, IEnumerable_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179BB90, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__AddWithResize, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ *, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__AsReadOnly, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__BinarySearch, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__BinarySearch_1, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV item, IComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__BinarySearch_2, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, int32_t index, int32_t count, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV item, IComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Clear, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56238, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Clear__MethodInfo); DO_APP_FUNC(0x01794E10, bool, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Contains, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__CopyTo, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__CopyTo_1, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__EnsureCapacity, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Exists, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Find, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ *, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__FindAll, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__FindIndex, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__FindIndex_1, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, int32_t startIndex, int32_t count, Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__ForEach, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, Action_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__GetEnumerator, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__IndexOf, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV item, MethodInfo * method)); DO_APP_FUNC(0x0179BC50, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Insert, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, int32_t index, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV item, MethodInfo * method)); DO_APP_FUNC(0x01822650, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__InsertRange, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, int32_t index, IEnumerable_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Remove, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV item, MethodInfo * method)); DO_APP_FUNC(0x0179C140, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__RemoveAll, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179C330, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__RemoveAt, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__RemoveRange, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Reverse, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Reverse_1, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Sort, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Sort_1, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Sort_2, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, IComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Sort_3, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, int32_t index, int32_t count, IComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ *, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_ICollection_CopyTo, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_ICollection_get_IsSynchronized, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018225A0, Object *, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_ICollection_get_SyncRoot, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IEnumerable_GetEnumerator, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IList_Add, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IList_Contains, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IList_IndexOf, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IList_Insert, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IList_Remove, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IList_get_IsFixedSize, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IList_get_IsReadOnly, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IList_get_Item, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IList_set_Item, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Array *, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__ToArray, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__TrimExcess, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__get_Capacity, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__get_Count, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56218, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__get_Item, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56220, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__set_Capacity, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179BA10, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__set_Item, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, int32_t index, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb___ctor, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54410, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb___ctor_1, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, IEnumerable_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb___ctor_2, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01822DD0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Add, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C561D0, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Add__MethodInfo); DO_APP_FUNC(0x01823680, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__AddEnumerable, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, IEnumerable_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__AddRange, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, IEnumerable_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01822E60, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__AddWithResize, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ *, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__AsReadOnly, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BE5D0, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__BinarySearch, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb item, MethodInfo * method)); DO_APP_FUNC(0x017BE690, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__BinarySearch_1, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb item, IComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017BE4F0, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__BinarySearch_2, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, int32_t index, int32_t count, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb item, IComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Clear, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56248, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Clear__MethodInfo); DO_APP_FUNC(0x017BE750, bool, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Contains, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__CopyTo, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__CopyTo_1, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__EnsureCapacity, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Exists, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * match, MethodInfo * method)); DO_APP_FUNC(0x017BE930, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Find, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * match, MethodInfo * method)); DO_APP_FUNC(0x017BEAA0, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ *, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__FindAll, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__FindIndex, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * match, MethodInfo * method)); DO_APP_FUNC(0x017BEC70, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__FindIndex_1, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, int32_t startIndex, int32_t count, Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * match, MethodInfo * method)); DO_APP_FUNC(0x017BEDC0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__ForEach, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Action_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * action, MethodInfo * method)); DO_APP_FUNC(0x017BEED0, List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__GetEnumerator, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BF0C0, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__IndexOf, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb item, MethodInfo * method)); DO_APP_FUNC(0x01822F00, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Insert, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, int32_t index, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb item, MethodInfo * method)); DO_APP_FUNC(0x01823000, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__InsertRange, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, int32_t index, IEnumerable_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017BDEC0, bool, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017BF8A0, bool, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Remove, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb item, MethodInfo * method)); DO_APP_FUNC(0x01823390, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__RemoveAll, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * match, MethodInfo * method)); DO_APP_FUNC(0x018235E0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__RemoveAt, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__RemoveRange, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Reverse, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Reverse_1, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Sort, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Sort_1, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Sort_2, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, IComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Sort_3, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, int32_t index, int32_t count, IComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BEF90, IEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ *, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_ICollection_CopyTo, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_ICollection_get_IsSynchronized, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01822CB0, Object *, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_ICollection_get_SyncRoot, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BEF90, IEnumerator *, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IEnumerable_GetEnumerator, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BE350, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IList_Add, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017BE7D0, bool, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IList_Contains, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017BF140, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IList_IndexOf, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017BF3A0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IList_Insert, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017BF950, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IList_Remove, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IList_get_IsFixedSize, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IList_get_IsReadOnly, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BDFD0, Object *, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IList_get_Item, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017BE070, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IList_set_Item, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array *, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__ToArray, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__TrimExcess, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__get_Capacity, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__get_Count, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BDDC0, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__get_Item, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__set_Capacity, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01822D60, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__set_Item, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, int32_t index, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux___ctor, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56268, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux___ctor_1, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, IEnumerable_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux___ctor_2, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179BAB0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Add, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56200, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Add__MethodInfo); DO_APP_FUNC(0x01823DE0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__AddEnumerable, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, IEnumerable_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__AddRange, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, IEnumerable_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179BB90, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__AddWithResize, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ *, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__AsReadOnly, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__BinarySearch, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__BinarySearch_1, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux item, IComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__BinarySearch_2, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, int32_t index, int32_t count, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux item, IComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Clear, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56240, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Clear__MethodInfo); DO_APP_FUNC(0x01794E10, bool, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Contains, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__CopyTo, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__CopyTo_1, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__EnsureCapacity, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Exists, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Find, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ *, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__FindAll, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__FindIndex, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__FindIndex_1, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, int32_t startIndex, int32_t count, Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__ForEach, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, Action_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__GetEnumerator, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__IndexOf, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux item, MethodInfo * method)); DO_APP_FUNC(0x0179BC50, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Insert, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, int32_t index, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux item, MethodInfo * method)); DO_APP_FUNC(0x01823A20, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__InsertRange, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, int32_t index, IEnumerable_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Remove, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux item, MethodInfo * method)); DO_APP_FUNC(0x0179C140, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__RemoveAll, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179C330, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__RemoveAt, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__RemoveRange, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Reverse, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Reverse_1, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Sort, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Sort_1, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, Comparison_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Sort_2, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, IComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Sort_3, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, int32_t index, int32_t count, IComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ *, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_ICollection_CopyTo, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_ICollection_get_IsSynchronized, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01823970, Object *, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_ICollection_get_SyncRoot, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IEnumerable_GetEnumerator, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IList_Add, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IList_Contains, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IList_IndexOf, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IList_Insert, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IList_Remove, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IList_get_IsFixedSize, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IList_get_IsReadOnly, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IList_get_Item, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IList_set_Item, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Array *, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__ToArray, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__TrimExcess, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__get_Capacity, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__get_Count, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56198, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__get_Item, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56188, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__set_Capacity, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179BA10, void, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__set_Item, (List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, int32_t index, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C899A8, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor_1, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor_2, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x018241A0, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Add, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C899D0, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Add__MethodInfo); DO_APP_FUNC(0x01824A50, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__AddEnumerable, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__AddRange, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01824230, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__AddWithResize, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__AsReadOnly, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BE5D0, int32_t, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__BinarySearch, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue item, MethodInfo * method)); DO_APP_FUNC(0x017BE690, int32_t, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__BinarySearch_1, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue item, IComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017BE4F0, int32_t, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__BinarySearch_2, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, int32_t count, JsonParser_JsonValue item, IComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Clear, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BE750, bool, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Contains, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__CopyTo, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__CopyTo_1, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__EnsureCapacity, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Exists, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Predicate_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x017BE930, JsonParser_JsonValue, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Find, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Predicate_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x017BEAA0, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__FindAll, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Predicate_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__FindIndex, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Predicate_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x017BEC70, int32_t, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__FindIndex_1, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x017BEDC0, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__ForEach, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Action_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * action, MethodInfo * method)); DO_APP_FUNC(0x017BEED0, List_1_T_Enumerator_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__GetEnumerator, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BF0C0, int32_t, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__IndexOf, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue item, MethodInfo * method)); DO_APP_FUNC(0x018242D0, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Insert, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, JsonParser_JsonValue item, MethodInfo * method)); DO_APP_FUNC(0x018243D0, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__InsertRange, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, IEnumerable_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017BDEC0, bool, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017BF8A0, bool, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Remove, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue item, MethodInfo * method)); DO_APP_FUNC(0x01824760, int32_t, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__RemoveAll, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Predicate_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * match, MethodInfo * method)); DO_APP_FUNC(0x018249B0, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__RemoveAt, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__RemoveRange, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Reverse, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Reverse_1, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Sort, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Sort_1, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Comparison_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Sort_2, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, IComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Sort_3, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BEF90, IEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01824080, Object *, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BEF90, IEnumerator *, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BE350, int32_t, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IList_Add, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017BE7D0, bool, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IList_Contains, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017BF140, int32_t, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IList_IndexOf, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017BF3A0, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IList_Insert, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017BF950, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IList_Remove, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017BDFD0, Object *, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IList_get_Item, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017BE070, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IList_set_Item, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, JsonParser_JsonValue__Array *, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__ToArray, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__TrimExcess, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Capacity, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Count, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C899C0, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Count__MethodInfo); DO_APP_FUNC(0x017BDDC0, JsonParser_JsonValue, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Item, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C899C8, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__set_Capacity, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01824130, void, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__set_Item, (List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, JsonParser_JsonValue value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage___ctor, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage___ctor_1, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, IEnumerable_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage___ctor_2, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6540, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage___ctor_2__MethodInfo); DO_APP_FUNC(0x0179BAB0, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Add, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Logs_LogMessage item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6548, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Add__MethodInfo); DO_APP_FUNC(0x018251B0, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__AddEnumerable, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, IEnumerable_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__AddRange, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, IEnumerable_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179BB90, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__AddWithResize, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Logs_LogMessage item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ *, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__AsReadOnly, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__BinarySearch, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Logs_LogMessage item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__BinarySearch_1, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Logs_LogMessage item, IComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__BinarySearch_2, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, int32_t index, int32_t count, Logs_LogMessage item, IComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Clear, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6560, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Clear__MethodInfo); DO_APP_FUNC(0x01794E10, bool, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Contains, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Logs_LogMessage item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__CopyTo, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Logs_LogMessage__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__CopyTo_1, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Logs_LogMessage__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__EnsureCapacity, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Exists, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Predicate_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, Logs_LogMessage, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Find, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Predicate_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ *, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__FindAll, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Predicate_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__FindIndex, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Predicate_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__FindIndex_1, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, int32_t startIndex, int32_t count, Predicate_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__ForEach, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Action_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__GetEnumerator, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__IndexOf, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Logs_LogMessage item, MethodInfo * method)); DO_APP_FUNC(0x0179BC50, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Insert, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, int32_t index, Logs_LogMessage item, MethodInfo * method)); DO_APP_FUNC(0x01824DF0, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__InsertRange, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, int32_t index, IEnumerable_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Remove, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Logs_LogMessage item, MethodInfo * method)); DO_APP_FUNC(0x0179C140, int32_t, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__RemoveAll, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Predicate_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179C330, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__RemoveAt, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__RemoveRange, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Reverse, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Reverse_1, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Sort, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Sort_1, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Comparison_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Sort_2, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, IComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Sort_3, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, int32_t index, int32_t count, IComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ *, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_ICollection_CopyTo, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_ICollection_get_IsSynchronized, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01824D40, Object *, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_ICollection_get_SyncRoot, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IEnumerable_GetEnumerator, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IList_Add, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IList_Contains, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IList_IndexOf, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IList_Insert, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IList_Remove, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IList_get_IsFixedSize, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IList_get_IsReadOnly, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IList_get_Item, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IList_set_Item, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, Logs_LogMessage__Array *, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__ToArray, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__TrimExcess, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__get_Capacity, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__get_Count, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6558, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, Logs_LogMessage, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__get_Item, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6550, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__set_Capacity, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179BA10, void, List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__set_Item, (List_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, int32_t index, Logs_LogMessage value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters___ctor, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC1C8, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters___ctor_1, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, IEnumerable_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters___ctor_2, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01800DA0, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Add, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MagicLightProbes_VolumeParameters item, MethodInfo * method)); DO_APP_FUNC(0x01825870, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__AddEnumerable, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, IEnumerable_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__AddRange, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, IEnumerable_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01800E40, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__AddWithResize, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MagicLightProbes_VolumeParameters item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ *, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__AsReadOnly, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01801110, int32_t, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__BinarySearch, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MagicLightProbes_VolumeParameters item, MethodInfo * method)); DO_APP_FUNC(0x018011B0, int32_t, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__BinarySearch_1, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MagicLightProbes_VolumeParameters item, IComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01801040, int32_t, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__BinarySearch_2, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, int32_t index, int32_t count, MagicLightProbes_VolumeParameters item, IComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Clear, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01801260, bool, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Contains, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MagicLightProbes_VolumeParameters item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__CopyTo, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MagicLightProbes_VolumeParameters__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__CopyTo_1, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MagicLightProbes_VolumeParameters__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__EnsureCapacity, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Exists, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, Predicate_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * match, MethodInfo * method)); DO_APP_FUNC(0x01801410, MagicLightProbes_VolumeParameters, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Find, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, Predicate_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * match, MethodInfo * method)); DO_APP_FUNC(0x01801550, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ *, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__FindAll, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, Predicate_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__FindIndex, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, Predicate_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * match, MethodInfo * method)); DO_APP_FUNC(0x018016F0, int32_t, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__FindIndex_1, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, int32_t startIndex, int32_t count, Predicate_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * match, MethodInfo * method)); DO_APP_FUNC(0x01801820, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__ForEach, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, Action_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * action, MethodInfo * method)); DO_APP_FUNC(0x01801900, List_1_T_Enumerator_MagicLightProbes_MagicLightProbes_VolumeParameters_, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__GetEnumerator, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01801AA0, int32_t, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__IndexOf, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MagicLightProbes_VolumeParameters item, MethodInfo * method)); DO_APP_FUNC(0x01801C50, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Insert, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, int32_t index, MagicLightProbes_VolumeParameters item, MethodInfo * method)); DO_APP_FUNC(0x01825500, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__InsertRange, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, int32_t index, IEnumerable_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01800AE0, bool, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x018021F0, bool, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Remove, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MagicLightProbes_VolumeParameters item, MethodInfo * method)); DO_APP_FUNC(0x018023C0, int32_t, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__RemoveAll, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, Predicate_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__RemoveAt, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__RemoveRange, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Reverse, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Reverse_1, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Sort, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Sort_1, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, Comparison_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Sort_2, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, IComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Sort_3, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, int32_t index, int32_t count, IComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018019B0, IEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ *, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_ICollection_CopyTo, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_ICollection_get_IsSynchronized, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01825450, Object *, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_ICollection_get_SyncRoot, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018019B0, IEnumerator *, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IEnumerable_GetEnumerator, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01800EC0, int32_t, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IList_Add, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x018012D0, bool, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IList_Contains, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01801B10, int32_t, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IList_IndexOf, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01801D30, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IList_Insert, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01802290, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IList_Remove, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IList_get_IsFixedSize, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IList_get_IsReadOnly, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01800BC0, Object *, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IList_get_Item, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01800C50, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IList_set_Item, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, MagicLightProbes_VolumeParameters__Array *, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__ToArray, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__TrimExcess, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__get_Capacity, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__get_Count, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01800A20, MagicLightProbes_VolumeParameters, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__get_Item, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__set_Capacity, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01800A80, void, List_1_MagicLightProbes_MagicLightProbes_VolumeParameters__set_Item, (List_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, int32_t index, MagicLightProbes_VolumeParameters value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_NolanBehaviour_OverlappedCollider___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_NolanBehaviour_OverlappedCollider___ctor, (List_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDCCE8, List_1_NolanBehaviour_OverlappedCollider___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_NolanBehaviour_OverlappedCollider___ctor_1, (List_1_NolanBehaviour_OverlappedCollider_ * __this, IEnumerable_1_NolanBehaviour_OverlappedCollider_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_NolanBehaviour_OverlappedCollider___ctor_2, (List_1_NolanBehaviour_OverlappedCollider_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_NolanBehaviour_OverlappedCollider__Add, (List_1_NolanBehaviour_OverlappedCollider_ * __this, NolanBehaviour_OverlappedCollider item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD468, List_1_NolanBehaviour_OverlappedCollider__Add__MethodInfo); DO_APP_FUNC(0x01825F90, void, List_1_NolanBehaviour_OverlappedCollider__AddEnumerable, (List_1_NolanBehaviour_OverlappedCollider_ * __this, IEnumerable_1_NolanBehaviour_OverlappedCollider_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_NolanBehaviour_OverlappedCollider__AddRange, (List_1_NolanBehaviour_OverlappedCollider_ * __this, IEnumerable_1_NolanBehaviour_OverlappedCollider_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_NolanBehaviour_OverlappedCollider__AddWithResize, (List_1_NolanBehaviour_OverlappedCollider_ * __this, NolanBehaviour_OverlappedCollider item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ *, List_1_NolanBehaviour_OverlappedCollider__AsReadOnly, (List_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_NolanBehaviour_OverlappedCollider__BinarySearch, (List_1_NolanBehaviour_OverlappedCollider_ * __this, NolanBehaviour_OverlappedCollider item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_NolanBehaviour_OverlappedCollider__BinarySearch_1, (List_1_NolanBehaviour_OverlappedCollider_ * __this, NolanBehaviour_OverlappedCollider item, IComparer_1_NolanBehaviour_OverlappedCollider_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_NolanBehaviour_OverlappedCollider__BinarySearch_2, (List_1_NolanBehaviour_OverlappedCollider_ * __this, int32_t index, int32_t count, NolanBehaviour_OverlappedCollider item, IComparer_1_NolanBehaviour_OverlappedCollider_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_NolanBehaviour_OverlappedCollider__Clear, (List_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD440, List_1_NolanBehaviour_OverlappedCollider__Clear__MethodInfo); DO_APP_FUNC(0x01794E10, bool, List_1_NolanBehaviour_OverlappedCollider__Contains, (List_1_NolanBehaviour_OverlappedCollider_ * __this, NolanBehaviour_OverlappedCollider item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_NolanBehaviour_OverlappedCollider__CopyTo, (List_1_NolanBehaviour_OverlappedCollider_ * __this, NolanBehaviour_OverlappedCollider__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_NolanBehaviour_OverlappedCollider__CopyTo_1, (List_1_NolanBehaviour_OverlappedCollider_ * __this, NolanBehaviour_OverlappedCollider__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_NolanBehaviour_OverlappedCollider__EnsureCapacity, (List_1_NolanBehaviour_OverlappedCollider_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_NolanBehaviour_OverlappedCollider__Exists, (List_1_NolanBehaviour_OverlappedCollider_ * __this, Predicate_1_NolanBehaviour_OverlappedCollider_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, NolanBehaviour_OverlappedCollider, List_1_NolanBehaviour_OverlappedCollider__Find, (List_1_NolanBehaviour_OverlappedCollider_ * __this, Predicate_1_NolanBehaviour_OverlappedCollider_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_NolanBehaviour_OverlappedCollider_ *, List_1_NolanBehaviour_OverlappedCollider__FindAll, (List_1_NolanBehaviour_OverlappedCollider_ * __this, Predicate_1_NolanBehaviour_OverlappedCollider_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_NolanBehaviour_OverlappedCollider__FindIndex, (List_1_NolanBehaviour_OverlappedCollider_ * __this, Predicate_1_NolanBehaviour_OverlappedCollider_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_NolanBehaviour_OverlappedCollider__FindIndex_1, (List_1_NolanBehaviour_OverlappedCollider_ * __this, int32_t startIndex, int32_t count, Predicate_1_NolanBehaviour_OverlappedCollider_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_NolanBehaviour_OverlappedCollider__ForEach, (List_1_NolanBehaviour_OverlappedCollider_ * __this, Action_1_NolanBehaviour_OverlappedCollider_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_NolanBehaviour_OverlappedCollider_, List_1_NolanBehaviour_OverlappedCollider__GetEnumerator, (List_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD420, List_1_NolanBehaviour_OverlappedCollider__GetEnumerator__MethodInfo); DO_APP_FUNC(0x017956E0, int32_t, List_1_NolanBehaviour_OverlappedCollider__IndexOf, (List_1_NolanBehaviour_OverlappedCollider_ * __this, NolanBehaviour_OverlappedCollider item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_NolanBehaviour_OverlappedCollider__Insert, (List_1_NolanBehaviour_OverlappedCollider_ * __this, int32_t index, NolanBehaviour_OverlappedCollider item, MethodInfo * method)); DO_APP_FUNC(0x01825BD0, void, List_1_NolanBehaviour_OverlappedCollider__InsertRange, (List_1_NolanBehaviour_OverlappedCollider_ * __this, int32_t index, IEnumerable_1_NolanBehaviour_OverlappedCollider_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_NolanBehaviour_OverlappedCollider__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_NolanBehaviour_OverlappedCollider__Remove, (List_1_NolanBehaviour_OverlappedCollider_ * __this, NolanBehaviour_OverlappedCollider item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_NolanBehaviour_OverlappedCollider__RemoveAll, (List_1_NolanBehaviour_OverlappedCollider_ * __this, Predicate_1_NolanBehaviour_OverlappedCollider_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_NolanBehaviour_OverlappedCollider__RemoveAt, (List_1_NolanBehaviour_OverlappedCollider_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_NolanBehaviour_OverlappedCollider__RemoveRange, (List_1_NolanBehaviour_OverlappedCollider_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_NolanBehaviour_OverlappedCollider__Reverse, (List_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_NolanBehaviour_OverlappedCollider__Reverse_1, (List_1_NolanBehaviour_OverlappedCollider_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_NolanBehaviour_OverlappedCollider__Sort, (List_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_NolanBehaviour_OverlappedCollider__Sort_1, (List_1_NolanBehaviour_OverlappedCollider_ * __this, Comparison_1_NolanBehaviour_OverlappedCollider_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_NolanBehaviour_OverlappedCollider__Sort_2, (List_1_NolanBehaviour_OverlappedCollider_ * __this, IComparer_1_NolanBehaviour_OverlappedCollider_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_NolanBehaviour_OverlappedCollider__Sort_3, (List_1_NolanBehaviour_OverlappedCollider_ * __this, int32_t index, int32_t count, IComparer_1_NolanBehaviour_OverlappedCollider_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_NolanBehaviour_OverlappedCollider__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_NolanBehaviour_OverlappedCollider_ *, List_1_NolanBehaviour_OverlappedCollider__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_NolanBehaviour_OverlappedCollider__System_Collections_ICollection_CopyTo, (List_1_NolanBehaviour_OverlappedCollider_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_NolanBehaviour_OverlappedCollider__System_Collections_ICollection_get_IsSynchronized, (List_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01825B20, Object *, List_1_NolanBehaviour_OverlappedCollider__System_Collections_ICollection_get_SyncRoot, (List_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_NolanBehaviour_OverlappedCollider__System_Collections_IEnumerable_GetEnumerator, (List_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_NolanBehaviour_OverlappedCollider__System_Collections_IList_Add, (List_1_NolanBehaviour_OverlappedCollider_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_NolanBehaviour_OverlappedCollider__System_Collections_IList_Contains, (List_1_NolanBehaviour_OverlappedCollider_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_NolanBehaviour_OverlappedCollider__System_Collections_IList_IndexOf, (List_1_NolanBehaviour_OverlappedCollider_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_NolanBehaviour_OverlappedCollider__System_Collections_IList_Insert, (List_1_NolanBehaviour_OverlappedCollider_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_NolanBehaviour_OverlappedCollider__System_Collections_IList_Remove, (List_1_NolanBehaviour_OverlappedCollider_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_NolanBehaviour_OverlappedCollider__System_Collections_IList_get_IsFixedSize, (List_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_NolanBehaviour_OverlappedCollider__System_Collections_IList_get_IsReadOnly, (List_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_NolanBehaviour_OverlappedCollider__System_Collections_IList_get_Item, (List_1_NolanBehaviour_OverlappedCollider_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_NolanBehaviour_OverlappedCollider__System_Collections_IList_set_Item, (List_1_NolanBehaviour_OverlappedCollider_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, NolanBehaviour_OverlappedCollider__Array *, List_1_NolanBehaviour_OverlappedCollider__ToArray, (List_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_NolanBehaviour_OverlappedCollider__TrimExcess, (List_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_NolanBehaviour_OverlappedCollider__get_Capacity, (List_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_NolanBehaviour_OverlappedCollider__get_Count, (List_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD3F0, List_1_NolanBehaviour_OverlappedCollider__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, NolanBehaviour_OverlappedCollider, List_1_NolanBehaviour_OverlappedCollider__get_Item, (List_1_NolanBehaviour_OverlappedCollider_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_NolanBehaviour_OverlappedCollider__set_Capacity, (List_1_NolanBehaviour_OverlappedCollider_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_NolanBehaviour_OverlappedCollider__set_Item, (List_1_NolanBehaviour_OverlappedCollider_ * __this, int32_t index, NolanBehaviour_OverlappedCollider value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding___ctor, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76FE0, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding___ctor_1, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, IEnumerable_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding___ctor_2, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179BAB0, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Add, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, OpenXRInput_SerializedBinding item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76FC8, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Add__MethodInfo); DO_APP_FUNC(0x018266A0, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__AddEnumerable, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, IEnumerable_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__AddRange, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, IEnumerable_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179BB90, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__AddWithResize, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, OpenXRInput_SerializedBinding item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ *, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__AsReadOnly, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__BinarySearch, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, OpenXRInput_SerializedBinding item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__BinarySearch_1, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, OpenXRInput_SerializedBinding item, IComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__BinarySearch_2, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, int32_t index, int32_t count, OpenXRInput_SerializedBinding item, IComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Clear, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Contains, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, OpenXRInput_SerializedBinding item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__CopyTo, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, OpenXRInput_SerializedBinding__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__CopyTo_1, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, OpenXRInput_SerializedBinding__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__EnsureCapacity, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Exists, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, Predicate_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, OpenXRInput_SerializedBinding, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Find, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, Predicate_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ *, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__FindAll, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, Predicate_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__FindIndex, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, Predicate_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__FindIndex_1, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__ForEach, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, Action_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__GetEnumerator, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__IndexOf, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, OpenXRInput_SerializedBinding item, MethodInfo * method)); DO_APP_FUNC(0x0179BC50, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Insert, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, int32_t index, OpenXRInput_SerializedBinding item, MethodInfo * method)); DO_APP_FUNC(0x018262E0, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__InsertRange, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, int32_t index, IEnumerable_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Remove, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, OpenXRInput_SerializedBinding item, MethodInfo * method)); DO_APP_FUNC(0x0179C140, int32_t, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__RemoveAll, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, Predicate_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179C330, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__RemoveAt, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__RemoveRange, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Reverse, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Reverse_1, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Sort, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Sort_1, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, Comparison_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Sort_2, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, IComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Sort_3, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ *, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01826230, Object *, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IList_Add, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IList_Contains, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IList_IndexOf, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IList_Insert, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IList_Remove, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IList_get_Item, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IList_set_Item, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, OpenXRInput_SerializedBinding__Array *, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__ToArray, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77168, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__ToArray__MethodInfo); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__TrimExcess, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__get_Capacity, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__get_Count, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77030, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, OpenXRInput_SerializedBinding, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__get_Item, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__set_Capacity, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179BA10, void, List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__set_Item, (List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, int32_t index, OpenXRInput_SerializedBinding value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog___ctor, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84740, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog___ctor_1, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, IEnumerable_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog___ctor_2, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179BAB0, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Add, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, PackedPlayModeBuildLogs_RuntimeBuildLog item, MethodInfo * method)); DO_APP_FUNC(0x01826DB0, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__AddEnumerable, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, IEnumerable_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__AddRange, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, IEnumerable_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179BB90, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__AddWithResize, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, PackedPlayModeBuildLogs_RuntimeBuildLog item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ *, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__AsReadOnly, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__BinarySearch, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, PackedPlayModeBuildLogs_RuntimeBuildLog item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__BinarySearch_1, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, PackedPlayModeBuildLogs_RuntimeBuildLog item, IComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__BinarySearch_2, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, int32_t index, int32_t count, PackedPlayModeBuildLogs_RuntimeBuildLog item, IComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Clear, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Contains, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, PackedPlayModeBuildLogs_RuntimeBuildLog item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__CopyTo, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, PackedPlayModeBuildLogs_RuntimeBuildLog__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__CopyTo_1, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, PackedPlayModeBuildLogs_RuntimeBuildLog__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__EnsureCapacity, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Exists, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, Predicate_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, PackedPlayModeBuildLogs_RuntimeBuildLog, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Find, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, Predicate_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ *, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__FindAll, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, Predicate_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__FindIndex, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, Predicate_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__FindIndex_1, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, int32_t startIndex, int32_t count, Predicate_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__ForEach, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, Action_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_PackedPlayModeBuildLogs_RuntimeBuildLog_, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__GetEnumerator, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C846B0, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__GetEnumerator__MethodInfo); DO_APP_FUNC(0x017956E0, int32_t, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__IndexOf, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, PackedPlayModeBuildLogs_RuntimeBuildLog item, MethodInfo * method)); DO_APP_FUNC(0x0179BC50, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Insert, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, int32_t index, PackedPlayModeBuildLogs_RuntimeBuildLog item, MethodInfo * method)); DO_APP_FUNC(0x018269F0, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__InsertRange, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, int32_t index, IEnumerable_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Remove, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, PackedPlayModeBuildLogs_RuntimeBuildLog item, MethodInfo * method)); DO_APP_FUNC(0x0179C140, int32_t, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__RemoveAll, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, Predicate_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179C330, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__RemoveAt, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__RemoveRange, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Reverse, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Reverse_1, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Sort, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Sort_1, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, Comparison_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Sort_2, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, IComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Sort_3, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, int32_t index, int32_t count, IComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ *, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_ICollection_CopyTo, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_ICollection_get_IsSynchronized, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01826940, Object *, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_ICollection_get_SyncRoot, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IEnumerable_GetEnumerator, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IList_Add, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IList_Contains, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IList_IndexOf, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IList_Insert, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IList_Remove, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IList_get_IsFixedSize, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IList_get_IsReadOnly, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IList_get_Item, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IList_set_Item, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, PackedPlayModeBuildLogs_RuntimeBuildLog__Array *, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__ToArray, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__TrimExcess, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__get_Capacity, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__get_Count, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, PackedPlayModeBuildLogs_RuntimeBuildLog, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__get_Item, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__set_Capacity, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179BA10, void, List_1_PackedPlayModeBuildLogs_RuntimeBuildLog__set_Item, (List_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, int32_t index, PackedPlayModeBuildLogs_RuntimeBuildLog value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_ParticleSystem_Particle___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_ParticleSystem_Particle___ctor, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_ParticleSystem_Particle___ctor_1, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, IEnumerable_1_UnityEngine_ParticleSystem_Particle_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_ParticleSystem_Particle___ctor_2, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01827590, void, List_1_UnityEngine_ParticleSystem_Particle__Add, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, ParticleSystem_Particle item, MethodInfo * method)); DO_APP_FUNC(0x01829570, void, List_1_UnityEngine_ParticleSystem_Particle__AddEnumerable, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, IEnumerable_1_UnityEngine_ParticleSystem_Particle_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_ParticleSystem_Particle__AddRange, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, IEnumerable_1_UnityEngine_ParticleSystem_Particle_ * collection, MethodInfo * method)); DO_APP_FUNC(0x018276C0, void, List_1_UnityEngine_ParticleSystem_Particle__AddWithResize, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, ParticleSystem_Particle item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ *, List_1_UnityEngine_ParticleSystem_Particle__AsReadOnly, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01827A80, int32_t, List_1_UnityEngine_ParticleSystem_Particle__BinarySearch, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, ParticleSystem_Particle item, MethodInfo * method)); DO_APP_FUNC(0x01827B70, int32_t, List_1_UnityEngine_ParticleSystem_Particle__BinarySearch_1, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, ParticleSystem_Particle item, IComparer_1_UnityEngine_ParticleSystem_Particle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01827960, int32_t, List_1_UnityEngine_ParticleSystem_Particle__BinarySearch_2, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, int32_t index, int32_t count, ParticleSystem_Particle item, IComparer_1_UnityEngine_ParticleSystem_Particle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_ParticleSystem_Particle__Clear, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01827C70, bool, List_1_UnityEngine_ParticleSystem_Particle__Contains, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, ParticleSystem_Particle item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_ParticleSystem_Particle__CopyTo, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, ParticleSystem_Particle__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_ParticleSystem_Particle__CopyTo_1, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, ParticleSystem_Particle__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_ParticleSystem_Particle__EnsureCapacity, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_ParticleSystem_Particle__Exists, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, Predicate_1_UnityEngine_ParticleSystem_Particle_ * match, MethodInfo * method)); DO_APP_FUNC(0x01827EC0, ParticleSystem_Particle, List_1_UnityEngine_ParticleSystem_Particle__Find, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, Predicate_1_UnityEngine_ParticleSystem_Particle_ * match, MethodInfo * method)); DO_APP_FUNC(0x018280B0, List_1_UnityEngine_ParticleSystem_Particle_ *, List_1_UnityEngine_ParticleSystem_Particle__FindAll, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, Predicate_1_UnityEngine_ParticleSystem_Particle_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_ParticleSystem_Particle__FindIndex, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, Predicate_1_UnityEngine_ParticleSystem_Particle_ * match, MethodInfo * method)); DO_APP_FUNC(0x018282E0, int32_t, List_1_UnityEngine_ParticleSystem_Particle__FindIndex_1, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_ParticleSystem_Particle_ * match, MethodInfo * method)); DO_APP_FUNC(0x01828460, void, List_1_UnityEngine_ParticleSystem_Particle__ForEach, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, Action_1_UnityEngine_ParticleSystem_Particle_ * action, MethodInfo * method)); DO_APP_FUNC(0x018285C0, List_1_T_Enumerator_UnityEngine_ParticleSystem_Particle_, List_1_UnityEngine_ParticleSystem_Particle__GetEnumerator, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01828760, int32_t, List_1_UnityEngine_ParticleSystem_Particle__IndexOf, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, ParticleSystem_Particle item, MethodInfo * method)); DO_APP_FUNC(0x018289B0, void, List_1_UnityEngine_ParticleSystem_Particle__Insert, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, int32_t index, ParticleSystem_Particle item, MethodInfo * method)); DO_APP_FUNC(0x01828C90, void, List_1_UnityEngine_ParticleSystem_Particle__InsertRange, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, int32_t index, IEnumerable_1_UnityEngine_ParticleSystem_Particle_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01827200, bool, List_1_UnityEngine_ParticleSystem_Particle__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01829050, bool, List_1_UnityEngine_ParticleSystem_Particle__Remove, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, ParticleSystem_Particle item, MethodInfo * method)); DO_APP_FUNC(0x018292C0, int32_t, List_1_UnityEngine_ParticleSystem_Particle__RemoveAll, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, Predicate_1_UnityEngine_ParticleSystem_Particle_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_ParticleSystem_Particle__RemoveAt, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_ParticleSystem_Particle__RemoveRange, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_ParticleSystem_Particle__Reverse, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_ParticleSystem_Particle__Reverse_1, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_ParticleSystem_Particle__Sort, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_ParticleSystem_Particle__Sort_1, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, Comparison_1_UnityEngine_ParticleSystem_Particle_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_ParticleSystem_Particle__Sort_2, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, IComparer_1_UnityEngine_ParticleSystem_Particle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_ParticleSystem_Particle__Sort_3, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_ParticleSystem_Particle_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ParticleSystem_Particle__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01828610, IEnumerator_1_UnityEngine_ParticleSystem_Particle_ *, List_1_UnityEngine_ParticleSystem_Particle__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_ParticleSystem_Particle__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ParticleSystem_Particle__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01827050, Object *, List_1_UnityEngine_ParticleSystem_Particle__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01828610, IEnumerator *, List_1_UnityEngine_ParticleSystem_Particle__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01827790, int32_t, List_1_UnityEngine_ParticleSystem_Particle__System_Collections_IList_Add, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01827D30, bool, List_1_UnityEngine_ParticleSystem_Particle__System_Collections_IList_Contains, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01828810, int32_t, List_1_UnityEngine_ParticleSystem_Particle__System_Collections_IList_IndexOf, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01828AE0, void, List_1_UnityEngine_ParticleSystem_Particle__System_Collections_IList_Insert, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01829130, void, List_1_UnityEngine_ParticleSystem_Particle__System_Collections_IList_Remove, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ParticleSystem_Particle__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ParticleSystem_Particle__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01827310, Object *, List_1_UnityEngine_ParticleSystem_Particle__System_Collections_IList_get_Item, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x018273E0, void, List_1_UnityEngine_ParticleSystem_Particle__System_Collections_IList_set_Item, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ParticleSystem_Particle__Array *, List_1_UnityEngine_ParticleSystem_Particle__ToArray, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_ParticleSystem_Particle__TrimExcess, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_ParticleSystem_Particle__get_Capacity, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_ParticleSystem_Particle__get_Count, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01827100, ParticleSystem_Particle, List_1_UnityEngine_ParticleSystem_Particle__get_Item, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_ParticleSystem_Particle__set_Capacity, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01827140, void, List_1_UnityEngine_ParticleSystem_Particle__set_Item, (List_1_UnityEngine_ParticleSystem_Particle_ * __this, int32_t index, ParticleSystem_Particle value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick___ctor, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58330, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick___ctor_1, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick___ctor_2, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A6170, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Add, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick item, MethodInfo * method)); DO_APP_FUNC(0x01829D30, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__AddEnumerable, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__AddRange, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58320, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__AddRange__MethodInfo); DO_APP_FUNC(0x017A61F0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__AddWithResize, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ *, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__AsReadOnly, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__BinarySearch, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__BinarySearch_1, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick item, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__BinarySearch_2, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, int32_t index, int32_t count, ProbeBrickIndex_Brick item, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Clear, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Contains, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__CopyTo, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__CopyTo_1, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__EnsureCapacity, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Exists, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, ProbeBrickIndex_Brick, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Find, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ *, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__FindAll, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__FindIndex, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__FindIndex_1, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__ForEach, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, Action_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__IndexOf, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick item, MethodInfo * method)); DO_APP_FUNC(0x017A6260, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Insert, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, int32_t index, ProbeBrickIndex_Brick item, MethodInfo * method)); DO_APP_FUNC(0x01829970, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__InsertRange, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, int32_t index, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Remove, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick item, MethodInfo * method)); DO_APP_FUNC(0x017A66F0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__RemoveAll, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__RemoveAt, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__RemoveRange, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Reverse, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Reverse_1, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Sort, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Sort_1, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Sort_2, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Sort_3, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ *, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018298C0, Object *, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IList_Add, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IList_Contains, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IList_IndexOf, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IList_Insert, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IList_Remove, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IList_get_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IList_set_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ProbeBrickIndex_Brick__Array *, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__ToArray, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__TrimExcess, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__get_Capacity, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__get_Count, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58C00, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, ProbeBrickIndex_Brick, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__get_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58AE8, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__set_Capacity, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A6120, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__set_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, int32_t index, ProbeBrickIndex_Brick value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick___ctor, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick___ctor_1, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick___ctor_2, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58BB8, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick___ctor_2__MethodInfo); DO_APP_FUNC(0x0182A3B0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Add, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, ProbeBrickIndex_ReservedBrick item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58A40, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Add__MethodInfo); DO_APP_FUNC(0x0182BAE0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__AddEnumerable, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__AddRange, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0182A440, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__AddWithResize, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, ProbeBrickIndex_ReservedBrick item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ *, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__AsReadOnly, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0182A6F0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__BinarySearch, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, ProbeBrickIndex_ReservedBrick item, MethodInfo * method)); DO_APP_FUNC(0x0182A790, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__BinarySearch_1, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, ProbeBrickIndex_ReservedBrick item, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0182A630, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__BinarySearch_2, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, int32_t index, int32_t count, ProbeBrickIndex_ReservedBrick item, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Clear, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0182A830, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Contains, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, ProbeBrickIndex_ReservedBrick item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__CopyTo, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, ProbeBrickIndex_ReservedBrick__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__CopyTo_1, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, ProbeBrickIndex_ReservedBrick__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__EnsureCapacity, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Exists, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * match, MethodInfo * method)); DO_APP_FUNC(0x0182A9D0, ProbeBrickIndex_ReservedBrick, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Find, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * match, MethodInfo * method)); DO_APP_FUNC(0x0182AAE0, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ *, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__FindAll, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__FindIndex, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * match, MethodInfo * method)); DO_APP_FUNC(0x0182AC60, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__FindIndex_1, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * match, MethodInfo * method)); DO_APP_FUNC(0x0182AD80, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__ForEach, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, Action_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * action, MethodInfo * method)); DO_APP_FUNC(0x0182AE50, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58960, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__GetEnumerator__MethodInfo); DO_APP_FUNC(0x0182AFD0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__IndexOf, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, ProbeBrickIndex_ReservedBrick item, MethodInfo * method)); DO_APP_FUNC(0x0182B170, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Insert, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, int32_t index, ProbeBrickIndex_ReservedBrick item, MethodInfo * method)); DO_APP_FUNC(0x0182B390, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__InsertRange, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, int32_t index, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0182A120, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0182B760, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Remove, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, ProbeBrickIndex_ReservedBrick item, MethodInfo * method)); DO_APP_FUNC(0x0182B920, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__RemoveAll, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__RemoveAt, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__RemoveRange, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Reverse, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Reverse_1, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Sort, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Sort_1, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Sort_2, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Sort_3, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0182AEE0, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ *, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01829FC0, Object *, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0182AEE0, IEnumerator *, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0182A4C0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IList_Add, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0182A8A0, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IList_Contains, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0182B030, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IList_IndexOf, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0182B240, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IList_Insert, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0182B7F0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IList_Remove, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0182A1F0, Object *, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IList_get_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0182A270, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IList_set_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ProbeBrickIndex_ReservedBrick__Array *, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__ToArray, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__TrimExcess, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__get_Capacity, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__get_Count, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0182A070, ProbeBrickIndex_ReservedBrick, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__get_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__set_Capacity, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0182A0C0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__set_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, int32_t index, ProbeBrickIndex_ReservedBrick value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta___ctor, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta___ctor_1, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta___ctor_2, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58BA8, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta___ctor_2__MethodInfo); DO_APP_FUNC(0x0179BAB0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Add, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, ProbeBrickIndex_VoxelMeta item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58B70, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Add__MethodInfo); DO_APP_FUNC(0x0182C1E0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__AddEnumerable, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__AddRange, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179BB90, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__AddWithResize, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, ProbeBrickIndex_VoxelMeta item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ *, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__AsReadOnly, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__BinarySearch, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, ProbeBrickIndex_VoxelMeta item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__BinarySearch_1, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, ProbeBrickIndex_VoxelMeta item, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__BinarySearch_2, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, int32_t index, int32_t count, ProbeBrickIndex_VoxelMeta item, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Clear, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Contains, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, ProbeBrickIndex_VoxelMeta item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__CopyTo, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, ProbeBrickIndex_VoxelMeta__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__CopyTo_1, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, ProbeBrickIndex_VoxelMeta__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__EnsureCapacity, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Exists, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, ProbeBrickIndex_VoxelMeta, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Find, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ *, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__FindAll, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__FindIndex, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58B90, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__FindIndex__MethodInfo); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__FindIndex_1, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__ForEach, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, Action_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C588E8, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__GetEnumerator__MethodInfo); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__IndexOf, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, ProbeBrickIndex_VoxelMeta item, MethodInfo * method)); DO_APP_FUNC(0x0179BC50, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Insert, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, int32_t index, ProbeBrickIndex_VoxelMeta item, MethodInfo * method)); DO_APP_FUNC(0x0182BE20, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__InsertRange, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, int32_t index, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Remove, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, ProbeBrickIndex_VoxelMeta item, MethodInfo * method)); DO_APP_FUNC(0x0179C140, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__RemoveAll, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179C330, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__RemoveAt, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58948, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__RemoveAt__MethodInfo); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__RemoveRange, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Reverse, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Reverse_1, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Sort, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Sort_1, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Sort_2, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Sort_3, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ *, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0182BD70, Object *, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IList_Add, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IList_Contains, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IList_IndexOf, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IList_Insert, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IList_Remove, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IList_get_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IList_set_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ProbeBrickIndex_VoxelMeta__Array *, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__ToArray, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__TrimExcess, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__get_Capacity, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__get_Count, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58950, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, ProbeBrickIndex_VoxelMeta, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__get_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58AF8, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__set_Capacity, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179BA10, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__set_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, int32_t index, ProbeBrickIndex_VoxelMeta value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc___ctor, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58340, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc___ctor_1, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc___ctor_2, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58250, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc___ctor_2__MethodInfo); DO_APP_FUNC(0x00AE89D0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Add, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C587C8, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Add__MethodInfo); DO_APP_FUNC(0x0182C900, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__AddEnumerable, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__AddRange, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A8B90, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__AddWithResize, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ *, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__AsReadOnly, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8E40, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__BinarySearch, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc item, MethodInfo * method)); DO_APP_FUNC(0x017A8EE0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__BinarySearch_1, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc item, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017A8D80, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__BinarySearch_2, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, int32_t index, int32_t count, ProbeBrickPool_BrickChunkAlloc item, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Clear, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58238, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Clear__MethodInfo); DO_APP_FUNC(0x017A8F80, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Contains, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__CopyTo, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__CopyTo_1, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__EnsureCapacity, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Exists, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A9130, ProbeBrickPool_BrickChunkAlloc, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Find, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A9250, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ *, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__FindAll, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__FindIndex, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A93D0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__FindIndex_1, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A94F0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__ForEach, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, Action_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * action, MethodInfo * method)); DO_APP_FUNC(0x017A95C0, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58780, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__GetEnumerator__MethodInfo); DO_APP_FUNC(0x017A9730, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__IndexOf, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc item, MethodInfo * method)); DO_APP_FUNC(0x017A98D0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Insert, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, int32_t index, ProbeBrickPool_BrickChunkAlloc item, MethodInfo * method)); DO_APP_FUNC(0x0182C530, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__InsertRange, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, int32_t index, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A88E0, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017A9ED0, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Remove, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc item, MethodInfo * method)); DO_APP_FUNC(0x017AA090, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__RemoveAll, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__RemoveAt, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__RemoveRange, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Reverse, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Reverse_1, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Sort, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Sort_1, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, Comparison_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Sort_2, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Sort_3, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9650, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ *, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0182C480, Object *, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9650, IEnumerator *, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8C10, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IList_Add, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A8FF0, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IList_Contains, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A9790, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IList_IndexOf, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A99B0, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IList_Insert, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A9F60, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IList_Remove, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A89C0, Object *, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IList_get_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017A8A40, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IList_set_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ProbeBrickPool_BrickChunkAlloc__Array *, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__ToArray, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__TrimExcess, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__get_Capacity, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58268, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__get_Capacity__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__get_Count, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58BE8, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__get_Count__MethodInfo); DO_APP_FUNC(0x017A8820, ProbeBrickPool_BrickChunkAlloc, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__get_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58C08, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__set_Capacity, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58278, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__set_Capacity__MethodInfo); DO_APP_FUNC(0x017A8880, void, List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__set_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, int32_t index, ProbeBrickPool_BrickChunkAlloc value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem___ctor, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem___ctor_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem___ctor_2, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179BAB0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Add, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, ProbeVolumePerSceneData_SerializableAssetItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C578B0, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Add__MethodInfo); DO_APP_FUNC(0x0182CFF0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__AddEnumerable, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__AddRange, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179BB90, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__AddWithResize, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, ProbeVolumePerSceneData_SerializableAssetItem item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__AsReadOnly, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__BinarySearch, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, ProbeVolumePerSceneData_SerializableAssetItem item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__BinarySearch_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, ProbeVolumePerSceneData_SerializableAssetItem item, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__BinarySearch_2, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, int32_t index, int32_t count, ProbeVolumePerSceneData_SerializableAssetItem item, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Clear, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C578C0, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Clear__MethodInfo); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Contains, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, ProbeVolumePerSceneData_SerializableAssetItem item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__CopyTo, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, ProbeVolumePerSceneData_SerializableAssetItem__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__CopyTo_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, ProbeVolumePerSceneData_SerializableAssetItem__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__EnsureCapacity, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Exists, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, ProbeVolumePerSceneData_SerializableAssetItem, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Find, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__FindAll, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__FindIndex, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__FindIndex_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__ForEach, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, Action_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C577B0, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__GetEnumerator__MethodInfo); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__IndexOf, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, ProbeVolumePerSceneData_SerializableAssetItem item, MethodInfo * method)); DO_APP_FUNC(0x0179BC50, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Insert, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, int32_t index, ProbeVolumePerSceneData_SerializableAssetItem item, MethodInfo * method)); DO_APP_FUNC(0x0182CC30, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__InsertRange, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, int32_t index, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Remove, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, ProbeVolumePerSceneData_SerializableAssetItem item, MethodInfo * method)); DO_APP_FUNC(0x0179C140, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__RemoveAll, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179C330, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__RemoveAt, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__RemoveRange, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Reverse, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Reverse_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Sort, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Sort_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Sort_2, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Sort_3, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0182CB80, Object *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IList_Add, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IList_Contains, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IList_IndexOf, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IList_Insert, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IList_Remove, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IList_get_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IList_set_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ProbeVolumePerSceneData_SerializableAssetItem__Array *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__ToArray, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__TrimExcess, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__get_Capacity, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__get_Count, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, ProbeVolumePerSceneData_SerializableAssetItem, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__get_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__set_Capacity, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179BA10, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__set_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, int32_t index, ProbeVolumePerSceneData_SerializableAssetItem value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem___ctor, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57788, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem___ctor_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem___ctor_2, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x008B8960, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Add, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, ProbeVolumeSceneData_SerializableBoundItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57450, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Add__MethodInfo); DO_APP_FUNC(0x0182D710, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__AddEnumerable, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__AddRange, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01796FF0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__AddWithResize, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, ProbeVolumeSceneData_SerializableBoundItem item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__AsReadOnly, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017972F0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__BinarySearch, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, ProbeVolumeSceneData_SerializableBoundItem item, MethodInfo * method)); DO_APP_FUNC(0x01797390, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__BinarySearch_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, ProbeVolumeSceneData_SerializableBoundItem item, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01797240, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__BinarySearch_2, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, int32_t index, int32_t count, ProbeVolumeSceneData_SerializableBoundItem item, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Clear, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57388, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Clear__MethodInfo); DO_APP_FUNC(0x01797430, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Contains, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, ProbeVolumeSceneData_SerializableBoundItem item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__CopyTo, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, ProbeVolumeSceneData_SerializableBoundItem__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__CopyTo_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, ProbeVolumeSceneData_SerializableBoundItem__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__EnsureCapacity, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Exists, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x017975E0, ProbeVolumeSceneData_SerializableBoundItem, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Find, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797700, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__FindAll, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__FindIndex, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797890, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__FindIndex_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x017979B0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__ForEach, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, Action_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * action, MethodInfo * method)); DO_APP_FUNC(0x01797A80, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57550, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__GetEnumerator__MethodInfo); DO_APP_FUNC(0x01797C10, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__IndexOf, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, ProbeVolumeSceneData_SerializableBoundItem item, MethodInfo * method)); DO_APP_FUNC(0x01797DB0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Insert, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, int32_t index, ProbeVolumeSceneData_SerializableBoundItem item, MethodInfo * method)); DO_APP_FUNC(0x0182D340, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__InsertRange, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, int32_t index, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01796D50, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01798410, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Remove, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, ProbeVolumeSceneData_SerializableBoundItem item, MethodInfo * method)); DO_APP_FUNC(0x017985D0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__RemoveAll, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x017987B0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__RemoveAt, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__RemoveRange, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Reverse, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Reverse_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Sort, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Sort_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Sort_2, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Sort_3, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0182D290, Object *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017970C0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IList_Add, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017974A0, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IList_Contains, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797C70, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IList_IndexOf, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797EF0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IList_Insert, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017984A0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IList_Remove, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796E20, Object *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IList_get_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796EA0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IList_set_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ProbeVolumeSceneData_SerializableBoundItem__Array *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__ToArray, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__TrimExcess, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__get_Capacity, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__get_Count, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796C50, ProbeVolumeSceneData_SerializableBoundItem, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__get_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__set_Capacity, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01796CA0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__set_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, int32_t index, ProbeVolumeSceneData_SerializableBoundItem value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem___ctor, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C577A8, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem___ctor_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem___ctor_2, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Add, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, ProbeVolumeSceneData_SerializableHasPVItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57428, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Add__MethodInfo); DO_APP_FUNC(0x0182DE10, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__AddEnumerable, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__AddRange, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__AddWithResize, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, ProbeVolumeSceneData_SerializableHasPVItem item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__AsReadOnly, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__BinarySearch, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, ProbeVolumeSceneData_SerializableHasPVItem item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__BinarySearch_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, ProbeVolumeSceneData_SerializableHasPVItem item, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__BinarySearch_2, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, int32_t index, int32_t count, ProbeVolumeSceneData_SerializableHasPVItem item, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Clear, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C573C0, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Clear__MethodInfo); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Contains, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, ProbeVolumeSceneData_SerializableHasPVItem item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__CopyTo, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, ProbeVolumeSceneData_SerializableHasPVItem__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__CopyTo_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, ProbeVolumeSceneData_SerializableHasPVItem__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__EnsureCapacity, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Exists, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, ProbeVolumeSceneData_SerializableHasPVItem, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Find, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__FindAll, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__FindIndex, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__FindIndex_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__ForEach, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, Action_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57610, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__GetEnumerator__MethodInfo); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__IndexOf, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, ProbeVolumeSceneData_SerializableHasPVItem item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Insert, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, int32_t index, ProbeVolumeSceneData_SerializableHasPVItem item, MethodInfo * method)); DO_APP_FUNC(0x0182DA50, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__InsertRange, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, int32_t index, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Remove, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, ProbeVolumeSceneData_SerializableHasPVItem item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__RemoveAll, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__RemoveAt, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__RemoveRange, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Reverse, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Reverse_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Sort, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Sort_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Sort_2, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Sort_3, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0182D9A0, Object *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IList_Add, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IList_Contains, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IList_IndexOf, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IList_Insert, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IList_Remove, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IList_get_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IList_set_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ProbeVolumeSceneData_SerializableHasPVItem__Array *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__ToArray, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__TrimExcess, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__get_Capacity, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__get_Count, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, ProbeVolumeSceneData_SerializableHasPVItem, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__get_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__set_Capacity, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__set_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, int32_t index, ProbeVolumeSceneData_SerializableHasPVItem value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings___ctor, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C576A8, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings___ctor_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings___ctor_2, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0181E3E0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Add, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, ProbeVolumeSceneData_SerializablePVBakeSettings item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57440, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Add__MethodInfo); DO_APP_FUNC(0x0182E4E0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__AddEnumerable, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__AddRange, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0181E4E0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__AddWithResize, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, ProbeVolumeSceneData_SerializablePVBakeSettings item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__AsReadOnly, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE640, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__BinarySearch, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, ProbeVolumeSceneData_SerializablePVBakeSettings item, MethodInfo * method)); DO_APP_FUNC(0x017AE6E0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__BinarySearch_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, ProbeVolumeSceneData_SerializablePVBakeSettings item, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017AE580, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__BinarySearch_2, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, int32_t index, int32_t count, ProbeVolumeSceneData_SerializablePVBakeSettings item, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Clear, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C573A8, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Clear__MethodInfo); DO_APP_FUNC(0x017AE790, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Contains, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, ProbeVolumeSceneData_SerializablePVBakeSettings item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__CopyTo, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, ProbeVolumeSceneData_SerializablePVBakeSettings__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__CopyTo_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, ProbeVolumeSceneData_SerializablePVBakeSettings__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__EnsureCapacity, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Exists, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AE940, ProbeVolumeSceneData_SerializablePVBakeSettings, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Find, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AEA80, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__FindAll, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__FindIndex, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AEC20, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__FindIndex_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AED50, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__ForEach, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, Action_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * action, MethodInfo * method)); DO_APP_FUNC(0x017AEE30, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57618, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__GetEnumerator__MethodInfo); DO_APP_FUNC(0x017AEFE0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__IndexOf, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, ProbeVolumeSceneData_SerializablePVBakeSettings item, MethodInfo * method)); DO_APP_FUNC(0x0181E5C0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Insert, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, int32_t index, ProbeVolumeSceneData_SerializablePVBakeSettings item, MethodInfo * method)); DO_APP_FUNC(0x0182E160, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__InsertRange, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, int32_t index, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017ADF50, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017AF7C0, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Remove, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, ProbeVolumeSceneData_SerializablePVBakeSettings item, MethodInfo * method)); DO_APP_FUNC(0x0181EA80, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__RemoveAll, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * match, MethodInfo * method)); DO_APP_FUNC(0x0181EC80, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__RemoveAt, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__RemoveRange, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Reverse, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Reverse_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Sort, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Sort_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Sort_2, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Sort_3, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AEEE0, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0182E0B0, Object *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AEEE0, IEnumerator *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE400, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IList_Add, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AE800, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IList_Contains, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF050, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IList_IndexOf, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF2E0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IList_Insert, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF860, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IList_Remove, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE040, Object *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IList_get_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017AE0D0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IList_set_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ProbeVolumeSceneData_SerializablePVBakeSettings__Array *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__ToArray, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__TrimExcess, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__get_Capacity, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__get_Count, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017ADE30, ProbeVolumeSceneData_SerializablePVBakeSettings, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__get_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__set_Capacity, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0181E320, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__set_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, int32_t index, ProbeVolumeSceneData_SerializablePVBakeSettings value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile___ctor, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C577A0, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile___ctor_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile___ctor_2, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Add, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, ProbeVolumeSceneData_SerializablePVProfile item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57378, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Add__MethodInfo); DO_APP_FUNC(0x0182EC00, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__AddEnumerable, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__AddRange, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__AddWithResize, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, ProbeVolumeSceneData_SerializablePVProfile item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__AsReadOnly, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__BinarySearch, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, ProbeVolumeSceneData_SerializablePVProfile item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__BinarySearch_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, ProbeVolumeSceneData_SerializablePVProfile item, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__BinarySearch_2, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, int32_t index, int32_t count, ProbeVolumeSceneData_SerializablePVProfile item, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Clear, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C573B0, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Clear__MethodInfo); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Contains, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, ProbeVolumeSceneData_SerializablePVProfile item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__CopyTo, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, ProbeVolumeSceneData_SerializablePVProfile__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__CopyTo_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, ProbeVolumeSceneData_SerializablePVProfile__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__EnsureCapacity, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Exists, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, ProbeVolumeSceneData_SerializablePVProfile, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Find, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__FindAll, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__FindIndex, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__FindIndex_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__ForEach, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, Action_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57630, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__GetEnumerator__MethodInfo); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__IndexOf, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, ProbeVolumeSceneData_SerializablePVProfile item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Insert, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, int32_t index, ProbeVolumeSceneData_SerializablePVProfile item, MethodInfo * method)); DO_APP_FUNC(0x0182E840, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__InsertRange, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, int32_t index, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Remove, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, ProbeVolumeSceneData_SerializablePVProfile item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__RemoveAll, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__RemoveAt, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__RemoveRange, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Reverse, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Reverse_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Sort, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Sort_1, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, Comparison_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Sort_2, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Sort_3, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0182E790, Object *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IList_Add, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IList_Contains, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IList_IndexOf, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IList_Insert, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IList_Remove, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IList_get_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IList_set_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ProbeVolumeSceneData_SerializablePVProfile__Array *, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__ToArray, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__TrimExcess, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__get_Capacity, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__get_Count, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, ProbeVolumeSceneData_SerializablePVProfile, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__get_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__set_Capacity, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__set_Item, (List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, int32_t index, ProbeVolumeSceneData_SerializablePVProfile value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange___ctor, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange___ctor_1, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, IEnumerable_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange___ctor_2, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5990, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange___ctor_2__MethodInfo); DO_APP_FUNC(0x003EAE30, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Add, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, RegexCharClass_SingleRange item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB59C8, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Add__MethodInfo); DO_APP_FUNC(0x0183BFB0, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__AddEnumerable, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, IEnumerable_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__AddRange, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, IEnumerable_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B7FD0, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__AddWithResize, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, RegexCharClass_SingleRange item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ *, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__AsReadOnly, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B81A0, int32_t, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__BinarySearch, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, RegexCharClass_SingleRange item, MethodInfo * method)); DO_APP_FUNC(0x017B8220, int32_t, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__BinarySearch_1, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, RegexCharClass_SingleRange item, IComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__BinarySearch_2, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, int32_t index, int32_t count, RegexCharClass_SingleRange item, IComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Clear, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E360, bool, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Contains, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, RegexCharClass_SingleRange item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__CopyTo, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, RegexCharClass_SingleRange__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__CopyTo_1, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, RegexCharClass_SingleRange__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__EnsureCapacity, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Exists, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, Predicate_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B83D0, RegexCharClass_SingleRange, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Find, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, Predicate_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B84A0, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ *, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__FindAll, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, Predicate_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__FindIndex, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, Predicate_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B8600, int32_t, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__FindIndex_1, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, int32_t startIndex, int32_t count, Predicate_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B8700, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__ForEach, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, Action_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * action, MethodInfo * method)); DO_APP_FUNC(0x017B87C0, List_1_T_Enumerator_System_Text_RegularExpressions_RegexCharClass_SingleRange_, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__GetEnumerator, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179EA30, int32_t, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__IndexOf, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, RegexCharClass_SingleRange item, MethodInfo * method)); DO_APP_FUNC(0x017B8A50, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Insert, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, int32_t index, RegexCharClass_SingleRange item, MethodInfo * method)); DO_APP_FUNC(0x0183BC60, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__InsertRange, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, int32_t index, IEnumerable_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B7D60, bool, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Remove, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, RegexCharClass_SingleRange item, MethodInfo * method)); DO_APP_FUNC(0x017B90C0, int32_t, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__RemoveAll, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, Predicate_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__RemoveAt, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__RemoveRange, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5818, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__RemoveRange__MethodInfo); DO_APP_FUNC(0x017963B0, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Reverse, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Reverse_1, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Sort, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Sort_1, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, Comparison_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Sort_2, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, IComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5800, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Sort_2__MethodInfo); DO_APP_FUNC(0x01796570, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Sort_3, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, int32_t index, int32_t count, IComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8850, IEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ *, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_ICollection_CopyTo, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_ICollection_get_IsSynchronized, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0183BBB0, Object *, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_ICollection_get_SyncRoot, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8850, IEnumerator *, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IEnumerable_GetEnumerator, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B8040, int32_t, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IList_Add, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B82B0, bool, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IList_Contains, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8920, int32_t, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IList_IndexOf, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8B20, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IList_Insert, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017B8FB0, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IList_Remove, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IList_get_IsFixedSize, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IList_get_IsReadOnly, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017B7E30, Object *, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IList_get_Item, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017B7EA0, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IList_set_Item, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, RegexCharClass_SingleRange__Array *, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__ToArray, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__TrimExcess, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__get_Capacity, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__get_Count, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5858, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__get_Count__MethodInfo); DO_APP_FUNC(0x017B7CE0, RegexCharClass_SingleRange, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__get_Item, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5860, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__set_Capacity, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017B7D20, void, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__set_Item, (List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, int32_t index, RegexCharClass_SingleRange value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB5848, List_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData___ctor, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1CC8, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData___ctor_1, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, IEnumerable_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData___ctor_2, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0183C340, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Add, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, RenderChain_RenderNodeData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1CA8, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Add__MethodInfo); DO_APP_FUNC(0x0183CC60, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__AddEnumerable, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, IEnumerable_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__AddRange, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, IEnumerable_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0183C3F0, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__AddWithResize, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, RenderChain_RenderNodeData item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ *, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__AsReadOnly, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0180F550, int32_t, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__BinarySearch, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, RenderChain_RenderNodeData item, MethodInfo * method)); DO_APP_FUNC(0x0180F620, int32_t, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__BinarySearch_1, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, RenderChain_RenderNodeData item, IComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0180F460, int32_t, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__BinarySearch_2, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, int32_t index, int32_t count, RenderChain_RenderNodeData item, IComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Clear, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1CD8, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Clear__MethodInfo); DO_APP_FUNC(0x0180F6F0, bool, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Contains, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, RenderChain_RenderNodeData item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__CopyTo, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, RenderChain_RenderNodeData__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__CopyTo_1, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, RenderChain_RenderNodeData__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__EnsureCapacity, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Exists, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, Predicate_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * match, MethodInfo * method)); DO_APP_FUNC(0x0180F8E0, RenderChain_RenderNodeData, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Find, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, Predicate_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * match, MethodInfo * method)); DO_APP_FUNC(0x0180FA70, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ *, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__FindAll, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, Predicate_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__FindIndex, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, Predicate_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * match, MethodInfo * method)); DO_APP_FUNC(0x0180FC60, int32_t, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__FindIndex_1, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * match, MethodInfo * method)); DO_APP_FUNC(0x0180FDC0, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__ForEach, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, Action_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * action, MethodInfo * method)); DO_APP_FUNC(0x0180FEE0, List_1_T_Enumerator_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__GetEnumerator, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018100B0, int32_t, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__IndexOf, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, RenderChain_RenderNodeData item, MethodInfo * method)); DO_APP_FUNC(0x0183C4A0, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Insert, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, int32_t index, RenderChain_RenderNodeData item, MethodInfo * method)); DO_APP_FUNC(0x0183C5A0, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__InsertRange, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0180EDF0, bool, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x018108D0, bool, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Remove, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, RenderChain_RenderNodeData item, MethodInfo * method)); DO_APP_FUNC(0x0183C940, int32_t, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__RemoveAll, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, Predicate_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * match, MethodInfo * method)); DO_APP_FUNC(0x0183CBC0, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__RemoveAt, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__RemoveRange, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Reverse, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Reverse_1, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Sort, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Sort_1, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, Comparison_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Sort_2, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, IComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Sort_3, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0180FFA0, IEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ *, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0183C210, Object *, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0180FFA0, IEnumerator *, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0180F2B0, int32_t, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0180F780, bool, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01810140, int32_t, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x018103B0, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01810990, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0180EEF0, Object *, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0180EFA0, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, RenderChain_RenderNodeData__Array *, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__ToArray, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__TrimExcess, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__get_Capacity, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__get_Count, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1CF0, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__get_Count__MethodInfo); DO_APP_FUNC(0x0180ECE0, RenderChain_RenderNodeData, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__get_Item, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1BD0, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__set_Capacity, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0183C2C0, void, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__set_Item, (List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, int32_t index, RenderChain_RenderNodeData value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1AD8, List_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData___ctor, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57068, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData___ctor_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData___ctor_2, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x008B8960, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Add, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, RenderGraphDebugData_PassDebugData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56A08, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Add__MethodInfo); DO_APP_FUNC(0x0183D3E0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__AddEnumerable, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__AddRange, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01796FF0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__AddWithResize, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, RenderGraphDebugData_PassDebugData item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__AsReadOnly, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017972F0, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__BinarySearch, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, RenderGraphDebugData_PassDebugData item, MethodInfo * method)); DO_APP_FUNC(0x01797390, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__BinarySearch_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, RenderGraphDebugData_PassDebugData item, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01797240, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__BinarySearch_2, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, int32_t index, int32_t count, RenderGraphDebugData_PassDebugData item, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Clear, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57090, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Clear__MethodInfo); DO_APP_FUNC(0x01797430, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Contains, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, RenderGraphDebugData_PassDebugData item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__CopyTo, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, RenderGraphDebugData_PassDebugData__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__CopyTo_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, RenderGraphDebugData_PassDebugData__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__EnsureCapacity, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Exists, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * match, MethodInfo * method)); DO_APP_FUNC(0x017975E0, RenderGraphDebugData_PassDebugData, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Find, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797700, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__FindAll, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__FindIndex, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797890, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__FindIndex_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * match, MethodInfo * method)); DO_APP_FUNC(0x017979B0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__ForEach, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, Action_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * action, MethodInfo * method)); DO_APP_FUNC(0x01797A80, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797C10, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__IndexOf, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, RenderGraphDebugData_PassDebugData item, MethodInfo * method)); DO_APP_FUNC(0x01797DB0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Insert, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, int32_t index, RenderGraphDebugData_PassDebugData item, MethodInfo * method)); DO_APP_FUNC(0x0183D010, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__InsertRange, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, int32_t index, IEnumerable_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01796D50, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01798410, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Remove, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, RenderGraphDebugData_PassDebugData item, MethodInfo * method)); DO_APP_FUNC(0x017985D0, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__RemoveAll, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * match, MethodInfo * method)); DO_APP_FUNC(0x017987B0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__RemoveAt, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__RemoveRange, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Reverse, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Reverse_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Sort, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Sort_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Sort_2, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Sort_3, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0183CF60, Object *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017970C0, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IList_Add, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017974A0, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IList_Contains, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797C70, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IList_IndexOf, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797EF0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IList_Insert, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017984A0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IList_Remove, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796E20, Object *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IList_get_Item, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796EA0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IList_set_Item, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, RenderGraphDebugData_PassDebugData__Array *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__ToArray, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__TrimExcess, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__get_Capacity, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__get_Count, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796C50, RenderGraphDebugData_PassDebugData, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__get_Item, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__set_Capacity, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01796CA0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__set_Item, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, int32_t index, RenderGraphDebugData_PassDebugData value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData___ctor, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C570A0, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData___ctor_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData___ctor_2, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0181E3E0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Add, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, RenderGraphDebugData_ResourceDebugData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C569F8, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Add__MethodInfo); DO_APP_FUNC(0x0183DAA0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__AddEnumerable, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__AddRange, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0181E4E0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__AddWithResize, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, RenderGraphDebugData_ResourceDebugData item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__AsReadOnly, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE640, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__BinarySearch, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, RenderGraphDebugData_ResourceDebugData item, MethodInfo * method)); DO_APP_FUNC(0x017AE6E0, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__BinarySearch_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, RenderGraphDebugData_ResourceDebugData item, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017AE580, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__BinarySearch_2, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, int32_t index, int32_t count, RenderGraphDebugData_ResourceDebugData item, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Clear, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57088, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Clear__MethodInfo); DO_APP_FUNC(0x017AE790, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Contains, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, RenderGraphDebugData_ResourceDebugData item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__CopyTo, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, RenderGraphDebugData_ResourceDebugData__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__CopyTo_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, RenderGraphDebugData_ResourceDebugData__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__EnsureCapacity, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Exists, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AE940, RenderGraphDebugData_ResourceDebugData, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Find, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AEA80, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__FindAll, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__FindIndex, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AEC20, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__FindIndex_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AED50, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__ForEach, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, Action_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * action, MethodInfo * method)); DO_APP_FUNC(0x017AEE30, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AEFE0, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__IndexOf, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, RenderGraphDebugData_ResourceDebugData item, MethodInfo * method)); DO_APP_FUNC(0x0181E5C0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Insert, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, int32_t index, RenderGraphDebugData_ResourceDebugData item, MethodInfo * method)); DO_APP_FUNC(0x0183D720, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__InsertRange, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, int32_t index, IEnumerable_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017ADF50, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017AF7C0, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Remove, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, RenderGraphDebugData_ResourceDebugData item, MethodInfo * method)); DO_APP_FUNC(0x0181EA80, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__RemoveAll, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * match, MethodInfo * method)); DO_APP_FUNC(0x0181EC80, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__RemoveAt, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__RemoveRange, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Reverse, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Reverse_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Sort, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Sort_1, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, Comparison_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Sort_2, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Sort_3, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AEEE0, IEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0183D670, Object *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AEEE0, IEnumerator *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE400, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IList_Add, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AE800, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IList_Contains, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF050, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IList_IndexOf, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF2E0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IList_Insert, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF860, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IList_Remove, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE040, Object *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IList_get_Item, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017AE0D0, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IList_set_Item, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, RenderGraphDebugData_ResourceDebugData__Array *, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__ToArray, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__TrimExcess, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__get_Capacity, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__get_Count, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017ADE30, RenderGraphDebugData_ResourceDebugData, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__get_Item, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56928, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__set_Capacity, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0181E320, void, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__set_Item, (List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, int32_t index, RenderGraphDebugData_ResourceDebugData value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56930, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest___ctor, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64340, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest___ctor_1, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest___ctor_2, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Add, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, ResourceManager_DeferredCallbackRegisterRequest item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64330, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Add__MethodInfo); DO_APP_FUNC(0x0183E1C0, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__AddEnumerable, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__AddRange, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__AddWithResize, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, ResourceManager_DeferredCallbackRegisterRequest item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ *, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__AsReadOnly, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__BinarySearch, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, ResourceManager_DeferredCallbackRegisterRequest item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__BinarySearch_1, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, ResourceManager_DeferredCallbackRegisterRequest item, IComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__BinarySearch_2, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, int32_t index, int32_t count, ResourceManager_DeferredCallbackRegisterRequest item, IComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Clear, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Contains, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, ResourceManager_DeferredCallbackRegisterRequest item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__CopyTo, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, ResourceManager_DeferredCallbackRegisterRequest__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__CopyTo_1, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, ResourceManager_DeferredCallbackRegisterRequest__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__EnsureCapacity, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Exists, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, Predicate_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, ResourceManager_DeferredCallbackRegisterRequest, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Find, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, Predicate_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ *, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__FindAll, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, Predicate_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__FindIndex, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, Predicate_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__FindIndex_1, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__ForEach, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, Action_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__GetEnumerator, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64380, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__GetEnumerator__MethodInfo); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__IndexOf, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, ResourceManager_DeferredCallbackRegisterRequest item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Insert, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, int32_t index, ResourceManager_DeferredCallbackRegisterRequest item, MethodInfo * method)); DO_APP_FUNC(0x0183DE00, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__InsertRange, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, int32_t index, IEnumerable_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Remove, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, ResourceManager_DeferredCallbackRegisterRequest item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__RemoveAll, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, Predicate_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__RemoveAt, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__RemoveRange, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Reverse, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Reverse_1, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Sort, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Sort_1, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, Comparison_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Sort_2, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, IComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Sort_3, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ *, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0183DD50, Object *, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IList_Add, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IList_Contains, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IList_IndexOf, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IList_Insert, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IList_Remove, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IList_get_Item, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IList_set_Item, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ResourceManager_DeferredCallbackRegisterRequest__Array *, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__ToArray, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__TrimExcess, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__get_Capacity, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__get_Count, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, ResourceManager_DeferredCallbackRegisterRequest, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__get_Item, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__set_Capacity, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__set_Item, (List_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, int32_t index, ResourceManager_DeferredCallbackRegisterRequest value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash___ctor, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86058, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash___ctor_1, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, IEnumerable_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash___ctor_2, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017B1780, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Add, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, RetainedGizmos_MeshWithHash item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86008, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Add__MethodInfo); DO_APP_FUNC(0x0183E8E0, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__AddEnumerable, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, IEnumerable_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__AddRange, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, IEnumerable_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B1870, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__AddWithResize, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, RetainedGizmos_MeshWithHash item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ *, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__AsReadOnly, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__BinarySearch, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, RetainedGizmos_MeshWithHash item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__BinarySearch_1, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, RetainedGizmos_MeshWithHash item, IComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__BinarySearch_2, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, int32_t index, int32_t count, RetainedGizmos_MeshWithHash item, IComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Clear, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A250, bool, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Contains, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, RetainedGizmos_MeshWithHash item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__CopyTo, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, RetainedGizmos_MeshWithHash__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__CopyTo_1, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, RetainedGizmos_MeshWithHash__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__EnsureCapacity, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Exists, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, Predicate_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, RetainedGizmos_MeshWithHash, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Find, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, Predicate_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ *, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__FindAll, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, Predicate_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__FindIndex, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, Predicate_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__FindIndex_1, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, int32_t startIndex, int32_t count, Predicate_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__ForEach, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, Action_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_Pathfinding_Util_RetainedGizmos_MeshWithHash_, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__GetEnumerator, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__IndexOf, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, RetainedGizmos_MeshWithHash item, MethodInfo * method)); DO_APP_FUNC(0x017B1940, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Insert, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, int32_t index, RetainedGizmos_MeshWithHash item, MethodInfo * method)); DO_APP_FUNC(0x0183E510, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__InsertRange, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, int32_t index, IEnumerable_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Remove, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, RetainedGizmos_MeshWithHash item, MethodInfo * method)); DO_APP_FUNC(0x017B1E50, int32_t, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__RemoveAll, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, Predicate_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B2030, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__RemoveAt, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86068, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__RemoveAt__MethodInfo); DO_APP_FUNC(0x01796310, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__RemoveRange, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Reverse, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Reverse_1, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Sort, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Sort_1, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, Comparison_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Sort_2, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, IComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Sort_3, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, int32_t index, int32_t count, IComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ *, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_ICollection_CopyTo, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_ICollection_get_IsSynchronized, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0183E460, Object *, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_ICollection_get_SyncRoot, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IEnumerable_GetEnumerator, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IList_Add, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IList_Contains, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IList_IndexOf, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IList_Insert, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IList_Remove, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IList_get_IsFixedSize, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IList_get_IsReadOnly, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IList_get_Item, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IList_set_Item, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, RetainedGizmos_MeshWithHash__Array *, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__ToArray, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__TrimExcess, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__get_Capacity, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__get_Count, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86088, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__get_Count__MethodInfo); DO_APP_FUNC(0x01799950, RetainedGizmos_MeshWithHash, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__get_Item, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86080, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__set_Capacity, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017B16D0, void, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__set_Item, (List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, int32_t index, RetainedGizmos_MeshWithHash value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86060, List_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride___ctor, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3578, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride___ctor_1, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, IEnumerable_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride___ctor_2, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A06D0, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Add, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, TemplateAsset_AttributeOverride item, MethodInfo * method)); DO_APP_FUNC(0x0183F000, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__AddEnumerable, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, IEnumerable_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__AddRange, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, IEnumerable_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3570, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__AddRange__MethodInfo); DO_APP_FUNC(0x017A07C0, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__AddWithResize, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, TemplateAsset_AttributeOverride item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ *, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__AsReadOnly, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__BinarySearch, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, TemplateAsset_AttributeOverride item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__BinarySearch_1, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, TemplateAsset_AttributeOverride item, IComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__BinarySearch_2, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, int32_t index, int32_t count, TemplateAsset_AttributeOverride item, IComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Clear, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A250, bool, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Contains, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, TemplateAsset_AttributeOverride item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__CopyTo, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, TemplateAsset_AttributeOverride__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__CopyTo_1, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, TemplateAsset_AttributeOverride__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__EnsureCapacity, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Exists, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, Predicate_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, TemplateAsset_AttributeOverride, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Find, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, Predicate_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ *, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__FindAll, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, Predicate_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__FindIndex, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, Predicate_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__FindIndex_1, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__ForEach, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, Action_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_UnityEngine_UIElements_TemplateAsset_AttributeOverride_, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__GetEnumerator, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__IndexOf, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, TemplateAsset_AttributeOverride item, MethodInfo * method)); DO_APP_FUNC(0x017A0890, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Insert, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, int32_t index, TemplateAsset_AttributeOverride item, MethodInfo * method)); DO_APP_FUNC(0x0183EC30, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__InsertRange, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Remove, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, TemplateAsset_AttributeOverride item, MethodInfo * method)); DO_APP_FUNC(0x017A0DA0, int32_t, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__RemoveAll, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, Predicate_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A0F80, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__RemoveAt, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__RemoveRange, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Reverse, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Reverse_1, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Sort, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Sort_1, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, Comparison_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Sort_2, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, IComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Sort_3, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ *, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0183EB80, Object *, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, TemplateAsset_AttributeOverride__Array *, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__ToArray, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__TrimExcess, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__get_Capacity, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__get_Count, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF9B8, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__get_Count__MethodInfo); DO_APP_FUNC(0x01799950, TemplateAsset_AttributeOverride, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__get_Item, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF998, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__set_Capacity, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A0620, void, List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__set_Item, (List_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, int32_t index, TemplateAsset_AttributeOverride value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap___ctor, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5750, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap___ctor_1, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, IEnumerable_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap___ctor_2, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Add, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, TextSettings_FontReferenceMap item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5778, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Add__MethodInfo); DO_APP_FUNC(0x0183F710, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__AddEnumerable, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, IEnumerable_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__AddRange, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, IEnumerable_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__AddWithResize, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, TextSettings_FontReferenceMap item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ *, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__AsReadOnly, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__BinarySearch, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, TextSettings_FontReferenceMap item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__BinarySearch_1, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, TextSettings_FontReferenceMap item, IComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__BinarySearch_2, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, int32_t index, int32_t count, TextSettings_FontReferenceMap item, IComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Clear, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Contains, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, TextSettings_FontReferenceMap item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__CopyTo, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, TextSettings_FontReferenceMap__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__CopyTo_1, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, TextSettings_FontReferenceMap__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__EnsureCapacity, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Exists, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, Predicate_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, TextSettings_FontReferenceMap, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Find, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, Predicate_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ *, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__FindAll, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, Predicate_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__FindIndex, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, Predicate_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__FindIndex_1, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__ForEach, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, Action_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__GetEnumerator, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__IndexOf, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, TextSettings_FontReferenceMap item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Insert, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, int32_t index, TextSettings_FontReferenceMap item, MethodInfo * method)); DO_APP_FUNC(0x0183F350, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__InsertRange, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, int32_t index, IEnumerable_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Remove, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, TextSettings_FontReferenceMap item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__RemoveAll, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, Predicate_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__RemoveAt, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5758, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__RemoveAt__MethodInfo); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__RemoveRange, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Reverse, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Reverse_1, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Sort, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Sort_1, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, Comparison_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Sort_2, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, IComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Sort_3, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ *, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0183F2A0, Object *, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IList_Add, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IList_Contains, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IList_IndexOf, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IList_Insert, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IList_Remove, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IList_get_Item, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IList_set_Item, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, TextSettings_FontReferenceMap__Array *, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__ToArray, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__TrimExcess, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__get_Capacity, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__get_Count, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5748, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, TextSettings_FontReferenceMap, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__get_Item, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5740, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__set_Capacity, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__set_Item, (List_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, int32_t index, TextSettings_FontReferenceMap value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo___ctor, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo___ctor_1, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, IEnumerable_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo___ctor_2, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D5D0, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo___ctor_2__MethodInfo); DO_APP_FUNC(0x017CDF70, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Add, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, TextureBlitter_BlitInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D610, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Add__MethodInfo); DO_APP_FUNC(0x0183FDE0, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__AddEnumerable, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, IEnumerable_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__AddRange, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, IEnumerable_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017CE090, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__AddWithResize, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, TextureBlitter_BlitInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ *, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__AsReadOnly, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AC380, int32_t, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__BinarySearch, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, TextureBlitter_BlitInfo item, MethodInfo * method)); DO_APP_FUNC(0x017AC430, int32_t, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__BinarySearch_1, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, TextureBlitter_BlitInfo item, IComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017AC2B0, int32_t, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__BinarySearch_2, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, int32_t index, int32_t count, TextureBlitter_BlitInfo item, IComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Clear, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D608, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Clear__MethodInfo); DO_APP_FUNC(0x017AC4E0, bool, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Contains, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, TextureBlitter_BlitInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__CopyTo, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, TextureBlitter_BlitInfo__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__CopyTo_1, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, TextureBlitter_BlitInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__EnsureCapacity, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Exists, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, Predicate_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AC6B0, TextureBlitter_BlitInfo, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Find, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, Predicate_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AC810, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ *, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__FindAll, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, Predicate_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__FindIndex, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, Predicate_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AC9D0, int32_t, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__FindIndex_1, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017ACB10, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__ForEach, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, Action_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * action, MethodInfo * method)); DO_APP_FUNC(0x017ACC00, List_1_T_Enumerator_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__GetEnumerator, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017ACDE0, int32_t, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__IndexOf, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, TextureBlitter_BlitInfo item, MethodInfo * method)); DO_APP_FUNC(0x017CE170, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Insert, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, int32_t index, TextureBlitter_BlitInfo item, MethodInfo * method)); DO_APP_FUNC(0x0183FA60, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__InsertRange, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017ABC20, bool, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017AD5F0, bool, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Remove, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, TextureBlitter_BlitInfo item, MethodInfo * method)); DO_APP_FUNC(0x017CE640, int32_t, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__RemoveAll, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, Predicate_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017CE870, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__RemoveAt, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__RemoveRange, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Reverse, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Reverse_1, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Sort, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Sort_1, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, Comparison_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Sort_2, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, IComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Sort_3, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017ACCB0, IEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ *, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0183F9B0, Object *, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017ACCB0, IEnumerator *, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AC120, int32_t, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AC560, bool, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017ACE60, int32_t, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AD100, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AD6A0, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017ABD20, Object *, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017ABDC0, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, TextureBlitter_BlitInfo__Array *, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__ToArray, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__TrimExcess, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__get_Capacity, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__get_Count, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D600, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__get_Count__MethodInfo); DO_APP_FUNC(0x017ABAF0, TextureBlitter_BlitInfo, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__get_Item, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__set_Capacity, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017CDEB0, void, List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__set_Item, (List_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, int32_t index, TextureBlitter_BlitInfo value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame___ctor, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame___ctor_1, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, IEnumerable_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame___ctor_2, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01840220, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Add, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, TexturePacker_JsonArray_Frame item, MethodInfo * method)); DO_APP_FUNC(0x01840B90, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__AddEnumerable, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, IEnumerable_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__AddRange, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, IEnumerable_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01840330, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__AddWithResize, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, TexturePacker_JsonArray_Frame item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ *, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__AsReadOnly, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D6700, int32_t, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__BinarySearch, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, TexturePacker_JsonArray_Frame item, MethodInfo * method)); DO_APP_FUNC(0x017D67B0, int32_t, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__BinarySearch_1, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, TexturePacker_JsonArray_Frame item, IComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017D6630, int32_t, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__BinarySearch_2, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, int32_t index, int32_t count, TexturePacker_JsonArray_Frame item, IComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Clear, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D6860, bool, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Contains, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, TexturePacker_JsonArray_Frame item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__CopyTo, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, TexturePacker_JsonArray_Frame__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__CopyTo_1, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, TexturePacker_JsonArray_Frame__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__EnsureCapacity, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Exists, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, Predicate_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * match, MethodInfo * method)); DO_APP_FUNC(0x017D6A30, TexturePacker_JsonArray_Frame, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Find, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, Predicate_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * match, MethodInfo * method)); DO_APP_FUNC(0x017D6B80, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ *, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__FindAll, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, Predicate_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__FindIndex, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, Predicate_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * match, MethodInfo * method)); DO_APP_FUNC(0x017D6D40, int32_t, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__FindIndex_1, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, int32_t startIndex, int32_t count, Predicate_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * match, MethodInfo * method)); DO_APP_FUNC(0x017D6E80, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__ForEach, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, Action_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * action, MethodInfo * method)); DO_APP_FUNC(0x017D6F70, List_1_T_Enumerator_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__GetEnumerator, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D7150, int32_t, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__IndexOf, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, TexturePacker_JsonArray_Frame item, MethodInfo * method)); DO_APP_FUNC(0x01840410, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Insert, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, int32_t index, TexturePacker_JsonArray_Frame item, MethodInfo * method)); DO_APP_FUNC(0x01840560, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__InsertRange, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, int32_t index, IEnumerable_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017D6070, bool, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017D78E0, bool, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Remove, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, TexturePacker_JsonArray_Frame item, MethodInfo * method)); DO_APP_FUNC(0x018408E0, int32_t, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__RemoveAll, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, Predicate_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * match, MethodInfo * method)); DO_APP_FUNC(0x01840B10, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__RemoveAt, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__RemoveRange, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Reverse, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Reverse_1, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Sort, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Sort_1, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, Comparison_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Sort_2, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, IComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Sort_3, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, int32_t index, int32_t count, IComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D7030, IEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ *, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_ICollection_CopyTo, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_ICollection_get_IsSynchronized, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018400B0, Object *, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_ICollection_get_SyncRoot, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D7030, IEnumerator *, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IEnumerable_GetEnumerator, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D64A0, int32_t, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IList_Add, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017D68E0, bool, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IList_Contains, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017D71C0, int32_t, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IList_IndexOf, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017D7400, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IList_Insert, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017D7980, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IList_Remove, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IList_get_IsFixedSize, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IList_get_IsReadOnly, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D6150, Object *, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IList_get_Item, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017D61F0, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IList_set_Item, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, TexturePacker_JsonArray_Frame__Array *, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__ToArray, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__TrimExcess, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__get_Capacity, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__get_Count, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017D5FA0, TexturePacker_JsonArray_Frame, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__get_Item, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__set_Capacity, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01840160, void, List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__set_Item, (List_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, int32_t index, TexturePacker_JsonArray_Frame value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo___ctor, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo___ctor_1, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, IEnumerable_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo___ctor_2, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB570, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo___ctor_2__MethodInfo); DO_APP_FUNC(0x01794890, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Add, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, TextureRegistry_TextureInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB600, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Add__MethodInfo); DO_APP_FUNC(0x018412D0, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__AddEnumerable, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, IEnumerable_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__AddRange, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, IEnumerable_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__AddWithResize, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, TextureRegistry_TextureInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ *, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__AsReadOnly, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__BinarySearch, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, TextureRegistry_TextureInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__BinarySearch_1, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, TextureRegistry_TextureInfo item, IComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__BinarySearch_2, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, int32_t index, int32_t count, TextureRegistry_TextureInfo item, IComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Clear, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Contains, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, TextureRegistry_TextureInfo item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__CopyTo, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, TextureRegistry_TextureInfo__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__CopyTo_1, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, TextureRegistry_TextureInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__EnsureCapacity, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Exists, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, Predicate_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, TextureRegistry_TextureInfo, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Find, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, Predicate_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ *, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__FindAll, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, Predicate_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__FindIndex, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, Predicate_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__FindIndex_1, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__ForEach, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, Action_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_UIElements_TextureRegistry_TextureInfo_, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__GetEnumerator, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__IndexOf, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, TextureRegistry_TextureInfo item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Insert, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, int32_t index, TextureRegistry_TextureInfo item, MethodInfo * method)); DO_APP_FUNC(0x01840F10, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__InsertRange, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Remove, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, TextureRegistry_TextureInfo item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__RemoveAll, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, Predicate_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__RemoveAt, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__RemoveRange, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Reverse, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Reverse_1, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Sort, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Sort_1, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, Comparison_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Sort_2, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, IComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Sort_3, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ *, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01840E60, Object *, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, TextureRegistry_TextureInfo__Array *, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__ToArray, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__TrimExcess, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__get_Capacity, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__get_Count, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB5B0, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, TextureRegistry_TextureInfo, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__get_Item, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB5A0, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__set_Capacity, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__set_Item, (List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, int32_t index, TextureRegistry_TextureInfo value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB5D8, List_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry___ctor, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70D40, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry___ctor_1, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, IEnumerable_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry___ctor_2, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017B1780, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Add, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, TimeNotificationBehaviour_NotificationEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70DB8, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Add__MethodInfo); DO_APP_FUNC(0x018419F0, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__AddEnumerable, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, IEnumerable_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__AddRange, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, IEnumerable_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017B1870, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__AddWithResize, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, TimeNotificationBehaviour_NotificationEntry item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ *, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__AsReadOnly, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__BinarySearch, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, TimeNotificationBehaviour_NotificationEntry item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__BinarySearch_1, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, TimeNotificationBehaviour_NotificationEntry item, IComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__BinarySearch_2, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, int32_t index, int32_t count, TimeNotificationBehaviour_NotificationEntry item, IComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Clear, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A250, bool, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Contains, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, TimeNotificationBehaviour_NotificationEntry item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__CopyTo, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, TimeNotificationBehaviour_NotificationEntry__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__CopyTo_1, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, TimeNotificationBehaviour_NotificationEntry__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__EnsureCapacity, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Exists, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, Predicate_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, TimeNotificationBehaviour_NotificationEntry, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Find, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, Predicate_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ *, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__FindAll, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, Predicate_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__FindIndex, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, Predicate_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__FindIndex_1, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__ForEach, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, Action_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__GetEnumerator, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__IndexOf, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, TimeNotificationBehaviour_NotificationEntry item, MethodInfo * method)); DO_APP_FUNC(0x017B1940, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Insert, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, int32_t index, TimeNotificationBehaviour_NotificationEntry item, MethodInfo * method)); DO_APP_FUNC(0x01841620, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__InsertRange, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, int32_t index, IEnumerable_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Remove, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, TimeNotificationBehaviour_NotificationEntry item, MethodInfo * method)); DO_APP_FUNC(0x017B1E50, int32_t, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__RemoveAll, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, Predicate_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * match, MethodInfo * method)); DO_APP_FUNC(0x017B2030, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__RemoveAt, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__RemoveRange, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Reverse, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Reverse_1, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Sort, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Sort_1, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, Comparison_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70E28, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Sort_1__MethodInfo); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Sort_2, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, IComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Sort_3, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ *, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01841570, Object *, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IList_Add, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IList_Contains, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IList_IndexOf, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IList_Insert, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IList_Remove, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IList_get_Item, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IList_set_Item, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, TimeNotificationBehaviour_NotificationEntry__Array *, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__ToArray, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__TrimExcess, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__get_Capacity, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__get_Count, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70DC0, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__get_Count__MethodInfo); DO_APP_FUNC(0x01799950, TimeNotificationBehaviour_NotificationEntry, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__get_Item, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70DC8, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__set_Capacity, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017B16D0, void, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__set_Item, (List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, int32_t index, TimeNotificationBehaviour_NotificationEntry value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70DD0, List_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData___ctor, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95660, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData___ctor_1, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, IEnumerable_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData___ctor_2, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x008B8960, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Add, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, TrackedDeviceRaycaster_RaycastHitData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C955C0, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Add__MethodInfo); DO_APP_FUNC(0x01842110, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__AddEnumerable, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, IEnumerable_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__AddRange, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, IEnumerable_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95628, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__AddRange__MethodInfo); DO_APP_FUNC(0x01796FF0, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__AddWithResize, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, TrackedDeviceRaycaster_RaycastHitData item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ *, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__AsReadOnly, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017972F0, int32_t, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__BinarySearch, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, TrackedDeviceRaycaster_RaycastHitData item, MethodInfo * method)); DO_APP_FUNC(0x01797390, int32_t, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__BinarySearch_1, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, TrackedDeviceRaycaster_RaycastHitData item, IComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01797240, int32_t, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__BinarySearch_2, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, int32_t index, int32_t count, TrackedDeviceRaycaster_RaycastHitData item, IComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Clear, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C956B8, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Clear__MethodInfo); DO_APP_FUNC(0x01797430, bool, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Contains, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, TrackedDeviceRaycaster_RaycastHitData item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__CopyTo, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, TrackedDeviceRaycaster_RaycastHitData__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__CopyTo_1, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, TrackedDeviceRaycaster_RaycastHitData__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__EnsureCapacity, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Exists, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, Predicate_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * match, MethodInfo * method)); DO_APP_FUNC(0x017975E0, TrackedDeviceRaycaster_RaycastHitData, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Find, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, Predicate_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797700, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ *, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__FindAll, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, Predicate_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__FindIndex, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, Predicate_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797890, int32_t, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__FindIndex_1, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * match, MethodInfo * method)); DO_APP_FUNC(0x017979B0, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__ForEach, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, Action_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * action, MethodInfo * method)); DO_APP_FUNC(0x01797A80, List_1_T_Enumerator_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__GetEnumerator, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797C10, int32_t, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__IndexOf, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, TrackedDeviceRaycaster_RaycastHitData item, MethodInfo * method)); DO_APP_FUNC(0x01797DB0, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Insert, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, int32_t index, TrackedDeviceRaycaster_RaycastHitData item, MethodInfo * method)); DO_APP_FUNC(0x01841D40, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__InsertRange, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, int32_t index, IEnumerable_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01796D50, bool, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01798410, bool, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Remove, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, TrackedDeviceRaycaster_RaycastHitData item, MethodInfo * method)); DO_APP_FUNC(0x017985D0, int32_t, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__RemoveAll, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, Predicate_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * match, MethodInfo * method)); DO_APP_FUNC(0x017987B0, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__RemoveAt, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__RemoveRange, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Reverse, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Reverse_1, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Sort, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Sort_1, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, Comparison_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C955B0, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Sort_1__MethodInfo); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Sort_2, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, IComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Sort_3, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ *, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01841C90, Object *, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator *, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017970C0, int32_t, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IList_Add, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017974A0, bool, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IList_Contains, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797C70, int32_t, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IList_IndexOf, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797EF0, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IList_Insert, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017984A0, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IList_Remove, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796E20, Object *, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IList_get_Item, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796EA0, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IList_set_Item, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, TrackedDeviceRaycaster_RaycastHitData__Array *, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__ToArray, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__TrimExcess, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__get_Capacity, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__get_Count, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C956D0, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__get_Count__MethodInfo); DO_APP_FUNC(0x01796C50, TrackedDeviceRaycaster_RaycastHitData, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__get_Item, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C956C8, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__set_Capacity, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01796CA0, void, List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__set_Item, (List_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, int32_t index, TrackedDeviceRaycaster_RaycastHitData value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData___ctor, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF8D0, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData___ctor_1, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, IEnumerable_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData___ctor_2, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Add, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, TrackedPoseDriverDataDescription_PoseData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFA00, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Add__MethodInfo); DO_APP_FUNC(0x01842810, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__AddEnumerable, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, IEnumerable_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__AddRange, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, IEnumerable_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__AddWithResize, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, TrackedPoseDriverDataDescription_PoseData item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ *, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__AsReadOnly, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__BinarySearch, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, TrackedPoseDriverDataDescription_PoseData item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__BinarySearch_1, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, TrackedPoseDriverDataDescription_PoseData item, IComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__BinarySearch_2, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, int32_t index, int32_t count, TrackedPoseDriverDataDescription_PoseData item, IComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Clear, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Contains, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, TrackedPoseDriverDataDescription_PoseData item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__CopyTo, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, TrackedPoseDriverDataDescription_PoseData__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__CopyTo_1, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, TrackedPoseDriverDataDescription_PoseData__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__EnsureCapacity, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Exists, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, Predicate_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, TrackedPoseDriverDataDescription_PoseData, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Find, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, Predicate_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ *, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__FindAll, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, Predicate_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__FindIndex, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, Predicate_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__FindIndex_1, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__ForEach, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, Action_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__GetEnumerator, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__IndexOf, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, TrackedPoseDriverDataDescription_PoseData item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Insert, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, int32_t index, TrackedPoseDriverDataDescription_PoseData item, MethodInfo * method)); DO_APP_FUNC(0x01842450, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__InsertRange, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, int32_t index, IEnumerable_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Remove, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, TrackedPoseDriverDataDescription_PoseData item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__RemoveAll, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, Predicate_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__RemoveAt, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__RemoveRange, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Reverse, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Reverse_1, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Sort, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Sort_1, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, Comparison_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Sort_2, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, IComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Sort_3, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ *, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018423A0, Object *, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IList_Add, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IList_Contains, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IList_IndexOf, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IList_Insert, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IList_Remove, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IList_get_Item, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IList_set_Item, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, TrackedPoseDriverDataDescription_PoseData__Array *, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__ToArray, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__TrimExcess, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__get_Capacity, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__get_Count, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF998, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, TrackedPoseDriverDataDescription_PoseData, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__get_Item, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF980, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__set_Capacity, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__set_Item, (List_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, int32_t index, TrackedPoseDriverDataDescription_PoseData value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper___ctor, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6FB0, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper___ctor_1, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, IEnumerable_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper___ctor_2, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179BAB0, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Add, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, TreeView_TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6E70, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Add__MethodInfo); DO_APP_FUNC(0x01842F20, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__AddEnumerable, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, IEnumerable_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__AddRange, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, IEnumerable_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179BB90, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__AddWithResize, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, TreeView_TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ *, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__AsReadOnly, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__BinarySearch, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, TreeView_TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__BinarySearch_1, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, TreeView_TreeViewItemWrapper item, IComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__BinarySearch_2, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, int32_t index, int32_t count, TreeView_TreeViewItemWrapper item, IComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Clear, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6E68, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Clear__MethodInfo); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Contains, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, TreeView_TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__CopyTo, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, TreeView_TreeViewItemWrapper__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__CopyTo_1, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, TreeView_TreeViewItemWrapper__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__EnsureCapacity, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Exists, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, Predicate_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, TreeView_TreeViewItemWrapper, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Find, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, Predicate_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ *, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__FindAll, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, Predicate_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__FindIndex, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, Predicate_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__FindIndex_1, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__ForEach, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, Action_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__GetEnumerator, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__IndexOf, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, TreeView_TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC(0x0179BC50, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Insert, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, int32_t index, TreeView_TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC(0x01842B60, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__InsertRange, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6E50, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__InsertRange__MethodInfo); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Remove, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, TreeView_TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC(0x0179C140, int32_t, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__RemoveAll, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, Predicate_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179C330, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__RemoveAt, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__RemoveRange, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6E58, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__RemoveRange__MethodInfo); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Reverse, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Reverse_1, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Sort, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Sort_1, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, Comparison_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Sort_2, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, IComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Sort_3, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ *, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01842AB0, Object *, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, TreeView_TreeViewItemWrapper__Array *, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__ToArray, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__TrimExcess, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__get_Capacity, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__get_Count, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6E60, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, TreeView_TreeViewItemWrapper, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__get_Item, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6F38, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__set_Capacity, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179BA10, void, List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__set_Item, (List_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, int32_t index, TreeView_TreeViewItemWrapper value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState___ctor, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState___ctor_1, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, IEnumerable_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState___ctor_2, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179DF80, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Add, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, TreeViewReorderableDragAndDropController_TreeItemState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA95E8, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Add__MethodInfo); DO_APP_FUNC(0x018435C0, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__AddEnumerable, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, IEnumerable_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__AddRange, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, IEnumerable_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179DFE0, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__AddWithResize, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, TreeViewReorderableDragAndDropController_TreeItemState item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ *, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__AsReadOnly, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E240, int32_t, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__BinarySearch, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, TreeViewReorderableDragAndDropController_TreeItemState item, MethodInfo * method)); DO_APP_FUNC(0x0179E2C0, int32_t, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__BinarySearch_1, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, TreeViewReorderableDragAndDropController_TreeItemState item, IComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__BinarySearch_2, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, int32_t index, int32_t count, TreeViewReorderableDragAndDropController_TreeItemState item, IComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Clear, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E360, bool, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Contains, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, TreeViewReorderableDragAndDropController_TreeItemState item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__CopyTo, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, TreeViewReorderableDragAndDropController_TreeItemState__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__CopyTo_1, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, TreeViewReorderableDragAndDropController_TreeItemState__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__EnsureCapacity, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Exists, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, Predicate_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E4E0, TreeViewReorderableDragAndDropController_TreeItemState, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Find, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, Predicate_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E5B0, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ *, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__FindAll, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, Predicate_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__FindIndex, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, Predicate_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E710, int32_t, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__FindIndex_1, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E810, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__ForEach, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, Action_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179E8D0, List_1_T_Enumerator_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__GetEnumerator, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179EA30, int32_t, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__IndexOf, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, TreeViewReorderableDragAndDropController_TreeItemState item, MethodInfo * method)); DO_APP_FUNC(0x0179EBB0, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Insert, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, int32_t index, TreeViewReorderableDragAndDropController_TreeItemState item, MethodInfo * method)); DO_APP_FUNC(0x01843270, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__InsertRange, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179DD10, bool, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Remove, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, TreeViewReorderableDragAndDropController_TreeItemState item, MethodInfo * method)); DO_APP_FUNC(0x0179F2A0, int32_t, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__RemoveAll, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, Predicate_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__RemoveAt, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__RemoveRange, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Reverse, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Reverse_1, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Sort, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Sort_1, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, Comparison_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Sort_2, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, IComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Sort_3, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ *, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018431C0, Object *, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator *, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E050, int32_t, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179E3B0, bool, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EA80, int32_t, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EC80, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179F190, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DDE0, Object *, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179DE50, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, TreeViewReorderableDragAndDropController_TreeItemState__Array *, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__ToArray, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__TrimExcess, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__get_Capacity, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__get_Count, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DC90, TreeViewReorderableDragAndDropController_TreeItemState, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__get_Item, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA95D8, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__set_Capacity, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179DCD0, void, List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__set_Item, (List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, int32_t index, TreeViewReorderableDragAndDropController_TreeItemState value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry___ctor, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F730, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry___ctor_1, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, IEnumerable_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry___ctor_2, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01843950, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Add, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, UIRStylePainter_Entry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F7A0, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Add__MethodInfo); DO_APP_FUNC(0x01844270, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__AddEnumerable, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, IEnumerable_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__AddRange, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, IEnumerable_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01843A00, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__AddWithResize, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, UIRStylePainter_Entry item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ *, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__AsReadOnly, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0180F550, int32_t, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__BinarySearch, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, UIRStylePainter_Entry item, MethodInfo * method)); DO_APP_FUNC(0x0180F620, int32_t, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__BinarySearch_1, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, UIRStylePainter_Entry item, IComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0180F460, int32_t, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__BinarySearch_2, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, int32_t index, int32_t count, UIRStylePainter_Entry item, IComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Clear, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F5D8, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Clear__MethodInfo); DO_APP_FUNC(0x0180F6F0, bool, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Contains, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, UIRStylePainter_Entry item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__CopyTo, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, UIRStylePainter_Entry__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__CopyTo_1, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, UIRStylePainter_Entry__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__EnsureCapacity, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Exists, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, Predicate_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * match, MethodInfo * method)); DO_APP_FUNC(0x0180F8E0, UIRStylePainter_Entry, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Find, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, Predicate_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * match, MethodInfo * method)); DO_APP_FUNC(0x0180FA70, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ *, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__FindAll, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, Predicate_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__FindIndex, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, Predicate_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * match, MethodInfo * method)); DO_APP_FUNC(0x0180FC60, int32_t, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__FindIndex_1, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * match, MethodInfo * method)); DO_APP_FUNC(0x0180FDC0, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__ForEach, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, Action_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * action, MethodInfo * method)); DO_APP_FUNC(0x0180FEE0, List_1_T_Enumerator_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__GetEnumerator, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CF30, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__GetEnumerator__MethodInfo); DO_APP_FUNC(0x018100B0, int32_t, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__IndexOf, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, UIRStylePainter_Entry item, MethodInfo * method)); DO_APP_FUNC(0x01843AB0, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Insert, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, int32_t index, UIRStylePainter_Entry item, MethodInfo * method)); DO_APP_FUNC(0x01843BB0, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__InsertRange, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0180EDF0, bool, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x018108D0, bool, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Remove, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, UIRStylePainter_Entry item, MethodInfo * method)); DO_APP_FUNC(0x01843F50, int32_t, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__RemoveAll, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, Predicate_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * match, MethodInfo * method)); DO_APP_FUNC(0x018441D0, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__RemoveAt, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__RemoveRange, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Reverse, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Reverse_1, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Sort, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Sort_1, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, Comparison_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Sort_2, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, IComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Sort_3, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0180FFA0, IEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ *, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01843820, Object *, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0180FFA0, IEnumerator *, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0180F2B0, int32_t, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0180F780, bool, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01810140, int32_t, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x018103B0, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01810990, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0180EEF0, Object *, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0180EFA0, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, UIRStylePainter_Entry__Array *, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__ToArray, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__TrimExcess, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__get_Capacity, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__get_Count, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CF88, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__get_Count__MethodInfo); DO_APP_FUNC(0x0180ECE0, UIRStylePainter_Entry, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__get_Item, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F5E8, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__set_Capacity, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x018438D0, void, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__set_Item, (List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, int32_t index, UIRStylePainter_Entry value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F5F0, List_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree___ctor, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D260, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree___ctor_1, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, IEnumerable_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree___ctor_2, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01803680, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Add, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, UIRenderDevice_AllocToFree item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D138, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Add__MethodInfo); DO_APP_FUNC(0x018449A0, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__AddEnumerable, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, IEnumerable_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__AddRange, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, IEnumerable_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01803780, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__AddWithResize, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, UIRenderDevice_AllocToFree item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ *, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__AsReadOnly, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE640, int32_t, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__BinarySearch, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, UIRenderDevice_AllocToFree item, MethodInfo * method)); DO_APP_FUNC(0x017AE6E0, int32_t, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__BinarySearch_1, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, UIRenderDevice_AllocToFree item, IComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017AE580, int32_t, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__BinarySearch_2, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, int32_t index, int32_t count, UIRenderDevice_AllocToFree item, IComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Clear, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D110, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Clear__MethodInfo); DO_APP_FUNC(0x017AE790, bool, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Contains, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, UIRenderDevice_AllocToFree item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__CopyTo, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, UIRenderDevice_AllocToFree__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__CopyTo_1, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, UIRenderDevice_AllocToFree__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__EnsureCapacity, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Exists, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, Predicate_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AE940, UIRenderDevice_AllocToFree, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Find, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, Predicate_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AEA80, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ *, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__FindAll, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, Predicate_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__FindIndex, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, Predicate_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AEC20, int32_t, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__FindIndex_1, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * match, MethodInfo * method)); DO_APP_FUNC(0x017AED50, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__ForEach, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, Action_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * action, MethodInfo * method)); DO_APP_FUNC(0x017AEE30, List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__GetEnumerator, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D100, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__GetEnumerator__MethodInfo); DO_APP_FUNC(0x017AEFE0, int32_t, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__IndexOf, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, UIRenderDevice_AllocToFree item, MethodInfo * method)); DO_APP_FUNC(0x01803860, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Insert, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, int32_t index, UIRenderDevice_AllocToFree item, MethodInfo * method)); DO_APP_FUNC(0x01844620, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__InsertRange, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017ADF50, bool, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017AF7C0, bool, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Remove, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, UIRenderDevice_AllocToFree item, MethodInfo * method)); DO_APP_FUNC(0x01803D20, int32_t, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__RemoveAll, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, Predicate_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * match, MethodInfo * method)); DO_APP_FUNC(0x01803F20, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__RemoveAt, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__RemoveRange, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Reverse, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Reverse_1, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Sort, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Sort_1, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Sort_2, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, IComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Sort_3, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AEEE0, IEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ *, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01844570, Object *, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AEEE0, IEnumerator *, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE400, int32_t, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AE800, bool, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF050, int32_t, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF2E0, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017AF860, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017AE040, Object *, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017AE0D0, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, UIRenderDevice_AllocToFree__Array *, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__ToArray, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__TrimExcess, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__get_Capacity, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__get_Count, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017ADE30, UIRenderDevice_AllocToFree, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__get_Item, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__set_Capacity, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x018035C0, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__set_Item, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, int32_t index, UIRenderDevice_AllocToFree value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate___ctor, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D258, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate___ctor_1, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, IEnumerable_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate___ctor_2, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01844D70, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Add, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, UIRenderDevice_AllocToUpdate item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D148, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Add__MethodInfo); DO_APP_FUNC(0x01845620, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__AddEnumerable, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, IEnumerable_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__AddRange, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, IEnumerable_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01844E00, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__AddWithResize, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, UIRenderDevice_AllocToUpdate item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ *, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__AsReadOnly, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A2980, int32_t, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__BinarySearch, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, UIRenderDevice_AllocToUpdate item, MethodInfo * method)); DO_APP_FUNC(0x017A2A40, int32_t, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__BinarySearch_1, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, UIRenderDevice_AllocToUpdate item, IComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017A28A0, int32_t, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__BinarySearch_2, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, int32_t index, int32_t count, UIRenderDevice_AllocToUpdate item, IComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Clear, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D128, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Clear__MethodInfo); DO_APP_FUNC(0x017A2B00, bool, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Contains, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, UIRenderDevice_AllocToUpdate item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__CopyTo, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, UIRenderDevice_AllocToUpdate__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__CopyTo_1, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, UIRenderDevice_AllocToUpdate__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__EnsureCapacity, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Exists, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, Predicate_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A2CE0, UIRenderDevice_AllocToUpdate, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Find, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, Predicate_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A2E50, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ *, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__FindAll, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, Predicate_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__FindIndex, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, Predicate_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A3030, int32_t, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__FindIndex_1, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A3180, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__ForEach, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, Action_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * action, MethodInfo * method)); DO_APP_FUNC(0x017A3290, List_1_T_Enumerator_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__GetEnumerator, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D118, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__GetEnumerator__MethodInfo); DO_APP_FUNC(0x017A3470, int32_t, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__IndexOf, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, UIRenderDevice_AllocToUpdate item, MethodInfo * method)); DO_APP_FUNC(0x01844EA0, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Insert, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, int32_t index, UIRenderDevice_AllocToUpdate item, MethodInfo * method)); DO_APP_FUNC(0x01844FA0, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__InsertRange, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A22D0, bool, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017A3C60, bool, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Remove, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, UIRenderDevice_AllocToUpdate item, MethodInfo * method)); DO_APP_FUNC(0x01845330, int32_t, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__RemoveAll, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, Predicate_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * match, MethodInfo * method)); DO_APP_FUNC(0x01845590, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__RemoveAt, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__RemoveRange, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Reverse, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Reverse_1, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Sort, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Sort_1, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, Comparison_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Sort_2, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, IComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Sort_3, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A3340, IEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ *, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01844C50, Object *, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A3340, IEnumerator *, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A2700, int32_t, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A2B80, bool, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A34F0, int32_t, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A3760, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A3D10, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A23C0, Object *, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017A2460, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, UIRenderDevice_AllocToUpdate__Array *, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__ToArray, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__TrimExcess, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__get_Capacity, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__get_Count, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A21E0, UIRenderDevice_AllocToUpdate, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__get_Item, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D1F0, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__set_Capacity, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01844D00, void, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__set_Item, (List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, int32_t index, UIRenderDevice_AllocToUpdate value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D1F8, List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest___ctor, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest___ctor_1, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, IEnumerable_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest___ctor_2, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFBA0, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest___ctor_2__MethodInfo); DO_APP_FUNC(0x017A06D0, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Add, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, UnitySynchronizationContext_WorkRequest item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFBA8, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Add__MethodInfo); DO_APP_FUNC(0x01845D80, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__AddEnumerable, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, IEnumerable_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__AddRange, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, IEnumerable_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFBD0, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__AddRange__MethodInfo); DO_APP_FUNC(0x017A07C0, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__AddWithResize, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, UnitySynchronizationContext_WorkRequest item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ *, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__AsReadOnly, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__BinarySearch, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, UnitySynchronizationContext_WorkRequest item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__BinarySearch_1, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, UnitySynchronizationContext_WorkRequest item, IComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__BinarySearch_2, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, int32_t index, int32_t count, UnitySynchronizationContext_WorkRequest item, IComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Clear, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFBC8, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Clear__MethodInfo); DO_APP_FUNC(0x0179A250, bool, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Contains, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, UnitySynchronizationContext_WorkRequest item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__CopyTo, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, UnitySynchronizationContext_WorkRequest__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__CopyTo_1, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, UnitySynchronizationContext_WorkRequest__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__EnsureCapacity, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Exists, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, Predicate_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, UnitySynchronizationContext_WorkRequest, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Find, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, Predicate_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ *, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__FindAll, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, Predicate_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__FindIndex, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, Predicate_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__FindIndex_1, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__ForEach, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, Action_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_UnityEngine_UnitySynchronizationContext_WorkRequest_, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__GetEnumerator, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__IndexOf, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, UnitySynchronizationContext_WorkRequest item, MethodInfo * method)); DO_APP_FUNC(0x017A0890, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Insert, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, int32_t index, UnitySynchronizationContext_WorkRequest item, MethodInfo * method)); DO_APP_FUNC(0x018459B0, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__InsertRange, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, int32_t index, IEnumerable_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Remove, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, UnitySynchronizationContext_WorkRequest item, MethodInfo * method)); DO_APP_FUNC(0x017A0DA0, int32_t, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__RemoveAll, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, Predicate_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A0F80, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__RemoveAt, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFBC0, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__RemoveAt__MethodInfo); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__RemoveRange, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Reverse, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Reverse_1, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Sort, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Sort_1, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, Comparison_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Sort_2, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, IComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Sort_3, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ *, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01845900, Object *, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IList_Add, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IList_Contains, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IList_IndexOf, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IList_Insert, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IList_Remove, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IList_get_Item, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IList_set_Item, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, UnitySynchronizationContext_WorkRequest__Array *, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__ToArray, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__TrimExcess, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__get_Capacity, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__get_Count, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFBB8, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__get_Count__MethodInfo); DO_APP_FUNC(0x01799950, UnitySynchronizationContext_WorkRequest, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__get_Item, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCFBB0, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__set_Capacity, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A0620, void, List_1_UnityEngine_UnitySynchronizationContext_WorkRequest__set_Item, (List_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, int32_t index, UnitySynchronizationContext_WorkRequest value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition___ctor, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition___ctor_1, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, IEnumerable_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition___ctor_2, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Add, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, VisualTreeAsset_SlotDefinition item, MethodInfo * method)); DO_APP_FUNC(0x01846490, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__AddEnumerable, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, IEnumerable_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__AddRange, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, IEnumerable_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__AddWithResize, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, VisualTreeAsset_SlotDefinition item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ *, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__AsReadOnly, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__BinarySearch, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, VisualTreeAsset_SlotDefinition item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__BinarySearch_1, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, VisualTreeAsset_SlotDefinition item, IComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__BinarySearch_2, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, int32_t index, int32_t count, VisualTreeAsset_SlotDefinition item, IComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Clear, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Contains, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, VisualTreeAsset_SlotDefinition item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__CopyTo, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, VisualTreeAsset_SlotDefinition__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__CopyTo_1, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, VisualTreeAsset_SlotDefinition__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__EnsureCapacity, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Exists, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, Predicate_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, VisualTreeAsset_SlotDefinition, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Find, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, Predicate_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ *, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__FindAll, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, Predicate_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__FindIndex, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, Predicate_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__FindIndex_1, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__ForEach, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, Action_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__GetEnumerator, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__IndexOf, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, VisualTreeAsset_SlotDefinition item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Insert, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, int32_t index, VisualTreeAsset_SlotDefinition item, MethodInfo * method)); DO_APP_FUNC(0x018460D0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__InsertRange, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Remove, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, VisualTreeAsset_SlotDefinition item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__RemoveAll, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, Predicate_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__RemoveAt, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__RemoveRange, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Reverse, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Reverse_1, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Sort, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Sort_1, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Sort_2, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, IComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Sort_3, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ *, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01846020, Object *, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, VisualTreeAsset_SlotDefinition__Array *, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__ToArray, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__TrimExcess, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__get_Capacity, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__get_Count, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF388, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, VisualTreeAsset_SlotDefinition, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__get_Item, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF390, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__set_Capacity, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__set_Item, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, int32_t index, VisualTreeAsset_SlotDefinition value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry___ctor, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry___ctor_1, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, IEnumerable_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry___ctor_2, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Add, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, VisualTreeAsset_SlotUsageEntry item, MethodInfo * method)); DO_APP_FUNC(0x01846BA0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__AddEnumerable, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, IEnumerable_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__AddRange, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, IEnumerable_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__AddWithResize, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, VisualTreeAsset_SlotUsageEntry item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ *, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__AsReadOnly, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__BinarySearch, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, VisualTreeAsset_SlotUsageEntry item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__BinarySearch_1, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, VisualTreeAsset_SlotUsageEntry item, IComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__BinarySearch_2, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, int32_t index, int32_t count, VisualTreeAsset_SlotUsageEntry item, IComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Clear, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Contains, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, VisualTreeAsset_SlotUsageEntry item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__CopyTo, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, VisualTreeAsset_SlotUsageEntry__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__CopyTo_1, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, VisualTreeAsset_SlotUsageEntry__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__EnsureCapacity, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Exists, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, Predicate_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, VisualTreeAsset_SlotUsageEntry, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Find, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, Predicate_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ *, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__FindAll, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, Predicate_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__FindIndex, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, Predicate_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF2E0, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__FindIndex__MethodInfo); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__FindIndex_1, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__ForEach, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, Action_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__GetEnumerator, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__IndexOf, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, VisualTreeAsset_SlotUsageEntry item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Insert, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, int32_t index, VisualTreeAsset_SlotUsageEntry item, MethodInfo * method)); DO_APP_FUNC(0x018467E0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__InsertRange, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Remove, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, VisualTreeAsset_SlotUsageEntry item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__RemoveAll, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, Predicate_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__RemoveAt, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__RemoveRange, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Reverse, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Reverse_1, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Sort, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Sort_1, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Sort_2, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, IComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Sort_3, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ *, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01846730, Object *, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, VisualTreeAsset_SlotUsageEntry__Array *, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__ToArray, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__TrimExcess, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__get_Capacity, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__get_Count, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, VisualTreeAsset_SlotUsageEntry, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__get_Item, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF358, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__set_Capacity, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__set_Item, (List_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, int32_t index, VisualTreeAsset_SlotUsageEntry value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry___ctor, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry___ctor_1, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, IEnumerable_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry___ctor_2, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A06D0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Add, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, VisualTreeAsset_UsingEntry item, MethodInfo * method)); DO_APP_FUNC(0x018472C0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__AddEnumerable, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, IEnumerable_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__AddRange, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, IEnumerable_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A07C0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__AddWithResize, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, VisualTreeAsset_UsingEntry item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ *, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__AsReadOnly, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__BinarySearch, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, VisualTreeAsset_UsingEntry item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__BinarySearch_1, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, VisualTreeAsset_UsingEntry item, IComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF370, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__BinarySearch_1__MethodInfo); DO_APP_FUNC(0x0179A050, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__BinarySearch_2, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, int32_t index, int32_t count, VisualTreeAsset_UsingEntry item, IComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Clear, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A250, bool, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Contains, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, VisualTreeAsset_UsingEntry item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__CopyTo, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, VisualTreeAsset_UsingEntry__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__CopyTo_1, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, VisualTreeAsset_UsingEntry__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__EnsureCapacity, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Exists, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, Predicate_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, VisualTreeAsset_UsingEntry, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Find, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, Predicate_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ *, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__FindAll, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, Predicate_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__FindIndex, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, Predicate_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__FindIndex_1, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__ForEach, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, Action_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__GetEnumerator, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF288, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__GetEnumerator__MethodInfo); DO_APP_FUNC(0x0179AA30, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__IndexOf, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, VisualTreeAsset_UsingEntry item, MethodInfo * method)); DO_APP_FUNC(0x017A0890, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Insert, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, int32_t index, VisualTreeAsset_UsingEntry item, MethodInfo * method)); DO_APP_FUNC(0x01846EF0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__InsertRange, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, int32_t index, IEnumerable_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Remove, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, VisualTreeAsset_UsingEntry item, MethodInfo * method)); DO_APP_FUNC(0x017A0DA0, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__RemoveAll, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, Predicate_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A0F80, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__RemoveAt, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__RemoveRange, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Reverse, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Reverse_1, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Sort, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Sort_1, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, Comparison_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Sort_2, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, IComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Sort_3, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ *, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01846E40, Object *, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IList_Add, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IList_Contains, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IList_IndexOf, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IList_Insert, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IList_Remove, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IList_get_Item, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IList_set_Item, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, VisualTreeAsset_UsingEntry__Array *, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__ToArray, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__TrimExcess, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__get_Capacity, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__get_Count, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF378, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__get_Count__MethodInfo); DO_APP_FUNC(0x01799950, VisualTreeAsset_UsingEntry, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__get_Item, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF3E0, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__set_Capacity, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A0620, void, List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__set_Item, (List_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, int32_t index, VisualTreeAsset_UsingEntry value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry___ctor, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70ED8, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry___ctor_1, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, IEnumerable_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry___ctor_2, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Add, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70ED0, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Add__MethodInfo); DO_APP_FUNC(0x018479D0, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__AddEnumerable, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, IEnumerable_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__AddRange, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, IEnumerable_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__AddWithResize, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ *, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__AsReadOnly, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__BinarySearch, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__BinarySearch_1, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry item, IComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__BinarySearch_2, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, int32_t index, int32_t count, XmlSchemaObjectTable_XmlSchemaObjectEntry item, IComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Clear, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70F10, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Clear__MethodInfo); DO_APP_FUNC(0x01794E10, bool, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Contains, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__CopyTo, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__CopyTo_1, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__EnsureCapacity, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Exists, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, Predicate_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, XmlSchemaObjectTable_XmlSchemaObjectEntry, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Find, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, Predicate_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ *, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__FindAll, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, Predicate_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__FindIndex, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, Predicate_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__FindIndex_1, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, int32_t startIndex, int32_t count, Predicate_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__ForEach, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, Action_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__GetEnumerator, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__IndexOf, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Insert, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, int32_t index, XmlSchemaObjectTable_XmlSchemaObjectEntry item, MethodInfo * method)); DO_APP_FUNC(0x01847610, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__InsertRange, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, int32_t index, IEnumerable_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Remove, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__RemoveAll, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, Predicate_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__RemoveAt, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70F00, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__RemoveAt__MethodInfo); DO_APP_FUNC(0x01796310, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__RemoveRange, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Reverse, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Reverse_1, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Sort, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Sort_1, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, Comparison_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Sort_2, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, IComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Sort_3, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, int32_t index, int32_t count, IComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ *, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_ICollection_CopyTo, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_ICollection_get_IsSynchronized, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01847560, Object *, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_ICollection_get_SyncRoot, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IEnumerable_GetEnumerator, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IList_Add, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IList_Contains, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IList_IndexOf, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IList_Insert, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IList_Remove, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IList_get_IsFixedSize, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IList_get_IsReadOnly, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IList_get_Item, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IList_set_Item, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, XmlSchemaObjectTable_XmlSchemaObjectEntry__Array *, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__ToArray, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__TrimExcess, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__get_Capacity, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__get_Count, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70EB0, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__get_Count__MethodInfo); DO_APP_FUNC(0x01794510, XmlSchemaObjectTable_XmlSchemaObjectEntry, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__get_Item, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70EB8, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__set_Capacity, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__set_Item, (List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, int32_t index, XmlSchemaObjectTable_XmlSchemaObjectEntry value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70F28, List_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_ftLightmaps_LightmapAdditionalData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_ftLightmaps_LightmapAdditionalData___ctor, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86538, List_1_ftLightmaps_LightmapAdditionalData___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_ftLightmaps_LightmapAdditionalData___ctor_1, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, IEnumerable_1_ftLightmaps_LightmapAdditionalData_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_ftLightmaps_LightmapAdditionalData___ctor_2, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x008B8960, void, List_1_ftLightmaps_LightmapAdditionalData__Add, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, ftLightmaps_LightmapAdditionalData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C865A8, List_1_ftLightmaps_LightmapAdditionalData__Add__MethodInfo); DO_APP_FUNC(0x018480F0, void, List_1_ftLightmaps_LightmapAdditionalData__AddEnumerable, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, IEnumerable_1_ftLightmaps_LightmapAdditionalData_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_ftLightmaps_LightmapAdditionalData__AddRange, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, IEnumerable_1_ftLightmaps_LightmapAdditionalData_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01796FF0, void, List_1_ftLightmaps_LightmapAdditionalData__AddWithResize, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, ftLightmaps_LightmapAdditionalData item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ *, List_1_ftLightmaps_LightmapAdditionalData__AsReadOnly, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017972F0, int32_t, List_1_ftLightmaps_LightmapAdditionalData__BinarySearch, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, ftLightmaps_LightmapAdditionalData item, MethodInfo * method)); DO_APP_FUNC(0x01797390, int32_t, List_1_ftLightmaps_LightmapAdditionalData__BinarySearch_1, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, ftLightmaps_LightmapAdditionalData item, IComparer_1_ftLightmaps_LightmapAdditionalData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01797240, int32_t, List_1_ftLightmaps_LightmapAdditionalData__BinarySearch_2, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, int32_t index, int32_t count, ftLightmaps_LightmapAdditionalData item, IComparer_1_ftLightmaps_LightmapAdditionalData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_ftLightmaps_LightmapAdditionalData__Clear, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797430, bool, List_1_ftLightmaps_LightmapAdditionalData__Contains, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, ftLightmaps_LightmapAdditionalData item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_ftLightmaps_LightmapAdditionalData__CopyTo, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, ftLightmaps_LightmapAdditionalData__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_ftLightmaps_LightmapAdditionalData__CopyTo_1, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, ftLightmaps_LightmapAdditionalData__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_ftLightmaps_LightmapAdditionalData__EnsureCapacity, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_ftLightmaps_LightmapAdditionalData__Exists, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, Predicate_1_ftLightmaps_LightmapAdditionalData_ * match, MethodInfo * method)); DO_APP_FUNC(0x017975E0, ftLightmaps_LightmapAdditionalData, List_1_ftLightmaps_LightmapAdditionalData__Find, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, Predicate_1_ftLightmaps_LightmapAdditionalData_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797700, List_1_ftLightmaps_LightmapAdditionalData_ *, List_1_ftLightmaps_LightmapAdditionalData__FindAll, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, Predicate_1_ftLightmaps_LightmapAdditionalData_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_ftLightmaps_LightmapAdditionalData__FindIndex, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, Predicate_1_ftLightmaps_LightmapAdditionalData_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797890, int32_t, List_1_ftLightmaps_LightmapAdditionalData__FindIndex_1, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, int32_t startIndex, int32_t count, Predicate_1_ftLightmaps_LightmapAdditionalData_ * match, MethodInfo * method)); DO_APP_FUNC(0x017979B0, void, List_1_ftLightmaps_LightmapAdditionalData__ForEach, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, Action_1_ftLightmaps_LightmapAdditionalData_ * action, MethodInfo * method)); DO_APP_FUNC(0x01797A80, List_1_T_Enumerator_ftLightmaps_LightmapAdditionalData_, List_1_ftLightmaps_LightmapAdditionalData__GetEnumerator, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797C10, int32_t, List_1_ftLightmaps_LightmapAdditionalData__IndexOf, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, ftLightmaps_LightmapAdditionalData item, MethodInfo * method)); DO_APP_FUNC(0x01797DB0, void, List_1_ftLightmaps_LightmapAdditionalData__Insert, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, int32_t index, ftLightmaps_LightmapAdditionalData item, MethodInfo * method)); DO_APP_FUNC(0x01847D20, void, List_1_ftLightmaps_LightmapAdditionalData__InsertRange, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, int32_t index, IEnumerable_1_ftLightmaps_LightmapAdditionalData_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01796D50, bool, List_1_ftLightmaps_LightmapAdditionalData__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01798410, bool, List_1_ftLightmaps_LightmapAdditionalData__Remove, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, ftLightmaps_LightmapAdditionalData item, MethodInfo * method)); DO_APP_FUNC(0x017985D0, int32_t, List_1_ftLightmaps_LightmapAdditionalData__RemoveAll, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, Predicate_1_ftLightmaps_LightmapAdditionalData_ * match, MethodInfo * method)); DO_APP_FUNC(0x017987B0, void, List_1_ftLightmaps_LightmapAdditionalData__RemoveAt, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_ftLightmaps_LightmapAdditionalData__RemoveRange, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_ftLightmaps_LightmapAdditionalData__Reverse, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_ftLightmaps_LightmapAdditionalData__Reverse_1, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_ftLightmaps_LightmapAdditionalData__Sort, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_ftLightmaps_LightmapAdditionalData__Sort_1, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, Comparison_1_ftLightmaps_LightmapAdditionalData_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_ftLightmaps_LightmapAdditionalData__Sort_2, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, IComparer_1_ftLightmaps_LightmapAdditionalData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_ftLightmaps_LightmapAdditionalData__Sort_3, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, int32_t index, int32_t count, IComparer_1_ftLightmaps_LightmapAdditionalData_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_ftLightmaps_LightmapAdditionalData__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator_1_ftLightmaps_LightmapAdditionalData_ *, List_1_ftLightmaps_LightmapAdditionalData__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_ftLightmaps_LightmapAdditionalData__System_Collections_ICollection_CopyTo, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_ftLightmaps_LightmapAdditionalData__System_Collections_ICollection_get_IsSynchronized, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01847C70, Object *, List_1_ftLightmaps_LightmapAdditionalData__System_Collections_ICollection_get_SyncRoot, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator *, List_1_ftLightmaps_LightmapAdditionalData__System_Collections_IEnumerable_GetEnumerator, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017970C0, int32_t, List_1_ftLightmaps_LightmapAdditionalData__System_Collections_IList_Add, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017974A0, bool, List_1_ftLightmaps_LightmapAdditionalData__System_Collections_IList_Contains, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797C70, int32_t, List_1_ftLightmaps_LightmapAdditionalData__System_Collections_IList_IndexOf, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797EF0, void, List_1_ftLightmaps_LightmapAdditionalData__System_Collections_IList_Insert, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017984A0, void, List_1_ftLightmaps_LightmapAdditionalData__System_Collections_IList_Remove, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_ftLightmaps_LightmapAdditionalData__System_Collections_IList_get_IsFixedSize, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_ftLightmaps_LightmapAdditionalData__System_Collections_IList_get_IsReadOnly, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796E20, Object *, List_1_ftLightmaps_LightmapAdditionalData__System_Collections_IList_get_Item, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796EA0, void, List_1_ftLightmaps_LightmapAdditionalData__System_Collections_IList_set_Item, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, ftLightmaps_LightmapAdditionalData__Array *, List_1_ftLightmaps_LightmapAdditionalData__ToArray, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_ftLightmaps_LightmapAdditionalData__TrimExcess, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_ftLightmaps_LightmapAdditionalData__get_Capacity, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_ftLightmaps_LightmapAdditionalData__get_Count, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C864F8, List_1_ftLightmaps_LightmapAdditionalData__get_Count__MethodInfo); DO_APP_FUNC(0x01796C50, ftLightmaps_LightmapAdditionalData, List_1_ftLightmaps_LightmapAdditionalData__get_Item, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C864D8, List_1_ftLightmaps_LightmapAdditionalData__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_ftLightmaps_LightmapAdditionalData__set_Capacity, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01796CA0, void, List_1_ftLightmaps_LightmapAdditionalData__set_Item, (List_1_ftLightmaps_LightmapAdditionalData_ * __this, int32_t index, ftLightmaps_LightmapAdditionalData value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86478, List_1_ftLightmaps_LightmapAdditionalData__set_Item__MethodInfo); DO_APP_FUNC(0x01796A90, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor_1, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, IEnumerable_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor_2, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0179DF80, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Add, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, MethodInfo * method)); DO_APP_FUNC(0x01848780, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__AddEnumerable, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, IEnumerable_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__AddRange, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, IEnumerable_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179DFE0, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__AddWithResize, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ *, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__AsReadOnly, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E240, int32_t, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__BinarySearch, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, MethodInfo * method)); DO_APP_FUNC(0x0179E2C0, int32_t, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__BinarySearch_1, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, IComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E1B0, int32_t, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__BinarySearch_2, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, int32_t count, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, IComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Clear, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E360, bool, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Contains, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__CopyTo, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__CopyTo_1, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__EnsureCapacity, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Exists, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Predicate_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E4E0, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Find, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Predicate_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E5B0, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ *, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__FindAll, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Predicate_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__FindIndex, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Predicate_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E710, int32_t, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__FindIndex_1, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t startIndex, int32_t count, Predicate_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179E810, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__ForEach, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Action_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179E8D0, List_1_T_Enumerator_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__GetEnumerator, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179EA30, int32_t, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__IndexOf, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, MethodInfo * method)); DO_APP_FUNC(0x0179EBB0, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Insert, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, MethodInfo * method)); DO_APP_FUNC(0x01848430, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__InsertRange, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, IEnumerable_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * collection, MethodInfo * method)); DO_APP_FUNC(0x0179DD10, bool, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179F110, bool, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Remove, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, MethodInfo * method)); DO_APP_FUNC(0x0179F2A0, int32_t, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__RemoveAll, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Predicate_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__RemoveAt, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__RemoveRange, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Reverse, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Reverse_1, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Sort, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Sort_1, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Comparison_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Sort_2, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, IComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Sort_3, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, int32_t count, IComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ *, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_ICollection_CopyTo, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_ICollection_get_IsSynchronized, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01848380, Object *, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_ICollection_get_SyncRoot, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E960, IEnumerator *, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEnumerable_GetEnumerator, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179E050, int32_t, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_Add, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179E3B0, bool, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_Contains, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EA80, int32_t, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_IndexOf, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179EC80, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_Insert, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179F190, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_Remove, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_get_IsFixedSize, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_get_IsReadOnly, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DDE0, Object *, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_get_Item, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179DE50, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_set_Item, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array *, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__ToArray, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__TrimExcess, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__get_Capacity, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__get_Count, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179DC90, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__get_Item, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__set_Capacity, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0179DCD0, void, List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__set_Item, (List_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem___ctor, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem___ctor_1, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, IEnumerable_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem___ctor_2, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01794890, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Add, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, DebugUI_Foldout_ContextMenuItem item, MethodInfo * method)); DO_APP_FUNC(0x01848E50, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__AddEnumerable, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, IEnumerable_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__AddRange, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, IEnumerable_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794970, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__AddWithResize, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, DebugUI_Foldout_ContextMenuItem item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ *, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__AsReadOnly, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794CE0, int32_t, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__BinarySearch, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, DebugUI_Foldout_ContextMenuItem item, MethodInfo * method)); DO_APP_FUNC(0x01794D70, int32_t, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__BinarySearch_1, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, DebugUI_Foldout_ContextMenuItem item, IComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01794C40, int32_t, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__BinarySearch_2, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, int32_t index, int32_t count, DebugUI_Foldout_ContextMenuItem item, IComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Clear, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794E10, bool, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Contains, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, DebugUI_Foldout_ContextMenuItem item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__CopyTo, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, DebugUI_Foldout_ContextMenuItem__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__CopyTo_1, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, DebugUI_Foldout_ContextMenuItem__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__EnsureCapacity, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Exists, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, Predicate_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x017950D0, DebugUI_Foldout_ContextMenuItem, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Find, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, Predicate_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x017951D0, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ *, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__FindAll, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, Predicate_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__FindIndex, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, Predicate_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795390, int32_t, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__FindIndex_1, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x017954A0, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__ForEach, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, Action_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * action, MethodInfo * method)); DO_APP_FUNC(0x01795570, List_1_T_Enumerator_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__GetEnumerator, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017956E0, int32_t, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__IndexOf, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, DebugUI_Foldout_ContextMenuItem item, MethodInfo * method)); DO_APP_FUNC(0x01795870, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Insert, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, int32_t index, DebugUI_Foldout_ContextMenuItem item, MethodInfo * method)); DO_APP_FUNC(0x01848A90, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__InsertRange, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, int32_t index, IEnumerable_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01794600, bool, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01795EA0, bool, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Remove, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, DebugUI_Foldout_ContextMenuItem item, MethodInfo * method)); DO_APP_FUNC(0x01796050, int32_t, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__RemoveAll, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, Predicate_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x01796240, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__RemoveAt, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__RemoveRange, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Reverse, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Reverse_1, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Sort, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Sort_1, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, Comparison_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Sort_2, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, IComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Sort_3, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ *, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018489E0, Object *, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01795600, IEnumerator *, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794A30, int32_t, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IList_Add, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01794E70, bool, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IList_Contains, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795740, int32_t, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IList_IndexOf, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017959A0, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IList_Insert, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01795F30, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IList_Remove, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017946D0, Object *, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IList_get_Item, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794750, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IList_set_Item, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, DebugUI_Foldout_ContextMenuItem__Array *, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__ToArray, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__TrimExcess, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__get_Capacity, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__get_Count, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794510, DebugUI_Foldout_ContextMenuItem, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__get_Item, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__set_Capacity, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01794560, void, List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__set_Item, (List_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, int32_t index, DebugUI_Foldout_ContextMenuItem value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher___ctor, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98BE0, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher___ctor_1, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, IEnumerable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher___ctor_2, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017A06D0, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Add, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, InputControlLayout_Collection_LayoutMatcher item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98B98, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Add__MethodInfo); DO_APP_FUNC(0x01849570, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__AddEnumerable, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, IEnumerable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__AddRange, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, IEnumerable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A07C0, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__AddWithResize, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, InputControlLayout_Collection_LayoutMatcher item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ *, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__AsReadOnly, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A110, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__BinarySearch, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, InputControlLayout_Collection_LayoutMatcher item, MethodInfo * method)); DO_APP_FUNC(0x0179A1B0, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__BinarySearch_1, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, InputControlLayout_Collection_LayoutMatcher item, IComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179A050, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__BinarySearch_2, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, int32_t index, int32_t count, InputControlLayout_Collection_LayoutMatcher item, IComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Clear, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A250, bool, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Contains, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, InputControlLayout_Collection_LayoutMatcher item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__CopyTo, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, InputControlLayout_Collection_LayoutMatcher__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__CopyTo_1, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, InputControlLayout_Collection_LayoutMatcher__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__EnsureCapacity, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Exists, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, Predicate_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A400, InputControlLayout_Collection_LayoutMatcher, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Find, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, Predicate_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A530, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ *, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__FindAll, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, Predicate_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__FindIndex, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, Predicate_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A6C0, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__FindIndex_1, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, int32_t startIndex, int32_t count, Predicate_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179A7E0, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__ForEach, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, Action_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * action, MethodInfo * method)); DO_APP_FUNC(0x0179A8B0, List_1_T_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__GetEnumerator, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179AA30, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__IndexOf, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, InputControlLayout_Collection_LayoutMatcher item, MethodInfo * method)); DO_APP_FUNC(0x017A0890, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Insert, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, int32_t index, InputControlLayout_Collection_LayoutMatcher item, MethodInfo * method)); DO_APP_FUNC(0x018491A0, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__InsertRange, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, int32_t index, IEnumerable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01799A60, bool, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x0179B230, bool, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Remove, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, InputControlLayout_Collection_LayoutMatcher item, MethodInfo * method)); DO_APP_FUNC(0x017A0DA0, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__RemoveAll, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, Predicate_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A0F80, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__RemoveAt, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__RemoveRange, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Reverse, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Reverse_1, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Sort, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Sort_1, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, Comparison_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Sort_2, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, IComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Sort_3, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, int32_t index, int32_t count, IComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ *, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_ICollection_CopyTo, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_ICollection_get_IsSynchronized, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018490F0, Object *, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_ICollection_get_SyncRoot, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0179A940, IEnumerator *, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IEnumerable_GetEnumerator, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799ED0, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IList_Add, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179A2C0, bool, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IList_Contains, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AA90, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IList_IndexOf, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179AD10, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IList_Insert, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0179B2C0, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IList_Remove, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IList_get_IsFixedSize, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IList_get_IsReadOnly, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01799B40, Object *, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IList_get_Item, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01799BC0, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IList_set_Item, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, InputControlLayout_Collection_LayoutMatcher__Array *, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__ToArray, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__TrimExcess, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__get_Capacity, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__get_Count, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98BA0, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__get_Count__MethodInfo); DO_APP_FUNC(0x01799950, InputControlLayout_Collection_LayoutMatcher, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__get_Item, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98BB0, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__set_Capacity, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A0620, void, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__set_Item, (List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, int32_t index, InputControlLayout_Collection_LayoutMatcher value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView___ctor, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60028, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView___ctor_1, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, IEnumerable_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView___ctor_2, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017FAE30, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Add, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, InstructionList_DebugView_InstructionView item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FF68, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Add__MethodInfo); DO_APP_FUNC(0x01849C90, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__AddEnumerable, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, IEnumerable_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__AddRange, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, IEnumerable_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017FAF20, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__AddWithResize, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, InstructionList_DebugView_InstructionView item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ *, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__AsReadOnly, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017972F0, int32_t, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__BinarySearch, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, InstructionList_DebugView_InstructionView item, MethodInfo * method)); DO_APP_FUNC(0x01797390, int32_t, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__BinarySearch_1, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, InstructionList_DebugView_InstructionView item, IComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01797240, int32_t, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__BinarySearch_2, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, int32_t index, int32_t count, InstructionList_DebugView_InstructionView item, IComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x003C9040, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Clear, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797430, bool, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Contains, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, InstructionList_DebugView_InstructionView item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__CopyTo, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, InstructionList_DebugView_InstructionView__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__CopyTo_1, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, InstructionList_DebugView_InstructionView__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__EnsureCapacity, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Exists, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, Predicate_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * match, MethodInfo * method)); DO_APP_FUNC(0x017975E0, InstructionList_DebugView_InstructionView, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Find, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, Predicate_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797700, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ *, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__FindAll, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, Predicate_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__FindIndex, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, Predicate_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * match, MethodInfo * method)); DO_APP_FUNC(0x01797890, int32_t, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__FindIndex_1, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, int32_t startIndex, int32_t count, Predicate_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * match, MethodInfo * method)); DO_APP_FUNC(0x017979B0, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__ForEach, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, Action_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * action, MethodInfo * method)); DO_APP_FUNC(0x01797A80, List_1_T_Enumerator_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__GetEnumerator, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797C10, int32_t, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__IndexOf, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, InstructionList_DebugView_InstructionView item, MethodInfo * method)); DO_APP_FUNC(0x017FAFF0, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Insert, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, int32_t index, InstructionList_DebugView_InstructionView item, MethodInfo * method)); DO_APP_FUNC(0x018498C0, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__InsertRange, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, int32_t index, IEnumerable_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01796D50, bool, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01798410, bool, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Remove, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, InstructionList_DebugView_InstructionView item, MethodInfo * method)); DO_APP_FUNC(0x017FB500, int32_t, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__RemoveAll, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, Predicate_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * match, MethodInfo * method)); DO_APP_FUNC(0x017FB6E0, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__RemoveAt, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796310, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__RemoveRange, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Reverse, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Reverse_1, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Sort, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Sort_1, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, Comparison_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Sort_2, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, IComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Sort_3, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, int32_t index, int32_t count, IComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ *, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_ICollection_CopyTo, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_ICollection_get_IsSynchronized, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01849810, Object *, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_ICollection_get_SyncRoot, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01797B20, IEnumerator *, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IEnumerable_GetEnumerator, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017970C0, int32_t, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IList_Add, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017974A0, bool, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IList_Contains, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797C70, int32_t, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IList_IndexOf, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01797EF0, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IList_Insert, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017984A0, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IList_Remove, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IList_get_IsFixedSize, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IList_get_IsReadOnly, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796E20, Object *, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IList_get_Item, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01796EA0, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IList_set_Item, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, InstructionList_DebugView_InstructionView__Array *, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__ToArray, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60020, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__ToArray__MethodInfo); DO_APP_FUNC(0x01796790, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__TrimExcess, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__get_Capacity, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__get_Count, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796C50, InstructionList_DebugView_InstructionView, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__get_Item, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01794340, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__set_Capacity, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017FAD80, void, List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__set_Item, (List_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, int32_t index, InstructionList_DebugView_InstructionView value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb___ctor, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87470, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb___ctor_1, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, IEnumerable_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb___ctor_2, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x00AE89D0, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Add, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87378, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Add__MethodInfo); DO_APP_FUNC(0x0184A3A0, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__AddEnumerable, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, IEnumerable_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__AddRange, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, IEnumerable_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A8B90, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__AddWithResize, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ *, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__AsReadOnly, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8E40, int32_t, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__BinarySearch, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb item, MethodInfo * method)); DO_APP_FUNC(0x017A8EE0, int32_t, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__BinarySearch_1, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb item, IComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017A8D80, int32_t, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__BinarySearch_2, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, int32_t index, int32_t count, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb item, IComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Clear, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87360, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Clear__MethodInfo); DO_APP_FUNC(0x017A8F80, bool, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Contains, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__CopyTo, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__CopyTo_1, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__EnsureCapacity, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Exists, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, Predicate_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A9130, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Find, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, Predicate_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A9250, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ *, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__FindAll, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, Predicate_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__FindIndex, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, Predicate_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A93D0, int32_t, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__FindIndex_1, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, int32_t startIndex, int32_t count, Predicate_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * match, MethodInfo * method)); DO_APP_FUNC(0x017A94F0, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__ForEach, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, Action_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * action, MethodInfo * method)); DO_APP_FUNC(0x017A95C0, List_1_T_Enumerator_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__GetEnumerator, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9730, int32_t, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__IndexOf, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb item, MethodInfo * method)); DO_APP_FUNC(0x017A98D0, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Insert, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, int32_t index, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb item, MethodInfo * method)); DO_APP_FUNC(0x01849FD0, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__InsertRange, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, int32_t index, IEnumerable_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017A88E0, bool, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017A9ED0, bool, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Remove, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb item, MethodInfo * method)); DO_APP_FUNC(0x017AA090, int32_t, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__RemoveAll, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, Predicate_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__RemoveAt, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__RemoveRange, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Reverse, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Reverse_1, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Sort, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Sort_1, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, Comparison_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Sort_2, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, IComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Sort_3, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, int32_t index, int32_t count, IComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9650, IEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ *, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_ICollection_CopyTo, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_ICollection_get_IsSynchronized, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01849F20, Object *, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_ICollection_get_SyncRoot, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A9650, IEnumerator *, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IEnumerable_GetEnumerator, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A8C10, int32_t, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IList_Add, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A8FF0, bool, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IList_Contains, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A9790, int32_t, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IList_IndexOf, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A99B0, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IList_Insert, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017A9F60, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IList_Remove, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IList_get_IsFixedSize, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IList_get_IsReadOnly, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017A89C0, Object *, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IList_get_Item, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017A8A40, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IList_set_Item, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Array *, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__ToArray, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__TrimExcess, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__get_Capacity, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__get_Count, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87358, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__get_Count__MethodInfo); DO_APP_FUNC(0x017A8820, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__get_Item, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87370, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__set_Capacity, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017A8880, void, List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__set_Item, (List_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, int32_t index, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item___ctor, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017940E0, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item___ctor_1, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, IEnumerable_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item___ctor_2, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97CD0, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item___ctor_2__MethodInfo); DO_APP_FUNC(0x01800DA0, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Add, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, TargetPositionCache_CacheCurve_Item item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97CC0, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Add__MethodInfo); DO_APP_FUNC(0x0184AA40, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__AddEnumerable, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, IEnumerable_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__AddRange, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, IEnumerable_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01800E40, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__AddWithResize, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, TargetPositionCache_CacheCurve_Item item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ *, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__AsReadOnly, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01801110, int32_t, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__BinarySearch, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, TargetPositionCache_CacheCurve_Item item, MethodInfo * method)); DO_APP_FUNC(0x018011B0, int32_t, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__BinarySearch_1, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, TargetPositionCache_CacheCurve_Item item, IComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01801040, int32_t, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__BinarySearch_2, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, int32_t index, int32_t count, TargetPositionCache_CacheCurve_Item item, IComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Clear, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01801260, bool, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Contains, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, TargetPositionCache_CacheCurve_Item item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__CopyTo, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, TargetPositionCache_CacheCurve_Item__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__CopyTo_1, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, TargetPositionCache_CacheCurve_Item__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__EnsureCapacity, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Exists, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, Predicate_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * match, MethodInfo * method)); DO_APP_FUNC(0x01801410, TargetPositionCache_CacheCurve_Item, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Find, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, Predicate_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * match, MethodInfo * method)); DO_APP_FUNC(0x01801550, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ *, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__FindAll, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, Predicate_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__FindIndex, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, Predicate_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * match, MethodInfo * method)); DO_APP_FUNC(0x018016F0, int32_t, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__FindIndex_1, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, int32_t startIndex, int32_t count, Predicate_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * match, MethodInfo * method)); DO_APP_FUNC(0x01801820, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__ForEach, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, Action_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * action, MethodInfo * method)); DO_APP_FUNC(0x01801900, List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheCurve_Item_, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__GetEnumerator, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01801AA0, int32_t, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__IndexOf, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, TargetPositionCache_CacheCurve_Item item, MethodInfo * method)); DO_APP_FUNC(0x01801C50, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Insert, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, int32_t index, TargetPositionCache_CacheCurve_Item item, MethodInfo * method)); DO_APP_FUNC(0x0184A6D0, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__InsertRange, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, int32_t index, IEnumerable_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01800AE0, bool, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x018021F0, bool, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Remove, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, TargetPositionCache_CacheCurve_Item item, MethodInfo * method)); DO_APP_FUNC(0x018023C0, int32_t, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__RemoveAll, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, Predicate_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__RemoveAt, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__RemoveRange, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x017963B0, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Reverse, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Reverse_1, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Sort, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Sort_1, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, Comparison_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Sort_2, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, IComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Sort_3, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, int32_t index, int32_t count, IComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018019B0, IEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ *, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_ICollection_CopyTo, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_ICollection_get_IsSynchronized, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0184A620, Object *, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_ICollection_get_SyncRoot, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018019B0, IEnumerator *, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IEnumerable_GetEnumerator, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01800EC0, int32_t, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IList_Add, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x018012D0, bool, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IList_Contains, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01801B10, int32_t, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IList_IndexOf, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01801D30, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IList_Insert, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01802290, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IList_Remove, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IList_get_IsFixedSize, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IList_get_IsReadOnly, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01800BC0, Object *, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IList_get_Item, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01800C50, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IList_set_Item, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, TargetPositionCache_CacheCurve_Item__Array *, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__ToArray, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__TrimExcess, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__get_Capacity, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__get_Count, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97CD8, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__get_Count__MethodInfo); DO_APP_FUNC(0x01800A20, TargetPositionCache_CacheCurve_Item, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__get_Item, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97CB8, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__set_Capacity, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01800A80, void, List_1_Cinemachine_TargetPositionCache_CacheCurve_Item__set_Item, (List_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, int32_t index, TargetPositionCache_CacheCurve_Item value, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem___ctor, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97C70, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem___ctor__MethodInfo); DO_APP_FUNC(0x017940E0, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem___ctor_1, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, IEnumerable_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01793F60, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem___ctor_2, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x017DF3F0, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Add, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, TargetPositionCache_CacheEntry_RecordingItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97CB0, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Add__MethodInfo); DO_APP_FUNC(0x0184B110, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__AddEnumerable, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, IEnumerable_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x01794BA0, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__AddRange, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, IEnumerable_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017DF490, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__AddWithResize, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, TargetPositionCache_CacheEntry_RecordingItem item, MethodInfo * method)); DO_APP_FUNC(0x01794BC0, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ *, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__AsReadOnly, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017DF760, int32_t, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__BinarySearch, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, TargetPositionCache_CacheEntry_RecordingItem item, MethodInfo * method)); DO_APP_FUNC(0x017DF800, int32_t, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__BinarySearch_1, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, TargetPositionCache_CacheEntry_RecordingItem item, IComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x017DF690, int32_t, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__BinarySearch_2, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, int32_t index, int32_t count, TargetPositionCache_CacheEntry_RecordingItem item, IComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0179E350, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Clear, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97C88, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Clear__MethodInfo); DO_APP_FUNC(0x017DF8B0, bool, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Contains, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, TargetPositionCache_CacheEntry_RecordingItem item, MethodInfo * method)); DO_APP_FUNC(0x01794FA0, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__CopyTo, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, TargetPositionCache_CacheEntry_RecordingItem__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__CopyTo_1, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, TargetPositionCache_CacheEntry_RecordingItem__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01795020, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__EnsureCapacity, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01795090, bool, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Exists, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, Predicate_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x017DFA60, TargetPositionCache_CacheEntry_RecordingItem, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Find, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, Predicate_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x017DFB90, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ *, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__FindAll, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, Predicate_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x01795340, int32_t, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__FindIndex, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, Predicate_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x017DFD30, int32_t, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__FindIndex_1, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, int32_t startIndex, int32_t count, Predicate_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x017DFE50, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__ForEach, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, Action_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * action, MethodInfo * method)); DO_APP_FUNC(0x017DFF30, List_1_T_Enumerator_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__GetEnumerator, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017E00E0, int32_t, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__IndexOf, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, TargetPositionCache_CacheEntry_RecordingItem item, MethodInfo * method)); DO_APP_FUNC(0x017E0290, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Insert, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, int32_t index, TargetPositionCache_CacheEntry_RecordingItem item, MethodInfo * method)); DO_APP_FUNC(0x0184ADA0, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__InsertRange, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, int32_t index, IEnumerable_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * collection, MethodInfo * method)); DO_APP_FUNC(0x017DF130, bool, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x017E0830, bool, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Remove, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, TargetPositionCache_CacheEntry_RecordingItem item, MethodInfo * method)); DO_APP_FUNC(0x017E0A00, int32_t, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__RemoveAll, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, Predicate_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * match, MethodInfo * method)); DO_APP_FUNC(0x0179F420, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__RemoveAt, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0179F470, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__RemoveRange, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97CA8, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__RemoveRange__MethodInfo); DO_APP_FUNC(0x017963B0, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Reverse, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796410, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Reverse_1, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01796480, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Sort, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017965F0, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Sort_1, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, Comparison_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * comparison, MethodInfo * method)); DO_APP_FUNC(0x017964F0, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Sort_2, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, IComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01796570, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Sort_3, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, int32_t index, int32_t count, IComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_Generic_ICollection_T__get_IsReadOnly, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017DFFE0, IEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ *, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_Generic_IEnumerable_T__GetEnumerator, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01794FC0, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_ICollection_CopyTo, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_ICollection_get_IsSynchronized, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0184ACF0, Object *, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_ICollection_get_SyncRoot, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017DFFE0, IEnumerator *, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IEnumerable_GetEnumerator, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017DF510, int32_t, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IList_Add, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017DF920, bool, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IList_Contains, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017E0150, int32_t, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IList_IndexOf, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017E0370, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IList_Insert, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x017E08D0, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IList_Remove, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IList_get_IsFixedSize, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IList_get_IsReadOnly, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017DF210, Object *, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IList_get_Item, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x017DF2A0, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IList_set_Item, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x017966B0, TargetPositionCache_CacheEntry_RecordingItem__Array *, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__ToArray, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796790, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__TrimExcess, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__get_Capacity, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__get_Count, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97C98, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__get_Count__MethodInfo); DO_APP_FUNC(0x017DF070, TargetPositionCache_CacheEntry_RecordingItem, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__get_Item, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97C90, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__get_Item__MethodInfo); DO_APP_FUNC(0x01794340, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__set_Capacity, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x017DF0D0, void, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__set_Item, (List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, int32_t index, TargetPositionCache_CacheEntry_RecordingItem value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97CA0, List_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__set_Item__MethodInfo); DO_APP_FUNC(0x0184B3B0, void, LockedObject_1_Rewired_LowLevelInputEvent___ctor, (LockedObject_1_Rewired_LowLevelInputEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0184B440, void, LockedObject_1_Rewired_LowLevelInputEvent___ctor_1, (LockedObject_1_Rewired_LowLevelInputEvent_ * __this, Object * param_0000c5ac, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4F70, LockedObject_1_Rewired_LowLevelInputEvent___ctor_1__MethodInfo); DO_APP_FUNC(0x0184B500, void, LockedObject_1_Rewired_LowLevelInputEvent__Lock, (LockedObject_1_Rewired_LowLevelInputEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4E88, LockedObject_1_Rewired_LowLevelInputEvent__Lock__MethodInfo); DO_APP_FUNC(0x01013200, void, LockedObject_1_Rewired_LowLevelInputEvent__System_IDisposable_Dispose, (LockedObject_1_Rewired_LowLevelInputEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0184B5A0, void, LockedObject_1_Rewired_LowLevelInputEvent__Unlock, (LockedObject_1_Rewired_LowLevelInputEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4E78, LockedObject_1_Rewired_LowLevelInputEvent__Unlock__MethodInfo); DO_APP_FUNC(0x0184B630, void, LockedObject_1_System_Object___ctor, (LockedObject_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0184B6C0, void, LockedObject_1_System_Object___ctor_1, (LockedObject_1_System_Object_ * __this, Object * param_0000c5ac, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4EB8, LockedObject_1_System_Object___ctor_1__MethodInfo); DO_APP_FUNC(0x0184B780, void, LockedObject_1_System_Object__Lock, (LockedObject_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4EA0, LockedObject_1_System_Object__Lock__MethodInfo); DO_APP_FUNC(0x01013200, void, LockedObject_1_System_Object__System_IDisposable_Dispose, (LockedObject_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0184B820, void, LockedObject_1_System_Object__Unlock, (LockedObject_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4E90, LockedObject_1_System_Object__Unlock__MethodInfo); DO_APP_FUNC(0x0184BD10, void, TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Byte___ctor, (TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0184BA80, void, TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Byte__Trim, (TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Byte_ * __this, uint32_t tickCount, int32_t id, TlsOverPerCoreLockedStacksArrayPool_1_T_MemoryPressure_System_Byte_ * pressure, int32_t bucketSize, MethodInfo * method)); DO_APP_FUNC(0x0184B9F0, Byte__Array *, TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Byte__TryPop, (TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0184B8B0, bool, TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Byte__TryPush, (TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Byte_ * __this, Byte__Array * array, MethodInfo * method)); DO_APP_FUNC(0x0184BD10, void, TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Char___ctor, (TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0184BDA0, void, TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Char__Trim, (TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Char_ * __this, uint32_t tickCount, int32_t id, TlsOverPerCoreLockedStacksArrayPool_1_T_MemoryPressure_System_Char_ * pressure, int32_t bucketSize, MethodInfo * method)); DO_APP_FUNC(0x0184B9F0, Char__Array *, TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Char__TryPop, (TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0184B8B0, bool, TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Char__TryPush, (TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Char_ * __this, Char__Array * array, MethodInfo * method)); DO_APP_FUNC(0x0184BD10, void, TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Int32___ctor, (TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0184C030, void, TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Int32__Trim, (TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Int32_ * __this, uint32_t tickCount, int32_t id, TlsOverPerCoreLockedStacksArrayPool_1_T_MemoryPressure_System_Int32_ * pressure, int32_t bucketSize, MethodInfo * method)); DO_APP_FUNC(0x0184B9F0, Int32__Array *, TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Int32__TryPop, (TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0184B8B0, bool, TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Int32__TryPush, (TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Int32_ * __this, Int32__Array * array, MethodInfo * method)); DO_APP_FUNC(0x0184BD10, void, TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Object___ctor, (TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0184C2C0, void, TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Object__Trim, (TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Object_ * __this, uint32_t tickCount, int32_t id, TlsOverPerCoreLockedStacksArrayPool_1_T_MemoryPressure_System_Object_ * pressure, int32_t bucketSize, MethodInfo * method)); DO_APP_FUNC(0x0184B9F0, Object__Array *, TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Object__TryPop, (TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0184B8B0, bool, TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Object__TryPush, (TlsOverPerCoreLockedStacksArrayPool_1_T_LockedStack_System_Object_ * __this, Object__Array * array, MethodInfo * method)); DO_APP_FUNC(0x0184C550, void, LockedValue_1_System_IntPtr___ctor, (LockedValue_1_System_IntPtr_ * __this, void * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C4C0, LockedValue_1_System_IntPtr___ctor__MethodInfo); DO_APP_FUNC(0x01091B40, LockedValue_1_T_Unlocker_System_IntPtr_ *, LockedValue_1_System_IntPtr__Lock, (LockedValue_1_System_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C458, LockedValue_1_System_IntPtr__Lock__MethodInfo); DO_APP_FUNC(0x01091B80, void, LockedValue_1_System_IntPtr__Unlock, (LockedValue_1_System_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0184C6D0, void, LockedValue_1_System_Object___ctor, (LockedValue_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01091B40, LockedValue_1_T_Unlocker_System_Object_ *, LockedValue_1_System_Object__Lock, (LockedValue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01091B80, void, LockedValue_1_System_Object__Unlock, (LockedValue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0184C8A0, void, LockedValue_1_Dissonance_Audio_Playback_PlaybackOptions___ctor, (LockedValue_1_Dissonance_Audio_Playback_PlaybackOptions_ * __this, PlaybackOptions value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CCE0, LockedValue_1_Dissonance_Audio_Playback_PlaybackOptions___ctor__MethodInfo); DO_APP_FUNC(0x0184CA30, LockedValue_1_T_Unlocker_Dissonance_Audio_Playback_PlaybackOptions_ *, LockedValue_1_Dissonance_Audio_Playback_PlaybackOptions__Lock, (LockedValue_1_Dissonance_Audio_Playback_PlaybackOptions_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CD38, LockedValue_1_Dissonance_Audio_Playback_PlaybackOptions__Lock__MethodInfo); DO_APP_FUNC(0x009C6AB0, void, LockedValue_1_Dissonance_Audio_Playback_PlaybackOptions__Unlock, (LockedValue_1_Dissonance_Audio_Playback_PlaybackOptions_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00CB46A0, Lookup_2_System_Int32_System_Object_ *, Lookup_2_System_Int32_System_Object__Create, (IEnumerable_1_System_ValueTuple_2__5 * source, Func_2_ValueTuple_2_Object_Int32_Int32_ * keySelector, Func_2_ValueTuple_2_Object_Int32_Object_ * elementSelector, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60D38, Lookup_2_System_Int32_System_Object__Create__MethodInfo); DO_APP_FUNC(0x0184CA70, void, Lookup_2_System_Int32_System_Object___ctor, (Lookup_2_System_Int32_System_Object_ * __this, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011665E0, IEnumerator_1_System_Linq_IGrouping_2_ *, Lookup_2_System_Int32_System_Object__GetEnumerator, (Lookup_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0184CC00, Lookup_2_TKey_TElement_Grouping_System_Int32_System_Object_ *, Lookup_2_System_Int32_System_Object__GetGrouping, (Lookup_2_System_Int32_System_Object_ * __this, int32_t key, bool create, MethodInfo * method)); DO_APP_FUNC(0x0184CBA0, int32_t, Lookup_2_System_Int32_System_Object__InternalGetHashCode, (Lookup_2_System_Int32_System_Object_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x0184CF80, void, Lookup_2_System_Int32_System_Object__Resize, (Lookup_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4E60, Lookup_2_System_Int32_System_Object__Resize__MethodInfo); DO_APP_FUNC(0x00FD2940, IEnumerator *, Lookup_2_System_Int32_System_Object__System_Collections_IEnumerable_GetEnumerator, (Lookup_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00CB4AE0, Lookup_2_System_Object_System_Object_ *, Lookup_2_System_Object_System_Object__Create, (IEnumerable_1_System_Object_ * source, Func_2_Object_Object_ * keySelector, Func_2_Object_Object_ * elementSelector, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60D30, Lookup_2_System_Object_System_Object__Create__MethodInfo); DO_APP_FUNC(0x0184CA70, void, Lookup_2_System_Object_System_Object___ctor, (Lookup_2_System_Object_System_Object_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011665E0, IEnumerator_1_System_Linq_IGrouping_2__1 *, Lookup_2_System_Object_System_Object__GetEnumerator, (Lookup_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0184D1B0, Lookup_2_TKey_TElement_Grouping_System_Object_System_Object_ *, Lookup_2_System_Object_System_Object__GetGrouping, (Lookup_2_System_Object_System_Object_ * __this, Object * key, bool create, MethodInfo * method)); DO_APP_FUNC(0x0184D140, int32_t, Lookup_2_System_Object_System_Object__InternalGetHashCode, (Lookup_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0184D570, void, Lookup_2_System_Object_System_Object__Resize, (Lookup_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4E50, Lookup_2_System_Object_System_Object__Resize__MethodInfo); DO_APP_FUNC(0x00FD2940, IEnumerator *, Lookup_2_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (Lookup_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00CB4EA0, Lookup_2_System_Object_UnityEngine_Resolution_ *, Lookup_2_System_Object_UnityEngine_Resolution__Create, (IEnumerable_1_UnityEngine_Resolution_ * source, Func_2_UnityEngine_Resolution_Object_ * keySelector, Func_2_UnityEngine_Resolution_UnityEngine_Resolution_ * elementSelector, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60D20, Lookup_2_System_Object_UnityEngine_Resolution__Create__MethodInfo); DO_APP_FUNC(0x0184CA70, void, Lookup_2_System_Object_UnityEngine_Resolution___ctor, (Lookup_2_System_Object_UnityEngine_Resolution_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011665E0, IEnumerator_1_System_Linq_IGrouping_2__2 *, Lookup_2_System_Object_UnityEngine_Resolution__GetEnumerator, (Lookup_2_System_Object_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0184D1B0, Lookup_2_TKey_TElement_Grouping_System_Object_UnityEngine_Resolution_ *, Lookup_2_System_Object_UnityEngine_Resolution__GetGrouping, (Lookup_2_System_Object_UnityEngine_Resolution_ * __this, Object * key, bool create, MethodInfo * method)); DO_APP_FUNC(0x0184D140, int32_t, Lookup_2_System_Object_UnityEngine_Resolution__InternalGetHashCode, (Lookup_2_System_Object_UnityEngine_Resolution_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0184D730, void, Lookup_2_System_Object_UnityEngine_Resolution__Resize, (Lookup_2_System_Object_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4E70, Lookup_2_System_Object_UnityEngine_Resolution__Resize__MethodInfo); DO_APP_FUNC(0x00FD2940, IEnumerator *, Lookup_2_System_Object_UnityEngine_Resolution__System_Collections_IEnumerable_GetEnumerator, (Lookup_2_System_Object_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00CB5320, Lookup_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ *, Lookup_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__Create, (IEnumerable_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3_ * keySelector, Func_2_System_Collections_Generic_KeyValuePair_2_System_Collections_Generic_KeyValuePair_2_ * elementSelector, IEqualityComparer_1_UnityEngine_Vector3_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60D28, Lookup_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__Create__MethodInfo); DO_APP_FUNC(0x0184CA70, void, Lookup_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2___ctor, (Lookup_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, IEqualityComparer_1_UnityEngine_Vector3_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011665E0, IEnumerator_1_System_Linq_IGrouping_2__3 *, Lookup_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__GetEnumerator, (Lookup_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0184D9D0, Lookup_2_TKey_TElement_Grouping_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ *, Lookup_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__GetGrouping, (Lookup_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, Vector3 key, bool create, MethodInfo * method)); DO_APP_FUNC(0x0184D8F0, int32_t, Lookup_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__InternalGetHashCode, (Lookup_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, Vector3 key, MethodInfo * method)); DO_APP_FUNC(0x0184DDB0, void, Lookup_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__Resize, (Lookup_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4DB0, Lookup_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__Resize__MethodInfo); DO_APP_FUNC(0x00FD2940, IEnumerator *, Lookup_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerable_GetEnumerator, (Lookup_2_UnityEngine_Vector3_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0184DF70, void, LowLevelDictionary_2_System_Int32_System_Object___ctor, (LowLevelDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0184E010, void, LowLevelDictionary_2_System_Int32_System_Object___ctor_1, (LowLevelDictionary_2_System_Int32_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0184E150, void, LowLevelDictionary_2_System_Int32_System_Object__Clear, (LowLevelDictionary_2_System_Int32_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0184E640, void, LowLevelDictionary_2_System_Int32_System_Object__ExpandBuckets, (LowLevelDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0184E360, LowLevelDictionary_2_TKey_TValue_Entry_System_Int32_System_Object_ *, LowLevelDictionary_2_System_Int32_System_Object__Find, (LowLevelDictionary_2_System_Int32_System_Object_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x0184E820, int32_t, LowLevelDictionary_2_System_Int32_System_Object__GetBucket, (LowLevelDictionary_2_System_Int32_System_Object_ * __this, int32_t key, int32_t numBuckets, MethodInfo * method)); DO_APP_FUNC(0x0184E200, bool, LowLevelDictionary_2_System_Int32_System_Object__Remove, (LowLevelDictionary_2_System_Int32_System_Object_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x0184E440, LowLevelDictionary_2_TKey_TValue_Entry_System_Int32_System_Object_ *, LowLevelDictionary_2_System_Int32_System_Object__UncheckedAdd, (LowLevelDictionary_2_System_Int32_System_Object_ * __this, int32_t key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0184E080, void, LowLevelDictionary_2_System_Int32_System_Object__set_Item, (LowLevelDictionary_2_System_Int32_System_Object_ * __this, int32_t key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0184DF70, void, LowLevelDictionary_2_System_Object_System_Object___ctor, (LowLevelDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0184E010, void, LowLevelDictionary_2_System_Object_System_Object___ctor_1, (LowLevelDictionary_2_System_Object_System_Object_ * __this, int32_t capacity, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0184E150, void, LowLevelDictionary_2_System_Object_System_Object__Clear, (LowLevelDictionary_2_System_Object_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0184EED0, void, LowLevelDictionary_2_System_Object_System_Object__ExpandBuckets, (LowLevelDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0184EBB0, LowLevelDictionary_2_TKey_TValue_Entry_System_Object_System_Object_ *, LowLevelDictionary_2_System_Object_System_Object__Find, (LowLevelDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0184F0B0, int32_t, LowLevelDictionary_2_System_Object_System_Object__GetBucket, (LowLevelDictionary_2_System_Object_System_Object_ * __this, Object * key, int32_t numBuckets, MethodInfo * method)); DO_APP_FUNC(0x0184E9F0, bool, LowLevelDictionary_2_System_Object_System_Object__Remove, (LowLevelDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4DD0, LowLevelDictionary_2_System_Object_System_Object__Remove__MethodInfo); DO_APP_FUNC(0x0184EC90, LowLevelDictionary_2_TKey_TValue_Entry_System_Object_System_Object_ *, LowLevelDictionary_2_System_Object_System_Object__UncheckedAdd, (LowLevelDictionary_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0184E8B0, void, LowLevelDictionary_2_System_Object_System_Object__set_Item, (LowLevelDictionary_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4DE0, LowLevelDictionary_2_System_Object_System_Object__set_Item__MethodInfo); DO_APP_FUNC(0x0184F150, void, LowLevelListWithIList_1_System_Object___ctor, (LowLevelListWithIList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAA48, LowLevelListWithIList_1_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x0184F1C0, void, LowLevelListWithIList_1_System_Object___ctor_1, (LowLevelListWithIList_1_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, LowLevelListWithIList_1_System_Object__System_Collections_Generic_ICollection_T__get_IsReadOnly, (LowLevelListWithIList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0184F240, IEnumerator_1_System_Object_ *, LowLevelListWithIList_1_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (LowLevelListWithIList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0184F240, IEnumerator *, LowLevelListWithIList_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (LowLevelListWithIList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01796A90, void, LowLevelList_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01793EA0, void, LowLevelList_1_System_Object___ctor, (LowLevelList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0184F310, void, LowLevelList_1_System_Object___ctor_1, (LowLevelList_1_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4DC0, LowLevelList_1_System_Object___ctor_1__MethodInfo); DO_APP_FUNC(0x0184F710, void, LowLevelList_1_System_Object__Add, (LowLevelList_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAA40, LowLevelList_1_System_Object__Add__MethodInfo); DO_APP_FUNC(0x0184F7E0, void, LowLevelList_1_System_Object__AddRange, (LowLevelList_1_System_Object_ * __this, IEnumerable_1_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01033240, void, LowLevelList_1_System_Object__Clear, (LowLevelList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0184F800, bool, LowLevelList_1_System_Object__Contains, (LowLevelList_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, LowLevelList_1_System_Object__CopyTo, (LowLevelList_1_System_Object_ * __this, Object__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x0184F780, void, LowLevelList_1_System_Object__EnsureCapacity, (LowLevelList_1_System_Object_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x0184F880, int32_t, LowLevelList_1_System_Object__IndexOf, (LowLevelList_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAA30, LowLevelList_1_System_Object__IndexOf__MethodInfo); DO_APP_FUNC(0x0184F8C0, void, LowLevelList_1_System_Object__Insert, (LowLevelList_1_System_Object_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4DE8, LowLevelList_1_System_Object__Insert__MethodInfo); DO_APP_FUNC(0x0184F9C0, void, LowLevelList_1_System_Object__InsertRange, (LowLevelList_1_System_Object_ * __this, int32_t index, IEnumerable_1_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4E30, LowLevelList_1_System_Object__InsertRange__MethodInfo); DO_APP_FUNC(0x0184FDA0, bool, LowLevelList_1_System_Object__Remove, (LowLevelList_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0184FE20, int32_t, LowLevelList_1_System_Object__RemoveAll, (LowLevelList_1_System_Object_ * __this, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4E20, LowLevelList_1_System_Object__RemoveAll__MethodInfo); DO_APP_FUNC(0x01850000, void, LowLevelList_1_System_Object__RemoveAt, (LowLevelList_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4E10, LowLevelList_1_System_Object__RemoveAt__MethodInfo); DO_APP_FUNC(0x00C3BB90, int32_t, LowLevelList_1_System_Object__get_Capacity, (LowLevelList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAA38, LowLevelList_1_System_Object__get_Capacity__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, LowLevelList_1_System_Object__get_Count, (LowLevelList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAA98, LowLevelList_1_System_Object__get_Count__MethodInfo); DO_APP_FUNC(0x0184F620, Object *, LowLevelList_1_System_Object__get_Item, (LowLevelList_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4E08, LowLevelList_1_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x0184F4D0, void, LowLevelList_1_System_Object__set_Capacity, (LowLevelList_1_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4DB8, LowLevelList_1_System_Object__set_Capacity__MethodInfo); DO_APP_FUNC(0x0184F6A0, void, LowLevelList_1_System_Object__set_Item, (LowLevelList_1_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4DF8, LowLevelList_1_System_Object__set_Item__MethodInfo); DO_APP_FUNC(0x018533C0, void, Map_2_System_Guid_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01850350, void, Map_2_System_Guid_System_Object___ctor, (Map_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01850410, void, Map_2_System_Guid_System_Object___ctor_1, (Map_2_System_Guid_System_Object_ * __this, Guid key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01850510, void, Map_2_System_Guid_System_Object___ctor_2, (Map_2_System_Guid_System_Object_ * __this, Guid key, Object * value, Map_2_System_Guid_System_Object_ * left, Map_2_System_Guid_System_Object_ * right, MethodInfo * method)); DO_APP_FUNC(0x01850720, Map_2_System_Guid_System_Object_ *, Map_2_System_Guid_System_Object__Add, (Map_2_System_Guid_System_Object_ * __this, Guid key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4D88, Map_2_System_Guid_System_Object__Add__MethodInfo); DO_APP_FUNC(0x01851B10, bool, Map_2_System_Guid_System_Object__Equals, (Map_2_System_Guid_System_Object_ * __this, Map_2_System_Guid_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC(0x018518F0, Object *, Map_2_System_Guid_System_Object__Find, (Map_2_System_Guid_System_Object_ * __this, Guid key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4D68, Map_2_System_Guid_System_Object__Find__MethodInfo); DO_APP_FUNC(0x01851E90, IEnumerator_1_KeyValuePair_2_System_Guid_System_Object_ *, Map_2_System_Guid_System_Object__GetEnumerator, (Map_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01852B10, Map_2_System_Guid_System_Object_ *, Map_2_System_Guid_System_Object__Rebalance, (Map_2_System_Guid_System_Object_ * map, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4DA0, Map_2_System_Guid_System_Object__Rebalance__MethodInfo); DO_APP_FUNC(0x01851110, Map_2_System_Guid_System_Object_ *, Map_2_System_Guid_System_Object__Remove, (Map_2_System_Guid_System_Object_ * __this, Guid key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4D78, Map_2_System_Guid_System_Object__Remove__MethodInfo); DO_APP_FUNC(0x018520C0, Map_2_System_Guid_System_Object_ *, Map_2_System_Guid_System_Object__RotateLeft, (Map_2_System_Guid_System_Object_ * map, MethodInfo * method)); DO_APP_FUNC(0x018525F0, Map_2_System_Guid_System_Object_ *, Map_2_System_Guid_System_Object__RotateRight, (Map_2_System_Guid_System_Object_ * map, MethodInfo * method)); DO_APP_FUNC(0x01851F90, Map_2_System_Guid_System_Object_ *, Map_2_System_Guid_System_Object__Search, (Map_2_System_Guid_System_Object_ * __this, Guid key, MethodInfo * method)); DO_APP_FUNC(0x01851F60, IEnumerator *, Map_2_System_Guid_System_Object__System_Collections_IEnumerable_GetEnumerator, (Map_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018519F0, bool, Map_2_System_Guid_System_Object__TryFind, (Map_2_System_Guid_System_Object_ * __this, Guid key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x01850C10, Map_2_System_Guid_System_Object_ *, Map_2_System_Guid_System_Object__Update, (Map_2_System_Guid_System_Object_ * __this, Guid key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01850280, int32_t, Map_2_System_Guid_System_Object__get_Balance, (Map_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, Map_2_System_Guid_System_Object__get_Count, (Map_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01850310, Object *, Map_2_System_Guid_System_Object__get_Item, (Map_2_System_Guid_System_Object_ * __this, Guid key, MethodInfo * method)); DO_APP_FUNC(0x018500B0, Guid, Map_2_System_Guid_System_Object__get_Key, (Map_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4D38, Map_2_System_Guid_System_Object__get_Key__MethodInfo); DO_APP_FUNC(0x018501A0, Map_2_System_Guid_System_Object_ *, Map_2_System_Guid_System_Object__get_Left, (Map_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4D20, Map_2_System_Guid_System_Object__get_Left__MethodInfo); DO_APP_FUNC(0x01850210, Map_2_System_Guid_System_Object_ *, Map_2_System_Guid_System_Object__get_Right, (Map_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4D60, Map_2_System_Guid_System_Object__get_Right__MethodInfo); DO_APP_FUNC(0x01850130, Object *, Map_2_System_Guid_System_Object__get_Value, (Map_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4D28, Map_2_System_Guid_System_Object__get_Value__MethodInfo); DO_APP_FUNC(0x018533C0, void, Map_2_System_Object_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x018537C0, void, Map_2_System_Object_System_Object___ctor, (Map_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01853880, void, Map_2_System_Object_System_Object___ctor_1, (Map_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01853980, void, Map_2_System_Object_System_Object___ctor_2, (Map_2_System_Object_System_Object_ * __this, Object * key, Object * value, Map_2_System_Object_System_Object_ * left, Map_2_System_Object_System_Object_ * right, MethodInfo * method)); DO_APP_FUNC(0x01853BD0, Map_2_System_Object_System_Object_ *, Map_2_System_Object_System_Object__Add, (Map_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4D10, Map_2_System_Object_System_Object__Add__MethodInfo); DO_APP_FUNC(0x01854F30, bool, Map_2_System_Object_System_Object__Equals, (Map_2_System_Object_System_Object_ * __this, Map_2_System_Object_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC(0x01854D30, Object *, Map_2_System_Object_System_Object__Find, (Map_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4CF8, Map_2_System_Object_System_Object__Find__MethodInfo); DO_APP_FUNC(0x01855290, IEnumerator_1_KeyValuePair_2_System_Object_System_Object_ *, Map_2_System_Object_System_Object__GetEnumerator, (Map_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01855EA0, Map_2_System_Object_System_Object_ *, Map_2_System_Object_System_Object__Rebalance, (Map_2_System_Object_System_Object_ * map, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4D18, Map_2_System_Object_System_Object__Rebalance__MethodInfo); DO_APP_FUNC(0x01854590, Map_2_System_Object_System_Object_ *, Map_2_System_Object_System_Object__Remove, (Map_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4D08, Map_2_System_Object_System_Object__Remove__MethodInfo); DO_APP_FUNC(0x018554B0, Map_2_System_Object_System_Object_ *, Map_2_System_Object_System_Object__RotateLeft, (Map_2_System_Object_System_Object_ * map, MethodInfo * method)); DO_APP_FUNC(0x018559B0, Map_2_System_Object_System_Object_ *, Map_2_System_Object_System_Object__RotateRight, (Map_2_System_Object_System_Object_ * map, MethodInfo * method)); DO_APP_FUNC(0x01855360, Map_2_System_Object_System_Object_ *, Map_2_System_Object_System_Object__Search, (Map_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01851F60, IEnumerator *, Map_2_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (Map_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01854E20, bool, Map_2_System_Object_System_Object__TryFind, (Map_2_System_Object_System_Object_ * __this, Object * key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x018540A0, Map_2_System_Object_System_Object_ *, Map_2_System_Object_System_Object__Update, (Map_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01853700, int32_t, Map_2_System_Object_System_Object__get_Balance, (Map_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, Map_2_System_Object_System_Object__get_Count, (Map_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01853790, Object *, Map_2_System_Object_System_Object__get_Item, (Map_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01853540, Object *, Map_2_System_Object_System_Object__get_Key, (Map_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4D90, Map_2_System_Object_System_Object__get_Key__MethodInfo); DO_APP_FUNC(0x01853620, Map_2_System_Object_System_Object_ *, Map_2_System_Object_System_Object__get_Left, (Map_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4CE8, Map_2_System_Object_System_Object__get_Left__MethodInfo); DO_APP_FUNC(0x01853690, Map_2_System_Object_System_Object_ *, Map_2_System_Object_System_Object__get_Right, (Map_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4CE0, Map_2_System_Object_System_Object__get_Right__MethodInfo); DO_APP_FUNC(0x018535B0, Object *, Map_2_System_Object_System_Object__get_Value, (Map_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4CF0, Map_2_System_Object_System_Object__get_Value__MethodInfo); DO_APP_FUNC(0x01856730, bool, MemoryManager_1_System_Byte__TryGetArray, (MemoryManager_1_System_Byte_ * __this, ArraySegment_1_Byte_ * segment, MethodInfo * method)); DO_APP_FUNC(0x01856730, bool, MemoryManager_1_System_Object__TryGetArray, (MemoryManager_1_System_Object_ * __this, ArraySegment_1_Object_ * segment, MethodInfo * method)); DO_APP_FUNC(0x01856740, void, Memory_1_Byte___ctor, (Memory_1_Byte_ * __this, Byte__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8210, Memory_1_Byte___ctor__MethodInfo); DO_APP_FUNC(0x018567F0, void, Memory_1_Byte___ctor_1, (Memory_1_Byte_ * __this, Byte__Array * array, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63400, Memory_1_Byte___ctor_1__MethodInfo); DO_APP_FUNC(0x01030CE0, void, Memory_1_Byte___ctor_2, (Memory_1_Byte_ * __this, Object * obj, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0108EFF0, int32_t, Memory_1_Byte__CombineHashCodes, (int32_t left, int32_t right, MethodInfo * method)); DO_APP_FUNC(0x01857A60, int32_t, Memory_1_Byte__CombineHashCodes_1, (int32_t h1, int32_t h2, int32_t h3, MethodInfo * method)); DO_APP_FUNC(0x01857120, void, Memory_1_Byte__CopyTo, (Memory_1_Byte_ * __this, Memory_1_Byte_ destination, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7DD8, Memory_1_Byte__CopyTo__MethodInfo); DO_APP_FUNC(0x0108EF00, bool, Memory_1_Byte__Equals, (Memory_1_Byte_ * __this, Memory_1_Byte_ other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3E28, Memory_1_Byte__Equals__MethodInfo); DO_APP_FUNC(0x01857700, bool, Memory_1_Byte__Equals_1, (Memory_1_Byte_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01857990, int32_t, Memory_1_Byte__GetHashCode, (Memory_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01857240, MemoryHandle, Memory_1_Byte__Pin, (Memory_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3A80, Memory_1_Byte__Pin__MethodInfo); DO_APP_FUNC(0x01856C90, Memory_1_Byte_, Memory_1_Byte__Slice, (Memory_1_Byte_ * __this, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE95D0, Memory_1_Byte__Slice__MethodInfo); DO_APP_FUNC(0x01857680, Byte__Array *, Memory_1_Byte__ToArray, (Memory_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3B40, Memory_1_Byte__ToArray__MethodInfo); DO_APP_FUNC(0x01856A20, String *, Memory_1_Byte__ToString, (Memory_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADC210, Memory_1_Byte_, Memory_1_Byte__get_Empty, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7D40, Memory_1_Byte__get_Empty__MethodInfo); DO_APP_FUNC(0x0108E560, int32_t, Memory_1_Byte__get_Length, (Memory_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE95C8, Memory_1_Byte__get_Length__MethodInfo); DO_APP_FUNC(0x01856D30, Span_1_Byte_, Memory_1_Byte__get_Span, (Memory_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE95B8, Memory_1_Byte__get_Span__MethodInfo); DO_APP_FUNC(0x018568E0, Memory_1_Byte_, Memory_1_Byte__op_Implicit, (ArraySegment_1_Byte_ segment, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3EF0, Memory_1_Byte__op_Implicit__MethodInfo); DO_APP_FUNC(0x01856890, Memory_1_Byte_, Memory_1_Byte__op_Implicit_1, (Byte__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3BB0, Memory_1_Byte__op_Implicit_1__MethodInfo); DO_APP_FUNC(0x00C71F10, ReadOnlyMemory_1_Byte_, Memory_1_Byte__op_Implicit_2, (Memory_1_Byte_ memory, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8778, Memory_1_Byte__op_Implicit_2__MethodInfo); DO_APP_FUNC(0x01857B50, void, Memory_1_Object___ctor, (Memory_1_Object_ * __this, Object__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01857C80, void, Memory_1_Object___ctor_1, (Memory_1_Object_ * __this, Object__Array * array, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01030CE0, void, Memory_1_Object___ctor_2, (Memory_1_Object_ * __this, Object * obj, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0108EFF0, int32_t, Memory_1_Object__CombineHashCodes, (int32_t left, int32_t right, MethodInfo * method)); DO_APP_FUNC(0x01857A60, int32_t, Memory_1_Object__CombineHashCodes_1, (int32_t h1, int32_t h2, int32_t h3, MethodInfo * method)); DO_APP_FUNC(0x01858520, void, Memory_1_Object__CopyTo, (Memory_1_Object_ * __this, Memory_1_Object_ destination, MethodInfo * method)); DO_APP_FUNC(0x0108EF00, bool, Memory_1_Object__Equals, (Memory_1_Object_ * __this, Memory_1_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x01857700, bool, Memory_1_Object__Equals_1, (Memory_1_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01857990, int32_t, Memory_1_Object__GetHashCode, (Memory_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01858640, MemoryHandle, Memory_1_Object__Pin, (Memory_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01856C90, Memory_1_Object_, Memory_1_Object__Slice, (Memory_1_Object_ * __this, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01858A90, Object__Array *, Memory_1_Object__ToArray, (Memory_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01857ED0, String *, Memory_1_Object__ToString, (Memory_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADC210, Memory_1_Object_, Memory_1_Object__get_Empty, (MethodInfo * method)); DO_APP_FUNC(0x0108E560, int32_t, Memory_1_Object__get_Length, (Memory_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01858140, Span_1_Object_, Memory_1_Object__get_Span, (Memory_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01857DE0, Memory_1_Object_, Memory_1_Object__op_Implicit, (ArraySegment_1_Object_ segment, MethodInfo * method)); DO_APP_FUNC(0x01857D90, Memory_1_Object_, Memory_1_Object__op_Implicit_1, (Object__Array * array, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, ReadOnlyMemory_1_Object_, Memory_1_Object__op_Implicit_2, (Memory_1_Object_ memory, MethodInfo * method)); DO_APP_FUNC(0x0072E980, void, Menu_1_System_Object___ctor, (Menu_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01858B60, void, Menu_1_System_Object__Awake, (Menu_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01859110, void, Menu_1_System_Object__Close, (MethodInfo * method)); DO_APP_FUNC(0x01859400, void, Menu_1_System_Object__OnBackPressed, (Menu_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01858C00, void, Menu_1_System_Object__OnDestroy, (Menu_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01858C20, void, Menu_1_System_Object__Open, (MethodInfo * method)); DO_APP_FUNC(0x01858B10, Object *, Menu_1_System_Object__get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x01366610, void, Menu_1_System_Object__set_Instance, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x01859460, void, MinHeap_1_System_Object___ctor, (MinHeap_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01859630, void, MinHeap_1_System_Object___ctor_1, (MinHeap_1_System_Object_ * __this, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01859480, void, MinHeap_1_System_Object___ctor_2, (MinHeap_1_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x018594F0, void, MinHeap_1_System_Object___ctor_3, (MinHeap_1_System_Object_ * __this, int32_t capacity, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01859770, void, MinHeap_1_System_Object__Add, (MinHeap_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4C20, MinHeap_1_System_Object__Add__MethodInfo); DO_APP_FUNC(0x01859900, void, MinHeap_1_System_Object__Add_1, (MinHeap_1_System_Object_ * __this, IEnumerable_1_System_Object_ * items, MethodInfo * method)); DO_APP_FUNC(0x01859E10, void, MinHeap_1_System_Object__BubbleUp, (MinHeap_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01859DE0, void, MinHeap_1_System_Object__Clear, (MinHeap_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MinHeap_1_System_Object__DebugCheckHeapProperty, (MinHeap_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01859980, void, MinHeap_1_System_Object__Heapify, (MinHeap_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01859A20, void, MinHeap_1_System_Object__Heapify_1, (MinHeap_1_System_Object_ * __this, int32_t mutated, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4C08, MinHeap_1_System_Object__Heapify_1__MethodInfo); DO_APP_FUNC(0x0185A4B0, int32_t, MinHeap_1_System_Object__IndexOf, (MinHeap_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0185A500, int32_t, MinHeap_1_System_Object__IndexOf_1, (MinHeap_1_System_Object_ * __this, Predicate_1_Object_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0185A0C0, bool, MinHeap_1_System_Object__IsLessThan, (MinHeap_1_System_Object_ * __this, Object * a, Object * b, MethodInfo * method)); DO_APP_FUNC(0x0185A240, int32_t, MinHeap_1_System_Object__LeftChild, (int32_t i, MethodInfo * method)); DO_APP_FUNC(0x0185A130, int32_t, MinHeap_1_System_Object__ParentIndex, (int32_t i, MethodInfo * method)); DO_APP_FUNC(0x01859B50, Object *, MinHeap_1_System_Object__RemoveAt, (MinHeap_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4BF8, MinHeap_1_System_Object__RemoveAt__MethodInfo); DO_APP_FUNC(0x01859B20, Object *, MinHeap_1_System_Object__RemoveMin, (MinHeap_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185A250, int32_t, MinHeap_1_System_Object__RightChild, (int32_t i, MethodInfo * method)); DO_APP_FUNC(0x0185A260, int32_t, MinHeap_1_System_Object__SmallestChildSmallerThan, (MinHeap_1_System_Object_ * __this, int32_t i, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0185A140, void, MinHeap_1_System_Object__Swap, (MinHeap_1_System_Object_ * __this, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x01859F60, int32_t, MinHeap_1_System_Object__TrickleDown, (MinHeap_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4C50, MinHeap_1_System_Object__TrickleDown__MethodInfo); DO_APP_FUNC(0x00667060, bool, MinHeap_1_System_Object__get_AllowHeapResize, (MinHeap_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010120E0, int32_t, MinHeap_1_System_Object__get_Count, (MinHeap_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01859420, Object *, MinHeap_1_System_Object__get_Minimum, (MinHeap_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, MinHeap_1_System_Object__set_AllowHeapResize, (MinHeap_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01859460, void, MinHeap_1_Dissonance_Networking_VoicePacket___ctor, (MinHeap_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01859630, void, MinHeap_1_Dissonance_Networking_VoicePacket___ctor_1, (MinHeap_1_Dissonance_Networking_VoicePacket_ * __this, IComparer_1_Dissonance_Networking_VoicePacket_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01859480, void, MinHeap_1_Dissonance_Networking_VoicePacket___ctor_2, (MinHeap_1_Dissonance_Networking_VoicePacket_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x018594F0, void, MinHeap_1_Dissonance_Networking_VoicePacket___ctor_3, (MinHeap_1_Dissonance_Networking_VoicePacket_ * __this, int32_t capacity, IComparer_1_Dissonance_Networking_VoicePacket_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C8A0, MinHeap_1_Dissonance_Networking_VoicePacket___ctor_3__MethodInfo); DO_APP_FUNC(0x0185A5C0, void, MinHeap_1_Dissonance_Networking_VoicePacket__Add, (MinHeap_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C870, MinHeap_1_Dissonance_Networking_VoicePacket__Add__MethodInfo); DO_APP_FUNC(0x01859900, void, MinHeap_1_Dissonance_Networking_VoicePacket__Add_1, (MinHeap_1_Dissonance_Networking_VoicePacket_ * __this, IEnumerable_1_Dissonance_Networking_VoicePacket_ * items, MethodInfo * method)); DO_APP_FUNC(0x0185AC10, void, MinHeap_1_Dissonance_Networking_VoicePacket__BubbleUp, (MinHeap_1_Dissonance_Networking_VoicePacket_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01859DE0, void, MinHeap_1_Dissonance_Networking_VoicePacket__Clear, (MinHeap_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, MinHeap_1_Dissonance_Networking_VoicePacket__DebugCheckHeapProperty, (MinHeap_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01859980, void, MinHeap_1_Dissonance_Networking_VoicePacket__Heapify, (MinHeap_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185A770, void, MinHeap_1_Dissonance_Networking_VoicePacket__Heapify_1, (MinHeap_1_Dissonance_Networking_VoicePacket_ * __this, int32_t mutated, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4C40, MinHeap_1_Dissonance_Networking_VoicePacket__Heapify_1__MethodInfo); DO_APP_FUNC(0x0185B560, int32_t, MinHeap_1_Dissonance_Networking_VoicePacket__IndexOf, (MinHeap_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket item, MethodInfo * method)); DO_APP_FUNC(0x0185A500, int32_t, MinHeap_1_Dissonance_Networking_VoicePacket__IndexOf_1, (MinHeap_1_Dissonance_Networking_VoicePacket_ * __this, Predicate_1_Dissonance_Networking_VoicePacket_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0185AF90, bool, MinHeap_1_Dissonance_Networking_VoicePacket__IsLessThan, (MinHeap_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket a, VoicePacket b, MethodInfo * method)); DO_APP_FUNC(0x0185A240, int32_t, MinHeap_1_Dissonance_Networking_VoicePacket__LeftChild, (int32_t i, MethodInfo * method)); DO_APP_FUNC(0x0185A130, int32_t, MinHeap_1_Dissonance_Networking_VoicePacket__ParentIndex, (int32_t i, MethodInfo * method)); DO_APP_FUNC(0x0185A8E0, VoicePacket, MinHeap_1_Dissonance_Networking_VoicePacket__RemoveAt, (MinHeap_1_Dissonance_Networking_VoicePacket_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4C30, MinHeap_1_Dissonance_Networking_VoicePacket__RemoveAt__MethodInfo); DO_APP_FUNC(0x0185A870, VoicePacket, MinHeap_1_Dissonance_Networking_VoicePacket__RemoveMin, (MinHeap_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C840, MinHeap_1_Dissonance_Networking_VoicePacket__RemoveMin__MethodInfo); DO_APP_FUNC(0x0185A250, int32_t, MinHeap_1_Dissonance_Networking_VoicePacket__RightChild, (int32_t i, MethodInfo * method)); DO_APP_FUNC(0x0185B210, int32_t, MinHeap_1_Dissonance_Networking_VoicePacket__SmallestChildSmallerThan, (MinHeap_1_Dissonance_Networking_VoicePacket_ * __this, int32_t i, VoicePacket item, MethodInfo * method)); DO_APP_FUNC(0x0185B040, void, MinHeap_1_Dissonance_Networking_VoicePacket__Swap, (MinHeap_1_Dissonance_Networking_VoicePacket_ * __this, int32_t a, int32_t b, MethodInfo * method)); DO_APP_FUNC(0x0185AE00, int32_t, MinHeap_1_Dissonance_Networking_VoicePacket__TrickleDown, (MinHeap_1_Dissonance_Networking_VoicePacket_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4C28, MinHeap_1_Dissonance_Networking_VoicePacket__TrickleDown__MethodInfo); DO_APP_FUNC(0x00667060, bool, MinHeap_1_Dissonance_Networking_VoicePacket__get_AllowHeapResize, (MinHeap_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010120E0, int32_t, MinHeap_1_Dissonance_Networking_VoicePacket__get_Count, (MinHeap_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C848, MinHeap_1_Dissonance_Networking_VoicePacket__get_Count__MethodInfo); DO_APP_FUNC(0x0185A550, VoicePacket, MinHeap_1_Dissonance_Networking_VoicePacket__get_Minimum, (MinHeap_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C850, MinHeap_1_Dissonance_Networking_VoicePacket__get_Minimum__MethodInfo); DO_APP_FUNC(0x0075F010, void, MinHeap_1_Dissonance_Networking_VoicePacket__set_AllowHeapResize, (MinHeap_1_Dissonance_Networking_VoicePacket_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C8B0, MinHeap_1_Dissonance_Networking_VoicePacket__set_AllowHeapResize__MethodInfo); DO_APP_FUNC(0x01095920, void, UdpBag_1_T_Modifier_System_Object___ctor, (UdpBag_1_T_Modifier_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, UdpBag_1_T_Modifier_System_Object__BeginInvoke, (UdpBag_1_T_Modifier_System_Object_ * __this, Object * item, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, Object *, UdpBag_1_T_Modifier_System_Object__EndInvoke, (UdpBag_1_T_Modifier_System_Object_ * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2110, Object *, UdpBag_1_T_Modifier_System_Object__Invoke, (UdpBag_1_T_Modifier_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01486490, void, MouseCaptureEventBase_1_System_Object___ctor, (MouseCaptureEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185B5D0, void, MouseCaptureEventBase_1_System_Object__Init, (MouseCaptureEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185D150, void, MouseEventBase_1_System_Object___ctor, (MouseEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185BE20, Object *, MouseEventBase_1_System_Object__GetPooled, (Event_1 * systemEvent, MethodInfo * method)); DO_APP_FUNC(0x0185C500, Object *, MouseEventBase_1_System_Object__GetPooled_1, (IMouseEvent * triggerEvent, MethodInfo * method)); DO_APP_FUNC(0x0185C990, Object *, MouseEventBase_1_System_Object__GetPooled_2, (IPointerEvent * pointerEvent, MethodInfo * method)); DO_APP_FUNC(0x0185C2F0, Object *, MouseEventBase_1_System_Object__GetPooled_3, (IMouseEvent * triggerEvent, Vector2 mousePosition, bool recomputeTopElementUnderMouse, MethodInfo * method)); DO_APP_FUNC(0x0185B6C0, void, MouseEventBase_1_System_Object__Init, (MouseEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185B720, void, MouseEventBase_1_System_Object__LocalInit, (MouseEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185BC60, void, MouseEventBase_1_System_Object__PostDispatch, (MouseEventBase_1_System_Object_ * __this, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x0185BB00, void, MouseEventBase_1_System_Object__PreDispatch, (MouseEventBase_1_System_Object_ * __this, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x0185B6A0, bool, MouseEventBase_1_System_Object__UnityEngine_UIElements_IMouseEventInternal_get_recomputeTopElementUnderMouse, (MouseEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00473D30, IPointerEvent *, MouseEventBase_1_System_Object__UnityEngine_UIElements_IMouseEventInternal_get_sourcePointerEvent, (MouseEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00604E40, bool, MouseEventBase_1_System_Object__UnityEngine_UIElements_IMouseEventInternal_get_triggeredByOS, (MouseEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185B6B0, void, MouseEventBase_1_System_Object__UnityEngine_UIElements_IMouseEventInternal_set_recomputeTopElementUnderMouse, (MouseEventBase_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00B2F140, void, MouseEventBase_1_System_Object__UnityEngine_UIElements_IMouseEventInternal_set_sourcePointerEvent, (MouseEventBase_1_System_Object_ * __this, IPointerEvent * value, MethodInfo * method)); DO_APP_FUNC(0x00604E50, void, MouseEventBase_1_System_Object__UnityEngine_UIElements_IMouseEventInternal_set_triggeredByOS, (MouseEventBase_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0101D990, bool, MouseEventBase_1_System_Object__get_altKey, (MouseEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185B680, int32_t, MouseEventBase_1_System_Object__get_button, (MouseEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185B660, int32_t, MouseEventBase_1_System_Object__get_clickCount, (MouseEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D950, bool, MouseEventBase_1_System_Object__get_commandKey, (MouseEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D910, bool, MouseEventBase_1_System_Object__get_ctrlKey, (MouseEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101DF80, IEventHandler *, MouseEventBase_1_System_Object__get_currentTarget, (MouseEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185B600, Vector2, MouseEventBase_1_System_Object__get_localMousePosition, (MouseEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D6B0, EventModifiers__Enum, MouseEventBase_1_System_Object__get_modifiers, (MouseEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185B630, Vector2, MouseEventBase_1_System_Object__get_mouseDelta, (MouseEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A7D110, Vector2, MouseEventBase_1_System_Object__get_mousePosition, (MouseEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E360, int32_t, MouseEventBase_1_System_Object__get_pressedButtons, (MouseEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D8D0, bool, MouseEventBase_1_System_Object__get_shiftKey, (MouseEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185B690, void, MouseEventBase_1_System_Object__set_button, (MouseEventBase_1_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0185B670, void, MouseEventBase_1_System_Object__set_clickCount, (MouseEventBase_1_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0185B930, void, MouseEventBase_1_System_Object__set_currentTarget, (MouseEventBase_1_System_Object_ * __this, IEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0185B620, void, MouseEventBase_1_System_Object__set_localMousePosition, (MouseEventBase_1_System_Object_ * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x00609B20, void, MouseEventBase_1_System_Object__set_modifiers, (MouseEventBase_1_System_Object_ * __this, EventModifiers__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0185B650, void, MouseEventBase_1_System_Object__set_mouseDelta, (MouseEventBase_1_System_Object_ * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x00A7D130, void, MouseEventBase_1_System_Object__set_mousePosition, (MouseEventBase_1_System_Object_ * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x00A7D1D0, void, MouseEventBase_1_System_Object__set_pressedButtons, (MouseEventBase_1_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb___ctor, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Equals, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__GetHashCode, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, int32_t obj, MethodInfo * method)); DO_APP_FUNC(0x0185D1D0, bool, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0185D2C0, int32_t, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ *, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1__ctor, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Equals, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_GetHashCode, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, int32_t obj, MethodInfo * method)); DO_APP_FUNC(0x0185D380, bool, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0185D470, int32_t, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 *, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2__ctor, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Equals, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_GetHashCode, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, int32_t obj, MethodInfo * method)); DO_APP_FUNC(0x0185D530, bool, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0185D620, int32_t, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 *, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Boolean___ctor, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Boolean__Equals, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Boolean_ * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Boolean__GetHashCode, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Boolean_ * __this, int32_t obj, MethodInfo * method)); DO_APP_FUNC(0x0185D6E0, bool, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Boolean__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Boolean_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0185D7D0, int32_t, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Boolean__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Boolean_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Boolean_ *, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Boolean__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Int32___ctor, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Int32__Equals, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Int32_ * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Int32__GetHashCode, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Int32_ * __this, int32_t obj, MethodInfo * method)); DO_APP_FUNC(0x0185D890, bool, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Int32__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Int32_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0185D980, int32_t, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Int32__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Int32_ *, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Int32__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Int32Enum___ctor, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Int32Enum__Equals, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Int32Enum_ * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Int32Enum__GetHashCode, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Int32Enum_ * __this, int32_t obj, MethodInfo * method)); DO_APP_FUNC(0x0185DA40, bool, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Int32Enum__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Int32Enum_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0185DB30, int32_t, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Int32Enum__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Int32Enum_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Int32Enum_ *, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Int32Enum__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_IntPtr___ctor, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_IntPtr__Equals, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_IntPtr_ * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_IntPtr__GetHashCode, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_IntPtr_ * __this, int32_t obj, MethodInfo * method)); DO_APP_FUNC(0x0185DBF0, bool, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_IntPtr__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_IntPtr_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0185DCE0, int32_t, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_IntPtr__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_IntPtr_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_IntPtr_ *, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_IntPtr__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Object___ctor, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Object__Equals, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Object_ * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Object__GetHashCode, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Object_ * __this, int32_t obj, MethodInfo * method)); DO_APP_FUNC(0x0185DDA0, bool, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Object__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0185DE90, int32_t, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Object__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Object_ *, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Object__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Single___ctor, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Single__Equals, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Single_ * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Single__GetHashCode, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Single_ * __this, int32_t obj, MethodInfo * method)); DO_APP_FUNC(0x0185DF50, bool, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Single__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Single_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0185E040, int32_t, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Single__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Single_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Single_ *, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_System_Single__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_aQHgSHeigtcamfIWbNaiXaCiVwuq___ctor, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_aQHgSHeigtcamfIWbNaiXaCiVwuq__Equals, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_aQHgSHeigtcamfIWbNaiXaCiVwuq__GetHashCode, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, int32_t obj, MethodInfo * method)); DO_APP_FUNC(0x0185E100, bool, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0185E1F0, int32_t, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_aQHgSHeigtcamfIWbNaiXaCiVwuq_ *, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_aQHgSHeigtcamfIWbNaiXaCiVwuq__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Equals, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__GetHashCode, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int32_t obj, MethodInfo * method)); DO_APP_FUNC(0x0185E2B0, bool, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0185E3A0, int32_t, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ *, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Equals, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__GetHashCode, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t obj, MethodInfo * method)); DO_APP_FUNC(0x0185E460, bool, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0185E550, int32_t, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ *, EqualityComparerNoAlloc_1_T_MuHjszgKqjXnedwarNrTVCOkdJBT_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x0124CE10, void, Player_ControllerHelper_ConflictCheckingHelper_NAwRZebZKbPSDtIXymLEAedEoYHg_1_System_Object___ctor, (Player_ControllerHelper_ConflictCheckingHelper_NAwRZebZKbPSDtIXymLEAedEoYHg_1_System_Object_ * __this, int32_t param_0000a997, MethodInfo * method)); DO_APP_FUNC(0x0185E610, bool, Player_ControllerHelper_ConflictCheckingHelper_NAwRZebZKbPSDtIXymLEAedEoYHg_1_System_Object__MoveNext, (Player_ControllerHelper_ConflictCheckingHelper_NAwRZebZKbPSDtIXymLEAedEoYHg_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185EC40, void, Player_ControllerHelper_ConflictCheckingHelper_NAwRZebZKbPSDtIXymLEAedEoYHg_1_System_Object__QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_ConflictCheckingHelper_NAwRZebZKbPSDtIXymLEAedEoYHg_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185ED60, IEnumerator_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_NAwRZebZKbPSDtIXymLEAedEoYHg_1_System_Object__System_Collections_Generic_IEnumerable_Rewired_ElementAssignmentConflictInfo__GetEnumerator, (Player_ControllerHelper_ConflictCheckingHelper_NAwRZebZKbPSDtIXymLEAedEoYHg_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8420, ElementAssignmentConflictInfo, Player_ControllerHelper_ConflictCheckingHelper_NAwRZebZKbPSDtIXymLEAedEoYHg_1_System_Object__System_Collections_Generic_IEnumerator_Rewired_ElementAssignmentConflictInfo__get_Current, (Player_ControllerHelper_ConflictCheckingHelper_NAwRZebZKbPSDtIXymLEAedEoYHg_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDDA30, IEnumerator *, Player_ControllerHelper_ConflictCheckingHelper_NAwRZebZKbPSDtIXymLEAedEoYHg_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_ConflictCheckingHelper_NAwRZebZKbPSDtIXymLEAedEoYHg_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185ECA0, void, Player_ControllerHelper_ConflictCheckingHelper_NAwRZebZKbPSDtIXymLEAedEoYHg_1_System_Object__System_Collections_IEnumerator_Reset, (Player_ControllerHelper_ConflictCheckingHelper_NAwRZebZKbPSDtIXymLEAedEoYHg_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4B20, Player_ControllerHelper_ConflictCheckingHelper_NAwRZebZKbPSDtIXymLEAedEoYHg_1_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0185ECF0, Object *, Player_ControllerHelper_ConflictCheckingHelper_NAwRZebZKbPSDtIXymLEAedEoYHg_1_System_Object__System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_ConflictCheckingHelper_NAwRZebZKbPSDtIXymLEAedEoYHg_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0960, void, Player_ControllerHelper_ConflictCheckingHelper_NAwRZebZKbPSDtIXymLEAedEoYHg_1_System_Object__System_IDisposable_Dispose, (Player_ControllerHelper_ConflictCheckingHelper_NAwRZebZKbPSDtIXymLEAedEoYHg_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_UnityEngine_Rendering_BatchVisibility___ctor, (NativeArray_1_UnityEngine_Rendering_BatchVisibility_ * __this, BatchVisibility__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_UnityEngine_Rendering_BatchVisibility___ctor_1, (NativeArray_1_UnityEngine_Rendering_BatchVisibility_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0185F190, void, NativeArray_1_UnityEngine_Rendering_BatchVisibility__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_UnityEngine_Rendering_BatchVisibility_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_UnityEngine_Rendering_BatchVisibility__Copy, (NativeArray_1_UnityEngine_Rendering_BatchVisibility_ src, NativeArray_1_UnityEngine_Rendering_BatchVisibility_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_UnityEngine_Rendering_BatchVisibility__Copy_1, (BatchVisibility__Array * src, NativeArray_1_UnityEngine_Rendering_BatchVisibility_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_UnityEngine_Rendering_BatchVisibility__Copy_2, (NativeArray_1_UnityEngine_Rendering_BatchVisibility_ src, NativeArray_1_UnityEngine_Rendering_BatchVisibility_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_UnityEngine_Rendering_BatchVisibility__Copy_3, (NativeArray_1_UnityEngine_Rendering_BatchVisibility_ src, BatchVisibility__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_UnityEngine_Rendering_BatchVisibility__Copy_4, (NativeArray_1_UnityEngine_Rendering_BatchVisibility_ src, int32_t srcIndex, NativeArray_1_UnityEngine_Rendering_BatchVisibility_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_UnityEngine_Rendering_BatchVisibility__Copy_5, (NativeArray_1_UnityEngine_Rendering_BatchVisibility_ src, int32_t srcIndex, BatchVisibility__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_UnityEngine_Rendering_BatchVisibility__Copy_6, (BatchVisibility__Array * src, int32_t srcIndex, NativeArray_1_UnityEngine_Rendering_BatchVisibility_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_UnityEngine_Rendering_BatchVisibility__CopyFrom, (NativeArray_1_UnityEngine_Rendering_BatchVisibility_ * __this, NativeArray_1_UnityEngine_Rendering_BatchVisibility_ array, MethodInfo * method)); DO_APP_FUNC(0x0185F440, void, NativeArray_1_UnityEngine_Rendering_BatchVisibility__Dispose, (NativeArray_1_UnityEngine_Rendering_BatchVisibility_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4B50, NativeArray_1_UnityEngine_Rendering_BatchVisibility__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_UnityEngine_Rendering_BatchVisibility__Equals, (NativeArray_1_UnityEngine_Rendering_BatchVisibility_ * __this, NativeArray_1_UnityEngine_Rendering_BatchVisibility_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_UnityEngine_Rendering_BatchVisibility__Equals_1, (NativeArray_1_UnityEngine_Rendering_BatchVisibility_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0185F690, NativeArray_1_T_Enumerator_UnityEngine_Rendering_BatchVisibility_, NativeArray_1_UnityEngine_Rendering_BatchVisibility__GetEnumerator, (NativeArray_1_UnityEngine_Rendering_BatchVisibility_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_UnityEngine_Rendering_BatchVisibility__GetHashCode, (NativeArray_1_UnityEngine_Rendering_BatchVisibility_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F6E0, IEnumerator_1_UnityEngine_Rendering_BatchVisibility_ *, NativeArray_1_UnityEngine_Rendering_BatchVisibility__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_UnityEngine_Rendering_BatchVisibility_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F760, IEnumerator *, NativeArray_1_UnityEngine_Rendering_BatchVisibility__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_UnityEngine_Rendering_BatchVisibility_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, BatchVisibility__Array *, NativeArray_1_UnityEngine_Rendering_BatchVisibility__ToArray, (NativeArray_1_UnityEngine_Rendering_BatchVisibility_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_UnityEngine_Rendering_BatchVisibility__get_IsCreated, (NativeArray_1_UnityEngine_Rendering_BatchVisibility_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F2D0, BatchVisibility, NativeArray_1_UnityEngine_Rendering_BatchVisibility__get_Item, (NativeArray_1_UnityEngine_Rendering_BatchVisibility_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_UnityEngine_Rendering_BatchVisibility__get_Length, (NativeArray_1_UnityEngine_Rendering_BatchVisibility_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F380, void, NativeArray_1_UnityEngine_Rendering_BatchVisibility__set_Item, (NativeArray_1_UnityEngine_Rendering_BatchVisibility_ * __this, int32_t index, BatchVisibility value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_UnityEngine_BoneWeight1___ctor, (NativeArray_1_UnityEngine_BoneWeight1_ * __this, BoneWeight1__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_UnityEngine_BoneWeight1___ctor_1, (NativeArray_1_UnityEngine_BoneWeight1_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0185F190, void, NativeArray_1_UnityEngine_BoneWeight1__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_UnityEngine_BoneWeight1_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_UnityEngine_BoneWeight1__Copy, (NativeArray_1_UnityEngine_BoneWeight1_ src, NativeArray_1_UnityEngine_BoneWeight1_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_UnityEngine_BoneWeight1__Copy_1, (BoneWeight1__Array * src, NativeArray_1_UnityEngine_BoneWeight1_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_UnityEngine_BoneWeight1__Copy_2, (NativeArray_1_UnityEngine_BoneWeight1_ src, NativeArray_1_UnityEngine_BoneWeight1_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_UnityEngine_BoneWeight1__Copy_3, (NativeArray_1_UnityEngine_BoneWeight1_ src, BoneWeight1__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_UnityEngine_BoneWeight1__Copy_4, (NativeArray_1_UnityEngine_BoneWeight1_ src, int32_t srcIndex, NativeArray_1_UnityEngine_BoneWeight1_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_UnityEngine_BoneWeight1__Copy_5, (NativeArray_1_UnityEngine_BoneWeight1_ src, int32_t srcIndex, BoneWeight1__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_UnityEngine_BoneWeight1__Copy_6, (BoneWeight1__Array * src, int32_t srcIndex, NativeArray_1_UnityEngine_BoneWeight1_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_UnityEngine_BoneWeight1__CopyFrom, (NativeArray_1_UnityEngine_BoneWeight1_ * __this, NativeArray_1_UnityEngine_BoneWeight1_ array, MethodInfo * method)); DO_APP_FUNC(0x01860170, void, NativeArray_1_UnityEngine_BoneWeight1__Dispose, (NativeArray_1_UnityEngine_BoneWeight1_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4AE0, NativeArray_1_UnityEngine_BoneWeight1__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_UnityEngine_BoneWeight1__Equals, (NativeArray_1_UnityEngine_BoneWeight1_ * __this, NativeArray_1_UnityEngine_BoneWeight1_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_UnityEngine_BoneWeight1__Equals_1, (NativeArray_1_UnityEngine_BoneWeight1_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01860250, NativeArray_1_T_Enumerator_UnityEngine_BoneWeight1_, NativeArray_1_UnityEngine_BoneWeight1__GetEnumerator, (NativeArray_1_UnityEngine_BoneWeight1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_UnityEngine_BoneWeight1__GetHashCode, (NativeArray_1_UnityEngine_BoneWeight1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018602B0, IEnumerator_1_UnityEngine_BoneWeight1_ *, NativeArray_1_UnityEngine_BoneWeight1__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_UnityEngine_BoneWeight1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860350, IEnumerator *, NativeArray_1_UnityEngine_BoneWeight1__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_UnityEngine_BoneWeight1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, BoneWeight1__Array *, NativeArray_1_UnityEngine_BoneWeight1__ToArray, (NativeArray_1_UnityEngine_BoneWeight1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_UnityEngine_BoneWeight1__get_IsCreated, (NativeArray_1_UnityEngine_BoneWeight1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860050, BoneWeight1, NativeArray_1_UnityEngine_BoneWeight1__get_Item, (NativeArray_1_UnityEngine_BoneWeight1_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_UnityEngine_BoneWeight1__get_Length, (NativeArray_1_UnityEngine_BoneWeight1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018600D0, void, NativeArray_1_UnityEngine_BoneWeight1__set_Item, (NativeArray_1_UnityEngine_BoneWeight1_ * __this, int32_t index, BoneWeight1 value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane___ctor, (NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, BoundedPlane__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58C80, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane___ctor__MethodInfo); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane___ctor_1, (NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0185F190, void, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane__Copy, (NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ src, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane__Copy_1, (BoundedPlane__Array * src, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane__Copy_2, (NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ src, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane__Copy_3, (NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ src, BoundedPlane__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane__Copy_4, (NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ src, int32_t srcIndex, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane__Copy_5, (NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ src, int32_t srcIndex, BoundedPlane__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane__Copy_6, (BoundedPlane__Array * src, int32_t srcIndex, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane__CopyFrom, (NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ array, MethodInfo * method)); DO_APP_FUNC(0x018605F0, void, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane__Dispose, (NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4AD8, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane__Equals, (NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane__Equals_1, (NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018606D0, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_BoundedPlane_, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane__GetEnumerator, (NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane__GetHashCode, (NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018607D0, IEnumerator_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ *, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018608F0, IEnumerator *, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, BoundedPlane__Array *, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane__ToArray, (NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane__get_IsCreated, (NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860410, BoundedPlane, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane__get_Item, (NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane__get_Length, (NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860510, void, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane__set_Item, (NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ * __this, int32_t index, BoundedPlane value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_System_Byte___ctor, (NativeArray_1_System_Byte_ * __this, Byte__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_System_Byte___ctor_1, (NativeArray_1_System_Byte_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C911F0, NativeArray_1_System_Byte___ctor_1__MethodInfo); DO_APP_FUNC(0x0185F190, void, NativeArray_1_System_Byte__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_System_Byte_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_System_Byte__Copy, (NativeArray_1_System_Byte_ src, NativeArray_1_System_Byte_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_System_Byte__Copy_1, (Byte__Array * src, NativeArray_1_System_Byte_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_System_Byte__Copy_2, (NativeArray_1_System_Byte_ src, NativeArray_1_System_Byte_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_System_Byte__Copy_3, (NativeArray_1_System_Byte_ src, Byte__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_System_Byte__Copy_4, (NativeArray_1_System_Byte_ src, int32_t srcIndex, NativeArray_1_System_Byte_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_System_Byte__Copy_5, (NativeArray_1_System_Byte_ src, int32_t srcIndex, Byte__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_System_Byte__Copy_6, (Byte__Array * src, int32_t srcIndex, NativeArray_1_System_Byte_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_System_Byte__CopyFrom, (NativeArray_1_System_Byte_ * __this, NativeArray_1_System_Byte_ array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96FC8, NativeArray_1_System_Byte__CopyFrom__MethodInfo); DO_APP_FUNC(0x01860A70, void, NativeArray_1_System_Byte__Dispose, (NativeArray_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86640, NativeArray_1_System_Byte__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_System_Byte__Equals, (NativeArray_1_System_Byte_ * __this, NativeArray_1_System_Byte_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_System_Byte__Equals_1, (NativeArray_1_System_Byte_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01860B50, NativeArray_1_T_Enumerator_System_Byte_, NativeArray_1_System_Byte__GetEnumerator, (NativeArray_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_System_Byte__GetHashCode, (NativeArray_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860BB0, IEnumerator_1_System_Byte_ *, NativeArray_1_System_Byte__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860C50, IEnumerator *, NativeArray_1_System_Byte__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, Byte__Array *, NativeArray_1_System_Byte__ToArray, (NativeArray_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8580, NativeArray_1_System_Byte__ToArray__MethodInfo); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_System_Byte__get_IsCreated, (NativeArray_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95480, NativeArray_1_System_Byte__get_IsCreated__MethodInfo); DO_APP_FUNC(0x01860050, uint8_t, NativeArray_1_System_Byte__get_Item, (NativeArray_1_System_Byte_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_System_Byte__get_Length, (NativeArray_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018609D0, void, NativeArray_1_System_Byte__set_Item, (NativeArray_1_System_Byte_ * __this, int32_t index, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_UnityEngine_Color___ctor, (NativeArray_1_UnityEngine_Color_ * __this, Color__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_UnityEngine_Color___ctor_1, (NativeArray_1_UnityEngine_Color_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0185F190, void, NativeArray_1_UnityEngine_Color__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_UnityEngine_Color_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_UnityEngine_Color__Copy, (NativeArray_1_UnityEngine_Color_ src, NativeArray_1_UnityEngine_Color_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_UnityEngine_Color__Copy_1, (Color__Array * src, NativeArray_1_UnityEngine_Color_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_UnityEngine_Color__Copy_2, (NativeArray_1_UnityEngine_Color_ src, NativeArray_1_UnityEngine_Color_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_UnityEngine_Color__Copy_3, (NativeArray_1_UnityEngine_Color_ src, Color__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_UnityEngine_Color__Copy_4, (NativeArray_1_UnityEngine_Color_ src, int32_t srcIndex, NativeArray_1_UnityEngine_Color_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_UnityEngine_Color__Copy_5, (NativeArray_1_UnityEngine_Color_ src, int32_t srcIndex, Color__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_UnityEngine_Color__Copy_6, (Color__Array * src, int32_t srcIndex, NativeArray_1_UnityEngine_Color_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_UnityEngine_Color__CopyFrom, (NativeArray_1_UnityEngine_Color_ * __this, NativeArray_1_UnityEngine_Color_ array, MethodInfo * method)); DO_APP_FUNC(0x01860E60, void, NativeArray_1_UnityEngine_Color__Dispose, (NativeArray_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4AC8, NativeArray_1_UnityEngine_Color__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_UnityEngine_Color__Equals, (NativeArray_1_UnityEngine_Color_ * __this, NativeArray_1_UnityEngine_Color_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_UnityEngine_Color__Equals_1, (NativeArray_1_UnityEngine_Color_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01860F40, NativeArray_1_T_Enumerator_UnityEngine_Color_, NativeArray_1_UnityEngine_Color__GetEnumerator, (NativeArray_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_UnityEngine_Color__GetHashCode, (NativeArray_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860FC0, IEnumerator_1_UnityEngine_Color_ *, NativeArray_1_UnityEngine_Color__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01861070, IEnumerator *, NativeArray_1_UnityEngine_Color__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, Color__Array *, NativeArray_1_UnityEngine_Color__ToArray, (NativeArray_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_UnityEngine_Color__get_IsCreated, (NativeArray_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860D10, Color, NativeArray_1_UnityEngine_Color__get_Item, (NativeArray_1_UnityEngine_Color_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_UnityEngine_Color__get_Length, (NativeArray_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860DC0, void, NativeArray_1_UnityEngine_Color__set_Item, (NativeArray_1_UnityEngine_Color_ * __this, int32_t index, Color value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_UnityEngine_Color32___ctor, (NativeArray_1_UnityEngine_Color32_ * __this, Color32__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_UnityEngine_Color32___ctor_1, (NativeArray_1_UnityEngine_Color32_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0185F190, void, NativeArray_1_UnityEngine_Color32__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_UnityEngine_Color32_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_UnityEngine_Color32__Copy, (NativeArray_1_UnityEngine_Color32_ src, NativeArray_1_UnityEngine_Color32_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_UnityEngine_Color32__Copy_1, (Color32__Array * src, NativeArray_1_UnityEngine_Color32_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_UnityEngine_Color32__Copy_2, (NativeArray_1_UnityEngine_Color32_ src, NativeArray_1_UnityEngine_Color32_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_UnityEngine_Color32__Copy_3, (NativeArray_1_UnityEngine_Color32_ src, Color32__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_UnityEngine_Color32__Copy_4, (NativeArray_1_UnityEngine_Color32_ src, int32_t srcIndex, NativeArray_1_UnityEngine_Color32_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_UnityEngine_Color32__Copy_5, (NativeArray_1_UnityEngine_Color32_ src, int32_t srcIndex, Color32__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_UnityEngine_Color32__Copy_6, (Color32__Array * src, int32_t srcIndex, NativeArray_1_UnityEngine_Color32_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_UnityEngine_Color32__CopyFrom, (NativeArray_1_UnityEngine_Color32_ * __this, NativeArray_1_UnityEngine_Color32_ array, MethodInfo * method)); DO_APP_FUNC(0x018615C0, void, NativeArray_1_UnityEngine_Color32__Dispose, (NativeArray_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA648, NativeArray_1_UnityEngine_Color32__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_UnityEngine_Color32__Equals, (NativeArray_1_UnityEngine_Color32_ * __this, NativeArray_1_UnityEngine_Color32_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_UnityEngine_Color32__Equals_1, (NativeArray_1_UnityEngine_Color32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018616A0, NativeArray_1_T_Enumerator_UnityEngine_Color32_, NativeArray_1_UnityEngine_Color32__GetEnumerator, (NativeArray_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_UnityEngine_Color32__GetHashCode, (NativeArray_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01861700, IEnumerator_1_UnityEngine_Color32_ *, NativeArray_1_UnityEngine_Color32__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018617A0, IEnumerator *, NativeArray_1_UnityEngine_Color32__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, Color32__Array *, NativeArray_1_UnityEngine_Color32__ToArray, (NativeArray_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_UnityEngine_Color32__get_IsCreated, (NativeArray_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860050, Color32, NativeArray_1_UnityEngine_Color32__get_Item, (NativeArray_1_UnityEngine_Color32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_UnityEngine_Color32__get_Length, (NativeArray_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01861520, void, NativeArray_1_UnityEngine_Color32__set_Item, (NativeArray_1_UnityEngine_Color32_ * __this, int32_t index, Color32 value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor___ctor, (NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, ConfigurationDescriptor__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor___ctor_1, (NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58838, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor___ctor_1__MethodInfo); DO_APP_FUNC(0x0185F190, void, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__Copy, (NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ src, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__Copy_1, (ConfigurationDescriptor__Array * src, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__Copy_2, (NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ src, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__Copy_3, (NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ src, ConfigurationDescriptor__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__Copy_4, (NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ src, int32_t srcIndex, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__Copy_5, (NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ src, int32_t srcIndex, ConfigurationDescriptor__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__Copy_6, (ConfigurationDescriptor__Array * src, int32_t srcIndex, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__CopyFrom, (NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ array, MethodInfo * method)); DO_APP_FUNC(0x018619D0, void, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__Dispose, (NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA640, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__Equals, (NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__Equals_1, (NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01861AB0, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__GetEnumerator, (NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__GetHashCode, (NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01861B30, IEnumerator_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ *, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01861BF0, IEnumerator *, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, ConfigurationDescriptor__Array *, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__ToArray, (NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__get_IsCreated, (NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01861860, ConfigurationDescriptor, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__get_Item, (NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__get_Length, (NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01861920, void, NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor__set_Item, (NativeArray_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ * __this, int32_t index, ConfigurationDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange___ctor, (NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, DrawBufferRange__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange___ctor_1, (NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0185F190, void, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange__Copy, (NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ src, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange__Copy_1, (DrawBufferRange__Array * src, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange__Copy_2, (NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ src, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange__Copy_3, (NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ src, DrawBufferRange__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange__Copy_4, (NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ src, int32_t srcIndex, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange__Copy_5, (NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ src, int32_t srcIndex, DrawBufferRange__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange__Copy_6, (DrawBufferRange__Array * src, int32_t srcIndex, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange__CopyFrom, (NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ array, MethodInfo * method)); DO_APP_FUNC(0x01861CD0, void, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange__Dispose, (NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA638, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange__Equals, (NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange__Equals_1, (NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01860F40, NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_DrawBufferRange_, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange__GetEnumerator, (NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange__GetHashCode, (NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860FC0, IEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange_ *, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01861070, IEnumerator *, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, DrawBufferRange__Array *, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange__ToArray, (NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange__get_IsCreated, (NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860D10, DrawBufferRange, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange__get_Item, (NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange__get_Length, (NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860DC0, void, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange__set_Item, (NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, int32_t index, DrawBufferRange value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange___ctor, (NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, GfxUpdateBufferRange__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange___ctor_1, (NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60208, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange___ctor_1__MethodInfo); DO_APP_FUNC(0x0185F190, void, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__Copy, (NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ src, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__Copy_1, (GfxUpdateBufferRange__Array * src, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__Copy_2, (NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ src, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__Copy_3, (NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ src, GfxUpdateBufferRange__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__Copy_4, (NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ src, int32_t srcIndex, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__Copy_5, (NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ src, int32_t srcIndex, GfxUpdateBufferRange__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__Copy_6, (GfxUpdateBufferRange__Array * src, int32_t srcIndex, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__CopyFrom, (NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ array, MethodInfo * method)); DO_APP_FUNC(0x01861DB0, void, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__Dispose, (NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C601F0, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__Equals, (NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__Equals_1, (NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01861E90, NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__GetEnumerator, (NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__GetHashCode, (NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01861F00, IEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ *, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01861FB0, IEnumerator *, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, GfxUpdateBufferRange__Array *, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__ToArray, (NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__get_IsCreated, (NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860D10, GfxUpdateBufferRange, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__get_Item, (NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__get_Length, (NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860DC0, void, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__set_Item, (NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, int32_t index, GfxUpdateBufferRange value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_System_Guid___ctor, (NativeArray_1_System_Guid_ * __this, Guid__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_System_Guid___ctor_1, (NativeArray_1_System_Guid_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59030, NativeArray_1_System_Guid___ctor_1__MethodInfo); DO_APP_FUNC(0x0185F190, void, NativeArray_1_System_Guid__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_System_Guid_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_System_Guid__Copy, (NativeArray_1_System_Guid_ src, NativeArray_1_System_Guid_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_System_Guid__Copy_1, (Guid__Array * src, NativeArray_1_System_Guid_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_System_Guid__Copy_2, (NativeArray_1_System_Guid_ src, NativeArray_1_System_Guid_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_System_Guid__Copy_3, (NativeArray_1_System_Guid_ src, Guid__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_System_Guid__Copy_4, (NativeArray_1_System_Guid_ src, int32_t srcIndex, NativeArray_1_System_Guid_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_System_Guid__Copy_5, (NativeArray_1_System_Guid_ src, int32_t srcIndex, Guid__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_System_Guid__Copy_6, (Guid__Array * src, int32_t srcIndex, NativeArray_1_System_Guid_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_System_Guid__CopyFrom, (NativeArray_1_System_Guid_ * __this, NativeArray_1_System_Guid_ array, MethodInfo * method)); DO_APP_FUNC(0x01862080, void, NativeArray_1_System_Guid__Dispose, (NativeArray_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA668, NativeArray_1_System_Guid__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_System_Guid__Equals, (NativeArray_1_System_Guid_ * __this, NativeArray_1_System_Guid_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_System_Guid__Equals_1, (NativeArray_1_System_Guid_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01860F40, NativeArray_1_T_Enumerator_System_Guid_, NativeArray_1_System_Guid__GetEnumerator, (NativeArray_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_System_Guid__GetHashCode, (NativeArray_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860FC0, IEnumerator_1_System_Guid_ *, NativeArray_1_System_Guid__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01861070, IEnumerator *, NativeArray_1_System_Guid__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, Guid__Array *, NativeArray_1_System_Guid__ToArray, (NativeArray_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_System_Guid__get_IsCreated, (NativeArray_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860D10, Guid, NativeArray_1_System_Guid__get_Item, (NativeArray_1_System_Guid_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_System_Guid__get_Length, (NativeArray_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860DC0, void, NativeArray_1_System_Guid__set_Item, (NativeArray_1_System_Guid_ * __this, int32_t index, Guid value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_System_Int32___ctor, (NativeArray_1_System_Int32_ * __this, Int32__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_System_Int32___ctor_1, (NativeArray_1_System_Int32_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0185F190, void, NativeArray_1_System_Int32__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_System_Int32_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_System_Int32__Copy, (NativeArray_1_System_Int32_ src, NativeArray_1_System_Int32_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_System_Int32__Copy_1, (Int32__Array * src, NativeArray_1_System_Int32_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_System_Int32__Copy_2, (NativeArray_1_System_Int32_ src, NativeArray_1_System_Int32_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_System_Int32__Copy_3, (NativeArray_1_System_Int32_ src, Int32__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_System_Int32__Copy_4, (NativeArray_1_System_Int32_ src, int32_t srcIndex, NativeArray_1_System_Int32_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_System_Int32__Copy_5, (NativeArray_1_System_Int32_ src, int32_t srcIndex, Int32__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_System_Int32__Copy_6, (Int32__Array * src, int32_t srcIndex, NativeArray_1_System_Int32_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_System_Int32__CopyFrom, (NativeArray_1_System_Int32_ * __this, NativeArray_1_System_Int32_ array, MethodInfo * method)); DO_APP_FUNC(0x01862200, void, NativeArray_1_System_Int32__Dispose, (NativeArray_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA660, NativeArray_1_System_Int32__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_System_Int32__Equals, (NativeArray_1_System_Int32_ * __this, NativeArray_1_System_Int32_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_System_Int32__Equals_1, (NativeArray_1_System_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018616A0, NativeArray_1_T_Enumerator_System_Int32_, NativeArray_1_System_Int32__GetEnumerator, (NativeArray_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_System_Int32__GetHashCode, (NativeArray_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01861700, IEnumerator_1_System_Int32_ *, NativeArray_1_System_Int32__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018617A0, IEnumerator *, NativeArray_1_System_Int32__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, Int32__Array *, NativeArray_1_System_Int32__ToArray, (NativeArray_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_System_Int32__get_IsCreated, (NativeArray_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860050, int32_t, NativeArray_1_System_Int32__get_Item, (NativeArray_1_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_System_Int32__get_Length, (NativeArray_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01862160, void, NativeArray_1_System_Int32__set_Item, (NativeArray_1_System_Int32_ * __this, int32_t index, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI___ctor, (NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, LightDataGI__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI___ctor_1, (NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0185F190, void, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__Copy, (NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ src, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__Copy_1, (LightDataGI__Array * src, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__Copy_2, (NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ src, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__Copy_3, (NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ src, LightDataGI__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__Copy_4, (NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ src, int32_t srcIndex, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__Copy_5, (NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ src, int32_t srcIndex, LightDataGI__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__Copy_6, (LightDataGI__Array * src, int32_t srcIndex, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__CopyFrom, (NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ array, MethodInfo * method)); DO_APP_FUNC(0x018624A0, void, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__Dispose, (NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA658, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__Equals, (NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__Equals_1, (NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01862580, NativeArray_1_T_Enumerator_UnityEngine_Experimental_GlobalIllumination_LightDataGI_, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__GetEnumerator, (NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__GetHashCode, (NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01862680, IEnumerator_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ *, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018627A0, IEnumerator *, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, LightDataGI__Array *, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__ToArray, (NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__get_IsCreated, (NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018622E0, LightDataGI, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__get_Item, (NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__get_Length, (NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018623D0, void, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI__set_Item, (NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ * __this, int32_t index, LightDataGI value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_UnityEngine_ModifiableContactPair___ctor, (NativeArray_1_UnityEngine_ModifiableContactPair_ * __this, ModifiableContactPair__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_UnityEngine_ModifiableContactPair___ctor_1, (NativeArray_1_UnityEngine_ModifiableContactPair_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0185F190, void, NativeArray_1_UnityEngine_ModifiableContactPair__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_UnityEngine_ModifiableContactPair_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_UnityEngine_ModifiableContactPair__Copy, (NativeArray_1_UnityEngine_ModifiableContactPair_ src, NativeArray_1_UnityEngine_ModifiableContactPair_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_UnityEngine_ModifiableContactPair__Copy_1, (ModifiableContactPair__Array * src, NativeArray_1_UnityEngine_ModifiableContactPair_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_UnityEngine_ModifiableContactPair__Copy_2, (NativeArray_1_UnityEngine_ModifiableContactPair_ src, NativeArray_1_UnityEngine_ModifiableContactPair_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_UnityEngine_ModifiableContactPair__Copy_3, (NativeArray_1_UnityEngine_ModifiableContactPair_ src, ModifiableContactPair__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_UnityEngine_ModifiableContactPair__Copy_4, (NativeArray_1_UnityEngine_ModifiableContactPair_ src, int32_t srcIndex, NativeArray_1_UnityEngine_ModifiableContactPair_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_UnityEngine_ModifiableContactPair__Copy_5, (NativeArray_1_UnityEngine_ModifiableContactPair_ src, int32_t srcIndex, ModifiableContactPair__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_UnityEngine_ModifiableContactPair__Copy_6, (ModifiableContactPair__Array * src, int32_t srcIndex, NativeArray_1_UnityEngine_ModifiableContactPair_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_UnityEngine_ModifiableContactPair__CopyFrom, (NativeArray_1_UnityEngine_ModifiableContactPair_ * __this, NativeArray_1_UnityEngine_ModifiableContactPair_ array, MethodInfo * method)); DO_APP_FUNC(0x01862890, void, NativeArray_1_UnityEngine_ModifiableContactPair__Dispose, (NativeArray_1_UnityEngine_ModifiableContactPair_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA650, NativeArray_1_UnityEngine_ModifiableContactPair__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_UnityEngine_ModifiableContactPair__Equals, (NativeArray_1_UnityEngine_ModifiableContactPair_ * __this, NativeArray_1_UnityEngine_ModifiableContactPair_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_UnityEngine_ModifiableContactPair__Equals_1, (NativeArray_1_UnityEngine_ModifiableContactPair_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018606D0, NativeArray_1_T_Enumerator_UnityEngine_ModifiableContactPair_, NativeArray_1_UnityEngine_ModifiableContactPair__GetEnumerator, (NativeArray_1_UnityEngine_ModifiableContactPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_UnityEngine_ModifiableContactPair__GetHashCode, (NativeArray_1_UnityEngine_ModifiableContactPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018607D0, IEnumerator_1_UnityEngine_ModifiableContactPair_ *, NativeArray_1_UnityEngine_ModifiableContactPair__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_UnityEngine_ModifiableContactPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018608F0, IEnumerator *, NativeArray_1_UnityEngine_ModifiableContactPair__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_UnityEngine_ModifiableContactPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, ModifiableContactPair__Array *, NativeArray_1_UnityEngine_ModifiableContactPair__ToArray, (NativeArray_1_UnityEngine_ModifiableContactPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_UnityEngine_ModifiableContactPair__get_IsCreated, (NativeArray_1_UnityEngine_ModifiableContactPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860410, ModifiableContactPair, NativeArray_1_UnityEngine_ModifiableContactPair__get_Item, (NativeArray_1_UnityEngine_ModifiableContactPair_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_UnityEngine_ModifiableContactPair__get_Length, (NativeArray_1_UnityEngine_ModifiableContactPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860510, void, NativeArray_1_UnityEngine_ModifiableContactPair__set_Item, (NativeArray_1_UnityEngine_ModifiableContactPair_ * __this, int32_t index, ModifiableContactPair value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor___ctor, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, NativeAnchor__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor___ctor_1, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59120, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor___ctor_1__MethodInfo); DO_APP_FUNC(0x0185F190, void, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor__Copy, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ src, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor__Copy_1, (NativeAnchor__Array * src, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor__Copy_2, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ src, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor__Copy_3, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ src, NativeAnchor__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor__Copy_4, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ src, int32_t srcIndex, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor__Copy_5, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ src, int32_t srcIndex, NativeAnchor__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor__Copy_6, (NativeAnchor__Array * src, int32_t srcIndex, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor__CopyFrom, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ array, MethodInfo * method)); DO_APP_FUNC(0x01862B00, void, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor__Dispose, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA5D0, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor__Equals, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor__Equals_1, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01862BE0, NativeArray_1_T_Enumerator_Microsoft_MixedReality_OpenXR_NativeAnchor_, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor__GetEnumerator, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor__GetHashCode, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01862C90, IEnumerator_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ *, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01862D80, IEnumerator *, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, NativeAnchor__Array *, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor__ToArray, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor__get_IsCreated, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01862970, NativeAnchor, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor__get_Item, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor__get_Length, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01862A40, void, NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor__set_Item, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ * __this, int32_t index, NativeAnchor value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane___ctor, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, NativePlane__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane___ctor_1, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58C88, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane___ctor_1__MethodInfo); DO_APP_FUNC(0x0185F190, void, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane__Copy, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ src, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane__Copy_1, (NativePlane__Array * src, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane__Copy_2, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ src, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane__Copy_3, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ src, NativePlane__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane__Copy_4, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ src, int32_t srcIndex, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane__Copy_5, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ src, int32_t srcIndex, NativePlane__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane__Copy_6, (NativePlane__Array * src, int32_t srcIndex, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane__CopyFrom, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ array, MethodInfo * method)); DO_APP_FUNC(0x01862FE0, void, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane__Dispose, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA5C8, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane__Equals, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane__Equals_1, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018630C0, NativeArray_1_T_Enumerator_Microsoft_MixedReality_OpenXR_NativePlane_, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane__GetEnumerator, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane__GetHashCode, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01863170, IEnumerator_1_Microsoft_MixedReality_OpenXR_NativePlane_ *, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01863260, IEnumerator *, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, NativePlane__Array *, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane__ToArray, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane__get_IsCreated, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01862E40, NativePlane, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane__get_Item, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane__get_Length, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01862F20, void, NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane__set_Item, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ * __this, int32_t index, NativePlane value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_UnityEngine_Plane___ctor, (NativeArray_1_UnityEngine_Plane_ * __this, Plane__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_UnityEngine_Plane___ctor_1, (NativeArray_1_UnityEngine_Plane_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0185F190, void, NativeArray_1_UnityEngine_Plane__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_UnityEngine_Plane_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_UnityEngine_Plane__Copy, (NativeArray_1_UnityEngine_Plane_ src, NativeArray_1_UnityEngine_Plane_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_UnityEngine_Plane__Copy_1, (Plane__Array * src, NativeArray_1_UnityEngine_Plane_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_UnityEngine_Plane__Copy_2, (NativeArray_1_UnityEngine_Plane_ src, NativeArray_1_UnityEngine_Plane_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_UnityEngine_Plane__Copy_3, (NativeArray_1_UnityEngine_Plane_ src, Plane__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_UnityEngine_Plane__Copy_4, (NativeArray_1_UnityEngine_Plane_ src, int32_t srcIndex, NativeArray_1_UnityEngine_Plane_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_UnityEngine_Plane__Copy_5, (NativeArray_1_UnityEngine_Plane_ src, int32_t srcIndex, Plane__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_UnityEngine_Plane__Copy_6, (Plane__Array * src, int32_t srcIndex, NativeArray_1_UnityEngine_Plane_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_UnityEngine_Plane__CopyFrom, (NativeArray_1_UnityEngine_Plane_ * __this, NativeArray_1_UnityEngine_Plane_ array, MethodInfo * method)); DO_APP_FUNC(0x01863320, void, NativeArray_1_UnityEngine_Plane__Dispose, (NativeArray_1_UnityEngine_Plane_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA5C0, NativeArray_1_UnityEngine_Plane__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_UnityEngine_Plane__Equals, (NativeArray_1_UnityEngine_Plane_ * __this, NativeArray_1_UnityEngine_Plane_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_UnityEngine_Plane__Equals_1, (NativeArray_1_UnityEngine_Plane_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01860F40, NativeArray_1_T_Enumerator_UnityEngine_Plane_, NativeArray_1_UnityEngine_Plane__GetEnumerator, (NativeArray_1_UnityEngine_Plane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_UnityEngine_Plane__GetHashCode, (NativeArray_1_UnityEngine_Plane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860FC0, IEnumerator_1_UnityEngine_Plane_ *, NativeArray_1_UnityEngine_Plane__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_UnityEngine_Plane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01861070, IEnumerator *, NativeArray_1_UnityEngine_Plane__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_UnityEngine_Plane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, Plane__Array *, NativeArray_1_UnityEngine_Plane__ToArray, (NativeArray_1_UnityEngine_Plane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_UnityEngine_Plane__get_IsCreated, (NativeArray_1_UnityEngine_Plane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860D10, Plane, NativeArray_1_UnityEngine_Plane__get_Item, (NativeArray_1_UnityEngine_Plane_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_UnityEngine_Plane__get_Length, (NativeArray_1_UnityEngine_Plane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860DC0, void, NativeArray_1_UnityEngine_Plane__set_Item, (NativeArray_1_UnityEngine_Plane_ * __this, int32_t index, Plane value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_UnityEngine_UIElements_TextVertex___ctor, (NativeArray_1_UnityEngine_UIElements_TextVertex_ * __this, TextVertex_1__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_UnityEngine_UIElements_TextVertex___ctor_1, (NativeArray_1_UnityEngine_UIElements_TextVertex_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB22C0, NativeArray_1_UnityEngine_UIElements_TextVertex___ctor_1__MethodInfo); DO_APP_FUNC(0x0185F190, void, NativeArray_1_UnityEngine_UIElements_TextVertex__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_UnityEngine_UIElements_TextVertex_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_UnityEngine_UIElements_TextVertex__Copy, (NativeArray_1_UnityEngine_UIElements_TextVertex_ src, NativeArray_1_UnityEngine_UIElements_TextVertex_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_UnityEngine_UIElements_TextVertex__Copy_1, (TextVertex_1__Array * src, NativeArray_1_UnityEngine_UIElements_TextVertex_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_UnityEngine_UIElements_TextVertex__Copy_2, (NativeArray_1_UnityEngine_UIElements_TextVertex_ src, NativeArray_1_UnityEngine_UIElements_TextVertex_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_UnityEngine_UIElements_TextVertex__Copy_3, (NativeArray_1_UnityEngine_UIElements_TextVertex_ src, TextVertex_1__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_UnityEngine_UIElements_TextVertex__Copy_4, (NativeArray_1_UnityEngine_UIElements_TextVertex_ src, int32_t srcIndex, NativeArray_1_UnityEngine_UIElements_TextVertex_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_UnityEngine_UIElements_TextVertex__Copy_5, (NativeArray_1_UnityEngine_UIElements_TextVertex_ src, int32_t srcIndex, TextVertex_1__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_UnityEngine_UIElements_TextVertex__Copy_6, (TextVertex_1__Array * src, int32_t srcIndex, NativeArray_1_UnityEngine_UIElements_TextVertex_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_UnityEngine_UIElements_TextVertex__CopyFrom, (NativeArray_1_UnityEngine_UIElements_TextVertex_ * __this, NativeArray_1_UnityEngine_UIElements_TextVertex_ array, MethodInfo * method)); DO_APP_FUNC(0x01863400, void, NativeArray_1_UnityEngine_UIElements_TextVertex__Dispose, (NativeArray_1_UnityEngine_UIElements_TextVertex_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA5B8, NativeArray_1_UnityEngine_UIElements_TextVertex__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_UnityEngine_UIElements_TextVertex__Equals, (NativeArray_1_UnityEngine_UIElements_TextVertex_ * __this, NativeArray_1_UnityEngine_UIElements_TextVertex_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_UnityEngine_UIElements_TextVertex__Equals_1, (NativeArray_1_UnityEngine_UIElements_TextVertex_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018634E0, NativeArray_1_T_Enumerator_UnityEngine_UIElements_TextVertex_, NativeArray_1_UnityEngine_UIElements_TextVertex__GetEnumerator, (NativeArray_1_UnityEngine_UIElements_TextVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_UnityEngine_UIElements_TextVertex__GetHashCode, (NativeArray_1_UnityEngine_UIElements_TextVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01863560, IEnumerator_1_UnityEngine_UIElements_TextVertex_ *, NativeArray_1_UnityEngine_UIElements_TextVertex__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_UnityEngine_UIElements_TextVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01863620, IEnumerator *, NativeArray_1_UnityEngine_UIElements_TextVertex__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_UnityEngine_UIElements_TextVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, TextVertex_1__Array *, NativeArray_1_UnityEngine_UIElements_TextVertex__ToArray, (NativeArray_1_UnityEngine_UIElements_TextVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_UnityEngine_UIElements_TextVertex__get_IsCreated, (NativeArray_1_UnityEngine_UIElements_TextVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01861860, TextVertex_1, NativeArray_1_UnityEngine_UIElements_TextVertex__get_Item, (NativeArray_1_UnityEngine_UIElements_TextVertex_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_UnityEngine_UIElements_TextVertex__get_Length, (NativeArray_1_UnityEngine_UIElements_TextVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01861920, void, NativeArray_1_UnityEngine_UIElements_TextVertex__set_Item, (NativeArray_1_UnityEngine_UIElements_TextVertex_ * __this, int32_t index, TextVertex_1 value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_UnityEngine_Tilemaps_TileData___ctor, (NativeArray_1_UnityEngine_Tilemaps_TileData_ * __this, TileData__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_UnityEngine_Tilemaps_TileData___ctor_1, (NativeArray_1_UnityEngine_Tilemaps_TileData_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0185F190, void, NativeArray_1_UnityEngine_Tilemaps_TileData__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_UnityEngine_Tilemaps_TileData_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_UnityEngine_Tilemaps_TileData__Copy, (NativeArray_1_UnityEngine_Tilemaps_TileData_ src, NativeArray_1_UnityEngine_Tilemaps_TileData_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_UnityEngine_Tilemaps_TileData__Copy_1, (TileData__Array * src, NativeArray_1_UnityEngine_Tilemaps_TileData_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_UnityEngine_Tilemaps_TileData__Copy_2, (NativeArray_1_UnityEngine_Tilemaps_TileData_ src, NativeArray_1_UnityEngine_Tilemaps_TileData_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_UnityEngine_Tilemaps_TileData__Copy_3, (NativeArray_1_UnityEngine_Tilemaps_TileData_ src, TileData__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_UnityEngine_Tilemaps_TileData__Copy_4, (NativeArray_1_UnityEngine_Tilemaps_TileData_ src, int32_t srcIndex, NativeArray_1_UnityEngine_Tilemaps_TileData_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_UnityEngine_Tilemaps_TileData__Copy_5, (NativeArray_1_UnityEngine_Tilemaps_TileData_ src, int32_t srcIndex, TileData__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_UnityEngine_Tilemaps_TileData__Copy_6, (TileData__Array * src, int32_t srcIndex, NativeArray_1_UnityEngine_Tilemaps_TileData_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_UnityEngine_Tilemaps_TileData__CopyFrom, (NativeArray_1_UnityEngine_Tilemaps_TileData_ * __this, NativeArray_1_UnityEngine_Tilemaps_TileData_ array, MethodInfo * method)); DO_APP_FUNC(0x01863700, void, NativeArray_1_UnityEngine_Tilemaps_TileData__Dispose, (NativeArray_1_UnityEngine_Tilemaps_TileData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA5F0, NativeArray_1_UnityEngine_Tilemaps_TileData__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_UnityEngine_Tilemaps_TileData__Equals, (NativeArray_1_UnityEngine_Tilemaps_TileData_ * __this, NativeArray_1_UnityEngine_Tilemaps_TileData_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_UnityEngine_Tilemaps_TileData__Equals_1, (NativeArray_1_UnityEngine_Tilemaps_TileData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01862580, NativeArray_1_T_Enumerator_UnityEngine_Tilemaps_TileData_, NativeArray_1_UnityEngine_Tilemaps_TileData__GetEnumerator, (NativeArray_1_UnityEngine_Tilemaps_TileData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_UnityEngine_Tilemaps_TileData__GetHashCode, (NativeArray_1_UnityEngine_Tilemaps_TileData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01862680, IEnumerator_1_UnityEngine_Tilemaps_TileData_ *, NativeArray_1_UnityEngine_Tilemaps_TileData__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_UnityEngine_Tilemaps_TileData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018627A0, IEnumerator *, NativeArray_1_UnityEngine_Tilemaps_TileData__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_UnityEngine_Tilemaps_TileData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, TileData__Array *, NativeArray_1_UnityEngine_Tilemaps_TileData__ToArray, (NativeArray_1_UnityEngine_Tilemaps_TileData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_UnityEngine_Tilemaps_TileData__get_IsCreated, (NativeArray_1_UnityEngine_Tilemaps_TileData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018622E0, TileData, NativeArray_1_UnityEngine_Tilemaps_TileData__get_Item, (NativeArray_1_UnityEngine_Tilemaps_TileData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_UnityEngine_Tilemaps_TileData__get_Length, (NativeArray_1_UnityEngine_Tilemaps_TileData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018623D0, void, NativeArray_1_UnityEngine_Tilemaps_TileData__set_Item, (NativeArray_1_UnityEngine_Tilemaps_TileData_ * __this, int32_t index, TileData value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId___ctor, (NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, TrackableId__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59128, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId___ctor__MethodInfo); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId___ctor_1, (NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F8E8, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId___ctor_1__MethodInfo); DO_APP_FUNC(0x0185F190, void, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId__Copy, (NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ src, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId__Copy_1, (TrackableId__Array * src, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId__Copy_2, (NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ src, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId__Copy_3, (NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ src, TrackableId__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId__Copy_4, (NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ src, int32_t srcIndex, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId__Copy_5, (NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ src, int32_t srcIndex, TrackableId__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId__Copy_6, (TrackableId__Array * src, int32_t srcIndex, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId__CopyFrom, (NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F8F8, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId__CopyFrom__MethodInfo); DO_APP_FUNC(0x018637E0, void, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId__Dispose, (NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F910, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId__Equals, (NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId__Equals_1, (NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01861E90, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId__GetEnumerator, (NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73A30, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId__GetEnumerator__MethodInfo); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId__GetHashCode, (NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01861F00, IEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId_ *, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01861FB0, IEnumerator *, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, TrackableId__Array *, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId__ToArray, (NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId__get_IsCreated, (NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860D10, TrackableId, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId__get_Item, (NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId__get_Length, (NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860DC0, void, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId__set_Item, (NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, int32_t index, TrackableId value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4___ctor, (NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, Transform3x4__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4___ctor_1, (NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D370, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4___ctor_1__MethodInfo); DO_APP_FUNC(0x0185F190, void, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4__Copy, (NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ src, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4__Copy_1, (Transform3x4__Array * src, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4__Copy_2, (NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ src, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4__Copy_3, (NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ src, Transform3x4__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4__Copy_4, (NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ src, int32_t srcIndex, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4__Copy_5, (NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ src, int32_t srcIndex, Transform3x4__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4__Copy_6, (Transform3x4__Array * src, int32_t srcIndex, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4__CopyFrom, (NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ array, MethodInfo * method)); DO_APP_FUNC(0x01863A30, void, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4__Dispose, (NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA5E8, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4__Equals, (NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4__Equals_1, (NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01863B10, NativeArray_1_T_Enumerator_UnityEngine_UIElements_UIR_Transform3x4_, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4__GetEnumerator, (NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4__GetHashCode, (NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01863BC0, IEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4_ *, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01863CB0, IEnumerator *, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, Transform3x4__Array *, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4__ToArray, (NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4__get_IsCreated, (NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D3B8, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4__get_IsCreated__MethodInfo); DO_APP_FUNC(0x018638C0, Transform3x4, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4__get_Item, (NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4__get_Length, (NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01863980, void, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4__set_Item, (NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, int32_t index, Transform3x4 value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_System_UInt16___ctor, (NativeArray_1_System_UInt16_ * __this, UInt16__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_System_UInt16___ctor_1, (NativeArray_1_System_UInt16_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0185F190, void, NativeArray_1_System_UInt16__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_System_UInt16_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_System_UInt16__Copy, (NativeArray_1_System_UInt16_ src, NativeArray_1_System_UInt16_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_System_UInt16__Copy_1, (UInt16__Array * src, NativeArray_1_System_UInt16_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_System_UInt16__Copy_2, (NativeArray_1_System_UInt16_ src, NativeArray_1_System_UInt16_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_System_UInt16__Copy_3, (NativeArray_1_System_UInt16_ src, UInt16__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_System_UInt16__Copy_4, (NativeArray_1_System_UInt16_ src, int32_t srcIndex, NativeArray_1_System_UInt16_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_System_UInt16__Copy_5, (NativeArray_1_System_UInt16_ src, int32_t srcIndex, UInt16__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_System_UInt16__Copy_6, (UInt16__Array * src, int32_t srcIndex, NativeArray_1_System_UInt16_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_System_UInt16__CopyFrom, (NativeArray_1_System_UInt16_ * __this, NativeArray_1_System_UInt16_ array, MethodInfo * method)); DO_APP_FUNC(0x01863E10, void, NativeArray_1_System_UInt16__Dispose, (NativeArray_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA5E0, NativeArray_1_System_UInt16__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_System_UInt16__Equals, (NativeArray_1_System_UInt16_ * __this, NativeArray_1_System_UInt16_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_System_UInt16__Equals_1, (NativeArray_1_System_UInt16_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01863EF0, NativeArray_1_T_Enumerator_System_UInt16_, NativeArray_1_System_UInt16__GetEnumerator, (NativeArray_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_System_UInt16__GetHashCode, (NativeArray_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01863F60, IEnumerator_1_System_UInt16_ *, NativeArray_1_System_UInt16__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01864000, IEnumerator *, NativeArray_1_System_UInt16__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, UInt16__Array *, NativeArray_1_System_UInt16__ToArray, (NativeArray_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_System_UInt16__get_IsCreated, (NativeArray_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F4D0, NativeArray_1_System_UInt16__get_IsCreated__MethodInfo); DO_APP_FUNC(0x01860050, uint16_t, NativeArray_1_System_UInt16__get_Item, (NativeArray_1_System_UInt16_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_System_UInt16__get_Length, (NativeArray_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01863D70, void, NativeArray_1_System_UInt16__set_Item, (NativeArray_1_System_UInt16_ * __this, int32_t index, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_System_UInt32___ctor, (NativeArray_1_System_UInt32_ * __this, UInt32__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_System_UInt32___ctor_1, (NativeArray_1_System_UInt32_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0185F190, void, NativeArray_1_System_UInt32__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_System_UInt32_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_System_UInt32__Copy, (NativeArray_1_System_UInt32_ src, NativeArray_1_System_UInt32_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_System_UInt32__Copy_1, (UInt32__Array * src, NativeArray_1_System_UInt32_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_System_UInt32__Copy_2, (NativeArray_1_System_UInt32_ src, NativeArray_1_System_UInt32_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_System_UInt32__Copy_3, (NativeArray_1_System_UInt32_ src, UInt32__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_System_UInt32__Copy_4, (NativeArray_1_System_UInt32_ src, int32_t srcIndex, NativeArray_1_System_UInt32_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_System_UInt32__Copy_5, (NativeArray_1_System_UInt32_ src, int32_t srcIndex, UInt32__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_System_UInt32__Copy_6, (UInt32__Array * src, int32_t srcIndex, NativeArray_1_System_UInt32_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_System_UInt32__CopyFrom, (NativeArray_1_System_UInt32_ * __this, NativeArray_1_System_UInt32_ array, MethodInfo * method)); DO_APP_FUNC(0x018640C0, void, NativeArray_1_System_UInt32__Dispose, (NativeArray_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA5D8, NativeArray_1_System_UInt32__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_System_UInt32__Equals, (NativeArray_1_System_UInt32_ * __this, NativeArray_1_System_UInt32_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_System_UInt32__Equals_1, (NativeArray_1_System_UInt32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018616A0, NativeArray_1_T_Enumerator_System_UInt32_, NativeArray_1_System_UInt32__GetEnumerator, (NativeArray_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_System_UInt32__GetHashCode, (NativeArray_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01861700, IEnumerator_1_System_UInt32_ *, NativeArray_1_System_UInt32__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018617A0, IEnumerator *, NativeArray_1_System_UInt32__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, UInt32__Array *, NativeArray_1_System_UInt32__ToArray, (NativeArray_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_System_UInt32__get_IsCreated, (NativeArray_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5ADF0, NativeArray_1_System_UInt32__get_IsCreated__MethodInfo); DO_APP_FUNC(0x01860050, uint32_t, NativeArray_1_System_UInt32__get_Item, (NativeArray_1_System_UInt32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_System_UInt32__get_Length, (NativeArray_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01862160, void, NativeArray_1_System_UInt32__set_Item, (NativeArray_1_System_UInt32_ * __this, int32_t index, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_System_UInt64___ctor, (NativeArray_1_System_UInt64_ * __this, UInt64__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_System_UInt64___ctor_1, (NativeArray_1_System_UInt64_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0185F190, void, NativeArray_1_System_UInt64__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_System_UInt64_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_System_UInt64__Copy, (NativeArray_1_System_UInt64_ src, NativeArray_1_System_UInt64_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_System_UInt64__Copy_1, (UInt64__Array * src, NativeArray_1_System_UInt64_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_System_UInt64__Copy_2, (NativeArray_1_System_UInt64_ src, NativeArray_1_System_UInt64_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_System_UInt64__Copy_3, (NativeArray_1_System_UInt64_ src, UInt64__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_System_UInt64__Copy_4, (NativeArray_1_System_UInt64_ src, int32_t srcIndex, NativeArray_1_System_UInt64_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60D88, NativeArray_1_System_UInt64__Copy_4__MethodInfo); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_System_UInt64__Copy_5, (NativeArray_1_System_UInt64_ src, int32_t srcIndex, UInt64__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_System_UInt64__Copy_6, (UInt64__Array * src, int32_t srcIndex, NativeArray_1_System_UInt64_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_System_UInt64__CopyFrom, (NativeArray_1_System_UInt64_ * __this, NativeArray_1_System_UInt64_ array, MethodInfo * method)); DO_APP_FUNC(0x01864240, void, NativeArray_1_System_UInt64__Dispose, (NativeArray_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80FE0, NativeArray_1_System_UInt64__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_System_UInt64__Equals, (NativeArray_1_System_UInt64_ * __this, NativeArray_1_System_UInt64_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_System_UInt64__Equals_1, (NativeArray_1_System_UInt64_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01864320, NativeArray_1_T_Enumerator_System_UInt64_, NativeArray_1_System_UInt64__GetEnumerator, (NativeArray_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_System_UInt64__GetHashCode, (NativeArray_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01864380, IEnumerator_1_System_UInt64_ *, NativeArray_1_System_UInt64__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01864420, IEnumerator *, NativeArray_1_System_UInt64__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, UInt64__Array *, NativeArray_1_System_UInt64__ToArray, (NativeArray_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_System_UInt64__get_IsCreated, (NativeArray_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81000, NativeArray_1_System_UInt64__get_IsCreated__MethodInfo); DO_APP_FUNC(0x01860050, uint64_t, NativeArray_1_System_UInt64__get_Item, (NativeArray_1_System_UInt64_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_System_UInt64__get_Length, (NativeArray_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018641A0, void, NativeArray_1_System_UInt64__set_Item, (NativeArray_1_System_UInt64_ * __this, int32_t index, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_UnityEngine_Vector2___ctor, (NativeArray_1_UnityEngine_Vector2_ * __this, Vector2__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_UnityEngine_Vector2___ctor_1, (NativeArray_1_UnityEngine_Vector2_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72178, NativeArray_1_UnityEngine_Vector2___ctor_1__MethodInfo); DO_APP_FUNC(0x0185F190, void, NativeArray_1_UnityEngine_Vector2__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_UnityEngine_Vector2_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_UnityEngine_Vector2__Copy, (NativeArray_1_UnityEngine_Vector2_ src, NativeArray_1_UnityEngine_Vector2_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_UnityEngine_Vector2__Copy_1, (Vector2__Array * src, NativeArray_1_UnityEngine_Vector2_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_UnityEngine_Vector2__Copy_2, (NativeArray_1_UnityEngine_Vector2_ src, NativeArray_1_UnityEngine_Vector2_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_UnityEngine_Vector2__Copy_3, (NativeArray_1_UnityEngine_Vector2_ src, Vector2__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_UnityEngine_Vector2__Copy_4, (NativeArray_1_UnityEngine_Vector2_ src, int32_t srcIndex, NativeArray_1_UnityEngine_Vector2_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_UnityEngine_Vector2__Copy_5, (NativeArray_1_UnityEngine_Vector2_ src, int32_t srcIndex, Vector2__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_UnityEngine_Vector2__Copy_6, (Vector2__Array * src, int32_t srcIndex, NativeArray_1_UnityEngine_Vector2_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_UnityEngine_Vector2__CopyFrom, (NativeArray_1_UnityEngine_Vector2_ * __this, NativeArray_1_UnityEngine_Vector2_ array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72158, NativeArray_1_UnityEngine_Vector2__CopyFrom__MethodInfo); DO_APP_FUNC(0x01864600, void, NativeArray_1_UnityEngine_Vector2__Dispose, (NativeArray_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA610, NativeArray_1_UnityEngine_Vector2__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_UnityEngine_Vector2__Equals, (NativeArray_1_UnityEngine_Vector2_ * __this, NativeArray_1_UnityEngine_Vector2_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_UnityEngine_Vector2__Equals_1, (NativeArray_1_UnityEngine_Vector2_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01860250, NativeArray_1_T_Enumerator_UnityEngine_Vector2_, NativeArray_1_UnityEngine_Vector2__GetEnumerator, (NativeArray_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_UnityEngine_Vector2__GetHashCode, (NativeArray_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018602B0, IEnumerator_1_UnityEngine_Vector2_ *, NativeArray_1_UnityEngine_Vector2__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860350, IEnumerator *, NativeArray_1_UnityEngine_Vector2__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, Vector2__Array *, NativeArray_1_UnityEngine_Vector2__ToArray, (NativeArray_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_UnityEngine_Vector2__get_IsCreated, (NativeArray_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72170, NativeArray_1_UnityEngine_Vector2__get_IsCreated__MethodInfo); DO_APP_FUNC(0x018644E0, Vector2, NativeArray_1_UnityEngine_Vector2__get_Item, (NativeArray_1_UnityEngine_Vector2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_UnityEngine_Vector2__get_Length, (NativeArray_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01864560, void, NativeArray_1_UnityEngine_Vector2__set_Item, (NativeArray_1_UnityEngine_Vector2_ * __this, int32_t index, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_UnityEngine_Vector3Int___ctor, (NativeArray_1_UnityEngine_Vector3Int_ * __this, Vector3Int__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_UnityEngine_Vector3Int___ctor_1, (NativeArray_1_UnityEngine_Vector3Int_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5D28, NativeArray_1_UnityEngine_Vector3Int___ctor_1__MethodInfo); DO_APP_FUNC(0x0185F190, void, NativeArray_1_UnityEngine_Vector3Int__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_UnityEngine_Vector3Int_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_UnityEngine_Vector3Int__Copy, (NativeArray_1_UnityEngine_Vector3Int_ src, NativeArray_1_UnityEngine_Vector3Int_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_UnityEngine_Vector3Int__Copy_1, (Vector3Int__Array * src, NativeArray_1_UnityEngine_Vector3Int_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_UnityEngine_Vector3Int__Copy_2, (NativeArray_1_UnityEngine_Vector3Int_ src, NativeArray_1_UnityEngine_Vector3Int_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5D30, NativeArray_1_UnityEngine_Vector3Int__Copy_2__MethodInfo); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_UnityEngine_Vector3Int__Copy_3, (NativeArray_1_UnityEngine_Vector3Int_ src, Vector3Int__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_UnityEngine_Vector3Int__Copy_4, (NativeArray_1_UnityEngine_Vector3Int_ src, int32_t srcIndex, NativeArray_1_UnityEngine_Vector3Int_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_UnityEngine_Vector3Int__Copy_5, (NativeArray_1_UnityEngine_Vector3Int_ src, int32_t srcIndex, Vector3Int__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_UnityEngine_Vector3Int__Copy_6, (Vector3Int__Array * src, int32_t srcIndex, NativeArray_1_UnityEngine_Vector3Int_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_UnityEngine_Vector3Int__CopyFrom, (NativeArray_1_UnityEngine_Vector3Int_ * __this, NativeArray_1_UnityEngine_Vector3Int_ array, MethodInfo * method)); DO_APP_FUNC(0x018646E0, void, NativeArray_1_UnityEngine_Vector3Int__Dispose, (NativeArray_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA608, NativeArray_1_UnityEngine_Vector3Int__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_UnityEngine_Vector3Int__Equals, (NativeArray_1_UnityEngine_Vector3Int_ * __this, NativeArray_1_UnityEngine_Vector3Int_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_UnityEngine_Vector3Int__Equals_1, (NativeArray_1_UnityEngine_Vector3Int_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0185F690, NativeArray_1_T_Enumerator_UnityEngine_Vector3Int_, NativeArray_1_UnityEngine_Vector3Int__GetEnumerator, (NativeArray_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_UnityEngine_Vector3Int__GetHashCode, (NativeArray_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F6E0, IEnumerator_1_UnityEngine_Vector3Int_ *, NativeArray_1_UnityEngine_Vector3Int__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F760, IEnumerator *, NativeArray_1_UnityEngine_Vector3Int__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, Vector3Int__Array *, NativeArray_1_UnityEngine_Vector3Int__ToArray, (NativeArray_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_UnityEngine_Vector3Int__get_IsCreated, (NativeArray_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5D40, NativeArray_1_UnityEngine_Vector3Int__get_IsCreated__MethodInfo); DO_APP_FUNC(0x0185F2D0, Vector3Int, NativeArray_1_UnityEngine_Vector3Int__get_Item, (NativeArray_1_UnityEngine_Vector3Int_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_UnityEngine_Vector3Int__get_Length, (NativeArray_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F380, void, NativeArray_1_UnityEngine_Vector3Int__set_Item, (NativeArray_1_UnityEngine_Vector3Int_ * __this, int32_t index, Vector3Int value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_UnityEngine_Vector4___ctor, (NativeArray_1_UnityEngine_Vector4_ * __this, Vector4__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_UnityEngine_Vector4___ctor_1, (NativeArray_1_UnityEngine_Vector4_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D378, NativeArray_1_UnityEngine_Vector4___ctor_1__MethodInfo); DO_APP_FUNC(0x0185F190, void, NativeArray_1_UnityEngine_Vector4__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_UnityEngine_Vector4_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_UnityEngine_Vector4__Copy, (NativeArray_1_UnityEngine_Vector4_ src, NativeArray_1_UnityEngine_Vector4_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_UnityEngine_Vector4__Copy_1, (Vector4__Array * src, NativeArray_1_UnityEngine_Vector4_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_UnityEngine_Vector4__Copy_2, (NativeArray_1_UnityEngine_Vector4_ src, NativeArray_1_UnityEngine_Vector4_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_UnityEngine_Vector4__Copy_3, (NativeArray_1_UnityEngine_Vector4_ src, Vector4__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_UnityEngine_Vector4__Copy_4, (NativeArray_1_UnityEngine_Vector4_ src, int32_t srcIndex, NativeArray_1_UnityEngine_Vector4_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_UnityEngine_Vector4__Copy_5, (NativeArray_1_UnityEngine_Vector4_ src, int32_t srcIndex, Vector4__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_UnityEngine_Vector4__Copy_6, (Vector4__Array * src, int32_t srcIndex, NativeArray_1_UnityEngine_Vector4_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_UnityEngine_Vector4__CopyFrom, (NativeArray_1_UnityEngine_Vector4_ * __this, NativeArray_1_UnityEngine_Vector4_ array, MethodInfo * method)); DO_APP_FUNC(0x018647C0, void, NativeArray_1_UnityEngine_Vector4__Dispose, (NativeArray_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA600, NativeArray_1_UnityEngine_Vector4__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_UnityEngine_Vector4__Equals, (NativeArray_1_UnityEngine_Vector4_ * __this, NativeArray_1_UnityEngine_Vector4_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_UnityEngine_Vector4__Equals_1, (NativeArray_1_UnityEngine_Vector4_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01860F40, NativeArray_1_T_Enumerator_UnityEngine_Vector4_, NativeArray_1_UnityEngine_Vector4__GetEnumerator, (NativeArray_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_UnityEngine_Vector4__GetHashCode, (NativeArray_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860FC0, IEnumerator_1_UnityEngine_Vector4_ *, NativeArray_1_UnityEngine_Vector4__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01861070, IEnumerator *, NativeArray_1_UnityEngine_Vector4__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, Vector4__Array *, NativeArray_1_UnityEngine_Vector4__ToArray, (NativeArray_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_UnityEngine_Vector4__get_IsCreated, (NativeArray_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D3B0, NativeArray_1_UnityEngine_Vector4__get_IsCreated__MethodInfo); DO_APP_FUNC(0x01860D10, Vector4, NativeArray_1_UnityEngine_Vector4__get_Item, (NativeArray_1_UnityEngine_Vector4_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_UnityEngine_Vector4__get_Length, (NativeArray_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860DC0, void, NativeArray_1_UnityEngine_Vector4__set_Item, (NativeArray_1_UnityEngine_Vector4_ * __this, int32_t index, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_UnityEngine_UIElements_Vertex___ctor, (NativeArray_1_UnityEngine_UIElements_Vertex_ * __this, Vertex__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_UnityEngine_UIElements_Vertex___ctor_1, (NativeArray_1_UnityEngine_UIElements_Vertex_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0185F190, void, NativeArray_1_UnityEngine_UIElements_Vertex__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_UnityEngine_UIElements_Vertex_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_UnityEngine_UIElements_Vertex__Copy, (NativeArray_1_UnityEngine_UIElements_Vertex_ src, NativeArray_1_UnityEngine_UIElements_Vertex_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_UnityEngine_UIElements_Vertex__Copy_1, (Vertex__Array * src, NativeArray_1_UnityEngine_UIElements_Vertex_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_UnityEngine_UIElements_Vertex__Copy_2, (NativeArray_1_UnityEngine_UIElements_Vertex_ src, NativeArray_1_UnityEngine_UIElements_Vertex_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_UnityEngine_UIElements_Vertex__Copy_3, (NativeArray_1_UnityEngine_UIElements_Vertex_ src, Vertex__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_UnityEngine_UIElements_Vertex__Copy_4, (NativeArray_1_UnityEngine_UIElements_Vertex_ src, int32_t srcIndex, NativeArray_1_UnityEngine_UIElements_Vertex_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_UnityEngine_UIElements_Vertex__Copy_5, (NativeArray_1_UnityEngine_UIElements_Vertex_ src, int32_t srcIndex, Vertex__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_UnityEngine_UIElements_Vertex__Copy_6, (Vertex__Array * src, int32_t srcIndex, NativeArray_1_UnityEngine_UIElements_Vertex_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_UnityEngine_UIElements_Vertex__CopyFrom, (NativeArray_1_UnityEngine_UIElements_Vertex_ * __this, NativeArray_1_UnityEngine_UIElements_Vertex_ array, MethodInfo * method)); DO_APP_FUNC(0x018648A0, void, NativeArray_1_UnityEngine_UIElements_Vertex__Dispose, (NativeArray_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA5F8, NativeArray_1_UnityEngine_UIElements_Vertex__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_UnityEngine_UIElements_Vertex__Equals, (NativeArray_1_UnityEngine_UIElements_Vertex_ * __this, NativeArray_1_UnityEngine_UIElements_Vertex_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_UnityEngine_UIElements_Vertex__Equals_1, (NativeArray_1_UnityEngine_UIElements_Vertex_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018630C0, NativeArray_1_T_Enumerator_UnityEngine_UIElements_Vertex_, NativeArray_1_UnityEngine_UIElements_Vertex__GetEnumerator, (NativeArray_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_UnityEngine_UIElements_Vertex__GetHashCode, (NativeArray_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01863170, IEnumerator_1_UnityEngine_UIElements_Vertex_ *, NativeArray_1_UnityEngine_UIElements_Vertex__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01863260, IEnumerator *, NativeArray_1_UnityEngine_UIElements_Vertex__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, Vertex__Array *, NativeArray_1_UnityEngine_UIElements_Vertex__ToArray, (NativeArray_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_UnityEngine_UIElements_Vertex__get_IsCreated, (NativeArray_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F4C0, NativeArray_1_UnityEngine_UIElements_Vertex__get_IsCreated__MethodInfo); DO_APP_FUNC(0x01862E40, Vertex, NativeArray_1_UnityEngine_UIElements_Vertex__get_Item, (NativeArray_1_UnityEngine_UIElements_Vertex_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_UnityEngine_UIElements_Vertex__get_Length, (NativeArray_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01862F20, void, NativeArray_1_UnityEngine_UIElements_Vertex__set_Item, (NativeArray_1_UnityEngine_UIElements_Vertex_ * __this, int32_t index, Vertex value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor___ctor, (NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor___ctor_1, (NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0185F190, void, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor__Copy, (NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ src, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor__Copy_1, (VertexAttributeDescriptor__Array * src, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor__Copy_2, (NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ src, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor__Copy_3, (NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ src, VertexAttributeDescriptor__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor__Copy_4, (NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ src, int32_t srcIndex, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor__Copy_5, (NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ src, int32_t srcIndex, VertexAttributeDescriptor__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor__Copy_6, (VertexAttributeDescriptor__Array * src, int32_t srcIndex, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor__CopyFrom, (NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ array, MethodInfo * method)); DO_APP_FUNC(0x01864980, void, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor__Dispose, (NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA630, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor__Equals, (NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor__Equals_1, (NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01860F40, NativeArray_1_T_Enumerator_UnityEngine_Rendering_VertexAttributeDescriptor_, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor__GetEnumerator, (NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor__GetHashCode, (NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860FC0, IEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor_ *, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01861070, IEnumerator *, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, VertexAttributeDescriptor__Array *, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor__ToArray, (NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor__get_IsCreated, (NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860D10, VertexAttributeDescriptor, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor__get_Item, (NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor__get_Length, (NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01860DC0, void, NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor__set_Item, (NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, int32_t index, VertexAttributeDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor___ctor, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, XRAnchor__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59118, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor___ctor__MethodInfo); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor___ctor_1, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0185F190, void, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor__Copy, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ src, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor__Copy_1, (XRAnchor__Array * src, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor__Copy_2, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ src, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor__Copy_3, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ src, XRAnchor__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor__Copy_4, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ src, int32_t srcIndex, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor__Copy_5, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ src, int32_t srcIndex, XRAnchor__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor__Copy_6, (XRAnchor__Array * src, int32_t srcIndex, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor__CopyFrom, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ array, MethodInfo * method)); DO_APP_FUNC(0x01864C00, void, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor__Dispose, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA628, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor__Equals, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor__Equals_1, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01864CE0, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_XRAnchor_, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor__GetEnumerator, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor__GetHashCode, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01864DB0, IEnumerator_1_UnityEngine_XR_ARSubsystems_XRAnchor_ *, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01864EA0, IEnumerator *, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, XRAnchor__Array *, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor__ToArray, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor__get_IsCreated, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01864A60, XRAnchor, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor__get_Item, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor__get_Length, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01864B40, void, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor__set_Item, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ * __this, int32_t index, XRAnchor value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast___ctor, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, XRRaycast__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast___ctor_1, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0185F190, void, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast__Copy, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ src, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast__Copy_1, (XRRaycast__Array * src, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast__Copy_2, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ src, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast__Copy_3, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ src, XRRaycast__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast__Copy_4, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ src, int32_t srcIndex, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast__Copy_5, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ src, int32_t srcIndex, XRRaycast__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast__Copy_6, (XRRaycast__Array * src, int32_t srcIndex, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast__CopyFrom, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ array, MethodInfo * method)); DO_APP_FUNC(0x01865110, void, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast__Dispose, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA620, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast__Equals, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast__Equals_1, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018651F0, NativeArray_1_T_Enumerator_UnityEngine_XR_ARSubsystems_XRRaycast_, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast__GetEnumerator, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast__GetHashCode, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018652D0, IEnumerator_1_UnityEngine_XR_ARSubsystems_XRRaycast_ *, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018653C0, IEnumerator *, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, XRRaycast__Array *, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast__ToArray, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast__get_IsCreated, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01864F70, XRRaycast, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast__get_Item, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast__get_Length, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01865050, void, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast__set_Item, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ * __this, int32_t index, XRRaycast value, MethodInfo * method)); DO_APP_FUNC(0x0185F090, void, NativeArray_1_UnityEngine_ParticleSystem_Particle___ctor, (NativeArray_1_UnityEngine_ParticleSystem_Particle_ * __this, ParticleSystem_Particle__Array * array, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x0185EF90, void, NativeArray_1_UnityEngine_ParticleSystem_Particle___ctor_1, (NativeArray_1_UnityEngine_ParticleSystem_Particle_ * __this, int32_t length, Allocator__Enum allocator, NativeArrayOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0185F190, void, NativeArray_1_UnityEngine_ParticleSystem_Particle__Allocate, (int32_t length, Allocator__Enum allocator, NativeArray_1_UnityEngine_ParticleSystem_Particle_ * array, MethodInfo * method)); DO_APP_FUNC(0x0185F930, void, NativeArray_1_UnityEngine_ParticleSystem_Particle__Copy, (NativeArray_1_UnityEngine_ParticleSystem_Particle_ src, NativeArray_1_UnityEngine_ParticleSystem_Particle_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185F9F0, void, NativeArray_1_UnityEngine_ParticleSystem_Particle__Copy_1, (ParticleSystem_Particle__Array * src, NativeArray_1_UnityEngine_ParticleSystem_Particle_ dst, MethodInfo * method)); DO_APP_FUNC(0x0185FAA0, void, NativeArray_1_UnityEngine_ParticleSystem_Particle__Copy_2, (NativeArray_1_UnityEngine_ParticleSystem_Particle_ src, NativeArray_1_UnityEngine_ParticleSystem_Particle_ dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FB60, void, NativeArray_1_UnityEngine_ParticleSystem_Particle__Copy_3, (NativeArray_1_UnityEngine_ParticleSystem_Particle_ src, ParticleSystem_Particle__Array * dst, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FC10, void, NativeArray_1_UnityEngine_ParticleSystem_Particle__Copy_4, (NativeArray_1_UnityEngine_ParticleSystem_Particle_ src, int32_t srcIndex, NativeArray_1_UnityEngine_ParticleSystem_Particle_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FED0, void, NativeArray_1_UnityEngine_ParticleSystem_Particle__Copy_5, (NativeArray_1_UnityEngine_ParticleSystem_Particle_ src, int32_t srcIndex, ParticleSystem_Particle__Array * dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185FD60, void, NativeArray_1_UnityEngine_ParticleSystem_Particle__Copy_6, (ParticleSystem_Particle__Array * src, int32_t srcIndex, NativeArray_1_UnityEngine_ParticleSystem_Particle_ dst, int32_t dstIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0185F520, void, NativeArray_1_UnityEngine_ParticleSystem_Particle__CopyFrom, (NativeArray_1_UnityEngine_ParticleSystem_Particle_ * __this, NativeArray_1_UnityEngine_ParticleSystem_Particle_ array, MethodInfo * method)); DO_APP_FUNC(0x018656B0, void, NativeArray_1_UnityEngine_ParticleSystem_Particle__Dispose, (NativeArray_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA618, NativeArray_1_UnityEngine_ParticleSystem_Particle__Dispose__MethodInfo); DO_APP_FUNC(0x0185F800, bool, NativeArray_1_UnityEngine_ParticleSystem_Particle__Equals, (NativeArray_1_UnityEngine_ParticleSystem_Particle_ * __this, NativeArray_1_UnityEngine_ParticleSystem_Particle_ other, MethodInfo * method)); DO_APP_FUNC(0x0185F820, bool, NativeArray_1_UnityEngine_ParticleSystem_Particle__Equals_1, (NativeArray_1_UnityEngine_ParticleSystem_Particle_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01865790, NativeArray_1_T_Enumerator_UnityEngine_ParticleSystem_Particle_, NativeArray_1_UnityEngine_ParticleSystem_Particle__GetEnumerator, (NativeArray_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F920, int32_t, NativeArray_1_UnityEngine_ParticleSystem_Particle__GetHashCode, (NativeArray_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018658C0, IEnumerator_1_UnityEngine_ParticleSystem_Particle_ *, NativeArray_1_UnityEngine_ParticleSystem_Particle__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeArray_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01865A00, IEnumerator *, NativeArray_1_UnityEngine_ParticleSystem_Particle__System_Collections_IEnumerable_GetEnumerator, (NativeArray_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F5B0, ParticleSystem_Particle__Array *, NativeArray_1_UnityEngine_ParticleSystem_Particle__ToArray, (NativeArray_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0185F430, bool, NativeArray_1_UnityEngine_ParticleSystem_Particle__get_IsCreated, (NativeArray_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018654A0, ParticleSystem_Particle, NativeArray_1_UnityEngine_ParticleSystem_Particle__get_Item, (NativeArray_1_UnityEngine_ParticleSystem_Particle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0185F2C0, int32_t, NativeArray_1_UnityEngine_ParticleSystem_Particle__get_Length, (NativeArray_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018655B0, void, NativeArray_1_UnityEngine_ParticleSystem_Particle__set_Item, (NativeArray_1_UnityEngine_ParticleSystem_Particle_ * __this, int32_t index, ParticleSystem_Particle value, MethodInfo * method)); DO_APP_FUNC(0x01865B20, void, NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange___ctor, (NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ array, MethodInfo * method)); DO_APP_FUNC(0x01865C70, void, NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange___ctor_1, (NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ array, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01865B00, void, NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange___ctor_2, (NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange_ slice, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01865E60, void, NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange__CopyFrom, (NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange_ slice, MethodInfo * method)); DO_APP_FUNC(0x01866000, void, NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange__CopyFrom_1, (NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, DrawBufferRange__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01866300, bool, NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange__Equals, (NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange_ other, MethodInfo * method)); DO_APP_FUNC(0x01866320, bool, NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange__Equals_1, (NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01866160, NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_DrawBufferRange_, NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange__GetEnumerator, (NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01866420, int32_t, NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange__GetHashCode, (NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018661C0, IEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange_ *, NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01866250, IEnumerator *, NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange__System_Collections_IEnumerable_GetEnumerator, (NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01865D10, DrawBufferRange, NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange__get_Item, (NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01866150, int32_t, NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange__get_Length, (NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB028, NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange__get_Length__MethodInfo); DO_APP_FUNC(0x00470F10, int32_t, NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange__get_Stride, (NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01865B80, NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange_, NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange__op_Implicit, (NativeArray_1_UnityEngine_UIElements_UIR_DrawBufferRange_ array, MethodInfo * method)); DO_APP_FUNC(0x01866440, bool, NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange__op_Inequality, (NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange_ left, NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange_ right, MethodInfo * method)); DO_APP_FUNC(0x01865DC0, void, NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange__set_Item, (NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange_ * __this, int32_t index, DrawBufferRange value, MethodInfo * method)); DO_APP_FUNC(0x01865B20, void, NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange___ctor, (NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ array, MethodInfo * method)); DO_APP_FUNC(0x01865C70, void, NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange___ctor_1, (NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ array, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01865B00, void, NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange___ctor_2, (NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ slice, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01865E60, void, NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__CopyFrom, (NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ slice, MethodInfo * method)); DO_APP_FUNC(0x01866000, void, NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__CopyFrom_1, (NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, GfxUpdateBufferRange__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01866300, bool, NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__Equals, (NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ other, MethodInfo * method)); DO_APP_FUNC(0x01866320, bool, NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__Equals_1, (NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01866160, NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_, NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__GetEnumerator, (NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01866420, int32_t, NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__GetHashCode, (NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018661C0, IEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ *, NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01866250, IEnumerator *, NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__System_Collections_IEnumerable_GetEnumerator, (NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01865D10, GfxUpdateBufferRange, NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__get_Item, (NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01866150, int32_t, NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__get_Length, (NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC2D8, NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__get_Length__MethodInfo); DO_APP_FUNC(0x00470F10, int32_t, NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__get_Stride, (NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01865B80, NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_, NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__op_Implicit, (NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ array, MethodInfo * method)); DO_APP_FUNC(0x01866440, bool, NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__op_Inequality, (NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ left, NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ right, MethodInfo * method)); DO_APP_FUNC(0x01865DC0, void, NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange__set_Item, (NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ * __this, int32_t index, GfxUpdateBufferRange value, MethodInfo * method)); DO_APP_FUNC(0x01865B20, void, NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4___ctor, (NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ array, MethodInfo * method)); DO_APP_FUNC(0x01865C70, void, NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4___ctor_1, (NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ array, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01865B00, void, NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4___ctor_2, (NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4_ slice, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01865E60, void, NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4__CopyFrom, (NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4_ slice, MethodInfo * method)); DO_APP_FUNC(0x01866000, void, NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4__CopyFrom_1, (NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, Transform3x4__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01866300, bool, NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4__Equals, (NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4_ other, MethodInfo * method)); DO_APP_FUNC(0x01866320, bool, NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4__Equals_1, (NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01866160, NativeSlice_1_T_Enumerator_UnityEngine_UIElements_UIR_Transform3x4_, NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4__GetEnumerator, (NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01866420, int32_t, NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4__GetHashCode, (NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018661C0, IEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4_ *, NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01866250, IEnumerator *, NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4__System_Collections_IEnumerable_GetEnumerator, (NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018664A0, Transform3x4, NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4__get_Item, (NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01866150, int32_t, NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4__get_Length, (NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D1A0, NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4__get_Length__MethodInfo); DO_APP_FUNC(0x00470F10, int32_t, NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4__get_Stride, (NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01865B80, NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4_, NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4__op_Implicit, (NativeArray_1_UnityEngine_UIElements_UIR_Transform3x4_ array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D430, NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4__op_Implicit__MethodInfo); DO_APP_FUNC(0x01866440, bool, NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4__op_Inequality, (NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4_ left, NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4_ right, MethodInfo * method)); DO_APP_FUNC(0x01866570, void, NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4__set_Item, (NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4_ * __this, int32_t index, Transform3x4 value, MethodInfo * method)); DO_APP_FUNC(0x01866630, void, NativeSlice_1_System_UInt16___ctor, (NativeSlice_1_System_UInt16_ * __this, NativeArray_1_System_UInt16_ array, MethodInfo * method)); DO_APP_FUNC(0x01865C70, void, NativeSlice_1_System_UInt16___ctor_1, (NativeSlice_1_System_UInt16_ * __this, NativeArray_1_System_UInt16_ array, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D1C8, NativeSlice_1_System_UInt16___ctor_1__MethodInfo); DO_APP_FUNC(0x01865B00, void, NativeSlice_1_System_UInt16___ctor_2, (NativeSlice_1_System_UInt16_ * __this, NativeSlice_1_System_UInt16_ slice, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01865E60, void, NativeSlice_1_System_UInt16__CopyFrom, (NativeSlice_1_System_UInt16_ * __this, NativeSlice_1_System_UInt16_ slice, MethodInfo * method)); DO_APP_FUNC(0x01866000, void, NativeSlice_1_System_UInt16__CopyFrom_1, (NativeSlice_1_System_UInt16_ * __this, UInt16__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB698, NativeSlice_1_System_UInt16__CopyFrom_1__MethodInfo); DO_APP_FUNC(0x01866300, bool, NativeSlice_1_System_UInt16__Equals, (NativeSlice_1_System_UInt16_ * __this, NativeSlice_1_System_UInt16_ other, MethodInfo * method)); DO_APP_FUNC(0x01866320, bool, NativeSlice_1_System_UInt16__Equals_1, (NativeSlice_1_System_UInt16_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01866160, NativeSlice_1_T_Enumerator_System_UInt16_, NativeSlice_1_System_UInt16__GetEnumerator, (NativeSlice_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01866420, int32_t, NativeSlice_1_System_UInt16__GetHashCode, (NativeSlice_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018661C0, IEnumerator_1_System_UInt16_ *, NativeSlice_1_System_UInt16__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeSlice_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01866250, IEnumerator *, NativeSlice_1_System_UInt16__System_Collections_IEnumerable_GetEnumerator, (NativeSlice_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018666F0, uint16_t, NativeSlice_1_System_UInt16__get_Item, (NativeSlice_1_System_UInt16_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D1D0, NativeSlice_1_System_UInt16__get_Item__MethodInfo); DO_APP_FUNC(0x01866150, int32_t, NativeSlice_1_System_UInt16__get_Length, (NativeSlice_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D0F8, NativeSlice_1_System_UInt16__get_Length__MethodInfo); DO_APP_FUNC(0x00470F10, int32_t, NativeSlice_1_System_UInt16__get_Stride, (NativeSlice_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01865B80, NativeSlice_1_System_UInt16_, NativeSlice_1_System_UInt16__op_Implicit, (NativeArray_1_System_UInt16_ array, MethodInfo * method)); DO_APP_FUNC(0x01866440, bool, NativeSlice_1_System_UInt16__op_Inequality, (NativeSlice_1_System_UInt16_ left, NativeSlice_1_System_UInt16_ right, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CF10, NativeSlice_1_System_UInt16__op_Inequality__MethodInfo); DO_APP_FUNC(0x01866790, void, NativeSlice_1_System_UInt16__set_Item, (NativeSlice_1_System_UInt16_ * __this, int32_t index, uint16_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D1C0, NativeSlice_1_System_UInt16__set_Item__MethodInfo); DO_APP_FUNC(0x01865B20, void, NativeSlice_1_UnityEngine_Vector4___ctor, (NativeSlice_1_UnityEngine_Vector4_ * __this, NativeArray_1_UnityEngine_Vector4_ array, MethodInfo * method)); DO_APP_FUNC(0x01865C70, void, NativeSlice_1_UnityEngine_Vector4___ctor_1, (NativeSlice_1_UnityEngine_Vector4_ * __this, NativeArray_1_UnityEngine_Vector4_ array, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01865B00, void, NativeSlice_1_UnityEngine_Vector4___ctor_2, (NativeSlice_1_UnityEngine_Vector4_ * __this, NativeSlice_1_UnityEngine_Vector4_ slice, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01865E60, void, NativeSlice_1_UnityEngine_Vector4__CopyFrom, (NativeSlice_1_UnityEngine_Vector4_ * __this, NativeSlice_1_UnityEngine_Vector4_ slice, MethodInfo * method)); DO_APP_FUNC(0x01866000, void, NativeSlice_1_UnityEngine_Vector4__CopyFrom_1, (NativeSlice_1_UnityEngine_Vector4_ * __this, Vector4__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01866300, bool, NativeSlice_1_UnityEngine_Vector4__Equals, (NativeSlice_1_UnityEngine_Vector4_ * __this, NativeSlice_1_UnityEngine_Vector4_ other, MethodInfo * method)); DO_APP_FUNC(0x01866320, bool, NativeSlice_1_UnityEngine_Vector4__Equals_1, (NativeSlice_1_UnityEngine_Vector4_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01866160, NativeSlice_1_T_Enumerator_UnityEngine_Vector4_, NativeSlice_1_UnityEngine_Vector4__GetEnumerator, (NativeSlice_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01866420, int32_t, NativeSlice_1_UnityEngine_Vector4__GetHashCode, (NativeSlice_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018661C0, IEnumerator_1_UnityEngine_Vector4_ *, NativeSlice_1_UnityEngine_Vector4__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeSlice_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01866250, IEnumerator *, NativeSlice_1_UnityEngine_Vector4__System_Collections_IEnumerable_GetEnumerator, (NativeSlice_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01865D10, Vector4, NativeSlice_1_UnityEngine_Vector4__get_Item, (NativeSlice_1_UnityEngine_Vector4_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01866150, int32_t, NativeSlice_1_UnityEngine_Vector4__get_Length, (NativeSlice_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D188, NativeSlice_1_UnityEngine_Vector4__get_Length__MethodInfo); DO_APP_FUNC(0x00470F10, int32_t, NativeSlice_1_UnityEngine_Vector4__get_Stride, (NativeSlice_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01865B80, NativeSlice_1_UnityEngine_Vector4_, NativeSlice_1_UnityEngine_Vector4__op_Implicit, (NativeArray_1_UnityEngine_Vector4_ array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D428, NativeSlice_1_UnityEngine_Vector4__op_Implicit__MethodInfo); DO_APP_FUNC(0x01866440, bool, NativeSlice_1_UnityEngine_Vector4__op_Inequality, (NativeSlice_1_UnityEngine_Vector4_ left, NativeSlice_1_UnityEngine_Vector4_ right, MethodInfo * method)); DO_APP_FUNC(0x01865DC0, void, NativeSlice_1_UnityEngine_Vector4__set_Item, (NativeSlice_1_UnityEngine_Vector4_ * __this, int32_t index, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x01866630, void, NativeSlice_1_UnityEngine_UIElements_Vertex___ctor, (NativeSlice_1_UnityEngine_UIElements_Vertex_ * __this, NativeArray_1_UnityEngine_UIElements_Vertex_ array, MethodInfo * method)); DO_APP_FUNC(0x01865C70, void, NativeSlice_1_UnityEngine_UIElements_Vertex___ctor_1, (NativeSlice_1_UnityEngine_UIElements_Vertex_ * __this, NativeArray_1_UnityEngine_UIElements_Vertex_ array, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D210, NativeSlice_1_UnityEngine_UIElements_Vertex___ctor_1__MethodInfo); DO_APP_FUNC(0x01865B00, void, NativeSlice_1_UnityEngine_UIElements_Vertex___ctor_2, (NativeSlice_1_UnityEngine_UIElements_Vertex_ * __this, NativeSlice_1_UnityEngine_UIElements_Vertex_ slice, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01865E60, void, NativeSlice_1_UnityEngine_UIElements_Vertex__CopyFrom, (NativeSlice_1_UnityEngine_UIElements_Vertex_ * __this, NativeSlice_1_UnityEngine_UIElements_Vertex_ slice, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D108, NativeSlice_1_UnityEngine_UIElements_Vertex__CopyFrom__MethodInfo); DO_APP_FUNC(0x01866000, void, NativeSlice_1_UnityEngine_UIElements_Vertex__CopyFrom_1, (NativeSlice_1_UnityEngine_UIElements_Vertex_ * __this, Vertex__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB6B8, NativeSlice_1_UnityEngine_UIElements_Vertex__CopyFrom_1__MethodInfo); DO_APP_FUNC(0x01866300, bool, NativeSlice_1_UnityEngine_UIElements_Vertex__Equals, (NativeSlice_1_UnityEngine_UIElements_Vertex_ * __this, NativeSlice_1_UnityEngine_UIElements_Vertex_ other, MethodInfo * method)); DO_APP_FUNC(0x01866320, bool, NativeSlice_1_UnityEngine_UIElements_Vertex__Equals_1, (NativeSlice_1_UnityEngine_UIElements_Vertex_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01866160, NativeSlice_1_T_Enumerator_UnityEngine_UIElements_Vertex_, NativeSlice_1_UnityEngine_UIElements_Vertex__GetEnumerator, (NativeSlice_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01866420, int32_t, NativeSlice_1_UnityEngine_UIElements_Vertex__GetHashCode, (NativeSlice_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018661C0, IEnumerator_1_UnityEngine_UIElements_Vertex_ *, NativeSlice_1_UnityEngine_UIElements_Vertex__System_Collections_Generic_IEnumerable_T__GetEnumerator, (NativeSlice_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01866250, IEnumerator *, NativeSlice_1_UnityEngine_UIElements_Vertex__System_Collections_IEnumerable_GetEnumerator, (NativeSlice_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01866830, Vertex, NativeSlice_1_UnityEngine_UIElements_Vertex__get_Item, (NativeSlice_1_UnityEngine_UIElements_Vertex_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CF00, NativeSlice_1_UnityEngine_UIElements_Vertex__get_Item__MethodInfo); DO_APP_FUNC(0x01866150, int32_t, NativeSlice_1_UnityEngine_UIElements_Vertex__get_Length, (NativeSlice_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CF68, NativeSlice_1_UnityEngine_UIElements_Vertex__get_Length__MethodInfo); DO_APP_FUNC(0x00470F10, int32_t, NativeSlice_1_UnityEngine_UIElements_Vertex__get_Stride, (NativeSlice_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01865B80, NativeSlice_1_UnityEngine_UIElements_Vertex_, NativeSlice_1_UnityEngine_UIElements_Vertex__op_Implicit, (NativeArray_1_UnityEngine_UIElements_Vertex_ array, MethodInfo * method)); DO_APP_FUNC(0x01866440, bool, NativeSlice_1_UnityEngine_UIElements_Vertex__op_Inequality, (NativeSlice_1_UnityEngine_UIElements_Vertex_ left, NativeSlice_1_UnityEngine_UIElements_Vertex_ right, MethodInfo * method)); DO_APP_FUNC(0x01866910, void, NativeSlice_1_UnityEngine_UIElements_Vertex__set_Item, (NativeSlice_1_UnityEngine_UIElements_Vertex_ * __this, int32_t index, Vertex value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CF08, NativeSlice_1_UnityEngine_UIElements_Vertex__set_Item__MethodInfo); DO_APP_FUNC(0x018669E0, void, NavigationEventBase_1_System_Object___ctor, (NavigationEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01150DA0, void, NavigationEventBase_1_System_Object__Init, (NavigationEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01866A60, void, NavigationEventBase_1_System_Object__LocalInit, (NavigationEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01866A90, void, NetworkArray_Objects_1_System_Object___ctor, (NetworkArray_Objects_1_System_Object_ * __this, int32_t length, int32_t stride, MethodInfo * method)); DO_APP_FUNC(0x0164A1C0, IEnumerator_1_System_Object_ *, NetworkArray_Objects_1_System_Object__GetEnumerator, (NetworkArray_Objects_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x014D2960, IEnumerator *, NetworkArray_Objects_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (NetworkArray_Objects_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01866B60, Object *, NetworkArray_Objects_1_System_Object__get_Item, (NetworkArray_Objects_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA590, NetworkArray_Objects_1_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x00436FB0, int32_t, NetworkArray_Objects_1_System_Object__get_Length, (NetworkArray_Objects_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0CF0, NetworkStorage *, NetworkArray_Objects_1_System_Object__get_Storage, (NetworkArray_Objects_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01866CB0, void, NetworkArray_Values_1_System_Int32___ctor, (NetworkArray_Values_1_System_Int32_ * __this, int32_t length, int32_t stride, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B238, NetworkArray_Values_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x01866EC0, IEnumerator_1_System_Int32_ *, NetworkArray_Values_1_System_Int32__GetEnumerator, (NetworkArray_Values_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1540, IEnumerator *, NetworkArray_Values_1_System_Int32__System_Collections_IEnumerable_GetEnumerator, (NetworkArray_Values_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01866D80, int32_t, NetworkArray_Values_1_System_Int32__get_Item, (NetworkArray_Values_1_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA5A0, NetworkArray_Values_1_System_Int32__get_Item__MethodInfo); DO_APP_FUNC(0x00436FB0, int32_t, NetworkArray_Values_1_System_Int32__get_Length, (NetworkArray_Values_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0CF0, NetworkStorage *, NetworkArray_Values_1_System_Int32__get_Storage, (NetworkArray_Values_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01866E00, void, NetworkArray_Values_1_System_Int32__set_Item, (NetworkArray_Values_1_System_Int32_ * __this, int32_t index, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA598, NetworkArray_Values_1_System_Int32__set_Item__MethodInfo); DO_APP_FUNC(0x01866F90, void, NetworkArray_Values_1_System_Object___ctor, (NetworkArray_Values_1_System_Object_ * __this, int32_t length, int32_t stride, MethodInfo * method)); DO_APP_FUNC(0x018671A0, IEnumerator_1_System_Object_ *, NetworkArray_Values_1_System_Object__GetEnumerator, (NetworkArray_Values_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1540, IEnumerator *, NetworkArray_Values_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (NetworkArray_Values_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01867060, Object *, NetworkArray_Values_1_System_Object__get_Item, (NetworkArray_Values_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA5B0, NetworkArray_Values_1_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x00436FB0, int32_t, NetworkArray_Values_1_System_Object__get_Length, (NetworkArray_Values_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0CF0, NetworkStorage *, NetworkArray_Values_1_System_Object__get_Storage, (NetworkArray_Values_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018670E0, void, NetworkArray_Values_1_System_Object__set_Item, (NetworkArray_Values_1_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA5A8, NetworkArray_Values_1_System_Object__set_Item__MethodInfo); DO_APP_FUNC(0x01867270, void, NetworkArray_Values_1_PrefabId___ctor, (NetworkArray_Values_1_PrefabId_ * __this, int32_t length, int32_t stride, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B228, NetworkArray_Values_1_PrefabId___ctor__MethodInfo); DO_APP_FUNC(0x01866EC0, IEnumerator_1_Photon_Bolt_PrefabId_ *, NetworkArray_Values_1_PrefabId__GetEnumerator, (NetworkArray_Values_1_PrefabId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1540, IEnumerator *, NetworkArray_Values_1_PrefabId__System_Collections_IEnumerable_GetEnumerator, (NetworkArray_Values_1_PrefabId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01867340, PrefabId, NetworkArray_Values_1_PrefabId__get_Item, (NetworkArray_Values_1_PrefabId_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA558, NetworkArray_Values_1_PrefabId__get_Item__MethodInfo); DO_APP_FUNC(0x00436FB0, int32_t, NetworkArray_Values_1_PrefabId__get_Length, (NetworkArray_Values_1_PrefabId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0CF0, NetworkStorage *, NetworkArray_Values_1_PrefabId__get_Storage, (NetworkArray_Values_1_PrefabId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018673C0, void, NetworkArray_Values_1_PrefabId__set_Item, (NetworkArray_Values_1_PrefabId_ * __this, int32_t index, PrefabId value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA550, NetworkArray_Values_1_PrefabId__set_Item__MethodInfo); DO_APP_FUNC(0x01867480, void, NetworkArray_Values_1_UnityEngine_Quaternion___ctor, (NetworkArray_Values_1_UnityEngine_Quaternion_ * __this, int32_t length, int32_t stride, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B218, NetworkArray_Values_1_UnityEngine_Quaternion___ctor__MethodInfo); DO_APP_FUNC(0x018676B0, IEnumerator_1_UnityEngine_Quaternion_ *, NetworkArray_Values_1_UnityEngine_Quaternion__GetEnumerator, (NetworkArray_Values_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1540, IEnumerator *, NetworkArray_Values_1_UnityEngine_Quaternion__System_Collections_IEnumerable_GetEnumerator, (NetworkArray_Values_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01867550, Quaternion, NetworkArray_Values_1_UnityEngine_Quaternion__get_Item, (NetworkArray_Values_1_UnityEngine_Quaternion_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA568, NetworkArray_Values_1_UnityEngine_Quaternion__get_Item__MethodInfo); DO_APP_FUNC(0x00436FB0, int32_t, NetworkArray_Values_1_UnityEngine_Quaternion__get_Length, (NetworkArray_Values_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0CF0, NetworkStorage *, NetworkArray_Values_1_UnityEngine_Quaternion__get_Storage, (NetworkArray_Values_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018675E0, void, NetworkArray_Values_1_UnityEngine_Quaternion__set_Item, (NetworkArray_Values_1_UnityEngine_Quaternion_ * __this, int32_t index, Quaternion value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA560, NetworkArray_Values_1_UnityEngine_Quaternion__set_Item__MethodInfo); DO_APP_FUNC(0x01867780, void, NetworkArray_Values_1_System_Single___ctor, (NetworkArray_Values_1_System_Single_ * __this, int32_t length, int32_t stride, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B230, NetworkArray_Values_1_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x01866EC0, IEnumerator_1_System_Single_ *, NetworkArray_Values_1_System_Single__GetEnumerator, (NetworkArray_Values_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1540, IEnumerator *, NetworkArray_Values_1_System_Single__System_Collections_IEnumerable_GetEnumerator, (NetworkArray_Values_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01867850, float, NetworkArray_Values_1_System_Single__get_Item, (NetworkArray_Values_1_System_Single_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA578, NetworkArray_Values_1_System_Single__get_Item__MethodInfo); DO_APP_FUNC(0x00436FB0, int32_t, NetworkArray_Values_1_System_Single__get_Length, (NetworkArray_Values_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0CF0, NetworkStorage *, NetworkArray_Values_1_System_Single__get_Storage, (NetworkArray_Values_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018678D0, void, NetworkArray_Values_1_System_Single__set_Item, (NetworkArray_Values_1_System_Single_ * __this, int32_t index, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA570, NetworkArray_Values_1_System_Single__set_Item__MethodInfo); DO_APP_FUNC(0x01867990, void, NetworkArray_Values_1_UnityEngine_Vector3___ctor, (NetworkArray_Values_1_UnityEngine_Vector3_ * __this, int32_t length, int32_t stride, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B1E8, NetworkArray_Values_1_UnityEngine_Vector3___ctor__MethodInfo); DO_APP_FUNC(0x018671A0, IEnumerator_1_UnityEngine_Vector3_ *, NetworkArray_Values_1_UnityEngine_Vector3__GetEnumerator, (NetworkArray_Values_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1540, IEnumerator *, NetworkArray_Values_1_UnityEngine_Vector3__System_Collections_IEnumerable_GetEnumerator, (NetworkArray_Values_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01867A60, Vector3, NetworkArray_Values_1_UnityEngine_Vector3__get_Item, (NetworkArray_Values_1_UnityEngine_Vector3_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA588, NetworkArray_Values_1_UnityEngine_Vector3__get_Item__MethodInfo); DO_APP_FUNC(0x00436FB0, int32_t, NetworkArray_Values_1_UnityEngine_Vector3__get_Length, (NetworkArray_Values_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0CF0, NetworkStorage *, NetworkArray_Values_1_UnityEngine_Vector3__get_Storage, (NetworkArray_Values_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01867B00, void, NetworkArray_Values_1_UnityEngine_Vector3__set_Item, (NetworkArray_Values_1_UnityEngine_Vector3_ * __this, int32_t index, Vector3 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA580, NetworkArray_Values_1_UnityEngine_Vector3__set_Item__MethodInfo); DO_APP_FUNC(0x01867BD0, void, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char___ctor, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ item, NodeColor__Enum color, MethodInfo * method)); DO_APP_FUNC(0x01466520, void, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char__ColorBlack, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018680A0, void, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char__ColorRed, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018680C0, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ *, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char__DeepClone, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * __this, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018685B0, TreeRotation__Enum, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char__GetRotation, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * current, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * sibling, MethodInfo * method)); DO_APP_FUNC(0x01868670, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ *, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char__GetSibling, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * node, MethodInfo * method)); DO_APP_FUNC(0x01867C40, bool, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char__IsNonNullBlack, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * node, MethodInfo * method)); DO_APP_FUNC(0x01867CD0, bool, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char__IsNonNullRed, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * node, MethodInfo * method)); DO_APP_FUNC(0x01867D60, bool, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char__IsNullOrBlack, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * node, MethodInfo * method)); DO_APP_FUNC(0x01868F80, void, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char__Merge2Nodes, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01869050, void, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char__ReplaceChild, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * child, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * newChild, MethodInfo * method)); DO_APP_FUNC(0x018688E0, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ *, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char__Rotate, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * __this, TreeRotation__Enum rotation, MethodInfo * method)); DO_APP_FUNC(0x01868B00, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ *, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char__RotateLeft, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01868BD0, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ *, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char__RotateLeftRight, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01868D40, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ *, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char__RotateRight, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01868E10, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ *, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char__RotateRightLeft, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01868710, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ *, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char__ShallowClone, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01868810, void, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char__Split4Node, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE700, NodeColor__Enum, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char__get_Color, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01867ED0, bool, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char__get_Is2Node, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01867FD0, bool, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char__get_Is4Node, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01867E50, bool, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char__get_IsBlack, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01867E90, bool, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char__get_IsRed, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Object_System_Char_, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char__get_Item, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ *, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char__get_Left, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ *, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char__get_Right, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88980, void, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char__set_Color, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * __this, NodeColor__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01867DF0, void, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char__set_Item, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ value, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char__set_Left, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char__set_Right, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * value, MethodInfo * method)); DO_APP_FUNC(0x01867BD0, void, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object___ctor, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, NodeColor__Enum color, MethodInfo * method)); DO_APP_FUNC(0x01466520, void, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object__ColorBlack, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018680A0, void, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object__ColorRed, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018680C0, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ *, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object__DeepClone, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * __this, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018685B0, TreeRotation__Enum, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object__GetRotation, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * current, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * sibling, MethodInfo * method)); DO_APP_FUNC(0x01868670, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ *, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object__GetSibling, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x01867C40, bool, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object__IsNonNullBlack, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x01867CD0, bool, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object__IsNonNullRed, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x01867D60, bool, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object__IsNullOrBlack, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x01868F80, void, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object__Merge2Nodes, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01869050, void, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object__ReplaceChild, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * child, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * newChild, MethodInfo * method)); DO_APP_FUNC(0x018688E0, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ *, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object__Rotate, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * __this, TreeRotation__Enum rotation, MethodInfo * method)); DO_APP_FUNC(0x01868B00, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ *, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object__RotateLeft, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01868BD0, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ *, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object__RotateLeftRight, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01868D40, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ *, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object__RotateRight, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01868E10, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ *, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object__RotateRightLeft, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01868710, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ *, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object__ShallowClone, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01868810, void, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object__Split4Node, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE700, NodeColor__Enum, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object__get_Color, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01867ED0, bool, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object__get_Is2Node, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01867FD0, bool, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object__get_Is4Node, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01867E50, bool, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object__get_IsBlack, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01867E90, bool, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object__get_IsRed, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_Object_System_Object_, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object__get_Item, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ *, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object__get_Left, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ *, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object__get_Right, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88980, void, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object__set_Color, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * __this, NodeColor__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01867DF0, void, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object__set_Item, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object__set_Left, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object__set_Right, (SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x01867BD0, void, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object___ctor, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ item, NodeColor__Enum color, MethodInfo * method)); DO_APP_FUNC(0x01466520, void, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object__ColorBlack, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018680A0, void, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object__ColorRed, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018680C0, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ *, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object__DeepClone, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * __this, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018685B0, TreeRotation__Enum, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object__GetRotation, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * current, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * sibling, MethodInfo * method)); DO_APP_FUNC(0x01868670, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ *, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object__GetSibling, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x01867C40, bool, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object__IsNonNullBlack, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x01867CD0, bool, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object__IsNonNullRed, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x01867D60, bool, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object__IsNullOrBlack, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x01868F80, void, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object__Merge2Nodes, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01869050, void, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object__ReplaceChild, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * child, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * newChild, MethodInfo * method)); DO_APP_FUNC(0x018688E0, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ *, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object__Rotate, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * __this, TreeRotation__Enum rotation, MethodInfo * method)); DO_APP_FUNC(0x01868B00, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ *, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object__RotateLeft, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01868BD0, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ *, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object__RotateLeftRight, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01868D40, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ *, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object__RotateRight, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01868E10, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ *, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object__RotateRightLeft, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01868710, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ *, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object__ShallowClone, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01868810, void, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object__Split4Node, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE700, NodeColor__Enum, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object__get_Color, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01867ED0, bool, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object__get_Is2Node, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01867FD0, bool, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object__get_Is4Node, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01867E50, bool, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object__get_IsBlack, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01867E90, bool, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object__get_IsRed, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, KeyValuePair_2_System_UInt64_System_Object_, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object__get_Item, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ *, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object__get_Left, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ *, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object__get_Right, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A88980, void, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object__set_Color, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * __this, NodeColor__Enum value, MethodInfo * method)); DO_APP_FUNC(0x012664F0, void, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object__set_Item, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object__set_Left, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object__set_Right, (SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x018690E0, void, SortedSet_1_T_Node_System_Object___ctor, (SortedSet_1_T_Node_System_Object_ * __this, Object * item, NodeColor__Enum color, MethodInfo * method)); DO_APP_FUNC(0x01466520, void, SortedSet_1_T_Node_System_Object__ColorBlack, (SortedSet_1_T_Node_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018680A0, void, SortedSet_1_T_Node_System_Object__ColorRed, (SortedSet_1_T_Node_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018680C0, SortedSet_1_T_Node_System_Object_ *, SortedSet_1_T_Node_System_Object__DeepClone, (SortedSet_1_T_Node_System_Object_ * __this, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018685B0, TreeRotation__Enum, SortedSet_1_T_Node_System_Object__GetRotation, (SortedSet_1_T_Node_System_Object_ * __this, SortedSet_1_T_Node_System_Object_ * current, SortedSet_1_T_Node_System_Object_ * sibling, MethodInfo * method)); DO_APP_FUNC(0x01868670, SortedSet_1_T_Node_System_Object_ *, SortedSet_1_T_Node_System_Object__GetSibling, (SortedSet_1_T_Node_System_Object_ * __this, SortedSet_1_T_Node_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x01867C40, bool, SortedSet_1_T_Node_System_Object__IsNonNullBlack, (SortedSet_1_T_Node_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x01867CD0, bool, SortedSet_1_T_Node_System_Object__IsNonNullRed, (SortedSet_1_T_Node_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x01867D60, bool, SortedSet_1_T_Node_System_Object__IsNullOrBlack, (SortedSet_1_T_Node_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x01868F80, void, SortedSet_1_T_Node_System_Object__Merge2Nodes, (SortedSet_1_T_Node_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01869050, void, SortedSet_1_T_Node_System_Object__ReplaceChild, (SortedSet_1_T_Node_System_Object_ * __this, SortedSet_1_T_Node_System_Object_ * child, SortedSet_1_T_Node_System_Object_ * newChild, MethodInfo * method)); DO_APP_FUNC(0x018688E0, SortedSet_1_T_Node_System_Object_ *, SortedSet_1_T_Node_System_Object__Rotate, (SortedSet_1_T_Node_System_Object_ * __this, TreeRotation__Enum rotation, MethodInfo * method)); DO_APP_FUNC(0x01868B00, SortedSet_1_T_Node_System_Object_ *, SortedSet_1_T_Node_System_Object__RotateLeft, (SortedSet_1_T_Node_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01868BD0, SortedSet_1_T_Node_System_Object_ *, SortedSet_1_T_Node_System_Object__RotateLeftRight, (SortedSet_1_T_Node_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01868D40, SortedSet_1_T_Node_System_Object_ *, SortedSet_1_T_Node_System_Object__RotateRight, (SortedSet_1_T_Node_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01868E10, SortedSet_1_T_Node_System_Object_ *, SortedSet_1_T_Node_System_Object__RotateRightLeft, (SortedSet_1_T_Node_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01869140, SortedSet_1_T_Node_System_Object_ *, SortedSet_1_T_Node_System_Object__ShallowClone, (SortedSet_1_T_Node_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01868810, void, SortedSet_1_T_Node_System_Object__Split4Node, (SortedSet_1_T_Node_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A50, NodeColor__Enum, SortedSet_1_T_Node_System_Object__get_Color, (SortedSet_1_T_Node_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01867ED0, bool, SortedSet_1_T_Node_System_Object__get_Is2Node, (SortedSet_1_T_Node_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01867FD0, bool, SortedSet_1_T_Node_System_Object__get_Is4Node, (SortedSet_1_T_Node_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01867E50, bool, SortedSet_1_T_Node_System_Object__get_IsBlack, (SortedSet_1_T_Node_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01867E90, bool, SortedSet_1_T_Node_System_Object__get_IsRed, (SortedSet_1_T_Node_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, SortedSet_1_T_Node_System_Object__get_Item, (SortedSet_1_T_Node_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, SortedSet_1_T_Node_System_Object_ *, SortedSet_1_T_Node_System_Object__get_Left, (SortedSet_1_T_Node_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, SortedSet_1_T_Node_System_Object_ *, SortedSet_1_T_Node_System_Object__get_Right, (SortedSet_1_T_Node_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, SortedSet_1_T_Node_System_Object__set_Color, (SortedSet_1_T_Node_System_Object_ * __this, NodeColor__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, SortedSet_1_T_Node_System_Object__set_Item, (SortedSet_1_T_Node_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, SortedSet_1_T_Node_System_Object__set_Left, (SortedSet_1_T_Node_System_Object_ * __this, SortedSet_1_T_Node_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, SortedSet_1_T_Node_System_Object__set_Right, (SortedSet_1_T_Node_System_Object_ * __this, SortedSet_1_T_Node_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x01869230, void, ConcurrentDictionary_2_TKey_TValue_Node_System_Object_System_Object___ctor, (ConcurrentDictionary_2_TKey_TValue_Node_System_Object_System_Object_ * __this, Object * key, Object * value, int32_t hashcode, ConcurrentDictionary_2_TKey_TValue_Node_System_Object_System_Object_ * next, MethodInfo * method)); DO_APP_FUNC(0x0186ACB0, void, NonAllocDictionary_2_System_Byte_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01869410, void, NonAllocDictionary_2_System_Byte_System_Object___ctor, (NonAllocDictionary_2_System_Byte_System_Object_ * __this, uint32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9D40, NonAllocDictionary_2_System_Byte_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x01869B80, void, NonAllocDictionary_2_System_Byte_System_Object__Add, (NonAllocDictionary_2_System_Byte_System_Object_ * __this, KeyValuePair_2_System_Byte_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFC30, NonAllocDictionary_2_System_Byte_System_Object__Add__MethodInfo); DO_APP_FUNC(0x01869A70, void, NonAllocDictionary_2_System_Byte_System_Object__Add_1, (NonAllocDictionary_2_System_Byte_System_Object_ * __this, uint8_t key, Object * val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFC38, NonAllocDictionary_2_System_Byte_System_Object__Add_1__MethodInfo); DO_APP_FUNC(0x0186AC40, void, NonAllocDictionary_2_System_Byte_System_Object__Assert, (bool condition, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFBC0, NonAllocDictionary_2_System_Byte_System_Object__Assert__MethodInfo); DO_APP_FUNC(0x0186A510, void, NonAllocDictionary_2_System_Byte_System_Object__Clear, (NonAllocDictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9D68, NonAllocDictionary_2_System_Byte_System_Object__Clear__MethodInfo); DO_APP_FUNC(0x01869670, bool, NonAllocDictionary_2_System_Byte_System_Object__Contains, (NonAllocDictionary_2_System_Byte_System_Object_ * __this, KeyValuePair_2_System_Byte_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01869630, bool, NonAllocDictionary_2_System_Byte_System_Object__ContainsKey, (NonAllocDictionary_2_System_Byte_System_Object_ * __this, uint8_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9D60, NonAllocDictionary_2_System_Byte_System_Object__ContainsKey__MethodInfo); DO_APP_FUNC(0x0186A1F0, void, NonAllocDictionary_2_System_Byte_System_Object__Expand, (NonAllocDictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01869F70, int32_t, NonAllocDictionary_2_System_Byte_System_Object__FindNode, (NonAllocDictionary_2_System_Byte_System_Object_ * __this, uint8_t key, MethodInfo * method)); DO_APP_FUNC(0x01869350, NonAllocDictionary_2_K_V_PairIterator_System_Byte_System_Object_, NonAllocDictionary_2_System_Byte_System_Object__GetEnumerator, (NonAllocDictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9D78, NonAllocDictionary_2_System_Byte_System_Object__GetEnumerator__MethodInfo); DO_APP_FUNC(0x0186A940, uint32_t, NonAllocDictionary_2_System_Byte_System_Object__GetNextPrime, (uint32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFBD0, NonAllocDictionary_2_System_Byte_System_Object__GetNextPrime__MethodInfo); DO_APP_FUNC(0x0186A000, void, NonAllocDictionary_2_System_Byte_System_Object__Insert, (NonAllocDictionary_2_System_Byte_System_Object_ * __this, uint8_t key, Object * val, MethodInfo * method)); DO_APP_FUNC(0x0186A7C0, bool, NonAllocDictionary_2_System_Byte_System_Object__IsPrimeFromList, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01869C90, bool, NonAllocDictionary_2_System_Byte_System_Object__Remove, (NonAllocDictionary_2_System_Byte_System_Object_ * __this, uint8_t key, MethodInfo * method)); DO_APP_FUNC(0x01869E10, bool, NonAllocDictionary_2_System_Byte_System_Object__Remove_1, (NonAllocDictionary_2_System_Byte_System_Object_ * __this, KeyValuePair_2_System_Byte_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0186A570, void, NonAllocDictionary_2_System_Byte_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_K_V___CopyTo, (NonAllocDictionary_2_System_Byte_System_Object_ * __this, KeyValuePair_2_System_Byte_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFBB0, NonAllocDictionary_2_System_Byte_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_K_V___CopyTo__MethodInfo); DO_APP_FUNC(0x018693E0, ICollection_1_System_Byte__1 *, NonAllocDictionary_2_System_Byte_System_Object__System_Collections_Generic_IDictionary_K_V__get_Keys, (NonAllocDictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018693D0, ICollection_1_System_Object_ *, NonAllocDictionary_2_System_Byte_System_Object__System_Collections_Generic_IDictionary_K_V__get_Values, (NonAllocDictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01869EC0, IEnumerator_1_KeyValuePair_2_System_Byte_System_Object_ *, NonAllocDictionary_2_System_Byte_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_K_V___GetEnumerator, (NonAllocDictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01869EC0, IEnumerator *, NonAllocDictionary_2_System_Byte_System_Object__System_Collections_IEnumerable_GetEnumerator, (NonAllocDictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01869740, bool, NonAllocDictionary_2_System_Byte_System_Object__TryGetValue, (NonAllocDictionary_2_System_Byte_System_Object_ * __this, uint8_t key, Object * * val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6B88, NonAllocDictionary_2_System_Byte_System_Object__TryGetValue__MethodInfo); DO_APP_FUNC(0x018693F0, int32_t, NonAllocDictionary_2_System_Byte_System_Object__get_Count, (NonAllocDictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9D70, NonAllocDictionary_2_System_Byte_System_Object__get_Count__MethodInfo); DO_APP_FUNC(0x01869400, bool, NonAllocDictionary_2_System_Byte_System_Object__get_IsReadOnly, (NonAllocDictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018697F0, Object *, NonAllocDictionary_2_System_Byte_System_Object__get_Item, (NonAllocDictionary_2_System_Byte_System_Object_ * __this, uint8_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFC18, NonAllocDictionary_2_System_Byte_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x01869350, NonAllocDictionary_2_K_V_KeyIterator_System_Byte_System_Object_, NonAllocDictionary_2_System_Byte_System_Object__get_Keys, (NonAllocDictionary_2_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC648, NonAllocDictionary_2_System_Byte_System_Object__get_Keys__MethodInfo); DO_APP_FUNC(0x018698F0, void, NonAllocDictionary_2_System_Byte_System_Object__set_Item, (NonAllocDictionary_2_System_Byte_System_Object_ * __this, uint8_t key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9D50, NonAllocDictionary_2_System_Byte_System_Object__set_Item__MethodInfo); DO_APP_FUNC(0x0186C2F0, void, NonAllocDictionary_2_System_Int32_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0186ADE0, void, NonAllocDictionary_2_System_Int32_System_Object___ctor, (NonAllocDictionary_2_System_Int32_System_Object_ * __this, uint32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0186B460, void, NonAllocDictionary_2_System_Int32_System_Object__Add, (NonAllocDictionary_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFBF0, NonAllocDictionary_2_System_Int32_System_Object__Add__MethodInfo); DO_APP_FUNC(0x0186B350, void, NonAllocDictionary_2_System_Int32_System_Object__Add_1, (NonAllocDictionary_2_System_Int32_System_Object_ * __this, int32_t key, Object * val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFBF8, NonAllocDictionary_2_System_Int32_System_Object__Add_1__MethodInfo); DO_APP_FUNC(0x0186C280, void, NonAllocDictionary_2_System_Int32_System_Object__Assert, (bool condition, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFB18, NonAllocDictionary_2_System_Int32_System_Object__Assert__MethodInfo); DO_APP_FUNC(0x0186A510, void, NonAllocDictionary_2_System_Int32_System_Object__Clear, (NonAllocDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186B000, bool, NonAllocDictionary_2_System_Int32_System_Object__Contains, (NonAllocDictionary_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01869630, bool, NonAllocDictionary_2_System_Int32_System_Object__ContainsKey, (NonAllocDictionary_2_System_Int32_System_Object_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x0186BA10, void, NonAllocDictionary_2_System_Int32_System_Object__Expand, (NonAllocDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186B7A0, int32_t, NonAllocDictionary_2_System_Int32_System_Object__FindNode, (NonAllocDictionary_2_System_Int32_System_Object_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x01869350, NonAllocDictionary_2_K_V_PairIterator_System_Int32_System_Object_, NonAllocDictionary_2_System_Int32_System_Object__GetEnumerator, (NonAllocDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186BF80, uint32_t, NonAllocDictionary_2_System_Int32_System_Object__GetNextPrime, (uint32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFB20, NonAllocDictionary_2_System_Int32_System_Object__GetNextPrime__MethodInfo); DO_APP_FUNC(0x0186B830, void, NonAllocDictionary_2_System_Int32_System_Object__Insert, (NonAllocDictionary_2_System_Int32_System_Object_ * __this, int32_t key, Object * val, MethodInfo * method)); DO_APP_FUNC(0x0186A7C0, bool, NonAllocDictionary_2_System_Int32_System_Object__IsPrimeFromList, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x0186B570, bool, NonAllocDictionary_2_System_Int32_System_Object__Remove, (NonAllocDictionary_2_System_Int32_System_Object_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x0186B6F0, bool, NonAllocDictionary_2_System_Int32_System_Object__Remove_1, (NonAllocDictionary_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0186BD30, void, NonAllocDictionary_2_System_Int32_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_K_V___CopyTo, (NonAllocDictionary_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFB30, NonAllocDictionary_2_System_Int32_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_K_V___CopyTo__MethodInfo); DO_APP_FUNC(0x018693E0, ICollection_1_System_Int32_ *, NonAllocDictionary_2_System_Int32_System_Object__System_Collections_Generic_IDictionary_K_V__get_Keys, (NonAllocDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018693D0, ICollection_1_System_Object_ *, NonAllocDictionary_2_System_Int32_System_Object__System_Collections_Generic_IDictionary_K_V__get_Values, (NonAllocDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01869EC0, IEnumerator_1_KeyValuePair_2_System_Int32_System_Object_ *, NonAllocDictionary_2_System_Int32_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_K_V___GetEnumerator, (NonAllocDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01869EC0, IEnumerator *, NonAllocDictionary_2_System_Int32_System_Object__System_Collections_IEnumerable_GetEnumerator, (NonAllocDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01869740, bool, NonAllocDictionary_2_System_Int32_System_Object__TryGetValue, (NonAllocDictionary_2_System_Int32_System_Object_ * __this, int32_t key, Object * * val, MethodInfo * method)); DO_APP_FUNC(0x018693F0, int32_t, NonAllocDictionary_2_System_Int32_System_Object__get_Count, (NonAllocDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01869400, bool, NonAllocDictionary_2_System_Int32_System_Object__get_IsReadOnly, (NonAllocDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186B0D0, Object *, NonAllocDictionary_2_System_Int32_System_Object__get_Item, (NonAllocDictionary_2_System_Int32_System_Object_ * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFC00, NonAllocDictionary_2_System_Int32_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x01869350, NonAllocDictionary_2_K_V_KeyIterator_System_Int32_System_Object_, NonAllocDictionary_2_System_Int32_System_Object__get_Keys, (NonAllocDictionary_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186B1D0, void, NonAllocDictionary_2_System_Int32_System_Object__set_Item, (NonAllocDictionary_2_System_Int32_System_Object_ * __this, int32_t key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0186DC40, void, NonAllocDictionary_2_System_Object_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0186C420, void, NonAllocDictionary_2_System_Object_System_Object___ctor, (NonAllocDictionary_2_System_Object_System_Object_ * __this, uint32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0186CBA0, void, NonAllocDictionary_2_System_Object_System_Object__Add, (NonAllocDictionary_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFB50, NonAllocDictionary_2_System_Object_System_Object__Add__MethodInfo); DO_APP_FUNC(0x0186CA80, void, NonAllocDictionary_2_System_Object_System_Object__Add_1, (NonAllocDictionary_2_System_Object_System_Object_ * __this, Object * key, Object * val, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFB60, NonAllocDictionary_2_System_Object_System_Object__Add_1__MethodInfo); DO_APP_FUNC(0x0186DBD0, void, NonAllocDictionary_2_System_Object_System_Object__Assert, (bool condition, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFB78, NonAllocDictionary_2_System_Object_System_Object__Assert__MethodInfo); DO_APP_FUNC(0x0186A510, void, NonAllocDictionary_2_System_Object_System_Object__Clear, (NonAllocDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186C640, bool, NonAllocDictionary_2_System_Object_System_Object__Contains, (NonAllocDictionary_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01869630, bool, NonAllocDictionary_2_System_Object_System_Object__ContainsKey, (NonAllocDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0186D340, void, NonAllocDictionary_2_System_Object_System_Object__Expand, (NonAllocDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186CFA0, int32_t, NonAllocDictionary_2_System_Object_System_Object__FindNode, (NonAllocDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x01869350, NonAllocDictionary_2_K_V_PairIterator_System_Object_System_Object_, NonAllocDictionary_2_System_Object_System_Object__GetEnumerator, (NonAllocDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186D8D0, uint32_t, NonAllocDictionary_2_System_Object_System_Object__GetNextPrime, (uint32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFB88, NonAllocDictionary_2_System_Object_System_Object__GetNextPrime__MethodInfo); DO_APP_FUNC(0x0186D0D0, void, NonAllocDictionary_2_System_Object_System_Object__Insert, (NonAllocDictionary_2_System_Object_System_Object_ * __this, Object * key, Object * val, MethodInfo * method)); DO_APP_FUNC(0x0186A7C0, bool, NonAllocDictionary_2_System_Object_System_Object__IsPrimeFromList, (uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x0186CCC0, bool, NonAllocDictionary_2_System_Object_System_Object__Remove, (NonAllocDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0186CEF0, bool, NonAllocDictionary_2_System_Object_System_Object__Remove_1, (NonAllocDictionary_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0186D660, void, NonAllocDictionary_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_K_V___CopyTo, (NonAllocDictionary_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFB90, NonAllocDictionary_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_K_V___CopyTo__MethodInfo); DO_APP_FUNC(0x018693E0, ICollection_1_System_Object_ *, NonAllocDictionary_2_System_Object_System_Object__System_Collections_Generic_IDictionary_K_V__get_Keys, (NonAllocDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018693D0, ICollection_1_System_Object_ *, NonAllocDictionary_2_System_Object_System_Object__System_Collections_Generic_IDictionary_K_V__get_Values, (NonAllocDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01869EC0, IEnumerator_1_KeyValuePair_2_System_Object_System_Object_ *, NonAllocDictionary_2_System_Object_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_K_V___GetEnumerator, (NonAllocDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01869EC0, IEnumerator *, NonAllocDictionary_2_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (NonAllocDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186C710, bool, NonAllocDictionary_2_System_Object_System_Object__TryGetValue, (NonAllocDictionary_2_System_Object_System_Object_ * __this, Object * key, Object * * val, MethodInfo * method)); DO_APP_FUNC(0x018693F0, int32_t, NonAllocDictionary_2_System_Object_System_Object__get_Count, (NonAllocDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01869400, bool, NonAllocDictionary_2_System_Object_System_Object__get_IsReadOnly, (NonAllocDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186C7C0, Object *, NonAllocDictionary_2_System_Object_System_Object__get_Item, (NonAllocDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFB68, NonAllocDictionary_2_System_Object_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x01869350, NonAllocDictionary_2_K_V_KeyIterator_System_Object_System_Object_, NonAllocDictionary_2_System_Object_System_Object__get_Keys, (NonAllocDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186C8B0, void, NonAllocDictionary_2_System_Object_System_Object__set_Item, (NonAllocDictionary_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0186DD70, void, Nullable_1_ArraySegment_1_Byte___ctor, (Nullable_1_ArraySegment_1_Byte_ * __this, ArraySegment_1_Byte_ value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CC78, Nullable_1_ArraySegment_1_Byte___ctor__MethodInfo); DO_APP_FUNC(0x0186E000, Object *, Nullable_1_ArraySegment_1_Byte__Box, (Nullable_1_ArraySegment_1_Byte_ o, MethodInfo * method)); DO_APP_FUNC(0x0186DE10, bool, Nullable_1_ArraySegment_1_Byte__Equals, (Nullable_1_ArraySegment_1_Byte_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x0186DED0, int32_t, Nullable_1_ArraySegment_1_Byte__GetHashCode, (Nullable_1_ArraySegment_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, ArraySegment_1_Byte_, Nullable_1_ArraySegment_1_Byte__GetValueOrDefault, (Nullable_1_ArraySegment_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA3B8, Nullable_1_ArraySegment_1_Byte__GetValueOrDefault__MethodInfo); DO_APP_FUNC(0x0186DDF0, ArraySegment_1_Byte_, Nullable_1_ArraySegment_1_Byte__GetValueOrDefault_1, (Nullable_1_ArraySegment_1_Byte_ * __this, ArraySegment_1_Byte_ defaultValue, MethodInfo * method)); DO_APP_FUNC(0x0186DF50, String *, Nullable_1_ArraySegment_1_Byte__ToString, (Nullable_1_ArraySegment_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186E080, Nullable_1_ArraySegment_1_Byte_, Nullable_1_ArraySegment_1_Byte__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x0186E1B0, Nullable_1_ArraySegment_1_Byte_, Nullable_1_ArraySegment_1_Byte__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFB10, Nullable_1_ArraySegment_1_Byte__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_ArraySegment_1_Byte__get_HasValue, (Nullable_1_ArraySegment_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C358, Nullable_1_ArraySegment_1_Byte__get_HasValue__MethodInfo); DO_APP_FUNC(0x0186DDD0, ArraySegment_1_Byte_, Nullable_1_ArraySegment_1_Byte__get_Value, (Nullable_1_ArraySegment_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C360, Nullable_1_ArraySegment_1_Byte__get_Value__MethodInfo); DO_APP_FUNC(0x0186DD70, void, Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1__1__ctor, (Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1__1 * __this, ReadOnlyArray_1_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x0186E000, Object *, Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1__1_Box, (Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1__1 o, MethodInfo * method)); DO_APP_FUNC(0x0186E3C0, bool, Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1__1_Equals, (Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1__1 * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x0186E460, int32_t, Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1__1_GetHashCode, (Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, ReadOnlyArray_1_System_Object_, Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1__1_GetValueOrDefault, (Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0186DDF0, ReadOnlyArray_1_System_Object_, Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1__1_GetValueOrDefault_1, (Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1__1 * __this, ReadOnlyArray_1_System_Object_ defaultValue, MethodInfo * method)); DO_APP_FUNC(0x0186E550, String *, Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1__1_ToString, (Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0186E080, Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1__1, Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1__1_Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x0186E600, Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1__1, Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1__1_UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFAB0, Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1__1_UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1__1_get_HasValue, (Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0186DDD0, ReadOnlyArray_1_System_Object_, Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1__1_get_Value, (Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0186E810, void, Nullable_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (Nullable_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer value, MethodInfo * method)); DO_APP_FUNC(0x0186EAE0, Object *, Nullable_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Box, (Nullable_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ o, MethodInfo * method)); DO_APP_FUNC(0x0186E8A0, bool, Nullable_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Equals, (Nullable_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x0186E940, int32_t, Nullable_1_Dissonance_Integrations_PhotonBolt_BoltPeer__GetHashCode, (Nullable_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, BoltPeer, Nullable_1_Dissonance_Integrations_PhotonBolt_BoltPeer__GetValueOrDefault, (Nullable_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186E890, BoltPeer, Nullable_1_Dissonance_Integrations_PhotonBolt_BoltPeer__GetValueOrDefault_1, (Nullable_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer defaultValue, MethodInfo * method)); DO_APP_FUNC(0x0186EA30, String *, Nullable_1_Dissonance_Integrations_PhotonBolt_BoltPeer__ToString, (Nullable_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186EB40, Nullable_1_Dissonance_Integrations_PhotonBolt_BoltPeer_, Nullable_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x0186EC60, Nullable_1_Dissonance_Integrations_PhotonBolt_BoltPeer_, Nullable_1_Dissonance_Integrations_PhotonBolt_BoltPeer__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFAB8, Nullable_1_Dissonance_Integrations_PhotonBolt_BoltPeer__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_Dissonance_Integrations_PhotonBolt_BoltPeer__get_HasValue, (Nullable_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186E870, BoltPeer, Nullable_1_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Value, (Nullable_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186EE40, void, Nullable_1_Boolean___ctor, (Nullable_1_Boolean_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDA30, Nullable_1_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x0186F0A0, Object *, Nullable_1_Boolean__Box, (Nullable_1_Boolean_ o, MethodInfo * method)); DO_APP_FUNC(0x0186EE90, bool, Nullable_1_Boolean__Equals, (Nullable_1_Boolean_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x0186EF50, int32_t, Nullable_1_Boolean__GetHashCode, (Nullable_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186EE70, bool, Nullable_1_Boolean__GetValueOrDefault, (Nullable_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDA38, Nullable_1_Boolean__GetValueOrDefault__MethodInfo); DO_APP_FUNC(0x0186EE80, bool, Nullable_1_Boolean__GetValueOrDefault_1, (Nullable_1_Boolean_ * __this, bool defaultValue, MethodInfo * method)); DO_APP_FUNC(0x0186EFD0, String *, Nullable_1_Boolean__ToString, (Nullable_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186F100, Nullable_1_Boolean_, Nullable_1_Boolean__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x0186F1A0, Nullable_1_Boolean_, Nullable_1_Boolean__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFAC8, Nullable_1_Boolean__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_Boolean__get_HasValue, (Nullable_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDA28, Nullable_1_Boolean__get_HasValue__MethodInfo); DO_APP_FUNC(0x0186EE50, bool, Nullable_1_Boolean__get_Value, (Nullable_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59250, Nullable_1_Boolean__get_Value__MethodInfo); DO_APP_FUNC(0x0186EE40, void, Nullable_1_ByteEnum___ctor, (Nullable_1_ByteEnum_ * __this, ByteEnum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0186F0A0, Object *, Nullable_1_ByteEnum__Box, (Nullable_1_ByteEnum_ o, MethodInfo * method)); DO_APP_FUNC(0x0186F310, bool, Nullable_1_ByteEnum__Equals, (Nullable_1_ByteEnum_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x0186F3B0, int32_t, Nullable_1_ByteEnum__GetHashCode, (Nullable_1_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186EE70, ByteEnum__Enum, Nullable_1_ByteEnum__GetValueOrDefault, (Nullable_1_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186EE80, ByteEnum__Enum, Nullable_1_ByteEnum__GetValueOrDefault_1, (Nullable_1_ByteEnum_ * __this, ByteEnum__Enum defaultValue, MethodInfo * method)); DO_APP_FUNC(0x0186F3C0, String *, Nullable_1_ByteEnum__ToString, (Nullable_1_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186F100, Nullable_1_ByteEnum_, Nullable_1_ByteEnum__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x0186F470, Nullable_1_ByteEnum_, Nullable_1_ByteEnum__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFA80, Nullable_1_ByteEnum__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_ByteEnum__get_HasValue, (Nullable_1_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186EE50, ByteEnum__Enum, Nullable_1_ByteEnum__get_Value, (Nullable_1_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186F5E0, void, Nullable_1_Char___ctor, (Nullable_1_Char_ * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CD08, Nullable_1_Char___ctor__MethodInfo); DO_APP_FUNC(0x0186F830, Object *, Nullable_1_Char__Box, (Nullable_1_Char_ o, MethodInfo * method)); DO_APP_FUNC(0x0186F630, bool, Nullable_1_Char__Equals, (Nullable_1_Char_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x0186F6F0, int32_t, Nullable_1_Char__GetHashCode, (Nullable_1_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186F610, uint16_t, Nullable_1_Char__GetValueOrDefault, (Nullable_1_Char_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CD10, Nullable_1_Char__GetValueOrDefault__MethodInfo); DO_APP_FUNC(0x0186F620, uint16_t, Nullable_1_Char__GetValueOrDefault_1, (Nullable_1_Char_ * __this, uint16_t defaultValue, MethodInfo * method)); DO_APP_FUNC(0x0186F780, String *, Nullable_1_Char__ToString, (Nullable_1_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186F890, Nullable_1_Char_, Nullable_1_Char__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x0186F940, Nullable_1_Char_, Nullable_1_Char__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFAA8, Nullable_1_Char__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_Char__get_HasValue, (Nullable_1_Char_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CD18, Nullable_1_Char__get_HasValue__MethodInfo); DO_APP_FUNC(0x0186F5F0, uint16_t, Nullable_1_Char__get_Value, (Nullable_1_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186FAC0, void, Nullable_1_UnityEngine_Color___ctor, (Nullable_1_UnityEngine_Color_ * __this, Color value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C972E8, Nullable_1_UnityEngine_Color___ctor__MethodInfo); DO_APP_FUNC(0x0186FC30, Object *, Nullable_1_UnityEngine_Color__Box, (Nullable_1_UnityEngine_Color_ o, MethodInfo * method)); DO_APP_FUNC(0x0186FB10, bool, Nullable_1_UnityEngine_Color__Equals, (Nullable_1_UnityEngine_Color_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x0186FB70, int32_t, Nullable_1_UnityEngine_Color__GetHashCode, (Nullable_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017717A0, Color, Nullable_1_UnityEngine_Color__GetValueOrDefault, (Nullable_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186FAF0, Color, Nullable_1_UnityEngine_Color__GetValueOrDefault_1, (Nullable_1_UnityEngine_Color_ * __this, Color defaultValue, MethodInfo * method)); DO_APP_FUNC(0x0186FBB0, String *, Nullable_1_UnityEngine_Color__ToString, (Nullable_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186FCA0, Nullable_1_UnityEngine_Color_, Nullable_1_UnityEngine_Color__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x0186FD80, Nullable_1_UnityEngine_Color_, Nullable_1_UnityEngine_Color__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF9D0, Nullable_1_UnityEngine_Color__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_UnityEngine_Color__get_HasValue, (Nullable_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97300, Nullable_1_UnityEngine_Color__get_HasValue__MethodInfo); DO_APP_FUNC(0x0186FAD0, Color, Nullable_1_UnityEngine_Color__get_Value, (Nullable_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C972F8, Nullable_1_UnityEngine_Color__get_Value__MethodInfo); DO_APP_FUNC(0x0186FF30, void, Nullable_1_DateTime___ctor, (Nullable_1_DateTime_ * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C9E0, Nullable_1_DateTime___ctor__MethodInfo); DO_APP_FUNC(0x0186EAE0, Object *, Nullable_1_DateTime__Box, (Nullable_1_DateTime_ o, MethodInfo * method)); DO_APP_FUNC(0x0186FF40, bool, Nullable_1_DateTime__Equals, (Nullable_1_DateTime_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x01870000, int32_t, Nullable_1_DateTime__GetHashCode, (Nullable_1_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, DateTime, Nullable_1_DateTime__GetValueOrDefault, (Nullable_1_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C581E0, Nullable_1_DateTime__GetValueOrDefault__MethodInfo); DO_APP_FUNC(0x0186E890, DateTime, Nullable_1_DateTime__GetValueOrDefault_1, (Nullable_1_DateTime_ * __this, DateTime defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01870090, String *, Nullable_1_DateTime__ToString, (Nullable_1_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01870140, Nullable_1_DateTime_, Nullable_1_DateTime__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01870200, Nullable_1_DateTime_, Nullable_1_DateTime__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDFA08, Nullable_1_DateTime__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_DateTime__get_HasValue, (Nullable_1_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C581F0, Nullable_1_DateTime__get_HasValue__MethodInfo); DO_APP_FUNC(0x0186E870, DateTime, Nullable_1_DateTime__get_Value, (Nullable_1_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C9E8, Nullable_1_DateTime__get_Value__MethodInfo); DO_APP_FUNC(0x018703A0, void, Nullable_1_Decimal___ctor, (Nullable_1_Decimal_ * __this, Decimal value, MethodInfo * method)); DO_APP_FUNC(0x0186E000, Object *, Nullable_1_Decimal__Box, (Nullable_1_Decimal_ o, MethodInfo * method)); DO_APP_FUNC(0x018703B0, bool, Nullable_1_Decimal__Equals, (Nullable_1_Decimal_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x01870470, int32_t, Nullable_1_Decimal__GetHashCode, (Nullable_1_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, Decimal, Nullable_1_Decimal__GetValueOrDefault, (Nullable_1_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186DDF0, Decimal, Nullable_1_Decimal__GetValueOrDefault_1, (Nullable_1_Decimal_ * __this, Decimal defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01870500, String *, Nullable_1_Decimal__ToString, (Nullable_1_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018705B0, Nullable_1_Decimal_, Nullable_1_Decimal__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01870690, Nullable_1_Decimal_, Nullable_1_Decimal__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF9B8, Nullable_1_Decimal__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_Decimal__get_HasValue, (Nullable_1_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186DDD0, Decimal, Nullable_1_Decimal__get_Value, (Nullable_1_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186E810, void, Nullable_1_UnityEngine_UIElements_EventDispatcherGate___ctor, (Nullable_1_UnityEngine_UIElements_EventDispatcherGate_ * __this, EventDispatcherGate value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BE90, Nullable_1_UnityEngine_UIElements_EventDispatcherGate___ctor__MethodInfo); DO_APP_FUNC(0x0186EAE0, Object *, Nullable_1_UnityEngine_UIElements_EventDispatcherGate__Box, (Nullable_1_UnityEngine_UIElements_EventDispatcherGate_ o, MethodInfo * method)); DO_APP_FUNC(0x01870840, bool, Nullable_1_UnityEngine_UIElements_EventDispatcherGate__Equals, (Nullable_1_UnityEngine_UIElements_EventDispatcherGate_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x018708B0, int32_t, Nullable_1_UnityEngine_UIElements_EventDispatcherGate__GetHashCode, (Nullable_1_UnityEngine_UIElements_EventDispatcherGate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, EventDispatcherGate, Nullable_1_UnityEngine_UIElements_EventDispatcherGate__GetValueOrDefault, (Nullable_1_UnityEngine_UIElements_EventDispatcherGate_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BE58, Nullable_1_UnityEngine_UIElements_EventDispatcherGate__GetValueOrDefault__MethodInfo); DO_APP_FUNC(0x0186E890, EventDispatcherGate, Nullable_1_UnityEngine_UIElements_EventDispatcherGate__GetValueOrDefault_1, (Nullable_1_UnityEngine_UIElements_EventDispatcherGate_ * __this, EventDispatcherGate defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01870900, String *, Nullable_1_UnityEngine_UIElements_EventDispatcherGate__ToString, (Nullable_1_UnityEngine_UIElements_EventDispatcherGate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186EB40, Nullable_1_UnityEngine_UIElements_EventDispatcherGate_, Nullable_1_UnityEngine_UIElements_EventDispatcherGate__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x018709B0, Nullable_1_UnityEngine_UIElements_EventDispatcherGate_, Nullable_1_UnityEngine_UIElements_EventDispatcherGate__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF9C8, Nullable_1_UnityEngine_UIElements_EventDispatcherGate__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_UnityEngine_UIElements_EventDispatcherGate__get_HasValue, (Nullable_1_UnityEngine_UIElements_EventDispatcherGate_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BE60, Nullable_1_UnityEngine_UIElements_EventDispatcherGate__get_HasValue__MethodInfo); DO_APP_FUNC(0x0186E870, EventDispatcherGate, Nullable_1_UnityEngine_UIElements_EventDispatcherGate__get_Value, (Nullable_1_UnityEngine_UIElements_EventDispatcherGate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186FF30, void, Nullable_1_System_Runtime_InteropServices_GCHandle___ctor, (Nullable_1_System_Runtime_InteropServices_GCHandle_ * __this, GCHandle value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB688, Nullable_1_System_Runtime_InteropServices_GCHandle___ctor__MethodInfo); DO_APP_FUNC(0x0186EAE0, Object *, Nullable_1_System_Runtime_InteropServices_GCHandle__Box, (Nullable_1_System_Runtime_InteropServices_GCHandle_ o, MethodInfo * method)); DO_APP_FUNC(0x01870B90, bool, Nullable_1_System_Runtime_InteropServices_GCHandle__Equals, (Nullable_1_System_Runtime_InteropServices_GCHandle_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x01870C00, int32_t, Nullable_1_System_Runtime_InteropServices_GCHandle__GetHashCode, (Nullable_1_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, GCHandle, Nullable_1_System_Runtime_InteropServices_GCHandle__GetValueOrDefault, (Nullable_1_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186E890, GCHandle, Nullable_1_System_Runtime_InteropServices_GCHandle__GetValueOrDefault_1, (Nullable_1_System_Runtime_InteropServices_GCHandle_ * __this, GCHandle defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01870C40, String *, Nullable_1_System_Runtime_InteropServices_GCHandle__ToString, (Nullable_1_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01870140, Nullable_1_System_Runtime_InteropServices_GCHandle_, Nullable_1_System_Runtime_InteropServices_GCHandle__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01870CF0, Nullable_1_System_Runtime_InteropServices_GCHandle_, Nullable_1_System_Runtime_InteropServices_GCHandle__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF938, Nullable_1_System_Runtime_InteropServices_GCHandle__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_System_Runtime_InteropServices_GCHandle__get_HasValue, (Nullable_1_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB6B0, Nullable_1_System_Runtime_InteropServices_GCHandle__get_HasValue__MethodInfo); DO_APP_FUNC(0x0186E870, GCHandle, Nullable_1_System_Runtime_InteropServices_GCHandle__get_Value, (Nullable_1_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB6A8, Nullable_1_System_Runtime_InteropServices_GCHandle__get_Value__MethodInfo); DO_APP_FUNC(0x01870E90, void, Nullable_1_UnityEngine_Rendering_GlobalDynamicResolutionSettings___ctor, (Nullable_1_UnityEngine_Rendering_GlobalDynamicResolutionSettings_ * __this, GlobalDynamicResolutionSettings value, MethodInfo * method)); DO_APP_FUNC(0x018711C0, Object *, Nullable_1_UnityEngine_Rendering_GlobalDynamicResolutionSettings__Box, (Nullable_1_UnityEngine_Rendering_GlobalDynamicResolutionSettings_ o, MethodInfo * method)); DO_APP_FUNC(0x01870F50, bool, Nullable_1_UnityEngine_Rendering_GlobalDynamicResolutionSettings__Equals, (Nullable_1_UnityEngine_Rendering_GlobalDynamicResolutionSettings_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x01871010, int32_t, Nullable_1_UnityEngine_Rendering_GlobalDynamicResolutionSettings__GetHashCode, (Nullable_1_UnityEngine_Rendering_GlobalDynamicResolutionSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01870EF0, GlobalDynamicResolutionSettings, Nullable_1_UnityEngine_Rendering_GlobalDynamicResolutionSettings__GetValueOrDefault, (Nullable_1_UnityEngine_Rendering_GlobalDynamicResolutionSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01870F10, GlobalDynamicResolutionSettings, Nullable_1_UnityEngine_Rendering_GlobalDynamicResolutionSettings__GetValueOrDefault_1, (Nullable_1_UnityEngine_Rendering_GlobalDynamicResolutionSettings_ * __this, GlobalDynamicResolutionSettings defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01871110, String *, Nullable_1_UnityEngine_Rendering_GlobalDynamicResolutionSettings__ToString, (Nullable_1_UnityEngine_Rendering_GlobalDynamicResolutionSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01871270, Nullable_1_UnityEngine_Rendering_GlobalDynamicResolutionSettings_, Nullable_1_UnityEngine_Rendering_GlobalDynamicResolutionSettings__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01871390, Nullable_1_UnityEngine_Rendering_GlobalDynamicResolutionSettings_, Nullable_1_UnityEngine_Rendering_GlobalDynamicResolutionSettings__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF958, Nullable_1_UnityEngine_Rendering_GlobalDynamicResolutionSettings__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_UnityEngine_Rendering_GlobalDynamicResolutionSettings__get_HasValue, (Nullable_1_UnityEngine_Rendering_GlobalDynamicResolutionSettings_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5AD40, Nullable_1_UnityEngine_Rendering_GlobalDynamicResolutionSettings__get_HasValue__MethodInfo); DO_APP_FUNC(0x01870EB0, GlobalDynamicResolutionSettings, Nullable_1_UnityEngine_Rendering_GlobalDynamicResolutionSettings__get_Value, (Nullable_1_UnityEngine_Rendering_GlobalDynamicResolutionSettings_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5AD48, Nullable_1_UnityEngine_Rendering_GlobalDynamicResolutionSettings__get_Value__MethodInfo); DO_APP_FUNC(0x0186FAC0, void, Nullable_1_Guid___ctor, (Nullable_1_Guid_ * __this, Guid value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66AE0, Nullable_1_Guid___ctor__MethodInfo); DO_APP_FUNC(0x0186FC30, Object *, Nullable_1_Guid__Box, (Nullable_1_Guid_ o, MethodInfo * method)); DO_APP_FUNC(0x01871580, bool, Nullable_1_Guid__Equals, (Nullable_1_Guid_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x018715F0, int32_t, Nullable_1_Guid__GetHashCode, (Nullable_1_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017717A0, Guid, Nullable_1_Guid__GetValueOrDefault, (Nullable_1_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66AD0, Nullable_1_Guid__GetValueOrDefault__MethodInfo); DO_APP_FUNC(0x0186FAF0, Guid, Nullable_1_Guid__GetValueOrDefault_1, (Nullable_1_Guid_ * __this, Guid defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01871630, String *, Nullable_1_Guid__ToString, (Nullable_1_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186FCA0, Nullable_1_Guid_, Nullable_1_Guid__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x018716D0, Nullable_1_Guid_, Nullable_1_Guid__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF9A0, Nullable_1_Guid__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_Guid__get_HasValue, (Nullable_1_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66AF0, Nullable_1_Guid__get_HasValue__MethodInfo); DO_APP_FUNC(0x0186FAD0, Guid, Nullable_1_Guid__get_Value, (Nullable_1_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01871880, void, Nullable_1_UnityEngine_InputSystem_InputBinding___ctor, (Nullable_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87790, Nullable_1_UnityEngine_InputSystem_InputBinding___ctor__MethodInfo); DO_APP_FUNC(0x01871B20, Object *, Nullable_1_UnityEngine_InputSystem_InputBinding__Box, (Nullable_1_UnityEngine_InputSystem_InputBinding_ o, MethodInfo * method)); DO_APP_FUNC(0x018719E0, bool, Nullable_1_UnityEngine_InputSystem_InputBinding__Equals, (Nullable_1_UnityEngine_InputSystem_InputBinding_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x01871A50, int32_t, Nullable_1_UnityEngine_InputSystem_InputBinding__GetHashCode, (Nullable_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01771CC0, InputBinding, Nullable_1_UnityEngine_InputSystem_InputBinding__GetValueOrDefault, (Nullable_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87778, Nullable_1_UnityEngine_InputSystem_InputBinding__GetValueOrDefault__MethodInfo); DO_APP_FUNC(0x01871960, InputBinding, Nullable_1_UnityEngine_InputSystem_InputBinding__GetValueOrDefault_1, (Nullable_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01871AA0, String *, Nullable_1_UnityEngine_InputSystem_InputBinding__ToString, (Nullable_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01871BF0, Nullable_1_UnityEngine_InputSystem_InputBinding_, Nullable_1_UnityEngine_InputSystem_InputBinding__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01871D80, Nullable_1_UnityEngine_InputSystem_InputBinding_, Nullable_1_UnityEngine_InputSystem_InputBinding__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF898, Nullable_1_UnityEngine_InputSystem_InputBinding__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_UnityEngine_InputSystem_InputBinding__get_HasValue, (Nullable_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87780, Nullable_1_UnityEngine_InputSystem_InputBinding__get_HasValue__MethodInfo); DO_APP_FUNC(0x01871910, InputBinding, Nullable_1_UnityEngine_InputSystem_InputBinding__get_Value, (Nullable_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C877A0, Nullable_1_UnityEngine_InputSystem_InputBinding__get_Value__MethodInfo); DO_APP_FUNC(0x01872000, void, Nullable_1_UnityEngine_InputSystem_InputControlScheme___ctor, (Nullable_1_UnityEngine_InputSystem_InputControlScheme_ * __this, InputControlScheme value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1700, Nullable_1_UnityEngine_InputSystem_InputControlScheme___ctor__MethodInfo); DO_APP_FUNC(0x01872210, Object *, Nullable_1_UnityEngine_InputSystem_InputControlScheme__Box, (Nullable_1_UnityEngine_InputSystem_InputControlScheme_ o, MethodInfo * method)); DO_APP_FUNC(0x018720D0, bool, Nullable_1_UnityEngine_InputSystem_InputControlScheme__Equals, (Nullable_1_UnityEngine_InputSystem_InputControlScheme_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x01872140, int32_t, Nullable_1_UnityEngine_InputSystem_InputControlScheme__GetHashCode, (Nullable_1_UnityEngine_InputSystem_InputControlScheme_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01772280, InputControlScheme, Nullable_1_UnityEngine_InputSystem_InputControlScheme__GetValueOrDefault, (Nullable_1_UnityEngine_InputSystem_InputControlScheme_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC16A0, Nullable_1_UnityEngine_InputSystem_InputControlScheme__GetValueOrDefault__MethodInfo); DO_APP_FUNC(0x018720A0, InputControlScheme, Nullable_1_UnityEngine_InputSystem_InputControlScheme__GetValueOrDefault_1, (Nullable_1_UnityEngine_InputSystem_InputControlScheme_ * __this, InputControlScheme defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01872190, String *, Nullable_1_UnityEngine_InputSystem_InputControlScheme__ToString, (Nullable_1_UnityEngine_InputSystem_InputControlScheme_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01872290, Nullable_1_UnityEngine_InputSystem_InputControlScheme_, Nullable_1_UnityEngine_InputSystem_InputControlScheme__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x018723C0, Nullable_1_UnityEngine_InputSystem_InputControlScheme_, Nullable_1_UnityEngine_InputSystem_InputControlScheme__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF8F0, Nullable_1_UnityEngine_InputSystem_InputControlScheme__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_UnityEngine_InputSystem_InputControlScheme__get_HasValue, (Nullable_1_UnityEngine_InputSystem_InputControlScheme_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88BB8, Nullable_1_UnityEngine_InputSystem_InputControlScheme__get_HasValue__MethodInfo); DO_APP_FUNC(0x01872070, InputControlScheme, Nullable_1_UnityEngine_InputSystem_InputControlScheme__get_Value, (Nullable_1_UnityEngine_InputSystem_InputControlScheme_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92DA8, Nullable_1_UnityEngine_InputSystem_InputControlScheme__get_Value__MethodInfo); DO_APP_FUNC(0x018703A0, void, Nullable_1_UnityEngine_XR_InputDevice___ctor, (Nullable_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72130, Nullable_1_UnityEngine_XR_InputDevice___ctor__MethodInfo); DO_APP_FUNC(0x0186E000, Object *, Nullable_1_UnityEngine_XR_InputDevice__Box, (Nullable_1_UnityEngine_XR_InputDevice_ o, MethodInfo * method)); DO_APP_FUNC(0x018725C0, bool, Nullable_1_UnityEngine_XR_InputDevice__Equals, (Nullable_1_UnityEngine_XR_InputDevice_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x01872630, int32_t, Nullable_1_UnityEngine_XR_InputDevice__GetHashCode, (Nullable_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, InputDevice_1, Nullable_1_UnityEngine_XR_InputDevice__GetValueOrDefault, (Nullable_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186DDF0, InputDevice_1, Nullable_1_UnityEngine_XR_InputDevice__GetValueOrDefault_1, (Nullable_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1 defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01872690, String *, Nullable_1_UnityEngine_XR_InputDevice__ToString, (Nullable_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018705B0, Nullable_1_UnityEngine_XR_InputDevice_, Nullable_1_UnityEngine_XR_InputDevice__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01872740, Nullable_1_UnityEngine_XR_InputDevice_, Nullable_1_UnityEngine_XR_InputDevice__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF910, Nullable_1_UnityEngine_XR_InputDevice__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_UnityEngine_XR_InputDevice__get_HasValue, (Nullable_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72138, Nullable_1_UnityEngine_XR_InputDevice__get_HasValue__MethodInfo); DO_APP_FUNC(0x0186DDD0, InputDevice_1, Nullable_1_UnityEngine_XR_InputDevice__get_Value, (Nullable_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72140, Nullable_1_UnityEngine_XR_InputDevice__get_Value__MethodInfo); DO_APP_FUNC(0x0186E810, void, Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher___ctor, (Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_ * __this, InputDeviceMatcher value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC288, Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher___ctor__MethodInfo); DO_APP_FUNC(0x0186EAE0, Object *, Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher__Box, (Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_ o, MethodInfo * method)); DO_APP_FUNC(0x018728F0, bool, Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher__Equals, (Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x018729B0, int32_t, Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher__GetHashCode, (Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, InputDeviceMatcher, Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher__GetValueOrDefault, (Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186E890, InputDeviceMatcher, Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher__GetValueOrDefault_1, (Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_ * __this, InputDeviceMatcher defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01872A50, String *, Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher__ToString, (Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186EB40, Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_, Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01872B00, Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_, Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF868, Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher__get_HasValue, (Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DC20, Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher__get_HasValue__MethodInfo); DO_APP_FUNC(0x0186E870, InputDeviceMatcher, Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher__get_Value, (Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DC30, Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher__get_Value__MethodInfo); DO_APP_FUNC(0x01872CE0, void, Nullable_1_UnityEngine_InputSystem_Users_InputUser___ctor, (Nullable_1_UnityEngine_InputSystem_Users_InputUser_ * __this, InputUser value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92190, Nullable_1_UnityEngine_InputSystem_Users_InputUser___ctor__MethodInfo); DO_APP_FUNC(0x01872E50, Object *, Nullable_1_UnityEngine_InputSystem_Users_InputUser__Box, (Nullable_1_UnityEngine_InputSystem_Users_InputUser_ o, MethodInfo * method)); DO_APP_FUNC(0x01872D20, bool, Nullable_1_UnityEngine_InputSystem_Users_InputUser__Equals, (Nullable_1_UnityEngine_InputSystem_Users_InputUser_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x01872D90, int32_t, Nullable_1_UnityEngine_InputSystem_Users_InputUser__GetHashCode, (Nullable_1_UnityEngine_InputSystem_Users_InputUser_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59320, InputUser, Nullable_1_UnityEngine_InputSystem_Users_InputUser__GetValueOrDefault, (Nullable_1_UnityEngine_InputSystem_Users_InputUser_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01872D10, InputUser, Nullable_1_UnityEngine_InputSystem_Users_InputUser__GetValueOrDefault_1, (Nullable_1_UnityEngine_InputSystem_Users_InputUser_ * __this, InputUser defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01872DD0, String *, Nullable_1_UnityEngine_InputSystem_Users_InputUser__ToString, (Nullable_1_UnityEngine_InputSystem_Users_InputUser_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01872EB0, Nullable_1_UnityEngine_InputSystem_Users_InputUser_, Nullable_1_UnityEngine_InputSystem_Users_InputUser__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01872F60, Nullable_1_UnityEngine_InputSystem_Users_InputUser_, Nullable_1_UnityEngine_InputSystem_Users_InputUser__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF818, Nullable_1_UnityEngine_InputSystem_Users_InputUser__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_UnityEngine_InputSystem_Users_InputUser__get_HasValue, (Nullable_1_UnityEngine_InputSystem_Users_InputUser_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91F48, Nullable_1_UnityEngine_InputSystem_Users_InputUser__get_HasValue__MethodInfo); DO_APP_FUNC(0x01872CF0, InputUser, Nullable_1_UnityEngine_InputSystem_Users_InputUser__get_Value, (Nullable_1_UnityEngine_InputSystem_Users_InputUser_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186DD70, void, Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle___ctor, (Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle_ * __this, InputUserAccountHandle value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91FD0, Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle___ctor__MethodInfo); DO_APP_FUNC(0x0186E000, Object *, Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle__Box, (Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle_ o, MethodInfo * method)); DO_APP_FUNC(0x018730E0, bool, Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle__Equals, (Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x01873150, int32_t, Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle__GetHashCode, (Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, InputUserAccountHandle, Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle__GetValueOrDefault, (Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91FC0, Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle__GetValueOrDefault__MethodInfo); DO_APP_FUNC(0x0186DDF0, InputUserAccountHandle, Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle__GetValueOrDefault_1, (Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle_ * __this, InputUserAccountHandle defaultValue, MethodInfo * method)); DO_APP_FUNC(0x018731C0, String *, Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle__ToString, (Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186E080, Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle_, Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01873240, Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle_, Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF838, Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle__get_HasValue, (Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91FB8, Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle__get_HasValue__MethodInfo); DO_APP_FUNC(0x0186DDD0, InputUserAccountHandle, Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle__get_Value, (Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92028, Nullable_1_UnityEngine_InputSystem_Users_InputUserAccountHandle__get_Value__MethodInfo); DO_APP_FUNC(0x0186F5E0, void, Nullable_1_Int16Enum___ctor, (Nullable_1_Int16Enum_ * __this, Int16Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0186F830, Object *, Nullable_1_Int16Enum__Box, (Nullable_1_Int16Enum_ o, MethodInfo * method)); DO_APP_FUNC(0x01873450, bool, Nullable_1_Int16Enum__Equals, (Nullable_1_Int16Enum_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x018734F0, int32_t, Nullable_1_Int16Enum__GetHashCode, (Nullable_1_Int16Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186F610, Int16Enum__Enum, Nullable_1_Int16Enum__GetValueOrDefault, (Nullable_1_Int16Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186F620, Int16Enum__Enum, Nullable_1_Int16Enum__GetValueOrDefault_1, (Nullable_1_Int16Enum_ * __this, Int16Enum__Enum defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01873510, String *, Nullable_1_Int16Enum__ToString, (Nullable_1_Int16Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186F890, Nullable_1_Int16Enum_, Nullable_1_Int16Enum__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x018735C0, Nullable_1_Int16Enum_, Nullable_1_Int16Enum__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF840, Nullable_1_Int16Enum__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_Int16Enum__get_HasValue, (Nullable_1_Int16Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186F5F0, Int16Enum__Enum, Nullable_1_Int16Enum__get_Value, (Nullable_1_Int16Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01872CE0, void, Nullable_1_Int32___ctor, (Nullable_1_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57940, Nullable_1_Int32___ctor__MethodInfo); DO_APP_FUNC(0x01872E50, Object *, Nullable_1_Int32__Box, (Nullable_1_Int32_ o, MethodInfo * method)); DO_APP_FUNC(0x01873740, bool, Nullable_1_Int32__Equals, (Nullable_1_Int32_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x01872D90, int32_t, Nullable_1_Int32__GetHashCode, (Nullable_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59320, int32_t, Nullable_1_Int32__GetValueOrDefault, (Nullable_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C796B0, Nullable_1_Int32__GetValueOrDefault__MethodInfo); DO_APP_FUNC(0x01872D10, int32_t, Nullable_1_Int32__GetValueOrDefault_1, (Nullable_1_Int32_ * __this, int32_t defaultValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97688, Nullable_1_Int32__GetValueOrDefault_1__MethodInfo); DO_APP_FUNC(0x018737B0, String *, Nullable_1_Int32__ToString, (Nullable_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01872EB0, Nullable_1_Int32_, Nullable_1_Int32__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01873830, Nullable_1_Int32_, Nullable_1_Int32__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF7E0, Nullable_1_Int32__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_Int32__get_HasValue, (Nullable_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57A60, Nullable_1_Int32__get_HasValue__MethodInfo); DO_APP_FUNC(0x01872CF0, int32_t, Nullable_1_Int32__get_Value, (Nullable_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C579C8, Nullable_1_Int32__get_Value__MethodInfo); DO_APP_FUNC(0x01872CE0, void, Nullable_1_Int32Enum___ctor, (Nullable_1_Int32Enum_ * __this, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01872E50, Object *, Nullable_1_Int32Enum__Box, (Nullable_1_Int32Enum_ o, MethodInfo * method)); DO_APP_FUNC(0x018739B0, bool, Nullable_1_Int32Enum__Equals, (Nullable_1_Int32Enum_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x01873A50, int32_t, Nullable_1_Int32Enum__GetHashCode, (Nullable_1_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59320, Int32Enum__Enum, Nullable_1_Int32Enum__GetValueOrDefault, (Nullable_1_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01872D10, Int32Enum__Enum, Nullable_1_Int32Enum__GetValueOrDefault_1, (Nullable_1_Int32Enum_ * __this, Int32Enum__Enum defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01873A60, String *, Nullable_1_Int32Enum__ToString, (Nullable_1_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01872EB0, Nullable_1_Int32Enum_, Nullable_1_Int32Enum__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01873B10, Nullable_1_Int32Enum_, Nullable_1_Int32Enum__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF7E8, Nullable_1_Int32Enum__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_Int32Enum__get_HasValue, (Nullable_1_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01872CF0, Int32Enum__Enum, Nullable_1_Int32Enum__get_Value, (Nullable_1_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186FF30, void, Nullable_1_Int64___ctor, (Nullable_1_Int64_ * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CD78, Nullable_1_Int64___ctor__MethodInfo); DO_APP_FUNC(0x0186EAE0, Object *, Nullable_1_Int64__Box, (Nullable_1_Int64_ o, MethodInfo * method)); DO_APP_FUNC(0x01873C90, bool, Nullable_1_Int64__Equals, (Nullable_1_Int64_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x01873D00, int32_t, Nullable_1_Int64__GetHashCode, (Nullable_1_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, int64_t, Nullable_1_Int64__GetValueOrDefault, (Nullable_1_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CD80, Nullable_1_Int64__GetValueOrDefault__MethodInfo); DO_APP_FUNC(0x0186E890, int64_t, Nullable_1_Int64__GetValueOrDefault_1, (Nullable_1_Int64_ * __this, int64_t defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01873D40, String *, Nullable_1_Int64__ToString, (Nullable_1_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8650, Nullable_1_Int64__ToString__MethodInfo); DO_APP_FUNC(0x01870140, Nullable_1_Int64_, Nullable_1_Int64__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01873DC0, Nullable_1_Int64_, Nullable_1_Int64__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF800, Nullable_1_Int64__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_Int64__get_HasValue, (Nullable_1_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4FD0, Nullable_1_Int64__get_HasValue__MethodInfo); DO_APP_FUNC(0x0186E870, int64_t, Nullable_1_Int64__get_Value, (Nullable_1_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4FB8, Nullable_1_Int64__get_Value__MethodInfo); DO_APP_FUNC(0x01873F60, void, Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays___ctor, (Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays_ * __this, LayerArrays value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC66F0, Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays___ctor__MethodInfo); DO_APP_FUNC(0x01874290, Object *, Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays__Box, (Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays_ o, MethodInfo * method)); DO_APP_FUNC(0x01874030, bool, Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays__Equals, (Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x018740E0, int32_t, Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays__GetHashCode, (Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01771B20, LayerArrays, Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays__GetValueOrDefault, (Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01874000, LayerArrays, Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays__GetValueOrDefault_1, (Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays_ * __this, LayerArrays defaultValue, MethodInfo * method)); DO_APP_FUNC(0x018741E0, String *, Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays__ToString, (Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01874310, Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays_, Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01874450, Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays_, Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF790, Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays__get_HasValue, (Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6780, Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays__get_HasValue__MethodInfo); DO_APP_FUNC(0x01873FD0, LayerArrays, Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays__get_Value, (Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6778, Nullable_1_PlaceholderSoftware_WetStuff_Rendering_LayerArrays__get_Value__MethodInfo); DO_APP_FUNC(0x01874680, void, Nullable_1_System_Linq_Expressions_Interpreter_LocalDefinition___ctor, (Nullable_1_System_Linq_Expressions_Interpreter_LocalDefinition_ * __this, LocalDefinition value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F4E0, Nullable_1_System_Linq_Expressions_Interpreter_LocalDefinition___ctor__MethodInfo); DO_APP_FUNC(0x0186E000, Object *, Nullable_1_System_Linq_Expressions_Interpreter_LocalDefinition__Box, (Nullable_1_System_Linq_Expressions_Interpreter_LocalDefinition_ o, MethodInfo * method)); DO_APP_FUNC(0x018746E0, bool, Nullable_1_System_Linq_Expressions_Interpreter_LocalDefinition__Equals, (Nullable_1_System_Linq_Expressions_Interpreter_LocalDefinition_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x01874750, int32_t, Nullable_1_System_Linq_Expressions_Interpreter_LocalDefinition__GetHashCode, (Nullable_1_System_Linq_Expressions_Interpreter_LocalDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, LocalDefinition, Nullable_1_System_Linq_Expressions_Interpreter_LocalDefinition__GetValueOrDefault, (Nullable_1_System_Linq_Expressions_Interpreter_LocalDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F4D8, Nullable_1_System_Linq_Expressions_Interpreter_LocalDefinition__GetValueOrDefault__MethodInfo); DO_APP_FUNC(0x0186DDF0, LocalDefinition, Nullable_1_System_Linq_Expressions_Interpreter_LocalDefinition__GetValueOrDefault_1, (Nullable_1_System_Linq_Expressions_Interpreter_LocalDefinition_ * __this, LocalDefinition defaultValue, MethodInfo * method)); DO_APP_FUNC(0x018747A0, String *, Nullable_1_System_Linq_Expressions_Interpreter_LocalDefinition__ToString, (Nullable_1_System_Linq_Expressions_Interpreter_LocalDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01874850, Nullable_1_System_Linq_Expressions_Interpreter_LocalDefinition_, Nullable_1_System_Linq_Expressions_Interpreter_LocalDefinition__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01874980, Nullable_1_System_Linq_Expressions_Interpreter_LocalDefinition_, Nullable_1_System_Linq_Expressions_Interpreter_LocalDefinition__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF7A0, Nullable_1_System_Linq_Expressions_Interpreter_LocalDefinition__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_System_Linq_Expressions_Interpreter_LocalDefinition__get_HasValue, (Nullable_1_System_Linq_Expressions_Interpreter_LocalDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C629E0, Nullable_1_System_Linq_Expressions_Interpreter_LocalDefinition__get_HasValue__MethodInfo); DO_APP_FUNC(0x0186DDD0, LocalDefinition, Nullable_1_System_Linq_Expressions_Interpreter_LocalDefinition__get_Value, (Nullable_1_System_Linq_Expressions_Interpreter_LocalDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01874B90, void, Nullable_1_Microsoft_MixedReality_OpenXR_ManipulationEventData___ctor, (Nullable_1_Microsoft_MixedReality_OpenXR_ManipulationEventData_ * __this, ManipulationEventData value, MethodInfo * method)); DO_APP_FUNC(0x01874E70, Object *, Nullable_1_Microsoft_MixedReality_OpenXR_ManipulationEventData__Box, (Nullable_1_Microsoft_MixedReality_OpenXR_ManipulationEventData_ o, MethodInfo * method)); DO_APP_FUNC(0x01874C10, bool, Nullable_1_Microsoft_MixedReality_OpenXR_ManipulationEventData__Equals, (Nullable_1_Microsoft_MixedReality_OpenXR_ManipulationEventData_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x01874CC0, int32_t, Nullable_1_Microsoft_MixedReality_OpenXR_ManipulationEventData__GetHashCode, (Nullable_1_Microsoft_MixedReality_OpenXR_ManipulationEventData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C585C0, ManipulationEventData, Nullable_1_Microsoft_MixedReality_OpenXR_ManipulationEventData__GetValueOrDefault, (Nullable_1_Microsoft_MixedReality_OpenXR_ManipulationEventData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01874BE0, ManipulationEventData, Nullable_1_Microsoft_MixedReality_OpenXR_ManipulationEventData__GetValueOrDefault_1, (Nullable_1_Microsoft_MixedReality_OpenXR_ManipulationEventData_ * __this, ManipulationEventData defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01874DC0, String *, Nullable_1_Microsoft_MixedReality_OpenXR_ManipulationEventData__ToString, (Nullable_1_Microsoft_MixedReality_OpenXR_ManipulationEventData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01874EE0, Nullable_1_Microsoft_MixedReality_OpenXR_ManipulationEventData_, Nullable_1_Microsoft_MixedReality_OpenXR_ManipulationEventData__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01874FB0, Nullable_1_Microsoft_MixedReality_OpenXR_ManipulationEventData_, Nullable_1_Microsoft_MixedReality_OpenXR_ManipulationEventData__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF7D0, Nullable_1_Microsoft_MixedReality_OpenXR_ManipulationEventData__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_Microsoft_MixedReality_OpenXR_ManipulationEventData__get_HasValue, (Nullable_1_Microsoft_MixedReality_OpenXR_ManipulationEventData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01874BB0, ManipulationEventData, Nullable_1_Microsoft_MixedReality_OpenXR_ManipulationEventData__get_Value, (Nullable_1_Microsoft_MixedReality_OpenXR_ManipulationEventData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186FAC0, void, Nullable_1_Microsoft_MixedReality_OpenXR_NavigationEventData___ctor, (Nullable_1_Microsoft_MixedReality_OpenXR_NavigationEventData_ * __this, NavigationEventData value, MethodInfo * method)); DO_APP_FUNC(0x0186FC30, Object *, Nullable_1_Microsoft_MixedReality_OpenXR_NavigationEventData__Box, (Nullable_1_Microsoft_MixedReality_OpenXR_NavigationEventData_ o, MethodInfo * method)); DO_APP_FUNC(0x01875150, bool, Nullable_1_Microsoft_MixedReality_OpenXR_NavigationEventData__Equals, (Nullable_1_Microsoft_MixedReality_OpenXR_NavigationEventData_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x018751F0, int32_t, Nullable_1_Microsoft_MixedReality_OpenXR_NavigationEventData__GetHashCode, (Nullable_1_Microsoft_MixedReality_OpenXR_NavigationEventData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017717A0, NavigationEventData, Nullable_1_Microsoft_MixedReality_OpenXR_NavigationEventData__GetValueOrDefault, (Nullable_1_Microsoft_MixedReality_OpenXR_NavigationEventData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186FAF0, NavigationEventData, Nullable_1_Microsoft_MixedReality_OpenXR_NavigationEventData__GetValueOrDefault_1, (Nullable_1_Microsoft_MixedReality_OpenXR_NavigationEventData_ * __this, NavigationEventData defaultValue, MethodInfo * method)); DO_APP_FUNC(0x018752E0, String *, Nullable_1_Microsoft_MixedReality_OpenXR_NavigationEventData__ToString, (Nullable_1_Microsoft_MixedReality_OpenXR_NavigationEventData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186FCA0, Nullable_1_Microsoft_MixedReality_OpenXR_NavigationEventData_, Nullable_1_Microsoft_MixedReality_OpenXR_NavigationEventData__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01875390, Nullable_1_Microsoft_MixedReality_OpenXR_NavigationEventData_, Nullable_1_Microsoft_MixedReality_OpenXR_NavigationEventData__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF730, Nullable_1_Microsoft_MixedReality_OpenXR_NavigationEventData__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_Microsoft_MixedReality_OpenXR_NavigationEventData__get_HasValue, (Nullable_1_Microsoft_MixedReality_OpenXR_NavigationEventData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186FAD0, NavigationEventData, Nullable_1_Microsoft_MixedReality_OpenXR_NavigationEventData__get_Value, (Nullable_1_Microsoft_MixedReality_OpenXR_NavigationEventData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186FF30, void, Nullable_1_Photon_Bolt_NetworkId___ctor, (Nullable_1_Photon_Bolt_NetworkId_ * __this, NetworkId value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90CF0, Nullable_1_Photon_Bolt_NetworkId___ctor__MethodInfo); DO_APP_FUNC(0x0186EAE0, Object *, Nullable_1_Photon_Bolt_NetworkId__Box, (Nullable_1_Photon_Bolt_NetworkId_ o, MethodInfo * method)); DO_APP_FUNC(0x01875540, bool, Nullable_1_Photon_Bolt_NetworkId__Equals, (Nullable_1_Photon_Bolt_NetworkId_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x018755B0, int32_t, Nullable_1_Photon_Bolt_NetworkId__GetHashCode, (Nullable_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005DE470, NetworkId, Nullable_1_Photon_Bolt_NetworkId__GetValueOrDefault, (Nullable_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90D20, Nullable_1_Photon_Bolt_NetworkId__GetValueOrDefault__MethodInfo); DO_APP_FUNC(0x0186E890, NetworkId, Nullable_1_Photon_Bolt_NetworkId__GetValueOrDefault_1, (Nullable_1_Photon_Bolt_NetworkId_ * __this, NetworkId defaultValue, MethodInfo * method)); DO_APP_FUNC(0x018755F0, String *, Nullable_1_Photon_Bolt_NetworkId__ToString, (Nullable_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01870140, Nullable_1_Photon_Bolt_NetworkId_, Nullable_1_Photon_Bolt_NetworkId__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01875670, Nullable_1_Photon_Bolt_NetworkId_, Nullable_1_Photon_Bolt_NetworkId__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF740, Nullable_1_Photon_Bolt_NetworkId__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_Photon_Bolt_NetworkId__get_HasValue, (Nullable_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90CE0, Nullable_1_Photon_Bolt_NetworkId__get_HasValue__MethodInfo); DO_APP_FUNC(0x0186E870, NetworkId, Nullable_1_Photon_Bolt_NetworkId__get_Value, (Nullable_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01873F60, void, Nullable_1_UnityEngine_Playables_PlayableBinding___ctor, (Nullable_1_UnityEngine_Playables_PlayableBinding_ * __this, PlayableBinding value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7518, Nullable_1_UnityEngine_Playables_PlayableBinding___ctor__MethodInfo); DO_APP_FUNC(0x01874290, Object *, Nullable_1_UnityEngine_Playables_PlayableBinding__Box, (Nullable_1_UnityEngine_Playables_PlayableBinding_ o, MethodInfo * method)); DO_APP_FUNC(0x01874030, bool, Nullable_1_UnityEngine_Playables_PlayableBinding__Equals, (Nullable_1_UnityEngine_Playables_PlayableBinding_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x018740E0, int32_t, Nullable_1_UnityEngine_Playables_PlayableBinding__GetHashCode, (Nullable_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01771B20, PlayableBinding, Nullable_1_UnityEngine_Playables_PlayableBinding__GetValueOrDefault, (Nullable_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7520, Nullable_1_UnityEngine_Playables_PlayableBinding__GetValueOrDefault__MethodInfo); DO_APP_FUNC(0x01874000, PlayableBinding, Nullable_1_UnityEngine_Playables_PlayableBinding__GetValueOrDefault_1, (Nullable_1_UnityEngine_Playables_PlayableBinding_ * __this, PlayableBinding defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01875810, String *, Nullable_1_UnityEngine_Playables_PlayableBinding__ToString, (Nullable_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01874310, Nullable_1_UnityEngine_Playables_PlayableBinding_, Nullable_1_UnityEngine_Playables_PlayableBinding__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x018758C0, Nullable_1_UnityEngine_Playables_PlayableBinding_, Nullable_1_UnityEngine_Playables_PlayableBinding__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF750, Nullable_1_UnityEngine_Playables_PlayableBinding__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_UnityEngine_Playables_PlayableBinding__get_HasValue, (Nullable_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7510, Nullable_1_UnityEngine_Playables_PlayableBinding__get_HasValue__MethodInfo); DO_APP_FUNC(0x01873FD0, PlayableBinding, Nullable_1_UnityEngine_Playables_PlayableBinding__get_Value, (Nullable_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01874B90, void, Nullable_1_Dissonance_Audio_Playback_PlaybackOptions___ctor, (Nullable_1_Dissonance_Audio_Playback_PlaybackOptions_ * __this, PlaybackOptions value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CDE0, Nullable_1_Dissonance_Audio_Playback_PlaybackOptions___ctor__MethodInfo); DO_APP_FUNC(0x01874E70, Object *, Nullable_1_Dissonance_Audio_Playback_PlaybackOptions__Box, (Nullable_1_Dissonance_Audio_Playback_PlaybackOptions_ o, MethodInfo * method)); DO_APP_FUNC(0x01874C10, bool, Nullable_1_Dissonance_Audio_Playback_PlaybackOptions__Equals, (Nullable_1_Dissonance_Audio_Playback_PlaybackOptions_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x01874CC0, int32_t, Nullable_1_Dissonance_Audio_Playback_PlaybackOptions__GetHashCode, (Nullable_1_Dissonance_Audio_Playback_PlaybackOptions_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C585C0, PlaybackOptions, Nullable_1_Dissonance_Audio_Playback_PlaybackOptions__GetValueOrDefault, (Nullable_1_Dissonance_Audio_Playback_PlaybackOptions_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C558, Nullable_1_Dissonance_Audio_Playback_PlaybackOptions__GetValueOrDefault__MethodInfo); DO_APP_FUNC(0x01874BE0, PlaybackOptions, Nullable_1_Dissonance_Audio_Playback_PlaybackOptions__GetValueOrDefault_1, (Nullable_1_Dissonance_Audio_Playback_PlaybackOptions_ * __this, PlaybackOptions defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01875AF0, String *, Nullable_1_Dissonance_Audio_Playback_PlaybackOptions__ToString, (Nullable_1_Dissonance_Audio_Playback_PlaybackOptions_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01874EE0, Nullable_1_Dissonance_Audio_Playback_PlaybackOptions_, Nullable_1_Dissonance_Audio_Playback_PlaybackOptions__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01875BA0, Nullable_1_Dissonance_Audio_Playback_PlaybackOptions_, Nullable_1_Dissonance_Audio_Playback_PlaybackOptions__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF6D8, Nullable_1_Dissonance_Audio_Playback_PlaybackOptions__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_Dissonance_Audio_Playback_PlaybackOptions__get_HasValue, (Nullable_1_Dissonance_Audio_Playback_PlaybackOptions_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CDA0, Nullable_1_Dissonance_Audio_Playback_PlaybackOptions__get_HasValue__MethodInfo); DO_APP_FUNC(0x01874BB0, PlaybackOptions, Nullable_1_Dissonance_Audio_Playback_PlaybackOptions__get_Value, (Nullable_1_Dissonance_Audio_Playback_PlaybackOptions_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CDA8, Nullable_1_Dissonance_Audio_Playback_PlaybackOptions__get_Value__MethodInfo); DO_APP_FUNC(0x01875D40, void, Nullable_1_Dissonance_PlayerChannel___ctor, (Nullable_1_Dissonance_PlayerChannel_ * __this, PlayerChannel value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57020, Nullable_1_Dissonance_PlayerChannel___ctor__MethodInfo); DO_APP_FUNC(0x01874290, Object *, Nullable_1_Dissonance_PlayerChannel__Box, (Nullable_1_Dissonance_PlayerChannel_ o, MethodInfo * method)); DO_APP_FUNC(0x01875DB0, bool, Nullable_1_Dissonance_PlayerChannel__Equals, (Nullable_1_Dissonance_PlayerChannel_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x01875E20, int32_t, Nullable_1_Dissonance_PlayerChannel__GetHashCode, (Nullable_1_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01771B20, PlayerChannel, Nullable_1_Dissonance_PlayerChannel__GetValueOrDefault, (Nullable_1_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01874000, PlayerChannel, Nullable_1_Dissonance_PlayerChannel__GetValueOrDefault_1, (Nullable_1_Dissonance_PlayerChannel_ * __this, PlayerChannel defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01875E70, String *, Nullable_1_Dissonance_PlayerChannel__ToString, (Nullable_1_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01875F20, Nullable_1_Dissonance_PlayerChannel_, Nullable_1_Dissonance_PlayerChannel__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01876060, Nullable_1_Dissonance_PlayerChannel_, Nullable_1_Dissonance_PlayerChannel__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF6E8, Nullable_1_Dissonance_PlayerChannel__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_Dissonance_PlayerChannel__get_HasValue, (Nullable_1_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57120, Nullable_1_Dissonance_PlayerChannel__get_HasValue__MethodInfo); DO_APP_FUNC(0x01873FD0, PlayerChannel, Nullable_1_Dissonance_PlayerChannel__get_Value, (Nullable_1_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57108, Nullable_1_Dissonance_PlayerChannel__get_Value__MethodInfo); DO_APP_FUNC(0x018703A0, void, Nullable_1_UnityEngine_InputSystem_Utilities_PrimitiveValue___ctor, (Nullable_1_UnityEngine_InputSystem_Utilities_PrimitiveValue_ * __this, PrimitiveValue value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86E90, Nullable_1_UnityEngine_InputSystem_Utilities_PrimitiveValue___ctor__MethodInfo); DO_APP_FUNC(0x0186E000, Object *, Nullable_1_UnityEngine_InputSystem_Utilities_PrimitiveValue__Box, (Nullable_1_UnityEngine_InputSystem_Utilities_PrimitiveValue_ o, MethodInfo * method)); DO_APP_FUNC(0x01876290, bool, Nullable_1_UnityEngine_InputSystem_Utilities_PrimitiveValue__Equals, (Nullable_1_UnityEngine_InputSystem_Utilities_PrimitiveValue_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x01876300, int32_t, Nullable_1_UnityEngine_InputSystem_Utilities_PrimitiveValue__GetHashCode, (Nullable_1_UnityEngine_InputSystem_Utilities_PrimitiveValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, PrimitiveValue, Nullable_1_UnityEngine_InputSystem_Utilities_PrimitiveValue__GetValueOrDefault, (Nullable_1_UnityEngine_InputSystem_Utilities_PrimitiveValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186DDF0, PrimitiveValue, Nullable_1_UnityEngine_InputSystem_Utilities_PrimitiveValue__GetValueOrDefault_1, (Nullable_1_UnityEngine_InputSystem_Utilities_PrimitiveValue_ * __this, PrimitiveValue defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01876350, String *, Nullable_1_UnityEngine_InputSystem_Utilities_PrimitiveValue__ToString, (Nullable_1_UnityEngine_InputSystem_Utilities_PrimitiveValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018705B0, Nullable_1_UnityEngine_InputSystem_Utilities_PrimitiveValue_, Nullable_1_UnityEngine_InputSystem_Utilities_PrimitiveValue__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x018763D0, Nullable_1_UnityEngine_InputSystem_Utilities_PrimitiveValue_, Nullable_1_UnityEngine_InputSystem_Utilities_PrimitiveValue__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF720, Nullable_1_UnityEngine_InputSystem_Utilities_PrimitiveValue__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_UnityEngine_InputSystem_Utilities_PrimitiveValue__get_HasValue, (Nullable_1_UnityEngine_InputSystem_Utilities_PrimitiveValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186DDD0, PrimitiveValue, Nullable_1_UnityEngine_InputSystem_Utilities_PrimitiveValue__get_Value, (Nullable_1_UnityEngine_InputSystem_Utilities_PrimitiveValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186FAC0, void, Nullable_1_UnityEngine_Quaternion___ctor, (Nullable_1_UnityEngine_Quaternion_ * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72118, Nullable_1_UnityEngine_Quaternion___ctor__MethodInfo); DO_APP_FUNC(0x0186FC30, Object *, Nullable_1_UnityEngine_Quaternion__Box, (Nullable_1_UnityEngine_Quaternion_ o, MethodInfo * method)); DO_APP_FUNC(0x01876580, bool, Nullable_1_UnityEngine_Quaternion__Equals, (Nullable_1_UnityEngine_Quaternion_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x018765E0, int32_t, Nullable_1_UnityEngine_Quaternion__GetHashCode, (Nullable_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017717A0, Quaternion, Nullable_1_UnityEngine_Quaternion__GetValueOrDefault, (Nullable_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186FAF0, Quaternion, Nullable_1_UnityEngine_Quaternion__GetValueOrDefault_1, (Nullable_1_UnityEngine_Quaternion_ * __this, Quaternion defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01876620, String *, Nullable_1_UnityEngine_Quaternion__ToString, (Nullable_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186FCA0, Nullable_1_UnityEngine_Quaternion_, Nullable_1_UnityEngine_Quaternion__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x018766A0, Nullable_1_UnityEngine_Quaternion_, Nullable_1_UnityEngine_Quaternion__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF688, Nullable_1_UnityEngine_Quaternion__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_UnityEngine_Quaternion__get_HasValue, (Nullable_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C720D0, Nullable_1_UnityEngine_Quaternion__get_HasValue__MethodInfo); DO_APP_FUNC(0x0186FAD0, Quaternion, Nullable_1_UnityEngine_Quaternion__get_Value, (Nullable_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C720D8, Nullable_1_UnityEngine_Quaternion__get_Value__MethodInfo); DO_APP_FUNC(0x01876850, void, Nullable_1_UnityEngine_RaycastHit___ctor, (Nullable_1_UnityEngine_RaycastHit_ * __this, RaycastHit value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9448, Nullable_1_UnityEngine_RaycastHit___ctor__MethodInfo); DO_APP_FUNC(0x01876B90, Object *, Nullable_1_UnityEngine_RaycastHit__Box, (Nullable_1_UnityEngine_RaycastHit_ o, MethodInfo * method)); DO_APP_FUNC(0x01876910, bool, Nullable_1_UnityEngine_RaycastHit__Equals, (Nullable_1_UnityEngine_RaycastHit_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x018769D0, int32_t, Nullable_1_UnityEngine_RaycastHit__GetHashCode, (Nullable_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01773B50, RaycastHit, Nullable_1_UnityEngine_RaycastHit__GetValueOrDefault, (Nullable_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018768C0, RaycastHit, Nullable_1_UnityEngine_RaycastHit__GetValueOrDefault_1, (Nullable_1_UnityEngine_RaycastHit_ * __this, RaycastHit defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01876AE0, String *, Nullable_1_UnityEngine_RaycastHit__ToString, (Nullable_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01876C30, Nullable_1_UnityEngine_RaycastHit_, Nullable_1_UnityEngine_RaycastHit__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01876D40, Nullable_1_UnityEngine_RaycastHit_, Nullable_1_UnityEngine_RaycastHit__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF698, Nullable_1_UnityEngine_RaycastHit__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_UnityEngine_RaycastHit__get_HasValue, (Nullable_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE97D0, Nullable_1_UnityEngine_RaycastHit__get_HasValue__MethodInfo); DO_APP_FUNC(0x01876880, RaycastHit, Nullable_1_UnityEngine_RaycastHit__get_Value, (Nullable_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE97C0, Nullable_1_UnityEngine_RaycastHit__get_Value__MethodInfo); DO_APP_FUNC(0x0186FAC0, void, Nullable_1_UnityEngine_Rect___ctor, (Nullable_1_UnityEngine_Rect_ * __this, Rect value, MethodInfo * method)); DO_APP_FUNC(0x0186FC30, Object *, Nullable_1_UnityEngine_Rect__Box, (Nullable_1_UnityEngine_Rect_ o, MethodInfo * method)); DO_APP_FUNC(0x01876F20, bool, Nullable_1_UnityEngine_Rect__Equals, (Nullable_1_UnityEngine_Rect_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x01876F90, int32_t, Nullable_1_UnityEngine_Rect__GetHashCode, (Nullable_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017717A0, Rect, Nullable_1_UnityEngine_Rect__GetValueOrDefault, (Nullable_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186FAF0, Rect, Nullable_1_UnityEngine_Rect__GetValueOrDefault_1, (Nullable_1_UnityEngine_Rect_ * __this, Rect defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01876FE0, String *, Nullable_1_UnityEngine_Rect__ToString, (Nullable_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186FCA0, Nullable_1_UnityEngine_Rect_, Nullable_1_UnityEngine_Rect__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01877060, Nullable_1_UnityEngine_Rect_, Nullable_1_UnityEngine_Rect__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF6C8, Nullable_1_UnityEngine_Rect__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_UnityEngine_Rect__get_HasValue, (Nullable_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54B68, Nullable_1_UnityEngine_Rect__get_HasValue__MethodInfo); DO_APP_FUNC(0x0186FAD0, Rect, Nullable_1_UnityEngine_Rect__get_Value, (Nullable_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54B70, Nullable_1_UnityEngine_Rect__get_Value__MethodInfo); DO_APP_FUNC(0x01874680, void, Nullable_1_System_Text_RegularExpressions_RegexPrefix___ctor, (Nullable_1_System_Text_RegularExpressions_RegexPrefix_ * __this, RegexPrefix value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7768, Nullable_1_System_Text_RegularExpressions_RegexPrefix___ctor__MethodInfo); DO_APP_FUNC(0x0186E000, Object *, Nullable_1_System_Text_RegularExpressions_RegexPrefix__Box, (Nullable_1_System_Text_RegularExpressions_RegexPrefix_ o, MethodInfo * method)); DO_APP_FUNC(0x0186E3C0, bool, Nullable_1_System_Text_RegularExpressions_RegexPrefix__Equals, (Nullable_1_System_Text_RegularExpressions_RegexPrefix_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x0186E460, int32_t, Nullable_1_System_Text_RegularExpressions_RegexPrefix__GetHashCode, (Nullable_1_System_Text_RegularExpressions_RegexPrefix_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, RegexPrefix, Nullable_1_System_Text_RegularExpressions_RegexPrefix__GetValueOrDefault, (Nullable_1_System_Text_RegularExpressions_RegexPrefix_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7720, Nullable_1_System_Text_RegularExpressions_RegexPrefix__GetValueOrDefault__MethodInfo); DO_APP_FUNC(0x0186DDF0, RegexPrefix, Nullable_1_System_Text_RegularExpressions_RegexPrefix__GetValueOrDefault_1, (Nullable_1_System_Text_RegularExpressions_RegexPrefix_ * __this, RegexPrefix defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01877210, String *, Nullable_1_System_Text_RegularExpressions_RegexPrefix__ToString, (Nullable_1_System_Text_RegularExpressions_RegexPrefix_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01874850, Nullable_1_System_Text_RegularExpressions_RegexPrefix_, Nullable_1_System_Text_RegularExpressions_RegexPrefix__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x018772C0, Nullable_1_System_Text_RegularExpressions_RegexPrefix_, Nullable_1_System_Text_RegularExpressions_RegexPrefix__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF638, Nullable_1_System_Text_RegularExpressions_RegexPrefix__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_System_Text_RegularExpressions_RegexPrefix__get_HasValue, (Nullable_1_System_Text_RegularExpressions_RegexPrefix_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7730, Nullable_1_System_Text_RegularExpressions_RegexPrefix__get_HasValue__MethodInfo); DO_APP_FUNC(0x0186DDD0, RegexPrefix, Nullable_1_System_Text_RegularExpressions_RegexPrefix__get_Value, (Nullable_1_System_Text_RegularExpressions_RegexPrefix_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018774D0, void, Nullable_1_Dissonance_RemoteChannel___ctor, (Nullable_1_Dissonance_RemoteChannel_ * __this, RemoteChannel value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D558, Nullable_1_Dissonance_RemoteChannel___ctor__MethodInfo); DO_APP_FUNC(0x01872210, Object *, Nullable_1_Dissonance_RemoteChannel__Box, (Nullable_1_Dissonance_RemoteChannel_ o, MethodInfo * method)); DO_APP_FUNC(0x01877540, bool, Nullable_1_Dissonance_RemoteChannel__Equals, (Nullable_1_Dissonance_RemoteChannel_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x018775F0, int32_t, Nullable_1_Dissonance_RemoteChannel__GetHashCode, (Nullable_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01772280, RemoteChannel, Nullable_1_Dissonance_RemoteChannel__GetValueOrDefault, (Nullable_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018720A0, RemoteChannel, Nullable_1_Dissonance_RemoteChannel__GetValueOrDefault_1, (Nullable_1_Dissonance_RemoteChannel_ * __this, RemoteChannel defaultValue, MethodInfo * method)); DO_APP_FUNC(0x018776F0, String *, Nullable_1_Dissonance_RemoteChannel__ToString, (Nullable_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018777A0, Nullable_1_Dissonance_RemoteChannel_, Nullable_1_Dissonance_RemoteChannel__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x018778D0, Nullable_1_Dissonance_RemoteChannel_, Nullable_1_Dissonance_RemoteChannel__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF648, Nullable_1_Dissonance_RemoteChannel__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_Dissonance_RemoteChannel__get_HasValue, (Nullable_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D580, Nullable_1_Dissonance_RemoteChannel__get_HasValue__MethodInfo); DO_APP_FUNC(0x01872070, RemoteChannel, Nullable_1_Dissonance_RemoteChannel__get_Value, (Nullable_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D588, Nullable_1_Dissonance_RemoteChannel__get_Value__MethodInfo); DO_APP_FUNC(0x01877AD0, void, Nullable_1_UnityEngine_Rendering_RenderQueueRange___ctor, (Nullable_1_UnityEngine_Rendering_RenderQueueRange_ * __this, RenderQueueRange value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57230, Nullable_1_UnityEngine_Rendering_RenderQueueRange___ctor__MethodInfo); DO_APP_FUNC(0x01877D00, Object *, Nullable_1_UnityEngine_Rendering_RenderQueueRange__Box, (Nullable_1_UnityEngine_Rendering_RenderQueueRange_ o, MethodInfo * method)); DO_APP_FUNC(0x01877B10, bool, Nullable_1_UnityEngine_Rendering_RenderQueueRange__Equals, (Nullable_1_UnityEngine_Rendering_RenderQueueRange_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x01877BD0, int32_t, Nullable_1_UnityEngine_Rendering_RenderQueueRange__GetHashCode, (Nullable_1_UnityEngine_Rendering_RenderQueueRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01770C80, RenderQueueRange, Nullable_1_UnityEngine_Rendering_RenderQueueRange__GetValueOrDefault, (Nullable_1_UnityEngine_Rendering_RenderQueueRange_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6588, Nullable_1_UnityEngine_Rendering_RenderQueueRange__GetValueOrDefault__MethodInfo); DO_APP_FUNC(0x01877B00, RenderQueueRange, Nullable_1_UnityEngine_Rendering_RenderQueueRange__GetValueOrDefault_1, (Nullable_1_UnityEngine_Rendering_RenderQueueRange_ * __this, RenderQueueRange defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01877C50, String *, Nullable_1_UnityEngine_Rendering_RenderQueueRange__ToString, (Nullable_1_UnityEngine_Rendering_RenderQueueRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01877D60, Nullable_1_UnityEngine_Rendering_RenderQueueRange_, Nullable_1_UnityEngine_Rendering_RenderQueueRange__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01877E40, Nullable_1_UnityEngine_Rendering_RenderQueueRange_, Nullable_1_UnityEngine_Rendering_RenderQueueRange__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF618, Nullable_1_UnityEngine_Rendering_RenderQueueRange__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_UnityEngine_Rendering_RenderQueueRange__get_HasValue, (Nullable_1_UnityEngine_Rendering_RenderQueueRange_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6580, Nullable_1_UnityEngine_Rendering_RenderQueueRange__get_HasValue__MethodInfo); DO_APP_FUNC(0x01877AE0, RenderQueueRange, Nullable_1_UnityEngine_Rendering_RenderQueueRange__get_Value, (Nullable_1_UnityEngine_Rendering_RenderQueueRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01877FF0, void, Nullable_1_UnityEngine_Rendering_RenderStateBlock___ctor, (Nullable_1_UnityEngine_Rendering_RenderStateBlock_ * __this, RenderStateBlock value, MethodInfo * method)); DO_APP_FUNC(0x01878300, Object *, Nullable_1_UnityEngine_Rendering_RenderStateBlock__Box, (Nullable_1_UnityEngine_Rendering_RenderStateBlock_ o, MethodInfo * method)); DO_APP_FUNC(0x01878190, bool, Nullable_1_UnityEngine_Rendering_RenderStateBlock__Equals, (Nullable_1_UnityEngine_Rendering_RenderStateBlock_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x01878200, int32_t, Nullable_1_UnityEngine_Rendering_RenderStateBlock__GetHashCode, (Nullable_1_UnityEngine_Rendering_RenderStateBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018780A0, RenderStateBlock, Nullable_1_UnityEngine_Rendering_RenderStateBlock__GetValueOrDefault, (Nullable_1_UnityEngine_Rendering_RenderStateBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018780F0, RenderStateBlock, Nullable_1_UnityEngine_Rendering_RenderStateBlock__GetValueOrDefault_1, (Nullable_1_UnityEngine_Rendering_RenderStateBlock_ * __this, RenderStateBlock defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01878250, String *, Nullable_1_UnityEngine_Rendering_RenderStateBlock__ToString, (Nullable_1_UnityEngine_Rendering_RenderStateBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01878400, Nullable_1_UnityEngine_Rendering_RenderStateBlock_, Nullable_1_UnityEngine_Rendering_RenderStateBlock__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01878570, Nullable_1_UnityEngine_Rendering_RenderStateBlock_, Nullable_1_UnityEngine_Rendering_RenderStateBlock__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF620, Nullable_1_UnityEngine_Rendering_RenderStateBlock__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_UnityEngine_Rendering_RenderStateBlock__get_HasValue, (Nullable_1_UnityEngine_Rendering_RenderStateBlock_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FCE8, Nullable_1_UnityEngine_Rendering_RenderStateBlock__get_HasValue__MethodInfo); DO_APP_FUNC(0x01878040, RenderStateBlock, Nullable_1_UnityEngine_Rendering_RenderStateBlock__get_Value, (Nullable_1_UnityEngine_Rendering_RenderStateBlock_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FCF8, Nullable_1_UnityEngine_Rendering_RenderStateBlock__get_Value__MethodInfo); DO_APP_FUNC(0x018787B0, void, Nullable_1_UnityEngine_Rendering_RenderTargetIdentifier___ctor, (Nullable_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier value, MethodInfo * method)); DO_APP_FUNC(0x01878980, Object *, Nullable_1_UnityEngine_Rendering_RenderTargetIdentifier__Box, (Nullable_1_UnityEngine_Rendering_RenderTargetIdentifier_ o, MethodInfo * method)); DO_APP_FUNC(0x01878850, bool, Nullable_1_UnityEngine_Rendering_RenderTargetIdentifier__Equals, (Nullable_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x018788C0, int32_t, Nullable_1_UnityEngine_Rendering_RenderTargetIdentifier__GetHashCode, (Nullable_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01772740, RenderTargetIdentifier, Nullable_1_UnityEngine_Rendering_RenderTargetIdentifier__GetValueOrDefault, (Nullable_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01878810, RenderTargetIdentifier, Nullable_1_UnityEngine_Rendering_RenderTargetIdentifier__GetValueOrDefault_1, (Nullable_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01878900, String *, Nullable_1_UnityEngine_Rendering_RenderTargetIdentifier__ToString, (Nullable_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01878A10, Nullable_1_UnityEngine_Rendering_RenderTargetIdentifier_, Nullable_1_UnityEngine_Rendering_RenderTargetIdentifier__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01878B10, Nullable_1_UnityEngine_Rendering_RenderTargetIdentifier_, Nullable_1_UnityEngine_Rendering_RenderTargetIdentifier__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF628, Nullable_1_UnityEngine_Rendering_RenderTargetIdentifier__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_UnityEngine_Rendering_RenderTargetIdentifier__get_HasValue, (Nullable_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C539C0, Nullable_1_UnityEngine_Rendering_RenderTargetIdentifier__get_HasValue__MethodInfo); DO_APP_FUNC(0x018787D0, RenderTargetIdentifier, Nullable_1_UnityEngine_Rendering_RenderTargetIdentifier__get_Value, (Nullable_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53A08, Nullable_1_UnityEngine_Rendering_RenderTargetIdentifier__get_Value__MethodInfo); DO_APP_FUNC(0x01878CE0, void, Nullable_1_Dissonance_RoomChannel___ctor, (Nullable_1_Dissonance_RoomChannel_ * __this, RoomChannel value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57028, Nullable_1_Dissonance_RoomChannel___ctor__MethodInfo); DO_APP_FUNC(0x01878980, Object *, Nullable_1_Dissonance_RoomChannel__Box, (Nullable_1_Dissonance_RoomChannel_ o, MethodInfo * method)); DO_APP_FUNC(0x01878D50, bool, Nullable_1_Dissonance_RoomChannel__Equals, (Nullable_1_Dissonance_RoomChannel_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x01878E10, int32_t, Nullable_1_Dissonance_RoomChannel__GetHashCode, (Nullable_1_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01772740, RoomChannel, Nullable_1_Dissonance_RoomChannel__GetValueOrDefault, (Nullable_1_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01878810, RoomChannel, Nullable_1_Dissonance_RoomChannel__GetValueOrDefault_1, (Nullable_1_Dissonance_RoomChannel_ * __this, RoomChannel defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01878EA0, String *, Nullable_1_Dissonance_RoomChannel__ToString, (Nullable_1_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01878F50, Nullable_1_Dissonance_RoomChannel_, Nullable_1_Dissonance_RoomChannel__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x018790A0, Nullable_1_Dissonance_RoomChannel_, Nullable_1_Dissonance_RoomChannel__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF608, Nullable_1_Dissonance_RoomChannel__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_Dissonance_RoomChannel__get_HasValue, (Nullable_1_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57118, Nullable_1_Dissonance_RoomChannel__get_HasValue__MethodInfo); DO_APP_FUNC(0x018787D0, RoomChannel, Nullable_1_Dissonance_RoomChannel__get_Value, (Nullable_1_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57100, Nullable_1_Dissonance_RoomChannel__get_Value__MethodInfo); DO_APP_FUNC(0x01872000, void, Nullable_1_Dissonance_RoomMembership___ctor, (Nullable_1_Dissonance_RoomMembership_ * __this, RoomMembership value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56E58, Nullable_1_Dissonance_RoomMembership___ctor__MethodInfo); DO_APP_FUNC(0x01872210, Object *, Nullable_1_Dissonance_RoomMembership__Box, (Nullable_1_Dissonance_RoomMembership_ o, MethodInfo * method)); DO_APP_FUNC(0x01877540, bool, Nullable_1_Dissonance_RoomMembership__Equals, (Nullable_1_Dissonance_RoomMembership_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x018775F0, int32_t, Nullable_1_Dissonance_RoomMembership__GetHashCode, (Nullable_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01772280, RoomMembership, Nullable_1_Dissonance_RoomMembership__GetValueOrDefault, (Nullable_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018720A0, RoomMembership, Nullable_1_Dissonance_RoomMembership__GetValueOrDefault_1, (Nullable_1_Dissonance_RoomMembership_ * __this, RoomMembership defaultValue, MethodInfo * method)); DO_APP_FUNC(0x018792C0, String *, Nullable_1_Dissonance_RoomMembership__ToString, (Nullable_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01872290, Nullable_1_Dissonance_RoomMembership_, Nullable_1_Dissonance_RoomMembership__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01879370, Nullable_1_Dissonance_RoomMembership_, Nullable_1_Dissonance_RoomMembership__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF610, Nullable_1_Dissonance_RoomMembership__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_Dissonance_RoomMembership__get_HasValue, (Nullable_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56E68, Nullable_1_Dissonance_RoomMembership__get_HasValue__MethodInfo); DO_APP_FUNC(0x01872070, RoomMembership, Nullable_1_Dissonance_RoomMembership__get_Value, (Nullable_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56E48, Nullable_1_Dissonance_RoomMembership__get_Value__MethodInfo); DO_APP_FUNC(0x01879570, void, Nullable_1_Single___ctor, (Nullable_1_Single_ * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58140, Nullable_1_Single___ctor__MethodInfo); DO_APP_FUNC(0x018796F0, Object *, Nullable_1_Single__Box, (Nullable_1_Single_ o, MethodInfo * method)); DO_APP_FUNC(0x018795B0, bool, Nullable_1_Single__Equals, (Nullable_1_Single_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x01879620, int32_t, Nullable_1_Single__GetHashCode, (Nullable_1_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C8D880, float, Nullable_1_Single__GetValueOrDefault, (Nullable_1_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C581D0, Nullable_1_Single__GetValueOrDefault__MethodInfo); DO_APP_FUNC(0x018795A0, float, Nullable_1_Single__GetValueOrDefault_1, (Nullable_1_Single_ * __this, float defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01879670, String *, Nullable_1_Single__ToString, (Nullable_1_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01879760, Nullable_1_Single_, Nullable_1_Single__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01879810, Nullable_1_Single_, Nullable_1_Single__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF5F0, Nullable_1_Single__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_Single__get_HasValue, (Nullable_1_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C581B0, Nullable_1_Single__get_HasValue__MethodInfo); DO_APP_FUNC(0x01879580, float, Nullable_1_Single__get_Value, (Nullable_1_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58150, Nullable_1_Single__get_Value__MethodInfo); DO_APP_FUNC(0x01879990, void, Nullable_1_Dissonance_Audio_Playback_SpeechSession___ctor, (Nullable_1_Dissonance_Audio_Playback_SpeechSession_ * __this, SpeechSession value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C738, Nullable_1_Dissonance_Audio_Playback_SpeechSession___ctor__MethodInfo); DO_APP_FUNC(0x01879D40, Object *, Nullable_1_Dissonance_Audio_Playback_SpeechSession__Box, (Nullable_1_Dissonance_Audio_Playback_SpeechSession_ o, MethodInfo * method)); DO_APP_FUNC(0x01879AA0, bool, Nullable_1_Dissonance_Audio_Playback_SpeechSession__Equals, (Nullable_1_Dissonance_Audio_Playback_SpeechSession_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x01879B70, int32_t, Nullable_1_Dissonance_Audio_Playback_SpeechSession__GetHashCode, (Nullable_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01773D00, SpeechSession, Nullable_1_Dissonance_Audio_Playback_SpeechSession__GetValueOrDefault, (Nullable_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CDD0, Nullable_1_Dissonance_Audio_Playback_SpeechSession__GetValueOrDefault__MethodInfo); DO_APP_FUNC(0x01879A50, SpeechSession, Nullable_1_Dissonance_Audio_Playback_SpeechSession__GetValueOrDefault_1, (Nullable_1_Dissonance_Audio_Playback_SpeechSession_ * __this, SpeechSession defaultValue, MethodInfo * method)); DO_APP_FUNC(0x01879C90, String *, Nullable_1_Dissonance_Audio_Playback_SpeechSession__ToString, (Nullable_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01879DF0, Nullable_1_Dissonance_Audio_Playback_SpeechSession_, Nullable_1_Dissonance_Audio_Playback_SpeechSession__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x01879F60, Nullable_1_Dissonance_Audio_Playback_SpeechSession_, Nullable_1_Dissonance_Audio_Playback_SpeechSession__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF5F8, Nullable_1_Dissonance_Audio_Playback_SpeechSession__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_Dissonance_Audio_Playback_SpeechSession__get_HasValue, (Nullable_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CDF0, Nullable_1_Dissonance_Audio_Playback_SpeechSession__get_HasValue__MethodInfo); DO_APP_FUNC(0x01879A10, SpeechSession, Nullable_1_Dissonance_Audio_Playback_SpeechSession__get_Value, (Nullable_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C6F8, Nullable_1_Dissonance_Audio_Playback_SpeechSession__get_Value__MethodInfo); DO_APP_FUNC(0x01872CE0, void, Nullable_1_Microsoft_MixedReality_OpenXR_TappedEventData___ctor, (Nullable_1_Microsoft_MixedReality_OpenXR_TappedEventData_ * __this, TappedEventData value, MethodInfo * method)); DO_APP_FUNC(0x01872E50, Object *, Nullable_1_Microsoft_MixedReality_OpenXR_TappedEventData__Box, (Nullable_1_Microsoft_MixedReality_OpenXR_TappedEventData_ o, MethodInfo * method)); DO_APP_FUNC(0x018739B0, bool, Nullable_1_Microsoft_MixedReality_OpenXR_TappedEventData__Equals, (Nullable_1_Microsoft_MixedReality_OpenXR_TappedEventData_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x0187A1A0, int32_t, Nullable_1_Microsoft_MixedReality_OpenXR_TappedEventData__GetHashCode, (Nullable_1_Microsoft_MixedReality_OpenXR_TappedEventData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59320, TappedEventData, Nullable_1_Microsoft_MixedReality_OpenXR_TappedEventData__GetValueOrDefault, (Nullable_1_Microsoft_MixedReality_OpenXR_TappedEventData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01872D10, TappedEventData, Nullable_1_Microsoft_MixedReality_OpenXR_TappedEventData__GetValueOrDefault_1, (Nullable_1_Microsoft_MixedReality_OpenXR_TappedEventData_ * __this, TappedEventData defaultValue, MethodInfo * method)); DO_APP_FUNC(0x0187A290, String *, Nullable_1_Microsoft_MixedReality_OpenXR_TappedEventData__ToString, (Nullable_1_Microsoft_MixedReality_OpenXR_TappedEventData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01872EB0, Nullable_1_Microsoft_MixedReality_OpenXR_TappedEventData_, Nullable_1_Microsoft_MixedReality_OpenXR_TappedEventData__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x0187A340, Nullable_1_Microsoft_MixedReality_OpenXR_TappedEventData_, Nullable_1_Microsoft_MixedReality_OpenXR_TappedEventData__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF600, Nullable_1_Microsoft_MixedReality_OpenXR_TappedEventData__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_Microsoft_MixedReality_OpenXR_TappedEventData__get_HasValue, (Nullable_1_Microsoft_MixedReality_OpenXR_TappedEventData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01872CF0, TappedEventData, Nullable_1_Microsoft_MixedReality_OpenXR_TappedEventData__get_Value, (Nullable_1_Microsoft_MixedReality_OpenXR_TappedEventData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186F5E0, void, Nullable_1_UInt16___ctor, (Nullable_1_UInt16_ * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56D08, Nullable_1_UInt16___ctor__MethodInfo); DO_APP_FUNC(0x0186F830, Object *, Nullable_1_UInt16__Box, (Nullable_1_UInt16_ o, MethodInfo * method)); DO_APP_FUNC(0x0187A4C0, bool, Nullable_1_UInt16__Equals, (Nullable_1_UInt16_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x0187A530, int32_t, Nullable_1_UInt16__GetHashCode, (Nullable_1_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186F610, uint16_t, Nullable_1_UInt16__GetValueOrDefault, (Nullable_1_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97850, Nullable_1_UInt16__GetValueOrDefault__MethodInfo); DO_APP_FUNC(0x0186F620, uint16_t, Nullable_1_UInt16__GetValueOrDefault_1, (Nullable_1_UInt16_ * __this, uint16_t defaultValue, MethodInfo * method)); DO_APP_FUNC(0x0187A570, String *, Nullable_1_UInt16__ToString, (Nullable_1_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186F890, Nullable_1_UInt16_, Nullable_1_UInt16__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x0187A5F0, Nullable_1_UInt16_, Nullable_1_UInt16__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF5D8, Nullable_1_UInt16__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_UInt16__get_HasValue, (Nullable_1_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC018, Nullable_1_UInt16__get_HasValue__MethodInfo); DO_APP_FUNC(0x0186F5F0, uint16_t, Nullable_1_UInt16__get_Value, (Nullable_1_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC020, Nullable_1_UInt16__get_Value__MethodInfo); DO_APP_FUNC(0x01872CE0, void, Nullable_1_UInt32___ctor, (Nullable_1_UInt32_ * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC3170, Nullable_1_UInt32___ctor__MethodInfo); DO_APP_FUNC(0x01872E50, Object *, Nullable_1_UInt32__Box, (Nullable_1_UInt32_ o, MethodInfo * method)); DO_APP_FUNC(0x0187A770, bool, Nullable_1_UInt32__Equals, (Nullable_1_UInt32_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x01872D90, int32_t, Nullable_1_UInt32__GetHashCode, (Nullable_1_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59320, uint32_t, Nullable_1_UInt32__GetValueOrDefault, (Nullable_1_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC3180, Nullable_1_UInt32__GetValueOrDefault__MethodInfo); DO_APP_FUNC(0x01872D10, uint32_t, Nullable_1_UInt32__GetValueOrDefault_1, (Nullable_1_UInt32_ * __this, uint32_t defaultValue, MethodInfo * method)); DO_APP_FUNC(0x0187A7E0, String *, Nullable_1_UInt32__ToString, (Nullable_1_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01872EB0, Nullable_1_UInt32_, Nullable_1_UInt32__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x0187A860, Nullable_1_UInt32_, Nullable_1_UInt32__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF5E0, Nullable_1_UInt32__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_UInt32__get_HasValue, (Nullable_1_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC3160, Nullable_1_UInt32__get_HasValue__MethodInfo); DO_APP_FUNC(0x01872CF0, uint32_t, Nullable_1_UInt32__get_Value, (Nullable_1_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01877AD0, void, Nullable_1_UnityEngine_Vector2___ctor, (Nullable_1_UnityEngine_Vector2_ * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2DD8, Nullable_1_UnityEngine_Vector2___ctor__MethodInfo); DO_APP_FUNC(0x0187AB70, Object *, Nullable_1_UnityEngine_Vector2__Box, (Nullable_1_UnityEngine_Vector2_ o, MethodInfo * method)); DO_APP_FUNC(0x0187AA30, bool, Nullable_1_UnityEngine_Vector2__Equals, (Nullable_1_UnityEngine_Vector2_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x0187AA90, int32_t, Nullable_1_UnityEngine_Vector2__GetHashCode, (Nullable_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x017719A0, Vector2, Nullable_1_UnityEngine_Vector2__GetValueOrDefault, (Nullable_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2DB0, Nullable_1_UnityEngine_Vector2__GetValueOrDefault__MethodInfo); DO_APP_FUNC(0x0187AA10, Vector2, Nullable_1_UnityEngine_Vector2__GetValueOrDefault_1, (Nullable_1_UnityEngine_Vector2_ * __this, Vector2 defaultValue, MethodInfo * method)); DO_APP_FUNC(0x0187AAF0, String *, Nullable_1_UnityEngine_Vector2__ToString, (Nullable_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187ABD0, Nullable_1_UnityEngine_Vector2_, Nullable_1_UnityEngine_Vector2__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x0187ACB0, Nullable_1_UnityEngine_Vector2_, Nullable_1_UnityEngine_Vector2__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF5E8, Nullable_1_UnityEngine_Vector2__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_UnityEngine_Vector2__get_HasValue, (Nullable_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2DA0, Nullable_1_UnityEngine_Vector2__get_HasValue__MethodInfo); DO_APP_FUNC(0x0187A9E0, Vector2, Nullable_1_UnityEngine_Vector2__get_Value, (Nullable_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2D90, Nullable_1_UnityEngine_Vector2__get_Value__MethodInfo); DO_APP_FUNC(0x01874B90, void, Nullable_1_UnityEngine_Vector3___ctor, (Nullable_1_UnityEngine_Vector3_ * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72110, Nullable_1_UnityEngine_Vector3___ctor__MethodInfo); DO_APP_FUNC(0x01874E70, Object *, Nullable_1_UnityEngine_Vector3__Box, (Nullable_1_UnityEngine_Vector3_ o, MethodInfo * method)); DO_APP_FUNC(0x0187AE70, bool, Nullable_1_UnityEngine_Vector3__Equals, (Nullable_1_UnityEngine_Vector3_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x0187AED0, int32_t, Nullable_1_UnityEngine_Vector3__GetHashCode, (Nullable_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C585C0, Vector3, Nullable_1_UnityEngine_Vector3__GetValueOrDefault, (Nullable_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01874BE0, Vector3, Nullable_1_UnityEngine_Vector3__GetValueOrDefault_1, (Nullable_1_UnityEngine_Vector3_ * __this, Vector3 defaultValue, MethodInfo * method)); DO_APP_FUNC(0x0187AF50, String *, Nullable_1_UnityEngine_Vector3__ToString, (Nullable_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01874EE0, Nullable_1_UnityEngine_Vector3_, Nullable_1_UnityEngine_Vector3__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x0187AFD0, Nullable_1_UnityEngine_Vector3_, Nullable_1_UnityEngine_Vector3__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF5C0, Nullable_1_UnityEngine_Vector3__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_UnityEngine_Vector3__get_HasValue, (Nullable_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58760, Nullable_1_UnityEngine_Vector3__get_HasValue__MethodInfo); DO_APP_FUNC(0x01874BB0, Vector3, Nullable_1_UnityEngine_Vector3__get_Value, (Nullable_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58770, Nullable_1_UnityEngine_Vector3__get_Value__MethodInfo); DO_APP_FUNC(0x0187B170, void, Nullable_1_Dissonance_Networking_VoicePacket___ctor, (Nullable_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C828, Nullable_1_Dissonance_Networking_VoicePacket___ctor__MethodInfo); DO_APP_FUNC(0x01879D40, Object *, Nullable_1_Dissonance_Networking_VoicePacket__Box, (Nullable_1_Dissonance_Networking_VoicePacket_ o, MethodInfo * method)); DO_APP_FUNC(0x01879AA0, bool, Nullable_1_Dissonance_Networking_VoicePacket__Equals, (Nullable_1_Dissonance_Networking_VoicePacket_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x01879B70, int32_t, Nullable_1_Dissonance_Networking_VoicePacket__GetHashCode, (Nullable_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01773D00, VoicePacket, Nullable_1_Dissonance_Networking_VoicePacket__GetValueOrDefault, (Nullable_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CC70, Nullable_1_Dissonance_Networking_VoicePacket__GetValueOrDefault__MethodInfo); DO_APP_FUNC(0x01879A50, VoicePacket, Nullable_1_Dissonance_Networking_VoicePacket__GetValueOrDefault_1, (Nullable_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket defaultValue, MethodInfo * method)); DO_APP_FUNC(0x0187B1F0, String *, Nullable_1_Dissonance_Networking_VoicePacket__ToString, (Nullable_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187B2A0, Nullable_1_Dissonance_Networking_VoicePacket_, Nullable_1_Dissonance_Networking_VoicePacket__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x0187B410, Nullable_1_Dissonance_Networking_VoicePacket_, Nullable_1_Dissonance_Networking_VoicePacket__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF5C8, Nullable_1_Dissonance_Networking_VoicePacket__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_Dissonance_Networking_VoicePacket__get_HasValue, (Nullable_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CC80, Nullable_1_Dissonance_Networking_VoicePacket__get_HasValue__MethodInfo); DO_APP_FUNC(0x01879A10, VoicePacket, Nullable_1_Dissonance_Networking_VoicePacket__get_Value, (Nullable_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CC88, Nullable_1_Dissonance_Networking_VoicePacket__get_Value__MethodInfo); DO_APP_FUNC(0x0186DD70, void, Nullable_1_UnityEngine_InputSystem_InputAction_CallbackContext___ctor, (Nullable_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * __this, InputAction_CallbackContext value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92D88, Nullable_1_UnityEngine_InputSystem_InputAction_CallbackContext___ctor__MethodInfo); DO_APP_FUNC(0x0186E000, Object *, Nullable_1_UnityEngine_InputSystem_InputAction_CallbackContext__Box, (Nullable_1_UnityEngine_InputSystem_InputAction_CallbackContext_ o, MethodInfo * method)); DO_APP_FUNC(0x0186E3C0, bool, Nullable_1_UnityEngine_InputSystem_InputAction_CallbackContext__Equals, (Nullable_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x0186E460, int32_t, Nullable_1_UnityEngine_InputSystem_InputAction_CallbackContext__GetHashCode, (Nullable_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, InputAction_CallbackContext, Nullable_1_UnityEngine_InputSystem_InputAction_CallbackContext__GetValueOrDefault, (Nullable_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186DDF0, InputAction_CallbackContext, Nullable_1_UnityEngine_InputSystem_InputAction_CallbackContext__GetValueOrDefault_1, (Nullable_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * __this, InputAction_CallbackContext defaultValue, MethodInfo * method)); DO_APP_FUNC(0x0187B650, String *, Nullable_1_UnityEngine_InputSystem_InputAction_CallbackContext__ToString, (Nullable_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186E080, Nullable_1_UnityEngine_InputSystem_InputAction_CallbackContext_, Nullable_1_UnityEngine_InputSystem_InputAction_CallbackContext__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x0187B6D0, Nullable_1_UnityEngine_InputSystem_InputAction_CallbackContext_, Nullable_1_UnityEngine_InputSystem_InputAction_CallbackContext__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF5D0, Nullable_1_UnityEngine_InputSystem_InputAction_CallbackContext__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_UnityEngine_InputSystem_InputAction_CallbackContext__get_HasValue, (Nullable_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4ED0, Nullable_1_UnityEngine_InputSystem_InputAction_CallbackContext__get_HasValue__MethodInfo); DO_APP_FUNC(0x0186DDD0, InputAction_CallbackContext, Nullable_1_UnityEngine_InputSystem_InputAction_CallbackContext__get_Value, (Nullable_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4EC8, Nullable_1_UnityEngine_InputSystem_InputAction_CallbackContext__get_Value__MethodInfo); DO_APP_FUNC(0x0187B8E0, void, Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride___ctor, (Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride_ * __this, InputActionRebindingExtensions_ParameterOverride value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86A90, Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride___ctor__MethodInfo); DO_APP_FUNC(0x0187BDD0, Object *, Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride__Box, (Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride_ o, MethodInfo * method)); DO_APP_FUNC(0x0187BAC0, bool, Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride__Equals, (Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x0187BBD0, int32_t, Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride__GetHashCode, (Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187B9D0, InputActionRebindingExtensions_ParameterOverride, Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride__GetValueOrDefault, (Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187BA20, InputActionRebindingExtensions_ParameterOverride, Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride__GetValueOrDefault_1, (Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride_ * __this, InputActionRebindingExtensions_ParameterOverride defaultValue, MethodInfo * method)); DO_APP_FUNC(0x0187BD20, String *, Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride__ToString, (Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187BED0, Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride_, Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x0187C090, Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride_, Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF5A8, Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride__get_HasValue, (Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86F20, Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride__get_HasValue__MethodInfo); DO_APP_FUNC(0x0187B970, InputActionRebindingExtensions_ParameterOverride, Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride__get_Value, (Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86F10, Nullable_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride__get_Value__MethodInfo); DO_APP_FUNC(0x0187C330, void, Nullable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor, (Nullable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98F48, Nullable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor__MethodInfo); DO_APP_FUNC(0x0187C930, Object *, Nullable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Box, (Nullable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ o, MethodInfo * method)); DO_APP_FUNC(0x0187C5C0, bool, Nullable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Equals, (Nullable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x0187C6F0, int32_t, Nullable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__GetHashCode, (Nullable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01772F20, InputControlLayout_ControlItem, Nullable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__GetValueOrDefault, (Nullable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187C4A0, InputControlLayout_ControlItem, Nullable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__GetValueOrDefault_1, (Nullable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem defaultValue, MethodInfo * method)); DO_APP_FUNC(0x0187C880, String *, Nullable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__ToString, (Nullable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187CAB0, Nullable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_, Nullable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x0187CD40, Nullable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_, Nullable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF5B0, Nullable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_HasValue, (Nullable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D660, Nullable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_HasValue__MethodInfo); DO_APP_FUNC(0x0187C400, InputControlLayout_ControlItem, Nullable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Value, (Nullable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D670, Nullable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Value__MethodInfo); DO_APP_FUNC(0x0187D080, void, Nullable_1_UnityEngine_InputSystem_InputControlScheme_MatchResult___ctor, (Nullable_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_ * __this, InputControlScheme_MatchResult value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1698, Nullable_1_UnityEngine_InputSystem_InputControlScheme_MatchResult___ctor__MethodInfo); DO_APP_FUNC(0x0187D490, Object *, Nullable_1_UnityEngine_InputSystem_InputControlScheme_MatchResult__Box, (Nullable_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_ o, MethodInfo * method)); DO_APP_FUNC(0x0187D1D0, bool, Nullable_1_UnityEngine_InputSystem_InputControlScheme_MatchResult__Equals, (Nullable_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x0187D2B0, int32_t, Nullable_1_UnityEngine_InputSystem_InputControlScheme_MatchResult__GetHashCode, (Nullable_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187D140, InputControlScheme_MatchResult, Nullable_1_UnityEngine_InputSystem_InputControlScheme_MatchResult__GetValueOrDefault, (Nullable_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC16A8, Nullable_1_UnityEngine_InputSystem_InputControlScheme_MatchResult__GetValueOrDefault__MethodInfo); DO_APP_FUNC(0x0187D170, InputControlScheme_MatchResult, Nullable_1_UnityEngine_InputSystem_InputControlScheme_MatchResult__GetValueOrDefault_1, (Nullable_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_ * __this, InputControlScheme_MatchResult defaultValue, MethodInfo * method)); DO_APP_FUNC(0x0187D3E0, String *, Nullable_1_UnityEngine_InputSystem_InputControlScheme_MatchResult__ToString, (Nullable_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187D560, Nullable_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_, Nullable_1_UnityEngine_InputSystem_InputControlScheme_MatchResult__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x0187D700, Nullable_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_, Nullable_1_UnityEngine_InputSystem_InputControlScheme_MatchResult__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF5B8, Nullable_1_UnityEngine_InputSystem_InputControlScheme_MatchResult__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_UnityEngine_InputSystem_InputControlScheme_MatchResult__get_HasValue, (Nullable_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1650, Nullable_1_UnityEngine_InputSystem_InputControlScheme_MatchResult__get_HasValue__MethodInfo); DO_APP_FUNC(0x0187D100, InputControlScheme_MatchResult, Nullable_1_UnityEngine_InputSystem_InputControlScheme_MatchResult__get_Value, (Nullable_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1648, Nullable_1_UnityEngine_InputSystem_InputControlScheme_MatchResult__get_Value__MethodInfo); DO_APP_FUNC(0x01874680, void, Nullable_1_UnityEngine_InputSystem_InputRemoting_Message___ctor, (Nullable_1_UnityEngine_InputSystem_InputRemoting_Message_ * __this, InputRemoting_Message value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91498, Nullable_1_UnityEngine_InputSystem_InputRemoting_Message___ctor__MethodInfo); DO_APP_FUNC(0x0186E000, Object *, Nullable_1_UnityEngine_InputSystem_InputRemoting_Message__Box, (Nullable_1_UnityEngine_InputSystem_InputRemoting_Message_ o, MethodInfo * method)); DO_APP_FUNC(0x0186E3C0, bool, Nullable_1_UnityEngine_InputSystem_InputRemoting_Message__Equals, (Nullable_1_UnityEngine_InputSystem_InputRemoting_Message_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC(0x0186E460, int32_t, Nullable_1_UnityEngine_InputSystem_InputRemoting_Message__GetHashCode, (Nullable_1_UnityEngine_InputSystem_InputRemoting_Message_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, InputRemoting_Message, Nullable_1_UnityEngine_InputSystem_InputRemoting_Message__GetValueOrDefault, (Nullable_1_UnityEngine_InputSystem_InputRemoting_Message_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0186DDF0, InputRemoting_Message, Nullable_1_UnityEngine_InputSystem_InputRemoting_Message__GetValueOrDefault_1, (Nullable_1_UnityEngine_InputSystem_InputRemoting_Message_ * __this, InputRemoting_Message defaultValue, MethodInfo * method)); DO_APP_FUNC(0x0187D980, String *, Nullable_1_UnityEngine_InputSystem_InputRemoting_Message__ToString, (Nullable_1_UnityEngine_InputSystem_InputRemoting_Message_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01874850, Nullable_1_UnityEngine_InputSystem_InputRemoting_Message_, Nullable_1_UnityEngine_InputSystem_InputRemoting_Message__Unbox, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x0187DA30, Nullable_1_UnityEngine_InputSystem_InputRemoting_Message_, Nullable_1_UnityEngine_InputSystem_InputRemoting_Message__UnboxExact, (Object * o, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF5A0, Nullable_1_UnityEngine_InputSystem_InputRemoting_Message__UnboxExact__MethodInfo); DO_APP_FUNC(0x00C59310, bool, Nullable_1_UnityEngine_InputSystem_InputRemoting_Message__get_HasValue, (Nullable_1_UnityEngine_InputSystem_InputRemoting_Message_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91560, Nullable_1_UnityEngine_InputSystem_InputRemoting_Message__get_HasValue__MethodInfo); DO_APP_FUNC(0x0186DDD0, InputRemoting_Message, Nullable_1_UnityEngine_InputSystem_InputRemoting_Message__get_Value, (Nullable_1_UnityEngine_InputSystem_InputRemoting_Message_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91568, Nullable_1_UnityEngine_InputSystem_InputRemoting_Message__get_Value__MethodInfo); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_OGnquKiqUWBFjsWZscaeHphDjoDc_1_System_Object___ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_OGnquKiqUWBFjsWZscaeHphDjoDc_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_ArraySegment_1___ctor, (ObjectComparer_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DC40, int32_t, ObjectComparer_1_System_ArraySegment_1__Compare, (ObjectComparer_1_System_ArraySegment_1_ * __this, ArraySegment_1_Byte_ x, ArraySegment_1_Byte_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_ArraySegment_1__Equals, (ObjectComparer_1_System_ArraySegment_1_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_ArraySegment_1__GetHashCode, (ObjectComparer_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor, (ObjectComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDF0, int32_t, ObjectComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Compare, (ObjectComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, AsyncOperationHandle_1_System_Object_ x, AsyncOperationHandle_1_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Equals, (ObjectComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__GetHashCode, (ObjectComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta___ctor, (ObjectComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DF10, int32_t, ObjectComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Compare, (ObjectComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ x, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Equals, (ObjectComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__GetHashCode, (ObjectComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry___ctor, (ObjectComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187E030, int32_t, ObjectComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry__Compare, (ObjectComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, IntervalTree_1_T_Entry_System_Object_ x, IntervalTree_1_T_Entry_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry__Equals, (ObjectComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry__GetHashCode, (ObjectComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb___ctor, (ObjectComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187E150, int32_t, ObjectComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Compare, (ObjectComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ x, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Equals, (ObjectComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__GetHashCode, (ObjectComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1__ctor, (ObjectComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0187E260, int32_t, ObjectComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Compare, (ObjectComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ x, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Equals, (ObjectComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_GetHashCode, (ObjectComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2__ctor, (ObjectComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0187E370, int32_t, ObjectComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Compare, (ObjectComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ x, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Equals, (ObjectComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_GetHashCode, (ObjectComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_KeyValuePair_2_System_Guid_System_Object___ctor, (ObjectComparer_1_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187E490, int32_t, ObjectComparer_1_KeyValuePair_2_System_Guid_System_Object__Compare, (ObjectComparer_1_KeyValuePair_2_System_Guid_System_Object_ * __this, KeyValuePair_2_System_Guid_System_Object_ x, KeyValuePair_2_System_Guid_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_KeyValuePair_2_System_Guid_System_Object__Equals, (ObjectComparer_1_KeyValuePair_2_System_Guid_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_KeyValuePair_2_System_Guid_System_Object__GetHashCode, (ObjectComparer_1_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_KeyValuePair_2_System_Int32_System_Int32___ctor, (ObjectComparer_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187E5B0, int32_t, ObjectComparer_1_KeyValuePair_2_System_Int32_System_Int32__Compare, (ObjectComparer_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, KeyValuePair_2_System_Int32_System_Int32_ x, KeyValuePair_2_System_Int32_System_Int32_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_KeyValuePair_2_System_Int32_System_Int32__Equals, (ObjectComparer_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_KeyValuePair_2_System_Int32_System_Int32__GetHashCode, (ObjectComparer_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_KeyValuePair_2_System_Int32_System_Object___ctor, (ObjectComparer_1_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187E6B0, int32_t, ObjectComparer_1_KeyValuePair_2_System_Int32_System_Object__Compare, (ObjectComparer_1_KeyValuePair_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object_ x, KeyValuePair_2_System_Int32_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_KeyValuePair_2_System_Int32_System_Object__Equals, (ObjectComparer_1_KeyValuePair_2_System_Int32_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_KeyValuePair_2_System_Int32_System_Object__GetHashCode, (ObjectComparer_1_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_KeyValuePair_2_System_Int32Enum_System_Object___ctor, (ObjectComparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187E7C0, int32_t, ObjectComparer_1_KeyValuePair_2_System_Int32Enum_System_Object__Compare, (ObjectComparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, KeyValuePair_2_System_Int32Enum_System_Object_ x, KeyValuePair_2_System_Int32Enum_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_KeyValuePair_2_System_Int32Enum_System_Object__Equals, (ObjectComparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_KeyValuePair_2_System_Int32Enum_System_Object__GetHashCode, (ObjectComparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1___ctor, (ObjectComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187E8D0, int32_t, ObjectComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1__Compare, (ObjectComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, KeyValuePair_2_System_Object_System_ArraySegment_1_ x, KeyValuePair_2_System_Object_System_ArraySegment_1_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1__Equals, (ObjectComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1__GetHashCode, (ObjectComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_KeyValuePair_2_System_Object_System_Char___ctor, (ObjectComparer_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187E9F0, int32_t, ObjectComparer_1_KeyValuePair_2_System_Object_System_Char__Compare, (ObjectComparer_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ x, KeyValuePair_2_System_Object_System_Char_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_KeyValuePair_2_System_Object_System_Char__Equals, (ObjectComparer_1_KeyValuePair_2_System_Object_System_Char_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_KeyValuePair_2_System_Object_System_Char__GetHashCode, (ObjectComparer_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_KeyValuePair_2_System_Object_System_Object___ctor, (ObjectComparer_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187EB00, int32_t, ObjectComparer_1_KeyValuePair_2_System_Object_System_Object__Compare, (ObjectComparer_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ x, KeyValuePair_2_System_Object_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_KeyValuePair_2_System_Object_System_Object__Equals, (ObjectComparer_1_KeyValuePair_2_System_Object_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_KeyValuePair_2_System_Object_System_Object__GetHashCode, (ObjectComparer_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (ObjectComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187EC10, int32_t, ObjectComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Compare, (ObjectComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ x, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Equals, (ObjectComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__GetHashCode, (ObjectComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object___ctor, (ObjectComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187ED70, int32_t, ObjectComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__Compare, (ObjectComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ x, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__Equals, (ObjectComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__GetHashCode, (ObjectComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (ObjectComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187EE80, int32_t, ObjectComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__Compare, (ObjectComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ x, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__Equals, (ObjectComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__GetHashCode, (ObjectComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_KeyValuePair_2_System_UInt16_System_Object___ctor, (ObjectComparer_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187EF90, int32_t, ObjectComparer_1_KeyValuePair_2_System_UInt16_System_Object__Compare, (ObjectComparer_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, KeyValuePair_2_System_UInt16_System_Object_ x, KeyValuePair_2_System_UInt16_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_KeyValuePair_2_System_UInt16_System_Object__Equals, (ObjectComparer_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_KeyValuePair_2_System_UInt16_System_Object__GetHashCode, (ObjectComparer_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_KeyValuePair_2_System_UInt64_System_Object___ctor, (ObjectComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187F0A0, int32_t, ObjectComparer_1_KeyValuePair_2_System_UInt64_System_Object__Compare, (ObjectComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ x, KeyValuePair_2_System_UInt64_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_KeyValuePair_2_System_UInt64_System_Object__Equals, (ObjectComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_KeyValuePair_2_System_UInt64_System_Object__GetHashCode, (ObjectComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Unity_Collections_NativeArray_1___ctor, (ObjectComparer_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187F1B0, int32_t, ObjectComparer_1_Unity_Collections_NativeArray_1__Compare, (ObjectComparer_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_System_UInt16_ x, NativeArray_1_System_UInt16_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Unity_Collections_NativeArray_1__Equals, (ObjectComparer_1_Unity_Collections_NativeArray_1_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Unity_Collections_NativeArray_1__GetHashCode, (ObjectComparer_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Unity_Collections_NativeArray_1__1__ctor, (ObjectComparer_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0187F2C0, int32_t, ObjectComparer_1_Unity_Collections_NativeArray_1__1_Compare, (ObjectComparer_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_UnityEngine_UIElements_Vertex_ x, NativeArray_1_UnityEngine_UIElements_Vertex_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Unity_Collections_NativeArray_1__1_Equals, (ObjectComparer_1_Unity_Collections_NativeArray_1__1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Unity_Collections_NativeArray_1__1_GetHashCode, (ObjectComparer_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo___ctor, (ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187F3D0, int32_t, ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Compare, (ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ x, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Equals, (ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__GetHashCode, (ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Photon_Bolt_Collections_STuple_2___ctor, (ObjectComparer_1_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187F4E0, int32_t, ObjectComparer_1_Photon_Bolt_Collections_STuple_2__Compare, (ObjectComparer_1_Photon_Bolt_Collections_STuple_2_ * __this, STuple_2_System_Object_System_Object_ x, STuple_2_System_Object_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Photon_Bolt_Collections_STuple_2__Equals, (ObjectComparer_1_Photon_Bolt_Collections_STuple_2_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Photon_Bolt_Collections_STuple_2__GetHashCode, (ObjectComparer_1_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_ValueTuple_1___ctor, (ObjectComparer_1_System_ValueTuple_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187F5F0, int32_t, ObjectComparer_1_System_ValueTuple_1__Compare, (ObjectComparer_1_System_ValueTuple_1_ * __this, ValueTuple_1_Boolean_ x, ValueTuple_1_Boolean_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_ValueTuple_1__Equals, (ObjectComparer_1_System_ValueTuple_1_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_ValueTuple_1__GetHashCode, (ObjectComparer_1_System_ValueTuple_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_ValueTuple_2___ctor, (ObjectComparer_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187F6F0, int32_t, ObjectComparer_1_System_ValueTuple_2__Compare, (ObjectComparer_1_System_ValueTuple_2_ * __this, ValueTuple_2_Int32_Object_ x, ValueTuple_2_Int32_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_ValueTuple_2__Equals, (ObjectComparer_1_System_ValueTuple_2_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_ValueTuple_2__GetHashCode, (ObjectComparer_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_ValueTuple_2__1__ctor, (ObjectComparer_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0187F800, int32_t, ObjectComparer_1_System_ValueTuple_2__1_Compare, (ObjectComparer_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int_ x, ValueTuple_2_Int32_UnityEngine_Vector2Int_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_ValueTuple_2__1_Equals, (ObjectComparer_1_System_ValueTuple_2__1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_ValueTuple_2__1_GetHashCode, (ObjectComparer_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_ValueTuple_2__2__ctor, (ObjectComparer_1_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0187F920, int32_t, ObjectComparer_1_System_ValueTuple_2__2_Compare, (ObjectComparer_1_System_ValueTuple_2__2 * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ x, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_ValueTuple_2__2_Equals, (ObjectComparer_1_System_ValueTuple_2__2 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_ValueTuple_2__2_GetHashCode, (ObjectComparer_1_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_ValueTuple_2__3__ctor, (ObjectComparer_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0187FA40, int32_t, ObjectComparer_1_System_ValueTuple_2__3_Compare, (ObjectComparer_1_System_ValueTuple_2__3 * __this, ValueTuple_2_Object_Int32_ x, ValueTuple_2_Object_Int32_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_ValueTuple_2__3_Equals, (ObjectComparer_1_System_ValueTuple_2__3 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_ValueTuple_2__3_GetHashCode, (ObjectComparer_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_ValueTuple_2__4__ctor, (ObjectComparer_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x0187FB50, int32_t, ObjectComparer_1_System_ValueTuple_2__4_Compare, (ObjectComparer_1_System_ValueTuple_2__4 * __this, ValueTuple_2_Object_Object_ x, ValueTuple_2_Object_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_ValueTuple_2__4_Equals, (ObjectComparer_1_System_ValueTuple_2__4 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_ValueTuple_2__4_GetHashCode, (ObjectComparer_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_ValueTuple_2__5__ctor, (ObjectComparer_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x0187FC60, int32_t, ObjectComparer_1_System_ValueTuple_2__5_Compare, (ObjectComparer_1_System_ValueTuple_2__5 * __this, ValueTuple_2_UnityEngine_Vector3Int_Object_ x, ValueTuple_2_UnityEngine_Vector3Int_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_ValueTuple_2__5_Equals, (ObjectComparer_1_System_ValueTuple_2__5 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_ValueTuple_2__5_GetHashCode, (ObjectComparer_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_ValueTuple_2__6__ctor, (ObjectComparer_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x0187FD80, int32_t, ObjectComparer_1_System_ValueTuple_2__6_Compare, (ObjectComparer_1_System_ValueTuple_2__6 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ x, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_ValueTuple_2__6_Equals, (ObjectComparer_1_System_ValueTuple_2__6 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_ValueTuple_2__6_GetHashCode, (ObjectComparer_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_ValueTuple_2__7__ctor, (ObjectComparer_1_System_ValueTuple_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x0187FED0, int32_t, ObjectComparer_1_System_ValueTuple_2__7_Compare, (ObjectComparer_1_System_ValueTuple_2__7 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ x, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_ValueTuple_2__7_Equals, (ObjectComparer_1_System_ValueTuple_2__7 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_ValueTuple_2__7_GetHashCode, (ObjectComparer_1_System_ValueTuple_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_AnimatorClipInfo___ctor, (ObjectComparer_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01880000, int32_t, ObjectComparer_1_UnityEngine_AnimatorClipInfo__Compare, (ObjectComparer_1_UnityEngine_AnimatorClipInfo_ * __this, AnimatorClipInfo x, AnimatorClipInfo y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_AnimatorClipInfo__Equals, (ObjectComparer_1_UnityEngine_AnimatorClipInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_AnimatorClipInfo__GetHashCode, (ObjectComparer_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor, (ObjectComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01880100, int32_t, ObjectComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Compare, (ObjectComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle x, AsyncOperationHandle y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Equals, (ObjectComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__GetHashCode, (ObjectComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (ObjectComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01880220, int32_t, ObjectComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Compare, (ObjectComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer x, BoltPeer y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Equals, (ObjectComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer__GetHashCode, (ObjectComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit___ctor, (ObjectComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01880320, int32_t, ObjectComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Compare, (ObjectComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, BoltPhysicsHit x, BoltPhysicsHit y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Equals, (ObjectComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__GetHashCode, (ObjectComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_BoneWeight___ctor, (ObjectComparer_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01880440, int32_t, ObjectComparer_1_UnityEngine_BoneWeight__Compare, (ObjectComparer_1_UnityEngine_BoneWeight_ * __this, BoneWeight x, BoneWeight y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_BoneWeight__Equals, (ObjectComparer_1_UnityEngine_BoneWeight_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_BoneWeight__GetHashCode, (ObjectComparer_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_Boolean___ctor, (ObjectComparer_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01880560, int32_t, ObjectComparer_1_System_Boolean__Compare, (ObjectComparer_1_System_Boolean_ * __this, bool x, bool y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_Boolean__Equals, (ObjectComparer_1_System_Boolean_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_Boolean__GetHashCode, (ObjectComparer_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_Byte___ctor, (ObjectComparer_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01880660, int32_t, ObjectComparer_1_System_Byte__Compare, (ObjectComparer_1_System_Byte_ * __this, uint8_t x, uint8_t y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_Byte__Equals, (ObjectComparer_1_System_Byte_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_Byte__GetHashCode, (ObjectComparer_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_Threading_CancellationToken___ctor, (ObjectComparer_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01880760, int32_t, ObjectComparer_1_System_Threading_CancellationToken__Compare, (ObjectComparer_1_System_Threading_CancellationToken_ * __this, CancellationToken x, CancellationToken y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_Threading_CancellationToken__Equals, (ObjectComparer_1_System_Threading_CancellationToken_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_Threading_CancellationToken__GetHashCode, (ObjectComparer_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_Char___ctor, (ObjectComparer_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01880860, int32_t, ObjectComparer_1_System_Char__Compare, (ObjectComparer_1_System_Char_ * __this, uint16_t x, uint16_t y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_Char__Equals, (ObjectComparer_1_System_Char_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_Char__GetHashCode, (ObjectComparer_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Dissonance_Networking_ClientInfo___ctor, (ObjectComparer_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01880960, int32_t, ObjectComparer_1_Dissonance_Networking_ClientInfo__Compare, (ObjectComparer_1_Dissonance_Networking_ClientInfo_ * __this, ClientInfo x, ClientInfo y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Dissonance_Networking_ClientInfo__Equals, (ObjectComparer_1_Dissonance_Networking_ClientInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Dissonance_Networking_ClientInfo__GetHashCode, (ObjectComparer_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Color___ctor, (ObjectComparer_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01880A80, int32_t, ObjectComparer_1_UnityEngine_Color__Compare, (ObjectComparer_1_UnityEngine_Color_ * __this, Color x, Color y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Color__Equals, (ObjectComparer_1_UnityEngine_Color_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Color__GetHashCode, (ObjectComparer_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Color32___ctor, (ObjectComparer_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01880B90, int32_t, ObjectComparer_1_UnityEngine_Color32__Compare, (ObjectComparer_1_UnityEngine_Color32_ * __this, Color32 x, Color32 y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Color32__Equals, (ObjectComparer_1_UnityEngine_Color32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Color32__GetHashCode, (ObjectComparer_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_CombineInstance___ctor, (ObjectComparer_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01880C90, int32_t, ObjectComparer_1_UnityEngine_CombineInstance__Compare, (ObjectComparer_1_UnityEngine_CombineInstance_ * __this, CombineInstance x, CombineInstance y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_CombineInstance__Equals, (ObjectComparer_1_UnityEngine_CombineInstance_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_CombineInstance__GetHashCode, (ObjectComparer_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_ComputedTransitionProperty___ctor, (ObjectComparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01880E30, int32_t, ObjectComparer_1_UnityEngine_UIElements_ComputedTransitionProperty__Compare, (ObjectComparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, ComputedTransitionProperty x, ComputedTransitionProperty y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_ComputedTransitionProperty__Equals, (ObjectComparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_ComputedTransitionProperty__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Pathfinding_Connection___ctor, (ObjectComparer_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01880F50, int32_t, ObjectComparer_1_Pathfinding_Connection__Compare, (ObjectComparer_1_Pathfinding_Connection_ * __this, Connection x, Connection y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Pathfinding_Connection__Equals, (ObjectComparer_1_Pathfinding_Connection_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Pathfinding_Connection__GetHashCode, (ObjectComparer_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Rewired_ControllerPollingInfo___ctor, (ObjectComparer_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01881060, int32_t, ObjectComparer_1_Rewired_ControllerPollingInfo__Compare, (ObjectComparer_1_Rewired_ControllerPollingInfo_ * __this, ControllerPollingInfo x, ControllerPollingInfo y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Rewired_ControllerPollingInfo__Equals, (ObjectComparer_1_Rewired_ControllerPollingInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Rewired_ControllerPollingInfo__GetHashCode, (ObjectComparer_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Rewired_ControllerTemplateElementTarget___ctor, (ObjectComparer_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018811B0, int32_t, ObjectComparer_1_Rewired_ControllerTemplateElementTarget__Compare, (ObjectComparer_1_Rewired_ControllerTemplateElementTarget_ * __this, ControllerTemplateElementTarget x, ControllerTemplateElementTarget y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Rewired_ControllerTemplateElementTarget__Equals, (ObjectComparer_1_Rewired_ControllerTemplateElementTarget_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Rewired_ControllerTemplateElementTarget__GetHashCode, (ObjectComparer_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_SplineMesh_CurveSample___ctor, (ObjectComparer_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018812C0, int32_t, ObjectComparer_1_SplineMesh_CurveSample__Compare, (ObjectComparer_1_SplineMesh_CurveSample_ * __this, CurveSample x, CurveSample y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_SplineMesh_CurveSample__Equals, (ObjectComparer_1_SplineMesh_CurveSample_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_SplineMesh_CurveSample__GetHashCode, (ObjectComparer_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_DateTime___ctor, (ObjectComparer_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01881430, int32_t, ObjectComparer_1_System_DateTime__Compare, (ObjectComparer_1_System_DateTime_ * __this, DateTime x, DateTime y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_DateTime__Equals, (ObjectComparer_1_System_DateTime_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_DateTime__GetHashCode, (ObjectComparer_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_DateTimeOffset___ctor, (ObjectComparer_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01881530, int32_t, ObjectComparer_1_System_DateTimeOffset__Compare, (ObjectComparer_1_System_DateTimeOffset_ * __this, DateTimeOffset x, DateTimeOffset y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_DateTimeOffset__Equals, (ObjectComparer_1_System_DateTimeOffset_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_DateTimeOffset__GetHashCode, (ObjectComparer_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_Decimal___ctor, (ObjectComparer_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01881640, int32_t, ObjectComparer_1_System_Decimal__Compare, (ObjectComparer_1_System_Decimal_ * __this, Decimal x, Decimal y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_Decimal__Equals, (ObjectComparer_1_System_Decimal_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_Decimal__GetHashCode, (ObjectComparer_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor, (ObjectComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01881750, int32_t, ObjectComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Compare, (ObjectComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent x, DiagnosticEvent y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Equals, (ObjectComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__GetHashCode, (ObjectComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_Double___ctor, (ObjectComparer_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01881880, int32_t, ObjectComparer_1_System_Double__Compare, (ObjectComparer_1_System_Double_ * __this, double x, double y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_Double__Equals, (ObjectComparer_1_System_Double_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_Double__GetHashCode, (ObjectComparer_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_EasingFunction___ctor, (ObjectComparer_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01881990, int32_t, ObjectComparer_1_UnityEngine_UIElements_EasingFunction__Compare, (ObjectComparer_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction x, EasingFunction y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_EasingFunction__Equals, (ObjectComparer_1_UnityEngine_UIElements_EasingFunction_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_EasingFunction__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Rewired_ElementAssignmentConflictInfo___ctor, (ObjectComparer_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01881A90, int32_t, ObjectComparer_1_Rewired_ElementAssignmentConflictInfo__Compare, (ObjectComparer_1_Rewired_ElementAssignmentConflictInfo_ * __this, ElementAssignmentConflictInfo x, ElementAssignmentConflictInfo y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Rewired_ElementAssignmentConflictInfo__Equals, (ObjectComparer_1_Rewired_ElementAssignmentConflictInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Rewired_ElementAssignmentConflictInfo__GetHashCode, (ObjectComparer_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Discord_Entitlement___ctor, (ObjectComparer_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01881BD0, int32_t, ObjectComparer_1_Discord_Entitlement__Compare, (ObjectComparer_1_Discord_Entitlement_ * __this, Entitlement x, Entitlement y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Discord_Entitlement__Equals, (ObjectComparer_1_Discord_Entitlement_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Discord_Entitlement__GetHashCode, (ObjectComparer_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Photon_Bolt_EventReliable___ctor, (ObjectComparer_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01881CF0, int32_t, ObjectComparer_1_Photon_Bolt_EventReliable__Compare, (ObjectComparer_1_Photon_Bolt_EventReliable_ * __this, EventReliable x, EventReliable y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Photon_Bolt_EventReliable__Equals, (ObjectComparer_1_Photon_Bolt_EventReliable_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Photon_Bolt_EventReliable__GetHashCode, (ObjectComparer_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Photon_Bolt_EventUnreliable___ctor, (ObjectComparer_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01881E00, int32_t, ObjectComparer_1_Photon_Bolt_EventUnreliable__Compare, (ObjectComparer_1_Photon_Bolt_EventUnreliable_ * __this, EventUnreliable x, EventUnreliable y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Photon_Bolt_EventUnreliable__Equals, (ObjectComparer_1_Photon_Bolt_EventUnreliable_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Photon_Bolt_EventUnreliable__GetHashCode, (ObjectComparer_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Discord_FileStat___ctor, (ObjectComparer_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01881F20, int32_t, ObjectComparer_1_Discord_FileStat__Compare, (ObjectComparer_1_Discord_FileStat_ * __this, FileStat x, FileStat y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Discord_FileStat__Equals, (ObjectComparer_1_Discord_FileStat_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Discord_FileStat__GetHashCode, (ObjectComparer_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor, (ObjectComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01882040, int32_t, ObjectComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Compare, (ObjectComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord x, GlyphPairAdjustmentRecord y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Equals, (ObjectComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__GetHashCode, (ObjectComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_TextCore_GlyphRect___ctor, (ObjectComparer_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01882180, int32_t, ObjectComparer_1_UnityEngine_TextCore_GlyphRect__Compare, (ObjectComparer_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect x, GlyphRect y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_TextCore_GlyphRect__Equals, (ObjectComparer_1_UnityEngine_TextCore_GlyphRect_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_TextCore_GlyphRect__GetHashCode, (ObjectComparer_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_Guid___ctor, (ObjectComparer_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01882290, int32_t, ObjectComparer_1_System_Guid__Compare, (ObjectComparer_1_System_Guid_ * __this, Guid x, Guid y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_Guid__Equals, (ObjectComparer_1_System_Guid_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_Guid__GetHashCode, (ObjectComparer_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Rewired_InputActionSourceData___ctor, (ObjectComparer_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018823A0, int32_t, ObjectComparer_1_Rewired_InputActionSourceData__Compare, (ObjectComparer_1_Rewired_InputActionSourceData_ * __this, InputActionSourceData x, InputActionSourceData y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Rewired_InputActionSourceData__Equals, (ObjectComparer_1_Rewired_InputActionSourceData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Rewired_InputActionSourceData__GetHashCode, (ObjectComparer_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_InputSystem_InputBinding___ctor, (ObjectComparer_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018824C0, int32_t, ObjectComparer_1_UnityEngine_InputSystem_InputBinding__Compare, (ObjectComparer_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding x, InputBinding y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_InputSystem_InputBinding__Equals, (ObjectComparer_1_UnityEngine_InputSystem_InputBinding_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_InputSystem_InputBinding__GetHashCode, (ObjectComparer_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_XR_InputDevice___ctor, (ObjectComparer_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01882640, int32_t, ObjectComparer_1_UnityEngine_XR_InputDevice__Compare, (ObjectComparer_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1 x, InputDevice_1 y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_XR_InputDevice__Equals, (ObjectComparer_1_UnityEngine_XR_InputDevice_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_XR_InputDevice__GetHashCode, (ObjectComparer_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription___ctor, (ObjectComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01882750, int32_t, ObjectComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Compare, (ObjectComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription x, InputDeviceDescription y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Equals, (ObjectComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__GetHashCode, (ObjectComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr___ctor, (ObjectComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018828A0, int32_t, ObjectComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Compare, (ObjectComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr x, InputEventPtr y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Equals, (ObjectComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__GetHashCode, (ObjectComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_Int16___ctor, (ObjectComparer_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018829A0, int32_t, ObjectComparer_1_System_Int16__Compare, (ObjectComparer_1_System_Int16_ * __this, int16_t x, int16_t y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_Int16__Equals, (ObjectComparer_1_System_Int16_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_Int16__GetHashCode, (ObjectComparer_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Pathfinding_Int3___ctor, (ObjectComparer_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01882AA0, int32_t, ObjectComparer_1_Pathfinding_Int3__Compare, (ObjectComparer_1_Pathfinding_Int3_ * __this, Int3 x, Int3 y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Pathfinding_Int3__Equals, (ObjectComparer_1_Pathfinding_Int3_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Pathfinding_Int3__GetHashCode, (ObjectComparer_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_Int32___ctor, (ObjectComparer_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01882BC0, int32_t, ObjectComparer_1_System_Int32__Compare, (ObjectComparer_1_System_Int32_ * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_Int32__Equals, (ObjectComparer_1_System_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_Int32__GetHashCode, (ObjectComparer_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_Int32Enum___ctor, (ObjectComparer_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01882CC0, int32_t, ObjectComparer_1_System_Int32Enum__Compare, (ObjectComparer_1_System_Int32Enum_ * __this, Int32Enum__Enum x, Int32Enum__Enum y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_Int32Enum__Equals, (ObjectComparer_1_System_Int32Enum_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_Int32Enum__GetHashCode, (ObjectComparer_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_Int64___ctor, (ObjectComparer_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01882DC0, int32_t, ObjectComparer_1_System_Int64__Compare, (ObjectComparer_1_System_Int64_ * __this, int64_t x, int64_t y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_Int64__Equals, (ObjectComparer_1_System_Int64_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_Int64__GetHashCode, (ObjectComparer_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Pathfinding_ClipperLib_IntPoint___ctor, (ObjectComparer_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01882EC0, int32_t, ObjectComparer_1_Pathfinding_ClipperLib_IntPoint__Compare, (ObjectComparer_1_Pathfinding_ClipperLib_IntPoint_ * __this, IntPoint x, IntPoint y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Pathfinding_ClipperLib_IntPoint__Equals, (ObjectComparer_1_Pathfinding_ClipperLib_IntPoint_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Pathfinding_ClipperLib_IntPoint__GetHashCode, (ObjectComparer_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_IntPtr___ctor, (ObjectComparer_1_System_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01882FD0, int32_t, ObjectComparer_1_System_IntPtr__Compare, (ObjectComparer_1_System_IntPtr_ * __this, void * x, void * y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_IntPtr__Equals, (ObjectComparer_1_System_IntPtr_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_IntPtr__GetHashCode, (ObjectComparer_1_System_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Pathfinding_IntRect___ctor, (ObjectComparer_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018830D0, int32_t, ObjectComparer_1_Pathfinding_IntRect__Compare, (ObjectComparer_1_Pathfinding_IntRect_ * __this, IntRect x, IntRect y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Pathfinding_IntRect__Equals, (ObjectComparer_1_Pathfinding_IntRect_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Pathfinding_IntRect__GetHashCode, (ObjectComparer_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_InputSystem_Utilities_InternedString___ctor, (ObjectComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018831E0, int32_t, ObjectComparer_1_UnityEngine_InputSystem_Utilities_InternedString__Compare, (ObjectComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString x, InternedString y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_InputSystem_Utilities_InternedString__Equals, (ObjectComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_InputSystem_Utilities_InternedString__GetHashCode, (ObjectComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo___ctor, (ObjectComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018832F0, int32_t, ObjectComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Compare, (ObjectComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, InterpretedFrameInfo x, InterpretedFrameInfo y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Equals, (ObjectComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__GetHashCode, (ObjectComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Timeline_IntervalTreeNode___ctor, (ObjectComparer_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01883400, int32_t, ObjectComparer_1_UnityEngine_Timeline_IntervalTreeNode__Compare, (ObjectComparer_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IntervalTreeNode x, IntervalTreeNode y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Timeline_IntervalTreeNode__Equals, (ObjectComparer_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Timeline_IntervalTreeNode__GetHashCode, (ObjectComparer_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount___ctor, (ObjectComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01883520, int32_t, ObjectComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Compare, (ObjectComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, ItemDefinitionAmount x, ItemDefinitionAmount y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Equals, (ObjectComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__GetHashCode, (ObjectComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_KickedPlayer___ctor, (ObjectComparer_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01883640, int32_t, ObjectComparer_1_KickedPlayer__Compare, (ObjectComparer_1_KickedPlayer_ * __this, KickedPlayer x, KickedPlayer y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_KickedPlayer__Equals, (ObjectComparer_1_KickedPlayer_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_KickedPlayer__GetHashCode, (ObjectComparer_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_LayerMask___ctor, (ObjectComparer_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01883750, int32_t, ObjectComparer_1_UnityEngine_LayerMask__Compare, (ObjectComparer_1_UnityEngine_LayerMask_ * __this, LayerMask x, LayerMask y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_LayerMask__Equals, (ObjectComparer_1_UnityEngine_LayerMask_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_LayerMask__GetHashCode, (ObjectComparer_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter___ctor, (ObjectComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01883850, int32_t, ObjectComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter__Compare, (ObjectComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter x, ManipulatorActivationFilter y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter__Equals, (ObjectComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Matrix4x4___ctor, (ObjectComparer_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01883970, int32_t, ObjectComparer_1_UnityEngine_Matrix4x4__Compare, (ObjectComparer_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4 x, Matrix4x4 y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Matrix4x4__Equals, (ObjectComparer_1_UnityEngine_Matrix4x4_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Matrix4x4__GetHashCode, (ObjectComparer_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters___ctor, (ObjectComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01883AC0, int32_t, ObjectComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Compare, (ObjectComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, NameAndParameters x, NameAndParameters y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Equals, (ObjectComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters__GetHashCode, (ObjectComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_InputSystem_Utilities_NamedValue___ctor, (ObjectComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01883BE0, int32_t, ObjectComparer_1_UnityEngine_InputSystem_Utilities_NamedValue__Compare, (ObjectComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue x, NamedValue y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_InputSystem_Utilities_NamedValue__Equals, (ObjectComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_InputSystem_Utilities_NamedValue__GetHashCode, (ObjectComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Photon_Bolt_NetworkPropertyInfo___ctor, (ObjectComparer_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01883D00, int32_t, ObjectComparer_1_Photon_Bolt_NetworkPropertyInfo__Compare, (ObjectComparer_1_Photon_Bolt_NetworkPropertyInfo_ * __this, NetworkPropertyInfo x, NetworkPropertyInfo y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Photon_Bolt_NetworkPropertyInfo__Equals, (ObjectComparer_1_Photon_Bolt_NetworkPropertyInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Photon_Bolt_NetworkPropertyInfo__GetHashCode, (ObjectComparer_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_Object___ctor, (ObjectComparer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01883E20, int32_t, ObjectComparer_1_System_Object__Compare, (ObjectComparer_1_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_Object__Equals, (ObjectComparer_1_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_Object__GetHashCode, (ObjectComparer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData___ctor, (ObjectComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01883EA0, int32_t, ObjectComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Compare, (ObjectComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, ObjectInitializationData x, ObjectInitializationData y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Equals, (ObjectComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__GetHashCode, (ObjectComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Dissonance_Networking_Client_OpenChannel___ctor, (ObjectComparer_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01883FD0, int32_t, ObjectComparer_1_Dissonance_Networking_Client_OpenChannel__Compare, (ObjectComparer_1_Dissonance_Networking_Client_OpenChannel_ * __this, OpenChannel x, OpenChannel y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Dissonance_Networking_Client_OpenChannel__Equals, (ObjectComparer_1_Dissonance_Networking_Client_OpenChannel_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Dissonance_Networking_Client_OpenChannel__GetHashCode, (ObjectComparer_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Photon_Bolt_Internal_PacketStats___ctor, (ObjectComparer_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018840F0, int32_t, ObjectComparer_1_Photon_Bolt_Internal_PacketStats__Compare, (ObjectComparer_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats x, PacketStats y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Photon_Bolt_Internal_PacketStats__Equals, (ObjectComparer_1_Photon_Bolt_Internal_PacketStats_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Photon_Bolt_Internal_PacketStats__GetHashCode, (ObjectComparer_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_ParticleCollisionEvent___ctor, (ObjectComparer_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01884210, int32_t, ObjectComparer_1_UnityEngine_ParticleCollisionEvent__Compare, (ObjectComparer_1_UnityEngine_ParticleCollisionEvent_ * __this, ParticleCollisionEvent x, ParticleCollisionEvent y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_ParticleCollisionEvent__Equals, (ObjectComparer_1_UnityEngine_ParticleCollisionEvent_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_ParticleCollisionEvent__GetHashCode, (ObjectComparer_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Playables_Playable___ctor, (ObjectComparer_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01884340, int32_t, ObjectComparer_1_UnityEngine_Playables_Playable__Compare, (ObjectComparer_1_UnityEngine_Playables_Playable_ * __this, Playable x, Playable y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Playables_Playable__Equals, (ObjectComparer_1_UnityEngine_Playables_Playable_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Playables_Playable__GetHashCode, (ObjectComparer_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Playables_PlayableBinding___ctor, (ObjectComparer_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01884450, int32_t, ObjectComparer_1_UnityEngine_Playables_PlayableBinding__Compare, (ObjectComparer_1_UnityEngine_Playables_PlayableBinding_ * __this, PlayableBinding x, PlayableBinding y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Playables_PlayableBinding__Equals, (ObjectComparer_1_UnityEngine_Playables_PlayableBinding_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Playables_PlayableBinding__GetHashCode, (ObjectComparer_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Photon_Bolt_Priority___ctor, (ObjectComparer_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01884570, int32_t, ObjectComparer_1_Photon_Bolt_Priority__Compare, (ObjectComparer_1_Photon_Bolt_Priority_ * __this, Priority x, Priority y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Photon_Bolt_Priority__Equals, (ObjectComparer_1_Photon_Bolt_Priority_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Photon_Bolt_Priority__GetHashCode, (ObjectComparer_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Quaternion___ctor, (ObjectComparer_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01884690, int32_t, ObjectComparer_1_UnityEngine_Quaternion__Compare, (ObjectComparer_1_UnityEngine_Quaternion_ * __this, Quaternion x, Quaternion y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Quaternion__Equals, (ObjectComparer_1_UnityEngine_Quaternion_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Quaternion__GetHashCode, (ObjectComparer_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_Xml_Schema_RangePositionInfo___ctor, (ObjectComparer_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018847A0, int32_t, ObjectComparer_1_System_Xml_Schema_RangePositionInfo__Compare, (ObjectComparer_1_System_Xml_Schema_RangePositionInfo_ * __this, RangePositionInfo x, RangePositionInfo y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_Xml_Schema_RangePositionInfo__Equals, (ObjectComparer_1_System_Xml_Schema_RangePositionInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_Xml_Schema_RangePositionInfo__GetHashCode, (ObjectComparer_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_RaycastHit___ctor, (ObjectComparer_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018848B0, int32_t, ObjectComparer_1_UnityEngine_RaycastHit__Compare, (ObjectComparer_1_UnityEngine_RaycastHit_ * __this, RaycastHit x, RaycastHit y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_RaycastHit__Equals, (ObjectComparer_1_UnityEngine_RaycastHit_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_RaycastHit__GetHashCode, (ObjectComparer_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_RaycastHit2D___ctor, (ObjectComparer_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018849F0, int32_t, ObjectComparer_1_UnityEngine_RaycastHit2D__Compare, (ObjectComparer_1_UnityEngine_RaycastHit2D_ * __this, RaycastHit2D x, RaycastHit2D y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_RaycastHit2D__Equals, (ObjectComparer_1_UnityEngine_RaycastHit2D_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_RaycastHit2D__GetHashCode, (ObjectComparer_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_EventSystems_RaycastResult___ctor, (ObjectComparer_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01884B20, int32_t, ObjectComparer_1_UnityEngine_EventSystems_RaycastResult__Compare, (ObjectComparer_1_UnityEngine_EventSystems_RaycastResult_ * __this, RaycastResult x, RaycastResult y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_EventSystems_RaycastResult__Equals, (ObjectComparer_1_UnityEngine_EventSystems_RaycastResult_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_EventSystems_RaycastResult__GetHashCode, (ObjectComparer_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Rect___ctor, (ObjectComparer_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01884C80, int32_t, ObjectComparer_1_UnityEngine_Rect__Compare, (ObjectComparer_1_UnityEngine_Rect_ * __this, Rect x, Rect y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Rect__Equals, (ObjectComparer_1_UnityEngine_Rect_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Rect__GetHashCode, (ObjectComparer_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo___ctor, (ObjectComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01884D90, int32_t, ObjectComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Compare, (ObjectComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, ReflectionProbeBlendInfo x, ReflectionProbeBlendInfo y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Equals, (ObjectComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__GetHashCode, (ObjectComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Dissonance_RemoteChannel___ctor, (ObjectComparer_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01884EA0, int32_t, ObjectComparer_1_Dissonance_RemoteChannel__Compare, (ObjectComparer_1_Dissonance_RemoteChannel_ * __this, RemoteChannel x, RemoteChannel y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Dissonance_RemoteChannel__Equals, (ObjectComparer_1_Dissonance_RemoteChannel_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Dissonance_RemoteChannel__GetHashCode, (ObjectComparer_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry___ctor, (ObjectComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01884FC0, int32_t, ObjectComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Compare, (ObjectComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, RenderChainTextEntry x, RenderChainTextEntry y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Equals, (ObjectComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Rendering_RenderTargetIdentifier___ctor, (ObjectComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018850D0, int32_t, ObjectComparer_1_UnityEngine_Rendering_RenderTargetIdentifier__Compare, (ObjectComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier x, RenderTargetIdentifier y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Rendering_RenderTargetIdentifier__Equals, (ObjectComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Rendering_RenderTargetIdentifier__GetHashCode, (ObjectComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Rendering_RendererUtils_RendererList___ctor, (ObjectComparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01885200, int32_t, ObjectComparer_1_UnityEngine_Rendering_RendererUtils_RendererList__Compare, (ObjectComparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, RendererList x, RendererList y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Rendering_RendererUtils_RendererList__Equals, (ObjectComparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Rendering_RendererUtils_RendererList__GetHashCode, (ObjectComparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle___ctor, (ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01885310, int32_t, ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Compare, (ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, RendererListHandle x, RendererListHandle y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Equals, (ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__GetHashCode, (ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Resolution___ctor, (ObjectComparer_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01885410, int32_t, ObjectComparer_1_UnityEngine_Resolution__Compare, (ObjectComparer_1_UnityEngine_Resolution_ * __this, Resolution x, Resolution y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Resolution__Equals, (ObjectComparer_1_UnityEngine_Resolution_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Resolution__GetHashCode, (ObjectComparer_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle___ctor, (ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01885530, int32_t, ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Compare, (ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, ResourceHandle x, ResourceHandle y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Equals, (ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__GetHashCode, (ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Dissonance_RoomChannel___ctor, (ObjectComparer_1_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01885630, int32_t, ObjectComparer_1_Dissonance_RoomChannel__Compare, (ObjectComparer_1_Dissonance_RoomChannel_ * __this, RoomChannel x, RoomChannel y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Dissonance_RoomChannel__Equals, (ObjectComparer_1_Dissonance_RoomChannel_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Dissonance_RoomChannel__GetHashCode, (ObjectComparer_1_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Dissonance_RoomMembership___ctor, (ObjectComparer_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01885760, int32_t, ObjectComparer_1_Dissonance_RoomMembership__Compare, (ObjectComparer_1_Dissonance_RoomMembership_ * __this, RoomMembership x, RoomMembership y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Dissonance_RoomMembership__Equals, (ObjectComparer_1_Dissonance_RoomMembership_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Dissonance_RoomMembership__GetHashCode, (ObjectComparer_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_RuleMatcher___ctor, (ObjectComparer_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01885880, int32_t, ObjectComparer_1_UnityEngine_UIElements_RuleMatcher__Compare, (ObjectComparer_1_UnityEngine_UIElements_RuleMatcher_ * __this, RuleMatcher x, RuleMatcher y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_RuleMatcher__Equals, (ObjectComparer_1_UnityEngine_UIElements_RuleMatcher_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_RuleMatcher__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_SByte___ctor, (ObjectComparer_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01885990, int32_t, ObjectComparer_1_System_SByte__Compare, (ObjectComparer_1_System_SByte_ * __this, int8_t x, int8_t y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_SByte__Equals, (ObjectComparer_1_System_SByte_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_SByte__GetHashCode, (ObjectComparer_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord___ctor, (ObjectComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01885A90, int32_t, ObjectComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Compare, (ObjectComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, SelectorMatchRecord x, SelectorMatchRecord y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Equals, (ObjectComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_Single___ctor, (ObjectComparer_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01885BB0, int32_t, ObjectComparer_1_System_Single__Compare, (ObjectComparer_1_System_Single_ * __this, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_Single__Equals, (ObjectComparer_1_System_Single_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_Single__GetHashCode, (ObjectComparer_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Discord_Sku___ctor, (ObjectComparer_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01885CC0, int32_t, ObjectComparer_1_Discord_Sku__Compare, (ObjectComparer_1_Discord_Sku_ * __this, Sku x, Sku y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Discord_Sku__Equals, (ObjectComparer_1_Discord_Sku_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Discord_Sku__GetHashCode, (ObjectComparer_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_Net_Security_SslApplicationProtocol___ctor, (ObjectComparer_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01885DF0, int32_t, ObjectComparer_1_System_Net_Security_SslApplicationProtocol__Compare, (ObjectComparer_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol x, SslApplicationProtocol y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_Net_Security_SslApplicationProtocol__Equals, (ObjectComparer_1_System_Net_Security_SslApplicationProtocol_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_Net_Security_SslApplicationProtocol__GetHashCode, (ObjectComparer_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Steamworks_SteamItemDef_t___ctor, (ObjectComparer_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01885F00, int32_t, ObjectComparer_1_Steamworks_SteamItemDef_t__Compare, (ObjectComparer_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t x, SteamItemDef_t y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Steamworks_SteamItemDef_t__Equals, (ObjectComparer_1_Steamworks_SteamItemDef_t_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Steamworks_SteamItemDef_t__GetHashCode, (ObjectComparer_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Steamworks_SteamItemDetails_t___ctor, (ObjectComparer_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01886000, int32_t, ObjectComparer_1_Steamworks_SteamItemDetails_t__Compare, (ObjectComparer_1_Steamworks_SteamItemDetails_t_ * __this, SteamItemDetails_t x, SteamItemDetails_t y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Steamworks_SteamItemDetails_t__Equals, (ObjectComparer_1_Steamworks_SteamItemDetails_t_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Steamworks_SteamItemDetails_t__GetHashCode, (ObjectComparer_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_StylePropertyName___ctor, (ObjectComparer_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01886110, int32_t, ObjectComparer_1_UnityEngine_UIElements_StylePropertyName__Compare, (ObjectComparer_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName x, StylePropertyName y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_StylePropertyName__Equals, (ObjectComparer_1_UnityEngine_UIElements_StylePropertyName_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_StylePropertyName__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor, (ObjectComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01886220, int32_t, ObjectComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Compare, (ObjectComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue x, StylePropertyValue y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Equals, (ObjectComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_StyleSelectorPart___ctor, (ObjectComparer_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01886330, int32_t, ObjectComparer_1_UnityEngine_UIElements_StyleSelectorPart__Compare, (ObjectComparer_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, StyleSelectorPart x, StyleSelectorPart y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_StyleSelectorPart__Equals, (ObjectComparer_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_StyleSelectorPart__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken___ctor, (ObjectComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01886450, int32_t, ObjectComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Compare, (ObjectComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, StyleSyntaxToken x, StyleSyntaxToken y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Equals, (ObjectComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue___ctor, (ObjectComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01886570, int32_t, ObjectComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue__Compare, (ObjectComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, StyleValue x, StyleValue y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue__Equals, (ObjectComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged___ctor, (ObjectComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01886690, int32_t, ObjectComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Compare, (ObjectComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, StyleValueManaged x, StyleValueManaged y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Equals, (ObjectComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_StyleVariable___ctor, (ObjectComparer_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018867A0, int32_t, ObjectComparer_1_UnityEngine_UIElements_StyleVariable__Compare, (ObjectComparer_1_UnityEngine_UIElements_StyleVariable_ * __this, StyleVariable x, StyleVariable y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_StyleVariable__Equals, (ObjectComparer_1_UnityEngine_UIElements_StyleVariable_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_StyleVariable__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Rendering_SubMeshDescriptor___ctor, (ObjectComparer_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018868C0, int32_t, ObjectComparer_1_UnityEngine_Rendering_SubMeshDescriptor__Compare, (ObjectComparer_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, SubMeshDescriptor x, SubMeshDescriptor y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Rendering_SubMeshDescriptor__Equals, (ObjectComparer_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Rendering_SubMeshDescriptor__GetHashCode, (ObjectComparer_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_InputSystem_Utilities_Substring___ctor, (ObjectComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018869F0, int32_t, ObjectComparer_1_UnityEngine_InputSystem_Utilities_Substring__Compare, (ObjectComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring x, Substring y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_InputSystem_Utilities_Substring__Equals, (ObjectComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_InputSystem_Utilities_Substring__GetHashCode, (ObjectComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_TimeSpan___ctor, (ObjectComparer_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01886B00, int32_t, ObjectComparer_1_System_TimeSpan__Compare, (ObjectComparer_1_System_TimeSpan_ * __this, TimeSpan x, TimeSpan y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_TimeSpan__Equals, (ObjectComparer_1_System_TimeSpan_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_TimeSpan__GetHashCode, (ObjectComparer_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_TimeValue___ctor, (ObjectComparer_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01886C00, int32_t, ObjectComparer_1_UnityEngine_UIElements_TimeValue__Compare, (ObjectComparer_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue x, TimeValue y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_TimeValue__Equals, (ObjectComparer_1_UnityEngine_UIElements_TimeValue_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_TimeValue__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_TreeViewItemWrapper___ctor, (ObjectComparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01886D00, int32_t, ObjectComparer_1_UnityEngine_UIElements_TreeViewItemWrapper__Compare, (ObjectComparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, TreeViewItemWrapper x, TreeViewItemWrapper y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_TreeViewItemWrapper__Equals, (ObjectComparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_TreeViewItemWrapper__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Rewired_Utils_Classes_Data_TypeWrapper___ctor, (ObjectComparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01886E20, int32_t, ObjectComparer_1_Rewired_Utils_Classes_Data_TypeWrapper__Compare, (ObjectComparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, TypeWrapper x, TypeWrapper y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Rewired_Utils_Classes_Data_TypeWrapper__Equals, (ObjectComparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Rewired_Utils_Classes_Data_TypeWrapper__GetHashCode, (ObjectComparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UICharInfo___ctor, (ObjectComparer_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01886F40, int32_t, ObjectComparer_1_UnityEngine_UICharInfo__Compare, (ObjectComparer_1_UnityEngine_UICharInfo_ * __this, UICharInfo x, UICharInfo y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UICharInfo__Equals, (ObjectComparer_1_UnityEngine_UICharInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UICharInfo__GetHashCode, (ObjectComparer_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UILineInfo___ctor, (ObjectComparer_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01887060, int32_t, ObjectComparer_1_UnityEngine_UILineInfo__Compare, (ObjectComparer_1_UnityEngine_UILineInfo_ * __this, UILineInfo x, UILineInfo y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UILineInfo__Equals, (ObjectComparer_1_UnityEngine_UILineInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UILineInfo__GetHashCode, (ObjectComparer_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIVertex___ctor, (ObjectComparer_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01887170, int32_t, ObjectComparer_1_UnityEngine_UIVertex__Compare, (ObjectComparer_1_UnityEngine_UIVertex_ * __this, UIVertex x, UIVertex y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIVertex__Equals, (ObjectComparer_1_UnityEngine_UIVertex_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIVertex__GetHashCode, (ObjectComparer_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_UInt16___ctor, (ObjectComparer_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01887320, int32_t, ObjectComparer_1_System_UInt16__Compare, (ObjectComparer_1_System_UInt16_ * __this, uint16_t x, uint16_t y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_UInt16__Equals, (ObjectComparer_1_System_UInt16_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_UInt16__GetHashCode, (ObjectComparer_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_UInt32___ctor, (ObjectComparer_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01887420, int32_t, ObjectComparer_1_System_UInt32__Compare, (ObjectComparer_1_System_UInt32_ * __this, uint32_t x, uint32_t y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_UInt32__Equals, (ObjectComparer_1_System_UInt32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_UInt32__GetHashCode, (ObjectComparer_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_UInt64___ctor, (ObjectComparer_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01887520, int32_t, ObjectComparer_1_System_UInt64__Compare, (ObjectComparer_1_System_UInt64_ * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_UInt64__Equals, (ObjectComparer_1_System_UInt64_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_UInt64__GetHashCode, (ObjectComparer_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture___ctor, (ObjectComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01887620, int32_t, ObjectComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Compare, (ObjectComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, UVTexture x, UVTexture y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Equals, (ObjectComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__GetHashCode, (ObjectComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UdpKit_UdpEndPoint___ctor, (ObjectComparer_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01887740, int32_t, ObjectComparer_1_UdpKit_UdpEndPoint__Compare, (ObjectComparer_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint x, UdpEndPoint y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UdpKit_UdpEndPoint__Equals, (ObjectComparer_1_UdpKit_UdpEndPoint_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UdpKit_UdpEndPoint__GetHashCode, (ObjectComparer_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UdpKit_UdpIPv4Address___ctor, (ObjectComparer_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01887870, int32_t, ObjectComparer_1_UdpKit_UdpIPv4Address__Compare, (ObjectComparer_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address x, UdpIPv4Address y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UdpKit_UdpIPv4Address__Equals, (ObjectComparer_1_UdpKit_UdpIPv4Address_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UdpKit_UdpIPv4Address__GetHashCode, (ObjectComparer_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_InputSystem_XR_UsageHint___ctor, (ObjectComparer_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01887970, int32_t, ObjectComparer_1_UnityEngine_InputSystem_XR_UsageHint__Compare, (ObjectComparer_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, UsageHint x, UsageHint y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_InputSystem_XR_UsageHint__Equals, (ObjectComparer_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_InputSystem_XR_UsageHint__GetHashCode, (ObjectComparer_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Discord_User___ctor, (ObjectComparer_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01887A70, int32_t, ObjectComparer_1_Discord_User__Compare, (ObjectComparer_1_Discord_User_ * __this, User x, User y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Discord_User__Equals, (ObjectComparer_1_Discord_User_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Discord_User__GetHashCode, (ObjectComparer_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Vector2___ctor, (ObjectComparer_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01887BA0, int32_t, ObjectComparer_1_UnityEngine_Vector2__Compare, (ObjectComparer_1_UnityEngine_Vector2_ * __this, Vector2 x, Vector2 y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Vector2__Equals, (ObjectComparer_1_UnityEngine_Vector2_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Vector2__GetHashCode, (ObjectComparer_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Vector2Int___ctor, (ObjectComparer_1_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01887CB0, int32_t, ObjectComparer_1_UnityEngine_Vector2Int__Compare, (ObjectComparer_1_UnityEngine_Vector2Int_ * __this, Vector2Int x, Vector2Int y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Vector2Int__Equals, (ObjectComparer_1_UnityEngine_Vector2Int_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Vector2Int__GetHashCode, (ObjectComparer_1_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Vector3___ctor, (ObjectComparer_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01887DB0, int32_t, ObjectComparer_1_UnityEngine_Vector3__Compare, (ObjectComparer_1_UnityEngine_Vector3_ * __this, Vector3 x, Vector3 y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Vector3__Equals, (ObjectComparer_1_UnityEngine_Vector3_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Vector3__GetHashCode, (ObjectComparer_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Vector3Int___ctor, (ObjectComparer_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01887ED0, int32_t, ObjectComparer_1_UnityEngine_Vector3Int__Compare, (ObjectComparer_1_UnityEngine_Vector3Int_ * __this, Vector3Int x, Vector3Int y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Vector3Int__Equals, (ObjectComparer_1_UnityEngine_Vector3Int_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Vector3Int__GetHashCode, (ObjectComparer_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Vector4___ctor, (ObjectComparer_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01887FF0, int32_t, ObjectComparer_1_UnityEngine_Vector4__Compare, (ObjectComparer_1_UnityEngine_Vector4_ * __this, Vector4 x, Vector4 y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Vector4__Equals, (ObjectComparer_1_UnityEngine_Vector4_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Vector4__GetHashCode, (ObjectComparer_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor___ctor, (ObjectComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01888100, int32_t, ObjectComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor__Compare, (ObjectComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor x, VertexAttributeDescriptor y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor__Equals, (ObjectComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor__GetHashCode, (ObjectComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration___ctor, (ObjectComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01888210, int32_t, ObjectComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Compare, (ObjectComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, ViewConfiguration x, ViewConfiguration y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Equals, (ObjectComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__GetHashCode, (ObjectComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Dissonance_Networking_VoicePacket___ctor, (ObjectComparer_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01888330, int32_t, ObjectComparer_1_Dissonance_Networking_VoicePacket__Compare, (ObjectComparer_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket x, VoicePacket y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Dissonance_Networking_VoicePacket__Equals, (ObjectComparer_1_Dissonance_Networking_VoicePacket_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Dissonance_Networking_VoicePacket__GetHashCode, (ObjectComparer_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Pathfinding_Voxels_VoxelContour___ctor, (ObjectComparer_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01888480, int32_t, ObjectComparer_1_Pathfinding_Voxels_VoxelContour__Compare, (ObjectComparer_1_Pathfinding_Voxels_VoxelContour_ * __this, VoxelContour x, VoxelContour y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Pathfinding_Voxels_VoxelContour__Equals, (ObjectComparer_1_Pathfinding_Voxels_VoxelContour_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Pathfinding_Voxels_VoxelContour__GetHashCode, (ObjectComparer_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES___ctor, (ObjectComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018885A0, int32_t, ObjectComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Compare, (ObjectComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Win32_IP_ADAPTER_ADDRESSES x, Win32_IP_ADAPTER_ADDRESSES y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Equals, (ObjectComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__GetHashCode, (ObjectComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO___ctor, (ObjectComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01888780, int32_t, ObjectComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Compare, (ObjectComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Win32_IP_ADAPTER_INFO x, Win32_IP_ADAPTER_INFO y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Equals, (ObjectComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__GetHashCode, (ObjectComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus___ctor, (ObjectComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01888950, int32_t, ObjectComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Compare, (ObjectComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, X509ChainStatus x, X509ChainStatus y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Equals, (ObjectComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__GetHashCode, (ObjectComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor___ctor, (ObjectComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01888A60, int32_t, ObjectComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Compare, (ObjectComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, XRFeatureDescriptor x, XRFeatureDescriptor y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Equals, (ObjectComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__GetHashCode, (ObjectComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_XR_XRNodeState___ctor, (ObjectComparer_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01888B80, int32_t, ObjectComparer_1_UnityEngine_XR_XRNodeState__Compare, (ObjectComparer_1_UnityEngine_XR_XRNodeState_ * __this, XRNodeState x, XRNodeState y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_XR_XRNodeState__Equals, (ObjectComparer_1_UnityEngine_XR_XRNodeState_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_XR_XRNodeState__GetHashCode, (ObjectComparer_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Pathfinding_AdvancedSmooth_Turn___ctor, (ObjectComparer_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01888D00, int32_t, ObjectComparer_1_Pathfinding_AdvancedSmooth_Turn__Compare, (ObjectComparer_1_Pathfinding_AdvancedSmooth_Turn_ * __this, AdvancedSmooth_Turn x, AdvancedSmooth_Turn y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Pathfinding_AdvancedSmooth_Turn__Equals, (ObjectComparer_1_Pathfinding_AdvancedSmooth_Turn_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Pathfinding_AdvancedSmooth_Turn__GetHashCode, (ObjectComparer_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo___ctor, (ObjectComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01888E10, int32_t, ObjectComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Compare, (ObjectComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, AnimationOutputWeightProcessor_WeightInfo x, AnimationOutputWeightProcessor_WeightInfo y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Equals, (ObjectComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__GetHashCode, (ObjectComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock___ctor, (ObjectComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01888F40, int32_t, ObjectComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock__Compare, (ObjectComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, BeforeRenderHelper_OrderBlock x, BeforeRenderHelper_OrderBlock y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock__Equals, (ObjectComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock__GetHashCode, (ObjectComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page___ctor, (ObjectComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01889050, int32_t, ObjectComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Compare, (ObjectComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, BitmapAllocator32_Page x, BitmapAllocator32_Page y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Equals, (ObjectComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Camera_RenderRequest___ctor, (ObjectComparer_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01889150, int32_t, ObjectComparer_1_UnityEngine_Camera_RenderRequest__Compare, (ObjectComparer_1_UnityEngine_Camera_RenderRequest_ * __this, Camera_RenderRequest x, Camera_RenderRequest y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Camera_RenderRequest__Equals, (ObjectComparer_1_UnityEngine_Camera_RenderRequest_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Camera_RenderRequest__GetHashCode, (ObjectComparer_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Cinemachine_CameraState_CustomBlendable___ctor, (ObjectComparer_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01889270, int32_t, ObjectComparer_1_Cinemachine_CameraState_CustomBlendable__Compare, (ObjectComparer_1_Cinemachine_CameraState_CustomBlendable_ * __this, CameraState_CustomBlendable x, CameraState_CustomBlendable y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Cinemachine_CameraState_CustomBlendable__Equals, (ObjectComparer_1_Cinemachine_CameraState_CustomBlendable_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Cinemachine_CameraState_CustomBlendable__GetHashCode, (ObjectComparer_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Cinemachine_CinemachineClearShot_Pair___ctor, (ObjectComparer_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01889380, int32_t, ObjectComparer_1_Cinemachine_CinemachineClearShot_Pair__Compare, (ObjectComparer_1_Cinemachine_CinemachineClearShot_Pair_ * __this, CinemachineClearShot_Pair x, CinemachineClearShot_Pair y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Cinemachine_CinemachineClearShot_Pair__Equals, (ObjectComparer_1_Cinemachine_CinemachineClearShot_Pair_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Cinemachine_CinemachineClearShot_Pair__GetHashCode, (ObjectComparer_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair___ctor, (ObjectComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01889480, int32_t, ObjectComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Compare, (ObjectComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, CinemachineStateDrivenCamera_HashPair x, CinemachineStateDrivenCamera_HashPair y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Equals, (ObjectComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__GetHashCode, (ObjectComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Cinemachine_ClipperLib_DoublePoint___ctor, (ObjectComparer_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01889580, int32_t, ObjectComparer_1_Cinemachine_ClipperLib_DoublePoint__Compare, (ObjectComparer_1_Cinemachine_ClipperLib_DoublePoint_ * __this, ClipperLib_DoublePoint x, ClipperLib_DoublePoint y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Cinemachine_ClipperLib_DoublePoint__Equals, (ObjectComparer_1_Cinemachine_ClipperLib_DoublePoint_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Cinemachine_ClipperLib_DoublePoint__GetHashCode, (ObjectComparer_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Cinemachine_ClipperLib_IntPoint___ctor, (ObjectComparer_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01889690, int32_t, ObjectComparer_1_Cinemachine_ClipperLib_IntPoint__Compare, (ObjectComparer_1_Cinemachine_ClipperLib_IntPoint_ * __this, ClipperLib_IntPoint x, ClipperLib_IntPoint y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Cinemachine_ClipperLib_IntPoint__Equals, (ObjectComparer_1_Cinemachine_ClipperLib_IntPoint_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Cinemachine_ClipperLib_IntPoint__GetHashCode, (ObjectComparer_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Cinemachine_ConfinerOven_PolygonSolution___ctor, (ObjectComparer_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018897A0, int32_t, ObjectComparer_1_Cinemachine_ConfinerOven_PolygonSolution__Compare, (ObjectComparer_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, ConfinerOven_PolygonSolution x, ConfinerOven_PolygonSolution y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Cinemachine_ConfinerOven_PolygonSolution__Equals, (ObjectComparer_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Cinemachine_ConfinerOven_PolygonSolution__GetHashCode, (ObjectComparer_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB___ctor, (ObjectComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018898B0, int32_t, ObjectComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Compare, (ObjectComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB x, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Equals, (ObjectComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__GetHashCode, (ObjectComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___ctor, (ObjectComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018899D0, int32_t, ObjectComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Compare, (ObjectComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo x, DelayedActionManager_DelegateInfo y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Equals, (ObjectComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__GetHashCode, (ObjectComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper___ctor, (ObjectComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01889AF0, int32_t, ObjectComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Compare, (ObjectComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, EventDispatcher_CallbackWrapper x, EventDispatcher_CallbackWrapper y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Equals, (ObjectComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper__GetHashCode, (ObjectComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Photon_Bolt_EventDispatcher_EventListener___ctor, (ObjectComparer_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01889C00, int32_t, ObjectComparer_1_Photon_Bolt_EventDispatcher_EventListener__Compare, (ObjectComparer_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, EventDispatcher_EventListener x, EventDispatcher_EventListener y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Photon_Bolt_EventDispatcher_EventListener__Equals, (ObjectComparer_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Photon_Bolt_EventDispatcher_EventListener__GetHashCode, (ObjectComparer_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent___ctor, (ObjectComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01889D20, int32_t, ObjectComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Compare, (ObjectComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, EventQueue_NetworkEvent x, EventQueue_NetworkEvent y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Equals, (ObjectComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__GetHashCode, (ObjectComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_FocusController_FocusedElement___ctor, (ObjectComparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01889EF0, int32_t, ObjectComparer_1_UnityEngine_UIElements_FocusController_FocusedElement__Compare, (ObjectComparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, FocusController_FocusedElement x, FocusController_FocusedElement y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_FocusController_FocusedElement__Equals, (ObjectComparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_FocusController_FocusedElement__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Pathfinding_Funnel_PathPart___ctor, (ObjectComparer_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188A000, int32_t, ObjectComparer_1_Pathfinding_Funnel_PathPart__Compare, (ObjectComparer_1_Pathfinding_Funnel_PathPart_ * __this, Funnel_PathPart x, Funnel_PathPart y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Pathfinding_Funnel_PathPart__Equals, (ObjectComparer_1_Pathfinding_Funnel_PathPart_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Pathfinding_Funnel_PathPart__GetHashCode, (ObjectComparer_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch___ctor, (ObjectComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188A130, int32_t, ObjectComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Compare, (ObjectComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, GetRandomAvailablePerch_RandomPerch x, GetRandomAvailablePerch_RandomPerch y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Equals, (ObjectComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__GetHashCode, (ObjectComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor___ctor, (ObjectComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188A250, int32_t, ObjectComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Compare, (ObjectComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, HID_HIDCollectionDescriptor x, HID_HIDCollectionDescriptor y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Equals, (ObjectComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__GetHashCode, (ObjectComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor___ctor, (ObjectComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188A370, int32_t, ObjectComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Compare, (ObjectComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, HID_HIDElementDescriptor x, HID_HIDElementDescriptor y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Equals, (ObjectComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__GetHashCode, (ObjectComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData___ctor, (ObjectComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188A4E0, int32_t, ObjectComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Compare, (ObjectComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, HIDParser_HIDReportData x, HIDParser_HIDReportData y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Equals, (ObjectComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__GetHashCode, (ObjectComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData___ctor, (ObjectComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188A600, int32_t, ObjectComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Compare, (ObjectComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, HairDesignerGeneratorFurShellBase_BufferData x, HairDesignerGeneratorFurShellBase_BufferData y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Equals, (ObjectComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__GetHashCode, (ObjectComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson___ctor, (ObjectComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188A710, int32_t, ObjectComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Compare, (ObjectComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, InputActionMap_BindingOverrideJson x, InputActionMap_BindingOverrideJson y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Equals, (ObjectComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__GetHashCode, (ObjectComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor, (ObjectComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188A840, int32_t, ObjectComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Compare, (ObjectComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem x, InputControlLayout_ControlItem y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Equals, (ObjectComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__GetHashCode, (ObjectComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper___ctor, (ObjectComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188AA40, int32_t, ObjectComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Compare, (ObjectComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, InternalTreeView_TreeViewItemWrapper x, InternalTreeView_TreeViewItemWrapper y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Equals, (ObjectComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV___ctor, (ObjectComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188AB50, int32_t, ObjectComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Compare, (ObjectComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV x, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Equals, (ObjectComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__GetHashCode, (ObjectComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb___ctor, (ObjectComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188AC60, int32_t, ObjectComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Compare, (ObjectComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb x, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Equals, (ObjectComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__GetHashCode, (ObjectComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux___ctor, (ObjectComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188ADD0, int32_t, ObjectComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Compare, (ObjectComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux x, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Equals, (ObjectComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__GetHashCode, (ObjectComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (ObjectComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188AEE0, int32_t, ObjectComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Compare, (ObjectComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue x, JsonParser_JsonValue y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Equals, (ObjectComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__GetHashCode, (ObjectComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage___ctor, (ObjectComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188B050, int32_t, ObjectComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Compare, (ObjectComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Logs_LogMessage x, Logs_LogMessage y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Equals, (ObjectComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__GetHashCode, (ObjectComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters___ctor, (ObjectComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188B160, int32_t, ObjectComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Compare, (ObjectComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MagicLightProbes_VolumeParameters x, MagicLightProbes_VolumeParameters y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Equals, (ObjectComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters__GetHashCode, (ObjectComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_NolanBehaviour_OverlappedCollider___ctor, (ObjectComparer_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188B290, int32_t, ObjectComparer_1_NolanBehaviour_OverlappedCollider__Compare, (ObjectComparer_1_NolanBehaviour_OverlappedCollider_ * __this, NolanBehaviour_OverlappedCollider x, NolanBehaviour_OverlappedCollider y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_NolanBehaviour_OverlappedCollider__Equals, (ObjectComparer_1_NolanBehaviour_OverlappedCollider_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_NolanBehaviour_OverlappedCollider__GetHashCode, (ObjectComparer_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding___ctor, (ObjectComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188B3A0, int32_t, ObjectComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Compare, (ObjectComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, OpenXRInput_SerializedBinding x, OpenXRInput_SerializedBinding y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Equals, (ObjectComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__GetHashCode, (ObjectComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog___ctor, (ObjectComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188B4B0, int32_t, ObjectComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Compare, (ObjectComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, PackedPlayModeBuildLogs_RuntimeBuildLog x, PackedPlayModeBuildLogs_RuntimeBuildLog y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Equals, (ObjectComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog__GetHashCode, (ObjectComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_ParticleSystem_Particle___ctor, (ObjectComparer_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188B5C0, int32_t, ObjectComparer_1_UnityEngine_ParticleSystem_Particle__Compare, (ObjectComparer_1_UnityEngine_ParticleSystem_Particle_ * __this, ParticleSystem_Particle x, ParticleSystem_Particle y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_ParticleSystem_Particle__Equals, (ObjectComparer_1_UnityEngine_ParticleSystem_Particle_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_ParticleSystem_Particle__GetHashCode, (ObjectComparer_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick___ctor, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188B790, int32_t, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Compare, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick x, ProbeBrickIndex_Brick y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Equals, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__GetHashCode, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick___ctor, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188B8A0, int32_t, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Compare, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, ProbeBrickIndex_ReservedBrick x, ProbeBrickIndex_ReservedBrick y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Equals, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__GetHashCode, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta___ctor, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188B9C0, int32_t, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Compare, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, ProbeBrickIndex_VoxelMeta x, ProbeBrickIndex_VoxelMeta y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Equals, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__GetHashCode, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc___ctor, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188BAD0, int32_t, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Compare, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc x, ProbeBrickPool_BrickChunkAlloc y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Equals, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__GetHashCode, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem___ctor, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188BBF0, int32_t, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Compare, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, ProbeVolumePerSceneData_SerializableAssetItem x, ProbeVolumePerSceneData_SerializableAssetItem y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Equals, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__GetHashCode, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem___ctor, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188BD00, int32_t, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Compare, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, ProbeVolumeSceneData_SerializableBoundItem x, ProbeVolumeSceneData_SerializableBoundItem y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Equals, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__GetHashCode, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem___ctor, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188BE20, int32_t, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Compare, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, ProbeVolumeSceneData_SerializableHasPVItem x, ProbeVolumeSceneData_SerializableHasPVItem y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Equals, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__GetHashCode, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings___ctor, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188BF30, int32_t, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Compare, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, ProbeVolumeSceneData_SerializablePVBakeSettings x, ProbeVolumeSceneData_SerializablePVBakeSettings y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Equals, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__GetHashCode, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile___ctor, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188C060, int32_t, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Compare, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, ProbeVolumeSceneData_SerializablePVProfile x, ProbeVolumeSceneData_SerializablePVProfile y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Equals, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__GetHashCode, (ObjectComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange___ctor, (ObjectComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188C170, int32_t, ObjectComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Compare, (ObjectComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, RegexCharClass_SingleRange x, RegexCharClass_SingleRange y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Equals, (ObjectComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__GetHashCode, (ObjectComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData___ctor, (ObjectComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188C270, int32_t, ObjectComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Compare, (ObjectComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, RenderChain_RenderNodeData x, RenderChain_RenderNodeData y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Equals, (ObjectComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData___ctor, (ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188C3F0, int32_t, ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Compare, (ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, RenderGraphDebugData_PassDebugData x, RenderGraphDebugData_PassDebugData y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Equals, (ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__GetHashCode, (ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData___ctor, (ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188C510, int32_t, ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Compare, (ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, RenderGraphDebugData_ResourceDebugData x, RenderGraphDebugData_ResourceDebugData y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Equals, (ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__GetHashCode, (ObjectComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest___ctor, (ObjectComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188C640, int32_t, ObjectComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Compare, (ObjectComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, ResourceManager_DeferredCallbackRegisterRequest x, ResourceManager_DeferredCallbackRegisterRequest y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Equals, (ObjectComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__GetHashCode, (ObjectComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash___ctor, (ObjectComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188C750, int32_t, ObjectComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Compare, (ObjectComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, RetainedGizmos_MeshWithHash x, RetainedGizmos_MeshWithHash y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Equals, (ObjectComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__GetHashCode, (ObjectComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride___ctor, (ObjectComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188C870, int32_t, ObjectComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Compare, (ObjectComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, TemplateAsset_AttributeOverride x, TemplateAsset_AttributeOverride y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Equals, (ObjectComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap___ctor, (ObjectComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188C990, int32_t, ObjectComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Compare, (ObjectComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, TextSettings_FontReferenceMap x, TextSettings_FontReferenceMap y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Equals, (ObjectComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__GetHashCode, (ObjectComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo___ctor, (ObjectComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188CAA0, int32_t, ObjectComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Compare, (ObjectComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, TextureBlitter_BlitInfo x, TextureBlitter_BlitInfo y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Equals, (ObjectComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame___ctor, (ObjectComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188CBF0, int32_t, ObjectComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Compare, (ObjectComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, TexturePacker_JsonArray_Frame x, TexturePacker_JsonArray_Frame y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Equals, (ObjectComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__GetHashCode, (ObjectComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo___ctor, (ObjectComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188CD40, int32_t, ObjectComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Compare, (ObjectComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, TextureRegistry_TextureInfo x, TextureRegistry_TextureInfo y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Equals, (ObjectComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry___ctor, (ObjectComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188CE50, int32_t, ObjectComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Compare, (ObjectComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, TimeNotificationBehaviour_NotificationEntry x, TimeNotificationBehaviour_NotificationEntry y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Equals, (ObjectComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__GetHashCode, (ObjectComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData___ctor, (ObjectComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188CF70, int32_t, ObjectComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Compare, (ObjectComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, TrackedDeviceRaycaster_RaycastHitData x, TrackedDeviceRaycaster_RaycastHitData y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Equals, (ObjectComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__GetHashCode, (ObjectComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData___ctor, (ObjectComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188D090, int32_t, ObjectComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Compare, (ObjectComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, TrackedPoseDriverDataDescription_PoseData x, TrackedPoseDriverDataDescription_PoseData y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Equals, (ObjectComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__GetHashCode, (ObjectComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper___ctor, (ObjectComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188D1A0, int32_t, ObjectComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Compare, (ObjectComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, TreeView_TreeViewItemWrapper x, TreeView_TreeViewItemWrapper y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Equals, (ObjectComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState___ctor, (ObjectComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188D2B0, int32_t, ObjectComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Compare, (ObjectComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, TreeViewReorderableDragAndDropController_TreeItemState x, TreeViewReorderableDragAndDropController_TreeItemState y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Equals, (ObjectComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry___ctor, (ObjectComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188D3B0, int32_t, ObjectComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Compare, (ObjectComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, UIRStylePainter_Entry x, UIRStylePainter_Entry y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Equals, (ObjectComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree___ctor, (ObjectComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188D530, int32_t, ObjectComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Compare, (ObjectComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, UIRenderDevice_AllocToFree x, UIRenderDevice_AllocToFree y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Equals, (ObjectComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate___ctor, (ObjectComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188D660, int32_t, ObjectComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Compare, (ObjectComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, UIRenderDevice_AllocToUpdate x, UIRenderDevice_AllocToUpdate y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Equals, (ObjectComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest___ctor, (ObjectComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188D7C0, int32_t, ObjectComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Compare, (ObjectComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, UnitySynchronizationContext_WorkRequest x, UnitySynchronizationContext_WorkRequest y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Equals, (ObjectComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest__GetHashCode, (ObjectComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition___ctor, (ObjectComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188D8E0, int32_t, ObjectComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Compare, (ObjectComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, VisualTreeAsset_SlotDefinition x, VisualTreeAsset_SlotDefinition y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Equals, (ObjectComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry___ctor, (ObjectComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188D9F0, int32_t, ObjectComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Compare, (ObjectComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, VisualTreeAsset_SlotUsageEntry x, VisualTreeAsset_SlotUsageEntry y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Equals, (ObjectComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry___ctor, (ObjectComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188DB00, int32_t, ObjectComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Compare, (ObjectComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, VisualTreeAsset_UsingEntry x, VisualTreeAsset_UsingEntry y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Equals, (ObjectComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__GetHashCode, (ObjectComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry___ctor, (ObjectComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188DC20, int32_t, ObjectComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Compare, (ObjectComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry x, XmlSchemaObjectTable_XmlSchemaObjectEntry y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Equals, (ObjectComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__GetHashCode, (ObjectComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_ftLightmaps_LightmapAdditionalData___ctor, (ObjectComparer_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188DD30, int32_t, ObjectComparer_1_ftLightmaps_LightmapAdditionalData__Compare, (ObjectComparer_1_ftLightmaps_LightmapAdditionalData_ * __this, ftLightmaps_LightmapAdditionalData x, ftLightmaps_LightmapAdditionalData y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_ftLightmaps_LightmapAdditionalData__Equals, (ObjectComparer_1_ftLightmaps_LightmapAdditionalData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_ftLightmaps_LightmapAdditionalData__GetHashCode, (ObjectComparer_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor, (ObjectComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188DE50, int32_t, ObjectComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Compare, (ObjectComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy x, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Equals, (ObjectComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__GetHashCode, (ObjectComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem___ctor, (ObjectComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188DF50, int32_t, ObjectComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Compare, (ObjectComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, DebugUI_Foldout_ContextMenuItem x, DebugUI_Foldout_ContextMenuItem y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Equals, (ObjectComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__GetHashCode, (ObjectComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher___ctor, (ObjectComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188E060, int32_t, ObjectComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Compare, (ObjectComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, InputControlLayout_Collection_LayoutMatcher x, InputControlLayout_Collection_LayoutMatcher y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Equals, (ObjectComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__GetHashCode, (ObjectComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView___ctor, (ObjectComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188E180, int32_t, ObjectComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Compare, (ObjectComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, InstructionList_DebugView_InstructionView x, InstructionList_DebugView_InstructionView y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Equals, (ObjectComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__GetHashCode, (ObjectComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb___ctor, (ObjectComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188E2A0, int32_t, ObjectComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Compare, (ObjectComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb x, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Equals, (ObjectComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__GetHashCode, (ObjectComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item___ctor, (ObjectComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188E3C0, int32_t, ObjectComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Compare, (ObjectComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, TargetPositionCache_CacheCurve_Item x, TargetPositionCache_CacheCurve_Item y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Equals, (ObjectComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item__GetHashCode, (ObjectComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0187DDD0, void, ObjectComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem___ctor, (ObjectComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188E4F0, int32_t, ObjectComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Compare, (ObjectComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, TargetPositionCache_CacheEntry_RecordingItem x, TargetPositionCache_CacheEntry_RecordingItem y, MethodInfo * method)); DO_APP_FUNC(0x0187DD50, bool, ObjectComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Equals, (ObjectComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__GetHashCode, (ObjectComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_ArraySegment_1___ctor, (ObjectEqualityComparer_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_ArraySegment_1__Equals, (ObjectEqualityComparer_1_System_ArraySegment_1_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188E620, bool, ObjectEqualityComparer_1_System_ArraySegment_1__Equals_1, (ObjectEqualityComparer_1_System_ArraySegment_1_ * __this, ArraySegment_1_Byte_ x, ArraySegment_1_Byte_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_ArraySegment_1__GetHashCode, (ObjectEqualityComparer_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188E6D0, int32_t, ObjectEqualityComparer_1_System_ArraySegment_1__GetHashCode_1, (ObjectEqualityComparer_1_System_ArraySegment_1_ * __this, ArraySegment_1_Byte_ obj, MethodInfo * method)); DO_APP_FUNC(0x0188E720, int32_t, ObjectEqualityComparer_1_System_ArraySegment_1__IndexOf, (ObjectEqualityComparer_1_System_ArraySegment_1_ * __this, ArraySegment_1_Byte___Array * array, ArraySegment_1_Byte_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188E840, int32_t, ObjectEqualityComparer_1_System_ArraySegment_1__LastIndexOf, (ObjectEqualityComparer_1_System_ArraySegment_1_ * __this, ArraySegment_1_Byte___Array * array, ArraySegment_1_Byte_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Equals, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188E960, bool, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Equals_1, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, AsyncOperationHandle_1_System_Object_ x, AsyncOperationHandle_1_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639630, int32_t, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, AsyncOperationHandle_1_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x0188EA20, int32_t, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__IndexOf, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, AsyncOperationHandle_1_System_Object___Array * array, AsyncOperationHandle_1_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EB60, int32_t, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, AsyncOperationHandle_1_System_Object___Array * array, AsyncOperationHandle_1_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta___ctor, (ObjectEqualityComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Equals, (ObjectEqualityComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188E960, bool, ObjectEqualityComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Equals_1, (ObjectEqualityComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ x, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__GetHashCode, (ObjectEqualityComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016407A0, int32_t, ObjectEqualityComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__GetHashCode_1, (ObjectEqualityComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ obj, MethodInfo * method)); DO_APP_FUNC(0x0188EA20, int32_t, ObjectEqualityComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__IndexOf, (ObjectEqualityComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EB60, int32_t, ObjectEqualityComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__LastIndexOf, (ObjectEqualityComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188ECA0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_ x, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163B110, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x0188ED40, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object___Array * array, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EE70, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object___Array * array, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry___ctor, (ObjectEqualityComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry__Equals, (ObjectEqualityComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, IntervalTree_1_T_Entry_System_Object_ x, IntervalTree_1_T_Entry_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, IntervalTree_1_T_Entry_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, IntervalTree_1_T_Entry_System_Object___Array * array, IntervalTree_1_T_Entry_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, IntervalTree_1_T_Entry_System_Object___Array * array, IntervalTree_1_T_Entry_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb___ctor, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Equals, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Equals_1, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ x, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__GetHashCode, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__GetHashCode_1, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__IndexOf, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * array, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__LastIndexOf, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * array, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1__ctor, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Equals, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Equals_1, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ x, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_GetHashCode, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_GetHashCode_1, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_IndexOf, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * array, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_LastIndexOf, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * array, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2__ctor, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Equals, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188E960, bool, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Equals_1, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ x, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_GetHashCode, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x016407A0, int32_t, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_GetHashCode_1, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ obj, MethodInfo * method)); DO_APP_FUNC(0x0188EA20, int32_t, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_IndexOf, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * array, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EB60, int32_t, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_LastIndexOf, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * array, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_KeyValuePair_2_System_DateTime_System_UInt32___ctor, (ObjectEqualityComparer_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_KeyValuePair_2_System_DateTime_System_UInt32__Equals, (ObjectEqualityComparer_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_KeyValuePair_2_System_DateTime_System_UInt32__Equals_1, (ObjectEqualityComparer_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, KeyValuePair_2_System_DateTime_System_UInt32_ x, KeyValuePair_2_System_DateTime_System_UInt32_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_DateTime_System_UInt32__GetHashCode, (ObjectEqualityComparer_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_DateTime_System_UInt32__GetHashCode_1, (ObjectEqualityComparer_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, KeyValuePair_2_System_DateTime_System_UInt32_ obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_DateTime_System_UInt32__IndexOf, (ObjectEqualityComparer_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, KeyValuePair_2_System_DateTime_System_UInt32___Array * array, KeyValuePair_2_System_DateTime_System_UInt32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_DateTime_System_UInt32__LastIndexOf, (ObjectEqualityComparer_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, KeyValuePair_2_System_DateTime_System_UInt32___Array * array, KeyValuePair_2_System_DateTime_System_UInt32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_KeyValuePair_2_System_Guid_System_Object___ctor, (ObjectEqualityComparer_1_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_KeyValuePair_2_System_Guid_System_Object__Equals, (ObjectEqualityComparer_1_KeyValuePair_2_System_Guid_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_KeyValuePair_2_System_Guid_System_Object__Equals_1, (ObjectEqualityComparer_1_KeyValuePair_2_System_Guid_System_Object_ * __this, KeyValuePair_2_System_Guid_System_Object_ x, KeyValuePair_2_System_Guid_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Guid_System_Object__GetHashCode, (ObjectEqualityComparer_1_KeyValuePair_2_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Guid_System_Object__GetHashCode_1, (ObjectEqualityComparer_1_KeyValuePair_2_System_Guid_System_Object_ * __this, KeyValuePair_2_System_Guid_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Guid_System_Object__IndexOf, (ObjectEqualityComparer_1_KeyValuePair_2_System_Guid_System_Object_ * __this, KeyValuePair_2_System_Guid_System_Object___Array * array, KeyValuePair_2_System_Guid_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Guid_System_Object__LastIndexOf, (ObjectEqualityComparer_1_KeyValuePair_2_System_Guid_System_Object_ * __this, KeyValuePair_2_System_Guid_System_Object___Array * array, KeyValuePair_2_System_Guid_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_KeyValuePair_2_System_Int32_System_Int32___ctor, (ObjectEqualityComparer_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_KeyValuePair_2_System_Int32_System_Int32__Equals, (ObjectEqualityComparer_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188ECA0, bool, ObjectEqualityComparer_1_KeyValuePair_2_System_Int32_System_Int32__Equals_1, (ObjectEqualityComparer_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, KeyValuePair_2_System_Int32_System_Int32_ x, KeyValuePair_2_System_Int32_System_Int32_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Int32_System_Int32__GetHashCode, (ObjectEqualityComparer_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163B110, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Int32_System_Int32__GetHashCode_1, (ObjectEqualityComparer_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, KeyValuePair_2_System_Int32_System_Int32_ obj, MethodInfo * method)); DO_APP_FUNC(0x0188ED40, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Int32_System_Int32__IndexOf, (ObjectEqualityComparer_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, KeyValuePair_2_System_Int32_System_Int32___Array * array, KeyValuePair_2_System_Int32_System_Int32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EE70, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Int32_System_Int32__LastIndexOf, (ObjectEqualityComparer_1_KeyValuePair_2_System_Int32_System_Int32_ * __this, KeyValuePair_2_System_Int32_System_Int32___Array * array, KeyValuePair_2_System_Int32_System_Int32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_KeyValuePair_2_System_Int32_System_Object___ctor, (ObjectEqualityComparer_1_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_KeyValuePair_2_System_Int32_System_Object__Equals, (ObjectEqualityComparer_1_KeyValuePair_2_System_Int32_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_KeyValuePair_2_System_Int32_System_Object__Equals_1, (ObjectEqualityComparer_1_KeyValuePair_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object_ x, KeyValuePair_2_System_Int32_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Int32_System_Object__GetHashCode, (ObjectEqualityComparer_1_KeyValuePair_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Int32_System_Object__GetHashCode_1, (ObjectEqualityComparer_1_KeyValuePair_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Int32_System_Object__IndexOf, (ObjectEqualityComparer_1_KeyValuePair_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object___Array * array, KeyValuePair_2_System_Int32_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Int32_System_Object__LastIndexOf, (ObjectEqualityComparer_1_KeyValuePair_2_System_Int32_System_Object_ * __this, KeyValuePair_2_System_Int32_System_Object___Array * array, KeyValuePair_2_System_Int32_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_KeyValuePair_2_System_Int32Enum_System_Object___ctor, (ObjectEqualityComparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_KeyValuePair_2_System_Int32Enum_System_Object__Equals, (ObjectEqualityComparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_KeyValuePair_2_System_Int32Enum_System_Object__Equals_1, (ObjectEqualityComparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, KeyValuePair_2_System_Int32Enum_System_Object_ x, KeyValuePair_2_System_Int32Enum_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Int32Enum_System_Object__GetHashCode, (ObjectEqualityComparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Int32Enum_System_Object__GetHashCode_1, (ObjectEqualityComparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, KeyValuePair_2_System_Int32Enum_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Int32Enum_System_Object__IndexOf, (ObjectEqualityComparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, KeyValuePair_2_System_Int32Enum_System_Object___Array * array, KeyValuePair_2_System_Int32Enum_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Int32Enum_System_Object__LastIndexOf, (ObjectEqualityComparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ * __this, KeyValuePair_2_System_Int32Enum_System_Object___Array * array, KeyValuePair_2_System_Int32Enum_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1___ctor, (ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1__Equals, (ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1__Equals_1, (ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, KeyValuePair_2_System_Object_System_ArraySegment_1_ x, KeyValuePair_2_System_Object_System_ArraySegment_1_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1__GetHashCode, (ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1__GetHashCode_1, (ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, KeyValuePair_2_System_Object_System_ArraySegment_1_ obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1__IndexOf, (ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, KeyValuePair_2_System_Object_System_ArraySegment_1___Array * array, KeyValuePair_2_System_Object_System_ArraySegment_1_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1__LastIndexOf, (ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * __this, KeyValuePair_2_System_Object_System_ArraySegment_1___Array * array, KeyValuePair_2_System_Object_System_ArraySegment_1_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_Char___ctor, (ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_Char__Equals, (ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_Char_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_Char__Equals_1, (ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ x, KeyValuePair_2_System_Object_System_Char_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_Char__GetHashCode, (ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_Char__GetHashCode_1, (ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_Char__IndexOf, (ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char___Array * array, KeyValuePair_2_System_Object_System_Char_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_Char__LastIndexOf, (ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char___Array * array, KeyValuePair_2_System_Object_System_Char_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_Object___ctor, (ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_Object__Equals, (ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_Object__Equals_1, (ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ x, KeyValuePair_2_System_Object_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_Object__GetHashCode, (ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_Object__GetHashCode_1, (ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_Object__IndexOf, (ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object___Array * array, KeyValuePair_2_System_Object_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_Object__LastIndexOf, (ObjectEqualityComparer_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object___Array * array, KeyValuePair_2_System_Object_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (ObjectEqualityComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Equals, (ObjectEqualityComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F6E0, bool, ObjectEqualityComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Equals_1, (ObjectEqualityComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ x, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__GetHashCode, (ObjectEqualityComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F7E0, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__GetHashCode_1, (ObjectEqualityComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ obj, MethodInfo * method)); DO_APP_FUNC(0x0188F8E0, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__IndexOf, (ObjectEqualityComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * array, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188FA70, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__LastIndexOf, (ObjectEqualityComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * array, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object___ctor, (ObjectEqualityComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__Equals, (ObjectEqualityComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__Equals_1, (ObjectEqualityComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ x, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__GetHashCode, (ObjectEqualityComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__GetHashCode_1, (ObjectEqualityComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__IndexOf, (ObjectEqualityComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object___Array * array, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object__LastIndexOf, (ObjectEqualityComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object___Array * array, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (ObjectEqualityComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__Equals, (ObjectEqualityComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__Equals_1, (ObjectEqualityComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ x, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__GetHashCode, (ObjectEqualityComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__GetHashCode_1, (ObjectEqualityComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__IndexOf, (ObjectEqualityComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer__LastIndexOf, (ObjectEqualityComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_KeyValuePair_2_System_UInt16_System_Object___ctor, (ObjectEqualityComparer_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_KeyValuePair_2_System_UInt16_System_Object__Equals, (ObjectEqualityComparer_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_KeyValuePair_2_System_UInt16_System_Object__Equals_1, (ObjectEqualityComparer_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, KeyValuePair_2_System_UInt16_System_Object_ x, KeyValuePair_2_System_UInt16_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_UInt16_System_Object__GetHashCode, (ObjectEqualityComparer_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_UInt16_System_Object__GetHashCode_1, (ObjectEqualityComparer_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, KeyValuePair_2_System_UInt16_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_UInt16_System_Object__IndexOf, (ObjectEqualityComparer_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, KeyValuePair_2_System_UInt16_System_Object___Array * array, KeyValuePair_2_System_UInt16_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_UInt16_System_Object__LastIndexOf, (ObjectEqualityComparer_1_KeyValuePair_2_System_UInt16_System_Object_ * __this, KeyValuePair_2_System_UInt16_System_Object___Array * array, KeyValuePair_2_System_UInt16_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object___ctor, (ObjectEqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object__Equals, (ObjectEqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object__Equals_1, (ObjectEqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ x, KeyValuePair_2_System_UInt64_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object__GetHashCode, (ObjectEqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object__GetHashCode_1, (ObjectEqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object__IndexOf, (ObjectEqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object___Array * array, KeyValuePair_2_System_UInt64_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object__LastIndexOf, (ObjectEqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object___Array * array, KeyValuePair_2_System_UInt64_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32___ctor, (ObjectEqualityComparer_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32__Equals, (ObjectEqualityComparer_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32__Equals_1, (ObjectEqualityComparer_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32_ * __this, KeyValuePair_2_UnityEngine_Vector3_System_Int32_ x, KeyValuePair_2_UnityEngine_Vector3_System_Int32_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32__GetHashCode, (ObjectEqualityComparer_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32__GetHashCode_1, (ObjectEqualityComparer_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32_ * __this, KeyValuePair_2_UnityEngine_Vector3_System_Int32_ obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32__IndexOf, (ObjectEqualityComparer_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32_ * __this, KeyValuePair_2_UnityEngine_Vector3_System_Int32___Array * array, KeyValuePair_2_UnityEngine_Vector3_System_Int32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32__LastIndexOf, (ObjectEqualityComparer_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32_ * __this, KeyValuePair_2_UnityEngine_Vector3_System_Int32___Array * array, KeyValuePair_2_UnityEngine_Vector3_System_Int32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Unity_Collections_NativeArray_1___ctor, (ObjectEqualityComparer_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Unity_Collections_NativeArray_1__Equals, (ObjectEqualityComparer_1_Unity_Collections_NativeArray_1_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188FC10, bool, ObjectEqualityComparer_1_Unity_Collections_NativeArray_1__Equals_1, (ObjectEqualityComparer_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_System_UInt16_ x, NativeArray_1_System_UInt16_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Unity_Collections_NativeArray_1__GetHashCode, (ObjectEqualityComparer_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016397D0, int32_t, ObjectEqualityComparer_1_Unity_Collections_NativeArray_1__GetHashCode_1, (ObjectEqualityComparer_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_System_UInt16_ obj, MethodInfo * method)); DO_APP_FUNC(0x0188FC80, int32_t, ObjectEqualityComparer_1_Unity_Collections_NativeArray_1__IndexOf, (ObjectEqualityComparer_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_System_UInt16___Array * array, NativeArray_1_System_UInt16_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188FD70, int32_t, ObjectEqualityComparer_1_Unity_Collections_NativeArray_1__LastIndexOf, (ObjectEqualityComparer_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_System_UInt16___Array * array, NativeArray_1_System_UInt16_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Unity_Collections_NativeArray_1__1__ctor, (ObjectEqualityComparer_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Unity_Collections_NativeArray_1__1_Equals, (ObjectEqualityComparer_1_Unity_Collections_NativeArray_1__1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188FC10, bool, ObjectEqualityComparer_1_Unity_Collections_NativeArray_1__1_Equals_1, (ObjectEqualityComparer_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_UnityEngine_UIElements_Vertex_ x, NativeArray_1_UnityEngine_UIElements_Vertex_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Unity_Collections_NativeArray_1__1_GetHashCode, (ObjectEqualityComparer_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x016397D0, int32_t, ObjectEqualityComparer_1_Unity_Collections_NativeArray_1__1_GetHashCode_1, (ObjectEqualityComparer_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_UnityEngine_UIElements_Vertex_ obj, MethodInfo * method)); DO_APP_FUNC(0x0188FC80, int32_t, ObjectEqualityComparer_1_Unity_Collections_NativeArray_1__1_IndexOf, (ObjectEqualityComparer_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_UnityEngine_UIElements_Vertex___Array * array, NativeArray_1_UnityEngine_UIElements_Vertex_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188FD70, int32_t, ObjectEqualityComparer_1_Unity_Collections_NativeArray_1__1_LastIndexOf, (ObjectEqualityComparer_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_UnityEngine_UIElements_Vertex___Array * array, NativeArray_1_UnityEngine_UIElements_Vertex_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo___ctor, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Equals, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ x, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object___Array * array, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object___Array * array, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Photon_Bolt_Collections_STuple_2___ctor, (ObjectEqualityComparer_1_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Photon_Bolt_Collections_STuple_2__Equals, (ObjectEqualityComparer_1_Photon_Bolt_Collections_STuple_2_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_Photon_Bolt_Collections_STuple_2__Equals_1, (ObjectEqualityComparer_1_Photon_Bolt_Collections_STuple_2_ * __this, STuple_2_System_Object_System_Object_ x, STuple_2_System_Object_System_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Photon_Bolt_Collections_STuple_2__GetHashCode, (ObjectEqualityComparer_1_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_Photon_Bolt_Collections_STuple_2__GetHashCode_1, (ObjectEqualityComparer_1_Photon_Bolt_Collections_STuple_2_ * __this, STuple_2_System_Object_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_Photon_Bolt_Collections_STuple_2__IndexOf, (ObjectEqualityComparer_1_Photon_Bolt_Collections_STuple_2_ * __this, STuple_2_System_Object_System_Object___Array * array, STuple_2_System_Object_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_Photon_Bolt_Collections_STuple_2__LastIndexOf, (ObjectEqualityComparer_1_Photon_Bolt_Collections_STuple_2_ * __this, STuple_2_System_Object_System_Object___Array * array, STuple_2_System_Object_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_ValueTuple_1___ctor, (ObjectEqualityComparer_1_System_ValueTuple_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_ValueTuple_1__Equals, (ObjectEqualityComparer_1_System_ValueTuple_1_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188FE60, bool, ObjectEqualityComparer_1_System_ValueTuple_1__Equals_1, (ObjectEqualityComparer_1_System_ValueTuple_1_ * __this, ValueTuple_1_Boolean_ x, ValueTuple_1_Boolean_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_ValueTuple_1__GetHashCode, (ObjectEqualityComparer_1_System_ValueTuple_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188FEC0, int32_t, ObjectEqualityComparer_1_System_ValueTuple_1__GetHashCode_1, (ObjectEqualityComparer_1_System_ValueTuple_1_ * __this, ValueTuple_1_Boolean_ obj, MethodInfo * method)); DO_APP_FUNC(0x0188FF40, int32_t, ObjectEqualityComparer_1_System_ValueTuple_1__IndexOf, (ObjectEqualityComparer_1_System_ValueTuple_1_ * __this, ValueTuple_1_Boolean___Array * array, ValueTuple_1_Boolean_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01890020, int32_t, ObjectEqualityComparer_1_System_ValueTuple_1__LastIndexOf, (ObjectEqualityComparer_1_System_ValueTuple_1_ * __this, ValueTuple_1_Boolean___Array * array, ValueTuple_1_Boolean_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_ValueTuple_2___ctor, (ObjectEqualityComparer_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_ValueTuple_2__Equals, (ObjectEqualityComparer_1_System_ValueTuple_2_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01890100, bool, ObjectEqualityComparer_1_System_ValueTuple_2__Equals_1, (ObjectEqualityComparer_1_System_ValueTuple_2_ * __this, ValueTuple_2_Int32_Object_ x, ValueTuple_2_Int32_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__GetHashCode, (ObjectEqualityComparer_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01890170, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__GetHashCode_1, (ObjectEqualityComparer_1_System_ValueTuple_2_ * __this, ValueTuple_2_Int32_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x018901E0, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__IndexOf, (ObjectEqualityComparer_1_System_ValueTuple_2_ * __this, ValueTuple_2_Int32_Object___Array * array, ValueTuple_2_Int32_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018902D0, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__LastIndexOf, (ObjectEqualityComparer_1_System_ValueTuple_2_ * __this, ValueTuple_2_Int32_Object___Array * array, ValueTuple_2_Int32_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_ValueTuple_2__1__ctor, (ObjectEqualityComparer_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_ValueTuple_2__1_Equals, (ObjectEqualityComparer_1_System_ValueTuple_2__1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018903C0, bool, ObjectEqualityComparer_1_System_ValueTuple_2__1_Equals_1, (ObjectEqualityComparer_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int_ x, ValueTuple_2_Int32_UnityEngine_Vector2Int_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__1_GetHashCode, (ObjectEqualityComparer_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01890440, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__1_GetHashCode_1, (ObjectEqualityComparer_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int_ obj, MethodInfo * method)); DO_APP_FUNC(0x018904A0, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__1_IndexOf, (ObjectEqualityComparer_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int___Array * array, ValueTuple_2_Int32_UnityEngine_Vector2Int_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01890590, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__1_LastIndexOf, (ObjectEqualityComparer_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int___Array * array, ValueTuple_2_Int32_UnityEngine_Vector2Int_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_ValueTuple_2__2__ctor, (ObjectEqualityComparer_1_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_ValueTuple_2__2_Equals, (ObjectEqualityComparer_1_System_ValueTuple_2__2 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01890680, bool, ObjectEqualityComparer_1_System_ValueTuple_2__2_Equals_1, (ObjectEqualityComparer_1_System_ValueTuple_2__2 * __this, ValueTuple_2_IntPtr_Object_ x, ValueTuple_2_IntPtr_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__2_GetHashCode, (ObjectEqualityComparer_1_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01890170, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__2_GetHashCode_1, (ObjectEqualityComparer_1_System_ValueTuple_2__2 * __this, ValueTuple_2_IntPtr_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x018906F0, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__2_IndexOf, (ObjectEqualityComparer_1_System_ValueTuple_2__2 * __this, ValueTuple_2_IntPtr_Object___Array * array, ValueTuple_2_IntPtr_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018907E0, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__2_LastIndexOf, (ObjectEqualityComparer_1_System_ValueTuple_2__2 * __this, ValueTuple_2_IntPtr_Object___Array * array, ValueTuple_2_IntPtr_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_ValueTuple_2__3__ctor, (ObjectEqualityComparer_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_ValueTuple_2__3_Equals, (ObjectEqualityComparer_1_System_ValueTuple_2__3 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018908D0, bool, ObjectEqualityComparer_1_System_ValueTuple_2__3_Equals_1, (ObjectEqualityComparer_1_System_ValueTuple_2__3 * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ x, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__3_GetHashCode, (ObjectEqualityComparer_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01890950, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__3_GetHashCode_1, (ObjectEqualityComparer_1_System_ValueTuple_2__3 * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ obj, MethodInfo * method)); DO_APP_FUNC(0x01890980, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__3_IndexOf, (ObjectEqualityComparer_1_System_ValueTuple_2__3 * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32___Array * array, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01890A80, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__3_LastIndexOf, (ObjectEqualityComparer_1_System_ValueTuple_2__3 * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32___Array * array, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_ValueTuple_2__4__ctor, (ObjectEqualityComparer_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_ValueTuple_2__4_Equals, (ObjectEqualityComparer_1_System_ValueTuple_2__4 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01890B80, bool, ObjectEqualityComparer_1_System_ValueTuple_2__4_Equals_1, (ObjectEqualityComparer_1_System_ValueTuple_2__4 * __this, ValueTuple_2_Object_Int32_ x, ValueTuple_2_Object_Int32_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__4_GetHashCode, (ObjectEqualityComparer_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01890BF0, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__4_GetHashCode_1, (ObjectEqualityComparer_1_System_ValueTuple_2__4 * __this, ValueTuple_2_Object_Int32_ obj, MethodInfo * method)); DO_APP_FUNC(0x01890C20, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__4_IndexOf, (ObjectEqualityComparer_1_System_ValueTuple_2__4 * __this, ValueTuple_2_Object_Int32___Array * array, ValueTuple_2_Object_Int32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01890D10, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__4_LastIndexOf, (ObjectEqualityComparer_1_System_ValueTuple_2__4 * __this, ValueTuple_2_Object_Int32___Array * array, ValueTuple_2_Object_Int32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_ValueTuple_2__5__ctor, (ObjectEqualityComparer_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_ValueTuple_2__5_Equals, (ObjectEqualityComparer_1_System_ValueTuple_2__5 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01890680, bool, ObjectEqualityComparer_1_System_ValueTuple_2__5_Equals_1, (ObjectEqualityComparer_1_System_ValueTuple_2__5 * __this, ValueTuple_2_Object_Object_ x, ValueTuple_2_Object_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__5_GetHashCode, (ObjectEqualityComparer_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01890E00, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__5_GetHashCode_1, (ObjectEqualityComparer_1_System_ValueTuple_2__5 * __this, ValueTuple_2_Object_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x018906F0, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__5_IndexOf, (ObjectEqualityComparer_1_System_ValueTuple_2__5 * __this, ValueTuple_2_Object_Object___Array * array, ValueTuple_2_Object_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018907E0, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__5_LastIndexOf, (ObjectEqualityComparer_1_System_ValueTuple_2__5 * __this, ValueTuple_2_Object_Object___Array * array, ValueTuple_2_Object_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_ValueTuple_2__6__ctor, (ObjectEqualityComparer_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_ValueTuple_2__6_Equals, (ObjectEqualityComparer_1_System_ValueTuple_2__6 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01890E30, bool, ObjectEqualityComparer_1_System_ValueTuple_2__6_Equals_1, (ObjectEqualityComparer_1_System_ValueTuple_2__6 * __this, ValueTuple_2_UnityEngine_Vector3Int_Object_ x, ValueTuple_2_UnityEngine_Vector3Int_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__6_GetHashCode, (ObjectEqualityComparer_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01890EB0, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__6_GetHashCode_1, (ObjectEqualityComparer_1_System_ValueTuple_2__6 * __this, ValueTuple_2_UnityEngine_Vector3Int_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x01890EE0, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__6_IndexOf, (ObjectEqualityComparer_1_System_ValueTuple_2__6 * __this, ValueTuple_2_UnityEngine_Vector3Int_Object___Array * array, ValueTuple_2_UnityEngine_Vector3Int_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01890FE0, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__6_LastIndexOf, (ObjectEqualityComparer_1_System_ValueTuple_2__6 * __this, ValueTuple_2_UnityEngine_Vector3Int_Object___Array * array, ValueTuple_2_UnityEngine_Vector3Int_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_ValueTuple_2__7__ctor, (ObjectEqualityComparer_1_System_ValueTuple_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_ValueTuple_2__7_Equals, (ObjectEqualityComparer_1_System_ValueTuple_2__7 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018910E0, bool, ObjectEqualityComparer_1_System_ValueTuple_2__7_Equals_1, (ObjectEqualityComparer_1_System_ValueTuple_2__7 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ x, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__7_GetHashCode, (ObjectEqualityComparer_1_System_ValueTuple_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x01891170, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__7_GetHashCode_1, (ObjectEqualityComparer_1_System_ValueTuple_2__7 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ obj, MethodInfo * method)); DO_APP_FUNC(0x018911A0, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__7_IndexOf, (ObjectEqualityComparer_1_System_ValueTuple_2__7 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___Array * array, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018912B0, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__7_LastIndexOf, (ObjectEqualityComparer_1_System_ValueTuple_2__7 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___Array * array, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_ValueTuple_2__8__ctor, (ObjectEqualityComparer_1_System_ValueTuple_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_ValueTuple_2__8_Equals, (ObjectEqualityComparer_1_System_ValueTuple_2__8 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018913C0, bool, ObjectEqualityComparer_1_System_ValueTuple_2__8_Equals_1, (ObjectEqualityComparer_1_System_ValueTuple_2__8 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ x, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__8_GetHashCode, (ObjectEqualityComparer_1_System_ValueTuple_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x01891440, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__8_GetHashCode_1, (ObjectEqualityComparer_1_System_ValueTuple_2__8 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ obj, MethodInfo * method)); DO_APP_FUNC(0x01891470, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__8_IndexOf, (ObjectEqualityComparer_1_System_ValueTuple_2__8 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___Array * array, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01891580, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__8_LastIndexOf, (ObjectEqualityComparer_1_System_ValueTuple_2__8 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___Array * array, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_ValueTuple_2__9__ctor, (ObjectEqualityComparer_1_System_ValueTuple_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_ValueTuple_2__9_Equals, (ObjectEqualityComparer_1_System_ValueTuple_2__9 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01891690, bool, ObjectEqualityComparer_1_System_ValueTuple_2__9_Equals_1, (ObjectEqualityComparer_1_System_ValueTuple_2__9 * __this, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ x, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__9_GetHashCode, (ObjectEqualityComparer_1_System_ValueTuple_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x01891710, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__9_GetHashCode_1, (ObjectEqualityComparer_1_System_ValueTuple_2__9 * __this, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ obj, MethodInfo * method)); DO_APP_FUNC(0x01891740, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__9_IndexOf, (ObjectEqualityComparer_1_System_ValueTuple_2__9 * __this, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int___Array * array, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01891840, int32_t, ObjectEqualityComparer_1_System_ValueTuple_2__9_LastIndexOf, (ObjectEqualityComparer_1_System_ValueTuple_2__9 * __this, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int___Array * array, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_ValueTuple_3___ctor, (ObjectEqualityComparer_1_System_ValueTuple_3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_ValueTuple_3__Equals, (ObjectEqualityComparer_1_System_ValueTuple_3_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01891940, bool, ObjectEqualityComparer_1_System_ValueTuple_3__Equals_1, (ObjectEqualityComparer_1_System_ValueTuple_3_ * __this, ValueTuple_3_Object_Object_Object_ x, ValueTuple_3_Object_Object_Object_ y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_ValueTuple_3__GetHashCode, (ObjectEqualityComparer_1_System_ValueTuple_3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163AD00, int32_t, ObjectEqualityComparer_1_System_ValueTuple_3__GetHashCode_1, (ObjectEqualityComparer_1_System_ValueTuple_3_ * __this, ValueTuple_3_Object_Object_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x018919C0, int32_t, ObjectEqualityComparer_1_System_ValueTuple_3__IndexOf, (ObjectEqualityComparer_1_System_ValueTuple_3_ * __this, ValueTuple_3_Object_Object_Object___Array * array, ValueTuple_3_Object_Object_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01891AC0, int32_t, ObjectEqualityComparer_1_System_ValueTuple_3__LastIndexOf, (ObjectEqualityComparer_1_System_ValueTuple_3_ * __this, ValueTuple_3_Object_Object_Object___Array * array, ValueTuple_3_Object_Object_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_AnimatorClipInfo___ctor, (ObjectEqualityComparer_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_AnimatorClipInfo__Equals, (ObjectEqualityComparer_1_UnityEngine_AnimatorClipInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188ECA0, bool, ObjectEqualityComparer_1_UnityEngine_AnimatorClipInfo__Equals_1, (ObjectEqualityComparer_1_UnityEngine_AnimatorClipInfo_ * __this, AnimatorClipInfo x, AnimatorClipInfo y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_AnimatorClipInfo__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163B110, int32_t, ObjectEqualityComparer_1_UnityEngine_AnimatorClipInfo__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_AnimatorClipInfo_ * __this, AnimatorClipInfo obj, MethodInfo * method)); DO_APP_FUNC(0x0188ED40, int32_t, ObjectEqualityComparer_1_UnityEngine_AnimatorClipInfo__IndexOf, (ObjectEqualityComparer_1_UnityEngine_AnimatorClipInfo_ * __this, AnimatorClipInfo__Array * array, AnimatorClipInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EE70, int32_t, ObjectEqualityComparer_1_UnityEngine_AnimatorClipInfo__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_AnimatorClipInfo_ * __this, AnimatorClipInfo__Array * array, AnimatorClipInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Equals, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Equals_1, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle x, AsyncOperationHandle y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01639630, int32_t, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__IndexOf, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle__Array * array, AsyncOperationHandle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle__Array * array, AsyncOperationHandle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_Background___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_Background__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_Background_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01891BC0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_Background__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_Background_ * __this, Background x, Background y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_Background__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01891C40, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_Background__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_Background_ * __this, Background obj, MethodInfo * method)); DO_APP_FUNC(0x01891C70, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_Background__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_Background_ * __this, Background__Array * array, Background value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01891D70, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_Background__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_Background_ * __this, Background__Array * array, Background value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (ObjectEqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Equals, (ObjectEqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188ECA0, bool, ObjectEqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Equals_1, (ObjectEqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer x, BoltPeer y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer__GetHashCode, (ObjectEqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163B110, int32_t, ObjectEqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer__GetHashCode_1, (ObjectEqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer obj, MethodInfo * method)); DO_APP_FUNC(0x0188ED40, int32_t, ObjectEqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer__IndexOf, (ObjectEqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer__Array * array, BoltPeer value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EE70, int32_t, ObjectEqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer__LastIndexOf, (ObjectEqualityComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer__Array * array, BoltPeer value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit___ctor, (ObjectEqualityComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Equals, (ObjectEqualityComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Equals_1, (ObjectEqualityComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, BoltPhysicsHit x, BoltPhysicsHit y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__GetHashCode, (ObjectEqualityComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__GetHashCode_1, (ObjectEqualityComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, BoltPhysicsHit obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__IndexOf, (ObjectEqualityComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, BoltPhysicsHit__Array * array, BoltPhysicsHit value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__LastIndexOf, (ObjectEqualityComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, BoltPhysicsHit__Array * array, BoltPhysicsHit value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_BoneWeight___ctor, (ObjectEqualityComparer_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_BoneWeight__Equals, (ObjectEqualityComparer_1_UnityEngine_BoneWeight_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01891E70, bool, ObjectEqualityComparer_1_UnityEngine_BoneWeight__Equals_1, (ObjectEqualityComparer_1_UnityEngine_BoneWeight_ * __this, BoneWeight x, BoneWeight y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_BoneWeight__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01891EF0, int32_t, ObjectEqualityComparer_1_UnityEngine_BoneWeight__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_BoneWeight_ * __this, BoneWeight obj, MethodInfo * method)); DO_APP_FUNC(0x01891F20, int32_t, ObjectEqualityComparer_1_UnityEngine_BoneWeight__IndexOf, (ObjectEqualityComparer_1_UnityEngine_BoneWeight_ * __this, BoneWeight__Array * array, BoneWeight value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01892020, int32_t, ObjectEqualityComparer_1_UnityEngine_BoneWeight__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_BoneWeight_ * __this, BoneWeight__Array * array, BoneWeight value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_Boolean___ctor, (ObjectEqualityComparer_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_Boolean__Equals, (ObjectEqualityComparer_1_System_Boolean_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01892120, bool, ObjectEqualityComparer_1_System_Boolean__Equals_1, (ObjectEqualityComparer_1_System_Boolean_ * __this, bool x, bool y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_Boolean__GetHashCode, (ObjectEqualityComparer_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01892230, int32_t, ObjectEqualityComparer_1_System_Boolean__GetHashCode_1, (ObjectEqualityComparer_1_System_Boolean_ * __this, bool obj, MethodInfo * method)); DO_APP_FUNC(0x01892280, int32_t, ObjectEqualityComparer_1_System_Boolean__IndexOf, (ObjectEqualityComparer_1_System_Boolean_ * __this, Boolean__Array * array, bool value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018923F0, int32_t, ObjectEqualityComparer_1_System_Boolean__LastIndexOf, (ObjectEqualityComparer_1_System_Boolean_ * __this, Boolean__Array * array, bool value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Bounds___ctor, (ObjectEqualityComparer_1_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Bounds__Equals, (ObjectEqualityComparer_1_UnityEngine_Bounds_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01892560, bool, ObjectEqualityComparer_1_UnityEngine_Bounds__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Bounds_ * __this, Bounds x, Bounds y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Bounds__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018925E0, int32_t, ObjectEqualityComparer_1_UnityEngine_Bounds__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Bounds_ * __this, Bounds obj, MethodInfo * method)); DO_APP_FUNC(0x01892610, int32_t, ObjectEqualityComparer_1_UnityEngine_Bounds__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Bounds_ * __this, Bounds__Array * array, Bounds value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01892710, int32_t, ObjectEqualityComparer_1_UnityEngine_Bounds__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Bounds_ * __this, Bounds__Array * array, Bounds value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_Byte___ctor, (ObjectEqualityComparer_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_Byte__Equals, (ObjectEqualityComparer_1_System_Byte_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01892810, bool, ObjectEqualityComparer_1_System_Byte__Equals_1, (ObjectEqualityComparer_1_System_Byte_ * __this, uint8_t x, uint8_t y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_Byte__GetHashCode, (ObjectEqualityComparer_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163BAF0, int32_t, ObjectEqualityComparer_1_System_Byte__GetHashCode_1, (ObjectEqualityComparer_1_System_Byte_ * __this, uint8_t obj, MethodInfo * method)); DO_APP_FUNC(0x018928D0, int32_t, ObjectEqualityComparer_1_System_Byte__IndexOf, (ObjectEqualityComparer_1_System_Byte_ * __this, Byte__Array * array, uint8_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01892A10, int32_t, ObjectEqualityComparer_1_System_Byte__LastIndexOf, (ObjectEqualityComparer_1_System_Byte_ * __this, Byte__Array * array, uint8_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_ByteEnum___ctor, (ObjectEqualityComparer_1_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_ByteEnum__Equals, (ObjectEqualityComparer_1_System_ByteEnum_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01892B50, bool, ObjectEqualityComparer_1_System_ByteEnum__Equals_1, (ObjectEqualityComparer_1_System_ByteEnum_ * __this, ByteEnum__Enum x, ByteEnum__Enum y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_ByteEnum__GetHashCode, (ObjectEqualityComparer_1_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163BAF0, int32_t, ObjectEqualityComparer_1_System_ByteEnum__GetHashCode_1, (ObjectEqualityComparer_1_System_ByteEnum_ * __this, ByteEnum__Enum obj, MethodInfo * method)); DO_APP_FUNC(0x01892BF0, int32_t, ObjectEqualityComparer_1_System_ByteEnum__IndexOf, (ObjectEqualityComparer_1_System_ByteEnum_ * __this, ByteEnum__Enum__Array * array, ByteEnum__Enum value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01892D20, int32_t, ObjectEqualityComparer_1_System_ByteEnum__LastIndexOf, (ObjectEqualityComparer_1_System_ByteEnum_ * __this, ByteEnum__Enum__Array * array, ByteEnum__Enum value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_Threading_CancellationToken___ctor, (ObjectEqualityComparer_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_Threading_CancellationToken__Equals, (ObjectEqualityComparer_1_System_Threading_CancellationToken_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01892E50, bool, ObjectEqualityComparer_1_System_Threading_CancellationToken__Equals_1, (ObjectEqualityComparer_1_System_Threading_CancellationToken_ * __this, CancellationToken x, CancellationToken y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_Threading_CancellationToken__GetHashCode, (ObjectEqualityComparer_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01892F70, int32_t, ObjectEqualityComparer_1_System_Threading_CancellationToken__GetHashCode_1, (ObjectEqualityComparer_1_System_Threading_CancellationToken_ * __this, CancellationToken obj, MethodInfo * method)); DO_APP_FUNC(0x01892FE0, int32_t, ObjectEqualityComparer_1_System_Threading_CancellationToken__IndexOf, (ObjectEqualityComparer_1_System_Threading_CancellationToken_ * __this, CancellationToken__Array * array, CancellationToken value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01893100, int32_t, ObjectEqualityComparer_1_System_Threading_CancellationToken__LastIndexOf, (ObjectEqualityComparer_1_System_Threading_CancellationToken_ * __this, CancellationToken__Array * array, CancellationToken value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_Char___ctor, (ObjectEqualityComparer_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_Char__Equals, (ObjectEqualityComparer_1_System_Char_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01893220, bool, ObjectEqualityComparer_1_System_Char__Equals_1, (ObjectEqualityComparer_1_System_Char_ * __this, uint16_t x, uint16_t y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_Char__GetHashCode, (ObjectEqualityComparer_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01893330, int32_t, ObjectEqualityComparer_1_System_Char__GetHashCode_1, (ObjectEqualityComparer_1_System_Char_ * __this, uint16_t obj, MethodInfo * method)); DO_APP_FUNC(0x01893380, int32_t, ObjectEqualityComparer_1_System_Char__IndexOf, (ObjectEqualityComparer_1_System_Char_ * __this, Char__Array * array, uint16_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01893500, int32_t, ObjectEqualityComparer_1_System_Char__LastIndexOf, (ObjectEqualityComparer_1_System_Char_ * __this, Char__Array * array, uint16_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Dissonance_Networking_ClientInfo___ctor, (ObjectEqualityComparer_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Dissonance_Networking_ClientInfo__Equals, (ObjectEqualityComparer_1_Dissonance_Networking_ClientInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_Dissonance_Networking_ClientInfo__Equals_1, (ObjectEqualityComparer_1_Dissonance_Networking_ClientInfo_ * __this, ClientInfo x, ClientInfo y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Dissonance_Networking_ClientInfo__GetHashCode, (ObjectEqualityComparer_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_Dissonance_Networking_ClientInfo__GetHashCode_1, (ObjectEqualityComparer_1_Dissonance_Networking_ClientInfo_ * __this, ClientInfo obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_Dissonance_Networking_ClientInfo__IndexOf, (ObjectEqualityComparer_1_Dissonance_Networking_ClientInfo_ * __this, ClientInfo__Array * array, ClientInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_Dissonance_Networking_ClientInfo__LastIndexOf, (ObjectEqualityComparer_1_Dissonance_Networking_ClientInfo_ * __this, ClientInfo__Array * array, ClientInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Color___ctor, (ObjectEqualityComparer_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Color__Equals, (ObjectEqualityComparer_1_UnityEngine_Color_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01893680, bool, ObjectEqualityComparer_1_UnityEngine_Color__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Color_ * __this, Color x, Color y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Color__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163BDD0, int32_t, ObjectEqualityComparer_1_UnityEngine_Color__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Color_ * __this, Color obj, MethodInfo * method)); DO_APP_FUNC(0x018936D0, int32_t, ObjectEqualityComparer_1_UnityEngine_Color__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Color_ * __this, Color__Array * array, Color value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018937B0, int32_t, ObjectEqualityComparer_1_UnityEngine_Color__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Color_ * __this, Color__Array * array, Color value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Color32___ctor, (ObjectEqualityComparer_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Color32__Equals, (ObjectEqualityComparer_1_UnityEngine_Color32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01893890, bool, ObjectEqualityComparer_1_UnityEngine_Color32__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Color32_ * __this, Color32 x, Color32 y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Color32__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01893930, int32_t, ObjectEqualityComparer_1_UnityEngine_Color32__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Color32_ * __this, Color32 obj, MethodInfo * method)); DO_APP_FUNC(0x018939F0, int32_t, ObjectEqualityComparer_1_UnityEngine_Color32__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Color32_ * __this, Color32__Array * array, Color32 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01893B20, int32_t, ObjectEqualityComparer_1_UnityEngine_Color32__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Color32_ * __this, Color32__Array * array, Color32 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UI_ColorBlock___ctor, (ObjectEqualityComparer_1_UnityEngine_UI_ColorBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UI_ColorBlock__Equals, (ObjectEqualityComparer_1_UnityEngine_UI_ColorBlock_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01893C50, bool, ObjectEqualityComparer_1_UnityEngine_UI_ColorBlock__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UI_ColorBlock_ * __this, ColorBlock x, ColorBlock y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UI_ColorBlock__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UI_ColorBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01893D40, int32_t, ObjectEqualityComparer_1_UnityEngine_UI_ColorBlock__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UI_ColorBlock_ * __this, ColorBlock obj, MethodInfo * method)); DO_APP_FUNC(0x01893DB0, int32_t, ObjectEqualityComparer_1_UnityEngine_UI_ColorBlock__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UI_ColorBlock_ * __this, ColorBlock__Array * array, ColorBlock value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01893F10, int32_t, ObjectEqualityComparer_1_UnityEngine_UI_ColorBlock__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UI_ColorBlock_ * __this, ColorBlock__Array * array, ColorBlock value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_CombineInstance___ctor, (ObjectEqualityComparer_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_CombineInstance__Equals, (ObjectEqualityComparer_1_UnityEngine_CombineInstance_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01894080, bool, ObjectEqualityComparer_1_UnityEngine_CombineInstance__Equals_1, (ObjectEqualityComparer_1_UnityEngine_CombineInstance_ * __this, CombineInstance x, CombineInstance y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_CombineInstance__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018941B0, int32_t, ObjectEqualityComparer_1_UnityEngine_CombineInstance__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_CombineInstance_ * __this, CombineInstance obj, MethodInfo * method)); DO_APP_FUNC(0x018942D0, int32_t, ObjectEqualityComparer_1_UnityEngine_CombineInstance__IndexOf, (ObjectEqualityComparer_1_UnityEngine_CombineInstance_ * __this, CombineInstance__Array * array, CombineInstance value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01894490, int32_t, ObjectEqualityComparer_1_UnityEngine_CombineInstance__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_CombineInstance_ * __this, CombineInstance__Array * array, CombineInstance value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_ComputedStyle___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_ComputedStyle__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_ComputedStyle_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01894660, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_ComputedStyle__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_ComputedStyle_ * __this, ComputedStyle x, ComputedStyle y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_ComputedStyle__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01894770, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_ComputedStyle__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_ComputedStyle_ * __this, ComputedStyle obj, MethodInfo * method)); DO_APP_FUNC(0x01894880, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_ComputedStyle__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_ComputedStyle_ * __this, ComputedStyle__Array * array, ComputedStyle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01894A30, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_ComputedStyle__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_ComputedStyle_ * __this, ComputedStyle__Array * array, ComputedStyle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_ComputedTransitionProperty___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_ComputedTransitionProperty__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_ComputedTransitionProperty__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, ComputedTransitionProperty x, ComputedTransitionProperty y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_ComputedTransitionProperty__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_ComputedTransitionProperty__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, ComputedTransitionProperty obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_ComputedTransitionProperty__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, ComputedTransitionProperty__Array * array, ComputedTransitionProperty value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_ComputedTransitionProperty__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, ComputedTransitionProperty__Array * array, ComputedTransitionProperty value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Pathfinding_Connection___ctor, (ObjectEqualityComparer_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Pathfinding_Connection__Equals, (ObjectEqualityComparer_1_Pathfinding_Connection_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01894BE0, bool, ObjectEqualityComparer_1_Pathfinding_Connection__Equals_1, (ObjectEqualityComparer_1_Pathfinding_Connection_ * __this, Connection x, Connection y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Pathfinding_Connection__GetHashCode, (ObjectEqualityComparer_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01894CA0, int32_t, ObjectEqualityComparer_1_Pathfinding_Connection__GetHashCode_1, (ObjectEqualityComparer_1_Pathfinding_Connection_ * __this, Connection obj, MethodInfo * method)); DO_APP_FUNC(0x01894CE0, int32_t, ObjectEqualityComparer_1_Pathfinding_Connection__IndexOf, (ObjectEqualityComparer_1_Pathfinding_Connection_ * __this, Connection__Array * array, Connection value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01894E40, int32_t, ObjectEqualityComparer_1_Pathfinding_Connection__LastIndexOf, (ObjectEqualityComparer_1_Pathfinding_Connection_ * __this, Connection__Array * array, Connection value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Rewired_ControllerPollingInfo___ctor, (ObjectEqualityComparer_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Rewired_ControllerPollingInfo__Equals, (ObjectEqualityComparer_1_Rewired_ControllerPollingInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01894FA0, bool, ObjectEqualityComparer_1_Rewired_ControllerPollingInfo__Equals_1, (ObjectEqualityComparer_1_Rewired_ControllerPollingInfo_ * __this, ControllerPollingInfo x, ControllerPollingInfo y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Rewired_ControllerPollingInfo__GetHashCode, (ObjectEqualityComparer_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016429E0, int32_t, ObjectEqualityComparer_1_Rewired_ControllerPollingInfo__GetHashCode_1, (ObjectEqualityComparer_1_Rewired_ControllerPollingInfo_ * __this, ControllerPollingInfo obj, MethodInfo * method)); DO_APP_FUNC(0x01895090, int32_t, ObjectEqualityComparer_1_Rewired_ControllerPollingInfo__IndexOf, (ObjectEqualityComparer_1_Rewired_ControllerPollingInfo_ * __this, ControllerPollingInfo__Array * array, ControllerPollingInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01895210, int32_t, ObjectEqualityComparer_1_Rewired_ControllerPollingInfo__LastIndexOf, (ObjectEqualityComparer_1_Rewired_ControllerPollingInfo_ * __this, ControllerPollingInfo__Array * array, ControllerPollingInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Rewired_ControllerTemplateElementTarget___ctor, (ObjectEqualityComparer_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Rewired_ControllerTemplateElementTarget__Equals, (ObjectEqualityComparer_1_Rewired_ControllerTemplateElementTarget_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_Rewired_ControllerTemplateElementTarget__Equals_1, (ObjectEqualityComparer_1_Rewired_ControllerTemplateElementTarget_ * __this, ControllerTemplateElementTarget x, ControllerTemplateElementTarget y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Rewired_ControllerTemplateElementTarget__GetHashCode, (ObjectEqualityComparer_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_Rewired_ControllerTemplateElementTarget__GetHashCode_1, (ObjectEqualityComparer_1_Rewired_ControllerTemplateElementTarget_ * __this, ControllerTemplateElementTarget obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_Rewired_ControllerTemplateElementTarget__IndexOf, (ObjectEqualityComparer_1_Rewired_ControllerTemplateElementTarget_ * __this, ControllerTemplateElementTarget__Array * array, ControllerTemplateElementTarget value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_Rewired_ControllerTemplateElementTarget__LastIndexOf, (ObjectEqualityComparer_1_Rewired_ControllerTemplateElementTarget_ * __this, ControllerTemplateElementTarget__Array * array, ControllerTemplateElementTarget value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_SplineMesh_CurveSample___ctor, (ObjectEqualityComparer_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_SplineMesh_CurveSample__Equals, (ObjectEqualityComparer_1_SplineMesh_CurveSample_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01895390, bool, ObjectEqualityComparer_1_SplineMesh_CurveSample__Equals_1, (ObjectEqualityComparer_1_SplineMesh_CurveSample_ * __this, CurveSample x, CurveSample y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_SplineMesh_CurveSample__GetHashCode, (ObjectEqualityComparer_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01895430, int32_t, ObjectEqualityComparer_1_SplineMesh_CurveSample__GetHashCode_1, (ObjectEqualityComparer_1_SplineMesh_CurveSample_ * __this, CurveSample obj, MethodInfo * method)); DO_APP_FUNC(0x01895460, int32_t, ObjectEqualityComparer_1_SplineMesh_CurveSample__IndexOf, (ObjectEqualityComparer_1_SplineMesh_CurveSample_ * __this, CurveSample__Array * array, CurveSample value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01895580, int32_t, ObjectEqualityComparer_1_SplineMesh_CurveSample__LastIndexOf, (ObjectEqualityComparer_1_SplineMesh_CurveSample_ * __this, CurveSample__Array * array, CurveSample value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_DateTime___ctor, (ObjectEqualityComparer_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_DateTime__Equals, (ObjectEqualityComparer_1_System_DateTime_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018956A0, bool, ObjectEqualityComparer_1_System_DateTime__Equals_1, (ObjectEqualityComparer_1_System_DateTime_ * __this, DateTime x, DateTime y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_DateTime__GetHashCode, (ObjectEqualityComparer_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018957D0, int32_t, ObjectEqualityComparer_1_System_DateTime__GetHashCode_1, (ObjectEqualityComparer_1_System_DateTime_ * __this, DateTime obj, MethodInfo * method)); DO_APP_FUNC(0x01895870, int32_t, ObjectEqualityComparer_1_System_DateTime__IndexOf, (ObjectEqualityComparer_1_System_DateTime_ * __this, DateTime__Array * array, DateTime value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01895990, int32_t, ObjectEqualityComparer_1_System_DateTime__LastIndexOf, (ObjectEqualityComparer_1_System_DateTime_ * __this, DateTime__Array * array, DateTime value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_DateTimeOffset___ctor, (ObjectEqualityComparer_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_DateTimeOffset__Equals, (ObjectEqualityComparer_1_System_DateTimeOffset_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01895AB0, bool, ObjectEqualityComparer_1_System_DateTimeOffset__Equals_1, (ObjectEqualityComparer_1_System_DateTimeOffset_ * __this, DateTimeOffset x, DateTimeOffset y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_DateTimeOffset__GetHashCode, (ObjectEqualityComparer_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01895B60, int32_t, ObjectEqualityComparer_1_System_DateTimeOffset__GetHashCode_1, (ObjectEqualityComparer_1_System_DateTimeOffset_ * __this, DateTimeOffset obj, MethodInfo * method)); DO_APP_FUNC(0x01895BD0, int32_t, ObjectEqualityComparer_1_System_DateTimeOffset__IndexOf, (ObjectEqualityComparer_1_System_DateTimeOffset_ * __this, DateTimeOffset__Array * array, DateTimeOffset value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01895CF0, int32_t, ObjectEqualityComparer_1_System_DateTimeOffset__LastIndexOf, (ObjectEqualityComparer_1_System_DateTimeOffset_ * __this, DateTimeOffset__Array * array, DateTimeOffset value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_Decimal___ctor, (ObjectEqualityComparer_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_Decimal__Equals, (ObjectEqualityComparer_1_System_Decimal_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01895E10, bool, ObjectEqualityComparer_1_System_Decimal__Equals_1, (ObjectEqualityComparer_1_System_Decimal_ * __this, Decimal x, Decimal y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_Decimal__GetHashCode, (ObjectEqualityComparer_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01895EC0, int32_t, ObjectEqualityComparer_1_System_Decimal__GetHashCode_1, (ObjectEqualityComparer_1_System_Decimal_ * __this, Decimal obj, MethodInfo * method)); DO_APP_FUNC(0x01895F30, int32_t, ObjectEqualityComparer_1_System_Decimal__IndexOf, (ObjectEqualityComparer_1_System_Decimal_ * __this, Decimal__Array * array, Decimal value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01896050, int32_t, ObjectEqualityComparer_1_System_Decimal__LastIndexOf, (ObjectEqualityComparer_1_System_Decimal_ * __this, Decimal__Array * array, Decimal value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Equals, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01896170, bool, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Equals_1, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent x, DiagnosticEvent y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01896240, int32_t, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent obj, MethodInfo * method)); DO_APP_FUNC(0x01896320, int32_t, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__IndexOf, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent__Array * array, DiagnosticEvent value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01896480, int32_t, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent__Array * array, DiagnosticEvent value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_Double___ctor, (ObjectEqualityComparer_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_Double__Equals, (ObjectEqualityComparer_1_System_Double_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018965E0, bool, ObjectEqualityComparer_1_System_Double__Equals_1, (ObjectEqualityComparer_1_System_Double_ * __this, double x, double y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_Double__GetHashCode, (ObjectEqualityComparer_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163CC70, int32_t, ObjectEqualityComparer_1_System_Double__GetHashCode_1, (ObjectEqualityComparer_1_System_Double_ * __this, double obj, MethodInfo * method)); DO_APP_FUNC(0x018966C0, int32_t, ObjectEqualityComparer_1_System_Double__IndexOf, (ObjectEqualityComparer_1_System_Double_ * __this, Double__Array * array, double value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018967A0, int32_t, ObjectEqualityComparer_1_System_Double__LastIndexOf, (ObjectEqualityComparer_1_System_Double_ * __this, Double__Array * array, double value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_EasingFunction___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_EasingFunction__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_EasingFunction_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01896880, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_EasingFunction__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction x, EasingFunction y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_EasingFunction__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163CDE0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_EasingFunction__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction obj, MethodInfo * method)); DO_APP_FUNC(0x01896930, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_EasingFunction__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction__Array * array, EasingFunction value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01896A70, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_EasingFunction__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction__Array * array, EasingFunction value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Rewired_ElementAssignmentConflictInfo___ctor, (ObjectEqualityComparer_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Rewired_ElementAssignmentConflictInfo__Equals, (ObjectEqualityComparer_1_Rewired_ElementAssignmentConflictInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01896BB0, bool, ObjectEqualityComparer_1_Rewired_ElementAssignmentConflictInfo__Equals_1, (ObjectEqualityComparer_1_Rewired_ElementAssignmentConflictInfo_ * __this, ElementAssignmentConflictInfo x, ElementAssignmentConflictInfo y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Rewired_ElementAssignmentConflictInfo__GetHashCode, (ObjectEqualityComparer_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01896C90, int32_t, ObjectEqualityComparer_1_Rewired_ElementAssignmentConflictInfo__GetHashCode_1, (ObjectEqualityComparer_1_Rewired_ElementAssignmentConflictInfo_ * __this, ElementAssignmentConflictInfo obj, MethodInfo * method)); DO_APP_FUNC(0x01896D70, int32_t, ObjectEqualityComparer_1_Rewired_ElementAssignmentConflictInfo__IndexOf, (ObjectEqualityComparer_1_Rewired_ElementAssignmentConflictInfo_ * __this, ElementAssignmentConflictInfo__Array * array, ElementAssignmentConflictInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01896EE0, int32_t, ObjectEqualityComparer_1_Rewired_ElementAssignmentConflictInfo__LastIndexOf, (ObjectEqualityComparer_1_Rewired_ElementAssignmentConflictInfo_ * __this, ElementAssignmentConflictInfo__Array * array, ElementAssignmentConflictInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Discord_Entitlement___ctor, (ObjectEqualityComparer_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Discord_Entitlement__Equals, (ObjectEqualityComparer_1_Discord_Entitlement_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_Discord_Entitlement__Equals_1, (ObjectEqualityComparer_1_Discord_Entitlement_ * __this, Entitlement x, Entitlement y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Discord_Entitlement__GetHashCode, (ObjectEqualityComparer_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_Discord_Entitlement__GetHashCode_1, (ObjectEqualityComparer_1_Discord_Entitlement_ * __this, Entitlement obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_Discord_Entitlement__IndexOf, (ObjectEqualityComparer_1_Discord_Entitlement_ * __this, Entitlement__Array * array, Entitlement value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_Discord_Entitlement__LastIndexOf, (ObjectEqualityComparer_1_Discord_Entitlement_ * __this, Entitlement__Array * array, Entitlement value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Photon_Bolt_EventReliable___ctor, (ObjectEqualityComparer_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Photon_Bolt_EventReliable__Equals, (ObjectEqualityComparer_1_Photon_Bolt_EventReliable_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_Photon_Bolt_EventReliable__Equals_1, (ObjectEqualityComparer_1_Photon_Bolt_EventReliable_ * __this, EventReliable x, EventReliable y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Photon_Bolt_EventReliable__GetHashCode, (ObjectEqualityComparer_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_Photon_Bolt_EventReliable__GetHashCode_1, (ObjectEqualityComparer_1_Photon_Bolt_EventReliable_ * __this, EventReliable obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_Photon_Bolt_EventReliable__IndexOf, (ObjectEqualityComparer_1_Photon_Bolt_EventReliable_ * __this, EventReliable__Array * array, EventReliable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_Photon_Bolt_EventReliable__LastIndexOf, (ObjectEqualityComparer_1_Photon_Bolt_EventReliable_ * __this, EventReliable__Array * array, EventReliable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Photon_Bolt_EventUnreliable___ctor, (ObjectEqualityComparer_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Photon_Bolt_EventUnreliable__Equals, (ObjectEqualityComparer_1_Photon_Bolt_EventUnreliable_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_Photon_Bolt_EventUnreliable__Equals_1, (ObjectEqualityComparer_1_Photon_Bolt_EventUnreliable_ * __this, EventUnreliable x, EventUnreliable y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Photon_Bolt_EventUnreliable__GetHashCode, (ObjectEqualityComparer_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_Photon_Bolt_EventUnreliable__GetHashCode_1, (ObjectEqualityComparer_1_Photon_Bolt_EventUnreliable_ * __this, EventUnreliable obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_Photon_Bolt_EventUnreliable__IndexOf, (ObjectEqualityComparer_1_Photon_Bolt_EventUnreliable_ * __this, EventUnreliable__Array * array, EventUnreliable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_Photon_Bolt_EventUnreliable__LastIndexOf, (ObjectEqualityComparer_1_Photon_Bolt_EventUnreliable_ * __this, EventUnreliable__Array * array, EventUnreliable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Discord_FileStat___ctor, (ObjectEqualityComparer_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Discord_FileStat__Equals, (ObjectEqualityComparer_1_Discord_FileStat_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_Discord_FileStat__Equals_1, (ObjectEqualityComparer_1_Discord_FileStat_ * __this, FileStat x, FileStat y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Discord_FileStat__GetHashCode, (ObjectEqualityComparer_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_Discord_FileStat__GetHashCode_1, (ObjectEqualityComparer_1_Discord_FileStat_ * __this, FileStat obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_Discord_FileStat__IndexOf, (ObjectEqualityComparer_1_Discord_FileStat_ * __this, FileStat__Array * array, FileStat value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_Discord_FileStat__LastIndexOf, (ObjectEqualityComparer_1_Discord_FileStat_ * __this, FileStat__Array * array, FileStat value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_FontDefinition___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_FontDefinition__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_FontDefinition_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01897060, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_FontDefinition__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_FontDefinition_ * __this, FontDefinition x, FontDefinition y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_FontDefinition__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018970D0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_FontDefinition__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_FontDefinition_ * __this, FontDefinition obj, MethodInfo * method)); DO_APP_FUNC(0x01897100, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_FontDefinition__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_FontDefinition_ * __this, FontDefinition__Array * array, FontDefinition value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018971F0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_FontDefinition__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_FontDefinition_ * __this, FontDefinition__Array * array, FontDefinition value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat___ctor, (ObjectEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat__Equals, (ObjectEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018972E0, bool, ObjectEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat__Equals_1, (ObjectEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat_ * __this, FrameFormat x, FrameFormat y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat__GetHashCode, (ObjectEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163D0C0, int32_t, ObjectEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat__GetHashCode_1, (ObjectEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat_ * __this, FrameFormat obj, MethodInfo * method)); DO_APP_FUNC(0x01897360, int32_t, ObjectEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat__IndexOf, (ObjectEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat_ * __this, FrameFormat__Array * array, FrameFormat value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01897460, int32_t, ObjectEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat__LastIndexOf, (ObjectEqualityComparer_1_Dissonance_Audio_Playback_FrameFormat_ * __this, FrameFormat__Array * array, FrameFormat value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_Runtime_InteropServices_GCHandle___ctor, (ObjectEqualityComparer_1_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_Runtime_InteropServices_GCHandle__Equals, (ObjectEqualityComparer_1_System_Runtime_InteropServices_GCHandle_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01897560, bool, ObjectEqualityComparer_1_System_Runtime_InteropServices_GCHandle__Equals_1, (ObjectEqualityComparer_1_System_Runtime_InteropServices_GCHandle_ * __this, GCHandle x, GCHandle y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_Runtime_InteropServices_GCHandle__GetHashCode, (ObjectEqualityComparer_1_System_Runtime_InteropServices_GCHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163CDE0, int32_t, ObjectEqualityComparer_1_System_Runtime_InteropServices_GCHandle__GetHashCode_1, (ObjectEqualityComparer_1_System_Runtime_InteropServices_GCHandle_ * __this, GCHandle obj, MethodInfo * method)); DO_APP_FUNC(0x01897620, int32_t, ObjectEqualityComparer_1_System_Runtime_InteropServices_GCHandle__IndexOf, (ObjectEqualityComparer_1_System_Runtime_InteropServices_GCHandle_ * __this, GCHandle__Array * array, GCHandle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01897760, int32_t, ObjectEqualityComparer_1_System_Runtime_InteropServices_GCHandle__LastIndexOf, (ObjectEqualityComparer_1_System_Runtime_InteropServices_GCHandle_ * __this, GCHandle__Array * array, GCHandle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor, (ObjectEqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Equals, (ObjectEqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018978A0, bool, ObjectEqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Equals_1, (ObjectEqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord x, GlyphPairAdjustmentRecord y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01897930, int32_t, ObjectEqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord obj, MethodInfo * method)); DO_APP_FUNC(0x01897960, int32_t, ObjectEqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__IndexOf, (ObjectEqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord__Array * array, GlyphPairAdjustmentRecord value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01897A70, int32_t, ObjectEqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord__Array * array, GlyphPairAdjustmentRecord value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_TextCore_GlyphRect___ctor, (ObjectEqualityComparer_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_TextCore_GlyphRect__Equals, (ObjectEqualityComparer_1_UnityEngine_TextCore_GlyphRect_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01897B80, bool, ObjectEqualityComparer_1_UnityEngine_TextCore_GlyphRect__Equals_1, (ObjectEqualityComparer_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect x, GlyphRect y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_TextCore_GlyphRect__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01897C30, int32_t, ObjectEqualityComparer_1_UnityEngine_TextCore_GlyphRect__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect obj, MethodInfo * method)); DO_APP_FUNC(0x01897CC0, int32_t, ObjectEqualityComparer_1_UnityEngine_TextCore_GlyphRect__IndexOf, (ObjectEqualityComparer_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect__Array * array, GlyphRect value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01897DE0, int32_t, ObjectEqualityComparer_1_UnityEngine_TextCore_GlyphRect__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect__Array * array, GlyphRect value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_Guid___ctor, (ObjectEqualityComparer_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_Guid__Equals, (ObjectEqualityComparer_1_System_Guid_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01897F00, bool, ObjectEqualityComparer_1_System_Guid__Equals_1, (ObjectEqualityComparer_1_System_Guid_ * __this, Guid x, Guid y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_Guid__GetHashCode, (ObjectEqualityComparer_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163D870, int32_t, ObjectEqualityComparer_1_System_Guid__GetHashCode_1, (ObjectEqualityComparer_1_System_Guid_ * __this, Guid obj, MethodInfo * method)); DO_APP_FUNC(0x01897F70, int32_t, ObjectEqualityComparer_1_System_Guid__IndexOf, (ObjectEqualityComparer_1_System_Guid_ * __this, Guid__Array * array, Guid value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01898060, int32_t, ObjectEqualityComparer_1_System_Guid__LastIndexOf, (ObjectEqualityComparer_1_System_Guid_ * __this, Guid__Array * array, Guid value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Hash128___ctor, (ObjectEqualityComparer_1_UnityEngine_Hash128_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Hash128__Equals, (ObjectEqualityComparer_1_UnityEngine_Hash128_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01898150, bool, ObjectEqualityComparer_1_UnityEngine_Hash128__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Hash128_ * __this, Hash128 x, Hash128 y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Hash128__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Hash128_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163D9B0, int32_t, ObjectEqualityComparer_1_UnityEngine_Hash128__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Hash128_ * __this, Hash128 obj, MethodInfo * method)); DO_APP_FUNC(0x01898210, int32_t, ObjectEqualityComparer_1_UnityEngine_Hash128__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Hash128_ * __this, Hash128__Array * array, Hash128 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01898360, int32_t, ObjectEqualityComparer_1_UnityEngine_Hash128__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Hash128_ * __this, Hash128__Array * array, Hash128 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Rewired_InputActionSourceData___ctor, (ObjectEqualityComparer_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Rewired_InputActionSourceData__Equals, (ObjectEqualityComparer_1_Rewired_InputActionSourceData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_Rewired_InputActionSourceData__Equals_1, (ObjectEqualityComparer_1_Rewired_InputActionSourceData_ * __this, InputActionSourceData x, InputActionSourceData y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Rewired_InputActionSourceData__GetHashCode, (ObjectEqualityComparer_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_Rewired_InputActionSourceData__GetHashCode_1, (ObjectEqualityComparer_1_Rewired_InputActionSourceData_ * __this, InputActionSourceData obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_Rewired_InputActionSourceData__IndexOf, (ObjectEqualityComparer_1_Rewired_InputActionSourceData_ * __this, InputActionSourceData__Array * array, InputActionSourceData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_Rewired_InputActionSourceData__LastIndexOf, (ObjectEqualityComparer_1_Rewired_InputActionSourceData_ * __this, InputActionSourceData__Array * array, InputActionSourceData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_InputSystem_InputBinding___ctor, (ObjectEqualityComparer_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_InputBinding__Equals, (ObjectEqualityComparer_1_UnityEngine_InputSystem_InputBinding_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018984B0, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_InputBinding__Equals_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding x, InputBinding y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_InputBinding__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01898560, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_InputBinding__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding obj, MethodInfo * method)); DO_APP_FUNC(0x01898590, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_InputBinding__IndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding__Array * array, InputBinding value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018986C0, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_InputBinding__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding__Array * array, InputBinding value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_XR_InputDevice___ctor, (ObjectEqualityComparer_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_XR_InputDevice__Equals, (ObjectEqualityComparer_1_UnityEngine_XR_InputDevice_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018987F0, bool, ObjectEqualityComparer_1_UnityEngine_XR_InputDevice__Equals_1, (ObjectEqualityComparer_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1 x, InputDevice_1 y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_XR_InputDevice__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163DDA0, int32_t, ObjectEqualityComparer_1_UnityEngine_XR_InputDevice__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1 obj, MethodInfo * method)); DO_APP_FUNC(0x01898860, int32_t, ObjectEqualityComparer_1_UnityEngine_XR_InputDevice__IndexOf, (ObjectEqualityComparer_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1__Array * array, InputDevice_1 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01898950, int32_t, ObjectEqualityComparer_1_UnityEngine_XR_InputDevice__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1__Array * array, InputDevice_1 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription___ctor, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Equals, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01898A40, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Equals_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription x, InputDeviceDescription y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01898AD0, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription obj, MethodInfo * method)); DO_APP_FUNC(0x01898B00, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__IndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription__Array * array, InputDeviceDescription value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01898C10, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription__Array * array, InputDeviceDescription value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr___ctor, (ObjectEqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Equals, (ObjectEqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01898D20, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Equals_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr x, InputEventPtr y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163CDE0, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr obj, MethodInfo * method)); DO_APP_FUNC(0x01898D80, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__IndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr__Array * array, InputEventPtr value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01898E60, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr__Array * array, InputEventPtr value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_Int16___ctor, (ObjectEqualityComparer_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_Int16__Equals, (ObjectEqualityComparer_1_System_Int16_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01898F40, bool, ObjectEqualityComparer_1_System_Int16__Equals_1, (ObjectEqualityComparer_1_System_Int16_ * __this, int16_t x, int16_t y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_Int16__GetHashCode, (ObjectEqualityComparer_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163E2E0, int32_t, ObjectEqualityComparer_1_System_Int16__GetHashCode_1, (ObjectEqualityComparer_1_System_Int16_ * __this, int16_t obj, MethodInfo * method)); DO_APP_FUNC(0x01899000, int32_t, ObjectEqualityComparer_1_System_Int16__IndexOf, (ObjectEqualityComparer_1_System_Int16_ * __this, Int16__Array * array, int16_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01899140, int32_t, ObjectEqualityComparer_1_System_Int16__LastIndexOf, (ObjectEqualityComparer_1_System_Int16_ * __this, Int16__Array * array, int16_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Pathfinding_Int2___ctor, (ObjectEqualityComparer_1_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Pathfinding_Int2__Equals, (ObjectEqualityComparer_1_Pathfinding_Int2_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01899280, bool, ObjectEqualityComparer_1_Pathfinding_Int2__Equals_1, (ObjectEqualityComparer_1_Pathfinding_Int2_ * __this, Int2 x, Int2 y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Pathfinding_Int2__GetHashCode, (ObjectEqualityComparer_1_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163E3B0, int32_t, ObjectEqualityComparer_1_Pathfinding_Int2__GetHashCode_1, (ObjectEqualityComparer_1_Pathfinding_Int2_ * __this, Int2 obj, MethodInfo * method)); DO_APP_FUNC(0x01899340, int32_t, ObjectEqualityComparer_1_Pathfinding_Int2__IndexOf, (ObjectEqualityComparer_1_Pathfinding_Int2_ * __this, Int2__Array * array, Int2 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01899480, int32_t, ObjectEqualityComparer_1_Pathfinding_Int2__LastIndexOf, (ObjectEqualityComparer_1_Pathfinding_Int2_ * __this, Int2__Array * array, Int2 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Pathfinding_Int3___ctor, (ObjectEqualityComparer_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Pathfinding_Int3__Equals, (ObjectEqualityComparer_1_Pathfinding_Int3_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018995C0, bool, ObjectEqualityComparer_1_Pathfinding_Int3__Equals_1, (ObjectEqualityComparer_1_Pathfinding_Int3_ * __this, Int3 x, Int3 y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Pathfinding_Int3__GetHashCode, (ObjectEqualityComparer_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163E4D0, int32_t, ObjectEqualityComparer_1_Pathfinding_Int3__GetHashCode_1, (ObjectEqualityComparer_1_Pathfinding_Int3_ * __this, Int3 obj, MethodInfo * method)); DO_APP_FUNC(0x01899640, int32_t, ObjectEqualityComparer_1_Pathfinding_Int3__IndexOf, (ObjectEqualityComparer_1_Pathfinding_Int3_ * __this, Int3__Array * array, Int3 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01899730, int32_t, ObjectEqualityComparer_1_Pathfinding_Int3__LastIndexOf, (ObjectEqualityComparer_1_Pathfinding_Int3_ * __this, Int3__Array * array, Int3 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_Int32___ctor, (ObjectEqualityComparer_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_Int32__Equals, (ObjectEqualityComparer_1_System_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01899820, bool, ObjectEqualityComparer_1_System_Int32__Equals_1, (ObjectEqualityComparer_1_System_Int32_ * __this, int32_t x, int32_t y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_Int32__GetHashCode, (ObjectEqualityComparer_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163CDE0, int32_t, ObjectEqualityComparer_1_System_Int32__GetHashCode_1, (ObjectEqualityComparer_1_System_Int32_ * __this, int32_t obj, MethodInfo * method)); DO_APP_FUNC(0x018998D0, int32_t, ObjectEqualityComparer_1_System_Int32__IndexOf, (ObjectEqualityComparer_1_System_Int32_ * __this, Int32__Array * array, int32_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01899A10, int32_t, ObjectEqualityComparer_1_System_Int32__LastIndexOf, (ObjectEqualityComparer_1_System_Int32_ * __this, Int32__Array * array, int32_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_Int32Enum___ctor, (ObjectEqualityComparer_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_Int32Enum__Equals, (ObjectEqualityComparer_1_System_Int32Enum_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01899B50, bool, ObjectEqualityComparer_1_System_Int32Enum__Equals_1, (ObjectEqualityComparer_1_System_Int32Enum_ * __this, Int32Enum__Enum x, Int32Enum__Enum y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_Int32Enum__GetHashCode, (ObjectEqualityComparer_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163CDE0, int32_t, ObjectEqualityComparer_1_System_Int32Enum__GetHashCode_1, (ObjectEqualityComparer_1_System_Int32Enum_ * __this, Int32Enum__Enum obj, MethodInfo * method)); DO_APP_FUNC(0x01899BF0, int32_t, ObjectEqualityComparer_1_System_Int32Enum__IndexOf, (ObjectEqualityComparer_1_System_Int32Enum_ * __this, Int32Enum__Enum__Array * array, Int32Enum__Enum value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01899D20, int32_t, ObjectEqualityComparer_1_System_Int32Enum__LastIndexOf, (ObjectEqualityComparer_1_System_Int32Enum_ * __this, Int32Enum__Enum__Array * array, Int32Enum__Enum value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_Int64___ctor, (ObjectEqualityComparer_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_Int64__Equals, (ObjectEqualityComparer_1_System_Int64_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01899E50, bool, ObjectEqualityComparer_1_System_Int64__Equals_1, (ObjectEqualityComparer_1_System_Int64_ * __this, int64_t x, int64_t y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_Int64__GetHashCode, (ObjectEqualityComparer_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163E6A0, int32_t, ObjectEqualityComparer_1_System_Int64__GetHashCode_1, (ObjectEqualityComparer_1_System_Int64_ * __this, int64_t obj, MethodInfo * method)); DO_APP_FUNC(0x01899F10, int32_t, ObjectEqualityComparer_1_System_Int64__IndexOf, (ObjectEqualityComparer_1_System_Int64_ * __this, Int64__Array * array, int64_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189A050, int32_t, ObjectEqualityComparer_1_System_Int64__LastIndexOf, (ObjectEqualityComparer_1_System_Int64_ * __this, Int64__Array * array, int64_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Pathfinding_ClipperLib_IntPoint___ctor, (ObjectEqualityComparer_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Pathfinding_ClipperLib_IntPoint__Equals, (ObjectEqualityComparer_1_Pathfinding_ClipperLib_IntPoint_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189A190, bool, ObjectEqualityComparer_1_Pathfinding_ClipperLib_IntPoint__Equals_1, (ObjectEqualityComparer_1_Pathfinding_ClipperLib_IntPoint_ * __this, IntPoint x, IntPoint y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Pathfinding_ClipperLib_IntPoint__GetHashCode, (ObjectEqualityComparer_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0189A200, int32_t, ObjectEqualityComparer_1_Pathfinding_ClipperLib_IntPoint__GetHashCode_1, (ObjectEqualityComparer_1_Pathfinding_ClipperLib_IntPoint_ * __this, IntPoint obj, MethodInfo * method)); DO_APP_FUNC(0x0189A260, int32_t, ObjectEqualityComparer_1_Pathfinding_ClipperLib_IntPoint__IndexOf, (ObjectEqualityComparer_1_Pathfinding_ClipperLib_IntPoint_ * __this, IntPoint__Array * array, IntPoint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189A350, int32_t, ObjectEqualityComparer_1_Pathfinding_ClipperLib_IntPoint__LastIndexOf, (ObjectEqualityComparer_1_Pathfinding_ClipperLib_IntPoint_ * __this, IntPoint__Array * array, IntPoint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_IntPtr___ctor, (ObjectEqualityComparer_1_System_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_IntPtr__Equals, (ObjectEqualityComparer_1_System_IntPtr_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189A440, bool, ObjectEqualityComparer_1_System_IntPtr__Equals_1, (ObjectEqualityComparer_1_System_IntPtr_ * __this, void * x, void * y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_IntPtr__GetHashCode, (ObjectEqualityComparer_1_System_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163CDE0, int32_t, ObjectEqualityComparer_1_System_IntPtr__GetHashCode_1, (ObjectEqualityComparer_1_System_IntPtr_ * __this, void * obj, MethodInfo * method)); DO_APP_FUNC(0x0189A500, int32_t, ObjectEqualityComparer_1_System_IntPtr__IndexOf, (ObjectEqualityComparer_1_System_IntPtr_ * __this, IntPtr__Array * array, void * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189A630, int32_t, ObjectEqualityComparer_1_System_IntPtr__LastIndexOf, (ObjectEqualityComparer_1_System_IntPtr_ * __this, IntPtr__Array * array, void * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Pathfinding_IntRect___ctor, (ObjectEqualityComparer_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Pathfinding_IntRect__Equals, (ObjectEqualityComparer_1_Pathfinding_IntRect_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189A770, bool, ObjectEqualityComparer_1_Pathfinding_IntRect__Equals_1, (ObjectEqualityComparer_1_Pathfinding_IntRect_ * __this, IntRect x, IntRect y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Pathfinding_IntRect__GetHashCode, (ObjectEqualityComparer_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0189A840, int32_t, ObjectEqualityComparer_1_Pathfinding_IntRect__GetHashCode_1, (ObjectEqualityComparer_1_Pathfinding_IntRect_ * __this, IntRect obj, MethodInfo * method)); DO_APP_FUNC(0x0189A870, int32_t, ObjectEqualityComparer_1_Pathfinding_IntRect__IndexOf, (ObjectEqualityComparer_1_Pathfinding_IntRect_ * __this, IntRect__Array * array, IntRect value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189A9D0, int32_t, ObjectEqualityComparer_1_Pathfinding_IntRect__LastIndexOf, (ObjectEqualityComparer_1_Pathfinding_IntRect_ * __this, IntRect__Array * array, IntRect value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString___ctor, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString__Equals, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189AB30, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString__Equals_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString x, InternedString y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163E760, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString obj, MethodInfo * method)); DO_APP_FUNC(0x0189ABA0, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString__IndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString__Array * array, InternedString value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189AC90, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString__Array * array, InternedString value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo___ctor, (ObjectEqualityComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Equals, (ObjectEqualityComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Equals_1, (ObjectEqualityComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, InterpretedFrameInfo x, InterpretedFrameInfo y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__GetHashCode, (ObjectEqualityComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__GetHashCode_1, (ObjectEqualityComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, InterpretedFrameInfo obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__IndexOf, (ObjectEqualityComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, InterpretedFrameInfo__Array * array, InterpretedFrameInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__LastIndexOf, (ObjectEqualityComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, InterpretedFrameInfo__Array * array, InterpretedFrameInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Timeline_IntervalTreeNode___ctor, (ObjectEqualityComparer_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Timeline_IntervalTreeNode__Equals, (ObjectEqualityComparer_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_UnityEngine_Timeline_IntervalTreeNode__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IntervalTreeNode x, IntervalTreeNode y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Timeline_IntervalTreeNode__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_UnityEngine_Timeline_IntervalTreeNode__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IntervalTreeNode obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_UnityEngine_Timeline_IntervalTreeNode__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IntervalTreeNode__Array * array, IntervalTreeNode value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_UnityEngine_Timeline_IntervalTreeNode__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IntervalTreeNode__Array * array, IntervalTreeNode value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK___ctor, (ObjectEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__Equals, (ObjectEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189AD80, bool, ObjectEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__Equals_1, (ObjectEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK x, IpQCkqlgJLyrFpAOyBfUxXQpJsWK y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__GetHashCode, (ObjectEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163E8E0, int32_t, ObjectEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__GetHashCode_1, (ObjectEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK obj, MethodInfo * method)); DO_APP_FUNC(0x0189AE30, int32_t, ObjectEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__IndexOf, (ObjectEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK__Array * array, IpQCkqlgJLyrFpAOyBfUxXQpJsWK value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189AF80, int32_t, ObjectEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK__LastIndexOf, (ObjectEqualityComparer_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK__Array * array, IpQCkqlgJLyrFpAOyBfUxXQpJsWK value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount___ctor, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Equals, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Equals_1, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, ItemDefinitionAmount x, ItemDefinitionAmount y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__GetHashCode, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__GetHashCode_1, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, ItemDefinitionAmount obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__IndexOf, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, ItemDefinitionAmount__Array * array, ItemDefinitionAmount value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__LastIndexOf, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, ItemDefinitionAmount__Array * array, ItemDefinitionAmount value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_KickedPlayer___ctor, (ObjectEqualityComparer_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_KickedPlayer__Equals, (ObjectEqualityComparer_1_KickedPlayer_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_KickedPlayer__Equals_1, (ObjectEqualityComparer_1_KickedPlayer_ * __this, KickedPlayer x, KickedPlayer y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_KickedPlayer__GetHashCode, (ObjectEqualityComparer_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_KickedPlayer__GetHashCode_1, (ObjectEqualityComparer_1_KickedPlayer_ * __this, KickedPlayer obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_KickedPlayer__IndexOf, (ObjectEqualityComparer_1_KickedPlayer_ * __this, KickedPlayer__Array * array, KickedPlayer value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_KickedPlayer__LastIndexOf, (ObjectEqualityComparer_1_KickedPlayer_ * __this, KickedPlayer__Array * array, KickedPlayer value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_LayerMask___ctor, (ObjectEqualityComparer_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_LayerMask__Equals, (ObjectEqualityComparer_1_UnityEngine_LayerMask_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01893890, bool, ObjectEqualityComparer_1_UnityEngine_LayerMask__Equals_1, (ObjectEqualityComparer_1_UnityEngine_LayerMask_ * __this, LayerMask x, LayerMask y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_LayerMask__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01893930, int32_t, ObjectEqualityComparer_1_UnityEngine_LayerMask__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_LayerMask_ * __this, LayerMask obj, MethodInfo * method)); DO_APP_FUNC(0x018939F0, int32_t, ObjectEqualityComparer_1_UnityEngine_LayerMask__IndexOf, (ObjectEqualityComparer_1_UnityEngine_LayerMask_ * __this, LayerMask__Array * array, LayerMask value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01893B20, int32_t, ObjectEqualityComparer_1_UnityEngine_LayerMask__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_LayerMask_ * __this, LayerMask__Array * array, LayerMask value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189B0D0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter x, ManipulatorActivationFilter y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163EB80, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter obj, MethodInfo * method)); DO_APP_FUNC(0x0189B150, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter__Array * array, ManipulatorActivationFilter value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189B240, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter__Array * array, ManipulatorActivationFilter value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Matrix4x4___ctor, (ObjectEqualityComparer_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Matrix4x4__Equals, (ObjectEqualityComparer_1_UnityEngine_Matrix4x4_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189B330, bool, ObjectEqualityComparer_1_UnityEngine_Matrix4x4__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4 x, Matrix4x4 y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Matrix4x4__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163ED00, int32_t, ObjectEqualityComparer_1_UnityEngine_Matrix4x4__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4 obj, MethodInfo * method)); DO_APP_FUNC(0x0189B3A0, int32_t, ObjectEqualityComparer_1_UnityEngine_Matrix4x4__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4__Array * array, Matrix4x4 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189B4A0, int32_t, ObjectEqualityComparer_1_UnityEngine_Matrix4x4__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4__Array * array, Matrix4x4 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters___ctor, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Equals, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Equals_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, NameAndParameters x, NameAndParameters y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, NameAndParameters obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters__IndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, NameAndParameters__Array * array, NameAndParameters value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, NameAndParameters__Array * array, NameAndParameters value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue___ctor, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue__Equals, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189B5A0, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue__Equals_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue x, NamedValue y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0189B620, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue obj, MethodInfo * method)); DO_APP_FUNC(0x0189B650, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue__IndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue__Array * array, NamedValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189B750, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue__Array * array, NamedValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UI_Navigation___ctor, (ObjectEqualityComparer_1_UnityEngine_UI_Navigation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UI_Navigation__Equals, (ObjectEqualityComparer_1_UnityEngine_UI_Navigation_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189B850, bool, ObjectEqualityComparer_1_UnityEngine_UI_Navigation__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UI_Navigation_ * __this, Navigation x, Navigation y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UI_Navigation__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UI_Navigation_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F090, int32_t, ObjectEqualityComparer_1_UnityEngine_UI_Navigation__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UI_Navigation_ * __this, Navigation obj, MethodInfo * method)); DO_APP_FUNC(0x0189B920, int32_t, ObjectEqualityComparer_1_UnityEngine_UI_Navigation__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UI_Navigation_ * __this, Navigation__Array * array, Navigation value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189BA80, int32_t, ObjectEqualityComparer_1_UnityEngine_UI_Navigation__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UI_Navigation_ * __this, Navigation__Array * array, Navigation value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Photon_Bolt_NetworkId___ctor, (ObjectEqualityComparer_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Photon_Bolt_NetworkId__Equals, (ObjectEqualityComparer_1_Photon_Bolt_NetworkId_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189BBE0, bool, ObjectEqualityComparer_1_Photon_Bolt_NetworkId__Equals_1, (ObjectEqualityComparer_1_Photon_Bolt_NetworkId_ * __this, NetworkId x, NetworkId y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Photon_Bolt_NetworkId__GetHashCode, (ObjectEqualityComparer_1_Photon_Bolt_NetworkId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F310, int32_t, ObjectEqualityComparer_1_Photon_Bolt_NetworkId__GetHashCode_1, (ObjectEqualityComparer_1_Photon_Bolt_NetworkId_ * __this, NetworkId obj, MethodInfo * method)); DO_APP_FUNC(0x0189BCA0, int32_t, ObjectEqualityComparer_1_Photon_Bolt_NetworkId__IndexOf, (ObjectEqualityComparer_1_Photon_Bolt_NetworkId_ * __this, NetworkId__Array * array, NetworkId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189BDE0, int32_t, ObjectEqualityComparer_1_Photon_Bolt_NetworkId__LastIndexOf, (ObjectEqualityComparer_1_Photon_Bolt_NetworkId_ * __this, NetworkId__Array * array, NetworkId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Photon_Bolt_NetworkPropertyInfo___ctor, (ObjectEqualityComparer_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Photon_Bolt_NetworkPropertyInfo__Equals, (ObjectEqualityComparer_1_Photon_Bolt_NetworkPropertyInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188E960, bool, ObjectEqualityComparer_1_Photon_Bolt_NetworkPropertyInfo__Equals_1, (ObjectEqualityComparer_1_Photon_Bolt_NetworkPropertyInfo_ * __this, NetworkPropertyInfo x, NetworkPropertyInfo y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Photon_Bolt_NetworkPropertyInfo__GetHashCode, (ObjectEqualityComparer_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016407A0, int32_t, ObjectEqualityComparer_1_Photon_Bolt_NetworkPropertyInfo__GetHashCode_1, (ObjectEqualityComparer_1_Photon_Bolt_NetworkPropertyInfo_ * __this, NetworkPropertyInfo obj, MethodInfo * method)); DO_APP_FUNC(0x0188EA20, int32_t, ObjectEqualityComparer_1_Photon_Bolt_NetworkPropertyInfo__IndexOf, (ObjectEqualityComparer_1_Photon_Bolt_NetworkPropertyInfo_ * __this, NetworkPropertyInfo__Array * array, NetworkPropertyInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EB60, int32_t, ObjectEqualityComparer_1_Photon_Bolt_NetworkPropertyInfo__LastIndexOf, (ObjectEqualityComparer_1_Photon_Bolt_NetworkPropertyInfo_ * __this, NetworkPropertyInfo__Array * array, NetworkPropertyInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_Object___ctor, (ObjectEqualityComparer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_Object__Equals, (ObjectEqualityComparer_1_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189BF20, bool, ObjectEqualityComparer_1_System_Object__Equals_1, (ObjectEqualityComparer_1_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_Object__GetHashCode, (ObjectEqualityComparer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F3A0, int32_t, ObjectEqualityComparer_1_System_Object__GetHashCode_1, (ObjectEqualityComparer_1_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189BF60, int32_t, ObjectEqualityComparer_1_System_Object__IndexOf, (ObjectEqualityComparer_1_System_Object_ * __this, Object__Array * array, Object * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189C020, int32_t, ObjectEqualityComparer_1_System_Object__LastIndexOf, (ObjectEqualityComparer_1_System_Object_ * __this, Object__Array * array, Object * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData___ctor, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Equals, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01896170, bool, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Equals_1, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, ObjectInitializationData x, ObjectInitializationData y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01896240, int32_t, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, ObjectInitializationData obj, MethodInfo * method)); DO_APP_FUNC(0x01896320, int32_t, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__IndexOf, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, ObjectInitializationData__Array * array, ObjectInitializationData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01896480, int32_t, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, ObjectInitializationData__Array * array, ObjectInitializationData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__Equals, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__Equals_1, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, ObjectSurface x, ObjectSurface y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__GetHashCode, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__GetHashCode_1, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, ObjectSurface obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__IndexOf, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, ObjectSurface__Array * array, ObjectSurface value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__LastIndexOf, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, ObjectSurface__Array * array, ObjectSurface value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Dissonance_Networking_Client_OpenChannel___ctor, (ObjectEqualityComparer_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Dissonance_Networking_Client_OpenChannel__Equals, (ObjectEqualityComparer_1_Dissonance_Networking_Client_OpenChannel_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188E960, bool, ObjectEqualityComparer_1_Dissonance_Networking_Client_OpenChannel__Equals_1, (ObjectEqualityComparer_1_Dissonance_Networking_Client_OpenChannel_ * __this, OpenChannel x, OpenChannel y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Dissonance_Networking_Client_OpenChannel__GetHashCode, (ObjectEqualityComparer_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016407A0, int32_t, ObjectEqualityComparer_1_Dissonance_Networking_Client_OpenChannel__GetHashCode_1, (ObjectEqualityComparer_1_Dissonance_Networking_Client_OpenChannel_ * __this, OpenChannel obj, MethodInfo * method)); DO_APP_FUNC(0x0188EA20, int32_t, ObjectEqualityComparer_1_Dissonance_Networking_Client_OpenChannel__IndexOf, (ObjectEqualityComparer_1_Dissonance_Networking_Client_OpenChannel_ * __this, OpenChannel__Array * array, OpenChannel value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EB60, int32_t, ObjectEqualityComparer_1_Dissonance_Networking_Client_OpenChannel__LastIndexOf, (ObjectEqualityComparer_1_Dissonance_Networking_Client_OpenChannel_ * __this, OpenChannel__Array * array, OpenChannel value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue___ctor, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__Equals, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189B850, bool, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__Equals_1, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, OriginalMaterialValue x, OriginalMaterialValue y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__GetHashCode, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F090, int32_t, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__GetHashCode_1, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, OriginalMaterialValue obj, MethodInfo * method)); DO_APP_FUNC(0x0189B920, int32_t, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__IndexOf, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, OriginalMaterialValue__Array * array, OriginalMaterialValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189BA80, int32_t, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__LastIndexOf, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, OriginalMaterialValue__Array * array, OriginalMaterialValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Photon_Bolt_Internal_PacketStats___ctor, (ObjectEqualityComparer_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Photon_Bolt_Internal_PacketStats__Equals, (ObjectEqualityComparer_1_Photon_Bolt_Internal_PacketStats_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189C0E0, bool, ObjectEqualityComparer_1_Photon_Bolt_Internal_PacketStats__Equals_1, (ObjectEqualityComparer_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats x, PacketStats y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Photon_Bolt_Internal_PacketStats__GetHashCode, (ObjectEqualityComparer_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0189C1A0, int32_t, ObjectEqualityComparer_1_Photon_Bolt_Internal_PacketStats__GetHashCode_1, (ObjectEqualityComparer_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats obj, MethodInfo * method)); DO_APP_FUNC(0x0189C270, int32_t, ObjectEqualityComparer_1_Photon_Bolt_Internal_PacketStats__IndexOf, (ObjectEqualityComparer_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats__Array * array, PacketStats value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189C3C0, int32_t, ObjectEqualityComparer_1_Photon_Bolt_Internal_PacketStats__LastIndexOf, (ObjectEqualityComparer_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats__Array * array, PacketStats value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_ParticleCollisionEvent___ctor, (ObjectEqualityComparer_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_ParticleCollisionEvent__Equals, (ObjectEqualityComparer_1_UnityEngine_ParticleCollisionEvent_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189B850, bool, ObjectEqualityComparer_1_UnityEngine_ParticleCollisionEvent__Equals_1, (ObjectEqualityComparer_1_UnityEngine_ParticleCollisionEvent_ * __this, ParticleCollisionEvent x, ParticleCollisionEvent y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_ParticleCollisionEvent__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F090, int32_t, ObjectEqualityComparer_1_UnityEngine_ParticleCollisionEvent__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_ParticleCollisionEvent_ * __this, ParticleCollisionEvent obj, MethodInfo * method)); DO_APP_FUNC(0x0189B920, int32_t, ObjectEqualityComparer_1_UnityEngine_ParticleCollisionEvent__IndexOf, (ObjectEqualityComparer_1_UnityEngine_ParticleCollisionEvent_ * __this, ParticleCollisionEvent__Array * array, ParticleCollisionEvent value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189BA80, int32_t, ObjectEqualityComparer_1_UnityEngine_ParticleCollisionEvent__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_ParticleCollisionEvent_ * __this, ParticleCollisionEvent__Array * array, ParticleCollisionEvent value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Rewired_PidVid___ctor, (ObjectEqualityComparer_1_Rewired_PidVid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Rewired_PidVid__Equals, (ObjectEqualityComparer_1_Rewired_PidVid_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189C510, bool, ObjectEqualityComparer_1_Rewired_PidVid__Equals_1, (ObjectEqualityComparer_1_Rewired_PidVid_ * __this, PidVid x, PidVid y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Rewired_PidVid__GetHashCode, (ObjectEqualityComparer_1_Rewired_PidVid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F5D0, int32_t, ObjectEqualityComparer_1_Rewired_PidVid__GetHashCode_1, (ObjectEqualityComparer_1_Rewired_PidVid_ * __this, PidVid obj, MethodInfo * method)); DO_APP_FUNC(0x0189C5E0, int32_t, ObjectEqualityComparer_1_Rewired_PidVid__IndexOf, (ObjectEqualityComparer_1_Rewired_PidVid_ * __this, PidVid__Array * array, PidVid value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189C730, int32_t, ObjectEqualityComparer_1_Rewired_PidVid__LastIndexOf, (ObjectEqualityComparer_1_Rewired_PidVid_ * __this, PidVid__Array * array, PidVid value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Playables_Playable___ctor, (ObjectEqualityComparer_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Playables_Playable__Equals, (ObjectEqualityComparer_1_UnityEngine_Playables_Playable_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_Playables_Playable__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Playables_Playable_ * __this, Playable x, Playable y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Playables_Playable__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_Playables_Playable__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Playables_Playable_ * __this, Playable obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_Playables_Playable__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Playables_Playable_ * __this, Playable__Array * array, Playable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_Playables_Playable__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Playables_Playable_ * __this, Playable__Array * array, Playable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Playables_PlayableBinding___ctor, (ObjectEqualityComparer_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Playables_PlayableBinding__Equals, (ObjectEqualityComparer_1_UnityEngine_Playables_PlayableBinding_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188E960, bool, ObjectEqualityComparer_1_UnityEngine_Playables_PlayableBinding__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Playables_PlayableBinding_ * __this, PlayableBinding x, PlayableBinding y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Playables_PlayableBinding__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016407A0, int32_t, ObjectEqualityComparer_1_UnityEngine_Playables_PlayableBinding__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Playables_PlayableBinding_ * __this, PlayableBinding obj, MethodInfo * method)); DO_APP_FUNC(0x0188EA20, int32_t, ObjectEqualityComparer_1_UnityEngine_Playables_PlayableBinding__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Playables_PlayableBinding_ * __this, PlayableBinding__Array * array, PlayableBinding value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EB60, int32_t, ObjectEqualityComparer_1_UnityEngine_Playables_PlayableBinding__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Playables_PlayableBinding_ * __this, PlayableBinding__Array * array, PlayableBinding value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Dissonance_PlayerChannel___ctor, (ObjectEqualityComparer_1_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Dissonance_PlayerChannel__Equals, (ObjectEqualityComparer_1_Dissonance_PlayerChannel_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189C880, bool, ObjectEqualityComparer_1_Dissonance_PlayerChannel__Equals_1, (ObjectEqualityComparer_1_Dissonance_PlayerChannel_ * __this, PlayerChannel x, PlayerChannel y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Dissonance_PlayerChannel__GetHashCode, (ObjectEqualityComparer_1_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0189C900, int32_t, ObjectEqualityComparer_1_Dissonance_PlayerChannel__GetHashCode_1, (ObjectEqualityComparer_1_Dissonance_PlayerChannel_ * __this, PlayerChannel obj, MethodInfo * method)); DO_APP_FUNC(0x0189C930, int32_t, ObjectEqualityComparer_1_Dissonance_PlayerChannel__IndexOf, (ObjectEqualityComparer_1_Dissonance_PlayerChannel_ * __this, PlayerChannel__Array * array, PlayerChannel value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189CA30, int32_t, ObjectEqualityComparer_1_Dissonance_PlayerChannel__LastIndexOf, (ObjectEqualityComparer_1_Dissonance_PlayerChannel_ * __this, PlayerChannel__Array * array, PlayerChannel value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_PlayerFlashlightBeam___ctor, (ObjectEqualityComparer_1_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_PlayerFlashlightBeam__Equals, (ObjectEqualityComparer_1_PlayerFlashlightBeam_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_PlayerFlashlightBeam__Equals_1, (ObjectEqualityComparer_1_PlayerFlashlightBeam_ * __this, PlayerFlashlightBeam x, PlayerFlashlightBeam y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_PlayerFlashlightBeam__GetHashCode, (ObjectEqualityComparer_1_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_PlayerFlashlightBeam__GetHashCode_1, (ObjectEqualityComparer_1_PlayerFlashlightBeam_ * __this, PlayerFlashlightBeam obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_PlayerFlashlightBeam__IndexOf, (ObjectEqualityComparer_1_PlayerFlashlightBeam_ * __this, PlayerFlashlightBeam__Array * array, PlayerFlashlightBeam value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_PlayerFlashlightBeam__LastIndexOf, (ObjectEqualityComparer_1_PlayerFlashlightBeam_ * __this, PlayerFlashlightBeam__Array * array, PlayerFlashlightBeam value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_PointerModel___ctor, (ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_PointerModel__Equals, (ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189CB30, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_PointerModel__Equals_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, PointerModel x, PointerModel y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_PointerModel__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0189CCC0, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_PointerModel__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, PointerModel obj, MethodInfo * method)); DO_APP_FUNC(0x0189CE10, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_PointerModel__IndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, PointerModel__Array * array, PointerModel value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189D030, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_PointerModel__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_PointerModel_ * __this, PointerModel__Array * array, PointerModel value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Photon_Bolt_PrefabId___ctor, (ObjectEqualityComparer_1_Photon_Bolt_PrefabId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Photon_Bolt_PrefabId__Equals, (ObjectEqualityComparer_1_Photon_Bolt_PrefabId_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189D260, bool, ObjectEqualityComparer_1_Photon_Bolt_PrefabId__Equals_1, (ObjectEqualityComparer_1_Photon_Bolt_PrefabId_ * __this, PrefabId x, PrefabId y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Photon_Bolt_PrefabId__GetHashCode, (ObjectEqualityComparer_1_Photon_Bolt_PrefabId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163CDE0, int32_t, ObjectEqualityComparer_1_Photon_Bolt_PrefabId__GetHashCode_1, (ObjectEqualityComparer_1_Photon_Bolt_PrefabId_ * __this, PrefabId obj, MethodInfo * method)); DO_APP_FUNC(0x0189D310, int32_t, ObjectEqualityComparer_1_Photon_Bolt_PrefabId__IndexOf, (ObjectEqualityComparer_1_Photon_Bolt_PrefabId_ * __this, PrefabId__Array * array, PrefabId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189D450, int32_t, ObjectEqualityComparer_1_Photon_Bolt_PrefabId__LastIndexOf, (ObjectEqualityComparer_1_Photon_Bolt_PrefabId_ * __this, PrefabId__Array * array, PrefabId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Photon_Bolt_Priority___ctor, (ObjectEqualityComparer_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Photon_Bolt_Priority__Equals, (ObjectEqualityComparer_1_Photon_Bolt_Priority_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189C0E0, bool, ObjectEqualityComparer_1_Photon_Bolt_Priority__Equals_1, (ObjectEqualityComparer_1_Photon_Bolt_Priority_ * __this, Priority x, Priority y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Photon_Bolt_Priority__GetHashCode, (ObjectEqualityComparer_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0189C1A0, int32_t, ObjectEqualityComparer_1_Photon_Bolt_Priority__GetHashCode_1, (ObjectEqualityComparer_1_Photon_Bolt_Priority_ * __this, Priority obj, MethodInfo * method)); DO_APP_FUNC(0x0189C270, int32_t, ObjectEqualityComparer_1_Photon_Bolt_Priority__IndexOf, (ObjectEqualityComparer_1_Photon_Bolt_Priority_ * __this, Priority__Array * array, Priority value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189C3C0, int32_t, ObjectEqualityComparer_1_Photon_Bolt_Priority__LastIndexOf, (ObjectEqualityComparer_1_Photon_Bolt_Priority_ * __this, Priority__Array * array, Priority value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings___ctor, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__Equals, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188E960, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, ProbeVolumeBakingProcessSettings x, ProbeVolumeBakingProcessSettings y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016407A0, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, ProbeVolumeBakingProcessSettings obj, MethodInfo * method)); DO_APP_FUNC(0x0188EA20, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, ProbeVolumeBakingProcessSettings__Array * array, ProbeVolumeBakingProcessSettings value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EB60, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, ProbeVolumeBakingProcessSettings__Array * array, ProbeVolumeBakingProcessSettings value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Quaternion___ctor, (ObjectEqualityComparer_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Quaternion__Equals, (ObjectEqualityComparer_1_UnityEngine_Quaternion_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189D590, bool, ObjectEqualityComparer_1_UnityEngine_Quaternion__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Quaternion_ * __this, Quaternion x, Quaternion y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Quaternion__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163FC00, int32_t, ObjectEqualityComparer_1_UnityEngine_Quaternion__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Quaternion_ * __this, Quaternion obj, MethodInfo * method)); DO_APP_FUNC(0x0189D5E0, int32_t, ObjectEqualityComparer_1_UnityEngine_Quaternion__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Quaternion_ * __this, Quaternion__Array * array, Quaternion value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189D6C0, int32_t, ObjectEqualityComparer_1_UnityEngine_Quaternion__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Quaternion_ * __this, Quaternion__Array * array, Quaternion value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_Xml_Schema_RangePositionInfo___ctor, (ObjectEqualityComparer_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_Xml_Schema_RangePositionInfo__Equals, (ObjectEqualityComparer_1_System_Xml_Schema_RangePositionInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_System_Xml_Schema_RangePositionInfo__Equals_1, (ObjectEqualityComparer_1_System_Xml_Schema_RangePositionInfo_ * __this, RangePositionInfo x, RangePositionInfo y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_Xml_Schema_RangePositionInfo__GetHashCode, (ObjectEqualityComparer_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_System_Xml_Schema_RangePositionInfo__GetHashCode_1, (ObjectEqualityComparer_1_System_Xml_Schema_RangePositionInfo_ * __this, RangePositionInfo obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_System_Xml_Schema_RangePositionInfo__IndexOf, (ObjectEqualityComparer_1_System_Xml_Schema_RangePositionInfo_ * __this, RangePositionInfo__Array * array, RangePositionInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_System_Xml_Schema_RangePositionInfo__LastIndexOf, (ObjectEqualityComparer_1_System_Xml_Schema_RangePositionInfo_ * __this, RangePositionInfo__Array * array, RangePositionInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_RaycastHit___ctor, (ObjectEqualityComparer_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_RaycastHit__Equals, (ObjectEqualityComparer_1_UnityEngine_RaycastHit_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01896BB0, bool, ObjectEqualityComparer_1_UnityEngine_RaycastHit__Equals_1, (ObjectEqualityComparer_1_UnityEngine_RaycastHit_ * __this, RaycastHit x, RaycastHit y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_RaycastHit__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01896C90, int32_t, ObjectEqualityComparer_1_UnityEngine_RaycastHit__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_RaycastHit_ * __this, RaycastHit obj, MethodInfo * method)); DO_APP_FUNC(0x01896D70, int32_t, ObjectEqualityComparer_1_UnityEngine_RaycastHit__IndexOf, (ObjectEqualityComparer_1_UnityEngine_RaycastHit_ * __this, RaycastHit__Array * array, RaycastHit value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01896EE0, int32_t, ObjectEqualityComparer_1_UnityEngine_RaycastHit__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_RaycastHit_ * __this, RaycastHit__Array * array, RaycastHit value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_RaycastHit2D___ctor, (ObjectEqualityComparer_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_RaycastHit2D__Equals, (ObjectEqualityComparer_1_UnityEngine_RaycastHit2D_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189D7A0, bool, ObjectEqualityComparer_1_UnityEngine_RaycastHit2D__Equals_1, (ObjectEqualityComparer_1_UnityEngine_RaycastHit2D_ * __this, RaycastHit2D x, RaycastHit2D y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_RaycastHit2D__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0189D870, int32_t, ObjectEqualityComparer_1_UnityEngine_RaycastHit2D__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_RaycastHit2D_ * __this, RaycastHit2D obj, MethodInfo * method)); DO_APP_FUNC(0x0189D950, int32_t, ObjectEqualityComparer_1_UnityEngine_RaycastHit2D__IndexOf, (ObjectEqualityComparer_1_UnityEngine_RaycastHit2D_ * __this, RaycastHit2D__Array * array, RaycastHit2D value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189DAA0, int32_t, ObjectEqualityComparer_1_UnityEngine_RaycastHit2D__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_RaycastHit2D_ * __this, RaycastHit2D__Array * array, RaycastHit2D value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_EventSystems_RaycastResult___ctor, (ObjectEqualityComparer_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_EventSystems_RaycastResult__Equals, (ObjectEqualityComparer_1_UnityEngine_EventSystems_RaycastResult_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F6E0, bool, ObjectEqualityComparer_1_UnityEngine_EventSystems_RaycastResult__Equals_1, (ObjectEqualityComparer_1_UnityEngine_EventSystems_RaycastResult_ * __this, RaycastResult x, RaycastResult y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_EventSystems_RaycastResult__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F7E0, int32_t, ObjectEqualityComparer_1_UnityEngine_EventSystems_RaycastResult__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_EventSystems_RaycastResult_ * __this, RaycastResult obj, MethodInfo * method)); DO_APP_FUNC(0x0188F8E0, int32_t, ObjectEqualityComparer_1_UnityEngine_EventSystems_RaycastResult__IndexOf, (ObjectEqualityComparer_1_UnityEngine_EventSystems_RaycastResult_ * __this, RaycastResult__Array * array, RaycastResult value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188FA70, int32_t, ObjectEqualityComparer_1_UnityEngine_EventSystems_RaycastResult__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_EventSystems_RaycastResult_ * __this, RaycastResult__Array * array, RaycastResult value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Rect___ctor, (ObjectEqualityComparer_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Rect__Equals, (ObjectEqualityComparer_1_UnityEngine_Rect_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189DC00, bool, ObjectEqualityComparer_1_UnityEngine_Rect__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Rect_ * __this, Rect x, Rect y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Rect__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0189DC70, int32_t, ObjectEqualityComparer_1_UnityEngine_Rect__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Rect_ * __this, Rect obj, MethodInfo * method)); DO_APP_FUNC(0x0189DCA0, int32_t, ObjectEqualityComparer_1_UnityEngine_Rect__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Rect_ * __this, Rect__Array * array, Rect value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189DD90, int32_t, ObjectEqualityComparer_1_UnityEngine_Rect__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Rect_ * __this, Rect__Array * array, Rect value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo___ctor, (ObjectEqualityComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Equals, (ObjectEqualityComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, ReflectionProbeBlendInfo x, ReflectionProbeBlendInfo y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, ReflectionProbeBlendInfo obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, ReflectionProbeBlendInfo__Array * array, ReflectionProbeBlendInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, ReflectionProbeBlendInfo__Array * array, ReflectionProbeBlendInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Dissonance_RemoteChannel___ctor, (ObjectEqualityComparer_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Dissonance_RemoteChannel__Equals, (ObjectEqualityComparer_1_Dissonance_RemoteChannel_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_Dissonance_RemoteChannel__Equals_1, (ObjectEqualityComparer_1_Dissonance_RemoteChannel_ * __this, RemoteChannel x, RemoteChannel y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Dissonance_RemoteChannel__GetHashCode, (ObjectEqualityComparer_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_Dissonance_RemoteChannel__GetHashCode_1, (ObjectEqualityComparer_1_Dissonance_RemoteChannel_ * __this, RemoteChannel obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_Dissonance_RemoteChannel__IndexOf, (ObjectEqualityComparer_1_Dissonance_RemoteChannel_ * __this, RemoteChannel__Array * array, RemoteChannel value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_Dissonance_RemoteChannel__LastIndexOf, (ObjectEqualityComparer_1_Dissonance_RemoteChannel_ * __this, RemoteChannel__Array * array, RemoteChannel value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, RenderChainTextEntry x, RenderChainTextEntry y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, RenderChainTextEntry obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, RenderChainTextEntry__Array * array, RenderChainTextEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, RenderChainTextEntry__Array * array, RenderChainTextEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_RenderInstancedDataLayout___ctor, (ObjectEqualityComparer_1_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_RenderInstancedDataLayout__Equals, (ObjectEqualityComparer_1_UnityEngine_RenderInstancedDataLayout_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_RenderInstancedDataLayout__Equals_1, (ObjectEqualityComparer_1_UnityEngine_RenderInstancedDataLayout_ * __this, RenderInstancedDataLayout x, RenderInstancedDataLayout y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_RenderInstancedDataLayout__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_RenderInstancedDataLayout__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_RenderInstancedDataLayout_ * __this, RenderInstancedDataLayout obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_RenderInstancedDataLayout__IndexOf, (ObjectEqualityComparer_1_UnityEngine_RenderInstancedDataLayout_ * __this, RenderInstancedDataLayout__Array * array, RenderInstancedDataLayout value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_RenderInstancedDataLayout__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_RenderInstancedDataLayout_ * __this, RenderInstancedDataLayout__Array * array, RenderInstancedDataLayout value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier___ctor, (ObjectEqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier__Equals, (ObjectEqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189DE80, bool, ObjectEqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier x, RenderTargetIdentifier y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163FE80, int32_t, ObjectEqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier obj, MethodInfo * method)); DO_APP_FUNC(0x0189DF00, int32_t, ObjectEqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier__Array * array, RenderTargetIdentifier value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189E010, int32_t, ObjectEqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier__Array * array, RenderTargetIdentifier value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Rendering_RendererUtils_RendererList___ctor, (ObjectEqualityComparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Rendering_RendererUtils_RendererList__Equals, (ObjectEqualityComparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_Rendering_RendererUtils_RendererList__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, RendererList x, RendererList y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Rendering_RendererUtils_RendererList__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_Rendering_RendererUtils_RendererList__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, RendererList obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_Rendering_RendererUtils_RendererList__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, RendererList__Array * array, RendererList value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_Rendering_RendererUtils_RendererList__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, RendererList__Array * array, RendererList value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle___ctor, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Equals, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188ECA0, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, RendererListHandle x, RendererListHandle y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163B110, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, RendererListHandle obj, MethodInfo * method)); DO_APP_FUNC(0x0188ED40, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, RendererListHandle__Array * array, RendererListHandle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EE70, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, RendererListHandle__Array * array, RendererListHandle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Resolution___ctor, (ObjectEqualityComparer_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Resolution__Equals, (ObjectEqualityComparer_1_UnityEngine_Resolution_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189C0E0, bool, ObjectEqualityComparer_1_UnityEngine_Resolution__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Resolution_ * __this, Resolution x, Resolution y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Resolution__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0189C1A0, int32_t, ObjectEqualityComparer_1_UnityEngine_Resolution__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Resolution_ * __this, Resolution obj, MethodInfo * method)); DO_APP_FUNC(0x0189C270, int32_t, ObjectEqualityComparer_1_UnityEngine_Resolution__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Resolution_ * __this, Resolution__Array * array, Resolution value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189C3C0, int32_t, ObjectEqualityComparer_1_UnityEngine_Resolution__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Resolution_ * __this, Resolution__Array * array, Resolution value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle___ctor, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Equals, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188ECA0, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, ResourceHandle x, ResourceHandle y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163B110, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, ResourceHandle obj, MethodInfo * method)); DO_APP_FUNC(0x0188ED40, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, ResourceHandle__Array * array, ResourceHandle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EE70, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, ResourceHandle__Array * array, ResourceHandle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_Resources_ResourceLocator___ctor, (ObjectEqualityComparer_1_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_Resources_ResourceLocator__Equals, (ObjectEqualityComparer_1_System_Resources_ResourceLocator_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_System_Resources_ResourceLocator__Equals_1, (ObjectEqualityComparer_1_System_Resources_ResourceLocator_ * __this, ResourceLocator x, ResourceLocator y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_Resources_ResourceLocator__GetHashCode, (ObjectEqualityComparer_1_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_System_Resources_ResourceLocator__GetHashCode_1, (ObjectEqualityComparer_1_System_Resources_ResourceLocator_ * __this, ResourceLocator obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_System_Resources_ResourceLocator__IndexOf, (ObjectEqualityComparer_1_System_Resources_ResourceLocator_ * __this, ResourceLocator__Array * array, ResourceLocator value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_System_Resources_ResourceLocator__LastIndexOf, (ObjectEqualityComparer_1_System_Resources_ResourceLocator_ * __this, ResourceLocator__Array * array, ResourceLocator value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Dissonance_RoomChannel___ctor, (ObjectEqualityComparer_1_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Dissonance_RoomChannel__Equals, (ObjectEqualityComparer_1_Dissonance_RoomChannel_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189E120, bool, ObjectEqualityComparer_1_Dissonance_RoomChannel__Equals_1, (ObjectEqualityComparer_1_Dissonance_RoomChannel_ * __this, RoomChannel x, RoomChannel y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Dissonance_RoomChannel__GetHashCode, (ObjectEqualityComparer_1_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0189E1F0, int32_t, ObjectEqualityComparer_1_Dissonance_RoomChannel__GetHashCode_1, (ObjectEqualityComparer_1_Dissonance_RoomChannel_ * __this, RoomChannel obj, MethodInfo * method)); DO_APP_FUNC(0x0189E260, int32_t, ObjectEqualityComparer_1_Dissonance_RoomChannel__IndexOf, (ObjectEqualityComparer_1_Dissonance_RoomChannel_ * __this, RoomChannel__Array * array, RoomChannel value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189E3A0, int32_t, ObjectEqualityComparer_1_Dissonance_RoomChannel__LastIndexOf, (ObjectEqualityComparer_1_Dissonance_RoomChannel_ * __this, RoomChannel__Array * array, RoomChannel value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Dissonance_RoomMembership___ctor, (ObjectEqualityComparer_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Dissonance_RoomMembership__Equals, (ObjectEqualityComparer_1_Dissonance_RoomMembership_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_Dissonance_RoomMembership__Equals_1, (ObjectEqualityComparer_1_Dissonance_RoomMembership_ * __this, RoomMembership x, RoomMembership y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Dissonance_RoomMembership__GetHashCode, (ObjectEqualityComparer_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_Dissonance_RoomMembership__GetHashCode_1, (ObjectEqualityComparer_1_Dissonance_RoomMembership_ * __this, RoomMembership obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_Dissonance_RoomMembership__IndexOf, (ObjectEqualityComparer_1_Dissonance_RoomMembership_ * __this, RoomMembership__Array * array, RoomMembership value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_Dissonance_RoomMembership__LastIndexOf, (ObjectEqualityComparer_1_Dissonance_RoomMembership_ * __this, RoomMembership__Array * array, RoomMembership value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Dissonance_RoomName___ctor, (ObjectEqualityComparer_1_Dissonance_RoomName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Dissonance_RoomName__Equals, (ObjectEqualityComparer_1_Dissonance_RoomName_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_Dissonance_RoomName__Equals_1, (ObjectEqualityComparer_1_Dissonance_RoomName_ * __this, RoomName x, RoomName y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Dissonance_RoomName__GetHashCode, (ObjectEqualityComparer_1_Dissonance_RoomName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_Dissonance_RoomName__GetHashCode_1, (ObjectEqualityComparer_1_Dissonance_RoomName_ * __this, RoomName obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_Dissonance_RoomName__IndexOf, (ObjectEqualityComparer_1_Dissonance_RoomName_ * __this, RoomName__Array * array, RoomName value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_Dissonance_RoomName__LastIndexOf, (ObjectEqualityComparer_1_Dissonance_RoomName_ * __this, RoomName__Array * array, RoomName value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_RuleMatcher___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_RuleMatcher__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_RuleMatcher_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_RuleMatcher__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_RuleMatcher_ * __this, RuleMatcher x, RuleMatcher y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_RuleMatcher__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_RuleMatcher__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_RuleMatcher_ * __this, RuleMatcher obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_RuleMatcher__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_RuleMatcher_ * __this, RuleMatcher__Array * array, RuleMatcher value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_RuleMatcher__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_RuleMatcher_ * __this, RuleMatcher__Array * array, RuleMatcher value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_SByte___ctor, (ObjectEqualityComparer_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_SByte__Equals, (ObjectEqualityComparer_1_System_SByte_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189E4E0, bool, ObjectEqualityComparer_1_System_SByte__Equals_1, (ObjectEqualityComparer_1_System_SByte_ * __this, int8_t x, int8_t y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_SByte__GetHashCode, (ObjectEqualityComparer_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01640550, int32_t, ObjectEqualityComparer_1_System_SByte__GetHashCode_1, (ObjectEqualityComparer_1_System_SByte_ * __this, int8_t obj, MethodInfo * method)); DO_APP_FUNC(0x0189E5A0, int32_t, ObjectEqualityComparer_1_System_SByte__IndexOf, (ObjectEqualityComparer_1_System_SByte_ * __this, SByte__Array * array, int8_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189E6E0, int32_t, ObjectEqualityComparer_1_System_SByte__LastIndexOf, (ObjectEqualityComparer_1_System_SByte_ * __this, SByte__Array * array, int8_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, SelectorMatchRecord x, SelectorMatchRecord y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, SelectorMatchRecord obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, SelectorMatchRecord__Array * array, SelectorMatchRecord value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, SelectorMatchRecord__Array * array, SelectorMatchRecord value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_SessionClient___ctor, (ObjectEqualityComparer_1_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_SessionClient__Equals, (ObjectEqualityComparer_1_SessionClient_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01894FA0, bool, ObjectEqualityComparer_1_SessionClient__Equals_1, (ObjectEqualityComparer_1_SessionClient_ * __this, SessionClient x, SessionClient y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_SessionClient__GetHashCode, (ObjectEqualityComparer_1_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016429E0, int32_t, ObjectEqualityComparer_1_SessionClient__GetHashCode_1, (ObjectEqualityComparer_1_SessionClient_ * __this, SessionClient obj, MethodInfo * method)); DO_APP_FUNC(0x01895090, int32_t, ObjectEqualityComparer_1_SessionClient__IndexOf, (ObjectEqualityComparer_1_SessionClient_ * __this, SessionClient__Array * array, SessionClient value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01895210, int32_t, ObjectEqualityComparer_1_SessionClient__LastIndexOf, (ObjectEqualityComparer_1_SessionClient_ * __this, SessionClient__Array * array, SessionClient value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_Single___ctor, (ObjectEqualityComparer_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_Single__Equals, (ObjectEqualityComparer_1_System_Single_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189E820, bool, ObjectEqualityComparer_1_System_Single__Equals_1, (ObjectEqualityComparer_1_System_Single_ * __this, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_Single__GetHashCode, (ObjectEqualityComparer_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016405B0, int32_t, ObjectEqualityComparer_1_System_Single__GetHashCode_1, (ObjectEqualityComparer_1_System_Single_ * __this, float obj, MethodInfo * method)); DO_APP_FUNC(0x0189E900, int32_t, ObjectEqualityComparer_1_System_Single__IndexOf, (ObjectEqualityComparer_1_System_Single_ * __this, Single__Array * array, float value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189E9E0, int32_t, ObjectEqualityComparer_1_System_Single__LastIndexOf, (ObjectEqualityComparer_1_System_Single_ * __this, Single__Array * array, float value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Discord_Sku___ctor, (ObjectEqualityComparer_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Discord_Sku__Equals, (ObjectEqualityComparer_1_Discord_Sku_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189B850, bool, ObjectEqualityComparer_1_Discord_Sku__Equals_1, (ObjectEqualityComparer_1_Discord_Sku_ * __this, Sku x, Sku y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Discord_Sku__GetHashCode, (ObjectEqualityComparer_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F090, int32_t, ObjectEqualityComparer_1_Discord_Sku__GetHashCode_1, (ObjectEqualityComparer_1_Discord_Sku_ * __this, Sku obj, MethodInfo * method)); DO_APP_FUNC(0x0189B920, int32_t, ObjectEqualityComparer_1_Discord_Sku__IndexOf, (ObjectEqualityComparer_1_Discord_Sku_ * __this, Sku__Array * array, Sku value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189BA80, int32_t, ObjectEqualityComparer_1_Discord_Sku__LastIndexOf, (ObjectEqualityComparer_1_Discord_Sku_ * __this, Sku__Array * array, Sku value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Dissonance_Audio_Playback_SpeechSession___ctor, (ObjectEqualityComparer_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Dissonance_Audio_Playback_SpeechSession__Equals, (ObjectEqualityComparer_1_Dissonance_Audio_Playback_SpeechSession_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01894FA0, bool, ObjectEqualityComparer_1_Dissonance_Audio_Playback_SpeechSession__Equals_1, (ObjectEqualityComparer_1_Dissonance_Audio_Playback_SpeechSession_ * __this, SpeechSession x, SpeechSession y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Dissonance_Audio_Playback_SpeechSession__GetHashCode, (ObjectEqualityComparer_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016429E0, int32_t, ObjectEqualityComparer_1_Dissonance_Audio_Playback_SpeechSession__GetHashCode_1, (ObjectEqualityComparer_1_Dissonance_Audio_Playback_SpeechSession_ * __this, SpeechSession obj, MethodInfo * method)); DO_APP_FUNC(0x01895090, int32_t, ObjectEqualityComparer_1_Dissonance_Audio_Playback_SpeechSession__IndexOf, (ObjectEqualityComparer_1_Dissonance_Audio_Playback_SpeechSession_ * __this, SpeechSession__Array * array, SpeechSession value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01895210, int32_t, ObjectEqualityComparer_1_Dissonance_Audio_Playback_SpeechSession__LastIndexOf, (ObjectEqualityComparer_1_Dissonance_Audio_Playback_SpeechSession_ * __this, SpeechSession__Array * array, SpeechSession value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UI_SpriteState___ctor, (ObjectEqualityComparer_1_UnityEngine_UI_SpriteState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UI_SpriteState__Equals, (ObjectEqualityComparer_1_UnityEngine_UI_SpriteState_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188E960, bool, ObjectEqualityComparer_1_UnityEngine_UI_SpriteState__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UI_SpriteState_ * __this, SpriteState x, SpriteState y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UI_SpriteState__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UI_SpriteState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016407A0, int32_t, ObjectEqualityComparer_1_UnityEngine_UI_SpriteState__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UI_SpriteState_ * __this, SpriteState obj, MethodInfo * method)); DO_APP_FUNC(0x0188EA20, int32_t, ObjectEqualityComparer_1_UnityEngine_UI_SpriteState__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UI_SpriteState_ * __this, SpriteState__Array * array, SpriteState value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EB60, int32_t, ObjectEqualityComparer_1_UnityEngine_UI_SpriteState__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UI_SpriteState_ * __this, SpriteState__Array * array, SpriteState value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_Net_Security_SslApplicationProtocol___ctor, (ObjectEqualityComparer_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_Net_Security_SslApplicationProtocol__Equals, (ObjectEqualityComparer_1_System_Net_Security_SslApplicationProtocol_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189EAC0, bool, ObjectEqualityComparer_1_System_Net_Security_SslApplicationProtocol__Equals_1, (ObjectEqualityComparer_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol x, SslApplicationProtocol y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_Net_Security_SslApplicationProtocol__GetHashCode, (ObjectEqualityComparer_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0189EB70, int32_t, ObjectEqualityComparer_1_System_Net_Security_SslApplicationProtocol__GetHashCode_1, (ObjectEqualityComparer_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol obj, MethodInfo * method)); DO_APP_FUNC(0x0189EBE0, int32_t, ObjectEqualityComparer_1_System_Net_Security_SslApplicationProtocol__IndexOf, (ObjectEqualityComparer_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol__Array * array, SslApplicationProtocol value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189ED00, int32_t, ObjectEqualityComparer_1_System_Net_Security_SslApplicationProtocol__LastIndexOf, (ObjectEqualityComparer_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol__Array * array, SslApplicationProtocol value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Steamworks_SteamItemDef_t___ctor, (ObjectEqualityComparer_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Steamworks_SteamItemDef_t__Equals, (ObjectEqualityComparer_1_Steamworks_SteamItemDef_t_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189EE20, bool, ObjectEqualityComparer_1_Steamworks_SteamItemDef_t__Equals_1, (ObjectEqualityComparer_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t x, SteamItemDef_t y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Steamworks_SteamItemDef_t__GetHashCode, (ObjectEqualityComparer_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163CDE0, int32_t, ObjectEqualityComparer_1_Steamworks_SteamItemDef_t__GetHashCode_1, (ObjectEqualityComparer_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t obj, MethodInfo * method)); DO_APP_FUNC(0x0189EED0, int32_t, ObjectEqualityComparer_1_Steamworks_SteamItemDef_t__IndexOf, (ObjectEqualityComparer_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t__Array * array, SteamItemDef_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189F010, int32_t, ObjectEqualityComparer_1_Steamworks_SteamItemDef_t__LastIndexOf, (ObjectEqualityComparer_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t__Array * array, SteamItemDef_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Steamworks_SteamItemDetails_t___ctor, (ObjectEqualityComparer_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Steamworks_SteamItemDetails_t__Equals, (ObjectEqualityComparer_1_Steamworks_SteamItemDetails_t_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_Steamworks_SteamItemDetails_t__Equals_1, (ObjectEqualityComparer_1_Steamworks_SteamItemDetails_t_ * __this, SteamItemDetails_t x, SteamItemDetails_t y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Steamworks_SteamItemDetails_t__GetHashCode, (ObjectEqualityComparer_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_Steamworks_SteamItemDetails_t__GetHashCode_1, (ObjectEqualityComparer_1_Steamworks_SteamItemDetails_t_ * __this, SteamItemDetails_t obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_Steamworks_SteamItemDetails_t__IndexOf, (ObjectEqualityComparer_1_Steamworks_SteamItemDetails_t_ * __this, SteamItemDetails_t__Array * array, SteamItemDetails_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_Steamworks_SteamItemDetails_t__LastIndexOf, (ObjectEqualityComparer_1_Steamworks_SteamItemDetails_t_ * __this, SteamItemDetails_t__Array * array, SteamItemDetails_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_StylePropertyName___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_StylePropertyName__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_StylePropertyName_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189F150, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_StylePropertyName__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName x, StylePropertyName y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StylePropertyName__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01640CE0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StylePropertyName__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName obj, MethodInfo * method)); DO_APP_FUNC(0x0189F210, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StylePropertyName__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName__Array * array, StylePropertyName value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189F360, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StylePropertyName__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName__Array * array, StylePropertyName value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue x, StylePropertyValue y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue__Array * array, StylePropertyValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue__Array * array, StylePropertyValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSelectorPart___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSelectorPart__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSelectorPart__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, StyleSelectorPart x, StyleSelectorPart y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSelectorPart__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSelectorPart__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, StyleSelectorPart obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSelectorPart__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, StyleSelectorPart__Array * array, StyleSelectorPart value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSelectorPart__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, StyleSelectorPart__Array * array, StyleSelectorPart value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, StyleSyntaxToken x, StyleSyntaxToken y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, StyleSyntaxToken obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, StyleSyntaxToken__Array * array, StyleSyntaxToken value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, StyleSyntaxToken__Array * array, StyleSyntaxToken value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, StyleValue x, StyleValue y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, StyleValue obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, StyleValue__Array * array, StyleValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, StyleValue__Array * array, StyleValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, StyleValueManaged x, StyleValueManaged y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, StyleValueManaged obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, StyleValueManaged__Array * array, StyleValueManaged value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, StyleValueManaged__Array * array, StyleValueManaged value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleVariable___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleVariable__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleVariable_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleVariable__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleVariable_ * __this, StyleVariable x, StyleVariable y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleVariable__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0189F4B0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleVariable__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleVariable_ * __this, StyleVariable obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleVariable__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleVariable_ * __this, StyleVariable__Array * array, StyleVariable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleVariable__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleVariable_ * __this, StyleVariable__Array * array, StyleVariable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Rendering_SubMeshDescriptor___ctor, (ObjectEqualityComparer_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Rendering_SubMeshDescriptor__Equals, (ObjectEqualityComparer_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01896170, bool, ObjectEqualityComparer_1_UnityEngine_Rendering_SubMeshDescriptor__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, SubMeshDescriptor x, SubMeshDescriptor y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Rendering_SubMeshDescriptor__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01896240, int32_t, ObjectEqualityComparer_1_UnityEngine_Rendering_SubMeshDescriptor__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, SubMeshDescriptor obj, MethodInfo * method)); DO_APP_FUNC(0x01896320, int32_t, ObjectEqualityComparer_1_UnityEngine_Rendering_SubMeshDescriptor__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, SubMeshDescriptor__Array * array, SubMeshDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01896480, int32_t, ObjectEqualityComparer_1_UnityEngine_Rendering_SubMeshDescriptor__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, SubMeshDescriptor__Array * array, SubMeshDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring___ctor, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring__Equals, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189F4E0, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring__Equals_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring x, Substring y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0189F550, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring obj, MethodInfo * method)); DO_APP_FUNC(0x0189F580, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring__IndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring__Array * array, Substring value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189F670, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring__Array * array, Substring value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord___ctor, (ObjectEqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord__Equals, (ObjectEqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188ECA0, bool, ObjectEqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord__Equals_1, (ObjectEqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord_ * __this, TerrainTileCoord x, TerrainTileCoord y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163B110, int32_t, ObjectEqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord_ * __this, TerrainTileCoord obj, MethodInfo * method)); DO_APP_FUNC(0x0188ED40, int32_t, ObjectEqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord__IndexOf, (ObjectEqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord_ * __this, TerrainTileCoord__Array * array, TerrainTileCoord value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EE70, int32_t, ObjectEqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_TerrainUtils_TerrainTileCoord_ * __this, TerrainTileCoord__Array * array, TerrainTileCoord value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_TextureId___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_TextureId__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_TextureId_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189F760, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_TextureId__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_TextureId_ * __this, TextureId x, TextureId y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TextureId__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0189F880, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TextureId__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_TextureId_ * __this, TextureId obj, MethodInfo * method)); DO_APP_FUNC(0x0189F8D0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TextureId__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_TextureId_ * __this, TextureId__Array * array, TextureId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189F9F0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TextureId__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_TextureId_ * __this, TextureId__Array * array, TextureId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_TimeSpan___ctor, (ObjectEqualityComparer_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_TimeSpan__Equals, (ObjectEqualityComparer_1_System_TimeSpan_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189FB00, bool, ObjectEqualityComparer_1_System_TimeSpan__Equals_1, (ObjectEqualityComparer_1_System_TimeSpan_ * __this, TimeSpan x, TimeSpan y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_TimeSpan__GetHashCode, (ObjectEqualityComparer_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0189FC10, int32_t, ObjectEqualityComparer_1_System_TimeSpan__GetHashCode_1, (ObjectEqualityComparer_1_System_TimeSpan_ * __this, TimeSpan obj, MethodInfo * method)); DO_APP_FUNC(0x0189FC60, int32_t, ObjectEqualityComparer_1_System_TimeSpan__IndexOf, (ObjectEqualityComparer_1_System_TimeSpan_ * __this, TimeSpan__Array * array, TimeSpan value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189FDD0, int32_t, ObjectEqualityComparer_1_System_TimeSpan__LastIndexOf, (ObjectEqualityComparer_1_System_TimeSpan_ * __this, TimeSpan__Array * array, TimeSpan value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_TimeValue___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_TimeValue__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_TimeValue_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189FF50, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_TimeValue__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue x, TimeValue y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TimeValue__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01641240, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TimeValue__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue obj, MethodInfo * method)); DO_APP_FUNC(0x018A0020, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TimeValue__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue__Array * array, TimeValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A0100, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TimeValue__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue__Array * array, TimeValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId___ctor, (ObjectEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId__Equals, (ObjectEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A01E0, bool, ObjectEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId__Equals_1, (ObjectEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, TrackableId x, TrackableId y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018A0290, int32_t, ObjectEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, TrackableId obj, MethodInfo * method)); DO_APP_FUNC(0x018A0300, int32_t, ObjectEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId__IndexOf, (ObjectEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, TrackableId__Array * array, TrackableId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A0420, int32_t, ObjectEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_XR_ARSubsystems_TrackableId_ * __this, TrackableId__Array * array, TrackableId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_TreeItem___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_TreeItem__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_TreeItem_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_TreeItem__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_TreeItem_ * __this, TreeItem x, TreeItem y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TreeItem__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TreeItem__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_TreeItem_ * __this, TreeItem obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TreeItem__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_TreeItem_ * __this, TreeItem__Array * array, TreeItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TreeItem__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_TreeItem_ * __this, TreeItem__Array * array, TreeItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_TreeViewItemWrapper___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_TreeViewItemWrapper__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_TreeViewItemWrapper__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, TreeViewItemWrapper x, TreeViewItemWrapper y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TreeViewItemWrapper__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TreeViewItemWrapper__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, TreeViewItemWrapper obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TreeViewItemWrapper__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, TreeViewItemWrapper__Array * array, TreeViewItemWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TreeViewItemWrapper__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, TreeViewItemWrapper__Array * array, TreeViewItemWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Photon_Bolt_TypeId___ctor, (ObjectEqualityComparer_1_Photon_Bolt_TypeId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Photon_Bolt_TypeId__Equals, (ObjectEqualityComparer_1_Photon_Bolt_TypeId_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A0540, bool, ObjectEqualityComparer_1_Photon_Bolt_TypeId__Equals_1, (ObjectEqualityComparer_1_Photon_Bolt_TypeId_ * __this, TypeId x, TypeId y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Photon_Bolt_TypeId__GetHashCode, (ObjectEqualityComparer_1_Photon_Bolt_TypeId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163CDE0, int32_t, ObjectEqualityComparer_1_Photon_Bolt_TypeId__GetHashCode_1, (ObjectEqualityComparer_1_Photon_Bolt_TypeId_ * __this, TypeId obj, MethodInfo * method)); DO_APP_FUNC(0x018A05F0, int32_t, ObjectEqualityComparer_1_Photon_Bolt_TypeId__IndexOf, (ObjectEqualityComparer_1_Photon_Bolt_TypeId_ * __this, TypeId__Array * array, TypeId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A0730, int32_t, ObjectEqualityComparer_1_Photon_Bolt_TypeId__LastIndexOf, (ObjectEqualityComparer_1_Photon_Bolt_TypeId_ * __this, TypeId__Array * array, TypeId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_TypeWrapper___ctor, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_TypeWrapper__Equals, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188E960, bool, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_TypeWrapper__Equals_1, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, TypeWrapper x, TypeWrapper y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_TypeWrapper__GetHashCode, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016407A0, int32_t, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_TypeWrapper__GetHashCode_1, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, TypeWrapper obj, MethodInfo * method)); DO_APP_FUNC(0x0188EA20, int32_t, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_TypeWrapper__IndexOf, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, TypeWrapper__Array * array, TypeWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EB60, int32_t, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_TypeWrapper__LastIndexOf, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, TypeWrapper__Array * array, TypeWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UICharInfo___ctor, (ObjectEqualityComparer_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UICharInfo__Equals, (ObjectEqualityComparer_1_UnityEngine_UICharInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189C0E0, bool, ObjectEqualityComparer_1_UnityEngine_UICharInfo__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UICharInfo_ * __this, UICharInfo x, UICharInfo y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UICharInfo__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0189C1A0, int32_t, ObjectEqualityComparer_1_UnityEngine_UICharInfo__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UICharInfo_ * __this, UICharInfo obj, MethodInfo * method)); DO_APP_FUNC(0x0189C270, int32_t, ObjectEqualityComparer_1_UnityEngine_UICharInfo__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UICharInfo_ * __this, UICharInfo__Array * array, UICharInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189C3C0, int32_t, ObjectEqualityComparer_1_UnityEngine_UICharInfo__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UICharInfo_ * __this, UICharInfo__Array * array, UICharInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UILineInfo___ctor, (ObjectEqualityComparer_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UILineInfo__Equals, (ObjectEqualityComparer_1_UnityEngine_UILineInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_UILineInfo__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UILineInfo_ * __this, UILineInfo x, UILineInfo y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UILineInfo__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_UILineInfo__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UILineInfo_ * __this, UILineInfo obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_UILineInfo__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UILineInfo_ * __this, UILineInfo__Array * array, UILineInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_UILineInfo__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UILineInfo_ * __this, UILineInfo__Array * array, UILineInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIVertex___ctor, (ObjectEqualityComparer_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIVertex__Equals, (ObjectEqualityComparer_1_UnityEngine_UIVertex_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A0870, bool, ObjectEqualityComparer_1_UnityEngine_UIVertex__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIVertex_ * __this, UIVertex x, UIVertex y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIVertex__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018A09B0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIVertex__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIVertex_ * __this, UIVertex obj, MethodInfo * method)); DO_APP_FUNC(0x018A0AE0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIVertex__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIVertex_ * __this, UIVertex__Array * array, UIVertex value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A0CC0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIVertex__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIVertex_ * __this, UIVertex__Array * array, UIVertex value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_UInt16___ctor, (ObjectEqualityComparer_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_UInt16__Equals, (ObjectEqualityComparer_1_System_UInt16_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A0EA0, bool, ObjectEqualityComparer_1_System_UInt16__Equals_1, (ObjectEqualityComparer_1_System_UInt16_ * __this, uint16_t x, uint16_t y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_UInt16__GetHashCode, (ObjectEqualityComparer_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016415F0, int32_t, ObjectEqualityComparer_1_System_UInt16__GetHashCode_1, (ObjectEqualityComparer_1_System_UInt16_ * __this, uint16_t obj, MethodInfo * method)); DO_APP_FUNC(0x018A0F60, int32_t, ObjectEqualityComparer_1_System_UInt16__IndexOf, (ObjectEqualityComparer_1_System_UInt16_ * __this, UInt16__Array * array, uint16_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A10A0, int32_t, ObjectEqualityComparer_1_System_UInt16__LastIndexOf, (ObjectEqualityComparer_1_System_UInt16_ * __this, UInt16__Array * array, uint16_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_UInt32___ctor, (ObjectEqualityComparer_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_UInt32__Equals, (ObjectEqualityComparer_1_System_UInt32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A11E0, bool, ObjectEqualityComparer_1_System_UInt32__Equals_1, (ObjectEqualityComparer_1_System_UInt32_ * __this, uint32_t x, uint32_t y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_UInt32__GetHashCode, (ObjectEqualityComparer_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163CDE0, int32_t, ObjectEqualityComparer_1_System_UInt32__GetHashCode_1, (ObjectEqualityComparer_1_System_UInt32_ * __this, uint32_t obj, MethodInfo * method)); DO_APP_FUNC(0x018A1290, int32_t, ObjectEqualityComparer_1_System_UInt32__IndexOf, (ObjectEqualityComparer_1_System_UInt32_ * __this, UInt32__Array * array, uint32_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A13D0, int32_t, ObjectEqualityComparer_1_System_UInt32__LastIndexOf, (ObjectEqualityComparer_1_System_UInt32_ * __this, UInt32__Array * array, uint32_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_UInt64___ctor, (ObjectEqualityComparer_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_UInt64__Equals, (ObjectEqualityComparer_1_System_UInt64_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A1510, bool, ObjectEqualityComparer_1_System_UInt64__Equals_1, (ObjectEqualityComparer_1_System_UInt64_ * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_UInt64__GetHashCode, (ObjectEqualityComparer_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F310, int32_t, ObjectEqualityComparer_1_System_UInt64__GetHashCode_1, (ObjectEqualityComparer_1_System_UInt64_ * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x018A15D0, int32_t, ObjectEqualityComparer_1_System_UInt64__IndexOf, (ObjectEqualityComparer_1_System_UInt64_ * __this, UInt64__Array * array, uint64_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A1710, int32_t, ObjectEqualityComparer_1_System_UInt64__LastIndexOf, (ObjectEqualityComparer_1_System_UInt64_ * __this, UInt64__Array * array, uint64_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture___ctor, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Equals, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Equals_1, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, UVTexture x, UVTexture y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__GetHashCode, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__GetHashCode_1, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, UVTexture obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__IndexOf, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, UVTexture__Array * array, UVTexture value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__LastIndexOf, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, UVTexture__Array * array, UVTexture value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UdpKit_UdpChannelName___ctor, (ObjectEqualityComparer_1_UdpKit_UdpChannelName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UdpKit_UdpChannelName__Equals, (ObjectEqualityComparer_1_UdpKit_UdpChannelName_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UdpKit_UdpChannelName__Equals_1, (ObjectEqualityComparer_1_UdpKit_UdpChannelName_ * __this, UdpChannelName x, UdpChannelName y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UdpKit_UdpChannelName__GetHashCode, (ObjectEqualityComparer_1_UdpKit_UdpChannelName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UdpKit_UdpChannelName__GetHashCode_1, (ObjectEqualityComparer_1_UdpKit_UdpChannelName_ * __this, UdpChannelName obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UdpKit_UdpChannelName__IndexOf, (ObjectEqualityComparer_1_UdpKit_UdpChannelName_ * __this, UdpChannelName__Array * array, UdpChannelName value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UdpKit_UdpChannelName__LastIndexOf, (ObjectEqualityComparer_1_UdpKit_UdpChannelName_ * __this, UdpChannelName__Array * array, UdpChannelName value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UdpKit_UdpEndPoint___ctor, (ObjectEqualityComparer_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UdpKit_UdpEndPoint__Equals, (ObjectEqualityComparer_1_UdpKit_UdpEndPoint_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A1850, bool, ObjectEqualityComparer_1_UdpKit_UdpEndPoint__Equals_1, (ObjectEqualityComparer_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint x, UdpEndPoint y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UdpKit_UdpEndPoint__GetHashCode, (ObjectEqualityComparer_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018A1920, int32_t, ObjectEqualityComparer_1_UdpKit_UdpEndPoint__GetHashCode_1, (ObjectEqualityComparer_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint obj, MethodInfo * method)); DO_APP_FUNC(0x018A1970, int32_t, ObjectEqualityComparer_1_UdpKit_UdpEndPoint__IndexOf, (ObjectEqualityComparer_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint__Array * array, UdpEndPoint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A1AB0, int32_t, ObjectEqualityComparer_1_UdpKit_UdpEndPoint__LastIndexOf, (ObjectEqualityComparer_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint__Array * array, UdpEndPoint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UdpKit_UdpEvent___ctor, (ObjectEqualityComparer_1_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UdpKit_UdpEvent__Equals, (ObjectEqualityComparer_1_UdpKit_UdpEvent_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_UdpKit_UdpEvent__Equals_1, (ObjectEqualityComparer_1_UdpKit_UdpEvent_ * __this, UdpEvent x, UdpEvent y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UdpKit_UdpEvent__GetHashCode, (ObjectEqualityComparer_1_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_UdpKit_UdpEvent__GetHashCode_1, (ObjectEqualityComparer_1_UdpKit_UdpEvent_ * __this, UdpEvent obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_UdpKit_UdpEvent__IndexOf, (ObjectEqualityComparer_1_UdpKit_UdpEvent_ * __this, UdpEvent__Array * array, UdpEvent value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_UdpKit_UdpEvent__LastIndexOf, (ObjectEqualityComparer_1_UdpKit_UdpEvent_ * __this, UdpEvent__Array * array, UdpEvent value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UdpKit_UdpIPv4Address___ctor, (ObjectEqualityComparer_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UdpKit_UdpIPv4Address__Equals, (ObjectEqualityComparer_1_UdpKit_UdpIPv4Address_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A1BF0, bool, ObjectEqualityComparer_1_UdpKit_UdpIPv4Address__Equals_1, (ObjectEqualityComparer_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address x, UdpIPv4Address y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UdpKit_UdpIPv4Address__GetHashCode, (ObjectEqualityComparer_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018A1CA0, int32_t, ObjectEqualityComparer_1_UdpKit_UdpIPv4Address__GetHashCode_1, (ObjectEqualityComparer_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address obj, MethodInfo * method)); DO_APP_FUNC(0x018A1CF0, int32_t, ObjectEqualityComparer_1_UdpKit_UdpIPv4Address__IndexOf, (ObjectEqualityComparer_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address__Array * array, UdpIPv4Address value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A1E10, int32_t, ObjectEqualityComparer_1_UdpKit_UdpIPv4Address__LastIndexOf, (ObjectEqualityComparer_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address__Array * array, UdpIPv4Address value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Photon_Bolt_UniqueId___ctor, (ObjectEqualityComparer_1_Photon_Bolt_UniqueId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Photon_Bolt_UniqueId__Equals, (ObjectEqualityComparer_1_Photon_Bolt_UniqueId_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A1F20, bool, ObjectEqualityComparer_1_Photon_Bolt_UniqueId__Equals_1, (ObjectEqualityComparer_1_Photon_Bolt_UniqueId_ * __this, UniqueId x, UniqueId y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Photon_Bolt_UniqueId__GetHashCode, (ObjectEqualityComparer_1_Photon_Bolt_UniqueId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163D870, int32_t, ObjectEqualityComparer_1_Photon_Bolt_UniqueId__GetHashCode_1, (ObjectEqualityComparer_1_Photon_Bolt_UniqueId_ * __this, UniqueId obj, MethodInfo * method)); DO_APP_FUNC(0x018A1F90, int32_t, ObjectEqualityComparer_1_Photon_Bolt_UniqueId__IndexOf, (ObjectEqualityComparer_1_Photon_Bolt_UniqueId_ * __this, UniqueId__Array * array, UniqueId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A2080, int32_t, ObjectEqualityComparer_1_Photon_Bolt_UniqueId__LastIndexOf, (ObjectEqualityComparer_1_Photon_Bolt_UniqueId_ * __this, UniqueId__Array * array, UniqueId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_InputSystem_XR_UsageHint___ctor, (ObjectEqualityComparer_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_XR_UsageHint__Equals, (ObjectEqualityComparer_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188ECA0, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_XR_UsageHint__Equals_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, UsageHint x, UsageHint y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_XR_UsageHint__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163B110, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_XR_UsageHint__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, UsageHint obj, MethodInfo * method)); DO_APP_FUNC(0x0188ED40, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_XR_UsageHint__IndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, UsageHint__Array * array, UsageHint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EE70, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_XR_UsageHint__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, UsageHint__Array * array, UsageHint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Discord_User___ctor, (ObjectEqualityComparer_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Discord_User__Equals, (ObjectEqualityComparer_1_Discord_User_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189B850, bool, ObjectEqualityComparer_1_Discord_User__Equals_1, (ObjectEqualityComparer_1_Discord_User_ * __this, User x, User y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Discord_User__GetHashCode, (ObjectEqualityComparer_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F090, int32_t, ObjectEqualityComparer_1_Discord_User__GetHashCode_1, (ObjectEqualityComparer_1_Discord_User_ * __this, User obj, MethodInfo * method)); DO_APP_FUNC(0x0189B920, int32_t, ObjectEqualityComparer_1_Discord_User__IndexOf, (ObjectEqualityComparer_1_Discord_User_ * __this, User__Array * array, User value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189BA80, int32_t, ObjectEqualityComparer_1_Discord_User__LastIndexOf, (ObjectEqualityComparer_1_Discord_User_ * __this, User__Array * array, User value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_Net_WebSockets_ValueWebSocketReceiveResult___ctor, (ObjectEqualityComparer_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_Net_WebSockets_ValueWebSocketReceiveResult__Equals, (ObjectEqualityComparer_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188ECA0, bool, ObjectEqualityComparer_1_System_Net_WebSockets_ValueWebSocketReceiveResult__Equals_1, (ObjectEqualityComparer_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, ValueWebSocketReceiveResult x, ValueWebSocketReceiveResult y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_Net_WebSockets_ValueWebSocketReceiveResult__GetHashCode, (ObjectEqualityComparer_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163B110, int32_t, ObjectEqualityComparer_1_System_Net_WebSockets_ValueWebSocketReceiveResult__GetHashCode_1, (ObjectEqualityComparer_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, ValueWebSocketReceiveResult obj, MethodInfo * method)); DO_APP_FUNC(0x0188ED40, int32_t, ObjectEqualityComparer_1_System_Net_WebSockets_ValueWebSocketReceiveResult__IndexOf, (ObjectEqualityComparer_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, ValueWebSocketReceiveResult__Array * array, ValueWebSocketReceiveResult value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EE70, int32_t, ObjectEqualityComparer_1_System_Net_WebSockets_ValueWebSocketReceiveResult__LastIndexOf, (ObjectEqualityComparer_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, ValueWebSocketReceiveResult__Array * array, ValueWebSocketReceiveResult value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Vector2___ctor, (ObjectEqualityComparer_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Vector2__Equals, (ObjectEqualityComparer_1_UnityEngine_Vector2_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A2170, bool, ObjectEqualityComparer_1_UnityEngine_Vector2__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Vector2_ * __this, Vector2 x, Vector2 y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Vector2__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01641D20, int32_t, ObjectEqualityComparer_1_UnityEngine_Vector2__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Vector2_ * __this, Vector2 obj, MethodInfo * method)); DO_APP_FUNC(0x018A2230, int32_t, ObjectEqualityComparer_1_UnityEngine_Vector2__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Vector2_ * __this, Vector2__Array * array, Vector2 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A2300, int32_t, ObjectEqualityComparer_1_UnityEngine_Vector2__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Vector2_ * __this, Vector2__Array * array, Vector2 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Vector2Int___ctor, (ObjectEqualityComparer_1_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Vector2Int__Equals, (ObjectEqualityComparer_1_UnityEngine_Vector2Int_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A23D0, bool, ObjectEqualityComparer_1_UnityEngine_Vector2Int__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Vector2Int_ * __this, Vector2Int x, Vector2Int y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Vector2Int__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01641E60, int32_t, ObjectEqualityComparer_1_UnityEngine_Vector2Int__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Vector2Int_ * __this, Vector2Int obj, MethodInfo * method)); DO_APP_FUNC(0x018A24A0, int32_t, ObjectEqualityComparer_1_UnityEngine_Vector2Int__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Vector2Int_ * __this, Vector2Int__Array * array, Vector2Int value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A2570, int32_t, ObjectEqualityComparer_1_UnityEngine_Vector2Int__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Vector2Int_ * __this, Vector2Int__Array * array, Vector2Int value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Vector3___ctor, (ObjectEqualityComparer_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Vector3__Equals, (ObjectEqualityComparer_1_UnityEngine_Vector3_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A2640, bool, ObjectEqualityComparer_1_UnityEngine_Vector3__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Vector3_ * __this, Vector3 x, Vector3 y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Vector3__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01641F80, int32_t, ObjectEqualityComparer_1_UnityEngine_Vector3__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Vector3_ * __this, Vector3 obj, MethodInfo * method)); DO_APP_FUNC(0x018A26A0, int32_t, ObjectEqualityComparer_1_UnityEngine_Vector3__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Vector3_ * __this, Vector3__Array * array, Vector3 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A2780, int32_t, ObjectEqualityComparer_1_UnityEngine_Vector3__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Vector3_ * __this, Vector3__Array * array, Vector3 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Vector3Int___ctor, (ObjectEqualityComparer_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Vector3Int__Equals, (ObjectEqualityComparer_1_UnityEngine_Vector3Int_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A2860, bool, ObjectEqualityComparer_1_UnityEngine_Vector3Int__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Vector3Int_ * __this, Vector3Int x, Vector3Int y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Vector3Int__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01642140, int32_t, ObjectEqualityComparer_1_UnityEngine_Vector3Int__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Vector3Int_ * __this, Vector3Int obj, MethodInfo * method)); DO_APP_FUNC(0x018A28C0, int32_t, ObjectEqualityComparer_1_UnityEngine_Vector3Int__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Vector3Int_ * __this, Vector3Int__Array * array, Vector3Int value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A29A0, int32_t, ObjectEqualityComparer_1_UnityEngine_Vector3Int__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Vector3Int_ * __this, Vector3Int__Array * array, Vector3Int value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Vector4___ctor, (ObjectEqualityComparer_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Vector4__Equals, (ObjectEqualityComparer_1_UnityEngine_Vector4_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A2A80, bool, ObjectEqualityComparer_1_UnityEngine_Vector4__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Vector4_ * __this, Vector4 x, Vector4 y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Vector4__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163FC00, int32_t, ObjectEqualityComparer_1_UnityEngine_Vector4__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Vector4_ * __this, Vector4 obj, MethodInfo * method)); DO_APP_FUNC(0x018A2AD0, int32_t, ObjectEqualityComparer_1_UnityEngine_Vector4__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Vector4_ * __this, Vector4__Array * array, Vector4 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A2BB0, int32_t, ObjectEqualityComparer_1_UnityEngine_Vector4__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Vector4_ * __this, Vector4__Array * array, Vector4 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor___ctor, (ObjectEqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor__Equals, (ObjectEqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A2C90, bool, ObjectEqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor x, VertexAttributeDescriptor y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01642470, int32_t, ObjectEqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor obj, MethodInfo * method)); DO_APP_FUNC(0x018A2D00, int32_t, ObjectEqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor__Array * array, VertexAttributeDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A2DF0, int32_t, ObjectEqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor__Array * array, VertexAttributeDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration___ctor, (ObjectEqualityComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Equals, (ObjectEqualityComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Equals_1, (ObjectEqualityComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, ViewConfiguration x, ViewConfiguration y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__GetHashCode, (ObjectEqualityComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__GetHashCode_1, (ObjectEqualityComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, ViewConfiguration obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__IndexOf, (ObjectEqualityComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, ViewConfiguration__Array * array, ViewConfiguration value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__LastIndexOf, (ObjectEqualityComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, ViewConfiguration__Array * array, ViewConfiguration value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Dissonance_Networking_VoicePacket___ctor, (ObjectEqualityComparer_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Dissonance_Networking_VoicePacket__Equals, (ObjectEqualityComparer_1_Dissonance_Networking_VoicePacket_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01894FA0, bool, ObjectEqualityComparer_1_Dissonance_Networking_VoicePacket__Equals_1, (ObjectEqualityComparer_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket x, VoicePacket y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Dissonance_Networking_VoicePacket__GetHashCode, (ObjectEqualityComparer_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016429E0, int32_t, ObjectEqualityComparer_1_Dissonance_Networking_VoicePacket__GetHashCode_1, (ObjectEqualityComparer_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket obj, MethodInfo * method)); DO_APP_FUNC(0x01895090, int32_t, ObjectEqualityComparer_1_Dissonance_Networking_VoicePacket__IndexOf, (ObjectEqualityComparer_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket__Array * array, VoicePacket value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01895210, int32_t, ObjectEqualityComparer_1_Dissonance_Networking_VoicePacket__LastIndexOf, (ObjectEqualityComparer_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket__Array * array, VoicePacket value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Pathfinding_Voxels_VoxelContour___ctor, (ObjectEqualityComparer_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Pathfinding_Voxels_VoxelContour__Equals, (ObjectEqualityComparer_1_Pathfinding_Voxels_VoxelContour_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188E960, bool, ObjectEqualityComparer_1_Pathfinding_Voxels_VoxelContour__Equals_1, (ObjectEqualityComparer_1_Pathfinding_Voxels_VoxelContour_ * __this, VoxelContour x, VoxelContour y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Pathfinding_Voxels_VoxelContour__GetHashCode, (ObjectEqualityComparer_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016407A0, int32_t, ObjectEqualityComparer_1_Pathfinding_Voxels_VoxelContour__GetHashCode_1, (ObjectEqualityComparer_1_Pathfinding_Voxels_VoxelContour_ * __this, VoxelContour obj, MethodInfo * method)); DO_APP_FUNC(0x0188EA20, int32_t, ObjectEqualityComparer_1_Pathfinding_Voxels_VoxelContour__IndexOf, (ObjectEqualityComparer_1_Pathfinding_Voxels_VoxelContour_ * __this, VoxelContour__Array * array, VoxelContour value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EB60, int32_t, ObjectEqualityComparer_1_Pathfinding_Voxels_VoxelContour__LastIndexOf, (ObjectEqualityComparer_1_Pathfinding_Voxels_VoxelContour_ * __this, VoxelContour__Array * array, VoxelContour value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES___ctor, (ObjectEqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Equals, (ObjectEqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A2EE0, bool, ObjectEqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Equals_1, (ObjectEqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Win32_IP_ADAPTER_ADDRESSES x, Win32_IP_ADAPTER_ADDRESSES y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__GetHashCode, (ObjectEqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018A3060, int32_t, ObjectEqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__GetHashCode_1, (ObjectEqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Win32_IP_ADAPTER_ADDRESSES obj, MethodInfo * method)); DO_APP_FUNC(0x018A31A0, int32_t, ObjectEqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__IndexOf, (ObjectEqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Win32_IP_ADAPTER_ADDRESSES__Array * array, Win32_IP_ADAPTER_ADDRESSES value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A33A0, int32_t, ObjectEqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__LastIndexOf, (ObjectEqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Win32_IP_ADAPTER_ADDRESSES__Array * array, Win32_IP_ADAPTER_ADDRESSES value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO___ctor, (ObjectEqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Equals, (ObjectEqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A35A0, bool, ObjectEqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Equals_1, (ObjectEqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Win32_IP_ADAPTER_INFO x, Win32_IP_ADAPTER_INFO y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__GetHashCode, (ObjectEqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018A3710, int32_t, ObjectEqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__GetHashCode_1, (ObjectEqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Win32_IP_ADAPTER_INFO obj, MethodInfo * method)); DO_APP_FUNC(0x018A3850, int32_t, ObjectEqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__IndexOf, (ObjectEqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Win32_IP_ADAPTER_INFO__Array * array, Win32_IP_ADAPTER_INFO value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A3A50, int32_t, ObjectEqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__LastIndexOf, (ObjectEqualityComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Win32_IP_ADAPTER_INFO__Array * array, Win32_IP_ADAPTER_INFO value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus___ctor, (ObjectEqualityComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Equals, (ObjectEqualityComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Equals_1, (ObjectEqualityComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, X509ChainStatus x, X509ChainStatus y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__GetHashCode, (ObjectEqualityComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__GetHashCode_1, (ObjectEqualityComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, X509ChainStatus obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__IndexOf, (ObjectEqualityComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, X509ChainStatus__Array * array, X509ChainStatus value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__LastIndexOf, (ObjectEqualityComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, X509ChainStatus__Array * array, X509ChainStatus value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef___ctor, (ObjectEqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef__Equals, (ObjectEqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef__Equals_1, (ObjectEqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, XPathNodeRef x, XPathNodeRef y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef__GetHashCode, (ObjectEqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018A3C50, int32_t, ObjectEqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef__GetHashCode_1, (ObjectEqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, XPathNodeRef obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef__IndexOf, (ObjectEqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, XPathNodeRef__Array * array, XPathNodeRef value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef__LastIndexOf, (ObjectEqualityComparer_1_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, XPathNodeRef__Array * array, XPathNodeRef value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor___ctor, (ObjectEqualityComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Equals, (ObjectEqualityComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Equals_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, XRFeatureDescriptor x, XRFeatureDescriptor y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, XRFeatureDescriptor obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__IndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, XRFeatureDescriptor__Array * array, XRFeatureDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, XRFeatureDescriptor__Array * array, XRFeatureDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_XR_XRNodeState___ctor, (ObjectEqualityComparer_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_XR_XRNodeState__Equals, (ObjectEqualityComparer_1_UnityEngine_XR_XRNodeState_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A3C90, bool, ObjectEqualityComparer_1_UnityEngine_XR_XRNodeState__Equals_1, (ObjectEqualityComparer_1_UnityEngine_XR_XRNodeState_ * __this, XRNodeState x, XRNodeState y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_XR_XRNodeState__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018A3DA0, int32_t, ObjectEqualityComparer_1_UnityEngine_XR_XRNodeState__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_XR_XRNodeState_ * __this, XRNodeState obj, MethodInfo * method)); DO_APP_FUNC(0x018A3EB0, int32_t, ObjectEqualityComparer_1_UnityEngine_XR_XRNodeState__IndexOf, (ObjectEqualityComparer_1_UnityEngine_XR_XRNodeState_ * __this, XRNodeState__Array * array, XRNodeState value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A4060, int32_t, ObjectEqualityComparer_1_UnityEngine_XR_XRNodeState__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_XR_XRNodeState_ * __this, XRNodeState__Array * array, XRNodeState value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq___ctor, (ObjectEqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__Equals, (ObjectEqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01893890, bool, ObjectEqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__Equals_1, (ObjectEqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, aQHgSHeigtcamfIWbNaiXaCiVwuq x, aQHgSHeigtcamfIWbNaiXaCiVwuq y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__GetHashCode, (ObjectEqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01893930, int32_t, ObjectEqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__GetHashCode_1, (ObjectEqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, aQHgSHeigtcamfIWbNaiXaCiVwuq obj, MethodInfo * method)); DO_APP_FUNC(0x018939F0, int32_t, ObjectEqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__IndexOf, (ObjectEqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, aQHgSHeigtcamfIWbNaiXaCiVwuq__Array * array, aQHgSHeigtcamfIWbNaiXaCiVwuq value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01893B20, int32_t, ObjectEqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__LastIndexOf, (ObjectEqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, aQHgSHeigtcamfIWbNaiXaCiVwuq__Array * array, aQHgSHeigtcamfIWbNaiXaCiVwuq value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Pathfinding_AdvancedSmooth_Turn___ctor, (ObjectEqualityComparer_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Pathfinding_AdvancedSmooth_Turn__Equals, (ObjectEqualityComparer_1_Pathfinding_AdvancedSmooth_Turn_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_Pathfinding_AdvancedSmooth_Turn__Equals_1, (ObjectEqualityComparer_1_Pathfinding_AdvancedSmooth_Turn_ * __this, AdvancedSmooth_Turn x, AdvancedSmooth_Turn y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Pathfinding_AdvancedSmooth_Turn__GetHashCode, (ObjectEqualityComparer_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_Pathfinding_AdvancedSmooth_Turn__GetHashCode_1, (ObjectEqualityComparer_1_Pathfinding_AdvancedSmooth_Turn_ * __this, AdvancedSmooth_Turn obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_Pathfinding_AdvancedSmooth_Turn__IndexOf, (ObjectEqualityComparer_1_Pathfinding_AdvancedSmooth_Turn_ * __this, AdvancedSmooth_Turn__Array * array, AdvancedSmooth_Turn value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_Pathfinding_AdvancedSmooth_Turn__LastIndexOf, (ObjectEqualityComparer_1_Pathfinding_AdvancedSmooth_Turn_ * __this, AdvancedSmooth_Turn__Array * array, AdvancedSmooth_Turn value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo___ctor, (ObjectEqualityComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Equals, (ObjectEqualityComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189B850, bool, ObjectEqualityComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, AnimationOutputWeightProcessor_WeightInfo x, AnimationOutputWeightProcessor_WeightInfo y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F090, int32_t, ObjectEqualityComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, AnimationOutputWeightProcessor_WeightInfo obj, MethodInfo * method)); DO_APP_FUNC(0x0189B920, int32_t, ObjectEqualityComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, AnimationOutputWeightProcessor_WeightInfo__Array * array, AnimationOutputWeightProcessor_WeightInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189BA80, int32_t, ObjectEqualityComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, AnimationOutputWeightProcessor_WeightInfo__Array * array, AnimationOutputWeightProcessor_WeightInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188ECA0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, BaseStyleMatcher_MatchContext x, BaseStyleMatcher_MatchContext y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163B110, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, BaseStyleMatcher_MatchContext obj, MethodInfo * method)); DO_APP_FUNC(0x0188ED40, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, BaseStyleMatcher_MatchContext__Array * array, BaseStyleMatcher_MatchContext value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EE70, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, BaseStyleMatcher_MatchContext__Array * array, BaseStyleMatcher_MatchContext value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock___ctor, (ObjectEqualityComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock__Equals, (ObjectEqualityComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock__Equals_1, (ObjectEqualityComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, BeforeRenderHelper_OrderBlock x, BeforeRenderHelper_OrderBlock y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, BeforeRenderHelper_OrderBlock obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock__IndexOf, (ObjectEqualityComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, BeforeRenderHelper_OrderBlock__Array * array, BeforeRenderHelper_OrderBlock value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, BeforeRenderHelper_OrderBlock__Array * array, BeforeRenderHelper_OrderBlock value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188ECA0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, BitmapAllocator32_Page x, BitmapAllocator32_Page y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163B110, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, BitmapAllocator32_Page obj, MethodInfo * method)); DO_APP_FUNC(0x0188ED40, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, BitmapAllocator32_Page__Array * array, BitmapAllocator32_Page value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EE70, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, BitmapAllocator32_Page__Array * array, BitmapAllocator32_Page value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Camera_RenderRequest___ctor, (ObjectEqualityComparer_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Camera_RenderRequest__Equals, (ObjectEqualityComparer_1_UnityEngine_Camera_RenderRequest_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_UnityEngine_Camera_RenderRequest__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Camera_RenderRequest_ * __this, Camera_RenderRequest x, Camera_RenderRequest y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Camera_RenderRequest__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_UnityEngine_Camera_RenderRequest__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Camera_RenderRequest_ * __this, Camera_RenderRequest obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_UnityEngine_Camera_RenderRequest__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Camera_RenderRequest_ * __this, Camera_RenderRequest__Array * array, Camera_RenderRequest value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_UnityEngine_Camera_RenderRequest__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Camera_RenderRequest_ * __this, Camera_RenderRequest__Array * array, Camera_RenderRequest value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Cinemachine_CameraState_CustomBlendable___ctor, (ObjectEqualityComparer_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Cinemachine_CameraState_CustomBlendable__Equals, (ObjectEqualityComparer_1_Cinemachine_CameraState_CustomBlendable_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_Cinemachine_CameraState_CustomBlendable__Equals_1, (ObjectEqualityComparer_1_Cinemachine_CameraState_CustomBlendable_ * __this, CameraState_CustomBlendable x, CameraState_CustomBlendable y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Cinemachine_CameraState_CustomBlendable__GetHashCode, (ObjectEqualityComparer_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_Cinemachine_CameraState_CustomBlendable__GetHashCode_1, (ObjectEqualityComparer_1_Cinemachine_CameraState_CustomBlendable_ * __this, CameraState_CustomBlendable obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_Cinemachine_CameraState_CustomBlendable__IndexOf, (ObjectEqualityComparer_1_Cinemachine_CameraState_CustomBlendable_ * __this, CameraState_CustomBlendable__Array * array, CameraState_CustomBlendable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_Cinemachine_CameraState_CustomBlendable__LastIndexOf, (ObjectEqualityComparer_1_Cinemachine_CameraState_CustomBlendable_ * __this, CameraState_CustomBlendable__Array * array, CameraState_CustomBlendable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Cinemachine_CinemachineClearShot_Pair___ctor, (ObjectEqualityComparer_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Cinemachine_CinemachineClearShot_Pair__Equals, (ObjectEqualityComparer_1_Cinemachine_CinemachineClearShot_Pair_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188ECA0, bool, ObjectEqualityComparer_1_Cinemachine_CinemachineClearShot_Pair__Equals_1, (ObjectEqualityComparer_1_Cinemachine_CinemachineClearShot_Pair_ * __this, CinemachineClearShot_Pair x, CinemachineClearShot_Pair y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Cinemachine_CinemachineClearShot_Pair__GetHashCode, (ObjectEqualityComparer_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163B110, int32_t, ObjectEqualityComparer_1_Cinemachine_CinemachineClearShot_Pair__GetHashCode_1, (ObjectEqualityComparer_1_Cinemachine_CinemachineClearShot_Pair_ * __this, CinemachineClearShot_Pair obj, MethodInfo * method)); DO_APP_FUNC(0x0188ED40, int32_t, ObjectEqualityComparer_1_Cinemachine_CinemachineClearShot_Pair__IndexOf, (ObjectEqualityComparer_1_Cinemachine_CinemachineClearShot_Pair_ * __this, CinemachineClearShot_Pair__Array * array, CinemachineClearShot_Pair value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EE70, int32_t, ObjectEqualityComparer_1_Cinemachine_CinemachineClearShot_Pair__LastIndexOf, (ObjectEqualityComparer_1_Cinemachine_CinemachineClearShot_Pair_ * __this, CinemachineClearShot_Pair__Array * array, CinemachineClearShot_Pair value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair___ctor, (ObjectEqualityComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Equals, (ObjectEqualityComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188ECA0, bool, ObjectEqualityComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Equals_1, (ObjectEqualityComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, CinemachineStateDrivenCamera_HashPair x, CinemachineStateDrivenCamera_HashPair y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__GetHashCode, (ObjectEqualityComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163B110, int32_t, ObjectEqualityComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__GetHashCode_1, (ObjectEqualityComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, CinemachineStateDrivenCamera_HashPair obj, MethodInfo * method)); DO_APP_FUNC(0x0188ED40, int32_t, ObjectEqualityComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__IndexOf, (ObjectEqualityComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, CinemachineStateDrivenCamera_HashPair__Array * array, CinemachineStateDrivenCamera_HashPair value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EE70, int32_t, ObjectEqualityComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__LastIndexOf, (ObjectEqualityComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, CinemachineStateDrivenCamera_HashPair__Array * array, CinemachineStateDrivenCamera_HashPair value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Cinemachine_ClipperLib_DoublePoint___ctor, (ObjectEqualityComparer_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Cinemachine_ClipperLib_DoublePoint__Equals, (ObjectEqualityComparer_1_Cinemachine_ClipperLib_DoublePoint_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A4210, bool, ObjectEqualityComparer_1_Cinemachine_ClipperLib_DoublePoint__Equals_1, (ObjectEqualityComparer_1_Cinemachine_ClipperLib_DoublePoint_ * __this, ClipperLib_DoublePoint x, ClipperLib_DoublePoint y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Cinemachine_ClipperLib_DoublePoint__GetHashCode, (ObjectEqualityComparer_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_Cinemachine_ClipperLib_DoublePoint__GetHashCode_1, (ObjectEqualityComparer_1_Cinemachine_ClipperLib_DoublePoint_ * __this, ClipperLib_DoublePoint obj, MethodInfo * method)); DO_APP_FUNC(0x018A42C0, int32_t, ObjectEqualityComparer_1_Cinemachine_ClipperLib_DoublePoint__IndexOf, (ObjectEqualityComparer_1_Cinemachine_ClipperLib_DoublePoint_ * __this, ClipperLib_DoublePoint__Array * array, ClipperLib_DoublePoint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A43F0, int32_t, ObjectEqualityComparer_1_Cinemachine_ClipperLib_DoublePoint__LastIndexOf, (ObjectEqualityComparer_1_Cinemachine_ClipperLib_DoublePoint_ * __this, ClipperLib_DoublePoint__Array * array, ClipperLib_DoublePoint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Cinemachine_ClipperLib_IntPoint___ctor, (ObjectEqualityComparer_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Cinemachine_ClipperLib_IntPoint__Equals, (ObjectEqualityComparer_1_Cinemachine_ClipperLib_IntPoint_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A4520, bool, ObjectEqualityComparer_1_Cinemachine_ClipperLib_IntPoint__Equals_1, (ObjectEqualityComparer_1_Cinemachine_ClipperLib_IntPoint_ * __this, ClipperLib_IntPoint x, ClipperLib_IntPoint y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Cinemachine_ClipperLib_IntPoint__GetHashCode, (ObjectEqualityComparer_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018A45F0, int32_t, ObjectEqualityComparer_1_Cinemachine_ClipperLib_IntPoint__GetHashCode_1, (ObjectEqualityComparer_1_Cinemachine_ClipperLib_IntPoint_ * __this, ClipperLib_IntPoint obj, MethodInfo * method)); DO_APP_FUNC(0x018A4650, int32_t, ObjectEqualityComparer_1_Cinemachine_ClipperLib_IntPoint__IndexOf, (ObjectEqualityComparer_1_Cinemachine_ClipperLib_IntPoint_ * __this, ClipperLib_IntPoint__Array * array, ClipperLib_IntPoint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A47A0, int32_t, ObjectEqualityComparer_1_Cinemachine_ClipperLib_IntPoint__LastIndexOf, (ObjectEqualityComparer_1_Cinemachine_ClipperLib_IntPoint_ * __this, ClipperLib_IntPoint__Array * array, ClipperLib_IntPoint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Cinemachine_ConfinerOven_PolygonSolution___ctor, (ObjectEqualityComparer_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Cinemachine_ConfinerOven_PolygonSolution__Equals, (ObjectEqualityComparer_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_Cinemachine_ConfinerOven_PolygonSolution__Equals_1, (ObjectEqualityComparer_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, ConfinerOven_PolygonSolution x, ConfinerOven_PolygonSolution y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Cinemachine_ConfinerOven_PolygonSolution__GetHashCode, (ObjectEqualityComparer_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_Cinemachine_ConfinerOven_PolygonSolution__GetHashCode_1, (ObjectEqualityComparer_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, ConfinerOven_PolygonSolution obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_Cinemachine_ConfinerOven_PolygonSolution__IndexOf, (ObjectEqualityComparer_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, ConfinerOven_PolygonSolution__Array * array, ConfinerOven_PolygonSolution value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_Cinemachine_ConfinerOven_PolygonSolution__LastIndexOf, (ObjectEqualityComparer_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, ConfinerOven_PolygonSolution__Array * array, ConfinerOven_PolygonSolution value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB___ctor, (ObjectEqualityComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Equals, (ObjectEqualityComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189C0E0, bool, ObjectEqualityComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Equals_1, (ObjectEqualityComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB x, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__GetHashCode, (ObjectEqualityComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0189C1A0, int32_t, ObjectEqualityComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__GetHashCode_1, (ObjectEqualityComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB obj, MethodInfo * method)); DO_APP_FUNC(0x0189C270, int32_t, ObjectEqualityComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__IndexOf, (ObjectEqualityComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Array * array, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189C3C0, int32_t, ObjectEqualityComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__LastIndexOf, (ObjectEqualityComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Array * array, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator___ctor, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__Equals, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01894FA0, bool, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__Equals_1, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, DamageIndicatorMonitor_DamageIndicator x, DamageIndicatorMonitor_DamageIndicator y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__GetHashCode, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016429E0, int32_t, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__GetHashCode_1, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, DamageIndicatorMonitor_DamageIndicator obj, MethodInfo * method)); DO_APP_FUNC(0x01895090, int32_t, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__IndexOf, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, DamageIndicatorMonitor_DamageIndicator__Array * array, DamageIndicatorMonitor_DamageIndicator value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01895210, int32_t, ObjectEqualityComparer_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__LastIndexOf, (ObjectEqualityComparer_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, DamageIndicatorMonitor_DamageIndicator__Array * array, DamageIndicatorMonitor_DamageIndicator value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___ctor, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Equals, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188E960, bool, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Equals_1, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo x, DelayedActionManager_DelegateInfo y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016407A0, int32_t, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo obj, MethodInfo * method)); DO_APP_FUNC(0x0188EA20, int32_t, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__IndexOf, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo__Array * array, DelayedActionManager_DelegateInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EB60, int32_t, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo__Array * array, DelayedActionManager_DelegateInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper___ctor, (ObjectEqualityComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Equals, (ObjectEqualityComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Equals_1, (ObjectEqualityComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, EventDispatcher_CallbackWrapper x, EventDispatcher_CallbackWrapper y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper__GetHashCode, (ObjectEqualityComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper__GetHashCode_1, (ObjectEqualityComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, EventDispatcher_CallbackWrapper obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper__IndexOf, (ObjectEqualityComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, EventDispatcher_CallbackWrapper__Array * array, EventDispatcher_CallbackWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper__LastIndexOf, (ObjectEqualityComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, EventDispatcher_CallbackWrapper__Array * array, EventDispatcher_CallbackWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Photon_Bolt_EventDispatcher_EventListener___ctor, (ObjectEqualityComparer_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Photon_Bolt_EventDispatcher_EventListener__Equals, (ObjectEqualityComparer_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_Photon_Bolt_EventDispatcher_EventListener__Equals_1, (ObjectEqualityComparer_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, EventDispatcher_EventListener x, EventDispatcher_EventListener y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Photon_Bolt_EventDispatcher_EventListener__GetHashCode, (ObjectEqualityComparer_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_Photon_Bolt_EventDispatcher_EventListener__GetHashCode_1, (ObjectEqualityComparer_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, EventDispatcher_EventListener obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_Photon_Bolt_EventDispatcher_EventListener__IndexOf, (ObjectEqualityComparer_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, EventDispatcher_EventListener__Array * array, EventDispatcher_EventListener value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_Photon_Bolt_EventDispatcher_EventListener__LastIndexOf, (ObjectEqualityComparer_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, EventDispatcher_EventListener__Array * array, EventDispatcher_EventListener value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_EventDispatcher_DispatchContext___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, EventDispatcher_DispatchContext x, EventDispatcher_DispatchContext y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, EventDispatcher_DispatchContext obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, EventDispatcher_DispatchContext__Array * array, EventDispatcher_DispatchContext value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, EventDispatcher_DispatchContext__Array * array, EventDispatcher_DispatchContext value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_EventDispatcher_EventRecord___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_EventDispatcher_EventRecord__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_EventDispatcher_EventRecord__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, EventDispatcher_EventRecord x, EventDispatcher_EventRecord y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_EventDispatcher_EventRecord__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_EventDispatcher_EventRecord__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, EventDispatcher_EventRecord obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_EventDispatcher_EventRecord__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, EventDispatcher_EventRecord__Array * array, EventDispatcher_EventRecord value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_EventDispatcher_EventRecord__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, EventDispatcher_EventRecord__Array * array, EventDispatcher_EventRecord value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent___ctor, (ObjectEqualityComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Equals, (ObjectEqualityComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A48F0, bool, ObjectEqualityComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Equals_1, (ObjectEqualityComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, EventQueue_NetworkEvent x, EventQueue_NetworkEvent y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__GetHashCode, (ObjectEqualityComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018A4A50, int32_t, ObjectEqualityComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__GetHashCode_1, (ObjectEqualityComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, EventQueue_NetworkEvent obj, MethodInfo * method)); DO_APP_FUNC(0x018A4B90, int32_t, ObjectEqualityComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__IndexOf, (ObjectEqualityComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, EventQueue_NetworkEvent__Array * array, EventQueue_NetworkEvent value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A4D90, int32_t, ObjectEqualityComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__LastIndexOf, (ObjectEqualityComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, EventQueue_NetworkEvent__Array * array, EventQueue_NetworkEvent value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_FocusController_FocusedElement___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_FocusController_FocusedElement__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_FocusController_FocusedElement__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, FocusController_FocusedElement x, FocusController_FocusedElement y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_FocusController_FocusedElement__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_FocusController_FocusedElement__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, FocusController_FocusedElement obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_FocusController_FocusedElement__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, FocusController_FocusedElement__Array * array, FocusController_FocusedElement value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_FocusController_FocusedElement__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, FocusController_FocusedElement__Array * array, FocusController_FocusedElement value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Pathfinding_Funnel_PathPart___ctor, (ObjectEqualityComparer_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Pathfinding_Funnel_PathPart__Equals, (ObjectEqualityComparer_1_Pathfinding_Funnel_PathPart_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189D7A0, bool, ObjectEqualityComparer_1_Pathfinding_Funnel_PathPart__Equals_1, (ObjectEqualityComparer_1_Pathfinding_Funnel_PathPart_ * __this, Funnel_PathPart x, Funnel_PathPart y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Pathfinding_Funnel_PathPart__GetHashCode, (ObjectEqualityComparer_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0189D870, int32_t, ObjectEqualityComparer_1_Pathfinding_Funnel_PathPart__GetHashCode_1, (ObjectEqualityComparer_1_Pathfinding_Funnel_PathPart_ * __this, Funnel_PathPart obj, MethodInfo * method)); DO_APP_FUNC(0x0189D950, int32_t, ObjectEqualityComparer_1_Pathfinding_Funnel_PathPart__IndexOf, (ObjectEqualityComparer_1_Pathfinding_Funnel_PathPart_ * __this, Funnel_PathPart__Array * array, Funnel_PathPart value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189DAA0, int32_t, ObjectEqualityComparer_1_Pathfinding_Funnel_PathPart__LastIndexOf, (ObjectEqualityComparer_1_Pathfinding_Funnel_PathPart_ * __this, Funnel_PathPart__Array * array, Funnel_PathPart value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch___ctor, (ObjectEqualityComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Equals, (ObjectEqualityComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188E960, bool, ObjectEqualityComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Equals_1, (ObjectEqualityComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, GetRandomAvailablePerch_RandomPerch x, GetRandomAvailablePerch_RandomPerch y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__GetHashCode, (ObjectEqualityComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016407A0, int32_t, ObjectEqualityComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__GetHashCode_1, (ObjectEqualityComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, GetRandomAvailablePerch_RandomPerch obj, MethodInfo * method)); DO_APP_FUNC(0x0188EA20, int32_t, ObjectEqualityComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__IndexOf, (ObjectEqualityComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, GetRandomAvailablePerch_RandomPerch__Array * array, GetRandomAvailablePerch_RandomPerch value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EB60, int32_t, ObjectEqualityComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__LastIndexOf, (ObjectEqualityComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, GetRandomAvailablePerch_RandomPerch__Array * array, GetRandomAvailablePerch_RandomPerch value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Pathfinding_GraphUpdateProcessor_GUOSingle___ctor, (ObjectEqualityComparer_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Pathfinding_GraphUpdateProcessor_GUOSingle__Equals, (ObjectEqualityComparer_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_Pathfinding_GraphUpdateProcessor_GUOSingle__Equals_1, (ObjectEqualityComparer_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, GraphUpdateProcessor_GUOSingle x, GraphUpdateProcessor_GUOSingle y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Pathfinding_GraphUpdateProcessor_GUOSingle__GetHashCode, (ObjectEqualityComparer_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_Pathfinding_GraphUpdateProcessor_GUOSingle__GetHashCode_1, (ObjectEqualityComparer_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, GraphUpdateProcessor_GUOSingle obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_Pathfinding_GraphUpdateProcessor_GUOSingle__IndexOf, (ObjectEqualityComparer_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, GraphUpdateProcessor_GUOSingle__Array * array, GraphUpdateProcessor_GUOSingle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_Pathfinding_GraphUpdateProcessor_GUOSingle__LastIndexOf, (ObjectEqualityComparer_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, GraphUpdateProcessor_GUOSingle__Array * array, GraphUpdateProcessor_GUOSingle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor___ctor, (ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Equals, (ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Equals_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, HID_HIDCollectionDescriptor x, HID_HIDCollectionDescriptor y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, HID_HIDCollectionDescriptor obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__IndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, HID_HIDCollectionDescriptor__Array * array, HID_HIDCollectionDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, HID_HIDCollectionDescriptor__Array * array, HID_HIDCollectionDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor___ctor, (ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Equals, (ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A4FA0, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Equals_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, HID_HIDElementDescriptor x, HID_HIDElementDescriptor y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018A50A0, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, HID_HIDElementDescriptor obj, MethodInfo * method)); DO_APP_FUNC(0x018A51A0, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__IndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, HID_HIDElementDescriptor__Array * array, HID_HIDElementDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A5330, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, HID_HIDElementDescriptor__Array * array, HID_HIDElementDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData___ctor, (ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Equals, (ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189C0E0, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Equals_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, HIDParser_HIDReportData x, HIDParser_HIDReportData y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0189C1A0, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, HIDParser_HIDReportData obj, MethodInfo * method)); DO_APP_FUNC(0x0189C270, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__IndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, HIDParser_HIDReportData__Array * array, HIDParser_HIDReportData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189C3C0, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, HIDParser_HIDReportData__Array * array, HIDParser_HIDReportData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage___ctor, (ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__Equals, (ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188ECA0, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__Equals_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, HIDSupport_HIDPageUsage x, HIDSupport_HIDPageUsage y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163B110, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, HIDSupport_HIDPageUsage obj, MethodInfo * method)); DO_APP_FUNC(0x0188ED40, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__IndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, HIDSupport_HIDPageUsage__Array * array, HIDSupport_HIDPageUsage value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EE70, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, HIDSupport_HIDPageUsage__Array * array, HIDSupport_HIDPageUsage value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData___ctor, (ObjectEqualityComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Equals, (ObjectEqualityComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A54D0, bool, ObjectEqualityComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Equals_1, (ObjectEqualityComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, HairDesignerGeneratorFurShellBase_BufferData x, HairDesignerGeneratorFurShellBase_BufferData y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__GetHashCode, (ObjectEqualityComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018A5570, int32_t, ObjectEqualityComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__GetHashCode_1, (ObjectEqualityComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, HairDesignerGeneratorFurShellBase_BufferData obj, MethodInfo * method)); DO_APP_FUNC(0x018A5640, int32_t, ObjectEqualityComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__IndexOf, (ObjectEqualityComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, HairDesignerGeneratorFurShellBase_BufferData__Array * array, HairDesignerGeneratorFurShellBase_BufferData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A5780, int32_t, ObjectEqualityComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__LastIndexOf, (ObjectEqualityComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, HairDesignerGeneratorFurShellBase_BufferData__Array * array, HairDesignerGeneratorFurShellBase_BufferData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson___ctor, (ObjectEqualityComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Equals, (ObjectEqualityComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189B850, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Equals_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, InputActionMap_BindingOverrideJson x, InputActionMap_BindingOverrideJson y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F090, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, InputActionMap_BindingOverrideJson obj, MethodInfo * method)); DO_APP_FUNC(0x0189B920, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__IndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, InputActionMap_BindingOverrideJson__Array * array, InputActionMap_BindingOverrideJson value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189BA80, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, InputActionMap_BindingOverrideJson__Array * array, InputActionMap_BindingOverrideJson value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Equals, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A58C0, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Equals_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem x, InputControlLayout_ControlItem y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018A5A70, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem obj, MethodInfo * method)); DO_APP_FUNC(0x018A5BD0, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__IndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem__Array * array, InputControlLayout_ControlItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A5E30, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem__Array * array, InputControlLayout_ControlItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout___ctor, (ObjectEqualityComparer_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__Equals, (ObjectEqualityComparer_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189B850, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__Equals_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, InputManager_StateChangeMonitorTimeout x, InputManager_StateChangeMonitorTimeout y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F090, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, InputManager_StateChangeMonitorTimeout obj, MethodInfo * method)); DO_APP_FUNC(0x0189B920, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__IndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, InputManager_StateChangeMonitorTimeout__Array * array, InputManager_StateChangeMonitorTimeout value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189BA80, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * __this, InputManager_StateChangeMonitorTimeout__Array * array, InputManager_StateChangeMonitorTimeout value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState___ctor, (ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__Equals, (ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188ECA0, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__Equals_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, InputSystemUIInputModule_InputActionReferenceState x, InputSystemUIInputModule_InputActionReferenceState y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163B110, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, InputSystemUIInputModule_InputActionReferenceState obj, MethodInfo * method)); DO_APP_FUNC(0x0188ED40, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__IndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, InputSystemUIInputModule_InputActionReferenceState__Array * array, InputSystemUIInputModule_InputActionReferenceState value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EE70, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, InputSystemUIInputModule_InputActionReferenceState__Array * array, InputSystemUIInputModule_InputActionReferenceState value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection___ctor, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__Equals, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__Equals_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, InputUser_OngoingAccountSelection x, InputUser_OngoingAccountSelection y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, InputUser_OngoingAccountSelection obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__IndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, InputUser_OngoingAccountSelection__Array * array, InputUser_OngoingAccountSelection value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * __this, InputUser_OngoingAccountSelection__Array * array, InputUser_OngoingAccountSelection value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, InternalTreeView_TreeViewItemWrapper x, InternalTreeView_TreeViewItemWrapper y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, InternalTreeView_TreeViewItemWrapper obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, InternalTreeView_TreeViewItemWrapper__Array * array, InternalTreeView_TreeViewItemWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, InternalTreeView_TreeViewItemWrapper__Array * array, InternalTreeView_TreeViewItemWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField___ctor, (ObjectEqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField__Equals, (ObjectEqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField__Equals_1, (ObjectEqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ * __this, JSONDeserialization_TaskField x, JSONDeserialization_TaskField y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField__GetHashCode, (ObjectEqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField__GetHashCode_1, (ObjectEqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ * __this, JSONDeserialization_TaskField obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField__IndexOf, (ObjectEqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ * __this, JSONDeserialization_TaskField__Array * array, JSONDeserialization_TaskField value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField__LastIndexOf, (ObjectEqualityComparer_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ * __this, JSONDeserialization_TaskField__Array * array, JSONDeserialization_TaskField value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV___ctor, (ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Equals, (ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Equals_1, (ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV x, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__GetHashCode, (ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__GetHashCode_1, (ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__IndexOf, (ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Array * array, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__LastIndexOf, (ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Array * array, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb___ctor, (ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Equals, (ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A4FA0, bool, ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Equals_1, (ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb x, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__GetHashCode, (ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018A50A0, int32_t, ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__GetHashCode_1, (ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb obj, MethodInfo * method)); DO_APP_FUNC(0x018A51A0, int32_t, ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__IndexOf, (ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * array, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A5330, int32_t, ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__LastIndexOf, (ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * array, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux___ctor, (ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Equals, (ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Equals_1, (ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux x, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__GetHashCode, (ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__GetHashCode_1, (ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__IndexOf, (ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Array * array, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__LastIndexOf, (ObjectEqualityComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Array * array, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Equals, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A6090, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Equals_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue x, JsonParser_JsonValue y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018A6130, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue obj, MethodInfo * method)); DO_APP_FUNC(0x018A6160, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__IndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue__Array * array, JsonParser_JsonValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A6280, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue__Array * array, JsonParser_JsonValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Dissonance_Logs_LogMessage___ctor, (ObjectEqualityComparer_1_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Dissonance_Logs_LogMessage__Equals, (ObjectEqualityComparer_1_Dissonance_Logs_LogMessage_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_Dissonance_Logs_LogMessage__Equals_1, (ObjectEqualityComparer_1_Dissonance_Logs_LogMessage_ * __this, Logs_LogMessage_1 x, Logs_LogMessage_1 y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Dissonance_Logs_LogMessage__GetHashCode, (ObjectEqualityComparer_1_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_Dissonance_Logs_LogMessage__GetHashCode_1, (ObjectEqualityComparer_1_Dissonance_Logs_LogMessage_ * __this, Logs_LogMessage_1 obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_Dissonance_Logs_LogMessage__IndexOf, (ObjectEqualityComparer_1_Dissonance_Logs_LogMessage_ * __this, Logs_LogMessage_1__Array * array, Logs_LogMessage_1 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_Dissonance_Logs_LogMessage__LastIndexOf, (ObjectEqualityComparer_1_Dissonance_Logs_LogMessage_ * __this, Logs_LogMessage_1__Array * array, Logs_LogMessage_1 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage___ctor, (ObjectEqualityComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Equals, (ObjectEqualityComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Equals_1, (ObjectEqualityComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Logs_LogMessage x, Logs_LogMessage y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__GetHashCode, (ObjectEqualityComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__GetHashCode_1, (ObjectEqualityComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Logs_LogMessage obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__IndexOf, (ObjectEqualityComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Logs_LogMessage__Array * array, Logs_LogMessage value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__LastIndexOf, (ObjectEqualityComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Logs_LogMessage__Array * array, Logs_LogMessage value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters___ctor, (ObjectEqualityComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Equals, (ObjectEqualityComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A63A0, bool, ObjectEqualityComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Equals_1, (ObjectEqualityComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MagicLightProbes_VolumeParameters x, MagicLightProbes_VolumeParameters y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters__GetHashCode, (ObjectEqualityComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018A6470, int32_t, ObjectEqualityComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters__GetHashCode_1, (ObjectEqualityComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MagicLightProbes_VolumeParameters obj, MethodInfo * method)); DO_APP_FUNC(0x018A6550, int32_t, ObjectEqualityComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters__IndexOf, (ObjectEqualityComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MagicLightProbes_VolumeParameters__Array * array, MagicLightProbes_VolumeParameters value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A66A0, int32_t, ObjectEqualityComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters__LastIndexOf, (ObjectEqualityComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MagicLightProbes_VolumeParameters__Array * array, MagicLightProbes_VolumeParameters value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry___ctor, (ObjectEqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__Equals, (ObjectEqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A67F0, bool, ObjectEqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__Equals_1, (ObjectEqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MemberRelationshipService_RelationshipEntry x, MemberRelationshipService_RelationshipEntry y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__GetHashCode, (ObjectEqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018A6870, int32_t, ObjectEqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__GetHashCode_1, (ObjectEqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MemberRelationshipService_RelationshipEntry obj, MethodInfo * method)); DO_APP_FUNC(0x018A6880, int32_t, ObjectEqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__IndexOf, (ObjectEqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MemberRelationshipService_RelationshipEntry__Array * array, MemberRelationshipService_RelationshipEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A6980, int32_t, ObjectEqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__LastIndexOf, (ObjectEqualityComparer_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MemberRelationshipService_RelationshipEntry__Array * array, MemberRelationshipService_RelationshipEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_NolanBehaviour_OverlappedCollider___ctor, (ObjectEqualityComparer_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_NolanBehaviour_OverlappedCollider__Equals, (ObjectEqualityComparer_1_NolanBehaviour_OverlappedCollider_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_NolanBehaviour_OverlappedCollider__Equals_1, (ObjectEqualityComparer_1_NolanBehaviour_OverlappedCollider_ * __this, NolanBehaviour_OverlappedCollider x, NolanBehaviour_OverlappedCollider y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_NolanBehaviour_OverlappedCollider__GetHashCode, (ObjectEqualityComparer_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_NolanBehaviour_OverlappedCollider__GetHashCode_1, (ObjectEqualityComparer_1_NolanBehaviour_OverlappedCollider_ * __this, NolanBehaviour_OverlappedCollider obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_NolanBehaviour_OverlappedCollider__IndexOf, (ObjectEqualityComparer_1_NolanBehaviour_OverlappedCollider_ * __this, NolanBehaviour_OverlappedCollider__Array * array, NolanBehaviour_OverlappedCollider value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_NolanBehaviour_OverlappedCollider__LastIndexOf, (ObjectEqualityComparer_1_NolanBehaviour_OverlappedCollider_ * __this, NolanBehaviour_OverlappedCollider__Array * array, NolanBehaviour_OverlappedCollider value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo___ctor, (ObjectEqualityComparer_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__Equals, (ObjectEqualityComparer_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189B850, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__Equals_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, OnScreenControl_OnScreenDeviceInfo x, OnScreenControl_OnScreenDeviceInfo y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F090, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, OnScreenControl_OnScreenDeviceInfo obj, MethodInfo * method)); DO_APP_FUNC(0x0189B920, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__IndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, OnScreenControl_OnScreenDeviceInfo__Array * array, OnScreenControl_OnScreenDeviceInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189BA80, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * __this, OnScreenControl_OnScreenDeviceInfo__Array * array, OnScreenControl_OnScreenDeviceInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding___ctor, (ObjectEqualityComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Equals, (ObjectEqualityComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Equals_1, (ObjectEqualityComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, OpenXRInput_SerializedBinding x, OpenXRInput_SerializedBinding y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, OpenXRInput_SerializedBinding obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__IndexOf, (ObjectEqualityComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, OpenXRInput_SerializedBinding__Array * array, OpenXRInput_SerializedBinding value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, OpenXRInput_SerializedBinding__Array * array, OpenXRInput_SerializedBinding value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog___ctor, (ObjectEqualityComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Equals, (ObjectEqualityComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Equals_1, (ObjectEqualityComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, PackedPlayModeBuildLogs_RuntimeBuildLog x, PackedPlayModeBuildLogs_RuntimeBuildLog y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog__GetHashCode, (ObjectEqualityComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog__GetHashCode_1, (ObjectEqualityComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, PackedPlayModeBuildLogs_RuntimeBuildLog obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog__IndexOf, (ObjectEqualityComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, PackedPlayModeBuildLogs_RuntimeBuildLog__Array * array, PackedPlayModeBuildLogs_RuntimeBuildLog value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog__LastIndexOf, (ObjectEqualityComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, PackedPlayModeBuildLogs_RuntimeBuildLog__Array * array, PackedPlayModeBuildLogs_RuntimeBuildLog value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_ParticleSystem_Particle___ctor, (ObjectEqualityComparer_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_ParticleSystem_Particle__Equals, (ObjectEqualityComparer_1_UnityEngine_ParticleSystem_Particle_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A6A80, bool, ObjectEqualityComparer_1_UnityEngine_ParticleSystem_Particle__Equals_1, (ObjectEqualityComparer_1_UnityEngine_ParticleSystem_Particle_ * __this, ParticleSystem_Particle x, ParticleSystem_Particle y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_ParticleSystem_Particle__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018A6BD0, int32_t, ObjectEqualityComparer_1_UnityEngine_ParticleSystem_Particle__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_ParticleSystem_Particle_ * __this, ParticleSystem_Particle obj, MethodInfo * method)); DO_APP_FUNC(0x018A6D00, int32_t, ObjectEqualityComparer_1_UnityEngine_ParticleSystem_Particle__IndexOf, (ObjectEqualityComparer_1_UnityEngine_ParticleSystem_Particle_ * __this, ParticleSystem_Particle__Array * array, ParticleSystem_Particle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A6F00, int32_t, ObjectEqualityComparer_1_UnityEngine_ParticleSystem_Particle__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_ParticleSystem_Particle_ * __this, ParticleSystem_Particle__Array * array, ParticleSystem_Particle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick___ctor, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Equals, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick x, ProbeBrickIndex_Brick y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick__Array * array, ProbeBrickIndex_Brick value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick__Array * array, ProbeBrickIndex_Brick value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta___ctor, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__Equals, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, ProbeBrickIndex_BrickMeta x, ProbeBrickIndex_BrickMeta y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, ProbeBrickIndex_BrickMeta obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, ProbeBrickIndex_BrickMeta__Array * array, ProbeBrickIndex_BrickMeta value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, ProbeBrickIndex_BrickMeta__Array * array, ProbeBrickIndex_BrickMeta value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo___ctor, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__Equals, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01896170, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, ProbeBrickIndex_CellIndexUpdateInfo x, ProbeBrickIndex_CellIndexUpdateInfo y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01896240, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, ProbeBrickIndex_CellIndexUpdateInfo obj, MethodInfo * method)); DO_APP_FUNC(0x01896320, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, ProbeBrickIndex_CellIndexUpdateInfo__Array * array, ProbeBrickIndex_CellIndexUpdateInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01896480, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, ProbeBrickIndex_CellIndexUpdateInfo__Array * array, ProbeBrickIndex_CellIndexUpdateInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick___ctor, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Equals, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A7100, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, ProbeBrickIndex_ReservedBrick x, ProbeBrickIndex_ReservedBrick y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018A71C0, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, ProbeBrickIndex_ReservedBrick obj, MethodInfo * method)); DO_APP_FUNC(0x018A7290, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, ProbeBrickIndex_ReservedBrick__Array * array, ProbeBrickIndex_ReservedBrick value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A73D0, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, ProbeBrickIndex_ReservedBrick__Array * array, ProbeBrickIndex_ReservedBrick value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta___ctor, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Equals, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, ProbeBrickIndex_VoxelMeta x, ProbeBrickIndex_VoxelMeta y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, ProbeBrickIndex_VoxelMeta obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, ProbeBrickIndex_VoxelMeta__Array * array, ProbeBrickIndex_VoxelMeta value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, ProbeBrickIndex_VoxelMeta__Array * array, ProbeBrickIndex_VoxelMeta value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc___ctor, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Equals, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189C0E0, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc x, ProbeBrickPool_BrickChunkAlloc y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0189C1A0, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc obj, MethodInfo * method)); DO_APP_FUNC(0x0189C270, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc__Array * array, ProbeBrickPool_BrickChunkAlloc value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189C3C0, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc__Array * array, ProbeBrickPool_BrickChunkAlloc value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId___ctor, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__Equals, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A7510, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, ProbeReferenceVolume_RegId x, ProbeReferenceVolume_RegId y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163CDE0, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, ProbeReferenceVolume_RegId obj, MethodInfo * method)); DO_APP_FUNC(0x018A7570, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, ProbeReferenceVolume_RegId__Array * array, ProbeReferenceVolume_RegId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A7650, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, ProbeReferenceVolume_RegId__Array * array, ProbeReferenceVolume_RegId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume___ctor, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__Equals, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01894FA0, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, ProbeReferenceVolume_Volume x, ProbeReferenceVolume_Volume y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016429E0, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, ProbeReferenceVolume_Volume obj, MethodInfo * method)); DO_APP_FUNC(0x01895090, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, ProbeReferenceVolume_Volume__Array * array, ProbeReferenceVolume_Volume value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01895210, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ * __this, ProbeReferenceVolume_Volume__Array * array, ProbeReferenceVolume_Volume value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem___ctor, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Equals, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, ProbeVolumePerSceneData_SerializableAssetItem x, ProbeVolumePerSceneData_SerializableAssetItem y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, ProbeVolumePerSceneData_SerializableAssetItem obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, ProbeVolumePerSceneData_SerializableAssetItem__Array * array, ProbeVolumePerSceneData_SerializableAssetItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, ProbeVolumePerSceneData_SerializableAssetItem__Array * array, ProbeVolumePerSceneData_SerializableAssetItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem___ctor, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Equals, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188E960, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, ProbeVolumeSceneData_SerializableBoundItem x, ProbeVolumeSceneData_SerializableBoundItem y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016407A0, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, ProbeVolumeSceneData_SerializableBoundItem obj, MethodInfo * method)); DO_APP_FUNC(0x0188EA20, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, ProbeVolumeSceneData_SerializableBoundItem__Array * array, ProbeVolumeSceneData_SerializableBoundItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EB60, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, ProbeVolumeSceneData_SerializableBoundItem__Array * array, ProbeVolumeSceneData_SerializableBoundItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem___ctor, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Equals, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, ProbeVolumeSceneData_SerializableHasPVItem x, ProbeVolumeSceneData_SerializableHasPVItem y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, ProbeVolumeSceneData_SerializableHasPVItem obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, ProbeVolumeSceneData_SerializableHasPVItem__Array * array, ProbeVolumeSceneData_SerializableHasPVItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, ProbeVolumeSceneData_SerializableHasPVItem__Array * array, ProbeVolumeSceneData_SerializableHasPVItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings___ctor, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Equals, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189B850, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, ProbeVolumeSceneData_SerializablePVBakeSettings x, ProbeVolumeSceneData_SerializablePVBakeSettings y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F090, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, ProbeVolumeSceneData_SerializablePVBakeSettings obj, MethodInfo * method)); DO_APP_FUNC(0x0189B920, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, ProbeVolumeSceneData_SerializablePVBakeSettings__Array * array, ProbeVolumeSceneData_SerializablePVBakeSettings value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189BA80, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, ProbeVolumeSceneData_SerializablePVBakeSettings__Array * array, ProbeVolumeSceneData_SerializablePVBakeSettings value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile___ctor, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Equals, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, ProbeVolumeSceneData_SerializablePVProfile x, ProbeVolumeSceneData_SerializablePVProfile y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, ProbeVolumeSceneData_SerializablePVProfile obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, ProbeVolumeSceneData_SerializablePVProfile__Array * array, ProbeVolumeSceneData_SerializablePVProfile value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, ProbeVolumeSceneData_SerializablePVProfile__Array * array, ProbeVolumeSceneData_SerializablePVProfile value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UdpKit_Protocol_ProtocolClient_AckCallback___ctor, (ObjectEqualityComparer_1_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UdpKit_Protocol_ProtocolClient_AckCallback__Equals, (ObjectEqualityComparer_1_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189B850, bool, ObjectEqualityComparer_1_UdpKit_Protocol_ProtocolClient_AckCallback__Equals_1, (ObjectEqualityComparer_1_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, ProtocolClient_AckCallback x, ProtocolClient_AckCallback y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UdpKit_Protocol_ProtocolClient_AckCallback__GetHashCode, (ObjectEqualityComparer_1_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F090, int32_t, ObjectEqualityComparer_1_UdpKit_Protocol_ProtocolClient_AckCallback__GetHashCode_1, (ObjectEqualityComparer_1_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, ProtocolClient_AckCallback obj, MethodInfo * method)); DO_APP_FUNC(0x0189B920, int32_t, ObjectEqualityComparer_1_UdpKit_Protocol_ProtocolClient_AckCallback__IndexOf, (ObjectEqualityComparer_1_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, ProtocolClient_AckCallback__Array * array, ProtocolClient_AckCallback value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189BA80, int32_t, ObjectEqualityComparer_1_UdpKit_Protocol_ProtocolClient_AckCallback__LastIndexOf, (ObjectEqualityComparer_1_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, ProtocolClient_AckCallback__Array * array, ProtocolClient_AckCallback value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UdpKit_Protocol_ProtocolClient_MsgHandler___ctor, (ObjectEqualityComparer_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UdpKit_Protocol_ProtocolClient_MsgHandler__Equals, (ObjectEqualityComparer_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189B850, bool, ObjectEqualityComparer_1_UdpKit_Protocol_ProtocolClient_MsgHandler__Equals_1, (ObjectEqualityComparer_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, ProtocolClient_MsgHandler x, ProtocolClient_MsgHandler y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UdpKit_Protocol_ProtocolClient_MsgHandler__GetHashCode, (ObjectEqualityComparer_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F090, int32_t, ObjectEqualityComparer_1_UdpKit_Protocol_ProtocolClient_MsgHandler__GetHashCode_1, (ObjectEqualityComparer_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, ProtocolClient_MsgHandler obj, MethodInfo * method)); DO_APP_FUNC(0x0189B920, int32_t, ObjectEqualityComparer_1_UdpKit_Protocol_ProtocolClient_MsgHandler__IndexOf, (ObjectEqualityComparer_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, ProtocolClient_MsgHandler__Array * array, ProtocolClient_MsgHandler value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189BA80, int32_t, ObjectEqualityComparer_1_UdpKit_Protocol_ProtocolClient_MsgHandler__LastIndexOf, (ObjectEqualityComparer_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, ProtocolClient_MsgHandler__Array * array, ProtocolClient_MsgHandler value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey___ctor, (ObjectEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__Equals, (ObjectEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A7730, bool, ObjectEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__Equals_1, (ObjectEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, Regex_CachedCodeEntryKey x, Regex_CachedCodeEntryKey y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__GetHashCode, (ObjectEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018A77B0, int32_t, ObjectEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__GetHashCode_1, (ObjectEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, Regex_CachedCodeEntryKey obj, MethodInfo * method)); DO_APP_FUNC(0x018A77E0, int32_t, ObjectEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__IndexOf, (ObjectEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, Regex_CachedCodeEntryKey__Array * array, Regex_CachedCodeEntryKey value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A78E0, int32_t, ObjectEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey__LastIndexOf, (ObjectEqualityComparer_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ * __this, Regex_CachedCodeEntryKey__Array * array, Regex_CachedCodeEntryKey value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange___ctor, (ObjectEqualityComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Equals, (ObjectEqualityComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01893890, bool, ObjectEqualityComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Equals_1, (ObjectEqualityComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, RegexCharClass_SingleRange x, RegexCharClass_SingleRange y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__GetHashCode, (ObjectEqualityComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01893930, int32_t, ObjectEqualityComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__GetHashCode_1, (ObjectEqualityComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, RegexCharClass_SingleRange obj, MethodInfo * method)); DO_APP_FUNC(0x018939F0, int32_t, ObjectEqualityComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__IndexOf, (ObjectEqualityComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, RegexCharClass_SingleRange__Array * array, RegexCharClass_SingleRange value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01893B20, int32_t, ObjectEqualityComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__LastIndexOf, (ObjectEqualityComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, RegexCharClass_SingleRange__Array * array, RegexCharClass_SingleRange value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A3C90, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, RenderChain_RenderNodeData x, RenderChain_RenderNodeData y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018A3DA0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, RenderChain_RenderNodeData obj, MethodInfo * method)); DO_APP_FUNC(0x018A3EB0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, RenderChain_RenderNodeData__Array * array, RenderChain_RenderNodeData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A4060, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, RenderChain_RenderNodeData__Array * array, RenderChain_RenderNodeData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData___ctor, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Equals, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188E960, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, RenderGraphDebugData_PassDebugData x, RenderGraphDebugData_PassDebugData y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016407A0, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, RenderGraphDebugData_PassDebugData obj, MethodInfo * method)); DO_APP_FUNC(0x0188EA20, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, RenderGraphDebugData_PassDebugData__Array * array, RenderGraphDebugData_PassDebugData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EB60, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, RenderGraphDebugData_PassDebugData__Array * array, RenderGraphDebugData_PassDebugData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData___ctor, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Equals, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189B850, bool, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, RenderGraphDebugData_ResourceDebugData x, RenderGraphDebugData_ResourceDebugData y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F090, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, RenderGraphDebugData_ResourceDebugData obj, MethodInfo * method)); DO_APP_FUNC(0x0189B920, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, RenderGraphDebugData_ResourceDebugData__Array * array, RenderGraphDebugData_ResourceDebugData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189BA80, int32_t, ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, RenderGraphDebugData_ResourceDebugData__Array * array, RenderGraphDebugData_ResourceDebugData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest___ctor, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Equals, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Equals_1, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, ResourceManager_DeferredCallbackRegisterRequest x, ResourceManager_DeferredCallbackRegisterRequest y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, ResourceManager_DeferredCallbackRegisterRequest obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__IndexOf, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, ResourceManager_DeferredCallbackRegisterRequest__Array * array, ResourceManager_DeferredCallbackRegisterRequest value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, ResourceManager_DeferredCallbackRegisterRequest__Array * array, ResourceManager_DeferredCallbackRegisterRequest value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash___ctor, (ObjectEqualityComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Equals, (ObjectEqualityComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Equals_1, (ObjectEqualityComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, RetainedGizmos_MeshWithHash x, RetainedGizmos_MeshWithHash y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__GetHashCode, (ObjectEqualityComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__GetHashCode_1, (ObjectEqualityComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, RetainedGizmos_MeshWithHash obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__IndexOf, (ObjectEqualityComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, RetainedGizmos_MeshWithHash__Array * array, RetainedGizmos_MeshWithHash value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__LastIndexOf, (ObjectEqualityComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, RetainedGizmos_MeshWithHash__Array * array, RetainedGizmos_MeshWithHash value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext___ctor, (ObjectEqualityComparer_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__Equals, (ObjectEqualityComparer_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189B850, bool, ObjectEqualityComparer_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__Equals_1, (ObjectEqualityComparer_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, SequenceNode_SequenceConstructPosContext x, SequenceNode_SequenceConstructPosContext y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__GetHashCode, (ObjectEqualityComparer_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F090, int32_t, ObjectEqualityComparer_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__GetHashCode_1, (ObjectEqualityComparer_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, SequenceNode_SequenceConstructPosContext obj, MethodInfo * method)); DO_APP_FUNC(0x0189B920, int32_t, ObjectEqualityComparer_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__IndexOf, (ObjectEqualityComparer_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, SequenceNode_SequenceConstructPosContext__Array * array, SequenceNode_SequenceConstructPosContext value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189BA80, int32_t, ObjectEqualityComparer_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__LastIndexOf, (ObjectEqualityComparer_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, SequenceNode_SequenceConstructPosContext__Array * array, SequenceNode_SequenceConstructPosContext value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Equals, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Equals_1, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo x, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__GetHashCode, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__GetHashCode_1, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__IndexOf, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Array * array, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__LastIndexOf, (ObjectEqualityComparer_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Array * array, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188ECA0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, StyleComplexSelector_PseudoStateData x, StyleComplexSelector_PseudoStateData y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163B110, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, StyleComplexSelector_PseudoStateData obj, MethodInfo * method)); DO_APP_FUNC(0x0188ED40, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, StyleComplexSelector_PseudoStateData__Array * array, StyleComplexSelector_PseudoStateData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EE70, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, StyleComplexSelector_PseudoStateData__Array * array, StyleComplexSelector_PseudoStateData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * __this, StylePropertyAnimationSystem_ElementPropertyPair x, StylePropertyAnimationSystem_ElementPropertyPair y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * __this, StylePropertyAnimationSystem_ElementPropertyPair obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * __this, StylePropertyAnimationSystem_ElementPropertyPair__Array * array, StylePropertyAnimationSystem_ElementPropertyPair value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ * __this, StylePropertyAnimationSystem_ElementPropertyPair__Array * array, StylePropertyAnimationSystem_ElementPropertyPair value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188ECA0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ * __this, StyleSheetCache_SheetHandleKey x, StyleSheetCache_SheetHandleKey y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163B110, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ * __this, StyleSheetCache_SheetHandleKey obj, MethodInfo * method)); DO_APP_FUNC(0x0188ED40, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ * __this, StyleSheetCache_SheetHandleKey__Array * array, StyleSheetCache_SheetHandleKey value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EE70, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ * __this, StyleSheetCache_SheetHandleKey__Array * array, StyleSheetCache_SheetHandleKey value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, StyleVariableResolver_ResolveContext x, StyleVariableResolver_ResolveContext y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, StyleVariableResolver_ResolveContext obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, StyleVariableResolver_ResolveContext__Array * array, StyleVariableResolver_ResolveContext value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, StyleVariableResolver_ResolveContext__Array * array, StyleVariableResolver_ResolveContext value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, TemplateAsset_AttributeOverride x, TemplateAsset_AttributeOverride y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, TemplateAsset_AttributeOverride obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, TemplateAsset_AttributeOverride__Array * array, TemplateAsset_AttributeOverride value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, TemplateAsset_AttributeOverride__Array * array, TemplateAsset_AttributeOverride value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef___ctor, (ObjectEqualityComparer_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__Equals, (ObjectEqualityComparer_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188E960, bool, ObjectEqualityComparer_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__Equals_1, (ObjectEqualityComparer_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, TextResourceManager_FontAssetRef x, TextResourceManager_FontAssetRef y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016407A0, int32_t, ObjectEqualityComparer_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, TextResourceManager_FontAssetRef obj, MethodInfo * method)); DO_APP_FUNC(0x0188EA20, int32_t, ObjectEqualityComparer_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__IndexOf, (ObjectEqualityComparer_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, TextResourceManager_FontAssetRef__Array * array, TextResourceManager_FontAssetRef value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EB60, int32_t, ObjectEqualityComparer_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, TextResourceManager_FontAssetRef__Array * array, TextResourceManager_FontAssetRef value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap___ctor, (ObjectEqualityComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Equals, (ObjectEqualityComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Equals_1, (ObjectEqualityComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, TextSettings_FontReferenceMap x, TextSettings_FontReferenceMap y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, TextSettings_FontReferenceMap obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__IndexOf, (ObjectEqualityComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, TextSettings_FontReferenceMap__Array * array, TextSettings_FontReferenceMap value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, TextSettings_FontReferenceMap__Array * array, TextSettings_FontReferenceMap value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01894FA0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, TextureBlitter_BlitInfo x, TextureBlitter_BlitInfo y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016429E0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, TextureBlitter_BlitInfo obj, MethodInfo * method)); DO_APP_FUNC(0x01895090, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, TextureBlitter_BlitInfo__Array * array, TextureBlitter_BlitInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01895210, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, TextureBlitter_BlitInfo__Array * array, TextureBlitter_BlitInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame___ctor, (ObjectEqualityComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Equals, (ObjectEqualityComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A79E0, bool, ObjectEqualityComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Equals_1, (ObjectEqualityComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, TexturePacker_JsonArray_Frame x, TexturePacker_JsonArray_Frame y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__GetHashCode, (ObjectEqualityComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018A7AC0, int32_t, ObjectEqualityComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__GetHashCode_1, (ObjectEqualityComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, TexturePacker_JsonArray_Frame obj, MethodInfo * method)); DO_APP_FUNC(0x018A7BC0, int32_t, ObjectEqualityComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__IndexOf, (ObjectEqualityComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, TexturePacker_JsonArray_Frame__Array * array, TexturePacker_JsonArray_Frame value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A7D30, int32_t, ObjectEqualityComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__LastIndexOf, (ObjectEqualityComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, TexturePacker_JsonArray_Frame__Array * array, TexturePacker_JsonArray_Frame value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, TextureRegistry_TextureInfo x, TextureRegistry_TextureInfo y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, TextureRegistry_TextureInfo obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, TextureRegistry_TextureInfo__Array * array, TextureRegistry_TextureInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, TextureRegistry_TextureInfo__Array * array, TextureRegistry_TextureInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry___ctor, (ObjectEqualityComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Equals, (ObjectEqualityComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, TimeNotificationBehaviour_NotificationEntry x, TimeNotificationBehaviour_NotificationEntry y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, TimeNotificationBehaviour_NotificationEntry obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, TimeNotificationBehaviour_NotificationEntry__Array * array, TimeNotificationBehaviour_NotificationEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, TimeNotificationBehaviour_NotificationEntry__Array * array, TimeNotificationBehaviour_NotificationEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData___ctor, (ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Equals, (ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188E960, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Equals_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, TrackedDeviceRaycaster_RaycastHitData x, TrackedDeviceRaycaster_RaycastHitData y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016407A0, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, TrackedDeviceRaycaster_RaycastHitData obj, MethodInfo * method)); DO_APP_FUNC(0x0188EA20, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__IndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, TrackedDeviceRaycaster_RaycastHitData__Array * array, TrackedDeviceRaycaster_RaycastHitData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EB60, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, TrackedDeviceRaycaster_RaycastHitData__Array * array, TrackedDeviceRaycaster_RaycastHitData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData___ctor, (ObjectEqualityComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Equals, (ObjectEqualityComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Equals_1, (ObjectEqualityComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, TrackedPoseDriverDataDescription_PoseData x, TrackedPoseDriverDataDescription_PoseData y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, TrackedPoseDriverDataDescription_PoseData obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__IndexOf, (ObjectEqualityComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, TrackedPoseDriverDataDescription_PoseData__Array * array, TrackedPoseDriverDataDescription_PoseData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, TrackedPoseDriverDataDescription_PoseData__Array * array, TrackedPoseDriverDataDescription_PoseData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, TreeView_TreeViewItemWrapper x, TreeView_TreeViewItemWrapper y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, TreeView_TreeViewItemWrapper obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, TreeView_TreeViewItemWrapper__Array * array, TreeView_TreeViewItemWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, TreeView_TreeViewItemWrapper__Array * array, TreeView_TreeViewItemWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188ECA0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, TreeViewReorderableDragAndDropController_TreeItemState x, TreeViewReorderableDragAndDropController_TreeItemState y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163B110, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, TreeViewReorderableDragAndDropController_TreeItemState obj, MethodInfo * method)); DO_APP_FUNC(0x0188ED40, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, TreeViewReorderableDragAndDropController_TreeItemState__Array * array, TreeViewReorderableDragAndDropController_TreeItemState value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EE70, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, TreeViewReorderableDragAndDropController_TreeItemState__Array * array, TreeViewReorderableDragAndDropController_TreeItemState value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A3C90, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, UIRStylePainter_Entry x, UIRStylePainter_Entry y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018A3DA0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, UIRStylePainter_Entry obj, MethodInfo * method)); DO_APP_FUNC(0x018A3EB0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, UIRStylePainter_Entry__Array * array, UIRStylePainter_Entry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A4060, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, UIRStylePainter_Entry__Array * array, UIRStylePainter_Entry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189B850, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, UIRenderDevice_AllocToFree x, UIRenderDevice_AllocToFree y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F090, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, UIRenderDevice_AllocToFree obj, MethodInfo * method)); DO_APP_FUNC(0x0189B920, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, UIRenderDevice_AllocToFree__Array * array, UIRenderDevice_AllocToFree value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189BA80, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, UIRenderDevice_AllocToFree__Array * array, UIRenderDevice_AllocToFree value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F6E0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, UIRenderDevice_AllocToUpdate x, UIRenderDevice_AllocToUpdate y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F7E0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, UIRenderDevice_AllocToUpdate obj, MethodInfo * method)); DO_APP_FUNC(0x0188F8E0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, UIRenderDevice_AllocToUpdate__Array * array, UIRenderDevice_AllocToUpdate value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188FA70, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, UIRenderDevice_AllocToUpdate__Array * array, UIRenderDevice_AllocToUpdate value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, UIRenderDevice_DeviceToFree x, UIRenderDevice_DeviceToFree y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, UIRenderDevice_DeviceToFree obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, UIRenderDevice_DeviceToFree__Array * array, UIRenderDevice_DeviceToFree value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ * __this, UIRenderDevice_DeviceToFree__Array * array, UIRenderDevice_DeviceToFree value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest___ctor, (ObjectEqualityComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Equals, (ObjectEqualityComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, UnitySynchronizationContext_WorkRequest x, UnitySynchronizationContext_WorkRequest y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, UnitySynchronizationContext_WorkRequest obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, UnitySynchronizationContext_WorkRequest__Array * array, UnitySynchronizationContext_WorkRequest value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, UnitySynchronizationContext_WorkRequest__Array * array, UnitySynchronizationContext_WorkRequest value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, VisualTreeAsset_SlotDefinition x, VisualTreeAsset_SlotDefinition y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, VisualTreeAsset_SlotDefinition obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, VisualTreeAsset_SlotDefinition__Array * array, VisualTreeAsset_SlotDefinition value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, VisualTreeAsset_SlotDefinition__Array * array, VisualTreeAsset_SlotDefinition value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, VisualTreeAsset_SlotUsageEntry x, VisualTreeAsset_SlotUsageEntry y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, VisualTreeAsset_SlotUsageEntry obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, VisualTreeAsset_SlotUsageEntry__Array * array, VisualTreeAsset_SlotUsageEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, VisualTreeAsset_SlotUsageEntry__Array * array, VisualTreeAsset_SlotUsageEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry___ctor, (ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Equals, (ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Equals_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, VisualTreeAsset_UsingEntry x, VisualTreeAsset_UsingEntry y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, VisualTreeAsset_UsingEntry obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__IndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, VisualTreeAsset_UsingEntry__Array * array, VisualTreeAsset_UsingEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, VisualTreeAsset_UsingEntry__Array * array, VisualTreeAsset_UsingEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId___ctor, (ObjectEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__Equals, (ObjectEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A7EB0, bool, ObjectEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__Equals_1, (ObjectEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, WetDecalSystem_MaterialBatchId x, WetDecalSystem_MaterialBatchId y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__GetHashCode, (ObjectEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018A7F70, int32_t, ObjectEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__GetHashCode_1, (ObjectEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, WetDecalSystem_MaterialBatchId obj, MethodInfo * method)); DO_APP_FUNC(0x018A7FA0, int32_t, ObjectEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__IndexOf, (ObjectEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, WetDecalSystem_MaterialBatchId__Array * array, WetDecalSystem_MaterialBatchId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A80E0, int32_t, ObjectEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId__LastIndexOf, (ObjectEqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ * __this, WetDecalSystem_MaterialBatchId__Array * array, WetDecalSystem_MaterialBatchId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK___ctor, (ObjectEqualityComparer_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__Equals, (ObjectEqualityComparer_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188ECA0, bool, ObjectEqualityComparer_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__Equals_1, (ObjectEqualityComparer_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK x, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__GetHashCode, (ObjectEqualityComparer_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163B110, int32_t, ObjectEqualityComparer_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__GetHashCode_1, (ObjectEqualityComparer_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK obj, MethodInfo * method)); DO_APP_FUNC(0x0188ED40, int32_t, ObjectEqualityComparer_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__IndexOf, (ObjectEqualityComparer_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__Array * array, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EE70, int32_t, ObjectEqualityComparer_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__LastIndexOf, (ObjectEqualityComparer_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__Array * array, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry___ctor, (ObjectEqualityComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Equals, (ObjectEqualityComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Equals_1, (ObjectEqualityComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry x, XmlSchemaObjectTable_XmlSchemaObjectEntry y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__GetHashCode, (ObjectEqualityComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__GetHashCode_1, (ObjectEqualityComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__IndexOf, (ObjectEqualityComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry__Array * array, XmlSchemaObjectTable_XmlSchemaObjectEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__LastIndexOf, (ObjectEqualityComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry__Array * array, XmlSchemaObjectTable_XmlSchemaObjectEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_ftLightmaps_LightmapAdditionalData___ctor, (ObjectEqualityComparer_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_ftLightmaps_LightmapAdditionalData__Equals, (ObjectEqualityComparer_1_ftLightmaps_LightmapAdditionalData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188E960, bool, ObjectEqualityComparer_1_ftLightmaps_LightmapAdditionalData__Equals_1, (ObjectEqualityComparer_1_ftLightmaps_LightmapAdditionalData_ * __this, ftLightmaps_LightmapAdditionalData x, ftLightmaps_LightmapAdditionalData y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_ftLightmaps_LightmapAdditionalData__GetHashCode, (ObjectEqualityComparer_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016407A0, int32_t, ObjectEqualityComparer_1_ftLightmaps_LightmapAdditionalData__GetHashCode_1, (ObjectEqualityComparer_1_ftLightmaps_LightmapAdditionalData_ * __this, ftLightmaps_LightmapAdditionalData obj, MethodInfo * method)); DO_APP_FUNC(0x0188EA20, int32_t, ObjectEqualityComparer_1_ftLightmaps_LightmapAdditionalData__IndexOf, (ObjectEqualityComparer_1_ftLightmaps_LightmapAdditionalData_ * __this, ftLightmaps_LightmapAdditionalData__Array * array, ftLightmaps_LightmapAdditionalData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EB60, int32_t, ObjectEqualityComparer_1_ftLightmaps_LightmapAdditionalData__LastIndexOf, (ObjectEqualityComparer_1_ftLightmaps_LightmapAdditionalData_ * __this, ftLightmaps_LightmapAdditionalData__Array * array, ftLightmaps_LightmapAdditionalData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor, (ObjectEqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Equals, (ObjectEqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188ECA0, bool, ObjectEqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Equals_1, (ObjectEqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy x, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__GetHashCode, (ObjectEqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163B110, int32_t, ObjectEqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__GetHashCode_1, (ObjectEqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy obj, MethodInfo * method)); DO_APP_FUNC(0x0188ED40, int32_t, ObjectEqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__IndexOf, (ObjectEqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * array, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EE70, int32_t, ObjectEqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__LastIndexOf, (ObjectEqualityComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * array, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem___ctor, (ObjectEqualityComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Equals, (ObjectEqualityComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Equals_1, (ObjectEqualityComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, DebugUI_Foldout_ContextMenuItem x, DebugUI_Foldout_ContextMenuItem y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, DebugUI_Foldout_ContextMenuItem obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__IndexOf, (ObjectEqualityComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, DebugUI_Foldout_ContextMenuItem__Array * array, DebugUI_Foldout_ContextMenuItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, DebugUI_Foldout_ContextMenuItem__Array * array, DebugUI_Foldout_ContextMenuItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher___ctor, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Equals, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188EFA0, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Equals_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, InputControlLayout_Collection_LayoutMatcher x, InputControlLayout_Collection_LayoutMatcher y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0188F060, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, InputControlLayout_Collection_LayoutMatcher obj, MethodInfo * method)); DO_APP_FUNC(0x0188F130, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__IndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, InputControlLayout_Collection_LayoutMatcher__Array * array, InputControlLayout_Collection_LayoutMatcher value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F280, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, InputControlLayout_Collection_LayoutMatcher__Array * array, InputControlLayout_Collection_LayoutMatcher value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout___ctor, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__Equals, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188F3D0, bool, ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__Equals_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, InputControlLayout_Collection_PrecompiledLayout x, InputControlLayout_Collection_PrecompiledLayout y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__GetHashCode, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0163F740, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__GetHashCode_1, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, InputControlLayout_Collection_PrecompiledLayout obj, MethodInfo * method)); DO_APP_FUNC(0x0188F480, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__IndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, InputControlLayout_Collection_PrecompiledLayout__Array * array, InputControlLayout_Collection_PrecompiledLayout value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188F5B0, int32_t, ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__LastIndexOf, (ObjectEqualityComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, InputControlLayout_Collection_PrecompiledLayout__Array * array, InputControlLayout_Collection_PrecompiledLayout value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView___ctor, (ObjectEqualityComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Equals, (ObjectEqualityComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0188E960, bool, ObjectEqualityComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Equals_1, (ObjectEqualityComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, InstructionList_DebugView_InstructionView x, InstructionList_DebugView_InstructionView y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__GetHashCode, (ObjectEqualityComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x016407A0, int32_t, ObjectEqualityComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__GetHashCode_1, (ObjectEqualityComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, InstructionList_DebugView_InstructionView obj, MethodInfo * method)); DO_APP_FUNC(0x0188EA20, int32_t, ObjectEqualityComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__IndexOf, (ObjectEqualityComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, InstructionList_DebugView_InstructionView__Array * array, InstructionList_DebugView_InstructionView value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0188EB60, int32_t, ObjectEqualityComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__LastIndexOf, (ObjectEqualityComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, InstructionList_DebugView_InstructionView__Array * array, InstructionList_DebugView_InstructionView value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb___ctor, (ObjectEqualityComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Equals, (ObjectEqualityComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189C0E0, bool, ObjectEqualityComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Equals_1, (ObjectEqualityComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb x, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__GetHashCode, (ObjectEqualityComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0189C1A0, int32_t, ObjectEqualityComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__GetHashCode_1, (ObjectEqualityComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb obj, MethodInfo * method)); DO_APP_FUNC(0x0189C270, int32_t, ObjectEqualityComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__IndexOf, (ObjectEqualityComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Array * array, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189C3C0, int32_t, ObjectEqualityComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__LastIndexOf, (ObjectEqualityComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Array * array, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item___ctor, (ObjectEqualityComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Equals, (ObjectEqualityComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x018A63A0, bool, ObjectEqualityComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Equals_1, (ObjectEqualityComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, TargetPositionCache_CacheCurve_Item x, TargetPositionCache_CacheCurve_Item y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item__GetHashCode, (ObjectEqualityComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x018A6470, int32_t, ObjectEqualityComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item__GetHashCode_1, (ObjectEqualityComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, TargetPositionCache_CacheCurve_Item obj, MethodInfo * method)); DO_APP_FUNC(0x018A6550, int32_t, ObjectEqualityComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item__IndexOf, (ObjectEqualityComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, TargetPositionCache_CacheCurve_Item__Array * array, TargetPositionCache_CacheCurve_Item value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x018A66A0, int32_t, ObjectEqualityComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item__LastIndexOf, (ObjectEqualityComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, TargetPositionCache_CacheCurve_Item__Array * array, TargetPositionCache_CacheCurve_Item value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x015FB2A0, void, ObjectEqualityComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem___ctor, (ObjectEqualityComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01618220, bool, ObjectEqualityComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Equals, (ObjectEqualityComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0189D7A0, bool, ObjectEqualityComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Equals_1, (ObjectEqualityComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, TargetPositionCache_CacheEntry_RecordingItem x, TargetPositionCache_CacheEntry_RecordingItem y, MethodInfo * method)); DO_APP_FUNC(0x01486740, int32_t, ObjectEqualityComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__GetHashCode, (ObjectEqualityComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0189D870, int32_t, ObjectEqualityComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__GetHashCode_1, (ObjectEqualityComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, TargetPositionCache_CacheEntry_RecordingItem obj, MethodInfo * method)); DO_APP_FUNC(0x0189D950, int32_t, ObjectEqualityComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__IndexOf, (ObjectEqualityComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, TargetPositionCache_CacheEntry_RecordingItem__Array * array, TargetPositionCache_CacheEntry_RecordingItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0189DAA0, int32_t, ObjectEqualityComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__LastIndexOf, (ObjectEqualityComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, TargetPositionCache_CacheEntry_RecordingItem__Array * array, TargetPositionCache_CacheEntry_RecordingItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0100F030, void, ObjectListPool_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0100EDD0, List_1_System_Object_ *, ObjectListPool_1_System_Object__Get, (MethodInfo * method)); DO_APP_FUNC(0x0100EED0, void, ObjectListPool_1_System_Object__Release, (List_1_System_Object_ * elements, MethodInfo * method)); DO_APP_FUNC(0x0100F7A0, void, ObjectParameter_1_System_Object___ctor, (ObjectParameter_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0100FC60, VolumeParameter *, ObjectParameter_1_System_Object___set_value_b__9_2, (ObjectParameter_1_System_Object_ * __this, FieldInfo_1 * t, MethodInfo * method)); DO_APP_FUNC(0x0100F7F0, void, ObjectParameter_1_System_Object__Interp, (ObjectParameter_1_System_Object_ * __this, VolumeParameter * from, VolumeParameter * to, float t, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ObjectParameter_1_System_Object__get_overrideState, (ObjectParameter_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, ReadOnlyCollection_1_UnityEngine_Rendering_VolumeParameter_ *, ObjectParameter_1_System_Object__get_parameters, (ObjectParameter_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ObjectParameter_1_System_Object__get_value, (ObjectParameter_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD40, void, ObjectParameter_1_System_Object__set_overrideState, (ObjectParameter_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ObjectParameter_1_System_Object__set_parameters, (ObjectParameter_1_System_Object_ * __this, ReadOnlyCollection_1_UnityEngine_Rendering_VolumeParameter_ * value, MethodInfo * method)); DO_APP_FUNC(0x0100F1B0, void, ObjectParameter_1_System_Object__set_value, (ObjectParameter_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010109F0, void, ObjectPoolSimple_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0100FD00, Object *, ObjectPoolSimple_1_System_Object__Claim, (MethodInfo * method)); DO_APP_FUNC(0x01010650, void, ObjectPoolSimple_1_System_Object__Clear, (MethodInfo * method)); DO_APP_FUNC(0x010108F0, int32_t, ObjectPoolSimple_1_System_Object__GetSize, (MethodInfo * method)); DO_APP_FUNC(0x01010380, void, ObjectPoolSimple_1_System_Object__Release, (Object * * obj, MethodInfo * method)); DO_APP_FUNC(0x01010CD0, Object *, ObjectPool_1_System_Object__3_Claim, (MethodInfo * method)); DO_APP_FUNC(0x01010D80, void, ObjectPool_1_System_Object__3_Release, (Object * * obj, MethodInfo * method)); DO_APP_FUNC(0x01010ED0, void, ObjectPool_1_System_Object__4__ctor, (ObjectPool_1_System_Object__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01011090, Object *, ObjectPool_1_System_Object__4_Get, (ObjectPool_1_System_Object__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01011060, void, ObjectPool_1_System_Object__4_Return, (ObjectPool_1_System_Object__4 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01010E80, bool, ObjectPool_1_System_Object__4_get_Available, (ObjectPool_1_System_Object__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01011380, void, ObjectPool_1_System_Object__5__ctor, (ObjectPool_1_System_Object__5 * __this, Func_1_Object_ * param_0000c610, MethodInfo * method)); DO_APP_FUNC(0x01011150, void, ObjectPool_1_System_Object__5__ctor_1, (ObjectPool_1_System_Object__5 * __this, int32_t param_0000c60d, Func_1_Object_ * param_0000c60e, Action_1_Object_ * param_0000c60f, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D888, ObjectPool_1_System_Object__5__ctor_1__MethodInfo); DO_APP_FUNC(0x010113B0, void, ObjectPool_1_System_Object__5_Clear, (ObjectPool_1_System_Object__5 * __this, bool reduceSize, MethodInfo * method)); DO_APP_FUNC(0x010119E0, Object *, ObjectPool_1_System_Object__5_CreateInstance, (ObjectPool_1_System_Object__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01011500, Object *, ObjectPool_1_System_Object__5_Get, (ObjectPool_1_System_Object__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01011AE0, uint64_t, ObjectPool_1_System_Object__5_IncrementInstanceCount, (ObjectPool_1_System_Object__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01011730, bool, ObjectPool_1_System_Object__5_Return, (ObjectPool_1_System_Object__5 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01011900, bool, ObjectPool_1_System_Object__5_gGFeEHgozfqabwqyzCJmbgMBOBBib, (ObjectPool_1_System_Object__5 * __this, Object * param_0000c613, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, uint64_t, ObjectPool_1_System_Object__5_get_InstanceCount, (ObjectPool_1_System_Object__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD42D0, Object *, ObjectPool_1_System_Object__5_yWFKGRkbCwEtSisZMEPzOSbDddmy, (ObjectPool_1_System_Object__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01011B50, void, ObjectPool_1_System_Object__6__ctor, (ObjectPool_1_System_Object__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01011EF0, Object *, ObjectPool_1_System_Object__6_Get, (ObjectPool_1_System_Object__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01011D60, void, ObjectPool_1_System_Object__6_Return, (ObjectPool_1_System_Object__6 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01011B00, bool, ObjectPool_1_System_Object__6_get_Available, (ObjectPool_1_System_Object__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01012120, void, ObjectPool_1_System_Object__1__ctor, (ObjectPool_1_System_Object__1 * __this, Func_1_Object_ * createFunc, Action_1_Object_ * actionOnGet, Action_1_Object_ * actionOnRelease, Action_1_Object_ * actionOnDestroy, bool collectionCheck, int32_t defaultCapacity, int32_t maxSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D860, ObjectPool_1_System_Object__1__ctor__MethodInfo); DO_APP_FUNC(0x01012750, void, ObjectPool_1_System_Object__1_Clear, (ObjectPool_1_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x010128D0, void, ObjectPool_1_System_Object__1_Dispose, (ObjectPool_1_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01012430, Object *, ObjectPool_1_System_Object__1_Get, (ObjectPool_1_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x010125E0, PooledObject_1_System_Object_, ObjectPool_1_System_Object__1_Get_1, (ObjectPool_1_System_Object__1 * __this, Object * * v, MethodInfo * method)); DO_APP_FUNC(0x01012690, void, ObjectPool_1_System_Object__1_Release, (ObjectPool_1_System_Object__1 * __this, Object * element, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, int32_t, ObjectPool_1_System_Object__1_get_CountAll, (ObjectPool_1_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x010120E0, int32_t, ObjectPool_1_System_Object__1_get_CountInactive, (ObjectPool_1_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00523180, void, ObjectPool_1_System_Object__1_set_CountAll, (ObjectPool_1_System_Object__1 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x010129B0, void, ObjectPool_1_System_Object__2__ctor, (ObjectPool_1_System_Object__2 * __this, UnityAction_1_System_Object_ * actionOnGet, UnityAction_1_System_Object_ * actionOnRelease, bool collectionCheck, MethodInfo * method)); DO_APP_FUNC(0x01012B40, Object *, ObjectPool_1_System_Object__2_Get, (ObjectPool_1_System_Object__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01012C70, ObjectPool_1_T_PooledObject_System_Object_, ObjectPool_1_System_Object__2_Get_1, (ObjectPool_1_System_Object__2 * __this, Object * * v, MethodInfo * method)); DO_APP_FUNC(0x01012D20, void, ObjectPool_1_System_Object__2_Release, (ObjectPool_1_System_Object__2 * __this, Object * element, MethodInfo * method)); DO_APP_FUNC(0x010128F0, int32_t, ObjectPool_1_System_Object__2_get_countActive, (ObjectPool_1_System_Object__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD00, int32_t, ObjectPool_1_System_Object__2_get_countAll, (ObjectPool_1_System_Object__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, ObjectPool_1_System_Object__2_get_countInactive, (ObjectPool_1_System_Object__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x009CDD10, void, ObjectPool_1_System_Object__2_set_countAll, (ObjectPool_1_System_Object__2 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01012E90, void, ObjectPool_1_System_Object___ctor, (ObjectPool_1_System_Object_ * __this, int32_t maxSize, MethodInfo * method)); DO_APP_FUNC(0x01012FC0, Object *, ObjectPool_1_System_Object__Get, (ObjectPool_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01013080, void, ObjectPool_1_System_Object__Release, (ObjectPool_1_System_Object_ * __this, Object * element, MethodInfo * method)); DO_APP_FUNC(0x01012F80, int32_t, ObjectPool_1_System_Object__Size, (ObjectPool_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012D90, int32_t, ObjectPool_1_System_Object__get_maxSize, (ObjectPool_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012DA0, void, ObjectPool_1_System_Object__set_maxSize, (ObjectPool_1_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01013200, void, ObservableCollection_1_System_Object___ctor, (ObservableCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01013220, void, ObservableCollection_1_System_Object___ctor_1, (ObservableCollection_1_System_Object_ * __this, IEnumerable_1_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x010132C0, void, ObservableCollection_1_System_Object___ctor_2, (ObservableCollection_1_System_Object_ * __this, List_1_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x01013DC0, IDisposable *, ObservableCollection_1_System_Object__BlockReentrancy, (ObservableCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01013DF0, void, ObservableCollection_1_System_Object__CheckReentrancy, (ObservableCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D800, ObservableCollection_1_System_Object__CheckReentrancy__MethodInfo); DO_APP_FUNC(0x010136A0, void, ObservableCollection_1_System_Object__ClearItems, (ObservableCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01013360, List_1_System_Object_ *, ObservableCollection_1_System_Object__CreateCopy, (IEnumerable_1_System_Object_ * collection, String * paramName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D810, ObservableCollection_1_System_Object__CreateCopy__MethodInfo); DO_APP_FUNC(0x01014210, ObservableCollection_1_T_SimpleMonitor_System_Object_ *, ObservableCollection_1_System_Object__EnsureMonitorInitialized, (ObservableCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01013850, void, ObservableCollection_1_System_Object__InsertItem, (ObservableCollection_1_System_Object_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x009D6570, void, ObservableCollection_1_System_Object__Move, (ObservableCollection_1_System_Object_ * __this, int32_t oldIndex, int32_t newIndex, MethodInfo * method)); DO_APP_FUNC(0x01013A30, void, ObservableCollection_1_System_Object__MoveItem, (ObservableCollection_1_System_Object_ * __this, int32_t oldIndex, int32_t newIndex, MethodInfo * method)); DO_APP_FUNC(0x01013D50, void, ObservableCollection_1_System_Object__OnCollectionChanged, (ObservableCollection_1_System_Object_ * __this, NotifyCollectionChangedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x01013F70, void, ObservableCollection_1_System_Object__OnCollectionChanged_1, (ObservableCollection_1_System_Object_ * __this, NotifyCollectionChangedAction__Enum action, Object * item, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01014020, void, ObservableCollection_1_System_Object__OnCollectionChanged_2, (ObservableCollection_1_System_Object_ * __this, NotifyCollectionChangedAction__Enum action, Object * item, int32_t index, int32_t oldIndex, MethodInfo * method)); DO_APP_FUNC(0x010140E0, void, ObservableCollection_1_System_Object__OnCollectionChanged_3, (ObservableCollection_1_System_Object_ * __this, NotifyCollectionChangedAction__Enum action, Object * oldItem, Object * newItem, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010141A0, void, ObservableCollection_1_System_Object__OnCollectionReset, (ObservableCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01013E90, void, ObservableCollection_1_System_Object__OnCountPropertyChanged, (ObservableCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01014330, void, ObservableCollection_1_System_Object__OnDeserialized, (ObservableCollection_1_System_Object_ * __this, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01013F00, void, ObservableCollection_1_System_Object__OnIndexerPropertyChanged, (ObservableCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01013B50, void, ObservableCollection_1_System_Object__OnPropertyChanged, (ObservableCollection_1_System_Object_ * __this, PropertyChangedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x010142F0, void, ObservableCollection_1_System_Object__OnSerializing, (ObservableCollection_1_System_Object_ * __this, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01013740, void, ObservableCollection_1_System_Object__RemoveItem, (ObservableCollection_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01013930, void, ObservableCollection_1_System_Object__SetItem, (ObservableCollection_1_System_Object_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01013480, void, ObservableCollection_1_System_Object__System_ComponentModel_INotifyPropertyChanged_add_PropertyChanged, (ObservableCollection_1_System_Object_ * __this, PropertyChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x010134A0, void, ObservableCollection_1_System_Object__System_ComponentModel_INotifyPropertyChanged_remove_PropertyChanged, (ObservableCollection_1_System_Object_ * __this, PropertyChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x010134C0, void, ObservableCollection_1_System_Object__add_CollectionChanged, (ObservableCollection_1_System_Object_ * __this, NotifyCollectionChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x01013B70, void, ObservableCollection_1_System_Object__add_PropertyChanged, (ObservableCollection_1_System_Object_ * __this, PropertyChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x010135B0, void, ObservableCollection_1_System_Object__remove_CollectionChanged, (ObservableCollection_1_System_Object_ * __this, NotifyCollectionChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x01013C60, void, ObservableCollection_1_System_Object__remove_PropertyChanged, (ObservableCollection_1_System_Object_ * __this, PropertyChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x010149B0, void, ObservableList_1_System_Object___ctor, (ObservableList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01014AA0, void, ObservableList_1_System_Object___ctor_1, (ObservableList_1_System_Object_ * __this, IEnumerable_1_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x010149D0, void, ObservableList_1_System_Object___ctor_2, (ObservableList_1_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x01014CF0, void, ObservableList_1_System_Object__Add, (ObservableList_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01014DE0, void, ObservableList_1_System_Object__Add_1, (ObservableList_1_System_Object_ * __this, Object__Array * items, MethodInfo * method)); DO_APP_FUNC(0x010151B0, void, ObservableList_1_System_Object__Clear, (ObservableList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01014C30, bool, ObservableList_1_System_Object__Contains, (ObservableList_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01015280, void, ObservableList_1_System_Object__CopyTo, (ObservableList_1_System_Object_ * __this, Object__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x010152F0, IEnumerator_1_System_Object_ *, ObservableList_1_System_Object__GetEnumerator, (ObservableList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01014C90, int32_t, ObservableList_1_System_Object__IndexOf, (ObservableList_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01014E60, void, ObservableList_1_System_Object__Insert, (ObservableList_1_System_Object_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01014B70, void, ObservableList_1_System_Object__OnEvent, (ObservableList_1_System_Object_ * __this, ListChangedEventHandler_1_System_Object_ * e, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01014F10, bool, ObservableList_1_System_Object__Remove, (ObservableList_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01015010, int32_t, ObservableList_1_System_Object__Remove_1, (ObservableList_1_System_Object_ * __this, Object__Array * items, MethodInfo * method)); DO_APP_FUNC(0x010150C0, void, ObservableList_1_System_Object__RemoveAt, (ObservableList_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01015340, IEnumerator *, ObservableList_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (ObservableList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010143B0, void, ObservableList_1_System_Object__add_ItemAdded, (ObservableList_1_System_Object_ * __this, ListChangedEventHandler_1_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x010145D0, void, ObservableList_1_System_Object__add_ItemRemoved, (ObservableList_1_System_Object_ * __this, ListChangedEventHandler_1_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x01014960, int32_t, ObservableList_1_System_Object__get_Count, (ObservableList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ObservableList_1_System_Object__get_IsReadOnly, (ObservableList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010147F0, Object *, ObservableList_1_System_Object__get_Item, (ObservableList_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010144C0, void, ObservableList_1_System_Object__remove_ItemAdded, (ObservableList_1_System_Object_ * __this, ListChangedEventHandler_1_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x010146E0, void, ObservableList_1_System_Object__remove_ItemRemoved, (ObservableList_1_System_Object_ * __this, ListChangedEventHandler_1_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x01014850, void, ObservableList_1_System_Object__set_Item, (ObservableList_1_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, Observer_1_System_Object___ctor, (Observer_1_System_Object_ * __this, Action_1_Object_ * onNext, Action * onCompleted, MethodInfo * method)); DO_APP_FUNC(0x01015370, void, Observer_1_System_Object__OnCompleted, (Observer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01015390, void, Observer_1_System_Object__OnError, (Observer_1_System_Object_ * __this, Exception * error, MethodInfo * method)); DO_APP_FUNC(0x010153E0, void, Observer_1_System_Object__OnNext, (Observer_1_System_Object_ * __this, Object * evt, MethodInfo * method)); DO_APP_FUNC(0x01015500, void, OneOrMore_2_System_Object_ReadOnlyArray_1_System_Object___ctor, (OneOrMore_2_System_Object_ReadOnlyArray_1_System_Object_ * __this, Object * single, MethodInfo * method)); DO_APP_FUNC(0x01015560, void, OneOrMore_2_System_Object_ReadOnlyArray_1_System_Object___ctor_1, (OneOrMore_2_System_Object_ReadOnlyArray_1_System_Object_ * __this, ReadOnlyArray_1_System_Object_ multiple, MethodInfo * method)); DO_APP_FUNC(0x010156F0, IEnumerator_1_System_Object_ *, OneOrMore_2_System_Object_ReadOnlyArray_1_System_Object__GetEnumerator, (OneOrMore_2_System_Object_ReadOnlyArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01015810, IEnumerator *, OneOrMore_2_System_Object_ReadOnlyArray_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (OneOrMore_2_System_Object_ReadOnlyArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01015400, int32_t, OneOrMore_2_System_Object_ReadOnlyArray_1_System_Object__get_Count, (OneOrMore_2_System_Object_ReadOnlyArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01015450, Object *, OneOrMore_2_System_Object_ReadOnlyArray_1_System_Object__get_Item, (OneOrMore_2_System_Object_ReadOnlyArray_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D7C0, OneOrMore_2_System_Object_ReadOnlyArray_1_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x010155C0, OneOrMore_2_System_Object_ReadOnlyArray_1_System_Object_, OneOrMore_2_System_Object_ReadOnlyArray_1_System_Object__op_Implicit, (Object * single, MethodInfo * method)); DO_APP_FUNC(0x01015660, OneOrMore_2_System_Object_ReadOnlyArray_1_System_Object_, OneOrMore_2_System_Object_ReadOnlyArray_1_System_Object__op_Implicit_1, (ReadOnlyArray_1_System_Object_ multiple, MethodInfo * method)); DO_APP_FUNC(0x01015990, void, OneOrMore_2_System_Object_System_Object___ctor, (OneOrMore_2_System_Object_System_Object_ * __this, Object * single, MethodInfo * method)); DO_APP_FUNC(0x010159F0, void, OneOrMore_2_System_Object_System_Object___ctor_1, (OneOrMore_2_System_Object_System_Object_ * __this, Object * multiple, MethodInfo * method)); DO_APP_FUNC(0x01015B80, IEnumerator_1_System_Object_ *, OneOrMore_2_System_Object_System_Object__GetEnumerator, (OneOrMore_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01015CA0, IEnumerator *, OneOrMore_2_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (OneOrMore_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01015850, int32_t, OneOrMore_2_System_Object_System_Object__get_Count, (OneOrMore_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010158C0, Object *, OneOrMore_2_System_Object_System_Object__get_Item, (OneOrMore_2_System_Object_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D7A0, OneOrMore_2_System_Object_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x01015A50, OneOrMore_2_System_Object_System_Object_, OneOrMore_2_System_Object_System_Object__op_Implicit, (Object * single, MethodInfo * method)); DO_APP_FUNC(0x01015AF0, OneOrMore_2_System_Object_System_Object_, OneOrMore_2_System_Object_System_Object__op_Implicit_1, (Object * multiple, MethodInfo * method)); DO_APP_FUNC(0x01015CE0, void, OpenXRContextEvent_1_System_Object___ctor, (OpenXRContextEvent_1_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, OpenXRContextEvent_1_System_Object__BeginInvoke, (OpenXRContextEvent_1_System_Object_ * __this, IOpenXRContext * sender, Object * args, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, OpenXRContextEvent_1_System_Object__EndInvoke, (OpenXRContextEvent_1_System_Object_ * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, OpenXRContextEvent_1_System_Object__Invoke, (OpenXRContextEvent_1_System_Object_ * __this, IOpenXRContext * sender, Object * args, MethodInfo * method)); DO_APP_FUNC(0x00CB5790, void, OpenXRFeaturePlugin_1_System_Object__Microsoft_MixedReality_OpenXR_ISubsystemPlugin_CreateSubsystem, (OpenXRFeaturePlugin_1_System_Object_ * __this, List_1_System_Object_ * descriptors, String * id, MethodInfo * method)); DO_APP_FUNC(0x00CB57C0, void, OpenXRFeaturePlugin_1_System_Object__Microsoft_MixedReality_OpenXR_ISubsystemPlugin_DestroySubsystem, (OpenXRFeaturePlugin_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00CB57C0, void, OpenXRFeaturePlugin_1_System_Object__Microsoft_MixedReality_OpenXR_ISubsystemPlugin_StartSubsystem, (OpenXRFeaturePlugin_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00CB57C0, void, OpenXRFeaturePlugin_1_System_Object__Microsoft_MixedReality_OpenXR_ISubsystemPlugin_StopSubsystem, (OpenXRFeaturePlugin_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01016B70, void, OpenXRFeaturePlugin_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01018080, void, OpenXRFeaturePlugin_1_System_Object___ctor, (OpenXRFeaturePlugin_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01018150, void, OpenXRFeaturePlugin_1_System_Object___OnSubsystemCreate_b__54_0, (OpenXRFeaturePlugin_1_System_Object_ * __this, SubsystemController * controller, MethodInfo * method)); DO_APP_FUNC(0x010181E0, void, OpenXRFeaturePlugin_1_System_Object___OnSubsystemDestroy_b__57_0, (OpenXRFeaturePlugin_1_System_Object_ * __this, SubsystemController * controller, MethodInfo * method)); DO_APP_FUNC(0x01018180, void, OpenXRFeaturePlugin_1_System_Object___OnSubsystemStart_b__55_0, (OpenXRFeaturePlugin_1_System_Object_ * __this, SubsystemController * controller, MethodInfo * method)); DO_APP_FUNC(0x010181B0, void, OpenXRFeaturePlugin_1_System_Object___OnSubsystemStop_b__56_0, (OpenXRFeaturePlugin_1_System_Object_ * __this, SubsystemController * controller, MethodInfo * method)); DO_APP_FUNC(0x01016DC0, void, OpenXRFeaturePlugin_1_System_Object__AddSubsystemController, (OpenXRFeaturePlugin_1_System_Object_ * __this, SubsystemController * subsystemController, MethodInfo * method)); DO_APP_FUNC(0x01016E60, bool, OpenXRFeaturePlugin_1_System_Object__IsExtensionEnabled, (OpenXRFeaturePlugin_1_System_Object_ * __this, String * extensionName, uint32_t minimumRevision, MethodInfo * method)); DO_APP_FUNC(0x01017F80, void, OpenXRFeaturePlugin_1_System_Object__OnAppSpaceChange, (OpenXRFeaturePlugin_1_System_Object_ * __this, uint64_t sceneOriginSpace, MethodInfo * method)); DO_APP_FUNC(0x01016DA0, void, OpenXRFeaturePlugin_1_System_Object__OnEnable, (OpenXRFeaturePlugin_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01017330, bool, OpenXRFeaturePlugin_1_System_Object__OnInstanceCreate, (OpenXRFeaturePlugin_1_System_Object_ * __this, uint64_t instance, MethodInfo * method)); DO_APP_FUNC(0x010175C0, void, OpenXRFeaturePlugin_1_System_Object__OnInstanceDestroy, (OpenXRFeaturePlugin_1_System_Object_ * __this, uint64_t instance, MethodInfo * method)); DO_APP_FUNC(0x01017B50, void, OpenXRFeaturePlugin_1_System_Object__OnSessionBegin, (OpenXRFeaturePlugin_1_System_Object_ * __this, uint64_t session, MethodInfo * method)); DO_APP_FUNC(0x010178B0, void, OpenXRFeaturePlugin_1_System_Object__OnSessionCreate, (OpenXRFeaturePlugin_1_System_Object_ * __this, uint64_t session, MethodInfo * method)); DO_APP_FUNC(0x01017E70, void, OpenXRFeaturePlugin_1_System_Object__OnSessionDestroy, (OpenXRFeaturePlugin_1_System_Object_ * __this, uint64_t session, MethodInfo * method)); DO_APP_FUNC(0x01017D60, void, OpenXRFeaturePlugin_1_System_Object__OnSessionEnd, (OpenXRFeaturePlugin_1_System_Object_ * __this, uint64_t session, MethodInfo * method)); DO_APP_FUNC(0x01017C60, void, OpenXRFeaturePlugin_1_System_Object__OnSessionStateChange, (OpenXRFeaturePlugin_1_System_Object_ * __this, int32_t oldState, int32_t newState, MethodInfo * method)); DO_APP_FUNC(0x01016EB0, void, OpenXRFeaturePlugin_1_System_Object__OnSubsystemCreate, (OpenXRFeaturePlugin_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01017270, void, OpenXRFeaturePlugin_1_System_Object__OnSubsystemDestroy, (OpenXRFeaturePlugin_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01016F70, void, OpenXRFeaturePlugin_1_System_Object__OnSubsystemStart, (OpenXRFeaturePlugin_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010170F0, void, OpenXRFeaturePlugin_1_System_Object__OnSubsystemStop, (OpenXRFeaturePlugin_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01017810, void, OpenXRFeaturePlugin_1_System_Object__OnSystemChange, (OpenXRFeaturePlugin_1_System_Object_ * __this, uint64_t systemId, MethodInfo * method)); DO_APP_FUNC(0x01015EE0, void, OpenXRFeaturePlugin_1_System_Object__add_InstanceCreated, (OpenXRFeaturePlugin_1_System_Object_ * __this, OpenXRContextEvent * value, MethodInfo * method)); DO_APP_FUNC(0x010160E0, void, OpenXRFeaturePlugin_1_System_Object__add_InstanceDestroying, (OpenXRFeaturePlugin_1_System_Object_ * __this, OpenXRContextEvent * value, MethodInfo * method)); DO_APP_FUNC(0x010166E0, void, OpenXRFeaturePlugin_1_System_Object__add_SessionBegun, (OpenXRFeaturePlugin_1_System_Object_ * __this, OpenXRContextEvent * value, MethodInfo * method)); DO_APP_FUNC(0x010162E0, void, OpenXRFeaturePlugin_1_System_Object__add_SessionCreated, (OpenXRFeaturePlugin_1_System_Object_ * __this, OpenXRContextEvent * value, MethodInfo * method)); DO_APP_FUNC(0x010164E0, void, OpenXRFeaturePlugin_1_System_Object__add_SessionDestroying, (OpenXRFeaturePlugin_1_System_Object_ * __this, OpenXRContextEvent * value, MethodInfo * method)); DO_APP_FUNC(0x010168E0, void, OpenXRFeaturePlugin_1_System_Object__add_SessionEnding, (OpenXRFeaturePlugin_1_System_Object_ * __this, OpenXRContextEvent * value, MethodInfo * method)); DO_APP_FUNC(0x003C5490, uint64_t, OpenXRFeaturePlugin_1_System_Object__get_Instance, (OpenXRFeaturePlugin_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x004B2C60, bool, OpenXRFeaturePlugin_1_System_Object__get_IsAnchorExtensionSupported, (OpenXRFeaturePlugin_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x005625F0, bool, OpenXRFeaturePlugin_1_System_Object__get_IsSessionRunning, (OpenXRFeaturePlugin_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01016AE0, void *, OpenXRFeaturePlugin_1_System_Object__get_PFN_xrGetInstanceProcAddr, (OpenXRFeaturePlugin_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7020, uint64_t, OpenXRFeaturePlugin_1_System_Object__get_SceneOriginSpace, (OpenXRFeaturePlugin_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, uint64_t, OpenXRFeaturePlugin_1_System_Object__get_Session, (OpenXRFeaturePlugin_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01015EC0, XrSessionState__Enum, OpenXRFeaturePlugin_1_System_Object__get_SessionState, (OpenXRFeaturePlugin_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C6FF0, uint64_t, OpenXRFeaturePlugin_1_System_Object__get_SystemId, (OpenXRFeaturePlugin_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01015FE0, void, OpenXRFeaturePlugin_1_System_Object__remove_InstanceCreated, (OpenXRFeaturePlugin_1_System_Object_ * __this, OpenXRContextEvent * value, MethodInfo * method)); DO_APP_FUNC(0x010161E0, void, OpenXRFeaturePlugin_1_System_Object__remove_InstanceDestroying, (OpenXRFeaturePlugin_1_System_Object_ * __this, OpenXRContextEvent * value, MethodInfo * method)); DO_APP_FUNC(0x010167E0, void, OpenXRFeaturePlugin_1_System_Object__remove_SessionBegun, (OpenXRFeaturePlugin_1_System_Object_ * __this, OpenXRContextEvent * value, MethodInfo * method)); DO_APP_FUNC(0x010163E0, void, OpenXRFeaturePlugin_1_System_Object__remove_SessionCreated, (OpenXRFeaturePlugin_1_System_Object_ * __this, OpenXRContextEvent * value, MethodInfo * method)); DO_APP_FUNC(0x010165E0, void, OpenXRFeaturePlugin_1_System_Object__remove_SessionDestroying, (OpenXRFeaturePlugin_1_System_Object_ * __this, OpenXRContextEvent * value, MethodInfo * method)); DO_APP_FUNC(0x010169E0, void, OpenXRFeaturePlugin_1_System_Object__remove_SessionEnding, (OpenXRFeaturePlugin_1_System_Object_ * __this, OpenXRContextEvent * value, MethodInfo * method)); DO_APP_FUNC(0x00B33C70, void, OpenXRFeaturePlugin_1_System_Object__set_Instance, (OpenXRFeaturePlugin_1_System_Object_ * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x004B2C70, void, OpenXRFeaturePlugin_1_System_Object__set_IsAnchorExtensionSupported, (OpenXRFeaturePlugin_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00562600, void, OpenXRFeaturePlugin_1_System_Object__set_IsSessionRunning, (OpenXRFeaturePlugin_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00A7D0E0, void, OpenXRFeaturePlugin_1_System_Object__set_SceneOriginSpace, (OpenXRFeaturePlugin_1_System_Object_ * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01015EB0, void, OpenXRFeaturePlugin_1_System_Object__set_Session, (OpenXRFeaturePlugin_1_System_Object_ * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01015ED0, void, OpenXRFeaturePlugin_1_System_Object__set_SessionState, (OpenXRFeaturePlugin_1_System_Object_ * __this, XrSessionState__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01015EA0, void, OpenXRFeaturePlugin_1_System_Object__set_SystemId, (OpenXRFeaturePlugin_1_System_Object_ * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OrderedEnumerable_1_System_Collections_Generic_KeyValuePair_2___ctor, (OrderedEnumerable_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01018210, IEnumerator_1_KeyValuePair_2_System_Object_System_Object_ *, OrderedEnumerable_1_System_Collections_Generic_KeyValuePair_2__GetEnumerator, (OrderedEnumerable_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010182E0, IEnumerator *, OrderedEnumerable_1_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerable_GetEnumerator, (OrderedEnumerable_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OrderedEnumerable_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor, (OrderedEnumerable_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01018310, IEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ *, OrderedEnumerable_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__GetEnumerator, (OrderedEnumerable_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010182E0, IEnumerator *, OrderedEnumerable_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IEnumerable_GetEnumerator, (OrderedEnumerable_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00CB57F0, IOrderedEnumerable_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ *, OrderedEnumerable_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Linq_IOrderedEnumerable_TElement__CreateOrderedEnumerable, (OrderedEnumerable_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Func_2_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_UInt32_ * keySelector, IComparer_1_System_UInt32_ * comparer, bool descending, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OrderedEnumerable_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor, (OrderedEnumerable_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010183E0, IEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ *, OrderedEnumerable_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__GetEnumerator, (OrderedEnumerable_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010182E0, IEnumerator *, OrderedEnumerable_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IEnumerable_GetEnumerator, (OrderedEnumerable_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00CB57F0, IOrderedEnumerable_1_System_Object_ *, OrderedEnumerable_1_System_Object__System_Linq_IOrderedEnumerable_TElement__CreateOrderedEnumerable, (OrderedEnumerable_1_System_Object_ * __this, Func_2_Object_Boolean_ * keySelector, IComparer_1_System_Boolean_ * comparer, bool descending, MethodInfo * method)); DO_APP_FUNC(0x00CB57F0, IOrderedEnumerable_1_System_Object_ *, OrderedEnumerable_1_System_Object__System_Linq_IOrderedEnumerable_TElement__CreateOrderedEnumerable_1, (OrderedEnumerable_1_System_Object_ * __this, Func_2_Object_Int32_ * keySelector, IComparer_1_System_Int32_ * comparer, bool descending, MethodInfo * method)); DO_APP_FUNC(0x00CB57F0, IOrderedEnumerable_1_System_Object_ *, OrderedEnumerable_1_System_Object__System_Linq_IOrderedEnumerable_TElement__CreateOrderedEnumerable_2, (OrderedEnumerable_1_System_Object_ * __this, Func_2_Object_Object_ * keySelector, IComparer_1_System_Object_ * comparer, bool descending, MethodInfo * method)); DO_APP_FUNC(0x00CB57F0, IOrderedEnumerable_1_System_Object_ *, OrderedEnumerable_1_System_Object__System_Linq_IOrderedEnumerable_TElement__CreateOrderedEnumerable_3, (OrderedEnumerable_1_System_Object_ * __this, Func_2_Object_UInt32_ * keySelector, IComparer_1_System_UInt32_ * comparer, bool descending, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, OrderedEnumerable_1_System_Object___ctor, (OrderedEnumerable_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010184B0, IEnumerator_1_System_Object_ *, OrderedEnumerable_1_System_Object__GetEnumerator, (OrderedEnumerable_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010182E0, IEnumerator *, OrderedEnumerable_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (OrderedEnumerable_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01018580, void, OrderedEnumerable_2_System_Collections_Generic_KeyValuePair_2_System_Object___ctor, (OrderedEnumerable_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Object__1 * keySelector, IComparer_1_System_Object_ * comparer, bool descending, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D678, OrderedEnumerable_2_System_Collections_Generic_KeyValuePair_2_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x010187D0, EnumerableSorter_1_System_Collections_Generic_KeyValuePair_2_ *, OrderedEnumerable_2_System_Collections_Generic_KeyValuePair_2_System_Object__GetEnumerableSorter, (OrderedEnumerable_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, EnumerableSorter_1_System_Collections_Generic_KeyValuePair_2_ * next, MethodInfo * method)); DO_APP_FUNC(0x010188B0, void, OrderedEnumerable_2_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_System_Int32___ctor, (OrderedEnumerable_2_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_System_Int32_ * __this, IEnumerable_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * source, Func_2_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_Int32_ * keySelector, IComparer_1_System_Int32_ * comparer, bool descending, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D680, OrderedEnumerable_2_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x010187D0, EnumerableSorter_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ *, OrderedEnumerable_2_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_System_Int32__GetEnumerableSorter, (OrderedEnumerable_2_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_System_Int32_ * __this, EnumerableSorter_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * next, MethodInfo * method)); DO_APP_FUNC(0x01018B00, void, OrderedEnumerable_2_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_System_UInt32___ctor, (OrderedEnumerable_2_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_System_UInt32_ * __this, IEnumerable_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * source, Func_2_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_UInt32_ * keySelector, IComparer_1_System_UInt32_ * comparer, bool descending, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D6A8, OrderedEnumerable_2_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_System_UInt32___ctor__MethodInfo); DO_APP_FUNC(0x010187D0, EnumerableSorter_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ *, OrderedEnumerable_2_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_System_UInt32__GetEnumerableSorter, (OrderedEnumerable_2_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_System_UInt32_ * __this, EnumerableSorter_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * next, MethodInfo * method)); DO_APP_FUNC(0x01018D50, void, OrderedEnumerable_2_System_Object_System_Boolean___ctor, (OrderedEnumerable_2_System_Object_System_Boolean_ * __this, IEnumerable_1_System_Object_ * source, Func_2_Object_Boolean_ * keySelector, IComparer_1_System_Boolean_ * comparer, bool descending, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D6B0, OrderedEnumerable_2_System_Object_System_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x010187D0, EnumerableSorter_1_System_Object_ *, OrderedEnumerable_2_System_Object_System_Boolean__GetEnumerableSorter, (OrderedEnumerable_2_System_Object_System_Boolean_ * __this, EnumerableSorter_1_System_Object_ * next, MethodInfo * method)); DO_APP_FUNC(0x01018FA0, void, OrderedEnumerable_2_System_Object_System_Int32___ctor, (OrderedEnumerable_2_System_Object_System_Int32_ * __this, IEnumerable_1_System_Object_ * source, Func_2_Object_Int32_ * keySelector, IComparer_1_System_Int32_ * comparer, bool descending, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D698, OrderedEnumerable_2_System_Object_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x010187D0, EnumerableSorter_1_System_Object_ *, OrderedEnumerable_2_System_Object_System_Int32__GetEnumerableSorter, (OrderedEnumerable_2_System_Object_System_Int32_ * __this, EnumerableSorter_1_System_Object_ * next, MethodInfo * method)); DO_APP_FUNC(0x010191F0, void, OrderedEnumerable_2_System_Object_System_Object___ctor, (OrderedEnumerable_2_System_Object_System_Object_ * __this, IEnumerable_1_System_Object_ * source, Func_2_Object_Object_ * keySelector, IComparer_1_System_Object_ * comparer, bool descending, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D6A0, OrderedEnumerable_2_System_Object_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x010187D0, EnumerableSorter_1_System_Object_ *, OrderedEnumerable_2_System_Object_System_Object__GetEnumerableSorter, (OrderedEnumerable_2_System_Object_System_Object_ * __this, EnumerableSorter_1_System_Object_ * next, MethodInfo * method)); DO_APP_FUNC(0x01019440, void, OrderedEnumerable_2_System_Object_System_Single___ctor, (OrderedEnumerable_2_System_Object_System_Single_ * __this, IEnumerable_1_System_Object_ * source, Func_2_Object_Single_ * keySelector, IComparer_1_System_Single_ * comparer, bool descending, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D660, OrderedEnumerable_2_System_Object_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x010187D0, EnumerableSorter_1_System_Object_ *, OrderedEnumerable_2_System_Object_System_Single__GetEnumerableSorter, (OrderedEnumerable_2_System_Object_System_Single_ * __this, EnumerableSorter_1_System_Object_ * next, MethodInfo * method)); DO_APP_FUNC(0x01019690, void, OrderedEnumerable_2_System_Object_System_UInt32___ctor, (OrderedEnumerable_2_System_Object_System_UInt32_ * __this, IEnumerable_1_System_Object_ * source, Func_2_Object_UInt32_ * keySelector, IComparer_1_System_UInt32_ * comparer, bool descending, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D668, OrderedEnumerable_2_System_Object_System_UInt32___ctor__MethodInfo); DO_APP_FUNC(0x010187D0, EnumerableSorter_1_System_Object_ *, OrderedEnumerable_2_System_Object_System_UInt32__GetEnumerableSorter, (OrderedEnumerable_2_System_Object_System_UInt32_ * __this, EnumerableSorter_1_System_Object_ * next, MethodInfo * method)); DO_APP_FUNC(0x010198E0, void, NonAllocDictionary_2_K_V_PairIterator_System_Byte_System_Object___ctor, (NonAllocDictionary_2_K_V_PairIterator_System_Byte_System_Object_ * __this, NonAllocDictionary_2_System_Byte_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NonAllocDictionary_2_K_V_PairIterator_System_Byte_System_Object__Dispose, (NonAllocDictionary_2_K_V_PairIterator_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAFB0, NonAllocDictionary_2_K_V_PairIterator_System_Byte_System_Object__Dispose__MethodInfo); DO_APP_FUNC(0x01019B50, bool, NonAllocDictionary_2_K_V_PairIterator_System_Byte_System_Object__MoveNext, (NonAllocDictionary_2_K_V_PairIterator_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAF98, NonAllocDictionary_2_K_V_PairIterator_System_Byte_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x00C84790, void, NonAllocDictionary_2_K_V_PairIterator_System_Byte_System_Object__Reset, (NonAllocDictionary_2_K_V_PairIterator_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01019940, Object *, NonAllocDictionary_2_K_V_PairIterator_System_Byte_System_Object__System_Collections_IEnumerator_get_Current, (NonAllocDictionary_2_K_V_PairIterator_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D650, NonAllocDictionary_2_K_V_PairIterator_System_Byte_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x01019A20, KeyValuePair_2_System_Byte_System_Object_, NonAllocDictionary_2_K_V_PairIterator_System_Byte_System_Object__get_Current, (NonAllocDictionary_2_K_V_PairIterator_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAFA0, NonAllocDictionary_2_K_V_PairIterator_System_Byte_System_Object__get_Current__MethodInfo); DO_APP_FUNC(0x010198E0, void, NonAllocDictionary_2_K_V_PairIterator_System_Int32_System_Object___ctor, (NonAllocDictionary_2_K_V_PairIterator_System_Int32_System_Object_ * __this, NonAllocDictionary_2_System_Int32_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NonAllocDictionary_2_K_V_PairIterator_System_Int32_System_Object__Dispose, (NonAllocDictionary_2_K_V_PairIterator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01019B50, bool, NonAllocDictionary_2_K_V_PairIterator_System_Int32_System_Object__MoveNext, (NonAllocDictionary_2_K_V_PairIterator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C84790, void, NonAllocDictionary_2_K_V_PairIterator_System_Int32_System_Object__Reset, (NonAllocDictionary_2_K_V_PairIterator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01019BC0, Object *, NonAllocDictionary_2_K_V_PairIterator_System_Int32_System_Object__System_Collections_IEnumerator_get_Current, (NonAllocDictionary_2_K_V_PairIterator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D658, NonAllocDictionary_2_K_V_PairIterator_System_Int32_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x01019CA0, KeyValuePair_2_System_Int32_System_Object_, NonAllocDictionary_2_K_V_PairIterator_System_Int32_System_Object__get_Current, (NonAllocDictionary_2_K_V_PairIterator_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010198E0, void, NonAllocDictionary_2_K_V_PairIterator_System_Object_System_Object___ctor, (NonAllocDictionary_2_K_V_PairIterator_System_Object_System_Object_ * __this, NonAllocDictionary_2_System_Object_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, NonAllocDictionary_2_K_V_PairIterator_System_Object_System_Object__Dispose, (NonAllocDictionary_2_K_V_PairIterator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01019F90, bool, NonAllocDictionary_2_K_V_PairIterator_System_Object_System_Object__MoveNext, (NonAllocDictionary_2_K_V_PairIterator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C84790, void, NonAllocDictionary_2_K_V_PairIterator_System_Object_System_Object__Reset, (NonAllocDictionary_2_K_V_PairIterator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01019DD0, Object *, NonAllocDictionary_2_K_V_PairIterator_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (NonAllocDictionary_2_K_V_PairIterator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D670, NonAllocDictionary_2_K_V_PairIterator_System_Object_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x01019EB0, KeyValuePair_2_System_Object_System_Object_, NonAllocDictionary_2_K_V_PairIterator_System_Object_System_Object__get_Current, (NonAllocDictionary_2_K_V_PairIterator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101A230, void, PanelChangedEventBase_1_System_Object___ctor, (PanelChangedEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101A0B0, Object *, PanelChangedEventBase_1_System_Object__GetPooled, (IPanel * originPanel, IPanel * destinationPanel, MethodInfo * method)); DO_APP_FUNC(0x0101A000, void, PanelChangedEventBase_1_System_Object__Init, (PanelChangedEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101A060, void, PanelChangedEventBase_1_System_Object__LocalInit, (PanelChangedEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7040, IPanel *, PanelChangedEventBase_1_System_Object__get_destinationPanel, (PanelChangedEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, IPanel *, PanelChangedEventBase_1_System_Object__get_originPanel, (PanelChangedEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00591040, void, PanelChangedEventBase_1_System_Object__set_destinationPanel, (PanelChangedEventBase_1_System_Object_ * __this, IPanel * value, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, PanelChangedEventBase_1_System_Object__set_originPanel, (PanelChangedEventBase_1_System_Object_ * __this, IPanel * value, MethodInfo * method)); DO_APP_FUNC(0x0101A2B0, void, ParallelWorkQueue_1_Pathfinding_Int2___ctor, (ParallelWorkQueue_1_Pathfinding_Int2_ * __this, Queue_1_Pathfinding_Int2_ * queue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81A70, ParallelWorkQueue_1_Pathfinding_Int2___ctor__MethodInfo); DO_APP_FUNC(0x0101A9F0, void, ParallelWorkQueue_1_Pathfinding_Int2___Run_b__7_0, (ParallelWorkQueue_1_Pathfinding_Int2_ * __this, Object * threadIndex, MethodInfo * method)); DO_APP_FUNC(0x0101A3E0, IEnumerable_1_System_Int32_ *, ParallelWorkQueue_1_Pathfinding_Int2__Run, (ParallelWorkQueue_1_Pathfinding_Int2_ * __this, int32_t progressTimeoutMillis, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81A58, ParallelWorkQueue_1_Pathfinding_Int2__Run__MethodInfo); DO_APP_FUNC(0x0101A4D0, void, ParallelWorkQueue_1_Pathfinding_Int2__RunTask, (ParallelWorkQueue_1_Pathfinding_Int2_ * __this, int32_t threadIndex, MethodInfo * method)); DO_APP_FUNC(0x0101AA80, void, ParallelWorkQueue_1_System_Object___ctor, (ParallelWorkQueue_1_System_Object_ * __this, Queue_1_System_Object_ * queue, MethodInfo * method)); DO_APP_FUNC(0x0101B080, void, ParallelWorkQueue_1_System_Object___Run_b__7_0, (ParallelWorkQueue_1_System_Object_ * __this, Object * threadIndex, MethodInfo * method)); DO_APP_FUNC(0x0101A3E0, IEnumerable_1_System_Int32_ *, ParallelWorkQueue_1_System_Object__Run, (ParallelWorkQueue_1_System_Object_ * __this, int32_t progressTimeoutMillis, MethodInfo * method)); DO_APP_FUNC(0x0101ABB0, void, ParallelWorkQueue_1_System_Object__RunTask, (ParallelWorkQueue_1_System_Object_ * __this, int32_t threadIndex, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, ParameterOverride_1_System_Boolean___ctor, (ParameterOverride_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55690, ParameterOverride_1_System_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x0101B130, void, ParameterOverride_1_System_Boolean___ctor_1, (ParameterOverride_1_System_Boolean_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0101B150, void, ParameterOverride_1_System_Boolean___ctor_2, (ParameterOverride_1_System_Boolean_ * __this, bool value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x0101B2C0, int32_t, ParameterOverride_1_System_Boolean__GetHash, (ParameterOverride_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101B230, void, ParameterOverride_1_System_Boolean__Interp, (ParameterOverride_1_System_Boolean_ * __this, bool from, bool to, float t, MethodInfo * method)); DO_APP_FUNC(0x0101B160, void, ParameterOverride_1_System_Boolean__Interp_1, (ParameterOverride_1_System_Boolean_ * __this, ParameterOverride * from, ParameterOverride * to, float t, MethodInfo * method)); DO_APP_FUNC(0x0101B260, void, ParameterOverride_1_System_Boolean__Override, (ParameterOverride_1_System_Boolean_ * __this, bool x, MethodInfo * method)); DO_APP_FUNC(0x0101B270, void, ParameterOverride_1_System_Boolean__SetValue, (ParameterOverride_1_System_Boolean_ * __this, ParameterOverride * parameter, MethodInfo * method)); DO_APP_FUNC(0x0101B320, bool, ParameterOverride_1_System_Boolean__op_Implicit, (ParameterOverride_1_System_Boolean_ * prop, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53C90, ParameterOverride_1_System_Boolean__op_Implicit__MethodInfo); DO_APP_FUNC(0x0101B340, void, ParameterOverride_1_UnityEngine_Color___ctor, (ParameterOverride_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C556A0, ParameterOverride_1_UnityEngine_Color___ctor__MethodInfo); DO_APP_FUNC(0x0101B370, void, ParameterOverride_1_UnityEngine_Color___ctor_1, (ParameterOverride_1_UnityEngine_Color_ * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x0101B3A0, void, ParameterOverride_1_UnityEngine_Color___ctor_2, (ParameterOverride_1_UnityEngine_Color_ * __this, Color value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x0101B530, int32_t, ParameterOverride_1_UnityEngine_Color__GetHash, (ParameterOverride_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101B4A0, void, ParameterOverride_1_UnityEngine_Color__Interp, (ParameterOverride_1_UnityEngine_Color_ * __this, Color from, Color to, float t, MethodInfo * method)); DO_APP_FUNC(0x0101B3B0, void, ParameterOverride_1_UnityEngine_Color__Interp_1, (ParameterOverride_1_UnityEngine_Color_ * __this, ParameterOverride * from, ParameterOverride * to, float t, MethodInfo * method)); DO_APP_FUNC(0x0101B4D0, void, ParameterOverride_1_UnityEngine_Color__Override, (ParameterOverride_1_UnityEngine_Color_ * __this, Color x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7838, ParameterOverride_1_UnityEngine_Color__Override__MethodInfo); DO_APP_FUNC(0x0101B4E0, void, ParameterOverride_1_UnityEngine_Color__SetValue, (ParameterOverride_1_UnityEngine_Color_ * __this, ParameterOverride * parameter, MethodInfo * method)); DO_APP_FUNC(0x0101B5A0, Color, ParameterOverride_1_UnityEngine_Color__op_Implicit, (ParameterOverride_1_UnityEngine_Color_ * prop, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, ParameterOverride_1_System_Int32___ctor, (ParameterOverride_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55630, ParameterOverride_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x0101B130, void, ParameterOverride_1_System_Int32___ctor_1, (ParameterOverride_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0101B5C0, void, ParameterOverride_1_System_Int32___ctor_2, (ParameterOverride_1_System_Int32_ * __this, int32_t value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x0101B730, int32_t, ParameterOverride_1_System_Int32__GetHash, (ParameterOverride_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101B6A0, void, ParameterOverride_1_System_Int32__Interp, (ParameterOverride_1_System_Int32_ * __this, int32_t from, int32_t to, float t, MethodInfo * method)); DO_APP_FUNC(0x0101B5D0, void, ParameterOverride_1_System_Int32__Interp_1, (ParameterOverride_1_System_Int32_ * __this, ParameterOverride * from, ParameterOverride * to, float t, MethodInfo * method)); DO_APP_FUNC(0x0101B6D0, void, ParameterOverride_1_System_Int32__Override, (ParameterOverride_1_System_Int32_ * __this, int32_t x, MethodInfo * method)); DO_APP_FUNC(0x0101B6E0, void, ParameterOverride_1_System_Int32__SetValue, (ParameterOverride_1_System_Int32_ * __this, ParameterOverride * parameter, MethodInfo * method)); DO_APP_FUNC(0x0101B790, int32_t, ParameterOverride_1_System_Int32__op_Implicit, (ParameterOverride_1_System_Int32_ * prop, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53A78, ParameterOverride_1_System_Int32__op_Implicit__MethodInfo); DO_APP_FUNC(0x0101B110, void, ParameterOverride_1_System_Int32Enum___ctor, (ParameterOverride_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, ParameterOverride_1_System_Int32Enum___ctor_1, (ParameterOverride_1_System_Int32Enum_ * __this, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x0101B5C0, void, ParameterOverride_1_System_Int32Enum___ctor_2, (ParameterOverride_1_System_Int32Enum_ * __this, Int32Enum__Enum value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x0101B7B0, int32_t, ParameterOverride_1_System_Int32Enum__GetHash, (ParameterOverride_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101B6A0, void, ParameterOverride_1_System_Int32Enum__Interp, (ParameterOverride_1_System_Int32Enum_ * __this, Int32Enum__Enum from, Int32Enum__Enum to, float t, MethodInfo * method)); DO_APP_FUNC(0x0101B5D0, void, ParameterOverride_1_System_Int32Enum__Interp_1, (ParameterOverride_1_System_Int32Enum_ * __this, ParameterOverride * from, ParameterOverride * to, float t, MethodInfo * method)); DO_APP_FUNC(0x0101B6D0, void, ParameterOverride_1_System_Int32Enum__Override, (ParameterOverride_1_System_Int32Enum_ * __this, Int32Enum__Enum x, MethodInfo * method)); DO_APP_FUNC(0x0101B6E0, void, ParameterOverride_1_System_Int32Enum__SetValue, (ParameterOverride_1_System_Int32Enum_ * __this, ParameterOverride * parameter, MethodInfo * method)); DO_APP_FUNC(0x0101B790, Int32Enum__Enum, ParameterOverride_1_System_Int32Enum__op_Implicit, (ParameterOverride_1_System_Int32Enum_ * prop, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, ParameterOverride_1_System_Object___ctor, (ParameterOverride_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, ParameterOverride_1_System_Object___ctor_1, (ParameterOverride_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101B810, void, ParameterOverride_1_System_Object___ctor_2, (ParameterOverride_1_System_Object_ * __this, Object * value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x0101BAA0, int32_t, ParameterOverride_1_System_Object__GetHash, (ParameterOverride_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101B940, void, ParameterOverride_1_System_Object__Interp, (ParameterOverride_1_System_Object_ * __this, Object * from, Object * to, float t, MethodInfo * method)); DO_APP_FUNC(0x0101B870, void, ParameterOverride_1_System_Object__Interp_1, (ParameterOverride_1_System_Object_ * __this, ParameterOverride * from, ParameterOverride * to, float t, MethodInfo * method)); DO_APP_FUNC(0x0101B9B0, void, ParameterOverride_1_System_Object__Override, (ParameterOverride_1_System_Object_ * __this, Object * x, MethodInfo * method)); DO_APP_FUNC(0x0101BA10, void, ParameterOverride_1_System_Object__SetValue, (ParameterOverride_1_System_Object_ * __this, ParameterOverride * parameter, MethodInfo * method)); DO_APP_FUNC(0x0101BB30, Object *, ParameterOverride_1_System_Object__op_Implicit, (ParameterOverride_1_System_Object_ * prop, MethodInfo * method)); DO_APP_FUNC(0x0101BB50, void, ParameterOverride_1_System_Single___ctor, (ParameterOverride_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55628, ParameterOverride_1_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x0101BB70, void, ParameterOverride_1_System_Single___ctor_1, (ParameterOverride_1_System_Single_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0101BB90, void, ParameterOverride_1_System_Single___ctor_2, (ParameterOverride_1_System_Single_ * __this, float value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x0101BD10, int32_t, ParameterOverride_1_System_Single__GetHash, (ParameterOverride_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101BC80, void, ParameterOverride_1_System_Single__Interp, (ParameterOverride_1_System_Single_ * __this, float from, float to, float t, MethodInfo * method)); DO_APP_FUNC(0x0101BBA0, void, ParameterOverride_1_System_Single__Interp_1, (ParameterOverride_1_System_Single_ * __this, ParameterOverride * from, ParameterOverride * to, float t, MethodInfo * method)); DO_APP_FUNC(0x0101BCB0, void, ParameterOverride_1_System_Single__Override, (ParameterOverride_1_System_Single_ * __this, float x, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2B80, ParameterOverride_1_System_Single__Override__MethodInfo); DO_APP_FUNC(0x0101BCC0, void, ParameterOverride_1_System_Single__SetValue, (ParameterOverride_1_System_Single_ * __this, ParameterOverride * parameter, MethodInfo * method)); DO_APP_FUNC(0x0101BDA0, float, ParameterOverride_1_System_Single__op_Implicit, (ParameterOverride_1_System_Single_ * prop, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1D38, ParameterOverride_1_System_Single__op_Implicit__MethodInfo); DO_APP_FUNC(0x0101BDC0, void, ParameterOverride_1_UnityEngine_Vector2___ctor, (ParameterOverride_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55668, ParameterOverride_1_UnityEngine_Vector2___ctor__MethodInfo); DO_APP_FUNC(0x0101BDF0, void, ParameterOverride_1_UnityEngine_Vector2___ctor_1, (ParameterOverride_1_UnityEngine_Vector2_ * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x0101BE20, void, ParameterOverride_1_UnityEngine_Vector2___ctor_2, (ParameterOverride_1_UnityEngine_Vector2_ * __this, Vector2 value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x0101BFA0, int32_t, ParameterOverride_1_UnityEngine_Vector2__GetHash, (ParameterOverride_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101BEF0, void, ParameterOverride_1_UnityEngine_Vector2__Interp, (ParameterOverride_1_UnityEngine_Vector2_ * __this, Vector2 from, Vector2 to, float t, MethodInfo * method)); DO_APP_FUNC(0x0101BE30, void, ParameterOverride_1_UnityEngine_Vector2__Interp_1, (ParameterOverride_1_UnityEngine_Vector2_ * __this, ParameterOverride * from, ParameterOverride * to, float t, MethodInfo * method)); DO_APP_FUNC(0x0101BF30, void, ParameterOverride_1_UnityEngine_Vector2__Override, (ParameterOverride_1_UnityEngine_Vector2_ * __this, Vector2 x, MethodInfo * method)); DO_APP_FUNC(0x0101BF40, void, ParameterOverride_1_UnityEngine_Vector2__SetValue, (ParameterOverride_1_UnityEngine_Vector2_ * __this, ParameterOverride * parameter, MethodInfo * method)); DO_APP_FUNC(0x0101C030, Vector2, ParameterOverride_1_UnityEngine_Vector2__op_Implicit, (ParameterOverride_1_UnityEngine_Vector2_ * prop, MethodInfo * method)); DO_APP_FUNC(0x0101C060, void, ParameterOverride_1_UnityEngine_Vector3___ctor, (ParameterOverride_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55670, ParameterOverride_1_UnityEngine_Vector3___ctor__MethodInfo); DO_APP_FUNC(0x0101C0A0, void, ParameterOverride_1_UnityEngine_Vector3___ctor_1, (ParameterOverride_1_UnityEngine_Vector3_ * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x0101C0E0, void, ParameterOverride_1_UnityEngine_Vector3___ctor_2, (ParameterOverride_1_UnityEngine_Vector3_ * __this, Vector3 value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x0101C2D0, int32_t, ParameterOverride_1_UnityEngine_Vector3__GetHash, (ParameterOverride_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101C210, void, ParameterOverride_1_UnityEngine_Vector3__Interp, (ParameterOverride_1_UnityEngine_Vector3_ * __this, Vector3 from, Vector3 to, float t, MethodInfo * method)); DO_APP_FUNC(0x0101C100, void, ParameterOverride_1_UnityEngine_Vector3__Interp_1, (ParameterOverride_1_UnityEngine_Vector3_ * __this, ParameterOverride * from, ParameterOverride * to, float t, MethodInfo * method)); DO_APP_FUNC(0x0101C250, void, ParameterOverride_1_UnityEngine_Vector3__Override, (ParameterOverride_1_UnityEngine_Vector3_ * __this, Vector3 x, MethodInfo * method)); DO_APP_FUNC(0x0101C270, void, ParameterOverride_1_UnityEngine_Vector3__SetValue, (ParameterOverride_1_UnityEngine_Vector3_ * __this, ParameterOverride * parameter, MethodInfo * method)); DO_APP_FUNC(0x0101C380, Vector3, ParameterOverride_1_UnityEngine_Vector3__op_Implicit, (ParameterOverride_1_UnityEngine_Vector3_ * prop, MethodInfo * method)); DO_APP_FUNC(0x0101B340, void, ParameterOverride_1_UnityEngine_Vector4___ctor, (ParameterOverride_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C55680, ParameterOverride_1_UnityEngine_Vector4___ctor__MethodInfo); DO_APP_FUNC(0x0101B370, void, ParameterOverride_1_UnityEngine_Vector4___ctor_1, (ParameterOverride_1_UnityEngine_Vector4_ * __this, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x0101B3A0, void, ParameterOverride_1_UnityEngine_Vector4___ctor_2, (ParameterOverride_1_UnityEngine_Vector4_ * __this, Vector4 value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x0101C3B0, int32_t, ParameterOverride_1_UnityEngine_Vector4__GetHash, (ParameterOverride_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101B4A0, void, ParameterOverride_1_UnityEngine_Vector4__Interp, (ParameterOverride_1_UnityEngine_Vector4_ * __this, Vector4 from, Vector4 to, float t, MethodInfo * method)); DO_APP_FUNC(0x0101B3B0, void, ParameterOverride_1_UnityEngine_Vector4__Interp_1, (ParameterOverride_1_UnityEngine_Vector4_ * __this, ParameterOverride * from, ParameterOverride * to, float t, MethodInfo * method)); DO_APP_FUNC(0x0101B4D0, void, ParameterOverride_1_UnityEngine_Vector4__Override, (ParameterOverride_1_UnityEngine_Vector4_ * __this, Vector4 x, MethodInfo * method)); DO_APP_FUNC(0x0101B4E0, void, ParameterOverride_1_UnityEngine_Vector4__SetValue, (ParameterOverride_1_UnityEngine_Vector4_ * __this, ParameterOverride * parameter, MethodInfo * method)); DO_APP_FUNC(0x0101B5A0, Vector4, ParameterOverride_1_UnityEngine_Vector4__op_Implicit, (ParameterOverride_1_UnityEngine_Vector4_ * prop, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, ParameterizedEmitter2_2_System_Object_System_Object___ctor, (ParameterizedEmitter2_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, ParameterizedEmitter2_2_UnityEngine_Vector3_System_Single___ctor, (ParameterizedEmitter2_2_UnityEngine_Vector3_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE500, ParameterizedEmitter2_2_UnityEngine_Vector3_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x003B82A0, void, ParameterizedEmitter2_2_UnityEngine_Vector3_UnityEngine_Vector3___ctor, (ParameterizedEmitter2_2_UnityEngine_Vector3_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE4F8, ParameterizedEmitter2_2_UnityEngine_Vector3_UnityEngine_Vector3___ctor__MethodInfo); DO_APP_FUNC(0x003B82A0, void, ParameterizedEmitter3_3_System_Object_System_Object_System_Object___ctor, (ParameterizedEmitter3_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, ParameterizedEmitter3_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single___ctor, (ParameterizedEmitter3_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE4E8, ParameterizedEmitter3_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x003B82A0, void, ParameterizedEmitter_1_System_Object___ctor, (ParameterizedEmitter_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B82A0, void, ParameterizedEmitter_1_UnityEngine_Vector3___ctor, (ParameterizedEmitter_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE4F0, ParameterizedEmitter_1_UnityEngine_Vector3___ctor__MethodInfo); DO_APP_FUNC(0x0101C420, void, TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Byte___ctor, (TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101C800, bool, TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Byte__Trim, (TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Byte_ * __this, uint32_t tickCount, int32_t id, TlsOverPerCoreLockedStacksArrayPool_1_T_MemoryPressure_System_Byte_ * pressure, Int32__Array * bucketSizes, MethodInfo * method)); DO_APP_FUNC(0x0101C720, Byte__Array *, TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Byte__TryPop, (TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101C630, void, TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Byte__TryPush, (TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Byte_ * __this, Byte__Array * array, MethodInfo * method)); DO_APP_FUNC(0x0101C8D0, void, TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Char___ctor, (TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101C800, bool, TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Char__Trim, (TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Char_ * __this, uint32_t tickCount, int32_t id, TlsOverPerCoreLockedStacksArrayPool_1_T_MemoryPressure_System_Char_ * pressure, Int32__Array * bucketSizes, MethodInfo * method)); DO_APP_FUNC(0x0101CBD0, Char__Array *, TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Char__TryPop, (TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101CAE0, void, TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Char__TryPush, (TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Char_ * __this, Char__Array * array, MethodInfo * method)); DO_APP_FUNC(0x0101CCB0, void, TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Int32___ctor, (TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101C800, bool, TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Int32__Trim, (TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Int32_ * __this, uint32_t tickCount, int32_t id, TlsOverPerCoreLockedStacksArrayPool_1_T_MemoryPressure_System_Int32_ * pressure, Int32__Array * bucketSizes, MethodInfo * method)); DO_APP_FUNC(0x0101CFB0, Int32__Array *, TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Int32__TryPop, (TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101CEC0, void, TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Int32__TryPush, (TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Int32_ * __this, Int32__Array * array, MethodInfo * method)); DO_APP_FUNC(0x0101D090, void, TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Object___ctor, (TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101C800, bool, TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Object__Trim, (TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Object_ * __this, uint32_t tickCount, int32_t id, TlsOverPerCoreLockedStacksArrayPool_1_T_MemoryPressure_System_Object_ * pressure, Int32__Array * bucketSizes, MethodInfo * method)); DO_APP_FUNC(0x0101D390, Object__Array *, TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Object__TryPop, (TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D2A0, void, TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Object__TryPush, (TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Object_ * __this, Object__Array * array, MethodInfo * method)); DO_APP_FUNC(0x0101A230, void, PointerCaptureEventBase_1_System_Object___ctor, (PointerCaptureEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D520, Object *, PointerCaptureEventBase_1_System_Object__GetPooled, (IEventHandler * target, IEventHandler * relatedTarget, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x0101A000, void, PointerCaptureEventBase_1_System_Object__Init, (PointerCaptureEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D470, void, PointerCaptureEventBase_1_System_Object__LocalInit, (PointerCaptureEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E400, int32_t, PointerCaptureEventBase_1_System_Object__get_pointerId, (PointerCaptureEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C6E410, void, PointerCaptureEventBase_1_System_Object__set_pointerId, (PointerCaptureEventBase_1_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00AC78F0, void, PointerCaptureEventBase_1_System_Object__set_relatedTarget, (PointerCaptureEventBase_1_System_Object_ * __this, IEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x01020FB0, void, PointerEventBase_1_System_Object___ctor, (PointerEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101E220, Object *, PointerEventBase_1_System_Object__GetPooled, (Event_1 * systemEvent, MethodInfo * method)); DO_APP_FUNC(0x01020360, Object *, PointerEventBase_1_System_Object__GetPooled_1, (IPointerEvent * triggerEvent, MethodInfo * method)); DO_APP_FUNC(0x0101F550, Object *, PointerEventBase_1_System_Object__GetPooled_2, (Touch touch, EventModifiers__Enum modifiers, MethodInfo * method)); DO_APP_FUNC(0x0101FFC0, Object *, PointerEventBase_1_System_Object__GetPooled_3, (IPointerEvent * triggerEvent, Vector2 position, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x0101DB10, void, PointerEventBase_1_System_Object__Init, (PointerEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101E1A0, bool, PointerEventBase_1_System_Object__IsMouse, (Event_1 * systemEvent, MethodInfo * method)); DO_APP_FUNC(0x0101DB70, void, PointerEventBase_1_System_Object__LocalInit, (PointerEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01020DF0, void, PointerEventBase_1_System_Object__PostDispatch, (PointerEventBase_1_System_Object_ * __this, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x01020C60, void, PointerEventBase_1_System_Object__PreDispatch, (PointerEventBase_1_System_Object_ * __this, IPanel * panel, MethodInfo * method)); DO_APP_FUNC(0x0101DAF0, bool, PointerEventBase_1_System_Object__UnityEngine_UIElements_IPointerEventInternal_get_recomputeTopElementUnderPointer, (PointerEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101DAD0, bool, PointerEventBase_1_System_Object__UnityEngine_UIElements_IPointerEventInternal_get_triggeredByOS, (PointerEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101DB00, void, PointerEventBase_1_System_Object__UnityEngine_UIElements_IPointerEventInternal_set_recomputeTopElementUnderPointer, (PointerEventBase_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0101DAE0, void, PointerEventBase_1_System_Object__UnityEngine_UIElements_IPointerEventInternal_set_triggeredByOS, (PointerEventBase_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0101D9D0, bool, PointerEventBase_1_System_Object__get_actionKey, (PointerEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D990, bool, PointerEventBase_1_System_Object__get_altKey, (PointerEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x009EE1E0, float, PointerEventBase_1_System_Object__get_altitudeAngle, (PointerEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D830, float, PointerEventBase_1_System_Object__get_azimuthAngle, (PointerEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D6C0, int32_t, PointerEventBase_1_System_Object__get_button, (PointerEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D7C0, int32_t, PointerEventBase_1_System_Object__get_clickCount, (PointerEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D950, bool, PointerEventBase_1_System_Object__get_commandKey, (PointerEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D910, bool, PointerEventBase_1_System_Object__get_ctrlKey, (PointerEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101DF80, IEventHandler *, PointerEventBase_1_System_Object__get_currentTarget, (PointerEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D760, Vector3, PointerEventBase_1_System_Object__get_deltaPosition, (PointerEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D7A0, float, PointerEventBase_1_System_Object__get_deltaTime, (PointerEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0070E040, bool, PointerEventBase_1_System_Object__get_isPrimary, (PointerEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x009CB400, Vector3, PointerEventBase_1_System_Object__get_localPosition, (PointerEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D8B0, EventModifiers__Enum, PointerEventBase_1_System_Object__get_modifiers, (PointerEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D6B0, int32_t, PointerEventBase_1_System_Object__get_pointerId, (PointerEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7040, String *, PointerEventBase_1_System_Object__get_pointerType, (PointerEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D700, Vector3, PointerEventBase_1_System_Object__get_position, (PointerEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D6E0, int32_t, PointerEventBase_1_System_Object__get_pressedButtons, (PointerEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D7E0, float, PointerEventBase_1_System_Object__get_pressure, (PointerEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D850, Vector2, PointerEventBase_1_System_Object__get_radius, (PointerEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D880, Vector2, PointerEventBase_1_System_Object__get_radiusVariance, (PointerEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D8D0, bool, PointerEventBase_1_System_Object__get_shiftKey, (PointerEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D800, float, PointerEventBase_1_System_Object__get_tangentialPressure, (PointerEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0070EAD0, float, PointerEventBase_1_System_Object__get_twist, (PointerEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101D820, void, PointerEventBase_1_System_Object__set_altitudeAngle, (PointerEventBase_1_System_Object_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0101D840, void, PointerEventBase_1_System_Object__set_azimuthAngle, (PointerEventBase_1_System_Object_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0101D6D0, void, PointerEventBase_1_System_Object__set_button, (PointerEventBase_1_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0101D7D0, void, PointerEventBase_1_System_Object__set_clickCount, (PointerEventBase_1_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0101DFA0, void, PointerEventBase_1_System_Object__set_currentTarget, (PointerEventBase_1_System_Object_ * __this, IEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0101D780, void, PointerEventBase_1_System_Object__set_deltaPosition, (PointerEventBase_1_System_Object_ * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x0101D7B0, void, PointerEventBase_1_System_Object__set_deltaTime, (PointerEventBase_1_System_Object_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0070E050, void, PointerEventBase_1_System_Object__set_isPrimary, (PointerEventBase_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0101D740, void, PointerEventBase_1_System_Object__set_localPosition, (PointerEventBase_1_System_Object_ * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x0101D8C0, void, PointerEventBase_1_System_Object__set_modifiers, (PointerEventBase_1_System_Object_ * __this, EventModifiers__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00609B20, void, PointerEventBase_1_System_Object__set_pointerId, (PointerEventBase_1_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00591040, void, PointerEventBase_1_System_Object__set_pointerType, (PointerEventBase_1_System_Object_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0101D720, void, PointerEventBase_1_System_Object__set_position, (PointerEventBase_1_System_Object_ * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x0101D6F0, void, PointerEventBase_1_System_Object__set_pressedButtons, (PointerEventBase_1_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0101D7F0, void, PointerEventBase_1_System_Object__set_pressure, (PointerEventBase_1_System_Object_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0101D870, void, PointerEventBase_1_System_Object__set_radius, (PointerEventBase_1_System_Object_ * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x0101D8A0, void, PointerEventBase_1_System_Object__set_radiusVariance, (PointerEventBase_1_System_Object_ * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x0101D810, void, PointerEventBase_1_System_Object__set_tangentialPressure, (PointerEventBase_1_System_Object_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0070EAE0, void, PointerEventBase_1_System_Object__set_twist, (PointerEventBase_1_System_Object_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01021080, void, Pool_1_System_Object___ctor, (Pool_1_System_Object_ * __this, int32_t maxSize, Func_1_Object_ * factory, MethodInfo * method)); DO_APP_FUNC(0x01021380, void, Pool_1_System_Object__Dissonance_Datastructures_IRecycler_T__Recycle, (Pool_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x010211C0, Object *, Pool_1_System_Object__Get, (Pool_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01021280, bool, Pool_1_System_Object__Put, (Pool_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D490, Pool_1_System_Object__Put__MethodInfo); DO_APP_FUNC(0x003BAD50, int32_t, Pool_1_System_Object__get_Capacity, (Pool_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01021040, int32_t, Pool_1_System_Object__get_Count, (Pool_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010213A0, void, Pool_1_System_Object__1__ctor, (Pool_1_System_Object__1 * __this, Func_1_Object_ * createFunction, Action_1_Object_ * resetFunction, int32_t poolCapacity, MethodInfo * method)); DO_APP_FUNC(0x01021810, Object *, Pool_1_System_Object__1_Acquire, (Pool_1_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01021550, void, Pool_1_System_Object__1_CreatePoolItems, (Pool_1_System_Object__1 * __this, int32_t numItems, MethodInfo * method)); DO_APP_FUNC(0x010215F0, void, Pool_1_System_Object__1_Release, (Pool_1_System_Object__1 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D4B0, Pool_1_System_Object__1_Release__MethodInfo); DO_APP_FUNC(0x01021A90, void, Pool_1_System_Object__2__ctor, (Pool_1_System_Object__2 * __this, int32_t maxSize, Func_1_Object_ * factory, MethodInfo * method)); DO_APP_FUNC(0x01021BF0, Object *, Pool_1_System_Object__2_Get, (Pool_1_System_Object__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01021BD0, void, Pool_1_System_Object__2_PlaceholderSoftware_WetStuff_Datastructures_IRecycler_T__Recycle, (Pool_1_System_Object__2 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01021CB0, void, Pool_1_System_Object__2_Put, (Pool_1_System_Object__2 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D498, Pool_1_System_Object__2_Put__MethodInfo); DO_APP_FUNC(0x003CA7C0, int32_t, Pool_1_System_Object__2_get_Capacity, (Pool_1_System_Object__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01021A50, int32_t, Pool_1_System_Object__2_get_Count, (Pool_1_System_Object__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AB78E0, void, ObjectPool_1_T_PooledObject_System_Object___ctor, (ObjectPool_1_T_PooledObject_System_Object_ * __this, Object * value, ObjectPool_1_System_Object__2 * pool, MethodInfo * method)); DO_APP_FUNC(0x01021D90, void, ObjectPool_1_T_PooledObject_System_Object__System_IDisposable_Dispose, (ObjectPool_1_T_PooledObject_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AB78E0, void, PooledObject_1_System_Object___ctor, (PooledObject_1_System_Object_ * __this, Object * value, IObjectPool_1_System_Object_ * pool, MethodInfo * method)); DO_APP_FUNC(0x01021E20, void, PooledObject_1_System_Object__System_IDisposable_Dispose, (PooledObject_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD40, void, PostProcessEffectRenderer_1_System_Object___ctor, (PostProcessEffectRenderer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01021E90, void, PostProcessEffectRenderer_1_System_Object__SetSettings, (PostProcessEffectRenderer_1_System_Object_ * __this, PostProcessEffectSettings * settings, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, PostProcessEffectRenderer_1_System_Object__get_settings, (PostProcessEffectRenderer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, PostProcessEffectRenderer_1_System_Object__set_settings, (PostProcessEffectRenderer_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01021F40, void, UdpBag_1_T_Predicate_System_Object___ctor, (UdpBag_1_T_Predicate_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, UdpBag_1_T_Predicate_System_Object__BeginInvoke, (UdpBag_1_T_Predicate_System_Object_ * __this, Object * item, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x0040B530, bool, UdpBag_1_T_Predicate_System_Object__EndInvoke, (UdpBag_1_T_Predicate_System_Object_ * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, UdpBag_1_T_Predicate_System_Object__Invoke, (UdpBag_1_T_Predicate_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_ArraySegment_1_Byte___ctor, (Predicate_1_ArraySegment_1_Byte_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_ArraySegment_1_Byte__Invoke, (Predicate_1_ArraySegment_1_Byte_ * __this, ArraySegment_1_Byte_ obj, MethodInfo * method)); DO_APP_FUNC(0x01022260, void, Predicate_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor, (Predicate_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022390, bool, Predicate_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Invoke, (Predicate_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, AsyncOperationHandle_1_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x01022260, void, Predicate_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta___ctor, (Predicate_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022390, bool, Predicate_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Invoke, (Predicate_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_UnityEngine_Timeline_IntervalTree_1_Entry___ctor, (Predicate_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_UnityEngine_Timeline_IntervalTree_1_Entry__Invoke, (Predicate_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, IntervalTree_1_T_Entry_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb___ctor, (Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Invoke, (Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1__ctor, (Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Invoke, (Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x01022260, void, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2__ctor, (Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022390, bool, Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Invoke, (Predicate_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_System_Collections_Generic_KeyValuePair_2__3__ctor, (Predicate_1_System_Collections_Generic_KeyValuePair_2__3 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_System_Collections_Generic_KeyValuePair_2__3_Invoke, (Predicate_1_System_Collections_Generic_KeyValuePair_2__3 * __this, KeyValuePair_2_System_Guid_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x01022520, void, Predicate_1_System_Collections_Generic_KeyValuePair_2__4__ctor, (Predicate_1_System_Collections_Generic_KeyValuePair_2__4 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_System_Collections_Generic_KeyValuePair_2__4_Invoke, (Predicate_1_System_Collections_Generic_KeyValuePair_2__4 * __this, KeyValuePair_2_System_Int32_System_Int32_ obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_System_Collections_Generic_KeyValuePair_2__5__ctor, (Predicate_1_System_Collections_Generic_KeyValuePair_2__5 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_System_Collections_Generic_KeyValuePair_2__5_Invoke, (Predicate_1_System_Collections_Generic_KeyValuePair_2__5 * __this, KeyValuePair_2_System_Int32_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_System_Collections_Generic_KeyValuePair_2__6__ctor, (Predicate_1_System_Collections_Generic_KeyValuePair_2__6 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_System_Collections_Generic_KeyValuePair_2__6_Invoke, (Predicate_1_System_Collections_Generic_KeyValuePair_2__6 * __this, KeyValuePair_2_System_Int32Enum_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_System_Collections_Generic_KeyValuePair_2__7__ctor, (Predicate_1_System_Collections_Generic_KeyValuePair_2__7 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_System_Collections_Generic_KeyValuePair_2__7_Invoke, (Predicate_1_System_Collections_Generic_KeyValuePair_2__7 * __this, KeyValuePair_2_System_Object_System_ArraySegment_1_ obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_System_Collections_Generic_KeyValuePair_2___ctor, (Predicate_1_System_Collections_Generic_KeyValuePair_2_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_System_Collections_Generic_KeyValuePair_2__Invoke, (Predicate_1_System_Collections_Generic_KeyValuePair_2_ * __this, KeyValuePair_2_System_Object_System_Char_ obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_System_Collections_Generic_KeyValuePair_2__1__ctor, (Predicate_1_System_Collections_Generic_KeyValuePair_2__1 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_System_Collections_Generic_KeyValuePair_2__1_Invoke, (Predicate_1_System_Collections_Generic_KeyValuePair_2__1 * __this, KeyValuePair_2_System_Object_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x01022650, void, Predicate_1_System_Collections_Generic_KeyValuePair_2__8__ctor, (Predicate_1_System_Collections_Generic_KeyValuePair_2__8 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022780, bool, Predicate_1_System_Collections_Generic_KeyValuePair_2__8_Invoke, (Predicate_1_System_Collections_Generic_KeyValuePair_2__8 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_System_Collections_Generic_KeyValuePair_2__9__ctor, (Predicate_1_System_Collections_Generic_KeyValuePair_2__9 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_System_Collections_Generic_KeyValuePair_2__9_Invoke, (Predicate_1_System_Collections_Generic_KeyValuePair_2__9 * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_System_Collections_Generic_KeyValuePair_2__10__ctor, (Predicate_1_System_Collections_Generic_KeyValuePair_2__10 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_System_Collections_Generic_KeyValuePair_2__10_Invoke, (Predicate_1_System_Collections_Generic_KeyValuePair_2__10 * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_System_Collections_Generic_KeyValuePair_2__11__ctor, (Predicate_1_System_Collections_Generic_KeyValuePair_2__11 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_System_Collections_Generic_KeyValuePair_2__11_Invoke, (Predicate_1_System_Collections_Generic_KeyValuePair_2__11 * __this, KeyValuePair_2_System_UInt16_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_System_Collections_Generic_KeyValuePair_2__2__ctor, (Predicate_1_System_Collections_Generic_KeyValuePair_2__2 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_System_Collections_Generic_KeyValuePair_2__2_Invoke, (Predicate_1_System_Collections_Generic_KeyValuePair_2__2 * __this, KeyValuePair_2_System_UInt64_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_Unity_Collections_NativeArray_1___ctor, (Predicate_1_Unity_Collections_NativeArray_1_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_Unity_Collections_NativeArray_1__Invoke, (Predicate_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_System_UInt16_ obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_Unity_Collections_NativeArray_1__1__ctor, (Predicate_1_Unity_Collections_NativeArray_1__1 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_Unity_Collections_NativeArray_1__1_Invoke, (Predicate_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_UnityEngine_UIElements_Vertex_ obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo___ctor, (Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Invoke, (Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_Photon_Bolt_Collections_STuple_2___ctor, (Predicate_1_Photon_Bolt_Collections_STuple_2_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_Photon_Bolt_Collections_STuple_2__Invoke, (Predicate_1_Photon_Bolt_Collections_STuple_2_ * __this, STuple_2_System_Object_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_ValueTuple_2_Int32_Object___ctor, (Predicate_1_ValueTuple_2_Int32_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_ValueTuple_2_Int32_Object__Invoke, (Predicate_1_ValueTuple_2_Int32_Object_ * __this, ValueTuple_2_Int32_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x010227D0, void, Predicate_1_ValueTuple_2_Int32_UnityEngine_Vector2Int___ctor, (Predicate_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022900, bool, Predicate_1_ValueTuple_2_Int32_UnityEngine_Vector2Int__Invoke, (Predicate_1_ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int_ obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32___ctor, (Predicate_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32__Invoke, (Predicate_1_ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_ValueTuple_2_Object_Object___ctor, (Predicate_1_ValueTuple_2_Object_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_ValueTuple_2_Object_Object__Invoke, (Predicate_1_ValueTuple_2_Object_Object_ * __this, ValueTuple_2_Object_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Object___ctor, (Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Object__Invoke, (Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, ValueTuple_2_UnityEngine_Vector3Int_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x01022930, void, Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___ctor, (Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022A60, bool, Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__Invoke, (Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ obj, MethodInfo * method)); DO_APP_FUNC(0x01022AB0, void, Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___ctor, (Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022BE0, bool, Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__Invoke, (Predicate_1_ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ obj, MethodInfo * method)); DO_APP_FUNC(0x01022520, void, Predicate_1_UnityEngine_AnimatorClipInfo___ctor, (Predicate_1_UnityEngine_AnimatorClipInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_UnityEngine_AnimatorClipInfo__Invoke, (Predicate_1_UnityEngine_AnimatorClipInfo_ * __this, AnimatorClipInfo obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor, (Predicate_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Invoke, (Predicate_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle obj, MethodInfo * method)); DO_APP_FUNC(0x01022520, void, Predicate_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (Predicate_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Invoke, (Predicate_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_Photon_Bolt_LagCompensation_BoltPhysicsHit___ctor, (Predicate_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Invoke, (Predicate_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, BoltPhysicsHit obj, MethodInfo * method)); DO_APP_FUNC(0x01022260, void, Predicate_1_UnityEngine_BoneWeight___ctor, (Predicate_1_UnityEngine_BoneWeight_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022390, bool, Predicate_1_UnityEngine_BoneWeight__Invoke, (Predicate_1_UnityEngine_BoneWeight_ * __this, BoneWeight obj, MethodInfo * method)); DO_APP_FUNC(0x01022C20, void, Predicate_1_Boolean___ctor, (Predicate_1_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_Boolean__Invoke, (Predicate_1_Boolean_ * __this, bool obj, MethodInfo * method)); DO_APP_FUNC(0x01022C20, void, Predicate_1_Byte___ctor, (Predicate_1_Byte_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_Byte__Invoke, (Predicate_1_Byte_ * __this, uint8_t obj, MethodInfo * method)); DO_APP_FUNC(0x01022520, void, Predicate_1_System_Threading_CancellationToken___ctor, (Predicate_1_System_Threading_CancellationToken_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_System_Threading_CancellationToken__Invoke, (Predicate_1_System_Threading_CancellationToken_ * __this, CancellationToken obj, MethodInfo * method)); DO_APP_FUNC(0x01022D50, void, Predicate_1_Char___ctor, (Predicate_1_Char_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_Char__Invoke, (Predicate_1_Char_ * __this, uint16_t obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_Dissonance_Networking_ClientInfo___ctor, (Predicate_1_Dissonance_Networking_ClientInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_Dissonance_Networking_ClientInfo__Invoke, (Predicate_1_Dissonance_Networking_ClientInfo_ * __this, ClientInfo obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_Color___ctor, (Predicate_1_UnityEngine_Color_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_Color__Invoke, (Predicate_1_UnityEngine_Color_ * __this, Color obj, MethodInfo * method)); DO_APP_FUNC(0x01022E80, void, Predicate_1_UnityEngine_Color32___ctor, (Predicate_1_UnityEngine_Color32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_UnityEngine_Color32__Invoke, (Predicate_1_UnityEngine_Color32_ * __this, Color32 obj, MethodInfo * method)); DO_APP_FUNC(0x01022FB0, void, Predicate_1_UnityEngine_CombineInstance___ctor, (Predicate_1_UnityEngine_CombineInstance_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010230E0, bool, Predicate_1_UnityEngine_CombineInstance__Invoke, (Predicate_1_UnityEngine_CombineInstance_ * __this, CombineInstance obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_UnityEngine_UIElements_ComputedTransitionProperty___ctor, (Predicate_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_UnityEngine_UIElements_ComputedTransitionProperty__Invoke, (Predicate_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, ComputedTransitionProperty obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_Pathfinding_Connection___ctor, (Predicate_1_Pathfinding_Connection_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_Pathfinding_Connection__Invoke, (Predicate_1_Pathfinding_Connection_ * __this, Connection obj, MethodInfo * method)); DO_APP_FUNC(0x01022930, void, Predicate_1_Rewired_ControllerPollingInfo___ctor, (Predicate_1_Rewired_ControllerPollingInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022A60, bool, Predicate_1_Rewired_ControllerPollingInfo__Invoke, (Predicate_1_Rewired_ControllerPollingInfo_ * __this, ControllerPollingInfo obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_Rewired_ControllerTemplateElementTarget___ctor, (Predicate_1_Rewired_ControllerTemplateElementTarget_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_Rewired_ControllerTemplateElementTarget__Invoke, (Predicate_1_Rewired_ControllerTemplateElementTarget_ * __this, ControllerTemplateElementTarget obj, MethodInfo * method)); DO_APP_FUNC(0x01023150, void, Predicate_1_SplineMesh_CurveSample___ctor, (Predicate_1_SplineMesh_CurveSample_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023280, bool, Predicate_1_SplineMesh_CurveSample__Invoke, (Predicate_1_SplineMesh_CurveSample_ * __this, CurveSample obj, MethodInfo * method)); DO_APP_FUNC(0x01022520, void, Predicate_1_DateTime___ctor, (Predicate_1_DateTime_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_DateTime__Invoke, (Predicate_1_DateTime_ * __this, DateTime obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_DateTimeOffset___ctor, (Predicate_1_DateTimeOffset_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_DateTimeOffset__Invoke, (Predicate_1_DateTimeOffset_ * __this, DateTimeOffset obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_Decimal___ctor, (Predicate_1_Decimal_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_Decimal__Invoke, (Predicate_1_Decimal_ * __this, Decimal obj, MethodInfo * method)); DO_APP_FUNC(0x010232D0, void, Predicate_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor, (Predicate_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023400, bool, Predicate_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Invoke, (Predicate_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent obj, MethodInfo * method)); DO_APP_FUNC(0x01023440, void, Predicate_1_Double___ctor, (Predicate_1_Double_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_Double__Invoke, (Predicate_1_Double_ * __this, double obj, MethodInfo * method)); DO_APP_FUNC(0x01022E80, void, Predicate_1_UnityEngine_UIElements_EasingFunction___ctor, (Predicate_1_UnityEngine_UIElements_EasingFunction_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_UnityEngine_UIElements_EasingFunction__Invoke, (Predicate_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction obj, MethodInfo * method)); DO_APP_FUNC(0x01023570, void, Predicate_1_Rewired_ElementAssignmentConflictInfo___ctor, (Predicate_1_Rewired_ElementAssignmentConflictInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010236A0, bool, Predicate_1_Rewired_ElementAssignmentConflictInfo__Invoke, (Predicate_1_Rewired_ElementAssignmentConflictInfo_ * __this, ElementAssignmentConflictInfo obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_Discord_Entitlement___ctor, (Predicate_1_Discord_Entitlement_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_Discord_Entitlement__Invoke, (Predicate_1_Discord_Entitlement_ * __this, Entitlement obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_Photon_Bolt_EventReliable___ctor, (Predicate_1_Photon_Bolt_EventReliable_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_Photon_Bolt_EventReliable__Invoke, (Predicate_1_Photon_Bolt_EventReliable_ * __this, EventReliable obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_Photon_Bolt_EventUnreliable___ctor, (Predicate_1_Photon_Bolt_EventUnreliable_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_Photon_Bolt_EventUnreliable__Invoke, (Predicate_1_Photon_Bolt_EventUnreliable_ * __this, EventUnreliable obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_Discord_FileStat___ctor, (Predicate_1_Discord_FileStat_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_Discord_FileStat__Invoke, (Predicate_1_Discord_FileStat_ * __this, FileStat obj, MethodInfo * method)); DO_APP_FUNC(0x01023570, void, Predicate_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor, (Predicate_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010236A0, bool, Predicate_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Invoke, (Predicate_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_TextCore_GlyphRect___ctor, (Predicate_1_UnityEngine_TextCore_GlyphRect_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_TextCore_GlyphRect__Invoke, (Predicate_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_Guid___ctor, (Predicate_1_Guid_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_Guid__Invoke, (Predicate_1_Guid_ * __this, Guid obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_Rewired_InputActionSourceData___ctor, (Predicate_1_Rewired_InputActionSourceData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_Rewired_InputActionSourceData__Invoke, (Predicate_1_Rewired_InputActionSourceData_ * __this, InputActionSourceData obj, MethodInfo * method)); DO_APP_FUNC(0x010236E0, void, Predicate_1_UnityEngine_InputSystem_InputBinding___ctor, (Predicate_1_UnityEngine_InputSystem_InputBinding_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023810, bool, Predicate_1_UnityEngine_InputSystem_InputBinding__Invoke, (Predicate_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_UnityEngine_InputSystem_InputControlScheme___ctor, (Predicate_1_UnityEngine_InputSystem_InputControlScheme_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_UnityEngine_InputSystem_InputControlScheme__Invoke, (Predicate_1_UnityEngine_InputSystem_InputControlScheme_ * __this, InputControlScheme obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_XR_InputDevice___ctor, (Predicate_1_UnityEngine_XR_InputDevice_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_XR_InputDevice__Invoke, (Predicate_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1 obj, MethodInfo * method)); DO_APP_FUNC(0x01022930, void, Predicate_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription___ctor, (Predicate_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022A60, bool, Predicate_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Invoke, (Predicate_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription obj, MethodInfo * method)); DO_APP_FUNC(0x01022520, void, Predicate_1_UnityEngine_InputSystem_LowLevel_InputEventPtr___ctor, (Predicate_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Invoke, (Predicate_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr obj, MethodInfo * method)); DO_APP_FUNC(0x01022E80, void, Predicate_1_UnityEngine_InputSystem_Users_InputUser___ctor, (Predicate_1_UnityEngine_InputSystem_Users_InputUser_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_UnityEngine_InputSystem_Users_InputUser__Invoke, (Predicate_1_UnityEngine_InputSystem_Users_InputUser_ * __this, InputUser obj, MethodInfo * method)); DO_APP_FUNC(0x01022D50, void, Predicate_1_Int16___ctor, (Predicate_1_Int16_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_Int16__Invoke, (Predicate_1_Int16_ * __this, int16_t obj, MethodInfo * method)); DO_APP_FUNC(0x010227D0, void, Predicate_1_Pathfinding_Int3___ctor, (Predicate_1_Pathfinding_Int3_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022900, bool, Predicate_1_Pathfinding_Int3__Invoke, (Predicate_1_Pathfinding_Int3_ * __this, Int3 obj, MethodInfo * method)); DO_APP_FUNC(0x01023870, void, Predicate_1_Int32___ctor, (Predicate_1_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_Int32__Invoke, (Predicate_1_Int32_ * __this, int32_t obj, MethodInfo * method)); DO_APP_FUNC(0x01023870, void, Predicate_1_Int32Enum___ctor, (Predicate_1_Int32Enum_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_Int32Enum__Invoke, (Predicate_1_Int32Enum_ * __this, Int32Enum__Enum obj, MethodInfo * method)); DO_APP_FUNC(0x010239A0, void, Predicate_1_Int64___ctor, (Predicate_1_Int64_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_Int64__Invoke, (Predicate_1_Int64_ * __this, int64_t obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_Pathfinding_ClipperLib_IntPoint___ctor, (Predicate_1_Pathfinding_ClipperLib_IntPoint_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_Pathfinding_ClipperLib_IntPoint__Invoke, (Predicate_1_Pathfinding_ClipperLib_IntPoint_ * __this, IntPoint obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_Pathfinding_IntRect___ctor, (Predicate_1_Pathfinding_IntRect_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_Pathfinding_IntRect__Invoke, (Predicate_1_Pathfinding_IntRect_ * __this, IntRect obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Predicate_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_InputSystem_Utilities_InternedString__Invoke, (Predicate_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo___ctor, (Predicate_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Invoke, (Predicate_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, InterpretedFrameInfo obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_UnityEngine_Timeline_IntervalTreeNode___ctor, (Predicate_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_UnityEngine_Timeline_IntervalTreeNode__Invoke, (Predicate_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IntervalTreeNode obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount___ctor, (Predicate_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Invoke, (Predicate_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, ItemDefinitionAmount obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_KickedPlayer___ctor, (Predicate_1_KickedPlayer_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_KickedPlayer__Invoke, (Predicate_1_KickedPlayer_ * __this, KickedPlayer obj, MethodInfo * method)); DO_APP_FUNC(0x01022E80, void, Predicate_1_UnityEngine_LayerMask___ctor, (Predicate_1_UnityEngine_LayerMask_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_UnityEngine_LayerMask__Invoke, (Predicate_1_UnityEngine_LayerMask_ * __this, LayerMask obj, MethodInfo * method)); DO_APP_FUNC(0x010227D0, void, Predicate_1_UnityEngine_UIElements_ManipulatorActivationFilter___ctor, (Predicate_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022900, bool, Predicate_1_UnityEngine_UIElements_ManipulatorActivationFilter__Invoke, (Predicate_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter obj, MethodInfo * method)); DO_APP_FUNC(0x01023AD0, void, Predicate_1_UnityEngine_Matrix4x4___ctor, (Predicate_1_UnityEngine_Matrix4x4_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023C00, bool, Predicate_1_UnityEngine_Matrix4x4__Invoke, (Predicate_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4 obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_UnityEngine_InputSystem_Utilities_NameAndParameters___ctor, (Predicate_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Invoke, (Predicate_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, NameAndParameters obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_UnityEngine_InputSystem_Utilities_NamedValue___ctor, (Predicate_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_UnityEngine_InputSystem_Utilities_NamedValue__Invoke, (Predicate_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue obj, MethodInfo * method)); DO_APP_FUNC(0x01022520, void, Predicate_1_Photon_Bolt_NetworkId___ctor, (Predicate_1_Photon_Bolt_NetworkId_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_Photon_Bolt_NetworkId__Invoke, (Predicate_1_Photon_Bolt_NetworkId_ * __this, NetworkId obj, MethodInfo * method)); DO_APP_FUNC(0x01022260, void, Predicate_1_Photon_Bolt_NetworkPropertyInfo___ctor, (Predicate_1_Photon_Bolt_NetworkPropertyInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022390, bool, Predicate_1_Photon_Bolt_NetworkPropertyInfo__Invoke, (Predicate_1_Photon_Bolt_NetworkPropertyInfo_ * __this, NetworkPropertyInfo obj, MethodInfo * method)); DO_APP_FUNC(0x01021F40, void, Predicate_1_Object___ctor, (Predicate_1_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_Object__Invoke, (Predicate_1_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x010232D0, void, Predicate_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData___ctor, (Predicate_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023400, bool, Predicate_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Invoke, (Predicate_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, ObjectInitializationData obj, MethodInfo * method)); DO_APP_FUNC(0x01022260, void, Predicate_1_Dissonance_Networking_Client_OpenChannel___ctor, (Predicate_1_Dissonance_Networking_Client_OpenChannel_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022390, bool, Predicate_1_Dissonance_Networking_Client_OpenChannel__Invoke, (Predicate_1_Dissonance_Networking_Client_OpenChannel_ * __this, OpenChannel obj, MethodInfo * method)); DO_APP_FUNC(0x010227D0, void, Predicate_1_Photon_Bolt_Internal_PacketStats___ctor, (Predicate_1_Photon_Bolt_Internal_PacketStats_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022900, bool, Predicate_1_Photon_Bolt_Internal_PacketStats__Invoke, (Predicate_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats obj, MethodInfo * method)); DO_APP_FUNC(0x01022AB0, void, Predicate_1_UnityEngine_ParticleCollisionEvent___ctor, (Predicate_1_UnityEngine_ParticleCollisionEvent_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022BE0, bool, Predicate_1_UnityEngine_ParticleCollisionEvent__Invoke, (Predicate_1_UnityEngine_ParticleCollisionEvent_ * __this, ParticleCollisionEvent obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_Playables_Playable___ctor, (Predicate_1_UnityEngine_Playables_Playable_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_Playables_Playable__Invoke, (Predicate_1_UnityEngine_Playables_Playable_ * __this, Playable obj, MethodInfo * method)); DO_APP_FUNC(0x01022260, void, Predicate_1_UnityEngine_Playables_PlayableBinding___ctor, (Predicate_1_UnityEngine_Playables_PlayableBinding_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022390, bool, Predicate_1_UnityEngine_Playables_PlayableBinding__Invoke, (Predicate_1_UnityEngine_Playables_PlayableBinding_ * __this, PlayableBinding obj, MethodInfo * method)); DO_APP_FUNC(0x010227D0, void, Predicate_1_Photon_Bolt_Priority___ctor, (Predicate_1_Photon_Bolt_Priority_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022900, bool, Predicate_1_Photon_Bolt_Priority__Invoke, (Predicate_1_Photon_Bolt_Priority_ * __this, Priority obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_Quaternion___ctor, (Predicate_1_UnityEngine_Quaternion_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_Quaternion__Invoke, (Predicate_1_UnityEngine_Quaternion_ * __this, Quaternion obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_System_Xml_Schema_RangePositionInfo___ctor, (Predicate_1_System_Xml_Schema_RangePositionInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_System_Xml_Schema_RangePositionInfo__Invoke, (Predicate_1_System_Xml_Schema_RangePositionInfo_ * __this, RangePositionInfo obj, MethodInfo * method)); DO_APP_FUNC(0x01023570, void, Predicate_1_UnityEngine_RaycastHit___ctor, (Predicate_1_UnityEngine_RaycastHit_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010236A0, bool, Predicate_1_UnityEngine_RaycastHit__Invoke, (Predicate_1_UnityEngine_RaycastHit_ * __this, RaycastHit obj, MethodInfo * method)); DO_APP_FUNC(0x01023C40, void, Predicate_1_UnityEngine_RaycastHit2D___ctor, (Predicate_1_UnityEngine_RaycastHit2D_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023D70, bool, Predicate_1_UnityEngine_RaycastHit2D__Invoke, (Predicate_1_UnityEngine_RaycastHit2D_ * __this, RaycastHit2D obj, MethodInfo * method)); DO_APP_FUNC(0x01022650, void, Predicate_1_UnityEngine_EventSystems_RaycastResult___ctor, (Predicate_1_UnityEngine_EventSystems_RaycastResult_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022780, bool, Predicate_1_UnityEngine_EventSystems_RaycastResult__Invoke, (Predicate_1_UnityEngine_EventSystems_RaycastResult_ * __this, RaycastResult obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_Rect___ctor, (Predicate_1_UnityEngine_Rect_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_Rect__Invoke, (Predicate_1_UnityEngine_Rect_ * __this, Rect obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_Rendering_ReflectionProbeBlendInfo___ctor, (Predicate_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Invoke, (Predicate_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, ReflectionProbeBlendInfo obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_Dissonance_RemoteChannel___ctor, (Predicate_1_Dissonance_RemoteChannel_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_Dissonance_RemoteChannel__Invoke, (Predicate_1_Dissonance_RemoteChannel_ * __this, RemoteChannel obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_UIElements_UIR_RenderChainTextEntry___ctor, (Predicate_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Invoke, (Predicate_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, RenderChainTextEntry obj, MethodInfo * method)); DO_APP_FUNC(0x01022AB0, void, Predicate_1_UnityEngine_Rendering_RenderTargetIdentifier___ctor, (Predicate_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022BE0, bool, Predicate_1_UnityEngine_Rendering_RenderTargetIdentifier__Invoke, (Predicate_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_Rendering_RendererUtils_RendererList___ctor, (Predicate_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_Rendering_RendererUtils_RendererList__Invoke, (Predicate_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, RendererList obj, MethodInfo * method)); DO_APP_FUNC(0x01022520, void, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle___ctor, (Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Invoke, (Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, RendererListHandle obj, MethodInfo * method)); DO_APP_FUNC(0x01023DB0, void, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource___ctor, (Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023EE0, bool, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource__Invoke, (Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ * __this, RendererListResource obj, MethodInfo * method)); DO_APP_FUNC(0x010227D0, void, Predicate_1_UnityEngine_Resolution___ctor, (Predicate_1_UnityEngine_Resolution_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022900, bool, Predicate_1_UnityEngine_Resolution__Invoke, (Predicate_1_UnityEngine_Resolution_ * __this, Resolution obj, MethodInfo * method)); DO_APP_FUNC(0x01022520, void, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle___ctor, (Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Invoke, (Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, ResourceHandle obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_Dissonance_RoomMembership___ctor, (Predicate_1_Dissonance_RoomMembership_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_Dissonance_RoomMembership__Invoke, (Predicate_1_Dissonance_RoomMembership_ * __this, RoomMembership obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_UIElements_RuleMatcher___ctor, (Predicate_1_UnityEngine_UIElements_RuleMatcher_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_UIElements_RuleMatcher__Invoke, (Predicate_1_UnityEngine_UIElements_RuleMatcher_ * __this, RuleMatcher obj, MethodInfo * method)); DO_APP_FUNC(0x01022C20, void, Predicate_1_SByte___ctor, (Predicate_1_SByte_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_SByte__Invoke, (Predicate_1_SByte_ * __this, int8_t obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord___ctor, (Predicate_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Invoke, (Predicate_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, SelectorMatchRecord obj, MethodInfo * method)); DO_APP_FUNC(0x01023F90, void, Predicate_1_Single___ctor, (Predicate_1_Single_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_Single__Invoke, (Predicate_1_Single_ * __this, float obj, MethodInfo * method)); DO_APP_FUNC(0x01022AB0, void, Predicate_1_Discord_Sku___ctor, (Predicate_1_Discord_Sku_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022BE0, bool, Predicate_1_Discord_Sku__Invoke, (Predicate_1_Discord_Sku_ * __this, Sku obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_System_Net_Security_SslApplicationProtocol___ctor, (Predicate_1_System_Net_Security_SslApplicationProtocol_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_System_Net_Security_SslApplicationProtocol__Invoke, (Predicate_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol obj, MethodInfo * method)); DO_APP_FUNC(0x01022E80, void, Predicate_1_Steamworks_SteamItemDef_t___ctor, (Predicate_1_Steamworks_SteamItemDef_t_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_Steamworks_SteamItemDef_t__Invoke, (Predicate_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_Steamworks_SteamItemDetails_t___ctor, (Predicate_1_Steamworks_SteamItemDetails_t_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_Steamworks_SteamItemDetails_t__Invoke, (Predicate_1_Steamworks_SteamItemDetails_t_ * __this, SteamItemDetails_t obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_UIElements_StylePropertyName___ctor, (Predicate_1_UnityEngine_UIElements_StylePropertyName_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_UIElements_StylePropertyName__Invoke, (Predicate_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor, (Predicate_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Invoke, (Predicate_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_UnityEngine_UIElements_StyleSelectorPart___ctor, (Predicate_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_UnityEngine_UIElements_StyleSelectorPart__Invoke, (Predicate_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, StyleSelectorPart obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken___ctor, (Predicate_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Invoke, (Predicate_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, StyleSyntaxToken obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_UnityEngine_UIElements_StyleSheets_StyleValue___ctor, (Predicate_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_UnityEngine_UIElements_StyleSheets_StyleValue__Invoke, (Predicate_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, StyleValue obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged___ctor, (Predicate_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Invoke, (Predicate_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, StyleValueManaged obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_UnityEngine_UIElements_StyleVariable___ctor, (Predicate_1_UnityEngine_UIElements_StyleVariable_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_UnityEngine_UIElements_StyleVariable__Invoke, (Predicate_1_UnityEngine_UIElements_StyleVariable_ * __this, StyleVariable obj, MethodInfo * method)); DO_APP_FUNC(0x010232D0, void, Predicate_1_UnityEngine_Rendering_SubMeshDescriptor___ctor, (Predicate_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023400, bool, Predicate_1_UnityEngine_Rendering_SubMeshDescriptor__Invoke, (Predicate_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, SubMeshDescriptor obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_InputSystem_Utilities_Substring___ctor, (Predicate_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_InputSystem_Utilities_Substring__Invoke, (Predicate_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring obj, MethodInfo * method)); DO_APP_FUNC(0x01022520, void, Predicate_1_TimeSpan___ctor, (Predicate_1_TimeSpan_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_TimeSpan__Invoke, (Predicate_1_TimeSpan_ * __this, TimeSpan obj, MethodInfo * method)); DO_APP_FUNC(0x01022520, void, Predicate_1_UnityEngine_UIElements_TimeValue___ctor, (Predicate_1_UnityEngine_UIElements_TimeValue_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_UnityEngine_UIElements_TimeValue__Invoke, (Predicate_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_UnityEngine_InputSystem_EnhancedTouch_Touch___ctor, (Predicate_1_UnityEngine_InputSystem_EnhancedTouch_Touch_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_UnityEngine_InputSystem_EnhancedTouch_Touch__Invoke, (Predicate_1_UnityEngine_InputSystem_EnhancedTouch_Touch_ * __this, Touch_1 obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_UnityEngine_UIElements_TreeViewItemWrapper___ctor, (Predicate_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_UnityEngine_UIElements_TreeViewItemWrapper__Invoke, (Predicate_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, TreeViewItemWrapper obj, MethodInfo * method)); DO_APP_FUNC(0x01022260, void, Predicate_1_Rewired_Utils_Classes_Data_TypeWrapper___ctor, (Predicate_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022390, bool, Predicate_1_Rewired_Utils_Classes_Data_TypeWrapper__Invoke, (Predicate_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, TypeWrapper obj, MethodInfo * method)); DO_APP_FUNC(0x010227D0, void, Predicate_1_UnityEngine_UICharInfo___ctor, (Predicate_1_UnityEngine_UICharInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022900, bool, Predicate_1_UnityEngine_UICharInfo__Invoke, (Predicate_1_UnityEngine_UICharInfo_ * __this, UICharInfo obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_UILineInfo___ctor, (Predicate_1_UnityEngine_UILineInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_UILineInfo__Invoke, (Predicate_1_UnityEngine_UILineInfo_ * __this, UILineInfo obj, MethodInfo * method)); DO_APP_FUNC(0x010240C0, void, Predicate_1_UnityEngine_UIVertex___ctor, (Predicate_1_UnityEngine_UIVertex_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010241F0, bool, Predicate_1_UnityEngine_UIVertex__Invoke, (Predicate_1_UnityEngine_UIVertex_ * __this, UIVertex obj, MethodInfo * method)); DO_APP_FUNC(0x01022D50, void, Predicate_1_UInt16___ctor, (Predicate_1_UInt16_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_UInt16__Invoke, (Predicate_1_UInt16_ * __this, uint16_t obj, MethodInfo * method)); DO_APP_FUNC(0x01023870, void, Predicate_1_UInt32___ctor, (Predicate_1_UInt32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_UInt32__Invoke, (Predicate_1_UInt32_ * __this, uint32_t obj, MethodInfo * method)); DO_APP_FUNC(0x010239A0, void, Predicate_1_UInt64___ctor, (Predicate_1_UInt64_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_UInt64__Invoke, (Predicate_1_UInt64_ * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture___ctor, (Predicate_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Invoke, (Predicate_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, UVTexture obj, MethodInfo * method)); DO_APP_FUNC(0x010242C0, void, Predicate_1_UdpKit_UdpEndPoint___ctor, (Predicate_1_UdpKit_UdpEndPoint_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010243F0, bool, Predicate_1_UdpKit_UdpEndPoint__Invoke, (Predicate_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint obj, MethodInfo * method)); DO_APP_FUNC(0x01022E80, void, Predicate_1_UdpKit_UdpIPv4Address___ctor, (Predicate_1_UdpKit_UdpIPv4Address_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_UdpKit_UdpIPv4Address__Invoke, (Predicate_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address obj, MethodInfo * method)); DO_APP_FUNC(0x01022520, void, Predicate_1_UnityEngine_InputSystem_XR_UsageHint___ctor, (Predicate_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_UnityEngine_InputSystem_XR_UsageHint__Invoke, (Predicate_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, UsageHint obj, MethodInfo * method)); DO_APP_FUNC(0x01022AB0, void, Predicate_1_Discord_User___ctor, (Predicate_1_Discord_User_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022BE0, bool, Predicate_1_Discord_User__Invoke, (Predicate_1_Discord_User_ * __this, User obj, MethodInfo * method)); DO_APP_FUNC(0x01024430, void, Predicate_1_UnityEngine_Vector2___ctor, (Predicate_1_UnityEngine_Vector2_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_UnityEngine_Vector2__Invoke, (Predicate_1_UnityEngine_Vector2_ * __this, Vector2 obj, MethodInfo * method)); DO_APP_FUNC(0x010227D0, void, Predicate_1_UnityEngine_Vector3___ctor, (Predicate_1_UnityEngine_Vector3_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022900, bool, Predicate_1_UnityEngine_Vector3__Invoke, (Predicate_1_UnityEngine_Vector3_ * __this, Vector3 obj, MethodInfo * method)); DO_APP_FUNC(0x010227D0, void, Predicate_1_UnityEngine_Vector3Int___ctor, (Predicate_1_UnityEngine_Vector3Int_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022900, bool, Predicate_1_UnityEngine_Vector3Int__Invoke, (Predicate_1_UnityEngine_Vector3Int_ * __this, Vector3Int obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_Vector4___ctor, (Predicate_1_UnityEngine_Vector4_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_Vector4__Invoke, (Predicate_1_UnityEngine_Vector4_ * __this, Vector4 obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_Rendering_VertexAttributeDescriptor___ctor, (Predicate_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_Rendering_VertexAttributeDescriptor__Invoke, (Predicate_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_Microsoft_MixedReality_OpenXR_ViewConfiguration___ctor, (Predicate_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Invoke, (Predicate_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, ViewConfiguration obj, MethodInfo * method)); DO_APP_FUNC(0x01022930, void, Predicate_1_Dissonance_Networking_VoicePacket___ctor, (Predicate_1_Dissonance_Networking_VoicePacket_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022A60, bool, Predicate_1_Dissonance_Networking_VoicePacket__Invoke, (Predicate_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket obj, MethodInfo * method)); DO_APP_FUNC(0x01022260, void, Predicate_1_Pathfinding_Voxels_VoxelContour___ctor, (Predicate_1_Pathfinding_Voxels_VoxelContour_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022390, bool, Predicate_1_Pathfinding_Voxels_VoxelContour__Invoke, (Predicate_1_Pathfinding_Voxels_VoxelContour_ * __this, VoxelContour obj, MethodInfo * method)); DO_APP_FUNC(0x01024560, void, Predicate_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES___ctor, (Predicate_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01024690, bool, Predicate_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Invoke, (Predicate_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Win32_IP_ADAPTER_ADDRESSES obj, MethodInfo * method)); DO_APP_FUNC(0x01024730, void, Predicate_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO___ctor, (Predicate_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01024860, bool, Predicate_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Invoke, (Predicate_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Win32_IP_ADAPTER_INFO obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_System_Security_Cryptography_X509Certificates_X509ChainStatus___ctor, (Predicate_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Invoke, (Predicate_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, X509ChainStatus obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor___ctor, (Predicate_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Invoke, (Predicate_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, XRFeatureDescriptor obj, MethodInfo * method)); DO_APP_FUNC(0x010248F0, void, Predicate_1_UnityEngine_XR_XRNodeState___ctor, (Predicate_1_UnityEngine_XR_XRNodeState_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01024A20, bool, Predicate_1_UnityEngine_XR_XRNodeState__Invoke, (Predicate_1_UnityEngine_XR_XRNodeState_ * __this, XRNodeState obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_Pathfinding_AdvancedSmooth_Turn___ctor, (Predicate_1_Pathfinding_AdvancedSmooth_Turn_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_Pathfinding_AdvancedSmooth_Turn__Invoke, (Predicate_1_Pathfinding_AdvancedSmooth_Turn_ * __this, AdvancedSmooth_Turn obj, MethodInfo * method)); DO_APP_FUNC(0x01022AB0, void, Predicate_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo___ctor, (Predicate_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022BE0, bool, Predicate_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Invoke, (Predicate_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, AnimationOutputWeightProcessor_WeightInfo obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_BeforeRenderHelper_OrderBlock___ctor, (Predicate_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_BeforeRenderHelper_OrderBlock__Invoke, (Predicate_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, BeforeRenderHelper_OrderBlock obj, MethodInfo * method)); DO_APP_FUNC(0x01022520, void, Predicate_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page___ctor, (Predicate_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Invoke, (Predicate_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, BitmapAllocator32_Page obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_UnityEngine_Camera_RenderRequest___ctor, (Predicate_1_UnityEngine_Camera_RenderRequest_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_UnityEngine_Camera_RenderRequest__Invoke, (Predicate_1_UnityEngine_Camera_RenderRequest_ * __this, Camera_RenderRequest obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_Cinemachine_CameraState_CustomBlendable___ctor, (Predicate_1_Cinemachine_CameraState_CustomBlendable_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_Cinemachine_CameraState_CustomBlendable__Invoke, (Predicate_1_Cinemachine_CameraState_CustomBlendable_ * __this, CameraState_CustomBlendable obj, MethodInfo * method)); DO_APP_FUNC(0x01022520, void, Predicate_1_Cinemachine_CinemachineClearShot_Pair___ctor, (Predicate_1_Cinemachine_CinemachineClearShot_Pair_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_Cinemachine_CinemachineClearShot_Pair__Invoke, (Predicate_1_Cinemachine_CinemachineClearShot_Pair_ * __this, CinemachineClearShot_Pair obj, MethodInfo * method)); DO_APP_FUNC(0x01022520, void, Predicate_1_Cinemachine_CinemachineStateDrivenCamera_HashPair___ctor, (Predicate_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Invoke, (Predicate_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, CinemachineStateDrivenCamera_HashPair obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_Cinemachine_ClipperLib_DoublePoint___ctor, (Predicate_1_Cinemachine_ClipperLib_DoublePoint_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_Cinemachine_ClipperLib_DoublePoint__Invoke, (Predicate_1_Cinemachine_ClipperLib_DoublePoint_ * __this, ClipperLib_DoublePoint obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_Cinemachine_ClipperLib_IntPoint___ctor, (Predicate_1_Cinemachine_ClipperLib_IntPoint_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_Cinemachine_ClipperLib_IntPoint__Invoke, (Predicate_1_Cinemachine_ClipperLib_IntPoint_ * __this, ClipperLib_IntPoint obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_Cinemachine_ConfinerOven_PolygonSolution___ctor, (Predicate_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_Cinemachine_ConfinerOven_PolygonSolution__Invoke, (Predicate_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, ConfinerOven_PolygonSolution obj, MethodInfo * method)); DO_APP_FUNC(0x010227D0, void, Predicate_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB___ctor, (Predicate_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022900, bool, Predicate_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Invoke, (Predicate_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB obj, MethodInfo * method)); DO_APP_FUNC(0x01022260, void, Predicate_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___ctor, (Predicate_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022390, bool, Predicate_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Invoke, (Predicate_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_Photon_Bolt_EventDispatcher_CallbackWrapper___ctor, (Predicate_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Invoke, (Predicate_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, EventDispatcher_CallbackWrapper obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_Photon_Bolt_EventDispatcher_EventListener___ctor, (Predicate_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_Photon_Bolt_EventDispatcher_EventListener__Invoke, (Predicate_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, EventDispatcher_EventListener obj, MethodInfo * method)); DO_APP_FUNC(0x01024A80, void, Predicate_1_Dissonance_Networking_Client_EventQueue_NetworkEvent___ctor, (Predicate_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01024BB0, bool, Predicate_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Invoke, (Predicate_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, EventQueue_NetworkEvent obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_UIElements_FocusController_FocusedElement___ctor, (Predicate_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_UIElements_FocusController_FocusedElement__Invoke, (Predicate_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, FocusController_FocusedElement obj, MethodInfo * method)); DO_APP_FUNC(0x01023C40, void, Predicate_1_Pathfinding_Funnel_PathPart___ctor, (Predicate_1_Pathfinding_Funnel_PathPart_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023D70, bool, Predicate_1_Pathfinding_Funnel_PathPart__Invoke, (Predicate_1_Pathfinding_Funnel_PathPart_ * __this, Funnel_PathPart obj, MethodInfo * method)); DO_APP_FUNC(0x01022260, void, Predicate_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch___ctor, (Predicate_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022390, bool, Predicate_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Invoke, (Predicate_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, GetRandomAvailablePerch_RandomPerch obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor___ctor, (Predicate_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Invoke, (Predicate_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, HID_HIDCollectionDescriptor obj, MethodInfo * method)); DO_APP_FUNC(0x01023150, void, Predicate_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor___ctor, (Predicate_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023280, bool, Predicate_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Invoke, (Predicate_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, HID_HIDElementDescriptor obj, MethodInfo * method)); DO_APP_FUNC(0x010227D0, void, Predicate_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData___ctor, (Predicate_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022900, bool, Predicate_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Invoke, (Predicate_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, HIDParser_HIDReportData obj, MethodInfo * method)); DO_APP_FUNC(0x01022520, void, Predicate_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage___ctor, (Predicate_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__Invoke, (Predicate_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, HIDSupport_HIDPageUsage obj, MethodInfo * method)); DO_APP_FUNC(0x01024C30, void, Predicate_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData___ctor, (Predicate_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Invoke, (Predicate_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, HairDesignerGeneratorFurShellBase_BufferData obj, MethodInfo * method)); DO_APP_FUNC(0x01022AB0, void, Predicate_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson___ctor, (Predicate_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022BE0, bool, Predicate_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Invoke, (Predicate_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, InputActionMap_BindingOverrideJson obj, MethodInfo * method)); DO_APP_FUNC(0x01023DB0, void, Predicate_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor, (Predicate_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023EE0, bool, Predicate_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Invoke, (Predicate_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement___ctor, (Predicate_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__Invoke, (Predicate_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, InputControlScheme_DeviceRequirement obj, MethodInfo * method)); DO_APP_FUNC(0x01022260, void, Predicate_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo___ctor, (Predicate_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022390, bool, Predicate_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__Invoke, (Predicate_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * __this, InputEventTrace_DeviceInfo obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper___ctor, (Predicate_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Invoke, (Predicate_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, InternalTreeView_TreeViewItemWrapper obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV___ctor, (Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Invoke, (Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV obj, MethodInfo * method)); DO_APP_FUNC(0x01023150, void, Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb___ctor, (Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023280, bool, Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Invoke, (Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux___ctor, (Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Invoke, (Predicate_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux obj, MethodInfo * method)); DO_APP_FUNC(0x01023150, void, Predicate_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (Predicate_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023280, bool, Predicate_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Invoke, (Predicate_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage___ctor, (Predicate_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Invoke, (Predicate_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Logs_LogMessage obj, MethodInfo * method)); DO_APP_FUNC(0x010242C0, void, Predicate_1_MagicLightProbes_MagicLightProbes_VolumeParameters___ctor, (Predicate_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010243F0, bool, Predicate_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Invoke, (Predicate_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MagicLightProbes_VolumeParameters obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_NolanBehaviour_OverlappedCollider___ctor, (Predicate_1_NolanBehaviour_OverlappedCollider_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_NolanBehaviour_OverlappedCollider__Invoke, (Predicate_1_NolanBehaviour_OverlappedCollider_ * __this, NolanBehaviour_OverlappedCollider obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding___ctor, (Predicate_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Invoke, (Predicate_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, OpenXRInput_SerializedBinding obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_PackedPlayModeBuildLogs_RuntimeBuildLog___ctor, (Predicate_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Invoke, (Predicate_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, PackedPlayModeBuildLogs_RuntimeBuildLog obj, MethodInfo * method)); DO_APP_FUNC(0x01024D60, void, Predicate_1_UnityEngine_ParticleSystem_Particle___ctor, (Predicate_1_UnityEngine_ParticleSystem_Particle_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01024E90, bool, Predicate_1_UnityEngine_ParticleSystem_Particle__Invoke, (Predicate_1_UnityEngine_ParticleSystem_Particle_ * __this, ParticleSystem_Particle obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick___ctor, (Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Invoke, (Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick obj, MethodInfo * method)); DO_APP_FUNC(0x01024F10, void, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick___ctor, (Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01025040, bool, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Invoke, (Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, ProbeBrickIndex_ReservedBrick obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta___ctor, (Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Invoke, (Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, ProbeBrickIndex_VoxelMeta obj, MethodInfo * method)); DO_APP_FUNC(0x010227D0, void, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc___ctor, (Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022900, bool, Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Invoke, (Predicate_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem___ctor, (Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Invoke, (Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, ProbeVolumePerSceneData_SerializableAssetItem obj, MethodInfo * method)); DO_APP_FUNC(0x01022260, void, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem___ctor, (Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022390, bool, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Invoke, (Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, ProbeVolumeSceneData_SerializableBoundItem obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem___ctor, (Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Invoke, (Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, ProbeVolumeSceneData_SerializableHasPVItem obj, MethodInfo * method)); DO_APP_FUNC(0x01022AB0, void, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings___ctor, (Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022BE0, bool, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Invoke, (Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, ProbeVolumeSceneData_SerializablePVBakeSettings obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile___ctor, (Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Invoke, (Predicate_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, ProbeVolumeSceneData_SerializablePVProfile obj, MethodInfo * method)); DO_APP_FUNC(0x01022E80, void, Predicate_1_System_Text_RegularExpressions_RegexCharClass_SingleRange___ctor, (Predicate_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Invoke, (Predicate_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, RegexCharClass_SingleRange obj, MethodInfo * method)); DO_APP_FUNC(0x010248F0, void, Predicate_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData___ctor, (Predicate_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01024A20, bool, Predicate_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Invoke, (Predicate_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, RenderChain_RenderNodeData obj, MethodInfo * method)); DO_APP_FUNC(0x01023150, void, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo___ctor, (Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023280, bool, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo__Invoke, (Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ * __this, RenderGraph_CompiledPassInfo obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo___ctor, (Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo__Invoke, (Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ * __this, RenderGraph_CompiledResourceInfo obj, MethodInfo * method)); DO_APP_FUNC(0x01022260, void, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData___ctor, (Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022390, bool, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Invoke, (Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, RenderGraphDebugData_PassDebugData obj, MethodInfo * method)); DO_APP_FUNC(0x01022AB0, void, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData___ctor, (Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022BE0, bool, Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Invoke, (Predicate_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, RenderGraphDebugData_ResourceDebugData obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest___ctor, (Predicate_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Invoke, (Predicate_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, ResourceManager_DeferredCallbackRegisterRequest obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_Pathfinding_Util_RetainedGizmos_MeshWithHash___ctor, (Predicate_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Invoke, (Predicate_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, RetainedGizmos_MeshWithHash obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride___ctor, (Predicate_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Invoke, (Predicate_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, TemplateAsset_AttributeOverride obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap___ctor, (Predicate_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Invoke, (Predicate_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, TextSettings_FontReferenceMap obj, MethodInfo * method)); DO_APP_FUNC(0x01022930, void, Predicate_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo___ctor, (Predicate_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022A60, bool, Predicate_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Invoke, (Predicate_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, TextureBlitter_BlitInfo obj, MethodInfo * method)); DO_APP_FUNC(0x01023AD0, void, Predicate_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame___ctor, (Predicate_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023C00, bool, Predicate_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Invoke, (Predicate_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, TexturePacker_JsonArray_Frame obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_UIElements_TextureRegistry_TextureInfo___ctor, (Predicate_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Invoke, (Predicate_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, TextureRegistry_TextureInfo obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry___ctor, (Predicate_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Invoke, (Predicate_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, TimeNotificationBehaviour_NotificationEntry obj, MethodInfo * method)); DO_APP_FUNC(0x01022260, void, Predicate_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData___ctor, (Predicate_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022390, bool, Predicate_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Invoke, (Predicate_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, TrackedDeviceRaycaster_RaycastHitData obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData___ctor, (Predicate_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Invoke, (Predicate_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, TrackedPoseDriverDataDescription_PoseData obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper___ctor, (Predicate_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Invoke, (Predicate_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, TreeView_TreeViewItemWrapper obj, MethodInfo * method)); DO_APP_FUNC(0x01022520, void, Predicate_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState___ctor, (Predicate_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Invoke, (Predicate_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, TreeViewReorderableDragAndDropController_TreeItemState obj, MethodInfo * method)); DO_APP_FUNC(0x010248F0, void, Predicate_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry___ctor, (Predicate_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01024A20, bool, Predicate_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Invoke, (Predicate_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, UIRStylePainter_Entry obj, MethodInfo * method)); DO_APP_FUNC(0x01022AB0, void, Predicate_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree___ctor, (Predicate_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022BE0, bool, Predicate_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Invoke, (Predicate_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, UIRenderDevice_AllocToFree obj, MethodInfo * method)); DO_APP_FUNC(0x01022650, void, Predicate_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate___ctor, (Predicate_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022780, bool, Predicate_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Invoke, (Predicate_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, UIRenderDevice_AllocToUpdate obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_UnityEngine_UnitySynchronizationContext_WorkRequest___ctor, (Predicate_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Invoke, (Predicate_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, UnitySynchronizationContext_WorkRequest obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition___ctor, (Predicate_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Invoke, (Predicate_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, VisualTreeAsset_SlotDefinition obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry___ctor, (Predicate_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Invoke, (Predicate_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, VisualTreeAsset_SlotUsageEntry obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry___ctor, (Predicate_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Invoke, (Predicate_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, VisualTreeAsset_UsingEntry obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry___ctor, (Predicate_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Invoke, (Predicate_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry obj, MethodInfo * method)); DO_APP_FUNC(0x01022260, void, Predicate_1_ftLightmaps_LightmapAdditionalData___ctor, (Predicate_1_ftLightmaps_LightmapAdditionalData_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022390, bool, Predicate_1_ftLightmaps_LightmapAdditionalData__Invoke, (Predicate_1_ftLightmaps_LightmapAdditionalData_ * __this, ftLightmaps_LightmapAdditionalData obj, MethodInfo * method)); DO_APP_FUNC(0x01022520, void, Predicate_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor, (Predicate_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, Predicate_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Invoke, (Predicate_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy obj, MethodInfo * method)); DO_APP_FUNC(0x01022100, void, Predicate_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem___ctor, (Predicate_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022230, bool, Predicate_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Invoke, (Predicate_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, DebugUI_Foldout_ContextMenuItem obj, MethodInfo * method)); DO_APP_FUNC(0x010223C0, void, Predicate_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher___ctor, (Predicate_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010224F0, bool, Predicate_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Invoke, (Predicate_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, InputControlLayout_Collection_LayoutMatcher obj, MethodInfo * method)); DO_APP_FUNC(0x01022260, void, Predicate_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView___ctor, (Predicate_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022390, bool, Predicate_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Invoke, (Predicate_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, InstructionList_DebugView_InstructionView obj, MethodInfo * method)); DO_APP_FUNC(0x010227D0, void, Predicate_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb___ctor, (Predicate_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01022900, bool, Predicate_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Invoke, (Predicate_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb obj, MethodInfo * method)); DO_APP_FUNC(0x010242C0, void, Predicate_1_Cinemachine_TargetPositionCache_CacheCurve_Item___ctor, (Predicate_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x010243F0, bool, Predicate_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Invoke, (Predicate_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, TargetPositionCache_CacheCurve_Item obj, MethodInfo * method)); DO_APP_FUNC(0x01023C40, void, Predicate_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem___ctor, (Predicate_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01023D70, bool, Predicate_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Invoke, (Predicate_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, TargetPositionCache_CacheEntry_RecordingItem obj, MethodInfo * method)); DO_APP_FUNC(0x01025070, void, PrimitiveParameterExpression_1_System_Boolean___ctor, (PrimitiveParameterExpression_1_System_Boolean_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DD30, PrimitiveParameterExpression_1_System_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x01025080, Type *, PrimitiveParameterExpression_1_System_Boolean__get_Type, (PrimitiveParameterExpression_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01025070, void, PrimitiveParameterExpression_1_System_Byte___ctor, (PrimitiveParameterExpression_1_System_Byte_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DCC8, PrimitiveParameterExpression_1_System_Byte___ctor__MethodInfo); DO_APP_FUNC(0x010250E0, Type *, PrimitiveParameterExpression_1_System_Byte__get_Type, (PrimitiveParameterExpression_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01025070, void, PrimitiveParameterExpression_1_System_Char___ctor, (PrimitiveParameterExpression_1_System_Char_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DCD0, PrimitiveParameterExpression_1_System_Char___ctor__MethodInfo); DO_APP_FUNC(0x01025140, Type *, PrimitiveParameterExpression_1_System_Char__get_Type, (PrimitiveParameterExpression_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01025070, void, PrimitiveParameterExpression_1_System_DateTime___ctor, (PrimitiveParameterExpression_1_System_DateTime_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DD10, PrimitiveParameterExpression_1_System_DateTime___ctor__MethodInfo); DO_APP_FUNC(0x010251A0, Type *, PrimitiveParameterExpression_1_System_DateTime__get_Type, (PrimitiveParameterExpression_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01025070, void, PrimitiveParameterExpression_1_System_Decimal___ctor, (PrimitiveParameterExpression_1_System_Decimal_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DC20, PrimitiveParameterExpression_1_System_Decimal___ctor__MethodInfo); DO_APP_FUNC(0x01025200, Type *, PrimitiveParameterExpression_1_System_Decimal__get_Type, (PrimitiveParameterExpression_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01025070, void, PrimitiveParameterExpression_1_System_Double___ctor, (PrimitiveParameterExpression_1_System_Double_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DD40, PrimitiveParameterExpression_1_System_Double___ctor__MethodInfo); DO_APP_FUNC(0x01025260, Type *, PrimitiveParameterExpression_1_System_Double__get_Type, (PrimitiveParameterExpression_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01025070, void, PrimitiveParameterExpression_1_System_Int16___ctor, (PrimitiveParameterExpression_1_System_Int16_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DCE0, PrimitiveParameterExpression_1_System_Int16___ctor__MethodInfo); DO_APP_FUNC(0x010252C0, Type *, PrimitiveParameterExpression_1_System_Int16__get_Type, (PrimitiveParameterExpression_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01025070, void, PrimitiveParameterExpression_1_System_Int32___ctor, (PrimitiveParameterExpression_1_System_Int32_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DD08, PrimitiveParameterExpression_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x01025320, Type *, PrimitiveParameterExpression_1_System_Int32__get_Type, (PrimitiveParameterExpression_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01025070, void, PrimitiveParameterExpression_1_System_Int64___ctor, (PrimitiveParameterExpression_1_System_Int64_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DD38, PrimitiveParameterExpression_1_System_Int64___ctor__MethodInfo); DO_APP_FUNC(0x01025380, Type *, PrimitiveParameterExpression_1_System_Int64__get_Type, (PrimitiveParameterExpression_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01025070, void, PrimitiveParameterExpression_1_System_Object___ctor, (PrimitiveParameterExpression_1_System_Object_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x010253E0, Type *, PrimitiveParameterExpression_1_System_Object__get_Type, (PrimitiveParameterExpression_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01025070, void, PrimitiveParameterExpression_1_System_SByte___ctor, (PrimitiveParameterExpression_1_System_SByte_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DC60, PrimitiveParameterExpression_1_System_SByte___ctor__MethodInfo); DO_APP_FUNC(0x01025440, Type *, PrimitiveParameterExpression_1_System_SByte__get_Type, (PrimitiveParameterExpression_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01025070, void, PrimitiveParameterExpression_1_System_Single___ctor, (PrimitiveParameterExpression_1_System_Single_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DC10, PrimitiveParameterExpression_1_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x010254A0, Type *, PrimitiveParameterExpression_1_System_Single__get_Type, (PrimitiveParameterExpression_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01025070, void, PrimitiveParameterExpression_1_System_UInt16___ctor, (PrimitiveParameterExpression_1_System_UInt16_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DC30, PrimitiveParameterExpression_1_System_UInt16___ctor__MethodInfo); DO_APP_FUNC(0x01025500, Type *, PrimitiveParameterExpression_1_System_UInt16__get_Type, (PrimitiveParameterExpression_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01025070, void, PrimitiveParameterExpression_1_System_UInt32___ctor, (PrimitiveParameterExpression_1_System_UInt32_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DD28, PrimitiveParameterExpression_1_System_UInt32___ctor__MethodInfo); DO_APP_FUNC(0x01025560, Type *, PrimitiveParameterExpression_1_System_UInt32__get_Type, (PrimitiveParameterExpression_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01025070, void, PrimitiveParameterExpression_1_System_UInt64___ctor, (PrimitiveParameterExpression_1_System_UInt64_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DD00, PrimitiveParameterExpression_1_System_UInt64___ctor__MethodInfo); DO_APP_FUNC(0x010255C0, Type *, PrimitiveParameterExpression_1_System_UInt64__get_Type, (PrimitiveParameterExpression_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Promise_1_System_Int32Enum___ctor, (Promise_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01025650, Promise_1_System_Int32Enum_ *, Promise_1_System_Int32Enum__CreateResolvedPromise, (Int32Enum__Enum result, MethodInfo * method)); DO_APP_FUNC(0x01025720, void, Promise_1_System_Int32Enum__Resolve, (Promise_1_System_Int32Enum_ * __this, Int32Enum__Enum result, MethodInfo * method)); DO_APP_FUNC(0x01025620, bool, Promise_1_System_Int32Enum__get_keepWaiting, (Promise_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, Promise_1_System_Int32Enum__set_result, (Promise_1_System_Int32Enum_ * __this, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Promise_1_System_Object___ctor, (Promise_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01025780, Promise_1_System_Object_ *, Promise_1_System_Object__CreateResolvedPromise, (Object * result, MethodInfo * method)); DO_APP_FUNC(0x01025850, void, Promise_1_System_Object__Resolve, (Promise_1_System_Object_ * __this, Object * result, MethodInfo * method)); DO_APP_FUNC(0x01025750, bool, Promise_1_System_Object__get_keepWaiting, (Promise_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, Promise_1_System_Object__set_result, (Promise_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00CB58F0, Object *, ProviderOperation_1_System_Object__GetDependency, (ProviderOperation_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60D08, ProviderOperation_1_System_Object__GetDependency__MethodInfo); DO_APP_FUNC(0x00CB5B50, void, ProviderOperation_1_System_Object__ProviderCompleted, (ProviderOperation_1_System_Object_ * __this, Object * result, bool status, Exception * e, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60CF0, ProviderOperation_1_System_Object__ProviderCompleted__MethodInfo); DO_APP_FUNC(0x01025C60, void, ProviderOperation_1_System_Object___ctor, (ProviderOperation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01027140, void, ProviderOperation_1_System_Object__Destroy, (ProviderOperation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01026850, void, ProviderOperation_1_System_Object__Execute, (ProviderOperation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01025F70, void, ProviderOperation_1_System_Object__GetDependencies, (ProviderOperation_1_System_Object_ * __this, IList_1_System_Object_ * dstList, MethodInfo * method)); DO_APP_FUNC(0x01025C80, void, ProviderOperation_1_System_Object__GetDependencies_1, (ProviderOperation_1_System_Object_ * __this, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * deps, MethodInfo * method)); DO_APP_FUNC(0x01025AA0, DownloadStatus, ProviderOperation_1_System_Object__GetDownloadStatus, (ProviderOperation_1_System_Object_ * __this, HashSet_1_System_Object_ * visited, MethodInfo * method)); DO_APP_FUNC(0x01026AF0, void, ProviderOperation_1_System_Object__Init, (ProviderOperation_1_System_Object_ * __this, ResourceManager_1 * rm, IResourceProvider * provider, IResourceLocation * location, AsyncOperationHandle_1_System_Collections_Generic_IList_1_ depOp, MethodInfo * method)); DO_APP_FUNC(0x01026D90, void, ProviderOperation_1_System_Object__Init_1, (ProviderOperation_1_System_Object_ * __this, ResourceManager_1 * rm, IResourceProvider * provider, IResourceLocation * location, AsyncOperationHandle_1_System_Collections_Generic_IList_1_ depOp, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x01025930, bool, ProviderOperation_1_System_Object__InvokeWaitForCompletion, (ProviderOperation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01025D80, void, ProviderOperation_1_System_Object__ReleaseDependencies, (ProviderOperation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01025890, void, ProviderOperation_1_System_Object__SetDownloadProgressCallback, (ProviderOperation_1_System_Object_ * __this, Func_1_UnityEngine_ResourceManagement_AsyncOperations_DownloadStatus_ * callback, MethodInfo * method)); DO_APP_FUNC(0x00473A50, void, ProviderOperation_1_System_Object__SetProgressCallback, (ProviderOperation_1_System_Object_ * __this, Func_1_Single_ * callback, MethodInfo * method)); DO_APP_FUNC(0x00B2F140, void, ProviderOperation_1_System_Object__SetWaitForCompletionCallback, (ProviderOperation_1_System_Object_ * __this, Func_1_Boolean_ * callback, MethodInfo * method)); DO_APP_FUNC(0x00AC90A0, IOperationCacheKey *, ProviderOperation_1_System_Object__UnityEngine_ResourceManagement_AsyncOperations_ICachable_get_Key, (ProviderOperation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AC90B0, void, ProviderOperation_1_System_Object__UnityEngine_ResourceManagement_AsyncOperations_ICachable_set_Key, (ProviderOperation_1_System_Object_ * __this, IOperationCacheKey * value, MethodInfo * method)); DO_APP_FUNC(0x01027030, bool, ProviderOperation_1_System_Object__WaitForCompletionHandler, (ProviderOperation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01025DF0, String *, ProviderOperation_1_System_Object__get_DebugName, (ProviderOperation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010263C0, int32_t, ProviderOperation_1_System_Object__get_DependencyCount, (ProviderOperation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C2850, IResourceLocation *, ProviderOperation_1_System_Object__get_Location, (ProviderOperation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01026480, float, ProviderOperation_1_System_Object__get_Progress, (ProviderOperation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01025880, int32_t, ProviderOperation_1_System_Object__get_ProvideHandleVersion, (ProviderOperation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01026360, Type *, ProviderOperation_1_System_Object__get_RequestedType, (ProviderOperation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb___ctor, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Equals, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x00ADBBC0, int32_t, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__GetHashCode, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x01027420, bool, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01027510, int32_t, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ *, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1__ctor, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Equals, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x00ADBBC0, int32_t, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_GetHashCode, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x010275D0, bool, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x010276C0, int32_t, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 *, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2__ctor, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Equals, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x00ADBBC0, int32_t, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_GetHashCode, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x01027780, bool, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01027870, int32_t, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 *, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Boolean___ctor, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Boolean__Equals, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Boolean_ * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x00ADBBC0, int32_t, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Boolean__GetHashCode, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Boolean_ * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x01027930, bool, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Boolean__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Boolean_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01027A20, int32_t, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Boolean__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Boolean_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Boolean_ *, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Boolean__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Int32___ctor, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Int32__Equals, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Int32_ * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x00ADBBC0, int32_t, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Int32__GetHashCode, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Int32_ * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x01027AE0, bool, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Int32__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Int32_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01027BD0, int32_t, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Int32__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Int32_ *, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Int32__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Int32Enum___ctor, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Int32Enum__Equals, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Int32Enum_ * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x00ADBBC0, int32_t, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Int32Enum__GetHashCode, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Int32Enum_ * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x01027C90, bool, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Int32Enum__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Int32Enum_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01027D80, int32_t, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Int32Enum__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Int32Enum_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Int32Enum_ *, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Int32Enum__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_IntPtr___ctor, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_IntPtr__Equals, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_IntPtr_ * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x00ADBBC0, int32_t, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_IntPtr__GetHashCode, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_IntPtr_ * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x01027E40, bool, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_IntPtr__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_IntPtr_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01027F30, int32_t, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_IntPtr__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_IntPtr_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_IntPtr_ *, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_IntPtr__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Object___ctor, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Object__Equals, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Object_ * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x00ADBBC0, int32_t, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Object__GetHashCode, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Object_ * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x01027FF0, bool, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Object__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x010280E0, int32_t, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Object__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Object_ *, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Object__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Single___ctor, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Single__Equals, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Single_ * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x00ADBBC0, int32_t, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Single__GetHashCode, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Single_ * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x010281A0, bool, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Single__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Single_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01028290, int32_t, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Single__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Single_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Single_ *, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_System_Single__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_aQHgSHeigtcamfIWbNaiXaCiVwuq___ctor, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_aQHgSHeigtcamfIWbNaiXaCiVwuq__Equals, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x00ADBBC0, int32_t, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_aQHgSHeigtcamfIWbNaiXaCiVwuq__GetHashCode, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x01028350, bool, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01028440, int32_t, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_aQHgSHeigtcamfIWbNaiXaCiVwuq_ *, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_aQHgSHeigtcamfIWbNaiXaCiVwuq__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Equals, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x00ADBBC0, int32_t, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__GetHashCode, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x01028500, bool, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x010285F0, int32_t, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ *, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Equals, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x00ADBBC0, int32_t, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__GetHashCode, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x010286B0, bool, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x010287A0, int32_t, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ *, EqualityComparerNoAlloc_1_T_QFlFxclRZRudHxTQXnQlHOvoZfNR_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_u0001_QuaHoNnFPKBgMFdlNezQjMlCKVeW_System_Boolean___ctor, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_u0001_QuaHoNnFPKBgMFdlNezQjMlCKVeW_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01028860, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_u0001_QuaHoNnFPKBgMFdlNezQjMlCKVeW_System_Boolean__RcSwNPUhNzsjfATcZviteXdxKgql, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_u0001_QuaHoNnFPKBgMFdlNezQjMlCKVeW_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_u0001_QuaHoNnFPKBgMFdlNezQjMlCKVeW_System_Object___ctor, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_u0001_QuaHoNnFPKBgMFdlNezQjMlCKVeW_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01028860, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_u0001_QuaHoNnFPKBgMFdlNezQjMlCKVeW_System_Object__RcSwNPUhNzsjfATcZviteXdxKgql, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_u0001_QuaHoNnFPKBgMFdlNezQjMlCKVeW_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01028920, void, Query_1_System_Object___ctor, (Query_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010288B0, Object *, Query_1_System_Object__get_Result, (Query_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01028980, void, Queue_1_KeyValuePair_2_System_DateTime_System_UInt32___ctor, (Queue_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01028B30, void, Queue_1_KeyValuePair_2_System_DateTime_System_UInt32___ctor_1, (Queue_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, IEnumerable_1_KeyValuePair_2_System_DateTime_System_UInt32_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1AB0, Queue_1_KeyValuePair_2_System_DateTime_System_UInt32___ctor_1__MethodInfo); DO_APP_FUNC(0x01028A00, void, Queue_1_KeyValuePair_2_System_DateTime_System_UInt32___ctor_2, (Queue_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D810, Queue_1_KeyValuePair_2_System_DateTime_System_UInt32___ctor_2__MethodInfo); DO_APP_FUNC(0x01028CF0, void, Queue_1_KeyValuePair_2_System_DateTime_System_UInt32__Clear, (Queue_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010293F0, bool, Queue_1_KeyValuePair_2_System_DateTime_System_UInt32__Contains, (Queue_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, KeyValuePair_2_System_DateTime_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC(0x010292C0, KeyValuePair_2_System_DateTime_System_UInt32_, Queue_1_KeyValuePair_2_System_DateTime_System_UInt32__Dequeue, (Queue_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D8A8, Queue_1_KeyValuePair_2_System_DateTime_System_UInt32__Dequeue__MethodInfo); DO_APP_FUNC(0x01029090, void, Queue_1_KeyValuePair_2_System_DateTime_System_UInt32__Enqueue, (Queue_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, KeyValuePair_2_System_DateTime_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D868, Queue_1_KeyValuePair_2_System_DateTime_System_UInt32__Enqueue__MethodInfo); DO_APP_FUNC(0x01029150, Queue_1_T_Enumerator_KeyValuePair_2_System_DateTime_System_UInt32_, Queue_1_KeyValuePair_2_System_DateTime_System_UInt32__GetEnumerator, (Queue_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01029690, void, Queue_1_KeyValuePair_2_System_DateTime_System_UInt32__MoveNext, (Queue_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x01029380, KeyValuePair_2_System_DateTime_System_UInt32_, Queue_1_KeyValuePair_2_System_DateTime_System_UInt32__Peek, (Queue_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D870, Queue_1_KeyValuePair_2_System_DateTime_System_UInt32__Peek__MethodInfo); DO_APP_FUNC(0x01029550, void, Queue_1_KeyValuePair_2_System_DateTime_System_UInt32__SetCapacity, (Queue_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x010291E0, IEnumerator_1_KeyValuePair_2_System_DateTime_System_UInt32_ *, Queue_1_KeyValuePair_2_System_DateTime_System_UInt32__System_Collections_Generic_IEnumerable_T__GetEnumerator, (Queue_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01028D10, void, Queue_1_KeyValuePair_2_System_DateTime_System_UInt32__System_Collections_ICollection_CopyTo, (Queue_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1AC8, Queue_1_KeyValuePair_2_System_DateTime_System_UInt32__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Queue_1_KeyValuePair_2_System_DateTime_System_UInt32__System_Collections_ICollection_get_IsSynchronized, (Queue_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01028C40, Object *, Queue_1_KeyValuePair_2_System_DateTime_System_UInt32__System_Collections_ICollection_get_SyncRoot, (Queue_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010291E0, IEnumerator *, Queue_1_KeyValuePair_2_System_DateTime_System_UInt32__System_Collections_IEnumerable_GetEnumerator, (Queue_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010296C0, void, Queue_1_KeyValuePair_2_System_DateTime_System_UInt32__ThrowForEmptyQueue, (Queue_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1A80, Queue_1_KeyValuePair_2_System_DateTime_System_UInt32__ThrowForEmptyQueue__MethodInfo); DO_APP_FUNC(0x01029720, void, Queue_1_KeyValuePair_2_System_DateTime_System_UInt32__TrimExcess, (Queue_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, Queue_1_KeyValuePair_2_System_DateTime_System_UInt32__get_Count, (Queue_1_KeyValuePair_2_System_DateTime_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01028980, void, Queue_1_System_ValueTuple_2__1__ctor, (Queue_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x010298A0, void, Queue_1_System_ValueTuple_2__1__ctor_1, (Queue_1_System_ValueTuple_2__1 * __this, IEnumerable_1_System_ValueTuple_2__13 * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1AA8, Queue_1_System_ValueTuple_2__1__ctor_1__MethodInfo); DO_APP_FUNC(0x01029770, void, Queue_1_System_ValueTuple_2__1__ctor_2, (Queue_1_System_ValueTuple_2__1 * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1A88, Queue_1_System_ValueTuple_2__1__ctor_2__MethodInfo); DO_APP_FUNC(0x01029A60, void, Queue_1_System_ValueTuple_2__1_Clear, (Queue_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x010293F0, bool, Queue_1_System_ValueTuple_2__1_Contains, (Queue_1_System_ValueTuple_2__1 * __this, ValueTuple_2_IntPtr_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01029F70, ValueTuple_2_IntPtr_Object_, Queue_1_System_ValueTuple_2__1_Dequeue, (Queue_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01029E50, void, Queue_1_System_ValueTuple_2__1_Enqueue, (Queue_1_System_ValueTuple_2__1 * __this, ValueTuple_2_IntPtr_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01029150, Queue_1_T_Enumerator_System_ValueTuple_2_, Queue_1_System_ValueTuple_2__1_GetEnumerator, (Queue_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01029690, void, Queue_1_System_ValueTuple_2__1_MoveNext, (Queue_1_System_ValueTuple_2__1 * __this, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x01029380, ValueTuple_2_IntPtr_Object_, Queue_1_System_ValueTuple_2__1_Peek, (Queue_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01029550, void, Queue_1_System_ValueTuple_2__1_SetCapacity, (Queue_1_System_ValueTuple_2__1 * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x010291E0, IEnumerator_1_System_ValueTuple_2__17 *, Queue_1_System_ValueTuple_2__1_System_Collections_Generic_IEnumerable_T__GetEnumerator, (Queue_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01029AD0, void, Queue_1_System_ValueTuple_2__1_System_Collections_ICollection_CopyTo, (Queue_1_System_ValueTuple_2__1 * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1AA0, Queue_1_System_ValueTuple_2__1_System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Queue_1_System_ValueTuple_2__1_System_Collections_ICollection_get_IsSynchronized, (Queue_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x010299B0, Object *, Queue_1_System_ValueTuple_2__1_System_Collections_ICollection_get_SyncRoot, (Queue_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x010291E0, IEnumerator *, Queue_1_System_ValueTuple_2__1_System_Collections_IEnumerable_GetEnumerator, (Queue_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0102A0B0, void, Queue_1_System_ValueTuple_2__1_ThrowForEmptyQueue, (Queue_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1A58, Queue_1_System_ValueTuple_2__1_ThrowForEmptyQueue__MethodInfo); DO_APP_FUNC(0x01029720, void, Queue_1_System_ValueTuple_2__1_TrimExcess, (Queue_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, Queue_1_System_ValueTuple_2__1_get_Count, (Queue_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01028980, void, Queue_1_Pathfinding_Int2___ctor, (Queue_1_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81A38, Queue_1_Pathfinding_Int2___ctor__MethodInfo); DO_APP_FUNC(0x0102A240, void, Queue_1_Pathfinding_Int2___ctor_1, (Queue_1_Pathfinding_Int2_ * __this, IEnumerable_1_Pathfinding_Int2_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1A50, Queue_1_Pathfinding_Int2___ctor_1__MethodInfo); DO_APP_FUNC(0x0102A110, void, Queue_1_Pathfinding_Int2___ctor_2, (Queue_1_Pathfinding_Int2_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1A60, Queue_1_Pathfinding_Int2___ctor_2__MethodInfo); DO_APP_FUNC(0x01028CF0, void, Queue_1_Pathfinding_Int2__Clear, (Queue_1_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102AA90, bool, Queue_1_Pathfinding_Int2__Contains, (Queue_1_Pathfinding_Int2_ * __this, Int2 item, MethodInfo * method)); DO_APP_FUNC(0x0102A9A0, Int2, Queue_1_Pathfinding_Int2__Dequeue, (Queue_1_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102A780, void, Queue_1_Pathfinding_Int2__Enqueue, (Queue_1_Pathfinding_Int2_ * __this, Int2 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81A40, Queue_1_Pathfinding_Int2__Enqueue__MethodInfo); DO_APP_FUNC(0x0102A840, Queue_1_T_Enumerator_Pathfinding_Int2_, Queue_1_Pathfinding_Int2__GetEnumerator, (Queue_1_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01029690, void, Queue_1_Pathfinding_Int2__MoveNext, (Queue_1_Pathfinding_Int2_ * __this, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x0102AA40, Int2, Queue_1_Pathfinding_Int2__Peek, (Queue_1_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01029550, void, Queue_1_Pathfinding_Int2__SetCapacity, (Queue_1_Pathfinding_Int2_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0102A8D0, IEnumerator_1_Pathfinding_Int2_ *, Queue_1_Pathfinding_Int2__System_Collections_Generic_IEnumerable_T__GetEnumerator, (Queue_1_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102A400, void, Queue_1_Pathfinding_Int2__System_Collections_ICollection_CopyTo, (Queue_1_Pathfinding_Int2_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1A78, Queue_1_Pathfinding_Int2__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Queue_1_Pathfinding_Int2__System_Collections_ICollection_get_IsSynchronized, (Queue_1_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102A350, Object *, Queue_1_Pathfinding_Int2__System_Collections_ICollection_get_SyncRoot, (Queue_1_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102A8D0, IEnumerator *, Queue_1_Pathfinding_Int2__System_Collections_IEnumerable_GetEnumerator, (Queue_1_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102ABD0, void, Queue_1_Pathfinding_Int2__ThrowForEmptyQueue, (Queue_1_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1A68, Queue_1_Pathfinding_Int2__ThrowForEmptyQueue__MethodInfo); DO_APP_FUNC(0x01029720, void, Queue_1_Pathfinding_Int2__TrimExcess, (Queue_1_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, Queue_1_Pathfinding_Int2__get_Count, (Queue_1_Pathfinding_Int2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81A50, Queue_1_Pathfinding_Int2__get_Count__MethodInfo); DO_APP_FUNC(0x01028980, void, Queue_1_Pathfinding_Int3___ctor, (Queue_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83038, Queue_1_Pathfinding_Int3___ctor__MethodInfo); DO_APP_FUNC(0x0102AD60, void, Queue_1_Pathfinding_Int3___ctor_1, (Queue_1_Pathfinding_Int3_ * __this, IEnumerable_1_Pathfinding_Int3_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1A30, Queue_1_Pathfinding_Int3___ctor_1__MethodInfo); DO_APP_FUNC(0x0102AC30, void, Queue_1_Pathfinding_Int3___ctor_2, (Queue_1_Pathfinding_Int3_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1A70, Queue_1_Pathfinding_Int3___ctor_2__MethodInfo); DO_APP_FUNC(0x01028CF0, void, Queue_1_Pathfinding_Int3__Clear, (Queue_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102B610, bool, Queue_1_Pathfinding_Int3__Contains, (Queue_1_Pathfinding_Int3_ * __this, Int3 item, MethodInfo * method)); DO_APP_FUNC(0x0102B4E0, Int3, Queue_1_Pathfinding_Int3__Dequeue, (Queue_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83020, Queue_1_Pathfinding_Int3__Dequeue__MethodInfo); DO_APP_FUNC(0x0102B2A0, void, Queue_1_Pathfinding_Int3__Enqueue, (Queue_1_Pathfinding_Int3_ * __this, Int3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83018, Queue_1_Pathfinding_Int3__Enqueue__MethodInfo); DO_APP_FUNC(0x0102B370, Queue_1_T_Enumerator_Pathfinding_Int3_, Queue_1_Pathfinding_Int3__GetEnumerator, (Queue_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01029690, void, Queue_1_Pathfinding_Int3__MoveNext, (Queue_1_Pathfinding_Int3_ * __this, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x0102B5A0, Int3, Queue_1_Pathfinding_Int3__Peek, (Queue_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01029550, void, Queue_1_Pathfinding_Int3__SetCapacity, (Queue_1_Pathfinding_Int3_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0102B400, IEnumerator_1_Pathfinding_Int3_ *, Queue_1_Pathfinding_Int3__System_Collections_Generic_IEnumerable_T__GetEnumerator, (Queue_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102AF20, void, Queue_1_Pathfinding_Int3__System_Collections_ICollection_CopyTo, (Queue_1_Pathfinding_Int3_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1A28, Queue_1_Pathfinding_Int3__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Queue_1_Pathfinding_Int3__System_Collections_ICollection_get_IsSynchronized, (Queue_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102AE70, Object *, Queue_1_Pathfinding_Int3__System_Collections_ICollection_get_SyncRoot, (Queue_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102B400, IEnumerator *, Queue_1_Pathfinding_Int3__System_Collections_IEnumerable_GetEnumerator, (Queue_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102B790, void, Queue_1_Pathfinding_Int3__ThrowForEmptyQueue, (Queue_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1A40, Queue_1_Pathfinding_Int3__ThrowForEmptyQueue__MethodInfo); DO_APP_FUNC(0x01029720, void, Queue_1_Pathfinding_Int3__TrimExcess, (Queue_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, Queue_1_Pathfinding_Int3__get_Count, (Queue_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83028, Queue_1_Pathfinding_Int3__get_Count__MethodInfo); DO_APP_FUNC(0x01028980, void, Queue_1_System_Int32___ctor, (Queue_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8690, Queue_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x0102B920, void, Queue_1_System_Int32___ctor_1, (Queue_1_System_Int32_ * __this, IEnumerable_1_System_Int32_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1A38, Queue_1_System_Int32___ctor_1__MethodInfo); DO_APP_FUNC(0x0102B7F0, void, Queue_1_System_Int32___ctor_2, (Queue_1_System_Int32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1A48, Queue_1_System_Int32___ctor_2__MethodInfo); DO_APP_FUNC(0x01028CF0, void, Queue_1_System_Int32__Clear, (Queue_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8548, Queue_1_System_Int32__Clear__MethodInfo); DO_APP_FUNC(0x0102C170, bool, Queue_1_System_Int32__Contains, (Queue_1_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x0102C080, int32_t, Queue_1_System_Int32__Dequeue, (Queue_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA84F0, Queue_1_System_Int32__Dequeue__MethodInfo); DO_APP_FUNC(0x0102BE60, void, Queue_1_System_Int32__Enqueue, (Queue_1_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA86C0, Queue_1_System_Int32__Enqueue__MethodInfo); DO_APP_FUNC(0x0102BF20, Queue_1_T_Enumerator_System_Int32_, Queue_1_System_Int32__GetEnumerator, (Queue_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01029690, void, Queue_1_System_Int32__MoveNext, (Queue_1_System_Int32_ * __this, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x0102C120, int32_t, Queue_1_System_Int32__Peek, (Queue_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01029550, void, Queue_1_System_Int32__SetCapacity, (Queue_1_System_Int32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0102BFB0, IEnumerator_1_System_Int32_ *, Queue_1_System_Int32__System_Collections_Generic_IEnumerable_T__GetEnumerator, (Queue_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102BAE0, void, Queue_1_System_Int32__System_Collections_ICollection_CopyTo, (Queue_1_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1A10, Queue_1_System_Int32__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Queue_1_System_Int32__System_Collections_ICollection_get_IsSynchronized, (Queue_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102BA30, Object *, Queue_1_System_Int32__System_Collections_ICollection_get_SyncRoot, (Queue_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102BFB0, IEnumerator *, Queue_1_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Queue_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102C2B0, void, Queue_1_System_Int32__ThrowForEmptyQueue, (Queue_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1A00, Queue_1_System_Int32__ThrowForEmptyQueue__MethodInfo); DO_APP_FUNC(0x01029720, void, Queue_1_System_Int32__TrimExcess, (Queue_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, Queue_1_System_Int32__get_Count, (Queue_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA84C0, Queue_1_System_Int32__get_Count__MethodInfo); DO_APP_FUNC(0x01028980, void, Queue_1_System_Object___ctor, (Queue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102C440, void, Queue_1_System_Object___ctor_1, (Queue_1_System_Object_ * __this, IEnumerable_1_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1A20, Queue_1_System_Object___ctor_1__MethodInfo); DO_APP_FUNC(0x0102C310, void, Queue_1_System_Object___ctor_2, (Queue_1_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1A08, Queue_1_System_Object___ctor_2__MethodInfo); DO_APP_FUNC(0x01029A60, void, Queue_1_System_Object__Clear, (Queue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102CAE0, bool, Queue_1_System_Object__Contains, (Queue_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0102CA30, Object *, Queue_1_System_Object__Dequeue, (Queue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102C980, void, Queue_1_System_Object__Enqueue, (Queue_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0102A840, Queue_1_T_Enumerator_System_Object_, Queue_1_System_Object__GetEnumerator, (Queue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01029690, void, Queue_1_System_Object__MoveNext, (Queue_1_System_Object_ * __this, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x0102AA40, Object *, Queue_1_System_Object__Peek, (Queue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01029550, void, Queue_1_System_Object__SetCapacity, (Queue_1_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0102A8D0, IEnumerator_1_System_Object_ *, Queue_1_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (Queue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102C600, void, Queue_1_System_Object__System_Collections_ICollection_CopyTo, (Queue_1_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1A18, Queue_1_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Queue_1_System_Object__System_Collections_ICollection_get_IsSynchronized, (Queue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102C550, Object *, Queue_1_System_Object__System_Collections_ICollection_get_SyncRoot, (Queue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102A8D0, IEnumerator *, Queue_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (Queue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102CC20, void, Queue_1_System_Object__ThrowForEmptyQueue, (Queue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA19D8, Queue_1_System_Object__ThrowForEmptyQueue__MethodInfo); DO_APP_FUNC(0x01029720, void, Queue_1_System_Object__TrimExcess, (Queue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, Queue_1_System_Object__get_Count, (Queue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01028980, void, Queue_1_Dissonance_Audio_Playback_SpeechSession___ctor, (Queue_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C670, Queue_1_Dissonance_Audio_Playback_SpeechSession___ctor__MethodInfo); DO_APP_FUNC(0x0102CDB0, void, Queue_1_Dissonance_Audio_Playback_SpeechSession___ctor_1, (Queue_1_Dissonance_Audio_Playback_SpeechSession_ * __this, IEnumerable_1_Dissonance_Audio_Playback_SpeechSession_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA19D0, Queue_1_Dissonance_Audio_Playback_SpeechSession___ctor_1__MethodInfo); DO_APP_FUNC(0x0102CC80, void, Queue_1_Dissonance_Audio_Playback_SpeechSession___ctor_2, (Queue_1_Dissonance_Audio_Playback_SpeechSession_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA19E0, Queue_1_Dissonance_Audio_Playback_SpeechSession___ctor_2__MethodInfo); DO_APP_FUNC(0x01029A60, void, Queue_1_Dissonance_Audio_Playback_SpeechSession__Clear, (Queue_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102D850, bool, Queue_1_Dissonance_Audio_Playback_SpeechSession__Contains, (Queue_1_Dissonance_Audio_Playback_SpeechSession_ * __this, SpeechSession item, MethodInfo * method)); DO_APP_FUNC(0x0102D600, SpeechSession, Queue_1_Dissonance_Audio_Playback_SpeechSession__Dequeue, (Queue_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C628, Queue_1_Dissonance_Audio_Playback_SpeechSession__Dequeue__MethodInfo); DO_APP_FUNC(0x0102D2F0, void, Queue_1_Dissonance_Audio_Playback_SpeechSession__Enqueue, (Queue_1_Dissonance_Audio_Playback_SpeechSession_ * __this, SpeechSession item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C638, Queue_1_Dissonance_Audio_Playback_SpeechSession__Enqueue__MethodInfo); DO_APP_FUNC(0x0102D420, Queue_1_T_Enumerator_Dissonance_Audio_Playback_SpeechSession_, Queue_1_Dissonance_Audio_Playback_SpeechSession__GetEnumerator, (Queue_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01029690, void, Queue_1_Dissonance_Audio_Playback_SpeechSession__MoveNext, (Queue_1_Dissonance_Audio_Playback_SpeechSession_ * __this, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x0102D7C0, SpeechSession, Queue_1_Dissonance_Audio_Playback_SpeechSession__Peek, (Queue_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C630, Queue_1_Dissonance_Audio_Playback_SpeechSession__Peek__MethodInfo); DO_APP_FUNC(0x01029550, void, Queue_1_Dissonance_Audio_Playback_SpeechSession__SetCapacity, (Queue_1_Dissonance_Audio_Playback_SpeechSession_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0102D4D0, IEnumerator_1_Dissonance_Audio_Playback_SpeechSession_ *, Queue_1_Dissonance_Audio_Playback_SpeechSession__System_Collections_Generic_IEnumerable_T__GetEnumerator, (Queue_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102CF70, void, Queue_1_Dissonance_Audio_Playback_SpeechSession__System_Collections_ICollection_CopyTo, (Queue_1_Dissonance_Audio_Playback_SpeechSession_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA19F8, Queue_1_Dissonance_Audio_Playback_SpeechSession__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Queue_1_Dissonance_Audio_Playback_SpeechSession__System_Collections_ICollection_get_IsSynchronized, (Queue_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102CEC0, Object *, Queue_1_Dissonance_Audio_Playback_SpeechSession__System_Collections_ICollection_get_SyncRoot, (Queue_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102D4D0, IEnumerator *, Queue_1_Dissonance_Audio_Playback_SpeechSession__System_Collections_IEnumerable_GetEnumerator, (Queue_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102DA10, void, Queue_1_Dissonance_Audio_Playback_SpeechSession__ThrowForEmptyQueue, (Queue_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA19E8, Queue_1_Dissonance_Audio_Playback_SpeechSession__ThrowForEmptyQueue__MethodInfo); DO_APP_FUNC(0x01029720, void, Queue_1_Dissonance_Audio_Playback_SpeechSession__TrimExcess, (Queue_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, Queue_1_Dissonance_Audio_Playback_SpeechSession__get_Count, (Queue_1_Dissonance_Audio_Playback_SpeechSession_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C620, Queue_1_Dissonance_Audio_Playback_SpeechSession__get_Count__MethodInfo); DO_APP_FUNC(0x01028980, void, Queue_1_System_UInt32___ctor, (Queue_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102DBA0, void, Queue_1_System_UInt32___ctor_1, (Queue_1_System_UInt32_ * __this, IEnumerable_1_System_UInt32_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA19B0, Queue_1_System_UInt32___ctor_1__MethodInfo); DO_APP_FUNC(0x0102DA70, void, Queue_1_System_UInt32___ctor_2, (Queue_1_System_UInt32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA19F0, Queue_1_System_UInt32___ctor_2__MethodInfo); DO_APP_FUNC(0x01028CF0, void, Queue_1_System_UInt32__Clear, (Queue_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102C170, bool, Queue_1_System_UInt32__Contains, (Queue_1_System_UInt32_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x0102C080, uint32_t, Queue_1_System_UInt32__Dequeue, (Queue_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C561B0, Queue_1_System_UInt32__Dequeue__MethodInfo); DO_APP_FUNC(0x0102BE60, void, Queue_1_System_UInt32__Enqueue, (Queue_1_System_UInt32_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C561B8, Queue_1_System_UInt32__Enqueue__MethodInfo); DO_APP_FUNC(0x0102BF20, Queue_1_T_Enumerator_System_UInt32_, Queue_1_System_UInt32__GetEnumerator, (Queue_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01029690, void, Queue_1_System_UInt32__MoveNext, (Queue_1_System_UInt32_ * __this, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x0102C120, uint32_t, Queue_1_System_UInt32__Peek, (Queue_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01029550, void, Queue_1_System_UInt32__SetCapacity, (Queue_1_System_UInt32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0102BFB0, IEnumerator_1_System_UInt32_ *, Queue_1_System_UInt32__System_Collections_Generic_IEnumerable_T__GetEnumerator, (Queue_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102DD60, void, Queue_1_System_UInt32__System_Collections_ICollection_CopyTo, (Queue_1_System_UInt32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA19A8, Queue_1_System_UInt32__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Queue_1_System_UInt32__System_Collections_ICollection_get_IsSynchronized, (Queue_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102DCB0, Object *, Queue_1_System_UInt32__System_Collections_ICollection_get_SyncRoot, (Queue_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102BFB0, IEnumerator *, Queue_1_System_UInt32__System_Collections_IEnumerable_GetEnumerator, (Queue_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102E0E0, void, Queue_1_System_UInt32__ThrowForEmptyQueue, (Queue_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA19C0, Queue_1_System_UInt32__ThrowForEmptyQueue__MethodInfo); DO_APP_FUNC(0x01029720, void, Queue_1_System_UInt32__TrimExcess, (Queue_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, Queue_1_System_UInt32__get_Count, (Queue_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C561C0, Queue_1_System_UInt32__get_Count__MethodInfo); DO_APP_FUNC(0x01028980, void, Queue_1_UdpKit_UdpEvent___ctor, (Queue_1_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102E270, void, Queue_1_UdpKit_UdpEvent___ctor_1, (Queue_1_UdpKit_UdpEvent_ * __this, IEnumerable_1_UdpKit_UdpEvent_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA19B8, Queue_1_UdpKit_UdpEvent___ctor_1__MethodInfo); DO_APP_FUNC(0x0102E140, void, Queue_1_UdpKit_UdpEvent___ctor_2, (Queue_1_UdpKit_UdpEvent_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA19C8, Queue_1_UdpKit_UdpEvent___ctor_2__MethodInfo); DO_APP_FUNC(0x01029A60, void, Queue_1_UdpKit_UdpEvent__Clear, (Queue_1_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DBA0, Queue_1_UdpKit_UdpEvent__Clear__MethodInfo); DO_APP_FUNC(0x0102EC50, bool, Queue_1_UdpKit_UdpEvent__Contains, (Queue_1_UdpKit_UdpEvent_ * __this, UdpEvent item, MethodInfo * method)); DO_APP_FUNC(0x0102EA60, UdpEvent, Queue_1_UdpKit_UdpEvent__Dequeue, (Queue_1_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E1F0, Queue_1_UdpKit_UdpEvent__Dequeue__MethodInfo); DO_APP_FUNC(0x0102E7B0, void, Queue_1_UdpKit_UdpEvent__Enqueue, (Queue_1_UdpKit_UdpEvent_ * __this, UdpEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E148, Queue_1_UdpKit_UdpEvent__Enqueue__MethodInfo); DO_APP_FUNC(0x0102E8D0, Queue_1_T_Enumerator_UdpKit_UdpEvent_, Queue_1_UdpKit_UdpEvent__GetEnumerator, (Queue_1_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01029690, void, Queue_1_UdpKit_UdpEvent__MoveNext, (Queue_1_UdpKit_UdpEvent_ * __this, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x0102EBD0, UdpEvent, Queue_1_UdpKit_UdpEvent__Peek, (Queue_1_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01029550, void, Queue_1_UdpKit_UdpEvent__SetCapacity, (Queue_1_UdpKit_UdpEvent_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0102E970, IEnumerator_1_UdpKit_UdpEvent_ *, Queue_1_UdpKit_UdpEvent__System_Collections_Generic_IEnumerable_T__GetEnumerator, (Queue_1_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102E430, void, Queue_1_UdpKit_UdpEvent__System_Collections_ICollection_CopyTo, (Queue_1_UdpKit_UdpEvent_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1990, Queue_1_UdpKit_UdpEvent__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Queue_1_UdpKit_UdpEvent__System_Collections_ICollection_get_IsSynchronized, (Queue_1_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102E380, Object *, Queue_1_UdpKit_UdpEvent__System_Collections_ICollection_get_SyncRoot, (Queue_1_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102E970, IEnumerator *, Queue_1_UdpKit_UdpEvent__System_Collections_IEnumerable_GetEnumerator, (Queue_1_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102EDD0, void, Queue_1_UdpKit_UdpEvent__ThrowForEmptyQueue, (Queue_1_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1980, Queue_1_UdpKit_UdpEvent__ThrowForEmptyQueue__MethodInfo); DO_APP_FUNC(0x01029720, void, Queue_1_UdpKit_UdpEvent__TrimExcess, (Queue_1_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, Queue_1_UdpKit_UdpEvent__get_Count, (Queue_1_UdpKit_UdpEvent_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E1F8, Queue_1_UdpKit_UdpEvent__get_Count__MethodInfo); DO_APP_FUNC(0x01028980, void, Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord___ctor, (Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102EF60, void, Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord___ctor_1, (Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, IEnumerable_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA19A0, Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord___ctor_1__MethodInfo); DO_APP_FUNC(0x0102EE30, void, Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord___ctor_2, (Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1988, Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord___ctor_2__MethodInfo); DO_APP_FUNC(0x01029A60, void, Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord__Clear, (Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010293F0, bool, Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord__Contains, (Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, EventDispatcher_EventRecord item, MethodInfo * method)); DO_APP_FUNC(0x0102F5C0, EventDispatcher_EventRecord, Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord__Dequeue, (Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC480, Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord__Dequeue__MethodInfo); DO_APP_FUNC(0x0102F4A0, void, Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord__Enqueue, (Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, EventDispatcher_EventRecord item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC448, Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord__Enqueue__MethodInfo); DO_APP_FUNC(0x01029150, Queue_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_EventRecord_, Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord__GetEnumerator, (Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01029690, void, Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord__MoveNext, (Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x01029380, EventDispatcher_EventRecord, Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord__Peek, (Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01029550, void, Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord__SetCapacity, (Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x010291E0, IEnumerator_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ *, Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord__System_Collections_Generic_IEnumerable_T__GetEnumerator, (Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102F120, void, Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord__System_Collections_ICollection_CopyTo, (Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1998, Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord__System_Collections_ICollection_get_IsSynchronized, (Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102F070, Object *, Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord__System_Collections_ICollection_get_SyncRoot, (Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010291E0, IEnumerator *, Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord__System_Collections_IEnumerable_GetEnumerator, (Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102F700, void, Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord__ThrowForEmptyQueue, (Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1958, Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord__ThrowForEmptyQueue__MethodInfo); DO_APP_FUNC(0x01029720, void, Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord__TrimExcess, (Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord__get_Count, (Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC478, Queue_1_UnityEngine_UIElements_EventDispatcher_EventRecord__get_Count__MethodInfo); DO_APP_FUNC(0x01028980, void, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle___ctor, (Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D4B8, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle___ctor__MethodInfo); DO_APP_FUNC(0x0102F890, void, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle___ctor_1, (Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, IEnumerable_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1950, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle___ctor_1__MethodInfo); DO_APP_FUNC(0x0102F760, void, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle___ctor_2, (Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1960, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle___ctor_2__MethodInfo); DO_APP_FUNC(0x01029A60, void, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle__Clear, (Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D420, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle__Clear__MethodInfo); DO_APP_FUNC(0x0102EC50, bool, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle__Contains, (Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, GraphUpdateProcessor_GUOSingle item, MethodInfo * method)); DO_APP_FUNC(0x0102EA60, GraphUpdateProcessor_GUOSingle, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle__Dequeue, (Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D448, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle__Dequeue__MethodInfo); DO_APP_FUNC(0x0102E7B0, void, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle__Enqueue, (Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, GraphUpdateProcessor_GUOSingle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D460, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle__Enqueue__MethodInfo); DO_APP_FUNC(0x0102E8D0, Queue_1_T_Enumerator_Pathfinding_GraphUpdateProcessor_GUOSingle_, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle__GetEnumerator, (Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01029690, void, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle__MoveNext, (Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x0102EBD0, GraphUpdateProcessor_GUOSingle, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle__Peek, (Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D440, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle__Peek__MethodInfo); DO_APP_FUNC(0x01029550, void, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle__SetCapacity, (Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0102E970, IEnumerator_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ *, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle__System_Collections_Generic_IEnumerable_T__GetEnumerator, (Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102FA50, void, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle__System_Collections_ICollection_CopyTo, (Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1978, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle__System_Collections_ICollection_get_IsSynchronized, (Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102F9A0, Object *, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle__System_Collections_ICollection_get_SyncRoot, (Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102E970, IEnumerator *, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle__System_Collections_IEnumerable_GetEnumerator, (Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102FDD0, void, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle__ThrowForEmptyQueue, (Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1968, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle__ThrowForEmptyQueue__MethodInfo); DO_APP_FUNC(0x01029720, void, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle__TrimExcess, (Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle__get_Count, (Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D458, Queue_1_Pathfinding_GraphUpdateProcessor_GUOSingle__get_Count__MethodInfo); DO_APP_FUNC(0x01028980, void, Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK___ctor, (Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB450, Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK___ctor__MethodInfo); DO_APP_FUNC(0x0102FF60, void, Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK___ctor_1, (Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, IEnumerable_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1940, Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK___ctor_1__MethodInfo); DO_APP_FUNC(0x0102FE30, void, Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK___ctor_2, (Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1970, Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK___ctor_2__MethodInfo); DO_APP_FUNC(0x01028CF0, void, Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__Clear, (Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102AA90, bool, Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__Contains, (Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK item, MethodInfo * method)); DO_APP_FUNC(0x0102A9A0, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK, Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__Dequeue, (Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB498, Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__Dequeue__MethodInfo); DO_APP_FUNC(0x0102A780, void, Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__Enqueue, (Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB488, Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__Enqueue__MethodInfo); DO_APP_FUNC(0x0102A840, Queue_1_T_Enumerator_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_, Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__GetEnumerator, (Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01029690, void, Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__MoveNext, (Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, int32_t * index, MethodInfo * method)); DO_APP_FUNC(0x0102AA40, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK, Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__Peek, (Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01029550, void, Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__SetCapacity, (Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0102A8D0, IEnumerator_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ *, Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__System_Collections_Generic_IEnumerable_T__GetEnumerator, (Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01030120, void, Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__System_Collections_ICollection_CopyTo, (Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1938, Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__System_Collections_ICollection_get_IsSynchronized, (Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01030070, Object *, Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__System_Collections_ICollection_get_SyncRoot, (Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0102A8D0, IEnumerator *, Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__System_Collections_IEnumerable_GetEnumerator, (Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010304A0, void, Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__ThrowForEmptyQueue, (Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1948, Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__ThrowForEmptyQueue__MethodInfo); DO_APP_FUNC(0x01029720, void, Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__TrimExcess, (Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__get_Count, (Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBB490, Queue_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__get_Count__MethodInfo); DO_APP_FUNC(0x01030500, void, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_RKCYPkXxnBuwAjjpQcqFcoOBtZCi_System_Object___ctor, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_RKCYPkXxnBuwAjjpQcqFcoOBtZCi_System_Object_ * __this, int32_t param_0000a55a, MethodInfo * method)); DO_APP_FUNC(0x01030580, bool, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_RKCYPkXxnBuwAjjpQcqFcoOBtZCi_System_Object__MoveNext, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_RKCYPkXxnBuwAjjpQcqFcoOBtZCi_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010306F0, IEnumerator_1_Rewired_ControllerMap_ *, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_RKCYPkXxnBuwAjjpQcqFcoOBtZCi_System_Object__System_Collections_Generic_IEnumerable_Rewired_ControllerMap__GetEnumerator, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_RKCYPkXxnBuwAjjpQcqFcoOBtZCi_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ControllerMap *, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_RKCYPkXxnBuwAjjpQcqFcoOBtZCi_System_Object__System_Collections_Generic_IEnumerator_Rewired_ControllerMap__get_Current, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_RKCYPkXxnBuwAjjpQcqFcoOBtZCi_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010182E0, IEnumerator *, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_RKCYPkXxnBuwAjjpQcqFcoOBtZCi_System_Object__System_Collections_IEnumerable_GetEnumerator, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_RKCYPkXxnBuwAjjpQcqFcoOBtZCi_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010306A0, void, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_RKCYPkXxnBuwAjjpQcqFcoOBtZCi_System_Object__System_Collections_IEnumerator_Reset, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_RKCYPkXxnBuwAjjpQcqFcoOBtZCi_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5D60, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_RKCYPkXxnBuwAjjpQcqFcoOBtZCi_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_RKCYPkXxnBuwAjjpQcqFcoOBtZCi_System_Object__System_Collections_IEnumerator_get_Current, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_RKCYPkXxnBuwAjjpQcqFcoOBtZCi_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_RKCYPkXxnBuwAjjpQcqFcoOBtZCi_System_Object__System_IDisposable_Dispose, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_RKCYPkXxnBuwAjjpQcqFcoOBtZCi_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01030940, void, RcSharedState_1_System_Object___ctor, (RcSharedState_1_System_Object_ * __this, Func_1_Object_ * factory, MethodInfo * method)); DO_APP_FUNC(0x01030AA0, void, RcSharedState_1_System_Object__Dispose, (RcSharedState_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, RcSharedState_1_System_Object__get_IsDisposed, (RcSharedState_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01030850, Object *, RcSharedState_1_System_Object__get_SharedState, (RcSharedState_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5D58, RcSharedState_1_System_Object__get_SharedState__MethodInfo); DO_APP_FUNC(0x003BAD30, void, RcSharedState_1_System_Object__set_IsDisposed, (RcSharedState_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ReadOnlyArrayStruct_1_System_Object___ctor, (ReadOnlyArrayStruct_1_System_Object_ * __this, Object__Array * param_0000c793, MethodInfo * method)); DO_APP_FUNC(0x01030C40, Object *, ReadOnlyArrayStruct_1_System_Object__get_Item, (ReadOnlyArrayStruct_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01030C30, int32_t, ReadOnlyArrayStruct_1_System_Object__get_Length, (ReadOnlyArrayStruct_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01030C70, void, ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding___ctor, (ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87258, ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding___ctor__MethodInfo); DO_APP_FUNC(0x01030CE0, void, ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding___ctor_1, (ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C871F0, ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding___ctor_1__MethodInfo); DO_APP_FUNC(0x01030FC0, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputBinding_, ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding__GetEnumerator, (ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86C78, ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding__GetEnumerator__MethodInfo); DO_APP_FUNC(0x01030DE0, int32_t, ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding__IndexOf, (ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding_ * __this, Predicate_1_UnityEngine_InputSystem_InputBinding_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5D20, ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding__IndexOf__MethodInfo); DO_APP_FUNC(0x01031030, IEnumerator_1_UnityEngine_InputSystem_InputBinding_ *, ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01031030, IEnumerator *, ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01030D50, InputBinding__Array *, ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding__ToArray, (ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C876D0, ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding__ToArray__MethodInfo); DO_APP_FUNC(0x00E9A280, int32_t, ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding__get_Count, (ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86EC8, ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding__get_Count__MethodInfo); DO_APP_FUNC(0x010311F0, InputBinding, ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding__get_Item, (ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5D10, ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding__get_Item__MethodInfo); DO_APP_FUNC(0x01031160, ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding_, ReadOnlyArray_1_UnityEngine_InputSystem_InputBinding__op_Implicit, (InputBinding__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01030C70, void, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme___ctor, (ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_ * __this, InputControlScheme__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87410, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme___ctor__MethodInfo); DO_APP_FUNC(0x01030CE0, void, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme___ctor_1, (ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_ * __this, InputControlScheme__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01030FC0, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme_, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme__GetEnumerator, (ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010312C0, int32_t, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme__IndexOf, (ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_ * __this, Predicate_1_UnityEngine_InputSystem_InputControlScheme_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5D18, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme__IndexOf__MethodInfo); DO_APP_FUNC(0x01031030, IEnumerator_1_UnityEngine_InputSystem_InputControlScheme_ *, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01031030, IEnumerator *, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01030D50, InputControlScheme__Array *, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme__ToArray, (ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, int32_t, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme__get_Count, (ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88A38, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme__get_Count__MethodInfo); DO_APP_FUNC(0x01031420, InputControlScheme, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme__get_Item, (ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5D38, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme__get_Item__MethodInfo); DO_APP_FUNC(0x01031160, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme__op_Implicit, (InputControlScheme__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01030C70, void, ReadOnlyArray_1_UnityEngine_InputSystem_Users_InputUser___ctor, (ReadOnlyArray_1_UnityEngine_InputSystem_Users_InputUser_ * __this, InputUser__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01030CE0, void, ReadOnlyArray_1_UnityEngine_InputSystem_Users_InputUser___ctor_1, (ReadOnlyArray_1_UnityEngine_InputSystem_Users_InputUser_ * __this, InputUser__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92268, ReadOnlyArray_1_UnityEngine_InputSystem_Users_InputUser___ctor_1__MethodInfo); DO_APP_FUNC(0x01030FC0, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_Users_InputUser_, ReadOnlyArray_1_UnityEngine_InputSystem_Users_InputUser__GetEnumerator, (ReadOnlyArray_1_UnityEngine_InputSystem_Users_InputUser_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01031510, int32_t, ReadOnlyArray_1_UnityEngine_InputSystem_Users_InputUser__IndexOf, (ReadOnlyArray_1_UnityEngine_InputSystem_Users_InputUser_ * __this, Predicate_1_UnityEngine_InputSystem_Users_InputUser_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5D40, ReadOnlyArray_1_UnityEngine_InputSystem_Users_InputUser__IndexOf__MethodInfo); DO_APP_FUNC(0x01031030, IEnumerator_1_UnityEngine_InputSystem_Users_InputUser_ *, ReadOnlyArray_1_UnityEngine_InputSystem_Users_InputUser__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (ReadOnlyArray_1_UnityEngine_InputSystem_Users_InputUser_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01031030, IEnumerator *, ReadOnlyArray_1_UnityEngine_InputSystem_Users_InputUser__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyArray_1_UnityEngine_InputSystem_Users_InputUser_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01030D50, InputUser__Array *, ReadOnlyArray_1_UnityEngine_InputSystem_Users_InputUser__ToArray, (ReadOnlyArray_1_UnityEngine_InputSystem_Users_InputUser_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, int32_t, ReadOnlyArray_1_UnityEngine_InputSystem_Users_InputUser__get_Count, (ReadOnlyArray_1_UnityEngine_InputSystem_Users_InputUser_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01031640, InputUser, ReadOnlyArray_1_UnityEngine_InputSystem_Users_InputUser__get_Item, (ReadOnlyArray_1_UnityEngine_InputSystem_Users_InputUser_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97C00, ReadOnlyArray_1_UnityEngine_InputSystem_Users_InputUser__get_Item__MethodInfo); DO_APP_FUNC(0x01031160, ReadOnlyArray_1_UnityEngine_InputSystem_Users_InputUser_, ReadOnlyArray_1_UnityEngine_InputSystem_Users_InputUser__op_Implicit, (InputUser__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01030C70, void, ReadOnlyArray_1_InternedString___ctor, (ReadOnlyArray_1_InternedString_ * __this, InternedString__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98F18, ReadOnlyArray_1_InternedString___ctor__MethodInfo); DO_APP_FUNC(0x01030CE0, void, ReadOnlyArray_1_InternedString___ctor_1, (ReadOnlyArray_1_InternedString_ * __this, InternedString__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D908, ReadOnlyArray_1_InternedString___ctor_1__MethodInfo); DO_APP_FUNC(0x01030FC0, ReadOnlyArray_1_TValue_Enumerator_InternedString_, ReadOnlyArray_1_InternedString__GetEnumerator, (ReadOnlyArray_1_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C913C0, ReadOnlyArray_1_InternedString__GetEnumerator__MethodInfo); DO_APP_FUNC(0x01031710, int32_t, ReadOnlyArray_1_InternedString__IndexOf, (ReadOnlyArray_1_InternedString_ * __this, Predicate_1_UnityEngine_InputSystem_Utilities_InternedString_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5D28, ReadOnlyArray_1_InternedString__IndexOf__MethodInfo); DO_APP_FUNC(0x01031030, IEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, ReadOnlyArray_1_InternedString__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (ReadOnlyArray_1_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01031030, IEnumerator *, ReadOnlyArray_1_InternedString__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyArray_1_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01030D50, InternedString__Array *, ReadOnlyArray_1_InternedString__ToArray, (ReadOnlyArray_1_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, int32_t, ReadOnlyArray_1_InternedString__get_Count, (ReadOnlyArray_1_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1790, ReadOnlyArray_1_InternedString__get_Count__MethodInfo); DO_APP_FUNC(0x01031870, InternedString, ReadOnlyArray_1_InternedString__get_Item, (ReadOnlyArray_1_InternedString_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1780, ReadOnlyArray_1_InternedString__get_Item__MethodInfo); DO_APP_FUNC(0x01031160, ReadOnlyArray_1_InternedString_, ReadOnlyArray_1_InternedString__op_Implicit, (InternedString__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01030C70, void, ReadOnlyArray_1_NameAndParameters___ctor, (ReadOnlyArray_1_NameAndParameters_ * __this, NameAndParameters__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98E10, ReadOnlyArray_1_NameAndParameters___ctor__MethodInfo); DO_APP_FUNC(0x01030CE0, void, ReadOnlyArray_1_NameAndParameters___ctor_1, (ReadOnlyArray_1_NameAndParameters_ * __this, NameAndParameters__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01030FC0, ReadOnlyArray_1_TValue_Enumerator_NameAndParameters_, ReadOnlyArray_1_NameAndParameters__GetEnumerator, (ReadOnlyArray_1_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01031960, int32_t, ReadOnlyArray_1_NameAndParameters__IndexOf, (ReadOnlyArray_1_NameAndParameters_ * __this, Predicate_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5D30, ReadOnlyArray_1_NameAndParameters__IndexOf__MethodInfo); DO_APP_FUNC(0x01031030, IEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ *, ReadOnlyArray_1_NameAndParameters__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (ReadOnlyArray_1_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01031030, IEnumerator *, ReadOnlyArray_1_NameAndParameters__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyArray_1_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01030D50, NameAndParameters__Array *, ReadOnlyArray_1_NameAndParameters__ToArray, (ReadOnlyArray_1_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, int32_t, ReadOnlyArray_1_NameAndParameters__get_Count, (ReadOnlyArray_1_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A6E8, ReadOnlyArray_1_NameAndParameters__get_Count__MethodInfo); DO_APP_FUNC(0x01031AC0, NameAndParameters, ReadOnlyArray_1_NameAndParameters__get_Item, (ReadOnlyArray_1_NameAndParameters_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5CE0, ReadOnlyArray_1_NameAndParameters__get_Item__MethodInfo); DO_APP_FUNC(0x01031160, ReadOnlyArray_1_NameAndParameters_, ReadOnlyArray_1_NameAndParameters__op_Implicit, (NameAndParameters__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01030C70, void, ReadOnlyArray_1_NamedValue___ctor, (ReadOnlyArray_1_NamedValue_ * __this, NamedValue__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BB60, ReadOnlyArray_1_NamedValue___ctor__MethodInfo); DO_APP_FUNC(0x01030CE0, void, ReadOnlyArray_1_NamedValue___ctor_1, (ReadOnlyArray_1_NamedValue_ * __this, NamedValue__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01030FC0, ReadOnlyArray_1_TValue_Enumerator_NamedValue_, ReadOnlyArray_1_NamedValue__GetEnumerator, (ReadOnlyArray_1_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DD50, ReadOnlyArray_1_NamedValue__GetEnumerator__MethodInfo); DO_APP_FUNC(0x01031BB0, int32_t, ReadOnlyArray_1_NamedValue__IndexOf, (ReadOnlyArray_1_NamedValue_ * __this, Predicate_1_UnityEngine_InputSystem_Utilities_NamedValue_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5CE8, ReadOnlyArray_1_NamedValue__IndexOf__MethodInfo); DO_APP_FUNC(0x01031030, IEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue_ *, ReadOnlyArray_1_NamedValue__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (ReadOnlyArray_1_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01031030, IEnumerator *, ReadOnlyArray_1_NamedValue__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyArray_1_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01030D50, NamedValue__Array *, ReadOnlyArray_1_NamedValue__ToArray, (ReadOnlyArray_1_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, int32_t, ReadOnlyArray_1_NamedValue__get_Count, (ReadOnlyArray_1_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A670, ReadOnlyArray_1_NamedValue__get_Count__MethodInfo); DO_APP_FUNC(0x01031D10, NamedValue, ReadOnlyArray_1_NamedValue__get_Item, (ReadOnlyArray_1_NamedValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5CD0, ReadOnlyArray_1_NamedValue__get_Item__MethodInfo); DO_APP_FUNC(0x01031160, ReadOnlyArray_1_NamedValue_, ReadOnlyArray_1_NamedValue__op_Implicit, (NamedValue__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01030C70, void, ReadOnlyArray_1_System_Object___ctor, (ReadOnlyArray_1_System_Object_ * __this, Object__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01030CE0, void, ReadOnlyArray_1_System_Object___ctor_1, (ReadOnlyArray_1_System_Object_ * __this, Object__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01030FC0, ReadOnlyArray_1_TValue_Enumerator_System_Object_, ReadOnlyArray_1_System_Object__GetEnumerator, (ReadOnlyArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01031E00, int32_t, ReadOnlyArray_1_System_Object__IndexOf, (ReadOnlyArray_1_System_Object_ * __this, Predicate_1_Object_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5CD8, ReadOnlyArray_1_System_Object__IndexOf__MethodInfo); DO_APP_FUNC(0x01031030, IEnumerator_1_System_Object_ *, ReadOnlyArray_1_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (ReadOnlyArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01031030, IEnumerator *, ReadOnlyArray_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01030D50, Object__Array *, ReadOnlyArray_1_System_Object__ToArray, (ReadOnlyArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, int32_t, ReadOnlyArray_1_System_Object__get_Count, (ReadOnlyArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01031F30, Object *, ReadOnlyArray_1_System_Object__get_Item, (ReadOnlyArray_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5D00, ReadOnlyArray_1_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x01031160, ReadOnlyArray_1_System_Object_, ReadOnlyArray_1_System_Object__op_Implicit, (Object__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01030C70, void, ReadOnlyArray_1_System_Single___ctor, (ReadOnlyArray_1_System_Single_ * __this, Single__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01030CE0, void, ReadOnlyArray_1_System_Single___ctor_1, (ReadOnlyArray_1_System_Single_ * __this, Single__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86A80, ReadOnlyArray_1_System_Single___ctor_1__MethodInfo); DO_APP_FUNC(0x01030FC0, ReadOnlyArray_1_TValue_Enumerator_System_Single_, ReadOnlyArray_1_System_Single__GetEnumerator, (ReadOnlyArray_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01032000, int32_t, ReadOnlyArray_1_System_Single__IndexOf, (ReadOnlyArray_1_System_Single_ * __this, Predicate_1_Single_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5D08, ReadOnlyArray_1_System_Single__IndexOf__MethodInfo); DO_APP_FUNC(0x01031030, IEnumerator_1_System_Single_ *, ReadOnlyArray_1_System_Single__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (ReadOnlyArray_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01031030, IEnumerator *, ReadOnlyArray_1_System_Single__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyArray_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01030D50, Single__Array *, ReadOnlyArray_1_System_Single__ToArray, (ReadOnlyArray_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, int32_t, ReadOnlyArray_1_System_Single__get_Count, (ReadOnlyArray_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01032140, float, ReadOnlyArray_1_System_Single__get_Item, (ReadOnlyArray_1_System_Single_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5CF0, ReadOnlyArray_1_System_Single__get_Item__MethodInfo); DO_APP_FUNC(0x01031160, ReadOnlyArray_1_System_Single_, ReadOnlyArray_1_System_Single__op_Implicit, (Single__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01030C70, void, ReadOnlyArray_1_UnityEngine_InputSystem_EnhancedTouch_Touch___ctor, (ReadOnlyArray_1_UnityEngine_InputSystem_EnhancedTouch_Touch_ * __this, Touch_1__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01030CE0, void, ReadOnlyArray_1_UnityEngine_InputSystem_EnhancedTouch_Touch___ctor_1, (ReadOnlyArray_1_UnityEngine_InputSystem_EnhancedTouch_Touch_ * __this, Touch_1__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C974D0, ReadOnlyArray_1_UnityEngine_InputSystem_EnhancedTouch_Touch___ctor_1__MethodInfo); DO_APP_FUNC(0x01030FC0, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_EnhancedTouch_Touch_, ReadOnlyArray_1_UnityEngine_InputSystem_EnhancedTouch_Touch__GetEnumerator, (ReadOnlyArray_1_UnityEngine_InputSystem_EnhancedTouch_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5AC20, ReadOnlyArray_1_UnityEngine_InputSystem_EnhancedTouch_Touch__GetEnumerator__MethodInfo); DO_APP_FUNC(0x01032210, int32_t, ReadOnlyArray_1_UnityEngine_InputSystem_EnhancedTouch_Touch__IndexOf, (ReadOnlyArray_1_UnityEngine_InputSystem_EnhancedTouch_Touch_ * __this, Predicate_1_UnityEngine_InputSystem_EnhancedTouch_Touch_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5CF8, ReadOnlyArray_1_UnityEngine_InputSystem_EnhancedTouch_Touch__IndexOf__MethodInfo); DO_APP_FUNC(0x01031030, IEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch_ *, ReadOnlyArray_1_UnityEngine_InputSystem_EnhancedTouch_Touch__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (ReadOnlyArray_1_UnityEngine_InputSystem_EnhancedTouch_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01031030, IEnumerator *, ReadOnlyArray_1_UnityEngine_InputSystem_EnhancedTouch_Touch__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyArray_1_UnityEngine_InputSystem_EnhancedTouch_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01030D50, Touch_1__Array *, ReadOnlyArray_1_UnityEngine_InputSystem_EnhancedTouch_Touch__ToArray, (ReadOnlyArray_1_UnityEngine_InputSystem_EnhancedTouch_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, int32_t, ReadOnlyArray_1_UnityEngine_InputSystem_EnhancedTouch_Touch__get_Count, (ReadOnlyArray_1_UnityEngine_InputSystem_EnhancedTouch_Touch_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5AC28, ReadOnlyArray_1_UnityEngine_InputSystem_EnhancedTouch_Touch__get_Count__MethodInfo); DO_APP_FUNC(0x01032370, Touch_1, ReadOnlyArray_1_UnityEngine_InputSystem_EnhancedTouch_Touch__get_Item, (ReadOnlyArray_1_UnityEngine_InputSystem_EnhancedTouch_Touch_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5CA0, ReadOnlyArray_1_UnityEngine_InputSystem_EnhancedTouch_Touch__get_Item__MethodInfo); DO_APP_FUNC(0x01031160, ReadOnlyArray_1_UnityEngine_InputSystem_EnhancedTouch_Touch_, ReadOnlyArray_1_UnityEngine_InputSystem_EnhancedTouch_Touch__op_Implicit, (Touch_1__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01030C70, void, ReadOnlyArray_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage___ctor, (ReadOnlyArray_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, HIDSupport_HIDPageUsage__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01030CE0, void, ReadOnlyArray_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage___ctor_1, (ReadOnlyArray_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, HIDSupport_HIDPageUsage__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01030FC0, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_, ReadOnlyArray_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__GetEnumerator, (ReadOnlyArray_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01032460, int32_t, ReadOnlyArray_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__IndexOf, (ReadOnlyArray_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, Predicate_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5CA8, ReadOnlyArray_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__IndexOf__MethodInfo); DO_APP_FUNC(0x01031030, IEnumerator_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ *, ReadOnlyArray_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (ReadOnlyArray_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01031030, IEnumerator *, ReadOnlyArray_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyArray_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01030D50, HIDSupport_HIDPageUsage__Array *, ReadOnlyArray_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__ToArray, (ReadOnlyArray_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97610, ReadOnlyArray_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__ToArray__MethodInfo); DO_APP_FUNC(0x00E9A280, int32_t, ReadOnlyArray_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__get_Count, (ReadOnlyArray_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01032590, HIDSupport_HIDPageUsage, ReadOnlyArray_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__get_Item, (ReadOnlyArray_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5C90, ReadOnlyArray_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__get_Item__MethodInfo); DO_APP_FUNC(0x01031160, ReadOnlyArray_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_, ReadOnlyArray_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__op_Implicit, (HIDSupport_HIDPageUsage__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97600, ReadOnlyArray_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage__op_Implicit__MethodInfo); DO_APP_FUNC(0x01030C70, void, ReadOnlyArray_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor, (ReadOnlyArray_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98F08, ReadOnlyArray_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor__MethodInfo); DO_APP_FUNC(0x01030CE0, void, ReadOnlyArray_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor_1, (ReadOnlyArray_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98DC0, ReadOnlyArray_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor_1__MethodInfo); DO_APP_FUNC(0x01030FC0, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_, ReadOnlyArray_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__GetEnumerator, (ReadOnlyArray_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01032660, int32_t, ReadOnlyArray_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__IndexOf, (ReadOnlyArray_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Predicate_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5C98, ReadOnlyArray_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__IndexOf__MethodInfo); DO_APP_FUNC(0x01031030, IEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, ReadOnlyArray_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (ReadOnlyArray_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01031030, IEnumerator *, ReadOnlyArray_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyArray_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01030D50, InputControlLayout_ControlItem__Array *, ReadOnlyArray_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__ToArray, (ReadOnlyArray_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, int32_t, ReadOnlyArray_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Count, (ReadOnlyArray_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D700, ReadOnlyArray_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Count__MethodInfo); DO_APP_FUNC(0x01032830, InputControlLayout_ControlItem, ReadOnlyArray_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Item, (ReadOnlyArray_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5CC0, ReadOnlyArray_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Item__MethodInfo); DO_APP_FUNC(0x01031160, ReadOnlyArray_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_, ReadOnlyArray_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__op_Implicit, (InputControlLayout_ControlItem__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01030C70, void, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement___ctor, (ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, InputControlScheme_DeviceRequirement__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DD40, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement___ctor__MethodInfo); DO_APP_FUNC(0x01030CE0, void, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement___ctor_1, (ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, InputControlScheme_DeviceRequirement__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01030FC0, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__GetEnumerator, (ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C869F0, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__GetEnumerator__MethodInfo); DO_APP_FUNC(0x01032900, int32_t, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__IndexOf, (ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, Predicate_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5CC8, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__IndexOf__MethodInfo); DO_APP_FUNC(0x01031030, IEnumerator_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ *, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01031030, IEnumerator *, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01030D50, InputControlScheme_DeviceRequirement__Array *, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__ToArray, (ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, int32_t, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__get_Count, (ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92038, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__get_Count__MethodInfo); DO_APP_FUNC(0x01032A60, InputControlScheme_DeviceRequirement, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__get_Item, (ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5CB0, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__get_Item__MethodInfo); DO_APP_FUNC(0x01031160, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement__op_Implicit, (InputControlScheme_DeviceRequirement__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01030C70, void, ReadOnlyArray_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo___ctor, (ReadOnlyArray_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * __this, InputEventTrace_DeviceInfo__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01030CE0, void, ReadOnlyArray_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo___ctor_1, (ReadOnlyArray_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * __this, InputEventTrace_DeviceInfo__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01030FC0, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_, ReadOnlyArray_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__GetEnumerator, (ReadOnlyArray_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01032B50, int32_t, ReadOnlyArray_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__IndexOf, (ReadOnlyArray_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * __this, Predicate_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5CB8, ReadOnlyArray_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__IndexOf__MethodInfo); DO_APP_FUNC(0x01031030, IEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ *, ReadOnlyArray_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (ReadOnlyArray_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01031030, IEnumerator *, ReadOnlyArray_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyArray_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01030D50, InputEventTrace_DeviceInfo__Array *, ReadOnlyArray_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__ToArray, (ReadOnlyArray_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9A280, int32_t, ReadOnlyArray_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__get_Count, (ReadOnlyArray_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01032CC0, InputEventTrace_DeviceInfo, ReadOnlyArray_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__get_Item, (ReadOnlyArray_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5C70, ReadOnlyArray_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__get_Item__MethodInfo); DO_APP_FUNC(0x01031160, ReadOnlyArray_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_, ReadOnlyArray_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__op_Implicit, (InputEventTrace_DeviceInfo__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96DA8, ReadOnlyArray_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo__op_Implicit__MethodInfo); DO_APP_FUNC(0x01028980, void, ReadOnlyCollectionBuilder_1_System_Object___ctor, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010331D0, void, ReadOnlyCollectionBuilder_1_System_Object__Add, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01033240, void, ReadOnlyCollectionBuilder_1_System_Object__Clear, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033280, bool, ReadOnlyCollectionBuilder_1_System_Object__Contains, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01033370, void, ReadOnlyCollectionBuilder_1_System_Object__CopyTo, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, Object__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01033F20, void, ReadOnlyCollectionBuilder_1_System_Object__EnsureCapacity, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x01033410, IEnumerator_1_System_Object_ *, ReadOnlyCollectionBuilder_1_System_Object__GetEnumerator, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01032EC0, int32_t, ReadOnlyCollectionBuilder_1_System_Object__IndexOf, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01032F00, void, ReadOnlyCollectionBuilder_1_System_Object__Insert, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5C60, ReadOnlyCollectionBuilder_1_System_Object__Insert__MethodInfo); DO_APP_FUNC(0x01033F80, bool, ReadOnlyCollectionBuilder_1_System_Object__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010333A0, bool, ReadOnlyCollectionBuilder_1_System_Object__Remove, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01033000, void, ReadOnlyCollectionBuilder_1_System_Object__RemoveAt, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5C68, ReadOnlyCollectionBuilder_1_System_Object__RemoveAt__MethodInfo); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollectionBuilder_1_System_Object__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033C80, void, ReadOnlyCollectionBuilder_1_System_Object__System_Collections_ICollection_CopyTo, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5C40, ReadOnlyCollectionBuilder_1_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollectionBuilder_1_System_Object__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Object *, ReadOnlyCollectionBuilder_1_System_Object__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE45B0, IEnumerator *, ReadOnlyCollectionBuilder_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033490, int32_t, ReadOnlyCollectionBuilder_1_System_Object__System_Collections_IList_Add, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5C48, ReadOnlyCollectionBuilder_1_System_Object__System_Collections_IList_Add__MethodInfo); DO_APP_FUNC(0x01033650, bool, ReadOnlyCollectionBuilder_1_System_Object__System_Collections_IList_Contains, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01033750, int32_t, ReadOnlyCollectionBuilder_1_System_Object__System_Collections_IList_IndexOf, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01033850, void, ReadOnlyCollectionBuilder_1_System_Object__System_Collections_IList_Insert, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5C58, ReadOnlyCollectionBuilder_1_System_Object__System_Collections_IList_Insert__MethodInfo); DO_APP_FUNC(0x010339E0, void, ReadOnlyCollectionBuilder_1_System_Object__System_Collections_IList_Remove, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollectionBuilder_1_System_Object__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollectionBuilder_1_System_Object__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033AC0, Object *, ReadOnlyCollectionBuilder_1_System_Object__System_Collections_IList_get_Item, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01033AF0, void, ReadOnlyCollectionBuilder_1_System_Object__System_Collections_IList_set_Item, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5C50, ReadOnlyCollectionBuilder_1_System_Object__System_Collections_IList_set_Item__MethodInfo); DO_APP_FUNC(0x01033D60, Object__Array *, ReadOnlyCollectionBuilder_1_System_Object__ToArray, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033DD0, ReadOnlyCollection_1_System_Object_ *, ReadOnlyCollectionBuilder_1_System_Object__ToReadOnlyCollection, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ACD900, void, ReadOnlyCollectionBuilder_1_System_Object__ValidateNullValue, (Object * value, String * argument, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, ReadOnlyCollectionBuilder_1_System_Object__get_Count, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010330C0, Object *, ReadOnlyCollectionBuilder_1_System_Object__get_Item, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5C80, ReadOnlyCollectionBuilder_1_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x01032DB0, void, ReadOnlyCollectionBuilder_1_System_Object__set_Capacity, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5C78, ReadOnlyCollectionBuilder_1_System_Object__set_Capacity__MethodInfo); DO_APP_FUNC(0x01033150, void, ReadOnlyCollectionBuilder_1_System_Object__set_Item, (ReadOnlyCollectionBuilder_1_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5C88, ReadOnlyCollectionBuilder_1_System_Object__set_Item__MethodInfo); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_ArraySegment_1___ctor, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, IList_1_System_ArraySegment_1_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_System_ArraySegment_1__Contains, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, ArraySegment_1_Byte_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_ArraySegment_1__CopyTo, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, ArraySegment_1_Byte___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_ArraySegment_1_ *, ReadOnlyCollection_1_System_ArraySegment_1__GetEnumerator, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_System_ArraySegment_1__IndexOf, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, ArraySegment_1_Byte_ value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_System_ArraySegment_1__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ArraySegment_1__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, ArraySegment_1_Byte_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ArraySegment_1__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_ArraySegment_1__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, ArraySegment_1_Byte_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_ArraySegment_1__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ArraySegment_1__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, int32_t index, ArraySegment_1_Byte_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ArraySegment_1__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, ArraySegment_1_Byte_, ReadOnlyCollection_1_System_ArraySegment_1__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ArraySegment_1__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, int32_t index, ArraySegment_1_Byte_ value, MethodInfo * method)); DO_APP_FUNC(0x01034540, void, ReadOnlyCollection_1_System_ArraySegment_1__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_ArraySegment_1__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034430, Object *, ReadOnlyCollection_1_System_ArraySegment_1__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343E0, IEnumerator *, ReadOnlyCollection_1_System_ArraySegment_1__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_ArraySegment_1__System_Collections_IList_Add, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ArraySegment_1__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_System_ArraySegment_1__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_System_ArraySegment_1__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ArraySegment_1__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ArraySegment_1__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ArraySegment_1__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_ArraySegment_1__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_ArraySegment_1__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_System_ArraySegment_1__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ArraySegment_1__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_ArraySegment_1__get_Count, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, ArraySegment_1_Byte_, ReadOnlyCollection_1_System_ArraySegment_1__get_Item, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_ArraySegment_1_ *, ReadOnlyCollection_1_System_ArraySegment_1__get_Items, (ReadOnlyCollection_1_System_ArraySegment_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, IList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034DF0, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Contains, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, AsyncOperationHandle_1_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__CopyTo, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, AsyncOperationHandle_1_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034ED0, int32_t, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__IndexOf, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, AsyncOperationHandle_1_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01035640, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, AsyncOperationHandle_1_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, AsyncOperationHandle_1_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, int32_t index, AsyncOperationHandle_1_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01034D10, AsyncOperationHandle_1_System_Object_, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, int32_t index, AsyncOperationHandle_1_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01035110, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035000, Object *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034FB0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035710, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01035810, int32_t, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035530, Object *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__get_Count, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034D10, AsyncOperationHandle_1_System_Object_, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__get_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__get_Items, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta___ctor, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, IList_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034DF0, bool, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__Contains, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__CopyTo, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ *, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__GetEnumerator, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034ED0, int32_t, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__IndexOf, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, MethodInfo * method)); DO_APP_FUNC(0x01035640, bool, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, int32_t index, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01034D10, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, int32_t index, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, MethodInfo * method)); DO_APP_FUNC(0x01035A70, void, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035960, Object *, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035910, IEnumerator *, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IList_Add, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IList_Clear, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035710, bool, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IList_Contains, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01035810, int32_t, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IList_Insert, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IList_Remove, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035530, Object *, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__get_Count, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034D10, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__get_Item, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ *, ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta__get_Items, (ReadOnlyCollection_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry___ctor, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, IList_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__Contains, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, IntervalTree_1_T_Entry_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__CopyTo, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, IntervalTree_1_T_Entry_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 *, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__IndexOf, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, IntervalTree_1_T_Entry_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, IntervalTree_1_T_Entry_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, IntervalTree_1_T_Entry_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, int32_t index, IntervalTree_1_T_Entry_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, IntervalTree_1_T_Entry_System_Object_, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, int32_t index, IntervalTree_1_T_Entry_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01036290, void, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036180, Object *, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036130, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__get_Count, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, IntervalTree_1_T_Entry_System_Object_, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__get_Item, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Timeline_IntervalTree_1_Entry_ *, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry__get_Items, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb___ctor, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IList_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Contains, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__CopyTo, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__3 *, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__GetEnumerator, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__IndexOf, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, int32_t index, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, int32_t index, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01036C10, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036B00, Object *, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036AB0, IEnumerator *, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IList_Add, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IList_Clear, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IList_Contains, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IList_Insert, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IList_Remove, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__get_Count, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__get_Item, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ *, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__get_Items, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1__ctor, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IList_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Contains, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_CopyTo, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__4 *, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_GetEnumerator, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_IndexOf, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, int32_t index, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, int32_t index, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01037180, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01037070, Object *, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01037020, IEnumerator *, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IList_Add, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IList_Clear, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IList_Contains, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IList_Insert, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IList_Remove, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IList_get_Item, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IList_set_Item, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_get_Count, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_get_Item, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 *, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_get_Items, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2__ctor, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IList_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * list, MethodInfo * method)); DO_APP_FUNC(0x01034DF0, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Contains, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_CopyTo, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__5 *, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_GetEnumerator, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034ED0, int32_t, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_IndexOf, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ value, MethodInfo * method)); DO_APP_FUNC(0x01035640, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, int32_t index, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01034D10, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, int32_t index, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ value, MethodInfo * method)); DO_APP_FUNC(0x010376F0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x010375E0, Object *, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01037590, IEnumerator *, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IList_Add, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IList_Clear, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01035710, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IList_Contains, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01035810, int32_t, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IList_Insert, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IList_Remove, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01035530, Object *, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IList_get_Item, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IList_set_Item, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_get_Count, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034D10, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_get_Item, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 *, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_get_Items, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2___ctor, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, IList_1_KeyValuePair_2_System_Guid_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__Contains, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, KeyValuePair_2_System_Guid_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__CopyTo, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, KeyValuePair_2_System_Guid_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_KeyValuePair_2_System_Guid_System_Object_ *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__GetEnumerator, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__IndexOf, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, KeyValuePair_2_System_Guid_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, KeyValuePair_2_System_Guid_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, KeyValuePair_2_System_Guid_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, int32_t index, KeyValuePair_2_System_Guid_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, KeyValuePair_2_System_Guid_System_Object_, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, int32_t index, KeyValuePair_2_System_Guid_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01037C70, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01037B60, Object *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01037B10, IEnumerator *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__System_Collections_IList_Add, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__get_Count, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, KeyValuePair_2_System_Guid_System_Object_, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_KeyValuePair_2_System_Guid_System_Object_ *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__get_Items, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1__ctor, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, IList_1_KeyValuePair_2_System_Int32_System_Int32_ * list, MethodInfo * method)); DO_APP_FUNC(0x010380F0, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_Contains, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, KeyValuePair_2_System_Int32_System_Int32_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_CopyTo, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, KeyValuePair_2_System_Int32_System_Int32___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_KeyValuePair_2_System_Int32_System_Int32_ *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_GetEnumerator, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x010381C0, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_IndexOf, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, KeyValuePair_2_System_Int32_System_Int32_ value, MethodInfo * method)); DO_APP_FUNC(0x01038820, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, KeyValuePair_2_System_Int32_System_Int32_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, KeyValuePair_2_System_Int32_System_Int32_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, int32_t index, KeyValuePair_2_System_Int32_System_Int32_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, KeyValuePair_2_System_Int32_System_Int32_, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, int32_t index, KeyValuePair_2_System_Int32_System_Int32_ value, MethodInfo * method)); DO_APP_FUNC(0x010383F0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x010382E0, Object *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01038290, IEnumerator *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_IList_Add, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x010388F0, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010389E0, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01038780, Object *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_get_Count, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, KeyValuePair_2_System_Int32_System_Int32_, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_KeyValuePair_2_System_Int32_System_Int32_ *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1_get_Items, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2__ctor, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, IList_1_KeyValuePair_2_System_Int32_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_Contains, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, KeyValuePair_2_System_Int32_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_CopyTo, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, KeyValuePair_2_System_Int32_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_KeyValuePair_2_System_Int32_System_Object_ *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_GetEnumerator, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_IndexOf, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, KeyValuePair_2_System_Int32_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, KeyValuePair_2_System_Int32_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, KeyValuePair_2_System_Int32_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, int32_t index, KeyValuePair_2_System_Int32_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, KeyValuePair_2_System_Int32_System_Object_, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, int32_t index, KeyValuePair_2_System_Int32_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01038C30, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01038B20, Object *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01038AD0, IEnumerator *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_IList_Add, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_get_Count, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, KeyValuePair_2_System_Int32_System_Object_, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_KeyValuePair_2_System_Int32_System_Object_ *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2_get_Items, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3__ctor, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, IList_1_KeyValuePair_2_System_Int32Enum_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_Contains, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, KeyValuePair_2_System_Int32Enum_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_CopyTo, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, KeyValuePair_2_System_Int32Enum_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_KeyValuePair_2_System_Int32Enum_System_Object_ *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_GetEnumerator, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_IndexOf, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, KeyValuePair_2_System_Int32Enum_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, KeyValuePair_2_System_Int32Enum_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, KeyValuePair_2_System_Int32Enum_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, int32_t index, KeyValuePair_2_System_Int32Enum_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, KeyValuePair_2_System_Int32Enum_System_Object_, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, int32_t index, KeyValuePair_2_System_Int32Enum_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010391A0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01039090, Object *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01039040, IEnumerator *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_IList_Add, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_get_Count, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, KeyValuePair_2_System_Int32Enum_System_Object_, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_KeyValuePair_2_System_Int32Enum_System_Object_ *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3_get_Items, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4__ctor, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, IList_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_Contains, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, KeyValuePair_2_System_Object_System_ArraySegment_1_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_CopyTo, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, KeyValuePair_2_System_Object_System_ArraySegment_1___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_GetEnumerator, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_IndexOf, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, KeyValuePair_2_System_Object_System_ArraySegment_1_ value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, KeyValuePair_2_System_Object_System_ArraySegment_1_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, KeyValuePair_2_System_Object_System_ArraySegment_1_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, int32_t index, KeyValuePair_2_System_Object_System_ArraySegment_1_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, KeyValuePair_2_System_Object_System_ArraySegment_1_, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, int32_t index, KeyValuePair_2_System_Object_System_ArraySegment_1_ value, MethodInfo * method)); DO_APP_FUNC(0x01039710, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01039600, Object *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010395B0, IEnumerator *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_IList_Add, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_get_Count, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, KeyValuePair_2_System_Object_System_ArraySegment_1_, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4_get_Items, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5__ctor, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, IList_1_KeyValuePair_2_System_Object_System_Char_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_Contains, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, KeyValuePair_2_System_Object_System_Char_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_CopyTo, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, KeyValuePair_2_System_Object_System_Char___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_KeyValuePair_2_System_Object_System_Char_ *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_GetEnumerator, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_IndexOf, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, KeyValuePair_2_System_Object_System_Char_ value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, KeyValuePair_2_System_Object_System_Char_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, KeyValuePair_2_System_Object_System_Char_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, int32_t index, KeyValuePair_2_System_Object_System_Char_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, KeyValuePair_2_System_Object_System_Char_, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, int32_t index, KeyValuePair_2_System_Object_System_Char_ value, MethodInfo * method)); DO_APP_FUNC(0x01039C90, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01039B80, Object *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01039B30, IEnumerator *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_System_Collections_IList_Add, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_get_Count, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, KeyValuePair_2_System_Object_System_Char_, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_KeyValuePair_2_System_Object_System_Char_ *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5_get_Items, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6__ctor, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, IList_1_KeyValuePair_2_System_Object_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_Contains, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, KeyValuePair_2_System_Object_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_CopyTo, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, KeyValuePair_2_System_Object_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_KeyValuePair_2_System_Object_System_Object_ *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_GetEnumerator, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_IndexOf, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, KeyValuePair_2_System_Object_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, KeyValuePair_2_System_Object_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, KeyValuePair_2_System_Object_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, int32_t index, KeyValuePair_2_System_Object_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, KeyValuePair_2_System_Object_System_Object_, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, int32_t index, KeyValuePair_2_System_Object_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x0103A200, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103A0F0, Object *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103A0A0, IEnumerator *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_System_Collections_IList_Add, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_get_Count, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, KeyValuePair_2_System_Object_System_Object_, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_KeyValuePair_2_System_Object_System_Object_ *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6_get_Items, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7__ctor, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, IList_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * list, MethodInfo * method)); DO_APP_FUNC(0x0103A6B0, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_Contains, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_CopyTo, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_GetEnumerator, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103A7B0, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_IndexOf, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ value, MethodInfo * method)); DO_APP_FUNC(0x0103AEA0, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0103A610, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ value, MethodInfo * method)); DO_APP_FUNC(0x0103AA10, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103A900, Object *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103A8B0, IEnumerator *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_System_Collections_IList_Add, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103AF90, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0103B0B0, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103ADD0, Object *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_get_Count, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103A610, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7_get_Items, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__7 * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8__ctor, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, IList_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_Contains, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_CopyTo, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_GetEnumerator, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_IndexOf, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, int32_t index, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, KeyValuePair_2_UnityEngine_PropertyName_System_Object_, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, int32_t index, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x0103B340, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103B230, Object *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103B1E0, IEnumerator *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_System_Collections_IList_Add, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_get_Count, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, KeyValuePair_2_UnityEngine_PropertyName_System_Object_, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8_get_Items, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__8 * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9__ctor, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, IList_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_Contains, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_CopyTo, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_GetEnumerator, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_IndexOf, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, int32_t index, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, int32_t index, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, MethodInfo * method)); DO_APP_FUNC(0x0103B8B0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103B7A0, Object *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103B750, IEnumerator *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_System_Collections_IList_Add, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_get_Count, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9_get_Items, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__9 * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10__ctor, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, IList_1_KeyValuePair_2_System_UInt16_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_Contains, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, KeyValuePair_2_System_UInt16_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_CopyTo, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, KeyValuePair_2_System_UInt16_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_KeyValuePair_2_System_UInt16_System_Object_ *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_GetEnumerator, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_IndexOf, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, KeyValuePair_2_System_UInt16_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, KeyValuePair_2_System_UInt16_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, KeyValuePair_2_System_UInt16_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, int32_t index, KeyValuePair_2_System_UInt16_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0103BCC0, KeyValuePair_2_System_UInt16_System_Object_, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, int32_t index, KeyValuePair_2_System_UInt16_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x0103BEA0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103BD90, Object *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103BD40, IEnumerator *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_System_Collections_IList_Add, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103C230, Object *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_get_Count, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103BCC0, KeyValuePair_2_System_UInt16_System_Object_, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_KeyValuePair_2_System_UInt16_System_Object_ *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10_get_Items, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__10 * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11__ctor, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, IList_1_KeyValuePair_2_System_UInt64_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_Contains, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, KeyValuePair_2_System_UInt64_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_CopyTo, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, KeyValuePair_2_System_UInt64_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_KeyValuePair_2_System_UInt64_System_Object_ *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_GetEnumerator, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_IndexOf, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, KeyValuePair_2_System_UInt64_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, KeyValuePair_2_System_UInt64_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, KeyValuePair_2_System_UInt64_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, int32_t index, KeyValuePair_2_System_UInt64_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, KeyValuePair_2_System_UInt64_System_Object_, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, int32_t index, KeyValuePair_2_System_UInt64_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x0103C430, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103C320, Object *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103C2D0, IEnumerator *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_System_Collections_IList_Add, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_get_Count, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, KeyValuePair_2_System_UInt64_System_Object_, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_get_Item, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_KeyValuePair_2_System_UInt64_System_Object_ *, ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11_get_Items, (ReadOnlyCollection_1_System_Collections_Generic_KeyValuePair_2__11 * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Unity_Collections_NativeArray_1___ctor, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, IList_1_Unity_Collections_NativeArray_1_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__Contains, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_System_UInt16_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__CopyTo, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_System_UInt16___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Unity_Collections_NativeArray_1__1 *, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__GetEnumerator, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__IndexOf, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_System_UInt16_ value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_System_UInt16_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, NativeArray_1_System_UInt16_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, int32_t index, NativeArray_1_System_UInt16_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, NativeArray_1_System_UInt16_, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, int32_t index, NativeArray_1_System_UInt16_ value, MethodInfo * method)); DO_APP_FUNC(0x0103C9A0, void, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103C890, Object *, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103C840, IEnumerator *, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__System_Collections_IList_Add, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__System_Collections_IList_Clear, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__System_Collections_IList_Contains, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__System_Collections_IList_Insert, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__System_Collections_IList_Remove, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__get_Count, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, NativeArray_1_System_UInt16_, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__get_Item, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Unity_Collections_NativeArray_1_ *, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__get_Items, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1__ctor, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, IList_1_Unity_Collections_NativeArray_1__1 * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_Contains, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_UnityEngine_UIElements_Vertex_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_CopyTo, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_UnityEngine_UIElements_Vertex___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Unity_Collections_NativeArray_1_ *, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_GetEnumerator, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_IndexOf, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_UnityEngine_UIElements_Vertex_ value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_UnityEngine_UIElements_Vertex_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, NativeArray_1_UnityEngine_UIElements_Vertex_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, int32_t index, NativeArray_1_UnityEngine_UIElements_Vertex_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, NativeArray_1_UnityEngine_UIElements_Vertex_, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, int32_t index, NativeArray_1_UnityEngine_UIElements_Vertex_ value, MethodInfo * method)); DO_APP_FUNC(0x0103CF10, void, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103CE00, Object *, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103CDB0, IEnumerator *, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_System_Collections_IList_Add, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_System_Collections_IList_Clear, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_System_Collections_IList_Contains, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_System_Collections_IList_Insert, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_System_Collections_IList_Remove, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_System_Collections_IList_get_Item, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_System_Collections_IList_set_Item, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_get_Count, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, NativeArray_1_UnityEngine_UIElements_Vertex_, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_get_Item, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Unity_Collections_NativeArray_1__1 *, ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1_get_Items, (ReadOnlyCollection_1_Unity_Collections_NativeArray_1__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo___ctor, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, IList_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__Contains, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__CopyTo, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__IndexOf, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, int32_t index, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, int32_t index, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x0103D480, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103D370, Object *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103D320, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__get_Count, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo__get_Items, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2___ctor, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, IList_1_Photon_Bolt_Collections_STuple_2_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__Contains, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, STuple_2_System_Object_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__CopyTo, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, STuple_2_System_Object_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Photon_Bolt_Collections_STuple_2__1 *, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__GetEnumerator, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__IndexOf, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, STuple_2_System_Object_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, STuple_2_System_Object_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, STuple_2_System_Object_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, int32_t index, STuple_2_System_Object_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, STuple_2_System_Object_System_Object_, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, int32_t index, STuple_2_System_Object_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x0103D9F0, void, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103D8E0, Object *, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103D890, IEnumerator *, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__System_Collections_IList_Add, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__System_Collections_IList_Clear, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__System_Collections_IList_Contains, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__System_Collections_IList_Insert, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__System_Collections_IList_Remove, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__get_Count, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, STuple_2_System_Object_System_Object_, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__get_Item, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Photon_Bolt_Collections_STuple_2_ *, ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2__get_Items, (ReadOnlyCollection_1_Photon_Bolt_Collections_STuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_ValueTuple_2___ctor, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, IList_1_System_ValueTuple_2_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_System_ValueTuple_2__Contains, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, ValueTuple_2_Int32_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_ValueTuple_2__CopyTo, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, ValueTuple_2_Int32_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_ValueTuple_2__15 *, ReadOnlyCollection_1_System_ValueTuple_2__GetEnumerator, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_System_ValueTuple_2__IndexOf, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, ValueTuple_2_Int32_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_System_ValueTuple_2__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, ValueTuple_2_Int32_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_ValueTuple_2__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, ValueTuple_2_Int32_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_ValueTuple_2__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, int32_t index, ValueTuple_2_Int32_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, ValueTuple_2_Int32_Object_, ReadOnlyCollection_1_System_ValueTuple_2__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, int32_t index, ValueTuple_2_Int32_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x0103DF60, void, ReadOnlyCollection_1_System_ValueTuple_2__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_ValueTuple_2__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103DE50, Object *, ReadOnlyCollection_1_System_ValueTuple_2__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103DE00, IEnumerator *, ReadOnlyCollection_1_System_ValueTuple_2__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_ValueTuple_2__System_Collections_IList_Add, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_System_ValueTuple_2__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_System_ValueTuple_2__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_ValueTuple_2__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_ValueTuple_2__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_System_ValueTuple_2__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_ValueTuple_2__get_Count, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, ValueTuple_2_Int32_Object_, ReadOnlyCollection_1_System_ValueTuple_2__get_Item, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_ValueTuple_2_ *, ReadOnlyCollection_1_System_ValueTuple_2__get_Items, (ReadOnlyCollection_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_ValueTuple_2__1__ctor, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, IList_1_System_ValueTuple_2__1 * list, MethodInfo * method)); DO_APP_FUNC(0x0103E450, bool, ReadOnlyCollection_1_System_ValueTuple_2__1_Contains, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_ValueTuple_2__1_CopyTo, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_ValueTuple_2__16 *, ReadOnlyCollection_1_System_ValueTuple_2__1_GetEnumerator, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103E530, int32_t, ReadOnlyCollection_1_System_ValueTuple_2__1_IndexOf, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int_ value, MethodInfo * method)); DO_APP_FUNC(0x0103ECA0, bool, ReadOnlyCollection_1_System_ValueTuple_2__1_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__1_System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__1_System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_ValueTuple_2__1_System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_ValueTuple_2__1_System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__1_System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, int32_t index, ValueTuple_2_Int32_UnityEngine_Vector2Int_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__1_System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0103E370, ValueTuple_2_Int32_UnityEngine_Vector2Int_, ReadOnlyCollection_1_System_ValueTuple_2__1_System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__1_System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, int32_t index, ValueTuple_2_Int32_UnityEngine_Vector2Int_ value, MethodInfo * method)); DO_APP_FUNC(0x0103E770, void, ReadOnlyCollection_1_System_ValueTuple_2__1_System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_ValueTuple_2__1_System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103E660, Object *, ReadOnlyCollection_1_System_ValueTuple_2__1_System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103E610, IEnumerator *, ReadOnlyCollection_1_System_ValueTuple_2__1_System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_ValueTuple_2__1_System_Collections_IList_Add, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__1_System_Collections_IList_Clear, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103ED80, bool, ReadOnlyCollection_1_System_ValueTuple_2__1_System_Collections_IList_Contains, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0103EE80, int32_t, ReadOnlyCollection_1_System_ValueTuple_2__1_System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__1_System_Collections_IList_Insert, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__1_System_Collections_IList_Remove, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__1_System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_ValueTuple_2__1_System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_ValueTuple_2__1_System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103EB90, Object *, ReadOnlyCollection_1_System_ValueTuple_2__1_System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__1_System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_ValueTuple_2__1_get_Count, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103E370, ValueTuple_2_Int32_UnityEngine_Vector2Int_, ReadOnlyCollection_1_System_ValueTuple_2__1_get_Item, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_ValueTuple_2__1 *, ReadOnlyCollection_1_System_ValueTuple_2__1_get_Items, (ReadOnlyCollection_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_ValueTuple_2__2__ctor, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, IList_1_System_ValueTuple_2__2 * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_System_ValueTuple_2__2_Contains, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_ValueTuple_2__2_CopyTo, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_ValueTuple_2__18 *, ReadOnlyCollection_1_System_ValueTuple_2__2_GetEnumerator, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_System_ValueTuple_2__2_IndexOf, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_System_ValueTuple_2__2_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__2_System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__2_System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_ValueTuple_2__2_System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_ValueTuple_2__2_System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__2_System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, int32_t index, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__2_System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, ValueTuple_2_Object_ValueTuple_2_Object_Int32_, ReadOnlyCollection_1_System_ValueTuple_2__2_System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__2_System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, int32_t index, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ value, MethodInfo * method)); DO_APP_FUNC(0x0103F0E0, void, ReadOnlyCollection_1_System_ValueTuple_2__2_System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_ValueTuple_2__2_System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103EFD0, Object *, ReadOnlyCollection_1_System_ValueTuple_2__2_System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103EF80, IEnumerator *, ReadOnlyCollection_1_System_ValueTuple_2__2_System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_ValueTuple_2__2_System_Collections_IList_Add, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__2_System_Collections_IList_Clear, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_System_ValueTuple_2__2_System_Collections_IList_Contains, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_System_ValueTuple_2__2_System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__2_System_Collections_IList_Insert, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__2_System_Collections_IList_Remove, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__2_System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_ValueTuple_2__2_System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_ValueTuple_2__2_System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_System_ValueTuple_2__2_System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__2_System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_ValueTuple_2__2_get_Count, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, ValueTuple_2_Object_ValueTuple_2_Object_Int32_, ReadOnlyCollection_1_System_ValueTuple_2__2_get_Item, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_ValueTuple_2__2 *, ReadOnlyCollection_1_System_ValueTuple_2__2_get_Items, (ReadOnlyCollection_1_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_ValueTuple_2__3__ctor, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, IList_1_System_ValueTuple_2__3 * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_System_ValueTuple_2__3_Contains, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, ValueTuple_2_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_ValueTuple_2__3_CopyTo, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, ValueTuple_2_Object_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_ValueTuple_2__14 *, ReadOnlyCollection_1_System_ValueTuple_2__3_GetEnumerator, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_System_ValueTuple_2__3_IndexOf, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, ValueTuple_2_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_System_ValueTuple_2__3_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__3_System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, ValueTuple_2_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__3_System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_ValueTuple_2__3_System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, ValueTuple_2_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_ValueTuple_2__3_System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__3_System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, int32_t index, ValueTuple_2_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__3_System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, ValueTuple_2_Object_Object_, ReadOnlyCollection_1_System_ValueTuple_2__3_System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__3_System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, int32_t index, ValueTuple_2_Object_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x0103F660, void, ReadOnlyCollection_1_System_ValueTuple_2__3_System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_ValueTuple_2__3_System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103F550, Object *, ReadOnlyCollection_1_System_ValueTuple_2__3_System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103F500, IEnumerator *, ReadOnlyCollection_1_System_ValueTuple_2__3_System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_ValueTuple_2__3_System_Collections_IList_Add, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__3_System_Collections_IList_Clear, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_System_ValueTuple_2__3_System_Collections_IList_Contains, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_System_ValueTuple_2__3_System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__3_System_Collections_IList_Insert, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__3_System_Collections_IList_Remove, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__3_System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_ValueTuple_2__3_System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_ValueTuple_2__3_System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_System_ValueTuple_2__3_System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__3_System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_ValueTuple_2__3_get_Count, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, ValueTuple_2_Object_Object_, ReadOnlyCollection_1_System_ValueTuple_2__3_get_Item, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_ValueTuple_2__3 *, ReadOnlyCollection_1_System_ValueTuple_2__3_get_Items, (ReadOnlyCollection_1_System_ValueTuple_2__3 * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_ValueTuple_2__4__ctor, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, IList_1_System_ValueTuple_2__4 * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_System_ValueTuple_2__4_Contains, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, ValueTuple_2_UnityEngine_Vector3Int_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_ValueTuple_2__4_CopyTo, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, ValueTuple_2_UnityEngine_Vector3Int_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_ValueTuple_2__12 *, ReadOnlyCollection_1_System_ValueTuple_2__4_GetEnumerator, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_System_ValueTuple_2__4_IndexOf, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, ValueTuple_2_UnityEngine_Vector3Int_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_System_ValueTuple_2__4_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__4_System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, ValueTuple_2_UnityEngine_Vector3Int_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__4_System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_ValueTuple_2__4_System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, ValueTuple_2_UnityEngine_Vector3Int_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_ValueTuple_2__4_System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__4_System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, int32_t index, ValueTuple_2_UnityEngine_Vector3Int_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__4_System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, ValueTuple_2_UnityEngine_Vector3Int_Object_, ReadOnlyCollection_1_System_ValueTuple_2__4_System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__4_System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, int32_t index, ValueTuple_2_UnityEngine_Vector3Int_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x0103FBD0, void, ReadOnlyCollection_1_System_ValueTuple_2__4_System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_ValueTuple_2__4_System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103FAC0, Object *, ReadOnlyCollection_1_System_ValueTuple_2__4_System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103FA70, IEnumerator *, ReadOnlyCollection_1_System_ValueTuple_2__4_System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_ValueTuple_2__4_System_Collections_IList_Add, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__4_System_Collections_IList_Clear, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_System_ValueTuple_2__4_System_Collections_IList_Contains, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_System_ValueTuple_2__4_System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__4_System_Collections_IList_Insert, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__4_System_Collections_IList_Remove, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__4_System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_ValueTuple_2__4_System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_ValueTuple_2__4_System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_System_ValueTuple_2__4_System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__4_System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_ValueTuple_2__4_get_Count, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, ValueTuple_2_UnityEngine_Vector3Int_Object_, ReadOnlyCollection_1_System_ValueTuple_2__4_get_Item, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_ValueTuple_2__4 *, ReadOnlyCollection_1_System_ValueTuple_2__4_get_Items, (ReadOnlyCollection_1_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_ValueTuple_2__5__ctor, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, IList_1_System_ValueTuple_2__5 * list, MethodInfo * method)); DO_APP_FUNC(0x01040080, bool, ReadOnlyCollection_1_System_ValueTuple_2__5_Contains, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_ValueTuple_2__5_CopyTo, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_ValueTuple_2__9 *, ReadOnlyCollection_1_System_ValueTuple_2__5_GetEnumerator, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01040170, int32_t, ReadOnlyCollection_1_System_ValueTuple_2__5_IndexOf, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ value, MethodInfo * method)); DO_APP_FUNC(0x01040850, bool, ReadOnlyCollection_1_System_ValueTuple_2__5_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__5_System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__5_System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_ValueTuple_2__5_System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_ValueTuple_2__5_System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__5_System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, int32_t index, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__5_System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0103FFF0, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_, ReadOnlyCollection_1_System_ValueTuple_2__5_System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__5_System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, int32_t index, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ value, MethodInfo * method)); DO_APP_FUNC(0x010403C0, void, ReadOnlyCollection_1_System_ValueTuple_2__5_System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_ValueTuple_2__5_System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x010402B0, Object *, ReadOnlyCollection_1_System_ValueTuple_2__5_System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01040260, IEnumerator *, ReadOnlyCollection_1_System_ValueTuple_2__5_System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_ValueTuple_2__5_System_Collections_IList_Add, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__5_System_Collections_IList_Clear, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01040950, bool, ReadOnlyCollection_1_System_ValueTuple_2__5_System_Collections_IList_Contains, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01040A60, int32_t, ReadOnlyCollection_1_System_ValueTuple_2__5_System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__5_System_Collections_IList_Insert, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__5_System_Collections_IList_Remove, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__5_System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_ValueTuple_2__5_System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_ValueTuple_2__5_System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01040780, Object *, ReadOnlyCollection_1_System_ValueTuple_2__5_System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__5_System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_ValueTuple_2__5_get_Count, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x0103FFF0, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_, ReadOnlyCollection_1_System_ValueTuple_2__5_get_Item, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_ValueTuple_2__5 *, ReadOnlyCollection_1_System_ValueTuple_2__5_get_Items, (ReadOnlyCollection_1_System_ValueTuple_2__5 * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_ValueTuple_2__6__ctor, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, IList_1_System_ValueTuple_2__6 * list, MethodInfo * method)); DO_APP_FUNC(0x01040C10, bool, ReadOnlyCollection_1_System_ValueTuple_2__6_Contains, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_ValueTuple_2__6_CopyTo, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_ValueTuple_2__10 *, ReadOnlyCollection_1_System_ValueTuple_2__6_GetEnumerator, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01040D00, int32_t, ReadOnlyCollection_1_System_ValueTuple_2__6_IndexOf, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ value, MethodInfo * method)); DO_APP_FUNC(0x010413C0, bool, ReadOnlyCollection_1_System_ValueTuple_2__6_IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__6_System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__6_System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_ValueTuple_2__6_System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_ValueTuple_2__6_System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__6_System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, int32_t index, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__6_System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01040B80, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_, ReadOnlyCollection_1_System_ValueTuple_2__6_System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__6_System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, int32_t index, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ value, MethodInfo * method)); DO_APP_FUNC(0x01040F50, void, ReadOnlyCollection_1_System_ValueTuple_2__6_System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_ValueTuple_2__6_System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01040E40, Object *, ReadOnlyCollection_1_System_ValueTuple_2__6_System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01040DF0, IEnumerator *, ReadOnlyCollection_1_System_ValueTuple_2__6_System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_ValueTuple_2__6_System_Collections_IList_Add, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__6_System_Collections_IList_Clear, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x010414B0, bool, ReadOnlyCollection_1_System_ValueTuple_2__6_System_Collections_IList_Contains, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010415B0, int32_t, ReadOnlyCollection_1_System_ValueTuple_2__6_System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__6_System_Collections_IList_Insert, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__6_System_Collections_IList_Remove, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__6_System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_ValueTuple_2__6_System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_ValueTuple_2__6_System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01041300, Object *, ReadOnlyCollection_1_System_ValueTuple_2__6_System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_ValueTuple_2__6_System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_ValueTuple_2__6_get_Count, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01040B80, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_, ReadOnlyCollection_1_System_ValueTuple_2__6_get_Item, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_ValueTuple_2__6 *, ReadOnlyCollection_1_System_ValueTuple_2__6_get_Items, (ReadOnlyCollection_1_System_ValueTuple_2__6 * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo___ctor, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, IList_1_UnityEngine_AnimatorClipInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x010380F0, bool, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__Contains, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, AnimatorClipInfo value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__CopyTo, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, AnimatorClipInfo__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_AnimatorClipInfo_ *, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010381C0, int32_t, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__IndexOf, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, AnimatorClipInfo value, MethodInfo * method)); DO_APP_FUNC(0x01038820, bool, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, AnimatorClipInfo value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, AnimatorClipInfo value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, int32_t index, AnimatorClipInfo value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, AnimatorClipInfo, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, int32_t index, AnimatorClipInfo value, MethodInfo * method)); DO_APP_FUNC(0x01041820, void, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01041710, Object *, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010416C0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010388F0, bool, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010389E0, int32_t, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038780, Object *, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__get_Count, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, AnimatorClipInfo, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__get_Item, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_AnimatorClipInfo_ *, ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo__get_Items, (ReadOnlyCollection_1_UnityEngine_AnimatorClipInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, IList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__Contains, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__CopyTo, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__IndexOf, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t index, AsyncOperationHandle value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, AsyncOperationHandle, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t index, AsyncOperationHandle value, MethodInfo * method)); DO_APP_FUNC(0x01041D10, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01041C00, Object *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01041BB0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Count, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, AsyncOperationHandle, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Items, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, IList_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * list, MethodInfo * method)); DO_APP_FUNC(0x010380F0, bool, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Contains, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__CopyTo, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__GetEnumerator, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010381C0, int32_t, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__IndexOf, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer value, MethodInfo * method)); DO_APP_FUNC(0x01038820, bool, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, BoltPeer value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, BoltPeer, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, BoltPeer value, MethodInfo * method)); DO_APP_FUNC(0x01042290, void, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01042180, Object *, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01042130, IEnumerator *, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IList_Add, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IList_Clear, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010388F0, bool, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IList_Contains, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010389E0, int32_t, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IList_Insert, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IList_Remove, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038780, Object *, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Count, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, BoltPeer, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Item, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Items, (ReadOnlyCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit___ctor, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, IList_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__Contains, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, BoltPhysicsHit value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__CopyTo, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, BoltPhysicsHit__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ *, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__GetEnumerator, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__IndexOf, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, BoltPhysicsHit value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, BoltPhysicsHit value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, BoltPhysicsHit value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, int32_t index, BoltPhysicsHit value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, BoltPhysicsHit, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, int32_t index, BoltPhysicsHit value, MethodInfo * method)); DO_APP_FUNC(0x01042780, void, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01042670, Object *, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01042620, IEnumerator *, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IList_Add, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IList_Clear, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IList_Contains, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IList_Insert, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IList_Remove, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__get_Count, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, BoltPhysicsHit, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__get_Item, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ *, ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit__get_Items, (ReadOnlyCollection_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_BoneWeight___ctor, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, IList_1_UnityEngine_BoneWeight_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034DF0, bool, ReadOnlyCollection_1_UnityEngine_BoneWeight__Contains, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, BoneWeight value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_BoneWeight__CopyTo, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, BoneWeight__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_BoneWeight_ *, ReadOnlyCollection_1_UnityEngine_BoneWeight__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034ED0, int32_t, ReadOnlyCollection_1_UnityEngine_BoneWeight__IndexOf, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, BoneWeight value, MethodInfo * method)); DO_APP_FUNC(0x01035640, bool, ReadOnlyCollection_1_UnityEngine_BoneWeight__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_BoneWeight__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, BoneWeight value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_BoneWeight__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_BoneWeight__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, BoneWeight value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_BoneWeight__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_BoneWeight__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, int32_t index, BoneWeight value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_BoneWeight__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01034D10, BoneWeight, ReadOnlyCollection_1_UnityEngine_BoneWeight__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_BoneWeight__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, int32_t index, BoneWeight value, MethodInfo * method)); DO_APP_FUNC(0x01042D00, void, ReadOnlyCollection_1_UnityEngine_BoneWeight__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_BoneWeight__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01042BF0, Object *, ReadOnlyCollection_1_UnityEngine_BoneWeight__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01042BA0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_BoneWeight__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_BoneWeight__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_BoneWeight__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035710, bool, ReadOnlyCollection_1_UnityEngine_BoneWeight__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01035810, int32_t, ReadOnlyCollection_1_UnityEngine_BoneWeight__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_BoneWeight__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_BoneWeight__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_BoneWeight__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_BoneWeight__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_BoneWeight__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035530, Object *, ReadOnlyCollection_1_UnityEngine_BoneWeight__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_BoneWeight__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_BoneWeight__get_Count, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034D10, BoneWeight, ReadOnlyCollection_1_UnityEngine_BoneWeight__get_Item, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_BoneWeight_ *, ReadOnlyCollection_1_UnityEngine_BoneWeight__get_Items, (ReadOnlyCollection_1_UnityEngine_BoneWeight_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Boolean___ctor, (ReadOnlyCollection_1_System_Boolean_ * __this, IList_1_System_Boolean_ * list, MethodInfo * method)); DO_APP_FUNC(0x01043180, bool, ReadOnlyCollection_1_System_Boolean__Contains, (ReadOnlyCollection_1_System_Boolean_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Boolean__CopyTo, (ReadOnlyCollection_1_System_Boolean_ * __this, Boolean__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_Boolean_ *, ReadOnlyCollection_1_System_Boolean__GetEnumerator, (ReadOnlyCollection_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010431E0, int32_t, ReadOnlyCollection_1_System_Boolean__IndexOf, (ReadOnlyCollection_1_System_Boolean_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x010437D0, bool, ReadOnlyCollection_1_System_Boolean__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Boolean__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Boolean_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Boolean__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Boolean__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Boolean_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Boolean__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Boolean__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Boolean_ * __this, int32_t index, bool value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Boolean__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Boolean_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01043120, bool, ReadOnlyCollection_1_System_Boolean__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Boolean_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Boolean__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Boolean_ * __this, int32_t index, bool value, MethodInfo * method)); DO_APP_FUNC(0x010433A0, void, ReadOnlyCollection_1_System_Boolean__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Boolean_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Boolean__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01043290, Object *, ReadOnlyCollection_1_System_Boolean__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01043240, IEnumerator *, ReadOnlyCollection_1_System_Boolean__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Boolean__System_Collections_IList_Add, (ReadOnlyCollection_1_System_Boolean_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Boolean__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010438A0, bool, ReadOnlyCollection_1_System_Boolean__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Boolean_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01043990, int32_t, ReadOnlyCollection_1_System_Boolean__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Boolean_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Boolean__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Boolean_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Boolean__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Boolean_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Boolean__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Boolean_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Boolean__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Boolean__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01043730, Object *, ReadOnlyCollection_1_System_Boolean__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Boolean_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Boolean__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Boolean_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Boolean__get_Count, (ReadOnlyCollection_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01043120, bool, ReadOnlyCollection_1_System_Boolean__get_Item, (ReadOnlyCollection_1_System_Boolean_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_Boolean_ *, ReadOnlyCollection_1_System_Boolean__get_Items, (ReadOnlyCollection_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Byte___ctor, (ReadOnlyCollection_1_System_Byte_ * __this, IList_1_System_Byte_ * list, MethodInfo * method)); DO_APP_FUNC(0x01043A80, bool, ReadOnlyCollection_1_System_Byte__Contains, (ReadOnlyCollection_1_System_Byte_ * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Byte__CopyTo, (ReadOnlyCollection_1_System_Byte_ * __this, Byte__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_Byte_ *, ReadOnlyCollection_1_System_Byte__GetEnumerator, (ReadOnlyCollection_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010431E0, int32_t, ReadOnlyCollection_1_System_Byte__IndexOf, (ReadOnlyCollection_1_System_Byte_ * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x010437D0, bool, ReadOnlyCollection_1_System_Byte__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Byte__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Byte_ * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Byte__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Byte__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Byte_ * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Byte__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Byte__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Byte_ * __this, int32_t index, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Byte__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Byte_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, uint8_t, ReadOnlyCollection_1_System_Byte__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Byte_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Byte__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Byte_ * __this, int32_t index, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01043CB0, void, ReadOnlyCollection_1_System_Byte__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Byte_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Byte__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01043BA0, Object *, ReadOnlyCollection_1_System_Byte__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01043B50, IEnumerator *, ReadOnlyCollection_1_System_Byte__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Byte__System_Collections_IList_Add, (ReadOnlyCollection_1_System_Byte_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Byte__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010438A0, bool, ReadOnlyCollection_1_System_Byte__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Byte_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01043990, int32_t, ReadOnlyCollection_1_System_Byte__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Byte_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Byte__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Byte_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Byte__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Byte_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Byte__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Byte_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Byte__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Byte__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01044040, Object *, ReadOnlyCollection_1_System_Byte__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Byte_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Byte__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Byte_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Byte__get_Count, (ReadOnlyCollection_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, uint8_t, ReadOnlyCollection_1_System_Byte__get_Item, (ReadOnlyCollection_1_System_Byte_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_Byte_ *, ReadOnlyCollection_1_System_Byte__get_Items, (ReadOnlyCollection_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Threading_CancellationToken___ctor, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, IList_1_System_Threading_CancellationToken_ * list, MethodInfo * method)); DO_APP_FUNC(0x010380F0, bool, ReadOnlyCollection_1_System_Threading_CancellationToken__Contains, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, CancellationToken value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Threading_CancellationToken__CopyTo, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, CancellationToken__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_Threading_CancellationToken_ *, ReadOnlyCollection_1_System_Threading_CancellationToken__GetEnumerator, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010381C0, int32_t, ReadOnlyCollection_1_System_Threading_CancellationToken__IndexOf, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, CancellationToken value, MethodInfo * method)); DO_APP_FUNC(0x01038820, bool, ReadOnlyCollection_1_System_Threading_CancellationToken__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Threading_CancellationToken__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, CancellationToken value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Threading_CancellationToken__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Threading_CancellationToken__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, CancellationToken value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Threading_CancellationToken__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Threading_CancellationToken__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, int32_t index, CancellationToken value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Threading_CancellationToken__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, CancellationToken, ReadOnlyCollection_1_System_Threading_CancellationToken__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Threading_CancellationToken__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, int32_t index, CancellationToken value, MethodInfo * method)); DO_APP_FUNC(0x01044240, void, ReadOnlyCollection_1_System_Threading_CancellationToken__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Threading_CancellationToken__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01044130, Object *, ReadOnlyCollection_1_System_Threading_CancellationToken__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010440E0, IEnumerator *, ReadOnlyCollection_1_System_Threading_CancellationToken__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Threading_CancellationToken__System_Collections_IList_Add, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Threading_CancellationToken__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010388F0, bool, ReadOnlyCollection_1_System_Threading_CancellationToken__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010389E0, int32_t, ReadOnlyCollection_1_System_Threading_CancellationToken__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Threading_CancellationToken__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Threading_CancellationToken__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Threading_CancellationToken__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Threading_CancellationToken__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Threading_CancellationToken__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038780, Object *, ReadOnlyCollection_1_System_Threading_CancellationToken__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Threading_CancellationToken__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Threading_CancellationToken__get_Count, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, CancellationToken, ReadOnlyCollection_1_System_Threading_CancellationToken__get_Item, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_Threading_CancellationToken_ *, ReadOnlyCollection_1_System_Threading_CancellationToken__get_Items, (ReadOnlyCollection_1_System_Threading_CancellationToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Char___ctor, (ReadOnlyCollection_1_System_Char_ * __this, IList_1_System_Char_ * list, MethodInfo * method)); DO_APP_FUNC(0x010445D0, bool, ReadOnlyCollection_1_System_Char__Contains, (ReadOnlyCollection_1_System_Char_ * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Char__CopyTo, (ReadOnlyCollection_1_System_Char_ * __this, Char__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_Char_ *, ReadOnlyCollection_1_System_Char__GetEnumerator, (ReadOnlyCollection_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01044630, int32_t, ReadOnlyCollection_1_System_Char__IndexOf, (ReadOnlyCollection_1_System_Char_ * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01044C90, bool, ReadOnlyCollection_1_System_Char__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Char__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Char_ * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Char__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Char__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Char_ * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Char__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Char__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Char_ * __this, int32_t index, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Char__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Char_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, uint16_t, ReadOnlyCollection_1_System_Char__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Char_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Char__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Char_ * __this, int32_t index, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01044860, void, ReadOnlyCollection_1_System_Char__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Char_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Char__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01044750, Object *, ReadOnlyCollection_1_System_Char__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01044700, IEnumerator *, ReadOnlyCollection_1_System_Char__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Char__System_Collections_IList_Add, (ReadOnlyCollection_1_System_Char_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Char__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01044D60, bool, ReadOnlyCollection_1_System_Char__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Char_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01044E50, int32_t, ReadOnlyCollection_1_System_Char__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Char_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Char__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Char_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Char__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Char_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Char__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Char_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Char__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Char__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01044BF0, Object *, ReadOnlyCollection_1_System_Char__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Char_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Char__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Char_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Char__get_Count, (ReadOnlyCollection_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, uint16_t, ReadOnlyCollection_1_System_Char__get_Item, (ReadOnlyCollection_1_System_Char_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_Char_ *, ReadOnlyCollection_1_System_Char__get_Items, (ReadOnlyCollection_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo___ctor, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, IList_1_Dissonance_Networking_ClientInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__Contains, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, ClientInfo value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__CopyTo, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, ClientInfo__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Dissonance_Networking_ClientInfo_ *, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__GetEnumerator, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__IndexOf, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, ClientInfo value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, ClientInfo value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, ClientInfo value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, int32_t index, ClientInfo value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, ClientInfo, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, int32_t index, ClientInfo value, MethodInfo * method)); DO_APP_FUNC(0x010450A0, void, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01044F90, Object *, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01044F40, IEnumerator *, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__System_Collections_IList_Add, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__System_Collections_IList_Clear, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__System_Collections_IList_Contains, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__System_Collections_IList_Insert, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__System_Collections_IList_Remove, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__get_Count, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, ClientInfo, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__get_Item, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Dissonance_Networking_ClientInfo_ *, ReadOnlyCollection_1_Dissonance_Networking_ClientInfo__get_Items, (ReadOnlyCollection_1_Dissonance_Networking_ClientInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Color___ctor, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, IList_1_UnityEngine_Color_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_Color__Contains, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Color__CopyTo, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, Color__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Color_ *, ReadOnlyCollection_1_UnityEngine_Color__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_Color__IndexOf, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x01045A30, bool, ReadOnlyCollection_1_UnityEngine_Color__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Color__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Color__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Color__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Color__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Color__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, int32_t index, Color value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Color__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, Color, ReadOnlyCollection_1_UnityEngine_Color__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Color__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, int32_t index, Color value, MethodInfo * method)); DO_APP_FUNC(0x01045620, void, ReadOnlyCollection_1_UnityEngine_Color__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Color__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01045510, Object *, ReadOnlyCollection_1_UnityEngine_Color__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010454C0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Color__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Color__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Color__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_Color__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_Color__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Color__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Color__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Color__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Color__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Color__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_Color__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Color__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Color__get_Count, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, Color, ReadOnlyCollection_1_UnityEngine_Color__get_Item, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Color_ *, ReadOnlyCollection_1_UnityEngine_Color__get_Items, (ReadOnlyCollection_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Color32___ctor, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, IList_1_UnityEngine_Color32_ * list, MethodInfo * method)); DO_APP_FUNC(0x01045B00, bool, ReadOnlyCollection_1_UnityEngine_Color32__Contains, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, Color32 value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Color32__CopyTo, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, Color32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Color32_ *, ReadOnlyCollection_1_UnityEngine_Color32__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01045BD0, int32_t, ReadOnlyCollection_1_UnityEngine_Color32__IndexOf, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, Color32 value, MethodInfo * method)); DO_APP_FUNC(0x01046230, bool, ReadOnlyCollection_1_UnityEngine_Color32__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Color32__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, Color32 value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Color32__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Color32__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, Color32 value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Color32__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Color32__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, int32_t index, Color32 value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Color32__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, Color32, ReadOnlyCollection_1_UnityEngine_Color32__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Color32__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, int32_t index, Color32 value, MethodInfo * method)); DO_APP_FUNC(0x01045E00, void, ReadOnlyCollection_1_UnityEngine_Color32__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Color32__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01045CF0, Object *, ReadOnlyCollection_1_UnityEngine_Color32__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01045CA0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Color32__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Color32__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Color32__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01046300, bool, ReadOnlyCollection_1_UnityEngine_Color32__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010463F0, int32_t, ReadOnlyCollection_1_UnityEngine_Color32__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Color32__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Color32__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Color32__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Color32__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Color32__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01046190, Object *, ReadOnlyCollection_1_UnityEngine_Color32__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Color32__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Color32__get_Count, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, Color32, ReadOnlyCollection_1_UnityEngine_Color32__get_Item, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Color32_ *, ReadOnlyCollection_1_UnityEngine_Color32__get_Items, (ReadOnlyCollection_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_CombineInstance___ctor, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, IList_1_UnityEngine_CombineInstance_ * list, MethodInfo * method)); DO_APP_FUNC(0x01046590, bool, ReadOnlyCollection_1_UnityEngine_CombineInstance__Contains, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, CombineInstance value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_CombineInstance__CopyTo, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, CombineInstance__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_CombineInstance_ *, ReadOnlyCollection_1_UnityEngine_CombineInstance__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010466B0, int32_t, ReadOnlyCollection_1_UnityEngine_CombineInstance__IndexOf, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, CombineInstance value, MethodInfo * method)); DO_APP_FUNC(0x01046E00, bool, ReadOnlyCollection_1_UnityEngine_CombineInstance__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_CombineInstance__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, CombineInstance value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_CombineInstance__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_CombineInstance__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, CombineInstance value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_CombineInstance__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_CombineInstance__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, int32_t index, CombineInstance value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_CombineInstance__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010464E0, CombineInstance, ReadOnlyCollection_1_UnityEngine_CombineInstance__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_CombineInstance__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, int32_t index, CombineInstance value, MethodInfo * method)); DO_APP_FUNC(0x01046930, void, ReadOnlyCollection_1_UnityEngine_CombineInstance__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_CombineInstance__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01046820, Object *, ReadOnlyCollection_1_UnityEngine_CombineInstance__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010467D0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_CombineInstance__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_CombineInstance__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_CombineInstance__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01046F20, bool, ReadOnlyCollection_1_UnityEngine_CombineInstance__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01047060, int32_t, ReadOnlyCollection_1_UnityEngine_CombineInstance__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_CombineInstance__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_CombineInstance__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_CombineInstance__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_CombineInstance__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_CombineInstance__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01046D10, Object *, ReadOnlyCollection_1_UnityEngine_CombineInstance__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_CombineInstance__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_CombineInstance__get_Count, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010464E0, CombineInstance, ReadOnlyCollection_1_UnityEngine_CombineInstance__get_Item, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_CombineInstance_ *, ReadOnlyCollection_1_UnityEngine_CombineInstance__get_Items, (ReadOnlyCollection_1_UnityEngine_CombineInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, IList_1_UnityEngine_UIElements_ComputedTransitionProperty_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, ComputedTransitionProperty value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, ComputedTransitionProperty__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty_ *, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, ComputedTransitionProperty value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, ComputedTransitionProperty value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, ComputedTransitionProperty value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, int32_t index, ComputedTransitionProperty value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, ComputedTransitionProperty, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, int32_t index, ComputedTransitionProperty value, MethodInfo * method)); DO_APP_FUNC(0x01047300, void, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010471F0, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010471A0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, ComputedTransitionProperty, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_ComputedTransitionProperty_ *, ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_ComputedTransitionProperty_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Pathfinding_Connection___ctor, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, IList_1_Pathfinding_Connection_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_Pathfinding_Connection__Contains, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, Connection value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Pathfinding_Connection__CopyTo, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, Connection__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Pathfinding_Connection__1 *, ReadOnlyCollection_1_Pathfinding_Connection__GetEnumerator, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_Pathfinding_Connection__IndexOf, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, Connection value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_Pathfinding_Connection__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Connection__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, Connection value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Connection__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Pathfinding_Connection__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, Connection value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Pathfinding_Connection__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Connection__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, int32_t index, Connection value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Connection__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, Connection, ReadOnlyCollection_1_Pathfinding_Connection__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Connection__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, int32_t index, Connection value, MethodInfo * method)); DO_APP_FUNC(0x01047880, void, ReadOnlyCollection_1_Pathfinding_Connection__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Pathfinding_Connection__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01047770, Object *, ReadOnlyCollection_1_Pathfinding_Connection__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01047720, IEnumerator *, ReadOnlyCollection_1_Pathfinding_Connection__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Pathfinding_Connection__System_Collections_IList_Add, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Connection__System_Collections_IList_Clear, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_Pathfinding_Connection__System_Collections_IList_Contains, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_Pathfinding_Connection__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Connection__System_Collections_IList_Insert, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Connection__System_Collections_IList_Remove, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Connection__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Pathfinding_Connection__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Pathfinding_Connection__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_Pathfinding_Connection__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Connection__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Pathfinding_Connection__get_Count, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, Connection, ReadOnlyCollection_1_Pathfinding_Connection__get_Item, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Pathfinding_Connection_ *, ReadOnlyCollection_1_Pathfinding_Connection__get_Items, (ReadOnlyCollection_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Rewired_ControllerPollingInfo___ctor, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, IList_1_Rewired_ControllerPollingInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x01040080, bool, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__Contains, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, ControllerPollingInfo value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__CopyTo, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, ControllerPollingInfo__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Rewired_ControllerPollingInfo_ *, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__GetEnumerator, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040170, int32_t, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__IndexOf, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, ControllerPollingInfo value, MethodInfo * method)); DO_APP_FUNC(0x01040850, bool, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, ControllerPollingInfo value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, ControllerPollingInfo value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, int32_t index, ControllerPollingInfo value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0103FFF0, ControllerPollingInfo, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, int32_t index, ControllerPollingInfo value, MethodInfo * method)); DO_APP_FUNC(0x01047DF0, void, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01047CE0, Object *, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01047C90, IEnumerator *, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__System_Collections_IList_Add, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__System_Collections_IList_Clear, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040950, bool, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__System_Collections_IList_Contains, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01040A60, int32_t, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__System_Collections_IList_Insert, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__System_Collections_IList_Remove, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040780, Object *, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__get_Count, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103FFF0, ControllerPollingInfo, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__get_Item, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Rewired_ControllerPollingInfo_ *, ReadOnlyCollection_1_Rewired_ControllerPollingInfo__get_Items, (ReadOnlyCollection_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget___ctor, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, IList_1_Rewired_ControllerTemplateElementTarget_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__Contains, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, ControllerTemplateElementTarget value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__CopyTo, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, ControllerTemplateElementTarget__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Rewired_ControllerTemplateElementTarget_ *, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__GetEnumerator, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__IndexOf, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, ControllerTemplateElementTarget value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, ControllerTemplateElementTarget value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, ControllerTemplateElementTarget value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, int32_t index, ControllerTemplateElementTarget value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, ControllerTemplateElementTarget, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, int32_t index, ControllerTemplateElementTarget value, MethodInfo * method)); DO_APP_FUNC(0x01048310, void, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01048200, Object *, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010481B0, IEnumerator *, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__System_Collections_IList_Add, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__System_Collections_IList_Clear, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__System_Collections_IList_Contains, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__System_Collections_IList_Insert, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__System_Collections_IList_Remove, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__get_Count, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, ControllerTemplateElementTarget, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__get_Item, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Rewired_ControllerTemplateElementTarget_ *, ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget__get_Items, (ReadOnlyCollection_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_SplineMesh_CurveSample___ctor, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, IList_1_SplineMesh_CurveSample_ * list, MethodInfo * method)); DO_APP_FUNC(0x010487C0, bool, ReadOnlyCollection_1_SplineMesh_CurveSample__Contains, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, CurveSample value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_SplineMesh_CurveSample__CopyTo, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, CurveSample__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_SplineMesh_CurveSample_ *, ReadOnlyCollection_1_SplineMesh_CurveSample__GetEnumerator, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010488C0, int32_t, ReadOnlyCollection_1_SplineMesh_CurveSample__IndexOf, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, CurveSample value, MethodInfo * method)); DO_APP_FUNC(0x01048FC0, bool, ReadOnlyCollection_1_SplineMesh_CurveSample__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_SplineMesh_CurveSample__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, CurveSample value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_SplineMesh_CurveSample__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_SplineMesh_CurveSample__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, CurveSample value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_SplineMesh_CurveSample__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_SplineMesh_CurveSample__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, int32_t index, CurveSample value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_SplineMesh_CurveSample__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01048720, CurveSample, ReadOnlyCollection_1_SplineMesh_CurveSample__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_SplineMesh_CurveSample__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, int32_t index, CurveSample value, MethodInfo * method)); DO_APP_FUNC(0x01048B20, void, ReadOnlyCollection_1_SplineMesh_CurveSample__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_SplineMesh_CurveSample__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01048A10, Object *, ReadOnlyCollection_1_SplineMesh_CurveSample__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010489C0, IEnumerator *, ReadOnlyCollection_1_SplineMesh_CurveSample__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_SplineMesh_CurveSample__System_Collections_IList_Add, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_SplineMesh_CurveSample__System_Collections_IList_Clear, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010490D0, bool, ReadOnlyCollection_1_SplineMesh_CurveSample__System_Collections_IList_Contains, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01049200, int32_t, ReadOnlyCollection_1_SplineMesh_CurveSample__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_SplineMesh_CurveSample__System_Collections_IList_Insert, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_SplineMesh_CurveSample__System_Collections_IList_Remove, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_SplineMesh_CurveSample__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_SplineMesh_CurveSample__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_SplineMesh_CurveSample__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01048EE0, Object *, ReadOnlyCollection_1_SplineMesh_CurveSample__System_Collections_IList_get_Item, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_SplineMesh_CurveSample__System_Collections_IList_set_Item, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_SplineMesh_CurveSample__get_Count, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01048720, CurveSample, ReadOnlyCollection_1_SplineMesh_CurveSample__get_Item, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_SplineMesh_CurveSample_ *, ReadOnlyCollection_1_SplineMesh_CurveSample__get_Items, (ReadOnlyCollection_1_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument___ctor, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, IList_1_System_Reflection_CustomAttributeNamedArgument_ * list, MethodInfo * method)); DO_APP_FUNC(0x010493C0, bool, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__Contains, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, CustomAttributeNamedArgument value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__CopyTo, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, CustomAttributeNamedArgument__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_Reflection_CustomAttributeNamedArgument_ *, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__GetEnumerator, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010494A0, int32_t, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__IndexOf, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, CustomAttributeNamedArgument value, MethodInfo * method)); DO_APP_FUNC(0x01049B50, bool, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, CustomAttributeNamedArgument value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, CustomAttributeNamedArgument value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, int32_t index, CustomAttributeNamedArgument value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01049330, CustomAttributeNamedArgument, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, int32_t index, CustomAttributeNamedArgument value, MethodInfo * method)); DO_APP_FUNC(0x010496E0, void, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010495D0, Object *, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01049580, IEnumerator *, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__System_Collections_IList_Add, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01049C30, bool, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01049D30, int32_t, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01049A90, Object *, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__get_Count, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01049330, CustomAttributeNamedArgument, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__get_Item, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_Reflection_CustomAttributeNamedArgument_ *, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument__get_Items, (ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument___ctor, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, IList_1_System_Reflection_CustomAttributeTypedArgument_ * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75BD8, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument___ctor__MethodInfo); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__Contains, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, CustomAttributeTypedArgument value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__CopyTo, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, CustomAttributeTypedArgument__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_Reflection_CustomAttributeTypedArgument_ *, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__GetEnumerator, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__IndexOf, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, CustomAttributeTypedArgument value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, CustomAttributeTypedArgument value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, CustomAttributeTypedArgument value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, int32_t index, CustomAttributeTypedArgument value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, CustomAttributeTypedArgument, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, int32_t index, CustomAttributeTypedArgument value, MethodInfo * method)); DO_APP_FUNC(0x01049FA0, void, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01049E90, Object *, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01049E40, IEnumerator *, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__System_Collections_IList_Add, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__get_Count, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, CustomAttributeTypedArgument, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__get_Item, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_Reflection_CustomAttributeTypedArgument_ *, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument__get_Items, (ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_DateTime___ctor, (ReadOnlyCollection_1_System_DateTime_ * __this, IList_1_System_DateTime_ * list, MethodInfo * method)); DO_APP_FUNC(0x010380F0, bool, ReadOnlyCollection_1_System_DateTime__Contains, (ReadOnlyCollection_1_System_DateTime_ * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_DateTime__CopyTo, (ReadOnlyCollection_1_System_DateTime_ * __this, DateTime__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_DateTime_ *, ReadOnlyCollection_1_System_DateTime__GetEnumerator, (ReadOnlyCollection_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010381C0, int32_t, ReadOnlyCollection_1_System_DateTime__IndexOf, (ReadOnlyCollection_1_System_DateTime_ * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x01038820, bool, ReadOnlyCollection_1_System_DateTime__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_DateTime__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_DateTime_ * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_DateTime__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_DateTime__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_DateTime_ * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_DateTime__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_DateTime__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_DateTime_ * __this, int32_t index, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_DateTime__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_DateTime_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, DateTime, ReadOnlyCollection_1_System_DateTime__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_DateTime_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_DateTime__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_DateTime_ * __this, int32_t index, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x0104A510, void, ReadOnlyCollection_1_System_DateTime__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_DateTime_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_DateTime__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104A400, Object *, ReadOnlyCollection_1_System_DateTime__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104A3B0, IEnumerator *, ReadOnlyCollection_1_System_DateTime__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_DateTime__System_Collections_IList_Add, (ReadOnlyCollection_1_System_DateTime_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_DateTime__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010388F0, bool, ReadOnlyCollection_1_System_DateTime__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_DateTime_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010389E0, int32_t, ReadOnlyCollection_1_System_DateTime__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_DateTime_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_DateTime__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_DateTime_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_DateTime__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_DateTime_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_DateTime__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_DateTime_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_DateTime__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_DateTime__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038780, Object *, ReadOnlyCollection_1_System_DateTime__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_DateTime_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_DateTime__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_DateTime_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_DateTime__get_Count, (ReadOnlyCollection_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, DateTime, ReadOnlyCollection_1_System_DateTime__get_Item, (ReadOnlyCollection_1_System_DateTime_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_DateTime_ *, ReadOnlyCollection_1_System_DateTime__get_Items, (ReadOnlyCollection_1_System_DateTime_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_DateTimeOffset___ctor, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, IList_1_System_DateTimeOffset_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_System_DateTimeOffset__Contains, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, DateTimeOffset value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_DateTimeOffset__CopyTo, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, DateTimeOffset__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_DateTimeOffset_ *, ReadOnlyCollection_1_System_DateTimeOffset__GetEnumerator, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_System_DateTimeOffset__IndexOf, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, DateTimeOffset value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_System_DateTimeOffset__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_DateTimeOffset__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, DateTimeOffset value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_DateTimeOffset__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_DateTimeOffset__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, DateTimeOffset value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_DateTimeOffset__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_DateTimeOffset__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, int32_t index, DateTimeOffset value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_DateTimeOffset__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, DateTimeOffset, ReadOnlyCollection_1_System_DateTimeOffset__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_DateTimeOffset__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, int32_t index, DateTimeOffset value, MethodInfo * method)); DO_APP_FUNC(0x0104AA00, void, ReadOnlyCollection_1_System_DateTimeOffset__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_DateTimeOffset__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104A8F0, Object *, ReadOnlyCollection_1_System_DateTimeOffset__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104A8A0, IEnumerator *, ReadOnlyCollection_1_System_DateTimeOffset__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_DateTimeOffset__System_Collections_IList_Add, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_DateTimeOffset__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_System_DateTimeOffset__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_System_DateTimeOffset__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_DateTimeOffset__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_DateTimeOffset__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_DateTimeOffset__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_DateTimeOffset__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_DateTimeOffset__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_System_DateTimeOffset__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_DateTimeOffset__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_DateTimeOffset__get_Count, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, DateTimeOffset, ReadOnlyCollection_1_System_DateTimeOffset__get_Item, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_DateTimeOffset_ *, ReadOnlyCollection_1_System_DateTimeOffset__get_Items, (ReadOnlyCollection_1_System_DateTimeOffset_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Decimal___ctor, (ReadOnlyCollection_1_System_Decimal_ * __this, IList_1_System_Decimal_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_System_Decimal__Contains, (ReadOnlyCollection_1_System_Decimal_ * __this, Decimal value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Decimal__CopyTo, (ReadOnlyCollection_1_System_Decimal_ * __this, Decimal__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_Decimal_ *, ReadOnlyCollection_1_System_Decimal__GetEnumerator, (ReadOnlyCollection_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_System_Decimal__IndexOf, (ReadOnlyCollection_1_System_Decimal_ * __this, Decimal value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_System_Decimal__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Decimal__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Decimal_ * __this, Decimal value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Decimal__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Decimal__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Decimal_ * __this, Decimal value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Decimal__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Decimal__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Decimal_ * __this, int32_t index, Decimal value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Decimal__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Decimal_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, Decimal, ReadOnlyCollection_1_System_Decimal__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Decimal_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Decimal__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Decimal_ * __this, int32_t index, Decimal value, MethodInfo * method)); DO_APP_FUNC(0x0104AF70, void, ReadOnlyCollection_1_System_Decimal__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Decimal_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Decimal__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104AE60, Object *, ReadOnlyCollection_1_System_Decimal__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104AE10, IEnumerator *, ReadOnlyCollection_1_System_Decimal__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Decimal__System_Collections_IList_Add, (ReadOnlyCollection_1_System_Decimal_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Decimal__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_System_Decimal__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Decimal_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_System_Decimal__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Decimal_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Decimal__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Decimal_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Decimal__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Decimal_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Decimal__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Decimal_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Decimal__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Decimal__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_System_Decimal__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Decimal_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Decimal__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Decimal_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Decimal__get_Count, (ReadOnlyCollection_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, Decimal, ReadOnlyCollection_1_System_Decimal__get_Item, (ReadOnlyCollection_1_System_Decimal_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_Decimal_ *, ReadOnlyCollection_1_System_Decimal__get_Items, (ReadOnlyCollection_1_System_Decimal_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, IList_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * list, MethodInfo * method)); DO_APP_FUNC(0x010493C0, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__Contains, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__CopyTo, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010494A0, int32_t, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__IndexOf, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent value, MethodInfo * method)); DO_APP_FUNC(0x01049B50, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t index, DiagnosticEvent value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01049330, DiagnosticEvent, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t index, DiagnosticEvent value, MethodInfo * method)); DO_APP_FUNC(0x0104B4E0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104B3D0, Object *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104B380, IEnumerator *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01049C30, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01049D30, int32_t, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01049A90, Object *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__get_Count, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01049330, DiagnosticEvent, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__get_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__get_Items, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Double___ctor, (ReadOnlyCollection_1_System_Double_ * __this, IList_1_System_Double_ * list, MethodInfo * method)); DO_APP_FUNC(0x0104B8F0, bool, ReadOnlyCollection_1_System_Double__Contains, (ReadOnlyCollection_1_System_Double_ * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Double__CopyTo, (ReadOnlyCollection_1_System_Double_ * __this, Double__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_Double_ *, ReadOnlyCollection_1_System_Double__GetEnumerator, (ReadOnlyCollection_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104B9C0, int32_t, ReadOnlyCollection_1_System_Double__IndexOf, (ReadOnlyCollection_1_System_Double_ * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x0104C020, bool, ReadOnlyCollection_1_System_Double__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Double__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Double_ * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Double__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Double__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Double_ * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Double__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Double__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Double_ * __this, int32_t index, double value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Double__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Double_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0104B890, double, ReadOnlyCollection_1_System_Double__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Double_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Double__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Double_ * __this, int32_t index, double value, MethodInfo * method)); DO_APP_FUNC(0x0104BBF0, void, ReadOnlyCollection_1_System_Double__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Double_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Double__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104BAE0, Object *, ReadOnlyCollection_1_System_Double__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104BA90, IEnumerator *, ReadOnlyCollection_1_System_Double__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Double__System_Collections_IList_Add, (ReadOnlyCollection_1_System_Double_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Double__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104C0F0, bool, ReadOnlyCollection_1_System_Double__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Double_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0104C1E0, int32_t, ReadOnlyCollection_1_System_Double__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Double_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Double__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Double_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Double__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Double_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Double__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Double_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Double__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Double__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104BF80, Object *, ReadOnlyCollection_1_System_Double__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Double_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Double__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Double_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Double__get_Count, (ReadOnlyCollection_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104B890, double, ReadOnlyCollection_1_System_Double__get_Item, (ReadOnlyCollection_1_System_Double_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_Double_ *, ReadOnlyCollection_1_System_Double__get_Items, (ReadOnlyCollection_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, IList_1_UnityEngine_UIElements_EasingFunction_ * list, MethodInfo * method)); DO_APP_FUNC(0x01045B00, bool, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_EasingFunction_ *, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01045BD0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction value, MethodInfo * method)); DO_APP_FUNC(0x01046230, bool, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, EasingFunction value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, int32_t index, EasingFunction value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, EasingFunction, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, int32_t index, EasingFunction value, MethodInfo * method)); DO_APP_FUNC(0x0104C440, void, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104C330, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104C2E0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01046300, bool, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010463F0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01046190, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, EasingFunction, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_EasingFunction_ *, ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_EasingFunction_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo___ctor, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, IList_1_Rewired_ElementAssignmentConflictInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x0104C860, bool, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__Contains, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, ElementAssignmentConflictInfo value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__CopyTo, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, ElementAssignmentConflictInfo__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Rewired_ElementAssignmentConflictInfo_ *, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__GetEnumerator, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104C950, int32_t, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__IndexOf, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, ElementAssignmentConflictInfo value, MethodInfo * method)); DO_APP_FUNC(0x0104D020, bool, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, ElementAssignmentConflictInfo value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, ElementAssignmentConflictInfo value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, int32_t index, ElementAssignmentConflictInfo value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0104C7D0, ElementAssignmentConflictInfo, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, int32_t index, ElementAssignmentConflictInfo value, MethodInfo * method)); DO_APP_FUNC(0x0104CBA0, void, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104CA90, Object *, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104CA40, IEnumerator *, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__System_Collections_IList_Add, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__System_Collections_IList_Clear, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104D120, bool, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__System_Collections_IList_Contains, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0104D230, int32_t, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__System_Collections_IList_Insert, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__System_Collections_IList_Remove, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104CF50, Object *, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__get_Count, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104C7D0, ElementAssignmentConflictInfo, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__get_Item, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Rewired_ElementAssignmentConflictInfo_ *, ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo__get_Items, (ReadOnlyCollection_1_Rewired_ElementAssignmentConflictInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Discord_Entitlement___ctor, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, IList_1_Discord_Entitlement_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_Discord_Entitlement__Contains, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, Entitlement value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Discord_Entitlement__CopyTo, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, Entitlement__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Discord_Entitlement_ *, ReadOnlyCollection_1_Discord_Entitlement__GetEnumerator, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_Discord_Entitlement__IndexOf, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, Entitlement value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_Discord_Entitlement__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_Entitlement__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, Entitlement value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_Entitlement__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Discord_Entitlement__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, Entitlement value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Discord_Entitlement__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_Entitlement__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, int32_t index, Entitlement value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_Entitlement__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, Entitlement, ReadOnlyCollection_1_Discord_Entitlement__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_Entitlement__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, int32_t index, Entitlement value, MethodInfo * method)); DO_APP_FUNC(0x0104D4B0, void, ReadOnlyCollection_1_Discord_Entitlement__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Discord_Entitlement__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104D3A0, Object *, ReadOnlyCollection_1_Discord_Entitlement__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104D350, IEnumerator *, ReadOnlyCollection_1_Discord_Entitlement__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Discord_Entitlement__System_Collections_IList_Add, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_Entitlement__System_Collections_IList_Clear, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_Discord_Entitlement__System_Collections_IList_Contains, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_Discord_Entitlement__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_Entitlement__System_Collections_IList_Insert, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_Entitlement__System_Collections_IList_Remove, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_Entitlement__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Discord_Entitlement__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Discord_Entitlement__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_Discord_Entitlement__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_Entitlement__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Discord_Entitlement__get_Count, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, Entitlement, ReadOnlyCollection_1_Discord_Entitlement__get_Item, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Discord_Entitlement_ *, ReadOnlyCollection_1_Discord_Entitlement__get_Items, (ReadOnlyCollection_1_Discord_Entitlement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Photon_Bolt_EventReliable___ctor, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, IList_1_Photon_Bolt_EventReliable_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_Photon_Bolt_EventReliable__Contains, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, EventReliable value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Photon_Bolt_EventReliable__CopyTo, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, EventReliable__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Photon_Bolt_EventReliable_ *, ReadOnlyCollection_1_Photon_Bolt_EventReliable__GetEnumerator, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_Photon_Bolt_EventReliable__IndexOf, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, EventReliable value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_Photon_Bolt_EventReliable__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventReliable__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, EventReliable value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventReliable__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Photon_Bolt_EventReliable__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, EventReliable value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Photon_Bolt_EventReliable__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventReliable__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, int32_t index, EventReliable value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventReliable__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, EventReliable, ReadOnlyCollection_1_Photon_Bolt_EventReliable__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventReliable__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, int32_t index, EventReliable value, MethodInfo * method)); DO_APP_FUNC(0x0104DA30, void, ReadOnlyCollection_1_Photon_Bolt_EventReliable__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Photon_Bolt_EventReliable__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104D920, Object *, ReadOnlyCollection_1_Photon_Bolt_EventReliable__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104D8D0, IEnumerator *, ReadOnlyCollection_1_Photon_Bolt_EventReliable__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Photon_Bolt_EventReliable__System_Collections_IList_Add, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventReliable__System_Collections_IList_Clear, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_Photon_Bolt_EventReliable__System_Collections_IList_Contains, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_Photon_Bolt_EventReliable__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventReliable__System_Collections_IList_Insert, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventReliable__System_Collections_IList_Remove, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventReliable__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Photon_Bolt_EventReliable__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Photon_Bolt_EventReliable__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_Photon_Bolt_EventReliable__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventReliable__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Photon_Bolt_EventReliable__get_Count, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, EventReliable, ReadOnlyCollection_1_Photon_Bolt_EventReliable__get_Item, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Photon_Bolt_EventReliable_ *, ReadOnlyCollection_1_Photon_Bolt_EventReliable__get_Items, (ReadOnlyCollection_1_Photon_Bolt_EventReliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable___ctor, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, IList_1_Photon_Bolt_EventUnreliable_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__Contains, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, EventUnreliable value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__CopyTo, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, EventUnreliable__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Photon_Bolt_EventUnreliable_ *, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__GetEnumerator, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__IndexOf, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, EventUnreliable value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, EventUnreliable value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, EventUnreliable value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, int32_t index, EventUnreliable value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, EventUnreliable, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, int32_t index, EventUnreliable value, MethodInfo * method)); DO_APP_FUNC(0x0104DFA0, void, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104DE90, Object *, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104DE40, IEnumerator *, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__System_Collections_IList_Add, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__System_Collections_IList_Clear, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__System_Collections_IList_Contains, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__System_Collections_IList_Insert, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__System_Collections_IList_Remove, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__get_Count, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, EventUnreliable, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__get_Item, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Photon_Bolt_EventUnreliable_ *, ReadOnlyCollection_1_Photon_Bolt_EventUnreliable__get_Items, (ReadOnlyCollection_1_Photon_Bolt_EventUnreliable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Discord_FileStat___ctor, (ReadOnlyCollection_1_Discord_FileStat_ * __this, IList_1_Discord_FileStat_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_Discord_FileStat__Contains, (ReadOnlyCollection_1_Discord_FileStat_ * __this, FileStat value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Discord_FileStat__CopyTo, (ReadOnlyCollection_1_Discord_FileStat_ * __this, FileStat__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Discord_FileStat_ *, ReadOnlyCollection_1_Discord_FileStat__GetEnumerator, (ReadOnlyCollection_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_Discord_FileStat__IndexOf, (ReadOnlyCollection_1_Discord_FileStat_ * __this, FileStat value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_Discord_FileStat__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_FileStat__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Discord_FileStat_ * __this, FileStat value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_FileStat__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Discord_FileStat__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Discord_FileStat_ * __this, FileStat value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Discord_FileStat__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_FileStat__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Discord_FileStat_ * __this, int32_t index, FileStat value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_FileStat__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Discord_FileStat_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, FileStat, ReadOnlyCollection_1_Discord_FileStat__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Discord_FileStat_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_FileStat__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Discord_FileStat_ * __this, int32_t index, FileStat value, MethodInfo * method)); DO_APP_FUNC(0x0104E520, void, ReadOnlyCollection_1_Discord_FileStat__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Discord_FileStat_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Discord_FileStat__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104E410, Object *, ReadOnlyCollection_1_Discord_FileStat__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104E3C0, IEnumerator *, ReadOnlyCollection_1_Discord_FileStat__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Discord_FileStat__System_Collections_IList_Add, (ReadOnlyCollection_1_Discord_FileStat_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_FileStat__System_Collections_IList_Clear, (ReadOnlyCollection_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_Discord_FileStat__System_Collections_IList_Contains, (ReadOnlyCollection_1_Discord_FileStat_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_Discord_FileStat__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Discord_FileStat_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_FileStat__System_Collections_IList_Insert, (ReadOnlyCollection_1_Discord_FileStat_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_FileStat__System_Collections_IList_Remove, (ReadOnlyCollection_1_Discord_FileStat_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_FileStat__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Discord_FileStat_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Discord_FileStat__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Discord_FileStat__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_Discord_FileStat__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Discord_FileStat_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_FileStat__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Discord_FileStat_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Discord_FileStat__get_Count, (ReadOnlyCollection_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, FileStat, ReadOnlyCollection_1_Discord_FileStat__get_Item, (ReadOnlyCollection_1_Discord_FileStat_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Discord_FileStat_ *, ReadOnlyCollection_1_Discord_FileStat__get_Items, (ReadOnlyCollection_1_Discord_FileStat_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, IList_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * list, MethodInfo * method)); DO_APP_FUNC(0x0104C860, bool, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__Contains, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__CopyTo, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ *, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104C950, int32_t, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__IndexOf, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord value, MethodInfo * method)); DO_APP_FUNC(0x0104D020, bool, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t index, GlyphPairAdjustmentRecord value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0104C7D0, GlyphPairAdjustmentRecord, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t index, GlyphPairAdjustmentRecord value, MethodInfo * method)); DO_APP_FUNC(0x0104EAA0, void, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104E990, Object *, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104E940, IEnumerator *, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104D120, bool, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0104D230, int32_t, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104CF50, Object *, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__get_Count, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104C7D0, GlyphPairAdjustmentRecord, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__get_Item, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ *, ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__get_Items, (ReadOnlyCollection_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect___ctor, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, IList_1_UnityEngine_TextCore_GlyphRect_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__Contains, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__CopyTo, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_TextCore_GlyphRect_ *, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__IndexOf, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, GlyphRect value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, int32_t index, GlyphRect value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, GlyphRect, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, int32_t index, GlyphRect value, MethodInfo * method)); DO_APP_FUNC(0x0104EFB0, void, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104EEA0, Object *, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104EE50, IEnumerator *, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__get_Count, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, GlyphRect, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__get_Item, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_TextCore_GlyphRect_ *, ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect__get_Items, (ReadOnlyCollection_1_UnityEngine_TextCore_GlyphRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Guid___ctor, (ReadOnlyCollection_1_System_Guid_ * __this, IList_1_System_Guid_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_System_Guid__Contains, (ReadOnlyCollection_1_System_Guid_ * __this, Guid value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Guid__CopyTo, (ReadOnlyCollection_1_System_Guid_ * __this, Guid__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_Guid_ *, ReadOnlyCollection_1_System_Guid__GetEnumerator, (ReadOnlyCollection_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_System_Guid__IndexOf, (ReadOnlyCollection_1_System_Guid_ * __this, Guid value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_System_Guid__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Guid__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Guid_ * __this, Guid value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Guid__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Guid__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Guid_ * __this, Guid value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Guid__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Guid__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Guid_ * __this, int32_t index, Guid value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Guid__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Guid_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, Guid, ReadOnlyCollection_1_System_Guid__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Guid_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Guid__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Guid_ * __this, int32_t index, Guid value, MethodInfo * method)); DO_APP_FUNC(0x0104F520, void, ReadOnlyCollection_1_System_Guid__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Guid_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Guid__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104F410, Object *, ReadOnlyCollection_1_System_Guid__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104F3C0, IEnumerator *, ReadOnlyCollection_1_System_Guid__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Guid__System_Collections_IList_Add, (ReadOnlyCollection_1_System_Guid_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Guid__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_System_Guid__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Guid_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_System_Guid__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Guid_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Guid__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Guid_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Guid__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Guid_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Guid__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Guid_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Guid__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Guid__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_System_Guid__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Guid_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Guid__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Guid_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Guid__get_Count, (ReadOnlyCollection_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, Guid, ReadOnlyCollection_1_System_Guid__get_Item, (ReadOnlyCollection_1_System_Guid_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_Guid_ *, ReadOnlyCollection_1_System_Guid__get_Items, (ReadOnlyCollection_1_System_Guid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Rewired_InputActionSourceData___ctor, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, IList_1_Rewired_InputActionSourceData_ * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8C210, ReadOnlyCollection_1_Rewired_InputActionSourceData___ctor__MethodInfo); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_Rewired_InputActionSourceData__Contains, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, InputActionSourceData value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Rewired_InputActionSourceData__CopyTo, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, InputActionSourceData__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Rewired_InputActionSourceData_ *, ReadOnlyCollection_1_Rewired_InputActionSourceData__GetEnumerator, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_Rewired_InputActionSourceData__IndexOf, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, InputActionSourceData value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_Rewired_InputActionSourceData__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_InputActionSourceData__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, InputActionSourceData value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_InputActionSourceData__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Rewired_InputActionSourceData__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, InputActionSourceData value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_InputActionSourceData__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_InputActionSourceData__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, int32_t index, InputActionSourceData value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_InputActionSourceData__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, InputActionSourceData, ReadOnlyCollection_1_Rewired_InputActionSourceData__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_InputActionSourceData__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, int32_t index, InputActionSourceData value, MethodInfo * method)); DO_APP_FUNC(0x0104FA90, void, ReadOnlyCollection_1_Rewired_InputActionSourceData__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Rewired_InputActionSourceData__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104F980, Object *, ReadOnlyCollection_1_Rewired_InputActionSourceData__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104F930, IEnumerator *, ReadOnlyCollection_1_Rewired_InputActionSourceData__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Rewired_InputActionSourceData__System_Collections_IList_Add, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_InputActionSourceData__System_Collections_IList_Clear, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_Rewired_InputActionSourceData__System_Collections_IList_Contains, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_Rewired_InputActionSourceData__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_InputActionSourceData__System_Collections_IList_Insert, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_InputActionSourceData__System_Collections_IList_Remove, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_InputActionSourceData__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_InputActionSourceData__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_InputActionSourceData__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_Rewired_InputActionSourceData__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_InputActionSourceData__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Rewired_InputActionSourceData__get_Count, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, InputActionSourceData, ReadOnlyCollection_1_Rewired_InputActionSourceData__get_Item, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Rewired_InputActionSourceData_ *, ReadOnlyCollection_1_Rewired_InputActionSourceData__get_Items, (ReadOnlyCollection_1_Rewired_InputActionSourceData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding___ctor, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, IList_1_UnityEngine_InputSystem_InputBinding_ * list, MethodInfo * method)); DO_APP_FUNC(0x0104FF60, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_InputSystem_InputBinding_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01050070, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding value, MethodInfo * method)); DO_APP_FUNC(0x01050790, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, InputBinding value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, int32_t index, InputBinding value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0104FEB0, InputBinding, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, int32_t index, InputBinding value, MethodInfo * method)); DO_APP_FUNC(0x010502E0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010501D0, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01050180, IEnumerator *, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010508A0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010509D0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010506B0, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__get_Count, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104FEB0, InputBinding, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_InputSystem_InputBinding_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding__get_Items, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_XR_InputDevice___ctor, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, IList_1_UnityEngine_XR_InputDevice_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__Contains, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1 value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__CopyTo, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_XR_InputDevice_ *, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__IndexOf, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1 value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1 value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, InputDevice_1 value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, int32_t index, InputDevice_1 value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, InputDevice_1, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, int32_t index, InputDevice_1 value, MethodInfo * method)); DO_APP_FUNC(0x01050C60, void, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01050B50, Object *, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01050B00, IEnumerator *, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__get_Count, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, InputDevice_1, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__get_Item, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_XR_InputDevice_ *, ReadOnlyCollection_1_UnityEngine_XR_InputDevice__get_Items, (ReadOnlyCollection_1_UnityEngine_XR_InputDevice_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription___ctor, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, IList_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * list, MethodInfo * method)); DO_APP_FUNC(0x01040080, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040170, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription value, MethodInfo * method)); DO_APP_FUNC(0x01040850, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, InputDeviceDescription value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, int32_t index, InputDeviceDescription value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0103FFF0, InputDeviceDescription, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, int32_t index, InputDeviceDescription value, MethodInfo * method)); DO_APP_FUNC(0x010511D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010510C0, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01051070, IEnumerator *, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040950, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01040A60, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040780, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__get_Count, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103FFF0, InputDeviceDescription, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription__get_Items, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr___ctor, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, IList_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * list, MethodInfo * method)); DO_APP_FUNC(0x01051590, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010381C0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr value, MethodInfo * method)); DO_APP_FUNC(0x01038820, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, InputEventPtr value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, int32_t index, InputEventPtr value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, InputEventPtr, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, int32_t index, InputEventPtr value, MethodInfo * method)); DO_APP_FUNC(0x01051750, void, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01051640, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010515F0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010388F0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010389E0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038780, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__get_Count, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, InputEventPtr, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr__get_Items, (ReadOnlyCollection_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Int16___ctor, (ReadOnlyCollection_1_System_Int16_ * __this, IList_1_System_Int16_ * list, MethodInfo * method)); DO_APP_FUNC(0x01051AE0, bool, ReadOnlyCollection_1_System_Int16__Contains, (ReadOnlyCollection_1_System_Int16_ * __this, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Int16__CopyTo, (ReadOnlyCollection_1_System_Int16_ * __this, Int16__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_Int16_ *, ReadOnlyCollection_1_System_Int16__GetEnumerator, (ReadOnlyCollection_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01051BB0, int32_t, ReadOnlyCollection_1_System_Int16__IndexOf, (ReadOnlyCollection_1_System_Int16_ * __this, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x01044C90, bool, ReadOnlyCollection_1_System_Int16__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int16__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Int16_ * __this, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int16__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Int16__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Int16_ * __this, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Int16__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int16__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Int16_ * __this, int32_t index, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int16__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Int16_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, int16_t, ReadOnlyCollection_1_System_Int16__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Int16_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int16__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Int16_ * __this, int32_t index, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x01051D70, void, ReadOnlyCollection_1_System_Int16__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Int16_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Int16__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01051C60, Object *, ReadOnlyCollection_1_System_Int16__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01051C10, IEnumerator *, ReadOnlyCollection_1_System_Int16__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Int16__System_Collections_IList_Add, (ReadOnlyCollection_1_System_Int16_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int16__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01044D60, bool, ReadOnlyCollection_1_System_Int16__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Int16_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01044E50, int32_t, ReadOnlyCollection_1_System_Int16__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Int16_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int16__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Int16_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int16__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Int16_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int16__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Int16_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Int16__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Int16__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01044BF0, Object *, ReadOnlyCollection_1_System_Int16__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Int16_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int16__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Int16_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Int16__get_Count, (ReadOnlyCollection_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, int16_t, ReadOnlyCollection_1_System_Int16__get_Item, (ReadOnlyCollection_1_System_Int16_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_Int16_ *, ReadOnlyCollection_1_System_Int16__get_Items, (ReadOnlyCollection_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Pathfinding_Int3___ctor, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, IList_1_Pathfinding_Int3_ * list, MethodInfo * method)); DO_APP_FUNC(0x0103E450, bool, ReadOnlyCollection_1_Pathfinding_Int3__Contains, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, Int3 value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Pathfinding_Int3__CopyTo, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, Int3__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Pathfinding_Int3_ *, ReadOnlyCollection_1_Pathfinding_Int3__GetEnumerator, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103E530, int32_t, ReadOnlyCollection_1_Pathfinding_Int3__IndexOf, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, Int3 value, MethodInfo * method)); DO_APP_FUNC(0x0103ECA0, bool, ReadOnlyCollection_1_Pathfinding_Int3__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Int3__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, Int3 value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Int3__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Pathfinding_Int3__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, Int3 value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Pathfinding_Int3__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Int3__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, int32_t index, Int3 value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Int3__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01052100, Int3, ReadOnlyCollection_1_Pathfinding_Int3__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Int3__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, int32_t index, Int3 value, MethodInfo * method)); DO_APP_FUNC(0x010522E0, void, ReadOnlyCollection_1_Pathfinding_Int3__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Pathfinding_Int3__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010521D0, Object *, ReadOnlyCollection_1_Pathfinding_Int3__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01052180, IEnumerator *, ReadOnlyCollection_1_Pathfinding_Int3__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Pathfinding_Int3__System_Collections_IList_Add, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Int3__System_Collections_IList_Clear, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103ED80, bool, ReadOnlyCollection_1_Pathfinding_Int3__System_Collections_IList_Contains, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0103EE80, int32_t, ReadOnlyCollection_1_Pathfinding_Int3__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Int3__System_Collections_IList_Insert, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Int3__System_Collections_IList_Remove, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Int3__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Pathfinding_Int3__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Pathfinding_Int3__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01052680, Object *, ReadOnlyCollection_1_Pathfinding_Int3__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Int3__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Pathfinding_Int3__get_Count, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01052100, Int3, ReadOnlyCollection_1_Pathfinding_Int3__get_Item, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Pathfinding_Int3_ *, ReadOnlyCollection_1_Pathfinding_Int3__get_Items, (ReadOnlyCollection_1_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Int32___ctor, (ReadOnlyCollection_1_System_Int32_ * __this, IList_1_System_Int32_ * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4568, ReadOnlyCollection_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x01052730, bool, ReadOnlyCollection_1_System_Int32__Contains, (ReadOnlyCollection_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Int32__CopyTo, (ReadOnlyCollection_1_System_Int32_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_Int32_ *, ReadOnlyCollection_1_System_Int32__GetEnumerator, (ReadOnlyCollection_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01052790, int32_t, ReadOnlyCollection_1_System_Int32__IndexOf, (ReadOnlyCollection_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01046230, bool, ReadOnlyCollection_1_System_Int32__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int32__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int32__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Int32__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Int32__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int32__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Int32_ * __this, int32_t index, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int32__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01043120, int32_t, ReadOnlyCollection_1_System_Int32__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int32__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Int32_ * __this, int32_t index, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01052950, void, ReadOnlyCollection_1_System_Int32__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Int32__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01052840, Object *, ReadOnlyCollection_1_System_Int32__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010527F0, IEnumerator *, ReadOnlyCollection_1_System_Int32__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Int32__System_Collections_IList_Add, (ReadOnlyCollection_1_System_Int32_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int32__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01046300, bool, ReadOnlyCollection_1_System_Int32__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Int32_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010463F0, int32_t, ReadOnlyCollection_1_System_Int32__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Int32_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int32__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Int32_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int32__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Int32_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int32__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Int32__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Int32__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01052CE0, Object *, ReadOnlyCollection_1_System_Int32__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int32__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Int32_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Int32__get_Count, (ReadOnlyCollection_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01043120, int32_t, ReadOnlyCollection_1_System_Int32__get_Item, (ReadOnlyCollection_1_System_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_Int32_ *, ReadOnlyCollection_1_System_Int32__get_Items, (ReadOnlyCollection_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Int32Enum___ctor, (ReadOnlyCollection_1_System_Int32Enum_ * __this, IList_1_System_Int32Enum_ * list, MethodInfo * method)); DO_APP_FUNC(0x01052730, bool, ReadOnlyCollection_1_System_Int32Enum__Contains, (ReadOnlyCollection_1_System_Int32Enum_ * __this, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Int32Enum__CopyTo, (ReadOnlyCollection_1_System_Int32Enum_ * __this, Int32Enum__Enum__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_Int32Enum_ *, ReadOnlyCollection_1_System_Int32Enum__GetEnumerator, (ReadOnlyCollection_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01052790, int32_t, ReadOnlyCollection_1_System_Int32Enum__IndexOf, (ReadOnlyCollection_1_System_Int32Enum_ * __this, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01046230, bool, ReadOnlyCollection_1_System_Int32Enum__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int32Enum__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Int32Enum_ * __this, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int32Enum__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Int32Enum__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Int32Enum_ * __this, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Int32Enum__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int32Enum__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Int32Enum_ * __this, int32_t index, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int32Enum__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Int32Enum_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01043120, Int32Enum__Enum, ReadOnlyCollection_1_System_Int32Enum__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Int32Enum_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int32Enum__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Int32Enum_ * __this, int32_t index, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01052EE0, void, ReadOnlyCollection_1_System_Int32Enum__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Int32Enum_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Int32Enum__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01052DD0, Object *, ReadOnlyCollection_1_System_Int32Enum__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01052D80, IEnumerator *, ReadOnlyCollection_1_System_Int32Enum__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Int32Enum__System_Collections_IList_Add, (ReadOnlyCollection_1_System_Int32Enum_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int32Enum__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01046300, bool, ReadOnlyCollection_1_System_Int32Enum__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Int32Enum_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010463F0, int32_t, ReadOnlyCollection_1_System_Int32Enum__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Int32Enum_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int32Enum__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Int32Enum_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int32Enum__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Int32Enum_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int32Enum__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Int32Enum_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Int32Enum__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Int32Enum__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01052CE0, Object *, ReadOnlyCollection_1_System_Int32Enum__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Int32Enum_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int32Enum__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Int32Enum_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Int32Enum__get_Count, (ReadOnlyCollection_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01043120, Int32Enum__Enum, ReadOnlyCollection_1_System_Int32Enum__get_Item, (ReadOnlyCollection_1_System_Int32Enum_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_Int32Enum_ *, ReadOnlyCollection_1_System_Int32Enum__get_Items, (ReadOnlyCollection_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Int64___ctor, (ReadOnlyCollection_1_System_Int64_ * __this, IList_1_System_Int64_ * list, MethodInfo * method)); DO_APP_FUNC(0x01053270, bool, ReadOnlyCollection_1_System_Int64__Contains, (ReadOnlyCollection_1_System_Int64_ * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Int64__CopyTo, (ReadOnlyCollection_1_System_Int64_ * __this, Int64__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_Int64_ *, ReadOnlyCollection_1_System_Int64__GetEnumerator, (ReadOnlyCollection_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01053340, int32_t, ReadOnlyCollection_1_System_Int64__IndexOf, (ReadOnlyCollection_1_System_Int64_ * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01038820, bool, ReadOnlyCollection_1_System_Int64__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int64__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Int64_ * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int64__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Int64__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Int64_ * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Int64__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int64__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Int64_ * __this, int32_t index, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int64__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Int64_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, int64_t, ReadOnlyCollection_1_System_Int64__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Int64_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int64__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Int64_ * __this, int32_t index, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01053500, void, ReadOnlyCollection_1_System_Int64__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Int64_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Int64__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010533F0, Object *, ReadOnlyCollection_1_System_Int64__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010533A0, IEnumerator *, ReadOnlyCollection_1_System_Int64__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Int64__System_Collections_IList_Add, (ReadOnlyCollection_1_System_Int64_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int64__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010388F0, bool, ReadOnlyCollection_1_System_Int64__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Int64_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010389E0, int32_t, ReadOnlyCollection_1_System_Int64__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Int64_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int64__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Int64_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int64__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Int64_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int64__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Int64_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Int64__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Int64__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038780, Object *, ReadOnlyCollection_1_System_Int64__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Int64_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Int64__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Int64_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Int64__get_Count, (ReadOnlyCollection_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, int64_t, ReadOnlyCollection_1_System_Int64__get_Item, (ReadOnlyCollection_1_System_Int64_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_Int64_ *, ReadOnlyCollection_1_System_Int64__get_Items, (ReadOnlyCollection_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint___ctor, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, IList_1_Pathfinding_ClipperLib_IntPoint_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__Contains, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, IntPoint value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__CopyTo, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, IntPoint__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Pathfinding_ClipperLib_IntPoint_ *, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__GetEnumerator, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__IndexOf, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, IntPoint value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, IntPoint value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, IntPoint value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, int32_t index, IntPoint value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, IntPoint, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, int32_t index, IntPoint value, MethodInfo * method)); DO_APP_FUNC(0x010539F0, void, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010538E0, Object *, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01053890, IEnumerator *, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__System_Collections_IList_Add, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__System_Collections_IList_Clear, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__System_Collections_IList_Contains, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__System_Collections_IList_Insert, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__System_Collections_IList_Remove, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__get_Count, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, IntPoint, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__get_Item, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Pathfinding_ClipperLib_IntPoint_ *, ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint__get_Items, (ReadOnlyCollection_1_Pathfinding_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Pathfinding_IntRect___ctor, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, IList_1_Pathfinding_IntRect_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_Pathfinding_IntRect__Contains, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, IntRect value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Pathfinding_IntRect__CopyTo, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, IntRect__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Pathfinding_IntRect_ *, ReadOnlyCollection_1_Pathfinding_IntRect__GetEnumerator, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_Pathfinding_IntRect__IndexOf, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, IntRect value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_Pathfinding_IntRect__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_IntRect__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, IntRect value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_IntRect__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Pathfinding_IntRect__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, IntRect value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Pathfinding_IntRect__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_IntRect__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, int32_t index, IntRect value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_IntRect__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, IntRect, ReadOnlyCollection_1_Pathfinding_IntRect__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_IntRect__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, int32_t index, IntRect value, MethodInfo * method)); DO_APP_FUNC(0x01053F60, void, ReadOnlyCollection_1_Pathfinding_IntRect__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Pathfinding_IntRect__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01053E50, Object *, ReadOnlyCollection_1_Pathfinding_IntRect__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01053E00, IEnumerator *, ReadOnlyCollection_1_Pathfinding_IntRect__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Pathfinding_IntRect__System_Collections_IList_Add, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_IntRect__System_Collections_IList_Clear, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_Pathfinding_IntRect__System_Collections_IList_Contains, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_Pathfinding_IntRect__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_IntRect__System_Collections_IList_Insert, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_IntRect__System_Collections_IList_Remove, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_IntRect__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Pathfinding_IntRect__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Pathfinding_IntRect__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_Pathfinding_IntRect__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_IntRect__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Pathfinding_IntRect__get_Count, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, IntRect, ReadOnlyCollection_1_Pathfinding_IntRect__get_Item, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Pathfinding_IntRect_ *, ReadOnlyCollection_1_Pathfinding_IntRect__get_Items, (ReadOnlyCollection_1_Pathfinding_IntRect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString___ctor, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IList_1_UnityEngine_InputSystem_Utilities_InternedString_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t index, InternedString value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, InternedString, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t index, InternedString value, MethodInfo * method)); DO_APP_FUNC(0x010544D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010543C0, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01054370, IEnumerator *, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__get_Count, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, InternedString, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_InputSystem_Utilities_InternedString_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString__get_Items, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo___ctor, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, IList_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__Contains, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, InterpretedFrameInfo value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__CopyTo, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, InterpretedFrameInfo__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ *, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__GetEnumerator, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__IndexOf, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, InterpretedFrameInfo value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, InterpretedFrameInfo value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, InterpretedFrameInfo value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, int32_t index, InterpretedFrameInfo value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, InterpretedFrameInfo, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, int32_t index, InterpretedFrameInfo value, MethodInfo * method)); DO_APP_FUNC(0x01054A40, void, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01054930, Object *, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010548E0, IEnumerator *, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IList_Add, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__get_Count, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, InterpretedFrameInfo, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__get_Item, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ *, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo__get_Items, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode___ctor, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IList_1_UnityEngine_Timeline_IntervalTreeNode_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__Contains, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IntervalTreeNode value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__CopyTo, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IntervalTreeNode__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Timeline_IntervalTreeNode_ *, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__IndexOf, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IntervalTreeNode value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IntervalTreeNode value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, IntervalTreeNode value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, int32_t index, IntervalTreeNode value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, IntervalTreeNode, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, int32_t index, IntervalTreeNode value, MethodInfo * method)); DO_APP_FUNC(0x01054FB0, void, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01054EA0, Object *, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01054E50, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__get_Count, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, IntervalTreeNode, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__get_Item, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Timeline_IntervalTreeNode_ *, ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode__get_Items, (ReadOnlyCollection_1_UnityEngine_Timeline_IntervalTreeNode_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount___ctor, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, IList_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__Contains, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, ItemDefinitionAmount value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__CopyTo, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, ItemDefinitionAmount__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ *, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__GetEnumerator, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__IndexOf, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, ItemDefinitionAmount value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, ItemDefinitionAmount value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, ItemDefinitionAmount value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, int32_t index, ItemDefinitionAmount value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, ItemDefinitionAmount, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, int32_t index, ItemDefinitionAmount value, MethodInfo * method)); DO_APP_FUNC(0x01055530, void, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01055420, Object *, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010553D0, IEnumerator *, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IList_Add, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IList_Clear, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IList_Contains, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IList_Insert, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IList_Remove, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__get_Count, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, ItemDefinitionAmount, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__get_Item, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ *, ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount__get_Items, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_KickedPlayer___ctor, (ReadOnlyCollection_1_KickedPlayer_ * __this, IList_1_KickedPlayer_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_KickedPlayer__Contains, (ReadOnlyCollection_1_KickedPlayer_ * __this, KickedPlayer value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_KickedPlayer__CopyTo, (ReadOnlyCollection_1_KickedPlayer_ * __this, KickedPlayer__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_KickedPlayer_ *, ReadOnlyCollection_1_KickedPlayer__GetEnumerator, (ReadOnlyCollection_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_KickedPlayer__IndexOf, (ReadOnlyCollection_1_KickedPlayer_ * __this, KickedPlayer value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_KickedPlayer__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_KickedPlayer__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_KickedPlayer_ * __this, KickedPlayer value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_KickedPlayer__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_KickedPlayer__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_KickedPlayer_ * __this, KickedPlayer value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_KickedPlayer__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_KickedPlayer__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_KickedPlayer_ * __this, int32_t index, KickedPlayer value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_KickedPlayer__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_KickedPlayer_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, KickedPlayer, ReadOnlyCollection_1_KickedPlayer__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_KickedPlayer_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_KickedPlayer__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_KickedPlayer_ * __this, int32_t index, KickedPlayer value, MethodInfo * method)); DO_APP_FUNC(0x01055AB0, void, ReadOnlyCollection_1_KickedPlayer__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_KickedPlayer_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_KickedPlayer__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010559A0, Object *, ReadOnlyCollection_1_KickedPlayer__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01055950, IEnumerator *, ReadOnlyCollection_1_KickedPlayer__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_KickedPlayer__System_Collections_IList_Add, (ReadOnlyCollection_1_KickedPlayer_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_KickedPlayer__System_Collections_IList_Clear, (ReadOnlyCollection_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_KickedPlayer__System_Collections_IList_Contains, (ReadOnlyCollection_1_KickedPlayer_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_KickedPlayer__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_KickedPlayer_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_KickedPlayer__System_Collections_IList_Insert, (ReadOnlyCollection_1_KickedPlayer_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_KickedPlayer__System_Collections_IList_Remove, (ReadOnlyCollection_1_KickedPlayer_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_KickedPlayer__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_KickedPlayer_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_KickedPlayer__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_KickedPlayer__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_KickedPlayer__System_Collections_IList_get_Item, (ReadOnlyCollection_1_KickedPlayer_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_KickedPlayer__System_Collections_IList_set_Item, (ReadOnlyCollection_1_KickedPlayer_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_KickedPlayer__get_Count, (ReadOnlyCollection_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, KickedPlayer, ReadOnlyCollection_1_KickedPlayer__get_Item, (ReadOnlyCollection_1_KickedPlayer_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_KickedPlayer_ *, ReadOnlyCollection_1_KickedPlayer__get_Items, (ReadOnlyCollection_1_KickedPlayer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_LayerMask___ctor, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, IList_1_UnityEngine_LayerMask_ * list, MethodInfo * method)); DO_APP_FUNC(0x01045B00, bool, ReadOnlyCollection_1_UnityEngine_LayerMask__Contains, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_LayerMask__CopyTo, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, LayerMask__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_LayerMask_ *, ReadOnlyCollection_1_UnityEngine_LayerMask__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01045BD0, int32_t, ReadOnlyCollection_1_UnityEngine_LayerMask__IndexOf, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x01046230, bool, ReadOnlyCollection_1_UnityEngine_LayerMask__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_LayerMask__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_LayerMask__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_LayerMask__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_LayerMask__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_LayerMask__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, int32_t index, LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_LayerMask__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, LayerMask, ReadOnlyCollection_1_UnityEngine_LayerMask__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_LayerMask__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, int32_t index, LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x01056020, void, ReadOnlyCollection_1_UnityEngine_LayerMask__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_LayerMask__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01055F10, Object *, ReadOnlyCollection_1_UnityEngine_LayerMask__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01055EC0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_LayerMask__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_LayerMask__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_LayerMask__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01046300, bool, ReadOnlyCollection_1_UnityEngine_LayerMask__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010463F0, int32_t, ReadOnlyCollection_1_UnityEngine_LayerMask__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_LayerMask__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_LayerMask__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_LayerMask__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_LayerMask__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_LayerMask__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01046190, Object *, ReadOnlyCollection_1_UnityEngine_LayerMask__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_LayerMask__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_LayerMask__get_Count, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, LayerMask, ReadOnlyCollection_1_UnityEngine_LayerMask__get_Item, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_LayerMask_ *, ReadOnlyCollection_1_UnityEngine_LayerMask__get_Items, (ReadOnlyCollection_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, IList_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * list, MethodInfo * method)); DO_APP_FUNC(0x0103E450, bool, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter_ *, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103E530, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter value, MethodInfo * method)); DO_APP_FUNC(0x0103ECA0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, ManipulatorActivationFilter value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, int32_t index, ManipulatorActivationFilter value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0103E370, ManipulatorActivationFilter, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, int32_t index, ManipulatorActivationFilter value, MethodInfo * method)); DO_APP_FUNC(0x01056510, void, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01056400, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010563B0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103ED80, bool, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0103EE80, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103EB90, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103E370, ManipulatorActivationFilter, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_ManipulatorActivationFilter_ *, ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Matrix4x4___ctor, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, IList_1_UnityEngine_Matrix4x4_ * list, MethodInfo * method)); DO_APP_FUNC(0x010569C0, bool, ReadOnlyCollection_1_UnityEngine_Matrix4x4__Contains, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4 value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Matrix4x4__CopyTo, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Matrix4x4_ *, ReadOnlyCollection_1_UnityEngine_Matrix4x4__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01056AB0, int32_t, ReadOnlyCollection_1_UnityEngine_Matrix4x4__IndexOf, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4 value, MethodInfo * method)); DO_APP_FUNC(0x01057190, bool, ReadOnlyCollection_1_UnityEngine_Matrix4x4__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Matrix4x4__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4 value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Matrix4x4__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Matrix4x4__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4 value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Matrix4x4__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Matrix4x4__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, int32_t index, Matrix4x4 value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Matrix4x4__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01056930, Matrix4x4, ReadOnlyCollection_1_UnityEngine_Matrix4x4__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Matrix4x4__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, int32_t index, Matrix4x4 value, MethodInfo * method)); DO_APP_FUNC(0x01056D00, void, ReadOnlyCollection_1_UnityEngine_Matrix4x4__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Matrix4x4__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01056BF0, Object *, ReadOnlyCollection_1_UnityEngine_Matrix4x4__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01056BA0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Matrix4x4__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Matrix4x4__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Matrix4x4__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01057270, bool, ReadOnlyCollection_1_UnityEngine_Matrix4x4__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01057380, int32_t, ReadOnlyCollection_1_UnityEngine_Matrix4x4__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Matrix4x4__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Matrix4x4__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Matrix4x4__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Matrix4x4__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Matrix4x4__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010570C0, Object *, ReadOnlyCollection_1_UnityEngine_Matrix4x4__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Matrix4x4__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Matrix4x4__get_Count, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01056930, Matrix4x4, ReadOnlyCollection_1_UnityEngine_Matrix4x4__get_Item, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Matrix4x4_ *, ReadOnlyCollection_1_UnityEngine_Matrix4x4__get_Items, (ReadOnlyCollection_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters___ctor, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, IList_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, NameAndParameters value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, NameAndParameters__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, NameAndParameters value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, NameAndParameters value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, NameAndParameters value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, int32_t index, NameAndParameters value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, NameAndParameters, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, int32_t index, NameAndParameters value, MethodInfo * method)); DO_APP_FUNC(0x01057600, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010574F0, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010574A0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__get_Count, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, NameAndParameters, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters__get_Items, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue___ctor, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, IList_1_UnityEngine_InputSystem_Utilities_NamedValue_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, NamedValue value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, int32_t index, NamedValue value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, NamedValue, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, int32_t index, NamedValue value, MethodInfo * method)); DO_APP_FUNC(0x01057B80, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01057A70, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01057A20, IEnumerator *, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__get_Count, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, NamedValue, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_InputSystem_Utilities_NamedValue_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue__get_Items, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_NamedValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo___ctor, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, IList_1_Photon_Bolt_NetworkPropertyInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034DF0, bool, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__Contains, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, NetworkPropertyInfo value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__CopyTo, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, NetworkPropertyInfo__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Photon_Bolt_NetworkPropertyInfo_ *, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__GetEnumerator, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034ED0, int32_t, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__IndexOf, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, NetworkPropertyInfo value, MethodInfo * method)); DO_APP_FUNC(0x01035640, bool, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, NetworkPropertyInfo value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, NetworkPropertyInfo value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, int32_t index, NetworkPropertyInfo value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01034D10, NetworkPropertyInfo, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, int32_t index, NetworkPropertyInfo value, MethodInfo * method)); DO_APP_FUNC(0x01058100, void, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01057FF0, Object *, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01057FA0, IEnumerator *, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_IList_Add, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_IList_Clear, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035710, bool, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_IList_Contains, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01035810, int32_t, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_IList_Insert, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_IList_Remove, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035530, Object *, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__get_Count, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034D10, NetworkPropertyInfo, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__get_Item, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Photon_Bolt_NetworkPropertyInfo_ *, ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo__get_Items, (ReadOnlyCollection_1_Photon_Bolt_NetworkPropertyInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Object___ctor, (ReadOnlyCollection_1_System_Object_ * __this, IList_1_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x01058520, bool, ReadOnlyCollection_1_System_Object__Contains, (ReadOnlyCollection_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Object__CopyTo, (ReadOnlyCollection_1_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_Object_ *, ReadOnlyCollection_1_System_Object__GetEnumerator, (ReadOnlyCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01053340, int32_t, ReadOnlyCollection_1_System_Object__IndexOf, (ReadOnlyCollection_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01058A30, bool, ReadOnlyCollection_1_System_Object__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Object__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Object__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Object__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Object__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Object__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Object__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01043120, Object *, ReadOnlyCollection_1_System_Object__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Object__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010586E0, void, ReadOnlyCollection_1_System_Object__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Object__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010585D0, Object *, ReadOnlyCollection_1_System_Object__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01058580, IEnumerator *, ReadOnlyCollection_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Object__System_Collections_IList_Add, (ReadOnlyCollection_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Object__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01058A90, bool, ReadOnlyCollection_1_System_Object__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01058B80, int32_t, ReadOnlyCollection_1_System_Object__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Object__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Object__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Object__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Object__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Object__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01043120, Object *, ReadOnlyCollection_1_System_Object__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Object__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Object__get_Count, (ReadOnlyCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01043120, Object *, ReadOnlyCollection_1_System_Object__get_Item, (ReadOnlyCollection_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_Object_ *, ReadOnlyCollection_1_System_Object__get_Items, (ReadOnlyCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData___ctor, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, IList_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * list, MethodInfo * method)); DO_APP_FUNC(0x010493C0, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__Contains, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, ObjectInitializationData value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__CopyTo, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, ObjectInitializationData__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010494A0, int32_t, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__IndexOf, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, ObjectInitializationData value, MethodInfo * method)); DO_APP_FUNC(0x01049B50, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, ObjectInitializationData value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, ObjectInitializationData value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, int32_t index, ObjectInitializationData value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01049330, ObjectInitializationData, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, int32_t index, ObjectInitializationData value, MethodInfo * method)); DO_APP_FUNC(0x01058DE0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01058CD0, Object *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01058C80, IEnumerator *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01049C30, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01049D30, int32_t, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01049A90, Object *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__get_Count, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01049330, ObjectInitializationData, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__get_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData__get_Items, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel___ctor, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, IList_1_Dissonance_Networking_Client_OpenChannel_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034DF0, bool, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__Contains, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, OpenChannel value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__CopyTo, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, OpenChannel__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Dissonance_Networking_Client_OpenChannel_ *, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__GetEnumerator, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034ED0, int32_t, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__IndexOf, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, OpenChannel value, MethodInfo * method)); DO_APP_FUNC(0x01035640, bool, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, OpenChannel value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, OpenChannel value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, int32_t index, OpenChannel value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01034D10, OpenChannel, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, int32_t index, OpenChannel value, MethodInfo * method)); DO_APP_FUNC(0x010592F0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010591E0, Object *, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01059190, IEnumerator *, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__System_Collections_IList_Add, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__System_Collections_IList_Clear, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035710, bool, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__System_Collections_IList_Contains, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01035810, int32_t, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__System_Collections_IList_Insert, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__System_Collections_IList_Remove, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035530, Object *, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__get_Count, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034D10, OpenChannel, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__get_Item, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Dissonance_Networking_Client_OpenChannel_ *, ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel__get_Items, (ReadOnlyCollection_1_Dissonance_Networking_Client_OpenChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats___ctor, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, IList_1_Photon_Bolt_Internal_PacketStats_ * list, MethodInfo * method)); DO_APP_FUNC(0x0103E450, bool, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__Contains, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__CopyTo, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Photon_Bolt_Internal_PacketStats_ *, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__GetEnumerator, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103E530, int32_t, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__IndexOf, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats value, MethodInfo * method)); DO_APP_FUNC(0x0103ECA0, bool, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, PacketStats value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, int32_t index, PacketStats value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0103E370, PacketStats, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, int32_t index, PacketStats value, MethodInfo * method)); DO_APP_FUNC(0x01059870, void, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01059760, Object *, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01059710, IEnumerator *, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__System_Collections_IList_Add, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__System_Collections_IList_Clear, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103ED80, bool, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__System_Collections_IList_Contains, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0103EE80, int32_t, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__System_Collections_IList_Insert, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__System_Collections_IList_Remove, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103EB90, Object *, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__get_Count, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103E370, PacketStats, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__get_Item, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Photon_Bolt_Internal_PacketStats_ *, ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats__get_Items, (ReadOnlyCollection_1_Photon_Bolt_Internal_PacketStats_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent___ctor, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, IList_1_UnityEngine_ParticleCollisionEvent_ * list, MethodInfo * method)); DO_APP_FUNC(0x01040C10, bool, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__Contains, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, ParticleCollisionEvent value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__CopyTo, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, ParticleCollisionEvent__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_ParticleCollisionEvent_ *, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040D00, int32_t, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__IndexOf, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, ParticleCollisionEvent value, MethodInfo * method)); DO_APP_FUNC(0x010413C0, bool, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, ParticleCollisionEvent value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, ParticleCollisionEvent value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, int32_t index, ParticleCollisionEvent value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01040B80, ParticleCollisionEvent, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, int32_t index, ParticleCollisionEvent value, MethodInfo * method)); DO_APP_FUNC(0x01059DF0, void, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01059CE0, Object *, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01059C90, IEnumerator *, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010414B0, bool, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010415B0, int32_t, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01041300, Object *, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__get_Count, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040B80, ParticleCollisionEvent, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__get_Item, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_ParticleCollisionEvent_ *, ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent__get_Items, (ReadOnlyCollection_1_UnityEngine_ParticleCollisionEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Rewired_PidVid___ctor, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, IList_1_Rewired_PidVid_ * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4560, ReadOnlyCollection_1_Rewired_PidVid___ctor__MethodInfo); DO_APP_FUNC(0x01045B00, bool, ReadOnlyCollection_1_Rewired_PidVid__Contains, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, PidVid value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Rewired_PidVid__CopyTo, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, PidVid__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Rewired_PidVid_ *, ReadOnlyCollection_1_Rewired_PidVid__GetEnumerator, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01045BD0, int32_t, ReadOnlyCollection_1_Rewired_PidVid__IndexOf, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, PidVid value, MethodInfo * method)); DO_APP_FUNC(0x01046230, bool, ReadOnlyCollection_1_Rewired_PidVid__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_PidVid__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, PidVid value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_PidVid__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Rewired_PidVid__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, PidVid value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_PidVid__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_PidVid__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, int32_t index, PidVid value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_PidVid__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, PidVid, ReadOnlyCollection_1_Rewired_PidVid__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_PidVid__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, int32_t index, PidVid value, MethodInfo * method)); DO_APP_FUNC(0x0105A300, void, ReadOnlyCollection_1_Rewired_PidVid__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Rewired_PidVid__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105A1F0, Object *, ReadOnlyCollection_1_Rewired_PidVid__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105A1A0, IEnumerator *, ReadOnlyCollection_1_Rewired_PidVid__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Rewired_PidVid__System_Collections_IList_Add, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_PidVid__System_Collections_IList_Clear, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01046300, bool, ReadOnlyCollection_1_Rewired_PidVid__System_Collections_IList_Contains, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010463F0, int32_t, ReadOnlyCollection_1_Rewired_PidVid__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_PidVid__System_Collections_IList_Insert, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_PidVid__System_Collections_IList_Remove, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_PidVid__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_PidVid__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_PidVid__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01046190, Object *, ReadOnlyCollection_1_Rewired_PidVid__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_PidVid__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Rewired_PidVid__get_Count, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, PidVid, ReadOnlyCollection_1_Rewired_PidVid__get_Item, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Rewired_PidVid_ *, ReadOnlyCollection_1_Rewired_PidVid__get_Items, (ReadOnlyCollection_1_Rewired_PidVid_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Playables_Playable___ctor, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, IList_1_UnityEngine_Playables_Playable_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_Playables_Playable__Contains, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, Playable value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Playables_Playable__CopyTo, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, Playable__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Playables_Playable_ *, ReadOnlyCollection_1_UnityEngine_Playables_Playable__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_Playables_Playable__IndexOf, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, Playable value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_Playables_Playable__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Playables_Playable__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, Playable value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Playables_Playable__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Playables_Playable__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, Playable value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Playables_Playable__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Playables_Playable__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, int32_t index, Playable value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Playables_Playable__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, Playable, ReadOnlyCollection_1_UnityEngine_Playables_Playable__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Playables_Playable__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, int32_t index, Playable value, MethodInfo * method)); DO_APP_FUNC(0x0105A7F0, void, ReadOnlyCollection_1_UnityEngine_Playables_Playable__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Playables_Playable__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105A6E0, Object *, ReadOnlyCollection_1_UnityEngine_Playables_Playable__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105A690, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Playables_Playable__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Playables_Playable__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Playables_Playable__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_Playables_Playable__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_Playables_Playable__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Playables_Playable__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Playables_Playable__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Playables_Playable__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Playables_Playable__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Playables_Playable__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_Playables_Playable__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Playables_Playable__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Playables_Playable__get_Count, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, Playable, ReadOnlyCollection_1_UnityEngine_Playables_Playable__get_Item, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Playables_Playable_ *, ReadOnlyCollection_1_UnityEngine_Playables_Playable__get_Items, (ReadOnlyCollection_1_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding___ctor, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, IList_1_UnityEngine_Playables_PlayableBinding_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034DF0, bool, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__Contains, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, PlayableBinding value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__CopyTo, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, PlayableBinding__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Playables_PlayableBinding_ *, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034ED0, int32_t, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__IndexOf, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, PlayableBinding value, MethodInfo * method)); DO_APP_FUNC(0x01035640, bool, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, PlayableBinding value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, PlayableBinding value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, int32_t index, PlayableBinding value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01034D10, PlayableBinding, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, int32_t index, PlayableBinding value, MethodInfo * method)); DO_APP_FUNC(0x0105AD60, void, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105AC50, Object *, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105AC00, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035710, bool, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01035810, int32_t, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035530, Object *, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__get_Count, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034D10, PlayableBinding, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__get_Item, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Playables_PlayableBinding_ *, ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding__get_Items, (ReadOnlyCollection_1_UnityEngine_Playables_PlayableBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Photon_Bolt_Priority___ctor, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, IList_1_Photon_Bolt_Priority_ * list, MethodInfo * method)); DO_APP_FUNC(0x0103E450, bool, ReadOnlyCollection_1_Photon_Bolt_Priority__Contains, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, Priority value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Photon_Bolt_Priority__CopyTo, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, Priority__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Photon_Bolt_Priority_ *, ReadOnlyCollection_1_Photon_Bolt_Priority__GetEnumerator, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103E530, int32_t, ReadOnlyCollection_1_Photon_Bolt_Priority__IndexOf, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, Priority value, MethodInfo * method)); DO_APP_FUNC(0x0103ECA0, bool, ReadOnlyCollection_1_Photon_Bolt_Priority__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Priority__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, Priority value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Priority__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Photon_Bolt_Priority__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, Priority value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Photon_Bolt_Priority__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Priority__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, int32_t index, Priority value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Priority__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0103E370, Priority, ReadOnlyCollection_1_Photon_Bolt_Priority__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Priority__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, int32_t index, Priority value, MethodInfo * method)); DO_APP_FUNC(0x0105B2E0, void, ReadOnlyCollection_1_Photon_Bolt_Priority__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Photon_Bolt_Priority__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105B1D0, Object *, ReadOnlyCollection_1_Photon_Bolt_Priority__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105B180, IEnumerator *, ReadOnlyCollection_1_Photon_Bolt_Priority__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Photon_Bolt_Priority__System_Collections_IList_Add, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Priority__System_Collections_IList_Clear, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103ED80, bool, ReadOnlyCollection_1_Photon_Bolt_Priority__System_Collections_IList_Contains, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0103EE80, int32_t, ReadOnlyCollection_1_Photon_Bolt_Priority__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Priority__System_Collections_IList_Insert, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Priority__System_Collections_IList_Remove, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Priority__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Photon_Bolt_Priority__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Photon_Bolt_Priority__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103EB90, Object *, ReadOnlyCollection_1_Photon_Bolt_Priority__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_Priority__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Photon_Bolt_Priority__get_Count, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103E370, Priority, ReadOnlyCollection_1_Photon_Bolt_Priority__get_Item, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Photon_Bolt_Priority_ *, ReadOnlyCollection_1_Photon_Bolt_Priority__get_Items, (ReadOnlyCollection_1_Photon_Bolt_Priority_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Quaternion___ctor, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, IList_1_UnityEngine_Quaternion_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_Quaternion__Contains, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Quaternion__CopyTo, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, Quaternion__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Quaternion_ *, ReadOnlyCollection_1_UnityEngine_Quaternion__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_Quaternion__IndexOf, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x01045A30, bool, ReadOnlyCollection_1_UnityEngine_Quaternion__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Quaternion__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Quaternion__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Quaternion__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Quaternion__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Quaternion__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, int32_t index, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Quaternion__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, Quaternion, ReadOnlyCollection_1_UnityEngine_Quaternion__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Quaternion__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, int32_t index, Quaternion value, MethodInfo * method)); DO_APP_FUNC(0x0105B860, void, ReadOnlyCollection_1_UnityEngine_Quaternion__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Quaternion__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105B750, Object *, ReadOnlyCollection_1_UnityEngine_Quaternion__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105B700, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Quaternion__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Quaternion__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Quaternion__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_Quaternion__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_Quaternion__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Quaternion__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Quaternion__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Quaternion__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Quaternion__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Quaternion__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_Quaternion__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Quaternion__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Quaternion__get_Count, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, Quaternion, ReadOnlyCollection_1_UnityEngine_Quaternion__get_Item, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Quaternion_ *, ReadOnlyCollection_1_UnityEngine_Quaternion__get_Items, (ReadOnlyCollection_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo___ctor, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, IList_1_System_Xml_Schema_RangePositionInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__Contains, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, RangePositionInfo value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__CopyTo, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, RangePositionInfo__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_Xml_Schema_RangePositionInfo_ *, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__GetEnumerator, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__IndexOf, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, RangePositionInfo value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, RangePositionInfo value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, RangePositionInfo value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, int32_t index, RangePositionInfo value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, RangePositionInfo, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, int32_t index, RangePositionInfo value, MethodInfo * method)); DO_APP_FUNC(0x0105BDD0, void, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105BCC0, Object *, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105BC70, IEnumerator *, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__System_Collections_IList_Add, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__get_Count, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, RangePositionInfo, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__get_Item, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_Xml_Schema_RangePositionInfo_ *, ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo__get_Items, (ReadOnlyCollection_1_System_Xml_Schema_RangePositionInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_RaycastHit___ctor, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, IList_1_UnityEngine_RaycastHit_ * list, MethodInfo * method)); DO_APP_FUNC(0x0104C860, bool, ReadOnlyCollection_1_UnityEngine_RaycastHit__Contains, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, RaycastHit value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_RaycastHit__CopyTo, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, RaycastHit__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_RaycastHit_ *, ReadOnlyCollection_1_UnityEngine_RaycastHit__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105C1E0, int32_t, ReadOnlyCollection_1_UnityEngine_RaycastHit__IndexOf, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, RaycastHit value, MethodInfo * method)); DO_APP_FUNC(0x0104D020, bool, ReadOnlyCollection_1_UnityEngine_RaycastHit__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_RaycastHit__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, RaycastHit value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_RaycastHit__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_RaycastHit__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, RaycastHit value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_RaycastHit__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_RaycastHit__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, int32_t index, RaycastHit value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_RaycastHit__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0104C7D0, RaycastHit, ReadOnlyCollection_1_UnityEngine_RaycastHit__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_RaycastHit__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, int32_t index, RaycastHit value, MethodInfo * method)); DO_APP_FUNC(0x0105C3C0, void, ReadOnlyCollection_1_UnityEngine_RaycastHit__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_RaycastHit__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105C2B0, Object *, ReadOnlyCollection_1_UnityEngine_RaycastHit__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105C260, IEnumerator *, ReadOnlyCollection_1_UnityEngine_RaycastHit__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_RaycastHit__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_RaycastHit__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104D120, bool, ReadOnlyCollection_1_UnityEngine_RaycastHit__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0104D230, int32_t, ReadOnlyCollection_1_UnityEngine_RaycastHit__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_RaycastHit__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_RaycastHit__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_RaycastHit__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_RaycastHit__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_RaycastHit__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104CF50, Object *, ReadOnlyCollection_1_UnityEngine_RaycastHit__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_RaycastHit__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_RaycastHit__get_Count, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0104C7D0, RaycastHit, ReadOnlyCollection_1_UnityEngine_RaycastHit__get_Item, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_RaycastHit_ *, ReadOnlyCollection_1_UnityEngine_RaycastHit__get_Items, (ReadOnlyCollection_1_UnityEngine_RaycastHit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_RaycastHit2D___ctor, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, IList_1_UnityEngine_RaycastHit2D_ * list, MethodInfo * method)); DO_APP_FUNC(0x0105C7F0, bool, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__Contains, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, RaycastHit2D value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__CopyTo, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, RaycastHit2D__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_RaycastHit2D_ *, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105C8D0, int32_t, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__IndexOf, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, RaycastHit2D value, MethodInfo * method)); DO_APP_FUNC(0x0105CF70, bool, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, RaycastHit2D value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, RaycastHit2D value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, int32_t index, RaycastHit2D value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0105C770, RaycastHit2D, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, int32_t index, RaycastHit2D value, MethodInfo * method)); DO_APP_FUNC(0x0105CB10, void, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105CA00, Object *, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105C9B0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105D050, bool, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0105D150, int32_t, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105CEB0, Object *, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__get_Count, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105C770, RaycastHit2D, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__get_Item, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_RaycastHit2D_ *, ReadOnlyCollection_1_UnityEngine_RaycastHit2D__get_Items, (ReadOnlyCollection_1_UnityEngine_RaycastHit2D_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult___ctor, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, IList_1_UnityEngine_EventSystems_RaycastResult_ * list, MethodInfo * method)); DO_APP_FUNC(0x0103A6B0, bool, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__Contains, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, RaycastResult value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__CopyTo, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, RaycastResult__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_EventSystems_RaycastResult_ *, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103A7B0, int32_t, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__IndexOf, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, RaycastResult value, MethodInfo * method)); DO_APP_FUNC(0x0103AEA0, bool, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, RaycastResult value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, RaycastResult value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, int32_t index, RaycastResult value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0103A610, RaycastResult, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, int32_t index, RaycastResult value, MethodInfo * method)); DO_APP_FUNC(0x0105D3C0, void, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105D2B0, Object *, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105D260, IEnumerator *, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103AF90, bool, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0103B0B0, int32_t, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103ADD0, Object *, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__get_Count, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103A610, RaycastResult, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__get_Item, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_EventSystems_RaycastResult_ *, ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult__get_Items, (ReadOnlyCollection_1_UnityEngine_EventSystems_RaycastResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Rect___ctor, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, IList_1_UnityEngine_Rect_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_Rect__Contains, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, Rect value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Rect__CopyTo, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, Rect__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Rect_ *, ReadOnlyCollection_1_UnityEngine_Rect__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_Rect__IndexOf, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, Rect value, MethodInfo * method)); DO_APP_FUNC(0x01045A30, bool, ReadOnlyCollection_1_UnityEngine_Rect__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rect__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, Rect value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rect__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Rect__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, Rect value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Rect__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rect__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, int32_t index, Rect value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rect__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, Rect, ReadOnlyCollection_1_UnityEngine_Rect__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rect__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, int32_t index, Rect value, MethodInfo * method)); DO_APP_FUNC(0x0105D8E0, void, ReadOnlyCollection_1_UnityEngine_Rect__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Rect__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105D7D0, Object *, ReadOnlyCollection_1_UnityEngine_Rect__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105D780, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Rect__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Rect__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rect__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_Rect__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_Rect__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rect__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rect__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rect__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Rect__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Rect__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_Rect__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rect__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Rect__get_Count, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, Rect, ReadOnlyCollection_1_UnityEngine_Rect__get_Item, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Rect_ *, ReadOnlyCollection_1_UnityEngine_Rect__get_Items, (ReadOnlyCollection_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo___ctor, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, IList_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__Contains, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, ReflectionProbeBlendInfo value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__CopyTo, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, ReflectionProbeBlendInfo__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ *, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__IndexOf, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, ReflectionProbeBlendInfo value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, ReflectionProbeBlendInfo value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, ReflectionProbeBlendInfo value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, int32_t index, ReflectionProbeBlendInfo value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, ReflectionProbeBlendInfo, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, int32_t index, ReflectionProbeBlendInfo value, MethodInfo * method)); DO_APP_FUNC(0x0105DE50, void, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105DD40, Object *, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105DCF0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__get_Count, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, ReflectionProbeBlendInfo, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__get_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ *, ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo__get_Items, (ReadOnlyCollection_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Dissonance_RemoteChannel___ctor, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, IList_1_Dissonance_RemoteChannel_ * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB98C0, ReadOnlyCollection_1_Dissonance_RemoteChannel___ctor__MethodInfo); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_Dissonance_RemoteChannel__Contains, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, RemoteChannel value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Dissonance_RemoteChannel__CopyTo, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, RemoteChannel__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Dissonance_RemoteChannel_ *, ReadOnlyCollection_1_Dissonance_RemoteChannel__GetEnumerator, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_Dissonance_RemoteChannel__IndexOf, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, RemoteChannel value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_Dissonance_RemoteChannel__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_RemoteChannel__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, RemoteChannel value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_RemoteChannel__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Dissonance_RemoteChannel__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, RemoteChannel value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Dissonance_RemoteChannel__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_RemoteChannel__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, int32_t index, RemoteChannel value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_RemoteChannel__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, RemoteChannel, ReadOnlyCollection_1_Dissonance_RemoteChannel__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_RemoteChannel__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, int32_t index, RemoteChannel value, MethodInfo * method)); DO_APP_FUNC(0x0105E3C0, void, ReadOnlyCollection_1_Dissonance_RemoteChannel__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Dissonance_RemoteChannel__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105E2B0, Object *, ReadOnlyCollection_1_Dissonance_RemoteChannel__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105E260, IEnumerator *, ReadOnlyCollection_1_Dissonance_RemoteChannel__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Dissonance_RemoteChannel__System_Collections_IList_Add, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_RemoteChannel__System_Collections_IList_Clear, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_Dissonance_RemoteChannel__System_Collections_IList_Contains, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_Dissonance_RemoteChannel__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_RemoteChannel__System_Collections_IList_Insert, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_RemoteChannel__System_Collections_IList_Remove, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_RemoteChannel__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Dissonance_RemoteChannel__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Dissonance_RemoteChannel__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_Dissonance_RemoteChannel__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_RemoteChannel__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Dissonance_RemoteChannel__get_Count, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, RemoteChannel, ReadOnlyCollection_1_Dissonance_RemoteChannel__get_Item, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Dissonance_RemoteChannel_ *, ReadOnlyCollection_1_Dissonance_RemoteChannel__get_Items, (ReadOnlyCollection_1_Dissonance_RemoteChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, IList_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, RenderChainTextEntry value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, RenderChainTextEntry__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, RenderChainTextEntry value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, RenderChainTextEntry value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, RenderChainTextEntry value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, int32_t index, RenderChainTextEntry value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, RenderChainTextEntry, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, int32_t index, RenderChainTextEntry value, MethodInfo * method)); DO_APP_FUNC(0x0105E940, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105E830, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105E7E0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, RenderChainTextEntry, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier___ctor, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, IList_1_UnityEngine_Rendering_RenderTargetIdentifier_ * list, MethodInfo * method)); DO_APP_FUNC(0x01040C10, bool, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__Contains, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__CopyTo, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier_ *, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040D00, int32_t, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__IndexOf, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier value, MethodInfo * method)); DO_APP_FUNC(0x010413C0, bool, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, RenderTargetIdentifier value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, int32_t index, RenderTargetIdentifier value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01040B80, RenderTargetIdentifier, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, int32_t index, RenderTargetIdentifier value, MethodInfo * method)); DO_APP_FUNC(0x0105EEB0, void, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105EDA0, Object *, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105ED50, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010414B0, bool, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010415B0, int32_t, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01041300, Object *, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__get_Count, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040B80, RenderTargetIdentifier, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__get_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Rendering_RenderTargetIdentifier_ *, ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier__get_Items, (ReadOnlyCollection_1_UnityEngine_Rendering_RenderTargetIdentifier_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList___ctor, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, IList_1_UnityEngine_Rendering_RendererUtils_RendererList_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__Contains, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, RendererList value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__CopyTo, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, RendererList__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList_ *, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__IndexOf, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, RendererList value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, RendererList value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, RendererList value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, int32_t index, RendererList value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, RendererList, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, int32_t index, RendererList value, MethodInfo * method)); DO_APP_FUNC(0x0105F3C0, void, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105F2B0, Object *, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105F260, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__get_Count, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, RendererList, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__get_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Rendering_RendererUtils_RendererList_ *, ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList__get_Items, (ReadOnlyCollection_1_UnityEngine_Rendering_RendererUtils_RendererList_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle___ctor, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, IList_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * list, MethodInfo * method)); DO_APP_FUNC(0x010380F0, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__Contains, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, RendererListHandle value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__CopyTo, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, RendererListHandle__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010381C0, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__IndexOf, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, RendererListHandle value, MethodInfo * method)); DO_APP_FUNC(0x01038820, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, RendererListHandle value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, RendererListHandle value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, int32_t index, RendererListHandle value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, RendererListHandle, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, int32_t index, RendererListHandle value, MethodInfo * method)); DO_APP_FUNC(0x0105F930, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105F820, Object *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105F7D0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010388F0, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010389E0, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038780, Object *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__get_Count, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, RendererListHandle, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle__get_Items, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Resolution___ctor, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, IList_1_UnityEngine_Resolution_ * list, MethodInfo * method)); DO_APP_FUNC(0x0103E450, bool, ReadOnlyCollection_1_UnityEngine_Resolution__Contains, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, Resolution value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Resolution__CopyTo, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, Resolution__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Resolution_ *, ReadOnlyCollection_1_UnityEngine_Resolution__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103E530, int32_t, ReadOnlyCollection_1_UnityEngine_Resolution__IndexOf, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, Resolution value, MethodInfo * method)); DO_APP_FUNC(0x0103ECA0, bool, ReadOnlyCollection_1_UnityEngine_Resolution__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Resolution__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, Resolution value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Resolution__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Resolution__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, Resolution value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Resolution__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Resolution__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, int32_t index, Resolution value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Resolution__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0103E370, Resolution, ReadOnlyCollection_1_UnityEngine_Resolution__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Resolution__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, int32_t index, Resolution value, MethodInfo * method)); DO_APP_FUNC(0x0105FE20, void, ReadOnlyCollection_1_UnityEngine_Resolution__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Resolution__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105FD10, Object *, ReadOnlyCollection_1_UnityEngine_Resolution__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105FCC0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Resolution__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Resolution__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Resolution__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103ED80, bool, ReadOnlyCollection_1_UnityEngine_Resolution__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0103EE80, int32_t, ReadOnlyCollection_1_UnityEngine_Resolution__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Resolution__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Resolution__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Resolution__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Resolution__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Resolution__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103EB90, Object *, ReadOnlyCollection_1_UnityEngine_Resolution__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Resolution__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Resolution__get_Count, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103E370, Resolution, ReadOnlyCollection_1_UnityEngine_Resolution__get_Item, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Resolution_ *, ReadOnlyCollection_1_UnityEngine_Resolution__get_Items, (ReadOnlyCollection_1_UnityEngine_Resolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle___ctor, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, IList_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * list, MethodInfo * method)); DO_APP_FUNC(0x010380F0, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__Contains, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, ResourceHandle value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__CopyTo, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, ResourceHandle__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010381C0, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__IndexOf, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, ResourceHandle value, MethodInfo * method)); DO_APP_FUNC(0x01038820, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, ResourceHandle value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, ResourceHandle value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, int32_t index, ResourceHandle value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, ResourceHandle, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, int32_t index, ResourceHandle value, MethodInfo * method)); DO_APP_FUNC(0x010603A0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01060290, Object *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01060240, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010388F0, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010389E0, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038780, Object *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__get_Count, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, ResourceHandle, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle__get_Items, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Dissonance_RoomMembership___ctor, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, IList_1_Dissonance_RoomMembership_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_Dissonance_RoomMembership__Contains, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, RoomMembership value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Dissonance_RoomMembership__CopyTo, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, RoomMembership__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Dissonance_RoomMembership_ *, ReadOnlyCollection_1_Dissonance_RoomMembership__GetEnumerator, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_Dissonance_RoomMembership__IndexOf, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, RoomMembership value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_Dissonance_RoomMembership__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_RoomMembership__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, RoomMembership value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_RoomMembership__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Dissonance_RoomMembership__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, RoomMembership value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Dissonance_RoomMembership__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_RoomMembership__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, int32_t index, RoomMembership value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_RoomMembership__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, RoomMembership, ReadOnlyCollection_1_Dissonance_RoomMembership__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_RoomMembership__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, int32_t index, RoomMembership value, MethodInfo * method)); DO_APP_FUNC(0x01060890, void, ReadOnlyCollection_1_Dissonance_RoomMembership__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Dissonance_RoomMembership__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01060780, Object *, ReadOnlyCollection_1_Dissonance_RoomMembership__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01060730, IEnumerator *, ReadOnlyCollection_1_Dissonance_RoomMembership__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Dissonance_RoomMembership__System_Collections_IList_Add, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_RoomMembership__System_Collections_IList_Clear, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_Dissonance_RoomMembership__System_Collections_IList_Contains, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_Dissonance_RoomMembership__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_RoomMembership__System_Collections_IList_Insert, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_RoomMembership__System_Collections_IList_Remove, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_RoomMembership__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Dissonance_RoomMembership__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Dissonance_RoomMembership__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_Dissonance_RoomMembership__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_RoomMembership__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Dissonance_RoomMembership__get_Count, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, RoomMembership, ReadOnlyCollection_1_Dissonance_RoomMembership__get_Item, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Dissonance_RoomMembership_ *, ReadOnlyCollection_1_Dissonance_RoomMembership__get_Items, (ReadOnlyCollection_1_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, IList_1_UnityEngine_UIElements_RuleMatcher_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, RuleMatcher value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, RuleMatcher__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_RuleMatcher_ *, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, RuleMatcher value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, RuleMatcher value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, RuleMatcher value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, int32_t index, RuleMatcher value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, RuleMatcher, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, int32_t index, RuleMatcher value, MethodInfo * method)); DO_APP_FUNC(0x01060E10, void, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01060D00, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01060CB0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, RuleMatcher, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_RuleMatcher_ *, ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_RuleMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_SByte___ctor, (ReadOnlyCollection_1_System_SByte_ * __this, IList_1_System_SByte_ * list, MethodInfo * method)); DO_APP_FUNC(0x01043A80, bool, ReadOnlyCollection_1_System_SByte__Contains, (ReadOnlyCollection_1_System_SByte_ * __this, int8_t value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_SByte__CopyTo, (ReadOnlyCollection_1_System_SByte_ * __this, SByte__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_SByte_ *, ReadOnlyCollection_1_System_SByte__GetEnumerator, (ReadOnlyCollection_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01061220, int32_t, ReadOnlyCollection_1_System_SByte__IndexOf, (ReadOnlyCollection_1_System_SByte_ * __this, int8_t value, MethodInfo * method)); DO_APP_FUNC(0x010437D0, bool, ReadOnlyCollection_1_System_SByte__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_SByte__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_SByte_ * __this, int8_t value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_SByte__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_SByte__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_SByte_ * __this, int8_t value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_SByte__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_SByte__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_SByte_ * __this, int32_t index, int8_t value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_SByte__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_SByte_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, int8_t, ReadOnlyCollection_1_System_SByte__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_SByte_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_SByte__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_SByte_ * __this, int32_t index, int8_t value, MethodInfo * method)); DO_APP_FUNC(0x01061450, void, ReadOnlyCollection_1_System_SByte__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_SByte_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_SByte__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01061340, Object *, ReadOnlyCollection_1_System_SByte__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010612F0, IEnumerator *, ReadOnlyCollection_1_System_SByte__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_SByte__System_Collections_IList_Add, (ReadOnlyCollection_1_System_SByte_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_SByte__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010438A0, bool, ReadOnlyCollection_1_System_SByte__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_SByte_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01043990, int32_t, ReadOnlyCollection_1_System_SByte__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_SByte_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_SByte__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_SByte_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_SByte__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_SByte_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_SByte__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_SByte_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_SByte__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_SByte__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01044040, Object *, ReadOnlyCollection_1_System_SByte__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_SByte_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_SByte__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_SByte_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_SByte__get_Count, (ReadOnlyCollection_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, int8_t, ReadOnlyCollection_1_System_SByte__get_Item, (ReadOnlyCollection_1_System_SByte_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_SByte_ *, ReadOnlyCollection_1_System_SByte__get_Items, (ReadOnlyCollection_1_System_SByte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, IList_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, SelectorMatchRecord value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, SelectorMatchRecord__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, SelectorMatchRecord value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, SelectorMatchRecord value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, SelectorMatchRecord value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, int32_t index, SelectorMatchRecord value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, SelectorMatchRecord, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, int32_t index, SelectorMatchRecord value, MethodInfo * method)); DO_APP_FUNC(0x01061940, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01061830, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010617E0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, SelectorMatchRecord, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Single___ctor, (ReadOnlyCollection_1_System_Single_ * __this, IList_1_System_Single_ * list, MethodInfo * method)); DO_APP_FUNC(0x0104B8F0, bool, ReadOnlyCollection_1_System_Single__Contains, (ReadOnlyCollection_1_System_Single_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Single__CopyTo, (ReadOnlyCollection_1_System_Single_ * __this, Single__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_Single_ *, ReadOnlyCollection_1_System_Single__GetEnumerator, (ReadOnlyCollection_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01061DC0, int32_t, ReadOnlyCollection_1_System_Single__IndexOf, (ReadOnlyCollection_1_System_Single_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01046230, bool, ReadOnlyCollection_1_System_Single__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Single__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Single_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Single__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Single__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Single_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Single__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Single__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Single_ * __this, int32_t index, float value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Single__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Single_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01061D60, float, ReadOnlyCollection_1_System_Single__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Single_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Single__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Single_ * __this, int32_t index, float value, MethodInfo * method)); DO_APP_FUNC(0x01061F80, void, ReadOnlyCollection_1_System_Single__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Single_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Single__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01061E70, Object *, ReadOnlyCollection_1_System_Single__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01061E20, IEnumerator *, ReadOnlyCollection_1_System_Single__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Single__System_Collections_IList_Add, (ReadOnlyCollection_1_System_Single_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Single__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010623B0, bool, ReadOnlyCollection_1_System_Single__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Single_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010624A0, int32_t, ReadOnlyCollection_1_System_Single__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Single_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Single__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Single_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Single__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Single_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Single__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Single_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Single__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Single__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01062310, Object *, ReadOnlyCollection_1_System_Single__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Single_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Single__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Single_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Single__get_Count, (ReadOnlyCollection_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01061D60, float, ReadOnlyCollection_1_System_Single__get_Item, (ReadOnlyCollection_1_System_Single_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_Single_ *, ReadOnlyCollection_1_System_Single__get_Items, (ReadOnlyCollection_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Discord_Sku___ctor, (ReadOnlyCollection_1_Discord_Sku_ * __this, IList_1_Discord_Sku_ * list, MethodInfo * method)); DO_APP_FUNC(0x01040C10, bool, ReadOnlyCollection_1_Discord_Sku__Contains, (ReadOnlyCollection_1_Discord_Sku_ * __this, Sku value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Discord_Sku__CopyTo, (ReadOnlyCollection_1_Discord_Sku_ * __this, Sku__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Discord_Sku_ *, ReadOnlyCollection_1_Discord_Sku__GetEnumerator, (ReadOnlyCollection_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040D00, int32_t, ReadOnlyCollection_1_Discord_Sku__IndexOf, (ReadOnlyCollection_1_Discord_Sku_ * __this, Sku value, MethodInfo * method)); DO_APP_FUNC(0x010413C0, bool, ReadOnlyCollection_1_Discord_Sku__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_Sku__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Discord_Sku_ * __this, Sku value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_Sku__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Discord_Sku__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Discord_Sku_ * __this, Sku value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Discord_Sku__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_Sku__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Discord_Sku_ * __this, int32_t index, Sku value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_Sku__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Discord_Sku_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01040B80, Sku, ReadOnlyCollection_1_Discord_Sku__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Discord_Sku_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_Sku__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Discord_Sku_ * __this, int32_t index, Sku value, MethodInfo * method)); DO_APP_FUNC(0x01062700, void, ReadOnlyCollection_1_Discord_Sku__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Discord_Sku_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Discord_Sku__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010625F0, Object *, ReadOnlyCollection_1_Discord_Sku__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010625A0, IEnumerator *, ReadOnlyCollection_1_Discord_Sku__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Discord_Sku__System_Collections_IList_Add, (ReadOnlyCollection_1_Discord_Sku_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_Sku__System_Collections_IList_Clear, (ReadOnlyCollection_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010414B0, bool, ReadOnlyCollection_1_Discord_Sku__System_Collections_IList_Contains, (ReadOnlyCollection_1_Discord_Sku_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010415B0, int32_t, ReadOnlyCollection_1_Discord_Sku__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Discord_Sku_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_Sku__System_Collections_IList_Insert, (ReadOnlyCollection_1_Discord_Sku_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_Sku__System_Collections_IList_Remove, (ReadOnlyCollection_1_Discord_Sku_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_Sku__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Discord_Sku_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Discord_Sku__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Discord_Sku__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01041300, Object *, ReadOnlyCollection_1_Discord_Sku__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Discord_Sku_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_Sku__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Discord_Sku_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Discord_Sku__get_Count, (ReadOnlyCollection_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040B80, Sku, ReadOnlyCollection_1_Discord_Sku__get_Item, (ReadOnlyCollection_1_Discord_Sku_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Discord_Sku_ *, ReadOnlyCollection_1_Discord_Sku__get_Items, (ReadOnlyCollection_1_Discord_Sku_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol___ctor, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, IList_1_System_Net_Security_SslApplicationProtocol_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__Contains, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__CopyTo, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_Net_Security_SslApplicationProtocol_ *, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__GetEnumerator, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__IndexOf, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, SslApplicationProtocol value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, int32_t index, SslApplicationProtocol value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, SslApplicationProtocol, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, int32_t index, SslApplicationProtocol value, MethodInfo * method)); DO_APP_FUNC(0x01062C10, void, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01062B00, Object *, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01062AB0, IEnumerator *, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__System_Collections_IList_Add, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__get_Count, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, SslApplicationProtocol, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__get_Item, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_Net_Security_SslApplicationProtocol_ *, ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol__get_Items, (ReadOnlyCollection_1_System_Net_Security_SslApplicationProtocol_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Steamworks_SteamItemDef_t___ctor, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, IList_1_Steamworks_SteamItemDef_t_ * list, MethodInfo * method)); DO_APP_FUNC(0x01045B00, bool, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__Contains, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__CopyTo, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Steamworks_SteamItemDef_t_ *, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__GetEnumerator, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01045BD0, int32_t, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__IndexOf, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t value, MethodInfo * method)); DO_APP_FUNC(0x01046230, bool, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, SteamItemDef_t value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, int32_t index, SteamItemDef_t value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, SteamItemDef_t, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, int32_t index, SteamItemDef_t value, MethodInfo * method)); DO_APP_FUNC(0x01063180, void, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01063070, Object *, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01063020, IEnumerator *, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__System_Collections_IList_Add, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__System_Collections_IList_Clear, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01046300, bool, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__System_Collections_IList_Contains, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010463F0, int32_t, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__System_Collections_IList_Insert, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__System_Collections_IList_Remove, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01046190, Object *, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__get_Count, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, SteamItemDef_t, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__get_Item, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Steamworks_SteamItemDef_t_ *, ReadOnlyCollection_1_Steamworks_SteamItemDef_t__get_Items, (ReadOnlyCollection_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t___ctor, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, IList_1_Steamworks_SteamItemDetails_t_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__Contains, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, SteamItemDetails_t value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__CopyTo, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, SteamItemDetails_t__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Steamworks_SteamItemDetails_t_ *, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__GetEnumerator, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__IndexOf, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, SteamItemDetails_t value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, SteamItemDetails_t value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, SteamItemDetails_t value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, int32_t index, SteamItemDetails_t value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, SteamItemDetails_t, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, int32_t index, SteamItemDetails_t value, MethodInfo * method)); DO_APP_FUNC(0x01063670, void, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01063560, Object *, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01063510, IEnumerator *, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__System_Collections_IList_Add, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__System_Collections_IList_Clear, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__System_Collections_IList_Contains, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__System_Collections_IList_Insert, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__System_Collections_IList_Remove, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__get_Count, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, SteamItemDetails_t, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__get_Item, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Steamworks_SteamItemDetails_t_ *, ReadOnlyCollection_1_Steamworks_SteamItemDetails_t__get_Items, (ReadOnlyCollection_1_Steamworks_SteamItemDetails_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, IList_1_UnityEngine_UIElements_StylePropertyName_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_StylePropertyName_ *, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, StylePropertyName value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, int32_t index, StylePropertyName value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, StylePropertyName, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, int32_t index, StylePropertyName value, MethodInfo * method)); DO_APP_FUNC(0x01063BE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01063AD0, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01063A80, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, StylePropertyName, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_StylePropertyName_ *, ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_StylePropertyName_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, IList_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, int32_t index, StylePropertyValue value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, StylePropertyValue, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, int32_t index, StylePropertyValue value, MethodInfo * method)); DO_APP_FUNC(0x01064150, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01064040, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01063FF0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, StylePropertyValue, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, IList_1_UnityEngine_UIElements_StyleSelectorPart_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, StyleSelectorPart value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, StyleSelectorPart__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_StyleSelectorPart_ *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, StyleSelectorPart value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, StyleSelectorPart value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, StyleSelectorPart value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, int32_t index, StyleSelectorPart value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, StyleSelectorPart, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, int32_t index, StyleSelectorPart value, MethodInfo * method)); DO_APP_FUNC(0x010646C0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010645B0, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01064560, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, StyleSelectorPart, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_StyleSelectorPart_ *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSelectorPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, IList_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, StyleSyntaxToken value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, StyleSyntaxToken__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, StyleSyntaxToken value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, StyleSyntaxToken value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, StyleSyntaxToken value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, int32_t index, StyleSyntaxToken value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, StyleSyntaxToken, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, int32_t index, StyleSyntaxToken value, MethodInfo * method)); DO_APP_FUNC(0x01064C40, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01064B30, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01064AE0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, StyleSyntaxToken, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, IList_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, StyleValue value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, StyleValue__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue_ *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, StyleValue value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, StyleValue value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, StyleValue value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, int32_t index, StyleValue value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, StyleValue, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, int32_t index, StyleValue value, MethodInfo * method)); DO_APP_FUNC(0x010651C0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010650B0, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01065060, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, StyleValue, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_StyleSheets_StyleValue_ *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, IList_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, StyleValueManaged value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, StyleValueManaged__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, StyleValueManaged value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, StyleValueManaged value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, StyleValueManaged value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, int32_t index, StyleValueManaged value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, StyleValueManaged, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, int32_t index, StyleValueManaged value, MethodInfo * method)); DO_APP_FUNC(0x01065740, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01065630, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010655E0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, StyleValueManaged, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, IList_1_UnityEngine_UIElements_StyleVariable_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, StyleVariable value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, StyleVariable__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_StyleVariable_ *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, StyleVariable value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, StyleVariable value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, StyleVariable value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, int32_t index, StyleVariable value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, StyleVariable, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, int32_t index, StyleVariable value, MethodInfo * method)); DO_APP_FUNC(0x01065CB0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01065BA0, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01065B50, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, StyleVariable, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_StyleVariable_ *, ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_StyleVariable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor___ctor, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, IList_1_UnityEngine_Rendering_SubMeshDescriptor_ * list, MethodInfo * method)); DO_APP_FUNC(0x010493C0, bool, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__Contains, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, SubMeshDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__CopyTo, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, SubMeshDescriptor__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor_ *, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010494A0, int32_t, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__IndexOf, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, SubMeshDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x01049B50, bool, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, SubMeshDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, SubMeshDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, int32_t index, SubMeshDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01049330, SubMeshDescriptor, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, int32_t index, SubMeshDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x01066230, void, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01066120, Object *, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010660D0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01049C30, bool, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01049D30, int32_t, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01049A90, Object *, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__get_Count, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01049330, SubMeshDescriptor, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__get_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Rendering_SubMeshDescriptor_ *, ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor__get_Items, (ReadOnlyCollection_1_UnityEngine_Rendering_SubMeshDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring___ctor, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, IList_1_UnityEngine_InputSystem_Utilities_Substring_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_InputSystem_Utilities_Substring_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Substring value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, int32_t index, Substring value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, Substring, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, int32_t index, Substring value, MethodInfo * method)); DO_APP_FUNC(0x01066740, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01066630, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010665E0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__get_Count, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, Substring, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_InputSystem_Utilities_Substring_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring__get_Items, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_Substring_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_TimeSpan___ctor, (ReadOnlyCollection_1_System_TimeSpan_ * __this, IList_1_System_TimeSpan_ * list, MethodInfo * method)); DO_APP_FUNC(0x010380F0, bool, ReadOnlyCollection_1_System_TimeSpan__Contains, (ReadOnlyCollection_1_System_TimeSpan_ * __this, TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_TimeSpan__CopyTo, (ReadOnlyCollection_1_System_TimeSpan_ * __this, TimeSpan__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_TimeSpan_ *, ReadOnlyCollection_1_System_TimeSpan__GetEnumerator, (ReadOnlyCollection_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010381C0, int32_t, ReadOnlyCollection_1_System_TimeSpan__IndexOf, (ReadOnlyCollection_1_System_TimeSpan_ * __this, TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x01038820, bool, ReadOnlyCollection_1_System_TimeSpan__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_TimeSpan__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_TimeSpan_ * __this, TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_TimeSpan__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_TimeSpan__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_TimeSpan_ * __this, TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_TimeSpan__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_TimeSpan__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_TimeSpan_ * __this, int32_t index, TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_TimeSpan__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_TimeSpan_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, TimeSpan, ReadOnlyCollection_1_System_TimeSpan__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_TimeSpan_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_TimeSpan__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_TimeSpan_ * __this, int32_t index, TimeSpan value, MethodInfo * method)); DO_APP_FUNC(0x01066CB0, void, ReadOnlyCollection_1_System_TimeSpan__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_TimeSpan_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_TimeSpan__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01066BA0, Object *, ReadOnlyCollection_1_System_TimeSpan__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01066B50, IEnumerator *, ReadOnlyCollection_1_System_TimeSpan__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_TimeSpan__System_Collections_IList_Add, (ReadOnlyCollection_1_System_TimeSpan_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_TimeSpan__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010388F0, bool, ReadOnlyCollection_1_System_TimeSpan__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_TimeSpan_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010389E0, int32_t, ReadOnlyCollection_1_System_TimeSpan__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_TimeSpan_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_TimeSpan__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_TimeSpan_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_TimeSpan__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_TimeSpan_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_TimeSpan__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_TimeSpan_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_TimeSpan__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_TimeSpan__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038780, Object *, ReadOnlyCollection_1_System_TimeSpan__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_TimeSpan_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_TimeSpan__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_TimeSpan_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_TimeSpan__get_Count, (ReadOnlyCollection_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, TimeSpan, ReadOnlyCollection_1_System_TimeSpan__get_Item, (ReadOnlyCollection_1_System_TimeSpan_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_TimeSpan_ *, ReadOnlyCollection_1_System_TimeSpan__get_Items, (ReadOnlyCollection_1_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, IList_1_UnityEngine_UIElements_TimeValue_ * list, MethodInfo * method)); DO_APP_FUNC(0x010380F0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_TimeValue_ *, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010381C0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue value, MethodInfo * method)); DO_APP_FUNC(0x01038820, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, TimeValue value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, int32_t index, TimeValue value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, TimeValue, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, int32_t index, TimeValue value, MethodInfo * method)); DO_APP_FUNC(0x010671A0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01067090, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01067040, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010388F0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010389E0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038780, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, TimeValue, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_TimeValue_ *, ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_TimeValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, IList_1_UnityEngine_UIElements_TreeViewItemWrapper_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, TreeViewItemWrapper value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, TreeViewItemWrapper__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper_ *, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, TreeViewItemWrapper value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, TreeViewItemWrapper value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, TreeViewItemWrapper value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, int32_t index, TreeViewItemWrapper value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, TreeViewItemWrapper, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, int32_t index, TreeViewItemWrapper value, MethodInfo * method)); DO_APP_FUNC(0x01067690, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01067580, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01067530, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, TreeViewItemWrapper, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_TreeViewItemWrapper_ *, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper___ctor, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, IList_1_Rewired_Utils_Classes_Data_TypeWrapper_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034DF0, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__Contains, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, TypeWrapper value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__CopyTo, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, TypeWrapper__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper_ *, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__GetEnumerator, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034ED0, int32_t, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__IndexOf, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, TypeWrapper value, MethodInfo * method)); DO_APP_FUNC(0x01035640, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, TypeWrapper value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, TypeWrapper value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, int32_t index, TypeWrapper value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01034D10, TypeWrapper, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, int32_t index, TypeWrapper value, MethodInfo * method)); DO_APP_FUNC(0x01067C10, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01067B00, Object *, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01067AB0, IEnumerator *, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IList_Add, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IList_Clear, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035710, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IList_Contains, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01035810, int32_t, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IList_Insert, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IList_Remove, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035530, Object *, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__get_Count, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034D10, TypeWrapper, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__get_Item, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Rewired_Utils_Classes_Data_TypeWrapper_ *, ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper__get_Items, (ReadOnlyCollection_1_Rewired_Utils_Classes_Data_TypeWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UICharInfo___ctor, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, IList_1_UnityEngine_UICharInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x0103E450, bool, ReadOnlyCollection_1_UnityEngine_UICharInfo__Contains, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, UICharInfo value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UICharInfo__CopyTo, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, UICharInfo__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UICharInfo_ *, ReadOnlyCollection_1_UnityEngine_UICharInfo__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103E530, int32_t, ReadOnlyCollection_1_UnityEngine_UICharInfo__IndexOf, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, UICharInfo value, MethodInfo * method)); DO_APP_FUNC(0x0103ECA0, bool, ReadOnlyCollection_1_UnityEngine_UICharInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UICharInfo__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, UICharInfo value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UICharInfo__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UICharInfo__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, UICharInfo value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UICharInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UICharInfo__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, int32_t index, UICharInfo value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UICharInfo__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0103E370, UICharInfo, ReadOnlyCollection_1_UnityEngine_UICharInfo__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UICharInfo__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, int32_t index, UICharInfo value, MethodInfo * method)); DO_APP_FUNC(0x01068190, void, ReadOnlyCollection_1_UnityEngine_UICharInfo__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UICharInfo__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01068080, Object *, ReadOnlyCollection_1_UnityEngine_UICharInfo__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01068030, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UICharInfo__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UICharInfo__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UICharInfo__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103ED80, bool, ReadOnlyCollection_1_UnityEngine_UICharInfo__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0103EE80, int32_t, ReadOnlyCollection_1_UnityEngine_UICharInfo__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UICharInfo__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UICharInfo__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UICharInfo__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UICharInfo__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UICharInfo__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103EB90, Object *, ReadOnlyCollection_1_UnityEngine_UICharInfo__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UICharInfo__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UICharInfo__get_Count, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103E370, UICharInfo, ReadOnlyCollection_1_UnityEngine_UICharInfo__get_Item, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UICharInfo_ *, ReadOnlyCollection_1_UnityEngine_UICharInfo__get_Items, (ReadOnlyCollection_1_UnityEngine_UICharInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UILineInfo___ctor, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, IList_1_UnityEngine_UILineInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_UILineInfo__Contains, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, UILineInfo value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UILineInfo__CopyTo, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, UILineInfo__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UILineInfo_ *, ReadOnlyCollection_1_UnityEngine_UILineInfo__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_UILineInfo__IndexOf, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, UILineInfo value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_UILineInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UILineInfo__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, UILineInfo value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UILineInfo__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UILineInfo__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, UILineInfo value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UILineInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UILineInfo__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, int32_t index, UILineInfo value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UILineInfo__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, UILineInfo, ReadOnlyCollection_1_UnityEngine_UILineInfo__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UILineInfo__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, int32_t index, UILineInfo value, MethodInfo * method)); DO_APP_FUNC(0x01068710, void, ReadOnlyCollection_1_UnityEngine_UILineInfo__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UILineInfo__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01068600, Object *, ReadOnlyCollection_1_UnityEngine_UILineInfo__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010685B0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UILineInfo__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UILineInfo__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UILineInfo__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_UILineInfo__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_UILineInfo__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UILineInfo__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UILineInfo__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UILineInfo__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UILineInfo__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UILineInfo__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_UILineInfo__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UILineInfo__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UILineInfo__get_Count, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, UILineInfo, ReadOnlyCollection_1_UnityEngine_UILineInfo__get_Item, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UILineInfo_ *, ReadOnlyCollection_1_UnityEngine_UILineInfo__get_Items, (ReadOnlyCollection_1_UnityEngine_UILineInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIVertex___ctor, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, IList_1_UnityEngine_UIVertex_ * list, MethodInfo * method)); DO_APP_FUNC(0x01068BE0, bool, ReadOnlyCollection_1_UnityEngine_UIVertex__Contains, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, UIVertex value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIVertex__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, UIVertex__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIVertex_ *, ReadOnlyCollection_1_UnityEngine_UIVertex__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01068D10, int32_t, ReadOnlyCollection_1_UnityEngine_UIVertex__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, UIVertex value, MethodInfo * method)); DO_APP_FUNC(0x01069490, bool, ReadOnlyCollection_1_UnityEngine_UIVertex__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIVertex__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, UIVertex value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIVertex__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIVertex__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, UIVertex value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIVertex__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIVertex__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, int32_t index, UIVertex value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIVertex__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01068B20, UIVertex, ReadOnlyCollection_1_UnityEngine_UIVertex__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIVertex__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, int32_t index, UIVertex value, MethodInfo * method)); DO_APP_FUNC(0x01068FA0, void, ReadOnlyCollection_1_UnityEngine_UIVertex__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIVertex__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01068E90, Object *, ReadOnlyCollection_1_UnityEngine_UIVertex__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01068E40, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIVertex__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIVertex__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIVertex__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010695B0, bool, ReadOnlyCollection_1_UnityEngine_UIVertex__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01069700, int32_t, ReadOnlyCollection_1_UnityEngine_UIVertex__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIVertex__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIVertex__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIVertex__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIVertex__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIVertex__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01069390, Object *, ReadOnlyCollection_1_UnityEngine_UIVertex__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIVertex__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIVertex__get_Count, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01068B20, UIVertex, ReadOnlyCollection_1_UnityEngine_UIVertex__get_Item, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIVertex_ *, ReadOnlyCollection_1_UnityEngine_UIVertex__get_Items, (ReadOnlyCollection_1_UnityEngine_UIVertex_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_UInt16___ctor, (ReadOnlyCollection_1_System_UInt16_ * __this, IList_1_System_UInt16_ * list, MethodInfo * method)); DO_APP_FUNC(0x01051AE0, bool, ReadOnlyCollection_1_System_UInt16__Contains, (ReadOnlyCollection_1_System_UInt16_ * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_UInt16__CopyTo, (ReadOnlyCollection_1_System_UInt16_ * __this, UInt16__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_UInt16_ *, ReadOnlyCollection_1_System_UInt16__GetEnumerator, (ReadOnlyCollection_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01051BB0, int32_t, ReadOnlyCollection_1_System_UInt16__IndexOf, (ReadOnlyCollection_1_System_UInt16_ * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x01044C90, bool, ReadOnlyCollection_1_System_UInt16__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt16__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_UInt16_ * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt16__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_UInt16__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_UInt16_ * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_UInt16__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt16__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_UInt16_ * __this, int32_t index, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt16__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_UInt16_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, uint16_t, ReadOnlyCollection_1_System_UInt16__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_UInt16_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt16__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_UInt16_ * __this, int32_t index, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x010699B0, void, ReadOnlyCollection_1_System_UInt16__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_UInt16_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_UInt16__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010698A0, Object *, ReadOnlyCollection_1_System_UInt16__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01069850, IEnumerator *, ReadOnlyCollection_1_System_UInt16__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_UInt16__System_Collections_IList_Add, (ReadOnlyCollection_1_System_UInt16_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt16__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01044D60, bool, ReadOnlyCollection_1_System_UInt16__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_UInt16_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01044E50, int32_t, ReadOnlyCollection_1_System_UInt16__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_UInt16_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt16__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_UInt16_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt16__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_UInt16_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt16__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_UInt16_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_UInt16__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_UInt16__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01044BF0, Object *, ReadOnlyCollection_1_System_UInt16__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_UInt16_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt16__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_UInt16_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_UInt16__get_Count, (ReadOnlyCollection_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, uint16_t, ReadOnlyCollection_1_System_UInt16__get_Item, (ReadOnlyCollection_1_System_UInt16_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_UInt16_ *, ReadOnlyCollection_1_System_UInt16__get_Items, (ReadOnlyCollection_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_UInt32___ctor, (ReadOnlyCollection_1_System_UInt32_ * __this, IList_1_System_UInt32_ * list, MethodInfo * method)); DO_APP_FUNC(0x01052730, bool, ReadOnlyCollection_1_System_UInt32__Contains, (ReadOnlyCollection_1_System_UInt32_ * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_UInt32__CopyTo, (ReadOnlyCollection_1_System_UInt32_ * __this, UInt32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_UInt32_ *, ReadOnlyCollection_1_System_UInt32__GetEnumerator, (ReadOnlyCollection_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01052790, int32_t, ReadOnlyCollection_1_System_UInt32__IndexOf, (ReadOnlyCollection_1_System_UInt32_ * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01046230, bool, ReadOnlyCollection_1_System_UInt32__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt32__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_UInt32_ * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt32__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_UInt32__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_UInt32_ * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_UInt32__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt32__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_UInt32_ * __this, int32_t index, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt32__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_UInt32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, uint32_t, ReadOnlyCollection_1_System_UInt32__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_UInt32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt32__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_UInt32_ * __this, int32_t index, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x01069EA0, void, ReadOnlyCollection_1_System_UInt32__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_UInt32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_UInt32__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01069D90, Object *, ReadOnlyCollection_1_System_UInt32__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01069D40, IEnumerator *, ReadOnlyCollection_1_System_UInt32__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_UInt32__System_Collections_IList_Add, (ReadOnlyCollection_1_System_UInt32_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt32__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01046300, bool, ReadOnlyCollection_1_System_UInt32__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_UInt32_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010463F0, int32_t, ReadOnlyCollection_1_System_UInt32__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_UInt32_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt32__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_UInt32_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt32__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_UInt32_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt32__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_UInt32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_UInt32__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_UInt32__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01046190, Object *, ReadOnlyCollection_1_System_UInt32__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_UInt32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt32__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_UInt32_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_UInt32__get_Count, (ReadOnlyCollection_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, uint32_t, ReadOnlyCollection_1_System_UInt32__get_Item, (ReadOnlyCollection_1_System_UInt32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_UInt32_ *, ReadOnlyCollection_1_System_UInt32__get_Items, (ReadOnlyCollection_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_UInt64___ctor, (ReadOnlyCollection_1_System_UInt64_ * __this, IList_1_System_UInt64_ * list, MethodInfo * method)); DO_APP_FUNC(0x01058520, bool, ReadOnlyCollection_1_System_UInt64__Contains, (ReadOnlyCollection_1_System_UInt64_ * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_UInt64__CopyTo, (ReadOnlyCollection_1_System_UInt64_ * __this, UInt64__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_UInt64_ *, ReadOnlyCollection_1_System_UInt64__GetEnumerator, (ReadOnlyCollection_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01053340, int32_t, ReadOnlyCollection_1_System_UInt64__IndexOf, (ReadOnlyCollection_1_System_UInt64_ * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x01038820, bool, ReadOnlyCollection_1_System_UInt64__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt64__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_UInt64_ * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt64__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_UInt64__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_UInt64_ * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_UInt64__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt64__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_UInt64_ * __this, int32_t index, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt64__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_UInt64_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, uint64_t, ReadOnlyCollection_1_System_UInt64__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_UInt64_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt64__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_UInt64_ * __this, int32_t index, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x0106A390, void, ReadOnlyCollection_1_System_UInt64__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_UInt64_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_UInt64__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106A280, Object *, ReadOnlyCollection_1_System_UInt64__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106A230, IEnumerator *, ReadOnlyCollection_1_System_UInt64__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_UInt64__System_Collections_IList_Add, (ReadOnlyCollection_1_System_UInt64_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt64__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010388F0, bool, ReadOnlyCollection_1_System_UInt64__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_UInt64_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010389E0, int32_t, ReadOnlyCollection_1_System_UInt64__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_UInt64_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt64__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_UInt64_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt64__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_UInt64_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt64__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_UInt64_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_UInt64__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_UInt64__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038780, Object *, ReadOnlyCollection_1_System_UInt64__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_UInt64_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_UInt64__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_UInt64_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_UInt64__get_Count, (ReadOnlyCollection_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, uint64_t, ReadOnlyCollection_1_System_UInt64__get_Item, (ReadOnlyCollection_1_System_UInt64_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_UInt64_ *, ReadOnlyCollection_1_System_UInt64__get_Items, (ReadOnlyCollection_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture___ctor, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, IList_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Contains, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, UVTexture value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__CopyTo, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, UVTexture__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ *, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__GetEnumerator, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__IndexOf, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, UVTexture value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, UVTexture value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, UVTexture value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, int32_t index, UVTexture value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, UVTexture, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, int32_t index, UVTexture value, MethodInfo * method)); DO_APP_FUNC(0x0106A880, void, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106A770, Object *, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106A720, IEnumerator *, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IList_Add, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IList_Clear, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IList_Contains, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IList_Insert, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IList_Remove, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__get_Count, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, UVTexture, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__get_Item, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ *, ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__get_Items, (ReadOnlyCollection_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UdpKit_UdpEndPoint___ctor, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, IList_1_UdpKit_UdpEndPoint_ * list, MethodInfo * method)); DO_APP_FUNC(0x0106AD30, bool, ReadOnlyCollection_1_UdpKit_UdpEndPoint__Contains, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UdpKit_UdpEndPoint__CopyTo, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UdpKit_UdpEndPoint_ *, ReadOnlyCollection_1_UdpKit_UdpEndPoint__GetEnumerator, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106AE10, int32_t, ReadOnlyCollection_1_UdpKit_UdpEndPoint__IndexOf, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint value, MethodInfo * method)); DO_APP_FUNC(0x0106B4C0, bool, ReadOnlyCollection_1_UdpKit_UdpEndPoint__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UdpKit_UdpEndPoint__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UdpKit_UdpEndPoint__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UdpKit_UdpEndPoint__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, UdpEndPoint value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UdpKit_UdpEndPoint__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UdpKit_UdpEndPoint__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, int32_t index, UdpEndPoint value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UdpKit_UdpEndPoint__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0106ACA0, UdpEndPoint, ReadOnlyCollection_1_UdpKit_UdpEndPoint__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UdpKit_UdpEndPoint__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, int32_t index, UdpEndPoint value, MethodInfo * method)); DO_APP_FUNC(0x0106B050, void, ReadOnlyCollection_1_UdpKit_UdpEndPoint__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UdpKit_UdpEndPoint__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106AF40, Object *, ReadOnlyCollection_1_UdpKit_UdpEndPoint__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106AEF0, IEnumerator *, ReadOnlyCollection_1_UdpKit_UdpEndPoint__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UdpKit_UdpEndPoint__System_Collections_IList_Add, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UdpKit_UdpEndPoint__System_Collections_IList_Clear, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106B5A0, bool, ReadOnlyCollection_1_UdpKit_UdpEndPoint__System_Collections_IList_Contains, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0106B6A0, int32_t, ReadOnlyCollection_1_UdpKit_UdpEndPoint__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UdpKit_UdpEndPoint__System_Collections_IList_Insert, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UdpKit_UdpEndPoint__System_Collections_IList_Remove, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UdpKit_UdpEndPoint__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UdpKit_UdpEndPoint__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UdpKit_UdpEndPoint__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106B400, Object *, ReadOnlyCollection_1_UdpKit_UdpEndPoint__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UdpKit_UdpEndPoint__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UdpKit_UdpEndPoint__get_Count, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106ACA0, UdpEndPoint, ReadOnlyCollection_1_UdpKit_UdpEndPoint__get_Item, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UdpKit_UdpEndPoint_ *, ReadOnlyCollection_1_UdpKit_UdpEndPoint__get_Items, (ReadOnlyCollection_1_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UdpKit_UdpIPv4Address___ctor, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, IList_1_UdpKit_UdpIPv4Address_ * list, MethodInfo * method)); DO_APP_FUNC(0x01045B00, bool, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__Contains, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__CopyTo, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UdpKit_UdpIPv4Address_ *, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__GetEnumerator, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106B7B0, int32_t, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__IndexOf, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address value, MethodInfo * method)); DO_APP_FUNC(0x01046230, bool, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, UdpIPv4Address value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, int32_t index, UdpIPv4Address value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, UdpIPv4Address, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, int32_t index, UdpIPv4Address value, MethodInfo * method)); DO_APP_FUNC(0x0106B970, void, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106B860, Object *, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106B810, IEnumerator *, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__System_Collections_IList_Add, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__System_Collections_IList_Clear, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01046300, bool, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__System_Collections_IList_Contains, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010463F0, int32_t, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__System_Collections_IList_Insert, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__System_Collections_IList_Remove, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01046190, Object *, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__get_Count, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, UdpIPv4Address, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__get_Item, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UdpKit_UdpIPv4Address_ *, ReadOnlyCollection_1_UdpKit_UdpIPv4Address__get_Items, (ReadOnlyCollection_1_UdpKit_UdpIPv4Address_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint___ctor, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, IList_1_UnityEngine_InputSystem_XR_UsageHint_ * list, MethodInfo * method)); DO_APP_FUNC(0x010380F0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, UsageHint value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, UsageHint__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_InputSystem_XR_UsageHint_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010381C0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, UsageHint value, MethodInfo * method)); DO_APP_FUNC(0x01038820, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, UsageHint value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, UsageHint value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, int32_t index, UsageHint value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, UsageHint, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, int32_t index, UsageHint value, MethodInfo * method)); DO_APP_FUNC(0x0106BE60, void, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106BD50, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106BD00, IEnumerator *, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010388F0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010389E0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038780, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__get_Count, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, UsageHint, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_InputSystem_XR_UsageHint_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint__get_Items, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_UsageHint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Discord_User___ctor, (ReadOnlyCollection_1_Discord_User_ * __this, IList_1_Discord_User_ * list, MethodInfo * method)); DO_APP_FUNC(0x01040C10, bool, ReadOnlyCollection_1_Discord_User__Contains, (ReadOnlyCollection_1_Discord_User_ * __this, User value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Discord_User__CopyTo, (ReadOnlyCollection_1_Discord_User_ * __this, User__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Discord_User_ *, ReadOnlyCollection_1_Discord_User__GetEnumerator, (ReadOnlyCollection_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040D00, int32_t, ReadOnlyCollection_1_Discord_User__IndexOf, (ReadOnlyCollection_1_Discord_User_ * __this, User value, MethodInfo * method)); DO_APP_FUNC(0x010413C0, bool, ReadOnlyCollection_1_Discord_User__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_User__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Discord_User_ * __this, User value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_User__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Discord_User__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Discord_User_ * __this, User value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Discord_User__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_User__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Discord_User_ * __this, int32_t index, User value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_User__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Discord_User_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01040B80, User, ReadOnlyCollection_1_Discord_User__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Discord_User_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_User__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Discord_User_ * __this, int32_t index, User value, MethodInfo * method)); DO_APP_FUNC(0x0106C350, void, ReadOnlyCollection_1_Discord_User__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Discord_User_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Discord_User__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106C240, Object *, ReadOnlyCollection_1_Discord_User__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106C1F0, IEnumerator *, ReadOnlyCollection_1_Discord_User__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Discord_User__System_Collections_IList_Add, (ReadOnlyCollection_1_Discord_User_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_User__System_Collections_IList_Clear, (ReadOnlyCollection_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010414B0, bool, ReadOnlyCollection_1_Discord_User__System_Collections_IList_Contains, (ReadOnlyCollection_1_Discord_User_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010415B0, int32_t, ReadOnlyCollection_1_Discord_User__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Discord_User_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_User__System_Collections_IList_Insert, (ReadOnlyCollection_1_Discord_User_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_User__System_Collections_IList_Remove, (ReadOnlyCollection_1_Discord_User_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_User__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Discord_User_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Discord_User__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Discord_User__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01041300, Object *, ReadOnlyCollection_1_Discord_User__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Discord_User_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Discord_User__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Discord_User_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Discord_User__get_Count, (ReadOnlyCollection_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040B80, User, ReadOnlyCollection_1_Discord_User__get_Item, (ReadOnlyCollection_1_Discord_User_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Discord_User_ *, ReadOnlyCollection_1_Discord_User__get_Items, (ReadOnlyCollection_1_Discord_User_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Vector2___ctor, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, IList_1_UnityEngine_Vector2_ * list, MethodInfo * method)); DO_APP_FUNC(0x0106C760, bool, ReadOnlyCollection_1_UnityEngine_Vector2__Contains, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Vector2__CopyTo, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, Vector2__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Vector2_ *, ReadOnlyCollection_1_UnityEngine_Vector2__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106C830, int32_t, ReadOnlyCollection_1_UnityEngine_Vector2__IndexOf, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x0106CE90, bool, ReadOnlyCollection_1_UnityEngine_Vector2__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector2__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector2__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Vector2__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Vector2__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector2__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, int32_t index, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector2__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0106C700, Vector2, ReadOnlyCollection_1_UnityEngine_Vector2__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector2__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, int32_t index, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x0106CA60, void, ReadOnlyCollection_1_UnityEngine_Vector2__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Vector2__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106C950, Object *, ReadOnlyCollection_1_UnityEngine_Vector2__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106C900, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Vector2__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Vector2__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector2__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106CF70, bool, ReadOnlyCollection_1_UnityEngine_Vector2__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0106D070, int32_t, ReadOnlyCollection_1_UnityEngine_Vector2__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector2__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector2__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector2__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Vector2__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Vector2__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106CDF0, Object *, ReadOnlyCollection_1_UnityEngine_Vector2__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector2__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Vector2__get_Count, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106C700, Vector2, ReadOnlyCollection_1_UnityEngine_Vector2__get_Item, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Vector2_ *, ReadOnlyCollection_1_UnityEngine_Vector2__get_Items, (ReadOnlyCollection_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Vector3___ctor, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, IList_1_UnityEngine_Vector3_ * list, MethodInfo * method)); DO_APP_FUNC(0x0103E450, bool, ReadOnlyCollection_1_UnityEngine_Vector3__Contains, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Vector3__CopyTo, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, Vector3__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Vector3_ *, ReadOnlyCollection_1_UnityEngine_Vector3__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103E530, int32_t, ReadOnlyCollection_1_UnityEngine_Vector3__IndexOf, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x0103ECA0, bool, ReadOnlyCollection_1_UnityEngine_Vector3__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector3__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector3__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Vector3__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Vector3__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector3__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, int32_t index, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector3__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01052100, Vector3, ReadOnlyCollection_1_UnityEngine_Vector3__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector3__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, int32_t index, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x0106D2D0, void, ReadOnlyCollection_1_UnityEngine_Vector3__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Vector3__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106D1C0, Object *, ReadOnlyCollection_1_UnityEngine_Vector3__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106D170, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Vector3__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Vector3__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector3__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103ED80, bool, ReadOnlyCollection_1_UnityEngine_Vector3__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0103EE80, int32_t, ReadOnlyCollection_1_UnityEngine_Vector3__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector3__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector3__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector3__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Vector3__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Vector3__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01052680, Object *, ReadOnlyCollection_1_UnityEngine_Vector3__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector3__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Vector3__get_Count, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01052100, Vector3, ReadOnlyCollection_1_UnityEngine_Vector3__get_Item, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Vector3_ *, ReadOnlyCollection_1_UnityEngine_Vector3__get_Items, (ReadOnlyCollection_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Vector4___ctor, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, IList_1_UnityEngine_Vector4_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_Vector4__Contains, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Vector4__CopyTo, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, Vector4__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Vector4_ *, ReadOnlyCollection_1_UnityEngine_Vector4__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_Vector4__IndexOf, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x01045A30, bool, ReadOnlyCollection_1_UnityEngine_Vector4__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector4__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector4__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Vector4__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Vector4__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector4__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, int32_t index, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector4__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, Vector4, ReadOnlyCollection_1_UnityEngine_Vector4__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector4__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, int32_t index, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x0106D7D0, void, ReadOnlyCollection_1_UnityEngine_Vector4__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Vector4__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106D6C0, Object *, ReadOnlyCollection_1_UnityEngine_Vector4__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106D670, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Vector4__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Vector4__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector4__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_Vector4__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_Vector4__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector4__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector4__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector4__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Vector4__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Vector4__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_Vector4__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Vector4__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Vector4__get_Count, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, Vector4, ReadOnlyCollection_1_UnityEngine_Vector4__get_Item, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Vector4_ *, ReadOnlyCollection_1_UnityEngine_Vector4__get_Items, (ReadOnlyCollection_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor___ctor, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, IList_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__Contains, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__CopyTo, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor_ *, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__IndexOf, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, VertexAttributeDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, int32_t index, VertexAttributeDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, VertexAttributeDescriptor, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, int32_t index, VertexAttributeDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x0106DD40, void, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106DC30, Object *, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106DBE0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__get_Count, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, VertexAttributeDescriptor, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__get_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Rendering_VertexAttributeDescriptor_ *, ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor__get_Items, (ReadOnlyCollection_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration___ctor, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, IList_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__Contains, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, ViewConfiguration value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__CopyTo, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, ViewConfiguration__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ *, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__GetEnumerator, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__IndexOf, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, ViewConfiguration value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, ViewConfiguration value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, ViewConfiguration value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, int32_t index, ViewConfiguration value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, ViewConfiguration, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, int32_t index, ViewConfiguration value, MethodInfo * method)); DO_APP_FUNC(0x0106E2B0, void, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106E1A0, Object *, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106E150, IEnumerator *, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IList_Add, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IList_Clear, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IList_Contains, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IList_Insert, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IList_Remove, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__get_Count, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, ViewConfiguration, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__get_Item, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ *, ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration__get_Items, (ReadOnlyCollection_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket___ctor, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, IList_1_Dissonance_Networking_VoicePacket_ * list, MethodInfo * method)); DO_APP_FUNC(0x01040080, bool, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__Contains, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__CopyTo, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Dissonance_Networking_VoicePacket_ *, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__GetEnumerator, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040170, int32_t, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__IndexOf, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket value, MethodInfo * method)); DO_APP_FUNC(0x01040850, bool, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, int32_t index, VoicePacket value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0103FFF0, VoicePacket, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, int32_t index, VoicePacket value, MethodInfo * method)); DO_APP_FUNC(0x0106E830, void, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106E720, Object *, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106E6D0, IEnumerator *, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__System_Collections_IList_Add, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__System_Collections_IList_Clear, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040950, bool, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__System_Collections_IList_Contains, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01040A60, int32_t, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__System_Collections_IList_Insert, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__System_Collections_IList_Remove, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040780, Object *, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__get_Count, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103FFF0, VoicePacket, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__get_Item, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Dissonance_Networking_VoicePacket_ *, ReadOnlyCollection_1_Dissonance_Networking_VoicePacket__get_Items, (ReadOnlyCollection_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour___ctor, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, IList_1_Pathfinding_Voxels_VoxelContour_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034DF0, bool, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__Contains, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, VoxelContour value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__CopyTo, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, VoxelContour__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Pathfinding_Voxels_VoxelContour_ *, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__GetEnumerator, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034ED0, int32_t, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__IndexOf, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, VoxelContour value, MethodInfo * method)); DO_APP_FUNC(0x01035640, bool, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, VoxelContour value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, VoxelContour value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, int32_t index, VoxelContour value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01034D10, VoxelContour, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, int32_t index, VoxelContour value, MethodInfo * method)); DO_APP_FUNC(0x0106ED50, void, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106EC40, Object *, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106EBF0, IEnumerator *, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__System_Collections_IList_Add, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__System_Collections_IList_Clear, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035710, bool, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__System_Collections_IList_Contains, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01035810, int32_t, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__System_Collections_IList_Insert, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__System_Collections_IList_Remove, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035530, Object *, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__get_Count, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034D10, VoxelContour, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__get_Item, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Pathfinding_Voxels_VoxelContour_ *, ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour__get_Items, (ReadOnlyCollection_1_Pathfinding_Voxels_VoxelContour_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES___ctor, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, IList_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * list, MethodInfo * method)); DO_APP_FUNC(0x0106F250, bool, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__Contains, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Win32_IP_ADAPTER_ADDRESSES value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__CopyTo, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Win32_IP_ADAPTER_ADDRESSES__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ *, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__GetEnumerator, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106F3A0, int32_t, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__IndexOf, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Win32_IP_ADAPTER_ADDRESSES value, MethodInfo * method)); DO_APP_FUNC(0x0106FB70, bool, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Win32_IP_ADAPTER_ADDRESSES value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Win32_IP_ADAPTER_ADDRESSES value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, int32_t index, Win32_IP_ADAPTER_ADDRESSES value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0106F170, Win32_IP_ADAPTER_ADDRESSES, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, int32_t index, Win32_IP_ADAPTER_ADDRESSES value, MethodInfo * method)); DO_APP_FUNC(0x0106F650, void, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106F540, Object *, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106F4F0, IEnumerator *, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IList_Add, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106FCE0, bool, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0106FE40, int32_t, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106FA50, Object *, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__get_Count, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106F170, Win32_IP_ADAPTER_ADDRESSES, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__get_Item, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ *, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES__get_Items, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO___ctor, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, IList_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * list, MethodInfo * method)); DO_APP_FUNC(0x01070090, bool, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__Contains, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Win32_IP_ADAPTER_INFO value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__CopyTo, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Win32_IP_ADAPTER_INFO__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ *, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__GetEnumerator, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010701D0, int32_t, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__IndexOf, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Win32_IP_ADAPTER_INFO value, MethodInfo * method)); DO_APP_FUNC(0x01070980, bool, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Win32_IP_ADAPTER_INFO value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Win32_IP_ADAPTER_INFO value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, int32_t index, Win32_IP_ADAPTER_INFO value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0106FFB0, Win32_IP_ADAPTER_INFO, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, int32_t index, Win32_IP_ADAPTER_INFO value, MethodInfo * method)); DO_APP_FUNC(0x01070480, void, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01070370, Object *, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01070320, IEnumerator *, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IList_Add, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01070AE0, bool, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01070C40, int32_t, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01070870, Object *, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__get_Count, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106FFB0, Win32_IP_ADAPTER_INFO, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__get_Item, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ *, ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO__get_Items, (ReadOnlyCollection_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus___ctor, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, IList_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Contains, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, X509ChainStatus value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__CopyTo, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, X509ChainStatus__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ *, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__GetEnumerator, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__IndexOf, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, X509ChainStatus value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, X509ChainStatus value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, X509ChainStatus value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, int32_t index, X509ChainStatus value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, X509ChainStatus, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, int32_t index, X509ChainStatus value, MethodInfo * method)); DO_APP_FUNC(0x01070F10, void, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01070E00, Object *, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01070DB0, IEnumerator *, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IList_Add, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__get_Count, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, X509ChainStatus, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__get_Item, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ *, ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__get_Items, (ReadOnlyCollection_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor___ctor, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, IList_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, XRFeatureDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, XRFeatureDescriptor__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, XRFeatureDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, XRFeatureDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, XRFeatureDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, int32_t index, XRFeatureDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, XRFeatureDescriptor, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, int32_t index, XRFeatureDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x01071480, void, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01071370, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01071320, IEnumerator *, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__get_Count, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, XRFeatureDescriptor, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor__get_Items, (ReadOnlyCollection_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState___ctor, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, IList_1_UnityEngine_XR_XRNodeState_ * list, MethodInfo * method)); DO_APP_FUNC(0x01071950, bool, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__Contains, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, XRNodeState value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__CopyTo, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, XRNodeState__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_XR_XRNodeState_ *, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01071A50, int32_t, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__IndexOf, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, XRNodeState value, MethodInfo * method)); DO_APP_FUNC(0x01072160, bool, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, XRNodeState value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, XRNodeState value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, int32_t index, XRNodeState value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010718A0, XRNodeState, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, int32_t index, XRNodeState value, MethodInfo * method)); DO_APP_FUNC(0x01071CB0, void, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01071BA0, Object *, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01071B50, IEnumerator *, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01072260, bool, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01072390, int32_t, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01072080, Object *, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__get_Count, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010718A0, XRNodeState, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__get_Item, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_XR_XRNodeState_ *, ReadOnlyCollection_1_UnityEngine_XR_XRNodeState__get_Items, (ReadOnlyCollection_1_UnityEngine_XR_XRNodeState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn___ctor, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, IList_1_Pathfinding_AdvancedSmooth_Turn_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__Contains, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, AdvancedSmooth_Turn value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__CopyTo, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, AdvancedSmooth_Turn__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Pathfinding_AdvancedSmooth_Turn_ *, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__GetEnumerator, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__IndexOf, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, AdvancedSmooth_Turn value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, AdvancedSmooth_Turn value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, AdvancedSmooth_Turn value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, int32_t index, AdvancedSmooth_Turn value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, AdvancedSmooth_Turn, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, int32_t index, AdvancedSmooth_Turn value, MethodInfo * method)); DO_APP_FUNC(0x01072620, void, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01072510, Object *, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010724C0, IEnumerator *, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_IList_Add, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_IList_Clear, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_IList_Contains, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_IList_Insert, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_IList_Remove, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__get_Count, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, AdvancedSmooth_Turn, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__get_Item, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Pathfinding_AdvancedSmooth_Turn_ *, ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn__get_Items, (ReadOnlyCollection_1_Pathfinding_AdvancedSmooth_Turn_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo___ctor, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, IList_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x01040C10, bool, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__Contains, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, AnimationOutputWeightProcessor_WeightInfo value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__CopyTo, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, AnimationOutputWeightProcessor_WeightInfo__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ *, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040D00, int32_t, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__IndexOf, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, AnimationOutputWeightProcessor_WeightInfo value, MethodInfo * method)); DO_APP_FUNC(0x010413C0, bool, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, AnimationOutputWeightProcessor_WeightInfo value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, AnimationOutputWeightProcessor_WeightInfo value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, int32_t index, AnimationOutputWeightProcessor_WeightInfo value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01040B80, AnimationOutputWeightProcessor_WeightInfo, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, int32_t index, AnimationOutputWeightProcessor_WeightInfo value, MethodInfo * method)); DO_APP_FUNC(0x01072B90, void, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01072A80, Object *, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01072A30, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010414B0, bool, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010415B0, int32_t, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01041300, Object *, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__get_Count, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040B80, AnimationOutputWeightProcessor_WeightInfo, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__get_Item, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ *, ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo__get_Items, (ReadOnlyCollection_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock___ctor, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, IList_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__Contains, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, BeforeRenderHelper_OrderBlock value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__CopyTo, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, BeforeRenderHelper_OrderBlock__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock_ *, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__IndexOf, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, BeforeRenderHelper_OrderBlock value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, BeforeRenderHelper_OrderBlock value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, BeforeRenderHelper_OrderBlock value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, int32_t index, BeforeRenderHelper_OrderBlock value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, BeforeRenderHelper_OrderBlock, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, int32_t index, BeforeRenderHelper_OrderBlock value, MethodInfo * method)); DO_APP_FUNC(0x010730A0, void, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01072F90, Object *, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01072F40, IEnumerator *, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__get_Count, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, BeforeRenderHelper_OrderBlock, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__get_Item, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_BeforeRenderHelper_OrderBlock_ *, ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock__get_Items, (ReadOnlyCollection_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, IList_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * list, MethodInfo * method)); DO_APP_FUNC(0x010380F0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, BitmapAllocator32_Page value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, BitmapAllocator32_Page__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010381C0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, BitmapAllocator32_Page value, MethodInfo * method)); DO_APP_FUNC(0x01038820, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, BitmapAllocator32_Page value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, BitmapAllocator32_Page value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, int32_t index, BitmapAllocator32_Page value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, BitmapAllocator32_Page, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, int32_t index, BitmapAllocator32_Page value, MethodInfo * method)); DO_APP_FUNC(0x01073610, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01073500, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010734B0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010388F0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010389E0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038780, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, BitmapAllocator32_Page, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest___ctor, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, IList_1_UnityEngine_Camera_RenderRequest_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__Contains, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, Camera_RenderRequest value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__CopyTo, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, Camera_RenderRequest__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Camera_RenderRequest_ *, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__IndexOf, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, Camera_RenderRequest value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, Camera_RenderRequest value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, Camera_RenderRequest value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, int32_t index, Camera_RenderRequest value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, Camera_RenderRequest, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, int32_t index, Camera_RenderRequest value, MethodInfo * method)); DO_APP_FUNC(0x01073B00, void, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010739F0, Object *, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010739A0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__get_Count, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, Camera_RenderRequest, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__get_Item, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Camera_RenderRequest_ *, ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest__get_Items, (ReadOnlyCollection_1_UnityEngine_Camera_RenderRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable___ctor, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, IList_1_Cinemachine_CameraState_CustomBlendable_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__Contains, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, CameraState_CustomBlendable value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__CopyTo, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, CameraState_CustomBlendable__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Cinemachine_CameraState_CustomBlendable_ *, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__GetEnumerator, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__IndexOf, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, CameraState_CustomBlendable value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, CameraState_CustomBlendable value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, CameraState_CustomBlendable value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, int32_t index, CameraState_CustomBlendable value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, CameraState_CustomBlendable, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, int32_t index, CameraState_CustomBlendable value, MethodInfo * method)); DO_APP_FUNC(0x01074080, void, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01073F70, Object *, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01073F20, IEnumerator *, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__System_Collections_IList_Add, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__System_Collections_IList_Clear, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__System_Collections_IList_Contains, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__System_Collections_IList_Insert, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__System_Collections_IList_Remove, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__get_Count, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, CameraState_CustomBlendable, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__get_Item, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Cinemachine_CameraState_CustomBlendable_ *, ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable__get_Items, (ReadOnlyCollection_1_Cinemachine_CameraState_CustomBlendable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair___ctor, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, IList_1_Cinemachine_CinemachineClearShot_Pair_ * list, MethodInfo * method)); DO_APP_FUNC(0x010380F0, bool, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__Contains, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, CinemachineClearShot_Pair value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__CopyTo, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, CinemachineClearShot_Pair__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Cinemachine_CinemachineClearShot_Pair_ *, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__GetEnumerator, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010381C0, int32_t, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__IndexOf, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, CinemachineClearShot_Pair value, MethodInfo * method)); DO_APP_FUNC(0x01038820, bool, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, CinemachineClearShot_Pair value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, CinemachineClearShot_Pair value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, int32_t index, CinemachineClearShot_Pair value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, CinemachineClearShot_Pair, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, int32_t index, CinemachineClearShot_Pair value, MethodInfo * method)); DO_APP_FUNC(0x010745F0, void, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010744E0, Object *, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01074490, IEnumerator *, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_IList_Add, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_IList_Clear, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010388F0, bool, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_IList_Contains, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010389E0, int32_t, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_IList_Insert, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_IList_Remove, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038780, Object *, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__get_Count, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, CinemachineClearShot_Pair, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__get_Item, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Cinemachine_CinemachineClearShot_Pair_ *, ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair__get_Items, (ReadOnlyCollection_1_Cinemachine_CinemachineClearShot_Pair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair___ctor, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, IList_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * list, MethodInfo * method)); DO_APP_FUNC(0x010380F0, bool, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__Contains, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, CinemachineStateDrivenCamera_HashPair value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__CopyTo, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, CinemachineStateDrivenCamera_HashPair__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ *, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__GetEnumerator, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010381C0, int32_t, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__IndexOf, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, CinemachineStateDrivenCamera_HashPair value, MethodInfo * method)); DO_APP_FUNC(0x01038820, bool, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, CinemachineStateDrivenCamera_HashPair value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, CinemachineStateDrivenCamera_HashPair value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, int32_t index, CinemachineStateDrivenCamera_HashPair value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, CinemachineStateDrivenCamera_HashPair, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, int32_t index, CinemachineStateDrivenCamera_HashPair value, MethodInfo * method)); DO_APP_FUNC(0x01074AE0, void, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010749D0, Object *, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01074980, IEnumerator *, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IList_Add, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IList_Clear, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010388F0, bool, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IList_Contains, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010389E0, int32_t, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IList_Insert, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IList_Remove, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038780, Object *, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__get_Count, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, CinemachineStateDrivenCamera_HashPair, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__get_Item, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ *, ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__get_Items, (ReadOnlyCollection_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint___ctor, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, IList_1_Cinemachine_ClipperLib_DoublePoint_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__Contains, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, ClipperLib_DoublePoint value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__CopyTo, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, ClipperLib_DoublePoint__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Cinemachine_ClipperLib_DoublePoint_ *, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__GetEnumerator, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__IndexOf, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, ClipperLib_DoublePoint value, MethodInfo * method)); DO_APP_FUNC(0x01045A30, bool, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, ClipperLib_DoublePoint value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, ClipperLib_DoublePoint value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, int32_t index, ClipperLib_DoublePoint value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01074E70, ClipperLib_DoublePoint, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, int32_t index, ClipperLib_DoublePoint value, MethodInfo * method)); DO_APP_FUNC(0x010750A0, void, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01074F90, Object *, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01074F40, IEnumerator *, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_IList_Add, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_IList_Clear, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_IList_Contains, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_IList_Insert, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_IList_Remove, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__get_Count, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01074E70, ClipperLib_DoublePoint, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__get_Item, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Cinemachine_ClipperLib_DoublePoint_ *, ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint__get_Items, (ReadOnlyCollection_1_Cinemachine_ClipperLib_DoublePoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint___ctor, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, IList_1_Cinemachine_ClipperLib_IntPoint_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__Contains, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, ClipperLib_IntPoint value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__CopyTo, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, ClipperLib_IntPoint__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Cinemachine_ClipperLib_IntPoint_ *, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__GetEnumerator, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__IndexOf, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, ClipperLib_IntPoint value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, ClipperLib_IntPoint value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, ClipperLib_IntPoint value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, int32_t index, ClipperLib_IntPoint value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, ClipperLib_IntPoint, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, int32_t index, ClipperLib_IntPoint value, MethodInfo * method)); DO_APP_FUNC(0x01075610, void, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01075500, Object *, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010754B0, IEnumerator *, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__System_Collections_IList_Add, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__System_Collections_IList_Clear, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__System_Collections_IList_Contains, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__System_Collections_IList_Insert, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__System_Collections_IList_Remove, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__get_Count, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, ClipperLib_IntPoint, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__get_Item, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Cinemachine_ClipperLib_IntPoint_ *, ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint__get_Items, (ReadOnlyCollection_1_Cinemachine_ClipperLib_IntPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution___ctor, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, IList_1_Cinemachine_ConfinerOven_PolygonSolution_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__Contains, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, ConfinerOven_PolygonSolution value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__CopyTo, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, ConfinerOven_PolygonSolution__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution_ *, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__GetEnumerator, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__IndexOf, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, ConfinerOven_PolygonSolution value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, ConfinerOven_PolygonSolution value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, ConfinerOven_PolygonSolution value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, int32_t index, ConfinerOven_PolygonSolution value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, ConfinerOven_PolygonSolution, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, int32_t index, ConfinerOven_PolygonSolution value, MethodInfo * method)); DO_APP_FUNC(0x01075B80, void, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01075A70, Object *, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01075A20, IEnumerator *, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IList_Add, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IList_Clear, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IList_Contains, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IList_Insert, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IList_Remove, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__get_Count, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, ConfinerOven_PolygonSolution, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__get_Item, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Cinemachine_ConfinerOven_PolygonSolution_ *, ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution__get_Items, (ReadOnlyCollection_1_Cinemachine_ConfinerOven_PolygonSolution_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB___ctor, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, IList_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * list, MethodInfo * method)); DO_APP_FUNC(0x0103E450, bool, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Contains, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__CopyTo, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ *, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__GetEnumerator, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103E530, int32_t, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__IndexOf, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB value, MethodInfo * method)); DO_APP_FUNC(0x0103ECA0, bool, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, int32_t index, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0103E370, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, int32_t index, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB value, MethodInfo * method)); DO_APP_FUNC(0x010760F0, void, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01075FE0, Object *, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01075F90, IEnumerator *, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IList_Add, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IList_Clear, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103ED80, bool, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IList_Contains, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0103EE80, int32_t, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IList_Insert, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IList_Remove, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103EB90, Object *, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__get_Count, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103E370, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__get_Item, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ *, ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__get_Items, (ReadOnlyCollection_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___ctor, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, IList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034DF0, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Contains, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__CopyTo, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034ED0, int32_t, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__IndexOf, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo value, MethodInfo * method)); DO_APP_FUNC(0x01035640, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, DelayedActionManager_DelegateInfo value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, int32_t index, DelayedActionManager_DelegateInfo value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01034D10, DelayedActionManager_DelegateInfo, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, int32_t index, DelayedActionManager_DelegateInfo value, MethodInfo * method)); DO_APP_FUNC(0x01076670, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01076560, Object *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01076510, IEnumerator *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035710, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01035810, int32_t, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035530, Object *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_Count, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034D10, DelayedActionManager_DelegateInfo, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_Items, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper___ctor, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, IList_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Contains, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, EventDispatcher_CallbackWrapper value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__CopyTo, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, EventDispatcher_CallbackWrapper__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ *, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__GetEnumerator, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__IndexOf, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, EventDispatcher_CallbackWrapper value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, EventDispatcher_CallbackWrapper value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, EventDispatcher_CallbackWrapper value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, int32_t index, EventDispatcher_CallbackWrapper value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, EventDispatcher_CallbackWrapper, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, int32_t index, EventDispatcher_CallbackWrapper value, MethodInfo * method)); DO_APP_FUNC(0x01076BF0, void, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01076AE0, Object *, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01076A90, IEnumerator *, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IList_Add, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IList_Clear, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IList_Contains, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IList_Insert, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IList_Remove, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__get_Count, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, EventDispatcher_CallbackWrapper, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__get_Item, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ *, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper__get_Items, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener___ctor, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, IList_1_Photon_Bolt_EventDispatcher_EventListener_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__Contains, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, EventDispatcher_EventListener value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__CopyTo, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, EventDispatcher_EventListener__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Photon_Bolt_EventDispatcher_EventListener_ *, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__GetEnumerator, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__IndexOf, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, EventDispatcher_EventListener value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, EventDispatcher_EventListener value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, EventDispatcher_EventListener value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, int32_t index, EventDispatcher_EventListener value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, EventDispatcher_EventListener, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, int32_t index, EventDispatcher_EventListener value, MethodInfo * method)); DO_APP_FUNC(0x01077160, void, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01077050, Object *, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01077000, IEnumerator *, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IList_Add, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IList_Clear, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IList_Contains, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IList_Insert, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IList_Remove, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__get_Count, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, EventDispatcher_EventListener, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__get_Item, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Photon_Bolt_EventDispatcher_EventListener_ *, ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener__get_Items, (ReadOnlyCollection_1_Photon_Bolt_EventDispatcher_EventListener_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent___ctor, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, IList_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * list, MethodInfo * method)); DO_APP_FUNC(0x01077650, bool, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__Contains, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, EventQueue_NetworkEvent value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__CopyTo, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, EventQueue_NetworkEvent__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ *, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__GetEnumerator, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01077780, int32_t, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__IndexOf, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, EventQueue_NetworkEvent value, MethodInfo * method)); DO_APP_FUNC(0x01077F20, bool, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, EventQueue_NetworkEvent value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, EventQueue_NetworkEvent value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, int32_t index, EventQueue_NetworkEvent value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01077580, EventQueue_NetworkEvent, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, int32_t index, EventQueue_NetworkEvent value, MethodInfo * method)); DO_APP_FUNC(0x01077A10, void, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01077900, Object *, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010778B0, IEnumerator *, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IList_Add, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IList_Clear, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01078050, bool, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IList_Contains, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010781B0, int32_t, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IList_Insert, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IList_Remove, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01077E10, Object *, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__get_Count, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01077580, EventQueue_NetworkEvent, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__get_Item, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ *, ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent__get_Items, (ReadOnlyCollection_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, IList_1_UnityEngine_UIElements_FocusController_FocusedElement_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, FocusController_FocusedElement value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, FocusController_FocusedElement__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement_ *, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, FocusController_FocusedElement value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, FocusController_FocusedElement value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, FocusController_FocusedElement value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, int32_t index, FocusController_FocusedElement value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, FocusController_FocusedElement, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, int32_t index, FocusController_FocusedElement value, MethodInfo * method)); DO_APP_FUNC(0x01078470, void, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01078360, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01078310, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, FocusController_FocusedElement, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_FocusController_FocusedElement_ *, ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_FocusController_FocusedElement_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart___ctor, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, IList_1_Pathfinding_Funnel_PathPart_ * list, MethodInfo * method)); DO_APP_FUNC(0x0105C7F0, bool, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__Contains, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, Funnel_PathPart value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__CopyTo, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, Funnel_PathPart__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Pathfinding_Funnel_PathPart_ *, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__GetEnumerator, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105C8D0, int32_t, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__IndexOf, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, Funnel_PathPart value, MethodInfo * method)); DO_APP_FUNC(0x0105CF70, bool, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, Funnel_PathPart value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, Funnel_PathPart value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, int32_t index, Funnel_PathPart value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0105C770, Funnel_PathPart, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, int32_t index, Funnel_PathPart value, MethodInfo * method)); DO_APP_FUNC(0x010789E0, void, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010788D0, Object *, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01078880, IEnumerator *, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__System_Collections_IList_Add, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__System_Collections_IList_Clear, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105D050, bool, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__System_Collections_IList_Contains, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0105D150, int32_t, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__System_Collections_IList_Insert, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__System_Collections_IList_Remove, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105CEB0, Object *, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__get_Count, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105C770, Funnel_PathPart, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__get_Item, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Pathfinding_Funnel_PathPart_ *, ReadOnlyCollection_1_Pathfinding_Funnel_PathPart__get_Items, (ReadOnlyCollection_1_Pathfinding_Funnel_PathPart_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch___ctor, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, IList_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034DF0, bool, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__Contains, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, GetRandomAvailablePerch_RandomPerch value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__CopyTo, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, GetRandomAvailablePerch_RandomPerch__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ *, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__GetEnumerator, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034ED0, int32_t, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__IndexOf, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, GetRandomAvailablePerch_RandomPerch value, MethodInfo * method)); DO_APP_FUNC(0x01035640, bool, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, GetRandomAvailablePerch_RandomPerch value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, GetRandomAvailablePerch_RandomPerch value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, int32_t index, GetRandomAvailablePerch_RandomPerch value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01034D10, GetRandomAvailablePerch_RandomPerch, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, int32_t index, GetRandomAvailablePerch_RandomPerch value, MethodInfo * method)); DO_APP_FUNC(0x01078EE0, void, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01078DD0, Object *, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01078D80, IEnumerator *, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IList_Add, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IList_Clear, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035710, bool, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IList_Contains, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01035810, int32_t, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IList_Insert, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IList_Remove, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035530, Object *, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IList_get_Item, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__System_Collections_IList_set_Item, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__get_Count, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034D10, GetRandomAvailablePerch_RandomPerch, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__get_Item, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ *, ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch__get_Items, (ReadOnlyCollection_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor___ctor, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, IList_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, HID_HIDCollectionDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, HID_HIDCollectionDescriptor__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, HID_HIDCollectionDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, HID_HIDCollectionDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, HID_HIDCollectionDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, int32_t index, HID_HIDCollectionDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, HID_HIDCollectionDescriptor, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, int32_t index, HID_HIDCollectionDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x01079460, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01079350, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01079300, IEnumerator *, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__get_Count, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, HID_HIDCollectionDescriptor, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor__get_Items, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor___ctor, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, IList_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * list, MethodInfo * method)); DO_APP_FUNC(0x010487C0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, HID_HIDElementDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, HID_HIDElementDescriptor__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010488C0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, HID_HIDElementDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x01048FC0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, HID_HIDElementDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, HID_HIDElementDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, int32_t index, HID_HIDElementDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01048720, HID_HIDElementDescriptor, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, int32_t index, HID_HIDElementDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x010799E0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010798D0, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01079880, IEnumerator *, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010490D0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01049200, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01048EE0, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__get_Count, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01048720, HID_HIDElementDescriptor, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__get_Items, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData___ctor, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, IList_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * list, MethodInfo * method)); DO_APP_FUNC(0x0103E450, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, HIDParser_HIDReportData value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, HIDParser_HIDReportData__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103E530, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, HIDParser_HIDReportData value, MethodInfo * method)); DO_APP_FUNC(0x0103ECA0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, HIDParser_HIDReportData value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, HIDParser_HIDReportData value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, int32_t index, HIDParser_HIDReportData value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0103E370, HIDParser_HIDReportData, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, int32_t index, HIDParser_HIDReportData value, MethodInfo * method)); DO_APP_FUNC(0x01079F00, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01079DF0, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01079DA0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103ED80, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0103EE80, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103EB90, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__get_Count, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103E370, HIDParser_HIDReportData, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData__get_Items, (ReadOnlyCollection_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData___ctor, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, IList_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * list, MethodInfo * method)); DO_APP_FUNC(0x0107A320, bool, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__Contains, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, HairDesignerGeneratorFurShellBase_BufferData value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__CopyTo, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, HairDesignerGeneratorFurShellBase_BufferData__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ *, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__GetEnumerator, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107A3F0, int32_t, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__IndexOf, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, HairDesignerGeneratorFurShellBase_BufferData value, MethodInfo * method)); DO_APP_FUNC(0x0107AA50, bool, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, HairDesignerGeneratorFurShellBase_BufferData value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, HairDesignerGeneratorFurShellBase_BufferData value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, int32_t index, HairDesignerGeneratorFurShellBase_BufferData value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0106C700, HairDesignerGeneratorFurShellBase_BufferData, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, int32_t index, HairDesignerGeneratorFurShellBase_BufferData value, MethodInfo * method)); DO_APP_FUNC(0x0107A620, void, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107A510, Object *, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107A4C0, IEnumerator *, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IList_Add, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IList_Clear, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01046300, bool, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IList_Contains, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010463F0, int32_t, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IList_Insert, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IList_Remove, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107A9B0, Object *, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__get_Count, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106C700, HairDesignerGeneratorFurShellBase_BufferData, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__get_Item, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ *, ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData__get_Items, (ReadOnlyCollection_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson___ctor, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, IList_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * list, MethodInfo * method)); DO_APP_FUNC(0x01040C10, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, InputActionMap_BindingOverrideJson value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, InputActionMap_BindingOverrideJson__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040D00, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, InputActionMap_BindingOverrideJson value, MethodInfo * method)); DO_APP_FUNC(0x010413C0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, InputActionMap_BindingOverrideJson value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, InputActionMap_BindingOverrideJson value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, int32_t index, InputActionMap_BindingOverrideJson value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01040B80, InputActionMap_BindingOverrideJson, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, int32_t index, InputActionMap_BindingOverrideJson value, MethodInfo * method)); DO_APP_FUNC(0x0107AC90, void, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107AB80, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107AB30, IEnumerator *, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010414B0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010415B0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01041300, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__get_Count, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040B80, InputActionMap_BindingOverrideJson, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson__get_Items, (ReadOnlyCollection_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, IList_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * list, MethodInfo * method)); DO_APP_FUNC(0x0107B140, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107B2A0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem value, MethodInfo * method)); DO_APP_FUNC(0x0107BAA0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t index, InputControlLayout_ControlItem value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0107B040, InputControlLayout_ControlItem, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t index, InputControlLayout_ControlItem value, MethodInfo * method)); DO_APP_FUNC(0x0107B560, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107B450, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107B400, IEnumerator *, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107BC20, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0107BDA0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107B970, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Count, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107B040, InputControlLayout_ControlItem, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Items, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, IList_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, InternalTreeView_TreeViewItemWrapper value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, InternalTreeView_TreeViewItemWrapper__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ *, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, InternalTreeView_TreeViewItemWrapper value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, InternalTreeView_TreeViewItemWrapper value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, InternalTreeView_TreeViewItemWrapper value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, int32_t index, InternalTreeView_TreeViewItemWrapper value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, InternalTreeView_TreeViewItemWrapper, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, int32_t index, InternalTreeView_TreeViewItemWrapper value, MethodInfo * method)); DO_APP_FUNC(0x0107C090, void, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107BF80, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107BF30, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, InternalTreeView_TreeViewItemWrapper, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ *, ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV___ctor, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, IList_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Contains, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__CopyTo, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ *, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__GetEnumerator, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__IndexOf, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, int32_t index, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, int32_t index, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV value, MethodInfo * method)); DO_APP_FUNC(0x0107C600, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107C4F0, Object *, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107C4A0, IEnumerator *, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IList_Add, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IList_Clear, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IList_Contains, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IList_Insert, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IList_Remove, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IList_get_Item, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__System_Collections_IList_set_Item, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__get_Count, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__get_Item, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ *, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__get_Items, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb___ctor, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, IList_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * list, MethodInfo * method)); DO_APP_FUNC(0x010487C0, bool, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Contains, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__CopyTo, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ *, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__GetEnumerator, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010488C0, int32_t, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__IndexOf, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb value, MethodInfo * method)); DO_APP_FUNC(0x01048FC0, bool, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, int32_t index, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01048720, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, int32_t index, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb value, MethodInfo * method)); DO_APP_FUNC(0x0107CB70, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107CA60, Object *, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107CA10, IEnumerator *, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IList_Add, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IList_Clear, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010490D0, bool, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IList_Contains, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01049200, int32_t, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IList_Insert, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IList_Remove, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01048EE0, Object *, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IList_get_Item, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__System_Collections_IList_set_Item, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__get_Count, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01048720, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__get_Item, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ *, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__get_Items, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux___ctor, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, IList_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Contains, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__CopyTo, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ *, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__GetEnumerator, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__IndexOf, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, int32_t index, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, int32_t index, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux value, MethodInfo * method)); DO_APP_FUNC(0x0107D090, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107CF80, Object *, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107CF30, IEnumerator *, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IList_Add, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IList_Clear, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IList_Contains, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IList_Insert, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IList_Remove, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IList_get_Item, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__System_Collections_IList_set_Item, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__get_Count, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__get_Item, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ *, ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__get_Items, (ReadOnlyCollection_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, IList_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * list, MethodInfo * method)); DO_APP_FUNC(0x010487C0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010488C0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue value, MethodInfo * method)); DO_APP_FUNC(0x01048FC0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, JsonParser_JsonValue value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01048720, JsonParser_JsonValue, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, JsonParser_JsonValue value, MethodInfo * method)); DO_APP_FUNC(0x0107D600, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107D4F0, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107D4A0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010490D0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01049200, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01048EE0, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Count, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01048720, JsonParser_JsonValue, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Items, (ReadOnlyCollection_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage___ctor, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, IList_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__Contains, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Logs_LogMessage value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__CopyTo, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Logs_LogMessage__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ *, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__GetEnumerator, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__IndexOf, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Logs_LogMessage value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Logs_LogMessage value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Logs_LogMessage value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, int32_t index, Logs_LogMessage value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, Logs_LogMessage, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, int32_t index, Logs_LogMessage value, MethodInfo * method)); DO_APP_FUNC(0x0107DB20, void, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107DA10, Object *, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107D9C0, IEnumerator *, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IList_Add, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IList_Clear, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IList_Contains, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IList_Insert, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IList_Remove, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IList_get_Item, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__System_Collections_IList_set_Item, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__get_Count, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, Logs_LogMessage, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__get_Item, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ *, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage__get_Items, (ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters___ctor, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, IList_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * list, MethodInfo * method)); DO_APP_FUNC(0x0106AD30, bool, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__Contains, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MagicLightProbes_VolumeParameters value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__CopyTo, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MagicLightProbes_VolumeParameters__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ *, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__GetEnumerator, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106AE10, int32_t, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__IndexOf, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MagicLightProbes_VolumeParameters value, MethodInfo * method)); DO_APP_FUNC(0x0106B4C0, bool, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MagicLightProbes_VolumeParameters value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MagicLightProbes_VolumeParameters value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, int32_t index, MagicLightProbes_VolumeParameters value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0106ACA0, MagicLightProbes_VolumeParameters, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, int32_t index, MagicLightProbes_VolumeParameters value, MethodInfo * method)); DO_APP_FUNC(0x0107E090, void, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107DF80, Object *, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107DF30, IEnumerator *, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IList_Add, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IList_Clear, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106B5A0, bool, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IList_Contains, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0106B6A0, int32_t, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IList_Insert, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IList_Remove, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106B400, Object *, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IList_get_Item, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__System_Collections_IList_set_Item, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__get_Count, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106ACA0, MagicLightProbes_VolumeParameters, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__get_Item, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ *, ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters__get_Items, (ReadOnlyCollection_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider___ctor, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, IList_1_NolanBehaviour_OverlappedCollider_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__Contains, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, NolanBehaviour_OverlappedCollider value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__CopyTo, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, NolanBehaviour_OverlappedCollider__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_NolanBehaviour_OverlappedCollider_ *, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__GetEnumerator, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__IndexOf, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, NolanBehaviour_OverlappedCollider value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, NolanBehaviour_OverlappedCollider value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, NolanBehaviour_OverlappedCollider value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, int32_t index, NolanBehaviour_OverlappedCollider value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, NolanBehaviour_OverlappedCollider, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, int32_t index, NolanBehaviour_OverlappedCollider value, MethodInfo * method)); DO_APP_FUNC(0x0107E5A0, void, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107E490, Object *, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107E440, IEnumerator *, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__System_Collections_IList_Add, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__System_Collections_IList_Clear, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__System_Collections_IList_Contains, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__System_Collections_IList_Insert, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__System_Collections_IList_Remove, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__System_Collections_IList_get_Item, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__System_Collections_IList_set_Item, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__get_Count, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, NolanBehaviour_OverlappedCollider, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__get_Item, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_NolanBehaviour_OverlappedCollider_ *, ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider__get_Items, (ReadOnlyCollection_1_NolanBehaviour_OverlappedCollider_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding___ctor, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, IList_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Contains, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, OpenXRInput_SerializedBinding value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__CopyTo, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, OpenXRInput_SerializedBinding__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ *, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__IndexOf, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, OpenXRInput_SerializedBinding value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, OpenXRInput_SerializedBinding value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, OpenXRInput_SerializedBinding value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, int32_t index, OpenXRInput_SerializedBinding value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, OpenXRInput_SerializedBinding, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, int32_t index, OpenXRInput_SerializedBinding value, MethodInfo * method)); DO_APP_FUNC(0x0107EB10, void, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107EA00, Object *, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107E9B0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__get_Count, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, OpenXRInput_SerializedBinding, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__get_Item, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ *, ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__get_Items, (ReadOnlyCollection_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog___ctor, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, IList_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__Contains, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, PackedPlayModeBuildLogs_RuntimeBuildLog value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__CopyTo, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, PackedPlayModeBuildLogs_RuntimeBuildLog__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ *, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__GetEnumerator, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__IndexOf, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, PackedPlayModeBuildLogs_RuntimeBuildLog value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, PackedPlayModeBuildLogs_RuntimeBuildLog value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, PackedPlayModeBuildLogs_RuntimeBuildLog value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, int32_t index, PackedPlayModeBuildLogs_RuntimeBuildLog value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, PackedPlayModeBuildLogs_RuntimeBuildLog, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, int32_t index, PackedPlayModeBuildLogs_RuntimeBuildLog value, MethodInfo * method)); DO_APP_FUNC(0x0107F080, void, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107EF70, Object *, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107EF20, IEnumerator *, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IList_Add, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IList_Clear, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IList_Contains, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IList_Insert, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IList_Remove, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IList_get_Item, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__System_Collections_IList_set_Item, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__get_Count, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, PackedPlayModeBuildLogs_RuntimeBuildLog, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__get_Item, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ *, ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog__get_Items, (ReadOnlyCollection_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle___ctor, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, IList_1_UnityEngine_ParticleSystem_Particle_ * list, MethodInfo * method)); DO_APP_FUNC(0x0107F560, bool, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__Contains, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, ParticleSystem_Particle value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__CopyTo, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, ParticleSystem_Particle__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_ParticleSystem_Particle_ *, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107F6A0, int32_t, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__IndexOf, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, ParticleSystem_Particle value, MethodInfo * method)); DO_APP_FUNC(0x0107FE30, bool, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, ParticleSystem_Particle value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, ParticleSystem_Particle value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, int32_t index, ParticleSystem_Particle value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0107F490, ParticleSystem_Particle, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, int32_t index, ParticleSystem_Particle value, MethodInfo * method)); DO_APP_FUNC(0x0107F940, void, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107F830, Object *, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107F7E0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107FF40, bool, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010800A0, int32_t, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107FD30, Object *, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__get_Count, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0107F490, ParticleSystem_Particle, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__get_Item, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_ParticleSystem_Particle_ *, ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle__get_Items, (ReadOnlyCollection_1_UnityEngine_ParticleSystem_Particle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick___ctor, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, IList_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Contains, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__CopyTo, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__IndexOf, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, ProbeBrickIndex_Brick value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, int32_t index, ProbeBrickIndex_Brick value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, ProbeBrickIndex_Brick, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, int32_t index, ProbeBrickIndex_Brick value, MethodInfo * method)); DO_APP_FUNC(0x01080360, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01080250, Object *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01080200, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__get_Count, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, ProbeBrickIndex_Brick, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__get_Items, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick___ctor, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, IList_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * list, MethodInfo * method)); DO_APP_FUNC(0x01080850, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__Contains, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, ProbeBrickIndex_ReservedBrick value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__CopyTo, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, ProbeBrickIndex_ReservedBrick__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01080930, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__IndexOf, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, ProbeBrickIndex_ReservedBrick value, MethodInfo * method)); DO_APP_FUNC(0x010810A0, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, ProbeBrickIndex_ReservedBrick value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, ProbeBrickIndex_ReservedBrick value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, int32_t index, ProbeBrickIndex_ReservedBrick value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01080770, ProbeBrickIndex_ReservedBrick, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, int32_t index, ProbeBrickIndex_ReservedBrick value, MethodInfo * method)); DO_APP_FUNC(0x01080B70, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01080A60, Object *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01080A10, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01081170, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01081270, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01080F90, Object *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__get_Count, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01080770, ProbeBrickIndex_ReservedBrick, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick__get_Items, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta___ctor, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, IList_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Contains, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, ProbeBrickIndex_VoxelMeta value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__CopyTo, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, ProbeBrickIndex_VoxelMeta__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__IndexOf, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, ProbeBrickIndex_VoxelMeta value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, ProbeBrickIndex_VoxelMeta value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, ProbeBrickIndex_VoxelMeta value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, int32_t index, ProbeBrickIndex_VoxelMeta value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, ProbeBrickIndex_VoxelMeta, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, int32_t index, ProbeBrickIndex_VoxelMeta value, MethodInfo * method)); DO_APP_FUNC(0x010814D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010813C0, Object *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01081370, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__get_Count, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, ProbeBrickIndex_VoxelMeta, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__get_Items, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc___ctor, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, IList_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * list, MethodInfo * method)); DO_APP_FUNC(0x0103E450, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Contains, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__CopyTo, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103E530, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__IndexOf, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc value, MethodInfo * method)); DO_APP_FUNC(0x0103ECA0, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, int32_t index, ProbeBrickPool_BrickChunkAlloc value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0103E370, ProbeBrickPool_BrickChunkAlloc, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, int32_t index, ProbeBrickPool_BrickChunkAlloc value, MethodInfo * method)); DO_APP_FUNC(0x01081A40, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01081930, Object *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010818E0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103ED80, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0103EE80, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103EB90, Object *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__get_Count, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103E370, ProbeBrickPool_BrickChunkAlloc, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__get_Items, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem___ctor, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, IList_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__Contains, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, ProbeVolumePerSceneData_SerializableAssetItem value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__CopyTo, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, ProbeVolumePerSceneData_SerializableAssetItem__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__IndexOf, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, ProbeVolumePerSceneData_SerializableAssetItem value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, ProbeVolumePerSceneData_SerializableAssetItem value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, ProbeVolumePerSceneData_SerializableAssetItem value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, int32_t index, ProbeVolumePerSceneData_SerializableAssetItem value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, ProbeVolumePerSceneData_SerializableAssetItem, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, int32_t index, ProbeVolumePerSceneData_SerializableAssetItem value, MethodInfo * method)); DO_APP_FUNC(0x01081FC0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01081EB0, Object *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01081E60, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__get_Count, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, ProbeVolumePerSceneData_SerializableAssetItem, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem__get_Items, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem___ctor, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, IList_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034DF0, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__Contains, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, ProbeVolumeSceneData_SerializableBoundItem value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__CopyTo, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, ProbeVolumeSceneData_SerializableBoundItem__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034ED0, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__IndexOf, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, ProbeVolumeSceneData_SerializableBoundItem value, MethodInfo * method)); DO_APP_FUNC(0x01035640, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, ProbeVolumeSceneData_SerializableBoundItem value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, ProbeVolumeSceneData_SerializableBoundItem value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, int32_t index, ProbeVolumeSceneData_SerializableBoundItem value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01034D10, ProbeVolumeSceneData_SerializableBoundItem, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, int32_t index, ProbeVolumeSceneData_SerializableBoundItem value, MethodInfo * method)); DO_APP_FUNC(0x01082530, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01082420, Object *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010823D0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035710, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01035810, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035530, Object *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__get_Count, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034D10, ProbeVolumeSceneData_SerializableBoundItem, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem__get_Items, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem___ctor, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, IList_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__Contains, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, ProbeVolumeSceneData_SerializableHasPVItem value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__CopyTo, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, ProbeVolumeSceneData_SerializableHasPVItem__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__IndexOf, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, ProbeVolumeSceneData_SerializableHasPVItem value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, ProbeVolumeSceneData_SerializableHasPVItem value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, ProbeVolumeSceneData_SerializableHasPVItem value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, int32_t index, ProbeVolumeSceneData_SerializableHasPVItem value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, ProbeVolumeSceneData_SerializableHasPVItem, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, int32_t index, ProbeVolumeSceneData_SerializableHasPVItem value, MethodInfo * method)); DO_APP_FUNC(0x01082AB0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010829A0, Object *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01082950, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__get_Count, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, ProbeVolumeSceneData_SerializableHasPVItem, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem__get_Items, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings___ctor, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, IList_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * list, MethodInfo * method)); DO_APP_FUNC(0x01040C10, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__Contains, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, ProbeVolumeSceneData_SerializablePVBakeSettings value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__CopyTo, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, ProbeVolumeSceneData_SerializablePVBakeSettings__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040D00, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__IndexOf, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, ProbeVolumeSceneData_SerializablePVBakeSettings value, MethodInfo * method)); DO_APP_FUNC(0x010413C0, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, ProbeVolumeSceneData_SerializablePVBakeSettings value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, ProbeVolumeSceneData_SerializablePVBakeSettings value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, int32_t index, ProbeVolumeSceneData_SerializablePVBakeSettings value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01040B80, ProbeVolumeSceneData_SerializablePVBakeSettings, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, int32_t index, ProbeVolumeSceneData_SerializablePVBakeSettings value, MethodInfo * method)); DO_APP_FUNC(0x01083020, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01082F10, Object *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01082EC0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010414B0, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010415B0, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01041300, Object *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__get_Count, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040B80, ProbeVolumeSceneData_SerializablePVBakeSettings, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings__get_Items, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile___ctor, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, IList_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__Contains, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, ProbeVolumeSceneData_SerializablePVProfile value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__CopyTo, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, ProbeVolumeSceneData_SerializablePVProfile__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__IndexOf, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, ProbeVolumeSceneData_SerializablePVProfile value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, ProbeVolumeSceneData_SerializablePVProfile value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, ProbeVolumeSceneData_SerializablePVProfile value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, int32_t index, ProbeVolumeSceneData_SerializablePVProfile value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, ProbeVolumeSceneData_SerializablePVProfile, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, int32_t index, ProbeVolumeSceneData_SerializablePVProfile value, MethodInfo * method)); DO_APP_FUNC(0x01083530, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01083420, Object *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010833D0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__get_Count, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, ProbeVolumeSceneData_SerializablePVProfile, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile__get_Items, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange___ctor, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, IList_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * list, MethodInfo * method)); DO_APP_FUNC(0x01045B00, bool, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__Contains, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, RegexCharClass_SingleRange value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__CopyTo, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, RegexCharClass_SingleRange__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ *, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__GetEnumerator, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01045BD0, int32_t, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__IndexOf, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, RegexCharClass_SingleRange value, MethodInfo * method)); DO_APP_FUNC(0x01046230, bool, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, RegexCharClass_SingleRange value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, RegexCharClass_SingleRange value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, int32_t index, RegexCharClass_SingleRange value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, RegexCharClass_SingleRange, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, int32_t index, RegexCharClass_SingleRange value, MethodInfo * method)); DO_APP_FUNC(0x01083AA0, void, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01083990, Object *, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01083940, IEnumerator *, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IList_Add, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01046300, bool, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010463F0, int32_t, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01046190, Object *, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__get_Count, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, RegexCharClass_SingleRange, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__get_Item, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ *, ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange__get_Items, (ReadOnlyCollection_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, IList_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * list, MethodInfo * method)); DO_APP_FUNC(0x01071950, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, RenderChain_RenderNodeData value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, RenderChain_RenderNodeData__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01071A50, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, RenderChain_RenderNodeData value, MethodInfo * method)); DO_APP_FUNC(0x01072160, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, RenderChain_RenderNodeData value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, RenderChain_RenderNodeData value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, int32_t index, RenderChain_RenderNodeData value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010718A0, RenderChain_RenderNodeData, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, int32_t index, RenderChain_RenderNodeData value, MethodInfo * method)); DO_APP_FUNC(0x01083F90, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01083E80, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01083E30, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01072260, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01072390, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01072080, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010718A0, RenderChain_RenderNodeData, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData___ctor, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, IList_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034DF0, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__Contains, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, RenderGraphDebugData_PassDebugData value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__CopyTo, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, RenderGraphDebugData_PassDebugData__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034ED0, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__IndexOf, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, RenderGraphDebugData_PassDebugData value, MethodInfo * method)); DO_APP_FUNC(0x01035640, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, RenderGraphDebugData_PassDebugData value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, RenderGraphDebugData_PassDebugData value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, int32_t index, RenderGraphDebugData_PassDebugData value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01034D10, RenderGraphDebugData_PassDebugData, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, int32_t index, RenderGraphDebugData_PassDebugData value, MethodInfo * method)); DO_APP_FUNC(0x010844C0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010843B0, Object *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01084360, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035710, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01035810, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035530, Object *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__get_Count, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034D10, RenderGraphDebugData_PassDebugData, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData__get_Items, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData___ctor, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, IList_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * list, MethodInfo * method)); DO_APP_FUNC(0x01040C10, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__Contains, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, RenderGraphDebugData_ResourceDebugData value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__CopyTo, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, RenderGraphDebugData_ResourceDebugData__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040D00, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__IndexOf, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, RenderGraphDebugData_ResourceDebugData value, MethodInfo * method)); DO_APP_FUNC(0x010413C0, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, RenderGraphDebugData_ResourceDebugData value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, RenderGraphDebugData_ResourceDebugData value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, int32_t index, RenderGraphDebugData_ResourceDebugData value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01040B80, RenderGraphDebugData_ResourceDebugData, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, int32_t index, RenderGraphDebugData_ResourceDebugData value, MethodInfo * method)); DO_APP_FUNC(0x01084A40, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01084930, Object *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010848E0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010414B0, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010415B0, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01041300, Object *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__get_Count, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040B80, RenderGraphDebugData_ResourceDebugData, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__get_Item, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ *, ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData__get_Items, (ReadOnlyCollection_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest___ctor, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, IList_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__Contains, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, ResourceManager_DeferredCallbackRegisterRequest value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__CopyTo, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, ResourceManager_DeferredCallbackRegisterRequest__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__IndexOf, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, ResourceManager_DeferredCallbackRegisterRequest value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, ResourceManager_DeferredCallbackRegisterRequest value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, ResourceManager_DeferredCallbackRegisterRequest value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, int32_t index, ResourceManager_DeferredCallbackRegisterRequest value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, ResourceManager_DeferredCallbackRegisterRequest, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, int32_t index, ResourceManager_DeferredCallbackRegisterRequest value, MethodInfo * method)); DO_APP_FUNC(0x01084F50, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01084E40, Object *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01084DF0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__get_Count, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, ResourceManager_DeferredCallbackRegisterRequest, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__get_Item, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ *, ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest__get_Items, (ReadOnlyCollection_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash___ctor, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, IList_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__Contains, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, RetainedGizmos_MeshWithHash value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__CopyTo, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, RetainedGizmos_MeshWithHash__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ *, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__GetEnumerator, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__IndexOf, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, RetainedGizmos_MeshWithHash value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, RetainedGizmos_MeshWithHash value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, RetainedGizmos_MeshWithHash value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, int32_t index, RetainedGizmos_MeshWithHash value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, RetainedGizmos_MeshWithHash, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, int32_t index, RetainedGizmos_MeshWithHash value, MethodInfo * method)); DO_APP_FUNC(0x010854C0, void, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010853B0, Object *, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01085360, IEnumerator *, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IList_Add, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IList_Clear, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IList_Contains, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IList_Insert, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IList_Remove, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__get_Count, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, RetainedGizmos_MeshWithHash, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__get_Item, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ *, ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash__get_Items, (ReadOnlyCollection_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, IList_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, TemplateAsset_AttributeOverride value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, TemplateAsset_AttributeOverride__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ *, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, TemplateAsset_AttributeOverride value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, TemplateAsset_AttributeOverride value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, TemplateAsset_AttributeOverride value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, int32_t index, TemplateAsset_AttributeOverride value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, TemplateAsset_AttributeOverride, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, int32_t index, TemplateAsset_AttributeOverride value, MethodInfo * method)); DO_APP_FUNC(0x01085A40, void, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01085930, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010858E0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, TemplateAsset_AttributeOverride, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ *, ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap___ctor, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, IList_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__Contains, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, TextSettings_FontReferenceMap value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__CopyTo, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, TextSettings_FontReferenceMap__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ *, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__IndexOf, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, TextSettings_FontReferenceMap value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, TextSettings_FontReferenceMap value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, TextSettings_FontReferenceMap value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, int32_t index, TextSettings_FontReferenceMap value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, TextSettings_FontReferenceMap, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, int32_t index, TextSettings_FontReferenceMap value, MethodInfo * method)); DO_APP_FUNC(0x01085FC0, void, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01085EB0, Object *, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01085E60, IEnumerator *, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__get_Count, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, TextSettings_FontReferenceMap, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__get_Item, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ *, ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap__get_Items, (ReadOnlyCollection_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, IList_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x01040080, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, TextureBlitter_BlitInfo value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, TextureBlitter_BlitInfo__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040170, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, TextureBlitter_BlitInfo value, MethodInfo * method)); DO_APP_FUNC(0x01040850, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, TextureBlitter_BlitInfo value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, TextureBlitter_BlitInfo value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, int32_t index, TextureBlitter_BlitInfo value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0103FFF0, TextureBlitter_BlitInfo, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, int32_t index, TextureBlitter_BlitInfo value, MethodInfo * method)); DO_APP_FUNC(0x01086530, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01086420, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010863D0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040950, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01040A60, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040780, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103FFF0, TextureBlitter_BlitInfo, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame___ctor, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, IList_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * list, MethodInfo * method)); DO_APP_FUNC(0x010569C0, bool, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__Contains, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, TexturePacker_JsonArray_Frame value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__CopyTo, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, TexturePacker_JsonArray_Frame__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ *, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__GetEnumerator, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01056AB0, int32_t, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__IndexOf, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, TexturePacker_JsonArray_Frame value, MethodInfo * method)); DO_APP_FUNC(0x01057190, bool, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, TexturePacker_JsonArray_Frame value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, TexturePacker_JsonArray_Frame value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, int32_t index, TexturePacker_JsonArray_Frame value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01056930, TexturePacker_JsonArray_Frame, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, int32_t index, TexturePacker_JsonArray_Frame value, MethodInfo * method)); DO_APP_FUNC(0x01086A50, void, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01086940, Object *, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010868F0, IEnumerator *, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IList_Add, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IList_Clear, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01057270, bool, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IList_Contains, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01057380, int32_t, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IList_Insert, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IList_Remove, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010570C0, Object *, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IList_get_Item, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__System_Collections_IList_set_Item, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__get_Count, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01056930, TexturePacker_JsonArray_Frame, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__get_Item, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ *, ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame__get_Items, (ReadOnlyCollection_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, IList_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, TextureRegistry_TextureInfo value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, TextureRegistry_TextureInfo__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ *, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, TextureRegistry_TextureInfo value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, TextureRegistry_TextureInfo value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, TextureRegistry_TextureInfo value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, int32_t index, TextureRegistry_TextureInfo value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, TextureRegistry_TextureInfo, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, int32_t index, TextureRegistry_TextureInfo value, MethodInfo * method)); DO_APP_FUNC(0x01086F70, void, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01086E60, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01086E10, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, TextureRegistry_TextureInfo, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ *, ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry___ctor, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, IList_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__Contains, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, TimeNotificationBehaviour_NotificationEntry value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__CopyTo, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, TimeNotificationBehaviour_NotificationEntry__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ *, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__IndexOf, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, TimeNotificationBehaviour_NotificationEntry value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, TimeNotificationBehaviour_NotificationEntry value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, TimeNotificationBehaviour_NotificationEntry value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, int32_t index, TimeNotificationBehaviour_NotificationEntry value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, TimeNotificationBehaviour_NotificationEntry, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, int32_t index, TimeNotificationBehaviour_NotificationEntry value, MethodInfo * method)); DO_APP_FUNC(0x010874E0, void, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010873D0, Object *, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01087380, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__get_Count, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, TimeNotificationBehaviour_NotificationEntry, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__get_Item, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ *, ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry__get_Items, (ReadOnlyCollection_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData___ctor, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, IList_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034DF0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, TrackedDeviceRaycaster_RaycastHitData value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, TrackedDeviceRaycaster_RaycastHitData__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034ED0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, TrackedDeviceRaycaster_RaycastHitData value, MethodInfo * method)); DO_APP_FUNC(0x01035640, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, TrackedDeviceRaycaster_RaycastHitData value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, TrackedDeviceRaycaster_RaycastHitData value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, int32_t index, TrackedDeviceRaycaster_RaycastHitData value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01034D10, TrackedDeviceRaycaster_RaycastHitData, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, int32_t index, TrackedDeviceRaycaster_RaycastHitData value, MethodInfo * method)); DO_APP_FUNC(0x01087A60, void, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01087950, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01087900, IEnumerator *, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035710, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01035810, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035530, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__get_Count, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034D10, TrackedDeviceRaycaster_RaycastHitData, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData__get_Items, (ReadOnlyCollection_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData___ctor, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, IList_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__Contains, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, TrackedPoseDriverDataDescription_PoseData value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__CopyTo, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, TrackedPoseDriverDataDescription_PoseData__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ *, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__IndexOf, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, TrackedPoseDriverDataDescription_PoseData value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, TrackedPoseDriverDataDescription_PoseData value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, TrackedPoseDriverDataDescription_PoseData value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, int32_t index, TrackedPoseDriverDataDescription_PoseData value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, TrackedPoseDriverDataDescription_PoseData, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, int32_t index, TrackedPoseDriverDataDescription_PoseData value, MethodInfo * method)); DO_APP_FUNC(0x01087FE0, void, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01087ED0, Object *, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01087E80, IEnumerator *, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__get_Count, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, TrackedPoseDriverDataDescription_PoseData, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__get_Item, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ *, ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData__get_Items, (ReadOnlyCollection_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, IList_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, TreeView_TreeViewItemWrapper value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, TreeView_TreeViewItemWrapper__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ *, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, TreeView_TreeViewItemWrapper value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, TreeView_TreeViewItemWrapper value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, TreeView_TreeViewItemWrapper value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, int32_t index, TreeView_TreeViewItemWrapper value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, TreeView_TreeViewItemWrapper, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, int32_t index, TreeView_TreeViewItemWrapper value, MethodInfo * method)); DO_APP_FUNC(0x01088550, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01088440, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010883F0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, TreeView_TreeViewItemWrapper, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ *, ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, IList_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * list, MethodInfo * method)); DO_APP_FUNC(0x010380F0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, TreeViewReorderableDragAndDropController_TreeItemState value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, TreeViewReorderableDragAndDropController_TreeItemState__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ *, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010381C0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, TreeViewReorderableDragAndDropController_TreeItemState value, MethodInfo * method)); DO_APP_FUNC(0x01038820, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, TreeViewReorderableDragAndDropController_TreeItemState value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, TreeViewReorderableDragAndDropController_TreeItemState value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, int32_t index, TreeViewReorderableDragAndDropController_TreeItemState value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, TreeViewReorderableDragAndDropController_TreeItemState, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, int32_t index, TreeViewReorderableDragAndDropController_TreeItemState value, MethodInfo * method)); DO_APP_FUNC(0x01088AC0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010889B0, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01088960, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010388F0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010389E0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038780, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, TreeViewReorderableDragAndDropController_TreeItemState, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ *, ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, IList_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * list, MethodInfo * method)); DO_APP_FUNC(0x01071950, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, UIRStylePainter_Entry value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, UIRStylePainter_Entry__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01071A50, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, UIRStylePainter_Entry value, MethodInfo * method)); DO_APP_FUNC(0x01072160, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, UIRStylePainter_Entry value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, UIRStylePainter_Entry value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, int32_t index, UIRStylePainter_Entry value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010718A0, UIRStylePainter_Entry, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, int32_t index, UIRStylePainter_Entry value, MethodInfo * method)); DO_APP_FUNC(0x01088FB0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01088EA0, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01088E50, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01072260, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01072390, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01072080, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010718A0, UIRStylePainter_Entry, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, IList_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * list, MethodInfo * method)); DO_APP_FUNC(0x01040C10, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, UIRenderDevice_AllocToFree value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, UIRenderDevice_AllocToFree__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040D00, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, UIRenderDevice_AllocToFree value, MethodInfo * method)); DO_APP_FUNC(0x010413C0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, UIRenderDevice_AllocToFree value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, UIRenderDevice_AllocToFree value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, int32_t index, UIRenderDevice_AllocToFree value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01040B80, UIRenderDevice_AllocToFree, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, int32_t index, UIRenderDevice_AllocToFree value, MethodInfo * method)); DO_APP_FUNC(0x010894E0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010893D0, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01089380, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010414B0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010415B0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01041300, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01040B80, UIRenderDevice_AllocToFree, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, IList_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * list, MethodInfo * method)); DO_APP_FUNC(0x0103A6B0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, UIRenderDevice_AllocToUpdate value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, UIRenderDevice_AllocToUpdate__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103A7B0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, UIRenderDevice_AllocToUpdate value, MethodInfo * method)); DO_APP_FUNC(0x0103AEA0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, UIRenderDevice_AllocToUpdate value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, UIRenderDevice_AllocToUpdate value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, int32_t index, UIRenderDevice_AllocToUpdate value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0103A610, UIRenderDevice_AllocToUpdate, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, int32_t index, UIRenderDevice_AllocToUpdate value, MethodInfo * method)); DO_APP_FUNC(0x010899F0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010898E0, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01089890, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103AF90, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0103B0B0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103ADD0, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103A610, UIRenderDevice_AllocToUpdate, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ *, ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest___ctor, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, IList_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__Contains, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, UnitySynchronizationContext_WorkRequest value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__CopyTo, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, UnitySynchronizationContext_WorkRequest__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ *, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__IndexOf, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, UnitySynchronizationContext_WorkRequest value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, UnitySynchronizationContext_WorkRequest value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, UnitySynchronizationContext_WorkRequest value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, int32_t index, UnitySynchronizationContext_WorkRequest value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, UnitySynchronizationContext_WorkRequest, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, int32_t index, UnitySynchronizationContext_WorkRequest value, MethodInfo * method)); DO_APP_FUNC(0x01089F10, void, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01089E00, Object *, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01089DB0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__get_Count, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, UnitySynchronizationContext_WorkRequest, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__get_Item, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ *, ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest__get_Items, (ReadOnlyCollection_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, IList_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, VisualTreeAsset_SlotDefinition value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, VisualTreeAsset_SlotDefinition__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ *, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, VisualTreeAsset_SlotDefinition value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, VisualTreeAsset_SlotDefinition value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, VisualTreeAsset_SlotDefinition value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, int32_t index, VisualTreeAsset_SlotDefinition value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, VisualTreeAsset_SlotDefinition, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, int32_t index, VisualTreeAsset_SlotDefinition value, MethodInfo * method)); DO_APP_FUNC(0x0108A490, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108A380, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108A330, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, VisualTreeAsset_SlotDefinition, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ *, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, IList_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, VisualTreeAsset_SlotUsageEntry value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, VisualTreeAsset_SlotUsageEntry__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ *, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, VisualTreeAsset_SlotUsageEntry value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, VisualTreeAsset_SlotUsageEntry value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, VisualTreeAsset_SlotUsageEntry value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, int32_t index, VisualTreeAsset_SlotUsageEntry value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, VisualTreeAsset_SlotUsageEntry, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, int32_t index, VisualTreeAsset_SlotUsageEntry value, MethodInfo * method)); DO_APP_FUNC(0x0108AA00, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108A8F0, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108A8A0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, VisualTreeAsset_SlotUsageEntry, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ *, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry___ctor, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, IList_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, VisualTreeAsset_UsingEntry value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, VisualTreeAsset_UsingEntry__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ *, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, VisualTreeAsset_UsingEntry value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, VisualTreeAsset_UsingEntry value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, VisualTreeAsset_UsingEntry value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, int32_t index, VisualTreeAsset_UsingEntry value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, VisualTreeAsset_UsingEntry, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, int32_t index, VisualTreeAsset_UsingEntry value, MethodInfo * method)); DO_APP_FUNC(0x0108AF70, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108AE60, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108AE10, IEnumerator *, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__get_Count, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, VisualTreeAsset_UsingEntry, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__get_Item, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ *, ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry__get_Items, (ReadOnlyCollection_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry___ctor, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, IList_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__Contains, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__CopyTo, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ *, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__GetEnumerator, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__IndexOf, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, int32_t index, XmlSchemaObjectTable_XmlSchemaObjectEntry value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, XmlSchemaObjectTable_XmlSchemaObjectEntry, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, int32_t index, XmlSchemaObjectTable_XmlSchemaObjectEntry value, MethodInfo * method)); DO_APP_FUNC(0x0108B4F0, void, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108B3E0, Object *, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108B390, IEnumerator *, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IList_Add, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__get_Count, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, XmlSchemaObjectTable_XmlSchemaObjectEntry, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__get_Item, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ *, ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry__get_Items, (ReadOnlyCollection_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData___ctor, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, IList_1_ftLightmaps_LightmapAdditionalData_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034DF0, bool, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__Contains, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, ftLightmaps_LightmapAdditionalData value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__CopyTo, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, ftLightmaps_LightmapAdditionalData__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_ftLightmaps_LightmapAdditionalData_ *, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__GetEnumerator, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034ED0, int32_t, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__IndexOf, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, ftLightmaps_LightmapAdditionalData value, MethodInfo * method)); DO_APP_FUNC(0x01035640, bool, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, ftLightmaps_LightmapAdditionalData value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, ftLightmaps_LightmapAdditionalData value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, int32_t index, ftLightmaps_LightmapAdditionalData value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01034D10, ftLightmaps_LightmapAdditionalData, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, int32_t index, ftLightmaps_LightmapAdditionalData value, MethodInfo * method)); DO_APP_FUNC(0x0108BA60, void, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108B950, Object *, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108B900, IEnumerator *, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__System_Collections_IList_Add, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__System_Collections_IList_Clear, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035710, bool, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__System_Collections_IList_Contains, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01035810, int32_t, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__System_Collections_IList_Insert, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__System_Collections_IList_Remove, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035530, Object *, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__System_Collections_IList_get_Item, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__System_Collections_IList_set_Item, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__get_Count, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034D10, ftLightmaps_LightmapAdditionalData, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__get_Item, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_ftLightmaps_LightmapAdditionalData_ *, ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData__get_Items, (ReadOnlyCollection_1_ftLightmaps_LightmapAdditionalData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, IList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * list, MethodInfo * method)); DO_APP_FUNC(0x010380F0, bool, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Contains, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__CopyTo, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ *, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__GetEnumerator, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010381C0, int32_t, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__IndexOf, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy value, MethodInfo * method)); DO_APP_FUNC(0x01038820, bool, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01038090, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy value, MethodInfo * method)); DO_APP_FUNC(0x0108BFE0, void, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108BED0, Object *, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108BE80, IEnumerator *, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_Add, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_Clear, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010388F0, bool, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_Contains, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010389E0, int32_t, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_Insert, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_Remove, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038780, Object *, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_get_Item, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IList_set_Item, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__get_Count, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01038090, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__get_Item, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ *, ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__get_Items, (ReadOnlyCollection_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem___ctor, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, IList_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034170, bool, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__Contains, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, DebugUI_Foldout_ContextMenuItem value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__CopyTo, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, DebugUI_Foldout_ContextMenuItem__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ *, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034300, int32_t, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__IndexOf, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, DebugUI_Foldout_ContextMenuItem value, MethodInfo * method)); DO_APP_FUNC(0x01034A50, bool, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, DebugUI_Foldout_ContextMenuItem value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, DebugUI_Foldout_ContextMenuItem value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, int32_t index, DebugUI_Foldout_ContextMenuItem value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010340A0, DebugUI_Foldout_ContextMenuItem, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, int32_t index, DebugUI_Foldout_ContextMenuItem value, MethodInfo * method)); DO_APP_FUNC(0x0108C4D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108C3C0, Object *, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108C370, IEnumerator *, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034B20, bool, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034C10, int32_t, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034950, Object *, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__get_Count, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010340A0, DebugUI_Foldout_ContextMenuItem, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__get_Item, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ *, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem__get_Items, (ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher___ctor, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, IList_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * list, MethodInfo * method)); DO_APP_FUNC(0x01035F70, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, InputControlLayout_Collection_LayoutMatcher value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, InputControlLayout_Collection_LayoutMatcher__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01036050, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, InputControlLayout_Collection_LayoutMatcher value, MethodInfo * method)); DO_APP_FUNC(0x010367C0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, InputControlLayout_Collection_LayoutMatcher value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, InputControlLayout_Collection_LayoutMatcher value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, int32_t index, InputControlLayout_Collection_LayoutMatcher value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01035E90, InputControlLayout_Collection_LayoutMatcher, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, int32_t index, InputControlLayout_Collection_LayoutMatcher value, MethodInfo * method)); DO_APP_FUNC(0x0108CA40, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108C930, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108C8E0, IEnumerator *, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IList_Add, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IList_Clear, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010368A0, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IList_Contains, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010369A0, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IList_Insert, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IList_Remove, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010366B0, Object *, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IList_get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__System_Collections_IList_set_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__get_Count, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035E90, InputControlLayout_Collection_LayoutMatcher, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__get_Item, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ *, ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher__get_Items, (ReadOnlyCollection_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView___ctor, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, IList_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * list, MethodInfo * method)); DO_APP_FUNC(0x01034DF0, bool, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__Contains, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, InstructionList_DebugView_InstructionView value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__CopyTo, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, InstructionList_DebugView_InstructionView__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ *, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__GetEnumerator, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034ED0, int32_t, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__IndexOf, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, InstructionList_DebugView_InstructionView value, MethodInfo * method)); DO_APP_FUNC(0x01035640, bool, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, InstructionList_DebugView_InstructionView value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, InstructionList_DebugView_InstructionView value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, int32_t index, InstructionList_DebugView_InstructionView value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01034D10, InstructionList_DebugView_InstructionView, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, int32_t index, InstructionList_DebugView_InstructionView value, MethodInfo * method)); DO_APP_FUNC(0x0108CFC0, void, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108CEB0, Object *, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108CE60, IEnumerator *, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IList_Add, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IList_Clear, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035710, bool, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IList_Contains, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01035810, int32_t, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IList_Insert, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IList_Remove, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01035530, Object *, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IList_get_Item, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__System_Collections_IList_set_Item, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__get_Count, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01034D10, InstructionList_DebugView_InstructionView, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__get_Item, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ *, ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView__get_Items, (ReadOnlyCollection_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb___ctor, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, IList_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * list, MethodInfo * method)); DO_APP_FUNC(0x0103E450, bool, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Contains, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__CopyTo, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ *, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__GetEnumerator, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103E530, int32_t, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__IndexOf, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb value, MethodInfo * method)); DO_APP_FUNC(0x0103ECA0, bool, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, int32_t index, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0103E370, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, int32_t index, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb value, MethodInfo * method)); DO_APP_FUNC(0x0108D540, void, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108D430, Object *, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108D3E0, IEnumerator *, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IList_Add, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IList_Clear, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103ED80, bool, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IList_Contains, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0103EE80, int32_t, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IList_Insert, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IList_Remove, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103EB90, Object *, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__get_Count, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0103E370, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__get_Item, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ *, ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__get_Items, (ReadOnlyCollection_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item___ctor, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, IList_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * list, MethodInfo * method)); DO_APP_FUNC(0x0106AD30, bool, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__Contains, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, TargetPositionCache_CacheCurve_Item value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__CopyTo, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, TargetPositionCache_CacheCurve_Item__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ *, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__GetEnumerator, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106AE10, int32_t, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__IndexOf, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, TargetPositionCache_CacheCurve_Item value, MethodInfo * method)); DO_APP_FUNC(0x0106B4C0, bool, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, TargetPositionCache_CacheCurve_Item value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, TargetPositionCache_CacheCurve_Item value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, int32_t index, TargetPositionCache_CacheCurve_Item value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0106ACA0, TargetPositionCache_CacheCurve_Item, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, int32_t index, TargetPositionCache_CacheCurve_Item value, MethodInfo * method)); DO_APP_FUNC(0x0108DAC0, void, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108D9B0, Object *, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108D960, IEnumerator *, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IList_Add, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IList_Clear, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106B5A0, bool, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IList_Contains, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0106B6A0, int32_t, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IList_Insert, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IList_Remove, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106B400, Object *, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__get_Count, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0106ACA0, TargetPositionCache_CacheCurve_Item, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__get_Item, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ *, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item__get_Items, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01033FE0, void, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem___ctor, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, IList_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * list, MethodInfo * method)); DO_APP_FUNC(0x0105C7F0, bool, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__Contains, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, TargetPositionCache_CacheEntry_RecordingItem value, MethodInfo * method)); DO_APP_FUNC(0x01034240, void, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__CopyTo, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, TargetPositionCache_CacheEntry_RecordingItem__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010342B0, IEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ *, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__GetEnumerator, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105C8D0, int32_t, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__IndexOf, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, TargetPositionCache_CacheEntry_RecordingItem value, MethodInfo * method)); DO_APP_FUNC(0x0105CF70, bool, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__IsCompatibleObject, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_Generic_ICollection_T__Add, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, TargetPositionCache_CacheEntry_RecordingItem value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_Generic_ICollection_T__Clear, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, bool, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_Generic_ICollection_T__Remove, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, TargetPositionCache_CacheEntry_RecordingItem value, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_Generic_ICollection_T__get_IsReadOnly, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_Generic_IList_T__Insert, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, int32_t index, TargetPositionCache_CacheEntry_RecordingItem value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_Generic_IList_T__RemoveAt, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0105C770, TargetPositionCache_CacheEntry_RecordingItem, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_Generic_IList_T__get_Item, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_Generic_IList_T__set_Item, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, int32_t index, TargetPositionCache_CacheEntry_RecordingItem value, MethodInfo * method)); DO_APP_FUNC(0x0108DFD0, void, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_ICollection_CopyTo, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_ICollection_get_IsSynchronized, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108DEC0, Object *, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_ICollection_get_SyncRoot, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108DE70, IEnumerator *, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IEnumerable_GetEnumerator, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010343D0, int32_t, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IList_Add, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IList_Clear, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105D050, bool, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IList_Contains, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0105D150, int32_t, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IList_IndexOf, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IList_Insert, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IList_Remove, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IList_RemoveAt, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IList_get_IsFixedSize, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IList_get_IsReadOnly, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105CEB0, Object *, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IList_get_Item, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010343D0, void, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__System_Collections_IList_set_Item, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01034050, int32_t, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__get_Count, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0105C770, TargetPositionCache_CacheEntry_RecordingItem, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__get_Item, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, IList_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ *, ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem__get_Items, (ReadOnlyCollection_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108E370, void, ReadOnlyMemory_1_Byte___ctor, (ReadOnlyMemory_1_Byte_ * __this, Byte__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2E58, ReadOnlyMemory_1_Byte___ctor__MethodInfo); DO_APP_FUNC(0x0108E3E0, void, ReadOnlyMemory_1_Byte___ctor_1, (ReadOnlyMemory_1_Byte_ * __this, Byte__Array * array, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C633D8, ReadOnlyMemory_1_Byte___ctor_1__MethodInfo); DO_APP_FUNC(0x01030CE0, void, ReadOnlyMemory_1_Byte___ctor_2, (ReadOnlyMemory_1_Byte_ * __this, Object * obj, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0108EFF0, int32_t, ReadOnlyMemory_1_Byte__CombineHashCodes, (int32_t left, int32_t right, MethodInfo * method)); DO_APP_FUNC(0x0108F000, int32_t, ReadOnlyMemory_1_Byte__CombineHashCodes_1, (int32_t h1, int32_t h2, int32_t h3, MethodInfo * method)); DO_APP_FUNC(0x0108EF00, bool, ReadOnlyMemory_1_Byte__Equals, (ReadOnlyMemory_1_Byte_ * __this, ReadOnlyMemory_1_Byte_ other, MethodInfo * method)); DO_APP_FUNC(0x0108ECE0, bool, ReadOnlyMemory_1_Byte__Equals_1, (ReadOnlyMemory_1_Byte_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0108EF20, int32_t, ReadOnlyMemory_1_Byte__GetHashCode, (ReadOnlyMemory_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108F0F0, Object *, ReadOnlyMemory_1_Byte__GetObjectStartLength, (ReadOnlyMemory_1_Byte_ * __this, int32_t * start, int32_t * length, MethodInfo * method)); DO_APP_FUNC(0x0108E7F0, ReadOnlyMemory_1_Byte_, ReadOnlyMemory_1_Byte__Slice, (ReadOnlyMemory_1_Byte_ * __this, int32_t start, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1430, ReadOnlyMemory_1_Byte__Slice__MethodInfo); DO_APP_FUNC(0x0108E580, String *, ReadOnlyMemory_1_Byte__ToString, (ReadOnlyMemory_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108E570, bool, ReadOnlyMemory_1_Byte__get_IsEmpty, (ReadOnlyMemory_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F570, ReadOnlyMemory_1_Byte__get_IsEmpty__MethodInfo); DO_APP_FUNC(0x0108E560, int32_t, ReadOnlyMemory_1_Byte__get_Length, (ReadOnlyMemory_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC82F0, ReadOnlyMemory_1_Byte__get_Length__MethodInfo); DO_APP_FUNC(0x0108E880, ReadOnlySpan_1_Byte_, ReadOnlyMemory_1_Byte__get_Span, (ReadOnlyMemory_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC86E0, ReadOnlyMemory_1_Byte__get_Span__MethodInfo); DO_APP_FUNC(0x0108E440, ReadOnlyMemory_1_Byte_, ReadOnlyMemory_1_Byte__op_Implicit, (ArraySegment_1_Byte_ segment, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3E58, ReadOnlyMemory_1_Byte__op_Implicit__MethodInfo); DO_APP_FUNC(0x0108E370, void, ReadOnlyMemory_1_Object___ctor, (ReadOnlyMemory_1_Object_ * __this, Object__Array * array, MethodInfo * method)); DO_APP_FUNC(0x0108E3E0, void, ReadOnlyMemory_1_Object___ctor_1, (ReadOnlyMemory_1_Object_ * __this, Object__Array * array, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01030CE0, void, ReadOnlyMemory_1_Object___ctor_2, (ReadOnlyMemory_1_Object_ * __this, Object * obj, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0108EFF0, int32_t, ReadOnlyMemory_1_Object__CombineHashCodes, (int32_t left, int32_t right, MethodInfo * method)); DO_APP_FUNC(0x0108F000, int32_t, ReadOnlyMemory_1_Object__CombineHashCodes_1, (int32_t h1, int32_t h2, int32_t h3, MethodInfo * method)); DO_APP_FUNC(0x0108EF00, bool, ReadOnlyMemory_1_Object__Equals, (ReadOnlyMemory_1_Object_ * __this, ReadOnlyMemory_1_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x0108ECE0, bool, ReadOnlyMemory_1_Object__Equals_1, (ReadOnlyMemory_1_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0108EF20, int32_t, ReadOnlyMemory_1_Object__GetHashCode, (ReadOnlyMemory_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108F0F0, Object *, ReadOnlyMemory_1_Object__GetObjectStartLength, (ReadOnlyMemory_1_Object_ * __this, int32_t * start, int32_t * length, MethodInfo * method)); DO_APP_FUNC(0x0108E7F0, ReadOnlyMemory_1_Object_, ReadOnlyMemory_1_Object__Slice, (ReadOnlyMemory_1_Object_ * __this, int32_t start, MethodInfo * method)); DO_APP_FUNC(0x0108F100, String *, ReadOnlyMemory_1_Object__ToString, (ReadOnlyMemory_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108E570, bool, ReadOnlyMemory_1_Object__get_IsEmpty, (ReadOnlyMemory_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108E560, int32_t, ReadOnlyMemory_1_Object__get_Length, (ReadOnlyMemory_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108F370, ReadOnlySpan_1_Object_, ReadOnlyMemory_1_Object__get_Span, (ReadOnlyMemory_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0108E440, ReadOnlyMemory_1_Object_, ReadOnlyMemory_1_Object__op_Implicit, (ArraySegment_1_Object_ segment, MethodInfo * method)); DO_APP_FUNC(0x0108F7E0, void, ReadOnlyObservableCollection_1_System_Object___ctor, (ReadOnlyObservableCollection_1_System_Object_ * __this, ObservableCollection_1_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x0108FF00, void, ReadOnlyObservableCollection_1_System_Object__HandleCollectionChanged, (ReadOnlyObservableCollection_1_System_Object_ * __this, Object * sender, NotifyCollectionChangedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0108FF20, void, ReadOnlyObservableCollection_1_System_Object__HandlePropertyChanged, (ReadOnlyObservableCollection_1_System_Object_ * __this, Object * sender, PropertyChangedEventArgs * e, MethodInfo * method)); DO_APP_FUNC(0x0108FCA0, void, ReadOnlyObservableCollection_1_System_Object__OnCollectionChanged, (ReadOnlyObservableCollection_1_System_Object_ * __this, NotifyCollectionChangedEventArgs * args, MethodInfo * method)); DO_APP_FUNC(0x0108FEE0, void, ReadOnlyObservableCollection_1_System_Object__OnPropertyChanged, (ReadOnlyObservableCollection_1_System_Object_ * __this, PropertyChangedEventArgs * args, MethodInfo * method)); DO_APP_FUNC(0x0108FA80, void, ReadOnlyObservableCollection_1_System_Object__System_Collections_Specialized_INotifyCollectionChanged_add_CollectionChanged, (ReadOnlyObservableCollection_1_System_Object_ * __this, NotifyCollectionChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0108FAA0, void, ReadOnlyObservableCollection_1_System_Object__System_Collections_Specialized_INotifyCollectionChanged_remove_CollectionChanged, (ReadOnlyObservableCollection_1_System_Object_ * __this, NotifyCollectionChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0108FCC0, void, ReadOnlyObservableCollection_1_System_Object__System_ComponentModel_INotifyPropertyChanged_add_PropertyChanged, (ReadOnlyObservableCollection_1_System_Object_ * __this, PropertyChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0108FCE0, void, ReadOnlyObservableCollection_1_System_Object__System_ComponentModel_INotifyPropertyChanged_remove_PropertyChanged, (ReadOnlyObservableCollection_1_System_Object_ * __this, PropertyChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0108FAC0, void, ReadOnlyObservableCollection_1_System_Object__add_CollectionChanged, (ReadOnlyObservableCollection_1_System_Object_ * __this, NotifyCollectionChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0108FD00, void, ReadOnlyObservableCollection_1_System_Object__add_PropertyChanged, (ReadOnlyObservableCollection_1_System_Object_ * __this, PropertyChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0108FBB0, void, ReadOnlyObservableCollection_1_System_Object__remove_CollectionChanged, (ReadOnlyObservableCollection_1_System_Object_ * __this, NotifyCollectionChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0108FDF0, void, ReadOnlyObservableCollection_1_System_Object__remove_PropertyChanged, (ReadOnlyObservableCollection_1_System_Object_ * __this, PropertyChangedEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0108FF40, void, ReadOnlySpan_1_Byte___ctor, (ReadOnlySpan_1_Byte_ * __this, Byte__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C782D0, ReadOnlySpan_1_Byte___ctor__MethodInfo); DO_APP_FUNC(0x01090010, void, ReadOnlySpan_1_Byte___ctor_1, (ReadOnlySpan_1_Byte_ * __this, uint8_t * ptr, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4DD0, ReadOnlySpan_1_Byte___ctor_1__MethodInfo); DO_APP_FUNC(0x0108FFB0, void, ReadOnlySpan_1_Byte___ctor_2, (ReadOnlySpan_1_Byte_ * __this, Void * pointer, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FF20, ReadOnlySpan_1_Byte___ctor_2__MethodInfo); DO_APP_FUNC(0x0108FF60, void, ReadOnlySpan_1_Byte___ctor_3, (ReadOnlySpan_1_Byte_ * __this, Byte__Array * array, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78870, ReadOnlySpan_1_Byte___ctor_3__MethodInfo); DO_APP_FUNC(0x01090040, void, ReadOnlySpan_1_Byte__CopyTo, (ReadOnlySpan_1_Byte_ * __this, Span_1_Byte_ destination, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC86F8, ReadOnlySpan_1_Byte__CopyTo__MethodInfo); DO_APP_FUNC(0x010905C0, bool, ReadOnlySpan_1_Byte__Equals, (ReadOnlySpan_1_Byte_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8478, ReadOnlySpan_1_Byte__Equals__MethodInfo); DO_APP_FUNC(0x01090620, int32_t, ReadOnlySpan_1_Byte__GetHashCode, (ReadOnlySpan_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8458, ReadOnlySpan_1_Byte__GetHashCode__MethodInfo); DO_APP_FUNC(0x01090390, ReadOnlySpan_1_Byte_, ReadOnlySpan_1_Byte__Slice, (ReadOnlySpan_1_Byte_ * __this, int32_t start, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67790, ReadOnlySpan_1_Byte__Slice__MethodInfo); DO_APP_FUNC(0x01090400, ReadOnlySpan_1_Byte_, ReadOnlySpan_1_Byte__Slice_1, (ReadOnlySpan_1_Byte_ * __this, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1528, ReadOnlySpan_1_Byte__Slice_1__MethodInfo); DO_APP_FUNC(0x01090470, Byte__Array *, ReadOnlySpan_1_Byte__ToArray, (ReadOnlySpan_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3A48, ReadOnlySpan_1_Byte__ToArray__MethodInfo); DO_APP_FUNC(0x010901C0, String *, ReadOnlySpan_1_Byte__ToString, (ReadOnlySpan_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01090100, bool, ReadOnlySpan_1_Byte__TryCopyTo, (ReadOnlySpan_1_Byte_ * __this, Span_1_Byte_ destination, MethodInfo * method)); DO_APP_FUNC(0x00ADC210, ReadOnlySpan_1_Byte_, ReadOnlySpan_1_Byte__get_Empty, (MethodInfo * method)); DO_APP_FUNC(0x010905B0, bool, ReadOnlySpan_1_Byte__get_IsEmpty, (ReadOnlySpan_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01090020, uint8_t *, ReadOnlySpan_1_Byte__get_Item, (ReadOnlySpan_1_Byte_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, ReadOnlySpan_1_Byte__get_Length, (ReadOnlySpan_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62E50, ReadOnlySpan_1_Byte__get_Length__MethodInfo); DO_APP_FUNC(0x01090680, ReadOnlySpan_1_Byte_, ReadOnlySpan_1_Byte__op_Implicit, (Byte__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60FE8, ReadOnlySpan_1_Byte__op_Implicit__MethodInfo); DO_APP_FUNC(0x0108FF40, void, ReadOnlySpan_1_Char___ctor, (ReadOnlySpan_1_Char_ * __this, Char__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01090010, void, ReadOnlySpan_1_Char___ctor_1, (ReadOnlySpan_1_Char_ * __this, uint16_t * ptr, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB77D8, ReadOnlySpan_1_Char___ctor_1__MethodInfo); DO_APP_FUNC(0x01090740, void, ReadOnlySpan_1_Char___ctor_2, (ReadOnlySpan_1_Char_ * __this, Void * pointer, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5ECA8, ReadOnlySpan_1_Char___ctor_2__MethodInfo); DO_APP_FUNC(0x010906E0, void, ReadOnlySpan_1_Char___ctor_3, (ReadOnlySpan_1_Char_ * __this, Char__Array * array, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA8F0, ReadOnlySpan_1_Char___ctor_3__MethodInfo); DO_APP_FUNC(0x01090040, void, ReadOnlySpan_1_Char__CopyTo, (ReadOnlySpan_1_Char_ * __this, Span_1_Char_ destination, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FAD0, ReadOnlySpan_1_Char__CopyTo__MethodInfo); DO_APP_FUNC(0x01090A70, bool, ReadOnlySpan_1_Char__Equals, (ReadOnlySpan_1_Char_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8468, ReadOnlySpan_1_Char__Equals__MethodInfo); DO_APP_FUNC(0x01090AD0, int32_t, ReadOnlySpan_1_Char__GetHashCode, (ReadOnlySpan_1_Char_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8460, ReadOnlySpan_1_Char__GetHashCode__MethodInfo); DO_APP_FUNC(0x01090990, ReadOnlySpan_1_Char_, ReadOnlySpan_1_Char__Slice, (ReadOnlySpan_1_Char_ * __this, int32_t start, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C781F0, ReadOnlySpan_1_Char__Slice__MethodInfo); DO_APP_FUNC(0x01090A00, ReadOnlySpan_1_Char_, ReadOnlySpan_1_Char__Slice_1, (ReadOnlySpan_1_Char_ * __this, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78800, ReadOnlySpan_1_Char__Slice_1__MethodInfo); DO_APP_FUNC(0x01090470, Char__Array *, ReadOnlySpan_1_Char__ToArray, (ReadOnlySpan_1_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010907C0, String *, ReadOnlySpan_1_Char__ToString, (ReadOnlySpan_1_Char_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8460, ReadOnlySpan_1_Char__ToString__MethodInfo); DO_APP_FUNC(0x01090100, bool, ReadOnlySpan_1_Char__TryCopyTo, (ReadOnlySpan_1_Char_ * __this, Span_1_Char_ destination, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA798, ReadOnlySpan_1_Char__TryCopyTo__MethodInfo); DO_APP_FUNC(0x00ADC210, ReadOnlySpan_1_Char_, ReadOnlySpan_1_Char__get_Empty, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA9F0, ReadOnlySpan_1_Char__get_Empty__MethodInfo); DO_APP_FUNC(0x010905B0, bool, ReadOnlySpan_1_Char__get_IsEmpty, (ReadOnlySpan_1_Char_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78ED0, ReadOnlySpan_1_Char__get_IsEmpty__MethodInfo); DO_APP_FUNC(0x010907A0, uint16_t *, ReadOnlySpan_1_Char__get_Item, (ReadOnlySpan_1_Char_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, ReadOnlySpan_1_Char__get_Length, (ReadOnlySpan_1_Char_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7968, ReadOnlySpan_1_Char__get_Length__MethodInfo); DO_APP_FUNC(0x01090680, ReadOnlySpan_1_Char_, ReadOnlySpan_1_Char__op_Implicit, (Char__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FB38, ReadOnlySpan_1_Char__op_Implicit__MethodInfo); DO_APP_FUNC(0x0108FF40, void, ReadOnlySpan_1_Int32___ctor, (ReadOnlySpan_1_Int32_ * __this, Int32__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01090010, void, ReadOnlySpan_1_Int32___ctor_1, (ReadOnlySpan_1_Int32_ * __this, int32_t * ptr, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01090B90, void, ReadOnlySpan_1_Int32___ctor_2, (ReadOnlySpan_1_Int32_ * __this, Void * pointer, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01090B30, void, ReadOnlySpan_1_Int32___ctor_3, (ReadOnlySpan_1_Int32_ * __this, Int32__Array * array, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01090040, void, ReadOnlySpan_1_Int32__CopyTo, (ReadOnlySpan_1_Int32_ * __this, Span_1_Int32_ destination, MethodInfo * method)); DO_APP_FUNC(0x01090EC0, bool, ReadOnlySpan_1_Int32__Equals, (ReadOnlySpan_1_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8448, ReadOnlySpan_1_Int32__Equals__MethodInfo); DO_APP_FUNC(0x01090F20, int32_t, ReadOnlySpan_1_Int32__GetHashCode, (ReadOnlySpan_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8450, ReadOnlySpan_1_Int32__GetHashCode__MethodInfo); DO_APP_FUNC(0x01090DE0, ReadOnlySpan_1_Int32_, ReadOnlySpan_1_Int32__Slice, (ReadOnlySpan_1_Int32_ * __this, int32_t start, MethodInfo * method)); DO_APP_FUNC(0x01090E50, ReadOnlySpan_1_Int32_, ReadOnlySpan_1_Int32__Slice_1, (ReadOnlySpan_1_Int32_ * __this, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01090470, Int32__Array *, ReadOnlySpan_1_Int32__ToArray, (ReadOnlySpan_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7438, ReadOnlySpan_1_Int32__ToArray__MethodInfo); DO_APP_FUNC(0x01090C10, String *, ReadOnlySpan_1_Int32__ToString, (ReadOnlySpan_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01090100, bool, ReadOnlySpan_1_Int32__TryCopyTo, (ReadOnlySpan_1_Int32_ * __this, Span_1_Int32_ destination, MethodInfo * method)); DO_APP_FUNC(0x00ADC210, ReadOnlySpan_1_Int32_, ReadOnlySpan_1_Int32__get_Empty, (MethodInfo * method)); DO_APP_FUNC(0x010905B0, bool, ReadOnlySpan_1_Int32__get_IsEmpty, (ReadOnlySpan_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FA88, ReadOnlySpan_1_Int32__get_IsEmpty__MethodInfo); DO_APP_FUNC(0x01090BF0, int32_t *, ReadOnlySpan_1_Int32__get_Item, (ReadOnlySpan_1_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, ReadOnlySpan_1_Int32__get_Length, (ReadOnlySpan_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FAE0, ReadOnlySpan_1_Int32__get_Length__MethodInfo); DO_APP_FUNC(0x01090680, ReadOnlySpan_1_Int32_, ReadOnlySpan_1_Int32__op_Implicit, (Int32__Array * array, MethodInfo * method)); DO_APP_FUNC(0x0108FF40, void, ReadOnlySpan_1_Object___ctor, (ReadOnlySpan_1_Object_ * __this, Object__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01090010, void, ReadOnlySpan_1_Object___ctor_1, (ReadOnlySpan_1_Object_ * __this, Object * * ptr, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01090FE0, void, ReadOnlySpan_1_Object___ctor_2, (ReadOnlySpan_1_Object_ * __this, Void * pointer, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01090F80, void, ReadOnlySpan_1_Object___ctor_3, (ReadOnlySpan_1_Object_ * __this, Object__Array * array, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01090040, void, ReadOnlySpan_1_Object__CopyTo, (ReadOnlySpan_1_Object_ * __this, Span_1_Object_ destination, MethodInfo * method)); DO_APP_FUNC(0x01091320, bool, ReadOnlySpan_1_Object__Equals, (ReadOnlySpan_1_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8438, ReadOnlySpan_1_Object__Equals__MethodInfo); DO_APP_FUNC(0x01091380, int32_t, ReadOnlySpan_1_Object__GetHashCode, (ReadOnlySpan_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8430, ReadOnlySpan_1_Object__GetHashCode__MethodInfo); DO_APP_FUNC(0x01091240, ReadOnlySpan_1_Object_, ReadOnlySpan_1_Object__Slice, (ReadOnlySpan_1_Object_ * __this, int32_t start, MethodInfo * method)); DO_APP_FUNC(0x010912B0, ReadOnlySpan_1_Object_, ReadOnlySpan_1_Object__Slice_1, (ReadOnlySpan_1_Object_ * __this, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01090470, Object__Array *, ReadOnlySpan_1_Object__ToArray, (ReadOnlySpan_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01091070, String *, ReadOnlySpan_1_Object__ToString, (ReadOnlySpan_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01090100, bool, ReadOnlySpan_1_Object__TryCopyTo, (ReadOnlySpan_1_Object_ * __this, Span_1_Object_ destination, MethodInfo * method)); DO_APP_FUNC(0x00ADC210, ReadOnlySpan_1_Object_, ReadOnlySpan_1_Object__get_Empty, (MethodInfo * method)); DO_APP_FUNC(0x010905B0, bool, ReadOnlySpan_1_Object__get_IsEmpty, (ReadOnlySpan_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01091050, Object * *, ReadOnlySpan_1_Object__get_Item, (ReadOnlySpan_1_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, ReadOnlySpan_1_Object__get_Length, (ReadOnlySpan_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01090680, ReadOnlySpan_1_Object_, ReadOnlySpan_1_Object__op_Implicit, (Object__Array * array, MethodInfo * method)); DO_APP_FUNC(0x0108FF40, void, ReadOnlySpan_1_UInt16___ctor, (ReadOnlySpan_1_UInt16_ * __this, UInt16__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE630, ReadOnlySpan_1_UInt16___ctor__MethodInfo); DO_APP_FUNC(0x01090010, void, ReadOnlySpan_1_UInt16___ctor_1, (ReadOnlySpan_1_UInt16_ * __this, uint16_t * ptr, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x010913E0, void, ReadOnlySpan_1_UInt16___ctor_2, (ReadOnlySpan_1_UInt16_ * __this, Void * pointer, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x010906E0, void, ReadOnlySpan_1_UInt16___ctor_3, (ReadOnlySpan_1_UInt16_ * __this, UInt16__Array * array, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7ABB0, ReadOnlySpan_1_UInt16___ctor_3__MethodInfo); DO_APP_FUNC(0x01090040, void, ReadOnlySpan_1_UInt16__CopyTo, (ReadOnlySpan_1_UInt16_ * __this, Span_1_UInt16_ destination, MethodInfo * method)); DO_APP_FUNC(0x01091610, bool, ReadOnlySpan_1_UInt16__Equals, (ReadOnlySpan_1_UInt16_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8440, ReadOnlySpan_1_UInt16__Equals__MethodInfo); DO_APP_FUNC(0x01091670, int32_t, ReadOnlySpan_1_UInt16__GetHashCode, (ReadOnlySpan_1_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8418, ReadOnlySpan_1_UInt16__GetHashCode__MethodInfo); DO_APP_FUNC(0x01090990, ReadOnlySpan_1_UInt16_, ReadOnlySpan_1_UInt16__Slice, (ReadOnlySpan_1_UInt16_ * __this, int32_t start, MethodInfo * method)); DO_APP_FUNC(0x01090A00, ReadOnlySpan_1_UInt16_, ReadOnlySpan_1_UInt16__Slice_1, (ReadOnlySpan_1_UInt16_ * __this, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01090470, UInt16__Array *, ReadOnlySpan_1_UInt16__ToArray, (ReadOnlySpan_1_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01091440, String *, ReadOnlySpan_1_UInt16__ToString, (ReadOnlySpan_1_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01090100, bool, ReadOnlySpan_1_UInt16__TryCopyTo, (ReadOnlySpan_1_UInt16_ * __this, Span_1_UInt16_ destination, MethodInfo * method)); DO_APP_FUNC(0x00ADC210, ReadOnlySpan_1_UInt16_, ReadOnlySpan_1_UInt16__get_Empty, (MethodInfo * method)); DO_APP_FUNC(0x010905B0, bool, ReadOnlySpan_1_UInt16__get_IsEmpty, (ReadOnlySpan_1_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010907A0, uint16_t *, ReadOnlySpan_1_UInt16__get_Item, (ReadOnlySpan_1_UInt16_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, ReadOnlySpan_1_UInt16__get_Length, (ReadOnlySpan_1_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3958, ReadOnlySpan_1_UInt16__get_Length__MethodInfo); DO_APP_FUNC(0x01090680, ReadOnlySpan_1_UInt16_, ReadOnlySpan_1_UInt16__op_Implicit, (UInt16__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AC50, ReadOnlySpan_1_UInt16__op_Implicit__MethodInfo); DO_APP_FUNC(0x0108FF40, void, ReadOnlySpan_1_UInt32___ctor, (ReadOnlySpan_1_UInt32_ * __this, UInt32__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01090010, void, ReadOnlySpan_1_UInt32___ctor_1, (ReadOnlySpan_1_UInt32_ * __this, uint32_t * ptr, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x010916D0, void, ReadOnlySpan_1_UInt32___ctor_2, (ReadOnlySpan_1_UInt32_ * __this, Void * pointer, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01090B30, void, ReadOnlySpan_1_UInt32___ctor_3, (ReadOnlySpan_1_UInt32_ * __this, UInt32__Array * array, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01090040, void, ReadOnlySpan_1_UInt32__CopyTo, (ReadOnlySpan_1_UInt32_ * __this, Span_1_UInt32_ destination, MethodInfo * method)); DO_APP_FUNC(0x01091900, bool, ReadOnlySpan_1_UInt32__Equals, (ReadOnlySpan_1_UInt32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8428, ReadOnlySpan_1_UInt32__Equals__MethodInfo); DO_APP_FUNC(0x01091960, int32_t, ReadOnlySpan_1_UInt32__GetHashCode, (ReadOnlySpan_1_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8420, ReadOnlySpan_1_UInt32__GetHashCode__MethodInfo); DO_APP_FUNC(0x01090DE0, ReadOnlySpan_1_UInt32_, ReadOnlySpan_1_UInt32__Slice, (ReadOnlySpan_1_UInt32_ * __this, int32_t start, MethodInfo * method)); DO_APP_FUNC(0x01090E50, ReadOnlySpan_1_UInt32_, ReadOnlySpan_1_UInt32__Slice_1, (ReadOnlySpan_1_UInt32_ * __this, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01090470, UInt32__Array *, ReadOnlySpan_1_UInt32__ToArray, (ReadOnlySpan_1_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01091730, String *, ReadOnlySpan_1_UInt32__ToString, (ReadOnlySpan_1_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01090100, bool, ReadOnlySpan_1_UInt32__TryCopyTo, (ReadOnlySpan_1_UInt32_ * __this, Span_1_UInt32_ destination, MethodInfo * method)); DO_APP_FUNC(0x00ADC210, ReadOnlySpan_1_UInt32_, ReadOnlySpan_1_UInt32__get_Empty, (MethodInfo * method)); DO_APP_FUNC(0x010905B0, bool, ReadOnlySpan_1_UInt32__get_IsEmpty, (ReadOnlySpan_1_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01090BF0, uint32_t *, ReadOnlySpan_1_UInt32__get_Item, (ReadOnlySpan_1_UInt32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, ReadOnlySpan_1_UInt32__get_Length, (ReadOnlySpan_1_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01090680, ReadOnlySpan_1_UInt32_, ReadOnlySpan_1_UInt32__op_Implicit, (UInt32__Array * array, MethodInfo * method)); DO_APP_FUNC(0x010919C0, void, ReadonlyLockedValue_1_System_Int32___ctor, (ReadonlyLockedValue_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60700, ReadonlyLockedValue_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x01091B40, ReadonlyLockedValue_1_T_Unlocker_System_Int32_ *, ReadonlyLockedValue_1_System_Int32__Lock, (ReadonlyLockedValue_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C606B0, ReadonlyLockedValue_1_System_Int32__Lock__MethodInfo); DO_APP_FUNC(0x01091B80, void, ReadonlyLockedValue_1_System_Int32__Unlock, (ReadonlyLockedValue_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01091BB0, void, ReadonlyLockedValue_1_System_Object___ctor, (ReadonlyLockedValue_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01091B40, ReadonlyLockedValue_1_T_Unlocker_System_Object_ *, ReadonlyLockedValue_1_System_Object__Lock, (ReadonlyLockedValue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01091B80, void, ReadonlyLockedValue_1_System_Object__Unlock, (ReadonlyLockedValue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01092620, void, InputStateHistory_1_TValue_Record_TouchState___ctor, (InputStateHistory_1_TValue_Record_TouchState_ * __this, InputStateHistory_1_TouchState_ * owner, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010925A0, void, InputStateHistory_1_TValue_Record_TouchState___ctor_1, (InputStateHistory_1_TValue_Record_TouchState_ * __this, InputStateHistory_1_TouchState_ * owner, int32_t index, InputStateHistory_RecordHeader * header, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97440, InputStateHistory_1_TValue_Record_TouchState___ctor_1__MethodInfo); DO_APP_FUNC(0x01092E00, void, InputStateHistory_1_TValue_Record_TouchState__CheckValid, (InputStateHistory_1_TValue_Record_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB83D8, InputStateHistory_1_TValue_Record_TouchState__CheckValid__MethodInfo); DO_APP_FUNC(0x01092B10, void, InputStateHistory_1_TValue_Record_TouchState__CopyFrom, (InputStateHistory_1_TValue_Record_TouchState_ * __this, InputStateHistory_1_TValue_Record_TouchState_ record, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB8408, InputStateHistory_1_TValue_Record_TouchState__CopyFrom__MethodInfo); DO_APP_FUNC(0x0108EF00, bool, InputStateHistory_1_TValue_Record_TouchState__Equals, (InputStateHistory_1_TValue_Record_TouchState_ * __this, InputStateHistory_1_TValue_Record_TouchState_ other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C974B0, InputStateHistory_1_TValue_Record_TouchState__Equals__MethodInfo); DO_APP_FUNC(0x01092F30, bool, InputStateHistory_1_TValue_Record_TouchState__Equals_1, (InputStateHistory_1_TValue_Record_TouchState_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01093050, int32_t, InputStateHistory_1_TValue_Record_TouchState__GetHashCode, (InputStateHistory_1_TValue_Record_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97488, InputStateHistory_1_TValue_Record_TouchState__GetHashCode__MethodInfo); DO_APP_FUNC(0x01092970, Void *, InputStateHistory_1_TValue_Record_TouchState__GetUnsafeExtraMemoryPtr, (InputStateHistory_1_TValue_Record_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C974B8, InputStateHistory_1_TValue_Record_TouchState__GetUnsafeExtraMemoryPtr__MethodInfo); DO_APP_FUNC(0x010929E0, Void *, InputStateHistory_1_TValue_Record_TouchState__GetUnsafeExtraMemoryPtrUnchecked, (InputStateHistory_1_TValue_Record_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB83F8, InputStateHistory_1_TValue_Record_TouchState__GetUnsafeExtraMemoryPtrUnchecked__MethodInfo); DO_APP_FUNC(0x010927D0, Void *, InputStateHistory_1_TValue_Record_TouchState__GetUnsafeMemoryPtr, (InputStateHistory_1_TValue_Record_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97578, InputStateHistory_1_TValue_Record_TouchState__GetUnsafeMemoryPtr__MethodInfo); DO_APP_FUNC(0x01092840, Void *, InputStateHistory_1_TValue_Record_TouchState__GetUnsafeMemoryPtrUnchecked, (InputStateHistory_1_TValue_Record_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01092690, TouchState, InputStateHistory_1_TValue_Record_TouchState__ReadValue, (InputStateHistory_1_TValue_Record_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010930A0, String *, InputStateHistory_1_TValue_Record_TouchState__ToString, (InputStateHistory_1_TValue_Record_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01091FB0, InputControl_1_UnityEngine_InputSystem_LowLevel_TouchState_ *, InputStateHistory_1_TValue_Record_TouchState__get_control, (InputStateHistory_1_TValue_Record_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01091D80, InputStateHistory_RecordHeader *, InputStateHistory_1_TValue_Record_TouchState__get_header, (InputStateHistory_1_TValue_Record_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01091E70, int32_t, InputStateHistory_1_TValue_Record_TouchState__get_index, (InputStateHistory_1_TValue_Record_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97570, InputStateHistory_1_TValue_Record_TouchState__get_index__MethodInfo); DO_APP_FUNC(0x010922C0, InputStateHistory_1_TValue_Record_TouchState_, InputStateHistory_1_TValue_Record_TouchState__get_next, (InputStateHistory_1_TValue_Record_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, InputStateHistory_1_TouchState_ *, InputStateHistory_1_TValue_Record_TouchState__get_owner, (InputStateHistory_1_TValue_Record_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97550, InputStateHistory_1_TValue_Record_TouchState__get_owner__MethodInfo); DO_APP_FUNC(0x01092430, InputStateHistory_1_TValue_Record_TouchState_, InputStateHistory_1_TValue_Record_TouchState__get_previous, (InputStateHistory_1_TValue_Record_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97548, InputStateHistory_1_TValue_Record_TouchState__get_previous__MethodInfo); DO_APP_FUNC(0x01091DD0, int32_t, InputStateHistory_1_TValue_Record_TouchState__get_recordIndex, (InputStateHistory_1_TValue_Record_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01091F10, double, InputStateHistory_1_TValue_Record_TouchState__get_time, (InputStateHistory_1_TValue_Record_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97508, InputStateHistory_1_TValue_Record_TouchState__get_time__MethodInfo); DO_APP_FUNC(0x01091DE0, bool, InputStateHistory_1_TValue_Record_TouchState__get_valid, (InputStateHistory_1_TValue_Record_TouchState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97558, InputStateHistory_1_TValue_Record_TouchState__get_valid__MethodInfo); DO_APP_FUNC(0x010934F0, void, StyleDataRef_1_T_RefCounted_InheritedData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x010932E0, void, StyleDataRef_1_T_RefCounted_InheritedData___ctor, (StyleDataRef_1_T_RefCounted_InheritedData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x009CF890, void, StyleDataRef_1_T_RefCounted_InheritedData__Acquire, (StyleDataRef_1_T_RefCounted_InheritedData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010933B0, StyleDataRef_1_T_RefCounted_InheritedData_ *, StyleDataRef_1_T_RefCounted_InheritedData__Copy, (StyleDataRef_1_T_RefCounted_InheritedData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010933A0, void, StyleDataRef_1_T_RefCounted_InheritedData__Release, (StyleDataRef_1_T_RefCounted_InheritedData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, StyleDataRef_1_T_RefCounted_InheritedData__get_refCount, (StyleDataRef_1_T_RefCounted_InheritedData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010934F0, void, StyleDataRef_1_T_RefCounted_LayoutData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x010932E0, void, StyleDataRef_1_T_RefCounted_LayoutData___ctor, (StyleDataRef_1_T_RefCounted_LayoutData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x009CF890, void, StyleDataRef_1_T_RefCounted_LayoutData__Acquire, (StyleDataRef_1_T_RefCounted_LayoutData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01093550, StyleDataRef_1_T_RefCounted_LayoutData_ *, StyleDataRef_1_T_RefCounted_LayoutData__Copy, (StyleDataRef_1_T_RefCounted_LayoutData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010933A0, void, StyleDataRef_1_T_RefCounted_LayoutData__Release, (StyleDataRef_1_T_RefCounted_LayoutData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, StyleDataRef_1_T_RefCounted_LayoutData__get_refCount, (StyleDataRef_1_T_RefCounted_LayoutData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010934F0, void, StyleDataRef_1_T_RefCounted_RareData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x010932E0, void, StyleDataRef_1_T_RefCounted_RareData___ctor, (StyleDataRef_1_T_RefCounted_RareData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x009CF890, void, StyleDataRef_1_T_RefCounted_RareData__Acquire, (StyleDataRef_1_T_RefCounted_RareData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010936E0, StyleDataRef_1_T_RefCounted_RareData_ *, StyleDataRef_1_T_RefCounted_RareData__Copy, (StyleDataRef_1_T_RefCounted_RareData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010933A0, void, StyleDataRef_1_T_RefCounted_RareData__Release, (StyleDataRef_1_T_RefCounted_RareData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, StyleDataRef_1_T_RefCounted_RareData__get_refCount, (StyleDataRef_1_T_RefCounted_RareData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010934F0, void, StyleDataRef_1_T_RefCounted_TransformData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x010932E0, void, StyleDataRef_1_T_RefCounted_TransformData___ctor, (StyleDataRef_1_T_RefCounted_TransformData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x009CF890, void, StyleDataRef_1_T_RefCounted_TransformData__Acquire, (StyleDataRef_1_T_RefCounted_TransformData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010937D0, StyleDataRef_1_T_RefCounted_TransformData_ *, StyleDataRef_1_T_RefCounted_TransformData__Copy, (StyleDataRef_1_T_RefCounted_TransformData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010933A0, void, StyleDataRef_1_T_RefCounted_TransformData__Release, (StyleDataRef_1_T_RefCounted_TransformData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, StyleDataRef_1_T_RefCounted_TransformData__get_refCount, (StyleDataRef_1_T_RefCounted_TransformData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010934F0, void, StyleDataRef_1_T_RefCounted_TransitionData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x010932E0, void, StyleDataRef_1_T_RefCounted_TransitionData___ctor, (StyleDataRef_1_T_RefCounted_TransitionData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x009CF890, void, StyleDataRef_1_T_RefCounted_TransitionData__Acquire, (StyleDataRef_1_T_RefCounted_TransitionData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01093880, StyleDataRef_1_T_RefCounted_TransitionData_ *, StyleDataRef_1_T_RefCounted_TransitionData__Copy, (StyleDataRef_1_T_RefCounted_TransitionData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010933A0, void, StyleDataRef_1_T_RefCounted_TransitionData__Release, (StyleDataRef_1_T_RefCounted_TransitionData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, StyleDataRef_1_T_RefCounted_TransitionData__get_refCount, (StyleDataRef_1_T_RefCounted_TransitionData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010934F0, void, StyleDataRef_1_T_RefCounted_VisualData___cctor, (MethodInfo * method)); DO_APP_FUNC(0x010932E0, void, StyleDataRef_1_T_RefCounted_VisualData___ctor, (StyleDataRef_1_T_RefCounted_VisualData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x009CF890, void, StyleDataRef_1_T_RefCounted_VisualData__Acquire, (StyleDataRef_1_T_RefCounted_VisualData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01093970, StyleDataRef_1_T_RefCounted_VisualData_ *, StyleDataRef_1_T_RefCounted_VisualData__Copy, (StyleDataRef_1_T_RefCounted_VisualData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010933A0, void, StyleDataRef_1_T_RefCounted_VisualData__Release, (StyleDataRef_1_T_RefCounted_VisualData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, int32_t, StyleDataRef_1_T_RefCounted_VisualData__get_refCount, (StyleDataRef_1_T_RefCounted_VisualData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01021F40, void, CommonAcl_RemoveAcesCallback_1_System_Object___ctor, (CommonAcl_RemoveAcesCallback_1_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, CommonAcl_RemoveAcesCallback_1_System_Object__Invoke, (CommonAcl_RemoveAcesCallback_1_System_Object_ * __this, Object * ace, MethodInfo * method)); DO_APP_FUNC(0x01093AD0, void, RenderFunc_1_System_Object___ctor, (RenderFunc_1_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0042CF30, IAsyncResult *, RenderFunc_1_System_Object__BeginInvoke, (RenderFunc_1_System_Object_ * __this, Object * data, RenderGraphContext * renderGraphContext, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, void, RenderFunc_1_System_Object__EndInvoke, (RenderFunc_1_System_Object_ * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, RenderFunc_1_System_Object__Invoke, (RenderFunc_1_System_Object_ * __this, Object * data, RenderGraphContext * renderGraphContext, MethodInfo * method)); DO_APP_FUNC(0x01093F60, void, RenderGraphPass_1_System_Object___ctor, (RenderGraphPass_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01093C90, void, RenderGraphPass_1_System_Object__Execute, (RenderGraphPass_1_System_Object_ * __this, RenderGraphContext * renderGraphContext, MethodInfo * method)); DO_APP_FUNC(0x01093F50, bool, RenderGraphPass_1_System_Object__HasRenderFunc, (RenderGraphPass_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01093D10, void, RenderGraphPass_1_System_Object__Initialize, (RenderGraphPass_1_System_Object_ * __this, int32_t passIndex, Object * passData, String * passName, ProfilingSampler * sampler, MethodInfo * method)); DO_APP_FUNC(0x01093E60, void, RenderGraphPass_1_System_Object__Release, (RenderGraphPass_1_System_Object_ * __this, RenderGraphObjectPool * pool, MethodInfo * method)); DO_APP_FUNC(0x01095500, void, RenderGraphResourcePool_1_System_Object___ctor, (RenderGraphResourcePool_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01094780, void, RenderGraphResourcePool_1_System_Object__CheckFrameAllocation, (RenderGraphResourcePool_1_System_Object_ * __this, bool onException, int32_t frameIndex, MethodInfo * method)); DO_APP_FUNC(0x01094350, void, RenderGraphResourcePool_1_System_Object__Cleanup, (RenderGraphResourcePool_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01094A90, void, RenderGraphResourcePool_1_System_Object__LogResources, (RenderGraphResourcePool_1_System_Object_ * __this, RenderGraphLogger * logger, MethodInfo * method)); DO_APP_FUNC(0x01094620, void, RenderGraphResourcePool_1_System_Object__RegisterFrameAllocation, (RenderGraphResourcePool_1_System_Object_ * __this, int32_t hash, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01093F70, void, RenderGraphResourcePool_1_System_Object__ReleaseResource, (RenderGraphResourcePool_1_System_Object_ * __this, int32_t hash, Object * resource, int32_t currentFrameIndex, MethodInfo * method)); DO_APP_FUNC(0x010954F0, bool, RenderGraphResourcePool_1_System_Object__ShouldReleaseResource, (int32_t lastUsedFrameIndex, int32_t currentFrameIndex, MethodInfo * method)); DO_APP_FUNC(0x01094130, bool, RenderGraphResourcePool_1_System_Object__TryGetResource, (RenderGraphResourcePool_1_System_Object_ * __this, int32_t hashCode, Object * * resource, MethodInfo * method)); DO_APP_FUNC(0x010946D0, void, RenderGraphResourcePool_1_System_Object__UnregisterFrameAllocation, (RenderGraphResourcePool_1_System_Object_ * __this, int32_t hash, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RenderGraphResource_2_ComputeBufferDesc_System_Object___ctor, (RenderGraphResource_2_ComputeBufferDesc_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x009C2D40, bool, RenderGraphResource_2_ComputeBufferDesc_System_Object__IsCreated, (RenderGraphResource_2_ComputeBufferDesc_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01095860, void, RenderGraphResource_2_ComputeBufferDesc_System_Object__ReleaseGraphicsResource, (RenderGraphResource_2_ComputeBufferDesc_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010957D0, void, RenderGraphResource_2_ComputeBufferDesc_System_Object__Reset, (RenderGraphResource_2_ComputeBufferDesc_System_Object_ * __this, IRenderGraphResourcePool * pool, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RenderGraphResource_2_TextureDesc_System_Object___ctor, (RenderGraphResource_2_TextureDesc_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01095900, bool, RenderGraphResource_2_TextureDesc_System_Object__IsCreated, (RenderGraphResource_2_TextureDesc_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01095910, void, RenderGraphResource_2_TextureDesc_System_Object__ReleaseGraphicsResource, (RenderGraphResource_2_TextureDesc_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01095870, void, RenderGraphResource_2_TextureDesc_System_Object__Reset, (RenderGraphResource_2_TextureDesc_System_Object_ * __this, IRenderGraphResourcePool * pool, MethodInfo * method)); DO_APP_FUNC(0x01095920, void, EasyCombine_RendererPropertySelector_1_System_Object___ctor, (EasyCombine_RendererPropertySelector_1_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, EasyCombine_RendererPropertySelector_1_System_Object__BeginInvoke, (EasyCombine_RendererPropertySelector_1_System_Object_ * __this, Renderer * renderer, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003B8270, Object *, EasyCombine_RendererPropertySelector_1_System_Object__EndInvoke, (EasyCombine_RendererPropertySelector_1_System_Object_ * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2110, Object *, EasyCombine_RendererPropertySelector_1_System_Object__Invoke, (EasyCombine_RendererPropertySelector_1_System_Object_ * __this, Renderer * renderer, MethodInfo * method)); DO_APP_FUNC(0x01095E40, void, RendezvousAwaitable_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x00660380, void, RendezvousAwaitable_1_System_Object___ctor, (RendezvousAwaitable_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, RendezvousAwaitable_1_System_Object_ *, RendezvousAwaitable_1_System_Object__GetAwaiter, (RendezvousAwaitable_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01095AF0, Object *, RendezvousAwaitable_1_System_Object__GetResult, (RendezvousAwaitable_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01095C00, void, RendezvousAwaitable_1_System_Object__NotifyAwaiter, (RendezvousAwaitable_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01095D80, void, RendezvousAwaitable_1_System_Object__OnCompleted, (RendezvousAwaitable_1_System_Object_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01095B90, void, RendezvousAwaitable_1_System_Object__SetResult, (RendezvousAwaitable_1_System_Object_ * __this, Object * result, MethodInfo * method)); DO_APP_FUNC(0x01021BD0, void, RendezvousAwaitable_1_System_Object__UnsafeOnCompleted, (RendezvousAwaitable_1_System_Object_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01095AE0, bool, RendezvousAwaitable_1_System_Object__get_IsCompleted, (RendezvousAwaitable_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, RendezvousAwaitable_1_System_Object__get_RunContinuationsAsynchronously, (RendezvousAwaitable_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, RendezvousAwaitable_1_System_Object__set_RunContinuationsAsynchronously, (RendezvousAwaitable_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb___ctor, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01096010, bool, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Equals, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, int8_t x, int8_t y, MethodInfo * method)); DO_APP_FUNC(0x01096020, int32_t, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__GetHashCode, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, int8_t obj, MethodInfo * method)); DO_APP_FUNC(0x01096030, bool, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01096120, int32_t, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ *, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1__ctor, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01096010, bool, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Equals, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, int8_t x, int8_t y, MethodInfo * method)); DO_APP_FUNC(0x01096020, int32_t, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_GetHashCode, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, int8_t obj, MethodInfo * method)); DO_APP_FUNC(0x010961E0, bool, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x010962D0, int32_t, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 *, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2__ctor, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01096010, bool, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Equals, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, int8_t x, int8_t y, MethodInfo * method)); DO_APP_FUNC(0x01096020, int32_t, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_GetHashCode, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, int8_t obj, MethodInfo * method)); DO_APP_FUNC(0x01096390, bool, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01096480, int32_t, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 *, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Boolean___ctor, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01096010, bool, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Boolean__Equals, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Boolean_ * __this, int8_t x, int8_t y, MethodInfo * method)); DO_APP_FUNC(0x01096020, int32_t, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Boolean__GetHashCode, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Boolean_ * __this, int8_t obj, MethodInfo * method)); DO_APP_FUNC(0x01096540, bool, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Boolean__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Boolean_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01096630, int32_t, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Boolean__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Boolean_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Boolean_ *, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Boolean__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Int32___ctor, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01096010, bool, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Int32__Equals, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Int32_ * __this, int8_t x, int8_t y, MethodInfo * method)); DO_APP_FUNC(0x01096020, int32_t, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Int32__GetHashCode, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Int32_ * __this, int8_t obj, MethodInfo * method)); DO_APP_FUNC(0x010966F0, bool, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Int32__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Int32_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x010967E0, int32_t, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Int32__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Int32_ *, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Int32__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Int32Enum___ctor, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01096010, bool, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Int32Enum__Equals, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Int32Enum_ * __this, int8_t x, int8_t y, MethodInfo * method)); DO_APP_FUNC(0x01096020, int32_t, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Int32Enum__GetHashCode, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Int32Enum_ * __this, int8_t obj, MethodInfo * method)); DO_APP_FUNC(0x010968A0, bool, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Int32Enum__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Int32Enum_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01096990, int32_t, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Int32Enum__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Int32Enum_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Int32Enum_ *, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Int32Enum__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_IntPtr___ctor, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01096010, bool, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_IntPtr__Equals, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_IntPtr_ * __this, int8_t x, int8_t y, MethodInfo * method)); DO_APP_FUNC(0x01096020, int32_t, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_IntPtr__GetHashCode, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_IntPtr_ * __this, int8_t obj, MethodInfo * method)); DO_APP_FUNC(0x01096A50, bool, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_IntPtr__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_IntPtr_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01096B40, int32_t, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_IntPtr__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_IntPtr_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_IntPtr_ *, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_IntPtr__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Object___ctor, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01096010, bool, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Object__Equals, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Object_ * __this, int8_t x, int8_t y, MethodInfo * method)); DO_APP_FUNC(0x01096020, int32_t, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Object__GetHashCode, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Object_ * __this, int8_t obj, MethodInfo * method)); DO_APP_FUNC(0x010974D0, bool, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Object__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x010975C0, int32_t, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Object__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Object_ *, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Object__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Single___ctor, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01096010, bool, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Single__Equals, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Single_ * __this, int8_t x, int8_t y, MethodInfo * method)); DO_APP_FUNC(0x01096020, int32_t, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Single__GetHashCode, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Single_ * __this, int8_t obj, MethodInfo * method)); DO_APP_FUNC(0x01097680, bool, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Single__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Single_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01097770, int32_t, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Single__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Single_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Single_ *, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_System_Single__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_aQHgSHeigtcamfIWbNaiXaCiVwuq___ctor, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01096010, bool, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_aQHgSHeigtcamfIWbNaiXaCiVwuq__Equals, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, int8_t x, int8_t y, MethodInfo * method)); DO_APP_FUNC(0x01096020, int32_t, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_aQHgSHeigtcamfIWbNaiXaCiVwuq__GetHashCode, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, int8_t obj, MethodInfo * method)); DO_APP_FUNC(0x01097830, bool, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01097920, int32_t, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_aQHgSHeigtcamfIWbNaiXaCiVwuq_ *, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_aQHgSHeigtcamfIWbNaiXaCiVwuq__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01096010, bool, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Equals, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int8_t x, int8_t y, MethodInfo * method)); DO_APP_FUNC(0x01096020, int32_t, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__GetHashCode, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, int8_t obj, MethodInfo * method)); DO_APP_FUNC(0x010979E0, bool, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01097AD0, int32_t, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ *, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01096010, bool, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Equals, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int8_t x, int8_t y, MethodInfo * method)); DO_APP_FUNC(0x01096020, int32_t, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__GetHashCode, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, int8_t obj, MethodInfo * method)); DO_APP_FUNC(0x01097B90, bool, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01097C80, int32_t, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ *, EqualityComparerNoAlloc_1_T_RepDjkdjPfjznhoTXxldywLQuYQH_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x01097D90, void, WebCompletionSource_1_T_Result_System_ValueTuple_2__1__ctor, (WebCompletionSource_1_T_Result_System_ValueTuple_2__1 * __this, ValueTuple_2_Boolean_Object_ argument, MethodInfo * method)); DO_APP_FUNC(0x0073A5C0, void, WebCompletionSource_1_T_Result_System_ValueTuple_2__1__ctor_1, (WebCompletionSource_1_T_Result_System_ValueTuple_2__1 * __this, WebCompletionSource_1_T_Status_System_ValueTuple_2__1 * state, ExceptionDispatchInfo * error, MethodInfo * method)); DO_APP_FUNC(0x01097D80, ValueTuple_2_Boolean_Object_, WebCompletionSource_1_T_Result_System_ValueTuple_2__1_get_Argument, (WebCompletionSource_1_T_Result_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ExceptionDispatchInfo *, WebCompletionSource_1_T_Result_System_ValueTuple_2__1_get_Error, (WebCompletionSource_1_T_Result_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, WebCompletionSource_1_T_Status_System_ValueTuple_2__1 *, WebCompletionSource_1_T_Result_System_ValueTuple_2__1_get_Status, (WebCompletionSource_1_T_Result_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01097D40, bool, WebCompletionSource_1_T_Result_System_ValueTuple_2__1_get_Success, (WebCompletionSource_1_T_Result_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01097DF0, void, WebCompletionSource_1_T_Result_System_Object___ctor, (WebCompletionSource_1_T_Result_System_Object_ * __this, Object * argument, MethodInfo * method)); DO_APP_FUNC(0x0073A5C0, void, WebCompletionSource_1_T_Result_System_Object___ctor_1, (WebCompletionSource_1_T_Result_System_Object_ * __this, WebCompletionSource_1_T_Status_System_Object_ * state, ExceptionDispatchInfo * error, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Object *, WebCompletionSource_1_T_Result_System_Object__get_Argument, (WebCompletionSource_1_T_Result_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ExceptionDispatchInfo *, WebCompletionSource_1_T_Result_System_Object__get_Error, (WebCompletionSource_1_T_Result_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD50, WebCompletionSource_1_T_Status_System_Object_ *, WebCompletionSource_1_T_Result_System_Object__get_Status, (WebCompletionSource_1_T_Result_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01097D40, bool, WebCompletionSource_1_T_Result_System_Object__get_Success, (WebCompletionSource_1_T_Result_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01097E50, void, RingBuffer_1_System_Boolean___ctor, (RingBuffer_1_System_Boolean_ * __this, uint32_t size, MethodInfo * method)); DO_APP_FUNC(0x01097EE0, Nullable_1_Boolean_, RingBuffer_1_System_Boolean__Add, (RingBuffer_1_System_Boolean_ * __this, bool item, MethodInfo * method)); DO_APP_FUNC(0x01098060, void, RingBuffer_1_System_Boolean__Clear, (RingBuffer_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, RingBuffer_1_System_Boolean__get_Capacity, (RingBuffer_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, RingBuffer_1_System_Boolean__get_Count, (RingBuffer_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, RingBuffer_1_System_Boolean__set_Count, (RingBuffer_1_System_Boolean_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01097E50, void, RingBuffer_1_System_Single___ctor, (RingBuffer_1_System_Single_ * __this, uint32_t size, MethodInfo * method)); DO_APP_FUNC(0x01098090, Nullable_1_Single_, RingBuffer_1_System_Single__Add, (RingBuffer_1_System_Single_ * __this, float item, MethodInfo * method)); DO_APP_FUNC(0x01098060, void, RingBuffer_1_System_Single__Clear, (RingBuffer_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, RingBuffer_1_System_Single__get_Capacity, (RingBuffer_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, RingBuffer_1_System_Single__get_Count, (RingBuffer_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, RingBuffer_1_System_Single__set_Count, (RingBuffer_1_System_Single_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01098460, void, RingBuffer_1_System_Object___ctor, (RingBuffer_1_System_Object_ * __this, int32_t param_0000c6f8, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9BB8, RingBuffer_1_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x01098D80, void, RingBuffer_1_System_Object__Clear, (RingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010988C0, bool, RingBuffer_1_System_Object__Contains, (RingBuffer_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01098900, bool, RingBuffer_1_System_Object__Contains_1, (RingBuffer_1_System_Object_ * __this, Object * item, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01099060, void, RingBuffer_1_System_Object__DYSdYkEYWlDlRhdAABNmNNytvPnFB, (RingBuffer_1_System_Object_ * __this, int32_t param_0000c70b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9B78, RingBuffer_1_System_Object__DYSdYkEYWlDlRhdAABNmNNytvPnFB__MethodInfo); DO_APP_FUNC(0x01098720, Object *, RingBuffer_1_System_Object__Dequeue, (RingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9BE8, RingBuffer_1_System_Object__Dequeue__MethodInfo); DO_APP_FUNC(0x01098610, void, RingBuffer_1_System_Object__Enqueue, (RingBuffer_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01098690, bool, RingBuffer_1_System_Object__EnqueueIfUnique, (RingBuffer_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01098940, int32_t, RingBuffer_1_System_Object__IndexOf, (RingBuffer_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01098970, int32_t, RingBuffer_1_System_Object__IndexOf_1, (RingBuffer_1_System_Object_ * __this, Object * item, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01098830, Object *, RingBuffer_1_System_Object__Peek, (RingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9BF0, RingBuffer_1_System_Object__Peek__MethodInfo); DO_APP_FUNC(0x010989E0, bool, RingBuffer_1_System_Object__Remove, (RingBuffer_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01098A10, bool, RingBuffer_1_System_Object__Remove_1, (RingBuffer_1_System_Object_ * __this, Object * item, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9BE0, RingBuffer_1_System_Object__Remove_1__MethodInfo); DO_APP_FUNC(0x01098B80, int32_t, RingBuffer_1_System_Object__RemoveAll, (RingBuffer_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01098BB0, int32_t, RingBuffer_1_System_Object__RemoveAll_1, (RingBuffer_1_System_Object_ * __this, Object * item, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9B88, RingBuffer_1_System_Object__RemoveAll_1__MethodInfo); DO_APP_FUNC(0x01098B20, void, RingBuffer_1_System_Object__RemoveAt, (RingBuffer_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010992F0, void, RingBuffer_1_System_Object__System_Collections_Generic_ICollection_T__Add, (RingBuffer_1_System_Object_ * __this, Object * param_0000c70f, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, RingBuffer_1_System_Object__System_Collections_Generic_ICollection_T__Clear, (RingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01099330, bool, RingBuffer_1_System_Object__System_Collections_Generic_ICollection_T__Contains, (RingBuffer_1_System_Object_ * __this, Object * param_0000c710, MethodInfo * method)); DO_APP_FUNC(0x01099360, void, RingBuffer_1_System_Object__System_Collections_Generic_ICollection_T__CopyTo, (RingBuffer_1_System_Object_ * __this, Object__Array * param_0000c711, int32_t param_0000c712, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9B80, RingBuffer_1_System_Object__System_Collections_Generic_ICollection_T__CopyTo__MethodInfo); DO_APP_FUNC(0x01099560, bool, RingBuffer_1_System_Object__System_Collections_Generic_ICollection_T__Remove, (RingBuffer_1_System_Object_ * __this, Object * param_0000c713, MethodInfo * method)); DO_APP_FUNC(0x00FD4FB0, int32_t, RingBuffer_1_System_Object__System_Collections_Generic_ICollection_T__get_Count, (RingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, RingBuffer_1_System_Object__System_Collections_Generic_ICollection_T__get_IsReadOnly, (RingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01099590, IEnumerator_1_System_Object_ *, RingBuffer_1_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (RingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01099590, IEnumerator *, RingBuffer_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (RingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01099220, bool, RingBuffer_1_System_Object__VVGysNBwQopzphlWLjLCnjgnUfxw, (RingBuffer_1_System_Object_ * __this, int32_t param_0000c70c, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, RingBuffer_1_System_Object__get_Capacity, (RingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, RingBuffer_1_System_Object__get_Count, (RingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, IEqualityComparer_1_System_Object_ *, RingBuffer_1_System_Object__get_EqualityComparer, (RingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010982B0, Object *, RingBuffer_1_System_Object__get_Item, (RingBuffer_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9BF8, RingBuffer_1_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x0041F4C0, int32_t, RingBuffer_1_System_Object__get_OverrunCount, (RingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010992D0, int32_t, RingBuffer_1_System_Object__lhXGxWsJVEYQvdEpPDCjHvczhIWFb, (RingBuffer_1_System_Object_ * __this, int32_t param_0000c70e, MethodInfo * method)); DO_APP_FUNC(0x01098E00, int32_t, RingBuffer_1_System_Object__naYeDpzMICzIvCRSZsIHUmadwsGb, (RingBuffer_1_System_Object_ * __this, Object * param_0000c708, MethodInfo * method)); DO_APP_FUNC(0x01098E30, int32_t, RingBuffer_1_System_Object__naYeDpzMICzIvCRSZsIHUmadwsGb_1, (RingBuffer_1_System_Object_ * __this, Object * param_0000c709, IEqualityComparer_1_System_Object_ * param_0000c70a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9B90, RingBuffer_1_System_Object__naYeDpzMICzIvCRSZsIHUmadwsGb_1__MethodInfo); DO_APP_FUNC(0x01098220, void, RingBuffer_1_System_Object__set_EqualityComparer, (RingBuffer_1_System_Object_ * __this, IEqualityComparer_1_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x01098370, void, RingBuffer_1_System_Object__set_Item, (RingBuffer_1_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9BC8, RingBuffer_1_System_Object__set_Item__MethodInfo); DO_APP_FUNC(0x01099250, int32_t, RingBuffer_1_System_Object__uDhBcCYKReLWcRHvZGCJUzdjXhil, (RingBuffer_1_System_Object_ * __this, int32_t param_0000c70d, MethodInfo * method)); DO_APP_FUNC(0x010997F0, void, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq___ctor, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, int32_t param_0000c6f8, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9BA0, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq___ctor__MethodInfo); DO_APP_FUNC(0x01098D80, void, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__Clear, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98810, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__Clear__MethodInfo); DO_APP_FUNC(0x010988C0, bool, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__Contains, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, aQHgSHeigtcamfIWbNaiXaCiVwuq item, MethodInfo * method)); DO_APP_FUNC(0x01098900, bool, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__Contains_1, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, aQHgSHeigtcamfIWbNaiXaCiVwuq item, IEqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x0109A140, void, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__DYSdYkEYWlDlRhdAABNmNNytvPnFB, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, int32_t param_0000c70b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9B70, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__DYSdYkEYWlDlRhdAABNmNNytvPnFB__MethodInfo); DO_APP_FUNC(0x01099AB0, aQHgSHeigtcamfIWbNaiXaCiVwuq, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__Dequeue, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9B50, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__Dequeue__MethodInfo); DO_APP_FUNC(0x010999A0, void, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__Enqueue, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, aQHgSHeigtcamfIWbNaiXaCiVwuq item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C987F8, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__Enqueue__MethodInfo); DO_APP_FUNC(0x01099A20, bool, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__EnqueueIfUnique, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, aQHgSHeigtcamfIWbNaiXaCiVwuq item, MethodInfo * method)); DO_APP_FUNC(0x01098940, int32_t, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__IndexOf, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, aQHgSHeigtcamfIWbNaiXaCiVwuq item, MethodInfo * method)); DO_APP_FUNC(0x01098970, int32_t, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__IndexOf_1, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, aQHgSHeigtcamfIWbNaiXaCiVwuq item, IEqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x01099BB0, aQHgSHeigtcamfIWbNaiXaCiVwuq, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__Peek, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9B58, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__Peek__MethodInfo); DO_APP_FUNC(0x010989E0, bool, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__Remove, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, aQHgSHeigtcamfIWbNaiXaCiVwuq item, MethodInfo * method)); DO_APP_FUNC(0x01099C40, bool, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__Remove_1, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, aQHgSHeigtcamfIWbNaiXaCiVwuq item, IEqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9B40, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__Remove_1__MethodInfo); DO_APP_FUNC(0x01098B80, int32_t, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__RemoveAll, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, aQHgSHeigtcamfIWbNaiXaCiVwuq item, MethodInfo * method)); DO_APP_FUNC(0x01099D50, int32_t, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__RemoveAll_1, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, aQHgSHeigtcamfIWbNaiXaCiVwuq item, IEqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9B48, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__RemoveAll_1__MethodInfo); DO_APP_FUNC(0x01098B20, void, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__RemoveAt, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010992F0, void, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_Generic_ICollection_T__Add, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, aQHgSHeigtcamfIWbNaiXaCiVwuq param_0000c70f, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_Generic_ICollection_T__Clear, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01099330, bool, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_Generic_ICollection_T__Contains, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, aQHgSHeigtcamfIWbNaiXaCiVwuq param_0000c710, MethodInfo * method)); DO_APP_FUNC(0x0109A2F0, void, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_Generic_ICollection_T__CopyTo, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, aQHgSHeigtcamfIWbNaiXaCiVwuq__Array * param_0000c711, int32_t param_0000c712, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9B60, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_Generic_ICollection_T__CopyTo__MethodInfo); DO_APP_FUNC(0x01099560, bool, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_Generic_ICollection_T__Remove, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, aQHgSHeigtcamfIWbNaiXaCiVwuq param_0000c713, MethodInfo * method)); DO_APP_FUNC(0x00FD4FB0, int32_t, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_Generic_ICollection_T__get_Count, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_Generic_ICollection_T__get_IsReadOnly, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0109A4A0, IEnumerator_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ *, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_Generic_IEnumerable_T__GetEnumerator, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0109A4A0, IEnumerator *, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEnumerable_GetEnumerator, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01099220, bool, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__VVGysNBwQopzphlWLjLCnjgnUfxw, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, int32_t param_0000c70c, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__get_Capacity, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB0C0, int32_t, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__get_Count, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98780, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__get_Count__MethodInfo); DO_APP_FUNC(0x003B9330, IEqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ *, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__get_EqualityComparer, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01099660, aQHgSHeigtcamfIWbNaiXaCiVwuq, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__get_Item, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9BB0, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__get_Item__MethodInfo); DO_APP_FUNC(0x0041F4C0, int32_t, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__get_OverrunCount, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010992D0, int32_t, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__lhXGxWsJVEYQvdEpPDCjHvczhIWFb, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, int32_t param_0000c70e, MethodInfo * method)); DO_APP_FUNC(0x01098E00, int32_t, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__naYeDpzMICzIvCRSZsIHUmadwsGb, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, aQHgSHeigtcamfIWbNaiXaCiVwuq param_0000c708, MethodInfo * method)); DO_APP_FUNC(0x01099F20, int32_t, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__naYeDpzMICzIvCRSZsIHUmadwsGb_1, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, aQHgSHeigtcamfIWbNaiXaCiVwuq param_0000c709, IEqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * param_0000c70a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9B68, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__naYeDpzMICzIvCRSZsIHUmadwsGb_1__MethodInfo); DO_APP_FUNC(0x01098220, void, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__set_EqualityComparer, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, IEqualityComparer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * value, MethodInfo * method)); DO_APP_FUNC(0x01099720, void, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__set_Item, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, int32_t index, aQHgSHeigtcamfIWbNaiXaCiVwuq value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9B98, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__set_Item__MethodInfo); DO_APP_FUNC(0x01099250, int32_t, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq__uDhBcCYKReLWcRHvZGCJUzdjXhil, (RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, int32_t param_0000c70d, MethodInfo * method)); DO_APP_FUNC(0x0109B5E0, void, RoomClientsCollection_1_System_Nullable_1___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0109B1D0, void, RoomClientsCollection_1_System_Nullable_1___ctor, (RoomClientsCollection_1_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0109AAD0, void, RoomClientsCollection_1_System_Nullable_1__Add, (RoomClientsCollection_1_System_Nullable_1_ * __this, String * room, ClientInfo_1_System_Nullable_1_ * client, MethodInfo * method)); DO_APP_FUNC(0x0109A570, void, RoomClientsCollection_1_System_Nullable_1__AddToHashCache, (RoomClientsCollection_1_System_Nullable_1_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0109AE40, void, RoomClientsCollection_1_System_Nullable_1__Clear, (RoomClientsCollection_1_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0109B090, int32_t, RoomClientsCollection_1_System_Nullable_1__ClientCount, (RoomClientsCollection_1_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0109ACA0, bool, RoomClientsCollection_1_System_Nullable_1__Remove, (RoomClientsCollection_1_System_Nullable_1_ * __this, String * room, ClientInfo_1_System_Nullable_1_ * client, MethodInfo * method)); DO_APP_FUNC(0x0109A810, void, RoomClientsCollection_1_System_Nullable_1__RemoveFromHashCache, (RoomClientsCollection_1_System_Nullable_1_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0109AE70, bool, RoomClientsCollection_1_System_Nullable_1__TryGetClientsInRoom, (RoomClientsCollection_1_System_Nullable_1_ * __this, String * room, List_1_Dissonance_Networking_ClientInfo_1_ * output, MethodInfo * method)); DO_APP_FUNC(0x0109AF10, bool, RoomClientsCollection_1_System_Nullable_1__TryGetClientsInRoom_1, (RoomClientsCollection_1_System_Nullable_1_ * __this, uint16_t roomId, List_1_Dissonance_Networking_ClientInfo_1_ * output, MethodInfo * method)); DO_APP_FUNC(0x0109B5E0, void, RoomClientsCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0109BE40, void, RoomClientsCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (RoomClientsCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0109AAD0, void, RoomClientsCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Add, (RoomClientsCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, String * room, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * client, MethodInfo * method)); DO_APP_FUNC(0x0109B760, void, RoomClientsCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__AddToHashCache, (RoomClientsCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0109AE40, void, RoomClientsCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Clear, (RoomClientsCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0109B090, int32_t, RoomClientsCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__ClientCount, (RoomClientsCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0109ACA0, bool, RoomClientsCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Remove, (RoomClientsCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, String * room, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * client, MethodInfo * method)); DO_APP_FUNC(0x0109BA00, void, RoomClientsCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__RemoveFromHashCache, (RoomClientsCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0109AE70, bool, RoomClientsCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__TryGetClientsInRoom, (RoomClientsCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, String * room, List_1_Dissonance_Networking_ClientInfo_1__2 * output, MethodInfo * method)); DO_APP_FUNC(0x0109BCC0, bool, RoomClientsCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__TryGetClientsInRoom_1, (RoomClientsCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, uint16_t roomId, List_1_Dissonance_Networking_ClientInfo_1__2 * output, MethodInfo * method)); DO_APP_FUNC(0x0109B5E0, void, RoomClientsCollection_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0109C930, void, RoomClientsCollection_1_System_Object___ctor, (RoomClientsCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0109AAD0, void, RoomClientsCollection_1_System_Object__Add, (RoomClientsCollection_1_System_Object_ * __this, String * room, ClientInfo_1_System_Object_ * client, MethodInfo * method)); DO_APP_FUNC(0x0109C250, void, RoomClientsCollection_1_System_Object__AddToHashCache, (RoomClientsCollection_1_System_Object_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0109AE40, void, RoomClientsCollection_1_System_Object__Clear, (RoomClientsCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0109B090, int32_t, RoomClientsCollection_1_System_Object__ClientCount, (RoomClientsCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0109ACA0, bool, RoomClientsCollection_1_System_Object__Remove, (RoomClientsCollection_1_System_Object_ * __this, String * room, ClientInfo_1_System_Object_ * client, MethodInfo * method)); DO_APP_FUNC(0x0109C4F0, void, RoomClientsCollection_1_System_Object__RemoveFromHashCache, (RoomClientsCollection_1_System_Object_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0109AE70, bool, RoomClientsCollection_1_System_Object__TryGetClientsInRoom, (RoomClientsCollection_1_System_Object_ * __this, String * room, List_1_Dissonance_Networking_ClientInfo_1__4 * output, MethodInfo * method)); DO_APP_FUNC(0x0109C7B0, bool, RoomClientsCollection_1_System_Object__TryGetClientsInRoom_1, (RoomClientsCollection_1_System_Object_ * __this, uint16_t roomId, List_1_Dissonance_Networking_ClientInfo_1__4 * output, MethodInfo * method)); DO_APP_FUNC(0x0109CD40, void, GridLookup_1_T_Root_System_Object___ctor, (GridLookup_1_T_Root_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AB78E0, void, STuple_2_System_Object_System_Object___ctor, (STuple_2_System_Object_System_Object_ * __this, Object * a, Object * b, MethodInfo * method)); DO_APP_FUNC(0x01013200, void, SafeAction_1_System_Object___ctor, (SafeAction_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, SafeAction_1_System_Object___ctor_1, (SafeAction_1_System_Object_ * __this, Action_1_Exception_ * param_0000c02f, MethodInfo * method)); DO_APP_FUNC(0x01021BD0, void, SafeAction_1_System_Object___ctor_2, (SafeAction_1_System_Object_ * __this, SafeAction_1_System_Object_ * param_0000c030, MethodInfo * method)); DO_APP_FUNC(0x0109CF30, Object *, SafeAction_1_System_Object__Clone, (SafeAction_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0109CE40, void, SafeAction_1_System_Object__Invoke, (SafeAction_1_System_Object_ * __this, Object * arg0, MethodInfo * method)); DO_APP_FUNC(0x0109CFB0, Action_2_Object_Action_1_Object_ *, SafeAction_1_System_Object__bDVflFQsgOWBIdMdGmAMbRhZrESH, (MethodInfo * method)); DO_APP_FUNC(0x0109D1A0, void, SafeAction_1_System_Object__kfojglLKXLBbytPmRSGPXnWCBiWH, (Object * param_0000c032, Action_1_Object_ * param_0000c033, MethodInfo * method)); DO_APP_FUNC(0x0109D270, SafeAction_1_System_Object_ *, SafeAction_1_System_Object__op_Addition, (SafeAction_1_System_Object_ * eventList, Action_1_Object_ * listener, MethodInfo * method)); DO_APP_FUNC(0x0109D440, Action_1_Object_ *, SafeAction_1_System_Object__op_Implicit, (SafeAction_1_System_Object_ * obj, MethodInfo * method)); DO_APP_FUNC(0x0109D4D0, SafeAction_1_System_Object_ *, SafeAction_1_System_Object__op_Implicit_1, (Action_1_Object_ * obj, MethodInfo * method)); DO_APP_FUNC(0x0109D3A0, SafeAction_1_System_Object_ *, SafeAction_1_System_Object__op_Subtraction, (SafeAction_1_System_Object_ * eventList, Action_1_Object_ * listener, MethodInfo * method)); DO_APP_FUNC(0x01013200, void, SafeAction_2_System_Object_System_Object___ctor, (SafeAction_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, SafeAction_2_System_Object_System_Object___ctor_1, (SafeAction_2_System_Object_System_Object_ * __this, Action_1_Exception_ * param_0000c03a, MethodInfo * method)); DO_APP_FUNC(0x01021BD0, void, SafeAction_2_System_Object_System_Object___ctor_2, (SafeAction_2_System_Object_System_Object_ * __this, SafeAction_2_System_Object_System_Object_ * param_0000c03b, MethodInfo * method)); DO_APP_FUNC(0x0109CF30, Object *, SafeAction_2_System_Object_System_Object__Clone, (SafeAction_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0109D600, void, SafeAction_2_System_Object_System_Object__Invoke, (SafeAction_2_System_Object_System_Object_ * __this, Object * arg0, Object * arg1, MethodInfo * method)); DO_APP_FUNC(0x0109CFB0, Action_2_Object_Action_2_Object_Object_ *, SafeAction_2_System_Object_System_Object__bDVflFQsgOWBIdMdGmAMbRhZrESH, (MethodInfo * method)); DO_APP_FUNC(0x0109D740, void, SafeAction_2_System_Object_System_Object__kfojglLKXLBbytPmRSGPXnWCBiWH, (Object * param_0000c03e, Action_2_Object_Object_ * param_0000c03f, MethodInfo * method)); DO_APP_FUNC(0x0109D270, SafeAction_2_System_Object_System_Object_ *, SafeAction_2_System_Object_System_Object__op_Addition, (SafeAction_2_System_Object_System_Object_ * eventList, Action_2_Object_Object_ * listener, MethodInfo * method)); DO_APP_FUNC(0x0109D440, Action_2_Object_Object_ *, SafeAction_2_System_Object_System_Object__op_Implicit, (SafeAction_2_System_Object_System_Object_ * obj, MethodInfo * method)); DO_APP_FUNC(0x0109D4D0, SafeAction_2_System_Object_System_Object_ *, SafeAction_2_System_Object_System_Object__op_Implicit_1, (Action_2_Object_Object_ * obj, MethodInfo * method)); DO_APP_FUNC(0x0109D3A0, SafeAction_2_System_Object_System_Object_ *, SafeAction_2_System_Object_System_Object__op_Subtraction, (SafeAction_2_System_Object_System_Object_ * eventList, Action_2_Object_Object_ * listener, MethodInfo * method)); DO_APP_FUNC(0x0109D830, void, SafeDelegate_1_System_Object___ctor, (SafeDelegate_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9AD8, SafeDelegate_1_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x0109DB90, void, SafeDelegate_1_System_Object___ctor_1, (SafeDelegate_1_System_Object_ * __this, Action_1_Exception_ * param_0000c015, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9AB0, SafeDelegate_1_System_Object___ctor_1__MethodInfo); DO_APP_FUNC(0x0109DC60, void, SafeDelegate_1_System_Object___ctor_2, (SafeDelegate_1_System_Object_ * __this, SafeDelegate_1_System_Object_ * param_0000c016, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9AB8, SafeDelegate_1_System_Object___ctor_2__MethodInfo); DO_APP_FUNC(0x0109DE60, void, SafeDelegate_1_System_Object__AddDelegate, (SafeDelegate_1_System_Object_ * __this, Object * delegate, MethodInfo * method)); DO_APP_FUNC(0x0109E620, void, SafeDelegate_1_System_Object__Clear, (SafeDelegate_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0109EAF0, Object *, SafeDelegate_1_System_Object__GetCombinedDelegate, (SafeDelegate_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0109ED10, int32_t, SafeDelegate_1_System_Object__HVujqEvIFcMKdvpImleAuaPcoEPv, (SafeDelegate_1_System_Object_ * __this, Object * param_0000c01c, MethodInfo * method)); DO_APP_FUNC(0x0109E650, void, SafeDelegate_1_System_Object__Invoke, (SafeDelegate_1_System_Object_ * __this, Action_2_Object_Object_ * invokeCallback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9A98, SafeDelegate_1_System_Object__Invoke__MethodInfo); DO_APP_FUNC(0x0109E0C0, void, SafeDelegate_1_System_Object__RemoveDelegate, (SafeDelegate_1_System_Object_ * __this, Object * delegate, MethodInfo * method)); DO_APP_FUNC(0x0109E370, void, SafeDelegate_1_System_Object__RemoveDelegateOrAllDelegatesFromAnObject, (SafeDelegate_1_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00FE5BC0, bool, SafeDelegate_1_System_Object__VfpgCWArzMRwmtPRIAXRmxwrgJeEA, (SafeDelegate_1_System_Object_ * __this, Object * param_0000c01b, MethodInfo * method)); DO_APP_FUNC(0x0109F2F0, List_1_System_Delegate_ *, SafeDelegate_1_System_Object__eeXfQcZfOpouzyCSIYzaeASvFATdA, (Delegate * param_0000c022, MethodInfo * method)); DO_APP_FUNC(0x01021A50, int32_t, SafeDelegate_1_System_Object__get_Count, (SafeDelegate_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Action_1_Exception_ *, SafeDelegate_1_System_Object__get_ExceptionHandler, (SafeDelegate_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0109F2C0, int32_t, SafeDelegate_1_System_Object__iuplAKsrIxTcLeWTfXNKlHlqbNfG, (Delegate * param_0000c021, MethodInfo * method)); DO_APP_FUNC(0x0109F0B0, Delegate *, SafeDelegate_1_System_Object__kmDAiIlYOSBsxRHFSrXFYCfUlhOV, (Delegate * param_0000c01f, Delegate * param_0000c020, MethodInfo * method)); DO_APP_FUNC(0x0109EE30, Delegate *, SafeDelegate_1_System_Object__kmDAiIlYOSBsxRHFSrXFYCfUlhOV_1, (Object * param_0000c01d, Delegate * param_0000c01e, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, SafeDelegate_1_System_Object__set_ExceptionHandler, (SafeDelegate_1_System_Object_ * __this, Action_1_Exception_ * value, MethodInfo * method)); DO_APP_FUNC(0x01013200, void, SafeFunc_2_System_Object_System_Object___ctor, (SafeFunc_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, SafeFunc_2_System_Object_System_Object___ctor_1, (SafeFunc_2_System_Object_System_Object_ * __this, Action_1_Exception_ * param_0000c046, MethodInfo * method)); DO_APP_FUNC(0x01021BD0, void, SafeFunc_2_System_Object_System_Object___ctor_2, (SafeFunc_2_System_Object_System_Object_ * __this, SafeFunc_2_System_Object_System_Object_ * param_0000c047, MethodInfo * method)); DO_APP_FUNC(0x0109CF30, Object *, SafeFunc_2_System_Object_System_Object__Clone, (SafeFunc_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0109F480, Object *, SafeFunc_2_System_Object_System_Object__Invoke, (SafeFunc_2_System_Object_System_Object_ * __this, Object * arg0, MethodInfo * method)); DO_APP_FUNC(0x0109CFB0, Action_2_Object_Func_2_Object_Object_ *, SafeFunc_2_System_Object_System_Object__bDVflFQsgOWBIdMdGmAMbRhZrESH, (MethodInfo * method)); DO_APP_FUNC(0x0109F5E0, void, SafeFunc_2_System_Object_System_Object__kfojglLKXLBbytPmRSGPXnWCBiWH, (Object * param_0000c049, Func_2_Object_Object_ * param_0000c04a, MethodInfo * method)); DO_APP_FUNC(0x0109D270, SafeFunc_2_System_Object_System_Object_ *, SafeFunc_2_System_Object_System_Object__op_Addition, (SafeFunc_2_System_Object_System_Object_ * eventList, Func_2_Object_Object_ * func, MethodInfo * method)); DO_APP_FUNC(0x0109D440, Func_2_Object_Object_ *, SafeFunc_2_System_Object_System_Object__op_Implicit, (SafeFunc_2_System_Object_System_Object_ * obj, MethodInfo * method)); DO_APP_FUNC(0x0109D4D0, SafeFunc_2_System_Object_System_Object_ *, SafeFunc_2_System_Object_System_Object__op_Implicit_1, (Func_2_Object_Object_ * obj, MethodInfo * method)); DO_APP_FUNC(0x0109D3A0, SafeFunc_2_System_Object_System_Object_ *, SafeFunc_2_System_Object_System_Object__op_Subtraction, (SafeFunc_2_System_Object_System_Object_ * eventList, Func_2_Object_Object_ * func, MethodInfo * method)); DO_APP_FUNC(0x0109F730, bool, SafeHandleCache_1_System_Object__IsCachedInvalidHandle, (SafeHandle * handle, MethodInfo * method)); DO_APP_FUNC(0x01013200, void, SafePredicate_1_Rewired_ControllerPollingInfo___ctor, (SafePredicate_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, SafePredicate_1_Rewired_ControllerPollingInfo___ctor_1, (SafePredicate_1_Rewired_ControllerPollingInfo_ * __this, Action_1_Exception_ * param_0000c051, MethodInfo * method)); DO_APP_FUNC(0x01021BD0, void, SafePredicate_1_Rewired_ControllerPollingInfo___ctor_2, (SafePredicate_1_Rewired_ControllerPollingInfo_ * __this, SafePredicate_1_Rewired_ControllerPollingInfo_ * param_0000c052, MethodInfo * method)); DO_APP_FUNC(0x0109CF30, Object *, SafePredicate_1_Rewired_ControllerPollingInfo__Clone, (SafePredicate_1_Rewired_ControllerPollingInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0109F790, bool, SafePredicate_1_Rewired_ControllerPollingInfo__Invoke, (SafePredicate_1_Rewired_ControllerPollingInfo_ * __this, ControllerPollingInfo arg0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90290, SafePredicate_1_Rewired_ControllerPollingInfo__Invoke__MethodInfo); DO_APP_FUNC(0x0109CFB0, Action_2_Object_Predicate_1_Rewired_ControllerPollingInfo_ *, SafePredicate_1_Rewired_ControllerPollingInfo__bDVflFQsgOWBIdMdGmAMbRhZrESH, (MethodInfo * method)); DO_APP_FUNC(0x0109F940, void, SafePredicate_1_Rewired_ControllerPollingInfo__kfojglLKXLBbytPmRSGPXnWCBiWH, (Object * param_0000c054, Predicate_1_Rewired_ControllerPollingInfo_ * param_0000c055, MethodInfo * method)); DO_APP_FUNC(0x0109D270, SafePredicate_1_Rewired_ControllerPollingInfo_ *, SafePredicate_1_Rewired_ControllerPollingInfo__op_Addition, (SafePredicate_1_Rewired_ControllerPollingInfo_ * eventList, Predicate_1_Rewired_ControllerPollingInfo_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0109D440, Predicate_1_Rewired_ControllerPollingInfo_ *, SafePredicate_1_Rewired_ControllerPollingInfo__op_Implicit, (SafePredicate_1_Rewired_ControllerPollingInfo_ * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90110, SafePredicate_1_Rewired_ControllerPollingInfo__op_Implicit__MethodInfo); DO_APP_FUNC(0x0109D4D0, SafePredicate_1_Rewired_ControllerPollingInfo_ *, SafePredicate_1_Rewired_ControllerPollingInfo__op_Implicit_1, (Predicate_1_Rewired_ControllerPollingInfo_ * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90188, SafePredicate_1_Rewired_ControllerPollingInfo__op_Implicit_1__MethodInfo); DO_APP_FUNC(0x0109D3A0, SafePredicate_1_Rewired_ControllerPollingInfo_ *, SafePredicate_1_Rewired_ControllerPollingInfo__op_Subtraction, (SafePredicate_1_Rewired_ControllerPollingInfo_ * eventList, Predicate_1_Rewired_ControllerPollingInfo_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01013200, void, SafePredicate_1_System_Object___ctor, (SafePredicate_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, SafePredicate_1_System_Object___ctor_1, (SafePredicate_1_System_Object_ * __this, Action_1_Exception_ * param_0000c051, MethodInfo * method)); DO_APP_FUNC(0x01021BD0, void, SafePredicate_1_System_Object___ctor_2, (SafePredicate_1_System_Object_ * __this, SafePredicate_1_System_Object_ * param_0000c052, MethodInfo * method)); DO_APP_FUNC(0x0109CF30, Object *, SafePredicate_1_System_Object__Clone, (SafePredicate_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0109FAA0, bool, SafePredicate_1_System_Object__Invoke, (SafePredicate_1_System_Object_ * __this, Object * arg0, MethodInfo * method)); DO_APP_FUNC(0x0109CFB0, Action_2_Object_Predicate_1_Object_ *, SafePredicate_1_System_Object__bDVflFQsgOWBIdMdGmAMbRhZrESH, (MethodInfo * method)); DO_APP_FUNC(0x0109FC00, void, SafePredicate_1_System_Object__kfojglLKXLBbytPmRSGPXnWCBiWH, (Object * param_0000c054, Predicate_1_Object_ * param_0000c055, MethodInfo * method)); DO_APP_FUNC(0x0109D270, SafePredicate_1_System_Object_ *, SafePredicate_1_System_Object__op_Addition, (SafePredicate_1_System_Object_ * eventList, Predicate_1_Object_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0109D440, Predicate_1_Object_ *, SafePredicate_1_System_Object__op_Implicit, (SafePredicate_1_System_Object_ * obj, MethodInfo * method)); DO_APP_FUNC(0x0109D4D0, SafePredicate_1_System_Object_ *, SafePredicate_1_System_Object__op_Implicit_1, (Predicate_1_Object_ * obj, MethodInfo * method)); DO_APP_FUNC(0x0109D3A0, SafePredicate_1_System_Object_ *, SafePredicate_1_System_Object__op_Subtraction, (SafePredicate_1_System_Object_ * eventList, Predicate_1_Object_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0109FD00, void, SavedStructState_1_UnityEngine_InputSystem_InputActionState_GlobalState___ctor, (SavedStructState_1_UnityEngine_InputSystem_InputActionState_GlobalState_ * __this, InputActionState_GlobalState * state, SavedStructState_1_T_TypedRestore_UnityEngine_InputSystem_InputActionState_GlobalState_ * restoreAction, Action * staticDisposeCurrentState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88780, SavedStructState_1_UnityEngine_InputSystem_InputActionState_GlobalState___ctor__MethodInfo); DO_APP_FUNC(0x0109FFC0, void, SavedStructState_1_UnityEngine_InputSystem_InputActionState_GlobalState__RestoreSavedState, (SavedStructState_1_UnityEngine_InputSystem_InputActionState_GlobalState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0109FF30, void, SavedStructState_1_UnityEngine_InputSystem_InputActionState_GlobalState__StaticDisposeCurrentState, (SavedStructState_1_UnityEngine_InputSystem_InputActionState_GlobalState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A0050, void, SavedStructState_1_UnityEngine_InputSystem_Users_InputUser_GlobalState___ctor, (SavedStructState_1_UnityEngine_InputSystem_Users_InputUser_GlobalState_ * __this, InputUser_GlobalState * state, SavedStructState_1_T_TypedRestore_UnityEngine_InputSystem_Users_InputUser_GlobalState_ * restoreAction, Action * staticDisposeCurrentState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91F00, SavedStructState_1_UnityEngine_InputSystem_Users_InputUser_GlobalState___ctor__MethodInfo); DO_APP_FUNC(0x010A0340, void, SavedStructState_1_UnityEngine_InputSystem_Users_InputUser_GlobalState__RestoreSavedState, (SavedStructState_1_UnityEngine_InputSystem_Users_InputUser_GlobalState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A02B0, void, SavedStructState_1_UnityEngine_InputSystem_Users_InputUser_GlobalState__StaticDisposeCurrentState, (SavedStructState_1_UnityEngine_InputSystem_Users_InputUser_GlobalState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A03D0, void, SavedStructState_1_UnityEngine_InputSystem_EnhancedTouch_Touch_GlobalState___ctor, (SavedStructState_1_UnityEngine_InputSystem_EnhancedTouch_Touch_GlobalState_ * __this, Touch_GlobalState * state, SavedStructState_1_T_TypedRestore_UnityEngine_InputSystem_EnhancedTouch_Touch_GlobalState_ * restoreAction, Action * staticDisposeCurrentState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97420, SavedStructState_1_UnityEngine_InputSystem_EnhancedTouch_Touch_GlobalState___ctor__MethodInfo); DO_APP_FUNC(0x010A0690, void, SavedStructState_1_UnityEngine_InputSystem_EnhancedTouch_Touch_GlobalState__RestoreSavedState, (SavedStructState_1_UnityEngine_InputSystem_EnhancedTouch_Touch_GlobalState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A0600, void, SavedStructState_1_UnityEngine_InputSystem_EnhancedTouch_Touch_GlobalState__StaticDisposeCurrentState, (SavedStructState_1_UnityEngine_InputSystem_EnhancedTouch_Touch_GlobalState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScheduledEvent_1_System_Nullable_1___ctor, (ScheduledEvent_1_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A0720, void, ScheduledEvent_1_System_Nullable_1__Initialize, (ScheduledEvent_1_System_Nullable_1_ * __this, float endTime, ScheduledEventBase_InvokeLocation__Enum invokeLocation, Action_1_Nullable_1_UnityEngine_RaycastHit_ * action, Nullable_1_UnityEngine_RaycastHit_ value, MethodInfo * method)); DO_APP_FUNC(0x010A07A0, void, ScheduledEvent_1_System_Nullable_1__Invoke, (ScheduledEvent_1_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScheduledEvent_1_System_Boolean___ctor, (ScheduledEvent_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A0800, void, ScheduledEvent_1_System_Boolean__Initialize, (ScheduledEvent_1_System_Boolean_ * __this, float endTime, ScheduledEventBase_InvokeLocation__Enum invokeLocation, Action_1_Boolean_ * action, bool value, MethodInfo * method)); DO_APP_FUNC(0x010A0870, void, ScheduledEvent_1_System_Boolean__Invoke, (ScheduledEvent_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScheduledEvent_1_System_Int32___ctor, (ScheduledEvent_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A08B0, void, ScheduledEvent_1_System_Int32__Initialize, (ScheduledEvent_1_System_Int32_ * __this, float endTime, ScheduledEventBase_InvokeLocation__Enum invokeLocation, Action_1_Int32_ * action, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x010A0920, void, ScheduledEvent_1_System_Int32__Invoke, (ScheduledEvent_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScheduledEvent_1_System_Object___ctor, (ScheduledEvent_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A0960, void, ScheduledEvent_1_System_Object__Initialize, (ScheduledEvent_1_System_Object_ * __this, float endTime, ScheduledEventBase_InvokeLocation__Enum invokeLocation, Action_1_Object_ * action, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010A0A20, void, ScheduledEvent_1_System_Object__Invoke, (ScheduledEvent_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScheduledEvent_1_System_Single___ctor, (ScheduledEvent_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A0A60, void, ScheduledEvent_1_System_Single__Initialize, (ScheduledEvent_1_System_Single_ * __this, float endTime, ScheduledEventBase_InvokeLocation__Enum invokeLocation, Action_1_Single_ * action, float value, MethodInfo * method)); DO_APP_FUNC(0x010A0AD0, void, ScheduledEvent_1_System_Single__Invoke, (ScheduledEvent_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScheduledEvent_1_UnityEngine_Vector3___ctor, (ScheduledEvent_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A0B10, void, ScheduledEvent_1_UnityEngine_Vector3__Initialize, (ScheduledEvent_1_UnityEngine_Vector3_ * __this, float endTime, ScheduledEventBase_InvokeLocation__Enum invokeLocation, Action_1_UnityEngine_Vector3_ * action, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x010A0B80, void, ScheduledEvent_1_UnityEngine_Vector3__Invoke, (ScheduledEvent_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScheduledEvent_2_System_Int32_System_Boolean___ctor, (ScheduledEvent_2_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A0BD0, void, ScheduledEvent_2_System_Int32_System_Boolean__Initialize, (ScheduledEvent_2_System_Int32_System_Boolean_ * __this, float endTime, ScheduledEventBase_InvokeLocation__Enum invokeLocation, Action_2_Int32_Boolean_ * action, int32_t value1, bool value2, MethodInfo * method)); DO_APP_FUNC(0x010A0C50, void, ScheduledEvent_2_System_Int32_System_Boolean__Invoke, (ScheduledEvent_2_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScheduledEvent_2_System_Object_System_Boolean___ctor, (ScheduledEvent_2_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A0C90, void, ScheduledEvent_2_System_Object_System_Boolean__Initialize, (ScheduledEvent_2_System_Object_System_Boolean_ * __this, float endTime, ScheduledEventBase_InvokeLocation__Enum invokeLocation, Action_2_Object_Boolean_ * action, Object * value1, bool value2, MethodInfo * method)); DO_APP_FUNC(0x010A0D60, void, ScheduledEvent_2_System_Object_System_Boolean__Invoke, (ScheduledEvent_2_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScheduledEvent_2_System_Object_System_Object___ctor, (ScheduledEvent_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A0DA0, void, ScheduledEvent_2_System_Object_System_Object__Initialize, (ScheduledEvent_2_System_Object_System_Object_ * __this, float endTime, ScheduledEventBase_InvokeLocation__Enum invokeLocation, Action_2_Object_Object_ * action, Object * value1, Object * value2, MethodInfo * method)); DO_APP_FUNC(0x010A0EC0, void, ScheduledEvent_2_System_Object_System_Object__Invoke, (ScheduledEvent_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScheduledEvent_2_System_Single_System_Single___ctor, (ScheduledEvent_2_System_Single_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A0F00, void, ScheduledEvent_2_System_Single_System_Single__Initialize, (ScheduledEvent_2_System_Single_System_Single_ * __this, float endTime, ScheduledEventBase_InvokeLocation__Enum invokeLocation, Action_2_Single_Single_ * action, float value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x010A0F90, void, ScheduledEvent_2_System_Single_System_Single__Invoke, (ScheduledEvent_2_System_Single_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScheduledEvent_3_System_Boolean_UnityEngine_Vector3_UnityEngine_Vector3___ctor, (ScheduledEvent_3_System_Boolean_UnityEngine_Vector3_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A0FD0, void, ScheduledEvent_3_System_Boolean_UnityEngine_Vector3_UnityEngine_Vector3__Initialize, (ScheduledEvent_3_System_Boolean_UnityEngine_Vector3_UnityEngine_Vector3_ * __this, float endTime, ScheduledEventBase_InvokeLocation__Enum invokeLocation, Action_3_Boolean_UnityEngine_Vector3_UnityEngine_Vector3_ * action, bool value1, Vector3 value2, Vector3 value3, MethodInfo * method)); DO_APP_FUNC(0x010A1060, void, ScheduledEvent_3_System_Boolean_UnityEngine_Vector3_UnityEngine_Vector3__Invoke, (ScheduledEvent_3_System_Boolean_UnityEngine_Vector3_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ScheduledEvent_3_System_Object_System_Object_System_Object___ctor, (ScheduledEvent_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A10D0, void, ScheduledEvent_3_System_Object_System_Object_System_Object__Initialize, (ScheduledEvent_3_System_Object_System_Object_System_Object_ * __this, float endTime, ScheduledEventBase_InvokeLocation__Enum invokeLocation, Action_3_Object_Object_Object_ * action, Object * value1, Object * value2, Object * value3, MethodInfo * method)); DO_APP_FUNC(0x010A1240, void, ScheduledEvent_3_System_Object_System_Object_System_Object__Invoke, (ScheduledEvent_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A2630, void, ScriptPlayable_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x010A2130, void, ScriptPlayable_1_System_Object___ctor, (ScriptPlayable_1_System_Object_ * __this, PlayableHandle handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9A38, ScriptPlayable_1_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x010A1C80, Object *, ScriptPlayable_1_System_Object__CloneScriptInstance, (IPlayableBehaviour * source, MethodInfo * method)); DO_APP_FUNC(0x010A1F40, Object *, ScriptPlayable_1_System_Object__CloneScriptInstanceFromEngineObject, (Object_1 * source, MethodInfo * method)); DO_APP_FUNC(0x010A20E0, Object *, ScriptPlayable_1_System_Object__CloneScriptInstanceFromIClonable, (ICloneable * source, MethodInfo * method)); DO_APP_FUNC(0x010A1330, ScriptPlayable_1_System_Object_, ScriptPlayable_1_System_Object__Create, (PlayableGraph graph, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC(0x010A1480, ScriptPlayable_1_System_Object_, ScriptPlayable_1_System_Object__Create_1, (PlayableGraph graph, Object * template_1, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC(0x010A15D0, PlayableHandle, ScriptPlayable_1_System_Object__CreateHandle, (PlayableGraph graph, Object * template_1, int32_t inputCount, MethodInfo * method)); DO_APP_FUNC(0x010A1A30, Object *, ScriptPlayable_1_System_Object__CreateScriptInstance, (MethodInfo * method)); DO_APP_FUNC(0x010A24F0, bool, ScriptPlayable_1_System_Object__Equals, (ScriptPlayable_1_System_Object_ * __this, ScriptPlayable_1_System_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x010A2330, Object *, ScriptPlayable_1_System_Object__GetBehaviour, (ScriptPlayable_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A2320, PlayableHandle, ScriptPlayable_1_System_Object__GetHandle, (ScriptPlayable_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A1280, ScriptPlayable_1_System_Object_, ScriptPlayable_1_System_Object__get_Null, (MethodInfo * method)); DO_APP_FUNC(0x010A2440, ScriptPlayable_1_System_Object_, ScriptPlayable_1_System_Object__op_Explicit, (Playable playable, MethodInfo * method)); DO_APP_FUNC(0x010A23B0, Playable, ScriptPlayable_1_System_Object__op_Implicit, (ScriptPlayable_1_System_Object_ playable, MethodInfo * method)); DO_APP_FUNC(0x010A2750, void, ConcurrentQueue_1_T_Segment_System_Object___ctor, (ConcurrentQueue_1_T_Segment_System_Object_ * __this, int32_t boundedLength, MethodInfo * method)); DO_APP_FUNC(0x010A2850, void, ConcurrentQueue_1_T_Segment_System_Object__EnsureFrozenForEnqueues, (ConcurrentQueue_1_T_Segment_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A2970, bool, ConcurrentQueue_1_T_Segment_System_Object__TryDequeue, (ConcurrentQueue_1_T_Segment_System_Object_ * __this, Object * * item, MethodInfo * method)); DO_APP_FUNC(0x010A2BC0, bool, ConcurrentQueue_1_T_Segment_System_Object__TryEnqueue, (ConcurrentQueue_1_T_Segment_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, ConcurrentQueue_1_T_Segment_System_Object__get_Capacity, (ConcurrentQueue_1_T_Segment_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A2830, int32_t, ConcurrentQueue_1_T_Segment_System_Object__get_FreezeOffset, (ConcurrentQueue_1_T_Segment_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, SelectObservable_2_TSource_TResult_Select_InputEventPtr_System_Object___ctor, (SelectObservable_2_TSource_TResult_Select_InputEventPtr_System_Object_ * __this, SelectObservable_2_InputEventPtr_System_Object_ * observable, IObserver_1_Object_ * observer, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SelectObservable_2_TSource_TResult_Select_InputEventPtr_System_Object__OnCompleted, (SelectObservable_2_TSource_TResult_Select_InputEventPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A2DA0, void, SelectObservable_2_TSource_TResult_Select_InputEventPtr_System_Object__OnError, (SelectObservable_2_TSource_TResult_Select_InputEventPtr_System_Object_ * __this, Exception * error, MethodInfo * method)); DO_APP_FUNC(0x010A2DF0, void, SelectObservable_2_TSource_TResult_Select_InputEventPtr_System_Object__OnNext, (SelectObservable_2_TSource_TResult_Select_InputEventPtr_System_Object_ * __this, InputEventPtr evt, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, SelectManyObservable_2_TSource_TResult_Select_System_Object_System_Object___ctor, (SelectManyObservable_2_TSource_TResult_Select_System_Object_System_Object_ * __this, SelectManyObservable_2_System_Object_System_Object_ * observable, IObserver_1_Object_ * observer, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SelectManyObservable_2_TSource_TResult_Select_System_Object_System_Object__OnCompleted, (SelectManyObservable_2_TSource_TResult_Select_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A2E90, void, SelectManyObservable_2_TSource_TResult_Select_System_Object_System_Object__OnError, (SelectManyObservable_2_TSource_TResult_Select_System_Object_System_Object_ * __this, Exception * error, MethodInfo * method)); DO_APP_FUNC(0x010A2EE0, void, SelectManyObservable_2_TSource_TResult_Select_System_Object_System_Object__OnNext, (SelectManyObservable_2_TSource_TResult_Select_System_Object_System_Object_ * __this, Object * evt, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, SelectObservable_2_TSource_TResult_Select_System_Object_System_Object___ctor, (SelectObservable_2_TSource_TResult_Select_System_Object_System_Object_ * __this, SelectObservable_2_System_Object_System_Object_ * observable, IObserver_1_Object_ * observer, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SelectObservable_2_TSource_TResult_Select_System_Object_System_Object__OnCompleted, (SelectObservable_2_TSource_TResult_Select_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A31C0, void, SelectObservable_2_TSource_TResult_Select_System_Object_System_Object__OnError, (SelectObservable_2_TSource_TResult_Select_System_Object_System_Object_ * __this, Exception * error, MethodInfo * method)); DO_APP_FUNC(0x010A3210, void, SelectObservable_2_TSource_TResult_Select_System_Object_System_Object__OnNext, (SelectObservable_2_TSource_TResult_Select_System_Object_System_Object_ * __this, Object * evt, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, SelectManyObservable_2_System_Object_System_Object___ctor, (SelectManyObservable_2_System_Object_System_Object_ * __this, IObservable_1_Object_ * source, Func_2_Object_System_Collections_Generic_IEnumerable_1_ * filter, MethodInfo * method)); DO_APP_FUNC(0x010A32C0, IDisposable *, SelectManyObservable_2_System_Object_System_Object__Subscribe, (SelectManyObservable_2_System_Object_System_Object_ * __this, IObserver_1_Object_ * observer, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, SelectObservable_2_InputEventPtr_System_Object___ctor, (SelectObservable_2_InputEventPtr_System_Object_ * __this, IObservable_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * source, Func_2_UnityEngine_InputSystem_LowLevel_InputEventPtr_Object_ * filter, MethodInfo * method)); DO_APP_FUNC(0x010A32C0, IDisposable *, SelectObservable_2_InputEventPtr_System_Object__Subscribe, (SelectObservable_2_InputEventPtr_System_Object_ * __this, IObserver_1_Object_ * observer, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, SelectObservable_2_System_Object_System_Object___ctor, (SelectObservable_2_System_Object_System_Object_ * __this, IObservable_1_Object_ * source, Func_2_Object_Object_ * filter, MethodInfo * method)); DO_APP_FUNC(0x010A32C0, IDisposable *, SelectObservable_2_System_Object_System_Object__Subscribe, (SelectObservable_2_System_Object_System_Object_ * __this, IObserver_1_Object_ * observer, MethodInfo * method)); DO_APP_FUNC(0x00CB6140, int32_t, SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Drop, (ReadonlyLockedValue_1_System_Collections_Generic_List_1__2 * l, MethodInfo * method)); DO_APP_FUNC(0x00CB6290, int32_t, SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Drop_1, (ReadonlyLockedValue_1_System_Collections_Generic_List_1__8 * l, MethodInfo * method)); DO_APP_FUNC(0x010A5D50, void, SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer___cctor, (MethodInfo * method)); DO_APP_FUNC(0x010A3390, void, SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, IClient_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * client, ReadonlyLockedValue_1_Dissonance_Datastructures_Pool_1_ * bytePool, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9A08, SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor__MethodInfo); DO_APP_FUNC(0x010A4E20, void, SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer__EnqeueUnreliable, (SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ArraySegment_1_Byte_ packet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9978, SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer__EnqeueUnreliable__MethodInfo); DO_APP_FUNC(0x010A5820, void, SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer__EnqueueP2P, (SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, uint16_t localId, ICollection_1_Dissonance_Networking_ClientInfo_1_ * destinations, ICollection_1_KeyValuePair_2_List_1_Dissonance_Networking_ClientInfo_1_System_ArraySegment_1_ * queue, ArraySegment_1_Byte_ packet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9950, SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer__EnqueueP2P__MethodInfo); DO_APP_FUNC(0x010A4C30, void, SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer__EnqueueReliable, (SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ArraySegment_1_Byte_ packet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB99A8, SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer__EnqueueReliable__MethodInfo); DO_APP_FUNC(0x010A5010, void, SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer__EnqueueReliableP2P, (SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, uint16_t localId, IList_1_Dissonance_Networking_ClientInfo_1_ * destinations, ArraySegment_1_Byte_ packet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9980, SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer__EnqueueReliableP2P__MethodInfo); DO_APP_FUNC(0x010A5290, void, SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer__EnqueueUnreliableP2P, (SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, uint16_t localId, IList_1_Dissonance_Networking_ClientInfo_1_ * destinations, ArraySegment_1_Byte_ packet, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9968, SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer__EnqueueUnreliableP2P__MethodInfo); DO_APP_FUNC(0x010A5510, Byte__Array *, SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer__GetSendBuffer, (SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A5670, void, SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer__RecycleSendBuffer, (SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Byte__Array * buffer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9970, SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer__RecycleSendBuffer__MethodInfo); DO_APP_FUNC(0x010A4B60, void, SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Stop, (SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A3B90, void, SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Update, (SendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01013200, void, SerializedDictionary_2_System_Object_System_Object___ctor, (SerializedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0041E8A0, Object *, SerializedDictionary_2_System_Object_System_Object__DeserializeKey, (SerializedDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0041E8A0, Object *, SerializedDictionary_2_System_Object_System_Object__DeserializeValue, (SerializedDictionary_2_System_Object_System_Object_ * __this, Object * val, MethodInfo * method)); DO_APP_FUNC(0x0041E8A0, Object *, SerializedDictionary_2_System_Object_System_Object__SerializeKey, (SerializedDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x0041E8A0, Object *, SerializedDictionary_2_System_Object_System_Object__SerializeValue, (SerializedDictionary_2_System_Object_System_Object_ * __this, Object * val, MethodInfo * method)); DO_APP_FUNC(0x010A62D0, void, SerializedDictionary_4_System_Object_System_Object_System_Object_System_Object___ctor, (SerializedDictionary_4_System_Object_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A6130, void, SerializedDictionary_4_System_Object_System_Object_System_Object_System_Object__OnAfterDeserialize, (SerializedDictionary_4_System_Object_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A5EF0, void, SerializedDictionary_4_System_Object_System_Object_System_Object_System_Object__OnBeforeSerialize, (SerializedDictionary_4_System_Object_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A8530, void, ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer___cctor, (MethodInfo * method)); DO_APP_FUNC(0x010A6AE0, void, ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * server, MethodInfo * method)); DO_APP_FUNC(0x010A71F0, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__FindPlayer, (ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, BoltPeer peer, MethodInfo * method)); DO_APP_FUNC(0x010A6E90, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__FindPlayer_1, (ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * peer, MethodInfo * method)); DO_APP_FUNC(0x010A7040, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__FindPlayer_2, (ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, uint16_t id, MethodInfo * method)); DO_APP_FUNC(0x010A73D0, void, ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__InvokeOnClientEnteredRoom, (ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * peer, String * name, MethodInfo * method)); DO_APP_FUNC(0x010A7670, void, ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__InvokeOnClientExitedRoom, (ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * peer, String * name, MethodInfo * method)); DO_APP_FUNC(0x010A77F0, void, ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__InvokeOnClientJoined, (ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * peer, MethodInfo * method)); DO_APP_FUNC(0x010A79E0, void, ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__InvokeOnClientLeft, (ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * peer, MethodInfo * method)); DO_APP_FUNC(0x010A7C20, void, ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__InvokeOnRelayingPacket, (ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ArraySegment_1_Byte_ payload, BoltPeer source, MethodInfo * method)); DO_APP_FUNC(0x010A8510, void, ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__InvokeOnVoicePacketSpoof, (ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, IServerClientState * spoofer, IServerClientState * spoofee, MethodInfo * method)); DO_APP_FUNC(0x010A7FF0, void, ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__ReadChannels, (ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * clientState, PacketReader reader, MethodInfo * method)); DO_APP_FUNC(0x010A6480, void, ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__add_ClientJoined, (ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_1_Dissonance_Networking_Server_Admin_IServerClientState_ * value, MethodInfo * method)); DO_APP_FUNC(0x010A66A0, void, ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__add_ClientLeft, (ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_1_Dissonance_Networking_Server_Admin_IServerClientState_ * value, MethodInfo * method)); DO_APP_FUNC(0x010A68C0, void, ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__add_VoicePacketSpoofed, (ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_2_Dissonance_Networking_Server_Admin_IServerClientState_Dissonance_Networking_Server_Admin_IServerClientState_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C5390, ReadOnlyCollection_1_Dissonance_Networking_Server_Admin_IServerClientState_ *, ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Clients, (ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F5E0, bool, ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__get_EnableChannelMonitoring, (ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A6590, void, ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__remove_ClientJoined, (ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_1_Dissonance_Networking_Server_Admin_IServerClientState_ * value, MethodInfo * method)); DO_APP_FUNC(0x010A67B0, void, ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__remove_ClientLeft, (ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_1_Dissonance_Networking_Server_Admin_IServerClientState_ * value, MethodInfo * method)); DO_APP_FUNC(0x010A69D0, void, ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__remove_VoicePacketSpoofed, (ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_2_Dissonance_Networking_Server_Admin_IServerClientState_Dissonance_Networking_Server_Admin_IServerClientState_ * value, MethodInfo * method)); DO_APP_FUNC(0x0041F5F0, void, ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__set_EnableChannelMonitoring, (ServerAdmin_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x010AA720, void, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer___cctor, (MethodInfo * method)); DO_APP_FUNC(0x010A9210, void, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Object * server, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * peer, MethodInfo * method)); DO_APP_FUNC(0x010AA050, void, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__InvokeOnEnteredRoom, (ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x010AA1E0, void, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__InvokeOnExitedRoom, (ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x010AA420, void, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__InvokeOnVoicePacket, (ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, PacketReader reader, MethodInfo * method)); DO_APP_FUNC(0x010A9A70, void, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__RemoveFromRoom, (ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, String * roomName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB98B0, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__RemoveFromRoom__MethodInfo); DO_APP_FUNC(0x010A9DA0, void, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__Reset, (ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010AA310, void, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__UpdateChannels, (ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, List_1_Dissonance_RemoteChannel_ * channels, MethodInfo * method)); DO_APP_FUNC(0x010A87E0, void, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__add_OnStartedListeningToRoom, (ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_2_Dissonance_Networking_Server_Admin_IServerClientState_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x010A8A00, void, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__add_OnStoppedListeningToRoom, (ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_2_Dissonance_Networking_Server_Admin_IServerClientState_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x010A8FE0, void, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__add_OnVoicePacket, (ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_1_Dissonance_Networking_VoicePacket_ * value, MethodInfo * method)); DO_APP_FUNC(0x010A8C20, void, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__add_StartedSpeaking, (ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x010A8E00, void, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__add_StoppedSpeaking, (ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x003C7020, ReadOnlyCollection_1_Dissonance_RemoteChannel_ *, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Channels, (ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A8750, bool, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__get_IsConnected, (ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, DateTime, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__get_LastChannelUpdateUtc, (ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A86E0, String *, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Name, (ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A87C0, float, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__get_PacketLoss, (ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ClientInfo_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Peer, (ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7000, ReadOnlyCollection_1_System_String_ *, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__get_Rooms, (ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010A88F0, void, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__remove_OnStartedListeningToRoom, (ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_2_Dissonance_Networking_Server_Admin_IServerClientState_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x010A8B10, void, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__remove_OnStoppedListeningToRoom, (ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_2_Dissonance_Networking_Server_Admin_IServerClientState_String_ * value, MethodInfo * method)); DO_APP_FUNC(0x010A90F0, void, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__remove_OnVoicePacket, (ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_1_Dissonance_Networking_VoicePacket_ * value, MethodInfo * method)); DO_APP_FUNC(0x010A8D10, void, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__remove_StartedSpeaking, (ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x010A8EF0, void, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__remove_StoppedSpeaking, (ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x010A9200, void, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__set_LastChannelUpdateUtc, (ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, DateTime value, MethodInfo * method)); DO_APP_FUNC(0x010AB470, void, ServerRelay_1_Dissonance_Integrations_PhotonBolt_BoltPeer___cctor, (MethodInfo * method)); DO_APP_FUNC(0x010AAAF0, void, ServerRelay_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (ServerRelay_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, IServer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * server, BaseClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * peers, MethodInfo * method)); DO_APP_FUNC(0x010AAD20, void, ServerRelay_1_Dissonance_Integrations_PhotonBolt_BoltPeer__ProcessPacketRelay, (ServerRelay_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, PacketReader * reader, bool reliable, BoltPeer source, MethodInfo * method)); DO_APP_FUNC(0x010AA8D0, void, ServerRelay_1_Dissonance_Integrations_PhotonBolt_BoltPeer__add_OnRelayingPacket, (ServerRelay_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_2_ArraySegment_1_Byte_Dissonance_Integrations_PhotonBolt_BoltPeer_ * value, MethodInfo * method)); DO_APP_FUNC(0x010AA9E0, void, ServerRelay_1_Dissonance_Integrations_PhotonBolt_BoltPeer__remove_OnRelayingPacket, (ServerRelay_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_2_ArraySegment_1_Byte_Dissonance_Integrations_PhotonBolt_BoltPeer_ * value, MethodInfo * method)); DO_APP_FUNC(0x010ABF90, void, ServerRelay_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x010AB610, void, ServerRelay_1_System_Object___ctor, (ServerRelay_1_System_Object_ * __this, IServer_1_System_Object_ * server, BaseClientCollection_1_System_Object_ * peers, MethodInfo * method)); DO_APP_FUNC(0x010AB840, void, ServerRelay_1_System_Object__ProcessPacketRelay, (ServerRelay_1_System_Object_ * __this, PacketReader * reader, bool reliable, Object * source, MethodInfo * method)); DO_APP_FUNC(0x010AA8D0, void, ServerRelay_1_System_Object__add_OnRelayingPacket, (ServerRelay_1_System_Object_ * __this, Action_2_ArraySegment_1_Byte_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x010AA9E0, void, ServerRelay_1_System_Object__remove_OnRelayingPacket, (ServerRelay_1_System_Object_ * __this, Action_2_ArraySegment_1_Byte_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x010AC1C0, void, ServiceContainer_ServiceCollection_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x010AC130, void, ServiceContainer_ServiceCollection_1_System_Object___ctor, (ServiceContainer_ServiceCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA8188, ServiceContainer_ServiceCollection_1_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x010AC340, void, BaseCommsNetwork_5_TServer_TClient_TPeer_TClientParam_TServerParam_Session_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit___ctor, (BaseCommsNetwork_5_TServer_TClient_TPeer_TClientParam_TServerParam_Session_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, BaseCommsNetwork_5_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * net, NetworkMode__Enum mode, Unit serverParameter, Unit clientParameter, MethodInfo * method)); DO_APP_FUNC(0x010AC510, void, BaseCommsNetwork_5_TServer_TClient_TPeer_TClientParam_TServerParam_Session_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__Enter, (BaseCommsNetwork_5_TServer_TClient_TPeer_TClientParam_TServerParam_Session_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010AC940, void, BaseCommsNetwork_5_TServer_TClient_TPeer_TClientParam_TServerParam_Session_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__Exit, (BaseCommsNetwork_5_TServer_TClient_TPeer_TClientParam_TServerParam_Session_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010ACAE0, bool, BaseCommsNetwork_5_TServer_TClient_TPeer_TClientParam_TServerParam_Session_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__ShouldAttemptReconnect, (BaseCommsNetwork_5_TServer_TClient_TPeer_TClientParam_TServerParam_Session_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010ACA50, void, BaseCommsNetwork_5_TServer_TClient_TPeer_TClientParam_TServerParam_Session_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__StartClient, (BaseCommsNetwork_5_TServer_TClient_TPeer_TClientParam_TServerParam_Session_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010ACA10, void, BaseCommsNetwork_5_TServer_TClient_TPeer_TClientParam_TServerParam_Session_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__StartServer, (BaseCommsNetwork_5_TServer_TClient_TPeer_TClientParam_TServerParam_Session_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010AC5B0, void, BaseCommsNetwork_5_TServer_TClient_TPeer_TClientParam_TServerParam_Session_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__Update, (BaseCommsNetwork_5_TServer_TClient_TPeer_TClientParam_TServerParam_Session_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010AC3B0, ConnectionStatus__Enum, BaseCommsNetwork_5_TServer_TClient_TPeer_TClientParam_TServerParam_Session_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__get_Status, (BaseCommsNetwork_5_TServer_TClient_TPeer_TClientParam_TServerParam_Session_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010ACB90, void, SetAndRestoreVar_1_System_Boolean___ctor, (SetAndRestoreVar_1_System_Boolean_ * __this, bool param_0000c614, bool param_0000c615, Action_1_Boolean_ * param_0000c616, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9870, SetAndRestoreVar_1_System_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x010ACCC0, void, SetAndRestoreVar_1_System_Boolean__Dispose, (SetAndRestoreVar_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80B10, SetAndRestoreVar_1_System_Boolean__Dispose__MethodInfo); DO_APP_FUNC(0x010ACD50, void, SetAndRestoreVar_1_System_Object___ctor, (SetAndRestoreVar_1_System_Object_ * __this, Object * param_0000c614, Object * param_0000c615, Action_1_Object_ * param_0000c616, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9860, SetAndRestoreVar_1_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x010ACEE0, void, SetAndRestoreVar_1_System_Object__Dispose, (SetAndRestoreVar_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010ACF70, void, Set_1_System_Int32___ctor, (Set_1_System_Int32_ * __this, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010AD120, bool, Set_1_System_Int32__Add, (Set_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x010AD160, bool, Set_1_System_Int32__Find, (Set_1_System_Int32_ * __this, int32_t value, bool add, MethodInfo * method)); DO_APP_FUNC(0x010AD600, int32_t, Set_1_System_Int32__InternalGetHashCode, (Set_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x010AD3C0, void, Set_1_System_Int32__Resize, (Set_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9878, Set_1_System_Int32__Resize__MethodInfo); DO_APP_FUNC(0x010AD660, void, Set_1_System_Object___ctor, (Set_1_System_Object_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010AD120, bool, Set_1_System_Object__Add, (Set_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010AD810, bool, Set_1_System_Object__Find, (Set_1_System_Object_ * __this, Object * value, bool add, MethodInfo * method)); DO_APP_FUNC(0x010ADD20, int32_t, Set_1_System_Object__InternalGetHashCode, (Set_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010ADAE0, void, Set_1_System_Object__Resize, (Set_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9858, Set_1_System_Object__Resize__MethodInfo); DO_APP_FUNC(0x010ADD90, void, ShaderInfoStorage_1_UnityEngine_Color___ctor, (ShaderInfoStorage_1_UnityEngine_Color_ * __this, TextureFormat__Enum format, Func_2_UnityEngine_Color_UnityEngine_Color_ * convert, int32_t initialSize, int32_t maxSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1990, ShaderInfoStorage_1_UnityEngine_Color___ctor__MethodInfo); DO_APP_FUNC(0x010AE0F0, bool, ShaderInfoStorage_1_UnityEngine_Color__AllocateRect, (ShaderInfoStorage_1_UnityEngine_Color_ * __this, int32_t width, int32_t height, RectInt * uvs, MethodInfo * method)); DO_APP_FUNC(0x010AEA60, void, ShaderInfoStorage_1_UnityEngine_Color__CpuBlit, (NativeArray_1_UnityEngine_Color_ src, int32_t srcWidth, int32_t srcHeight, NativeArray_1_UnityEngine_Color_ dst, int32_t dstWidth, int32_t dstHeight, MethodInfo * method)); DO_APP_FUNC(0x010AE510, void, ShaderInfoStorage_1_UnityEngine_Color__CreateOrExpandTexture, (ShaderInfoStorage_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010ADF90, void, ShaderInfoStorage_1_UnityEngine_Color__Dispose, (ShaderInfoStorage_1_UnityEngine_Color_ * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x010AE290, void, ShaderInfoStorage_1_UnityEngine_Color__SetTexel, (ShaderInfoStorage_1_UnityEngine_Color_ * __this, int32_t x, int32_t y, Color color, MethodInfo * method)); DO_APP_FUNC(0x010AE3C0, void, ShaderInfoStorage_1_UnityEngine_Color__UpdateTexture, (ShaderInfoStorage_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Texture2D *, ShaderInfoStorage_1_UnityEngine_Color__get_texture, (ShaderInfoStorage_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010AEB70, void, ShaderInfoStorage_1_UnityEngine_Color32___ctor, (ShaderInfoStorage_1_UnityEngine_Color32_ * __this, TextureFormat__Enum format, Func_2_UnityEngine_Color_UnityEngine_Color32_ * convert, int32_t initialSize, int32_t maxSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB1A00, ShaderInfoStorage_1_UnityEngine_Color32___ctor__MethodInfo); DO_APP_FUNC(0x010AEED0, bool, ShaderInfoStorage_1_UnityEngine_Color32__AllocateRect, (ShaderInfoStorage_1_UnityEngine_Color32_ * __this, int32_t width, int32_t height, RectInt * uvs, MethodInfo * method)); DO_APP_FUNC(0x010AF830, void, ShaderInfoStorage_1_UnityEngine_Color32__CpuBlit, (NativeArray_1_UnityEngine_Color32_ src, int32_t srcWidth, int32_t srcHeight, NativeArray_1_UnityEngine_Color32_ dst, int32_t dstWidth, int32_t dstHeight, MethodInfo * method)); DO_APP_FUNC(0x010AF2E0, void, ShaderInfoStorage_1_UnityEngine_Color32__CreateOrExpandTexture, (ShaderInfoStorage_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010AED70, void, ShaderInfoStorage_1_UnityEngine_Color32__Dispose, (ShaderInfoStorage_1_UnityEngine_Color32_ * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x010AF070, void, ShaderInfoStorage_1_UnityEngine_Color32__SetTexel, (ShaderInfoStorage_1_UnityEngine_Color32_ * __this, int32_t x, int32_t y, Color color, MethodInfo * method)); DO_APP_FUNC(0x010AF190, void, ShaderInfoStorage_1_UnityEngine_Color32__UpdateTexture, (ShaderInfoStorage_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5320, Texture2D *, ShaderInfoStorage_1_UnityEngine_Color32__get_texture, (ShaderInfoStorage_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010AFDC0, void, RenderGraphObjectPool_SharedObjectPool_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x010AFCC0, void, RenderGraphObjectPool_SharedObjectPool_1_System_Object___ctor, (RenderGraphObjectPool_SharedObjectPool_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010AFA20, RenderGraphObjectPool_SharedObjectPool_1_System_Object_ *, RenderGraphObjectPool_SharedObjectPool_1_System_Object__AllocatePool, (MethodInfo * method)); DO_APP_FUNC(0x010AFB90, void, RenderGraphObjectPool_SharedObjectPool_1_System_Object__Clear, (RenderGraphObjectPool_SharedObjectPool_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010AF930, Object *, RenderGraphObjectPool_SharedObjectPool_1_System_Object__Get, (RenderGraphObjectPool_SharedObjectPool_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010AF9F0, void, RenderGraphObjectPool_SharedObjectPool_1_System_Object__Release, (RenderGraphObjectPool_SharedObjectPool_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010AFBC0, RenderGraphObjectPool_SharedObjectPool_1_System_Object_ *, RenderGraphObjectPool_SharedObjectPool_1_System_Object__get_sharedPool, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SharedVariable_1_System_Boolean___ctor, (SharedVariable_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0328, SharedVariable_1_System_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x010B0A00, Object *, SharedVariable_1_System_Boolean__GetValue, (SharedVariable_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010AFFF0, void, SharedVariable_1_System_Boolean__InitializePropertyMapping, (SharedVariable_1_System_Boolean_ * __this, BehaviorSource * behaviorSource, MethodInfo * method)); DO_APP_FUNC(0x010B0A70, void, SharedVariable_1_System_Boolean__SetValue, (SharedVariable_1_System_Boolean_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010B0C70, String *, SharedVariable_1_System_Boolean__ToString, (SharedVariable_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B0960, bool, SharedVariable_1_System_Boolean__get_Value, (SharedVariable_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFC78, SharedVariable_1_System_Boolean__get_Value__MethodInfo); DO_APP_FUNC(0x010B09B0, void, SharedVariable_1_System_Boolean__set_Value, (SharedVariable_1_System_Boolean_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF320, SharedVariable_1_System_Boolean__set_Value__MethodInfo); DO_APP_FUNC(0x003AC050, void, SharedVariable_1_UnityEngine_Color___ctor, (SharedVariable_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB02A8, SharedVariable_1_UnityEngine_Color___ctor__MethodInfo); DO_APP_FUNC(0x010B1790, Object *, SharedVariable_1_UnityEngine_Color__GetValue, (SharedVariable_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B0D60, void, SharedVariable_1_UnityEngine_Color__InitializePropertyMapping, (SharedVariable_1_UnityEngine_Color_ * __this, BehaviorSource * behaviorSource, MethodInfo * method)); DO_APP_FUNC(0x010B1810, void, SharedVariable_1_UnityEngine_Color__SetValue, (SharedVariable_1_UnityEngine_Color_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010B1A20, String *, SharedVariable_1_UnityEngine_Color__ToString, (SharedVariable_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B16D0, Color, SharedVariable_1_UnityEngine_Color__get_Value, (SharedVariable_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2DE8, SharedVariable_1_UnityEngine_Color__get_Value__MethodInfo); DO_APP_FUNC(0x010B1740, void, SharedVariable_1_UnityEngine_Color__set_Value, (SharedVariable_1_UnityEngine_Color_ * __this, Color value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2D28, SharedVariable_1_UnityEngine_Color__set_Value__MethodInfo); DO_APP_FUNC(0x003AC050, void, SharedVariable_1_System_Int32___ctor, (SharedVariable_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0190, SharedVariable_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x010B24E0, Object *, SharedVariable_1_System_Int32__GetValue, (SharedVariable_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B1AD0, void, SharedVariable_1_System_Int32__InitializePropertyMapping, (SharedVariable_1_System_Int32_ * __this, BehaviorSource * behaviorSource, MethodInfo * method)); DO_APP_FUNC(0x010B2550, void, SharedVariable_1_System_Int32__SetValue, (SharedVariable_1_System_Int32_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010B2750, String *, SharedVariable_1_System_Int32__ToString, (SharedVariable_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B2440, int32_t, SharedVariable_1_System_Int32__get_Value, (SharedVariable_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFAE8, SharedVariable_1_System_Int32__get_Value__MethodInfo); DO_APP_FUNC(0x010B2490, void, SharedVariable_1_System_Int32__set_Value, (SharedVariable_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF138, SharedVariable_1_System_Int32__set_Value__MethodInfo); DO_APP_FUNC(0x003AC050, void, SharedVariable_1_System_Int32Enum___ctor, (SharedVariable_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B24E0, Object *, SharedVariable_1_System_Int32Enum__GetValue, (SharedVariable_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B2860, void, SharedVariable_1_System_Int32Enum__InitializePropertyMapping, (SharedVariable_1_System_Int32Enum_ * __this, BehaviorSource * behaviorSource, MethodInfo * method)); DO_APP_FUNC(0x010B31D0, void, SharedVariable_1_System_Int32Enum__SetValue, (SharedVariable_1_System_Int32Enum_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010B33D0, String *, SharedVariable_1_System_Int32Enum__ToString, (SharedVariable_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B2440, Int32Enum__Enum, SharedVariable_1_System_Int32Enum__get_Value, (SharedVariable_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B2490, void, SharedVariable_1_System_Int32Enum__set_Value, (SharedVariable_1_System_Int32Enum_ * __this, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SharedVariable_1_UnityEngine_LayerMask___ctor, (SharedVariable_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0160, SharedVariable_1_UnityEngine_LayerMask___ctor__MethodInfo); DO_APP_FUNC(0x010B24E0, Object *, SharedVariable_1_UnityEngine_LayerMask__GetValue, (SharedVariable_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B3490, void, SharedVariable_1_UnityEngine_LayerMask__InitializePropertyMapping, (SharedVariable_1_UnityEngine_LayerMask_ * __this, BehaviorSource * behaviorSource, MethodInfo * method)); DO_APP_FUNC(0x010B3E40, void, SharedVariable_1_UnityEngine_LayerMask__SetValue, (SharedVariable_1_UnityEngine_LayerMask_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010B4040, String *, SharedVariable_1_UnityEngine_LayerMask__ToString, (SharedVariable_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B2440, LayerMask, SharedVariable_1_UnityEngine_LayerMask__get_Value, (SharedVariable_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB78A8, SharedVariable_1_UnityEngine_LayerMask__get_Value__MethodInfo); DO_APP_FUNC(0x010B3E00, void, SharedVariable_1_UnityEngine_LayerMask__set_Value, (SharedVariable_1_UnityEngine_LayerMask_ * __this, LayerMask value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0168, SharedVariable_1_UnityEngine_LayerMask__set_Value__MethodInfo); DO_APP_FUNC(0x003AC050, void, SharedVariable_1_System_Object___ctor, (SharedVariable_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B4B60, Object *, SharedVariable_1_System_Object__GetValue, (SharedVariable_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B4100, void, SharedVariable_1_System_Object__InitializePropertyMapping, (SharedVariable_1_System_Object_ * __this, BehaviorSource * behaviorSource, MethodInfo * method)); DO_APP_FUNC(0x010B4B90, void, SharedVariable_1_System_Object__SetValue, (SharedVariable_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010B4F00, String *, SharedVariable_1_System_Object__ToString, (SharedVariable_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B4A70, Object *, SharedVariable_1_System_Object__get_Value, (SharedVariable_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B4AC0, void, SharedVariable_1_System_Object__set_Value, (SharedVariable_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SharedVariable_1_UnityEngine_Quaternion___ctor, (SharedVariable_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB00C0, SharedVariable_1_UnityEngine_Quaternion___ctor__MethodInfo); DO_APP_FUNC(0x010B1790, Object *, SharedVariable_1_UnityEngine_Quaternion__GetValue, (SharedVariable_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B4FD0, void, SharedVariable_1_UnityEngine_Quaternion__InitializePropertyMapping, (SharedVariable_1_UnityEngine_Quaternion_ * __this, BehaviorSource * behaviorSource, MethodInfo * method)); DO_APP_FUNC(0x010B5940, void, SharedVariable_1_UnityEngine_Quaternion__SetValue, (SharedVariable_1_UnityEngine_Quaternion_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010B5B50, String *, SharedVariable_1_UnityEngine_Quaternion__ToString, (SharedVariable_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B16D0, Quaternion, SharedVariable_1_UnityEngine_Quaternion__get_Value, (SharedVariable_1_UnityEngine_Quaternion_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2F78, SharedVariable_1_UnityEngine_Quaternion__get_Value__MethodInfo); DO_APP_FUNC(0x010B1740, void, SharedVariable_1_UnityEngine_Quaternion__set_Value, (SharedVariable_1_UnityEngine_Quaternion_ * __this, Quaternion value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAECF0, SharedVariable_1_UnityEngine_Quaternion__set_Value__MethodInfo); DO_APP_FUNC(0x003AC050, void, SharedVariable_1_UnityEngine_Rect___ctor, (SharedVariable_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0090, SharedVariable_1_UnityEngine_Rect___ctor__MethodInfo); DO_APP_FUNC(0x010B1790, Object *, SharedVariable_1_UnityEngine_Rect__GetValue, (SharedVariable_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B5C00, void, SharedVariable_1_UnityEngine_Rect__InitializePropertyMapping, (SharedVariable_1_UnityEngine_Rect_ * __this, BehaviorSource * behaviorSource, MethodInfo * method)); DO_APP_FUNC(0x010B6570, void, SharedVariable_1_UnityEngine_Rect__SetValue, (SharedVariable_1_UnityEngine_Rect_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010B6780, String *, SharedVariable_1_UnityEngine_Rect__ToString, (SharedVariable_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B16D0, Rect, SharedVariable_1_UnityEngine_Rect__get_Value, (SharedVariable_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2D90, SharedVariable_1_UnityEngine_Rect__get_Value__MethodInfo); DO_APP_FUNC(0x010B1740, void, SharedVariable_1_UnityEngine_Rect__set_Value, (SharedVariable_1_UnityEngine_Rect_ * __this, Rect value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2CD0, SharedVariable_1_UnityEngine_Rect__set_Value__MethodInfo); DO_APP_FUNC(0x003AC050, void, SharedVariable_1_System_Single___ctor, (SharedVariable_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0258, SharedVariable_1_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x010B7230, Object *, SharedVariable_1_System_Single__GetValue, (SharedVariable_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B6830, void, SharedVariable_1_System_Single__InitializePropertyMapping, (SharedVariable_1_System_Single_ * __this, BehaviorSource * behaviorSource, MethodInfo * method)); DO_APP_FUNC(0x010B72A0, void, SharedVariable_1_System_Single__SetValue, (SharedVariable_1_System_Single_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010B74A0, String *, SharedVariable_1_System_Single__ToString, (SharedVariable_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B71A0, float, SharedVariable_1_System_Single__get_Value, (SharedVariable_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFA10, SharedVariable_1_System_Single__get_Value__MethodInfo); DO_APP_FUNC(0x010B71F0, void, SharedVariable_1_System_Single__set_Value, (SharedVariable_1_System_Single_ * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0288, SharedVariable_1_System_Single__set_Value__MethodInfo); DO_APP_FUNC(0x003AC050, void, SharedVariable_1_System_UInt32___ctor, (SharedVariable_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFF98, SharedVariable_1_System_UInt32___ctor__MethodInfo); DO_APP_FUNC(0x010B24E0, Object *, SharedVariable_1_System_UInt32__GetValue, (SharedVariable_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B7580, void, SharedVariable_1_System_UInt32__InitializePropertyMapping, (SharedVariable_1_System_UInt32_ * __this, BehaviorSource * behaviorSource, MethodInfo * method)); DO_APP_FUNC(0x010B7EF0, void, SharedVariable_1_System_UInt32__SetValue, (SharedVariable_1_System_UInt32_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010B80F0, String *, SharedVariable_1_System_UInt32__ToString, (SharedVariable_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B2440, uint32_t, SharedVariable_1_System_UInt32__get_Value, (SharedVariable_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7AD0, SharedVariable_1_System_UInt32__get_Value__MethodInfo); DO_APP_FUNC(0x010B2490, void, SharedVariable_1_System_UInt32__set_Value, (SharedVariable_1_System_UInt32_ * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SharedVariable_1_System_UInt32Enum___ctor, (SharedVariable_1_System_UInt32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B24E0, Object *, SharedVariable_1_System_UInt32Enum__GetValue, (SharedVariable_1_System_UInt32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B8200, void, SharedVariable_1_System_UInt32Enum__InitializePropertyMapping, (SharedVariable_1_System_UInt32Enum_ * __this, BehaviorSource * behaviorSource, MethodInfo * method)); DO_APP_FUNC(0x010B8B70, void, SharedVariable_1_System_UInt32Enum__SetValue, (SharedVariable_1_System_UInt32Enum_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010B8D70, String *, SharedVariable_1_System_UInt32Enum__ToString, (SharedVariable_1_System_UInt32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B2440, UInt32Enum__Enum, SharedVariable_1_System_UInt32Enum__get_Value, (SharedVariable_1_System_UInt32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B2490, void, SharedVariable_1_System_UInt32Enum__set_Value, (SharedVariable_1_System_UInt32Enum_ * __this, UInt32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SharedVariable_1_UnityEngine_Vector2___ctor, (SharedVariable_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFF70, SharedVariable_1_UnityEngine_Vector2___ctor__MethodInfo); DO_APP_FUNC(0x010B9850, Object *, SharedVariable_1_UnityEngine_Vector2__GetValue, (SharedVariable_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B8E30, void, SharedVariable_1_UnityEngine_Vector2__InitializePropertyMapping, (SharedVariable_1_UnityEngine_Vector2_ * __this, BehaviorSource * behaviorSource, MethodInfo * method)); DO_APP_FUNC(0x010B98B0, void, SharedVariable_1_UnityEngine_Vector2__SetValue, (SharedVariable_1_UnityEngine_Vector2_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010B9AD0, String *, SharedVariable_1_UnityEngine_Vector2__ToString, (SharedVariable_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B97A0, Vector2, SharedVariable_1_UnityEngine_Vector2__get_Value, (SharedVariable_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEDD0, SharedVariable_1_UnityEngine_Vector2__get_Value__MethodInfo); DO_APP_FUNC(0x010B9800, void, SharedVariable_1_UnityEngine_Vector2__set_Value, (SharedVariable_1_UnityEngine_Vector2_ * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEE20, SharedVariable_1_UnityEngine_Vector2__set_Value__MethodInfo); DO_APP_FUNC(0x003AC050, void, SharedVariable_1_UnityEngine_Vector2Int___ctor, (SharedVariable_1_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFF28, SharedVariable_1_UnityEngine_Vector2Int___ctor__MethodInfo); DO_APP_FUNC(0x010BA510, Object *, SharedVariable_1_UnityEngine_Vector2Int__GetValue, (SharedVariable_1_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B9B60, void, SharedVariable_1_UnityEngine_Vector2Int__InitializePropertyMapping, (SharedVariable_1_UnityEngine_Vector2Int_ * __this, BehaviorSource * behaviorSource, MethodInfo * method)); DO_APP_FUNC(0x010BA580, void, SharedVariable_1_UnityEngine_Vector2Int__SetValue, (SharedVariable_1_UnityEngine_Vector2Int_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010BA780, String *, SharedVariable_1_UnityEngine_Vector2Int__ToString, (SharedVariable_1_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B4A70, Vector2Int, SharedVariable_1_UnityEngine_Vector2Int__get_Value, (SharedVariable_1_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010BA4D0, void, SharedVariable_1_UnityEngine_Vector2Int__set_Value, (SharedVariable_1_UnityEngine_Vector2Int_ * __this, Vector2Int value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SharedVariable_1_UnityEngine_Vector3___ctor, (SharedVariable_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFEF8, SharedVariable_1_UnityEngine_Vector3___ctor__MethodInfo); DO_APP_FUNC(0x010BB270, Object *, SharedVariable_1_UnityEngine_Vector3__GetValue, (SharedVariable_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010BA820, void, SharedVariable_1_UnityEngine_Vector3__InitializePropertyMapping, (SharedVariable_1_UnityEngine_Vector3_ * __this, BehaviorSource * behaviorSource, MethodInfo * method)); DO_APP_FUNC(0x010BB2F0, void, SharedVariable_1_UnityEngine_Vector3__SetValue, (SharedVariable_1_UnityEngine_Vector3_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010BB520, String *, SharedVariable_1_UnityEngine_Vector3__ToString, (SharedVariable_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010BB190, Vector3, SharedVariable_1_UnityEngine_Vector3__get_Value, (SharedVariable_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEE68, SharedVariable_1_UnityEngine_Vector3__get_Value__MethodInfo); DO_APP_FUNC(0x010BB210, void, SharedVariable_1_UnityEngine_Vector3__set_Value, (SharedVariable_1_UnityEngine_Vector3_ * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAEE50, SharedVariable_1_UnityEngine_Vector3__set_Value__MethodInfo); DO_APP_FUNC(0x003AC050, void, SharedVariable_1_UnityEngine_Vector3Int___ctor, (SharedVariable_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFEE0, SharedVariable_1_UnityEngine_Vector3Int___ctor__MethodInfo); DO_APP_FUNC(0x010BB270, Object *, SharedVariable_1_UnityEngine_Vector3Int__GetValue, (SharedVariable_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010BB5D0, void, SharedVariable_1_UnityEngine_Vector3Int__InitializePropertyMapping, (SharedVariable_1_UnityEngine_Vector3Int_ * __this, BehaviorSource * behaviorSource, MethodInfo * method)); DO_APP_FUNC(0x010BBF40, void, SharedVariable_1_UnityEngine_Vector3Int__SetValue, (SharedVariable_1_UnityEngine_Vector3Int_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010BC170, String *, SharedVariable_1_UnityEngine_Vector3Int__ToString, (SharedVariable_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010BB190, Vector3Int, SharedVariable_1_UnityEngine_Vector3Int__get_Value, (SharedVariable_1_UnityEngine_Vector3Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010BB210, void, SharedVariable_1_UnityEngine_Vector3Int__set_Value, (SharedVariable_1_UnityEngine_Vector3Int_ * __this, Vector3Int value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SharedVariable_1_UnityEngine_Vector4___ctor, (SharedVariable_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFEB8, SharedVariable_1_UnityEngine_Vector4___ctor__MethodInfo); DO_APP_FUNC(0x010B1790, Object *, SharedVariable_1_UnityEngine_Vector4__GetValue, (SharedVariable_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010BC220, void, SharedVariable_1_UnityEngine_Vector4__InitializePropertyMapping, (SharedVariable_1_UnityEngine_Vector4_ * __this, BehaviorSource * behaviorSource, MethodInfo * method)); DO_APP_FUNC(0x010BCB90, void, SharedVariable_1_UnityEngine_Vector4__SetValue, (SharedVariable_1_UnityEngine_Vector4_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010BCDA0, String *, SharedVariable_1_UnityEngine_Vector4__ToString, (SharedVariable_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010B16D0, Vector4, SharedVariable_1_UnityEngine_Vector4__get_Value, (SharedVariable_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2D38, SharedVariable_1_UnityEngine_Vector4__get_Value__MethodInfo); DO_APP_FUNC(0x010B1740, void, SharedVariable_1_UnityEngine_Vector4__set_Value, (SharedVariable_1_UnityEngine_Vector4_ * __this, Vector4 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB2C98, SharedVariable_1_UnityEngine_Vector4__set_Value__MethodInfo); DO_APP_FUNC(0x010BCF20, void, SimpleMenu_1_System_Object___ctor, (SimpleMenu_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010BCEB0, void, SimpleMenu_1_System_Object__Hide, (MethodInfo * method)); DO_APP_FUNC(0x010BCE50, void, SimpleMenu_1_System_Object__Show, (MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ObservableCollection_1_T_SimpleMonitor_System_Object___ctor, (ObservableCollection_1_T_SimpleMonitor_System_Object_ * __this, ObservableCollection_1_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x010BCF40, void, ObservableCollection_1_T_SimpleMonitor_System_Object__Dispose, (ObservableCollection_1_T_SimpleMonitor_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010BEDD0, void, Singleton_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x005F7720, void, Singleton_1_System_Object___ctor, (Singleton_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010BD530, void, Singleton_1_System_Object__Awake, (Singleton_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010BDF50, void, Singleton_1_System_Object__CreateInstance, (bool searchExistingGameObject, bool deleteExistingInstance, MethodInfo * method)); DO_APP_FUNC(0x010BEB10, void, Singleton_1_System_Object__DeleteInstance, (MethodInfo * method)); DO_APP_FUNC(0x010BDE80, void, Singleton_1_System_Object__OnApplicationQuit, (Singleton_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010BDC20, void, Singleton_1_System_Object__OnDestroy, (Singleton_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, Singleton_1_System_Object__get_DontDestroy, (Singleton_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010BCF60, Object *, Singleton_1_System_Object__get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, Singleton_1_System_Object__set_DontDestroy, (Singleton_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x010BD280, void, Singleton_1_System_Object__set_Instance, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x010BF380, void, Singleton_1_System_Object__1__cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Singleton_1_System_Object__1__ctor, (Singleton_1_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x010BEEF0, Object *, Singleton_1_System_Object__1_get_Instance, (MethodInfo * method)); DO_APP_FUNC(0x010BF710, void, SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ISendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * sender, ISession * session, EventQueue * events, Rooms * localRooms, String * playerName, CodecSettings codecSettings, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC0B8, SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor__MethodInfo); DO_APP_FUNC(0x010C1BA0, void, SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__IntroduceP2P, (SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, uint16_t id, BoltPeer connection, MethodInfo * method)); DO_APP_FUNC(0x010BFAE0, void, SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__OnAddedClient, (SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ClientInfo_1_System_Nullable_1_ * client, MethodInfo * method)); DO_APP_FUNC(0x010BFEE0, void, SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__OnClientEnteredRoom, (SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ClientInfo_1_System_Nullable_1_ * client, String * room, MethodInfo * method)); DO_APP_FUNC(0x010BFFB0, void, SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__OnClientExitedRoom, (SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ClientInfo_1_System_Nullable_1_ * client, String * room, MethodInfo * method)); DO_APP_FUNC(0x010BFDE0, void, SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__OnRemovedClient, (SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ClientInfo_1_System_Nullable_1_ * client, MethodInfo * method)); DO_APP_FUNC(0x010C0080, void, SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__ProcessRemoveClient, (SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, PacketReader * reader, MethodInfo * method)); DO_APP_FUNC(0x010C0190, void, SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__ReceiveHandshakeResponseBody, (SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, PacketReader * reader, MethodInfo * method)); DO_APP_FUNC(0x010C0DE0, void, SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__SendClientState, (SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C1740, void, SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__SendJoinRoom, (SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, String * room, MethodInfo * method)); DO_APP_FUNC(0x010C13F0, void, SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__SendLeaveRoom, (SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, String * room, MethodInfo * method)); DO_APP_FUNC(0x010C1A90, void, SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Stop, (SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C1CA0, bool, SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__TryIntroduceP2P, (SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, uint16_t id, BoltPeer connection, MethodInfo * method)); DO_APP_FUNC(0x010BF4D0, void, SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__add_OnClientIntroducedP2P, (SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_1_Dissonance_Networking_ClientInfo_1_ * value, MethodInfo * method)); DO_APP_FUNC(0x010BF5F0, void, SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer__remove_OnClientIntroducedP2P, (SlaveClientCollection_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, Action_1_Dissonance_Networking_ClientInfo_1_ * value, MethodInfo * method)); DO_APP_FUNC(0x010C1E40, void, SortedDictionary_2_System_Object_System_Char___ctor, (SortedDictionary_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C2210, void, SortedDictionary_2_System_Object_System_Char___ctor_1, (SortedDictionary_2_System_Object_System_Char_ * __this, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010C1E60, void, SortedDictionary_2_System_Object_System_Char___ctor_2, (SortedDictionary_2_System_Object_System_Char_ * __this, IDictionary_2_System_Object_System_Char_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010C1E80, void, SortedDictionary_2_System_Object_System_Char___ctor_3, (SortedDictionary_2_System_Object_System_Char_ * __this, IDictionary_2_System_Object_System_Char_ * dictionary, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBFD8, SortedDictionary_2_System_Object_System_Char___ctor_3__MethodInfo); DO_APP_FUNC(0x010C2DD0, void, SortedDictionary_2_System_Object_System_Char__Add, (SortedDictionary_2_System_Object_System_Char_ * __this, Object * key, uint16_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBFE0, SortedDictionary_2_System_Object_System_Char__Add__MethodInfo); DO_APP_FUNC(0x010C2EE0, void, SortedDictionary_2_System_Object_System_Char__Clear, (SortedDictionary_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C2F10, bool, SortedDictionary_2_System_Object_System_Char__ContainsKey, (SortedDictionary_2_System_Object_System_Char_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBFE8, SortedDictionary_2_System_Object_System_Char__ContainsKey__MethodInfo); DO_APP_FUNC(0x010C3010, bool, SortedDictionary_2_System_Object_System_Char__ContainsValue, (SortedDictionary_2_System_Object_System_Char_ * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x010C3260, void, SortedDictionary_2_System_Object_System_Char__CopyTo, (SortedDictionary_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010C3290, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Char_, SortedDictionary_2_System_Object_System_Char__GetEnumerator, (SortedDictionary_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C3F00, bool, SortedDictionary_2_System_Object_System_Char__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBFB8, SortedDictionary_2_System_Object_System_Char__IsCompatibleKey__MethodInfo); DO_APP_FUNC(0x010C3370, bool, SortedDictionary_2_System_Object_System_Char__Remove, (SortedDictionary_2_System_Object_System_Char_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBFA0, SortedDictionary_2_System_Object_System_Char__Remove__MethodInfo); DO_APP_FUNC(0x010C2330, void, SortedDictionary_2_System_Object_System_Char__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (SortedDictionary_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x010C2370, bool, SortedDictionary_2_System_Object_System_Char__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (SortedDictionary_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x010C2470, bool, SortedDictionary_2_System_Object_System_Char__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (SortedDictionary_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SortedDictionary_2_System_Object_System_Char__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (SortedDictionary_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C2C90, ICollection_1_System_Object_ *, SortedDictionary_2_System_Object_System_Char__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (SortedDictionary_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C2DA0, ICollection_1_System_Char_ *, SortedDictionary_2_System_Object_System_Char__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (SortedDictionary_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C32D0, IEnumerator_1_KeyValuePair_2_System_Object_System_Char_ *, SortedDictionary_2_System_Object_System_Char__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (SortedDictionary_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C2C90, IEnumerable_1_System_Object_ *, SortedDictionary_2_System_Object_System_Char__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (SortedDictionary_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C2DA0, IEnumerable_1_System_Char_ *, SortedDictionary_2_System_Object_System_Char__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (SortedDictionary_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C3600, void, SortedDictionary_2_System_Object_System_Char__System_Collections_ICollection_CopyTo, (SortedDictionary_2_System_Object_System_Char_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SortedDictionary_2_System_Object_System_Char__System_Collections_ICollection_get_IsSynchronized, (SortedDictionary_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C4140, Object *, SortedDictionary_2_System_Object_System_Char__System_Collections_ICollection_get_SyncRoot, (SortedDictionary_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C3AD0, void, SortedDictionary_2_System_Object_System_Char__System_Collections_IDictionary_Add, (SortedDictionary_2_System_Object_System_Char_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBFB0, SortedDictionary_2_System_Object_System_Char__System_Collections_IDictionary_Add__MethodInfo); DO_APP_FUNC(0x010C3E00, bool, SortedDictionary_2_System_Object_System_Char__System_Collections_IDictionary_Contains, (SortedDictionary_2_System_Object_System_Char_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x010C3FB0, IDictionaryEnumerator *, SortedDictionary_2_System_Object_System_Char__System_Collections_IDictionary_GetEnumerator, (SortedDictionary_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C4050, void, SortedDictionary_2_System_Object_System_Char__System_Collections_IDictionary_Remove, (SortedDictionary_2_System_Object_System_Char_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SortedDictionary_2_System_Object_System_Char__System_Collections_IDictionary_get_IsFixedSize, (SortedDictionary_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SortedDictionary_2_System_Object_System_Char__System_Collections_IDictionary_get_IsReadOnly, (SortedDictionary_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C3670, Object *, SortedDictionary_2_System_Object_System_Char__System_Collections_IDictionary_get_Item, (SortedDictionary_2_System_Object_System_Char_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x010C2C90, ICollection *, SortedDictionary_2_System_Object_System_Char__System_Collections_IDictionary_get_Keys, (SortedDictionary_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C2DA0, ICollection *, SortedDictionary_2_System_Object_System_Char__System_Collections_IDictionary_get_Values, (SortedDictionary_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C37A0, void, SortedDictionary_2_System_Object_System_Char__System_Collections_IDictionary_set_Item, (SortedDictionary_2_System_Object_System_Char_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBFC0, SortedDictionary_2_System_Object_System_Char__System_Collections_IDictionary_set_Item__MethodInfo); DO_APP_FUNC(0x010C32D0, IEnumerator *, SortedDictionary_2_System_Object_System_Char__System_Collections_IEnumerable_GetEnumerator, (SortedDictionary_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C34A0, bool, SortedDictionary_2_System_Object_System_Char__TryGetValue, (SortedDictionary_2_System_Object_System_Char_ * __this, Object * key, uint16_t * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBFA8, SortedDictionary_2_System_Object_System_Char__TryGetValue__MethodInfo); DO_APP_FUNC(0x010C2AD0, IComparer_1_System_Object_ *, SortedDictionary_2_System_Object_System_Char__get_Comparer, (SortedDictionary_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C2A80, int32_t, SortedDictionary_2_System_Object_System_Char__get_Count, (SortedDictionary_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C25B0, uint16_t, SortedDictionary_2_System_Object_System_Char__get_Item, (SortedDictionary_2_System_Object_System_Char_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBFD0, SortedDictionary_2_System_Object_System_Char__get_Item__MethodInfo); DO_APP_FUNC(0x010C2BB0, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Char_ *, SortedDictionary_2_System_Object_System_Char__get_Keys, (SortedDictionary_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C2CC0, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char_ *, SortedDictionary_2_System_Object_System_Char__get_Values, (SortedDictionary_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C2780, void, SortedDictionary_2_System_Object_System_Char__set_Item, (SortedDictionary_2_System_Object_System_Char_ * __this, Object * key, uint16_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBFF8, SortedDictionary_2_System_Object_System_Char__set_Item__MethodInfo); DO_APP_FUNC(0x010C1E40, void, SortedDictionary_2_System_Object_System_Object___ctor, (SortedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C2210, void, SortedDictionary_2_System_Object_System_Object___ctor_1, (SortedDictionary_2_System_Object_System_Object_ * __this, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010C1E60, void, SortedDictionary_2_System_Object_System_Object___ctor_2, (SortedDictionary_2_System_Object_System_Object_ * __this, IDictionary_2_System_Object_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010C4190, void, SortedDictionary_2_System_Object_System_Object___ctor_3, (SortedDictionary_2_System_Object_System_Object_ * __this, IDictionary_2_System_Object_System_Object_ * dictionary, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBF90, SortedDictionary_2_System_Object_System_Object___ctor_3__MethodInfo); DO_APP_FUNC(0x010C4B80, void, SortedDictionary_2_System_Object_System_Object__Add, (SortedDictionary_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBF88, SortedDictionary_2_System_Object_System_Object__Add__MethodInfo); DO_APP_FUNC(0x010C2EE0, void, SortedDictionary_2_System_Object_System_Object__Clear, (SortedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C4C50, bool, SortedDictionary_2_System_Object_System_Object__ContainsKey, (SortedDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBF58, SortedDictionary_2_System_Object_System_Object__ContainsKey__MethodInfo); DO_APP_FUNC(0x010C4D10, bool, SortedDictionary_2_System_Object_System_Object__ContainsValue, (SortedDictionary_2_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010C3260, void, SortedDictionary_2_System_Object_System_Object__CopyTo, (SortedDictionary_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010C3290, SortedDictionary_2_TKey_TValue_Enumerator_System_Object_System_Object_, SortedDictionary_2_System_Object_System_Object__GetEnumerator, (SortedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C59A0, bool, SortedDictionary_2_System_Object_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBF70, SortedDictionary_2_System_Object_System_Object__IsCompatibleKey__MethodInfo); DO_APP_FUNC(0x010C5000, bool, SortedDictionary_2_System_Object_System_Object__Remove, (SortedDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBF60, SortedDictionary_2_System_Object_System_Object__Remove__MethodInfo); DO_APP_FUNC(0x010C2330, void, SortedDictionary_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (SortedDictionary_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x010C4520, bool, SortedDictionary_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (SortedDictionary_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x010C4660, bool, SortedDictionary_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (SortedDictionary_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SortedDictionary_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (SortedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C2C90, ICollection_1_System_Object_ *, SortedDictionary_2_System_Object_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (SortedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C2DA0, ICollection_1_System_Object_ *, SortedDictionary_2_System_Object_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (SortedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C32D0, IEnumerator_1_KeyValuePair_2_System_Object_System_Object_ *, SortedDictionary_2_System_Object_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (SortedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C2C90, IEnumerable_1_System_Object_ *, SortedDictionary_2_System_Object_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (SortedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C2DA0, IEnumerable_1_System_Object_ *, SortedDictionary_2_System_Object_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (SortedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C5270, void, SortedDictionary_2_System_Object_System_Object__System_Collections_ICollection_CopyTo, (SortedDictionary_2_System_Object_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SortedDictionary_2_System_Object_System_Object__System_Collections_ICollection_get_IsSynchronized, (SortedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C5A50, Object *, SortedDictionary_2_System_Object_System_Object__System_Collections_ICollection_get_SyncRoot, (SortedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C56C0, void, SortedDictionary_2_System_Object_System_Object__System_Collections_IDictionary_Add, (SortedDictionary_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBF68, SortedDictionary_2_System_Object_System_Object__System_Collections_IDictionary_Add__MethodInfo); DO_APP_FUNC(0x010C3E00, bool, SortedDictionary_2_System_Object_System_Object__System_Collections_IDictionary_Contains, (SortedDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x010C3FB0, IDictionaryEnumerator *, SortedDictionary_2_System_Object_System_Object__System_Collections_IDictionary_GetEnumerator, (SortedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C4050, void, SortedDictionary_2_System_Object_System_Object__System_Collections_IDictionary_Remove, (SortedDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SortedDictionary_2_System_Object_System_Object__System_Collections_IDictionary_get_IsFixedSize, (SortedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SortedDictionary_2_System_Object_System_Object__System_Collections_IDictionary_get_IsReadOnly, (SortedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C52E0, Object *, SortedDictionary_2_System_Object_System_Object__System_Collections_IDictionary_get_Item, (SortedDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x010C2C90, ICollection *, SortedDictionary_2_System_Object_System_Object__System_Collections_IDictionary_get_Keys, (SortedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C2DA0, ICollection *, SortedDictionary_2_System_Object_System_Object__System_Collections_IDictionary_get_Values, (SortedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C53E0, void, SortedDictionary_2_System_Object_System_Object__System_Collections_IDictionary_set_Item, (SortedDictionary_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBF78, SortedDictionary_2_System_Object_System_Object__System_Collections_IDictionary_set_Item__MethodInfo); DO_APP_FUNC(0x010C32D0, IEnumerator *, SortedDictionary_2_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (SortedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C50F0, bool, SortedDictionary_2_System_Object_System_Object__TryGetValue, (SortedDictionary_2_System_Object_System_Object_ * __this, Object * key, Object * * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBF50, SortedDictionary_2_System_Object_System_Object__TryGetValue__MethodInfo); DO_APP_FUNC(0x010C2AD0, IComparer_1_System_Object_ *, SortedDictionary_2_System_Object_System_Object__get_Comparer, (SortedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C2A80, int32_t, SortedDictionary_2_System_Object_System_Object__get_Count, (SortedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C47B0, Object *, SortedDictionary_2_System_Object_System_Object__get_Item, (SortedDictionary_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBF98, SortedDictionary_2_System_Object_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x010C2BB0, SortedDictionary_2_TKey_TValue_KeyCollection_System_Object_System_Object_ *, SortedDictionary_2_System_Object_System_Object__get_Keys, (SortedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C2CC0, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ *, SortedDictionary_2_System_Object_System_Object__get_Values, (SortedDictionary_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C4950, void, SortedDictionary_2_System_Object_System_Object__set_Item, (SortedDictionary_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBF80, SortedDictionary_2_System_Object_System_Object__set_Item__MethodInfo); DO_APP_FUNC(0x010C1E40, void, SortedDictionary_2_System_UInt64_System_Object___ctor, (SortedDictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C2210, void, SortedDictionary_2_System_UInt64_System_Object___ctor_1, (SortedDictionary_2_System_UInt64_System_Object_ * __this, IComparer_1_System_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010C1E60, void, SortedDictionary_2_System_UInt64_System_Object___ctor_2, (SortedDictionary_2_System_UInt64_System_Object_ * __this, IDictionary_2_System_UInt64_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010C5AA0, void, SortedDictionary_2_System_UInt64_System_Object___ctor_3, (SortedDictionary_2_System_UInt64_System_Object_ * __this, IDictionary_2_System_UInt64_System_Object_ * dictionary, IComparer_1_System_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBF40, SortedDictionary_2_System_UInt64_System_Object___ctor_3__MethodInfo); DO_APP_FUNC(0x010C6210, void, SortedDictionary_2_System_UInt64_System_Object__Add, (SortedDictionary_2_System_UInt64_System_Object_ * __this, uint64_t key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010C2EE0, void, SortedDictionary_2_System_UInt64_System_Object__Clear, (SortedDictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C62B0, bool, SortedDictionary_2_System_UInt64_System_Object__ContainsKey, (SortedDictionary_2_System_UInt64_System_Object_ * __this, uint64_t key, MethodInfo * method)); DO_APP_FUNC(0x010C4D10, bool, SortedDictionary_2_System_UInt64_System_Object__ContainsValue, (SortedDictionary_2_System_UInt64_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010C3260, void, SortedDictionary_2_System_UInt64_System_Object__CopyTo, (SortedDictionary_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010C3290, SortedDictionary_2_TKey_TValue_Enumerator_System_UInt64_System_Object_, SortedDictionary_2_System_UInt64_System_Object__GetEnumerator, (SortedDictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C6D90, bool, SortedDictionary_2_System_UInt64_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBF30, SortedDictionary_2_System_UInt64_System_Object__IsCompatibleKey__MethodInfo); DO_APP_FUNC(0x010C6350, bool, SortedDictionary_2_System_UInt64_System_Object__Remove, (SortedDictionary_2_System_UInt64_System_Object_ * __this, uint64_t key, MethodInfo * method)); DO_APP_FUNC(0x010C2330, void, SortedDictionary_2_System_UInt64_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (SortedDictionary_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x010C4520, bool, SortedDictionary_2_System_UInt64_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (SortedDictionary_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x010C4660, bool, SortedDictionary_2_System_UInt64_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (SortedDictionary_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SortedDictionary_2_System_UInt64_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (SortedDictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C2C90, ICollection_1_System_UInt64_ *, SortedDictionary_2_System_UInt64_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (SortedDictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C2DA0, ICollection_1_System_Object_ *, SortedDictionary_2_System_UInt64_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (SortedDictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C32D0, IEnumerator_1_KeyValuePair_2_System_UInt64_System_Object_ *, SortedDictionary_2_System_UInt64_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (SortedDictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C2C90, IEnumerable_1_System_UInt64_ *, SortedDictionary_2_System_UInt64_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (SortedDictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C2DA0, IEnumerable_1_System_Object_ *, SortedDictionary_2_System_UInt64_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (SortedDictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C6570, void, SortedDictionary_2_System_UInt64_System_Object__System_Collections_ICollection_CopyTo, (SortedDictionary_2_System_UInt64_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SortedDictionary_2_System_UInt64_System_Object__System_Collections_ICollection_get_IsSynchronized, (SortedDictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C6F20, Object *, SortedDictionary_2_System_UInt64_System_Object__System_Collections_ICollection_get_SyncRoot, (SortedDictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C69B0, void, SortedDictionary_2_System_UInt64_System_Object__System_Collections_IDictionary_Add, (SortedDictionary_2_System_UInt64_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBF28, SortedDictionary_2_System_UInt64_System_Object__System_Collections_IDictionary_Add__MethodInfo); DO_APP_FUNC(0x010C6C90, bool, SortedDictionary_2_System_UInt64_System_Object__System_Collections_IDictionary_Contains, (SortedDictionary_2_System_UInt64_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x010C3FB0, IDictionaryEnumerator *, SortedDictionary_2_System_UInt64_System_Object__System_Collections_IDictionary_GetEnumerator, (SortedDictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C6E40, void, SortedDictionary_2_System_UInt64_System_Object__System_Collections_IDictionary_Remove, (SortedDictionary_2_System_UInt64_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SortedDictionary_2_System_UInt64_System_Object__System_Collections_IDictionary_get_IsFixedSize, (SortedDictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SortedDictionary_2_System_UInt64_System_Object__System_Collections_IDictionary_get_IsReadOnly, (SortedDictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C65E0, Object *, SortedDictionary_2_System_UInt64_System_Object__System_Collections_IDictionary_get_Item, (SortedDictionary_2_System_UInt64_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x010C2C90, ICollection *, SortedDictionary_2_System_UInt64_System_Object__System_Collections_IDictionary_get_Keys, (SortedDictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C2DA0, ICollection *, SortedDictionary_2_System_UInt64_System_Object__System_Collections_IDictionary_get_Values, (SortedDictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C66D0, void, SortedDictionary_2_System_UInt64_System_Object__System_Collections_IDictionary_set_Item, (SortedDictionary_2_System_UInt64_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBF38, SortedDictionary_2_System_UInt64_System_Object__System_Collections_IDictionary_set_Item__MethodInfo); DO_APP_FUNC(0x010C32D0, IEnumerator *, SortedDictionary_2_System_UInt64_System_Object__System_Collections_IEnumerable_GetEnumerator, (SortedDictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C6400, bool, SortedDictionary_2_System_UInt64_System_Object__TryGetValue, (SortedDictionary_2_System_UInt64_System_Object_ * __this, uint64_t key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x010C2AD0, IComparer_1_System_UInt64_ *, SortedDictionary_2_System_UInt64_System_Object__get_Comparer, (SortedDictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C2A80, int32_t, SortedDictionary_2_System_UInt64_System_Object__get_Count, (SortedDictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C5E30, Object *, SortedDictionary_2_System_UInt64_System_Object__get_Item, (SortedDictionary_2_System_UInt64_System_Object_ * __this, uint64_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBF48, SortedDictionary_2_System_UInt64_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x010C2BB0, SortedDictionary_2_TKey_TValue_KeyCollection_System_UInt64_System_Object_ *, SortedDictionary_2_System_UInt64_System_Object__get_Keys, (SortedDictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C2CC0, SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ *, SortedDictionary_2_System_UInt64_System_Object__get_Values, (SortedDictionary_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C5F90, void, SortedDictionary_2_System_UInt64_System_Object__set_Item, (SortedDictionary_2_System_UInt64_System_Object_ * __this, uint64_t key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010C6F70, void, SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Int32_System_ValueTuple_2___ctor, (SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Int32_System_ValueTuple_2_ * __this, SortedList_2_System_Int32_System_ValueTuple_2__4 * sortedList, MethodInfo * method)); DO_APP_FUNC(0x010C6FE0, void, SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Int32_System_ValueTuple_2__Dispose, (SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C6FF0, bool, SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Int32_System_ValueTuple_2__MoveNext, (SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBF00, SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Int32_System_ValueTuple_2__MoveNext__MethodInfo); DO_APP_FUNC(0x010C7230, void, SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Int32_System_ValueTuple_2__System_Collections_IEnumerator_Reset, (SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBF08, SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Int32_System_ValueTuple_2__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x010C7130, Object *, SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Int32_System_ValueTuple_2__System_Collections_IEnumerator_get_Current, (SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBF20, SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Int32_System_ValueTuple_2__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003CA7C0, int32_t, SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Int32_System_ValueTuple_2__get_Current, (SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C6F70, void, SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Object_System_Object___ctor, (SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Object_System_Object_ * __this, SortedList_2_System_Object_System_Object_ * sortedList, MethodInfo * method)); DO_APP_FUNC(0x010C72C0, void, SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Object_System_Object__Dispose, (SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C72D0, bool, SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Object_System_Object__MoveNext, (SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBF10, SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Object_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x010C7520, void, SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Object_System_Object__System_Collections_IEnumerator_Reset, (SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBED0, SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Object_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x010C7460, Object *, SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBEC8, SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Object_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003B93E0, Object *, SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Object_System_Object__get_Current, (SortedList_2_TKey_TValue_SortedListKeyEnumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C6F70, void, SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Int32_System_ValueTuple_2___ctor, (SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Int32_System_ValueTuple_2_ * __this, SortedList_2_System_Int32_System_ValueTuple_2__4 * sortedList, MethodInfo * method)); DO_APP_FUNC(0x010C75B0, void, SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Int32_System_ValueTuple_2__Dispose, (SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C75C0, bool, SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Int32_System_ValueTuple_2__MoveNext, (SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBEB8, SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Int32_System_ValueTuple_2__MoveNext__MethodInfo); DO_APP_FUNC(0x010C7860, void, SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Int32_System_ValueTuple_2__System_Collections_IEnumerator_Reset, (SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBEE8, SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Int32_System_ValueTuple_2__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x010C7760, Object *, SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Int32_System_ValueTuple_2__System_Collections_IEnumerator_get_Current, (SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBEC0, SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Int32_System_ValueTuple_2__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x01097D80, ValueTuple_2_Object_Int32_, SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Int32_System_ValueTuple_2__get_Current, (SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C6F70, void, SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Object_System_Object___ctor, (SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Object_System_Object_ * __this, SortedList_2_System_Object_System_Object_ * sortedList, MethodInfo * method)); DO_APP_FUNC(0x010C72C0, void, SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Object_System_Object__Dispose, (SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C78F0, bool, SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Object_System_Object__MoveNext, (SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBEF0, SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Object_System_Object__MoveNext__MethodInfo); DO_APP_FUNC(0x010C7B40, void, SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Object_System_Object__System_Collections_IEnumerator_Reset, (SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBEE0, SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Object_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x010C7A80, Object *, SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBED8, SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Object_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003B93E0, Object *, SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Object_System_Object__get_Current, (SortedList_2_TKey_TValue_SortedListValueEnumerator_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C7BD0, void, SortedList_2_System_Int32_System_ValueTuple_2__4__ctor, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010C7FB0, void, SortedList_2_System_Int32_System_ValueTuple_2__4__ctor_1, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, IComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010C80A0, void, SortedList_2_System_Int32_System_ValueTuple_2__4__ctor_2, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, IDictionary_2_System_Int32_System_ValueTuple_2__1 * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010C7D60, void, SortedList_2_System_Int32_System_ValueTuple_2__4__ctor_3, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBE90, SortedList_2_System_Int32_System_ValueTuple_2__4__ctor_3__MethodInfo); DO_APP_FUNC(0x010C80C0, void, SortedList_2_System_Int32_System_ValueTuple_2__4__ctor_4, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, IDictionary_2_System_Int32_System_ValueTuple_2__1 * dictionary, IComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBE98, SortedList_2_System_Int32_System_ValueTuple_2__4__ctor_4__MethodInfo); DO_APP_FUNC(0x010C8030, void, SortedList_2_System_Int32_System_ValueTuple_2__4__ctor_5, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, int32_t capacity, IComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010C84D0, void, SortedList_2_System_Int32_System_ValueTuple_2__4_Add, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, int32_t key, ValueTuple_2_Object_Int32_ value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBE88, SortedList_2_System_Int32_System_ValueTuple_2__4_Add__MethodInfo); DO_APP_FUNC(0x010C90A0, void, SortedList_2_System_Int32_System_ValueTuple_2__4_Clear, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010C91D0, bool, SortedList_2_System_Int32_System_ValueTuple_2__4_ContainsKey, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x010C9210, bool, SortedList_2_System_Int32_System_ValueTuple_2__4_ContainsValue, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, ValueTuple_2_Object_Int32_ value, MethodInfo * method)); DO_APP_FUNC(0x010C9D40, void, SortedList_2_System_Int32_System_ValueTuple_2__4_EnsureCapacity, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x010C9DA0, ValueTuple_2_Object_Int32_, SortedList_2_System_Int32_System_ValueTuple_2__4_GetByIndex, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBE38, SortedList_2_System_Int32_System_ValueTuple_2__4_GetByIndex__MethodInfo); DO_APP_FUNC(0x010C9EA0, IEnumerator_1_KeyValuePair_2_System_Int32_System_ValueTuple_2__3 *, SortedList_2_System_Int32_System_ValueTuple_2__4_GetEnumerator, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010CA0A0, int32_t, SortedList_2_System_Int32_System_ValueTuple_2__4_GetKey, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBE40, SortedList_2_System_Int32_System_ValueTuple_2__4_GetKey__MethodInfo); DO_APP_FUNC(0x010C8E30, SortedList_2_TKey_TValue_KeyList_System_Int32_System_ValueTuple_2__2 *, SortedList_2_System_Int32_System_ValueTuple_2__4_GetKeyListHelper, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010C8F10, SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2 *, SortedList_2_System_Int32_System_ValueTuple_2__4_GetValueListHelper, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010CA7E0, int32_t, SortedList_2_System_Int32_System_ValueTuple_2__4_IndexOfKey, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x010CA840, int32_t, SortedList_2_System_Int32_System_ValueTuple_2__4_IndexOfValue, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, ValueTuple_2_Object_Int32_ value, MethodInfo * method)); DO_APP_FUNC(0x010CA8A0, void, SortedList_2_System_Int32_System_ValueTuple_2__4_Insert, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, int32_t index, int32_t key, ValueTuple_2_Object_Int32_ value, MethodInfo * method)); DO_APP_FUNC(0x010CAE00, bool, SortedList_2_System_Int32_System_ValueTuple_2__4_IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBE50, SortedList_2_System_Int32_System_ValueTuple_2__4_IsCompatibleKey__MethodInfo); DO_APP_FUNC(0x010CAC60, bool, SortedList_2_System_Int32_System_ValueTuple_2__4_Remove, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC(0x010CAAC0, void, SortedList_2_System_Int32_System_ValueTuple_2__4_RemoveAt, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBE48, SortedList_2_System_Int32_System_ValueTuple_2__4_RemoveAt__MethodInfo); DO_APP_FUNC(0x010C8620, void, SortedList_2_System_Int32_System_ValueTuple_2__4_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, KeyValuePair_2_System_Int32_System_ValueTuple_2__3 keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x010C8660, bool, SortedList_2_System_Int32_System_ValueTuple_2__4_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, KeyValuePair_2_System_Int32_System_ValueTuple_2__3 keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x010C9260, void, SortedList_2_System_Int32_System_ValueTuple_2__4_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, KeyValuePair_2_System_Int32_System_ValueTuple_2__3__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBE60, SortedList_2_System_Int32_System_ValueTuple_2__4_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo__MethodInfo); DO_APP_FUNC(0x010C8750, bool, SortedList_2_System_Int32_System_ValueTuple_2__4_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, KeyValuePair_2_System_Int32_System_ValueTuple_2__3 keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SortedList_2_System_Int32_System_ValueTuple_2__4_System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010C8DD0, ICollection_1_System_Int32_ *, SortedList_2_System_Int32_System_ValueTuple_2__4_System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010C8E00, ICollection_1_System_ValueTuple_2__5 *, SortedList_2_System_Int32_System_ValueTuple_2__4_System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010C9EA0, IEnumerator_1_KeyValuePair_2_System_Int32_System_ValueTuple_2__3 *, SortedList_2_System_Int32_System_ValueTuple_2__4_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010C8DD0, IEnumerable_1_System_Int32_ *, SortedList_2_System_Int32_System_ValueTuple_2__4_System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010C8E00, IEnumerable_1_System_ValueTuple_2__5 *, SortedList_2_System_Int32_System_ValueTuple_2__4_System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010C95E0, void, SortedList_2_System_Int32_System_ValueTuple_2__4_System_Collections_ICollection_CopyTo, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBE70, SortedList_2_System_Int32_System_ValueTuple_2__4_System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, SortedList_2_System_Int32_System_ValueTuple_2__4_System_Collections_ICollection_get_IsSynchronized, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010C8FF0, Object *, SortedList_2_System_Int32_System_ValueTuple_2__4_System_Collections_ICollection_get_SyncRoot, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010C8A60, void, SortedList_2_System_Int32_System_ValueTuple_2__4_System_Collections_IDictionary_Add, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBEA0, SortedList_2_System_Int32_System_ValueTuple_2__4_System_Collections_IDictionary_Add__MethodInfo); DO_APP_FUNC(0x010C90D0, bool, SortedList_2_System_Int32_System_ValueTuple_2__4_System_Collections_IDictionary_Contains, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x010C9FA0, IDictionaryEnumerator *, SortedList_2_System_Int32_System_ValueTuple_2__4_System_Collections_IDictionary_GetEnumerator, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010CACD0, void, SortedList_2_System_Int32_System_ValueTuple_2__4_System_Collections_IDictionary_Remove, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SortedList_2_System_Int32_System_ValueTuple_2__4_System_Collections_IDictionary_get_IsFixedSize, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SortedList_2_System_Int32_System_ValueTuple_2__4_System_Collections_IDictionary_get_IsReadOnly, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010CA3E0, Object *, SortedList_2_System_Int32_System_ValueTuple_2__4_System_Collections_IDictionary_get_Item, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x010C8DD0, ICollection *, SortedList_2_System_Int32_System_ValueTuple_2__4_System_Collections_IDictionary_get_Keys, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010C8E00, ICollection *, SortedList_2_System_Int32_System_ValueTuple_2__4_System_Collections_IDictionary_get_Values, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010CA530, void, SortedList_2_System_Int32_System_ValueTuple_2__4_System_Collections_IDictionary_set_Item, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBE58, SortedList_2_System_Int32_System_ValueTuple_2__4_System_Collections_IDictionary_set_Item__MethodInfo); DO_APP_FUNC(0x010C9EA0, IEnumerator *, SortedList_2_System_Int32_System_ValueTuple_2__4_System_Collections_IEnumerable_GetEnumerator, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010CADB0, void, SortedList_2_System_Int32_System_ValueTuple_2__4_TrimExcess, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010CAA00, bool, SortedList_2_System_Int32_System_ValueTuple_2__4_TryGetValue, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, int32_t key, ValueTuple_2_Object_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, SortedList_2_System_Int32_System_ValueTuple_2__4_get_Capacity, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, IComparer_1_System_Int32_ *, SortedList_2_System_Int32_System_ValueTuple_2__4_get_Comparer, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, SortedList_2_System_Int32_System_ValueTuple_2__4_get_Count, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010CA190, ValueTuple_2_Object_Int32_, SortedList_2_System_Int32_System_ValueTuple_2__4_get_Item, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, int32_t key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBE30, SortedList_2_System_Int32_System_ValueTuple_2__4_get_Item__MethodInfo); DO_APP_FUNC(0x010C8DD0, IList_1_System_Int32_ *, SortedList_2_System_Int32_System_ValueTuple_2__4_get_Keys, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010C8E00, IList_1_System_ValueTuple_2__7 *, SortedList_2_System_Int32_System_ValueTuple_2__4_get_Values, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, MethodInfo * method)); DO_APP_FUNC(0x010C8860, void, SortedList_2_System_Int32_System_ValueTuple_2__4_set_Capacity, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBEB0, SortedList_2_System_Int32_System_ValueTuple_2__4_set_Capacity__MethodInfo); DO_APP_FUNC(0x010CA2B0, void, SortedList_2_System_Int32_System_ValueTuple_2__4_set_Item, (SortedList_2_System_Int32_System_ValueTuple_2__4 * __this, int32_t key, ValueTuple_2_Object_Int32_ value, MethodInfo * method)); DO_APP_FUNC(0x010C7BD0, void, SortedList_2_System_Object_System_Object___ctor, (SortedList_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C7FB0, void, SortedList_2_System_Object_System_Object___ctor_1, (SortedList_2_System_Object_System_Object_ * __this, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010C80A0, void, SortedList_2_System_Object_System_Object___ctor_2, (SortedList_2_System_Object_System_Object_ * __this, IDictionary_2_System_Object_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x010CAEB0, void, SortedList_2_System_Object_System_Object___ctor_3, (SortedList_2_System_Object_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBE10, SortedList_2_System_Object_System_Object___ctor_3__MethodInfo); DO_APP_FUNC(0x010CB100, void, SortedList_2_System_Object_System_Object___ctor_4, (SortedList_2_System_Object_System_Object_ * __this, IDictionary_2_System_Object_System_Object_ * dictionary, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBE18, SortedList_2_System_Object_System_Object___ctor_4__MethodInfo); DO_APP_FUNC(0x010C8030, void, SortedList_2_System_Object_System_Object___ctor_5, (SortedList_2_System_Object_System_Object_ * __this, int32_t capacity, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010CB480, void, SortedList_2_System_Object_System_Object__Add, (SortedList_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBE00, SortedList_2_System_Object_System_Object__Add__MethodInfo); DO_APP_FUNC(0x010CBDD0, void, SortedList_2_System_Object_System_Object__Clear, (SortedList_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C91D0, bool, SortedList_2_System_Object_System_Object__ContainsKey, (SortedList_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x010CBF10, bool, SortedList_2_System_Object_System_Object__ContainsValue, (SortedList_2_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010C9D40, void, SortedList_2_System_Object_System_Object__EnsureCapacity, (SortedList_2_System_Object_System_Object_ * __this, int32_t min, MethodInfo * method)); DO_APP_FUNC(0x010CC900, Object *, SortedList_2_System_Object_System_Object__GetByIndex, (SortedList_2_System_Object_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBDD8, SortedList_2_System_Object_System_Object__GetByIndex__MethodInfo); DO_APP_FUNC(0x010CC9F0, IEnumerator_1_KeyValuePair_2_System_Object_System_Object_ *, SortedList_2_System_Object_System_Object__GetEnumerator, (SortedList_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010CCBD0, Object *, SortedList_2_System_Object_System_Object__GetKey, (SortedList_2_System_Object_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBDF0, SortedList_2_System_Object_System_Object__GetKey__MethodInfo); DO_APP_FUNC(0x010C8E30, SortedList_2_TKey_TValue_KeyList_System_Object_System_Object_ *, SortedList_2_System_Object_System_Object__GetKeyListHelper, (SortedList_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C8F10, SortedList_2_TKey_TValue_ValueList_System_Object_System_Object_ *, SortedList_2_System_Object_System_Object__GetValueListHelper, (SortedList_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010CD230, int32_t, SortedList_2_System_Object_System_Object__IndexOfKey, (SortedList_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBDC0, SortedList_2_System_Object_System_Object__IndexOfKey__MethodInfo); DO_APP_FUNC(0x010CD2F0, int32_t, SortedList_2_System_Object_System_Object__IndexOfValue, (SortedList_2_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010CD340, void, SortedList_2_System_Object_System_Object__Insert, (SortedList_2_System_Object_System_Object_ * __this, int32_t index, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010CD720, bool, SortedList_2_System_Object_System_Object__IsCompatibleKey, (Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBDB0, SortedList_2_System_Object_System_Object__IsCompatibleKey__MethodInfo); DO_APP_FUNC(0x010CAC60, bool, SortedList_2_System_Object_System_Object__Remove, (SortedList_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x010CD4E0, void, SortedList_2_System_Object_System_Object__RemoveAt, (SortedList_2_System_Object_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBDC8, SortedList_2_System_Object_System_Object__RemoveAt__MethodInfo); DO_APP_FUNC(0x010CB600, void, SortedList_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Add, (SortedList_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x010CB620, bool, SortedList_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Contains, (SortedList_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x010CBF50, void, SortedList_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo, (SortedList_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBE20, SortedList_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___CopyTo__MethodInfo); DO_APP_FUNC(0x010CB6F0, bool, SortedList_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___Remove, (SortedList_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ keyValuePair, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SortedList_2_System_Object_System_Object__System_Collections_Generic_ICollection_System_Collections_Generic_KeyValuePair_TKey_TValue___get_IsReadOnly, (SortedList_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C8DD0, ICollection_1_System_Object_ *, SortedList_2_System_Object_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Keys, (SortedList_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C8E00, ICollection_1_System_Object_ *, SortedList_2_System_Object_System_Object__System_Collections_Generic_IDictionary_TKey_TValue__get_Values, (SortedList_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010CC9F0, IEnumerator_1_KeyValuePair_2_System_Object_System_Object_ *, SortedList_2_System_Object_System_Object__System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_TKey_TValue___GetEnumerator, (SortedList_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C8DD0, IEnumerable_1_System_Object_ *, SortedList_2_System_Object_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Keys, (SortedList_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C8E00, IEnumerable_1_System_Object_ *, SortedList_2_System_Object_System_Object__System_Collections_Generic_IReadOnlyDictionary_TKey_TValue__get_Values, (SortedList_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010CC260, void, SortedList_2_System_Object_System_Object__System_Collections_ICollection_CopyTo, (SortedList_2_System_Object_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBDD0, SortedList_2_System_Object_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, SortedList_2_System_Object_System_Object__System_Collections_ICollection_get_IsSynchronized, (SortedList_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010CBD20, Object *, SortedList_2_System_Object_System_Object__System_Collections_ICollection_get_SyncRoot, (SortedList_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010CB9E0, void, SortedList_2_System_Object_System_Object__System_Collections_IDictionary_Add, (SortedList_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBE28, SortedList_2_System_Object_System_Object__System_Collections_IDictionary_Add__MethodInfo); DO_APP_FUNC(0x010CBE10, bool, SortedList_2_System_Object_System_Object__System_Collections_IDictionary_Contains, (SortedList_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x010CCAE0, IDictionaryEnumerator *, SortedList_2_System_Object_System_Object__System_Collections_IDictionary_GetEnumerator, (SortedList_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010CD630, void, SortedList_2_System_Object_System_Object__System_Collections_IDictionary_Remove, (SortedList_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SortedList_2_System_Object_System_Object__System_Collections_IDictionary_get_IsFixedSize, (SortedList_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SortedList_2_System_Object_System_Object__System_Collections_IDictionary_get_IsReadOnly, (SortedList_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010CCED0, Object *, SortedList_2_System_Object_System_Object__System_Collections_IDictionary_get_Item, (SortedList_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x010C8DD0, ICollection *, SortedList_2_System_Object_System_Object__System_Collections_IDictionary_get_Keys, (SortedList_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C8E00, ICollection *, SortedList_2_System_Object_System_Object__System_Collections_IDictionary_get_Values, (SortedList_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010CCFE0, void, SortedList_2_System_Object_System_Object__System_Collections_IDictionary_set_Item, (SortedList_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBDE8, SortedList_2_System_Object_System_Object__System_Collections_IDictionary_set_Item__MethodInfo); DO_APP_FUNC(0x010CC9F0, IEnumerator *, SortedList_2_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (SortedList_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010CADB0, void, SortedList_2_System_Object_System_Object__TrimExcess, (SortedList_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010CD430, bool, SortedList_2_System_Object_System_Object__TryGetValue, (SortedList_2_System_Object_System_Object_ * __this, Object * key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, SortedList_2_System_Object_System_Object__get_Capacity, (SortedList_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, IComparer_1_System_Object_ *, SortedList_2_System_Object_System_Object__get_Comparer, (SortedList_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, SortedList_2_System_Object_System_Object__get_Count, (SortedList_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010CCCC0, Object *, SortedList_2_System_Object_System_Object__get_Item, (SortedList_2_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBDF8, SortedList_2_System_Object_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x010C8DD0, IList_1_System_Object_ *, SortedList_2_System_Object_System_Object__get_Keys, (SortedList_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010C8E00, IList_1_System_Object_ *, SortedList_2_System_Object_System_Object__get_Values, (SortedList_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010CB7E0, void, SortedList_2_System_Object_System_Object__set_Capacity, (SortedList_2_System_Object_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBE08, SortedList_2_System_Object_System_Object__set_Capacity__MethodInfo); DO_APP_FUNC(0x010CCDA0, void, SortedList_2_System_Object_System_Object__set_Item, (SortedList_2_System_Object_System_Object_ * __this, Object * key, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBDE0, SortedList_2_System_Object_System_Object__set_Item__MethodInfo); DO_APP_FUNC(0x010CD7D0, void, SortedSetEqualityComparer_1_KeyValuePair_2_System_Object_System_Char___ctor, (SortedSetEqualityComparer_1_KeyValuePair_2_System_Object_System_Char_ * __this, IEqualityComparer_1_KeyValuePair_2_System_Object_System_Char_ * memberEqualityComparer, MethodInfo * method)); DO_APP_FUNC(0x010CD7F0, void, SortedSetEqualityComparer_1_KeyValuePair_2_System_Object_System_Char___ctor_1, (SortedSetEqualityComparer_1_KeyValuePair_2_System_Object_System_Char_ * __this, IComparer_1_KeyValuePair_2_System_Object_System_Char_ * comparer, IEqualityComparer_1_KeyValuePair_2_System_Object_System_Char_ * memberEqualityComparer, MethodInfo * method)); DO_APP_FUNC(0x010CDCB0, bool, SortedSetEqualityComparer_1_KeyValuePair_2_System_Object_System_Char__Equals, (SortedSetEqualityComparer_1_KeyValuePair_2_System_Object_System_Char_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x010CD940, bool, SortedSetEqualityComparer_1_KeyValuePair_2_System_Object_System_Char__Equals_1, (SortedSetEqualityComparer_1_KeyValuePair_2_System_Object_System_Char_ * __this, SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * x, SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * y, MethodInfo * method)); DO_APP_FUNC(0x010CDD20, int32_t, SortedSetEqualityComparer_1_KeyValuePair_2_System_Object_System_Char__GetHashCode, (SortedSetEqualityComparer_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010CD980, int32_t, SortedSetEqualityComparer_1_KeyValuePair_2_System_Object_System_Char__GetHashCode_1, (SortedSetEqualityComparer_1_KeyValuePair_2_System_Object_System_Char_ * __this, SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * obj, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, SortedSetEqualityComparer_1_KeyValuePair_2_System_Object_System_Object___ctor, (SortedSetEqualityComparer_1_KeyValuePair_2_System_Object_System_Object_ * __this, IEqualityComparer_1_KeyValuePair_2_System_Object_System_Object_ * memberEqualityComparer, MethodInfo * method)); DO_APP_FUNC(0x010CD7F0, void, SortedSetEqualityComparer_1_KeyValuePair_2_System_Object_System_Object___ctor_1, (SortedSetEqualityComparer_1_KeyValuePair_2_System_Object_System_Object_ * __this, IComparer_1_KeyValuePair_2_System_Object_System_Object_ * comparer, IEqualityComparer_1_KeyValuePair_2_System_Object_System_Object_ * memberEqualityComparer, MethodInfo * method)); DO_APP_FUNC(0x010CDCB0, bool, SortedSetEqualityComparer_1_KeyValuePair_2_System_Object_System_Object__Equals, (SortedSetEqualityComparer_1_KeyValuePair_2_System_Object_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x010CD940, bool, SortedSetEqualityComparer_1_KeyValuePair_2_System_Object_System_Object__Equals_1, (SortedSetEqualityComparer_1_KeyValuePair_2_System_Object_System_Object_ * __this, SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * x, SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * y, MethodInfo * method)); DO_APP_FUNC(0x010CDD20, int32_t, SortedSetEqualityComparer_1_KeyValuePair_2_System_Object_System_Object__GetHashCode, (SortedSetEqualityComparer_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010CDD80, int32_t, SortedSetEqualityComparer_1_KeyValuePair_2_System_Object_System_Object__GetHashCode_1, (SortedSetEqualityComparer_1_KeyValuePair_2_System_Object_System_Object_ * __this, SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * obj, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, SortedSetEqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object___ctor, (SortedSetEqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, IEqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * memberEqualityComparer, MethodInfo * method)); DO_APP_FUNC(0x010CD7F0, void, SortedSetEqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object___ctor_1, (SortedSetEqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, IComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * comparer, IEqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * memberEqualityComparer, MethodInfo * method)); DO_APP_FUNC(0x010CDCB0, bool, SortedSetEqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object__Equals, (SortedSetEqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x010CD940, bool, SortedSetEqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object__Equals_1, (SortedSetEqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * x, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * y, MethodInfo * method)); DO_APP_FUNC(0x010CDD20, int32_t, SortedSetEqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object__GetHashCode, (SortedSetEqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010CE0B0, int32_t, SortedSetEqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object__GetHashCode_1, (SortedSetEqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * obj, MethodInfo * method)); DO_APP_FUNC(0x010CD7D0, void, SortedSetEqualityComparer_1_System_Object___ctor, (SortedSetEqualityComparer_1_System_Object_ * __this, IEqualityComparer_1_System_Object_ * memberEqualityComparer, MethodInfo * method)); DO_APP_FUNC(0x010CD7F0, void, SortedSetEqualityComparer_1_System_Object___ctor_1, (SortedSetEqualityComparer_1_System_Object_ * __this, IComparer_1_System_Object_ * comparer, IEqualityComparer_1_System_Object_ * memberEqualityComparer, MethodInfo * method)); DO_APP_FUNC(0x010CDCB0, bool, SortedSetEqualityComparer_1_System_Object__Equals, (SortedSetEqualityComparer_1_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x010CD940, bool, SortedSetEqualityComparer_1_System_Object__Equals_1, (SortedSetEqualityComparer_1_System_Object_ * __this, SortedSet_1_System_Object_ * x, SortedSet_1_System_Object_ * y, MethodInfo * method)); DO_APP_FUNC(0x010CDD20, int32_t, SortedSetEqualityComparer_1_System_Object__GetHashCode, (SortedSetEqualityComparer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010CE3E0, int32_t, SortedSetEqualityComparer_1_System_Object__GetHashCode_1, (SortedSetEqualityComparer_1_System_Object_ * __this, SortedSet_1_System_Object_ * obj, MethodInfo * method)); DO_APP_FUNC(0x010CE6F0, void, SortedSet_1_KeyValuePair_2_System_Object_System_Char___ctor, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010CE770, void, SortedSet_1_KeyValuePair_2_System_Object_System_Char___ctor_1, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, IComparer_1_KeyValuePair_2_System_Object_System_Char_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010CE800, void, SortedSet_1_KeyValuePair_2_System_Object_System_Char___ctor_2, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Char_ * collection, MethodInfo * method)); DO_APP_FUNC(0x010CE870, void, SortedSet_1_KeyValuePair_2_System_Object_System_Char___ctor_3, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Char_ * collection, IComparer_1_KeyValuePair_2_System_Object_System_Char_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBDB8, SortedSet_1_KeyValuePair_2_System_Object_System_Char___ctor_3__MethodInfo); DO_APP_FUNC(0x00422A70, void, SortedSet_1_KeyValuePair_2_System_Object_System_Char___ctor_4, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x010CFC30, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Char__Add, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ item, MethodInfo * method)); DO_APP_FUNC(0x010CECE0, void, SortedSet_1_KeyValuePair_2_System_Object_System_Char__AddAllElements, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Char_ * collection, MethodInfo * method)); DO_APP_FUNC(0x010CFC90, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Char__AddIfNotPresent, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ item, MethodInfo * method)); DO_APP_FUNC(0x010CF8D0, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Char__BreadthFirstTreeWalk, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, TreeWalkPredicate_1_KeyValuePair_2_System_Object_System_Char_ * action, MethodInfo * method)); DO_APP_FUNC(0x010D80F0, SortedSet_1_T_ElementCount_KeyValuePair_2_System_Object_System_Char_, SortedSet_1_KeyValuePair_2_System_Object_System_Char__CheckUniqueAndUnfoundElements, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Char_ * other, bool returnIfUnfound, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBD40, SortedSet_1_KeyValuePair_2_System_Object_System_Char__CheckUniqueAndUnfoundElements__MethodInfo); DO_APP_FUNC(0x010D07B0, void, SortedSet_1_KeyValuePair_2_System_Object_System_Char__Clear, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010D3550, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ *, SortedSet_1_KeyValuePair_2_System_Object_System_Char__ConstructRootFromSortedArray, (KeyValuePair_2_System_Object_System_Char___Array * arr, int32_t startIndex, int32_t endIndex, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * redNode, MethodInfo * method)); DO_APP_FUNC(0x010D0810, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Char__Contains, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ item, MethodInfo * method)); DO_APP_FUNC(0x010CF3E0, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Char__ContainsAllElements, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Char_ * collection, MethodInfo * method)); DO_APP_FUNC(0x010D0840, void, SortedSet_1_KeyValuePair_2_System_Object_System_Char__CopyTo, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char___Array * array, MethodInfo * method)); DO_APP_FUNC(0x010D08C0, void, SortedSet_1_KeyValuePair_2_System_Object_System_Char__CopyTo_1, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010D0950, void, SortedSet_1_KeyValuePair_2_System_Object_System_Char__CopyTo_2, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char___Array * array, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBDA8, SortedSet_1_KeyValuePair_2_System_Object_System_Char__CopyTo_2__MethodInfo); DO_APP_FUNC(0x010D1ED0, IEqualityComparer_1_SortedSet_1_KeyValuePair_2_System_Object_System_Char_ *, SortedSet_1_KeyValuePair_2_System_Object_System_Char__CreateSetComparer, (MethodInfo * method)); DO_APP_FUNC(0x010D1F40, IEqualityComparer_1_SortedSet_1_KeyValuePair_2_System_Object_System_Char_ *, SortedSet_1_KeyValuePair_2_System_Object_System_Char__CreateSetComparer_1, (IEqualityComparer_1_KeyValuePair_2_System_Object_System_Char_ * memberEqualityComparer, MethodInfo * method)); DO_APP_FUNC(0x010D01A0, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Char__DoRemove, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ item, MethodInfo * method)); DO_APP_FUNC(0x010D5120, void, SortedSet_1_KeyValuePair_2_System_Object_System_Char__ExceptWith, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Char_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBD90, SortedSet_1_KeyValuePair_2_System_Object_System_Char__ExceptWith__MethodInfo); DO_APP_FUNC(0x010D17E0, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ *, SortedSet_1_KeyValuePair_2_System_Object_System_Char__FindNode, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ item, MethodInfo * method)); DO_APP_FUNC(0x010D1B60, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ *, SortedSet_1_KeyValuePair_2_System_Object_System_Char__FindRange, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ from, KeyValuePair_2_System_Object_System_Char_ to, MethodInfo * method)); DO_APP_FUNC(0x010D1BC0, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ *, SortedSet_1_KeyValuePair_2_System_Object_System_Char__FindRange_1, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ from, KeyValuePair_2_System_Object_System_Char_ to, bool lowerBoundActive, bool upperBoundActive, MethodInfo * method)); DO_APP_FUNC(0x010D11D0, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Char_, SortedSet_1_KeyValuePair_2_System_Object_System_Char__GetEnumerator, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010D8F00, void, SortedSet_1_KeyValuePair_2_System_Object_System_Char__GetObjectData, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBCE8, SortedSet_1_KeyValuePair_2_System_Object_System_Char__GetObjectData__MethodInfo); DO_APP_FUNC(0x010D8CB0, SortedSet_1_KeyValuePair_2_System_Object_System_Char_ *, SortedSet_1_KeyValuePair_2_System_Object_System_Char__GetViewBetween, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ lowerValue, KeyValuePair_2_System_Object_System_Char_ upperValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBD08, SortedSet_1_KeyValuePair_2_System_Object_System_Char__GetViewBetween__MethodInfo); DO_APP_FUNC(0x010D2860, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Char__HasEqualComparer, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * other, MethodInfo * method)); DO_APP_FUNC(0x010CF610, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Char__InOrderTreeWalk, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, TreeWalkPredicate_1_KeyValuePair_2_System_Object_System_Char_ * action, MethodInfo * method)); DO_APP_FUNC(0x010D12A0, void, SortedSet_1_KeyValuePair_2_System_Object_System_Char__InsertionBalance, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * current, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * * parent, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * grandParent, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * greatGrandParent, MethodInfo * method)); DO_APP_FUNC(0x010D19A0, int32_t, SortedSet_1_KeyValuePair_2_System_Object_System_Char__InternalIndexOf, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ item, MethodInfo * method)); DO_APP_FUNC(0x010D40F0, void, SortedSet_1_KeyValuePair_2_System_Object_System_Char__IntersectWith, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Char_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBD88, SortedSet_1_KeyValuePair_2_System_Object_System_Char__IntersectWith__MethodInfo); DO_APP_FUNC(0x010D4BB0, void, SortedSet_1_KeyValuePair_2_System_Object_System_Char__IntersectWithEnumerable, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Char_ * other, MethodInfo * method)); DO_APP_FUNC(0x010D6630, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Char__IsProperSubsetOf, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Char_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBD68, SortedSet_1_KeyValuePair_2_System_Object_System_Char__IsProperSubsetOf__MethodInfo); DO_APP_FUNC(0x010D6E80, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Char__IsProperSupersetOf, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Char_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBD58, SortedSet_1_KeyValuePair_2_System_Object_System_Char__IsProperSupersetOf__MethodInfo); DO_APP_FUNC(0x010D6080, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Char__IsSubsetOf, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Char_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBD70, SortedSet_1_KeyValuePair_2_System_Object_System_Char__IsSubsetOf__MethodInfo); DO_APP_FUNC(0x010D62C0, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Char__IsSubsetOfSortedSetWithSameComparer, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * asSorted, MethodInfo * method)); DO_APP_FUNC(0x010D68F0, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Char__IsSupersetOf, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Char_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBD78, SortedSet_1_KeyValuePair_2_System_Object_System_Char__IsSupersetOf__MethodInfo); DO_APP_FUNC(0x00418D30, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Char__IsWithinRange, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ item, MethodInfo * method)); DO_APP_FUNC(0x010D9830, int32_t, SortedSet_1_KeyValuePair_2_System_Object_System_Char__Log2, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x010D92C0, void, SortedSet_1_KeyValuePair_2_System_Object_System_Char__OnDeserialization, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBCC0, SortedSet_1_KeyValuePair_2_System_Object_System_Char__OnDeserialization__MethodInfo); DO_APP_FUNC(0x010D7A60, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Char__Overlaps, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Char_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBD60, SortedSet_1_KeyValuePair_2_System_Object_System_Char__Overlaps__MethodInfo); DO_APP_FUNC(0x010D0170, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Char__Remove, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ item, MethodInfo * method)); DO_APP_FUNC(0x010CEF50, void, SortedSet_1_KeyValuePair_2_System_Object_System_Char__RemoveAllElements, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Char_ * collection, MethodInfo * method)); DO_APP_FUNC(0x010D8630, int32_t, SortedSet_1_KeyValuePair_2_System_Object_System_Char__RemoveWhere, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBD48, SortedSet_1_KeyValuePair_2_System_Object_System_Char__RemoveWhere__MethodInfo); DO_APP_FUNC(0x010D14D0, void, SortedSet_1_KeyValuePair_2_System_Object_System_Char__ReplaceChildOrRoot, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * parent, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * child, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * newChild, MethodInfo * method)); DO_APP_FUNC(0x010D1570, void, SortedSet_1_KeyValuePair_2_System_Object_System_Char__ReplaceNode, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * match, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * parentOfMatch, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * successor, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * parentOfSuccessor, MethodInfo * method)); DO_APP_FUNC(0x010D8BE0, IEnumerable_1_KeyValuePair_2_System_Object_System_Char_ *, SortedSet_1_KeyValuePair_2_System_Object_System_Char__Reverse, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010D74A0, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Char__SetEquals, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Char_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBD50, SortedSet_1_KeyValuePair_2_System_Object_System_Char__SetEquals__MethodInfo); DO_APP_FUNC(0x010D2010, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Char__SortedSetEquals, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * set1, SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * set2, IComparer_1_KeyValuePair_2_System_Object_System_Char_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010D5930, void, SortedSet_1_KeyValuePair_2_System_Object_System_Char__SymmetricExceptWith, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Char_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBD98, SortedSet_1_KeyValuePair_2_System_Object_System_Char__SymmetricExceptWith__MethodInfo); DO_APP_FUNC(0x010D5B90, void, SortedSet_1_KeyValuePair_2_System_Object_System_Char__SymmetricExceptWithSameComparer, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * other, MethodInfo * method)); DO_APP_FUNC(0x010D5E80, void, SortedSet_1_KeyValuePair_2_System_Object_System_Char__SymmetricExceptWithSameComparer_1, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char___Array * other, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x010CFC60, void, SortedSet_1_KeyValuePair_2_System_Object_System_Char__System_Collections_Generic_ICollection_T__Add, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Char__System_Collections_Generic_ICollection_T__get_IsReadOnly, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010D1210, IEnumerator_1_KeyValuePair_2_System_Object_System_Char_ *, SortedSet_1_KeyValuePair_2_System_Object_System_Char__System_Collections_Generic_IEnumerable_T__GetEnumerator, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010D0C90, void, SortedSet_1_KeyValuePair_2_System_Object_System_Char__System_Collections_ICollection_CopyTo, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBDA0, SortedSet_1_KeyValuePair_2_System_Object_System_Char__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Char__System_Collections_ICollection_get_IsSynchronized, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010CFB80, Object *, SortedSet_1_KeyValuePair_2_System_Object_System_Char__System_Collections_ICollection_get_SyncRoot, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010D1210, IEnumerator *, SortedSet_1_KeyValuePair_2_System_Object_System_Char__System_Collections_IEnumerable_GetEnumerator, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01013480, void, SortedSet_1_KeyValuePair_2_System_Object_System_Char__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x010D8ED0, void, SortedSet_1_KeyValuePair_2_System_Object_System_Char__System_Runtime_Serialization_ISerializable_GetObjectData, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x010D9760, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Char__TryGetValue, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ equalValue, KeyValuePair_2_System_Object_System_Char_ * actualValue, MethodInfo * method)); DO_APP_FUNC(0x010D2990, void, SortedSet_1_KeyValuePair_2_System_Object_System_Char__UnionWith, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Char_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBD80, SortedSet_1_KeyValuePair_2_System_Object_System_Char__UnionWith__MethodInfo); DO_APP_FUNC(0x010D1EC0, void, SortedSet_1_KeyValuePair_2_System_Object_System_Char__UpdateVersion, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedSet_1_KeyValuePair_2_System_Object_System_Char__VersionCheck, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IComparer_1_KeyValuePair_2_System_Object_System_Char_ *, SortedSet_1_KeyValuePair_2_System_Object_System_Char__get_Comparer, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010CFB50, int32_t, SortedSet_1_KeyValuePair_2_System_Object_System_Char__get_Count, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010D8AB0, KeyValuePair_2_System_Object_System_Char_, SortedSet_1_KeyValuePair_2_System_Object_System_Char__get_Max, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010D8AE0, KeyValuePair_2_System_Object_System_Char_, SortedSet_1_KeyValuePair_2_System_Object_System_Char__get_MaxInternal, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010D8980, KeyValuePair_2_System_Object_System_Char_, SortedSet_1_KeyValuePair_2_System_Object_System_Char__get_Min, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010D89B0, KeyValuePair_2_System_Object_System_Char_, SortedSet_1_KeyValuePair_2_System_Object_System_Char__get_MinInternal, (SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010CE6F0, void, SortedSet_1_KeyValuePair_2_System_Object_System_Object___ctor, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010CE770, void, SortedSet_1_KeyValuePair_2_System_Object_System_Object___ctor_1, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, IComparer_1_KeyValuePair_2_System_Object_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010CE800, void, SortedSet_1_KeyValuePair_2_System_Object_System_Object___ctor_2, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x010D9840, void, SortedSet_1_KeyValuePair_2_System_Object_System_Object___ctor_3, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * collection, IComparer_1_KeyValuePair_2_System_Object_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBCD8, SortedSet_1_KeyValuePair_2_System_Object_System_Object___ctor_3__MethodInfo); DO_APP_FUNC(0x00422A70, void, SortedSet_1_KeyValuePair_2_System_Object_System_Object___ctor_4, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x010CFC30, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Object__Add, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x010D9CB0, void, SortedSet_1_KeyValuePair_2_System_Object_System_Object__AddAllElements, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x010CFC90, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Object__AddIfNotPresent, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x010CF8D0, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Object__BreadthFirstTreeWalk, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, TreeWalkPredicate_1_KeyValuePair_2_System_Object_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x010E00B0, SortedSet_1_T_ElementCount_KeyValuePair_2_System_Object_System_Object_, SortedSet_1_KeyValuePair_2_System_Object_System_Object__CheckUniqueAndUnfoundElements, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * other, bool returnIfUnfound, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBC58, SortedSet_1_KeyValuePair_2_System_Object_System_Object__CheckUniqueAndUnfoundElements__MethodInfo); DO_APP_FUNC(0x010D07B0, void, SortedSet_1_KeyValuePair_2_System_Object_System_Object__Clear, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010D3550, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ *, SortedSet_1_KeyValuePair_2_System_Object_System_Object__ConstructRootFromSortedArray, (KeyValuePair_2_System_Object_System_Object___Array * arr, int32_t startIndex, int32_t endIndex, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * redNode, MethodInfo * method)); DO_APP_FUNC(0x010D0810, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Object__Contains, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x010DA3B0, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Object__ContainsAllElements, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x010D0840, void, SortedSet_1_KeyValuePair_2_System_Object_System_Object__CopyTo, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object___Array * array, MethodInfo * method)); DO_APP_FUNC(0x010D08C0, void, SortedSet_1_KeyValuePair_2_System_Object_System_Object__CopyTo_1, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010DA690, void, SortedSet_1_KeyValuePair_2_System_Object_System_Object__CopyTo_2, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object___Array * array, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBCA8, SortedSet_1_KeyValuePair_2_System_Object_System_Object__CopyTo_2__MethodInfo); DO_APP_FUNC(0x010D1ED0, IEqualityComparer_1_SortedSet_1_KeyValuePair_2_System_Object_System_Object_ *, SortedSet_1_KeyValuePair_2_System_Object_System_Object__CreateSetComparer, (MethodInfo * method)); DO_APP_FUNC(0x010D1F40, IEqualityComparer_1_SortedSet_1_KeyValuePair_2_System_Object_System_Object_ *, SortedSet_1_KeyValuePair_2_System_Object_System_Object__CreateSetComparer_1, (IEqualityComparer_1_KeyValuePair_2_System_Object_System_Object_ * memberEqualityComparer, MethodInfo * method)); DO_APP_FUNC(0x010D01A0, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Object__DoRemove, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x010DD2E0, void, SortedSet_1_KeyValuePair_2_System_Object_System_Object__ExceptWith, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBC80, SortedSet_1_KeyValuePair_2_System_Object_System_Object__ExceptWith__MethodInfo); DO_APP_FUNC(0x010D17E0, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ *, SortedSet_1_KeyValuePair_2_System_Object_System_Object__FindNode, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x010D1B60, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ *, SortedSet_1_KeyValuePair_2_System_Object_System_Object__FindRange, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ from, KeyValuePair_2_System_Object_System_Object_ to, MethodInfo * method)); DO_APP_FUNC(0x010D1BC0, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ *, SortedSet_1_KeyValuePair_2_System_Object_System_Object__FindRange_1, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ from, KeyValuePair_2_System_Object_System_Object_ to, bool lowerBoundActive, bool upperBoundActive, MethodInfo * method)); DO_APP_FUNC(0x010D11D0, SortedSet_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object_, SortedSet_1_KeyValuePair_2_System_Object_System_Object__GetEnumerator, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010E0B60, void, SortedSet_1_KeyValuePair_2_System_Object_System_Object__GetObjectData, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBC38, SortedSet_1_KeyValuePair_2_System_Object_System_Object__GetObjectData__MethodInfo); DO_APP_FUNC(0x010E0940, SortedSet_1_KeyValuePair_2_System_Object_System_Object_ *, SortedSet_1_KeyValuePair_2_System_Object_System_Object__GetViewBetween, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ lowerValue, KeyValuePair_2_System_Object_System_Object_ upperValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBC50, SortedSet_1_KeyValuePair_2_System_Object_System_Object__GetViewBetween__MethodInfo); DO_APP_FUNC(0x010D2860, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Object__HasEqualComparer, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC(0x010CF610, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Object__InOrderTreeWalk, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, TreeWalkPredicate_1_KeyValuePair_2_System_Object_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x010D12A0, void, SortedSet_1_KeyValuePair_2_System_Object_System_Object__InsertionBalance, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * current, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * * parent, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * grandParent, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * greatGrandParent, MethodInfo * method)); DO_APP_FUNC(0x010D19A0, int32_t, SortedSet_1_KeyValuePair_2_System_Object_System_Object__InternalIndexOf, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x010DC2B0, void, SortedSet_1_KeyValuePair_2_System_Object_System_Object__IntersectWith, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBCB8, SortedSet_1_KeyValuePair_2_System_Object_System_Object__IntersectWith__MethodInfo); DO_APP_FUNC(0x010DCD70, void, SortedSet_1_KeyValuePair_2_System_Object_System_Object__IntersectWithEnumerable, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC(0x010DE5F0, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Object__IsProperSubsetOf, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBC90, SortedSet_1_KeyValuePair_2_System_Object_System_Object__IsProperSubsetOf__MethodInfo); DO_APP_FUNC(0x010DEE40, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Object__IsProperSupersetOf, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBC78, SortedSet_1_KeyValuePair_2_System_Object_System_Object__IsProperSupersetOf__MethodInfo); DO_APP_FUNC(0x010DE040, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Object__IsSubsetOf, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBC98, SortedSet_1_KeyValuePair_2_System_Object_System_Object__IsSubsetOf__MethodInfo); DO_APP_FUNC(0x010DE280, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Object__IsSubsetOfSortedSetWithSameComparer, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * asSorted, MethodInfo * method)); DO_APP_FUNC(0x010DE8B0, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Object__IsSupersetOf, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBC68, SortedSet_1_KeyValuePair_2_System_Object_System_Object__IsSupersetOf__MethodInfo); DO_APP_FUNC(0x00418D30, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Object__IsWithinRange, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x010D9830, int32_t, SortedSet_1_KeyValuePair_2_System_Object_System_Object__Log2, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x010E0F20, void, SortedSet_1_KeyValuePair_2_System_Object_System_Object__OnDeserialization, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBC40, SortedSet_1_KeyValuePair_2_System_Object_System_Object__OnDeserialization__MethodInfo); DO_APP_FUNC(0x010DFA20, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Object__Overlaps, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBC48, SortedSet_1_KeyValuePair_2_System_Object_System_Object__Overlaps__MethodInfo); DO_APP_FUNC(0x010D0170, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Object__Remove, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x010D9F20, void, SortedSet_1_KeyValuePair_2_System_Object_System_Object__RemoveAllElements, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x010E05F0, int32_t, SortedSet_1_KeyValuePair_2_System_Object_System_Object__RemoveWhere, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__1 * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBC60, SortedSet_1_KeyValuePair_2_System_Object_System_Object__RemoveWhere__MethodInfo); DO_APP_FUNC(0x010D14D0, void, SortedSet_1_KeyValuePair_2_System_Object_System_Object__ReplaceChildOrRoot, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * parent, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * child, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * newChild, MethodInfo * method)); DO_APP_FUNC(0x010D1570, void, SortedSet_1_KeyValuePair_2_System_Object_System_Object__ReplaceNode, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * match, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * parentOfMatch, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * successor, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * parentOfSuccessor, MethodInfo * method)); DO_APP_FUNC(0x010D8BE0, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ *, SortedSet_1_KeyValuePair_2_System_Object_System_Object__Reverse, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010DF460, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Object__SetEquals, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBC70, SortedSet_1_KeyValuePair_2_System_Object_System_Object__SetEquals__MethodInfo); DO_APP_FUNC(0x010DAF10, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Object__SortedSetEquals, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * set1, SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * set2, IComparer_1_KeyValuePair_2_System_Object_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010DDAF0, void, SortedSet_1_KeyValuePair_2_System_Object_System_Object__SymmetricExceptWith, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBC88, SortedSet_1_KeyValuePair_2_System_Object_System_Object__SymmetricExceptWith__MethodInfo); DO_APP_FUNC(0x010DDD50, void, SortedSet_1_KeyValuePair_2_System_Object_System_Object__SymmetricExceptWithSameComparer, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC(0x010D5E80, void, SortedSet_1_KeyValuePair_2_System_Object_System_Object__SymmetricExceptWithSameComparer_1, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object___Array * other, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x010CFC60, void, SortedSet_1_KeyValuePair_2_System_Object_System_Object__System_Collections_Generic_ICollection_T__Add, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Object__System_Collections_Generic_ICollection_T__get_IsReadOnly, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010D1210, IEnumerator_1_KeyValuePair_2_System_Object_System_Object_ *, SortedSet_1_KeyValuePair_2_System_Object_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010DA9D0, void, SortedSet_1_KeyValuePair_2_System_Object_System_Object__System_Collections_ICollection_CopyTo, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBCA0, SortedSet_1_KeyValuePair_2_System_Object_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Object__System_Collections_ICollection_get_IsSynchronized, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010DA5E0, Object *, SortedSet_1_KeyValuePair_2_System_Object_System_Object__System_Collections_ICollection_get_SyncRoot, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010D1210, IEnumerator *, SortedSet_1_KeyValuePair_2_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01013480, void, SortedSet_1_KeyValuePair_2_System_Object_System_Object__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x010D8ED0, void, SortedSet_1_KeyValuePair_2_System_Object_System_Object__System_Runtime_Serialization_ISerializable_GetObjectData, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x010D9760, bool, SortedSet_1_KeyValuePair_2_System_Object_System_Object__TryGetValue, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ equalValue, KeyValuePair_2_System_Object_System_Object_ * actualValue, MethodInfo * method)); DO_APP_FUNC(0x010DB6F0, void, SortedSet_1_KeyValuePair_2_System_Object_System_Object__UnionWith, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBBCB0, SortedSet_1_KeyValuePair_2_System_Object_System_Object__UnionWith__MethodInfo); DO_APP_FUNC(0x010D1EC0, void, SortedSet_1_KeyValuePair_2_System_Object_System_Object__UpdateVersion, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedSet_1_KeyValuePair_2_System_Object_System_Object__VersionCheck, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IComparer_1_KeyValuePair_2_System_Object_System_Object_ *, SortedSet_1_KeyValuePair_2_System_Object_System_Object__get_Comparer, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010CFB50, int32_t, SortedSet_1_KeyValuePair_2_System_Object_System_Object__get_Count, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010D8AB0, KeyValuePair_2_System_Object_System_Object_, SortedSet_1_KeyValuePair_2_System_Object_System_Object__get_Max, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010D8AE0, KeyValuePair_2_System_Object_System_Object_, SortedSet_1_KeyValuePair_2_System_Object_System_Object__get_MaxInternal, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010D8980, KeyValuePair_2_System_Object_System_Object_, SortedSet_1_KeyValuePair_2_System_Object_System_Object__get_Min, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010D89B0, KeyValuePair_2_System_Object_System_Object_, SortedSet_1_KeyValuePair_2_System_Object_System_Object__get_MinInternal, (SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010CE6F0, void, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object___ctor, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010CE770, void, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object___ctor_1, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, IComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010CE800, void, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object___ctor_2, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_UInt64_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x010F7390, void, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object___ctor_3, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_UInt64_System_Object_ * collection, IComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF2B0, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object___ctor_3__MethodInfo); DO_APP_FUNC(0x00422A70, void, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object___ctor_4, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x010CFC30, bool, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__Add, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x010F7800, void, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__AddAllElements, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_UInt64_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x010CFC90, bool, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__AddIfNotPresent, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x010CF8D0, bool, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__BreadthFirstTreeWalk, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, TreeWalkPredicate_1_KeyValuePair_2_System_UInt64_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x010FDC10, SortedSet_1_T_ElementCount_KeyValuePair_2_System_UInt64_System_Object_, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__CheckUniqueAndUnfoundElements, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_UInt64_System_Object_ * other, bool returnIfUnfound, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF170, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__CheckUniqueAndUnfoundElements__MethodInfo); DO_APP_FUNC(0x010D07B0, void, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__Clear, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010D3550, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ *, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__ConstructRootFromSortedArray, (KeyValuePair_2_System_UInt64_System_Object___Array * arr, int32_t startIndex, int32_t endIndex, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * redNode, MethodInfo * method)); DO_APP_FUNC(0x010D0810, bool, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__Contains, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x010F7F00, bool, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__ContainsAllElements, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_UInt64_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x010D0840, void, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__CopyTo, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object___Array * array, MethodInfo * method)); DO_APP_FUNC(0x010D08C0, void, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__CopyTo_1, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x010F81E0, void, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__CopyTo_2, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object___Array * array, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF230, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__CopyTo_2__MethodInfo); DO_APP_FUNC(0x010D1ED0, IEqualityComparer_1_SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ *, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__CreateSetComparer, (MethodInfo * method)); DO_APP_FUNC(0x010D1F40, IEqualityComparer_1_SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ *, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__CreateSetComparer_1, (IEqualityComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * memberEqualityComparer, MethodInfo * method)); DO_APP_FUNC(0x010D01A0, bool, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__DoRemove, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x010FAE40, void, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__ExceptWith, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_UInt64_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF1C8, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__ExceptWith__MethodInfo); DO_APP_FUNC(0x010D17E0, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ *, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__FindNode, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x010D1B60, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ *, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__FindRange, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ from, KeyValuePair_2_System_UInt64_System_Object_ to, MethodInfo * method)); DO_APP_FUNC(0x010D1BC0, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ *, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__FindRange_1, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ from, KeyValuePair_2_System_UInt64_System_Object_ to, bool lowerBoundActive, bool upperBoundActive, MethodInfo * method)); DO_APP_FUNC(0x010D11D0, SortedSet_1_T_Enumerator_KeyValuePair_2_System_UInt64_System_Object_, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__GetEnumerator, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010FE6C0, void, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__GetObjectData, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF0F8, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__GetObjectData__MethodInfo); DO_APP_FUNC(0x010FE4A0, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ *, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__GetViewBetween, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ lowerValue, KeyValuePair_2_System_UInt64_System_Object_ upperValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF148, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__GetViewBetween__MethodInfo); DO_APP_FUNC(0x010D2860, bool, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__HasEqualComparer, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC(0x010CF610, bool, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__InOrderTreeWalk, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, TreeWalkPredicate_1_KeyValuePair_2_System_UInt64_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x010D12A0, void, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__InsertionBalance, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * current, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * * parent, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * grandParent, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * greatGrandParent, MethodInfo * method)); DO_APP_FUNC(0x010D19A0, int32_t, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__InternalIndexOf, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x010F9E00, void, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__IntersectWith, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_UInt64_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF250, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__IntersectWith__MethodInfo); DO_APP_FUNC(0x010FA8D0, void, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__IntersectWithEnumerable, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_UInt64_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC(0x010FC150, bool, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__IsProperSubsetOf, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_UInt64_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF200, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__IsProperSubsetOf__MethodInfo); DO_APP_FUNC(0x010FC9A0, bool, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__IsProperSupersetOf, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_UInt64_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF1B8, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__IsProperSupersetOf__MethodInfo); DO_APP_FUNC(0x010FBBA0, bool, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__IsSubsetOf, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_UInt64_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF218, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__IsSubsetOf__MethodInfo); DO_APP_FUNC(0x010FBDE0, bool, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__IsSubsetOfSortedSetWithSameComparer, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * asSorted, MethodInfo * method)); DO_APP_FUNC(0x010FC410, bool, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__IsSupersetOf, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_UInt64_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF198, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__IsSupersetOf__MethodInfo); DO_APP_FUNC(0x00418D30, bool, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__IsWithinRange, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x010D9830, int32_t, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__Log2, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x010FEA80, void, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__OnDeserialization, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF110, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__OnDeserialization__MethodInfo); DO_APP_FUNC(0x010FD580, bool, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__Overlaps, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_UInt64_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF130, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__Overlaps__MethodInfo); DO_APP_FUNC(0x010D0170, bool, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__Remove, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x010F7A70, void, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__RemoveAllElements, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_UInt64_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x010FE150, int32_t, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__RemoveWhere, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, Predicate_1_System_Collections_Generic_KeyValuePair_2__2 * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF188, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__RemoveWhere__MethodInfo); DO_APP_FUNC(0x010D14D0, void, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__ReplaceChildOrRoot, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * parent, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * child, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * newChild, MethodInfo * method)); DO_APP_FUNC(0x010D1570, void, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__ReplaceNode, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * match, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * parentOfMatch, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * successor, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * parentOfSuccessor, MethodInfo * method)); DO_APP_FUNC(0x010D8BE0, IEnumerable_1_KeyValuePair_2_System_UInt64_System_Object_ *, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__Reverse, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010FCFC0, bool, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__SetEquals, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_UInt64_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF1B0, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__SetEquals__MethodInfo); DO_APP_FUNC(0x010F8A60, bool, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__SortedSetEquals, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * set1, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * set2, IComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010FB650, void, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__SymmetricExceptWith, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_UInt64_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF1D8, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__SymmetricExceptWith__MethodInfo); DO_APP_FUNC(0x010FB8B0, void, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__SymmetricExceptWithSameComparer, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC(0x010D5E80, void, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__SymmetricExceptWithSameComparer_1, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object___Array * other, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x010CFC60, void, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__System_Collections_Generic_ICollection_T__Add, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__System_Collections_Generic_ICollection_T__get_IsReadOnly, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010D1210, IEnumerator_1_KeyValuePair_2_System_UInt64_System_Object_ *, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010F8520, void, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__System_Collections_ICollection_CopyTo, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF228, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__System_Collections_ICollection_get_IsSynchronized, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010F8130, Object *, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__System_Collections_ICollection_get_SyncRoot, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010D1210, IEnumerator *, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__System_Collections_IEnumerable_GetEnumerator, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01013480, void, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x010D8ED0, void, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__System_Runtime_Serialization_ISerializable_GetObjectData, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x010FEF20, bool, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__TryGetValue, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ equalValue, KeyValuePair_2_System_UInt64_System_Object_ * actualValue, MethodInfo * method)); DO_APP_FUNC(0x010F9240, void, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__UnionWith, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_UInt64_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF248, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__UnionWith__MethodInfo); DO_APP_FUNC(0x010D1EC0, void, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__UpdateVersion, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__VersionCheck, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IComparer_1_KeyValuePair_2_System_UInt64_System_Object_ *, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__get_Comparer, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010CFB50, int32_t, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__get_Count, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010D8AB0, KeyValuePair_2_System_UInt64_System_Object_, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__get_Max, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010D8AE0, KeyValuePair_2_System_UInt64_System_Object_, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__get_MaxInternal, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010D8980, KeyValuePair_2_System_UInt64_System_Object_, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__get_Min, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010D89B0, KeyValuePair_2_System_UInt64_System_Object_, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object__get_MinInternal, (SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010CE6F0, void, SortedSet_1_System_Object___ctor, (SortedSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010CE770, void, SortedSet_1_System_Object___ctor_1, (SortedSet_1_System_Object_ * __this, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x010CE800, void, SortedSet_1_System_Object___ctor_2, (SortedSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x010FEFF0, void, SortedSet_1_System_Object___ctor_3, (SortedSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * collection, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF118, SortedSet_1_System_Object___ctor_3__MethodInfo); DO_APP_FUNC(0x00422A70, void, SortedSet_1_System_Object___ctor_4, (SortedSet_1_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x010FFC40, bool, SortedSet_1_System_Object__Add, (SortedSet_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x010FF3F0, void, SortedSet_1_System_Object__AddAllElements, (SortedSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x010FFC80, bool, SortedSet_1_System_Object__AddIfNotPresent, (SortedSet_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x010CF8D0, bool, SortedSet_1_System_Object__BreadthFirstTreeWalk, (SortedSet_1_System_Object_ * __this, TreeWalkPredicate_1_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x011067C0, SortedSet_1_T_ElementCount_System_Object_, SortedSet_1_System_Object__CheckUniqueAndUnfoundElements, (SortedSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * other, bool returnIfUnfound, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEF30, SortedSet_1_System_Object__CheckUniqueAndUnfoundElements__MethodInfo); DO_APP_FUNC(0x010D07B0, void, SortedSet_1_System_Object__Clear, (SortedSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011025E0, SortedSet_1_T_Node_System_Object_ *, SortedSet_1_System_Object__ConstructRootFromSortedArray, (Object__Array * arr, int32_t startIndex, int32_t endIndex, SortedSet_1_T_Node_System_Object_ * redNode, MethodInfo * method)); DO_APP_FUNC(0x01100640, bool, SortedSet_1_System_Object__Contains, (SortedSet_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x010FF9E0, bool, SortedSet_1_System_Object__ContainsAllElements, (SortedSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x010D0840, void, SortedSet_1_System_Object__CopyTo, (SortedSet_1_System_Object_ * __this, Object__Array * array, MethodInfo * method)); DO_APP_FUNC(0x010D08C0, void, SortedSet_1_System_Object__CopyTo_1, (SortedSet_1_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01100670, void, SortedSet_1_System_Object__CopyTo_2, (SortedSet_1_System_Object_ * __this, Object__Array * array, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF0B0, SortedSet_1_System_Object__CopyTo_2__MethodInfo); DO_APP_FUNC(0x010D1ED0, IEqualityComparer_1_SortedSet_1_System_Object_ *, SortedSet_1_System_Object__CreateSetComparer, (MethodInfo * method)); DO_APP_FUNC(0x010D1F40, IEqualityComparer_1_SortedSet_1_System_Object_ *, SortedSet_1_System_Object__CreateSetComparer_1, (IEqualityComparer_1_System_Object_ * memberEqualityComparer, MethodInfo * method)); DO_APP_FUNC(0x011000C0, bool, SortedSet_1_System_Object__DoRemove, (SortedSet_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01103E50, void, SortedSet_1_System_Object__ExceptWith, (SortedSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEFE8, SortedSet_1_System_Object__ExceptWith__MethodInfo); DO_APP_FUNC(0x01100F30, SortedSet_1_T_Node_System_Object_ *, SortedSet_1_System_Object__FindNode, (SortedSet_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x011011A0, SortedSet_1_T_Node_System_Object_ *, SortedSet_1_System_Object__FindRange, (SortedSet_1_System_Object_ * __this, Object * from, Object * to, MethodInfo * method)); DO_APP_FUNC(0x011011F0, SortedSet_1_T_Node_System_Object_ *, SortedSet_1_System_Object__FindRange_1, (SortedSet_1_System_Object_ * __this, Object * from, Object * to, bool lowerBoundActive, bool upperBoundActive, MethodInfo * method)); DO_APP_FUNC(0x01100EF0, SortedSet_1_T_Enumerator_System_Object_, SortedSet_1_System_Object__GetEnumerator, (SortedSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01107400, void, SortedSet_1_System_Object__GetObjectData, (SortedSet_1_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEF60, SortedSet_1_System_Object__GetObjectData__MethodInfo); DO_APP_FUNC(0x01107280, SortedSet_1_System_Object_ *, SortedSet_1_System_Object__GetViewBetween, (SortedSet_1_System_Object_ * __this, Object * lowerValue, Object * upperValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEF70, SortedSet_1_System_Object__GetViewBetween__MethodInfo); DO_APP_FUNC(0x010D2860, bool, SortedSet_1_System_Object__HasEqualComparer, (SortedSet_1_System_Object_ * __this, SortedSet_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC(0x010CF610, bool, SortedSet_1_System_Object__InOrderTreeWalk, (SortedSet_1_System_Object_ * __this, TreeWalkPredicate_1_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x010D12A0, void, SortedSet_1_System_Object__InsertionBalance, (SortedSet_1_System_Object_ * __this, SortedSet_1_T_Node_System_Object_ * current, SortedSet_1_T_Node_System_Object_ * * parent, SortedSet_1_T_Node_System_Object_ * grandParent, SortedSet_1_T_Node_System_Object_ * greatGrandParent, MethodInfo * method)); DO_APP_FUNC(0x01101050, int32_t, SortedSet_1_System_Object__InternalIndexOf, (SortedSet_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01103100, void, SortedSet_1_System_Object__IntersectWith, (SortedSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF038, SortedSet_1_System_Object__IntersectWith__MethodInfo); DO_APP_FUNC(0x01103A10, void, SortedSet_1_System_Object__IntersectWithEnumerable, (SortedSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC(0x01104FE0, bool, SortedSet_1_System_Object__IsProperSubsetOf, (SortedSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF018, SortedSet_1_System_Object__IsProperSubsetOf__MethodInfo); DO_APP_FUNC(0x011057F0, bool, SortedSet_1_System_Object__IsProperSupersetOf, (SortedSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEF88, SortedSet_1_System_Object__IsProperSupersetOf__MethodInfo); DO_APP_FUNC(0x01104A60, bool, SortedSet_1_System_Object__IsSubsetOf, (SortedSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEFD8, SortedSet_1_System_Object__IsSubsetOf__MethodInfo); DO_APP_FUNC(0x01104CA0, bool, SortedSet_1_System_Object__IsSubsetOfSortedSetWithSameComparer, (SortedSet_1_System_Object_ * __this, SortedSet_1_System_Object_ * asSorted, MethodInfo * method)); DO_APP_FUNC(0x011052A0, bool, SortedSet_1_System_Object__IsSupersetOf, (SortedSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEF98, SortedSet_1_System_Object__IsSupersetOf__MethodInfo); DO_APP_FUNC(0x00418D30, bool, SortedSet_1_System_Object__IsWithinRange, (SortedSet_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x010D9830, int32_t, SortedSet_1_System_Object__Log2, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x011077C0, void, SortedSet_1_System_Object__OnDeserialization, (SortedSet_1_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEEE8, SortedSet_1_System_Object__OnDeserialization__MethodInfo); DO_APP_FUNC(0x011062E0, bool, SortedSet_1_System_Object__Overlaps, (SortedSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEFC0, SortedSet_1_System_Object__Overlaps__MethodInfo); DO_APP_FUNC(0x011000A0, bool, SortedSet_1_System_Object__Remove, (SortedSet_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x010FF620, void, SortedSet_1_System_Object__RemoveAllElements, (SortedSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC(0x01106C70, int32_t, SortedSet_1_System_Object__RemoveWhere, (SortedSet_1_System_Object_ * __this, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEF40, SortedSet_1_System_Object__RemoveWhere__MethodInfo); DO_APP_FUNC(0x010D14D0, void, SortedSet_1_System_Object__ReplaceChildOrRoot, (SortedSet_1_System_Object_ * __this, SortedSet_1_T_Node_System_Object_ * parent, SortedSet_1_T_Node_System_Object_ * child, SortedSet_1_T_Node_System_Object_ * newChild, MethodInfo * method)); DO_APP_FUNC(0x010D1570, void, SortedSet_1_System_Object__ReplaceNode, (SortedSet_1_System_Object_ * __this, SortedSet_1_T_Node_System_Object_ * match, SortedSet_1_T_Node_System_Object_ * parentOfMatch, SortedSet_1_T_Node_System_Object_ * successor, SortedSet_1_T_Node_System_Object_ * parentOfSuccessor, MethodInfo * method)); DO_APP_FUNC(0x011071B0, IEnumerable_1_System_Object_ *, SortedSet_1_System_Object__Reverse, (SortedSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01105DC0, bool, SortedSet_1_System_Object__SetEquals, (SortedSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEFC8, SortedSet_1_System_Object__SetEquals__MethodInfo); DO_APP_FUNC(0x011013F0, bool, SortedSet_1_System_Object__SortedSetEquals, (SortedSet_1_System_Object_ * set1, SortedSet_1_System_Object_ * set2, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011043C0, void, SortedSet_1_System_Object__SymmetricExceptWith, (SortedSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEFF8, SortedSet_1_System_Object__SymmetricExceptWith__MethodInfo); DO_APP_FUNC(0x01104620, void, SortedSet_1_System_Object__SymmetricExceptWithSameComparer, (SortedSet_1_System_Object_ * __this, SortedSet_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC(0x01104910, void, SortedSet_1_System_Object__SymmetricExceptWithSameComparer_1, (SortedSet_1_System_Object_ * __this, Object__Array * other, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x010FFC60, void, SortedSet_1_System_Object__System_Collections_Generic_ICollection_T__Add, (SortedSet_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, SortedSet_1_System_Object__System_Collections_Generic_ICollection_T__get_IsReadOnly, (SortedSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010D1210, IEnumerator_1_System_Object_ *, SortedSet_1_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (SortedSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011009B0, void, SortedSet_1_System_Object__System_Collections_ICollection_CopyTo, (SortedSet_1_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF050, SortedSet_1_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, SortedSet_1_System_Object__System_Collections_ICollection_get_IsSynchronized, (SortedSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010FFB90, Object *, SortedSet_1_System_Object__System_Collections_ICollection_get_SyncRoot, (SortedSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010D1210, IEnumerator *, SortedSet_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (SortedSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01013480, void, SortedSet_1_System_Object__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization, (SortedSet_1_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC(0x010D8ED0, void, SortedSet_1_System_Object__System_Runtime_Serialization_ISerializable_GetObjectData, (SortedSet_1_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01107C50, bool, SortedSet_1_System_Object__TryGetValue, (SortedSet_1_System_Object_ * __this, Object * equalValue, Object * * actualValue, MethodInfo * method)); DO_APP_FUNC(0x01101B50, void, SortedSet_1_System_Object__UnionWith, (SortedSet_1_System_Object_ * __this, IEnumerable_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF028, SortedSet_1_System_Object__UnionWith__MethodInfo); DO_APP_FUNC(0x010D1EC0, void, SortedSet_1_System_Object__UpdateVersion, (SortedSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SortedSet_1_System_Object__VersionCheck, (SortedSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, IComparer_1_System_Object_ *, SortedSet_1_System_Object__get_Comparer, (SortedSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010CFB50, int32_t, SortedSet_1_System_Object__get_Count, (SortedSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011070B0, Object *, SortedSet_1_System_Object__get_Max, (SortedSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011070D0, Object *, SortedSet_1_System_Object__get_MaxInternal, (SortedSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01106FB0, Object *, SortedSet_1_System_Object__get_Min, (SortedSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01106FD0, Object *, SortedSet_1_System_Object__get_MinInternal, (SortedSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01107D10, void, SpanAction_2_System_Char_System_ValueTuple_3__1__ctor, (SpanAction_2_System_Char_System_ValueTuple_3__1 * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01107E40, void, SpanAction_2_System_Char_System_ValueTuple_3__1_Invoke, (SpanAction_2_System_Char_System_ValueTuple_3__1 * __this, Span_1_Char_ span, ValueTuple_3_Object_Int32_Int32_ arg, MethodInfo * method)); DO_APP_FUNC(0x01107E80, void, SpanAction_2_System_Char_System_ValueTuple_5___ctor, (SpanAction_2_System_Char_System_ValueTuple_5_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01107FB0, void, SpanAction_2_System_Char_System_ValueTuple_5__Invoke, (SpanAction_2_System_Char_System_ValueTuple_5_ * __this, Span_1_Char_ span, ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean_ arg, MethodInfo * method)); DO_APP_FUNC(0x01107FF0, void, SpanAction_2_System_Char_System_ValueTuple_8___ctor, (SpanAction_2_System_Char_System_ValueTuple_8_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01108120, void, SpanAction_2_System_Char_System_ValueTuple_8__Invoke, (SpanAction_2_System_Char_System_ValueTuple_8_ * __this, Span_1_Char_ span, ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean_ arg, MethodInfo * method)); DO_APP_FUNC(0x01108170, void, SpanAction_2_System_Char_System_Object___ctor, (SpanAction_2_System_Char_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x011082A0, void, SpanAction_2_System_Char_System_Object__Invoke, (SpanAction_2_System_Char_System_Object_ * __this, Span_1_Char_ span, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x01108170, void, SpanAction_2_System_Object_System_Object___ctor, (SpanAction_2_System_Object_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x011082A0, void, SpanAction_2_System_Object_System_Object__Invoke, (SpanAction_2_System_Object_System_Object_ * __this, Span_1_Object_ span, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x011082D0, void, Span_1_Byte___ctor, (Span_1_Byte_ * __this, Byte__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD220, Span_1_Byte___ctor__MethodInfo); DO_APP_FUNC(0x01090010, void, Span_1_Byte___ctor_1, (Span_1_Byte_ * __this, uint8_t * ptr, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4DC0, Span_1_Byte___ctor_1__MethodInfo); DO_APP_FUNC(0x011083D0, void, Span_1_Byte___ctor_2, (Span_1_Byte_ * __this, Void * pointer, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC83C8, Span_1_Byte___ctor_2__MethodInfo); DO_APP_FUNC(0x01108330, void, Span_1_Byte___ctor_3, (Span_1_Byte_ * __this, Byte__Array * array, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C633F0, Span_1_Byte___ctor_3__MethodInfo); DO_APP_FUNC(0x01108430, void, Span_1_Byte__Clear, (Span_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63390, Span_1_Byte__Clear__MethodInfo); DO_APP_FUNC(0x01108470, void, Span_1_Byte__CopyTo, (Span_1_Byte_ * __this, Span_1_Byte_ destination, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE95A8, Span_1_Byte__CopyTo__MethodInfo); DO_APP_FUNC(0x01108950, bool, Span_1_Byte__Equals, (Span_1_Byte_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEED8, Span_1_Byte__Equals__MethodInfo); DO_APP_FUNC(0x01108450, void, Span_1_Byte__Fill, (Span_1_Byte_ * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x011089B0, int32_t, Span_1_Byte__GetHashCode, (Span_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEE80, Span_1_Byte__GetHashCode__MethodInfo); DO_APP_FUNC(0x01090390, Span_1_Byte_, Span_1_Byte__Slice, (Span_1_Byte_ * __this, int32_t start, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C781F8, Span_1_Byte__Slice__MethodInfo); DO_APP_FUNC(0x01090400, Span_1_Byte_, Span_1_Byte__Slice_1, (Span_1_Byte_ * __this, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9600, Span_1_Byte__Slice_1__MethodInfo); DO_APP_FUNC(0x01108810, Byte__Array *, Span_1_Byte__ToArray, (Span_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC83D0, Span_1_Byte__ToArray__MethodInfo); DO_APP_FUNC(0x01108640, String *, Span_1_Byte__ToString, (Span_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01108530, bool, Span_1_Byte__TryCopyTo, (Span_1_Byte_ * __this, Span_1_Byte_ destination, MethodInfo * method)); DO_APP_FUNC(0x01090020, uint8_t *, Span_1_Byte__get_Item, (Span_1_Byte_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, Span_1_Byte__get_Length, (Span_1_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78888, Span_1_Byte__get_Length__MethodInfo); DO_APP_FUNC(0x011085F0, ReadOnlySpan_1_Byte_, Span_1_Byte__op_Implicit, (Span_1_Byte_ span, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74EE8, Span_1_Byte__op_Implicit__MethodInfo); DO_APP_FUNC(0x01108A10, Span_1_Byte_, Span_1_Byte__op_Implicit_1, (Byte__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61520, Span_1_Byte__op_Implicit_1__MethodInfo); DO_APP_FUNC(0x01108A90, void, Span_1_Char___ctor, (Span_1_Char_ * __this, Char__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01090010, void, Span_1_Char___ctor_1, (Span_1_Char_ * __this, uint16_t * ptr, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8AF8, Span_1_Char___ctor_1__MethodInfo); DO_APP_FUNC(0x01108B90, void, Span_1_Char___ctor_2, (Span_1_Char_ * __this, Void * pointer, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5ECC0, Span_1_Char___ctor_2__MethodInfo); DO_APP_FUNC(0x01108AF0, void, Span_1_Char___ctor_3, (Span_1_Char_ * __this, Char__Array * array, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C611C8, Span_1_Char___ctor_3__MethodInfo); DO_APP_FUNC(0x01108BF0, void, Span_1_Char__Clear, (Span_1_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01108470, void, Span_1_Char__CopyTo, (Span_1_Char_ * __this, Span_1_Char_ destination, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62F80, Span_1_Char__CopyTo__MethodInfo); DO_APP_FUNC(0x01108E90, bool, Span_1_Char__Equals, (Span_1_Char_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEE20, Span_1_Char__Equals__MethodInfo); DO_APP_FUNC(0x01108C10, void, Span_1_Char__Fill, (Span_1_Char_ * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67700, Span_1_Char__Fill__MethodInfo); DO_APP_FUNC(0x01108EF0, int32_t, Span_1_Char__GetHashCode, (Span_1_Char_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEDF0, Span_1_Char__GetHashCode__MethodInfo); DO_APP_FUNC(0x01090990, Span_1_Char_, Span_1_Char__Slice, (Span_1_Char_ * __this, int32_t start, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FAF0, Span_1_Char__Slice__MethodInfo); DO_APP_FUNC(0x01090A00, Span_1_Char_, Span_1_Char__Slice_1, (Span_1_Char_ * __this, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5ECE8, Span_1_Char__Slice_1__MethodInfo); DO_APP_FUNC(0x01108810, Char__Array *, Span_1_Char__ToArray, (Span_1_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01108CC0, String *, Span_1_Char__ToString, (Span_1_Char_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5ECF0, Span_1_Char__ToString__MethodInfo); DO_APP_FUNC(0x01108530, bool, Span_1_Char__TryCopyTo, (Span_1_Char_ * __this, Span_1_Char_ destination, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62FA0, Span_1_Char__TryCopyTo__MethodInfo); DO_APP_FUNC(0x010907A0, uint16_t *, Span_1_Char__get_Item, (Span_1_Char_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, Span_1_Char__get_Length, (Span_1_Char_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5ECC8, Span_1_Char__get_Length__MethodInfo); DO_APP_FUNC(0x011085F0, ReadOnlySpan_1_Char_, Span_1_Char__op_Implicit, (Span_1_Char_ span, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62F98, Span_1_Char__op_Implicit__MethodInfo); DO_APP_FUNC(0x01108F50, Span_1_Char_, Span_1_Char__op_Implicit_1, (Char__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5ECD0, Span_1_Char__op_Implicit_1__MethodInfo); DO_APP_FUNC(0x01108FD0, void, Span_1_Int32___ctor, (Span_1_Int32_ * __this, Int32__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01090010, void, Span_1_Int32___ctor_1, (Span_1_Int32_ * __this, int32_t * ptr, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x011090D0, void, Span_1_Int32___ctor_2, (Span_1_Int32_ * __this, Void * pointer, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FBA8, Span_1_Int32___ctor_2__MethodInfo); DO_APP_FUNC(0x01109030, void, Span_1_Int32___ctor_3, (Span_1_Int32_ * __this, Int32__Array * array, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01109130, void, Span_1_Int32__Clear, (Span_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01108470, void, Span_1_Int32__CopyTo, (Span_1_Int32_ * __this, Span_1_Int32_ destination, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8C48, Span_1_Int32__CopyTo__MethodInfo); DO_APP_FUNC(0x011093D0, bool, Span_1_Int32__Equals, (Span_1_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBED80, Span_1_Int32__Equals__MethodInfo); DO_APP_FUNC(0x01109150, void, Span_1_Int32__Fill, (Span_1_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01109430, int32_t, Span_1_Int32__GetHashCode, (Span_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEDC8, Span_1_Int32__GetHashCode__MethodInfo); DO_APP_FUNC(0x01090DE0, Span_1_Int32_, Span_1_Int32__Slice, (Span_1_Int32_ * __this, int32_t start, MethodInfo * method)); DO_APP_FUNC(0x01090E50, Span_1_Int32_, Span_1_Int32__Slice_1, (Span_1_Int32_ * __this, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01108810, Int32__Array *, Span_1_Int32__ToArray, (Span_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01109200, String *, Span_1_Int32__ToString, (Span_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01108530, bool, Span_1_Int32__TryCopyTo, (Span_1_Int32_ * __this, Span_1_Int32_ destination, MethodInfo * method)); DO_APP_FUNC(0x01090BF0, int32_t *, Span_1_Int32__get_Item, (Span_1_Int32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, Span_1_Int32__get_Length, (Span_1_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8C40, Span_1_Int32__get_Length__MethodInfo); DO_APP_FUNC(0x011085F0, ReadOnlySpan_1_Int32_, Span_1_Int32__op_Implicit, (Span_1_Int32_ span, MethodInfo * method)); DO_APP_FUNC(0x01109490, Span_1_Int32_, Span_1_Int32__op_Implicit_1, (Int32__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8C38, Span_1_Int32__op_Implicit_1__MethodInfo); DO_APP_FUNC(0x01109510, void, Span_1_Object___ctor, (Span_1_Object_ * __this, Object__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01090010, void, Span_1_Object___ctor_1, (Span_1_Object_ * __this, Object * * ptr, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01109700, void, Span_1_Object___ctor_2, (Span_1_Object_ * __this, Void * pointer, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x011095F0, void, Span_1_Object___ctor_3, (Span_1_Object_ * __this, Object__Array * array, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01109770, void, Span_1_Object__Clear, (Span_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01108470, void, Span_1_Object__CopyTo, (Span_1_Object_ * __this, Span_1_Object_ destination, MethodInfo * method)); DO_APP_FUNC(0x01109EB0, bool, Span_1_Object__Equals, (Span_1_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBED60, Span_1_Object__Equals__MethodInfo); DO_APP_FUNC(0x01109780, void, Span_1_Object__Fill, (Span_1_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01109F10, int32_t, Span_1_Object__GetHashCode, (Span_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBED40, Span_1_Object__GetHashCode__MethodInfo); DO_APP_FUNC(0x01091240, Span_1_Object_, Span_1_Object__Slice, (Span_1_Object_ * __this, int32_t start, MethodInfo * method)); DO_APP_FUNC(0x010912B0, Span_1_Object_, Span_1_Object__Slice_1, (Span_1_Object_ * __this, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01108810, Object__Array *, Span_1_Object__ToArray, (Span_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01109CE0, String *, Span_1_Object__ToString, (Span_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01108530, bool, Span_1_Object__TryCopyTo, (Span_1_Object_ * __this, Span_1_Object_ destination, MethodInfo * method)); DO_APP_FUNC(0x01091050, Object * *, Span_1_Object__get_Item, (Span_1_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, Span_1_Object__get_Length, (Span_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011085F0, ReadOnlySpan_1_Object_, Span_1_Object__op_Implicit, (Span_1_Object_ span, MethodInfo * method)); DO_APP_FUNC(0x01109F70, Span_1_Object_, Span_1_Object__op_Implicit_1, (Object__Array * array, MethodInfo * method)); DO_APP_FUNC(0x0110A070, void, Span_1_UInt16___ctor, (Span_1_UInt16_ * __this, UInt16__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01090010, void, Span_1_UInt16___ctor_1, (Span_1_UInt16_ * __this, uint16_t * ptr, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0110A170, void, Span_1_UInt16___ctor_2, (Span_1_UInt16_ * __this, Void * pointer, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB38D8, Span_1_UInt16___ctor_2__MethodInfo); DO_APP_FUNC(0x0110A0D0, void, Span_1_UInt16___ctor_3, (Span_1_UInt16_ * __this, UInt16__Array * array, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01108BF0, void, Span_1_UInt16__Clear, (Span_1_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AC60, Span_1_UInt16__Clear__MethodInfo); DO_APP_FUNC(0x01108470, void, Span_1_UInt16__CopyTo, (Span_1_UInt16_ * __this, Span_1_UInt16_ destination, MethodInfo * method)); DO_APP_FUNC(0x0110A3A0, bool, Span_1_UInt16__Equals, (Span_1_UInt16_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBED10, Span_1_UInt16__Equals__MethodInfo); DO_APP_FUNC(0x01108C10, void, Span_1_UInt16__Fill, (Span_1_UInt16_ * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x0110A400, int32_t, Span_1_UInt16__GetHashCode, (Span_1_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBECA0, Span_1_UInt16__GetHashCode__MethodInfo); DO_APP_FUNC(0x01090990, Span_1_UInt16_, Span_1_UInt16__Slice, (Span_1_UInt16_ * __this, int32_t start, MethodInfo * method)); DO_APP_FUNC(0x01090A00, Span_1_UInt16_, Span_1_UInt16__Slice_1, (Span_1_UInt16_ * __this, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01108810, UInt16__Array *, Span_1_UInt16__ToArray, (Span_1_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110A1D0, String *, Span_1_UInt16__ToString, (Span_1_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01108530, bool, Span_1_UInt16__TryCopyTo, (Span_1_UInt16_ * __this, Span_1_UInt16_ destination, MethodInfo * method)); DO_APP_FUNC(0x010907A0, uint16_t *, Span_1_UInt16__get_Item, (Span_1_UInt16_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, Span_1_UInt16__get_Length, (Span_1_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011085F0, ReadOnlySpan_1_UInt16_, Span_1_UInt16__op_Implicit, (Span_1_UInt16_ span, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB38B0, Span_1_UInt16__op_Implicit__MethodInfo); DO_APP_FUNC(0x0110A460, Span_1_UInt16_, Span_1_UInt16__op_Implicit_1, (UInt16__Array * array, MethodInfo * method)); DO_APP_FUNC(0x0110A4E0, void, Span_1_UInt32___ctor, (Span_1_UInt32_ * __this, UInt32__Array * array, MethodInfo * method)); DO_APP_FUNC(0x01090010, void, Span_1_UInt32___ctor_1, (Span_1_UInt32_ * __this, uint32_t * ptr, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0110A5E0, void, Span_1_UInt32___ctor_2, (Span_1_UInt32_ * __this, Void * pointer, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x0110A540, void, Span_1_UInt32___ctor_3, (Span_1_UInt32_ * __this, UInt32__Array * array, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01109130, void, Span_1_UInt32__Clear, (Span_1_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01108470, void, Span_1_UInt32__CopyTo, (Span_1_UInt32_ * __this, Span_1_UInt32_ destination, MethodInfo * method)); DO_APP_FUNC(0x0110A8B0, bool, Span_1_UInt32__Equals, (Span_1_UInt32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEC40, Span_1_UInt32__Equals__MethodInfo); DO_APP_FUNC(0x0110A640, void, Span_1_UInt32__Fill, (Span_1_UInt32_ * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x0110A910, int32_t, Span_1_UInt32__GetHashCode, (Span_1_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEC18, Span_1_UInt32__GetHashCode__MethodInfo); DO_APP_FUNC(0x01090DE0, Span_1_UInt32_, Span_1_UInt32__Slice, (Span_1_UInt32_ * __this, int32_t start, MethodInfo * method)); DO_APP_FUNC(0x01090E50, Span_1_UInt32_, Span_1_UInt32__Slice_1, (Span_1_UInt32_ * __this, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x01108810, UInt32__Array *, Span_1_UInt32__ToArray, (Span_1_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110A6E0, String *, Span_1_UInt32__ToString, (Span_1_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01108530, bool, Span_1_UInt32__TryCopyTo, (Span_1_UInt32_ * __this, Span_1_UInt32_ destination, MethodInfo * method)); DO_APP_FUNC(0x01090BF0, uint32_t *, Span_1_UInt32__get_Item, (Span_1_UInt32_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, Span_1_UInt32__get_Length, (Span_1_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011085F0, ReadOnlySpan_1_UInt32_, Span_1_UInt32__op_Implicit, (Span_1_UInt32_ span, MethodInfo * method)); DO_APP_FUNC(0x0110A970, Span_1_UInt32_, Span_1_UInt32__op_Implicit_1, (UInt32__Array * array, MethodInfo * method)); DO_APP_FUNC(0x0110A9F0, void, ThreadPoolWorkQueue_SparseArray_1_System_Object___ctor, (ThreadPoolWorkQueue_SparseArray_1_System_Object_ * __this, int32_t initialSize, MethodInfo * method)); DO_APP_FUNC(0x0110AAA0, int32_t, ThreadPoolWorkQueue_SparseArray_1_System_Object__Add, (ThreadPoolWorkQueue_SparseArray_1_System_Object_ * __this, Object * e, MethodInfo * method)); DO_APP_FUNC(0x0110AD90, void, ThreadPoolWorkQueue_SparseArray_1_System_Object__Remove, (ThreadPoolWorkQueue_SparseArray_1_System_Object_ * __this, Object * e, MethodInfo * method)); DO_APP_FUNC(0x0110AA90, Object__Array *, ThreadPoolWorkQueue_SparseArray_1_System_Object__get_Current, (ThreadPoolWorkQueue_SparseArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0050EF20, void, SparselyPopulatedArrayAddInfo_1_System_Object___ctor, (SparselyPopulatedArrayAddInfo_1_System_Object_ * __this, SparselyPopulatedArrayFragment_1_System_Object_ * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00470F10, int32_t, SparselyPopulatedArrayAddInfo_1_System_Object__get_Index, (SparselyPopulatedArrayAddInfo_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00470F00, SparselyPopulatedArrayFragment_1_System_Object_ *, SparselyPopulatedArrayAddInfo_1_System_Object__get_Source, (SparselyPopulatedArrayAddInfo_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, SparselyPopulatedArrayFragment_1_System_Object___ctor, (SparselyPopulatedArrayFragment_1_System_Object_ * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x0110AFA0, void, SparselyPopulatedArrayFragment_1_System_Object___ctor_1, (SparselyPopulatedArrayFragment_1_System_Object_ * __this, int32_t size, SparselyPopulatedArrayFragment_1_System_Object_ * prev, MethodInfo * method)); DO_APP_FUNC(0x0110B100, Object *, SparselyPopulatedArrayFragment_1_System_Object__SafeAtomicRemove, (SparselyPopulatedArrayFragment_1_System_Object_ * __this, int32_t index, Object * expectedElement, MethodInfo * method)); DO_APP_FUNC(0x0110B0B0, Object *, SparselyPopulatedArrayFragment_1_System_Object__get_Item, (SparselyPopulatedArrayFragment_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, SparselyPopulatedArrayFragment_1_System_Object__get_Length, (SparselyPopulatedArrayFragment_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110B0F0, SparselyPopulatedArrayFragment_1_System_Object_ *, SparselyPopulatedArrayFragment_1_System_Object__get_Prev, (SparselyPopulatedArrayFragment_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110B1B0, void, SparselyPopulatedArray_1_System_Object___ctor, (SparselyPopulatedArray_1_System_Object_ * __this, int32_t initialSize, MethodInfo * method)); DO_APP_FUNC(0x0110B300, SparselyPopulatedArrayAddInfo_1_System_Object_, SparselyPopulatedArray_1_System_Object__Add, (SparselyPopulatedArray_1_System_Object_ * __this, Object * element, MethodInfo * method)); DO_APP_FUNC(0x0110B2F0, SparselyPopulatedArrayFragment_1_System_Object_ *, SparselyPopulatedArray_1_System_Object__get_Tail, (SparselyPopulatedArray_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FC6440, void, StackPool_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0110B660, Stack_1_System_Object_ *, StackPool_1_System_Object__Claim, (MethodInfo * method)); DO_APP_FUNC(0x0110C460, void, StackPool_1_System_Object__Clear, (MethodInfo * method)); DO_APP_FUNC(0x0110C700, int32_t, StackPool_1_System_Object__GetSize, (MethodInfo * method)); DO_APP_FUNC(0x0110BF20, void, StackPool_1_System_Object__Release, (Stack_1_System_Object_ * stack, MethodInfo * method)); DO_APP_FUNC(0x0110BCA0, void, StackPool_1_System_Object__Warmup, (int32_t count, MethodInfo * method)); DO_APP_FUNC(0x01028980, void, Stack_1_KeyValuePair_2_System_Object_System_Object___ctor, (Stack_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110C800, void, Stack_1_KeyValuePair_2_System_Object_System_Object___ctor_1, (Stack_1_KeyValuePair_2_System_Object_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEC50, Stack_1_KeyValuePair_2_System_Object_System_Object___ctor_1__MethodInfo); DO_APP_FUNC(0x0110C9E0, void, Stack_1_KeyValuePair_2_System_Object_System_Object__Clear, (Stack_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110CA10, bool, Stack_1_KeyValuePair_2_System_Object_System_Object__Contains, (Stack_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0110CD90, Stack_1_T_Enumerator_KeyValuePair_2_System_Object_System_Object_, Stack_1_KeyValuePair_2_System_Object_System_Object__GetEnumerator, (Stack_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110CF00, KeyValuePair_2_System_Object_System_Object_, Stack_1_KeyValuePair_2_System_Object_System_Object__Peek, (Stack_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110CF80, KeyValuePair_2_System_Object_System_Object_, Stack_1_KeyValuePair_2_System_Object_System_Object__Pop, (Stack_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110D0B0, void, Stack_1_KeyValuePair_2_System_Object_System_Object__Push, (Stack_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0110D180, void, Stack_1_KeyValuePair_2_System_Object_System_Object__PushWithResize, (Stack_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0110CE20, IEnumerator_1_KeyValuePair_2_System_Object_System_Object_ *, Stack_1_KeyValuePair_2_System_Object_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (Stack_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110CA70, void, Stack_1_KeyValuePair_2_System_Object_System_Object__System_Collections_ICollection_CopyTo, (Stack_1_KeyValuePair_2_System_Object_System_Object_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEBD8, Stack_1_KeyValuePair_2_System_Object_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Stack_1_KeyValuePair_2_System_Object_System_Object__System_Collections_ICollection_get_IsSynchronized, (Stack_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110C930, Object *, Stack_1_KeyValuePair_2_System_Object_System_Object__System_Collections_ICollection_get_SyncRoot, (Stack_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110CE20, IEnumerator *, Stack_1_KeyValuePair_2_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (Stack_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110D260, void, Stack_1_KeyValuePair_2_System_Object_System_Object__ThrowForEmptyStack, (Stack_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEBF8, Stack_1_KeyValuePair_2_System_Object_System_Object__ThrowForEmptyStack__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, Stack_1_KeyValuePair_2_System_Object_System_Object__get_Count, (Stack_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01028980, void, Stack_1_System_Byte__1__ctor, (Stack_1_System_Byte__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD080, Stack_1_System_Byte__1__ctor__MethodInfo); DO_APP_FUNC(0x0110D2C0, void, Stack_1_System_Byte__1__ctor_1, (Stack_1_System_Byte__1 * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEC08, Stack_1_System_Byte__1__ctor_1__MethodInfo); DO_APP_FUNC(0x0110D4A0, void, Stack_1_System_Byte__1_Clear, (Stack_1_System_Byte__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0110D4B0, bool, Stack_1_System_Byte__1_Contains, (Stack_1_System_Byte__1 * __this, uint8_t item, MethodInfo * method)); DO_APP_FUNC(0x0110D830, Stack_1_T_Enumerator_System_Byte_, Stack_1_System_Byte__1_GetEnumerator, (Stack_1_System_Byte__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0110D990, uint8_t, Stack_1_System_Byte__1_Peek, (Stack_1_System_Byte__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0110D9F0, uint8_t, Stack_1_System_Byte__1_Pop, (Stack_1_System_Byte__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0110DA70, void, Stack_1_System_Byte__1_Push, (Stack_1_System_Byte__1 * __this, uint8_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBD0A0, Stack_1_System_Byte__1_Push__MethodInfo); DO_APP_FUNC(0x0110DAC0, void, Stack_1_System_Byte__1_PushWithResize, (Stack_1_System_Byte__1 * __this, uint8_t item, MethodInfo * method)); DO_APP_FUNC(0x0110D8C0, IEnumerator_1_System_Byte_ *, Stack_1_System_Byte__1_System_Collections_Generic_IEnumerable_T__GetEnumerator, (Stack_1_System_Byte__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0110D510, void, Stack_1_System_Byte__1_System_Collections_ICollection_CopyTo, (Stack_1_System_Byte__1 * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEB48, Stack_1_System_Byte__1_System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Stack_1_System_Byte__1_System_Collections_ICollection_get_IsSynchronized, (Stack_1_System_Byte__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0110D3F0, Object *, Stack_1_System_Byte__1_System_Collections_ICollection_get_SyncRoot, (Stack_1_System_Byte__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0110D8C0, IEnumerator *, Stack_1_System_Byte__1_System_Collections_IEnumerable_GetEnumerator, (Stack_1_System_Byte__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0110DB40, void, Stack_1_System_Byte__1_ThrowForEmptyStack, (Stack_1_System_Byte__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEB58, Stack_1_System_Byte__1_ThrowForEmptyStack__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, Stack_1_System_Byte__1_get_Count, (Stack_1_System_Byte__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01028980, void, Stack_1_System_Int32___ctor, (Stack_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF880, Stack_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x0110DBA0, void, Stack_1_System_Int32___ctor_1, (Stack_1_System_Int32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEB30, Stack_1_System_Int32___ctor_1__MethodInfo); DO_APP_FUNC(0x0110D4A0, void, Stack_1_System_Int32__Clear, (Stack_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF8F0, Stack_1_System_Int32__Clear__MethodInfo); DO_APP_FUNC(0x0110DD80, bool, Stack_1_System_Int32__Contains, (Stack_1_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x0110E100, Stack_1_T_Enumerator_System_Int32_, Stack_1_System_Int32__GetEnumerator, (Stack_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110E260, int32_t, Stack_1_System_Int32__Peek, (Stack_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF928, Stack_1_System_Int32__Peek__MethodInfo); DO_APP_FUNC(0x0110E2C0, int32_t, Stack_1_System_Int32__Pop, (Stack_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF8F8, Stack_1_System_Int32__Pop__MethodInfo); DO_APP_FUNC(0x0110E340, void, Stack_1_System_Int32__Push, (Stack_1_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF8C8, Stack_1_System_Int32__Push__MethodInfo); DO_APP_FUNC(0x0110E390, void, Stack_1_System_Int32__PushWithResize, (Stack_1_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x0110E190, IEnumerator_1_System_Int32_ *, Stack_1_System_Int32__System_Collections_Generic_IEnumerable_T__GetEnumerator, (Stack_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110DDE0, void, Stack_1_System_Int32__System_Collections_ICollection_CopyTo, (Stack_1_System_Int32_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEB98, Stack_1_System_Int32__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Stack_1_System_Int32__System_Collections_ICollection_get_IsSynchronized, (Stack_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110DCD0, Object *, Stack_1_System_Int32__System_Collections_ICollection_get_SyncRoot, (Stack_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110E190, IEnumerator *, Stack_1_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Stack_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110E410, void, Stack_1_System_Int32__ThrowForEmptyStack, (Stack_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEB68, Stack_1_System_Int32__ThrowForEmptyStack__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, Stack_1_System_Int32__get_Count, (Stack_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF918, Stack_1_System_Int32__get_Count__MethodInfo); DO_APP_FUNC(0x01028980, void, Stack_1_System_Int32Enum___ctor, (Stack_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110E470, void, Stack_1_System_Int32Enum___ctor_1, (Stack_1_System_Int32Enum_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEB78, Stack_1_System_Int32Enum___ctor_1__MethodInfo); DO_APP_FUNC(0x0110D4A0, void, Stack_1_System_Int32Enum__Clear, (Stack_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110DD80, bool, Stack_1_System_Int32Enum__Contains, (Stack_1_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x0110E100, Stack_1_T_Enumerator_System_Int32Enum_, Stack_1_System_Int32Enum__GetEnumerator, (Stack_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110E260, Int32Enum__Enum, Stack_1_System_Int32Enum__Peek, (Stack_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110E2C0, Int32Enum__Enum, Stack_1_System_Int32Enum__Pop, (Stack_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110E340, void, Stack_1_System_Int32Enum__Push, (Stack_1_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x0110E390, void, Stack_1_System_Int32Enum__PushWithResize, (Stack_1_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x0110E190, IEnumerator_1_System_Int32Enum_ *, Stack_1_System_Int32Enum__System_Collections_Generic_IEnumerable_T__GetEnumerator, (Stack_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110E650, void, Stack_1_System_Int32Enum__System_Collections_ICollection_CopyTo, (Stack_1_System_Int32Enum_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEAF0, Stack_1_System_Int32Enum__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Stack_1_System_Int32Enum__System_Collections_ICollection_get_IsSynchronized, (Stack_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110E5A0, Object *, Stack_1_System_Int32Enum__System_Collections_ICollection_get_SyncRoot, (Stack_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110E190, IEnumerator *, Stack_1_System_Int32Enum__System_Collections_IEnumerable_GetEnumerator, (Stack_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110E970, void, Stack_1_System_Int32Enum__ThrowForEmptyStack, (Stack_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEAF8, Stack_1_System_Int32Enum__ThrowForEmptyStack__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, Stack_1_System_Int32Enum__get_Count, (Stack_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01028980, void, Stack_1_UnityEngine_Matrix4x4___ctor, (Stack_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110E9D0, void, Stack_1_UnityEngine_Matrix4x4___ctor_1, (Stack_1_UnityEngine_Matrix4x4_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEB20, Stack_1_UnityEngine_Matrix4x4___ctor_1__MethodInfo); DO_APP_FUNC(0x0110D4A0, void, Stack_1_UnityEngine_Matrix4x4__Clear, (Stack_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D068, Stack_1_UnityEngine_Matrix4x4__Clear__MethodInfo); DO_APP_FUNC(0x0110EBB0, bool, Stack_1_UnityEngine_Matrix4x4__Contains, (Stack_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4 item, MethodInfo * method)); DO_APP_FUNC(0x0110EF50, Stack_1_T_Enumerator_UnityEngine_Matrix4x4_, Stack_1_UnityEngine_Matrix4x4__GetEnumerator, (Stack_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110F120, Matrix4x4, Stack_1_UnityEngine_Matrix4x4__Peek, (Stack_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CFD8, Stack_1_UnityEngine_Matrix4x4__Peek__MethodInfo); DO_APP_FUNC(0x0110F1C0, Matrix4x4, Stack_1_UnityEngine_Matrix4x4__Pop, (Stack_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CFC8, Stack_1_UnityEngine_Matrix4x4__Pop__MethodInfo); DO_APP_FUNC(0x0110F290, void, Stack_1_UnityEngine_Matrix4x4__Push, (Stack_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CFB0, Stack_1_UnityEngine_Matrix4x4__Push__MethodInfo); DO_APP_FUNC(0x0110F340, void, Stack_1_UnityEngine_Matrix4x4__PushWithResize, (Stack_1_UnityEngine_Matrix4x4_ * __this, Matrix4x4 item, MethodInfo * method)); DO_APP_FUNC(0x0110F000, IEnumerator_1_UnityEngine_Matrix4x4_ *, Stack_1_UnityEngine_Matrix4x4__System_Collections_Generic_IEnumerable_T__GetEnumerator, (Stack_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110EC30, void, Stack_1_UnityEngine_Matrix4x4__System_Collections_ICollection_CopyTo, (Stack_1_UnityEngine_Matrix4x4_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEB10, Stack_1_UnityEngine_Matrix4x4__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Stack_1_UnityEngine_Matrix4x4__System_Collections_ICollection_get_IsSynchronized, (Stack_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110EB00, Object *, Stack_1_UnityEngine_Matrix4x4__System_Collections_ICollection_get_SyncRoot, (Stack_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110F000, IEnumerator *, Stack_1_UnityEngine_Matrix4x4__System_Collections_IEnumerable_GetEnumerator, (Stack_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110F3E0, void, Stack_1_UnityEngine_Matrix4x4__ThrowForEmptyStack, (Stack_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEAC8, Stack_1_UnityEngine_Matrix4x4__ThrowForEmptyStack__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, Stack_1_UnityEngine_Matrix4x4__get_Count, (Stack_1_UnityEngine_Matrix4x4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01028980, void, Stack_1_System_Object___ctor, (Stack_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6AB8, Stack_1_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x0110F440, void, Stack_1_System_Object___ctor_1, (Stack_1_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEAD0, Stack_1_System_Object___ctor_1__MethodInfo); DO_APP_FUNC(0x0110C9E0, void, Stack_1_System_Object__Clear, (Stack_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110F620, bool, Stack_1_System_Object__Contains, (Stack_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0110F9A0, Stack_1_T_Enumerator_System_Object_, Stack_1_System_Object__GetEnumerator, (Stack_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110FB00, Object *, Stack_1_System_Object__Peek, (Stack_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110FB60, Object *, Stack_1_System_Object__Pop, (Stack_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6A80, Stack_1_System_Object__Pop__MethodInfo); DO_APP_FUNC(0x0110FBF0, void, Stack_1_System_Object__Push, (Stack_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5B328, Stack_1_System_Object__Push__MethodInfo); DO_APP_FUNC(0x0110FC60, void, Stack_1_System_Object__PushWithResize, (Stack_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0110FA30, IEnumerator_1_System_Object_ *, Stack_1_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (Stack_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110F680, void, Stack_1_System_Object__System_Collections_ICollection_CopyTo, (Stack_1_System_Object_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEAE0, Stack_1_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Stack_1_System_Object__System_Collections_ICollection_get_IsSynchronized, (Stack_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110F570, Object *, Stack_1_System_Object__System_Collections_ICollection_get_SyncRoot, (Stack_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110FA30, IEnumerator *, Stack_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (Stack_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110FCE0, void, Stack_1_System_Object__ThrowForEmptyStack, (Stack_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEAE8, Stack_1_System_Object__ThrowForEmptyStack__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, Stack_1_System_Object__get_Count, (Stack_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6AB0, Stack_1_System_Object__get_Count__MethodInfo); DO_APP_FUNC(0x01028980, void, Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue___ctor, (Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110FD40, void, Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue___ctor_1, (Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEAD8, Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue___ctor_1__MethodInfo); DO_APP_FUNC(0x0110D4A0, void, Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__Clear, (Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110FF20, bool, Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__Contains, (Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, OriginalMaterialValue item, MethodInfo * method)); DO_APP_FUNC(0x011102C0, Stack_1_T_Enumerator_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_, Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__GetEnumerator, (Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01110470, OriginalMaterialValue, Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__Peek, (Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01110500, OriginalMaterialValue, Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__Pop, (Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011105C0, void, Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__Push, (Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, OriginalMaterialValue item, MethodInfo * method)); DO_APP_FUNC(0x01110650, void, Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__PushWithResize, (Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, OriginalMaterialValue item, MethodInfo * method)); DO_APP_FUNC(0x01110370, IEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ *, Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_Generic_IEnumerable_T__GetEnumerator, (Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110FFA0, void, Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_ICollection_CopyTo, (Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEAA0, Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_ICollection_get_IsSynchronized, (Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110FE70, Object *, Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_ICollection_get_SyncRoot, (Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01110370, IEnumerator *, Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IEnumerable_GetEnumerator, (Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011106F0, void, Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__ThrowForEmptyStack, (Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBEA80, Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__ThrowForEmptyStack__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__get_Count, (Stack_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01028980, void, Stack_1_UnityEngine_Rect___ctor, (Stack_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01110750, void, Stack_1_UnityEngine_Rect___ctor_1, (Stack_1_UnityEngine_Rect_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BE98, Stack_1_UnityEngine_Rect___ctor_1__MethodInfo); DO_APP_FUNC(0x0110D4A0, void, Stack_1_UnityEngine_Rect__Clear, (Stack_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D060, Stack_1_UnityEngine_Rect__Clear__MethodInfo); DO_APP_FUNC(0x0110CA10, bool, Stack_1_UnityEngine_Rect__Contains, (Stack_1_UnityEngine_Rect_ * __this, Rect item, MethodInfo * method)); DO_APP_FUNC(0x0110CD90, Stack_1_T_Enumerator_UnityEngine_Rect_, Stack_1_UnityEngine_Rect__GetEnumerator, (Stack_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110CF00, Rect, Stack_1_UnityEngine_Rect__Peek, (Stack_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CFC0, Stack_1_UnityEngine_Rect__Peek__MethodInfo); DO_APP_FUNC(0x01110C50, Rect, Stack_1_UnityEngine_Rect__Pop, (Stack_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CFF0, Stack_1_UnityEngine_Rect__Pop__MethodInfo); DO_APP_FUNC(0x01110CF0, void, Stack_1_UnityEngine_Rect__Push, (Stack_1_UnityEngine_Rect_ * __this, Rect item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CFB8, Stack_1_UnityEngine_Rect__Push__MethodInfo); DO_APP_FUNC(0x01110D60, void, Stack_1_UnityEngine_Rect__PushWithResize, (Stack_1_UnityEngine_Rect_ * __this, Rect item, MethodInfo * method)); DO_APP_FUNC(0x0110CE20, IEnumerator_1_UnityEngine_Rect_ *, Stack_1_UnityEngine_Rect__System_Collections_Generic_IEnumerable_T__GetEnumerator, (Stack_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01110930, void, Stack_1_UnityEngine_Rect__System_Collections_ICollection_CopyTo, (Stack_1_UnityEngine_Rect_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BE80, Stack_1_UnityEngine_Rect__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Stack_1_UnityEngine_Rect__System_Collections_ICollection_get_IsSynchronized, (Stack_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01110880, Object *, Stack_1_UnityEngine_Rect__System_Collections_ICollection_get_SyncRoot, (Stack_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110CE20, IEnumerator *, Stack_1_UnityEngine_Rect__System_Collections_IEnumerable_GetEnumerator, (Stack_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01110DF0, void, Stack_1_UnityEngine_Rect__ThrowForEmptyStack, (Stack_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BE78, Stack_1_UnityEngine_Rect__ThrowForEmptyStack__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, Stack_1_UnityEngine_Rect__get_Count, (Stack_1_UnityEngine_Rect_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CFF8, Stack_1_UnityEngine_Rect__get_Count__MethodInfo); DO_APP_FUNC(0x01028980, void, Stack_1_UnityEngine_UIElements_TextureId___ctor, (Stack_1_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB560, Stack_1_UnityEngine_UIElements_TextureId___ctor__MethodInfo); DO_APP_FUNC(0x01110E50, void, Stack_1_UnityEngine_UIElements_TextureId___ctor_1, (Stack_1_UnityEngine_UIElements_TextureId_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BE88, Stack_1_UnityEngine_UIElements_TextureId___ctor_1__MethodInfo); DO_APP_FUNC(0x0110D4A0, void, Stack_1_UnityEngine_UIElements_TextureId__Clear, (Stack_1_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01111030, bool, Stack_1_UnityEngine_UIElements_TextureId__Contains, (Stack_1_UnityEngine_UIElements_TextureId_ * __this, TextureId item, MethodInfo * method)); DO_APP_FUNC(0x0110E100, Stack_1_T_Enumerator_UnityEngine_UIElements_TextureId_, Stack_1_UnityEngine_UIElements_TextureId__GetEnumerator, (Stack_1_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110E260, TextureId, Stack_1_UnityEngine_UIElements_TextureId__Peek, (Stack_1_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110E2C0, TextureId, Stack_1_UnityEngine_UIElements_TextureId__Pop, (Stack_1_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB608, Stack_1_UnityEngine_UIElements_TextureId__Pop__MethodInfo); DO_APP_FUNC(0x0110E340, void, Stack_1_UnityEngine_UIElements_TextureId__Push, (Stack_1_UnityEngine_UIElements_TextureId_ * __this, TextureId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB628, Stack_1_UnityEngine_UIElements_TextureId__Push__MethodInfo); DO_APP_FUNC(0x011113A0, void, Stack_1_UnityEngine_UIElements_TextureId__PushWithResize, (Stack_1_UnityEngine_UIElements_TextureId_ * __this, TextureId item, MethodInfo * method)); DO_APP_FUNC(0x0110E190, IEnumerator_1_UnityEngine_UIElements_TextureId_ *, Stack_1_UnityEngine_UIElements_TextureId__System_Collections_Generic_IEnumerable_T__GetEnumerator, (Stack_1_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01111080, void, Stack_1_UnityEngine_UIElements_TextureId__System_Collections_ICollection_CopyTo, (Stack_1_UnityEngine_UIElements_TextureId_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BE90, Stack_1_UnityEngine_UIElements_TextureId__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Stack_1_UnityEngine_UIElements_TextureId__System_Collections_ICollection_get_IsSynchronized, (Stack_1_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01110F80, Object *, Stack_1_UnityEngine_UIElements_TextureId__System_Collections_ICollection_get_SyncRoot, (Stack_1_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110E190, IEnumerator *, Stack_1_UnityEngine_UIElements_TextureId__System_Collections_IEnumerable_GetEnumerator, (Stack_1_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01111420, void, Stack_1_UnityEngine_UIElements_TextureId__ThrowForEmptyStack, (Stack_1_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BE58, Stack_1_UnityEngine_UIElements_TextureId__ThrowForEmptyStack__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, Stack_1_UnityEngine_UIElements_TextureId__get_Count, (Stack_1_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB5F0, Stack_1_UnityEngine_UIElements_TextureId__get_Count__MethodInfo); DO_APP_FUNC(0x01028980, void, Stack_1_UnityEngine_Vector2___ctor, (Stack_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF138, Stack_1_UnityEngine_Vector2___ctor__MethodInfo); DO_APP_FUNC(0x01111480, void, Stack_1_UnityEngine_Vector2___ctor_1, (Stack_1_UnityEngine_Vector2_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BE50, Stack_1_UnityEngine_Vector2___ctor_1__MethodInfo); DO_APP_FUNC(0x0110D4A0, void, Stack_1_UnityEngine_Vector2__Clear, (Stack_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01111660, bool, Stack_1_UnityEngine_Vector2__Contains, (Stack_1_UnityEngine_Vector2_ * __this, Vector2 item, MethodInfo * method)); DO_APP_FUNC(0x0110F9A0, Stack_1_T_Enumerator_UnityEngine_Vector2_, Stack_1_UnityEngine_Vector2__GetEnumerator, (Stack_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011119E0, Vector2, Stack_1_UnityEngine_Vector2__Peek, (Stack_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF0D8, Stack_1_UnityEngine_Vector2__Peek__MethodInfo); DO_APP_FUNC(0x01111A50, Vector2, Stack_1_UnityEngine_Vector2__Pop, (Stack_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF160, Stack_1_UnityEngine_Vector2__Pop__MethodInfo); DO_APP_FUNC(0x01111AE0, void, Stack_1_UnityEngine_Vector2__Push, (Stack_1_UnityEngine_Vector2_ * __this, Vector2 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF178, Stack_1_UnityEngine_Vector2__Push__MethodInfo); DO_APP_FUNC(0x01111B60, void, Stack_1_UnityEngine_Vector2__PushWithResize, (Stack_1_UnityEngine_Vector2_ * __this, Vector2 item, MethodInfo * method)); DO_APP_FUNC(0x0110FA30, IEnumerator_1_UnityEngine_Vector2_ *, Stack_1_UnityEngine_Vector2__System_Collections_Generic_IEnumerable_T__GetEnumerator, (Stack_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011116C0, void, Stack_1_UnityEngine_Vector2__System_Collections_ICollection_CopyTo, (Stack_1_UnityEngine_Vector2_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BE68, Stack_1_UnityEngine_Vector2__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Stack_1_UnityEngine_Vector2__System_Collections_ICollection_get_IsSynchronized, (Stack_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011115B0, Object *, Stack_1_UnityEngine_Vector2__System_Collections_ICollection_get_SyncRoot, (Stack_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110FA30, IEnumerator *, Stack_1_UnityEngine_Vector2__System_Collections_IEnumerable_GetEnumerator, (Stack_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01111BF0, void, Stack_1_UnityEngine_Vector2__ThrowForEmptyStack, (Stack_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BE60, Stack_1_UnityEngine_Vector2__ThrowForEmptyStack__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, Stack_1_UnityEngine_Vector2__get_Count, (Stack_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01028980, void, Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext___ctor, (Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FFA0, Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext___ctor__MethodInfo); DO_APP_FUNC(0x01111C50, void, Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext___ctor_1, (Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BE70, Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext___ctor_1__MethodInfo); DO_APP_FUNC(0x0110D4A0, void, Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__Clear, (Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FF18, Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__Clear__MethodInfo); DO_APP_FUNC(0x01111030, bool, Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__Contains, (Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, BaseStyleMatcher_MatchContext item, MethodInfo * method)); DO_APP_FUNC(0x0110F9A0, Stack_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_, Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__GetEnumerator, (Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110FB00, BaseStyleMatcher_MatchContext, Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__Peek, (Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01112150, BaseStyleMatcher_MatchContext, Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__Pop, (Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FF38, Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__Pop__MethodInfo); DO_APP_FUNC(0x011121D0, void, Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__Push, (Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, BaseStyleMatcher_MatchContext item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FF40, Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__Push__MethodInfo); DO_APP_FUNC(0x01112220, void, Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__PushWithResize, (Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, BaseStyleMatcher_MatchContext item, MethodInfo * method)); DO_APP_FUNC(0x0110FA30, IEnumerator_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ *, Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__System_Collections_Generic_IEnumerable_T__GetEnumerator, (Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01111E30, void, Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__System_Collections_ICollection_CopyTo, (Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BE28, Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__System_Collections_ICollection_get_IsSynchronized, (Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01111D80, Object *, Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__System_Collections_ICollection_get_SyncRoot, (Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110FA30, IEnumerator *, Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__System_Collections_IEnumerable_GetEnumerator, (Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011122A0, void, Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__ThrowForEmptyStack, (Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BE38, Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__ThrowForEmptyStack__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext__get_Count, (Stack_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01028980, void, Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator___ctor, (Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01112300, void, Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator___ctor_1, (Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BE30, Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator___ctor_1__MethodInfo); DO_APP_FUNC(0x0110C9E0, void, Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__Clear, (Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011124E0, bool, Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__Contains, (Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, DamageIndicatorMonitor_DamageIndicator item, MethodInfo * method)); DO_APP_FUNC(0x01112880, Stack_1_T_Enumerator_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_, Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__GetEnumerator, (Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01112A60, DamageIndicatorMonitor_DamageIndicator, Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__Peek, (Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01112B00, DamageIndicatorMonitor_DamageIndicator, Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__Pop, (Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01112CA0, void, Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__Push, (Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, DamageIndicatorMonitor_DamageIndicator item, MethodInfo * method)); DO_APP_FUNC(0x01112DA0, void, Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__PushWithResize, (Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, DamageIndicatorMonitor_DamageIndicator item, MethodInfo * method)); DO_APP_FUNC(0x01112930, IEnumerator_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ *, Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__System_Collections_Generic_IEnumerable_T__GetEnumerator, (Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01112560, void, Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__System_Collections_ICollection_CopyTo, (Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BE48, Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__System_Collections_ICollection_get_IsSynchronized, (Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01112430, Object *, Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__System_Collections_ICollection_get_SyncRoot, (Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01112930, IEnumerator *, Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__System_Collections_IEnumerable_GetEnumerator, (Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01112EA0, void, Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__ThrowForEmptyStack, (Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BE40, Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__ThrowForEmptyStack__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator__get_Count, (Stack_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01028980, void, Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext___ctor, (Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC550, Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext___ctor__MethodInfo); DO_APP_FUNC(0x01112F00, void, Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext___ctor_1, (Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BE08, Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext___ctor_1__MethodInfo); DO_APP_FUNC(0x0110C9E0, void, Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__Clear, (Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110CA10, bool, Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__Contains, (Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, EventDispatcher_DispatchContext item, MethodInfo * method)); DO_APP_FUNC(0x0110CD90, Stack_1_T_Enumerator_UnityEngine_UIElements_EventDispatcher_DispatchContext_, Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__GetEnumerator, (Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110CF00, EventDispatcher_DispatchContext, Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__Peek, (Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01113400, EventDispatcher_DispatchContext, Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__Pop, (Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01113530, void, Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__Push, (Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, EventDispatcher_DispatchContext item, MethodInfo * method)); DO_APP_FUNC(0x01113600, void, Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__PushWithResize, (Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, EventDispatcher_DispatchContext item, MethodInfo * method)); DO_APP_FUNC(0x0110CE20, IEnumerator_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ *, Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__System_Collections_Generic_IEnumerable_T__GetEnumerator, (Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011130E0, void, Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__System_Collections_ICollection_CopyTo, (Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BE10, Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__System_Collections_ICollection_get_IsSynchronized, (Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01113030, Object *, Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__System_Collections_ICollection_get_SyncRoot, (Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110CE20, IEnumerator *, Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__System_Collections_IEnumerable_GetEnumerator, (Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011136E0, void, Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__ThrowForEmptyStack, (Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BE20, Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__ThrowForEmptyStack__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext__get_Count, (Stack_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01028980, void, Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc___ctor, (Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01113740, void, Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc___ctor_1, (Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BE18, Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc___ctor_1__MethodInfo); DO_APP_FUNC(0x0110D4A0, void, Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Clear, (Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C587A8, Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Clear__MethodInfo); DO_APP_FUNC(0x01113920, bool, Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Contains, (Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc item, MethodInfo * method)); DO_APP_FUNC(0x01113CB0, Stack_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_, Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__GetEnumerator, (Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01113E20, ProbeBrickPool_BrickChunkAlloc, Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Peek, (Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01113EA0, ProbeBrickPool_BrickChunkAlloc, Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Pop, (Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C587D8, Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Pop__MethodInfo); DO_APP_FUNC(0x01113F50, void, Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Push, (Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58790, Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Push__MethodInfo); DO_APP_FUNC(0x01113FD0, void, Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__PushWithResize, (Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, ProbeBrickPool_BrickChunkAlloc item, MethodInfo * method)); DO_APP_FUNC(0x01113D40, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ *, Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_Generic_IEnumerable_T__GetEnumerator, (Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01113990, void, Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_ICollection_CopyTo, (Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BDD8, Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_ICollection_get_IsSynchronized, (Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01113870, Object *, Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_ICollection_get_SyncRoot, (Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01113D40, IEnumerator *, Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__System_Collections_IEnumerable_GetEnumerator, (Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01114060, void, Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__ThrowForEmptyStack, (Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BDC8, Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__ThrowForEmptyStack__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__get_Count, (Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C587F0, Stack_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__get_Count__MethodInfo); DO_APP_FUNC(0x01028980, void, Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext___ctor, (Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7210, Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext___ctor__MethodInfo); DO_APP_FUNC(0x011140C0, void, Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext___ctor_1, (Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BDE0, Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext___ctor_1__MethodInfo); DO_APP_FUNC(0x0110C9E0, void, Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__Clear, (Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110FF20, bool, Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__Contains, (Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, SequenceNode_SequenceConstructPosContext item, MethodInfo * method)); DO_APP_FUNC(0x011102C0, Stack_1_T_Enumerator_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_, Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__GetEnumerator, (Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01110470, SequenceNode_SequenceConstructPosContext, Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__Peek, (Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011145C0, SequenceNode_SequenceConstructPosContext, Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__Pop, (Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7220, Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__Pop__MethodInfo); DO_APP_FUNC(0x01114740, void, Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__Push, (Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, SequenceNode_SequenceConstructPosContext item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7218, Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__Push__MethodInfo); DO_APP_FUNC(0x01114820, void, Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__PushWithResize, (Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, SequenceNode_SequenceConstructPosContext item, MethodInfo * method)); DO_APP_FUNC(0x01110370, IEnumerator_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ *, Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__System_Collections_Generic_IEnumerable_T__GetEnumerator, (Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011142A0, void, Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__System_Collections_ICollection_CopyTo, (Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BDF0, Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__System_Collections_ICollection_get_IsSynchronized, (Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011141F0, Object *, Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__System_Collections_ICollection_get_SyncRoot, (Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01110370, IEnumerator *, Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__System_Collections_IEnumerable_GetEnumerator, (Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01114910, void, Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__ThrowForEmptyStack, (Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BE00, Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__ThrowForEmptyStack__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__get_Count, (Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC7208, Stack_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext__get_Count__MethodInfo); DO_APP_FUNC(0x01028980, void, Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext___ctor, (Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFD50, Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext___ctor__MethodInfo); DO_APP_FUNC(0x01114970, void, Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext___ctor_1, (Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BDF8, Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext___ctor_1__MethodInfo); DO_APP_FUNC(0x0110C9E0, void, Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__Clear, (Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFED0, Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__Clear__MethodInfo); DO_APP_FUNC(0x0110CA10, bool, Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__Contains, (Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, StyleVariableResolver_ResolveContext item, MethodInfo * method)); DO_APP_FUNC(0x0110CD90, Stack_1_T_Enumerator_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_, Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__GetEnumerator, (Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110CF00, StyleVariableResolver_ResolveContext, Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__Peek, (Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFF00, Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__Peek__MethodInfo); DO_APP_FUNC(0x0110CF80, StyleVariableResolver_ResolveContext, Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__Pop, (Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFF10, Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__Pop__MethodInfo); DO_APP_FUNC(0x0110D0B0, void, Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__Push, (Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, StyleVariableResolver_ResolveContext item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFEC8, Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__Push__MethodInfo); DO_APP_FUNC(0x0110D180, void, Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__PushWithResize, (Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, StyleVariableResolver_ResolveContext item, MethodInfo * method)); DO_APP_FUNC(0x0110CE20, IEnumerator_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ *, Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__System_Collections_Generic_IEnumerable_T__GetEnumerator, (Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01114B50, void, Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__System_Collections_ICollection_CopyTo, (Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BDB0, Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__System_Collections_ICollection_get_IsSynchronized, (Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01114AA0, Object *, Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__System_Collections_ICollection_get_SyncRoot, (Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0110CE20, IEnumerator *, Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__System_Collections_IEnumerable_GetEnumerator, (Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01114E70, void, Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__ThrowForEmptyStack, (Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BDA0, Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__ThrowForEmptyStack__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext__get_Count, (Stack_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01114ED0, void, Socket_StateTaskCompletionSource_2_System_Int32Enum_SocketReceiveMessageFromResult___ctor, (Socket_StateTaskCompletionSource_2_System_Int32Enum_SocketReceiveMessageFromResult_ * __this, Object * baseState, MethodInfo * method)); DO_APP_FUNC(0x01114ED0, void, Socket_StateTaskCompletionSource_2_System_Object_System_Object___ctor, (Socket_StateTaskCompletionSource_2_System_Object_System_Object_ * __this, Object * baseState, MethodInfo * method)); DO_APP_FUNC(0x01114ED0, void, Socket_StateTaskCompletionSource_2_System_Object_SocketReceiveFromResult___ctor, (Socket_StateTaskCompletionSource_2_System_Object_SocketReceiveFromResult_ * __this, Object * baseState, MethodInfo * method)); DO_APP_FUNC(0x01114ED0, void, Socket_StateTaskCompletionSource_3_System_Int32Enum_System_Object_SocketReceiveMessageFromResult___ctor, (Socket_StateTaskCompletionSource_3_System_Int32Enum_System_Object_SocketReceiveMessageFromResult_ * __this, Object * baseState, MethodInfo * method)); DO_APP_FUNC(0x01114ED0, void, Socket_StateTaskCompletionSource_3_System_Object_System_Object_System_Object___ctor, (Socket_StateTaskCompletionSource_3_System_Object_System_Object_System_Object_ * __this, Object * baseState, MethodInfo * method)); DO_APP_FUNC(0x00BADBA0, void, RuntimePropertyInfo_StaticGetter_1_System_Object___ctor, (RuntimePropertyInfo_StaticGetter_1_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x00BADCD0, Object *, RuntimePropertyInfo_StaticGetter_1_System_Object__Invoke, (RuntimePropertyInfo_StaticGetter_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StrongBox_1_System_Int32___ctor, (StrongBox_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, StrongBox_1_System_Int32___ctor_1, (StrongBox_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F628, StrongBox_1_System_Int32___ctor_1__MethodInfo); DO_APP_FUNC(0x01114EF0, Object *, StrongBox_1_System_Int32__System_Runtime_CompilerServices_IStrongBox_get_Value, (StrongBox_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01114F30, void, StrongBox_1_System_Int32__System_Runtime_CompilerServices_IStrongBox_set_Value, (StrongBox_1_System_Int32_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, StrongBox_1_System_Object___ctor, (StrongBox_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62500, StrongBox_1_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x003BABE0, void, StrongBox_1_System_Object___ctor_1, (StrongBox_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62508, StrongBox_1_System_Object___ctor_1__MethodInfo); DO_APP_FUNC(0x003B93C0, Object *, StrongBox_1_System_Object__System_Runtime_CompilerServices_IStrongBox_get_Value, (StrongBox_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01114FA0, void, StrongBox_1_System_Object__System_Runtime_CompilerServices_IStrongBox_set_Value, (StrongBox_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x011150B0, void, StructWrapperPool_1_System_Boolean___ctor, (StructWrapperPool_1_System_Boolean_ * __this, bool isStaticPool, MethodInfo * method)); DO_APP_FUNC(0x01115260, StructWrapper_1_System_Boolean_ *, StructWrapperPool_1_System_Boolean__Acquire, (StructWrapperPool_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011153F0, StructWrapper_1_System_Boolean_ *, StructWrapperPool_1_System_Boolean__Acquire_1, (StructWrapperPool_1_System_Boolean_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01115440, void, StructWrapperPool_1_System_Boolean__Release, (StructWrapperPool_1_System_Boolean_ * __this, StructWrapper_1_System_Boolean_ * obj, MethodInfo * method)); DO_APP_FUNC(0x01115480, void, StructWrapperPool_1_System_Byte___ctor, (StructWrapperPool_1_System_Byte_ * __this, bool isStaticPool, MethodInfo * method)); DO_APP_FUNC(0x01115260, StructWrapper_1_System_Byte_ *, StructWrapperPool_1_System_Byte__Acquire, (StructWrapperPool_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011153F0, StructWrapper_1_System_Byte_ *, StructWrapperPool_1_System_Byte__Acquire_1, (StructWrapperPool_1_System_Byte_ * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x01115440, void, StructWrapperPool_1_System_Byte__Release, (StructWrapperPool_1_System_Byte_ * __this, StructWrapper_1_System_Byte_ * obj, MethodInfo * method)); DO_APP_FUNC(0x01115630, void, StructWrapperPool_1_System_Double___ctor, (StructWrapperPool_1_System_Double_ * __this, bool isStaticPool, MethodInfo * method)); DO_APP_FUNC(0x01115260, StructWrapper_1_System_Double_ *, StructWrapperPool_1_System_Double__Acquire, (StructWrapperPool_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011157E0, StructWrapper_1_System_Double_ *, StructWrapperPool_1_System_Double__Acquire_1, (StructWrapperPool_1_System_Double_ * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x01115440, void, StructWrapperPool_1_System_Double__Release, (StructWrapperPool_1_System_Double_ * __this, StructWrapper_1_System_Double_ * obj, MethodInfo * method)); DO_APP_FUNC(0x01115830, void, StructWrapperPool_1_System_Int16___ctor, (StructWrapperPool_1_System_Int16_ * __this, bool isStaticPool, MethodInfo * method)); DO_APP_FUNC(0x01115260, StructWrapper_1_System_Int16_ *, StructWrapperPool_1_System_Int16__Acquire, (StructWrapperPool_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011159E0, StructWrapper_1_System_Int16_ *, StructWrapperPool_1_System_Int16__Acquire_1, (StructWrapperPool_1_System_Int16_ * __this, int16_t value, MethodInfo * method)); DO_APP_FUNC(0x01115440, void, StructWrapperPool_1_System_Int16__Release, (StructWrapperPool_1_System_Int16_ * __this, StructWrapper_1_System_Int16_ * obj, MethodInfo * method)); DO_APP_FUNC(0x01115A30, void, StructWrapperPool_1_System_Int32___ctor, (StructWrapperPool_1_System_Int32_ * __this, bool isStaticPool, MethodInfo * method)); DO_APP_FUNC(0x01115260, StructWrapper_1_System_Int32_ *, StructWrapperPool_1_System_Int32__Acquire, (StructWrapperPool_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01115BE0, StructWrapper_1_System_Int32_ *, StructWrapperPool_1_System_Int32__Acquire_1, (StructWrapperPool_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01115440, void, StructWrapperPool_1_System_Int32__Release, (StructWrapperPool_1_System_Int32_ * __this, StructWrapper_1_System_Int32_ * obj, MethodInfo * method)); DO_APP_FUNC(0x01115C30, void, StructWrapperPool_1_System_Int64___ctor, (StructWrapperPool_1_System_Int64_ * __this, bool isStaticPool, MethodInfo * method)); DO_APP_FUNC(0x01115260, StructWrapper_1_System_Int64_ *, StructWrapperPool_1_System_Int64__Acquire, (StructWrapperPool_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01115DE0, StructWrapper_1_System_Int64_ *, StructWrapperPool_1_System_Int64__Acquire_1, (StructWrapperPool_1_System_Int64_ * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC(0x01115440, void, StructWrapperPool_1_System_Int64__Release, (StructWrapperPool_1_System_Int64_ * __this, StructWrapper_1_System_Int64_ * obj, MethodInfo * method)); DO_APP_FUNC(0x01115E30, void, StructWrapperPool_1_System_Object___ctor, (StructWrapperPool_1_System_Object_ * __this, bool isStaticPool, MethodInfo * method)); DO_APP_FUNC(0x01115260, StructWrapper_1_System_Object_ *, StructWrapperPool_1_System_Object__Acquire, (StructWrapperPool_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01115FE0, StructWrapper_1_System_Object_ *, StructWrapperPool_1_System_Object__Acquire_1, (StructWrapperPool_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01115440, void, StructWrapperPool_1_System_Object__Release, (StructWrapperPool_1_System_Object_ * __this, StructWrapper_1_System_Object_ * obj, MethodInfo * method)); DO_APP_FUNC(0x01116080, void, StructWrapperPool_1_System_Single___ctor, (StructWrapperPool_1_System_Single_ * __this, bool isStaticPool, MethodInfo * method)); DO_APP_FUNC(0x01115260, StructWrapper_1_System_Single_ *, StructWrapperPool_1_System_Single__Acquire, (StructWrapperPool_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01116230, StructWrapper_1_System_Single_ *, StructWrapperPool_1_System_Single__Acquire_1, (StructWrapperPool_1_System_Single_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x01115440, void, StructWrapperPool_1_System_Single__Release, (StructWrapperPool_1_System_Single_ * __this, StructWrapper_1_System_Single_ * obj, MethodInfo * method)); DO_APP_FUNC(0x011167E0, void, StructWrapper_1_System_Boolean___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01116280, void, StructWrapper_1_System_Boolean___ctor, (StructWrapper_1_System_Boolean_ * __this, Pooling__Enum releasing, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC530, StructWrapper_1_System_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x01116380, void, StructWrapper_1_System_Boolean___ctor_1, (StructWrapper_1_System_Boolean_ * __this, Pooling__Enum releasing, Type * tType, WrappedType__Enum wType, MethodInfo * method)); DO_APP_FUNC(0x01116480, void, StructWrapper_1_System_Boolean__Dispose, (StructWrapper_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01116520, String *, StructWrapper_1_System_Boolean__ToString, (StructWrapper_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011165E0, String *, StructWrapper_1_System_Boolean__ToString_1, (StructWrapper_1_System_Boolean_ * __this, bool writeTypeInfo, MethodInfo * method)); DO_APP_FUNC(0x011163F0, bool, StructWrapper_1_System_Boolean__Unwrap, (StructWrapper_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, StructWrapperPool_1_System_Boolean_ *, StructWrapper_1_System_Boolean__get_ReturnPool, (StructWrapper_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, StructWrapper_1_System_Boolean__set_ReturnPool, (StructWrapper_1_System_Boolean_ * __this, StructWrapperPool_1_System_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC(0x011167E0, void, StructWrapper_1_System_Byte___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01116960, void, StructWrapper_1_System_Byte___ctor, (StructWrapper_1_System_Byte_ * __this, Pooling__Enum releasing, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAC528, StructWrapper_1_System_Byte___ctor__MethodInfo); DO_APP_FUNC(0x01116380, void, StructWrapper_1_System_Byte___ctor_1, (StructWrapper_1_System_Byte_ * __this, Pooling__Enum releasing, Type * tType, WrappedType__Enum wType, MethodInfo * method)); DO_APP_FUNC(0x01116480, void, StructWrapper_1_System_Byte__Dispose, (StructWrapper_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01116A60, String *, StructWrapper_1_System_Byte__ToString, (StructWrapper_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01116B20, String *, StructWrapper_1_System_Byte__ToString_1, (StructWrapper_1_System_Byte_ * __this, bool writeTypeInfo, MethodInfo * method)); DO_APP_FUNC(0x011163F0, uint8_t, StructWrapper_1_System_Byte__Unwrap, (StructWrapper_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, StructWrapperPool_1_System_Byte_ *, StructWrapper_1_System_Byte__get_ReturnPool, (StructWrapper_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, StructWrapper_1_System_Byte__set_ReturnPool, (StructWrapper_1_System_Byte_ * __this, StructWrapperPool_1_System_Byte_ * value, MethodInfo * method)); DO_APP_FUNC(0x011167E0, void, StructWrapper_1_System_Double___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01116C90, void, StructWrapper_1_System_Double___ctor, (StructWrapper_1_System_Double_ * __this, Pooling__Enum releasing, MethodInfo * method)); DO_APP_FUNC(0x01116380, void, StructWrapper_1_System_Double___ctor_1, (StructWrapper_1_System_Double_ * __this, Pooling__Enum releasing, Type * tType, WrappedType__Enum wType, MethodInfo * method)); DO_APP_FUNC(0x01116480, void, StructWrapper_1_System_Double__Dispose, (StructWrapper_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01116E10, String *, StructWrapper_1_System_Double__ToString, (StructWrapper_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01116EA0, String *, StructWrapper_1_System_Double__ToString_1, (StructWrapper_1_System_Double_ * __this, bool writeTypeInfo, MethodInfo * method)); DO_APP_FUNC(0x01116D90, double, StructWrapper_1_System_Double__Unwrap, (StructWrapper_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, StructWrapperPool_1_System_Double_ *, StructWrapper_1_System_Double__get_ReturnPool, (StructWrapper_1_System_Double_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, StructWrapper_1_System_Double__set_ReturnPool, (StructWrapper_1_System_Double_ * __this, StructWrapperPool_1_System_Double_ * value, MethodInfo * method)); DO_APP_FUNC(0x011167E0, void, StructWrapper_1_System_Int16___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01117080, void, StructWrapper_1_System_Int16___ctor, (StructWrapper_1_System_Int16_ * __this, Pooling__Enum releasing, MethodInfo * method)); DO_APP_FUNC(0x01116380, void, StructWrapper_1_System_Int16___ctor_1, (StructWrapper_1_System_Int16_ * __this, Pooling__Enum releasing, Type * tType, WrappedType__Enum wType, MethodInfo * method)); DO_APP_FUNC(0x01116480, void, StructWrapper_1_System_Int16__Dispose, (StructWrapper_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01117210, String *, StructWrapper_1_System_Int16__ToString, (StructWrapper_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011172D0, String *, StructWrapper_1_System_Int16__ToString_1, (StructWrapper_1_System_Int16_ * __this, bool writeTypeInfo, MethodInfo * method)); DO_APP_FUNC(0x01117180, int16_t, StructWrapper_1_System_Int16__Unwrap, (StructWrapper_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, StructWrapperPool_1_System_Int16_ *, StructWrapper_1_System_Int16__get_ReturnPool, (StructWrapper_1_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, StructWrapper_1_System_Int16__set_ReturnPool, (StructWrapper_1_System_Int16_ * __this, StructWrapperPool_1_System_Int16_ * value, MethodInfo * method)); DO_APP_FUNC(0x011167E0, void, StructWrapper_1_System_Int32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01117440, void, StructWrapper_1_System_Int32___ctor, (StructWrapper_1_System_Int32_ * __this, Pooling__Enum releasing, MethodInfo * method)); DO_APP_FUNC(0x01116380, void, StructWrapper_1_System_Int32___ctor_1, (StructWrapper_1_System_Int32_ * __this, Pooling__Enum releasing, Type * tType, WrappedType__Enum wType, MethodInfo * method)); DO_APP_FUNC(0x01116480, void, StructWrapper_1_System_Int32__Dispose, (StructWrapper_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011175C0, String *, StructWrapper_1_System_Int32__ToString, (StructWrapper_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01117680, String *, StructWrapper_1_System_Int32__ToString_1, (StructWrapper_1_System_Int32_ * __this, bool writeTypeInfo, MethodInfo * method)); DO_APP_FUNC(0x01117540, int32_t, StructWrapper_1_System_Int32__Unwrap, (StructWrapper_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, StructWrapperPool_1_System_Int32_ *, StructWrapper_1_System_Int32__get_ReturnPool, (StructWrapper_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, StructWrapper_1_System_Int32__set_ReturnPool, (StructWrapper_1_System_Int32_ * __this, StructWrapperPool_1_System_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x011167E0, void, StructWrapper_1_System_Int64___cctor, (MethodInfo * method)); DO_APP_FUNC(0x011178B0, void, StructWrapper_1_System_Int64___ctor, (StructWrapper_1_System_Int64_ * __this, Pooling__Enum releasing, MethodInfo * method)); DO_APP_FUNC(0x01116380, void, StructWrapper_1_System_Int64___ctor_1, (StructWrapper_1_System_Int64_ * __this, Pooling__Enum releasing, Type * tType, WrappedType__Enum wType, MethodInfo * method)); DO_APP_FUNC(0x01116480, void, StructWrapper_1_System_Int64__Dispose, (StructWrapper_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01117A40, String *, StructWrapper_1_System_Int64__ToString, (StructWrapper_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01117B00, String *, StructWrapper_1_System_Int64__ToString_1, (StructWrapper_1_System_Int64_ * __this, bool writeTypeInfo, MethodInfo * method)); DO_APP_FUNC(0x011179B0, int64_t, StructWrapper_1_System_Int64__Unwrap, (StructWrapper_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, StructWrapperPool_1_System_Int64_ *, StructWrapper_1_System_Int64__get_ReturnPool, (StructWrapper_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, StructWrapper_1_System_Int64__set_ReturnPool, (StructWrapper_1_System_Int64_ * __this, StructWrapperPool_1_System_Int64_ * value, MethodInfo * method)); DO_APP_FUNC(0x011167E0, void, StructWrapper_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01117C80, void, StructWrapper_1_System_Object___ctor, (StructWrapper_1_System_Object_ * __this, Pooling__Enum releasing, MethodInfo * method)); DO_APP_FUNC(0x01116380, void, StructWrapper_1_System_Object___ctor_1, (StructWrapper_1_System_Object_ * __this, Pooling__Enum releasing, Type * tType, WrappedType__Enum wType, MethodInfo * method)); DO_APP_FUNC(0x01116480, void, StructWrapper_1_System_Object__Dispose, (StructWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01117D80, String *, StructWrapper_1_System_Object__ToString, (StructWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01117DD0, String *, StructWrapper_1_System_Object__ToString_1, (StructWrapper_1_System_Object_ * __this, bool writeTypeInfo, MethodInfo * method)); DO_APP_FUNC(0x011179B0, Object *, StructWrapper_1_System_Object__Unwrap, (StructWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, StructWrapperPool_1_System_Object_ *, StructWrapper_1_System_Object__get_ReturnPool, (StructWrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, StructWrapper_1_System_Object__set_ReturnPool, (StructWrapper_1_System_Object_ * __this, StructWrapperPool_1_System_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x011167E0, void, StructWrapper_1_System_Single___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01117F40, void, StructWrapper_1_System_Single___ctor, (StructWrapper_1_System_Single_ * __this, Pooling__Enum releasing, MethodInfo * method)); DO_APP_FUNC(0x01116380, void, StructWrapper_1_System_Single___ctor_1, (StructWrapper_1_System_Single_ * __this, Pooling__Enum releasing, Type * tType, WrappedType__Enum wType, MethodInfo * method)); DO_APP_FUNC(0x01116480, void, StructWrapper_1_System_Single__Dispose, (StructWrapper_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011180C0, String *, StructWrapper_1_System_Single__ToString, (StructWrapper_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01118150, String *, StructWrapper_1_System_Single__ToString_1, (StructWrapper_1_System_Single_ * __this, bool writeTypeInfo, MethodInfo * method)); DO_APP_FUNC(0x01118040, float, StructWrapper_1_System_Single__Unwrap, (StructWrapper_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, StructWrapperPool_1_System_Single_ *, StructWrapper_1_System_Single__get_ReturnPool, (StructWrapper_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, StructWrapper_1_System_Single__set_ReturnPool, (StructWrapper_1_System_Single_ * __this, StructWrapperPool_1_System_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x01118330, StyleDataRef_1_InheritedData_, StyleDataRef_1_InheritedData__Acquire, (StyleDataRef_1_InheritedData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA248, StyleDataRef_1_InheritedData__Acquire__MethodInfo); DO_APP_FUNC(0x011184A0, void, StyleDataRef_1_InheritedData__CopyFrom, (StyleDataRef_1_InheritedData_ * __this, StyleDataRef_1_InheritedData_ other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA1D0, StyleDataRef_1_InheritedData__CopyFrom__MethodInfo); DO_APP_FUNC(0x01118830, StyleDataRef_1_InheritedData_, StyleDataRef_1_InheritedData__Create, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA178, StyleDataRef_1_InheritedData__Create__MethodInfo); DO_APP_FUNC(0x01118A60, bool, StyleDataRef_1_InheritedData__Equals, (StyleDataRef_1_InheritedData_ * __this, StyleDataRef_1_InheritedData_ other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9E88, StyleDataRef_1_InheritedData__Equals__MethodInfo); DO_APP_FUNC(0x01118AF0, bool, StyleDataRef_1_InheritedData__Equals_1, (StyleDataRef_1_InheritedData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01118940, int32_t, StyleDataRef_1_InheritedData__GetHashCode, (StyleDataRef_1_InheritedData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2F30, StyleDataRef_1_InheritedData__GetHashCode__MethodInfo); DO_APP_FUNC(0x01118670, InheritedData *, StyleDataRef_1_InheritedData__Read, (StyleDataRef_1_InheritedData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9ED30, StyleDataRef_1_InheritedData__Read__MethodInfo); DO_APP_FUNC(0x011183C0, void, StyleDataRef_1_InheritedData__Release, (StyleDataRef_1_InheritedData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA1B8, StyleDataRef_1_InheritedData__Release__MethodInfo); DO_APP_FUNC(0x01118690, InheritedData *, StyleDataRef_1_InheritedData__Write, (StyleDataRef_1_InheritedData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EDF8, StyleDataRef_1_InheritedData__Write__MethodInfo); DO_APP_FUNC(0x01118990, bool, StyleDataRef_1_InheritedData__op_Equality, (StyleDataRef_1_InheritedData_ lhs, StyleDataRef_1_InheritedData_ rhs, MethodInfo * method)); DO_APP_FUNC(0x01118330, StyleDataRef_1_LayoutData_, StyleDataRef_1_LayoutData__Acquire, (StyleDataRef_1_LayoutData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA130, StyleDataRef_1_LayoutData__Acquire__MethodInfo); DO_APP_FUNC(0x01118BF0, void, StyleDataRef_1_LayoutData__CopyFrom, (StyleDataRef_1_LayoutData_ * __this, StyleDataRef_1_LayoutData_ other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA1F0, StyleDataRef_1_LayoutData__CopyFrom__MethodInfo); DO_APP_FUNC(0x01118830, StyleDataRef_1_LayoutData_, StyleDataRef_1_LayoutData__Create, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA180, StyleDataRef_1_LayoutData__Create__MethodInfo); DO_APP_FUNC(0x01118A60, bool, StyleDataRef_1_LayoutData__Equals, (StyleDataRef_1_LayoutData_ * __this, StyleDataRef_1_LayoutData_ other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9E40, StyleDataRef_1_LayoutData__Equals__MethodInfo); DO_APP_FUNC(0x01118AF0, bool, StyleDataRef_1_LayoutData__Equals_1, (StyleDataRef_1_LayoutData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01118EC0, int32_t, StyleDataRef_1_LayoutData__GetHashCode, (StyleDataRef_1_LayoutData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01118670, LayoutData *, StyleDataRef_1_LayoutData__Read, (StyleDataRef_1_LayoutData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EE70, StyleDataRef_1_LayoutData__Read__MethodInfo); DO_APP_FUNC(0x011183C0, void, StyleDataRef_1_LayoutData__Release, (StyleDataRef_1_LayoutData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA198, StyleDataRef_1_LayoutData__Release__MethodInfo); DO_APP_FUNC(0x01118690, LayoutData *, StyleDataRef_1_LayoutData__Write, (StyleDataRef_1_LayoutData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EE50, StyleDataRef_1_LayoutData__Write__MethodInfo); DO_APP_FUNC(0x01118F10, bool, StyleDataRef_1_LayoutData__op_Equality, (StyleDataRef_1_LayoutData_ lhs, StyleDataRef_1_LayoutData_ rhs, MethodInfo * method)); DO_APP_FUNC(0x01118330, StyleDataRef_1_RareData_, StyleDataRef_1_RareData__Acquire, (StyleDataRef_1_RareData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA140, StyleDataRef_1_RareData__Acquire__MethodInfo); DO_APP_FUNC(0x01119000, void, StyleDataRef_1_RareData__CopyFrom, (StyleDataRef_1_RareData_ * __this, StyleDataRef_1_RareData_ other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA1E0, StyleDataRef_1_RareData__CopyFrom__MethodInfo); DO_APP_FUNC(0x01118830, StyleDataRef_1_RareData_, StyleDataRef_1_RareData__Create, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA150, StyleDataRef_1_RareData__Create__MethodInfo); DO_APP_FUNC(0x01118A60, bool, StyleDataRef_1_RareData__Equals, (StyleDataRef_1_RareData_ * __this, StyleDataRef_1_RareData_ other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9E38, StyleDataRef_1_RareData__Equals__MethodInfo); DO_APP_FUNC(0x01118AF0, bool, StyleDataRef_1_RareData__Equals_1, (StyleDataRef_1_RareData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x011191D0, int32_t, StyleDataRef_1_RareData__GetHashCode, (StyleDataRef_1_RareData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01118670, RareData *, StyleDataRef_1_RareData__Read, (StyleDataRef_1_RareData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9ED28, StyleDataRef_1_RareData__Read__MethodInfo); DO_APP_FUNC(0x011183C0, void, StyleDataRef_1_RareData__Release, (StyleDataRef_1_RareData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA1A0, StyleDataRef_1_RareData__Release__MethodInfo); DO_APP_FUNC(0x01118690, RareData *, StyleDataRef_1_RareData__Write, (StyleDataRef_1_RareData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EE10, StyleDataRef_1_RareData__Write__MethodInfo); DO_APP_FUNC(0x01119220, bool, StyleDataRef_1_RareData__op_Equality, (StyleDataRef_1_RareData_ lhs, StyleDataRef_1_RareData_ rhs, MethodInfo * method)); DO_APP_FUNC(0x01118330, StyleDataRef_1_TransformData_, StyleDataRef_1_TransformData__Acquire, (StyleDataRef_1_TransformData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA148, StyleDataRef_1_TransformData__Acquire__MethodInfo); DO_APP_FUNC(0x01119340, void, StyleDataRef_1_TransformData__CopyFrom, (StyleDataRef_1_TransformData_ * __this, StyleDataRef_1_TransformData_ other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA1E8, StyleDataRef_1_TransformData__CopyFrom__MethodInfo); DO_APP_FUNC(0x01118830, StyleDataRef_1_TransformData_, StyleDataRef_1_TransformData__Create, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA110, StyleDataRef_1_TransformData__Create__MethodInfo); DO_APP_FUNC(0x01118A60, bool, StyleDataRef_1_TransformData__Equals, (StyleDataRef_1_TransformData_ * __this, StyleDataRef_1_TransformData_ other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9E48, StyleDataRef_1_TransformData__Equals__MethodInfo); DO_APP_FUNC(0x01118AF0, bool, StyleDataRef_1_TransformData__Equals_1, (StyleDataRef_1_TransformData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01119530, int32_t, StyleDataRef_1_TransformData__GetHashCode, (StyleDataRef_1_TransformData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01118670, TransformData *, StyleDataRef_1_TransformData__Read, (StyleDataRef_1_TransformData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9ECB8, StyleDataRef_1_TransformData__Read__MethodInfo); DO_APP_FUNC(0x011183C0, void, StyleDataRef_1_TransformData__Release, (StyleDataRef_1_TransformData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA188, StyleDataRef_1_TransformData__Release__MethodInfo); DO_APP_FUNC(0x01118690, TransformData *, StyleDataRef_1_TransformData__Write, (StyleDataRef_1_TransformData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EE58, StyleDataRef_1_TransformData__Write__MethodInfo); DO_APP_FUNC(0x01119580, bool, StyleDataRef_1_TransformData__op_Equality, (StyleDataRef_1_TransformData_ lhs, StyleDataRef_1_TransformData_ rhs, MethodInfo * method)); DO_APP_FUNC(0x01118330, StyleDataRef_1_TransitionData_, StyleDataRef_1_TransitionData__Acquire, (StyleDataRef_1_TransitionData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA128, StyleDataRef_1_TransitionData__Acquire__MethodInfo); DO_APP_FUNC(0x01119620, void, StyleDataRef_1_TransitionData__CopyFrom, (StyleDataRef_1_TransitionData_ * __this, StyleDataRef_1_TransitionData_ other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA1C0, StyleDataRef_1_TransitionData__CopyFrom__MethodInfo); DO_APP_FUNC(0x01118830, StyleDataRef_1_TransitionData_, StyleDataRef_1_TransitionData__Create, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA158, StyleDataRef_1_TransitionData__Create__MethodInfo); DO_APP_FUNC(0x01118A60, bool, StyleDataRef_1_TransitionData__Equals, (StyleDataRef_1_TransitionData_ * __this, StyleDataRef_1_TransitionData_ other, MethodInfo * method)); DO_APP_FUNC(0x01118AF0, bool, StyleDataRef_1_TransitionData__Equals_1, (StyleDataRef_1_TransitionData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x011197F0, int32_t, StyleDataRef_1_TransitionData__GetHashCode, (StyleDataRef_1_TransitionData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01118670, TransitionData *, StyleDataRef_1_TransitionData__Read, (StyleDataRef_1_TransitionData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9ECD0, StyleDataRef_1_TransitionData__Read__MethodInfo); DO_APP_FUNC(0x011183C0, void, StyleDataRef_1_TransitionData__Release, (StyleDataRef_1_TransitionData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA190, StyleDataRef_1_TransitionData__Release__MethodInfo); DO_APP_FUNC(0x01118690, TransitionData *, StyleDataRef_1_TransitionData__Write, (StyleDataRef_1_TransitionData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EE00, StyleDataRef_1_TransitionData__Write__MethodInfo); DO_APP_FUNC(0x01119840, bool, StyleDataRef_1_TransitionData__op_Equality, (StyleDataRef_1_TransitionData_ lhs, StyleDataRef_1_TransitionData_ rhs, MethodInfo * method)); DO_APP_FUNC(0x01118330, StyleDataRef_1_VisualData_, StyleDataRef_1_VisualData__Acquire, (StyleDataRef_1_VisualData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA120, StyleDataRef_1_VisualData__Acquire__MethodInfo); DO_APP_FUNC(0x011198F0, void, StyleDataRef_1_VisualData__CopyFrom, (StyleDataRef_1_VisualData_ * __this, StyleDataRef_1_VisualData_ other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA1D8, StyleDataRef_1_VisualData__CopyFrom__MethodInfo); DO_APP_FUNC(0x01118830, StyleDataRef_1_VisualData_, StyleDataRef_1_VisualData__Create, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA168, StyleDataRef_1_VisualData__Create__MethodInfo); DO_APP_FUNC(0x01118A60, bool, StyleDataRef_1_VisualData__Equals, (StyleDataRef_1_VisualData_ * __this, StyleDataRef_1_VisualData_ other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9E50, StyleDataRef_1_VisualData__Equals__MethodInfo); DO_APP_FUNC(0x01118AF0, bool, StyleDataRef_1_VisualData__Equals_1, (StyleDataRef_1_VisualData_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01119AC0, int32_t, StyleDataRef_1_VisualData__GetHashCode, (StyleDataRef_1_VisualData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01118670, VisualData *, StyleDataRef_1_VisualData__Read, (StyleDataRef_1_VisualData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9ED88, StyleDataRef_1_VisualData__Read__MethodInfo); DO_APP_FUNC(0x011183C0, void, StyleDataRef_1_VisualData__Release, (StyleDataRef_1_VisualData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAA1A8, StyleDataRef_1_VisualData__Release__MethodInfo); DO_APP_FUNC(0x01118690, VisualData *, StyleDataRef_1_VisualData__Write, (StyleDataRef_1_VisualData_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9EE60, StyleDataRef_1_VisualData__Write__MethodInfo); DO_APP_FUNC(0x01119B10, bool, StyleDataRef_1_VisualData__op_Equality, (StyleDataRef_1_VisualData_ lhs, StyleDataRef_1_VisualData_ rhs, MethodInfo * method)); DO_APP_FUNC(0x01119C10, void, StyleEnum_1_System_Int32Enum___ctor, (StyleEnum_1_System_Int32Enum_ * __this, Int32Enum__Enum v, MethodInfo * method)); DO_APP_FUNC(0x01119C50, void, StyleEnum_1_System_Int32Enum___ctor_1, (StyleEnum_1_System_Int32Enum_ * __this, StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x00ADB730, void, StyleEnum_1_System_Int32Enum___ctor_2, (StyleEnum_1_System_Int32Enum_ * __this, Int32Enum__Enum v, StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x01119E80, bool, StyleEnum_1_System_Int32Enum__Equals, (StyleEnum_1_System_Int32Enum_ * __this, StyleEnum_1_System_Int32Enum_ other, MethodInfo * method)); DO_APP_FUNC(0x01119F10, bool, StyleEnum_1_System_Int32Enum__Equals_1, (StyleEnum_1_System_Int32Enum_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0111A010, int32_t, StyleEnum_1_System_Int32Enum__GetHashCode, (StyleEnum_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111A0A0, String *, StyleEnum_1_System_Int32Enum__ToString, (StyleEnum_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01119C00, StyleKeyword__Enum, StyleEnum_1_System_Int32Enum__get_keyword, (StyleEnum_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01119BF0, Int32Enum__Enum, StyleEnum_1_System_Int32Enum__get_value, (StyleEnum_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01119C90, bool, StyleEnum_1_System_Int32Enum__op_Equality, (StyleEnum_1_System_Int32Enum_ lhs, StyleEnum_1_System_Int32Enum_ rhs, MethodInfo * method)); DO_APP_FUNC(0x01119E20, StyleEnum_1_System_Int32Enum_, StyleEnum_1_System_Int32Enum__op_Implicit, (Int32Enum__Enum v, MethodInfo * method)); DO_APP_FUNC(0x01119DC0, StyleEnum_1_System_Int32Enum_, StyleEnum_1_System_Int32Enum__op_Implicit_1, (StyleKeyword__Enum keyword, MethodInfo * method)); DO_APP_FUNC(0x01119D30, bool, StyleEnum_1_System_Int32Enum__op_Inequality, (StyleEnum_1_System_Int32Enum_ lhs, StyleEnum_1_System_Int32Enum_ rhs, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SubsystemDescriptorWithProvider_2_System_Object_System_Object___ctor, (SubsystemDescriptorWithProvider_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111A190, Object *, SubsystemDescriptorWithProvider_2_System_Object_System_Object__Create, (SubsystemDescriptorWithProvider_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111A160, ISubsystem *, SubsystemDescriptorWithProvider_2_System_Object_System_Object__CreateImpl, (SubsystemDescriptorWithProvider_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111A780, Object *, SubsystemDescriptorWithProvider_2_System_Object_System_Object__CreateProvider, (SubsystemDescriptorWithProvider_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111A450, void, SubsystemDescriptorWithProvider_2_System_Object_System_Object__ThrowIfInvalid, (SubsystemDescriptorWithProvider_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BC60, SubsystemDescriptorWithProvider_2_System_Object_System_Object__ThrowIfInvalid__MethodInfo); DO_APP_FUNC(0x0111AF40, void, SubsystemLifecycleManager_3_System_Object_System_Object_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x003AC000, void, SubsystemLifecycleManager_3_System_Object_System_Object_System_Object___ctor, (SubsystemLifecycleManager_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111AD00, void, SubsystemLifecycleManager_3_System_Object_System_Object_System_Object__EnsureSubsystemInstanceSet, (SubsystemLifecycleManager_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111A8A0, Object *, SubsystemLifecycleManager_3_System_Object_System_Object_System_Object__GetActiveSubsystemInstance, (SubsystemLifecycleManager_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SubsystemLifecycleManager_3_System_Object_System_Object_System_Object__OnAfterStart, (SubsystemLifecycleManager_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SubsystemLifecycleManager_3_System_Object_System_Object_System_Object__OnBeforeStart, (SubsystemLifecycleManager_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x010149B0, void, SubsystemLifecycleManager_3_System_Object_System_Object_System_Object__OnDestroy, (SubsystemLifecycleManager_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111AE90, void, SubsystemLifecycleManager_3_System_Object_System_Object_System_Object__OnDisable, (SubsystemLifecycleManager_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111AD60, void, SubsystemLifecycleManager_3_System_Object_System_Object_System_Object__OnEnable, (SubsystemLifecycleManager_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111A830, Object *, SubsystemLifecycleManager_3_System_Object_System_Object_System_Object__get_descriptor, (SubsystemLifecycleManager_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, SubsystemLifecycleManager_3_System_Object_System_Object_System_Object__get_subsystem, (SubsystemLifecycleManager_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, SubsystemLifecycleManager_3_System_Object_System_Object_System_Object__set_subsystem, (SubsystemLifecycleManager_3_System_Object_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SubsystemProvider_1_System_Object___ctor, (SubsystemProvider_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, SubsystemProvider_1_System_Object__TryInitialize, (SubsystemProvider_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SubsystemWithProvider_3_System_Object_System_Object_System_Object___ctor, (SubsystemWithProvider_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111B320, void, SubsystemWithProvider_3_System_Object_System_Object_System_Object__Initialize, (SubsystemWithProvider_3_System_Object_System_Object_System_Object_ * __this, SubsystemDescriptorWithProvider * descriptor, SubsystemProvider * provider, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, SubsystemWithProvider_3_System_Object_System_Object_System_Object__OnCreate, (SubsystemWithProvider_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111B2D0, void, SubsystemWithProvider_3_System_Object_System_Object_System_Object__OnDestroy, (SubsystemWithProvider_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111B230, void, SubsystemWithProvider_3_System_Object_System_Object_System_Object__OnStart, (SubsystemWithProvider_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111B280, void, SubsystemWithProvider_3_System_Object_System_Object_System_Object__OnStop, (SubsystemWithProvider_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE09A0, SubsystemDescriptorWithProvider *, SubsystemWithProvider_3_System_Object_System_Object_System_Object__get_descriptor, (SubsystemWithProvider_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Object *, SubsystemWithProvider_3_System_Object_System_Object_System_Object__get_provider, (SubsystemWithProvider_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Object *, SubsystemWithProvider_3_System_Object_System_Object_System_Object__get_subsystemDescriptor, (SubsystemWithProvider_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, SubsystemWithProvider_3_System_Object_System_Object_System_Object__set_provider, (SubsystemWithProvider_3_System_Object_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, SubsystemWithProvider_3_System_Object_System_Object_System_Object__set_subsystemDescriptor, (SubsystemWithProvider_3_System_Object_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0111BBD0, void, SynchronizedQueue_1_System_Object___ctor, (SynchronizedQueue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111B4C0, void, SynchronizedQueue_1_System_Object__Clear, (SynchronizedQueue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111B7D0, void, SynchronizedQueue_1_System_Object__Enqueue, (SynchronizedQueue_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0111B960, bool, SynchronizedQueue_1_System_Object__TryDequeue, (SynchronizedQueue_1_System_Object_ * __this, Object * * item, MethodInfo * method)); DO_APP_FUNC(0x0111B640, int32_t, SynchronizedQueue_1_System_Object__get_Count, (SynchronizedQueue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TempListPool_TList_1_Rewired_ControllerTemplateElementTarget___ctor, (TempListPool_TList_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111BCA0, TempListPool_TList_1_Rewired_ControllerTemplateElementTarget_ *, TempListPool_TList_1_Rewired_ControllerTemplateElementTarget__Create, (MethodInfo * method)); DO_APP_FUNC(0x0111BDA0, void, TempListPool_TList_1_Rewired_ControllerTemplateElementTarget__Dispose, (TempListPool_TList_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC60, void, TempListPool_TList_1_Rewired_ControllerTemplateElementTarget__Rewired_Utils_TempListPool_ITListSetter_T__SetList, (TempListPool_TList_1_Rewired_ControllerTemplateElementTarget_ * __this, List_1_Rewired_ControllerTemplateElementTarget_ * param_0000c069, MethodInfo * method)); DO_APP_FUNC(0x0111BD60, List_1_Rewired_ControllerTemplateElementTarget_ *, TempListPool_TList_1_Rewired_ControllerTemplateElementTarget__get_list, (TempListPool_TList_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87580, TempListPool_TList_1_Rewired_ControllerTemplateElementTarget__get_list__MethodInfo); DO_APP_FUNC(0x0111BE80, void, TempListPool_TList_1_Rewired_ControllerTemplateElementTarget__kQyKiWhZWXIXDhhJoYnSaJojvYWB, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BBE8, TempListPool_TList_1_Rewired_ControllerTemplateElementTarget__kQyKiWhZWXIXDhhJoYnSaJojvYWB__MethodInfo); DO_APP_FUNC(0x0111BEE0, List_1_Rewired_ControllerTemplateElementTarget_ *, TempListPool_TList_1_Rewired_ControllerTemplateElementTarget__op_Implicit, (TempListPool_TList_1_Rewired_ControllerTemplateElementTarget_ * obj, MethodInfo * method)); DO_APP_FUNC(0x0111BDD0, void, TempListPool_TList_1_Rewired_ControllerTemplateElementTarget__pKIANUGrvBNRltFXCoehFBlmVRUyA, (TempListPool_TList_1_Rewired_ControllerTemplateElementTarget_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TempListPool_TList_1_System_Int32Enum___ctor, (TempListPool_TList_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111BCA0, TempListPool_TList_1_System_Int32Enum_ *, TempListPool_TList_1_System_Int32Enum__Create, (MethodInfo * method)); DO_APP_FUNC(0x0111BDA0, void, TempListPool_TList_1_System_Int32Enum__Dispose, (TempListPool_TList_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC60, void, TempListPool_TList_1_System_Int32Enum__Rewired_Utils_TempListPool_ITListSetter_T__SetList, (TempListPool_TList_1_System_Int32Enum_ * __this, List_1_System_Int32Enum_ * param_0000c069, MethodInfo * method)); DO_APP_FUNC(0x0111BD60, List_1_System_Int32Enum_ *, TempListPool_TList_1_System_Int32Enum__get_list, (TempListPool_TList_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111BF60, void, TempListPool_TList_1_System_Int32Enum__kQyKiWhZWXIXDhhJoYnSaJojvYWB, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BC08, TempListPool_TList_1_System_Int32Enum__kQyKiWhZWXIXDhhJoYnSaJojvYWB__MethodInfo); DO_APP_FUNC(0x0111BEE0, List_1_System_Int32Enum_ *, TempListPool_TList_1_System_Int32Enum__op_Implicit, (TempListPool_TList_1_System_Int32Enum_ * obj, MethodInfo * method)); DO_APP_FUNC(0x0111BDD0, void, TempListPool_TList_1_System_Int32Enum__pKIANUGrvBNRltFXCoehFBlmVRUyA, (TempListPool_TList_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TempListPool_TList_1_System_Object___ctor, (TempListPool_TList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111BCA0, TempListPool_TList_1_System_Object_ *, TempListPool_TList_1_System_Object__Create, (MethodInfo * method)); DO_APP_FUNC(0x0111BDA0, void, TempListPool_TList_1_System_Object__Dispose, (TempListPool_TList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC60, void, TempListPool_TList_1_System_Object__Rewired_Utils_TempListPool_ITListSetter_T__SetList, (TempListPool_TList_1_System_Object_ * __this, List_1_System_Object_ * param_0000c069, MethodInfo * method)); DO_APP_FUNC(0x0111BD60, List_1_System_Object_ *, TempListPool_TList_1_System_Object__get_list, (TempListPool_TList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111BFC0, void, TempListPool_TList_1_System_Object__kQyKiWhZWXIXDhhJoYnSaJojvYWB, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BC00, TempListPool_TList_1_System_Object__kQyKiWhZWXIXDhhJoYnSaJojvYWB__MethodInfo); DO_APP_FUNC(0x0111BEE0, List_1_System_Object_ *, TempListPool_TList_1_System_Object__op_Implicit, (TempListPool_TList_1_System_Object_ * obj, MethodInfo * method)); DO_APP_FUNC(0x0111BDD0, void, TempListPool_TList_1_System_Object__pKIANUGrvBNRltFXCoehFBlmVRUyA, (TempListPool_TList_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111C130, void, TMP_ListPool_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x010108F0, List_1_System_Object_ *, TMP_ListPool_1_System_Object__Get, (MethodInfo * method)); DO_APP_FUNC(0x0111C020, void, TMP_ListPool_1_System_Object__Release, (List_1_System_Object_ * toRelease, MethodInfo * method)); DO_APP_FUNC(0x0111C3F0, void, TMP_ObjectPool_1_System_Object___ctor, (TMP_ObjectPool_1_System_Object_ * __this, UnityAction_1_System_Object_ * actionOnGet, UnityAction_1_System_Object_ * actionOnRelease, MethodInfo * method)); DO_APP_FUNC(0x01012B40, Object *, TMP_ObjectPool_1_System_Object__Get, (TMP_ObjectPool_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111C580, void, TMP_ObjectPool_1_System_Object__Release, (TMP_ObjectPool_1_System_Object_ * __this, Object * element, MethodInfo * method)); DO_APP_FUNC(0x010128F0, int32_t, TMP_ObjectPool_1_System_Object__get_countActive, (TMP_ObjectPool_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, TMP_ObjectPool_1_System_Object__get_countAll, (TMP_ObjectPool_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, TMP_ObjectPool_1_System_Object__get_countInactive, (TMP_ObjectPool_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F4D0, void, TMP_ObjectPool_1_System_Object__set_countAll, (TMP_ObjectPool_1_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0111C6C0, void, TMP_TextProcessingStack_1_UnityEngine_Color32___ctor, (TMP_TextProcessingStack_1_UnityEngine_Color32_ * __this, Color32__Array * stack, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68F38, TMP_TextProcessingStack_1_UnityEngine_Color32___ctor__MethodInfo); DO_APP_FUNC(0x0111C740, void, TMP_TextProcessingStack_1_UnityEngine_Color32___ctor_1, (TMP_TextProcessingStack_1_UnityEngine_Color32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0111C7F0, void, TMP_TextProcessingStack_1_UnityEngine_Color32___ctor_2, (TMP_TextProcessingStack_1_UnityEngine_Color32_ * __this, int32_t capacity, int32_t rolloverSize, MethodInfo * method)); DO_APP_FUNC(0x0111CB40, void, TMP_TextProcessingStack_1_UnityEngine_Color32__Add, (TMP_TextProcessingStack_1_UnityEngine_Color32_ * __this, Color32 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69218, TMP_TextProcessingStack_1_UnityEngine_Color32__Add__MethodInfo); DO_APP_FUNC(0x0111CA50, void, TMP_TextProcessingStack_1_UnityEngine_Color32__Clear, (TMP_TextProcessingStack_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111C8B0, Color32, TMP_TextProcessingStack_1_UnityEngine_Color32__CurrentItem, (TMP_TextProcessingStack_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111CD80, Color32, TMP_TextProcessingStack_1_UnityEngine_Color32__Peek, (TMP_TextProcessingStack_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111CCE0, Color32, TMP_TextProcessingStack_1_UnityEngine_Color32__Pop, (TMP_TextProcessingStack_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111CDC0, Color32, TMP_TextProcessingStack_1_UnityEngine_Color32__PreviousItem, (TMP_TextProcessingStack_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111CBE0, void, TMP_TextProcessingStack_1_UnityEngine_Color32__Push, (TMP_TextProcessingStack_1_UnityEngine_Color32_ * __this, Color32 item, MethodInfo * method)); DO_APP_FUNC(0x0111CB80, Color32, TMP_TextProcessingStack_1_UnityEngine_Color32__Remove, (TMP_TextProcessingStack_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69078, TMP_TextProcessingStack_1_UnityEngine_Color32__Remove__MethodInfo); DO_APP_FUNC(0x0111CA60, void, TMP_TextProcessingStack_1_UnityEngine_Color32__SetDefault, (TMP_TextProcessingStack_1_UnityEngine_Color32_ * __this, Color32 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64BF8, TMP_TextProcessingStack_1_UnityEngine_Color32__SetDefault__MethodInfo); DO_APP_FUNC(0x0111C900, void, TMP_TextProcessingStack_1_UnityEngine_Color32__SetDefault_1, (TMP_TextProcessingStack_1_UnityEngine_Color32___Array * stack, Color32 item, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, TMP_TextProcessingStack_1_UnityEngine_Color32__get_Count, (TMP_TextProcessingStack_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111C8B0, Color32, TMP_TextProcessingStack_1_UnityEngine_Color32__get_current, (TMP_TextProcessingStack_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, TMP_TextProcessingStack_1_UnityEngine_Color32__get_rolloverSize, (TMP_TextProcessingStack_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, TMP_TextProcessingStack_1_UnityEngine_Color32__set_rolloverSize, (TMP_TextProcessingStack_1_UnityEngine_Color32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0111CE10, void, TMP_TextProcessingStack_1_HighlightState___ctor, (TMP_TextProcessingStack_1_HighlightState_ * __this, HighlightState__Array * stack, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68F08, TMP_TextProcessingStack_1_HighlightState___ctor__MethodInfo); DO_APP_FUNC(0x0111CEA0, void, TMP_TextProcessingStack_1_HighlightState___ctor_1, (TMP_TextProcessingStack_1_HighlightState_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0111CF60, void, TMP_TextProcessingStack_1_HighlightState___ctor_2, (TMP_TextProcessingStack_1_HighlightState_ * __this, int32_t capacity, int32_t rolloverSize, MethodInfo * method)); DO_APP_FUNC(0x0111D310, void, TMP_TextProcessingStack_1_HighlightState__Add, (TMP_TextProcessingStack_1_HighlightState_ * __this, HighlightState item, MethodInfo * method)); DO_APP_FUNC(0x0111D210, void, TMP_TextProcessingStack_1_HighlightState__Clear, (TMP_TextProcessingStack_1_HighlightState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111D030, HighlightState, TMP_TextProcessingStack_1_HighlightState__CurrentItem, (TMP_TextProcessingStack_1_HighlightState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111D5C0, HighlightState, TMP_TextProcessingStack_1_HighlightState__Peek, (TMP_TextProcessingStack_1_HighlightState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111D4F0, HighlightState, TMP_TextProcessingStack_1_HighlightState__Pop, (TMP_TextProcessingStack_1_HighlightState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111D620, HighlightState, TMP_TextProcessingStack_1_HighlightState__PreviousItem, (TMP_TextProcessingStack_1_HighlightState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111D3E0, void, TMP_TextProcessingStack_1_HighlightState__Push, (TMP_TextProcessingStack_1_HighlightState_ * __this, HighlightState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69278, TMP_TextProcessingStack_1_HighlightState__Push__MethodInfo); DO_APP_FUNC(0x0111D360, HighlightState, TMP_TextProcessingStack_1_HighlightState__Remove, (TMP_TextProcessingStack_1_HighlightState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C690A8, TMP_TextProcessingStack_1_HighlightState__Remove__MethodInfo); DO_APP_FUNC(0x0111D220, void, TMP_TextProcessingStack_1_HighlightState__SetDefault, (TMP_TextProcessingStack_1_HighlightState_ * __this, HighlightState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64BE8, TMP_TextProcessingStack_1_HighlightState__SetDefault__MethodInfo); DO_APP_FUNC(0x0111D0A0, void, TMP_TextProcessingStack_1_HighlightState__SetDefault_1, (TMP_TextProcessingStack_1_HighlightState___Array * stack, HighlightState item, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, int32_t, TMP_TextProcessingStack_1_HighlightState__get_Count, (TMP_TextProcessingStack_1_HighlightState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111D030, HighlightState, TMP_TextProcessingStack_1_HighlightState__get_current, (TMP_TextProcessingStack_1_HighlightState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64BA0, TMP_TextProcessingStack_1_HighlightState__get_current__MethodInfo); DO_APP_FUNC(0x003CB0C0, int32_t, TMP_TextProcessingStack_1_HighlightState__get_rolloverSize, (TMP_TextProcessingStack_1_HighlightState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00722B10, void, TMP_TextProcessingStack_1_HighlightState__set_rolloverSize, (TMP_TextProcessingStack_1_HighlightState_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0111C6C0, void, TMP_TextProcessingStack_1_System_Int32___ctor, (TMP_TextProcessingStack_1_System_Int32_ * __this, Int32__Array * stack, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68F18, TMP_TextProcessingStack_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x0111C740, void, TMP_TextProcessingStack_1_System_Int32___ctor_1, (TMP_TextProcessingStack_1_System_Int32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0111C7F0, void, TMP_TextProcessingStack_1_System_Int32___ctor_2, (TMP_TextProcessingStack_1_System_Int32_ * __this, int32_t capacity, int32_t rolloverSize, MethodInfo * method)); DO_APP_FUNC(0x0111CB40, void, TMP_TextProcessingStack_1_System_Int32__Add, (TMP_TextProcessingStack_1_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C692E8, TMP_TextProcessingStack_1_System_Int32__Add__MethodInfo); DO_APP_FUNC(0x0111CA50, void, TMP_TextProcessingStack_1_System_Int32__Clear, (TMP_TextProcessingStack_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64BD0, TMP_TextProcessingStack_1_System_Int32__Clear__MethodInfo); DO_APP_FUNC(0x0111C8B0, int32_t, TMP_TextProcessingStack_1_System_Int32__CurrentItem, (TMP_TextProcessingStack_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69248, TMP_TextProcessingStack_1_System_Int32__CurrentItem__MethodInfo); DO_APP_FUNC(0x0111CD80, int32_t, TMP_TextProcessingStack_1_System_Int32__Peek, (TMP_TextProcessingStack_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111D9C0, int32_t, TMP_TextProcessingStack_1_System_Int32__Pop, (TMP_TextProcessingStack_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69558, TMP_TextProcessingStack_1_System_Int32__Pop__MethodInfo); DO_APP_FUNC(0x0111CDC0, int32_t, TMP_TextProcessingStack_1_System_Int32__PreviousItem, (TMP_TextProcessingStack_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111D8C0, void, TMP_TextProcessingStack_1_System_Int32__Push, (TMP_TextProcessingStack_1_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C695B8, TMP_TextProcessingStack_1_System_Int32__Push__MethodInfo); DO_APP_FUNC(0x0111CB80, int32_t, TMP_TextProcessingStack_1_System_Int32__Remove, (TMP_TextProcessingStack_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69068, TMP_TextProcessingStack_1_System_Int32__Remove__MethodInfo); DO_APP_FUNC(0x0111D7E0, void, TMP_TextProcessingStack_1_System_Int32__SetDefault, (TMP_TextProcessingStack_1_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64B60, TMP_TextProcessingStack_1_System_Int32__SetDefault__MethodInfo); DO_APP_FUNC(0x0111D690, void, TMP_TextProcessingStack_1_System_Int32__SetDefault_1, (TMP_TextProcessingStack_1_System_Int32___Array * stack, int32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69710, TMP_TextProcessingStack_1_System_Int32__SetDefault_1__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, TMP_TextProcessingStack_1_System_Int32__get_Count, (TMP_TextProcessingStack_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111C8B0, int32_t, TMP_TextProcessingStack_1_System_Int32__get_current, (TMP_TextProcessingStack_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, TMP_TextProcessingStack_1_System_Int32__get_rolloverSize, (TMP_TextProcessingStack_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, TMP_TextProcessingStack_1_System_Int32__set_rolloverSize, (TMP_TextProcessingStack_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0111C6C0, void, TMP_TextProcessingStack_1_System_Int32Enum___ctor, (TMP_TextProcessingStack_1_System_Int32Enum_ * __this, Int32Enum__Enum__Array * stack, MethodInfo * method)); DO_APP_FUNC(0x0111C740, void, TMP_TextProcessingStack_1_System_Int32Enum___ctor_1, (TMP_TextProcessingStack_1_System_Int32Enum_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0111C7F0, void, TMP_TextProcessingStack_1_System_Int32Enum___ctor_2, (TMP_TextProcessingStack_1_System_Int32Enum_ * __this, int32_t capacity, int32_t rolloverSize, MethodInfo * method)); DO_APP_FUNC(0x0111CB40, void, TMP_TextProcessingStack_1_System_Int32Enum__Add, (TMP_TextProcessingStack_1_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x0111CA50, void, TMP_TextProcessingStack_1_System_Int32Enum__Clear, (TMP_TextProcessingStack_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111C8B0, Int32Enum__Enum, TMP_TextProcessingStack_1_System_Int32Enum__CurrentItem, (TMP_TextProcessingStack_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111CD80, Int32Enum__Enum, TMP_TextProcessingStack_1_System_Int32Enum__Peek, (TMP_TextProcessingStack_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111D9C0, Int32Enum__Enum, TMP_TextProcessingStack_1_System_Int32Enum__Pop, (TMP_TextProcessingStack_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111CDC0, Int32Enum__Enum, TMP_TextProcessingStack_1_System_Int32Enum__PreviousItem, (TMP_TextProcessingStack_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111D8C0, void, TMP_TextProcessingStack_1_System_Int32Enum__Push, (TMP_TextProcessingStack_1_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x0111CB80, Int32Enum__Enum, TMP_TextProcessingStack_1_System_Int32Enum__Remove, (TMP_TextProcessingStack_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111D7E0, void, TMP_TextProcessingStack_1_System_Int32Enum__SetDefault, (TMP_TextProcessingStack_1_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x0111DA50, void, TMP_TextProcessingStack_1_System_Int32Enum__SetDefault_1, (TMP_TextProcessingStack_1_System_Int32Enum___Array * stack, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, TMP_TextProcessingStack_1_System_Int32Enum__get_Count, (TMP_TextProcessingStack_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111C8B0, Int32Enum__Enum, TMP_TextProcessingStack_1_System_Int32Enum__get_current, (TMP_TextProcessingStack_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, TMP_TextProcessingStack_1_System_Int32Enum__get_rolloverSize, (TMP_TextProcessingStack_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, TMP_TextProcessingStack_1_System_Int32Enum__set_rolloverSize, (TMP_TextProcessingStack_1_System_Int32Enum_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0111DAE0, void, TMP_TextProcessingStack_1_MaterialReference___ctor, (TMP_TextProcessingStack_1_MaterialReference_ * __this, MaterialReference__Array * stack, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68EC8, TMP_TextProcessingStack_1_MaterialReference___ctor__MethodInfo); DO_APP_FUNC(0x0111DB70, void, TMP_TextProcessingStack_1_MaterialReference___ctor_1, (TMP_TextProcessingStack_1_MaterialReference_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0111DC30, void, TMP_TextProcessingStack_1_MaterialReference___ctor_2, (TMP_TextProcessingStack_1_MaterialReference_ * __this, int32_t capacity, int32_t rolloverSize, MethodInfo * method)); DO_APP_FUNC(0x0111E140, void, TMP_TextProcessingStack_1_MaterialReference__Add, (TMP_TextProcessingStack_1_MaterialReference_ * __this, MaterialReference item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69228, TMP_TextProcessingStack_1_MaterialReference__Add__MethodInfo); DO_APP_FUNC(0x0111DFB0, void, TMP_TextProcessingStack_1_MaterialReference__Clear, (TMP_TextProcessingStack_1_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111DD20, MaterialReference, TMP_TextProcessingStack_1_MaterialReference__CurrentItem, (TMP_TextProcessingStack_1_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111E5A0, MaterialReference, TMP_TextProcessingStack_1_MaterialReference__Peek, (TMP_TextProcessingStack_1_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111E440, MaterialReference, TMP_TextProcessingStack_1_MaterialReference__Pop, (TMP_TextProcessingStack_1_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111E630, MaterialReference, TMP_TextProcessingStack_1_MaterialReference__PreviousItem, (TMP_TextProcessingStack_1_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111E2C0, void, TMP_TextProcessingStack_1_MaterialReference__Push, (TMP_TextProcessingStack_1_MaterialReference_ * __this, MaterialReference item, MethodInfo * method)); DO_APP_FUNC(0x0111E210, MaterialReference, TMP_TextProcessingStack_1_MaterialReference__Remove, (TMP_TextProcessingStack_1_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C690B8, TMP_TextProcessingStack_1_MaterialReference__Remove__MethodInfo); DO_APP_FUNC(0x0111DFC0, void, TMP_TextProcessingStack_1_MaterialReference__SetDefault, (TMP_TextProcessingStack_1_MaterialReference_ * __this, MaterialReference item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64B50, TMP_TextProcessingStack_1_MaterialReference__SetDefault__MethodInfo); DO_APP_FUNC(0x0111DDD0, void, TMP_TextProcessingStack_1_MaterialReference__SetDefault_1, (TMP_TextProcessingStack_1_MaterialReference___Array * stack, MaterialReference item, MethodInfo * method)); DO_APP_FUNC(0x0111DD10, int32_t, TMP_TextProcessingStack_1_MaterialReference__get_Count, (TMP_TextProcessingStack_1_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111DD20, MaterialReference, TMP_TextProcessingStack_1_MaterialReference__get_current, (TMP_TextProcessingStack_1_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A528F0, int32_t, TMP_TextProcessingStack_1_MaterialReference__get_rolloverSize, (TMP_TextProcessingStack_1_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111DDC0, void, TMP_TextProcessingStack_1_MaterialReference__set_rolloverSize, (TMP_TextProcessingStack_1_MaterialReference_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0111E6D0, void, TMP_TextProcessingStack_1_System_Object___ctor, (TMP_TextProcessingStack_1_System_Object_ * __this, Object__Array * stack, MethodInfo * method)); DO_APP_FUNC(0x0111E750, void, TMP_TextProcessingStack_1_System_Object___ctor_1, (TMP_TextProcessingStack_1_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0111E800, void, TMP_TextProcessingStack_1_System_Object___ctor_2, (TMP_TextProcessingStack_1_System_Object_ * __this, int32_t capacity, int32_t rolloverSize, MethodInfo * method)); DO_APP_FUNC(0x0111EAA0, void, TMP_TextProcessingStack_1_System_Object__Add, (TMP_TextProcessingStack_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0111E9B0, void, TMP_TextProcessingStack_1_System_Object__Clear, (TMP_TextProcessingStack_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111E8D0, Object *, TMP_TextProcessingStack_1_System_Object__CurrentItem, (TMP_TextProcessingStack_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111ECF0, Object *, TMP_TextProcessingStack_1_System_Object__Peek, (TMP_TextProcessingStack_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111EC40, Object *, TMP_TextProcessingStack_1_System_Object__Pop, (TMP_TextProcessingStack_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111ED30, Object *, TMP_TextProcessingStack_1_System_Object__PreviousItem, (TMP_TextProcessingStack_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111EB40, void, TMP_TextProcessingStack_1_System_Object__Push, (TMP_TextProcessingStack_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0111EAE0, Object *, TMP_TextProcessingStack_1_System_Object__Remove, (TMP_TextProcessingStack_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111E9C0, void, TMP_TextProcessingStack_1_System_Object__SetDefault, (TMP_TextProcessingStack_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0111E920, void, TMP_TextProcessingStack_1_System_Object__SetDefault_1, (TMP_TextProcessingStack_1_System_Object___Array * stack, Object * item, MethodInfo * method)); DO_APP_FUNC(0x003CA7C0, int32_t, TMP_TextProcessingStack_1_System_Object__get_Count, (TMP_TextProcessingStack_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111E8D0, Object *, TMP_TextProcessingStack_1_System_Object__get_current, (TMP_TextProcessingStack_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB280, int32_t, TMP_TextProcessingStack_1_System_Object__get_rolloverSize, (TMP_TextProcessingStack_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00722A30, void, TMP_TextProcessingStack_1_System_Object__set_rolloverSize, (TMP_TextProcessingStack_1_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0111C6C0, void, TMP_TextProcessingStack_1_System_Single___ctor, (TMP_TextProcessingStack_1_System_Single_ * __this, Single__Array * stack, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68EF8, TMP_TextProcessingStack_1_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x0111C740, void, TMP_TextProcessingStack_1_System_Single___ctor_1, (TMP_TextProcessingStack_1_System_Single_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69140, TMP_TextProcessingStack_1_System_Single___ctor_1__MethodInfo); DO_APP_FUNC(0x0111C7F0, void, TMP_TextProcessingStack_1_System_Single___ctor_2, (TMP_TextProcessingStack_1_System_Single_ * __this, int32_t capacity, int32_t rolloverSize, MethodInfo * method)); DO_APP_FUNC(0x0111F020, void, TMP_TextProcessingStack_1_System_Single__Add, (TMP_TextProcessingStack_1_System_Single_ * __this, float item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69308, TMP_TextProcessingStack_1_System_Single__Add__MethodInfo); DO_APP_FUNC(0x0111CA50, void, TMP_TextProcessingStack_1_System_Single__Clear, (TMP_TextProcessingStack_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64BB8, TMP_TextProcessingStack_1_System_Single__Clear__MethodInfo); DO_APP_FUNC(0x0111ED80, float, TMP_TextProcessingStack_1_System_Single__CurrentItem, (TMP_TextProcessingStack_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111F250, float, TMP_TextProcessingStack_1_System_Single__Peek, (TMP_TextProcessingStack_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111F1C0, float, TMP_TextProcessingStack_1_System_Single__Pop, (TMP_TextProcessingStack_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69268, TMP_TextProcessingStack_1_System_Single__Pop__MethodInfo); DO_APP_FUNC(0x0111F290, float, TMP_TextProcessingStack_1_System_Single__PreviousItem, (TMP_TextProcessingStack_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111F0C0, void, TMP_TextProcessingStack_1_System_Single__Push, (TMP_TextProcessingStack_1_System_Single_ * __this, float item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69288, TMP_TextProcessingStack_1_System_Single__Push__MethodInfo); DO_APP_FUNC(0x0111F060, float, TMP_TextProcessingStack_1_System_Single__Remove, (TMP_TextProcessingStack_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69098, TMP_TextProcessingStack_1_System_Single__Remove__MethodInfo); DO_APP_FUNC(0x0111EF40, void, TMP_TextProcessingStack_1_System_Single__SetDefault, (TMP_TextProcessingStack_1_System_Single_ * __this, float item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64B80, TMP_TextProcessingStack_1_System_Single__SetDefault__MethodInfo); DO_APP_FUNC(0x0111EDD0, void, TMP_TextProcessingStack_1_System_Single__SetDefault_1, (TMP_TextProcessingStack_1_System_Single___Array * stack, float item, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, TMP_TextProcessingStack_1_System_Single__get_Count, (TMP_TextProcessingStack_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111ED80, float, TMP_TextProcessingStack_1_System_Single__get_current, (TMP_TextProcessingStack_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, TMP_TextProcessingStack_1_System_Single__get_rolloverSize, (TMP_TextProcessingStack_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD80, void, TMP_TextProcessingStack_1_System_Single__set_rolloverSize, (TMP_TextProcessingStack_1_System_Single_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0111F2E0, void, TMP_TextProcessingStack_1_WordWrapState___ctor, (TMP_TextProcessingStack_1_WordWrapState_ * __this, WordWrapState__Array * stack, MethodInfo * method)); DO_APP_FUNC(0x0111F380, void, TMP_TextProcessingStack_1_WordWrapState___ctor_1, (TMP_TextProcessingStack_1_WordWrapState_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0111F450, void, TMP_TextProcessingStack_1_WordWrapState___ctor_2, (TMP_TextProcessingStack_1_WordWrapState_ * __this, int32_t capacity, int32_t rolloverSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68ED8, TMP_TextProcessingStack_1_WordWrapState___ctor_2__MethodInfo); DO_APP_FUNC(0x0111F8C0, void, TMP_TextProcessingStack_1_WordWrapState__Add, (TMP_TextProcessingStack_1_WordWrapState_ * __this, WordWrapState item, MethodInfo * method)); DO_APP_FUNC(0x0111F710, void, TMP_TextProcessingStack_1_WordWrapState__Clear, (TMP_TextProcessingStack_1_WordWrapState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64BC0, TMP_TextProcessingStack_1_WordWrapState__Clear__MethodInfo); DO_APP_FUNC(0x0111F540, WordWrapState, TMP_TextProcessingStack_1_WordWrapState__CurrentItem, (TMP_TextProcessingStack_1_WordWrapState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111FEB0, WordWrapState, TMP_TextProcessingStack_1_WordWrapState__Peek, (TMP_TextProcessingStack_1_WordWrapState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111FBE0, WordWrapState, TMP_TextProcessingStack_1_WordWrapState__Pop, (TMP_TextProcessingStack_1_WordWrapState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64BD8, TMP_TextProcessingStack_1_WordWrapState__Pop__MethodInfo); DO_APP_FUNC(0x0111FFA0, WordWrapState, TMP_TextProcessingStack_1_WordWrapState__PreviousItem, (TMP_TextProcessingStack_1_WordWrapState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111FA10, void, TMP_TextProcessingStack_1_WordWrapState__Push, (TMP_TextProcessingStack_1_WordWrapState_ * __this, WordWrapState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64BE0, TMP_TextProcessingStack_1_WordWrapState__Push__MethodInfo); DO_APP_FUNC(0x0111F9B0, WordWrapState, TMP_TextProcessingStack_1_WordWrapState__Remove, (TMP_TextProcessingStack_1_WordWrapState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111F720, void, TMP_TextProcessingStack_1_WordWrapState__SetDefault, (TMP_TextProcessingStack_1_WordWrapState_ * __this, WordWrapState item, MethodInfo * method)); DO_APP_FUNC(0x0111F5B0, void, TMP_TextProcessingStack_1_WordWrapState__SetDefault_1, (TMP_TextProcessingStack_1_WordWrapState___Array * stack, WordWrapState item, MethodInfo * method)); DO_APP_FUNC(0x0111F530, int32_t, TMP_TextProcessingStack_1_WordWrapState__get_Count, (TMP_TextProcessingStack_1_WordWrapState_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64B90, TMP_TextProcessingStack_1_WordWrapState__get_Count__MethodInfo); DO_APP_FUNC(0x0111F540, WordWrapState, TMP_TextProcessingStack_1_WordWrapState__get_current, (TMP_TextProcessingStack_1_WordWrapState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111F590, int32_t, TMP_TextProcessingStack_1_WordWrapState__get_rolloverSize, (TMP_TextProcessingStack_1_WordWrapState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111F5A0, void, TMP_TextProcessingStack_1_WordWrapState__set_rolloverSize, (TMP_TextProcessingStack_1_WordWrapState_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0111FFF0, void, TProfilingSampler_1_System_Int32Enum___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01120570, void, TProfilingSampler_1_System_Int32Enum___ctor, (TProfilingSampler_1_System_Int32Enum_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01120580, void, TProfilingSampler_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01120570, void, TProfilingSampler_1_System_Object___ctor, (TProfilingSampler_1_System_Object_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x01120B10, void, ConcurrentDictionary_2_TKey_TValue_Tables_System_Object_System_Object___ctor, (ConcurrentDictionary_2_TKey_TValue_Tables_System_Object_System_Object_ * __this, ConcurrentDictionary_2_TKey_TValue_Node_System_Object_System_Object___Array * buckets, Object__Array * locks, Int32__Array * countPerLock, MethodInfo * method)); DO_APP_FUNC(0x01120C10, void, TakeNObservable_1_TValue_Take_System_Object___ctor, (TakeNObservable_1_TValue_Take_System_Object_ * __this, TakeNObservable_1_System_Object_ * observable, IObserver_1_Object_ * observer, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TakeNObservable_1_TValue_Take_System_Object__OnCompleted, (TakeNObservable_1_TValue_Take_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01120C80, void, TakeNObservable_1_TValue_Take_System_Object__OnError, (TakeNObservable_1_TValue_Take_System_Object_ * __this, Exception * error, MethodInfo * method)); DO_APP_FUNC(0x01120CD0, void, TakeNObservable_1_TValue_Take_System_Object__OnNext, (TakeNObservable_1_TValue_Take_System_Object_ * __this, Object * evt, MethodInfo * method)); DO_APP_FUNC(0x00A9FD50, void, TakeNObservable_1_System_Object___ctor, (TakeNObservable_1_System_Object_ * __this, IObservable_1_Object_ * source, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x010A32C0, IDisposable *, TakeNObservable_1_System_Object__Subscribe, (TakeNObservable_1_System_Object_ * __this, IObserver_1_Object_ * observer, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, TaskAwaiter_1_System_Nullable_1___ctor, (TaskAwaiter_1_System_Nullable_1_ * __this, Task_1_System_Nullable_1_ * task, MethodInfo * method)); DO_APP_FUNC(0x01120F20, Nullable_1_Int32_, TaskAwaiter_1_System_Nullable_1__GetResult, (TaskAwaiter_1_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01120E60, void, TaskAwaiter_1_System_Nullable_1__UnsafeOnCompleted, (TaskAwaiter_1_System_Nullable_1_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, TaskAwaiter_1_System_Nullable_1__get_IsCompleted, (TaskAwaiter_1_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, TaskAwaiter_1_System_ValueTuple_2___ctor, (TaskAwaiter_1_System_ValueTuple_2_ * __this, Task_1_System_ValueTuple_2_ * task, MethodInfo * method)); DO_APP_FUNC(0x01120FD0, ValueTuple_2_Boolean_Object_, TaskAwaiter_1_System_ValueTuple_2__GetResult, (TaskAwaiter_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01120E60, void, TaskAwaiter_1_System_ValueTuple_2__UnsafeOnCompleted, (TaskAwaiter_1_System_ValueTuple_2_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, TaskAwaiter_1_System_ValueTuple_2__get_IsCompleted, (TaskAwaiter_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, TaskAwaiter_1_System_ValueTuple_3___ctor, (TaskAwaiter_1_System_ValueTuple_3_ * __this, Task_1_System_ValueTuple_3__1 * task, MethodInfo * method)); DO_APP_FUNC(0x01121090, ValueTuple_3_Object_Object_Int32_, TaskAwaiter_1_System_ValueTuple_3__GetResult, (TaskAwaiter_1_System_ValueTuple_3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01120E60, void, TaskAwaiter_1_System_ValueTuple_3__UnsafeOnCompleted, (TaskAwaiter_1_System_ValueTuple_3_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, TaskAwaiter_1_System_ValueTuple_3__get_IsCompleted, (TaskAwaiter_1_System_ValueTuple_3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, TaskAwaiter_1_System_ValueTuple_5___ctor, (TaskAwaiter_1_System_ValueTuple_5_ * __this, Task_1_System_ValueTuple_5__1 * task, MethodInfo * method)); DO_APP_FUNC(0x01121160, ValueTuple_5_Object_Boolean_Boolean_Object_Object_, TaskAwaiter_1_System_ValueTuple_5__GetResult, (TaskAwaiter_1_System_ValueTuple_5_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01120E60, void, TaskAwaiter_1_System_ValueTuple_5__UnsafeOnCompleted, (TaskAwaiter_1_System_ValueTuple_5_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, TaskAwaiter_1_System_ValueTuple_5__get_IsCompleted, (TaskAwaiter_1_System_ValueTuple_5_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, TaskAwaiter_1_System_Boolean___ctor, (TaskAwaiter_1_System_Boolean_ * __this, Task_1_System_Boolean_ * task, MethodInfo * method)); DO_APP_FUNC(0x01120F20, bool, TaskAwaiter_1_System_Boolean__GetResult, (TaskAwaiter_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6900, TaskAwaiter_1_System_Boolean__GetResult__MethodInfo); DO_APP_FUNC(0x01120E60, void, TaskAwaiter_1_System_Boolean__UnsafeOnCompleted, (TaskAwaiter_1_System_Boolean_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, TaskAwaiter_1_System_Boolean__get_IsCompleted, (TaskAwaiter_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, TaskAwaiter_1_System_Int32___ctor, (TaskAwaiter_1_System_Int32_ * __this, Task_1_System_Int32_ * task, MethodInfo * method)); DO_APP_FUNC(0x01120F20, int32_t, TaskAwaiter_1_System_Int32__GetResult, (TaskAwaiter_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62820, TaskAwaiter_1_System_Int32__GetResult__MethodInfo); DO_APP_FUNC(0x01120E60, void, TaskAwaiter_1_System_Int32__UnsafeOnCompleted, (TaskAwaiter_1_System_Int32_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, TaskAwaiter_1_System_Int32__get_IsCompleted, (TaskAwaiter_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C626F8, TaskAwaiter_1_System_Int32__get_IsCompleted__MethodInfo); DO_APP_FUNC(0x003BA280, void, TaskAwaiter_1_System_Int32Enum___ctor, (TaskAwaiter_1_System_Int32Enum_ * __this, Task_1_System_Int32Enum_ * task, MethodInfo * method)); DO_APP_FUNC(0x01120F20, Int32Enum__Enum, TaskAwaiter_1_System_Int32Enum__GetResult, (TaskAwaiter_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01120E60, void, TaskAwaiter_1_System_Int32Enum__UnsafeOnCompleted, (TaskAwaiter_1_System_Int32Enum_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, TaskAwaiter_1_System_Int32Enum__get_IsCompleted, (TaskAwaiter_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, TaskAwaiter_1_System_Int64___ctor, (TaskAwaiter_1_System_Int64_ * __this, Task_1_System_Int64_ * task, MethodInfo * method)); DO_APP_FUNC(0x01120F20, int64_t, TaskAwaiter_1_System_Int64__GetResult, (TaskAwaiter_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01120E60, void, TaskAwaiter_1_System_Int64__UnsafeOnCompleted, (TaskAwaiter_1_System_Int64_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, TaskAwaiter_1_System_Int64__get_IsCompleted, (TaskAwaiter_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, TaskAwaiter_1_System_Object___ctor, (TaskAwaiter_1_System_Object_ * __this, Task_1_System_Object_ * task, MethodInfo * method)); DO_APP_FUNC(0x01120F20, Object *, TaskAwaiter_1_System_Object__GetResult, (TaskAwaiter_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01120E60, void, TaskAwaiter_1_System_Object__UnsafeOnCompleted, (TaskAwaiter_1_System_Object_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, TaskAwaiter_1_System_Object__get_IsCompleted, (TaskAwaiter_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, TaskAwaiter_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor, (TaskAwaiter_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * task, MethodInfo * method)); DO_APP_FUNC(0x01120FD0, SceneInstance, TaskAwaiter_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__GetResult, (TaskAwaiter_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01120E60, void, TaskAwaiter_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__UnsafeOnCompleted, (TaskAwaiter_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, TaskAwaiter_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_IsCompleted, (TaskAwaiter_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, TaskAwaiter_1_System_Net_Sockets_SocketReceiveFromResult___ctor, (TaskAwaiter_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, Task_1_System_Net_Sockets_SocketReceiveFromResult_ * task, MethodInfo * method)); DO_APP_FUNC(0x01120FD0, SocketReceiveFromResult, TaskAwaiter_1_System_Net_Sockets_SocketReceiveFromResult__GetResult, (TaskAwaiter_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01120E60, void, TaskAwaiter_1_System_Net_Sockets_SocketReceiveFromResult__UnsafeOnCompleted, (TaskAwaiter_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, TaskAwaiter_1_System_Net_Sockets_SocketReceiveFromResult__get_IsCompleted, (TaskAwaiter_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, TaskAwaiter_1_System_Net_Sockets_SocketReceiveMessageFromResult___ctor, (TaskAwaiter_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * task, MethodInfo * method)); DO_APP_FUNC(0x01121160, SocketReceiveMessageFromResult, TaskAwaiter_1_System_Net_Sockets_SocketReceiveMessageFromResult__GetResult, (TaskAwaiter_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01120E60, void, TaskAwaiter_1_System_Net_Sockets_SocketReceiveMessageFromResult__UnsafeOnCompleted, (TaskAwaiter_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, TaskAwaiter_1_System_Net_Sockets_SocketReceiveMessageFromResult__get_IsCompleted, (TaskAwaiter_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, TaskAwaiter_1_System_Net_Sockets_UdpReceiveResult___ctor, (TaskAwaiter_1_System_Net_Sockets_UdpReceiveResult_ * __this, Task_1_System_Net_Sockets_UdpReceiveResult_ * task, MethodInfo * method)); DO_APP_FUNC(0x01120FD0, UdpReceiveResult, TaskAwaiter_1_System_Net_Sockets_UdpReceiveResult__GetResult, (TaskAwaiter_1_System_Net_Sockets_UdpReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01120E60, void, TaskAwaiter_1_System_Net_Sockets_UdpReceiveResult__UnsafeOnCompleted, (TaskAwaiter_1_System_Net_Sockets_UdpReceiveResult_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, TaskAwaiter_1_System_Net_Sockets_UdpReceiveResult__get_IsCompleted, (TaskAwaiter_1_System_Net_Sockets_UdpReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, TaskAwaiter_1_System_Net_WebSockets_ValueWebSocketReceiveResult___ctor, (TaskAwaiter_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * task, MethodInfo * method)); DO_APP_FUNC(0x01120F20, ValueWebSocketReceiveResult, TaskAwaiter_1_System_Net_WebSockets_ValueWebSocketReceiveResult__GetResult, (TaskAwaiter_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01120E60, void, TaskAwaiter_1_System_Net_WebSockets_ValueWebSocketReceiveResult__UnsafeOnCompleted, (TaskAwaiter_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, TaskAwaiter_1_System_Net_WebSockets_ValueWebSocketReceiveResult__get_IsCompleted, (TaskAwaiter_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, TaskAwaiter_1_System_Threading_Tasks_VoidTaskResult___ctor, (TaskAwaiter_1_System_Threading_Tasks_VoidTaskResult_ * __this, Task_1_VoidTaskResult_ * task, MethodInfo * method)); DO_APP_FUNC(0x01120F20, VoidTaskResult, TaskAwaiter_1_System_Threading_Tasks_VoidTaskResult__GetResult, (TaskAwaiter_1_System_Threading_Tasks_VoidTaskResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01120E60, void, TaskAwaiter_1_System_Threading_Tasks_VoidTaskResult__UnsafeOnCompleted, (TaskAwaiter_1_System_Threading_Tasks_VoidTaskResult_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, TaskAwaiter_1_System_Threading_Tasks_VoidTaskResult__get_IsCompleted, (TaskAwaiter_1_System_Threading_Tasks_VoidTaskResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, TaskAwaiter_1_System_IO_WaitForChangedResult___ctor, (TaskAwaiter_1_System_IO_WaitForChangedResult_ * __this, Task_1_System_IO_WaitForChangedResult_ * task, MethodInfo * method)); DO_APP_FUNC(0x01121160, WaitForChangedResult, TaskAwaiter_1_System_IO_WaitForChangedResult__GetResult, (TaskAwaiter_1_System_IO_WaitForChangedResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01120E60, void, TaskAwaiter_1_System_IO_WaitForChangedResult__UnsafeOnCompleted, (TaskAwaiter_1_System_IO_WaitForChangedResult_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01120DF0, bool, TaskAwaiter_1_System_IO_WaitForChangedResult__get_IsCompleted, (TaskAwaiter_1_System_IO_WaitForChangedResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01121230, void, TaskCompletionSource_1_System_Boolean___ctor, (TaskCompletionSource_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF4F0, TaskCompletionSource_1_System_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x01121320, void, TaskCompletionSource_1_System_Boolean___ctor_1, (TaskCompletionSource_1_System_Boolean_ * __this, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3FA0, TaskCompletionSource_1_System_Boolean___ctor_1__MethodInfo); DO_APP_FUNC(0x01121300, void, TaskCompletionSource_1_System_Boolean___ctor_2, (TaskCompletionSource_1_System_Boolean_ * __this, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x01121340, void, TaskCompletionSource_1_System_Boolean___ctor_3, (TaskCompletionSource_1_System_Boolean_ * __this, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x011217C0, void, TaskCompletionSource_1_System_Boolean__SetCanceled, (TaskCompletionSource_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011215D0, void, TaskCompletionSource_1_System_Boolean__SetException, (TaskCompletionSource_1_System_Boolean_ * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x01121690, void, TaskCompletionSource_1_System_Boolean__SetResult, (TaskCompletionSource_1_System_Boolean_ * __this, bool result, MethodInfo * method)); DO_APP_FUNC(0x01121430, void, TaskCompletionSource_1_System_Boolean__SpinUntilCompleted, (TaskCompletionSource_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011216D0, bool, TaskCompletionSource_1_System_Boolean__TrySetCanceled, (TaskCompletionSource_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01121700, bool, TaskCompletionSource_1_System_Boolean__TrySetCanceled_1, (TaskCompletionSource_1_System_Boolean_ * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01121540, bool, TaskCompletionSource_1_System_Boolean__TrySetException, (TaskCompletionSource_1_System_Boolean_ * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8870, TaskCompletionSource_1_System_Boolean__TrySetException__MethodInfo); DO_APP_FUNC(0x01121620, bool, TaskCompletionSource_1_System_Boolean__TrySetResult, (TaskCompletionSource_1_System_Boolean_ * __this, bool result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF4C8, TaskCompletionSource_1_System_Boolean__TrySetResult__MethodInfo); DO_APP_FUNC(0x003B93C0, Task_1_System_Boolean_ *, TaskCompletionSource_1_System_Boolean__get_Task, (TaskCompletionSource_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF4C0, TaskCompletionSource_1_System_Boolean__get_Task__MethodInfo); DO_APP_FUNC(0x01121230, void, TaskCompletionSource_1_System_Int32___ctor, (TaskCompletionSource_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01121320, void, TaskCompletionSource_1_System_Int32___ctor_1, (TaskCompletionSource_1_System_Int32_ * __this, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3F10, TaskCompletionSource_1_System_Int32___ctor_1__MethodInfo); DO_APP_FUNC(0x01121300, void, TaskCompletionSource_1_System_Int32___ctor_2, (TaskCompletionSource_1_System_Int32_ * __this, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x01121340, void, TaskCompletionSource_1_System_Int32___ctor_3, (TaskCompletionSource_1_System_Int32_ * __this, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x011217C0, void, TaskCompletionSource_1_System_Int32__SetCanceled, (TaskCompletionSource_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011215D0, void, TaskCompletionSource_1_System_Int32__SetException, (TaskCompletionSource_1_System_Int32_ * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x01121690, void, TaskCompletionSource_1_System_Int32__SetResult, (TaskCompletionSource_1_System_Int32_ * __this, int32_t result, MethodInfo * method)); DO_APP_FUNC(0x01121800, void, TaskCompletionSource_1_System_Int32__SpinUntilCompleted, (TaskCompletionSource_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011216D0, bool, TaskCompletionSource_1_System_Int32__TrySetCanceled, (TaskCompletionSource_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01121700, bool, TaskCompletionSource_1_System_Int32__TrySetCanceled_1, (TaskCompletionSource_1_System_Int32_ * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01121540, bool, TaskCompletionSource_1_System_Int32__TrySetException, (TaskCompletionSource_1_System_Int32_ * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8770, TaskCompletionSource_1_System_Int32__TrySetException__MethodInfo); DO_APP_FUNC(0x01121620, bool, TaskCompletionSource_1_System_Int32__TrySetResult, (TaskCompletionSource_1_System_Int32_ * __this, int32_t result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8778, TaskCompletionSource_1_System_Int32__TrySetResult__MethodInfo); DO_APP_FUNC(0x003B93C0, Task_1_System_Int32_ *, TaskCompletionSource_1_System_Int32__get_Task, (TaskCompletionSource_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3F30, TaskCompletionSource_1_System_Int32__get_Task__MethodInfo); DO_APP_FUNC(0x01121230, void, TaskCompletionSource_1_System_Int64___ctor, (TaskCompletionSource_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01121320, void, TaskCompletionSource_1_System_Int64___ctor_1, (TaskCompletionSource_1_System_Int64_ * __this, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01121300, void, TaskCompletionSource_1_System_Int64___ctor_2, (TaskCompletionSource_1_System_Int64_ * __this, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x01121340, void, TaskCompletionSource_1_System_Int64___ctor_3, (TaskCompletionSource_1_System_Int64_ * __this, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x011217C0, void, TaskCompletionSource_1_System_Int64__SetCanceled, (TaskCompletionSource_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011215D0, void, TaskCompletionSource_1_System_Int64__SetException, (TaskCompletionSource_1_System_Int64_ * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x01121690, void, TaskCompletionSource_1_System_Int64__SetResult, (TaskCompletionSource_1_System_Int64_ * __this, int64_t result, MethodInfo * method)); DO_APP_FUNC(0x01121910, void, TaskCompletionSource_1_System_Int64__SpinUntilCompleted, (TaskCompletionSource_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011216D0, bool, TaskCompletionSource_1_System_Int64__TrySetCanceled, (TaskCompletionSource_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01121700, bool, TaskCompletionSource_1_System_Int64__TrySetCanceled_1, (TaskCompletionSource_1_System_Int64_ * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01121540, bool, TaskCompletionSource_1_System_Int64__TrySetException, (TaskCompletionSource_1_System_Int64_ * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x01121620, bool, TaskCompletionSource_1_System_Int64__TrySetResult, (TaskCompletionSource_1_System_Int64_ * __this, int64_t result, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Task_1_System_Int64_ *, TaskCompletionSource_1_System_Int64__get_Task, (TaskCompletionSource_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01121230, void, TaskCompletionSource_1_System_Object___ctor, (TaskCompletionSource_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93028, TaskCompletionSource_1_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x01121320, void, TaskCompletionSource_1_System_Object___ctor_1, (TaskCompletionSource_1_System_Object_ * __this, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A108, TaskCompletionSource_1_System_Object___ctor_1__MethodInfo); DO_APP_FUNC(0x01121300, void, TaskCompletionSource_1_System_Object___ctor_2, (TaskCompletionSource_1_System_Object_ * __this, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C955D8, TaskCompletionSource_1_System_Object___ctor_2__MethodInfo); DO_APP_FUNC(0x01121340, void, TaskCompletionSource_1_System_Object___ctor_3, (TaskCompletionSource_1_System_Object_ * __this, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x011217C0, void, TaskCompletionSource_1_System_Object__SetCanceled, (TaskCompletionSource_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECCC8, TaskCompletionSource_1_System_Object__SetCanceled__MethodInfo); DO_APP_FUNC(0x011215D0, void, TaskCompletionSource_1_System_Object__SetException, (TaskCompletionSource_1_System_Object_ * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CECCC0, TaskCompletionSource_1_System_Object__SetException__MethodInfo); DO_APP_FUNC(0x01121690, void, TaskCompletionSource_1_System_Object__SetResult, (TaskCompletionSource_1_System_Object_ * __this, Object * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C955B8, TaskCompletionSource_1_System_Object__SetResult__MethodInfo); DO_APP_FUNC(0x01121A20, void, TaskCompletionSource_1_System_Object__SpinUntilCompleted, (TaskCompletionSource_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011216D0, bool, TaskCompletionSource_1_System_Object__TrySetCanceled, (TaskCompletionSource_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92F90, TaskCompletionSource_1_System_Object__TrySetCanceled__MethodInfo); DO_APP_FUNC(0x01121700, bool, TaskCompletionSource_1_System_Object__TrySetCanceled_1, (TaskCompletionSource_1_System_Object_ * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01121540, bool, TaskCompletionSource_1_System_Object__TrySetException, (TaskCompletionSource_1_System_Object_ * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x01121620, bool, TaskCompletionSource_1_System_Object__TrySetResult, (TaskCompletionSource_1_System_Object_ * __this, Object * result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92FA0, TaskCompletionSource_1_System_Object__TrySetResult__MethodInfo); DO_APP_FUNC(0x003B93C0, Task_1_System_Object_ *, TaskCompletionSource_1_System_Object__get_Task, (TaskCompletionSource_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93020, TaskCompletionSource_1_System_Object__get_Task__MethodInfo); DO_APP_FUNC(0x01121230, void, TaskCompletionSource_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor, (TaskCompletionSource_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01121320, void, TaskCompletionSource_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor_1, (TaskCompletionSource_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01121300, void, TaskCompletionSource_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor_2, (TaskCompletionSource_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x01121340, void, TaskCompletionSource_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor_3, (TaskCompletionSource_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x011217C0, void, TaskCompletionSource_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__SetCanceled, (TaskCompletionSource_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011215D0, void, TaskCompletionSource_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__SetException, (TaskCompletionSource_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x01121CC0, void, TaskCompletionSource_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__SetResult, (TaskCompletionSource_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, SceneInstance result, MethodInfo * method)); DO_APP_FUNC(0x01121B30, void, TaskCompletionSource_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__SpinUntilCompleted, (TaskCompletionSource_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011216D0, bool, TaskCompletionSource_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__TrySetCanceled, (TaskCompletionSource_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01121700, bool, TaskCompletionSource_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__TrySetCanceled_1, (TaskCompletionSource_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01121540, bool, TaskCompletionSource_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__TrySetException, (TaskCompletionSource_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x01121C40, bool, TaskCompletionSource_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__TrySetResult, (TaskCompletionSource_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, SceneInstance result, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ *, TaskCompletionSource_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_Task, (TaskCompletionSource_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01121230, void, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveFromResult___ctor, (TaskCompletionSource_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01121320, void, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveFromResult___ctor_1, (TaskCompletionSource_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01121300, void, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveFromResult___ctor_2, (TaskCompletionSource_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x01121340, void, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveFromResult___ctor_3, (TaskCompletionSource_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x011217C0, void, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveFromResult__SetCanceled, (TaskCompletionSource_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011215D0, void, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveFromResult__SetException, (TaskCompletionSource_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x01121CC0, void, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveFromResult__SetResult, (TaskCompletionSource_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, SocketReceiveFromResult result, MethodInfo * method)); DO_APP_FUNC(0x01121D10, void, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveFromResult__SpinUntilCompleted, (TaskCompletionSource_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011216D0, bool, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveFromResult__TrySetCanceled, (TaskCompletionSource_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01121700, bool, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveFromResult__TrySetCanceled_1, (TaskCompletionSource_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01121540, bool, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveFromResult__TrySetException, (TaskCompletionSource_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE87F0, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveFromResult__TrySetException__MethodInfo); DO_APP_FUNC(0x01121C40, bool, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveFromResult__TrySetResult, (TaskCompletionSource_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, SocketReceiveFromResult result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE87F8, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveFromResult__TrySetResult__MethodInfo); DO_APP_FUNC(0x003B93C0, Task_1_System_Net_Sockets_SocketReceiveFromResult_ *, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveFromResult__get_Task, (TaskCompletionSource_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3E68, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveFromResult__get_Task__MethodInfo); DO_APP_FUNC(0x01121230, void, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveMessageFromResult___ctor, (TaskCompletionSource_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01121320, void, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveMessageFromResult___ctor_1, (TaskCompletionSource_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01121300, void, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveMessageFromResult___ctor_2, (TaskCompletionSource_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x01121340, void, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveMessageFromResult___ctor_3, (TaskCompletionSource_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x011217C0, void, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveMessageFromResult__SetCanceled, (TaskCompletionSource_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011215D0, void, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveMessageFromResult__SetException, (TaskCompletionSource_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x01121FC0, void, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveMessageFromResult__SetResult, (TaskCompletionSource_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, SocketReceiveMessageFromResult result, MethodInfo * method)); DO_APP_FUNC(0x01121E20, void, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveMessageFromResult__SpinUntilCompleted, (TaskCompletionSource_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011216D0, bool, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveMessageFromResult__TrySetCanceled, (TaskCompletionSource_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01121700, bool, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveMessageFromResult__TrySetCanceled_1, (TaskCompletionSource_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01121540, bool, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveMessageFromResult__TrySetException, (TaskCompletionSource_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE87D0, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveMessageFromResult__TrySetException__MethodInfo); DO_APP_FUNC(0x01121F30, bool, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveMessageFromResult__TrySetResult, (TaskCompletionSource_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, SocketReceiveMessageFromResult result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE87D8, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveMessageFromResult__TrySetResult__MethodInfo); DO_APP_FUNC(0x003B93C0, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ *, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveMessageFromResult__get_Task, (TaskCompletionSource_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3E48, TaskCompletionSource_1_System_Net_Sockets_SocketReceiveMessageFromResult__get_Task__MethodInfo); DO_APP_FUNC(0x01121230, void, TaskCompletionSource_1_System_IO_WaitForChangedResult___ctor, (TaskCompletionSource_1_System_IO_WaitForChangedResult_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0B60, TaskCompletionSource_1_System_IO_WaitForChangedResult___ctor__MethodInfo); DO_APP_FUNC(0x01121320, void, TaskCompletionSource_1_System_IO_WaitForChangedResult___ctor_1, (TaskCompletionSource_1_System_IO_WaitForChangedResult_ * __this, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01121300, void, TaskCompletionSource_1_System_IO_WaitForChangedResult___ctor_2, (TaskCompletionSource_1_System_IO_WaitForChangedResult_ * __this, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x01121340, void, TaskCompletionSource_1_System_IO_WaitForChangedResult___ctor_3, (TaskCompletionSource_1_System_IO_WaitForChangedResult_ * __this, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x011217C0, void, TaskCompletionSource_1_System_IO_WaitForChangedResult__SetCanceled, (TaskCompletionSource_1_System_IO_WaitForChangedResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011215D0, void, TaskCompletionSource_1_System_IO_WaitForChangedResult__SetException, (TaskCompletionSource_1_System_IO_WaitForChangedResult_ * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x01121FC0, void, TaskCompletionSource_1_System_IO_WaitForChangedResult__SetResult, (TaskCompletionSource_1_System_IO_WaitForChangedResult_ * __this, WaitForChangedResult result, MethodInfo * method)); DO_APP_FUNC(0x01122020, void, TaskCompletionSource_1_System_IO_WaitForChangedResult__SpinUntilCompleted, (TaskCompletionSource_1_System_IO_WaitForChangedResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011216D0, bool, TaskCompletionSource_1_System_IO_WaitForChangedResult__TrySetCanceled, (TaskCompletionSource_1_System_IO_WaitForChangedResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01121700, bool, TaskCompletionSource_1_System_IO_WaitForChangedResult__TrySetCanceled_1, (TaskCompletionSource_1_System_IO_WaitForChangedResult_ * __this, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01121540, bool, TaskCompletionSource_1_System_IO_WaitForChangedResult__TrySetException, (TaskCompletionSource_1_System_IO_WaitForChangedResult_ * __this, Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x01121F30, bool, TaskCompletionSource_1_System_IO_WaitForChangedResult__TrySetResult, (TaskCompletionSource_1_System_IO_WaitForChangedResult_ * __this, WaitForChangedResult result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0A60, TaskCompletionSource_1_System_IO_WaitForChangedResult__TrySetResult__MethodInfo); DO_APP_FUNC(0x003B93C0, Task_1_System_IO_WaitForChangedResult_ *, TaskCompletionSource_1_System_IO_WaitForChangedResult__get_Task, (TaskCompletionSource_1_System_IO_WaitForChangedResult_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0B68, TaskCompletionSource_1_System_IO_WaitForChangedResult__get_Task__MethodInfo); DO_APP_FUNC(0x01122200, void, TaskFactory_1_System_Nullable_1___ctor, (TaskFactory_1_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01122240, void, TaskFactory_1_System_Nullable_1___ctor_1, (TaskFactory_1_System_Nullable_1_ * __this, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, TaskContinuationOptions__Enum continuationOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x011227E0, Task_1_System_Nullable_1_ *, TaskFactory_1_System_Nullable_1__FromAsync, (TaskFactory_1_System_Nullable_1_ * __this, Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Nullable_1_Int32_ * endMethod, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01122430, void, TaskFactory_1_System_Nullable_1__FromAsyncCoreLogic, (IAsyncResult * iar, Func_2_IAsyncResult_Nullable_1_Int32_ * endFunction, Action_1_IAsyncResult_ * endAction, Task_1_System_Nullable_1_ * promise, bool requiresSynchronization, MethodInfo * method)); DO_APP_FUNC(0x01122850, Task_1_System_Nullable_1_ *, TaskFactory_1_System_Nullable_1__FromAsyncImpl, (Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Nullable_1_Int32_ * endFunction, Action_1_IAsyncResult_ * endAction, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7BB60, TaskFactory_1_System_Nullable_1__FromAsyncImpl__MethodInfo); DO_APP_FUNC(0x01122130, TaskScheduler *, TaskFactory_1_System_Nullable_1__GetDefaultScheduler, (TaskFactory_1_System_Nullable_1_ * __this, Task * currTask, MethodInfo * method)); DO_APP_FUNC(0x01122340, Task_1_System_Nullable_1_ *, TaskFactory_1_System_Nullable_1__StartNew, (TaskFactory_1_System_Nullable_1_ * __this, Func_1_Nullable_1_Int32_ * function, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01122200, void, TaskFactory_1_System_ValueTuple_2___ctor, (TaskFactory_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01122240, void, TaskFactory_1_System_ValueTuple_2___ctor_1, (TaskFactory_1_System_ValueTuple_2_ * __this, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, TaskContinuationOptions__Enum continuationOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x011227E0, Task_1_System_ValueTuple_2_ *, TaskFactory_1_System_ValueTuple_2__FromAsync, (TaskFactory_1_System_ValueTuple_2_ * __this, Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_ValueTuple_2_Boolean_Object_ * endMethod, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01123070, void, TaskFactory_1_System_ValueTuple_2__FromAsyncCoreLogic, (IAsyncResult * iar, Func_2_IAsyncResult_ValueTuple_2_Boolean_Object_ * endFunction, Action_1_IAsyncResult_ * endAction, Task_1_System_ValueTuple_2_ * promise, bool requiresSynchronization, MethodInfo * method)); DO_APP_FUNC(0x01123440, Task_1_System_ValueTuple_2_ *, TaskFactory_1_System_ValueTuple_2__FromAsyncImpl, (Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_ValueTuple_2_Boolean_Object_ * endFunction, Action_1_IAsyncResult_ * endAction, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D408, TaskFactory_1_System_ValueTuple_2__FromAsyncImpl__MethodInfo); DO_APP_FUNC(0x01122EB0, TaskScheduler *, TaskFactory_1_System_ValueTuple_2__GetDefaultScheduler, (TaskFactory_1_System_ValueTuple_2_ * __this, Task * currTask, MethodInfo * method)); DO_APP_FUNC(0x01122F80, Task_1_System_ValueTuple_2_ *, TaskFactory_1_System_ValueTuple_2__StartNew, (TaskFactory_1_System_ValueTuple_2_ * __this, Func_1_ValueTuple_2_Boolean_Object_ * function, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01122200, void, TaskFactory_1_System_ValueTuple_3__1__ctor, (TaskFactory_1_System_ValueTuple_3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01122240, void, TaskFactory_1_System_ValueTuple_3__1__ctor_1, (TaskFactory_1_System_ValueTuple_3__1 * __this, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, TaskContinuationOptions__Enum continuationOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x011227E0, Task_1_System_ValueTuple_3__1 *, TaskFactory_1_System_ValueTuple_3__1_FromAsync, (TaskFactory_1_System_ValueTuple_3__1 * __this, Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_ValueTuple_3_Object_Object_Int32_ * endMethod, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01123BE0, void, TaskFactory_1_System_ValueTuple_3__1_FromAsyncCoreLogic, (IAsyncResult * iar, Func_2_IAsyncResult_ValueTuple_3_Object_Object_Int32_ * endFunction, Action_1_IAsyncResult_ * endAction, Task_1_System_ValueTuple_3__1 * promise, bool requiresSynchronization, MethodInfo * method)); DO_APP_FUNC(0x01124000, Task_1_System_ValueTuple_3__1 *, TaskFactory_1_System_ValueTuple_3__1_FromAsyncImpl, (Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_ValueTuple_3_Object_Object_Int32_ * endFunction, Action_1_IAsyncResult_ * endAction, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D400, TaskFactory_1_System_ValueTuple_3__1_FromAsyncImpl__MethodInfo); DO_APP_FUNC(0x01123A20, TaskScheduler *, TaskFactory_1_System_ValueTuple_3__1_GetDefaultScheduler, (TaskFactory_1_System_ValueTuple_3__1 * __this, Task * currTask, MethodInfo * method)); DO_APP_FUNC(0x01123AF0, Task_1_System_ValueTuple_3__1 *, TaskFactory_1_System_ValueTuple_3__1_StartNew, (TaskFactory_1_System_ValueTuple_3__1 * __this, Func_1_ValueTuple_3_Object_Object_Int32_ * function, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01122200, void, TaskFactory_1_System_ValueTuple_5__1__ctor, (TaskFactory_1_System_ValueTuple_5__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01122240, void, TaskFactory_1_System_ValueTuple_5__1__ctor_1, (TaskFactory_1_System_ValueTuple_5__1 * __this, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, TaskContinuationOptions__Enum continuationOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x011227E0, Task_1_System_ValueTuple_5__1 *, TaskFactory_1_System_ValueTuple_5__1_FromAsync, (TaskFactory_1_System_ValueTuple_5__1 * __this, Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_ValueTuple_5_Object_Boolean_Boolean_Object_Object_ * endMethod, Object * state, MethodInfo * method)); DO_APP_FUNC(0x011247C0, void, TaskFactory_1_System_ValueTuple_5__1_FromAsyncCoreLogic, (IAsyncResult * iar, Func_2_IAsyncResult_ValueTuple_5_Object_Boolean_Boolean_Object_Object_ * endFunction, Action_1_IAsyncResult_ * endAction, Task_1_System_ValueTuple_5__1 * promise, bool requiresSynchronization, MethodInfo * method)); DO_APP_FUNC(0x01124BF0, Task_1_System_ValueTuple_5__1 *, TaskFactory_1_System_ValueTuple_5__1_FromAsyncImpl, (Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_ValueTuple_5_Object_Boolean_Boolean_Object_Object_ * endFunction, Action_1_IAsyncResult_ * endAction, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D3F8, TaskFactory_1_System_ValueTuple_5__1_FromAsyncImpl__MethodInfo); DO_APP_FUNC(0x01124600, TaskScheduler *, TaskFactory_1_System_ValueTuple_5__1_GetDefaultScheduler, (TaskFactory_1_System_ValueTuple_5__1 * __this, Task * currTask, MethodInfo * method)); DO_APP_FUNC(0x011246D0, Task_1_System_ValueTuple_5__1 *, TaskFactory_1_System_ValueTuple_5__1_StartNew, (TaskFactory_1_System_ValueTuple_5__1 * __this, Func_1_ValueTuple_5_Object_Boolean_Boolean_Object_Object_ * function, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01122200, void, TaskFactory_1_System_Boolean___ctor, (TaskFactory_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01122240, void, TaskFactory_1_System_Boolean___ctor_1, (TaskFactory_1_System_Boolean_ * __this, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, TaskContinuationOptions__Enum continuationOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x011227E0, Task_1_System_Boolean_ *, TaskFactory_1_System_Boolean__FromAsync, (TaskFactory_1_System_Boolean_ * __this, Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Boolean_ * endMethod, Object * state, MethodInfo * method)); DO_APP_FUNC(0x011253B0, void, TaskFactory_1_System_Boolean__FromAsyncCoreLogic, (IAsyncResult * iar, Func_2_IAsyncResult_Boolean_ * endFunction, Action_1_IAsyncResult_ * endAction, Task_1_System_Boolean_ * promise, bool requiresSynchronization, MethodInfo * method)); DO_APP_FUNC(0x01125750, Task_1_System_Boolean_ *, TaskFactory_1_System_Boolean__FromAsyncImpl, (Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Boolean_ * endFunction, Action_1_IAsyncResult_ * endAction, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D3F0, TaskFactory_1_System_Boolean__FromAsyncImpl__MethodInfo); DO_APP_FUNC(0x011251F0, TaskScheduler *, TaskFactory_1_System_Boolean__GetDefaultScheduler, (TaskFactory_1_System_Boolean_ * __this, Task * currTask, MethodInfo * method)); DO_APP_FUNC(0x011252C0, Task_1_System_Boolean_ *, TaskFactory_1_System_Boolean__StartNew, (TaskFactory_1_System_Boolean_ * __this, Func_1_Boolean_ * function, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x00CB63E0, Task_1_System_Int32_ *, TaskFactory_1_System_Int32__FromAsync, (TaskFactory_1_System_Int32_ * __this, Func_5_ArraySegment_1_Byte_Int32Enum_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Int32_ * endMethod, ArraySegment_1_Byte_ arg1, Int32Enum__Enum arg2, Object * state, MethodInfo * method)); DO_APP_FUNC(0x00CB6460, Task_1_System_Int32_ *, TaskFactory_1_System_Int32__FromAsync_1, (TaskFactory_1_System_Int32_ * __this, Func_5_Object_Int32_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Int32_ * endMethod, Object * arg1, int32_t arg2, Object * state, MethodInfo * method)); DO_APP_FUNC(0x00CB6460, Task_1_System_Int32_ *, TaskFactory_1_System_Int32__FromAsync_2, (TaskFactory_1_System_Int32_ * __this, Func_5_Object_Int32Enum_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Int32_ * endMethod, Object * arg1, Int32Enum__Enum arg2, Object * state, MethodInfo * method)); DO_APP_FUNC(0x00CB64D0, Task_1_System_Int32_ *, TaskFactory_1_System_Int32__FromAsync_3, (TaskFactory_1_System_Int32_ * __this, Func_6_ArraySegment_1_Byte_Int32Enum_Object_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Int32_ * endMethod, ArraySegment_1_Byte_ arg1, Int32Enum__Enum arg2, Object * arg3, Object * state, MethodInfo * method)); DO_APP_FUNC(0x00CB6560, Task_1_System_Int32_ *, TaskFactory_1_System_Int32__FromAsync_4, (TaskFactory_1_System_Int32_ * __this, Func_6_Object_Int32_Object_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Int32_ * endMethod, Object * arg1, int32_t arg2, Object * arg3, Object * state, MethodInfo * method)); DO_APP_FUNC(0x00CB65E0, Task_1_System_Int32_ *, TaskFactory_1_System_Int32__FromAsyncImpl, (Func_5_ArraySegment_1_Byte_Int32Enum_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Int32_ * endFunction, Action_1_IAsyncResult_ * endAction, ArraySegment_1_Byte_ arg1, Int32Enum__Enum arg2, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60CC8, TaskFactory_1_System_Int32__FromAsyncImpl__MethodInfo); DO_APP_FUNC(0x00CB6B70, Task_1_System_Int32_ *, TaskFactory_1_System_Int32__FromAsyncImpl_1, (Func_5_Object_Int32_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Int32_ * endFunction, Action_1_IAsyncResult_ * endAction, Object * arg1, int32_t arg2, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60C98, TaskFactory_1_System_Int32__FromAsyncImpl_1__MethodInfo); DO_APP_FUNC(0x00CB70F0, Task_1_System_Int32_ *, TaskFactory_1_System_Int32__FromAsyncImpl_2, (Func_5_Object_Int32Enum_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Int32_ * endFunction, Action_1_IAsyncResult_ * endAction, Object * arg1, Int32Enum__Enum arg2, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60CA0, TaskFactory_1_System_Int32__FromAsyncImpl_2__MethodInfo); DO_APP_FUNC(0x00CB7670, Task_1_System_Int32_ *, TaskFactory_1_System_Int32__FromAsyncImpl_3, (Func_6_ArraySegment_1_Byte_Int32Enum_Object_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Int32_ * endFunction, Action_1_IAsyncResult_ * endAction, ArraySegment_1_Byte_ arg1, Int32Enum__Enum arg2, Object * arg3, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60C90, TaskFactory_1_System_Int32__FromAsyncImpl_3__MethodInfo); DO_APP_FUNC(0x00CB7C10, Task_1_System_Int32_ *, TaskFactory_1_System_Int32__FromAsyncImpl_4, (Func_6_Object_Int32_Object_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Int32_ * endFunction, Action_1_IAsyncResult_ * endAction, Object * arg1, int32_t arg2, Object * arg3, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60C88, TaskFactory_1_System_Int32__FromAsyncImpl_4__MethodInfo); DO_APP_FUNC(0x00CB81A0, Task_1_System_Int32_ *, TaskFactory_1_System_Int32__FromAsyncTrim, (Object * thisRef, Stream_ReadWriteParameters args, Func_5_Object_System_IO_Stream_ReadWriteParameters_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_3_Object_IAsyncResult_Int32_ * endMethod, MethodInfo * method)); DO_APP_FUNC(0x01122200, void, TaskFactory_1_System_Int32___ctor, (TaskFactory_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01122240, void, TaskFactory_1_System_Int32___ctor_1, (TaskFactory_1_System_Int32_ * __this, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, TaskContinuationOptions__Enum continuationOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x011227E0, Task_1_System_Int32_ *, TaskFactory_1_System_Int32__FromAsync_5, (TaskFactory_1_System_Int32_ * __this, Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Int32_ * endMethod, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE80D8, TaskFactory_1_System_Int32__FromAsync_5__MethodInfo); DO_APP_FUNC(0x01125EE0, void, TaskFactory_1_System_Int32__FromAsyncCoreLogic, (IAsyncResult * iar, Func_2_IAsyncResult_Int32_ * endFunction, Action_1_IAsyncResult_ * endAction, Task_1_System_Int32_ * promise, bool requiresSynchronization, MethodInfo * method)); DO_APP_FUNC(0x01126280, Task_1_System_Int32_ *, TaskFactory_1_System_Int32__FromAsyncImpl_5, (Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Int32_ * endFunction, Action_1_IAsyncResult_ * endAction, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D3E8, TaskFactory_1_System_Int32__FromAsyncImpl_5__MethodInfo); DO_APP_FUNC(0x01125D20, TaskScheduler *, TaskFactory_1_System_Int32__GetDefaultScheduler, (TaskFactory_1_System_Int32_ * __this, Task * currTask, MethodInfo * method)); DO_APP_FUNC(0x01125DF0, Task_1_System_Int32_ *, TaskFactory_1_System_Int32__StartNew, (TaskFactory_1_System_Int32_ * __this, Func_1_Int32_ * function, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01122200, void, TaskFactory_1_System_Int32Enum___ctor, (TaskFactory_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01122240, void, TaskFactory_1_System_Int32Enum___ctor_1, (TaskFactory_1_System_Int32Enum_ * __this, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, TaskContinuationOptions__Enum continuationOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x011227E0, Task_1_System_Int32Enum_ *, TaskFactory_1_System_Int32Enum__FromAsync, (TaskFactory_1_System_Int32Enum_ * __this, Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Int32Enum_ * endMethod, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01126A10, void, TaskFactory_1_System_Int32Enum__FromAsyncCoreLogic, (IAsyncResult * iar, Func_2_IAsyncResult_Int32Enum_ * endFunction, Action_1_IAsyncResult_ * endAction, Task_1_System_Int32Enum_ * promise, bool requiresSynchronization, MethodInfo * method)); DO_APP_FUNC(0x01126C00, Task_1_System_Int32Enum_ *, TaskFactory_1_System_Int32Enum__FromAsyncImpl, (Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Int32Enum_ * endFunction, Action_1_IAsyncResult_ * endAction, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D3E0, TaskFactory_1_System_Int32Enum__FromAsyncImpl__MethodInfo); DO_APP_FUNC(0x01126850, TaskScheduler *, TaskFactory_1_System_Int32Enum__GetDefaultScheduler, (TaskFactory_1_System_Int32Enum_ * __this, Task * currTask, MethodInfo * method)); DO_APP_FUNC(0x01126920, Task_1_System_Int32Enum_ *, TaskFactory_1_System_Int32Enum__StartNew, (TaskFactory_1_System_Int32Enum_ * __this, Func_1_Int32Enum_ * function, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01122200, void, TaskFactory_1_System_Int64___ctor, (TaskFactory_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01122240, void, TaskFactory_1_System_Int64___ctor_1, (TaskFactory_1_System_Int64_ * __this, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, TaskContinuationOptions__Enum continuationOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x011227E0, Task_1_System_Int64_ *, TaskFactory_1_System_Int64__FromAsync, (TaskFactory_1_System_Int64_ * __this, Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Int64_ * endMethod, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01127390, void, TaskFactory_1_System_Int64__FromAsyncCoreLogic, (IAsyncResult * iar, Func_2_IAsyncResult_Int64_ * endFunction, Action_1_IAsyncResult_ * endAction, Task_1_System_Int64_ * promise, bool requiresSynchronization, MethodInfo * method)); DO_APP_FUNC(0x01127740, Task_1_System_Int64_ *, TaskFactory_1_System_Int64__FromAsyncImpl, (Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Int64_ * endFunction, Action_1_IAsyncResult_ * endAction, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D3D8, TaskFactory_1_System_Int64__FromAsyncImpl__MethodInfo); DO_APP_FUNC(0x011271D0, TaskScheduler *, TaskFactory_1_System_Int64__GetDefaultScheduler, (TaskFactory_1_System_Int64_ * __this, Task * currTask, MethodInfo * method)); DO_APP_FUNC(0x011272A0, Task_1_System_Int64_ *, TaskFactory_1_System_Int64__StartNew, (TaskFactory_1_System_Int64_ * __this, Func_1_Int64_ * function, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x00CB8320, Task_1_System_Object_ *, TaskFactory_1_System_Object__FromAsync, (TaskFactory_1_System_Object_ * __this, Func_4_Object_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Object_ * endMethod, Object * arg1, Object * state, MethodInfo * method)); DO_APP_FUNC(0x00CB6460, Task_1_System_Object_ *, TaskFactory_1_System_Object__FromAsync_1, (TaskFactory_1_System_Object_ * __this, Func_5_Object_Int32_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Object_ * endMethod, Object * arg1, int32_t arg2, Object * state, MethodInfo * method)); DO_APP_FUNC(0x00CB8380, Task_1_System_Object_ *, TaskFactory_1_System_Object__FromAsync_2, (TaskFactory_1_System_Object_ * __this, Func_5_Object_Object_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Object_ * endMethod, Object * arg1, Object * arg2, Object * state, MethodInfo * method)); DO_APP_FUNC(0x00CB83F0, Task_1_System_Object_ *, TaskFactory_1_System_Object__FromAsync_3, (TaskFactory_1_System_Object_ * __this, Func_6_Object_Object_Object_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Object_ * endMethod, Object * arg1, Object * arg2, Object * arg3, Object * state, MethodInfo * method)); DO_APP_FUNC(0x00CB8470, Task_1_System_Object_ *, TaskFactory_1_System_Object__FromAsyncImpl, (Func_4_Object_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Object_ * endFunction, Action_1_IAsyncResult_ * endAction, Object * arg1, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60C78, TaskFactory_1_System_Object__FromAsyncImpl__MethodInfo); DO_APP_FUNC(0x00CB89F0, Task_1_System_Object_ *, TaskFactory_1_System_Object__FromAsyncImpl_1, (Func_5_Object_Int32_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Object_ * endFunction, Action_1_IAsyncResult_ * endAction, Object * arg1, int32_t arg2, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60C70, TaskFactory_1_System_Object__FromAsyncImpl_1__MethodInfo); DO_APP_FUNC(0x00CB8F70, Task_1_System_Object_ *, TaskFactory_1_System_Object__FromAsyncImpl_2, (Func_5_Object_Object_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Object_ * endFunction, Action_1_IAsyncResult_ * endAction, Object * arg1, Object * arg2, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60C68, TaskFactory_1_System_Object__FromAsyncImpl_2__MethodInfo); DO_APP_FUNC(0x00CB94F0, Task_1_System_Object_ *, TaskFactory_1_System_Object__FromAsyncImpl_3, (Func_6_Object_Object_Object_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Object_ * endFunction, Action_1_IAsyncResult_ * endAction, Object * arg1, Object * arg2, Object * arg3, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60C60, TaskFactory_1_System_Object__FromAsyncImpl_3__MethodInfo); DO_APP_FUNC(0x00CB9A80, Task_1_System_Object_ *, TaskFactory_1_System_Object__FromAsyncTrim, (Object * thisRef, Object * args, Func_5_Object_Object_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_3_Object_IAsyncResult_Object_ * endMethod, MethodInfo * method)); DO_APP_FUNC(0x01122200, void, TaskFactory_1_System_Object___ctor, (TaskFactory_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01122240, void, TaskFactory_1_System_Object___ctor_1, (TaskFactory_1_System_Object_ * __this, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, TaskContinuationOptions__Enum continuationOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x011227E0, Task_1_System_Object_ *, TaskFactory_1_System_Object__FromAsync_4, (TaskFactory_1_System_Object_ * __this, Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Object_ * endMethod, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01127ED0, void, TaskFactory_1_System_Object__FromAsyncCoreLogic, (IAsyncResult * iar, Func_2_IAsyncResult_Object_ * endFunction, Action_1_IAsyncResult_ * endAction, Task_1_System_Object_ * promise, bool requiresSynchronization, MethodInfo * method)); DO_APP_FUNC(0x011280D0, Task_1_System_Object_ *, TaskFactory_1_System_Object__FromAsyncImpl_4, (Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_Object_ * endFunction, Action_1_IAsyncResult_ * endAction, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D3C8, TaskFactory_1_System_Object__FromAsyncImpl_4__MethodInfo); DO_APP_FUNC(0x01127D10, TaskScheduler *, TaskFactory_1_System_Object__GetDefaultScheduler, (TaskFactory_1_System_Object_ * __this, Task * currTask, MethodInfo * method)); DO_APP_FUNC(0x01127DE0, Task_1_System_Object_ *, TaskFactory_1_System_Object__StartNew, (TaskFactory_1_System_Object_ * __this, Func_1_Object_ * function, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01122200, void, TaskFactory_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor, (TaskFactory_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01122240, void, TaskFactory_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor_1, (TaskFactory_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, TaskContinuationOptions__Enum continuationOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x011227E0, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ *, TaskFactory_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__FromAsync, (TaskFactory_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * endMethod, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01128860, void, TaskFactory_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__FromAsyncCoreLogic, (IAsyncResult * iar, Func_2_IAsyncResult_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * endFunction, Action_1_IAsyncResult_ * endAction, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * promise, bool requiresSynchronization, MethodInfo * method)); DO_APP_FUNC(0x01128A70, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ *, TaskFactory_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__FromAsyncImpl, (Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * endFunction, Action_1_IAsyncResult_ * endAction, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D3A0, TaskFactory_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__FromAsyncImpl__MethodInfo); DO_APP_FUNC(0x011286A0, TaskScheduler *, TaskFactory_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__GetDefaultScheduler, (TaskFactory_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Task * currTask, MethodInfo * method)); DO_APP_FUNC(0x01128770, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ *, TaskFactory_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__StartNew, (TaskFactory_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Func_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * function, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x00CB63E0, Task_1_System_Net_Sockets_SocketReceiveFromResult_ *, TaskFactory_1_System_Net_Sockets_SocketReceiveFromResult__FromAsync, (TaskFactory_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, Func_5_ArraySegment_1_Byte_Int32Enum_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_System_Net_Sockets_SocketReceiveFromResult_ * endMethod, ArraySegment_1_Byte_ arg1, Int32Enum__Enum arg2, Object * state, MethodInfo * method)); DO_APP_FUNC(0x00CB9BF0, Task_1_System_Net_Sockets_SocketReceiveFromResult_ *, TaskFactory_1_System_Net_Sockets_SocketReceiveFromResult__FromAsyncImpl, (Func_5_ArraySegment_1_Byte_Int32Enum_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_System_Net_Sockets_SocketReceiveFromResult_ * endFunction, Action_1_IAsyncResult_ * endAction, ArraySegment_1_Byte_ arg1, Int32Enum__Enum arg2, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60C58, TaskFactory_1_System_Net_Sockets_SocketReceiveFromResult__FromAsyncImpl__MethodInfo); DO_APP_FUNC(0x01122200, void, TaskFactory_1_System_Net_Sockets_SocketReceiveFromResult___ctor, (TaskFactory_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01122240, void, TaskFactory_1_System_Net_Sockets_SocketReceiveFromResult___ctor_1, (TaskFactory_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, TaskContinuationOptions__Enum continuationOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x011227E0, Task_1_System_Net_Sockets_SocketReceiveFromResult_ *, TaskFactory_1_System_Net_Sockets_SocketReceiveFromResult__FromAsync_1, (TaskFactory_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_System_Net_Sockets_SocketReceiveFromResult_ * endMethod, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01129210, void, TaskFactory_1_System_Net_Sockets_SocketReceiveFromResult__FromAsyncCoreLogic, (IAsyncResult * iar, Func_2_IAsyncResult_System_Net_Sockets_SocketReceiveFromResult_ * endFunction, Action_1_IAsyncResult_ * endAction, Task_1_System_Net_Sockets_SocketReceiveFromResult_ * promise, bool requiresSynchronization, MethodInfo * method)); DO_APP_FUNC(0x01129420, Task_1_System_Net_Sockets_SocketReceiveFromResult_ *, TaskFactory_1_System_Net_Sockets_SocketReceiveFromResult__FromAsyncImpl_1, (Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_System_Net_Sockets_SocketReceiveFromResult_ * endFunction, Action_1_IAsyncResult_ * endAction, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D390, TaskFactory_1_System_Net_Sockets_SocketReceiveFromResult__FromAsyncImpl_1__MethodInfo); DO_APP_FUNC(0x01129050, TaskScheduler *, TaskFactory_1_System_Net_Sockets_SocketReceiveFromResult__GetDefaultScheduler, (TaskFactory_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, Task * currTask, MethodInfo * method)); DO_APP_FUNC(0x01129120, Task_1_System_Net_Sockets_SocketReceiveFromResult_ *, TaskFactory_1_System_Net_Sockets_SocketReceiveFromResult__StartNew, (TaskFactory_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, Func_1_System_Net_Sockets_SocketReceiveFromResult_ * function, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x00CBA190, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ *, TaskFactory_1_System_Net_Sockets_SocketReceiveMessageFromResult__FromAsync, (TaskFactory_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, Func_4_ArraySegment_1_Byte_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_System_Net_Sockets_SocketReceiveMessageFromResult_ * endMethod, ArraySegment_1_Byte_ arg1, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7E18, TaskFactory_1_System_Net_Sockets_SocketReceiveMessageFromResult__FromAsync__MethodInfo); DO_APP_FUNC(0x00CBA200, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ *, TaskFactory_1_System_Net_Sockets_SocketReceiveMessageFromResult__FromAsyncImpl, (Func_4_ArraySegment_1_Byte_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_System_Net_Sockets_SocketReceiveMessageFromResult_ * endFunction, Action_1_IAsyncResult_ * endAction, ArraySegment_1_Byte_ arg1, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60C48, TaskFactory_1_System_Net_Sockets_SocketReceiveMessageFromResult__FromAsyncImpl__MethodInfo); DO_APP_FUNC(0x01122200, void, TaskFactory_1_System_Net_Sockets_SocketReceiveMessageFromResult___ctor, (TaskFactory_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01122240, void, TaskFactory_1_System_Net_Sockets_SocketReceiveMessageFromResult___ctor_1, (TaskFactory_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, TaskContinuationOptions__Enum continuationOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x011227E0, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ *, TaskFactory_1_System_Net_Sockets_SocketReceiveMessageFromResult__FromAsync_1, (TaskFactory_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_System_Net_Sockets_SocketReceiveMessageFromResult_ * endMethod, Object * state, MethodInfo * method)); DO_APP_FUNC(0x01129BC0, void, TaskFactory_1_System_Net_Sockets_SocketReceiveMessageFromResult__FromAsyncCoreLogic, (IAsyncResult * iar, Func_2_IAsyncResult_System_Net_Sockets_SocketReceiveMessageFromResult_ * endFunction, Action_1_IAsyncResult_ * endAction, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * promise, bool requiresSynchronization, MethodInfo * method)); DO_APP_FUNC(0x01129DE0, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ *, TaskFactory_1_System_Net_Sockets_SocketReceiveMessageFromResult__FromAsyncImpl_1, (Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_System_Net_Sockets_SocketReceiveMessageFromResult_ * endFunction, Action_1_IAsyncResult_ * endAction, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D360, TaskFactory_1_System_Net_Sockets_SocketReceiveMessageFromResult__FromAsyncImpl_1__MethodInfo); DO_APP_FUNC(0x01129A00, TaskScheduler *, TaskFactory_1_System_Net_Sockets_SocketReceiveMessageFromResult__GetDefaultScheduler, (TaskFactory_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, Task * currTask, MethodInfo * method)); DO_APP_FUNC(0x01129AD0, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ *, TaskFactory_1_System_Net_Sockets_SocketReceiveMessageFromResult__StartNew, (TaskFactory_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, Func_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * function, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01122200, void, TaskFactory_1_System_Net_Sockets_UdpReceiveResult___ctor, (TaskFactory_1_System_Net_Sockets_UdpReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01122240, void, TaskFactory_1_System_Net_Sockets_UdpReceiveResult___ctor_1, (TaskFactory_1_System_Net_Sockets_UdpReceiveResult_ * __this, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, TaskContinuationOptions__Enum continuationOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x011227E0, Task_1_System_Net_Sockets_UdpReceiveResult_ *, TaskFactory_1_System_Net_Sockets_UdpReceiveResult__FromAsync, (TaskFactory_1_System_Net_Sockets_UdpReceiveResult_ * __this, Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_System_Net_Sockets_UdpReceiveResult_ * endMethod, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE81D0, TaskFactory_1_System_Net_Sockets_UdpReceiveResult__FromAsync__MethodInfo); DO_APP_FUNC(0x0112A5A0, void, TaskFactory_1_System_Net_Sockets_UdpReceiveResult__FromAsyncCoreLogic, (IAsyncResult * iar, Func_2_IAsyncResult_System_Net_Sockets_UdpReceiveResult_ * endFunction, Action_1_IAsyncResult_ * endAction, Task_1_System_Net_Sockets_UdpReceiveResult_ * promise, bool requiresSynchronization, MethodInfo * method)); DO_APP_FUNC(0x0112A7B0, Task_1_System_Net_Sockets_UdpReceiveResult_ *, TaskFactory_1_System_Net_Sockets_UdpReceiveResult__FromAsyncImpl, (Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_System_Net_Sockets_UdpReceiveResult_ * endFunction, Action_1_IAsyncResult_ * endAction, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D318, TaskFactory_1_System_Net_Sockets_UdpReceiveResult__FromAsyncImpl__MethodInfo); DO_APP_FUNC(0x0112A3E0, TaskScheduler *, TaskFactory_1_System_Net_Sockets_UdpReceiveResult__GetDefaultScheduler, (TaskFactory_1_System_Net_Sockets_UdpReceiveResult_ * __this, Task * currTask, MethodInfo * method)); DO_APP_FUNC(0x0112A4B0, Task_1_System_Net_Sockets_UdpReceiveResult_ *, TaskFactory_1_System_Net_Sockets_UdpReceiveResult__StartNew, (TaskFactory_1_System_Net_Sockets_UdpReceiveResult_ * __this, Func_1_System_Net_Sockets_UdpReceiveResult_ * function, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01122200, void, TaskFactory_1_System_Net_WebSockets_ValueWebSocketReceiveResult___ctor, (TaskFactory_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01122240, void, TaskFactory_1_System_Net_WebSockets_ValueWebSocketReceiveResult___ctor_1, (TaskFactory_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, TaskContinuationOptions__Enum continuationOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x011227E0, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ *, TaskFactory_1_System_Net_WebSockets_ValueWebSocketReceiveResult__FromAsync, (TaskFactory_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_System_Net_WebSockets_ValueWebSocketReceiveResult_ * endMethod, Object * state, MethodInfo * method)); DO_APP_FUNC(0x0112AF50, void, TaskFactory_1_System_Net_WebSockets_ValueWebSocketReceiveResult__FromAsyncCoreLogic, (IAsyncResult * iar, Func_2_IAsyncResult_System_Net_WebSockets_ValueWebSocketReceiveResult_ * endFunction, Action_1_IAsyncResult_ * endAction, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * promise, bool requiresSynchronization, MethodInfo * method)); DO_APP_FUNC(0x0112B150, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ *, TaskFactory_1_System_Net_WebSockets_ValueWebSocketReceiveResult__FromAsyncImpl, (Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_System_Net_WebSockets_ValueWebSocketReceiveResult_ * endFunction, Action_1_IAsyncResult_ * endAction, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D2F8, TaskFactory_1_System_Net_WebSockets_ValueWebSocketReceiveResult__FromAsyncImpl__MethodInfo); DO_APP_FUNC(0x0112AD90, TaskScheduler *, TaskFactory_1_System_Net_WebSockets_ValueWebSocketReceiveResult__GetDefaultScheduler, (TaskFactory_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Task * currTask, MethodInfo * method)); DO_APP_FUNC(0x0112AE60, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ *, TaskFactory_1_System_Net_WebSockets_ValueWebSocketReceiveResult__StartNew, (TaskFactory_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Func_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * function, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x00CBA7C0, Task_1_VoidTaskResult_ *, TaskFactory_1_VoidTaskResult__FromAsyncImpl, (Func_4_Object_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_System_Threading_Tasks_VoidTaskResult_ * endFunction, Action_1_IAsyncResult_ * endAction, Object * arg1, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60C50, TaskFactory_1_VoidTaskResult__FromAsyncImpl__MethodInfo); DO_APP_FUNC(0x00CBAD40, Task_1_VoidTaskResult_ *, TaskFactory_1_VoidTaskResult__FromAsyncImpl_1, (Func_5_Object_Int32_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_System_Threading_Tasks_VoidTaskResult_ * endFunction, Action_1_IAsyncResult_ * endAction, Object * arg1, int32_t arg2, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60C40, TaskFactory_1_VoidTaskResult__FromAsyncImpl_1__MethodInfo); DO_APP_FUNC(0x00CBB2C0, Task_1_VoidTaskResult_ *, TaskFactory_1_VoidTaskResult__FromAsyncImpl_2, (Func_5_Object_Object_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_System_Threading_Tasks_VoidTaskResult_ * endFunction, Action_1_IAsyncResult_ * endAction, Object * arg1, Object * arg2, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60C38, TaskFactory_1_VoidTaskResult__FromAsyncImpl_2__MethodInfo); DO_APP_FUNC(0x00CBB840, Task_1_VoidTaskResult_ *, TaskFactory_1_VoidTaskResult__FromAsyncTrim, (Object * thisRef, Stream_ReadWriteParameters args, Func_5_Object_System_IO_Stream_ReadWriteParameters_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_3_Object_IAsyncResult_System_Threading_Tasks_VoidTaskResult_ * endMethod, MethodInfo * method)); DO_APP_FUNC(0x01122200, void, TaskFactory_1_VoidTaskResult___ctor, (TaskFactory_1_VoidTaskResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01122240, void, TaskFactory_1_VoidTaskResult___ctor_1, (TaskFactory_1_VoidTaskResult_ * __this, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, TaskContinuationOptions__Enum continuationOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x011227E0, Task_1_VoidTaskResult_ *, TaskFactory_1_VoidTaskResult__FromAsync, (TaskFactory_1_VoidTaskResult_ * __this, Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_System_Threading_Tasks_VoidTaskResult_ * endMethod, Object * state, MethodInfo * method)); DO_APP_FUNC(0x0112B8E0, void, TaskFactory_1_VoidTaskResult__FromAsyncCoreLogic, (IAsyncResult * iar, Func_2_IAsyncResult_System_Threading_Tasks_VoidTaskResult_ * endFunction, Action_1_IAsyncResult_ * endAction, Task_1_VoidTaskResult_ * promise, bool requiresSynchronization, MethodInfo * method)); DO_APP_FUNC(0x0112BC80, Task_1_VoidTaskResult_ *, TaskFactory_1_VoidTaskResult__FromAsyncImpl_3, (Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_System_Threading_Tasks_VoidTaskResult_ * endFunction, Action_1_IAsyncResult_ * endAction, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D2E0, TaskFactory_1_VoidTaskResult__FromAsyncImpl_3__MethodInfo); DO_APP_FUNC(0x0112B720, TaskScheduler *, TaskFactory_1_VoidTaskResult__GetDefaultScheduler, (TaskFactory_1_VoidTaskResult_ * __this, Task * currTask, MethodInfo * method)); DO_APP_FUNC(0x0112B7F0, Task_1_VoidTaskResult_ *, TaskFactory_1_VoidTaskResult__StartNew, (TaskFactory_1_VoidTaskResult_ * __this, Func_1_System_Threading_Tasks_VoidTaskResult_ * function, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x01122200, void, TaskFactory_1_System_IO_WaitForChangedResult___ctor, (TaskFactory_1_System_IO_WaitForChangedResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01122240, void, TaskFactory_1_System_IO_WaitForChangedResult___ctor_1, (TaskFactory_1_System_IO_WaitForChangedResult_ * __this, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, TaskContinuationOptions__Enum continuationOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x011227E0, Task_1_System_IO_WaitForChangedResult_ *, TaskFactory_1_System_IO_WaitForChangedResult__FromAsync, (TaskFactory_1_System_IO_WaitForChangedResult_ * __this, Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_System_IO_WaitForChangedResult_ * endMethod, Object * state, MethodInfo * method)); DO_APP_FUNC(0x0112C410, void, TaskFactory_1_System_IO_WaitForChangedResult__FromAsyncCoreLogic, (IAsyncResult * iar, Func_2_IAsyncResult_System_IO_WaitForChangedResult_ * endFunction, Action_1_IAsyncResult_ * endAction, Task_1_System_IO_WaitForChangedResult_ * promise, bool requiresSynchronization, MethodInfo * method)); DO_APP_FUNC(0x0112C630, Task_1_System_IO_WaitForChangedResult_ *, TaskFactory_1_System_IO_WaitForChangedResult__FromAsyncImpl, (Func_3_AsyncCallback_Object_IAsyncResult_ * beginMethod, Func_2_IAsyncResult_System_IO_WaitForChangedResult_ * endFunction, Action_1_IAsyncResult_ * endAction, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D2B0, TaskFactory_1_System_IO_WaitForChangedResult__FromAsyncImpl__MethodInfo); DO_APP_FUNC(0x0112C250, TaskScheduler *, TaskFactory_1_System_IO_WaitForChangedResult__GetDefaultScheduler, (TaskFactory_1_System_IO_WaitForChangedResult_ * __this, Task * currTask, MethodInfo * method)); DO_APP_FUNC(0x0112C320, Task_1_System_IO_WaitForChangedResult_ *, TaskFactory_1_System_IO_WaitForChangedResult__StartNew, (TaskFactory_1_System_IO_WaitForChangedResult_ * __this, Func_1_System_IO_WaitForChangedResult_ * function, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x0112CC30, void, Socket_TaskSocketAsyncEventArgs_1_System_Int32___ctor, (Socket_TaskSocketAsyncEventArgs_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE89D0, Socket_TaskSocketAsyncEventArgs_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x0112CC40, AsyncTaskMethodBuilder_1_System_Int32_, Socket_TaskSocketAsyncEventArgs_1_System_Int32__GetCompletionResponsibility, (Socket_TaskSocketAsyncEventArgs_1_System_Int32_ * __this, bool * responsibleForReturningToPool, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3E38, Socket_TaskSocketAsyncEventArgs_1_System_Int32__GetCompletionResponsibility__MethodInfo); DO_APP_FUNC(0x0112CC30, void, Socket_TaskSocketAsyncEventArgs_1_System_Object___ctor, (Socket_TaskSocketAsyncEventArgs_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0112CE20, AsyncTaskMethodBuilder_1_System_Object_, Socket_TaskSocketAsyncEventArgs_1_System_Object__GetCompletionResponsibility, (Socket_TaskSocketAsyncEventArgs_1_System_Object_ * __this, bool * responsibleForReturningToPool, MethodInfo * method)); DO_APP_FUNC(0x0112D000, void, Task_1_System_Nullable_1___ctor, (Task_1_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0112D0E0, void, Task_1_System_Nullable_1___ctor_1, (Task_1_System_Nullable_1_ * __this, Nullable_1_Int32_ result, MethodInfo * method)); DO_APP_FUNC(0x0112D060, void, Task_1_System_Nullable_1___ctor_2, (Task_1_System_Nullable_1_ * __this, Object * state, TaskCreationOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0112D210, void, Task_1_System_Nullable_1___ctor_3, (Task_1_System_Nullable_1_ * __this, Func_2_Object_Nullable_1_Int32_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x0112D170, void, Task_1_System_Nullable_1___ctor_4, (Task_1_System_Nullable_1_ * __this, bool canceled, Nullable_1_Int32_ result, TaskCreationOptions__Enum creationOptions, CancellationToken ct, MethodInfo * method)); DO_APP_FUNC(0x0112D320, void, Task_1_System_Nullable_1___ctor_5, (Task_1_System_Nullable_1_ * __this, Func_1_Nullable_1_Int32_ * valueSelector, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x0112D460, void, Task_1_System_Nullable_1___ctor_6, (Task_1_System_Nullable_1_ * __this, Delegate * valueSelector, Object * state, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x0112DF50, ConfiguredTaskAwaitable_1_System_Nullable_1_, Task_1_System_Nullable_1__ConfigureAwait, (Task_1_System_Nullable_1_ * __this, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66328, Task_1_System_Nullable_1__ConfigureAwait__MethodInfo); DO_APP_FUNC(0x0112DF80, Task *, Task_1_System_Nullable_1__ContinueWith, (Task_1_System_Nullable_1_ * __this, Action_1_System_Threading_Tasks_Task_1_ * continuationAction, MethodInfo * method)); DO_APP_FUNC(0x0112E030, Task *, Task_1_System_Nullable_1__ContinueWith_1, (Task_1_System_Nullable_1_ * __this, Action_1_System_Threading_Tasks_Task_1_ * continuationAction, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x0112E080, Task *, Task_1_System_Nullable_1__ContinueWith_2, (Task_1_System_Nullable_1_ * __this, Action_1_System_Threading_Tasks_Task_1_ * continuationAction, TaskScheduler * scheduler, CancellationToken cancellationToken, TaskContinuationOptions__Enum continuationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D210, Task_1_System_Nullable_1__ContinueWith_2__MethodInfo); DO_APP_FUNC(0x0112DA80, void, Task_1_System_Nullable_1__DangerousSetResult, (Task_1_System_Nullable_1_ * __this, Nullable_1_Int32_ result, MethodInfo * method)); DO_APP_FUNC(0x0112DEF0, TaskAwaiter_1_System_Nullable_1_, Task_1_System_Nullable_1__GetAwaiter, (Task_1_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0112DB30, Nullable_1_Int32_, Task_1_System_Nullable_1__GetResultCore, (Task_1_System_Nullable_1_ * __this, bool waitCompletionNotification, MethodInfo * method)); DO_APP_FUNC(0x0112DE10, void, Task_1_System_Nullable_1__InnerInvoke, (Task_1_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0112D5B0, Task_1_System_Nullable_1_ *, Task_1_System_Nullable_1__StartNew, (Task * parent, Func_1_Nullable_1_Int32_ * function, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D270, Task_1_System_Nullable_1__StartNew__MethodInfo); DO_APP_FUNC(0x0112D7A0, Task_1_System_Nullable_1_ *, Task_1_System_Nullable_1__StartNew_1, (Task * parent, Func_2_Object_Nullable_1_Int32_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D220, Task_1_System_Nullable_1__StartNew_1__MethodInfo); DO_APP_FUNC(0x0112D990, bool, Task_1_System_Nullable_1__TrySetResult, (Task_1_System_Nullable_1_ * __this, Nullable_1_Int32_ result, MethodInfo * method)); DO_APP_FUNC(0x0112DC50, TaskFactory_1_System_Nullable_1_ *, Task_1_System_Nullable_1__get_Factory, (MethodInfo * method)); DO_APP_FUNC(0x0112DAD0, Nullable_1_Int32_, Task_1_System_Nullable_1__get_Result, (Task_1_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, Nullable_1_Int32_, Task_1_System_Nullable_1__get_ResultOnSuccess, (Task_1_System_Nullable_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0112E2A0, void, Task_1_System_ValueTuple_2___ctor, (Task_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0112E380, void, Task_1_System_ValueTuple_2___ctor_1, (Task_1_System_ValueTuple_2_ * __this, ValueTuple_2_Boolean_Object_ result, MethodInfo * method)); DO_APP_FUNC(0x0112E300, void, Task_1_System_ValueTuple_2___ctor_2, (Task_1_System_ValueTuple_2_ * __this, Object * state, TaskCreationOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0112E530, void, Task_1_System_ValueTuple_2___ctor_3, (Task_1_System_ValueTuple_2_ * __this, Func_2_Object_ValueTuple_2_Boolean_Object_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x0112E450, void, Task_1_System_ValueTuple_2___ctor_4, (Task_1_System_ValueTuple_2_ * __this, bool canceled, ValueTuple_2_Boolean_Object_ result, TaskCreationOptions__Enum creationOptions, CancellationToken ct, MethodInfo * method)); DO_APP_FUNC(0x0112E640, void, Task_1_System_ValueTuple_2___ctor_5, (Task_1_System_ValueTuple_2_ * __this, Func_1_ValueTuple_2_Boolean_Object_ * valueSelector, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x0112E780, void, Task_1_System_ValueTuple_2___ctor_6, (Task_1_System_ValueTuple_2_ * __this, Delegate * valueSelector, Object * state, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x0112DF50, ConfiguredTaskAwaitable_1_System_ValueTuple_2_, Task_1_System_ValueTuple_2__ConfigureAwait, (Task_1_System_ValueTuple_2_ * __this, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x0112F230, Task *, Task_1_System_ValueTuple_2__ContinueWith, (Task_1_System_ValueTuple_2_ * __this, Action_1_System_Threading_Tasks_Task_1__1 * continuationAction, MethodInfo * method)); DO_APP_FUNC(0x0112E030, Task *, Task_1_System_ValueTuple_2__ContinueWith_1, (Task_1_System_ValueTuple_2_ * __this, Action_1_System_Threading_Tasks_Task_1__1 * continuationAction, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x0112F2E0, Task *, Task_1_System_ValueTuple_2__ContinueWith_2, (Task_1_System_ValueTuple_2_ * __this, Action_1_System_Threading_Tasks_Task_1__1 * continuationAction, TaskScheduler * scheduler, CancellationToken cancellationToken, TaskContinuationOptions__Enum continuationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D158, Task_1_System_ValueTuple_2__ContinueWith_2__MethodInfo); DO_APP_FUNC(0x0112EE00, void, Task_1_System_ValueTuple_2__DangerousSetResult, (Task_1_System_ValueTuple_2_ * __this, ValueTuple_2_Boolean_Object_ result, MethodInfo * method)); DO_APP_FUNC(0x0112DEF0, TaskAwaiter_1_System_ValueTuple_2_, Task_1_System_ValueTuple_2__GetAwaiter, (Task_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0112EF40, ValueTuple_2_Boolean_Object_, Task_1_System_ValueTuple_2__GetResultCore, (Task_1_System_ValueTuple_2_ * __this, bool waitCompletionNotification, MethodInfo * method)); DO_APP_FUNC(0x0112F070, void, Task_1_System_ValueTuple_2__InnerInvoke, (Task_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0112E8D0, Task_1_System_ValueTuple_2_ *, Task_1_System_ValueTuple_2__StartNew, (Task * parent, Func_1_ValueTuple_2_Boolean_Object_ * function, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D188, Task_1_System_ValueTuple_2__StartNew__MethodInfo); DO_APP_FUNC(0x0112EAC0, Task_1_System_ValueTuple_2_ *, Task_1_System_ValueTuple_2__StartNew_1, (Task * parent, Func_2_Object_ValueTuple_2_Boolean_Object_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D1A0, Task_1_System_ValueTuple_2__StartNew_1__MethodInfo); DO_APP_FUNC(0x0112ECB0, bool, Task_1_System_ValueTuple_2__TrySetResult, (Task_1_System_ValueTuple_2_ * __this, ValueTuple_2_Boolean_Object_ result, MethodInfo * method)); DO_APP_FUNC(0x0112DC50, TaskFactory_1_System_ValueTuple_2_ *, Task_1_System_ValueTuple_2__get_Factory, (MethodInfo * method)); DO_APP_FUNC(0x0112EEB0, ValueTuple_2_Boolean_Object_, Task_1_System_ValueTuple_2__get_Result, (Task_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0112EF30, ValueTuple_2_Boolean_Object_, Task_1_System_ValueTuple_2__get_ResultOnSuccess, (Task_1_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0112F500, void, Task_1_System_ValueTuple_3__1__ctor, (Task_1_System_ValueTuple_3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0112F5E0, void, Task_1_System_ValueTuple_3__1__ctor_1, (Task_1_System_ValueTuple_3__1 * __this, ValueTuple_3_Object_Object_Int32_ result, MethodInfo * method)); DO_APP_FUNC(0x0112F560, void, Task_1_System_ValueTuple_3__1__ctor_2, (Task_1_System_ValueTuple_3__1 * __this, Object * state, TaskCreationOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0112F7B0, void, Task_1_System_ValueTuple_3__1__ctor_3, (Task_1_System_ValueTuple_3__1 * __this, Func_2_Object_ValueTuple_3_Object_Object_Int32_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x0112F6C0, void, Task_1_System_ValueTuple_3__1__ctor_4, (Task_1_System_ValueTuple_3__1 * __this, bool canceled, ValueTuple_3_Object_Object_Int32_ result, TaskCreationOptions__Enum creationOptions, CancellationToken ct, MethodInfo * method)); DO_APP_FUNC(0x0112F8C0, void, Task_1_System_ValueTuple_3__1__ctor_5, (Task_1_System_ValueTuple_3__1 * __this, Func_1_ValueTuple_3_Object_Object_Int32_ * valueSelector, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x0112FA00, void, Task_1_System_ValueTuple_3__1__ctor_6, (Task_1_System_ValueTuple_3__1 * __this, Delegate * valueSelector, Object * state, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x0112DF50, ConfiguredTaskAwaitable_1_System_ValueTuple_3_, Task_1_System_ValueTuple_3__1_ConfigureAwait, (Task_1_System_ValueTuple_3__1 * __this, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x011304F0, Task *, Task_1_System_ValueTuple_3__1_ContinueWith, (Task_1_System_ValueTuple_3__1 * __this, Action_1_System_Threading_Tasks_Task_1__2 * continuationAction, MethodInfo * method)); DO_APP_FUNC(0x0112E030, Task *, Task_1_System_ValueTuple_3__1_ContinueWith_1, (Task_1_System_ValueTuple_3__1 * __this, Action_1_System_Threading_Tasks_Task_1__2 * continuationAction, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x011305A0, Task *, Task_1_System_ValueTuple_3__1_ContinueWith_2, (Task_1_System_ValueTuple_3__1 * __this, Action_1_System_Threading_Tasks_Task_1__2 * continuationAction, TaskScheduler * scheduler, CancellationToken cancellationToken, TaskContinuationOptions__Enum continuationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D0C0, Task_1_System_ValueTuple_3__1_ContinueWith_2__MethodInfo); DO_APP_FUNC(0x01130080, void, Task_1_System_ValueTuple_3__1_DangerousSetResult, (Task_1_System_ValueTuple_3__1 * __this, ValueTuple_3_Object_Object_Int32_ result, MethodInfo * method)); DO_APP_FUNC(0x0112DEF0, TaskAwaiter_1_System_ValueTuple_3_, Task_1_System_ValueTuple_3__1_GetAwaiter, (Task_1_System_ValueTuple_3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x011301E0, ValueTuple_3_Object_Object_Int32_, Task_1_System_ValueTuple_3__1_GetResultCore, (Task_1_System_ValueTuple_3__1 * __this, bool waitCompletionNotification, MethodInfo * method)); DO_APP_FUNC(0x01130320, void, Task_1_System_ValueTuple_3__1_InnerInvoke, (Task_1_System_ValueTuple_3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0112FB50, Task_1_System_ValueTuple_3__1 *, Task_1_System_ValueTuple_3__1_StartNew, (Task * parent, Func_1_ValueTuple_3_Object_Object_Int32_ * function, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D108, Task_1_System_ValueTuple_3__1_StartNew__MethodInfo); DO_APP_FUNC(0x0112FD40, Task_1_System_ValueTuple_3__1 *, Task_1_System_ValueTuple_3__1_StartNew_1, (Task * parent, Func_2_Object_ValueTuple_3_Object_Object_Int32_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D100, Task_1_System_ValueTuple_3__1_StartNew_1__MethodInfo); DO_APP_FUNC(0x0112FF30, bool, Task_1_System_ValueTuple_3__1_TrySetResult, (Task_1_System_ValueTuple_3__1 * __this, ValueTuple_3_Object_Object_Int32_ result, MethodInfo * method)); DO_APP_FUNC(0x0112DC50, TaskFactory_1_System_ValueTuple_3__1 *, Task_1_System_ValueTuple_3__1_get_Factory, (MethodInfo * method)); DO_APP_FUNC(0x01130130, ValueTuple_3_Object_Object_Int32_, Task_1_System_ValueTuple_3__1_get_Result, (Task_1_System_ValueTuple_3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x011301C0, ValueTuple_3_Object_Object_Int32_, Task_1_System_ValueTuple_3__1_get_ResultOnSuccess, (Task_1_System_ValueTuple_3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x011307C0, void, Task_1_System_ValueTuple_5__1__ctor, (Task_1_System_ValueTuple_5__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x011308A0, void, Task_1_System_ValueTuple_5__1__ctor_1, (Task_1_System_ValueTuple_5__1 * __this, ValueTuple_5_Object_Boolean_Boolean_Object_Object_ result, MethodInfo * method)); DO_APP_FUNC(0x01130820, void, Task_1_System_ValueTuple_5__1__ctor_2, (Task_1_System_ValueTuple_5__1 * __this, Object * state, TaskCreationOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01130A70, void, Task_1_System_ValueTuple_5__1__ctor_3, (Task_1_System_ValueTuple_5__1 * __this, Func_2_Object_ValueTuple_5_Object_Boolean_Boolean_Object_Object_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x01130980, void, Task_1_System_ValueTuple_5__1__ctor_4, (Task_1_System_ValueTuple_5__1 * __this, bool canceled, ValueTuple_5_Object_Boolean_Boolean_Object_Object_ result, TaskCreationOptions__Enum creationOptions, CancellationToken ct, MethodInfo * method)); DO_APP_FUNC(0x01130B80, void, Task_1_System_ValueTuple_5__1__ctor_5, (Task_1_System_ValueTuple_5__1 * __this, Func_1_ValueTuple_5_Object_Boolean_Boolean_Object_Object_ * valueSelector, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x01130CC0, void, Task_1_System_ValueTuple_5__1__ctor_6, (Task_1_System_ValueTuple_5__1 * __this, Delegate * valueSelector, Object * state, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x0112DF50, ConfiguredTaskAwaitable_1_System_ValueTuple_5_, Task_1_System_ValueTuple_5__1_ConfigureAwait, (Task_1_System_ValueTuple_5__1 * __this, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x01131790, Task *, Task_1_System_ValueTuple_5__1_ContinueWith, (Task_1_System_ValueTuple_5__1 * __this, Action_1_System_Threading_Tasks_Task_1__3 * continuationAction, MethodInfo * method)); DO_APP_FUNC(0x0112E030, Task *, Task_1_System_ValueTuple_5__1_ContinueWith_1, (Task_1_System_ValueTuple_5__1 * __this, Action_1_System_Threading_Tasks_Task_1__3 * continuationAction, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x01131840, Task *, Task_1_System_ValueTuple_5__1_ContinueWith_2, (Task_1_System_ValueTuple_5__1 * __this, Action_1_System_Threading_Tasks_Task_1__3 * continuationAction, TaskScheduler * scheduler, CancellationToken cancellationToken, TaskContinuationOptions__Enum continuationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D078, Task_1_System_ValueTuple_5__1_ContinueWith_2__MethodInfo); DO_APP_FUNC(0x01131340, void, Task_1_System_ValueTuple_5__1_DangerousSetResult, (Task_1_System_ValueTuple_5__1 * __this, ValueTuple_5_Object_Boolean_Boolean_Object_Object_ result, MethodInfo * method)); DO_APP_FUNC(0x0112DEF0, TaskAwaiter_1_System_ValueTuple_5_, Task_1_System_ValueTuple_5__1_GetAwaiter, (Task_1_System_ValueTuple_5__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x011314A0, ValueTuple_5_Object_Boolean_Boolean_Object_Object_, Task_1_System_ValueTuple_5__1_GetResultCore, (Task_1_System_ValueTuple_5__1 * __this, bool waitCompletionNotification, MethodInfo * method)); DO_APP_FUNC(0x011315D0, void, Task_1_System_ValueTuple_5__1_InnerInvoke, (Task_1_System_ValueTuple_5__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01130E10, Task_1_System_ValueTuple_5__1 *, Task_1_System_ValueTuple_5__1_StartNew, (Task * parent, Func_1_ValueTuple_5_Object_Boolean_Boolean_Object_Object_ * function, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D0B0, Task_1_System_ValueTuple_5__1_StartNew__MethodInfo); DO_APP_FUNC(0x01131000, Task_1_System_ValueTuple_5__1 *, Task_1_System_ValueTuple_5__1_StartNew_1, (Task * parent, Func_2_Object_ValueTuple_5_Object_Boolean_Boolean_Object_Object_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D070, Task_1_System_ValueTuple_5__1_StartNew_1__MethodInfo); DO_APP_FUNC(0x011311F0, bool, Task_1_System_ValueTuple_5__1_TrySetResult, (Task_1_System_ValueTuple_5__1 * __this, ValueTuple_5_Object_Boolean_Boolean_Object_Object_ result, MethodInfo * method)); DO_APP_FUNC(0x0112DC50, TaskFactory_1_System_ValueTuple_5__1 *, Task_1_System_ValueTuple_5__1_get_Factory, (MethodInfo * method)); DO_APP_FUNC(0x011313F0, ValueTuple_5_Object_Boolean_Boolean_Object_Object_, Task_1_System_ValueTuple_5__1_get_Result, (Task_1_System_ValueTuple_5__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01131480, ValueTuple_5_Object_Boolean_Boolean_Object_Object_, Task_1_System_ValueTuple_5__1_get_ResultOnSuccess, (Task_1_System_ValueTuple_5__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01131A60, void, Task_1_System_Boolean___ctor, (Task_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD66C8, Task_1_System_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x01131B40, void, Task_1_System_Boolean___ctor_1, (Task_1_System_Boolean_ * __this, bool result, MethodInfo * method)); DO_APP_FUNC(0x01131AC0, void, Task_1_System_Boolean___ctor_2, (Task_1_System_Boolean_ * __this, Object * state, TaskCreationOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01131C70, void, Task_1_System_Boolean___ctor_3, (Task_1_System_Boolean_ * __this, Func_2_Object_Boolean_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x01131BD0, void, Task_1_System_Boolean___ctor_4, (Task_1_System_Boolean_ * __this, bool canceled, bool result, TaskCreationOptions__Enum creationOptions, CancellationToken ct, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD67C0, Task_1_System_Boolean___ctor_4__MethodInfo); DO_APP_FUNC(0x01131D80, void, Task_1_System_Boolean___ctor_5, (Task_1_System_Boolean_ * __this, Func_1_Boolean_ * valueSelector, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x01131EC0, void, Task_1_System_Boolean___ctor_6, (Task_1_System_Boolean_ * __this, Delegate * valueSelector, Object * state, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x0112DF50, ConfiguredTaskAwaitable_1_System_Boolean_, Task_1_System_Boolean__ConfigureAwait, (Task_1_System_Boolean_ * __this, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9440, Task_1_System_Boolean__ConfigureAwait__MethodInfo); DO_APP_FUNC(0x011327A0, Task *, Task_1_System_Boolean__ContinueWith, (Task_1_System_Boolean_ * __this, Action_1_System_Threading_Tasks_Task_1__4 * continuationAction, MethodInfo * method)); DO_APP_FUNC(0x0112E030, Task *, Task_1_System_Boolean__ContinueWith_1, (Task_1_System_Boolean_ * __this, Action_1_System_Threading_Tasks_Task_1__4 * continuationAction, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x01132850, Task *, Task_1_System_Boolean__ContinueWith_2, (Task_1_System_Boolean_ * __this, Action_1_System_Threading_Tasks_Task_1__4 * continuationAction, TaskScheduler * scheduler, CancellationToken cancellationToken, TaskContinuationOptions__Enum continuationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CFF0, Task_1_System_Boolean__ContinueWith_2__MethodInfo); DO_APP_FUNC(0x011324E0, void, Task_1_System_Boolean__DangerousSetResult, (Task_1_System_Boolean_ * __this, bool result, MethodInfo * method)); DO_APP_FUNC(0x0112DEF0, TaskAwaiter_1_System_Boolean_, Task_1_System_Boolean__GetAwaiter, (Task_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD68F0, Task_1_System_Boolean__GetAwaiter__MethodInfo); DO_APP_FUNC(0x01132590, bool, Task_1_System_Boolean__GetResultCore, (Task_1_System_Boolean_ * __this, bool waitCompletionNotification, MethodInfo * method)); DO_APP_FUNC(0x011326B0, void, Task_1_System_Boolean__InnerInvoke, (Task_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01132010, Task_1_System_Boolean_ *, Task_1_System_Boolean__StartNew, (Task * parent, Func_1_Boolean_ * function, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D030, Task_1_System_Boolean__StartNew__MethodInfo); DO_APP_FUNC(0x01132200, Task_1_System_Boolean_ *, Task_1_System_Boolean__StartNew_1, (Task * parent, Func_2_Object_Boolean_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7D028, Task_1_System_Boolean__StartNew_1__MethodInfo); DO_APP_FUNC(0x011323F0, bool, Task_1_System_Boolean__TrySetResult, (Task_1_System_Boolean_ * __this, bool result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6698, Task_1_System_Boolean__TrySetResult__MethodInfo); DO_APP_FUNC(0x0112DC50, TaskFactory_1_System_Boolean_ *, Task_1_System_Boolean__get_Factory, (MethodInfo * method)); DO_APP_FUNC(0x01132530, bool, Task_1_System_Boolean__get_Result, (Task_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF438, Task_1_System_Boolean__get_Result__MethodInfo); DO_APP_FUNC(0x0041F5E0, bool, Task_1_System_Boolean__get_ResultOnSuccess, (Task_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00CBB9C0, Task_1_System_Nullable_1_ *, Task_1_System_Int32__ContinueWith, (Task_1_System_Int32_ * __this, Func_2_System_Threading_Tasks_Task_1_Nullable_1_Int32_ * continuationFunction, TaskContinuationOptions__Enum continuationOptions, MethodInfo * method)); DO_APP_FUNC(0x00CBBA60, Task_1_System_Nullable_1_ *, Task_1_System_Int32__ContinueWith_1, (Task_1_System_Int32_ * __this, Func_2_System_Threading_Tasks_Task_1_Nullable_1_Int32_ * continuationFunction, TaskScheduler * scheduler, CancellationToken cancellationToken, TaskContinuationOptions__Enum continuationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60C30, Task_1_System_Int32__ContinueWith_1__MethodInfo); DO_APP_FUNC(0x01132A70, void, Task_1_System_Int32___ctor, (Task_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01132B50, void, Task_1_System_Int32___ctor_1, (Task_1_System_Int32_ * __this, int32_t result, MethodInfo * method)); DO_APP_FUNC(0x01132AD0, void, Task_1_System_Int32___ctor_2, (Task_1_System_Int32_ * __this, Object * state, TaskCreationOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01132C60, void, Task_1_System_Int32___ctor_3, (Task_1_System_Int32_ * __this, Func_2_Object_Int32_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8270, Task_1_System_Int32___ctor_3__MethodInfo); DO_APP_FUNC(0x01132BD0, void, Task_1_System_Int32___ctor_4, (Task_1_System_Int32_ * __this, bool canceled, int32_t result, TaskCreationOptions__Enum creationOptions, CancellationToken ct, MethodInfo * method)); DO_APP_FUNC(0x01132D70, void, Task_1_System_Int32___ctor_5, (Task_1_System_Int32_ * __this, Func_1_Int32_ * valueSelector, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x01132EB0, void, Task_1_System_Int32___ctor_6, (Task_1_System_Int32_ * __this, Delegate * valueSelector, Object * state, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x0112DF50, ConfiguredTaskAwaitable_1_System_Int32_, Task_1_System_Int32__ConfigureAwait, (Task_1_System_Int32_ * __this, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8108, Task_1_System_Int32__ConfigureAwait__MethodInfo); DO_APP_FUNC(0x01133790, Task *, Task_1_System_Int32__ContinueWith_2, (Task_1_System_Int32_ * __this, Action_1_System_Threading_Tasks_Task_1__5 * continuationAction, MethodInfo * method)); DO_APP_FUNC(0x0112E030, Task *, Task_1_System_Int32__ContinueWith_3, (Task_1_System_Int32_ * __this, Action_1_System_Threading_Tasks_Task_1__5 * continuationAction, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x01133840, Task *, Task_1_System_Int32__ContinueWith_4, (Task_1_System_Int32_ * __this, Action_1_System_Threading_Tasks_Task_1__5 * continuationAction, TaskScheduler * scheduler, CancellationToken cancellationToken, TaskContinuationOptions__Enum continuationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CFC0, Task_1_System_Int32__ContinueWith_4__MethodInfo); DO_APP_FUNC(0x011334D0, void, Task_1_System_Int32__DangerousSetResult, (Task_1_System_Int32_ * __this, int32_t result, MethodInfo * method)); DO_APP_FUNC(0x0112DEF0, TaskAwaiter_1_System_Int32_, Task_1_System_Int32__GetAwaiter, (Task_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62830, Task_1_System_Int32__GetAwaiter__MethodInfo); DO_APP_FUNC(0x01133580, int32_t, Task_1_System_Int32__GetResultCore, (Task_1_System_Int32_ * __this, bool waitCompletionNotification, MethodInfo * method)); DO_APP_FUNC(0x011336A0, void, Task_1_System_Int32__InnerInvoke, (Task_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01133000, Task_1_System_Int32_ *, Task_1_System_Int32__StartNew, (Task * parent, Func_1_Int32_ * function, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CF98, Task_1_System_Int32__StartNew__MethodInfo); DO_APP_FUNC(0x011331F0, Task_1_System_Int32_ *, Task_1_System_Int32__StartNew_1, (Task * parent, Func_2_Object_Int32_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CFB0, Task_1_System_Int32__StartNew_1__MethodInfo); DO_APP_FUNC(0x011333E0, bool, Task_1_System_Int32__TrySetResult, (Task_1_System_Int32_ * __this, int32_t result, MethodInfo * method)); DO_APP_FUNC(0x0112DC50, TaskFactory_1_System_Int32_ *, Task_1_System_Int32__get_Factory, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8128, Task_1_System_Int32__get_Factory__MethodInfo); DO_APP_FUNC(0x01133520, int32_t, Task_1_System_Int32__get_Result, (Task_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8710, Task_1_System_Int32__get_Result__MethodInfo); DO_APP_FUNC(0x0111DD10, int32_t, Task_1_System_Int32__get_ResultOnSuccess, (Task_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01133A60, void, Task_1_System_Int32Enum___ctor, (Task_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01133B40, void, Task_1_System_Int32Enum___ctor_1, (Task_1_System_Int32Enum_ * __this, Int32Enum__Enum result, MethodInfo * method)); DO_APP_FUNC(0x01133AC0, void, Task_1_System_Int32Enum___ctor_2, (Task_1_System_Int32Enum_ * __this, Object * state, TaskCreationOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01133C50, void, Task_1_System_Int32Enum___ctor_3, (Task_1_System_Int32Enum_ * __this, Func_2_Object_Int32Enum_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x01133BC0, void, Task_1_System_Int32Enum___ctor_4, (Task_1_System_Int32Enum_ * __this, bool canceled, Int32Enum__Enum result, TaskCreationOptions__Enum creationOptions, CancellationToken ct, MethodInfo * method)); DO_APP_FUNC(0x01133D60, void, Task_1_System_Int32Enum___ctor_5, (Task_1_System_Int32Enum_ * __this, Func_1_Int32Enum_ * valueSelector, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x01133EA0, void, Task_1_System_Int32Enum___ctor_6, (Task_1_System_Int32Enum_ * __this, Delegate * valueSelector, Object * state, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x0112DF50, ConfiguredTaskAwaitable_1_System_Int32Enum_, Task_1_System_Int32Enum__ConfigureAwait, (Task_1_System_Int32Enum_ * __this, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x011343D0, Task *, Task_1_System_Int32Enum__ContinueWith, (Task_1_System_Int32Enum_ * __this, Action_1_System_Threading_Tasks_Task_1__6 * continuationAction, MethodInfo * method)); DO_APP_FUNC(0x0112E030, Task *, Task_1_System_Int32Enum__ContinueWith_1, (Task_1_System_Int32Enum_ * __this, Action_1_System_Threading_Tasks_Task_1__6 * continuationAction, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x01134480, Task *, Task_1_System_Int32Enum__ContinueWith_2, (Task_1_System_Int32Enum_ * __this, Action_1_System_Threading_Tasks_Task_1__6 * continuationAction, TaskScheduler * scheduler, CancellationToken cancellationToken, TaskContinuationOptions__Enum continuationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CF80, Task_1_System_Int32Enum__ContinueWith_2__MethodInfo); DO_APP_FUNC(0x011334D0, void, Task_1_System_Int32Enum__DangerousSetResult, (Task_1_System_Int32Enum_ * __this, Int32Enum__Enum result, MethodInfo * method)); DO_APP_FUNC(0x0112DEF0, TaskAwaiter_1_System_Int32Enum_, Task_1_System_Int32Enum__GetAwaiter, (Task_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01133580, Int32Enum__Enum, Task_1_System_Int32Enum__GetResultCore, (Task_1_System_Int32Enum_ * __this, bool waitCompletionNotification, MethodInfo * method)); DO_APP_FUNC(0x011336A0, void, Task_1_System_Int32Enum__InnerInvoke, (Task_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01133FF0, Task_1_System_Int32Enum_ *, Task_1_System_Int32Enum__StartNew, (Task * parent, Func_1_Int32Enum_ * function, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CF90, Task_1_System_Int32Enum__StartNew__MethodInfo); DO_APP_FUNC(0x011341E0, Task_1_System_Int32Enum_ *, Task_1_System_Int32Enum__StartNew_1, (Task * parent, Func_2_Object_Int32Enum_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CF88, Task_1_System_Int32Enum__StartNew_1__MethodInfo); DO_APP_FUNC(0x011333E0, bool, Task_1_System_Int32Enum__TrySetResult, (Task_1_System_Int32Enum_ * __this, Int32Enum__Enum result, MethodInfo * method)); DO_APP_FUNC(0x0112DC50, TaskFactory_1_System_Int32Enum_ *, Task_1_System_Int32Enum__get_Factory, (MethodInfo * method)); DO_APP_FUNC(0x01133520, Int32Enum__Enum, Task_1_System_Int32Enum__get_Result, (Task_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111DD10, Int32Enum__Enum, Task_1_System_Int32Enum__get_ResultOnSuccess, (Task_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011346A0, void, Task_1_System_Int64___ctor, (Task_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01134780, void, Task_1_System_Int64___ctor_1, (Task_1_System_Int64_ * __this, int64_t result, MethodInfo * method)); DO_APP_FUNC(0x01134700, void, Task_1_System_Int64___ctor_2, (Task_1_System_Int64_ * __this, Object * state, TaskCreationOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x011348B0, void, Task_1_System_Int64___ctor_3, (Task_1_System_Int64_ * __this, Func_2_Object_Int64_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x01134810, void, Task_1_System_Int64___ctor_4, (Task_1_System_Int64_ * __this, bool canceled, int64_t result, TaskCreationOptions__Enum creationOptions, CancellationToken ct, MethodInfo * method)); DO_APP_FUNC(0x011349C0, void, Task_1_System_Int64___ctor_5, (Task_1_System_Int64_ * __this, Func_1_Int64_ * valueSelector, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x01134B00, void, Task_1_System_Int64___ctor_6, (Task_1_System_Int64_ * __this, Delegate * valueSelector, Object * state, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x0112DF50, ConfiguredTaskAwaitable_1_System_Int64_, Task_1_System_Int64__ConfigureAwait, (Task_1_System_Int64_ * __this, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x01135120, Task *, Task_1_System_Int64__ContinueWith, (Task_1_System_Int64_ * __this, Action_1_System_Threading_Tasks_Task_1__7 * continuationAction, MethodInfo * method)); DO_APP_FUNC(0x0112E030, Task *, Task_1_System_Int64__ContinueWith_1, (Task_1_System_Int64_ * __this, Action_1_System_Threading_Tasks_Task_1__7 * continuationAction, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x011351D0, Task *, Task_1_System_Int64__ContinueWith_2, (Task_1_System_Int64_ * __this, Action_1_System_Threading_Tasks_Task_1__7 * continuationAction, TaskScheduler * scheduler, CancellationToken cancellationToken, TaskContinuationOptions__Enum continuationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CF68, Task_1_System_Int64__ContinueWith_2__MethodInfo); DO_APP_FUNC(0x0112DA80, void, Task_1_System_Int64__DangerousSetResult, (Task_1_System_Int64_ * __this, int64_t result, MethodInfo * method)); DO_APP_FUNC(0x0112DEF0, TaskAwaiter_1_System_Int64_, Task_1_System_Int64__GetAwaiter, (Task_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0112DB30, int64_t, Task_1_System_Int64__GetResultCore, (Task_1_System_Int64_ * __this, bool waitCompletionNotification, MethodInfo * method)); DO_APP_FUNC(0x0112DE10, void, Task_1_System_Int64__InnerInvoke, (Task_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01134C50, Task_1_System_Int64_ *, Task_1_System_Int64__StartNew, (Task * parent, Func_1_Int64_ * function, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CF70, Task_1_System_Int64__StartNew__MethodInfo); DO_APP_FUNC(0x01134E40, Task_1_System_Int64_ *, Task_1_System_Int64__StartNew_1, (Task * parent, Func_2_Object_Int64_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CF78, Task_1_System_Int64__StartNew_1__MethodInfo); DO_APP_FUNC(0x01135030, bool, Task_1_System_Int64__TrySetResult, (Task_1_System_Int64_ * __this, int64_t result, MethodInfo * method)); DO_APP_FUNC(0x0112DC50, TaskFactory_1_System_Int64_ *, Task_1_System_Int64__get_Factory, (MethodInfo * method)); DO_APP_FUNC(0x0112DAD0, int64_t, Task_1_System_Int64__get_Result, (Task_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, int64_t, Task_1_System_Int64__get_ResultOnSuccess, (Task_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00CBBC60, Task_1_System_Nullable_1_ *, Task_1_System_Object__ContinueWith, (Task_1_System_Object_ * __this, Func_2_System_Threading_Tasks_Task_1_Nullable_1_Int32__1 * continuationFunction, TaskContinuationOptions__Enum continuationOptions, MethodInfo * method)); DO_APP_FUNC(0x00CBBD00, Task_1_System_Object_ *, Task_1_System_Object__ContinueWith_1, (Task_1_System_Object_ * __this, Func_2_System_Threading_Tasks_Task_1_Object_ * continuationFunction, TaskContinuationOptions__Enum continuationOptions, MethodInfo * method)); DO_APP_FUNC(0x00CBBDA0, Task_1_System_Boolean_ *, Task_1_System_Object__ContinueWith_2, (Task_1_System_Object_ * __this, Func_3_System_Threading_Tasks_Task_1_Object_Boolean_ * continuationFunction, Object * state, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93000, Task_1_System_Object__ContinueWith_2__MethodInfo); DO_APP_FUNC(0x00CBBDA0, Task_1_System_Object_ *, Task_1_System_Object__ContinueWith_3, (Task_1_System_Object_ * __this, Func_3_System_Threading_Tasks_Task_1_Object_Object_ * continuationFunction, Object * state, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x00CBBDE0, Task_1_System_Nullable_1_ *, Task_1_System_Object__ContinueWith_4, (Task_1_System_Object_ * __this, Func_2_System_Threading_Tasks_Task_1_Nullable_1_Int32__1 * continuationFunction, TaskScheduler * scheduler, CancellationToken cancellationToken, TaskContinuationOptions__Enum continuationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60C10, Task_1_System_Object__ContinueWith_4__MethodInfo); DO_APP_FUNC(0x00CBBFE0, Task_1_System_Object_ *, Task_1_System_Object__ContinueWith_5, (Task_1_System_Object_ * __this, Func_2_System_Threading_Tasks_Task_1_Object_ * continuationFunction, TaskScheduler * scheduler, CancellationToken cancellationToken, TaskContinuationOptions__Enum continuationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60C00, Task_1_System_Object__ContinueWith_5__MethodInfo); DO_APP_FUNC(0x00CBC1E0, Task_1_System_Boolean_ *, Task_1_System_Object__ContinueWith_6, (Task_1_System_Object_ * __this, Func_3_System_Threading_Tasks_Task_1_Object_Boolean_ * continuationFunction, Object * state, TaskScheduler * scheduler, CancellationToken cancellationToken, TaskContinuationOptions__Enum continuationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60C08, Task_1_System_Object__ContinueWith_6__MethodInfo); DO_APP_FUNC(0x00CBC3F0, Task_1_System_Object_ *, Task_1_System_Object__ContinueWith_7, (Task_1_System_Object_ * __this, Func_3_System_Threading_Tasks_Task_1_Object_Object_ * continuationFunction, Object * state, TaskScheduler * scheduler, CancellationToken cancellationToken, TaskContinuationOptions__Enum continuationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60BF8, Task_1_System_Object__ContinueWith_7__MethodInfo); DO_APP_FUNC(0x011353F0, void, Task_1_System_Object___ctor, (Task_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011354D0, void, Task_1_System_Object___ctor_1, (Task_1_System_Object_ * __this, Object * result, MethodInfo * method)); DO_APP_FUNC(0x01135450, void, Task_1_System_Object___ctor_2, (Task_1_System_Object_ * __this, Object * state, TaskCreationOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01135680, void, Task_1_System_Object___ctor_3, (Task_1_System_Object_ * __this, Func_2_Object_Object_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x011355A0, void, Task_1_System_Object___ctor_4, (Task_1_System_Object_ * __this, bool canceled, Object * result, TaskCreationOptions__Enum creationOptions, CancellationToken ct, MethodInfo * method)); DO_APP_FUNC(0x01135790, void, Task_1_System_Object___ctor_5, (Task_1_System_Object_ * __this, Func_1_Object_ * valueSelector, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x011358D0, void, Task_1_System_Object___ctor_6, (Task_1_System_Object_ * __this, Delegate * valueSelector, Object * state, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x0112DF50, ConfiguredTaskAwaitable_1_System_Object_, Task_1_System_Object__ConfigureAwait, (Task_1_System_Object_ * __this, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEE70, Task_1_System_Object__ConfigureAwait__MethodInfo); DO_APP_FUNC(0x01136180, Task *, Task_1_System_Object__ContinueWith_8, (Task_1_System_Object_ * __this, Action_1_System_Threading_Tasks_Task_1__8 * continuationAction, MethodInfo * method)); DO_APP_FUNC(0x0112E030, Task *, Task_1_System_Object__ContinueWith_9, (Task_1_System_Object_ * __this, Action_1_System_Threading_Tasks_Task_1__8 * continuationAction, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x01136230, Task *, Task_1_System_Object__ContinueWith_10, (Task_1_System_Object_ * __this, Action_1_System_Threading_Tasks_Task_1__8 * continuationAction, TaskScheduler * scheduler, CancellationToken cancellationToken, TaskContinuationOptions__Enum continuationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CF60, Task_1_System_Object__ContinueWith_10__MethodInfo); DO_APP_FUNC(0x01135F40, void, Task_1_System_Object__DangerousSetResult, (Task_1_System_Object_ * __this, Object * result, MethodInfo * method)); DO_APP_FUNC(0x0112DEF0, TaskAwaiter_1_System_Object_, Task_1_System_Object__GetAwaiter, (Task_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0112DB30, Object *, Task_1_System_Object__GetResultCore, (Task_1_System_Object_ * __this, bool waitCompletionNotification, MethodInfo * method)); DO_APP_FUNC(0x01135FE0, void, Task_1_System_Object__InnerInvoke, (Task_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01135A20, Task_1_System_Object_ *, Task_1_System_Object__StartNew, (Task * parent, Func_1_Object_ * function, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CF58, Task_1_System_Object__StartNew__MethodInfo); DO_APP_FUNC(0x01135C10, Task_1_System_Object_ *, Task_1_System_Object__StartNew_1, (Task * parent, Func_2_Object_Object_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CF50, Task_1_System_Object__StartNew_1__MethodInfo); DO_APP_FUNC(0x01135E00, bool, Task_1_System_Object__TrySetResult, (Task_1_System_Object_ * __this, Object * result, MethodInfo * method)); DO_APP_FUNC(0x0112DC50, TaskFactory_1_System_Object_ *, Task_1_System_Object__get_Factory, (MethodInfo * method)); DO_APP_FUNC(0x0112DAD0, Object *, Task_1_System_Object__get_Result, (Task_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C130, Task_1_System_Object__get_Result__MethodInfo); DO_APP_FUNC(0x003C5420, Object *, Task_1_System_Object__get_ResultOnSuccess, (Task_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01136450, void, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor, (Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01136530, void, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor_1, (Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, SceneInstance result, MethodInfo * method)); DO_APP_FUNC(0x011364B0, void, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor_2, (Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Object * state, TaskCreationOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x011366E0, void, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor_3, (Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Func_2_Object_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x01136600, void, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor_4, (Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, bool canceled, SceneInstance result, TaskCreationOptions__Enum creationOptions, CancellationToken ct, MethodInfo * method)); DO_APP_FUNC(0x011367F0, void, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor_5, (Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Func_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * valueSelector, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x01136930, void, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance___ctor_6, (Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Delegate * valueSelector, Object * state, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x0112DF50, ConfiguredTaskAwaitable_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__ConfigureAwait, (Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x01136E60, Task *, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__ContinueWith, (Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Action_1_System_Threading_Tasks_Task_1__9 * continuationAction, MethodInfo * method)); DO_APP_FUNC(0x0112E030, Task *, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__ContinueWith_1, (Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Action_1_System_Threading_Tasks_Task_1__9 * continuationAction, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x01136F10, Task *, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__ContinueWith_2, (Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, Action_1_System_Threading_Tasks_Task_1__9 * continuationAction, TaskScheduler * scheduler, CancellationToken cancellationToken, TaskContinuationOptions__Enum continuationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CF38, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__ContinueWith_2__MethodInfo); DO_APP_FUNC(0x0112EE00, void, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__DangerousSetResult, (Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, SceneInstance result, MethodInfo * method)); DO_APP_FUNC(0x0112DEF0, TaskAwaiter_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__GetAwaiter, (Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0112EF40, SceneInstance, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__GetResultCore, (Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, bool waitCompletionNotification, MethodInfo * method)); DO_APP_FUNC(0x0112F070, void, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__InnerInvoke, (Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01136A80, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ *, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__StartNew, (Task * parent, Func_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * function, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CF40, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__StartNew__MethodInfo); DO_APP_FUNC(0x01136C70, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ *, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__StartNew_1, (Task * parent, Func_2_Object_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CF48, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__StartNew_1__MethodInfo); DO_APP_FUNC(0x0112ECB0, bool, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__TrySetResult, (Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, SceneInstance result, MethodInfo * method)); DO_APP_FUNC(0x0112DC50, TaskFactory_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ *, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_Factory, (MethodInfo * method)); DO_APP_FUNC(0x0112EEB0, SceneInstance, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_Result, (Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0112EF30, SceneInstance, Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance__get_ResultOnSuccess, (Task_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01137130, void, Task_1_System_Net_Sockets_SocketReceiveFromResult___ctor, (Task_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01137210, void, Task_1_System_Net_Sockets_SocketReceiveFromResult___ctor_1, (Task_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, SocketReceiveFromResult result, MethodInfo * method)); DO_APP_FUNC(0x01137190, void, Task_1_System_Net_Sockets_SocketReceiveFromResult___ctor_2, (Task_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, Object * state, TaskCreationOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x011373C0, void, Task_1_System_Net_Sockets_SocketReceiveFromResult___ctor_3, (Task_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, Func_2_Object_System_Net_Sockets_SocketReceiveFromResult_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x011372E0, void, Task_1_System_Net_Sockets_SocketReceiveFromResult___ctor_4, (Task_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, bool canceled, SocketReceiveFromResult result, TaskCreationOptions__Enum creationOptions, CancellationToken ct, MethodInfo * method)); DO_APP_FUNC(0x011374D0, void, Task_1_System_Net_Sockets_SocketReceiveFromResult___ctor_5, (Task_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, Func_1_System_Net_Sockets_SocketReceiveFromResult_ * valueSelector, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x01137610, void, Task_1_System_Net_Sockets_SocketReceiveFromResult___ctor_6, (Task_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, Delegate * valueSelector, Object * state, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x0112DF50, ConfiguredTaskAwaitable_1_System_Net_Sockets_SocketReceiveFromResult_, Task_1_System_Net_Sockets_SocketReceiveFromResult__ConfigureAwait, (Task_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x01137B40, Task *, Task_1_System_Net_Sockets_SocketReceiveFromResult__ContinueWith, (Task_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, Action_1_System_Threading_Tasks_Task_1__10 * continuationAction, MethodInfo * method)); DO_APP_FUNC(0x0112E030, Task *, Task_1_System_Net_Sockets_SocketReceiveFromResult__ContinueWith_1, (Task_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, Action_1_System_Threading_Tasks_Task_1__10 * continuationAction, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x01137BF0, Task *, Task_1_System_Net_Sockets_SocketReceiveFromResult__ContinueWith_2, (Task_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, Action_1_System_Threading_Tasks_Task_1__10 * continuationAction, TaskScheduler * scheduler, CancellationToken cancellationToken, TaskContinuationOptions__Enum continuationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CF20, Task_1_System_Net_Sockets_SocketReceiveFromResult__ContinueWith_2__MethodInfo); DO_APP_FUNC(0x0112EE00, void, Task_1_System_Net_Sockets_SocketReceiveFromResult__DangerousSetResult, (Task_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, SocketReceiveFromResult result, MethodInfo * method)); DO_APP_FUNC(0x0112DEF0, TaskAwaiter_1_System_Net_Sockets_SocketReceiveFromResult_, Task_1_System_Net_Sockets_SocketReceiveFromResult__GetAwaiter, (Task_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0112EF40, SocketReceiveFromResult, Task_1_System_Net_Sockets_SocketReceiveFromResult__GetResultCore, (Task_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, bool waitCompletionNotification, MethodInfo * method)); DO_APP_FUNC(0x0112F070, void, Task_1_System_Net_Sockets_SocketReceiveFromResult__InnerInvoke, (Task_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01137760, Task_1_System_Net_Sockets_SocketReceiveFromResult_ *, Task_1_System_Net_Sockets_SocketReceiveFromResult__StartNew, (Task * parent, Func_1_System_Net_Sockets_SocketReceiveFromResult_ * function, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CF30, Task_1_System_Net_Sockets_SocketReceiveFromResult__StartNew__MethodInfo); DO_APP_FUNC(0x01137950, Task_1_System_Net_Sockets_SocketReceiveFromResult_ *, Task_1_System_Net_Sockets_SocketReceiveFromResult__StartNew_1, (Task * parent, Func_2_Object_System_Net_Sockets_SocketReceiveFromResult_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CF28, Task_1_System_Net_Sockets_SocketReceiveFromResult__StartNew_1__MethodInfo); DO_APP_FUNC(0x0112ECB0, bool, Task_1_System_Net_Sockets_SocketReceiveFromResult__TrySetResult, (Task_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, SocketReceiveFromResult result, MethodInfo * method)); DO_APP_FUNC(0x0112DC50, TaskFactory_1_System_Net_Sockets_SocketReceiveFromResult_ *, Task_1_System_Net_Sockets_SocketReceiveFromResult__get_Factory, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7ED8, Task_1_System_Net_Sockets_SocketReceiveFromResult__get_Factory__MethodInfo); DO_APP_FUNC(0x0112EEB0, SocketReceiveFromResult, Task_1_System_Net_Sockets_SocketReceiveFromResult__get_Result, (Task_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0112EF30, SocketReceiveFromResult, Task_1_System_Net_Sockets_SocketReceiveFromResult__get_ResultOnSuccess, (Task_1_System_Net_Sockets_SocketReceiveFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01137E10, void, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult___ctor, (Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01137EF0, void, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult___ctor_1, (Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, SocketReceiveMessageFromResult result, MethodInfo * method)); DO_APP_FUNC(0x01137E70, void, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult___ctor_2, (Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, Object * state, TaskCreationOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x011380C0, void, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult___ctor_3, (Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, Func_2_Object_System_Net_Sockets_SocketReceiveMessageFromResult_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x01137FD0, void, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult___ctor_4, (Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, bool canceled, SocketReceiveMessageFromResult result, TaskCreationOptions__Enum creationOptions, CancellationToken ct, MethodInfo * method)); DO_APP_FUNC(0x011381D0, void, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult___ctor_5, (Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, Func_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * valueSelector, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x01138310, void, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult___ctor_6, (Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, Delegate * valueSelector, Object * state, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x0112DF50, ConfiguredTaskAwaitable_1_System_Net_Sockets_SocketReceiveMessageFromResult_, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult__ConfigureAwait, (Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x01138C00, Task *, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult__ContinueWith, (Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, Action_1_System_Threading_Tasks_Task_1__11 * continuationAction, MethodInfo * method)); DO_APP_FUNC(0x0112E030, Task *, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult__ContinueWith_1, (Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, Action_1_System_Threading_Tasks_Task_1__11 * continuationAction, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x01138CB0, Task *, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult__ContinueWith_2, (Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, Action_1_System_Threading_Tasks_Task_1__11 * continuationAction, TaskScheduler * scheduler, CancellationToken cancellationToken, TaskContinuationOptions__Enum continuationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CF10, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult__ContinueWith_2__MethodInfo); DO_APP_FUNC(0x01138990, void, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult__DangerousSetResult, (Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, SocketReceiveMessageFromResult result, MethodInfo * method)); DO_APP_FUNC(0x0112DEF0, TaskAwaiter_1_System_Net_Sockets_SocketReceiveMessageFromResult_, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult__GetAwaiter, (Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011314A0, SocketReceiveMessageFromResult, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult__GetResultCore, (Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, bool waitCompletionNotification, MethodInfo * method)); DO_APP_FUNC(0x01138A40, void, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult__InnerInvoke, (Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01138460, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ *, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult__StartNew, (Task * parent, Func_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * function, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CF18, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult__StartNew__MethodInfo); DO_APP_FUNC(0x01138650, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ *, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult__StartNew_1, (Task * parent, Func_2_Object_System_Net_Sockets_SocketReceiveMessageFromResult_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CF08, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult__StartNew_1__MethodInfo); DO_APP_FUNC(0x01138840, bool, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult__TrySetResult, (Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, SocketReceiveMessageFromResult result, MethodInfo * method)); DO_APP_FUNC(0x0112DC50, TaskFactory_1_System_Net_Sockets_SocketReceiveMessageFromResult_ *, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult__get_Factory, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7E10, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult__get_Factory__MethodInfo); DO_APP_FUNC(0x011313F0, SocketReceiveMessageFromResult, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult__get_Result, (Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01131480, SocketReceiveMessageFromResult, Task_1_System_Net_Sockets_SocketReceiveMessageFromResult__get_ResultOnSuccess, (Task_1_System_Net_Sockets_SocketReceiveMessageFromResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01138ED0, void, Task_1_System_Net_Sockets_UdpReceiveResult___ctor, (Task_1_System_Net_Sockets_UdpReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01138FB0, void, Task_1_System_Net_Sockets_UdpReceiveResult___ctor_1, (Task_1_System_Net_Sockets_UdpReceiveResult_ * __this, UdpReceiveResult result, MethodInfo * method)); DO_APP_FUNC(0x01138F30, void, Task_1_System_Net_Sockets_UdpReceiveResult___ctor_2, (Task_1_System_Net_Sockets_UdpReceiveResult_ * __this, Object * state, TaskCreationOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x01139160, void, Task_1_System_Net_Sockets_UdpReceiveResult___ctor_3, (Task_1_System_Net_Sockets_UdpReceiveResult_ * __this, Func_2_Object_System_Net_Sockets_UdpReceiveResult_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x01139080, void, Task_1_System_Net_Sockets_UdpReceiveResult___ctor_4, (Task_1_System_Net_Sockets_UdpReceiveResult_ * __this, bool canceled, UdpReceiveResult result, TaskCreationOptions__Enum creationOptions, CancellationToken ct, MethodInfo * method)); DO_APP_FUNC(0x01139270, void, Task_1_System_Net_Sockets_UdpReceiveResult___ctor_5, (Task_1_System_Net_Sockets_UdpReceiveResult_ * __this, Func_1_System_Net_Sockets_UdpReceiveResult_ * valueSelector, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x011393B0, void, Task_1_System_Net_Sockets_UdpReceiveResult___ctor_6, (Task_1_System_Net_Sockets_UdpReceiveResult_ * __this, Delegate * valueSelector, Object * state, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x0112DF50, ConfiguredTaskAwaitable_1_System_Net_Sockets_UdpReceiveResult_, Task_1_System_Net_Sockets_UdpReceiveResult__ConfigureAwait, (Task_1_System_Net_Sockets_UdpReceiveResult_ * __this, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x01139CA0, Task *, Task_1_System_Net_Sockets_UdpReceiveResult__ContinueWith, (Task_1_System_Net_Sockets_UdpReceiveResult_ * __this, Action_1_System_Threading_Tasks_Task_1__12 * continuationAction, MethodInfo * method)); DO_APP_FUNC(0x0112E030, Task *, Task_1_System_Net_Sockets_UdpReceiveResult__ContinueWith_1, (Task_1_System_Net_Sockets_UdpReceiveResult_ * __this, Action_1_System_Threading_Tasks_Task_1__12 * continuationAction, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x01139D50, Task *, Task_1_System_Net_Sockets_UdpReceiveResult__ContinueWith_2, (Task_1_System_Net_Sockets_UdpReceiveResult_ * __this, Action_1_System_Threading_Tasks_Task_1__12 * continuationAction, TaskScheduler * scheduler, CancellationToken cancellationToken, TaskContinuationOptions__Enum continuationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CEF0, Task_1_System_Net_Sockets_UdpReceiveResult__ContinueWith_2__MethodInfo); DO_APP_FUNC(0x01139A30, void, Task_1_System_Net_Sockets_UdpReceiveResult__DangerousSetResult, (Task_1_System_Net_Sockets_UdpReceiveResult_ * __this, UdpReceiveResult result, MethodInfo * method)); DO_APP_FUNC(0x0112DEF0, TaskAwaiter_1_System_Net_Sockets_UdpReceiveResult_, Task_1_System_Net_Sockets_UdpReceiveResult__GetAwaiter, (Task_1_System_Net_Sockets_UdpReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0112EF40, UdpReceiveResult, Task_1_System_Net_Sockets_UdpReceiveResult__GetResultCore, (Task_1_System_Net_Sockets_UdpReceiveResult_ * __this, bool waitCompletionNotification, MethodInfo * method)); DO_APP_FUNC(0x01139AE0, void, Task_1_System_Net_Sockets_UdpReceiveResult__InnerInvoke, (Task_1_System_Net_Sockets_UdpReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01139500, Task_1_System_Net_Sockets_UdpReceiveResult_ *, Task_1_System_Net_Sockets_UdpReceiveResult__StartNew, (Task * parent, Func_1_System_Net_Sockets_UdpReceiveResult_ * function, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CF00, Task_1_System_Net_Sockets_UdpReceiveResult__StartNew__MethodInfo); DO_APP_FUNC(0x011396F0, Task_1_System_Net_Sockets_UdpReceiveResult_ *, Task_1_System_Net_Sockets_UdpReceiveResult__StartNew_1, (Task * parent, Func_2_Object_System_Net_Sockets_UdpReceiveResult_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CEF8, Task_1_System_Net_Sockets_UdpReceiveResult__StartNew_1__MethodInfo); DO_APP_FUNC(0x011398E0, bool, Task_1_System_Net_Sockets_UdpReceiveResult__TrySetResult, (Task_1_System_Net_Sockets_UdpReceiveResult_ * __this, UdpReceiveResult result, MethodInfo * method)); DO_APP_FUNC(0x0112DC50, TaskFactory_1_System_Net_Sockets_UdpReceiveResult_ *, Task_1_System_Net_Sockets_UdpReceiveResult__get_Factory, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE81C0, Task_1_System_Net_Sockets_UdpReceiveResult__get_Factory__MethodInfo); DO_APP_FUNC(0x0112EEB0, UdpReceiveResult, Task_1_System_Net_Sockets_UdpReceiveResult__get_Result, (Task_1_System_Net_Sockets_UdpReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0112EF30, UdpReceiveResult, Task_1_System_Net_Sockets_UdpReceiveResult__get_ResultOnSuccess, (Task_1_System_Net_Sockets_UdpReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01139F70, void, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult___ctor, (Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113A050, void, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult___ctor_1, (Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, ValueWebSocketReceiveResult result, MethodInfo * method)); DO_APP_FUNC(0x01139FD0, void, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult___ctor_2, (Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Object * state, TaskCreationOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0113A180, void, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult___ctor_3, (Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Func_2_Object_System_Net_WebSockets_ValueWebSocketReceiveResult_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x0113A0E0, void, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult___ctor_4, (Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, bool canceled, ValueWebSocketReceiveResult result, TaskCreationOptions__Enum creationOptions, CancellationToken ct, MethodInfo * method)); DO_APP_FUNC(0x0113A290, void, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult___ctor_5, (Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Func_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * valueSelector, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x0113A3D0, void, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult___ctor_6, (Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Delegate * valueSelector, Object * state, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x0112DF50, ConfiguredTaskAwaitable_1_System_Net_WebSockets_ValueWebSocketReceiveResult_, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult__ConfigureAwait, (Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x0113A900, Task *, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult__ContinueWith, (Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Action_1_System_Threading_Tasks_Task_1__13 * continuationAction, MethodInfo * method)); DO_APP_FUNC(0x0112E030, Task *, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult__ContinueWith_1, (Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Action_1_System_Threading_Tasks_Task_1__13 * continuationAction, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x0113A9B0, Task *, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult__ContinueWith_2, (Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Action_1_System_Threading_Tasks_Task_1__13 * continuationAction, TaskScheduler * scheduler, CancellationToken cancellationToken, TaskContinuationOptions__Enum continuationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CEE8, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult__ContinueWith_2__MethodInfo); DO_APP_FUNC(0x0112DA80, void, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult__DangerousSetResult, (Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, ValueWebSocketReceiveResult result, MethodInfo * method)); DO_APP_FUNC(0x0112DEF0, TaskAwaiter_1_System_Net_WebSockets_ValueWebSocketReceiveResult_, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult__GetAwaiter, (Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0112DB30, ValueWebSocketReceiveResult, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult__GetResultCore, (Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, bool waitCompletionNotification, MethodInfo * method)); DO_APP_FUNC(0x0112DE10, void, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult__InnerInvoke, (Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113A520, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ *, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult__StartNew, (Task * parent, Func_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * function, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CED8, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult__StartNew__MethodInfo); DO_APP_FUNC(0x0113A710, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ *, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult__StartNew_1, (Task * parent, Func_2_Object_System_Net_WebSockets_ValueWebSocketReceiveResult_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CEE0, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult__StartNew_1__MethodInfo); DO_APP_FUNC(0x0112D990, bool, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult__TrySetResult, (Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, ValueWebSocketReceiveResult result, MethodInfo * method)); DO_APP_FUNC(0x0112DC50, TaskFactory_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ *, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult__get_Factory, (MethodInfo * method)); DO_APP_FUNC(0x0112DAD0, ValueWebSocketReceiveResult, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult__get_Result, (Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, ValueWebSocketReceiveResult, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult__get_ResultOnSuccess, (Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113ABD0, void, Task_1_VoidTaskResult___ctor, (Task_1_VoidTaskResult_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDACE8, Task_1_VoidTaskResult___ctor__MethodInfo); DO_APP_FUNC(0x0113ACB0, void, Task_1_VoidTaskResult___ctor_1, (Task_1_VoidTaskResult_ * __this, VoidTaskResult result, MethodInfo * method)); DO_APP_FUNC(0x0113AC30, void, Task_1_VoidTaskResult___ctor_2, (Task_1_VoidTaskResult_ * __this, Object * state, TaskCreationOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0113ADE0, void, Task_1_VoidTaskResult___ctor_3, (Task_1_VoidTaskResult_ * __this, Func_2_Object_System_Threading_Tasks_VoidTaskResult_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x0113AD40, void, Task_1_VoidTaskResult___ctor_4, (Task_1_VoidTaskResult_ * __this, bool canceled, VoidTaskResult result, TaskCreationOptions__Enum creationOptions, CancellationToken ct, MethodInfo * method)); DO_APP_FUNC(0x0113AEF0, void, Task_1_VoidTaskResult___ctor_5, (Task_1_VoidTaskResult_ * __this, Func_1_System_Threading_Tasks_VoidTaskResult_ * valueSelector, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x0113B030, void, Task_1_VoidTaskResult___ctor_6, (Task_1_VoidTaskResult_ * __this, Delegate * valueSelector, Object * state, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x0112DF50, ConfiguredTaskAwaitable_1_System_Threading_Tasks_VoidTaskResult_, Task_1_VoidTaskResult__ConfigureAwait, (Task_1_VoidTaskResult_ * __this, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x0113B650, Task *, Task_1_VoidTaskResult__ContinueWith, (Task_1_VoidTaskResult_ * __this, Action_1_System_Threading_Tasks_Task_1__14 * continuationAction, MethodInfo * method)); DO_APP_FUNC(0x0112E030, Task *, Task_1_VoidTaskResult__ContinueWith_1, (Task_1_VoidTaskResult_ * __this, Action_1_System_Threading_Tasks_Task_1__14 * continuationAction, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x0113B700, Task *, Task_1_VoidTaskResult__ContinueWith_2, (Task_1_VoidTaskResult_ * __this, Action_1_System_Threading_Tasks_Task_1__14 * continuationAction, TaskScheduler * scheduler, CancellationToken cancellationToken, TaskContinuationOptions__Enum continuationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CEC0, Task_1_VoidTaskResult__ContinueWith_2__MethodInfo); DO_APP_FUNC(0x011324E0, void, Task_1_VoidTaskResult__DangerousSetResult, (Task_1_VoidTaskResult_ * __this, VoidTaskResult result, MethodInfo * method)); DO_APP_FUNC(0x0112DEF0, TaskAwaiter_1_System_Threading_Tasks_VoidTaskResult_, Task_1_VoidTaskResult__GetAwaiter, (Task_1_VoidTaskResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01132590, VoidTaskResult, Task_1_VoidTaskResult__GetResultCore, (Task_1_VoidTaskResult_ * __this, bool waitCompletionNotification, MethodInfo * method)); DO_APP_FUNC(0x011326B0, void, Task_1_VoidTaskResult__InnerInvoke, (Task_1_VoidTaskResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113B180, Task_1_VoidTaskResult_ *, Task_1_VoidTaskResult__StartNew, (Task * parent, Func_1_System_Threading_Tasks_VoidTaskResult_ * function, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CED0, Task_1_VoidTaskResult__StartNew__MethodInfo); DO_APP_FUNC(0x0113B370, Task_1_VoidTaskResult_ *, Task_1_VoidTaskResult__StartNew_1, (Task * parent, Func_2_Object_System_Threading_Tasks_VoidTaskResult_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CEC8, Task_1_VoidTaskResult__StartNew_1__MethodInfo); DO_APP_FUNC(0x0113B560, bool, Task_1_VoidTaskResult__TrySetResult, (Task_1_VoidTaskResult_ * __this, VoidTaskResult result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAC88, Task_1_VoidTaskResult__TrySetResult__MethodInfo); DO_APP_FUNC(0x0112DC50, TaskFactory_1_VoidTaskResult_ *, Task_1_VoidTaskResult__get_Factory, (MethodInfo * method)); DO_APP_FUNC(0x01132530, VoidTaskResult, Task_1_VoidTaskResult__get_Result, (Task_1_VoidTaskResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0041F5E0, VoidTaskResult, Task_1_VoidTaskResult__get_ResultOnSuccess, (Task_1_VoidTaskResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113B920, void, Task_1_System_IO_WaitForChangedResult___ctor, (Task_1_System_IO_WaitForChangedResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113BA00, void, Task_1_System_IO_WaitForChangedResult___ctor_1, (Task_1_System_IO_WaitForChangedResult_ * __this, WaitForChangedResult result, MethodInfo * method)); DO_APP_FUNC(0x0113B980, void, Task_1_System_IO_WaitForChangedResult___ctor_2, (Task_1_System_IO_WaitForChangedResult_ * __this, Object * state, TaskCreationOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x0113BBD0, void, Task_1_System_IO_WaitForChangedResult___ctor_3, (Task_1_System_IO_WaitForChangedResult_ * __this, Func_2_Object_System_IO_WaitForChangedResult_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x0113BAE0, void, Task_1_System_IO_WaitForChangedResult___ctor_4, (Task_1_System_IO_WaitForChangedResult_ * __this, bool canceled, WaitForChangedResult result, TaskCreationOptions__Enum creationOptions, CancellationToken ct, MethodInfo * method)); DO_APP_FUNC(0x0113BCE0, void, Task_1_System_IO_WaitForChangedResult___ctor_5, (Task_1_System_IO_WaitForChangedResult_ * __this, Func_1_System_IO_WaitForChangedResult_ * valueSelector, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x0113BE20, void, Task_1_System_IO_WaitForChangedResult___ctor_6, (Task_1_System_IO_WaitForChangedResult_ * __this, Delegate * valueSelector, Object * state, Task * parent, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x0112DF50, ConfiguredTaskAwaitable_1_System_IO_WaitForChangedResult_, Task_1_System_IO_WaitForChangedResult__ConfigureAwait, (Task_1_System_IO_WaitForChangedResult_ * __this, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x0113C350, Task *, Task_1_System_IO_WaitForChangedResult__ContinueWith, (Task_1_System_IO_WaitForChangedResult_ * __this, Action_1_System_Threading_Tasks_Task_1__15 * continuationAction, MethodInfo * method)); DO_APP_FUNC(0x0112E030, Task *, Task_1_System_IO_WaitForChangedResult__ContinueWith_1, (Task_1_System_IO_WaitForChangedResult_ * __this, Action_1_System_Threading_Tasks_Task_1__15 * continuationAction, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x0113C400, Task *, Task_1_System_IO_WaitForChangedResult__ContinueWith_2, (Task_1_System_IO_WaitForChangedResult_ * __this, Action_1_System_Threading_Tasks_Task_1__15 * continuationAction, TaskScheduler * scheduler, CancellationToken cancellationToken, TaskContinuationOptions__Enum continuationOptions, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CEA0, Task_1_System_IO_WaitForChangedResult__ContinueWith_2__MethodInfo); DO_APP_FUNC(0x01138990, void, Task_1_System_IO_WaitForChangedResult__DangerousSetResult, (Task_1_System_IO_WaitForChangedResult_ * __this, WaitForChangedResult result, MethodInfo * method)); DO_APP_FUNC(0x0112DEF0, TaskAwaiter_1_System_IO_WaitForChangedResult_, Task_1_System_IO_WaitForChangedResult__GetAwaiter, (Task_1_System_IO_WaitForChangedResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011314A0, WaitForChangedResult, Task_1_System_IO_WaitForChangedResult__GetResultCore, (Task_1_System_IO_WaitForChangedResult_ * __this, bool waitCompletionNotification, MethodInfo * method)); DO_APP_FUNC(0x01138A40, void, Task_1_System_IO_WaitForChangedResult__InnerInvoke, (Task_1_System_IO_WaitForChangedResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113BF70, Task_1_System_IO_WaitForChangedResult_ *, Task_1_System_IO_WaitForChangedResult__StartNew, (Task * parent, Func_1_System_IO_WaitForChangedResult_ * function, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CEB0, Task_1_System_IO_WaitForChangedResult__StartNew__MethodInfo); DO_APP_FUNC(0x0113C160, Task_1_System_IO_WaitForChangedResult_ *, Task_1_System_IO_WaitForChangedResult__StartNew_1, (Task * parent, Func_2_Object_System_IO_WaitForChangedResult_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, InternalTaskOptions__Enum internalOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CEB8, Task_1_System_IO_WaitForChangedResult__StartNew_1__MethodInfo); DO_APP_FUNC(0x01138840, bool, Task_1_System_IO_WaitForChangedResult__TrySetResult, (Task_1_System_IO_WaitForChangedResult_ * __this, WaitForChangedResult result, MethodInfo * method)); DO_APP_FUNC(0x0112DC50, TaskFactory_1_System_IO_WaitForChangedResult_ *, Task_1_System_IO_WaitForChangedResult__get_Factory, (MethodInfo * method)); DO_APP_FUNC(0x011313F0, WaitForChangedResult, Task_1_System_IO_WaitForChangedResult__get_Result, (Task_1_System_IO_WaitForChangedResult_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0B08, Task_1_System_IO_WaitForChangedResult__get_Result__MethodInfo); DO_APP_FUNC(0x01131480, WaitForChangedResult, Task_1_System_IO_WaitForChangedResult__get_ResultOnSuccess, (Task_1_System_IO_WaitForChangedResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113C620, void, UIRStylePainter_TempDataAlloc_1_System_UInt16___ctor, (UIRStylePainter_TempDataAlloc_1_System_UInt16_ * __this, int32_t maxPoolElems, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F760, UIRStylePainter_TempDataAlloc_1_System_UInt16___ctor__MethodInfo); DO_APP_FUNC(0x0113CB30, NativeSlice_1_System_UInt16_, UIRStylePainter_TempDataAlloc_1_System_UInt16__Alloc, (UIRStylePainter_TempDataAlloc_1_System_UInt16_ * __this, uint32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F740, UIRStylePainter_TempDataAlloc_1_System_UInt16__Alloc__MethodInfo); DO_APP_FUNC(0x0113C740, void, UIRStylePainter_TempDataAlloc_1_System_UInt16__Dispose, (UIRStylePainter_TempDataAlloc_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F790, UIRStylePainter_TempDataAlloc_1_System_UInt16__Dispose__MethodInfo); DO_APP_FUNC(0x0113CD20, void, UIRStylePainter_TempDataAlloc_1_System_UInt16__SessionDone, (UIRStylePainter_TempDataAlloc_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F620, UIRStylePainter_TempDataAlloc_1_System_UInt16__SessionDone__MethodInfo); DO_APP_FUNC(0x0113C620, void, UIRStylePainter_TempDataAlloc_1_UnityEngine_UIElements_Vertex___ctor, (UIRStylePainter_TempDataAlloc_1_UnityEngine_UIElements_Vertex_ * __this, int32_t maxPoolElems, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F778, UIRStylePainter_TempDataAlloc_1_UnityEngine_UIElements_Vertex___ctor__MethodInfo); DO_APP_FUNC(0x0113CB30, NativeSlice_1_UnityEngine_UIElements_Vertex_, UIRStylePainter_TempDataAlloc_1_UnityEngine_UIElements_Vertex__Alloc, (UIRStylePainter_TempDataAlloc_1_UnityEngine_UIElements_Vertex_ * __this, uint32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F748, UIRStylePainter_TempDataAlloc_1_UnityEngine_UIElements_Vertex__Alloc__MethodInfo); DO_APP_FUNC(0x0113D0B0, void, UIRStylePainter_TempDataAlloc_1_UnityEngine_UIElements_Vertex__Dispose, (UIRStylePainter_TempDataAlloc_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F798, UIRStylePainter_TempDataAlloc_1_UnityEngine_UIElements_Vertex__Dispose__MethodInfo); DO_APP_FUNC(0x0113D4A0, void, UIRStylePainter_TempDataAlloc_1_UnityEngine_UIElements_Vertex__SessionDone, (UIRStylePainter_TempDataAlloc_1_UnityEngine_UIElements_Vertex_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F618, UIRStylePainter_TempDataAlloc_1_UnityEngine_UIElements_Vertex__SessionDone__MethodInfo); DO_APP_FUNC(0x0113E2F0, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object___ctor, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01143390, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object___ProcessEventAtTarget_b__99_0, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01141720, bool, TextInputBaseField_1_TValueType_TextInputBase_System_Object__AcceptCharacter, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01143230, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__AssignRect, (RectOffset * rect, int32_t left, int32_t top, int32_t right, int32_t bottom, MethodInfo * method)); DO_APP_FUNC(0x01141780, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__BuildContextualMenu, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, ContextualMenuPopulateEvent * evt, MethodInfo * method)); DO_APP_FUNC(0x0113F340, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__Copy, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, DropdownMenuAction * a, MethodInfo * method)); DO_APP_FUNC(0x0113EFA0, DropdownMenuAction_Status__Enum, TextInputBaseField_1_TValueType_TextInputBase_System_Object__CopyActionStatus, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, DropdownMenuAction * a, MethodInfo * method)); DO_APP_FUNC(0x0113FA80, String *, TextInputBaseField_1_TValueType_TextInputBase_System_Object__CullString, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, String * s, MethodInfo * method)); DO_APP_FUNC(0x0113F2E0, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__Cut, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, DropdownMenuAction * a, MethodInfo * method)); DO_APP_FUNC(0x0113EF10, DropdownMenuAction_Status__Enum, TextInputBaseField_1_TValueType_TextInputBase_System_Object__CutActionStatus, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, DropdownMenuAction * a, MethodInfo * method)); DO_APP_FUNC(0x01142510, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__DeferGUIStyleRectSync, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01141CE0, Vector2, TextInputBaseField_1_TValueType_TextInputBase_System_Object__DoMeasure, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, float desiredWidth, VisualElement_MeasureMode__Enum widthMode, float desiredHeight, VisualElement_MeasureMode__Enum heightMode, MethodInfo * method)); DO_APP_FUNC(0x0113FF00, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__DrawWithTextSelectionAndCursor, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MeshGenerationContext * mgc, String * newText, float pixelsPerPoint, MethodInfo * method)); DO_APP_FUNC(0x01142370, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__ExecuteDefaultAction, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x01141D90, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__ExecuteDefaultActionAtTarget, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x01141D90, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__ExecuteDefaultActionDisabledAtTarget, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x0113EC10, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__InitTextEditorEventHandler, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01142FF0, bool, TextInputBaseField_1_TValueType_TextInputBase_System_Object__IsLayoutUsingPercent, (VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x0113F6C0, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__OnAttachToPanel, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, AttachToPanelEvent * attachEvent, MethodInfo * method)); DO_APP_FUNC(0x01141C90, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__OnCursorIndexChange, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01141AE0, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__OnDetectFocusChange, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113FB80, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__OnGenerateVisualContent, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MeshGenerationContext * mgc, MethodInfo * method)); DO_APP_FUNC(0x0113F400, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__OnInputCustomStyleResolved, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, CustomStyleResolvedEvent * e, MethodInfo * method)); DO_APP_FUNC(0x011425C0, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__OnPercentResolved, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, GeometryChangedEvent * evt, MethodInfo * method)); DO_APP_FUNC(0x0113F3A0, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__Paste, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, DropdownMenuAction * a, MethodInfo * method)); DO_APP_FUNC(0x0113F030, DropdownMenuAction_Status__Enum, TextInputBaseField_1_TValueType_TextInputBase_System_Object__PasteActionStatus, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, DropdownMenuAction * a, MethodInfo * method)); DO_APP_FUNC(0x01141DC0, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__ProcessEventAtTarget, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x0113F0F0, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__ProcessMenuCommand, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, String * command, MethodInfo * method)); DO_APP_FUNC(0x0113D830, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__ResetValueAndText, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113D940, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__RestoreValueAndText, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113D8B0, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__SaveValueAndText, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113DC40, Object *, TextInputBaseField_1_TValueType_TextInputBase_System_Object__StringToValue, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, String * str, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CEA8, TextInputBaseField_1_TValueType_TextInputBase_System_Object__StringToValue__MethodInfo); DO_APP_FUNC(0x01142850, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__SyncGUIStyle, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * textInput, GUIStyle * style, MethodInfo * method)); DO_APP_FUNC(0x0113F7E0, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__SyncTextEngine, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01142450, bool, TextInputBaseField_1_TValueType_TextInputBase_System_Object__UnityEngine_UIElements_ITextInputField_AcceptCharacter, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, uint16_t c, MethodInfo * method)); DO_APP_FUNC(0x01142470, String *, TextInputBaseField_1_TValueType_TextInputBase_System_Object__UnityEngine_UIElements_ITextInputField_CullString, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, String * s, MethodInfo * method)); DO_APP_FUNC(0x01142430, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__UnityEngine_UIElements_ITextInputField_SyncTextEngine, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011424A0, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__UnityEngine_UIElements_ITextInputField_UpdateText, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x011424F0, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__UnityEngine_UIElements_ITextInputField_UpdateValueFromText, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FE09A0, TextEditorEngine *, TextInputBaseField_1_TValueType_TextInputBase_System_Object__UnityEngine_UIElements_ITextInputField_get_editorEngine, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01142400, bool, TextInputBaseField_1_TValueType_TextInputBase_System_Object__UnityEngine_UIElements_ITextInputField_get_hasFocus, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011424C0, bool, TextInputBaseField_1_TValueType_TextInputBase_System_Object__UnityEngine_UIElements_ITextInputField_get_isDelayed, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113DE70, bool, TextInputBaseField_1_TValueType_TextInputBase_System_Object__UnityEngine_UIElements_ITextInputField_get_isReadOnly, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113D960, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__UpdateText, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0113DD70, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__UpdateTextFromValue, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113DC90, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__UpdateValueFromText, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113E050, Color, TextInputBaseField_1_TValueType_TextInputBase_System_Object__get_cursorColor, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113DF50, bool, TextInputBaseField_1_TValueType_TextInputBase_System_Object__get_doubleClickSelectsWord, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113E140, TextEditorEngine *, TextInputBaseField_1_TValueType_TextInputBase_System_Object__get_editorEngine, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113E0D0, TextEditorEventHandler *, TextInputBaseField_1_TValueType_TextInputBase_System_Object__get_editorEventHandler, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113E060, bool, TextInputBaseField_1_TValueType_TextInputBase_System_Object__get_hasFocus, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113DF90, bool, TextInputBaseField_1_TValueType_TextInputBase_System_Object__get_isDelayed, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113DFB0, bool, TextInputBaseField_1_TValueType_TextInputBase_System_Object__get_isDragging, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113DF30, bool, TextInputBaseField_1_TValueType_TextInputBase_System_Object__get_isPasswordField, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113DED0, bool, TextInputBaseField_1_TValueType_TextInputBase_System_Object__get_isReadOnly, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113DF10, uint16_t, TextInputBaseField_1_TValueType_TextInputBase_System_Object__get_maskChar, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113DEF0, int32_t, TextInputBaseField_1_TValueType_TextInputBase_System_Object__get_maxLength, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113E040, Color, TextInputBaseField_1_TValueType_TextInputBase_System_Object__get_selectionColor, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113E1B0, String *, TextInputBaseField_1_TValueType_TextInputBase_System_Object__get_text, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113DFC0, bool, TextInputBaseField_1_TValueType_TextInputBase_System_Object__get_touchScreenTextField, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113E000, bool, TextInputBaseField_1_TValueType_TextInputBase_System_Object__get_touchScreenTextFieldChanged, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113DF70, bool, TextInputBaseField_1_TValueType_TextInputBase_System_Object__get_tripleClickSelectsLine, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0113DF60, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__set_doubleClickSelectsWord, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0113E150, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__set_editorEngine, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, TextEditorEngine * value, MethodInfo * method)); DO_APP_FUNC(0x0113E0E0, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__set_editorEventHandler, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, TextEditorEventHandler * value, MethodInfo * method)); DO_APP_FUNC(0x0113DFA0, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__set_isDelayed, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0113DF40, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__set_isPasswordField, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0113DEE0, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__set_isReadOnly, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0113DF20, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__set_maskChar, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x0113DF00, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__set_maxLength, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0113E1C0, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__set_text, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0113DF80, void, TextInputBaseField_1_TValueType_TextInputBase_System_Object__set_tripleClickSelectsLine, (TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01144650, void, TextInputBaseField_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x011436E0, void, TextInputBaseField_1_System_Object___ctor, (TextInputBaseField_1_System_Object_ * __this, String * label, int32_t maxLength, uint16_t maskChar, TextInputBaseField_1_TValueType_TextInputBase_System_Object_ * textInputBase, MethodInfo * method)); DO_APP_FUNC(0x01143C30, void, TextInputBaseField_1_System_Object__ExecuteDefaultActionAtTarget, (TextInputBaseField_1_System_Object_ * __this, EventBase * evt, MethodInfo * method)); DO_APP_FUNC(0x01143B10, void, TextInputBaseField_1_System_Object__OnAttachToPanel, (TextInputBaseField_1_System_Object_ * __this, AttachToPanelEvent * e, MethodInfo * method)); DO_APP_FUNC(0x01143BF0, void, TextInputBaseField_1_System_Object__OnFieldCustomStyleResolved, (TextInputBaseField_1_System_Object_ * __this, CustomStyleResolvedEvent * e, MethodInfo * method)); DO_APP_FUNC(0x01144330, void, TextInputBaseField_1_System_Object__UpdateMixedValueContent, (TextInputBaseField_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01143690, String *, TextInputBaseField_1_System_Object__ValueToString, (TextInputBaseField_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7CD58, TextInputBaseField_1_System_Object__ValueToString__MethodInfo); DO_APP_FUNC(0x011435F0, bool, TextInputBaseField_1_System_Object__get_isDelayed, (TextInputBaseField_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01143420, TextInputBaseField_1_TValueType_TextInputBase_System_Object_ *, TextInputBaseField_1_System_Object__get_textInputBase, (TextInputBaseField_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01143430, void, TextInputBaseField_1_System_Object__set_iTextHandle, (TextInputBaseField_1_System_Object_ * __this, ITextHandle * value, MethodInfo * method)); DO_APP_FUNC(0x01143630, void, TextInputBaseField_1_System_Object__set_isDelayed, (TextInputBaseField_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01143520, void, TextInputBaseField_1_System_Object__set_isPasswordField, (TextInputBaseField_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x011434C0, void, TextInputBaseField_1_System_Object__set_isReadOnly, (TextInputBaseField_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01143660, void, TextInputBaseField_1_System_Object__set_maskChar, (TextInputBaseField_1_System_Object_ * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x011435C0, void, TextInputBaseField_1_System_Object__set_maxLength, (TextInputBaseField_1_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x01143490, void, TextInputBaseField_1_System_Object__set_text, (TextInputBaseField_1_System_Object_ * __this, String * value, MethodInfo * method)); DO_APP_FUNC(0x0111C6C0, void, TextProcessingStack_1_UnityEngine_Color32___ctor, (TextProcessingStack_1_UnityEngine_Color32_ * __this, Color32__Array * stack, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3608, TextProcessingStack_1_UnityEngine_Color32___ctor__MethodInfo); DO_APP_FUNC(0x0111C740, void, TextProcessingStack_1_UnityEngine_Color32___ctor_1, (TextProcessingStack_1_UnityEngine_Color32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0111CB40, void, TextProcessingStack_1_UnityEngine_Color32__Add, (TextProcessingStack_1_UnityEngine_Color32_ * __this, Color32 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE36A0, TextProcessingStack_1_UnityEngine_Color32__Add__MethodInfo); DO_APP_FUNC(0x0111CA50, void, TextProcessingStack_1_UnityEngine_Color32__Clear, (TextProcessingStack_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111C8B0, Color32, TextProcessingStack_1_UnityEngine_Color32__CurrentItem, (TextProcessingStack_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111CD80, Color32, TextProcessingStack_1_UnityEngine_Color32__Peek, (TextProcessingStack_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111CCE0, Color32, TextProcessingStack_1_UnityEngine_Color32__Pop, (TextProcessingStack_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01144EE0, void, TextProcessingStack_1_UnityEngine_Color32__Push, (TextProcessingStack_1_UnityEngine_Color32_ * __this, Color32 item, MethodInfo * method)); DO_APP_FUNC(0x0111CB80, Color32, TextProcessingStack_1_UnityEngine_Color32__Remove, (TextProcessingStack_1_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3760, TextProcessingStack_1_UnityEngine_Color32__Remove__MethodInfo); DO_APP_FUNC(0x0111CA60, void, TextProcessingStack_1_UnityEngine_Color32__SetDefault, (TextProcessingStack_1_UnityEngine_Color32_ * __this, Color32 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE35A0, TextProcessingStack_1_UnityEngine_Color32__SetDefault__MethodInfo); DO_APP_FUNC(0x0111C6C0, void, TextProcessingStack_1_System_Int32___ctor, (TextProcessingStack_1_System_Int32_ * __this, Int32__Array * stack, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3600, TextProcessingStack_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x0111C740, void, TextProcessingStack_1_System_Int32___ctor_1, (TextProcessingStack_1_System_Int32_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0111CB40, void, TextProcessingStack_1_System_Int32__Add, (TextProcessingStack_1_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE36C0, TextProcessingStack_1_System_Int32__Add__MethodInfo); DO_APP_FUNC(0x0111CA50, void, TextProcessingStack_1_System_Int32__Clear, (TextProcessingStack_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3578, TextProcessingStack_1_System_Int32__Clear__MethodInfo); DO_APP_FUNC(0x0111C8B0, int32_t, TextProcessingStack_1_System_Int32__CurrentItem, (TextProcessingStack_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE48A8, TextProcessingStack_1_System_Int32__CurrentItem__MethodInfo); DO_APP_FUNC(0x0111CD80, int32_t, TextProcessingStack_1_System_Int32__Peek, (TextProcessingStack_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111D9C0, int32_t, TextProcessingStack_1_System_Int32__Pop, (TextProcessingStack_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01144FE0, void, TextProcessingStack_1_System_Int32__Push, (TextProcessingStack_1_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x0111CB80, int32_t, TextProcessingStack_1_System_Int32__Remove, (TextProcessingStack_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3710, TextProcessingStack_1_System_Int32__Remove__MethodInfo); DO_APP_FUNC(0x0111D7E0, void, TextProcessingStack_1_System_Int32__SetDefault, (TextProcessingStack_1_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE49A0, TextProcessingStack_1_System_Int32__SetDefault__MethodInfo); DO_APP_FUNC(0x0111C6C0, void, TextProcessingStack_1_System_Int32Enum___ctor, (TextProcessingStack_1_System_Int32Enum_ * __this, Int32Enum__Enum__Array * stack, MethodInfo * method)); DO_APP_FUNC(0x0111C740, void, TextProcessingStack_1_System_Int32Enum___ctor_1, (TextProcessingStack_1_System_Int32Enum_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0111CB40, void, TextProcessingStack_1_System_Int32Enum__Add, (TextProcessingStack_1_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x0111CA50, void, TextProcessingStack_1_System_Int32Enum__Clear, (TextProcessingStack_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111C8B0, Int32Enum__Enum, TextProcessingStack_1_System_Int32Enum__CurrentItem, (TextProcessingStack_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111CD80, Int32Enum__Enum, TextProcessingStack_1_System_Int32Enum__Peek, (TextProcessingStack_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111D9C0, Int32Enum__Enum, TextProcessingStack_1_System_Int32Enum__Pop, (TextProcessingStack_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01144FE0, void, TextProcessingStack_1_System_Int32Enum__Push, (TextProcessingStack_1_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x0111CB80, Int32Enum__Enum, TextProcessingStack_1_System_Int32Enum__Remove, (TextProcessingStack_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111D7E0, void, TextProcessingStack_1_System_Int32Enum__SetDefault, (TextProcessingStack_1_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x0111DAE0, void, TextProcessingStack_1_MaterialReference___ctor, (TextProcessingStack_1_MaterialReference_ * __this, MaterialReference_1__Array * stack, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE35E8, TextProcessingStack_1_MaterialReference___ctor__MethodInfo); DO_APP_FUNC(0x0111DB70, void, TextProcessingStack_1_MaterialReference___ctor_1, (TextProcessingStack_1_MaterialReference_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0111E140, void, TextProcessingStack_1_MaterialReference__Add, (TextProcessingStack_1_MaterialReference_ * __this, MaterialReference_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE36B0, TextProcessingStack_1_MaterialReference__Add__MethodInfo); DO_APP_FUNC(0x0111DFB0, void, TextProcessingStack_1_MaterialReference__Clear, (TextProcessingStack_1_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01145560, MaterialReference_1, TextProcessingStack_1_MaterialReference__CurrentItem, (TextProcessingStack_1_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011454C0, MaterialReference_1, TextProcessingStack_1_MaterialReference__Peek, (TextProcessingStack_1_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01145320, MaterialReference_1, TextProcessingStack_1_MaterialReference__Pop, (TextProcessingStack_1_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011451A0, void, TextProcessingStack_1_MaterialReference__Push, (TextProcessingStack_1_MaterialReference_ * __this, MaterialReference_1 item, MethodInfo * method)); DO_APP_FUNC(0x011450E0, MaterialReference_1, TextProcessingStack_1_MaterialReference__Remove, (TextProcessingStack_1_MaterialReference_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3708, TextProcessingStack_1_MaterialReference__Remove__MethodInfo); DO_APP_FUNC(0x0111DFC0, void, TextProcessingStack_1_MaterialReference__SetDefault, (TextProcessingStack_1_MaterialReference_ * __this, MaterialReference_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3558, TextProcessingStack_1_MaterialReference__SetDefault__MethodInfo); DO_APP_FUNC(0x0111E6D0, void, TextProcessingStack_1_System_Object___ctor, (TextProcessingStack_1_System_Object_ * __this, Object__Array * stack, MethodInfo * method)); DO_APP_FUNC(0x0111E750, void, TextProcessingStack_1_System_Object___ctor_1, (TextProcessingStack_1_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0111EAA0, void, TextProcessingStack_1_System_Object__Add, (TextProcessingStack_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0111E9B0, void, TextProcessingStack_1_System_Object__Clear, (TextProcessingStack_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111E8D0, Object *, TextProcessingStack_1_System_Object__CurrentItem, (TextProcessingStack_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111ECF0, Object *, TextProcessingStack_1_System_Object__Peek, (TextProcessingStack_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01145710, Object *, TextProcessingStack_1_System_Object__Pop, (TextProcessingStack_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01145610, void, TextProcessingStack_1_System_Object__Push, (TextProcessingStack_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0111EAE0, Object *, TextProcessingStack_1_System_Object__Remove, (TextProcessingStack_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111E9C0, void, TextProcessingStack_1_System_Object__SetDefault, (TextProcessingStack_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0111C6C0, void, TextProcessingStack_1_System_Single___ctor, (TextProcessingStack_1_System_Single_ * __this, Single__Array * stack, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE35F0, TextProcessingStack_1_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x0111C740, void, TextProcessingStack_1_System_Single___ctor_1, (TextProcessingStack_1_System_Single_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE35F8, TextProcessingStack_1_System_Single___ctor_1__MethodInfo); DO_APP_FUNC(0x0111F020, void, TextProcessingStack_1_System_Single__Add, (TextProcessingStack_1_System_Single_ * __this, float item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3748, TextProcessingStack_1_System_Single__Add__MethodInfo); DO_APP_FUNC(0x0111CA50, void, TextProcessingStack_1_System_Single__Clear, (TextProcessingStack_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3570, TextProcessingStack_1_System_Single__Clear__MethodInfo); DO_APP_FUNC(0x0111ED80, float, TextProcessingStack_1_System_Single__CurrentItem, (TextProcessingStack_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111F250, float, TextProcessingStack_1_System_Single__Peek, (TextProcessingStack_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0111F1C0, float, TextProcessingStack_1_System_Single__Pop, (TextProcessingStack_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3720, TextProcessingStack_1_System_Single__Pop__MethodInfo); DO_APP_FUNC(0x011457C0, void, TextProcessingStack_1_System_Single__Push, (TextProcessingStack_1_System_Single_ * __this, float item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3718, TextProcessingStack_1_System_Single__Push__MethodInfo); DO_APP_FUNC(0x0111F060, float, TextProcessingStack_1_System_Single__Remove, (TextProcessingStack_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3700, TextProcessingStack_1_System_Single__Remove__MethodInfo); DO_APP_FUNC(0x0111EF40, void, TextProcessingStack_1_System_Single__SetDefault, (TextProcessingStack_1_System_Single_ * __this, float item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3560, TextProcessingStack_1_System_Single__SetDefault__MethodInfo); DO_APP_FUNC(0x01146000, void, TextReceiver_1_Dissonance_Integrations_PhotonBolt_BoltPeer___cctor, (MethodInfo * method)); DO_APP_FUNC(0x011458C0, void, TextReceiver_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (TextReceiver_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, EventQueue * events, IRooms * rooms, IClientCollection_1_System_Nullable_1_ * peers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FC98, TextReceiver_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor__MethodInfo); DO_APP_FUNC(0x01145E00, String *, TextReceiver_1_Dissonance_Integrations_PhotonBolt_BoltPeer__GetTxtMessageRecipient, (TextReceiver_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ChannelType__Enum txtRecipientType, uint16_t txtRecipient, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FC58, TextReceiver_1_Dissonance_Integrations_PhotonBolt_BoltPeer__GetTxtMessageRecipient__MethodInfo); DO_APP_FUNC(0x01145AB0, void, TextReceiver_1_Dissonance_Integrations_PhotonBolt_BoltPeer__ProcessTextMessage, (TextReceiver_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, PacketReader * reader, MethodInfo * method)); DO_APP_FUNC(0x01146BD0, void, TextSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer___cctor, (MethodInfo * method)); DO_APP_FUNC(0x011461A0, void, TextSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (TextSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ISendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * sender, ISession * session, IClientCollection_1_System_Nullable_1_ * peers, MethodInfo * method)); DO_APP_FUNC(0x01146430, void, TextSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Send, (TextSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, String * data, ChannelType__Enum type, String * recipient, MethodInfo * method)); DO_APP_FUNC(0x011488E0, void, ThreadLocal_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01146D70, void, ThreadLocal_1_System_Object___ctor, (ThreadLocal_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01147EF0, void, ThreadLocal_1_System_Object__CreateLinkedSlot, (ThreadLocal_1_System_Object_ * __this, ThreadLocal_1_T_LinkedSlotVolatile_System_Object___Array * slotArray, int32_t id, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FB80, ThreadLocal_1_System_Object__CreateLinkedSlot__MethodInfo); DO_APP_FUNC(0x01147070, void, ThreadLocal_1_System_Object__Dispose, (ThreadLocal_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011470E0, void, ThreadLocal_1_System_Object__Dispose_1, (ThreadLocal_1_System_Object_ * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01147000, void, ThreadLocal_1_System_Object__Finalize, (ThreadLocal_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011488A0, int32_t, ThreadLocal_1_System_Object__GetNewTableSize, (int32_t minSize, MethodInfo * method)); DO_APP_FUNC(0x01147750, Object *, ThreadLocal_1_System_Object__GetValueSlow, (ThreadLocal_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FBF8, ThreadLocal_1_System_Object__GetValueSlow__MethodInfo); DO_APP_FUNC(0x01148560, void, ThreadLocal_1_System_Object__GrowTable, (ThreadLocal_1_System_Object_ * __this, ThreadLocal_1_T_LinkedSlotVolatile_System_Object___Array * * table, int32_t minLength, MethodInfo * method)); DO_APP_FUNC(0x01146E60, void, ThreadLocal_1_System_Object__Initialize, (ThreadLocal_1_System_Object_ * __this, Func_1_Object_ * valueFactory, bool trackAllValues, MethodInfo * method)); DO_APP_FUNC(0x01147910, void, ThreadLocal_1_System_Object__SetValueSlow, (ThreadLocal_1_System_Object_ * __this, Object * value, ThreadLocal_1_T_LinkedSlotVolatile_System_Object___Array * slotArray, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FC08, ThreadLocal_1_System_Object__SetValueSlow__MethodInfo); DO_APP_FUNC(0x011474B0, String *, ThreadLocal_1_System_Object__ToString, (ThreadLocal_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01148410, bool, ThreadLocal_1_System_Object__get_IsValueCreated, (ThreadLocal_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FB70, ThreadLocal_1_System_Object__get_IsValueCreated__MethodInfo); DO_APP_FUNC(0x01147500, Object *, ThreadLocal_1_System_Object__get_Value, (ThreadLocal_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01147620, void, ThreadLocal_1_System_Object__set_Value, (ThreadLocal_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01148A60, void, ThreadedMessageQueue_1_System_Object___ctor, (ThreadedMessageQueue_1_System_Object_ * __this, int32_t param_0000c5cd, int32_t param_0000c5ce, int32_t param_0000c5cf, bool param_0000c5d0, Action_1_Object_ * param_0000c5d1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FB90, ThreadedMessageQueue_1_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x01149510, void, ThreadedMessageQueue_1_System_Object__Dispose, (ThreadedMessageQueue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01149610, void, ThreadedMessageQueue_1_System_Object__Dispose_1, (ThreadedMessageQueue_1_System_Object_ * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01148CC0, void, ThreadedMessageQueue_1_System_Object__Enqueue, (ThreadedMessageQueue_1_System_Object_ * __this, Object * message, MethodInfo * method)); DO_APP_FUNC(0x01149590, void, ThreadedMessageQueue_1_System_Object__Finalize, (ThreadedMessageQueue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01148EE0, bool, ThreadedMessageQueue_1_System_Object__GXgdSeITuubyoWngTrtPnvCajYDTA, (ThreadedMessageQueue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011492E0, void, ThreadedMessageQueue_1_System_Object__KiUXWnYeAjoGhflMwEpWreoIFMQGA, (ThreadedMessageQueue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01149100, void, ThreadedMessageQueue_1_System_Object__MKvmlCLKXRkUiNyCFFAhRhjJinQi, (ThreadedMessageQueue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01148E80, bool, ThreadedMessageQueue_1_System_Object__YGOPOhZraSmTKLxttlgehWSSpLyI, (ThreadedMessageQueue_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0114AAF0, void, TlsOverPerCoreLockedStacksArrayPool_1_System_Byte___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01149A70, void, TlsOverPerCoreLockedStacksArrayPool_1_System_Byte___ctor, (TlsOverPerCoreLockedStacksArrayPool_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01149C40, TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Byte_ *, TlsOverPerCoreLockedStacksArrayPool_1_System_Byte__CreatePerCoreLockedStacks, (TlsOverPerCoreLockedStacksArrayPool_1_System_Byte_ * __this, int32_t bucketIndex, MethodInfo * method)); DO_APP_FUNC(0x0114A930, bool, TlsOverPerCoreLockedStacksArrayPool_1_System_Byte__Gen2GcCallbackFunc, (Object * target, MethodInfo * method)); DO_APP_FUNC(0x0114AA70, TlsOverPerCoreLockedStacksArrayPool_1_T_MemoryPressure_System_Byte_ *, TlsOverPerCoreLockedStacksArrayPool_1_System_Byte__GetMemoryPressure, (MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, TlsOverPerCoreLockedStacksArrayPool_1_System_Byte__GetTrimBuffers, (MethodInfo * method)); DO_APP_FUNC(0x01149D80, Byte__Array *, TlsOverPerCoreLockedStacksArrayPool_1_System_Byte__Rent, (TlsOverPerCoreLockedStacksArrayPool_1_System_Byte_ * __this, int32_t minimumLength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FAA8, TlsOverPerCoreLockedStacksArrayPool_1_System_Byte__Rent__MethodInfo); DO_APP_FUNC(0x01149FF0, void, TlsOverPerCoreLockedStacksArrayPool_1_System_Byte__Return, (TlsOverPerCoreLockedStacksArrayPool_1_System_Byte_ * __this, Byte__Array * array, bool clearArray, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FAC0, TlsOverPerCoreLockedStacksArrayPool_1_System_Byte__Return__MethodInfo); DO_APP_FUNC(0x0114A4E0, bool, TlsOverPerCoreLockedStacksArrayPool_1_System_Byte__Trim, (TlsOverPerCoreLockedStacksArrayPool_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01149D50, int32_t, TlsOverPerCoreLockedStacksArrayPool_1_System_Byte__get_Id, (TlsOverPerCoreLockedStacksArrayPool_1_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0114AAF0, void, TlsOverPerCoreLockedStacksArrayPool_1_System_Char___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0114AD40, void, TlsOverPerCoreLockedStacksArrayPool_1_System_Char___ctor, (TlsOverPerCoreLockedStacksArrayPool_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01149C40, TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Char_ *, TlsOverPerCoreLockedStacksArrayPool_1_System_Char__CreatePerCoreLockedStacks, (TlsOverPerCoreLockedStacksArrayPool_1_System_Char_ * __this, int32_t bucketIndex, MethodInfo * method)); DO_APP_FUNC(0x0114A930, bool, TlsOverPerCoreLockedStacksArrayPool_1_System_Char__Gen2GcCallbackFunc, (Object * target, MethodInfo * method)); DO_APP_FUNC(0x0114BAC0, TlsOverPerCoreLockedStacksArrayPool_1_T_MemoryPressure_System_Char_ *, TlsOverPerCoreLockedStacksArrayPool_1_System_Char__GetMemoryPressure, (MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, TlsOverPerCoreLockedStacksArrayPool_1_System_Char__GetTrimBuffers, (MethodInfo * method)); DO_APP_FUNC(0x0114AF10, Char__Array *, TlsOverPerCoreLockedStacksArrayPool_1_System_Char__Rent, (TlsOverPerCoreLockedStacksArrayPool_1_System_Char_ * __this, int32_t minimumLength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FA70, TlsOverPerCoreLockedStacksArrayPool_1_System_Char__Rent__MethodInfo); DO_APP_FUNC(0x0114B180, void, TlsOverPerCoreLockedStacksArrayPool_1_System_Char__Return, (TlsOverPerCoreLockedStacksArrayPool_1_System_Char_ * __this, Char__Array * array, bool clearArray, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FA00, TlsOverPerCoreLockedStacksArrayPool_1_System_Char__Return__MethodInfo); DO_APP_FUNC(0x0114B670, bool, TlsOverPerCoreLockedStacksArrayPool_1_System_Char__Trim, (TlsOverPerCoreLockedStacksArrayPool_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01149D50, int32_t, TlsOverPerCoreLockedStacksArrayPool_1_System_Char__get_Id, (TlsOverPerCoreLockedStacksArrayPool_1_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0114AAF0, void, TlsOverPerCoreLockedStacksArrayPool_1_System_Int32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0114BB40, void, TlsOverPerCoreLockedStacksArrayPool_1_System_Int32___ctor, (TlsOverPerCoreLockedStacksArrayPool_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01149C40, TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Int32_ *, TlsOverPerCoreLockedStacksArrayPool_1_System_Int32__CreatePerCoreLockedStacks, (TlsOverPerCoreLockedStacksArrayPool_1_System_Int32_ * __this, int32_t bucketIndex, MethodInfo * method)); DO_APP_FUNC(0x0114A930, bool, TlsOverPerCoreLockedStacksArrayPool_1_System_Int32__Gen2GcCallbackFunc, (Object * target, MethodInfo * method)); DO_APP_FUNC(0x0114C8C0, TlsOverPerCoreLockedStacksArrayPool_1_T_MemoryPressure_System_Int32_ *, TlsOverPerCoreLockedStacksArrayPool_1_System_Int32__GetMemoryPressure, (MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, TlsOverPerCoreLockedStacksArrayPool_1_System_Int32__GetTrimBuffers, (MethodInfo * method)); DO_APP_FUNC(0x0114BD10, Int32__Array *, TlsOverPerCoreLockedStacksArrayPool_1_System_Int32__Rent, (TlsOverPerCoreLockedStacksArrayPool_1_System_Int32_ * __this, int32_t minimumLength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F9D0, TlsOverPerCoreLockedStacksArrayPool_1_System_Int32__Rent__MethodInfo); DO_APP_FUNC(0x0114BF80, void, TlsOverPerCoreLockedStacksArrayPool_1_System_Int32__Return, (TlsOverPerCoreLockedStacksArrayPool_1_System_Int32_ * __this, Int32__Array * array, bool clearArray, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F9E0, TlsOverPerCoreLockedStacksArrayPool_1_System_Int32__Return__MethodInfo); DO_APP_FUNC(0x0114C470, bool, TlsOverPerCoreLockedStacksArrayPool_1_System_Int32__Trim, (TlsOverPerCoreLockedStacksArrayPool_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01149D50, int32_t, TlsOverPerCoreLockedStacksArrayPool_1_System_Int32__get_Id, (TlsOverPerCoreLockedStacksArrayPool_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0114AAF0, void, TlsOverPerCoreLockedStacksArrayPool_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0114C940, void, TlsOverPerCoreLockedStacksArrayPool_1_System_Object___ctor, (TlsOverPerCoreLockedStacksArrayPool_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01149C40, TlsOverPerCoreLockedStacksArrayPool_1_T_PerCoreLockedStacks_System_Object_ *, TlsOverPerCoreLockedStacksArrayPool_1_System_Object__CreatePerCoreLockedStacks, (TlsOverPerCoreLockedStacksArrayPool_1_System_Object_ * __this, int32_t bucketIndex, MethodInfo * method)); DO_APP_FUNC(0x0114A930, bool, TlsOverPerCoreLockedStacksArrayPool_1_System_Object__Gen2GcCallbackFunc, (Object * target, MethodInfo * method)); DO_APP_FUNC(0x0114D6C0, TlsOverPerCoreLockedStacksArrayPool_1_T_MemoryPressure_System_Object_ *, TlsOverPerCoreLockedStacksArrayPool_1_System_Object__GetMemoryPressure, (MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, TlsOverPerCoreLockedStacksArrayPool_1_System_Object__GetTrimBuffers, (MethodInfo * method)); DO_APP_FUNC(0x0114CB10, Object__Array *, TlsOverPerCoreLockedStacksArrayPool_1_System_Object__Rent, (TlsOverPerCoreLockedStacksArrayPool_1_System_Object_ * __this, int32_t minimumLength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F9A0, TlsOverPerCoreLockedStacksArrayPool_1_System_Object__Rent__MethodInfo); DO_APP_FUNC(0x0114CD80, void, TlsOverPerCoreLockedStacksArrayPool_1_System_Object__Return, (TlsOverPerCoreLockedStacksArrayPool_1_System_Object_ * __this, Object__Array * array, bool clearArray, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F928, TlsOverPerCoreLockedStacksArrayPool_1_System_Object__Return__MethodInfo); DO_APP_FUNC(0x0114D270, bool, TlsOverPerCoreLockedStacksArrayPool_1_System_Object__Trim, (TlsOverPerCoreLockedStacksArrayPool_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01149D50, int32_t, TlsOverPerCoreLockedStacksArrayPool_1_System_Object__get_Id, (TlsOverPerCoreLockedStacksArrayPool_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0114DB30, void, TrackableChanges_1_BoundedPlane___ctor, (TrackableChanges_1_BoundedPlane_ * __this, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ added, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ updated, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ removed, MethodInfo * method)); DO_APP_FUNC(0x0114D750, TrackableChanges_1_BoundedPlane_, TrackableChanges_1_BoundedPlane__CopyFrom, (NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ added, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ updated, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ removed, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58CA0, TrackableChanges_1_BoundedPlane__CopyFrom__MethodInfo); DO_APP_FUNC(0x0114DA70, void, TrackableChanges_1_BoundedPlane__Dispose, (TrackableChanges_1_BoundedPlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_, TrackableChanges_1_BoundedPlane__get_added, (TrackableChanges_1_BoundedPlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59310, bool, TrackableChanges_1_BoundedPlane__get_isCreated, (TrackableChanges_1_BoundedPlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0114D740, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_, TrackableChanges_1_BoundedPlane__get_removed, (TrackableChanges_1_BoundedPlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, NativeArray_1_UnityEngine_XR_ARSubsystems_BoundedPlane_, TrackableChanges_1_BoundedPlane__get_updated, (TrackableChanges_1_BoundedPlane_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7E140, void, TrackableChanges_1_BoundedPlane__set_isCreated, (TrackableChanges_1_BoundedPlane_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0114DB30, void, TrackableChanges_1_XRAnchor___ctor, (TrackableChanges_1_XRAnchor_ * __this, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ added, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ updated, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ removed, MethodInfo * method)); DO_APP_FUNC(0x0114DB70, TrackableChanges_1_XRAnchor_, TrackableChanges_1_XRAnchor__CopyFrom, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ added, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_ updated, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ removed, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59038, TrackableChanges_1_XRAnchor__CopyFrom__MethodInfo); DO_APP_FUNC(0x0114DE90, void, TrackableChanges_1_XRAnchor__Dispose, (TrackableChanges_1_XRAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_, TrackableChanges_1_XRAnchor__get_added, (TrackableChanges_1_XRAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59310, bool, TrackableChanges_1_XRAnchor__get_isCreated, (TrackableChanges_1_XRAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0114D740, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_, TrackableChanges_1_XRAnchor__get_removed, (TrackableChanges_1_XRAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, NativeArray_1_UnityEngine_XR_ARSubsystems_XRAnchor_, TrackableChanges_1_XRAnchor__get_updated, (TrackableChanges_1_XRAnchor_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7E140, void, TrackableChanges_1_XRAnchor__set_isCreated, (TrackableChanges_1_XRAnchor_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0114DB30, void, TrackableChanges_1_XRRaycast___ctor, (TrackableChanges_1_XRRaycast_ * __this, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ added, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ updated, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ removed, MethodInfo * method)); DO_APP_FUNC(0x0114DF50, TrackableChanges_1_XRRaycast_, TrackableChanges_1_XRRaycast__CopyFrom, (NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ added, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_ updated, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_ removed, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x0114E270, void, TrackableChanges_1_XRRaycast__Dispose, (TrackableChanges_1_XRRaycast_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C587C0, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_, TrackableChanges_1_XRRaycast__get_added, (TrackableChanges_1_XRRaycast_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C59310, bool, TrackableChanges_1_XRRaycast__get_isCreated, (TrackableChanges_1_XRRaycast_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0114D740, NativeArray_1_UnityEngine_XR_ARSubsystems_TrackableId_, TrackableChanges_1_XRRaycast__get_removed, (TrackableChanges_1_XRRaycast_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, NativeArray_1_UnityEngine_XR_ARSubsystems_XRRaycast_, TrackableChanges_1_XRRaycast__get_updated, (TrackableChanges_1_XRRaycast_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7E140, void, TrackableChanges_1_XRRaycast__set_isCreated, (TrackableChanges_1_XRRaycast_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0114E390, void, TrackableCollection_1_System_Object___ctor, (TrackableCollection_1_System_Object_ * __this, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * trackables, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F8D8, TrackableCollection_1_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x00ADBBA0, bool, TrackableCollection_1_System_Object__Equals, (TrackableCollection_1_System_Object_ * __this, TrackableCollection_1_System_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x0114E470, bool, TrackableCollection_1_System_Object__Equals_1, (TrackableCollection_1_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0114E330, TrackableCollection_1_TTrackable_Enumerator_System_Object_, TrackableCollection_1_System_Object__GetEnumerator, (TrackableCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0114E450, int32_t, TrackableCollection_1_System_Object__GetHashCode, (TrackableCollection_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01013200, void, TrackingSubsystem_4_BoundedPlane_System_Object_System_Object_System_Object___ctor, (TrackingSubsystem_4_BoundedPlane_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01013200, void, TrackingSubsystem_4_XRAnchor_System_Object_System_Object_System_Object___ctor, (TrackingSubsystem_4_XRAnchor_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01013200, void, TrackingSubsystem_4_XRRaycast_System_Object_System_Object_System_Object___ctor, (TrackingSubsystem_4_XRRaycast_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0114F290, void, TransferBuffer_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0114E570, void, TransferBuffer_1_System_Object___ctor, (TransferBuffer_1_System_Object_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0114F270, void, TransferBuffer_1_System_Object__Clear, (TransferBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0114F020, bool, TransferBuffer_1_System_Object__Read, (TransferBuffer_1_System_Object_ * __this, ArraySegment_1_Object_ data, MethodInfo * method)); DO_APP_FUNC(0x0114ED70, bool, TransferBuffer_1_System_Object__Read_1, (TransferBuffer_1_System_Object_ * __this, Object * * item, MethodInfo * method)); DO_APP_FUNC(0x0114EEA0, bool, TransferBuffer_1_System_Object__Read_2, (TransferBuffer_1_System_Object_ * __this, Object__Array * data, MethodInfo * method)); DO_APP_FUNC(0x0114EF20, bool, TransferBuffer_1_System_Object__Read_3, (TransferBuffer_1_System_Object_ * __this, Object__Array * data, int32_t readCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F878, TransferBuffer_1_System_Object__Read_3__MethodInfo); DO_APP_FUNC(0x0114E730, bool, TransferBuffer_1_System_Object__TryWrite, (TransferBuffer_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0114E8C0, bool, TransferBuffer_1_System_Object__TryWriteAll, (TransferBuffer_1_System_Object_ * __this, ArraySegment_1_Object_ data, MethodInfo * method)); DO_APP_FUNC(0x0114EB10, int32_t, TransferBuffer_1_System_Object__WriteSome, (TransferBuffer_1_System_Object_ * __this, ArraySegment_1_Object_ data, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, TransferBuffer_1_System_Object__get_Capacity, (TransferBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0114E560, int32_t, TransferBuffer_1_System_Object__get_EstimatedUnreadCount, (TransferBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0114F930, void, TransferBuffer_1_System_Single___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0114E570, void, TransferBuffer_1_System_Single___ctor, (TransferBuffer_1_System_Single_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59130, TransferBuffer_1_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x0114F270, void, TransferBuffer_1_System_Single__Clear, (TransferBuffer_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59160, TransferBuffer_1_System_Single__Clear__MethodInfo); DO_APP_FUNC(0x0114F020, bool, TransferBuffer_1_System_Single__Read, (TransferBuffer_1_System_Single_ * __this, ArraySegment_1_Single_ data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59148, TransferBuffer_1_System_Single__Read__MethodInfo); DO_APP_FUNC(0x0114F7A0, bool, TransferBuffer_1_System_Single__Read_1, (TransferBuffer_1_System_Single_ * __this, float * item, MethodInfo * method)); DO_APP_FUNC(0x0114EEA0, bool, TransferBuffer_1_System_Single__Read_2, (TransferBuffer_1_System_Single_ * __this, Single__Array * data, MethodInfo * method)); DO_APP_FUNC(0x0114F830, bool, TransferBuffer_1_System_Single__Read_3, (TransferBuffer_1_System_Single_ * __this, Single__Array * data, int32_t readCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F818, TransferBuffer_1_System_Single__Read_3__MethodInfo); DO_APP_FUNC(0x0114F430, bool, TransferBuffer_1_System_Single__TryWrite, (TransferBuffer_1_System_Single_ * __this, float item, MethodInfo * method)); DO_APP_FUNC(0x0114E8C0, bool, TransferBuffer_1_System_Single__TryWriteAll, (TransferBuffer_1_System_Single_ * __this, ArraySegment_1_Single_ data, MethodInfo * method)); DO_APP_FUNC(0x0114F540, int32_t, TransferBuffer_1_System_Single__WriteSome, (TransferBuffer_1_System_Single_ * __this, ArraySegment_1_Single_ data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59168, TransferBuffer_1_System_Single__WriteSome__MethodInfo); DO_APP_FUNC(0x00C3BB90, int32_t, TransferBuffer_1_System_Single__get_Capacity, (TransferBuffer_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F090, TransferBuffer_1_System_Single__get_Capacity__MethodInfo); DO_APP_FUNC(0x0114E560, int32_t, TransferBuffer_1_System_Single__get_EstimatedUnreadCount, (TransferBuffer_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F098, TransferBuffer_1_System_Single__get_EstimatedUnreadCount__MethodInfo); DO_APP_FUNC(0x01150220, void, TransferBuffer_1_Dissonance_Networking_VoicePacket___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0114E570, void, TransferBuffer_1_Dissonance_Networking_VoicePacket___ctor, (TransferBuffer_1_Dissonance_Networking_VoicePacket_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CA48, TransferBuffer_1_Dissonance_Networking_VoicePacket___ctor__MethodInfo); DO_APP_FUNC(0x0114F270, void, TransferBuffer_1_Dissonance_Networking_VoicePacket__Clear, (TransferBuffer_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0114F020, bool, TransferBuffer_1_Dissonance_Networking_VoicePacket__Read, (TransferBuffer_1_Dissonance_Networking_VoicePacket_ * __this, ArraySegment_1_Dissonance_Networking_VoicePacket_ data, MethodInfo * method)); DO_APP_FUNC(0x0114FF60, bool, TransferBuffer_1_Dissonance_Networking_VoicePacket__Read_1, (TransferBuffer_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C9B8, TransferBuffer_1_Dissonance_Networking_VoicePacket__Read_1__MethodInfo); DO_APP_FUNC(0x0114EEA0, bool, TransferBuffer_1_Dissonance_Networking_VoicePacket__Read_2, (TransferBuffer_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket__Array * data, MethodInfo * method)); DO_APP_FUNC(0x01150120, bool, TransferBuffer_1_Dissonance_Networking_VoicePacket__Read_3, (TransferBuffer_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket__Array * data, int32_t readCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F830, TransferBuffer_1_Dissonance_Networking_VoicePacket__Read_3__MethodInfo); DO_APP_FUNC(0x0114FAD0, bool, TransferBuffer_1_Dissonance_Networking_VoicePacket__TryWrite, (TransferBuffer_1_Dissonance_Networking_VoicePacket_ * __this, VoicePacket item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C9C0, TransferBuffer_1_Dissonance_Networking_VoicePacket__TryWrite__MethodInfo); DO_APP_FUNC(0x0114E8C0, bool, TransferBuffer_1_Dissonance_Networking_VoicePacket__TryWriteAll, (TransferBuffer_1_Dissonance_Networking_VoicePacket_ * __this, ArraySegment_1_Dissonance_Networking_VoicePacket_ data, MethodInfo * method)); DO_APP_FUNC(0x0114FD00, int32_t, TransferBuffer_1_Dissonance_Networking_VoicePacket__WriteSome, (TransferBuffer_1_Dissonance_Networking_VoicePacket_ * __this, ArraySegment_1_Dissonance_Networking_VoicePacket_ data, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, TransferBuffer_1_Dissonance_Networking_VoicePacket__get_Capacity, (TransferBuffer_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0114E560, int32_t, TransferBuffer_1_Dissonance_Networking_VoicePacket__get_EstimatedUnreadCount, (TransferBuffer_1_Dissonance_Networking_VoicePacket_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CB30, TransferBuffer_1_Dissonance_Networking_VoicePacket__get_EstimatedUnreadCount__MethodInfo); DO_APP_FUNC(0x01150A50, void, TransferBuffer_1_Dissonance_Logs_LogMessage___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0114E570, void, TransferBuffer_1_Dissonance_Logs_LogMessage___ctor, (TransferBuffer_1_Dissonance_Logs_LogMessage_ * __this, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C583D0, TransferBuffer_1_Dissonance_Logs_LogMessage___ctor__MethodInfo); DO_APP_FUNC(0x0114F270, void, TransferBuffer_1_Dissonance_Logs_LogMessage__Clear, (TransferBuffer_1_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0114F020, bool, TransferBuffer_1_Dissonance_Logs_LogMessage__Read, (TransferBuffer_1_Dissonance_Logs_LogMessage_ * __this, ArraySegment_1_Dissonance_Logs_LogMessage_ data, MethodInfo * method)); DO_APP_FUNC(0x011507F0, bool, TransferBuffer_1_Dissonance_Logs_LogMessage__Read_1, (TransferBuffer_1_Dissonance_Logs_LogMessage_ * __this, Logs_LogMessage_1 * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58480, TransferBuffer_1_Dissonance_Logs_LogMessage__Read_1__MethodInfo); DO_APP_FUNC(0x0114EEA0, bool, TransferBuffer_1_Dissonance_Logs_LogMessage__Read_2, (TransferBuffer_1_Dissonance_Logs_LogMessage_ * __this, Logs_LogMessage_1__Array * data, MethodInfo * method)); DO_APP_FUNC(0x01150950, bool, TransferBuffer_1_Dissonance_Logs_LogMessage__Read_3, (TransferBuffer_1_Dissonance_Logs_LogMessage_ * __this, Logs_LogMessage_1__Array * data, int32_t readCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F7F0, TransferBuffer_1_Dissonance_Logs_LogMessage__Read_3__MethodInfo); DO_APP_FUNC(0x011503C0, bool, TransferBuffer_1_Dissonance_Logs_LogMessage__TryWrite, (TransferBuffer_1_Dissonance_Logs_LogMessage_ * __this, Logs_LogMessage_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C584C0, TransferBuffer_1_Dissonance_Logs_LogMessage__TryWrite__MethodInfo); DO_APP_FUNC(0x0114E8C0, bool, TransferBuffer_1_Dissonance_Logs_LogMessage__TryWriteAll, (TransferBuffer_1_Dissonance_Logs_LogMessage_ * __this, ArraySegment_1_Dissonance_Logs_LogMessage_ data, MethodInfo * method)); DO_APP_FUNC(0x01150590, int32_t, TransferBuffer_1_Dissonance_Logs_LogMessage__WriteSome, (TransferBuffer_1_Dissonance_Logs_LogMessage_ * __this, ArraySegment_1_Dissonance_Logs_LogMessage_ data, MethodInfo * method)); DO_APP_FUNC(0x00C3BB90, int32_t, TransferBuffer_1_Dissonance_Logs_LogMessage__get_Capacity, (TransferBuffer_1_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0114E560, int32_t, TransferBuffer_1_Dissonance_Logs_LogMessage__get_EstimatedUnreadCount, (TransferBuffer_1_Dissonance_Logs_LogMessage_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01150C00, void, TransitionEventBase_1_System_Object___ctor, (TransitionEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01150ED0, Object *, TransitionEventBase_1_System_Object__GetPooled, (StylePropertyName stylePropertyName, double elapsedTime, MethodInfo * method)); DO_APP_FUNC(0x01150DA0, void, TransitionEventBase_1_System_Object__Init, (TransitionEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01150E00, void, TransitionEventBase_1_System_Object__LocalInit, (TransitionEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7030, StylePropertyNameCollection, TransitionEventBase_1_System_Object__get_stylePropertyNames, (TransitionEventBase_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01150BF0, void, TransitionEventBase_1_System_Object__set_elapsedTime, (TransitionEventBase_1_System_Object_ * __this, double value, MethodInfo * method)); DO_APP_FUNC(0x01151720, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Background___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01151520, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Background___ctor, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01151180, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Background__Clear, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01151080, Queue_1_UnityEngine_UIElements_EventBase_ *, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Background__GetPooledQueue, (MethodInfo * method)); DO_APP_FUNC(0x01151150, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Background__RegisterChange, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01151170, bool, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Background__StateChanged, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01151160, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Background__UnregisterChange, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01151FD0, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_UnityEngine_Color___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01151DD0, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_UnityEngine_Color___ctor, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01151A30, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_UnityEngine_Color__Clear, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01151960, Queue_1_UnityEngine_UIElements_EventBase_ *, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_UnityEngine_Color__GetPooledQueue, (MethodInfo * method)); DO_APP_FUNC(0x01151150, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_UnityEngine_Color__RegisterChange, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01151170, bool, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_UnityEngine_Color__StateChanged, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01151160, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_UnityEngine_Color__UnregisterChange, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01152880, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_FontDefinition___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01152680, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_FontDefinition___ctor, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011522E0, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_FontDefinition__Clear, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01152210, Queue_1_UnityEngine_UIElements_EventBase_ *, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_FontDefinition__GetPooledQueue, (MethodInfo * method)); DO_APP_FUNC(0x01151150, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_FontDefinition__RegisterChange, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01151170, bool, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_FontDefinition__StateChanged, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01151160, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_FontDefinition__UnregisterChange, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01153130, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Int32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01152F30, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Int32___ctor, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01152B90, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Int32__Clear, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01152AC0, Queue_1_UnityEngine_UIElements_EventBase_ *, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Int32__GetPooledQueue, (MethodInfo * method)); DO_APP_FUNC(0x01151150, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Int32__RegisterChange, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01151170, bool, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Int32__StateChanged, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01151160, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Int32__UnregisterChange, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011539E0, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Length___cctor, (MethodInfo * method)); DO_APP_FUNC(0x011537E0, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Length___ctor, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Length_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01153440, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Length__Clear, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Length_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01153370, Queue_1_UnityEngine_UIElements_EventBase_ *, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Length__GetPooledQueue, (MethodInfo * method)); DO_APP_FUNC(0x01151150, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Length__RegisterChange, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Length_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01151170, bool, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Length__StateChanged, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Length_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01151160, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Length__UnregisterChange, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Length_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01154290, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01154090, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Object___ctor, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01153CF0, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Object__Clear, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01153C20, Queue_1_UnityEngine_UIElements_EventBase_ *, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Object__GetPooledQueue, (MethodInfo * method)); DO_APP_FUNC(0x01151150, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Object__RegisterChange, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01151170, bool, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Object__StateChanged, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01151160, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Object__UnregisterChange, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01154B40, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Rotate___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01154940, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Rotate___ctor, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Rotate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011545A0, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Rotate__Clear, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Rotate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011544D0, Queue_1_UnityEngine_UIElements_EventBase_ *, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Rotate__GetPooledQueue, (MethodInfo * method)); DO_APP_FUNC(0x01151150, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Rotate__RegisterChange, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Rotate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01151170, bool, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Rotate__StateChanged, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Rotate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01151160, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Rotate__UnregisterChange, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Rotate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011553F0, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Scale___cctor, (MethodInfo * method)); DO_APP_FUNC(0x011551F0, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Scale___ctor, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Scale_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01154E50, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Scale__Clear, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Scale_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01154D80, Queue_1_UnityEngine_UIElements_EventBase_ *, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Scale__GetPooledQueue, (MethodInfo * method)); DO_APP_FUNC(0x01151150, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Scale__RegisterChange, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Scale_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01151170, bool, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Scale__StateChanged, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Scale_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01151160, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Scale__UnregisterChange, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Scale_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01155CA0, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Single___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01155AA0, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Single___ctor, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01155700, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Single__Clear, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01155630, Queue_1_UnityEngine_UIElements_EventBase_ *, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Single__GetPooledQueue, (MethodInfo * method)); DO_APP_FUNC(0x01151150, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Single__RegisterChange, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01151170, bool, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Single__StateChanged, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01151160, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Single__UnregisterChange, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01156550, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_TextShadow___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01156350, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_TextShadow___ctor, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_TextShadow_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01155FB0, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_TextShadow__Clear, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_TextShadow_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01155EE0, Queue_1_UnityEngine_UIElements_EventBase_ *, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_TextShadow__GetPooledQueue, (MethodInfo * method)); DO_APP_FUNC(0x01151150, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_TextShadow__RegisterChange, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_TextShadow_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01151170, bool, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_TextShadow__StateChanged, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_TextShadow_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01151160, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_TextShadow__UnregisterChange, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_TextShadow_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01156E00, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_TransformOrigin___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01156C00, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_TransformOrigin___ctor, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_TransformOrigin_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01156860, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_TransformOrigin__Clear, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_TransformOrigin_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01156790, Queue_1_UnityEngine_UIElements_EventBase_ *, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_TransformOrigin__GetPooledQueue, (MethodInfo * method)); DO_APP_FUNC(0x01151150, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_TransformOrigin__RegisterChange, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_TransformOrigin_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01151170, bool, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_TransformOrigin__StateChanged, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_TransformOrigin_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01151160, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_TransformOrigin__UnregisterChange, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_TransformOrigin_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011576B0, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Translate___cctor, (MethodInfo * method)); DO_APP_FUNC(0x011574B0, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Translate___ctor, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Translate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01157110, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Translate__Clear, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Translate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01157040, Queue_1_UnityEngine_UIElements_EventBase_ *, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Translate__GetPooledQueue, (MethodInfo * method)); DO_APP_FUNC(0x01151150, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Translate__RegisterChange, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Translate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01151170, bool, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Translate__StateChanged, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Translate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01151160, void, StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Translate__UnregisterChange, (StylePropertyAnimationSystem_Values_1_T_TransitionEventsFrameState_Translate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01013200, void, TreeSet_1_KeyValuePair_2_System_Object_System_Char___ctor, (TreeSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, TreeSet_1_KeyValuePair_2_System_Object_System_Char___ctor_1, (TreeSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, IComparer_1_KeyValuePair_2_System_Object_System_Char_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011578F0, void, TreeSet_1_KeyValuePair_2_System_Object_System_Char___ctor_2, (TreeSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, SerializationInfo * siInfo, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01157920, bool, TreeSet_1_KeyValuePair_2_System_Object_System_Char__AddIfNotPresent, (TreeSet_1_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F338, TreeSet_1_KeyValuePair_2_System_Object_System_Char__AddIfNotPresent__MethodInfo); DO_APP_FUNC(0x01013200, void, TreeSet_1_KeyValuePair_2_System_Object_System_Object___ctor, (TreeSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, TreeSet_1_KeyValuePair_2_System_Object_System_Object___ctor_1, (TreeSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, IComparer_1_KeyValuePair_2_System_Object_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011578F0, void, TreeSet_1_KeyValuePair_2_System_Object_System_Object___ctor_2, (TreeSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, SerializationInfo * siInfo, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01157A10, bool, TreeSet_1_KeyValuePair_2_System_Object_System_Object__AddIfNotPresent, (TreeSet_1_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F370, TreeSet_1_KeyValuePair_2_System_Object_System_Object__AddIfNotPresent__MethodInfo); DO_APP_FUNC(0x01013200, void, TreeSet_1_KeyValuePair_2_System_UInt64_System_Object___ctor, (TreeSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, TreeSet_1_KeyValuePair_2_System_UInt64_System_Object___ctor_1, (TreeSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, IComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011578F0, void, TreeSet_1_KeyValuePair_2_System_UInt64_System_Object___ctor_2, (TreeSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, SerializationInfo * siInfo, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01157B00, bool, TreeSet_1_KeyValuePair_2_System_UInt64_System_Object__AddIfNotPresent, (TreeSet_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F358, TreeSet_1_KeyValuePair_2_System_UInt64_System_Object__AddIfNotPresent__MethodInfo); DO_APP_FUNC(0x01013200, void, TreeSet_1_System_Object___ctor, (TreeSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0109CE20, void, TreeSet_1_System_Object___ctor_1, (TreeSet_1_System_Object_ * __this, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011578F0, void, TreeSet_1_System_Object___ctor_2, (TreeSet_1_System_Object_ * __this, SerializationInfo * siInfo, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01157BF0, bool, TreeSet_1_System_Object__AddIfNotPresent, (TreeSet_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F288, TreeSet_1_System_Object__AddIfNotPresent__MethodInfo); DO_APP_FUNC(0x01157CB0, void, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char___ctor, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char_ * __this, SortedSet_1_KeyValuePair_2_System_Object_System_Char_ * Underlying, KeyValuePair_2_System_Object_System_Char_ Min, KeyValuePair_2_System_Object_System_Char_ Max, bool lowerBoundActive, bool upperBoundActive, MethodInfo * method)); DO_APP_FUNC(0x0115A200, bool, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char___VersionCheckImpl_b__20_0, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * n, MethodInfo * method)); DO_APP_FUNC(0x01157F30, bool, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char__AddIfNotPresent, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F270, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char__AddIfNotPresent__MethodInfo); DO_APP_FUNC(0x011591F0, bool, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char__BreadthFirstTreeWalk, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char_ * __this, TreeWalkPredicate_1_KeyValuePair_2_System_Object_System_Char_ * action, MethodInfo * method)); DO_APP_FUNC(0x01158160, void, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char__Clear, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01158010, bool, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char__Contains, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ item, MethodInfo * method)); DO_APP_FUNC(0x01158090, bool, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char__DoRemove, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ item, MethodInfo * method)); DO_APP_FUNC(0x01159770, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ *, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char__FindNode, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ item, MethodInfo * method)); DO_APP_FUNC(0x0115A110, void, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char__GetObjectData, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F2F8, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char__GetObjectData__MethodInfo); DO_APP_FUNC(0x01159D70, SortedSet_1_KeyValuePair_2_System_Object_System_Char_ *, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char__GetViewBetween, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ lowerValue, KeyValuePair_2_System_Object_System_Char_ upperValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F2B0, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char__GetViewBetween__MethodInfo); DO_APP_FUNC(0x01158BC0, bool, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char__InOrderTreeWalk, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char_ * __this, TreeWalkPredicate_1_KeyValuePair_2_System_Object_System_Char_ * action, MethodInfo * method)); DO_APP_FUNC(0x01159830, int32_t, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char__InternalIndexOf, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ item, MethodInfo * method)); DO_APP_FUNC(0x011584C0, bool, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char__IsWithinRange, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char_ * __this, KeyValuePair_2_System_Object_System_Char_ item, MethodInfo * method)); DO_APP_FUNC(0x0115A1B0, void, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char__OnDeserialization, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F1F8, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char__OnDeserialization__MethodInfo); DO_APP_FUNC(0x0115A160, void, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F2E8, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization__MethodInfo); DO_APP_FUNC(0x0115A0D0, void, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char__System_Runtime_Serialization_ISerializable_GetObjectData, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char__VersionCheck, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01159C00, void, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char__VersionCheckImpl, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01158960, KeyValuePair_2_System_Object_System_Char_, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char__get_MaxInternal, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01158700, KeyValuePair_2_System_Object_System_Char_, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char__get_MinInternal, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01157CB0, void, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object___ctor, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object_ * __this, SortedSet_1_KeyValuePair_2_System_Object_System_Object_ * Underlying, KeyValuePair_2_System_Object_System_Object_ Min, KeyValuePair_2_System_Object_System_Object_ Max, bool lowerBoundActive, bool upperBoundActive, MethodInfo * method)); DO_APP_FUNC(0x0115A200, bool, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object___VersionCheckImpl_b__20_0, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * n, MethodInfo * method)); DO_APP_FUNC(0x0115A210, bool, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object__AddIfNotPresent, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F1E0, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object__AddIfNotPresent__MethodInfo); DO_APP_FUNC(0x011591F0, bool, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object__BreadthFirstTreeWalk, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object_ * __this, TreeWalkPredicate_1_KeyValuePair_2_System_Object_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x01158160, void, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object__Clear, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01158010, bool, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object__Contains, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01158090, bool, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object__DoRemove, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01159770, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ *, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object__FindNode, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0115AA20, void, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object__GetObjectData, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F210, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object__GetObjectData__MethodInfo); DO_APP_FUNC(0x0115A6C0, SortedSet_1_KeyValuePair_2_System_Object_System_Object_ *, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object__GetViewBetween, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ lowerValue, KeyValuePair_2_System_Object_System_Object_ upperValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F220, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object__GetViewBetween__MethodInfo); DO_APP_FUNC(0x01158BC0, bool, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object__InOrderTreeWalk, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object_ * __this, TreeWalkPredicate_1_KeyValuePair_2_System_Object_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x0115A2F0, int32_t, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object__InternalIndexOf, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x011584C0, bool, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object__IsWithinRange, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object_ * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0115AAC0, void, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object__OnDeserialization, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F230, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object__OnDeserialization__MethodInfo); DO_APP_FUNC(0x0115AA70, void, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F248, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization__MethodInfo); DO_APP_FUNC(0x0115A0D0, void, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object__System_Runtime_Serialization_ISerializable_GetObjectData, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object__VersionCheck, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01159C00, void, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object__VersionCheckImpl, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01158960, KeyValuePair_2_System_Object_System_Object_, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object__get_MaxInternal, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01158700, KeyValuePair_2_System_Object_System_Object_, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object__get_MinInternal, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0115AB10, void, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object___ctor, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object_ * __this, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ * Underlying, KeyValuePair_2_System_UInt64_System_Object_ Min, KeyValuePair_2_System_UInt64_System_Object_ Max, bool lowerBoundActive, bool upperBoundActive, MethodInfo * method)); DO_APP_FUNC(0x0115A200, bool, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object___VersionCheckImpl_b__20_0, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * n, MethodInfo * method)); DO_APP_FUNC(0x0115AD90, bool, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object__AddIfNotPresent, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F260, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object__AddIfNotPresent__MethodInfo); DO_APP_FUNC(0x011591F0, bool, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object__BreadthFirstTreeWalk, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object_ * __this, TreeWalkPredicate_1_KeyValuePair_2_System_UInt64_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x01158160, void, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object__Clear, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01158010, bool, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object__Contains, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01158090, bool, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object__DoRemove, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01159770, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ *, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object__FindNode, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0115B5A0, void, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object__GetObjectData, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F170, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object__GetObjectData__MethodInfo); DO_APP_FUNC(0x0115B240, SortedSet_1_KeyValuePair_2_System_UInt64_System_Object_ *, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object__GetViewBetween, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ lowerValue, KeyValuePair_2_System_UInt64_System_Object_ upperValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F258, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object__GetViewBetween__MethodInfo); DO_APP_FUNC(0x01158BC0, bool, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object__InOrderTreeWalk, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object_ * __this, TreeWalkPredicate_1_KeyValuePair_2_System_UInt64_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x0115AE70, int32_t, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object__InternalIndexOf, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x011584C0, bool, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object__IsWithinRange, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object_ * __this, KeyValuePair_2_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x0115B640, void, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object__OnDeserialization, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F198, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object__OnDeserialization__MethodInfo); DO_APP_FUNC(0x0115B5F0, void, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F160, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization__MethodInfo); DO_APP_FUNC(0x0115A0D0, void, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object__System_Runtime_Serialization_ISerializable_GetObjectData, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object__VersionCheck, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01159C00, void, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object__VersionCheckImpl, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01158960, KeyValuePair_2_System_UInt64_System_Object_, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object__get_MaxInternal, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01158700, KeyValuePair_2_System_UInt64_System_Object_, SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object__get_MinInternal, (SortedSet_1_T_TreeSubSet_KeyValuePair_2_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0115B690, void, SortedSet_1_T_TreeSubSet_System_Object___ctor, (SortedSet_1_T_TreeSubSet_System_Object_ * __this, SortedSet_1_System_Object_ * Underlying, Object * Min, Object * Max, bool lowerBoundActive, bool upperBoundActive, MethodInfo * method)); DO_APP_FUNC(0x0115A200, bool, SortedSet_1_T_TreeSubSet_System_Object___VersionCheckImpl_b__20_0, (SortedSet_1_T_TreeSubSet_System_Object_ * __this, SortedSet_1_T_Node_System_Object_ * n, MethodInfo * method)); DO_APP_FUNC(0x0115B8F0, bool, SortedSet_1_T_TreeSubSet_System_Object__AddIfNotPresent, (SortedSet_1_T_TreeSubSet_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F180, SortedSet_1_T_TreeSubSet_System_Object__AddIfNotPresent__MethodInfo); DO_APP_FUNC(0x0115C7F0, bool, SortedSet_1_T_TreeSubSet_System_Object__BreadthFirstTreeWalk, (SortedSet_1_T_TreeSubSet_System_Object_ * __this, TreeWalkPredicate_1_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x0115BAE0, void, SortedSet_1_T_TreeSubSet_System_Object__Clear, (SortedSet_1_T_TreeSubSet_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0115B9C0, bool, SortedSet_1_T_TreeSubSet_System_Object__Contains, (SortedSet_1_T_TreeSubSet_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0115BA30, bool, SortedSet_1_T_TreeSubSet_System_Object__DoRemove, (SortedSet_1_T_TreeSubSet_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0115CC40, SortedSet_1_T_Node_System_Object_ *, SortedSet_1_T_TreeSubSet_System_Object__FindNode, (SortedSet_1_T_TreeSubSet_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0115D3C0, void, SortedSet_1_T_TreeSubSet_System_Object__GetObjectData, (SortedSet_1_T_TreeSubSet_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F1B0, SortedSet_1_T_TreeSubSet_System_Object__GetObjectData__MethodInfo); DO_APP_FUNC(0x0115D170, SortedSet_1_System_Object_ *, SortedSet_1_T_TreeSubSet_System_Object__GetViewBetween, (SortedSet_1_T_TreeSubSet_System_Object_ * __this, Object * lowerValue, Object * upperValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F1C0, SortedSet_1_T_TreeSubSet_System_Object__GetViewBetween__MethodInfo); DO_APP_FUNC(0x0115C2F0, bool, SortedSet_1_T_TreeSubSet_System_Object__InOrderTreeWalk, (SortedSet_1_T_TreeSubSet_System_Object_ * __this, TreeWalkPredicate_1_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x0115CCE0, int32_t, SortedSet_1_T_TreeSubSet_System_Object__InternalIndexOf, (SortedSet_1_T_TreeSubSet_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0115BE30, bool, SortedSet_1_T_TreeSubSet_System_Object__IsWithinRange, (SortedSet_1_T_TreeSubSet_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x0115D460, void, SortedSet_1_T_TreeSubSet_System_Object__OnDeserialization, (SortedSet_1_T_TreeSubSet_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F1D0, SortedSet_1_T_TreeSubSet_System_Object__OnDeserialization__MethodInfo); DO_APP_FUNC(0x0115D410, void, SortedSet_1_T_TreeSubSet_System_Object__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization, (SortedSet_1_T_TreeSubSet_System_Object_ * __this, Object * sender, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F1D8, SortedSet_1_T_TreeSubSet_System_Object__System_Runtime_Serialization_IDeserializationCallback_OnDeserialization__MethodInfo); DO_APP_FUNC(0x0115A0D0, void, SortedSet_1_T_TreeSubSet_System_Object__System_Runtime_Serialization_ISerializable_GetObjectData, (SortedSet_1_T_TreeSubSet_System_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC(0x01099310, void, SortedSet_1_T_TreeSubSet_System_Object__VersionCheck, (SortedSet_1_T_TreeSubSet_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0115D010, void, SortedSet_1_T_TreeSubSet_System_Object__VersionCheckImpl, (SortedSet_1_T_TreeSubSet_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0115C130, Object *, SortedSet_1_T_TreeSubSet_System_Object__get_MaxInternal, (SortedSet_1_T_TreeSubSet_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0115BF70, Object *, SortedSet_1_T_TreeSubSet_System_Object__get_MinInternal, (SortedSet_1_T_TreeSubSet_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0115D4B0, void, TreeWalkPredicate_1_KeyValuePair_2_System_Object_System_Char___ctor, (TreeWalkPredicate_1_KeyValuePair_2_System_Object_System_Char_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, TreeWalkPredicate_1_KeyValuePair_2_System_Object_System_Char__BeginInvoke, (TreeWalkPredicate_1_KeyValuePair_2_System_Object_System_Char_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * node, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x0040B530, bool, TreeWalkPredicate_1_KeyValuePair_2_System_Object_System_Char__EndInvoke, (TreeWalkPredicate_1_KeyValuePair_2_System_Object_System_Char_ * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, TreeWalkPredicate_1_KeyValuePair_2_System_Object_System_Char__Invoke, (TreeWalkPredicate_1_KeyValuePair_2_System_Object_System_Char_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Char_ * node, MethodInfo * method)); DO_APP_FUNC(0x0115D4B0, void, TreeWalkPredicate_1_KeyValuePair_2_System_Object_System_Object___ctor, (TreeWalkPredicate_1_KeyValuePair_2_System_Object_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, TreeWalkPredicate_1_KeyValuePair_2_System_Object_System_Object__BeginInvoke, (TreeWalkPredicate_1_KeyValuePair_2_System_Object_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * node, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x0040B530, bool, TreeWalkPredicate_1_KeyValuePair_2_System_Object_System_Object__EndInvoke, (TreeWalkPredicate_1_KeyValuePair_2_System_Object_System_Object_ * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, TreeWalkPredicate_1_KeyValuePair_2_System_Object_System_Object__Invoke, (TreeWalkPredicate_1_KeyValuePair_2_System_Object_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_Object_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x0115D4B0, void, TreeWalkPredicate_1_KeyValuePair_2_System_UInt64_System_Object___ctor, (TreeWalkPredicate_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, TreeWalkPredicate_1_KeyValuePair_2_System_UInt64_System_Object__BeginInvoke, (TreeWalkPredicate_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * node, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x0040B530, bool, TreeWalkPredicate_1_KeyValuePair_2_System_UInt64_System_Object__EndInvoke, (TreeWalkPredicate_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, TreeWalkPredicate_1_KeyValuePair_2_System_UInt64_System_Object__Invoke, (TreeWalkPredicate_1_KeyValuePair_2_System_UInt64_System_Object_ * __this, SortedSet_1_T_Node_KeyValuePair_2_System_UInt64_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x0115D4B0, void, TreeWalkPredicate_1_System_Object___ctor, (TreeWalkPredicate_1_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC860, IAsyncResult *, TreeWalkPredicate_1_System_Object__BeginInvoke, (TreeWalkPredicate_1_System_Object_ * __this, SortedSet_1_T_Node_System_Object_ * node, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x0040B530, bool, TreeWalkPredicate_1_System_Object__EndInvoke, (TreeWalkPredicate_1_System_Object_ * __this, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003F2110, bool, TreeWalkPredicate_1_System_Object__Invoke, (TreeWalkPredicate_1_System_Object_ * __this, SortedSet_1_T_Node_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x01114ED0, void, TrueReadOnlyCollection_1_System_Object___ctor, (TrueReadOnlyCollection_1_System_Object_ * __this, Object__Array * list, MethodInfo * method)); DO_APP_FUNC(0x0115D5F0, void, Tuple_2_Guid_Object___ctor, (Tuple_2_Guid_Object_ * __this, Guid item1, Object * item2, MethodInfo * method)); DO_APP_FUNC(0x0115D650, bool, Tuple_2_Guid_Object__Equals, (Tuple_2_Guid_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0115DAD0, int32_t, Tuple_2_Guid_Object__GetHashCode, (Tuple_2_Guid_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0115D8C0, int32_t, Tuple_2_Guid_Object__System_Collections_IStructuralComparable_CompareTo, (Tuple_2_Guid_Object_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7F0B8, Tuple_2_Guid_Object__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x0115D6D0, bool, Tuple_2_Guid_Object__System_Collections_IStructuralEquatable_Equals, (Tuple_2_Guid_Object_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x0115DB40, int32_t, Tuple_2_Guid_Object__System_Collections_IStructuralEquatable_GetHashCode, (Tuple_2_Guid_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x0115D840, int32_t, Tuple_2_Guid_Object__System_IComparable_CompareTo, (Tuple_2_Guid_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0115DCD0, String *, Tuple_2_Guid_Object__System_ITupleInternal_ToString, (Tuple_2_Guid_Object_ * __this, StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, Tuple_2_Guid_Object__System_Runtime_CompilerServices_ITuple_get_Length, (Tuple_2_Guid_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0115DC00, String *, Tuple_2_Guid_Object__ToString, (Tuple_2_Guid_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00E7AF20, Guid, Tuple_2_Guid_Object__get_Item1, (Tuple_2_Guid_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Object *, Tuple_2_Guid_Object__get_Item2, (Tuple_2_Guid_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0115DE30, void, Tuple_2_IntPtr_IntPtr___ctor, (Tuple_2_IntPtr_IntPtr_ * __this, void * item1, void * item2, MethodInfo * method)); DO_APP_FUNC(0x0115DE40, bool, Tuple_2_IntPtr_IntPtr__Equals, (Tuple_2_IntPtr_IntPtr_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0115E3A0, int32_t, Tuple_2_IntPtr_IntPtr__GetHashCode, (Tuple_2_IntPtr_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0115E120, int32_t, Tuple_2_IntPtr_IntPtr__System_Collections_IStructuralComparable_CompareTo, (Tuple_2_IntPtr_IntPtr_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EFE0, Tuple_2_IntPtr_IntPtr__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x0115DEC0, bool, Tuple_2_IntPtr_IntPtr__System_Collections_IStructuralEquatable_Equals, (Tuple_2_IntPtr_IntPtr_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x0115E410, int32_t, Tuple_2_IntPtr_IntPtr__System_Collections_IStructuralEquatable_GetHashCode, (Tuple_2_IntPtr_IntPtr_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x0115E0A0, int32_t, Tuple_2_IntPtr_IntPtr__System_IComparable_CompareTo, (Tuple_2_IntPtr_IntPtr_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0115E5F0, String *, Tuple_2_IntPtr_IntPtr__System_ITupleInternal_ToString, (Tuple_2_IntPtr_IntPtr_ * __this, StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, Tuple_2_IntPtr_IntPtr__System_Runtime_CompilerServices_ITuple_get_Length, (Tuple_2_IntPtr_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0115E520, String *, Tuple_2_IntPtr_IntPtr__ToString, (Tuple_2_IntPtr_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, void *, Tuple_2_IntPtr_IntPtr__get_Item1, (Tuple_2_IntPtr_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66C08, Tuple_2_IntPtr_IntPtr__get_Item1__MethodInfo); DO_APP_FUNC(0x003B93D0, void *, Tuple_2_IntPtr_IntPtr__get_Item2, (Tuple_2_IntPtr_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66C10, Tuple_2_IntPtr_IntPtr__get_Item2__MethodInfo); DO_APP_FUNC(0x003BAE40, void, Tuple_2_Object_Object___ctor, (Tuple_2_Object_Object_ * __this, Object * item1, Object * item2, MethodInfo * method)); DO_APP_FUNC(0x0115E780, bool, Tuple_2_Object_Object__Equals, (Tuple_2_Object_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0115EB10, int32_t, Tuple_2_Object_Object__GetHashCode, (Tuple_2_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0115E980, int32_t, Tuple_2_Object_Object__System_Collections_IStructuralComparable_CompareTo, (Tuple_2_Object_Object_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EF40, Tuple_2_Object_Object__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x0115E800, bool, Tuple_2_Object_Object__System_Collections_IStructuralEquatable_Equals, (Tuple_2_Object_Object_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x0115EB80, int32_t, Tuple_2_Object_Object__System_Collections_IStructuralEquatable_GetHashCode, (Tuple_2_Object_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x0115E900, int32_t, Tuple_2_Object_Object__System_IComparable_CompareTo, (Tuple_2_Object_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0115ECE0, String *, Tuple_2_Object_Object__System_ITupleInternal_ToString, (Tuple_2_Object_Object_ * __this, StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, Tuple_2_Object_Object__System_Runtime_CompilerServices_ITuple_get_Length, (Tuple_2_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0115EC10, String *, Tuple_2_Object_Object__ToString, (Tuple_2_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Tuple_2_Object_Object__get_Item1, (Tuple_2_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Tuple_2_Object_Object__get_Item2, (Tuple_2_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0115EE00, void, Tuple_3_Object_Memory_1_Byte_Object___ctor, (Tuple_3_Object_Memory_1_Byte_Object_ * __this, Object * item1, Memory_1_Byte_ item2, Object * item3, MethodInfo * method)); DO_APP_FUNC(0x0115EF10, bool, Tuple_3_Object_Memory_1_Byte_Object__Equals, (Tuple_3_Object_Memory_1_Byte_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0115F3F0, int32_t, Tuple_3_Object_Memory_1_Byte_Object__GetHashCode, (Tuple_3_Object_Memory_1_Byte_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0115F1B0, int32_t, Tuple_3_Object_Memory_1_Byte_Object__System_Collections_IStructuralComparable_CompareTo, (Tuple_3_Object_Memory_1_Byte_Object_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7EEF0, Tuple_3_Object_Memory_1_Byte_Object__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x0115EF90, bool, Tuple_3_Object_Memory_1_Byte_Object__System_Collections_IStructuralEquatable_Equals, (Tuple_3_Object_Memory_1_Byte_Object_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x0115F460, int32_t, Tuple_3_Object_Memory_1_Byte_Object__System_Collections_IStructuralEquatable_GetHashCode, (Tuple_3_Object_Memory_1_Byte_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x0115F130, int32_t, Tuple_3_Object_Memory_1_Byte_Object__System_IComparable_CompareTo, (Tuple_3_Object_Memory_1_Byte_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0115F620, String *, Tuple_3_Object_Memory_1_Byte_Object__System_ITupleInternal_ToString, (Tuple_3_Object_Memory_1_Byte_Object_ * __this, StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x0075F690, int32_t, Tuple_3_Object_Memory_1_Byte_Object__System_Runtime_CompilerServices_ITuple_get_Length, (Tuple_3_Object_Memory_1_Byte_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0115F550, String *, Tuple_3_Object_Memory_1_Byte_Object__ToString, (Tuple_3_Object_Memory_1_Byte_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Tuple_3_Object_Memory_1_Byte_Object__get_Item1, (Tuple_3_Object_Memory_1_Byte_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, Memory_1_Byte_, Tuple_3_Object_Memory_1_Byte_Object__get_Item2, (Tuple_3_Object_Memory_1_Byte_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Object *, Tuple_3_Object_Memory_1_Byte_Object__get_Item3, (Tuple_3_Object_Memory_1_Byte_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FCEA30, void, Tuple_3_Object_Object_Object___ctor, (Tuple_3_Object_Object_Object_ * __this, Object * item1, Object * item2, Object * item3, MethodInfo * method)); DO_APP_FUNC(0x0115F840, bool, Tuple_3_Object_Object_Object__Equals, (Tuple_3_Object_Object_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0115FC20, int32_t, Tuple_3_Object_Object_Object__GetHashCode, (Tuple_3_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0115FA60, int32_t, Tuple_3_Object_Object_Object__System_Collections_IStructuralComparable_CompareTo, (Tuple_3_Object_Object_Object_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82250, Tuple_3_Object_Object_Object__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x0115F8C0, bool, Tuple_3_Object_Object_Object__System_Collections_IStructuralEquatable_Equals, (Tuple_3_Object_Object_Object_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x0115FC90, int32_t, Tuple_3_Object_Object_Object__System_Collections_IStructuralEquatable_GetHashCode, (Tuple_3_Object_Object_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x0115F9E0, int32_t, Tuple_3_Object_Object_Object__System_IComparable_CompareTo, (Tuple_3_Object_Object_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0115FE20, String *, Tuple_3_Object_Object_Object__System_ITupleInternal_ToString, (Tuple_3_Object_Object_Object_ * __this, StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x0075F690, int32_t, Tuple_3_Object_Object_Object__System_Runtime_CompilerServices_ITuple_get_Length, (Tuple_3_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0115FD50, String *, Tuple_3_Object_Object_Object__ToString, (Tuple_3_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Object *, Tuple_3_Object_Object_Object__get_Item1, (Tuple_3_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Tuple_3_Object_Object_Object__get_Item2, (Tuple_3_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Object *, Tuple_3_Object_Object_Object__get_Item3, (Tuple_3_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0115FF70, void, Tuple_4_Int32_Int32_Int32_Boolean___ctor, (Tuple_4_Int32_Int32_Int32_Boolean_ * __this, int32_t item1, int32_t item2, int32_t item3, bool item4, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C158, Tuple_4_Int32_Int32_Int32_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x0115FF90, bool, Tuple_4_Int32_Int32_Int32_Boolean__Equals, (Tuple_4_Int32_Int32_Int32_Boolean_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01160710, int32_t, Tuple_4_Int32_Int32_Int32_Boolean__GetHashCode, (Tuple_4_Int32_Int32_Int32_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01160380, int32_t, Tuple_4_Int32_Int32_Int32_Boolean__System_Collections_IStructuralComparable_CompareTo, (Tuple_4_Int32_Int32_Int32_Boolean_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82248, Tuple_4_Int32_Int32_Int32_Boolean__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x01160010, bool, Tuple_4_Int32_Int32_Int32_Boolean__System_Collections_IStructuralEquatable_Equals, (Tuple_4_Int32_Int32_Int32_Boolean_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x01160780, int32_t, Tuple_4_Int32_Int32_Int32_Boolean__System_Collections_IStructuralEquatable_GetHashCode, (Tuple_4_Int32_Int32_Int32_Boolean_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x01160300, int32_t, Tuple_4_Int32_Int32_Int32_Boolean__System_IComparable_CompareTo, (Tuple_4_Int32_Int32_Int32_Boolean_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01160A00, String *, Tuple_4_Int32_Int32_Int32_Boolean__System_ITupleInternal_ToString, (Tuple_4_Int32_Int32_Int32_Boolean_ * __this, StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x00EEC8E0, int32_t, Tuple_4_Int32_Int32_Int32_Boolean__System_Runtime_CompilerServices_ITuple_get_Length, (Tuple_4_Int32_Int32_Int32_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01160930, String *, Tuple_4_Int32_Int32_Int32_Boolean__ToString, (Tuple_4_Int32_Int32_Int32_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01160C70, void, Tuple_4_Object_Object_Object_Object___ctor, (Tuple_4_Object_Object_Object_Object_ * __this, Object * item1, Object * item2, Object * item3, Object * item4, MethodInfo * method)); DO_APP_FUNC(0x01160DC0, bool, Tuple_4_Object_Object_Object_Object__Equals, (Tuple_4_Object_Object_Object_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x011611F0, int32_t, Tuple_4_Object_Object_Object_Object__GetHashCode, (Tuple_4_Object_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01161010, int32_t, Tuple_4_Object_Object_Object_Object__System_Collections_IStructuralComparable_CompareTo, (Tuple_4_Object_Object_Object_Object_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82240, Tuple_4_Object_Object_Object_Object__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x01160E40, bool, Tuple_4_Object_Object_Object_Object__System_Collections_IStructuralEquatable_Equals, (Tuple_4_Object_Object_Object_Object_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x01161260, int32_t, Tuple_4_Object_Object_Object_Object__System_Collections_IStructuralEquatable_GetHashCode, (Tuple_4_Object_Object_Object_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x01160F90, int32_t, Tuple_4_Object_Object_Object_Object__System_IComparable_CompareTo, (Tuple_4_Object_Object_Object_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01161410, String *, Tuple_4_Object_Object_Object_Object__System_ITupleInternal_ToString, (Tuple_4_Object_Object_Object_Object_ * __this, StringBuilder * sb, MethodInfo * method)); DO_APP_FUNC(0x00EEC8E0, int32_t, Tuple_4_Object_Object_Object_Object__System_Runtime_CompilerServices_ITuple_get_Length, (Tuple_4_Object_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01161340, String *, Tuple_4_Object_Object_Object_Object__ToString, (Tuple_4_Object_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TweenRunner_1_FloatTween__1__ctor, (TweenRunner_1_FloatTween__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67EE8, TweenRunner_1_FloatTween__1__ctor__MethodInfo); DO_APP_FUNC(0x003BABE0, void, TweenRunner_1_FloatTween__1_Init, (TweenRunner_1_FloatTween__1 * __this, MonoBehaviour * coroutineContainer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67EE0, TweenRunner_1_FloatTween__1_Init__MethodInfo); DO_APP_FUNC(0x011615A0, IEnumerator *, TweenRunner_1_FloatTween__1_Start, (FloatTween tweenInfo, MethodInfo * method)); DO_APP_FUNC(0x011616C0, void, TweenRunner_1_FloatTween__1_StartTween, (TweenRunner_1_FloatTween__1 * __this, FloatTween info, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67E40, TweenRunner_1_FloatTween__1_StartTween__MethodInfo); DO_APP_FUNC(0x011619A0, void, TweenRunner_1_FloatTween__1_StopTween, (TweenRunner_1_FloatTween__1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67E28, TweenRunner_1_FloatTween__1_StopTween__MethodInfo); DO_APP_FUNC(0x003AC050, void, TweenRunner_1_ColorTween___ctor, (TweenRunner_1_ColorTween_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8408, TweenRunner_1_ColorTween___ctor__MethodInfo); DO_APP_FUNC(0x003BABE0, void, TweenRunner_1_ColorTween__Init, (TweenRunner_1_ColorTween_ * __this, MonoBehaviour * coroutineContainer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8410, TweenRunner_1_ColorTween__Init__MethodInfo); DO_APP_FUNC(0x01161A20, IEnumerator *, TweenRunner_1_ColorTween__Start, (ColorTween_1 tweenInfo, MethodInfo * method)); DO_APP_FUNC(0x01161B50, void, TweenRunner_1_ColorTween__StartTween, (TweenRunner_1_ColorTween_ * __this, ColorTween_1 info, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8300, TweenRunner_1_ColorTween__StartTween__MethodInfo); DO_APP_FUNC(0x011619A0, void, TweenRunner_1_ColorTween__StopTween, (TweenRunner_1_ColorTween_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE82F8, TweenRunner_1_ColorTween__StopTween__MethodInfo); DO_APP_FUNC(0x003AC050, void, TweenRunner_1_FloatTween___ctor, (TweenRunner_1_FloatTween_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8700, TweenRunner_1_FloatTween___ctor__MethodInfo); DO_APP_FUNC(0x003BABE0, void, TweenRunner_1_FloatTween__Init, (TweenRunner_1_FloatTween_ * __this, MonoBehaviour * coroutineContainer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE8708, TweenRunner_1_FloatTween__Init__MethodInfo); DO_APP_FUNC(0x011615A0, IEnumerator *, TweenRunner_1_FloatTween__Start, (FloatTween_2 tweenInfo, MethodInfo * method)); DO_APP_FUNC(0x01161E50, void, TweenRunner_1_FloatTween__StartTween, (TweenRunner_1_FloatTween_ * __this, FloatTween_2 info, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE85A8, TweenRunner_1_FloatTween__StartTween__MethodInfo); DO_APP_FUNC(0x011619A0, void, TweenRunner_1_FloatTween__StopTween, (TweenRunner_1_FloatTween_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, TweenRunner_1_FloatTween__2__ctor, (TweenRunner_1_FloatTween__2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAC18, TweenRunner_1_FloatTween__2__ctor__MethodInfo); DO_APP_FUNC(0x003BABE0, void, TweenRunner_1_FloatTween__2_Init, (TweenRunner_1_FloatTween__2 * __this, MonoBehaviour * coroutineContainer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAC28, TweenRunner_1_FloatTween__2_Init__MethodInfo); DO_APP_FUNC(0x01162130, IEnumerator *, TweenRunner_1_FloatTween__2_Start, (FloatTween_1 tweenInfo, MethodInfo * method)); DO_APP_FUNC(0x01162250, void, TweenRunner_1_FloatTween__2_StartTween, (TweenRunner_1_FloatTween__2 * __this, FloatTween_1 info, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBACC0, TweenRunner_1_FloatTween__2_StartTween__MethodInfo); DO_APP_FUNC(0x003EC890, void, SavedStructState_1_T_TypedRestore_UnityEngine_InputSystem_InputActionState_GlobalState___ctor, (SavedStructState_1_T_TypedRestore_UnityEngine_InputSystem_InputActionState_GlobalState_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x011626E0, IAsyncResult *, SavedStructState_1_T_TypedRestore_UnityEngine_InputSystem_InputActionState_GlobalState__BeginInvoke, (SavedStructState_1_T_TypedRestore_UnityEngine_InputSystem_InputActionState_GlobalState_ * __this, InputActionState_GlobalState * state, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, SavedStructState_1_T_TypedRestore_UnityEngine_InputSystem_InputActionState_GlobalState__EndInvoke, (SavedStructState_1_T_TypedRestore_UnityEngine_InputSystem_InputActionState_GlobalState_ * __this, InputActionState_GlobalState * state, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, SavedStructState_1_T_TypedRestore_UnityEngine_InputSystem_InputActionState_GlobalState__Invoke, (SavedStructState_1_T_TypedRestore_UnityEngine_InputSystem_InputActionState_GlobalState_ * __this, InputActionState_GlobalState * state, MethodInfo * method)); DO_APP_FUNC(0x003EC890, void, SavedStructState_1_T_TypedRestore_UnityEngine_InputSystem_Users_InputUser_GlobalState___ctor, (SavedStructState_1_T_TypedRestore_UnityEngine_InputSystem_Users_InputUser_GlobalState_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01162770, IAsyncResult *, SavedStructState_1_T_TypedRestore_UnityEngine_InputSystem_Users_InputUser_GlobalState__BeginInvoke, (SavedStructState_1_T_TypedRestore_UnityEngine_InputSystem_Users_InputUser_GlobalState_ * __this, InputUser_GlobalState * state, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, SavedStructState_1_T_TypedRestore_UnityEngine_InputSystem_Users_InputUser_GlobalState__EndInvoke, (SavedStructState_1_T_TypedRestore_UnityEngine_InputSystem_Users_InputUser_GlobalState_ * __this, InputUser_GlobalState * state, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, SavedStructState_1_T_TypedRestore_UnityEngine_InputSystem_Users_InputUser_GlobalState__Invoke, (SavedStructState_1_T_TypedRestore_UnityEngine_InputSystem_Users_InputUser_GlobalState_ * __this, InputUser_GlobalState * state, MethodInfo * method)); DO_APP_FUNC(0x003EC890, void, SavedStructState_1_T_TypedRestore_UnityEngine_InputSystem_EnhancedTouch_Touch_GlobalState___ctor, (SavedStructState_1_T_TypedRestore_UnityEngine_InputSystem_EnhancedTouch_Touch_GlobalState_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01162800, IAsyncResult *, SavedStructState_1_T_TypedRestore_UnityEngine_InputSystem_EnhancedTouch_Touch_GlobalState__BeginInvoke, (SavedStructState_1_T_TypedRestore_UnityEngine_InputSystem_EnhancedTouch_Touch_GlobalState_ * __this, Touch_GlobalState * state, AsyncCallback * callback, Object * object, MethodInfo * method)); DO_APP_FUNC(0x003EA2F0, void, SavedStructState_1_T_TypedRestore_UnityEngine_InputSystem_EnhancedTouch_Touch_GlobalState__EndInvoke, (SavedStructState_1_T_TypedRestore_UnityEngine_InputSystem_EnhancedTouch_Touch_GlobalState_ * __this, Touch_GlobalState * state, IAsyncResult * result, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, SavedStructState_1_T_TypedRestore_UnityEngine_InputSystem_EnhancedTouch_Touch_GlobalState__Invoke, (SavedStructState_1_T_TypedRestore_UnityEngine_InputSystem_EnhancedTouch_Touch_GlobalState_ * __this, Touch_GlobalState * state, MethodInfo * method)); DO_APP_FUNC(0x01162890, void, TypedUxmlAttributeDescription_1_System_Boolean___ctor, (TypedUxmlAttributeDescription_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF978, TypedUxmlAttributeDescription_1_System_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x008FC900, bool, TypedUxmlAttributeDescription_1_System_Boolean__get_defaultValue, (TypedUxmlAttributeDescription_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF958, TypedUxmlAttributeDescription_1_System_Boolean__get_defaultValue__MethodInfo); DO_APP_FUNC(0x00985F10, void, TypedUxmlAttributeDescription_1_System_Boolean__set_defaultValue, (TypedUxmlAttributeDescription_1_System_Boolean_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81F00, TypedUxmlAttributeDescription_1_System_Boolean__set_defaultValue__MethodInfo); DO_APP_FUNC(0x01162890, void, TypedUxmlAttributeDescription_1_System_Int32___ctor, (TypedUxmlAttributeDescription_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF8D8, TypedUxmlAttributeDescription_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x00436FB0, int32_t, TypedUxmlAttributeDescription_1_System_Int32__get_defaultValue, (TypedUxmlAttributeDescription_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF8A8, TypedUxmlAttributeDescription_1_System_Int32__get_defaultValue__MethodInfo); DO_APP_FUNC(0x00523180, void, TypedUxmlAttributeDescription_1_System_Int32__set_defaultValue, (TypedUxmlAttributeDescription_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81F10, TypedUxmlAttributeDescription_1_System_Int32__set_defaultValue__MethodInfo); DO_APP_FUNC(0x01162890, void, TypedUxmlAttributeDescription_1_System_Int32Enum___ctor, (TypedUxmlAttributeDescription_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00436FB0, Int32Enum__Enum, TypedUxmlAttributeDescription_1_System_Int32Enum__get_defaultValue, (TypedUxmlAttributeDescription_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00523180, void, TypedUxmlAttributeDescription_1_System_Int32Enum__set_defaultValue, (TypedUxmlAttributeDescription_1_System_Int32Enum_ * __this, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x01162890, void, TypedUxmlAttributeDescription_1_System_Int64___ctor, (TypedUxmlAttributeDescription_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF8E8, TypedUxmlAttributeDescription_1_System_Int64___ctor__MethodInfo); DO_APP_FUNC(0x003C5390, int64_t, TypedUxmlAttributeDescription_1_System_Int64__get_defaultValue, (TypedUxmlAttributeDescription_1_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF948, TypedUxmlAttributeDescription_1_System_Int64__get_defaultValue__MethodInfo); DO_APP_FUNC(0x011628F0, void, TypedUxmlAttributeDescription_1_System_Int64__set_defaultValue, (TypedUxmlAttributeDescription_1_System_Int64_ * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7178, TypedUxmlAttributeDescription_1_System_Int64__set_defaultValue__MethodInfo); DO_APP_FUNC(0x01162890, void, TypedUxmlAttributeDescription_1_System_Object___ctor, (TypedUxmlAttributeDescription_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, Object *, TypedUxmlAttributeDescription_1_System_Object__get_defaultValue, (TypedUxmlAttributeDescription_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, TypedUxmlAttributeDescription_1_System_Object__set_defaultValue, (TypedUxmlAttributeDescription_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01162890, void, TypedUxmlAttributeDescription_1_System_Single___ctor, (TypedUxmlAttributeDescription_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFA18, TypedUxmlAttributeDescription_1_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x008CC030, float, TypedUxmlAttributeDescription_1_System_Single__get_defaultValue, (TypedUxmlAttributeDescription_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFA70, TypedUxmlAttributeDescription_1_System_Single__get_defaultValue__MethodInfo); DO_APP_FUNC(0x008CC040, void, TypedUxmlAttributeDescription_1_System_Single__set_defaultValue, (TypedUxmlAttributeDescription_1_System_Single_ * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7868, TypedUxmlAttributeDescription_1_System_Single__set_defaultValue__MethodInfo); DO_APP_FUNC(0x00CBC600, UQueryBuilder_1_System_Object_, UQueryBuilder_1_System_Object__AddRelationship, (UQueryBuilder_1_System_Object_ * __this, StyleSelectorRelationship__Enum relationship, MethodInfo * method)); DO_APP_FUNC(0x00CBC7A0, void, UQueryBuilder_1_System_Object__AddType, (UQueryBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00CBC940, UQueryBuilder_1_System_Object_, UQueryBuilder_1_System_Object__OfType, (UQueryBuilder_1_System_Object_ * __this, String * name, String * className, MethodInfo * method)); DO_APP_FUNC(0x01162B60, void, UQueryBuilder_1_System_Object___ctor, (UQueryBuilder_1_System_Object_ * __this, VisualElement * visualElement, MethodInfo * method)); DO_APP_FUNC(0x01163240, void, UQueryBuilder_1_System_Object__AddClass, (UQueryBuilder_1_System_Object_ * __this, String * c, MethodInfo * method)); DO_APP_FUNC(0x01163340, void, UQueryBuilder_1_System_Object__AddName, (UQueryBuilder_1_System_Object_ * __this, String * id, MethodInfo * method)); DO_APP_FUNC(0x01163440, void, UQueryBuilder_1_System_Object__AddPseudoStatesRuleIfNecessasy, (UQueryBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01163B80, UQueryState_1_System_Object_, UQueryBuilder_1_System_Object__Build, (UQueryBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01162E00, UQueryBuilder_1_System_Object_, UQueryBuilder_1_System_Object__Class, (UQueryBuilder_1_System_Object_ * __this, String * classname, MethodInfo * method)); DO_APP_FUNC(0x01163810, bool, UQueryBuilder_1_System_Object__CurrentSelectorEmpty, (UQueryBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01163DD0, bool, UQueryBuilder_1_System_Object__Equals, (UQueryBuilder_1_System_Object_ * __this, UQueryBuilder_1_System_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x01164020, bool, UQueryBuilder_1_System_Object__Equals_1, (UQueryBuilder_1_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x011638A0, void, UQueryBuilder_1_System_Object__FinishCurrentSelector, (UQueryBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011634F0, void, UQueryBuilder_1_System_Object__FinishSelector, (UQueryBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01164140, int32_t, UQueryBuilder_1_System_Object__GetHashCode, (UQueryBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01162F50, UQueryBuilder_1_System_Object_, UQueryBuilder_1_System_Object__Name, (UQueryBuilder_1_System_Object_ * __this, String * id, MethodInfo * method)); DO_APP_FUNC(0x011630A0, UQueryBuilder_1_System_Object_, UQueryBuilder_1_System_Object__SingleBaseType, (UQueryBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01163D00, void, UQueryBuilder_1_System_Object__ToList, (UQueryBuilder_1_System_Object_ * __this, List_1_System_Object_ * results, MethodInfo * method)); DO_APP_FUNC(0x011629D0, List_1_UnityEngine_UIElements_StyleSelectorPart_ *, UQueryBuilder_1_System_Object__get_parts, (UQueryBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01162900, List_1_UnityEngine_UIElements_StyleSelector_ *, UQueryBuilder_1_System_Object__get_styleSelectors, (UQueryBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01164C50, void, UQueryState_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x00AB78E0, void, UQueryState_1_System_Object___ctor, (UQueryState_1_System_Object_ * __this, VisualElement * element, List_1_UnityEngine_UIElements_RuleMatcher_ * matchers, MethodInfo * method)); DO_APP_FUNC(0x011649B0, bool, UQueryState_1_System_Object__Equals, (UQueryState_1_System_Object_ * __this, UQueryState_1_System_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x01164A50, bool, UQueryState_1_System_Object__Equals_1, (UQueryState_1_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01164560, Object *, UQueryState_1_System_Object__First, (UQueryState_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01164840, UQueryState_1_T_Enumerator_System_Object_, UQueryState_1_System_Object__GetEnumerator, (UQueryState_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01164B90, int32_t, UQueryState_1_System_Object__GetHashCode, (UQueryState_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01164370, UQueryState_1_System_Object_, UQueryState_1_System_Object__RebuildOn, (UQueryState_1_System_Object_ * __this, VisualElement * element, MethodInfo * method)); DO_APP_FUNC(0x011643E0, Object *, UQueryState_1_System_Object__Single, (UQueryState_1_System_Object_ * __this, UQuery_SingleQueryMatcher * matcher, MethodInfo * method)); DO_APP_FUNC(0x011648A0, IEnumerator_1_System_Object_ *, UQueryState_1_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (UQueryState_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011648A0, IEnumerator *, UQueryState_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (UQueryState_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01164640, void, UQueryState_1_System_Object__ToList, (UQueryState_1_System_Object_ * __this, List_1_System_Object_ * results, MethodInfo * method)); DO_APP_FUNC(0x01165D00, void, UdpBag_1_System_Object___ctor, (UdpBag_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01165090, void, UdpBag_1_System_Object__Add, (UdpBag_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x011657A0, void, UdpBag_1_System_Object__Filter, (UdpBag_1_System_Object_ * __this, UdpBag_1_T_Predicate_System_Object_ * func, MethodInfo * method)); DO_APP_FUNC(0x01165540, void, UdpBag_1_System_Object__Map, (UdpBag_1_System_Object_ * __this, UdpBag_1_T_Modifier_System_Object_ * func, MethodInfo * method)); DO_APP_FUNC(0x01165220, void, UdpBag_1_System_Object__Remove, (UdpBag_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x011653B0, Object__Array *, UdpBag_1_System_Object__ToArray, (UdpBag_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01165A00, bool, UdpBag_1_System_Object__Update, (UdpBag_1_System_Object_ * __this, UdpBag_1_T_Predicate_System_Object_ * predicate, UdpBag_1_T_Modifier_System_Object_ * modifier, MethodInfo * method)); DO_APP_FUNC(0x01166230, void, UdpRingBuffer_1_System_Object___ctor, (UdpRingBuffer_1_System_Object_ * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x01166460, void, UdpRingBuffer_1_System_Object__Clear, (UdpRingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011664A0, void, UdpRingBuffer_1_System_Object__CopyTo, (UdpRingBuffer_1_System_Object_ * __this, UdpRingBuffer_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82110, UdpRingBuffer_1_System_Object__CopyTo__MethodInfo); DO_APP_FUNC(0x01166390, Object *, UdpRingBuffer_1_System_Object__Dequeue, (UdpRingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011662C0, void, UdpRingBuffer_1_System_Object__Enqueue, (UdpRingBuffer_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82168, UdpRingBuffer_1_System_Object__Enqueue__MethodInfo); DO_APP_FUNC(0x011665E0, IEnumerator_1_System_Object_ *, UdpRingBuffer_1_System_Object__GetEnumerator, (UdpRingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01166410, Object *, UdpRingBuffer_1_System_Object__Peek, (UdpRingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD2940, IEnumerator *, UdpRingBuffer_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (UdpRingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01166570, void, UdpRingBuffer_1_System_Object__VerifyNotEmpty, (UdpRingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82120, UdpRingBuffer_1_System_Object__VerifyNotEmpty__MethodInfo); DO_APP_FUNC(0x006FF400, bool, UdpRingBuffer_1_System_Object__get_AutoFree, (UdpRingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, UdpRingBuffer_1_System_Object__get_Count, (UdpRingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01165E50, bool, UdpRingBuffer_1_System_Object__get_Empty, (UdpRingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01165E00, float, UdpRingBuffer_1_System_Object__get_FillRatio, (UdpRingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01165E60, Object *, UdpRingBuffer_1_System_Object__get_First, (UdpRingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01165F20, Object *, UdpRingBuffer_1_System_Object__get_FirstOrDefault, (UdpRingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01165DD0, bool, UdpRingBuffer_1_System_Object__get_Full, (UdpRingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01166140, Object *, UdpRingBuffer_1_System_Object__get_Item, (UdpRingBuffer_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01165FA0, Object *, UdpRingBuffer_1_System_Object__get_Last, (UdpRingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011660C0, Object *, UdpRingBuffer_1_System_Object__get_LastOrDefault, (UdpRingBuffer_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x006FF410, void, UdpRingBuffer_1_System_Object__set_AutoFree, (UdpRingBuffer_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01165EC0, void, UdpRingBuffer_1_System_Object__set_First, (UdpRingBuffer_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x011661A0, void, UdpRingBuffer_1_System_Object__set_Item, (UdpRingBuffer_1_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82158, UdpRingBuffer_1_System_Object__set_Item__MethodInfo); DO_APP_FUNC(0x01166030, void, UdpRingBuffer_1_System_Object__set_Last, (UdpRingBuffer_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01166230, void, UdpRingBuffer_1_UdpPipeHandle___ctor, (UdpRingBuffer_1_UdpPipeHandle_ * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E2D8, UdpRingBuffer_1_UdpPipeHandle___ctor__MethodInfo); DO_APP_FUNC(0x01166460, void, UdpRingBuffer_1_UdpPipeHandle__Clear, (UdpRingBuffer_1_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01166E50, void, UdpRingBuffer_1_UdpPipeHandle__CopyTo, (UdpRingBuffer_1_UdpPipeHandle_ * __this, UdpRingBuffer_1_UdpPipeHandle_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82128, UdpRingBuffer_1_UdpPipeHandle__CopyTo__MethodInfo); DO_APP_FUNC(0x01166CD0, UdpPipeHandle, UdpRingBuffer_1_UdpPipeHandle__Dequeue, (UdpRingBuffer_1_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E2B8, UdpRingBuffer_1_UdpPipeHandle__Dequeue__MethodInfo); DO_APP_FUNC(0x01166B80, void, UdpRingBuffer_1_UdpPipeHandle__Enqueue, (UdpRingBuffer_1_UdpPipeHandle_ * __this, UdpPipeHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82130, UdpRingBuffer_1_UdpPipeHandle__Enqueue__MethodInfo); DO_APP_FUNC(0x01166F90, IEnumerator_1_UdpKit_UdpPipeHandle_ *, UdpRingBuffer_1_UdpPipeHandle__GetEnumerator, (UdpRingBuffer_1_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01166DE0, UdpPipeHandle, UdpRingBuffer_1_UdpPipeHandle__Peek, (UdpRingBuffer_1_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD2940, IEnumerator *, UdpRingBuffer_1_UdpPipeHandle__System_Collections_IEnumerable_GetEnumerator, (UdpRingBuffer_1_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01166F20, void, UdpRingBuffer_1_UdpPipeHandle__VerifyNotEmpty, (UdpRingBuffer_1_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82140, UdpRingBuffer_1_UdpPipeHandle__VerifyNotEmpty__MethodInfo); DO_APP_FUNC(0x006FF400, bool, UdpRingBuffer_1_UdpPipeHandle__get_AutoFree, (UdpRingBuffer_1_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, UdpRingBuffer_1_UdpPipeHandle__get_Count, (UdpRingBuffer_1_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01165E50, bool, UdpRingBuffer_1_UdpPipeHandle__get_Empty, (UdpRingBuffer_1_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E2B0, UdpRingBuffer_1_UdpPipeHandle__get_Empty__MethodInfo); DO_APP_FUNC(0x01165E00, float, UdpRingBuffer_1_UdpPipeHandle__get_FillRatio, (UdpRingBuffer_1_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E348, UdpRingBuffer_1_UdpPipeHandle__get_FillRatio__MethodInfo); DO_APP_FUNC(0x011666B0, UdpPipeHandle, UdpRingBuffer_1_UdpPipeHandle__get_First, (UdpRingBuffer_1_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E2C0, UdpRingBuffer_1_UdpPipeHandle__get_First__MethodInfo); DO_APP_FUNC(0x011667A0, UdpPipeHandle, UdpRingBuffer_1_UdpPipeHandle__get_FirstOrDefault, (UdpRingBuffer_1_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E2C8, UdpRingBuffer_1_UdpPipeHandle__get_FirstOrDefault__MethodInfo); DO_APP_FUNC(0x01165DD0, bool, UdpRingBuffer_1_UdpPipeHandle__get_Full, (UdpRingBuffer_1_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E300, UdpRingBuffer_1_UdpPipeHandle__get_Full__MethodInfo); DO_APP_FUNC(0x01166A00, UdpPipeHandle, UdpRingBuffer_1_UdpPipeHandle__get_Item, (UdpRingBuffer_1_UdpPipeHandle_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01166830, UdpPipeHandle, UdpRingBuffer_1_UdpPipeHandle__get_Last, (UdpRingBuffer_1_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01166970, UdpPipeHandle, UdpRingBuffer_1_UdpPipeHandle__get_LastOrDefault, (UdpRingBuffer_1_UdpPipeHandle_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E2D0, UdpRingBuffer_1_UdpPipeHandle__get_LastOrDefault__MethodInfo); DO_APP_FUNC(0x006FF410, void, UdpRingBuffer_1_UdpPipeHandle__set_AutoFree, (UdpRingBuffer_1_UdpPipeHandle_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E2E8, UdpRingBuffer_1_UdpPipeHandle__set_AutoFree__MethodInfo); DO_APP_FUNC(0x01166730, void, UdpRingBuffer_1_UdpPipeHandle__set_First, (UdpRingBuffer_1_UdpPipeHandle_ * __this, UdpPipeHandle value, MethodInfo * method)); DO_APP_FUNC(0x01166A80, void, UdpRingBuffer_1_UdpPipeHandle__set_Item, (UdpRingBuffer_1_UdpPipeHandle_ * __this, int32_t index, UdpPipeHandle value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82118, UdpRingBuffer_1_UdpPipeHandle__set_Item__MethodInfo); DO_APP_FUNC(0x011668E0, void, UdpRingBuffer_1_UdpPipeHandle__set_Last, (UdpRingBuffer_1_UdpPipeHandle_ * __this, UdpPipeHandle value, MethodInfo * method)); DO_APP_FUNC(0x01166230, void, UdpRingBuffer_1_UdpPipe_Ack___ctor, (UdpRingBuffer_1_UdpPipe_Ack_ * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E2E0, UdpRingBuffer_1_UdpPipe_Ack___ctor__MethodInfo); DO_APP_FUNC(0x01166460, void, UdpRingBuffer_1_UdpPipe_Ack__Clear, (UdpRingBuffer_1_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01167760, void, UdpRingBuffer_1_UdpPipe_Ack__CopyTo, (UdpRingBuffer_1_UdpPipe_Ack_ * __this, UdpRingBuffer_1_UdpPipe_Ack_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C820F0, UdpRingBuffer_1_UdpPipe_Ack__CopyTo__MethodInfo); DO_APP_FUNC(0x01167640, UdpPipe_Ack, UdpRingBuffer_1_UdpPipe_Ack__Dequeue, (UdpRingBuffer_1_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01167550, void, UdpRingBuffer_1_UdpPipe_Ack__Enqueue, (UdpRingBuffer_1_UdpPipe_Ack_ * __this, UdpPipe_Ack item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C820F8, UdpRingBuffer_1_UdpPipe_Ack__Enqueue__MethodInfo); DO_APP_FUNC(0x011665E0, IEnumerator_1_UdpKit_UdpPipe_Ack_ *, UdpRingBuffer_1_UdpPipe_Ack__GetEnumerator, (UdpRingBuffer_1_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011676F0, UdpPipe_Ack, UdpRingBuffer_1_UdpPipe_Ack__Peek, (UdpRingBuffer_1_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD2940, IEnumerator *, UdpRingBuffer_1_UdpPipe_Ack__System_Collections_IEnumerable_GetEnumerator, (UdpRingBuffer_1_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01167830, void, UdpRingBuffer_1_UdpPipe_Ack__VerifyNotEmpty, (UdpRingBuffer_1_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82100, UdpRingBuffer_1_UdpPipe_Ack__VerifyNotEmpty__MethodInfo); DO_APP_FUNC(0x006FF400, bool, UdpRingBuffer_1_UdpPipe_Ack__get_AutoFree, (UdpRingBuffer_1_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, UdpRingBuffer_1_UdpPipe_Ack__get_Count, (UdpRingBuffer_1_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E308, UdpRingBuffer_1_UdpPipe_Ack__get_Count__MethodInfo); DO_APP_FUNC(0x01165E50, bool, UdpRingBuffer_1_UdpPipe_Ack__get_Empty, (UdpRingBuffer_1_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01165E00, float, UdpRingBuffer_1_UdpPipe_Ack__get_FillRatio, (UdpRingBuffer_1_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01167060, UdpPipe_Ack, UdpRingBuffer_1_UdpPipe_Ack__get_First, (UdpRingBuffer_1_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01167160, UdpPipe_Ack, UdpRingBuffer_1_UdpPipe_Ack__get_FirstOrDefault, (UdpRingBuffer_1_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01165DD0, bool, UdpRingBuffer_1_UdpPipe_Ack__get_Full, (UdpRingBuffer_1_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01167410, UdpPipe_Ack, UdpRingBuffer_1_UdpPipe_Ack__get_Item, (UdpRingBuffer_1_UdpPipe_Ack_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E318, UdpRingBuffer_1_UdpPipe_Ack__get_Item__MethodInfo); DO_APP_FUNC(0x01167210, UdpPipe_Ack, UdpRingBuffer_1_UdpPipe_Ack__get_Last, (UdpRingBuffer_1_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E310, UdpRingBuffer_1_UdpPipe_Ack__get_Last__MethodInfo); DO_APP_FUNC(0x01167360, UdpPipe_Ack, UdpRingBuffer_1_UdpPipe_Ack__get_LastOrDefault, (UdpRingBuffer_1_UdpPipe_Ack_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E2F8, UdpRingBuffer_1_UdpPipe_Ack__get_LastOrDefault__MethodInfo); DO_APP_FUNC(0x006FF410, void, UdpRingBuffer_1_UdpPipe_Ack__set_AutoFree, (UdpRingBuffer_1_UdpPipe_Ack_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7E2F0, UdpRingBuffer_1_UdpPipe_Ack__set_AutoFree__MethodInfo); DO_APP_FUNC(0x011670F0, void, UdpRingBuffer_1_UdpPipe_Ack__set_First, (UdpRingBuffer_1_UdpPipe_Ack_ * __this, UdpPipe_Ack value, MethodInfo * method)); DO_APP_FUNC(0x011674A0, void, UdpRingBuffer_1_UdpPipe_Ack__set_Item, (UdpRingBuffer_1_UdpPipe_Ack_ * __this, int32_t index, UdpPipe_Ack value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C82138, UdpRingBuffer_1_UdpPipe_Ack__set_Item__MethodInfo); DO_APP_FUNC(0x011672C0, void, UdpRingBuffer_1_UdpPipe_Ack__set_Last, (UdpRingBuffer_1_UdpPipe_Ack_ * __this, UdpPipe_Ack value, MethodInfo * method)); DO_APP_FUNC(0x01167910, void, UdpSet_1_System_Object___ctor, (UdpSet_1_System_Object_ * __this, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x011679E0, bool, UdpSet_1_System_Object__Add, (UdpSet_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x011678E0, void, UdpSet_1_System_Object__Clear, (UdpSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01167A80, bool, UdpSet_1_System_Object__Contains, (UdpSet_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x011678A0, bool, UdpSet_1_System_Object__Remove, (UdpSet_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x010120E0, int32_t, UdpSet_1_System_Object__get_Count, (UdpSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0040BB90, void, UnityAction_1_System_Boolean___ctor, (UnityAction_1_System_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, UnityAction_1_System_Boolean__Invoke, (UnityAction_1_System_Boolean_ * __this, bool arg0, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, UnityAction_1_UnityEngine_Color___ctor, (UnityAction_1_UnityEngine_Color_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, UnityAction_1_UnityEngine_Color__Invoke, (UnityAction_1_UnityEngine_Color_ * __this, Color arg0, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, UnityAction_1_System_Int32___ctor, (UnityAction_1_System_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, UnityAction_1_System_Int32__Invoke, (UnityAction_1_System_Int32_ * __this, int32_t arg0, MethodInfo * method)); DO_APP_FUNC(0x003EC360, void, UnityAction_1_System_Int32Enum___ctor, (UnityAction_1_System_Int32Enum_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, UnityAction_1_System_Int32Enum__Invoke, (UnityAction_1_System_Int32Enum_ * __this, Int32Enum__Enum arg0, MethodInfo * method)); DO_APP_FUNC(0x008AC8F0, void, UnityAction_1_System_Object___ctor, (UnityAction_1_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, UnityAction_1_System_Object__Invoke, (UnityAction_1_System_Object_ * __this, Object * arg0, MethodInfo * method)); DO_APP_FUNC(0x01167AC0, void, UnityAction_1_UnityEngine_SceneManagement_Scene___ctor, (UnityAction_1_UnityEngine_SceneManagement_Scene_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, UnityAction_1_UnityEngine_SceneManagement_Scene__Invoke, (UnityAction_1_UnityEngine_SceneManagement_Scene_ * __this, Scene arg0, MethodInfo * method)); DO_APP_FUNC(0x01167BF0, void, UnityAction_1_System_Single___ctor, (UnityAction_1_System_Single_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, UnityAction_1_System_Single__Invoke, (UnityAction_1_System_Single_ * __this, float arg0, MethodInfo * method)); DO_APP_FUNC(0x01167D20, void, UnityAction_1_UnityEngine_Vector2___ctor, (UnityAction_1_UnityEngine_Vector2_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EC490, void, UnityAction_1_UnityEngine_Vector2__Invoke, (UnityAction_1_UnityEngine_Vector2_ * __this, Vector2 arg0, MethodInfo * method)); DO_APP_FUNC(0x01167E50, void, UnityAction_1_UnityEngine_Vector3___ctor, (UnityAction_1_UnityEngine_Vector3_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01167F80, void, UnityAction_1_UnityEngine_Vector3__Invoke, (UnityAction_1_UnityEngine_Vector3_ * __this, Vector3 arg0, MethodInfo * method)); DO_APP_FUNC(0x0099B310, void, UnityAction_1_UnityEngine_InputSystem_InputAction_CallbackContext___ctor, (UnityAction_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x0099B440, void, UnityAction_1_UnityEngine_InputSystem_InputAction_CallbackContext__Invoke, (UnityAction_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * __this, InputAction_CallbackContext arg0, MethodInfo * method)); DO_APP_FUNC(0x01167FB0, void, UnityAction_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct___ctor, (UnityAction_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x011680E0, void, UnityAction_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct__Invoke, (UnityAction_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct_ * __this, ReorderableList_ReorderableListEventStruct arg0, MethodInfo * method)); DO_APP_FUNC(0x01168130, void, UnityAction_2_System_Int32_System_Boolean___ctor, (UnityAction_2_System_Int32_System_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, UnityAction_2_System_Int32_System_Boolean__Invoke, (UnityAction_2_System_Int32_System_Boolean_ * __this, int32_t arg0, bool arg1, MethodInfo * method)); DO_APP_FUNC(0x01168260, void, UnityAction_2_System_Int32_System_Single___ctor, (UnityAction_2_System_Int32_System_Single_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, UnityAction_2_System_Int32_System_Single__Invoke, (UnityAction_2_System_Int32_System_Single_ * __this, int32_t arg0, float arg1, MethodInfo * method)); DO_APP_FUNC(0x01168390, void, UnityAction_2_System_Object_System_Boolean___ctor, (UnityAction_2_System_Object_System_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, UnityAction_2_System_Object_System_Boolean__Invoke, (UnityAction_2_System_Object_System_Boolean_ * __this, Object * arg0, bool arg1, MethodInfo * method)); DO_APP_FUNC(0x01168550, void, UnityAction_2_System_Object_System_Int32___ctor, (UnityAction_2_System_Object_System_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, UnityAction_2_System_Object_System_Int32__Invoke, (UnityAction_2_System_Object_System_Int32_ * __this, Object * arg0, int32_t arg1, MethodInfo * method)); DO_APP_FUNC(0x01015CE0, void, UnityAction_2_System_Object_System_Object___ctor, (UnityAction_2_System_Object_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, UnityAction_2_System_Object_System_Object__Invoke, (UnityAction_2_System_Object_System_Object_ * __this, Object * arg0, Object * arg1, MethodInfo * method)); DO_APP_FUNC(0x01168710, void, UnityAction_2_System_Object_System_Single___ctor, (UnityAction_2_System_Object_System_Single_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, UnityAction_2_System_Object_System_Single__Invoke, (UnityAction_2_System_Object_System_Single_ * __this, Object * arg0, float arg1, MethodInfo * method)); DO_APP_FUNC(0x011688D0, void, UnityAction_2_UnityEngine_SceneManagement_Scene_System_Int32Enum___ctor, (UnityAction_2_UnityEngine_SceneManagement_Scene_System_Int32Enum_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, UnityAction_2_UnityEngine_SceneManagement_Scene_System_Int32Enum__Invoke, (UnityAction_2_UnityEngine_SceneManagement_Scene_System_Int32Enum_ * __this, Scene arg0, Int32Enum__Enum arg1, MethodInfo * method)); DO_APP_FUNC(0x01168A00, void, UnityAction_2_UnityEngine_SceneManagement_Scene_UnityEngine_SceneManagement_Scene___ctor, (UnityAction_2_UnityEngine_SceneManagement_Scene_UnityEngine_SceneManagement_Scene_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, UnityAction_2_UnityEngine_SceneManagement_Scene_UnityEngine_SceneManagement_Scene__Invoke, (UnityAction_2_UnityEngine_SceneManagement_Scene_UnityEngine_SceneManagement_Scene_ * __this, Scene arg0, Scene arg1, MethodInfo * method)); DO_APP_FUNC(0x01168B30, void, UnityAction_2_System_Single_System_Single___ctor, (UnityAction_2_System_Single_System_Single_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA110, void, UnityAction_2_System_Single_System_Single__Invoke, (UnityAction_2_System_Single_System_Single_ * __this, float arg0, float arg1, MethodInfo * method)); DO_APP_FUNC(0x01168C60, void, UnityAction_2_UnityEngine_Vector3_System_Single___ctor, (UnityAction_2_UnityEngine_Vector3_System_Single_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01168D90, void, UnityAction_2_UnityEngine_Vector3_System_Single__Invoke, (UnityAction_2_UnityEngine_Vector3_System_Single_ * __this, Vector3 arg0, float arg1, MethodInfo * method)); DO_APP_FUNC(0x01168DC0, void, UnityAction_2_UnityEngine_Vector3_UnityEngine_Vector3___ctor, (UnityAction_2_UnityEngine_Vector3_UnityEngine_Vector3_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01168EF0, void, UnityAction_2_UnityEngine_Vector3_UnityEngine_Vector3__Invoke, (UnityAction_2_UnityEngine_Vector3_UnityEngine_Vector3_ * __this, Vector3 arg0, Vector3 arg1, MethodInfo * method)); DO_APP_FUNC(0x01168F40, void, UnityAction_3_System_Object_System_Int32_System_Int32___ctor, (UnityAction_3_System_Object_System_Int32_System_Int32_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, UnityAction_3_System_Object_System_Int32_System_Int32__Invoke, (UnityAction_3_System_Object_System_Int32_System_Int32_ * __this, Object * arg0, int32_t arg1, int32_t arg2, MethodInfo * method)); DO_APP_FUNC(0x01169100, void, UnityAction_3_System_Object_System_Object_System_Object___ctor, (UnityAction_3_System_Object_System_Object_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EB9F0, void, UnityAction_3_System_Object_System_Object_System_Object__Invoke, (UnityAction_3_System_Object_System_Object_System_Object_ * __this, Object * arg0, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x011692C0, void, UnityAction_3_System_Single_System_Single_System_Single___ctor, (UnityAction_3_System_Single_System_Single_System_Single_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x011693F0, void, UnityAction_3_System_Single_System_Single_System_Single__Invoke, (UnityAction_3_System_Single_System_Single_System_Single_ * __this, float arg0, float arg1, float arg2, MethodInfo * method)); DO_APP_FUNC(0x01169410, void, UnityAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object___ctor, (UnityAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01169540, void, UnityAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object__Invoke, (UnityAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * __this, Vector3 arg0, Vector3 arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x01169590, void, UnityAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single___ctor, (UnityAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x011696C0, void, UnityAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single__Invoke, (UnityAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single_ * __this, Vector3 arg0, Vector3 arg1, float arg2, MethodInfo * method)); DO_APP_FUNC(0x01169710, void, UnityAction_4_System_Object_System_Object_System_Object_System_Object___ctor, (UnityAction_4_System_Object_System_Object_System_Object_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x003EA440, void, UnityAction_4_System_Object_System_Object_System_Object_System_Object__Invoke, (UnityAction_4_System_Object_System_Object_System_Object_System_Object_ * __this, Object * arg0, Object * arg1, Object * arg2, Object * arg3, MethodInfo * method)); DO_APP_FUNC(0x011698D0, void, UnityAction_4_System_Object_System_Single_System_Boolean_System_Boolean___ctor, (UnityAction_4_System_Object_System_Single_System_Boolean_System_Boolean_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01169A90, void, UnityAction_4_System_Object_System_Single_System_Boolean_System_Boolean__Invoke, (UnityAction_4_System_Object_System_Single_System_Boolean_System_Boolean_ * __this, Object * arg0, float arg1, bool arg2, bool arg3, MethodInfo * method)); DO_APP_FUNC(0x01169AB0, void, UnityAction_4_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object___ctor, (UnityAction_4_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * __this, Object * object, void * method_1, MethodInfo * method)); DO_APP_FUNC(0x01169BE0, void, UnityAction_4_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object__Invoke, (UnityAction_4_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * __this, float arg0, Vector3 arg1, Vector3 arg2, Object * arg3, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, UnityEvent_1_System_Boolean___ctor, (UnityEvent_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FA58, UnityEvent_1_System_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x01169C40, void, UnityEvent_1_System_Boolean__AddListener, (UnityEvent_1_System_Boolean_ * __this, UnityAction_1_System_Boolean_ * call, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA14C8, UnityEvent_1_System_Boolean__AddListener__MethodInfo); DO_APP_FUNC(0x01169D30, MethodInfo_1 *, UnityEvent_1_System_Boolean__FindMethod_Impl, (UnityEvent_1_System_Boolean_ * __this, String * name, Type * targetObjType, MethodInfo * method)); DO_APP_FUNC(0x01169EC0, BaseInvokableCall *, UnityEvent_1_System_Boolean__GetDelegate, (UnityAction_1_System_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x01169E30, BaseInvokableCall *, UnityEvent_1_System_Boolean__GetDelegate_1, (UnityEvent_1_System_Boolean_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x01169F90, void, UnityEvent_1_System_Boolean__Invoke, (UnityEvent_1_System_Boolean_ * __this, bool arg0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B268, UnityEvent_1_System_Boolean__Invoke__MethodInfo); DO_APP_FUNC(0x01169CD0, void, UnityEvent_1_System_Boolean__RemoveListener, (UnityEvent_1_System_Boolean_ * __this, UnityAction_1_System_Boolean_ * call, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C812C8, UnityEvent_1_System_Boolean__RemoveListener__MethodInfo); DO_APP_FUNC(0x0042CB00, void, UnityEvent_1_UnityEngine_Color___ctor, (UnityEvent_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80648, UnityEvent_1_UnityEngine_Color___ctor__MethodInfo); DO_APP_FUNC(0x01169C40, void, UnityEvent_1_UnityEngine_Color__AddListener, (UnityEvent_1_UnityEngine_Color_ * __this, UnityAction_1_UnityEngine_Color_ * call, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68038, UnityEvent_1_UnityEngine_Color__AddListener__MethodInfo); DO_APP_FUNC(0x0116A230, MethodInfo_1 *, UnityEvent_1_UnityEngine_Color__FindMethod_Impl, (UnityEvent_1_UnityEngine_Color_ * __this, String * name, Type * targetObjType, MethodInfo * method)); DO_APP_FUNC(0x01169EC0, BaseInvokableCall *, UnityEvent_1_UnityEngine_Color__GetDelegate, (UnityAction_1_UnityEngine_Color_ * action, MethodInfo * method)); DO_APP_FUNC(0x01169E30, BaseInvokableCall *, UnityEvent_1_UnityEngine_Color__GetDelegate_1, (UnityEvent_1_UnityEngine_Color_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x0116A330, void, UnityEvent_1_UnityEngine_Color__Invoke, (UnityEvent_1_UnityEngine_Color_ * __this, Color arg0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80668, UnityEvent_1_UnityEngine_Color__Invoke__MethodInfo); DO_APP_FUNC(0x01169CD0, void, UnityEvent_1_UnityEngine_Color__RemoveListener, (UnityEvent_1_UnityEngine_Color_ * __this, UnityAction_1_UnityEngine_Color_ * call, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE760, UnityEvent_1_UnityEngine_Color__RemoveListener__MethodInfo); DO_APP_FUNC(0x0042CB00, void, UnityEvent_1_System_Int32___ctor, (UnityEvent_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67DB8, UnityEvent_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x01169C40, void, UnityEvent_1_System_Int32__AddListener, (UnityEvent_1_System_Int32_ * __this, UnityAction_1_System_Int32_ * call, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB560, UnityEvent_1_System_Int32__AddListener__MethodInfo); DO_APP_FUNC(0x0116A5D0, MethodInfo_1 *, UnityEvent_1_System_Int32__FindMethod_Impl, (UnityEvent_1_System_Int32_ * __this, String * name, Type * targetObjType, MethodInfo * method)); DO_APP_FUNC(0x01169EC0, BaseInvokableCall *, UnityEvent_1_System_Int32__GetDelegate, (UnityAction_1_System_Int32_ * action, MethodInfo * method)); DO_APP_FUNC(0x01169E30, BaseInvokableCall *, UnityEvent_1_System_Int32__GetDelegate_1, (UnityEvent_1_System_Int32_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x0116A6D0, void, UnityEvent_1_System_Int32__Invoke, (UnityEvent_1_System_Int32_ * __this, int32_t arg0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67FC0, UnityEvent_1_System_Int32__Invoke__MethodInfo); DO_APP_FUNC(0x01169CD0, void, UnityEvent_1_System_Int32__RemoveListener, (UnityEvent_1_System_Int32_ * __this, UnityAction_1_System_Int32_ * call, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB538, UnityEvent_1_System_Int32__RemoveListener__MethodInfo); DO_APP_FUNC(0x0042CB00, void, UnityEvent_1_System_Int32Enum___ctor, (UnityEvent_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01169C40, void, UnityEvent_1_System_Int32Enum__AddListener, (UnityEvent_1_System_Int32Enum_ * __this, UnityAction_1_System_Int32Enum_ * call, MethodInfo * method)); DO_APP_FUNC(0x0116A960, MethodInfo_1 *, UnityEvent_1_System_Int32Enum__FindMethod_Impl, (UnityEvent_1_System_Int32Enum_ * __this, String * name, Type * targetObjType, MethodInfo * method)); DO_APP_FUNC(0x01169EC0, BaseInvokableCall *, UnityEvent_1_System_Int32Enum__GetDelegate, (UnityAction_1_System_Int32Enum_ * action, MethodInfo * method)); DO_APP_FUNC(0x01169E30, BaseInvokableCall *, UnityEvent_1_System_Int32Enum__GetDelegate_1, (UnityEvent_1_System_Int32Enum_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x0116AA60, void, UnityEvent_1_System_Int32Enum__Invoke, (UnityEvent_1_System_Int32Enum_ * __this, Int32Enum__Enum arg0, MethodInfo * method)); DO_APP_FUNC(0x01169CD0, void, UnityEvent_1_System_Int32Enum__RemoveListener, (UnityEvent_1_System_Int32Enum_ * __this, UnityAction_1_System_Int32Enum_ * call, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, UnityEvent_1_System_Object___ctor, (UnityEvent_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01169C40, void, UnityEvent_1_System_Object__AddListener, (UnityEvent_1_System_Object_ * __this, UnityAction_1_System_Object_ * call, MethodInfo * method)); DO_APP_FUNC(0x0116ACF0, MethodInfo_1 *, UnityEvent_1_System_Object__FindMethod_Impl, (UnityEvent_1_System_Object_ * __this, String * name, Type * targetObjType, MethodInfo * method)); DO_APP_FUNC(0x01169EC0, BaseInvokableCall *, UnityEvent_1_System_Object__GetDelegate, (UnityAction_1_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x01169E30, BaseInvokableCall *, UnityEvent_1_System_Object__GetDelegate_1, (UnityEvent_1_System_Object_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x0116ADF0, void, UnityEvent_1_System_Object__Invoke, (UnityEvent_1_System_Object_ * __this, Object * arg0, MethodInfo * method)); DO_APP_FUNC(0x01169CD0, void, UnityEvent_1_System_Object__RemoveListener, (UnityEvent_1_System_Object_ * __this, UnityAction_1_System_Object_ * call, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, UnityEvent_1_System_Single___ctor, (UnityEvent_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9FA60, UnityEvent_1_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x01169C40, void, UnityEvent_1_System_Single__AddListener, (UnityEvent_1_System_Single_ * __this, UnityAction_1_System_Single_ * call, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA62B8, UnityEvent_1_System_Single__AddListener__MethodInfo); DO_APP_FUNC(0x0116B050, MethodInfo_1 *, UnityEvent_1_System_Single__FindMethod_Impl, (UnityEvent_1_System_Single_ * __this, String * name, Type * targetObjType, MethodInfo * method)); DO_APP_FUNC(0x01169EC0, BaseInvokableCall *, UnityEvent_1_System_Single__GetDelegate, (UnityAction_1_System_Single_ * action, MethodInfo * method)); DO_APP_FUNC(0x01169E30, BaseInvokableCall *, UnityEvent_1_System_Single__GetDelegate_1, (UnityEvent_1_System_Single_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x0116B150, void, UnityEvent_1_System_Single__Invoke, (UnityEvent_1_System_Single_ * __this, float arg0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE6E90, UnityEvent_1_System_Single__Invoke__MethodInfo); DO_APP_FUNC(0x01169CD0, void, UnityEvent_1_System_Single__RemoveListener, (UnityEvent_1_System_Single_ * __this, UnityAction_1_System_Single_ * call, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C812E0, UnityEvent_1_System_Single__RemoveListener__MethodInfo); DO_APP_FUNC(0x0042CB00, void, UnityEvent_1_UnityEngine_Vector2___ctor, (UnityEvent_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81428, UnityEvent_1_UnityEngine_Vector2___ctor__MethodInfo); DO_APP_FUNC(0x01169C40, void, UnityEvent_1_UnityEngine_Vector2__AddListener, (UnityEvent_1_UnityEngine_Vector2_ * __this, UnityAction_1_UnityEngine_Vector2_ * call, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80868, UnityEvent_1_UnityEngine_Vector2__AddListener__MethodInfo); DO_APP_FUNC(0x0116B3F0, MethodInfo_1 *, UnityEvent_1_UnityEngine_Vector2__FindMethod_Impl, (UnityEvent_1_UnityEngine_Vector2_ * __this, String * name, Type * targetObjType, MethodInfo * method)); DO_APP_FUNC(0x01169EC0, BaseInvokableCall *, UnityEvent_1_UnityEngine_Vector2__GetDelegate, (UnityAction_1_UnityEngine_Vector2_ * action, MethodInfo * method)); DO_APP_FUNC(0x01169E30, BaseInvokableCall *, UnityEvent_1_UnityEngine_Vector2__GetDelegate_1, (UnityEvent_1_UnityEngine_Vector2_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x0116B4F0, void, UnityEvent_1_UnityEngine_Vector2__Invoke, (UnityEvent_1_UnityEngine_Vector2_ * __this, Vector2 arg0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C814B0, UnityEvent_1_UnityEngine_Vector2__Invoke__MethodInfo); DO_APP_FUNC(0x01169CD0, void, UnityEvent_1_UnityEngine_Vector2__RemoveListener, (UnityEvent_1_UnityEngine_Vector2_ * __this, UnityAction_1_UnityEngine_Vector2_ * call, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80830, UnityEvent_1_UnityEngine_Vector2__RemoveListener__MethodInfo); DO_APP_FUNC(0x0042CB00, void, UnityEvent_1_UnityEngine_Vector3___ctor, (UnityEvent_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE410, UnityEvent_1_UnityEngine_Vector3___ctor__MethodInfo); DO_APP_FUNC(0x01169C40, void, UnityEvent_1_UnityEngine_Vector3__AddListener, (UnityEvent_1_UnityEngine_Vector3_ * __this, UnityAction_1_UnityEngine_Vector3_ * call, MethodInfo * method)); DO_APP_FUNC(0x0116B7A0, MethodInfo_1 *, UnityEvent_1_UnityEngine_Vector3__FindMethod_Impl, (UnityEvent_1_UnityEngine_Vector3_ * __this, String * name, Type * targetObjType, MethodInfo * method)); DO_APP_FUNC(0x01169EC0, BaseInvokableCall *, UnityEvent_1_UnityEngine_Vector3__GetDelegate, (UnityAction_1_UnityEngine_Vector3_ * action, MethodInfo * method)); DO_APP_FUNC(0x01169E30, BaseInvokableCall *, UnityEvent_1_UnityEngine_Vector3__GetDelegate_1, (UnityEvent_1_UnityEngine_Vector3_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x0116B8A0, void, UnityEvent_1_UnityEngine_Vector3__Invoke, (UnityEvent_1_UnityEngine_Vector3_ * __this, Vector3 arg0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE420, UnityEvent_1_UnityEngine_Vector3__Invoke__MethodInfo); DO_APP_FUNC(0x01169CD0, void, UnityEvent_1_UnityEngine_Vector3__RemoveListener, (UnityEvent_1_UnityEngine_Vector3_ * __this, UnityAction_1_UnityEngine_Vector3_ * call, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, UnityEvent_1_UnityEngine_InputSystem_InputAction_CallbackContext___ctor, (UnityEvent_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92AB8, UnityEvent_1_UnityEngine_InputSystem_InputAction_CallbackContext___ctor__MethodInfo); DO_APP_FUNC(0x01169C40, void, UnityEvent_1_UnityEngine_InputSystem_InputAction_CallbackContext__AddListener, (UnityEvent_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * __this, UnityAction_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * call, MethodInfo * method)); DO_APP_FUNC(0x0116BB60, MethodInfo_1 *, UnityEvent_1_UnityEngine_InputSystem_InputAction_CallbackContext__FindMethod_Impl, (UnityEvent_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * __this, String * name, Type * targetObjType, MethodInfo * method)); DO_APP_FUNC(0x01169EC0, BaseInvokableCall *, UnityEvent_1_UnityEngine_InputSystem_InputAction_CallbackContext__GetDelegate, (UnityAction_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * action, MethodInfo * method)); DO_APP_FUNC(0x01169E30, BaseInvokableCall *, UnityEvent_1_UnityEngine_InputSystem_InputAction_CallbackContext__GetDelegate_1, (UnityEvent_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x0116BC60, void, UnityEvent_1_UnityEngine_InputSystem_InputAction_CallbackContext__Invoke, (UnityEvent_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * __this, InputAction_CallbackContext arg0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92CD0, UnityEvent_1_UnityEngine_InputSystem_InputAction_CallbackContext__Invoke__MethodInfo); DO_APP_FUNC(0x01169CD0, void, UnityEvent_1_UnityEngine_InputSystem_InputAction_CallbackContext__RemoveListener, (UnityEvent_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * __this, UnityAction_1_UnityEngine_InputSystem_InputAction_CallbackContext_ * call, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, UnityEvent_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct___ctor, (UnityEvent_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA228, UnityEvent_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct___ctor__MethodInfo); DO_APP_FUNC(0x01169C40, void, UnityEvent_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct__AddListener, (UnityEvent_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct_ * __this, UnityAction_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct_ * call, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA268, UnityEvent_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct__AddListener__MethodInfo); DO_APP_FUNC(0x0116BF00, MethodInfo_1 *, UnityEvent_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct__FindMethod_Impl, (UnityEvent_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct_ * __this, String * name, Type * targetObjType, MethodInfo * method)); DO_APP_FUNC(0x01169EC0, BaseInvokableCall *, UnityEvent_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct__GetDelegate, (UnityAction_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct_ * action, MethodInfo * method)); DO_APP_FUNC(0x01169E30, BaseInvokableCall *, UnityEvent_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct__GetDelegate_1, (UnityEvent_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x0116C000, void, UnityEvent_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct__Invoke, (UnityEvent_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct_ * __this, ReorderableList_ReorderableListEventStruct arg0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA1B8, UnityEvent_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct__Invoke__MethodInfo); DO_APP_FUNC(0x01169CD0, void, UnityEvent_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct__RemoveListener, (UnityEvent_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct_ * __this, UnityAction_1_UnityEngine_UI_Extensions_ReorderableList_ReorderableListEventStruct_ * call, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, UnityEvent_2_System_Int32_System_Boolean___ctor, (UnityEvent_2_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C814F8, UnityEvent_2_System_Int32_System_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x01169C40, void, UnityEvent_2_System_Int32_System_Boolean__AddListener, (UnityEvent_2_System_Int32_System_Boolean_ * __this, UnityAction_2_System_Int32_System_Boolean_ * call, MethodInfo * method)); DO_APP_FUNC(0x0116C300, MethodInfo_1 *, UnityEvent_2_System_Int32_System_Boolean__FindMethod_Impl, (UnityEvent_2_System_Int32_System_Boolean_ * __this, String * name, Type * targetObjType, MethodInfo * method)); DO_APP_FUNC(0x0116C4F0, BaseInvokableCall *, UnityEvent_2_System_Int32_System_Boolean__GetDelegate, (UnityAction_2_System_Int32_System_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x0116C460, BaseInvokableCall *, UnityEvent_2_System_Int32_System_Boolean__GetDelegate_1, (UnityEvent_2_System_Int32_System_Boolean_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x0116C5C0, void, UnityEvent_2_System_Int32_System_Boolean__Invoke, (UnityEvent_2_System_Int32_System_Boolean_ * __this, int32_t arg0, bool arg1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C815C8, UnityEvent_2_System_Int32_System_Boolean__Invoke__MethodInfo); DO_APP_FUNC(0x01169CD0, void, UnityEvent_2_System_Int32_System_Boolean__RemoveListener, (UnityEvent_2_System_Int32_System_Boolean_ * __this, UnityAction_2_System_Int32_System_Boolean_ * call, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, UnityEvent_2_System_Int32_System_Single___ctor, (UnityEvent_2_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C814E8, UnityEvent_2_System_Int32_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x01169C40, void, UnityEvent_2_System_Int32_System_Single__AddListener, (UnityEvent_2_System_Int32_System_Single_ * __this, UnityAction_2_System_Int32_System_Single_ * call, MethodInfo * method)); DO_APP_FUNC(0x0116C8F0, MethodInfo_1 *, UnityEvent_2_System_Int32_System_Single__FindMethod_Impl, (UnityEvent_2_System_Int32_System_Single_ * __this, String * name, Type * targetObjType, MethodInfo * method)); DO_APP_FUNC(0x0116C4F0, BaseInvokableCall *, UnityEvent_2_System_Int32_System_Single__GetDelegate, (UnityAction_2_System_Int32_System_Single_ * action, MethodInfo * method)); DO_APP_FUNC(0x0116C460, BaseInvokableCall *, UnityEvent_2_System_Int32_System_Single__GetDelegate_1, (UnityEvent_2_System_Int32_System_Single_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x0116CA50, void, UnityEvent_2_System_Int32_System_Single__Invoke, (UnityEvent_2_System_Int32_System_Single_ * __this, int32_t arg0, float arg1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C815B8, UnityEvent_2_System_Int32_System_Single__Invoke__MethodInfo); DO_APP_FUNC(0x01169CD0, void, UnityEvent_2_System_Int32_System_Single__RemoveListener, (UnityEvent_2_System_Int32_System_Single_ * __this, UnityAction_2_System_Int32_System_Single_ * call, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, UnityEvent_2_System_Object_System_Boolean___ctor, (UnityEvent_2_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01169C40, void, UnityEvent_2_System_Object_System_Boolean__AddListener, (UnityEvent_2_System_Object_System_Boolean_ * __this, UnityAction_2_System_Object_System_Boolean_ * call, MethodInfo * method)); DO_APP_FUNC(0x0116CD80, MethodInfo_1 *, UnityEvent_2_System_Object_System_Boolean__FindMethod_Impl, (UnityEvent_2_System_Object_System_Boolean_ * __this, String * name, Type * targetObjType, MethodInfo * method)); DO_APP_FUNC(0x0116C4F0, BaseInvokableCall *, UnityEvent_2_System_Object_System_Boolean__GetDelegate, (UnityAction_2_System_Object_System_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x0116C460, BaseInvokableCall *, UnityEvent_2_System_Object_System_Boolean__GetDelegate_1, (UnityEvent_2_System_Object_System_Boolean_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x0116CEE0, void, UnityEvent_2_System_Object_System_Boolean__Invoke, (UnityEvent_2_System_Object_System_Boolean_ * __this, Object * arg0, bool arg1, MethodInfo * method)); DO_APP_FUNC(0x01169CD0, void, UnityEvent_2_System_Object_System_Boolean__RemoveListener, (UnityEvent_2_System_Object_System_Boolean_ * __this, UnityAction_2_System_Object_System_Boolean_ * call, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, UnityEvent_2_System_Object_System_Int32___ctor, (UnityEvent_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01169C40, void, UnityEvent_2_System_Object_System_Int32__AddListener, (UnityEvent_2_System_Object_System_Int32_ * __this, UnityAction_2_System_Object_System_Int32_ * call, MethodInfo * method)); DO_APP_FUNC(0x0116D1E0, MethodInfo_1 *, UnityEvent_2_System_Object_System_Int32__FindMethod_Impl, (UnityEvent_2_System_Object_System_Int32_ * __this, String * name, Type * targetObjType, MethodInfo * method)); DO_APP_FUNC(0x0116C4F0, BaseInvokableCall *, UnityEvent_2_System_Object_System_Int32__GetDelegate, (UnityAction_2_System_Object_System_Int32_ * action, MethodInfo * method)); DO_APP_FUNC(0x0116C460, BaseInvokableCall *, UnityEvent_2_System_Object_System_Int32__GetDelegate_1, (UnityEvent_2_System_Object_System_Int32_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x0116D340, void, UnityEvent_2_System_Object_System_Int32__Invoke, (UnityEvent_2_System_Object_System_Int32_ * __this, Object * arg0, int32_t arg1, MethodInfo * method)); DO_APP_FUNC(0x01169CD0, void, UnityEvent_2_System_Object_System_Int32__RemoveListener, (UnityEvent_2_System_Object_System_Int32_ * __this, UnityAction_2_System_Object_System_Int32_ * call, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, UnityEvent_2_System_Object_System_Object___ctor, (UnityEvent_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01169C40, void, UnityEvent_2_System_Object_System_Object__AddListener, (UnityEvent_2_System_Object_System_Object_ * __this, UnityAction_2_System_Object_System_Object_ * call, MethodInfo * method)); DO_APP_FUNC(0x0116D630, MethodInfo_1 *, UnityEvent_2_System_Object_System_Object__FindMethod_Impl, (UnityEvent_2_System_Object_System_Object_ * __this, String * name, Type * targetObjType, MethodInfo * method)); DO_APP_FUNC(0x0116C4F0, BaseInvokableCall *, UnityEvent_2_System_Object_System_Object__GetDelegate, (UnityAction_2_System_Object_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x0116C460, BaseInvokableCall *, UnityEvent_2_System_Object_System_Object__GetDelegate_1, (UnityEvent_2_System_Object_System_Object_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x0116D790, void, UnityEvent_2_System_Object_System_Object__Invoke, (UnityEvent_2_System_Object_System_Object_ * __this, Object * arg0, Object * arg1, MethodInfo * method)); DO_APP_FUNC(0x01169CD0, void, UnityEvent_2_System_Object_System_Object__RemoveListener, (UnityEvent_2_System_Object_System_Object_ * __this, UnityAction_2_System_Object_System_Object_ * call, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, UnityEvent_2_System_Object_System_Single___ctor, (UnityEvent_2_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01169C40, void, UnityEvent_2_System_Object_System_Single__AddListener, (UnityEvent_2_System_Object_System_Single_ * __this, UnityAction_2_System_Object_System_Single_ * call, MethodInfo * method)); DO_APP_FUNC(0x0116DA40, MethodInfo_1 *, UnityEvent_2_System_Object_System_Single__FindMethod_Impl, (UnityEvent_2_System_Object_System_Single_ * __this, String * name, Type * targetObjType, MethodInfo * method)); DO_APP_FUNC(0x0116C4F0, BaseInvokableCall *, UnityEvent_2_System_Object_System_Single__GetDelegate, (UnityAction_2_System_Object_System_Single_ * action, MethodInfo * method)); DO_APP_FUNC(0x0116C460, BaseInvokableCall *, UnityEvent_2_System_Object_System_Single__GetDelegate_1, (UnityEvent_2_System_Object_System_Single_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x0116DBA0, void, UnityEvent_2_System_Object_System_Single__Invoke, (UnityEvent_2_System_Object_System_Single_ * __this, Object * arg0, float arg1, MethodInfo * method)); DO_APP_FUNC(0x01169CD0, void, UnityEvent_2_System_Object_System_Single__RemoveListener, (UnityEvent_2_System_Object_System_Single_ * __this, UnityAction_2_System_Object_System_Single_ * call, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, UnityEvent_2_System_Single_System_Single___ctor, (UnityEvent_2_System_Single_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA970, UnityEvent_2_System_Single_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x01169C40, void, UnityEvent_2_System_Single_System_Single__AddListener, (UnityEvent_2_System_Single_System_Single_ * __this, UnityAction_2_System_Single_System_Single_ * call, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0060, UnityEvent_2_System_Single_System_Single__AddListener__MethodInfo); DO_APP_FUNC(0x0116DEA0, MethodInfo_1 *, UnityEvent_2_System_Single_System_Single__FindMethod_Impl, (UnityEvent_2_System_Single_System_Single_ * __this, String * name, Type * targetObjType, MethodInfo * method)); DO_APP_FUNC(0x0116C4F0, BaseInvokableCall *, UnityEvent_2_System_Single_System_Single__GetDelegate, (UnityAction_2_System_Single_System_Single_ * action, MethodInfo * method)); DO_APP_FUNC(0x0116C460, BaseInvokableCall *, UnityEvent_2_System_Single_System_Single__GetDelegate_1, (UnityEvent_2_System_Single_System_Single_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x0116E000, void, UnityEvent_2_System_Single_System_Single__Invoke, (UnityEvent_2_System_Single_System_Single_ * __this, float arg0, float arg1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAB68, UnityEvent_2_System_Single_System_Single__Invoke__MethodInfo); DO_APP_FUNC(0x01169CD0, void, UnityEvent_2_System_Single_System_Single__RemoveListener, (UnityEvent_2_System_Single_System_Single_ * __this, UnityAction_2_System_Single_System_Single_ * call, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0050, UnityEvent_2_System_Single_System_Single__RemoveListener__MethodInfo); DO_APP_FUNC(0x0042CB00, void, UnityEvent_2_UnityEngine_Vector3_System_Single___ctor, (UnityEvent_2_UnityEngine_Vector3_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE4A0, UnityEvent_2_UnityEngine_Vector3_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x01169C40, void, UnityEvent_2_UnityEngine_Vector3_System_Single__AddListener, (UnityEvent_2_UnityEngine_Vector3_System_Single_ * __this, UnityAction_2_UnityEngine_Vector3_System_Single_ * call, MethodInfo * method)); DO_APP_FUNC(0x0116E340, MethodInfo_1 *, UnityEvent_2_UnityEngine_Vector3_System_Single__FindMethod_Impl, (UnityEvent_2_UnityEngine_Vector3_System_Single_ * __this, String * name, Type * targetObjType, MethodInfo * method)); DO_APP_FUNC(0x0116C4F0, BaseInvokableCall *, UnityEvent_2_UnityEngine_Vector3_System_Single__GetDelegate, (UnityAction_2_UnityEngine_Vector3_System_Single_ * action, MethodInfo * method)); DO_APP_FUNC(0x0116C460, BaseInvokableCall *, UnityEvent_2_UnityEngine_Vector3_System_Single__GetDelegate_1, (UnityEvent_2_UnityEngine_Vector3_System_Single_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x0116E4A0, void, UnityEvent_2_UnityEngine_Vector3_System_Single__Invoke, (UnityEvent_2_UnityEngine_Vector3_System_Single_ * __this, Vector3 arg0, float arg1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE4B0, UnityEvent_2_UnityEngine_Vector3_System_Single__Invoke__MethodInfo); DO_APP_FUNC(0x01169CD0, void, UnityEvent_2_UnityEngine_Vector3_System_Single__RemoveListener, (UnityEvent_2_UnityEngine_Vector3_System_Single_ * __this, UnityAction_2_UnityEngine_Vector3_System_Single_ * call, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, UnityEvent_2_UnityEngine_Vector3_UnityEngine_Vector3___ctor, (UnityEvent_2_UnityEngine_Vector3_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE458, UnityEvent_2_UnityEngine_Vector3_UnityEngine_Vector3___ctor__MethodInfo); DO_APP_FUNC(0x01169C40, void, UnityEvent_2_UnityEngine_Vector3_UnityEngine_Vector3__AddListener, (UnityEvent_2_UnityEngine_Vector3_UnityEngine_Vector3_ * __this, UnityAction_2_UnityEngine_Vector3_UnityEngine_Vector3_ * call, MethodInfo * method)); DO_APP_FUNC(0x0116E810, MethodInfo_1 *, UnityEvent_2_UnityEngine_Vector3_UnityEngine_Vector3__FindMethod_Impl, (UnityEvent_2_UnityEngine_Vector3_UnityEngine_Vector3_ * __this, String * name, Type * targetObjType, MethodInfo * method)); DO_APP_FUNC(0x0116C4F0, BaseInvokableCall *, UnityEvent_2_UnityEngine_Vector3_UnityEngine_Vector3__GetDelegate, (UnityAction_2_UnityEngine_Vector3_UnityEngine_Vector3_ * action, MethodInfo * method)); DO_APP_FUNC(0x0116C460, BaseInvokableCall *, UnityEvent_2_UnityEngine_Vector3_UnityEngine_Vector3__GetDelegate_1, (UnityEvent_2_UnityEngine_Vector3_UnityEngine_Vector3_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x0116E970, void, UnityEvent_2_UnityEngine_Vector3_UnityEngine_Vector3__Invoke, (UnityEvent_2_UnityEngine_Vector3_UnityEngine_Vector3_ * __this, Vector3 arg0, Vector3 arg1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE460, UnityEvent_2_UnityEngine_Vector3_UnityEngine_Vector3__Invoke__MethodInfo); DO_APP_FUNC(0x01169CD0, void, UnityEvent_2_UnityEngine_Vector3_UnityEngine_Vector3__RemoveListener, (UnityEvent_2_UnityEngine_Vector3_UnityEngine_Vector3_ * __this, UnityAction_2_UnityEngine_Vector3_UnityEngine_Vector3_ * call, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, UnityEvent_3_System_Object_System_Int32_System_Int32___ctor, (UnityEvent_3_System_Object_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01169C40, void, UnityEvent_3_System_Object_System_Int32_System_Int32__AddListener, (UnityEvent_3_System_Object_System_Int32_System_Int32_ * __this, UnityAction_3_System_Object_System_Int32_System_Int32_ * call, MethodInfo * method)); DO_APP_FUNC(0x0116ED00, MethodInfo_1 *, UnityEvent_3_System_Object_System_Int32_System_Int32__FindMethod_Impl, (UnityEvent_3_System_Object_System_Int32_System_Int32_ * __this, String * name, Type * targetObjType, MethodInfo * method)); DO_APP_FUNC(0x0116EF50, BaseInvokableCall *, UnityEvent_3_System_Object_System_Int32_System_Int32__GetDelegate, (UnityAction_3_System_Object_System_Int32_System_Int32_ * action, MethodInfo * method)); DO_APP_FUNC(0x0116EEC0, BaseInvokableCall *, UnityEvent_3_System_Object_System_Int32_System_Int32__GetDelegate_1, (UnityEvent_3_System_Object_System_Int32_System_Int32_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x0116F020, void, UnityEvent_3_System_Object_System_Int32_System_Int32__Invoke, (UnityEvent_3_System_Object_System_Int32_System_Int32_ * __this, Object * arg0, int32_t arg1, int32_t arg2, MethodInfo * method)); DO_APP_FUNC(0x01169CD0, void, UnityEvent_3_System_Object_System_Int32_System_Int32__RemoveListener, (UnityEvent_3_System_Object_System_Int32_System_Int32_ * __this, UnityAction_3_System_Object_System_Int32_System_Int32_ * call, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, UnityEvent_3_System_Object_System_Object_System_Object___ctor, (UnityEvent_3_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01169C40, void, UnityEvent_3_System_Object_System_Object_System_Object__AddListener, (UnityEvent_3_System_Object_System_Object_System_Object_ * __this, UnityAction_3_System_Object_System_Object_System_Object_ * call, MethodInfo * method)); DO_APP_FUNC(0x0116F3C0, MethodInfo_1 *, UnityEvent_3_System_Object_System_Object_System_Object__FindMethod_Impl, (UnityEvent_3_System_Object_System_Object_System_Object_ * __this, String * name, Type * targetObjType, MethodInfo * method)); DO_APP_FUNC(0x0116EF50, BaseInvokableCall *, UnityEvent_3_System_Object_System_Object_System_Object__GetDelegate, (UnityAction_3_System_Object_System_Object_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x0116EEC0, BaseInvokableCall *, UnityEvent_3_System_Object_System_Object_System_Object__GetDelegate_1, (UnityEvent_3_System_Object_System_Object_System_Object_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x0116F580, void, UnityEvent_3_System_Object_System_Object_System_Object__Invoke, (UnityEvent_3_System_Object_System_Object_System_Object_ * __this, Object * arg0, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x01169CD0, void, UnityEvent_3_System_Object_System_Object_System_Object__RemoveListener, (UnityEvent_3_System_Object_System_Object_System_Object_ * __this, UnityAction_3_System_Object_System_Object_System_Object_ * call, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, UnityEvent_3_System_Single_System_Single_System_Single___ctor, (UnityEvent_3_System_Single_System_Single_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAF10, UnityEvent_3_System_Single_System_Single_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x01169C40, void, UnityEvent_3_System_Single_System_Single_System_Single__AddListener, (UnityEvent_3_System_Single_System_Single_System_Single_ * __this, UnityAction_3_System_Single_System_Single_System_Single_ * call, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0458, UnityEvent_3_System_Single_System_Single_System_Single__AddListener__MethodInfo); DO_APP_FUNC(0x0116F890, MethodInfo_1 *, UnityEvent_3_System_Single_System_Single_System_Single__FindMethod_Impl, (UnityEvent_3_System_Single_System_Single_System_Single_ * __this, String * name, Type * targetObjType, MethodInfo * method)); DO_APP_FUNC(0x0116EF50, BaseInvokableCall *, UnityEvent_3_System_Single_System_Single_System_Single__GetDelegate, (UnityAction_3_System_Single_System_Single_System_Single_ * action, MethodInfo * method)); DO_APP_FUNC(0x0116EEC0, BaseInvokableCall *, UnityEvent_3_System_Single_System_Single_System_Single__GetDelegate_1, (UnityEvent_3_System_Single_System_Single_System_Single_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x0116FA50, void, UnityEvent_3_System_Single_System_Single_System_Single__Invoke, (UnityEvent_3_System_Single_System_Single_System_Single_ * __this, float arg0, float arg1, float arg2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0368, UnityEvent_3_System_Single_System_Single_System_Single__Invoke__MethodInfo); DO_APP_FUNC(0x01169CD0, void, UnityEvent_3_System_Single_System_Single_System_Single__RemoveListener, (UnityEvent_3_System_Single_System_Single_System_Single_ * __this, UnityAction_3_System_Single_System_Single_System_Single_ * call, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC0448, UnityEvent_3_System_Single_System_Single_System_Single__RemoveListener__MethodInfo); DO_APP_FUNC(0x0042CB00, void, UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object___ctor, (UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01169C40, void, UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object__AddListener, (UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * __this, UnityAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * call, MethodInfo * method)); DO_APP_FUNC(0x0116FE60, MethodInfo_1 *, UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object__FindMethod_Impl, (UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * __this, String * name, Type * targetObjType, MethodInfo * method)); DO_APP_FUNC(0x0116EF50, BaseInvokableCall *, UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object__GetDelegate, (UnityAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x0116EEC0, BaseInvokableCall *, UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object__GetDelegate_1, (UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x01170020, void, UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object__Invoke, (UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * __this, Vector3 arg0, Vector3 arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x01169CD0, void, UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object__RemoveListener, (UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * __this, UnityAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * call, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single___ctor, (UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE3C8, UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x01169C40, void, UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single__AddListener, (UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single_ * __this, UnityAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single_ * call, MethodInfo * method)); DO_APP_FUNC(0x01170420, MethodInfo_1 *, UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single__FindMethod_Impl, (UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single_ * __this, String * name, Type * targetObjType, MethodInfo * method)); DO_APP_FUNC(0x0116EF50, BaseInvokableCall *, UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single__GetDelegate, (UnityAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single_ * action, MethodInfo * method)); DO_APP_FUNC(0x0116EEC0, BaseInvokableCall *, UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single__GetDelegate_1, (UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x011705E0, void, UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single__Invoke, (UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single_ * __this, Vector3 arg0, Vector3 arg1, float arg2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE3D0, UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single__Invoke__MethodInfo); DO_APP_FUNC(0x01169CD0, void, UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single__RemoveListener, (UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single_ * __this, UnityAction_3_UnityEngine_Vector3_UnityEngine_Vector3_System_Single_ * call, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, UnityEvent_4_System_Object_System_Object_System_Object_System_Object___ctor, (UnityEvent_4_System_Object_System_Object_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01170A30, MethodInfo_1 *, UnityEvent_4_System_Object_System_Object_System_Object_System_Object__FindMethod_Impl, (UnityEvent_4_System_Object_System_Object_System_Object_System_Object_ * __this, String * name, Type * targetObjType, MethodInfo * method)); DO_APP_FUNC(0x0116C460, BaseInvokableCall *, UnityEvent_4_System_Object_System_Object_System_Object_System_Object__GetDelegate, (UnityEvent_4_System_Object_System_Object_System_Object_System_Object_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x01170C40, void, UnityEvent_4_System_Object_System_Object_System_Object_System_Object__Invoke, (UnityEvent_4_System_Object_System_Object_System_Object_System_Object_ * __this, Object * arg0, Object * arg1, Object * arg2, Object * arg3, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, UnityEvent_4_System_Object_System_Single_System_Boolean_System_Boolean___ctor, (UnityEvent_4_System_Object_System_Single_System_Boolean_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01170FC0, MethodInfo_1 *, UnityEvent_4_System_Object_System_Single_System_Boolean_System_Boolean__FindMethod_Impl, (UnityEvent_4_System_Object_System_Single_System_Boolean_System_Boolean_ * __this, String * name, Type * targetObjType, MethodInfo * method)); DO_APP_FUNC(0x0116C460, BaseInvokableCall *, UnityEvent_4_System_Object_System_Single_System_Boolean_System_Boolean__GetDelegate, (UnityEvent_4_System_Object_System_Single_System_Boolean_System_Boolean_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x011711D0, void, UnityEvent_4_System_Object_System_Single_System_Boolean_System_Boolean__Invoke, (UnityEvent_4_System_Object_System_Single_System_Boolean_System_Boolean_ * __this, Object * arg0, float arg1, bool arg2, bool arg3, MethodInfo * method)); DO_APP_FUNC(0x0042CB00, void, UnityEvent_4_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object___ctor, (UnityEvent_4_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01171620, MethodInfo_1 *, UnityEvent_4_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object__FindMethod_Impl, (UnityEvent_4_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * __this, String * name, Type * targetObjType, MethodInfo * method)); DO_APP_FUNC(0x0116C460, BaseInvokableCall *, UnityEvent_4_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object__GetDelegate, (UnityEvent_4_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * __this, Object * target, MethodInfo_1 * theFunction, MethodInfo * method)); DO_APP_FUNC(0x01171830, void, UnityEvent_4_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object__Invoke, (UnityEvent_4_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_ * __this, float arg0, Vector3 arg1, Vector3 arg2, Object * arg3, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ReadonlyLockedValue_1_T_Unlocker_System_Int32___ctor, (ReadonlyLockedValue_1_T_Unlocker_System_Int32_ * __this, ReadonlyLockedValue_1_System_Int32_ * parent, MethodInfo * method)); DO_APP_FUNC(0x01171D00, void, ReadonlyLockedValue_1_T_Unlocker_System_Int32__Dispose, (ReadonlyLockedValue_1_T_Unlocker_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01171CE0, int32_t, ReadonlyLockedValue_1_T_Unlocker_System_Int32__get_Value, (ReadonlyLockedValue_1_T_Unlocker_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LockedValue_1_T_Unlocker_System_IntPtr___ctor, (LockedValue_1_T_Unlocker_System_IntPtr_ * __this, LockedValue_1_System_IntPtr_ * parent, MethodInfo * method)); DO_APP_FUNC(0x01171D00, void, LockedValue_1_T_Unlocker_System_IntPtr__Dispose, (LockedValue_1_T_Unlocker_System_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01171D30, void *, LockedValue_1_T_Unlocker_System_IntPtr__get_Value, (LockedValue_1_T_Unlocker_System_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C460, LockedValue_1_T_Unlocker_System_IntPtr__get_Value__MethodInfo); DO_APP_FUNC(0x01171D50, void, LockedValue_1_T_Unlocker_System_IntPtr__set_Value, (LockedValue_1_T_Unlocker_System_IntPtr_ * __this, void * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C3A8, LockedValue_1_T_Unlocker_System_IntPtr__set_Value__MethodInfo); DO_APP_FUNC(0x003BABE0, void, LockedValue_1_T_Unlocker_System_Object___ctor, (LockedValue_1_T_Unlocker_System_Object_ * __this, LockedValue_1_System_Object_ * parent, MethodInfo * method)); DO_APP_FUNC(0x01171D00, void, LockedValue_1_T_Unlocker_System_Object__Dispose, (LockedValue_1_T_Unlocker_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01171D30, Object *, LockedValue_1_T_Unlocker_System_Object__get_Value, (LockedValue_1_T_Unlocker_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01171D70, void, LockedValue_1_T_Unlocker_System_Object__set_Value, (LockedValue_1_T_Unlocker_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, ReadonlyLockedValue_1_T_Unlocker_System_Object___ctor, (ReadonlyLockedValue_1_T_Unlocker_System_Object_ * __this, ReadonlyLockedValue_1_System_Object_ * parent, MethodInfo * method)); DO_APP_FUNC(0x01171D00, void, ReadonlyLockedValue_1_T_Unlocker_System_Object__Dispose, (ReadonlyLockedValue_1_T_Unlocker_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01171D30, Object *, ReadonlyLockedValue_1_T_Unlocker_System_Object__get_Value, (ReadonlyLockedValue_1_T_Unlocker_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, LockedValue_1_T_Unlocker_Dissonance_Audio_Playback_PlaybackOptions___ctor, (LockedValue_1_T_Unlocker_Dissonance_Audio_Playback_PlaybackOptions_ * __this, LockedValue_1_Dissonance_Audio_Playback_PlaybackOptions_ * parent, MethodInfo * method)); DO_APP_FUNC(0x01171D00, void, LockedValue_1_T_Unlocker_Dissonance_Audio_Playback_PlaybackOptions__Dispose, (LockedValue_1_T_Unlocker_Dissonance_Audio_Playback_PlaybackOptions_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01171DE0, PlaybackOptions, LockedValue_1_T_Unlocker_Dissonance_Audio_Playback_PlaybackOptions__get_Value, (LockedValue_1_T_Unlocker_Dissonance_Audio_Playback_PlaybackOptions_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CD48, LockedValue_1_T_Unlocker_Dissonance_Audio_Playback_PlaybackOptions__get_Value__MethodInfo); DO_APP_FUNC(0x01171E10, void, LockedValue_1_T_Unlocker_Dissonance_Audio_Playback_PlaybackOptions__set_Value, (LockedValue_1_T_Unlocker_Dissonance_Audio_Playback_PlaybackOptions_ * __this, PlaybackOptions value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CC58, LockedValue_1_T_Unlocker_Dissonance_Audio_Playback_PlaybackOptions__set_Value__MethodInfo); DO_APP_FUNC(0x01172070, void, UnsafeGenericPool_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x010108F0, Object *, UnsafeGenericPool_1_System_Object__Get, (MethodInfo * method)); DO_APP_FUNC(0x01171E40, ObjectPool_1_T_PooledObject_System_Object_, UnsafeGenericPool_1_System_Object__Get_1, (Object * * value, MethodInfo * method)); DO_APP_FUNC(0x01171F60, void, UnsafeGenericPool_1_System_Object__Release, (Object * toRelease, MethodInfo * method)); DO_APP_FUNC(0x011721F0, void, UnwrapPromise_1_System_Object___ctor, (UnwrapPromise_1_System_Object_ * __this, Task * outerTask, bool lookForOce, MethodInfo * method)); DO_APP_FUNC(0x011723B0, void, UnwrapPromise_1_System_Object__Invoke, (UnwrapPromise_1_System_Object_ * __this, Task * completingTask, MethodInfo * method)); DO_APP_FUNC(0x011724F0, void, UnwrapPromise_1_System_Object__InvokeCore, (UnwrapPromise_1_System_Object_ * __this, Task * completingTask, MethodInfo * method)); DO_APP_FUNC(0x01172550, void, UnwrapPromise_1_System_Object__InvokeCoreAsync, (UnwrapPromise_1_System_Object_ * __this, Task * completingTask, MethodInfo * method)); DO_APP_FUNC(0x01172780, void, UnwrapPromise_1_System_Object__ProcessCompletedOuterTask, (UnwrapPromise_1_System_Object_ * __this, Task * task, MethodInfo * method)); DO_APP_FUNC(0x01172C10, void, UnwrapPromise_1_System_Object__ProcessInnerTask, (UnwrapPromise_1_System_Object_ * __this, Task * task, MethodInfo * method)); DO_APP_FUNC(0x01172960, bool, UnwrapPromise_1_System_Object__TrySetFromTask, (UnwrapPromise_1_System_Object_ * __this, Task * task, bool lookForOce, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, UnwrapPromise_1_System_Object__get_InvokeMayRunArbitraryCode, (UnwrapPromise_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01172D30, void, UnwrapPromise_1_VoidTaskResult___ctor, (UnwrapPromise_1_VoidTaskResult_ * __this, Task * outerTask, bool lookForOce, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDAA78, UnwrapPromise_1_VoidTaskResult___ctor__MethodInfo); DO_APP_FUNC(0x01172EF0, void, UnwrapPromise_1_VoidTaskResult__Invoke, (UnwrapPromise_1_VoidTaskResult_ * __this, Task * completingTask, MethodInfo * method)); DO_APP_FUNC(0x011724F0, void, UnwrapPromise_1_VoidTaskResult__InvokeCore, (UnwrapPromise_1_VoidTaskResult_ * __this, Task * completingTask, MethodInfo * method)); DO_APP_FUNC(0x01173030, void, UnwrapPromise_1_VoidTaskResult__InvokeCoreAsync, (UnwrapPromise_1_VoidTaskResult_ * __this, Task * completingTask, MethodInfo * method)); DO_APP_FUNC(0x01173260, void, UnwrapPromise_1_VoidTaskResult__ProcessCompletedOuterTask, (UnwrapPromise_1_VoidTaskResult_ * __this, Task * task, MethodInfo * method)); DO_APP_FUNC(0x01172C10, void, UnwrapPromise_1_VoidTaskResult__ProcessInnerTask, (UnwrapPromise_1_VoidTaskResult_ * __this, Task * task, MethodInfo * method)); DO_APP_FUNC(0x01173440, bool, UnwrapPromise_1_VoidTaskResult__TrySetFromTask, (UnwrapPromise_1_VoidTaskResult_ * __this, Task * task, bool lookForOce, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, UnwrapPromise_1_VoidTaskResult__get_InvokeMayRunArbitraryCode, (UnwrapPromise_1_VoidTaskResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, UpdateLoopDataSet_1_System_Object___ctor, (UpdateLoopDataSet_1_System_Object_ * __this, UpdateLoopSetting__Enum param_00009b88, MethodInfo * method)); DO_APP_FUNC(0x01173880, void, UpdateLoopDataSet_1_System_Object___ctor_1, (UpdateLoopDataSet_1_System_Object_ * __this, UpdateLoopSetting__Enum param_00009b89, Func_1_Object_ * param_00009b8a, MethodInfo * method)); DO_APP_FUNC(0x01173E40, Object *, UpdateLoopDataSet_1_System_Object__Get, (UpdateLoopDataSet_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81F78, UpdateLoopDataSet_1_System_Object__Get__MethodInfo); DO_APP_FUNC(0x01173ED0, Object *, UpdateLoopDataSet_1_System_Object__Get_1, (UpdateLoopDataSet_1_System_Object_ * __this, UpdateLoopType__Enum updateLoop, MethodInfo * method)); DO_APP_FUNC(0x01174000, UpdateLoopType__Enum, UpdateLoopDataSet_1_System_Object__GetUpdateLoopType, (UpdateLoopDataSet_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81F20, UpdateLoopDataSet_1_System_Object__GetUpdateLoopType__MethodInfo); DO_APP_FUNC(0x01173F20, void, UpdateLoopDataSet_1_System_Object__Set, (UpdateLoopDataSet_1_System_Object_ * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81F70, UpdateLoopDataSet_1_System_Object__Set__MethodInfo); DO_APP_FUNC(0x01173DA0, void, UpdateLoopDataSet_1_System_Object__SetUpdateLoop, (UpdateLoopDataSet_1_System_Object_ * __this, UpdateLoopType__Enum updateLoop, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, UpdateLoopDataSet_1_System_Object__get_Count, (UpdateLoopDataSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011736F0, Object *, UpdateLoopDataSet_1_System_Object__get_Current, (UpdateLoopDataSet_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01173710, Object *, UpdateLoopDataSet_1_System_Object__get_Item, (UpdateLoopDataSet_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81F88, UpdateLoopDataSet_1_System_Object__get_Item__MethodInfo); DO_APP_FUNC(0x011737A0, void, UpdateLoopDataSet_1_System_Object__set_Item, (UpdateLoopDataSet_1_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81F80, UpdateLoopDataSet_1_System_Object__set_Item__MethodInfo); DO_APP_FUNC(0x00CBCBF0, Int32Enum__Enum, UxmlEnumAttributeDescription_1_System_Int32Enum__ConvertValueToEnum, (String * v, Int32Enum__Enum defaultValue, MethodInfo * method)); DO_APP_FUNC(0x011740A0, void, UxmlEnumAttributeDescription_1_System_Int32Enum___ctor, (UxmlEnumAttributeDescription_1_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81F38, UxmlEnumAttributeDescription_1_System_Int32Enum___ctor__MethodInfo); DO_APP_FUNC(0x01174960, Int32Enum__Enum, UxmlEnumAttributeDescription_1_System_Int32Enum__GetValueFromBag, (UxmlEnumAttributeDescription_1_System_Int32Enum_ * __this, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x01174BE0, bool, UxmlEnumAttributeDescription_1_System_Int32Enum__TryGetValueFromBag, (UxmlEnumAttributeDescription_1_System_Int32Enum_ * __this, IUxmlAttributes * bag, CreationContext cc, Int32Enum__Enum * value, MethodInfo * method)); DO_APP_FUNC(0x01013200, void, UxmlFactory_1_System_Object___ctor, (UxmlFactory_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01028980, void, UxmlFactory_2_System_Object_System_Object___ctor, (UxmlFactory_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01175020, bool, UxmlFactory_2_System_Object_System_Object__AcceptsAttributeBag, (UxmlFactory_2_System_Object_System_Object_ * __this, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x01175030, VisualElement *, UxmlFactory_2_System_Object_System_Object__Create, (UxmlFactory_2_System_Object_System_Object_ * __this, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x01174E70, String *, UxmlFactory_2_System_Object_System_Object__get_uxmlName, (UxmlFactory_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01174EF0, String *, UxmlFactory_2_System_Object_System_Object__get_uxmlNamespace, (UxmlFactory_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01174FA0, String *, UxmlFactory_2_System_Object_System_Object__get_uxmlQualifiedName, (UxmlFactory_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011750D0, void, BaseField_1_TValueType_UxmlTraits_System_Boolean___ctor, (BaseField_1_TValueType_UxmlTraits_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01175250, void, BaseField_1_TValueType_UxmlTraits_System_Boolean__Init, (BaseField_1_TValueType_UxmlTraits_System_Boolean_ * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x011753E0, List_1_System_String_ *, BaseField_1_TValueType_UxmlTraits_System_Boolean__ParseChoiceList, (String * choicesFromBag, MethodInfo * method)); DO_APP_FUNC(0x01175620, void, BaseField_1_TValueType_UxmlTraits_System_Int32___ctor, (BaseField_1_TValueType_UxmlTraits_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA58E0, BaseField_1_TValueType_UxmlTraits_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x01175250, void, BaseField_1_TValueType_UxmlTraits_System_Int32__Init, (BaseField_1_TValueType_UxmlTraits_System_Int32_ * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x011757A0, List_1_System_String_ *, BaseField_1_TValueType_UxmlTraits_System_Int32__ParseChoiceList, (String * choicesFromBag, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA76B8, BaseField_1_TValueType_UxmlTraits_System_Int32__ParseChoiceList__MethodInfo); DO_APP_FUNC(0x011759E0, void, BaseField_1_TValueType_UxmlTraits_System_Object___ctor, (BaseField_1_TValueType_UxmlTraits_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01175250, void, BaseField_1_TValueType_UxmlTraits_System_Object__Init, (BaseField_1_TValueType_UxmlTraits_System_Object_ * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x01175B60, List_1_System_String_ *, BaseField_1_TValueType_UxmlTraits_System_Object__ParseChoiceList, (String * choicesFromBag, MethodInfo * method)); DO_APP_FUNC(0x011761F0, void, TextInputBaseField_1_TValueType_UxmlTraits_System_Object___ctor, (TextInputBaseField_1_TValueType_UxmlTraits_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01175DA0, void, TextInputBaseField_1_TValueType_UxmlTraits_System_Object__Init, (TextInputBaseField_1_TValueType_UxmlTraits_System_Object_ * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x01176B60, void, BaseField_1_TValueType_UxmlTraits_System_Single___ctor, (BaseField_1_TValueType_UxmlTraits_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01175250, void, BaseField_1_TValueType_UxmlTraits_System_Single__Init, (BaseField_1_TValueType_UxmlTraits_System_Single_ * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC(0x01176CE0, List_1_System_String_ *, BaseField_1_TValueType_UxmlTraits_System_Single__ParseChoiceList, (String * choicesFromBag, MethodInfo * method)); DO_APP_FUNC(0x01176F20, void, BaseField_1_TValueType_UxmlTraits_UnityEngine_Vector2___ctor, (BaseField_1_TValueType_UxmlTraits_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA78E0, BaseField_1_TValueType_UxmlTraits_UnityEngine_Vector2___ctor__MethodInfo); DO_APP_FUNC(0x01175250, void, BaseField_1_TValueType_UxmlTraits_UnityEngine_Vector2__Init, (BaseField_1_TValueType_UxmlTraits_UnityEngine_Vector2_ * __this, VisualElement * ve, IUxmlAttributes * bag, CreationContext cc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7888, BaseField_1_TValueType_UxmlTraits_UnityEngine_Vector2__Init__MethodInfo); DO_APP_FUNC(0x011770A0, List_1_System_String_ *, BaseField_1_TValueType_UxmlTraits_UnityEngine_Vector2__ParseChoiceList, (String * choicesFromBag, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ldnqCJRTNbykOZAyPczivAgtlhxQ_1_u0001_VVFqFosxbmloOEQtXdPQAgnlpTxqA_System_Object___ctor, (ldnqCJRTNbykOZAyPczivAgtlhxQ_1_u0001_VVFqFosxbmloOEQtXdPQAgnlpTxqA_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011772E0, bool, ldnqCJRTNbykOZAyPczivAgtlhxQ_1_u0001_VVFqFosxbmloOEQtXdPQAgnlpTxqA_System_Object__qzJIoFQXMOabnqrdhlzkCVTJDlTe, (ldnqCJRTNbykOZAyPczivAgtlhxQ_1_u0001_VVFqFosxbmloOEQtXdPQAgnlpTxqA_System_Object_ * __this, ldnqCJRTNbykOZAyPczivAgtlhxQ_1_u0001_ywtZPPrElpcINJiNufkjaDyFYDcAB_System_Object_ * param_00009b4e, MethodInfo * method)); DO_APP_FUNC(0x011781D0, void, ValueAnimation_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x011774F0, void, ValueAnimation_1_System_Object___ctor, (ValueAnimation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01177EE0, void, ValueAnimation_1_System_Object__CheckNotRecycled, (ValueAnimation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81E48, ValueAnimation_1_System_Object__CheckNotRecycled__MethodInfo); DO_APP_FUNC(0x01177F70, ValueAnimation_1_System_Object_ *, ValueAnimation_1_System_Object__Create, (VisualElement * e, Func_4_Object_Object_Single_Object_ * interpolator, MethodInfo * method)); DO_APP_FUNC(0x011781A0, ValueAnimation_1_System_Object_ *, ValueAnimation_1_System_Object__KeepAlive, (ValueAnimation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01177730, void, ValueAnimation_1_System_Object__Recycle, (ValueAnimation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01177D80, void, ValueAnimation_1_System_Object__Register, (ValueAnimation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01177B50, void, ValueAnimation_1_System_Object__SetDefaultValues, (ValueAnimation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01177E10, void, ValueAnimation_1_System_Object__SetOwner, (ValueAnimation_1_System_Object_ * __this, VisualElement * e, MethodInfo * method)); DO_APP_FUNC(0x01177510, void, ValueAnimation_1_System_Object__Start, (ValueAnimation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011775F0, void, ValueAnimation_1_System_Object__Stop, (ValueAnimation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011778A0, void, ValueAnimation_1_System_Object__UnityEngine_UIElements_Experimental_IValueAnimationUpdate_Tick, (ValueAnimation_1_System_Object_ * __this, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x01177CF0, void, ValueAnimation_1_System_Object__Unregister, (ValueAnimation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, ValueAnimation_1_System_Object__get_autoRecycle, (ValueAnimation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012D90, int32_t, ValueAnimation_1_System_Object__get_durationMs, (ValueAnimation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Func_2_Single_Single_ *, ValueAnimation_1_System_Object__get_easingCurve, (ValueAnimation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01177380, Object *, ValueAnimation_1_System_Object__get_from, (ValueAnimation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, Func_2_UnityEngine_UIElements_VisualElement_Object_ *, ValueAnimation_1_System_Object__get_initialValue, (ValueAnimation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, Func_4_Object_Object_Single_Object_ *, ValueAnimation_1_System_Object__get_interpolator, (ValueAnimation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, ValueAnimation_1_System_Object__get_isRunning, (ValueAnimation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B9330, Action *, ValueAnimation_1_System_Object__get_onAnimationCompleted, (ValueAnimation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, VisualElement *, ValueAnimation_1_System_Object__get_owner, (ValueAnimation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AF0, bool, ValueAnimation_1_System_Object__get_recycled, (ValueAnimation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7010, Object *, ValueAnimation_1_System_Object__get_to, (ValueAnimation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003CB370, Action_2_UnityEngine_UIElements_VisualElement_Object_ *, ValueAnimation_1_System_Object__get_valueUpdated, (ValueAnimation_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AE0, void, ValueAnimation_1_System_Object__set_autoRecycle, (ValueAnimation_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01177370, void, ValueAnimation_1_System_Object__set_durationMs, (ValueAnimation_1_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ValueAnimation_1_System_Object__set_easingCurve, (ValueAnimation_1_System_Object_ * __this, Func_2_Single_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x01177490, void, ValueAnimation_1_System_Object__set_from, (ValueAnimation_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, ValueAnimation_1_System_Object__set_initialValue, (ValueAnimation_1_System_Object_ * __this, Func_2_UnityEngine_UIElements_VisualElement_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, ValueAnimation_1_System_Object__set_interpolator, (ValueAnimation_1_System_Object_ * __this, Func_4_Object_Object_Single_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, ValueAnimation_1_System_Object__set_isRunning, (ValueAnimation_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, ValueAnimation_1_System_Object__set_onAnimationCompleted, (ValueAnimation_1_System_Object_ * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, ValueAnimation_1_System_Object__set_owner, (ValueAnimation_1_System_Object_ * __this, VisualElement * value, MethodInfo * method)); DO_APP_FUNC(0x00422B00, void, ValueAnimation_1_System_Object__set_recycled, (ValueAnimation_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, ValueAnimation_1_System_Object__set_to, (ValueAnimation_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, ValueAnimation_1_System_Object__set_valueUpdated, (ValueAnimation_1_System_Object_ * __this, Action_2_UnityEngine_UIElements_VisualElement_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x011781D0, void, ValueAnimation_1_StyleValues___cctor, (MethodInfo * method)); DO_APP_FUNC(0x011774F0, void, ValueAnimation_1_StyleValues___ctor, (ValueAnimation_1_StyleValues_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011788A0, void, ValueAnimation_1_StyleValues__CheckNotRecycled, (ValueAnimation_1_StyleValues_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81E40, ValueAnimation_1_StyleValues__CheckNotRecycled__MethodInfo); DO_APP_FUNC(0x01177F70, ValueAnimation_1_StyleValues_ *, ValueAnimation_1_StyleValues__Create, (VisualElement * e, Func_4_UnityEngine_UIElements_Experimental_StyleValues_UnityEngine_UIElements_Experimental_StyleValues_Single_UnityEngine_UIElements_Experimental_StyleValues_ * interpolator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BCD8, ValueAnimation_1_StyleValues__Create__MethodInfo); DO_APP_FUNC(0x011781A0, ValueAnimation_1_StyleValues_ *, ValueAnimation_1_StyleValues__KeepAlive, (ValueAnimation_1_StyleValues_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9660, ValueAnimation_1_StyleValues__KeepAlive__MethodInfo); DO_APP_FUNC(0x01177730, void, ValueAnimation_1_StyleValues__Recycle, (ValueAnimation_1_StyleValues_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9668, ValueAnimation_1_StyleValues__Recycle__MethodInfo); DO_APP_FUNC(0x01177D80, void, ValueAnimation_1_StyleValues__Register, (ValueAnimation_1_StyleValues_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178700, void, ValueAnimation_1_StyleValues__SetDefaultValues, (ValueAnimation_1_StyleValues_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01177E10, void, ValueAnimation_1_StyleValues__SetOwner, (ValueAnimation_1_StyleValues_ * __this, VisualElement * e, MethodInfo * method)); DO_APP_FUNC(0x01178360, void, ValueAnimation_1_StyleValues__Start, (ValueAnimation_1_StyleValues_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011775F0, void, ValueAnimation_1_StyleValues__Stop, (ValueAnimation_1_StyleValues_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9650, ValueAnimation_1_StyleValues__Stop__MethodInfo); DO_APP_FUNC(0x01178440, void, ValueAnimation_1_StyleValues__UnityEngine_UIElements_Experimental_IValueAnimationUpdate_Tick, (ValueAnimation_1_StyleValues_ * __this, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x01177CF0, void, ValueAnimation_1_StyleValues__Unregister, (ValueAnimation_1_StyleValues_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AD0, bool, ValueAnimation_1_StyleValues__get_autoRecycle, (ValueAnimation_1_StyleValues_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012D90, int32_t, ValueAnimation_1_StyleValues__get_durationMs, (ValueAnimation_1_StyleValues_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Func_2_Single_Single_ *, ValueAnimation_1_StyleValues__get_easingCurve, (ValueAnimation_1_StyleValues_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01177380, StyleValues, ValueAnimation_1_StyleValues__get_from, (ValueAnimation_1_StyleValues_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5420, Func_2_UnityEngine_UIElements_VisualElement_UnityEngine_UIElements_Experimental_StyleValues_ *, ValueAnimation_1_StyleValues__get_initialValue, (ValueAnimation_1_StyleValues_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5490, Func_4_UnityEngine_UIElements_Experimental_StyleValues_UnityEngine_UIElements_Experimental_StyleValues_Single_UnityEngine_UIElements_Experimental_StyleValues_ *, ValueAnimation_1_StyleValues__get_interpolator, (ValueAnimation_1_StyleValues_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A50, bool, ValueAnimation_1_StyleValues__get_isRunning, (ValueAnimation_1_StyleValues_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9658, ValueAnimation_1_StyleValues__get_isRunning__MethodInfo); DO_APP_FUNC(0x003B9330, Action *, ValueAnimation_1_StyleValues__get_onAnimationCompleted, (ValueAnimation_1_StyleValues_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C5390, VisualElement *, ValueAnimation_1_StyleValues__get_owner, (ValueAnimation_1_StyleValues_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AF0, bool, ValueAnimation_1_StyleValues__get_recycled, (ValueAnimation_1_StyleValues_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7010, StyleValues, ValueAnimation_1_StyleValues__get_to, (ValueAnimation_1_StyleValues_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9648, ValueAnimation_1_StyleValues__get_to__MethodInfo); DO_APP_FUNC(0x003CB370, Action_2_UnityEngine_UIElements_VisualElement_UnityEngine_UIElements_Experimental_StyleValues_ *, ValueAnimation_1_StyleValues__get_valueUpdated, (ValueAnimation_1_StyleValues_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00422AE0, void, ValueAnimation_1_StyleValues__set_autoRecycle, (ValueAnimation_1_StyleValues_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x01177370, void, ValueAnimation_1_StyleValues__set_durationMs, (ValueAnimation_1_StyleValues_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ValueAnimation_1_StyleValues__set_easingCurve, (ValueAnimation_1_StyleValues_ * __this, Func_2_Single_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x01177490, void, ValueAnimation_1_StyleValues__set_from, (ValueAnimation_1_StyleValues_ * __this, StyleValues value, MethodInfo * method)); DO_APP_FUNC(0x003C5430, void, ValueAnimation_1_StyleValues__set_initialValue, (ValueAnimation_1_StyleValues_ * __this, Func_2_UnityEngine_UIElements_VisualElement_UnityEngine_UIElements_Experimental_StyleValues_ * value, MethodInfo * method)); DO_APP_FUNC(0x003C54A0, void, ValueAnimation_1_StyleValues__set_interpolator, (ValueAnimation_1_StyleValues_ * __this, Func_4_UnityEngine_UIElements_Experimental_StyleValues_UnityEngine_UIElements_Experimental_StyleValues_Single_UnityEngine_UIElements_Experimental_StyleValues_ * value, MethodInfo * method)); DO_APP_FUNC(0x00422A60, void, ValueAnimation_1_StyleValues__set_isRunning, (ValueAnimation_1_StyleValues_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00422A70, void, ValueAnimation_1_StyleValues__set_onAnimationCompleted, (ValueAnimation_1_StyleValues_ * __this, Action * value, MethodInfo * method)); DO_APP_FUNC(0x003C53A0, void, ValueAnimation_1_StyleValues__set_owner, (ValueAnimation_1_StyleValues_ * __this, VisualElement * value, MethodInfo * method)); DO_APP_FUNC(0x00422B00, void, ValueAnimation_1_StyleValues__set_recycled, (ValueAnimation_1_StyleValues_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x00A445E0, void, ValueAnimation_1_StyleValues__set_to, (ValueAnimation_1_StyleValues_ * __this, StyleValues value, MethodInfo * method)); DO_APP_FUNC(0x0041F580, void, ValueAnimation_1_StyleValues__set_valueUpdated, (ValueAnimation_1_StyleValues_ * __this, Action_2_UnityEngine_UIElements_VisualElement_UnityEngine_UIElements_Experimental_StyleValues_ * value, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object_ * __this, Dictionary_2_System_ValueTuple_2_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01178A30, void, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178C60, void, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178EC0, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__1__ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__1 * __this, Dictionary_2_System_ValueTuple_2_System_Object__1 * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01178A30, void, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__1_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__1 * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ValueTuple_2_System_Object__1, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__1_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__1_System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__1 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__1_System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__1_System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__1 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__1_System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__1 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__1_System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__1_System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01178F10, void, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__1_System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__1 * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__1_System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01179170, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__1_System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__1_System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__1_get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_ValueTuple_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Byte_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Byte_System_Object_ * __this, Dictionary_2_System_Byte_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x011791C0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Byte_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Byte_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Byte_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_System_Byte_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Byte_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Byte_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Byte_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Byte_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Byte_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Byte_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Byte_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Byte_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Byte_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011792E0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Byte_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Byte_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Byte_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179540, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Byte_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Byte_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Byte_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Byte_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Int32___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Int32_ * __this, Dictionary_2_System_ByteEnum_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01179620, void, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Int32__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Int32_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Int32_, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Int32__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Int32__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Int32__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Int32__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Int32__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Int32__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32_ *, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Int32__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011797F0, void, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Int32__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Int32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179A90, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Int32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Int32__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Object_ * __this, Dictionary_2_System_ByteEnum_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x011791C0, void, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ByteEnum_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179AE0, void, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179D40, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_ByteEnum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_Dissonance_Audio_Playback_FrameFormat_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01179D90, void, Dictionary_2_TKey_TValue_ValueCollection_Dissonance_Audio_Playback_FrameFormat_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Dissonance_Audio_Playback_FrameFormat_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_Dissonance_Audio_Playback_FrameFormat_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179EA0, void, Dictionary_2_TKey_TValue_ValueCollection_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117A100, Object *, Dictionary_2_TKey_TValue_ValueCollection_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_Dissonance_Audio_Playback_FrameFormat_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_Dissonance_Audio_Playback_FrameFormat_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_Dissonance_Audio_Playback_FrameFormat_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_Object_ * __this, Dictionary_2_System_Guid_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01178A30, void, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Guid_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117A1B0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117A410, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_UInt32___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_UInt32_ * __this, Dictionary_2_System_Guid_System_UInt32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0117A460, void, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_UInt32__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_UInt32_ * __this, UInt32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Guid_System_UInt32_, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_UInt32__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_UInt32__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_UInt32_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_UInt32__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_UInt32__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_UInt32_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_UInt32__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_UInt32_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_UInt32__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_UInt32_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_UInt32__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117A570, void, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_UInt32__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_UInt32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_UInt32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117A810, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_UInt32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_UInt32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_UInt32__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Guid_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Hash128_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Hash128_System_Object_ * __this, Dictionary_2_UnityEngine_Hash128_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01178A30, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Hash128_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Hash128_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Hash128_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Hash128_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Hash128_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Hash128_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Hash128_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Hash128_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Hash128_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Hash128_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Hash128_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Hash128_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Hash128_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117A860, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Hash128_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Hash128_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Hash128_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117AAC0, Object *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Hash128_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Hash128_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Hash128_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Hash128_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int2_System_Int32___ctor, (Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int2_System_Int32_ * __this, Dictionary_2_Pathfinding_Int2_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0117AB10, void, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int2_System_Int32__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int2_System_Int32_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Pathfinding_Int2_System_Int32_, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int2_System_Int32__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int2_System_Int32__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int2_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int2_System_Int32__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int2_System_Int32__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int2_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int2_System_Int32__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int2_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int2_System_Int32__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32_ *, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int2_System_Int32__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117AC10, void, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int2_System_Int32__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int2_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int2_System_Int32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117AEB0, Object *, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int2_System_Int32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int2_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int2_System_Int32__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int3_System_Int32___ctor, (Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int3_System_Int32_ * __this, Dictionary_2_Pathfinding_Int3_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0117AF00, void, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int3_System_Int32__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int3_System_Int32_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Pathfinding_Int3_System_Int32_, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int3_System_Int32__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int3_System_Int32__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int3_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int3_System_Int32__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int3_System_Int32__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int3_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int3_System_Int32__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int3_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int3_System_Int32__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32_ *, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int3_System_Int32__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117B000, void, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int3_System_Int32__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int3_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int3_System_Int32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117B2A0, Object *, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int3_System_Int32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int3_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int3_System_Int32__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_Pathfinding_Int3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, Dictionary_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0117B2F0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117B3F0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117B690, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ValueTuple_2___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ValueTuple_2_ * __this, Dictionary_2_System_Int32_System_ValueTuple_2_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0117B770, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ValueTuple_2__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ValueTuple_2_ * __this, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0117B6E0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_ValueTuple_2_, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ValueTuple_2__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ValueTuple_2__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ValueTuple_2_ * __this, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ValueTuple_2__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117B890, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ValueTuple_2__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ValueTuple_2_ * __this, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ValueTuple_2__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ValueTuple_2_ * __this, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ValueTuple_2__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117B8F0, IEnumerator_1_System_ValueTuple_2__8 *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ValueTuple_2__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117B9E0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ValueTuple_2__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ValueTuple_2_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ValueTuple_2__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117BC90, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ValueTuple_2__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117B8F0, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ValueTuple_2__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ValueTuple_2__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ValueTuple_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Boolean___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Boolean_ * __this, Dictionary_2_System_Int32_System_Boolean_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0117BD70, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Boolean__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Boolean_ * __this, Boolean__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0117BCE0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Boolean_, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Boolean__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Boolean__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Boolean_ * __this, bool item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Boolean__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Boolean__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Boolean_ * __this, bool item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Boolean__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Boolean_ * __this, bool item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Boolean__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117BE70, IEnumerator_1_System_Boolean_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Boolean__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117BF40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Boolean__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Boolean_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Boolean__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117C1E0, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Boolean__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117BE70, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Boolean__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Boolean__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ByteEnum___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ByteEnum_ * __this, Dictionary_2_System_Int32_System_ByteEnum_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0117BD70, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ByteEnum__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ByteEnum_ * __this, ByteEnum__Enum__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0117BCE0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_ByteEnum_, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ByteEnum__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ByteEnum__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ByteEnum_ * __this, ByteEnum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ByteEnum__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ByteEnum__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ByteEnum_ * __this, ByteEnum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ByteEnum__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ByteEnum_ * __this, ByteEnum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ByteEnum__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117BE70, IEnumerator_1_System_ByteEnum_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ByteEnum__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117C230, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ByteEnum__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ByteEnum_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ByteEnum__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117C4D0, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ByteEnum__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117BE70, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ByteEnum__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ByteEnum__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_ByteEnum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Char___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Char_ * __this, Dictionary_2_System_Int32_System_Char_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0117C5B0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Char__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Char_ * __this, Char__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0117C520, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Char_, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Char__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Char__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Char_ * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Char__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Char__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Char_ * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Char__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Char_ * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Char__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117C6B0, IEnumerator_1_System_Char_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Char__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117C780, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Char__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Char_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Char__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117CA20, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Char__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117C6B0, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Char__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Char__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0117CB20, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0117CA70, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117CC70, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, DiagnosticEvent item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117CCD0, IEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117CDE0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117D090, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117CCD0, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int16___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int16_ * __this, Dictionary_2_System_Int32_System_Int16_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0117C5B0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int16__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int16_ * __this, Int16__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0117C520, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int16_, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int16__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int16__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int16_ * __this, int16_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int16__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int16__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int16_ * __this, int16_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int16__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int16_ * __this, int16_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int16__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117C6B0, IEnumerator_1_System_Int16_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int16__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117D0E0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int16__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int16_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int16__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117D380, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int16__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117C6B0, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int16__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int16__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Pathfinding_Int3___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Pathfinding_Int3_ * __this, Dictionary_2_System_Int32_Pathfinding_Int3_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0117D460, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Pathfinding_Int3__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Pathfinding_Int3_ * __this, Int3__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0117D3D0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_Pathfinding_Int3_, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Pathfinding_Int3__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Pathfinding_Int3__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Pathfinding_Int3_ * __this, Int3 item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Pathfinding_Int3__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117D580, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Pathfinding_Int3__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Pathfinding_Int3_ * __this, Int3 item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Pathfinding_Int3__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Pathfinding_Int3_ * __this, Int3 item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Pathfinding_Int3__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117D5E0, IEnumerator_1_Pathfinding_Int3_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Pathfinding_Int3__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117D6C0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Pathfinding_Int3__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Pathfinding_Int3_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Pathfinding_Int3__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117D960, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Pathfinding_Int3__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117D5E0, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Pathfinding_Int3__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Pathfinding_Int3__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Pathfinding_Int3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117D9B0, void, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32___ctor, (ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ * __this, ADictionary_2_System_Int32_System_Int32_ * param_0000c69d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C848F0, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x0117DB00, void, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__CopyTo, (ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84900, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__CopyTo__MethodInfo); DO_APP_FUNC(0x0117DA70, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32_, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__GetEnumerator, (ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117DCD0, void, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__System_Collections_Generic_ICollection_TValue__Add, (ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ * __this, int32_t param_0000c6a0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C848F8, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__System_Collections_Generic_ICollection_TValue__Add__MethodInfo); DO_APP_FUNC(0x0117DD70, void, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__System_Collections_Generic_ICollection_TValue__Clear, (ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84908, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__System_Collections_Generic_ICollection_TValue__Clear__MethodInfo); DO_APP_FUNC(0x01178B50, bool, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__System_Collections_Generic_ICollection_TValue__Contains, (ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ * __this, int32_t param_0000c6a2, MethodInfo * method)); DO_APP_FUNC(0x0117DD20, bool, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__System_Collections_Generic_ICollection_TValue__Remove, (ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ * __this, int32_t param_0000c6a1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84910, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__System_Collections_Generic_ICollection_TValue__Remove__MethodInfo); DO_APP_FUNC(0x00418D30, bool, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117DDC0, IEnumerator_1_System_Int32_ *, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117DE90, void, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__System_Collections_ICollection_CopyTo, (ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C848E8, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__System_Collections_ICollection_get_IsSynchronized, (ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117E2E0, Object *, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__System_Collections_ICollection_get_SyncRoot, (ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117DDC0, IEnumerator *, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__System_Collections_IEnumerable_GetEnumerator, (ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__get_Count, (ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ * __this, Dictionary_2_System_Int32_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01179620, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32_, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117E330, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117E5D0, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32Enum___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32Enum_ * __this, Dictionary_2_System_Int32_System_Int32Enum_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01179620, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32Enum__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32Enum_ * __this, Int32Enum__Enum__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int32Enum_, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32Enum__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32Enum__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32Enum__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32Enum__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32Enum__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32Enum__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32Enum_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32Enum__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117E620, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32Enum__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32Enum_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32Enum__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117E8C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32Enum__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32Enum__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32Enum__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int64___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int64_ * __this, Dictionary_2_System_Int32_System_Int64_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0117E910, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int64__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int64_ * __this, Int64__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Int64_, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int64__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int64__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int64_ * __this, int64_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int64__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int64__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int64_ * __this, int64_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int64__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int64_ * __this, int64_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int64__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Int64_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int64__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117EA20, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int64__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int64_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int64__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117ECC0, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int64__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int64__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int64__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Int64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117ED10, void, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object___ctor, (ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, ADictionary_2_System_Int32_System_Object_ * param_0000c69d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C848E0, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x0117EE60, void, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__CopyTo, (ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C848C0, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__CopyTo__MethodInfo); DO_APP_FUNC(0x0117EDD0, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object_, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__GetEnumerator, (ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117F050, void, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TValue__Add, (ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, Object * param_0000c6a0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C848B8, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TValue__Add__MethodInfo); DO_APP_FUNC(0x0117F0F0, void, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C848C8, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TValue__Clear__MethodInfo); DO_APP_FUNC(0x01178B50, bool, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, Object * param_0000c6a2, MethodInfo * method)); DO_APP_FUNC(0x0117F0A0, bool, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, Object * param_0000c6a1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C848D0, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TValue__Remove__MethodInfo); DO_APP_FUNC(0x00418D30, bool, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117F140, IEnumerator_1_System_Object_ *, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117F210, void, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_ICollection_CopyTo, (ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C848D8, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_ICollection_get_IsSynchronized, (ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117F610, Object *, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_ICollection_get_SyncRoot, (ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117F140, IEnumerator *, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_IEnumerable_GetEnumerator, (ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__get_Count, (ADictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, Dictionary_2_System_Int32_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x011791C0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117F660, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117F8C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117F910, void, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object___ctor, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, IndexedDictionary_2_System_Int32_System_Object_ * param_0000c6eb, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C848A0, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x0117FA10, void, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__CopyTo, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C848B0, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__CopyTo__MethodInfo); DO_APP_FUNC(0x0117F9D0, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Object_, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__GetEnumerator, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117FC30, void, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TValue__Add, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, Object * param_0000c6ee, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C848A8, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TValue__Add__MethodInfo); DO_APP_FUNC(0x0117FCD0, void, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84888, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TValue__Clear__MethodInfo); DO_APP_FUNC(0x01178B50, bool, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, Object * param_0000c6f0, MethodInfo * method)); DO_APP_FUNC(0x0117FC80, bool, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, Object * param_0000c6ef, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84890, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TValue__Remove__MethodInfo); DO_APP_FUNC(0x00418D30, bool, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117FD20, IEnumerator_1_System_Object_ *, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117FDA0, void, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_ICollection_CopyTo, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84898, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_ICollection_get_IsSynchronized, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011801A0, Object *, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_ICollection_get_SyncRoot, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117FD20, IEnumerator *, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__System_Collections_IEnumerable_GetEnumerator, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object__get_Count, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_PlayerFlashlightBeam___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_PlayerFlashlightBeam_ * __this, Dictionary_2_System_Int32_PlayerFlashlightBeam_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01180280, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_PlayerFlashlightBeam__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_PlayerFlashlightBeam_ * __this, PlayerFlashlightBeam__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_PlayerFlashlightBeam_, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_PlayerFlashlightBeam__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_PlayerFlashlightBeam__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_PlayerFlashlightBeam_ * __this, PlayerFlashlightBeam item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_PlayerFlashlightBeam__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_PlayerFlashlightBeam__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_PlayerFlashlightBeam_ * __this, PlayerFlashlightBeam item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_PlayerFlashlightBeam__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_PlayerFlashlightBeam_ * __this, PlayerFlashlightBeam item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_PlayerFlashlightBeam__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_PlayerFlashlightBeam_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_PlayerFlashlightBeam__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011804E0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_PlayerFlashlightBeam__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_PlayerFlashlightBeam_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_PlayerFlashlightBeam__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180780, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_PlayerFlashlightBeam__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_PlayerFlashlightBeam__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_PlayerFlashlightBeam__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_PlayerFlashlightBeam_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_RenderInstancedDataLayout___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, Dictionary_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x011807D0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_RenderInstancedDataLayout__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, RenderInstancedDataLayout__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_RenderInstancedDataLayout_, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_RenderInstancedDataLayout__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, RenderInstancedDataLayout item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, RenderInstancedDataLayout item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, RenderInstancedDataLayout item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_UnityEngine_RenderInstancedDataLayout_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011808F0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180B90, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_RenderInstancedDataLayout__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_RenderInstancedDataLayout__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_RenderInstancedDataLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Single___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Single_ * __this, Dictionary_2_System_Int32_System_Single_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01180BE0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Single__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Single_ * __this, Single__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_System_Single_, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Single__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Single__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Single_ * __this, float item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Single__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180CE0, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Single__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Single_ * __this, float item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Single__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Single_ * __this, float item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Single__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Single_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Single__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180D20, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Single__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Single_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Single__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180FC0, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Single__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Single__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Single__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_TreeItem___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, Dictionary_2_System_Int32_UnityEngine_UIElements_TreeItem_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01180280, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_TreeItem__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, TreeItem__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_TreeItem_, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_TreeItem__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, TreeItem item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, TreeItem item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, TreeItem item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_UnityEngine_UIElements_TreeItem_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01181010, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011812B0, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_TreeItem__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_TreeItem__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_UIElements_TreeItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector2Int___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector2Int_ * __this, Dictionary_2_System_Int32_UnityEngine_Vector2Int_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0117B2F0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector2Int__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector2Int_ * __this, Vector2Int__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector2Int_, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector2Int__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector2Int__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector2Int_ * __this, Vector2Int item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector2Int__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector2Int__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector2Int_ * __this, Vector2Int item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector2Int__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector2Int_ * __this, Vector2Int item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector2Int__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_UnityEngine_Vector2Int_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector2Int__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01181300, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector2Int__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector2Int_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector2Int__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011815A0, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector2Int__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector2Int__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector2Int__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector4___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector4_ * __this, Dictionary_2_System_Int32_UnityEngine_Vector4_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x011807D0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector4__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector4_ * __this, Vector4__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Vector4_, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector4__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector4__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector4_ * __this, Vector4 item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector4__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector4__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector4_ * __this, Vector4 item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector4__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector4_ * __this, Vector4 item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector4__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_UnityEngine_Vector4_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector4__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011815F0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector4__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector4_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector4__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01181890, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector4__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector4__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector4__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01181980, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, TextResourceManager_FontAssetRef__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011818E0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, TextResourceManager_FontAssetRef item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01181AC0, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, TextResourceManager_FontAssetRef item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, TextResourceManager_FontAssetRef item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01181B20, IEnumerator_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01181C00, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01181EB0, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01181B20, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Int32Enum___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Int32Enum_ * __this, Dictionary_2_System_Int32Enum_System_Int32Enum_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01179620, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Int32Enum__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Int32Enum_ * __this, Int32Enum__Enum__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Int32Enum_, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Int32Enum__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Int32Enum__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Int32Enum__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Int32Enum__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Int32Enum__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Int32Enum__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32Enum_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Int32Enum__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01181F00, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Int32Enum__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Int32Enum_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Int32Enum__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011821A0, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Int32Enum__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Int32Enum__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Int32Enum__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Object_ * __this, Dictionary_2_System_Int32Enum_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x011791C0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32Enum_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011821F0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01182450, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_UnityEngine_UIElements_ComputedStyle___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, Dictionary_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01182560, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_UnityEngine_UIElements_ComputedStyle__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, ComputedStyle__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011824A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int64_UnityEngine_UIElements_ComputedStyle_, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_UnityEngine_UIElements_ComputedStyle__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, ComputedStyle item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011826D0, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, ComputedStyle item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, ComputedStyle item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01182760, IEnumerator_1_UnityEngine_UIElements_ComputedStyle_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01182880, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01182B60, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01182760, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_UnityEngine_UIElements_ComputedStyle__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_UnityEngine_UIElements_ComputedStyle__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Int64_UnityEngine_UIElements_ComputedStyle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Int64_System_Object_ * __this, Dictionary_2_System_Int64_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x011791C0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int64_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int64_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Int64_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Int64_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Int64_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01182BB0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Int64_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01182E10, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Int64_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Int64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_System_Object_ * __this, Dictionary_2_System_IntPtr_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x011791C0, void, Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_IntPtr_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01182E60, void, Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011830C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01183110, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01183240, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011834E0, Object *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01178A30, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01183530, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01183790, Object *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout___ctor, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01183110, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, InputControlLayout_Collection_PrecompiledLayout__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, InputControlLayout_Collection_PrecompiledLayout item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, InputControlLayout_Collection_PrecompiledLayout item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, InputControlLayout_Collection_PrecompiledLayout item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011837E0, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01183A80, Object *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x011791C0, void, Dictionary_2_TKey_TValue_ValueCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01183AD0, void, Dictionary_2_TKey_TValue_ValueCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01183D30, Object *, Dictionary_2_TKey_TValue_ValueCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_System_Object_ * __this, Dictionary_2_Photon_Bolt_NetworkId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x011791C0, void, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01183D80, void, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01183FE0, Object *, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01184030, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, AsyncOperationHandle_1_System_Object___Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011818E0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, AsyncOperationHandle_1_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01181AC0, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, AsyncOperationHandle_1_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, AsyncOperationHandle_1_System_Object_ item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01181B20, IEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01184180, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01184430, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01181B20, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Dictionary_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01184480, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0117B6E0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117B890, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, AsyncOperationHandle item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117B8F0, IEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011845C0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01184870, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117B8F0, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Boolean___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Boolean_ * __this, Dictionary_2_System_Object_System_Boolean_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x011848C0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Boolean__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Boolean_ * __this, Boolean__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0117BCE0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Boolean_, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Boolean__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Boolean__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Boolean_ * __this, bool item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Boolean__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Boolean__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Boolean_ * __this, bool item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Boolean__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Boolean_ * __this, bool item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Boolean__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117BE70, IEnumerator_1_System_Boolean_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Boolean__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011849D0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Boolean__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Boolean_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Boolean__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01184C70, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Boolean__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117BE70, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Boolean__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Boolean__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Bounds___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Bounds_ * __this, Dictionary_2_System_Object_UnityEngine_Bounds_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01184CC0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Bounds__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Bounds_ * __this, Bounds__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0117B6E0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Bounds_, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Bounds__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Bounds__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Bounds_ * __this, Bounds item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Bounds__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117B890, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Bounds__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Bounds_ * __this, Bounds item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Bounds__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Bounds_ * __this, Bounds item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Bounds__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117B8F0, IEnumerator_1_UnityEngine_Bounds_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Bounds__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01184DE0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Bounds__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Bounds_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Bounds__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01185090, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Bounds__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117B8F0, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Bounds__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Bounds__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Bounds_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Byte___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Byte_ * __this, Dictionary_2_System_Object_System_Byte_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x011848C0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Byte__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Byte_ * __this, Byte__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0117BCE0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Byte_, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Byte__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Byte__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Byte_ * __this, uint8_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Byte__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Byte__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Byte_ * __this, uint8_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Byte__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Byte_ * __this, uint8_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Byte__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117BE70, IEnumerator_1_System_Byte_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Byte__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011850E0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Byte__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Byte_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Byte__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01185380, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Byte__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117BE70, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Byte__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Byte__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Byte_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011853D0, void, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char___ctor, (SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char_ * __this, SortedDictionary_2_System_Object_System_Char_ * dictionary, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84880, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char___ctor__MethodInfo); DO_APP_FUNC(0x01185560, void, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char__CopyTo, (SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char_ * __this, Char__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84850, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char__CopyTo__MethodInfo); DO_APP_FUNC(0x01185490, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Char_, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char__GetEnumerator, (SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01185D90, void, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char__System_Collections_Generic_ICollection_TValue__Add, (SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char_ * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84860, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char__System_Collections_Generic_ICollection_TValue__Add__MethodInfo); DO_APP_FUNC(0x01185DF0, void, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char__System_Collections_Generic_ICollection_TValue__Clear, (SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84878, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char__System_Collections_Generic_ICollection_TValue__Clear__MethodInfo); DO_APP_FUNC(0x01185E50, bool, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char__System_Collections_Generic_ICollection_TValue__Contains, (SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char_ * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC(0x01185EA0, bool, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char__System_Collections_Generic_ICollection_TValue__Remove, (SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char_ * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84870, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char__System_Collections_Generic_ICollection_TValue__Remove__MethodInfo); DO_APP_FUNC(0x00418D30, bool, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011854D0, IEnumerator_1_System_Char_ *, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01185830, void, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char__System_Collections_ICollection_CopyTo, (SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84858, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char__System_Collections_ICollection_get_IsSynchronized, (SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01185F00, Object *, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char__System_Collections_ICollection_get_SyncRoot, (SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011854D0, IEnumerator *, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char__System_Collections_IEnumerable_GetEnumerator, (SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01185D50, int32_t, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char__get_Count, (SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Char_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color_ * __this, Dictionary_2_System_Object_UnityEngine_Color_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01185F50, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color_ * __this, Color__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color_, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color_ * __this, Color item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color_ * __this, Color item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color_ * __this, Color item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_UnityEngine_Color_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01186070, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01186310, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color32___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color32_ * __this, Dictionary_2_System_Object_UnityEngine_Color32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01186360, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color32__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color32_ * __this, Color32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Color32_, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color32__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color32__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color32_ * __this, Color32 item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color32__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color32__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color32_ * __this, Color32 item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color32__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color32_ * __this, Color32 item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color32__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_UnityEngine_Color32_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color32__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01186470, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color32__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01186710, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color32__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Color32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01186760, void, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32___ctor, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ * __this, ADictionary_2_System_Object_System_Int32_ * param_0000c69d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84830, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x01186820, void, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__CopyTo, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84828, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__CopyTo__MethodInfo); DO_APP_FUNC(0x0117DA70, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32_, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__GetEnumerator, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011869F0, void, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__System_Collections_Generic_ICollection_TValue__Add, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ * __this, int32_t param_0000c6a0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84840, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__System_Collections_Generic_ICollection_TValue__Add__MethodInfo); DO_APP_FUNC(0x01186A90, void, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__System_Collections_Generic_ICollection_TValue__Clear, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84848, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__System_Collections_Generic_ICollection_TValue__Clear__MethodInfo); DO_APP_FUNC(0x01178B50, bool, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__System_Collections_Generic_ICollection_TValue__Contains, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ * __this, int32_t param_0000c6a2, MethodInfo * method)); DO_APP_FUNC(0x01186A40, bool, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__System_Collections_Generic_ICollection_TValue__Remove, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ * __this, int32_t param_0000c6a1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84838, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__System_Collections_Generic_ICollection_TValue__Remove__MethodInfo); DO_APP_FUNC(0x00418D30, bool, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117DDC0, IEnumerator_1_System_Int32_ *, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01186AE0, void, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__System_Collections_ICollection_CopyTo, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84820, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__System_Collections_ICollection_get_IsSynchronized, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01186F20, Object *, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__System_Collections_ICollection_get_SyncRoot, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117DDC0, IEnumerator *, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__System_Collections_IEnumerable_GetEnumerator, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__get_Count, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ * __this, Dictionary_2_System_Object_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01186360, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32_, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01186F70, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01187210, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01187260, void, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum___ctor, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ * __this, ADictionary_2_System_Object_System_Int32Enum_ * param_0000c69d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C847F8, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum___ctor__MethodInfo); DO_APP_FUNC(0x01187320, void, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__CopyTo, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ * __this, Int32Enum__Enum__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C847F0, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__CopyTo__MethodInfo); DO_APP_FUNC(0x0117DA70, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum_, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__GetEnumerator, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011874F0, void, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_TValue__Add, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ * __this, Int32Enum__Enum param_0000c6a0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84808, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_TValue__Add__MethodInfo); DO_APP_FUNC(0x01187590, void, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_TValue__Clear, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84810, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_TValue__Clear__MethodInfo); DO_APP_FUNC(0x01178B50, bool, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_TValue__Contains, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ * __this, Int32Enum__Enum param_0000c6a2, MethodInfo * method)); DO_APP_FUNC(0x01187540, bool, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_TValue__Remove, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ * __this, Int32Enum__Enum param_0000c6a1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84800, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_TValue__Remove__MethodInfo); DO_APP_FUNC(0x00418D30, bool, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117DDC0, IEnumerator_1_System_Int32Enum_ *, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011875E0, void, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__System_Collections_ICollection_CopyTo, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84818, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__System_Collections_ICollection_get_IsSynchronized, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01187A20, Object *, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__System_Collections_ICollection_get_SyncRoot, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117DDC0, IEnumerator *, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__System_Collections_IEnumerable_GetEnumerator, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__get_Count, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ * __this, Dictionary_2_System_Object_System_Int32Enum_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01186360, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ * __this, Int32Enum__Enum__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Int32Enum_, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32Enum_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01187A70, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01187D10, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01187D60, void, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object___ctor, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, ADictionary_2_System_Object_System_Object_ * param_0000c69d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C847E8, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x01187E20, void, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__CopyTo, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C847E0, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__CopyTo__MethodInfo); DO_APP_FUNC(0x0117EDD0, ADictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object_, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__GetEnumerator, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01188010, void, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TValue__Add, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, Object * param_0000c6a0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C847C8, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TValue__Add__MethodInfo); DO_APP_FUNC(0x011880B0, void, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C847D0, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TValue__Clear__MethodInfo); DO_APP_FUNC(0x01178B50, bool, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, Object * param_0000c6a2, MethodInfo * method)); DO_APP_FUNC(0x01188060, bool, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, Object * param_0000c6a1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C847C0, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TValue__Remove__MethodInfo); DO_APP_FUNC(0x00418D30, bool, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117F140, IEnumerator_1_System_Object_ *, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01188100, void, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_ICollection_CopyTo, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C847D8, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_ICollection_get_IsSynchronized, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01188500, Object *, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_ICollection_get_SyncRoot, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117F140, IEnumerator *, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__get_Count, (ADictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, Dictionary_2_System_Object_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x011791C0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01188550, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011887B0, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01188800, void, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object___ctor, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, IndexedDictionary_2_System_Object_System_Object_ * param_0000c6eb, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C847A8, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x011888C0, void, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__CopyTo, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C847A0, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__CopyTo__MethodInfo); DO_APP_FUNC(0x0117F9D0, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object_, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__GetEnumerator, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01188AE0, void, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TValue__Add, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, Object * param_0000c6ee, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C847B8, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TValue__Add__MethodInfo); DO_APP_FUNC(0x01188B80, void, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84780, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TValue__Clear__MethodInfo); DO_APP_FUNC(0x01178B50, bool, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, Object * param_0000c6f0, MethodInfo * method)); DO_APP_FUNC(0x01188B30, bool, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, Object * param_0000c6ef, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C847B0, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TValue__Remove__MethodInfo); DO_APP_FUNC(0x00418D30, bool, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117FD20, IEnumerator_1_System_Object_ *, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01188BD0, void, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_ICollection_CopyTo, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84788, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_ICollection_get_IsSynchronized, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01188FD0, Object *, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_ICollection_get_SyncRoot, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117FD20, IEnumerator *, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__get_Count, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01189020, void, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object___ctor, (SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, SortedDictionary_2_System_Object_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84798, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x011890E0, void, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__CopyTo, (SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84790, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__CopyTo__MethodInfo); DO_APP_FUNC(0x01185490, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Object_, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__GetEnumerator, (SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011898D0, void, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TValue__Add, (SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84760, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TValue__Add__MethodInfo); DO_APP_FUNC(0x01189930, void, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84778, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TValue__Clear__MethodInfo); DO_APP_FUNC(0x01185E50, bool, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01189990, bool, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84770, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TValue__Remove__MethodInfo); DO_APP_FUNC(0x00418D30, bool, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011854D0, IEnumerator_1_System_Object_ *, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011893B0, void, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_ICollection_CopyTo, (SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C84768, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_ICollection_get_IsSynchronized, (SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011899F0, Object *, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_ICollection_get_SyncRoot, (SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011854D0, IEnumerator *, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01185D50, int32_t, SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object__get_Count, (SortedDictionary_2_TKey_TValue_ValueCollection_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Dictionary_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01189A40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, ObjectSurface__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, ObjectSurface item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, ObjectSurface item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, ObjectSurface item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01189B70, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01189E10, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Dictionary_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01189F10, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, OriginalMaterialValue__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01189E60, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, OriginalMaterialValue item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118A040, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, OriginalMaterialValue item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, OriginalMaterialValue item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118A0A0, IEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118A1A0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118A450, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118A0A0, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Playables_Playable___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Playables_Playable_ * __this, Dictionary_2_System_Object_UnityEngine_Playables_Playable_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01185F50, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Playables_Playable__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Playables_Playable_ * __this, Playable__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Playables_Playable_, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Playables_Playable__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Playables_Playable__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Playables_Playable_ * __this, Playable item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Playables_Playable__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Playables_Playable__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Playables_Playable_ * __this, Playable item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Playables_Playable__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Playables_Playable_ * __this, Playable item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Playables_Playable__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_UnityEngine_Playables_Playable_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Playables_Playable__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118A4A0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Playables_Playable__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Playables_Playable_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Playables_Playable__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118A740, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Playables_Playable__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Playables_Playable__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Playables_Playable__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Playables_Playable_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0118A790, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, ProbeVolumeBakingProcessSettings__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011818E0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, ProbeVolumeBakingProcessSettings item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01181AC0, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, ProbeVolumeBakingProcessSettings item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, ProbeVolumeBakingProcessSettings item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01181B20, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118A8C0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118AB70, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01181B20, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Resources_ResourceLocator___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Resources_ResourceLocator_ * __this, Dictionary_2_System_Object_System_Resources_ResourceLocator_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01189A40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Resources_ResourceLocator__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Resources_ResourceLocator_ * __this, ResourceLocator__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Resources_ResourceLocator_, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Resources_ResourceLocator__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Resources_ResourceLocator__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Resources_ResourceLocator_ * __this, ResourceLocator item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Resources_ResourceLocator__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Resources_ResourceLocator__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Resources_ResourceLocator_ * __this, ResourceLocator item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Resources_ResourceLocator__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Resources_ResourceLocator_ * __this, ResourceLocator item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Resources_ResourceLocator__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_System_Resources_ResourceLocator_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Resources_ResourceLocator__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118ABC0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Resources_ResourceLocator__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Resources_ResourceLocator_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Resources_ResourceLocator__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118AE60, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Resources_ResourceLocator__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Resources_ResourceLocator__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Resources_ResourceLocator__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Resources_ResourceLocator_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Single___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Single_ * __this, Dictionary_2_System_Object_System_Single_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0118AEB0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Single__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Single_ * __this, Single__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_Single_, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Single__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Single__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Single_ * __this, float item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Single__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180CE0, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Single__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Single_ * __this, float item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Single__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Single_ * __this, float item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Single__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Single_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Single__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118AFC0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Single__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Single_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Single__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118B260, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Single__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Single__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Single__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Dictionary_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01189A40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, StylePropertyValue item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118B2B0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118B550, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_TextureId___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_TextureId_ * __this, Dictionary_2_System_Object_UnityEngine_UIElements_TextureId_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01186360, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_TextureId__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_TextureId_ * __this, TextureId__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_TextureId_, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_TextureId__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_TextureId__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_TextureId_ * __this, TextureId item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_TextureId__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_TextureId__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_TextureId_ * __this, TextureId item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_TextureId__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_TextureId_ * __this, TextureId item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_TextureId__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_UnityEngine_UIElements_TextureId_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_TextureId__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118B5A0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_TextureId__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_TextureId_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_TextureId__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118B840, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_TextureId__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_TextureId__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_TextureId__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_TextureId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_TimeSpan___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_TimeSpan_ * __this, Dictionary_2_System_Object_System_TimeSpan_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0117E910, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_TimeSpan__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_TimeSpan_ * __this, TimeSpan__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_System_TimeSpan_, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_TimeSpan__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_TimeSpan__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_TimeSpan_ * __this, TimeSpan item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_TimeSpan__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_TimeSpan__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_TimeSpan_ * __this, TimeSpan item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_TimeSpan__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_TimeSpan_ * __this, TimeSpan item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_TimeSpan__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_TimeSpan_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_TimeSpan__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118B890, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_TimeSpan__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_TimeSpan_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_TimeSpan__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118BB30, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_TimeSpan__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_TimeSpan__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_TimeSpan__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_System_TimeSpan_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_UdpEndPoint___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_UdpEndPoint_ * __this, Dictionary_2_System_Object_UdpKit_UdpEndPoint_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0118BC30, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_UdpEndPoint__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_UdpEndPoint_ * __this, UdpEndPoint__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0118BB80, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_UdpEndPoint_, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_UdpEndPoint__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_UdpEndPoint__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_UdpEndPoint_ * __this, UdpEndPoint item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_UdpEndPoint__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118BD70, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_UdpEndPoint__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_UdpEndPoint_ * __this, UdpEndPoint item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_UdpEndPoint__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_UdpEndPoint_ * __this, UdpEndPoint item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_UdpEndPoint__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118BDD0, IEnumerator_1_UdpKit_UdpEndPoint_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_UdpEndPoint__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118BEC0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_UdpEndPoint__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_UdpEndPoint_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_UdpEndPoint__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118C180, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_UdpEndPoint__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118BDD0, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_UdpEndPoint__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_UdpEndPoint__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_UdpEndPoint_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector2___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector2_ * __this, Dictionary_2_System_Object_UnityEngine_Vector2_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0118C1D0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector2__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector2_ * __this, Vector2__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector2_, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector2__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector2__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector2_ * __this, Vector2 item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector2__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118C2F0, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector2__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector2_ * __this, Vector2 item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector2__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector2_ * __this, Vector2 item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector2__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_UnityEngine_Vector2_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector2__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118C340, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector2__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector2_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector2__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118C5E0, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector2__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector2__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector2__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector3___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector3_ * __this, Dictionary_2_System_Object_UnityEngine_Vector3_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0118C630, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector3__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector3_ * __this, Vector3__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0117D3D0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Vector3_, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector3__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector3__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector3_ * __this, Vector3 item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector3__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117D580, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector3__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector3_ * __this, Vector3 item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector3__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector3_ * __this, Vector3 item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector3__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117D5E0, IEnumerator_1_UnityEngine_Vector3_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector3__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118C750, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector3__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector3_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector3__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118CA00, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector3__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117D5E0, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector3__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector3__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Dictionary_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0118CB00, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0118CA50, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118CCE0, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118CDB0, IEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118CF20, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118D250, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118CDB0, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Dictionary_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0117E910, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, InputSystemUIInputModule_InputActionReferenceState__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, InputSystemUIInputModule_InputActionReferenceState item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, InputSystemUIInputModule_InputActionReferenceState item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, InputSystemUIInputModule_InputActionReferenceState item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118D2A0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118D540, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Dictionary_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0118D650, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0118D590, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118D7C0, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, JsonParser_JsonValue item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118D840, IEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118D970, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118DC40, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118D840, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Dictionary_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01186360, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, ProbeReferenceVolume_RegId__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, ProbeReferenceVolume_RegId item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, ProbeReferenceVolume_RegId item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, ProbeReferenceVolume_RegId item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118DC90, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118DF30, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0118DF80, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, ProtocolClient_AckCallback__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01189E60, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, ProtocolClient_AckCallback item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118A040, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, ProtocolClient_AckCallback item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, ProtocolClient_AckCallback item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118A0A0, IEnumerator_1_UdpKit_Protocol_ProtocolClient_AckCallback_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118E0C0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118E370, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118A0A0, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Dictionary_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0118DF80, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, ProtocolClient_MsgHandler__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01189E60, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, ProtocolClient_MsgHandler item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118A040, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, ProtocolClient_MsgHandler item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, ProtocolClient_MsgHandler item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118A0A0, IEnumerator_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118E3C0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118E670, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118A0A0, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118E6C0, void, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, IndexedDictionary_2_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * param_0000c6eb, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C868B8, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor__MethodInfo); DO_APP_FUNC(0x0118E7C0, void, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__CopyTo, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C868C8, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__CopyTo__MethodInfo); DO_APP_FUNC(0x0118E780, IndexedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__GetEnumerator, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118EA00, void, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_ICollection_TValue__Add, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo param_0000c6ee, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C868C0, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_ICollection_TValue__Add__MethodInfo); DO_APP_FUNC(0x0118EAA0, void, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_ICollection_TValue__Clear, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C868D0, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_ICollection_TValue__Clear__MethodInfo); DO_APP_FUNC(0x0117B890, bool, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_ICollection_TValue__Contains, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo param_0000c6f0, MethodInfo * method)); DO_APP_FUNC(0x0118EA50, bool, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_ICollection_TValue__Remove, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo param_0000c6ef, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C868D8, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_ICollection_TValue__Remove__MethodInfo); DO_APP_FUNC(0x00418D30, bool, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118EAF0, IEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ *, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118EB80, void, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_ICollection_CopyTo, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C868B0, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_ICollection_get_IsSynchronized, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118EFB0, Object *, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_ICollection_get_SyncRoot, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118EAF0, IEnumerator *, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEnumerable_GetEnumerator, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_Count, (IndexedDictionary_2_TKey_TValue_ValueCollection_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Dictionary_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0117E910, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, StyleComplexSelector_PseudoStateData__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, StyleComplexSelector_PseudoStateData item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, StyleComplexSelector_PseudoStateData item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, StyleComplexSelector_PseudoStateData item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118F000, void, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118F2A0, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_PrefabId_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_PrefabId_System_Object_ * __this, Dictionary_2_Photon_Bolt_PrefabId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x011791C0, void, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_PrefabId_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_PrefabId_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_PrefabId_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_PrefabId_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_PrefabId_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_PrefabId_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_PrefabId_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_PrefabId_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_PrefabId_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_PrefabId_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_PrefabId_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_PrefabId_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_PrefabId_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118F2F0, void, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_PrefabId_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_PrefabId_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_PrefabId_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118F550, Object *, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_PrefabId_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_PrefabId_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_PrefabId_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_PrefabId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_RaycastHit_System_Int32___ctor, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_RaycastHit_System_Int32_ * __this, Dictionary_2_UnityEngine_RaycastHit_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0118F5A0, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_RaycastHit_System_Int32__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_RaycastHit_System_Int32_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_RaycastHit_System_Int32_, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_RaycastHit_System_Int32__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_RaycastHit_System_Int32__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_RaycastHit_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_RaycastHit_System_Int32__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_RaycastHit_System_Int32__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_RaycastHit_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_RaycastHit_System_Int32__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_RaycastHit_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_RaycastHit_System_Int32__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32_ *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_RaycastHit_System_Int32__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118F6A0, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_RaycastHit_System_Int32__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_RaycastHit_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_RaycastHit_System_Int32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118F940, Object *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_RaycastHit_System_Int32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_RaycastHit_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_RaycastHit_System_Int32__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_RaycastHit_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Single_SplineMesh_CurveSample___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Single_SplineMesh_CurveSample_ * __this, Dictionary_2_System_Single_SplineMesh_CurveSample_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0118F990, void, Dictionary_2_TKey_TValue_ValueCollection_System_Single_SplineMesh_CurveSample__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Single_SplineMesh_CurveSample_ * __this, CurveSample__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0118D590, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Single_SplineMesh_CurveSample_, Dictionary_2_TKey_TValue_ValueCollection_System_Single_SplineMesh_CurveSample__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Single_SplineMesh_CurveSample__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Single_SplineMesh_CurveSample_ * __this, CurveSample item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Single_SplineMesh_CurveSample__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118D7C0, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Single_SplineMesh_CurveSample__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Single_SplineMesh_CurveSample_ * __this, CurveSample item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Single_SplineMesh_CurveSample__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Single_SplineMesh_CurveSample_ * __this, CurveSample item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Single_SplineMesh_CurveSample__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118D840, IEnumerator_1_SplineMesh_CurveSample_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Single_SplineMesh_CurveSample__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118FAD0, void, Dictionary_2_TKey_TValue_ValueCollection_System_Single_SplineMesh_CurveSample__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Single_SplineMesh_CurveSample_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Single_SplineMesh_CurveSample__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118FDA0, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Single_SplineMesh_CurveSample__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118D840, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Single_SplineMesh_CurveSample__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Single_SplineMesh_CurveSample__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Single_SplineMesh_CurveSample_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x011791C0, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118FDF0, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01190050, Object *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01178A30, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011900A0, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01190300, Object *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_TypeId_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_TypeId_System_Object_ * __this, Dictionary_2_Photon_Bolt_TypeId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x011791C0, void, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_TypeId_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_TypeId_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_TypeId_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_TypeId_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_TypeId_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_TypeId_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_TypeId_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_TypeId_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_TypeId_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_TypeId_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_TypeId_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_TypeId_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_TypeId_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01190350, void, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_TypeId_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_TypeId_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_TypeId_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011905B0, Object *, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_TypeId_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_TypeId_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_TypeId_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_TypeId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_System_Object_ * __this, Dictionary_2_System_UInt16_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x011791C0, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01190600, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01190860, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_PlayerChannel___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_PlayerChannel_ * __this, Dictionary_2_System_UInt16_Dissonance_PlayerChannel_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x011908B0, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_PlayerChannel__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_PlayerChannel_ * __this, PlayerChannel__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011818E0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_PlayerChannel_, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_PlayerChannel__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_PlayerChannel__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_PlayerChannel_ * __this, PlayerChannel item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_PlayerChannel__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01181AC0, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_PlayerChannel__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_PlayerChannel_ * __this, PlayerChannel item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_PlayerChannel__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_PlayerChannel_ * __this, PlayerChannel item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_PlayerChannel__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01181B20, IEnumerator_1_Dissonance_PlayerChannel_ *, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_PlayerChannel__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011909F0, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_PlayerChannel__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_PlayerChannel_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_PlayerChannel__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01190CA0, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_PlayerChannel__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01181B20, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_PlayerChannel__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_PlayerChannel__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_PlayerChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_RoomChannel___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_RoomChannel_ * __this, Dictionary_2_System_UInt16_Dissonance_RoomChannel_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01190CF0, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_RoomChannel__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_RoomChannel_ * __this, RoomChannel__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01189E60, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt16_Dissonance_RoomChannel_, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_RoomChannel__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_RoomChannel__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_RoomChannel_ * __this, RoomChannel item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_RoomChannel__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118A040, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_RoomChannel__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_RoomChannel_ * __this, RoomChannel item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_RoomChannel__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_RoomChannel_ * __this, RoomChannel item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_RoomChannel__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118A0A0, IEnumerator_1_Dissonance_RoomChannel_ *, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_RoomChannel__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01190E30, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_RoomChannel__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_RoomChannel_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_RoomChannel__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011910E0, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_RoomChannel__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0118A0A0, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_RoomChannel__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_RoomChannel__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt16_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Boolean___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Boolean_ * __this, Dictionary_2_System_UInt32_System_Boolean_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0117BD70, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Boolean__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Boolean_ * __this, Boolean__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0117BCE0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Boolean_, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Boolean__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Boolean__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Boolean_ * __this, bool item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Boolean__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Boolean__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Boolean_ * __this, bool item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Boolean__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Boolean_ * __this, bool item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Boolean__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117BE70, IEnumerator_1_System_Boolean_ *, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Boolean__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01191130, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Boolean__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Boolean_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Boolean__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011913D0, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Boolean__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117BE70, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Boolean__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Boolean__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Dictionary_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x011914D0, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01191420, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01191610, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, GlyphPairAdjustmentRecord item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01191680, IEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ *, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01191790, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01191A50, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01191680, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Int32___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Int32_ * __this, Dictionary_2_System_UInt32_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01179620, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Int32__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Int32_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Int32_, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Int32__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Int32__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Int32__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Int32__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Int32__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Int32__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32_ *, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Int32__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01191AA0, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Int32__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Int32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01191D40, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Int32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Int32__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Object_ * __this, Dictionary_2_System_UInt32_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x011791C0, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01191D90, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01191FF0, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_SessionClient___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_SessionClient_ * __this, Dictionary_2_System_UInt32_SessionClient_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x011920F0, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_SessionClient__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_SessionClient_ * __this, SessionClient__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01192040, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt32_SessionClient_, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_SessionClient__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_SessionClient__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_SessionClient_ * __this, SessionClient item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_SessionClient__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01192240, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_SessionClient__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_SessionClient_ * __this, SessionClient item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_SessionClient__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_SessionClient_ * __this, SessionClient item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_SessionClient__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011922B0, IEnumerator_1_SessionClient_ *, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_SessionClient__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011923D0, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_SessionClient__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_SessionClient_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_SessionClient__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01192690, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_SessionClient__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011922B0, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_SessionClient__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_SessionClient__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt32_SessionClient_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ * __this, Dictionary_2_System_UInt64_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x011791C0, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011926E0, void, Dictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01192940, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01192990, void, SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object___ctor, (SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ * __this, SortedDictionary_2_System_UInt64_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C868A0, SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x01192A50, void, SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__CopyTo, (SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C868A8, SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__CopyTo__MethodInfo); DO_APP_FUNC(0x01185490, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_System_Object_, SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__GetEnumerator, (SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01193240, void, SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__System_Collections_Generic_ICollection_TValue__Add, (SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86890, SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__System_Collections_Generic_ICollection_TValue__Add__MethodInfo); DO_APP_FUNC(0x011932A0, void, SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86888, SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__System_Collections_Generic_ICollection_TValue__Clear__MethodInfo); DO_APP_FUNC(0x01185E50, bool, SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01193300, bool, SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86898, SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__System_Collections_Generic_ICollection_TValue__Remove__MethodInfo); DO_APP_FUNC(0x00418D30, bool, SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011854D0, IEnumerator_1_System_Object_ *, SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01192D20, void, SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__System_Collections_ICollection_CopyTo, (SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86880, SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__System_Collections_ICollection_get_IsSynchronized, (SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01193360, Object *, SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__System_Collections_ICollection_get_SyncRoot, (SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011854D0, IEnumerator *, SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__System_Collections_IEnumerable_GetEnumerator, (SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01185D50, int32_t, SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object__get_Count, (SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor, (Dictionary_2_TKey_TValue_ValueCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x011933B0, void, Dictionary_2_TKey_TValue_ValueCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, ObjectSurface__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_, Dictionary_2_TKey_TValue_ValueCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, ObjectSurface item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_ValueCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, ObjectSurface item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, ObjectSurface item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ *, Dictionary_2_TKey_TValue_ValueCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011934E0, void, Dictionary_2_TKey_TValue_ValueCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01193780, Object *, Dictionary_2_TKey_TValue_ValueCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_System_Object_ * __this, Dictionary_2_UdpKit_UdpChannelName_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01178A30, void, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpChannelName_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011937D0, void, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01193A30, Object *, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_Object_ * __this, Dictionary_2_UdpKit_UdpEndPoint_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01193A80, void, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01193BA0, void, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01193E00, Object *, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_UInt32___ctor, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_UInt32_ * __this, Dictionary_2_UdpKit_UdpEndPoint_System_UInt32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01193E50, void, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_UInt32__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_UInt32_ * __this, UInt32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_System_UInt32_, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_UInt32__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_UInt32__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_UInt32_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_UInt32__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_UInt32__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_UInt32_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_UInt32__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_UInt32_ * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_UInt32__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_UInt32_ *, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_UInt32__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01193F50, void, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_UInt32__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_UInt32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_UInt32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011941F0, Object *, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_UInt32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_UInt32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_UInt32__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_System_Object_ * __this, Dictionary_2_Photon_Bolt_UniqueId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01178A30, void, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01194240, void, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011944A0, Object *, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3_System_Int32___ctor, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3_System_Int32_ * __this, Dictionary_2_UnityEngine_Vector3_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x0117AF00, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3_System_Int32__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3_System_Int32_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Vector3_System_Int32_, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3_System_Int32__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3_System_Int32__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3_System_Int32__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3_System_Int32__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3_System_Int32__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3_System_Int32__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32_ *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3_System_Int32__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011944F0, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3_System_Int32__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3_System_Int32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01194790, Object *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3_System_Int32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3_System_Int32__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3Int_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3Int_System_Object_ * __this, Dictionary_2_UnityEngine_Vector3Int_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01178A30, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3Int_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3Int_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Vector3Int_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3Int_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3Int_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3Int_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3Int_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3Int_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3Int_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3Int_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3Int_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3Int_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3Int_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011947E0, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3Int_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3Int_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3Int_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01194A40, Object *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3Int_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3Int_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3Int_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Vector3Int_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef___ctor, (Dictionary_2_TKey_TValue_ValueCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, Dictionary_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01183110, void, Dictionary_2_TKey_TValue_ValueCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, XPathNodeRef__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_, Dictionary_2_TKey_TValue_ValueCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, XPathNodeRef item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_ValueCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, XPathNodeRef item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, XPathNodeRef item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef_ *, Dictionary_2_TKey_TValue_ValueCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01194A90, void, Dictionary_2_TKey_TValue_ValueCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01194D30, Object *, Dictionary_2_TKey_TValue_ValueCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01178A30, void, Dictionary_2_TKey_TValue_ValueCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01194D80, void, Dictionary_2_TKey_TValue_ValueCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01194FE0, Object *, Dictionary_2_TKey_TValue_ValueCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, Dictionary_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01195030, void, Dictionary_2_TKey_TValue_ValueCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MemberRelationshipService_RelationshipEntry__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0117B6E0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_, Dictionary_2_TKey_TValue_ValueCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MemberRelationshipService_RelationshipEntry item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117B890, bool, Dictionary_2_TKey_TValue_ValueCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MemberRelationshipService_RelationshipEntry item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MemberRelationshipService_RelationshipEntry item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117B8F0, IEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ *, Dictionary_2_TKey_TValue_ValueCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01195170, void, Dictionary_2_TKey_TValue_ValueCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01195420, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117B8F0, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x011791C0, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01195470, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011956D0, Object *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta___ctor, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01189A40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, ProbeBrickIndex_BrickMeta__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011801F0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, ProbeBrickIndex_BrickMeta item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011803B0, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, ProbeBrickIndex_BrickMeta item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, ProbeBrickIndex_BrickMeta item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01195720, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011959C0, Object *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01180400, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo___ctor, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01195A10, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, ProbeBrickIndex_CellIndexUpdateInfo__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x0117CA70, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, ProbeBrickIndex_CellIndexUpdateInfo item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117CC70, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, ProbeBrickIndex_CellIndexUpdateInfo item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, ProbeBrickIndex_CellIndexUpdateInfo item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117CCD0, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01195B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01195DF0, Object *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0117CCD0, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01195E40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01195F50, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011961B0, Object *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01179D90, void, Dictionary_2_TKey_TValue_ValueCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01196200, void, Dictionary_2_TKey_TValue_ValueCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01196460, Object *, Dictionary_2_TKey_TValue_ValueCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32___ctor, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x011964B0, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, Int32__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32_ *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011965B0, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01196850, Object *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum___ctor, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x011964B0, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, Int32Enum__Enum__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01179590, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator_1_System_Int32Enum_ *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011968A0, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01196B40, Object *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01179720, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01178A30, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01196B90, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01196DF0, Object *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x011791C0, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01196E40, void, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011970A0, Object *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178930, void, Dictionary_2_TKey_TValue_ValueCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object___ctor, (Dictionary_2_TKey_TValue_ValueCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x011970F0, void, Dictionary_2_TKey_TValue_ValueCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011789A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_, Dictionary_2_TKey_TValue_ValueCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_Generic_ICollection_TValue__Add, (Dictionary_2_TKey_TValue_ValueCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, void, Dictionary_2_TKey_TValue_ValueCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_Generic_ICollection_TValue__Clear, (Dictionary_2_TKey_TValue_ValueCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B50, bool, Dictionary_2_TKey_TValue_ValueCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_Generic_ICollection_TValue__Contains, (Dictionary_2_TKey_TValue_ValueCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01178B40, bool, Dictionary_2_TKey_TValue_ValueCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_Generic_ICollection_TValue__Remove, (Dictionary_2_TKey_TValue_ValueCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, Dictionary_2_TKey_TValue_ValueCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_Generic_ICollection_TValue__get_IsReadOnly, (Dictionary_2_TKey_TValue_ValueCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator_1_System_Object_ *, Dictionary_2_TKey_TValue_ValueCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_Generic_IEnumerable_TValue__GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01197210, void, Dictionary_2_TKey_TValue_ValueCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_ICollection_CopyTo, (Dictionary_2_TKey_TValue_ValueCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00418D40, bool, Dictionary_2_TKey_TValue_ValueCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_ICollection_get_IsSynchronized, (Dictionary_2_TKey_TValue_ValueCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01197470, Object *, Dictionary_2_TKey_TValue_ValueCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_ICollection_get_SyncRoot, (Dictionary_2_TKey_TValue_ValueCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01178B90, IEnumerator *, Dictionary_2_TKey_TValue_ValueCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__System_Collections_IEnumerable_GetEnumerator, (Dictionary_2_TKey_TValue_ValueCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, int32_t, Dictionary_2_TKey_TValue_ValueCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object__get_Count, (Dictionary_2_TKey_TValue_ValueCollection_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BABE0, void, SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2__ctor, (SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2 * __this, SortedList_2_System_Int32_System_ValueTuple_2__4 * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01197530, void, SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2_Add, (SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2 * __this, ValueTuple_2_Object_Int32_ key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86858, SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2_Add__MethodInfo); DO_APP_FUNC(0x01197590, void, SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2_Clear, (SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86850, SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2_Clear__MethodInfo); DO_APP_FUNC(0x011975F0, bool, SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2_Contains, (SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2 * __this, ValueTuple_2_Object_Int32_ value, MethodInfo * method)); DO_APP_FUNC(0x01197640, void, SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2_CopyTo, (SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2 * __this, ValueTuple_2_Object_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01197950, IEnumerator_1_System_ValueTuple_2__11 *, SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2_GetEnumerator, (SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x011979D0, int32_t, SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2_IndexOf, (SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2 * __this, ValueTuple_2_Object_Int32_ value, MethodInfo * method)); DO_APP_FUNC(0x01197830, void, SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2_Insert, (SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2 * __this, int32_t index, ValueTuple_2_Object_Int32_ value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86860, SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2_Insert__MethodInfo); DO_APP_FUNC(0x01197A80, bool, SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2_Remove, (SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2 * __this, ValueTuple_2_Object_Int32_ value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86870, SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2_Remove__MethodInfo); DO_APP_FUNC(0x01197AE0, void, SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2_RemoveAt, (SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86818, SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2_RemoveAt__MethodInfo); DO_APP_FUNC(0x011976C0, void, SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2_System_Collections_ICollection_CopyTo, (SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2 * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86868, SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2_System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2_System_Collections_ICollection_get_IsSynchronized, (SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x011974E0, Object *, SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2_System_Collections_ICollection_get_SyncRoot, (SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01197950, IEnumerator *, SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2_System_Collections_IEnumerable_GetEnumerator, (SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x011974C0, int32_t, SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2_get_Count, (SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2_get_IsReadOnly, (SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01197890, ValueTuple_2_Object_Int32_, SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2_get_Item, (SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x011978F0, void, SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2_set_Item, (SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2 * __this, int32_t index, ValueTuple_2_Object_Int32_ value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86878, SortedList_2_TKey_TValue_ValueList_System_Int32_System_ValueTuple_2__2_set_Item__MethodInfo); DO_APP_FUNC(0x003BABE0, void, SortedList_2_TKey_TValue_ValueList_System_Object_System_Object___ctor, (SortedList_2_TKey_TValue_ValueList_System_Object_System_Object_ * __this, SortedList_2_System_Object_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x01197B90, void, SortedList_2_TKey_TValue_ValueList_System_Object_System_Object__Add, (SortedList_2_TKey_TValue_ValueList_System_Object_System_Object_ * __this, Object * key, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86820, SortedList_2_TKey_TValue_ValueList_System_Object_System_Object__Add__MethodInfo); DO_APP_FUNC(0x01197BF0, void, SortedList_2_TKey_TValue_ValueList_System_Object_System_Object__Clear, (SortedList_2_TKey_TValue_ValueList_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86830, SortedList_2_TKey_TValue_ValueList_System_Object_System_Object__Clear__MethodInfo); DO_APP_FUNC(0x01197C50, bool, SortedList_2_TKey_TValue_ValueList_System_Object_System_Object__Contains, (SortedList_2_TKey_TValue_ValueList_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01197640, void, SortedList_2_TKey_TValue_ValueList_System_Object_System_Object__CopyTo, (SortedList_2_TKey_TValue_ValueList_System_Object_System_Object_ * __this, Object__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x01197950, IEnumerator_1_System_Object_ *, SortedList_2_TKey_TValue_ValueList_System_Object_System_Object__GetEnumerator, (SortedList_2_TKey_TValue_ValueList_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01197F00, int32_t, SortedList_2_TKey_TValue_ValueList_System_Object_System_Object__IndexOf, (SortedList_2_TKey_TValue_ValueList_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x01197E00, void, SortedList_2_TKey_TValue_ValueList_System_Object_System_Object__Insert, (SortedList_2_TKey_TValue_ValueList_System_Object_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86840, SortedList_2_TKey_TValue_ValueList_System_Object_System_Object__Insert__MethodInfo); DO_APP_FUNC(0x01197FA0, bool, SortedList_2_TKey_TValue_ValueList_System_Object_System_Object__Remove, (SortedList_2_TKey_TValue_ValueList_System_Object_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86810, SortedList_2_TKey_TValue_ValueList_System_Object_System_Object__Remove__MethodInfo); DO_APP_FUNC(0x01198000, void, SortedList_2_TKey_TValue_ValueList_System_Object_System_Object__RemoveAt, (SortedList_2_TKey_TValue_ValueList_System_Object_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86808, SortedList_2_TKey_TValue_ValueList_System_Object_System_Object__RemoveAt__MethodInfo); DO_APP_FUNC(0x01197C90, void, SortedList_2_TKey_TValue_ValueList_System_Object_System_Object__System_Collections_ICollection_CopyTo, (SortedList_2_TKey_TValue_ValueList_System_Object_System_Object_ * __this, Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86828, SortedList_2_TKey_TValue_ValueList_System_Object_System_Object__System_Collections_ICollection_CopyTo__MethodInfo); DO_APP_FUNC(0x00418D40, bool, SortedList_2_TKey_TValue_ValueList_System_Object_System_Object__System_Collections_ICollection_get_IsSynchronized, (SortedList_2_TKey_TValue_ValueList_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01197B40, Object *, SortedList_2_TKey_TValue_ValueList_System_Object_System_Object__System_Collections_ICollection_get_SyncRoot, (SortedList_2_TKey_TValue_ValueList_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01197950, IEnumerator *, SortedList_2_TKey_TValue_ValueList_System_Object_System_Object__System_Collections_IEnumerable_GetEnumerator, (SortedList_2_TKey_TValue_ValueList_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011974C0, int32_t, SortedList_2_TKey_TValue_ValueList_System_Object_System_Object__get_Count, (SortedList_2_TKey_TValue_ValueList_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, SortedList_2_TKey_TValue_ValueList_System_Object_System_Object__get_IsReadOnly, (SortedList_2_TKey_TValue_ValueList_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01197E60, Object *, SortedList_2_TKey_TValue_ValueList_System_Object_System_Object__get_Item, (SortedList_2_TKey_TValue_ValueList_System_Object_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x01197EA0, void, SortedList_2_TKey_TValue_ValueList_System_Object_System_Object__set_Item, (SortedList_2_TKey_TValue_ValueList_System_Object_System_Object_ * __this, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86838, SortedList_2_TKey_TValue_ValueList_System_Object_System_Object__set_Item__MethodInfo); DO_APP_FUNC(0x01198060, void, ValueListBuilder_1_System_Int32__2__ctor, (ValueListBuilder_1_System_Int32__2 * __this, Span_1_Int32_ initialSpan, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7758, ValueListBuilder_1_System_Int32__2__ctor__MethodInfo); DO_APP_FUNC(0x01198090, void, ValueListBuilder_1_System_Int32__2_Append, (ValueListBuilder_1_System_Int32__2 * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7748, ValueListBuilder_1_System_Int32__2_Append__MethodInfo); DO_APP_FUNC(0x01198120, ReadOnlySpan_1_Int32_, ValueListBuilder_1_System_Int32__2_AsSpan, (ValueListBuilder_1_System_Int32__2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7440, ValueListBuilder_1_System_Int32__2_AsSpan__MethodInfo); DO_APP_FUNC(0x01198220, void, ValueListBuilder_1_System_Int32__2_Dispose, (ValueListBuilder_1_System_Int32__2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB76F8, ValueListBuilder_1_System_Int32__2_Dispose__MethodInfo); DO_APP_FUNC(0x01198310, void, ValueListBuilder_1_System_Int32__2_Grow, (ValueListBuilder_1_System_Int32__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x011985B0, int32_t, ValueListBuilder_1_System_Int32__2_Pop, (ValueListBuilder_1_System_Int32__2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7788, ValueListBuilder_1_System_Int32__2_Pop__MethodInfo); DO_APP_FUNC(0x01198070, int32_t *, ValueListBuilder_1_System_Int32__2_get_Item, (ValueListBuilder_1_System_Int32__2 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7460, ValueListBuilder_1_System_Int32__2_get_Item__MethodInfo); DO_APP_FUNC(0x003BA2E0, int32_t, ValueListBuilder_1_System_Int32__2_get_Length, (ValueListBuilder_1_System_Int32__2 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7740, ValueListBuilder_1_System_Int32__2_get_Length__MethodInfo); DO_APP_FUNC(0x01198060, void, ValueListBuilder_1_System_Int32___ctor, (ValueListBuilder_1_System_Int32_ * __this, Span_1_Int32_ initialSpan, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FBE8, ValueListBuilder_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x01198090, void, ValueListBuilder_1_System_Int32__Append, (ValueListBuilder_1_System_Int32_ * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FBB8, ValueListBuilder_1_System_Int32__Append__MethodInfo); DO_APP_FUNC(0x01198120, ReadOnlySpan_1_Int32_, ValueListBuilder_1_System_Int32__AsSpan, (ValueListBuilder_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FBC8, ValueListBuilder_1_System_Int32__AsSpan__MethodInfo); DO_APP_FUNC(0x01198220, void, ValueListBuilder_1_System_Int32__Dispose, (ValueListBuilder_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FBD8, ValueListBuilder_1_System_Int32__Dispose__MethodInfo); DO_APP_FUNC(0x01198310, void, ValueListBuilder_1_System_Int32__Grow, (ValueListBuilder_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, ValueListBuilder_1_System_Int32__get_Length, (ValueListBuilder_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FBF0, ValueListBuilder_1_System_Int32__get_Length__MethodInfo); DO_APP_FUNC(0x01198060, void, ValueListBuilder_1_System_Object___ctor, (ValueListBuilder_1_System_Object_ * __this, Span_1_Object_ initialSpan, MethodInfo * method)); DO_APP_FUNC(0x01198600, void, ValueListBuilder_1_System_Object__Append, (ValueListBuilder_1_System_Object_ * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01198120, ReadOnlySpan_1_Object_, ValueListBuilder_1_System_Object__AsSpan, (ValueListBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01198220, void, ValueListBuilder_1_System_Object__Dispose, (ValueListBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01198310, void, ValueListBuilder_1_System_Object__Grow, (ValueListBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011986E0, Object *, ValueListBuilder_1_System_Object__Pop, (ValueListBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011985E0, Object * *, ValueListBuilder_1_System_Object__get_Item, (ValueListBuilder_1_System_Object_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, ValueListBuilder_1_System_Object__get_Length, (ValueListBuilder_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01198060, void, ValueListBuilder_1_System_Object__1__ctor, (ValueListBuilder_1_System_Object__1 * __this, Span_1_Object_ initialSpan, MethodInfo * method)); DO_APP_FUNC(0x01198600, void, ValueListBuilder_1_System_Object__1_Append, (ValueListBuilder_1_System_Object__1 * __this, Object * item, MethodInfo * method)); DO_APP_FUNC(0x01198120, ReadOnlySpan_1_Object_, ValueListBuilder_1_System_Object__1_AsSpan, (ValueListBuilder_1_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01198220, void, ValueListBuilder_1_System_Object__1_Dispose, (ValueListBuilder_1_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01198310, void, ValueListBuilder_1_System_Object__1_Grow, (ValueListBuilder_1_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, ValueListBuilder_1_System_Object__1_get_Length, (ValueListBuilder_1_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01198710, void, ValueTaskAwaiter_1_System_Int32___ctor, (ValueTaskAwaiter_1_System_Int32_ * __this, ValueTask_1_System_Int32_ value, MethodInfo * method)); DO_APP_FUNC(0x011987B0, int32_t, ValueTaskAwaiter_1_System_Int32__GetResult, (ValueTaskAwaiter_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63408, ValueTaskAwaiter_1_System_Int32__GetResult__MethodInfo); DO_APP_FUNC(0x011987F0, void, ValueTaskAwaiter_1_System_Int32__UnsafeOnCompleted, (ValueTaskAwaiter_1_System_Int32_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01198770, bool, ValueTaskAwaiter_1_System_Int32__get_IsCompleted, (ValueTaskAwaiter_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63410, ValueTaskAwaiter_1_System_Int32__get_IsCompleted__MethodInfo); DO_APP_FUNC(0x01198AE0, void, ValueTaskAwaiter_1_System_Object___ctor, (ValueTaskAwaiter_1_System_Object_ * __this, ValueTask_1_System_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x01198B80, Object *, ValueTaskAwaiter_1_System_Object__GetResult, (ValueTaskAwaiter_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01198BC0, void, ValueTaskAwaiter_1_System_Object__UnsafeOnCompleted, (ValueTaskAwaiter_1_System_Object_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01198B40, bool, ValueTaskAwaiter_1_System_Object__get_IsCompleted, (ValueTaskAwaiter_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01198AE0, void, ValueTaskAwaiter_1_System_Net_WebSockets_ValueWebSocketReceiveResult___ctor, (ValueTaskAwaiter_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ value, MethodInfo * method)); DO_APP_FUNC(0x01198EB0, ValueWebSocketReceiveResult, ValueTaskAwaiter_1_System_Net_WebSockets_ValueWebSocketReceiveResult__GetResult, (ValueTaskAwaiter_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01198EF0, void, ValueTaskAwaiter_1_System_Net_WebSockets_ValueWebSocketReceiveResult__UnsafeOnCompleted, (ValueTaskAwaiter_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Action * continuation, MethodInfo * method)); DO_APP_FUNC(0x01198B40, bool, ValueTaskAwaiter_1_System_Net_WebSockets_ValueWebSocketReceiveResult__get_IsCompleted, (ValueTaskAwaiter_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01199330, void, ValueTask_1_TResult_ValueTaskSourceAsTask_System_Int32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x011991E0, void, ValueTask_1_TResult_ValueTaskSourceAsTask_System_Int32___ctor, (ValueTask_1_TResult_ValueTaskSourceAsTask_System_Int32_ * __this, IValueTaskSource_1_System_Int32_ * source, int16_t token, MethodInfo * method)); DO_APP_FUNC(0x01199500, void, ValueTask_1_TResult_ValueTaskSourceAsTask_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x011991E0, void, ValueTask_1_TResult_ValueTaskSourceAsTask_System_Object___ctor, (ValueTask_1_TResult_ValueTaskSourceAsTask_System_Object_ * __this, IValueTaskSource_1_System_Object_ * source, int16_t token, MethodInfo * method)); DO_APP_FUNC(0x011996D0, void, ValueTask_1_TResult_ValueTaskSourceAsTask_System_Net_WebSockets_ValueWebSocketReceiveResult___cctor, (MethodInfo * method)); DO_APP_FUNC(0x011991E0, void, ValueTask_1_TResult_ValueTaskSourceAsTask_System_Net_WebSockets_ValueWebSocketReceiveResult___ctor, (ValueTask_1_TResult_ValueTaskSourceAsTask_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, IValueTaskSource_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * source, int16_t token, MethodInfo * method)); DO_APP_FUNC(0x011998A0, void, ValueTask_1_System_Int32___ctor, (ValueTask_1_System_Int32_ * __this, int32_t result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8770, ValueTask_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x01199900, void, ValueTask_1_System_Int32___ctor_1, (ValueTask_1_System_Int32_ * __this, Task_1_System_Int32_ * task, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8768, ValueTask_1_System_Int32___ctor_1__MethodInfo); DO_APP_FUNC(0x01199980, void, ValueTask_1_System_Int32___ctor_2, (ValueTask_1_System_Int32_ * __this, IValueTaskSource_1_System_Int32_ * source, int16_t token, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE89C0, ValueTask_1_System_Int32___ctor_2__MethodInfo); DO_APP_FUNC(0x01199A00, void, ValueTask_1_System_Int32___ctor_3, (ValueTask_1_System_Int32_ * __this, Object * obj, int32_t result, int16_t token, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x01199CD0, Task_1_System_Int32_ *, ValueTask_1_System_Int32__AsTask, (ValueTask_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4058, ValueTask_1_System_Int32__AsTask__MethodInfo); DO_APP_FUNC(0x0119A650, ConfiguredValueTaskAwaitable_1_System_Int32_, ValueTask_1_System_Int32__ConfigureAwait, (ValueTask_1_System_Int32_ * __this, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE95F0, ValueTask_1_System_Int32__ConfigureAwait__MethodInfo); DO_APP_FUNC(0x01199BE0, bool, ValueTask_1_System_Int32__Equals, (ValueTask_1_System_Int32_ * __this, ValueTask_1_System_Int32_ other, MethodInfo * method)); DO_APP_FUNC(0x01199AC0, bool, ValueTask_1_System_Int32__Equals_1, (ValueTask_1_System_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0119A5D0, ValueTaskAwaiter_1_System_Int32_, ValueTask_1_System_Int32__GetAwaiter, (ValueTask_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63418, ValueTask_1_System_Int32__GetAwaiter__MethodInfo); DO_APP_FUNC(0x01199A70, int32_t, ValueTask_1_System_Int32__GetHashCode, (ValueTask_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01199E30, Task_1_System_Int32_ *, ValueTask_1_System_Int32__GetTaskForValueTaskSource, (ValueTask_1_System_Int32_ * __this, IValueTaskSource_1_System_Int32_ * t, MethodInfo * method)); DO_APP_FUNC(0x0119A7A0, String *, ValueTask_1_System_Int32__ToString, (ValueTask_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0119A3C0, bool, ValueTask_1_System_Int32__get_IsCompleted, (ValueTask_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0119A4C0, bool, ValueTask_1_System_Int32__get_IsCompletedSuccessfully, (ValueTask_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7CC8, ValueTask_1_System_Int32__get_IsCompletedSuccessfully__MethodInfo); DO_APP_FUNC(0x00FF2AB0, int32_t, ValueTask_1_System_Int32__get_Result, (ValueTask_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0119A8F0, void, ValueTask_1_System_Object___ctor, (ValueTask_1_System_Object_ * __this, Object * result, MethodInfo * method)); DO_APP_FUNC(0x0119A9B0, void, ValueTask_1_System_Object___ctor_1, (ValueTask_1_System_Object_ * __this, Task_1_System_Object_ * task, MethodInfo * method)); DO_APP_FUNC(0x0119AA30, void, ValueTask_1_System_Object___ctor_2, (ValueTask_1_System_Object_ * __this, IValueTaskSource_1_System_Object_ * source, int16_t token, MethodInfo * method)); DO_APP_FUNC(0x0119AAB0, void, ValueTask_1_System_Object___ctor_3, (ValueTask_1_System_Object_ * __this, Object * obj, Object * result, int16_t token, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x0119ADD0, Task_1_System_Object_ *, ValueTask_1_System_Object__AsTask, (ValueTask_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0119BB00, ConfiguredValueTaskAwaitable_1_System_Object_, ValueTask_1_System_Object__ConfigureAwait, (ValueTask_1_System_Object_ * __this, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x0119ACC0, bool, ValueTask_1_System_Object__Equals, (ValueTask_1_System_Object_ * __this, ValueTask_1_System_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x0119ABA0, bool, ValueTask_1_System_Object__Equals_1, (ValueTask_1_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0119BA60, ValueTaskAwaiter_1_System_Object_, ValueTask_1_System_Object__GetAwaiter, (ValueTask_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0119AB70, int32_t, ValueTask_1_System_Object__GetHashCode, (ValueTask_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0119AF40, Task_1_System_Object_ *, ValueTask_1_System_Object__GetTaskForValueTaskSource, (ValueTask_1_System_Object_ * __this, IValueTaskSource_1_System_Object_ * t, MethodInfo * method)); DO_APP_FUNC(0x0119BC00, String *, ValueTask_1_System_Object__ToString, (ValueTask_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0119B4E0, bool, ValueTask_1_System_Object__get_IsCompleted, (ValueTask_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0119B5E0, bool, ValueTask_1_System_Object__get_IsCompletedSuccessfully, (ValueTask_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0119B6F0, Object *, ValueTask_1_System_Object__get_Result, (ValueTask_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0119BCD0, void, ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult___ctor, (ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, ValueWebSocketReceiveResult result, MethodInfo * method)); DO_APP_FUNC(0x0119A9B0, void, ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult___ctor_1, (ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * task, MethodInfo * method)); DO_APP_FUNC(0x0119AA30, void, ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult___ctor_2, (ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, IValueTaskSource_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * source, int16_t token, MethodInfo * method)); DO_APP_FUNC(0x0119BD30, void, ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult___ctor_3, (ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Object * obj, ValueWebSocketReceiveResult result, int16_t token, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x0119C0D0, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ *, ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult__AsTask, (ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0119CB30, ConfiguredValueTaskAwaitable_1_System_Net_WebSockets_ValueWebSocketReceiveResult_, ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult__ConfigureAwait, (ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, bool continueOnCapturedContext, MethodInfo * method)); DO_APP_FUNC(0x0119BFC0, bool, ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult__Equals, (ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ other, MethodInfo * method)); DO_APP_FUNC(0x0119BEA0, bool, ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult__Equals_1, (ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0119BA60, ValueTaskAwaiter_1_System_Net_WebSockets_ValueWebSocketReceiveResult_, ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult__GetAwaiter, (ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0119BDA0, int32_t, ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult__GetHashCode, (ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0119C240, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ *, ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult__GetTaskForValueTaskSource, (ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, IValueTaskSource_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * t, MethodInfo * method)); DO_APP_FUNC(0x0119CC90, String *, ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult__ToString, (ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0119B4E0, bool, ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult__get_IsCompleted, (ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0119B5E0, bool, ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult__get_IsCompletedSuccessfully, (ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0119C7D0, ValueWebSocketReceiveResult, ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult__get_Result, (ValueTask_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00C7E140, void, ValueTuple_1_Boolean___ctor, (ValueTuple_1_Boolean_ * __this, bool item1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8D60, ValueTuple_1_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x0119D330, int32_t, ValueTuple_1_Boolean__CompareTo, (ValueTuple_1_Boolean_ * __this, ValueTuple_1_Boolean_ other, MethodInfo * method)); DO_APP_FUNC(0x0119CEB0, bool, ValueTuple_1_Boolean__Equals, (ValueTuple_1_Boolean_ * __this, ValueTuple_1_Boolean_ other, MethodInfo * method)); DO_APP_FUNC(0x0119CDA0, bool, ValueTuple_1_Boolean__Equals_1, (ValueTuple_1_Boolean_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0119D650, int32_t, ValueTuple_1_Boolean__GetHashCode, (ValueTuple_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0119D3E0, int32_t, ValueTuple_1_Boolean__System_Collections_IStructuralComparable_CompareTo, (ValueTuple_1_Boolean_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C897F8, ValueTuple_1_Boolean__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x0119CF60, bool, ValueTuple_1_Boolean__System_Collections_IStructuralEquatable_Equals, (ValueTuple_1_Boolean_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x0119D6C0, int32_t, ValueTuple_1_Boolean__System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple_1_Boolean_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x0119D110, int32_t, ValueTuple_1_Boolean__System_IComparable_CompareTo, (ValueTuple_1_Boolean_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89800, ValueTuple_1_Boolean__System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x0119D770, int32_t, ValueTuple_1_Boolean__System_IValueTupleInternal_GetHashCode, (ValueTuple_1_Boolean_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x0119D910, String *, ValueTuple_1_Boolean__System_IValueTupleInternal_ToStringEnd, (ValueTuple_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, ValueTuple_1_Boolean__System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0119D820, String *, ValueTuple_1_Boolean__ToString, (ValueTuple_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, ValueTuple_1_Object___ctor, (ValueTuple_1_Object_ * __this, Object * item1, MethodInfo * method)); DO_APP_FUNC(0x0119DEE0, int32_t, ValueTuple_1_Object__CompareTo, (ValueTuple_1_Object_ * __this, ValueTuple_1_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x0119DAF0, bool, ValueTuple_1_Object__Equals, (ValueTuple_1_Object_ * __this, ValueTuple_1_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x0119D9E0, bool, ValueTuple_1_Object__Equals_1, (ValueTuple_1_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0119E170, int32_t, ValueTuple_1_Object__GetHashCode, (ValueTuple_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0119DF90, int32_t, ValueTuple_1_Object__System_Collections_IStructuralComparable_CompareTo, (ValueTuple_1_Object_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C897E8, ValueTuple_1_Object__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x0119DBA0, bool, ValueTuple_1_Object__System_Collections_IStructuralEquatable_Equals, (ValueTuple_1_Object_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x0119E190, int32_t, ValueTuple_1_Object__System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple_1_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x0119DCC0, int32_t, ValueTuple_1_Object__System_IComparable_CompareTo, (ValueTuple_1_Object_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C897F0, ValueTuple_1_Object__System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x0119E1F0, int32_t, ValueTuple_1_Object__System_IValueTupleInternal_GetHashCode, (ValueTuple_1_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x0119E2E0, String *, ValueTuple_1_Object__System_IValueTupleInternal_ToStringEnd, (ValueTuple_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, ValueTuple_1_Object__System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0119E250, String *, ValueTuple_1_Object__ToString, (ValueTuple_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0119E340, void, ValueTuple_2_Boolean_Object___ctor, (ValueTuple_2_Boolean_Object_ * __this, bool item1, Object * item2, MethodInfo * method)); DO_APP_FUNC(0x0119E9A0, int32_t, ValueTuple_2_Boolean_Object__CompareTo, (ValueTuple_2_Boolean_Object_ * __this, ValueTuple_2_Boolean_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x0119E4C0, bool, ValueTuple_2_Boolean_Object__Equals, (ValueTuple_2_Boolean_Object_ * __this, ValueTuple_2_Boolean_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x0119E3A0, bool, ValueTuple_2_Boolean_Object__Equals_1, (ValueTuple_2_Boolean_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0119ED60, int32_t, ValueTuple_2_Boolean_Object__GetHashCode, (ValueTuple_2_Boolean_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0119EE50, int32_t, ValueTuple_2_Boolean_Object__GetHashCodeCore, (ValueTuple_2_Boolean_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x0119EAC0, int32_t, ValueTuple_2_Boolean_Object__System_Collections_IStructuralComparable_CompareTo, (ValueTuple_2_Boolean_Object_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C897D8, ValueTuple_2_Boolean_Object__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x0119E5E0, bool, ValueTuple_2_Boolean_Object__System_Collections_IStructuralEquatable_Equals, (ValueTuple_2_Boolean_Object_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x0119EE00, int32_t, ValueTuple_2_Boolean_Object__System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple_2_Boolean_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x0119E7C0, int32_t, ValueTuple_2_Boolean_Object__System_IComparable_CompareTo, (ValueTuple_2_Boolean_Object_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C897E0, ValueTuple_2_Boolean_Object__System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x0119EE00, int32_t, ValueTuple_2_Boolean_Object__System_IValueTupleInternal_GetHashCode, (ValueTuple_2_Boolean_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x0119F1C0, String *, ValueTuple_2_Boolean_Object__System_IValueTupleInternal_ToStringEnd, (ValueTuple_2_Boolean_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, ValueTuple_2_Boolean_Object__System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple_2_Boolean_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0119EF30, String *, ValueTuple_2_Boolean_Object__ToString, (ValueTuple_2_Boolean_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0119F2E0, void, ValueTuple_2_Int32_Boolean___ctor, (ValueTuple_2_Int32_Boolean_ * __this, int32_t item1, bool item2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66708, ValueTuple_2_Int32_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x0119F970, int32_t, ValueTuple_2_Int32_Boolean__CompareTo, (ValueTuple_2_Int32_Boolean_ * __this, ValueTuple_2_Int32_Boolean_ other, MethodInfo * method)); DO_APP_FUNC(0x0119F400, bool, ValueTuple_2_Int32_Boolean__Equals, (ValueTuple_2_Int32_Boolean_ * __this, ValueTuple_2_Int32_Boolean_ other, MethodInfo * method)); DO_APP_FUNC(0x0119F2F0, bool, ValueTuple_2_Int32_Boolean__Equals_1, (ValueTuple_2_Int32_Boolean_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x0119FDD0, int32_t, ValueTuple_2_Int32_Boolean__GetHashCode, (ValueTuple_2_Int32_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0119FEC0, int32_t, ValueTuple_2_Int32_Boolean__GetHashCodeCore, (ValueTuple_2_Int32_Boolean_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x0119FAA0, int32_t, ValueTuple_2_Int32_Boolean__System_Collections_IStructuralComparable_CompareTo, (ValueTuple_2_Int32_Boolean_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C897D0, ValueTuple_2_Int32_Boolean__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x0119F530, bool, ValueTuple_2_Int32_Boolean__System_Collections_IStructuralEquatable_Equals, (ValueTuple_2_Int32_Boolean_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x0119FE70, int32_t, ValueTuple_2_Int32_Boolean__System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple_2_Int32_Boolean_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x0119F7A0, int32_t, ValueTuple_2_Int32_Boolean__System_IComparable_CompareTo, (ValueTuple_2_Int32_Boolean_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C897C8, ValueTuple_2_Int32_Boolean__System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x0119FE70, int32_t, ValueTuple_2_Int32_Boolean__System_IValueTupleInternal_GetHashCode, (ValueTuple_2_Int32_Boolean_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A02A0, String *, ValueTuple_2_Int32_Boolean__System_IValueTupleInternal_ToStringEnd, (ValueTuple_2_Int32_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, ValueTuple_2_Int32_Boolean__System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple_2_Int32_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0119FFF0, String *, ValueTuple_2_Int32_Boolean__ToString, (ValueTuple_2_Int32_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x009B8F70, void, ValueTuple_2_Int32_Int32___ctor, (ValueTuple_2_Int32_Int32_ * __this, int32_t item1, int32_t item2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3950, ValueTuple_2_Int32_Int32___ctor__MethodInfo); DO_APP_FUNC(0x011A0A40, int32_t, ValueTuple_2_Int32_Int32__CompareTo, (ValueTuple_2_Int32_Int32_ * __this, ValueTuple_2_Int32_Int32_ other, MethodInfo * method)); DO_APP_FUNC(0x011A04E0, bool, ValueTuple_2_Int32_Int32__Equals, (ValueTuple_2_Int32_Int32_ * __this, ValueTuple_2_Int32_Int32_ other, MethodInfo * method)); DO_APP_FUNC(0x011A03D0, bool, ValueTuple_2_Int32_Int32__Equals_1, (ValueTuple_2_Int32_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x011A0E90, int32_t, ValueTuple_2_Int32_Int32__GetHashCode, (ValueTuple_2_Int32_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A0F40, int32_t, ValueTuple_2_Int32_Int32__GetHashCodeCore, (ValueTuple_2_Int32_Int32_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A0B60, int32_t, ValueTuple_2_Int32_Int32__System_Collections_IStructuralComparable_CompareTo, (ValueTuple_2_Int32_Int32_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C897C0, ValueTuple_2_Int32_Int32__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011A0600, bool, ValueTuple_2_Int32_Int32__System_Collections_IStructuralEquatable_Equals, (ValueTuple_2_Int32_Int32_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A0EF0, int32_t, ValueTuple_2_Int32_Int32__System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple_2_Int32_Int32_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A0870, int32_t, ValueTuple_2_Int32_Int32__System_IComparable_CompareTo, (ValueTuple_2_Int32_Int32_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C897B8, ValueTuple_2_Int32_Int32__System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011A0EF0, int32_t, ValueTuple_2_Int32_Int32__System_IValueTupleInternal_GetHashCode, (ValueTuple_2_Int32_Int32_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A12D0, String *, ValueTuple_2_Int32_Int32__System_IValueTupleInternal_ToStringEnd, (ValueTuple_2_Int32_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, ValueTuple_2_Int32_Int32__System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple_2_Int32_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A1070, String *, ValueTuple_2_Int32_Int32__ToString, (ValueTuple_2_Int32_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A13B0, void, ValueTuple_2_Int32_IntPtr___ctor, (ValueTuple_2_Int32_IntPtr_ * __this, int32_t item1, void * item2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5ECA0, ValueTuple_2_Int32_IntPtr___ctor__MethodInfo); DO_APP_FUNC(0x011A1A50, int32_t, ValueTuple_2_Int32_IntPtr__CompareTo, (ValueTuple_2_Int32_IntPtr_ * __this, ValueTuple_2_Int32_IntPtr_ other, MethodInfo * method)); DO_APP_FUNC(0x011A14E0, bool, ValueTuple_2_Int32_IntPtr__Equals, (ValueTuple_2_Int32_IntPtr_ * __this, ValueTuple_2_Int32_IntPtr_ other, MethodInfo * method)); DO_APP_FUNC(0x011A13C0, bool, ValueTuple_2_Int32_IntPtr__Equals_1, (ValueTuple_2_Int32_IntPtr_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x011A1EB0, int32_t, ValueTuple_2_Int32_IntPtr__GetHashCode, (ValueTuple_2_Int32_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A1F60, int32_t, ValueTuple_2_Int32_IntPtr__GetHashCodeCore, (ValueTuple_2_Int32_IntPtr_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A1B70, int32_t, ValueTuple_2_Int32_IntPtr__System_Collections_IStructuralComparable_CompareTo, (ValueTuple_2_Int32_IntPtr_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C897A8, ValueTuple_2_Int32_IntPtr__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011A1600, bool, ValueTuple_2_Int32_IntPtr__System_Collections_IStructuralEquatable_Equals, (ValueTuple_2_Int32_IntPtr_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A1F10, int32_t, ValueTuple_2_Int32_IntPtr__System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple_2_Int32_IntPtr_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A1870, int32_t, ValueTuple_2_Int32_IntPtr__System_IComparable_CompareTo, (ValueTuple_2_Int32_IntPtr_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C897B0, ValueTuple_2_Int32_IntPtr__System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011A1F10, int32_t, ValueTuple_2_Int32_IntPtr__System_IValueTupleInternal_GetHashCode, (ValueTuple_2_Int32_IntPtr_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A22F0, String *, ValueTuple_2_Int32_IntPtr__System_IValueTupleInternal_ToStringEnd, (ValueTuple_2_Int32_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, ValueTuple_2_Int32_IntPtr__System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple_2_Int32_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A2090, String *, ValueTuple_2_Int32_IntPtr__ToString, (ValueTuple_2_Int32_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A23D0, void, ValueTuple_2_Int32_Object___ctor, (ValueTuple_2_Int32_Object_ * __this, int32_t item1, Object * item2, MethodInfo * method)); DO_APP_FUNC(0x011A1A50, int32_t, ValueTuple_2_Int32_Object__CompareTo, (ValueTuple_2_Int32_Object_ * __this, ValueTuple_2_Int32_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x011A14E0, bool, ValueTuple_2_Int32_Object__Equals, (ValueTuple_2_Int32_Object_ * __this, ValueTuple_2_Int32_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x011A13C0, bool, ValueTuple_2_Int32_Object__Equals_1, (ValueTuple_2_Int32_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x011A2A90, int32_t, ValueTuple_2_Int32_Object__GetHashCode, (ValueTuple_2_Int32_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A2B40, int32_t, ValueTuple_2_Int32_Object__GetHashCodeCore, (ValueTuple_2_Int32_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A27F0, int32_t, ValueTuple_2_Int32_Object__System_Collections_IStructuralComparable_CompareTo, (ValueTuple_2_Int32_Object_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C897A0, ValueTuple_2_Int32_Object__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011A2430, bool, ValueTuple_2_Int32_Object__System_Collections_IStructuralEquatable_Equals, (ValueTuple_2_Int32_Object_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A2AF0, int32_t, ValueTuple_2_Int32_Object__System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple_2_Int32_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A2610, int32_t, ValueTuple_2_Int32_Object__System_IComparable_CompareTo, (ValueTuple_2_Int32_Object_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89798, ValueTuple_2_Int32_Object__System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011A2AF0, int32_t, ValueTuple_2_Int32_Object__System_IValueTupleInternal_GetHashCode, (ValueTuple_2_Int32_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A2E70, String *, ValueTuple_2_Int32_Object__System_IValueTupleInternal_ToStringEnd, (ValueTuple_2_Int32_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, ValueTuple_2_Int32_Object__System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple_2_Int32_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A2C20, String *, ValueTuple_2_Int32_Object__ToString, (ValueTuple_2_Int32_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A2F40, void, ValueTuple_2_Int32_UnityEngine_Vector2Int___ctor, (ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, int32_t item1, Vector2Int item2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DD90, ValueTuple_2_Int32_UnityEngine_Vector2Int___ctor__MethodInfo); DO_APP_FUNC(0x011A35F0, int32_t, ValueTuple_2_Int32_UnityEngine_Vector2Int__CompareTo, (ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int_ other, MethodInfo * method)); DO_APP_FUNC(0x011A3070, bool, ValueTuple_2_Int32_UnityEngine_Vector2Int__Equals, (ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int_ other, MethodInfo * method)); DO_APP_FUNC(0x011A2F50, bool, ValueTuple_2_Int32_UnityEngine_Vector2Int__Equals_1, (ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x011A3A50, int32_t, ValueTuple_2_Int32_UnityEngine_Vector2Int__GetHashCode, (ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A3B00, int32_t, ValueTuple_2_Int32_UnityEngine_Vector2Int__GetHashCodeCore, (ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A3710, int32_t, ValueTuple_2_Int32_UnityEngine_Vector2Int__System_Collections_IStructuralComparable_CompareTo, (ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89790, ValueTuple_2_Int32_UnityEngine_Vector2Int__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011A3190, bool, ValueTuple_2_Int32_UnityEngine_Vector2Int__System_Collections_IStructuralEquatable_Equals, (ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A3AB0, int32_t, ValueTuple_2_Int32_UnityEngine_Vector2Int__System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A3400, int32_t, ValueTuple_2_Int32_UnityEngine_Vector2Int__System_IComparable_CompareTo, (ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89788, ValueTuple_2_Int32_UnityEngine_Vector2Int__System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011A3AB0, int32_t, ValueTuple_2_Int32_UnityEngine_Vector2Int__System_IValueTupleInternal_GetHashCode, (ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A3E80, String *, ValueTuple_2_Int32_UnityEngine_Vector2Int__System_IValueTupleInternal_ToStringEnd, (ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, ValueTuple_2_Int32_UnityEngine_Vector2Int__System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A3C30, String *, ValueTuple_2_Int32_UnityEngine_Vector2Int__ToString, (ValueTuple_2_Int32_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A3F60, void, ValueTuple_2_IntPtr_Object___ctor, (ValueTuple_2_IntPtr_Object_ * __this, void * item1, Object * item2, MethodInfo * method)); DO_APP_FUNC(0x011A45C0, int32_t, ValueTuple_2_IntPtr_Object__CompareTo, (ValueTuple_2_IntPtr_Object_ * __this, ValueTuple_2_IntPtr_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x011A40E0, bool, ValueTuple_2_IntPtr_Object__Equals, (ValueTuple_2_IntPtr_Object_ * __this, ValueTuple_2_IntPtr_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x011A3FC0, bool, ValueTuple_2_IntPtr_Object__Equals_1, (ValueTuple_2_IntPtr_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x011A2A90, int32_t, ValueTuple_2_IntPtr_Object__GetHashCode, (ValueTuple_2_IntPtr_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A49D0, int32_t, ValueTuple_2_IntPtr_Object__GetHashCodeCore, (ValueTuple_2_IntPtr_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A46E0, int32_t, ValueTuple_2_IntPtr_Object__System_Collections_IStructuralComparable_CompareTo, (ValueTuple_2_IntPtr_Object_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89780, ValueTuple_2_IntPtr_Object__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011A4200, bool, ValueTuple_2_IntPtr_Object__System_Collections_IStructuralEquatable_Equals, (ValueTuple_2_IntPtr_Object_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A4980, int32_t, ValueTuple_2_IntPtr_Object__System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple_2_IntPtr_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A43E0, int32_t, ValueTuple_2_IntPtr_Object__System_IComparable_CompareTo, (ValueTuple_2_IntPtr_Object_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89778, ValueTuple_2_IntPtr_Object__System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011A4980, int32_t, ValueTuple_2_IntPtr_Object__System_IValueTupleInternal_GetHashCode, (ValueTuple_2_IntPtr_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A4D00, String *, ValueTuple_2_IntPtr_Object__System_IValueTupleInternal_ToStringEnd, (ValueTuple_2_IntPtr_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, ValueTuple_2_IntPtr_Object__System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple_2_IntPtr_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A4AB0, String *, ValueTuple_2_IntPtr_Object__ToString, (ValueTuple_2_IntPtr_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A4DD0, void, ValueTuple_2_Object_ValueTuple_2_Object_Int32___ctor, (ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, Object * item1, ValueTuple_2_Object_Int32_ item2, MethodInfo * method)); DO_APP_FUNC(0x011A54E0, int32_t, ValueTuple_2_Object_ValueTuple_2_Object_Int32__CompareTo, (ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ other, MethodInfo * method)); DO_APP_FUNC(0x011A4FA0, bool, ValueTuple_2_Object_ValueTuple_2_Object_Int32__Equals, (ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ other, MethodInfo * method)); DO_APP_FUNC(0x011A4E80, bool, ValueTuple_2_Object_ValueTuple_2_Object_Int32__Equals_1, (ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x011A5910, int32_t, ValueTuple_2_Object_ValueTuple_2_Object_Int32__GetHashCode, (ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A59F0, int32_t, ValueTuple_2_Object_ValueTuple_2_Object_Int32__GetHashCodeCore, (ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A5640, int32_t, ValueTuple_2_Object_ValueTuple_2_Object_Int32__System_Collections_IStructuralComparable_CompareTo, (ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89770, ValueTuple_2_Object_ValueTuple_2_Object_Int32__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011A50F0, bool, ValueTuple_2_Object_ValueTuple_2_Object_Int32__System_Collections_IStructuralEquatable_Equals, (ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A59A0, int32_t, ValueTuple_2_Object_ValueTuple_2_Object_Int32__System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A52F0, int32_t, ValueTuple_2_Object_ValueTuple_2_Object_Int32__System_IComparable_CompareTo, (ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89768, ValueTuple_2_Object_ValueTuple_2_Object_Int32__System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011A59A0, int32_t, ValueTuple_2_Object_ValueTuple_2_Object_Int32__System_IValueTupleInternal_GetHashCode, (ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A5D40, String *, ValueTuple_2_Object_ValueTuple_2_Object_Int32__System_IValueTupleInternal_ToStringEnd, (ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, ValueTuple_2_Object_ValueTuple_2_Object_Int32__System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A5AE0, String *, ValueTuple_2_Object_ValueTuple_2_Object_Int32__ToString, (ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A5E20, void, ValueTuple_2_Object_Boolean___ctor, (ValueTuple_2_Object_Boolean_ * __this, Object * item1, bool item2, MethodInfo * method)); DO_APP_FUNC(0x011A6480, int32_t, ValueTuple_2_Object_Boolean__CompareTo, (ValueTuple_2_Object_Boolean_ * __this, ValueTuple_2_Object_Boolean_ other, MethodInfo * method)); DO_APP_FUNC(0x011A5FA0, bool, ValueTuple_2_Object_Boolean__Equals, (ValueTuple_2_Object_Boolean_ * __this, ValueTuple_2_Object_Boolean_ other, MethodInfo * method)); DO_APP_FUNC(0x011A5E80, bool, ValueTuple_2_Object_Boolean__Equals_1, (ValueTuple_2_Object_Boolean_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x011A6850, int32_t, ValueTuple_2_Object_Boolean__GetHashCode, (ValueTuple_2_Object_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A6950, int32_t, ValueTuple_2_Object_Boolean__GetHashCodeCore, (ValueTuple_2_Object_Boolean_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A65A0, int32_t, ValueTuple_2_Object_Boolean__System_Collections_IStructuralComparable_CompareTo, (ValueTuple_2_Object_Boolean_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89760, ValueTuple_2_Object_Boolean__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011A60C0, bool, ValueTuple_2_Object_Boolean__System_Collections_IStructuralEquatable_Equals, (ValueTuple_2_Object_Boolean_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A6900, int32_t, ValueTuple_2_Object_Boolean__System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple_2_Object_Boolean_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A62A0, int32_t, ValueTuple_2_Object_Boolean__System_IComparable_CompareTo, (ValueTuple_2_Object_Boolean_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89758, ValueTuple_2_Object_Boolean__System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011A6900, int32_t, ValueTuple_2_Object_Boolean__System_IValueTupleInternal_GetHashCode, (ValueTuple_2_Object_Boolean_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A6CE0, String *, ValueTuple_2_Object_Boolean__System_IValueTupleInternal_ToStringEnd, (ValueTuple_2_Object_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, ValueTuple_2_Object_Boolean__System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple_2_Object_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A6A40, String *, ValueTuple_2_Object_Boolean__ToString, (ValueTuple_2_Object_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0050EF20, void, ValueTuple_2_Object_Int32___ctor, (ValueTuple_2_Object_Int32_ * __this, Object * item1, int32_t item2, MethodInfo * method)); DO_APP_FUNC(0x011A7410, int32_t, ValueTuple_2_Object_Int32__CompareTo, (ValueTuple_2_Object_Int32_ * __this, ValueTuple_2_Object_Int32_ other, MethodInfo * method)); DO_APP_FUNC(0x011A6F30, bool, ValueTuple_2_Object_Int32__Equals, (ValueTuple_2_Object_Int32_ * __this, ValueTuple_2_Object_Int32_ other, MethodInfo * method)); DO_APP_FUNC(0x011A6E10, bool, ValueTuple_2_Object_Int32__Equals_1, (ValueTuple_2_Object_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x011A77E0, int32_t, ValueTuple_2_Object_Int32__GetHashCode, (ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A78A0, int32_t, ValueTuple_2_Object_Int32__GetHashCodeCore, (ValueTuple_2_Object_Int32_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A7530, int32_t, ValueTuple_2_Object_Int32__System_Collections_IStructuralComparable_CompareTo, (ValueTuple_2_Object_Int32_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89750, ValueTuple_2_Object_Int32__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011A7050, bool, ValueTuple_2_Object_Int32__System_Collections_IStructuralEquatable_Equals, (ValueTuple_2_Object_Int32_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A7850, int32_t, ValueTuple_2_Object_Int32__System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple_2_Object_Int32_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A7230, int32_t, ValueTuple_2_Object_Int32__System_IComparable_CompareTo, (ValueTuple_2_Object_Int32_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89748, ValueTuple_2_Object_Int32__System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011A7850, int32_t, ValueTuple_2_Object_Int32__System_IValueTupleInternal_GetHashCode, (ValueTuple_2_Object_Int32_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A7BE0, String *, ValueTuple_2_Object_Int32__System_IValueTupleInternal_ToStringEnd, (ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, ValueTuple_2_Object_Int32__System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A7990, String *, ValueTuple_2_Object_Int32__ToString, (ValueTuple_2_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AB78E0, void, ValueTuple_2_Object_Object___ctor, (ValueTuple_2_Object_Object_ * __this, Object * item1, Object * item2, MethodInfo * method)); DO_APP_FUNC(0x011A45C0, int32_t, ValueTuple_2_Object_Object__CompareTo, (ValueTuple_2_Object_Object_ * __this, ValueTuple_2_Object_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x011A40E0, bool, ValueTuple_2_Object_Object__Equals, (ValueTuple_2_Object_Object_ * __this, ValueTuple_2_Object_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x011A3FC0, bool, ValueTuple_2_Object_Object__Equals_1, (ValueTuple_2_Object_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x011A8200, int32_t, ValueTuple_2_Object_Object__GetHashCode, (ValueTuple_2_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A8310, int32_t, ValueTuple_2_Object_Object__GetHashCodeCore, (ValueTuple_2_Object_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A7FF0, int32_t, ValueTuple_2_Object_Object__System_Collections_IStructuralComparable_CompareTo, (ValueTuple_2_Object_Object_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89738, ValueTuple_2_Object_Object__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011A7CC0, bool, ValueTuple_2_Object_Object__System_Collections_IStructuralEquatable_Equals, (ValueTuple_2_Object_Object_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A8270, int32_t, ValueTuple_2_Object_Object__System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple_2_Object_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A7E10, int32_t, ValueTuple_2_Object_Object__System_IComparable_CompareTo, (ValueTuple_2_Object_Object_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89740, ValueTuple_2_Object_Object__System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011A8270, int32_t, ValueTuple_2_Object_Object__System_IValueTupleInternal_GetHashCode, (ValueTuple_2_Object_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A85E0, String *, ValueTuple_2_Object_Object__System_IValueTupleInternal_ToStringEnd, (ValueTuple_2_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, ValueTuple_2_Object_Object__System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple_2_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A83A0, String *, ValueTuple_2_Object_Object__ToString, (ValueTuple_2_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C8D90, void, ValueTuple_2_Single_Single___ctor, (ValueTuple_2_Single_Single_ * __this, float item1, float item2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB7A00, ValueTuple_2_Single_Single___ctor__MethodInfo); DO_APP_FUNC(0x011A8D40, int32_t, ValueTuple_2_Single_Single__CompareTo, (ValueTuple_2_Single_Single_ * __this, ValueTuple_2_Single_Single_ other, MethodInfo * method)); DO_APP_FUNC(0x011A87C0, bool, ValueTuple_2_Single_Single__Equals, (ValueTuple_2_Single_Single_ * __this, ValueTuple_2_Single_Single_ other, MethodInfo * method)); DO_APP_FUNC(0x011A86A0, bool, ValueTuple_2_Single_Single__Equals_1, (ValueTuple_2_Single_Single_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x011A91A0, int32_t, ValueTuple_2_Single_Single__GetHashCode, (ValueTuple_2_Single_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A9280, int32_t, ValueTuple_2_Single_Single__GetHashCodeCore, (ValueTuple_2_Single_Single_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A8E60, int32_t, ValueTuple_2_Single_Single__System_Collections_IStructuralComparable_CompareTo, (ValueTuple_2_Single_Single_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89730, ValueTuple_2_Single_Single__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011A88E0, bool, ValueTuple_2_Single_Single__System_Collections_IStructuralEquatable_Equals, (ValueTuple_2_Single_Single_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A9230, int32_t, ValueTuple_2_Single_Single__System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple_2_Single_Single_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A8B60, int32_t, ValueTuple_2_Single_Single__System_IComparable_CompareTo, (ValueTuple_2_Single_Single_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89728, ValueTuple_2_Single_Single__System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011A9230, int32_t, ValueTuple_2_Single_Single__System_IValueTupleInternal_GetHashCode, (ValueTuple_2_Single_Single_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A9610, String *, ValueTuple_2_Single_Single__System_IValueTupleInternal_ToStringEnd, (ValueTuple_2_Single_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, ValueTuple_2_Single_Single__System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple_2_Single_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A93B0, String *, ValueTuple_2_Single_Single__ToString, (ValueTuple_2_Single_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011A96F0, void, ValueTuple_2_UnityEngine_Vector3Int_Object___ctor, (ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, Vector3Int item1, Object * item2, MethodInfo * method)); DO_APP_FUNC(0x011A9DC0, int32_t, ValueTuple_2_UnityEngine_Vector3Int_Object__CompareTo, (ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, ValueTuple_2_UnityEngine_Vector3Int_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x011A9880, bool, ValueTuple_2_UnityEngine_Vector3Int_Object__Equals, (ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, ValueTuple_2_UnityEngine_Vector3Int_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x011A9760, bool, ValueTuple_2_UnityEngine_Vector3Int_Object__Equals_1, (ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x011AA1F0, int32_t, ValueTuple_2_UnityEngine_Vector3Int_Object__GetHashCode, (ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011AA2C0, int32_t, ValueTuple_2_UnityEngine_Vector3Int_Object__GetHashCodeCore, (ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A9F20, int32_t, ValueTuple_2_UnityEngine_Vector3Int_Object__System_Collections_IStructuralComparable_CompareTo, (ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89718, ValueTuple_2_UnityEngine_Vector3Int_Object__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011A99D0, bool, ValueTuple_2_UnityEngine_Vector3Int_Object__System_Collections_IStructuralEquatable_Equals, (ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011AA270, int32_t, ValueTuple_2_UnityEngine_Vector3Int_Object__System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011A9BD0, int32_t, ValueTuple_2_UnityEngine_Vector3Int_Object__System_IComparable_CompareTo, (ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89720, ValueTuple_2_UnityEngine_Vector3Int_Object__System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011AA270, int32_t, ValueTuple_2_UnityEngine_Vector3Int_Object__System_IValueTupleInternal_GetHashCode, (ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011AA5F0, String *, ValueTuple_2_UnityEngine_Vector3Int_Object__System_IValueTupleInternal_ToStringEnd, (ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, ValueTuple_2_UnityEngine_Vector3Int_Object__System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011AA3A0, String *, ValueTuple_2_UnityEngine_Vector3Int_Object__ToString, (ValueTuple_2_UnityEngine_Vector3Int_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011AA6C0, void, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___ctor, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, Vector3Int item1, RoomChannel item2, MethodInfo * method)); DO_APP_FUNC(0x011AAF30, int32_t, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__CompareTo, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ other, MethodInfo * method)); DO_APP_FUNC(0x011AA880, bool, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__Equals, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ other, MethodInfo * method)); DO_APP_FUNC(0x011AA740, bool, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__Equals_1, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x011AB4C0, int32_t, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__GetHashCode, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011AB600, int32_t, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__GetHashCodeCore, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011AB0F0, int32_t, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__System_Collections_IStructuralComparable_CompareTo, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89710, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011AAA20, bool, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__System_Collections_IStructuralEquatable_Equals, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011AB5B0, int32_t, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011AAD10, int32_t, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__System_IComparable_CompareTo, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89708, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011AB5B0, int32_t, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__System_IValueTupleInternal_GetHashCode, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011AB9D0, String *, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__System_IValueTupleInternal_ToStringEnd, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011AB750, String *, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel__ToString, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011ABAE0, void, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___ctor, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, Vector3Int item1, RoomMembership item2, MethodInfo * method)); DO_APP_FUNC(0x011AC2C0, int32_t, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__CompareTo, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ other, MethodInfo * method)); DO_APP_FUNC(0x011ABC80, bool, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__Equals, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ other, MethodInfo * method)); DO_APP_FUNC(0x011ABB50, bool, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__Equals_1, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x011AC7E0, int32_t, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__GetHashCode, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011AC980, int32_t, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__GetHashCodeCore, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011AC450, int32_t, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__System_Collections_IStructuralComparable_CompareTo, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89700, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011ABE00, bool, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__System_Collections_IStructuralEquatable_Equals, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011AC930, int32_t, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011AC0C0, int32_t, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__System_IComparable_CompareTo, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C896F8, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011AC930, int32_t, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__System_IValueTupleInternal_GetHashCode, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011ACD40, String *, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__System_IValueTupleInternal_ToStringEnd, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011ACAC0, String *, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership__ToString, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011ACE50, void, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int___ctor, (ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ * __this, Vector4 item1, Vector2Int item2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D9E8, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int___ctor__MethodInfo); DO_APP_FUNC(0x011AD530, int32_t, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int__CompareTo, (ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ * __this, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ other, MethodInfo * method)); DO_APP_FUNC(0x011ACF80, bool, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int__Equals, (ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ * __this, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ other, MethodInfo * method)); DO_APP_FUNC(0x011ACE60, bool, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int__Equals_1, (ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x011AD9D0, int32_t, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int__GetHashCode, (ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011ADA90, int32_t, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int__GetHashCodeCore, (ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011AD680, int32_t, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int__System_Collections_IStructuralComparable_CompareTo, (ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C896F0, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011AD0C0, bool, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int__System_Collections_IStructuralEquatable_Equals, (ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011ADA40, int32_t, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int__System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011AD340, int32_t, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int__System_IComparable_CompareTo, (ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C896E8, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int__System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011ADA40, int32_t, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int__System_IValueTupleInternal_GetHashCode, (ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011ADE10, String *, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int__System_IValueTupleInternal_ToStringEnd, (ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int__System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011ADBC0, String *, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int__ToString, (ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011ADEF0, void, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4___ctor, (ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4_ * __this, Vector4 item1, Vector4 item2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60030, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4___ctor__MethodInfo); DO_APP_FUNC(0x011AE5E0, int32_t, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4__CompareTo, (ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4_ * __this, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4_ other, MethodInfo * method)); DO_APP_FUNC(0x011AE020, bool, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4__Equals, (ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4_ * __this, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4_ other, MethodInfo * method)); DO_APP_FUNC(0x011ADF00, bool, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4__Equals_1, (ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x011AEA80, int32_t, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4__GetHashCode, (ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011AEB50, int32_t, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4__GetHashCodeCore, (ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011AE740, int32_t, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4__System_Collections_IStructuralComparable_CompareTo, (ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C896E0, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011AE170, bool, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4__System_Collections_IStructuralEquatable_Equals, (ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011AEB00, int32_t, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4__System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011AE3F0, int32_t, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4__System_IComparable_CompareTo, (ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C896D8, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4__System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011AEB00, int32_t, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4__System_IValueTupleInternal_GetHashCode, (ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011AEEE0, String *, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4__System_IValueTupleInternal_ToStringEnd, (ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4__System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011AEC80, String *, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4__ToString, (ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01030CE0, void, ValueTuple_3_Object_Int32_Int32___ctor, (ValueTuple_3_Object_Int32_Int32_ * __this, Object * item1, int32_t item2, int32_t item3, MethodInfo * method)); DO_APP_FUNC(0x011AF6F0, int32_t, ValueTuple_3_Object_Int32_Int32__CompareTo, (ValueTuple_3_Object_Int32_Int32_ * __this, ValueTuple_3_Object_Int32_Int32_ other, MethodInfo * method)); DO_APP_FUNC(0x011AF0E0, bool, ValueTuple_3_Object_Int32_Int32__Equals, (ValueTuple_3_Object_Int32_Int32_ * __this, ValueTuple_3_Object_Int32_Int32_ other, MethodInfo * method)); DO_APP_FUNC(0x011AEFC0, bool, ValueTuple_3_Object_Int32_Int32__Equals_1, (ValueTuple_3_Object_Int32_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x011AFC00, int32_t, ValueTuple_3_Object_Int32_Int32__GetHashCode, (ValueTuple_3_Object_Int32_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011AFCE0, int32_t, ValueTuple_3_Object_Int32_Int32__GetHashCodeCore, (ValueTuple_3_Object_Int32_Int32_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011AF890, int32_t, ValueTuple_3_Object_Int32_Int32__System_Collections_IStructuralComparable_CompareTo, (ValueTuple_3_Object_Int32_Int32_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C896D0, ValueTuple_3_Object_Int32_Int32__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011AF270, bool, ValueTuple_3_Object_Int32_Int32__System_Collections_IStructuralEquatable_Equals, (ValueTuple_3_Object_Int32_Int32_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011AFC90, int32_t, ValueTuple_3_Object_Int32_Int32__System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple_3_Object_Int32_Int32_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011AF510, int32_t, ValueTuple_3_Object_Int32_Int32__System_IComparable_CompareTo, (ValueTuple_3_Object_Int32_Int32_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C896C8, ValueTuple_3_Object_Int32_Int32__System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011AFC90, int32_t, ValueTuple_3_Object_Int32_Int32__System_IValueTupleInternal_GetHashCode, (ValueTuple_3_Object_Int32_Int32_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011B0140, String *, ValueTuple_3_Object_Int32_Int32__System_IValueTupleInternal_ToStringEnd, (ValueTuple_3_Object_Int32_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F690, int32_t, ValueTuple_3_Object_Int32_Int32__System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple_3_Object_Int32_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011AFE30, String *, ValueTuple_3_Object_Int32_Int32__ToString, (ValueTuple_3_Object_Int32_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011B03F0, void, ValueTuple_3_Object_Object_Int32___ctor, (ValueTuple_3_Object_Object_Int32_ * __this, Object * item1, Object * item2, int32_t item3, MethodInfo * method)); DO_APP_FUNC(0x011B0BA0, int32_t, ValueTuple_3_Object_Object_Int32__CompareTo, (ValueTuple_3_Object_Object_Int32_ * __this, ValueTuple_3_Object_Object_Int32_ other, MethodInfo * method)); DO_APP_FUNC(0x011B05D0, bool, ValueTuple_3_Object_Object_Int32__Equals, (ValueTuple_3_Object_Object_Int32_ * __this, ValueTuple_3_Object_Object_Int32_ other, MethodInfo * method)); DO_APP_FUNC(0x011B04B0, bool, ValueTuple_3_Object_Object_Int32__Equals_1, (ValueTuple_3_Object_Object_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x011B1070, int32_t, ValueTuple_3_Object_Object_Int32__GetHashCode, (ValueTuple_3_Object_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011B1160, int32_t, ValueTuple_3_Object_Object_Int32__GetHashCodeCore, (ValueTuple_3_Object_Object_Int32_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011B0D70, int32_t, ValueTuple_3_Object_Object_Int32__System_Collections_IStructuralComparable_CompareTo, (ValueTuple_3_Object_Object_Int32_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C896C0, ValueTuple_3_Object_Object_Int32__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011B0780, bool, ValueTuple_3_Object_Object_Int32__System_Collections_IStructuralEquatable_Equals, (ValueTuple_3_Object_Object_Int32_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011B1110, int32_t, ValueTuple_3_Object_Object_Int32__System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple_3_Object_Object_Int32_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011B09B0, int32_t, ValueTuple_3_Object_Object_Int32__System_IComparable_CompareTo, (ValueTuple_3_Object_Object_Int32_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C896B8, ValueTuple_3_Object_Object_Int32__System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011B1110, int32_t, ValueTuple_3_Object_Object_Int32__System_IValueTupleInternal_GetHashCode, (ValueTuple_3_Object_Object_Int32_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011B1570, String *, ValueTuple_3_Object_Object_Int32__System_IValueTupleInternal_ToStringEnd, (ValueTuple_3_Object_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F690, int32_t, ValueTuple_3_Object_Object_Int32__System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple_3_Object_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011B1260, String *, ValueTuple_3_Object_Object_Int32__ToString, (ValueTuple_3_Object_Object_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x009AF110, void, ValueTuple_3_Object_Object_Object___ctor, (ValueTuple_3_Object_Object_Object_ * __this, Object * item1, Object * item2, Object * item3, MethodInfo * method)); DO_APP_FUNC(0x011B1E70, int32_t, ValueTuple_3_Object_Object_Object__CompareTo, (ValueTuple_3_Object_Object_Object_ * __this, ValueTuple_3_Object_Object_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x011B1940, bool, ValueTuple_3_Object_Object_Object__Equals, (ValueTuple_3_Object_Object_Object_ * __this, ValueTuple_3_Object_Object_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x011B1820, bool, ValueTuple_3_Object_Object_Object__Equals_1, (ValueTuple_3_Object_Object_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x011B22A0, int32_t, ValueTuple_3_Object_Object_Object__GetHashCode, (ValueTuple_3_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011B2380, int32_t, ValueTuple_3_Object_Object_Object__GetHashCodeCore, (ValueTuple_3_Object_Object_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011B2040, int32_t, ValueTuple_3_Object_Object_Object__System_Collections_IStructuralComparable_CompareTo, (ValueTuple_3_Object_Object_Object_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C896A8, ValueTuple_3_Object_Object_Object__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011B1AF0, bool, ValueTuple_3_Object_Object_Object__System_Collections_IStructuralEquatable_Equals, (ValueTuple_3_Object_Object_Object_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011B2340, int32_t, ValueTuple_3_Object_Object_Object__System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple_3_Object_Object_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011B1C80, int32_t, ValueTuple_3_Object_Object_Object__System_IComparable_CompareTo, (ValueTuple_3_Object_Object_Object_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C896B0, ValueTuple_3_Object_Object_Object__System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011B2340, int32_t, ValueTuple_3_Object_Object_Object__System_IValueTupleInternal_GetHashCode, (ValueTuple_3_Object_Object_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011B2730, String *, ValueTuple_3_Object_Object_Object__System_IValueTupleInternal_ToStringEnd, (ValueTuple_3_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F690, int32_t, ValueTuple_3_Object_Object_Object__System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple_3_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011B2440, String *, ValueTuple_3_Object_Object_Object__ToString, (ValueTuple_3_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011B29D0, void, ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4___ctor, (ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4_ * __this, Vector4 item1, Vector4 item2, Vector4 item3, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60008, ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4___ctor__MethodInfo); DO_APP_FUNC(0x011B3230, int32_t, ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4__CompareTo, (ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4_ * __this, ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4_ other, MethodInfo * method)); DO_APP_FUNC(0x011B2B20, bool, ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4__Equals, (ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4_ * __this, ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4_ other, MethodInfo * method)); DO_APP_FUNC(0x011B29F0, bool, ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4__Equals_1, (ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x011B3840, int32_t, ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4__GetHashCode, (ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011B3940, int32_t, ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4__GetHashCodeCore, (ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011B3410, int32_t, ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4__System_Collections_IStructuralComparable_CompareTo, (ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C896A0, ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011B2CF0, bool, ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4__System_Collections_IStructuralEquatable_Equals, (ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011B38F0, int32_t, ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4__System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011B3030, int32_t, ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4__System_IComparable_CompareTo, (ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89698, ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4__System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011B38F0, int32_t, ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4__System_IValueTupleInternal_GetHashCode, (ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011B3DF0, String *, ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4__System_IValueTupleInternal_ToStringEnd, (ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0075F690, int32_t, ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4__System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011B3AE0, String *, ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4__ToString, (ValueTuple_3_UnityEngine_Vector4_UnityEngine_Vector4_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011B40B0, void, ValueTuple_4_Boolean_Boolean_Object_Object___ctor, (ValueTuple_4_Boolean_Boolean_Object_Object_ * __this, bool item1, bool item2, Object * item3, Object * item4, MethodInfo * method)); DO_APP_FUNC(0x011B4990, int32_t, ValueTuple_4_Boolean_Boolean_Object_Object__CompareTo, (ValueTuple_4_Boolean_Boolean_Object_Object_ * __this, ValueTuple_4_Boolean_Boolean_Object_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x011B4290, bool, ValueTuple_4_Boolean_Boolean_Object_Object__Equals, (ValueTuple_4_Boolean_Boolean_Object_Object_ * __this, ValueTuple_4_Boolean_Boolean_Object_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x011B4170, bool, ValueTuple_4_Boolean_Boolean_Object_Object__Equals_1, (ValueTuple_4_Boolean_Boolean_Object_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x011B4F90, int32_t, ValueTuple_4_Boolean_Boolean_Object_Object__GetHashCode, (ValueTuple_4_Boolean_Boolean_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011B50F0, int32_t, ValueTuple_4_Boolean_Boolean_Object_Object__GetHashCodeCore, (ValueTuple_4_Boolean_Boolean_Object_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011B4BF0, int32_t, ValueTuple_4_Boolean_Boolean_Object_Object__System_Collections_IStructuralComparable_CompareTo, (ValueTuple_4_Boolean_Boolean_Object_Object_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89688, ValueTuple_4_Boolean_Boolean_Object_Object__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011B44D0, bool, ValueTuple_4_Boolean_Boolean_Object_Object__System_Collections_IStructuralEquatable_Equals, (ValueTuple_4_Boolean_Boolean_Object_Object_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011B50A0, int32_t, ValueTuple_4_Boolean_Boolean_Object_Object__System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple_4_Boolean_Boolean_Object_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011B47A0, int32_t, ValueTuple_4_Boolean_Boolean_Object_Object__System_IComparable_CompareTo, (ValueTuple_4_Boolean_Boolean_Object_Object_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89690, ValueTuple_4_Boolean_Boolean_Object_Object__System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011B50A0, int32_t, ValueTuple_4_Boolean_Boolean_Object_Object__System_IValueTupleInternal_GetHashCode, (ValueTuple_4_Boolean_Boolean_Object_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011B56A0, String *, ValueTuple_4_Boolean_Boolean_Object_Object__System_IValueTupleInternal_ToStringEnd, (ValueTuple_4_Boolean_Boolean_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEC8E0, int32_t, ValueTuple_4_Boolean_Boolean_Object_Object__System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple_4_Boolean_Boolean_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011B5260, String *, ValueTuple_4_Boolean_Boolean_Object_Object__ToString, (ValueTuple_4_Boolean_Boolean_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003D4E70, void, ValueTuple_4_Object_Object_Object_Object___ctor, (ValueTuple_4_Object_Object_Object_Object_ * __this, Object * item1, Object * item2, Object * item3, Object * item4, MethodInfo * method)); DO_APP_FUNC(0x011B6150, int32_t, ValueTuple_4_Object_Object_Object_Object__CompareTo, (ValueTuple_4_Object_Object_Object_Object_ * __this, ValueTuple_4_Object_Object_Object_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x011B5BA0, bool, ValueTuple_4_Object_Object_Object_Object__Equals, (ValueTuple_4_Object_Object_Object_Object_ * __this, ValueTuple_4_Object_Object_Object_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x011B5A80, bool, ValueTuple_4_Object_Object_Object_Object__Equals_1, (ValueTuple_4_Object_Object_Object_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x011B6600, int32_t, ValueTuple_4_Object_Object_Object_Object__GetHashCode, (ValueTuple_4_Object_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011B6710, int32_t, ValueTuple_4_Object_Object_Object_Object__GetHashCodeCore, (ValueTuple_4_Object_Object_Object_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011B6380, int32_t, ValueTuple_4_Object_Object_Object_Object__System_Collections_IStructuralComparable_CompareTo, (ValueTuple_4_Object_Object_Object_Object_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89680, ValueTuple_4_Object_Object_Object_Object__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011B5DB0, bool, ValueTuple_4_Object_Object_Object_Object__System_Collections_IStructuralEquatable_Equals, (ValueTuple_4_Object_Object_Object_Object_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011B66D0, int32_t, ValueTuple_4_Object_Object_Object_Object__System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple_4_Object_Object_Object_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011B5F60, int32_t, ValueTuple_4_Object_Object_Object_Object__System_IComparable_CompareTo, (ValueTuple_4_Object_Object_Object_Object_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89678, ValueTuple_4_Object_Object_Object_Object__System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011B66D0, int32_t, ValueTuple_4_Object_Object_Object_Object__System_IValueTupleInternal_GetHashCode, (ValueTuple_4_Object_Object_Object_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011B6BA0, String *, ValueTuple_4_Object_Object_Object_Object__System_IValueTupleInternal_ToStringEnd, (ValueTuple_4_Object_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEC8E0, int32_t, ValueTuple_4_Object_Object_Object_Object__System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple_4_Object_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011B6800, String *, ValueTuple_4_Object_Object_Object_Object__ToString, (ValueTuple_4_Object_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011B6EE0, void, ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean___ctor, (ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean_ * __this, void * item1, int32_t item2, void * item3, int32_t item4, bool item5, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8D78, ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x011B7960, int32_t, ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean__CompareTo, (ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean_ * __this, ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean_ other, MethodInfo * method)); DO_APP_FUNC(0x011B7020, bool, ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean__Equals, (ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean_ * __this, ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean_ other, MethodInfo * method)); DO_APP_FUNC(0x011B6F00, bool, ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean__Equals_1, (ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x011B81E0, int32_t, ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean__GetHashCode, (ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011B8330, int32_t, ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean__GetHashCodeCore, (ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011B7C10, int32_t, ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean__System_Collections_IStructuralComparable_CompareTo, (ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89930, ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011B72B0, bool, ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean__System_Collections_IStructuralEquatable_Equals, (ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011B82E0, int32_t, ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean__System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011B7770, int32_t, ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean__System_IComparable_CompareTo, (ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89938, ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean__System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011B82E0, int32_t, ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean__System_IValueTupleInternal_GetHashCode, (ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011B8A80, String *, ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean__System_IValueTupleInternal_ToStringEnd, (ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011B8EF0, int32_t, ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean__System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011B85B0, String *, ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean__ToString, (ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011B8F00, void, ValueTuple_5_Object_Boolean_Boolean_Object_Object___ctor, (ValueTuple_5_Object_Boolean_Boolean_Object_Object_ * __this, Object * item1, bool item2, bool item3, Object * item4, Object * item5, MethodInfo * method)); DO_APP_FUNC(0x011B98D0, int32_t, ValueTuple_5_Object_Boolean_Boolean_Object_Object__CompareTo, (ValueTuple_5_Object_Boolean_Boolean_Object_Object_ * __this, ValueTuple_5_Object_Boolean_Boolean_Object_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x011B9130, bool, ValueTuple_5_Object_Boolean_Boolean_Object_Object__Equals, (ValueTuple_5_Object_Boolean_Boolean_Object_Object_ * __this, ValueTuple_5_Object_Boolean_Boolean_Object_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x011B9010, bool, ValueTuple_5_Object_Boolean_Boolean_Object_Object__Equals_1, (ValueTuple_5_Object_Boolean_Boolean_Object_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x011B9F70, int32_t, ValueTuple_5_Object_Boolean_Boolean_Object_Object__GetHashCode, (ValueTuple_5_Object_Boolean_Boolean_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011BA100, int32_t, ValueTuple_5_Object_Boolean_Boolean_Object_Object__GetHashCodeCore, (ValueTuple_5_Object_Boolean_Boolean_Object_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011B9B80, int32_t, ValueTuple_5_Object_Boolean_Boolean_Object_Object__System_Collections_IStructuralComparable_CompareTo, (ValueTuple_5_Object_Boolean_Boolean_Object_Object_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89920, ValueTuple_5_Object_Boolean_Boolean_Object_Object__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011B93C0, bool, ValueTuple_5_Object_Boolean_Boolean_Object_Object__System_Collections_IStructuralEquatable_Equals, (ValueTuple_5_Object_Boolean_Boolean_Object_Object_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011BA0B0, int32_t, ValueTuple_5_Object_Boolean_Boolean_Object_Object__System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple_5_Object_Boolean_Boolean_Object_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011B96E0, int32_t, ValueTuple_5_Object_Boolean_Boolean_Object_Object__System_IComparable_CompareTo, (ValueTuple_5_Object_Boolean_Boolean_Object_Object_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89928, ValueTuple_5_Object_Boolean_Boolean_Object_Object__System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011BA0B0, int32_t, ValueTuple_5_Object_Boolean_Boolean_Object_Object__System_IValueTupleInternal_GetHashCode, (ValueTuple_5_Object_Boolean_Boolean_Object_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011BA790, String *, ValueTuple_5_Object_Boolean_Boolean_Object_Object__System_IValueTupleInternal_ToStringEnd, (ValueTuple_5_Object_Boolean_Boolean_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011B8EF0, int32_t, ValueTuple_5_Object_Boolean_Boolean_Object_Object__System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple_5_Object_Boolean_Boolean_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011BA2A0, String *, ValueTuple_5_Object_Boolean_Boolean_Object_Object__ToString, (ValueTuple_5_Object_Boolean_Boolean_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011BAC20, void, ValueTuple_5_Object_Object_Object_Object_Object___ctor, (ValueTuple_5_Object_Object_Object_Object_Object_ * __this, Object * item1, Object * item2, Object * item3, Object * item4, Object * item5, MethodInfo * method)); DO_APP_FUNC(0x011BB5C0, int32_t, ValueTuple_5_Object_Object_Object_Object_Object__CompareTo, (ValueTuple_5_Object_Object_Object_Object_Object_ * __this, ValueTuple_5_Object_Object_Object_Object_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x011BAF00, bool, ValueTuple_5_Object_Object_Object_Object_Object__Equals, (ValueTuple_5_Object_Object_Object_Object_Object_ * __this, ValueTuple_5_Object_Object_Object_Object_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x011BADD0, bool, ValueTuple_5_Object_Object_Object_Object_Object__Equals_1, (ValueTuple_5_Object_Object_Object_Object_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x011BBB60, int32_t, ValueTuple_5_Object_Object_Object_Object_Object__GetHashCode, (ValueTuple_5_Object_Object_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011BBCA0, int32_t, ValueTuple_5_Object_Object_Object_Object_Object__GetHashCodeCore, (ValueTuple_5_Object_Object_Object_Object_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011BB8A0, int32_t, ValueTuple_5_Object_Object_Object_Object_Object__System_Collections_IStructuralComparable_CompareTo, (ValueTuple_5_Object_Object_Object_Object_Object_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89918, ValueTuple_5_Object_Object_Object_Object_Object__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011BB1C0, bool, ValueTuple_5_Object_Object_Object_Object_Object__System_Collections_IStructuralEquatable_Equals, (ValueTuple_5_Object_Object_Object_Object_Object_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011BBC60, int32_t, ValueTuple_5_Object_Object_Object_Object_Object__System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple_5_Object_Object_Object_Object_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011BB3B0, int32_t, ValueTuple_5_Object_Object_Object_Object_Object__System_IComparable_CompareTo, (ValueTuple_5_Object_Object_Object_Object_Object_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89910, ValueTuple_5_Object_Object_Object_Object_Object__System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011BBC60, int32_t, ValueTuple_5_Object_Object_Object_Object_Object__System_IValueTupleInternal_GetHashCode, (ValueTuple_5_Object_Object_Object_Object_Object_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011BC1F0, String *, ValueTuple_5_Object_Object_Object_Object_Object__System_IValueTupleInternal_ToStringEnd, (ValueTuple_5_Object_Object_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011B8EF0, int32_t, ValueTuple_5_Object_Object_Object_Object_Object__System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple_5_Object_Object_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011BBDB0, String *, ValueTuple_5_Object_Object_Object_Object_Object__ToString, (ValueTuple_5_Object_Object_Object_Object_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011BC5E0, void, ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean___ctor, (ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean_ * __this, void * item1, int32_t item2, void * item3, int32_t item4, void * item5, int32_t item6, bool item7, ValueTuple_1_Boolean_ rest, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89908, ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x011BD530, int32_t, ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean__CompareTo, (ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean_ * __this, ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean_ other, MethodInfo * method)); DO_APP_FUNC(0x011BC820, bool, ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean__Equals, (ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean_ * __this, ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean_ other, MethodInfo * method)); DO_APP_FUNC(0x011BC6F0, bool, ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean__Equals_1, (ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x011BE120, int32_t, ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean__GetHashCode, (ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011BE850, int32_t, ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean__GetHashCodeCore, (ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011BD980, int32_t, ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean__System_Collections_IStructuralComparable_CompareTo, (ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean_ * __this, Object * other, IComparer * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C898F0, ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean__System_Collections_IStructuralComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011BCC50, bool, ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean__System_Collections_IStructuralEquatable_Equals, (ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean_ * __this, Object * other, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011BE800, int32_t, ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean__System_Collections_IStructuralEquatable_GetHashCode, (ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011BD320, int32_t, ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean__System_IComparable_CompareTo, (ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean_ * __this, Object * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C898E8, ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean__System_IComparable_CompareTo__MethodInfo); DO_APP_FUNC(0x011BE800, int32_t, ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean__System_IValueTupleInternal_GetHashCode, (ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean_ * __this, IEqualityComparer * comparer, MethodInfo * method)); DO_APP_FUNC(0x011C05F0, String *, ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean__System_IValueTupleInternal_ToStringEnd, (ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C1270, int32_t, ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean__System_Runtime_CompilerServices_ITuple_get_Length, (ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011BF8D0, String *, ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean__ToString, (ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C1CF0, void, ValueWatcher_1_System_Boolean___cctor, (MethodInfo * method)); DO_APP_FUNC(0x011C1560, void, ValueWatcher_1_System_Boolean___ctor, (ValueWatcher_1_System_Boolean_ * __this, bool param_0000c636, bool param_0000c637, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9180, ValueWatcher_1_System_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x011C1570, void, ValueWatcher_1_System_Boolean___ctor_1, (ValueWatcher_1_System_Boolean_ * __this, bool param_0000c638, Func_1_Boolean_ * param_0000c639, bool param_0000c63a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9168, ValueWatcher_1_System_Boolean___ctor_1__MethodInfo); DO_APP_FUNC(0x011C1910, void, ValueWatcher_1_System_Boolean__AddEventListener, (ValueWatcher_1_System_Boolean_ * __this, ValueWatcher_jjzHjMtQjvaiBuvnPcrYNLPANNsN__Enum eventType, Delegate * listener, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89890, ValueWatcher_1_System_Boolean__AddEventListener__MethodInfo); DO_APP_FUNC(0x011C1B00, void, ValueWatcher_1_System_Boolean__RemoveEventListener, (ValueWatcher_1_System_Boolean_ * __this, ValueWatcher_jjzHjMtQjvaiBuvnPcrYNLPANNsN__Enum eventType, Delegate * listener, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89888, ValueWatcher_1_System_Boolean__RemoveEventListener__MethodInfo); DO_APP_FUNC(0x011C1800, bool, ValueWatcher_1_System_Boolean__Set, (ValueWatcher_1_System_Boolean_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93598, ValueWatcher_1_System_Boolean__Set__MethodInfo); DO_APP_FUNC(0x011C1710, bool, ValueWatcher_1_System_Boolean__TriggerEvent, (ValueWatcher_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C1610, bool, ValueWatcher_1_System_Boolean__Update, (ValueWatcher_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C1700, bool, ValueWatcher_1_System_Boolean__Use, (ValueWatcher_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C1320, void, ValueWatcher_1_System_Boolean__add_ChangedEvent, (ValueWatcher_1_System_Boolean_ * __this, Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93300, ValueWatcher_1_System_Boolean__add_ChangedEvent__MethodInfo); DO_APP_FUNC(0x00AC1170, bool, ValueWatcher_1_System_Boolean__get_autoTriggerEvent, (ValueWatcher_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, ValueWatcher_1_System_Boolean__get_changed, (ValueWatcher_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Func_1_Boolean_ *, ValueWatcher_1_System_Boolean__get_getValueDelegate, (ValueWatcher_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00422A30, bool, ValueWatcher_1_System_Boolean__get_value, (ValueWatcher_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93678, ValueWatcher_1_System_Boolean__get_value__MethodInfo); DO_APP_FUNC(0x011C1440, void, ValueWatcher_1_System_Boolean__remove_ChangedEvent, (ValueWatcher_1_System_Boolean_ * __this, Action_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C933C0, ValueWatcher_1_System_Boolean__remove_ChangedEvent__MethodInfo); DO_APP_FUNC(0x00AC1180, void, ValueWatcher_1_System_Boolean__set_autoTriggerEvent, (ValueWatcher_1_System_Boolean_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, ValueWatcher_1_System_Boolean__set_getValueDelegate, (ValueWatcher_1_System_Boolean_ * __this, Func_1_Boolean_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93590, ValueWatcher_1_System_Boolean__set_getValueDelegate__MethodInfo); DO_APP_FUNC(0x011C1CF0, void, ValueWatcher_1_System_Int32___cctor, (MethodInfo * method)); DO_APP_FUNC(0x011C2050, void, ValueWatcher_1_System_Int32___ctor, (ValueWatcher_1_System_Int32_ * __this, int32_t param_0000c636, bool param_0000c637, MethodInfo * method)); DO_APP_FUNC(0x011C2060, void, ValueWatcher_1_System_Int32___ctor_1, (ValueWatcher_1_System_Int32_ * __this, int32_t param_0000c638, Func_1_Int32_ * param_0000c639, bool param_0000c63a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9178, ValueWatcher_1_System_Int32___ctor_1__MethodInfo); DO_APP_FUNC(0x011C23F0, void, ValueWatcher_1_System_Int32__AddEventListener, (ValueWatcher_1_System_Int32_ * __this, ValueWatcher_jjzHjMtQjvaiBuvnPcrYNLPANNsN__Enum eventType, Delegate * listener, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C898A0, ValueWatcher_1_System_Int32__AddEventListener__MethodInfo); DO_APP_FUNC(0x011C25E0, void, ValueWatcher_1_System_Int32__RemoveEventListener, (ValueWatcher_1_System_Int32_ * __this, ValueWatcher_jjzHjMtQjvaiBuvnPcrYNLPANNsN__Enum eventType, Delegate * listener, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89898, ValueWatcher_1_System_Int32__RemoveEventListener__MethodInfo); DO_APP_FUNC(0x011C22E0, bool, ValueWatcher_1_System_Int32__Set, (ValueWatcher_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x011C21F0, bool, ValueWatcher_1_System_Int32__TriggerEvent, (ValueWatcher_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C2100, bool, ValueWatcher_1_System_Int32__Update, (ValueWatcher_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C1700, bool, ValueWatcher_1_System_Int32__Use, (ValueWatcher_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C1E10, void, ValueWatcher_1_System_Int32__add_ChangedEvent, (ValueWatcher_1_System_Int32_ * __this, Action_1_Int32_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93308, ValueWatcher_1_System_Int32__add_ChangedEvent__MethodInfo); DO_APP_FUNC(0x003BAC40, bool, ValueWatcher_1_System_Int32__get_autoTriggerEvent, (ValueWatcher_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, ValueWatcher_1_System_Int32__get_changed, (ValueWatcher_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Func_1_Int32_ *, ValueWatcher_1_System_Int32__get_getValueDelegate, (ValueWatcher_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD70, int32_t, ValueWatcher_1_System_Int32__get_value, (ValueWatcher_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C1F30, void, ValueWatcher_1_System_Int32__remove_ChangedEvent, (ValueWatcher_1_System_Int32_ * __this, Action_1_Int32_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C933B0, ValueWatcher_1_System_Int32__remove_ChangedEvent__MethodInfo); DO_APP_FUNC(0x003BAC50, void, ValueWatcher_1_System_Int32__set_autoTriggerEvent, (ValueWatcher_1_System_Int32_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ValueWatcher_1_System_Int32__set_getValueDelegate, (ValueWatcher_1_System_Int32_ * __this, Func_1_Int32_ * value, MethodInfo * method)); DO_APP_FUNC(0x011C1CF0, void, ValueWatcher_1_System_IntPtr___cctor, (MethodInfo * method)); DO_APP_FUNC(0x011C2A10, void, ValueWatcher_1_System_IntPtr___ctor, (ValueWatcher_1_System_IntPtr_ * __this, void * param_0000c636, bool param_0000c637, MethodInfo * method)); DO_APP_FUNC(0x011C2A20, void, ValueWatcher_1_System_IntPtr___ctor_1, (ValueWatcher_1_System_IntPtr_ * __this, void * param_0000c638, Func_1_IntPtr_ * param_0000c639, bool param_0000c63a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54480, ValueWatcher_1_System_IntPtr___ctor_1__MethodInfo); DO_APP_FUNC(0x011C2DB0, void, ValueWatcher_1_System_IntPtr__AddEventListener, (ValueWatcher_1_System_IntPtr_ * __this, ValueWatcher_jjzHjMtQjvaiBuvnPcrYNLPANNsN__Enum eventType, Delegate * listener, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C898B0, ValueWatcher_1_System_IntPtr__AddEventListener__MethodInfo); DO_APP_FUNC(0x011C2FA0, void, ValueWatcher_1_System_IntPtr__RemoveEventListener, (ValueWatcher_1_System_IntPtr_ * __this, ValueWatcher_jjzHjMtQjvaiBuvnPcrYNLPANNsN__Enum eventType, Delegate * listener, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C898A8, ValueWatcher_1_System_IntPtr__RemoveEventListener__MethodInfo); DO_APP_FUNC(0x011C2CA0, bool, ValueWatcher_1_System_IntPtr__Set, (ValueWatcher_1_System_IntPtr_ * __this, void * value, MethodInfo * method)); DO_APP_FUNC(0x011C2BB0, bool, ValueWatcher_1_System_IntPtr__TriggerEvent, (ValueWatcher_1_System_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C2AC0, bool, ValueWatcher_1_System_IntPtr__Update, (ValueWatcher_1_System_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C1700, bool, ValueWatcher_1_System_IntPtr__Use, (ValueWatcher_1_System_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C27D0, void, ValueWatcher_1_System_IntPtr__add_ChangedEvent, (ValueWatcher_1_System_IntPtr_ * __this, Action_1_IntPtr_ * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54448, ValueWatcher_1_System_IntPtr__add_ChangedEvent__MethodInfo); DO_APP_FUNC(0x00667060, bool, ValueWatcher_1_System_IntPtr__get_autoTriggerEvent, (ValueWatcher_1_System_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, ValueWatcher_1_System_IntPtr__get_changed, (ValueWatcher_1_System_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Func_1_IntPtr_ *, ValueWatcher_1_System_IntPtr__get_getValueDelegate, (ValueWatcher_1_System_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, void *, ValueWatcher_1_System_IntPtr__get_value, (ValueWatcher_1_System_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C54240, ValueWatcher_1_System_IntPtr__get_value__MethodInfo); DO_APP_FUNC(0x011C28F0, void, ValueWatcher_1_System_IntPtr__remove_ChangedEvent, (ValueWatcher_1_System_IntPtr_ * __this, Action_1_IntPtr_ * value, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, ValueWatcher_1_System_IntPtr__set_autoTriggerEvent, (ValueWatcher_1_System_IntPtr_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, ValueWatcher_1_System_IntPtr__set_getValueDelegate, (ValueWatcher_1_System_IntPtr_ * __this, Func_1_IntPtr_ * value, MethodInfo * method)); DO_APP_FUNC(0x011C1CF0, void, ValueWatcher_1_System_Object___cctor, (MethodInfo * method)); DO_APP_FUNC(0x011C3190, void, ValueWatcher_1_System_Object___ctor, (ValueWatcher_1_System_Object_ * __this, Object * param_0000c636, bool param_0000c637, MethodInfo * method)); DO_APP_FUNC(0x011C2A20, void, ValueWatcher_1_System_Object___ctor_1, (ValueWatcher_1_System_Object_ * __this, Object * param_0000c638, Func_1_Object_ * param_0000c639, bool param_0000c63a, MethodInfo * method)); DO_APP_FUNC(0x011C3350, void, ValueWatcher_1_System_Object__AddEventListener, (ValueWatcher_1_System_Object_ * __this, ValueWatcher_jjzHjMtQjvaiBuvnPcrYNLPANNsN__Enum eventType, Delegate * listener, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C898C0, ValueWatcher_1_System_Object__AddEventListener__MethodInfo); DO_APP_FUNC(0x011C3540, void, ValueWatcher_1_System_Object__RemoveEventListener, (ValueWatcher_1_System_Object_ * __this, ValueWatcher_jjzHjMtQjvaiBuvnPcrYNLPANNsN__Enum eventType, Delegate * listener, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C898B8, ValueWatcher_1_System_Object__RemoveEventListener__MethodInfo); DO_APP_FUNC(0x011C31F0, bool, ValueWatcher_1_System_Object__Set, (ValueWatcher_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x011C2BB0, bool, ValueWatcher_1_System_Object__TriggerEvent, (ValueWatcher_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C2AC0, bool, ValueWatcher_1_System_Object__Update, (ValueWatcher_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C1700, bool, ValueWatcher_1_System_Object__Use, (ValueWatcher_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C27D0, void, ValueWatcher_1_System_Object__add_ChangedEvent, (ValueWatcher_1_System_Object_ * __this, Action_1_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x00667060, bool, ValueWatcher_1_System_Object__get_autoTriggerEvent, (ValueWatcher_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, ValueWatcher_1_System_Object__get_changed, (ValueWatcher_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93B0, Func_1_Object_ *, ValueWatcher_1_System_Object__get_getValueDelegate, (ValueWatcher_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, ValueWatcher_1_System_Object__get_value, (ValueWatcher_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C28F0, void, ValueWatcher_1_System_Object__remove_ChangedEvent, (ValueWatcher_1_System_Object_ * __this, Action_1_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x0075F010, void, ValueWatcher_1_System_Object__set_autoTriggerEvent, (ValueWatcher_1_System_Object_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003C4500, void, ValueWatcher_1_System_Object__set_getValueDelegate, (ValueWatcher_1_System_Object_ * __this, Func_1_Object_ * value, MethodInfo * method)); DO_APP_FUNC(0x011C1CF0, void, ValueWatcher_1_System_Single___cctor, (MethodInfo * method)); DO_APP_FUNC(0x011C3730, void, ValueWatcher_1_System_Single___ctor, (ValueWatcher_1_System_Single_ * __this, float param_0000c636, bool param_0000c637, MethodInfo * method)); DO_APP_FUNC(0x011C3740, void, ValueWatcher_1_System_Single___ctor_1, (ValueWatcher_1_System_Single_ * __this, float param_0000c638, Func_1_Single_ * param_0000c639, bool param_0000c63a, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9158, ValueWatcher_1_System_Single___ctor_1__MethodInfo); DO_APP_FUNC(0x011C3AE0, void, ValueWatcher_1_System_Single__AddEventListener, (ValueWatcher_1_System_Single_ * __this, ValueWatcher_jjzHjMtQjvaiBuvnPcrYNLPANNsN__Enum eventType, Delegate * listener, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89878, ValueWatcher_1_System_Single__AddEventListener__MethodInfo); DO_APP_FUNC(0x011C3CD0, void, ValueWatcher_1_System_Single__RemoveEventListener, (ValueWatcher_1_System_Single_ * __this, ValueWatcher_jjzHjMtQjvaiBuvnPcrYNLPANNsN__Enum eventType, Delegate * listener, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89870, ValueWatcher_1_System_Single__RemoveEventListener__MethodInfo); DO_APP_FUNC(0x011C39D0, bool, ValueWatcher_1_System_Single__Set, (ValueWatcher_1_System_Single_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x011C38D0, bool, ValueWatcher_1_System_Single__TriggerEvent, (ValueWatcher_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C37E0, bool, ValueWatcher_1_System_Single__Update, (ValueWatcher_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C1700, bool, ValueWatcher_1_System_Single__Use, (ValueWatcher_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C1E10, void, ValueWatcher_1_System_Single__add_ChangedEvent, (ValueWatcher_1_System_Single_ * __this, Action_1_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, ValueWatcher_1_System_Single__get_autoTriggerEvent, (ValueWatcher_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAD20, bool, ValueWatcher_1_System_Single__get_changed, (ValueWatcher_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, Func_1_Single_ *, ValueWatcher_1_System_Single__get_getValueDelegate, (ValueWatcher_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA310, float, ValueWatcher_1_System_Single__get_value, (ValueWatcher_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93480, ValueWatcher_1_System_Single__get_value__MethodInfo); DO_APP_FUNC(0x011C1F30, void, ValueWatcher_1_System_Single__remove_ChangedEvent, (ValueWatcher_1_System_Single_ * __this, Action_1_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, ValueWatcher_1_System_Single__set_autoTriggerEvent, (ValueWatcher_1_System_Single_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x003BADE0, void, ValueWatcher_1_System_Single__set_getValueDelegate, (ValueWatcher_1_System_Single_ * __this, Func_1_Single_ * value, MethodInfo * method)); DO_APP_FUNC(0x011C4150, void, StylePropertyAnimationSystem_ValuesDiscrete_1_Background___ctor, (StylePropertyAnimationSystem_ValuesDiscrete_1_Background_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3648, StylePropertyAnimationSystem_ValuesDiscrete_1_Background___ctor__MethodInfo); DO_APP_FUNC(0x011C3EC0, bool, StylePropertyAnimationSystem_ValuesDiscrete_1_Background__IsSame, (Background a, Background b, MethodInfo * method)); DO_APP_FUNC(0x011C3F90, Background, StylePropertyAnimationSystem_ValuesDiscrete_1_Background__Lerp, (Background a, Background b, float t, MethodInfo * method)); DO_APP_FUNC(0x011C3FC0, void, StylePropertyAnimationSystem_ValuesDiscrete_1_Background__UpdateValues, (StylePropertyAnimationSystem_ValuesDiscrete_1_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7040, Func_3_UnityEngine_UIElements_Background_UnityEngine_UIElements_Background_Boolean_ *, StylePropertyAnimationSystem_ValuesDiscrete_1_Background__get_SameFunc, (StylePropertyAnimationSystem_ValuesDiscrete_1_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C4150, void, StylePropertyAnimationSystem_ValuesDiscrete_1_FontDefinition___ctor, (StylePropertyAnimationSystem_ValuesDiscrete_1_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3670, StylePropertyAnimationSystem_ValuesDiscrete_1_FontDefinition___ctor__MethodInfo); DO_APP_FUNC(0x011C4240, bool, StylePropertyAnimationSystem_ValuesDiscrete_1_FontDefinition__IsSame, (FontDefinition a, FontDefinition b, MethodInfo * method)); DO_APP_FUNC(0x011C4300, FontDefinition, StylePropertyAnimationSystem_ValuesDiscrete_1_FontDefinition__Lerp, (FontDefinition a, FontDefinition b, float t, MethodInfo * method)); DO_APP_FUNC(0x011C4320, void, StylePropertyAnimationSystem_ValuesDiscrete_1_FontDefinition__UpdateValues, (StylePropertyAnimationSystem_ValuesDiscrete_1_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7040, Func_3_UnityEngine_UIElements_FontDefinition_UnityEngine_UIElements_FontDefinition_Boolean_ *, StylePropertyAnimationSystem_ValuesDiscrete_1_FontDefinition__get_SameFunc, (StylePropertyAnimationSystem_ValuesDiscrete_1_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C4150, void, StylePropertyAnimationSystem_ValuesDiscrete_1_System_Object___ctor, (StylePropertyAnimationSystem_ValuesDiscrete_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C4480, bool, StylePropertyAnimationSystem_ValuesDiscrete_1_System_Object__IsSame, (Object * a, Object * b, MethodInfo * method)); DO_APP_FUNC(0x011C4520, Object *, StylePropertyAnimationSystem_ValuesDiscrete_1_System_Object__Lerp, (Object * a, Object * b, float t, MethodInfo * method)); DO_APP_FUNC(0x011C4540, void, StylePropertyAnimationSystem_ValuesDiscrete_1_System_Object__UpdateValues, (StylePropertyAnimationSystem_ValuesDiscrete_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C7040, Func_3_Object_Object_Boolean_ *, StylePropertyAnimationSystem_ValuesDiscrete_1_System_Object__get_SameFunc, (StylePropertyAnimationSystem_ValuesDiscrete_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C4670, void, StylePropertyAnimationSystem_Values_1_Background___ctor, (StylePropertyAnimationSystem_Values_1_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C5F60, void, StylePropertyAnimationSystem_Values_1_Background__CancelAllAnimations, (StylePropertyAnimationSystem_Values_1_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C6480, void, StylePropertyAnimationSystem_Values_1_Background__CancelAllAnimations_1, (StylePropertyAnimationSystem_Values_1_Background_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x011C6810, void, StylePropertyAnimationSystem_Values_1_Background__CancelAnimation, (StylePropertyAnimationSystem_Values_1_Background_ * __this, VisualElement * ve, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x011C4D20, void, StylePropertyAnimationSystem_Values_1_Background__ClearEventQueue, (StylePropertyAnimationSystem_Values_1_Background_ * __this, StylePropertyAnimationSystem_ElementPropertyPair epp, MethodInfo * method)); DO_APP_FUNC(0x011C6BB0, int32_t, StylePropertyAnimationSystem_Values_1_Background__ComputeReversingDelay, (StylePropertyAnimationSystem_Values_1_Background_ * __this, int32_t delayMs, float newReversingShorteningFactor, MethodInfo * method)); DO_APP_FUNC(0x011C6B90, int32_t, StylePropertyAnimationSystem_Values_1_Background__ComputeReversingDuration, (StylePropertyAnimationSystem_Values_1_Background_ * __this, int32_t newTransitionDurationMs, float newReversingShorteningFactor, MethodInfo * method)); DO_APP_FUNC(0x011C6B20, float, StylePropertyAnimationSystem_Values_1_Background__ComputeReversingShorteningFactor, (StylePropertyAnimationSystem_Values_1_Background_ * __this, int32_t oldIndex, MethodInfo * method)); DO_APP_FUNC(0x01175020, bool, StylePropertyAnimationSystem_Values_1_Background__ConvertUnits, (StylePropertyAnimationSystem_Values_1_Background_ * __this, VisualElement * owner, StylePropertyId__Enum prop, Background * a, Background * b, MethodInfo * method)); DO_APP_FUNC(0x011C78D0, void, StylePropertyAnimationSystem_Values_1_Background__ForceComputedStyleEndValue, (StylePropertyAnimationSystem_Values_1_Background_ * __this, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011C69F0, void, StylePropertyAnimationSystem_Values_1_Background__GetAllAnimations, (StylePropertyAnimationSystem_Values_1_Background_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outPropertyIds, MethodInfo * method)); DO_APP_FUNC(0x011C7A50, void, StylePropertyAnimationSystem_Values_1_Background__ProcessEventQueue, (StylePropertyAnimationSystem_Values_1_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C4A30, void, StylePropertyAnimationSystem_Values_1_Background__QueueEvent, (StylePropertyAnimationSystem_Values_1_Background_ * __this, EventBase * evt, StylePropertyAnimationSystem_ElementPropertyPair epp, MethodInfo * method)); DO_APP_FUNC(0x011C5910, void, StylePropertyAnimationSystem_Values_1_Background__QueueTransitionCancelEvent, (StylePropertyAnimationSystem_Values_1_Background_ * __this, VisualElement * ve, int32_t runningIndex, int64_t panelElapsedMs, MethodInfo * method)); DO_APP_FUNC(0x011C55B0, void, StylePropertyAnimationSystem_Values_1_Background__QueueTransitionEndEvent, (StylePropertyAnimationSystem_Values_1_Background_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011C4ED0, void, StylePropertyAnimationSystem_Values_1_Background__QueueTransitionRunEvent, (StylePropertyAnimationSystem_Values_1_Background_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011C5240, void, StylePropertyAnimationSystem_Values_1_Background__QueueTransitionStartEvent, (StylePropertyAnimationSystem_Values_1_Background_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011C5DA0, void, StylePropertyAnimationSystem_Values_1_Background__SendTransitionCancelEvent, (StylePropertyAnimationSystem_Values_1_Background_ * __this, VisualElement * ve, int32_t runningIndex, int64_t panelElapsedMs, MethodInfo * method)); DO_APP_FUNC(0x011C6BE0, bool, StylePropertyAnimationSystem_Values_1_Background__StartTransition, (StylePropertyAnimationSystem_Values_1_Background_ * __this, VisualElement * owner, StylePropertyId__Enum prop, Background startValue, Background endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011C4970, void, StylePropertyAnimationSystem_Values_1_Background__SwapFrameStates, (StylePropertyAnimationSystem_Values_1_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C7990, void, StylePropertyAnimationSystem_Values_1_Background__Update, (StylePropertyAnimationSystem_Values_1_Background_ * __this, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011C6990, void, StylePropertyAnimationSystem_Values_1_Background__UpdateAnimation, (StylePropertyAnimationSystem_Values_1_Background_ * __this, VisualElement * ve, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x011C7E90, void, StylePropertyAnimationSystem_Values_1_Background__UpdateProgress, (StylePropertyAnimationSystem_Values_1_Background_ * __this, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011C4660, bool, StylePropertyAnimationSystem_Values_1_Background__get_isEmpty, (StylePropertyAnimationSystem_Values_1_Background_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C8220, void, StylePropertyAnimationSystem_Values_1_UnityEngine_Color___ctor, (StylePropertyAnimationSystem_Values_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3650, StylePropertyAnimationSystem_Values_1_UnityEngine_Color___ctor__MethodInfo); DO_APP_FUNC(0x011C9A50, void, StylePropertyAnimationSystem_Values_1_UnityEngine_Color__CancelAllAnimations, (StylePropertyAnimationSystem_Values_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C9F70, void, StylePropertyAnimationSystem_Values_1_UnityEngine_Color__CancelAllAnimations_1, (StylePropertyAnimationSystem_Values_1_UnityEngine_Color_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x011CA300, void, StylePropertyAnimationSystem_Values_1_UnityEngine_Color__CancelAnimation, (StylePropertyAnimationSystem_Values_1_UnityEngine_Color_ * __this, VisualElement * ve, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x011C8810, void, StylePropertyAnimationSystem_Values_1_UnityEngine_Color__ClearEventQueue, (StylePropertyAnimationSystem_Values_1_UnityEngine_Color_ * __this, StylePropertyAnimationSystem_ElementPropertyPair epp, MethodInfo * method)); DO_APP_FUNC(0x011C6BB0, int32_t, StylePropertyAnimationSystem_Values_1_UnityEngine_Color__ComputeReversingDelay, (StylePropertyAnimationSystem_Values_1_UnityEngine_Color_ * __this, int32_t delayMs, float newReversingShorteningFactor, MethodInfo * method)); DO_APP_FUNC(0x011C6B90, int32_t, StylePropertyAnimationSystem_Values_1_UnityEngine_Color__ComputeReversingDuration, (StylePropertyAnimationSystem_Values_1_UnityEngine_Color_ * __this, int32_t newTransitionDurationMs, float newReversingShorteningFactor, MethodInfo * method)); DO_APP_FUNC(0x011C6B20, float, StylePropertyAnimationSystem_Values_1_UnityEngine_Color__ComputeReversingShorteningFactor, (StylePropertyAnimationSystem_Values_1_UnityEngine_Color_ * __this, int32_t oldIndex, MethodInfo * method)); DO_APP_FUNC(0x01175020, bool, StylePropertyAnimationSystem_Values_1_UnityEngine_Color__ConvertUnits, (StylePropertyAnimationSystem_Values_1_UnityEngine_Color_ * __this, VisualElement * owner, StylePropertyId__Enum prop, Color * a, Color * b, MethodInfo * method)); DO_APP_FUNC(0x011CAEE0, void, StylePropertyAnimationSystem_Values_1_UnityEngine_Color__ForceComputedStyleEndValue, (StylePropertyAnimationSystem_Values_1_UnityEngine_Color_ * __this, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011CA4E0, void, StylePropertyAnimationSystem_Values_1_UnityEngine_Color__GetAllAnimations, (StylePropertyAnimationSystem_Values_1_UnityEngine_Color_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outPropertyIds, MethodInfo * method)); DO_APP_FUNC(0x011CAF30, void, StylePropertyAnimationSystem_Values_1_UnityEngine_Color__ProcessEventQueue, (StylePropertyAnimationSystem_Values_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C8520, void, StylePropertyAnimationSystem_Values_1_UnityEngine_Color__QueueEvent, (StylePropertyAnimationSystem_Values_1_UnityEngine_Color_ * __this, EventBase * evt, StylePropertyAnimationSystem_ElementPropertyPair epp, MethodInfo * method)); DO_APP_FUNC(0x011C9400, void, StylePropertyAnimationSystem_Values_1_UnityEngine_Color__QueueTransitionCancelEvent, (StylePropertyAnimationSystem_Values_1_UnityEngine_Color_ * __this, VisualElement * ve, int32_t runningIndex, int64_t panelElapsedMs, MethodInfo * method)); DO_APP_FUNC(0x011C90A0, void, StylePropertyAnimationSystem_Values_1_UnityEngine_Color__QueueTransitionEndEvent, (StylePropertyAnimationSystem_Values_1_UnityEngine_Color_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011C89C0, void, StylePropertyAnimationSystem_Values_1_UnityEngine_Color__QueueTransitionRunEvent, (StylePropertyAnimationSystem_Values_1_UnityEngine_Color_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011C8D30, void, StylePropertyAnimationSystem_Values_1_UnityEngine_Color__QueueTransitionStartEvent, (StylePropertyAnimationSystem_Values_1_UnityEngine_Color_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011C9890, void, StylePropertyAnimationSystem_Values_1_UnityEngine_Color__SendTransitionCancelEvent, (StylePropertyAnimationSystem_Values_1_UnityEngine_Color_ * __this, VisualElement * ve, int32_t runningIndex, int64_t panelElapsedMs, MethodInfo * method)); DO_APP_FUNC(0x011CA610, bool, StylePropertyAnimationSystem_Values_1_UnityEngine_Color__StartTransition, (StylePropertyAnimationSystem_Values_1_UnityEngine_Color_ * __this, VisualElement * owner, StylePropertyId__Enum prop, Color startValue, Color endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011C4970, void, StylePropertyAnimationSystem_Values_1_UnityEngine_Color__SwapFrameStates, (StylePropertyAnimationSystem_Values_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C7990, void, StylePropertyAnimationSystem_Values_1_UnityEngine_Color__Update, (StylePropertyAnimationSystem_Values_1_UnityEngine_Color_ * __this, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011CA480, void, StylePropertyAnimationSystem_Values_1_UnityEngine_Color__UpdateAnimation, (StylePropertyAnimationSystem_Values_1_UnityEngine_Color_ * __this, VisualElement * ve, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x011CB370, void, StylePropertyAnimationSystem_Values_1_UnityEngine_Color__UpdateProgress, (StylePropertyAnimationSystem_Values_1_UnityEngine_Color_ * __this, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011C4660, bool, StylePropertyAnimationSystem_Values_1_UnityEngine_Color__get_isEmpty, (StylePropertyAnimationSystem_Values_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011CB6D0, void, StylePropertyAnimationSystem_Values_1_FontDefinition___ctor, (StylePropertyAnimationSystem_Values_1_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011CCF00, void, StylePropertyAnimationSystem_Values_1_FontDefinition__CancelAllAnimations, (StylePropertyAnimationSystem_Values_1_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011CD420, void, StylePropertyAnimationSystem_Values_1_FontDefinition__CancelAllAnimations_1, (StylePropertyAnimationSystem_Values_1_FontDefinition_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x011CD7B0, void, StylePropertyAnimationSystem_Values_1_FontDefinition__CancelAnimation, (StylePropertyAnimationSystem_Values_1_FontDefinition_ * __this, VisualElement * ve, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x011CBCC0, void, StylePropertyAnimationSystem_Values_1_FontDefinition__ClearEventQueue, (StylePropertyAnimationSystem_Values_1_FontDefinition_ * __this, StylePropertyAnimationSystem_ElementPropertyPair epp, MethodInfo * method)); DO_APP_FUNC(0x011C6BB0, int32_t, StylePropertyAnimationSystem_Values_1_FontDefinition__ComputeReversingDelay, (StylePropertyAnimationSystem_Values_1_FontDefinition_ * __this, int32_t delayMs, float newReversingShorteningFactor, MethodInfo * method)); DO_APP_FUNC(0x011C6B90, int32_t, StylePropertyAnimationSystem_Values_1_FontDefinition__ComputeReversingDuration, (StylePropertyAnimationSystem_Values_1_FontDefinition_ * __this, int32_t newTransitionDurationMs, float newReversingShorteningFactor, MethodInfo * method)); DO_APP_FUNC(0x011C6B20, float, StylePropertyAnimationSystem_Values_1_FontDefinition__ComputeReversingShorteningFactor, (StylePropertyAnimationSystem_Values_1_FontDefinition_ * __this, int32_t oldIndex, MethodInfo * method)); DO_APP_FUNC(0x01175020, bool, StylePropertyAnimationSystem_Values_1_FontDefinition__ConvertUnits, (StylePropertyAnimationSystem_Values_1_FontDefinition_ * __this, VisualElement * owner, StylePropertyId__Enum prop, FontDefinition * a, FontDefinition * b, MethodInfo * method)); DO_APP_FUNC(0x011CE620, void, StylePropertyAnimationSystem_Values_1_FontDefinition__ForceComputedStyleEndValue, (StylePropertyAnimationSystem_Values_1_FontDefinition_ * __this, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011CD990, void, StylePropertyAnimationSystem_Values_1_FontDefinition__GetAllAnimations, (StylePropertyAnimationSystem_Values_1_FontDefinition_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outPropertyIds, MethodInfo * method)); DO_APP_FUNC(0x011CE6C0, void, StylePropertyAnimationSystem_Values_1_FontDefinition__ProcessEventQueue, (StylePropertyAnimationSystem_Values_1_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011CB9D0, void, StylePropertyAnimationSystem_Values_1_FontDefinition__QueueEvent, (StylePropertyAnimationSystem_Values_1_FontDefinition_ * __this, EventBase * evt, StylePropertyAnimationSystem_ElementPropertyPair epp, MethodInfo * method)); DO_APP_FUNC(0x011CC8B0, void, StylePropertyAnimationSystem_Values_1_FontDefinition__QueueTransitionCancelEvent, (StylePropertyAnimationSystem_Values_1_FontDefinition_ * __this, VisualElement * ve, int32_t runningIndex, int64_t panelElapsedMs, MethodInfo * method)); DO_APP_FUNC(0x011CC550, void, StylePropertyAnimationSystem_Values_1_FontDefinition__QueueTransitionEndEvent, (StylePropertyAnimationSystem_Values_1_FontDefinition_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011CBE70, void, StylePropertyAnimationSystem_Values_1_FontDefinition__QueueTransitionRunEvent, (StylePropertyAnimationSystem_Values_1_FontDefinition_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011CC1E0, void, StylePropertyAnimationSystem_Values_1_FontDefinition__QueueTransitionStartEvent, (StylePropertyAnimationSystem_Values_1_FontDefinition_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011CCD40, void, StylePropertyAnimationSystem_Values_1_FontDefinition__SendTransitionCancelEvent, (StylePropertyAnimationSystem_Values_1_FontDefinition_ * __this, VisualElement * ve, int32_t runningIndex, int64_t panelElapsedMs, MethodInfo * method)); DO_APP_FUNC(0x011CDAC0, bool, StylePropertyAnimationSystem_Values_1_FontDefinition__StartTransition, (StylePropertyAnimationSystem_Values_1_FontDefinition_ * __this, VisualElement * owner, StylePropertyId__Enum prop, FontDefinition startValue, FontDefinition endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011C4970, void, StylePropertyAnimationSystem_Values_1_FontDefinition__SwapFrameStates, (StylePropertyAnimationSystem_Values_1_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C7990, void, StylePropertyAnimationSystem_Values_1_FontDefinition__Update, (StylePropertyAnimationSystem_Values_1_FontDefinition_ * __this, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011CD930, void, StylePropertyAnimationSystem_Values_1_FontDefinition__UpdateAnimation, (StylePropertyAnimationSystem_Values_1_FontDefinition_ * __this, VisualElement * ve, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x011CEB00, void, StylePropertyAnimationSystem_Values_1_FontDefinition__UpdateProgress, (StylePropertyAnimationSystem_Values_1_FontDefinition_ * __this, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011C4660, bool, StylePropertyAnimationSystem_Values_1_FontDefinition__get_isEmpty, (StylePropertyAnimationSystem_Values_1_FontDefinition_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011CEE70, void, StylePropertyAnimationSystem_Values_1_System_Int32___ctor, (StylePropertyAnimationSystem_Values_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3618, StylePropertyAnimationSystem_Values_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC(0x011D06A0, void, StylePropertyAnimationSystem_Values_1_System_Int32__CancelAllAnimations, (StylePropertyAnimationSystem_Values_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011D0BC0, void, StylePropertyAnimationSystem_Values_1_System_Int32__CancelAllAnimations_1, (StylePropertyAnimationSystem_Values_1_System_Int32_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x011D0F50, void, StylePropertyAnimationSystem_Values_1_System_Int32__CancelAnimation, (StylePropertyAnimationSystem_Values_1_System_Int32_ * __this, VisualElement * ve, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x011CF460, void, StylePropertyAnimationSystem_Values_1_System_Int32__ClearEventQueue, (StylePropertyAnimationSystem_Values_1_System_Int32_ * __this, StylePropertyAnimationSystem_ElementPropertyPair epp, MethodInfo * method)); DO_APP_FUNC(0x011C6BB0, int32_t, StylePropertyAnimationSystem_Values_1_System_Int32__ComputeReversingDelay, (StylePropertyAnimationSystem_Values_1_System_Int32_ * __this, int32_t delayMs, float newReversingShorteningFactor, MethodInfo * method)); DO_APP_FUNC(0x011C6B90, int32_t, StylePropertyAnimationSystem_Values_1_System_Int32__ComputeReversingDuration, (StylePropertyAnimationSystem_Values_1_System_Int32_ * __this, int32_t newTransitionDurationMs, float newReversingShorteningFactor, MethodInfo * method)); DO_APP_FUNC(0x011C6B20, float, StylePropertyAnimationSystem_Values_1_System_Int32__ComputeReversingShorteningFactor, (StylePropertyAnimationSystem_Values_1_System_Int32_ * __this, int32_t oldIndex, MethodInfo * method)); DO_APP_FUNC(0x01175020, bool, StylePropertyAnimationSystem_Values_1_System_Int32__ConvertUnits, (StylePropertyAnimationSystem_Values_1_System_Int32_ * __this, VisualElement * owner, StylePropertyId__Enum prop, int32_t * a, int32_t * b, MethodInfo * method)); DO_APP_FUNC(0x011D1A10, void, StylePropertyAnimationSystem_Values_1_System_Int32__ForceComputedStyleEndValue, (StylePropertyAnimationSystem_Values_1_System_Int32_ * __this, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011D1130, void, StylePropertyAnimationSystem_Values_1_System_Int32__GetAllAnimations, (StylePropertyAnimationSystem_Values_1_System_Int32_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outPropertyIds, MethodInfo * method)); DO_APP_FUNC(0x011D1A60, void, StylePropertyAnimationSystem_Values_1_System_Int32__ProcessEventQueue, (StylePropertyAnimationSystem_Values_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011CF170, void, StylePropertyAnimationSystem_Values_1_System_Int32__QueueEvent, (StylePropertyAnimationSystem_Values_1_System_Int32_ * __this, EventBase * evt, StylePropertyAnimationSystem_ElementPropertyPair epp, MethodInfo * method)); DO_APP_FUNC(0x011D0050, void, StylePropertyAnimationSystem_Values_1_System_Int32__QueueTransitionCancelEvent, (StylePropertyAnimationSystem_Values_1_System_Int32_ * __this, VisualElement * ve, int32_t runningIndex, int64_t panelElapsedMs, MethodInfo * method)); DO_APP_FUNC(0x011CFCF0, void, StylePropertyAnimationSystem_Values_1_System_Int32__QueueTransitionEndEvent, (StylePropertyAnimationSystem_Values_1_System_Int32_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011CF610, void, StylePropertyAnimationSystem_Values_1_System_Int32__QueueTransitionRunEvent, (StylePropertyAnimationSystem_Values_1_System_Int32_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011CF980, void, StylePropertyAnimationSystem_Values_1_System_Int32__QueueTransitionStartEvent, (StylePropertyAnimationSystem_Values_1_System_Int32_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011D04E0, void, StylePropertyAnimationSystem_Values_1_System_Int32__SendTransitionCancelEvent, (StylePropertyAnimationSystem_Values_1_System_Int32_ * __this, VisualElement * ve, int32_t runningIndex, int64_t panelElapsedMs, MethodInfo * method)); DO_APP_FUNC(0x011D1260, bool, StylePropertyAnimationSystem_Values_1_System_Int32__StartTransition, (StylePropertyAnimationSystem_Values_1_System_Int32_ * __this, VisualElement * owner, StylePropertyId__Enum prop, int32_t startValue, int32_t endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011C4970, void, StylePropertyAnimationSystem_Values_1_System_Int32__SwapFrameStates, (StylePropertyAnimationSystem_Values_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C7990, void, StylePropertyAnimationSystem_Values_1_System_Int32__Update, (StylePropertyAnimationSystem_Values_1_System_Int32_ * __this, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011D10D0, void, StylePropertyAnimationSystem_Values_1_System_Int32__UpdateAnimation, (StylePropertyAnimationSystem_Values_1_System_Int32_ * __this, VisualElement * ve, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x011D1EA0, void, StylePropertyAnimationSystem_Values_1_System_Int32__UpdateProgress, (StylePropertyAnimationSystem_Values_1_System_Int32_ * __this, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011C4660, bool, StylePropertyAnimationSystem_Values_1_System_Int32__get_isEmpty, (StylePropertyAnimationSystem_Values_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011D21F0, void, StylePropertyAnimationSystem_Values_1_Length___ctor, (StylePropertyAnimationSystem_Values_1_Length_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3630, StylePropertyAnimationSystem_Values_1_Length___ctor__MethodInfo); DO_APP_FUNC(0x011D3A20, void, StylePropertyAnimationSystem_Values_1_Length__CancelAllAnimations, (StylePropertyAnimationSystem_Values_1_Length_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011D3F40, void, StylePropertyAnimationSystem_Values_1_Length__CancelAllAnimations_1, (StylePropertyAnimationSystem_Values_1_Length_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x011D42D0, void, StylePropertyAnimationSystem_Values_1_Length__CancelAnimation, (StylePropertyAnimationSystem_Values_1_Length_ * __this, VisualElement * ve, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x011D27E0, void, StylePropertyAnimationSystem_Values_1_Length__ClearEventQueue, (StylePropertyAnimationSystem_Values_1_Length_ * __this, StylePropertyAnimationSystem_ElementPropertyPair epp, MethodInfo * method)); DO_APP_FUNC(0x011C6BB0, int32_t, StylePropertyAnimationSystem_Values_1_Length__ComputeReversingDelay, (StylePropertyAnimationSystem_Values_1_Length_ * __this, int32_t delayMs, float newReversingShorteningFactor, MethodInfo * method)); DO_APP_FUNC(0x011C6B90, int32_t, StylePropertyAnimationSystem_Values_1_Length__ComputeReversingDuration, (StylePropertyAnimationSystem_Values_1_Length_ * __this, int32_t newTransitionDurationMs, float newReversingShorteningFactor, MethodInfo * method)); DO_APP_FUNC(0x011C6B20, float, StylePropertyAnimationSystem_Values_1_Length__ComputeReversingShorteningFactor, (StylePropertyAnimationSystem_Values_1_Length_ * __this, int32_t oldIndex, MethodInfo * method)); DO_APP_FUNC(0x01175020, bool, StylePropertyAnimationSystem_Values_1_Length__ConvertUnits, (StylePropertyAnimationSystem_Values_1_Length_ * __this, VisualElement * owner, StylePropertyId__Enum prop, Length * a, Length * b, MethodInfo * method)); DO_APP_FUNC(0x011D4DB0, void, StylePropertyAnimationSystem_Values_1_Length__ForceComputedStyleEndValue, (StylePropertyAnimationSystem_Values_1_Length_ * __this, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011D44B0, void, StylePropertyAnimationSystem_Values_1_Length__GetAllAnimations, (StylePropertyAnimationSystem_Values_1_Length_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outPropertyIds, MethodInfo * method)); DO_APP_FUNC(0x011D4E00, void, StylePropertyAnimationSystem_Values_1_Length__ProcessEventQueue, (StylePropertyAnimationSystem_Values_1_Length_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011D24F0, void, StylePropertyAnimationSystem_Values_1_Length__QueueEvent, (StylePropertyAnimationSystem_Values_1_Length_ * __this, EventBase * evt, StylePropertyAnimationSystem_ElementPropertyPair epp, MethodInfo * method)); DO_APP_FUNC(0x011D33D0, void, StylePropertyAnimationSystem_Values_1_Length__QueueTransitionCancelEvent, (StylePropertyAnimationSystem_Values_1_Length_ * __this, VisualElement * ve, int32_t runningIndex, int64_t panelElapsedMs, MethodInfo * method)); DO_APP_FUNC(0x011D3070, void, StylePropertyAnimationSystem_Values_1_Length__QueueTransitionEndEvent, (StylePropertyAnimationSystem_Values_1_Length_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011D2990, void, StylePropertyAnimationSystem_Values_1_Length__QueueTransitionRunEvent, (StylePropertyAnimationSystem_Values_1_Length_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011D2D00, void, StylePropertyAnimationSystem_Values_1_Length__QueueTransitionStartEvent, (StylePropertyAnimationSystem_Values_1_Length_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011D3860, void, StylePropertyAnimationSystem_Values_1_Length__SendTransitionCancelEvent, (StylePropertyAnimationSystem_Values_1_Length_ * __this, VisualElement * ve, int32_t runningIndex, int64_t panelElapsedMs, MethodInfo * method)); DO_APP_FUNC(0x011D45E0, bool, StylePropertyAnimationSystem_Values_1_Length__StartTransition, (StylePropertyAnimationSystem_Values_1_Length_ * __this, VisualElement * owner, StylePropertyId__Enum prop, Length startValue, Length endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011C4970, void, StylePropertyAnimationSystem_Values_1_Length__SwapFrameStates, (StylePropertyAnimationSystem_Values_1_Length_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C7990, void, StylePropertyAnimationSystem_Values_1_Length__Update, (StylePropertyAnimationSystem_Values_1_Length_ * __this, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011D4450, void, StylePropertyAnimationSystem_Values_1_Length__UpdateAnimation, (StylePropertyAnimationSystem_Values_1_Length_ * __this, VisualElement * ve, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x011D5240, void, StylePropertyAnimationSystem_Values_1_Length__UpdateProgress, (StylePropertyAnimationSystem_Values_1_Length_ * __this, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011C4660, bool, StylePropertyAnimationSystem_Values_1_Length__get_isEmpty, (StylePropertyAnimationSystem_Values_1_Length_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011D55A0, void, StylePropertyAnimationSystem_Values_1_System_Object___ctor, (StylePropertyAnimationSystem_Values_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011D6DD0, void, StylePropertyAnimationSystem_Values_1_System_Object__CancelAllAnimations, (StylePropertyAnimationSystem_Values_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011D72F0, void, StylePropertyAnimationSystem_Values_1_System_Object__CancelAllAnimations_1, (StylePropertyAnimationSystem_Values_1_System_Object_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x011D7680, void, StylePropertyAnimationSystem_Values_1_System_Object__CancelAnimation, (StylePropertyAnimationSystem_Values_1_System_Object_ * __this, VisualElement * ve, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x011D5B90, void, StylePropertyAnimationSystem_Values_1_System_Object__ClearEventQueue, (StylePropertyAnimationSystem_Values_1_System_Object_ * __this, StylePropertyAnimationSystem_ElementPropertyPair epp, MethodInfo * method)); DO_APP_FUNC(0x011C6BB0, int32_t, StylePropertyAnimationSystem_Values_1_System_Object__ComputeReversingDelay, (StylePropertyAnimationSystem_Values_1_System_Object_ * __this, int32_t delayMs, float newReversingShorteningFactor, MethodInfo * method)); DO_APP_FUNC(0x011C6B90, int32_t, StylePropertyAnimationSystem_Values_1_System_Object__ComputeReversingDuration, (StylePropertyAnimationSystem_Values_1_System_Object_ * __this, int32_t newTransitionDurationMs, float newReversingShorteningFactor, MethodInfo * method)); DO_APP_FUNC(0x011C6B20, float, StylePropertyAnimationSystem_Values_1_System_Object__ComputeReversingShorteningFactor, (StylePropertyAnimationSystem_Values_1_System_Object_ * __this, int32_t oldIndex, MethodInfo * method)); DO_APP_FUNC(0x01175020, bool, StylePropertyAnimationSystem_Values_1_System_Object__ConvertUnits, (StylePropertyAnimationSystem_Values_1_System_Object_ * __this, VisualElement * owner, StylePropertyId__Enum prop, Object * * a, Object * * b, MethodInfo * method)); DO_APP_FUNC(0x011D83D0, void, StylePropertyAnimationSystem_Values_1_System_Object__ForceComputedStyleEndValue, (StylePropertyAnimationSystem_Values_1_System_Object_ * __this, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011D7860, void, StylePropertyAnimationSystem_Values_1_System_Object__GetAllAnimations, (StylePropertyAnimationSystem_Values_1_System_Object_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outPropertyIds, MethodInfo * method)); DO_APP_FUNC(0x011D8470, void, StylePropertyAnimationSystem_Values_1_System_Object__ProcessEventQueue, (StylePropertyAnimationSystem_Values_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011D58A0, void, StylePropertyAnimationSystem_Values_1_System_Object__QueueEvent, (StylePropertyAnimationSystem_Values_1_System_Object_ * __this, EventBase * evt, StylePropertyAnimationSystem_ElementPropertyPair epp, MethodInfo * method)); DO_APP_FUNC(0x011D6780, void, StylePropertyAnimationSystem_Values_1_System_Object__QueueTransitionCancelEvent, (StylePropertyAnimationSystem_Values_1_System_Object_ * __this, VisualElement * ve, int32_t runningIndex, int64_t panelElapsedMs, MethodInfo * method)); DO_APP_FUNC(0x011D6420, void, StylePropertyAnimationSystem_Values_1_System_Object__QueueTransitionEndEvent, (StylePropertyAnimationSystem_Values_1_System_Object_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011D5D40, void, StylePropertyAnimationSystem_Values_1_System_Object__QueueTransitionRunEvent, (StylePropertyAnimationSystem_Values_1_System_Object_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011D60B0, void, StylePropertyAnimationSystem_Values_1_System_Object__QueueTransitionStartEvent, (StylePropertyAnimationSystem_Values_1_System_Object_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011D6C10, void, StylePropertyAnimationSystem_Values_1_System_Object__SendTransitionCancelEvent, (StylePropertyAnimationSystem_Values_1_System_Object_ * __this, VisualElement * ve, int32_t runningIndex, int64_t panelElapsedMs, MethodInfo * method)); DO_APP_FUNC(0x011D7990, bool, StylePropertyAnimationSystem_Values_1_System_Object__StartTransition, (StylePropertyAnimationSystem_Values_1_System_Object_ * __this, VisualElement * owner, StylePropertyId__Enum prop, Object * startValue, Object * endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011C4970, void, StylePropertyAnimationSystem_Values_1_System_Object__SwapFrameStates, (StylePropertyAnimationSystem_Values_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C7990, void, StylePropertyAnimationSystem_Values_1_System_Object__Update, (StylePropertyAnimationSystem_Values_1_System_Object_ * __this, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011D7800, void, StylePropertyAnimationSystem_Values_1_System_Object__UpdateAnimation, (StylePropertyAnimationSystem_Values_1_System_Object_ * __this, VisualElement * ve, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x011D88B0, void, StylePropertyAnimationSystem_Values_1_System_Object__UpdateProgress, (StylePropertyAnimationSystem_Values_1_System_Object_ * __this, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011C4660, bool, StylePropertyAnimationSystem_Values_1_System_Object__get_isEmpty, (StylePropertyAnimationSystem_Values_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011D8C10, void, StylePropertyAnimationSystem_Values_1_Rotate___ctor, (StylePropertyAnimationSystem_Values_1_Rotate_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA35F0, StylePropertyAnimationSystem_Values_1_Rotate___ctor__MethodInfo); DO_APP_FUNC(0x011DA440, void, StylePropertyAnimationSystem_Values_1_Rotate__CancelAllAnimations, (StylePropertyAnimationSystem_Values_1_Rotate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011DA960, void, StylePropertyAnimationSystem_Values_1_Rotate__CancelAllAnimations_1, (StylePropertyAnimationSystem_Values_1_Rotate_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x011DACF0, void, StylePropertyAnimationSystem_Values_1_Rotate__CancelAnimation, (StylePropertyAnimationSystem_Values_1_Rotate_ * __this, VisualElement * ve, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x011D9200, void, StylePropertyAnimationSystem_Values_1_Rotate__ClearEventQueue, (StylePropertyAnimationSystem_Values_1_Rotate_ * __this, StylePropertyAnimationSystem_ElementPropertyPair epp, MethodInfo * method)); DO_APP_FUNC(0x011C6BB0, int32_t, StylePropertyAnimationSystem_Values_1_Rotate__ComputeReversingDelay, (StylePropertyAnimationSystem_Values_1_Rotate_ * __this, int32_t delayMs, float newReversingShorteningFactor, MethodInfo * method)); DO_APP_FUNC(0x011C6B90, int32_t, StylePropertyAnimationSystem_Values_1_Rotate__ComputeReversingDuration, (StylePropertyAnimationSystem_Values_1_Rotate_ * __this, int32_t newTransitionDurationMs, float newReversingShorteningFactor, MethodInfo * method)); DO_APP_FUNC(0x011C6B20, float, StylePropertyAnimationSystem_Values_1_Rotate__ComputeReversingShorteningFactor, (StylePropertyAnimationSystem_Values_1_Rotate_ * __this, int32_t oldIndex, MethodInfo * method)); DO_APP_FUNC(0x01175020, bool, StylePropertyAnimationSystem_Values_1_Rotate__ConvertUnits, (StylePropertyAnimationSystem_Values_1_Rotate_ * __this, VisualElement * owner, StylePropertyId__Enum prop, Rotate_1 * a, Rotate_1 * b, MethodInfo * method)); DO_APP_FUNC(0x011DB9F0, void, StylePropertyAnimationSystem_Values_1_Rotate__ForceComputedStyleEndValue, (StylePropertyAnimationSystem_Values_1_Rotate_ * __this, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011DAED0, void, StylePropertyAnimationSystem_Values_1_Rotate__GetAllAnimations, (StylePropertyAnimationSystem_Values_1_Rotate_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outPropertyIds, MethodInfo * method)); DO_APP_FUNC(0x011DBA50, void, StylePropertyAnimationSystem_Values_1_Rotate__ProcessEventQueue, (StylePropertyAnimationSystem_Values_1_Rotate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011D8F10, void, StylePropertyAnimationSystem_Values_1_Rotate__QueueEvent, (StylePropertyAnimationSystem_Values_1_Rotate_ * __this, EventBase * evt, StylePropertyAnimationSystem_ElementPropertyPair epp, MethodInfo * method)); DO_APP_FUNC(0x011D9DF0, void, StylePropertyAnimationSystem_Values_1_Rotate__QueueTransitionCancelEvent, (StylePropertyAnimationSystem_Values_1_Rotate_ * __this, VisualElement * ve, int32_t runningIndex, int64_t panelElapsedMs, MethodInfo * method)); DO_APP_FUNC(0x011D9A90, void, StylePropertyAnimationSystem_Values_1_Rotate__QueueTransitionEndEvent, (StylePropertyAnimationSystem_Values_1_Rotate_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011D93B0, void, StylePropertyAnimationSystem_Values_1_Rotate__QueueTransitionRunEvent, (StylePropertyAnimationSystem_Values_1_Rotate_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011D9720, void, StylePropertyAnimationSystem_Values_1_Rotate__QueueTransitionStartEvent, (StylePropertyAnimationSystem_Values_1_Rotate_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011DA280, void, StylePropertyAnimationSystem_Values_1_Rotate__SendTransitionCancelEvent, (StylePropertyAnimationSystem_Values_1_Rotate_ * __this, VisualElement * ve, int32_t runningIndex, int64_t panelElapsedMs, MethodInfo * method)); DO_APP_FUNC(0x011DB000, bool, StylePropertyAnimationSystem_Values_1_Rotate__StartTransition, (StylePropertyAnimationSystem_Values_1_Rotate_ * __this, VisualElement * owner, StylePropertyId__Enum prop, Rotate_1 startValue, Rotate_1 endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011C4970, void, StylePropertyAnimationSystem_Values_1_Rotate__SwapFrameStates, (StylePropertyAnimationSystem_Values_1_Rotate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C7990, void, StylePropertyAnimationSystem_Values_1_Rotate__Update, (StylePropertyAnimationSystem_Values_1_Rotate_ * __this, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011DAE70, void, StylePropertyAnimationSystem_Values_1_Rotate__UpdateAnimation, (StylePropertyAnimationSystem_Values_1_Rotate_ * __this, VisualElement * ve, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x011DBE90, void, StylePropertyAnimationSystem_Values_1_Rotate__UpdateProgress, (StylePropertyAnimationSystem_Values_1_Rotate_ * __this, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011C4660, bool, StylePropertyAnimationSystem_Values_1_Rotate__get_isEmpty, (StylePropertyAnimationSystem_Values_1_Rotate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011DC210, void, StylePropertyAnimationSystem_Values_1_Scale___ctor, (StylePropertyAnimationSystem_Values_1_Scale_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA35D8, StylePropertyAnimationSystem_Values_1_Scale___ctor__MethodInfo); DO_APP_FUNC(0x011DDA40, void, StylePropertyAnimationSystem_Values_1_Scale__CancelAllAnimations, (StylePropertyAnimationSystem_Values_1_Scale_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011DDF60, void, StylePropertyAnimationSystem_Values_1_Scale__CancelAllAnimations_1, (StylePropertyAnimationSystem_Values_1_Scale_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x011DE2F0, void, StylePropertyAnimationSystem_Values_1_Scale__CancelAnimation, (StylePropertyAnimationSystem_Values_1_Scale_ * __this, VisualElement * ve, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x011DC800, void, StylePropertyAnimationSystem_Values_1_Scale__ClearEventQueue, (StylePropertyAnimationSystem_Values_1_Scale_ * __this, StylePropertyAnimationSystem_ElementPropertyPair epp, MethodInfo * method)); DO_APP_FUNC(0x011C6BB0, int32_t, StylePropertyAnimationSystem_Values_1_Scale__ComputeReversingDelay, (StylePropertyAnimationSystem_Values_1_Scale_ * __this, int32_t delayMs, float newReversingShorteningFactor, MethodInfo * method)); DO_APP_FUNC(0x011C6B90, int32_t, StylePropertyAnimationSystem_Values_1_Scale__ComputeReversingDuration, (StylePropertyAnimationSystem_Values_1_Scale_ * __this, int32_t newTransitionDurationMs, float newReversingShorteningFactor, MethodInfo * method)); DO_APP_FUNC(0x011C6B20, float, StylePropertyAnimationSystem_Values_1_Scale__ComputeReversingShorteningFactor, (StylePropertyAnimationSystem_Values_1_Scale_ * __this, int32_t oldIndex, MethodInfo * method)); DO_APP_FUNC(0x01175020, bool, StylePropertyAnimationSystem_Values_1_Scale__ConvertUnits, (StylePropertyAnimationSystem_Values_1_Scale_ * __this, VisualElement * owner, StylePropertyId__Enum prop, Scale * a, Scale * b, MethodInfo * method)); DO_APP_FUNC(0x011CAEE0, void, StylePropertyAnimationSystem_Values_1_Scale__ForceComputedStyleEndValue, (StylePropertyAnimationSystem_Values_1_Scale_ * __this, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011DE4D0, void, StylePropertyAnimationSystem_Values_1_Scale__GetAllAnimations, (StylePropertyAnimationSystem_Values_1_Scale_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outPropertyIds, MethodInfo * method)); DO_APP_FUNC(0x011DEED0, void, StylePropertyAnimationSystem_Values_1_Scale__ProcessEventQueue, (StylePropertyAnimationSystem_Values_1_Scale_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011DC510, void, StylePropertyAnimationSystem_Values_1_Scale__QueueEvent, (StylePropertyAnimationSystem_Values_1_Scale_ * __this, EventBase * evt, StylePropertyAnimationSystem_ElementPropertyPair epp, MethodInfo * method)); DO_APP_FUNC(0x011DD3F0, void, StylePropertyAnimationSystem_Values_1_Scale__QueueTransitionCancelEvent, (StylePropertyAnimationSystem_Values_1_Scale_ * __this, VisualElement * ve, int32_t runningIndex, int64_t panelElapsedMs, MethodInfo * method)); DO_APP_FUNC(0x011DD090, void, StylePropertyAnimationSystem_Values_1_Scale__QueueTransitionEndEvent, (StylePropertyAnimationSystem_Values_1_Scale_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011DC9B0, void, StylePropertyAnimationSystem_Values_1_Scale__QueueTransitionRunEvent, (StylePropertyAnimationSystem_Values_1_Scale_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011DCD20, void, StylePropertyAnimationSystem_Values_1_Scale__QueueTransitionStartEvent, (StylePropertyAnimationSystem_Values_1_Scale_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011DD880, void, StylePropertyAnimationSystem_Values_1_Scale__SendTransitionCancelEvent, (StylePropertyAnimationSystem_Values_1_Scale_ * __this, VisualElement * ve, int32_t runningIndex, int64_t panelElapsedMs, MethodInfo * method)); DO_APP_FUNC(0x011DE600, bool, StylePropertyAnimationSystem_Values_1_Scale__StartTransition, (StylePropertyAnimationSystem_Values_1_Scale_ * __this, VisualElement * owner, StylePropertyId__Enum prop, Scale startValue, Scale endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011C4970, void, StylePropertyAnimationSystem_Values_1_Scale__SwapFrameStates, (StylePropertyAnimationSystem_Values_1_Scale_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C7990, void, StylePropertyAnimationSystem_Values_1_Scale__Update, (StylePropertyAnimationSystem_Values_1_Scale_ * __this, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011DE470, void, StylePropertyAnimationSystem_Values_1_Scale__UpdateAnimation, (StylePropertyAnimationSystem_Values_1_Scale_ * __this, VisualElement * ve, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x011DF310, void, StylePropertyAnimationSystem_Values_1_Scale__UpdateProgress, (StylePropertyAnimationSystem_Values_1_Scale_ * __this, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011C4660, bool, StylePropertyAnimationSystem_Values_1_Scale__get_isEmpty, (StylePropertyAnimationSystem_Values_1_Scale_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011DF670, void, StylePropertyAnimationSystem_Values_1_System_Single___ctor, (StylePropertyAnimationSystem_Values_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B990, StylePropertyAnimationSystem_Values_1_System_Single___ctor__MethodInfo); DO_APP_FUNC(0x011E0EA0, void, StylePropertyAnimationSystem_Values_1_System_Single__CancelAllAnimations, (StylePropertyAnimationSystem_Values_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011E13C0, void, StylePropertyAnimationSystem_Values_1_System_Single__CancelAllAnimations_1, (StylePropertyAnimationSystem_Values_1_System_Single_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x011E1750, void, StylePropertyAnimationSystem_Values_1_System_Single__CancelAnimation, (StylePropertyAnimationSystem_Values_1_System_Single_ * __this, VisualElement * ve, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x011DFC60, void, StylePropertyAnimationSystem_Values_1_System_Single__ClearEventQueue, (StylePropertyAnimationSystem_Values_1_System_Single_ * __this, StylePropertyAnimationSystem_ElementPropertyPair epp, MethodInfo * method)); DO_APP_FUNC(0x011C6BB0, int32_t, StylePropertyAnimationSystem_Values_1_System_Single__ComputeReversingDelay, (StylePropertyAnimationSystem_Values_1_System_Single_ * __this, int32_t delayMs, float newReversingShorteningFactor, MethodInfo * method)); DO_APP_FUNC(0x011C6B90, int32_t, StylePropertyAnimationSystem_Values_1_System_Single__ComputeReversingDuration, (StylePropertyAnimationSystem_Values_1_System_Single_ * __this, int32_t newTransitionDurationMs, float newReversingShorteningFactor, MethodInfo * method)); DO_APP_FUNC(0x011C6B20, float, StylePropertyAnimationSystem_Values_1_System_Single__ComputeReversingShorteningFactor, (StylePropertyAnimationSystem_Values_1_System_Single_ * __this, int32_t oldIndex, MethodInfo * method)); DO_APP_FUNC(0x01175020, bool, StylePropertyAnimationSystem_Values_1_System_Single__ConvertUnits, (StylePropertyAnimationSystem_Values_1_System_Single_ * __this, VisualElement * owner, StylePropertyId__Enum prop, float * a, float * b, MethodInfo * method)); DO_APP_FUNC(0x011D1A10, void, StylePropertyAnimationSystem_Values_1_System_Single__ForceComputedStyleEndValue, (StylePropertyAnimationSystem_Values_1_System_Single_ * __this, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011E1930, void, StylePropertyAnimationSystem_Values_1_System_Single__GetAllAnimations, (StylePropertyAnimationSystem_Values_1_System_Single_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outPropertyIds, MethodInfo * method)); DO_APP_FUNC(0x011E2240, void, StylePropertyAnimationSystem_Values_1_System_Single__ProcessEventQueue, (StylePropertyAnimationSystem_Values_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011DF970, void, StylePropertyAnimationSystem_Values_1_System_Single__QueueEvent, (StylePropertyAnimationSystem_Values_1_System_Single_ * __this, EventBase * evt, StylePropertyAnimationSystem_ElementPropertyPair epp, MethodInfo * method)); DO_APP_FUNC(0x011E0850, void, StylePropertyAnimationSystem_Values_1_System_Single__QueueTransitionCancelEvent, (StylePropertyAnimationSystem_Values_1_System_Single_ * __this, VisualElement * ve, int32_t runningIndex, int64_t panelElapsedMs, MethodInfo * method)); DO_APP_FUNC(0x011E04F0, void, StylePropertyAnimationSystem_Values_1_System_Single__QueueTransitionEndEvent, (StylePropertyAnimationSystem_Values_1_System_Single_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011DFE10, void, StylePropertyAnimationSystem_Values_1_System_Single__QueueTransitionRunEvent, (StylePropertyAnimationSystem_Values_1_System_Single_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011E0180, void, StylePropertyAnimationSystem_Values_1_System_Single__QueueTransitionStartEvent, (StylePropertyAnimationSystem_Values_1_System_Single_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011E0CE0, void, StylePropertyAnimationSystem_Values_1_System_Single__SendTransitionCancelEvent, (StylePropertyAnimationSystem_Values_1_System_Single_ * __this, VisualElement * ve, int32_t runningIndex, int64_t panelElapsedMs, MethodInfo * method)); DO_APP_FUNC(0x011E1A60, bool, StylePropertyAnimationSystem_Values_1_System_Single__StartTransition, (StylePropertyAnimationSystem_Values_1_System_Single_ * __this, VisualElement * owner, StylePropertyId__Enum prop, float startValue, float endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011C4970, void, StylePropertyAnimationSystem_Values_1_System_Single__SwapFrameStates, (StylePropertyAnimationSystem_Values_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C7990, void, StylePropertyAnimationSystem_Values_1_System_Single__Update, (StylePropertyAnimationSystem_Values_1_System_Single_ * __this, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011E18D0, void, StylePropertyAnimationSystem_Values_1_System_Single__UpdateAnimation, (StylePropertyAnimationSystem_Values_1_System_Single_ * __this, VisualElement * ve, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x011E2680, void, StylePropertyAnimationSystem_Values_1_System_Single__UpdateProgress, (StylePropertyAnimationSystem_Values_1_System_Single_ * __this, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011C4660, bool, StylePropertyAnimationSystem_Values_1_System_Single__get_isEmpty, (StylePropertyAnimationSystem_Values_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011E29D0, void, StylePropertyAnimationSystem_Values_1_TextShadow___ctor, (StylePropertyAnimationSystem_Values_1_TextShadow_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA35B8, StylePropertyAnimationSystem_Values_1_TextShadow___ctor__MethodInfo); DO_APP_FUNC(0x011E4200, void, StylePropertyAnimationSystem_Values_1_TextShadow__CancelAllAnimations, (StylePropertyAnimationSystem_Values_1_TextShadow_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011E4720, void, StylePropertyAnimationSystem_Values_1_TextShadow__CancelAllAnimations_1, (StylePropertyAnimationSystem_Values_1_TextShadow_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x011E4AB0, void, StylePropertyAnimationSystem_Values_1_TextShadow__CancelAnimation, (StylePropertyAnimationSystem_Values_1_TextShadow_ * __this, VisualElement * ve, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x011E2FC0, void, StylePropertyAnimationSystem_Values_1_TextShadow__ClearEventQueue, (StylePropertyAnimationSystem_Values_1_TextShadow_ * __this, StylePropertyAnimationSystem_ElementPropertyPair epp, MethodInfo * method)); DO_APP_FUNC(0x011C6BB0, int32_t, StylePropertyAnimationSystem_Values_1_TextShadow__ComputeReversingDelay, (StylePropertyAnimationSystem_Values_1_TextShadow_ * __this, int32_t delayMs, float newReversingShorteningFactor, MethodInfo * method)); DO_APP_FUNC(0x011C6B90, int32_t, StylePropertyAnimationSystem_Values_1_TextShadow__ComputeReversingDuration, (StylePropertyAnimationSystem_Values_1_TextShadow_ * __this, int32_t newTransitionDurationMs, float newReversingShorteningFactor, MethodInfo * method)); DO_APP_FUNC(0x011C6B20, float, StylePropertyAnimationSystem_Values_1_TextShadow__ComputeReversingShorteningFactor, (StylePropertyAnimationSystem_Values_1_TextShadow_ * __this, int32_t oldIndex, MethodInfo * method)); DO_APP_FUNC(0x01175020, bool, StylePropertyAnimationSystem_Values_1_TextShadow__ConvertUnits, (StylePropertyAnimationSystem_Values_1_TextShadow_ * __this, VisualElement * owner, StylePropertyId__Enum prop, TextShadow * a, TextShadow * b, MethodInfo * method)); DO_APP_FUNC(0x011E5850, void, StylePropertyAnimationSystem_Values_1_TextShadow__ForceComputedStyleEndValue, (StylePropertyAnimationSystem_Values_1_TextShadow_ * __this, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011E4C90, void, StylePropertyAnimationSystem_Values_1_TextShadow__GetAllAnimations, (StylePropertyAnimationSystem_Values_1_TextShadow_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outPropertyIds, MethodInfo * method)); DO_APP_FUNC(0x011E58C0, void, StylePropertyAnimationSystem_Values_1_TextShadow__ProcessEventQueue, (StylePropertyAnimationSystem_Values_1_TextShadow_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011E2CD0, void, StylePropertyAnimationSystem_Values_1_TextShadow__QueueEvent, (StylePropertyAnimationSystem_Values_1_TextShadow_ * __this, EventBase * evt, StylePropertyAnimationSystem_ElementPropertyPair epp, MethodInfo * method)); DO_APP_FUNC(0x011E3BB0, void, StylePropertyAnimationSystem_Values_1_TextShadow__QueueTransitionCancelEvent, (StylePropertyAnimationSystem_Values_1_TextShadow_ * __this, VisualElement * ve, int32_t runningIndex, int64_t panelElapsedMs, MethodInfo * method)); DO_APP_FUNC(0x011E3850, void, StylePropertyAnimationSystem_Values_1_TextShadow__QueueTransitionEndEvent, (StylePropertyAnimationSystem_Values_1_TextShadow_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011E3170, void, StylePropertyAnimationSystem_Values_1_TextShadow__QueueTransitionRunEvent, (StylePropertyAnimationSystem_Values_1_TextShadow_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011E34E0, void, StylePropertyAnimationSystem_Values_1_TextShadow__QueueTransitionStartEvent, (StylePropertyAnimationSystem_Values_1_TextShadow_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011E4040, void, StylePropertyAnimationSystem_Values_1_TextShadow__SendTransitionCancelEvent, (StylePropertyAnimationSystem_Values_1_TextShadow_ * __this, VisualElement * ve, int32_t runningIndex, int64_t panelElapsedMs, MethodInfo * method)); DO_APP_FUNC(0x011E4DC0, bool, StylePropertyAnimationSystem_Values_1_TextShadow__StartTransition, (StylePropertyAnimationSystem_Values_1_TextShadow_ * __this, VisualElement * owner, StylePropertyId__Enum prop, TextShadow startValue, TextShadow endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011C4970, void, StylePropertyAnimationSystem_Values_1_TextShadow__SwapFrameStates, (StylePropertyAnimationSystem_Values_1_TextShadow_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C7990, void, StylePropertyAnimationSystem_Values_1_TextShadow__Update, (StylePropertyAnimationSystem_Values_1_TextShadow_ * __this, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011E4C30, void, StylePropertyAnimationSystem_Values_1_TextShadow__UpdateAnimation, (StylePropertyAnimationSystem_Values_1_TextShadow_ * __this, VisualElement * ve, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x011E5D00, void, StylePropertyAnimationSystem_Values_1_TextShadow__UpdateProgress, (StylePropertyAnimationSystem_Values_1_TextShadow_ * __this, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011C4660, bool, StylePropertyAnimationSystem_Values_1_TextShadow__get_isEmpty, (StylePropertyAnimationSystem_Values_1_TextShadow_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011F3FB0, void, StylePropertyAnimationSystem_Values_1_TransformOrigin___ctor, (StylePropertyAnimationSystem_Values_1_TransformOrigin_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3550, StylePropertyAnimationSystem_Values_1_TransformOrigin___ctor__MethodInfo); DO_APP_FUNC(0x011F57E0, void, StylePropertyAnimationSystem_Values_1_TransformOrigin__CancelAllAnimations, (StylePropertyAnimationSystem_Values_1_TransformOrigin_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011F5D00, void, StylePropertyAnimationSystem_Values_1_TransformOrigin__CancelAllAnimations_1, (StylePropertyAnimationSystem_Values_1_TransformOrigin_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x011F6090, void, StylePropertyAnimationSystem_Values_1_TransformOrigin__CancelAnimation, (StylePropertyAnimationSystem_Values_1_TransformOrigin_ * __this, VisualElement * ve, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x011F45A0, void, StylePropertyAnimationSystem_Values_1_TransformOrigin__ClearEventQueue, (StylePropertyAnimationSystem_Values_1_TransformOrigin_ * __this, StylePropertyAnimationSystem_ElementPropertyPair epp, MethodInfo * method)); DO_APP_FUNC(0x011C6BB0, int32_t, StylePropertyAnimationSystem_Values_1_TransformOrigin__ComputeReversingDelay, (StylePropertyAnimationSystem_Values_1_TransformOrigin_ * __this, int32_t delayMs, float newReversingShorteningFactor, MethodInfo * method)); DO_APP_FUNC(0x011C6B90, int32_t, StylePropertyAnimationSystem_Values_1_TransformOrigin__ComputeReversingDuration, (StylePropertyAnimationSystem_Values_1_TransformOrigin_ * __this, int32_t newTransitionDurationMs, float newReversingShorteningFactor, MethodInfo * method)); DO_APP_FUNC(0x011C6B20, float, StylePropertyAnimationSystem_Values_1_TransformOrigin__ComputeReversingShorteningFactor, (StylePropertyAnimationSystem_Values_1_TransformOrigin_ * __this, int32_t oldIndex, MethodInfo * method)); DO_APP_FUNC(0x01175020, bool, StylePropertyAnimationSystem_Values_1_TransformOrigin__ConvertUnits, (StylePropertyAnimationSystem_Values_1_TransformOrigin_ * __this, VisualElement * owner, StylePropertyId__Enum prop, TransformOrigin * a, TransformOrigin * b, MethodInfo * method)); DO_APP_FUNC(0x011F6D00, void, StylePropertyAnimationSystem_Values_1_TransformOrigin__ForceComputedStyleEndValue, (StylePropertyAnimationSystem_Values_1_TransformOrigin_ * __this, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011F6270, void, StylePropertyAnimationSystem_Values_1_TransformOrigin__GetAllAnimations, (StylePropertyAnimationSystem_Values_1_TransformOrigin_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outPropertyIds, MethodInfo * method)); DO_APP_FUNC(0x011F6D60, void, StylePropertyAnimationSystem_Values_1_TransformOrigin__ProcessEventQueue, (StylePropertyAnimationSystem_Values_1_TransformOrigin_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011F42B0, void, StylePropertyAnimationSystem_Values_1_TransformOrigin__QueueEvent, (StylePropertyAnimationSystem_Values_1_TransformOrigin_ * __this, EventBase * evt, StylePropertyAnimationSystem_ElementPropertyPair epp, MethodInfo * method)); DO_APP_FUNC(0x011F5190, void, StylePropertyAnimationSystem_Values_1_TransformOrigin__QueueTransitionCancelEvent, (StylePropertyAnimationSystem_Values_1_TransformOrigin_ * __this, VisualElement * ve, int32_t runningIndex, int64_t panelElapsedMs, MethodInfo * method)); DO_APP_FUNC(0x011F4E30, void, StylePropertyAnimationSystem_Values_1_TransformOrigin__QueueTransitionEndEvent, (StylePropertyAnimationSystem_Values_1_TransformOrigin_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011F4750, void, StylePropertyAnimationSystem_Values_1_TransformOrigin__QueueTransitionRunEvent, (StylePropertyAnimationSystem_Values_1_TransformOrigin_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011F4AC0, void, StylePropertyAnimationSystem_Values_1_TransformOrigin__QueueTransitionStartEvent, (StylePropertyAnimationSystem_Values_1_TransformOrigin_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011F5620, void, StylePropertyAnimationSystem_Values_1_TransformOrigin__SendTransitionCancelEvent, (StylePropertyAnimationSystem_Values_1_TransformOrigin_ * __this, VisualElement * ve, int32_t runningIndex, int64_t panelElapsedMs, MethodInfo * method)); DO_APP_FUNC(0x011F63A0, bool, StylePropertyAnimationSystem_Values_1_TransformOrigin__StartTransition, (StylePropertyAnimationSystem_Values_1_TransformOrigin_ * __this, VisualElement * owner, StylePropertyId__Enum prop, TransformOrigin startValue, TransformOrigin endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011C4970, void, StylePropertyAnimationSystem_Values_1_TransformOrigin__SwapFrameStates, (StylePropertyAnimationSystem_Values_1_TransformOrigin_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C7990, void, StylePropertyAnimationSystem_Values_1_TransformOrigin__Update, (StylePropertyAnimationSystem_Values_1_TransformOrigin_ * __this, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011F6210, void, StylePropertyAnimationSystem_Values_1_TransformOrigin__UpdateAnimation, (StylePropertyAnimationSystem_Values_1_TransformOrigin_ * __this, VisualElement * ve, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x011F71A0, void, StylePropertyAnimationSystem_Values_1_TransformOrigin__UpdateProgress, (StylePropertyAnimationSystem_Values_1_TransformOrigin_ * __this, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011C4660, bool, StylePropertyAnimationSystem_Values_1_TransformOrigin__get_isEmpty, (StylePropertyAnimationSystem_Values_1_TransformOrigin_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011F7510, void, StylePropertyAnimationSystem_Values_1_Translate___ctor, (StylePropertyAnimationSystem_Values_1_Translate_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3600, StylePropertyAnimationSystem_Values_1_Translate___ctor__MethodInfo); DO_APP_FUNC(0x011F8D40, void, StylePropertyAnimationSystem_Values_1_Translate__CancelAllAnimations, (StylePropertyAnimationSystem_Values_1_Translate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011F9260, void, StylePropertyAnimationSystem_Values_1_Translate__CancelAllAnimations_1, (StylePropertyAnimationSystem_Values_1_Translate_ * __this, VisualElement * ve, MethodInfo * method)); DO_APP_FUNC(0x011F95F0, void, StylePropertyAnimationSystem_Values_1_Translate__CancelAnimation, (StylePropertyAnimationSystem_Values_1_Translate_ * __this, VisualElement * ve, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x011F7B00, void, StylePropertyAnimationSystem_Values_1_Translate__ClearEventQueue, (StylePropertyAnimationSystem_Values_1_Translate_ * __this, StylePropertyAnimationSystem_ElementPropertyPair epp, MethodInfo * method)); DO_APP_FUNC(0x011C6BB0, int32_t, StylePropertyAnimationSystem_Values_1_Translate__ComputeReversingDelay, (StylePropertyAnimationSystem_Values_1_Translate_ * __this, int32_t delayMs, float newReversingShorteningFactor, MethodInfo * method)); DO_APP_FUNC(0x011C6B90, int32_t, StylePropertyAnimationSystem_Values_1_Translate__ComputeReversingDuration, (StylePropertyAnimationSystem_Values_1_Translate_ * __this, int32_t newTransitionDurationMs, float newReversingShorteningFactor, MethodInfo * method)); DO_APP_FUNC(0x011C6B20, float, StylePropertyAnimationSystem_Values_1_Translate__ComputeReversingShorteningFactor, (StylePropertyAnimationSystem_Values_1_Translate_ * __this, int32_t oldIndex, MethodInfo * method)); DO_APP_FUNC(0x01175020, bool, StylePropertyAnimationSystem_Values_1_Translate__ConvertUnits, (StylePropertyAnimationSystem_Values_1_Translate_ * __this, VisualElement * owner, StylePropertyId__Enum prop, Translate_1 * a, Translate_1 * b, MethodInfo * method)); DO_APP_FUNC(0x011DB9F0, void, StylePropertyAnimationSystem_Values_1_Translate__ForceComputedStyleEndValue, (StylePropertyAnimationSystem_Values_1_Translate_ * __this, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011F97D0, void, StylePropertyAnimationSystem_Values_1_Translate__GetAllAnimations, (StylePropertyAnimationSystem_Values_1_Translate_ * __this, VisualElement * ve, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId_ * outPropertyIds, MethodInfo * method)); DO_APP_FUNC(0x011FA2F0, void, StylePropertyAnimationSystem_Values_1_Translate__ProcessEventQueue, (StylePropertyAnimationSystem_Values_1_Translate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011F7810, void, StylePropertyAnimationSystem_Values_1_Translate__QueueEvent, (StylePropertyAnimationSystem_Values_1_Translate_ * __this, EventBase * evt, StylePropertyAnimationSystem_ElementPropertyPair epp, MethodInfo * method)); DO_APP_FUNC(0x011F86F0, void, StylePropertyAnimationSystem_Values_1_Translate__QueueTransitionCancelEvent, (StylePropertyAnimationSystem_Values_1_Translate_ * __this, VisualElement * ve, int32_t runningIndex, int64_t panelElapsedMs, MethodInfo * method)); DO_APP_FUNC(0x011F8390, void, StylePropertyAnimationSystem_Values_1_Translate__QueueTransitionEndEvent, (StylePropertyAnimationSystem_Values_1_Translate_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011F7CB0, void, StylePropertyAnimationSystem_Values_1_Translate__QueueTransitionRunEvent, (StylePropertyAnimationSystem_Values_1_Translate_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011F8020, void, StylePropertyAnimationSystem_Values_1_Translate__QueueTransitionStartEvent, (StylePropertyAnimationSystem_Values_1_Translate_ * __this, VisualElement * ve, int32_t runningIndex, MethodInfo * method)); DO_APP_FUNC(0x011F8B80, void, StylePropertyAnimationSystem_Values_1_Translate__SendTransitionCancelEvent, (StylePropertyAnimationSystem_Values_1_Translate_ * __this, VisualElement * ve, int32_t runningIndex, int64_t panelElapsedMs, MethodInfo * method)); DO_APP_FUNC(0x011F9900, bool, StylePropertyAnimationSystem_Values_1_Translate__StartTransition, (StylePropertyAnimationSystem_Values_1_Translate_ * __this, VisualElement * owner, StylePropertyId__Enum prop, Translate_1 startValue, Translate_1 endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011C4970, void, StylePropertyAnimationSystem_Values_1_Translate__SwapFrameStates, (StylePropertyAnimationSystem_Values_1_Translate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x011C7990, void, StylePropertyAnimationSystem_Values_1_Translate__Update, (StylePropertyAnimationSystem_Values_1_Translate_ * __this, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011F9770, void, StylePropertyAnimationSystem_Values_1_Translate__UpdateAnimation, (StylePropertyAnimationSystem_Values_1_Translate_ * __this, VisualElement * ve, StylePropertyId__Enum id, MethodInfo * method)); DO_APP_FUNC(0x011FA730, void, StylePropertyAnimationSystem_Values_1_Translate__UpdateProgress, (StylePropertyAnimationSystem_Values_1_Translate_ * __this, int64_t currentTimeMs, MethodInfo * method)); DO_APP_FUNC(0x011C4660, bool, StylePropertyAnimationSystem_Values_1_Translate__get_isEmpty, (StylePropertyAnimationSystem_Values_1_Translate_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01203380, void, Vector_1_System_UInt16___cctor, (MethodInfo * method)); DO_APP_FUNC(0x011FB0D0, void, Vector_1_System_UInt16___ctor, (Vector_1_System_UInt16_ * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCA70, Vector_1_System_UInt16___ctor__MethodInfo); DO_APP_FUNC(0x011FE070, void, Vector_1_System_UInt16___ctor_1, (Vector_1_System_UInt16_ * __this, Register * existingRegister, MethodInfo * method)); DO_APP_FUNC(0x011FD410, void, Vector_1_System_UInt16___ctor_2, (Vector_1_System_UInt16_ * __this, Void * dataPointer, MethodInfo * method)); DO_APP_FUNC(0x011FD4B0, void, Vector_1_System_UInt16___ctor_3, (Vector_1_System_UInt16_ * __this, Void * dataPointer, int32_t offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8CE70, Vector_1_System_UInt16___ctor_3__MethodInfo); DO_APP_FUNC(0x011FED30, bool, Vector_1_System_UInt16__Equals, (Vector_1_System_UInt16_ * __this, Vector_1_System_UInt16_ other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8CE60, Vector_1_System_UInt16__Equals__MethodInfo); DO_APP_FUNC(0x011FEBD0, bool, Vector_1_System_UInt16__Equals_1, (Vector_1_System_UInt16_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x012007D0, Vector_1_System_UInt16_, Vector_1_System_UInt16__Equals_2, (Vector_1_System_UInt16_ left, Vector_1_System_UInt16_ right, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8CE48, Vector_1_System_UInt16__Equals_2__MethodInfo); DO_APP_FUNC(0x01202960, uint16_t, Vector_1_System_UInt16__GetAllBitsSetValue, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8CE30, Vector_1_System_UInt16__GetAllBitsSetValue__MethodInfo); DO_APP_FUNC(0x011FF3E0, int32_t, Vector_1_System_UInt16__GetHashCode, (Vector_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8CE58, Vector_1_System_UInt16__GetHashCode__MethodInfo); DO_APP_FUNC(0x01201F40, uint16_t, Vector_1_System_UInt16__GetOneValue, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8CE28, Vector_1_System_UInt16__GetOneValue__MethodInfo); DO_APP_FUNC(0x011FABF0, int32_t, Vector_1_System_UInt16__InitializeCount, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8CE90, Vector_1_System_UInt16__InitializeCount__MethodInfo); DO_APP_FUNC(0x012010D0, bool, Vector_1_System_UInt16__ScalarEquals, (uint16_t left, uint16_t right, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8CE50, Vector_1_System_UInt16__ScalarEquals__MethodInfo); DO_APP_FUNC(0x01200000, String *, Vector_1_System_UInt16__ToString, (Vector_1_System_UInt16_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01200130, String *, Vector_1_System_UInt16__ToString_1, (Vector_1_System_UInt16_ * __this, String * format, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x011FAAB0, int32_t, Vector_1_System_UInt16__get_Count, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCA88, Vector_1_System_UInt16__get_Count__MethodInfo); DO_APP_FUNC(0x011FE080, uint16_t, Vector_1_System_UInt16__get_Item, (Vector_1_System_UInt16_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8CE80, Vector_1_System_UInt16__get_Item__MethodInfo); DO_APP_FUNC(0x011FAB50, Vector_1_System_UInt16_, Vector_1_System_UInt16__get_Zero, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCA60, Vector_1_System_UInt16__get_Zero__MethodInfo); DO_APP_FUNC(0x01200600, bool, Vector_1_System_UInt16__op_Equality, (Vector_1_System_UInt16_ left, Vector_1_System_UInt16_ right, MethodInfo * method)); DO_APP_FUNC(0x01200780, Vector_1_System_UInt64_, Vector_1_System_UInt16__op_Explicit, (Vector_1_System_UInt16_ value, MethodInfo * method)); DO_APP_FUNC(0x012006A0, bool, Vector_1_System_UInt16__op_Inequality, (Vector_1_System_UInt16_ left, Vector_1_System_UInt16_ right, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCA80, Vector_1_System_UInt16__op_Inequality__MethodInfo); DO_APP_FUNC(0x0120BC80, void, Vector_1_System_UInt64___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01203AD0, void, Vector_1_System_UInt64___ctor, (Vector_1_System_UInt64_ * __this, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x011FE070, void, Vector_1_System_UInt64___ctor_1, (Vector_1_System_UInt64_ * __this, Register * existingRegister, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8CE40, Vector_1_System_UInt64___ctor_1__MethodInfo); DO_APP_FUNC(0x01205E10, void, Vector_1_System_UInt64___ctor_2, (Vector_1_System_UInt64_ * __this, Void * dataPointer, MethodInfo * method)); DO_APP_FUNC(0x01205EB0, void, Vector_1_System_UInt64___ctor_3, (Vector_1_System_UInt64_ * __this, Void * dataPointer, int32_t offset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8CE18, Vector_1_System_UInt64___ctor_3__MethodInfo); DO_APP_FUNC(0x01207720, bool, Vector_1_System_UInt64__Equals, (Vector_1_System_UInt64_ * __this, Vector_1_System_UInt64_ other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8CE08, Vector_1_System_UInt64__Equals__MethodInfo); DO_APP_FUNC(0x012075C0, bool, Vector_1_System_UInt64__Equals_1, (Vector_1_System_UInt64_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x012090E0, Vector_1_System_UInt64_, Vector_1_System_UInt64__Equals_2, (Vector_1_System_UInt64_ left, Vector_1_System_UInt64_ right, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8CE00, Vector_1_System_UInt64__Equals_2__MethodInfo); DO_APP_FUNC(0x0120B260, uint64_t, Vector_1_System_UInt64__GetAllBitsSetValue, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8CDF8, Vector_1_System_UInt64__GetAllBitsSetValue__MethodInfo); DO_APP_FUNC(0x01207DD0, int32_t, Vector_1_System_UInt64__GetHashCode, (Vector_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8CE10, Vector_1_System_UInt64__GetHashCode__MethodInfo); DO_APP_FUNC(0x0120A840, uint64_t, Vector_1_System_UInt64__GetOneValue, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8CDF0, Vector_1_System_UInt64__GetOneValue__MethodInfo); DO_APP_FUNC(0x012035F0, int32_t, Vector_1_System_UInt64__InitializeCount, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8CE38, Vector_1_System_UInt64__InitializeCount__MethodInfo); DO_APP_FUNC(0x012099E0, bool, Vector_1_System_UInt64__ScalarEquals, (uint64_t left, uint64_t right, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8CDE8, Vector_1_System_UInt64__ScalarEquals__MethodInfo); DO_APP_FUNC(0x012089F0, String *, Vector_1_System_UInt64__ToString, (Vector_1_System_UInt64_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01208B20, String *, Vector_1_System_UInt64__ToString_1, (Vector_1_System_UInt64_ * __this, String * format, IFormatProvider * formatProvider, MethodInfo * method)); DO_APP_FUNC(0x011FAAB0, int32_t, Vector_1_System_UInt64__get_Count, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCAD8, Vector_1_System_UInt64__get_Count__MethodInfo); DO_APP_FUNC(0x01206A70, uint64_t, Vector_1_System_UInt64__get_Item, (Vector_1_System_UInt64_ * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8CE20, Vector_1_System_UInt64__get_Item__MethodInfo); DO_APP_FUNC(0x011FAB50, Vector_1_System_UInt64_, Vector_1_System_UInt64__get_Zero, (MethodInfo * method)); DO_APP_FUNC(0x01208FF0, bool, Vector_1_System_UInt64__op_Equality, (Vector_1_System_UInt64_ left, Vector_1_System_UInt64_ right, MethodInfo * method)); DO_APP_FUNC(0x01209090, Vector_1_System_UInt64_, Vector_1_System_UInt64__op_Explicit, (Vector_1_System_UInt64_ value, MethodInfo * method)); DO_APP_FUNC(0x012006A0, bool, Vector_1_System_UInt64__op_Inequality, (Vector_1_System_UInt64_ left, Vector_1_System_UInt64_ right, MethodInfo * method)); DO_APP_FUNC(0x0120C320, void, VerticalVirtualizationController_1_System_Object___ctor, (VerticalVirtualizationController_1_System_Object_ * __this, BaseVerticalCollectionView * collectionView, MethodInfo * method)); DO_APP_FUNC(0x0120E760, void, VerticalVirtualizationController_1_System_Object__EndDrag, (VerticalVirtualizationController_1_System_Object_ * __this, int32_t dropIndex, MethodInfo * method)); DO_APP_FUNC(0x0120EE30, int32_t, VerticalVirtualizationController_1_System_Object__GetDraggedIndex, (VerticalVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0120EBA0, Object *, VerticalVirtualizationController_1_System_Object__GetOrMakeItemAtIndex, (VerticalVirtualizationController_1_System_Object_ * __this, int32_t activeItemIndex, int32_t scrollViewIndex, MethodInfo * method)); DO_APP_FUNC(0x0120DC90, void, VerticalVirtualizationController_1_System_Object__HandleFocus, (VerticalVirtualizationController_1_System_Object_ * __this, ReusableCollectionItem * recycledItem, int32_t previousIndex, MethodInfo * method)); DO_APP_FUNC(0x0120DC00, void, VerticalVirtualizationController_1_System_Object__OnBlur, (VerticalVirtualizationController_1_System_Object_ * __this, VisualElement * willFocus, MethodInfo * method)); DO_APP_FUNC(0x0120D720, void, VerticalVirtualizationController_1_System_Object__OnFocus, (VerticalVirtualizationController_1_System_Object_ * __this, VisualElement * leafTarget, MethodInfo * method)); DO_APP_FUNC(0x0120CB30, void, VerticalVirtualizationController_1_System_Object__Refresh, (VerticalVirtualizationController_1_System_Object_ * __this, bool rebuild, MethodInfo * method)); DO_APP_FUNC(0x0120ED40, void, VerticalVirtualizationController_1_System_Object__ReleaseItem, (VerticalVirtualizationController_1_System_Object_ * __this, int32_t activeItemsIndex, MethodInfo * method)); DO_APP_FUNC(0x0120D0F0, void, VerticalVirtualizationController_1_System_Object__Setup, (VerticalVirtualizationController_1_System_Object_ * __this, Object * recycledItem, int32_t newIndex, MethodInfo * method)); DO_APP_FUNC(0x0120E530, void, VerticalVirtualizationController_1_System_Object__StartDragItem, (VerticalVirtualizationController_1_System_Object_ * __this, ReusableCollectionItem * item, MethodInfo * method)); DO_APP_FUNC(0x0120DD90, void, VerticalVirtualizationController_1_System_Object__UpdateBackground, (VerticalVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0120C060, bool, VerticalVirtualizationController_1_System_Object__VisibleItemPredicate, (VerticalVirtualizationController_1_System_Object_ * __this, Object * i, MethodInfo * method)); DO_APP_FUNC(0x0120BFB0, IEnumerable_1_UnityEngine_UIElements_ReusableCollectionItem_ *, VerticalVirtualizationController_1_System_Object__get_activeItems, (VerticalVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00418D30, bool, VerticalVirtualizationController_1_System_Object__get_alwaysRebindOnRefresh, (VerticalVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0120C1F0, int32_t, VerticalVirtualizationController_1_System_Object__get_firstVisibleIndex, (VerticalVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0120C140, Object *, VerticalVirtualizationController_1_System_Object__get_firstVisibleItem, (VerticalVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0120BFF0, int32_t, VerticalVirtualizationController_1_System_Object__get_itemsCount, (VerticalVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0120C300, float, VerticalVirtualizationController_1_System_Object__get_lastHeight, (VerticalVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0120C170, Object *, VerticalVirtualizationController_1_System_Object__get_lastVisibleItem, (VerticalVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0120C1D0, SerializedVirtualizationData *, VerticalVirtualizationController_1_System_Object__get_serializedData, (VerticalVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0120C1A0, int32_t, VerticalVirtualizationController_1_System_Object__get_visibleItemCount, (VerticalVirtualizationController_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0120C2B0, void, VerticalVirtualizationController_1_System_Object__set_firstVisibleIndex, (VerticalVirtualizationController_1_System_Object_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0120EED0, void, VisualElement_VisualElementScheduledItem_1_System_Object___ctor, (VisualElement_VisualElementScheduledItem_1_System_Object_ * __this, VisualElement * handler, Object * upEvent, MethodInfo * method)); DO_APP_FUNC(0x0120EF40, void, ServerClientState_3_TServer_TClient_TPeer_VoiceEventHandler_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (ServerClientState_3_TServer_TClient_TPeer_VoiceEventHandler_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ServerClientState_3_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * parent, MethodInfo * method)); DO_APP_FUNC(0x0120F280, void, ServerClientState_3_TServer_TClient_TPeer_VoiceEventHandler_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__EnqueueStartedSpeaking, (ServerClientState_3_TServer_TClient_TPeer_VoiceEventHandler_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0120F240, void, ServerClientState_3_TServer_TClient_TPeer_VoiceEventHandler_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__EnqueueStoppedSpeaking, (ServerClientState_3_TServer_TClient_TPeer_VoiceEventHandler_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0120F2C0, void, ServerClientState_3_TServer_TClient_TPeer_VoiceEventHandler_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__EnqueueVoiceData, (ServerClientState_3_TServer_TClient_TPeer_VoiceEventHandler_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, VoicePacket voicePacket, MethodInfo * method)); DO_APP_FUNC(0x0120F3A0, Byte__Array *, ServerClientState_3_TServer_TClient_TPeer_VoiceEventHandler_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer__GetEventBuffer, (ServerClientState_3_TServer_TClient_TPeer_VoiceEventHandler_System_Object_System_Object_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01210090, void, VoiceReceiver_1_Dissonance_Integrations_PhotonBolt_BoltPeer___cctor, (MethodInfo * method)); DO_APP_FUNC(0x0120F3F0, void, VoiceReceiver_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (VoiceReceiver_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ISession * session, IClientCollection_1_System_Nullable_1_ * clients, EventQueue * events, Rooms * rooms, ConcurrentPool_1_System_Collections_Generic_List_1_ * channelListPool, MethodInfo * method)); DO_APP_FUNC(0x0120FA50, void, VoiceReceiver_1_Dissonance_Integrations_PhotonBolt_BoltPeer__CheckTimeouts, (VoiceReceiver_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, DateTime utcNow, MethodInfo * method)); DO_APP_FUNC(0x0120F7B0, void, VoiceReceiver_1_Dissonance_Integrations_PhotonBolt_BoltPeer__OnPlayerLeft, (VoiceReceiver_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC(0x0120FBF0, void, VoiceReceiver_1_Dissonance_Integrations_PhotonBolt_BoltPeer__ReceiveVoiceData, (VoiceReceiver_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, PacketReader * reader, Nullable_1_DateTime_ utcNow, MethodInfo * method)); DO_APP_FUNC(0x0120F900, void, VoiceReceiver_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Stop, (VoiceReceiver_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0120FA30, void, VoiceReceiver_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Update, (VoiceReceiver_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, DateTime utcNow, MethodInfo * method)); DO_APP_FUNC(0x01215290, void, VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01210360, void, VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor, (VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ISendQueue_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * sender, ISession * session, IClientCollection_1_System_Nullable_1_ * peers, EventQueue * events, PlayerChannels * playerChannels, RoomChannels * roomChannels, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DF90, VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor__MethodInfo); DO_APP_FUNC(0x012151E0, void, VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer__ApplyChannelDelta, (VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ d, ReadonlyLockedValue_1_T_Unlocker_System_Collections_Generic_List_1__4 * openChannels, MethodInfo * method)); DO_APP_FUNC(0x01214C50, void, VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer__ApplyChannelDeltas, (VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ReadonlyLockedValue_1_T_Unlocker_System_Collections_Generic_List_1__4 * openChannels, MethodInfo * method)); DO_APP_FUNC(0x012150A0, bool, VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer__AreAllChannelsClosing, (ReadonlyLockedValue_1_T_Unlocker_System_Collections_Generic_List_1__4 * openChannels, MethodInfo * method)); DO_APP_FUNC(0x01213B20, void, VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer__ClearClosedChannels, (VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012137C0, void, VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer__CloseChannel, (VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ChannelType__Enum type, ChannelProperties * properties, uint16_t id, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DE20, VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer__CloseChannel__MethodInfo); DO_APP_FUNC(0x012128F0, void, VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer__ClosePlayerChannel, (VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, String * player, ChannelProperties * config, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DE88, VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer__ClosePlayerChannel__MethodInfo); DO_APP_FUNC(0x01213080, void, VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer__CloseRoomChannel, (VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, RoomName room, ChannelProperties * config, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DE40, VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer__CloseRoomChannel__MethodInfo); DO_APP_FUNC(0x012145E0, List_1_Dissonance_Networking_ClientInfo_1_ *, VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer__GetVoiceDestinations, (VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, IList_1_Dissonance_Networking_Client_OpenChannel_ * openChannels, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DE10, VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer__GetVoiceDestinations__MethodInfo); DO_APP_FUNC(0x01211D40, void, VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer__OnPlayerJoined, (VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, String * name, CodecSettings codecSettings, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DF18, VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer__OnPlayerJoined__MethodInfo); DO_APP_FUNC(0x01211F20, void, VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer__OnPlayerLeft, (VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DED8, VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer__OnPlayerLeft__MethodInfo); DO_APP_FUNC(0x012132D0, void, VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer__OpenChannel, (VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ChannelType__Enum type, ChannelProperties * config, uint16_t recipient, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DE70, VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer__OpenChannel__MethodInfo); DO_APP_FUNC(0x01212510, void, VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer__OpenPlayerChannel, (VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, String * player, ChannelProperties * config, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DEE0, VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer__OpenPlayerChannel__MethodInfo); DO_APP_FUNC(0x01212E30, void, VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer__OpenRoomChannel, (VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, RoomName room, ChannelProperties * config, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DEA0, VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer__OpenRoomChannel__MethodInfo); DO_APP_FUNC(0x01213D30, void, VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Send, (VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, ArraySegment_1_Byte_ encodedAudio, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DDE8, VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Send__MethodInfo); DO_APP_FUNC(0x01211490, void, VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer__Stop, (VoiceSender_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, VolumeParameter_1_System_Boolean___ctor, (VolumeParameter_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01215430, void, VolumeParameter_1_System_Boolean___ctor_1, (VolumeParameter_1_System_Boolean_ * __this, bool value, bool overrideState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F6D0, VolumeParameter_1_System_Boolean___ctor_1__MethodInfo); DO_APP_FUNC(0x012159B0, bool, VolumeParameter_1_System_Boolean__Equals, (VolumeParameter_1_System_Boolean_ * __this, VolumeParameter_1_System_Boolean_ * other, MethodInfo * method)); DO_APP_FUNC(0x01215A50, bool, VolumeParameter_1_System_Boolean__Equals_1, (VolumeParameter_1_System_Boolean_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01215560, int32_t, VolumeParameter_1_System_Boolean__GetHashCode, (VolumeParameter_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101B230, void, VolumeParameter_1_System_Boolean__Interp, (VolumeParameter_1_System_Boolean_ * __this, bool from, bool to, float t, MethodInfo * method)); DO_APP_FUNC(0x01215450, void, VolumeParameter_1_System_Boolean__Interp_1, (VolumeParameter_1_System_Boolean_ * __this, VolumeParameter * from, VolumeParameter * to, float t, MethodInfo * method)); DO_APP_FUNC(0x01215520, void, VolumeParameter_1_System_Boolean__Override, (VolumeParameter_1_System_Boolean_ * __this, bool x, MethodInfo * method)); DO_APP_FUNC(0x0101B270, void, VolumeParameter_1_System_Boolean__SetValue, (VolumeParameter_1_System_Boolean_ * __this, VolumeParameter * parameter, MethodInfo * method)); DO_APP_FUNC(0x012156B0, String *, VolumeParameter_1_System_Boolean__ToString, (VolumeParameter_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BAC40, bool, VolumeParameter_1_System_Boolean__get_value, (VolumeParameter_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012157C0, bool, VolumeParameter_1_System_Boolean__op_Equality, (VolumeParameter_1_System_Boolean_ * lhs, bool rhs, MethodInfo * method)); DO_APP_FUNC(0x0101B320, bool, VolumeParameter_1_System_Boolean__op_Explicit, (VolumeParameter_1_System_Boolean_ * prop, MethodInfo * method)); DO_APP_FUNC(0x01215920, bool, VolumeParameter_1_System_Boolean__op_Inequality, (VolumeParameter_1_System_Boolean_ * lhs, bool rhs, MethodInfo * method)); DO_APP_FUNC(0x003BAC50, void, VolumeParameter_1_System_Boolean__set_value, (VolumeParameter_1_System_Boolean_ * __this, bool value, MethodInfo * method)); DO_APP_FUNC(0x0101B340, void, VolumeParameter_1_UnityEngine_Color___ctor, (VolumeParameter_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01215BA0, void, VolumeParameter_1_UnityEngine_Color___ctor_1, (VolumeParameter_1_UnityEngine_Color_ * __this, Color value, bool overrideState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F4F0, VolumeParameter_1_UnityEngine_Color___ctor_1__MethodInfo); DO_APP_FUNC(0x01216200, bool, VolumeParameter_1_UnityEngine_Color__Equals, (VolumeParameter_1_UnityEngine_Color_ * __this, VolumeParameter_1_UnityEngine_Color_ * other, MethodInfo * method)); DO_APP_FUNC(0x012162B0, bool, VolumeParameter_1_UnityEngine_Color__Equals_1, (VolumeParameter_1_UnityEngine_Color_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01215CF0, int32_t, VolumeParameter_1_UnityEngine_Color__GetHashCode, (VolumeParameter_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101B4A0, void, VolumeParameter_1_UnityEngine_Color__Interp, (VolumeParameter_1_UnityEngine_Color_ * __this, Color from, Color to, float t, MethodInfo * method)); DO_APP_FUNC(0x01215BC0, void, VolumeParameter_1_UnityEngine_Color__Interp_1, (VolumeParameter_1_UnityEngine_Color_ * __this, VolumeParameter * from, VolumeParameter * to, float t, MethodInfo * method)); DO_APP_FUNC(0x01215CB0, void, VolumeParameter_1_UnityEngine_Color__Override, (VolumeParameter_1_UnityEngine_Color_ * __this, Color x, MethodInfo * method)); DO_APP_FUNC(0x0101B4E0, void, VolumeParameter_1_UnityEngine_Color__SetValue, (VolumeParameter_1_UnityEngine_Color_ * __this, VolumeParameter * parameter, MethodInfo * method)); DO_APP_FUNC(0x01215E40, String *, VolumeParameter_1_UnityEngine_Color__ToString, (VolumeParameter_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, Color, VolumeParameter_1_UnityEngine_Color__get_value, (VolumeParameter_1_UnityEngine_Color_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01215F60, bool, VolumeParameter_1_UnityEngine_Color__op_Equality, (VolumeParameter_1_UnityEngine_Color_ * lhs, Color rhs, MethodInfo * method)); DO_APP_FUNC(0x0101B5A0, Color, VolumeParameter_1_UnityEngine_Color__op_Explicit, (VolumeParameter_1_UnityEngine_Color_ * prop, MethodInfo * method)); DO_APP_FUNC(0x01216170, bool, VolumeParameter_1_UnityEngine_Color__op_Inequality, (VolumeParameter_1_UnityEngine_Color_ * lhs, Color rhs, MethodInfo * method)); DO_APP_FUNC(0x01215B90, void, VolumeParameter_1_UnityEngine_Color__set_value, (VolumeParameter_1_UnityEngine_Color_ * __this, Color value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, VolumeParameter_1_System_Int32___ctor, (VolumeParameter_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012163F0, void, VolumeParameter_1_System_Int32___ctor_1, (VolumeParameter_1_System_Int32_ * __this, int32_t value, bool overrideState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F598, VolumeParameter_1_System_Int32___ctor_1__MethodInfo); DO_APP_FUNC(0x01216910, bool, VolumeParameter_1_System_Int32__Equals, (VolumeParameter_1_System_Int32_ * __this, VolumeParameter_1_System_Int32_ * other, MethodInfo * method)); DO_APP_FUNC(0x012169A0, bool, VolumeParameter_1_System_Int32__Equals_1, (VolumeParameter_1_System_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01216520, int32_t, VolumeParameter_1_System_Int32__GetHashCode, (VolumeParameter_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101B6A0, void, VolumeParameter_1_System_Int32__Interp, (VolumeParameter_1_System_Int32_ * __this, int32_t from, int32_t to, float t, MethodInfo * method)); DO_APP_FUNC(0x01216410, void, VolumeParameter_1_System_Int32__Interp_1, (VolumeParameter_1_System_Int32_ * __this, VolumeParameter * from, VolumeParameter * to, float t, MethodInfo * method)); DO_APP_FUNC(0x012164E0, void, VolumeParameter_1_System_Int32__Override, (VolumeParameter_1_System_Int32_ * __this, int32_t x, MethodInfo * method)); DO_APP_FUNC(0x0101B6E0, void, VolumeParameter_1_System_Int32__SetValue, (VolumeParameter_1_System_Int32_ * __this, VolumeParameter * parameter, MethodInfo * method)); DO_APP_FUNC(0x01216640, String *, VolumeParameter_1_System_Int32__ToString, (VolumeParameter_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, int32_t, VolumeParameter_1_System_Int32__get_value, (VolumeParameter_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01216750, bool, VolumeParameter_1_System_Int32__op_Equality, (VolumeParameter_1_System_Int32_ * lhs, int32_t rhs, MethodInfo * method)); DO_APP_FUNC(0x0101B790, int32_t, VolumeParameter_1_System_Int32__op_Explicit, (VolumeParameter_1_System_Int32_ * prop, MethodInfo * method)); DO_APP_FUNC(0x01216880, bool, VolumeParameter_1_System_Int32__op_Inequality, (VolumeParameter_1_System_Int32_ * lhs, int32_t rhs, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, VolumeParameter_1_System_Int32__set_value, (VolumeParameter_1_System_Int32_ * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, VolumeParameter_1_UnityEngine_LayerMask___ctor, (VolumeParameter_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012163F0, void, VolumeParameter_1_UnityEngine_LayerMask___ctor_1, (VolumeParameter_1_UnityEngine_LayerMask_ * __this, LayerMask value, bool overrideState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F580, VolumeParameter_1_UnityEngine_LayerMask___ctor_1__MethodInfo); DO_APP_FUNC(0x01216910, bool, VolumeParameter_1_UnityEngine_LayerMask__Equals, (VolumeParameter_1_UnityEngine_LayerMask_ * __this, VolumeParameter_1_UnityEngine_LayerMask_ * other, MethodInfo * method)); DO_APP_FUNC(0x01217070, bool, VolumeParameter_1_UnityEngine_LayerMask__Equals_1, (VolumeParameter_1_UnityEngine_LayerMask_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01216BF0, int32_t, VolumeParameter_1_UnityEngine_LayerMask__GetHashCode, (VolumeParameter_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101B6A0, void, VolumeParameter_1_UnityEngine_LayerMask__Interp, (VolumeParameter_1_UnityEngine_LayerMask_ * __this, LayerMask from, LayerMask to, float t, MethodInfo * method)); DO_APP_FUNC(0x01216AE0, void, VolumeParameter_1_UnityEngine_LayerMask__Interp_1, (VolumeParameter_1_UnityEngine_LayerMask_ * __this, VolumeParameter * from, VolumeParameter * to, float t, MethodInfo * method)); DO_APP_FUNC(0x01216BB0, void, VolumeParameter_1_UnityEngine_LayerMask__Override, (VolumeParameter_1_UnityEngine_LayerMask_ * __this, LayerMask x, MethodInfo * method)); DO_APP_FUNC(0x0101B6E0, void, VolumeParameter_1_UnityEngine_LayerMask__SetValue, (VolumeParameter_1_UnityEngine_LayerMask_ * __this, VolumeParameter * parameter, MethodInfo * method)); DO_APP_FUNC(0x01216DD0, String *, VolumeParameter_1_UnityEngine_LayerMask__ToString, (VolumeParameter_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003BA2E0, LayerMask, VolumeParameter_1_UnityEngine_LayerMask__get_value, (VolumeParameter_1_UnityEngine_LayerMask_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01216EE0, bool, VolumeParameter_1_UnityEngine_LayerMask__op_Equality, (VolumeParameter_1_UnityEngine_LayerMask_ * lhs, LayerMask rhs, MethodInfo * method)); DO_APP_FUNC(0x0101B790, LayerMask, VolumeParameter_1_UnityEngine_LayerMask__op_Explicit, (VolumeParameter_1_UnityEngine_LayerMask_ * prop, MethodInfo * method)); DO_APP_FUNC(0x01216FE0, bool, VolumeParameter_1_UnityEngine_LayerMask__op_Inequality, (VolumeParameter_1_UnityEngine_LayerMask_ * lhs, LayerMask rhs, MethodInfo * method)); DO_APP_FUNC(0x003BADD0, void, VolumeParameter_1_UnityEngine_LayerMask__set_value, (VolumeParameter_1_UnityEngine_LayerMask_ * __this, LayerMask value, MethodInfo * method)); DO_APP_FUNC(0x0101B110, void, VolumeParameter_1_System_Object___ctor, (VolumeParameter_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012171B0, void, VolumeParameter_1_System_Object___ctor_1, (VolumeParameter_1_System_Object_ * __this, Object * value, bool overrideState, MethodInfo * method)); DO_APP_FUNC(0x012176B0, bool, VolumeParameter_1_System_Object__Equals, (VolumeParameter_1_System_Object_ * __this, VolumeParameter_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC(0x01217740, bool, VolumeParameter_1_System_Object__Equals_1, (VolumeParameter_1_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01217380, int32_t, VolumeParameter_1_System_Object__GetHashCode, (VolumeParameter_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101B940, void, VolumeParameter_1_System_Object__Interp, (VolumeParameter_1_System_Object_ * __this, Object * from, Object * to, float t, MethodInfo * method)); DO_APP_FUNC(0x01217220, void, VolumeParameter_1_System_Object__Interp_1, (VolumeParameter_1_System_Object_ * __this, VolumeParameter * from, VolumeParameter * to, float t, MethodInfo * method)); DO_APP_FUNC(0x012172F0, void, VolumeParameter_1_System_Object__Override, (VolumeParameter_1_System_Object_ * __this, Object * x, MethodInfo * method)); DO_APP_FUNC(0x0101BA10, void, VolumeParameter_1_System_Object__SetValue, (VolumeParameter_1_System_Object_ * __this, VolumeParameter * parameter, MethodInfo * method)); DO_APP_FUNC(0x012174C0, String *, VolumeParameter_1_System_Object__ToString, (VolumeParameter_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, VolumeParameter_1_System_Object__get_value, (VolumeParameter_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012175A0, bool, VolumeParameter_1_System_Object__op_Equality, (VolumeParameter_1_System_Object_ * lhs, Object * rhs, MethodInfo * method)); DO_APP_FUNC(0x0101BB30, Object *, VolumeParameter_1_System_Object__op_Explicit, (VolumeParameter_1_System_Object_ * prop, MethodInfo * method)); DO_APP_FUNC(0x01217620, bool, VolumeParameter_1_System_Object__op_Inequality, (VolumeParameter_1_System_Object_ * lhs, Object * rhs, MethodInfo * method)); DO_APP_FUNC(0x003AC960, void, VolumeParameter_1_System_Object__set_value, (VolumeParameter_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0101BB50, void, VolumeParameter_1_System_Single___ctor, (VolumeParameter_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01217880, void, VolumeParameter_1_System_Single___ctor_1, (VolumeParameter_1_System_Single_ * __this, float value, bool overrideState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F5E8, VolumeParameter_1_System_Single___ctor_1__MethodInfo); DO_APP_FUNC(0x01217E40, bool, VolumeParameter_1_System_Single__Equals, (VolumeParameter_1_System_Single_ * __this, VolumeParameter_1_System_Single_ * other, MethodInfo * method)); DO_APP_FUNC(0x01217EE0, bool, VolumeParameter_1_System_Single__Equals_1, (VolumeParameter_1_System_Single_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x012179C0, int32_t, VolumeParameter_1_System_Single__GetHashCode, (VolumeParameter_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101BC80, void, VolumeParameter_1_System_Single__Interp, (VolumeParameter_1_System_Single_ * __this, float from, float to, float t, MethodInfo * method)); DO_APP_FUNC(0x012178A0, void, VolumeParameter_1_System_Single__Interp_1, (VolumeParameter_1_System_Single_ * __this, VolumeParameter * from, VolumeParameter * to, float t, MethodInfo * method)); DO_APP_FUNC(0x01217980, void, VolumeParameter_1_System_Single__Override, (VolumeParameter_1_System_Single_ * __this, float x, MethodInfo * method)); DO_APP_FUNC(0x0101BCC0, void, VolumeParameter_1_System_Single__SetValue, (VolumeParameter_1_System_Single_ * __this, VolumeParameter * parameter, MethodInfo * method)); DO_APP_FUNC(0x01217B40, String *, VolumeParameter_1_System_Single__ToString, (VolumeParameter_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003C90E0, float, VolumeParameter_1_System_Single__get_value, (VolumeParameter_1_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01217C60, bool, VolumeParameter_1_System_Single__op_Equality, (VolumeParameter_1_System_Single_ * lhs, float rhs, MethodInfo * method)); DO_APP_FUNC(0x0101BDA0, float, VolumeParameter_1_System_Single__op_Explicit, (VolumeParameter_1_System_Single_ * prop, MethodInfo * method)); DO_APP_FUNC(0x01217DB0, bool, VolumeParameter_1_System_Single__op_Inequality, (VolumeParameter_1_System_Single_ * lhs, float rhs, MethodInfo * method)); DO_APP_FUNC(0x003C90F0, void, VolumeParameter_1_System_Single__set_value, (VolumeParameter_1_System_Single_ * __this, float value, MethodInfo * method)); DO_APP_FUNC(0x0101BDC0, void, VolumeParameter_1_UnityEngine_Vector2___ctor, (VolumeParameter_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01218020, void, VolumeParameter_1_UnityEngine_Vector2___ctor_1, (VolumeParameter_1_UnityEngine_Vector2_ * __this, Vector2 value, bool overrideState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F5C0, VolumeParameter_1_UnityEngine_Vector2___ctor_1__MethodInfo); DO_APP_FUNC(0x01218570, bool, VolumeParameter_1_UnityEngine_Vector2__Equals, (VolumeParameter_1_UnityEngine_Vector2_ * __this, VolumeParameter_1_UnityEngine_Vector2_ * other, MethodInfo * method)); DO_APP_FUNC(0x01218620, bool, VolumeParameter_1_UnityEngine_Vector2__Equals_1, (VolumeParameter_1_UnityEngine_Vector2_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01218140, int32_t, VolumeParameter_1_UnityEngine_Vector2__GetHashCode, (VolumeParameter_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101BEF0, void, VolumeParameter_1_UnityEngine_Vector2__Interp, (VolumeParameter_1_UnityEngine_Vector2_ * __this, Vector2 from, Vector2 to, float t, MethodInfo * method)); DO_APP_FUNC(0x01218040, void, VolumeParameter_1_UnityEngine_Vector2__Interp_1, (VolumeParameter_1_UnityEngine_Vector2_ * __this, VolumeParameter * from, VolumeParameter * to, float t, MethodInfo * method)); DO_APP_FUNC(0x01218100, void, VolumeParameter_1_UnityEngine_Vector2__Override, (VolumeParameter_1_UnityEngine_Vector2_ * __this, Vector2 x, MethodInfo * method)); DO_APP_FUNC(0x0101BF40, void, VolumeParameter_1_UnityEngine_Vector2__SetValue, (VolumeParameter_1_UnityEngine_Vector2_ * __this, VolumeParameter * parameter, MethodInfo * method)); DO_APP_FUNC(0x01218290, String *, VolumeParameter_1_UnityEngine_Vector2__ToString, (VolumeParameter_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ABB0F0, Vector2, VolumeParameter_1_UnityEngine_Vector2__get_value, (VolumeParameter_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012183A0, bool, VolumeParameter_1_UnityEngine_Vector2__op_Equality, (VolumeParameter_1_UnityEngine_Vector2_ * lhs, Vector2 rhs, MethodInfo * method)); DO_APP_FUNC(0x0101C030, Vector2, VolumeParameter_1_UnityEngine_Vector2__op_Explicit, (VolumeParameter_1_UnityEngine_Vector2_ * prop, MethodInfo * method)); DO_APP_FUNC(0x012184E0, bool, VolumeParameter_1_UnityEngine_Vector2__op_Inequality, (VolumeParameter_1_UnityEngine_Vector2_ * lhs, Vector2 rhs, MethodInfo * method)); DO_APP_FUNC(0x00ABB110, void, VolumeParameter_1_UnityEngine_Vector2__set_value, (VolumeParameter_1_UnityEngine_Vector2_ * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x0101C060, void, VolumeParameter_1_UnityEngine_Vector3___ctor, (VolumeParameter_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01218760, void, VolumeParameter_1_UnityEngine_Vector3___ctor_1, (VolumeParameter_1_UnityEngine_Vector3_ * __this, Vector3 value, bool overrideState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F4D0, VolumeParameter_1_UnityEngine_Vector3___ctor_1__MethodInfo); DO_APP_FUNC(0x01218E00, bool, VolumeParameter_1_UnityEngine_Vector3__Equals, (VolumeParameter_1_UnityEngine_Vector3_ * __this, VolumeParameter_1_UnityEngine_Vector3_ * other, MethodInfo * method)); DO_APP_FUNC(0x01218EC0, bool, VolumeParameter_1_UnityEngine_Vector3__Equals_1, (VolumeParameter_1_UnityEngine_Vector3_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x012188F0, int32_t, VolumeParameter_1_UnityEngine_Vector3__GetHashCode, (VolumeParameter_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101C210, void, VolumeParameter_1_UnityEngine_Vector3__Interp, (VolumeParameter_1_UnityEngine_Vector3_ * __this, Vector3 from, Vector3 to, float t, MethodInfo * method)); DO_APP_FUNC(0x01218790, void, VolumeParameter_1_UnityEngine_Vector3__Interp_1, (VolumeParameter_1_UnityEngine_Vector3_ * __this, VolumeParameter * from, VolumeParameter * to, float t, MethodInfo * method)); DO_APP_FUNC(0x012188A0, void, VolumeParameter_1_UnityEngine_Vector3__Override, (VolumeParameter_1_UnityEngine_Vector3_ * __this, Vector3 x, MethodInfo * method)); DO_APP_FUNC(0x0101C270, void, VolumeParameter_1_UnityEngine_Vector3__SetValue, (VolumeParameter_1_UnityEngine_Vector3_ * __this, VolumeParameter * parameter, MethodInfo * method)); DO_APP_FUNC(0x01218AA0, String *, VolumeParameter_1_UnityEngine_Vector3__ToString, (VolumeParameter_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00675890, Vector3, VolumeParameter_1_UnityEngine_Vector3__get_value, (VolumeParameter_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01218BE0, bool, VolumeParameter_1_UnityEngine_Vector3__op_Equality, (VolumeParameter_1_UnityEngine_Vector3_ * lhs, Vector3 rhs, MethodInfo * method)); DO_APP_FUNC(0x0101C380, Vector3, VolumeParameter_1_UnityEngine_Vector3__op_Explicit, (VolumeParameter_1_UnityEngine_Vector3_ * prop, MethodInfo * method)); DO_APP_FUNC(0x01218D60, bool, VolumeParameter_1_UnityEngine_Vector3__op_Inequality, (VolumeParameter_1_UnityEngine_Vector3_ * lhs, Vector3 rhs, MethodInfo * method)); DO_APP_FUNC(0x006758B0, void, VolumeParameter_1_UnityEngine_Vector3__set_value, (VolumeParameter_1_UnityEngine_Vector3_ * __this, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x0101B340, void, VolumeParameter_1_UnityEngine_Vector4___ctor, (VolumeParameter_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01215BA0, void, VolumeParameter_1_UnityEngine_Vector4___ctor_1, (VolumeParameter_1_UnityEngine_Vector4_ * __this, Vector4 value, bool overrideState, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F530, VolumeParameter_1_UnityEngine_Vector4___ctor_1__MethodInfo); DO_APP_FUNC(0x01216200, bool, VolumeParameter_1_UnityEngine_Vector4__Equals, (VolumeParameter_1_UnityEngine_Vector4_ * __this, VolumeParameter_1_UnityEngine_Vector4_ * other, MethodInfo * method)); DO_APP_FUNC(0x01219430, bool, VolumeParameter_1_UnityEngine_Vector4__Equals_1, (VolumeParameter_1_UnityEngine_Vector4_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01219000, int32_t, VolumeParameter_1_UnityEngine_Vector4__GetHashCode, (VolumeParameter_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0101B4A0, void, VolumeParameter_1_UnityEngine_Vector4__Interp, (VolumeParameter_1_UnityEngine_Vector4_ * __this, Vector4 from, Vector4 to, float t, MethodInfo * method)); DO_APP_FUNC(0x01215BC0, void, VolumeParameter_1_UnityEngine_Vector4__Interp_1, (VolumeParameter_1_UnityEngine_Vector4_ * __this, VolumeParameter * from, VolumeParameter * to, float t, MethodInfo * method)); DO_APP_FUNC(0x01215CB0, void, VolumeParameter_1_UnityEngine_Vector4__Override, (VolumeParameter_1_UnityEngine_Vector4_ * __this, Vector4 x, MethodInfo * method)); DO_APP_FUNC(0x0101B4E0, void, VolumeParameter_1_UnityEngine_Vector4__SetValue, (VolumeParameter_1_UnityEngine_Vector4_ * __this, VolumeParameter * parameter, MethodInfo * method)); DO_APP_FUNC(0x01219190, String *, VolumeParameter_1_UnityEngine_Vector4__ToString, (VolumeParameter_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0097FCB0, Vector4, VolumeParameter_1_UnityEngine_Vector4__get_value, (VolumeParameter_1_UnityEngine_Vector4_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012192B0, bool, VolumeParameter_1_UnityEngine_Vector4__op_Equality, (VolumeParameter_1_UnityEngine_Vector4_ * lhs, Vector4 rhs, MethodInfo * method)); DO_APP_FUNC(0x0101B5A0, Vector4, VolumeParameter_1_UnityEngine_Vector4__op_Explicit, (VolumeParameter_1_UnityEngine_Vector4_ * prop, MethodInfo * method)); DO_APP_FUNC(0x01216170, bool, VolumeParameter_1_UnityEngine_Vector4__op_Inequality, (VolumeParameter_1_UnityEngine_Vector4_ * lhs, Vector4 rhs, MethodInfo * method)); DO_APP_FUNC(0x01215B90, void, VolumeParameter_1_UnityEngine_Vector4__set_value, (VolumeParameter_1_UnityEngine_Vector4_ * __this, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x0101B130, void, WeakReference_1_Object___ctor, (WeakReference_1_Object_ * __this, Object * target, MethodInfo * method)); DO_APP_FUNC(0x01219570, void, WeakReference_1_Object___ctor_1, (WeakReference_1_Object_ * __this, Object * target, bool trackResurrection, MethodInfo * method)); DO_APP_FUNC(0x012195A0, void, WeakReference_1_Object___ctor_2, (WeakReference_1_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DDC8, WeakReference_1_Object___ctor_2__MethodInfo); DO_APP_FUNC(0x01219980, void, WeakReference_1_Object__Finalize, (WeakReference_1_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012196D0, void, WeakReference_1_Object__GetObjectData, (WeakReference_1_Object_ * __this, SerializationInfo * info, StreamingContext context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DDD8, WeakReference_1_Object__GetObjectData__MethodInfo); DO_APP_FUNC(0x012197F0, void, WeakReference_1_Object__SetTarget, (WeakReference_1_Object_ * __this, Object * target, MethodInfo * method)); DO_APP_FUNC(0x01219800, bool, WeakReference_1_Object__TryGetTarget, (WeakReference_1_Object_ * __this, Object * * target, MethodInfo * method)); DO_APP_FUNC(0x012199E0, void, WebCompletionSource_1_System_ValueTuple_2__1__ctor, (WebCompletionSource_1_System_ValueTuple_2__1 * __this, bool runAsync, MethodInfo * method)); DO_APP_FUNC(0x0121A1E0, void, WebCompletionSource_1_System_ValueTuple_2__1_ThrowOnError, (WebCompletionSource_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01219D50, bool, WebCompletionSource_1_System_ValueTuple_2__1_TrySetCanceled, (WebCompletionSource_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01219E20, bool, WebCompletionSource_1_System_ValueTuple_2__1_TrySetCanceled_1, (WebCompletionSource_1_System_ValueTuple_2__1 * __this, OperationCanceledException * error, MethodInfo * method)); DO_APP_FUNC(0x01219C30, bool, WebCompletionSource_1_System_ValueTuple_2__1_TrySetCompleted, (WebCompletionSource_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01219B00, bool, WebCompletionSource_1_System_ValueTuple_2__1_TrySetCompleted_1, (WebCompletionSource_1_System_ValueTuple_2__1 * __this, ValueTuple_2_Boolean_Object_ argument, MethodInfo * method)); DO_APP_FUNC(0x0121A000, bool, WebCompletionSource_1_System_ValueTuple_2__1_TrySetException, (WebCompletionSource_1_System_ValueTuple_2__1 * __this, Exception * error, MethodInfo * method)); DO_APP_FUNC(0x0121A340, Task_1_System_ValueTuple_2_ *, WebCompletionSource_1_System_ValueTuple_2__1_WaitForCompletion, (WebCompletionSource_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, WebCompletionSource_1_T_Result_System_ValueTuple_2__1 *, WebCompletionSource_1_System_ValueTuple_2__1_get_CurrentResult, (WebCompletionSource_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01219AC0, WebCompletionSource_1_T_Status_System_ValueTuple_2__1 *, WebCompletionSource_1_System_ValueTuple_2__1_get_CurrentStatus, (WebCompletionSource_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, Task *, WebCompletionSource_1_System_ValueTuple_2__1_get_Task, (WebCompletionSource_1_System_ValueTuple_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x012199E0, void, WebCompletionSource_1_System_Object___ctor, (WebCompletionSource_1_System_Object_ * __this, bool runAsync, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF3D0, WebCompletionSource_1_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x0121A1E0, void, WebCompletionSource_1_System_Object__ThrowOnError, (WebCompletionSource_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC0C0, WebCompletionSource_1_System_Object__ThrowOnError__MethodInfo); DO_APP_FUNC(0x0121A600, bool, WebCompletionSource_1_System_Object__TrySetCanceled, (WebCompletionSource_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC430, WebCompletionSource_1_System_Object__TrySetCanceled__MethodInfo); DO_APP_FUNC(0x01219E20, bool, WebCompletionSource_1_System_Object__TrySetCanceled_1, (WebCompletionSource_1_System_Object_ * __this, OperationCanceledException * error, MethodInfo * method)); DO_APP_FUNC(0x01219C30, bool, WebCompletionSource_1_System_Object__TrySetCompleted, (WebCompletionSource_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC0B8, WebCompletionSource_1_System_Object__TrySetCompleted__MethodInfo); DO_APP_FUNC(0x0121A4E0, bool, WebCompletionSource_1_System_Object__TrySetCompleted_1, (WebCompletionSource_1_System_Object_ * __this, Object * argument, MethodInfo * method)); DO_APP_FUNC(0x0121A000, bool, WebCompletionSource_1_System_Object__TrySetException, (WebCompletionSource_1_System_Object_ * __this, Exception * error, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC158, WebCompletionSource_1_System_Object__TrySetException__MethodInfo); DO_APP_FUNC(0x0121A6D0, Task_1_System_Object_ *, WebCompletionSource_1_System_Object__WaitForCompletion, (WebCompletionSource_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEF38, WebCompletionSource_1_System_Object__WaitForCompletion__MethodInfo); DO_APP_FUNC(0x003B93D0, WebCompletionSource_1_T_Result_System_Object_ *, WebCompletionSource_1_System_Object__get_CurrentResult, (WebCompletionSource_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01219AC0, WebCompletionSource_1_T_Status_System_Object_ *, WebCompletionSource_1_System_Object__get_CurrentStatus, (WebCompletionSource_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01012970, Task *, WebCompletionSource_1_System_Object__get_Task, (WebCompletionSource_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDC190, WebCompletionSource_1_System_Object__get_Task__MethodInfo); DO_APP_FUNC(0x003BAE40, void, WhereObservable_1_TValue_Where_System_Object___ctor, (WhereObservable_1_TValue_Where_System_Object_ * __this, WhereObservable_1_System_Object_ * observable, IObserver_1_Object_ * observer, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, WhereObservable_1_TValue_Where_System_Object__OnCompleted, (WhereObservable_1_TValue_Where_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121A870, void, WhereObservable_1_TValue_Where_System_Object__OnError, (WhereObservable_1_TValue_Where_System_Object_ * __this, Exception * error, MethodInfo * method)); DO_APP_FUNC(0x0121A8C0, void, WhereObservable_1_TValue_Where_System_Object__OnNext, (WhereObservable_1_TValue_Where_System_Object_ * __this, Object * evt, MethodInfo * method)); DO_APP_FUNC(0x0121A970, void, Enumerable_WhereArrayIterator_1_System_Collections_Generic_KeyValuePair_2___ctor, (Enumerable_WhereArrayIterator_1_System_Collections_Generic_KeyValuePair_2_ * __this, KeyValuePair_2_System_Int32Enum_System_Object___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__2 * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121AA60, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__1 *, Enumerable_WhereArrayIterator_1_System_Collections_Generic_KeyValuePair_2__Clone, (Enumerable_WhereArrayIterator_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121AAF0, bool, Enumerable_WhereArrayIterator_1_System_Collections_Generic_KeyValuePair_2__MoveNext, (Enumerable_WhereArrayIterator_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121ABE0, IEnumerable_1_KeyValuePair_2_System_Int32Enum_System_Object_ *, Enumerable_WhereArrayIterator_1_System_Collections_Generic_KeyValuePair_2__Where, (Enumerable_WhereArrayIterator_1_System_Collections_Generic_KeyValuePair_2_ * __this, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__2 * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCDE0, IEnumerable_1_System_Object_ *, Enumerable_WhereArrayIterator_1_System_Collections_Generic_KeyValuePair_2__1_Select, (Enumerable_WhereArrayIterator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, Func_2_System_Collections_Generic_KeyValuePair_2_Object__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x0121A970, void, Enumerable_WhereArrayIterator_1_System_Collections_Generic_KeyValuePair_2__1__ctor, (Enumerable_WhereArrayIterator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, KeyValuePair_2_System_Object_System_Object___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121AA60, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__2 *, Enumerable_WhereArrayIterator_1_System_Collections_Generic_KeyValuePair_2__1_Clone, (Enumerable_WhereArrayIterator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0121ACA0, bool, Enumerable_WhereArrayIterator_1_System_Collections_Generic_KeyValuePair_2__1_MoveNext, (Enumerable_WhereArrayIterator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0121ABE0, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ *, Enumerable_WhereArrayIterator_1_System_Collections_Generic_KeyValuePair_2__1_Where, (Enumerable_WhereArrayIterator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121A970, void, Enumerable_WhereArrayIterator_1_System_Collections_Generic_KeyValuePair_2__2__ctor, (Enumerable_WhereArrayIterator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, KeyValuePair_2_System_UInt16_System_Object___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__4 * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121AA60, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__4 *, Enumerable_WhereArrayIterator_1_System_Collections_Generic_KeyValuePair_2__2_Clone, (Enumerable_WhereArrayIterator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0121AAF0, bool, Enumerable_WhereArrayIterator_1_System_Collections_Generic_KeyValuePair_2__2_MoveNext, (Enumerable_WhereArrayIterator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0121ABE0, IEnumerable_1_KeyValuePair_2_System_UInt16_System_Object_ *, Enumerable_WhereArrayIterator_1_System_Collections_Generic_KeyValuePair_2__2_Where, (Enumerable_WhereArrayIterator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__4 * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121A970, void, Enumerable_WhereArrayIterator_1_Pathfinding_Connection___ctor, (Enumerable_WhereArrayIterator_1_Pathfinding_Connection_ * __this, Connection__Array * source, Func_2_Pathfinding_Connection_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121AA60, Enumerable_Iterator_1_Pathfinding_Connection_ *, Enumerable_WhereArrayIterator_1_Pathfinding_Connection__Clone, (Enumerable_WhereArrayIterator_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121ACA0, bool, Enumerable_WhereArrayIterator_1_Pathfinding_Connection__MoveNext, (Enumerable_WhereArrayIterator_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121ABE0, IEnumerable_1_Pathfinding_Connection__1 *, Enumerable_WhereArrayIterator_1_Pathfinding_Connection__Where, (Enumerable_WhereArrayIterator_1_Pathfinding_Connection_ * __this, Func_2_Pathfinding_Connection_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCE80, IEnumerable_1_System_Int32_ *, Enumerable_WhereArrayIterator_1_System_Object__Select, (Enumerable_WhereArrayIterator_1_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCE80, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereArrayIterator_1_System_Object__Select_1, (Enumerable_WhereArrayIterator_1_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCE80, IEnumerable_1_System_Object_ *, Enumerable_WhereArrayIterator_1_System_Object__Select_2, (Enumerable_WhereArrayIterator_1_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCE80, IEnumerable_1_System_UInt32_ *, Enumerable_WhereArrayIterator_1_System_Object__Select_3, (Enumerable_WhereArrayIterator_1_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCE80, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereArrayIterator_1_System_Object__Select_4, (Enumerable_WhereArrayIterator_1_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCE80, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereArrayIterator_1_System_Object__Select_5, (Enumerable_WhereArrayIterator_1_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCE80, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereArrayIterator_1_System_Object__Select_6, (Enumerable_WhereArrayIterator_1_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCE80, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereArrayIterator_1_System_Object__Select_7, (Enumerable_WhereArrayIterator_1_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCE80, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereArrayIterator_1_System_Object__Select_8, (Enumerable_WhereArrayIterator_1_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x0121AD90, void, Enumerable_WhereArrayIterator_1_System_Object___ctor, (Enumerable_WhereArrayIterator_1_System_Object_ * __this, Object__Array * source, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121AE80, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereArrayIterator_1_System_Object__Clone, (Enumerable_WhereArrayIterator_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121AF10, bool, Enumerable_WhereArrayIterator_1_System_Object__MoveNext, (Enumerable_WhereArrayIterator_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121AFF0, IEnumerable_1_System_Object_ *, Enumerable_WhereArrayIterator_1_System_Object__Where, (Enumerable_WhereArrayIterator_1_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121A970, void, Enumerable_WhereArrayIterator_1_UnityEngine_Vector3___ctor, (Enumerable_WhereArrayIterator_1_UnityEngine_Vector3_ * __this, Vector3__Array * source, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121AA60, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereArrayIterator_1_UnityEngine_Vector3__Clone, (Enumerable_WhereArrayIterator_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121B0B0, bool, Enumerable_WhereArrayIterator_1_UnityEngine_Vector3__MoveNext, (Enumerable_WhereArrayIterator_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121ABE0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereArrayIterator_1_UnityEngine_Vector3__Where, (Enumerable_WhereArrayIterator_1_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121A970, void, Enumerable_WhereArrayIterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus___ctor, (Enumerable_WhereArrayIterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, X509ChainStatus__Array * source, Func_2_System_Security_Cryptography_X509Certificates_X509ChainStatus_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121AA60, Enumerable_Iterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ *, Enumerable_WhereArrayIterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Clone, (Enumerable_WhereArrayIterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121AAF0, bool, Enumerable_WhereArrayIterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__MoveNext, (Enumerable_WhereArrayIterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121ABE0, IEnumerable_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ *, Enumerable_WhereArrayIterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Where, (Enumerable_WhereArrayIterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Func_2_System_Security_Cryptography_X509Certificates_X509ChainStatus_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121B1B0, void, Enumerable_WhereArrayIterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor, (Enumerable_WhereArrayIterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, InputControlLayout_ControlItem__Array * source, Func_2_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121B2A0, Enumerable_Iterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, Enumerable_WhereArrayIterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Clone, (Enumerable_WhereArrayIterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121B340, bool, Enumerable_WhereArrayIterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__MoveNext, (Enumerable_WhereArrayIterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121B540, IEnumerable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, Enumerable_WhereArrayIterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Where, (Enumerable_WhereArrayIterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Func_2_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCF20, IEnumerable_1_System_Object_ *, Enumerable_WhereArrayIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Select, (Enumerable_WhereArrayIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x0121B600, void, Enumerable_WhereArrayIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb___ctor, (Enumerable_WhereArrayIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121B6F0, Enumerable_Iterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ *, Enumerable_WhereArrayIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Clone, (Enumerable_WhereArrayIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121B780, bool, Enumerable_WhereArrayIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__MoveNext, (Enumerable_WhereArrayIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121B900, IEnumerable_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ *, Enumerable_WhereArrayIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Where, (Enumerable_WhereArrayIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121A970, void, Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2___ctor, (Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2_ * __this, IEnumerable_1_KeyValuePair_2_System_Int32Enum_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__2 * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121AA60, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__1 *, Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2__Clone, (Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121B9C0, void, Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2__Dispose, (Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121BA90, bool, Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2__MoveNext, (Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121BCE0, IEnumerable_1_KeyValuePair_2_System_Int32Enum_System_Object_ *, Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2__Where, (Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2_ * __this, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__2 * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCDE0, IEnumerable_1_System_Object_ *, Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2__1_Select, (Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, Func_2_System_Collections_Generic_KeyValuePair_2_Object__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x0121A970, void, Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2__1__ctor, (Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121AA60, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__2 *, Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2__1_Clone, (Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0121BDA0, void, Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2__1_Dispose, (Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0121BE70, bool, Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2__1_MoveNext, (Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0121BCE0, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ *, Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2__1_Where, (Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121A970, void, Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2__2__ctor, (Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, IEnumerable_1_KeyValuePair_2_System_UInt16_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__4 * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121AA60, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__4 *, Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2__2_Clone, (Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0121C0C0, void, Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2__2_Dispose, (Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0121C190, bool, Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2__2_MoveNext, (Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0121BCE0, IEnumerable_1_KeyValuePair_2_System_UInt16_System_Object_ *, Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2__2_Where, (Enumerable_WhereEnumerableIterator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__4 * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121A970, void, Enumerable_WhereEnumerableIterator_1_Pathfinding_Connection___ctor, (Enumerable_WhereEnumerableIterator_1_Pathfinding_Connection_ * __this, IEnumerable_1_Pathfinding_Connection__1 * source, Func_2_Pathfinding_Connection_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121AA60, Enumerable_Iterator_1_Pathfinding_Connection_ *, Enumerable_WhereEnumerableIterator_1_Pathfinding_Connection__Clone, (Enumerable_WhereEnumerableIterator_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121C3E0, void, Enumerable_WhereEnumerableIterator_1_Pathfinding_Connection__Dispose, (Enumerable_WhereEnumerableIterator_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121C4B0, bool, Enumerable_WhereEnumerableIterator_1_Pathfinding_Connection__MoveNext, (Enumerable_WhereEnumerableIterator_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121BCE0, IEnumerable_1_Pathfinding_Connection__1 *, Enumerable_WhereEnumerableIterator_1_Pathfinding_Connection__Where, (Enumerable_WhereEnumerableIterator_1_Pathfinding_Connection_ * __this, Func_2_Pathfinding_Connection_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCE80, IEnumerable_1_System_Object_ *, Enumerable_WhereEnumerableIterator_1_System_Int32__Select, (Enumerable_WhereEnumerableIterator_1_System_Int32_ * __this, Func_2_Int32_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x0121AD90, void, Enumerable_WhereEnumerableIterator_1_System_Int32___ctor, (Enumerable_WhereEnumerableIterator_1_System_Int32_ * __this, IEnumerable_1_System_Int32_ * source, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121AE80, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereEnumerableIterator_1_System_Int32__Clone, (Enumerable_WhereEnumerableIterator_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121C700, void, Enumerable_WhereEnumerableIterator_1_System_Int32__Dispose, (Enumerable_WhereEnumerableIterator_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121C7D0, bool, Enumerable_WhereEnumerableIterator_1_System_Int32__MoveNext, (Enumerable_WhereEnumerableIterator_1_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121C990, IEnumerable_1_System_Int32_ *, Enumerable_WhereEnumerableIterator_1_System_Int32__Where, (Enumerable_WhereEnumerableIterator_1_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCDE0, IEnumerable_1_System_Object_ *, Enumerable_WhereEnumerableIterator_1_UnityEngine_InputSystem_Utilities_InternedString__Select, (Enumerable_WhereEnumerableIterator_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x0121A970, void, Enumerable_WhereEnumerableIterator_1_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereEnumerableIterator_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * source, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121AA60, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereEnumerableIterator_1_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereEnumerableIterator_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121CA50, void, Enumerable_WhereEnumerableIterator_1_UnityEngine_InputSystem_Utilities_InternedString__Dispose, (Enumerable_WhereEnumerableIterator_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121CB20, bool, Enumerable_WhereEnumerableIterator_1_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereEnumerableIterator_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121BCE0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereEnumerableIterator_1_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereEnumerableIterator_1_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCE80, IEnumerable_1_System_Int32_ *, Enumerable_WhereEnumerableIterator_1_System_Object__Select, (Enumerable_WhereEnumerableIterator_1_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCE80, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereEnumerableIterator_1_System_Object__Select_1, (Enumerable_WhereEnumerableIterator_1_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCE80, IEnumerable_1_System_Object_ *, Enumerable_WhereEnumerableIterator_1_System_Object__Select_2, (Enumerable_WhereEnumerableIterator_1_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCE80, IEnumerable_1_System_UInt32_ *, Enumerable_WhereEnumerableIterator_1_System_Object__Select_3, (Enumerable_WhereEnumerableIterator_1_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCE80, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereEnumerableIterator_1_System_Object__Select_4, (Enumerable_WhereEnumerableIterator_1_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCE80, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereEnumerableIterator_1_System_Object__Select_5, (Enumerable_WhereEnumerableIterator_1_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCE80, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereEnumerableIterator_1_System_Object__Select_6, (Enumerable_WhereEnumerableIterator_1_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCE80, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereEnumerableIterator_1_System_Object__Select_7, (Enumerable_WhereEnumerableIterator_1_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCE80, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereEnumerableIterator_1_System_Object__Select_8, (Enumerable_WhereEnumerableIterator_1_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x0121AD90, void, Enumerable_WhereEnumerableIterator_1_System_Object___ctor, (Enumerable_WhereEnumerableIterator_1_System_Object_ * __this, IEnumerable_1_System_Object_ * source, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121AE80, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereEnumerableIterator_1_System_Object__Clone, (Enumerable_WhereEnumerableIterator_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121CD00, void, Enumerable_WhereEnumerableIterator_1_System_Object__Dispose, (Enumerable_WhereEnumerableIterator_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121CDD0, bool, Enumerable_WhereEnumerableIterator_1_System_Object__MoveNext, (Enumerable_WhereEnumerableIterator_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121C990, IEnumerable_1_System_Object_ *, Enumerable_WhereEnumerableIterator_1_System_Object__Where, (Enumerable_WhereEnumerableIterator_1_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121AD90, void, Enumerable_WhereEnumerableIterator_1_Steamworks_SteamItemDef_t___ctor, (Enumerable_WhereEnumerableIterator_1_Steamworks_SteamItemDef_t_ * __this, IEnumerable_1_Steamworks_SteamItemDef_t_ * source, Func_2_Steamworks_SteamItemDef_t_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121AE80, Enumerable_Iterator_1_Steamworks_SteamItemDef_t_ *, Enumerable_WhereEnumerableIterator_1_Steamworks_SteamItemDef_t__Clone, (Enumerable_WhereEnumerableIterator_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121CFA0, void, Enumerable_WhereEnumerableIterator_1_Steamworks_SteamItemDef_t__Dispose, (Enumerable_WhereEnumerableIterator_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121D070, bool, Enumerable_WhereEnumerableIterator_1_Steamworks_SteamItemDef_t__MoveNext, (Enumerable_WhereEnumerableIterator_1_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121C990, IEnumerable_1_Steamworks_SteamItemDef_t_ *, Enumerable_WhereEnumerableIterator_1_Steamworks_SteamItemDef_t__Where, (Enumerable_WhereEnumerableIterator_1_Steamworks_SteamItemDef_t_ * __this, Func_2_Steamworks_SteamItemDef_t_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121AD90, void, Enumerable_WhereEnumerableIterator_1_System_UInt32___ctor, (Enumerable_WhereEnumerableIterator_1_System_UInt32_ * __this, IEnumerable_1_System_UInt32_ * source, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121AE80, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereEnumerableIterator_1_System_UInt32__Clone, (Enumerable_WhereEnumerableIterator_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121D230, void, Enumerable_WhereEnumerableIterator_1_System_UInt32__Dispose, (Enumerable_WhereEnumerableIterator_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121D300, bool, Enumerable_WhereEnumerableIterator_1_System_UInt32__MoveNext, (Enumerable_WhereEnumerableIterator_1_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121C990, IEnumerable_1_System_UInt32_ *, Enumerable_WhereEnumerableIterator_1_System_UInt32__Where, (Enumerable_WhereEnumerableIterator_1_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCE80, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereEnumerableIterator_1_UnityEngine_Vector2__Select, (Enumerable_WhereEnumerableIterator_1_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x0121AD90, void, Enumerable_WhereEnumerableIterator_1_UnityEngine_Vector2___ctor, (Enumerable_WhereEnumerableIterator_1_UnityEngine_Vector2_ * __this, IEnumerable_1_UnityEngine_Vector2_ * source, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121AE80, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereEnumerableIterator_1_UnityEngine_Vector2__Clone, (Enumerable_WhereEnumerableIterator_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121D4C0, void, Enumerable_WhereEnumerableIterator_1_UnityEngine_Vector2__Dispose, (Enumerable_WhereEnumerableIterator_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121D590, bool, Enumerable_WhereEnumerableIterator_1_UnityEngine_Vector2__MoveNext, (Enumerable_WhereEnumerableIterator_1_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121C990, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereEnumerableIterator_1_UnityEngine_Vector2__Where, (Enumerable_WhereEnumerableIterator_1_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121A970, void, Enumerable_WhereEnumerableIterator_1_UnityEngine_Vector3___ctor, (Enumerable_WhereEnumerableIterator_1_UnityEngine_Vector3_ * __this, IEnumerable_1_UnityEngine_Vector3_ * source, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121AA60, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereEnumerableIterator_1_UnityEngine_Vector3__Clone, (Enumerable_WhereEnumerableIterator_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121D770, void, Enumerable_WhereEnumerableIterator_1_UnityEngine_Vector3__Dispose, (Enumerable_WhereEnumerableIterator_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121D840, bool, Enumerable_WhereEnumerableIterator_1_UnityEngine_Vector3__MoveNext, (Enumerable_WhereEnumerableIterator_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121BCE0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereEnumerableIterator_1_UnityEngine_Vector3__Where, (Enumerable_WhereEnumerableIterator_1_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121A970, void, Enumerable_WhereEnumerableIterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus___ctor, (Enumerable_WhereEnumerableIterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, IEnumerable_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * source, Func_2_System_Security_Cryptography_X509Certificates_X509ChainStatus_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121AA60, Enumerable_Iterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ *, Enumerable_WhereEnumerableIterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Clone, (Enumerable_WhereEnumerableIterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121DA30, void, Enumerable_WhereEnumerableIterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Dispose, (Enumerable_WhereEnumerableIterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121DB00, bool, Enumerable_WhereEnumerableIterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__MoveNext, (Enumerable_WhereEnumerableIterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121BCE0, IEnumerable_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ *, Enumerable_WhereEnumerableIterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Where, (Enumerable_WhereEnumerableIterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Func_2_System_Security_Cryptography_X509Certificates_X509ChainStatus_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121DD50, void, Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * source, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121DE40, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121DED0, void, Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Dispose, (Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121DFA0, bool, Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121E1A0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121B1B0, void, Enumerable_WhereEnumerableIterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor, (Enumerable_WhereEnumerableIterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, IEnumerable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * source, Func_2_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121B2A0, Enumerable_Iterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, Enumerable_WhereEnumerableIterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Clone, (Enumerable_WhereEnumerableIterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121E260, void, Enumerable_WhereEnumerableIterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Dispose, (Enumerable_WhereEnumerableIterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121E330, bool, Enumerable_WhereEnumerableIterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__MoveNext, (Enumerable_WhereEnumerableIterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121E6B0, IEnumerable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, Enumerable_WhereEnumerableIterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Where, (Enumerable_WhereEnumerableIterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Func_2_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCF20, IEnumerable_1_System_Object_ *, Enumerable_WhereEnumerableIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Select, (Enumerable_WhereEnumerableIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x0121B600, void, Enumerable_WhereEnumerableIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb___ctor, (Enumerable_WhereEnumerableIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, IEnumerable_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121B6F0, Enumerable_Iterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ *, Enumerable_WhereEnumerableIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Clone, (Enumerable_WhereEnumerableIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121E770, void, Enumerable_WhereEnumerableIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Dispose, (Enumerable_WhereEnumerableIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121E840, bool, Enumerable_WhereEnumerableIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__MoveNext, (Enumerable_WhereEnumerableIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121EAB0, IEnumerable_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ *, Enumerable_WhereEnumerableIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Where, (Enumerable_WhereEnumerableIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121EB70, void, Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * source, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121EC60, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121ECF0, void, Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Dispose, (Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121EDC0, bool, Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121EFD0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121F090, void, Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * source, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121F180, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121F210, void, Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Dispose, (Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121F2E0, bool, Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121F520, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereEnumerableIterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121A970, void, Enumerable_WhereListIterator_1_System_Collections_Generic_KeyValuePair_2___ctor, (Enumerable_WhereListIterator_1_System_Collections_Generic_KeyValuePair_2_ * __this, List_1_KeyValuePair_2_System_Int32Enum_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__2 * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121AA60, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__1 *, Enumerable_WhereListIterator_1_System_Collections_Generic_KeyValuePair_2__Clone, (Enumerable_WhereListIterator_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121F5E0, bool, Enumerable_WhereListIterator_1_System_Collections_Generic_KeyValuePair_2__MoveNext, (Enumerable_WhereListIterator_1_System_Collections_Generic_KeyValuePair_2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121F760, IEnumerable_1_KeyValuePair_2_System_Int32Enum_System_Object_ *, Enumerable_WhereListIterator_1_System_Collections_Generic_KeyValuePair_2__Where, (Enumerable_WhereListIterator_1_System_Collections_Generic_KeyValuePair_2_ * __this, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__2 * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCDE0, IEnumerable_1_System_Object_ *, Enumerable_WhereListIterator_1_System_Collections_Generic_KeyValuePair_2__1_Select, (Enumerable_WhereListIterator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, Func_2_System_Collections_Generic_KeyValuePair_2_Object__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x0121A970, void, Enumerable_WhereListIterator_1_System_Collections_Generic_KeyValuePair_2__1__ctor, (Enumerable_WhereListIterator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, List_1_KeyValuePair_2_System_Object_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121AA60, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__2 *, Enumerable_WhereListIterator_1_System_Collections_Generic_KeyValuePair_2__1_Clone, (Enumerable_WhereListIterator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0121F820, bool, Enumerable_WhereListIterator_1_System_Collections_Generic_KeyValuePair_2__1_MoveNext, (Enumerable_WhereListIterator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0121F760, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ *, Enumerable_WhereListIterator_1_System_Collections_Generic_KeyValuePair_2__1_Where, (Enumerable_WhereListIterator_1_System_Collections_Generic_KeyValuePair_2__1 * __this, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121A970, void, Enumerable_WhereListIterator_1_System_Collections_Generic_KeyValuePair_2__2__ctor, (Enumerable_WhereListIterator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, List_1_KeyValuePair_2_System_UInt16_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__4 * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121AA60, Enumerable_Iterator_1_System_Collections_Generic_KeyValuePair_2__4 *, Enumerable_WhereListIterator_1_System_Collections_Generic_KeyValuePair_2__2_Clone, (Enumerable_WhereListIterator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0121F5E0, bool, Enumerable_WhereListIterator_1_System_Collections_Generic_KeyValuePair_2__2_MoveNext, (Enumerable_WhereListIterator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0121F760, IEnumerable_1_KeyValuePair_2_System_UInt16_System_Object_ *, Enumerable_WhereListIterator_1_System_Collections_Generic_KeyValuePair_2__2_Where, (Enumerable_WhereListIterator_1_System_Collections_Generic_KeyValuePair_2__2 * __this, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__4 * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121A970, void, Enumerable_WhereListIterator_1_Pathfinding_Connection___ctor, (Enumerable_WhereListIterator_1_Pathfinding_Connection_ * __this, List_1_Pathfinding_Connection_ * source, Func_2_Pathfinding_Connection_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121AA60, Enumerable_Iterator_1_Pathfinding_Connection_ *, Enumerable_WhereListIterator_1_Pathfinding_Connection__Clone, (Enumerable_WhereListIterator_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121F820, bool, Enumerable_WhereListIterator_1_Pathfinding_Connection__MoveNext, (Enumerable_WhereListIterator_1_Pathfinding_Connection_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121F760, IEnumerable_1_Pathfinding_Connection__1 *, Enumerable_WhereListIterator_1_Pathfinding_Connection__Where, (Enumerable_WhereListIterator_1_Pathfinding_Connection_ * __this, Func_2_Pathfinding_Connection_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCE80, IEnumerable_1_System_Int32_ *, Enumerable_WhereListIterator_1_System_Object__Select, (Enumerable_WhereListIterator_1_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCE80, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereListIterator_1_System_Object__Select_1, (Enumerable_WhereListIterator_1_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCE80, IEnumerable_1_System_Object_ *, Enumerable_WhereListIterator_1_System_Object__Select_2, (Enumerable_WhereListIterator_1_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCE80, IEnumerable_1_System_UInt32_ *, Enumerable_WhereListIterator_1_System_Object__Select_3, (Enumerable_WhereListIterator_1_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCE80, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereListIterator_1_System_Object__Select_4, (Enumerable_WhereListIterator_1_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCE80, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereListIterator_1_System_Object__Select_5, (Enumerable_WhereListIterator_1_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCE80, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereListIterator_1_System_Object__Select_6, (Enumerable_WhereListIterator_1_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCE80, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereListIterator_1_System_Object__Select_7, (Enumerable_WhereListIterator_1_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCE80, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereListIterator_1_System_Object__Select_8, (Enumerable_WhereListIterator_1_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x0121AD90, void, Enumerable_WhereListIterator_1_System_Object___ctor, (Enumerable_WhereListIterator_1_System_Object_ * __this, List_1_System_Object_ * source, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121AE80, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereListIterator_1_System_Object__Clone, (Enumerable_WhereListIterator_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121F9A0, bool, Enumerable_WhereListIterator_1_System_Object__MoveNext, (Enumerable_WhereListIterator_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121FB00, IEnumerable_1_System_Object_ *, Enumerable_WhereListIterator_1_System_Object__Where, (Enumerable_WhereListIterator_1_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121A970, void, Enumerable_WhereListIterator_1_UnityEngine_Vector3___ctor, (Enumerable_WhereListIterator_1_UnityEngine_Vector3_ * __this, List_1_UnityEngine_Vector3_ * source, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121AA60, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereListIterator_1_UnityEngine_Vector3__Clone, (Enumerable_WhereListIterator_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121FBC0, bool, Enumerable_WhereListIterator_1_UnityEngine_Vector3__MoveNext, (Enumerable_WhereListIterator_1_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121F760, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereListIterator_1_UnityEngine_Vector3__Where, (Enumerable_WhereListIterator_1_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121A970, void, Enumerable_WhereListIterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus___ctor, (Enumerable_WhereListIterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, List_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * source, Func_2_System_Security_Cryptography_X509Certificates_X509ChainStatus_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121AA60, Enumerable_Iterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ *, Enumerable_WhereListIterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Clone, (Enumerable_WhereListIterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121F5E0, bool, Enumerable_WhereListIterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__MoveNext, (Enumerable_WhereListIterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121F760, IEnumerable_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ *, Enumerable_WhereListIterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus__Where, (Enumerable_WhereListIterator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * __this, Func_2_System_Security_Cryptography_X509Certificates_X509ChainStatus_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121B1B0, void, Enumerable_WhereListIterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor, (Enumerable_WhereListIterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, List_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * source, Func_2_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121B2A0, Enumerable_Iterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, Enumerable_WhereListIterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Clone, (Enumerable_WhereListIterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0121FD40, bool, Enumerable_WhereListIterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__MoveNext, (Enumerable_WhereListIterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220150, IEnumerable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, Enumerable_WhereListIterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Where, (Enumerable_WhereListIterator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * __this, Func_2_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCF20, IEnumerable_1_System_Object_ *, Enumerable_WhereListIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Select, (Enumerable_WhereListIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x0121B600, void, Enumerable_WhereListIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb___ctor, (Enumerable_WhereListIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x0121B6F0, Enumerable_Iterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ *, Enumerable_WhereListIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Clone, (Enumerable_WhereListIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220210, bool, Enumerable_WhereListIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__MoveNext, (Enumerable_WhereListIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220470, IEnumerable_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ *, Enumerable_WhereListIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Where, (Enumerable_WhereListIterator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * __this, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, WhereObservable_1_System_Object___ctor, (WhereObservable_1_System_Object_ * __this, IObservable_1_Object_ * source, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x010A32C0, IDisposable *, WhereObservable_1_System_Object__Subscribe, (WhereObservable_1_System_Object_ * __this, IObserver_1_Object_ * observer, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32___ctor, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32_ * __this, KeyValuePair_2_System_Guid_System_Object___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__Clone, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220730, bool, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__Where, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_ * __this, KeyValuePair_2_System_Guid_System_Object___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220B00, bool, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Select, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Select_1, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Select_2, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Select_3, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Select_4, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Select_5, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Select_6, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Select_7, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Select_8, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object___ctor, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, KeyValuePair_2_System_Guid_System_Object___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Clone, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220C50, bool, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Where, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32___ctor, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32_ * __this, KeyValuePair_2_System_Guid_System_Object___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__Clone, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220730, bool, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__Where, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2_ * __this, KeyValuePair_2_System_Guid_System_Object___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220DA0, bool, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__Where, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3_ * __this, KeyValuePair_2_System_Guid_System_Object___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220EF0, bool, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__Where, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, KeyValuePair_2_System_Guid_System_Object___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01221240, bool, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, KeyValuePair_2_System_Guid_System_Object___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012215B0, bool, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, KeyValuePair_2_System_Guid_System_Object___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01221920, bool, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__1__ctor, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__1 * __this, KeyValuePair_2_System_Object_System_Object___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Int32__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__1_Clone, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01221AA0, bool, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__1_MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__1_Where, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__1 * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1__ctor, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1 * __this, KeyValuePair_2_System_Object_System_Object___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1_Clone, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01221BC0, bool, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1_MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1_Where, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1 * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Select, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Select_1, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Select_2, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Select_3, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Select_4, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Select_5, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Select_6, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Select_7, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Select_8, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1__ctor, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, KeyValuePair_2_System_Object_System_Object___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Object__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Clone, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01221CF0, bool, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Where, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__1__ctor, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__1 * __this, KeyValuePair_2_System_Object_System_Object___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UInt32__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__1_Clone, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01221AA0, bool, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__1_MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__1_Where, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__1 * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1__ctor, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1 * __this, KeyValuePair_2_System_Object_System_Object___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1_Clone, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01221E10, bool, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1_MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1_Where, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1 * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1__ctor, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1 * __this, KeyValuePair_2_System_Object_System_Object___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1_Clone, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01221F30, bool, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1_MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1_Where, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1 * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1__ctor, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1 * __this, KeyValuePair_2_System_Object_System_Object___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1_Clone, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01222060, bool, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1_MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1_Where, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1 * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1__ctor, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1 * __this, KeyValuePair_2_System_Object_System_Object___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1_Clone, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x012221A0, bool, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1_MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1_Where, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1 * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1__ctor, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1 * __this, KeyValuePair_2_System_Object_System_Object___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1_Clone, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x012222E0, bool, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1_MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1_Where, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1 * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__2__ctor, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__2 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Int32__2 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__2_Clone, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01222420, bool, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__2_MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__2_Where, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__2 * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2__ctor, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2_Clone, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x012225E0, bool, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2_MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2_Where, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2 * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Select, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Select_1, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Select_2, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Select_3, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Select_4, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Select_5, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Select_6, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Select_7, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Select_8, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2__ctor, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Object__2 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Clone, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x012227B0, bool, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Where, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__2__ctor, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__2 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UInt32__2 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__2_Clone, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01222420, bool, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__2_MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__2_Where, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__2 * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2__ctor, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2_Clone, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01222980, bool, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2_MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2_Where, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2 * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2__ctor, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__3 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2_Clone, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01222B30, bool, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2_MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2_Where, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2 * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2__ctor, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2 * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2_Clone, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01222D00, bool, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2_MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2_Where, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2 * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2__ctor, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2 * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2_Clone, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01222ED0, bool, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2_MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2_Where, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2 * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2__ctor, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2 * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2 * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2_Clone, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x012230B0, bool, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2_MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2_Where, (Enumerable_WhereSelectArrayIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2 * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Int32___ctor, (Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Int32_ * __this, Int32__Array * source, Func_2_Int32_Boolean_ * predicate, Func_2_Int32_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Int32__Clone, (Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01223290, bool, Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Int32__MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Int32__Where, (Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectArrayIterator_2_System_Int32_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectArrayIterator_2_System_Int32_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Int32__Array * source, Func_2_Int32_Boolean_ * predicate, Func_2_Int32_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectArrayIterator_2_System_Int32_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01223390, bool, Enumerable_WhereSelectArrayIterator_2_System_Int32_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Int32_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectArrayIterator_2_System_Int32_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Object__Select, (Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Object__Select_1, (Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Object__Select_2, (Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Object__Select_3, (Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Object__Select_4, (Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Object__Select_5, (Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Object__Select_6, (Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Object__Select_7, (Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Object__Select_8, (Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Object___ctor, (Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Object_ * __this, Int32__Array * source, Func_2_Int32_Boolean_ * predicate, Func_2_Int32_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Object__Clone, (Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012234A0, bool, Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Object__MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Object__Where, (Enumerable_WhereSelectArrayIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_System_Int32_System_UInt32___ctor, (Enumerable_WhereSelectArrayIterator_2_System_Int32_System_UInt32_ * __this, Int32__Array * source, Func_2_Int32_Boolean_ * predicate, Func_2_Int32_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32_System_UInt32__Clone, (Enumerable_WhereSelectArrayIterator_2_System_Int32_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01223290, bool, Enumerable_WhereSelectArrayIterator_2_System_Int32_System_UInt32__MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Int32_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32_System_UInt32__Where, (Enumerable_WhereSelectArrayIterator_2_System_Int32_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_System_Int32_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectArrayIterator_2_System_Int32_UnityEngine_Vector2_ * __this, Int32__Array * source, Func_2_Int32_Boolean_ * predicate, Func_2_Int32_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectArrayIterator_2_System_Int32_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012235B0, bool, Enumerable_WhereSelectArrayIterator_2_System_Int32_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Int32_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32_UnityEngine_Vector2__Where, (Enumerable_WhereSelectArrayIterator_2_System_Int32_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectArrayIterator_2_System_Int32_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectArrayIterator_2_System_Int32_UnityEngine_Vector3_ * __this, Int32__Array * source, Func_2_Int32_Boolean_ * predicate, Func_2_Int32_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectArrayIterator_2_System_Int32_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012236C0, bool, Enumerable_WhereSelectArrayIterator_2_System_Int32_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Int32_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32_UnityEngine_Vector3__Where, (Enumerable_WhereSelectArrayIterator_2_System_Int32_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectArrayIterator_2_System_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectArrayIterator_2_System_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Int32__Array * source, Func_2_Int32_Boolean_ * predicate, Func_2_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectArrayIterator_2_System_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012237D0, bool, Enumerable_WhereSelectArrayIterator_2_System_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectArrayIterator_2_System_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectArrayIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectArrayIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Int32__Array * source, Func_2_Int32_Boolean_ * predicate, Func_2_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectArrayIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012238F0, bool, Enumerable_WhereSelectArrayIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectArrayIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectArrayIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectArrayIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Int32__Array * source, Func_2_Int32_Boolean_ * predicate, Func_2_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectArrayIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01223A10, bool, Enumerable_WhereSelectArrayIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectArrayIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32Enum_System_Int32__Select, (Enumerable_WhereSelectArrayIterator_2_System_Int32Enum_System_Int32_ * __this, Func_2_Int32_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_System_Int32Enum_System_Int32___ctor, (Enumerable_WhereSelectArrayIterator_2_System_Int32Enum_System_Int32_ * __this, Int32Enum__Enum__Array * source, Func_2_Int32Enum_Boolean_ * predicate, Func_2_Int32Enum_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32Enum_System_Int32__Clone, (Enumerable_WhereSelectArrayIterator_2_System_Int32Enum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01223290, bool, Enumerable_WhereSelectArrayIterator_2_System_Int32Enum_System_Int32__MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Int32Enum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32Enum_System_Int32__Where, (Enumerable_WhereSelectArrayIterator_2_System_Int32Enum_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_System_Int32Enum_System_Object___ctor, (Enumerable_WhereSelectArrayIterator_2_System_Int32Enum_System_Object_ * __this, Int32Enum__Enum__Array * source, Func_2_Int32Enum_Boolean_ * predicate, Func_2_Int32Enum_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32Enum_System_Object__Clone, (Enumerable_WhereSelectArrayIterator_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012234A0, bool, Enumerable_WhereSelectArrayIterator_2_System_Int32Enum_System_Object__MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_System_Int32Enum_System_Object__Where, (Enumerable_WhereSelectArrayIterator_2_System_Int32Enum_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Int32___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Int32_ * __this, InternedString__Array * source, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Int32__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01221AA0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Int32__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Int32__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, InternedString__Array * source, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01221BC0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Select, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Select_1, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Select_2, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Select_3, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Select_4, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Select_5, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Select_6, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Select_7, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Select_8, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, InternedString__Array * source, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01221CF0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_UInt32___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_UInt32_ * __this, InternedString__Array * source, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_InternedString_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_UInt32__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01221AA0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_UInt32__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_UInt32__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2_ * __this, InternedString__Array * source, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01221E10, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3_ * __this, InternedString__Array * source, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01221F30, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, InternedString__Array * source, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01222060, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, InternedString__Array * source, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012221A0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, InternedString__Array * source, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012222E0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Int32___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Int32_ * __this, NameAndParameters__Array * source, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Int32__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220730, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Int32__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Int32__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString_ * __this, NameAndParameters__Array * source, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220B00, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Select, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Select_1, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Select_2, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Select_3, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Select_4, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Select_5, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Select_6, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Select_7, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Select_8, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, NameAndParameters__Array * source, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220C50, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_UInt32___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_UInt32_ * __this, NameAndParameters__Array * source, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_UInt32__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220730, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_UInt32__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_UInt32__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2_ * __this, NameAndParameters__Array * source, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220DA0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3_ * __this, NameAndParameters__Array * source, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220EF0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, NameAndParameters__Array * source, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01221240, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, NameAndParameters__Array * source, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012215B0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, NameAndParameters__Array * source, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01221920, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Int32___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Int32_ * __this, NamedValue__Array * source, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Int32__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220730, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Int32__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Int32__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, NamedValue__Array * source, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220B00, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Select, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Select_1, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Select_2, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Select_3, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Select_4, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Select_5, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Select_6, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Select_7, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Select_8, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, NamedValue__Array * source, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220C50, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_UInt32___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_UInt32_ * __this, NamedValue__Array * source, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_UInt32__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220730, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_UInt32__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_UInt32__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2_ * __this, NamedValue__Array * source, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220DA0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3_ * __this, NamedValue__Array * source, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220EF0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, NamedValue__Array * source, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01221240, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, NamedValue__Array * source, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012215B0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, NamedValue__Array * source, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01221920, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_System_Int32__Select, (Enumerable_WhereSelectArrayIterator_2_System_Object_System_Int32_ * __this, Func_2_Int32_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_System_Object_System_Int32___ctor, (Enumerable_WhereSelectArrayIterator_2_System_Object_System_Int32_ * __this, Object__Array * source, Func_2_Object_Boolean_ * predicate, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_System_Int32__Clone, (Enumerable_WhereSelectArrayIterator_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01223B40, bool, Enumerable_WhereSelectArrayIterator_2_System_Object_System_Int32__MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_System_Int32__Where, (Enumerable_WhereSelectArrayIterator_2_System_Object_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBD070, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString__Select, (Enumerable_WhereSelectArrayIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectArrayIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectArrayIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Object__Array * source, Func_2_Object_Boolean_ * predicate, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectArrayIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01223C40, bool, Enumerable_WhereSelectArrayIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectArrayIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_System_Object__Select, (Enumerable_WhereSelectArrayIterator_2_System_Object_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_System_Object__Select_1, (Enumerable_WhereSelectArrayIterator_2_System_Object_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_System_Object__Select_2, (Enumerable_WhereSelectArrayIterator_2_System_Object_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_System_Object__Select_3, (Enumerable_WhereSelectArrayIterator_2_System_Object_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_System_Object__Select_4, (Enumerable_WhereSelectArrayIterator_2_System_Object_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_System_Object__Select_5, (Enumerable_WhereSelectArrayIterator_2_System_Object_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_System_Object__Select_6, (Enumerable_WhereSelectArrayIterator_2_System_Object_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_System_Object__Select_7, (Enumerable_WhereSelectArrayIterator_2_System_Object_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_System_Object__Select_8, (Enumerable_WhereSelectArrayIterator_2_System_Object_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_System_Object_System_Object___ctor, (Enumerable_WhereSelectArrayIterator_2_System_Object_System_Object_ * __this, Object__Array * source, Func_2_Object_Boolean_ * predicate, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_System_Object__Clone, (Enumerable_WhereSelectArrayIterator_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01223D60, bool, Enumerable_WhereSelectArrayIterator_2_System_Object_System_Object__MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_System_Object__Where, (Enumerable_WhereSelectArrayIterator_2_System_Object_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_System_Object_System_UInt32___ctor, (Enumerable_WhereSelectArrayIterator_2_System_Object_System_UInt32_ * __this, Object__Array * source, Func_2_Object_Boolean_ * predicate, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_System_UInt32__Clone, (Enumerable_WhereSelectArrayIterator_2_System_Object_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01223B40, bool, Enumerable_WhereSelectArrayIterator_2_System_Object_System_UInt32__MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Object_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_System_UInt32__Where, (Enumerable_WhereSelectArrayIterator_2_System_Object_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_UnityEngine_Vector2__Select, (Enumerable_WhereSelectArrayIterator_2_System_Object_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_System_Object_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectArrayIterator_2_System_Object_UnityEngine_Vector2_ * __this, Object__Array * source, Func_2_Object_Boolean_ * predicate, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectArrayIterator_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01223E70, bool, Enumerable_WhereSelectArrayIterator_2_System_Object_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_UnityEngine_Vector2__Where, (Enumerable_WhereSelectArrayIterator_2_System_Object_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectArrayIterator_2_System_Object_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectArrayIterator_2_System_Object_UnityEngine_Vector3_ * __this, Object__Array * source, Func_2_Object_Boolean_ * predicate, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectArrayIterator_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01223F80, bool, Enumerable_WhereSelectArrayIterator_2_System_Object_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_UnityEngine_Vector3__Where, (Enumerable_WhereSelectArrayIterator_2_System_Object_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectArrayIterator_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectArrayIterator_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Object__Array * source, Func_2_Object_Boolean_ * predicate, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectArrayIterator_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012240A0, bool, Enumerable_WhereSelectArrayIterator_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectArrayIterator_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectArrayIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectArrayIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Object__Array * source, Func_2_Object_Boolean_ * predicate, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectArrayIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012241C0, bool, Enumerable_WhereSelectArrayIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectArrayIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectArrayIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectArrayIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Object__Array * source, Func_2_Object_Boolean_ * predicate, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectArrayIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012242E0, bool, Enumerable_WhereSelectArrayIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectArrayIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectArrayIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32__Select, (Enumerable_WhereSelectArrayIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32_ * __this, Func_2_Int32_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32___ctor, (Enumerable_WhereSelectArrayIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32_ * __this, PacketStats__Array * source, Func_2_Photon_Bolt_Internal_PacketStats_Boolean_ * predicate, Func_2_Photon_Bolt_Internal_PacketStats_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32__Clone, (Enumerable_WhereSelectArrayIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01224410, bool, Enumerable_WhereSelectArrayIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32__MoveNext, (Enumerable_WhereSelectArrayIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32__Where, (Enumerable_WhereSelectArrayIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_Photon_Bolt_Internal_PacketStats_System_Object___ctor, (Enumerable_WhereSelectArrayIterator_2_Photon_Bolt_Internal_PacketStats_System_Object_ * __this, PacketStats__Array * source, Func_2_Photon_Bolt_Internal_PacketStats_Boolean_ * predicate, Func_2_Photon_Bolt_Internal_PacketStats_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_Photon_Bolt_Internal_PacketStats_System_Object__Clone, (Enumerable_WhereSelectArrayIterator_2_Photon_Bolt_Internal_PacketStats_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01224550, bool, Enumerable_WhereSelectArrayIterator_2_Photon_Bolt_Internal_PacketStats_System_Object__MoveNext, (Enumerable_WhereSelectArrayIterator_2_Photon_Bolt_Internal_PacketStats_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_Photon_Bolt_Internal_PacketStats_System_Object__Where, (Enumerable_WhereSelectArrayIterator_2_Photon_Bolt_Internal_PacketStats_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_Steamworks_SteamItemDetails_t_System_Int32__Select, (Enumerable_WhereSelectArrayIterator_2_Steamworks_SteamItemDetails_t_System_Int32_ * __this, Func_2_Int32_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_Steamworks_SteamItemDetails_t_System_Int32___ctor, (Enumerable_WhereSelectArrayIterator_2_Steamworks_SteamItemDetails_t_System_Int32_ * __this, SteamItemDetails_t__Array * source, Func_2_Steamworks_SteamItemDetails_t_Boolean_ * predicate, Func_2_Steamworks_SteamItemDetails_t_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_Steamworks_SteamItemDetails_t_System_Int32__Clone, (Enumerable_WhereSelectArrayIterator_2_Steamworks_SteamItemDetails_t_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01221AA0, bool, Enumerable_WhereSelectArrayIterator_2_Steamworks_SteamItemDetails_t_System_Int32__MoveNext, (Enumerable_WhereSelectArrayIterator_2_Steamworks_SteamItemDetails_t_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_Steamworks_SteamItemDetails_t_System_Int32__Where, (Enumerable_WhereSelectArrayIterator_2_Steamworks_SteamItemDetails_t_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_Steamworks_SteamItemDetails_t_System_Object___ctor, (Enumerable_WhereSelectArrayIterator_2_Steamworks_SteamItemDetails_t_System_Object_ * __this, SteamItemDetails_t__Array * source, Func_2_Steamworks_SteamItemDetails_t_Boolean_ * predicate, Func_2_Steamworks_SteamItemDetails_t_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_Steamworks_SteamItemDetails_t_System_Object__Clone, (Enumerable_WhereSelectArrayIterator_2_Steamworks_SteamItemDetails_t_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01221CF0, bool, Enumerable_WhereSelectArrayIterator_2_Steamworks_SteamItemDetails_t_System_Object__MoveNext, (Enumerable_WhereSelectArrayIterator_2_Steamworks_SteamItemDetails_t_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_Steamworks_SteamItemDetails_t_System_Object__Where, (Enumerable_WhereSelectArrayIterator_2_Steamworks_SteamItemDetails_t_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t___ctor, (Enumerable_WhereSelectArrayIterator_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t_ * __this, SteamItemDetails_t__Array * source, Func_2_Steamworks_SteamItemDetails_t_Boolean_ * predicate, Func_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_Steamworks_SteamItemDef_t_ *, Enumerable_WhereSelectArrayIterator_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t__Clone, (Enumerable_WhereSelectArrayIterator_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01221AA0, bool, Enumerable_WhereSelectArrayIterator_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t__MoveNext, (Enumerable_WhereSelectArrayIterator_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Steamworks_SteamItemDef_t_ *, Enumerable_WhereSelectArrayIterator_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t__Where, (Enumerable_WhereSelectArrayIterator_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t_ * __this, Func_2_Steamworks_SteamItemDef_t_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Int32___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Int32_ * __this, StyleSelectorPart__Array * source, Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean_ * predicate, Func_2_UnityEngine_UIElements_StyleSelectorPart_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Int32__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220730, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Int32__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Int32__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString_ * __this, StyleSelectorPart__Array * source, Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean_ * predicate, Func_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220B00, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Select, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Select_1, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Select_2, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Select_3, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Select_4, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Select_5, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Select_6, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Select_7, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Select_8, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, StyleSelectorPart__Array * source, Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean_ * predicate, Func_2_UnityEngine_UIElements_StyleSelectorPart_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220C50, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_UInt32___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_UInt32_ * __this, StyleSelectorPart__Array * source, Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean_ * predicate, Func_2_UnityEngine_UIElements_StyleSelectorPart_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_UInt32__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220730, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_UInt32__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_UInt32__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2_ * __this, StyleSelectorPart__Array * source, Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean_ * predicate, Func_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220DA0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3_ * __this, StyleSelectorPart__Array * source, Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean_ * predicate, Func_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220EF0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, StyleSelectorPart__Array * source, Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean_ * predicate, Func_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01221240, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, StyleSelectorPart__Array * source, Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean_ * predicate, Func_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012215B0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, StyleSelectorPart__Array * source, Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean_ * predicate, Func_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01221920, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Int32___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Int32_ * __this, Substring__Array * source, Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_Substring_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Int32__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01221AA0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Int32__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Int32__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Substring__Array * source, Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01221BC0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Select, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Select_1, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Select_2, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Select_3, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Select_4, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Select_5, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Select_6, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Select_7, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Select_8, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Substring__Array * source, Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_Substring_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01221CF0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_UInt32___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_UInt32_ * __this, Substring__Array * source, Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_Substring_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_UInt32__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01221AA0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_UInt32__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_UInt32__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2_ * __this, Substring__Array * source, Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01221E10, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3_ * __this, Substring__Array * source, Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01221F30, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Substring__Array * source, Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01222060, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Substring__Array * source, Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012221A0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Substring__Array * source, Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012222E0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Vector2_UnityEngine_Vector2__Select, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Vector2_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Vector2_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Vector2_UnityEngine_Vector2_ * __this, Vector2__Array * source, Func_2_UnityEngine_Vector2_Boolean_ * predicate, Func_2_UnityEngine_Vector2_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Vector2_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Vector2_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01224690, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Vector2_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Vector2_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Vector2_UnityEngine_Vector2__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Vector2_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Int32___ctor, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Int32_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Int32__Clone, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012247B0, bool, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Int32__MoveNext, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Int32__Where, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01224970, bool, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Select, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Select_1, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Select_2, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Select_3, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Select_4, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Select_5, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Select_6, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Select_7, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Select_8, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object___ctor, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Clone, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01224B40, bool, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__MoveNext, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Where, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_UInt32___ctor, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_UInt32_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_UInt32__Clone, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012247B0, bool, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_UInt32__MoveNext, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_UInt32__Where, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01224D10, bool, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2__Where, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01224EC0, bool, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3__Where, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01225090, bool, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01225270, bool, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01225450, bool, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectArrayIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Int32___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Int32_ * __this, JsonParser_JsonValue__Array * source, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Int32__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012247B0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Int32__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Int32__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, JsonParser_JsonValue__Array * source, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01224970, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Select, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Select_1, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Select_2, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Select_3, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Select_4, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Select_5, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Select_6, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Select_7, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Select_8, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, JsonParser_JsonValue__Array * source, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01224B40, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_UInt32___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_UInt32_ * __this, JsonParser_JsonValue__Array * source, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_UInt32__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012247B0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_UInt32__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_UInt32__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2_ * __this, JsonParser_JsonValue__Array * source, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01224D10, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3_ * __this, JsonParser_JsonValue__Array * source, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01224EC0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, JsonParser_JsonValue__Array * source, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01225090, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, JsonParser_JsonValue__Array * source, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01225270, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, JsonParser_JsonValue__Array * source, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01225450, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Int32___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Int32_ * __this, ProbeVolumeSceneData_SerializablePVProfile__Array * source, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean_ * predicate, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Int32__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01221AA0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Int32__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Int32__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString_ * __this, ProbeVolumeSceneData_SerializablePVProfile__Array * source, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean_ * predicate, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01221BC0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Select, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Select_1, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Select_2, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Select_3, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Select_4, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Select_5, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Select_6, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Select_7, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Select_8, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, ProbeVolumeSceneData_SerializablePVProfile__Array * source, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean_ * predicate, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01221CF0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_UInt32___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_UInt32_ * __this, ProbeVolumeSceneData_SerializablePVProfile__Array * source, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean_ * predicate, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_UInt32__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01221AA0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_UInt32__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_UInt32__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2_ * __this, ProbeVolumeSceneData_SerializablePVProfile__Array * source, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean_ * predicate, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01221E10, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3_ * __this, ProbeVolumeSceneData_SerializablePVProfile__Array * source, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean_ * predicate, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01221F30, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, ProbeVolumeSceneData_SerializablePVProfile__Array * source, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean_ * predicate, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01222060, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, ProbeVolumeSceneData_SerializablePVProfile__Array * source, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean_ * predicate, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012221A0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, ProbeVolumeSceneData_SerializablePVProfile__Array * source, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean_ * predicate, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012222E0, bool, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01220870, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectArrayIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32___ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32_ * __this, IEnumerable_1_KeyValuePair_2_System_Guid_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01225640, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01225710, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_KeyValuePair_2_System_Guid_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01225A50, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01225B20, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Select, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Select_1, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Select_2, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Select_3, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Select_4, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Select_5, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Select_6, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Select_7, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Select_8, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object___ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, IEnumerable_1_KeyValuePair_2_System_Guid_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01225DE0, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01225EB0, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32___ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32_ * __this, IEnumerable_1_KeyValuePair_2_System_Guid_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01226170, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01226240, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2_ * __this, IEnumerable_1_KeyValuePair_2_System_Guid_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012264F0, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012265C0, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3_ * __this, IEnumerable_1_KeyValuePair_2_System_Guid_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01226880, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01226950, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, IEnumerable_1_KeyValuePair_2_System_Guid_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01226C10, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01226CE0, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, IEnumerable_1_KeyValuePair_2_System_Guid_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01226FB0, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01227080, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, IEnumerable_1_KeyValuePair_2_System_Guid_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01227350, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01227420, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__1__ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__1 * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Int32__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__1_Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x012276F0, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__1_Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x012277C0, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__1_MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__1_Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__1 * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1__ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1 * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1_Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01227A30, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1_Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01227B00, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1_MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1_Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1 * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Select, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Select_1, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Select_2, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Select_3, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Select_4, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Select_5, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Select_6, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Select_7, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Select_8, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1__ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Object__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01227D90, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01227E60, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__1__ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__1 * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UInt32__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__1_Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x012280E0, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__1_Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x012281B0, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__1_MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__1_Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__1 * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1__ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1 * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1_Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01228420, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1_Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x012284F0, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1_MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1_Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1 * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1__ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1 * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1_Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01228770, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1_Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01228840, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1_MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1_Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1 * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1__ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1 * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1_Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01228AD0, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1_Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01228BA0, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1_MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1_Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1 * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1__ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1 * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1_Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01228E50, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1_Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01228F20, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1_MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1_Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1 * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1__ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1 * __this, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1_Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x012291D0, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1_Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x012292A0, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1_MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1_Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1 * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__2__ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__2 * __this, IEnumerable_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Int32__2 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__2_Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01229550, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__2_Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01229620, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__2_MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__2_Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__2 * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2__ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2 * __this, IEnumerable_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2_Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x012298C0, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2_Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01229990, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2_MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2_Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2 * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Select, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Select_1, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Select_2, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Select_3, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Select_4, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Select_5, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Select_6, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Select_7, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Select_8, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2__ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, IEnumerable_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Object__2 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01229C40, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01229D10, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__2__ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__2 * __this, IEnumerable_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UInt32__2 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__2_Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01229FC0, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__2_Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0122A090, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__2_MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__2_Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__2 * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2__ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2 * __this, IEnumerable_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2_Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0122A330, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2_Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0122A400, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2_MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2_Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2 * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2__ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2 * __this, IEnumerable_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__3 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2_Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0122A6C0, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2_Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0122A790, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2_MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2_Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2 * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2__ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2 * __this, IEnumerable_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2 * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2_Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0122AA40, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2_Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0122AB10, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2_MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2_Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2 * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2__ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2 * __this, IEnumerable_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2 * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2_Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0122ADC0, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2_Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0122AE90, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2_MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2_Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2 * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2__ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2 * __this, IEnumerable_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2 * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2_Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0122B150, void, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2_Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0122B220, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2_MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2_Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2 * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Int32___ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Int32_ * __this, IEnumerable_1_System_Int32_ * source, Func_2_Int32_Boolean_ * predicate, Func_2_Int32_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Int32__Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122B4E0, void, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Int32__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122B5B0, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Int32__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Int32__Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_System_Int32_ * source, Func_2_Int32_Boolean_ * predicate, Func_2_Int32_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122B7A0, void, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_InputSystem_Utilities_InternedString__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122B870, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Object__Select, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Object__Select_1, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Object__Select_2, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Object__Select_3, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Object__Select_4, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Object__Select_5, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Object__Select_6, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Object__Select_7, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Object__Select_8, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Object___ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Object_ * __this, IEnumerable_1_System_Int32_ * source, Func_2_Int32_Boolean_ * predicate, Func_2_Int32_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Object__Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122BA70, void, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Object__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122BB40, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Object__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Object__Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_UInt32___ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_UInt32_ * __this, IEnumerable_1_System_Int32_ * source, Func_2_Int32_Boolean_ * predicate, Func_2_Int32_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_UInt32__Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122BD40, void, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_UInt32__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122BE10, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_UInt32__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_UInt32__Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_Vector2_ * __this, IEnumerable_1_System_Int32_ * source, Func_2_Int32_Boolean_ * predicate, Func_2_Int32_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122C000, void, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_Vector2__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122C0D0, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_Vector2__Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_Vector3_ * __this, IEnumerable_1_System_Int32_ * source, Func_2_Int32_Boolean_ * predicate, Func_2_Int32_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122C2D0, void, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_Vector3__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122C3A0, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_Vector3__Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, IEnumerable_1_System_Int32_ * source, Func_2_Int32_Boolean_ * predicate, Func_2_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122C5A0, void, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122C670, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, IEnumerable_1_System_Int32_ * source, Func_2_Int32_Boolean_ * predicate, Func_2_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122C880, void, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122C950, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, IEnumerable_1_System_Int32_ * source, Func_2_Int32_Boolean_ * predicate, Func_2_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122CB60, void, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122CC30, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32Enum_System_Int32__Select, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32Enum_System_Int32_ * __this, Func_2_Int32_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_System_Int32Enum_System_Int32___ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32Enum_System_Int32_ * __this, IEnumerable_1_System_Int32Enum_ * source, Func_2_Int32Enum_Boolean_ * predicate, Func_2_Int32Enum_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32Enum_System_Int32__Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32Enum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122CE40, void, Enumerable_WhereSelectEnumerableIterator_2_System_Int32Enum_System_Int32__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32Enum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122CF10, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Int32Enum_System_Int32__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32Enum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32Enum_System_Int32__Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32Enum_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_System_Int32Enum_System_Object___ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32Enum_System_Object_ * __this, IEnumerable_1_System_Int32Enum_ * source, Func_2_Int32Enum_Boolean_ * predicate, Func_2_Int32Enum_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32Enum_System_Object__Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122D100, void, Enumerable_WhereSelectEnumerableIterator_2_System_Int32Enum_System_Object__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122D1D0, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Int32Enum_System_Object__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Int32Enum_System_Object__Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Int32Enum_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Int32___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Int32_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * source, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Int32__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122D3D0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Int32__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122D4A0, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Int32__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Int32__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * source, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122D6A0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122D770, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Select, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Select_1, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Select_2, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Select_3, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Select_4, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Select_5, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Select_6, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Select_7, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Select_8, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * source, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122D980, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122DA50, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_UInt32___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_UInt32_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * source, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_InternedString_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_UInt32__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122DC60, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_UInt32__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122DD30, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_UInt32__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_UInt32__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * source, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122DF30, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122E000, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * source, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122E210, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122E2E0, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * source, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122E4F0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122E5C0, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * source, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122E7E0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122E8B0, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * source, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122EAD0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122EBA0, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Int32___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Int32_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * source, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Int32__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122EDD0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Int32__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122EEA0, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Int32__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Int32__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * source, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122F150, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122F220, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Select, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Select_1, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Select_2, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Select_3, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Select_4, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Select_5, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Select_6, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Select_7, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Select_8, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * source, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122F4E0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122F5B0, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_UInt32___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_UInt32_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * source, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_UInt32__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122F870, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_UInt32__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122F940, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_UInt32__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_UInt32__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * source, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122FBF0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122FCC0, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * source, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0122FF80, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01230050, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * source, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01230310, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012303E0, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * source, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012306B0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01230780, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * source, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01230A50, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01230B20, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Int32___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Int32_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_NamedValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Int32__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01230DF0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Int32__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01230EC0, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Int32__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Int32__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_NamedValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01231170, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01231240, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Select, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Select_1, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Select_2, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Select_3, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Select_4, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Select_5, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Select_6, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Select_7, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Select_8, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_NamedValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01231500, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012315D0, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_UInt32___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_UInt32_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_NamedValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_UInt32__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01231890, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_UInt32__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01231960, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_UInt32__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_UInt32__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_NamedValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01231C10, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01231CE0, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_NamedValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01231FA0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01232070, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_NamedValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01232330, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01232400, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_NamedValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012326D0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012327A0, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_NamedValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01232A70, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01232B40, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Int32__Select, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Int32_ * __this, Func_2_Int32_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Int32___ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Int32_ * __this, IEnumerable_1_System_Object_ * source, Func_2_Object_Boolean_ * predicate, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Int32__Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01232E10, void, Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Int32__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01232EE0, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Int32__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Int32__Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBD070, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString__Select, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_System_Object_ * source, Func_2_Object_Boolean_ * predicate, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012330D0, void, Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012331A0, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Object__Select, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Object__Select_1, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Object__Select_2, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Object__Select_3, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Object__Select_4, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Object__Select_5, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Object__Select_6, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Object__Select_7, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Object__Select_8, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Object___ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Object_ * __this, IEnumerable_1_System_Object_ * source, Func_2_Object_Boolean_ * predicate, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Object__Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012333A0, void, Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Object__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01233470, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Object__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Object__Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_UInt32___ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_UInt32_ * __this, IEnumerable_1_System_Object_ * source, Func_2_Object_Boolean_ * predicate, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_UInt32__Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01233670, void, Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_UInt32__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01233740, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_UInt32__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_UInt32__Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_Vector2__Select, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_Vector2_ * __this, IEnumerable_1_System_Object_ * source, Func_2_Object_Boolean_ * predicate, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01233930, void, Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_Vector2__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01233A00, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_Vector2__Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_Vector3_ * __this, IEnumerable_1_System_Object_ * source, Func_2_Object_Boolean_ * predicate, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01233C00, void, Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_Vector3__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01233CD0, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_Vector3__Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, IEnumerable_1_System_Object_ * source, Func_2_Object_Boolean_ * predicate, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01233ED0, void, Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01233FA0, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, IEnumerable_1_System_Object_ * source, Func_2_Object_Boolean_ * predicate, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012341B0, void, Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01234280, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, IEnumerable_1_System_Object_ * source, Func_2_Object_Boolean_ * predicate, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01234490, void, Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01234560, bool, Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectEnumerableIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32__Select, (Enumerable_WhereSelectEnumerableIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32_ * __this, Func_2_Int32_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32___ctor, (Enumerable_WhereSelectEnumerableIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32_ * __this, IEnumerable_1_Photon_Bolt_Internal_PacketStats_ * source, Func_2_Photon_Bolt_Internal_PacketStats_Boolean_ * predicate, Func_2_Photon_Bolt_Internal_PacketStats_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32__Clone, (Enumerable_WhereSelectEnumerableIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01234780, void, Enumerable_WhereSelectEnumerableIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01234850, bool, Enumerable_WhereSelectEnumerableIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32__Where, (Enumerable_WhereSelectEnumerableIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_Photon_Bolt_Internal_PacketStats_System_Object___ctor, (Enumerable_WhereSelectEnumerableIterator_2_Photon_Bolt_Internal_PacketStats_System_Object_ * __this, IEnumerable_1_Photon_Bolt_Internal_PacketStats_ * source, Func_2_Photon_Bolt_Internal_PacketStats_Boolean_ * predicate, Func_2_Photon_Bolt_Internal_PacketStats_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_Photon_Bolt_Internal_PacketStats_System_Object__Clone, (Enumerable_WhereSelectEnumerableIterator_2_Photon_Bolt_Internal_PacketStats_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01234AE0, void, Enumerable_WhereSelectEnumerableIterator_2_Photon_Bolt_Internal_PacketStats_System_Object__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_Photon_Bolt_Internal_PacketStats_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01234BB0, bool, Enumerable_WhereSelectEnumerableIterator_2_Photon_Bolt_Internal_PacketStats_System_Object__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_Photon_Bolt_Internal_PacketStats_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_Photon_Bolt_Internal_PacketStats_System_Object__Where, (Enumerable_WhereSelectEnumerableIterator_2_Photon_Bolt_Internal_PacketStats_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_System_Int32__Select, (Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_System_Int32_ * __this, Func_2_Int32_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_System_Int32___ctor, (Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_System_Int32_ * __this, IEnumerable_1_Steamworks_SteamItemDetails_t_ * source, Func_2_Steamworks_SteamItemDetails_t_Boolean_ * predicate, Func_2_Steamworks_SteamItemDetails_t_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_System_Int32__Clone, (Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01234E40, void, Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_System_Int32__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01234F10, bool, Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_System_Int32__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_System_Int32__Where, (Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_System_Object___ctor, (Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_System_Object_ * __this, IEnumerable_1_Steamworks_SteamItemDetails_t_ * source, Func_2_Steamworks_SteamItemDetails_t_Boolean_ * predicate, Func_2_Steamworks_SteamItemDetails_t_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_System_Object__Clone, (Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01235180, void, Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_System_Object__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01235250, bool, Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_System_Object__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_System_Object__Where, (Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t___ctor, (Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t_ * __this, IEnumerable_1_Steamworks_SteamItemDetails_t_ * source, Func_2_Steamworks_SteamItemDetails_t_Boolean_ * predicate, Func_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_Steamworks_SteamItemDef_t_ *, Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t__Clone, (Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012354D0, void, Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012355A0, bool, Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Steamworks_SteamItemDef_t_ *, Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t__Where, (Enumerable_WhereSelectEnumerableIterator_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t_ * __this, Func_2_Steamworks_SteamItemDef_t_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Int32___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Int32_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleSelectorPart_ * source, Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean_ * predicate, Func_2_UnityEngine_UIElements_StyleSelectorPart_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Int32__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01235810, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Int32__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012358E0, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Int32__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Int32__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleSelectorPart_ * source, Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean_ * predicate, Func_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01235B90, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01235C60, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Select, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Select_1, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Select_2, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Select_3, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Select_4, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Select_5, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Select_6, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Select_7, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Select_8, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleSelectorPart_ * source, Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean_ * predicate, Func_2_UnityEngine_UIElements_StyleSelectorPart_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01235F20, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01235FF0, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_UInt32___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_UInt32_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleSelectorPart_ * source, Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean_ * predicate, Func_2_UnityEngine_UIElements_StyleSelectorPart_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_UInt32__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012362B0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_UInt32__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01236380, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_UInt32__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_UInt32__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleSelectorPart_ * source, Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean_ * predicate, Func_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01236630, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01236700, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleSelectorPart_ * source, Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean_ * predicate, Func_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012369C0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01236A90, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleSelectorPart_ * source, Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean_ * predicate, Func_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01236D50, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01236E20, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleSelectorPart_ * source, Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean_ * predicate, Func_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012370F0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012371C0, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, IEnumerable_1_UnityEngine_UIElements_StyleSelectorPart_ * source, Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean_ * predicate, Func_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01237490, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01237560, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Int32___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Int32_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_Substring_ * source, Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_Substring_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Int32__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01237830, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Int32__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01237900, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Int32__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Int32__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_Substring_ * source, Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01237B70, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01237C40, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Select, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Select_1, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Select_2, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Select_3, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Select_4, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Select_5, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Select_6, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Select_7, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Select_8, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_Substring_ * source, Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_Substring_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01237ED0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01237FA0, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_UInt32___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_UInt32_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_Substring_ * source, Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_Substring_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_UInt32__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01238220, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_UInt32__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012382F0, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_UInt32__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_UInt32__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_Substring_ * source, Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01238560, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01238630, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_Substring_ * source, Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012388B0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01238980, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_Substring_ * source, Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01238C10, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01238CE0, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_Substring_ * source, Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01238F90, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01239060, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_Substring_ * source, Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01239310, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012393E0, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Vector2_UnityEngine_Vector2__Select, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Vector2_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Vector2_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Vector2_UnityEngine_Vector2_ * __this, IEnumerable_1_UnityEngine_Vector2_ * source, Func_2_UnityEngine_Vector2_Boolean_ * predicate, Func_2_UnityEngine_Vector2_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Vector2_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Vector2_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01239690, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Vector2_UnityEngine_Vector2__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Vector2_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01239760, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Vector2_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Vector2_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Vector2_UnityEngine_Vector2__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Vector2_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Int32___ctor, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Int32_ * __this, IEnumerable_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Int32__Clone, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01239960, void, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Int32__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01239A30, bool, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Int32__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Int32__Where, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01239CD0, void, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01239DA0, bool, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Select, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Select_1, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Select_2, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Select_3, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Select_4, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Select_5, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Select_6, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Select_7, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Select_8, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object___ctor, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, IEnumerable_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Clone, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123A050, void, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123A120, bool, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Where, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_UInt32___ctor, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_UInt32_ * __this, IEnumerable_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_UInt32__Clone, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123A3D0, void, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_UInt32__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123A4A0, bool, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_UInt32__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_UInt32__Where, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2_ * __this, IEnumerable_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123A740, void, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123A810, bool, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2__Where, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3_ * __this, IEnumerable_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123AAD0, void, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123ABA0, bool, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3__Where, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, IEnumerable_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123AE50, void, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123AF20, bool, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, IEnumerable_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123B1E0, void, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123B2B0, bool, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, IEnumerable_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123B570, void, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123B640, bool, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectEnumerableIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Int32___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Int32_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Int32__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123B910, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Int32__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123B9E0, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Int32__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Int32__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123BC80, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123BD50, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Select, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Select_1, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Select_2, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Select_3, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Select_4, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Select_5, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Select_6, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Select_7, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Select_8, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123C000, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123C0D0, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_UInt32___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_UInt32_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_UInt32__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123C380, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_UInt32__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123C450, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_UInt32__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_UInt32__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123C6F0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123C7C0, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123CA80, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123CB50, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123CE00, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123CED0, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123D190, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123D260, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, IEnumerable_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123D520, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123D5F0, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Int32___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Int32_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * source, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean_ * predicate, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Int32__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123D8C0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Int32__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123D990, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Int32__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Int32__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * source, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean_ * predicate, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123DC00, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123DCD0, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Select, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Select_1, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Select_2, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Select_3, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Select_4, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Select_5, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Select_6, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Select_7, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Select_8, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * source, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean_ * predicate, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123DF60, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123E030, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_UInt32___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_UInt32_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * source, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean_ * predicate, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_UInt32__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123E2B0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_UInt32__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123E380, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_UInt32__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_UInt32__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * source, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean_ * predicate, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123E5F0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123E6C0, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * source, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean_ * predicate, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123E940, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123EA10, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * source, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean_ * predicate, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123ECA0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123ED70, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * source, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean_ * predicate, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F020, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F0F0, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * source, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean_ * predicate, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F3A0, void, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Dispose, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F470, bool, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012259C0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectEnumerableIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32___ctor, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32_ * __this, List_1_KeyValuePair_2_System_Guid_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__Clone, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F720, bool, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__MoveNext, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__Where, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_ * __this, List_1_KeyValuePair_2_System_Guid_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F9B0, bool, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Select, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Select_1, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Select_2, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Select_3, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Select_4, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Select_5, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Select_6, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Select_7, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Select_8, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object___ctor, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, List_1_KeyValuePair_2_System_Guid_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Clone, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123FBC0, bool, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__MoveNext, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__Where, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32___ctor, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32_ * __this, List_1_KeyValuePair_2_System_Guid_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__Clone, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F720, bool, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__MoveNext, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__Where, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2_ * __this, List_1_KeyValuePair_2_System_Guid_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123FDC0, bool, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__Where, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3_ * __this, List_1_KeyValuePair_2_System_Guid_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123FFB0, bool, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__Where, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, List_1_KeyValuePair_2_System_Guid_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012401C0, bool, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, List_1_KeyValuePair_2_System_Guid_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012403D0, bool, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, List_1_KeyValuePair_2_System_Guid_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__5 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012405E0, bool, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__1__ctor, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__1 * __this, List_1_KeyValuePair_2_System_Object_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Int32__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__1_Clone, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01240800, bool, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__1_MoveNext, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__1_Where, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__1 * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1__ctor, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1 * __this, List_1_KeyValuePair_2_System_Object_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1_Clone, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x012409B0, bool, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1_MoveNext, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1_Where, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1 * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Select, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Select_1, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Select_2, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Select_3, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Select_4, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Select_5, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Select_6, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Select_7, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Select_8, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1__ctor, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, List_1_KeyValuePair_2_System_Object_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Object__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Clone, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01240B70, bool, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_MoveNext, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1_Where, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__1 * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__1__ctor, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__1 * __this, List_1_KeyValuePair_2_System_Object_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UInt32__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__1_Clone, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01240800, bool, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__1_MoveNext, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__1_Where, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__1 * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1__ctor, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1 * __this, List_1_KeyValuePair_2_System_Object_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1_Clone, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01240D20, bool, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1_MoveNext, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1_Where, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1 * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1__ctor, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1 * __this, List_1_KeyValuePair_2_System_Object_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1_Clone, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01240ED0, bool, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1_MoveNext, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1_Where, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1 * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1__ctor, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1 * __this, List_1_KeyValuePair_2_System_Object_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1_Clone, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01241090, bool, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1_MoveNext, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1_Where, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1 * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1__ctor, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1 * __this, List_1_KeyValuePair_2_System_Object_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1_Clone, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01241250, bool, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1_MoveNext, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1_Where, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1 * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1__ctor, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1 * __this, List_1_KeyValuePair_2_System_Object_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1 * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1_Clone, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01241410, bool, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1_MoveNext, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1_Where, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1 * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__2__ctor, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__2 * __this, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Int32__2 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__2_Clone, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x012415F0, bool, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__2_MoveNext, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__2_Where, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Int32__2 * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2__ctor, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2 * __this, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2_Clone, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01241860, bool, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2_MoveNext, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2_Where, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2 * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Select, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Select_1, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Select_2, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Select_3, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Select_4, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Select_5, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Select_6, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Select_7, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Select_8, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2__ctor, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Object__2 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Clone, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01241AE0, bool, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_MoveNext, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2_Where, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_Object__2 * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__2__ctor, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__2 * __this, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UInt32__2 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__2_Clone, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x012415F0, bool, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__2_MoveNext, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__2_Where, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_System_UInt32__2 * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2__ctor, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2 * __this, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2_Clone, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01241D60, bool, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2_MoveNext, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2_Where, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2 * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2__ctor, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2 * __this, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__3 * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2_Clone, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01241FD0, bool, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2_MoveNext, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2_Where, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2 * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2__ctor, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2 * __this, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2 * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2_Clone, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01242250, bool, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2_MoveNext, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2_Where, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2 * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2__ctor, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2 * __this, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2 * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2_Clone, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x012424F0, bool, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2_MoveNext, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2_Where, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2 * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2__ctor, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2 * __this, List_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__6 * predicate, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2 * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2_Clone, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01242790, bool, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2_MoveNext, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2_Where, (Enumerable_WhereSelectListIterator_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2 * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_System_Int32_System_Int32___ctor, (Enumerable_WhereSelectListIterator_2_System_Int32_System_Int32_ * __this, List_1_System_Int32_ * source, Func_2_Int32_Boolean_ * predicate, Func_2_Int32_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_System_Int32_System_Int32__Clone, (Enumerable_WhereSelectListIterator_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01242A40, bool, Enumerable_WhereSelectListIterator_2_System_Int32_System_Int32__MoveNext, (Enumerable_WhereSelectListIterator_2_System_Int32_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_System_Int32_System_Int32__Where, (Enumerable_WhereSelectListIterator_2_System_Int32_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectListIterator_2_System_Int32_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectListIterator_2_System_Int32_UnityEngine_InputSystem_Utilities_InternedString_ * __this, List_1_System_Int32_ * source, Func_2_Int32_Boolean_ * predicate, Func_2_Int32_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_System_Int32_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectListIterator_2_System_Int32_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01242BD0, bool, Enumerable_WhereSelectListIterator_2_System_Int32_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectListIterator_2_System_Int32_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_System_Int32_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectListIterator_2_System_Int32_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_System_Int32_System_Object__Select, (Enumerable_WhereSelectListIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_System_Int32_System_Object__Select_1, (Enumerable_WhereSelectListIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_System_Int32_System_Object__Select_2, (Enumerable_WhereSelectListIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_System_Int32_System_Object__Select_3, (Enumerable_WhereSelectListIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_System_Int32_System_Object__Select_4, (Enumerable_WhereSelectListIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_System_Int32_System_Object__Select_5, (Enumerable_WhereSelectListIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_System_Int32_System_Object__Select_6, (Enumerable_WhereSelectListIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_System_Int32_System_Object__Select_7, (Enumerable_WhereSelectListIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_System_Int32_System_Object__Select_8, (Enumerable_WhereSelectListIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_System_Int32_System_Object___ctor, (Enumerable_WhereSelectListIterator_2_System_Int32_System_Object_ * __this, List_1_System_Int32_ * source, Func_2_Int32_Boolean_ * predicate, Func_2_Int32_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_System_Int32_System_Object__Clone, (Enumerable_WhereSelectListIterator_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01242D80, bool, Enumerable_WhereSelectListIterator_2_System_Int32_System_Object__MoveNext, (Enumerable_WhereSelectListIterator_2_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_System_Int32_System_Object__Where, (Enumerable_WhereSelectListIterator_2_System_Int32_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_System_Int32_System_UInt32___ctor, (Enumerable_WhereSelectListIterator_2_System_Int32_System_UInt32_ * __this, List_1_System_Int32_ * source, Func_2_Int32_Boolean_ * predicate, Func_2_Int32_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_System_Int32_System_UInt32__Clone, (Enumerable_WhereSelectListIterator_2_System_Int32_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01242A40, bool, Enumerable_WhereSelectListIterator_2_System_Int32_System_UInt32__MoveNext, (Enumerable_WhereSelectListIterator_2_System_Int32_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_System_Int32_System_UInt32__Where, (Enumerable_WhereSelectListIterator_2_System_Int32_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_System_Int32_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectListIterator_2_System_Int32_UnityEngine_Vector2_ * __this, List_1_System_Int32_ * source, Func_2_Int32_Boolean_ * predicate, Func_2_Int32_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_System_Int32_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectListIterator_2_System_Int32_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01242F20, bool, Enumerable_WhereSelectListIterator_2_System_Int32_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectListIterator_2_System_Int32_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_System_Int32_UnityEngine_Vector2__Where, (Enumerable_WhereSelectListIterator_2_System_Int32_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectListIterator_2_System_Int32_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectListIterator_2_System_Int32_UnityEngine_Vector3_ * __this, List_1_System_Int32_ * source, Func_2_Int32_Boolean_ * predicate, Func_2_Int32_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_System_Int32_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectListIterator_2_System_Int32_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012430C0, bool, Enumerable_WhereSelectListIterator_2_System_Int32_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectListIterator_2_System_Int32_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_System_Int32_UnityEngine_Vector3__Where, (Enumerable_WhereSelectListIterator_2_System_Int32_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectListIterator_2_System_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectListIterator_2_System_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, List_1_System_Int32_ * source, Func_2_Int32_Boolean_ * predicate, Func_2_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_System_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectListIterator_2_System_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01243270, bool, Enumerable_WhereSelectListIterator_2_System_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectListIterator_2_System_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_System_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectListIterator_2_System_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectListIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectListIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, List_1_System_Int32_ * source, Func_2_Int32_Boolean_ * predicate, Func_2_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectListIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01243420, bool, Enumerable_WhereSelectListIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectListIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectListIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectListIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectListIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, List_1_System_Int32_ * source, Func_2_Int32_Boolean_ * predicate, Func_2_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectListIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012435D0, bool, Enumerable_WhereSelectListIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectListIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectListIterator_2_System_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_System_Int32Enum_System_Int32__Select, (Enumerable_WhereSelectListIterator_2_System_Int32Enum_System_Int32_ * __this, Func_2_Int32_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_System_Int32Enum_System_Int32___ctor, (Enumerable_WhereSelectListIterator_2_System_Int32Enum_System_Int32_ * __this, List_1_System_Int32Enum_ * source, Func_2_Int32Enum_Boolean_ * predicate, Func_2_Int32Enum_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_System_Int32Enum_System_Int32__Clone, (Enumerable_WhereSelectListIterator_2_System_Int32Enum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012437A0, bool, Enumerable_WhereSelectListIterator_2_System_Int32Enum_System_Int32__MoveNext, (Enumerable_WhereSelectListIterator_2_System_Int32Enum_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_System_Int32Enum_System_Int32__Where, (Enumerable_WhereSelectListIterator_2_System_Int32Enum_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_System_Int32Enum_System_Object___ctor, (Enumerable_WhereSelectListIterator_2_System_Int32Enum_System_Object_ * __this, List_1_System_Int32Enum_ * source, Func_2_Int32Enum_Boolean_ * predicate, Func_2_Int32Enum_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_System_Int32Enum_System_Object__Clone, (Enumerable_WhereSelectListIterator_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01243930, bool, Enumerable_WhereSelectListIterator_2_System_Int32Enum_System_Object__MoveNext, (Enumerable_WhereSelectListIterator_2_System_Int32Enum_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_System_Int32Enum_System_Object__Where, (Enumerable_WhereSelectListIterator_2_System_Int32Enum_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Int32___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Int32_ * __this, List_1_UnityEngine_InputSystem_Utilities_InternedString_ * source, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Int32__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01240800, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Int32__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Int32__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, List_1_UnityEngine_InputSystem_Utilities_InternedString_ * source, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012409B0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Select, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Select_1, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Select_2, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Select_3, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Select_4, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Select_5, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Select_6, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Select_7, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Select_8, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, List_1_UnityEngine_InputSystem_Utilities_InternedString_ * source, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01240B70, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_UInt32___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_UInt32_ * __this, List_1_UnityEngine_InputSystem_Utilities_InternedString_ * source, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_InternedString_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_UInt32__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01240800, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_UInt32__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_UInt32__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2_ * __this, List_1_UnityEngine_InputSystem_Utilities_InternedString_ * source, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01240D20, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3_ * __this, List_1_UnityEngine_InputSystem_Utilities_InternedString_ * source, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01240ED0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, List_1_UnityEngine_InputSystem_Utilities_InternedString_ * source, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01241090, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, List_1_UnityEngine_InputSystem_Utilities_InternedString_ * source, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01241250, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, List_1_UnityEngine_InputSystem_Utilities_InternedString_ * source, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01241410, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Int32___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Int32_ * __this, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * source, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Int32__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01243AD0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Int32__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Int32__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString_ * __this, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * source, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01243CD0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Select, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Select_1, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Select_2, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Select_3, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Select_4, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Select_5, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Select_6, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Select_7, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Select_8, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * source, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01243EE0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_UInt32___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_UInt32_ * __this, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * source, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_UInt32__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01243AD0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_UInt32__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_UInt32__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2_ * __this, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * source, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012440E0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3_ * __this, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * source, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012442D0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * source, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012444E0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * source, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012446F0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, List_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * source, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01244900, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Int32___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Int32_ * __this, List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Int32__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01243AD0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Int32__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Int32__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01243CD0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Select, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Select_1, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Select_2, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Select_3, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Select_4, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Select_5, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Select_6, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Select_7, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Select_8, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01243EE0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_UInt32___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_UInt32_ * __this, List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_UInt32__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01243AD0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_UInt32__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_UInt32__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2_ * __this, List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012440E0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3_ * __this, List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012442D0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012444E0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012446F0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, List_1_UnityEngine_InputSystem_Utilities_NamedValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01244900, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_System_Object_System_Int32__Select, (Enumerable_WhereSelectListIterator_2_System_Object_System_Int32_ * __this, Func_2_Int32_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_System_Object_System_Int32___ctor, (Enumerable_WhereSelectListIterator_2_System_Object_System_Int32_ * __this, List_1_System_Object_ * source, Func_2_Object_Boolean_ * predicate, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_System_Object_System_Int32__Clone, (Enumerable_WhereSelectListIterator_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01244B20, bool, Enumerable_WhereSelectListIterator_2_System_Object_System_Int32__MoveNext, (Enumerable_WhereSelectListIterator_2_System_Object_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_System_Object_System_Int32__Where, (Enumerable_WhereSelectListIterator_2_System_Object_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBD070, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString__Select, (Enumerable_WhereSelectListIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectListIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectListIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, List_1_System_Object_ * source, Func_2_Object_Boolean_ * predicate, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectListIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01244CB0, bool, Enumerable_WhereSelectListIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectListIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectListIterator_2_System_Object_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_System_Object_System_Object__Select, (Enumerable_WhereSelectListIterator_2_System_Object_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_System_Object_System_Object__Select_1, (Enumerable_WhereSelectListIterator_2_System_Object_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_System_Object_System_Object__Select_2, (Enumerable_WhereSelectListIterator_2_System_Object_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_System_Object_System_Object__Select_3, (Enumerable_WhereSelectListIterator_2_System_Object_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_System_Object_System_Object__Select_4, (Enumerable_WhereSelectListIterator_2_System_Object_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_System_Object_System_Object__Select_5, (Enumerable_WhereSelectListIterator_2_System_Object_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_System_Object_System_Object__Select_6, (Enumerable_WhereSelectListIterator_2_System_Object_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_System_Object_System_Object__Select_7, (Enumerable_WhereSelectListIterator_2_System_Object_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_System_Object_System_Object__Select_8, (Enumerable_WhereSelectListIterator_2_System_Object_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_System_Object_System_Object___ctor, (Enumerable_WhereSelectListIterator_2_System_Object_System_Object_ * __this, List_1_System_Object_ * source, Func_2_Object_Boolean_ * predicate, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_System_Object_System_Object__Clone, (Enumerable_WhereSelectListIterator_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01244E60, bool, Enumerable_WhereSelectListIterator_2_System_Object_System_Object__MoveNext, (Enumerable_WhereSelectListIterator_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_System_Object_System_Object__Where, (Enumerable_WhereSelectListIterator_2_System_Object_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_System_Object_System_UInt32___ctor, (Enumerable_WhereSelectListIterator_2_System_Object_System_UInt32_ * __this, List_1_System_Object_ * source, Func_2_Object_Boolean_ * predicate, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_System_Object_System_UInt32__Clone, (Enumerable_WhereSelectListIterator_2_System_Object_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01244B20, bool, Enumerable_WhereSelectListIterator_2_System_Object_System_UInt32__MoveNext, (Enumerable_WhereSelectListIterator_2_System_Object_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_System_Object_System_UInt32__Where, (Enumerable_WhereSelectListIterator_2_System_Object_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_System_Object_UnityEngine_Vector2__Select, (Enumerable_WhereSelectListIterator_2_System_Object_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_System_Object_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectListIterator_2_System_Object_UnityEngine_Vector2_ * __this, List_1_System_Object_ * source, Func_2_Object_Boolean_ * predicate, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_System_Object_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectListIterator_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01245000, bool, Enumerable_WhereSelectListIterator_2_System_Object_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectListIterator_2_System_Object_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_System_Object_UnityEngine_Vector2__Where, (Enumerable_WhereSelectListIterator_2_System_Object_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectListIterator_2_System_Object_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectListIterator_2_System_Object_UnityEngine_Vector3_ * __this, List_1_System_Object_ * source, Func_2_Object_Boolean_ * predicate, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_System_Object_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectListIterator_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012451A0, bool, Enumerable_WhereSelectListIterator_2_System_Object_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectListIterator_2_System_Object_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_System_Object_UnityEngine_Vector3__Where, (Enumerable_WhereSelectListIterator_2_System_Object_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectListIterator_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectListIterator_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, List_1_System_Object_ * source, Func_2_Object_Boolean_ * predicate, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectListIterator_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01245350, bool, Enumerable_WhereSelectListIterator_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectListIterator_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectListIterator_2_System_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectListIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectListIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, List_1_System_Object_ * source, Func_2_Object_Boolean_ * predicate, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectListIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01245500, bool, Enumerable_WhereSelectListIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectListIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectListIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectListIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectListIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, List_1_System_Object_ * source, Func_2_Object_Boolean_ * predicate, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectListIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012456B0, bool, Enumerable_WhereSelectListIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectListIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectListIterator_2_System_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32__Select, (Enumerable_WhereSelectListIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32_ * __this, Func_2_Int32_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32___ctor, (Enumerable_WhereSelectListIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32_ * __this, List_1_Photon_Bolt_Internal_PacketStats_ * source, Func_2_Photon_Bolt_Internal_PacketStats_Boolean_ * predicate, Func_2_Photon_Bolt_Internal_PacketStats_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32__Clone, (Enumerable_WhereSelectListIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01245880, bool, Enumerable_WhereSelectListIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32__MoveNext, (Enumerable_WhereSelectListIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32__Where, (Enumerable_WhereSelectListIterator_2_Photon_Bolt_Internal_PacketStats_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_Photon_Bolt_Internal_PacketStats_System_Object___ctor, (Enumerable_WhereSelectListIterator_2_Photon_Bolt_Internal_PacketStats_System_Object_ * __this, List_1_Photon_Bolt_Internal_PacketStats_ * source, Func_2_Photon_Bolt_Internal_PacketStats_Boolean_ * predicate, Func_2_Photon_Bolt_Internal_PacketStats_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_Photon_Bolt_Internal_PacketStats_System_Object__Clone, (Enumerable_WhereSelectListIterator_2_Photon_Bolt_Internal_PacketStats_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01245A40, bool, Enumerable_WhereSelectListIterator_2_Photon_Bolt_Internal_PacketStats_System_Object__MoveNext, (Enumerable_WhereSelectListIterator_2_Photon_Bolt_Internal_PacketStats_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_Photon_Bolt_Internal_PacketStats_System_Object__Where, (Enumerable_WhereSelectListIterator_2_Photon_Bolt_Internal_PacketStats_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_Steamworks_SteamItemDetails_t_System_Int32__Select, (Enumerable_WhereSelectListIterator_2_Steamworks_SteamItemDetails_t_System_Int32_ * __this, Func_2_Int32_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_Steamworks_SteamItemDetails_t_System_Int32___ctor, (Enumerable_WhereSelectListIterator_2_Steamworks_SteamItemDetails_t_System_Int32_ * __this, List_1_Steamworks_SteamItemDetails_t_ * source, Func_2_Steamworks_SteamItemDetails_t_Boolean_ * predicate, Func_2_Steamworks_SteamItemDetails_t_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_Steamworks_SteamItemDetails_t_System_Int32__Clone, (Enumerable_WhereSelectListIterator_2_Steamworks_SteamItemDetails_t_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01245C10, bool, Enumerable_WhereSelectListIterator_2_Steamworks_SteamItemDetails_t_System_Int32__MoveNext, (Enumerable_WhereSelectListIterator_2_Steamworks_SteamItemDetails_t_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_Steamworks_SteamItemDetails_t_System_Int32__Where, (Enumerable_WhereSelectListIterator_2_Steamworks_SteamItemDetails_t_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_Steamworks_SteamItemDetails_t_System_Object___ctor, (Enumerable_WhereSelectListIterator_2_Steamworks_SteamItemDetails_t_System_Object_ * __this, List_1_Steamworks_SteamItemDetails_t_ * source, Func_2_Steamworks_SteamItemDetails_t_Boolean_ * predicate, Func_2_Steamworks_SteamItemDetails_t_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_Steamworks_SteamItemDetails_t_System_Object__Clone, (Enumerable_WhereSelectListIterator_2_Steamworks_SteamItemDetails_t_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01245DC0, bool, Enumerable_WhereSelectListIterator_2_Steamworks_SteamItemDetails_t_System_Object__MoveNext, (Enumerable_WhereSelectListIterator_2_Steamworks_SteamItemDetails_t_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_Steamworks_SteamItemDetails_t_System_Object__Where, (Enumerable_WhereSelectListIterator_2_Steamworks_SteamItemDetails_t_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t___ctor, (Enumerable_WhereSelectListIterator_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t_ * __this, List_1_Steamworks_SteamItemDetails_t_ * source, Func_2_Steamworks_SteamItemDetails_t_Boolean_ * predicate, Func_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_Steamworks_SteamItemDef_t_ *, Enumerable_WhereSelectListIterator_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t__Clone, (Enumerable_WhereSelectListIterator_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01245C10, bool, Enumerable_WhereSelectListIterator_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t__MoveNext, (Enumerable_WhereSelectListIterator_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Steamworks_SteamItemDef_t_ *, Enumerable_WhereSelectListIterator_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t__Where, (Enumerable_WhereSelectListIterator_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t_ * __this, Func_2_Steamworks_SteamItemDef_t_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Int32___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Int32_ * __this, List_1_UnityEngine_UIElements_StyleSelectorPart_ * source, Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean_ * predicate, Func_2_UnityEngine_UIElements_StyleSelectorPart_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Int32__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01243AD0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Int32__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Int32__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString_ * __this, List_1_UnityEngine_UIElements_StyleSelectorPart_ * source, Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean_ * predicate, Func_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01243CD0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Select, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Select_1, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Select_2, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Select_3, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Select_4, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Select_5, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Select_6, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Select_7, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Select_8, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, List_1_UnityEngine_UIElements_StyleSelectorPart_ * source, Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean_ * predicate, Func_2_UnityEngine_UIElements_StyleSelectorPart_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01243EE0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_UInt32___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_UInt32_ * __this, List_1_UnityEngine_UIElements_StyleSelectorPart_ * source, Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean_ * predicate, Func_2_UnityEngine_UIElements_StyleSelectorPart_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_UInt32__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01243AD0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_UInt32__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_UInt32__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2_ * __this, List_1_UnityEngine_UIElements_StyleSelectorPart_ * source, Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean_ * predicate, Func_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012440E0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3_ * __this, List_1_UnityEngine_UIElements_StyleSelectorPart_ * source, Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean_ * predicate, Func_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012442D0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, List_1_UnityEngine_UIElements_StyleSelectorPart_ * source, Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean_ * predicate, Func_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012444E0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, List_1_UnityEngine_UIElements_StyleSelectorPart_ * source, Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean_ * predicate, Func_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012446F0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, List_1_UnityEngine_UIElements_StyleSelectorPart_ * source, Func_2_UnityEngine_UIElements_StyleSelectorPart_Boolean_ * predicate, Func_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01244900, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Int32___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Int32_ * __this, List_1_UnityEngine_InputSystem_Utilities_Substring_ * source, Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_Substring_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Int32__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01240800, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Int32__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Int32__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString_ * __this, List_1_UnityEngine_InputSystem_Utilities_Substring_ * source, Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012409B0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Select, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Select_1, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Select_2, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Select_3, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Select_4, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Select_5, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Select_6, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Select_7, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Select_8, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, List_1_UnityEngine_InputSystem_Utilities_Substring_ * source, Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_Substring_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01240B70, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_UInt32___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_UInt32_ * __this, List_1_UnityEngine_InputSystem_Utilities_Substring_ * source, Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_Substring_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_UInt32__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01240800, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_UInt32__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_UInt32__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2_ * __this, List_1_UnityEngine_InputSystem_Utilities_Substring_ * source, Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01240D20, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3_ * __this, List_1_UnityEngine_InputSystem_Utilities_Substring_ * source, Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01240ED0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, List_1_UnityEngine_InputSystem_Utilities_Substring_ * source, Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01241090, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, List_1_UnityEngine_InputSystem_Utilities_Substring_ * source, Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01241250, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, List_1_UnityEngine_InputSystem_Utilities_Substring_ * source, Func_2_UnityEngine_InputSystem_Utilities_Substring_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01241410, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Vector2_UnityEngine_Vector2__Select, (Enumerable_WhereSelectListIterator_2_UnityEngine_Vector2_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_UnityEngine_Vector2_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_Vector2_UnityEngine_Vector2_ * __this, List_1_UnityEngine_Vector2_ * source, Func_2_UnityEngine_Vector2_Boolean_ * predicate, Func_2_UnityEngine_Vector2_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Vector2_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_Vector2_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01245F70, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_Vector2_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_Vector2_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Vector2_UnityEngine_Vector2__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_Vector2_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Int32___ctor, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Int32_ * __this, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Int32__Clone, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01246120, bool, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Int32__MoveNext, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Int32__Where, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString_ * __this, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01246390, bool, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Select, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Select_1, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Select_2, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Select_3, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Select_4, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Select_5, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Select_6, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Select_7, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Select_8, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object___ctor, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Clone, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01246630, bool, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__MoveNext, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object__Where, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_UInt32___ctor, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_UInt32_ * __this, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_UInt32__Clone, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01246120, bool, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_UInt32__MoveNext, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_UInt32__Where, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2_ * __this, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012468B0, bool, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2__Where, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3_ * __this, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01246B20, bool, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3__Where, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01246DB0, bool, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01247050, bool, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, List_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012472F0, bool, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectListIterator_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Int32___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Int32_ * __this, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Int32__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012475A0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Int32__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Int32__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01247810, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Select, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Select_1, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Select_2, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Select_3, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Select_4, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Select_5, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Select_6, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Select_7, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Select_8, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01247AB0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_UInt32___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_UInt32_ * __this, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_UInt32__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012475A0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_UInt32__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_UInt32__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2_ * __this, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01247D30, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3_ * __this, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01247FA0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01248230, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012484D0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, List_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Boolean_ * predicate, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01248770, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Int32___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Int32_ * __this, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * source, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean_ * predicate, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Int32__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01240800, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Int32__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Int32__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Int32_ * __this, Func_2_Int32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString_ * __this, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * source, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean_ * predicate, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012409B0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString_ * __this, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Int32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Select, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Select_1, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Select_2, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Select_3, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Select_4, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Select_5, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Select_6, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Select_7, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00CBCFC0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Select_8, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * source, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean_ * predicate, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01240B70, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_Object_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_Object_ * __this, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_UInt32___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_UInt32_ * __this, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * source, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean_ * predicate, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_UInt32__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01240800, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_UInt32__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_UInt32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_System_UInt32_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_UInt32__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_System_UInt32_ * __this, Func_2_UInt32_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220530, void, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2_ * __this, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * source, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean_ * predicate, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220680, Enumerable_Iterator_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01240D20, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2_ * __this, Func_2_UnityEngine_Vector2_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01220900, void, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3_ * __this, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * source, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean_ * predicate, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01220A50, Enumerable_Iterator_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01240ED0, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3_ * __this, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221040, void, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * source, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean_ * predicate, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221190, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01241090, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * __this, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x012213B0, void, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * source, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean_ * predicate, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221500, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01241250, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x01221720, void, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo___ctor, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * source, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Boolean_ * predicate, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC(0x01221870, Enumerable_Iterator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Clone, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01241410, bool, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__MoveNext, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0123F920, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__Where, (Enumerable_WhereSelectListIterator_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * __this, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb___ctor, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01096010, bool, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Equals, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, uint8_t x, uint8_t y, MethodInfo * method)); DO_APP_FUNC(0x01248A20, int32_t, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__GetHashCode, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, uint8_t obj, MethodInfo * method)); DO_APP_FUNC(0x01248A30, bool, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01248B20, int32_t, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ *, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1__ctor, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x01096010, bool, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Equals, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, uint8_t x, uint8_t y, MethodInfo * method)); DO_APP_FUNC(0x01248A20, int32_t, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_GetHashCode, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, uint8_t obj, MethodInfo * method)); DO_APP_FUNC(0x01248BE0, bool, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01248CD0, int32_t, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 *, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2__ctor, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x01096010, bool, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Equals, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, uint8_t x, uint8_t y, MethodInfo * method)); DO_APP_FUNC(0x01248A20, int32_t, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_GetHashCode, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, uint8_t obj, MethodInfo * method)); DO_APP_FUNC(0x01248D90, bool, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01248E80, int32_t, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 *, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Boolean___ctor, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01096010, bool, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Boolean__Equals, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Boolean_ * __this, uint8_t x, uint8_t y, MethodInfo * method)); DO_APP_FUNC(0x01248A20, int32_t, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Boolean__GetHashCode, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Boolean_ * __this, uint8_t obj, MethodInfo * method)); DO_APP_FUNC(0x01248F40, bool, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Boolean__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Boolean_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01249030, int32_t, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Boolean__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Boolean_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Boolean_ *, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Boolean__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Int32___ctor, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01096010, bool, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Int32__Equals, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Int32_ * __this, uint8_t x, uint8_t y, MethodInfo * method)); DO_APP_FUNC(0x01248A20, int32_t, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Int32__GetHashCode, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Int32_ * __this, uint8_t obj, MethodInfo * method)); DO_APP_FUNC(0x012490F0, bool, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Int32__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Int32_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x012491E0, int32_t, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Int32__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Int32_ *, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Int32__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Int32Enum___ctor, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01096010, bool, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Int32Enum__Equals, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Int32Enum_ * __this, uint8_t x, uint8_t y, MethodInfo * method)); DO_APP_FUNC(0x01248A20, int32_t, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Int32Enum__GetHashCode, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Int32Enum_ * __this, uint8_t obj, MethodInfo * method)); DO_APP_FUNC(0x012492A0, bool, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Int32Enum__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Int32Enum_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01249390, int32_t, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Int32Enum__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Int32Enum_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Int32Enum_ *, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Int32Enum__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_IntPtr___ctor, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01096010, bool, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_IntPtr__Equals, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_IntPtr_ * __this, uint8_t x, uint8_t y, MethodInfo * method)); DO_APP_FUNC(0x01248A20, int32_t, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_IntPtr__GetHashCode, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_IntPtr_ * __this, uint8_t obj, MethodInfo * method)); DO_APP_FUNC(0x01249450, bool, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_IntPtr__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_IntPtr_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01249540, int32_t, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_IntPtr__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_IntPtr_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_IntPtr_ *, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_IntPtr__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Object___ctor, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01096010, bool, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Object__Equals, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Object_ * __this, uint8_t x, uint8_t y, MethodInfo * method)); DO_APP_FUNC(0x01248A20, int32_t, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Object__GetHashCode, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Object_ * __this, uint8_t obj, MethodInfo * method)); DO_APP_FUNC(0x01249600, bool, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Object__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x012496F0, int32_t, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Object__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Object_ *, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Object__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Single___ctor, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01096010, bool, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Single__Equals, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Single_ * __this, uint8_t x, uint8_t y, MethodInfo * method)); DO_APP_FUNC(0x01248A20, int32_t, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Single__GetHashCode, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Single_ * __this, uint8_t obj, MethodInfo * method)); DO_APP_FUNC(0x012497B0, bool, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Single__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Single_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x012498A0, int32_t, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Single__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Single_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Single_ *, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_System_Single__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_aQHgSHeigtcamfIWbNaiXaCiVwuq___ctor, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01096010, bool, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_aQHgSHeigtcamfIWbNaiXaCiVwuq__Equals, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, uint8_t x, uint8_t y, MethodInfo * method)); DO_APP_FUNC(0x01248A20, int32_t, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_aQHgSHeigtcamfIWbNaiXaCiVwuq__GetHashCode, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, uint8_t obj, MethodInfo * method)); DO_APP_FUNC(0x01249960, bool, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01249A50, int32_t, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_aQHgSHeigtcamfIWbNaiXaCiVwuq_ *, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_aQHgSHeigtcamfIWbNaiXaCiVwuq__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01096010, bool, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Equals, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, uint8_t x, uint8_t y, MethodInfo * method)); DO_APP_FUNC(0x01248A20, int32_t, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__GetHashCode, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, uint8_t obj, MethodInfo * method)); DO_APP_FUNC(0x01249B10, bool, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01249C00, int32_t, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ *, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01096010, bool, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Equals, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, uint8_t x, uint8_t y, MethodInfo * method)); DO_APP_FUNC(0x01248A20, int32_t, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__GetHashCode, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, uint8_t obj, MethodInfo * method)); DO_APP_FUNC(0x01249CC0, bool, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01249DB0, int32_t, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ *, EqualityComparerNoAlloc_1_T_WkVyLlrhUzOwpSBgObszqRFamgIG_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x01249E70, void, ConcurrentBag_1_T_WorkStealingQueue_System_Object___ctor, (ConcurrentBag_1_T_WorkStealingQueue_System_Object_ * __this, ConcurrentBag_1_T_WorkStealingQueue_System_Object_ * nextQueue, MethodInfo * method)); DO_APP_FUNC(0x0124B290, int32_t, ConcurrentBag_1_T_WorkStealingQueue_System_Object__DangerousCopyTo, (ConcurrentBag_1_T_WorkStealingQueue_System_Object_ * __this, Object__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x0124A6E0, void, ConcurrentBag_1_T_WorkStealingQueue_System_Object__LocalClear, (ConcurrentBag_1_T_WorkStealingQueue_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01249FA0, void, ConcurrentBag_1_T_WorkStealingQueue_System_Object__LocalPush, (ConcurrentBag_1_T_WorkStealingQueue_System_Object_ * __this, Object * item, int64_t * emptyToNonEmptyListTransitionCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91E20, ConcurrentBag_1_T_WorkStealingQueue_System_Object__LocalPush__MethodInfo); DO_APP_FUNC(0x0124ABF0, bool, ConcurrentBag_1_T_WorkStealingQueue_System_Object__TryLocalPeek, (ConcurrentBag_1_T_WorkStealingQueue_System_Object_ * __this, Object * * result, MethodInfo * method)); DO_APP_FUNC(0x0124A870, bool, ConcurrentBag_1_T_WorkStealingQueue_System_Object__TryLocalPop, (ConcurrentBag_1_T_WorkStealingQueue_System_Object_ * __this, Object * * result, MethodInfo * method)); DO_APP_FUNC(0x0124AE30, bool, ConcurrentBag_1_T_WorkStealingQueue_System_Object__TrySteal, (ConcurrentBag_1_T_WorkStealingQueue_System_Object_ * __this, Object * * result, bool take, MethodInfo * method)); DO_APP_FUNC(0x0124B3C0, int32_t, ConcurrentBag_1_T_WorkStealingQueue_System_Object__get_DangerousCount, (ConcurrentBag_1_T_WorkStealingQueue_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01249F80, bool, ConcurrentBag_1_T_WorkStealingQueue_System_Object__get_IsEmpty, (ConcurrentBag_1_T_WorkStealingQueue_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124B5A0, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Boolean___ctor, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124B3D0, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Boolean_ *, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Boolean__FvKXrycMxLjBpZDleGEaAspXiZGrA, (MethodInfo * method)); DO_APP_FUNC(0x0124B6A0, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Boolean__HmFafybDCaqswgOAMBRIbdwnmsiM, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124B9C0, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Boolean__YHnruJzGauHYGcCqCpSMXWWuCiwUA, (MethodInfo * method)); DO_APP_FUNC(0x0124B720, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Boolean__iXfxVUFIXSmRYpSFwTBdjQjAvQtI, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Boolean_ * __this, WaitCallback * param_000144f0, MethodInfo * method)); DO_APP_FUNC(0x0124B790, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Boolean__ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124B890, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Boolean__ixmAePEnLRGjkiYJbCTfPNBHXEcwB_1, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Boolean_ * __this, bool param_000144f1, MethodInfo * method)); DO_APP_FUNC(0x0124B810, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Boolean__koAztZrcZLyuMlaqoUCpAMQQIsgb, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124BA90, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Boolean__msZalRnIpVDqIyIpJcksjHIBAiSrA, (MethodInfo * method)); DO_APP_FUNC(0x0124B690, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Boolean__vdTszZJRecLRIChhmhhIvCzeOaOe, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124B4D0, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Boolean_ *, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Boolean__yKhZyIphkDUXDPcHFOVvZjyfcslz, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124BB40, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Boolean__ywnPQwRKhTeqhCfsGHWkglsjHBkq, (WaitCallback * param_000144f2, MethodInfo * method)); DO_APP_FUNC(0x0124B5A0, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Object___ctor, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124B3D0, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Object_ *, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Object__FvKXrycMxLjBpZDleGEaAspXiZGrA, (MethodInfo * method)); DO_APP_FUNC(0x0124BC20, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Object__HmFafybDCaqswgOAMBRIbdwnmsiM, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124B9C0, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Object__YHnruJzGauHYGcCqCpSMXWWuCiwUA, (MethodInfo * method)); DO_APP_FUNC(0x0124B720, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Object__iXfxVUFIXSmRYpSFwTBdjQjAvQtI, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Object_ * __this, WaitCallback * param_000144f0, MethodInfo * method)); DO_APP_FUNC(0x0124BCA0, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Object__ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124B890, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Object__ixmAePEnLRGjkiYJbCTfPNBHXEcwB_1, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Object_ * __this, bool param_000144f1, MethodInfo * method)); DO_APP_FUNC(0x0124B810, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Object__koAztZrcZLyuMlaqoUCpAMQQIsgb, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124BA90, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Object__msZalRnIpVDqIyIpJcksjHIBAiSrA, (MethodInfo * method)); DO_APP_FUNC(0x0124B690, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Object__vdTszZJRecLRIChhmhhIvCzeOaOe, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124B4D0, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_u0001_JxAmzehfQNgPTJDjSTqFBWaOwHYDA_System_Object_ *, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Object__yKhZyIphkDUXDPcHFOVvZjyfcslz, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124BB40, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_u0001_WpetvRyZFspUtspIbLPeDkNbztZe_System_Object__ywnPQwRKhTeqhCfsGHWkglsjHBkq, (WaitCallback * param_000144f2, MethodInfo * method)); DO_APP_FUNC(0x0124BD20, void, ObjectInstanceTracker_Wrapper_1_System_Object___ctor, (ObjectInstanceTracker_Wrapper_1_System_Object_ * __this, Object * param_0000c5f0, MethodInfo * method)); DO_APP_FUNC(0x0124BD70, void, ObjectInstanceTracker_Wrapper_1_System_Object___ctor_1, (ObjectInstanceTracker_Wrapper_1_System_Object_ * __this, Object * param_0000c5f1, ObjectInstanceTracker * param_0000c5f2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91E00, ObjectInstanceTracker_Wrapper_1_System_Object___ctor_1__MethodInfo); DO_APP_FUNC(0x0124BF00, void, ObjectInstanceTracker_Wrapper_1_System_Object__Dispose, (ObjectInstanceTracker_Wrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124BF70, void, ObjectInstanceTracker_Wrapper_1_System_Object__Dispose_1, (ObjectInstanceTracker_Wrapper_1_System_Object_ * __this, bool disposing, MethodInfo * method)); DO_APP_FUNC(0x01147000, void, ObjectInstanceTracker_Wrapper_1_System_Object__Finalize, (ObjectInstanceTracker_Wrapper_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124BFA0, void, XHashtable_1_TValue_XHashtableState_System_Object___ctor, (XHashtable_1_TValue_XHashtableState_System_Object_ * __this, XHashtable_1_TValue_ExtractKeyDelegate_System_Object_ * extractKey, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0124CA20, int32_t, XHashtable_1_TValue_XHashtableState_System_Object__ComputeHashCode, (String * key, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x0124C830, bool, XHashtable_1_TValue_XHashtableState_System_Object__FindEntry, (XHashtable_1_TValue_XHashtableState_System_Object_ * __this, int32_t hashCode, String * key, int32_t index, int32_t count, int32_t * entryIndex, MethodInfo * method)); DO_APP_FUNC(0x0124C140, XHashtable_1_TValue_XHashtableState_System_Object_ *, XHashtable_1_TValue_XHashtableState_System_Object__Resize, (XHashtable_1_TValue_XHashtableState_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91DF8, XHashtable_1_TValue_XHashtableState_System_Object__Resize__MethodInfo); DO_APP_FUNC(0x0124C590, bool, XHashtable_1_TValue_XHashtableState_System_Object__TryAdd, (XHashtable_1_TValue_XHashtableState_System_Object_ * __this, Object * value, Object * * newValue, MethodInfo * method)); DO_APP_FUNC(0x0124C440, bool, XHashtable_1_TValue_XHashtableState_System_Object__TryGetValue, (XHashtable_1_TValue_XHashtableState_System_Object_ * __this, String * key, int32_t index, int32_t count, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x0124CAB0, void, XHashtable_1_System_Object___ctor, (XHashtable_1_System_Object_ * __this, XHashtable_1_TValue_ExtractKeyDelegate_System_Object_ * extractKey, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x0124CBF0, Object *, XHashtable_1_System_Object__Add, (XHashtable_1_System_Object_ * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0124CBA0, bool, XHashtable_1_System_Object__TryGetValue, (XHashtable_1_System_Object_ * __this, String * key, int32_t index, int32_t count, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x0124CE10, void, Player_ControllerHelper_ConflictCheckingHelper_ZZwRogcovycddgLNjZRoLiIZFlRIb_1_System_Object___ctor, (Player_ControllerHelper_ConflictCheckingHelper_ZZwRogcovycddgLNjZRoLiIZFlRIb_1_System_Object_ * __this, int32_t param_0000a999, MethodInfo * method)); DO_APP_FUNC(0x0124CE90, bool, Player_ControllerHelper_ConflictCheckingHelper_ZZwRogcovycddgLNjZRoLiIZFlRIb_1_System_Object__MoveNext, (Player_ControllerHelper_ConflictCheckingHelper_ZZwRogcovycddgLNjZRoLiIZFlRIb_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124D5D0, void, Player_ControllerHelper_ConflictCheckingHelper_ZZwRogcovycddgLNjZRoLiIZFlRIb_1_System_Object__QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_ConflictCheckingHelper_ZZwRogcovycddgLNjZRoLiIZFlRIb_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124D6F0, IEnumerator_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_ZZwRogcovycddgLNjZRoLiIZFlRIb_1_System_Object__System_Collections_Generic_IEnumerable_Rewired_ElementAssignmentConflictInfo__GetEnumerator, (Player_ControllerHelper_ConflictCheckingHelper_ZZwRogcovycddgLNjZRoLiIZFlRIb_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8420, ElementAssignmentConflictInfo, Player_ControllerHelper_ConflictCheckingHelper_ZZwRogcovycddgLNjZRoLiIZFlRIb_1_System_Object__System_Collections_Generic_IEnumerator_Rewired_ElementAssignmentConflictInfo__get_Current, (Player_ControllerHelper_ConflictCheckingHelper_ZZwRogcovycddgLNjZRoLiIZFlRIb_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDDA30, IEnumerator *, Player_ControllerHelper_ConflictCheckingHelper_ZZwRogcovycddgLNjZRoLiIZFlRIb_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_ConflictCheckingHelper_ZZwRogcovycddgLNjZRoLiIZFlRIb_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124D630, void, Player_ControllerHelper_ConflictCheckingHelper_ZZwRogcovycddgLNjZRoLiIZFlRIb_1_System_Object__System_Collections_IEnumerator_Reset, (Player_ControllerHelper_ConflictCheckingHelper_ZZwRogcovycddgLNjZRoLiIZFlRIb_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91DD0, Player_ControllerHelper_ConflictCheckingHelper_ZZwRogcovycddgLNjZRoLiIZFlRIb_1_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x0124D680, Object *, Player_ControllerHelper_ConflictCheckingHelper_ZZwRogcovycddgLNjZRoLiIZFlRIb_1_System_Object__System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_ConflictCheckingHelper_ZZwRogcovycddgLNjZRoLiIZFlRIb_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0960, void, Player_ControllerHelper_ConflictCheckingHelper_ZZwRogcovycddgLNjZRoLiIZFlRIb_1_System_Object__System_IDisposable_Dispose, (Player_ControllerHelper_ConflictCheckingHelper_ZZwRogcovycddgLNjZRoLiIZFlRIb_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb___ctor, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124D920, bool, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Equals, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x0124D930, int32_t, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__GetHashCode, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, float obj, MethodInfo * method)); DO_APP_FUNC(0x0124D9A0, bool, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0124DA90, int32_t, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ *, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1__ctor, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x0124D920, bool, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Equals, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x0124D930, int32_t, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_GetHashCode, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, float obj, MethodInfo * method)); DO_APP_FUNC(0x0124DB50, bool, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0124DC40, int32_t, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 *, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2__ctor, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x0124D920, bool, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Equals, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x0124D930, int32_t, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_GetHashCode, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, float obj, MethodInfo * method)); DO_APP_FUNC(0x0124DD00, bool, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0124DDF0, int32_t, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 *, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Boolean___ctor, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124D920, bool, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Boolean__Equals, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Boolean_ * __this, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x0124D930, int32_t, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Boolean__GetHashCode, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Boolean_ * __this, float obj, MethodInfo * method)); DO_APP_FUNC(0x0124DEB0, bool, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Boolean__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Boolean_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0124DFA0, int32_t, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Boolean__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Boolean_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Boolean_ *, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Boolean__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Int32___ctor, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124D920, bool, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Int32__Equals, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Int32_ * __this, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x0124D930, int32_t, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Int32__GetHashCode, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Int32_ * __this, float obj, MethodInfo * method)); DO_APP_FUNC(0x0124E060, bool, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Int32__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Int32_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0124E150, int32_t, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Int32__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Int32_ *, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Int32__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Int32Enum___ctor, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124D920, bool, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Int32Enum__Equals, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Int32Enum_ * __this, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x0124D930, int32_t, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Int32Enum__GetHashCode, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Int32Enum_ * __this, float obj, MethodInfo * method)); DO_APP_FUNC(0x0124E210, bool, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Int32Enum__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Int32Enum_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0124E300, int32_t, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Int32Enum__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Int32Enum_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Int32Enum_ *, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Int32Enum__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_IntPtr___ctor, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124D920, bool, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_IntPtr__Equals, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_IntPtr_ * __this, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x0124D930, int32_t, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_IntPtr__GetHashCode, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_IntPtr_ * __this, float obj, MethodInfo * method)); DO_APP_FUNC(0x0124E3C0, bool, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_IntPtr__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_IntPtr_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0124E4B0, int32_t, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_IntPtr__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_IntPtr_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_IntPtr_ *, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_IntPtr__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Object___ctor, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124D920, bool, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Object__Equals, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Object_ * __this, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x0124D930, int32_t, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Object__GetHashCode, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Object_ * __this, float obj, MethodInfo * method)); DO_APP_FUNC(0x0124E570, bool, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Object__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0124E660, int32_t, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Object__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Object_ *, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Object__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Single___ctor, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124D920, bool, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Single__Equals, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Single_ * __this, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x0124D930, int32_t, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Single__GetHashCode, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Single_ * __this, float obj, MethodInfo * method)); DO_APP_FUNC(0x0124E720, bool, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Single__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Single_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0124E810, int32_t, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Single__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Single_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Single_ *, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_System_Single__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_aQHgSHeigtcamfIWbNaiXaCiVwuq___ctor, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124D920, bool, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_aQHgSHeigtcamfIWbNaiXaCiVwuq__Equals, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x0124D930, int32_t, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_aQHgSHeigtcamfIWbNaiXaCiVwuq__GetHashCode, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, float obj, MethodInfo * method)); DO_APP_FUNC(0x0124E8D0, bool, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0124E9C0, int32_t, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_aQHgSHeigtcamfIWbNaiXaCiVwuq_ *, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_aQHgSHeigtcamfIWbNaiXaCiVwuq__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124D920, bool, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Equals, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x0124D930, int32_t, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__GetHashCode, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, float obj, MethodInfo * method)); DO_APP_FUNC(0x0124EA80, bool, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0124EB70, int32_t, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ *, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124D920, bool, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Equals, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, float x, float y, MethodInfo * method)); DO_APP_FUNC(0x0124D930, int32_t, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__GetHashCode, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, float obj, MethodInfo * method)); DO_APP_FUNC(0x0124EC30, bool, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0124ED20, int32_t, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ *, EqualityComparerNoAlloc_1_T_ZfRVUoDQALTuSmKYXlyTvgtayLIB_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003BAD60, void, UpdateLoopDataSet_1_T_ZiclZXYpwdehzXmFmEsJccSZMPwKA_System_Object___ctor, (UpdateLoopDataSet_1_T_ZiclZXYpwdehzXmFmEsJccSZMPwKA_System_Object_ * __this, UpdateLoopType__Enum param_00009b91, MethodInfo * method)); DO_APP_FUNC(0x0124EDE0, void, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object___ctor, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91DC0, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x0124FEB0, Controller *, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object__DsQAGrHtBEqymcTKzlewdnJDyerlB, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object_ * __this, int32_t param_0000a9bd, MethodInfo * method)); DO_APP_FUNC(0x0124F900, int32_t, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object__FbVjLtHLJdWBRcHvdYaWJslulpRCb, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object_ * __this, String * param_0000a9b7, MethodInfo * method)); DO_APP_FUNC(0x0124F880, int32_t, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object__HVujqEvIFcMKdvpImleAuaPcoEPv, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object_ * __this, Object * param_0000a9b6, MethodInfo * method)); DO_APP_FUNC(0x0124F780, int32_t, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object__HVujqEvIFcMKdvpImleAuaPcoEPv_1, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object_ * __this, int32_t param_0000a9b5, MethodInfo * method)); DO_APP_FUNC(0x0124FFC0, int32_t, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object__HscnOvIydTMDlDFgYQSmBxqikiEK, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object_ * __this, Controller * param_0000a9bf, MethodInfo * method)); DO_APP_FUNC(0x0124FDD0, void, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object__QLQzpQdutNSATlgnoHKVXsCTJLNM, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object_ * __this, Controller * param_0000a9bc, MethodInfo * method)); DO_APP_FUNC(0x011678A0, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_u0001_u0002_iFdhrNpmwqfCBhYGNyxLdlHCddIiA_System_Object_System_Object_ *, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object__RqlQXVCuqdhJnxcXhpOqbWpqutCF, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object_ * __this, int32_t param_0000a9ab, MethodInfo * method)); DO_APP_FUNC(0x0124F440, void, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object__SzMdqRXgLTGYARlxzBqCzXXpeSru, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object_ * __this, Object * param_0000a9b0, MethodInfo * method)); DO_APP_FUNC(0x0124F300, void, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object__SzMdqRXgLTGYARlxzBqCzXXpeSru_1, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object_ * __this, int32_t param_0000a9af, MethodInfo * method)); DO_APP_FUNC(0x012500A0, Controller *, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object__UGmkbJggBBgCAbxPMNdJAGcczVuQ, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object_ * __this, String * param_0000a9c0, MethodInfo * method)); DO_APP_FUNC(0x010120E0, int32_t, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object__VJsfGkCeXFnNPjNkvMaQfRowrhXo, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124F700, bool, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object__VfpgCWArzMRwmtPRIAXRmxwrgJeEA, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object_ * __this, Object * param_0000a9b4, MethodInfo * method)); DO_APP_FUNC(0x0124F610, bool, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object__VfpgCWArzMRwmtPRIAXRmxwrgJeEA_1, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object_ * __this, int32_t param_0000a9b3, MethodInfo * method)); DO_APP_FUNC(0x0124FEE0, bool, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object__fahoJdCSzbGhQMSADzxnfbTpuoil, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object_ * __this, Controller * param_0000a9be, MethodInfo * method)); DO_APP_FUNC(0x003B93E0, IList_1_System_Object_ *, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object__iocEQujuhvfIjkXLMvPAcYMVqtPsA, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124F4A0, void, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object__jGfZqYbBvBEoNirjtGMKrCXciSHeA, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object_ * __this, int32_t param_0000a9b1, MethodInfo * method)); DO_APP_FUNC(0x011678A0, Player_ControllerHelper_omnFBghUGhbALLyoUbkUTTZcLLHw *, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object__nFIgjMRMLqzqBLbaUrIlKSkoJRdB, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object_ * __this, int32_t param_0000a9b8, MethodInfo * method)); DO_APP_FUNC(0x0124FB10, void, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object__sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124F560, Object *, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object__wlIXihzDaiWJqyTKSzVwLUmcSFne, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object_ * __this, int32_t param_0000a9b2, MethodInfo * method)); DO_APP_FUNC(0x0124FBB0, Player_ControllerHelper_omnFBghUGhbALLyoUbkUTTZcLLHw *, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object__xUpDEdrrQknqZqwEjvQvxCMSMwJc, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object_ * __this, Controller * param_0000a9ba, MethodInfo * method)); DO_APP_FUNC(0x0124FB80, Player_ControllerHelper_omnFBghUGhbALLyoUbkUTTZcLLHw *, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object__xUpDEdrrQknqZqwEjvQvxCMSMwJc_1, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object_ * __this, int32_t param_0000a9b9, MethodInfo * method)); DO_APP_FUNC(0x0124FD10, void, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object__xnbGkCrBjHjNBdbisXRGgvdLUkulA, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object_ * __this, Player_ControllerHelper_omnFBghUGhbALLyoUbkUTTZcLLHw * param_0000a9bb, MethodInfo * method)); DO_APP_FUNC(0x0041F4C0, ControllerType__Enum, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object__yUYzgSaMoEEHcqmlkUhGfzyyGwhU, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0124F250, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_u0001_u0002_iFdhrNpmwqfCBhYGNyxLdlHCddIiA_System_Object_System_Object_ *, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object__zMZhQpvljSyeqhEYHwethRDmnvCu, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object_ * __this, Object * param_0000a9ad, MethodInfo * method)); DO_APP_FUNC(0x0124F1B0, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_u0001_u0002_iFdhrNpmwqfCBhYGNyxLdlHCddIiA_System_Object_System_Object_ *, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object__zMZhQpvljSyeqhEYHwethRDmnvCu_1, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object_ * __this, int32_t param_0000a9ac, MethodInfo * method)); DO_APP_FUNC(0x0124F280, void, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object__zVTuGChLzNMaVMNDorSwWqYdamYfA, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_System_Object_System_Object_ * __this, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_u0001_u0002_iFdhrNpmwqfCBhYGNyxLdlHCddIiA_System_Object_System_Object_ * param_0000a9ae, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb___ctor, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Equals, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x00ADBBC0, int32_t, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__GetHashCode, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x01250140, bool, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01250230, int32_t, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ *, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1__ctor, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Equals, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x00ADBBC0, int32_t, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_GetHashCode, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x012502F0, bool, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x012503E0, int32_t, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 *, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2__ctor, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Equals, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x00ADBBC0, int32_t, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_GetHashCode, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x012504A0, bool, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01250590, int32_t, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 *, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Boolean___ctor, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Boolean__Equals, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Boolean_ * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x00ADBBC0, int32_t, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Boolean__GetHashCode, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Boolean_ * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x01250650, bool, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Boolean__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Boolean_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01250740, int32_t, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Boolean__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Boolean_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Boolean_ *, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Boolean__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Int32___ctor, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Int32__Equals, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Int32_ * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x00ADBBC0, int32_t, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Int32__GetHashCode, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Int32_ * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x01250800, bool, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Int32__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Int32_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x012508F0, int32_t, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Int32__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Int32_ *, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Int32__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Int32Enum___ctor, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Int32Enum__Equals, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Int32Enum_ * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x00ADBBC0, int32_t, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Int32Enum__GetHashCode, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Int32Enum_ * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x012509B0, bool, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Int32Enum__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Int32Enum_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01250AA0, int32_t, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Int32Enum__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Int32Enum_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Int32Enum_ *, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Int32Enum__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_IntPtr___ctor, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_IntPtr__Equals, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_IntPtr_ * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x00ADBBC0, int32_t, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_IntPtr__GetHashCode, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_IntPtr_ * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x01250B60, bool, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_IntPtr__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_IntPtr_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01250C50, int32_t, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_IntPtr__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_IntPtr_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_IntPtr_ *, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_IntPtr__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Object___ctor, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Object__Equals, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Object_ * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x00ADBBC0, int32_t, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Object__GetHashCode, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Object_ * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x01250D10, bool, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Object__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01250E00, int32_t, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Object__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Object_ *, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Object__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Single___ctor, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Single__Equals, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Single_ * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x00ADBBC0, int32_t, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Single__GetHashCode, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Single_ * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x01250EC0, bool, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Single__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Single_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01250FB0, int32_t, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Single__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Single_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Single_ *, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_System_Single__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_aQHgSHeigtcamfIWbNaiXaCiVwuq___ctor, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_aQHgSHeigtcamfIWbNaiXaCiVwuq__Equals, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x00ADBBC0, int32_t, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_aQHgSHeigtcamfIWbNaiXaCiVwuq__GetHashCode, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x01251070, bool, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01251160, int32_t, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_aQHgSHeigtcamfIWbNaiXaCiVwuq_ *, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_aQHgSHeigtcamfIWbNaiXaCiVwuq__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Equals, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x00ADBBC0, int32_t, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__GetHashCode, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x01251220, bool, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01251310, int32_t, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ *, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Equals, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, uint64_t x, uint64_t y, MethodInfo * method)); DO_APP_FUNC(0x00ADBBC0, int32_t, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__GetHashCode, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, uint64_t obj, MethodInfo * method)); DO_APP_FUNC(0x012513D0, bool, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x012514C0, int32_t, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ *, EqualityComparerNoAlloc_1_T_fFneAffTWdCmrtPwVTBLxUdIKYbeb_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb___ctor, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Equals, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, uint32_t x, uint32_t y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__GetHashCode, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, uint32_t obj, MethodInfo * method)); DO_APP_FUNC(0x01251580, bool, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01251670, int32_t, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ *, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1__ctor, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Equals, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, uint32_t x, uint32_t y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_GetHashCode, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, uint32_t obj, MethodInfo * method)); DO_APP_FUNC(0x01251730, bool, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01251820, int32_t, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 *, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2__ctor, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Equals, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, uint32_t x, uint32_t y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_GetHashCode, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, uint32_t obj, MethodInfo * method)); DO_APP_FUNC(0x012518E0, bool, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x012519D0, int32_t, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 *, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Boolean___ctor, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Boolean__Equals, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Boolean_ * __this, uint32_t x, uint32_t y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Boolean__GetHashCode, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Boolean_ * __this, uint32_t obj, MethodInfo * method)); DO_APP_FUNC(0x01251A90, bool, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Boolean__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Boolean_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01251B80, int32_t, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Boolean__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Boolean_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Boolean_ *, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Boolean__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Int32___ctor, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Int32__Equals, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Int32_ * __this, uint32_t x, uint32_t y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Int32__GetHashCode, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Int32_ * __this, uint32_t obj, MethodInfo * method)); DO_APP_FUNC(0x01251C40, bool, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Int32__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Int32_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01251D30, int32_t, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Int32__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Int32_ *, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Int32__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Int32Enum___ctor, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Int32Enum__Equals, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Int32Enum_ * __this, uint32_t x, uint32_t y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Int32Enum__GetHashCode, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Int32Enum_ * __this, uint32_t obj, MethodInfo * method)); DO_APP_FUNC(0x01251DF0, bool, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Int32Enum__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Int32Enum_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01251EE0, int32_t, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Int32Enum__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Int32Enum_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Int32Enum_ *, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Int32Enum__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_IntPtr___ctor, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_IntPtr__Equals, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_IntPtr_ * __this, uint32_t x, uint32_t y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_IntPtr__GetHashCode, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_IntPtr_ * __this, uint32_t obj, MethodInfo * method)); DO_APP_FUNC(0x01251FA0, bool, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_IntPtr__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_IntPtr_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01252090, int32_t, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_IntPtr__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_IntPtr_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_IntPtr_ *, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_IntPtr__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Object___ctor, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Object__Equals, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Object_ * __this, uint32_t x, uint32_t y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Object__GetHashCode, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Object_ * __this, uint32_t obj, MethodInfo * method)); DO_APP_FUNC(0x01252150, bool, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Object__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01252240, int32_t, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Object__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Object_ *, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Object__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Single___ctor, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Single__Equals, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Single_ * __this, uint32_t x, uint32_t y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Single__GetHashCode, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Single_ * __this, uint32_t obj, MethodInfo * method)); DO_APP_FUNC(0x01252300, bool, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Single__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Single_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x012523F0, int32_t, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Single__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Single_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Single_ *, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_System_Single__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_aQHgSHeigtcamfIWbNaiXaCiVwuq___ctor, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_aQHgSHeigtcamfIWbNaiXaCiVwuq__Equals, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, uint32_t x, uint32_t y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_aQHgSHeigtcamfIWbNaiXaCiVwuq__GetHashCode, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, uint32_t obj, MethodInfo * method)); DO_APP_FUNC(0x012524B0, bool, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x012525A0, int32_t, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_aQHgSHeigtcamfIWbNaiXaCiVwuq_ *, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_aQHgSHeigtcamfIWbNaiXaCiVwuq__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Equals, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, uint32_t x, uint32_t y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__GetHashCode, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, uint32_t obj, MethodInfo * method)); DO_APP_FUNC(0x01252660, bool, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01252750, int32_t, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ *, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00AE0730, bool, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Equals, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, uint32_t x, uint32_t y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__GetHashCode, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, uint32_t obj, MethodInfo * method)); DO_APP_FUNC(0x01252810, bool, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01252900, int32_t, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ *, EqualityComparerNoAlloc_1_T_fZpxOHLBEAHAPrLPSbKbfGiqJAwN_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x012529C0, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_gNYjUIktDXRZjAojpQIrHCBFyQwH_1_System_Object___ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_gNYjUIktDXRZjAojpQIrHCBFyQwH_1_System_Object_ * __this, Object * param_0000b82b, Object * param_0000b82c, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK_WRvhXuEtMWKjDEQrQRSMzfAFPLvF__Enum param_0000b82d, IList_1_System_Object_ * param_0000b82e, bool param_0000b82f, MethodInfo * method)); DO_APP_FUNC(0x0124CE10, void, Player_ControllerHelper_ConflictCheckingHelper_gQqMyMtywVcGcgvnrUdxtsGUOGbd_1_System_Object___ctor, (Player_ControllerHelper_ConflictCheckingHelper_gQqMyMtywVcGcgvnrUdxtsGUOGbd_1_System_Object_ * __this, int32_t param_0000a998, MethodInfo * method)); DO_APP_FUNC(0x01252AE0, bool, Player_ControllerHelper_ConflictCheckingHelper_gQqMyMtywVcGcgvnrUdxtsGUOGbd_1_System_Object__MoveNext, (Player_ControllerHelper_ConflictCheckingHelper_gQqMyMtywVcGcgvnrUdxtsGUOGbd_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01253110, void, Player_ControllerHelper_ConflictCheckingHelper_gQqMyMtywVcGcgvnrUdxtsGUOGbd_1_System_Object__QDNfcoFoaHbIufcPJbjePGvhmFBLb, (Player_ControllerHelper_ConflictCheckingHelper_gQqMyMtywVcGcgvnrUdxtsGUOGbd_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01253230, IEnumerator_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_gQqMyMtywVcGcgvnrUdxtsGUOGbd_1_System_Object__System_Collections_Generic_IEnumerable_Rewired_ElementAssignmentConflictInfo__GetEnumerator, (Player_ControllerHelper_ConflictCheckingHelper_gQqMyMtywVcGcgvnrUdxtsGUOGbd_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD8420, ElementAssignmentConflictInfo, Player_ControllerHelper_ConflictCheckingHelper_gQqMyMtywVcGcgvnrUdxtsGUOGbd_1_System_Object__System_Collections_Generic_IEnumerator_Rewired_ElementAssignmentConflictInfo__get_Current, (Player_ControllerHelper_ConflictCheckingHelper_gQqMyMtywVcGcgvnrUdxtsGUOGbd_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FDDA30, IEnumerator *, Player_ControllerHelper_ConflictCheckingHelper_gQqMyMtywVcGcgvnrUdxtsGUOGbd_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_ConflictCheckingHelper_gQqMyMtywVcGcgvnrUdxtsGUOGbd_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01253170, void, Player_ControllerHelper_ConflictCheckingHelper_gQqMyMtywVcGcgvnrUdxtsGUOGbd_1_System_Object__System_Collections_IEnumerator_Reset, (Player_ControllerHelper_ConflictCheckingHelper_gQqMyMtywVcGcgvnrUdxtsGUOGbd_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91DB8, Player_ControllerHelper_ConflictCheckingHelper_gQqMyMtywVcGcgvnrUdxtsGUOGbd_1_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x012531C0, Object *, Player_ControllerHelper_ConflictCheckingHelper_gQqMyMtywVcGcgvnrUdxtsGUOGbd_1_System_Object__System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_ConflictCheckingHelper_gQqMyMtywVcGcgvnrUdxtsGUOGbd_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0960, void, Player_ControllerHelper_ConflictCheckingHelper_gQqMyMtywVcGcgvnrUdxtsGUOGbd_1_System_Object__System_IDisposable_Dispose, (Player_ControllerHelper_ConflictCheckingHelper_gQqMyMtywVcGcgvnrUdxtsGUOGbd_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb___ctor, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012534C0, bool, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Equals, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, bool x, bool y, MethodInfo * method)); DO_APP_FUNC(0x012534D0, int32_t, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__GetHashCode, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, bool obj, MethodInfo * method)); DO_APP_FUNC(0x01253520, bool, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01253610, int32_t, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ *, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1__ctor, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x012534C0, bool, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Equals, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, bool x, bool y, MethodInfo * method)); DO_APP_FUNC(0x012536D0, int32_t, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_GetHashCode, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, bool obj, MethodInfo * method)); DO_APP_FUNC(0x01253720, bool, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01253810, int32_t, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 *, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2__ctor, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x012534C0, bool, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Equals, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, bool x, bool y, MethodInfo * method)); DO_APP_FUNC(0x012538D0, int32_t, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_GetHashCode, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, bool obj, MethodInfo * method)); DO_APP_FUNC(0x01253920, bool, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01253A10, int32_t, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 *, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Boolean___ctor, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012534C0, bool, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Boolean__Equals, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Boolean_ * __this, bool x, bool y, MethodInfo * method)); DO_APP_FUNC(0x01253AD0, int32_t, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Boolean__GetHashCode, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Boolean_ * __this, bool obj, MethodInfo * method)); DO_APP_FUNC(0x01253B20, bool, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Boolean__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Boolean_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01253C10, int32_t, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Boolean__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Boolean_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Boolean_ *, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Boolean__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Int32___ctor, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012534C0, bool, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Int32__Equals, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Int32_ * __this, bool x, bool y, MethodInfo * method)); DO_APP_FUNC(0x01253CD0, int32_t, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Int32__GetHashCode, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Int32_ * __this, bool obj, MethodInfo * method)); DO_APP_FUNC(0x01253D20, bool, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Int32__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Int32_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01253E10, int32_t, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Int32__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Int32_ *, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Int32__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Int32Enum___ctor, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012534C0, bool, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Int32Enum__Equals, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Int32Enum_ * __this, bool x, bool y, MethodInfo * method)); DO_APP_FUNC(0x01253ED0, int32_t, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Int32Enum__GetHashCode, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Int32Enum_ * __this, bool obj, MethodInfo * method)); DO_APP_FUNC(0x01253F20, bool, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Int32Enum__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Int32Enum_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01254010, int32_t, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Int32Enum__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Int32Enum_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Int32Enum_ *, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Int32Enum__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_IntPtr___ctor, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012534C0, bool, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_IntPtr__Equals, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_IntPtr_ * __this, bool x, bool y, MethodInfo * method)); DO_APP_FUNC(0x012540D0, int32_t, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_IntPtr__GetHashCode, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_IntPtr_ * __this, bool obj, MethodInfo * method)); DO_APP_FUNC(0x01254120, bool, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_IntPtr__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_IntPtr_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01254210, int32_t, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_IntPtr__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_IntPtr_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_IntPtr_ *, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_IntPtr__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Object___ctor, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012534C0, bool, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Object__Equals, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Object_ * __this, bool x, bool y, MethodInfo * method)); DO_APP_FUNC(0x012542D0, int32_t, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Object__GetHashCode, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Object_ * __this, bool obj, MethodInfo * method)); DO_APP_FUNC(0x01254320, bool, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Object__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01254410, int32_t, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Object__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Object_ *, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Object__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Single___ctor, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012534C0, bool, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Single__Equals, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Single_ * __this, bool x, bool y, MethodInfo * method)); DO_APP_FUNC(0x012544D0, int32_t, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Single__GetHashCode, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Single_ * __this, bool obj, MethodInfo * method)); DO_APP_FUNC(0x01254520, bool, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Single__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Single_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01254610, int32_t, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Single__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Single_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Single_ *, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_System_Single__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_aQHgSHeigtcamfIWbNaiXaCiVwuq___ctor, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012534C0, bool, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_aQHgSHeigtcamfIWbNaiXaCiVwuq__Equals, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, bool x, bool y, MethodInfo * method)); DO_APP_FUNC(0x012546D0, int32_t, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_aQHgSHeigtcamfIWbNaiXaCiVwuq__GetHashCode, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, bool obj, MethodInfo * method)); DO_APP_FUNC(0x01254720, bool, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01254810, int32_t, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_aQHgSHeigtcamfIWbNaiXaCiVwuq_ *, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_aQHgSHeigtcamfIWbNaiXaCiVwuq__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012534C0, bool, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Equals, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, bool x, bool y, MethodInfo * method)); DO_APP_FUNC(0x012548D0, int32_t, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__GetHashCode, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, bool obj, MethodInfo * method)); DO_APP_FUNC(0x01254920, bool, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01254A10, int32_t, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ *, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012534C0, bool, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Equals, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, bool x, bool y, MethodInfo * method)); DO_APP_FUNC(0x01254AD0, int32_t, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__GetHashCode, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, bool obj, MethodInfo * method)); DO_APP_FUNC(0x01254B20, bool, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01254C10, int32_t, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ *, EqualityComparerNoAlloc_1_T_gmmNfVCEZqZfdjzIZmRniMfVitnv_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003BAE40, void, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_u0001_u0002_iFdhrNpmwqfCBhYGNyxLdlHCddIiA_System_Object_System_Object___ctor, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_u0001_u0002_iFdhrNpmwqfCBhYGNyxLdlHCddIiA_System_Object_System_Object_ * __this, Object * param_0000a9c1, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * param_0000a9c2, MethodInfo * method)); DO_APP_FUNC(0x01254CE0, void, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_u0001_u0002_iFdhrNpmwqfCBhYGNyxLdlHCddIiA_System_Object_System_Object__KzHFSnBLnhRhJcGgGFGzSJDcqUfK, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_u0001_u0002_iFdhrNpmwqfCBhYGNyxLdlHCddIiA_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, ryeyPcIHKUxvhqoSFdEblCaJWQPv *, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_u0001_u0002_iFdhrNpmwqfCBhYGNyxLdlHCddIiA_System_Object_System_Object__TuUrBjczcUFbRnoLPlelrsfZbaDV, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_u0001_u0002_iFdhrNpmwqfCBhYGNyxLdlHCddIiA_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93C0, Controller *, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_u0001_u0002_iFdhrNpmwqfCBhYGNyxLdlHCddIiA_System_Object_System_Object__hHwOMECApTXSywdOdrXNxuPRvmXR, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_u0001_u0002_iFdhrNpmwqfCBhYGNyxLdlHCddIiA_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01254CD0, double, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_u0001_u0002_iFdhrNpmwqfCBhYGNyxLdlHCddIiA_System_Object_System_Object__rjXyPZTfUGnAoKdRwPAbqfZGdZMt, (Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_u0001_u0002_iFdhrNpmwqfCBhYGNyxLdlHCddIiA_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01121230, void, iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_System_Object___ctor, (iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01254D50, void, iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_System_Object__CsqFTjKavXMkgQSnWYUvsnJkhllhb, (iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_System_Object_ * __this, int32_t param_00009b2e, Controller * param_00009b2f, Controller * param_00009b30, Controller * param_00009b31, MethodInfo * method)); DO_APP_FUNC(0x01254F40, void, iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_System_Object__LWvZAgWUgFSrMTEyoUTNQXBVREAh, (iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_System_Object_ * __this, Object * param_00009b32, MethodInfo * method)); DO_APP_FUNC(0x01254FA0, void, iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_System_Object__LWvZAgWUgFSrMTEyoUTNQXBVREAh_1, (iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_System_Object_ * __this, Object * param_00009b33, ControllerType__Enum param_00009b34, MethodInfo * method)); DO_APP_FUNC(0x01255000, void, iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_System_Object__ilxyGSEjXznIhEbmncUNdSsFqjdg, (iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_System_Object_ * __this, Object * param_00009b35, MethodInfo * method)); DO_APP_FUNC(0x01255060, void, iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_System_Object__ilxyGSEjXznIhEbmncUNdSsFqjdg_1, (iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_System_Object_ * __this, Object * param_00009b36, ControllerType__Enum param_00009b37, MethodInfo * method)); DO_APP_FUNC(0x012550C0, void, iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_System_Object__sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01255120, void, iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_System_Object__zZLMUgXpiKirCyPPhqOJOhXcGIPx, (iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ldnqCJRTNbykOZAyPczivAgtlhxQ_1_u0001_jEsaWzLwlIZUsezUlCRicPGAYZUg_System_Object___ctor, (ldnqCJRTNbykOZAyPczivAgtlhxQ_1_u0001_jEsaWzLwlIZUsezUlCRicPGAYZUg_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01255140, bool, ldnqCJRTNbykOZAyPczivAgtlhxQ_1_u0001_jEsaWzLwlIZUsezUlCRicPGAYZUg_System_Object__qzJIoFQXMOabnqrdhlzkCVTJDlTe, (ldnqCJRTNbykOZAyPczivAgtlhxQ_1_u0001_jEsaWzLwlIZUsezUlCRicPGAYZUg_System_Object_ * __this, ldnqCJRTNbykOZAyPczivAgtlhxQ_1_u0001_ywtZPPrElpcINJiNufkjaDyFYDcAB_System_Object_ * param_00009b4d, MethodInfo * method)); DO_APP_FUNC(0x01030500, void, Player_ControllerHelper_MapHelper_kBAIbKelAKkpCJAkhTDqMuKFHhAVA_1_System_Object___ctor, (Player_ControllerHelper_MapHelper_kBAIbKelAKkpCJAkhTDqMuKFHhAVA_1_System_Object_ * __this, int32_t param_0000adcb, MethodInfo * method)); DO_APP_FUNC(0x012551B0, bool, Player_ControllerHelper_MapHelper_kBAIbKelAKkpCJAkhTDqMuKFHhAVA_1_System_Object__MoveNext, (Player_ControllerHelper_MapHelper_kBAIbKelAKkpCJAkhTDqMuKFHhAVA_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012554A0, IEnumerator_1_System_Object_ *, Player_ControllerHelper_MapHelper_kBAIbKelAKkpCJAkhTDqMuKFHhAVA_1_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (Player_ControllerHelper_MapHelper_kBAIbKelAKkpCJAkhTDqMuKFHhAVA_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Player_ControllerHelper_MapHelper_kBAIbKelAKkpCJAkhTDqMuKFHhAVA_1_System_Object__System_Collections_Generic_IEnumerator_T__get_Current, (Player_ControllerHelper_MapHelper_kBAIbKelAKkpCJAkhTDqMuKFHhAVA_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD0FF0, IEnumerator *, Player_ControllerHelper_MapHelper_kBAIbKelAKkpCJAkhTDqMuKFHhAVA_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_MapHelper_kBAIbKelAKkpCJAkhTDqMuKFHhAVA_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01255450, void, Player_ControllerHelper_MapHelper_kBAIbKelAKkpCJAkhTDqMuKFHhAVA_1_System_Object__System_Collections_IEnumerator_Reset, (Player_ControllerHelper_MapHelper_kBAIbKelAKkpCJAkhTDqMuKFHhAVA_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91DB0, Player_ControllerHelper_MapHelper_kBAIbKelAKkpCJAkhTDqMuKFHhAVA_1_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Player_ControllerHelper_MapHelper_kBAIbKelAKkpCJAkhTDqMuKFHhAVA_1_System_Object__System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_MapHelper_kBAIbKelAKkpCJAkhTDqMuKFHhAVA_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Player_ControllerHelper_MapHelper_kBAIbKelAKkpCJAkhTDqMuKFHhAVA_1_System_Object__System_IDisposable_Dispose, (Player_ControllerHelper_MapHelper_kBAIbKelAKkpCJAkhTDqMuKFHhAVA_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01255600, void, SafeDelegate_1_T_lDUIkOOzTLzJVCkEensqaDImdJwo_System_Object___ctor, (SafeDelegate_1_T_lDUIkOOzTLzJVCkEensqaDImdJwo_System_Object_ * __this, Object * param_0000c023, MethodInfo * method)); DO_APP_FUNC(0x01255860, void, SafeDelegate_1_T_lDUIkOOzTLzJVCkEensqaDImdJwo_System_Object___ctor_1, (SafeDelegate_1_T_lDUIkOOzTLzJVCkEensqaDImdJwo_System_Object_ * __this, SafeDelegate_1_T_lDUIkOOzTLzJVCkEensqaDImdJwo_System_Object_ * param_0000c024, MethodInfo * method)); DO_APP_FUNC(0x01255A00, bool, SafeDelegate_1_T_lDUIkOOzTLzJVCkEensqaDImdJwo_System_Object__hrSaSyDyKbIRsRKseiGlSYAICKGP, (SafeDelegate_1_T_lDUIkOOzTLzJVCkEensqaDImdJwo_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01255B90, void, ldnqCJRTNbykOZAyPczivAgtlhxQ_1_System_Object___ctor, (ldnqCJRTNbykOZAyPczivAgtlhxQ_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01255C60, void, ldnqCJRTNbykOZAyPczivAgtlhxQ_1_System_Object__LWvZAgWUgFSrMTEyoUTNQXBVREAh, (ldnqCJRTNbykOZAyPczivAgtlhxQ_1_System_Object_ * __this, Object * param_00009b38, MethodInfo * method)); DO_APP_FUNC(0x01255E80, void, ldnqCJRTNbykOZAyPczivAgtlhxQ_1_System_Object__LWvZAgWUgFSrMTEyoUTNQXBVREAh_1, (ldnqCJRTNbykOZAyPczivAgtlhxQ_1_System_Object_ * __this, Object * param_00009b39, ControllerType__Enum param_00009b3a, MethodInfo * method)); DO_APP_FUNC(0x012563C0, void, ldnqCJRTNbykOZAyPczivAgtlhxQ_1_System_Object__VoBySXHpoTLKXaMNYYbnzbdBxECj, (ldnqCJRTNbykOZAyPczivAgtlhxQ_1_System_Object_ * __this, int32_t param_00009b3e, Controller * param_00009b3f, MethodInfo * method)); DO_APP_FUNC(0x012563F0, void, ldnqCJRTNbykOZAyPczivAgtlhxQ_1_System_Object__VoBySXHpoTLKXaMNYYbnzbdBxECj_1, (ldnqCJRTNbykOZAyPczivAgtlhxQ_1_System_Object_ * __this, int32_t param_00009b40, Controller * param_00009b41, ControllerType__Enum param_00009b42, MethodInfo * method)); DO_APP_FUNC(0x01256420, void, ldnqCJRTNbykOZAyPczivAgtlhxQ_1_System_Object__YyaiYaGUxjKjZEWydSvZkBSarkwU, (ldnqCJRTNbykOZAyPczivAgtlhxQ_1_System_Object_ * __this, int32_t param_00009b43, Controller * param_00009b44, int32_t param_00009b45, MethodInfo * method)); DO_APP_FUNC(0x012560A0, void, ldnqCJRTNbykOZAyPczivAgtlhxQ_1_System_Object__ilxyGSEjXznIhEbmncUNdSsFqjdg, (ldnqCJRTNbykOZAyPczivAgtlhxQ_1_System_Object_ * __this, Object * param_00009b3b, MethodInfo * method)); DO_APP_FUNC(0x01256230, void, ldnqCJRTNbykOZAyPczivAgtlhxQ_1_System_Object__ilxyGSEjXznIhEbmncUNdSsFqjdg_1, (ldnqCJRTNbykOZAyPczivAgtlhxQ_1_System_Object_ * __this, Object * param_00009b3c, ControllerType__Enum param_00009b3d, MethodInfo * method)); DO_APP_FUNC(0x01256540, void, ldnqCJRTNbykOZAyPczivAgtlhxQ_1_System_Object__sjgQXMMRIHmhSmDrVpgFKxoFoOIy, (ldnqCJRTNbykOZAyPczivAgtlhxQ_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012565A0, void, ldnqCJRTNbykOZAyPczivAgtlhxQ_1_System_Object__xvNKKEpAWWwboGaVfSwahpqKBiXt, (ldnqCJRTNbykOZAyPczivAgtlhxQ_1_System_Object_ * __this, ldnqCJRTNbykOZAyPczivAgtlhxQ_1_u0001_ywtZPPrElpcINJiNufkjaDyFYDcAB_System_Object_ * param_00009b46, int32_t param_00009b47, Controller * param_00009b48, MethodInfo * method)); DO_APP_FUNC(0x01256740, void, ldnqCJRTNbykOZAyPczivAgtlhxQ_1_System_Object__zZLMUgXpiKirCyPPhqOJOhXcGIPx, (ldnqCJRTNbykOZAyPczivAgtlhxQ_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, ldnqCJRTNbykOZAyPczivAgtlhxQ_1_u0001_mOUXiAbqRPJeKdHXELFIqAStEHCY_System_Object___ctor, (ldnqCJRTNbykOZAyPczivAgtlhxQ_1_u0001_mOUXiAbqRPJeKdHXELFIqAStEHCY_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01256760, bool, ldnqCJRTNbykOZAyPczivAgtlhxQ_1_u0001_mOUXiAbqRPJeKdHXELFIqAStEHCY_System_Object__ONfjMnwczSqiPIqnQBvVAutzvBeWA, (ldnqCJRTNbykOZAyPczivAgtlhxQ_1_u0001_mOUXiAbqRPJeKdHXELFIqAStEHCY_System_Object_ * __this, ldnqCJRTNbykOZAyPczivAgtlhxQ_1_u0001_ywtZPPrElpcINJiNufkjaDyFYDcAB_System_Object_ * param_00009b4b, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_oKrGfnOiRboCNxoHfTXuLPxHeKLM_1_System_Object___ctor, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_oKrGfnOiRboCNxoHfTXuLPxHeKLM_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012567F0, bool, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_oKrGfnOiRboCNxoHfTXuLPxHeKLM_1_System_Object__rudJEMnaGZfBHjRsDzqDiGPIMtseA, (UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_oKrGfnOiRboCNxoHfTXuLPxHeKLM_1_System_Object_ * __this, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK * param_0000b8b3, MethodInfo * method)); DO_APP_FUNC(0x01256850, void, RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_System_Object___ctor, (RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_System_Object_ * __this, RingBuffer_1_System_Object_ * param_0000c714, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_System_Object__Dispose, (RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012568D0, bool, RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_System_Object__MoveNext, (RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01256B20, void, RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_System_Object__System_Collections_IEnumerator_Reset, (RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91D48, RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01256A90, Object *, RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_System_Object__System_Collections_IEnumerator_get_Current, (RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91D50, RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003B93C0, Object *, RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_System_Object__get_Current, (RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01256A00, bool, RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_System_Object__xqShjCyKaJzjcyOWbTSpXlBbjIot, (RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91DA0, RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_System_Object__xqShjCyKaJzjcyOWbTSpXlBbjIot__MethodInfo); DO_APP_FUNC(0x01256BB0, void, RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_aQHgSHeigtcamfIWbNaiXaCiVwuq___ctor, (RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, RingBuffer_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * param_0000c714, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_aQHgSHeigtcamfIWbNaiXaCiVwuq__Dispose, (RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01256C30, bool, RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_aQHgSHeigtcamfIWbNaiXaCiVwuq__MoveNext, (RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01256E90, void, RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEnumerator_Reset, (RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91D70, RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01256DB0, Object *, RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEnumerator_get_Current, (RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91D58, RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003BAD50, aQHgSHeigtcamfIWbNaiXaCiVwuq, RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_aQHgSHeigtcamfIWbNaiXaCiVwuq__get_Current, (RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01256D20, bool, RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_aQHgSHeigtcamfIWbNaiXaCiVwuq__xqShjCyKaJzjcyOWbTSpXlBbjIot, (RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91D60, RingBuffer_1_T_oQSzWNQxqLPtYnJrScQaARHwTxiNA_aQHgSHeigtcamfIWbNaiXaCiVwuq__xqShjCyKaJzjcyOWbTSpXlBbjIot__MethodInfo); DO_APP_FUNC(0x003BAD60, void, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_onsIbIRYIhUabesHxMEGruPdrTci_System_Object___ctor, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_onsIbIRYIhUabesHxMEGruPdrTci_System_Object_ * __this, int32_t param_0000a559, MethodInfo * method)); DO_APP_FUNC(0x01256F20, bool, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_onsIbIRYIhUabesHxMEGruPdrTci_System_Object__MoveNext, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_onsIbIRYIhUabesHxMEGruPdrTci_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_onsIbIRYIhUabesHxMEGruPdrTci_System_Object__System_Collections_Generic_IEnumerator_T__get_Current, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_onsIbIRYIhUabesHxMEGruPdrTci_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257070, void, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_onsIbIRYIhUabesHxMEGruPdrTci_System_Object__System_Collections_IEnumerator_Reset, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_onsIbIRYIhUabesHxMEGruPdrTci_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91D68, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_onsIbIRYIhUabesHxMEGruPdrTci_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_onsIbIRYIhUabesHxMEGruPdrTci_System_Object__System_Collections_IEnumerator_get_Current, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_onsIbIRYIhUabesHxMEGruPdrTci_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_onsIbIRYIhUabesHxMEGruPdrTci_System_Object__System_IDisposable_Dispose, (FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_u0001_onsIbIRYIhUabesHxMEGruPdrTci_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x012570C0, void, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___ctor, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * param_0000c791, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__Dispose, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257140, bool, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__MoveNext, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257390, void, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_IEnumerator_Reset, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91D08, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x012572B0, Object *, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_IEnumerator_get_Current, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91D10, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x00E7AF20, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__get_Current, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257220, bool, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__xqShjCyKaJzjcyOWbTSpXlBbjIot, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91D78, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object__xqShjCyKaJzjcyOWbTSpXlBbjIot__MethodInfo); DO_APP_FUNC(0x012570C0, void, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___ctor, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * param_0000c791, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__Dispose, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257420, bool, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__MoveNext, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257670, void, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_IEnumerator_Reset, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91D30, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01257590, Object *, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_IEnumerator_get_Current, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91D18, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x00E7AF20, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__get_Current, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257500, bool, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__xqShjCyKaJzjcyOWbTSpXlBbjIot, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91D20, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object__xqShjCyKaJzjcyOWbTSpXlBbjIot__MethodInfo); DO_APP_FUNC(0x01257700, void, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, AList_1_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * param_0000c791, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Dispose, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257780, bool, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__MoveNext, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257A10, void, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEnumerator_Reset, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91D38, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01257920, Object *, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEnumerator_get_Current, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91D40, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x01257900, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_Current, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257860, bool, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__xqShjCyKaJzjcyOWbTSpXlBbjIot, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91D28, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__xqShjCyKaJzjcyOWbTSpXlBbjIot__MethodInfo); DO_APP_FUNC(0x01257AA0, void, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_System_Object___ctor, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_System_Object_ * __this, AList_1_System_Object_ * param_0000c791, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_System_Object__Dispose, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257B20, bool, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_System_Object__MoveNext, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257D10, void, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_System_Object__System_Collections_IEnumerator_Reset, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91CF0, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01257C80, Object *, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_System_Object__System_Collections_IEnumerator_get_Current, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91CD8, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_System_Object__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003B93C0, Object *, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_System_Object__get_Current, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257BF0, bool, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_System_Object__xqShjCyKaJzjcyOWbTSpXlBbjIot, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91CE0, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_System_Object__xqShjCyKaJzjcyOWbTSpXlBbjIot__MethodInfo); DO_APP_FUNC(0x01257AA0, void, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, AList_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * param_0000c791, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Dispose, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257DA0, bool, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__MoveNext, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257F90, void, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEnumerator_Reset, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91CF8, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x01257EB0, Object *, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEnumerator_get_Current, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91D00, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEnumerator_get_Current__MethodInfo); DO_APP_FUNC(0x003B93C0, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__get_Current, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01257E20, bool, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__xqShjCyKaJzjcyOWbTSpXlBbjIot, (AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91CE8, AList_1_T_rGNQyrscjtxEupYXLSJKYNelpiWR_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__xqShjCyKaJzjcyOWbTSpXlBbjIot__MethodInfo); DO_APP_FUNC(0x01259480, void, rULHSySJJYaatQjUGwzXfVaVsuaC_3_System_Object_uOqstchGzYFsOAddzFFaQYYGenBDb_tSPvxZUJjzaTiAEejeAOLKctGpmKA___cctor, (MethodInfo * method)); DO_APP_FUNC(0x01258020, void, rULHSySJJYaatQjUGwzXfVaVsuaC_3_System_Object_uOqstchGzYFsOAddzFFaQYYGenBDb_tSPvxZUJjzaTiAEejeAOLKctGpmKA___ctor, (rULHSySJJYaatQjUGwzXfVaVsuaC_3_System_Object_uOqstchGzYFsOAddzFFaQYYGenBDb_tSPvxZUJjzaTiAEejeAOLKctGpmKA_ * __this, HhyJayjEkazMHJnFosltszjdHjxA * param_00014634, Guid param_00014635, MethodInfo * method)); DO_APP_FUNC(0x012583F0, void, rULHSySJJYaatQjUGwzXfVaVsuaC_3_System_Object_uOqstchGzYFsOAddzFFaQYYGenBDb_tSPvxZUJjzaTiAEejeAOLKctGpmKA__FUJfGaoxYLbetWRDXDFhFIDNfYKBA, (rULHSySJJYaatQjUGwzXfVaVsuaC_3_System_Object_uOqstchGzYFsOAddzFFaQYYGenBDb_tSPvxZUJjzaTiAEejeAOLKctGpmKA_ * __this, Object * param_00014636, MethodInfo * method)); DO_APP_FUNC(0x01258420, Object *, rULHSySJJYaatQjUGwzXfVaVsuaC_3_System_Object_uOqstchGzYFsOAddzFFaQYYGenBDb_tSPvxZUJjzaTiAEejeAOLKctGpmKA__KxfdpmJBpsDpzqdmlIiQUsKvGJbCA, (rULHSySJJYaatQjUGwzXfVaVsuaC_3_System_Object_uOqstchGzYFsOAddzFFaQYYGenBDb_tSPvxZUJjzaTiAEejeAOLKctGpmKA_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01258490, void, rULHSySJJYaatQjUGwzXfVaVsuaC_3_System_Object_uOqstchGzYFsOAddzFFaQYYGenBDb_tSPvxZUJjzaTiAEejeAOLKctGpmKA__KxfdpmJBpsDpzqdmlIiQUsKvGJbCA_1, (rULHSySJJYaatQjUGwzXfVaVsuaC_3_System_Object_uOqstchGzYFsOAddzFFaQYYGenBDb_tSPvxZUJjzaTiAEejeAOLKctGpmKA_ * __this, Object * * param_00014637, MethodInfo * method)); DO_APP_FUNC(0x01258670, pkfvdhAgvJBekrlDorTPuCftMpCU *, rULHSySJJYaatQjUGwzXfVaVsuaC_3_System_Object_uOqstchGzYFsOAddzFFaQYYGenBDb_tSPvxZUJjzaTiAEejeAOLKctGpmKA__ftMxFobREfNVfxwXoLCgnFOpzxbq, (rULHSySJJYaatQjUGwzXfVaVsuaC_3_System_Object_uOqstchGzYFsOAddzFFaQYYGenBDb_tSPvxZUJjzaTiAEejeAOLKctGpmKA_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91C70, rULHSySJJYaatQjUGwzXfVaVsuaC_3_System_Object_uOqstchGzYFsOAddzFFaQYYGenBDb_tSPvxZUJjzaTiAEejeAOLKctGpmKA__ftMxFobREfNVfxwXoLCgnFOpzxbq__MethodInfo); DO_APP_FUNC(0x01030500, void, Player_ControllerHelper_MapHelper_wkXeiVjjhyefLdMGcpPdlFnPnQrD_1_System_Object___ctor, (Player_ControllerHelper_MapHelper_wkXeiVjjhyefLdMGcpPdlFnPnQrD_1_System_Object_ * __this, int32_t param_0000add2, MethodInfo * method)); DO_APP_FUNC(0x01259590, bool, Player_ControllerHelper_MapHelper_wkXeiVjjhyefLdMGcpPdlFnPnQrD_1_System_Object__MoveNext, (Player_ControllerHelper_MapHelper_wkXeiVjjhyefLdMGcpPdlFnPnQrD_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01259D10, IEnumerator_1_System_Object_ *, Player_ControllerHelper_MapHelper_wkXeiVjjhyefLdMGcpPdlFnPnQrD_1_System_Object__System_Collections_Generic_IEnumerable_T__GetEnumerator, (Player_ControllerHelper_MapHelper_wkXeiVjjhyefLdMGcpPdlFnPnQrD_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, Player_ControllerHelper_MapHelper_wkXeiVjjhyefLdMGcpPdlFnPnQrD_1_System_Object__System_Collections_Generic_IEnumerator_T__get_Current, (Player_ControllerHelper_MapHelper_wkXeiVjjhyefLdMGcpPdlFnPnQrD_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00FD1540, IEnumerator *, Player_ControllerHelper_MapHelper_wkXeiVjjhyefLdMGcpPdlFnPnQrD_1_System_Object__System_Collections_IEnumerable_GetEnumerator, (Player_ControllerHelper_MapHelper_wkXeiVjjhyefLdMGcpPdlFnPnQrD_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x01259CC0, void, Player_ControllerHelper_MapHelper_wkXeiVjjhyefLdMGcpPdlFnPnQrD_1_System_Object__System_Collections_IEnumerator_Reset, (Player_ControllerHelper_MapHelper_wkXeiVjjhyefLdMGcpPdlFnPnQrD_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91E40, Player_ControllerHelper_MapHelper_wkXeiVjjhyefLdMGcpPdlFnPnQrD_1_System_Object__System_Collections_IEnumerator_Reset__MethodInfo); DO_APP_FUNC(0x003B93D0, Object *, Player_ControllerHelper_MapHelper_wkXeiVjjhyefLdMGcpPdlFnPnQrD_1_System_Object__System_Collections_IEnumerator_get_Current, (Player_ControllerHelper_MapHelper_wkXeiVjjhyefLdMGcpPdlFnPnQrD_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Player_ControllerHelper_MapHelper_wkXeiVjjhyefLdMGcpPdlFnPnQrD_1_System_Object__System_IDisposable_Dispose, (Player_ControllerHelper_MapHelper_wkXeiVjjhyefLdMGcpPdlFnPnQrD_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb___ctor, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__Equals, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, void * x, void * y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__GetHashCode, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, void * obj, MethodInfo * method)); DO_APP_FUNC(0x01259E70, bool, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x01259F60, int32_t, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ *, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1__ctor, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_Equals, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, void * x, void * y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_GetHashCode, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, void * obj, MethodInfo * method)); DO_APP_FUNC(0x0125A020, bool, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0125A110, int32_t, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 *, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1_vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2__ctor, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_Equals, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, void * x, void * y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_GetHashCode, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, void * obj, MethodInfo * method)); DO_APP_FUNC(0x0125A1D0, bool, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0125A2C0, int32_t, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 *, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2_vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Boolean___ctor, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Boolean__Equals, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Boolean_ * __this, void * x, void * y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Boolean__GetHashCode, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Boolean_ * __this, void * obj, MethodInfo * method)); DO_APP_FUNC(0x0125A380, bool, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Boolean__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Boolean_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0125A470, int32_t, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Boolean__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Boolean_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Boolean_ *, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Boolean__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Int32___ctor, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Int32_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Int32__Equals, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Int32_ * __this, void * x, void * y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Int32__GetHashCode, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Int32_ * __this, void * obj, MethodInfo * method)); DO_APP_FUNC(0x0125A530, bool, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Int32__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Int32_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0125A620, int32_t, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Int32__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Int32_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Int32_ *, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Int32__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Int32Enum___ctor, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Int32Enum_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Int32Enum__Equals, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Int32Enum_ * __this, void * x, void * y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Int32Enum__GetHashCode, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Int32Enum_ * __this, void * obj, MethodInfo * method)); DO_APP_FUNC(0x0125A6E0, bool, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Int32Enum__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Int32Enum_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0125A7D0, int32_t, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Int32Enum__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Int32Enum_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Int32Enum_ *, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Int32Enum__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_IntPtr___ctor, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_IntPtr_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_IntPtr__Equals, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_IntPtr_ * __this, void * x, void * y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_IntPtr__GetHashCode, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_IntPtr_ * __this, void * obj, MethodInfo * method)); DO_APP_FUNC(0x0125A890, bool, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_IntPtr__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_IntPtr_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0125A980, int32_t, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_IntPtr__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_IntPtr_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_IntPtr_ *, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_IntPtr__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Object___ctor, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Object__Equals, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Object_ * __this, void * x, void * y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Object__GetHashCode, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Object_ * __this, void * obj, MethodInfo * method)); DO_APP_FUNC(0x0125AA40, bool, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Object__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Object_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0125AB30, int32_t, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Object__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Object_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Object_ *, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Object__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Single___ctor, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Single_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Single__Equals, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Single_ * __this, void * x, void * y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Single__GetHashCode, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Single_ * __this, void * obj, MethodInfo * method)); DO_APP_FUNC(0x0125ABF0, bool, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Single__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Single_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0125ACE0, int32_t, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Single__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Single_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Single_ *, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_System_Single__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_aQHgSHeigtcamfIWbNaiXaCiVwuq___ctor, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_aQHgSHeigtcamfIWbNaiXaCiVwuq__Equals, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, void * x, void * y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_aQHgSHeigtcamfIWbNaiXaCiVwuq__GetHashCode, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, void * obj, MethodInfo * method)); DO_APP_FUNC(0x0125ADA0, bool, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0125AE90, int32_t, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_aQHgSHeigtcamfIWbNaiXaCiVwuq__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_aQHgSHeigtcamfIWbNaiXaCiVwuq_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_aQHgSHeigtcamfIWbNaiXaCiVwuq_ *, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_aQHgSHeigtcamfIWbNaiXaCiVwuq__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Equals, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, void * x, void * y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__GetHashCode, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, void * obj, MethodInfo * method)); DO_APP_FUNC(0x0125AF50, bool, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0125B040, int32_t, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ *, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy___ctor, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00ADBBB0, bool, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Equals, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, void * x, void * y, MethodInfo * method)); DO_APP_FUNC(0x003D7F50, int32_t, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__GetHashCode, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, void * obj, MethodInfo * method)); DO_APP_FUNC(0x0125B100, bool, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEqualityComparer_Equals, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * x, Object * y, MethodInfo * method)); DO_APP_FUNC(0x0125B1F0, int32_t, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__System_Collections_IEqualityComparer_GetHashCode, (EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x01027260, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ *, EqualityComparerNoAlloc_1_T_wohBRsiTzmaYnDWvJhurGJAsRIIP_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__vDKbPXeMjezAhWFpTqlmMbBAocdgA, (MethodInfo * method)); DO_APP_FUNC(0x0125B2D0, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Boolean___ctor, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Boolean_ * __this, bool param_000144ec, Func_1_Boolean_ * param_000144ed, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91E28, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Boolean___ctor__MethodInfo); DO_APP_FUNC(0x0125B5F0, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Boolean__IqeirVCUUEJhXFQOWXCdOtBiFkPb, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C988F8, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Boolean__IqeirVCUUEJhXFQOWXCdOtBiFkPb__MethodInfo); DO_APP_FUNC(0x0125B670, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Boolean__JuIEPvlTzFQMAsrLodtHMHxSwqIg, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Boolean_ * __this, Object * param_000144ee, MethodInfo * method)); DO_APP_FUNC(0x0125B2B0, bool, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Boolean__MHFXnLCHBjIWBvHFZCUVEhCwIIXE, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96BC0, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Boolean__MHFXnLCHBjIWBvHFZCUVEhCwIIXE__MethodInfo); DO_APP_FUNC(0x0125B500, bool, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Boolean__fSiBAGQORirIHjSLxbZfXghAjhEo, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96BA8, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Boolean__fSiBAGQORirIHjSLxbZfXghAjhEo__MethodInfo); DO_APP_FUNC(0x0125B7A0, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Boolean__ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96BE8, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Boolean__ixmAePEnLRGjkiYJbCTfPNBHXEcwB__MethodInfo); DO_APP_FUNC(0x0125B810, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Boolean__ixmAePEnLRGjkiYJbCTfPNBHXEcwB_1, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Boolean_ * __this, bool param_000144ef, MethodInfo * method)); DO_APP_FUNC(0x01147000, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Boolean__koAztZrcZLyuMlaqoUCpAMQQIsgb, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0070D840, bool, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Boolean__xGrcbdURWhaVAdZWQTWYqrWsGkhM, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96BB8, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Boolean__xGrcbdURWhaVAdZWQTWYqrWsGkhM__MethodInfo); DO_APP_FUNC(0x003CB250, bool, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Boolean__yzHwsiiQqVEpTLidEXPmLEnGyiii, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Boolean_ * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96BB0, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Boolean__yzHwsiiQqVEpTLidEXPmLEnGyiii__MethodInfo); DO_APP_FUNC(0x0125B870, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Object___ctor, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Object_ * __this, bool param_000144ec, Func_1_Object_ * param_000144ed, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91E38, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Object___ctor__MethodInfo); DO_APP_FUNC(0x0125BB90, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Object__IqeirVCUUEJhXFQOWXCdOtBiFkPb, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0125BC10, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Object__JuIEPvlTzFQMAsrLodtHMHxSwqIg, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Object_ * __this, Object * param_000144ee, MethodInfo * method)); DO_APP_FUNC(0x0125B2B0, bool, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Object__MHFXnLCHBjIWBvHFZCUVEhCwIIXE, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0125BAA0, bool, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Object__fSiBAGQORirIHjSLxbZfXghAjhEo, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0125BD90, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Object__ixmAePEnLRGjkiYJbCTfPNBHXEcwB, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0125BE00, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Object__ixmAePEnLRGjkiYJbCTfPNBHXEcwB_1, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Object_ * __this, bool param_000144ef, MethodInfo * method)); DO_APP_FUNC(0x01147000, void, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Object__koAztZrcZLyuMlaqoUCpAMQQIsgb, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x0070D840, bool, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Object__xGrcbdURWhaVAdZWQTWYqrWsGkhM, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x003B93D0, Object *, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Object__yzHwsiiQqVEpTLidEXPmLEnGyiii, (yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Object_ * __this, MethodInfo * method)); DO_APP_FUNC(0x00A9FD50, void, ldnqCJRTNbykOZAyPczivAgtlhxQ_1_u0001_ywtZPPrElpcINJiNufkjaDyFYDcAB_System_Object___ctor, (ldnqCJRTNbykOZAyPczivAgtlhxQ_1_u0001_ywtZPPrElpcINJiNufkjaDyFYDcAB_System_Object_ * __this, Object * param_00009b49, int32_t param_00009b4a, MethodInfo * method)); DO_APP_FUNC(0x00CBD260, Object *, AIObjectPool_Get, (MethodInfo * method)); DO_APP_FUNC(0x00CBD2A0, Object *, AIObjectPool_GetInternal, (AIObjectPool * __this, MethodInfo * method)); DO_APP_FUNC(0x00CBD400, void, AIObjectPool_Return, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00CBD540, void, AIObjectPool_ReturnInternal, (AIObjectPool * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00CBD780, Object__Array *, Ability_GetAbilities, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x00CBD7B0, Object__Array *, Ability_GetAbilities_1, (Ability * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00CBD780, Object *, Ability_GetAbility, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x00CBD7B0, Object *, Ability_GetAbility_1, (Ability * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00CBD7E0, Object *, Ability_GetComponent, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x00CBD780, Object *, Ability_GetEffect, (Ability * __this, MethodInfo * method)); DO_APP_FUNC(0x00CBD810, void, AbilityBuilder_RemoveAbility_1, (UltimateCharacterLocomotion * characterLocomotion, MethodInfo * method)); DO_APP_FUNC(0x00CBD8A0, CoreUnsafeUtils_DefaultKeyGetter_1_UnityEngine_Hash128_, Activator_CreateInstance_7, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62C28, Activator_CreateInstance_7__MethodInfo); DO_APP_FUNC(0x00CBDA30, int32_t, Activator_CreateInstance_8, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62BF0, Activator_CreateInstance_8__MethodInfo); DO_APP_FUNC(0x00CBDBC0, Int32Enum__Enum, Activator_CreateInstance_9, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62BD8, Activator_CreateInstance_9__MethodInfo); DO_APP_FUNC(0x00CBDD50, Object *, Activator_CreateInstance_10, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62BB8, Activator_CreateInstance_10__MethodInfo); DO_APP_FUNC(0x00CBDF10, OriginalMaterialValue, Activator_CreateInstance_11, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62BA0, Activator_CreateInstance_11__MethodInfo); DO_APP_FUNC(0x00CBE0D0, uOqstchGzYFsOAddzFFaQYYGenBDb, Activator_CreateInstance_12, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62BB0, Activator_CreateInstance_12__MethodInfo); DO_APP_FUNC(0x00CBE2F0, DamageIndicatorMonitor_DamageIndicator, Activator_CreateInstance_13, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62B98, Activator_CreateInstance_13__MethodInfo); DO_APP_FUNC(0x00CBE4C0, AsyncOperationHandle_1_System_Object_, Addressables_LoadAsset, (IResourceLocation * location, MethodInfo * method)); DO_APP_FUNC(0x00CBE550, AsyncOperationHandle_1_System_Object_, Addressables_LoadAsset_1, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x00CBE5E0, AsyncOperationHandle_1_System_Object_, Addressables_LoadAssetAsync, (IResourceLocation * location, MethodInfo * method)); DO_APP_FUNC(0x00CBE6C0, AsyncOperationHandle_1_System_Object_, Addressables_LoadAssetAsync_1, (Object * key, MethodInfo * method)); DO_APP_FUNC(0x00CBE7A0, AsyncOperationHandle_1_System_Collections_Generic_IList_1__4, Addressables_LoadAssets, (IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * locations, Action_1_Object_ * callback, MethodInfo * method)); DO_APP_FUNC(0x00CBE840, AsyncOperationHandle_1_System_Collections_Generic_IList_1__4, Addressables_LoadAssets_1, (Object * key, Action_1_Object_ * callback, MethodInfo * method)); DO_APP_FUNC(0x00CBE8E0, AsyncOperationHandle_1_System_Collections_Generic_IList_1__4, Addressables_LoadAssets_2, (IList_1_System_Object_ * keys, Action_1_Object_ * callback, Addressables_MergeMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x00CBE990, AsyncOperationHandle_1_System_Collections_Generic_IList_1__4, Addressables_LoadAssetsAsync, (IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * locations, Action_1_Object_ * callback, MethodInfo * method)); DO_APP_FUNC(0x00CBEA90, AsyncOperationHandle_1_System_Collections_Generic_IList_1__4, Addressables_LoadAssetsAsync_1, (Object * key, Action_1_Object_ * callback, MethodInfo * method)); DO_APP_FUNC(0x00CBEB90, AsyncOperationHandle_1_System_Collections_Generic_IList_1__4, Addressables_LoadAssetsAsync_2, (IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * locations, Action_1_Object_ * callback, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x00CBEC90, AsyncOperationHandle_1_System_Collections_Generic_IList_1__4, Addressables_LoadAssetsAsync_3, (IList_1_System_Object_ * keys, Action_1_Object_ * callback, Addressables_MergeMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x00CBEDA0, AsyncOperationHandle_1_System_Collections_Generic_IList_1__4, Addressables_LoadAssetsAsync_4, (IEnumerable * keys, Action_1_Object_ * callback, Addressables_MergeMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x00CBEEB0, AsyncOperationHandle_1_System_Collections_Generic_IList_1__4, Addressables_LoadAssetsAsync_5, (Object * key, Action_1_Object_ * callback, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x00CBEFB0, AsyncOperationHandle_1_System_Collections_Generic_IList_1__4, Addressables_LoadAssetsAsync_6, (IList_1_System_Object_ * keys, Action_1_Object_ * callback, Addressables_MergeMode__Enum mode, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x00CBF0C0, AsyncOperationHandle_1_System_Collections_Generic_IList_1__4, Addressables_LoadAssetsAsync_7, (IEnumerable * keys, Action_1_Object_ * callback, Addressables_MergeMode__Enum mode, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x00CBF1D0, void, Addressables_Release_1, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00CBF290, void, Addressables_Release_2, (AsyncOperationHandle_1_System_Object_ handle, MethodInfo * method)); DO_APP_FUNC(0x00CBF360, void, AddressablesImpl__AutoReleaseHandleOnCompletion_b__110_0, (AddressablesImpl * __this, AsyncOperationHandle_1_System_Boolean_ op, MethodInfo * method)); DO_APP_FUNC(0x00CBF360, void, AddressablesImpl__AutoReleaseHandleOnCompletion_b__110_0_1, (AddressablesImpl * __this, AsyncOperationHandle_1_System_Object_ op, MethodInfo * method)); DO_APP_FUNC(0x00CBF360, void, AddressablesImpl__AutoReleaseHandleOnCompletion_b__110_0_2, (AddressablesImpl * __this, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ op, MethodInfo * method)); DO_APP_FUNC(0x00CBF390, void, AddressablesImpl__AutoReleaseHandleOnTypelessCompletion_b__112_0, (AddressablesImpl * __this, AsyncOperationHandle op, MethodInfo * method)); DO_APP_FUNC(0x00CBF3C0, void, AddressablesImpl_AutoReleaseHandleOnCompletion_1, (AddressablesImpl * __this, AsyncOperationHandle_1_System_Boolean_ handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83BC0, AddressablesImpl_AutoReleaseHandleOnCompletion_1__MethodInfo); DO_APP_FUNC(0x00CBF450, void, AddressablesImpl_AutoReleaseHandleOnCompletion_2, (AddressablesImpl * __this, AsyncOperationHandle_1_System_Object_ handle, MethodInfo * method)); DO_APP_FUNC(0x00CBF4E0, void, AddressablesImpl_AutoReleaseHandleOnCompletion_3, (AddressablesImpl * __this, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C841E0, AddressablesImpl_AutoReleaseHandleOnCompletion_3__MethodInfo); DO_APP_FUNC(0x00CBF570, void, AddressablesImpl_AutoReleaseHandleOnCompletion_4, (AddressablesImpl * __this, AsyncOperationHandle_1_System_Object_ handle, bool unloadSceneOpExcludeReleaseCallback, MethodInfo * method)); DO_APP_FUNC(0x00CBF6A0, void, AddressablesImpl_AutoReleaseHandleOnCompletion_5, (AddressablesImpl * __this, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ handle, bool unloadSceneOpExcludeReleaseCallback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83AD0, AddressablesImpl_AutoReleaseHandleOnCompletion_5__MethodInfo); DO_APP_FUNC(0x00CBF7D0, void, AddressablesImpl_AutoReleaseHandleOnTypelessCompletion, (AddressablesImpl * __this, AsyncOperationHandle_1_System_Object_ handle, MethodInfo * method)); DO_APP_FUNC(0x00CBF870, AsyncOperationHandle_1_System_Object_, AddressablesImpl_LoadAssetAsync, (AddressablesImpl * __this, IResourceLocation * location, MethodInfo * method)); DO_APP_FUNC(0x00CBF920, AsyncOperationHandle_1_System_Object_, AddressablesImpl_LoadAssetAsync_1, (AddressablesImpl * __this, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00CC0090, AsyncOperationHandle_1_System_Object_, AddressablesImpl_LoadAssetWithChain, (AddressablesImpl * __this, AsyncOperationHandle dep, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00CC0270, AsyncOperationHandle_1_System_Collections_Generic_IList_1__4, AddressablesImpl_LoadAssetsAsync, (AddressablesImpl * __this, IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * locations, Action_1_Object_ * callback, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x00CC0350, AsyncOperationHandle_1_System_Collections_Generic_IList_1__4, AddressablesImpl_LoadAssetsAsync_1, (AddressablesImpl * __this, Object * key, Action_1_Object_ * callback, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x00CC05E0, AsyncOperationHandle_1_System_Collections_Generic_IList_1__4, AddressablesImpl_LoadAssetsAsync_2, (AddressablesImpl * __this, IEnumerable * keys, Action_1_Object_ * callback, Addressables_MergeMode__Enum mode, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x00CC0890, AsyncOperationHandle_1_System_Collections_Generic_IList_1__4, AddressablesImpl_LoadAssetsWithChain, (AddressablesImpl * __this, AsyncOperationHandle dep, Object * key, Action_1_Object_ * callback, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x00CC0AE0, AsyncOperationHandle_1_System_Collections_Generic_IList_1__4, AddressablesImpl_LoadAssetsWithChain_1, (AddressablesImpl * __this, AsyncOperationHandle dep, IEnumerable * keys, Action_1_Object_ * callback, Addressables_MergeMode__Enum mode, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x00CC0D40, void, AddressablesImpl_Release_1, (AddressablesImpl * __this, AsyncOperationHandle_1_System_Boolean_ handle, MethodInfo * method)); DO_APP_FUNC(0x00CC1270, void, AddressablesImpl_Release_2, (AddressablesImpl * __this, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00CC13E0, void, AddressablesImpl_Release_3, (AddressablesImpl * __this, AsyncOperationHandle_1_System_Object_ handle, MethodInfo * method)); DO_APP_FUNC(0x00CC18E0, void, AddressablesImpl_Release_4, (AddressablesImpl * __this, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ handle, MethodInfo * method)); DO_APP_FUNC(0x00CC1E10, AsyncOperationHandle_1_System_Int64_, AddressablesImpl_TrackHandle_2, (AddressablesImpl * __this, AsyncOperationHandle_1_System_Int64_ handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83CE8, AddressablesImpl_TrackHandle_2__MethodInfo); DO_APP_FUNC(0x00CC1E60, AsyncOperationHandle_1_System_Object_, AddressablesImpl_TrackHandle_3, (AddressablesImpl * __this, AsyncOperationHandle_1_System_Object_ handle, MethodInfo * method)); DO_APP_FUNC(0x00CC1EB0, bool, AndroidJNIHelper_ConvertFromJNIArray, (void * array, MethodInfo * method)); DO_APP_FUNC(0x00CC1EB0, uint16_t, AndroidJNIHelper_ConvertFromJNIArray_1, (void * array, MethodInfo * method)); DO_APP_FUNC(0x00CC1EB0, double, AndroidJNIHelper_ConvertFromJNIArray_2, (void * array, MethodInfo * method)); DO_APP_FUNC(0x00CC1EB0, int16_t, AndroidJNIHelper_ConvertFromJNIArray_3, (void * array, MethodInfo * method)); DO_APP_FUNC(0x00CC1EB0, int32_t, AndroidJNIHelper_ConvertFromJNIArray_4, (void * array, MethodInfo * method)); DO_APP_FUNC(0x00CC1EB0, int64_t, AndroidJNIHelper_ConvertFromJNIArray_5, (void * array, MethodInfo * method)); DO_APP_FUNC(0x00CC1EB0, Object *, AndroidJNIHelper_ConvertFromJNIArray_6, (void * array, MethodInfo * method)); DO_APP_FUNC(0x00CC1EB0, int8_t, AndroidJNIHelper_ConvertFromJNIArray_7, (void * array, MethodInfo * method)); DO_APP_FUNC(0x00CC1EB0, float, AndroidJNIHelper_ConvertFromJNIArray_8, (void * array, MethodInfo * method)); DO_APP_FUNC(0x00CC1ED0, void *, AndroidJNIHelper_GetFieldID_1, (void * jclass, String * fieldName, bool isStatic, MethodInfo * method)); DO_APP_FUNC(0x00CC1EF0, void *, AndroidJNIHelper_GetMethodID_1, (void * jclass, String * methodName, Object__Array * args, bool isStatic, MethodInfo * method)); DO_APP_FUNC(0x00CC1EF0, void *, AndroidJNIHelper_GetMethodID_2, (void * jclass, String * methodName, Object__Array * args, bool isStatic, MethodInfo * method)); DO_APP_FUNC(0x00CC1EF0, void *, AndroidJNIHelper_GetMethodID_3, (void * jclass, String * methodName, Object__Array * args, bool isStatic, MethodInfo * method)); DO_APP_FUNC(0x00CC1EF0, void *, AndroidJNIHelper_GetMethodID_4, (void * jclass, String * methodName, Object__Array * args, bool isStatic, MethodInfo * method)); DO_APP_FUNC(0x00CC1EF0, void *, AndroidJNIHelper_GetMethodID_5, (void * jclass, String * methodName, Object__Array * args, bool isStatic, MethodInfo * method)); DO_APP_FUNC(0x00CC1EF0, void *, AndroidJNIHelper_GetMethodID_6, (void * jclass, String * methodName, Object__Array * args, bool isStatic, MethodInfo * method)); DO_APP_FUNC(0x00CC1EF0, void *, AndroidJNIHelper_GetMethodID_7, (void * jclass, String * methodName, Object__Array * args, bool isStatic, MethodInfo * method)); DO_APP_FUNC(0x00CC1EF0, void *, AndroidJNIHelper_GetMethodID_8, (void * jclass, String * methodName, Object__Array * args, bool isStatic, MethodInfo * method)); DO_APP_FUNC(0x00CC1EF0, void *, AndroidJNIHelper_GetMethodID_9, (void * jclass, String * methodName, Object__Array * args, bool isStatic, MethodInfo * method)); DO_APP_FUNC(0x00CC1ED0, bool, AndroidJavaObject_Call, (AndroidJavaObject * __this, String * methodName, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79F48, AndroidJavaObject_Call__MethodInfo); DO_APP_FUNC(0x00CC1ED0, uint16_t, AndroidJavaObject_Call_1, (AndroidJavaObject * __this, String * methodName, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79F30, AndroidJavaObject_Call_1__MethodInfo); DO_APP_FUNC(0x00CC1ED0, double, AndroidJavaObject_Call_2, (AndroidJavaObject * __this, String * methodName, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79F40, AndroidJavaObject_Call_2__MethodInfo); DO_APP_FUNC(0x00CC1ED0, int16_t, AndroidJavaObject_Call_3, (AndroidJavaObject * __this, String * methodName, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79DD0, AndroidJavaObject_Call_3__MethodInfo); DO_APP_FUNC(0x00CC1ED0, int32_t, AndroidJavaObject_Call_4, (AndroidJavaObject * __this, String * methodName, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79DE0, AndroidJavaObject_Call_4__MethodInfo); DO_APP_FUNC(0x00CC1ED0, int64_t, AndroidJavaObject_Call_5, (AndroidJavaObject * __this, String * methodName, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79DE8, AndroidJavaObject_Call_5__MethodInfo); DO_APP_FUNC(0x00CC1ED0, Object *, AndroidJavaObject_Call_6, (AndroidJavaObject * __this, String * methodName, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x00CC1ED0, int8_t, AndroidJavaObject_Call_7, (AndroidJavaObject * __this, String * methodName, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79DF0, AndroidJavaObject_Call_7__MethodInfo); DO_APP_FUNC(0x00CC1ED0, float, AndroidJavaObject_Call_8, (AndroidJavaObject * __this, String * methodName, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79DF8, AndroidJavaObject_Call_8__MethodInfo); DO_APP_FUNC(0x00CC1ED0, int32_t, AndroidJavaObject_CallStatic, (AndroidJavaObject * __this, String * methodName, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79EE0, AndroidJavaObject_CallStatic__MethodInfo); DO_APP_FUNC(0x00CC1ED0, Object *, AndroidJavaObject_CallStatic_1, (AndroidJavaObject * __this, String * methodName, Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x00CC1F10, bool, AndroidJavaObject_FromJavaArrayDeleteLocalRef, (void * jobject, MethodInfo * method)); DO_APP_FUNC(0x00CC2050, uint16_t, AndroidJavaObject_FromJavaArrayDeleteLocalRef_1, (void * jobject, MethodInfo * method)); DO_APP_FUNC(0x00CC2180, double, AndroidJavaObject_FromJavaArrayDeleteLocalRef_2, (void * jobject, MethodInfo * method)); DO_APP_FUNC(0x00CC22D0, int16_t, AndroidJavaObject_FromJavaArrayDeleteLocalRef_3, (void * jobject, MethodInfo * method)); DO_APP_FUNC(0x00CC2400, int32_t, AndroidJavaObject_FromJavaArrayDeleteLocalRef_4, (void * jobject, MethodInfo * method)); DO_APP_FUNC(0x00CC2530, int64_t, AndroidJavaObject_FromJavaArrayDeleteLocalRef_5, (void * jobject, MethodInfo * method)); DO_APP_FUNC(0x00CC2660, Object *, AndroidJavaObject_FromJavaArrayDeleteLocalRef_6, (void * jobject, MethodInfo * method)); DO_APP_FUNC(0x00CC2770, int8_t, AndroidJavaObject_FromJavaArrayDeleteLocalRef_7, (void * jobject, MethodInfo * method)); DO_APP_FUNC(0x00CC28B0, float, AndroidJavaObject_FromJavaArrayDeleteLocalRef_8, (void * jobject, MethodInfo * method)); DO_APP_FUNC(0x00CC2A00, Object *, AndroidJavaObject_Get, (AndroidJavaObject * __this, String * fieldName, MethodInfo * method)); DO_APP_FUNC(0x00CC2A00, Object *, AndroidJavaObject_GetStatic, (AndroidJavaObject * __this, String * fieldName, MethodInfo * method)); DO_APP_FUNC(0x00CC2A20, bool, AndroidJavaObject__Call, (AndroidJavaObject * __this, String * methodName, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62818, AndroidJavaObject__Call__MethodInfo); DO_APP_FUNC(0x00CC3A40, uint16_t, AndroidJavaObject__Call_1, (AndroidJavaObject * __this, String * methodName, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C627F0, AndroidJavaObject__Call_1__MethodInfo); DO_APP_FUNC(0x00CC4A60, double, AndroidJavaObject__Call_2, (AndroidJavaObject * __this, String * methodName, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62808, AndroidJavaObject__Call_2__MethodInfo); DO_APP_FUNC(0x00CC5AB0, int16_t, AndroidJavaObject__Call_3, (AndroidJavaObject * __this, String * methodName, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C627D8, AndroidJavaObject__Call_3__MethodInfo); DO_APP_FUNC(0x00CC6AD0, int32_t, AndroidJavaObject__Call_4, (AndroidJavaObject * __this, String * methodName, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C627B8, AndroidJavaObject__Call_4__MethodInfo); DO_APP_FUNC(0x00CC7AD0, int64_t, AndroidJavaObject__Call_5, (AndroidJavaObject * __this, String * methodName, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62798, AndroidJavaObject__Call_5__MethodInfo); DO_APP_FUNC(0x00CC8AF0, Object *, AndroidJavaObject__Call_6, (AndroidJavaObject * __this, String * methodName, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C627B0, AndroidJavaObject__Call_6__MethodInfo); DO_APP_FUNC(0x00CC9AE0, int8_t, AndroidJavaObject__Call_7, (AndroidJavaObject * __this, String * methodName, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62788, AndroidJavaObject__Call_7__MethodInfo); DO_APP_FUNC(0x00CCAB00, float, AndroidJavaObject__Call_8, (AndroidJavaObject * __this, String * methodName, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62748, AndroidJavaObject__Call_8__MethodInfo); DO_APP_FUNC(0x00CCBB50, int32_t, AndroidJavaObject__CallStatic, (AndroidJavaObject * __this, String * methodName, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62700, AndroidJavaObject__CallStatic__MethodInfo); DO_APP_FUNC(0x00CCCB50, Object *, AndroidJavaObject__CallStatic_1, (AndroidJavaObject * __this, String * methodName, Object__Array * args, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C626D8, AndroidJavaObject__CallStatic_1__MethodInfo); DO_APP_FUNC(0x00CCDB40, Object *, AndroidJavaObject__Get, (AndroidJavaObject * __this, String * fieldName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C626A0, AndroidJavaObject__Get__MethodInfo); DO_APP_FUNC(0x00CCE8A0, Object *, AndroidJavaObject__GetStatic, (AndroidJavaObject * __this, String * fieldName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62680, AndroidJavaObject__GetStatic__MethodInfo); DO_APP_FUNC(0x00CCF600, void, AnimationPlayableExtensions_SetAnimatedProperties, (Playable playable, AnimationClip * clip, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70310, AnimationPlayableExtensions_SetAnimatedProperties__MethodInfo); DO_APP_FUNC(0x00CCF6B0, Object__Array *, Animator_ConvertStateMachineBehaviour, (ScriptableObject__Array * rawObjects, MethodInfo * method)); DO_APP_FUNC(0x00CCF810, Object *, Animator_GetBehaviour_1, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x00CCF930, Object__Array *, Animator_GetBehaviours_1, (Animator * __this, MethodInfo * method)); DO_APP_FUNC(0x00CCFA00, ReadOnlyCollection_1_System_Reflection_CustomAttributeNamedArgument_ *, Array_AsReadOnly, (CustomAttributeNamedArgument__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62650, Array_AsReadOnly__MethodInfo); DO_APP_FUNC(0x00CCFAD0, ReadOnlyCollection_1_System_Reflection_CustomAttributeTypedArgument_ *, Array_AsReadOnly_1, (CustomAttributeTypedArgument__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62658, Array_AsReadOnly_1__MethodInfo); DO_APP_FUNC(0x00CCFBA0, ReadOnlyCollection_1_System_Object_ *, Array_AsReadOnly_2, (Object__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62660, Array_AsReadOnly_2__MethodInfo); DO_APP_FUNC(0x00CCFC70, int32_t, Array_BinarySearch_4, (Int64__Array * array, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62670, Array_BinarySearch_4__MethodInfo); DO_APP_FUNC(0x00CCFD00, int32_t, Array_BinarySearch_5, (Object__Array * array, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62628, Array_BinarySearch_5__MethodInfo); DO_APP_FUNC(0x00CCFD90, int32_t, Array_BinarySearch_6, (UInt64__Array * array, uint64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62630, Array_BinarySearch_6__MethodInfo); DO_APP_FUNC(0x00CCFE20, int32_t, Array_BinarySearch_7, (Object__Array * array, Object * value, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62640, Array_BinarySearch_7__MethodInfo); DO_APP_FUNC(0x00CCFEB0, int32_t, Array_BinarySearch_8, (Object__Array * array, int32_t index, int32_t length, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00CCFEE0, int32_t, Array_BinarySearch_9, (ArraySegment_1_Byte___Array * array, int32_t index, int32_t length, ArraySegment_1_Byte_ value, IComparer_1_System_ArraySegment_1_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62648, Array_BinarySearch_9__MethodInfo); DO_APP_FUNC(0x00CD00F0, int32_t, Array_BinarySearch_10, (AsyncOperationHandle_1_System_Object___Array * array, int32_t index, int32_t length, AsyncOperationHandle_1_System_Object_ value, IComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62610, Array_BinarySearch_10__MethodInfo); DO_APP_FUNC(0x00CD0310, int32_t, Array_BinarySearch_11, (VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, int32_t index, int32_t length, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, IComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62618, Array_BinarySearch_11__MethodInfo); DO_APP_FUNC(0x00CD0530, int32_t, Array_BinarySearch_12, (IntervalTree_1_T_Entry_System_Object___Array * array, int32_t index, int32_t length, IntervalTree_1_T_Entry_System_Object_ value, IComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62620, Array_BinarySearch_12__MethodInfo); DO_APP_FUNC(0x00CD0750, int32_t, Array_BinarySearch_13, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * array, int32_t index, int32_t length, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ value, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C625D8, Array_BinarySearch_13__MethodInfo); DO_APP_FUNC(0x00CD0960, int32_t, Array_BinarySearch_14, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * array, int32_t index, int32_t length, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ value, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C625E8, Array_BinarySearch_14__MethodInfo); DO_APP_FUNC(0x00CD0B70, int32_t, Array_BinarySearch_15, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * array, int32_t index, int32_t length, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ value, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C625F0, Array_BinarySearch_15__MethodInfo); DO_APP_FUNC(0x00CD0D90, int32_t, Array_BinarySearch_16, (KeyValuePair_2_System_Guid_System_Object___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_Guid_System_Object_ value, IComparer_1_KeyValuePair_2_System_Guid_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C625F8, Array_BinarySearch_16__MethodInfo); DO_APP_FUNC(0x00CD0FB0, int32_t, Array_BinarySearch_17, (KeyValuePair_2_System_Int32_System_Int32___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_Int32_System_Int32_ value, IComparer_1_KeyValuePair_2_System_Int32_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C625B0, Array_BinarySearch_17__MethodInfo); DO_APP_FUNC(0x00CD11B0, int32_t, Array_BinarySearch_18, (KeyValuePair_2_System_Int32_System_Object___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_Int32_System_Object_ value, IComparer_1_KeyValuePair_2_System_Int32_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C625B8, Array_BinarySearch_18__MethodInfo); DO_APP_FUNC(0x00CD13C0, int32_t, Array_BinarySearch_19, (KeyValuePair_2_System_Int32Enum_System_Object___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_Int32Enum_System_Object_ value, IComparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C625C8, Array_BinarySearch_19__MethodInfo); DO_APP_FUNC(0x00CD15D0, int32_t, Array_BinarySearch_20, (KeyValuePair_2_System_Object_System_ArraySegment_1___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_Object_System_ArraySegment_1_ value, IComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C625D0, Array_BinarySearch_20__MethodInfo); DO_APP_FUNC(0x00CD17F0, int32_t, Array_BinarySearch_21, (KeyValuePair_2_System_Object_System_Char___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_Object_System_Char_ value, IComparer_1_KeyValuePair_2_System_Object_System_Char_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62588, Array_BinarySearch_21__MethodInfo); DO_APP_FUNC(0x00CD1A00, int32_t, Array_BinarySearch_22, (KeyValuePair_2_System_Object_System_Object___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_Object_System_Object_ value, IComparer_1_KeyValuePair_2_System_Object_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62590, Array_BinarySearch_22__MethodInfo); DO_APP_FUNC(0x00CD1C10, int32_t, Array_BinarySearch_23, (KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ value, IComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62598, Array_BinarySearch_23__MethodInfo); DO_APP_FUNC(0x00CD1E50, int32_t, Array_BinarySearch_24, (KeyValuePair_2_UnityEngine_PropertyName_System_Object___Array * array, int32_t index, int32_t length, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ value, IComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C625A8, Array_BinarySearch_24__MethodInfo); DO_APP_FUNC(0x00CD2060, int32_t, Array_BinarySearch_25, (KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, IComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62568, Array_BinarySearch_25__MethodInfo); DO_APP_FUNC(0x00CD2270, int32_t, Array_BinarySearch_26, (KeyValuePair_2_System_UInt16_System_Object___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_UInt16_System_Object_ value, IComparer_1_KeyValuePair_2_System_UInt16_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62570, Array_BinarySearch_26__MethodInfo); DO_APP_FUNC(0x00CD2480, int32_t, Array_BinarySearch_27, (KeyValuePair_2_System_UInt64_System_Object___Array * array, int32_t index, int32_t length, KeyValuePair_2_System_UInt64_System_Object_ value, IComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62578, Array_BinarySearch_27__MethodInfo); DO_APP_FUNC(0x00CD2690, int32_t, Array_BinarySearch_28, (NativeArray_1_System_UInt16___Array * array, int32_t index, int32_t length, NativeArray_1_System_UInt16_ value, IComparer_1_Unity_Collections_NativeArray_1_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62580, Array_BinarySearch_28__MethodInfo); DO_APP_FUNC(0x00CD28A0, int32_t, Array_BinarySearch_29, (NativeArray_1_UnityEngine_UIElements_Vertex___Array * array, int32_t index, int32_t length, NativeArray_1_UnityEngine_UIElements_Vertex_ value, IComparer_1_Unity_Collections_NativeArray_1__1 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62540, Array_BinarySearch_29__MethodInfo); DO_APP_FUNC(0x00CD2AB0, int32_t, Array_BinarySearch_30, (RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object___Array * array, int32_t index, int32_t length, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ value, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62548, Array_BinarySearch_30__MethodInfo); DO_APP_FUNC(0x00CD2CC0, int32_t, Array_BinarySearch_31, (STuple_2_System_Object_System_Object___Array * array, int32_t index, int32_t length, STuple_2_System_Object_System_Object_ value, IComparer_1_Photon_Bolt_Collections_STuple_2_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62550, Array_BinarySearch_31__MethodInfo); DO_APP_FUNC(0x00CD2ED0, int32_t, Array_BinarySearch_32, (ValueTuple_2_Int32_Object___Array * array, int32_t index, int32_t length, ValueTuple_2_Int32_Object_ value, IComparer_1_System_ValueTuple_2_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62560, Array_BinarySearch_32__MethodInfo); DO_APP_FUNC(0x00CD30E0, int32_t, Array_BinarySearch_33, (ValueTuple_2_Int32_UnityEngine_Vector2Int___Array * array, int32_t index, int32_t length, ValueTuple_2_Int32_UnityEngine_Vector2Int_ value, IComparer_1_System_ValueTuple_2__1 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62520, Array_BinarySearch_33__MethodInfo); DO_APP_FUNC(0x00CD3300, int32_t, Array_BinarySearch_34, (ValueTuple_2_Object_ValueTuple_2_Object_Int32___Array * array, int32_t index, int32_t length, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ value, IComparer_1_System_ValueTuple_2__2 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62528, Array_BinarySearch_34__MethodInfo); DO_APP_FUNC(0x00CD3520, int32_t, Array_BinarySearch_35, (ValueTuple_2_Object_Object___Array * array, int32_t index, int32_t length, ValueTuple_2_Object_Object_ value, IComparer_1_System_ValueTuple_2__3 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62530, Array_BinarySearch_35__MethodInfo); DO_APP_FUNC(0x00E17CB0, int32_t, Array_BinarySearch_36, (ValueTuple_2_UnityEngine_Vector3Int_Object___Array * array, int32_t index, int32_t length, ValueTuple_2_UnityEngine_Vector3Int_Object_ value, IComparer_1_System_ValueTuple_2__4 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77C50, Array_BinarySearch_36__MethodInfo); DO_APP_FUNC(0x00E17ED0, int32_t, Array_BinarySearch_37, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___Array * array, int32_t index, int32_t length, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ value, IComparer_1_System_ValueTuple_2__5 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77C30, Array_BinarySearch_37__MethodInfo); DO_APP_FUNC(0x00E18110, int32_t, Array_BinarySearch_38, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___Array * array, int32_t index, int32_t length, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ value, IComparer_1_System_ValueTuple_2__6 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77C38, Array_BinarySearch_38__MethodInfo); DO_APP_FUNC(0x00E18340, int32_t, Array_BinarySearch_39, (AnimatorClipInfo__Array * array, int32_t index, int32_t length, AnimatorClipInfo value, IComparer_1_UnityEngine_AnimatorClipInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77C40, Array_BinarySearch_39__MethodInfo); DO_APP_FUNC(0x00E18540, int32_t, Array_BinarySearch_40, (AsyncOperationHandle__Array * array, int32_t index, int32_t length, AsyncOperationHandle value, IComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77C48, Array_BinarySearch_40__MethodInfo); DO_APP_FUNC(0x00E18760, int32_t, Array_BinarySearch_41, (BoltPeer__Array * array, int32_t index, int32_t length, BoltPeer value, IComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77C10, Array_BinarySearch_41__MethodInfo); DO_APP_FUNC(0x00E18960, int32_t, Array_BinarySearch_42, (BoltPhysicsHit__Array * array, int32_t index, int32_t length, BoltPhysicsHit value, IComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77C18, Array_BinarySearch_42__MethodInfo); DO_APP_FUNC(0x00E18B80, int32_t, Array_BinarySearch_43, (BoneWeight__Array * array, int32_t index, int32_t length, BoneWeight value, IComparer_1_UnityEngine_BoneWeight_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77C20, Array_BinarySearch_43__MethodInfo); DO_APP_FUNC(0x00E18DA0, int32_t, Array_BinarySearch_44, (Boolean__Array * array, int32_t index, int32_t length, bool value, IComparer_1_System_Boolean_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77C28, Array_BinarySearch_44__MethodInfo); DO_APP_FUNC(0x00E18FA0, int32_t, Array_BinarySearch_45, (Byte__Array * array, int32_t index, int32_t length, uint8_t value, IComparer_1_System_Byte_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77BE0, Array_BinarySearch_45__MethodInfo); DO_APP_FUNC(0x00E191A0, int32_t, Array_BinarySearch_46, (CancellationToken__Array * array, int32_t index, int32_t length, CancellationToken value, IComparer_1_System_Threading_CancellationToken_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77BE8, Array_BinarySearch_46__MethodInfo); DO_APP_FUNC(0x00E193A0, int32_t, Array_BinarySearch_47, (Char__Array * array, int32_t index, int32_t length, uint16_t value, IComparer_1_System_Char_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77BF8, Array_BinarySearch_47__MethodInfo); DO_APP_FUNC(0x00E195A0, int32_t, Array_BinarySearch_48, (ClientInfo__Array * array, int32_t index, int32_t length, ClientInfo value, IComparer_1_Dissonance_Networking_ClientInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77C08, Array_BinarySearch_48__MethodInfo); DO_APP_FUNC(0x00E197C0, int32_t, Array_BinarySearch_49, (Color__Array * array, int32_t index, int32_t length, Color value, IComparer_1_UnityEngine_Color_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77BC0, Array_BinarySearch_49__MethodInfo); DO_APP_FUNC(0x00E199D0, int32_t, Array_BinarySearch_50, (Color32__Array * array, int32_t index, int32_t length, Color32 value, IComparer_1_UnityEngine_Color32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77BC8, Array_BinarySearch_50__MethodInfo); DO_APP_FUNC(0x00E19BD0, int32_t, Array_BinarySearch_51, (CombineInstance__Array * array, int32_t index, int32_t length, CombineInstance value, IComparer_1_UnityEngine_CombineInstance_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77BD0, Array_BinarySearch_51__MethodInfo); DO_APP_FUNC(0x00E19E30, int32_t, Array_BinarySearch_52, (ComputedTransitionProperty__Array * array, int32_t index, int32_t length, ComputedTransitionProperty value, IComparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77BD8, Array_BinarySearch_52__MethodInfo); DO_APP_FUNC(0x00E1A050, int32_t, Array_BinarySearch_53, (Connection__Array * array, int32_t index, int32_t length, Connection value, IComparer_1_Pathfinding_Connection_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77BA0, Array_BinarySearch_53__MethodInfo); DO_APP_FUNC(0x00E1A260, int32_t, Array_BinarySearch_54, (ControllerPollingInfo__Array * array, int32_t index, int32_t length, ControllerPollingInfo value, IComparer_1_Rewired_ControllerPollingInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77BA8, Array_BinarySearch_54__MethodInfo); DO_APP_FUNC(0x00E1A4A0, int32_t, Array_BinarySearch_55, (ControllerTemplateElementTarget__Array * array, int32_t index, int32_t length, ControllerTemplateElementTarget value, IComparer_1_Rewired_ControllerTemplateElementTarget_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77BB0, Array_BinarySearch_55__MethodInfo); DO_APP_FUNC(0x00E1A6B0, int32_t, Array_BinarySearch_56, (CurveSample__Array * array, int32_t index, int32_t length, CurveSample value, IComparer_1_SplineMesh_CurveSample_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77BB8, Array_BinarySearch_56__MethodInfo); DO_APP_FUNC(0x00E1A8F0, int32_t, Array_BinarySearch_57, (DateTime__Array * array, int32_t index, int32_t length, DateTime value, IComparer_1_System_DateTime_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77B80, Array_BinarySearch_57__MethodInfo); DO_APP_FUNC(0x00E1AAF0, int32_t, Array_BinarySearch_58, (DateTimeOffset__Array * array, int32_t index, int32_t length, DateTimeOffset value, IComparer_1_System_DateTimeOffset_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77B88, Array_BinarySearch_58__MethodInfo); DO_APP_FUNC(0x00E1AD00, int32_t, Array_BinarySearch_59, (Decimal__Array * array, int32_t index, int32_t length, Decimal value, IComparer_1_System_Decimal_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77B90, Array_BinarySearch_59__MethodInfo); DO_APP_FUNC(0x00E1AF10, int32_t, Array_BinarySearch_60, (DiagnosticEvent__Array * array, int32_t index, int32_t length, DiagnosticEvent value, IComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77B98, Array_BinarySearch_60__MethodInfo); DO_APP_FUNC(0x00E1B130, int32_t, Array_BinarySearch_61, (Double__Array * array, int32_t index, int32_t length, double value, IComparer_1_System_Double_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77B60, Array_BinarySearch_61__MethodInfo); DO_APP_FUNC(0x00E1B330, int32_t, Array_BinarySearch_62, (EasingFunction__Array * array, int32_t index, int32_t length, EasingFunction value, IComparer_1_UnityEngine_UIElements_EasingFunction_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77B68, Array_BinarySearch_62__MethodInfo); DO_APP_FUNC(0x00E1B530, int32_t, Array_BinarySearch_63, (ElementAssignmentConflictInfo__Array * array, int32_t index, int32_t length, ElementAssignmentConflictInfo value, IComparer_1_Rewired_ElementAssignmentConflictInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77B70, Array_BinarySearch_63__MethodInfo); DO_APP_FUNC(0x00E1B760, int32_t, Array_BinarySearch_64, (Entitlement__Array * array, int32_t index, int32_t length, Entitlement value, IComparer_1_Discord_Entitlement_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77B78, Array_BinarySearch_64__MethodInfo); DO_APP_FUNC(0x00E1B980, int32_t, Array_BinarySearch_65, (EventReliable__Array * array, int32_t index, int32_t length, EventReliable value, IComparer_1_Photon_Bolt_EventReliable_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77B40, Array_BinarySearch_65__MethodInfo); DO_APP_FUNC(0x00E1BB90, int32_t, Array_BinarySearch_66, (EventUnreliable__Array * array, int32_t index, int32_t length, EventUnreliable value, IComparer_1_Photon_Bolt_EventUnreliable_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77B48, Array_BinarySearch_66__MethodInfo); DO_APP_FUNC(0x00E1BDB0, int32_t, Array_BinarySearch_67, (FileStat__Array * array, int32_t index, int32_t length, FileStat value, IComparer_1_Discord_FileStat_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77B50, Array_BinarySearch_67__MethodInfo); DO_APP_FUNC(0x00E1BFD0, int32_t, Array_BinarySearch_68, (GlyphPairAdjustmentRecord__Array * array, int32_t index, int32_t length, GlyphPairAdjustmentRecord value, IComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77B58, Array_BinarySearch_68__MethodInfo); DO_APP_FUNC(0x00E1C200, int32_t, Array_BinarySearch_69, (GlyphRect__Array * array, int32_t index, int32_t length, GlyphRect value, IComparer_1_UnityEngine_TextCore_GlyphRect_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77B20, Array_BinarySearch_69__MethodInfo); DO_APP_FUNC(0x00E1C410, int32_t, Array_BinarySearch_70, (Guid__Array * array, int32_t index, int32_t length, Guid value, IComparer_1_System_Guid_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77B28, Array_BinarySearch_70__MethodInfo); DO_APP_FUNC(0x00E1C620, int32_t, Array_BinarySearch_71, (InputActionSourceData__Array * array, int32_t index, int32_t length, InputActionSourceData value, IComparer_1_Rewired_InputActionSourceData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77B30, Array_BinarySearch_71__MethodInfo); DO_APP_FUNC(0x00E1C840, int32_t, Array_BinarySearch_72, (InputBinding__Array * array, int32_t index, int32_t length, InputBinding value, IComparer_1_UnityEngine_InputSystem_InputBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77B38, Array_BinarySearch_72__MethodInfo); DO_APP_FUNC(0x00E1CA90, int32_t, Array_BinarySearch_73, (InputDevice_1__Array * array, int32_t index, int32_t length, InputDevice_1 value, IComparer_1_UnityEngine_XR_InputDevice_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77B00, Array_BinarySearch_73__MethodInfo); DO_APP_FUNC(0x00E1CCA0, int32_t, Array_BinarySearch_74, (InputDeviceDescription__Array * array, int32_t index, int32_t length, InputDeviceDescription value, IComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77B08, Array_BinarySearch_74__MethodInfo); DO_APP_FUNC(0x00E1CEE0, int32_t, Array_BinarySearch_75, (InputEventPtr__Array * array, int32_t index, int32_t length, InputEventPtr value, IComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77B10, Array_BinarySearch_75__MethodInfo); DO_APP_FUNC(0x00E1D0E0, int32_t, Array_BinarySearch_76, (Int16__Array * array, int32_t index, int32_t length, int16_t value, IComparer_1_System_Int16_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77B18, Array_BinarySearch_76__MethodInfo); DO_APP_FUNC(0x00E1D2E0, int32_t, Array_BinarySearch_77, (Int3__Array * array, int32_t index, int32_t length, Int3 value, IComparer_1_Pathfinding_Int3_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77AD8, Array_BinarySearch_77__MethodInfo); DO_APP_FUNC(0x00E1D500, int32_t, Array_BinarySearch_78, (Int32__Array * array, int32_t index, int32_t length, int32_t value, IComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77AE0, Array_BinarySearch_78__MethodInfo); DO_APP_FUNC(0x00E1D700, int32_t, Array_BinarySearch_79, (Int32Enum__Enum__Array * array, int32_t index, int32_t length, Int32Enum__Enum value, IComparer_1_System_Int32Enum_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77AE8, Array_BinarySearch_79__MethodInfo); DO_APP_FUNC(0x00E1D900, int32_t, Array_BinarySearch_80, (Int64__Array * array, int32_t index, int32_t length, int64_t value, IComparer_1_System_Int64_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77AF0, Array_BinarySearch_80__MethodInfo); DO_APP_FUNC(0x00E1DB00, int32_t, Array_BinarySearch_81, (IntPoint__Array * array, int32_t index, int32_t length, IntPoint value, IComparer_1_Pathfinding_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77AB8, Array_BinarySearch_81__MethodInfo); DO_APP_FUNC(0x00E1DD10, int32_t, Array_BinarySearch_82, (IntRect__Array * array, int32_t index, int32_t length, IntRect value, IComparer_1_Pathfinding_IntRect_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77AC0, Array_BinarySearch_82__MethodInfo); DO_APP_FUNC(0x00E1DF20, int32_t, Array_BinarySearch_83, (InternedString__Array * array, int32_t index, int32_t length, InternedString value, IComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77AC8, Array_BinarySearch_83__MethodInfo); DO_APP_FUNC(0x00E1E130, int32_t, Array_BinarySearch_84, (InterpretedFrameInfo__Array * array, int32_t index, int32_t length, InterpretedFrameInfo value, IComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77AD0, Array_BinarySearch_84__MethodInfo); DO_APP_FUNC(0x00E1E340, int32_t, Array_BinarySearch_85, (IntervalTreeNode__Array * array, int32_t index, int32_t length, IntervalTreeNode value, IComparer_1_UnityEngine_Timeline_IntervalTreeNode_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77A98, Array_BinarySearch_85__MethodInfo); DO_APP_FUNC(0x00E1E560, int32_t, Array_BinarySearch_86, (ItemDefinitionAmount__Array * array, int32_t index, int32_t length, ItemDefinitionAmount value, IComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77AA0, Array_BinarySearch_86__MethodInfo); DO_APP_FUNC(0x00E1E780, int32_t, Array_BinarySearch_87, (KickedPlayer__Array * array, int32_t index, int32_t length, KickedPlayer value, IComparer_1_KickedPlayer_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77AA8, Array_BinarySearch_87__MethodInfo); DO_APP_FUNC(0x00E1E990, int32_t, Array_BinarySearch_88, (LayerMask__Array * array, int32_t index, int32_t length, LayerMask value, IComparer_1_UnityEngine_LayerMask_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77AB0, Array_BinarySearch_88__MethodInfo); DO_APP_FUNC(0x00E1EB90, int32_t, Array_BinarySearch_89, (ManipulatorActivationFilter__Array * array, int32_t index, int32_t length, ManipulatorActivationFilter value, IComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77A78, Array_BinarySearch_89__MethodInfo); DO_APP_FUNC(0x00E1EDB0, int32_t, Array_BinarySearch_90, (Matrix4x4__Array * array, int32_t index, int32_t length, Matrix4x4 value, IComparer_1_UnityEngine_Matrix4x4_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77A80, Array_BinarySearch_90__MethodInfo); DO_APP_FUNC(0x00E1EFE0, int32_t, Array_BinarySearch_91, (NameAndParameters__Array * array, int32_t index, int32_t length, NameAndParameters value, IComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77A88, Array_BinarySearch_91__MethodInfo); DO_APP_FUNC(0x00E1F200, int32_t, Array_BinarySearch_92, (NamedValue__Array * array, int32_t index, int32_t length, NamedValue value, IComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77A90, Array_BinarySearch_92__MethodInfo); DO_APP_FUNC(0x00E1F420, int32_t, Array_BinarySearch_93, (NetworkPropertyInfo__Array * array, int32_t index, int32_t length, NetworkPropertyInfo value, IComparer_1_Photon_Bolt_NetworkPropertyInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77A50, Array_BinarySearch_93__MethodInfo); DO_APP_FUNC(0x00E1F640, int32_t, Array_BinarySearch_94, (Object__Array * array, int32_t index, int32_t length, Object * value, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77A58, Array_BinarySearch_94__MethodInfo); DO_APP_FUNC(0x00E1F840, int32_t, Array_BinarySearch_95, (ObjectInitializationData__Array * array, int32_t index, int32_t length, ObjectInitializationData value, IComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77A60, Array_BinarySearch_95__MethodInfo); DO_APP_FUNC(0x00E1FA60, int32_t, Array_BinarySearch_96, (OpenChannel__Array * array, int32_t index, int32_t length, OpenChannel value, IComparer_1_Dissonance_Networking_Client_OpenChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77A70, Array_BinarySearch_96__MethodInfo); DO_APP_FUNC(0x00E1FC80, int32_t, Array_BinarySearch_97, (PacketStats__Array * array, int32_t index, int32_t length, PacketStats value, IComparer_1_Photon_Bolt_Internal_PacketStats_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77A30, Array_BinarySearch_97__MethodInfo); DO_APP_FUNC(0x00E1FEA0, int32_t, Array_BinarySearch_98, (ParticleCollisionEvent__Array * array, int32_t index, int32_t length, ParticleCollisionEvent value, IComparer_1_UnityEngine_ParticleCollisionEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77A38, Array_BinarySearch_98__MethodInfo); DO_APP_FUNC(0x00E200D0, int32_t, Array_BinarySearch_99, (Playable__Array * array, int32_t index, int32_t length, Playable value, IComparer_1_UnityEngine_Playables_Playable_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77A40, Array_BinarySearch_99__MethodInfo); DO_APP_FUNC(0x00E202E0, int32_t, Array_BinarySearch_100, (PlayableBinding__Array * array, int32_t index, int32_t length, PlayableBinding value, IComparer_1_UnityEngine_Playables_PlayableBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77A48, Array_BinarySearch_100__MethodInfo); DO_APP_FUNC(0x00E20500, int32_t, Array_BinarySearch_101, (Priority__Array * array, int32_t index, int32_t length, Priority value, IComparer_1_Photon_Bolt_Priority_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77A10, Array_BinarySearch_101__MethodInfo); DO_APP_FUNC(0x00E20720, int32_t, Array_BinarySearch_102, (Quaternion__Array * array, int32_t index, int32_t length, Quaternion value, IComparer_1_UnityEngine_Quaternion_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77A18, Array_BinarySearch_102__MethodInfo); DO_APP_FUNC(0x00E20930, int32_t, Array_BinarySearch_103, (RangePositionInfo__Array * array, int32_t index, int32_t length, RangePositionInfo value, IComparer_1_System_Xml_Schema_RangePositionInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77A20, Array_BinarySearch_103__MethodInfo); DO_APP_FUNC(0x00E20B40, int32_t, Array_BinarySearch_104, (RaycastHit__Array * array, int32_t index, int32_t length, RaycastHit value, IComparer_1_UnityEngine_RaycastHit_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77A28, Array_BinarySearch_104__MethodInfo); DO_APP_FUNC(0x00E20D70, int32_t, Array_BinarySearch_105, (RaycastHit2D__Array * array, int32_t index, int32_t length, RaycastHit2D value, IComparer_1_UnityEngine_RaycastHit2D_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C779F0, Array_BinarySearch_105__MethodInfo); DO_APP_FUNC(0x00E20F90, int32_t, Array_BinarySearch_106, (RaycastResult__Array * array, int32_t index, int32_t length, RaycastResult value, IComparer_1_UnityEngine_EventSystems_RaycastResult_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C779F8, Array_BinarySearch_106__MethodInfo); DO_APP_FUNC(0x00E211D0, int32_t, Array_BinarySearch_107, (Rect__Array * array, int32_t index, int32_t length, Rect value, IComparer_1_UnityEngine_Rect_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77A00, Array_BinarySearch_107__MethodInfo); DO_APP_FUNC(0x00E213E0, int32_t, Array_BinarySearch_108, (ReflectionProbeBlendInfo__Array * array, int32_t index, int32_t length, ReflectionProbeBlendInfo value, IComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77A08, Array_BinarySearch_108__MethodInfo); DO_APP_FUNC(0x00E215F0, int32_t, Array_BinarySearch_109, (RemoteChannel__Array * array, int32_t index, int32_t length, RemoteChannel value, IComparer_1_Dissonance_RemoteChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C779D0, Array_BinarySearch_109__MethodInfo); DO_APP_FUNC(0x00E21810, int32_t, Array_BinarySearch_110, (RenderChainTextEntry__Array * array, int32_t index, int32_t length, RenderChainTextEntry value, IComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C779D8, Array_BinarySearch_110__MethodInfo); DO_APP_FUNC(0x00E21A20, int32_t, Array_BinarySearch_111, (RenderTargetIdentifier__Array * array, int32_t index, int32_t length, RenderTargetIdentifier value, IComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C779E0, Array_BinarySearch_111__MethodInfo); DO_APP_FUNC(0x00E21C50, int32_t, Array_BinarySearch_112, (RendererList__Array * array, int32_t index, int32_t length, RendererList value, IComparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C779E8, Array_BinarySearch_112__MethodInfo); DO_APP_FUNC(0x00E21E60, int32_t, Array_BinarySearch_113, (RendererListHandle__Array * array, int32_t index, int32_t length, RendererListHandle value, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C779B0, Array_BinarySearch_113__MethodInfo); DO_APP_FUNC(0x00E22060, int32_t, Array_BinarySearch_114, (Resolution__Array * array, int32_t index, int32_t length, Resolution value, IComparer_1_UnityEngine_Resolution_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C779B8, Array_BinarySearch_114__MethodInfo); DO_APP_FUNC(0x00E22280, int32_t, Array_BinarySearch_115, (ResourceHandle__Array * array, int32_t index, int32_t length, ResourceHandle value, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C779C0, Array_BinarySearch_115__MethodInfo); DO_APP_FUNC(0x00E22480, int32_t, Array_BinarySearch_116, (RoomMembership__Array * array, int32_t index, int32_t length, RoomMembership value, IComparer_1_Dissonance_RoomMembership_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C779C8, Array_BinarySearch_116__MethodInfo); DO_APP_FUNC(0x00E226A0, int32_t, Array_BinarySearch_117, (RuleMatcher__Array * array, int32_t index, int32_t length, RuleMatcher value, IComparer_1_UnityEngine_UIElements_RuleMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77990, Array_BinarySearch_117__MethodInfo); DO_APP_FUNC(0x00E228B0, int32_t, Array_BinarySearch_118, (SByte__Array * array, int32_t index, int32_t length, int8_t value, IComparer_1_System_SByte_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77998, Array_BinarySearch_118__MethodInfo); DO_APP_FUNC(0x00E22AB0, int32_t, Array_BinarySearch_119, (SelectorMatchRecord__Array * array, int32_t index, int32_t length, SelectorMatchRecord value, IComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C779A0, Array_BinarySearch_119__MethodInfo); DO_APP_FUNC(0x00E22CD0, int32_t, Array_BinarySearch_120, (Single__Array * array, int32_t index, int32_t length, float value, IComparer_1_System_Single_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C779A8, Array_BinarySearch_120__MethodInfo); DO_APP_FUNC(0x00E22ED0, int32_t, Array_BinarySearch_121, (Sku__Array * array, int32_t index, int32_t length, Sku value, IComparer_1_Discord_Sku_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77970, Array_BinarySearch_121__MethodInfo); DO_APP_FUNC(0x00E23100, int32_t, Array_BinarySearch_122, (SslApplicationProtocol__Array * array, int32_t index, int32_t length, SslApplicationProtocol value, IComparer_1_System_Net_Security_SslApplicationProtocol_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77978, Array_BinarySearch_122__MethodInfo); DO_APP_FUNC(0x00E23310, int32_t, Array_BinarySearch_123, (SteamItemDef_t__Array * array, int32_t index, int32_t length, SteamItemDef_t value, IComparer_1_Steamworks_SteamItemDef_t_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77980, Array_BinarySearch_123__MethodInfo); DO_APP_FUNC(0x00E23510, int32_t, Array_BinarySearch_124, (SteamItemDetails_t__Array * array, int32_t index, int32_t length, SteamItemDetails_t value, IComparer_1_Steamworks_SteamItemDetails_t_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77988, Array_BinarySearch_124__MethodInfo); DO_APP_FUNC(0x00E23720, int32_t, Array_BinarySearch_125, (StylePropertyName__Array * array, int32_t index, int32_t length, StylePropertyName value, IComparer_1_UnityEngine_UIElements_StylePropertyName_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77950, Array_BinarySearch_125__MethodInfo); DO_APP_FUNC(0x00E23930, int32_t, Array_BinarySearch_126, (StylePropertyValue__Array * array, int32_t index, int32_t length, StylePropertyValue value, IComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77958, Array_BinarySearch_126__MethodInfo); DO_APP_FUNC(0x00E23B40, int32_t, Array_BinarySearch_127, (StyleSelectorPart__Array * array, int32_t index, int32_t length, StyleSelectorPart value, IComparer_1_UnityEngine_UIElements_StyleSelectorPart_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77960, Array_BinarySearch_127__MethodInfo); DO_APP_FUNC(0x00E23D60, int32_t, Array_BinarySearch_128, (StyleSyntaxToken__Array * array, int32_t index, int32_t length, StyleSyntaxToken value, IComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77968, Array_BinarySearch_128__MethodInfo); DO_APP_FUNC(0x00E23F80, int32_t, Array_BinarySearch_129, (StyleValue__Array * array, int32_t index, int32_t length, StyleValue value, IComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77930, Array_BinarySearch_129__MethodInfo); DO_APP_FUNC(0x00E241A0, int32_t, Array_BinarySearch_130, (StyleValueManaged__Array * array, int32_t index, int32_t length, StyleValueManaged value, IComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77938, Array_BinarySearch_130__MethodInfo); DO_APP_FUNC(0x00E243B0, int32_t, Array_BinarySearch_131, (StyleVariable__Array * array, int32_t index, int32_t length, StyleVariable value, IComparer_1_UnityEngine_UIElements_StyleVariable_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77940, Array_BinarySearch_131__MethodInfo); DO_APP_FUNC(0x00E245D0, int32_t, Array_BinarySearch_132, (SubMeshDescriptor__Array * array, int32_t index, int32_t length, SubMeshDescriptor value, IComparer_1_UnityEngine_Rendering_SubMeshDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77948, Array_BinarySearch_132__MethodInfo); DO_APP_FUNC(0x00E247F0, int32_t, Array_BinarySearch_133, (Substring__Array * array, int32_t index, int32_t length, Substring value, IComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77910, Array_BinarySearch_133__MethodInfo); DO_APP_FUNC(0x00E24A00, int32_t, Array_BinarySearch_134, (TimeSpan__Array * array, int32_t index, int32_t length, TimeSpan value, IComparer_1_System_TimeSpan_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77918, Array_BinarySearch_134__MethodInfo); DO_APP_FUNC(0x00E24C00, int32_t, Array_BinarySearch_135, (TimeValue__Array * array, int32_t index, int32_t length, TimeValue value, IComparer_1_UnityEngine_UIElements_TimeValue_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77920, Array_BinarySearch_135__MethodInfo); DO_APP_FUNC(0x00E24E00, int32_t, Array_BinarySearch_136, (TreeViewItemWrapper__Array * array, int32_t index, int32_t length, TreeViewItemWrapper value, IComparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77928, Array_BinarySearch_136__MethodInfo); DO_APP_FUNC(0x00E25020, int32_t, Array_BinarySearch_137, (TypeWrapper__Array * array, int32_t index, int32_t length, TypeWrapper value, IComparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C778F0, Array_BinarySearch_137__MethodInfo); DO_APP_FUNC(0x00E25240, int32_t, Array_BinarySearch_138, (UICharInfo__Array * array, int32_t index, int32_t length, UICharInfo value, IComparer_1_UnityEngine_UICharInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C778F8, Array_BinarySearch_138__MethodInfo); DO_APP_FUNC(0x00E25460, int32_t, Array_BinarySearch_139, (UILineInfo__Array * array, int32_t index, int32_t length, UILineInfo value, IComparer_1_UnityEngine_UILineInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77900, Array_BinarySearch_139__MethodInfo); DO_APP_FUNC(0x00E25670, int32_t, Array_BinarySearch_140, (UIVertex__Array * array, int32_t index, int32_t length, UIVertex value, IComparer_1_UnityEngine_UIVertex_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77908, Array_BinarySearch_140__MethodInfo); DO_APP_FUNC(0x00E258E0, int32_t, Array_BinarySearch_141, (UInt16__Array * array, int32_t index, int32_t length, uint16_t value, IComparer_1_System_UInt16_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C778D0, Array_BinarySearch_141__MethodInfo); DO_APP_FUNC(0x00E25AE0, int32_t, Array_BinarySearch_142, (UInt32__Array * array, int32_t index, int32_t length, uint32_t value, IComparer_1_System_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C778D8, Array_BinarySearch_142__MethodInfo); DO_APP_FUNC(0x00E25CE0, int32_t, Array_BinarySearch_143, (UInt64__Array * array, int32_t index, int32_t length, uint64_t value, IComparer_1_System_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C778E0, Array_BinarySearch_143__MethodInfo); DO_APP_FUNC(0x00E25EE0, int32_t, Array_BinarySearch_144, (UVTexture__Array * array, int32_t index, int32_t length, UVTexture value, IComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C778E8, Array_BinarySearch_144__MethodInfo); DO_APP_FUNC(0x00E26100, int32_t, Array_BinarySearch_145, (UdpEndPoint__Array * array, int32_t index, int32_t length, UdpEndPoint value, IComparer_1_UdpKit_UdpEndPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C778B0, Array_BinarySearch_145__MethodInfo); DO_APP_FUNC(0x00E26320, int32_t, Array_BinarySearch_146, (UdpIPv4Address__Array * array, int32_t index, int32_t length, UdpIPv4Address value, IComparer_1_UdpKit_UdpIPv4Address_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C778B8, Array_BinarySearch_146__MethodInfo); DO_APP_FUNC(0x00E26520, int32_t, Array_BinarySearch_147, (UsageHint__Array * array, int32_t index, int32_t length, UsageHint value, IComparer_1_UnityEngine_InputSystem_XR_UsageHint_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C778C0, Array_BinarySearch_147__MethodInfo); DO_APP_FUNC(0x00E26720, int32_t, Array_BinarySearch_148, (User__Array * array, int32_t index, int32_t length, User value, IComparer_1_Discord_User_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C778C8, Array_BinarySearch_148__MethodInfo); DO_APP_FUNC(0x00E26950, int32_t, Array_BinarySearch_149, (Vector2__Array * array, int32_t index, int32_t length, Vector2 value, IComparer_1_UnityEngine_Vector2_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77890, Array_BinarySearch_149__MethodInfo); DO_APP_FUNC(0x00E26B50, int32_t, Array_BinarySearch_150, (Vector3__Array * array, int32_t index, int32_t length, Vector3 value, IComparer_1_UnityEngine_Vector3_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77898, Array_BinarySearch_150__MethodInfo); DO_APP_FUNC(0x00E26D70, int32_t, Array_BinarySearch_151, (Vector4__Array * array, int32_t index, int32_t length, Vector4 value, IComparer_1_UnityEngine_Vector4_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C778A0, Array_BinarySearch_151__MethodInfo); DO_APP_FUNC(0x00E26F80, int32_t, Array_BinarySearch_152, (VertexAttributeDescriptor__Array * array, int32_t index, int32_t length, VertexAttributeDescriptor value, IComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C778A8, Array_BinarySearch_152__MethodInfo); DO_APP_FUNC(0x00E27190, int32_t, Array_BinarySearch_153, (ViewConfiguration__Array * array, int32_t index, int32_t length, ViewConfiguration value, IComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77870, Array_BinarySearch_153__MethodInfo); DO_APP_FUNC(0x00E273B0, int32_t, Array_BinarySearch_154, (VoicePacket__Array * array, int32_t index, int32_t length, VoicePacket value, IComparer_1_Dissonance_Networking_VoicePacket_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77878, Array_BinarySearch_154__MethodInfo); DO_APP_FUNC(0x00E275F0, int32_t, Array_BinarySearch_155, (VoxelContour__Array * array, int32_t index, int32_t length, VoxelContour value, IComparer_1_Pathfinding_Voxels_VoxelContour_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77880, Array_BinarySearch_155__MethodInfo); DO_APP_FUNC(0x00E27810, int32_t, Array_BinarySearch_156, (Win32_IP_ADAPTER_ADDRESSES__Array * array, int32_t index, int32_t length, Win32_IP_ADAPTER_ADDRESSES value, IComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77888, Array_BinarySearch_156__MethodInfo); DO_APP_FUNC(0x00E27A90, int32_t, Array_BinarySearch_157, (Win32_IP_ADAPTER_INFO__Array * array, int32_t index, int32_t length, Win32_IP_ADAPTER_INFO value, IComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77850, Array_BinarySearch_157__MethodInfo); DO_APP_FUNC(0x00E27D10, int32_t, Array_BinarySearch_158, (X509ChainStatus__Array * array, int32_t index, int32_t length, X509ChainStatus value, IComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77858, Array_BinarySearch_158__MethodInfo); DO_APP_FUNC(0x00E27F20, int32_t, Array_BinarySearch_159, (XRFeatureDescriptor__Array * array, int32_t index, int32_t length, XRFeatureDescriptor value, IComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77860, Array_BinarySearch_159__MethodInfo); DO_APP_FUNC(0x00E28140, int32_t, Array_BinarySearch_160, (XRNodeState__Array * array, int32_t index, int32_t length, XRNodeState value, IComparer_1_UnityEngine_XR_XRNodeState_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77868, Array_BinarySearch_160__MethodInfo); DO_APP_FUNC(0x00E28390, int32_t, Array_BinarySearch_161, (AdvancedSmooth_Turn__Array * array, int32_t index, int32_t length, AdvancedSmooth_Turn value, IComparer_1_Pathfinding_AdvancedSmooth_Turn_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77830, Array_BinarySearch_161__MethodInfo); DO_APP_FUNC(0x00E285A0, int32_t, Array_BinarySearch_162, (AnimationOutputWeightProcessor_WeightInfo__Array * array, int32_t index, int32_t length, AnimationOutputWeightProcessor_WeightInfo value, IComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77838, Array_BinarySearch_162__MethodInfo); DO_APP_FUNC(0x00E287D0, int32_t, Array_BinarySearch_163, (BeforeRenderHelper_OrderBlock__Array * array, int32_t index, int32_t length, BeforeRenderHelper_OrderBlock value, IComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77840, Array_BinarySearch_163__MethodInfo); DO_APP_FUNC(0x00E289E0, int32_t, Array_BinarySearch_164, (BitmapAllocator32_Page__Array * array, int32_t index, int32_t length, BitmapAllocator32_Page value, IComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77848, Array_BinarySearch_164__MethodInfo); DO_APP_FUNC(0x00E28BE0, int32_t, Array_BinarySearch_165, (Camera_RenderRequest__Array * array, int32_t index, int32_t length, Camera_RenderRequest value, IComparer_1_UnityEngine_Camera_RenderRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C777F8, Array_BinarySearch_165__MethodInfo); DO_APP_FUNC(0x00E28E00, int32_t, Array_BinarySearch_166, (CameraState_CustomBlendable__Array * array, int32_t index, int32_t length, CameraState_CustomBlendable value, IComparer_1_Cinemachine_CameraState_CustomBlendable_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77808, Array_BinarySearch_166__MethodInfo); DO_APP_FUNC(0x00E29010, int32_t, Array_BinarySearch_167, (CinemachineClearShot_Pair__Array * array, int32_t index, int32_t length, CinemachineClearShot_Pair value, IComparer_1_Cinemachine_CinemachineClearShot_Pair_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77818, Array_BinarySearch_167__MethodInfo); DO_APP_FUNC(0x00E29210, int32_t, Array_BinarySearch_168, (CinemachineStateDrivenCamera_HashPair__Array * array, int32_t index, int32_t length, CinemachineStateDrivenCamera_HashPair value, IComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77828, Array_BinarySearch_168__MethodInfo); DO_APP_FUNC(0x00E29410, int32_t, Array_BinarySearch_169, (ClipperLib_DoublePoint__Array * array, int32_t index, int32_t length, ClipperLib_DoublePoint value, IComparer_1_Cinemachine_ClipperLib_DoublePoint_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C777B8, Array_BinarySearch_169__MethodInfo); DO_APP_FUNC(0x00E29620, int32_t, Array_BinarySearch_170, (ClipperLib_IntPoint__Array * array, int32_t index, int32_t length, ClipperLib_IntPoint value, IComparer_1_Cinemachine_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C777C8, Array_BinarySearch_170__MethodInfo); DO_APP_FUNC(0x00E29830, int32_t, Array_BinarySearch_171, (ConfinerOven_PolygonSolution__Array * array, int32_t index, int32_t length, ConfinerOven_PolygonSolution value, IComparer_1_Cinemachine_ConfinerOven_PolygonSolution_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C777D8, Array_BinarySearch_171__MethodInfo); DO_APP_FUNC(0x00E29A40, int32_t, Array_BinarySearch_172, (CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Array * array, int32_t index, int32_t length, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB value, IComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C777E8, Array_BinarySearch_172__MethodInfo); DO_APP_FUNC(0x00E29C60, int32_t, Array_BinarySearch_173, (DelayedActionManager_DelegateInfo__Array * array, int32_t index, int32_t length, DelayedActionManager_DelegateInfo value, IComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77788, Array_BinarySearch_173__MethodInfo); DO_APP_FUNC(0x00E29E80, int32_t, Array_BinarySearch_174, (EventDispatcher_CallbackWrapper__Array * array, int32_t index, int32_t length, EventDispatcher_CallbackWrapper value, IComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77790, Array_BinarySearch_174__MethodInfo); DO_APP_FUNC(0x00E2A090, int32_t, Array_BinarySearch_175, (EventDispatcher_EventListener__Array * array, int32_t index, int32_t length, EventDispatcher_EventListener value, IComparer_1_Photon_Bolt_EventDispatcher_EventListener_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C777A0, Array_BinarySearch_175__MethodInfo); DO_APP_FUNC(0x00E2A2B0, int32_t, Array_BinarySearch_176, (EventQueue_NetworkEvent__Array * array, int32_t index, int32_t length, EventQueue_NetworkEvent value, IComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C777A8, Array_BinarySearch_176__MethodInfo); DO_APP_FUNC(0x00E2A530, int32_t, Array_BinarySearch_177, (FocusController_FocusedElement__Array * array, int32_t index, int32_t length, FocusController_FocusedElement value, IComparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77750, Array_BinarySearch_177__MethodInfo); DO_APP_FUNC(0x00E2A740, int32_t, Array_BinarySearch_178, (Funnel_PathPart__Array * array, int32_t index, int32_t length, Funnel_PathPart value, IComparer_1_Pathfinding_Funnel_PathPart_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77760, Array_BinarySearch_178__MethodInfo); DO_APP_FUNC(0x00E2A960, int32_t, Array_BinarySearch_179, (GetRandomAvailablePerch_RandomPerch__Array * array, int32_t index, int32_t length, GetRandomAvailablePerch_RandomPerch value, IComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77770, Array_BinarySearch_179__MethodInfo); DO_APP_FUNC(0x00E2AB80, int32_t, Array_BinarySearch_180, (HID_HIDCollectionDescriptor__Array * array, int32_t index, int32_t length, HID_HIDCollectionDescriptor value, IComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77780, Array_BinarySearch_180__MethodInfo); DO_APP_FUNC(0x00E2ADA0, int32_t, Array_BinarySearch_181, (HID_HIDElementDescriptor__Array * array, int32_t index, int32_t length, HID_HIDElementDescriptor value, IComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77728, Array_BinarySearch_181__MethodInfo); DO_APP_FUNC(0x00E2AFE0, int32_t, Array_BinarySearch_182, (HIDParser_HIDReportData__Array * array, int32_t index, int32_t length, HIDParser_HIDReportData value, IComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77730, Array_BinarySearch_182__MethodInfo); DO_APP_FUNC(0x00E2B200, int32_t, Array_BinarySearch_183, (HairDesignerGeneratorFurShellBase_BufferData__Array * array, int32_t index, int32_t length, HairDesignerGeneratorFurShellBase_BufferData value, IComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77738, Array_BinarySearch_183__MethodInfo); DO_APP_FUNC(0x00E2B400, int32_t, Array_BinarySearch_184, (InputActionMap_BindingOverrideJson__Array * array, int32_t index, int32_t length, InputActionMap_BindingOverrideJson value, IComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77740, Array_BinarySearch_184__MethodInfo); DO_APP_FUNC(0x00E2B630, int32_t, Array_BinarySearch_185, (InputControlLayout_ControlItem__Array * array, int32_t index, int32_t length, InputControlLayout_ControlItem value, IComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C776F8, Array_BinarySearch_185__MethodInfo); DO_APP_FUNC(0x00E2B8D0, int32_t, Array_BinarySearch_186, (InternalTreeView_TreeViewItemWrapper__Array * array, int32_t index, int32_t length, InternalTreeView_TreeViewItemWrapper value, IComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77700, Array_BinarySearch_186__MethodInfo); DO_APP_FUNC(0x00E2BAE0, int32_t, Array_BinarySearch_187, (JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Array * array, int32_t index, int32_t length, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV value, IComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77708, Array_BinarySearch_187__MethodInfo); DO_APP_FUNC(0x00E2BCF0, int32_t, Array_BinarySearch_188, (JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * array, int32_t index, int32_t length, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb value, IComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77718, Array_BinarySearch_188__MethodInfo); DO_APP_FUNC(0x00E2BF30, int32_t, Array_BinarySearch_189, (JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Array * array, int32_t index, int32_t length, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux value, IComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C776C8, Array_BinarySearch_189__MethodInfo); DO_APP_FUNC(0x00E2C140, int32_t, Array_BinarySearch_190, (JsonParser_JsonValue__Array * array, int32_t index, int32_t length, JsonParser_JsonValue value, IComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C776D0, Array_BinarySearch_190__MethodInfo); DO_APP_FUNC(0x00E2C380, int32_t, Array_BinarySearch_191, (Logs_LogMessage__Array * array, int32_t index, int32_t length, Logs_LogMessage value, IComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C776E0, Array_BinarySearch_191__MethodInfo); DO_APP_FUNC(0x00E2C590, int32_t, Array_BinarySearch_192, (MagicLightProbes_VolumeParameters__Array * array, int32_t index, int32_t length, MagicLightProbes_VolumeParameters value, IComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C776F0, Array_BinarySearch_192__MethodInfo); DO_APP_FUNC(0x00E2C7B0, int32_t, Array_BinarySearch_193, (NolanBehaviour_OverlappedCollider__Array * array, int32_t index, int32_t length, NolanBehaviour_OverlappedCollider value, IComparer_1_NolanBehaviour_OverlappedCollider_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C776A0, Array_BinarySearch_193__MethodInfo); DO_APP_FUNC(0x00E2C9C0, int32_t, Array_BinarySearch_194, (OpenXRInput_SerializedBinding__Array * array, int32_t index, int32_t length, OpenXRInput_SerializedBinding value, IComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C776B0, Array_BinarySearch_194__MethodInfo); DO_APP_FUNC(0x00E2CBD0, int32_t, Array_BinarySearch_195, (PackedPlayModeBuildLogs_RuntimeBuildLog__Array * array, int32_t index, int32_t length, PackedPlayModeBuildLogs_RuntimeBuildLog value, IComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C776B8, Array_BinarySearch_195__MethodInfo); DO_APP_FUNC(0x00E2CDE0, int32_t, Array_BinarySearch_196, (ParticleSystem_Particle__Array * array, int32_t index, int32_t length, ParticleSystem_Particle value, IComparer_1_UnityEngine_ParticleSystem_Particle_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C776C0, Array_BinarySearch_196__MethodInfo); DO_APP_FUNC(0x00E2D060, int32_t, Array_BinarySearch_197, (ProbeBrickIndex_Brick__Array * array, int32_t index, int32_t length, ProbeBrickIndex_Brick value, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77680, Array_BinarySearch_197__MethodInfo); DO_APP_FUNC(0x00E2D270, int32_t, Array_BinarySearch_198, (ProbeBrickIndex_ReservedBrick__Array * array, int32_t index, int32_t length, ProbeBrickIndex_ReservedBrick value, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77688, Array_BinarySearch_198__MethodInfo); DO_APP_FUNC(0x00E2D490, int32_t, Array_BinarySearch_199, (ProbeBrickIndex_VoxelMeta__Array * array, int32_t index, int32_t length, ProbeBrickIndex_VoxelMeta value, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77690, Array_BinarySearch_199__MethodInfo); DO_APP_FUNC(0x00E2D6A0, int32_t, Array_BinarySearch_200, (ProbeBrickPool_BrickChunkAlloc__Array * array, int32_t index, int32_t length, ProbeBrickPool_BrickChunkAlloc value, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77698, Array_BinarySearch_200__MethodInfo); DO_APP_FUNC(0x00E2D8C0, int32_t, Array_BinarySearch_201, (ProbeVolumePerSceneData_SerializableAssetItem__Array * array, int32_t index, int32_t length, ProbeVolumePerSceneData_SerializableAssetItem value, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77660, Array_BinarySearch_201__MethodInfo); DO_APP_FUNC(0x00E2DAD0, int32_t, Array_BinarySearch_202, (ProbeVolumeSceneData_SerializableBoundItem__Array * array, int32_t index, int32_t length, ProbeVolumeSceneData_SerializableBoundItem value, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77668, Array_BinarySearch_202__MethodInfo); DO_APP_FUNC(0x00E2DCF0, int32_t, Array_BinarySearch_203, (ProbeVolumeSceneData_SerializableHasPVItem__Array * array, int32_t index, int32_t length, ProbeVolumeSceneData_SerializableHasPVItem value, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77670, Array_BinarySearch_203__MethodInfo); DO_APP_FUNC(0x00E2DF00, int32_t, Array_BinarySearch_204, (ProbeVolumeSceneData_SerializablePVBakeSettings__Array * array, int32_t index, int32_t length, ProbeVolumeSceneData_SerializablePVBakeSettings value, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77678, Array_BinarySearch_204__MethodInfo); DO_APP_FUNC(0x00E2E130, int32_t, Array_BinarySearch_205, (ProbeVolumeSceneData_SerializablePVProfile__Array * array, int32_t index, int32_t length, ProbeVolumeSceneData_SerializablePVProfile value, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77640, Array_BinarySearch_205__MethodInfo); DO_APP_FUNC(0x00E2E340, int32_t, Array_BinarySearch_206, (RegexCharClass_SingleRange__Array * array, int32_t index, int32_t length, RegexCharClass_SingleRange value, IComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77648, Array_BinarySearch_206__MethodInfo); DO_APP_FUNC(0x00E2E540, int32_t, Array_BinarySearch_207, (RenderChain_RenderNodeData__Array * array, int32_t index, int32_t length, RenderChain_RenderNodeData value, IComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77650, Array_BinarySearch_207__MethodInfo); DO_APP_FUNC(0x00E2E790, int32_t, Array_BinarySearch_208, (RenderGraphDebugData_PassDebugData__Array * array, int32_t index, int32_t length, RenderGraphDebugData_PassDebugData value, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77658, Array_BinarySearch_208__MethodInfo); DO_APP_FUNC(0x00E2E9B0, int32_t, Array_BinarySearch_209, (RenderGraphDebugData_ResourceDebugData__Array * array, int32_t index, int32_t length, RenderGraphDebugData_ResourceDebugData value, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77620, Array_BinarySearch_209__MethodInfo); DO_APP_FUNC(0x00E2EBE0, int32_t, Array_BinarySearch_210, (ResourceManager_DeferredCallbackRegisterRequest__Array * array, int32_t index, int32_t length, ResourceManager_DeferredCallbackRegisterRequest value, IComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77628, Array_BinarySearch_210__MethodInfo); DO_APP_FUNC(0x00E2EDF0, int32_t, Array_BinarySearch_211, (RetainedGizmos_MeshWithHash__Array * array, int32_t index, int32_t length, RetainedGizmos_MeshWithHash value, IComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77630, Array_BinarySearch_211__MethodInfo); DO_APP_FUNC(0x00E2F010, int32_t, Array_BinarySearch_212, (TemplateAsset_AttributeOverride__Array * array, int32_t index, int32_t length, TemplateAsset_AttributeOverride value, IComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77638, Array_BinarySearch_212__MethodInfo); DO_APP_FUNC(0x00E2F230, int32_t, Array_BinarySearch_213, (TextSettings_FontReferenceMap__Array * array, int32_t index, int32_t length, TextSettings_FontReferenceMap value, IComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77600, Array_BinarySearch_213__MethodInfo); DO_APP_FUNC(0x00E2F440, int32_t, Array_BinarySearch_214, (TextureBlitter_BlitInfo__Array * array, int32_t index, int32_t length, TextureBlitter_BlitInfo value, IComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77608, Array_BinarySearch_214__MethodInfo); DO_APP_FUNC(0x00E2F680, int32_t, Array_BinarySearch_215, (TexturePacker_JsonArray_Frame__Array * array, int32_t index, int32_t length, TexturePacker_JsonArray_Frame value, IComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77610, Array_BinarySearch_215__MethodInfo); DO_APP_FUNC(0x00E2F8B0, int32_t, Array_BinarySearch_216, (TextureRegistry_TextureInfo__Array * array, int32_t index, int32_t length, TextureRegistry_TextureInfo value, IComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77618, Array_BinarySearch_216__MethodInfo); DO_APP_FUNC(0x00E2FAC0, int32_t, Array_BinarySearch_217, (TimeNotificationBehaviour_NotificationEntry__Array * array, int32_t index, int32_t length, TimeNotificationBehaviour_NotificationEntry value, IComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C775D8, Array_BinarySearch_217__MethodInfo); DO_APP_FUNC(0x00E2FCE0, int32_t, Array_BinarySearch_218, (TrackedDeviceRaycaster_RaycastHitData__Array * array, int32_t index, int32_t length, TrackedDeviceRaycaster_RaycastHitData value, IComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C775E8, Array_BinarySearch_218__MethodInfo); DO_APP_FUNC(0x00E2FF00, int32_t, Array_BinarySearch_219, (TrackedPoseDriverDataDescription_PoseData__Array * array, int32_t index, int32_t length, TrackedPoseDriverDataDescription_PoseData value, IComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C775F0, Array_BinarySearch_219__MethodInfo); DO_APP_FUNC(0x00E30110, int32_t, Array_BinarySearch_220, (TreeView_TreeViewItemWrapper__Array * array, int32_t index, int32_t length, TreeView_TreeViewItemWrapper value, IComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C775F8, Array_BinarySearch_220__MethodInfo); DO_APP_FUNC(0x00E30320, int32_t, Array_BinarySearch_221, (TreeViewReorderableDragAndDropController_TreeItemState__Array * array, int32_t index, int32_t length, TreeViewReorderableDragAndDropController_TreeItemState value, IComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C775B8, Array_BinarySearch_221__MethodInfo); DO_APP_FUNC(0x00E30520, int32_t, Array_BinarySearch_222, (UIRStylePainter_Entry__Array * array, int32_t index, int32_t length, UIRStylePainter_Entry value, IComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C775C0, Array_BinarySearch_222__MethodInfo); DO_APP_FUNC(0x00E30770, int32_t, Array_BinarySearch_223, (UIRenderDevice_AllocToFree__Array * array, int32_t index, int32_t length, UIRenderDevice_AllocToFree value, IComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C775C8, Array_BinarySearch_223__MethodInfo); DO_APP_FUNC(0x00E309A0, int32_t, Array_BinarySearch_224, (UIRenderDevice_AllocToUpdate__Array * array, int32_t index, int32_t length, UIRenderDevice_AllocToUpdate value, IComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C775D0, Array_BinarySearch_224__MethodInfo); DO_APP_FUNC(0x00E30BE0, int32_t, Array_BinarySearch_225, (UnitySynchronizationContext_WorkRequest__Array * array, int32_t index, int32_t length, UnitySynchronizationContext_WorkRequest value, IComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77598, Array_BinarySearch_225__MethodInfo); DO_APP_FUNC(0x00E30E00, int32_t, Array_BinarySearch_226, (VisualTreeAsset_SlotDefinition__Array * array, int32_t index, int32_t length, VisualTreeAsset_SlotDefinition value, IComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C775A0, Array_BinarySearch_226__MethodInfo); DO_APP_FUNC(0x00E31010, int32_t, Array_BinarySearch_227, (VisualTreeAsset_SlotUsageEntry__Array * array, int32_t index, int32_t length, VisualTreeAsset_SlotUsageEntry value, IComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C775A8, Array_BinarySearch_227__MethodInfo); DO_APP_FUNC(0x00E31220, int32_t, Array_BinarySearch_228, (VisualTreeAsset_UsingEntry__Array * array, int32_t index, int32_t length, VisualTreeAsset_UsingEntry value, IComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C775B0, Array_BinarySearch_228__MethodInfo); DO_APP_FUNC(0x00E31440, int32_t, Array_BinarySearch_229, (XmlSchemaObjectTable_XmlSchemaObjectEntry__Array * array, int32_t index, int32_t length, XmlSchemaObjectTable_XmlSchemaObjectEntry value, IComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77578, Array_BinarySearch_229__MethodInfo); DO_APP_FUNC(0x00E31650, int32_t, Array_BinarySearch_230, (ftLightmaps_LightmapAdditionalData__Array * array, int32_t index, int32_t length, ftLightmaps_LightmapAdditionalData value, IComparer_1_ftLightmaps_LightmapAdditionalData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77580, Array_BinarySearch_230__MethodInfo); DO_APP_FUNC(0x00E31870, int32_t, Array_BinarySearch_231, (gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * array, int32_t index, int32_t length, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy value, IComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77588, Array_BinarySearch_231__MethodInfo); DO_APP_FUNC(0x00E31A70, int32_t, Array_BinarySearch_232, (DebugUI_Foldout_ContextMenuItem__Array * array, int32_t index, int32_t length, DebugUI_Foldout_ContextMenuItem value, IComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77590, Array_BinarySearch_232__MethodInfo); DO_APP_FUNC(0x00E31C80, int32_t, Array_BinarySearch_233, (InputControlLayout_Collection_LayoutMatcher__Array * array, int32_t index, int32_t length, InputControlLayout_Collection_LayoutMatcher value, IComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77558, Array_BinarySearch_233__MethodInfo); DO_APP_FUNC(0x00E31EA0, int32_t, Array_BinarySearch_234, (InstructionList_DebugView_InstructionView__Array * array, int32_t index, int32_t length, InstructionList_DebugView_InstructionView value, IComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77560, Array_BinarySearch_234__MethodInfo); DO_APP_FUNC(0x00E320C0, int32_t, Array_BinarySearch_235, (PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Array * array, int32_t index, int32_t length, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb value, IComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77568, Array_BinarySearch_235__MethodInfo); DO_APP_FUNC(0x00E322E0, int32_t, Array_BinarySearch_236, (TargetPositionCache_CacheCurve_Item__Array * array, int32_t index, int32_t length, TargetPositionCache_CacheCurve_Item value, IComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77570, Array_BinarySearch_236__MethodInfo); DO_APP_FUNC(0x00E32500, int32_t, Array_BinarySearch_237, (TargetPositionCache_CacheEntry_RecordingItem__Array * array, int32_t index, int32_t length, TargetPositionCache_CacheEntry_RecordingItem value, IComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77538, Array_BinarySearch_237__MethodInfo); DO_APP_FUNC(0x00E32720, Int32__Array *, Array_ConvertAll, (Byte__Array * array, Converter_2_Byte_Int32_ * converter, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9AD8, Array_ConvertAll__MethodInfo); DO_APP_FUNC(0x00E328A0, Object__Array *, Array_ConvertAll_1, (Object__Array * array, Converter_2_Object_Object_ * converter, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77548, Array_ConvertAll_1__MethodInfo); DO_APP_FUNC(0x004526D0, KeyValuePair_2_System_DateTime_System_UInt32___Array *, Array_Empty, (MethodInfo * method)); DO_APP_FUNC(0x004526D0, KeyValuePair_2_System_Int32_System_Object___Array *, Array_Empty_1, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FF78, Array_Empty_1__MethodInfo); DO_APP_FUNC(0x004526D0, KeyValuePair_2_System_Object_System_Char___Array *, Array_Empty_2, (MethodInfo * method)); DO_APP_FUNC(0x004526D0, KeyValuePair_2_System_Object_System_Object___Array *, Array_Empty_3, (MethodInfo * method)); DO_APP_FUNC(0x004526D0, KeyValuePair_2_System_UInt64_System_Object___Array *, Array_Empty_4, (MethodInfo * method)); DO_APP_FUNC(0x004526D0, ValueTuple_2_IntPtr_Object___Array *, Array_Empty_5, (MethodInfo * method)); DO_APP_FUNC(0x004526D0, ValueTuple_2_Object_Int32___Array *, Array_Empty_6, (MethodInfo * method)); DO_APP_FUNC(0x004526D0, BoundedPlane__Array *, Array_Empty_7, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58C50, Array_Empty_7__MethodInfo); DO_APP_FUNC(0x004526D0, Byte__Array *, Array_Empty_8, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C60FE0, Array_Empty_8__MethodInfo); DO_APP_FUNC(0x004526D0, Char__Array *, Array_Empty_9, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FEF0, Array_Empty_9__MethodInfo); DO_APP_FUNC(0x004526D0, CustomAttributeNamedArgument__Array *, Array_Empty_10, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75910, Array_Empty_10__MethodInfo); DO_APP_FUNC(0x004526D0, CustomAttributeTypedArgument__Array *, Array_Empty_11, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75918, Array_Empty_11__MethodInfo); DO_APP_FUNC(0x004526D0, Int2__Array *, Array_Empty_12, (MethodInfo * method)); DO_APP_FUNC(0x004526D0, Int3__Array *, Array_Empty_13, (MethodInfo * method)); DO_APP_FUNC(0x004526D0, Int32__Array *, Array_Empty_14, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6548, Array_Empty_14__MethodInfo); DO_APP_FUNC(0x004526D0, Int32Enum__Enum__Array *, Array_Empty_15, (MethodInfo * method)); DO_APP_FUNC(0x004526D0, LocalDefinition__Array *, Array_Empty_16, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F370, Array_Empty_16__MethodInfo); DO_APP_FUNC(0x004526D0, Matrix4x4__Array *, Array_Empty_17, (MethodInfo * method)); DO_APP_FUNC(0x004526D0, Object__Array *, Array_Empty_18, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBEC0, Array_Empty_18__MethodInfo); DO_APP_FUNC(0x004526D0, OriginalMaterialValue__Array *, Array_Empty_19, (MethodInfo * method)); DO_APP_FUNC(0x004526D0, ParameterModifier__Array *, Array_Empty_20, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3328, Array_Empty_20__MethodInfo); DO_APP_FUNC(0x004526D0, Rect__Array *, Array_Empty_21, (MethodInfo * method)); DO_APP_FUNC(0x004526D0, SpeechSession__Array *, Array_Empty_22, (MethodInfo * method)); DO_APP_FUNC(0x004526D0, TextureId__Array *, Array_Empty_23, (MethodInfo * method)); DO_APP_FUNC(0x004526D0, TrackableId__Array *, Array_Empty_24, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C590E8, Array_Empty_24__MethodInfo); DO_APP_FUNC(0x004526D0, UInt16__Array *, Array_Empty_25, (MethodInfo * method)); DO_APP_FUNC(0x004526D0, UInt32__Array *, Array_Empty_26, (MethodInfo * method)); DO_APP_FUNC(0x004526D0, UdpEvent__Array *, Array_Empty_27, (MethodInfo * method)); DO_APP_FUNC(0x004526D0, Vector2__Array *, Array_Empty_28, (MethodInfo * method)); DO_APP_FUNC(0x004526D0, ViewConfiguration__Array *, Array_Empty_29, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C594D8, Array_Empty_29__MethodInfo); DO_APP_FUNC(0x004526D0, XRAnchor__Array *, Array_Empty_30, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C590F8, Array_Empty_30__MethodInfo); DO_APP_FUNC(0x004526D0, BaseStyleMatcher_MatchContext__Array *, Array_Empty_31, (MethodInfo * method)); DO_APP_FUNC(0x004526D0, DamageIndicatorMonitor_DamageIndicator__Array *, Array_Empty_32, (MethodInfo * method)); DO_APP_FUNC(0x004526D0, EventDispatcher_DispatchContext__Array *, Array_Empty_33, (MethodInfo * method)); DO_APP_FUNC(0x004526D0, EventDispatcher_EventRecord__Array *, Array_Empty_34, (MethodInfo * method)); DO_APP_FUNC(0x004526D0, GraphUpdateProcessor_GUOSingle__Array *, Array_Empty_35, (MethodInfo * method)); DO_APP_FUNC(0x004526D0, ProbeBrickPool_BrickChunkAlloc__Array *, Array_Empty_36, (MethodInfo * method)); DO_APP_FUNC(0x004526D0, SequenceNode_SequenceConstructPosContext__Array *, Array_Empty_37, (MethodInfo * method)); DO_APP_FUNC(0x004526D0, StyleVariableResolver_ResolveContext__Array *, Array_Empty_38, (MethodInfo * method)); DO_APP_FUNC(0x004526D0, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__Array *, Array_Empty_39, (MethodInfo * method)); DO_APP_FUNC(0x00E32A70, bool, Array_Exists, (Object__Array * array, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC(0x00E32A90, void, Array_Fill, (Object__Array * array, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77550, Array_Fill__MethodInfo); DO_APP_FUNC(0x00E32B70, void, Array_Fill_1, (Object__Array * array, Object * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77520, Array_Fill_1__MethodInfo); DO_APP_FUNC(0x00E32D60, Object *, Array_Find, (Object__Array * array, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77528, Array_Find__MethodInfo); DO_APP_FUNC(0x00E32EA0, HID_HIDElementDescriptor, Array_Find_1, (HID_HIDElementDescriptor__Array * array, Predicate_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77530, Array_Find_1__MethodInfo); DO_APP_FUNC(0x00E33080, Object__Array *, Array_FindAll, (Object__Array * array, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77508, Array_FindAll__MethodInfo); DO_APP_FUNC(0x00E332A0, int32_t, Array_FindIndex, (Int32__Array * array, Predicate_1_Int32_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0E40, Array_FindIndex__MethodInfo); DO_APP_FUNC(0x00E33330, int32_t, Array_FindIndex_1, (Object__Array * array, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77510, Array_FindIndex_1__MethodInfo); DO_APP_FUNC(0x00E333C0, int32_t, Array_FindIndex_2, (Object__Array * array, int32_t startIndex, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77518, Array_FindIndex_2__MethodInfo); DO_APP_FUNC(0x00E33450, int32_t, Array_FindIndex_3, (Int32__Array * array, int32_t startIndex, int32_t count, Predicate_1_Int32_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C774E8, Array_FindIndex_3__MethodInfo); DO_APP_FUNC(0x00E33690, int32_t, Array_FindIndex_4, (Object__Array * array, int32_t startIndex, int32_t count, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C774F0, Array_FindIndex_4__MethodInfo); DO_APP_FUNC(0x00E338D0, Object *, Array_FindLast, (Object__Array * array, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C774F8, Array_FindLast__MethodInfo); DO_APP_FUNC(0x00E33A00, int32_t, Array_FindLastIndex, (Object__Array * array, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C77500, Array_FindLastIndex__MethodInfo); DO_APP_FUNC(0x00E33A90, int32_t, Array_FindLastIndex_1, (Object__Array * array, int32_t startIndex, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C774C8, Array_FindLastIndex_1__MethodInfo); DO_APP_FUNC(0x00E33B10, int32_t, Array_FindLastIndex_2, (Object__Array * array, int32_t startIndex, int32_t count, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C774D0, Array_FindLastIndex_2__MethodInfo); DO_APP_FUNC(0x00E33DC0, void, Array_ForEach, (Object__Array * array, Action_1_Object_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C774D8, Array_ForEach__MethodInfo); DO_APP_FUNC(0x00F0CAA0, int32_t, Array_IndexOf_3, (Guid__Array * array, Guid value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEF60, Array_IndexOf_3__MethodInfo); DO_APP_FUNC(0x00F0CB30, int32_t, Array_IndexOf_4, (Int32__Array * array, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C2C0, Array_IndexOf_4__MethodInfo); DO_APP_FUNC(0x00F0CBC0, int32_t, Array_IndexOf_5, (Int32Enum__Enum__Array * array, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEFB8, Array_IndexOf_5__MethodInfo); DO_APP_FUNC(0x00F0CC50, int32_t, Array_IndexOf_6, (Int64__Array * array, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEFA8, Array_IndexOf_6__MethodInfo); DO_APP_FUNC(0x00F0CCE0, int32_t, Array_IndexOf_7, (Object__Array * array, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEF98, Array_IndexOf_7__MethodInfo); DO_APP_FUNC(0x00F0CD70, int32_t, Array_IndexOf_8, (Object__Array * array, Object * value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEF88, Array_IndexOf_8__MethodInfo); DO_APP_FUNC(0x00F0CE00, int32_t, Array_IndexOf_9, (ArraySegment_1_Byte___Array * array, ArraySegment_1_Byte_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEF10, Array_IndexOf_9__MethodInfo); DO_APP_FUNC(0x00F0CF90, int32_t, Array_IndexOf_10, (AsyncOperationHandle_1_System_Object___Array * array, AsyncOperationHandle_1_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEF00, Array_IndexOf_10__MethodInfo); DO_APP_FUNC(0x00F0D130, int32_t, Array_IndexOf_11, (VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEEF0, Array_IndexOf_11__MethodInfo); DO_APP_FUNC(0x00F0D2D0, int32_t, Array_IndexOf_12, (IntervalTree_1_T_Entry_System_Object___Array * array, IntervalTree_1_T_Entry_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEEE0, Array_IndexOf_12__MethodInfo); DO_APP_FUNC(0x00F0D470, int32_t, Array_IndexOf_13, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * array, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEF50, Array_IndexOf_13__MethodInfo); DO_APP_FUNC(0x00F0D600, int32_t, Array_IndexOf_14, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * array, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEF40, Array_IndexOf_14__MethodInfo); DO_APP_FUNC(0x00F0D790, int32_t, Array_IndexOf_15, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * array, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEF30, Array_IndexOf_15__MethodInfo); DO_APP_FUNC(0x00F0D930, int32_t, Array_IndexOf_16, (KeyValuePair_2_System_DateTime_System_UInt32___Array * array, KeyValuePair_2_System_DateTime_System_UInt32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEF20, Array_IndexOf_16__MethodInfo); DO_APP_FUNC(0x00F0DAC0, int32_t, Array_IndexOf_17, (KeyValuePair_2_System_Guid_System_Object___Array * array, KeyValuePair_2_System_Guid_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEE90, Array_IndexOf_17__MethodInfo); DO_APP_FUNC(0x00F0DC60, int32_t, Array_IndexOf_18, (KeyValuePair_2_System_Int32_System_Int32___Array * array, KeyValuePair_2_System_Int32_System_Int32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEE80, Array_IndexOf_18__MethodInfo); DO_APP_FUNC(0x00F0DDE0, int32_t, Array_IndexOf_19, (KeyValuePair_2_System_Int32_System_Object___Array * array, KeyValuePair_2_System_Int32_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEE70, Array_IndexOf_19__MethodInfo); DO_APP_FUNC(0x00F0DF70, int32_t, Array_IndexOf_20, (KeyValuePair_2_System_Int32Enum_System_Object___Array * array, KeyValuePair_2_System_Int32Enum_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEE60, Array_IndexOf_20__MethodInfo); DO_APP_FUNC(0x00F0E100, int32_t, Array_IndexOf_21, (KeyValuePair_2_System_Object_System_ArraySegment_1___Array * array, KeyValuePair_2_System_Object_System_ArraySegment_1_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEED0, Array_IndexOf_21__MethodInfo); DO_APP_FUNC(0x00F0E2A0, int32_t, Array_IndexOf_22, (KeyValuePair_2_System_Object_System_Char___Array * array, KeyValuePair_2_System_Object_System_Char_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEEC0, Array_IndexOf_22__MethodInfo); DO_APP_FUNC(0x00F0E430, int32_t, Array_IndexOf_23, (KeyValuePair_2_System_Object_System_Object___Array * array, KeyValuePair_2_System_Object_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEEB0, Array_IndexOf_23__MethodInfo); DO_APP_FUNC(0x00F0E5C0, int32_t, Array_IndexOf_24, (KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * array, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEEA0, Array_IndexOf_24__MethodInfo); DO_APP_FUNC(0x00F0E790, int32_t, Array_IndexOf_25, (KeyValuePair_2_UnityEngine_PropertyName_System_Object___Array * array, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEE10, Array_IndexOf_25__MethodInfo); DO_APP_FUNC(0x00F0E920, int32_t, Array_IndexOf_26, (KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEE00, Array_IndexOf_26__MethodInfo); DO_APP_FUNC(0x00F0EAB0, int32_t, Array_IndexOf_27, (KeyValuePair_2_System_UInt16_System_Object___Array * array, KeyValuePair_2_System_UInt16_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEDF0, Array_IndexOf_27__MethodInfo); DO_APP_FUNC(0x00F0EC40, int32_t, Array_IndexOf_28, (KeyValuePair_2_System_UInt64_System_Object___Array * array, KeyValuePair_2_System_UInt64_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEDE0, Array_IndexOf_28__MethodInfo); DO_APP_FUNC(0x00F0EDD0, int32_t, Array_IndexOf_29, (KeyValuePair_2_UnityEngine_Vector3_System_Int32___Array * array, KeyValuePair_2_UnityEngine_Vector3_System_Int32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEE50, Array_IndexOf_29__MethodInfo); DO_APP_FUNC(0x00F0EF60, int32_t, Array_IndexOf_30, (NativeArray_1_System_UInt16___Array * array, NativeArray_1_System_UInt16_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEE40, Array_IndexOf_30__MethodInfo); DO_APP_FUNC(0x00F0F0F0, int32_t, Array_IndexOf_31, (NativeArray_1_UnityEngine_UIElements_Vertex___Array * array, NativeArray_1_UnityEngine_UIElements_Vertex_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEE30, Array_IndexOf_31__MethodInfo); DO_APP_FUNC(0x00F0F280, int32_t, Array_IndexOf_32, (RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object___Array * array, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEE20, Array_IndexOf_32__MethodInfo); DO_APP_FUNC(0x00F0F410, int32_t, Array_IndexOf_33, (STuple_2_System_Object_System_Object___Array * array, STuple_2_System_Object_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCED90, Array_IndexOf_33__MethodInfo); DO_APP_FUNC(0x00F0F5A0, int32_t, Array_IndexOf_34, (ValueTuple_2_Int32_Object___Array * array, ValueTuple_2_Int32_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCED80, Array_IndexOf_34__MethodInfo); DO_APP_FUNC(0x00F0F730, int32_t, Array_IndexOf_35, (ValueTuple_2_Int32_UnityEngine_Vector2Int___Array * array, ValueTuple_2_Int32_UnityEngine_Vector2Int_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCED70, Array_IndexOf_35__MethodInfo); DO_APP_FUNC(0x00F0F8D0, int32_t, Array_IndexOf_36, (ValueTuple_2_IntPtr_Object___Array * array, ValueTuple_2_IntPtr_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCED60, Array_IndexOf_36__MethodInfo); DO_APP_FUNC(0x00F0FA60, int32_t, Array_IndexOf_37, (ValueTuple_2_Object_ValueTuple_2_Object_Int32___Array * array, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEDD0, Array_IndexOf_37__MethodInfo); DO_APP_FUNC(0x00F0FC00, int32_t, Array_IndexOf_38, (ValueTuple_2_Object_Int32___Array * array, ValueTuple_2_Object_Int32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEDC0, Array_IndexOf_38__MethodInfo); DO_APP_FUNC(0x00F0FD90, int32_t, Array_IndexOf_39, (ValueTuple_2_Object_Object___Array * array, ValueTuple_2_Object_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEDB0, Array_IndexOf_39__MethodInfo); DO_APP_FUNC(0x00F0FF20, int32_t, Array_IndexOf_40, (ValueTuple_2_UnityEngine_Vector3Int_Object___Array * array, ValueTuple_2_UnityEngine_Vector3Int_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEDA0, Array_IndexOf_40__MethodInfo); DO_APP_FUNC(0x00F100C0, int32_t, Array_IndexOf_41, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___Array * array, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCED10, Array_IndexOf_41__MethodInfo); DO_APP_FUNC(0x00F10280, int32_t, Array_IndexOf_42, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___Array * array, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCED00, Array_IndexOf_42__MethodInfo); DO_APP_FUNC(0x00F10430, int32_t, Array_IndexOf_43, (AnimatorClipInfo__Array * array, AnimatorClipInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCECF0, Array_IndexOf_43__MethodInfo); DO_APP_FUNC(0x00F105B0, int32_t, Array_IndexOf_44, (AsyncOperationHandle__Array * array, AsyncOperationHandle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCECE0, Array_IndexOf_44__MethodInfo); DO_APP_FUNC(0x00F10750, int32_t, Array_IndexOf_45, (BoltPeer__Array * array, BoltPeer value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCED50, Array_IndexOf_45__MethodInfo); DO_APP_FUNC(0x00F108D0, int32_t, Array_IndexOf_46, (BoltPhysicsHit__Array * array, BoltPhysicsHit value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCED40, Array_IndexOf_46__MethodInfo); DO_APP_FUNC(0x00F10A70, int32_t, Array_IndexOf_47, (BoneWeight__Array * array, BoneWeight value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCED30, Array_IndexOf_47__MethodInfo); DO_APP_FUNC(0x00F10C10, int32_t, Array_IndexOf_48, (Boolean__Array * array, bool value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCED20, Array_IndexOf_48__MethodInfo); DO_APP_FUNC(0x00F10D90, int32_t, Array_IndexOf_49, (Byte__Array * array, uint8_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEC90, Array_IndexOf_49__MethodInfo); DO_APP_FUNC(0x00F10F10, int32_t, Array_IndexOf_50, (CancellationToken__Array * array, CancellationToken value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEC80, Array_IndexOf_50__MethodInfo); DO_APP_FUNC(0x00F11090, int32_t, Array_IndexOf_51, (Char__Array * array, uint16_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEC70, Array_IndexOf_51__MethodInfo); DO_APP_FUNC(0x00F11210, int32_t, Array_IndexOf_52, (ClientInfo__Array * array, ClientInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEC60, Array_IndexOf_52__MethodInfo); DO_APP_FUNC(0x00F113B0, int32_t, Array_IndexOf_53, (Color__Array * array, Color value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCECD0, Array_IndexOf_53__MethodInfo); DO_APP_FUNC(0x00F11540, int32_t, Array_IndexOf_54, (Color32__Array * array, Color32 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCECC0, Array_IndexOf_54__MethodInfo); DO_APP_FUNC(0x00F116C0, int32_t, Array_IndexOf_55, (CombineInstance__Array * array, CombineInstance value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCECB0, Array_IndexOf_55__MethodInfo); DO_APP_FUNC(0x00F118A0, int32_t, Array_IndexOf_56, (ComputedTransitionProperty__Array * array, ComputedTransitionProperty value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCECA0, Array_IndexOf_56__MethodInfo); DO_APP_FUNC(0x00F11A40, int32_t, Array_IndexOf_57, (Connection__Array * array, Connection value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEC10, Array_IndexOf_57__MethodInfo); DO_APP_FUNC(0x00F11BD0, int32_t, Array_IndexOf_58, (ControllerPollingInfo__Array * array, ControllerPollingInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEC00, Array_IndexOf_58__MethodInfo); DO_APP_FUNC(0x00F11D90, int32_t, Array_IndexOf_59, (ControllerTemplateElementTarget__Array * array, ControllerTemplateElementTarget value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEBF0, Array_IndexOf_59__MethodInfo); DO_APP_FUNC(0x00F11F20, int32_t, Array_IndexOf_60, (CurveSample__Array * array, CurveSample value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEBE0, Array_IndexOf_60__MethodInfo); DO_APP_FUNC(0x00F120F0, int32_t, Array_IndexOf_61, (DateTime__Array * array, DateTime value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEC50, Array_IndexOf_61__MethodInfo); DO_APP_FUNC(0x00F12270, int32_t, Array_IndexOf_62, (DateTimeOffset__Array * array, DateTimeOffset value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEC40, Array_IndexOf_62__MethodInfo); DO_APP_FUNC(0x00F12400, int32_t, Array_IndexOf_63, (Decimal__Array * array, Decimal value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEC30, Array_IndexOf_63__MethodInfo); DO_APP_FUNC(0x00F12590, int32_t, Array_IndexOf_64, (DiagnosticEvent__Array * array, DiagnosticEvent value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEC20, Array_IndexOf_64__MethodInfo); DO_APP_FUNC(0x00F12730, int32_t, Array_IndexOf_65, (Double__Array * array, double value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEB90, Array_IndexOf_65__MethodInfo); DO_APP_FUNC(0x00F128B0, int32_t, Array_IndexOf_66, (EasingFunction__Array * array, EasingFunction value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEB80, Array_IndexOf_66__MethodInfo); DO_APP_FUNC(0x00F12A30, int32_t, Array_IndexOf_67, (ElementAssignmentConflictInfo__Array * array, ElementAssignmentConflictInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEB70, Array_IndexOf_67__MethodInfo); DO_APP_FUNC(0x00F12BE0, int32_t, Array_IndexOf_68, (Entitlement__Array * array, Entitlement value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEB60, Array_IndexOf_68__MethodInfo); DO_APP_FUNC(0x00F12D80, int32_t, Array_IndexOf_69, (EventReliable__Array * array, EventReliable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEBD0, Array_IndexOf_69__MethodInfo); DO_APP_FUNC(0x00F12F10, int32_t, Array_IndexOf_70, (EventUnreliable__Array * array, EventUnreliable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEBC0, Array_IndexOf_70__MethodInfo); DO_APP_FUNC(0x00F130B0, int32_t, Array_IndexOf_71, (FileStat__Array * array, FileStat value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEBB0, Array_IndexOf_71__MethodInfo); DO_APP_FUNC(0x00F13250, int32_t, Array_IndexOf_72, (GlyphPairAdjustmentRecord__Array * array, GlyphPairAdjustmentRecord value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEBA0, Array_IndexOf_72__MethodInfo); DO_APP_FUNC(0x00F13400, int32_t, Array_IndexOf_73, (GlyphRect__Array * array, GlyphRect value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEB10, Array_IndexOf_73__MethodInfo); DO_APP_FUNC(0x00F13590, int32_t, Array_IndexOf_74, (Guid__Array * array, Guid value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEB00, Array_IndexOf_74__MethodInfo); DO_APP_FUNC(0x00F13720, int32_t, Array_IndexOf_75, (InputActionSourceData__Array * array, InputActionSourceData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEAF0, Array_IndexOf_75__MethodInfo); DO_APP_FUNC(0x00F138C0, int32_t, Array_IndexOf_76, (InputBinding__Array * array, InputBinding value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEAE0, Array_IndexOf_76__MethodInfo); DO_APP_FUNC(0x00F13A90, int32_t, Array_IndexOf_77, (InputDevice_1__Array * array, InputDevice_1 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEB50, Array_IndexOf_77__MethodInfo); DO_APP_FUNC(0x00F13C20, int32_t, Array_IndexOf_78, (InputDeviceDescription__Array * array, InputDeviceDescription value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEB40, Array_IndexOf_78__MethodInfo); DO_APP_FUNC(0x00F13DE0, int32_t, Array_IndexOf_79, (InputEventPtr__Array * array, InputEventPtr value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEB30, Array_IndexOf_79__MethodInfo); DO_APP_FUNC(0x00F13F60, int32_t, Array_IndexOf_80, (Int16__Array * array, int16_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEB20, Array_IndexOf_80__MethodInfo); DO_APP_FUNC(0x00F140E0, int32_t, Array_IndexOf_81, (Int2__Array * array, Int2 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEA90, Array_IndexOf_81__MethodInfo); DO_APP_FUNC(0x00F14260, int32_t, Array_IndexOf_82, (Int3__Array * array, Int3 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEA80, Array_IndexOf_82__MethodInfo); DO_APP_FUNC(0x00F14400, int32_t, Array_IndexOf_83, (Int32__Array * array, int32_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEA70, Array_IndexOf_83__MethodInfo); DO_APP_FUNC(0x00F14580, int32_t, Array_IndexOf_84, (Int32Enum__Enum__Array * array, Int32Enum__Enum value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEA60, Array_IndexOf_84__MethodInfo); DO_APP_FUNC(0x00F14700, int32_t, Array_IndexOf_85, (Int64__Array * array, int64_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEAD0, Array_IndexOf_85__MethodInfo); DO_APP_FUNC(0x00F14880, int32_t, Array_IndexOf_86, (IntPoint__Array * array, IntPoint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEAC0, Array_IndexOf_86__MethodInfo); DO_APP_FUNC(0x00F14A10, int32_t, Array_IndexOf_87, (IntRect__Array * array, IntRect value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEAB0, Array_IndexOf_87__MethodInfo); DO_APP_FUNC(0x00F14BA0, int32_t, Array_IndexOf_88, (InternedString__Array * array, InternedString value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEAA0, Array_IndexOf_88__MethodInfo); DO_APP_FUNC(0x00F14D30, int32_t, Array_IndexOf_89, (InterpretedFrameInfo__Array * array, InterpretedFrameInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEA10, Array_IndexOf_89__MethodInfo); DO_APP_FUNC(0x00F14EC0, int32_t, Array_IndexOf_90, (IntervalTreeNode__Array * array, IntervalTreeNode value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEA00, Array_IndexOf_90__MethodInfo); DO_APP_FUNC(0x00F15060, int32_t, Array_IndexOf_91, (ItemDefinitionAmount__Array * array, ItemDefinitionAmount value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE9F0, Array_IndexOf_91__MethodInfo); DO_APP_FUNC(0x00F15200, int32_t, Array_IndexOf_92, (KickedPlayer__Array * array, KickedPlayer value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE9E0, Array_IndexOf_92__MethodInfo); DO_APP_FUNC(0x00F15390, int32_t, Array_IndexOf_93, (LayerMask__Array * array, LayerMask value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEA50, Array_IndexOf_93__MethodInfo); DO_APP_FUNC(0x00F15510, int32_t, Array_IndexOf_94, (ManipulatorActivationFilter__Array * array, ManipulatorActivationFilter value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEA40, Array_IndexOf_94__MethodInfo); DO_APP_FUNC(0x00F156B0, int32_t, Array_IndexOf_95, (Matrix4x4__Array * array, Matrix4x4 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEA30, Array_IndexOf_95__MethodInfo); DO_APP_FUNC(0x00F15870, int32_t, Array_IndexOf_96, (NameAndParameters__Array * array, NameAndParameters value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCEA20, Array_IndexOf_96__MethodInfo); DO_APP_FUNC(0x00F15A10, int32_t, Array_IndexOf_97, (NamedValue__Array * array, NamedValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE990, Array_IndexOf_97__MethodInfo); DO_APP_FUNC(0x00F15BB0, int32_t, Array_IndexOf_98, (NetworkPropertyInfo__Array * array, NetworkPropertyInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE980, Array_IndexOf_98__MethodInfo); DO_APP_FUNC(0x00F15D50, int32_t, Array_IndexOf_99, (Object__Array * array, Object * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE970, Array_IndexOf_99__MethodInfo); DO_APP_FUNC(0x00F15ED0, int32_t, Array_IndexOf_100, (ObjectInitializationData__Array * array, ObjectInitializationData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE960, Array_IndexOf_100__MethodInfo); DO_APP_FUNC(0x00F16070, int32_t, Array_IndexOf_101, (OpenChannel__Array * array, OpenChannel value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE9D0, Array_IndexOf_101__MethodInfo); DO_APP_FUNC(0x00F16210, int32_t, Array_IndexOf_102, (PacketStats__Array * array, PacketStats value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE9C0, Array_IndexOf_102__MethodInfo); DO_APP_FUNC(0x00F163B0, int32_t, Array_IndexOf_103, (ParticleCollisionEvent__Array * array, ParticleCollisionEvent value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE9B0, Array_IndexOf_103__MethodInfo); DO_APP_FUNC(0x00F16560, int32_t, Array_IndexOf_104, (Playable__Array * array, Playable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE9A0, Array_IndexOf_104__MethodInfo); DO_APP_FUNC(0x00F166F0, int32_t, Array_IndexOf_105, (PlayableBinding__Array * array, PlayableBinding value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE910, Array_IndexOf_105__MethodInfo); DO_APP_FUNC(0x00F16890, int32_t, Array_IndexOf_106, (Priority__Array * array, Priority value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE900, Array_IndexOf_106__MethodInfo); DO_APP_FUNC(0x00F16A30, int32_t, Array_IndexOf_107, (Quaternion__Array * array, Quaternion value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE8F0, Array_IndexOf_107__MethodInfo); DO_APP_FUNC(0x00F16BC0, int32_t, Array_IndexOf_108, (RangePositionInfo__Array * array, RangePositionInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE8E0, Array_IndexOf_108__MethodInfo); DO_APP_FUNC(0x00F16D50, int32_t, Array_IndexOf_109, (RaycastHit__Array * array, RaycastHit value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE950, Array_IndexOf_109__MethodInfo); DO_APP_FUNC(0x00F16F00, int32_t, Array_IndexOf_110, (RaycastHit2D__Array * array, RaycastHit2D value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE940, Array_IndexOf_110__MethodInfo); DO_APP_FUNC(0x00F170A0, int32_t, Array_IndexOf_111, (RaycastResult__Array * array, RaycastResult value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE930, Array_IndexOf_111__MethodInfo); DO_APP_FUNC(0x00F17270, int32_t, Array_IndexOf_112, (Rect__Array * array, Rect value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE920, Array_IndexOf_112__MethodInfo); DO_APP_FUNC(0x00F17400, int32_t, Array_IndexOf_113, (ReflectionProbeBlendInfo__Array * array, ReflectionProbeBlendInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE890, Array_IndexOf_113__MethodInfo); DO_APP_FUNC(0x00F17590, int32_t, Array_IndexOf_114, (RemoteChannel__Array * array, RemoteChannel value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE880, Array_IndexOf_114__MethodInfo); DO_APP_FUNC(0x00F17730, int32_t, Array_IndexOf_115, (RenderChainTextEntry__Array * array, RenderChainTextEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE870, Array_IndexOf_115__MethodInfo); DO_APP_FUNC(0x00F178C0, int32_t, Array_IndexOf_116, (RenderTargetIdentifier__Array * array, RenderTargetIdentifier value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE860, Array_IndexOf_116__MethodInfo); DO_APP_FUNC(0x00F17A70, int32_t, Array_IndexOf_117, (RendererList__Array * array, RendererList value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE8D0, Array_IndexOf_117__MethodInfo); DO_APP_FUNC(0x00F17C00, int32_t, Array_IndexOf_118, (RendererListHandle__Array * array, RendererListHandle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE8C0, Array_IndexOf_118__MethodInfo); DO_APP_FUNC(0x00F17D80, int32_t, Array_IndexOf_119, (Resolution__Array * array, Resolution value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE8B0, Array_IndexOf_119__MethodInfo); DO_APP_FUNC(0x00F17F20, int32_t, Array_IndexOf_120, (ResourceHandle__Array * array, ResourceHandle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE8A0, Array_IndexOf_120__MethodInfo); DO_APP_FUNC(0x00F180A0, int32_t, Array_IndexOf_121, (RoomMembership__Array * array, RoomMembership value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE810, Array_IndexOf_121__MethodInfo); DO_APP_FUNC(0x00F18240, int32_t, Array_IndexOf_122, (RuleMatcher__Array * array, RuleMatcher value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE800, Array_IndexOf_122__MethodInfo); DO_APP_FUNC(0x00F183D0, int32_t, Array_IndexOf_123, (SByte__Array * array, int8_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE7F0, Array_IndexOf_123__MethodInfo); DO_APP_FUNC(0x00F18550, int32_t, Array_IndexOf_124, (SelectorMatchRecord__Array * array, SelectorMatchRecord value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE7E0, Array_IndexOf_124__MethodInfo); DO_APP_FUNC(0x00F186F0, int32_t, Array_IndexOf_125, (Single__Array * array, float value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE850, Array_IndexOf_125__MethodInfo); DO_APP_FUNC(0x00F18870, int32_t, Array_IndexOf_126, (Sku__Array * array, Sku value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE840, Array_IndexOf_126__MethodInfo); DO_APP_FUNC(0x00F18A20, int32_t, Array_IndexOf_127, (SpeechSession__Array * array, SpeechSession value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE830, Array_IndexOf_127__MethodInfo); DO_APP_FUNC(0x00F18BE0, int32_t, Array_IndexOf_128, (SslApplicationProtocol__Array * array, SslApplicationProtocol value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE820, Array_IndexOf_128__MethodInfo); DO_APP_FUNC(0x00F18D70, int32_t, Array_IndexOf_129, (SteamItemDef_t__Array * array, SteamItemDef_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE790, Array_IndexOf_129__MethodInfo); DO_APP_FUNC(0x00F18EF0, int32_t, Array_IndexOf_130, (SteamItemDetails_t__Array * array, SteamItemDetails_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE780, Array_IndexOf_130__MethodInfo); DO_APP_FUNC(0x00F19080, int32_t, Array_IndexOf_131, (StylePropertyName__Array * array, StylePropertyName value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE770, Array_IndexOf_131__MethodInfo); DO_APP_FUNC(0x00F19210, int32_t, Array_IndexOf_132, (StylePropertyValue__Array * array, StylePropertyValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE760, Array_IndexOf_132__MethodInfo); DO_APP_FUNC(0x00F193A0, int32_t, Array_IndexOf_133, (StyleSelectorPart__Array * array, StyleSelectorPart value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE7D0, Array_IndexOf_133__MethodInfo); DO_APP_FUNC(0x00F19540, int32_t, Array_IndexOf_134, (StyleSyntaxToken__Array * array, StyleSyntaxToken value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE7C0, Array_IndexOf_134__MethodInfo); DO_APP_FUNC(0x00F196E0, int32_t, Array_IndexOf_135, (StyleValue__Array * array, StyleValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE7B0, Array_IndexOf_135__MethodInfo); DO_APP_FUNC(0x00F19880, int32_t, Array_IndexOf_136, (StyleValueManaged__Array * array, StyleValueManaged value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE7A0, Array_IndexOf_136__MethodInfo); DO_APP_FUNC(0x00F19A10, int32_t, Array_IndexOf_137, (StyleVariable__Array * array, StyleVariable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE710, Array_IndexOf_137__MethodInfo); DO_APP_FUNC(0x00F19BB0, int32_t, Array_IndexOf_138, (SubMeshDescriptor__Array * array, SubMeshDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE700, Array_IndexOf_138__MethodInfo); DO_APP_FUNC(0x00F19D50, int32_t, Array_IndexOf_139, (Substring__Array * array, Substring value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE6F0, Array_IndexOf_139__MethodInfo); DO_APP_FUNC(0x00F19EE0, int32_t, Array_IndexOf_140, (TimeSpan__Array * array, TimeSpan value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE6E0, Array_IndexOf_140__MethodInfo); DO_APP_FUNC(0x00F1A060, int32_t, Array_IndexOf_141, (TimeValue__Array * array, TimeValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE750, Array_IndexOf_141__MethodInfo); DO_APP_FUNC(0x00F1A1E0, int32_t, Array_IndexOf_142, (TreeViewItemWrapper__Array * array, TreeViewItemWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE740, Array_IndexOf_142__MethodInfo); DO_APP_FUNC(0x00F1A380, int32_t, Array_IndexOf_143, (TypeWrapper__Array * array, TypeWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE730, Array_IndexOf_143__MethodInfo); DO_APP_FUNC(0x00F1A520, int32_t, Array_IndexOf_144, (UICharInfo__Array * array, UICharInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE720, Array_IndexOf_144__MethodInfo); DO_APP_FUNC(0x00F1A6C0, int32_t, Array_IndexOf_145, (UILineInfo__Array * array, UILineInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE690, Array_IndexOf_145__MethodInfo); DO_APP_FUNC(0x00F1A850, int32_t, Array_IndexOf_146, (UIVertex__Array * array, UIVertex value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE680, Array_IndexOf_146__MethodInfo); DO_APP_FUNC(0x00F1AA40, int32_t, Array_IndexOf_147, (UInt16__Array * array, uint16_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE670, Array_IndexOf_147__MethodInfo); DO_APP_FUNC(0x00F1ABC0, int32_t, Array_IndexOf_148, (UInt32__Array * array, uint32_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE660, Array_IndexOf_148__MethodInfo); DO_APP_FUNC(0x00F1AD40, int32_t, Array_IndexOf_149, (UInt64__Array * array, uint64_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE6D0, Array_IndexOf_149__MethodInfo); DO_APP_FUNC(0x00F1AEC0, int32_t, Array_IndexOf_150, (UVTexture__Array * array, UVTexture value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE6C0, Array_IndexOf_150__MethodInfo); DO_APP_FUNC(0x00F1B060, int32_t, Array_IndexOf_151, (UdpEndPoint__Array * array, UdpEndPoint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE6B0, Array_IndexOf_151__MethodInfo); DO_APP_FUNC(0x00F1B200, int32_t, Array_IndexOf_152, (UdpEvent__Array * array, UdpEvent value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE6A0, Array_IndexOf_152__MethodInfo); DO_APP_FUNC(0x00F1B3A0, int32_t, Array_IndexOf_153, (UdpIPv4Address__Array * array, UdpIPv4Address value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE608, Array_IndexOf_153__MethodInfo); DO_APP_FUNC(0x00F1B520, int32_t, Array_IndexOf_154, (UsageHint__Array * array, UsageHint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE5F8, Array_IndexOf_154__MethodInfo); DO_APP_FUNC(0x00F1B6A0, int32_t, Array_IndexOf_155, (User__Array * array, User value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE5E8, Array_IndexOf_155__MethodInfo); DO_APP_FUNC(0x00F1B850, int32_t, Array_IndexOf_156, (Vector2__Array * array, Vector2 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE5D8, Array_IndexOf_156__MethodInfo); DO_APP_FUNC(0x00F1B9D0, int32_t, Array_IndexOf_157, (Vector3__Array * array, Vector3 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE650, Array_IndexOf_157__MethodInfo); DO_APP_FUNC(0x00F1BB70, int32_t, Array_IndexOf_158, (Vector4__Array * array, Vector4 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE638, Array_IndexOf_158__MethodInfo); DO_APP_FUNC(0x00F1BD00, int32_t, Array_IndexOf_159, (VertexAttributeDescriptor__Array * array, VertexAttributeDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE628, Array_IndexOf_159__MethodInfo); DO_APP_FUNC(0x00F1BE90, int32_t, Array_IndexOf_160, (ViewConfiguration__Array * array, ViewConfiguration value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE618, Array_IndexOf_160__MethodInfo); DO_APP_FUNC(0x00F1C030, int32_t, Array_IndexOf_161, (VoicePacket__Array * array, VoicePacket value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE588, Array_IndexOf_161__MethodInfo); DO_APP_FUNC(0x00F1C1F0, int32_t, Array_IndexOf_162, (VoxelContour__Array * array, VoxelContour value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE570, Array_IndexOf_162__MethodInfo); DO_APP_FUNC(0x00F1C390, int32_t, Array_IndexOf_163, (Win32_IP_ADAPTER_ADDRESSES__Array * array, Win32_IP_ADAPTER_ADDRESSES value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE558, Array_IndexOf_163__MethodInfo); DO_APP_FUNC(0x00F1C5A0, int32_t, Array_IndexOf_164, (Win32_IP_ADAPTER_INFO__Array * array, Win32_IP_ADAPTER_INFO value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE540, Array_IndexOf_164__MethodInfo); DO_APP_FUNC(0x00F1C7A0, int32_t, Array_IndexOf_165, (X509ChainStatus__Array * array, X509ChainStatus value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE5C8, Array_IndexOf_165__MethodInfo); DO_APP_FUNC(0x00F1C930, int32_t, Array_IndexOf_166, (XRFeatureDescriptor__Array * array, XRFeatureDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE5B8, Array_IndexOf_166__MethodInfo); DO_APP_FUNC(0x00F1CAD0, int32_t, Array_IndexOf_167, (XRNodeState__Array * array, XRNodeState value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE5A8, Array_IndexOf_167__MethodInfo); DO_APP_FUNC(0x00F1CCA0, int32_t, Array_IndexOf_168, (AdvancedSmooth_Turn__Array * array, AdvancedSmooth_Turn value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE598, Array_IndexOf_168__MethodInfo); DO_APP_FUNC(0x00F1CE30, int32_t, Array_IndexOf_169, (AnimationOutputWeightProcessor_WeightInfo__Array * array, AnimationOutputWeightProcessor_WeightInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE4E8, Array_IndexOf_169__MethodInfo); DO_APP_FUNC(0x00F1CFE0, int32_t, Array_IndexOf_170, (BeforeRenderHelper_OrderBlock__Array * array, BeforeRenderHelper_OrderBlock value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE4D8, Array_IndexOf_170__MethodInfo); DO_APP_FUNC(0x00F1D170, int32_t, Array_IndexOf_171, (BitmapAllocator32_Page__Array * array, BitmapAllocator32_Page value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE4C8, Array_IndexOf_171__MethodInfo); DO_APP_FUNC(0x00F1D2F0, int32_t, Array_IndexOf_172, (Camera_RenderRequest__Array * array, Camera_RenderRequest value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE4B8, Array_IndexOf_172__MethodInfo); DO_APP_FUNC(0x00F1D490, int32_t, Array_IndexOf_173, (CameraState_CustomBlendable__Array * array, CameraState_CustomBlendable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE528, Array_IndexOf_173__MethodInfo); DO_APP_FUNC(0x00F1D620, int32_t, Array_IndexOf_174, (CinemachineClearShot_Pair__Array * array, CinemachineClearShot_Pair value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE518, Array_IndexOf_174__MethodInfo); DO_APP_FUNC(0x00F1D7A0, int32_t, Array_IndexOf_175, (CinemachineStateDrivenCamera_HashPair__Array * array, CinemachineStateDrivenCamera_HashPair value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE508, Array_IndexOf_175__MethodInfo); DO_APP_FUNC(0x00F1D920, int32_t, Array_IndexOf_176, (ClipperLib_DoublePoint__Array * array, ClipperLib_DoublePoint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE4F8, Array_IndexOf_176__MethodInfo); DO_APP_FUNC(0x00F1DAB0, int32_t, Array_IndexOf_177, (ClipperLib_IntPoint__Array * array, ClipperLib_IntPoint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE468, Array_IndexOf_177__MethodInfo); DO_APP_FUNC(0x00F1DC40, int32_t, Array_IndexOf_178, (ConfinerOven_PolygonSolution__Array * array, ConfinerOven_PolygonSolution value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE458, Array_IndexOf_178__MethodInfo); DO_APP_FUNC(0x00F1DDD0, int32_t, Array_IndexOf_179, (CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Array * array, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE448, Array_IndexOf_179__MethodInfo); DO_APP_FUNC(0x00F1DF70, int32_t, Array_IndexOf_180, (DelayedActionManager_DelegateInfo__Array * array, DelayedActionManager_DelegateInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE438, Array_IndexOf_180__MethodInfo); DO_APP_FUNC(0x00F1E110, int32_t, Array_IndexOf_181, (EventDispatcher_CallbackWrapper__Array * array, EventDispatcher_CallbackWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE4A8, Array_IndexOf_181__MethodInfo); DO_APP_FUNC(0x00F1E2A0, int32_t, Array_IndexOf_182, (EventDispatcher_EventListener__Array * array, EventDispatcher_EventListener value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE498, Array_IndexOf_182__MethodInfo); DO_APP_FUNC(0x00F1E440, int32_t, Array_IndexOf_183, (EventDispatcher_EventRecord__Array * array, EventDispatcher_EventRecord value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE488, Array_IndexOf_183__MethodInfo); DO_APP_FUNC(0x00F1E5D0, int32_t, Array_IndexOf_184, (EventQueue_NetworkEvent__Array * array, EventQueue_NetworkEvent value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE478, Array_IndexOf_184__MethodInfo); DO_APP_FUNC(0x00F1E7D0, int32_t, Array_IndexOf_185, (FocusController_FocusedElement__Array * array, FocusController_FocusedElement value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE3D8, Array_IndexOf_185__MethodInfo); DO_APP_FUNC(0x00F1E960, int32_t, Array_IndexOf_186, (Funnel_PathPart__Array * array, Funnel_PathPart value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE3C8, Array_IndexOf_186__MethodInfo); DO_APP_FUNC(0x00F1EB00, int32_t, Array_IndexOf_187, (GetRandomAvailablePerch_RandomPerch__Array * array, GetRandomAvailablePerch_RandomPerch value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE3B0, Array_IndexOf_187__MethodInfo); DO_APP_FUNC(0x00F1ECA0, int32_t, Array_IndexOf_188, (GraphUpdateProcessor_GUOSingle__Array * array, GraphUpdateProcessor_GUOSingle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE398, Array_IndexOf_188__MethodInfo); DO_APP_FUNC(0x00F1EE40, int32_t, Array_IndexOf_189, (HID_HIDCollectionDescriptor__Array * array, HID_HIDCollectionDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE428, Array_IndexOf_189__MethodInfo); DO_APP_FUNC(0x00F1EFE0, int32_t, Array_IndexOf_190, (HID_HIDElementDescriptor__Array * array, HID_HIDElementDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE410, Array_IndexOf_190__MethodInfo); DO_APP_FUNC(0x00F1F1B0, int32_t, Array_IndexOf_191, (HIDParser_HIDReportData__Array * array, HIDParser_HIDReportData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE3F8, Array_IndexOf_191__MethodInfo); DO_APP_FUNC(0x00F1F350, int32_t, Array_IndexOf_192, (HairDesignerGeneratorFurShellBase_BufferData__Array * array, HairDesignerGeneratorFurShellBase_BufferData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE3E8, Array_IndexOf_192__MethodInfo); DO_APP_FUNC(0x00F1F4D0, int32_t, Array_IndexOf_193, (InputActionMap_BindingOverrideJson__Array * array, InputActionMap_BindingOverrideJson value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE328, Array_IndexOf_193__MethodInfo); DO_APP_FUNC(0x00F1F680, int32_t, Array_IndexOf_194, (InputControlLayout_ControlItem__Array * array, InputControlLayout_ControlItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE310, Array_IndexOf_194__MethodInfo); DO_APP_FUNC(0x00F1F8A0, int32_t, Array_IndexOf_195, (InternalTreeView_TreeViewItemWrapper__Array * array, InternalTreeView_TreeViewItemWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE300, Array_IndexOf_195__MethodInfo); DO_APP_FUNC(0x00F1FA30, int32_t, Array_IndexOf_196, (JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Array * array, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE2F0, Array_IndexOf_196__MethodInfo); DO_APP_FUNC(0x00F1FBC0, int32_t, Array_IndexOf_197, (JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * array, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE380, Array_IndexOf_197__MethodInfo); DO_APP_FUNC(0x00F1FD90, int32_t, Array_IndexOf_198, (JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Array * array, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE370, Array_IndexOf_198__MethodInfo); DO_APP_FUNC(0x00F1FF20, int32_t, Array_IndexOf_199, (JsonParser_JsonValue__Array * array, JsonParser_JsonValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE358, Array_IndexOf_199__MethodInfo); DO_APP_FUNC(0x00F200F0, int32_t, Array_IndexOf_200, (Logs_LogMessage_1__Array * array, Logs_LogMessage_1 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE340, Array_IndexOf_200__MethodInfo); DO_APP_FUNC(0x00F20280, int32_t, Array_IndexOf_201, (Logs_LogMessage__Array * array, Logs_LogMessage value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE290, Array_IndexOf_201__MethodInfo); DO_APP_FUNC(0x00F20410, int32_t, Array_IndexOf_202, (MagicLightProbes_VolumeParameters__Array * array, MagicLightProbes_VolumeParameters value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE278, Array_IndexOf_202__MethodInfo); DO_APP_FUNC(0x00F205B0, int32_t, Array_IndexOf_203, (NolanBehaviour_OverlappedCollider__Array * array, NolanBehaviour_OverlappedCollider value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE260, Array_IndexOf_203__MethodInfo); DO_APP_FUNC(0x00F20740, int32_t, Array_IndexOf_204, (OpenXRInput_SerializedBinding__Array * array, OpenXRInput_SerializedBinding value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE248, Array_IndexOf_204__MethodInfo); DO_APP_FUNC(0x00F208D0, int32_t, Array_IndexOf_205, (PackedPlayModeBuildLogs_RuntimeBuildLog__Array * array, PackedPlayModeBuildLogs_RuntimeBuildLog value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE2E0, Array_IndexOf_205__MethodInfo); DO_APP_FUNC(0x00F20A60, int32_t, Array_IndexOf_206, (ParticleSystem_Particle__Array * array, ParticleSystem_Particle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE2D0, Array_IndexOf_206__MethodInfo); DO_APP_FUNC(0x00F20C60, int32_t, Array_IndexOf_207, (ProbeBrickIndex_Brick__Array * array, ProbeBrickIndex_Brick value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE2C0, Array_IndexOf_207__MethodInfo); DO_APP_FUNC(0x00F20DF0, int32_t, Array_IndexOf_208, (ProbeBrickIndex_ReservedBrick__Array * array, ProbeBrickIndex_ReservedBrick value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE2A8, Array_IndexOf_208__MethodInfo); DO_APP_FUNC(0x00F20F90, int32_t, Array_IndexOf_209, (ProbeBrickIndex_VoxelMeta__Array * array, ProbeBrickIndex_VoxelMeta value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE1D8, Array_IndexOf_209__MethodInfo); DO_APP_FUNC(0x00F21120, int32_t, Array_IndexOf_210, (ProbeBrickPool_BrickChunkAlloc__Array * array, ProbeBrickPool_BrickChunkAlloc value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE1C8, Array_IndexOf_210__MethodInfo); DO_APP_FUNC(0x00F212C0, int32_t, Array_IndexOf_211, (ProbeVolumePerSceneData_SerializableAssetItem__Array * array, ProbeVolumePerSceneData_SerializableAssetItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE1B8, Array_IndexOf_211__MethodInfo); DO_APP_FUNC(0x00F21450, int32_t, Array_IndexOf_212, (ProbeVolumeSceneData_SerializableBoundItem__Array * array, ProbeVolumeSceneData_SerializableBoundItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE1A0, Array_IndexOf_212__MethodInfo); DO_APP_FUNC(0x00F215F0, int32_t, Array_IndexOf_213, (ProbeVolumeSceneData_SerializableHasPVItem__Array * array, ProbeVolumeSceneData_SerializableHasPVItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE230, Array_IndexOf_213__MethodInfo); DO_APP_FUNC(0x00F21780, int32_t, Array_IndexOf_214, (ProbeVolumeSceneData_SerializablePVBakeSettings__Array * array, ProbeVolumeSceneData_SerializablePVBakeSettings value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE218, Array_IndexOf_214__MethodInfo); DO_APP_FUNC(0x00F21930, int32_t, Array_IndexOf_215, (ProbeVolumeSceneData_SerializablePVProfile__Array * array, ProbeVolumeSceneData_SerializablePVProfile value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE200, Array_IndexOf_215__MethodInfo); DO_APP_FUNC(0x00F21AC0, int32_t, Array_IndexOf_216, (RegexCharClass_SingleRange__Array * array, RegexCharClass_SingleRange value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE1E8, Array_IndexOf_216__MethodInfo); DO_APP_FUNC(0x00F21C40, int32_t, Array_IndexOf_217, (RenderChain_RenderNodeData__Array * array, RenderChain_RenderNodeData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE140, Array_IndexOf_217__MethodInfo); DO_APP_FUNC(0x00F21E10, int32_t, Array_IndexOf_218, (RenderGraphDebugData_PassDebugData__Array * array, RenderGraphDebugData_PassDebugData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE128, Array_IndexOf_218__MethodInfo); DO_APP_FUNC(0x00F21FB0, int32_t, Array_IndexOf_219, (RenderGraphDebugData_ResourceDebugData__Array * array, RenderGraphDebugData_ResourceDebugData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE110, Array_IndexOf_219__MethodInfo); DO_APP_FUNC(0x00F22160, int32_t, Array_IndexOf_220, (ResourceManager_DeferredCallbackRegisterRequest__Array * array, ResourceManager_DeferredCallbackRegisterRequest value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE0F8, Array_IndexOf_220__MethodInfo); DO_APP_FUNC(0x00F222F0, int32_t, Array_IndexOf_221, (RetainedGizmos_MeshWithHash__Array * array, RetainedGizmos_MeshWithHash value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE188, Array_IndexOf_221__MethodInfo); DO_APP_FUNC(0x00F22490, int32_t, Array_IndexOf_222, (TemplateAsset_AttributeOverride__Array * array, TemplateAsset_AttributeOverride value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE178, Array_IndexOf_222__MethodInfo); DO_APP_FUNC(0x00F22630, int32_t, Array_IndexOf_223, (TextSettings_FontReferenceMap__Array * array, TextSettings_FontReferenceMap value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE168, Array_IndexOf_223__MethodInfo); DO_APP_FUNC(0x00F227C0, int32_t, Array_IndexOf_224, (TextureBlitter_BlitInfo__Array * array, TextureBlitter_BlitInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE158, Array_IndexOf_224__MethodInfo); DO_APP_FUNC(0x00F22980, int32_t, Array_IndexOf_225, (TexturePacker_JsonArray_Frame__Array * array, TexturePacker_JsonArray_Frame value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE0A8, Array_IndexOf_225__MethodInfo); DO_APP_FUNC(0x00F22B40, int32_t, Array_IndexOf_226, (TextureRegistry_TextureInfo__Array * array, TextureRegistry_TextureInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE098, Array_IndexOf_226__MethodInfo); DO_APP_FUNC(0x00F22CD0, int32_t, Array_IndexOf_227, (TimeNotificationBehaviour_NotificationEntry__Array * array, TimeNotificationBehaviour_NotificationEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE088, Array_IndexOf_227__MethodInfo); DO_APP_FUNC(0x00F22E70, int32_t, Array_IndexOf_228, (TrackedDeviceRaycaster_RaycastHitData__Array * array, TrackedDeviceRaycaster_RaycastHitData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE078, Array_IndexOf_228__MethodInfo); DO_APP_FUNC(0x00F23010, int32_t, Array_IndexOf_229, (TrackedPoseDriverDataDescription_PoseData__Array * array, TrackedPoseDriverDataDescription_PoseData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE0E8, Array_IndexOf_229__MethodInfo); DO_APP_FUNC(0x00F231A0, int32_t, Array_IndexOf_230, (TreeView_TreeViewItemWrapper__Array * array, TreeView_TreeViewItemWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE0D8, Array_IndexOf_230__MethodInfo); DO_APP_FUNC(0x00F23330, int32_t, Array_IndexOf_231, (TreeViewReorderableDragAndDropController_TreeItemState__Array * array, TreeViewReorderableDragAndDropController_TreeItemState value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE0C8, Array_IndexOf_231__MethodInfo); DO_APP_FUNC(0x00F234B0, int32_t, Array_IndexOf_232, (UIRStylePainter_Entry__Array * array, UIRStylePainter_Entry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE0B8, Array_IndexOf_232__MethodInfo); DO_APP_FUNC(0x00F23680, int32_t, Array_IndexOf_233, (UIRenderDevice_AllocToFree__Array * array, UIRenderDevice_AllocToFree value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE010, Array_IndexOf_233__MethodInfo); DO_APP_FUNC(0x00F23830, int32_t, Array_IndexOf_234, (UIRenderDevice_AllocToUpdate__Array * array, UIRenderDevice_AllocToUpdate value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDFF8, Array_IndexOf_234__MethodInfo); DO_APP_FUNC(0x00F23A00, int32_t, Array_IndexOf_235, (UnitySynchronizationContext_WorkRequest__Array * array, UnitySynchronizationContext_WorkRequest value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDFE8, Array_IndexOf_235__MethodInfo); DO_APP_FUNC(0x00F23BA0, int32_t, Array_IndexOf_236, (VisualTreeAsset_SlotDefinition__Array * array, VisualTreeAsset_SlotDefinition value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDFD8, Array_IndexOf_236__MethodInfo); DO_APP_FUNC(0x00F23D30, int32_t, Array_IndexOf_237, (VisualTreeAsset_SlotUsageEntry__Array * array, VisualTreeAsset_SlotUsageEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE068, Array_IndexOf_237__MethodInfo); DO_APP_FUNC(0x00F23EC0, int32_t, Array_IndexOf_238, (VisualTreeAsset_UsingEntry__Array * array, VisualTreeAsset_UsingEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE050, Array_IndexOf_238__MethodInfo); DO_APP_FUNC(0x00F24060, int32_t, Array_IndexOf_239, (XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__Array * array, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE038, Array_IndexOf_239__MethodInfo); DO_APP_FUNC(0x00F241E0, int32_t, Array_IndexOf_240, (XmlSchemaObjectTable_XmlSchemaObjectEntry__Array * array, XmlSchemaObjectTable_XmlSchemaObjectEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCE020, Array_IndexOf_240__MethodInfo); DO_APP_FUNC(0x00F24370, int32_t, Array_IndexOf_241, (ftLightmaps_LightmapAdditionalData__Array * array, ftLightmaps_LightmapAdditionalData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDF78, Array_IndexOf_241__MethodInfo); DO_APP_FUNC(0x00F24510, int32_t, Array_IndexOf_242, (gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * array, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDF68, Array_IndexOf_242__MethodInfo); DO_APP_FUNC(0x00F24690, int32_t, Array_IndexOf_243, (DebugUI_Foldout_ContextMenuItem__Array * array, DebugUI_Foldout_ContextMenuItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDF50, Array_IndexOf_243__MethodInfo); DO_APP_FUNC(0x00F24820, int32_t, Array_IndexOf_244, (InputControlLayout_Collection_LayoutMatcher__Array * array, InputControlLayout_Collection_LayoutMatcher value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDF38, Array_IndexOf_244__MethodInfo); DO_APP_FUNC(0x00F249C0, int32_t, Array_IndexOf_245, (InstructionList_DebugView_InstructionView__Array * array, InstructionList_DebugView_InstructionView value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDFC0, Array_IndexOf_245__MethodInfo); DO_APP_FUNC(0x00F24B60, int32_t, Array_IndexOf_246, (PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Array * array, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDFB0, Array_IndexOf_246__MethodInfo); DO_APP_FUNC(0x00F24D00, int32_t, Array_IndexOf_247, (TargetPositionCache_CacheCurve_Item__Array * array, TargetPositionCache_CacheCurve_Item value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDFA0, Array_IndexOf_247__MethodInfo); DO_APP_FUNC(0x00F24EA0, int32_t, Array_IndexOf_248, (TargetPositionCache_CacheEntry_RecordingItem__Array * array, TargetPositionCache_CacheEntry_RecordingItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDF90, Array_IndexOf_248__MethodInfo); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl, (ArraySegment_1_Byte___Array * array, ArraySegment_1_Byte_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F250D0, int32_t, Array_IndexOfImpl_1, (AsyncOperationHandle_1_System_Object___Array * array, AsyncOperationHandle_1_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F250D0, int32_t, Array_IndexOfImpl_2, (VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_3, (IntervalTree_1_T_Entry_System_Object___Array * array, IntervalTree_1_T_Entry_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_4, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * array, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_5, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * array, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F250D0, int32_t, Array_IndexOfImpl_6, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * array, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_7, (KeyValuePair_2_System_DateTime_System_UInt32___Array * array, KeyValuePair_2_System_DateTime_System_UInt32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_8, (KeyValuePair_2_System_Guid_System_Object___Array * array, KeyValuePair_2_System_Guid_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25210, int32_t, Array_IndexOfImpl_9, (KeyValuePair_2_System_Int32_System_Int32___Array * array, KeyValuePair_2_System_Int32_System_Int32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_10, (KeyValuePair_2_System_Int32_System_Object___Array * array, KeyValuePair_2_System_Int32_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_11, (KeyValuePair_2_System_Int32Enum_System_Object___Array * array, KeyValuePair_2_System_Int32Enum_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_12, (KeyValuePair_2_System_Object_System_ArraySegment_1___Array * array, KeyValuePair_2_System_Object_System_ArraySegment_1_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_13, (KeyValuePair_2_System_Object_System_Char___Array * array, KeyValuePair_2_System_Object_System_Char_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_14, (KeyValuePair_2_System_Object_System_Object___Array * array, KeyValuePair_2_System_Object_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25290, int32_t, Array_IndexOfImpl_15, (KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * array, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_16, (KeyValuePair_2_UnityEngine_PropertyName_System_Object___Array * array, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_17, (KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_18, (KeyValuePair_2_System_UInt16_System_Object___Array * array, KeyValuePair_2_System_UInt16_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_19, (KeyValuePair_2_System_UInt64_System_Object___Array * array, KeyValuePair_2_System_UInt64_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_20, (KeyValuePair_2_UnityEngine_Vector3_System_Int32___Array * array, KeyValuePair_2_UnityEngine_Vector3_System_Int32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_21, (NativeArray_1_System_UInt16___Array * array, NativeArray_1_System_UInt16_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_22, (NativeArray_1_UnityEngine_UIElements_Vertex___Array * array, NativeArray_1_UnityEngine_UIElements_Vertex_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_23, (RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object___Array * array, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_24, (STuple_2_System_Object_System_Object___Array * array, STuple_2_System_Object_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_25, (ValueTuple_2_Int32_Object___Array * array, ValueTuple_2_Int32_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25350, int32_t, Array_IndexOfImpl_26, (ValueTuple_2_Int32_UnityEngine_Vector2Int___Array * array, ValueTuple_2_Int32_UnityEngine_Vector2Int_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_27, (ValueTuple_2_IntPtr_Object___Array * array, ValueTuple_2_IntPtr_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_28, (ValueTuple_2_Object_ValueTuple_2_Object_Int32___Array * array, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_29, (ValueTuple_2_Object_Int32___Array * array, ValueTuple_2_Object_Int32_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_30, (ValueTuple_2_Object_Object___Array * array, ValueTuple_2_Object_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_31, (ValueTuple_2_UnityEngine_Vector3Int_Object___Array * array, ValueTuple_2_UnityEngine_Vector3Int_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F253F0, int32_t, Array_IndexOfImpl_32, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___Array * array, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F254A0, int32_t, Array_IndexOfImpl_33, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___Array * array, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25210, int32_t, Array_IndexOfImpl_34, (AnimatorClipInfo__Array * array, AnimatorClipInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_35, (AsyncOperationHandle__Array * array, AsyncOperationHandle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25210, int32_t, Array_IndexOfImpl_36, (BoltPeer__Array * array, BoltPeer value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_37, (BoltPhysicsHit__Array * array, BoltPhysicsHit value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F250D0, int32_t, Array_IndexOfImpl_38, (BoneWeight__Array * array, BoneWeight value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25550, int32_t, Array_IndexOfImpl_39, (Boolean__Array * array, bool value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25550, int32_t, Array_IndexOfImpl_40, (Byte__Array * array, uint8_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25210, int32_t, Array_IndexOfImpl_41, (CancellationToken__Array * array, CancellationToken value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F255D0, int32_t, Array_IndexOfImpl_42, (Char__Array * array, uint16_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_43, (ClientInfo__Array * array, ClientInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_44, (Color__Array * array, Color value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25650, int32_t, Array_IndexOfImpl_45, (Color32__Array * array, Color32 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F256D0, int32_t, Array_IndexOfImpl_46, (CombineInstance__Array * array, CombineInstance value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_47, (ComputedTransitionProperty__Array * array, ComputedTransitionProperty value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_48, (Connection__Array * array, Connection value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F253F0, int32_t, Array_IndexOfImpl_49, (ControllerPollingInfo__Array * array, ControllerPollingInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_50, (ControllerTemplateElementTarget__Array * array, ControllerTemplateElementTarget value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F257B0, int32_t, Array_IndexOfImpl_51, (CurveSample__Array * array, CurveSample value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25210, int32_t, Array_IndexOfImpl_52, (DateTime__Array * array, DateTime value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_53, (DateTimeOffset__Array * array, DateTimeOffset value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_54, (Decimal__Array * array, Decimal value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25870, int32_t, Array_IndexOfImpl_55, (DiagnosticEvent__Array * array, DiagnosticEvent value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25920, int32_t, Array_IndexOfImpl_56, (Double__Array * array, double value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25650, int32_t, Array_IndexOfImpl_57, (EasingFunction__Array * array, EasingFunction value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F259A0, int32_t, Array_IndexOfImpl_58, (ElementAssignmentConflictInfo__Array * array, ElementAssignmentConflictInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_59, (Entitlement__Array * array, Entitlement value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_60, (EventReliable__Array * array, EventReliable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_61, (EventUnreliable__Array * array, EventUnreliable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_62, (FileStat__Array * array, FileStat value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F259A0, int32_t, Array_IndexOfImpl_63, (GlyphPairAdjustmentRecord__Array * array, GlyphPairAdjustmentRecord value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_64, (GlyphRect__Array * array, GlyphRect value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_65, (Guid__Array * array, Guid value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_66, (InputActionSourceData__Array * array, InputActionSourceData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25A50, int32_t, Array_IndexOfImpl_67, (InputBinding__Array * array, InputBinding value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_68, (InputDevice_1__Array * array, InputDevice_1 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F253F0, int32_t, Array_IndexOfImpl_69, (InputDeviceDescription__Array * array, InputDeviceDescription value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25210, int32_t, Array_IndexOfImpl_70, (InputEventPtr__Array * array, InputEventPtr value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F255D0, int32_t, Array_IndexOfImpl_71, (Int16__Array * array, int16_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25210, int32_t, Array_IndexOfImpl_72, (Int2__Array * array, Int2 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25350, int32_t, Array_IndexOfImpl_73, (Int3__Array * array, Int3 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25B20, int32_t, Array_IndexOfImpl_74, (Int32__Array * array, int32_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25B20, int32_t, Array_IndexOfImpl_75, (Int32Enum__Enum__Array * array, Int32Enum__Enum value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25BA0, int32_t, Array_IndexOfImpl_76, (Int64__Array * array, int64_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_77, (IntPoint__Array * array, IntPoint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_78, (IntRect__Array * array, IntRect value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_79, (InternedString__Array * array, InternedString value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_80, (InterpretedFrameInfo__Array * array, InterpretedFrameInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_81, (IntervalTreeNode__Array * array, IntervalTreeNode value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_82, (ItemDefinitionAmount__Array * array, ItemDefinitionAmount value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_83, (KickedPlayer__Array * array, KickedPlayer value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25650, int32_t, Array_IndexOfImpl_84, (LayerMask__Array * array, LayerMask value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25350, int32_t, Array_IndexOfImpl_85, (ManipulatorActivationFilter__Array * array, ManipulatorActivationFilter value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25C20, int32_t, Array_IndexOfImpl_86, (Matrix4x4__Array * array, Matrix4x4 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_87, (NameAndParameters__Array * array, NameAndParameters value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_88, (NamedValue__Array * array, NamedValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F250D0, int32_t, Array_IndexOfImpl_89, (NetworkPropertyInfo__Array * array, NetworkPropertyInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25BA0, int32_t, Array_IndexOfImpl_90, (Object__Array * array, Object * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25870, int32_t, Array_IndexOfImpl_91, (ObjectInitializationData__Array * array, ObjectInitializationData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F250D0, int32_t, Array_IndexOfImpl_92, (OpenChannel__Array * array, OpenChannel value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25350, int32_t, Array_IndexOfImpl_93, (PacketStats__Array * array, PacketStats value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F254A0, int32_t, Array_IndexOfImpl_94, (ParticleCollisionEvent__Array * array, ParticleCollisionEvent value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_95, (Playable__Array * array, Playable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F250D0, int32_t, Array_IndexOfImpl_96, (PlayableBinding__Array * array, PlayableBinding value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25350, int32_t, Array_IndexOfImpl_97, (Priority__Array * array, Priority value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_98, (Quaternion__Array * array, Quaternion value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_99, (RangePositionInfo__Array * array, RangePositionInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F259A0, int32_t, Array_IndexOfImpl_100, (RaycastHit__Array * array, RaycastHit value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25CD0, int32_t, Array_IndexOfImpl_101, (RaycastHit2D__Array * array, RaycastHit2D value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25290, int32_t, Array_IndexOfImpl_102, (RaycastResult__Array * array, RaycastResult value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_103, (Rect__Array * array, Rect value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_104, (ReflectionProbeBlendInfo__Array * array, ReflectionProbeBlendInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_105, (RemoteChannel__Array * array, RemoteChannel value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_106, (RenderChainTextEntry__Array * array, RenderChainTextEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F254A0, int32_t, Array_IndexOfImpl_107, (RenderTargetIdentifier__Array * array, RenderTargetIdentifier value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_108, (RendererList__Array * array, RendererList value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25210, int32_t, Array_IndexOfImpl_109, (RendererListHandle__Array * array, RendererListHandle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25350, int32_t, Array_IndexOfImpl_110, (Resolution__Array * array, Resolution value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25210, int32_t, Array_IndexOfImpl_111, (ResourceHandle__Array * array, ResourceHandle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_112, (RoomMembership__Array * array, RoomMembership value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_113, (RuleMatcher__Array * array, RuleMatcher value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25550, int32_t, Array_IndexOfImpl_114, (SByte__Array * array, int8_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_115, (SelectorMatchRecord__Array * array, SelectorMatchRecord value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25920, int32_t, Array_IndexOfImpl_116, (Single__Array * array, float value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F254A0, int32_t, Array_IndexOfImpl_117, (Sku__Array * array, Sku value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F253F0, int32_t, Array_IndexOfImpl_118, (SpeechSession__Array * array, SpeechSession value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_119, (SslApplicationProtocol__Array * array, SslApplicationProtocol value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25650, int32_t, Array_IndexOfImpl_120, (SteamItemDef_t__Array * array, SteamItemDef_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_121, (SteamItemDetails_t__Array * array, SteamItemDetails_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_122, (StylePropertyName__Array * array, StylePropertyName value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_123, (StylePropertyValue__Array * array, StylePropertyValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_124, (StyleSelectorPart__Array * array, StyleSelectorPart value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_125, (StyleSyntaxToken__Array * array, StyleSyntaxToken value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_126, (StyleValue__Array * array, StyleValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_127, (StyleValueManaged__Array * array, StyleValueManaged value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_128, (StyleVariable__Array * array, StyleVariable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25870, int32_t, Array_IndexOfImpl_129, (SubMeshDescriptor__Array * array, SubMeshDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_130, (Substring__Array * array, Substring value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25210, int32_t, Array_IndexOfImpl_131, (TimeSpan__Array * array, TimeSpan value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25210, int32_t, Array_IndexOfImpl_132, (TimeValue__Array * array, TimeValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_133, (TreeViewItemWrapper__Array * array, TreeViewItemWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F250D0, int32_t, Array_IndexOfImpl_134, (TypeWrapper__Array * array, TypeWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25350, int32_t, Array_IndexOfImpl_135, (UICharInfo__Array * array, UICharInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_136, (UILineInfo__Array * array, UILineInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25D80, int32_t, Array_IndexOfImpl_137, (UIVertex__Array * array, UIVertex value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F255D0, int32_t, Array_IndexOfImpl_138, (UInt16__Array * array, uint16_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25B20, int32_t, Array_IndexOfImpl_139, (UInt32__Array * array, uint32_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25BA0, int32_t, Array_IndexOfImpl_140, (UInt64__Array * array, uint64_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_141, (UVTexture__Array * array, UVTexture value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25E70, int32_t, Array_IndexOfImpl_142, (UdpEndPoint__Array * array, UdpEndPoint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_143, (UdpEvent__Array * array, UdpEvent value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25650, int32_t, Array_IndexOfImpl_144, (UdpIPv4Address__Array * array, UdpIPv4Address value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25210, int32_t, Array_IndexOfImpl_145, (UsageHint__Array * array, UsageHint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F254A0, int32_t, Array_IndexOfImpl_146, (User__Array * array, User value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25F20, int32_t, Array_IndexOfImpl_147, (Vector2__Array * array, Vector2 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25350, int32_t, Array_IndexOfImpl_148, (Vector3__Array * array, Vector3 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_149, (Vector4__Array * array, Vector4 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_150, (VertexAttributeDescriptor__Array * array, VertexAttributeDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_151, (ViewConfiguration__Array * array, ViewConfiguration value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F253F0, int32_t, Array_IndexOfImpl_152, (VoicePacket__Array * array, VoicePacket value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F250D0, int32_t, Array_IndexOfImpl_153, (VoxelContour__Array * array, VoxelContour value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25FB0, int32_t, Array_IndexOfImpl_154, (Win32_IP_ADAPTER_ADDRESSES__Array * array, Win32_IP_ADAPTER_ADDRESSES value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F260B0, int32_t, Array_IndexOfImpl_155, (Win32_IP_ADAPTER_INFO__Array * array, Win32_IP_ADAPTER_INFO value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_156, (X509ChainStatus__Array * array, X509ChainStatus value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_157, (XRFeatureDescriptor__Array * array, XRFeatureDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F261B0, int32_t, Array_IndexOfImpl_158, (XRNodeState__Array * array, XRNodeState value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_159, (AdvancedSmooth_Turn__Array * array, AdvancedSmooth_Turn value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F254A0, int32_t, Array_IndexOfImpl_160, (AnimationOutputWeightProcessor_WeightInfo__Array * array, AnimationOutputWeightProcessor_WeightInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_161, (BeforeRenderHelper_OrderBlock__Array * array, BeforeRenderHelper_OrderBlock value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25210, int32_t, Array_IndexOfImpl_162, (BitmapAllocator32_Page__Array * array, BitmapAllocator32_Page value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_163, (Camera_RenderRequest__Array * array, Camera_RenderRequest value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_164, (CameraState_CustomBlendable__Array * array, CameraState_CustomBlendable value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25210, int32_t, Array_IndexOfImpl_165, (CinemachineClearShot_Pair__Array * array, CinemachineClearShot_Pair value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25210, int32_t, Array_IndexOfImpl_166, (CinemachineStateDrivenCamera_HashPair__Array * array, CinemachineStateDrivenCamera_HashPair value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_167, (ClipperLib_DoublePoint__Array * array, ClipperLib_DoublePoint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_168, (ClipperLib_IntPoint__Array * array, ClipperLib_IntPoint value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_169, (ConfinerOven_PolygonSolution__Array * array, ConfinerOven_PolygonSolution value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25350, int32_t, Array_IndexOfImpl_170, (CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Array * array, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F250D0, int32_t, Array_IndexOfImpl_171, (DelayedActionManager_DelegateInfo__Array * array, DelayedActionManager_DelegateInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_172, (EventDispatcher_CallbackWrapper__Array * array, EventDispatcher_CallbackWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_173, (EventDispatcher_EventListener__Array * array, EventDispatcher_EventListener value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_174, (EventDispatcher_EventRecord__Array * array, EventDispatcher_EventRecord value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F26280, int32_t, Array_IndexOfImpl_175, (EventQueue_NetworkEvent__Array * array, EventQueue_NetworkEvent value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_176, (FocusController_FocusedElement__Array * array, FocusController_FocusedElement value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25CD0, int32_t, Array_IndexOfImpl_177, (Funnel_PathPart__Array * array, Funnel_PathPart value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F250D0, int32_t, Array_IndexOfImpl_178, (GetRandomAvailablePerch_RandomPerch__Array * array, GetRandomAvailablePerch_RandomPerch value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_179, (GraphUpdateProcessor_GUOSingle__Array * array, GraphUpdateProcessor_GUOSingle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_180, (HID_HIDCollectionDescriptor__Array * array, HID_HIDCollectionDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F257B0, int32_t, Array_IndexOfImpl_181, (HID_HIDElementDescriptor__Array * array, HID_HIDElementDescriptor value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25350, int32_t, Array_IndexOfImpl_182, (HIDParser_HIDReportData__Array * array, HIDParser_HIDReportData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F26370, int32_t, Array_IndexOfImpl_183, (HairDesignerGeneratorFurShellBase_BufferData__Array * array, HairDesignerGeneratorFurShellBase_BufferData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F254A0, int32_t, Array_IndexOfImpl_184, (InputActionMap_BindingOverrideJson__Array * array, InputActionMap_BindingOverrideJson value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F26400, int32_t, Array_IndexOfImpl_185, (InputControlLayout_ControlItem__Array * array, InputControlLayout_ControlItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_186, (InternalTreeView_TreeViewItemWrapper__Array * array, InternalTreeView_TreeViewItemWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_187, (JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Array * array, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F257B0, int32_t, Array_IndexOfImpl_188, (JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * array, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_189, (JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Array * array, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F257B0, int32_t, Array_IndexOfImpl_190, (JsonParser_JsonValue__Array * array, JsonParser_JsonValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_191, (Logs_LogMessage_1__Array * array, Logs_LogMessage_1 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_192, (Logs_LogMessage__Array * array, Logs_LogMessage value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25E70, int32_t, Array_IndexOfImpl_193, (MagicLightProbes_VolumeParameters__Array * array, MagicLightProbes_VolumeParameters value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_194, (NolanBehaviour_OverlappedCollider__Array * array, NolanBehaviour_OverlappedCollider value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_195, (OpenXRInput_SerializedBinding__Array * array, OpenXRInput_SerializedBinding value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_196, (PackedPlayModeBuildLogs_RuntimeBuildLog__Array * array, PackedPlayModeBuildLogs_RuntimeBuildLog value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F26520, int32_t, Array_IndexOfImpl_197, (ParticleSystem_Particle__Array * array, ParticleSystem_Particle value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_198, (ProbeBrickIndex_Brick__Array * array, ProbeBrickIndex_Brick value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F26610, int32_t, Array_IndexOfImpl_199, (ProbeBrickIndex_ReservedBrick__Array * array, ProbeBrickIndex_ReservedBrick value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_200, (ProbeBrickIndex_VoxelMeta__Array * array, ProbeBrickIndex_VoxelMeta value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25350, int32_t, Array_IndexOfImpl_201, (ProbeBrickPool_BrickChunkAlloc__Array * array, ProbeBrickPool_BrickChunkAlloc value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_202, (ProbeVolumePerSceneData_SerializableAssetItem__Array * array, ProbeVolumePerSceneData_SerializableAssetItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F250D0, int32_t, Array_IndexOfImpl_203, (ProbeVolumeSceneData_SerializableBoundItem__Array * array, ProbeVolumeSceneData_SerializableBoundItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_204, (ProbeVolumeSceneData_SerializableHasPVItem__Array * array, ProbeVolumeSceneData_SerializableHasPVItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F254A0, int32_t, Array_IndexOfImpl_205, (ProbeVolumeSceneData_SerializablePVBakeSettings__Array * array, ProbeVolumeSceneData_SerializablePVBakeSettings value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_206, (ProbeVolumeSceneData_SerializablePVProfile__Array * array, ProbeVolumeSceneData_SerializablePVProfile value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25650, int32_t, Array_IndexOfImpl_207, (RegexCharClass_SingleRange__Array * array, RegexCharClass_SingleRange value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F261B0, int32_t, Array_IndexOfImpl_208, (RenderChain_RenderNodeData__Array * array, RenderChain_RenderNodeData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F250D0, int32_t, Array_IndexOfImpl_209, (RenderGraphDebugData_PassDebugData__Array * array, RenderGraphDebugData_PassDebugData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F254A0, int32_t, Array_IndexOfImpl_210, (RenderGraphDebugData_ResourceDebugData__Array * array, RenderGraphDebugData_ResourceDebugData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_211, (ResourceManager_DeferredCallbackRegisterRequest__Array * array, ResourceManager_DeferredCallbackRegisterRequest value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_212, (RetainedGizmos_MeshWithHash__Array * array, RetainedGizmos_MeshWithHash value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_213, (TemplateAsset_AttributeOverride__Array * array, TemplateAsset_AttributeOverride value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_214, (TextSettings_FontReferenceMap__Array * array, TextSettings_FontReferenceMap value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F253F0, int32_t, Array_IndexOfImpl_215, (TextureBlitter_BlitInfo__Array * array, TextureBlitter_BlitInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25C20, int32_t, Array_IndexOfImpl_216, (TexturePacker_JsonArray_Frame__Array * array, TexturePacker_JsonArray_Frame value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_217, (TextureRegistry_TextureInfo__Array * array, TextureRegistry_TextureInfo value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_218, (TimeNotificationBehaviour_NotificationEntry__Array * array, TimeNotificationBehaviour_NotificationEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F250D0, int32_t, Array_IndexOfImpl_219, (TrackedDeviceRaycaster_RaycastHitData__Array * array, TrackedDeviceRaycaster_RaycastHitData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_220, (TrackedPoseDriverDataDescription_PoseData__Array * array, TrackedPoseDriverDataDescription_PoseData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_221, (TreeView_TreeViewItemWrapper__Array * array, TreeView_TreeViewItemWrapper value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25210, int32_t, Array_IndexOfImpl_222, (TreeViewReorderableDragAndDropController_TreeItemState__Array * array, TreeViewReorderableDragAndDropController_TreeItemState value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F261B0, int32_t, Array_IndexOfImpl_223, (UIRStylePainter_Entry__Array * array, UIRStylePainter_Entry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F254A0, int32_t, Array_IndexOfImpl_224, (UIRenderDevice_AllocToFree__Array * array, UIRenderDevice_AllocToFree value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25290, int32_t, Array_IndexOfImpl_225, (UIRenderDevice_AllocToUpdate__Array * array, UIRenderDevice_AllocToUpdate value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_226, (UnitySynchronizationContext_WorkRequest__Array * array, UnitySynchronizationContext_WorkRequest value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_227, (VisualTreeAsset_SlotDefinition__Array * array, VisualTreeAsset_SlotDefinition value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_228, (VisualTreeAsset_SlotUsageEntry__Array * array, VisualTreeAsset_SlotUsageEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_229, (VisualTreeAsset_UsingEntry__Array * array, VisualTreeAsset_UsingEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25210, int32_t, Array_IndexOfImpl_230, (XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__Array * array, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_231, (XmlSchemaObjectTable_XmlSchemaObjectEntry__Array * array, XmlSchemaObjectTable_XmlSchemaObjectEntry value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F250D0, int32_t, Array_IndexOfImpl_232, (ftLightmaps_LightmapAdditionalData__Array * array, ftLightmaps_LightmapAdditionalData value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25210, int32_t, Array_IndexOfImpl_233, (gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * array, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25040, int32_t, Array_IndexOfImpl_234, (DebugUI_Foldout_ContextMenuItem__Array * array, DebugUI_Foldout_ContextMenuItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25170, int32_t, Array_IndexOfImpl_235, (InputControlLayout_Collection_LayoutMatcher__Array * array, InputControlLayout_Collection_LayoutMatcher value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F250D0, int32_t, Array_IndexOfImpl_236, (InstructionList_DebugView_InstructionView__Array * array, InstructionList_DebugView_InstructionView value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25350, int32_t, Array_IndexOfImpl_237, (PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Array * array, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25E70, int32_t, Array_IndexOfImpl_238, (TargetPositionCache_CacheCurve_Item__Array * array, TargetPositionCache_CacheCurve_Item value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F25CD0, int32_t, Array_IndexOfImpl_239, (TargetPositionCache_CacheEntry_RecordingItem__Array * array, TargetPositionCache_CacheEntry_RecordingItem value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00F266B0, void, Array_InternalArray__ICollection_Add, (Array * __this, ArraySegment_1_Byte_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDEE0, Array_InternalArray__ICollection_Add__MethodInfo); DO_APP_FUNC(0x00F26710, void, Array_InternalArray__ICollection_Add_1, (Array * __this, AsyncOperationHandle_1_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDED0, Array_InternalArray__ICollection_Add_1__MethodInfo); DO_APP_FUNC(0x00F26770, void, Array_InternalArray__ICollection_Add_2, (Array * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDEC0, Array_InternalArray__ICollection_Add_2__MethodInfo); DO_APP_FUNC(0x00F267D0, void, Array_InternalArray__ICollection_Add_3, (Array * __this, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDEB0, Array_InternalArray__ICollection_Add_3__MethodInfo); DO_APP_FUNC(0x00F26830, void, Array_InternalArray__ICollection_Add_4, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDF20, Array_InternalArray__ICollection_Add_4__MethodInfo); DO_APP_FUNC(0x00F26890, void, Array_InternalArray__ICollection_Add_5, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDF10, Array_InternalArray__ICollection_Add_5__MethodInfo); DO_APP_FUNC(0x00F268F0, void, Array_InternalArray__ICollection_Add_6, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDF00, Array_InternalArray__ICollection_Add_6__MethodInfo); DO_APP_FUNC(0x00F26950, void, Array_InternalArray__ICollection_Add_7, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDEF0, Array_InternalArray__ICollection_Add_7__MethodInfo); DO_APP_FUNC(0x00F269B0, void, Array_InternalArray__ICollection_Add_8, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDE60, Array_InternalArray__ICollection_Add_8__MethodInfo); DO_APP_FUNC(0x00F26A10, void, Array_InternalArray__ICollection_Add_9, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDE50, Array_InternalArray__ICollection_Add_9__MethodInfo); DO_APP_FUNC(0x00F26A70, void, Array_InternalArray__ICollection_Add_10, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDE40, Array_InternalArray__ICollection_Add_10__MethodInfo); DO_APP_FUNC(0x00F26AD0, void, Array_InternalArray__ICollection_Add_11, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDE30, Array_InternalArray__ICollection_Add_11__MethodInfo); DO_APP_FUNC(0x00F26B30, void, Array_InternalArray__ICollection_Add_12, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDEA0, Array_InternalArray__ICollection_Add_12__MethodInfo); DO_APP_FUNC(0x00F26B90, void, Array_InternalArray__ICollection_Add_13, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDE90, Array_InternalArray__ICollection_Add_13__MethodInfo); DO_APP_FUNC(0x00F26BF0, void, Array_InternalArray__ICollection_Add_14, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDE80, Array_InternalArray__ICollection_Add_14__MethodInfo); DO_APP_FUNC(0x00F26C50, void, Array_InternalArray__ICollection_Add_15, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDE70, Array_InternalArray__ICollection_Add_15__MethodInfo); DO_APP_FUNC(0x00F26CB0, void, Array_InternalArray__ICollection_Add_16, (Array * __this, IntervalTree_1_T_Entry_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDDD8, Array_InternalArray__ICollection_Add_16__MethodInfo); DO_APP_FUNC(0x00F26D10, void, Array_InternalArray__ICollection_Add_17, (Array * __this, XHashtable_1_TValue_XHashtableState_TValue_Entry_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDDC8, Array_InternalArray__ICollection_Add_17__MethodInfo); DO_APP_FUNC(0x00F26D70, void, Array_InternalArray__ICollection_Add_18, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_ValueTuple_2_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDDB8, Array_InternalArray__ICollection_Add_18__MethodInfo); DO_APP_FUNC(0x00F26DD0, void, Array_InternalArray__ICollection_Add_19, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_ValueTuple_2_System_Object__1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDDA0, Array_InternalArray__ICollection_Add_19__MethodInfo); DO_APP_FUNC(0x00F26E30, void, Array_InternalArray__ICollection_Add_20, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Byte_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDE20, Array_InternalArray__ICollection_Add_20__MethodInfo); DO_APP_FUNC(0x00F26E90, void, Array_InternalArray__ICollection_Add_21, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_ByteEnum_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDE08, Array_InternalArray__ICollection_Add_21__MethodInfo); DO_APP_FUNC(0x00F26EF0, void, Array_InternalArray__ICollection_Add_22, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_ByteEnum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDDF8, Array_InternalArray__ICollection_Add_22__MethodInfo); DO_APP_FUNC(0x00F26F50, void, Array_InternalArray__ICollection_Add_23, (Array * __this, Dictionary_2_TKey_TValue_Entry_Dissonance_Audio_Playback_FrameFormat_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDDE8, Array_InternalArray__ICollection_Add_23__MethodInfo); DO_APP_FUNC(0x00F26FB0, void, Array_InternalArray__ICollection_Add_24, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Guid_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDD40, Array_InternalArray__ICollection_Add_24__MethodInfo); DO_APP_FUNC(0x00F27010, void, Array_InternalArray__ICollection_Add_25, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Guid_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDD30, Array_InternalArray__ICollection_Add_25__MethodInfo); DO_APP_FUNC(0x00F27070, void, Array_InternalArray__ICollection_Add_26, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Hash128_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDD18, Array_InternalArray__ICollection_Add_26__MethodInfo); DO_APP_FUNC(0x00F270D0, void, Array_InternalArray__ICollection_Add_27, (Array * __this, Dictionary_2_TKey_TValue_Entry_Pathfinding_Int2_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDD08, Array_InternalArray__ICollection_Add_27__MethodInfo); DO_APP_FUNC(0x00F27130, void, Array_InternalArray__ICollection_Add_28, (Array * __this, Dictionary_2_TKey_TValue_Entry_Pathfinding_Int3_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDD88, Array_InternalArray__ICollection_Add_28__MethodInfo); DO_APP_FUNC(0x00F27190, void, Array_InternalArray__ICollection_Add_29, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDD70, Array_InternalArray__ICollection_Add_29__MethodInfo); DO_APP_FUNC(0x00F271F0, void, Array_InternalArray__ICollection_Add_30, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_ValueTuple_2_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDD60, Array_InternalArray__ICollection_Add_30__MethodInfo); DO_APP_FUNC(0x00F27250, void, Array_InternalArray__ICollection_Add_31, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDD50, Array_InternalArray__ICollection_Add_31__MethodInfo); DO_APP_FUNC(0x00F272B0, void, Array_InternalArray__ICollection_Add_32, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_ByteEnum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDCB0, Array_InternalArray__ICollection_Add_32__MethodInfo); DO_APP_FUNC(0x00F27310, void, Array_InternalArray__ICollection_Add_33, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Char_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDCA0, Array_InternalArray__ICollection_Add_33__MethodInfo); DO_APP_FUNC(0x00F27370, void, Array_InternalArray__ICollection_Add_34, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDC90, Array_InternalArray__ICollection_Add_34__MethodInfo); DO_APP_FUNC(0x00F273D0, void, Array_InternalArray__ICollection_Add_35, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int16_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDC80, Array_InternalArray__ICollection_Add_35__MethodInfo); DO_APP_FUNC(0x00F27430, void, Array_InternalArray__ICollection_Add_36, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_Pathfinding_Int3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDCF8, Array_InternalArray__ICollection_Add_36__MethodInfo); DO_APP_FUNC(0x00F27490, void, Array_InternalArray__ICollection_Add_37, (Array * __this, ADictionary_2_TKey_TValue_Entry_System_Int32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDCE8, Array_InternalArray__ICollection_Add_37__MethodInfo); DO_APP_FUNC(0x00F274F0, void, Array_InternalArray__ICollection_Add_38, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDCD0, Array_InternalArray__ICollection_Add_38__MethodInfo); DO_APP_FUNC(0x00F27550, void, Array_InternalArray__ICollection_Add_39, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDCC0, Array_InternalArray__ICollection_Add_39__MethodInfo); DO_APP_FUNC(0x00F275B0, void, Array_InternalArray__ICollection_Add_40, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int64_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDC10, Array_InternalArray__ICollection_Add_40__MethodInfo); DO_APP_FUNC(0x00F27610, void, Array_InternalArray__ICollection_Add_41, (Array * __this, ADictionary_2_TKey_TValue_Entry_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDC00, Array_InternalArray__ICollection_Add_41__MethodInfo); DO_APP_FUNC(0x00F27670, void, Array_InternalArray__ICollection_Add_42, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDBF0, Array_InternalArray__ICollection_Add_42__MethodInfo); DO_APP_FUNC(0x00F276D0, void, Array_InternalArray__ICollection_Add_43, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_PlayerFlashlightBeam_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDBD8, Array_InternalArray__ICollection_Add_43__MethodInfo); DO_APP_FUNC(0x00F27730, void, Array_InternalArray__ICollection_Add_44, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_RenderInstancedDataLayout_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDC70, Array_InternalArray__ICollection_Add_44__MethodInfo); DO_APP_FUNC(0x00F27790, void, Array_InternalArray__ICollection_Add_45, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDC58, Array_InternalArray__ICollection_Add_45__MethodInfo); DO_APP_FUNC(0x00F277F0, void, Array_InternalArray__ICollection_Add_46, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_UIElements_TreeItem_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDC40, Array_InternalArray__ICollection_Add_46__MethodInfo); DO_APP_FUNC(0x00F27850, void, Array_InternalArray__ICollection_Add_47, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDC28, Array_InternalArray__ICollection_Add_47__MethodInfo); DO_APP_FUNC(0x00F278B0, void, Array_InternalArray__ICollection_Add_48, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_Vector4_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDB80, Array_InternalArray__ICollection_Add_48__MethodInfo); DO_APP_FUNC(0x00F27910, void, Array_InternalArray__ICollection_Add_49, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDB70, Array_InternalArray__ICollection_Add_49__MethodInfo); DO_APP_FUNC(0x00F27970, void, Array_InternalArray__ICollection_Add_50, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32Enum_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDB60, Array_InternalArray__ICollection_Add_50__MethodInfo); DO_APP_FUNC(0x00F279D0, void, Array_InternalArray__ICollection_Add_51, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32Enum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDB50, Array_InternalArray__ICollection_Add_51__MethodInfo); DO_APP_FUNC(0x00F27A30, void, Array_InternalArray__ICollection_Add_52, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int64_UnityEngine_UIElements_ComputedStyle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDBC0, Array_InternalArray__ICollection_Add_52__MethodInfo); DO_APP_FUNC(0x00F27A90, void, Array_InternalArray__ICollection_Add_53, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDBB0, Array_InternalArray__ICollection_Add_53__MethodInfo); DO_APP_FUNC(0x00F27AF0, void, Array_InternalArray__ICollection_Add_54, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_IntPtr_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDBA0, Array_InternalArray__ICollection_Add_54__MethodInfo); DO_APP_FUNC(0x00F27B50, void, Array_InternalArray__ICollection_Add_55, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDB90, Array_InternalArray__ICollection_Add_55__MethodInfo); DO_APP_FUNC(0x00F27BB0, void, Array_InternalArray__ICollection_Add_56, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDAF8, Array_InternalArray__ICollection_Add_56__MethodInfo); DO_APP_FUNC(0x00F27C10, void, Array_InternalArray__ICollection_Add_57, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDAE8, Array_InternalArray__ICollection_Add_57__MethodInfo); DO_APP_FUNC(0x00F27C70, void, Array_InternalArray__ICollection_Add_58, (Array * __this, Dictionary_2_TKey_TValue_Entry_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDAD8, Array_InternalArray__ICollection_Add_58__MethodInfo); DO_APP_FUNC(0x00F27CD0, void, Array_InternalArray__ICollection_Add_59, (Array * __this, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_NetworkId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDAC8, Array_InternalArray__ICollection_Add_59__MethodInfo); DO_APP_FUNC(0x00F27D30, void, Array_InternalArray__ICollection_Add_60, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDB38, Array_InternalArray__ICollection_Add_60__MethodInfo); DO_APP_FUNC(0x00F27D90, void, Array_InternalArray__ICollection_Add_61, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDB28, Array_InternalArray__ICollection_Add_61__MethodInfo); DO_APP_FUNC(0x00F27DF0, void, Array_InternalArray__ICollection_Add_62, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDB18, Array_InternalArray__ICollection_Add_62__MethodInfo); DO_APP_FUNC(0x00F27E50, void, Array_InternalArray__ICollection_Add_63, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Bounds_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDB08, Array_InternalArray__ICollection_Add_63__MethodInfo); DO_APP_FUNC(0x00F27EB0, void, Array_InternalArray__ICollection_Add_64, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Byte_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDA60, Array_InternalArray__ICollection_Add_64__MethodInfo); DO_APP_FUNC(0x00F27F10, void, Array_InternalArray__ICollection_Add_65, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDA48, Array_InternalArray__ICollection_Add_65__MethodInfo); DO_APP_FUNC(0x00F27F70, void, Array_InternalArray__ICollection_Add_66, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Color32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDA38, Array_InternalArray__ICollection_Add_66__MethodInfo); DO_APP_FUNC(0x00F27FD0, void, Array_InternalArray__ICollection_Add_67, (Array * __this, ADictionary_2_TKey_TValue_Entry_System_Object_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDA28, Array_InternalArray__ICollection_Add_67__MethodInfo); DO_APP_FUNC(0x00F28030, void, Array_InternalArray__ICollection_Add_68, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDAB8, Array_InternalArray__ICollection_Add_68__MethodInfo); DO_APP_FUNC(0x00F28090, void, Array_InternalArray__ICollection_Add_69, (Array * __this, ADictionary_2_TKey_TValue_Entry_System_Object_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDAA8, Array_InternalArray__ICollection_Add_69__MethodInfo); DO_APP_FUNC(0x00F280F0, void, Array_InternalArray__ICollection_Add_70, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDA90, Array_InternalArray__ICollection_Add_70__MethodInfo); DO_APP_FUNC(0x00F28150, void, Array_InternalArray__ICollection_Add_71, (Array * __this, ADictionary_2_TKey_TValue_Entry_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDA78, Array_InternalArray__ICollection_Add_71__MethodInfo); DO_APP_FUNC(0x00F281B0, void, Array_InternalArray__ICollection_Add_72, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD9C8, Array_InternalArray__ICollection_Add_72__MethodInfo); DO_APP_FUNC(0x00F28210, void, Array_InternalArray__ICollection_Add_73, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD9B8, Array_InternalArray__ICollection_Add_73__MethodInfo); DO_APP_FUNC(0x00F28270, void, Array_InternalArray__ICollection_Add_74, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD9A8, Array_InternalArray__ICollection_Add_74__MethodInfo); DO_APP_FUNC(0x00F282D0, void, Array_InternalArray__ICollection_Add_75, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Playables_Playable_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD990, Array_InternalArray__ICollection_Add_75__MethodInfo); DO_APP_FUNC(0x00F28330, void, Array_InternalArray__ICollection_Add_76, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDA18, Array_InternalArray__ICollection_Add_76__MethodInfo); DO_APP_FUNC(0x00F28390, void, Array_InternalArray__ICollection_Add_77, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Resources_ResourceLocator_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCDA08, Array_InternalArray__ICollection_Add_77__MethodInfo); DO_APP_FUNC(0x00F283F0, void, Array_InternalArray__ICollection_Add_78, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD9F8, Array_InternalArray__ICollection_Add_78__MethodInfo); DO_APP_FUNC(0x00F28450, void, Array_InternalArray__ICollection_Add_79, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD9E0, Array_InternalArray__ICollection_Add_79__MethodInfo); DO_APP_FUNC(0x00F284B0, void, Array_InternalArray__ICollection_Add_80, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_TextureId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD930, Array_InternalArray__ICollection_Add_80__MethodInfo); DO_APP_FUNC(0x00F28510, void, Array_InternalArray__ICollection_Add_81, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_TimeSpan_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD920, Array_InternalArray__ICollection_Add_81__MethodInfo); DO_APP_FUNC(0x00F28570, void, Array_InternalArray__ICollection_Add_82, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_UdpEndPoint_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD910, Array_InternalArray__ICollection_Add_82__MethodInfo); DO_APP_FUNC(0x00F285D0, void, Array_InternalArray__ICollection_Add_83, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Vector2_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD900, Array_InternalArray__ICollection_Add_83__MethodInfo); DO_APP_FUNC(0x00F28630, void, Array_InternalArray__ICollection_Add_84, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Vector3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD978, Array_InternalArray__ICollection_Add_84__MethodInfo); DO_APP_FUNC(0x00F28690, void, Array_InternalArray__ICollection_Add_85, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD968, Array_InternalArray__ICollection_Add_85__MethodInfo); DO_APP_FUNC(0x00F286F0, void, Array_InternalArray__ICollection_Add_86, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD958, Array_InternalArray__ICollection_Add_86__MethodInfo); DO_APP_FUNC(0x00F28750, void, Array_InternalArray__ICollection_Add_87, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD948, Array_InternalArray__ICollection_Add_87__MethodInfo); DO_APP_FUNC(0x00F287B0, void, Array_InternalArray__ICollection_Add_88, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD8A8, Array_InternalArray__ICollection_Add_88__MethodInfo); DO_APP_FUNC(0x00F28810, void, Array_InternalArray__ICollection_Add_89, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD890, Array_InternalArray__ICollection_Add_89__MethodInfo); DO_APP_FUNC(0x00F28870, void, Array_InternalArray__ICollection_Add_90, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD880, Array_InternalArray__ICollection_Add_90__MethodInfo); DO_APP_FUNC(0x00F288D0, void, Array_InternalArray__ICollection_Add_91, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD870, Array_InternalArray__ICollection_Add_91__MethodInfo); DO_APP_FUNC(0x00F28930, void, Array_InternalArray__ICollection_Add_92, (Array * __this, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_PrefabId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD8F0, Array_InternalArray__ICollection_Add_92__MethodInfo); DO_APP_FUNC(0x00F28990, void, Array_InternalArray__ICollection_Add_93, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_RaycastHit_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD8D8, Array_InternalArray__ICollection_Add_93__MethodInfo); DO_APP_FUNC(0x00F289F0, void, Array_InternalArray__ICollection_Add_94, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Single_SplineMesh_CurveSample_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD8C8, Array_InternalArray__ICollection_Add_94__MethodInfo); DO_APP_FUNC(0x00F28A50, void, Array_InternalArray__ICollection_Add_95, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD8B8, Array_InternalArray__ICollection_Add_95__MethodInfo); DO_APP_FUNC(0x00F28AB0, void, Array_InternalArray__ICollection_Add_96, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD808, Array_InternalArray__ICollection_Add_96__MethodInfo); DO_APP_FUNC(0x00F28B10, void, Array_InternalArray__ICollection_Add_97, (Array * __this, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_TypeId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD7F8, Array_InternalArray__ICollection_Add_97__MethodInfo); DO_APP_FUNC(0x00F28B70, void, Array_InternalArray__ICollection_Add_98, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt16_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD7E8, Array_InternalArray__ICollection_Add_98__MethodInfo); DO_APP_FUNC(0x00F28BD0, void, Array_InternalArray__ICollection_Add_99, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt16_Dissonance_PlayerChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD7D8, Array_InternalArray__ICollection_Add_99__MethodInfo); DO_APP_FUNC(0x00F28C30, void, Array_InternalArray__ICollection_Add_100, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt16_Dissonance_RoomChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD858, Array_InternalArray__ICollection_Add_100__MethodInfo); DO_APP_FUNC(0x00F28C90, void, Array_InternalArray__ICollection_Add_101, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD840, Array_InternalArray__ICollection_Add_101__MethodInfo); DO_APP_FUNC(0x00F28CF0, void, Array_InternalArray__ICollection_Add_102, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD830, Array_InternalArray__ICollection_Add_102__MethodInfo); DO_APP_FUNC(0x00F28D50, void, Array_InternalArray__ICollection_Add_103, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD820, Array_InternalArray__ICollection_Add_103__MethodInfo); DO_APP_FUNC(0x00F28DB0, void, Array_InternalArray__ICollection_Add_104, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD768, Array_InternalArray__ICollection_Add_104__MethodInfo); DO_APP_FUNC(0x00F28E10, void, Array_InternalArray__ICollection_Add_105, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt32_SessionClient_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD750, Array_InternalArray__ICollection_Add_105__MethodInfo); DO_APP_FUNC(0x00F28E70, void, Array_InternalArray__ICollection_Add_106, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD738, Array_InternalArray__ICollection_Add_106__MethodInfo); DO_APP_FUNC(0x00F28ED0, void, Array_InternalArray__ICollection_Add_107, (Array * __this, Dictionary_2_TKey_TValue_Entry_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD728, Array_InternalArray__ICollection_Add_107__MethodInfo); DO_APP_FUNC(0x00F28F30, void, Array_InternalArray__ICollection_Add_108, (Array * __this, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpChannelName_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD7C0, Array_InternalArray__ICollection_Add_108__MethodInfo); DO_APP_FUNC(0x00F28F90, void, Array_InternalArray__ICollection_Add_109, (Array * __this, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpEndPoint_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD7B0, Array_InternalArray__ICollection_Add_109__MethodInfo); DO_APP_FUNC(0x00F28FF0, void, Array_InternalArray__ICollection_Add_110, (Array * __this, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpEndPoint_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD798, Array_InternalArray__ICollection_Add_110__MethodInfo); DO_APP_FUNC(0x00F29050, void, Array_InternalArray__ICollection_Add_111, (Array * __this, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_UniqueId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD780, Array_InternalArray__ICollection_Add_111__MethodInfo); DO_APP_FUNC(0x00F290B0, void, Array_InternalArray__ICollection_Add_112, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Vector3_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD6C8, Array_InternalArray__ICollection_Add_112__MethodInfo); DO_APP_FUNC(0x00F29110, void, Array_InternalArray__ICollection_Add_113, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Vector3Int_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD6B8, Array_InternalArray__ICollection_Add_113__MethodInfo); DO_APP_FUNC(0x00F29170, void, Array_InternalArray__ICollection_Add_114, (Array * __this, Dictionary_2_TKey_TValue_Entry_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD6A8, Array_InternalArray__ICollection_Add_114__MethodInfo); DO_APP_FUNC(0x00F291D0, void, Array_InternalArray__ICollection_Add_115, (Array * __this, Dictionary_2_TKey_TValue_Entry_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD690, Array_InternalArray__ICollection_Add_115__MethodInfo); DO_APP_FUNC(0x00F29230, void, Array_InternalArray__ICollection_Add_116, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD718, Array_InternalArray__ICollection_Add_116__MethodInfo); DO_APP_FUNC(0x00F29290, void, Array_InternalArray__ICollection_Add_117, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD700, Array_InternalArray__ICollection_Add_117__MethodInfo); DO_APP_FUNC(0x00F292F0, void, Array_InternalArray__ICollection_Add_118, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD6F0, Array_InternalArray__ICollection_Add_118__MethodInfo); DO_APP_FUNC(0x00F29350, void, Array_InternalArray__ICollection_Add_119, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD6E0, Array_InternalArray__ICollection_Add_119__MethodInfo); DO_APP_FUNC(0x00F293B0, void, Array_InternalArray__ICollection_Add_120, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD620, Array_InternalArray__ICollection_Add_120__MethodInfo); DO_APP_FUNC(0x00F29410, void, Array_InternalArray__ICollection_Add_121, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD608, Array_InternalArray__ICollection_Add_121__MethodInfo); DO_APP_FUNC(0x00F29470, void, Array_InternalArray__ICollection_Add_122, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD5F0, Array_InternalArray__ICollection_Add_122__MethodInfo); DO_APP_FUNC(0x00F294D0, void, Array_InternalArray__ICollection_Add_123, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD5E0, Array_InternalArray__ICollection_Add_123__MethodInfo); DO_APP_FUNC(0x00F29530, void, Array_InternalArray__ICollection_Add_124, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD678, Array_InternalArray__ICollection_Add_124__MethodInfo); DO_APP_FUNC(0x00F29590, void, Array_InternalArray__ICollection_Add_125, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD668, Array_InternalArray__ICollection_Add_125__MethodInfo); DO_APP_FUNC(0x00F295F0, void, Array_InternalArray__ICollection_Add_126, (Array * __this, Dictionary_2_TKey_TValue_Entry_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD650, Array_InternalArray__ICollection_Add_126__MethodInfo); DO_APP_FUNC(0x00F29650, void, Array_InternalArray__ICollection_Add_127, (Array * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD638, Array_InternalArray__ICollection_Add_127__MethodInfo); DO_APP_FUNC(0x00F296B0, void, Array_InternalArray__ICollection_Add_128, (Array * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD590, Array_InternalArray__ICollection_Add_128__MethodInfo); DO_APP_FUNC(0x00F29710, void, Array_InternalArray__ICollection_Add_129, (Array * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD578, Array_InternalArray__ICollection_Add_129__MethodInfo); DO_APP_FUNC(0x00F29770, void, Array_InternalArray__ICollection_Add_130, (Array * __this, KeyValuePair_2_System_ValueTuple_2_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD560, Array_InternalArray__ICollection_Add_130__MethodInfo); DO_APP_FUNC(0x00F297D0, void, Array_InternalArray__ICollection_Add_131, (Array * __this, KeyValuePair_2_System_ValueTuple_2_System_Object__1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD548, Array_InternalArray__ICollection_Add_131__MethodInfo); DO_APP_FUNC(0x00F29830, void, Array_InternalArray__ICollection_Add_132, (Array * __this, KeyValuePair_2_System_Byte_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD5D0, Array_InternalArray__ICollection_Add_132__MethodInfo); DO_APP_FUNC(0x00F29890, void, Array_InternalArray__ICollection_Add_133, (Array * __this, KeyValuePair_2_System_ByteEnum_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD5C0, Array_InternalArray__ICollection_Add_133__MethodInfo); DO_APP_FUNC(0x00F298F0, void, Array_InternalArray__ICollection_Add_134, (Array * __this, KeyValuePair_2_System_ByteEnum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD5B0, Array_InternalArray__ICollection_Add_134__MethodInfo); DO_APP_FUNC(0x00F29950, void, Array_InternalArray__ICollection_Add_135, (Array * __this, KeyValuePair_2_System_DateTime_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD5A0, Array_InternalArray__ICollection_Add_135__MethodInfo); DO_APP_FUNC(0x00F299B0, void, Array_InternalArray__ICollection_Add_136, (Array * __this, KeyValuePair_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD4E8, Array_InternalArray__ICollection_Add_136__MethodInfo); DO_APP_FUNC(0x00F29A10, void, Array_InternalArray__ICollection_Add_137, (Array * __this, KeyValuePair_2_System_Guid_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD4D0, Array_InternalArray__ICollection_Add_137__MethodInfo); DO_APP_FUNC(0x00F29A70, void, Array_InternalArray__ICollection_Add_138, (Array * __this, KeyValuePair_2_System_Guid_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD4B8, Array_InternalArray__ICollection_Add_138__MethodInfo); DO_APP_FUNC(0x00F29AD0, void, Array_InternalArray__ICollection_Add_139, (Array * __this, KeyValuePair_2_UnityEngine_Hash128_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD4A8, Array_InternalArray__ICollection_Add_139__MethodInfo); DO_APP_FUNC(0x00F29B30, void, Array_InternalArray__ICollection_Add_140, (Array * __this, KeyValuePair_2_Pathfinding_Int2_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD530, Array_InternalArray__ICollection_Add_140__MethodInfo); DO_APP_FUNC(0x00F29B90, void, Array_InternalArray__ICollection_Add_141, (Array * __this, KeyValuePair_2_Pathfinding_Int3_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD520, Array_InternalArray__ICollection_Add_141__MethodInfo); DO_APP_FUNC(0x00F29BF0, void, Array_InternalArray__ICollection_Add_142, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD510, Array_InternalArray__ICollection_Add_142__MethodInfo); DO_APP_FUNC(0x00F29C50, void, Array_InternalArray__ICollection_Add_143, (Array * __this, KeyValuePair_2_System_Int32_System_ValueTuple_2__3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD4F8, Array_InternalArray__ICollection_Add_143__MethodInfo); DO_APP_FUNC(0x00F29CB0, void, Array_InternalArray__ICollection_Add_144, (Array * __this, KeyValuePair_2_System_Int32_System_ValueTuple_2__2 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD440, Array_InternalArray__ICollection_Add_144__MethodInfo); DO_APP_FUNC(0x00F29D10, void, Array_InternalArray__ICollection_Add_145, (Array * __this, KeyValuePair_2_System_Int32_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD438, Array_InternalArray__ICollection_Add_145__MethodInfo); DO_APP_FUNC(0x00F29D70, void, Array_InternalArray__ICollection_Add_146, (Array * __this, KeyValuePair_2_System_Int32_System_ByteEnum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD430, Array_InternalArray__ICollection_Add_146__MethodInfo); DO_APP_FUNC(0x00F29DD0, void, Array_InternalArray__ICollection_Add_147, (Array * __this, KeyValuePair_2_System_Int32_System_Char_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD418, Array_InternalArray__ICollection_Add_147__MethodInfo); DO_APP_FUNC(0x00F29E30, void, Array_InternalArray__ICollection_Add_148, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD498, Array_InternalArray__ICollection_Add_148__MethodInfo); DO_APP_FUNC(0x00F29E90, void, Array_InternalArray__ICollection_Add_149, (Array * __this, KeyValuePair_2_System_Int32_System_Int16_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD480, Array_InternalArray__ICollection_Add_149__MethodInfo); DO_APP_FUNC(0x00F29EF0, void, Array_InternalArray__ICollection_Add_150, (Array * __this, KeyValuePair_2_System_Int32_Pathfinding_Int3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD470, Array_InternalArray__ICollection_Add_150__MethodInfo); DO_APP_FUNC(0x00F29F50, void, Array_InternalArray__ICollection_Add_151, (Array * __this, KeyValuePair_2_System_Int32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD458, Array_InternalArray__ICollection_Add_151__MethodInfo); DO_APP_FUNC(0x00F29FB0, void, Array_InternalArray__ICollection_Add_152, (Array * __this, KeyValuePair_2_System_Int32_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD3C8, Array_InternalArray__ICollection_Add_152__MethodInfo); DO_APP_FUNC(0x00F2A010, void, Array_InternalArray__ICollection_Add_153, (Array * __this, KeyValuePair_2_System_Int32_System_Int64_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD3C0, Array_InternalArray__ICollection_Add_153__MethodInfo); DO_APP_FUNC(0x00F2A070, void, Array_InternalArray__ICollection_Add_154, (Array * __this, KeyValuePair_2_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD3B8, Array_InternalArray__ICollection_Add_154__MethodInfo); DO_APP_FUNC(0x00F2A0D0, void, Array_InternalArray__ICollection_Add_155, (Array * __this, KeyValuePair_2_System_Int32_PlayerFlashlightBeam_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD3B0, Array_InternalArray__ICollection_Add_155__MethodInfo); DO_APP_FUNC(0x00F2A130, void, Array_InternalArray__ICollection_Add_156, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD400, Array_InternalArray__ICollection_Add_156__MethodInfo); DO_APP_FUNC(0x00F2A190, void, Array_InternalArray__ICollection_Add_157, (Array * __this, KeyValuePair_2_System_Int32_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD3F0, Array_InternalArray__ICollection_Add_157__MethodInfo); DO_APP_FUNC(0x00F2A1F0, void, Array_InternalArray__ICollection_Add_158, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_UIElements_TreeItem_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD3E8, Array_InternalArray__ICollection_Add_158__MethodInfo); DO_APP_FUNC(0x00F2A250, void, Array_InternalArray__ICollection_Add_159, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD3D8, Array_InternalArray__ICollection_Add_159__MethodInfo); DO_APP_FUNC(0x00F2A2B0, void, Array_InternalArray__ICollection_Add_160, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_Vector4_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD380, Array_InternalArray__ICollection_Add_160__MethodInfo); DO_APP_FUNC(0x00F2A310, void, Array_InternalArray__ICollection_Add_161, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD370, Array_InternalArray__ICollection_Add_161__MethodInfo); DO_APP_FUNC(0x00F2A370, void, Array_InternalArray__ICollection_Add_162, (Array * __this, KeyValuePair_2_System_Int32Enum_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD360, Array_InternalArray__ICollection_Add_162__MethodInfo); DO_APP_FUNC(0x00F2A3D0, void, Array_InternalArray__ICollection_Add_163, (Array * __this, KeyValuePair_2_System_Int32Enum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD350, Array_InternalArray__ICollection_Add_163__MethodInfo); DO_APP_FUNC(0x00F2A430, void, Array_InternalArray__ICollection_Add_164, (Array * __this, KeyValuePair_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD3A8, Array_InternalArray__ICollection_Add_164__MethodInfo); DO_APP_FUNC(0x00F2A490, void, Array_InternalArray__ICollection_Add_165, (Array * __this, KeyValuePair_2_System_Int64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD3A0, Array_InternalArray__ICollection_Add_165__MethodInfo); DO_APP_FUNC(0x00F2A4F0, void, Array_InternalArray__ICollection_Add_166, (Array * __this, KeyValuePair_2_System_IntPtr_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD390, Array_InternalArray__ICollection_Add_166__MethodInfo); DO_APP_FUNC(0x00F2A550, void, Array_InternalArray__ICollection_Add_167, (Array * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD388, Array_InternalArray__ICollection_Add_167__MethodInfo); DO_APP_FUNC(0x00F2A5B0, void, Array_InternalArray__ICollection_Add_168, (Array * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD318, Array_InternalArray__ICollection_Add_168__MethodInfo); DO_APP_FUNC(0x00F2A610, void, Array_InternalArray__ICollection_Add_169, (Array * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD308, Array_InternalArray__ICollection_Add_169__MethodInfo); DO_APP_FUNC(0x00F2A670, void, Array_InternalArray__ICollection_Add_170, (Array * __this, KeyValuePair_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD300, Array_InternalArray__ICollection_Add_170__MethodInfo); DO_APP_FUNC(0x00F2A6D0, void, Array_InternalArray__ICollection_Add_171, (Array * __this, KeyValuePair_2_Photon_Bolt_NetworkId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD2F8, Array_InternalArray__ICollection_Add_171__MethodInfo); DO_APP_FUNC(0x00F2A730, void, Array_InternalArray__ICollection_Add_172, (Array * __this, KeyValuePair_2_System_Object_System_ArraySegment_1_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD348, Array_InternalArray__ICollection_Add_172__MethodInfo); DO_APP_FUNC(0x00F2A790, void, Array_InternalArray__ICollection_Add_173, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD340, Array_InternalArray__ICollection_Add_173__MethodInfo); DO_APP_FUNC(0x00F2A7F0, void, Array_InternalArray__ICollection_Add_174, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD338, Array_InternalArray__ICollection_Add_174__MethodInfo); DO_APP_FUNC(0x00F2A850, void, Array_InternalArray__ICollection_Add_175, (Array * __this, KeyValuePair_2_System_Object_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD328, Array_InternalArray__ICollection_Add_175__MethodInfo); DO_APP_FUNC(0x00F2A8B0, void, Array_InternalArray__ICollection_Add_176, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Bounds_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD2B0, Array_InternalArray__ICollection_Add_176__MethodInfo); DO_APP_FUNC(0x00F2A910, void, Array_InternalArray__ICollection_Add_177, (Array * __this, KeyValuePair_2_System_Object_System_Byte_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD2A0, Array_InternalArray__ICollection_Add_177__MethodInfo); DO_APP_FUNC(0x00F2A970, void, Array_InternalArray__ICollection_Add_178, (Array * __this, KeyValuePair_2_System_Object_System_Char_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD290, Array_InternalArray__ICollection_Add_178__MethodInfo); DO_APP_FUNC(0x00F2A9D0, void, Array_InternalArray__ICollection_Add_179, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD288, Array_InternalArray__ICollection_Add_179__MethodInfo); DO_APP_FUNC(0x00F2AA30, void, Array_InternalArray__ICollection_Add_180, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Color32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD2F0, Array_InternalArray__ICollection_Add_180__MethodInfo); DO_APP_FUNC(0x00F2AA90, void, Array_InternalArray__ICollection_Add_181, (Array * __this, KeyValuePair_2_System_Object_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD2E0, Array_InternalArray__ICollection_Add_181__MethodInfo); DO_APP_FUNC(0x00F2AAF0, void, Array_InternalArray__ICollection_Add_182, (Array * __this, KeyValuePair_2_System_Object_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD2D0, Array_InternalArray__ICollection_Add_182__MethodInfo); DO_APP_FUNC(0x00F2AB50, void, Array_InternalArray__ICollection_Add_183, (Array * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD2C0, Array_InternalArray__ICollection_Add_183__MethodInfo); DO_APP_FUNC(0x00F2ABB0, void, Array_InternalArray__ICollection_Add_184, (Array * __this, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD280, Array_InternalArray__ICollection_Add_184__MethodInfo); DO_APP_FUNC(0x00F2AC10, void, Array_InternalArray__ICollection_Add_185, (Array * __this, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD278, Array_InternalArray__ICollection_Add_185__MethodInfo); DO_APP_FUNC(0x00F2AC70, void, Array_InternalArray__ICollection_Add_186, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Playables_Playable_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD270, Array_InternalArray__ICollection_Add_186__MethodInfo); DO_APP_FUNC(0x00F2ACD0, void, Array_InternalArray__ICollection_Add_187, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD268, Array_InternalArray__ICollection_Add_187__MethodInfo); DO_APP_FUNC(0x00F2AD30, void, Array_InternalArray__ICollection_Add_188, (Array * __this, KeyValuePair_2_System_Object_System_Resources_ResourceLocator_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2BA8, Array_InternalArray__ICollection_Add_188__MethodInfo); DO_APP_FUNC(0x00F2AD90, void, Array_InternalArray__ICollection_Add_189, (Array * __this, KeyValuePair_2_System_Object_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2B98, Array_InternalArray__ICollection_Add_189__MethodInfo); DO_APP_FUNC(0x00F2ADF0, void, Array_InternalArray__ICollection_Add_190, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2B90, Array_InternalArray__ICollection_Add_190__MethodInfo); DO_APP_FUNC(0x00F2AE50, void, Array_InternalArray__ICollection_Add_191, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_TextureId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2B50, Array_InternalArray__ICollection_Add_191__MethodInfo); DO_APP_FUNC(0x00F2AEB0, void, Array_InternalArray__ICollection_Add_192, (Array * __this, KeyValuePair_2_System_Object_System_TimeSpan_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2B48, Array_InternalArray__ICollection_Add_192__MethodInfo); DO_APP_FUNC(0x00F2AF10, void, Array_InternalArray__ICollection_Add_193, (Array * __this, KeyValuePair_2_System_Object_UdpKit_UdpEndPoint_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2B40, Array_InternalArray__ICollection_Add_193__MethodInfo); DO_APP_FUNC(0x00F2AF70, void, Array_InternalArray__ICollection_Add_194, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Vector2_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2B38, Array_InternalArray__ICollection_Add_194__MethodInfo); DO_APP_FUNC(0x00F2AFD0, void, Array_InternalArray__ICollection_Add_195, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Vector3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2B78, Array_InternalArray__ICollection_Add_195__MethodInfo); DO_APP_FUNC(0x00F2B030, void, Array_InternalArray__ICollection_Add_196, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2B70, Array_InternalArray__ICollection_Add_196__MethodInfo); DO_APP_FUNC(0x00F2B090, void, Array_InternalArray__ICollection_Add_197, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2B68, Array_InternalArray__ICollection_Add_197__MethodInfo); DO_APP_FUNC(0x00F2B0F0, void, Array_InternalArray__ICollection_Add_198, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2B58, Array_InternalArray__ICollection_Add_198__MethodInfo); DO_APP_FUNC(0x00F2B150, void, Array_InternalArray__ICollection_Add_199, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2B08, Array_InternalArray__ICollection_Add_199__MethodInfo); DO_APP_FUNC(0x00F2B1B0, void, Array_InternalArray__ICollection_Add_200, (Array * __this, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2B00, Array_InternalArray__ICollection_Add_200__MethodInfo); DO_APP_FUNC(0x00F2B210, void, Array_InternalArray__ICollection_Add_201, (Array * __this, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2AF8, Array_InternalArray__ICollection_Add_201__MethodInfo); DO_APP_FUNC(0x00F2B270, void, Array_InternalArray__ICollection_Add_202, (Array * __this, KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2AF0, Array_InternalArray__ICollection_Add_202__MethodInfo); DO_APP_FUNC(0x00F2B2D0, void, Array_InternalArray__ICollection_Add_203, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2B30, Array_InternalArray__ICollection_Add_203__MethodInfo); DO_APP_FUNC(0x00F2B330, void, Array_InternalArray__ICollection_Add_204, (Array * __this, KeyValuePair_2_Photon_Bolt_PrefabId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2B28, Array_InternalArray__ICollection_Add_204__MethodInfo); DO_APP_FUNC(0x00F2B390, void, Array_InternalArray__ICollection_Add_205, (Array * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2B20, Array_InternalArray__ICollection_Add_205__MethodInfo); DO_APP_FUNC(0x00F2B3F0, void, Array_InternalArray__ICollection_Add_206, (Array * __this, KeyValuePair_2_UnityEngine_RaycastHit_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2B18, Array_InternalArray__ICollection_Add_206__MethodInfo); DO_APP_FUNC(0x00F2B450, void, Array_InternalArray__ICollection_Add_207, (Array * __this, KeyValuePair_2_System_Single_SplineMesh_CurveSample_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2AC8, Array_InternalArray__ICollection_Add_207__MethodInfo); DO_APP_FUNC(0x00F2B4B0, void, Array_InternalArray__ICollection_Add_208, (Array * __this, KeyValuePair_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2AC0, Array_InternalArray__ICollection_Add_208__MethodInfo); DO_APP_FUNC(0x00F2B510, void, Array_InternalArray__ICollection_Add_209, (Array * __this, KeyValuePair_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2AB8, Array_InternalArray__ICollection_Add_209__MethodInfo); DO_APP_FUNC(0x00F2B570, void, Array_InternalArray__ICollection_Add_210, (Array * __this, KeyValuePair_2_Photon_Bolt_TypeId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2AA8, Array_InternalArray__ICollection_Add_210__MethodInfo); DO_APP_FUNC(0x00F2B5D0, void, Array_InternalArray__ICollection_Add_211, (Array * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2AE8, Array_InternalArray__ICollection_Add_211__MethodInfo); DO_APP_FUNC(0x00F2B630, void, Array_InternalArray__ICollection_Add_212, (Array * __this, KeyValuePair_2_System_UInt16_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2AE0, Array_InternalArray__ICollection_Add_212__MethodInfo); DO_APP_FUNC(0x00F2B690, void, Array_InternalArray__ICollection_Add_213, (Array * __this, KeyValuePair_2_System_UInt16_Dissonance_PlayerChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2AD8, Array_InternalArray__ICollection_Add_213__MethodInfo); DO_APP_FUNC(0x00F2B6F0, void, Array_InternalArray__ICollection_Add_214, (Array * __this, KeyValuePair_2_System_UInt16_Dissonance_RoomChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2AD0, Array_InternalArray__ICollection_Add_214__MethodInfo); DO_APP_FUNC(0x00F2B750, void, Array_InternalArray__ICollection_Add_215, (Array * __this, KeyValuePair_2_System_UInt32_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2A68, Array_InternalArray__ICollection_Add_215__MethodInfo); DO_APP_FUNC(0x00F2B7B0, void, Array_InternalArray__ICollection_Add_216, (Array * __this, KeyValuePair_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2A60, Array_InternalArray__ICollection_Add_216__MethodInfo); DO_APP_FUNC(0x00F2B810, void, Array_InternalArray__ICollection_Add_217, (Array * __this, KeyValuePair_2_System_UInt32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2A58, Array_InternalArray__ICollection_Add_217__MethodInfo); DO_APP_FUNC(0x00F2B870, void, Array_InternalArray__ICollection_Add_218, (Array * __this, KeyValuePair_2_System_UInt32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2A48, Array_InternalArray__ICollection_Add_218__MethodInfo); DO_APP_FUNC(0x00F2B8D0, void, Array_InternalArray__ICollection_Add_219, (Array * __this, KeyValuePair_2_System_UInt32_SessionClient_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2A98, Array_InternalArray__ICollection_Add_219__MethodInfo); DO_APP_FUNC(0x00F2B930, void, Array_InternalArray__ICollection_Add_220, (Array * __this, KeyValuePair_2_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2A90, Array_InternalArray__ICollection_Add_220__MethodInfo); DO_APP_FUNC(0x00F2B990, void, Array_InternalArray__ICollection_Add_221, (Array * __this, KeyValuePair_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2A88, Array_InternalArray__ICollection_Add_221__MethodInfo); DO_APP_FUNC(0x00F2B9F0, void, Array_InternalArray__ICollection_Add_222, (Array * __this, KeyValuePair_2_UdpKit_UdpChannelName_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2A78, Array_InternalArray__ICollection_Add_222__MethodInfo); DO_APP_FUNC(0x00F2BA50, void, Array_InternalArray__ICollection_Add_223, (Array * __this, KeyValuePair_2_UdpKit_UdpEndPoint_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2A08, Array_InternalArray__ICollection_Add_223__MethodInfo); DO_APP_FUNC(0x00F2BAB0, void, Array_InternalArray__ICollection_Add_224, (Array * __this, KeyValuePair_2_UdpKit_UdpEndPoint_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2A00, Array_InternalArray__ICollection_Add_224__MethodInfo); DO_APP_FUNC(0x00F2BB10, void, Array_InternalArray__ICollection_Add_225, (Array * __this, KeyValuePair_2_Photon_Bolt_UniqueId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD29F8, Array_InternalArray__ICollection_Add_225__MethodInfo); DO_APP_FUNC(0x00F2BB70, void, Array_InternalArray__ICollection_Add_226, (Array * __this, KeyValuePair_2_UnityEngine_Vector3_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD29E8, Array_InternalArray__ICollection_Add_226__MethodInfo); DO_APP_FUNC(0x00F2BBD0, void, Array_InternalArray__ICollection_Add_227, (Array * __this, KeyValuePair_2_UnityEngine_Vector3Int_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2A40, Array_InternalArray__ICollection_Add_227__MethodInfo); DO_APP_FUNC(0x00F2BC30, void, Array_InternalArray__ICollection_Add_228, (Array * __this, KeyValuePair_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2A38, Array_InternalArray__ICollection_Add_228__MethodInfo); DO_APP_FUNC(0x00F2BC90, void, Array_InternalArray__ICollection_Add_229, (Array * __this, KeyValuePair_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2A28, Array_InternalArray__ICollection_Add_229__MethodInfo); DO_APP_FUNC(0x00F2BCF0, void, Array_InternalArray__ICollection_Add_230, (Array * __this, KeyValuePair_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2A18, Array_InternalArray__ICollection_Add_230__MethodInfo); DO_APP_FUNC(0x00F2BD50, void, Array_InternalArray__ICollection_Add_231, (Array * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD29A8, Array_InternalArray__ICollection_Add_231__MethodInfo); DO_APP_FUNC(0x00F2BDB0, void, Array_InternalArray__ICollection_Add_232, (Array * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD29A0, Array_InternalArray__ICollection_Add_232__MethodInfo); DO_APP_FUNC(0x00F2BE10, void, Array_InternalArray__ICollection_Add_233, (Array * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2998, Array_InternalArray__ICollection_Add_233__MethodInfo); DO_APP_FUNC(0x00F2BE70, void, Array_InternalArray__ICollection_Add_234, (Array * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2988, Array_InternalArray__ICollection_Add_234__MethodInfo); DO_APP_FUNC(0x00F2BED0, void, Array_InternalArray__ICollection_Add_235, (Array * __this, KeyValuePair_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD29E0, Array_InternalArray__ICollection_Add_235__MethodInfo); DO_APP_FUNC(0x00F2BF30, void, Array_InternalArray__ICollection_Add_236, (Array * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD29D8, Array_InternalArray__ICollection_Add_236__MethodInfo); DO_APP_FUNC(0x00F2BF90, void, Array_InternalArray__ICollection_Add_237, (Array * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD29C8, Array_InternalArray__ICollection_Add_237__MethodInfo); DO_APP_FUNC(0x00F2BFF0, void, Array_InternalArray__ICollection_Add_238, (Array * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD29B8, Array_InternalArray__ICollection_Add_238__MethodInfo); DO_APP_FUNC(0x00F2C050, void, Array_InternalArray__ICollection_Add_239, (Array * __this, KeyValuePair_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2958, Array_InternalArray__ICollection_Add_239__MethodInfo); DO_APP_FUNC(0x00F2C0B0, void, Array_InternalArray__ICollection_Add_240, (Array * __this, KeyValuePair_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2948, Array_InternalArray__ICollection_Add_240__MethodInfo); DO_APP_FUNC(0x00F2C110, void, Array_InternalArray__ICollection_Add_241, (Array * __this, ThreadLocal_1_T_LinkedSlotVolatile_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2938, Array_InternalArray__ICollection_Add_241__MethodInfo); DO_APP_FUNC(0x00F2C170, void, Array_InternalArray__ICollection_Add_242, (Array * __this, NativeArray_1_System_UInt16_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2928, Array_InternalArray__ICollection_Add_242__MethodInfo); DO_APP_FUNC(0x00F2C1D0, void, Array_InternalArray__ICollection_Add_243, (Array * __this, NativeArray_1_UnityEngine_UIElements_Vertex_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2980, Array_InternalArray__ICollection_Add_243__MethodInfo); DO_APP_FUNC(0x00F2C230, void, Array_InternalArray__ICollection_Add_244, (Array * __this, NonAllocDictionary_2_K_V_Node_System_Byte_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2970, Array_InternalArray__ICollection_Add_244__MethodInfo); DO_APP_FUNC(0x00F2C290, void, Array_InternalArray__ICollection_Add_245, (Array * __this, NonAllocDictionary_2_K_V_Node_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2968, Array_InternalArray__ICollection_Add_245__MethodInfo); DO_APP_FUNC(0x00F2C2F0, void, Array_InternalArray__ICollection_Add_246, (Array * __this, NonAllocDictionary_2_K_V_Node_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2960, Array_InternalArray__ICollection_Add_246__MethodInfo); DO_APP_FUNC(0x00F2C350, void, Array_InternalArray__ICollection_Add_247, (Array * __this, InputStateHistory_1_TValue_Record_TouchState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD28D8, Array_InternalArray__ICollection_Add_247__MethodInfo); DO_APP_FUNC(0x00F2C3B0, void, Array_InternalArray__ICollection_Add_248, (Array * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD28D0, Array_InternalArray__ICollection_Add_248__MethodInfo); DO_APP_FUNC(0x00F2C410, void, Array_InternalArray__ICollection_Add_249, (Array * __this, STuple_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD28C0, Array_InternalArray__ICollection_Add_249__MethodInfo); DO_APP_FUNC(0x00F2C470, void, Array_InternalArray__ICollection_Add_250, (Array * __this, HashSet_1_T_Slot_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD28B0, Array_InternalArray__ICollection_Add_250__MethodInfo); DO_APP_FUNC(0x00F2C4D0, void, Array_InternalArray__ICollection_Add_251, (Array * __this, HashSet_1_T_Slot_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2918, Array_InternalArray__ICollection_Add_251__MethodInfo); DO_APP_FUNC(0x00F2C530, void, Array_InternalArray__ICollection_Add_252, (Array * __this, Set_1_TElement_Slot_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2908, Array_InternalArray__ICollection_Add_252__MethodInfo); DO_APP_FUNC(0x00F2C590, void, Array_InternalArray__ICollection_Add_253, (Array * __this, HashSet_1_T_Slot_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD28F8, Array_InternalArray__ICollection_Add_253__MethodInfo); DO_APP_FUNC(0x00F2C5F0, void, Array_InternalArray__ICollection_Add_254, (Array * __this, HashSet_1_T_Slot_UnityEngine_InputSystem_Utilities_InternedString_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD28E8, Array_InternalArray__ICollection_Add_254__MethodInfo); DO_APP_FUNC(0x00F2C650, void, Array_InternalArray__ICollection_Add_255, (Array * __this, HashSet_1_T_Slot_Photon_Bolt_NetworkId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2878, Array_InternalArray__ICollection_Add_255__MethodInfo); DO_APP_FUNC(0x00F2C6B0, void, Array_InternalArray__ICollection_Add_256, (Array * __this, HashSet_1_T_Slot_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2870, Array_InternalArray__ICollection_Add_256__MethodInfo); DO_APP_FUNC(0x00F2C710, void, Array_InternalArray__ICollection_Add_257, (Array * __this, Set_1_TElement_Slot_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2868, Array_InternalArray__ICollection_Add_257__MethodInfo); DO_APP_FUNC(0x00F2C770, void, Array_InternalArray__ICollection_Add_258, (Array * __this, ConcurrentQueue_1_T_Segment_T_Slot_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2858, Array_InternalArray__ICollection_Add_258__MethodInfo); DO_APP_FUNC(0x00F2C7D0, void, Array_InternalArray__ICollection_Add_259, (Array * __this, HashSet_1_T_Slot_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD28A0, Array_InternalArray__ICollection_Add_259__MethodInfo); DO_APP_FUNC(0x00F2C830, void, Array_InternalArray__ICollection_Add_260, (Array * __this, HashSet_1_T_Slot_System_UInt64_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2898, Array_InternalArray__ICollection_Add_260__MethodInfo); DO_APP_FUNC(0x00F2C890, void, Array_InternalArray__ICollection_Add_261, (Array * __this, HashSet_1_T_Slot_UdpKit_UdpEndPoint_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2890, Array_InternalArray__ICollection_Add_261__MethodInfo); DO_APP_FUNC(0x00F2C8F0, void, Array_InternalArray__ICollection_Add_262, (Array * __this, HashSet_1_T_Slot_UdpKit_UdpIPv4Address_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2880, Array_InternalArray__ICollection_Add_262__MethodInfo); DO_APP_FUNC(0x00F2C950, void, Array_InternalArray__ICollection_Add_263, (Array * __this, HashSet_1_T_Slot_UnityEngine_Vector3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2818, Array_InternalArray__ICollection_Add_263__MethodInfo); DO_APP_FUNC(0x00F2C9B0, void, Array_InternalArray__ICollection_Add_264, (Array * __this, HashSet_1_T_Slot_UnityEngine_Vector3Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2810, Array_InternalArray__ICollection_Add_264__MethodInfo); DO_APP_FUNC(0x00F2CA10, void, Array_InternalArray__ICollection_Add_265, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_Background_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2808, Array_InternalArray__ICollection_Add_265__MethodInfo); DO_APP_FUNC(0x00F2CA70, void, Array_InternalArray__ICollection_Add_266, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2800, Array_InternalArray__ICollection_Add_266__MethodInfo); DO_APP_FUNC(0x00F2CAD0, void, Array_InternalArray__ICollection_Add_267, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2848, Array_InternalArray__ICollection_Add_267__MethodInfo); DO_APP_FUNC(0x00F2CB30, void, Array_InternalArray__ICollection_Add_268, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2840, Array_InternalArray__ICollection_Add_268__MethodInfo); DO_APP_FUNC(0x00F2CB90, void, Array_InternalArray__ICollection_Add_269, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_Length_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2838, Array_InternalArray__ICollection_Add_269__MethodInfo); DO_APP_FUNC(0x00F2CBF0, void, Array_InternalArray__ICollection_Add_270, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2828, Array_InternalArray__ICollection_Add_270__MethodInfo); DO_APP_FUNC(0x00F2CC50, void, Array_InternalArray__ICollection_Add_271, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD27C0, Array_InternalArray__ICollection_Add_271__MethodInfo); DO_APP_FUNC(0x00F2CCB0, void, Array_InternalArray__ICollection_Add_272, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_Scale_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD27B0, Array_InternalArray__ICollection_Add_272__MethodInfo); DO_APP_FUNC(0x00F2CD10, void, Array_InternalArray__ICollection_Add_273, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD27A0, Array_InternalArray__ICollection_Add_273__MethodInfo); DO_APP_FUNC(0x00F2CD70, void, Array_InternalArray__ICollection_Add_274, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2798, Array_InternalArray__ICollection_Add_274__MethodInfo); DO_APP_FUNC(0x00F2CDD0, void, Array_InternalArray__ICollection_Add_275, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD27F0, Array_InternalArray__ICollection_Add_275__MethodInfo); DO_APP_FUNC(0x00F2CE30, void, Array_InternalArray__ICollection_Add_276, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_Translate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD27E0, Array_InternalArray__ICollection_Add_276__MethodInfo); DO_APP_FUNC(0x00F2CE90, void, Array_InternalArray__ICollection_Add_277, (Array * __this, TMP_TextProcessingStack_1_UnityEngine_Color32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD27D8, Array_InternalArray__ICollection_Add_277__MethodInfo); DO_APP_FUNC(0x00F2CEF0, void, Array_InternalArray__ICollection_Add_278, (Array * __this, TMP_TextProcessingStack_1_HighlightState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD27D0, Array_InternalArray__ICollection_Add_278__MethodInfo); DO_APP_FUNC(0x00F2CF50, void, Array_InternalArray__ICollection_Add_279, (Array * __this, TMP_TextProcessingStack_1_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2760, Array_InternalArray__ICollection_Add_279__MethodInfo); DO_APP_FUNC(0x00F2CFB0, void, Array_InternalArray__ICollection_Add_280, (Array * __this, TMP_TextProcessingStack_1_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2758, Array_InternalArray__ICollection_Add_280__MethodInfo); DO_APP_FUNC(0x00F2D010, void, Array_InternalArray__ICollection_Add_281, (Array * __this, TMP_TextProcessingStack_1_MaterialReference_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2750, Array_InternalArray__ICollection_Add_281__MethodInfo); DO_APP_FUNC(0x00F2D070, void, Array_InternalArray__ICollection_Add_282, (Array * __this, TMP_TextProcessingStack_1_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2748, Array_InternalArray__ICollection_Add_282__MethodInfo); DO_APP_FUNC(0x00F2D0D0, void, Array_InternalArray__ICollection_Add_283, (Array * __this, TMP_TextProcessingStack_1_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2790, Array_InternalArray__ICollection_Add_283__MethodInfo); DO_APP_FUNC(0x00F2D130, void, Array_InternalArray__ICollection_Add_284, (Array * __this, TMP_TextProcessingStack_1_WordWrapState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2780, Array_InternalArray__ICollection_Add_284__MethodInfo); DO_APP_FUNC(0x00F2D190, void, Array_InternalArray__ICollection_Add_285, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_Background_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2778, Array_InternalArray__ICollection_Add_285__MethodInfo); DO_APP_FUNC(0x00F2D1F0, void, Array_InternalArray__ICollection_Add_286, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2770, Array_InternalArray__ICollection_Add_286__MethodInfo); DO_APP_FUNC(0x00F2D250, void, Array_InternalArray__ICollection_Add_287, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2718, Array_InternalArray__ICollection_Add_287__MethodInfo); DO_APP_FUNC(0x00F2D2B0, void, Array_InternalArray__ICollection_Add_288, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2708, Array_InternalArray__ICollection_Add_288__MethodInfo); DO_APP_FUNC(0x00F2D310, void, Array_InternalArray__ICollection_Add_289, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_Length_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD26F8, Array_InternalArray__ICollection_Add_289__MethodInfo); DO_APP_FUNC(0x00F2D370, void, Array_InternalArray__ICollection_Add_290, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD26F0, Array_InternalArray__ICollection_Add_290__MethodInfo); DO_APP_FUNC(0x00F2D3D0, void, Array_InternalArray__ICollection_Add_291, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2740, Array_InternalArray__ICollection_Add_291__MethodInfo); DO_APP_FUNC(0x00F2D430, void, Array_InternalArray__ICollection_Add_292, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2738, Array_InternalArray__ICollection_Add_292__MethodInfo); DO_APP_FUNC(0x00F2D490, void, Array_InternalArray__ICollection_Add_293, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2730, Array_InternalArray__ICollection_Add_293__MethodInfo); DO_APP_FUNC(0x00F2D4F0, void, Array_InternalArray__ICollection_Add_294, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2720, Array_InternalArray__ICollection_Add_294__MethodInfo); DO_APP_FUNC(0x00F2D550, void, Array_InternalArray__ICollection_Add_295, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD26C0, Array_InternalArray__ICollection_Add_295__MethodInfo); DO_APP_FUNC(0x00F2D5B0, void, Array_InternalArray__ICollection_Add_296, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD26B8, Array_InternalArray__ICollection_Add_296__MethodInfo); DO_APP_FUNC(0x00F2D610, void, Array_InternalArray__ICollection_Add_297, (Array * __this, ValueTuple_1_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD26B0, Array_InternalArray__ICollection_Add_297__MethodInfo); DO_APP_FUNC(0x00F2D670, void, Array_InternalArray__ICollection_Add_298, (Array * __this, ValueTuple_2_Int32_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD26A8, Array_InternalArray__ICollection_Add_298__MethodInfo); DO_APP_FUNC(0x00F2D6D0, void, Array_InternalArray__ICollection_Add_299, (Array * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD26E8, Array_InternalArray__ICollection_Add_299__MethodInfo); DO_APP_FUNC(0x00F2D730, void, Array_InternalArray__ICollection_Add_300, (Array * __this, ValueTuple_2_IntPtr_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD26E0, Array_InternalArray__ICollection_Add_300__MethodInfo); DO_APP_FUNC(0x00F2D790, void, Array_InternalArray__ICollection_Add_301, (Array * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD26D0, Array_InternalArray__ICollection_Add_301__MethodInfo); DO_APP_FUNC(0x00F2D7F0, void, Array_InternalArray__ICollection_Add_302, (Array * __this, ValueTuple_2_Object_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD26C8, Array_InternalArray__ICollection_Add_302__MethodInfo); DO_APP_FUNC(0x00F2D850, void, Array_InternalArray__ICollection_Add_303, (Array * __this, ValueTuple_2_Object_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2678, Array_InternalArray__ICollection_Add_303__MethodInfo); DO_APP_FUNC(0x00F2D8B0, void, Array_InternalArray__ICollection_Add_304, (Array * __this, ValueTuple_2_UnityEngine_Vector3Int_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2668, Array_InternalArray__ICollection_Add_304__MethodInfo); DO_APP_FUNC(0x00F2D910, void, Array_InternalArray__ICollection_Add_305, (Array * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2658, Array_InternalArray__ICollection_Add_305__MethodInfo); DO_APP_FUNC(0x00F2D970, void, Array_InternalArray__ICollection_Add_306, (Array * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2648, Array_InternalArray__ICollection_Add_306__MethodInfo); DO_APP_FUNC(0x00F2D9D0, void, Array_InternalArray__ICollection_Add_307, (Array * __this, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD26A0, Array_InternalArray__ICollection_Add_307__MethodInfo); DO_APP_FUNC(0x00F2DA30, void, Array_InternalArray__ICollection_Add_308, (Array * __this, ValueTuple_3_Object_Object_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2698, Array_InternalArray__ICollection_Add_308__MethodInfo); DO_APP_FUNC(0x00F2DA90, void, Array_InternalArray__ICollection_Add_309, (Array * __this, AnimatorClipInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2690, Array_InternalArray__ICollection_Add_309__MethodInfo); DO_APP_FUNC(0x00F2DAF0, void, Array_InternalArray__ICollection_Add_310, (Array * __this, AstarWorkItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2688, Array_InternalArray__ICollection_Add_310__MethodInfo); DO_APP_FUNC(0x00F2DB50, void, Array_InternalArray__ICollection_Add_311, (Array * __this, AsyncOperationHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2608, Array_InternalArray__ICollection_Add_311__MethodInfo); DO_APP_FUNC(0x00F2DBB0, void, Array_InternalArray__ICollection_Add_312, (Array * __this, AxisCalibrationData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD25F8, Array_InternalArray__ICollection_Add_312__MethodInfo); DO_APP_FUNC(0x00F2DC10, void, Array_InternalArray__ICollection_Add_313, (Array * __this, Background item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD25E8, Array_InternalArray__ICollection_Add_313__MethodInfo); DO_APP_FUNC(0x00F2DC70, void, Array_InternalArray__ICollection_Add_314, (Array * __this, BatchVisibility item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD25D8, Array_InternalArray__ICollection_Add_314__MethodInfo); DO_APP_FUNC(0x00F2DCD0, void, Array_InternalArray__ICollection_Add_315, (Array * __this, BoltPeer item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2640, Array_InternalArray__ICollection_Add_315__MethodInfo); DO_APP_FUNC(0x00F2DD30, void, Array_InternalArray__ICollection_Add_316, (Array * __this, BoltPhysicsHit item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2630, Array_InternalArray__ICollection_Add_316__MethodInfo); DO_APP_FUNC(0x00F2DD90, void, Array_InternalArray__ICollection_Add_317, (Array * __this, BoneWeight item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2620, Array_InternalArray__ICollection_Add_317__MethodInfo); DO_APP_FUNC(0x00F2DDF0, void, Array_InternalArray__ICollection_Add_318, (Array * __this, BoneWeight1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2610, Array_InternalArray__ICollection_Add_318__MethodInfo); DO_APP_FUNC(0x00F2DE50, void, Array_InternalArray__ICollection_Add_319, (Array * __this, bool item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD25A8, Array_InternalArray__ICollection_Add_319__MethodInfo); DO_APP_FUNC(0x00F2DEB0, void, Array_InternalArray__ICollection_Add_320, (Array * __this, BoundedPlane item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD25A0, Array_InternalArray__ICollection_Add_320__MethodInfo); DO_APP_FUNC(0x00F2DF10, void, Array_InternalArray__ICollection_Add_321, (Array * __this, BoundingSphere item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2598, Array_InternalArray__ICollection_Add_321__MethodInfo); DO_APP_FUNC(0x00F2DF70, void, Array_InternalArray__ICollection_Add_322, (Array * __this, Bounds item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2588, Array_InternalArray__ICollection_Add_322__MethodInfo); DO_APP_FUNC(0x00F2DFD0, void, Array_InternalArray__ICollection_Add_323, (Array * __this, uint8_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD25C8, Array_InternalArray__ICollection_Add_323__MethodInfo); DO_APP_FUNC(0x00F2E030, void, Array_InternalArray__ICollection_Add_324, (Array * __this, ByteEnum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD25C0, Array_InternalArray__ICollection_Add_324__MethodInfo); DO_APP_FUNC(0x00F2E090, void, Array_InternalArray__ICollection_Add_325, (Array * __this, CancellationToken item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD25B8, Array_InternalArray__ICollection_Add_325__MethodInfo); DO_APP_FUNC(0x00F2E0F0, void, Array_InternalArray__ICollection_Add_326, (Array * __this, CancellationTokenRegistration item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD25B0, Array_InternalArray__ICollection_Add_326__MethodInfo); DO_APP_FUNC(0x00F2E150, void, Array_InternalArray__ICollection_Add_327, (Array * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2550, Array_InternalArray__ICollection_Add_327__MethodInfo); DO_APP_FUNC(0x00F2E1B0, void, Array_InternalArray__ICollection_Add_328, (Array * __this, ClientInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2548, Array_InternalArray__ICollection_Add_328__MethodInfo); DO_APP_FUNC(0x00F2E210, void, Array_InternalArray__ICollection_Add_329, (Array * __this, ClothSkinningCoefficient item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2540, Array_InternalArray__ICollection_Add_329__MethodInfo); DO_APP_FUNC(0x00F2E270, void, Array_InternalArray__ICollection_Add_330, (Array * __this, ClothSphereColliderPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2538, Array_InternalArray__ICollection_Add_330__MethodInfo); DO_APP_FUNC(0x00F2E2D0, void, Array_InternalArray__ICollection_Add_331, (Array * __this, Color item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2580, Array_InternalArray__ICollection_Add_331__MethodInfo); DO_APP_FUNC(0x00F2E330, void, Array_InternalArray__ICollection_Add_332, (Array * __this, Color32 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2570, Array_InternalArray__ICollection_Add_332__MethodInfo); DO_APP_FUNC(0x00F2E390, void, Array_InternalArray__ICollection_Add_333, (Array * __this, ColorBlock item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2568, Array_InternalArray__ICollection_Add_333__MethodInfo); DO_APP_FUNC(0x00F2E3F0, void, Array_InternalArray__ICollection_Add_334, (Array * __this, CombineInstance item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2560, Array_InternalArray__ICollection_Add_334__MethodInfo); DO_APP_FUNC(0x00F2E450, void, Array_InternalArray__ICollection_Add_335, (Array * __this, CompactVoxelCell item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2510, Array_InternalArray__ICollection_Add_335__MethodInfo); DO_APP_FUNC(0x00F2E4B0, void, Array_InternalArray__ICollection_Add_336, (Array * __this, CompactVoxelSpan item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2508, Array_InternalArray__ICollection_Add_336__MethodInfo); DO_APP_FUNC(0x00F2E510, void, Array_InternalArray__ICollection_Add_337, (Array * __this, ComputedStyle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2500, Array_InternalArray__ICollection_Add_337__MethodInfo); DO_APP_FUNC(0x00F2E570, void, Array_InternalArray__ICollection_Add_338, (Array * __this, ComputedTransitionProperty item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD24F8, Array_InternalArray__ICollection_Add_338__MethodInfo); DO_APP_FUNC(0x00F2E5D0, void, Array_InternalArray__ICollection_Add_339, (Array * __this, ConfigurationDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2530, Array_InternalArray__ICollection_Add_339__MethodInfo); DO_APP_FUNC(0x00F2E630, void, Array_InternalArray__ICollection_Add_340, (Array * __this, Connection item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2528, Array_InternalArray__ICollection_Add_340__MethodInfo); DO_APP_FUNC(0x00F2E690, void, Array_InternalArray__ICollection_Add_341, (Array * __this, ContactPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2520, Array_InternalArray__ICollection_Add_341__MethodInfo); DO_APP_FUNC(0x00F2E6F0, void, Array_InternalArray__ICollection_Add_342, (Array * __this, ContactPoint2D item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2518, Array_InternalArray__ICollection_Add_342__MethodInfo); DO_APP_FUNC(0x00F2E750, void, Array_InternalArray__ICollection_Add_343, (Array * __this, ControllerPollingInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD24C8, Array_InternalArray__ICollection_Add_343__MethodInfo); DO_APP_FUNC(0x00F2E7B0, void, Array_InternalArray__ICollection_Add_344, (Array * __this, ControllerTemplateElementTarget item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD24C0, Array_InternalArray__ICollection_Add_344__MethodInfo); DO_APP_FUNC(0x00F2E810, void, Array_InternalArray__ICollection_Add_345, (Array * __this, CurveSample item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD24B8, Array_InternalArray__ICollection_Add_345__MethodInfo); DO_APP_FUNC(0x00F2E870, void, Array_InternalArray__ICollection_Add_346, (Array * __this, CustomAttributeNamedArgument item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD24B0, Array_InternalArray__ICollection_Add_346__MethodInfo); DO_APP_FUNC(0x00F2E8D0, void, Array_InternalArray__ICollection_Add_347, (Array * __this, CustomAttributeTypedArgument item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD24F0, Array_InternalArray__ICollection_Add_347__MethodInfo); DO_APP_FUNC(0x00F2E930, void, Array_InternalArray__ICollection_Add_348, (Array * __this, DateTime item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD24E8, Array_InternalArray__ICollection_Add_348__MethodInfo); DO_APP_FUNC(0x00F2E990, void, Array_InternalArray__ICollection_Add_349, (Array * __this, DateTimeOffset item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD24E0, Array_InternalArray__ICollection_Add_349__MethodInfo); DO_APP_FUNC(0x00F2E9F0, void, Array_InternalArray__ICollection_Add_350, (Array * __this, Decimal item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD24D8, Array_InternalArray__ICollection_Add_350__MethodInfo); DO_APP_FUNC(0x00F2EA50, void, Array_InternalArray__ICollection_Add_351, (Array * __this, DetailInstanceTransform item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2470, Array_InternalArray__ICollection_Add_351__MethodInfo); DO_APP_FUNC(0x00F2EAB0, void, Array_InternalArray__ICollection_Add_352, (Array * __this, DiagnosticEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2468, Array_InternalArray__ICollection_Add_352__MethodInfo); DO_APP_FUNC(0x00F2EB10, void, Array_InternalArray__ICollection_Add_353, (Array * __this, DictionaryEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2460, Array_InternalArray__ICollection_Add_353__MethodInfo); DO_APP_FUNC(0x00F2EB70, void, Array_InternalArray__ICollection_Add_354, (Array * __this, Dimension item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2458, Array_InternalArray__ICollection_Add_354__MethodInfo); DO_APP_FUNC(0x00F2EBD0, void, Array_InternalArray__ICollection_Add_355, (Array * __this, double item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD24A8, Array_InternalArray__ICollection_Add_355__MethodInfo); DO_APP_FUNC(0x00F2EC30, void, Array_InternalArray__ICollection_Add_356, (Array * __this, DrawBufferRange item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD24A0, Array_InternalArray__ICollection_Add_356__MethodInfo); DO_APP_FUNC(0x00F2EC90, void, Array_InternalArray__ICollection_Add_357, (Array * __this, EasingFunction item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2490, Array_InternalArray__ICollection_Add_357__MethodInfo); DO_APP_FUNC(0x00F2ECF0, void, Array_InternalArray__ICollection_Add_358, (Array * __this, ElementAssignmentConflictInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2480, Array_InternalArray__ICollection_Add_358__MethodInfo); DO_APP_FUNC(0x00F2ED50, void, Array_InternalArray__ICollection_Add_359, (Array * __this, Entitlement item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2420, Array_InternalArray__ICollection_Add_359__MethodInfo); DO_APP_FUNC(0x00F2EDB0, void, Array_InternalArray__ICollection_Add_360, (Array * __this, Ephemeron item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2418, Array_InternalArray__ICollection_Add_360__MethodInfo); DO_APP_FUNC(0x00F2EE10, void, Array_InternalArray__ICollection_Add_361, (Array * __this, EventReliable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2410, Array_InternalArray__ICollection_Add_361__MethodInfo); DO_APP_FUNC(0x00F2EE70, void, Array_InternalArray__ICollection_Add_362, (Array * __this, EventUnreliable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2408, Array_InternalArray__ICollection_Add_362__MethodInfo); DO_APP_FUNC(0x00F2EED0, void, Array_InternalArray__ICollection_Add_363, (Array * __this, FORMATETC item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2450, Array_InternalArray__ICollection_Add_363__MethodInfo); DO_APP_FUNC(0x00F2EF30, void, Array_InternalArray__ICollection_Add_364, (Array * __this, FileStat item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2440, Array_InternalArray__ICollection_Add_364__MethodInfo); DO_APP_FUNC(0x00F2EF90, void, Array_InternalArray__ICollection_Add_365, (Array * __this, FontDefinition item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2430, Array_InternalArray__ICollection_Add_365__MethodInfo); DO_APP_FUNC(0x00F2EFF0, void, Array_InternalArray__ICollection_Add_366, (Array * __this, FontWeightPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2428, Array_InternalArray__ICollection_Add_366__MethodInfo); DO_APP_FUNC(0x00F2F050, void, Array_InternalArray__ICollection_Add_367, (Array * __this, FrameFormat item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD23D8, Array_InternalArray__ICollection_Add_367__MethodInfo); DO_APP_FUNC(0x00F2F0B0, void, Array_InternalArray__ICollection_Add_368, (Array * __this, GCHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD23D0, Array_InternalArray__ICollection_Add_368__MethodInfo); DO_APP_FUNC(0x00F2F110, void, Array_InternalArray__ICollection_Add_369, (Array * __this, GfxUpdateBufferRange item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD23C8, Array_InternalArray__ICollection_Add_369__MethodInfo); DO_APP_FUNC(0x00F2F170, void, Array_InternalArray__ICollection_Add_370, (Array * __this, GlobalKeyword item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD23B8, Array_InternalArray__ICollection_Add_370__MethodInfo); DO_APP_FUNC(0x00F2F1D0, void, Array_InternalArray__ICollection_Add_371, (Array * __this, GlyphMarshallingStruct item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2400, Array_InternalArray__ICollection_Add_371__MethodInfo); DO_APP_FUNC(0x00F2F230, void, Array_InternalArray__ICollection_Add_372, (Array * __this, GlyphPairAdjustmentRecord item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD23F8, Array_InternalArray__ICollection_Add_372__MethodInfo); DO_APP_FUNC(0x00F2F290, void, Array_InternalArray__ICollection_Add_373, (Array * __this, GlyphRect item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD23F0, Array_InternalArray__ICollection_Add_373__MethodInfo); DO_APP_FUNC(0x00F2F2F0, void, Array_InternalArray__ICollection_Add_374, (Array * __this, GradientAlphaKey item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD23E0, Array_InternalArray__ICollection_Add_374__MethodInfo); DO_APP_FUNC(0x00F2F350, void, Array_InternalArray__ICollection_Add_375, (Array * __this, GradientColorKey item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2388, Array_InternalArray__ICollection_Add_375__MethodInfo); DO_APP_FUNC(0x00F2F3B0, void, Array_InternalArray__ICollection_Add_376, (Array * __this, GradientSettings item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2380, Array_InternalArray__ICollection_Add_376__MethodInfo); DO_APP_FUNC(0x00F2F410, void, Array_InternalArray__ICollection_Add_377, (Array * __this, Guid item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2370, Array_InternalArray__ICollection_Add_377__MethodInfo); DO_APP_FUNC(0x00F2F470, void, Array_InternalArray__ICollection_Add_378, (Array * __this, HandJointLocation item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2360, Array_InternalArray__ICollection_Add_378__MethodInfo); DO_APP_FUNC(0x00F2F4D0, void, Array_InternalArray__ICollection_Add_379, (Array * __this, Hash128 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD23B0, Array_InternalArray__ICollection_Add_379__MethodInfo); DO_APP_FUNC(0x00F2F530, void, Array_InternalArray__ICollection_Add_380, (Array * __this, HeaderVariantInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD23A8, Array_InternalArray__ICollection_Add_380__MethodInfo); DO_APP_FUNC(0x00F2F590, void, Array_InternalArray__ICollection_Add_381, (Array * __this, HighlightState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2398, Array_InternalArray__ICollection_Add_381__MethodInfo); DO_APP_FUNC(0x00F2F5F0, void, Array_InternalArray__ICollection_Add_382, (Array * __this, HumanBone item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2390, Array_InternalArray__ICollection_Add_382__MethodInfo); DO_APP_FUNC(0x00F2F650, void, Array_InternalArray__ICollection_Add_383, (Array * __this, ImpactEffect item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2330, Array_InternalArray__ICollection_Add_383__MethodInfo); DO_APP_FUNC(0x00F2F6B0, void, Array_InternalArray__ICollection_Add_384, (Array * __this, InputActionSourceData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2320, Array_InternalArray__ICollection_Add_384__MethodInfo); DO_APP_FUNC(0x00F2F710, void, Array_InternalArray__ICollection_Add_385, (Array * __this, InputBinding item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2318, Array_InternalArray__ICollection_Add_385__MethodInfo); DO_APP_FUNC(0x00F2F770, void, Array_InternalArray__ICollection_Add_386, (Array * __this, InputControlScheme item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2310, Array_InternalArray__ICollection_Add_386__MethodInfo); DO_APP_FUNC(0x00F2F7D0, void, Array_InternalArray__ICollection_Add_387, (Array * __this, InputDevice_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2358, Array_InternalArray__ICollection_Add_387__MethodInfo); DO_APP_FUNC(0x00F2F830, void, Array_InternalArray__ICollection_Add_388, (Array * __this, InputDeviceDescription item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2350, Array_InternalArray__ICollection_Add_388__MethodInfo); DO_APP_FUNC(0x00F2F890, void, Array_InternalArray__ICollection_Add_389, (Array * __this, InputEventPtr item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2348, Array_InternalArray__ICollection_Add_389__MethodInfo); DO_APP_FUNC(0x00F2F8F0, void, Array_InternalArray__ICollection_Add_390, (Array * __this, InputUser item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2338, Array_InternalArray__ICollection_Add_390__MethodInfo); DO_APP_FUNC(0x00F2F950, void, Array_InternalArray__ICollection_Add_391, (Array * __this, int16_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD22D8, Array_InternalArray__ICollection_Add_391__MethodInfo); DO_APP_FUNC(0x00F2F9B0, void, Array_InternalArray__ICollection_Add_392, (Array * __this, Int2 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD22D0, Array_InternalArray__ICollection_Add_392__MethodInfo); DO_APP_FUNC(0x00F2FA10, void, Array_InternalArray__ICollection_Add_393, (Array * __this, Int3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD22C8, Array_InternalArray__ICollection_Add_393__MethodInfo); DO_APP_FUNC(0x00F2FA70, void, Array_InternalArray__ICollection_Add_394, (Array * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD22C0, Array_InternalArray__ICollection_Add_394__MethodInfo); DO_APP_FUNC(0x00F2FAD0, void, Array_InternalArray__ICollection_Add_395, (Array * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2300, Array_InternalArray__ICollection_Add_395__MethodInfo); DO_APP_FUNC(0x00F2FB30, void, Array_InternalArray__ICollection_Add_396, (Array * __this, int64_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD22F8, Array_InternalArray__ICollection_Add_396__MethodInfo); DO_APP_FUNC(0x00F2FB90, void, Array_InternalArray__ICollection_Add_397, (Array * __this, IntPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD22F0, Array_InternalArray__ICollection_Add_397__MethodInfo); DO_APP_FUNC(0x00F2FBF0, void, Array_InternalArray__ICollection_Add_398, (Array * __this, void * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD22E8, Array_InternalArray__ICollection_Add_398__MethodInfo); DO_APP_FUNC(0x00F2FC50, void, Array_InternalArray__ICollection_Add_399, (Array * __this, IntRect item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2298, Array_InternalArray__ICollection_Add_399__MethodInfo); DO_APP_FUNC(0x00F2FCB0, void, Array_InternalArray__ICollection_Add_400, (Array * __this, InternalCodePageDataItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2290, Array_InternalArray__ICollection_Add_400__MethodInfo); DO_APP_FUNC(0x00F2FD10, void, Array_InternalArray__ICollection_Add_401, (Array * __this, InternalEncodingDataItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2288, Array_InternalArray__ICollection_Add_401__MethodInfo); DO_APP_FUNC(0x00F2FD70, void, Array_InternalArray__ICollection_Add_402, (Array * __this, InternedString item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2280, Array_InternalArray__ICollection_Add_402__MethodInfo); DO_APP_FUNC(0x00F2FDD0, void, Array_InternalArray__ICollection_Add_403, (Array * __this, InterpretedFrameInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD22B8, Array_InternalArray__ICollection_Add_403__MethodInfo); DO_APP_FUNC(0x00F2FE30, void, Array_InternalArray__ICollection_Add_404, (Array * __this, IntervalTreeNode item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD22B0, Array_InternalArray__ICollection_Add_404__MethodInfo); DO_APP_FUNC(0x00F2FE90, void, Array_InternalArray__ICollection_Add_405, (Array * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD22A8, Array_InternalArray__ICollection_Add_405__MethodInfo); DO_APP_FUNC(0x00F2FEF0, void, Array_InternalArray__ICollection_Add_406, (Array * __this, ItemDefinitionAmount item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD22A0, Array_InternalArray__ICollection_Add_406__MethodInfo); DO_APP_FUNC(0x00F2FF50, void, Array_InternalArray__ICollection_Add_407, (Array * __this, Keyframe item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2258, Array_InternalArray__ICollection_Add_407__MethodInfo); DO_APP_FUNC(0x00F2FFB0, void, Array_InternalArray__ICollection_Add_408, (Array * __this, KickedPlayer item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2250, Array_InternalArray__ICollection_Add_408__MethodInfo); DO_APP_FUNC(0x00F30010, void, Array_InternalArray__ICollection_Add_409, (Array * __this, LOD item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2248, Array_InternalArray__ICollection_Add_409__MethodInfo); DO_APP_FUNC(0x00F30070, void, Array_InternalArray__ICollection_Add_410, (Array * __this, LayerMask item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2240, Array_InternalArray__ICollection_Add_410__MethodInfo); DO_APP_FUNC(0x00F300D0, void, Array_InternalArray__ICollection_Add_411, (Array * __this, Length item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2278, Array_InternalArray__ICollection_Add_411__MethodInfo); DO_APP_FUNC(0x00F30130, void, Array_InternalArray__ICollection_Add_412, (Array * __this, LightDataGI item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2270, Array_InternalArray__ICollection_Add_412__MethodInfo); DO_APP_FUNC(0x00F30190, void, Array_InternalArray__ICollection_Add_413, (Array * __this, LineInfo_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2268, Array_InternalArray__ICollection_Add_413__MethodInfo); DO_APP_FUNC(0x00F301F0, void, Array_InternalArray__ICollection_Add_414, (Array * __this, LinkInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2260, Array_InternalArray__ICollection_Add_414__MethodInfo); DO_APP_FUNC(0x00F30250, void, Array_InternalArray__ICollection_Add_415, (Array * __this, LocalDefinition item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2208, Array_InternalArray__ICollection_Add_415__MethodInfo); DO_APP_FUNC(0x00F302B0, void, Array_InternalArray__ICollection_Add_416, (Array * __this, LocalKeyword item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2200, Array_InternalArray__ICollection_Add_416__MethodInfo); DO_APP_FUNC(0x00F30310, void, Array_InternalArray__ICollection_Add_417, (Array * __this, ManipulatorActivationFilter item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD21F8, Array_InternalArray__ICollection_Add_417__MethodInfo); DO_APP_FUNC(0x00F30370, void, Array_InternalArray__ICollection_Add_418, (Array * __this, MaterialReference item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD21E8, Array_InternalArray__ICollection_Add_418__MethodInfo); DO_APP_FUNC(0x00F303D0, void, Array_InternalArray__ICollection_Add_419, (Array * __this, MaterialReference_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2238, Array_InternalArray__ICollection_Add_419__MethodInfo); DO_APP_FUNC(0x00F30430, void, Array_InternalArray__ICollection_Add_420, (Array * __this, Matrix4x4 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2228, Array_InternalArray__ICollection_Add_420__MethodInfo); DO_APP_FUNC(0x00F30490, void, Array_InternalArray__ICollection_Add_421, (Array * __this, MeshInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2218, Array_InternalArray__ICollection_Add_421__MethodInfo); DO_APP_FUNC(0x00F304F0, void, Array_InternalArray__ICollection_Add_422, (Array * __this, MinMaxFloat item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2210, Array_InternalArray__ICollection_Add_422__MethodInfo); DO_APP_FUNC(0x00F30550, void, Array_InternalArray__ICollection_Add_423, (Array * __this, MinMaxVector3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD21B8, Array_InternalArray__ICollection_Add_423__MethodInfo); DO_APP_FUNC(0x00F305B0, void, Array_InternalArray__ICollection_Add_424, (Array * __this, ModifiableContactPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD21B0, Array_InternalArray__ICollection_Add_424__MethodInfo); DO_APP_FUNC(0x00F30610, void, Array_InternalArray__ICollection_Add_425, (Array * __this, NameAndParameters item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD21A8, Array_InternalArray__ICollection_Add_425__MethodInfo); DO_APP_FUNC(0x00F30670, void, Array_InternalArray__ICollection_Add_426, (Array * __this, NamedValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2198, Array_InternalArray__ICollection_Add_426__MethodInfo); DO_APP_FUNC(0x00F306D0, void, Array_InternalArray__ICollection_Add_427, (Array * __this, NativeAnchor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD21D8, Array_InternalArray__ICollection_Add_427__MethodInfo); DO_APP_FUNC(0x00F30730, void, Array_InternalArray__ICollection_Add_428, (Array * __this, NativePlane item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD21D0, Array_InternalArray__ICollection_Add_428__MethodInfo); DO_APP_FUNC(0x00F30790, void, Array_InternalArray__ICollection_Add_429, (Array * __this, Navigation item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD21C8, Array_InternalArray__ICollection_Add_429__MethodInfo); DO_APP_FUNC(0x00F307F0, void, Array_InternalArray__ICollection_Add_430, (Array * __this, NetworkId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD21C0, Array_InternalArray__ICollection_Add_430__MethodInfo); DO_APP_FUNC(0x00F30850, void, Array_InternalArray__ICollection_Add_431, (Array * __this, NetworkPropertyInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2168, Array_InternalArray__ICollection_Add_431__MethodInfo); DO_APP_FUNC(0x00F308B0, void, Array_InternalArray__ICollection_Add_432, (Array * __this, NetworkValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2158, Array_InternalArray__ICollection_Add_432__MethodInfo); DO_APP_FUNC(0x00F30910, void, Array_InternalArray__ICollection_Add_433, (Array * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2150, Array_InternalArray__ICollection_Add_433__MethodInfo); DO_APP_FUNC(0x00F30970, void, Array_InternalArray__ICollection_Add_434, (Array * __this, ObjectInitializationData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2148, Array_InternalArray__ICollection_Add_434__MethodInfo); DO_APP_FUNC(0x00F309D0, void, Array_InternalArray__ICollection_Add_435, (Array * __this, ObjectSurface item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2190, Array_InternalArray__ICollection_Add_435__MethodInfo); DO_APP_FUNC(0x00F30A30, void, Array_InternalArray__ICollection_Add_436, (Array * __this, OpenChannel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2188, Array_InternalArray__ICollection_Add_436__MethodInfo); DO_APP_FUNC(0x00F30A90, void, Array_InternalArray__ICollection_Add_437, (Array * __this, OriginalMaterialValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2178, Array_InternalArray__ICollection_Add_437__MethodInfo); DO_APP_FUNC(0x00F30AF0, void, Array_InternalArray__ICollection_Add_438, (Array * __this, PacketStats item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2170, Array_InternalArray__ICollection_Add_438__MethodInfo); DO_APP_FUNC(0x00F30B50, void, Array_InternalArray__ICollection_Add_439, (Array * __this, PageInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2118, Array_InternalArray__ICollection_Add_439__MethodInfo); DO_APP_FUNC(0x00F30BB0, void, Array_InternalArray__ICollection_Add_440, (Array * __this, ParameterModifier item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2110, Array_InternalArray__ICollection_Add_440__MethodInfo); DO_APP_FUNC(0x00F30C10, void, Array_InternalArray__ICollection_Add_441, (Array * __this, ParticleCollisionEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2100, Array_InternalArray__ICollection_Add_441__MethodInfo); DO_APP_FUNC(0x00F30C70, void, Array_InternalArray__ICollection_Add_442, (Array * __this, PatchExtents item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD20F0, Array_InternalArray__ICollection_Add_442__MethodInfo); DO_APP_FUNC(0x00F30CD0, void, Array_InternalArray__ICollection_Add_443, (Array * __this, PidVid item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2140, Array_InternalArray__ICollection_Add_443__MethodInfo); DO_APP_FUNC(0x00F30D30, void, Array_InternalArray__ICollection_Add_444, (Array * __this, Plane item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2138, Array_InternalArray__ICollection_Add_444__MethodInfo); DO_APP_FUNC(0x00F30D90, void, Array_InternalArray__ICollection_Add_445, (Array * __this, Playable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2130, Array_InternalArray__ICollection_Add_445__MethodInfo); DO_APP_FUNC(0x00F30DF0, void, Array_InternalArray__ICollection_Add_446, (Array * __this, PlayableBinding item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2128, Array_InternalArray__ICollection_Add_446__MethodInfo); DO_APP_FUNC(0x00F30E50, void, Array_InternalArray__ICollection_Add_447, (Array * __this, PlayerChannel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD20B8, Array_InternalArray__ICollection_Add_447__MethodInfo); DO_APP_FUNC(0x00F30EB0, void, Array_InternalArray__ICollection_Add_448, (Array * __this, PlayerFlashlightBeam item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD20B0, Array_InternalArray__ICollection_Add_448__MethodInfo); DO_APP_FUNC(0x00F30F10, void, Array_InternalArray__ICollection_Add_449, (Array * __this, PlayerLoopSystem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD20A8, Array_InternalArray__ICollection_Add_449__MethodInfo); DO_APP_FUNC(0x00F30F70, void, Array_InternalArray__ICollection_Add_450, (Array * __this, PointerModel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD20A0, Array_InternalArray__ICollection_Add_450__MethodInfo); DO_APP_FUNC(0x00F30FD0, void, Array_InternalArray__ICollection_Add_451, (Array * __this, PrefabId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD20E0, Array_InternalArray__ICollection_Add_451__MethodInfo); DO_APP_FUNC(0x00F31030, void, Array_InternalArray__ICollection_Add_452, (Array * __this, Priority item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD20D8, Array_InternalArray__ICollection_Add_452__MethodInfo); DO_APP_FUNC(0x00F31090, void, Array_InternalArray__ICollection_Add_453, (Array * __this, ProbeVolumeBakingProcessSettings item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD20D0, Array_InternalArray__ICollection_Add_453__MethodInfo); DO_APP_FUNC(0x00F310F0, void, Array_InternalArray__ICollection_Add_454, (Array * __this, Progress item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD20C8, Array_InternalArray__ICollection_Add_454__MethodInfo); DO_APP_FUNC(0x00F31150, void, Array_InternalArray__ICollection_Add_455, (Array * __this, PublishedFileId_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2068, Array_InternalArray__ICollection_Add_455__MethodInfo); DO_APP_FUNC(0x00F311B0, void, Array_InternalArray__ICollection_Add_456, (Array * __this, QeeoSydAJKtvhuMHtIdMCGTRHBDhA item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2060, Array_InternalArray__ICollection_Add_456__MethodInfo); DO_APP_FUNC(0x00F31210, void, Array_InternalArray__ICollection_Add_457, (Array * __this, Quaternion item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2058, Array_InternalArray__ICollection_Add_457__MethodInfo); DO_APP_FUNC(0x00F31270, void, Array_InternalArray__ICollection_Add_458, (Array * __this, RangePositionInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2050, Array_InternalArray__ICollection_Add_458__MethodInfo); DO_APP_FUNC(0x00F312D0, void, Array_InternalArray__ICollection_Add_459, (Array * __this, RaycastHit item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2098, Array_InternalArray__ICollection_Add_459__MethodInfo); DO_APP_FUNC(0x00F31330, void, Array_InternalArray__ICollection_Add_460, (Array * __this, RaycastHit2D item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2090, Array_InternalArray__ICollection_Add_460__MethodInfo); DO_APP_FUNC(0x00F31390, void, Array_InternalArray__ICollection_Add_461, (Array * __this, RaycastResult item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2088, Array_InternalArray__ICollection_Add_461__MethodInfo); DO_APP_FUNC(0x00F313F0, void, Array_InternalArray__ICollection_Add_462, (Array * __this, Rect item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2078, Array_InternalArray__ICollection_Add_462__MethodInfo); DO_APP_FUNC(0x00F31450, void, Array_InternalArray__ICollection_Add_463, (Array * __this, ReflectionProbeBlendInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2020, Array_InternalArray__ICollection_Add_463__MethodInfo); DO_APP_FUNC(0x00F314B0, void, Array_InternalArray__ICollection_Add_464, (Array * __this, RemoteChannel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2018, Array_InternalArray__ICollection_Add_464__MethodInfo); DO_APP_FUNC(0x00F31510, void, Array_InternalArray__ICollection_Add_465, (Array * __this, RenderChainTextEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2010, Array_InternalArray__ICollection_Add_465__MethodInfo); DO_APP_FUNC(0x00F31570, void, Array_InternalArray__ICollection_Add_466, (Array * __this, RenderInstancedDataLayout item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2000, Array_InternalArray__ICollection_Add_466__MethodInfo); DO_APP_FUNC(0x00F315D0, void, Array_InternalArray__ICollection_Add_467, (Array * __this, RenderTargetIdentifier item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2048, Array_InternalArray__ICollection_Add_467__MethodInfo); DO_APP_FUNC(0x00F31630, void, Array_InternalArray__ICollection_Add_468, (Array * __this, RendererList item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2040, Array_InternalArray__ICollection_Add_468__MethodInfo); DO_APP_FUNC(0x00F31690, void, Array_InternalArray__ICollection_Add_469, (Array * __this, RendererListHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2030, Array_InternalArray__ICollection_Add_469__MethodInfo); DO_APP_FUNC(0x00F316F0, void, Array_InternalArray__ICollection_Add_470, (Array * __this, RendererListResource item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2028, Array_InternalArray__ICollection_Add_470__MethodInfo); DO_APP_FUNC(0x00F31750, void, Array_InternalArray__ICollection_Add_471, (Array * __this, Resolution item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1FD8, Array_InternalArray__ICollection_Add_471__MethodInfo); DO_APP_FUNC(0x00F317B0, void, Array_InternalArray__ICollection_Add_472, (Array * __this, ResourceHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1FC8, Array_InternalArray__ICollection_Add_472__MethodInfo); DO_APP_FUNC(0x00F31810, void, Array_InternalArray__ICollection_Add_473, (Array * __this, ResourceLocator item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1FB8, Array_InternalArray__ICollection_Add_473__MethodInfo); DO_APP_FUNC(0x00F31870, void, Array_InternalArray__ICollection_Add_474, (Array * __this, RichTextTagAttribute item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1FB0, Array_InternalArray__ICollection_Add_474__MethodInfo); DO_APP_FUNC(0x00F318D0, void, Array_InternalArray__ICollection_Add_475, (Array * __this, RichTextTagAttribute_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1FF8, Array_InternalArray__ICollection_Add_475__MethodInfo); DO_APP_FUNC(0x00F31930, void, Array_InternalArray__ICollection_Add_476, (Array * __this, RoomChannel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1FF0, Array_InternalArray__ICollection_Add_476__MethodInfo); DO_APP_FUNC(0x00F31990, void, Array_InternalArray__ICollection_Add_477, (Array * __this, RoomMembership item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1FE8, Array_InternalArray__ICollection_Add_477__MethodInfo); DO_APP_FUNC(0x00F319F0, void, Array_InternalArray__ICollection_Add_478, (Array * __this, RoomName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1FE0, Array_InternalArray__ICollection_Add_478__MethodInfo); DO_APP_FUNC(0x00F31A50, void, Array_InternalArray__ICollection_Add_479, (Array * __this, Rotate_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1F80, Array_InternalArray__ICollection_Add_479__MethodInfo); DO_APP_FUNC(0x00F31AB0, void, Array_InternalArray__ICollection_Add_480, (Array * __this, RuleMatcher item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1F70, Array_InternalArray__ICollection_Add_480__MethodInfo); DO_APP_FUNC(0x00F31B10, void, Array_InternalArray__ICollection_Add_481, (Array * __this, RuntimeLabel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1F68, Array_InternalArray__ICollection_Add_481__MethodInfo); DO_APP_FUNC(0x00F31B70, void, Array_InternalArray__ICollection_Add_482, (Array * __this, int8_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1F60, Array_InternalArray__ICollection_Add_482__MethodInfo); DO_APP_FUNC(0x00F31BD0, void, Array_InternalArray__ICollection_Add_483, (Array * __this, SByteEnum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1FA8, Array_InternalArray__ICollection_Add_483__MethodInfo); DO_APP_FUNC(0x00F31C30, void, Array_InternalArray__ICollection_Add_484, (Array * __this, STATDATA item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1FA0, Array_InternalArray__ICollection_Add_484__MethodInfo); DO_APP_FUNC(0x00F31C90, void, Array_InternalArray__ICollection_Add_485, (Array * __this, ScalableImage item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1F98, Array_InternalArray__ICollection_Add_485__MethodInfo); DO_APP_FUNC(0x00F31CF0, void, Array_InternalArray__ICollection_Add_486, (Array * __this, Scale item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1F88, Array_InternalArray__ICollection_Add_486__MethodInfo); DO_APP_FUNC(0x00F31D50, void, Array_InternalArray__ICollection_Add_487, (Array * __this, SelectorMatchRecord item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1F20, Array_InternalArray__ICollection_Add_487__MethodInfo); DO_APP_FUNC(0x00F31DB0, void, Array_InternalArray__ICollection_Add_488, (Array * __this, SemanticMeaning item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1F18, Array_InternalArray__ICollection_Add_488__MethodInfo); DO_APP_FUNC(0x00F31E10, void, Array_InternalArray__ICollection_Add_489, (Array * __this, SerializedType item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1F08, Array_InternalArray__ICollection_Add_489__MethodInfo); DO_APP_FUNC(0x00F31E70, void, Array_InternalArray__ICollection_Add_490, (Array * __this, SessionClient item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1F00, Array_InternalArray__ICollection_Add_490__MethodInfo); DO_APP_FUNC(0x00F31ED0, void, Array_InternalArray__ICollection_Add_491, (Array * __this, ShaderKeyword item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1F50, Array_InternalArray__ICollection_Add_491__MethodInfo); DO_APP_FUNC(0x00F31F30, void, Array_InternalArray__ICollection_Add_492, (Array * __this, ShaderTagId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1F40, Array_InternalArray__ICollection_Add_492__MethodInfo); DO_APP_FUNC(0x00F31F90, void, Array_InternalArray__ICollection_Add_493, (Array * __this, ShaderVariablesProbeVolumes item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1F38, Array_InternalArray__ICollection_Add_493__MethodInfo); DO_APP_FUNC(0x00F31FF0, void, Array_InternalArray__ICollection_Add_494, (Array * __this, float item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1F30, Array_InternalArray__ICollection_Add_494__MethodInfo); DO_APP_FUNC(0x00F32050, void, Array_InternalArray__ICollection_Add_495, (Array * __this, SkeletonBone item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1ED0, Array_InternalArray__ICollection_Add_495__MethodInfo); DO_APP_FUNC(0x00F320B0, void, Array_InternalArray__ICollection_Add_496, (Array * __this, Sku item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1EC8, Array_InternalArray__ICollection_Add_496__MethodInfo); DO_APP_FUNC(0x00F32110, void, Array_InternalArray__ICollection_Add_497, (Array * __this, SpeechSession item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1EB8, Array_InternalArray__ICollection_Add_497__MethodInfo); DO_APP_FUNC(0x00F32170, void, Array_InternalArray__ICollection_Add_498, (Array * __this, SphericalHarmonicsL2 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1EA8, Array_InternalArray__ICollection_Add_498__MethodInfo); DO_APP_FUNC(0x00F321D0, void, Array_InternalArray__ICollection_Add_499, (Array * __this, SpriteState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1EF8, Array_InternalArray__ICollection_Add_499__MethodInfo); DO_APP_FUNC(0x00F32230, void, Array_InternalArray__ICollection_Add_500, (Array * __this, SslApplicationProtocol item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1EF0, Array_InternalArray__ICollection_Add_500__MethodInfo); DO_APP_FUNC(0x00F32290, void, Array_InternalArray__ICollection_Add_501, (Array * __this, SteamItemDef_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1EE8, Array_InternalArray__ICollection_Add_501__MethodInfo); DO_APP_FUNC(0x00F322F0, void, Array_InternalArray__ICollection_Add_502, (Array * __this, SteamItemDetails_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1ED8, Array_InternalArray__ICollection_Add_502__MethodInfo); DO_APP_FUNC(0x00F32350, void, Array_InternalArray__ICollection_Add_503, (Array * __this, StylePropertyName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1E70, Array_InternalArray__ICollection_Add_503__MethodInfo); DO_APP_FUNC(0x00F323B0, void, Array_InternalArray__ICollection_Add_504, (Array * __this, StylePropertyValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1E68, Array_InternalArray__ICollection_Add_504__MethodInfo); DO_APP_FUNC(0x00F32410, void, Array_InternalArray__ICollection_Add_505, (Array * __this, StyleSelectorPart item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1E58, Array_InternalArray__ICollection_Add_505__MethodInfo); DO_APP_FUNC(0x00F32470, void, Array_InternalArray__ICollection_Add_506, (Array * __this, StyleSyntaxToken item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1E50, Array_InternalArray__ICollection_Add_506__MethodInfo); DO_APP_FUNC(0x00F324D0, void, Array_InternalArray__ICollection_Add_507, (Array * __this, StyleValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1E98, Array_InternalArray__ICollection_Add_507__MethodInfo); DO_APP_FUNC(0x00F32530, void, Array_InternalArray__ICollection_Add_508, (Array * __this, StyleValueHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1E88, Array_InternalArray__ICollection_Add_508__MethodInfo); DO_APP_FUNC(0x00F32590, void, Array_InternalArray__ICollection_Add_509, (Array * __this, StyleValueManaged item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1E80, Array_InternalArray__ICollection_Add_509__MethodInfo); DO_APP_FUNC(0x00F325F0, void, Array_InternalArray__ICollection_Add_510, (Array * __this, StyleVariable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1E78, Array_InternalArray__ICollection_Add_510__MethodInfo); DO_APP_FUNC(0x00F32650, void, Array_InternalArray__ICollection_Add_511, (Array * __this, SubMeshDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1E18, Array_InternalArray__ICollection_Add_511__MethodInfo); DO_APP_FUNC(0x00F326B0, void, Array_InternalArray__ICollection_Add_512, (Array * __this, Substring item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1E10, Array_InternalArray__ICollection_Add_512__MethodInfo); DO_APP_FUNC(0x00F32710, void, Array_InternalArray__ICollection_Add_513, (Array * __this, TMP_CharacterInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1E00, Array_InternalArray__ICollection_Add_513__MethodInfo); DO_APP_FUNC(0x00F32770, void, Array_InternalArray__ICollection_Add_514, (Array * __this, TMP_FontWeightPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1DF0, Array_InternalArray__ICollection_Add_514__MethodInfo); DO_APP_FUNC(0x00F327D0, void, Array_InternalArray__ICollection_Add_515, (Array * __this, TMP_LineInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1E48, Array_InternalArray__ICollection_Add_515__MethodInfo); DO_APP_FUNC(0x00F32830, void, Array_InternalArray__ICollection_Add_516, (Array * __this, TMP_LinkInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1E38, Array_InternalArray__ICollection_Add_516__MethodInfo); DO_APP_FUNC(0x00F32890, void, Array_InternalArray__ICollection_Add_517, (Array * __this, TMP_MeshInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1E28, Array_InternalArray__ICollection_Add_517__MethodInfo); DO_APP_FUNC(0x00F328F0, void, Array_InternalArray__ICollection_Add_518, (Array * __this, TMP_PageInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1E20, Array_InternalArray__ICollection_Add_518__MethodInfo); DO_APP_FUNC(0x00F32950, void, Array_InternalArray__ICollection_Add_519, (Array * __this, TMP_WordInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1DB8, Array_InternalArray__ICollection_Add_519__MethodInfo); DO_APP_FUNC(0x00F329B0, void, Array_InternalArray__ICollection_Add_520, (Array * __this, TerrainTileCoord item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1DB0, Array_InternalArray__ICollection_Add_520__MethodInfo); DO_APP_FUNC(0x00F32A10, void, Array_InternalArray__ICollection_Add_521, (Array * __this, TextElementInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1DA8, Array_InternalArray__ICollection_Add_521__MethodInfo); DO_APP_FUNC(0x00F32A70, void, Array_InternalArray__ICollection_Add_522, (Array * __this, TextShadow item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1D98, Array_InternalArray__ICollection_Add_522__MethodInfo); DO_APP_FUNC(0x00F32AD0, void, Array_InternalArray__ICollection_Add_523, (Array * __this, TextVertex_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1DE0, Array_InternalArray__ICollection_Add_523__MethodInfo); DO_APP_FUNC(0x00F32B30, void, Array_InternalArray__ICollection_Add_524, (Array * __this, TextureHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1DD8, Array_InternalArray__ICollection_Add_524__MethodInfo); DO_APP_FUNC(0x00F32B90, void, Array_InternalArray__ICollection_Add_525, (Array * __this, TextureId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1DD0, Array_InternalArray__ICollection_Add_525__MethodInfo); DO_APP_FUNC(0x00F32BF0, void, Array_InternalArray__ICollection_Add_526, (Array * __this, TileData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1DC0, Array_InternalArray__ICollection_Add_526__MethodInfo); DO_APP_FUNC(0x00F32C50, void, Array_InternalArray__ICollection_Add_527, (Array * __this, TimeSpan item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1D68, Array_InternalArray__ICollection_Add_527__MethodInfo); DO_APP_FUNC(0x00F32CB0, void, Array_InternalArray__ICollection_Add_528, (Array * __this, TimeValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1D60, Array_InternalArray__ICollection_Add_528__MethodInfo); DO_APP_FUNC(0x00F32D10, void, Array_InternalArray__ICollection_Add_529, (Array * __this, Touch item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1D58, Array_InternalArray__ICollection_Add_529__MethodInfo); DO_APP_FUNC(0x00F32D70, void, Array_InternalArray__ICollection_Add_530, (Array * __this, Touch_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1D50, Array_InternalArray__ICollection_Add_530__MethodInfo); DO_APP_FUNC(0x00F32DD0, void, Array_InternalArray__ICollection_Add_531, (Array * __this, TrackableId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1D88, Array_InternalArray__ICollection_Add_531__MethodInfo); DO_APP_FUNC(0x00F32E30, void, Array_InternalArray__ICollection_Add_532, (Array * __this, Transform3x4 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1D80, Array_InternalArray__ICollection_Add_532__MethodInfo); DO_APP_FUNC(0x00F32E90, void, Array_InternalArray__ICollection_Add_533, (Array * __this, TransformOrigin item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1D78, Array_InternalArray__ICollection_Add_533__MethodInfo); DO_APP_FUNC(0x00F32EF0, void, Array_InternalArray__ICollection_Add_534, (Array * __this, Translate_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1D70, Array_InternalArray__ICollection_Add_534__MethodInfo); DO_APP_FUNC(0x00F32F50, void, Array_InternalArray__ICollection_Add_535, (Array * __this, TreeInstance item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1D20, Array_InternalArray__ICollection_Add_535__MethodInfo); DO_APP_FUNC(0x00F32FB0, void, Array_InternalArray__ICollection_Add_536, (Array * __this, TreeItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1D18, Array_InternalArray__ICollection_Add_536__MethodInfo); DO_APP_FUNC(0x00F33010, void, Array_InternalArray__ICollection_Add_537, (Array * __this, TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1D10, Array_InternalArray__ICollection_Add_537__MethodInfo); DO_APP_FUNC(0x00F33070, void, Array_InternalArray__ICollection_Add_538, (Array * __this, TypeId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1D08, Array_InternalArray__ICollection_Add_538__MethodInfo); DO_APP_FUNC(0x00F330D0, void, Array_InternalArray__ICollection_Add_539, (Array * __this, TypeWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1D48, Array_InternalArray__ICollection_Add_539__MethodInfo); DO_APP_FUNC(0x00F33130, void, Array_InternalArray__ICollection_Add_540, (Array * __this, UICharInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1D40, Array_InternalArray__ICollection_Add_540__MethodInfo); DO_APP_FUNC(0x00F33190, void, Array_InternalArray__ICollection_Add_541, (Array * __this, UILineInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1D30, Array_InternalArray__ICollection_Add_541__MethodInfo); DO_APP_FUNC(0x00F331F0, void, Array_InternalArray__ICollection_Add_542, (Array * __this, UIVertex item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1D28, Array_InternalArray__ICollection_Add_542__MethodInfo); DO_APP_FUNC(0x00F33250, void, Array_InternalArray__ICollection_Add_543, (Array * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1CD8, Array_InternalArray__ICollection_Add_543__MethodInfo); DO_APP_FUNC(0x00F332B0, void, Array_InternalArray__ICollection_Add_544, (Array * __this, UInt16Enum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1CD0, Array_InternalArray__ICollection_Add_544__MethodInfo); DO_APP_FUNC(0x00F33310, void, Array_InternalArray__ICollection_Add_545, (Array * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1CC8, Array_InternalArray__ICollection_Add_545__MethodInfo); DO_APP_FUNC(0x00F33370, void, Array_InternalArray__ICollection_Add_546, (Array * __this, UInt32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1CC0, Array_InternalArray__ICollection_Add_546__MethodInfo); DO_APP_FUNC(0x00F333D0, void, Array_InternalArray__ICollection_Add_547, (Array * __this, uint64_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1D00, Array_InternalArray__ICollection_Add_547__MethodInfo); DO_APP_FUNC(0x00F33430, void, Array_InternalArray__ICollection_Add_548, (Array * __this, UVTexture item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1CF8, Array_InternalArray__ICollection_Add_548__MethodInfo); DO_APP_FUNC(0x00F33490, void, Array_InternalArray__ICollection_Add_549, (Array * __this, UdpChannelName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1CE8, Array_InternalArray__ICollection_Add_549__MethodInfo); DO_APP_FUNC(0x00F334F0, void, Array_InternalArray__ICollection_Add_550, (Array * __this, UdpEndPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1CE0, Array_InternalArray__ICollection_Add_550__MethodInfo); DO_APP_FUNC(0x00F33550, void, Array_InternalArray__ICollection_Add_551, (Array * __this, UdpEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1C98, Array_InternalArray__ICollection_Add_551__MethodInfo); DO_APP_FUNC(0x00F335B0, void, Array_InternalArray__ICollection_Add_552, (Array * __this, UdpIPv4Address item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1C90, Array_InternalArray__ICollection_Add_552__MethodInfo); DO_APP_FUNC(0x00F33610, void, Array_InternalArray__ICollection_Add_553, (Array * __this, UdpPipeHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1C88, Array_InternalArray__ICollection_Add_553__MethodInfo); DO_APP_FUNC(0x00F33670, void, Array_InternalArray__ICollection_Add_554, (Array * __this, UniqueId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1C80, Array_InternalArray__ICollection_Add_554__MethodInfo); DO_APP_FUNC(0x00F336D0, void, Array_InternalArray__ICollection_Add_555, (Array * __this, UsageHint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1CB8, Array_InternalArray__ICollection_Add_555__MethodInfo); DO_APP_FUNC(0x00F33730, void, Array_InternalArray__ICollection_Add_556, (Array * __this, User item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1CB0, Array_InternalArray__ICollection_Add_556__MethodInfo); DO_APP_FUNC(0x00F33790, void, Array_InternalArray__ICollection_Add_557, (Array * __this, ValueWebSocketReceiveResult item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1CA8, Array_InternalArray__ICollection_Add_557__MethodInfo); DO_APP_FUNC(0x00F337F0, void, Array_InternalArray__ICollection_Add_558, (Array * __this, Vector2 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1CA0, Array_InternalArray__ICollection_Add_558__MethodInfo); DO_APP_FUNC(0x00F33850, void, Array_InternalArray__ICollection_Add_559, (Array * __this, Vector2Int item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1C40, Array_InternalArray__ICollection_Add_559__MethodInfo); DO_APP_FUNC(0x00F338B0, void, Array_InternalArray__ICollection_Add_560, (Array * __this, Vector3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1C30, Array_InternalArray__ICollection_Add_560__MethodInfo); DO_APP_FUNC(0x00F33910, void, Array_InternalArray__ICollection_Add_561, (Array * __this, Vector3Int item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1C20, Array_InternalArray__ICollection_Add_561__MethodInfo); DO_APP_FUNC(0x00F33970, void, Array_InternalArray__ICollection_Add_562, (Array * __this, Vector3_Array2D item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1C10, Array_InternalArray__ICollection_Add_562__MethodInfo); DO_APP_FUNC(0x00F339D0, void, Array_InternalArray__ICollection_Add_563, (Array * __this, Vector4 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1C78, Array_InternalArray__ICollection_Add_563__MethodInfo); DO_APP_FUNC(0x00F33A30, void, Array_InternalArray__ICollection_Add_564, (Array * __this, VectorImageVertex item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1C68, Array_InternalArray__ICollection_Add_564__MethodInfo); DO_APP_FUNC(0x00F33A90, void, Array_InternalArray__ICollection_Add_565, (Array * __this, Vertex item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1C58, Array_InternalArray__ICollection_Add_565__MethodInfo); DO_APP_FUNC(0x00F33AF0, void, Array_InternalArray__ICollection_Add_566, (Array * __this, VertexAttributeDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1C48, Array_InternalArray__ICollection_Add_566__MethodInfo); DO_APP_FUNC(0x00F33B50, void, Array_InternalArray__ICollection_Add_567, (Array * __this, ViewConfiguration item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1BE0, Array_InternalArray__ICollection_Add_567__MethodInfo); DO_APP_FUNC(0x00F33BB0, void, Array_InternalArray__ICollection_Add_568, (Array * __this, VoicePacket item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1BD8, Array_InternalArray__ICollection_Add_568__MethodInfo); DO_APP_FUNC(0x00F33C10, void, Array_InternalArray__ICollection_Add_569, (Array * __this, VoxelCell item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1BD0, Array_InternalArray__ICollection_Add_569__MethodInfo); DO_APP_FUNC(0x00F33C70, void, Array_InternalArray__ICollection_Add_570, (Array * __this, VoxelContour item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1BC8, Array_InternalArray__ICollection_Add_570__MethodInfo); DO_APP_FUNC(0x00F33CD0, void, Array_InternalArray__ICollection_Add_571, (Array * __this, Win32_IP_ADAPTER_ADDRESSES item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1C00, Array_InternalArray__ICollection_Add_571__MethodInfo); DO_APP_FUNC(0x00F33D30, void, Array_InternalArray__ICollection_Add_572, (Array * __this, Win32_IP_ADAPTER_INFO item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1BF8, Array_InternalArray__ICollection_Add_572__MethodInfo); DO_APP_FUNC(0x00F33D90, void, Array_InternalArray__ICollection_Add_573, (Array * __this, Win32_IP_ADDR_STRING item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1BF0, Array_InternalArray__ICollection_Add_573__MethodInfo); DO_APP_FUNC(0x00F33DF0, void, Array_InternalArray__ICollection_Add_574, (Array * __this, WordInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1BE8, Array_InternalArray__ICollection_Add_574__MethodInfo); DO_APP_FUNC(0x00F33E50, void, Array_InternalArray__ICollection_Add_575, (Array * __this, WordWrapState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1B80, Array_InternalArray__ICollection_Add_575__MethodInfo); DO_APP_FUNC(0x00F33EB0, void, Array_InternalArray__ICollection_Add_576, (Array * __this, X509ChainStatus item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1B78, Array_InternalArray__ICollection_Add_576__MethodInfo); DO_APP_FUNC(0x00F33F10, void, Array_InternalArray__ICollection_Add_577, (Array * __this, XPathNode item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1B70, Array_InternalArray__ICollection_Add_577__MethodInfo); DO_APP_FUNC(0x00F33F70, void, Array_InternalArray__ICollection_Add_578, (Array * __this, XPathNodeRef item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1B58, Array_InternalArray__ICollection_Add_578__MethodInfo); DO_APP_FUNC(0x00F33FD0, void, Array_InternalArray__ICollection_Add_579, (Array * __this, XRAnchor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1BC0, Array_InternalArray__ICollection_Add_579__MethodInfo); DO_APP_FUNC(0x00F34030, void, Array_InternalArray__ICollection_Add_580, (Array * __this, XRFeatureDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1BB0, Array_InternalArray__ICollection_Add_580__MethodInfo); DO_APP_FUNC(0x00F34090, void, Array_InternalArray__ICollection_Add_581, (Array * __this, XRNodeState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1BA0, Array_InternalArray__ICollection_Add_581__MethodInfo); DO_APP_FUNC(0x00F340F0, void, Array_InternalArray__ICollection_Add_582, (Array * __this, XRRaycast item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1B90, Array_InternalArray__ICollection_Add_582__MethodInfo); DO_APP_FUNC(0x00F34150, void, Array_InternalArray__ICollection_Add_583, (Array * __this, XmlTagAttribute item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1AE0, Array_InternalArray__ICollection_Add_583__MethodInfo); DO_APP_FUNC(0x00F341B0, void, Array_InternalArray__ICollection_Add_584, (Array * __this, aOHEnKCFymegycPegEXPFUjlaUPpA item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1AC8, Array_InternalArray__ICollection_Add_584__MethodInfo); DO_APP_FUNC(0x00F34210, void, Array_InternalArray__ICollection_Add_585, (Array * __this, aQHgSHeigtcamfIWbNaiXaCiVwuq item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1AB0, Array_InternalArray__ICollection_Add_585__MethodInfo); DO_APP_FUNC(0x00F34270, void, Array_InternalArray__ICollection_Add_586, (Array * __this, jvalue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1A98, Array_InternalArray__ICollection_Add_586__MethodInfo); DO_APP_FUNC(0x00F342D0, void, Array_InternalArray__ICollection_Add_587, (Array * __this, tSPvxZUJjzaTiAEejeAOLKctGpmKA item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1B40, Array_InternalArray__ICollection_Add_587__MethodInfo); DO_APP_FUNC(0x00F34330, void, Array_InternalArray__ICollection_Add_588, (Array * __this, yUgrsNEvLzxrXGzkHTUPIBJYGDah item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1B28, Array_InternalArray__ICollection_Add_588__MethodInfo); DO_APP_FUNC(0x00F34390, void, Array_InternalArray__ICollection_Add_589, (Array * __this, AIObjectPool_PreloadedPrefab item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1B10, Array_InternalArray__ICollection_Add_589__MethodInfo); DO_APP_FUNC(0x00F343F0, void, Array_InternalArray__ICollection_Add_590, (Array * __this, AdvancedSmooth_Turn item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1AF8, Array_InternalArray__ICollection_Add_590__MethodInfo); DO_APP_FUNC(0x00F34450, void, Array_InternalArray__ICollection_Add_591, (Array * __this, Agent_VO item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1A30, Array_InternalArray__ICollection_Add_591__MethodInfo); DO_APP_FUNC(0x00F344B0, void, Array_InternalArray__ICollection_Add_592, (Array * __this, AnimationOutputWeightProcessor_WeightInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1A18, Array_InternalArray__ICollection_Add_592__MethodInfo); DO_APP_FUNC(0x00F34510, void, Array_InternalArray__ICollection_Add_593, (Array * __this, AstarDebugger_GraphPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1A00, Array_InternalArray__ICollection_Add_593__MethodInfo); DO_APP_FUNC(0x00F34570, void, Array_InternalArray__ICollection_Add_594, (Array * __this, AstarDebugger_PathTypeDebug item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD19F0, Array_InternalArray__ICollection_Add_594__MethodInfo); DO_APP_FUNC(0x00F345D0, void, Array_InternalArray__ICollection_Add_595, (Array * __this, AtlasAllocatorDynamic_AtlasNode item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1A80, Array_InternalArray__ICollection_Add_595__MethodInfo); DO_APP_FUNC(0x00F34630, void, Array_InternalArray__ICollection_Add_596, (Array * __this, AttributeCollection_AttributeEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1A68, Array_InternalArray__ICollection_Add_596__MethodInfo); DO_APP_FUNC(0x00F34690, void, Array_InternalArray__ICollection_Add_597, (Array * __this, BBTree_BBTreeBox item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1A50, Array_InternalArray__ICollection_Add_597__MethodInfo); DO_APP_FUNC(0x00F346F0, void, Array_InternalArray__ICollection_Add_598, (Array * __this, BaseStyleMatcher_MatchContext item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1A40, Array_InternalArray__ICollection_Add_598__MethodInfo); DO_APP_FUNC(0x00F34750, void, Array_InternalArray__ICollection_Add_599, (Array * __this, BeforeRenderHelper_OrderBlock item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD19A8, Array_InternalArray__ICollection_Add_599__MethodInfo); DO_APP_FUNC(0x00F347B0, void, Array_InternalArray__ICollection_Add_600, (Array * __this, BinaryHeap_Tuple item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1998, Array_InternalArray__ICollection_Add_600__MethodInfo); DO_APP_FUNC(0x00F34810, void, Array_InternalArray__ICollection_Add_601, (Array * __this, BitmapAllocator32_Page item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1988, Array_InternalArray__ICollection_Add_601__MethodInfo); DO_APP_FUNC(0x00F34870, void, Array_InternalArray__ICollection_Add_602, (Array * __this, BloomRenderer_Level item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1980, Array_InternalArray__ICollection_Add_602__MethodInfo); DO_APP_FUNC(0x00F348D0, void, Array_InternalArray__ICollection_Add_603, (Array * __this, BoltConsole_Line item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD19E0, Array_InternalArray__ICollection_Add_603__MethodInfo); DO_APP_FUNC(0x00F34930, void, Array_InternalArray__ICollection_Add_604, (Array * __this, BoltProtocolTokenRegistry_TokenRegistry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD19D0, Array_InternalArray__ICollection_Add_604__MethodInfo); DO_APP_FUNC(0x00F34990, void, Array_InternalArray__ICollection_Add_605, (Array * __this, CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD19C8, Array_InternalArray__ICollection_Add_605__MethodInfo); DO_APP_FUNC(0x00F349F0, void, Array_InternalArray__ICollection_Add_606, (Array * __this, Camera_RenderRequest item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD19B8, Array_InternalArray__ICollection_Add_606__MethodInfo); DO_APP_FUNC(0x00F34A50, void, Array_InternalArray__ICollection_Add_607, (Array * __this, CameraState_CustomBlendable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1958, Array_InternalArray__ICollection_Add_607__MethodInfo); DO_APP_FUNC(0x00F34AB0, void, Array_InternalArray__ICollection_Add_608, (Array * __this, CharacterFootEffects_Foot item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1950, Array_InternalArray__ICollection_Add_608__MethodInfo); DO_APP_FUNC(0x00F34B10, void, Array_InternalArray__ICollection_Add_609, (Array * __this, CinemachineBlendListCamera_Instruction item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1948, Array_InternalArray__ICollection_Add_609__MethodInfo); DO_APP_FUNC(0x00F34B70, void, Array_InternalArray__ICollection_Add_610, (Array * __this, CinemachineBlenderSettings_CustomBlend item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1940, Array_InternalArray__ICollection_Add_610__MethodInfo); DO_APP_FUNC(0x00F34BD0, void, Array_InternalArray__ICollection_Add_611, (Array * __this, CinemachineClearShot_Pair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1978, Array_InternalArray__ICollection_Add_611__MethodInfo); DO_APP_FUNC(0x00F34C30, void, Array_InternalArray__ICollection_Add_612, (Array * __this, CinemachineFreeLook_Orbit item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1970, Array_InternalArray__ICollection_Add_612__MethodInfo); DO_APP_FUNC(0x00F34C90, void, Array_InternalArray__ICollection_Add_613, (Array * __this, CinemachinePath_Waypoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1968, Array_InternalArray__ICollection_Add_613__MethodInfo); DO_APP_FUNC(0x00F34CF0, void, Array_InternalArray__ICollection_Add_614, (Array * __this, CinemachineSmoothPath_Waypoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1960, Array_InternalArray__ICollection_Add_614__MethodInfo); DO_APP_FUNC(0x00F34D50, void, Array_InternalArray__ICollection_Add_615, (Array * __this, CinemachineStateDrivenCamera_HashPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1908, Array_InternalArray__ICollection_Add_615__MethodInfo); DO_APP_FUNC(0x00F34DB0, void, Array_InternalArray__ICollection_Add_616, (Array * __this, CinemachineStateDrivenCamera_Instruction item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD18F8, Array_InternalArray__ICollection_Add_616__MethodInfo); DO_APP_FUNC(0x00F34E10, void, Array_InternalArray__ICollection_Add_617, (Array * __this, CinemachineStateDrivenCamera_ParentHash item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD18F0, Array_InternalArray__ICollection_Add_617__MethodInfo); DO_APP_FUNC(0x00F34E70, void, Array_InternalArray__ICollection_Add_618, (Array * __this, CinemachineTargetGroup_Target item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD18E8, Array_InternalArray__ICollection_Add_618__MethodInfo); DO_APP_FUNC(0x00F34ED0, void, Array_InternalArray__ICollection_Add_619, (Array * __this, ClipperLib_DoublePoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1938, Array_InternalArray__ICollection_Add_619__MethodInfo); DO_APP_FUNC(0x00F34F30, void, Array_InternalArray__ICollection_Add_620, (Array * __this, ClipperLib_IntPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1928, Array_InternalArray__ICollection_Add_620__MethodInfo); DO_APP_FUNC(0x00F34F90, void, Array_InternalArray__ICollection_Add_621, (Array * __this, CodePointIndexer_TableRange item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1918, Array_InternalArray__ICollection_Add_621__MethodInfo); DO_APP_FUNC(0x00F34FF0, void, Array_InternalArray__ICollection_Add_622, (Array * __this, ComboTimeout_ComboInputElement item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1910, Array_InternalArray__ICollection_Add_622__MethodInfo); DO_APP_FUNC(0x00F35050, void, Array_InternalArray__ICollection_Add_623, (Array * __this, ConfinerOven_PolygonSolution item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD18B8, Array_InternalArray__ICollection_Add_623__MethodInfo); DO_APP_FUNC(0x00F350B0, void, Array_InternalArray__ICollection_Add_624, (Array * __this, ContentCatalogData_Bucket item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD18B0, Array_InternalArray__ICollection_Add_624__MethodInfo); DO_APP_FUNC(0x00F35110, void, Array_InternalArray__ICollection_Add_625, (Array * __this, ContextFlagsAdapterPal_ContextFlagMapping item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD18A8, Array_InternalArray__ICollection_Add_625__MethodInfo); DO_APP_FUNC(0x00F35170, void, Array_InternalArray__ICollection_Add_626, (Array * __this, CookieTokenizer_RecognizedAttribute item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD18A0, Array_InternalArray__ICollection_Add_626__MethodInfo); DO_APP_FUNC(0x00F351D0, void, Array_InternalArray__ICollection_Add_627, (Array * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD18D8, Array_InternalArray__ICollection_Add_627__MethodInfo); DO_APP_FUNC(0x00F35230, void, Array_InternalArray__ICollection_Add_628, (Array * __this, DamageIndicatorMonitor_DamageIndicator item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD18D0, Array_InternalArray__ICollection_Add_628__MethodInfo); DO_APP_FUNC(0x00F35290, void, Array_InternalArray__ICollection_Add_629, (Array * __this, DelayedActionManager_DelegateInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD18C8, Array_InternalArray__ICollection_Add_629__MethodInfo); DO_APP_FUNC(0x00F352F0, void, Array_InternalArray__ICollection_Add_630, (Array * __this, DynamicResolutionHandler_ScalerContainer item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD18C0, Array_InternalArray__ICollection_Add_630__MethodInfo); DO_APP_FUNC(0x00F35350, void, Array_InternalArray__ICollection_Add_631, (Array * __this, EventDispatcher_CallbackWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1870, Array_InternalArray__ICollection_Add_631__MethodInfo); DO_APP_FUNC(0x00F353B0, void, Array_InternalArray__ICollection_Add_632, (Array * __this, EventDispatcher_EventListener item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1860, Array_InternalArray__ICollection_Add_632__MethodInfo); DO_APP_FUNC(0x00F35410, void, Array_InternalArray__ICollection_Add_633, (Array * __this, EventDispatcher_DispatchContext item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1858, Array_InternalArray__ICollection_Add_633__MethodInfo); DO_APP_FUNC(0x00F35470, void, Array_InternalArray__ICollection_Add_634, (Array * __this, EventDispatcher_EventRecord item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1850, Array_InternalArray__ICollection_Add_634__MethodInfo); DO_APP_FUNC(0x00F354D0, void, Array_InternalArray__ICollection_Add_635, (Array * __this, EventQueue_NetworkEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1890, Array_InternalArray__ICollection_Add_635__MethodInfo); DO_APP_FUNC(0x00F35530, void, Array_InternalArray__ICollection_Add_636, (Array * __this, EventReliableRecvBuffer_Node item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1888, Array_InternalArray__ICollection_Add_636__MethodInfo); DO_APP_FUNC(0x00F35590, void, Array_InternalArray__ICollection_Add_637, (Array * __this, EventReliableSendBuffer_Node item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1880, Array_InternalArray__ICollection_Add_637__MethodInfo); DO_APP_FUNC(0x00F355F0, void, Array_InternalArray__ICollection_Add_638, (Array * __this, FocusController_FocusedElement item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1878, Array_InternalArray__ICollection_Add_638__MethodInfo); DO_APP_FUNC(0x00F35650, void, Array_InternalArray__ICollection_Add_639, (Array * __this, Funnel_PathPart item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1808, Array_InternalArray__ICollection_Add_639__MethodInfo); DO_APP_FUNC(0x00F356B0, void, Array_InternalArray__ICollection_Add_640, (Array * __this, GetRandomAvailablePerch_RandomPerch item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1800, Array_InternalArray__ICollection_Add_640__MethodInfo); DO_APP_FUNC(0x00F35710, void, Array_InternalArray__ICollection_Add_641, (Array * __this, GraphUpdateProcessor_GUOSingle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD17F8, Array_InternalArray__ICollection_Add_641__MethodInfo); DO_APP_FUNC(0x00F35770, void, Array_InternalArray__ICollection_Add_642, (Array * __this, HID_HIDCollectionDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD17E8, Array_InternalArray__ICollection_Add_642__MethodInfo); DO_APP_FUNC(0x00F357D0, void, Array_InternalArray__ICollection_Add_643, (Array * __this, HID_HIDElementDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1848, Array_InternalArray__ICollection_Add_643__MethodInfo); DO_APP_FUNC(0x00F35830, void, Array_InternalArray__ICollection_Add_644, (Array * __this, HIDParser_HIDReportData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1838, Array_InternalArray__ICollection_Add_644__MethodInfo); DO_APP_FUNC(0x00F35890, void, Array_InternalArray__ICollection_Add_645, (Array * __this, HIDSupport_HIDPageUsage item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1828, Array_InternalArray__ICollection_Add_645__MethodInfo); DO_APP_FUNC(0x00F358F0, void, Array_InternalArray__ICollection_Add_646, (Array * __this, HIDTouchpad_TouchData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1818, Array_InternalArray__ICollection_Add_646__MethodInfo); DO_APP_FUNC(0x00F35950, void, Array_InternalArray__ICollection_Add_647, (Array * __this, HairDesignerColliderBase_DualSphere item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD17A8, Array_InternalArray__ICollection_Add_647__MethodInfo); DO_APP_FUNC(0x00F359B0, void, Array_InternalArray__ICollection_Add_648, (Array * __this, HairDesignerGeneratorAdvancedFurBase_DualSphereCollider item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD17A0, Array_InternalArray__ICollection_Add_648__MethodInfo); DO_APP_FUNC(0x00F35A10, void, Array_InternalArray__ICollection_Add_649, (Array * __this, HairDesignerGeneratorAdvancedFurBase_SkinData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1790, Array_InternalArray__ICollection_Add_649__MethodInfo); DO_APP_FUNC(0x00F35A70, void, Array_InternalArray__ICollection_Add_650, (Array * __this, HairDesignerGeneratorFurShellBase_BufferData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1788, Array_InternalArray__ICollection_Add_650__MethodInfo); DO_APP_FUNC(0x00F35AD0, void, Array_InternalArray__ICollection_Add_651, (Array * __this, HairDesignerGeneratorFurShellBase_SkinData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD17D8, Array_InternalArray__ICollection_Add_651__MethodInfo); DO_APP_FUNC(0x00F35B30, void, Array_InternalArray__ICollection_Add_652, (Array * __this, Hammersley_Hammersley2dSeq16 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD17C8, Array_InternalArray__ICollection_Add_652__MethodInfo); DO_APP_FUNC(0x00F35B90, void, Array_InternalArray__ICollection_Add_653, (Array * __this, Hammersley_Hammersley2dSeq256 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD17C0, Array_InternalArray__ICollection_Add_653__MethodInfo); DO_APP_FUNC(0x00F35BF0, void, Array_InternalArray__ICollection_Add_654, (Array * __this, Hammersley_Hammersley2dSeq32 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD17B0, Array_InternalArray__ICollection_Add_654__MethodInfo); DO_APP_FUNC(0x00F35C50, void, Array_InternalArray__ICollection_Add_655, (Array * __this, Hammersley_Hammersley2dSeq64 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1760, Array_InternalArray__ICollection_Add_655__MethodInfo); DO_APP_FUNC(0x00F35CB0, void, Array_InternalArray__ICollection_Add_656, (Array * __this, Hashtable_bucket item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1758, Array_InternalArray__ICollection_Add_656__MethodInfo); DO_APP_FUNC(0x00F35D10, void, Array_InternalArray__ICollection_Add_657, (Array * __this, HeadingTracker_Item item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1748, Array_InternalArray__ICollection_Add_657__MethodInfo); DO_APP_FUNC(0x00F35D70, void, Array_InternalArray__ICollection_Add_658, (Array * __this, HealthFlashMonitor_Flash item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1738, Array_InternalArray__ICollection_Add_658__MethodInfo); DO_APP_FUNC(0x00F35DD0, void, Array_InternalArray__ICollection_Add_659, (Array * __this, HebrewNumber_HebrewValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1780, Array_InternalArray__ICollection_Add_659__MethodInfo); DO_APP_FUNC(0x00F35E30, void, Array_InternalArray__ICollection_Add_660, (Array * __this, InputActionMap_BindingJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1778, Array_InternalArray__ICollection_Add_660__MethodInfo); DO_APP_FUNC(0x00F35E90, void, Array_InternalArray__ICollection_Add_661, (Array * __this, InputActionMap_BindingOverrideJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1770, Array_InternalArray__ICollection_Add_661__MethodInfo); DO_APP_FUNC(0x00F35EF0, void, Array_InternalArray__ICollection_Add_662, (Array * __this, InputActionMap_ReadActionJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1768, Array_InternalArray__ICollection_Add_662__MethodInfo); DO_APP_FUNC(0x00F35F50, void, Array_InternalArray__ICollection_Add_663, (Array * __this, InputActionMap_ReadMapJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD16F8, Array_InternalArray__ICollection_Add_663__MethodInfo); DO_APP_FUNC(0x00F35FB0, void, Array_InternalArray__ICollection_Add_664, (Array * __this, InputActionMap_WriteActionJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD16E8, Array_InternalArray__ICollection_Add_664__MethodInfo); DO_APP_FUNC(0x00F36010, void, Array_InternalArray__ICollection_Add_665, (Array * __this, InputActionMap_WriteMapJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD16E0, Array_InternalArray__ICollection_Add_665__MethodInfo); DO_APP_FUNC(0x00F36070, void, Array_InternalArray__ICollection_Add_666, (Array * __this, InputActionRebindingExtensions_Parameter item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD16D8, Array_InternalArray__ICollection_Add_666__MethodInfo); DO_APP_FUNC(0x00F360D0, void, Array_InternalArray__ICollection_Add_667, (Array * __this, InputActionRebindingExtensions_ParameterOverride item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1728, Array_InternalArray__ICollection_Add_667__MethodInfo); DO_APP_FUNC(0x00F36130, void, Array_InternalArray__ICollection_Add_668, (Array * __this, InputActionTrace_ActionEventPtr item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1720, Array_InternalArray__ICollection_Add_668__MethodInfo); DO_APP_FUNC(0x00F36190, void, Array_InternalArray__ICollection_Add_669, (Array * __this, InputBindingCompositeContext_PartBinding item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1718, Array_InternalArray__ICollection_Add_669__MethodInfo); DO_APP_FUNC(0x00F361F0, void, Array_InternalArray__ICollection_Add_670, (Array * __this, InputControlLayout_ControlItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1708, Array_InternalArray__ICollection_Add_670__MethodInfo); DO_APP_FUNC(0x00F36250, void, Array_InternalArray__ICollection_Add_671, (Array * __this, InputControlPath_ParsedPathComponent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1690, Array_InternalArray__ICollection_Add_671__MethodInfo); DO_APP_FUNC(0x00F362B0, void, Array_InternalArray__ICollection_Add_672, (Array * __this, InputControlScheme_DeviceRequirement item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1688, Array_InternalArray__ICollection_Add_672__MethodInfo); DO_APP_FUNC(0x00F36310, void, Array_InternalArray__ICollection_Add_673, (Array * __this, InputControlScheme_SchemeJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1678, Array_InternalArray__ICollection_Add_673__MethodInfo); DO_APP_FUNC(0x00F36370, void, Array_InternalArray__ICollection_Add_674, (Array * __this, InputDevice_ControlBitRangeNode item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1668, Array_InternalArray__ICollection_Add_674__MethodInfo); DO_APP_FUNC(0x00F363D0, void, Array_InternalArray__ICollection_Add_675, (Array * __this, InputEventTrace_DeviceInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD16C8, Array_InternalArray__ICollection_Add_675__MethodInfo); DO_APP_FUNC(0x00F36430, void, Array_InternalArray__ICollection_Add_676, (Array * __this, InputManager_AvailableDevice item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD16C0, Array_InternalArray__ICollection_Add_676__MethodInfo); DO_APP_FUNC(0x00F36490, void, Array_InternalArray__ICollection_Add_677, (Array * __this, InputManager_StateChangeMonitorListener item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD16B0, Array_InternalArray__ICollection_Add_677__MethodInfo); DO_APP_FUNC(0x00F364F0, void, Array_InternalArray__ICollection_Add_678, (Array * __this, InputManager_StateChangeMonitorTimeout item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1698, Array_InternalArray__ICollection_Add_678__MethodInfo); DO_APP_FUNC(0x00F36550, void, Array_InternalArray__ICollection_Add_679, (Array * __this, InputManager_StateChangeMonitorsForDevice item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1628, Array_InternalArray__ICollection_Add_679__MethodInfo); DO_APP_FUNC(0x00F365B0, void, Array_InternalArray__ICollection_Add_680, (Array * __this, InputRemoting_RemoteInputDevice item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1618, Array_InternalArray__ICollection_Add_680__MethodInfo); DO_APP_FUNC(0x00F36610, void, Array_InternalArray__ICollection_Add_681, (Array * __this, InputRemoting_RemoteSender item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1608, Array_InternalArray__ICollection_Add_681__MethodInfo); DO_APP_FUNC(0x00F36670, void, Array_InternalArray__ICollection_Add_682, (Array * __this, InputStateHistory_Record item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD15F8, Array_InternalArray__ICollection_Add_682__MethodInfo); DO_APP_FUNC(0x00F366D0, void, Array_InternalArray__ICollection_Add_683, (Array * __this, InputSystemUIInputModule_InputActionReferenceState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1658, Array_InternalArray__ICollection_Add_683__MethodInfo); DO_APP_FUNC(0x00F36730, void, Array_InternalArray__ICollection_Add_684, (Array * __this, InputUser_OngoingAccountSelection item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1648, Array_InternalArray__ICollection_Add_684__MethodInfo); DO_APP_FUNC(0x00F36790, void, Array_InternalArray__ICollection_Add_685, (Array * __this, InputUser_UserData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1638, Array_InternalArray__ICollection_Add_685__MethodInfo); DO_APP_FUNC(0x00F367F0, void, Array_InternalArray__ICollection_Add_686, (Array * __this, InternalTreeView_TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1630, Array_InternalArray__ICollection_Add_686__MethodInfo); DO_APP_FUNC(0x00F36850, void, Array_InternalArray__ICollection_Add_687, (Array * __this, JSONDeserialization_TaskField item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD15B8, Array_InternalArray__ICollection_Add_687__MethodInfo); DO_APP_FUNC(0x00F368B0, void, Array_InternalArray__ICollection_Add_688, (Array * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD15A8, Array_InternalArray__ICollection_Add_688__MethodInfo); DO_APP_FUNC(0x00F36910, void, Array_InternalArray__ICollection_Add_689, (Array * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD15A0, Array_InternalArray__ICollection_Add_689__MethodInfo); DO_APP_FUNC(0x00F36970, void, Array_InternalArray__ICollection_Add_690, (Array * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1590, Array_InternalArray__ICollection_Add_690__MethodInfo); DO_APP_FUNC(0x00F369D0, void, Array_InternalArray__ICollection_Add_691, (Array * __this, JsonParser_JsonValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD15E8, Array_InternalArray__ICollection_Add_691__MethodInfo); DO_APP_FUNC(0x00F36A30, void, Array_InternalArray__ICollection_Add_692, (Array * __this, LayerGridGraph_HeightSample item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD15D8, Array_InternalArray__ICollection_Add_692__MethodInfo); DO_APP_FUNC(0x00F36A90, void, Array_InternalArray__ICollection_Add_693, (Array * __this, Logs_LogMessage_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD15D0, Array_InternalArray__ICollection_Add_693__MethodInfo); DO_APP_FUNC(0x00F36AF0, void, Array_InternalArray__ICollection_Add_694, (Array * __this, Logs_LogMessage item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD15C8, Array_InternalArray__ICollection_Add_694__MethodInfo); DO_APP_FUNC(0x00F36B50, void, Array_InternalArray__ICollection_Add_695, (Array * __this, MagicLightProbes_VolumeParameters item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1550, Array_InternalArray__ICollection_Add_695__MethodInfo); DO_APP_FUNC(0x00F36BB0, void, Array_InternalArray__ICollection_Add_696, (Array * __this, MailHeaderInfo_HeaderInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1548, Array_InternalArray__ICollection_Add_696__MethodInfo); DO_APP_FUNC(0x00F36C10, void, Array_InternalArray__ICollection_Add_697, (Array * __this, MemberRelationshipService_RelationshipEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1540, Array_InternalArray__ICollection_Add_697__MethodInfo); DO_APP_FUNC(0x00F36C70, void, Array_InternalArray__ICollection_Add_698, (Array * __this, MemoryHelpers_BitRegion item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1530, Array_InternalArray__ICollection_Add_698__MethodInfo); DO_APP_FUNC(0x00F36CD0, void, Array_InternalArray__ICollection_Add_699, (Array * __this, MotionSolver_GPUNodeData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1580, Array_InternalArray__ICollection_Add_699__MethodInfo); DO_APP_FUNC(0x00F36D30, void, Array_InternalArray__ICollection_Add_700, (Array * __this, MotionSolver_GPUNodeInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1570, Array_InternalArray__ICollection_Add_700__MethodInfo); DO_APP_FUNC(0x00F36D90, void, Array_InternalArray__ICollection_Add_701, (Array * __this, MotionSolver_GPURootTransform item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1568, Array_InternalArray__ICollection_Add_701__MethodInfo); DO_APP_FUNC(0x00F36DF0, void, Array_InternalArray__ICollection_Add_702, (Array * __this, MovingPlatform_Waypoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1560, Array_InternalArray__ICollection_Add_702__MethodInfo); DO_APP_FUNC(0x00F36E50, void, Array_InternalArray__ICollection_Add_703, (Array * __this, NightmareStyling_WallMaterial item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD14C8, Array_InternalArray__ICollection_Add_703__MethodInfo); DO_APP_FUNC(0x00F36EB0, void, Array_InternalArray__ICollection_Add_704, (Array * __this, NoiseSettings_TransformNoiseParams item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD14B8, Array_InternalArray__ICollection_Add_704__MethodInfo); DO_APP_FUNC(0x00F36F10, void, Array_InternalArray__ICollection_Add_705, (Array * __this, NolanBehaviour_OverlappedCollider item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD14A8, Array_InternalArray__ICollection_Add_705__MethodInfo); DO_APP_FUNC(0x00F36F70, void, Array_InternalArray__ICollection_Add_706, (Array * __this, ObjectPoolBase_PreloadedPrefab item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1490, Array_InternalArray__ICollection_Add_706__MethodInfo); DO_APP_FUNC(0x00F36FD0, void, Array_InternalArray__ICollection_Add_707, (Array * __this, OnScreenControl_OnScreenDeviceInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1520, Array_InternalArray__ICollection_Add_707__MethodInfo); DO_APP_FUNC(0x00F37030, void, Array_InternalArray__ICollection_Add_708, (Array * __this, OpenXRInput_SerializedBinding item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1508, Array_InternalArray__ICollection_Add_708__MethodInfo); DO_APP_FUNC(0x00F37090, void, Array_InternalArray__ICollection_Add_709, (Array * __this, PackedPlayModeBuildLogs_RuntimeBuildLog item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD14F0, Array_InternalArray__ICollection_Add_709__MethodInfo); DO_APP_FUNC(0x00F370F0, void, Array_InternalArray__ICollection_Add_710, (Array * __this, ParameterizedStrings_FormatParam item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD14D8, Array_InternalArray__ICollection_Add_710__MethodInfo); DO_APP_FUNC(0x00F37150, void, Array_InternalArray__ICollection_Add_711, (Array * __this, ParticleSystem_Particle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1440, Array_InternalArray__ICollection_Add_711__MethodInfo); DO_APP_FUNC(0x00F371B0, void, Array_InternalArray__ICollection_Add_712, (Array * __this, PlayerStatsController_Category item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1438, Array_InternalArray__ICollection_Add_712__MethodInfo); DO_APP_FUNC(0x00F37210, void, Array_InternalArray__ICollection_Add_713, (Array * __this, PointKDTree_Node item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1430, Array_InternalArray__ICollection_Add_713__MethodInfo); DO_APP_FUNC(0x00F37270, void, Array_InternalArray__ICollection_Add_714, (Array * __this, PointerDeviceState_PointerLocation item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1420, Array_InternalArray__ICollection_Add_714__MethodInfo); DO_APP_FUNC(0x00F372D0, void, Array_InternalArray__ICollection_Add_715, (Array * __this, ProbeBrickIndex_Brick item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1480, Array_InternalArray__ICollection_Add_715__MethodInfo); DO_APP_FUNC(0x00F37330, void, Array_InternalArray__ICollection_Add_716, (Array * __this, ProbeBrickIndex_BrickMeta item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1478, Array_InternalArray__ICollection_Add_716__MethodInfo); DO_APP_FUNC(0x00F37390, void, Array_InternalArray__ICollection_Add_717, (Array * __this, ProbeBrickIndex_CellIndexUpdateInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1468, Array_InternalArray__ICollection_Add_717__MethodInfo); DO_APP_FUNC(0x00F373F0, void, Array_InternalArray__ICollection_Add_718, (Array * __this, ProbeBrickIndex_ReservedBrick item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1458, Array_InternalArray__ICollection_Add_718__MethodInfo); DO_APP_FUNC(0x00F37450, void, Array_InternalArray__ICollection_Add_719, (Array * __this, ProbeBrickIndex_VoxelMeta item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD13D0, Array_InternalArray__ICollection_Add_719__MethodInfo); DO_APP_FUNC(0x00F374B0, void, Array_InternalArray__ICollection_Add_720, (Array * __this, ProbeBrickPool_BrickChunkAlloc item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD13C0, Array_InternalArray__ICollection_Add_720__MethodInfo); DO_APP_FUNC(0x00F37510, void, Array_InternalArray__ICollection_Add_721, (Array * __this, ProbeReferenceVolume_RegId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD13B0, Array_InternalArray__ICollection_Add_721__MethodInfo); DO_APP_FUNC(0x00F37570, void, Array_InternalArray__ICollection_Add_722, (Array * __this, ProbeReferenceVolume_Volume item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD13A0, Array_InternalArray__ICollection_Add_722__MethodInfo); DO_APP_FUNC(0x00F375D0, void, Array_InternalArray__ICollection_Add_723, (Array * __this, ProbeVolumePerSceneData_SerializableAssetItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1410, Array_InternalArray__ICollection_Add_723__MethodInfo); DO_APP_FUNC(0x00F37630, void, Array_InternalArray__ICollection_Add_724, (Array * __this, ProbeVolumeSceneData_SerializableBoundItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1400, Array_InternalArray__ICollection_Add_724__MethodInfo); DO_APP_FUNC(0x00F37690, void, Array_InternalArray__ICollection_Add_725, (Array * __this, ProbeVolumeSceneData_SerializableHasPVItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD13F0, Array_InternalArray__ICollection_Add_725__MethodInfo); DO_APP_FUNC(0x00F376F0, void, Array_InternalArray__ICollection_Add_726, (Array * __this, ProbeVolumeSceneData_SerializablePVBakeSettings item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD13E0, Array_InternalArray__ICollection_Add_726__MethodInfo); DO_APP_FUNC(0x00F37750, void, Array_InternalArray__ICollection_Add_727, (Array * __this, ProbeVolumeSceneData_SerializablePVProfile item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1368, Array_InternalArray__ICollection_Add_727__MethodInfo); DO_APP_FUNC(0x00F377B0, void, Array_InternalArray__ICollection_Add_728, (Array * __this, ProtocolClient_AckCallback item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1360, Array_InternalArray__ICollection_Add_728__MethodInfo); DO_APP_FUNC(0x00F37810, void, Array_InternalArray__ICollection_Add_729, (Array * __this, ProtocolClient_MsgHandler item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1358, Array_InternalArray__ICollection_Add_729__MethodInfo); DO_APP_FUNC(0x00F37870, void, Array_InternalArray__ICollection_Add_730, (Array * __this, RVOQuadtree_Node item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1350, Array_InternalArray__ICollection_Add_730__MethodInfo); DO_APP_FUNC(0x00F378D0, void, Array_InternalArray__ICollection_Add_731, (Array * __this, Regex_CachedCodeEntryKey item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1390, Array_InternalArray__ICollection_Add_731__MethodInfo); DO_APP_FUNC(0x00F37930, void, Array_InternalArray__ICollection_Add_732, (Array * __this, RegexCharClass_LowerCaseMapping item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1380, Array_InternalArray__ICollection_Add_732__MethodInfo); DO_APP_FUNC(0x00F37990, void, Array_InternalArray__ICollection_Add_733, (Array * __this, RegexCharClass_SingleRange item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1378, Array_InternalArray__ICollection_Add_733__MethodInfo); DO_APP_FUNC(0x00F379F0, void, Array_InternalArray__ICollection_Add_734, (Array * __this, RenderChain_RenderNodeData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1370, Array_InternalArray__ICollection_Add_734__MethodInfo); DO_APP_FUNC(0x00F37A50, void, Array_InternalArray__ICollection_Add_735, (Array * __this, RenderGraph_CompiledPassInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1328, Array_InternalArray__ICollection_Add_735__MethodInfo); DO_APP_FUNC(0x00F37AB0, void, Array_InternalArray__ICollection_Add_736, (Array * __this, RenderGraph_CompiledResourceInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1320, Array_InternalArray__ICollection_Add_736__MethodInfo); DO_APP_FUNC(0x00F37B10, void, Array_InternalArray__ICollection_Add_737, (Array * __this, RenderGraphDebugData_PassDebugData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1318, Array_InternalArray__ICollection_Add_737__MethodInfo); DO_APP_FUNC(0x00F37B70, void, Array_InternalArray__ICollection_Add_738, (Array * __this, RenderGraphDebugData_ResourceDebugData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1310, Array_InternalArray__ICollection_Add_738__MethodInfo); DO_APP_FUNC(0x00F37BD0, void, Array_InternalArray__ICollection_Add_739, (Array * __this, ResourceManager_DeferredCallbackRegisterRequest item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1348, Array_InternalArray__ICollection_Add_739__MethodInfo); DO_APP_FUNC(0x00F37C30, void, Array_InternalArray__ICollection_Add_740, (Array * __this, RetainedGizmos_MeshWithHash item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1340, Array_InternalArray__ICollection_Add_740__MethodInfo); DO_APP_FUNC(0x00F37C90, void, Array_InternalArray__ICollection_Add_741, (Array * __this, SendMouseEvents_HitInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1338, Array_InternalArray__ICollection_Add_741__MethodInfo); DO_APP_FUNC(0x00F37CF0, void, Array_InternalArray__ICollection_Add_742, (Array * __this, SequenceNode_SequenceConstructPosContext item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1330, Array_InternalArray__ICollection_Add_742__MethodInfo); DO_APP_FUNC(0x00F37D50, void, Array_InternalArray__ICollection_Add_743, (Array * __this, SerializedObject_Field item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD12E8, Array_InternalArray__ICollection_Add_743__MethodInfo); DO_APP_FUNC(0x00F37DB0, void, Array_InternalArray__ICollection_Add_744, (Array * __this, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD12E0, Array_InternalArray__ICollection_Add_744__MethodInfo); DO_APP_FUNC(0x00F37E10, void, Array_InternalArray__ICollection_Add_745, (Array * __this, SlotEquip_ItemDefinitionStateName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD12D8, Array_InternalArray__ICollection_Add_745__MethodInfo); DO_APP_FUNC(0x00F37E70, void, Array_InternalArray__ICollection_Add_746, (Array * __this, Socket_WSABUF item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD12D0, Array_InternalArray__ICollection_Add_746__MethodInfo); DO_APP_FUNC(0x00F37ED0, void, Array_InternalArray__ICollection_Add_747, (Array * __this, StyleComplexSelector_PseudoStateData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1308, Array_InternalArray__ICollection_Add_747__MethodInfo); DO_APP_FUNC(0x00F37F30, void, Array_InternalArray__ICollection_Add_748, (Array * __this, StylePropertyAnimationSystem_ElementPropertyPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1300, Array_InternalArray__ICollection_Add_748__MethodInfo); DO_APP_FUNC(0x00F37F90, void, Array_InternalArray__ICollection_Add_749, (Array * __this, StyleSheet_ImportStruct item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD12F8, Array_InternalArray__ICollection_Add_749__MethodInfo); DO_APP_FUNC(0x00F37FF0, void, Array_InternalArray__ICollection_Add_750, (Array * __this, StyleSheetCache_SheetHandleKey item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD12F0, Array_InternalArray__ICollection_Add_750__MethodInfo); DO_APP_FUNC(0x00F38050, void, Array_InternalArray__ICollection_Add_751, (Array * __this, StyleVariableResolver_ResolveContext item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD12A0, Array_InternalArray__ICollection_Add_751__MethodInfo); DO_APP_FUNC(0x00F380B0, void, Array_InternalArray__ICollection_Add_752, (Array * __this, TMP_Text_UnicodeChar item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1298, Array_InternalArray__ICollection_Add_752__MethodInfo); DO_APP_FUNC(0x00F38110, void, Array_InternalArray__ICollection_Add_753, (Array * __this, TemplateAsset_AttributeOverride item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1290, Array_InternalArray__ICollection_Add_753__MethodInfo); DO_APP_FUNC(0x00F38170, void, Array_InternalArray__ICollection_Add_754, (Array * __this, TextPic_IconName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1288, Array_InternalArray__ICollection_Add_754__MethodInfo); DO_APP_FUNC(0x00F381D0, void, Array_InternalArray__ICollection_Add_755, (Array * __this, TextResourceManager_FontAssetRef item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD12C8, Array_InternalArray__ICollection_Add_755__MethodInfo); DO_APP_FUNC(0x00F38230, void, Array_InternalArray__ICollection_Add_756, (Array * __this, TextSettings_FontReferenceMap item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD12C0, Array_InternalArray__ICollection_Add_756__MethodInfo); DO_APP_FUNC(0x00F38290, void, Array_InternalArray__ICollection_Add_757, (Array * __this, TextureBlitter_BlitInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD12B8, Array_InternalArray__ICollection_Add_757__MethodInfo); DO_APP_FUNC(0x00F382F0, void, Array_InternalArray__ICollection_Add_758, (Array * __this, TexturePacker_JsonArray_Frame item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD12B0, Array_InternalArray__ICollection_Add_758__MethodInfo); DO_APP_FUNC(0x00F38350, void, Array_InternalArray__ICollection_Add_759, (Array * __this, TextureRegistry_TextureInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1260, Array_InternalArray__ICollection_Add_759__MethodInfo); DO_APP_FUNC(0x00F383B0, void, Array_InternalArray__ICollection_Add_760, (Array * __this, TimeNotificationBehaviour_NotificationEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1258, Array_InternalArray__ICollection_Add_760__MethodInfo); DO_APP_FUNC(0x00F38410, void, Array_InternalArray__ICollection_Add_761, (Array * __this, TrackedDeviceRaycaster_RaycastHitData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1250, Array_InternalArray__ICollection_Add_761__MethodInfo); DO_APP_FUNC(0x00F38470, void, Array_InternalArray__ICollection_Add_762, (Array * __this, TrackedPoseDriverDataDescription_PoseData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1248, Array_InternalArray__ICollection_Add_762__MethodInfo); DO_APP_FUNC(0x00F384D0, void, Array_InternalArray__ICollection_Add_763, (Array * __this, TreeView_TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1280, Array_InternalArray__ICollection_Add_763__MethodInfo); DO_APP_FUNC(0x00F38530, void, Array_InternalArray__ICollection_Add_764, (Array * __this, TreeViewReorderableDragAndDropController_TreeItemState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1278, Array_InternalArray__ICollection_Add_764__MethodInfo); DO_APP_FUNC(0x00F38590, void, Array_InternalArray__ICollection_Add_765, (Array * __this, UIRStylePainter_Entry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1270, Array_InternalArray__ICollection_Add_765__MethodInfo); DO_APP_FUNC(0x00F385F0, void, Array_InternalArray__ICollection_Add_766, (Array * __this, UIRenderDevice_AllocToFree item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1268, Array_InternalArray__ICollection_Add_766__MethodInfo); DO_APP_FUNC(0x00F38650, void, Array_InternalArray__ICollection_Add_767, (Array * __this, UIRenderDevice_AllocToUpdate item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1210, Array_InternalArray__ICollection_Add_767__MethodInfo); DO_APP_FUNC(0x00F386B0, void, Array_InternalArray__ICollection_Add_768, (Array * __this, UIRenderDevice_DeviceToFree item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1200, Array_InternalArray__ICollection_Add_768__MethodInfo); DO_APP_FUNC(0x00F38710, void, Array_InternalArray__ICollection_Add_769, (Array * __this, UdpPipe_Ack item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD11F8, Array_InternalArray__ICollection_Add_769__MethodInfo); DO_APP_FUNC(0x00F38770, void, Array_InternalArray__ICollection_Add_770, (Array * __this, UmAlQuraCalendar_DateMapping item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD11F0, Array_InternalArray__ICollection_Add_770__MethodInfo); DO_APP_FUNC(0x00F387D0, void, Array_InternalArray__ICollection_Add_771, (Array * __this, UnitySynchronizationContext_WorkRequest item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1240, Array_InternalArray__ICollection_Add_771__MethodInfo); DO_APP_FUNC(0x00F38830, void, Array_InternalArray__ICollection_Add_772, (Array * __this, VisualTreeAsset_SlotDefinition item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1230, Array_InternalArray__ICollection_Add_772__MethodInfo); DO_APP_FUNC(0x00F38890, void, Array_InternalArray__ICollection_Add_773, (Array * __this, VisualTreeAsset_SlotUsageEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1220, Array_InternalArray__ICollection_Add_773__MethodInfo); DO_APP_FUNC(0x00F388F0, void, Array_InternalArray__ICollection_Add_774, (Array * __this, VisualTreeAsset_UsingEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1218, Array_InternalArray__ICollection_Add_774__MethodInfo); DO_APP_FUNC(0x00F38950, void, Array_InternalArray__ICollection_Add_775, (Array * __this, WetDecalSystem_MaterialBatchId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD11C0, Array_InternalArray__ICollection_Add_775__MethodInfo); DO_APP_FUNC(0x00F389B0, void, Array_InternalArray__ICollection_Add_776, (Array * __this, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD11B8, Array_InternalArray__ICollection_Add_776__MethodInfo); DO_APP_FUNC(0x00F38A10, void, Array_InternalArray__ICollection_Add_777, (Array * __this, XmlEventCache_XmlEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD11B0, Array_InternalArray__ICollection_Add_777__MethodInfo); DO_APP_FUNC(0x00F38A70, void, Array_InternalArray__ICollection_Add_778, (Array * __this, XmlNamespaceManager_NamespaceDeclaration item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD11A0, Array_InternalArray__ICollection_Add_778__MethodInfo); DO_APP_FUNC(0x00F38AD0, void, Array_InternalArray__ICollection_Add_779, (Array * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD11E8, Array_InternalArray__ICollection_Add_779__MethodInfo); DO_APP_FUNC(0x00F38B30, void, Array_InternalArray__ICollection_Add_780, (Array * __this, XmlTextReaderImpl_ParsingState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD11E0, Array_InternalArray__ICollection_Add_780__MethodInfo); DO_APP_FUNC(0x00F38B90, void, Array_InternalArray__ICollection_Add_781, (Array * __this, XmlTextWriter_Namespace item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD11D0, Array_InternalArray__ICollection_Add_781__MethodInfo); DO_APP_FUNC(0x00F38BF0, void, Array_InternalArray__ICollection_Add_782, (Array * __this, XmlTextWriter_TagInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD11C8, Array_InternalArray__ICollection_Add_782__MethodInfo); DO_APP_FUNC(0x00F38C50, void, Array_InternalArray__ICollection_Add_783, (Array * __this, XmlWellFormedWriter_AttrName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1160, Array_InternalArray__ICollection_Add_783__MethodInfo); DO_APP_FUNC(0x00F38CB0, void, Array_InternalArray__ICollection_Add_784, (Array * __this, XmlWellFormedWriter_ElementScope item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1150, Array_InternalArray__ICollection_Add_784__MethodInfo); DO_APP_FUNC(0x00F38D10, void, Array_InternalArray__ICollection_Add_785, (Array * __this, XmlWellFormedWriter_Namespace item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1140, Array_InternalArray__ICollection_Add_785__MethodInfo); DO_APP_FUNC(0x00F38D70, void, Array_InternalArray__ICollection_Add_786, (Array * __this, ftLightmaps_LightmapAdditionalData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1138, Array_InternalArray__ICollection_Add_786__MethodInfo); DO_APP_FUNC(0x00F38DD0, void, Array_InternalArray__ICollection_Add_787, (Array * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1198, Array_InternalArray__ICollection_Add_787__MethodInfo); DO_APP_FUNC(0x00F38E30, void, Array_InternalArray__ICollection_Add_788, (Array * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1190, Array_InternalArray__ICollection_Add_788__MethodInfo); DO_APP_FUNC(0x00F38E90, void, Array_InternalArray__ICollection_Add_789, (Array * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1180, Array_InternalArray__ICollection_Add_789__MethodInfo); DO_APP_FUNC(0x00F38EF0, void, Array_InternalArray__ICollection_Add_790, (Array * __this, jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1170, Array_InternalArray__ICollection_Add_790__MethodInfo); DO_APP_FUNC(0x00F38F50, void, Array_InternalArray__ICollection_Add_791, (Array * __this, DebugUI_Foldout_ContextMenuItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1100, Array_InternalArray__ICollection_Add_791__MethodInfo); DO_APP_FUNC(0x00F38FB0, void, Array_InternalArray__ICollection_Add_792, (Array * __this, Decimal_DecCalc_PowerOvfl item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD10F0, Array_InternalArray__ICollection_Add_792__MethodInfo); DO_APP_FUNC(0x00F39010, void, Array_InternalArray__ICollection_Add_793, (Array * __this, FacetsChecker_FacetsCompiler_Map item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD10E0, Array_InternalArray__ICollection_Add_793__MethodInfo); DO_APP_FUNC(0x00F39070, void, Array_InternalArray__ICollection_Add_794, (Array * __this, InputControlLayout_Collection_LayoutMatcher item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD10D0, Array_InternalArray__ICollection_Add_794__MethodInfo); DO_APP_FUNC(0x00F390D0, void, Array_InternalArray__ICollection_Add_795, (Array * __this, InputControlLayout_Collection_PrecompiledLayout item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1130, Array_InternalArray__ICollection_Add_795__MethodInfo); DO_APP_FUNC(0x00F39130, void, Array_InternalArray__ICollection_Add_796, (Array * __this, InputControlScheme_MatchResult_Match item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1120, Array_InternalArray__ICollection_Add_796__MethodInfo); DO_APP_FUNC(0x00F39190, void, Array_InternalArray__ICollection_Add_797, (Array * __this, InputControlScheme_SchemeJson_DeviceJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1118, Array_InternalArray__ICollection_Add_797__MethodInfo); DO_APP_FUNC(0x00F391F0, void, Array_InternalArray__ICollection_Add_798, (Array * __this, InputDeviceMatcher_MatcherJson_Capability item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1110, Array_InternalArray__ICollection_Add_798__MethodInfo); DO_APP_FUNC(0x00F39250, void, Array_InternalArray__ICollection_Add_799, (Array * __this, InstructionList_DebugView_InstructionView item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD10B0, Array_InternalArray__ICollection_Add_799__MethodInfo); DO_APP_FUNC(0x00F392B0, void, Array_InternalArray__ICollection_Add_800, (Array * __this, Interop_SspiCli_SecBuffer item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD10A0, Array_InternalArray__ICollection_Add_800__MethodInfo); DO_APP_FUNC(0x00F39310, void, Array_InternalArray__ICollection_Add_801, (Array * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1090, Array_InternalArray__ICollection_Add_801__MethodInfo); DO_APP_FUNC(0x00F39370, void, Array_InternalArray__ICollection_Add_802, (Array * __this, TargetPositionCache_CacheCurve_Item item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1080, Array_InternalArray__ICollection_Add_802__MethodInfo); DO_APP_FUNC(0x00F393D0, void, Array_InternalArray__ICollection_Add_803, (Array * __this, TargetPositionCache_CacheEntry_RecordingItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD10C8, Array_InternalArray__ICollection_Add_803__MethodInfo); DO_APP_FUNC(0x00F39430, bool, Array_InternalArray__ICollection_Contains, (Array * __this, ArraySegment_1_Byte_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD10B8, Array_InternalArray__ICollection_Contains__MethodInfo); DO_APP_FUNC(0x00F395C0, bool, Array_InternalArray__ICollection_Contains_1, (Array * __this, AsyncOperationHandle_1_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1040, Array_InternalArray__ICollection_Contains_1__MethodInfo); DO_APP_FUNC(0x00F39750, bool, Array_InternalArray__ICollection_Contains_2, (Array * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1038, Array_InternalArray__ICollection_Contains_2__MethodInfo); DO_APP_FUNC(0x00F398E0, bool, Array_InternalArray__ICollection_Contains_3, (Array * __this, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1030, Array_InternalArray__ICollection_Contains_3__MethodInfo); DO_APP_FUNC(0x00F39A50, bool, Array_InternalArray__ICollection_Contains_4, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1020, Array_InternalArray__ICollection_Contains_4__MethodInfo); DO_APP_FUNC(0x00F39BC0, bool, Array_InternalArray__ICollection_Contains_5, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1070, Array_InternalArray__ICollection_Contains_5__MethodInfo); DO_APP_FUNC(0x00F39D30, bool, Array_InternalArray__ICollection_Contains_6, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1060, Array_InternalArray__ICollection_Contains_6__MethodInfo); DO_APP_FUNC(0x00F39EA0, bool, Array_InternalArray__ICollection_Contains_7, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1058, Array_InternalArray__ICollection_Contains_7__MethodInfo); DO_APP_FUNC(0x00F3A010, bool, Array_InternalArray__ICollection_Contains_8, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1050, Array_InternalArray__ICollection_Contains_8__MethodInfo); DO_APP_FUNC(0x00F3A180, bool, Array_InternalArray__ICollection_Contains_9, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0FF0, Array_InternalArray__ICollection_Contains_9__MethodInfo); DO_APP_FUNC(0x00F3A2F0, bool, Array_InternalArray__ICollection_Contains_10, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0FE8, Array_InternalArray__ICollection_Contains_10__MethodInfo); DO_APP_FUNC(0x00F3A460, bool, Array_InternalArray__ICollection_Contains_11, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0FE0, Array_InternalArray__ICollection_Contains_11__MethodInfo); DO_APP_FUNC(0x00F3A5D0, bool, Array_InternalArray__ICollection_Contains_12, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0FD0, Array_InternalArray__ICollection_Contains_12__MethodInfo); DO_APP_FUNC(0x00F3A740, bool, Array_InternalArray__ICollection_Contains_13, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1010, Array_InternalArray__ICollection_Contains_13__MethodInfo); DO_APP_FUNC(0x00F3A8B0, bool, Array_InternalArray__ICollection_Contains_14, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1008, Array_InternalArray__ICollection_Contains_14__MethodInfo); DO_APP_FUNC(0x00F3AA20, bool, Array_InternalArray__ICollection_Contains_15, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1000, Array_InternalArray__ICollection_Contains_15__MethodInfo); DO_APP_FUNC(0x00F3AB90, bool, Array_InternalArray__ICollection_Contains_16, (Array * __this, IntervalTree_1_T_Entry_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0FF8, Array_InternalArray__ICollection_Contains_16__MethodInfo); DO_APP_FUNC(0x00F3AD30, bool, Array_InternalArray__ICollection_Contains_17, (Array * __this, XHashtable_1_TValue_XHashtableState_TValue_Entry_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0F90, Array_InternalArray__ICollection_Contains_17__MethodInfo); DO_APP_FUNC(0x00F3AEB0, bool, Array_InternalArray__ICollection_Contains_18, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_ValueTuple_2_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0F80, Array_InternalArray__ICollection_Contains_18__MethodInfo); DO_APP_FUNC(0x00F3B040, bool, Array_InternalArray__ICollection_Contains_19, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_ValueTuple_2_System_Object__1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0F70, Array_InternalArray__ICollection_Contains_19__MethodInfo); DO_APP_FUNC(0x00F3B1D0, bool, Array_InternalArray__ICollection_Contains_20, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Byte_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0F68, Array_InternalArray__ICollection_Contains_20__MethodInfo); DO_APP_FUNC(0x00F3B370, bool, Array_InternalArray__ICollection_Contains_21, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_ByteEnum_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0FC0, Array_InternalArray__ICollection_Contains_21__MethodInfo); DO_APP_FUNC(0x00F3B4F0, bool, Array_InternalArray__ICollection_Contains_22, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_ByteEnum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0FB0, Array_InternalArray__ICollection_Contains_22__MethodInfo); DO_APP_FUNC(0x00F3B690, bool, Array_InternalArray__ICollection_Contains_23, (Array * __this, Dictionary_2_TKey_TValue_Entry_Dissonance_Audio_Playback_FrameFormat_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0FA8, Array_InternalArray__ICollection_Contains_23__MethodInfo); DO_APP_FUNC(0x00F3B850, bool, Array_InternalArray__ICollection_Contains_24, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Guid_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0FA0, Array_InternalArray__ICollection_Contains_24__MethodInfo); DO_APP_FUNC(0x00F3B9E0, bool, Array_InternalArray__ICollection_Contains_25, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Guid_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0F40, Array_InternalArray__ICollection_Contains_25__MethodInfo); DO_APP_FUNC(0x00F3BBA0, bool, Array_InternalArray__ICollection_Contains_26, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Hash128_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0F30, Array_InternalArray__ICollection_Contains_26__MethodInfo); DO_APP_FUNC(0x00F3BD30, bool, Array_InternalArray__ICollection_Contains_27, (Array * __this, Dictionary_2_TKey_TValue_Entry_Pathfinding_Int2_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0F28, Array_InternalArray__ICollection_Contains_27__MethodInfo); DO_APP_FUNC(0x00F3BED0, bool, Array_InternalArray__ICollection_Contains_28, (Array * __this, Dictionary_2_TKey_TValue_Entry_Pathfinding_Int3_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0F20, Array_InternalArray__ICollection_Contains_28__MethodInfo); DO_APP_FUNC(0x00F3C070, bool, Array_InternalArray__ICollection_Contains_29, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0F60, Array_InternalArray__ICollection_Contains_29__MethodInfo); DO_APP_FUNC(0x00F3C210, bool, Array_InternalArray__ICollection_Contains_30, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_ValueTuple_2_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0F58, Array_InternalArray__ICollection_Contains_30__MethodInfo); DO_APP_FUNC(0x00F3C3C0, bool, Array_InternalArray__ICollection_Contains_31, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0F50, Array_InternalArray__ICollection_Contains_31__MethodInfo); DO_APP_FUNC(0x00F3C540, bool, Array_InternalArray__ICollection_Contains_32, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_ByteEnum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0F48, Array_InternalArray__ICollection_Contains_32__MethodInfo); DO_APP_FUNC(0x00F3C6C0, bool, Array_InternalArray__ICollection_Contains_33, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Char_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0EE0, Array_InternalArray__ICollection_Contains_33__MethodInfo); DO_APP_FUNC(0x00F3C840, bool, Array_InternalArray__ICollection_Contains_34, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0ED0, Array_InternalArray__ICollection_Contains_34__MethodInfo); DO_APP_FUNC(0x00F3CA20, bool, Array_InternalArray__ICollection_Contains_35, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int16_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0EC0, Array_InternalArray__ICollection_Contains_35__MethodInfo); DO_APP_FUNC(0x00F3CBA0, bool, Array_InternalArray__ICollection_Contains_36, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_Pathfinding_Int3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0EB0, Array_InternalArray__ICollection_Contains_36__MethodInfo); DO_APP_FUNC(0x00F3CD40, bool, Array_InternalArray__ICollection_Contains_37, (Array * __this, ADictionary_2_TKey_TValue_Entry_System_Int32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0F18, Array_InternalArray__ICollection_Contains_37__MethodInfo); DO_APP_FUNC(0x00F3CEC0, bool, Array_InternalArray__ICollection_Contains_38, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0F10, Array_InternalArray__ICollection_Contains_38__MethodInfo); DO_APP_FUNC(0x00F3D040, bool, Array_InternalArray__ICollection_Contains_39, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0F00, Array_InternalArray__ICollection_Contains_39__MethodInfo); DO_APP_FUNC(0x00F3D1C0, bool, Array_InternalArray__ICollection_Contains_40, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int64_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0EF0, Array_InternalArray__ICollection_Contains_40__MethodInfo); DO_APP_FUNC(0x00F3D360, bool, Array_InternalArray__ICollection_Contains_41, (Array * __this, ADictionary_2_TKey_TValue_Entry_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0E68, Array_InternalArray__ICollection_Contains_41__MethodInfo); DO_APP_FUNC(0x00F3D500, bool, Array_InternalArray__ICollection_Contains_42, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0E60, Array_InternalArray__ICollection_Contains_42__MethodInfo); DO_APP_FUNC(0x00F3D6A0, bool, Array_InternalArray__ICollection_Contains_43, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_PlayerFlashlightBeam_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0E58, Array_InternalArray__ICollection_Contains_43__MethodInfo); DO_APP_FUNC(0x00F3D830, bool, Array_InternalArray__ICollection_Contains_44, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_RenderInstancedDataLayout_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0E50, Array_InternalArray__ICollection_Contains_44__MethodInfo); DO_APP_FUNC(0x00F3D9F0, bool, Array_InternalArray__ICollection_Contains_45, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0EA0, Array_InternalArray__ICollection_Contains_45__MethodInfo); DO_APP_FUNC(0x00F3DB70, bool, Array_InternalArray__ICollection_Contains_46, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_UIElements_TreeItem_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0E90, Array_InternalArray__ICollection_Contains_46__MethodInfo); DO_APP_FUNC(0x00F3DD00, bool, Array_InternalArray__ICollection_Contains_47, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0E80, Array_InternalArray__ICollection_Contains_47__MethodInfo); DO_APP_FUNC(0x00F3DEA0, bool, Array_InternalArray__ICollection_Contains_48, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_Vector4_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0E70, Array_InternalArray__ICollection_Contains_48__MethodInfo); DO_APP_FUNC(0x00F3E060, bool, Array_InternalArray__ICollection_Contains_49, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0E28, Array_InternalArray__ICollection_Contains_49__MethodInfo); DO_APP_FUNC(0x00F3E220, bool, Array_InternalArray__ICollection_Contains_50, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32Enum_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0E20, Array_InternalArray__ICollection_Contains_50__MethodInfo); DO_APP_FUNC(0x00F3E3A0, bool, Array_InternalArray__ICollection_Contains_51, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32Enum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0E10, Array_InternalArray__ICollection_Contains_51__MethodInfo); DO_APP_FUNC(0x00F3E540, bool, Array_InternalArray__ICollection_Contains_52, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int64_UnityEngine_UIElements_ComputedStyle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0E08, Array_InternalArray__ICollection_Contains_52__MethodInfo); DO_APP_FUNC(0x00F3E750, bool, Array_InternalArray__ICollection_Contains_53, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0E48, Array_InternalArray__ICollection_Contains_53__MethodInfo); DO_APP_FUNC(0x00F3E8F0, bool, Array_InternalArray__ICollection_Contains_54, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_IntPtr_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0E40, Array_InternalArray__ICollection_Contains_54__MethodInfo); DO_APP_FUNC(0x00F3EA90, bool, Array_InternalArray__ICollection_Contains_55, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0E38, Array_InternalArray__ICollection_Contains_55__MethodInfo); DO_APP_FUNC(0x00F3EC50, bool, Array_InternalArray__ICollection_Contains_56, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0E30, Array_InternalArray__ICollection_Contains_56__MethodInfo); DO_APP_FUNC(0x00F3EDE0, bool, Array_InternalArray__ICollection_Contains_57, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0DE0, Array_InternalArray__ICollection_Contains_57__MethodInfo); DO_APP_FUNC(0x00F3EFA0, bool, Array_InternalArray__ICollection_Contains_58, (Array * __this, Dictionary_2_TKey_TValue_Entry_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0DD8, Array_InternalArray__ICollection_Contains_58__MethodInfo); DO_APP_FUNC(0x00F3F140, bool, Array_InternalArray__ICollection_Contains_59, (Array * __this, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_NetworkId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0DD0, Array_InternalArray__ICollection_Contains_59__MethodInfo); DO_APP_FUNC(0x00F3F2E0, bool, Array_InternalArray__ICollection_Contains_60, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0DC8, Array_InternalArray__ICollection_Contains_60__MethodInfo); DO_APP_FUNC(0x00F3F4A0, bool, Array_InternalArray__ICollection_Contains_61, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0E00, Array_InternalArray__ICollection_Contains_61__MethodInfo); DO_APP_FUNC(0x00F3F660, bool, Array_InternalArray__ICollection_Contains_62, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0DF8, Array_InternalArray__ICollection_Contains_62__MethodInfo); DO_APP_FUNC(0x00F3F800, bool, Array_InternalArray__ICollection_Contains_63, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Bounds_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0DF0, Array_InternalArray__ICollection_Contains_63__MethodInfo); DO_APP_FUNC(0x00F3F9C0, bool, Array_InternalArray__ICollection_Contains_64, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Byte_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0DE8, Array_InternalArray__ICollection_Contains_64__MethodInfo); DO_APP_FUNC(0x00F3FB60, bool, Array_InternalArray__ICollection_Contains_65, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0DA0, Array_InternalArray__ICollection_Contains_65__MethodInfo); DO_APP_FUNC(0x00F3FCF0, bool, Array_InternalArray__ICollection_Contains_66, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Color32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0D98, Array_InternalArray__ICollection_Contains_66__MethodInfo); DO_APP_FUNC(0x00F3FE90, bool, Array_InternalArray__ICollection_Contains_67, (Array * __this, ADictionary_2_TKey_TValue_Entry_System_Object_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0D90, Array_InternalArray__ICollection_Contains_67__MethodInfo); DO_APP_FUNC(0x00F40030, bool, Array_InternalArray__ICollection_Contains_68, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0D88, Array_InternalArray__ICollection_Contains_68__MethodInfo); DO_APP_FUNC(0x00F401D0, bool, Array_InternalArray__ICollection_Contains_69, (Array * __this, ADictionary_2_TKey_TValue_Entry_System_Object_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0DC0, Array_InternalArray__ICollection_Contains_69__MethodInfo); DO_APP_FUNC(0x00F40370, bool, Array_InternalArray__ICollection_Contains_70, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0DB8, Array_InternalArray__ICollection_Contains_70__MethodInfo); DO_APP_FUNC(0x00F40510, bool, Array_InternalArray__ICollection_Contains_71, (Array * __this, ADictionary_2_TKey_TValue_Entry_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0DB0, Array_InternalArray__ICollection_Contains_71__MethodInfo); DO_APP_FUNC(0x00F406B0, bool, Array_InternalArray__ICollection_Contains_72, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0DA8, Array_InternalArray__ICollection_Contains_72__MethodInfo); DO_APP_FUNC(0x00F40850, bool, Array_InternalArray__ICollection_Contains_73, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0D60, Array_InternalArray__ICollection_Contains_73__MethodInfo); DO_APP_FUNC(0x00F409E0, bool, Array_InternalArray__ICollection_Contains_74, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0D58, Array_InternalArray__ICollection_Contains_74__MethodInfo); DO_APP_FUNC(0x00F40BC0, bool, Array_InternalArray__ICollection_Contains_75, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Playables_Playable_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0D50, Array_InternalArray__ICollection_Contains_75__MethodInfo); DO_APP_FUNC(0x00F40D50, bool, Array_InternalArray__ICollection_Contains_76, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0D48, Array_InternalArray__ICollection_Contains_76__MethodInfo); DO_APP_FUNC(0x00F40F10, bool, Array_InternalArray__ICollection_Contains_77, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Resources_ResourceLocator_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0D80, Array_InternalArray__ICollection_Contains_77__MethodInfo); DO_APP_FUNC(0x00F410A0, bool, Array_InternalArray__ICollection_Contains_78, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0D78, Array_InternalArray__ICollection_Contains_78__MethodInfo); DO_APP_FUNC(0x00F41240, bool, Array_InternalArray__ICollection_Contains_79, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0D70, Array_InternalArray__ICollection_Contains_79__MethodInfo); DO_APP_FUNC(0x00F413D0, bool, Array_InternalArray__ICollection_Contains_80, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_TextureId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0D68, Array_InternalArray__ICollection_Contains_80__MethodInfo); DO_APP_FUNC(0x00F41570, bool, Array_InternalArray__ICollection_Contains_81, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_TimeSpan_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0D20, Array_InternalArray__ICollection_Contains_81__MethodInfo); DO_APP_FUNC(0x00F41710, bool, Array_InternalArray__ICollection_Contains_82, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_UdpEndPoint_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0D10, Array_InternalArray__ICollection_Contains_82__MethodInfo); DO_APP_FUNC(0x00F418D0, bool, Array_InternalArray__ICollection_Contains_83, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Vector2_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0D00, Array_InternalArray__ICollection_Contains_83__MethodInfo); DO_APP_FUNC(0x00F41A70, bool, Array_InternalArray__ICollection_Contains_84, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Vector3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0CF8, Array_InternalArray__ICollection_Contains_84__MethodInfo); DO_APP_FUNC(0x00F41C00, bool, Array_InternalArray__ICollection_Contains_85, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0D40, Array_InternalArray__ICollection_Contains_85__MethodInfo); DO_APP_FUNC(0x00F41EA0, bool, Array_InternalArray__ICollection_Contains_86, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0D38, Array_InternalArray__ICollection_Contains_86__MethodInfo); DO_APP_FUNC(0x00F42040, bool, Array_InternalArray__ICollection_Contains_87, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0D30, Array_InternalArray__ICollection_Contains_87__MethodInfo); DO_APP_FUNC(0x00F42230, bool, Array_InternalArray__ICollection_Contains_88, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0D28, Array_InternalArray__ICollection_Contains_88__MethodInfo); DO_APP_FUNC(0x00F423D0, bool, Array_InternalArray__ICollection_Contains_89, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0CC8, Array_InternalArray__ICollection_Contains_89__MethodInfo); DO_APP_FUNC(0x00F425B0, bool, Array_InternalArray__ICollection_Contains_90, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0CC0, Array_InternalArray__ICollection_Contains_90__MethodInfo); DO_APP_FUNC(0x00F42790, bool, Array_InternalArray__ICollection_Contains_91, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0CB0, Array_InternalArray__ICollection_Contains_91__MethodInfo); DO_APP_FUNC(0x00F42930, bool, Array_InternalArray__ICollection_Contains_92, (Array * __this, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_PrefabId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0CA8, Array_InternalArray__ICollection_Contains_92__MethodInfo); DO_APP_FUNC(0x00F42AD0, bool, Array_InternalArray__ICollection_Contains_93, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_RaycastHit_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0CF0, Array_InternalArray__ICollection_Contains_93__MethodInfo); DO_APP_FUNC(0x00F42CB0, bool, Array_InternalArray__ICollection_Contains_94, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Single_SplineMesh_CurveSample_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0CE0, Array_InternalArray__ICollection_Contains_94__MethodInfo); DO_APP_FUNC(0x00F42EA0, bool, Array_InternalArray__ICollection_Contains_95, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0CD8, Array_InternalArray__ICollection_Contains_95__MethodInfo); DO_APP_FUNC(0x00F43040, bool, Array_InternalArray__ICollection_Contains_96, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0CD0, Array_InternalArray__ICollection_Contains_96__MethodInfo); DO_APP_FUNC(0x00F431D0, bool, Array_InternalArray__ICollection_Contains_97, (Array * __this, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_TypeId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0C60, Array_InternalArray__ICollection_Contains_97__MethodInfo); DO_APP_FUNC(0x00F43370, bool, Array_InternalArray__ICollection_Contains_98, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt16_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0C58, Array_InternalArray__ICollection_Contains_98__MethodInfo); DO_APP_FUNC(0x00F43510, bool, Array_InternalArray__ICollection_Contains_99, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt16_Dissonance_PlayerChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0C50, Array_InternalArray__ICollection_Contains_99__MethodInfo); DO_APP_FUNC(0x00F436D0, bool, Array_InternalArray__ICollection_Contains_100, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt16_Dissonance_RoomChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0C40, Array_InternalArray__ICollection_Contains_100__MethodInfo); DO_APP_FUNC(0x00F438B0, bool, Array_InternalArray__ICollection_Contains_101, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0CA0, Array_InternalArray__ICollection_Contains_101__MethodInfo); DO_APP_FUNC(0x00F43A30, bool, Array_InternalArray__ICollection_Contains_102, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0C90, Array_InternalArray__ICollection_Contains_102__MethodInfo); DO_APP_FUNC(0x00F43C10, bool, Array_InternalArray__ICollection_Contains_103, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0C80, Array_InternalArray__ICollection_Contains_103__MethodInfo); DO_APP_FUNC(0x00F43D90, bool, Array_InternalArray__ICollection_Contains_104, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0C70, Array_InternalArray__ICollection_Contains_104__MethodInfo); DO_APP_FUNC(0x00F43F30, bool, Array_InternalArray__ICollection_Contains_105, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt32_SessionClient_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0C00, Array_InternalArray__ICollection_Contains_105__MethodInfo); DO_APP_FUNC(0x00F44110, bool, Array_InternalArray__ICollection_Contains_106, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0BF0, Array_InternalArray__ICollection_Contains_106__MethodInfo); DO_APP_FUNC(0x00F442B0, bool, Array_InternalArray__ICollection_Contains_107, (Array * __this, Dictionary_2_TKey_TValue_Entry_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0BE0, Array_InternalArray__ICollection_Contains_107__MethodInfo); DO_APP_FUNC(0x00F44470, bool, Array_InternalArray__ICollection_Contains_108, (Array * __this, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpChannelName_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0BD0, Array_InternalArray__ICollection_Contains_108__MethodInfo); DO_APP_FUNC(0x00F44600, bool, Array_InternalArray__ICollection_Contains_109, (Array * __this, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpEndPoint_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0C38, Array_InternalArray__ICollection_Contains_109__MethodInfo); DO_APP_FUNC(0x00F447C0, bool, Array_InternalArray__ICollection_Contains_110, (Array * __this, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpEndPoint_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0C30, Array_InternalArray__ICollection_Contains_110__MethodInfo); DO_APP_FUNC(0x00F44980, bool, Array_InternalArray__ICollection_Contains_111, (Array * __this, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_UniqueId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0C20, Array_InternalArray__ICollection_Contains_111__MethodInfo); DO_APP_FUNC(0x00F44B10, bool, Array_InternalArray__ICollection_Contains_112, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Vector3_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0C10, Array_InternalArray__ICollection_Contains_112__MethodInfo); DO_APP_FUNC(0x00F44CB0, bool, Array_InternalArray__ICollection_Contains_113, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Vector3Int_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0B88, Array_InternalArray__ICollection_Contains_113__MethodInfo); DO_APP_FUNC(0x00F44E40, bool, Array_InternalArray__ICollection_Contains_114, (Array * __this, Dictionary_2_TKey_TValue_Entry_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0B80, Array_InternalArray__ICollection_Contains_114__MethodInfo); DO_APP_FUNC(0x00F45000, bool, Array_InternalArray__ICollection_Contains_115, (Array * __this, Dictionary_2_TKey_TValue_Entry_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0B78, Array_InternalArray__ICollection_Contains_115__MethodInfo); DO_APP_FUNC(0x00F45190, bool, Array_InternalArray__ICollection_Contains_116, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0B70, Array_InternalArray__ICollection_Contains_116__MethodInfo); DO_APP_FUNC(0x00F45370, bool, Array_InternalArray__ICollection_Contains_117, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0BC0, Array_InternalArray__ICollection_Contains_117__MethodInfo); DO_APP_FUNC(0x00F45510, bool, Array_InternalArray__ICollection_Contains_118, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0BB0, Array_InternalArray__ICollection_Contains_118__MethodInfo); DO_APP_FUNC(0x00F456A0, bool, Array_InternalArray__ICollection_Contains_119, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0BA0, Array_InternalArray__ICollection_Contains_119__MethodInfo); DO_APP_FUNC(0x00F45870, bool, Array_InternalArray__ICollection_Contains_120, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0B90, Array_InternalArray__ICollection_Contains_120__MethodInfo); DO_APP_FUNC(0x00F45A50, bool, Array_InternalArray__ICollection_Contains_121, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0B48, Array_InternalArray__ICollection_Contains_121__MethodInfo); DO_APP_FUNC(0x00F45C10, bool, Array_InternalArray__ICollection_Contains_122, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0B40, Array_InternalArray__ICollection_Contains_122__MethodInfo); DO_APP_FUNC(0x00F45DA0, bool, Array_InternalArray__ICollection_Contains_123, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0B30, Array_InternalArray__ICollection_Contains_123__MethodInfo); DO_APP_FUNC(0x00F45F30, bool, Array_InternalArray__ICollection_Contains_124, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0B20, Array_InternalArray__ICollection_Contains_124__MethodInfo); DO_APP_FUNC(0x00F460C0, bool, Array_InternalArray__ICollection_Contains_125, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0B68, Array_InternalArray__ICollection_Contains_125__MethodInfo); DO_APP_FUNC(0x00F46260, bool, Array_InternalArray__ICollection_Contains_126, (Array * __this, Dictionary_2_TKey_TValue_Entry_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0B60, Array_InternalArray__ICollection_Contains_126__MethodInfo); DO_APP_FUNC(0x00F464A0, bool, Array_InternalArray__ICollection_Contains_127, (Array * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0B58, Array_InternalArray__ICollection_Contains_127__MethodInfo); DO_APP_FUNC(0x00F46620, bool, Array_InternalArray__ICollection_Contains_128, (Array * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0B50, Array_InternalArray__ICollection_Contains_128__MethodInfo); DO_APP_FUNC(0x00F467A0, bool, Array_InternalArray__ICollection_Contains_129, (Array * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0AD0, Array_InternalArray__ICollection_Contains_129__MethodInfo); DO_APP_FUNC(0x00F46930, bool, Array_InternalArray__ICollection_Contains_130, (Array * __this, KeyValuePair_2_System_ValueTuple_2_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0AC0, Array_InternalArray__ICollection_Contains_130__MethodInfo); DO_APP_FUNC(0x00F46AD0, bool, Array_InternalArray__ICollection_Contains_131, (Array * __this, KeyValuePair_2_System_ValueTuple_2_System_Object__1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0AB0, Array_InternalArray__ICollection_Contains_131__MethodInfo); DO_APP_FUNC(0x00F46C70, bool, Array_InternalArray__ICollection_Contains_132, (Array * __this, KeyValuePair_2_System_Byte_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0AA0, Array_InternalArray__ICollection_Contains_132__MethodInfo); DO_APP_FUNC(0x00F46DF0, bool, Array_InternalArray__ICollection_Contains_133, (Array * __this, KeyValuePair_2_System_ByteEnum_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0B10, Array_InternalArray__ICollection_Contains_133__MethodInfo); DO_APP_FUNC(0x00F46F60, bool, Array_InternalArray__ICollection_Contains_134, (Array * __this, KeyValuePair_2_System_ByteEnum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0B00, Array_InternalArray__ICollection_Contains_134__MethodInfo); DO_APP_FUNC(0x00F470E0, bool, Array_InternalArray__ICollection_Contains_135, (Array * __this, KeyValuePair_2_System_DateTime_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0AF0, Array_InternalArray__ICollection_Contains_135__MethodInfo); DO_APP_FUNC(0x00F47260, bool, Array_InternalArray__ICollection_Contains_136, (Array * __this, KeyValuePair_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0AE0, Array_InternalArray__ICollection_Contains_136__MethodInfo); DO_APP_FUNC(0x00F473F0, bool, Array_InternalArray__ICollection_Contains_137, (Array * __this, KeyValuePair_2_System_Guid_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0A70, Array_InternalArray__ICollection_Contains_137__MethodInfo); DO_APP_FUNC(0x00F47590, bool, Array_InternalArray__ICollection_Contains_138, (Array * __this, KeyValuePair_2_System_Guid_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0A68, Array_InternalArray__ICollection_Contains_138__MethodInfo); DO_APP_FUNC(0x00F47730, bool, Array_InternalArray__ICollection_Contains_139, (Array * __this, KeyValuePair_2_UnityEngine_Hash128_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0A60, Array_InternalArray__ICollection_Contains_139__MethodInfo); DO_APP_FUNC(0x00F478D0, bool, Array_InternalArray__ICollection_Contains_140, (Array * __this, KeyValuePair_2_Pathfinding_Int2_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0A58, Array_InternalArray__ICollection_Contains_140__MethodInfo); DO_APP_FUNC(0x00F47A60, bool, Array_InternalArray__ICollection_Contains_141, (Array * __this, KeyValuePair_2_Pathfinding_Int3_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0A98, Array_InternalArray__ICollection_Contains_141__MethodInfo); DO_APP_FUNC(0x00F47BE0, bool, Array_InternalArray__ICollection_Contains_142, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0A90, Array_InternalArray__ICollection_Contains_142__MethodInfo); DO_APP_FUNC(0x00F47D70, bool, Array_InternalArray__ICollection_Contains_143, (Array * __this, KeyValuePair_2_System_Int32_System_ValueTuple_2__3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0A88, Array_InternalArray__ICollection_Contains_143__MethodInfo); DO_APP_FUNC(0x00F47F10, bool, Array_InternalArray__ICollection_Contains_144, (Array * __this, KeyValuePair_2_System_Int32_System_ValueTuple_2__2 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0A80, Array_InternalArray__ICollection_Contains_144__MethodInfo); DO_APP_FUNC(0x00F480D0, bool, Array_InternalArray__ICollection_Contains_145, (Array * __this, KeyValuePair_2_System_Int32_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0A30, Array_InternalArray__ICollection_Contains_145__MethodInfo); DO_APP_FUNC(0x00F48240, bool, Array_InternalArray__ICollection_Contains_146, (Array * __this, KeyValuePair_2_System_Int32_System_ByteEnum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0A28, Array_InternalArray__ICollection_Contains_146__MethodInfo); DO_APP_FUNC(0x00F483B0, bool, Array_InternalArray__ICollection_Contains_147, (Array * __this, KeyValuePair_2_System_Int32_System_Char_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0A20, Array_InternalArray__ICollection_Contains_147__MethodInfo); DO_APP_FUNC(0x00F48520, bool, Array_InternalArray__ICollection_Contains_148, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0A18, Array_InternalArray__ICollection_Contains_148__MethodInfo); DO_APP_FUNC(0x00F48700, bool, Array_InternalArray__ICollection_Contains_149, (Array * __this, KeyValuePair_2_System_Int32_System_Int16_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0A50, Array_InternalArray__ICollection_Contains_149__MethodInfo); DO_APP_FUNC(0x00F48870, bool, Array_InternalArray__ICollection_Contains_150, (Array * __this, KeyValuePair_2_System_Int32_Pathfinding_Int3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0A48, Array_InternalArray__ICollection_Contains_150__MethodInfo); DO_APP_FUNC(0x00F489F0, bool, Array_InternalArray__ICollection_Contains_151, (Array * __this, KeyValuePair_2_System_Int32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0A40, Array_InternalArray__ICollection_Contains_151__MethodInfo); DO_APP_FUNC(0x00F48B60, bool, Array_InternalArray__ICollection_Contains_152, (Array * __this, KeyValuePair_2_System_Int32_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0A38, Array_InternalArray__ICollection_Contains_152__MethodInfo); DO_APP_FUNC(0x00F48CD0, bool, Array_InternalArray__ICollection_Contains_153, (Array * __this, KeyValuePair_2_System_Int32_System_Int64_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD09F0, Array_InternalArray__ICollection_Contains_153__MethodInfo); DO_APP_FUNC(0x00F48E50, bool, Array_InternalArray__ICollection_Contains_154, (Array * __this, KeyValuePair_2_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD09E8, Array_InternalArray__ICollection_Contains_154__MethodInfo); DO_APP_FUNC(0x00F48FD0, bool, Array_InternalArray__ICollection_Contains_155, (Array * __this, KeyValuePair_2_System_Int32_PlayerFlashlightBeam_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD09E0, Array_InternalArray__ICollection_Contains_155__MethodInfo); DO_APP_FUNC(0x00F49170, bool, Array_InternalArray__ICollection_Contains_156, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD09D8, Array_InternalArray__ICollection_Contains_156__MethodInfo); DO_APP_FUNC(0x00F49310, bool, Array_InternalArray__ICollection_Contains_157, (Array * __this, KeyValuePair_2_System_Int32_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0A10, Array_InternalArray__ICollection_Contains_157__MethodInfo); DO_APP_FUNC(0x00F49480, bool, Array_InternalArray__ICollection_Contains_158, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_UIElements_TreeItem_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0A08, Array_InternalArray__ICollection_Contains_158__MethodInfo); DO_APP_FUNC(0x00F49620, bool, Array_InternalArray__ICollection_Contains_159, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0A00, Array_InternalArray__ICollection_Contains_159__MethodInfo); DO_APP_FUNC(0x00F497B0, bool, Array_InternalArray__ICollection_Contains_160, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_Vector4_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD09F8, Array_InternalArray__ICollection_Contains_160__MethodInfo); DO_APP_FUNC(0x00F49950, bool, Array_InternalArray__ICollection_Contains_161, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD09B0, Array_InternalArray__ICollection_Contains_161__MethodInfo); DO_APP_FUNC(0x00F49B10, bool, Array_InternalArray__ICollection_Contains_162, (Array * __this, KeyValuePair_2_System_Int32Enum_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD09A0, Array_InternalArray__ICollection_Contains_162__MethodInfo); DO_APP_FUNC(0x00F49C80, bool, Array_InternalArray__ICollection_Contains_163, (Array * __this, KeyValuePair_2_System_Int32Enum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0990, Array_InternalArray__ICollection_Contains_163__MethodInfo); DO_APP_FUNC(0x00F49E00, bool, Array_InternalArray__ICollection_Contains_164, (Array * __this, KeyValuePair_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0988, Array_InternalArray__ICollection_Contains_164__MethodInfo); DO_APP_FUNC(0x00F49FF0, bool, Array_InternalArray__ICollection_Contains_165, (Array * __this, KeyValuePair_2_System_Int64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD09D0, Array_InternalArray__ICollection_Contains_165__MethodInfo); DO_APP_FUNC(0x00F4A170, bool, Array_InternalArray__ICollection_Contains_166, (Array * __this, KeyValuePair_2_System_IntPtr_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD09C8, Array_InternalArray__ICollection_Contains_166__MethodInfo); DO_APP_FUNC(0x00F4A2F0, bool, Array_InternalArray__ICollection_Contains_167, (Array * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD09C0, Array_InternalArray__ICollection_Contains_167__MethodInfo); DO_APP_FUNC(0x00F4A480, bool, Array_InternalArray__ICollection_Contains_168, (Array * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD09B8, Array_InternalArray__ICollection_Contains_168__MethodInfo); DO_APP_FUNC(0x00F4A620, bool, Array_InternalArray__ICollection_Contains_169, (Array * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0958, Array_InternalArray__ICollection_Contains_169__MethodInfo); DO_APP_FUNC(0x00F4A7B0, bool, Array_InternalArray__ICollection_Contains_170, (Array * __this, KeyValuePair_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0950, Array_InternalArray__ICollection_Contains_170__MethodInfo); DO_APP_FUNC(0x00F4A930, bool, Array_InternalArray__ICollection_Contains_171, (Array * __this, KeyValuePair_2_Photon_Bolt_NetworkId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0940, Array_InternalArray__ICollection_Contains_171__MethodInfo); DO_APP_FUNC(0x00F4AAB0, bool, Array_InternalArray__ICollection_Contains_172, (Array * __this, KeyValuePair_2_System_Object_System_ArraySegment_1_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0938, Array_InternalArray__ICollection_Contains_172__MethodInfo); DO_APP_FUNC(0x00F4AC50, bool, Array_InternalArray__ICollection_Contains_173, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0980, Array_InternalArray__ICollection_Contains_173__MethodInfo); DO_APP_FUNC(0x00F4AE10, bool, Array_InternalArray__ICollection_Contains_174, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0970, Array_InternalArray__ICollection_Contains_174__MethodInfo); DO_APP_FUNC(0x00F4AFA0, bool, Array_InternalArray__ICollection_Contains_175, (Array * __this, KeyValuePair_2_System_Object_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0968, Array_InternalArray__ICollection_Contains_175__MethodInfo); DO_APP_FUNC(0x00F4B120, bool, Array_InternalArray__ICollection_Contains_176, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Bounds_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0960, Array_InternalArray__ICollection_Contains_176__MethodInfo); DO_APP_FUNC(0x00F4B2B0, bool, Array_InternalArray__ICollection_Contains_177, (Array * __this, KeyValuePair_2_System_Object_System_Byte_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD08F8, Array_InternalArray__ICollection_Contains_177__MethodInfo); DO_APP_FUNC(0x00F4B430, bool, Array_InternalArray__ICollection_Contains_178, (Array * __this, KeyValuePair_2_System_Object_System_Char_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD08F0, Array_InternalArray__ICollection_Contains_178__MethodInfo); DO_APP_FUNC(0x00F4B5B0, bool, Array_InternalArray__ICollection_Contains_179, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD08E0, Array_InternalArray__ICollection_Contains_179__MethodInfo); DO_APP_FUNC(0x00F4B750, bool, Array_InternalArray__ICollection_Contains_180, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Color32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD08D8, Array_InternalArray__ICollection_Contains_180__MethodInfo); DO_APP_FUNC(0x00F4B8D0, bool, Array_InternalArray__ICollection_Contains_181, (Array * __this, KeyValuePair_2_System_Object_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0930, Array_InternalArray__ICollection_Contains_181__MethodInfo); DO_APP_FUNC(0x00F4BA50, bool, Array_InternalArray__ICollection_Contains_182, (Array * __this, KeyValuePair_2_System_Object_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0920, Array_InternalArray__ICollection_Contains_182__MethodInfo); DO_APP_FUNC(0x00F4BBD0, bool, Array_InternalArray__ICollection_Contains_183, (Array * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0910, Array_InternalArray__ICollection_Contains_183__MethodInfo); DO_APP_FUNC(0x00F4BD50, bool, Array_InternalArray__ICollection_Contains_184, (Array * __this, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0900, Array_InternalArray__ICollection_Contains_184__MethodInfo); DO_APP_FUNC(0x00F4BEF0, bool, Array_InternalArray__ICollection_Contains_185, (Array * __this, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD08A0, Array_InternalArray__ICollection_Contains_185__MethodInfo); DO_APP_FUNC(0x00F4C0B0, bool, Array_InternalArray__ICollection_Contains_186, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Playables_Playable_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0890, Array_InternalArray__ICollection_Contains_186__MethodInfo); DO_APP_FUNC(0x00F4C250, bool, Array_InternalArray__ICollection_Contains_187, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0888, Array_InternalArray__ICollection_Contains_187__MethodInfo); DO_APP_FUNC(0x00F4C410, bool, Array_InternalArray__ICollection_Contains_188, (Array * __this, KeyValuePair_2_System_Object_System_Resources_ResourceLocator_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0880, Array_InternalArray__ICollection_Contains_188__MethodInfo); DO_APP_FUNC(0x00F4C5B0, bool, Array_InternalArray__ICollection_Contains_189, (Array * __this, KeyValuePair_2_System_Object_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD08D0, Array_InternalArray__ICollection_Contains_189__MethodInfo); DO_APP_FUNC(0x00F4C730, bool, Array_InternalArray__ICollection_Contains_190, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD08C0, Array_InternalArray__ICollection_Contains_190__MethodInfo); DO_APP_FUNC(0x00F4C8D0, bool, Array_InternalArray__ICollection_Contains_191, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_TextureId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD08B0, Array_InternalArray__ICollection_Contains_191__MethodInfo); DO_APP_FUNC(0x00F4CA50, bool, Array_InternalArray__ICollection_Contains_192, (Array * __this, KeyValuePair_2_System_Object_System_TimeSpan_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD08A8, Array_InternalArray__ICollection_Contains_192__MethodInfo); DO_APP_FUNC(0x00F4CBD0, bool, Array_InternalArray__ICollection_Contains_193, (Array * __this, KeyValuePair_2_System_Object_UdpKit_UdpEndPoint_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0838, Array_InternalArray__ICollection_Contains_193__MethodInfo); DO_APP_FUNC(0x00F4CD90, bool, Array_InternalArray__ICollection_Contains_194, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Vector2_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0830, Array_InternalArray__ICollection_Contains_194__MethodInfo); DO_APP_FUNC(0x00F4CF10, bool, Array_InternalArray__ICollection_Contains_195, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Vector3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0828, Array_InternalArray__ICollection_Contains_195__MethodInfo); DO_APP_FUNC(0x00F4D0B0, bool, Array_InternalArray__ICollection_Contains_196, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0820, Array_InternalArray__ICollection_Contains_196__MethodInfo); DO_APP_FUNC(0x00F4D350, bool, Array_InternalArray__ICollection_Contains_197, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0870, Array_InternalArray__ICollection_Contains_197__MethodInfo); DO_APP_FUNC(0x00F4D4D0, bool, Array_InternalArray__ICollection_Contains_198, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0860, Array_InternalArray__ICollection_Contains_198__MethodInfo); DO_APP_FUNC(0x00F4D6B0, bool, Array_InternalArray__ICollection_Contains_199, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0850, Array_InternalArray__ICollection_Contains_199__MethodInfo); DO_APP_FUNC(0x00F4D830, bool, Array_InternalArray__ICollection_Contains_200, (Array * __this, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0840, Array_InternalArray__ICollection_Contains_200__MethodInfo); DO_APP_FUNC(0x00F4D9F0, bool, Array_InternalArray__ICollection_Contains_201, (Array * __this, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD07F0, Array_InternalArray__ICollection_Contains_201__MethodInfo); DO_APP_FUNC(0x00F4DBB0, bool, Array_InternalArray__ICollection_Contains_202, (Array * __this, KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD07E8, Array_InternalArray__ICollection_Contains_202__MethodInfo); DO_APP_FUNC(0x00F4DD40, bool, Array_InternalArray__ICollection_Contains_203, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD07E0, Array_InternalArray__ICollection_Contains_203__MethodInfo); DO_APP_FUNC(0x00F4DEC0, bool, Array_InternalArray__ICollection_Contains_204, (Array * __this, KeyValuePair_2_Photon_Bolt_PrefabId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD07D0, Array_InternalArray__ICollection_Contains_204__MethodInfo); DO_APP_FUNC(0x00F4E040, bool, Array_InternalArray__ICollection_Contains_205, (Array * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0818, Array_InternalArray__ICollection_Contains_205__MethodInfo); DO_APP_FUNC(0x00F4E1C0, bool, Array_InternalArray__ICollection_Contains_206, (Array * __this, KeyValuePair_2_UnityEngine_RaycastHit_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0810, Array_InternalArray__ICollection_Contains_206__MethodInfo); DO_APP_FUNC(0x00F4E380, bool, Array_InternalArray__ICollection_Contains_207, (Array * __this, KeyValuePair_2_System_Single_SplineMesh_CurveSample_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0808, Array_InternalArray__ICollection_Contains_207__MethodInfo); DO_APP_FUNC(0x00F4E570, bool, Array_InternalArray__ICollection_Contains_208, (Array * __this, KeyValuePair_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0800, Array_InternalArray__ICollection_Contains_208__MethodInfo); DO_APP_FUNC(0x00F4E6F0, bool, Array_InternalArray__ICollection_Contains_209, (Array * __this, KeyValuePair_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD07A8, Array_InternalArray__ICollection_Contains_209__MethodInfo); DO_APP_FUNC(0x00F4E890, bool, Array_InternalArray__ICollection_Contains_210, (Array * __this, KeyValuePair_2_Photon_Bolt_TypeId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD07A0, Array_InternalArray__ICollection_Contains_210__MethodInfo); DO_APP_FUNC(0x00F4EA10, bool, Array_InternalArray__ICollection_Contains_211, (Array * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0798, Array_InternalArray__ICollection_Contains_211__MethodInfo); DO_APP_FUNC(0x00F4EB90, bool, Array_InternalArray__ICollection_Contains_212, (Array * __this, KeyValuePair_2_System_UInt16_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3FA0, Array_InternalArray__ICollection_Contains_212__MethodInfo); DO_APP_FUNC(0x00F4ED10, bool, Array_InternalArray__ICollection_Contains_213, (Array * __this, KeyValuePair_2_System_UInt16_Dissonance_PlayerChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3F98, Array_InternalArray__ICollection_Contains_213__MethodInfo); DO_APP_FUNC(0x00F4EED0, bool, Array_InternalArray__ICollection_Contains_214, (Array * __this, KeyValuePair_2_System_UInt16_Dissonance_RoomChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3F90, Array_InternalArray__ICollection_Contains_214__MethodInfo); DO_APP_FUNC(0x00F4F090, bool, Array_InternalArray__ICollection_Contains_215, (Array * __this, KeyValuePair_2_System_UInt32_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3F88, Array_InternalArray__ICollection_Contains_215__MethodInfo); DO_APP_FUNC(0x00F4F200, bool, Array_InternalArray__ICollection_Contains_216, (Array * __this, KeyValuePair_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3FC0, Array_InternalArray__ICollection_Contains_216__MethodInfo); DO_APP_FUNC(0x00F4F3C0, bool, Array_InternalArray__ICollection_Contains_217, (Array * __this, KeyValuePair_2_System_UInt32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3FB8, Array_InternalArray__ICollection_Contains_217__MethodInfo); DO_APP_FUNC(0x00F4F530, bool, Array_InternalArray__ICollection_Contains_218, (Array * __this, KeyValuePair_2_System_UInt32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3FB0, Array_InternalArray__ICollection_Contains_218__MethodInfo); DO_APP_FUNC(0x00F4F6B0, bool, Array_InternalArray__ICollection_Contains_219, (Array * __this, KeyValuePair_2_System_UInt32_SessionClient_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3FA8, Array_InternalArray__ICollection_Contains_219__MethodInfo); DO_APP_FUNC(0x00F4F890, bool, Array_InternalArray__ICollection_Contains_220, (Array * __this, KeyValuePair_2_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3F60, Array_InternalArray__ICollection_Contains_220__MethodInfo); DO_APP_FUNC(0x00F4FA10, bool, Array_InternalArray__ICollection_Contains_221, (Array * __this, KeyValuePair_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3F58, Array_InternalArray__ICollection_Contains_221__MethodInfo); DO_APP_FUNC(0x00F4FBD0, bool, Array_InternalArray__ICollection_Contains_222, (Array * __this, KeyValuePair_2_UdpKit_UdpChannelName_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3F50, Array_InternalArray__ICollection_Contains_222__MethodInfo); DO_APP_FUNC(0x00F4FD70, bool, Array_InternalArray__ICollection_Contains_223, (Array * __this, KeyValuePair_2_UdpKit_UdpEndPoint_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3F48, Array_InternalArray__ICollection_Contains_223__MethodInfo); DO_APP_FUNC(0x00F4FF30, bool, Array_InternalArray__ICollection_Contains_224, (Array * __this, KeyValuePair_2_UdpKit_UdpEndPoint_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3F80, Array_InternalArray__ICollection_Contains_224__MethodInfo); DO_APP_FUNC(0x00F500C0, bool, Array_InternalArray__ICollection_Contains_225, (Array * __this, KeyValuePair_2_Photon_Bolt_UniqueId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3F78, Array_InternalArray__ICollection_Contains_225__MethodInfo); DO_APP_FUNC(0x00F50260, bool, Array_InternalArray__ICollection_Contains_226, (Array * __this, KeyValuePair_2_UnityEngine_Vector3_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3F70, Array_InternalArray__ICollection_Contains_226__MethodInfo); DO_APP_FUNC(0x00F503E0, bool, Array_InternalArray__ICollection_Contains_227, (Array * __this, KeyValuePair_2_UnityEngine_Vector3Int_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3F68, Array_InternalArray__ICollection_Contains_227__MethodInfo); DO_APP_FUNC(0x00F50580, bool, Array_InternalArray__ICollection_Contains_228, (Array * __this, KeyValuePair_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3F20, Array_InternalArray__ICollection_Contains_228__MethodInfo); DO_APP_FUNC(0x00F50710, bool, Array_InternalArray__ICollection_Contains_229, (Array * __this, KeyValuePair_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3F18, Array_InternalArray__ICollection_Contains_229__MethodInfo); DO_APP_FUNC(0x00F508B0, bool, Array_InternalArray__ICollection_Contains_230, (Array * __this, KeyValuePair_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3F10, Array_InternalArray__ICollection_Contains_230__MethodInfo); DO_APP_FUNC(0x00F50A70, bool, Array_InternalArray__ICollection_Contains_231, (Array * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3F08, Array_InternalArray__ICollection_Contains_231__MethodInfo); DO_APP_FUNC(0x00F50BF0, bool, Array_InternalArray__ICollection_Contains_232, (Array * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3F40, Array_InternalArray__ICollection_Contains_232__MethodInfo); DO_APP_FUNC(0x00F50D90, bool, Array_InternalArray__ICollection_Contains_233, (Array * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3F38, Array_InternalArray__ICollection_Contains_233__MethodInfo); DO_APP_FUNC(0x00F50F60, bool, Array_InternalArray__ICollection_Contains_234, (Array * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3F30, Array_InternalArray__ICollection_Contains_234__MethodInfo); DO_APP_FUNC(0x00F51140, bool, Array_InternalArray__ICollection_Contains_235, (Array * __this, KeyValuePair_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3F28, Array_InternalArray__ICollection_Contains_235__MethodInfo); DO_APP_FUNC(0x00F512D0, bool, Array_InternalArray__ICollection_Contains_236, (Array * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3EE0, Array_InternalArray__ICollection_Contains_236__MethodInfo); DO_APP_FUNC(0x00F51470, bool, Array_InternalArray__ICollection_Contains_237, (Array * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3ED8, Array_InternalArray__ICollection_Contains_237__MethodInfo); DO_APP_FUNC(0x00F51610, bool, Array_InternalArray__ICollection_Contains_238, (Array * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3ED0, Array_InternalArray__ICollection_Contains_238__MethodInfo); DO_APP_FUNC(0x00F517B0, bool, Array_InternalArray__ICollection_Contains_239, (Array * __this, KeyValuePair_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3EC8, Array_InternalArray__ICollection_Contains_239__MethodInfo); DO_APP_FUNC(0x00F51930, bool, Array_InternalArray__ICollection_Contains_240, (Array * __this, KeyValuePair_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3F00, Array_InternalArray__ICollection_Contains_240__MethodInfo); DO_APP_FUNC(0x00F51B50, bool, Array_InternalArray__ICollection_Contains_241, (Array * __this, ThreadLocal_1_T_LinkedSlotVolatile_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3EF8, Array_InternalArray__ICollection_Contains_241__MethodInfo); DO_APP_FUNC(0x00F51CC0, bool, Array_InternalArray__ICollection_Contains_242, (Array * __this, NativeArray_1_System_UInt16_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3EF0, Array_InternalArray__ICollection_Contains_242__MethodInfo); DO_APP_FUNC(0x00F51E00, bool, Array_InternalArray__ICollection_Contains_243, (Array * __this, NativeArray_1_UnityEngine_UIElements_Vertex_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3EE8, Array_InternalArray__ICollection_Contains_243__MethodInfo); DO_APP_FUNC(0x00F51F40, bool, Array_InternalArray__ICollection_Contains_244, (Array * __this, NonAllocDictionary_2_K_V_Node_System_Byte_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3EA0, Array_InternalArray__ICollection_Contains_244__MethodInfo); DO_APP_FUNC(0x00F520E0, bool, Array_InternalArray__ICollection_Contains_245, (Array * __this, NonAllocDictionary_2_K_V_Node_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3E98, Array_InternalArray__ICollection_Contains_245__MethodInfo); DO_APP_FUNC(0x00F52280, bool, Array_InternalArray__ICollection_Contains_246, (Array * __this, NonAllocDictionary_2_K_V_Node_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3E90, Array_InternalArray__ICollection_Contains_246__MethodInfo); DO_APP_FUNC(0x00F52410, bool, Array_InternalArray__ICollection_Contains_247, (Array * __this, InputStateHistory_1_TValue_Record_TouchState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3E88, Array_InternalArray__ICollection_Contains_247__MethodInfo); DO_APP_FUNC(0x00F52550, bool, Array_InternalArray__ICollection_Contains_248, (Array * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3EC0, Array_InternalArray__ICollection_Contains_248__MethodInfo); DO_APP_FUNC(0x00F526D0, bool, Array_InternalArray__ICollection_Contains_249, (Array * __this, STuple_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3EB8, Array_InternalArray__ICollection_Contains_249__MethodInfo); DO_APP_FUNC(0x00F52850, bool, Array_InternalArray__ICollection_Contains_250, (Array * __this, HashSet_1_T_Slot_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3EB0, Array_InternalArray__ICollection_Contains_250__MethodInfo); DO_APP_FUNC(0x00F529E0, bool, Array_InternalArray__ICollection_Contains_251, (Array * __this, HashSet_1_T_Slot_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3EA8, Array_InternalArray__ICollection_Contains_251__MethodInfo); DO_APP_FUNC(0x00F52B70, bool, Array_InternalArray__ICollection_Contains_252, (Array * __this, Set_1_TElement_Slot_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3E60, Array_InternalArray__ICollection_Contains_252__MethodInfo); DO_APP_FUNC(0x00F52D00, bool, Array_InternalArray__ICollection_Contains_253, (Array * __this, HashSet_1_T_Slot_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3E58, Array_InternalArray__ICollection_Contains_253__MethodInfo); DO_APP_FUNC(0x00F52E90, bool, Array_InternalArray__ICollection_Contains_254, (Array * __this, HashSet_1_T_Slot_UnityEngine_InputSystem_Utilities_InternedString_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3E50, Array_InternalArray__ICollection_Contains_254__MethodInfo); DO_APP_FUNC(0x00F53030, bool, Array_InternalArray__ICollection_Contains_255, (Array * __this, HashSet_1_T_Slot_Photon_Bolt_NetworkId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3E48, Array_InternalArray__ICollection_Contains_255__MethodInfo); DO_APP_FUNC(0x00F531B0, bool, Array_InternalArray__ICollection_Contains_256, (Array * __this, HashSet_1_T_Slot_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3E80, Array_InternalArray__ICollection_Contains_256__MethodInfo); DO_APP_FUNC(0x00F53330, bool, Array_InternalArray__ICollection_Contains_257, (Array * __this, Set_1_TElement_Slot_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3E78, Array_InternalArray__ICollection_Contains_257__MethodInfo); DO_APP_FUNC(0x00F534D0, bool, Array_InternalArray__ICollection_Contains_258, (Array * __this, ConcurrentQueue_1_T_Segment_T_Slot_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3E70, Array_InternalArray__ICollection_Contains_258__MethodInfo); DO_APP_FUNC(0x00F53650, bool, Array_InternalArray__ICollection_Contains_259, (Array * __this, HashSet_1_T_Slot_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3E68, Array_InternalArray__ICollection_Contains_259__MethodInfo); DO_APP_FUNC(0x00F537E0, bool, Array_InternalArray__ICollection_Contains_260, (Array * __this, HashSet_1_T_Slot_System_UInt64_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3E20, Array_InternalArray__ICollection_Contains_260__MethodInfo); DO_APP_FUNC(0x00F53960, bool, Array_InternalArray__ICollection_Contains_261, (Array * __this, HashSet_1_T_Slot_UdpKit_UdpEndPoint_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3E18, Array_InternalArray__ICollection_Contains_261__MethodInfo); DO_APP_FUNC(0x00F53B10, bool, Array_InternalArray__ICollection_Contains_262, (Array * __this, HashSet_1_T_Slot_UdpKit_UdpIPv4Address_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3E10, Array_InternalArray__ICollection_Contains_262__MethodInfo); DO_APP_FUNC(0x00F53CA0, bool, Array_InternalArray__ICollection_Contains_263, (Array * __this, HashSet_1_T_Slot_UnityEngine_Vector3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3E08, Array_InternalArray__ICollection_Contains_263__MethodInfo); DO_APP_FUNC(0x00F53E40, bool, Array_InternalArray__ICollection_Contains_264, (Array * __this, HashSet_1_T_Slot_UnityEngine_Vector3Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3E40, Array_InternalArray__ICollection_Contains_264__MethodInfo); DO_APP_FUNC(0x00F53FE0, bool, Array_InternalArray__ICollection_Contains_265, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_Background_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3E38, Array_InternalArray__ICollection_Contains_265__MethodInfo); DO_APP_FUNC(0x00F54200, bool, Array_InternalArray__ICollection_Contains_266, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3E30, Array_InternalArray__ICollection_Contains_266__MethodInfo); DO_APP_FUNC(0x00F543E0, bool, Array_InternalArray__ICollection_Contains_267, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3E28, Array_InternalArray__ICollection_Contains_267__MethodInfo); DO_APP_FUNC(0x00F545C0, bool, Array_InternalArray__ICollection_Contains_268, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3DE0, Array_InternalArray__ICollection_Contains_268__MethodInfo); DO_APP_FUNC(0x00F54740, bool, Array_InternalArray__ICollection_Contains_269, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_Length_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3DD8, Array_InternalArray__ICollection_Contains_269__MethodInfo); DO_APP_FUNC(0x00F548D0, bool, Array_InternalArray__ICollection_Contains_270, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3DD0, Array_InternalArray__ICollection_Contains_270__MethodInfo); DO_APP_FUNC(0x00F54A60, bool, Array_InternalArray__ICollection_Contains_271, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3DC8, Array_InternalArray__ICollection_Contains_271__MethodInfo); DO_APP_FUNC(0x00F54C50, bool, Array_InternalArray__ICollection_Contains_272, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_Scale_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3E00, Array_InternalArray__ICollection_Contains_272__MethodInfo); DO_APP_FUNC(0x00F54E30, bool, Array_InternalArray__ICollection_Contains_273, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3DF8, Array_InternalArray__ICollection_Contains_273__MethodInfo); DO_APP_FUNC(0x00F54FA0, bool, Array_InternalArray__ICollection_Contains_274, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3DF0, Array_InternalArray__ICollection_Contains_274__MethodInfo); DO_APP_FUNC(0x00F551B0, bool, Array_InternalArray__ICollection_Contains_275, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3DE8, Array_InternalArray__ICollection_Contains_275__MethodInfo); DO_APP_FUNC(0x00F55390, bool, Array_InternalArray__ICollection_Contains_276, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_Translate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3DA0, Array_InternalArray__ICollection_Contains_276__MethodInfo); DO_APP_FUNC(0x00F55580, bool, Array_InternalArray__ICollection_Contains_277, (Array * __this, TMP_TextProcessingStack_1_UnityEngine_Color32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3D98, Array_InternalArray__ICollection_Contains_277__MethodInfo); DO_APP_FUNC(0x00F55710, bool, Array_InternalArray__ICollection_Contains_278, (Array * __this, TMP_TextProcessingStack_1_HighlightState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3D90, Array_InternalArray__ICollection_Contains_278__MethodInfo); DO_APP_FUNC(0x00F558D0, bool, Array_InternalArray__ICollection_Contains_279, (Array * __this, TMP_TextProcessingStack_1_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3D88, Array_InternalArray__ICollection_Contains_279__MethodInfo); DO_APP_FUNC(0x00F55A60, bool, Array_InternalArray__ICollection_Contains_280, (Array * __this, TMP_TextProcessingStack_1_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3DC0, Array_InternalArray__ICollection_Contains_280__MethodInfo); DO_APP_FUNC(0x00F55BF0, bool, Array_InternalArray__ICollection_Contains_281, (Array * __this, TMP_TextProcessingStack_1_MaterialReference_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3DB8, Array_InternalArray__ICollection_Contains_281__MethodInfo); DO_APP_FUNC(0x00F55DE0, bool, Array_InternalArray__ICollection_Contains_282, (Array * __this, TMP_TextProcessingStack_1_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3DB0, Array_InternalArray__ICollection_Contains_282__MethodInfo); DO_APP_FUNC(0x00F55FA0, bool, Array_InternalArray__ICollection_Contains_283, (Array * __this, TMP_TextProcessingStack_1_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3DA8, Array_InternalArray__ICollection_Contains_283__MethodInfo); DO_APP_FUNC(0x00F56130, bool, Array_InternalArray__ICollection_Contains_284, (Array * __this, TMP_TextProcessingStack_1_WordWrapState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3D60, Array_InternalArray__ICollection_Contains_284__MethodInfo); DO_APP_FUNC(0x00F563A0, bool, Array_InternalArray__ICollection_Contains_285, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_Background_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3D58, Array_InternalArray__ICollection_Contains_285__MethodInfo); DO_APP_FUNC(0x00F56560, bool, Array_InternalArray__ICollection_Contains_286, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3D50, Array_InternalArray__ICollection_Contains_286__MethodInfo); DO_APP_FUNC(0x00F56720, bool, Array_InternalArray__ICollection_Contains_287, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3D48, Array_InternalArray__ICollection_Contains_287__MethodInfo); DO_APP_FUNC(0x00F568E0, bool, Array_InternalArray__ICollection_Contains_288, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3D80, Array_InternalArray__ICollection_Contains_288__MethodInfo); DO_APP_FUNC(0x00F56AA0, bool, Array_InternalArray__ICollection_Contains_289, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_Length_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3D78, Array_InternalArray__ICollection_Contains_289__MethodInfo); DO_APP_FUNC(0x00F56C60, bool, Array_InternalArray__ICollection_Contains_290, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3D70, Array_InternalArray__ICollection_Contains_290__MethodInfo); DO_APP_FUNC(0x00F56E20, bool, Array_InternalArray__ICollection_Contains_291, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3D68, Array_InternalArray__ICollection_Contains_291__MethodInfo); DO_APP_FUNC(0x00F56FE0, bool, Array_InternalArray__ICollection_Contains_292, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3D20, Array_InternalArray__ICollection_Contains_292__MethodInfo); DO_APP_FUNC(0x00F571A0, bool, Array_InternalArray__ICollection_Contains_293, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3D18, Array_InternalArray__ICollection_Contains_293__MethodInfo); DO_APP_FUNC(0x00F57360, bool, Array_InternalArray__ICollection_Contains_294, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3D10, Array_InternalArray__ICollection_Contains_294__MethodInfo); DO_APP_FUNC(0x00F57520, bool, Array_InternalArray__ICollection_Contains_295, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3D08, Array_InternalArray__ICollection_Contains_295__MethodInfo); DO_APP_FUNC(0x00F576E0, bool, Array_InternalArray__ICollection_Contains_296, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3D40, Array_InternalArray__ICollection_Contains_296__MethodInfo); DO_APP_FUNC(0x00F578A0, bool, Array_InternalArray__ICollection_Contains_297, (Array * __this, ValueTuple_1_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3D38, Array_InternalArray__ICollection_Contains_297__MethodInfo); DO_APP_FUNC(0x00F579D0, bool, Array_InternalArray__ICollection_Contains_298, (Array * __this, ValueTuple_2_Int32_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3D30, Array_InternalArray__ICollection_Contains_298__MethodInfo); DO_APP_FUNC(0x00F57B10, bool, Array_InternalArray__ICollection_Contains_299, (Array * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3D28, Array_InternalArray__ICollection_Contains_299__MethodInfo); DO_APP_FUNC(0x00F57C60, bool, Array_InternalArray__ICollection_Contains_300, (Array * __this, ValueTuple_2_IntPtr_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3CE0, Array_InternalArray__ICollection_Contains_300__MethodInfo); DO_APP_FUNC(0x00F57DA0, bool, Array_InternalArray__ICollection_Contains_301, (Array * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3CD8, Array_InternalArray__ICollection_Contains_301__MethodInfo); DO_APP_FUNC(0x00F57F00, bool, Array_InternalArray__ICollection_Contains_302, (Array * __this, ValueTuple_2_Object_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3CD0, Array_InternalArray__ICollection_Contains_302__MethodInfo); DO_APP_FUNC(0x00F58040, bool, Array_InternalArray__ICollection_Contains_303, (Array * __this, ValueTuple_2_Object_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3CC8, Array_InternalArray__ICollection_Contains_303__MethodInfo); DO_APP_FUNC(0x00F58180, bool, Array_InternalArray__ICollection_Contains_304, (Array * __this, ValueTuple_2_UnityEngine_Vector3Int_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3D00, Array_InternalArray__ICollection_Contains_304__MethodInfo); DO_APP_FUNC(0x00F582E0, bool, Array_InternalArray__ICollection_Contains_305, (Array * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3CF8, Array_InternalArray__ICollection_Contains_305__MethodInfo); DO_APP_FUNC(0x00F58460, bool, Array_InternalArray__ICollection_Contains_306, (Array * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3CF0, Array_InternalArray__ICollection_Contains_306__MethodInfo); DO_APP_FUNC(0x00F585D0, bool, Array_InternalArray__ICollection_Contains_307, (Array * __this, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3CE8, Array_InternalArray__ICollection_Contains_307__MethodInfo); DO_APP_FUNC(0x00F58730, bool, Array_InternalArray__ICollection_Contains_308, (Array * __this, ValueTuple_3_Object_Object_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3CA0, Array_InternalArray__ICollection_Contains_308__MethodInfo); DO_APP_FUNC(0x00F58890, bool, Array_InternalArray__ICollection_Contains_309, (Array * __this, AnimatorClipInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3C98, Array_InternalArray__ICollection_Contains_309__MethodInfo); DO_APP_FUNC(0x00F58A00, bool, Array_InternalArray__ICollection_Contains_310, (Array * __this, AstarWorkItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3C90, Array_InternalArray__ICollection_Contains_310__MethodInfo); DO_APP_FUNC(0x00F58B90, bool, Array_InternalArray__ICollection_Contains_311, (Array * __this, AsyncOperationHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3C88, Array_InternalArray__ICollection_Contains_311__MethodInfo); DO_APP_FUNC(0x00F58D30, bool, Array_InternalArray__ICollection_Contains_312, (Array * __this, AxisCalibrationData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3CC0, Array_InternalArray__ICollection_Contains_312__MethodInfo); DO_APP_FUNC(0x00F58F10, bool, Array_InternalArray__ICollection_Contains_313, (Array * __this, Background item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3CB8, Array_InternalArray__ICollection_Contains_313__MethodInfo); DO_APP_FUNC(0x00F59070, bool, Array_InternalArray__ICollection_Contains_314, (Array * __this, BatchVisibility item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3CB0, Array_InternalArray__ICollection_Contains_314__MethodInfo); DO_APP_FUNC(0x00F59200, bool, Array_InternalArray__ICollection_Contains_315, (Array * __this, BoltPeer item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3CA8, Array_InternalArray__ICollection_Contains_315__MethodInfo); DO_APP_FUNC(0x00F59370, bool, Array_InternalArray__ICollection_Contains_316, (Array * __this, BoltPhysicsHit item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3C78, Array_InternalArray__ICollection_Contains_316__MethodInfo); DO_APP_FUNC(0x00F59510, bool, Array_InternalArray__ICollection_Contains_317, (Array * __this, BoneWeight item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3C70, Array_InternalArray__ICollection_Contains_317__MethodInfo); DO_APP_FUNC(0x00F59670, bool, Array_InternalArray__ICollection_Contains_318, (Array * __this, BoneWeight1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3C68, Array_InternalArray__ICollection_Contains_318__MethodInfo); DO_APP_FUNC(0x00F597A0, bool, Array_InternalArray__ICollection_Contains_319, (Array * __this, bool item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3C80, Array_InternalArray__ICollection_Contains_319__MethodInfo); DO_APP_FUNC(0x00F59910, bool, Array_InternalArray__ICollection_Contains_320, (Array * __this, BoundedPlane item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3C50, Array_InternalArray__ICollection_Contains_320__MethodInfo); DO_APP_FUNC(0x00F59B20, bool, Array_InternalArray__ICollection_Contains_321, (Array * __this, BoundingSphere item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3C48, Array_InternalArray__ICollection_Contains_321__MethodInfo); DO_APP_FUNC(0x00F59C90, bool, Array_InternalArray__ICollection_Contains_322, (Array * __this, Bounds item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3C40, Array_InternalArray__ICollection_Contains_322__MethodInfo); DO_APP_FUNC(0x00F59DF0, bool, Array_InternalArray__ICollection_Contains_323, (Array * __this, uint8_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3C38, Array_InternalArray__ICollection_Contains_323__MethodInfo); DO_APP_FUNC(0x00F59F20, bool, Array_InternalArray__ICollection_Contains_324, (Array * __this, ByteEnum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3C60, Array_InternalArray__ICollection_Contains_324__MethodInfo); DO_APP_FUNC(0x00F5A090, bool, Array_InternalArray__ICollection_Contains_325, (Array * __this, CancellationToken item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3C58, Array_InternalArray__ICollection_Contains_325__MethodInfo); DO_APP_FUNC(0x00F5A200, bool, Array_InternalArray__ICollection_Contains_326, (Array * __this, CancellationTokenRegistration item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3C10, Array_InternalArray__ICollection_Contains_326__MethodInfo); DO_APP_FUNC(0x00F5A360, bool, Array_InternalArray__ICollection_Contains_327, (Array * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3C08, Array_InternalArray__ICollection_Contains_327__MethodInfo); DO_APP_FUNC(0x00F5A4D0, bool, Array_InternalArray__ICollection_Contains_328, (Array * __this, ClientInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3C30, Array_InternalArray__ICollection_Contains_328__MethodInfo); DO_APP_FUNC(0x00F5A670, bool, Array_InternalArray__ICollection_Contains_329, (Array * __this, ClothSkinningCoefficient item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3C28, Array_InternalArray__ICollection_Contains_329__MethodInfo); DO_APP_FUNC(0x00F5A7E0, bool, Array_InternalArray__ICollection_Contains_330, (Array * __this, ClothSphereColliderPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3C20, Array_InternalArray__ICollection_Contains_330__MethodInfo); DO_APP_FUNC(0x00F5A960, bool, Array_InternalArray__ICollection_Contains_331, (Array * __this, Color item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3C18, Array_InternalArray__ICollection_Contains_331__MethodInfo); DO_APP_FUNC(0x00F5AA90, bool, Array_InternalArray__ICollection_Contains_332, (Array * __this, Color32 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3BE0, Array_InternalArray__ICollection_Contains_332__MethodInfo); DO_APP_FUNC(0x00F5ABF0, bool, Array_InternalArray__ICollection_Contains_333, (Array * __this, ColorBlock item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3BD8, Array_InternalArray__ICollection_Contains_333__MethodInfo); DO_APP_FUNC(0x00F5ADF0, bool, Array_InternalArray__ICollection_Contains_334, (Array * __this, CombineInstance item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3C00, Array_InternalArray__ICollection_Contains_334__MethodInfo); DO_APP_FUNC(0x00F5B000, bool, Array_InternalArray__ICollection_Contains_335, (Array * __this, CompactVoxelCell item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3BF8, Array_InternalArray__ICollection_Contains_335__MethodInfo); DO_APP_FUNC(0x00F5B170, bool, Array_InternalArray__ICollection_Contains_336, (Array * __this, CompactVoxelSpan item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3BF0, Array_InternalArray__ICollection_Contains_336__MethodInfo); DO_APP_FUNC(0x00F5B2F0, bool, Array_InternalArray__ICollection_Contains_337, (Array * __this, ComputedStyle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3BE8, Array_InternalArray__ICollection_Contains_337__MethodInfo); DO_APP_FUNC(0x00F5B4E0, bool, Array_InternalArray__ICollection_Contains_338, (Array * __this, ComputedTransitionProperty item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3BB0, Array_InternalArray__ICollection_Contains_338__MethodInfo); DO_APP_FUNC(0x00F5B680, bool, Array_InternalArray__ICollection_Contains_339, (Array * __this, ConfigurationDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3BA8, Array_InternalArray__ICollection_Contains_339__MethodInfo); DO_APP_FUNC(0x00F5B7E0, bool, Array_InternalArray__ICollection_Contains_340, (Array * __this, Connection item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3BA0, Array_InternalArray__ICollection_Contains_340__MethodInfo); DO_APP_FUNC(0x00F5B920, bool, Array_InternalArray__ICollection_Contains_341, (Array * __this, ContactPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3B98, Array_InternalArray__ICollection_Contains_341__MethodInfo); DO_APP_FUNC(0x00F5BAD0, bool, Array_InternalArray__ICollection_Contains_342, (Array * __this, ContactPoint2D item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3BD0, Array_InternalArray__ICollection_Contains_342__MethodInfo); DO_APP_FUNC(0x00F5BCB0, bool, Array_InternalArray__ICollection_Contains_343, (Array * __this, ControllerPollingInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3BC8, Array_InternalArray__ICollection_Contains_343__MethodInfo); DO_APP_FUNC(0x00F5BE90, bool, Array_InternalArray__ICollection_Contains_344, (Array * __this, ControllerTemplateElementTarget item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3BC0, Array_InternalArray__ICollection_Contains_344__MethodInfo); DO_APP_FUNC(0x00F5C010, bool, Array_InternalArray__ICollection_Contains_345, (Array * __this, CurveSample item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3BB8, Array_InternalArray__ICollection_Contains_345__MethodInfo); DO_APP_FUNC(0x00F5C1B0, bool, Array_InternalArray__ICollection_Contains_346, (Array * __this, CustomAttributeNamedArgument item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3B80, Array_InternalArray__ICollection_Contains_346__MethodInfo); DO_APP_FUNC(0x00F5C320, bool, Array_InternalArray__ICollection_Contains_347, (Array * __this, CustomAttributeTypedArgument item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3B78, Array_InternalArray__ICollection_Contains_347__MethodInfo); DO_APP_FUNC(0x00F5C460, bool, Array_InternalArray__ICollection_Contains_348, (Array * __this, DateTime item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3B90, Array_InternalArray__ICollection_Contains_348__MethodInfo); DO_APP_FUNC(0x00F5C5D0, bool, Array_InternalArray__ICollection_Contains_349, (Array * __this, DateTimeOffset item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3B88, Array_InternalArray__ICollection_Contains_349__MethodInfo); DO_APP_FUNC(0x00F5C760, bool, Array_InternalArray__ICollection_Contains_350, (Array * __this, Decimal item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3B50, Array_InternalArray__ICollection_Contains_350__MethodInfo); DO_APP_FUNC(0x00F5C8F0, bool, Array_InternalArray__ICollection_Contains_351, (Array * __this, DetailInstanceTransform item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3B48, Array_InternalArray__ICollection_Contains_351__MethodInfo); DO_APP_FUNC(0x00F5CA90, bool, Array_InternalArray__ICollection_Contains_352, (Array * __this, DiagnosticEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3B70, Array_InternalArray__ICollection_Contains_352__MethodInfo); DO_APP_FUNC(0x00F5CC50, bool, Array_InternalArray__ICollection_Contains_353, (Array * __this, DictionaryEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3B68, Array_InternalArray__ICollection_Contains_353__MethodInfo); DO_APP_FUNC(0x00F5CDD0, bool, Array_InternalArray__ICollection_Contains_354, (Array * __this, Dimension item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3B60, Array_InternalArray__ICollection_Contains_354__MethodInfo); DO_APP_FUNC(0x00F5CF00, bool, Array_InternalArray__ICollection_Contains_355, (Array * __this, double item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3B58, Array_InternalArray__ICollection_Contains_355__MethodInfo); DO_APP_FUNC(0x00F5D030, bool, Array_InternalArray__ICollection_Contains_356, (Array * __this, DrawBufferRange item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3B20, Array_InternalArray__ICollection_Contains_356__MethodInfo); DO_APP_FUNC(0x00F5D1B0, bool, Array_InternalArray__ICollection_Contains_357, (Array * __this, EasingFunction item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3B18, Array_InternalArray__ICollection_Contains_357__MethodInfo); DO_APP_FUNC(0x00F5D330, bool, Array_InternalArray__ICollection_Contains_358, (Array * __this, ElementAssignmentConflictInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3B10, Array_InternalArray__ICollection_Contains_358__MethodInfo); DO_APP_FUNC(0x00F5D500, bool, Array_InternalArray__ICollection_Contains_359, (Array * __this, Entitlement item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3B08, Array_InternalArray__ICollection_Contains_359__MethodInfo); DO_APP_FUNC(0x00F5D6A0, bool, Array_InternalArray__ICollection_Contains_360, (Array * __this, Ephemeron item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3B40, Array_InternalArray__ICollection_Contains_360__MethodInfo); DO_APP_FUNC(0x00F5D820, bool, Array_InternalArray__ICollection_Contains_361, (Array * __this, EventReliable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3B38, Array_InternalArray__ICollection_Contains_361__MethodInfo); DO_APP_FUNC(0x00F5D9A0, bool, Array_InternalArray__ICollection_Contains_362, (Array * __this, EventUnreliable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3B30, Array_InternalArray__ICollection_Contains_362__MethodInfo); DO_APP_FUNC(0x00F5DB40, bool, Array_InternalArray__ICollection_Contains_363, (Array * __this, FORMATETC item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3B28, Array_InternalArray__ICollection_Contains_363__MethodInfo); DO_APP_FUNC(0x00F5DCD0, bool, Array_InternalArray__ICollection_Contains_364, (Array * __this, FileStat item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3AE0, Array_InternalArray__ICollection_Contains_364__MethodInfo); DO_APP_FUNC(0x00F5DE70, bool, Array_InternalArray__ICollection_Contains_365, (Array * __this, FontDefinition item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3AD8, Array_InternalArray__ICollection_Contains_365__MethodInfo); DO_APP_FUNC(0x00F5DFB0, bool, Array_InternalArray__ICollection_Contains_366, (Array * __this, FontWeightPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3AD0, Array_InternalArray__ICollection_Contains_366__MethodInfo); DO_APP_FUNC(0x00F5E130, bool, Array_InternalArray__ICollection_Contains_367, (Array * __this, FrameFormat item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3AC8, Array_InternalArray__ICollection_Contains_367__MethodInfo); DO_APP_FUNC(0x00F5E290, bool, Array_InternalArray__ICollection_Contains_368, (Array * __this, GCHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3B00, Array_InternalArray__ICollection_Contains_368__MethodInfo); DO_APP_FUNC(0x00F5E3C0, bool, Array_InternalArray__ICollection_Contains_369, (Array * __this, GfxUpdateBufferRange item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3AF8, Array_InternalArray__ICollection_Contains_369__MethodInfo); DO_APP_FUNC(0x00F5E540, bool, Array_InternalArray__ICollection_Contains_370, (Array * __this, GlobalKeyword item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3AF0, Array_InternalArray__ICollection_Contains_370__MethodInfo); DO_APP_FUNC(0x00F5E6C0, bool, Array_InternalArray__ICollection_Contains_371, (Array * __this, GlyphMarshallingStruct item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3AE8, Array_InternalArray__ICollection_Contains_371__MethodInfo); DO_APP_FUNC(0x00F5E890, bool, Array_InternalArray__ICollection_Contains_372, (Array * __this, GlyphPairAdjustmentRecord item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3AA0, Array_InternalArray__ICollection_Contains_372__MethodInfo); DO_APP_FUNC(0x00F5EA00, bool, Array_InternalArray__ICollection_Contains_373, (Array * __this, GlyphRect item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3A98, Array_InternalArray__ICollection_Contains_373__MethodInfo); DO_APP_FUNC(0x00F5EB90, bool, Array_InternalArray__ICollection_Contains_374, (Array * __this, GradientAlphaKey item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3AC0, Array_InternalArray__ICollection_Contains_374__MethodInfo); DO_APP_FUNC(0x00F5ED00, bool, Array_InternalArray__ICollection_Contains_375, (Array * __this, GradientColorKey item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3AB8, Array_InternalArray__ICollection_Contains_375__MethodInfo); DO_APP_FUNC(0x00F5EEA0, bool, Array_InternalArray__ICollection_Contains_376, (Array * __this, GradientSettings item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3AB0, Array_InternalArray__ICollection_Contains_376__MethodInfo); DO_APP_FUNC(0x00F5F030, bool, Array_InternalArray__ICollection_Contains_377, (Array * __this, Guid item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3AA8, Array_InternalArray__ICollection_Contains_377__MethodInfo); DO_APP_FUNC(0x00F5F170, bool, Array_InternalArray__ICollection_Contains_378, (Array * __this, HandJointLocation item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3A70, Array_InternalArray__ICollection_Contains_378__MethodInfo); DO_APP_FUNC(0x00F5F320, bool, Array_InternalArray__ICollection_Contains_379, (Array * __this, Hash128 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3A68, Array_InternalArray__ICollection_Contains_379__MethodInfo); DO_APP_FUNC(0x00F5F460, bool, Array_InternalArray__ICollection_Contains_380, (Array * __this, HeaderVariantInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3A60, Array_InternalArray__ICollection_Contains_380__MethodInfo); DO_APP_FUNC(0x00F5F5E0, bool, Array_InternalArray__ICollection_Contains_381, (Array * __this, HighlightState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3A58, Array_InternalArray__ICollection_Contains_381__MethodInfo); DO_APP_FUNC(0x00F5F730, bool, Array_InternalArray__ICollection_Contains_382, (Array * __this, HumanBone item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3A90, Array_InternalArray__ICollection_Contains_382__MethodInfo); DO_APP_FUNC(0x00F5F910, bool, Array_InternalArray__ICollection_Contains_383, (Array * __this, ImpactEffect item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3A88, Array_InternalArray__ICollection_Contains_383__MethodInfo); DO_APP_FUNC(0x00F5FA90, bool, Array_InternalArray__ICollection_Contains_384, (Array * __this, InputActionSourceData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3A80, Array_InternalArray__ICollection_Contains_384__MethodInfo); DO_APP_FUNC(0x00F5FC30, bool, Array_InternalArray__ICollection_Contains_385, (Array * __this, InputBinding item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3A78, Array_InternalArray__ICollection_Contains_385__MethodInfo); DO_APP_FUNC(0x00F5FDE0, bool, Array_InternalArray__ICollection_Contains_386, (Array * __this, InputControlScheme item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3A30, Array_InternalArray__ICollection_Contains_386__MethodInfo); DO_APP_FUNC(0x00F5FF40, bool, Array_InternalArray__ICollection_Contains_387, (Array * __this, InputDevice_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3A28, Array_InternalArray__ICollection_Contains_387__MethodInfo); DO_APP_FUNC(0x00F60080, bool, Array_InternalArray__ICollection_Contains_388, (Array * __this, InputDeviceDescription item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3A20, Array_InternalArray__ICollection_Contains_388__MethodInfo); DO_APP_FUNC(0x00F60200, bool, Array_InternalArray__ICollection_Contains_389, (Array * __this, InputEventPtr item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3A18, Array_InternalArray__ICollection_Contains_389__MethodInfo); DO_APP_FUNC(0x00F60330, bool, Array_InternalArray__ICollection_Contains_390, (Array * __this, InputUser item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3A50, Array_InternalArray__ICollection_Contains_390__MethodInfo); DO_APP_FUNC(0x00F604B0, bool, Array_InternalArray__ICollection_Contains_391, (Array * __this, int16_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3A48, Array_InternalArray__ICollection_Contains_391__MethodInfo); DO_APP_FUNC(0x00F605E0, bool, Array_InternalArray__ICollection_Contains_392, (Array * __this, Int2 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3A40, Array_InternalArray__ICollection_Contains_392__MethodInfo); DO_APP_FUNC(0x00F60770, bool, Array_InternalArray__ICollection_Contains_393, (Array * __this, Int3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3A38, Array_InternalArray__ICollection_Contains_393__MethodInfo); DO_APP_FUNC(0x00F608C0, bool, Array_InternalArray__ICollection_Contains_394, (Array * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD39F0, Array_InternalArray__ICollection_Contains_394__MethodInfo); DO_APP_FUNC(0x00F609F0, bool, Array_InternalArray__ICollection_Contains_395, (Array * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD39E8, Array_InternalArray__ICollection_Contains_395__MethodInfo); DO_APP_FUNC(0x00F60B60, bool, Array_InternalArray__ICollection_Contains_396, (Array * __this, int64_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD39E0, Array_InternalArray__ICollection_Contains_396__MethodInfo); DO_APP_FUNC(0x00F60C90, bool, Array_InternalArray__ICollection_Contains_397, (Array * __this, IntPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD39D8, Array_InternalArray__ICollection_Contains_397__MethodInfo); DO_APP_FUNC(0x00F60DD0, bool, Array_InternalArray__ICollection_Contains_398, (Array * __this, void * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3A10, Array_InternalArray__ICollection_Contains_398__MethodInfo); DO_APP_FUNC(0x00F60F00, bool, Array_InternalArray__ICollection_Contains_399, (Array * __this, IntRect item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3A08, Array_InternalArray__ICollection_Contains_399__MethodInfo); DO_APP_FUNC(0x00F61040, bool, Array_InternalArray__ICollection_Contains_400, (Array * __this, InternalCodePageDataItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3A00, Array_InternalArray__ICollection_Contains_400__MethodInfo); DO_APP_FUNC(0x00F611C0, bool, Array_InternalArray__ICollection_Contains_401, (Array * __this, InternalEncodingDataItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD39F8, Array_InternalArray__ICollection_Contains_401__MethodInfo); DO_APP_FUNC(0x00F61340, bool, Array_InternalArray__ICollection_Contains_402, (Array * __this, InternedString item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD39B0, Array_InternalArray__ICollection_Contains_402__MethodInfo); DO_APP_FUNC(0x00F61480, bool, Array_InternalArray__ICollection_Contains_403, (Array * __this, InterpretedFrameInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD39A8, Array_InternalArray__ICollection_Contains_403__MethodInfo); DO_APP_FUNC(0x00F61600, bool, Array_InternalArray__ICollection_Contains_404, (Array * __this, IntervalTreeNode item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD39A0, Array_InternalArray__ICollection_Contains_404__MethodInfo); DO_APP_FUNC(0x00F617A0, bool, Array_InternalArray__ICollection_Contains_405, (Array * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3998, Array_InternalArray__ICollection_Contains_405__MethodInfo); DO_APP_FUNC(0x00F61910, bool, Array_InternalArray__ICollection_Contains_406, (Array * __this, ItemDefinitionAmount item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD39D0, Array_InternalArray__ICollection_Contains_406__MethodInfo); DO_APP_FUNC(0x00F61AB0, bool, Array_InternalArray__ICollection_Contains_407, (Array * __this, Keyframe item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD39C8, Array_InternalArray__ICollection_Contains_407__MethodInfo); DO_APP_FUNC(0x00F61C70, bool, Array_InternalArray__ICollection_Contains_408, (Array * __this, KickedPlayer item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD39C0, Array_InternalArray__ICollection_Contains_408__MethodInfo); DO_APP_FUNC(0x00F61DF0, bool, Array_InternalArray__ICollection_Contains_409, (Array * __this, LOD item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD39B8, Array_InternalArray__ICollection_Contains_409__MethodInfo); DO_APP_FUNC(0x00F61F70, bool, Array_InternalArray__ICollection_Contains_410, (Array * __this, LayerMask item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3970, Array_InternalArray__ICollection_Contains_410__MethodInfo); DO_APP_FUNC(0x00F620D0, bool, Array_InternalArray__ICollection_Contains_411, (Array * __this, Length item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3968, Array_InternalArray__ICollection_Contains_411__MethodInfo); DO_APP_FUNC(0x00F62200, bool, Array_InternalArray__ICollection_Contains_412, (Array * __this, LightDataGI item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3960, Array_InternalArray__ICollection_Contains_412__MethodInfo); DO_APP_FUNC(0x00F623F0, bool, Array_InternalArray__ICollection_Contains_413, (Array * __this, LineInfo_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3958, Array_InternalArray__ICollection_Contains_413__MethodInfo); DO_APP_FUNC(0x00F625E0, bool, Array_InternalArray__ICollection_Contains_414, (Array * __this, LinkInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3990, Array_InternalArray__ICollection_Contains_414__MethodInfo); DO_APP_FUNC(0x00F62770, bool, Array_InternalArray__ICollection_Contains_415, (Array * __this, LocalDefinition item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3988, Array_InternalArray__ICollection_Contains_415__MethodInfo); DO_APP_FUNC(0x00F628B0, bool, Array_InternalArray__ICollection_Contains_416, (Array * __this, LocalKeyword item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3980, Array_InternalArray__ICollection_Contains_416__MethodInfo); DO_APP_FUNC(0x00F62A10, bool, Array_InternalArray__ICollection_Contains_417, (Array * __this, ManipulatorActivationFilter item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3978, Array_InternalArray__ICollection_Contains_417__MethodInfo); DO_APP_FUNC(0x00F62B60, bool, Array_InternalArray__ICollection_Contains_418, (Array * __this, MaterialReference item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3930, Array_InternalArray__ICollection_Contains_418__MethodInfo); DO_APP_FUNC(0x00F62D40, bool, Array_InternalArray__ICollection_Contains_419, (Array * __this, MaterialReference_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3928, Array_InternalArray__ICollection_Contains_419__MethodInfo); DO_APP_FUNC(0x00F62F20, bool, Array_InternalArray__ICollection_Contains_420, (Array * __this, Matrix4x4 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3920, Array_InternalArray__ICollection_Contains_420__MethodInfo); DO_APP_FUNC(0x00F63090, bool, Array_InternalArray__ICollection_Contains_421, (Array * __this, MeshInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3918, Array_InternalArray__ICollection_Contains_421__MethodInfo); DO_APP_FUNC(0x00F63270, bool, Array_InternalArray__ICollection_Contains_422, (Array * __this, MinMaxFloat item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3950, Array_InternalArray__ICollection_Contains_422__MethodInfo); DO_APP_FUNC(0x00F633E0, bool, Array_InternalArray__ICollection_Contains_423, (Array * __this, MinMaxVector3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3948, Array_InternalArray__ICollection_Contains_423__MethodInfo); DO_APP_FUNC(0x00F63590, bool, Array_InternalArray__ICollection_Contains_424, (Array * __this, ModifiableContactPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3940, Array_InternalArray__ICollection_Contains_424__MethodInfo); DO_APP_FUNC(0x00F637A0, bool, Array_InternalArray__ICollection_Contains_425, (Array * __this, NameAndParameters item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3938, Array_InternalArray__ICollection_Contains_425__MethodInfo); DO_APP_FUNC(0x00F63940, bool, Array_InternalArray__ICollection_Contains_426, (Array * __this, NamedValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD38F0, Array_InternalArray__ICollection_Contains_426__MethodInfo); DO_APP_FUNC(0x00F63AA0, bool, Array_InternalArray__ICollection_Contains_427, (Array * __this, NativeAnchor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD38E8, Array_InternalArray__ICollection_Contains_427__MethodInfo); DO_APP_FUNC(0x00F63C80, bool, Array_InternalArray__ICollection_Contains_428, (Array * __this, NativePlane item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD38E0, Array_InternalArray__ICollection_Contains_428__MethodInfo); DO_APP_FUNC(0x00F63E50, bool, Array_InternalArray__ICollection_Contains_429, (Array * __this, Navigation item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD38D8, Array_InternalArray__ICollection_Contains_429__MethodInfo); DO_APP_FUNC(0x00F64010, bool, Array_InternalArray__ICollection_Contains_430, (Array * __this, NetworkId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3910, Array_InternalArray__ICollection_Contains_430__MethodInfo); DO_APP_FUNC(0x00F64140, bool, Array_InternalArray__ICollection_Contains_431, (Array * __this, NetworkPropertyInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3908, Array_InternalArray__ICollection_Contains_431__MethodInfo); DO_APP_FUNC(0x00F642D0, bool, Array_InternalArray__ICollection_Contains_432, (Array * __this, NetworkValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3900, Array_InternalArray__ICollection_Contains_432__MethodInfo); DO_APP_FUNC(0x00F64470, bool, Array_InternalArray__ICollection_Contains_433, (Array * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD38F8, Array_InternalArray__ICollection_Contains_433__MethodInfo); DO_APP_FUNC(0x00F64580, bool, Array_InternalArray__ICollection_Contains_434, (Array * __this, ObjectInitializationData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD38B0, Array_InternalArray__ICollection_Contains_434__MethodInfo); DO_APP_FUNC(0x00F64740, bool, Array_InternalArray__ICollection_Contains_435, (Array * __this, ObjectSurface item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD38A8, Array_InternalArray__ICollection_Contains_435__MethodInfo); DO_APP_FUNC(0x00F648C0, bool, Array_InternalArray__ICollection_Contains_436, (Array * __this, OpenChannel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD38A0, Array_InternalArray__ICollection_Contains_436__MethodInfo); DO_APP_FUNC(0x00F64A50, bool, Array_InternalArray__ICollection_Contains_437, (Array * __this, OriginalMaterialValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3898, Array_InternalArray__ICollection_Contains_437__MethodInfo); DO_APP_FUNC(0x00F64C10, bool, Array_InternalArray__ICollection_Contains_438, (Array * __this, PacketStats item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD38D0, Array_InternalArray__ICollection_Contains_438__MethodInfo); DO_APP_FUNC(0x00F64DA0, bool, Array_InternalArray__ICollection_Contains_439, (Array * __this, PageInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD38C8, Array_InternalArray__ICollection_Contains_439__MethodInfo); DO_APP_FUNC(0x00F64F40, bool, Array_InternalArray__ICollection_Contains_440, (Array * __this, ParameterModifier item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD38C0, Array_InternalArray__ICollection_Contains_440__MethodInfo); DO_APP_FUNC(0x00F650B0, bool, Array_InternalArray__ICollection_Contains_441, (Array * __this, ParticleCollisionEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD38B8, Array_InternalArray__ICollection_Contains_441__MethodInfo); DO_APP_FUNC(0x00F65270, bool, Array_InternalArray__ICollection_Contains_442, (Array * __this, PatchExtents item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3870, Array_InternalArray__ICollection_Contains_442__MethodInfo); DO_APP_FUNC(0x00F653E0, bool, Array_InternalArray__ICollection_Contains_443, (Array * __this, PidVid item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3868, Array_InternalArray__ICollection_Contains_443__MethodInfo); DO_APP_FUNC(0x00F65510, bool, Array_InternalArray__ICollection_Contains_444, (Array * __this, Plane item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3860, Array_InternalArray__ICollection_Contains_444__MethodInfo); DO_APP_FUNC(0x00F65680, bool, Array_InternalArray__ICollection_Contains_445, (Array * __this, Playable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3858, Array_InternalArray__ICollection_Contains_445__MethodInfo); DO_APP_FUNC(0x00F65800, bool, Array_InternalArray__ICollection_Contains_446, (Array * __this, PlayableBinding item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3890, Array_InternalArray__ICollection_Contains_446__MethodInfo); DO_APP_FUNC(0x00F65990, bool, Array_InternalArray__ICollection_Contains_447, (Array * __this, PlayerChannel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3888, Array_InternalArray__ICollection_Contains_447__MethodInfo); DO_APP_FUNC(0x00F65AF0, bool, Array_InternalArray__ICollection_Contains_448, (Array * __this, PlayerFlashlightBeam item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3880, Array_InternalArray__ICollection_Contains_448__MethodInfo); DO_APP_FUNC(0x00F65C70, bool, Array_InternalArray__ICollection_Contains_449, (Array * __this, PlayerLoopSystem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3878, Array_InternalArray__ICollection_Contains_449__MethodInfo); DO_APP_FUNC(0x00F65E30, bool, Array_InternalArray__ICollection_Contains_450, (Array * __this, PointerModel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3840, Array_InternalArray__ICollection_Contains_450__MethodInfo); DO_APP_FUNC(0x00F660A0, bool, Array_InternalArray__ICollection_Contains_451, (Array * __this, PrefabId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3838, Array_InternalArray__ICollection_Contains_451__MethodInfo); DO_APP_FUNC(0x00F661D0, bool, Array_InternalArray__ICollection_Contains_452, (Array * __this, Priority item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3830, Array_InternalArray__ICollection_Contains_452__MethodInfo); DO_APP_FUNC(0x00F66360, bool, Array_InternalArray__ICollection_Contains_453, (Array * __this, ProbeVolumeBakingProcessSettings item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3828, Array_InternalArray__ICollection_Contains_453__MethodInfo); DO_APP_FUNC(0x00F664F0, bool, Array_InternalArray__ICollection_Contains_454, (Array * __this, Progress item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3850, Array_InternalArray__ICollection_Contains_454__MethodInfo); DO_APP_FUNC(0x00F66670, bool, Array_InternalArray__ICollection_Contains_455, (Array * __this, PublishedFileId_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3848, Array_InternalArray__ICollection_Contains_455__MethodInfo); DO_APP_FUNC(0x00F667E0, bool, Array_InternalArray__ICollection_Contains_456, (Array * __this, QeeoSydAJKtvhuMHtIdMCGTRHBDhA item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3800, Array_InternalArray__ICollection_Contains_456__MethodInfo); DO_APP_FUNC(0x00F66970, bool, Array_InternalArray__ICollection_Contains_457, (Array * __this, Quaternion item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD37F8, Array_InternalArray__ICollection_Contains_457__MethodInfo); DO_APP_FUNC(0x00F66AA0, bool, Array_InternalArray__ICollection_Contains_458, (Array * __this, RangePositionInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD37F0, Array_InternalArray__ICollection_Contains_458__MethodInfo); DO_APP_FUNC(0x00F66C20, bool, Array_InternalArray__ICollection_Contains_459, (Array * __this, RaycastHit item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD37E8, Array_InternalArray__ICollection_Contains_459__MethodInfo); DO_APP_FUNC(0x00F66DF0, bool, Array_InternalArray__ICollection_Contains_460, (Array * __this, RaycastHit2D item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3820, Array_InternalArray__ICollection_Contains_460__MethodInfo); DO_APP_FUNC(0x00F66FA0, bool, Array_InternalArray__ICollection_Contains_461, (Array * __this, RaycastResult item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3818, Array_InternalArray__ICollection_Contains_461__MethodInfo); DO_APP_FUNC(0x00F67180, bool, Array_InternalArray__ICollection_Contains_462, (Array * __this, Rect item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3810, Array_InternalArray__ICollection_Contains_462__MethodInfo); DO_APP_FUNC(0x00F672C0, bool, Array_InternalArray__ICollection_Contains_463, (Array * __this, ReflectionProbeBlendInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3808, Array_InternalArray__ICollection_Contains_463__MethodInfo); DO_APP_FUNC(0x00F67440, bool, Array_InternalArray__ICollection_Contains_464, (Array * __this, RemoteChannel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD37C0, Array_InternalArray__ICollection_Contains_464__MethodInfo); DO_APP_FUNC(0x00F675E0, bool, Array_InternalArray__ICollection_Contains_465, (Array * __this, RenderChainTextEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD37B8, Array_InternalArray__ICollection_Contains_465__MethodInfo); DO_APP_FUNC(0x00F67760, bool, Array_InternalArray__ICollection_Contains_466, (Array * __this, RenderInstancedDataLayout item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD37B0, Array_InternalArray__ICollection_Contains_466__MethodInfo); DO_APP_FUNC(0x00F678E0, bool, Array_InternalArray__ICollection_Contains_467, (Array * __this, RenderTargetIdentifier item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD37A8, Array_InternalArray__ICollection_Contains_467__MethodInfo); DO_APP_FUNC(0x00F67A50, bool, Array_InternalArray__ICollection_Contains_468, (Array * __this, RendererList item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD37E0, Array_InternalArray__ICollection_Contains_468__MethodInfo); DO_APP_FUNC(0x00F67BD0, bool, Array_InternalArray__ICollection_Contains_469, (Array * __this, RendererListHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD37D8, Array_InternalArray__ICollection_Contains_469__MethodInfo); DO_APP_FUNC(0x00F67D40, bool, Array_InternalArray__ICollection_Contains_470, (Array * __this, RendererListResource item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD37D0, Array_InternalArray__ICollection_Contains_470__MethodInfo); DO_APP_FUNC(0x00F67FE0, bool, Array_InternalArray__ICollection_Contains_471, (Array * __this, Resolution item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD37C8, Array_InternalArray__ICollection_Contains_471__MethodInfo); DO_APP_FUNC(0x00F68170, bool, Array_InternalArray__ICollection_Contains_472, (Array * __this, ResourceHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3790, Array_InternalArray__ICollection_Contains_472__MethodInfo); DO_APP_FUNC(0x00F682E0, bool, Array_InternalArray__ICollection_Contains_473, (Array * __this, ResourceLocator item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3788, Array_InternalArray__ICollection_Contains_473__MethodInfo); DO_APP_FUNC(0x00F68460, bool, Array_InternalArray__ICollection_Contains_474, (Array * __this, RichTextTagAttribute item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3780, Array_InternalArray__ICollection_Contains_474__MethodInfo); DO_APP_FUNC(0x00F68600, bool, Array_InternalArray__ICollection_Contains_475, (Array * __this, RichTextTagAttribute_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3778, Array_InternalArray__ICollection_Contains_475__MethodInfo); DO_APP_FUNC(0x00F687A0, bool, Array_InternalArray__ICollection_Contains_476, (Array * __this, RoomChannel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD37A0, Array_InternalArray__ICollection_Contains_476__MethodInfo); DO_APP_FUNC(0x00F68950, bool, Array_InternalArray__ICollection_Contains_477, (Array * __this, RoomMembership item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3798, Array_InternalArray__ICollection_Contains_477__MethodInfo); DO_APP_FUNC(0x00F68AF0, bool, Array_InternalArray__ICollection_Contains_478, (Array * __this, RoomName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3750, Array_InternalArray__ICollection_Contains_478__MethodInfo); DO_APP_FUNC(0x00F68C70, bool, Array_InternalArray__ICollection_Contains_479, (Array * __this, Rotate_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3748, Array_InternalArray__ICollection_Contains_479__MethodInfo); DO_APP_FUNC(0x00F68DD0, bool, Array_InternalArray__ICollection_Contains_480, (Array * __this, RuleMatcher item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3740, Array_InternalArray__ICollection_Contains_480__MethodInfo); DO_APP_FUNC(0x00F68F50, bool, Array_InternalArray__ICollection_Contains_481, (Array * __this, RuntimeLabel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3738, Array_InternalArray__ICollection_Contains_481__MethodInfo); DO_APP_FUNC(0x00F690E0, bool, Array_InternalArray__ICollection_Contains_482, (Array * __this, int8_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3770, Array_InternalArray__ICollection_Contains_482__MethodInfo); DO_APP_FUNC(0x00F69210, bool, Array_InternalArray__ICollection_Contains_483, (Array * __this, SByteEnum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3768, Array_InternalArray__ICollection_Contains_483__MethodInfo); DO_APP_FUNC(0x00F69380, bool, Array_InternalArray__ICollection_Contains_484, (Array * __this, STATDATA item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3760, Array_InternalArray__ICollection_Contains_484__MethodInfo); DO_APP_FUNC(0x00F69560, bool, Array_InternalArray__ICollection_Contains_485, (Array * __this, ScalableImage item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3758, Array_InternalArray__ICollection_Contains_485__MethodInfo); DO_APP_FUNC(0x00F696E0, bool, Array_InternalArray__ICollection_Contains_486, (Array * __this, Scale item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3710, Array_InternalArray__ICollection_Contains_486__MethodInfo); DO_APP_FUNC(0x00F69820, bool, Array_InternalArray__ICollection_Contains_487, (Array * __this, SelectorMatchRecord item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3708, Array_InternalArray__ICollection_Contains_487__MethodInfo); DO_APP_FUNC(0x00F699C0, bool, Array_InternalArray__ICollection_Contains_488, (Array * __this, SemanticMeaning item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3700, Array_InternalArray__ICollection_Contains_488__MethodInfo); DO_APP_FUNC(0x00F69B40, bool, Array_InternalArray__ICollection_Contains_489, (Array * __this, SerializedType item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD36F8, Array_InternalArray__ICollection_Contains_489__MethodInfo); DO_APP_FUNC(0x00F69CD0, bool, Array_InternalArray__ICollection_Contains_490, (Array * __this, SessionClient item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3730, Array_InternalArray__ICollection_Contains_490__MethodInfo); DO_APP_FUNC(0x00F69EB0, bool, Array_InternalArray__ICollection_Contains_491, (Array * __this, ShaderKeyword item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3728, Array_InternalArray__ICollection_Contains_491__MethodInfo); DO_APP_FUNC(0x00F6A030, bool, Array_InternalArray__ICollection_Contains_492, (Array * __this, ShaderTagId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3720, Array_InternalArray__ICollection_Contains_492__MethodInfo); DO_APP_FUNC(0x00F6A1B0, bool, Array_InternalArray__ICollection_Contains_493, (Array * __this, ShaderVariablesProbeVolumes item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3718, Array_InternalArray__ICollection_Contains_493__MethodInfo); DO_APP_FUNC(0x00F6A390, bool, Array_InternalArray__ICollection_Contains_494, (Array * __this, float item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD36F0, Array_InternalArray__ICollection_Contains_494__MethodInfo); DO_APP_FUNC(0x00F6A4C0, bool, Array_InternalArray__ICollection_Contains_495, (Array * __this, SkeletonBone item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD36E8, Array_InternalArray__ICollection_Contains_495__MethodInfo); DO_APP_FUNC(0x00F6A6A0, bool, Array_InternalArray__ICollection_Contains_496, (Array * __this, Sku item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD36E0, Array_InternalArray__ICollection_Contains_496__MethodInfo); DO_APP_FUNC(0x00F6A860, bool, Array_InternalArray__ICollection_Contains_497, (Array * __this, SpeechSession item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD36D8, Array_InternalArray__ICollection_Contains_497__MethodInfo); DO_APP_FUNC(0x00F6AA40, bool, Array_InternalArray__ICollection_Contains_498, (Array * __this, SphericalHarmonicsL2 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4890, Array_InternalArray__ICollection_Contains_498__MethodInfo); DO_APP_FUNC(0x00F6ABF0, bool, Array_InternalArray__ICollection_Contains_499, (Array * __this, SpriteState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4888, Array_InternalArray__ICollection_Contains_499__MethodInfo); DO_APP_FUNC(0x00F6AD80, bool, Array_InternalArray__ICollection_Contains_500, (Array * __this, SslApplicationProtocol item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD48B0, Array_InternalArray__ICollection_Contains_500__MethodInfo); DO_APP_FUNC(0x00F6AF10, bool, Array_InternalArray__ICollection_Contains_501, (Array * __this, SteamItemDef_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD48A8, Array_InternalArray__ICollection_Contains_501__MethodInfo); DO_APP_FUNC(0x00F6B040, bool, Array_InternalArray__ICollection_Contains_502, (Array * __this, SteamItemDetails_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD48A0, Array_InternalArray__ICollection_Contains_502__MethodInfo); DO_APP_FUNC(0x00F6B1C0, bool, Array_InternalArray__ICollection_Contains_503, (Array * __this, StylePropertyName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4898, Array_InternalArray__ICollection_Contains_503__MethodInfo); DO_APP_FUNC(0x00F6B300, bool, Array_InternalArray__ICollection_Contains_504, (Array * __this, StylePropertyValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4860, Array_InternalArray__ICollection_Contains_504__MethodInfo); DO_APP_FUNC(0x00F6B480, bool, Array_InternalArray__ICollection_Contains_505, (Array * __this, StyleSelectorPart item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4858, Array_InternalArray__ICollection_Contains_505__MethodInfo); DO_APP_FUNC(0x00F6B620, bool, Array_InternalArray__ICollection_Contains_506, (Array * __this, StyleSyntaxToken item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4850, Array_InternalArray__ICollection_Contains_506__MethodInfo); DO_APP_FUNC(0x00F6B7C0, bool, Array_InternalArray__ICollection_Contains_507, (Array * __this, StyleValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4848, Array_InternalArray__ICollection_Contains_507__MethodInfo); DO_APP_FUNC(0x00F6B960, bool, Array_InternalArray__ICollection_Contains_508, (Array * __this, StyleValueHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4880, Array_InternalArray__ICollection_Contains_508__MethodInfo); DO_APP_FUNC(0x00F6BAD0, bool, Array_InternalArray__ICollection_Contains_509, (Array * __this, StyleValueManaged item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4878, Array_InternalArray__ICollection_Contains_509__MethodInfo); DO_APP_FUNC(0x00F6BC50, bool, Array_InternalArray__ICollection_Contains_510, (Array * __this, StyleVariable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4870, Array_InternalArray__ICollection_Contains_510__MethodInfo); DO_APP_FUNC(0x00F6BDF0, bool, Array_InternalArray__ICollection_Contains_511, (Array * __this, SubMeshDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4868, Array_InternalArray__ICollection_Contains_511__MethodInfo); DO_APP_FUNC(0x00F6BFB0, bool, Array_InternalArray__ICollection_Contains_512, (Array * __this, Substring item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4820, Array_InternalArray__ICollection_Contains_512__MethodInfo); DO_APP_FUNC(0x00F6C0F0, bool, Array_InternalArray__ICollection_Contains_513, (Array * __this, TMP_CharacterInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4818, Array_InternalArray__ICollection_Contains_513__MethodInfo); DO_APP_FUNC(0x00F6C3C0, bool, Array_InternalArray__ICollection_Contains_514, (Array * __this, TMP_FontWeightPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4810, Array_InternalArray__ICollection_Contains_514__MethodInfo); DO_APP_FUNC(0x00F6C540, bool, Array_InternalArray__ICollection_Contains_515, (Array * __this, TMP_LineInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4808, Array_InternalArray__ICollection_Contains_515__MethodInfo); DO_APP_FUNC(0x00F6C750, bool, Array_InternalArray__ICollection_Contains_516, (Array * __this, TMP_LinkInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4840, Array_InternalArray__ICollection_Contains_516__MethodInfo); DO_APP_FUNC(0x00F6C910, bool, Array_InternalArray__ICollection_Contains_517, (Array * __this, TMP_MeshInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4838, Array_InternalArray__ICollection_Contains_517__MethodInfo); DO_APP_FUNC(0x00F6CAF0, bool, Array_InternalArray__ICollection_Contains_518, (Array * __this, TMP_PageInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4830, Array_InternalArray__ICollection_Contains_518__MethodInfo); DO_APP_FUNC(0x00F6CC90, bool, Array_InternalArray__ICollection_Contains_519, (Array * __this, TMP_WordInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4828, Array_InternalArray__ICollection_Contains_519__MethodInfo); DO_APP_FUNC(0x00F6CE30, bool, Array_InternalArray__ICollection_Contains_520, (Array * __this, TerrainTileCoord item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD47F0, Array_InternalArray__ICollection_Contains_520__MethodInfo); DO_APP_FUNC(0x00F6CFA0, bool, Array_InternalArray__ICollection_Contains_521, (Array * __this, TextElementInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD47E8, Array_InternalArray__ICollection_Contains_521__MethodInfo); DO_APP_FUNC(0x00F6D250, bool, Array_InternalArray__ICollection_Contains_522, (Array * __this, TextShadow item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD47E0, Array_InternalArray__ICollection_Contains_522__MethodInfo); DO_APP_FUNC(0x00F6D3B0, bool, Array_InternalArray__ICollection_Contains_523, (Array * __this, TextVertex_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD47D8, Array_InternalArray__ICollection_Contains_523__MethodInfo); DO_APP_FUNC(0x00F6D550, bool, Array_InternalArray__ICollection_Contains_524, (Array * __this, TextureHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4800, Array_InternalArray__ICollection_Contains_524__MethodInfo); DO_APP_FUNC(0x00F6D6D0, bool, Array_InternalArray__ICollection_Contains_525, (Array * __this, TextureId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD47F8, Array_InternalArray__ICollection_Contains_525__MethodInfo); DO_APP_FUNC(0x00F6D840, bool, Array_InternalArray__ICollection_Contains_526, (Array * __this, TileData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD47C0, Array_InternalArray__ICollection_Contains_526__MethodInfo); DO_APP_FUNC(0x00F6DA30, bool, Array_InternalArray__ICollection_Contains_527, (Array * __this, TimeSpan item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD47B8, Array_InternalArray__ICollection_Contains_527__MethodInfo); DO_APP_FUNC(0x00F6DBA0, bool, Array_InternalArray__ICollection_Contains_528, (Array * __this, TimeValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD47D0, Array_InternalArray__ICollection_Contains_528__MethodInfo); DO_APP_FUNC(0x00F6DCD0, bool, Array_InternalArray__ICollection_Contains_529, (Array * __this, Touch item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD47C8, Array_InternalArray__ICollection_Contains_529__MethodInfo); DO_APP_FUNC(0x00F6DEB0, bool, Array_InternalArray__ICollection_Contains_530, (Array * __this, Touch_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4790, Array_InternalArray__ICollection_Contains_530__MethodInfo); DO_APP_FUNC(0x00F6E040, bool, Array_InternalArray__ICollection_Contains_531, (Array * __this, TrackableId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4788, Array_InternalArray__ICollection_Contains_531__MethodInfo); DO_APP_FUNC(0x00F6E1D0, bool, Array_InternalArray__ICollection_Contains_532, (Array * __this, Transform3x4 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD47B0, Array_InternalArray__ICollection_Contains_532__MethodInfo); DO_APP_FUNC(0x00F6E390, bool, Array_InternalArray__ICollection_Contains_533, (Array * __this, TransformOrigin item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD47A8, Array_InternalArray__ICollection_Contains_533__MethodInfo); DO_APP_FUNC(0x00F6E4E0, bool, Array_InternalArray__ICollection_Contains_534, (Array * __this, Translate_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD47A0, Array_InternalArray__ICollection_Contains_534__MethodInfo); DO_APP_FUNC(0x00F6E640, bool, Array_InternalArray__ICollection_Contains_535, (Array * __this, TreeInstance item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4798, Array_InternalArray__ICollection_Contains_535__MethodInfo); DO_APP_FUNC(0x00F6E800, bool, Array_InternalArray__ICollection_Contains_536, (Array * __this, TreeItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4760, Array_InternalArray__ICollection_Contains_536__MethodInfo); DO_APP_FUNC(0x00F6E980, bool, Array_InternalArray__ICollection_Contains_537, (Array * __this, TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4758, Array_InternalArray__ICollection_Contains_537__MethodInfo); DO_APP_FUNC(0x00F6EB20, bool, Array_InternalArray__ICollection_Contains_538, (Array * __this, TypeId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4750, Array_InternalArray__ICollection_Contains_538__MethodInfo); DO_APP_FUNC(0x00F6EC50, bool, Array_InternalArray__ICollection_Contains_539, (Array * __this, TypeWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4748, Array_InternalArray__ICollection_Contains_539__MethodInfo); DO_APP_FUNC(0x00F6EDE0, bool, Array_InternalArray__ICollection_Contains_540, (Array * __this, UICharInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4780, Array_InternalArray__ICollection_Contains_540__MethodInfo); DO_APP_FUNC(0x00F6EF70, bool, Array_InternalArray__ICollection_Contains_541, (Array * __this, UILineInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4778, Array_InternalArray__ICollection_Contains_541__MethodInfo); DO_APP_FUNC(0x00F6F0F0, bool, Array_InternalArray__ICollection_Contains_542, (Array * __this, UIVertex item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4770, Array_InternalArray__ICollection_Contains_542__MethodInfo); DO_APP_FUNC(0x00F6F310, bool, Array_InternalArray__ICollection_Contains_543, (Array * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4768, Array_InternalArray__ICollection_Contains_543__MethodInfo); DO_APP_FUNC(0x00F6F440, bool, Array_InternalArray__ICollection_Contains_544, (Array * __this, UInt16Enum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4730, Array_InternalArray__ICollection_Contains_544__MethodInfo); DO_APP_FUNC(0x00F6F5B0, bool, Array_InternalArray__ICollection_Contains_545, (Array * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4728, Array_InternalArray__ICollection_Contains_545__MethodInfo); DO_APP_FUNC(0x00F6F6E0, bool, Array_InternalArray__ICollection_Contains_546, (Array * __this, UInt32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4720, Array_InternalArray__ICollection_Contains_546__MethodInfo); DO_APP_FUNC(0x00F6F850, bool, Array_InternalArray__ICollection_Contains_547, (Array * __this, uint64_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4718, Array_InternalArray__ICollection_Contains_547__MethodInfo); DO_APP_FUNC(0x00F6F980, bool, Array_InternalArray__ICollection_Contains_548, (Array * __this, UVTexture item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4740, Array_InternalArray__ICollection_Contains_548__MethodInfo); DO_APP_FUNC(0x00F6FB20, bool, Array_InternalArray__ICollection_Contains_549, (Array * __this, UdpChannelName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4738, Array_InternalArray__ICollection_Contains_549__MethodInfo); DO_APP_FUNC(0x00F6FCA0, bool, Array_InternalArray__ICollection_Contains_550, (Array * __this, UdpEndPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD46F0, Array_InternalArray__ICollection_Contains_550__MethodInfo); DO_APP_FUNC(0x00F6FE50, bool, Array_InternalArray__ICollection_Contains_551, (Array * __this, UdpEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD46E8, Array_InternalArray__ICollection_Contains_551__MethodInfo); DO_APP_FUNC(0x00F6FFF0, bool, Array_InternalArray__ICollection_Contains_552, (Array * __this, UdpIPv4Address item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4710, Array_InternalArray__ICollection_Contains_552__MethodInfo); DO_APP_FUNC(0x00F70160, bool, Array_InternalArray__ICollection_Contains_553, (Array * __this, UdpPipeHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4708, Array_InternalArray__ICollection_Contains_553__MethodInfo); DO_APP_FUNC(0x00F702E0, bool, Array_InternalArray__ICollection_Contains_554, (Array * __this, UniqueId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4700, Array_InternalArray__ICollection_Contains_554__MethodInfo); DO_APP_FUNC(0x00F70420, bool, Array_InternalArray__ICollection_Contains_555, (Array * __this, UsageHint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD46F8, Array_InternalArray__ICollection_Contains_555__MethodInfo); DO_APP_FUNC(0x00F70590, bool, Array_InternalArray__ICollection_Contains_556, (Array * __this, User item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD46C0, Array_InternalArray__ICollection_Contains_556__MethodInfo); DO_APP_FUNC(0x00F70750, bool, Array_InternalArray__ICollection_Contains_557, (Array * __this, ValueWebSocketReceiveResult item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD46B8, Array_InternalArray__ICollection_Contains_557__MethodInfo); DO_APP_FUNC(0x00F708C0, bool, Array_InternalArray__ICollection_Contains_558, (Array * __this, Vector2 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD46B0, Array_InternalArray__ICollection_Contains_558__MethodInfo); DO_APP_FUNC(0x00F709E0, bool, Array_InternalArray__ICollection_Contains_559, (Array * __this, Vector2Int item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD46A8, Array_InternalArray__ICollection_Contains_559__MethodInfo); DO_APP_FUNC(0x00F70B00, bool, Array_InternalArray__ICollection_Contains_560, (Array * __this, Vector3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD46E0, Array_InternalArray__ICollection_Contains_560__MethodInfo); DO_APP_FUNC(0x00F70C40, bool, Array_InternalArray__ICollection_Contains_561, (Array * __this, Vector3Int item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD46D8, Array_InternalArray__ICollection_Contains_561__MethodInfo); DO_APP_FUNC(0x00F70D80, bool, Array_InternalArray__ICollection_Contains_562, (Array * __this, Vector3_Array2D item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD46D0, Array_InternalArray__ICollection_Contains_562__MethodInfo); DO_APP_FUNC(0x00F70EF0, bool, Array_InternalArray__ICollection_Contains_563, (Array * __this, Vector4 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD46C8, Array_InternalArray__ICollection_Contains_563__MethodInfo); DO_APP_FUNC(0x00F71020, bool, Array_InternalArray__ICollection_Contains_564, (Array * __this, VectorImageVertex item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4680, Array_InternalArray__ICollection_Contains_564__MethodInfo); DO_APP_FUNC(0x00F711E0, bool, Array_InternalArray__ICollection_Contains_565, (Array * __this, Vertex item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4678, Array_InternalArray__ICollection_Contains_565__MethodInfo); DO_APP_FUNC(0x00F713B0, bool, Array_InternalArray__ICollection_Contains_566, (Array * __this, VertexAttributeDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4670, Array_InternalArray__ICollection_Contains_566__MethodInfo); DO_APP_FUNC(0x00F714F0, bool, Array_InternalArray__ICollection_Contains_567, (Array * __this, ViewConfiguration item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4668, Array_InternalArray__ICollection_Contains_567__MethodInfo); DO_APP_FUNC(0x00F71690, bool, Array_InternalArray__ICollection_Contains_568, (Array * __this, VoicePacket item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD46A0, Array_InternalArray__ICollection_Contains_568__MethodInfo); DO_APP_FUNC(0x00F71870, bool, Array_InternalArray__ICollection_Contains_569, (Array * __this, VoxelCell item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4698, Array_InternalArray__ICollection_Contains_569__MethodInfo); DO_APP_FUNC(0x00F719E0, bool, Array_InternalArray__ICollection_Contains_570, (Array * __this, VoxelContour item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4690, Array_InternalArray__ICollection_Contains_570__MethodInfo); DO_APP_FUNC(0x00F71B70, bool, Array_InternalArray__ICollection_Contains_571, (Array * __this, Win32_IP_ADAPTER_ADDRESSES item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4688, Array_InternalArray__ICollection_Contains_571__MethodInfo); DO_APP_FUNC(0x00F71DE0, bool, Array_InternalArray__ICollection_Contains_572, (Array * __this, Win32_IP_ADAPTER_INFO item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4648, Array_InternalArray__ICollection_Contains_572__MethodInfo); DO_APP_FUNC(0x00F72030, bool, Array_InternalArray__ICollection_Contains_573, (Array * __this, Win32_IP_ADDR_STRING item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4640, Array_InternalArray__ICollection_Contains_573__MethodInfo); DO_APP_FUNC(0x00F721C0, bool, Array_InternalArray__ICollection_Contains_574, (Array * __this, WordInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4638, Array_InternalArray__ICollection_Contains_574__MethodInfo); DO_APP_FUNC(0x00F72350, bool, Array_InternalArray__ICollection_Contains_575, (Array * __this, WordWrapState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4630, Array_InternalArray__ICollection_Contains_575__MethodInfo); DO_APP_FUNC(0x00F72620, bool, Array_InternalArray__ICollection_Contains_576, (Array * __this, X509ChainStatus item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4660, Array_InternalArray__ICollection_Contains_576__MethodInfo); DO_APP_FUNC(0x00F727A0, bool, Array_InternalArray__ICollection_Contains_577, (Array * __this, XPathNode item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4658, Array_InternalArray__ICollection_Contains_577__MethodInfo); DO_APP_FUNC(0x00F72930, bool, Array_InternalArray__ICollection_Contains_578, (Array * __this, XPathNodeRef item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4650, Array_InternalArray__ICollection_Contains_578__MethodInfo); DO_APP_FUNC(0x00F72AB0, bool, Array_InternalArray__ICollection_Contains_579, (Array * __this, XRAnchor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4618, Array_InternalArray__ICollection_Contains_579__MethodInfo); DO_APP_FUNC(0x00F72CA0, bool, Array_InternalArray__ICollection_Contains_580, (Array * __this, XRFeatureDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4610, Array_InternalArray__ICollection_Contains_580__MethodInfo); DO_APP_FUNC(0x00F72E40, bool, Array_InternalArray__ICollection_Contains_581, (Array * __this, XRNodeState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4608, Array_InternalArray__ICollection_Contains_581__MethodInfo); DO_APP_FUNC(0x00F73030, bool, Array_InternalArray__ICollection_Contains_582, (Array * __this, XRRaycast item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4628, Array_InternalArray__ICollection_Contains_582__MethodInfo); DO_APP_FUNC(0x00F73210, bool, Array_InternalArray__ICollection_Contains_583, (Array * __this, XmlTagAttribute item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4620, Array_InternalArray__ICollection_Contains_583__MethodInfo); DO_APP_FUNC(0x00F733B0, bool, Array_InternalArray__ICollection_Contains_584, (Array * __this, aOHEnKCFymegycPegEXPFUjlaUPpA item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD45E0, Array_InternalArray__ICollection_Contains_584__MethodInfo); DO_APP_FUNC(0x00F73530, bool, Array_InternalArray__ICollection_Contains_585, (Array * __this, aQHgSHeigtcamfIWbNaiXaCiVwuq item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD45D8, Array_InternalArray__ICollection_Contains_585__MethodInfo); DO_APP_FUNC(0x00F73690, bool, Array_InternalArray__ICollection_Contains_586, (Array * __this, jvalue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD45D0, Array_InternalArray__ICollection_Contains_586__MethodInfo); DO_APP_FUNC(0x00F73800, bool, Array_InternalArray__ICollection_Contains_587, (Array * __this, tSPvxZUJjzaTiAEejeAOLKctGpmKA item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD45C8, Array_InternalArray__ICollection_Contains_587__MethodInfo); DO_APP_FUNC(0x00F73980, bool, Array_InternalArray__ICollection_Contains_588, (Array * __this, yUgrsNEvLzxrXGzkHTUPIBJYGDah item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4600, Array_InternalArray__ICollection_Contains_588__MethodInfo); DO_APP_FUNC(0x00F73B00, bool, Array_InternalArray__ICollection_Contains_589, (Array * __this, AIObjectPool_PreloadedPrefab item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD45F8, Array_InternalArray__ICollection_Contains_589__MethodInfo); DO_APP_FUNC(0x00F73C80, bool, Array_InternalArray__ICollection_Contains_590, (Array * __this, AdvancedSmooth_Turn item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD45F0, Array_InternalArray__ICollection_Contains_590__MethodInfo); DO_APP_FUNC(0x00F73E00, bool, Array_InternalArray__ICollection_Contains_591, (Array * __this, Agent_VO item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD45E8, Array_InternalArray__ICollection_Contains_591__MethodInfo); DO_APP_FUNC(0x00F74010, bool, Array_InternalArray__ICollection_Contains_592, (Array * __this, AnimationOutputWeightProcessor_WeightInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD45A0, Array_InternalArray__ICollection_Contains_592__MethodInfo); DO_APP_FUNC(0x00F741D0, bool, Array_InternalArray__ICollection_Contains_593, (Array * __this, AstarDebugger_GraphPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4598, Array_InternalArray__ICollection_Contains_593__MethodInfo); DO_APP_FUNC(0x00F74360, bool, Array_InternalArray__ICollection_Contains_594, (Array * __this, AstarDebugger_PathTypeDebug item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4590, Array_InternalArray__ICollection_Contains_594__MethodInfo); DO_APP_FUNC(0x00F74500, bool, Array_InternalArray__ICollection_Contains_595, (Array * __this, AtlasAllocatorDynamic_AtlasNode item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4588, Array_InternalArray__ICollection_Contains_595__MethodInfo); DO_APP_FUNC(0x00F74690, bool, Array_InternalArray__ICollection_Contains_596, (Array * __this, AttributeCollection_AttributeEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD45C0, Array_InternalArray__ICollection_Contains_596__MethodInfo); DO_APP_FUNC(0x00F74810, bool, Array_InternalArray__ICollection_Contains_597, (Array * __this, BBTree_BBTreeBox item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD45B8, Array_InternalArray__ICollection_Contains_597__MethodInfo); DO_APP_FUNC(0x00F749D0, bool, Array_InternalArray__ICollection_Contains_598, (Array * __this, BaseStyleMatcher_MatchContext item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD45B0, Array_InternalArray__ICollection_Contains_598__MethodInfo); DO_APP_FUNC(0x00F74B40, bool, Array_InternalArray__ICollection_Contains_599, (Array * __this, BeforeRenderHelper_OrderBlock item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD45A8, Array_InternalArray__ICollection_Contains_599__MethodInfo); DO_APP_FUNC(0x00F74CC0, bool, Array_InternalArray__ICollection_Contains_600, (Array * __this, BinaryHeap_Tuple item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4560, Array_InternalArray__ICollection_Contains_600__MethodInfo); DO_APP_FUNC(0x00F74E40, bool, Array_InternalArray__ICollection_Contains_601, (Array * __this, BitmapAllocator32_Page item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4558, Array_InternalArray__ICollection_Contains_601__MethodInfo); DO_APP_FUNC(0x00F74FB0, bool, Array_InternalArray__ICollection_Contains_602, (Array * __this, BloomRenderer_Level item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4550, Array_InternalArray__ICollection_Contains_602__MethodInfo); DO_APP_FUNC(0x00F75120, bool, Array_InternalArray__ICollection_Contains_603, (Array * __this, BoltConsole_Line item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4548, Array_InternalArray__ICollection_Contains_603__MethodInfo); DO_APP_FUNC(0x00F752C0, bool, Array_InternalArray__ICollection_Contains_604, (Array * __this, BoltProtocolTokenRegistry_TokenRegistry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4580, Array_InternalArray__ICollection_Contains_604__MethodInfo); DO_APP_FUNC(0x00F75440, bool, Array_InternalArray__ICollection_Contains_605, (Array * __this, CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4578, Array_InternalArray__ICollection_Contains_605__MethodInfo); DO_APP_FUNC(0x00F755B0, bool, Array_InternalArray__ICollection_Contains_606, (Array * __this, Camera_RenderRequest item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4570, Array_InternalArray__ICollection_Contains_606__MethodInfo); DO_APP_FUNC(0x00F75750, bool, Array_InternalArray__ICollection_Contains_607, (Array * __this, CameraState_CustomBlendable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4568, Array_InternalArray__ICollection_Contains_607__MethodInfo); DO_APP_FUNC(0x00F758D0, bool, Array_InternalArray__ICollection_Contains_608, (Array * __this, CharacterFootEffects_Foot item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4520, Array_InternalArray__ICollection_Contains_608__MethodInfo); DO_APP_FUNC(0x00F75A50, bool, Array_InternalArray__ICollection_Contains_609, (Array * __this, CinemachineBlendListCamera_Instruction item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4518, Array_InternalArray__ICollection_Contains_609__MethodInfo); DO_APP_FUNC(0x00F75BE0, bool, Array_InternalArray__ICollection_Contains_610, (Array * __this, CinemachineBlenderSettings_CustomBlend item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4510, Array_InternalArray__ICollection_Contains_610__MethodInfo); DO_APP_FUNC(0x00F75D70, bool, Array_InternalArray__ICollection_Contains_611, (Array * __this, CinemachineClearShot_Pair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4508, Array_InternalArray__ICollection_Contains_611__MethodInfo); DO_APP_FUNC(0x00F75EE0, bool, Array_InternalArray__ICollection_Contains_612, (Array * __this, CinemachineFreeLook_Orbit item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4540, Array_InternalArray__ICollection_Contains_612__MethodInfo); DO_APP_FUNC(0x00F76050, bool, Array_InternalArray__ICollection_Contains_613, (Array * __this, CinemachinePath_Waypoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4538, Array_InternalArray__ICollection_Contains_613__MethodInfo); DO_APP_FUNC(0x00F76210, bool, Array_InternalArray__ICollection_Contains_614, (Array * __this, CinemachineSmoothPath_Waypoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4530, Array_InternalArray__ICollection_Contains_614__MethodInfo); DO_APP_FUNC(0x00F76380, bool, Array_InternalArray__ICollection_Contains_615, (Array * __this, CinemachineStateDrivenCamera_HashPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4528, Array_InternalArray__ICollection_Contains_615__MethodInfo); DO_APP_FUNC(0x00F764F0, bool, Array_InternalArray__ICollection_Contains_616, (Array * __this, CinemachineStateDrivenCamera_Instruction item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD44E0, Array_InternalArray__ICollection_Contains_616__MethodInfo); DO_APP_FUNC(0x00F76690, bool, Array_InternalArray__ICollection_Contains_617, (Array * __this, CinemachineStateDrivenCamera_ParentHash item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD44D8, Array_InternalArray__ICollection_Contains_617__MethodInfo); DO_APP_FUNC(0x00F76800, bool, Array_InternalArray__ICollection_Contains_618, (Array * __this, CinemachineTargetGroup_Target item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD44D0, Array_InternalArray__ICollection_Contains_618__MethodInfo); DO_APP_FUNC(0x00F76980, bool, Array_InternalArray__ICollection_Contains_619, (Array * __this, ClipperLib_DoublePoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD44C8, Array_InternalArray__ICollection_Contains_619__MethodInfo); DO_APP_FUNC(0x00F76B10, bool, Array_InternalArray__ICollection_Contains_620, (Array * __this, ClipperLib_IntPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4500, Array_InternalArray__ICollection_Contains_620__MethodInfo); DO_APP_FUNC(0x00F76C50, bool, Array_InternalArray__ICollection_Contains_621, (Array * __this, CodePointIndexer_TableRange item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD44F8, Array_InternalArray__ICollection_Contains_621__MethodInfo); DO_APP_FUNC(0x00F76DF0, bool, Array_InternalArray__ICollection_Contains_622, (Array * __this, ComboTimeout_ComboInputElement item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD44F0, Array_InternalArray__ICollection_Contains_622__MethodInfo); DO_APP_FUNC(0x00F76F70, bool, Array_InternalArray__ICollection_Contains_623, (Array * __this, ConfinerOven_PolygonSolution item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD44E8, Array_InternalArray__ICollection_Contains_623__MethodInfo); DO_APP_FUNC(0x00F770F0, bool, Array_InternalArray__ICollection_Contains_624, (Array * __this, ContentCatalogData_Bucket item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD44A0, Array_InternalArray__ICollection_Contains_624__MethodInfo); DO_APP_FUNC(0x00F77270, bool, Array_InternalArray__ICollection_Contains_625, (Array * __this, ContextFlagsAdapterPal_ContextFlagMapping item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4498, Array_InternalArray__ICollection_Contains_625__MethodInfo); DO_APP_FUNC(0x00F773E0, bool, Array_InternalArray__ICollection_Contains_626, (Array * __this, CookieTokenizer_RecognizedAttribute item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4490, Array_InternalArray__ICollection_Contains_626__MethodInfo); DO_APP_FUNC(0x00F77560, bool, Array_InternalArray__ICollection_Contains_627, (Array * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4488, Array_InternalArray__ICollection_Contains_627__MethodInfo); DO_APP_FUNC(0x00F776F0, bool, Array_InternalArray__ICollection_Contains_628, (Array * __this, DamageIndicatorMonitor_DamageIndicator item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD44C0, Array_InternalArray__ICollection_Contains_628__MethodInfo); DO_APP_FUNC(0x00F778D0, bool, Array_InternalArray__ICollection_Contains_629, (Array * __this, DelayedActionManager_DelegateInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD44B8, Array_InternalArray__ICollection_Contains_629__MethodInfo); DO_APP_FUNC(0x00F77A60, bool, Array_InternalArray__ICollection_Contains_630, (Array * __this, DynamicResolutionHandler_ScalerContainer item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD44B0, Array_InternalArray__ICollection_Contains_630__MethodInfo); DO_APP_FUNC(0x00F77BE0, bool, Array_InternalArray__ICollection_Contains_631, (Array * __this, EventDispatcher_CallbackWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD44A8, Array_InternalArray__ICollection_Contains_631__MethodInfo); DO_APP_FUNC(0x00F77D60, bool, Array_InternalArray__ICollection_Contains_632, (Array * __this, EventDispatcher_EventListener item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4460, Array_InternalArray__ICollection_Contains_632__MethodInfo); DO_APP_FUNC(0x00F77F00, bool, Array_InternalArray__ICollection_Contains_633, (Array * __this, EventDispatcher_DispatchContext item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4458, Array_InternalArray__ICollection_Contains_633__MethodInfo); DO_APP_FUNC(0x00F78080, bool, Array_InternalArray__ICollection_Contains_634, (Array * __this, EventDispatcher_EventRecord item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4450, Array_InternalArray__ICollection_Contains_634__MethodInfo); DO_APP_FUNC(0x00F78200, bool, Array_InternalArray__ICollection_Contains_635, (Array * __this, EventQueue_NetworkEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4448, Array_InternalArray__ICollection_Contains_635__MethodInfo); DO_APP_FUNC(0x00F78440, bool, Array_InternalArray__ICollection_Contains_636, (Array * __this, EventReliableRecvBuffer_Node item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4480, Array_InternalArray__ICollection_Contains_636__MethodInfo); DO_APP_FUNC(0x00F785E0, bool, Array_InternalArray__ICollection_Contains_637, (Array * __this, EventReliableSendBuffer_Node item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4478, Array_InternalArray__ICollection_Contains_637__MethodInfo); DO_APP_FUNC(0x00F78780, bool, Array_InternalArray__ICollection_Contains_638, (Array * __this, FocusController_FocusedElement item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4470, Array_InternalArray__ICollection_Contains_638__MethodInfo); DO_APP_FUNC(0x00F78900, bool, Array_InternalArray__ICollection_Contains_639, (Array * __this, Funnel_PathPart item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4468, Array_InternalArray__ICollection_Contains_639__MethodInfo); DO_APP_FUNC(0x00F78AB0, bool, Array_InternalArray__ICollection_Contains_640, (Array * __this, GetRandomAvailablePerch_RandomPerch item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4420, Array_InternalArray__ICollection_Contains_640__MethodInfo); DO_APP_FUNC(0x00F78C40, bool, Array_InternalArray__ICollection_Contains_641, (Array * __this, GraphUpdateProcessor_GUOSingle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4418, Array_InternalArray__ICollection_Contains_641__MethodInfo); DO_APP_FUNC(0x00F78DE0, bool, Array_InternalArray__ICollection_Contains_642, (Array * __this, HID_HIDCollectionDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4410, Array_InternalArray__ICollection_Contains_642__MethodInfo); DO_APP_FUNC(0x00F78F80, bool, Array_InternalArray__ICollection_Contains_643, (Array * __this, HID_HIDElementDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4408, Array_InternalArray__ICollection_Contains_643__MethodInfo); DO_APP_FUNC(0x00F79160, bool, Array_InternalArray__ICollection_Contains_644, (Array * __this, HIDParser_HIDReportData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4440, Array_InternalArray__ICollection_Contains_644__MethodInfo); DO_APP_FUNC(0x00F792F0, bool, Array_InternalArray__ICollection_Contains_645, (Array * __this, HIDSupport_HIDPageUsage item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4438, Array_InternalArray__ICollection_Contains_645__MethodInfo); DO_APP_FUNC(0x00F79460, bool, Array_InternalArray__ICollection_Contains_646, (Array * __this, HIDTouchpad_TouchData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4430, Array_InternalArray__ICollection_Contains_646__MethodInfo); DO_APP_FUNC(0x00F79610, bool, Array_InternalArray__ICollection_Contains_647, (Array * __this, HairDesignerColliderBase_DualSphere item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4428, Array_InternalArray__ICollection_Contains_647__MethodInfo); DO_APP_FUNC(0x00F797C0, bool, Array_InternalArray__ICollection_Contains_648, (Array * __this, HairDesignerGeneratorAdvancedFurBase_DualSphereCollider item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD43E0, Array_InternalArray__ICollection_Contains_648__MethodInfo); DO_APP_FUNC(0x00F79950, bool, Array_InternalArray__ICollection_Contains_649, (Array * __this, HairDesignerGeneratorAdvancedFurBase_SkinData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD43D8, Array_InternalArray__ICollection_Contains_649__MethodInfo); DO_APP_FUNC(0x00F79AE0, bool, Array_InternalArray__ICollection_Contains_650, (Array * __this, HairDesignerGeneratorFurShellBase_BufferData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD43D0, Array_InternalArray__ICollection_Contains_650__MethodInfo); DO_APP_FUNC(0x00F79C50, bool, Array_InternalArray__ICollection_Contains_651, (Array * __this, HairDesignerGeneratorFurShellBase_SkinData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD43C8, Array_InternalArray__ICollection_Contains_651__MethodInfo); DO_APP_FUNC(0x00F79DE0, bool, Array_InternalArray__ICollection_Contains_652, (Array * __this, Hammersley_Hammersley2dSeq16 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4400, Array_InternalArray__ICollection_Contains_652__MethodInfo); DO_APP_FUNC(0x00F7A030, bool, Array_InternalArray__ICollection_Contains_653, (Array * __this, Hammersley_Hammersley2dSeq256 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD43F8, Array_InternalArray__ICollection_Contains_653__MethodInfo); DO_APP_FUNC(0x00F7A210, bool, Array_InternalArray__ICollection_Contains_654, (Array * __this, Hammersley_Hammersley2dSeq32 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD43F0, Array_InternalArray__ICollection_Contains_654__MethodInfo); DO_APP_FUNC(0x00F7A460, bool, Array_InternalArray__ICollection_Contains_655, (Array * __this, Hammersley_Hammersley2dSeq64 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD43E8, Array_InternalArray__ICollection_Contains_655__MethodInfo); DO_APP_FUNC(0x00F7A6B0, bool, Array_InternalArray__ICollection_Contains_656, (Array * __this, Hashtable_bucket item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD43A0, Array_InternalArray__ICollection_Contains_656__MethodInfo); DO_APP_FUNC(0x00F7A850, bool, Array_InternalArray__ICollection_Contains_657, (Array * __this, HeadingTracker_Item item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4398, Array_InternalArray__ICollection_Contains_657__MethodInfo); DO_APP_FUNC(0x00F7A9F0, bool, Array_InternalArray__ICollection_Contains_658, (Array * __this, HealthFlashMonitor_Flash item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4390, Array_InternalArray__ICollection_Contains_658__MethodInfo); DO_APP_FUNC(0x00F7ABB0, bool, Array_InternalArray__ICollection_Contains_659, (Array * __this, HebrewNumber_HebrewValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4388, Array_InternalArray__ICollection_Contains_659__MethodInfo); DO_APP_FUNC(0x00F7AD10, bool, Array_InternalArray__ICollection_Contains_660, (Array * __this, InputActionMap_BindingJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD43C0, Array_InternalArray__ICollection_Contains_660__MethodInfo); DO_APP_FUNC(0x00F7AEF0, bool, Array_InternalArray__ICollection_Contains_661, (Array * __this, InputActionMap_BindingOverrideJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD43B8, Array_InternalArray__ICollection_Contains_661__MethodInfo); DO_APP_FUNC(0x00F7B0B0, bool, Array_InternalArray__ICollection_Contains_662, (Array * __this, InputActionMap_ReadActionJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD43B0, Array_InternalArray__ICollection_Contains_662__MethodInfo); DO_APP_FUNC(0x00F7B290, bool, Array_InternalArray__ICollection_Contains_663, (Array * __this, InputActionMap_ReadMapJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD43A8, Array_InternalArray__ICollection_Contains_663__MethodInfo); DO_APP_FUNC(0x00F7B420, bool, Array_InternalArray__ICollection_Contains_664, (Array * __this, InputActionMap_WriteActionJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4360, Array_InternalArray__ICollection_Contains_664__MethodInfo); DO_APP_FUNC(0x00F7B600, bool, Array_InternalArray__ICollection_Contains_665, (Array * __this, InputActionMap_WriteMapJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4358, Array_InternalArray__ICollection_Contains_665__MethodInfo); DO_APP_FUNC(0x00F7B790, bool, Array_InternalArray__ICollection_Contains_666, (Array * __this, InputActionRebindingExtensions_Parameter item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4350, Array_InternalArray__ICollection_Contains_666__MethodInfo); DO_APP_FUNC(0x00F7B930, bool, Array_InternalArray__ICollection_Contains_667, (Array * __this, InputActionRebindingExtensions_ParameterOverride item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4348, Array_InternalArray__ICollection_Contains_667__MethodInfo); DO_APP_FUNC(0x00F7BB60, bool, Array_InternalArray__ICollection_Contains_668, (Array * __this, InputActionTrace_ActionEventPtr item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4380, Array_InternalArray__ICollection_Contains_668__MethodInfo); DO_APP_FUNC(0x00F7BCE0, bool, Array_InternalArray__ICollection_Contains_669, (Array * __this, InputBindingCompositeContext_PartBinding item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4378, Array_InternalArray__ICollection_Contains_669__MethodInfo); DO_APP_FUNC(0x00F7BE60, bool, Array_InternalArray__ICollection_Contains_670, (Array * __this, InputControlLayout_ControlItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4370, Array_InternalArray__ICollection_Contains_670__MethodInfo); DO_APP_FUNC(0x00F7C100, bool, Array_InternalArray__ICollection_Contains_671, (Array * __this, InputControlPath_ParsedPathComponent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4368, Array_InternalArray__ICollection_Contains_671__MethodInfo); DO_APP_FUNC(0x00F7C2E0, bool, Array_InternalArray__ICollection_Contains_672, (Array * __this, InputControlScheme_DeviceRequirement item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4320, Array_InternalArray__ICollection_Contains_672__MethodInfo); DO_APP_FUNC(0x00F7C420, bool, Array_InternalArray__ICollection_Contains_673, (Array * __this, InputControlScheme_SchemeJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4318, Array_InternalArray__ICollection_Contains_673__MethodInfo); DO_APP_FUNC(0x00F7C5C0, bool, Array_InternalArray__ICollection_Contains_674, (Array * __this, InputDevice_ControlBitRangeNode item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4310, Array_InternalArray__ICollection_Contains_674__MethodInfo); DO_APP_FUNC(0x00F7C760, bool, Array_InternalArray__ICollection_Contains_675, (Array * __this, InputEventTrace_DeviceInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4308, Array_InternalArray__ICollection_Contains_675__MethodInfo); DO_APP_FUNC(0x00F7C8F0, bool, Array_InternalArray__ICollection_Contains_676, (Array * __this, InputManager_AvailableDevice item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4340, Array_InternalArray__ICollection_Contains_676__MethodInfo); DO_APP_FUNC(0x00F7CAD0, bool, Array_InternalArray__ICollection_Contains_677, (Array * __this, InputManager_StateChangeMonitorListener item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4338, Array_InternalArray__ICollection_Contains_677__MethodInfo); DO_APP_FUNC(0x00F7CC60, bool, Array_InternalArray__ICollection_Contains_678, (Array * __this, InputManager_StateChangeMonitorTimeout item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4330, Array_InternalArray__ICollection_Contains_678__MethodInfo); DO_APP_FUNC(0x00F7CE20, bool, Array_InternalArray__ICollection_Contains_679, (Array * __this, InputManager_StateChangeMonitorsForDevice item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4328, Array_InternalArray__ICollection_Contains_679__MethodInfo); DO_APP_FUNC(0x00F7D000, bool, Array_InternalArray__ICollection_Contains_680, (Array * __this, InputRemoting_RemoteInputDevice item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD42E0, Array_InternalArray__ICollection_Contains_680__MethodInfo); DO_APP_FUNC(0x00F7D1E0, bool, Array_InternalArray__ICollection_Contains_681, (Array * __this, InputRemoting_RemoteSender item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD42D8, Array_InternalArray__ICollection_Contains_681__MethodInfo); DO_APP_FUNC(0x00F7D380, bool, Array_InternalArray__ICollection_Contains_682, (Array * __this, InputStateHistory_Record item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD42D0, Array_InternalArray__ICollection_Contains_682__MethodInfo); DO_APP_FUNC(0x00F7D4C0, bool, Array_InternalArray__ICollection_Contains_683, (Array * __this, InputSystemUIInputModule_InputActionReferenceState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD42C8, Array_InternalArray__ICollection_Contains_683__MethodInfo); DO_APP_FUNC(0x00F7D630, bool, Array_InternalArray__ICollection_Contains_684, (Array * __this, InputUser_OngoingAccountSelection item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4300, Array_InternalArray__ICollection_Contains_684__MethodInfo); DO_APP_FUNC(0x00F7D7B0, bool, Array_InternalArray__ICollection_Contains_685, (Array * __this, InputUser_UserData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD42F8, Array_InternalArray__ICollection_Contains_685__MethodInfo); DO_APP_FUNC(0x00F7DA50, bool, Array_InternalArray__ICollection_Contains_686, (Array * __this, InternalTreeView_TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD42F0, Array_InternalArray__ICollection_Contains_686__MethodInfo); DO_APP_FUNC(0x00F7DBD0, bool, Array_InternalArray__ICollection_Contains_687, (Array * __this, JSONDeserialization_TaskField item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD42E8, Array_InternalArray__ICollection_Contains_687__MethodInfo); DO_APP_FUNC(0x00F7DD50, bool, Array_InternalArray__ICollection_Contains_688, (Array * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD42A0, Array_InternalArray__ICollection_Contains_688__MethodInfo); DO_APP_FUNC(0x00F7DED0, bool, Array_InternalArray__ICollection_Contains_689, (Array * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4298, Array_InternalArray__ICollection_Contains_689__MethodInfo); DO_APP_FUNC(0x00F7E0B0, bool, Array_InternalArray__ICollection_Contains_690, (Array * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4290, Array_InternalArray__ICollection_Contains_690__MethodInfo); DO_APP_FUNC(0x00F7E230, bool, Array_InternalArray__ICollection_Contains_691, (Array * __this, JsonParser_JsonValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4288, Array_InternalArray__ICollection_Contains_691__MethodInfo); DO_APP_FUNC(0x00F7E3D0, bool, Array_InternalArray__ICollection_Contains_692, (Array * __this, LayerGridGraph_HeightSample item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD42C0, Array_InternalArray__ICollection_Contains_692__MethodInfo); DO_APP_FUNC(0x00F7E5B0, bool, Array_InternalArray__ICollection_Contains_693, (Array * __this, Logs_LogMessage_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD42B8, Array_InternalArray__ICollection_Contains_693__MethodInfo); DO_APP_FUNC(0x00F7E730, bool, Array_InternalArray__ICollection_Contains_694, (Array * __this, Logs_LogMessage item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD42B0, Array_InternalArray__ICollection_Contains_694__MethodInfo); DO_APP_FUNC(0x00F7E8B0, bool, Array_InternalArray__ICollection_Contains_695, (Array * __this, MagicLightProbes_VolumeParameters item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD42A8, Array_InternalArray__ICollection_Contains_695__MethodInfo); DO_APP_FUNC(0x00F7EA70, bool, Array_InternalArray__ICollection_Contains_696, (Array * __this, MailHeaderInfo_HeaderInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4260, Array_InternalArray__ICollection_Contains_696__MethodInfo); DO_APP_FUNC(0x00F7EC10, bool, Array_InternalArray__ICollection_Contains_697, (Array * __this, MemberRelationshipService_RelationshipEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4258, Array_InternalArray__ICollection_Contains_697__MethodInfo); DO_APP_FUNC(0x00F7ED70, bool, Array_InternalArray__ICollection_Contains_698, (Array * __this, MemoryHelpers_BitRegion item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4250, Array_InternalArray__ICollection_Contains_698__MethodInfo); DO_APP_FUNC(0x00F7EEE0, bool, Array_InternalArray__ICollection_Contains_699, (Array * __this, MotionSolver_GPUNodeData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4248, Array_InternalArray__ICollection_Contains_699__MethodInfo); DO_APP_FUNC(0x00F7F0A0, bool, Array_InternalArray__ICollection_Contains_700, (Array * __this, MotionSolver_GPUNodeInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4280, Array_InternalArray__ICollection_Contains_700__MethodInfo); DO_APP_FUNC(0x00F7F280, bool, Array_InternalArray__ICollection_Contains_701, (Array * __this, MotionSolver_GPURootTransform item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4278, Array_InternalArray__ICollection_Contains_701__MethodInfo); DO_APP_FUNC(0x00F7F4E0, bool, Array_InternalArray__ICollection_Contains_702, (Array * __this, MovingPlatform_Waypoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4270, Array_InternalArray__ICollection_Contains_702__MethodInfo); DO_APP_FUNC(0x00F7F670, bool, Array_InternalArray__ICollection_Contains_703, (Array * __this, NightmareStyling_WallMaterial item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4268, Array_InternalArray__ICollection_Contains_703__MethodInfo); DO_APP_FUNC(0x00F7F7F0, bool, Array_InternalArray__ICollection_Contains_704, (Array * __this, NoiseSettings_TransformNoiseParams item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4220, Array_InternalArray__ICollection_Contains_704__MethodInfo); DO_APP_FUNC(0x00F7F9A0, bool, Array_InternalArray__ICollection_Contains_705, (Array * __this, NolanBehaviour_OverlappedCollider item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4218, Array_InternalArray__ICollection_Contains_705__MethodInfo); DO_APP_FUNC(0x00F7FB20, bool, Array_InternalArray__ICollection_Contains_706, (Array * __this, ObjectPoolBase_PreloadedPrefab item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4210, Array_InternalArray__ICollection_Contains_706__MethodInfo); DO_APP_FUNC(0x00F7FCA0, bool, Array_InternalArray__ICollection_Contains_707, (Array * __this, OnScreenControl_OnScreenDeviceInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4208, Array_InternalArray__ICollection_Contains_707__MethodInfo); DO_APP_FUNC(0x00F7FE60, bool, Array_InternalArray__ICollection_Contains_708, (Array * __this, OpenXRInput_SerializedBinding item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4240, Array_InternalArray__ICollection_Contains_708__MethodInfo); DO_APP_FUNC(0x00F7FFE0, bool, Array_InternalArray__ICollection_Contains_709, (Array * __this, PackedPlayModeBuildLogs_RuntimeBuildLog item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4238, Array_InternalArray__ICollection_Contains_709__MethodInfo); DO_APP_FUNC(0x00F80160, bool, Array_InternalArray__ICollection_Contains_710, (Array * __this, ParameterizedStrings_FormatParam item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4230, Array_InternalArray__ICollection_Contains_710__MethodInfo); DO_APP_FUNC(0x00F802E0, bool, Array_InternalArray__ICollection_Contains_711, (Array * __this, ParticleSystem_Particle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4228, Array_InternalArray__ICollection_Contains_711__MethodInfo); DO_APP_FUNC(0x00F80520, bool, Array_InternalArray__ICollection_Contains_712, (Array * __this, PlayerStatsController_Category item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD41E0, Array_InternalArray__ICollection_Contains_712__MethodInfo); DO_APP_FUNC(0x00F806C0, bool, Array_InternalArray__ICollection_Contains_713, (Array * __this, PointKDTree_Node item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD41D8, Array_InternalArray__ICollection_Contains_713__MethodInfo); DO_APP_FUNC(0x00F80840, bool, Array_InternalArray__ICollection_Contains_714, (Array * __this, PointerDeviceState_PointerLocation item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD41D0, Array_InternalArray__ICollection_Contains_714__MethodInfo); DO_APP_FUNC(0x00F809E0, bool, Array_InternalArray__ICollection_Contains_715, (Array * __this, ProbeBrickIndex_Brick item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD41C8, Array_InternalArray__ICollection_Contains_715__MethodInfo); DO_APP_FUNC(0x00F80B60, bool, Array_InternalArray__ICollection_Contains_716, (Array * __this, ProbeBrickIndex_BrickMeta item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4200, Array_InternalArray__ICollection_Contains_716__MethodInfo); DO_APP_FUNC(0x00F80CE0, bool, Array_InternalArray__ICollection_Contains_717, (Array * __this, ProbeBrickIndex_CellIndexUpdateInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD41F8, Array_InternalArray__ICollection_Contains_717__MethodInfo); DO_APP_FUNC(0x00F80EA0, bool, Array_InternalArray__ICollection_Contains_718, (Array * __this, ProbeBrickIndex_ReservedBrick item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD41F0, Array_InternalArray__ICollection_Contains_718__MethodInfo); DO_APP_FUNC(0x00F81040, bool, Array_InternalArray__ICollection_Contains_719, (Array * __this, ProbeBrickIndex_VoxelMeta item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD41E8, Array_InternalArray__ICollection_Contains_719__MethodInfo); DO_APP_FUNC(0x00F811C0, bool, Array_InternalArray__ICollection_Contains_720, (Array * __this, ProbeBrickPool_BrickChunkAlloc item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD41A0, Array_InternalArray__ICollection_Contains_720__MethodInfo); DO_APP_FUNC(0x00F81350, bool, Array_InternalArray__ICollection_Contains_721, (Array * __this, ProbeReferenceVolume_RegId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4198, Array_InternalArray__ICollection_Contains_721__MethodInfo); DO_APP_FUNC(0x00F81480, bool, Array_InternalArray__ICollection_Contains_722, (Array * __this, ProbeReferenceVolume_Volume item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4190, Array_InternalArray__ICollection_Contains_722__MethodInfo); DO_APP_FUNC(0x00F81660, bool, Array_InternalArray__ICollection_Contains_723, (Array * __this, ProbeVolumePerSceneData_SerializableAssetItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4188, Array_InternalArray__ICollection_Contains_723__MethodInfo); DO_APP_FUNC(0x00F817E0, bool, Array_InternalArray__ICollection_Contains_724, (Array * __this, ProbeVolumeSceneData_SerializableBoundItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD41C0, Array_InternalArray__ICollection_Contains_724__MethodInfo); DO_APP_FUNC(0x00F81970, bool, Array_InternalArray__ICollection_Contains_725, (Array * __this, ProbeVolumeSceneData_SerializableHasPVItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD41B8, Array_InternalArray__ICollection_Contains_725__MethodInfo); DO_APP_FUNC(0x00F81AF0, bool, Array_InternalArray__ICollection_Contains_726, (Array * __this, ProbeVolumeSceneData_SerializablePVBakeSettings item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD41B0, Array_InternalArray__ICollection_Contains_726__MethodInfo); DO_APP_FUNC(0x00F81CB0, bool, Array_InternalArray__ICollection_Contains_727, (Array * __this, ProbeVolumeSceneData_SerializablePVProfile item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD41A8, Array_InternalArray__ICollection_Contains_727__MethodInfo); DO_APP_FUNC(0x00F81E30, bool, Array_InternalArray__ICollection_Contains_728, (Array * __this, ProtocolClient_AckCallback item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4160, Array_InternalArray__ICollection_Contains_728__MethodInfo); DO_APP_FUNC(0x00F81FF0, bool, Array_InternalArray__ICollection_Contains_729, (Array * __this, ProtocolClient_MsgHandler item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4158, Array_InternalArray__ICollection_Contains_729__MethodInfo); DO_APP_FUNC(0x00F821B0, bool, Array_InternalArray__ICollection_Contains_730, (Array * __this, RVOQuadtree_Node item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4150, Array_InternalArray__ICollection_Contains_730__MethodInfo); DO_APP_FUNC(0x00F82350, bool, Array_InternalArray__ICollection_Contains_731, (Array * __this, Regex_CachedCodeEntryKey item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4148, Array_InternalArray__ICollection_Contains_731__MethodInfo); DO_APP_FUNC(0x00F824B0, bool, Array_InternalArray__ICollection_Contains_732, (Array * __this, RegexCharClass_LowerCaseMapping item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4180, Array_InternalArray__ICollection_Contains_732__MethodInfo); DO_APP_FUNC(0x00F82640, bool, Array_InternalArray__ICollection_Contains_733, (Array * __this, RegexCharClass_SingleRange item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4178, Array_InternalArray__ICollection_Contains_733__MethodInfo); DO_APP_FUNC(0x00F827A0, bool, Array_InternalArray__ICollection_Contains_734, (Array * __this, RenderChain_RenderNodeData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4170, Array_InternalArray__ICollection_Contains_734__MethodInfo); DO_APP_FUNC(0x00F82990, bool, Array_InternalArray__ICollection_Contains_735, (Array * __this, RenderGraph_CompiledPassInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4168, Array_InternalArray__ICollection_Contains_735__MethodInfo); DO_APP_FUNC(0x00F82B70, bool, Array_InternalArray__ICollection_Contains_736, (Array * __this, RenderGraph_CompiledResourceInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4120, Array_InternalArray__ICollection_Contains_736__MethodInfo); DO_APP_FUNC(0x00F82D10, bool, Array_InternalArray__ICollection_Contains_737, (Array * __this, RenderGraphDebugData_PassDebugData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4118, Array_InternalArray__ICollection_Contains_737__MethodInfo); DO_APP_FUNC(0x00F82EA0, bool, Array_InternalArray__ICollection_Contains_738, (Array * __this, RenderGraphDebugData_ResourceDebugData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4110, Array_InternalArray__ICollection_Contains_738__MethodInfo); DO_APP_FUNC(0x00F83060, bool, Array_InternalArray__ICollection_Contains_739, (Array * __this, ResourceManager_DeferredCallbackRegisterRequest item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4108, Array_InternalArray__ICollection_Contains_739__MethodInfo); DO_APP_FUNC(0x00F831E0, bool, Array_InternalArray__ICollection_Contains_740, (Array * __this, RetainedGizmos_MeshWithHash item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4140, Array_InternalArray__ICollection_Contains_740__MethodInfo); DO_APP_FUNC(0x00F83380, bool, Array_InternalArray__ICollection_Contains_741, (Array * __this, SendMouseEvents_HitInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4138, Array_InternalArray__ICollection_Contains_741__MethodInfo); DO_APP_FUNC(0x00F83500, bool, Array_InternalArray__ICollection_Contains_742, (Array * __this, SequenceNode_SequenceConstructPosContext item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4130, Array_InternalArray__ICollection_Contains_742__MethodInfo); DO_APP_FUNC(0x00F836C0, bool, Array_InternalArray__ICollection_Contains_743, (Array * __this, SerializedObject_Field item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4128, Array_InternalArray__ICollection_Contains_743__MethodInfo); DO_APP_FUNC(0x00F83850, bool, Array_InternalArray__ICollection_Contains_744, (Array * __this, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD40E0, Array_InternalArray__ICollection_Contains_744__MethodInfo); DO_APP_FUNC(0x00F839F0, bool, Array_InternalArray__ICollection_Contains_745, (Array * __this, SlotEquip_ItemDefinitionStateName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD40D8, Array_InternalArray__ICollection_Contains_745__MethodInfo); DO_APP_FUNC(0x00F83B70, bool, Array_InternalArray__ICollection_Contains_746, (Array * __this, Socket_WSABUF item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD40D0, Array_InternalArray__ICollection_Contains_746__MethodInfo); DO_APP_FUNC(0x00F83CF0, bool, Array_InternalArray__ICollection_Contains_747, (Array * __this, StyleComplexSelector_PseudoStateData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD40C8, Array_InternalArray__ICollection_Contains_747__MethodInfo); DO_APP_FUNC(0x00F83E60, bool, Array_InternalArray__ICollection_Contains_748, (Array * __this, StylePropertyAnimationSystem_ElementPropertyPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4100, Array_InternalArray__ICollection_Contains_748__MethodInfo); DO_APP_FUNC(0x00F83FE0, bool, Array_InternalArray__ICollection_Contains_749, (Array * __this, StyleSheet_ImportStruct item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD40F8, Array_InternalArray__ICollection_Contains_749__MethodInfo); DO_APP_FUNC(0x00F84160, bool, Array_InternalArray__ICollection_Contains_750, (Array * __this, StyleSheetCache_SheetHandleKey item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD40F0, Array_InternalArray__ICollection_Contains_750__MethodInfo); DO_APP_FUNC(0x00F842D0, bool, Array_InternalArray__ICollection_Contains_751, (Array * __this, StyleVariableResolver_ResolveContext item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD40E8, Array_InternalArray__ICollection_Contains_751__MethodInfo); DO_APP_FUNC(0x00F84450, bool, Array_InternalArray__ICollection_Contains_752, (Array * __this, TMP_Text_UnicodeChar item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD40A0, Array_InternalArray__ICollection_Contains_752__MethodInfo); DO_APP_FUNC(0x00F845E0, bool, Array_InternalArray__ICollection_Contains_753, (Array * __this, TemplateAsset_AttributeOverride item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4098, Array_InternalArray__ICollection_Contains_753__MethodInfo); DO_APP_FUNC(0x00F84780, bool, Array_InternalArray__ICollection_Contains_754, (Array * __this, TextPic_IconName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4090, Array_InternalArray__ICollection_Contains_754__MethodInfo); DO_APP_FUNC(0x00F84910, bool, Array_InternalArray__ICollection_Contains_755, (Array * __this, TextResourceManager_FontAssetRef item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4088, Array_InternalArray__ICollection_Contains_755__MethodInfo); DO_APP_FUNC(0x00F84AA0, bool, Array_InternalArray__ICollection_Contains_756, (Array * __this, TextSettings_FontReferenceMap item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD40C0, Array_InternalArray__ICollection_Contains_756__MethodInfo); DO_APP_FUNC(0x00F84C20, bool, Array_InternalArray__ICollection_Contains_757, (Array * __this, TextureBlitter_BlitInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD40B8, Array_InternalArray__ICollection_Contains_757__MethodInfo); DO_APP_FUNC(0x00F84E00, bool, Array_InternalArray__ICollection_Contains_758, (Array * __this, TexturePacker_JsonArray_Frame item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD40B0, Array_InternalArray__ICollection_Contains_758__MethodInfo); DO_APP_FUNC(0x00F84FE0, bool, Array_InternalArray__ICollection_Contains_759, (Array * __this, TextureRegistry_TextureInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD40A8, Array_InternalArray__ICollection_Contains_759__MethodInfo); DO_APP_FUNC(0x00F85160, bool, Array_InternalArray__ICollection_Contains_760, (Array * __this, TimeNotificationBehaviour_NotificationEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4060, Array_InternalArray__ICollection_Contains_760__MethodInfo); DO_APP_FUNC(0x00F85300, bool, Array_InternalArray__ICollection_Contains_761, (Array * __this, TrackedDeviceRaycaster_RaycastHitData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4058, Array_InternalArray__ICollection_Contains_761__MethodInfo); DO_APP_FUNC(0x00F85490, bool, Array_InternalArray__ICollection_Contains_762, (Array * __this, TrackedPoseDriverDataDescription_PoseData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4050, Array_InternalArray__ICollection_Contains_762__MethodInfo); DO_APP_FUNC(0x00F85610, bool, Array_InternalArray__ICollection_Contains_763, (Array * __this, TreeView_TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4048, Array_InternalArray__ICollection_Contains_763__MethodInfo); DO_APP_FUNC(0x00F85790, bool, Array_InternalArray__ICollection_Contains_764, (Array * __this, TreeViewReorderableDragAndDropController_TreeItemState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4080, Array_InternalArray__ICollection_Contains_764__MethodInfo); DO_APP_FUNC(0x00F85900, bool, Array_InternalArray__ICollection_Contains_765, (Array * __this, UIRStylePainter_Entry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4078, Array_InternalArray__ICollection_Contains_765__MethodInfo); DO_APP_FUNC(0x00F85AF0, bool, Array_InternalArray__ICollection_Contains_766, (Array * __this, UIRenderDevice_AllocToFree item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4070, Array_InternalArray__ICollection_Contains_766__MethodInfo); DO_APP_FUNC(0x00F85CB0, bool, Array_InternalArray__ICollection_Contains_767, (Array * __this, UIRenderDevice_AllocToUpdate item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4068, Array_InternalArray__ICollection_Contains_767__MethodInfo); DO_APP_FUNC(0x00F85E90, bool, Array_InternalArray__ICollection_Contains_768, (Array * __this, UIRenderDevice_DeviceToFree item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4020, Array_InternalArray__ICollection_Contains_768__MethodInfo); DO_APP_FUNC(0x00F86010, bool, Array_InternalArray__ICollection_Contains_769, (Array * __this, UdpPipe_Ack item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4018, Array_InternalArray__ICollection_Contains_769__MethodInfo); DO_APP_FUNC(0x00F861A0, bool, Array_InternalArray__ICollection_Contains_770, (Array * __this, UmAlQuraCalendar_DateMapping item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4010, Array_InternalArray__ICollection_Contains_770__MethodInfo); DO_APP_FUNC(0x00F86320, bool, Array_InternalArray__ICollection_Contains_771, (Array * __this, UnitySynchronizationContext_WorkRequest item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4008, Array_InternalArray__ICollection_Contains_771__MethodInfo); DO_APP_FUNC(0x00F864C0, bool, Array_InternalArray__ICollection_Contains_772, (Array * __this, VisualTreeAsset_SlotDefinition item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4040, Array_InternalArray__ICollection_Contains_772__MethodInfo); DO_APP_FUNC(0x00F86640, bool, Array_InternalArray__ICollection_Contains_773, (Array * __this, VisualTreeAsset_SlotUsageEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4038, Array_InternalArray__ICollection_Contains_773__MethodInfo); DO_APP_FUNC(0x00F867C0, bool, Array_InternalArray__ICollection_Contains_774, (Array * __this, VisualTreeAsset_UsingEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4030, Array_InternalArray__ICollection_Contains_774__MethodInfo); DO_APP_FUNC(0x00F86960, bool, Array_InternalArray__ICollection_Contains_775, (Array * __this, WetDecalSystem_MaterialBatchId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4028, Array_InternalArray__ICollection_Contains_775__MethodInfo); DO_APP_FUNC(0x00F86B10, bool, Array_InternalArray__ICollection_Contains_776, (Array * __this, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3FE0, Array_InternalArray__ICollection_Contains_776__MethodInfo); DO_APP_FUNC(0x00F86C80, bool, Array_InternalArray__ICollection_Contains_777, (Array * __this, XmlEventCache_XmlEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3FD8, Array_InternalArray__ICollection_Contains_777__MethodInfo); DO_APP_FUNC(0x00F86E40, bool, Array_InternalArray__ICollection_Contains_778, (Array * __this, XmlNamespaceManager_NamespaceDeclaration item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3FD0, Array_InternalArray__ICollection_Contains_778__MethodInfo); DO_APP_FUNC(0x00F86FE0, bool, Array_InternalArray__ICollection_Contains_779, (Array * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3FC8, Array_InternalArray__ICollection_Contains_779__MethodInfo); DO_APP_FUNC(0x00F87160, bool, Array_InternalArray__ICollection_Contains_780, (Array * __this, XmlTextReaderImpl_ParsingState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD4000, Array_InternalArray__ICollection_Contains_780__MethodInfo); DO_APP_FUNC(0x00F87390, bool, Array_InternalArray__ICollection_Contains_781, (Array * __this, XmlTextWriter_Namespace item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3FF8, Array_InternalArray__ICollection_Contains_781__MethodInfo); DO_APP_FUNC(0x00F87530, bool, Array_InternalArray__ICollection_Contains_782, (Array * __this, XmlTextWriter_TagInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3FF0, Array_InternalArray__ICollection_Contains_782__MethodInfo); DO_APP_FUNC(0x00F87710, bool, Array_InternalArray__ICollection_Contains_783, (Array * __this, XmlWellFormedWriter_AttrName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD3FE8, Array_InternalArray__ICollection_Contains_783__MethodInfo); DO_APP_FUNC(0x00F878A0, bool, Array_InternalArray__ICollection_Contains_784, (Array * __this, XmlWellFormedWriter_ElementScope item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9578, Array_InternalArray__ICollection_Contains_784__MethodInfo); DO_APP_FUNC(0x00F87A60, bool, Array_InternalArray__ICollection_Contains_785, (Array * __this, XmlWellFormedWriter_Namespace item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9570, Array_InternalArray__ICollection_Contains_785__MethodInfo); DO_APP_FUNC(0x00F87C00, bool, Array_InternalArray__ICollection_Contains_786, (Array * __this, ftLightmaps_LightmapAdditionalData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9568, Array_InternalArray__ICollection_Contains_786__MethodInfo); DO_APP_FUNC(0x00F87D90, bool, Array_InternalArray__ICollection_Contains_787, (Array * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD95A8, Array_InternalArray__ICollection_Contains_787__MethodInfo); DO_APP_FUNC(0x00F87F00, bool, Array_InternalArray__ICollection_Contains_788, (Array * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD95A0, Array_InternalArray__ICollection_Contains_788__MethodInfo); DO_APP_FUNC(0x00F880E0, bool, Array_InternalArray__ICollection_Contains_789, (Array * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9598, Array_InternalArray__ICollection_Contains_789__MethodInfo); DO_APP_FUNC(0x00F88270, bool, Array_InternalArray__ICollection_Contains_790, (Array * __this, jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9588, Array_InternalArray__ICollection_Contains_790__MethodInfo); DO_APP_FUNC(0x00F88410, bool, Array_InternalArray__ICollection_Contains_791, (Array * __this, DebugUI_Foldout_ContextMenuItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9530, Array_InternalArray__ICollection_Contains_791__MethodInfo); DO_APP_FUNC(0x00F88590, bool, Array_InternalArray__ICollection_Contains_792, (Array * __this, Decimal_DecCalc_PowerOvfl item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9528, Array_InternalArray__ICollection_Contains_792__MethodInfo); DO_APP_FUNC(0x00F88710, bool, Array_InternalArray__ICollection_Contains_793, (Array * __this, FacetsChecker_FacetsCompiler_Map item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9518, Array_InternalArray__ICollection_Contains_793__MethodInfo); DO_APP_FUNC(0x00F88890, bool, Array_InternalArray__ICollection_Contains_794, (Array * __this, InputControlLayout_Collection_LayoutMatcher item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9508, Array_InternalArray__ICollection_Contains_794__MethodInfo); DO_APP_FUNC(0x00F88A30, bool, Array_InternalArray__ICollection_Contains_795, (Array * __this, InputControlLayout_Collection_PrecompiledLayout item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9560, Array_InternalArray__ICollection_Contains_795__MethodInfo); DO_APP_FUNC(0x00F88BB0, bool, Array_InternalArray__ICollection_Contains_796, (Array * __this, InputControlScheme_MatchResult_Match item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9550, Array_InternalArray__ICollection_Contains_796__MethodInfo); DO_APP_FUNC(0x00F88D70, bool, Array_InternalArray__ICollection_Contains_797, (Array * __this, InputControlScheme_SchemeJson_DeviceJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9540, Array_InternalArray__ICollection_Contains_797__MethodInfo); DO_APP_FUNC(0x00F88EF0, bool, Array_InternalArray__ICollection_Contains_798, (Array * __this, InputDeviceMatcher_MatcherJson_Capability item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9538, Array_InternalArray__ICollection_Contains_798__MethodInfo); DO_APP_FUNC(0x00F89070, bool, Array_InternalArray__ICollection_Contains_799, (Array * __this, InstructionList_DebugView_InstructionView item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD94D8, Array_InternalArray__ICollection_Contains_799__MethodInfo); DO_APP_FUNC(0x00F89200, bool, Array_InternalArray__ICollection_Contains_800, (Array * __this, Interop_SspiCli_SecBuffer item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD94D0, Array_InternalArray__ICollection_Contains_800__MethodInfo); DO_APP_FUNC(0x00F89380, bool, Array_InternalArray__ICollection_Contains_801, (Array * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD94C0, Array_InternalArray__ICollection_Contains_801__MethodInfo); DO_APP_FUNC(0x00F89510, bool, Array_InternalArray__ICollection_Contains_802, (Array * __this, TargetPositionCache_CacheCurve_Item item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD94B8, Array_InternalArray__ICollection_Contains_802__MethodInfo); DO_APP_FUNC(0x00F896D0, bool, Array_InternalArray__ICollection_Contains_803, (Array * __this, TargetPositionCache_CacheEntry_RecordingItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD94F8, Array_InternalArray__ICollection_Contains_803__MethodInfo); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo, (Array * __this, ArraySegment_1_Byte___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_1, (Array * __this, AsyncOperationHandle_1_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_2, (Array * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_3, (Array * __this, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_4, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_Background___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_5, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_6, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_7, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_8, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_Length___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_9, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_10, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_11, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_12, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_13, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_14, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_15, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_16, (Array * __this, IntervalTree_1_T_Entry_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_17, (Array * __this, XHashtable_1_TValue_XHashtableState_TValue_Entry_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_18, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_ValueTuple_2_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_19, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_ValueTuple_2_System_Object__1__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_20, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Byte_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_21, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_ByteEnum_System_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_22, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_ByteEnum_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_23, (Array * __this, Dictionary_2_TKey_TValue_Entry_Dissonance_Audio_Playback_FrameFormat_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_24, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Guid_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_25, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Guid_System_UInt32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_26, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Hash128_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_27, (Array * __this, Dictionary_2_TKey_TValue_Entry_Pathfinding_Int2_System_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_28, (Array * __this, Dictionary_2_TKey_TValue_Entry_Pathfinding_Int3_System_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_29, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_30, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_ValueTuple_2___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_31, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Boolean___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_32, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_ByteEnum___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_33, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Char___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_34, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_35, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int16___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_36, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_Pathfinding_Int3___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_37, (Array * __this, ADictionary_2_TKey_TValue_Entry_System_Int32_System_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_38, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_39, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int32Enum___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_40, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int64___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_41, (Array * __this, ADictionary_2_TKey_TValue_Entry_System_Int32_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_42, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_43, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_PlayerFlashlightBeam___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_44, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_RenderInstancedDataLayout___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_45, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Single___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_46, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_UIElements_TreeItem___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_47, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_Vector2Int___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_48, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_Vector4___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_49, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_50, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32Enum_System_Int32Enum___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_51, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32Enum_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_52, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int64_UnityEngine_UIElements_ComputedStyle___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_53, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int64_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_54, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_IntPtr_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_55, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_56, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_57, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_58, (Array * __this, Dictionary_2_TKey_TValue_Entry_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_59, (Array * __this, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_NetworkId_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_60, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_61, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_62, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Boolean___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_63, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Bounds___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_64, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Byte___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_65, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Color___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_66, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Color32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_67, (Array * __this, ADictionary_2_TKey_TValue_Entry_System_Object_System_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_68, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_69, (Array * __this, ADictionary_2_TKey_TValue_Entry_System_Object_System_Int32Enum___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_70, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Int32Enum___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_71, (Array * __this, ADictionary_2_TKey_TValue_Entry_System_Object_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_72, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_73, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_74, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_75, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Playables_Playable___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_76, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_77, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Resources_ResourceLocator___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_78, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Single___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_79, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_80, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_TextureId___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_81, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_TimeSpan___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_82, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_UdpEndPoint___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_83, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Vector2___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_84, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Vector3___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_85, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_86, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_87, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_88, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_89, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_90, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_91, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_92, (Array * __this, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_PrefabId_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_93, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_RaycastHit_System_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_94, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Single_SplineMesh_CurveSample___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_95, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_96, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_XR_ARSubsystems_TrackableId_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_97, (Array * __this, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_TypeId_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_98, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt16_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_99, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt16_Dissonance_PlayerChannel___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_100, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt16_Dissonance_RoomChannel___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_101, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Boolean___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_102, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_103, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_104, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_105, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt32_SessionClient___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_106, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt64_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_107, (Array * __this, Dictionary_2_TKey_TValue_Entry_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_108, (Array * __this, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpChannelName_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_109, (Array * __this, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpEndPoint_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_110, (Array * __this, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpEndPoint_System_UInt32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_111, (Array * __this, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_UniqueId_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_112, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Vector3_System_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_113, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Vector3Int_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_114, (Array * __this, Dictionary_2_TKey_TValue_Entry_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_115, (Array * __this, Dictionary_2_TKey_TValue_Entry_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_116, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_117, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_118, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_119, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_120, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_121, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_122, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_123, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_124, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_125, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_126, (Array * __this, Dictionary_2_TKey_TValue_Entry_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_127, (Array * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_128, (Array * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_129, (Array * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_130, (Array * __this, KeyValuePair_2_System_ValueTuple_2_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_131, (Array * __this, KeyValuePair_2_System_ValueTuple_2_System_Object__1__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_132, (Array * __this, KeyValuePair_2_System_Byte_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_133, (Array * __this, KeyValuePair_2_System_ByteEnum_System_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_134, (Array * __this, KeyValuePair_2_System_ByteEnum_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_135, (Array * __this, KeyValuePair_2_System_DateTime_System_UInt32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_136, (Array * __this, KeyValuePair_2_Dissonance_Audio_Playback_FrameFormat_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_137, (Array * __this, KeyValuePair_2_System_Guid_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_138, (Array * __this, KeyValuePair_2_System_Guid_System_UInt32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_139, (Array * __this, KeyValuePair_2_UnityEngine_Hash128_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_140, (Array * __this, KeyValuePair_2_Pathfinding_Int2_System_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_141, (Array * __this, KeyValuePair_2_Pathfinding_Int3_System_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_142, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_143, (Array * __this, KeyValuePair_2_System_Int32_System_ValueTuple_2__3__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_144, (Array * __this, KeyValuePair_2_System_Int32_System_ValueTuple_2__2__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_145, (Array * __this, KeyValuePair_2_System_Int32_System_Boolean___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_146, (Array * __this, KeyValuePair_2_System_Int32_System_ByteEnum___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_147, (Array * __this, KeyValuePair_2_System_Int32_System_Char___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_148, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_149, (Array * __this, KeyValuePair_2_System_Int32_System_Int16___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_150, (Array * __this, KeyValuePair_2_System_Int32_Pathfinding_Int3___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_151, (Array * __this, KeyValuePair_2_System_Int32_System_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_152, (Array * __this, KeyValuePair_2_System_Int32_System_Int32Enum___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_153, (Array * __this, KeyValuePair_2_System_Int32_System_Int64___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_154, (Array * __this, KeyValuePair_2_System_Int32_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_155, (Array * __this, KeyValuePair_2_System_Int32_PlayerFlashlightBeam___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_156, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_RenderInstancedDataLayout___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_157, (Array * __this, KeyValuePair_2_System_Int32_System_Single___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_158, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_UIElements_TreeItem___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_159, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_Vector2Int___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_160, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_Vector4___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_161, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_162, (Array * __this, KeyValuePair_2_System_Int32Enum_System_Int32Enum___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_163, (Array * __this, KeyValuePair_2_System_Int32Enum_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_164, (Array * __this, KeyValuePair_2_System_Int64_UnityEngine_UIElements_ComputedStyle___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_165, (Array * __this, KeyValuePair_2_System_Int64_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_166, (Array * __this, KeyValuePair_2_System_IntPtr_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_167, (Array * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_168, (Array * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_169, (Array * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_170, (Array * __this, KeyValuePair_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_171, (Array * __this, KeyValuePair_2_Photon_Bolt_NetworkId_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_172, (Array * __this, KeyValuePair_2_System_Object_System_ArraySegment_1___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_173, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_174, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_175, (Array * __this, KeyValuePair_2_System_Object_System_Boolean___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_176, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Bounds___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_177, (Array * __this, KeyValuePair_2_System_Object_System_Byte___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_178, (Array * __this, KeyValuePair_2_System_Object_System_Char___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_179, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Color___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_180, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Color32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_181, (Array * __this, KeyValuePair_2_System_Object_System_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_182, (Array * __this, KeyValuePair_2_System_Object_System_Int32Enum___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_183, (Array * __this, KeyValuePair_2_System_Object_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_184, (Array * __this, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_185, (Array * __this, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_186, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Playables_Playable___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_187, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_188, (Array * __this, KeyValuePair_2_System_Object_System_Resources_ResourceLocator___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_189, (Array * __this, KeyValuePair_2_System_Object_System_Single___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_190, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_191, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_TextureId___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_192, (Array * __this, KeyValuePair_2_System_Object_System_TimeSpan___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_193, (Array * __this, KeyValuePair_2_System_Object_UdpKit_UdpEndPoint___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_194, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Vector2___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_195, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Vector3___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_196, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_197, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_198, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_199, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_200, (Array * __this, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_201, (Array * __this, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_202, (Array * __this, KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_203, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_204, (Array * __this, KeyValuePair_2_Photon_Bolt_PrefabId_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_205, (Array * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_206, (Array * __this, KeyValuePair_2_UnityEngine_RaycastHit_System_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_207, (Array * __this, KeyValuePair_2_System_Single_SplineMesh_CurveSample___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_208, (Array * __this, KeyValuePair_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_209, (Array * __this, KeyValuePair_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_210, (Array * __this, KeyValuePair_2_Photon_Bolt_TypeId_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_211, (Array * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_212, (Array * __this, KeyValuePair_2_System_UInt16_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_213, (Array * __this, KeyValuePair_2_System_UInt16_Dissonance_PlayerChannel___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_214, (Array * __this, KeyValuePair_2_System_UInt16_Dissonance_RoomChannel___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_215, (Array * __this, KeyValuePair_2_System_UInt32_System_Boolean___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_216, (Array * __this, KeyValuePair_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_217, (Array * __this, KeyValuePair_2_System_UInt32_System_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_218, (Array * __this, KeyValuePair_2_System_UInt32_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_219, (Array * __this, KeyValuePair_2_System_UInt32_SessionClient___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_220, (Array * __this, KeyValuePair_2_System_UInt64_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_221, (Array * __this, KeyValuePair_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_222, (Array * __this, KeyValuePair_2_UdpKit_UdpChannelName_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_223, (Array * __this, KeyValuePair_2_UdpKit_UdpEndPoint_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_224, (Array * __this, KeyValuePair_2_UdpKit_UdpEndPoint_System_UInt32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_225, (Array * __this, KeyValuePair_2_Photon_Bolt_UniqueId_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_226, (Array * __this, KeyValuePair_2_UnityEngine_Vector3_System_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_227, (Array * __this, KeyValuePair_2_UnityEngine_Vector3Int_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_228, (Array * __this, KeyValuePair_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_229, (Array * __this, KeyValuePair_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_230, (Array * __this, KeyValuePair_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_231, (Array * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_232, (Array * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_233, (Array * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_234, (Array * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_235, (Array * __this, KeyValuePair_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_236, (Array * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_237, (Array * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_238, (Array * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_239, (Array * __this, KeyValuePair_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_240, (Array * __this, KeyValuePair_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_241, (Array * __this, ThreadLocal_1_T_LinkedSlotVolatile_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_242, (Array * __this, NativeArray_1_System_UInt16___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_243, (Array * __this, NativeArray_1_UnityEngine_UIElements_Vertex___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_244, (Array * __this, NonAllocDictionary_2_K_V_Node_System_Byte_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_245, (Array * __this, NonAllocDictionary_2_K_V_Node_System_Int32_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_246, (Array * __this, NonAllocDictionary_2_K_V_Node_System_Object_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_247, (Array * __this, InputStateHistory_1_TValue_Record_TouchState___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_248, (Array * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_249, (Array * __this, STuple_2_System_Object_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_250, (Array * __this, HashSet_1_T_Slot_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_251, (Array * __this, HashSet_1_T_Slot_System_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_252, (Array * __this, Set_1_TElement_Slot_System_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_253, (Array * __this, HashSet_1_T_Slot_System_Int32Enum___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_254, (Array * __this, HashSet_1_T_Slot_UnityEngine_InputSystem_Utilities_InternedString___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_255, (Array * __this, HashSet_1_T_Slot_Photon_Bolt_NetworkId___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_256, (Array * __this, HashSet_1_T_Slot_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_257, (Array * __this, Set_1_TElement_Slot_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_258, (Array * __this, ConcurrentQueue_1_T_Segment_T_Slot_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_259, (Array * __this, HashSet_1_T_Slot_System_UInt32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_260, (Array * __this, HashSet_1_T_Slot_System_UInt64___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_261, (Array * __this, HashSet_1_T_Slot_UdpKit_UdpEndPoint___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_262, (Array * __this, HashSet_1_T_Slot_UdpKit_UdpIPv4Address___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_263, (Array * __this, HashSet_1_T_Slot_UnityEngine_Vector3___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_264, (Array * __this, HashSet_1_T_Slot_UnityEngine_Vector3Int___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_265, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_Background___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_266, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_267, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_268, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_269, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_Length___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_270, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_271, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_272, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_Scale___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_273, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_274, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_275, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_276, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_Translate___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_277, (Array * __this, TMP_TextProcessingStack_1_UnityEngine_Color32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_278, (Array * __this, TMP_TextProcessingStack_1_HighlightState___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_279, (Array * __this, TMP_TextProcessingStack_1_System_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_280, (Array * __this, TMP_TextProcessingStack_1_System_Int32Enum___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_281, (Array * __this, TMP_TextProcessingStack_1_MaterialReference___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_282, (Array * __this, TMP_TextProcessingStack_1_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_283, (Array * __this, TMP_TextProcessingStack_1_System_Single___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_284, (Array * __this, TMP_TextProcessingStack_1_WordWrapState___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_285, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_Background___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_286, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_287, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_288, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_289, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_Length___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_290, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_291, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_292, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_Scale___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_293, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_294, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_295, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_296, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_Translate___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_297, (Array * __this, ValueTuple_1_Boolean___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_298, (Array * __this, ValueTuple_2_Int32_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_299, (Array * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_300, (Array * __this, ValueTuple_2_IntPtr_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_301, (Array * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_302, (Array * __this, ValueTuple_2_Object_Int32___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_303, (Array * __this, ValueTuple_2_Object_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_304, (Array * __this, ValueTuple_2_UnityEngine_Vector3Int_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_305, (Array * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_306, (Array * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_307, (Array * __this, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_308, (Array * __this, ValueTuple_3_Object_Object_Object___Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_309, (Array * __this, AnimatorClipInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_310, (Array * __this, AstarWorkItem__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_311, (Array * __this, AsyncOperationHandle__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_312, (Array * __this, AxisCalibrationData__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_313, (Array * __this, Background__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_314, (Array * __this, BatchVisibility__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_315, (Array * __this, BoltPeer__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_316, (Array * __this, BoltPhysicsHit__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_317, (Array * __this, BoneWeight__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_318, (Array * __this, BoneWeight1__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_319, (Array * __this, Boolean__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_320, (Array * __this, BoundedPlane__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_321, (Array * __this, BoundingSphere__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_322, (Array * __this, Bounds__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_323, (Array * __this, Byte__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_324, (Array * __this, ByteEnum__Enum__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_325, (Array * __this, CancellationToken__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_326, (Array * __this, CancellationTokenRegistration__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_327, (Array * __this, Char__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_328, (Array * __this, ClientInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_329, (Array * __this, ClothSkinningCoefficient__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_330, (Array * __this, ClothSphereColliderPair__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_331, (Array * __this, Color__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_332, (Array * __this, Color32__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_333, (Array * __this, ColorBlock__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_334, (Array * __this, CombineInstance__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_335, (Array * __this, CompactVoxelCell__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_336, (Array * __this, CompactVoxelSpan__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_337, (Array * __this, ComputedStyle__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_338, (Array * __this, ComputedTransitionProperty__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_339, (Array * __this, ConfigurationDescriptor__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_340, (Array * __this, Connection__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_341, (Array * __this, ContactPoint__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_342, (Array * __this, ContactPoint2D__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_343, (Array * __this, ControllerPollingInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_344, (Array * __this, ControllerTemplateElementTarget__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_345, (Array * __this, CurveSample__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_346, (Array * __this, CustomAttributeNamedArgument__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_347, (Array * __this, CustomAttributeTypedArgument__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_348, (Array * __this, DateTime__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_349, (Array * __this, DateTimeOffset__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_350, (Array * __this, Decimal__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_351, (Array * __this, DetailInstanceTransform__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_352, (Array * __this, DiagnosticEvent__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_353, (Array * __this, DictionaryEntry__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_354, (Array * __this, Dimension__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_355, (Array * __this, Double__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_356, (Array * __this, DrawBufferRange__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_357, (Array * __this, EasingFunction__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_358, (Array * __this, ElementAssignmentConflictInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_359, (Array * __this, Entitlement__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_360, (Array * __this, Ephemeron__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_361, (Array * __this, EventReliable__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_362, (Array * __this, EventUnreliable__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_363, (Array * __this, FORMATETC__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_364, (Array * __this, FileStat__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_365, (Array * __this, FontDefinition__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_366, (Array * __this, FontWeightPair__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_367, (Array * __this, FrameFormat__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_368, (Array * __this, GCHandle__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_369, (Array * __this, GfxUpdateBufferRange__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_370, (Array * __this, GlobalKeyword__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_371, (Array * __this, GlyphMarshallingStruct__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_372, (Array * __this, GlyphPairAdjustmentRecord__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_373, (Array * __this, GlyphRect__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_374, (Array * __this, GradientAlphaKey__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_375, (Array * __this, GradientColorKey__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_376, (Array * __this, GradientSettings__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_377, (Array * __this, Guid__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_378, (Array * __this, HandJointLocation__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_379, (Array * __this, Hash128__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_380, (Array * __this, HeaderVariantInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_381, (Array * __this, HighlightState__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_382, (Array * __this, HumanBone__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_383, (Array * __this, ImpactEffect__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_384, (Array * __this, InputActionSourceData__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_385, (Array * __this, InputBinding__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_386, (Array * __this, InputControlScheme__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_387, (Array * __this, InputDevice_1__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_388, (Array * __this, InputDeviceDescription__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_389, (Array * __this, InputEventPtr__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_390, (Array * __this, InputUser__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_391, (Array * __this, Int16__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_392, (Array * __this, Int2__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_393, (Array * __this, Int3__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_394, (Array * __this, Int32__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_395, (Array * __this, Int32Enum__Enum__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_396, (Array * __this, Int64__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_397, (Array * __this, IntPoint__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_398, (Array * __this, IntPtr__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_399, (Array * __this, IntRect__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_400, (Array * __this, InternalCodePageDataItem__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_401, (Array * __this, InternalEncodingDataItem__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_402, (Array * __this, InternedString__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_403, (Array * __this, InterpretedFrameInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_404, (Array * __this, IntervalTreeNode__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_405, (Array * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_406, (Array * __this, ItemDefinitionAmount__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_407, (Array * __this, Keyframe__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_408, (Array * __this, KickedPlayer__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_409, (Array * __this, LOD__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_410, (Array * __this, LayerMask__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_411, (Array * __this, Length__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_412, (Array * __this, LightDataGI__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_413, (Array * __this, LineInfo_1__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_414, (Array * __this, LinkInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_415, (Array * __this, LocalDefinition__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_416, (Array * __this, LocalKeyword__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_417, (Array * __this, ManipulatorActivationFilter__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_418, (Array * __this, MaterialReference__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_419, (Array * __this, MaterialReference_1__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_420, (Array * __this, Matrix4x4__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_421, (Array * __this, MeshInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_422, (Array * __this, MinMaxFloat__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_423, (Array * __this, MinMaxVector3__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_424, (Array * __this, ModifiableContactPair__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_425, (Array * __this, NameAndParameters__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_426, (Array * __this, NamedValue__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_427, (Array * __this, NativeAnchor__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_428, (Array * __this, NativePlane__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_429, (Array * __this, Navigation__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_430, (Array * __this, NetworkId__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_431, (Array * __this, NetworkPropertyInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_432, (Array * __this, NetworkValue__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_433, (Array * __this, Object__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_434, (Array * __this, ObjectInitializationData__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_435, (Array * __this, ObjectSurface__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_436, (Array * __this, OpenChannel__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_437, (Array * __this, OriginalMaterialValue__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_438, (Array * __this, PacketStats__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_439, (Array * __this, PageInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_440, (Array * __this, ParameterModifier__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_441, (Array * __this, ParticleCollisionEvent__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_442, (Array * __this, PatchExtents__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_443, (Array * __this, PidVid__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_444, (Array * __this, Plane__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_445, (Array * __this, Playable__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_446, (Array * __this, PlayableBinding__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_447, (Array * __this, PlayerChannel__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_448, (Array * __this, PlayerFlashlightBeam__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_449, (Array * __this, PlayerLoopSystem__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_450, (Array * __this, PointerModel__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_451, (Array * __this, PrefabId__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_452, (Array * __this, Priority__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_453, (Array * __this, ProbeVolumeBakingProcessSettings__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_454, (Array * __this, Progress__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_455, (Array * __this, PublishedFileId_t__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_456, (Array * __this, QeeoSydAJKtvhuMHtIdMCGTRHBDhA__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_457, (Array * __this, Quaternion__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_458, (Array * __this, RangePositionInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_459, (Array * __this, RaycastHit__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_460, (Array * __this, RaycastHit2D__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_461, (Array * __this, RaycastResult__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_462, (Array * __this, Rect__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_463, (Array * __this, ReflectionProbeBlendInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_464, (Array * __this, RemoteChannel__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_465, (Array * __this, RenderChainTextEntry__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_466, (Array * __this, RenderInstancedDataLayout__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_467, (Array * __this, RenderTargetIdentifier__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_468, (Array * __this, RendererList__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_469, (Array * __this, RendererListHandle__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_470, (Array * __this, RendererListResource__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_471, (Array * __this, Resolution__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_472, (Array * __this, ResourceHandle__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_473, (Array * __this, ResourceLocator__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_474, (Array * __this, RichTextTagAttribute__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_475, (Array * __this, RichTextTagAttribute_1__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_476, (Array * __this, RoomChannel__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_477, (Array * __this, RoomMembership__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_478, (Array * __this, RoomName__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_479, (Array * __this, Rotate_1__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_480, (Array * __this, RuleMatcher__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_481, (Array * __this, RuntimeLabel__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_482, (Array * __this, SByte__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_483, (Array * __this, SByteEnum__Enum__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_484, (Array * __this, STATDATA__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_485, (Array * __this, ScalableImage__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_486, (Array * __this, Scale__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_487, (Array * __this, SelectorMatchRecord__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_488, (Array * __this, SemanticMeaning__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_489, (Array * __this, SerializedType__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_490, (Array * __this, SessionClient__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_491, (Array * __this, ShaderKeyword__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_492, (Array * __this, ShaderTagId__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_493, (Array * __this, ShaderVariablesProbeVolumes__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_494, (Array * __this, Single__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_495, (Array * __this, SkeletonBone__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_496, (Array * __this, Sku__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_497, (Array * __this, SpeechSession__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_498, (Array * __this, SphericalHarmonicsL2__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_499, (Array * __this, SpriteState__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_500, (Array * __this, SslApplicationProtocol__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_501, (Array * __this, SteamItemDef_t__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_502, (Array * __this, SteamItemDetails_t__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_503, (Array * __this, StylePropertyName__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_504, (Array * __this, StylePropertyValue__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_505, (Array * __this, StyleSelectorPart__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_506, (Array * __this, StyleSyntaxToken__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_507, (Array * __this, StyleValue__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_508, (Array * __this, StyleValueHandle__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_509, (Array * __this, StyleValueManaged__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_510, (Array * __this, StyleVariable__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_511, (Array * __this, SubMeshDescriptor__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_512, (Array * __this, Substring__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_513, (Array * __this, TMP_CharacterInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_514, (Array * __this, TMP_FontWeightPair__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_515, (Array * __this, TMP_LineInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_516, (Array * __this, TMP_LinkInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_517, (Array * __this, TMP_MeshInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_518, (Array * __this, TMP_PageInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_519, (Array * __this, TMP_WordInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_520, (Array * __this, TerrainTileCoord__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_521, (Array * __this, TextElementInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_522, (Array * __this, TextShadow__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_523, (Array * __this, TextVertex_1__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_524, (Array * __this, TextureHandle__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_525, (Array * __this, TextureId__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_526, (Array * __this, TileData__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_527, (Array * __this, TimeSpan__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_528, (Array * __this, TimeValue__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_529, (Array * __this, Touch__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_530, (Array * __this, Touch_1__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_531, (Array * __this, TrackableId__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_532, (Array * __this, Transform3x4__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_533, (Array * __this, TransformOrigin__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_534, (Array * __this, Translate_1__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_535, (Array * __this, TreeInstance__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_536, (Array * __this, TreeItem__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_537, (Array * __this, TreeViewItemWrapper__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_538, (Array * __this, TypeId__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_539, (Array * __this, TypeWrapper__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_540, (Array * __this, UICharInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_541, (Array * __this, UILineInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_542, (Array * __this, UIVertex__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_543, (Array * __this, UInt16__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_544, (Array * __this, UInt16Enum__Enum__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_545, (Array * __this, UInt32__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_546, (Array * __this, UInt32Enum__Enum__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_547, (Array * __this, UInt64__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_548, (Array * __this, UVTexture__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_549, (Array * __this, UdpChannelName__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_550, (Array * __this, UdpEndPoint__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_551, (Array * __this, UdpEvent__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_552, (Array * __this, UdpIPv4Address__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_553, (Array * __this, UdpPipeHandle__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_554, (Array * __this, UniqueId__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_555, (Array * __this, UsageHint__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_556, (Array * __this, User__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_557, (Array * __this, ValueWebSocketReceiveResult__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_558, (Array * __this, Vector2__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_559, (Array * __this, Vector2Int__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_560, (Array * __this, Vector3__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_561, (Array * __this, Vector3Int__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_562, (Array * __this, Vector3_Array2D__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_563, (Array * __this, Vector4__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_564, (Array * __this, VectorImageVertex__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_565, (Array * __this, Vertex__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_566, (Array * __this, VertexAttributeDescriptor__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_567, (Array * __this, ViewConfiguration__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_568, (Array * __this, VoicePacket__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_569, (Array * __this, VoxelCell__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_570, (Array * __this, VoxelContour__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_571, (Array * __this, Win32_IP_ADAPTER_ADDRESSES__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_572, (Array * __this, Win32_IP_ADAPTER_INFO__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_573, (Array * __this, Win32_IP_ADDR_STRING__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_574, (Array * __this, WordInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_575, (Array * __this, WordWrapState__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_576, (Array * __this, X509ChainStatus__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_577, (Array * __this, XPathNode__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_578, (Array * __this, XPathNodeRef__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_579, (Array * __this, XRAnchor__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_580, (Array * __this, XRFeatureDescriptor__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_581, (Array * __this, XRNodeState__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_582, (Array * __this, XRRaycast__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_583, (Array * __this, XmlTagAttribute__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_584, (Array * __this, aOHEnKCFymegycPegEXPFUjlaUPpA__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_585, (Array * __this, aQHgSHeigtcamfIWbNaiXaCiVwuq__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_586, (Array * __this, jvalue__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_587, (Array * __this, tSPvxZUJjzaTiAEejeAOLKctGpmKA__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_588, (Array * __this, yUgrsNEvLzxrXGzkHTUPIBJYGDah__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_589, (Array * __this, AIObjectPool_PreloadedPrefab__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_590, (Array * __this, AdvancedSmooth_Turn__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_591, (Array * __this, Agent_VO__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_592, (Array * __this, AnimationOutputWeightProcessor_WeightInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_593, (Array * __this, AstarDebugger_GraphPoint__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_594, (Array * __this, AstarDebugger_PathTypeDebug__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_595, (Array * __this, AtlasAllocatorDynamic_AtlasNode__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_596, (Array * __this, AttributeCollection_AttributeEntry__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_597, (Array * __this, BBTree_BBTreeBox__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_598, (Array * __this, BaseStyleMatcher_MatchContext__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_599, (Array * __this, BeforeRenderHelper_OrderBlock__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_600, (Array * __this, BinaryHeap_Tuple__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_601, (Array * __this, BitmapAllocator32_Page__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_602, (Array * __this, BloomRenderer_Level__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_603, (Array * __this, BoltConsole_Line__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_604, (Array * __this, BoltProtocolTokenRegistry_TokenRegistry__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_605, (Array * __this, CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_606, (Array * __this, Camera_RenderRequest__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_607, (Array * __this, CameraState_CustomBlendable__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_608, (Array * __this, CharacterFootEffects_Foot__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_609, (Array * __this, CinemachineBlendListCamera_Instruction__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_610, (Array * __this, CinemachineBlenderSettings_CustomBlend__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_611, (Array * __this, CinemachineClearShot_Pair__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_612, (Array * __this, CinemachineFreeLook_Orbit__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_613, (Array * __this, CinemachinePath_Waypoint__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_614, (Array * __this, CinemachineSmoothPath_Waypoint__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_615, (Array * __this, CinemachineStateDrivenCamera_HashPair__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_616, (Array * __this, CinemachineStateDrivenCamera_Instruction__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_617, (Array * __this, CinemachineStateDrivenCamera_ParentHash__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_618, (Array * __this, CinemachineTargetGroup_Target__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_619, (Array * __this, ClipperLib_DoublePoint__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_620, (Array * __this, ClipperLib_IntPoint__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_621, (Array * __this, CodePointIndexer_TableRange__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_622, (Array * __this, ComboTimeout_ComboInputElement__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_623, (Array * __this, ConfinerOven_PolygonSolution__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_624, (Array * __this, ContentCatalogData_Bucket__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_625, (Array * __this, ContextFlagsAdapterPal_ContextFlagMapping__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_626, (Array * __this, CookieTokenizer_RecognizedAttribute__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_627, (Array * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_628, (Array * __this, DamageIndicatorMonitor_DamageIndicator__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_629, (Array * __this, DelayedActionManager_DelegateInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_630, (Array * __this, DynamicResolutionHandler_ScalerContainer__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_631, (Array * __this, EventDispatcher_CallbackWrapper__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_632, (Array * __this, EventDispatcher_EventListener__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_633, (Array * __this, EventDispatcher_DispatchContext__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_634, (Array * __this, EventDispatcher_EventRecord__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_635, (Array * __this, EventQueue_NetworkEvent__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_636, (Array * __this, EventReliableRecvBuffer_Node__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_637, (Array * __this, EventReliableSendBuffer_Node__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_638, (Array * __this, FocusController_FocusedElement__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_639, (Array * __this, Funnel_PathPart__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_640, (Array * __this, GetRandomAvailablePerch_RandomPerch__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_641, (Array * __this, GraphUpdateProcessor_GUOSingle__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_642, (Array * __this, HID_HIDCollectionDescriptor__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_643, (Array * __this, HID_HIDElementDescriptor__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_644, (Array * __this, HIDParser_HIDReportData__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_645, (Array * __this, HIDSupport_HIDPageUsage__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_646, (Array * __this, HIDTouchpad_TouchData__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_647, (Array * __this, HairDesignerColliderBase_DualSphere__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_648, (Array * __this, HairDesignerGeneratorAdvancedFurBase_DualSphereCollider__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_649, (Array * __this, HairDesignerGeneratorAdvancedFurBase_SkinData__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_650, (Array * __this, HairDesignerGeneratorFurShellBase_BufferData__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_651, (Array * __this, HairDesignerGeneratorFurShellBase_SkinData__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_652, (Array * __this, Hammersley_Hammersley2dSeq16__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_653, (Array * __this, Hammersley_Hammersley2dSeq256__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_654, (Array * __this, Hammersley_Hammersley2dSeq32__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_655, (Array * __this, Hammersley_Hammersley2dSeq64__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_656, (Array * __this, Hashtable_bucket__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_657, (Array * __this, HeadingTracker_Item__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_658, (Array * __this, HealthFlashMonitor_Flash__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_659, (Array * __this, HebrewNumber_HebrewValue__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_660, (Array * __this, InputActionMap_BindingJson__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_661, (Array * __this, InputActionMap_BindingOverrideJson__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_662, (Array * __this, InputActionMap_ReadActionJson__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_663, (Array * __this, InputActionMap_ReadMapJson__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_664, (Array * __this, InputActionMap_WriteActionJson__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_665, (Array * __this, InputActionMap_WriteMapJson__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_666, (Array * __this, InputActionRebindingExtensions_Parameter__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_667, (Array * __this, InputActionRebindingExtensions_ParameterOverride__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_668, (Array * __this, InputActionTrace_ActionEventPtr__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_669, (Array * __this, InputBindingCompositeContext_PartBinding__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_670, (Array * __this, InputControlLayout_ControlItem__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_671, (Array * __this, InputControlPath_ParsedPathComponent__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_672, (Array * __this, InputControlScheme_DeviceRequirement__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_673, (Array * __this, InputControlScheme_SchemeJson__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_674, (Array * __this, InputDevice_ControlBitRangeNode__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_675, (Array * __this, InputEventTrace_DeviceInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_676, (Array * __this, InputManager_AvailableDevice__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_677, (Array * __this, InputManager_StateChangeMonitorListener__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_678, (Array * __this, InputManager_StateChangeMonitorTimeout__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_679, (Array * __this, InputManager_StateChangeMonitorsForDevice__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_680, (Array * __this, InputRemoting_RemoteInputDevice__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_681, (Array * __this, InputRemoting_RemoteSender__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_682, (Array * __this, InputStateHistory_Record__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_683, (Array * __this, InputSystemUIInputModule_InputActionReferenceState__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_684, (Array * __this, InputUser_OngoingAccountSelection__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_685, (Array * __this, InputUser_UserData__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_686, (Array * __this, InternalTreeView_TreeViewItemWrapper__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_687, (Array * __this, JSONDeserialization_TaskField__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_688, (Array * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_689, (Array * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_690, (Array * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_691, (Array * __this, JsonParser_JsonValue__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_692, (Array * __this, LayerGridGraph_HeightSample__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_693, (Array * __this, Logs_LogMessage_1__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_694, (Array * __this, Logs_LogMessage__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_695, (Array * __this, MagicLightProbes_VolumeParameters__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_696, (Array * __this, MailHeaderInfo_HeaderInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_697, (Array * __this, MemberRelationshipService_RelationshipEntry__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_698, (Array * __this, MemoryHelpers_BitRegion__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_699, (Array * __this, MotionSolver_GPUNodeData__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_700, (Array * __this, MotionSolver_GPUNodeInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_701, (Array * __this, MotionSolver_GPURootTransform__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_702, (Array * __this, MovingPlatform_Waypoint__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_703, (Array * __this, NightmareStyling_WallMaterial__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_704, (Array * __this, NoiseSettings_TransformNoiseParams__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_705, (Array * __this, NolanBehaviour_OverlappedCollider__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_706, (Array * __this, ObjectPoolBase_PreloadedPrefab__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_707, (Array * __this, OnScreenControl_OnScreenDeviceInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_708, (Array * __this, OpenXRInput_SerializedBinding__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_709, (Array * __this, PackedPlayModeBuildLogs_RuntimeBuildLog__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_710, (Array * __this, ParameterizedStrings_FormatParam__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_711, (Array * __this, ParticleSystem_Particle__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_712, (Array * __this, PlayerStatsController_Category__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_713, (Array * __this, PointKDTree_Node__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_714, (Array * __this, PointerDeviceState_PointerLocation__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_715, (Array * __this, ProbeBrickIndex_Brick__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_716, (Array * __this, ProbeBrickIndex_BrickMeta__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_717, (Array * __this, ProbeBrickIndex_CellIndexUpdateInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_718, (Array * __this, ProbeBrickIndex_ReservedBrick__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_719, (Array * __this, ProbeBrickIndex_VoxelMeta__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_720, (Array * __this, ProbeBrickPool_BrickChunkAlloc__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_721, (Array * __this, ProbeReferenceVolume_RegId__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_722, (Array * __this, ProbeReferenceVolume_Volume__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_723, (Array * __this, ProbeVolumePerSceneData_SerializableAssetItem__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_724, (Array * __this, ProbeVolumeSceneData_SerializableBoundItem__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_725, (Array * __this, ProbeVolumeSceneData_SerializableHasPVItem__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_726, (Array * __this, ProbeVolumeSceneData_SerializablePVBakeSettings__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_727, (Array * __this, ProbeVolumeSceneData_SerializablePVProfile__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_728, (Array * __this, ProtocolClient_AckCallback__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_729, (Array * __this, ProtocolClient_MsgHandler__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_730, (Array * __this, RVOQuadtree_Node__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_731, (Array * __this, Regex_CachedCodeEntryKey__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_732, (Array * __this, RegexCharClass_LowerCaseMapping__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_733, (Array * __this, RegexCharClass_SingleRange__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_734, (Array * __this, RenderChain_RenderNodeData__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_735, (Array * __this, RenderGraph_CompiledPassInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_736, (Array * __this, RenderGraph_CompiledResourceInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_737, (Array * __this, RenderGraphDebugData_PassDebugData__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_738, (Array * __this, RenderGraphDebugData_ResourceDebugData__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_739, (Array * __this, ResourceManager_DeferredCallbackRegisterRequest__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_740, (Array * __this, RetainedGizmos_MeshWithHash__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_741, (Array * __this, SendMouseEvents_HitInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_742, (Array * __this, SequenceNode_SequenceConstructPosContext__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_743, (Array * __this, SerializedObject_Field__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_744, (Array * __this, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_745, (Array * __this, SlotEquip_ItemDefinitionStateName__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_746, (Array * __this, Socket_WSABUF__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_747, (Array * __this, StyleComplexSelector_PseudoStateData__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_748, (Array * __this, StylePropertyAnimationSystem_ElementPropertyPair__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_749, (Array * __this, StyleSheet_ImportStruct__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_750, (Array * __this, StyleSheetCache_SheetHandleKey__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_751, (Array * __this, StyleVariableResolver_ResolveContext__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_752, (Array * __this, TMP_Text_UnicodeChar__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_753, (Array * __this, TemplateAsset_AttributeOverride__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_754, (Array * __this, TextPic_IconName__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_755, (Array * __this, TextResourceManager_FontAssetRef__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_756, (Array * __this, TextSettings_FontReferenceMap__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_757, (Array * __this, TextureBlitter_BlitInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_758, (Array * __this, TexturePacker_JsonArray_Frame__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_759, (Array * __this, TextureRegistry_TextureInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_760, (Array * __this, TimeNotificationBehaviour_NotificationEntry__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_761, (Array * __this, TrackedDeviceRaycaster_RaycastHitData__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_762, (Array * __this, TrackedPoseDriverDataDescription_PoseData__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_763, (Array * __this, TreeView_TreeViewItemWrapper__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_764, (Array * __this, TreeViewReorderableDragAndDropController_TreeItemState__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_765, (Array * __this, UIRStylePainter_Entry__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_766, (Array * __this, UIRenderDevice_AllocToFree__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_767, (Array * __this, UIRenderDevice_AllocToUpdate__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_768, (Array * __this, UIRenderDevice_DeviceToFree__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_769, (Array * __this, UdpPipe_Ack__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_770, (Array * __this, UmAlQuraCalendar_DateMapping__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_771, (Array * __this, UnitySynchronizationContext_WorkRequest__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_772, (Array * __this, VisualTreeAsset_SlotDefinition__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_773, (Array * __this, VisualTreeAsset_SlotUsageEntry__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_774, (Array * __this, VisualTreeAsset_UsingEntry__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_775, (Array * __this, WetDecalSystem_MaterialBatchId__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_776, (Array * __this, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_777, (Array * __this, XmlEventCache_XmlEvent__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_778, (Array * __this, XmlNamespaceManager_NamespaceDeclaration__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_779, (Array * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_780, (Array * __this, XmlTextReaderImpl_ParsingState__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_781, (Array * __this, XmlTextWriter_Namespace__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_782, (Array * __this, XmlTextWriter_TagInfo__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_783, (Array * __this, XmlWellFormedWriter_AttrName__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_784, (Array * __this, XmlWellFormedWriter_ElementScope__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_785, (Array * __this, XmlWellFormedWriter_Namespace__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_786, (Array * __this, ftLightmaps_LightmapAdditionalData__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_787, (Array * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_788, (Array * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_789, (Array * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_790, (Array * __this, jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_791, (Array * __this, DebugUI_Foldout_ContextMenuItem__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_792, (Array * __this, Decimal_DecCalc_PowerOvfl__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_793, (Array * __this, FacetsChecker_FacetsCompiler_Map__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_794, (Array * __this, InputControlLayout_Collection_LayoutMatcher__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_795, (Array * __this, InputControlLayout_Collection_PrecompiledLayout__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_796, (Array * __this, InputControlScheme_MatchResult_Match__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_797, (Array * __this, InputControlScheme_SchemeJson_DeviceJson__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_798, (Array * __this, InputDeviceMatcher_MatcherJson_Capability__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_799, (Array * __this, InstructionList_DebugView_InstructionView__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_800, (Array * __this, Interop_SspiCli_SecBuffer__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_801, (Array * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_802, (Array * __this, TargetPositionCache_CacheCurve_Item__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89880, void, Array_InternalArray__ICollection_CopyTo_803, (Array * __this, TargetPositionCache_CacheEntry_RecordingItem__Array * array, int32_t arrayIndex, MethodInfo * method)); DO_APP_FUNC(0x00F89910, bool, Array_InternalArray__ICollection_Remove, (Array * __this, ArraySegment_1_Byte_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD94F0, Array_InternalArray__ICollection_Remove__MethodInfo); DO_APP_FUNC(0x00F89970, bool, Array_InternalArray__ICollection_Remove_1, (Array * __this, AsyncOperationHandle_1_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD94E8, Array_InternalArray__ICollection_Remove_1__MethodInfo); DO_APP_FUNC(0x00F899D0, bool, Array_InternalArray__ICollection_Remove_2, (Array * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD94E0, Array_InternalArray__ICollection_Remove_2__MethodInfo); DO_APP_FUNC(0x00F89A30, bool, Array_InternalArray__ICollection_Remove_3, (Array * __this, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9490, Array_InternalArray__ICollection_Remove_3__MethodInfo); DO_APP_FUNC(0x00F89A90, bool, Array_InternalArray__ICollection_Remove_4, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9488, Array_InternalArray__ICollection_Remove_4__MethodInfo); DO_APP_FUNC(0x00F89AF0, bool, Array_InternalArray__ICollection_Remove_5, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9480, Array_InternalArray__ICollection_Remove_5__MethodInfo); DO_APP_FUNC(0x00F89B50, bool, Array_InternalArray__ICollection_Remove_6, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9478, Array_InternalArray__ICollection_Remove_6__MethodInfo); DO_APP_FUNC(0x00F89BB0, bool, Array_InternalArray__ICollection_Remove_7, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD94B0, Array_InternalArray__ICollection_Remove_7__MethodInfo); DO_APP_FUNC(0x00F89C10, bool, Array_InternalArray__ICollection_Remove_8, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD94A8, Array_InternalArray__ICollection_Remove_8__MethodInfo); DO_APP_FUNC(0x00F89C70, bool, Array_InternalArray__ICollection_Remove_9, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD94A0, Array_InternalArray__ICollection_Remove_9__MethodInfo); DO_APP_FUNC(0x00F89CD0, bool, Array_InternalArray__ICollection_Remove_10, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9498, Array_InternalArray__ICollection_Remove_10__MethodInfo); DO_APP_FUNC(0x00F89D30, bool, Array_InternalArray__ICollection_Remove_11, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9448, Array_InternalArray__ICollection_Remove_11__MethodInfo); DO_APP_FUNC(0x00F89D90, bool, Array_InternalArray__ICollection_Remove_12, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9440, Array_InternalArray__ICollection_Remove_12__MethodInfo); DO_APP_FUNC(0x00F89DF0, bool, Array_InternalArray__ICollection_Remove_13, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9438, Array_InternalArray__ICollection_Remove_13__MethodInfo); DO_APP_FUNC(0x00F89E50, bool, Array_InternalArray__ICollection_Remove_14, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9430, Array_InternalArray__ICollection_Remove_14__MethodInfo); DO_APP_FUNC(0x00F89EB0, bool, Array_InternalArray__ICollection_Remove_15, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9470, Array_InternalArray__ICollection_Remove_15__MethodInfo); DO_APP_FUNC(0x00F89F10, bool, Array_InternalArray__ICollection_Remove_16, (Array * __this, IntervalTree_1_T_Entry_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9460, Array_InternalArray__ICollection_Remove_16__MethodInfo); DO_APP_FUNC(0x00F89F70, bool, Array_InternalArray__ICollection_Remove_17, (Array * __this, XHashtable_1_TValue_XHashtableState_TValue_Entry_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9458, Array_InternalArray__ICollection_Remove_17__MethodInfo); DO_APP_FUNC(0x00F89FD0, bool, Array_InternalArray__ICollection_Remove_18, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_ValueTuple_2_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9450, Array_InternalArray__ICollection_Remove_18__MethodInfo); DO_APP_FUNC(0x00F8A030, bool, Array_InternalArray__ICollection_Remove_19, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_ValueTuple_2_System_Object__1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9408, Array_InternalArray__ICollection_Remove_19__MethodInfo); DO_APP_FUNC(0x00F8A090, bool, Array_InternalArray__ICollection_Remove_20, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Byte_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9400, Array_InternalArray__ICollection_Remove_20__MethodInfo); DO_APP_FUNC(0x00F8A0F0, bool, Array_InternalArray__ICollection_Remove_21, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_ByteEnum_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD93F0, Array_InternalArray__ICollection_Remove_21__MethodInfo); DO_APP_FUNC(0x00F8A150, bool, Array_InternalArray__ICollection_Remove_22, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_ByteEnum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD93E0, Array_InternalArray__ICollection_Remove_22__MethodInfo); DO_APP_FUNC(0x00F8A1B0, bool, Array_InternalArray__ICollection_Remove_23, (Array * __this, Dictionary_2_TKey_TValue_Entry_Dissonance_Audio_Playback_FrameFormat_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9428, Array_InternalArray__ICollection_Remove_23__MethodInfo); DO_APP_FUNC(0x00F8A210, bool, Array_InternalArray__ICollection_Remove_24, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Guid_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9420, Array_InternalArray__ICollection_Remove_24__MethodInfo); DO_APP_FUNC(0x00F8A270, bool, Array_InternalArray__ICollection_Remove_25, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Guid_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9418, Array_InternalArray__ICollection_Remove_25__MethodInfo); DO_APP_FUNC(0x00F8A2D0, bool, Array_InternalArray__ICollection_Remove_26, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Hash128_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9410, Array_InternalArray__ICollection_Remove_26__MethodInfo); DO_APP_FUNC(0x00F8A330, bool, Array_InternalArray__ICollection_Remove_27, (Array * __this, Dictionary_2_TKey_TValue_Entry_Pathfinding_Int2_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD93A8, Array_InternalArray__ICollection_Remove_27__MethodInfo); DO_APP_FUNC(0x00F8A390, bool, Array_InternalArray__ICollection_Remove_28, (Array * __this, Dictionary_2_TKey_TValue_Entry_Pathfinding_Int3_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD93A0, Array_InternalArray__ICollection_Remove_28__MethodInfo); DO_APP_FUNC(0x00F8A3F0, bool, Array_InternalArray__ICollection_Remove_29, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9398, Array_InternalArray__ICollection_Remove_29__MethodInfo); DO_APP_FUNC(0x00F8A450, bool, Array_InternalArray__ICollection_Remove_30, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_ValueTuple_2_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9390, Array_InternalArray__ICollection_Remove_30__MethodInfo); DO_APP_FUNC(0x00F8A4B0, bool, Array_InternalArray__ICollection_Remove_31, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD93D8, Array_InternalArray__ICollection_Remove_31__MethodInfo); DO_APP_FUNC(0x00F8A510, bool, Array_InternalArray__ICollection_Remove_32, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_ByteEnum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD93C8, Array_InternalArray__ICollection_Remove_32__MethodInfo); DO_APP_FUNC(0x00F8A570, bool, Array_InternalArray__ICollection_Remove_33, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Char_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD93B8, Array_InternalArray__ICollection_Remove_33__MethodInfo); DO_APP_FUNC(0x00F8A5D0, bool, Array_InternalArray__ICollection_Remove_34, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD93B0, Array_InternalArray__ICollection_Remove_34__MethodInfo); DO_APP_FUNC(0x00F8A630, bool, Array_InternalArray__ICollection_Remove_35, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int16_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9368, Array_InternalArray__ICollection_Remove_35__MethodInfo); DO_APP_FUNC(0x00F8A690, bool, Array_InternalArray__ICollection_Remove_36, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_Pathfinding_Int3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9360, Array_InternalArray__ICollection_Remove_36__MethodInfo); DO_APP_FUNC(0x00F8A6F0, bool, Array_InternalArray__ICollection_Remove_37, (Array * __this, ADictionary_2_TKey_TValue_Entry_System_Int32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9358, Array_InternalArray__ICollection_Remove_37__MethodInfo); DO_APP_FUNC(0x00F8A750, bool, Array_InternalArray__ICollection_Remove_38, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9350, Array_InternalArray__ICollection_Remove_38__MethodInfo); DO_APP_FUNC(0x00F8A7B0, bool, Array_InternalArray__ICollection_Remove_39, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9388, Array_InternalArray__ICollection_Remove_39__MethodInfo); DO_APP_FUNC(0x00F8A810, bool, Array_InternalArray__ICollection_Remove_40, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int64_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9380, Array_InternalArray__ICollection_Remove_40__MethodInfo); DO_APP_FUNC(0x00F8A870, bool, Array_InternalArray__ICollection_Remove_41, (Array * __this, ADictionary_2_TKey_TValue_Entry_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9378, Array_InternalArray__ICollection_Remove_41__MethodInfo); DO_APP_FUNC(0x00F8A8D0, bool, Array_InternalArray__ICollection_Remove_42, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9370, Array_InternalArray__ICollection_Remove_42__MethodInfo); DO_APP_FUNC(0x00F8A930, bool, Array_InternalArray__ICollection_Remove_43, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_PlayerFlashlightBeam_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9328, Array_InternalArray__ICollection_Remove_43__MethodInfo); DO_APP_FUNC(0x00F8A990, bool, Array_InternalArray__ICollection_Remove_44, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_RenderInstancedDataLayout_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9318, Array_InternalArray__ICollection_Remove_44__MethodInfo); DO_APP_FUNC(0x00F8A9F0, bool, Array_InternalArray__ICollection_Remove_45, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9308, Array_InternalArray__ICollection_Remove_45__MethodInfo); DO_APP_FUNC(0x00F8AA50, bool, Array_InternalArray__ICollection_Remove_46, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_UIElements_TreeItem_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD92F8, Array_InternalArray__ICollection_Remove_46__MethodInfo); DO_APP_FUNC(0x00F8AAB0, bool, Array_InternalArray__ICollection_Remove_47, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9348, Array_InternalArray__ICollection_Remove_47__MethodInfo); DO_APP_FUNC(0x00F8AB10, bool, Array_InternalArray__ICollection_Remove_48, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_Vector4_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9340, Array_InternalArray__ICollection_Remove_48__MethodInfo); DO_APP_FUNC(0x00F8AB70, bool, Array_InternalArray__ICollection_Remove_49, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9338, Array_InternalArray__ICollection_Remove_49__MethodInfo); DO_APP_FUNC(0x00F8ABD0, bool, Array_InternalArray__ICollection_Remove_50, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32Enum_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9330, Array_InternalArray__ICollection_Remove_50__MethodInfo); DO_APP_FUNC(0x00F8AC30, bool, Array_InternalArray__ICollection_Remove_51, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32Enum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD92D0, Array_InternalArray__ICollection_Remove_51__MethodInfo); DO_APP_FUNC(0x00F8AC90, bool, Array_InternalArray__ICollection_Remove_52, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int64_UnityEngine_UIElements_ComputedStyle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD92C8, Array_InternalArray__ICollection_Remove_52__MethodInfo); DO_APP_FUNC(0x00F8ACF0, bool, Array_InternalArray__ICollection_Remove_53, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD92C0, Array_InternalArray__ICollection_Remove_53__MethodInfo); DO_APP_FUNC(0x00F8AD50, bool, Array_InternalArray__ICollection_Remove_54, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_IntPtr_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD92B0, Array_InternalArray__ICollection_Remove_54__MethodInfo); DO_APP_FUNC(0x00F8ADB0, bool, Array_InternalArray__ICollection_Remove_55, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD92F0, Array_InternalArray__ICollection_Remove_55__MethodInfo); DO_APP_FUNC(0x00F8AE10, bool, Array_InternalArray__ICollection_Remove_56, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD92E8, Array_InternalArray__ICollection_Remove_56__MethodInfo); DO_APP_FUNC(0x00F8AE70, bool, Array_InternalArray__ICollection_Remove_57, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD92E0, Array_InternalArray__ICollection_Remove_57__MethodInfo); DO_APP_FUNC(0x00F8AED0, bool, Array_InternalArray__ICollection_Remove_58, (Array * __this, Dictionary_2_TKey_TValue_Entry_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD92D8, Array_InternalArray__ICollection_Remove_58__MethodInfo); DO_APP_FUNC(0x00F8AF30, bool, Array_InternalArray__ICollection_Remove_59, (Array * __this, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_NetworkId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9288, Array_InternalArray__ICollection_Remove_59__MethodInfo); DO_APP_FUNC(0x00F8AF90, bool, Array_InternalArray__ICollection_Remove_60, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9280, Array_InternalArray__ICollection_Remove_60__MethodInfo); DO_APP_FUNC(0x00F8AFF0, bool, Array_InternalArray__ICollection_Remove_61, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9278, Array_InternalArray__ICollection_Remove_61__MethodInfo); DO_APP_FUNC(0x00F8B050, bool, Array_InternalArray__ICollection_Remove_62, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9270, Array_InternalArray__ICollection_Remove_62__MethodInfo); DO_APP_FUNC(0x00F8B0B0, bool, Array_InternalArray__ICollection_Remove_63, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Bounds_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD92A8, Array_InternalArray__ICollection_Remove_63__MethodInfo); DO_APP_FUNC(0x00F8B110, bool, Array_InternalArray__ICollection_Remove_64, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Byte_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD92A0, Array_InternalArray__ICollection_Remove_64__MethodInfo); DO_APP_FUNC(0x00F8B170, bool, Array_InternalArray__ICollection_Remove_65, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9298, Array_InternalArray__ICollection_Remove_65__MethodInfo); DO_APP_FUNC(0x00F8B1D0, bool, Array_InternalArray__ICollection_Remove_66, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Color32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9290, Array_InternalArray__ICollection_Remove_66__MethodInfo); DO_APP_FUNC(0x00F8B230, bool, Array_InternalArray__ICollection_Remove_67, (Array * __this, ADictionary_2_TKey_TValue_Entry_System_Object_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9238, Array_InternalArray__ICollection_Remove_67__MethodInfo); DO_APP_FUNC(0x00F8B290, bool, Array_InternalArray__ICollection_Remove_68, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9230, Array_InternalArray__ICollection_Remove_68__MethodInfo); DO_APP_FUNC(0x00F8B2F0, bool, Array_InternalArray__ICollection_Remove_69, (Array * __this, ADictionary_2_TKey_TValue_Entry_System_Object_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9220, Array_InternalArray__ICollection_Remove_69__MethodInfo); DO_APP_FUNC(0x00F8B350, bool, Array_InternalArray__ICollection_Remove_70, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9218, Array_InternalArray__ICollection_Remove_70__MethodInfo); DO_APP_FUNC(0x00F8B3B0, bool, Array_InternalArray__ICollection_Remove_71, (Array * __this, ADictionary_2_TKey_TValue_Entry_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9268, Array_InternalArray__ICollection_Remove_71__MethodInfo); DO_APP_FUNC(0x00F8B410, bool, Array_InternalArray__ICollection_Remove_72, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9258, Array_InternalArray__ICollection_Remove_72__MethodInfo); DO_APP_FUNC(0x00F8B470, bool, Array_InternalArray__ICollection_Remove_73, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9250, Array_InternalArray__ICollection_Remove_73__MethodInfo); DO_APP_FUNC(0x00F8B4D0, bool, Array_InternalArray__ICollection_Remove_74, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9248, Array_InternalArray__ICollection_Remove_74__MethodInfo); DO_APP_FUNC(0x00F8B530, bool, Array_InternalArray__ICollection_Remove_75, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Playables_Playable_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD91E0, Array_InternalArray__ICollection_Remove_75__MethodInfo); DO_APP_FUNC(0x00F8B590, bool, Array_InternalArray__ICollection_Remove_76, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD91D8, Array_InternalArray__ICollection_Remove_76__MethodInfo); DO_APP_FUNC(0x00F8B5F0, bool, Array_InternalArray__ICollection_Remove_77, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Resources_ResourceLocator_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD91C8, Array_InternalArray__ICollection_Remove_77__MethodInfo); DO_APP_FUNC(0x00F8B650, bool, Array_InternalArray__ICollection_Remove_78, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD91C0, Array_InternalArray__ICollection_Remove_78__MethodInfo); DO_APP_FUNC(0x00F8B6B0, bool, Array_InternalArray__ICollection_Remove_79, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9210, Array_InternalArray__ICollection_Remove_79__MethodInfo); DO_APP_FUNC(0x00F8B710, bool, Array_InternalArray__ICollection_Remove_80, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_TextureId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9200, Array_InternalArray__ICollection_Remove_80__MethodInfo); DO_APP_FUNC(0x00F8B770, bool, Array_InternalArray__ICollection_Remove_81, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_TimeSpan_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD91F0, Array_InternalArray__ICollection_Remove_81__MethodInfo); DO_APP_FUNC(0x00F8B7D0, bool, Array_InternalArray__ICollection_Remove_82, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_UdpEndPoint_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD91E8, Array_InternalArray__ICollection_Remove_82__MethodInfo); DO_APP_FUNC(0x00F8B830, bool, Array_InternalArray__ICollection_Remove_83, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Vector2_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9190, Array_InternalArray__ICollection_Remove_83__MethodInfo); DO_APP_FUNC(0x00F8B890, bool, Array_InternalArray__ICollection_Remove_84, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Vector3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9180, Array_InternalArray__ICollection_Remove_84__MethodInfo); DO_APP_FUNC(0x00F8B8F0, bool, Array_InternalArray__ICollection_Remove_85, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9170, Array_InternalArray__ICollection_Remove_85__MethodInfo); DO_APP_FUNC(0x00F8B950, bool, Array_InternalArray__ICollection_Remove_86, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9168, Array_InternalArray__ICollection_Remove_86__MethodInfo); DO_APP_FUNC(0x00F8B9B0, bool, Array_InternalArray__ICollection_Remove_87, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD91B8, Array_InternalArray__ICollection_Remove_87__MethodInfo); DO_APP_FUNC(0x00F8BA10, bool, Array_InternalArray__ICollection_Remove_88, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD91B0, Array_InternalArray__ICollection_Remove_88__MethodInfo); DO_APP_FUNC(0x00F8BA70, bool, Array_InternalArray__ICollection_Remove_89, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD91A8, Array_InternalArray__ICollection_Remove_89__MethodInfo); DO_APP_FUNC(0x00F8BAD0, bool, Array_InternalArray__ICollection_Remove_90, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9198, Array_InternalArray__ICollection_Remove_90__MethodInfo); DO_APP_FUNC(0x00F8BB30, bool, Array_InternalArray__ICollection_Remove_91, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9130, Array_InternalArray__ICollection_Remove_91__MethodInfo); DO_APP_FUNC(0x00F8BB90, bool, Array_InternalArray__ICollection_Remove_92, (Array * __this, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_PrefabId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9128, Array_InternalArray__ICollection_Remove_92__MethodInfo); DO_APP_FUNC(0x00F8BBF0, bool, Array_InternalArray__ICollection_Remove_93, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_RaycastHit_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9118, Array_InternalArray__ICollection_Remove_93__MethodInfo); DO_APP_FUNC(0x00F8BC50, bool, Array_InternalArray__ICollection_Remove_94, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Single_SplineMesh_CurveSample_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9108, Array_InternalArray__ICollection_Remove_94__MethodInfo); DO_APP_FUNC(0x00F8BCB0, bool, Array_InternalArray__ICollection_Remove_95, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9160, Array_InternalArray__ICollection_Remove_95__MethodInfo); DO_APP_FUNC(0x00F8BD10, bool, Array_InternalArray__ICollection_Remove_96, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9150, Array_InternalArray__ICollection_Remove_96__MethodInfo); DO_APP_FUNC(0x00F8BD70, bool, Array_InternalArray__ICollection_Remove_97, (Array * __this, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_TypeId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9148, Array_InternalArray__ICollection_Remove_97__MethodInfo); DO_APP_FUNC(0x00F8BDD0, bool, Array_InternalArray__ICollection_Remove_98, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt16_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9140, Array_InternalArray__ICollection_Remove_98__MethodInfo); DO_APP_FUNC(0x00F8BE30, bool, Array_InternalArray__ICollection_Remove_99, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt16_Dissonance_PlayerChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD90C8, Array_InternalArray__ICollection_Remove_99__MethodInfo); DO_APP_FUNC(0x00F8BE90, bool, Array_InternalArray__ICollection_Remove_100, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt16_Dissonance_RoomChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD90C0, Array_InternalArray__ICollection_Remove_100__MethodInfo); DO_APP_FUNC(0x00F8BEF0, bool, Array_InternalArray__ICollection_Remove_101, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD90B8, Array_InternalArray__ICollection_Remove_101__MethodInfo); DO_APP_FUNC(0x00F8BF50, bool, Array_InternalArray__ICollection_Remove_102, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD90A8, Array_InternalArray__ICollection_Remove_102__MethodInfo); DO_APP_FUNC(0x00F8BFB0, bool, Array_InternalArray__ICollection_Remove_103, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD90F8, Array_InternalArray__ICollection_Remove_103__MethodInfo); DO_APP_FUNC(0x00F8C010, bool, Array_InternalArray__ICollection_Remove_104, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD90F0, Array_InternalArray__ICollection_Remove_104__MethodInfo); DO_APP_FUNC(0x00F8C070, bool, Array_InternalArray__ICollection_Remove_105, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt32_SessionClient_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD90E0, Array_InternalArray__ICollection_Remove_105__MethodInfo); DO_APP_FUNC(0x00F8C0D0, bool, Array_InternalArray__ICollection_Remove_106, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD90D0, Array_InternalArray__ICollection_Remove_106__MethodInfo); DO_APP_FUNC(0x00F8C130, bool, Array_InternalArray__ICollection_Remove_107, (Array * __this, Dictionary_2_TKey_TValue_Entry_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9080, Array_InternalArray__ICollection_Remove_107__MethodInfo); DO_APP_FUNC(0x00F8C190, bool, Array_InternalArray__ICollection_Remove_108, (Array * __this, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpChannelName_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9078, Array_InternalArray__ICollection_Remove_108__MethodInfo); DO_APP_FUNC(0x00F8C1F0, bool, Array_InternalArray__ICollection_Remove_109, (Array * __this, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpEndPoint_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9070, Array_InternalArray__ICollection_Remove_109__MethodInfo); DO_APP_FUNC(0x00F8C250, bool, Array_InternalArray__ICollection_Remove_110, (Array * __this, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpEndPoint_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9068, Array_InternalArray__ICollection_Remove_110__MethodInfo); DO_APP_FUNC(0x00F8C2B0, bool, Array_InternalArray__ICollection_Remove_111, (Array * __this, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_UniqueId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD90A0, Array_InternalArray__ICollection_Remove_111__MethodInfo); DO_APP_FUNC(0x00F8C310, bool, Array_InternalArray__ICollection_Remove_112, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Vector3_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9098, Array_InternalArray__ICollection_Remove_112__MethodInfo); DO_APP_FUNC(0x00F8C370, bool, Array_InternalArray__ICollection_Remove_113, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Vector3Int_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9090, Array_InternalArray__ICollection_Remove_113__MethodInfo); DO_APP_FUNC(0x00F8C3D0, bool, Array_InternalArray__ICollection_Remove_114, (Array * __this, Dictionary_2_TKey_TValue_Entry_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9088, Array_InternalArray__ICollection_Remove_114__MethodInfo); DO_APP_FUNC(0x00F8C430, bool, Array_InternalArray__ICollection_Remove_115, (Array * __this, Dictionary_2_TKey_TValue_Entry_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9028, Array_InternalArray__ICollection_Remove_115__MethodInfo); DO_APP_FUNC(0x00F8C490, bool, Array_InternalArray__ICollection_Remove_116, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9018, Array_InternalArray__ICollection_Remove_116__MethodInfo); DO_APP_FUNC(0x00F8C4F0, bool, Array_InternalArray__ICollection_Remove_117, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9008, Array_InternalArray__ICollection_Remove_117__MethodInfo); DO_APP_FUNC(0x00F8C550, bool, Array_InternalArray__ICollection_Remove_118, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8FF8, Array_InternalArray__ICollection_Remove_118__MethodInfo); DO_APP_FUNC(0x00F8C5B0, bool, Array_InternalArray__ICollection_Remove_119, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9058, Array_InternalArray__ICollection_Remove_119__MethodInfo); DO_APP_FUNC(0x00F8C610, bool, Array_InternalArray__ICollection_Remove_120, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9048, Array_InternalArray__ICollection_Remove_120__MethodInfo); DO_APP_FUNC(0x00F8C670, bool, Array_InternalArray__ICollection_Remove_121, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9038, Array_InternalArray__ICollection_Remove_121__MethodInfo); DO_APP_FUNC(0x00F8C6D0, bool, Array_InternalArray__ICollection_Remove_122, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD9030, Array_InternalArray__ICollection_Remove_122__MethodInfo); DO_APP_FUNC(0x00F8C730, bool, Array_InternalArray__ICollection_Remove_123, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8FC0, Array_InternalArray__ICollection_Remove_123__MethodInfo); DO_APP_FUNC(0x00F8C790, bool, Array_InternalArray__ICollection_Remove_124, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8FB8, Array_InternalArray__ICollection_Remove_124__MethodInfo); DO_APP_FUNC(0x00F8C7F0, bool, Array_InternalArray__ICollection_Remove_125, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8FB0, Array_InternalArray__ICollection_Remove_125__MethodInfo); DO_APP_FUNC(0x00F8C850, bool, Array_InternalArray__ICollection_Remove_126, (Array * __this, Dictionary_2_TKey_TValue_Entry_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8FA8, Array_InternalArray__ICollection_Remove_126__MethodInfo); DO_APP_FUNC(0x00F8C8B0, bool, Array_InternalArray__ICollection_Remove_127, (Array * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8FE8, Array_InternalArray__ICollection_Remove_127__MethodInfo); DO_APP_FUNC(0x00F8C910, bool, Array_InternalArray__ICollection_Remove_128, (Array * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8FE0, Array_InternalArray__ICollection_Remove_128__MethodInfo); DO_APP_FUNC(0x00F8C970, bool, Array_InternalArray__ICollection_Remove_129, (Array * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8FD8, Array_InternalArray__ICollection_Remove_129__MethodInfo); DO_APP_FUNC(0x00F8C9D0, bool, Array_InternalArray__ICollection_Remove_130, (Array * __this, KeyValuePair_2_System_ValueTuple_2_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8FC8, Array_InternalArray__ICollection_Remove_130__MethodInfo); DO_APP_FUNC(0x00F8CA30, bool, Array_InternalArray__ICollection_Remove_131, (Array * __this, KeyValuePair_2_System_ValueTuple_2_System_Object__1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8F70, Array_InternalArray__ICollection_Remove_131__MethodInfo); DO_APP_FUNC(0x00F8CA90, bool, Array_InternalArray__ICollection_Remove_132, (Array * __this, KeyValuePair_2_System_Byte_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8F68, Array_InternalArray__ICollection_Remove_132__MethodInfo); DO_APP_FUNC(0x00F8CAF0, bool, Array_InternalArray__ICollection_Remove_133, (Array * __this, KeyValuePair_2_System_ByteEnum_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8F60, Array_InternalArray__ICollection_Remove_133__MethodInfo); DO_APP_FUNC(0x00F8CB50, bool, Array_InternalArray__ICollection_Remove_134, (Array * __this, KeyValuePair_2_System_ByteEnum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8F58, Array_InternalArray__ICollection_Remove_134__MethodInfo); DO_APP_FUNC(0x00F8CBB0, bool, Array_InternalArray__ICollection_Remove_135, (Array * __this, KeyValuePair_2_System_DateTime_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8F98, Array_InternalArray__ICollection_Remove_135__MethodInfo); DO_APP_FUNC(0x00F8CC10, bool, Array_InternalArray__ICollection_Remove_136, (Array * __this, KeyValuePair_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8F90, Array_InternalArray__ICollection_Remove_136__MethodInfo); DO_APP_FUNC(0x00F8CC70, bool, Array_InternalArray__ICollection_Remove_137, (Array * __this, KeyValuePair_2_System_Guid_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8F88, Array_InternalArray__ICollection_Remove_137__MethodInfo); DO_APP_FUNC(0x00F8CCD0, bool, Array_InternalArray__ICollection_Remove_138, (Array * __this, KeyValuePair_2_System_Guid_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8F78, Array_InternalArray__ICollection_Remove_138__MethodInfo); DO_APP_FUNC(0x00F8CD30, bool, Array_InternalArray__ICollection_Remove_139, (Array * __this, KeyValuePair_2_UnityEngine_Hash128_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8F28, Array_InternalArray__ICollection_Remove_139__MethodInfo); DO_APP_FUNC(0x00F8CD90, bool, Array_InternalArray__ICollection_Remove_140, (Array * __this, KeyValuePair_2_Pathfinding_Int2_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8F20, Array_InternalArray__ICollection_Remove_140__MethodInfo); DO_APP_FUNC(0x00F8CDF0, bool, Array_InternalArray__ICollection_Remove_141, (Array * __this, KeyValuePair_2_Pathfinding_Int3_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8F18, Array_InternalArray__ICollection_Remove_141__MethodInfo); DO_APP_FUNC(0x00F8CE50, bool, Array_InternalArray__ICollection_Remove_142, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8F08, Array_InternalArray__ICollection_Remove_142__MethodInfo); DO_APP_FUNC(0x00F8CEB0, bool, Array_InternalArray__ICollection_Remove_143, (Array * __this, KeyValuePair_2_System_Int32_System_ValueTuple_2__3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8F50, Array_InternalArray__ICollection_Remove_143__MethodInfo); DO_APP_FUNC(0x00F8CF10, bool, Array_InternalArray__ICollection_Remove_144, (Array * __this, KeyValuePair_2_System_Int32_System_ValueTuple_2__2 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8F40, Array_InternalArray__ICollection_Remove_144__MethodInfo); DO_APP_FUNC(0x00F8CF70, bool, Array_InternalArray__ICollection_Remove_145, (Array * __this, KeyValuePair_2_System_Int32_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8F38, Array_InternalArray__ICollection_Remove_145__MethodInfo); DO_APP_FUNC(0x00F8CFD0, bool, Array_InternalArray__ICollection_Remove_146, (Array * __this, KeyValuePair_2_System_Int32_System_ByteEnum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8F30, Array_InternalArray__ICollection_Remove_146__MethodInfo); DO_APP_FUNC(0x00F8D030, bool, Array_InternalArray__ICollection_Remove_147, (Array * __this, KeyValuePair_2_System_Int32_System_Char_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8ED0, Array_InternalArray__ICollection_Remove_147__MethodInfo); DO_APP_FUNC(0x00F8D090, bool, Array_InternalArray__ICollection_Remove_148, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8EC8, Array_InternalArray__ICollection_Remove_148__MethodInfo); DO_APP_FUNC(0x00F8D0F0, bool, Array_InternalArray__ICollection_Remove_149, (Array * __this, KeyValuePair_2_System_Int32_System_Int16_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8EB8, Array_InternalArray__ICollection_Remove_149__MethodInfo); DO_APP_FUNC(0x00F8D150, bool, Array_InternalArray__ICollection_Remove_150, (Array * __this, KeyValuePair_2_System_Int32_Pathfinding_Int3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8EB0, Array_InternalArray__ICollection_Remove_150__MethodInfo); DO_APP_FUNC(0x00F8D1B0, bool, Array_InternalArray__ICollection_Remove_151, (Array * __this, KeyValuePair_2_System_Int32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8EF8, Array_InternalArray__ICollection_Remove_151__MethodInfo); DO_APP_FUNC(0x00F8D210, bool, Array_InternalArray__ICollection_Remove_152, (Array * __this, KeyValuePair_2_System_Int32_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8EF0, Array_InternalArray__ICollection_Remove_152__MethodInfo); DO_APP_FUNC(0x00F8D270, bool, Array_InternalArray__ICollection_Remove_153, (Array * __this, KeyValuePair_2_System_Int32_System_Int64_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8EE8, Array_InternalArray__ICollection_Remove_153__MethodInfo); DO_APP_FUNC(0x00F8D2D0, bool, Array_InternalArray__ICollection_Remove_154, (Array * __this, KeyValuePair_2_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8EE0, Array_InternalArray__ICollection_Remove_154__MethodInfo); DO_APP_FUNC(0x00F8D330, bool, Array_InternalArray__ICollection_Remove_155, (Array * __this, KeyValuePair_2_System_Int32_PlayerFlashlightBeam_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8E88, Array_InternalArray__ICollection_Remove_155__MethodInfo); DO_APP_FUNC(0x00F8D390, bool, Array_InternalArray__ICollection_Remove_156, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8E80, Array_InternalArray__ICollection_Remove_156__MethodInfo); DO_APP_FUNC(0x00F8D3F0, bool, Array_InternalArray__ICollection_Remove_157, (Array * __this, KeyValuePair_2_System_Int32_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8E78, Array_InternalArray__ICollection_Remove_157__MethodInfo); DO_APP_FUNC(0x00F8D450, bool, Array_InternalArray__ICollection_Remove_158, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_UIElements_TreeItem_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8E70, Array_InternalArray__ICollection_Remove_158__MethodInfo); DO_APP_FUNC(0x00F8D4B0, bool, Array_InternalArray__ICollection_Remove_159, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8EA8, Array_InternalArray__ICollection_Remove_159__MethodInfo); DO_APP_FUNC(0x00F8D510, bool, Array_InternalArray__ICollection_Remove_160, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_Vector4_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8EA0, Array_InternalArray__ICollection_Remove_160__MethodInfo); DO_APP_FUNC(0x00F8D570, bool, Array_InternalArray__ICollection_Remove_161, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8E98, Array_InternalArray__ICollection_Remove_161__MethodInfo); DO_APP_FUNC(0x00F8D5D0, bool, Array_InternalArray__ICollection_Remove_162, (Array * __this, KeyValuePair_2_System_Int32Enum_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8E90, Array_InternalArray__ICollection_Remove_162__MethodInfo); DO_APP_FUNC(0x00F8D630, bool, Array_InternalArray__ICollection_Remove_163, (Array * __this, KeyValuePair_2_System_Int32Enum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8E30, Array_InternalArray__ICollection_Remove_163__MethodInfo); DO_APP_FUNC(0x00F8D690, bool, Array_InternalArray__ICollection_Remove_164, (Array * __this, KeyValuePair_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8E28, Array_InternalArray__ICollection_Remove_164__MethodInfo); DO_APP_FUNC(0x00F8D6F0, bool, Array_InternalArray__ICollection_Remove_165, (Array * __this, KeyValuePair_2_System_Int64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8E20, Array_InternalArray__ICollection_Remove_165__MethodInfo); DO_APP_FUNC(0x00F8D750, bool, Array_InternalArray__ICollection_Remove_166, (Array * __this, KeyValuePair_2_System_IntPtr_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8E18, Array_InternalArray__ICollection_Remove_166__MethodInfo); DO_APP_FUNC(0x00F8D7B0, bool, Array_InternalArray__ICollection_Remove_167, (Array * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8E68, Array_InternalArray__ICollection_Remove_167__MethodInfo); DO_APP_FUNC(0x00F8D810, bool, Array_InternalArray__ICollection_Remove_168, (Array * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8E58, Array_InternalArray__ICollection_Remove_168__MethodInfo); DO_APP_FUNC(0x00F8D870, bool, Array_InternalArray__ICollection_Remove_169, (Array * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8E48, Array_InternalArray__ICollection_Remove_169__MethodInfo); DO_APP_FUNC(0x00F8D8D0, bool, Array_InternalArray__ICollection_Remove_170, (Array * __this, KeyValuePair_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8E38, Array_InternalArray__ICollection_Remove_170__MethodInfo); DO_APP_FUNC(0x00F8D930, bool, Array_InternalArray__ICollection_Remove_171, (Array * __this, KeyValuePair_2_Photon_Bolt_NetworkId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8DE0, Array_InternalArray__ICollection_Remove_171__MethodInfo); DO_APP_FUNC(0x00F8D990, bool, Array_InternalArray__ICollection_Remove_172, (Array * __this, KeyValuePair_2_System_Object_System_ArraySegment_1_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8DD8, Array_InternalArray__ICollection_Remove_172__MethodInfo); DO_APP_FUNC(0x00F8D9F0, bool, Array_InternalArray__ICollection_Remove_173, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8DD0, Array_InternalArray__ICollection_Remove_173__MethodInfo); DO_APP_FUNC(0x00F8DA50, bool, Array_InternalArray__ICollection_Remove_174, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8DC8, Array_InternalArray__ICollection_Remove_174__MethodInfo); DO_APP_FUNC(0x00F8DAB0, bool, Array_InternalArray__ICollection_Remove_175, (Array * __this, KeyValuePair_2_System_Object_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8E08, Array_InternalArray__ICollection_Remove_175__MethodInfo); DO_APP_FUNC(0x00F8DB10, bool, Array_InternalArray__ICollection_Remove_176, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Bounds_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8E00, Array_InternalArray__ICollection_Remove_176__MethodInfo); DO_APP_FUNC(0x00F8DB70, bool, Array_InternalArray__ICollection_Remove_177, (Array * __this, KeyValuePair_2_System_Object_System_Byte_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8DF8, Array_InternalArray__ICollection_Remove_177__MethodInfo); DO_APP_FUNC(0x00F8DBD0, bool, Array_InternalArray__ICollection_Remove_178, (Array * __this, KeyValuePair_2_System_Object_System_Char_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8DF0, Array_InternalArray__ICollection_Remove_178__MethodInfo); DO_APP_FUNC(0x00F8DC30, bool, Array_InternalArray__ICollection_Remove_179, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8D90, Array_InternalArray__ICollection_Remove_179__MethodInfo); DO_APP_FUNC(0x00F8DC90, bool, Array_InternalArray__ICollection_Remove_180, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Color32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8D88, Array_InternalArray__ICollection_Remove_180__MethodInfo); DO_APP_FUNC(0x00F8DCF0, bool, Array_InternalArray__ICollection_Remove_181, (Array * __this, KeyValuePair_2_System_Object_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8D80, Array_InternalArray__ICollection_Remove_181__MethodInfo); DO_APP_FUNC(0x00F8DD50, bool, Array_InternalArray__ICollection_Remove_182, (Array * __this, KeyValuePair_2_System_Object_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8D70, Array_InternalArray__ICollection_Remove_182__MethodInfo); DO_APP_FUNC(0x00F8DDB0, bool, Array_InternalArray__ICollection_Remove_183, (Array * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8DC0, Array_InternalArray__ICollection_Remove_183__MethodInfo); DO_APP_FUNC(0x00F8DE10, bool, Array_InternalArray__ICollection_Remove_184, (Array * __this, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8DB8, Array_InternalArray__ICollection_Remove_184__MethodInfo); DO_APP_FUNC(0x00F8DE70, bool, Array_InternalArray__ICollection_Remove_185, (Array * __this, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8DB0, Array_InternalArray__ICollection_Remove_185__MethodInfo); DO_APP_FUNC(0x00F8DED0, bool, Array_InternalArray__ICollection_Remove_186, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Playables_Playable_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8DA0, Array_InternalArray__ICollection_Remove_186__MethodInfo); DO_APP_FUNC(0x00F8DF30, bool, Array_InternalArray__ICollection_Remove_187, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8D30, Array_InternalArray__ICollection_Remove_187__MethodInfo); DO_APP_FUNC(0x00F8DF90, bool, Array_InternalArray__ICollection_Remove_188, (Array * __this, KeyValuePair_2_System_Object_System_Resources_ResourceLocator_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8D28, Array_InternalArray__ICollection_Remove_188__MethodInfo); DO_APP_FUNC(0x00F8DFF0, bool, Array_InternalArray__ICollection_Remove_189, (Array * __this, KeyValuePair_2_System_Object_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8D20, Array_InternalArray__ICollection_Remove_189__MethodInfo); DO_APP_FUNC(0x00F8E050, bool, Array_InternalArray__ICollection_Remove_190, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8D10, Array_InternalArray__ICollection_Remove_190__MethodInfo); DO_APP_FUNC(0x00F8E0B0, bool, Array_InternalArray__ICollection_Remove_191, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_TextureId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8D68, Array_InternalArray__ICollection_Remove_191__MethodInfo); DO_APP_FUNC(0x00F8E110, bool, Array_InternalArray__ICollection_Remove_192, (Array * __this, KeyValuePair_2_System_Object_System_TimeSpan_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8D60, Array_InternalArray__ICollection_Remove_192__MethodInfo); DO_APP_FUNC(0x00F8E170, bool, Array_InternalArray__ICollection_Remove_193, (Array * __this, KeyValuePair_2_System_Object_UdpKit_UdpEndPoint_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8D50, Array_InternalArray__ICollection_Remove_193__MethodInfo); DO_APP_FUNC(0x00F8E1D0, bool, Array_InternalArray__ICollection_Remove_194, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Vector2_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8D40, Array_InternalArray__ICollection_Remove_194__MethodInfo); DO_APP_FUNC(0x00F8E230, bool, Array_InternalArray__ICollection_Remove_195, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Vector3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8CE0, Array_InternalArray__ICollection_Remove_195__MethodInfo); DO_APP_FUNC(0x00F8E290, bool, Array_InternalArray__ICollection_Remove_196, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8CD0, Array_InternalArray__ICollection_Remove_196__MethodInfo); DO_APP_FUNC(0x00F8E2F0, bool, Array_InternalArray__ICollection_Remove_197, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8CC0, Array_InternalArray__ICollection_Remove_197__MethodInfo); DO_APP_FUNC(0x00F8E350, bool, Array_InternalArray__ICollection_Remove_198, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8CB8, Array_InternalArray__ICollection_Remove_198__MethodInfo); DO_APP_FUNC(0x00F8E3B0, bool, Array_InternalArray__ICollection_Remove_199, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8D08, Array_InternalArray__ICollection_Remove_199__MethodInfo); DO_APP_FUNC(0x00F8E410, bool, Array_InternalArray__ICollection_Remove_200, (Array * __this, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8CF8, Array_InternalArray__ICollection_Remove_200__MethodInfo); DO_APP_FUNC(0x00F8E470, bool, Array_InternalArray__ICollection_Remove_201, (Array * __this, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8CF0, Array_InternalArray__ICollection_Remove_201__MethodInfo); DO_APP_FUNC(0x00F8E4D0, bool, Array_InternalArray__ICollection_Remove_202, (Array * __this, KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8CE8, Array_InternalArray__ICollection_Remove_202__MethodInfo); DO_APP_FUNC(0x00F8E530, bool, Array_InternalArray__ICollection_Remove_203, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8C90, Array_InternalArray__ICollection_Remove_203__MethodInfo); DO_APP_FUNC(0x00F8E590, bool, Array_InternalArray__ICollection_Remove_204, (Array * __this, KeyValuePair_2_Photon_Bolt_PrefabId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8C88, Array_InternalArray__ICollection_Remove_204__MethodInfo); DO_APP_FUNC(0x00F8E5F0, bool, Array_InternalArray__ICollection_Remove_205, (Array * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8C80, Array_InternalArray__ICollection_Remove_205__MethodInfo); DO_APP_FUNC(0x00F8E650, bool, Array_InternalArray__ICollection_Remove_206, (Array * __this, KeyValuePair_2_UnityEngine_RaycastHit_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8C78, Array_InternalArray__ICollection_Remove_206__MethodInfo); DO_APP_FUNC(0x00F8E6B0, bool, Array_InternalArray__ICollection_Remove_207, (Array * __this, KeyValuePair_2_System_Single_SplineMesh_CurveSample_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8CB0, Array_InternalArray__ICollection_Remove_207__MethodInfo); DO_APP_FUNC(0x00F8E710, bool, Array_InternalArray__ICollection_Remove_208, (Array * __this, KeyValuePair_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8CA8, Array_InternalArray__ICollection_Remove_208__MethodInfo); DO_APP_FUNC(0x00F8E770, bool, Array_InternalArray__ICollection_Remove_209, (Array * __this, KeyValuePair_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8CA0, Array_InternalArray__ICollection_Remove_209__MethodInfo); DO_APP_FUNC(0x00F8E7D0, bool, Array_InternalArray__ICollection_Remove_210, (Array * __this, KeyValuePair_2_Photon_Bolt_TypeId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8C98, Array_InternalArray__ICollection_Remove_210__MethodInfo); DO_APP_FUNC(0x00F8E830, bool, Array_InternalArray__ICollection_Remove_211, (Array * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8C38, Array_InternalArray__ICollection_Remove_211__MethodInfo); DO_APP_FUNC(0x00F8E890, bool, Array_InternalArray__ICollection_Remove_212, (Array * __this, KeyValuePair_2_System_UInt16_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8C28, Array_InternalArray__ICollection_Remove_212__MethodInfo); DO_APP_FUNC(0x00F8E8F0, bool, Array_InternalArray__ICollection_Remove_213, (Array * __this, KeyValuePair_2_System_UInt16_Dissonance_PlayerChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8C20, Array_InternalArray__ICollection_Remove_213__MethodInfo); DO_APP_FUNC(0x00F8E950, bool, Array_InternalArray__ICollection_Remove_214, (Array * __this, KeyValuePair_2_System_UInt16_Dissonance_RoomChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8C18, Array_InternalArray__ICollection_Remove_214__MethodInfo); DO_APP_FUNC(0x00F8E9B0, bool, Array_InternalArray__ICollection_Remove_215, (Array * __this, KeyValuePair_2_System_UInt32_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8C70, Array_InternalArray__ICollection_Remove_215__MethodInfo); DO_APP_FUNC(0x00F8EA10, bool, Array_InternalArray__ICollection_Remove_216, (Array * __this, KeyValuePair_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8C68, Array_InternalArray__ICollection_Remove_216__MethodInfo); DO_APP_FUNC(0x00F8EA70, bool, Array_InternalArray__ICollection_Remove_217, (Array * __this, KeyValuePair_2_System_UInt32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8C58, Array_InternalArray__ICollection_Remove_217__MethodInfo); DO_APP_FUNC(0x00F8EAD0, bool, Array_InternalArray__ICollection_Remove_218, (Array * __this, KeyValuePair_2_System_UInt32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8C48, Array_InternalArray__ICollection_Remove_218__MethodInfo); DO_APP_FUNC(0x00F8EB30, bool, Array_InternalArray__ICollection_Remove_219, (Array * __this, KeyValuePair_2_System_UInt32_SessionClient_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8BD0, Array_InternalArray__ICollection_Remove_219__MethodInfo); DO_APP_FUNC(0x00F8EB90, bool, Array_InternalArray__ICollection_Remove_220, (Array * __this, KeyValuePair_2_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8BC8, Array_InternalArray__ICollection_Remove_220__MethodInfo); DO_APP_FUNC(0x00F8EBF0, bool, Array_InternalArray__ICollection_Remove_221, (Array * __this, KeyValuePair_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8BC0, Array_InternalArray__ICollection_Remove_221__MethodInfo); DO_APP_FUNC(0x00F8EC50, bool, Array_InternalArray__ICollection_Remove_222, (Array * __this, KeyValuePair_2_UdpKit_UdpChannelName_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8BB0, Array_InternalArray__ICollection_Remove_222__MethodInfo); DO_APP_FUNC(0x00F8ECB0, bool, Array_InternalArray__ICollection_Remove_223, (Array * __this, KeyValuePair_2_UdpKit_UdpEndPoint_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8C10, Array_InternalArray__ICollection_Remove_223__MethodInfo); DO_APP_FUNC(0x00F8ED10, bool, Array_InternalArray__ICollection_Remove_224, (Array * __this, KeyValuePair_2_UdpKit_UdpEndPoint_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8C00, Array_InternalArray__ICollection_Remove_224__MethodInfo); DO_APP_FUNC(0x00F8ED70, bool, Array_InternalArray__ICollection_Remove_225, (Array * __this, KeyValuePair_2_Photon_Bolt_UniqueId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8BF0, Array_InternalArray__ICollection_Remove_225__MethodInfo); DO_APP_FUNC(0x00F8EDD0, bool, Array_InternalArray__ICollection_Remove_226, (Array * __this, KeyValuePair_2_UnityEngine_Vector3_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8BE0, Array_InternalArray__ICollection_Remove_226__MethodInfo); DO_APP_FUNC(0x00F8EE30, bool, Array_InternalArray__ICollection_Remove_227, (Array * __this, KeyValuePair_2_UnityEngine_Vector3Int_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8B70, Array_InternalArray__ICollection_Remove_227__MethodInfo); DO_APP_FUNC(0x00F8EE90, bool, Array_InternalArray__ICollection_Remove_228, (Array * __this, KeyValuePair_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8B60, Array_InternalArray__ICollection_Remove_228__MethodInfo); DO_APP_FUNC(0x00F8EEF0, bool, Array_InternalArray__ICollection_Remove_229, (Array * __this, KeyValuePair_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8B50, Array_InternalArray__ICollection_Remove_229__MethodInfo); DO_APP_FUNC(0x00F8EF50, bool, Array_InternalArray__ICollection_Remove_230, (Array * __this, KeyValuePair_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8B40, Array_InternalArray__ICollection_Remove_230__MethodInfo); DO_APP_FUNC(0x00F8EFB0, bool, Array_InternalArray__ICollection_Remove_231, (Array * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8BA0, Array_InternalArray__ICollection_Remove_231__MethodInfo); DO_APP_FUNC(0x00F8F010, bool, Array_InternalArray__ICollection_Remove_232, (Array * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8B90, Array_InternalArray__ICollection_Remove_232__MethodInfo); DO_APP_FUNC(0x00F8F070, bool, Array_InternalArray__ICollection_Remove_233, (Array * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8B80, Array_InternalArray__ICollection_Remove_233__MethodInfo); DO_APP_FUNC(0x00F8F0D0, bool, Array_InternalArray__ICollection_Remove_234, (Array * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8B78, Array_InternalArray__ICollection_Remove_234__MethodInfo); DO_APP_FUNC(0x00F8F130, bool, Array_InternalArray__ICollection_Remove_235, (Array * __this, KeyValuePair_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8B00, Array_InternalArray__ICollection_Remove_235__MethodInfo); DO_APP_FUNC(0x00F8F190, bool, Array_InternalArray__ICollection_Remove_236, (Array * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8AF8, Array_InternalArray__ICollection_Remove_236__MethodInfo); DO_APP_FUNC(0x00F8F1F0, bool, Array_InternalArray__ICollection_Remove_237, (Array * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8AE8, Array_InternalArray__ICollection_Remove_237__MethodInfo); DO_APP_FUNC(0x00F8F250, bool, Array_InternalArray__ICollection_Remove_238, (Array * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8AD8, Array_InternalArray__ICollection_Remove_238__MethodInfo); DO_APP_FUNC(0x00F8F2B0, bool, Array_InternalArray__ICollection_Remove_239, (Array * __this, KeyValuePair_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8B30, Array_InternalArray__ICollection_Remove_239__MethodInfo); DO_APP_FUNC(0x00F8F310, bool, Array_InternalArray__ICollection_Remove_240, (Array * __this, KeyValuePair_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8B28, Array_InternalArray__ICollection_Remove_240__MethodInfo); DO_APP_FUNC(0x00F8F370, bool, Array_InternalArray__ICollection_Remove_241, (Array * __this, ThreadLocal_1_T_LinkedSlotVolatile_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8B20, Array_InternalArray__ICollection_Remove_241__MethodInfo); DO_APP_FUNC(0x00F8F3D0, bool, Array_InternalArray__ICollection_Remove_242, (Array * __this, NativeArray_1_System_UInt16_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8B10, Array_InternalArray__ICollection_Remove_242__MethodInfo); DO_APP_FUNC(0x00F8F430, bool, Array_InternalArray__ICollection_Remove_243, (Array * __this, NativeArray_1_UnityEngine_UIElements_Vertex_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8A98, Array_InternalArray__ICollection_Remove_243__MethodInfo); DO_APP_FUNC(0x00F8F490, bool, Array_InternalArray__ICollection_Remove_244, (Array * __this, NonAllocDictionary_2_K_V_Node_System_Byte_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8A88, Array_InternalArray__ICollection_Remove_244__MethodInfo); DO_APP_FUNC(0x00F8F4F0, bool, Array_InternalArray__ICollection_Remove_245, (Array * __this, NonAllocDictionary_2_K_V_Node_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8A78, Array_InternalArray__ICollection_Remove_245__MethodInfo); DO_APP_FUNC(0x00F8F550, bool, Array_InternalArray__ICollection_Remove_246, (Array * __this, NonAllocDictionary_2_K_V_Node_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8A70, Array_InternalArray__ICollection_Remove_246__MethodInfo); DO_APP_FUNC(0x00F8F5B0, bool, Array_InternalArray__ICollection_Remove_247, (Array * __this, InputStateHistory_1_TValue_Record_TouchState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8AC8, Array_InternalArray__ICollection_Remove_247__MethodInfo); DO_APP_FUNC(0x00F8F610, bool, Array_InternalArray__ICollection_Remove_248, (Array * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8AB8, Array_InternalArray__ICollection_Remove_248__MethodInfo); DO_APP_FUNC(0x00F8F670, bool, Array_InternalArray__ICollection_Remove_249, (Array * __this, STuple_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8AB0, Array_InternalArray__ICollection_Remove_249__MethodInfo); DO_APP_FUNC(0x00F8F6D0, bool, Array_InternalArray__ICollection_Remove_250, (Array * __this, HashSet_1_T_Slot_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8AA8, Array_InternalArray__ICollection_Remove_250__MethodInfo); DO_APP_FUNC(0x00F8F730, bool, Array_InternalArray__ICollection_Remove_251, (Array * __this, HashSet_1_T_Slot_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8A38, Array_InternalArray__ICollection_Remove_251__MethodInfo); DO_APP_FUNC(0x00F8F790, bool, Array_InternalArray__ICollection_Remove_252, (Array * __this, Set_1_TElement_Slot_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8A28, Array_InternalArray__ICollection_Remove_252__MethodInfo); DO_APP_FUNC(0x00F8F7F0, bool, Array_InternalArray__ICollection_Remove_253, (Array * __this, HashSet_1_T_Slot_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8A20, Array_InternalArray__ICollection_Remove_253__MethodInfo); DO_APP_FUNC(0x00F8F850, bool, Array_InternalArray__ICollection_Remove_254, (Array * __this, HashSet_1_T_Slot_UnityEngine_InputSystem_Utilities_InternedString_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8A18, Array_InternalArray__ICollection_Remove_254__MethodInfo); DO_APP_FUNC(0x00F8F8B0, bool, Array_InternalArray__ICollection_Remove_255, (Array * __this, HashSet_1_T_Slot_Photon_Bolt_NetworkId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8A68, Array_InternalArray__ICollection_Remove_255__MethodInfo); DO_APP_FUNC(0x00F8F910, bool, Array_InternalArray__ICollection_Remove_256, (Array * __this, HashSet_1_T_Slot_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8A58, Array_InternalArray__ICollection_Remove_256__MethodInfo); DO_APP_FUNC(0x00F8F970, bool, Array_InternalArray__ICollection_Remove_257, (Array * __this, Set_1_TElement_Slot_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8A48, Array_InternalArray__ICollection_Remove_257__MethodInfo); DO_APP_FUNC(0x00F8F9D0, bool, Array_InternalArray__ICollection_Remove_258, (Array * __this, ConcurrentQueue_1_T_Segment_T_Slot_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8A40, Array_InternalArray__ICollection_Remove_258__MethodInfo); DO_APP_FUNC(0x00F8FA30, bool, Array_InternalArray__ICollection_Remove_259, (Array * __this, HashSet_1_T_Slot_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD89D0, Array_InternalArray__ICollection_Remove_259__MethodInfo); DO_APP_FUNC(0x00F8FA90, bool, Array_InternalArray__ICollection_Remove_260, (Array * __this, HashSet_1_T_Slot_System_UInt64_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD89C0, Array_InternalArray__ICollection_Remove_260__MethodInfo); DO_APP_FUNC(0x00F8FAF0, bool, Array_InternalArray__ICollection_Remove_261, (Array * __this, HashSet_1_T_Slot_UdpKit_UdpEndPoint_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD89B0, Array_InternalArray__ICollection_Remove_261__MethodInfo); DO_APP_FUNC(0x00F8FB50, bool, Array_InternalArray__ICollection_Remove_262, (Array * __this, HashSet_1_T_Slot_UdpKit_UdpIPv4Address_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD89A0, Array_InternalArray__ICollection_Remove_262__MethodInfo); DO_APP_FUNC(0x00F8FBB0, bool, Array_InternalArray__ICollection_Remove_263, (Array * __this, HashSet_1_T_Slot_UnityEngine_Vector3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8A08, Array_InternalArray__ICollection_Remove_263__MethodInfo); DO_APP_FUNC(0x00F8FC10, bool, Array_InternalArray__ICollection_Remove_264, (Array * __this, HashSet_1_T_Slot_UnityEngine_Vector3Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD89F8, Array_InternalArray__ICollection_Remove_264__MethodInfo); DO_APP_FUNC(0x00F8FC70, bool, Array_InternalArray__ICollection_Remove_265, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_Background_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD89E8, Array_InternalArray__ICollection_Remove_265__MethodInfo); DO_APP_FUNC(0x00F8FCD0, bool, Array_InternalArray__ICollection_Remove_266, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD89D8, Array_InternalArray__ICollection_Remove_266__MethodInfo); DO_APP_FUNC(0x00F8FD30, bool, Array_InternalArray__ICollection_Remove_267, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8968, Array_InternalArray__ICollection_Remove_267__MethodInfo); DO_APP_FUNC(0x00F8FD90, bool, Array_InternalArray__ICollection_Remove_268, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8960, Array_InternalArray__ICollection_Remove_268__MethodInfo); DO_APP_FUNC(0x00F8FDF0, bool, Array_InternalArray__ICollection_Remove_269, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_Length_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8958, Array_InternalArray__ICollection_Remove_269__MethodInfo); DO_APP_FUNC(0x00F8FE50, bool, Array_InternalArray__ICollection_Remove_270, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8950, Array_InternalArray__ICollection_Remove_270__MethodInfo); DO_APP_FUNC(0x00F8FEB0, bool, Array_InternalArray__ICollection_Remove_271, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8990, Array_InternalArray__ICollection_Remove_271__MethodInfo); DO_APP_FUNC(0x00F8FF10, bool, Array_InternalArray__ICollection_Remove_272, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_Scale_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8988, Array_InternalArray__ICollection_Remove_272__MethodInfo); DO_APP_FUNC(0x00F8FF70, bool, Array_InternalArray__ICollection_Remove_273, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8978, Array_InternalArray__ICollection_Remove_273__MethodInfo); DO_APP_FUNC(0x00F8FFD0, bool, Array_InternalArray__ICollection_Remove_274, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8970, Array_InternalArray__ICollection_Remove_274__MethodInfo); DO_APP_FUNC(0x00F90030, bool, Array_InternalArray__ICollection_Remove_275, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8928, Array_InternalArray__ICollection_Remove_275__MethodInfo); DO_APP_FUNC(0x00F90090, bool, Array_InternalArray__ICollection_Remove_276, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_Translate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8918, Array_InternalArray__ICollection_Remove_276__MethodInfo); DO_APP_FUNC(0x00F900F0, bool, Array_InternalArray__ICollection_Remove_277, (Array * __this, TMP_TextProcessingStack_1_UnityEngine_Color32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8910, Array_InternalArray__ICollection_Remove_277__MethodInfo); DO_APP_FUNC(0x00F90150, bool, Array_InternalArray__ICollection_Remove_278, (Array * __this, TMP_TextProcessingStack_1_HighlightState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8908, Array_InternalArray__ICollection_Remove_278__MethodInfo); DO_APP_FUNC(0x00F901B0, bool, Array_InternalArray__ICollection_Remove_279, (Array * __this, TMP_TextProcessingStack_1_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8948, Array_InternalArray__ICollection_Remove_279__MethodInfo); DO_APP_FUNC(0x00F90210, bool, Array_InternalArray__ICollection_Remove_280, (Array * __this, TMP_TextProcessingStack_1_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8940, Array_InternalArray__ICollection_Remove_280__MethodInfo); DO_APP_FUNC(0x00F90270, bool, Array_InternalArray__ICollection_Remove_281, (Array * __this, TMP_TextProcessingStack_1_MaterialReference_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8938, Array_InternalArray__ICollection_Remove_281__MethodInfo); DO_APP_FUNC(0x00F902D0, bool, Array_InternalArray__ICollection_Remove_282, (Array * __this, TMP_TextProcessingStack_1_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8930, Array_InternalArray__ICollection_Remove_282__MethodInfo); DO_APP_FUNC(0x00F90330, bool, Array_InternalArray__ICollection_Remove_283, (Array * __this, TMP_TextProcessingStack_1_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD88D8, Array_InternalArray__ICollection_Remove_283__MethodInfo); DO_APP_FUNC(0x00F90390, bool, Array_InternalArray__ICollection_Remove_284, (Array * __this, TMP_TextProcessingStack_1_WordWrapState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD88D0, Array_InternalArray__ICollection_Remove_284__MethodInfo); DO_APP_FUNC(0x00F903F0, bool, Array_InternalArray__ICollection_Remove_285, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_Background_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD88C8, Array_InternalArray__ICollection_Remove_285__MethodInfo); DO_APP_FUNC(0x00F90450, bool, Array_InternalArray__ICollection_Remove_286, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD88B8, Array_InternalArray__ICollection_Remove_286__MethodInfo); DO_APP_FUNC(0x00F904B0, bool, Array_InternalArray__ICollection_Remove_287, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8900, Array_InternalArray__ICollection_Remove_287__MethodInfo); DO_APP_FUNC(0x00F90510, bool, Array_InternalArray__ICollection_Remove_288, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD88F8, Array_InternalArray__ICollection_Remove_288__MethodInfo); DO_APP_FUNC(0x00F90570, bool, Array_InternalArray__ICollection_Remove_289, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_Length_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD88E8, Array_InternalArray__ICollection_Remove_289__MethodInfo); DO_APP_FUNC(0x00F905D0, bool, Array_InternalArray__ICollection_Remove_290, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD88E0, Array_InternalArray__ICollection_Remove_290__MethodInfo); DO_APP_FUNC(0x00F90630, bool, Array_InternalArray__ICollection_Remove_291, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8880, Array_InternalArray__ICollection_Remove_291__MethodInfo); DO_APP_FUNC(0x00F90690, bool, Array_InternalArray__ICollection_Remove_292, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8878, Array_InternalArray__ICollection_Remove_292__MethodInfo); DO_APP_FUNC(0x00F906F0, bool, Array_InternalArray__ICollection_Remove_293, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8868, Array_InternalArray__ICollection_Remove_293__MethodInfo); DO_APP_FUNC(0x00F90750, bool, Array_InternalArray__ICollection_Remove_294, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8860, Array_InternalArray__ICollection_Remove_294__MethodInfo); DO_APP_FUNC(0x00F907B0, bool, Array_InternalArray__ICollection_Remove_295, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD88B0, Array_InternalArray__ICollection_Remove_295__MethodInfo); DO_APP_FUNC(0x00F90810, bool, Array_InternalArray__ICollection_Remove_296, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD88A8, Array_InternalArray__ICollection_Remove_296__MethodInfo); DO_APP_FUNC(0x00F90870, bool, Array_InternalArray__ICollection_Remove_297, (Array * __this, ValueTuple_1_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD88A0, Array_InternalArray__ICollection_Remove_297__MethodInfo); DO_APP_FUNC(0x00F908D0, bool, Array_InternalArray__ICollection_Remove_298, (Array * __this, ValueTuple_2_Int32_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8890, Array_InternalArray__ICollection_Remove_298__MethodInfo); DO_APP_FUNC(0x00F90930, bool, Array_InternalArray__ICollection_Remove_299, (Array * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8828, Array_InternalArray__ICollection_Remove_299__MethodInfo); DO_APP_FUNC(0x00F90990, bool, Array_InternalArray__ICollection_Remove_300, (Array * __this, ValueTuple_2_IntPtr_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8818, Array_InternalArray__ICollection_Remove_300__MethodInfo); DO_APP_FUNC(0x00F909F0, bool, Array_InternalArray__ICollection_Remove_301, (Array * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8808, Array_InternalArray__ICollection_Remove_301__MethodInfo); DO_APP_FUNC(0x00F90A50, bool, Array_InternalArray__ICollection_Remove_302, (Array * __this, ValueTuple_2_Object_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD87F8, Array_InternalArray__ICollection_Remove_302__MethodInfo); DO_APP_FUNC(0x00F90AB0, bool, Array_InternalArray__ICollection_Remove_303, (Array * __this, ValueTuple_2_Object_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8850, Array_InternalArray__ICollection_Remove_303__MethodInfo); DO_APP_FUNC(0x00F90B10, bool, Array_InternalArray__ICollection_Remove_304, (Array * __this, ValueTuple_2_UnityEngine_Vector3Int_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8848, Array_InternalArray__ICollection_Remove_304__MethodInfo); DO_APP_FUNC(0x00F90B70, bool, Array_InternalArray__ICollection_Remove_305, (Array * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8840, Array_InternalArray__ICollection_Remove_305__MethodInfo); DO_APP_FUNC(0x00F90BD0, bool, Array_InternalArray__ICollection_Remove_306, (Array * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8830, Array_InternalArray__ICollection_Remove_306__MethodInfo); DO_APP_FUNC(0x00F90C30, bool, Array_InternalArray__ICollection_Remove_307, (Array * __this, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD87B8, Array_InternalArray__ICollection_Remove_307__MethodInfo); DO_APP_FUNC(0x00F90C90, bool, Array_InternalArray__ICollection_Remove_308, (Array * __this, ValueTuple_3_Object_Object_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD87B0, Array_InternalArray__ICollection_Remove_308__MethodInfo); DO_APP_FUNC(0x00F90CF0, bool, Array_InternalArray__ICollection_Remove_309, (Array * __this, AnimatorClipInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD87A0, Array_InternalArray__ICollection_Remove_309__MethodInfo); DO_APP_FUNC(0x00F90D50, bool, Array_InternalArray__ICollection_Remove_310, (Array * __this, AstarWorkItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8790, Array_InternalArray__ICollection_Remove_310__MethodInfo); DO_APP_FUNC(0x00F90DB0, bool, Array_InternalArray__ICollection_Remove_311, (Array * __this, AsyncOperationHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD87E8, Array_InternalArray__ICollection_Remove_311__MethodInfo); DO_APP_FUNC(0x00F90E10, bool, Array_InternalArray__ICollection_Remove_312, (Array * __this, AxisCalibrationData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD87D8, Array_InternalArray__ICollection_Remove_312__MethodInfo); DO_APP_FUNC(0x00F90E70, bool, Array_InternalArray__ICollection_Remove_313, (Array * __this, Background item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD87C8, Array_InternalArray__ICollection_Remove_313__MethodInfo); DO_APP_FUNC(0x00F90ED0, bool, Array_InternalArray__ICollection_Remove_314, (Array * __this, BatchVisibility item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD87C0, Array_InternalArray__ICollection_Remove_314__MethodInfo); DO_APP_FUNC(0x00F90F30, bool, Array_InternalArray__ICollection_Remove_315, (Array * __this, BoltPeer item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8760, Array_InternalArray__ICollection_Remove_315__MethodInfo); DO_APP_FUNC(0x00F90F90, bool, Array_InternalArray__ICollection_Remove_316, (Array * __this, BoltPhysicsHit item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8758, Array_InternalArray__ICollection_Remove_316__MethodInfo); DO_APP_FUNC(0x00F90FF0, bool, Array_InternalArray__ICollection_Remove_317, (Array * __this, BoneWeight item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8750, Array_InternalArray__ICollection_Remove_317__MethodInfo); DO_APP_FUNC(0x00F91050, bool, Array_InternalArray__ICollection_Remove_318, (Array * __this, BoneWeight1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8748, Array_InternalArray__ICollection_Remove_318__MethodInfo); DO_APP_FUNC(0x00F910B0, bool, Array_InternalArray__ICollection_Remove_319, (Array * __this, bool item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8780, Array_InternalArray__ICollection_Remove_319__MethodInfo); DO_APP_FUNC(0x00F91110, bool, Array_InternalArray__ICollection_Remove_320, (Array * __this, BoundedPlane item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8778, Array_InternalArray__ICollection_Remove_320__MethodInfo); DO_APP_FUNC(0x00F91170, bool, Array_InternalArray__ICollection_Remove_321, (Array * __this, BoundingSphere item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8770, Array_InternalArray__ICollection_Remove_321__MethodInfo); DO_APP_FUNC(0x00F911D0, bool, Array_InternalArray__ICollection_Remove_322, (Array * __this, Bounds item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8768, Array_InternalArray__ICollection_Remove_322__MethodInfo); DO_APP_FUNC(0x00F91230, bool, Array_InternalArray__ICollection_Remove_323, (Array * __this, uint8_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8710, Array_InternalArray__ICollection_Remove_323__MethodInfo); DO_APP_FUNC(0x00F91290, bool, Array_InternalArray__ICollection_Remove_324, (Array * __this, ByteEnum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8708, Array_InternalArray__ICollection_Remove_324__MethodInfo); DO_APP_FUNC(0x00F912F0, bool, Array_InternalArray__ICollection_Remove_325, (Array * __this, CancellationToken item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8700, Array_InternalArray__ICollection_Remove_325__MethodInfo); DO_APP_FUNC(0x00F91350, bool, Array_InternalArray__ICollection_Remove_326, (Array * __this, CancellationTokenRegistration item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD86F0, Array_InternalArray__ICollection_Remove_326__MethodInfo); DO_APP_FUNC(0x00F913B0, bool, Array_InternalArray__ICollection_Remove_327, (Array * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8740, Array_InternalArray__ICollection_Remove_327__MethodInfo); DO_APP_FUNC(0x00F91410, bool, Array_InternalArray__ICollection_Remove_328, (Array * __this, ClientInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8730, Array_InternalArray__ICollection_Remove_328__MethodInfo); DO_APP_FUNC(0x00F91470, bool, Array_InternalArray__ICollection_Remove_329, (Array * __this, ClothSkinningCoefficient item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8720, Array_InternalArray__ICollection_Remove_329__MethodInfo); DO_APP_FUNC(0x00F914D0, bool, Array_InternalArray__ICollection_Remove_330, (Array * __this, ClothSphereColliderPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8718, Array_InternalArray__ICollection_Remove_330__MethodInfo); DO_APP_FUNC(0x00F91530, bool, Array_InternalArray__ICollection_Remove_331, (Array * __this, Color item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD86C0, Array_InternalArray__ICollection_Remove_331__MethodInfo); DO_APP_FUNC(0x00F91590, bool, Array_InternalArray__ICollection_Remove_332, (Array * __this, Color32 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD86B8, Array_InternalArray__ICollection_Remove_332__MethodInfo); DO_APP_FUNC(0x00F915F0, bool, Array_InternalArray__ICollection_Remove_333, (Array * __this, ColorBlock item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD86B0, Array_InternalArray__ICollection_Remove_333__MethodInfo); DO_APP_FUNC(0x00F91650, bool, Array_InternalArray__ICollection_Remove_334, (Array * __this, CombineInstance item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD86A0, Array_InternalArray__ICollection_Remove_334__MethodInfo); DO_APP_FUNC(0x00F916B0, bool, Array_InternalArray__ICollection_Remove_335, (Array * __this, CompactVoxelCell item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD86E0, Array_InternalArray__ICollection_Remove_335__MethodInfo); DO_APP_FUNC(0x00F91710, bool, Array_InternalArray__ICollection_Remove_336, (Array * __this, CompactVoxelSpan item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD86D8, Array_InternalArray__ICollection_Remove_336__MethodInfo); DO_APP_FUNC(0x00F91770, bool, Array_InternalArray__ICollection_Remove_337, (Array * __this, ComputedStyle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD86D0, Array_InternalArray__ICollection_Remove_337__MethodInfo); DO_APP_FUNC(0x00F917D0, bool, Array_InternalArray__ICollection_Remove_338, (Array * __this, ComputedTransitionProperty item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD86C8, Array_InternalArray__ICollection_Remove_338__MethodInfo); DO_APP_FUNC(0x00F91830, bool, Array_InternalArray__ICollection_Remove_339, (Array * __this, ConfigurationDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8650, Array_InternalArray__ICollection_Remove_339__MethodInfo); DO_APP_FUNC(0x00F91890, bool, Array_InternalArray__ICollection_Remove_340, (Array * __this, Connection item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8640, Array_InternalArray__ICollection_Remove_340__MethodInfo); DO_APP_FUNC(0x00F918F0, bool, Array_InternalArray__ICollection_Remove_341, (Array * __this, ContactPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8630, Array_InternalArray__ICollection_Remove_341__MethodInfo); DO_APP_FUNC(0x00F91950, bool, Array_InternalArray__ICollection_Remove_342, (Array * __this, ContactPoint2D item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8628, Array_InternalArray__ICollection_Remove_342__MethodInfo); DO_APP_FUNC(0x00F919B0, bool, Array_InternalArray__ICollection_Remove_343, (Array * __this, ControllerPollingInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8690, Array_InternalArray__ICollection_Remove_343__MethodInfo); DO_APP_FUNC(0x00F91A10, bool, Array_InternalArray__ICollection_Remove_344, (Array * __this, ControllerTemplateElementTarget item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8680, Array_InternalArray__ICollection_Remove_344__MethodInfo); DO_APP_FUNC(0x00F91A70, bool, Array_InternalArray__ICollection_Remove_345, (Array * __this, CurveSample item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8670, Array_InternalArray__ICollection_Remove_345__MethodInfo); DO_APP_FUNC(0x00F91AD0, bool, Array_InternalArray__ICollection_Remove_346, (Array * __this, CustomAttributeNamedArgument item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8660, Array_InternalArray__ICollection_Remove_346__MethodInfo); DO_APP_FUNC(0x00F91B30, bool, Array_InternalArray__ICollection_Remove_347, (Array * __this, CustomAttributeTypedArgument item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD85E8, Array_InternalArray__ICollection_Remove_347__MethodInfo); DO_APP_FUNC(0x00F91B90, bool, Array_InternalArray__ICollection_Remove_348, (Array * __this, DateTime item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD85E0, Array_InternalArray__ICollection_Remove_348__MethodInfo); DO_APP_FUNC(0x00F91BF0, bool, Array_InternalArray__ICollection_Remove_349, (Array * __this, DateTimeOffset item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD85D8, Array_InternalArray__ICollection_Remove_349__MethodInfo); DO_APP_FUNC(0x00F91C50, bool, Array_InternalArray__ICollection_Remove_350, (Array * __this, Decimal item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD85D0, Array_InternalArray__ICollection_Remove_350__MethodInfo); DO_APP_FUNC(0x00F91CB0, bool, Array_InternalArray__ICollection_Remove_351, (Array * __this, DetailInstanceTransform item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8620, Array_InternalArray__ICollection_Remove_351__MethodInfo); DO_APP_FUNC(0x00F91D10, bool, Array_InternalArray__ICollection_Remove_352, (Array * __this, DiagnosticEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8618, Array_InternalArray__ICollection_Remove_352__MethodInfo); DO_APP_FUNC(0x00F91D70, bool, Array_InternalArray__ICollection_Remove_353, (Array * __this, DictionaryEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8608, Array_InternalArray__ICollection_Remove_353__MethodInfo); DO_APP_FUNC(0x00F91DD0, bool, Array_InternalArray__ICollection_Remove_354, (Array * __this, Dimension item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD85F8, Array_InternalArray__ICollection_Remove_354__MethodInfo); DO_APP_FUNC(0x00F91E30, bool, Array_InternalArray__ICollection_Remove_355, (Array * __this, double item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD85A0, Array_InternalArray__ICollection_Remove_355__MethodInfo); DO_APP_FUNC(0x00F91E90, bool, Array_InternalArray__ICollection_Remove_356, (Array * __this, DrawBufferRange item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8598, Array_InternalArray__ICollection_Remove_356__MethodInfo); DO_APP_FUNC(0x00F91EF0, bool, Array_InternalArray__ICollection_Remove_357, (Array * __this, EasingFunction item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8590, Array_InternalArray__ICollection_Remove_357__MethodInfo); DO_APP_FUNC(0x00F91F50, bool, Array_InternalArray__ICollection_Remove_358, (Array * __this, ElementAssignmentConflictInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8580, Array_InternalArray__ICollection_Remove_358__MethodInfo); DO_APP_FUNC(0x00F91FB0, bool, Array_InternalArray__ICollection_Remove_359, (Array * __this, Entitlement item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD85C8, Array_InternalArray__ICollection_Remove_359__MethodInfo); DO_APP_FUNC(0x00F92010, bool, Array_InternalArray__ICollection_Remove_360, (Array * __this, Ephemeron item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD85C0, Array_InternalArray__ICollection_Remove_360__MethodInfo); DO_APP_FUNC(0x00F92070, bool, Array_InternalArray__ICollection_Remove_361, (Array * __this, EventReliable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD85B0, Array_InternalArray__ICollection_Remove_361__MethodInfo); DO_APP_FUNC(0x00F920D0, bool, Array_InternalArray__ICollection_Remove_362, (Array * __this, EventUnreliable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD85A8, Array_InternalArray__ICollection_Remove_362__MethodInfo); DO_APP_FUNC(0x00F92130, bool, Array_InternalArray__ICollection_Remove_363, (Array * __this, FORMATETC item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8558, Array_InternalArray__ICollection_Remove_363__MethodInfo); DO_APP_FUNC(0x00F92190, bool, Array_InternalArray__ICollection_Remove_364, (Array * __this, FileStat item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8548, Array_InternalArray__ICollection_Remove_364__MethodInfo); DO_APP_FUNC(0x00F921F0, bool, Array_InternalArray__ICollection_Remove_365, (Array * __this, FontDefinition item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8538, Array_InternalArray__ICollection_Remove_365__MethodInfo); DO_APP_FUNC(0x00F92250, bool, Array_InternalArray__ICollection_Remove_366, (Array * __this, FontWeightPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8530, Array_InternalArray__ICollection_Remove_366__MethodInfo); DO_APP_FUNC(0x00F922B0, bool, Array_InternalArray__ICollection_Remove_367, (Array * __this, FrameFormat item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8578, Array_InternalArray__ICollection_Remove_367__MethodInfo); DO_APP_FUNC(0x00F92310, bool, Array_InternalArray__ICollection_Remove_368, (Array * __this, GCHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8570, Array_InternalArray__ICollection_Remove_368__MethodInfo); DO_APP_FUNC(0x00F92370, bool, Array_InternalArray__ICollection_Remove_369, (Array * __this, GfxUpdateBufferRange item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8568, Array_InternalArray__ICollection_Remove_369__MethodInfo); DO_APP_FUNC(0x00F923D0, bool, Array_InternalArray__ICollection_Remove_370, (Array * __this, GlobalKeyword item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8560, Array_InternalArray__ICollection_Remove_370__MethodInfo); DO_APP_FUNC(0x00F92430, bool, Array_InternalArray__ICollection_Remove_371, (Array * __this, GlyphMarshallingStruct item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD84F8, Array_InternalArray__ICollection_Remove_371__MethodInfo); DO_APP_FUNC(0x00F92490, bool, Array_InternalArray__ICollection_Remove_372, (Array * __this, GlyphPairAdjustmentRecord item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD84F0, Array_InternalArray__ICollection_Remove_372__MethodInfo); DO_APP_FUNC(0x00F924F0, bool, Array_InternalArray__ICollection_Remove_373, (Array * __this, GlyphRect item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD84E8, Array_InternalArray__ICollection_Remove_373__MethodInfo); DO_APP_FUNC(0x00F92550, bool, Array_InternalArray__ICollection_Remove_374, (Array * __this, GradientAlphaKey item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD84E0, Array_InternalArray__ICollection_Remove_374__MethodInfo); DO_APP_FUNC(0x00F925B0, bool, Array_InternalArray__ICollection_Remove_375, (Array * __this, GradientColorKey item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8528, Array_InternalArray__ICollection_Remove_375__MethodInfo); DO_APP_FUNC(0x00F92610, bool, Array_InternalArray__ICollection_Remove_376, (Array * __this, GradientSettings item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8520, Array_InternalArray__ICollection_Remove_376__MethodInfo); DO_APP_FUNC(0x00F92670, bool, Array_InternalArray__ICollection_Remove_377, (Array * __this, Guid item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8518, Array_InternalArray__ICollection_Remove_377__MethodInfo); DO_APP_FUNC(0x00F926D0, bool, Array_InternalArray__ICollection_Remove_378, (Array * __this, HandJointLocation item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8508, Array_InternalArray__ICollection_Remove_378__MethodInfo); DO_APP_FUNC(0x00F92730, bool, Array_InternalArray__ICollection_Remove_379, (Array * __this, Hash128 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD84A8, Array_InternalArray__ICollection_Remove_379__MethodInfo); DO_APP_FUNC(0x00F92790, bool, Array_InternalArray__ICollection_Remove_380, (Array * __this, HeaderVariantInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8498, Array_InternalArray__ICollection_Remove_380__MethodInfo); DO_APP_FUNC(0x00F927F0, bool, Array_InternalArray__ICollection_Remove_381, (Array * __this, HighlightState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8488, Array_InternalArray__ICollection_Remove_381__MethodInfo); DO_APP_FUNC(0x00F92850, bool, Array_InternalArray__ICollection_Remove_382, (Array * __this, HumanBone item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8478, Array_InternalArray__ICollection_Remove_382__MethodInfo); DO_APP_FUNC(0x00F928B0, bool, Array_InternalArray__ICollection_Remove_383, (Array * __this, ImpactEffect item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD84D8, Array_InternalArray__ICollection_Remove_383__MethodInfo); DO_APP_FUNC(0x00F92910, bool, Array_InternalArray__ICollection_Remove_384, (Array * __this, InputActionSourceData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD84D0, Array_InternalArray__ICollection_Remove_384__MethodInfo); DO_APP_FUNC(0x00F92970, bool, Array_InternalArray__ICollection_Remove_385, (Array * __this, InputBinding item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD84C0, Array_InternalArray__ICollection_Remove_385__MethodInfo); DO_APP_FUNC(0x00F929D0, bool, Array_InternalArray__ICollection_Remove_386, (Array * __this, InputControlScheme item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD84B0, Array_InternalArray__ICollection_Remove_386__MethodInfo); DO_APP_FUNC(0x00F92A30, bool, Array_InternalArray__ICollection_Remove_387, (Array * __this, InputDevice_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8450, Array_InternalArray__ICollection_Remove_387__MethodInfo); DO_APP_FUNC(0x00F92A90, bool, Array_InternalArray__ICollection_Remove_388, (Array * __this, InputDeviceDescription item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8448, Array_InternalArray__ICollection_Remove_388__MethodInfo); DO_APP_FUNC(0x00F92AF0, bool, Array_InternalArray__ICollection_Remove_389, (Array * __this, InputEventPtr item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8440, Array_InternalArray__ICollection_Remove_389__MethodInfo); DO_APP_FUNC(0x00F92B50, bool, Array_InternalArray__ICollection_Remove_390, (Array * __this, InputUser item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8438, Array_InternalArray__ICollection_Remove_390__MethodInfo); DO_APP_FUNC(0x00F92BB0, bool, Array_InternalArray__ICollection_Remove_391, (Array * __this, int16_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8470, Array_InternalArray__ICollection_Remove_391__MethodInfo); DO_APP_FUNC(0x00F92C10, bool, Array_InternalArray__ICollection_Remove_392, (Array * __this, Int2 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8468, Array_InternalArray__ICollection_Remove_392__MethodInfo); DO_APP_FUNC(0x00F92C70, bool, Array_InternalArray__ICollection_Remove_393, (Array * __this, Int3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8460, Array_InternalArray__ICollection_Remove_393__MethodInfo); DO_APP_FUNC(0x00F92CD0, bool, Array_InternalArray__ICollection_Remove_394, (Array * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8458, Array_InternalArray__ICollection_Remove_394__MethodInfo); DO_APP_FUNC(0x00F92D30, bool, Array_InternalArray__ICollection_Remove_395, (Array * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8408, Array_InternalArray__ICollection_Remove_395__MethodInfo); DO_APP_FUNC(0x00F92D90, bool, Array_InternalArray__ICollection_Remove_396, (Array * __this, int64_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8400, Array_InternalArray__ICollection_Remove_396__MethodInfo); DO_APP_FUNC(0x00F92DF0, bool, Array_InternalArray__ICollection_Remove_397, (Array * __this, IntPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD83F8, Array_InternalArray__ICollection_Remove_397__MethodInfo); DO_APP_FUNC(0x00F92E50, bool, Array_InternalArray__ICollection_Remove_398, (Array * __this, void * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD83F0, Array_InternalArray__ICollection_Remove_398__MethodInfo); DO_APP_FUNC(0x00F92EB0, bool, Array_InternalArray__ICollection_Remove_399, (Array * __this, IntRect item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8430, Array_InternalArray__ICollection_Remove_399__MethodInfo); DO_APP_FUNC(0x00F92F10, bool, Array_InternalArray__ICollection_Remove_400, (Array * __this, InternalCodePageDataItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8420, Array_InternalArray__ICollection_Remove_400__MethodInfo); DO_APP_FUNC(0x00F92F70, bool, Array_InternalArray__ICollection_Remove_401, (Array * __this, InternalEncodingDataItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8418, Array_InternalArray__ICollection_Remove_401__MethodInfo); DO_APP_FUNC(0x00F92FD0, bool, Array_InternalArray__ICollection_Remove_402, (Array * __this, InternedString item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8410, Array_InternalArray__ICollection_Remove_402__MethodInfo); DO_APP_FUNC(0x00F93030, bool, Array_InternalArray__ICollection_Remove_403, (Array * __this, InterpretedFrameInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD83B8, Array_InternalArray__ICollection_Remove_403__MethodInfo); DO_APP_FUNC(0x00F93090, bool, Array_InternalArray__ICollection_Remove_404, (Array * __this, IntervalTreeNode item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD83B0, Array_InternalArray__ICollection_Remove_404__MethodInfo); DO_APP_FUNC(0x00F930F0, bool, Array_InternalArray__ICollection_Remove_405, (Array * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD83A0, Array_InternalArray__ICollection_Remove_405__MethodInfo); DO_APP_FUNC(0x00F93150, bool, Array_InternalArray__ICollection_Remove_406, (Array * __this, ItemDefinitionAmount item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8398, Array_InternalArray__ICollection_Remove_406__MethodInfo); DO_APP_FUNC(0x00F931B0, bool, Array_InternalArray__ICollection_Remove_407, (Array * __this, Keyframe item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD83E8, Array_InternalArray__ICollection_Remove_407__MethodInfo); DO_APP_FUNC(0x00F93210, bool, Array_InternalArray__ICollection_Remove_408, (Array * __this, KickedPlayer item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD83E0, Array_InternalArray__ICollection_Remove_408__MethodInfo); DO_APP_FUNC(0x00F93270, bool, Array_InternalArray__ICollection_Remove_409, (Array * __this, LOD item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD83D8, Array_InternalArray__ICollection_Remove_409__MethodInfo); DO_APP_FUNC(0x00F932D0, bool, Array_InternalArray__ICollection_Remove_410, (Array * __this, LayerMask item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD83C8, Array_InternalArray__ICollection_Remove_410__MethodInfo); DO_APP_FUNC(0x00F93330, bool, Array_InternalArray__ICollection_Remove_411, (Array * __this, Length item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8370, Array_InternalArray__ICollection_Remove_411__MethodInfo); DO_APP_FUNC(0x00F93390, bool, Array_InternalArray__ICollection_Remove_412, (Array * __this, LightDataGI item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8368, Array_InternalArray__ICollection_Remove_412__MethodInfo); DO_APP_FUNC(0x00F933F0, bool, Array_InternalArray__ICollection_Remove_413, (Array * __this, LineInfo_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8360, Array_InternalArray__ICollection_Remove_413__MethodInfo); DO_APP_FUNC(0x00F93450, bool, Array_InternalArray__ICollection_Remove_414, (Array * __this, LinkInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8350, Array_InternalArray__ICollection_Remove_414__MethodInfo); DO_APP_FUNC(0x00F934B0, bool, Array_InternalArray__ICollection_Remove_415, (Array * __this, LocalDefinition item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8390, Array_InternalArray__ICollection_Remove_415__MethodInfo); DO_APP_FUNC(0x00F93510, bool, Array_InternalArray__ICollection_Remove_416, (Array * __this, LocalKeyword item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8388, Array_InternalArray__ICollection_Remove_416__MethodInfo); DO_APP_FUNC(0x00F93570, bool, Array_InternalArray__ICollection_Remove_417, (Array * __this, ManipulatorActivationFilter item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8380, Array_InternalArray__ICollection_Remove_417__MethodInfo); DO_APP_FUNC(0x00F935D0, bool, Array_InternalArray__ICollection_Remove_418, (Array * __this, MaterialReference item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8378, Array_InternalArray__ICollection_Remove_418__MethodInfo); DO_APP_FUNC(0x00F93630, bool, Array_InternalArray__ICollection_Remove_419, (Array * __this, MaterialReference_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8320, Array_InternalArray__ICollection_Remove_419__MethodInfo); DO_APP_FUNC(0x00F93690, bool, Array_InternalArray__ICollection_Remove_420, (Array * __this, Matrix4x4 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8318, Array_InternalArray__ICollection_Remove_420__MethodInfo); DO_APP_FUNC(0x00F936F0, bool, Array_InternalArray__ICollection_Remove_421, (Array * __this, MeshInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8310, Array_InternalArray__ICollection_Remove_421__MethodInfo); DO_APP_FUNC(0x00F93750, bool, Array_InternalArray__ICollection_Remove_422, (Array * __this, MinMaxFloat item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8308, Array_InternalArray__ICollection_Remove_422__MethodInfo); DO_APP_FUNC(0x00F937B0, bool, Array_InternalArray__ICollection_Remove_423, (Array * __this, MinMaxVector3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8348, Array_InternalArray__ICollection_Remove_423__MethodInfo); DO_APP_FUNC(0x00F93810, bool, Array_InternalArray__ICollection_Remove_424, (Array * __this, ModifiableContactPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8340, Array_InternalArray__ICollection_Remove_424__MethodInfo); DO_APP_FUNC(0x00F93870, bool, Array_InternalArray__ICollection_Remove_425, (Array * __this, NameAndParameters item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8330, Array_InternalArray__ICollection_Remove_425__MethodInfo); DO_APP_FUNC(0x00F938D0, bool, Array_InternalArray__ICollection_Remove_426, (Array * __this, NamedValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8328, Array_InternalArray__ICollection_Remove_426__MethodInfo); DO_APP_FUNC(0x00F93930, bool, Array_InternalArray__ICollection_Remove_427, (Array * __this, NativeAnchor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD82E0, Array_InternalArray__ICollection_Remove_427__MethodInfo); DO_APP_FUNC(0x00F93990, bool, Array_InternalArray__ICollection_Remove_428, (Array * __this, NativePlane item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD82D8, Array_InternalArray__ICollection_Remove_428__MethodInfo); DO_APP_FUNC(0x00F939F0, bool, Array_InternalArray__ICollection_Remove_429, (Array * __this, Navigation item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD82D0, Array_InternalArray__ICollection_Remove_429__MethodInfo); DO_APP_FUNC(0x00F93A50, bool, Array_InternalArray__ICollection_Remove_430, (Array * __this, NetworkId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD82C8, Array_InternalArray__ICollection_Remove_430__MethodInfo); DO_APP_FUNC(0x00F93AB0, bool, Array_InternalArray__ICollection_Remove_431, (Array * __this, NetworkPropertyInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8300, Array_InternalArray__ICollection_Remove_431__MethodInfo); DO_APP_FUNC(0x00F93B10, bool, Array_InternalArray__ICollection_Remove_432, (Array * __this, NetworkValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD82F8, Array_InternalArray__ICollection_Remove_432__MethodInfo); DO_APP_FUNC(0x00F93B70, bool, Array_InternalArray__ICollection_Remove_433, (Array * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD82F0, Array_InternalArray__ICollection_Remove_433__MethodInfo); DO_APP_FUNC(0x00F93BD0, bool, Array_InternalArray__ICollection_Remove_434, (Array * __this, ObjectInitializationData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD82E8, Array_InternalArray__ICollection_Remove_434__MethodInfo); DO_APP_FUNC(0x00F93C30, bool, Array_InternalArray__ICollection_Remove_435, (Array * __this, ObjectSurface item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8298, Array_InternalArray__ICollection_Remove_435__MethodInfo); DO_APP_FUNC(0x00F93C90, bool, Array_InternalArray__ICollection_Remove_436, (Array * __this, OpenChannel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8290, Array_InternalArray__ICollection_Remove_436__MethodInfo); DO_APP_FUNC(0x00F93CF0, bool, Array_InternalArray__ICollection_Remove_437, (Array * __this, OriginalMaterialValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8280, Array_InternalArray__ICollection_Remove_437__MethodInfo); DO_APP_FUNC(0x00F93D50, bool, Array_InternalArray__ICollection_Remove_438, (Array * __this, PacketStats item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8270, Array_InternalArray__ICollection_Remove_438__MethodInfo); DO_APP_FUNC(0x00F93DB0, bool, Array_InternalArray__ICollection_Remove_439, (Array * __this, PageInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD82B8, Array_InternalArray__ICollection_Remove_439__MethodInfo); DO_APP_FUNC(0x00F93E10, bool, Array_InternalArray__ICollection_Remove_440, (Array * __this, ParameterModifier item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD82B0, Array_InternalArray__ICollection_Remove_440__MethodInfo); DO_APP_FUNC(0x00F93E70, bool, Array_InternalArray__ICollection_Remove_441, (Array * __this, ParticleCollisionEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD82A8, Array_InternalArray__ICollection_Remove_441__MethodInfo); DO_APP_FUNC(0x00F93ED0, bool, Array_InternalArray__ICollection_Remove_442, (Array * __this, PatchExtents item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD82A0, Array_InternalArray__ICollection_Remove_442__MethodInfo); DO_APP_FUNC(0x00F93F30, bool, Array_InternalArray__ICollection_Remove_443, (Array * __this, PidVid item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8240, Array_InternalArray__ICollection_Remove_443__MethodInfo); DO_APP_FUNC(0x00F93F90, bool, Array_InternalArray__ICollection_Remove_444, (Array * __this, Plane item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8230, Array_InternalArray__ICollection_Remove_444__MethodInfo); DO_APP_FUNC(0x00F93FF0, bool, Array_InternalArray__ICollection_Remove_445, (Array * __this, Playable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8228, Array_InternalArray__ICollection_Remove_445__MethodInfo); DO_APP_FUNC(0x00F94050, bool, Array_InternalArray__ICollection_Remove_446, (Array * __this, PlayableBinding item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8220, Array_InternalArray__ICollection_Remove_446__MethodInfo); DO_APP_FUNC(0x00F940B0, bool, Array_InternalArray__ICollection_Remove_447, (Array * __this, PlayerChannel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8268, Array_InternalArray__ICollection_Remove_447__MethodInfo); DO_APP_FUNC(0x00F94110, bool, Array_InternalArray__ICollection_Remove_448, (Array * __this, PlayerFlashlightBeam item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8258, Array_InternalArray__ICollection_Remove_448__MethodInfo); DO_APP_FUNC(0x00F94170, bool, Array_InternalArray__ICollection_Remove_449, (Array * __this, PlayerLoopSystem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8250, Array_InternalArray__ICollection_Remove_449__MethodInfo); DO_APP_FUNC(0x00F941D0, bool, Array_InternalArray__ICollection_Remove_450, (Array * __this, PointerModel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8248, Array_InternalArray__ICollection_Remove_450__MethodInfo); DO_APP_FUNC(0x00F94230, bool, Array_InternalArray__ICollection_Remove_451, (Array * __this, PrefabId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD81E8, Array_InternalArray__ICollection_Remove_451__MethodInfo); DO_APP_FUNC(0x00F94290, bool, Array_InternalArray__ICollection_Remove_452, (Array * __this, Priority item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD81E0, Array_InternalArray__ICollection_Remove_452__MethodInfo); DO_APP_FUNC(0x00F942F0, bool, Array_InternalArray__ICollection_Remove_453, (Array * __this, ProbeVolumeBakingProcessSettings item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD81D8, Array_InternalArray__ICollection_Remove_453__MethodInfo); DO_APP_FUNC(0x00F94350, bool, Array_InternalArray__ICollection_Remove_454, (Array * __this, Progress item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD81D0, Array_InternalArray__ICollection_Remove_454__MethodInfo); DO_APP_FUNC(0x00F943B0, bool, Array_InternalArray__ICollection_Remove_455, (Array * __this, PublishedFileId_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8218, Array_InternalArray__ICollection_Remove_455__MethodInfo); DO_APP_FUNC(0x00F94410, bool, Array_InternalArray__ICollection_Remove_456, (Array * __this, QeeoSydAJKtvhuMHtIdMCGTRHBDhA item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8210, Array_InternalArray__ICollection_Remove_456__MethodInfo); DO_APP_FUNC(0x00F94470, bool, Array_InternalArray__ICollection_Remove_457, (Array * __this, Quaternion item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8200, Array_InternalArray__ICollection_Remove_457__MethodInfo); DO_APP_FUNC(0x00F944D0, bool, Array_InternalArray__ICollection_Remove_458, (Array * __this, RangePositionInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD81F0, Array_InternalArray__ICollection_Remove_458__MethodInfo); DO_APP_FUNC(0x00F94530, bool, Array_InternalArray__ICollection_Remove_459, (Array * __this, RaycastHit item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8190, Array_InternalArray__ICollection_Remove_459__MethodInfo); DO_APP_FUNC(0x00F94590, bool, Array_InternalArray__ICollection_Remove_460, (Array * __this, RaycastHit2D item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8188, Array_InternalArray__ICollection_Remove_460__MethodInfo); DO_APP_FUNC(0x00F945F0, bool, Array_InternalArray__ICollection_Remove_461, (Array * __this, RaycastResult item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8180, Array_InternalArray__ICollection_Remove_461__MethodInfo); DO_APP_FUNC(0x00F94650, bool, Array_InternalArray__ICollection_Remove_462, (Array * __this, Rect item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8178, Array_InternalArray__ICollection_Remove_462__MethodInfo); DO_APP_FUNC(0x00F946B0, bool, Array_InternalArray__ICollection_Remove_463, (Array * __this, ReflectionProbeBlendInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD81C8, Array_InternalArray__ICollection_Remove_463__MethodInfo); DO_APP_FUNC(0x00F94710, bool, Array_InternalArray__ICollection_Remove_464, (Array * __this, RemoteChannel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD81B8, Array_InternalArray__ICollection_Remove_464__MethodInfo); DO_APP_FUNC(0x00F94770, bool, Array_InternalArray__ICollection_Remove_465, (Array * __this, RenderChainTextEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD81A8, Array_InternalArray__ICollection_Remove_465__MethodInfo); DO_APP_FUNC(0x00F947D0, bool, Array_InternalArray__ICollection_Remove_466, (Array * __this, RenderInstancedDataLayout item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8198, Array_InternalArray__ICollection_Remove_466__MethodInfo); DO_APP_FUNC(0x00F94830, bool, Array_InternalArray__ICollection_Remove_467, (Array * __this, RenderTargetIdentifier item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8138, Array_InternalArray__ICollection_Remove_467__MethodInfo); DO_APP_FUNC(0x00F94890, bool, Array_InternalArray__ICollection_Remove_468, (Array * __this, RendererList item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8130, Array_InternalArray__ICollection_Remove_468__MethodInfo); DO_APP_FUNC(0x00F948F0, bool, Array_InternalArray__ICollection_Remove_469, (Array * __this, RendererListHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8128, Array_InternalArray__ICollection_Remove_469__MethodInfo); DO_APP_FUNC(0x00F94950, bool, Array_InternalArray__ICollection_Remove_470, (Array * __this, RendererListResource item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8120, Array_InternalArray__ICollection_Remove_470__MethodInfo); DO_APP_FUNC(0x00F949B0, bool, Array_InternalArray__ICollection_Remove_471, (Array * __this, Resolution item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8170, Array_InternalArray__ICollection_Remove_471__MethodInfo); DO_APP_FUNC(0x00F94A10, bool, Array_InternalArray__ICollection_Remove_472, (Array * __this, ResourceHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8168, Array_InternalArray__ICollection_Remove_472__MethodInfo); DO_APP_FUNC(0x00F94A70, bool, Array_InternalArray__ICollection_Remove_473, (Array * __this, ResourceLocator item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8158, Array_InternalArray__ICollection_Remove_473__MethodInfo); DO_APP_FUNC(0x00F94AD0, bool, Array_InternalArray__ICollection_Remove_474, (Array * __this, RichTextTagAttribute item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8148, Array_InternalArray__ICollection_Remove_474__MethodInfo); DO_APP_FUNC(0x00F94B30, bool, Array_InternalArray__ICollection_Remove_475, (Array * __this, RichTextTagAttribute_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD80F8, Array_InternalArray__ICollection_Remove_475__MethodInfo); DO_APP_FUNC(0x00F94B90, bool, Array_InternalArray__ICollection_Remove_476, (Array * __this, RoomChannel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD80F0, Array_InternalArray__ICollection_Remove_476__MethodInfo); DO_APP_FUNC(0x00F94BF0, bool, Array_InternalArray__ICollection_Remove_477, (Array * __this, RoomMembership item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD80E0, Array_InternalArray__ICollection_Remove_477__MethodInfo); DO_APP_FUNC(0x00F94C50, bool, Array_InternalArray__ICollection_Remove_478, (Array * __this, RoomName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD80D0, Array_InternalArray__ICollection_Remove_478__MethodInfo); DO_APP_FUNC(0x00F94CB0, bool, Array_InternalArray__ICollection_Remove_479, (Array * __this, Rotate_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8118, Array_InternalArray__ICollection_Remove_479__MethodInfo); DO_APP_FUNC(0x00F94D10, bool, Array_InternalArray__ICollection_Remove_480, (Array * __this, RuleMatcher item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8110, Array_InternalArray__ICollection_Remove_480__MethodInfo); DO_APP_FUNC(0x00F94D70, bool, Array_InternalArray__ICollection_Remove_481, (Array * __this, RuntimeLabel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8108, Array_InternalArray__ICollection_Remove_481__MethodInfo); DO_APP_FUNC(0x00F94DD0, bool, Array_InternalArray__ICollection_Remove_482, (Array * __this, int8_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8100, Array_InternalArray__ICollection_Remove_482__MethodInfo); DO_APP_FUNC(0x00F94E30, bool, Array_InternalArray__ICollection_Remove_483, (Array * __this, SByteEnum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD80A0, Array_InternalArray__ICollection_Remove_483__MethodInfo); DO_APP_FUNC(0x00F94E90, bool, Array_InternalArray__ICollection_Remove_484, (Array * __this, STATDATA item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8098, Array_InternalArray__ICollection_Remove_484__MethodInfo); DO_APP_FUNC(0x00F94EF0, bool, Array_InternalArray__ICollection_Remove_485, (Array * __this, ScalableImage item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8090, Array_InternalArray__ICollection_Remove_485__MethodInfo); DO_APP_FUNC(0x00F94F50, bool, Array_InternalArray__ICollection_Remove_486, (Array * __this, Scale item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8080, Array_InternalArray__ICollection_Remove_486__MethodInfo); DO_APP_FUNC(0x00F94FB0, bool, Array_InternalArray__ICollection_Remove_487, (Array * __this, SelectorMatchRecord item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD80C8, Array_InternalArray__ICollection_Remove_487__MethodInfo); DO_APP_FUNC(0x00F95010, bool, Array_InternalArray__ICollection_Remove_488, (Array * __this, SemanticMeaning item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD80C0, Array_InternalArray__ICollection_Remove_488__MethodInfo); DO_APP_FUNC(0x00F95070, bool, Array_InternalArray__ICollection_Remove_489, (Array * __this, SerializedType item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD80B8, Array_InternalArray__ICollection_Remove_489__MethodInfo); DO_APP_FUNC(0x00F950D0, bool, Array_InternalArray__ICollection_Remove_490, (Array * __this, SessionClient item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD80B0, Array_InternalArray__ICollection_Remove_490__MethodInfo); DO_APP_FUNC(0x00F95130, bool, Array_InternalArray__ICollection_Remove_491, (Array * __this, ShaderKeyword item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8048, Array_InternalArray__ICollection_Remove_491__MethodInfo); DO_APP_FUNC(0x00F95190, bool, Array_InternalArray__ICollection_Remove_492, (Array * __this, ShaderTagId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8040, Array_InternalArray__ICollection_Remove_492__MethodInfo); DO_APP_FUNC(0x00F951F0, bool, Array_InternalArray__ICollection_Remove_493, (Array * __this, ShaderVariablesProbeVolumes item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8030, Array_InternalArray__ICollection_Remove_493__MethodInfo); DO_APP_FUNC(0x00F95250, bool, Array_InternalArray__ICollection_Remove_494, (Array * __this, float item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8020, Array_InternalArray__ICollection_Remove_494__MethodInfo); DO_APP_FUNC(0x00F952B0, bool, Array_InternalArray__ICollection_Remove_495, (Array * __this, SkeletonBone item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8070, Array_InternalArray__ICollection_Remove_495__MethodInfo); DO_APP_FUNC(0x00F95310, bool, Array_InternalArray__ICollection_Remove_496, (Array * __this, Sku item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8060, Array_InternalArray__ICollection_Remove_496__MethodInfo); DO_APP_FUNC(0x00F95370, bool, Array_InternalArray__ICollection_Remove_497, (Array * __this, SpeechSession item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8058, Array_InternalArray__ICollection_Remove_497__MethodInfo); DO_APP_FUNC(0x00F953D0, bool, Array_InternalArray__ICollection_Remove_498, (Array * __this, SphericalHarmonicsL2 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8050, Array_InternalArray__ICollection_Remove_498__MethodInfo); DO_APP_FUNC(0x00F95430, bool, Array_InternalArray__ICollection_Remove_499, (Array * __this, SpriteState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7FE0, Array_InternalArray__ICollection_Remove_499__MethodInfo); DO_APP_FUNC(0x00F95490, bool, Array_InternalArray__ICollection_Remove_500, (Array * __this, SslApplicationProtocol item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7FD0, Array_InternalArray__ICollection_Remove_500__MethodInfo); DO_APP_FUNC(0x00F954F0, bool, Array_InternalArray__ICollection_Remove_501, (Array * __this, SteamItemDef_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7FC0, Array_InternalArray__ICollection_Remove_501__MethodInfo); DO_APP_FUNC(0x00F95550, bool, Array_InternalArray__ICollection_Remove_502, (Array * __this, SteamItemDetails_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7FB8, Array_InternalArray__ICollection_Remove_502__MethodInfo); DO_APP_FUNC(0x00F955B0, bool, Array_InternalArray__ICollection_Remove_503, (Array * __this, StylePropertyName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8010, Array_InternalArray__ICollection_Remove_503__MethodInfo); DO_APP_FUNC(0x00F95610, bool, Array_InternalArray__ICollection_Remove_504, (Array * __this, StylePropertyValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8008, Array_InternalArray__ICollection_Remove_504__MethodInfo); DO_APP_FUNC(0x00F95670, bool, Array_InternalArray__ICollection_Remove_505, (Array * __this, StyleSelectorPart item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD8000, Array_InternalArray__ICollection_Remove_505__MethodInfo); DO_APP_FUNC(0x00F956D0, bool, Array_InternalArray__ICollection_Remove_506, (Array * __this, StyleSyntaxToken item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7FF0, Array_InternalArray__ICollection_Remove_506__MethodInfo); DO_APP_FUNC(0x00F95730, bool, Array_InternalArray__ICollection_Remove_507, (Array * __this, StyleValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7F80, Array_InternalArray__ICollection_Remove_507__MethodInfo); DO_APP_FUNC(0x00F95790, bool, Array_InternalArray__ICollection_Remove_508, (Array * __this, StyleValueHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7F78, Array_InternalArray__ICollection_Remove_508__MethodInfo); DO_APP_FUNC(0x00F957F0, bool, Array_InternalArray__ICollection_Remove_509, (Array * __this, StyleValueManaged item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7F70, Array_InternalArray__ICollection_Remove_509__MethodInfo); DO_APP_FUNC(0x00F95850, bool, Array_InternalArray__ICollection_Remove_510, (Array * __this, StyleVariable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7F68, Array_InternalArray__ICollection_Remove_510__MethodInfo); DO_APP_FUNC(0x00F958B0, bool, Array_InternalArray__ICollection_Remove_511, (Array * __this, SubMeshDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7FB0, Array_InternalArray__ICollection_Remove_511__MethodInfo); DO_APP_FUNC(0x00F95910, bool, Array_InternalArray__ICollection_Remove_512, (Array * __this, Substring item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7FA0, Array_InternalArray__ICollection_Remove_512__MethodInfo); DO_APP_FUNC(0x00F95970, bool, Array_InternalArray__ICollection_Remove_513, (Array * __this, TMP_CharacterInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7F90, Array_InternalArray__ICollection_Remove_513__MethodInfo); DO_APP_FUNC(0x00F959D0, bool, Array_InternalArray__ICollection_Remove_514, (Array * __this, TMP_FontWeightPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7F88, Array_InternalArray__ICollection_Remove_514__MethodInfo); DO_APP_FUNC(0x00F95A30, bool, Array_InternalArray__ICollection_Remove_515, (Array * __this, TMP_LineInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7F38, Array_InternalArray__ICollection_Remove_515__MethodInfo); DO_APP_FUNC(0x00F95A90, bool, Array_InternalArray__ICollection_Remove_516, (Array * __this, TMP_LinkInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7F28, Array_InternalArray__ICollection_Remove_516__MethodInfo); DO_APP_FUNC(0x00F95AF0, bool, Array_InternalArray__ICollection_Remove_517, (Array * __this, TMP_MeshInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7F20, Array_InternalArray__ICollection_Remove_517__MethodInfo); DO_APP_FUNC(0x00F95B50, bool, Array_InternalArray__ICollection_Remove_518, (Array * __this, TMP_PageInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7F18, Array_InternalArray__ICollection_Remove_518__MethodInfo); DO_APP_FUNC(0x00F95BB0, bool, Array_InternalArray__ICollection_Remove_519, (Array * __this, TMP_WordInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7F58, Array_InternalArray__ICollection_Remove_519__MethodInfo); DO_APP_FUNC(0x00F95C10, bool, Array_InternalArray__ICollection_Remove_520, (Array * __this, TerrainTileCoord item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7F50, Array_InternalArray__ICollection_Remove_520__MethodInfo); DO_APP_FUNC(0x00F95C70, bool, Array_InternalArray__ICollection_Remove_521, (Array * __this, TextElementInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7F48, Array_InternalArray__ICollection_Remove_521__MethodInfo); DO_APP_FUNC(0x00F95CD0, bool, Array_InternalArray__ICollection_Remove_522, (Array * __this, TextShadow item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7F40, Array_InternalArray__ICollection_Remove_522__MethodInfo); DO_APP_FUNC(0x00F95D30, bool, Array_InternalArray__ICollection_Remove_523, (Array * __this, TextVertex_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7EF0, Array_InternalArray__ICollection_Remove_523__MethodInfo); DO_APP_FUNC(0x00F95D90, bool, Array_InternalArray__ICollection_Remove_524, (Array * __this, TextureHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7EE8, Array_InternalArray__ICollection_Remove_524__MethodInfo); DO_APP_FUNC(0x00F95DF0, bool, Array_InternalArray__ICollection_Remove_525, (Array * __this, TextureId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7EE0, Array_InternalArray__ICollection_Remove_525__MethodInfo); DO_APP_FUNC(0x00F95E50, bool, Array_InternalArray__ICollection_Remove_526, (Array * __this, TileData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7ED8, Array_InternalArray__ICollection_Remove_526__MethodInfo); DO_APP_FUNC(0x00F95EB0, bool, Array_InternalArray__ICollection_Remove_527, (Array * __this, TimeSpan item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7F10, Array_InternalArray__ICollection_Remove_527__MethodInfo); DO_APP_FUNC(0x00F95F10, bool, Array_InternalArray__ICollection_Remove_528, (Array * __this, TimeValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7F08, Array_InternalArray__ICollection_Remove_528__MethodInfo); DO_APP_FUNC(0x00F95F70, bool, Array_InternalArray__ICollection_Remove_529, (Array * __this, Touch item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7F00, Array_InternalArray__ICollection_Remove_529__MethodInfo); DO_APP_FUNC(0x00F95FD0, bool, Array_InternalArray__ICollection_Remove_530, (Array * __this, Touch_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7EF8, Array_InternalArray__ICollection_Remove_530__MethodInfo); DO_APP_FUNC(0x00F96030, bool, Array_InternalArray__ICollection_Remove_531, (Array * __this, TrackableId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7EB0, Array_InternalArray__ICollection_Remove_531__MethodInfo); DO_APP_FUNC(0x00F96090, bool, Array_InternalArray__ICollection_Remove_532, (Array * __this, Transform3x4 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7EA8, Array_InternalArray__ICollection_Remove_532__MethodInfo); DO_APP_FUNC(0x00F960F0, bool, Array_InternalArray__ICollection_Remove_533, (Array * __this, TransformOrigin item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7E98, Array_InternalArray__ICollection_Remove_533__MethodInfo); DO_APP_FUNC(0x00F96150, bool, Array_InternalArray__ICollection_Remove_534, (Array * __this, Translate_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7E88, Array_InternalArray__ICollection_Remove_534__MethodInfo); DO_APP_FUNC(0x00F961B0, bool, Array_InternalArray__ICollection_Remove_535, (Array * __this, TreeInstance item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7ED0, Array_InternalArray__ICollection_Remove_535__MethodInfo); DO_APP_FUNC(0x00F96210, bool, Array_InternalArray__ICollection_Remove_536, (Array * __this, TreeItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7EC8, Array_InternalArray__ICollection_Remove_536__MethodInfo); DO_APP_FUNC(0x00F96270, bool, Array_InternalArray__ICollection_Remove_537, (Array * __this, TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7EC0, Array_InternalArray__ICollection_Remove_537__MethodInfo); DO_APP_FUNC(0x00F962D0, bool, Array_InternalArray__ICollection_Remove_538, (Array * __this, TypeId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7EB8, Array_InternalArray__ICollection_Remove_538__MethodInfo); DO_APP_FUNC(0x00F96330, bool, Array_InternalArray__ICollection_Remove_539, (Array * __this, TypeWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7E50, Array_InternalArray__ICollection_Remove_539__MethodInfo); DO_APP_FUNC(0x00F96390, bool, Array_InternalArray__ICollection_Remove_540, (Array * __this, UICharInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7E40, Array_InternalArray__ICollection_Remove_540__MethodInfo); DO_APP_FUNC(0x00F963F0, bool, Array_InternalArray__ICollection_Remove_541, (Array * __this, UILineInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7E38, Array_InternalArray__ICollection_Remove_541__MethodInfo); DO_APP_FUNC(0x00F96450, bool, Array_InternalArray__ICollection_Remove_542, (Array * __this, UIVertex item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7E30, Array_InternalArray__ICollection_Remove_542__MethodInfo); DO_APP_FUNC(0x00F964B0, bool, Array_InternalArray__ICollection_Remove_543, (Array * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7E80, Array_InternalArray__ICollection_Remove_543__MethodInfo); DO_APP_FUNC(0x00F96510, bool, Array_InternalArray__ICollection_Remove_544, (Array * __this, UInt16Enum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7E78, Array_InternalArray__ICollection_Remove_544__MethodInfo); DO_APP_FUNC(0x00F96570, bool, Array_InternalArray__ICollection_Remove_545, (Array * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7E70, Array_InternalArray__ICollection_Remove_545__MethodInfo); DO_APP_FUNC(0x00F965D0, bool, Array_InternalArray__ICollection_Remove_546, (Array * __this, UInt32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7E60, Array_InternalArray__ICollection_Remove_546__MethodInfo); DO_APP_FUNC(0x00F96630, bool, Array_InternalArray__ICollection_Remove_547, (Array * __this, uint64_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7DE8, Array_InternalArray__ICollection_Remove_547__MethodInfo); DO_APP_FUNC(0x00F96690, bool, Array_InternalArray__ICollection_Remove_548, (Array * __this, UVTexture item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7DE0, Array_InternalArray__ICollection_Remove_548__MethodInfo); DO_APP_FUNC(0x00F966F0, bool, Array_InternalArray__ICollection_Remove_549, (Array * __this, UdpChannelName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7DD8, Array_InternalArray__ICollection_Remove_549__MethodInfo); DO_APP_FUNC(0x00F96750, bool, Array_InternalArray__ICollection_Remove_550, (Array * __this, UdpEndPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7DD0, Array_InternalArray__ICollection_Remove_550__MethodInfo); DO_APP_FUNC(0x00F967B0, bool, Array_InternalArray__ICollection_Remove_551, (Array * __this, UdpEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7E28, Array_InternalArray__ICollection_Remove_551__MethodInfo); DO_APP_FUNC(0x00F96810, bool, Array_InternalArray__ICollection_Remove_552, (Array * __this, UdpIPv4Address item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7E18, Array_InternalArray__ICollection_Remove_552__MethodInfo); DO_APP_FUNC(0x00F96870, bool, Array_InternalArray__ICollection_Remove_553, (Array * __this, UdpPipeHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7E08, Array_InternalArray__ICollection_Remove_553__MethodInfo); DO_APP_FUNC(0x00F968D0, bool, Array_InternalArray__ICollection_Remove_554, (Array * __this, UniqueId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7DF8, Array_InternalArray__ICollection_Remove_554__MethodInfo); DO_APP_FUNC(0x00F96930, bool, Array_InternalArray__ICollection_Remove_555, (Array * __this, UsageHint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7DA0, Array_InternalArray__ICollection_Remove_555__MethodInfo); DO_APP_FUNC(0x00F96990, bool, Array_InternalArray__ICollection_Remove_556, (Array * __this, User item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7D98, Array_InternalArray__ICollection_Remove_556__MethodInfo); DO_APP_FUNC(0x00F969F0, bool, Array_InternalArray__ICollection_Remove_557, (Array * __this, ValueWebSocketReceiveResult item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7D90, Array_InternalArray__ICollection_Remove_557__MethodInfo); DO_APP_FUNC(0x00F96A50, bool, Array_InternalArray__ICollection_Remove_558, (Array * __this, Vector2 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7D88, Array_InternalArray__ICollection_Remove_558__MethodInfo); DO_APP_FUNC(0x00F96AB0, bool, Array_InternalArray__ICollection_Remove_559, (Array * __this, Vector2Int item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7DC8, Array_InternalArray__ICollection_Remove_559__MethodInfo); DO_APP_FUNC(0x00F96B10, bool, Array_InternalArray__ICollection_Remove_560, (Array * __this, Vector3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7DC0, Array_InternalArray__ICollection_Remove_560__MethodInfo); DO_APP_FUNC(0x00F96B70, bool, Array_InternalArray__ICollection_Remove_561, (Array * __this, Vector3Int item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7DB8, Array_InternalArray__ICollection_Remove_561__MethodInfo); DO_APP_FUNC(0x00F96BD0, bool, Array_InternalArray__ICollection_Remove_562, (Array * __this, Vector3_Array2D item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7DA8, Array_InternalArray__ICollection_Remove_562__MethodInfo); DO_APP_FUNC(0x00F96C30, bool, Array_InternalArray__ICollection_Remove_563, (Array * __this, Vector4 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7D58, Array_InternalArray__ICollection_Remove_563__MethodInfo); DO_APP_FUNC(0x00F96C90, bool, Array_InternalArray__ICollection_Remove_564, (Array * __this, VectorImageVertex item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7D50, Array_InternalArray__ICollection_Remove_564__MethodInfo); DO_APP_FUNC(0x00F96CF0, bool, Array_InternalArray__ICollection_Remove_565, (Array * __this, Vertex item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7D48, Array_InternalArray__ICollection_Remove_565__MethodInfo); DO_APP_FUNC(0x00F96D50, bool, Array_InternalArray__ICollection_Remove_566, (Array * __this, VertexAttributeDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7D40, Array_InternalArray__ICollection_Remove_566__MethodInfo); DO_APP_FUNC(0x00F96DB0, bool, Array_InternalArray__ICollection_Remove_567, (Array * __this, ViewConfiguration item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7D80, Array_InternalArray__ICollection_Remove_567__MethodInfo); DO_APP_FUNC(0x00F96E10, bool, Array_InternalArray__ICollection_Remove_568, (Array * __this, VoicePacket item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7D78, Array_InternalArray__ICollection_Remove_568__MethodInfo); DO_APP_FUNC(0x00F96E70, bool, Array_InternalArray__ICollection_Remove_569, (Array * __this, VoxelCell item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7D70, Array_InternalArray__ICollection_Remove_569__MethodInfo); DO_APP_FUNC(0x00F96ED0, bool, Array_InternalArray__ICollection_Remove_570, (Array * __this, VoxelContour item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7D68, Array_InternalArray__ICollection_Remove_570__MethodInfo); DO_APP_FUNC(0x00F96F30, bool, Array_InternalArray__ICollection_Remove_571, (Array * __this, Win32_IP_ADAPTER_ADDRESSES item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7D08, Array_InternalArray__ICollection_Remove_571__MethodInfo); DO_APP_FUNC(0x00F96F90, bool, Array_InternalArray__ICollection_Remove_572, (Array * __this, Win32_IP_ADAPTER_INFO item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7CF8, Array_InternalArray__ICollection_Remove_572__MethodInfo); DO_APP_FUNC(0x00F96FF0, bool, Array_InternalArray__ICollection_Remove_573, (Array * __this, Win32_IP_ADDR_STRING item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7CE8, Array_InternalArray__ICollection_Remove_573__MethodInfo); DO_APP_FUNC(0x00F97050, bool, Array_InternalArray__ICollection_Remove_574, (Array * __this, WordInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7CD8, Array_InternalArray__ICollection_Remove_574__MethodInfo); DO_APP_FUNC(0x00F970B0, bool, Array_InternalArray__ICollection_Remove_575, (Array * __this, WordWrapState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7D38, Array_InternalArray__ICollection_Remove_575__MethodInfo); DO_APP_FUNC(0x00F97110, bool, Array_InternalArray__ICollection_Remove_576, (Array * __this, X509ChainStatus item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7D28, Array_InternalArray__ICollection_Remove_576__MethodInfo); DO_APP_FUNC(0x00F97170, bool, Array_InternalArray__ICollection_Remove_577, (Array * __this, XPathNode item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7D18, Array_InternalArray__ICollection_Remove_577__MethodInfo); DO_APP_FUNC(0x00F971D0, bool, Array_InternalArray__ICollection_Remove_578, (Array * __this, XPathNodeRef item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7D10, Array_InternalArray__ICollection_Remove_578__MethodInfo); DO_APP_FUNC(0x00F97230, bool, Array_InternalArray__ICollection_Remove_579, (Array * __this, XRAnchor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7CA8, Array_InternalArray__ICollection_Remove_579__MethodInfo); DO_APP_FUNC(0x00F97290, bool, Array_InternalArray__ICollection_Remove_580, (Array * __this, XRFeatureDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7C98, Array_InternalArray__ICollection_Remove_580__MethodInfo); DO_APP_FUNC(0x00F972F0, bool, Array_InternalArray__ICollection_Remove_581, (Array * __this, XRNodeState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7C90, Array_InternalArray__ICollection_Remove_581__MethodInfo); DO_APP_FUNC(0x00F97350, bool, Array_InternalArray__ICollection_Remove_582, (Array * __this, XRRaycast item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7C88, Array_InternalArray__ICollection_Remove_582__MethodInfo); DO_APP_FUNC(0x00F973B0, bool, Array_InternalArray__ICollection_Remove_583, (Array * __this, XmlTagAttribute item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7CC8, Array_InternalArray__ICollection_Remove_583__MethodInfo); DO_APP_FUNC(0x00F97410, bool, Array_InternalArray__ICollection_Remove_584, (Array * __this, aOHEnKCFymegycPegEXPFUjlaUPpA item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7CC0, Array_InternalArray__ICollection_Remove_584__MethodInfo); DO_APP_FUNC(0x00F97470, bool, Array_InternalArray__ICollection_Remove_585, (Array * __this, aQHgSHeigtcamfIWbNaiXaCiVwuq item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7CB8, Array_InternalArray__ICollection_Remove_585__MethodInfo); DO_APP_FUNC(0x00F974D0, bool, Array_InternalArray__ICollection_Remove_586, (Array * __this, jvalue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7CB0, Array_InternalArray__ICollection_Remove_586__MethodInfo); DO_APP_FUNC(0x00F97530, bool, Array_InternalArray__ICollection_Remove_587, (Array * __this, tSPvxZUJjzaTiAEejeAOLKctGpmKA item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7C60, Array_InternalArray__ICollection_Remove_587__MethodInfo); DO_APP_FUNC(0x00F97590, bool, Array_InternalArray__ICollection_Remove_588, (Array * __this, yUgrsNEvLzxrXGzkHTUPIBJYGDah item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7C58, Array_InternalArray__ICollection_Remove_588__MethodInfo); DO_APP_FUNC(0x00F975F0, bool, Array_InternalArray__ICollection_Remove_589, (Array * __this, AIObjectPool_PreloadedPrefab item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7C50, Array_InternalArray__ICollection_Remove_589__MethodInfo); DO_APP_FUNC(0x00F97650, bool, Array_InternalArray__ICollection_Remove_590, (Array * __this, AdvancedSmooth_Turn item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7C48, Array_InternalArray__ICollection_Remove_590__MethodInfo); DO_APP_FUNC(0x00F976B0, bool, Array_InternalArray__ICollection_Remove_591, (Array * __this, Agent_VO item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEAE8, Array_InternalArray__ICollection_Remove_591__MethodInfo); DO_APP_FUNC(0x00F97710, bool, Array_InternalArray__ICollection_Remove_592, (Array * __this, AnimationOutputWeightProcessor_WeightInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEB08, Array_InternalArray__ICollection_Remove_592__MethodInfo); DO_APP_FUNC(0x00F97770, bool, Array_InternalArray__ICollection_Remove_593, (Array * __this, AstarDebugger_GraphPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEB00, Array_InternalArray__ICollection_Remove_593__MethodInfo); DO_APP_FUNC(0x00F977D0, bool, Array_InternalArray__ICollection_Remove_594, (Array * __this, AstarDebugger_PathTypeDebug item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEAF8, Array_InternalArray__ICollection_Remove_594__MethodInfo); DO_APP_FUNC(0x00F97830, bool, Array_InternalArray__ICollection_Remove_595, (Array * __this, AtlasAllocatorDynamic_AtlasNode item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEAF0, Array_InternalArray__ICollection_Remove_595__MethodInfo); DO_APP_FUNC(0x00F97890, bool, Array_InternalArray__ICollection_Remove_596, (Array * __this, AttributeCollection_AttributeEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEAC0, Array_InternalArray__ICollection_Remove_596__MethodInfo); DO_APP_FUNC(0x00F978F0, bool, Array_InternalArray__ICollection_Remove_597, (Array * __this, BBTree_BBTreeBox item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEAB8, Array_InternalArray__ICollection_Remove_597__MethodInfo); DO_APP_FUNC(0x00F97950, bool, Array_InternalArray__ICollection_Remove_598, (Array * __this, BaseStyleMatcher_MatchContext item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEAB0, Array_InternalArray__ICollection_Remove_598__MethodInfo); DO_APP_FUNC(0x00F979B0, bool, Array_InternalArray__ICollection_Remove_599, (Array * __this, BeforeRenderHelper_OrderBlock item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEAA8, Array_InternalArray__ICollection_Remove_599__MethodInfo); DO_APP_FUNC(0x00F97A10, bool, Array_InternalArray__ICollection_Remove_600, (Array * __this, BinaryHeap_Tuple item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEAE0, Array_InternalArray__ICollection_Remove_600__MethodInfo); DO_APP_FUNC(0x00F97A70, bool, Array_InternalArray__ICollection_Remove_601, (Array * __this, BitmapAllocator32_Page item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEAD8, Array_InternalArray__ICollection_Remove_601__MethodInfo); DO_APP_FUNC(0x00F97AD0, bool, Array_InternalArray__ICollection_Remove_602, (Array * __this, BloomRenderer_Level item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEAD0, Array_InternalArray__ICollection_Remove_602__MethodInfo); DO_APP_FUNC(0x00F97B30, bool, Array_InternalArray__ICollection_Remove_603, (Array * __this, BoltConsole_Line item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEAC8, Array_InternalArray__ICollection_Remove_603__MethodInfo); DO_APP_FUNC(0x00F97B90, bool, Array_InternalArray__ICollection_Remove_604, (Array * __this, BoltProtocolTokenRegistry_TokenRegistry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEA80, Array_InternalArray__ICollection_Remove_604__MethodInfo); DO_APP_FUNC(0x00F97BF0, bool, Array_InternalArray__ICollection_Remove_605, (Array * __this, CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEA78, Array_InternalArray__ICollection_Remove_605__MethodInfo); DO_APP_FUNC(0x00F97C50, bool, Array_InternalArray__ICollection_Remove_606, (Array * __this, Camera_RenderRequest item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEA70, Array_InternalArray__ICollection_Remove_606__MethodInfo); DO_APP_FUNC(0x00F97CB0, bool, Array_InternalArray__ICollection_Remove_607, (Array * __this, CameraState_CustomBlendable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEA68, Array_InternalArray__ICollection_Remove_607__MethodInfo); DO_APP_FUNC(0x00F97D10, bool, Array_InternalArray__ICollection_Remove_608, (Array * __this, CharacterFootEffects_Foot item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEAA0, Array_InternalArray__ICollection_Remove_608__MethodInfo); DO_APP_FUNC(0x00F97D70, bool, Array_InternalArray__ICollection_Remove_609, (Array * __this, CinemachineBlendListCamera_Instruction item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEA98, Array_InternalArray__ICollection_Remove_609__MethodInfo); DO_APP_FUNC(0x00F97DD0, bool, Array_InternalArray__ICollection_Remove_610, (Array * __this, CinemachineBlenderSettings_CustomBlend item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEA90, Array_InternalArray__ICollection_Remove_610__MethodInfo); DO_APP_FUNC(0x00F97E30, bool, Array_InternalArray__ICollection_Remove_611, (Array * __this, CinemachineClearShot_Pair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEA88, Array_InternalArray__ICollection_Remove_611__MethodInfo); DO_APP_FUNC(0x00F97E90, bool, Array_InternalArray__ICollection_Remove_612, (Array * __this, CinemachineFreeLook_Orbit item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEA40, Array_InternalArray__ICollection_Remove_612__MethodInfo); DO_APP_FUNC(0x00F97EF0, bool, Array_InternalArray__ICollection_Remove_613, (Array * __this, CinemachinePath_Waypoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEA38, Array_InternalArray__ICollection_Remove_613__MethodInfo); DO_APP_FUNC(0x00F97F50, bool, Array_InternalArray__ICollection_Remove_614, (Array * __this, CinemachineSmoothPath_Waypoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEA30, Array_InternalArray__ICollection_Remove_614__MethodInfo); DO_APP_FUNC(0x00F97FB0, bool, Array_InternalArray__ICollection_Remove_615, (Array * __this, CinemachineStateDrivenCamera_HashPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEA28, Array_InternalArray__ICollection_Remove_615__MethodInfo); DO_APP_FUNC(0x00F98010, bool, Array_InternalArray__ICollection_Remove_616, (Array * __this, CinemachineStateDrivenCamera_Instruction item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEA60, Array_InternalArray__ICollection_Remove_616__MethodInfo); DO_APP_FUNC(0x00F98070, bool, Array_InternalArray__ICollection_Remove_617, (Array * __this, CinemachineStateDrivenCamera_ParentHash item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEA58, Array_InternalArray__ICollection_Remove_617__MethodInfo); DO_APP_FUNC(0x00F980D0, bool, Array_InternalArray__ICollection_Remove_618, (Array * __this, CinemachineTargetGroup_Target item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEA50, Array_InternalArray__ICollection_Remove_618__MethodInfo); DO_APP_FUNC(0x00F98130, bool, Array_InternalArray__ICollection_Remove_619, (Array * __this, ClipperLib_DoublePoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEA48, Array_InternalArray__ICollection_Remove_619__MethodInfo); DO_APP_FUNC(0x00F98190, bool, Array_InternalArray__ICollection_Remove_620, (Array * __this, ClipperLib_IntPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEA00, Array_InternalArray__ICollection_Remove_620__MethodInfo); DO_APP_FUNC(0x00F981F0, bool, Array_InternalArray__ICollection_Remove_621, (Array * __this, CodePointIndexer_TableRange item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE9F8, Array_InternalArray__ICollection_Remove_621__MethodInfo); DO_APP_FUNC(0x00F98250, bool, Array_InternalArray__ICollection_Remove_622, (Array * __this, ComboTimeout_ComboInputElement item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE9F0, Array_InternalArray__ICollection_Remove_622__MethodInfo); DO_APP_FUNC(0x00F982B0, bool, Array_InternalArray__ICollection_Remove_623, (Array * __this, ConfinerOven_PolygonSolution item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE9E8, Array_InternalArray__ICollection_Remove_623__MethodInfo); DO_APP_FUNC(0x00F98310, bool, Array_InternalArray__ICollection_Remove_624, (Array * __this, ContentCatalogData_Bucket item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEA20, Array_InternalArray__ICollection_Remove_624__MethodInfo); DO_APP_FUNC(0x00F98370, bool, Array_InternalArray__ICollection_Remove_625, (Array * __this, ContextFlagsAdapterPal_ContextFlagMapping item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEA18, Array_InternalArray__ICollection_Remove_625__MethodInfo); DO_APP_FUNC(0x00F983D0, bool, Array_InternalArray__ICollection_Remove_626, (Array * __this, CookieTokenizer_RecognizedAttribute item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEA10, Array_InternalArray__ICollection_Remove_626__MethodInfo); DO_APP_FUNC(0x00F98430, bool, Array_InternalArray__ICollection_Remove_627, (Array * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEA08, Array_InternalArray__ICollection_Remove_627__MethodInfo); DO_APP_FUNC(0x00F98490, bool, Array_InternalArray__ICollection_Remove_628, (Array * __this, DamageIndicatorMonitor_DamageIndicator item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE9C0, Array_InternalArray__ICollection_Remove_628__MethodInfo); DO_APP_FUNC(0x00F984F0, bool, Array_InternalArray__ICollection_Remove_629, (Array * __this, DelayedActionManager_DelegateInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE9B8, Array_InternalArray__ICollection_Remove_629__MethodInfo); DO_APP_FUNC(0x00F98550, bool, Array_InternalArray__ICollection_Remove_630, (Array * __this, DynamicResolutionHandler_ScalerContainer item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE9B0, Array_InternalArray__ICollection_Remove_630__MethodInfo); DO_APP_FUNC(0x00F985B0, bool, Array_InternalArray__ICollection_Remove_631, (Array * __this, EventDispatcher_CallbackWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE9A8, Array_InternalArray__ICollection_Remove_631__MethodInfo); DO_APP_FUNC(0x00F98610, bool, Array_InternalArray__ICollection_Remove_632, (Array * __this, EventDispatcher_EventListener item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE9E0, Array_InternalArray__ICollection_Remove_632__MethodInfo); DO_APP_FUNC(0x00F98670, bool, Array_InternalArray__ICollection_Remove_633, (Array * __this, EventDispatcher_DispatchContext item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE9D8, Array_InternalArray__ICollection_Remove_633__MethodInfo); DO_APP_FUNC(0x00F986D0, bool, Array_InternalArray__ICollection_Remove_634, (Array * __this, EventDispatcher_EventRecord item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE9D0, Array_InternalArray__ICollection_Remove_634__MethodInfo); DO_APP_FUNC(0x00F98730, bool, Array_InternalArray__ICollection_Remove_635, (Array * __this, EventQueue_NetworkEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE9C8, Array_InternalArray__ICollection_Remove_635__MethodInfo); DO_APP_FUNC(0x00F98790, bool, Array_InternalArray__ICollection_Remove_636, (Array * __this, EventReliableRecvBuffer_Node item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE980, Array_InternalArray__ICollection_Remove_636__MethodInfo); DO_APP_FUNC(0x00F987F0, bool, Array_InternalArray__ICollection_Remove_637, (Array * __this, EventReliableSendBuffer_Node item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE978, Array_InternalArray__ICollection_Remove_637__MethodInfo); DO_APP_FUNC(0x00F98850, bool, Array_InternalArray__ICollection_Remove_638, (Array * __this, FocusController_FocusedElement item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE970, Array_InternalArray__ICollection_Remove_638__MethodInfo); DO_APP_FUNC(0x00F988B0, bool, Array_InternalArray__ICollection_Remove_639, (Array * __this, Funnel_PathPart item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE968, Array_InternalArray__ICollection_Remove_639__MethodInfo); DO_APP_FUNC(0x00F98910, bool, Array_InternalArray__ICollection_Remove_640, (Array * __this, GetRandomAvailablePerch_RandomPerch item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE9A0, Array_InternalArray__ICollection_Remove_640__MethodInfo); DO_APP_FUNC(0x00F98970, bool, Array_InternalArray__ICollection_Remove_641, (Array * __this, GraphUpdateProcessor_GUOSingle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE998, Array_InternalArray__ICollection_Remove_641__MethodInfo); DO_APP_FUNC(0x00F989D0, bool, Array_InternalArray__ICollection_Remove_642, (Array * __this, HID_HIDCollectionDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE990, Array_InternalArray__ICollection_Remove_642__MethodInfo); DO_APP_FUNC(0x00F98A30, bool, Array_InternalArray__ICollection_Remove_643, (Array * __this, HID_HIDElementDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE988, Array_InternalArray__ICollection_Remove_643__MethodInfo); DO_APP_FUNC(0x00F98A90, bool, Array_InternalArray__ICollection_Remove_644, (Array * __this, HIDParser_HIDReportData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE940, Array_InternalArray__ICollection_Remove_644__MethodInfo); DO_APP_FUNC(0x00F98AF0, bool, Array_InternalArray__ICollection_Remove_645, (Array * __this, HIDSupport_HIDPageUsage item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE938, Array_InternalArray__ICollection_Remove_645__MethodInfo); DO_APP_FUNC(0x00F98B50, bool, Array_InternalArray__ICollection_Remove_646, (Array * __this, HIDTouchpad_TouchData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE930, Array_InternalArray__ICollection_Remove_646__MethodInfo); DO_APP_FUNC(0x00F98BB0, bool, Array_InternalArray__ICollection_Remove_647, (Array * __this, HairDesignerColliderBase_DualSphere item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE928, Array_InternalArray__ICollection_Remove_647__MethodInfo); DO_APP_FUNC(0x00F98C10, bool, Array_InternalArray__ICollection_Remove_648, (Array * __this, HairDesignerGeneratorAdvancedFurBase_DualSphereCollider item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE960, Array_InternalArray__ICollection_Remove_648__MethodInfo); DO_APP_FUNC(0x00F98C70, bool, Array_InternalArray__ICollection_Remove_649, (Array * __this, HairDesignerGeneratorAdvancedFurBase_SkinData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE958, Array_InternalArray__ICollection_Remove_649__MethodInfo); DO_APP_FUNC(0x00F98CD0, bool, Array_InternalArray__ICollection_Remove_650, (Array * __this, HairDesignerGeneratorFurShellBase_BufferData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE950, Array_InternalArray__ICollection_Remove_650__MethodInfo); DO_APP_FUNC(0x00F98D30, bool, Array_InternalArray__ICollection_Remove_651, (Array * __this, HairDesignerGeneratorFurShellBase_SkinData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE948, Array_InternalArray__ICollection_Remove_651__MethodInfo); DO_APP_FUNC(0x00F98D90, bool, Array_InternalArray__ICollection_Remove_652, (Array * __this, Hammersley_Hammersley2dSeq16 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE900, Array_InternalArray__ICollection_Remove_652__MethodInfo); DO_APP_FUNC(0x00F98DF0, bool, Array_InternalArray__ICollection_Remove_653, (Array * __this, Hammersley_Hammersley2dSeq256 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE8F8, Array_InternalArray__ICollection_Remove_653__MethodInfo); DO_APP_FUNC(0x00F98E50, bool, Array_InternalArray__ICollection_Remove_654, (Array * __this, Hammersley_Hammersley2dSeq32 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE8F0, Array_InternalArray__ICollection_Remove_654__MethodInfo); DO_APP_FUNC(0x00F98EB0, bool, Array_InternalArray__ICollection_Remove_655, (Array * __this, Hammersley_Hammersley2dSeq64 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE8E8, Array_InternalArray__ICollection_Remove_655__MethodInfo); DO_APP_FUNC(0x00F98F10, bool, Array_InternalArray__ICollection_Remove_656, (Array * __this, Hashtable_bucket item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE920, Array_InternalArray__ICollection_Remove_656__MethodInfo); DO_APP_FUNC(0x00F98F70, bool, Array_InternalArray__ICollection_Remove_657, (Array * __this, HeadingTracker_Item item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE918, Array_InternalArray__ICollection_Remove_657__MethodInfo); DO_APP_FUNC(0x00F98FD0, bool, Array_InternalArray__ICollection_Remove_658, (Array * __this, HealthFlashMonitor_Flash item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE910, Array_InternalArray__ICollection_Remove_658__MethodInfo); DO_APP_FUNC(0x00F99030, bool, Array_InternalArray__ICollection_Remove_659, (Array * __this, HebrewNumber_HebrewValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE908, Array_InternalArray__ICollection_Remove_659__MethodInfo); DO_APP_FUNC(0x00F99090, bool, Array_InternalArray__ICollection_Remove_660, (Array * __this, InputActionMap_BindingJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE8C0, Array_InternalArray__ICollection_Remove_660__MethodInfo); DO_APP_FUNC(0x00F990F0, bool, Array_InternalArray__ICollection_Remove_661, (Array * __this, InputActionMap_BindingOverrideJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE8B8, Array_InternalArray__ICollection_Remove_661__MethodInfo); DO_APP_FUNC(0x00F99150, bool, Array_InternalArray__ICollection_Remove_662, (Array * __this, InputActionMap_ReadActionJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE8B0, Array_InternalArray__ICollection_Remove_662__MethodInfo); DO_APP_FUNC(0x00F991B0, bool, Array_InternalArray__ICollection_Remove_663, (Array * __this, InputActionMap_ReadMapJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE8A8, Array_InternalArray__ICollection_Remove_663__MethodInfo); DO_APP_FUNC(0x00F99210, bool, Array_InternalArray__ICollection_Remove_664, (Array * __this, InputActionMap_WriteActionJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE8E0, Array_InternalArray__ICollection_Remove_664__MethodInfo); DO_APP_FUNC(0x00F99270, bool, Array_InternalArray__ICollection_Remove_665, (Array * __this, InputActionMap_WriteMapJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE8D8, Array_InternalArray__ICollection_Remove_665__MethodInfo); DO_APP_FUNC(0x00F992D0, bool, Array_InternalArray__ICollection_Remove_666, (Array * __this, InputActionRebindingExtensions_Parameter item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE8D0, Array_InternalArray__ICollection_Remove_666__MethodInfo); DO_APP_FUNC(0x00F99330, bool, Array_InternalArray__ICollection_Remove_667, (Array * __this, InputActionRebindingExtensions_ParameterOverride item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE8C8, Array_InternalArray__ICollection_Remove_667__MethodInfo); DO_APP_FUNC(0x00F99390, bool, Array_InternalArray__ICollection_Remove_668, (Array * __this, InputActionTrace_ActionEventPtr item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE880, Array_InternalArray__ICollection_Remove_668__MethodInfo); DO_APP_FUNC(0x00F993F0, bool, Array_InternalArray__ICollection_Remove_669, (Array * __this, InputBindingCompositeContext_PartBinding item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE878, Array_InternalArray__ICollection_Remove_669__MethodInfo); DO_APP_FUNC(0x00F99450, bool, Array_InternalArray__ICollection_Remove_670, (Array * __this, InputControlLayout_ControlItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE870, Array_InternalArray__ICollection_Remove_670__MethodInfo); DO_APP_FUNC(0x00F994B0, bool, Array_InternalArray__ICollection_Remove_671, (Array * __this, InputControlPath_ParsedPathComponent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE868, Array_InternalArray__ICollection_Remove_671__MethodInfo); DO_APP_FUNC(0x00F99510, bool, Array_InternalArray__ICollection_Remove_672, (Array * __this, InputControlScheme_DeviceRequirement item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE8A0, Array_InternalArray__ICollection_Remove_672__MethodInfo); DO_APP_FUNC(0x00F99570, bool, Array_InternalArray__ICollection_Remove_673, (Array * __this, InputControlScheme_SchemeJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE898, Array_InternalArray__ICollection_Remove_673__MethodInfo); DO_APP_FUNC(0x00F995D0, bool, Array_InternalArray__ICollection_Remove_674, (Array * __this, InputDevice_ControlBitRangeNode item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE890, Array_InternalArray__ICollection_Remove_674__MethodInfo); DO_APP_FUNC(0x00F99630, bool, Array_InternalArray__ICollection_Remove_675, (Array * __this, InputEventTrace_DeviceInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE888, Array_InternalArray__ICollection_Remove_675__MethodInfo); DO_APP_FUNC(0x00F99690, bool, Array_InternalArray__ICollection_Remove_676, (Array * __this, InputManager_AvailableDevice item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE840, Array_InternalArray__ICollection_Remove_676__MethodInfo); DO_APP_FUNC(0x00F996F0, bool, Array_InternalArray__ICollection_Remove_677, (Array * __this, InputManager_StateChangeMonitorListener item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE838, Array_InternalArray__ICollection_Remove_677__MethodInfo); DO_APP_FUNC(0x00F99750, bool, Array_InternalArray__ICollection_Remove_678, (Array * __this, InputManager_StateChangeMonitorTimeout item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE830, Array_InternalArray__ICollection_Remove_678__MethodInfo); DO_APP_FUNC(0x00F997B0, bool, Array_InternalArray__ICollection_Remove_679, (Array * __this, InputManager_StateChangeMonitorsForDevice item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE828, Array_InternalArray__ICollection_Remove_679__MethodInfo); DO_APP_FUNC(0x00F99810, bool, Array_InternalArray__ICollection_Remove_680, (Array * __this, InputRemoting_RemoteInputDevice item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE860, Array_InternalArray__ICollection_Remove_680__MethodInfo); DO_APP_FUNC(0x00F99870, bool, Array_InternalArray__ICollection_Remove_681, (Array * __this, InputRemoting_RemoteSender item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE858, Array_InternalArray__ICollection_Remove_681__MethodInfo); DO_APP_FUNC(0x00F998D0, bool, Array_InternalArray__ICollection_Remove_682, (Array * __this, InputStateHistory_Record item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE850, Array_InternalArray__ICollection_Remove_682__MethodInfo); DO_APP_FUNC(0x00F99930, bool, Array_InternalArray__ICollection_Remove_683, (Array * __this, InputSystemUIInputModule_InputActionReferenceState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE848, Array_InternalArray__ICollection_Remove_683__MethodInfo); DO_APP_FUNC(0x00F99990, bool, Array_InternalArray__ICollection_Remove_684, (Array * __this, InputUser_OngoingAccountSelection item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE800, Array_InternalArray__ICollection_Remove_684__MethodInfo); DO_APP_FUNC(0x00F999F0, bool, Array_InternalArray__ICollection_Remove_685, (Array * __this, InputUser_UserData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE7F8, Array_InternalArray__ICollection_Remove_685__MethodInfo); DO_APP_FUNC(0x00F99A50, bool, Array_InternalArray__ICollection_Remove_686, (Array * __this, InternalTreeView_TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE7F0, Array_InternalArray__ICollection_Remove_686__MethodInfo); DO_APP_FUNC(0x00F99AB0, bool, Array_InternalArray__ICollection_Remove_687, (Array * __this, JSONDeserialization_TaskField item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE7E8, Array_InternalArray__ICollection_Remove_687__MethodInfo); DO_APP_FUNC(0x00F99B10, bool, Array_InternalArray__ICollection_Remove_688, (Array * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE820, Array_InternalArray__ICollection_Remove_688__MethodInfo); DO_APP_FUNC(0x00F99B70, bool, Array_InternalArray__ICollection_Remove_689, (Array * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE818, Array_InternalArray__ICollection_Remove_689__MethodInfo); DO_APP_FUNC(0x00F99BD0, bool, Array_InternalArray__ICollection_Remove_690, (Array * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE810, Array_InternalArray__ICollection_Remove_690__MethodInfo); DO_APP_FUNC(0x00F99C30, bool, Array_InternalArray__ICollection_Remove_691, (Array * __this, JsonParser_JsonValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE808, Array_InternalArray__ICollection_Remove_691__MethodInfo); DO_APP_FUNC(0x00F99C90, bool, Array_InternalArray__ICollection_Remove_692, (Array * __this, LayerGridGraph_HeightSample item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE7C0, Array_InternalArray__ICollection_Remove_692__MethodInfo); DO_APP_FUNC(0x00F99CF0, bool, Array_InternalArray__ICollection_Remove_693, (Array * __this, Logs_LogMessage_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE7B8, Array_InternalArray__ICollection_Remove_693__MethodInfo); DO_APP_FUNC(0x00F99D50, bool, Array_InternalArray__ICollection_Remove_694, (Array * __this, Logs_LogMessage item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE7B0, Array_InternalArray__ICollection_Remove_694__MethodInfo); DO_APP_FUNC(0x00F99DB0, bool, Array_InternalArray__ICollection_Remove_695, (Array * __this, MagicLightProbes_VolumeParameters item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE7A8, Array_InternalArray__ICollection_Remove_695__MethodInfo); DO_APP_FUNC(0x00F99E10, bool, Array_InternalArray__ICollection_Remove_696, (Array * __this, MailHeaderInfo_HeaderInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE7E0, Array_InternalArray__ICollection_Remove_696__MethodInfo); DO_APP_FUNC(0x00F99E70, bool, Array_InternalArray__ICollection_Remove_697, (Array * __this, MemberRelationshipService_RelationshipEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE7D8, Array_InternalArray__ICollection_Remove_697__MethodInfo); DO_APP_FUNC(0x00F99ED0, bool, Array_InternalArray__ICollection_Remove_698, (Array * __this, MemoryHelpers_BitRegion item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE7D0, Array_InternalArray__ICollection_Remove_698__MethodInfo); DO_APP_FUNC(0x00F99F30, bool, Array_InternalArray__ICollection_Remove_699, (Array * __this, MotionSolver_GPUNodeData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE7C8, Array_InternalArray__ICollection_Remove_699__MethodInfo); DO_APP_FUNC(0x00F99F90, bool, Array_InternalArray__ICollection_Remove_700, (Array * __this, MotionSolver_GPUNodeInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE780, Array_InternalArray__ICollection_Remove_700__MethodInfo); DO_APP_FUNC(0x00F99FF0, bool, Array_InternalArray__ICollection_Remove_701, (Array * __this, MotionSolver_GPURootTransform item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE778, Array_InternalArray__ICollection_Remove_701__MethodInfo); DO_APP_FUNC(0x00F9A050, bool, Array_InternalArray__ICollection_Remove_702, (Array * __this, MovingPlatform_Waypoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE770, Array_InternalArray__ICollection_Remove_702__MethodInfo); DO_APP_FUNC(0x00F9A0B0, bool, Array_InternalArray__ICollection_Remove_703, (Array * __this, NightmareStyling_WallMaterial item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE768, Array_InternalArray__ICollection_Remove_703__MethodInfo); DO_APP_FUNC(0x00F9A110, bool, Array_InternalArray__ICollection_Remove_704, (Array * __this, NoiseSettings_TransformNoiseParams item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE7A0, Array_InternalArray__ICollection_Remove_704__MethodInfo); DO_APP_FUNC(0x00F9A170, bool, Array_InternalArray__ICollection_Remove_705, (Array * __this, NolanBehaviour_OverlappedCollider item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE798, Array_InternalArray__ICollection_Remove_705__MethodInfo); DO_APP_FUNC(0x00F9A1D0, bool, Array_InternalArray__ICollection_Remove_706, (Array * __this, ObjectPoolBase_PreloadedPrefab item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE790, Array_InternalArray__ICollection_Remove_706__MethodInfo); DO_APP_FUNC(0x00F9A230, bool, Array_InternalArray__ICollection_Remove_707, (Array * __this, OnScreenControl_OnScreenDeviceInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE788, Array_InternalArray__ICollection_Remove_707__MethodInfo); DO_APP_FUNC(0x00F9A290, bool, Array_InternalArray__ICollection_Remove_708, (Array * __this, OpenXRInput_SerializedBinding item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE740, Array_InternalArray__ICollection_Remove_708__MethodInfo); DO_APP_FUNC(0x00F9A2F0, bool, Array_InternalArray__ICollection_Remove_709, (Array * __this, PackedPlayModeBuildLogs_RuntimeBuildLog item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE738, Array_InternalArray__ICollection_Remove_709__MethodInfo); DO_APP_FUNC(0x00F9A350, bool, Array_InternalArray__ICollection_Remove_710, (Array * __this, ParameterizedStrings_FormatParam item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE730, Array_InternalArray__ICollection_Remove_710__MethodInfo); DO_APP_FUNC(0x00F9A3B0, bool, Array_InternalArray__ICollection_Remove_711, (Array * __this, ParticleSystem_Particle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE728, Array_InternalArray__ICollection_Remove_711__MethodInfo); DO_APP_FUNC(0x00F9A410, bool, Array_InternalArray__ICollection_Remove_712, (Array * __this, PlayerStatsController_Category item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE760, Array_InternalArray__ICollection_Remove_712__MethodInfo); DO_APP_FUNC(0x00F9A470, bool, Array_InternalArray__ICollection_Remove_713, (Array * __this, PointKDTree_Node item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE758, Array_InternalArray__ICollection_Remove_713__MethodInfo); DO_APP_FUNC(0x00F9A4D0, bool, Array_InternalArray__ICollection_Remove_714, (Array * __this, PointerDeviceState_PointerLocation item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE750, Array_InternalArray__ICollection_Remove_714__MethodInfo); DO_APP_FUNC(0x00F9A530, bool, Array_InternalArray__ICollection_Remove_715, (Array * __this, ProbeBrickIndex_Brick item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE748, Array_InternalArray__ICollection_Remove_715__MethodInfo); DO_APP_FUNC(0x00F9A590, bool, Array_InternalArray__ICollection_Remove_716, (Array * __this, ProbeBrickIndex_BrickMeta item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE700, Array_InternalArray__ICollection_Remove_716__MethodInfo); DO_APP_FUNC(0x00F9A5F0, bool, Array_InternalArray__ICollection_Remove_717, (Array * __this, ProbeBrickIndex_CellIndexUpdateInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE6F8, Array_InternalArray__ICollection_Remove_717__MethodInfo); DO_APP_FUNC(0x00F9A650, bool, Array_InternalArray__ICollection_Remove_718, (Array * __this, ProbeBrickIndex_ReservedBrick item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE6F0, Array_InternalArray__ICollection_Remove_718__MethodInfo); DO_APP_FUNC(0x00F9A6B0, bool, Array_InternalArray__ICollection_Remove_719, (Array * __this, ProbeBrickIndex_VoxelMeta item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE6E8, Array_InternalArray__ICollection_Remove_719__MethodInfo); DO_APP_FUNC(0x00F9A710, bool, Array_InternalArray__ICollection_Remove_720, (Array * __this, ProbeBrickPool_BrickChunkAlloc item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE720, Array_InternalArray__ICollection_Remove_720__MethodInfo); DO_APP_FUNC(0x00F9A770, bool, Array_InternalArray__ICollection_Remove_721, (Array * __this, ProbeReferenceVolume_RegId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE718, Array_InternalArray__ICollection_Remove_721__MethodInfo); DO_APP_FUNC(0x00F9A7D0, bool, Array_InternalArray__ICollection_Remove_722, (Array * __this, ProbeReferenceVolume_Volume item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE710, Array_InternalArray__ICollection_Remove_722__MethodInfo); DO_APP_FUNC(0x00F9A830, bool, Array_InternalArray__ICollection_Remove_723, (Array * __this, ProbeVolumePerSceneData_SerializableAssetItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE708, Array_InternalArray__ICollection_Remove_723__MethodInfo); DO_APP_FUNC(0x00F9A890, bool, Array_InternalArray__ICollection_Remove_724, (Array * __this, ProbeVolumeSceneData_SerializableBoundItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE6C0, Array_InternalArray__ICollection_Remove_724__MethodInfo); DO_APP_FUNC(0x00F9A8F0, bool, Array_InternalArray__ICollection_Remove_725, (Array * __this, ProbeVolumeSceneData_SerializableHasPVItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE6B8, Array_InternalArray__ICollection_Remove_725__MethodInfo); DO_APP_FUNC(0x00F9A950, bool, Array_InternalArray__ICollection_Remove_726, (Array * __this, ProbeVolumeSceneData_SerializablePVBakeSettings item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE6B0, Array_InternalArray__ICollection_Remove_726__MethodInfo); DO_APP_FUNC(0x00F9A9B0, bool, Array_InternalArray__ICollection_Remove_727, (Array * __this, ProbeVolumeSceneData_SerializablePVProfile item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE6A8, Array_InternalArray__ICollection_Remove_727__MethodInfo); DO_APP_FUNC(0x00F9AA10, bool, Array_InternalArray__ICollection_Remove_728, (Array * __this, ProtocolClient_AckCallback item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE6E0, Array_InternalArray__ICollection_Remove_728__MethodInfo); DO_APP_FUNC(0x00F9AA70, bool, Array_InternalArray__ICollection_Remove_729, (Array * __this, ProtocolClient_MsgHandler item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE6D8, Array_InternalArray__ICollection_Remove_729__MethodInfo); DO_APP_FUNC(0x00F9AAD0, bool, Array_InternalArray__ICollection_Remove_730, (Array * __this, RVOQuadtree_Node item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE6D0, Array_InternalArray__ICollection_Remove_730__MethodInfo); DO_APP_FUNC(0x00F9AB30, bool, Array_InternalArray__ICollection_Remove_731, (Array * __this, Regex_CachedCodeEntryKey item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE6C8, Array_InternalArray__ICollection_Remove_731__MethodInfo); DO_APP_FUNC(0x00F9AB90, bool, Array_InternalArray__ICollection_Remove_732, (Array * __this, RegexCharClass_LowerCaseMapping item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE680, Array_InternalArray__ICollection_Remove_732__MethodInfo); DO_APP_FUNC(0x00F9ABF0, bool, Array_InternalArray__ICollection_Remove_733, (Array * __this, RegexCharClass_SingleRange item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE678, Array_InternalArray__ICollection_Remove_733__MethodInfo); DO_APP_FUNC(0x00F9AC50, bool, Array_InternalArray__ICollection_Remove_734, (Array * __this, RenderChain_RenderNodeData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE670, Array_InternalArray__ICollection_Remove_734__MethodInfo); DO_APP_FUNC(0x00F9ACB0, bool, Array_InternalArray__ICollection_Remove_735, (Array * __this, RenderGraph_CompiledPassInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE668, Array_InternalArray__ICollection_Remove_735__MethodInfo); DO_APP_FUNC(0x00F9AD10, bool, Array_InternalArray__ICollection_Remove_736, (Array * __this, RenderGraph_CompiledResourceInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE6A0, Array_InternalArray__ICollection_Remove_736__MethodInfo); DO_APP_FUNC(0x00F9AD70, bool, Array_InternalArray__ICollection_Remove_737, (Array * __this, RenderGraphDebugData_PassDebugData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE698, Array_InternalArray__ICollection_Remove_737__MethodInfo); DO_APP_FUNC(0x00F9ADD0, bool, Array_InternalArray__ICollection_Remove_738, (Array * __this, RenderGraphDebugData_ResourceDebugData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE690, Array_InternalArray__ICollection_Remove_738__MethodInfo); DO_APP_FUNC(0x00F9AE30, bool, Array_InternalArray__ICollection_Remove_739, (Array * __this, ResourceManager_DeferredCallbackRegisterRequest item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE688, Array_InternalArray__ICollection_Remove_739__MethodInfo); DO_APP_FUNC(0x00F9AE90, bool, Array_InternalArray__ICollection_Remove_740, (Array * __this, RetainedGizmos_MeshWithHash item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE640, Array_InternalArray__ICollection_Remove_740__MethodInfo); DO_APP_FUNC(0x00F9AEF0, bool, Array_InternalArray__ICollection_Remove_741, (Array * __this, SendMouseEvents_HitInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE638, Array_InternalArray__ICollection_Remove_741__MethodInfo); DO_APP_FUNC(0x00F9AF50, bool, Array_InternalArray__ICollection_Remove_742, (Array * __this, SequenceNode_SequenceConstructPosContext item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE630, Array_InternalArray__ICollection_Remove_742__MethodInfo); DO_APP_FUNC(0x00F9AFB0, bool, Array_InternalArray__ICollection_Remove_743, (Array * __this, SerializedObject_Field item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE628, Array_InternalArray__ICollection_Remove_743__MethodInfo); DO_APP_FUNC(0x00F9B010, bool, Array_InternalArray__ICollection_Remove_744, (Array * __this, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE660, Array_InternalArray__ICollection_Remove_744__MethodInfo); DO_APP_FUNC(0x00F9B070, bool, Array_InternalArray__ICollection_Remove_745, (Array * __this, SlotEquip_ItemDefinitionStateName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE658, Array_InternalArray__ICollection_Remove_745__MethodInfo); DO_APP_FUNC(0x00F9B0D0, bool, Array_InternalArray__ICollection_Remove_746, (Array * __this, Socket_WSABUF item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE650, Array_InternalArray__ICollection_Remove_746__MethodInfo); DO_APP_FUNC(0x00F9B130, bool, Array_InternalArray__ICollection_Remove_747, (Array * __this, StyleComplexSelector_PseudoStateData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE648, Array_InternalArray__ICollection_Remove_747__MethodInfo); DO_APP_FUNC(0x00F9B190, bool, Array_InternalArray__ICollection_Remove_748, (Array * __this, StylePropertyAnimationSystem_ElementPropertyPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE600, Array_InternalArray__ICollection_Remove_748__MethodInfo); DO_APP_FUNC(0x00F9B1F0, bool, Array_InternalArray__ICollection_Remove_749, (Array * __this, StyleSheet_ImportStruct item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE5F8, Array_InternalArray__ICollection_Remove_749__MethodInfo); DO_APP_FUNC(0x00F9B250, bool, Array_InternalArray__ICollection_Remove_750, (Array * __this, StyleSheetCache_SheetHandleKey item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE5F0, Array_InternalArray__ICollection_Remove_750__MethodInfo); DO_APP_FUNC(0x00F9B2B0, bool, Array_InternalArray__ICollection_Remove_751, (Array * __this, StyleVariableResolver_ResolveContext item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE5E8, Array_InternalArray__ICollection_Remove_751__MethodInfo); DO_APP_FUNC(0x00F9B310, bool, Array_InternalArray__ICollection_Remove_752, (Array * __this, TMP_Text_UnicodeChar item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE620, Array_InternalArray__ICollection_Remove_752__MethodInfo); DO_APP_FUNC(0x00F9B370, bool, Array_InternalArray__ICollection_Remove_753, (Array * __this, TemplateAsset_AttributeOverride item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE618, Array_InternalArray__ICollection_Remove_753__MethodInfo); DO_APP_FUNC(0x00F9B3D0, bool, Array_InternalArray__ICollection_Remove_754, (Array * __this, TextPic_IconName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE610, Array_InternalArray__ICollection_Remove_754__MethodInfo); DO_APP_FUNC(0x00F9B430, bool, Array_InternalArray__ICollection_Remove_755, (Array * __this, TextResourceManager_FontAssetRef item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE608, Array_InternalArray__ICollection_Remove_755__MethodInfo); DO_APP_FUNC(0x00F9B490, bool, Array_InternalArray__ICollection_Remove_756, (Array * __this, TextSettings_FontReferenceMap item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE5C0, Array_InternalArray__ICollection_Remove_756__MethodInfo); DO_APP_FUNC(0x00F9B4F0, bool, Array_InternalArray__ICollection_Remove_757, (Array * __this, TextureBlitter_BlitInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE5B8, Array_InternalArray__ICollection_Remove_757__MethodInfo); DO_APP_FUNC(0x00F9B550, bool, Array_InternalArray__ICollection_Remove_758, (Array * __this, TexturePacker_JsonArray_Frame item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE5B0, Array_InternalArray__ICollection_Remove_758__MethodInfo); DO_APP_FUNC(0x00F9B5B0, bool, Array_InternalArray__ICollection_Remove_759, (Array * __this, TextureRegistry_TextureInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE5A8, Array_InternalArray__ICollection_Remove_759__MethodInfo); DO_APP_FUNC(0x00F9B610, bool, Array_InternalArray__ICollection_Remove_760, (Array * __this, TimeNotificationBehaviour_NotificationEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE5E0, Array_InternalArray__ICollection_Remove_760__MethodInfo); DO_APP_FUNC(0x00F9B670, bool, Array_InternalArray__ICollection_Remove_761, (Array * __this, TrackedDeviceRaycaster_RaycastHitData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE5D8, Array_InternalArray__ICollection_Remove_761__MethodInfo); DO_APP_FUNC(0x00F9B6D0, bool, Array_InternalArray__ICollection_Remove_762, (Array * __this, TrackedPoseDriverDataDescription_PoseData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE5D0, Array_InternalArray__ICollection_Remove_762__MethodInfo); DO_APP_FUNC(0x00F9B730, bool, Array_InternalArray__ICollection_Remove_763, (Array * __this, TreeView_TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE5C8, Array_InternalArray__ICollection_Remove_763__MethodInfo); DO_APP_FUNC(0x00F9B790, bool, Array_InternalArray__ICollection_Remove_764, (Array * __this, TreeViewReorderableDragAndDropController_TreeItemState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE580, Array_InternalArray__ICollection_Remove_764__MethodInfo); DO_APP_FUNC(0x00F9B7F0, bool, Array_InternalArray__ICollection_Remove_765, (Array * __this, UIRStylePainter_Entry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE578, Array_InternalArray__ICollection_Remove_765__MethodInfo); DO_APP_FUNC(0x00F9B850, bool, Array_InternalArray__ICollection_Remove_766, (Array * __this, UIRenderDevice_AllocToFree item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE570, Array_InternalArray__ICollection_Remove_766__MethodInfo); DO_APP_FUNC(0x00F9B8B0, bool, Array_InternalArray__ICollection_Remove_767, (Array * __this, UIRenderDevice_AllocToUpdate item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE568, Array_InternalArray__ICollection_Remove_767__MethodInfo); DO_APP_FUNC(0x00F9B910, bool, Array_InternalArray__ICollection_Remove_768, (Array * __this, UIRenderDevice_DeviceToFree item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE5A0, Array_InternalArray__ICollection_Remove_768__MethodInfo); DO_APP_FUNC(0x00F9B970, bool, Array_InternalArray__ICollection_Remove_769, (Array * __this, UdpPipe_Ack item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE598, Array_InternalArray__ICollection_Remove_769__MethodInfo); DO_APP_FUNC(0x00F9B9D0, bool, Array_InternalArray__ICollection_Remove_770, (Array * __this, UmAlQuraCalendar_DateMapping item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE590, Array_InternalArray__ICollection_Remove_770__MethodInfo); DO_APP_FUNC(0x00F9BA30, bool, Array_InternalArray__ICollection_Remove_771, (Array * __this, UnitySynchronizationContext_WorkRequest item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE588, Array_InternalArray__ICollection_Remove_771__MethodInfo); DO_APP_FUNC(0x00F9BA90, bool, Array_InternalArray__ICollection_Remove_772, (Array * __this, VisualTreeAsset_SlotDefinition item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE538, Array_InternalArray__ICollection_Remove_772__MethodInfo); DO_APP_FUNC(0x00F9BAF0, bool, Array_InternalArray__ICollection_Remove_773, (Array * __this, VisualTreeAsset_SlotUsageEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE528, Array_InternalArray__ICollection_Remove_773__MethodInfo); DO_APP_FUNC(0x00F9BB50, bool, Array_InternalArray__ICollection_Remove_774, (Array * __this, VisualTreeAsset_UsingEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE520, Array_InternalArray__ICollection_Remove_774__MethodInfo); DO_APP_FUNC(0x00F9BBB0, bool, Array_InternalArray__ICollection_Remove_775, (Array * __this, WetDecalSystem_MaterialBatchId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE518, Array_InternalArray__ICollection_Remove_775__MethodInfo); DO_APP_FUNC(0x00F9BC10, bool, Array_InternalArray__ICollection_Remove_776, (Array * __this, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE560, Array_InternalArray__ICollection_Remove_776__MethodInfo); DO_APP_FUNC(0x00F9BC70, bool, Array_InternalArray__ICollection_Remove_777, (Array * __this, XmlEventCache_XmlEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE558, Array_InternalArray__ICollection_Remove_777__MethodInfo); DO_APP_FUNC(0x00F9BCD0, bool, Array_InternalArray__ICollection_Remove_778, (Array * __this, XmlNamespaceManager_NamespaceDeclaration item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE550, Array_InternalArray__ICollection_Remove_778__MethodInfo); DO_APP_FUNC(0x00F9BD30, bool, Array_InternalArray__ICollection_Remove_779, (Array * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE548, Array_InternalArray__ICollection_Remove_779__MethodInfo); DO_APP_FUNC(0x00F9BD90, bool, Array_InternalArray__ICollection_Remove_780, (Array * __this, XmlTextReaderImpl_ParsingState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE4F0, Array_InternalArray__ICollection_Remove_780__MethodInfo); DO_APP_FUNC(0x00F9BDF0, bool, Array_InternalArray__ICollection_Remove_781, (Array * __this, XmlTextWriter_Namespace item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE4E8, Array_InternalArray__ICollection_Remove_781__MethodInfo); DO_APP_FUNC(0x00F9BE50, bool, Array_InternalArray__ICollection_Remove_782, (Array * __this, XmlTextWriter_TagInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE4E0, Array_InternalArray__ICollection_Remove_782__MethodInfo); DO_APP_FUNC(0x00F9BEB0, bool, Array_InternalArray__ICollection_Remove_783, (Array * __this, XmlWellFormedWriter_AttrName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE4D8, Array_InternalArray__ICollection_Remove_783__MethodInfo); DO_APP_FUNC(0x00F9BF10, bool, Array_InternalArray__ICollection_Remove_784, (Array * __this, XmlWellFormedWriter_ElementScope item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE510, Array_InternalArray__ICollection_Remove_784__MethodInfo); DO_APP_FUNC(0x00F9BF70, bool, Array_InternalArray__ICollection_Remove_785, (Array * __this, XmlWellFormedWriter_Namespace item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE508, Array_InternalArray__ICollection_Remove_785__MethodInfo); DO_APP_FUNC(0x00F9BFD0, bool, Array_InternalArray__ICollection_Remove_786, (Array * __this, ftLightmaps_LightmapAdditionalData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE500, Array_InternalArray__ICollection_Remove_786__MethodInfo); DO_APP_FUNC(0x00F9C030, bool, Array_InternalArray__ICollection_Remove_787, (Array * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE4F8, Array_InternalArray__ICollection_Remove_787__MethodInfo); DO_APP_FUNC(0x00F9C090, bool, Array_InternalArray__ICollection_Remove_788, (Array * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE4B0, Array_InternalArray__ICollection_Remove_788__MethodInfo); DO_APP_FUNC(0x00F9C0F0, bool, Array_InternalArray__ICollection_Remove_789, (Array * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE4A8, Array_InternalArray__ICollection_Remove_789__MethodInfo); DO_APP_FUNC(0x00F9C150, bool, Array_InternalArray__ICollection_Remove_790, (Array * __this, jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE4A0, Array_InternalArray__ICollection_Remove_790__MethodInfo); DO_APP_FUNC(0x00F9C1B0, bool, Array_InternalArray__ICollection_Remove_791, (Array * __this, DebugUI_Foldout_ContextMenuItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE498, Array_InternalArray__ICollection_Remove_791__MethodInfo); DO_APP_FUNC(0x00F9C210, bool, Array_InternalArray__ICollection_Remove_792, (Array * __this, Decimal_DecCalc_PowerOvfl item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE4D0, Array_InternalArray__ICollection_Remove_792__MethodInfo); DO_APP_FUNC(0x00F9C270, bool, Array_InternalArray__ICollection_Remove_793, (Array * __this, FacetsChecker_FacetsCompiler_Map item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE4C8, Array_InternalArray__ICollection_Remove_793__MethodInfo); DO_APP_FUNC(0x00F9C2D0, bool, Array_InternalArray__ICollection_Remove_794, (Array * __this, InputControlLayout_Collection_LayoutMatcher item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE4C0, Array_InternalArray__ICollection_Remove_794__MethodInfo); DO_APP_FUNC(0x00F9C330, bool, Array_InternalArray__ICollection_Remove_795, (Array * __this, InputControlLayout_Collection_PrecompiledLayout item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE4B8, Array_InternalArray__ICollection_Remove_795__MethodInfo); DO_APP_FUNC(0x00F9C390, bool, Array_InternalArray__ICollection_Remove_796, (Array * __this, InputControlScheme_MatchResult_Match item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE470, Array_InternalArray__ICollection_Remove_796__MethodInfo); DO_APP_FUNC(0x00F9C3F0, bool, Array_InternalArray__ICollection_Remove_797, (Array * __this, InputControlScheme_SchemeJson_DeviceJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE460, Array_InternalArray__ICollection_Remove_797__MethodInfo); DO_APP_FUNC(0x00F9C450, bool, Array_InternalArray__ICollection_Remove_798, (Array * __this, InputDeviceMatcher_MatcherJson_Capability item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE450, Array_InternalArray__ICollection_Remove_798__MethodInfo); DO_APP_FUNC(0x00F9C4B0, bool, Array_InternalArray__ICollection_Remove_799, (Array * __this, InstructionList_DebugView_InstructionView item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE440, Array_InternalArray__ICollection_Remove_799__MethodInfo); DO_APP_FUNC(0x00F9C510, bool, Array_InternalArray__ICollection_Remove_800, (Array * __this, Interop_SspiCli_SecBuffer item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE490, Array_InternalArray__ICollection_Remove_800__MethodInfo); DO_APP_FUNC(0x00F9C570, bool, Array_InternalArray__ICollection_Remove_801, (Array * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE488, Array_InternalArray__ICollection_Remove_801__MethodInfo); DO_APP_FUNC(0x00F9C5D0, bool, Array_InternalArray__ICollection_Remove_802, (Array * __this, TargetPositionCache_CacheCurve_Item item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE480, Array_InternalArray__ICollection_Remove_802__MethodInfo); DO_APP_FUNC(0x00F9C630, bool, Array_InternalArray__ICollection_Remove_803, (Array * __this, TargetPositionCache_CacheEntry_RecordingItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE478, Array_InternalArray__ICollection_Remove_803__MethodInfo); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_ArraySegment_1_ *, Array_InternalArray__IEnumerable_GetEnumerator, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 *, Array_InternalArray__IEnumerable_GetEnumerator_1, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ *, Array_InternalArray__IEnumerable_GetEnumerator_2, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_3, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData_ *, Array_InternalArray__IEnumerable_GetEnumerator_4, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__1 *, Array_InternalArray__IEnumerable_GetEnumerator_5, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__2 *, Array_InternalArray__IEnumerable_GetEnumerator_6, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__3 *, Array_InternalArray__IEnumerable_GetEnumerator_7, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__4 *, Array_InternalArray__IEnumerable_GetEnumerator_8, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__5 *, Array_InternalArray__IEnumerable_GetEnumerator_9, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__6 *, Array_InternalArray__IEnumerable_GetEnumerator_10, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__7 *, Array_InternalArray__IEnumerable_GetEnumerator_11, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__8 *, Array_InternalArray__IEnumerable_GetEnumerator_12, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__9 *, Array_InternalArray__IEnumerable_GetEnumerator_13, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__10 *, Array_InternalArray__IEnumerable_GetEnumerator_14, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_EmptyData__11 *, Array_InternalArray__IEnumerable_GetEnumerator_15, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Timeline_IntervalTree_1_Entry__1 *, Array_InternalArray__IEnumerable_GetEnumerator_16, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Xml_Linq_XHashtable_1_XHashtableState_Entry_ *, Array_InternalArray__IEnumerable_GetEnumerator_17, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_ValueTuple_2_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_18, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_ValueTuple_2_System_Object__1 *, Array_InternalArray__IEnumerable_GetEnumerator_19, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Byte_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_20, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_ByteEnum_System_Int32_ *, Array_InternalArray__IEnumerable_GetEnumerator_21, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_ByteEnum_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_22, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_Dissonance_Audio_Playback_FrameFormat_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_23, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Guid_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_24, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Guid_System_UInt32_ *, Array_InternalArray__IEnumerable_GetEnumerator_25, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_UnityEngine_Hash128_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_26, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_Pathfinding_Int2_System_Int32_ *, Array_InternalArray__IEnumerable_GetEnumerator_27, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_Pathfinding_Int3_System_Int32_ *, Array_InternalArray__IEnumerable_GetEnumerator_28, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_29, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Int32_System_ValueTuple_2_ *, Array_InternalArray__IEnumerable_GetEnumerator_30, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Int32_System_Boolean_ *, Array_InternalArray__IEnumerable_GetEnumerator_31, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Int32_System_ByteEnum_ *, Array_InternalArray__IEnumerable_GetEnumerator_32, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Int32_System_Char_ *, Array_InternalArray__IEnumerable_GetEnumerator_33, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ *, Array_InternalArray__IEnumerable_GetEnumerator_34, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int16_ *, Array_InternalArray__IEnumerable_GetEnumerator_35, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Int32_Pathfinding_Int3_ *, Array_InternalArray__IEnumerable_GetEnumerator_36, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry_ *, Array_InternalArray__IEnumerable_GetEnumerator_37, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int32_ *, Array_InternalArray__IEnumerable_GetEnumerator_38, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int32Enum_ *, Array_InternalArray__IEnumerable_GetEnumerator_39, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int64_ *, Array_InternalArray__IEnumerable_GetEnumerator_40, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__1 *, Array_InternalArray__IEnumerable_GetEnumerator_41, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Int32_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_42, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Int32_PlayerFlashlightBeam_ *, Array_InternalArray__IEnumerable_GetEnumerator_43, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_RenderInstancedDataLayout_ *, Array_InternalArray__IEnumerable_GetEnumerator_44, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Int32_System_Single_ *, Array_InternalArray__IEnumerable_GetEnumerator_45, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_UIElements_TreeItem_ *, Array_InternalArray__IEnumerable_GetEnumerator_46, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_Vector2Int_ *, Array_InternalArray__IEnumerable_GetEnumerator_47, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_Vector4_ *, Array_InternalArray__IEnumerable_GetEnumerator_48, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ *, Array_InternalArray__IEnumerable_GetEnumerator_49, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Int32Enum_System_Int32Enum_ *, Array_InternalArray__IEnumerable_GetEnumerator_50, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Int32Enum_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_51, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Int64_UnityEngine_UIElements_ComputedStyle_ *, Array_InternalArray__IEnumerable_GetEnumerator_52, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Int64_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_53, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_IntPtr_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_54, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ *, Array_InternalArray__IEnumerable_GetEnumerator_55, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_56, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ *, Array_InternalArray__IEnumerable_GetEnumerator_57, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_58, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_Photon_Bolt_NetworkId_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_59, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ *, Array_InternalArray__IEnumerable_GetEnumerator_60, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ *, Array_InternalArray__IEnumerable_GetEnumerator_61, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Object_System_Boolean_ *, Array_InternalArray__IEnumerable_GetEnumerator_62, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Bounds_ *, Array_InternalArray__IEnumerable_GetEnumerator_63, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Object_System_Byte_ *, Array_InternalArray__IEnumerable_GetEnumerator_64, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Color_ *, Array_InternalArray__IEnumerable_GetEnumerator_65, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Color32_ *, Array_InternalArray__IEnumerable_GetEnumerator_66, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__2 *, Array_InternalArray__IEnumerable_GetEnumerator_67, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Object_System_Int32_ *, Array_InternalArray__IEnumerable_GetEnumerator_68, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__3 *, Array_InternalArray__IEnumerable_GetEnumerator_69, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Object_System_Int32Enum_ *, Array_InternalArray__IEnumerable_GetEnumerator_70, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Rewired_Utils_Classes_Data_ADictionary_2_Entry__4 *, Array_InternalArray__IEnumerable_GetEnumerator_71, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Object_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_72, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ *, Array_InternalArray__IEnumerable_GetEnumerator_73, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ *, Array_InternalArray__IEnumerable_GetEnumerator_74, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Playables_Playable_ *, Array_InternalArray__IEnumerable_GetEnumerator_75, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ *, Array_InternalArray__IEnumerable_GetEnumerator_76, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Object_System_Resources_ResourceLocator_ *, Array_InternalArray__IEnumerable_GetEnumerator_77, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Object_System_Single_ *, Array_InternalArray__IEnumerable_GetEnumerator_78, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ *, Array_InternalArray__IEnumerable_GetEnumerator_79, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_TextureId_ *, Array_InternalArray__IEnumerable_GetEnumerator_80, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Object_System_TimeSpan_ *, Array_InternalArray__IEnumerable_GetEnumerator_81, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_UdpEndPoint_ *, Array_InternalArray__IEnumerable_GetEnumerator_82, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Vector2_ *, Array_InternalArray__IEnumerable_GetEnumerator_83, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Vector3_ *, Array_InternalArray__IEnumerable_GetEnumerator_84, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, Array_InternalArray__IEnumerable_GetEnumerator_85, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ *, Array_InternalArray__IEnumerable_GetEnumerator_86, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, Array_InternalArray__IEnumerable_GetEnumerator_87, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ *, Array_InternalArray__IEnumerable_GetEnumerator_88, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ *, Array_InternalArray__IEnumerable_GetEnumerator_89, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ *, Array_InternalArray__IEnumerable_GetEnumerator_90, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ *, Array_InternalArray__IEnumerable_GetEnumerator_91, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_Photon_Bolt_PrefabId_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_92, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_UnityEngine_RaycastHit_System_Int32_ *, Array_InternalArray__IEnumerable_GetEnumerator_93, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Single_SplineMesh_CurveSample_ *, Array_InternalArray__IEnumerable_GetEnumerator_94, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_95, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_96, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_Photon_Bolt_TypeId_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_97, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_UInt16_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_98, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_UInt16_Dissonance_PlayerChannel_ *, Array_InternalArray__IEnumerable_GetEnumerator_99, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_UInt16_Dissonance_RoomChannel_ *, Array_InternalArray__IEnumerable_GetEnumerator_100, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Boolean_ *, Array_InternalArray__IEnumerable_GetEnumerator_101, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ *, Array_InternalArray__IEnumerable_GetEnumerator_102, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Int32_ *, Array_InternalArray__IEnumerable_GetEnumerator_103, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_104, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_UInt32_SessionClient_ *, Array_InternalArray__IEnumerable_GetEnumerator_105, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_UInt64_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_106, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ *, Array_InternalArray__IEnumerable_GetEnumerator_107, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_UdpKit_UdpChannelName_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_108, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_UdpKit_UdpEndPoint_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_109, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_UdpKit_UdpEndPoint_System_UInt32_ *, Array_InternalArray__IEnumerable_GetEnumerator_110, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_Photon_Bolt_UniqueId_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_111, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_UnityEngine_Vector3_System_Int32_ *, Array_InternalArray__IEnumerable_GetEnumerator_112, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_UnityEngine_Vector3Int_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_113, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ *, Array_InternalArray__IEnumerable_GetEnumerator_114, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_115, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ *, Array_InternalArray__IEnumerable_GetEnumerator_116, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_117, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ *, Array_InternalArray__IEnumerable_GetEnumerator_118, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_119, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_120, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_121, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ *, Array_InternalArray__IEnumerable_GetEnumerator_122, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ *, Array_InternalArray__IEnumerable_GetEnumerator_123, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_124, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_125, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dictionary_2_TKey_TValue_Entry_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_126, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__3 *, Array_InternalArray__IEnumerable_GetEnumerator_127, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__4 *, Array_InternalArray__IEnumerable_GetEnumerator_128, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__5 *, Array_InternalArray__IEnumerable_GetEnumerator_129, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_ValueTuple_2_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_130, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_ValueTuple_2_System_Object__1 *, Array_InternalArray__IEnumerable_GetEnumerator_131, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Byte_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_132, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_ByteEnum_System_Int32_ *, Array_InternalArray__IEnumerable_GetEnumerator_133, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_ByteEnum_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_134, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_DateTime_System_UInt32_ *, Array_InternalArray__IEnumerable_GetEnumerator_135, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_136, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Guid_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_137, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Guid_System_UInt32_ *, Array_InternalArray__IEnumerable_GetEnumerator_138, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_UnityEngine_Hash128_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_139, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_Pathfinding_Int2_System_Int32_ *, Array_InternalArray__IEnumerable_GetEnumerator_140, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_Pathfinding_Int3_System_Int32_ *, Array_InternalArray__IEnumerable_GetEnumerator_141, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_142, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Int32_System_ValueTuple_2__3 *, Array_InternalArray__IEnumerable_GetEnumerator_143, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Int32_System_ValueTuple_2__2 *, Array_InternalArray__IEnumerable_GetEnumerator_144, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Int32_System_Boolean_ *, Array_InternalArray__IEnumerable_GetEnumerator_145, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Int32_System_ByteEnum_ *, Array_InternalArray__IEnumerable_GetEnumerator_146, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Int32_System_Char_ *, Array_InternalArray__IEnumerable_GetEnumerator_147, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ *, Array_InternalArray__IEnumerable_GetEnumerator_148, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Int32_System_Int16_ *, Array_InternalArray__IEnumerable_GetEnumerator_149, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Int32_Pathfinding_Int3_ *, Array_InternalArray__IEnumerable_GetEnumerator_150, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Int32_System_Int32_ *, Array_InternalArray__IEnumerable_GetEnumerator_151, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Int32_System_Int32Enum_ *, Array_InternalArray__IEnumerable_GetEnumerator_152, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Int32_System_Int64_ *, Array_InternalArray__IEnumerable_GetEnumerator_153, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Int32_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_154, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Int32_PlayerFlashlightBeam_ *, Array_InternalArray__IEnumerable_GetEnumerator_155, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ *, Array_InternalArray__IEnumerable_GetEnumerator_156, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Int32_System_Single_ *, Array_InternalArray__IEnumerable_GetEnumerator_157, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Int32_UnityEngine_UIElements_TreeItem_ *, Array_InternalArray__IEnumerable_GetEnumerator_158, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Int32_UnityEngine_Vector2Int_ *, Array_InternalArray__IEnumerable_GetEnumerator_159, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Int32_UnityEngine_Vector4_ *, Array_InternalArray__IEnumerable_GetEnumerator_160, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ *, Array_InternalArray__IEnumerable_GetEnumerator_161, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Int32Enum_System_Int32Enum_ *, Array_InternalArray__IEnumerable_GetEnumerator_162, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Int32Enum_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_163, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ *, Array_InternalArray__IEnumerable_GetEnumerator_164, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Int64_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_165, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_IntPtr_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_166, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ *, Array_InternalArray__IEnumerable_GetEnumerator_167, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_168, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ *, Array_InternalArray__IEnumerable_GetEnumerator_169, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_170, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_Photon_Bolt_NetworkId_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_171, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ *, Array_InternalArray__IEnumerable_GetEnumerator_172, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ *, Array_InternalArray__IEnumerable_GetEnumerator_173, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ *, Array_InternalArray__IEnumerable_GetEnumerator_174, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_System_Boolean_ *, Array_InternalArray__IEnumerable_GetEnumerator_175, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_Bounds_ *, Array_InternalArray__IEnumerable_GetEnumerator_176, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_System_Byte_ *, Array_InternalArray__IEnumerable_GetEnumerator_177, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_System_Char_ *, Array_InternalArray__IEnumerable_GetEnumerator_178, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_Color_ *, Array_InternalArray__IEnumerable_GetEnumerator_179, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_Color32_ *, Array_InternalArray__IEnumerable_GetEnumerator_180, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_System_Int32_ *, Array_InternalArray__IEnumerable_GetEnumerator_181, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_System_Int32Enum_ *, Array_InternalArray__IEnumerable_GetEnumerator_182, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_183, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ *, Array_InternalArray__IEnumerable_GetEnumerator_184, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ *, Array_InternalArray__IEnumerable_GetEnumerator_185, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_Playables_Playable_ *, Array_InternalArray__IEnumerable_GetEnumerator_186, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ *, Array_InternalArray__IEnumerable_GetEnumerator_187, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_System_Resources_ResourceLocator_ *, Array_InternalArray__IEnumerable_GetEnumerator_188, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_System_Single_ *, Array_InternalArray__IEnumerable_GetEnumerator_189, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ *, Array_InternalArray__IEnumerable_GetEnumerator_190, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_UIElements_TextureId_ *, Array_InternalArray__IEnumerable_GetEnumerator_191, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_System_TimeSpan_ *, Array_InternalArray__IEnumerable_GetEnumerator_192, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_UdpKit_UdpEndPoint_ *, Array_InternalArray__IEnumerable_GetEnumerator_193, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_Vector2_ *, Array_InternalArray__IEnumerable_GetEnumerator_194, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_Vector3_ *, Array_InternalArray__IEnumerable_GetEnumerator_195, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, Array_InternalArray__IEnumerable_GetEnumerator_196, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ *, Array_InternalArray__IEnumerable_GetEnumerator_197, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, Array_InternalArray__IEnumerable_GetEnumerator_198, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ *, Array_InternalArray__IEnumerable_GetEnumerator_199, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ *, Array_InternalArray__IEnumerable_GetEnumerator_200, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ *, Array_InternalArray__IEnumerable_GetEnumerator_201, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ *, Array_InternalArray__IEnumerable_GetEnumerator_202, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ *, Array_InternalArray__IEnumerable_GetEnumerator_203, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_Photon_Bolt_PrefabId_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_204, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_205, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_UnityEngine_RaycastHit_System_Int32_ *, Array_InternalArray__IEnumerable_GetEnumerator_206, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Single_SplineMesh_CurveSample_ *, Array_InternalArray__IEnumerable_GetEnumerator_207, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_208, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_209, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_Photon_Bolt_TypeId_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_210, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, Array_InternalArray__IEnumerable_GetEnumerator_211, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_UInt16_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_212, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_UInt16_Dissonance_PlayerChannel_ *, Array_InternalArray__IEnumerable_GetEnumerator_213, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_UInt16_Dissonance_RoomChannel_ *, Array_InternalArray__IEnumerable_GetEnumerator_214, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_UInt32_System_Boolean_ *, Array_InternalArray__IEnumerable_GetEnumerator_215, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ *, Array_InternalArray__IEnumerable_GetEnumerator_216, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_UInt32_System_Int32_ *, Array_InternalArray__IEnumerable_GetEnumerator_217, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_UInt32_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_218, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_UInt32_SessionClient_ *, Array_InternalArray__IEnumerable_GetEnumerator_219, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_UInt64_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_220, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ *, Array_InternalArray__IEnumerable_GetEnumerator_221, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_UdpKit_UdpChannelName_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_222, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_UdpKit_UdpEndPoint_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_223, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_UdpKit_UdpEndPoint_System_UInt32_ *, Array_InternalArray__IEnumerable_GetEnumerator_224, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_Photon_Bolt_UniqueId_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_225, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32_ *, Array_InternalArray__IEnumerable_GetEnumerator_226, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_UnityEngine_Vector3Int_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_227, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ *, Array_InternalArray__IEnumerable_GetEnumerator_228, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_229, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ *, Array_InternalArray__IEnumerable_GetEnumerator_230, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_231, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ *, Array_InternalArray__IEnumerable_GetEnumerator_232, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_233, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_234, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_235, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ *, Array_InternalArray__IEnumerable_GetEnumerator_236, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ *, Array_InternalArray__IEnumerable_GetEnumerator_237, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_238, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_239, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KeyValuePair_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_240, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Threading_ThreadLocal_1_LinkedSlotVolatile_ *, Array_InternalArray__IEnumerable_GetEnumerator_241, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Unity_Collections_NativeArray_1__1 *, Array_InternalArray__IEnumerable_GetEnumerator_242, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Unity_Collections_NativeArray_1_ *, Array_InternalArray__IEnumerable_GetEnumerator_243, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node_ *, Array_InternalArray__IEnumerable_GetEnumerator_244, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__1 *, Array_InternalArray__IEnumerable_GetEnumerator_245, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_ExitGames_Client_Photon_NonAllocDictionary_2_Node__2 *, Array_InternalArray__IEnumerable_GetEnumerator_246, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_1_Record_ *, Array_InternalArray__IEnumerable_GetEnumerator_247, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_248, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Photon_Bolt_Collections_STuple_2__1 *, Array_InternalArray__IEnumerable_GetEnumerator_249, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_HashSet_1_T_Slot_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ *, Array_InternalArray__IEnumerable_GetEnumerator_250, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_HashSet_1_T_Slot_System_Int32_ *, Array_InternalArray__IEnumerable_GetEnumerator_251, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Linq_Set_1_Slot_ *, Array_InternalArray__IEnumerable_GetEnumerator_252, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_HashSet_1_T_Slot_System_Int32Enum_ *, Array_InternalArray__IEnumerable_GetEnumerator_253, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_HashSet_1_T_Slot_UnityEngine_InputSystem_Utilities_InternedString_ *, Array_InternalArray__IEnumerable_GetEnumerator_254, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_HashSet_1_T_Slot_Photon_Bolt_NetworkId_ *, Array_InternalArray__IEnumerable_GetEnumerator_255, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_HashSet_1_T_Slot_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_256, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Linq_Set_1_Slot__1 *, Array_InternalArray__IEnumerable_GetEnumerator_257, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Collections_Concurrent_ConcurrentQueue_1_Segment_Slot_ *, Array_InternalArray__IEnumerable_GetEnumerator_258, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_HashSet_1_T_Slot_System_UInt32_ *, Array_InternalArray__IEnumerable_GetEnumerator_259, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_HashSet_1_T_Slot_System_UInt64_ *, Array_InternalArray__IEnumerable_GetEnumerator_260, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_HashSet_1_T_Slot_UdpKit_UdpEndPoint_ *, Array_InternalArray__IEnumerable_GetEnumerator_261, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_HashSet_1_T_Slot_UdpKit_UdpIPv4Address_ *, Array_InternalArray__IEnumerable_GetEnumerator_262, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_HashSet_1_T_Slot_UnityEngine_Vector3_ *, Array_InternalArray__IEnumerable_GetEnumerator_263, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_HashSet_1_T_Slot_UnityEngine_Vector3Int_ *, Array_InternalArray__IEnumerable_GetEnumerator_264, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData_ *, Array_InternalArray__IEnumerable_GetEnumerator_265, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__1 *, Array_InternalArray__IEnumerable_GetEnumerator_266, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__2 *, Array_InternalArray__IEnumerable_GetEnumerator_267, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__3 *, Array_InternalArray__IEnumerable_GetEnumerator_268, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__4 *, Array_InternalArray__IEnumerable_GetEnumerator_269, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__5 *, Array_InternalArray__IEnumerable_GetEnumerator_270, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__6 *, Array_InternalArray__IEnumerable_GetEnumerator_271, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__7 *, Array_InternalArray__IEnumerable_GetEnumerator_272, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__8 *, Array_InternalArray__IEnumerable_GetEnumerator_273, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__9 *, Array_InternalArray__IEnumerable_GetEnumerator_274, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__10 *, Array_InternalArray__IEnumerable_GetEnumerator_275, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_StyleData__11 *, Array_InternalArray__IEnumerable_GetEnumerator_276, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_TMPro_TMP_TextProcessingStack_1_ *, Array_InternalArray__IEnumerable_GetEnumerator_277, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_TMPro_TMP_TextProcessingStack_1__1 *, Array_InternalArray__IEnumerable_GetEnumerator_278, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_TMPro_TMP_TextProcessingStack_1__2 *, Array_InternalArray__IEnumerable_GetEnumerator_279, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_TMPro_TMP_TextProcessingStack_1__3 *, Array_InternalArray__IEnumerable_GetEnumerator_280, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_TMPro_TMP_TextProcessingStack_1__4 *, Array_InternalArray__IEnumerable_GetEnumerator_281, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_TMPro_TMP_TextProcessingStack_1__5 *, Array_InternalArray__IEnumerable_GetEnumerator_282, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_TMPro_TMP_TextProcessingStack_1__6 *, Array_InternalArray__IEnumerable_GetEnumerator_283, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_TMPro_TMP_TextProcessingStack_1__7 *, Array_InternalArray__IEnumerable_GetEnumerator_284, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData_ *, Array_InternalArray__IEnumerable_GetEnumerator_285, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__1 *, Array_InternalArray__IEnumerable_GetEnumerator_286, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__2 *, Array_InternalArray__IEnumerable_GetEnumerator_287, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__3 *, Array_InternalArray__IEnumerable_GetEnumerator_288, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__4 *, Array_InternalArray__IEnumerable_GetEnumerator_289, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__5 *, Array_InternalArray__IEnumerable_GetEnumerator_290, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__6 *, Array_InternalArray__IEnumerable_GetEnumerator_291, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__7 *, Array_InternalArray__IEnumerable_GetEnumerator_292, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__8 *, Array_InternalArray__IEnumerable_GetEnumerator_293, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__9 *, Array_InternalArray__IEnumerable_GetEnumerator_294, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__10 *, Array_InternalArray__IEnumerable_GetEnumerator_295, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values_1_TimingData__11 *, Array_InternalArray__IEnumerable_GetEnumerator_296, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_ValueTuple_1_ *, Array_InternalArray__IEnumerable_GetEnumerator_297, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_ValueTuple_2__15 *, Array_InternalArray__IEnumerable_GetEnumerator_298, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_ValueTuple_2__16 *, Array_InternalArray__IEnumerable_GetEnumerator_299, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_ValueTuple_2__17 *, Array_InternalArray__IEnumerable_GetEnumerator_300, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_ValueTuple_2__18 *, Array_InternalArray__IEnumerable_GetEnumerator_301, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_ValueTuple_2__11 *, Array_InternalArray__IEnumerable_GetEnumerator_302, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_ValueTuple_2__14 *, Array_InternalArray__IEnumerable_GetEnumerator_303, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_ValueTuple_2__12 *, Array_InternalArray__IEnumerable_GetEnumerator_304, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_ValueTuple_2__9 *, Array_InternalArray__IEnumerable_GetEnumerator_305, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_ValueTuple_2__10 *, Array_InternalArray__IEnumerable_GetEnumerator_306, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_ValueTuple_2__8 *, Array_InternalArray__IEnumerable_GetEnumerator_307, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_ValueTuple_3__1 *, Array_InternalArray__IEnumerable_GetEnumerator_308, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_AnimatorClipInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_309, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Pathfinding_AstarWorkItem_ *, Array_InternalArray__IEnumerable_GetEnumerator_310, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ *, Array_InternalArray__IEnumerable_GetEnumerator_311, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Rewired_AxisCalibrationData_ *, Array_InternalArray__IEnumerable_GetEnumerator_312, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_Background_ *, Array_InternalArray__IEnumerable_GetEnumerator_313, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Rendering_BatchVisibility_ *, Array_InternalArray__IEnumerable_GetEnumerator_314, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, Array_InternalArray__IEnumerable_GetEnumerator_315, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ *, Array_InternalArray__IEnumerable_GetEnumerator_316, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_BoneWeight_ *, Array_InternalArray__IEnumerable_GetEnumerator_317, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_BoneWeight1_ *, Array_InternalArray__IEnumerable_GetEnumerator_318, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Boolean_ *, Array_InternalArray__IEnumerable_GetEnumerator_319, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_XR_ARSubsystems_BoundedPlane_ *, Array_InternalArray__IEnumerable_GetEnumerator_320, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_BoundingSphere_ *, Array_InternalArray__IEnumerable_GetEnumerator_321, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Bounds_ *, Array_InternalArray__IEnumerable_GetEnumerator_322, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Byte_ *, Array_InternalArray__IEnumerable_GetEnumerator_323, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_ByteEnum_ *, Array_InternalArray__IEnumerable_GetEnumerator_324, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Threading_CancellationToken_ *, Array_InternalArray__IEnumerable_GetEnumerator_325, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Threading_CancellationTokenRegistration_ *, Array_InternalArray__IEnumerable_GetEnumerator_326, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Char_ *, Array_InternalArray__IEnumerable_GetEnumerator_327, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dissonance_Networking_ClientInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_328, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_ClothSkinningCoefficient_ *, Array_InternalArray__IEnumerable_GetEnumerator_329, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_ClothSphereColliderPair_ *, Array_InternalArray__IEnumerable_GetEnumerator_330, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Color_ *, Array_InternalArray__IEnumerable_GetEnumerator_331, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Color32_ *, Array_InternalArray__IEnumerable_GetEnumerator_332, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UI_ColorBlock_ *, Array_InternalArray__IEnumerable_GetEnumerator_333, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_CombineInstance_ *, Array_InternalArray__IEnumerable_GetEnumerator_334, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Pathfinding_Voxels_CompactVoxelCell_ *, Array_InternalArray__IEnumerable_GetEnumerator_335, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Pathfinding_Voxels_CompactVoxelSpan_ *, Array_InternalArray__IEnumerable_GetEnumerator_336, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_ComputedStyle_ *, Array_InternalArray__IEnumerable_GetEnumerator_337, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_ComputedTransitionProperty_ *, Array_InternalArray__IEnumerable_GetEnumerator_338, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_XR_ARSubsystems_ConfigurationDescriptor_ *, Array_InternalArray__IEnumerable_GetEnumerator_339, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Pathfinding_Connection__1 *, Array_InternalArray__IEnumerable_GetEnumerator_340, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_ContactPoint_ *, Array_InternalArray__IEnumerable_GetEnumerator_341, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_ContactPoint2D_ *, Array_InternalArray__IEnumerable_GetEnumerator_342, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Rewired_ControllerPollingInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_343, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Rewired_ControllerTemplateElementTarget_ *, Array_InternalArray__IEnumerable_GetEnumerator_344, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_SplineMesh_CurveSample_ *, Array_InternalArray__IEnumerable_GetEnumerator_345, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Reflection_CustomAttributeNamedArgument_ *, Array_InternalArray__IEnumerable_GetEnumerator_346, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Reflection_CustomAttributeTypedArgument_ *, Array_InternalArray__IEnumerable_GetEnumerator_347, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_DateTime_ *, Array_InternalArray__IEnumerable_GetEnumerator_348, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_DateTimeOffset_ *, Array_InternalArray__IEnumerable_GetEnumerator_349, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Decimal_ *, Array_InternalArray__IEnumerable_GetEnumerator_350, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_DetailInstanceTransform_ *, Array_InternalArray__IEnumerable_GetEnumerator_351, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ *, Array_InternalArray__IEnumerable_GetEnumerator_352, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Collections_DictionaryEntry_ *, Array_InternalArray__IEnumerable_GetEnumerator_353, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StyleSheets_Dimension_ *, Array_InternalArray__IEnumerable_GetEnumerator_354, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Double_ *, Array_InternalArray__IEnumerable_GetEnumerator_355, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_UIR_DrawBufferRange_ *, Array_InternalArray__IEnumerable_GetEnumerator_356, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_EasingFunction_ *, Array_InternalArray__IEnumerable_GetEnumerator_357, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Rewired_ElementAssignmentConflictInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_358, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Discord_Entitlement_ *, Array_InternalArray__IEnumerable_GetEnumerator_359, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Runtime_CompilerServices_Ephemeron_ *, Array_InternalArray__IEnumerable_GetEnumerator_360, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Photon_Bolt_EventReliable_ *, Array_InternalArray__IEnumerable_GetEnumerator_361, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Photon_Bolt_EventUnreliable_ *, Array_InternalArray__IEnumerable_GetEnumerator_362, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Runtime_InteropServices_ComTypes_FORMATETC_ *, Array_InternalArray__IEnumerable_GetEnumerator_363, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Discord_FileStat_ *, Array_InternalArray__IEnumerable_GetEnumerator_364, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_FontDefinition_ *, Array_InternalArray__IEnumerable_GetEnumerator_365, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_TextCore_Text_FontWeightPair_ *, Array_InternalArray__IEnumerable_GetEnumerator_366, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dissonance_Audio_Playback_FrameFormat_ *, Array_InternalArray__IEnumerable_GetEnumerator_367, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Runtime_InteropServices_GCHandle_ *, Array_InternalArray__IEnumerable_GetEnumerator_368, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ *, Array_InternalArray__IEnumerable_GetEnumerator_369, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Rendering_GlobalKeyword_ *, Array_InternalArray__IEnumerable_GetEnumerator_370, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphMarshallingStruct_ *, Array_InternalArray__IEnumerable_GetEnumerator_371, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ *, Array_InternalArray__IEnumerable_GetEnumerator_372, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_TextCore_GlyphRect_ *, Array_InternalArray__IEnumerable_GetEnumerator_373, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_GradientAlphaKey_ *, Array_InternalArray__IEnumerable_GetEnumerator_374, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_GradientColorKey_ *, Array_InternalArray__IEnumerable_GetEnumerator_375, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_GradientSettings_ *, Array_InternalArray__IEnumerable_GetEnumerator_376, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Guid_ *, Array_InternalArray__IEnumerable_GetEnumerator_377, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Microsoft_MixedReality_OpenXR_HandJointLocation_ *, Array_InternalArray__IEnumerable_GetEnumerator_378, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Hash128_ *, Array_InternalArray__IEnumerable_GetEnumerator_379, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Net_HeaderVariantInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_380, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_TMPro_HighlightState_ *, Array_InternalArray__IEnumerable_GetEnumerator_381, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_HumanBone_ *, Array_InternalArray__IEnumerable_GetEnumerator_382, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ImpactEffect_ *, Array_InternalArray__IEnumerable_GetEnumerator_383, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Rewired_InputActionSourceData_ *, Array_InternalArray__IEnumerable_GetEnumerator_384, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_InputBinding_ *, Array_InternalArray__IEnumerable_GetEnumerator_385, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_InputControlScheme_ *, Array_InternalArray__IEnumerable_GetEnumerator_386, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_XR_InputDevice_ *, Array_InternalArray__IEnumerable_GetEnumerator_387, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ *, Array_InternalArray__IEnumerable_GetEnumerator_388, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ *, Array_InternalArray__IEnumerable_GetEnumerator_389, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_Users_InputUser_ *, Array_InternalArray__IEnumerable_GetEnumerator_390, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Int16_ *, Array_InternalArray__IEnumerable_GetEnumerator_391, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Pathfinding_Int2_ *, Array_InternalArray__IEnumerable_GetEnumerator_392, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Pathfinding_Int3_ *, Array_InternalArray__IEnumerable_GetEnumerator_393, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Int32_ *, Array_InternalArray__IEnumerable_GetEnumerator_394, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Int32Enum_ *, Array_InternalArray__IEnumerable_GetEnumerator_395, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Int64_ *, Array_InternalArray__IEnumerable_GetEnumerator_396, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Pathfinding_ClipperLib_IntPoint_ *, Array_InternalArray__IEnumerable_GetEnumerator_397, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_IntPtr_ *, Array_InternalArray__IEnumerable_GetEnumerator_398, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Pathfinding_IntRect_ *, Array_InternalArray__IEnumerable_GetEnumerator_399, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Globalization_InternalCodePageDataItem_ *, Array_InternalArray__IEnumerable_GetEnumerator_400, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Globalization_InternalEncodingDataItem_ *, Array_InternalArray__IEnumerable_GetEnumerator_401, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Array_InternalArray__IEnumerable_GetEnumerator_402, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_403, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Timeline_IntervalTreeNode_ *, Array_InternalArray__IEnumerable_GetEnumerator_404, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_ *, Array_InternalArray__IEnumerable_GetEnumerator_405, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ *, Array_InternalArray__IEnumerable_GetEnumerator_406, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Keyframe_ *, Array_InternalArray__IEnumerable_GetEnumerator_407, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_KickedPlayer_ *, Array_InternalArray__IEnumerable_GetEnumerator_408, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_LOD_ *, Array_InternalArray__IEnumerable_GetEnumerator_409, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_LayerMask_ *, Array_InternalArray__IEnumerable_GetEnumerator_410, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_Length_ *, Array_InternalArray__IEnumerable_GetEnumerator_411, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_ *, Array_InternalArray__IEnumerable_GetEnumerator_412, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_TextCore_Text_LineInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_413, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_TextCore_Text_LinkInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_414, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Linq_Expressions_Interpreter_LocalDefinition_ *, Array_InternalArray__IEnumerable_GetEnumerator_415, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Rendering_LocalKeyword_ *, Array_InternalArray__IEnumerable_GetEnumerator_416, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_ManipulatorActivationFilter_ *, Array_InternalArray__IEnumerable_GetEnumerator_417, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_TMPro_MaterialReference_ *, Array_InternalArray__IEnumerable_GetEnumerator_418, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_TextCore_Text_MaterialReference_ *, Array_InternalArray__IEnumerable_GetEnumerator_419, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Matrix4x4_ *, Array_InternalArray__IEnumerable_GetEnumerator_420, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_TextCore_Text_MeshInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_421, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxFloat_ *, Array_InternalArray__IEnumerable_GetEnumerator_422, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Opsive_UltimateCharacterController_Utility_MinMaxVector3_ *, Array_InternalArray__IEnumerable_GetEnumerator_423, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_ModifiableContactPair_ *, Array_InternalArray__IEnumerable_GetEnumerator_424, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ *, Array_InternalArray__IEnumerable_GetEnumerator_425, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_Utilities_NamedValue_ *, Array_InternalArray__IEnumerable_GetEnumerator_426, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ *, Array_InternalArray__IEnumerable_GetEnumerator_427, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Microsoft_MixedReality_OpenXR_NativePlane_ *, Array_InternalArray__IEnumerable_GetEnumerator_428, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UI_Navigation_ *, Array_InternalArray__IEnumerable_GetEnumerator_429, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Photon_Bolt_NetworkId_ *, Array_InternalArray__IEnumerable_GetEnumerator_430, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Photon_Bolt_NetworkPropertyInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_431, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Photon_Bolt_NetworkValue_ *, Array_InternalArray__IEnumerable_GetEnumerator_432, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Object_ *, Array_InternalArray__IEnumerable_GetEnumerator_433, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ *, Array_InternalArray__IEnumerable_GetEnumerator_434, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ *, Array_InternalArray__IEnumerable_GetEnumerator_435, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dissonance_Networking_Client_OpenChannel_ *, Array_InternalArray__IEnumerable_GetEnumerator_436, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ *, Array_InternalArray__IEnumerable_GetEnumerator_437, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Photon_Bolt_Internal_PacketStats_ *, Array_InternalArray__IEnumerable_GetEnumerator_438, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_TextCore_Text_PageInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_439, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Reflection_ParameterModifier_ *, Array_InternalArray__IEnumerable_GetEnumerator_440, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_ParticleCollisionEvent_ *, Array_InternalArray__IEnumerable_GetEnumerator_441, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_PatchExtents_ *, Array_InternalArray__IEnumerable_GetEnumerator_442, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Rewired_PidVid_ *, Array_InternalArray__IEnumerable_GetEnumerator_443, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Plane_ *, Array_InternalArray__IEnumerable_GetEnumerator_444, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Playables_Playable_ *, Array_InternalArray__IEnumerable_GetEnumerator_445, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Playables_PlayableBinding_ *, Array_InternalArray__IEnumerable_GetEnumerator_446, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dissonance_PlayerChannel_ *, Array_InternalArray__IEnumerable_GetEnumerator_447, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_PlayerFlashlightBeam_ *, Array_InternalArray__IEnumerable_GetEnumerator_448, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_LowLevel_PlayerLoopSystem_ *, Array_InternalArray__IEnumerable_GetEnumerator_449, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_UI_PointerModel_ *, Array_InternalArray__IEnumerable_GetEnumerator_450, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Photon_Bolt_PrefabId_ *, Array_InternalArray__IEnumerable_GetEnumerator_451, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Photon_Bolt_Priority_ *, Array_InternalArray__IEnumerable_GetEnumerator_452, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ *, Array_InternalArray__IEnumerable_GetEnumerator_453, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Pathfinding_Progress_ *, Array_InternalArray__IEnumerable_GetEnumerator_454, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Steamworks_PublishedFileId_t_ *, Array_InternalArray__IEnumerable_GetEnumerator_455, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_QeeoSydAJKtvhuMHtIdMCGTRHBDhA_ *, Array_InternalArray__IEnumerable_GetEnumerator_456, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Quaternion_ *, Array_InternalArray__IEnumerable_GetEnumerator_457, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Xml_Schema_RangePositionInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_458, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_RaycastHit_ *, Array_InternalArray__IEnumerable_GetEnumerator_459, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_RaycastHit2D_ *, Array_InternalArray__IEnumerable_GetEnumerator_460, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_EventSystems_RaycastResult_ *, Array_InternalArray__IEnumerable_GetEnumerator_461, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Rect_ *, Array_InternalArray__IEnumerable_GetEnumerator_462, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_463, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dissonance_RemoteChannel_ *, Array_InternalArray__IEnumerable_GetEnumerator_464, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ *, Array_InternalArray__IEnumerable_GetEnumerator_465, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_RenderInstancedDataLayout_ *, Array_InternalArray__IEnumerable_GetEnumerator_466, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Rendering_RenderTargetIdentifier_ *, Array_InternalArray__IEnumerable_GetEnumerator_467, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Rendering_RendererUtils_RendererList_ *, Array_InternalArray__IEnumerable_GetEnumerator_468, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ *, Array_InternalArray__IEnumerable_GetEnumerator_469, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListResource_ *, Array_InternalArray__IEnumerable_GetEnumerator_470, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Resolution_ *, Array_InternalArray__IEnumerable_GetEnumerator_471, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ *, Array_InternalArray__IEnumerable_GetEnumerator_472, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Resources_ResourceLocator_ *, Array_InternalArray__IEnumerable_GetEnumerator_473, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_TMPro_RichTextTagAttribute_ *, Array_InternalArray__IEnumerable_GetEnumerator_474, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_TextCore_Text_RichTextTagAttribute_ *, Array_InternalArray__IEnumerable_GetEnumerator_475, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dissonance_RoomChannel_ *, Array_InternalArray__IEnumerable_GetEnumerator_476, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dissonance_RoomMembership_ *, Array_InternalArray__IEnumerable_GetEnumerator_477, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dissonance_RoomName_ *, Array_InternalArray__IEnumerable_GetEnumerator_478, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_Rotate_ *, Array_InternalArray__IEnumerable_GetEnumerator_479, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_RuleMatcher_ *, Array_InternalArray__IEnumerable_GetEnumerator_480, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Linq_Expressions_Interpreter_RuntimeLabel_ *, Array_InternalArray__IEnumerable_GetEnumerator_481, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_SByte_ *, Array_InternalArray__IEnumerable_GetEnumerator_482, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_SByteEnum_ *, Array_InternalArray__IEnumerable_GetEnumerator_483, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Runtime_InteropServices_ComTypes_STATDATA_ *, Array_InternalArray__IEnumerable_GetEnumerator_484, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StyleSheets_ScalableImage_ *, Array_InternalArray__IEnumerable_GetEnumerator_485, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_Scale_ *, Array_InternalArray__IEnumerable_GetEnumerator_486, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ *, Array_InternalArray__IEnumerable_GetEnumerator_487, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Windows_Speech_SemanticMeaning_ *, Array_InternalArray__IEnumerable_GetEnumerator_488, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_ResourceManagement_Util_SerializedType_ *, Array_InternalArray__IEnumerable_GetEnumerator_489, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_SessionClient_ *, Array_InternalArray__IEnumerable_GetEnumerator_490, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Rendering_ShaderKeyword_ *, Array_InternalArray__IEnumerable_GetEnumerator_491, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Rendering_ShaderTagId_ *, Array_InternalArray__IEnumerable_GetEnumerator_492, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Rendering_ShaderVariablesProbeVolumes_ *, Array_InternalArray__IEnumerable_GetEnumerator_493, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Single_ *, Array_InternalArray__IEnumerable_GetEnumerator_494, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_SkeletonBone_ *, Array_InternalArray__IEnumerable_GetEnumerator_495, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Discord_Sku_ *, Array_InternalArray__IEnumerable_GetEnumerator_496, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dissonance_Audio_Playback_SpeechSession_ *, Array_InternalArray__IEnumerable_GetEnumerator_497, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Rendering_SphericalHarmonicsL2_ *, Array_InternalArray__IEnumerable_GetEnumerator_498, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UI_SpriteState_ *, Array_InternalArray__IEnumerable_GetEnumerator_499, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Net_Security_SslApplicationProtocol_ *, Array_InternalArray__IEnumerable_GetEnumerator_500, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Steamworks_SteamItemDef_t_ *, Array_InternalArray__IEnumerable_GetEnumerator_501, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Steamworks_SteamItemDetails_t_ *, Array_InternalArray__IEnumerable_GetEnumerator_502, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyName_ *, Array_InternalArray__IEnumerable_GetEnumerator_503, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ *, Array_InternalArray__IEnumerable_GetEnumerator_504, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StyleSelectorPart_ *, Array_InternalArray__IEnumerable_GetEnumerator_505, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ *, Array_InternalArray__IEnumerable_GetEnumerator_506, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValue_ *, Array_InternalArray__IEnumerable_GetEnumerator_507, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StyleValueHandle_ *, Array_InternalArray__IEnumerable_GetEnumerator_508, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ *, Array_InternalArray__IEnumerable_GetEnumerator_509, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StyleVariable_ *, Array_InternalArray__IEnumerable_GetEnumerator_510, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Rendering_SubMeshDescriptor_ *, Array_InternalArray__IEnumerable_GetEnumerator_511, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_Utilities_Substring_ *, Array_InternalArray__IEnumerable_GetEnumerator_512, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_TMPro_TMP_CharacterInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_513, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_TMPro_TMP_FontWeightPair_ *, Array_InternalArray__IEnumerable_GetEnumerator_514, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_TMPro_TMP_LineInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_515, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_TMPro_TMP_LinkInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_516, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_TMPro_TMP_MeshInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_517, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_TMPro_TMP_PageInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_518, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_TMPro_TMP_WordInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_519, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_TerrainUtils_TerrainTileCoord_ *, Array_InternalArray__IEnumerable_GetEnumerator_520, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_TextCore_Text_TextElementInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_521, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_TextShadow_ *, Array_InternalArray__IEnumerable_GetEnumerator_522, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_TextVertex_ *, Array_InternalArray__IEnumerable_GetEnumerator_523, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_TextureHandle_ *, Array_InternalArray__IEnumerable_GetEnumerator_524, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_TextureId_ *, Array_InternalArray__IEnumerable_GetEnumerator_525, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Tilemaps_TileData_ *, Array_InternalArray__IEnumerable_GetEnumerator_526, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_TimeSpan_ *, Array_InternalArray__IEnumerable_GetEnumerator_527, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_TimeValue_ *, Array_InternalArray__IEnumerable_GetEnumerator_528, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Touch_ *, Array_InternalArray__IEnumerable_GetEnumerator_529, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_EnhancedTouch_Touch_ *, Array_InternalArray__IEnumerable_GetEnumerator_530, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_XR_ARSubsystems_TrackableId_ *, Array_InternalArray__IEnumerable_GetEnumerator_531, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_UIR_Transform3x4_ *, Array_InternalArray__IEnumerable_GetEnumerator_532, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_TransformOrigin_ *, Array_InternalArray__IEnumerable_GetEnumerator_533, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_Translate_ *, Array_InternalArray__IEnumerable_GetEnumerator_534, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_TreeInstance_ *, Array_InternalArray__IEnumerable_GetEnumerator_535, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_TreeItem_ *, Array_InternalArray__IEnumerable_GetEnumerator_536, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_TreeViewItemWrapper_ *, Array_InternalArray__IEnumerable_GetEnumerator_537, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Photon_Bolt_TypeId_ *, Array_InternalArray__IEnumerable_GetEnumerator_538, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Rewired_Utils_Classes_Data_TypeWrapper_ *, Array_InternalArray__IEnumerable_GetEnumerator_539, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UICharInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_540, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UILineInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_541, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIVertex_ *, Array_InternalArray__IEnumerable_GetEnumerator_542, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_UInt16_ *, Array_InternalArray__IEnumerable_GetEnumerator_543, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_UInt16Enum_ *, Array_InternalArray__IEnumerable_GetEnumerator_544, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_UInt32_ *, Array_InternalArray__IEnumerable_GetEnumerator_545, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_UInt32Enum_ *, Array_InternalArray__IEnumerable_GetEnumerator_546, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_UInt64_ *, Array_InternalArray__IEnumerable_GetEnumerator_547, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ *, Array_InternalArray__IEnumerable_GetEnumerator_548, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UdpKit_UdpChannelName_ *, Array_InternalArray__IEnumerable_GetEnumerator_549, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UdpKit_UdpEndPoint_ *, Array_InternalArray__IEnumerable_GetEnumerator_550, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UdpKit_UdpEvent_ *, Array_InternalArray__IEnumerable_GetEnumerator_551, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UdpKit_UdpIPv4Address_ *, Array_InternalArray__IEnumerable_GetEnumerator_552, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UdpKit_UdpPipeHandle_ *, Array_InternalArray__IEnumerable_GetEnumerator_553, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Photon_Bolt_UniqueId_ *, Array_InternalArray__IEnumerable_GetEnumerator_554, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_XR_UsageHint_ *, Array_InternalArray__IEnumerable_GetEnumerator_555, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Discord_User_ *, Array_InternalArray__IEnumerable_GetEnumerator_556, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ *, Array_InternalArray__IEnumerable_GetEnumerator_557, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Vector2_ *, Array_InternalArray__IEnumerable_GetEnumerator_558, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Vector2Int_ *, Array_InternalArray__IEnumerable_GetEnumerator_559, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Vector3_ *, Array_InternalArray__IEnumerable_GetEnumerator_560, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Vector3Int_ *, Array_InternalArray__IEnumerable_GetEnumerator_561, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UI_Extensions_Vector3_Array2D_ *, Array_InternalArray__IEnumerable_GetEnumerator_562, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Vector4_ *, Array_InternalArray__IEnumerable_GetEnumerator_563, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_VectorImageVertex_ *, Array_InternalArray__IEnumerable_GetEnumerator_564, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_Vertex_ *, Array_InternalArray__IEnumerable_GetEnumerator_565, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Rendering_VertexAttributeDescriptor_ *, Array_InternalArray__IEnumerable_GetEnumerator_566, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ *, Array_InternalArray__IEnumerable_GetEnumerator_567, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dissonance_Networking_VoicePacket_ *, Array_InternalArray__IEnumerable_GetEnumerator_568, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Pathfinding_Voxels_VoxelCell_ *, Array_InternalArray__IEnumerable_GetEnumerator_569, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Pathfinding_Voxels_VoxelContour_ *, Array_InternalArray__IEnumerable_GetEnumerator_570, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ *, Array_InternalArray__IEnumerable_GetEnumerator_571, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ *, Array_InternalArray__IEnumerable_GetEnumerator_572, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Net_NetworkInformation_Win32_IP_ADDR_STRING_ *, Array_InternalArray__IEnumerable_GetEnumerator_573, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_TextCore_Text_WordInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_574, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_TMPro_WordWrapState_ *, Array_InternalArray__IEnumerable_GetEnumerator_575, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ *, Array_InternalArray__IEnumerable_GetEnumerator_576, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_MS_Internal_Xml_Cache_XPathNode_ *, Array_InternalArray__IEnumerable_GetEnumerator_577, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_MS_Internal_Xml_Cache_XPathNodeRef_ *, Array_InternalArray__IEnumerable_GetEnumerator_578, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_XR_ARSubsystems_XRAnchor_ *, Array_InternalArray__IEnumerable_GetEnumerator_579, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ *, Array_InternalArray__IEnumerable_GetEnumerator_580, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_XR_XRNodeState_ *, Array_InternalArray__IEnumerable_GetEnumerator_581, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_XR_ARSubsystems_XRRaycast_ *, Array_InternalArray__IEnumerable_GetEnumerator_582, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_TextCore_Text_XmlTagAttribute_ *, Array_InternalArray__IEnumerable_GetEnumerator_583, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_aOHEnKCFymegycPegEXPFUjlaUPpA_ *, Array_InternalArray__IEnumerable_GetEnumerator_584, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_aQHgSHeigtcamfIWbNaiXaCiVwuq_ *, Array_InternalArray__IEnumerable_GetEnumerator_585, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_jvalue_ *, Array_InternalArray__IEnumerable_GetEnumerator_586, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_tSPvxZUJjzaTiAEejeAOLKctGpmKA_ *, Array_InternalArray__IEnumerable_GetEnumerator_587, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_yUgrsNEvLzxrXGzkHTUPIBJYGDah_ *, Array_InternalArray__IEnumerable_GetEnumerator_588, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_AIObjectPool_PreloadedPrefab_ *, Array_InternalArray__IEnumerable_GetEnumerator_589, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Pathfinding_AdvancedSmooth_Turn_ *, Array_InternalArray__IEnumerable_GetEnumerator_590, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Pathfinding_RVO_Sampled_Agent_VO_ *, Array_InternalArray__IEnumerable_GetEnumerator_591, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_592, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Pathfinding_AstarDebugger_GraphPoint_ *, Array_InternalArray__IEnumerable_GetEnumerator_593, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Pathfinding_AstarDebugger_PathTypeDebug_ *, Array_InternalArray__IEnumerable_GetEnumerator_594, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Rendering_AtlasAllocatorDynamic_AtlasNode_ *, Array_InternalArray__IEnumerable_GetEnumerator_595, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_ComponentModel_AttributeCollection_AttributeEntry_ *, Array_InternalArray__IEnumerable_GetEnumerator_596, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Pathfinding_BBTree_BBTreeBox_ *, Array_InternalArray__IEnumerable_GetEnumerator_597, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StyleSheets_BaseStyleMatcher_MatchContext_ *, Array_InternalArray__IEnumerable_GetEnumerator_598, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_BeforeRenderHelper_OrderBlock_ *, Array_InternalArray__IEnumerable_GetEnumerator_599, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Pathfinding_BinaryHeap_Tuple_ *, Array_InternalArray__IEnumerable_GetEnumerator_600, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ *, Array_InternalArray__IEnumerable_GetEnumerator_601, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Rendering_PostProcessing_BloomRenderer_Level_ *, Array_InternalArray__IEnumerable_GetEnumerator_602, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Photon_Bolt_Utils_BoltConsole_Line_ *, Array_InternalArray__IEnumerable_GetEnumerator_603, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Photon_Bolt_Tokens_BoltProtocolTokenRegistry_TokenRegistry_ *, Array_InternalArray__IEnumerable_GetEnumerator_604, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Globalization_CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap_ *, Array_InternalArray__IEnumerable_GetEnumerator_605, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Camera_RenderRequest_ *, Array_InternalArray__IEnumerable_GetEnumerator_606, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Cinemachine_CameraState_CustomBlendable_ *, Array_InternalArray__IEnumerable_GetEnumerator_607, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_Foot_ *, Array_InternalArray__IEnumerable_GetEnumerator_608, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Cinemachine_CinemachineBlendListCamera_Instruction_ *, Array_InternalArray__IEnumerable_GetEnumerator_609, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Cinemachine_CinemachineBlenderSettings_CustomBlend_ *, Array_InternalArray__IEnumerable_GetEnumerator_610, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Cinemachine_CinemachineClearShot_Pair_ *, Array_InternalArray__IEnumerable_GetEnumerator_611, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Cinemachine_CinemachineFreeLook_Orbit_ *, Array_InternalArray__IEnumerable_GetEnumerator_612, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Cinemachine_CinemachinePath_Waypoint_ *, Array_InternalArray__IEnumerable_GetEnumerator_613, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Cinemachine_CinemachineSmoothPath_Waypoint_ *, Array_InternalArray__IEnumerable_GetEnumerator_614, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ *, Array_InternalArray__IEnumerable_GetEnumerator_615, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_Instruction_ *, Array_InternalArray__IEnumerable_GetEnumerator_616, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Cinemachine_CinemachineStateDrivenCamera_ParentHash_ *, Array_InternalArray__IEnumerable_GetEnumerator_617, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Cinemachine_CinemachineTargetGroup_Target_ *, Array_InternalArray__IEnumerable_GetEnumerator_618, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Cinemachine_ClipperLib_DoublePoint_ *, Array_InternalArray__IEnumerable_GetEnumerator_619, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Cinemachine_ClipperLib_IntPoint_ *, Array_InternalArray__IEnumerable_GetEnumerator_620, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Mono_Globalization_Unicode_CodePointIndexer_TableRange_ *, Array_InternalArray__IEnumerable_GetEnumerator_621, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Opsive_UltimateCharacterController_Character_Abilities_Starters_ComboTimeout_ComboInputElement_ *, Array_InternalArray__IEnumerable_GetEnumerator_622, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Cinemachine_ConfinerOven_PolygonSolution_ *, Array_InternalArray__IEnumerable_GetEnumerator_623, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData_Bucket_ *, Array_InternalArray__IEnumerable_GetEnumerator_624, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Net_ContextFlagsAdapterPal_ContextFlagMapping_ *, Array_InternalArray__IEnumerable_GetEnumerator_625, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Net_CookieTokenizer_RecognizedAttribute_ *, Array_InternalArray__IEnumerable_GetEnumerator_626, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ *, Array_InternalArray__IEnumerable_GetEnumerator_627, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Opsive_UltimateCharacterController_UI_DamageIndicatorMonitor_DamageIndicator_ *, Array_InternalArray__IEnumerable_GetEnumerator_628, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_629, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Rendering_DynamicResolutionHandler_ScalerContainer_ *, Array_InternalArray__IEnumerable_GetEnumerator_630, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ *, Array_InternalArray__IEnumerable_GetEnumerator_631, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Photon_Bolt_EventDispatcher_EventListener_ *, Array_InternalArray__IEnumerable_GetEnumerator_632, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_EventDispatcher_DispatchContext_ *, Array_InternalArray__IEnumerable_GetEnumerator_633, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ *, Array_InternalArray__IEnumerable_GetEnumerator_634, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ *, Array_InternalArray__IEnumerable_GetEnumerator_635, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Photon_Bolt_EventReliableRecvBuffer_Node_ *, Array_InternalArray__IEnumerable_GetEnumerator_636, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Photon_Bolt_EventReliableSendBuffer_Node_ *, Array_InternalArray__IEnumerable_GetEnumerator_637, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_FocusController_FocusedElement_ *, Array_InternalArray__IEnumerable_GetEnumerator_638, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Pathfinding_Funnel_PathPart_ *, Array_InternalArray__IEnumerable_GetEnumerator_639, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ *, Array_InternalArray__IEnumerable_GetEnumerator_640, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ *, Array_InternalArray__IEnumerable_GetEnumerator_641, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ *, Array_InternalArray__IEnumerable_GetEnumerator_642, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ *, Array_InternalArray__IEnumerable_GetEnumerator_643, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ *, Array_InternalArray__IEnumerable_GetEnumerator_644, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ *, Array_InternalArray__IEnumerable_GetEnumerator_645, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Rewired_HID_HIDTouchpad_TouchData_ *, Array_InternalArray__IEnumerable_GetEnumerator_646, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Array_InternalArray__IEnumerable_GetEnumerator_647, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_DualSphereCollider_ *, Array_InternalArray__IEnumerable_GetEnumerator_648, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorAdvancedFurBase_SkinData_ *, Array_InternalArray__IEnumerable_GetEnumerator_649, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ *, Array_InternalArray__IEnumerable_GetEnumerator_650, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_SkinData_ *, Array_InternalArray__IEnumerable_GetEnumerator_651, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq16_ *, Array_InternalArray__IEnumerable_GetEnumerator_652, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq256_ *, Array_InternalArray__IEnumerable_GetEnumerator_653, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq32_ *, Array_InternalArray__IEnumerable_GetEnumerator_654, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Rendering_Hammersley_Hammersley2dSeq64_ *, Array_InternalArray__IEnumerable_GetEnumerator_655, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Collections_Hashtable_bucket_ *, Array_InternalArray__IEnumerable_GetEnumerator_656, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Cinemachine_Utility_HeadingTracker_Item_ *, Array_InternalArray__IEnumerable_GetEnumerator_657, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Opsive_UltimateCharacterController_UI_HealthFlashMonitor_Flash_ *, Array_InternalArray__IEnumerable_GetEnumerator_658, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Globalization_HebrewNumber_HebrewValue_ *, Array_InternalArray__IEnumerable_GetEnumerator_659, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingJson_ *, Array_InternalArray__IEnumerable_GetEnumerator_660, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ *, Array_InternalArray__IEnumerable_GetEnumerator_661, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadActionJson_ *, Array_InternalArray__IEnumerable_GetEnumerator_662, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_InputActionMap_ReadMapJson_ *, Array_InternalArray__IEnumerable_GetEnumerator_663, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteActionJson_ *, Array_InternalArray__IEnumerable_GetEnumerator_664, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_InputActionMap_WriteMapJson_ *, Array_InternalArray__IEnumerable_GetEnumerator_665, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_Parameter_ *, Array_InternalArray__IEnumerable_GetEnumerator_666, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_InputActionRebindingExtensions_ParameterOverride_ *, Array_InternalArray__IEnumerable_GetEnumerator_667, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_Utilities_InputActionTrace_ActionEventPtr_ *, Array_InternalArray__IEnumerable_GetEnumerator_668, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_InputBindingCompositeContext_PartBinding_ *, Array_InternalArray__IEnumerable_GetEnumerator_669, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, Array_InternalArray__IEnumerable_GetEnumerator_670, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_InputControlPath_ParsedPathComponent_ *, Array_InternalArray__IEnumerable_GetEnumerator_671, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ *, Array_InternalArray__IEnumerable_GetEnumerator_672, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_ *, Array_InternalArray__IEnumerable_GetEnumerator_673, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_InputDevice_ControlBitRangeNode_ *, Array_InternalArray__IEnumerable_GetEnumerator_674, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_LowLevel_InputEventTrace_DeviceInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_675, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_InputManager_AvailableDevice_ *, Array_InternalArray__IEnumerable_GetEnumerator_676, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorListener_ *, Array_InternalArray__IEnumerable_GetEnumerator_677, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ *, Array_InternalArray__IEnumerable_GetEnumerator_678, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorsForDevice_ *, Array_InternalArray__IEnumerable_GetEnumerator_679, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteInputDevice_ *, Array_InternalArray__IEnumerable_GetEnumerator_680, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_InputRemoting_RemoteSender_ *, Array_InternalArray__IEnumerable_GetEnumerator_681, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_LowLevel_InputStateHistory_Record_ *, Array_InternalArray__IEnumerable_GetEnumerator_682, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ *, Array_InternalArray__IEnumerable_GetEnumerator_683, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ *, Array_InternalArray__IEnumerable_GetEnumerator_684, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_Users_InputUser_UserData_ *, Array_InternalArray__IEnumerable_GetEnumerator_685, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ *, Array_InternalArray__IEnumerable_GetEnumerator_686, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_ *, Array_InternalArray__IEnumerable_GetEnumerator_687, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ *, Array_InternalArray__IEnumerable_GetEnumerator_688, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ *, Array_InternalArray__IEnumerable_GetEnumerator_689, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ *, Array_InternalArray__IEnumerable_GetEnumerator_690, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, Array_InternalArray__IEnumerable_GetEnumerator_691, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Pathfinding_LayerGridGraph_HeightSample_ *, Array_InternalArray__IEnumerable_GetEnumerator_692, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Dissonance_Logs_LogMessage_ *, Array_InternalArray__IEnumerable_GetEnumerator_693, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ *, Array_InternalArray__IEnumerable_GetEnumerator_694, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ *, Array_InternalArray__IEnumerable_GetEnumerator_695, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Net_Mail_MailHeaderInfo_HeaderInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_696, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ *, Array_InternalArray__IEnumerable_GetEnumerator_697, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_Utilities_MemoryHelpers_BitRegion_ *, Array_InternalArray__IEnumerable_GetEnumerator_698, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Array_InternalArray__IEnumerable_GetEnumerator_699, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_700, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Kalagaan_HairDesignerExtension_MotionSolver_GPURootTransform_ *, Array_InternalArray__IEnumerable_GetEnumerator_701, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_Waypoint_ *, Array_InternalArray__IEnumerable_GetEnumerator_702, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_NightmareStyling_WallMaterial_ *, Array_InternalArray__IEnumerable_GetEnumerator_703, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Cinemachine_NoiseSettings_TransformNoiseParams_ *, Array_InternalArray__IEnumerable_GetEnumerator_704, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_NolanBehaviour_OverlappedCollider_ *, Array_InternalArray__IEnumerable_GetEnumerator_705, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Opsive_Shared_Game_ObjectPoolBase_PreloadedPrefab_ *, Array_InternalArray__IEnumerable_GetEnumerator_706, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_707, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ *, Array_InternalArray__IEnumerable_GetEnumerator_708, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ *, Array_InternalArray__IEnumerable_GetEnumerator_709, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_ParameterizedStrings_FormatParam_ *, Array_InternalArray__IEnumerable_GetEnumerator_710, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_ParticleSystem_Particle_ *, Array_InternalArray__IEnumerable_GetEnumerator_711, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_PlayerStatsController_Category_ *, Array_InternalArray__IEnumerable_GetEnumerator_712, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Pathfinding_PointKDTree_Node_ *, Array_InternalArray__IEnumerable_GetEnumerator_713, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_PointerDeviceState_PointerLocation_ *, Array_InternalArray__IEnumerable_GetEnumerator_714, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ *, Array_InternalArray__IEnumerable_GetEnumerator_715, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ *, Array_InternalArray__IEnumerable_GetEnumerator_716, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_717, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ *, Array_InternalArray__IEnumerable_GetEnumerator_718, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ *, Array_InternalArray__IEnumerable_GetEnumerator_719, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ *, Array_InternalArray__IEnumerable_GetEnumerator_720, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ *, Array_InternalArray__IEnumerable_GetEnumerator_721, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_ *, Array_InternalArray__IEnumerable_GetEnumerator_722, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ *, Array_InternalArray__IEnumerable_GetEnumerator_723, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ *, Array_InternalArray__IEnumerable_GetEnumerator_724, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ *, Array_InternalArray__IEnumerable_GetEnumerator_725, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ *, Array_InternalArray__IEnumerable_GetEnumerator_726, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ *, Array_InternalArray__IEnumerable_GetEnumerator_727, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UdpKit_Protocol_ProtocolClient_AckCallback_ *, Array_InternalArray__IEnumerable_GetEnumerator_728, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UdpKit_Protocol_ProtocolClient_MsgHandler_ *, Array_InternalArray__IEnumerable_GetEnumerator_729, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Pathfinding_RVO_RVOQuadtree_Node_ *, Array_InternalArray__IEnumerable_GetEnumerator_730, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_ *, Array_InternalArray__IEnumerable_GetEnumerator_731, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Text_RegularExpressions_RegexCharClass_LowerCaseMapping_ *, Array_InternalArray__IEnumerable_GetEnumerator_732, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ *, Array_InternalArray__IEnumerable_GetEnumerator_733, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ *, Array_InternalArray__IEnumerable_GetEnumerator_734, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledPassInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_735, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph_CompiledResourceInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_736, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ *, Array_InternalArray__IEnumerable_GetEnumerator_737, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ *, Array_InternalArray__IEnumerable_GetEnumerator_738, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ *, Array_InternalArray__IEnumerable_GetEnumerator_739, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ *, Array_InternalArray__IEnumerable_GetEnumerator_740, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_SendMouseEvents_HitInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_741, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Xml_Schema_SequenceNode_SequenceConstructPosContext_ *, Array_InternalArray__IEnumerable_GetEnumerator_742, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_Field_ *, Array_InternalArray__IEnumerable_GetEnumerator_743, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ *, Array_InternalArray__IEnumerable_GetEnumerator_744, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_SlotEquip_ItemDefinitionStateName_ *, Array_InternalArray__IEnumerable_GetEnumerator_745, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Net_Sockets_Socket_WSABUF_ *, Array_InternalArray__IEnumerable_GetEnumerator_746, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ *, Array_InternalArray__IEnumerable_GetEnumerator_747, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_ *, Array_InternalArray__IEnumerable_GetEnumerator_748, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StyleSheet_ImportStruct_ *, Array_InternalArray__IEnumerable_GetEnumerator_749, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_ *, Array_InternalArray__IEnumerable_GetEnumerator_750, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_StyleVariableResolver_ResolveContext_ *, Array_InternalArray__IEnumerable_GetEnumerator_751, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_TMPro_TMP_Text_UnicodeChar_ *, Array_InternalArray__IEnumerable_GetEnumerator_752, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ *, Array_InternalArray__IEnumerable_GetEnumerator_753, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UI_Extensions_TextPic_IconName_ *, Array_InternalArray__IEnumerable_GetEnumerator_754, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ *, Array_InternalArray__IEnumerable_GetEnumerator_755, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ *, Array_InternalArray__IEnumerable_GetEnumerator_756, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_757, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ *, Array_InternalArray__IEnumerable_GetEnumerator_758, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_759, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ *, Array_InternalArray__IEnumerable_GetEnumerator_760, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ *, Array_InternalArray__IEnumerable_GetEnumerator_761, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ *, Array_InternalArray__IEnumerable_GetEnumerator_762, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ *, Array_InternalArray__IEnumerable_GetEnumerator_763, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ *, Array_InternalArray__IEnumerable_GetEnumerator_764, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ *, Array_InternalArray__IEnumerable_GetEnumerator_765, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ *, Array_InternalArray__IEnumerable_GetEnumerator_766, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ *, Array_InternalArray__IEnumerable_GetEnumerator_767, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_UIR_UIRenderDevice_DeviceToFree_ *, Array_InternalArray__IEnumerable_GetEnumerator_768, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UdpKit_UdpPipe_Ack_ *, Array_InternalArray__IEnumerable_GetEnumerator_769, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Globalization_UmAlQuraCalendar_DateMapping_ *, Array_InternalArray__IEnumerable_GetEnumerator_770, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ *, Array_InternalArray__IEnumerable_GetEnumerator_771, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ *, Array_InternalArray__IEnumerable_GetEnumerator_772, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ *, Array_InternalArray__IEnumerable_GetEnumerator_773, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ *, Array_InternalArray__IEnumerable_GetEnumerator_774, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_ *, Array_InternalArray__IEnumerable_GetEnumerator_775, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ *, Array_InternalArray__IEnumerable_GetEnumerator_776, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Xml_XmlEventCache_XmlEvent__1 *, Array_InternalArray__IEnumerable_GetEnumerator_777, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Xml_XmlNamespaceManager_NamespaceDeclaration_ *, Array_InternalArray__IEnumerable_GetEnumerator_778, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ *, Array_InternalArray__IEnumerable_GetEnumerator_779, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Xml_XmlTextReaderImpl_ParsingState_ *, Array_InternalArray__IEnumerable_GetEnumerator_780, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Xml_XmlTextWriter_Namespace_ *, Array_InternalArray__IEnumerable_GetEnumerator_781, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Xml_XmlTextWriter_TagInfo_ *, Array_InternalArray__IEnumerable_GetEnumerator_782, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Xml_XmlWellFormedWriter_AttrName_ *, Array_InternalArray__IEnumerable_GetEnumerator_783, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Xml_XmlWellFormedWriter_ElementScope_ *, Array_InternalArray__IEnumerable_GetEnumerator_784, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Xml_XmlWellFormedWriter_Namespace_ *, Array_InternalArray__IEnumerable_GetEnumerator_785, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_ftLightmaps_LightmapAdditionalData_ *, Array_InternalArray__IEnumerable_GetEnumerator_786, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ *, Array_InternalArray__IEnumerable_GetEnumerator_787, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG_ *, Array_InternalArray__IEnumerable_GetEnumerator_788, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ_ *, Array_InternalArray__IEnumerable_GetEnumerator_789, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb_ *, Array_InternalArray__IEnumerable_GetEnumerator_790, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ *, Array_InternalArray__IEnumerable_GetEnumerator_791, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Decimal_DecCalc_PowerOvfl_ *, Array_InternalArray__IEnumerable_GetEnumerator_792, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Xml_Schema_FacetsChecker_FacetsCompiler_Map_ *, Array_InternalArray__IEnumerable_GetEnumerator_793, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ *, Array_InternalArray__IEnumerable_GetEnumerator_794, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ *, Array_InternalArray__IEnumerable_GetEnumerator_795, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_InputControlScheme_MatchResult_Match_ *, Array_InternalArray__IEnumerable_GetEnumerator_796, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_InputControlScheme_SchemeJson_DeviceJson_ *, Array_InternalArray__IEnumerable_GetEnumerator_797, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_MatcherJson_Capability_ *, Array_InternalArray__IEnumerable_GetEnumerator_798, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ *, Array_InternalArray__IEnumerable_GetEnumerator_799, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Interop_SspiCli_SecBuffer_ *, Array_InternalArray__IEnumerable_GetEnumerator_800, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ *, Array_InternalArray__IEnumerable_GetEnumerator_801, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ *, Array_InternalArray__IEnumerable_GetEnumerator_802, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C690, IEnumerator_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ *, Array_InternalArray__IEnumerable_GetEnumerator_803, (Array * __this, MethodInfo * method)); DO_APP_FUNC(0x00F9C7A0, ArraySegment_1_Byte_, Array_InternalArray__IReadOnlyList_get_Item, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE400, Array_InternalArray__IReadOnlyList_get_Item__MethodInfo); DO_APP_FUNC(0x00F9C860, AsyncOperationHandle_1_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_1, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE3F0, Array_InternalArray__IReadOnlyList_get_Item_1__MethodInfo); DO_APP_FUNC(0x00F9C920, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_, Array_InternalArray__IReadOnlyList_get_Item_2, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE3E0, Array_InternalArray__IReadOnlyList_get_Item_2__MethodInfo); DO_APP_FUNC(0x00F9C9E0, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_3, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE3D0, Array_InternalArray__IReadOnlyList_get_Item_3__MethodInfo); DO_APP_FUNC(0x00F9CA90, StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_, Array_InternalArray__IReadOnlyList_get_Item_4, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE430, Array_InternalArray__IReadOnlyList_get_Item_4__MethodInfo); DO_APP_FUNC(0x00F9CB40, StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_, Array_InternalArray__IReadOnlyList_get_Item_5, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE420, Array_InternalArray__IReadOnlyList_get_Item_5__MethodInfo); DO_APP_FUNC(0x00F9CBF0, StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_, Array_InternalArray__IReadOnlyList_get_Item_6, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE418, Array_InternalArray__IReadOnlyList_get_Item_6__MethodInfo); DO_APP_FUNC(0x00F9CCA0, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_, Array_InternalArray__IReadOnlyList_get_Item_7, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE410, Array_InternalArray__IReadOnlyList_get_Item_7__MethodInfo); DO_APP_FUNC(0x00F9CD50, StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_, Array_InternalArray__IReadOnlyList_get_Item_8, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE398, Array_InternalArray__IReadOnlyList_get_Item_8__MethodInfo); DO_APP_FUNC(0x00F9CE00, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_9, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE390, Array_InternalArray__IReadOnlyList_get_Item_9__MethodInfo); DO_APP_FUNC(0x00F9CEB0, StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_, Array_InternalArray__IReadOnlyList_get_Item_10, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE380, Array_InternalArray__IReadOnlyList_get_Item_10__MethodInfo); DO_APP_FUNC(0x00F9CF60, StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_, Array_InternalArray__IReadOnlyList_get_Item_11, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE378, Array_InternalArray__IReadOnlyList_get_Item_11__MethodInfo); DO_APP_FUNC(0x00F9D010, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_, Array_InternalArray__IReadOnlyList_get_Item_12, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE3C0, Array_InternalArray__IReadOnlyList_get_Item_12__MethodInfo); DO_APP_FUNC(0x00F9D0C0, StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_, Array_InternalArray__IReadOnlyList_get_Item_13, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE3B8, Array_InternalArray__IReadOnlyList_get_Item_13__MethodInfo); DO_APP_FUNC(0x00F9D170, StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_, Array_InternalArray__IReadOnlyList_get_Item_14, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE3B0, Array_InternalArray__IReadOnlyList_get_Item_14__MethodInfo); DO_APP_FUNC(0x00F9D220, StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_, Array_InternalArray__IReadOnlyList_get_Item_15, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE3A0, Array_InternalArray__IReadOnlyList_get_Item_15__MethodInfo); DO_APP_FUNC(0x00F9D2D0, IntervalTree_1_T_Entry_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_16, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE348, Array_InternalArray__IReadOnlyList_get_Item_16__MethodInfo); DO_APP_FUNC(0x00F9D390, XHashtable_1_TValue_XHashtableState_TValue_Entry_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_17, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE340, Array_InternalArray__IReadOnlyList_get_Item_17__MethodInfo); DO_APP_FUNC(0x00F9D450, Dictionary_2_TKey_TValue_Entry_System_ValueTuple_2_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_18, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE330, Array_InternalArray__IReadOnlyList_get_Item_18__MethodInfo); DO_APP_FUNC(0x00F9D510, Dictionary_2_TKey_TValue_Entry_System_ValueTuple_2_System_Object__1, Array_InternalArray__IReadOnlyList_get_Item_19, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE328, Array_InternalArray__IReadOnlyList_get_Item_19__MethodInfo); DO_APP_FUNC(0x00F9D5D0, Dictionary_2_TKey_TValue_Entry_System_Byte_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_20, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE370, Array_InternalArray__IReadOnlyList_get_Item_20__MethodInfo); DO_APP_FUNC(0x00F9D690, Dictionary_2_TKey_TValue_Entry_System_ByteEnum_System_Int32_, Array_InternalArray__IReadOnlyList_get_Item_21, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE360, Array_InternalArray__IReadOnlyList_get_Item_21__MethodInfo); DO_APP_FUNC(0x00F9D750, Dictionary_2_TKey_TValue_Entry_System_ByteEnum_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_22, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE358, Array_InternalArray__IReadOnlyList_get_Item_22__MethodInfo); DO_APP_FUNC(0x00F9D810, Dictionary_2_TKey_TValue_Entry_Dissonance_Audio_Playback_FrameFormat_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_23, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE350, Array_InternalArray__IReadOnlyList_get_Item_23__MethodInfo); DO_APP_FUNC(0x00F9D8D0, Dictionary_2_TKey_TValue_Entry_System_Guid_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_24, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE2F0, Array_InternalArray__IReadOnlyList_get_Item_24__MethodInfo); DO_APP_FUNC(0x00F9D990, Dictionary_2_TKey_TValue_Entry_System_Guid_System_UInt32_, Array_InternalArray__IReadOnlyList_get_Item_25, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE2E0, Array_InternalArray__IReadOnlyList_get_Item_25__MethodInfo); DO_APP_FUNC(0x00F9DA50, Dictionary_2_TKey_TValue_Entry_UnityEngine_Hash128_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_26, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE2D0, Array_InternalArray__IReadOnlyList_get_Item_26__MethodInfo); DO_APP_FUNC(0x00F9DB10, Dictionary_2_TKey_TValue_Entry_Pathfinding_Int2_System_Int32_, Array_InternalArray__IReadOnlyList_get_Item_27, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE2C8, Array_InternalArray__IReadOnlyList_get_Item_27__MethodInfo); DO_APP_FUNC(0x00F9DBD0, Dictionary_2_TKey_TValue_Entry_Pathfinding_Int3_System_Int32_, Array_InternalArray__IReadOnlyList_get_Item_28, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE320, Array_InternalArray__IReadOnlyList_get_Item_28__MethodInfo); DO_APP_FUNC(0x00F9DC90, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_, Array_InternalArray__IReadOnlyList_get_Item_29, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE310, Array_InternalArray__IReadOnlyList_get_Item_29__MethodInfo); DO_APP_FUNC(0x00F9DD50, Dictionary_2_TKey_TValue_Entry_System_Int32_System_ValueTuple_2_, Array_InternalArray__IReadOnlyList_get_Item_30, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE300, Array_InternalArray__IReadOnlyList_get_Item_30__MethodInfo); DO_APP_FUNC(0x00F9DE10, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Boolean_, Array_InternalArray__IReadOnlyList_get_Item_31, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE2F8, Array_InternalArray__IReadOnlyList_get_Item_31__MethodInfo); DO_APP_FUNC(0x00F9DED0, Dictionary_2_TKey_TValue_Entry_System_Int32_System_ByteEnum_, Array_InternalArray__IReadOnlyList_get_Item_32, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE2A0, Array_InternalArray__IReadOnlyList_get_Item_32__MethodInfo); DO_APP_FUNC(0x00F9DF90, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Char_, Array_InternalArray__IReadOnlyList_get_Item_33, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE298, Array_InternalArray__IReadOnlyList_get_Item_33__MethodInfo); DO_APP_FUNC(0x00F9E050, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_, Array_InternalArray__IReadOnlyList_get_Item_34, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE290, Array_InternalArray__IReadOnlyList_get_Item_34__MethodInfo); DO_APP_FUNC(0x00F9E110, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int16_, Array_InternalArray__IReadOnlyList_get_Item_35, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE288, Array_InternalArray__IReadOnlyList_get_Item_35__MethodInfo); DO_APP_FUNC(0x00F9E1D0, Dictionary_2_TKey_TValue_Entry_System_Int32_Pathfinding_Int3_, Array_InternalArray__IReadOnlyList_get_Item_36, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE2C0, Array_InternalArray__IReadOnlyList_get_Item_36__MethodInfo); DO_APP_FUNC(0x00F9E290, ADictionary_2_TKey_TValue_Entry_System_Int32_System_Int32_, Array_InternalArray__IReadOnlyList_get_Item_37, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE2B8, Array_InternalArray__IReadOnlyList_get_Item_37__MethodInfo); DO_APP_FUNC(0x00F9E350, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int32_, Array_InternalArray__IReadOnlyList_get_Item_38, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE2B0, Array_InternalArray__IReadOnlyList_get_Item_38__MethodInfo); DO_APP_FUNC(0x00F9E410, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int32Enum_, Array_InternalArray__IReadOnlyList_get_Item_39, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE2A8, Array_InternalArray__IReadOnlyList_get_Item_39__MethodInfo); DO_APP_FUNC(0x00F9E4D0, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int64_, Array_InternalArray__IReadOnlyList_get_Item_40, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE260, Array_InternalArray__IReadOnlyList_get_Item_40__MethodInfo); DO_APP_FUNC(0x00F9E590, ADictionary_2_TKey_TValue_Entry_System_Int32_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_41, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE258, Array_InternalArray__IReadOnlyList_get_Item_41__MethodInfo); DO_APP_FUNC(0x00F9E650, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_42, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE250, Array_InternalArray__IReadOnlyList_get_Item_42__MethodInfo); DO_APP_FUNC(0x00F9E710, Dictionary_2_TKey_TValue_Entry_System_Int32_PlayerFlashlightBeam_, Array_InternalArray__IReadOnlyList_get_Item_43, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE240, Array_InternalArray__IReadOnlyList_get_Item_43__MethodInfo); DO_APP_FUNC(0x00F9E7D0, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_RenderInstancedDataLayout_, Array_InternalArray__IReadOnlyList_get_Item_44, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE280, Array_InternalArray__IReadOnlyList_get_Item_44__MethodInfo); DO_APP_FUNC(0x00F9E890, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Single_, Array_InternalArray__IReadOnlyList_get_Item_45, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE278, Array_InternalArray__IReadOnlyList_get_Item_45__MethodInfo); DO_APP_FUNC(0x00F9E950, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_UIElements_TreeItem_, Array_InternalArray__IReadOnlyList_get_Item_46, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE270, Array_InternalArray__IReadOnlyList_get_Item_46__MethodInfo); DO_APP_FUNC(0x00F9EA10, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_Vector2Int_, Array_InternalArray__IReadOnlyList_get_Item_47, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE268, Array_InternalArray__IReadOnlyList_get_Item_47__MethodInfo); DO_APP_FUNC(0x00F9EAD0, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_Vector4_, Array_InternalArray__IReadOnlyList_get_Item_48, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE1F0, Array_InternalArray__IReadOnlyList_get_Item_48__MethodInfo); DO_APP_FUNC(0x00F9EB90, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_, Array_InternalArray__IReadOnlyList_get_Item_49, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE1E0, Array_InternalArray__IReadOnlyList_get_Item_49__MethodInfo); DO_APP_FUNC(0x00F9EC50, Dictionary_2_TKey_TValue_Entry_System_Int32Enum_System_Int32Enum_, Array_InternalArray__IReadOnlyList_get_Item_50, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE1D0, Array_InternalArray__IReadOnlyList_get_Item_50__MethodInfo); DO_APP_FUNC(0x00F9ED10, Dictionary_2_TKey_TValue_Entry_System_Int32Enum_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_51, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE1C8, Array_InternalArray__IReadOnlyList_get_Item_51__MethodInfo); DO_APP_FUNC(0x00F9EDD0, Dictionary_2_TKey_TValue_Entry_System_Int64_UnityEngine_UIElements_ComputedStyle_, Array_InternalArray__IReadOnlyList_get_Item_52, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE230, Array_InternalArray__IReadOnlyList_get_Item_52__MethodInfo); DO_APP_FUNC(0x00F9EEA0, Dictionary_2_TKey_TValue_Entry_System_Int64_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_53, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE220, Array_InternalArray__IReadOnlyList_get_Item_53__MethodInfo); DO_APP_FUNC(0x00F9EF60, Dictionary_2_TKey_TValue_Entry_System_IntPtr_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_54, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE210, Array_InternalArray__IReadOnlyList_get_Item_54__MethodInfo); DO_APP_FUNC(0x00F9F020, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_, Array_InternalArray__IReadOnlyList_get_Item_55, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE200, Array_InternalArray__IReadOnlyList_get_Item_55__MethodInfo); DO_APP_FUNC(0x00F9F0E0, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_56, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE1A0, Array_InternalArray__IReadOnlyList_get_Item_56__MethodInfo); DO_APP_FUNC(0x00F9F1A0, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_, Array_InternalArray__IReadOnlyList_get_Item_57, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE198, Array_InternalArray__IReadOnlyList_get_Item_57__MethodInfo); DO_APP_FUNC(0x00F9F260, Dictionary_2_TKey_TValue_Entry_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_58, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE190, Array_InternalArray__IReadOnlyList_get_Item_58__MethodInfo); DO_APP_FUNC(0x00F9F320, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_NetworkId_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_59, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE188, Array_InternalArray__IReadOnlyList_get_Item_59__MethodInfo); DO_APP_FUNC(0x00F9F3E0, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_, Array_InternalArray__IReadOnlyList_get_Item_60, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE1C0, Array_InternalArray__IReadOnlyList_get_Item_60__MethodInfo); DO_APP_FUNC(0x00F9F4A0, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_, Array_InternalArray__IReadOnlyList_get_Item_61, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE1B8, Array_InternalArray__IReadOnlyList_get_Item_61__MethodInfo); DO_APP_FUNC(0x00F9F560, Dictionary_2_TKey_TValue_Entry_System_Object_System_Boolean_, Array_InternalArray__IReadOnlyList_get_Item_62, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE1B0, Array_InternalArray__IReadOnlyList_get_Item_62__MethodInfo); DO_APP_FUNC(0x00F9F620, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Bounds_, Array_InternalArray__IReadOnlyList_get_Item_63, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE1A8, Array_InternalArray__IReadOnlyList_get_Item_63__MethodInfo); DO_APP_FUNC(0x00F9F6E0, Dictionary_2_TKey_TValue_Entry_System_Object_System_Byte_, Array_InternalArray__IReadOnlyList_get_Item_64, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE160, Array_InternalArray__IReadOnlyList_get_Item_64__MethodInfo); DO_APP_FUNC(0x00F9F7A0, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Color_, Array_InternalArray__IReadOnlyList_get_Item_65, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE158, Array_InternalArray__IReadOnlyList_get_Item_65__MethodInfo); DO_APP_FUNC(0x00F9F860, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Color32_, Array_InternalArray__IReadOnlyList_get_Item_66, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE150, Array_InternalArray__IReadOnlyList_get_Item_66__MethodInfo); DO_APP_FUNC(0x00F9F920, ADictionary_2_TKey_TValue_Entry_System_Object_System_Int32_, Array_InternalArray__IReadOnlyList_get_Item_67, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE148, Array_InternalArray__IReadOnlyList_get_Item_67__MethodInfo); DO_APP_FUNC(0x00F9F9E0, Dictionary_2_TKey_TValue_Entry_System_Object_System_Int32_, Array_InternalArray__IReadOnlyList_get_Item_68, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE180, Array_InternalArray__IReadOnlyList_get_Item_68__MethodInfo); DO_APP_FUNC(0x00F9FAA0, ADictionary_2_TKey_TValue_Entry_System_Object_System_Int32Enum_, Array_InternalArray__IReadOnlyList_get_Item_69, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE178, Array_InternalArray__IReadOnlyList_get_Item_69__MethodInfo); DO_APP_FUNC(0x00F9FB60, Dictionary_2_TKey_TValue_Entry_System_Object_System_Int32Enum_, Array_InternalArray__IReadOnlyList_get_Item_70, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE170, Array_InternalArray__IReadOnlyList_get_Item_70__MethodInfo); DO_APP_FUNC(0x00F9FC20, ADictionary_2_TKey_TValue_Entry_System_Object_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_71, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE168, Array_InternalArray__IReadOnlyList_get_Item_71__MethodInfo); DO_APP_FUNC(0x00F9FCE0, Dictionary_2_TKey_TValue_Entry_System_Object_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_72, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE120, Array_InternalArray__IReadOnlyList_get_Item_72__MethodInfo); DO_APP_FUNC(0x00F9FDA0, Dictionary_2_TKey_TValue_Entry_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_, Array_InternalArray__IReadOnlyList_get_Item_73, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE118, Array_InternalArray__IReadOnlyList_get_Item_73__MethodInfo); DO_APP_FUNC(0x00F9FE60, Dictionary_2_TKey_TValue_Entry_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_, Array_InternalArray__IReadOnlyList_get_Item_74, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE110, Array_InternalArray__IReadOnlyList_get_Item_74__MethodInfo); DO_APP_FUNC(0x00F9FF30, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Playables_Playable_, Array_InternalArray__IReadOnlyList_get_Item_75, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE108, Array_InternalArray__IReadOnlyList_get_Item_75__MethodInfo); DO_APP_FUNC(0x00F9FFF0, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_, Array_InternalArray__IReadOnlyList_get_Item_76, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE140, Array_InternalArray__IReadOnlyList_get_Item_76__MethodInfo); DO_APP_FUNC(0x00FA00B0, Dictionary_2_TKey_TValue_Entry_System_Object_System_Resources_ResourceLocator_, Array_InternalArray__IReadOnlyList_get_Item_77, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE138, Array_InternalArray__IReadOnlyList_get_Item_77__MethodInfo); DO_APP_FUNC(0x00FA0170, Dictionary_2_TKey_TValue_Entry_System_Object_System_Single_, Array_InternalArray__IReadOnlyList_get_Item_78, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE130, Array_InternalArray__IReadOnlyList_get_Item_78__MethodInfo); DO_APP_FUNC(0x00FA0230, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_, Array_InternalArray__IReadOnlyList_get_Item_79, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE128, Array_InternalArray__IReadOnlyList_get_Item_79__MethodInfo); DO_APP_FUNC(0x00FA02F0, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_TextureId_, Array_InternalArray__IReadOnlyList_get_Item_80, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE0E0, Array_InternalArray__IReadOnlyList_get_Item_80__MethodInfo); DO_APP_FUNC(0x00FA03B0, Dictionary_2_TKey_TValue_Entry_System_Object_System_TimeSpan_, Array_InternalArray__IReadOnlyList_get_Item_81, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE0D8, Array_InternalArray__IReadOnlyList_get_Item_81__MethodInfo); DO_APP_FUNC(0x00FA0470, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_UdpEndPoint_, Array_InternalArray__IReadOnlyList_get_Item_82, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE0D0, Array_InternalArray__IReadOnlyList_get_Item_82__MethodInfo); DO_APP_FUNC(0x00FA0530, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Vector2_, Array_InternalArray__IReadOnlyList_get_Item_83, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE0C8, Array_InternalArray__IReadOnlyList_get_Item_83__MethodInfo); DO_APP_FUNC(0x00FA05F0, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Vector3_, Array_InternalArray__IReadOnlyList_get_Item_84, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE100, Array_InternalArray__IReadOnlyList_get_Item_84__MethodInfo); DO_APP_FUNC(0x00FA06B0, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_, Array_InternalArray__IReadOnlyList_get_Item_85, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE0F8, Array_InternalArray__IReadOnlyList_get_Item_85__MethodInfo); DO_APP_FUNC(0x00FA0770, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_, Array_InternalArray__IReadOnlyList_get_Item_86, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE0F0, Array_InternalArray__IReadOnlyList_get_Item_86__MethodInfo); DO_APP_FUNC(0x00FA0830, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_, Array_InternalArray__IReadOnlyList_get_Item_87, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE0E8, Array_InternalArray__IReadOnlyList_get_Item_87__MethodInfo); DO_APP_FUNC(0x00FA0900, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_, Array_InternalArray__IReadOnlyList_get_Item_88, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDE0C0, Array_InternalArray__IReadOnlyList_get_Item_88__MethodInfo); DO_APP_FUNC(0x00FA09C0, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_, Array_InternalArray__IReadOnlyList_get_Item_89, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE24C8, Array_InternalArray__IReadOnlyList_get_Item_89__MethodInfo); DO_APP_FUNC(0x00FA0A90, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_, Array_InternalArray__IReadOnlyList_get_Item_90, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE24C0, Array_InternalArray__IReadOnlyList_get_Item_90__MethodInfo); DO_APP_FUNC(0x00FA0B60, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_, Array_InternalArray__IReadOnlyList_get_Item_91, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE24B8, Array_InternalArray__IReadOnlyList_get_Item_91__MethodInfo); DO_APP_FUNC(0x00FA0C20, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_PrefabId_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_92, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE24B0, Array_InternalArray__IReadOnlyList_get_Item_92__MethodInfo); DO_APP_FUNC(0x00FA0CE0, Dictionary_2_TKey_TValue_Entry_UnityEngine_RaycastHit_System_Int32_, Array_InternalArray__IReadOnlyList_get_Item_93, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2488, Array_InternalArray__IReadOnlyList_get_Item_93__MethodInfo); DO_APP_FUNC(0x00FA0DB0, Dictionary_2_TKey_TValue_Entry_System_Single_SplineMesh_CurveSample_, Array_InternalArray__IReadOnlyList_get_Item_94, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2480, Array_InternalArray__IReadOnlyList_get_Item_94__MethodInfo); DO_APP_FUNC(0x00FA0E80, Dictionary_2_TKey_TValue_Entry_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_95, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2478, Array_InternalArray__IReadOnlyList_get_Item_95__MethodInfo); DO_APP_FUNC(0x00FA0F40, Dictionary_2_TKey_TValue_Entry_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_96, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2470, Array_InternalArray__IReadOnlyList_get_Item_96__MethodInfo); DO_APP_FUNC(0x00FA1000, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_TypeId_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_97, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE24A8, Array_InternalArray__IReadOnlyList_get_Item_97__MethodInfo); DO_APP_FUNC(0x00FA10C0, Dictionary_2_TKey_TValue_Entry_System_UInt16_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_98, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE24A0, Array_InternalArray__IReadOnlyList_get_Item_98__MethodInfo); DO_APP_FUNC(0x00FA1180, Dictionary_2_TKey_TValue_Entry_System_UInt16_Dissonance_PlayerChannel_, Array_InternalArray__IReadOnlyList_get_Item_99, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2498, Array_InternalArray__IReadOnlyList_get_Item_99__MethodInfo); DO_APP_FUNC(0x00FA1240, Dictionary_2_TKey_TValue_Entry_System_UInt16_Dissonance_RoomChannel_, Array_InternalArray__IReadOnlyList_get_Item_100, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2490, Array_InternalArray__IReadOnlyList_get_Item_100__MethodInfo); DO_APP_FUNC(0x00FA1310, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Boolean_, Array_InternalArray__IReadOnlyList_get_Item_101, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2448, Array_InternalArray__IReadOnlyList_get_Item_101__MethodInfo); DO_APP_FUNC(0x00FA13D0, Dictionary_2_TKey_TValue_Entry_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_, Array_InternalArray__IReadOnlyList_get_Item_102, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2440, Array_InternalArray__IReadOnlyList_get_Item_102__MethodInfo); DO_APP_FUNC(0x00FA14A0, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Int32_, Array_InternalArray__IReadOnlyList_get_Item_103, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2438, Array_InternalArray__IReadOnlyList_get_Item_103__MethodInfo); DO_APP_FUNC(0x00FA1560, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_104, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2430, Array_InternalArray__IReadOnlyList_get_Item_104__MethodInfo); DO_APP_FUNC(0x00FA1620, Dictionary_2_TKey_TValue_Entry_System_UInt32_SessionClient_, Array_InternalArray__IReadOnlyList_get_Item_105, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2468, Array_InternalArray__IReadOnlyList_get_Item_105__MethodInfo); DO_APP_FUNC(0x00FA16F0, Dictionary_2_TKey_TValue_Entry_System_UInt64_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_106, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2460, Array_InternalArray__IReadOnlyList_get_Item_106__MethodInfo); DO_APP_FUNC(0x00FA17B0, Dictionary_2_TKey_TValue_Entry_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_, Array_InternalArray__IReadOnlyList_get_Item_107, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2458, Array_InternalArray__IReadOnlyList_get_Item_107__MethodInfo); DO_APP_FUNC(0x00FA1870, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpChannelName_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_108, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2450, Array_InternalArray__IReadOnlyList_get_Item_108__MethodInfo); DO_APP_FUNC(0x00FA1930, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpEndPoint_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_109, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2408, Array_InternalArray__IReadOnlyList_get_Item_109__MethodInfo); DO_APP_FUNC(0x00FA19F0, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpEndPoint_System_UInt32_, Array_InternalArray__IReadOnlyList_get_Item_110, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2400, Array_InternalArray__IReadOnlyList_get_Item_110__MethodInfo); DO_APP_FUNC(0x00FA1AB0, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_UniqueId_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_111, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE23F8, Array_InternalArray__IReadOnlyList_get_Item_111__MethodInfo); DO_APP_FUNC(0x00FA1B70, Dictionary_2_TKey_TValue_Entry_UnityEngine_Vector3_System_Int32_, Array_InternalArray__IReadOnlyList_get_Item_112, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE23F0, Array_InternalArray__IReadOnlyList_get_Item_112__MethodInfo); DO_APP_FUNC(0x00FA1C30, Dictionary_2_TKey_TValue_Entry_UnityEngine_Vector3Int_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_113, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2428, Array_InternalArray__IReadOnlyList_get_Item_113__MethodInfo); DO_APP_FUNC(0x00FA1CF0, Dictionary_2_TKey_TValue_Entry_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_, Array_InternalArray__IReadOnlyList_get_Item_114, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2420, Array_InternalArray__IReadOnlyList_get_Item_114__MethodInfo); DO_APP_FUNC(0x00FA1DB0, Dictionary_2_TKey_TValue_Entry_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_115, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2418, Array_InternalArray__IReadOnlyList_get_Item_115__MethodInfo); DO_APP_FUNC(0x00FA1E70, Dictionary_2_TKey_TValue_Entry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_, Array_InternalArray__IReadOnlyList_get_Item_116, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2410, Array_InternalArray__IReadOnlyList_get_Item_116__MethodInfo); DO_APP_FUNC(0x00FA1F40, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_117, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE23C8, Array_InternalArray__IReadOnlyList_get_Item_117__MethodInfo); DO_APP_FUNC(0x00FA2000, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_, Array_InternalArray__IReadOnlyList_get_Item_118, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE23C0, Array_InternalArray__IReadOnlyList_get_Item_118__MethodInfo); DO_APP_FUNC(0x00FA20C0, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_, Array_InternalArray__IReadOnlyList_get_Item_119, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE23B8, Array_InternalArray__IReadOnlyList_get_Item_119__MethodInfo); DO_APP_FUNC(0x00FA2190, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_120, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE23B0, Array_InternalArray__IReadOnlyList_get_Item_120__MethodInfo); DO_APP_FUNC(0x00FA2260, Dictionary_2_TKey_TValue_Entry_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_121, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE23E8, Array_InternalArray__IReadOnlyList_get_Item_121__MethodInfo); DO_APP_FUNC(0x00FA2320, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_, Array_InternalArray__IReadOnlyList_get_Item_122, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE23E0, Array_InternalArray__IReadOnlyList_get_Item_122__MethodInfo); DO_APP_FUNC(0x00FA23E0, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_, Array_InternalArray__IReadOnlyList_get_Item_123, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE23D8, Array_InternalArray__IReadOnlyList_get_Item_123__MethodInfo); DO_APP_FUNC(0x00FA24A0, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_124, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE23D0, Array_InternalArray__IReadOnlyList_get_Item_124__MethodInfo); DO_APP_FUNC(0x00FA2560, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_125, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2388, Array_InternalArray__IReadOnlyList_get_Item_125__MethodInfo); DO_APP_FUNC(0x00FA2620, Dictionary_2_TKey_TValue_Entry_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_126, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2380, Array_InternalArray__IReadOnlyList_get_Item_126__MethodInfo); DO_APP_FUNC(0x00FA2700, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_127, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2378, Array_InternalArray__IReadOnlyList_get_Item_127__MethodInfo); DO_APP_FUNC(0x00FA27C0, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_128, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2370, Array_InternalArray__IReadOnlyList_get_Item_128__MethodInfo); DO_APP_FUNC(0x00FA2880, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_, Array_InternalArray__IReadOnlyList_get_Item_129, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE23A8, Array_InternalArray__IReadOnlyList_get_Item_129__MethodInfo); DO_APP_FUNC(0x00FA2940, KeyValuePair_2_System_ValueTuple_2_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_130, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE23A0, Array_InternalArray__IReadOnlyList_get_Item_130__MethodInfo); DO_APP_FUNC(0x00FA2A00, KeyValuePair_2_System_ValueTuple_2_System_Object__1, Array_InternalArray__IReadOnlyList_get_Item_131, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2398, Array_InternalArray__IReadOnlyList_get_Item_131__MethodInfo); DO_APP_FUNC(0x00FA2AC0, KeyValuePair_2_System_Byte_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_132, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2390, Array_InternalArray__IReadOnlyList_get_Item_132__MethodInfo); DO_APP_FUNC(0x00FA2B80, KeyValuePair_2_System_ByteEnum_System_Int32_, Array_InternalArray__IReadOnlyList_get_Item_133, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2348, Array_InternalArray__IReadOnlyList_get_Item_133__MethodInfo); DO_APP_FUNC(0x00FA2C30, KeyValuePair_2_System_ByteEnum_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_134, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2340, Array_InternalArray__IReadOnlyList_get_Item_134__MethodInfo); DO_APP_FUNC(0x00FA2CF0, KeyValuePair_2_System_DateTime_System_UInt32_, Array_InternalArray__IReadOnlyList_get_Item_135, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2338, Array_InternalArray__IReadOnlyList_get_Item_135__MethodInfo); DO_APP_FUNC(0x00FA2DB0, KeyValuePair_2_Dissonance_Audio_Playback_FrameFormat_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_136, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2330, Array_InternalArray__IReadOnlyList_get_Item_136__MethodInfo); DO_APP_FUNC(0x00FA2E70, KeyValuePair_2_System_Guid_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_137, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2368, Array_InternalArray__IReadOnlyList_get_Item_137__MethodInfo); DO_APP_FUNC(0x00FA2F30, KeyValuePair_2_System_Guid_System_UInt32_, Array_InternalArray__IReadOnlyList_get_Item_138, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2360, Array_InternalArray__IReadOnlyList_get_Item_138__MethodInfo); DO_APP_FUNC(0x00FA2FF0, KeyValuePair_2_UnityEngine_Hash128_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_139, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2358, Array_InternalArray__IReadOnlyList_get_Item_139__MethodInfo); DO_APP_FUNC(0x00FA30B0, KeyValuePair_2_Pathfinding_Int2_System_Int32_, Array_InternalArray__IReadOnlyList_get_Item_140, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2350, Array_InternalArray__IReadOnlyList_get_Item_140__MethodInfo); DO_APP_FUNC(0x00FA3170, KeyValuePair_2_Pathfinding_Int3_System_Int32_, Array_InternalArray__IReadOnlyList_get_Item_141, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2308, Array_InternalArray__IReadOnlyList_get_Item_141__MethodInfo); DO_APP_FUNC(0x00FA3230, KeyValuePair_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_, Array_InternalArray__IReadOnlyList_get_Item_142, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2300, Array_InternalArray__IReadOnlyList_get_Item_142__MethodInfo); DO_APP_FUNC(0x00FA32F0, KeyValuePair_2_System_Int32_System_ValueTuple_2__3, Array_InternalArray__IReadOnlyList_get_Item_143, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE22F8, Array_InternalArray__IReadOnlyList_get_Item_143__MethodInfo); DO_APP_FUNC(0x00FA33B0, KeyValuePair_2_System_Int32_System_ValueTuple_2__2, Array_InternalArray__IReadOnlyList_get_Item_144, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE22F0, Array_InternalArray__IReadOnlyList_get_Item_144__MethodInfo); DO_APP_FUNC(0x00FA3470, KeyValuePair_2_System_Int32_System_Boolean_, Array_InternalArray__IReadOnlyList_get_Item_145, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2328, Array_InternalArray__IReadOnlyList_get_Item_145__MethodInfo); DO_APP_FUNC(0x00FA3520, KeyValuePair_2_System_Int32_System_ByteEnum_, Array_InternalArray__IReadOnlyList_get_Item_146, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2320, Array_InternalArray__IReadOnlyList_get_Item_146__MethodInfo); DO_APP_FUNC(0x00FA35D0, KeyValuePair_2_System_Int32_System_Char_, Array_InternalArray__IReadOnlyList_get_Item_147, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2318, Array_InternalArray__IReadOnlyList_get_Item_147__MethodInfo); DO_APP_FUNC(0x00FA3680, KeyValuePair_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_, Array_InternalArray__IReadOnlyList_get_Item_148, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2310, Array_InternalArray__IReadOnlyList_get_Item_148__MethodInfo); DO_APP_FUNC(0x00FA3750, KeyValuePair_2_System_Int32_System_Int16_, Array_InternalArray__IReadOnlyList_get_Item_149, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE22C8, Array_InternalArray__IReadOnlyList_get_Item_149__MethodInfo); DO_APP_FUNC(0x00FA3800, KeyValuePair_2_System_Int32_Pathfinding_Int3_, Array_InternalArray__IReadOnlyList_get_Item_150, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE22C0, Array_InternalArray__IReadOnlyList_get_Item_150__MethodInfo); DO_APP_FUNC(0x00FA38C0, KeyValuePair_2_System_Int32_System_Int32_, Array_InternalArray__IReadOnlyList_get_Item_151, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE22B8, Array_InternalArray__IReadOnlyList_get_Item_151__MethodInfo); DO_APP_FUNC(0x00FA3970, KeyValuePair_2_System_Int32_System_Int32Enum_, Array_InternalArray__IReadOnlyList_get_Item_152, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE22B0, Array_InternalArray__IReadOnlyList_get_Item_152__MethodInfo); DO_APP_FUNC(0x00FA3A20, KeyValuePair_2_System_Int32_System_Int64_, Array_InternalArray__IReadOnlyList_get_Item_153, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE22E8, Array_InternalArray__IReadOnlyList_get_Item_153__MethodInfo); DO_APP_FUNC(0x00FA3AE0, KeyValuePair_2_System_Int32_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_154, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE22E0, Array_InternalArray__IReadOnlyList_get_Item_154__MethodInfo); DO_APP_FUNC(0x00FA3BA0, KeyValuePair_2_System_Int32_PlayerFlashlightBeam_, Array_InternalArray__IReadOnlyList_get_Item_155, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE22D8, Array_InternalArray__IReadOnlyList_get_Item_155__MethodInfo); DO_APP_FUNC(0x00FA3C60, KeyValuePair_2_System_Int32_UnityEngine_RenderInstancedDataLayout_, Array_InternalArray__IReadOnlyList_get_Item_156, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE22D0, Array_InternalArray__IReadOnlyList_get_Item_156__MethodInfo); DO_APP_FUNC(0x00FA3D20, KeyValuePair_2_System_Int32_System_Single_, Array_InternalArray__IReadOnlyList_get_Item_157, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2288, Array_InternalArray__IReadOnlyList_get_Item_157__MethodInfo); DO_APP_FUNC(0x00FA3DD0, KeyValuePair_2_System_Int32_UnityEngine_UIElements_TreeItem_, Array_InternalArray__IReadOnlyList_get_Item_158, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2280, Array_InternalArray__IReadOnlyList_get_Item_158__MethodInfo); DO_APP_FUNC(0x00FA3E90, KeyValuePair_2_System_Int32_UnityEngine_Vector2Int_, Array_InternalArray__IReadOnlyList_get_Item_159, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2278, Array_InternalArray__IReadOnlyList_get_Item_159__MethodInfo); DO_APP_FUNC(0x00FA3F50, KeyValuePair_2_System_Int32_UnityEngine_Vector4_, Array_InternalArray__IReadOnlyList_get_Item_160, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2270, Array_InternalArray__IReadOnlyList_get_Item_160__MethodInfo); DO_APP_FUNC(0x00FA4010, KeyValuePair_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_, Array_InternalArray__IReadOnlyList_get_Item_161, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE22A8, Array_InternalArray__IReadOnlyList_get_Item_161__MethodInfo); DO_APP_FUNC(0x00FA40D0, KeyValuePair_2_System_Int32Enum_System_Int32Enum_, Array_InternalArray__IReadOnlyList_get_Item_162, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE22A0, Array_InternalArray__IReadOnlyList_get_Item_162__MethodInfo); DO_APP_FUNC(0x00FA4180, KeyValuePair_2_System_Int32Enum_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_163, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2298, Array_InternalArray__IReadOnlyList_get_Item_163__MethodInfo); DO_APP_FUNC(0x00FA4240, KeyValuePair_2_System_Int64_UnityEngine_UIElements_ComputedStyle_, Array_InternalArray__IReadOnlyList_get_Item_164, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2290, Array_InternalArray__IReadOnlyList_get_Item_164__MethodInfo); DO_APP_FUNC(0x00FA4310, KeyValuePair_2_System_Int64_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_165, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2248, Array_InternalArray__IReadOnlyList_get_Item_165__MethodInfo); DO_APP_FUNC(0x00FA43D0, KeyValuePair_2_System_IntPtr_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_166, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2240, Array_InternalArray__IReadOnlyList_get_Item_166__MethodInfo); DO_APP_FUNC(0x00FA4490, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_, Array_InternalArray__IReadOnlyList_get_Item_167, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2238, Array_InternalArray__IReadOnlyList_get_Item_167__MethodInfo); DO_APP_FUNC(0x00FA4550, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_168, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2230, Array_InternalArray__IReadOnlyList_get_Item_168__MethodInfo); DO_APP_FUNC(0x00FA4610, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_, Array_InternalArray__IReadOnlyList_get_Item_169, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2268, Array_InternalArray__IReadOnlyList_get_Item_169__MethodInfo); DO_APP_FUNC(0x00FA46D0, KeyValuePair_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_170, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2260, Array_InternalArray__IReadOnlyList_get_Item_170__MethodInfo); DO_APP_FUNC(0x00FA4790, KeyValuePair_2_Photon_Bolt_NetworkId_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_171, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2258, Array_InternalArray__IReadOnlyList_get_Item_171__MethodInfo); DO_APP_FUNC(0x00FA4850, KeyValuePair_2_System_Object_System_ArraySegment_1_, Array_InternalArray__IReadOnlyList_get_Item_172, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2250, Array_InternalArray__IReadOnlyList_get_Item_172__MethodInfo); DO_APP_FUNC(0x00FA4910, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_, Array_InternalArray__IReadOnlyList_get_Item_173, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2208, Array_InternalArray__IReadOnlyList_get_Item_173__MethodInfo); DO_APP_FUNC(0x00FA49D0, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_, Array_InternalArray__IReadOnlyList_get_Item_174, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2200, Array_InternalArray__IReadOnlyList_get_Item_174__MethodInfo); DO_APP_FUNC(0x00FA4A90, KeyValuePair_2_System_Object_System_Boolean_, Array_InternalArray__IReadOnlyList_get_Item_175, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE21F8, Array_InternalArray__IReadOnlyList_get_Item_175__MethodInfo); DO_APP_FUNC(0x00FA4B50, KeyValuePair_2_System_Object_UnityEngine_Bounds_, Array_InternalArray__IReadOnlyList_get_Item_176, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE21F0, Array_InternalArray__IReadOnlyList_get_Item_176__MethodInfo); DO_APP_FUNC(0x00FA4C10, KeyValuePair_2_System_Object_System_Byte_, Array_InternalArray__IReadOnlyList_get_Item_177, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2228, Array_InternalArray__IReadOnlyList_get_Item_177__MethodInfo); DO_APP_FUNC(0x00FA4CD0, KeyValuePair_2_System_Object_System_Char_, Array_InternalArray__IReadOnlyList_get_Item_178, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2220, Array_InternalArray__IReadOnlyList_get_Item_178__MethodInfo); DO_APP_FUNC(0x00FA4D90, KeyValuePair_2_System_Object_UnityEngine_Color_, Array_InternalArray__IReadOnlyList_get_Item_179, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2218, Array_InternalArray__IReadOnlyList_get_Item_179__MethodInfo); DO_APP_FUNC(0x00FA4E50, KeyValuePair_2_System_Object_UnityEngine_Color32_, Array_InternalArray__IReadOnlyList_get_Item_180, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2210, Array_InternalArray__IReadOnlyList_get_Item_180__MethodInfo); DO_APP_FUNC(0x00FA4F10, KeyValuePair_2_System_Object_System_Int32_, Array_InternalArray__IReadOnlyList_get_Item_181, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE21C8, Array_InternalArray__IReadOnlyList_get_Item_181__MethodInfo); DO_APP_FUNC(0x00FA4FD0, KeyValuePair_2_System_Object_System_Int32Enum_, Array_InternalArray__IReadOnlyList_get_Item_182, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE21C0, Array_InternalArray__IReadOnlyList_get_Item_182__MethodInfo); DO_APP_FUNC(0x00FA5090, KeyValuePair_2_System_Object_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_183, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE21B8, Array_InternalArray__IReadOnlyList_get_Item_183__MethodInfo); DO_APP_FUNC(0x00FA5150, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_, Array_InternalArray__IReadOnlyList_get_Item_184, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE21B0, Array_InternalArray__IReadOnlyList_get_Item_184__MethodInfo); DO_APP_FUNC(0x00FA5210, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_, Array_InternalArray__IReadOnlyList_get_Item_185, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE21E8, Array_InternalArray__IReadOnlyList_get_Item_185__MethodInfo); DO_APP_FUNC(0x00FA52D0, KeyValuePair_2_System_Object_UnityEngine_Playables_Playable_, Array_InternalArray__IReadOnlyList_get_Item_186, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE21E0, Array_InternalArray__IReadOnlyList_get_Item_186__MethodInfo); DO_APP_FUNC(0x00FA5390, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_, Array_InternalArray__IReadOnlyList_get_Item_187, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE21D8, Array_InternalArray__IReadOnlyList_get_Item_187__MethodInfo); DO_APP_FUNC(0x00FA5450, KeyValuePair_2_System_Object_System_Resources_ResourceLocator_, Array_InternalArray__IReadOnlyList_get_Item_188, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE21D0, Array_InternalArray__IReadOnlyList_get_Item_188__MethodInfo); DO_APP_FUNC(0x00FA5510, KeyValuePair_2_System_Object_System_Single_, Array_InternalArray__IReadOnlyList_get_Item_189, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2188, Array_InternalArray__IReadOnlyList_get_Item_189__MethodInfo); DO_APP_FUNC(0x00FA55D0, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_, Array_InternalArray__IReadOnlyList_get_Item_190, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2180, Array_InternalArray__IReadOnlyList_get_Item_190__MethodInfo); DO_APP_FUNC(0x00FA5690, KeyValuePair_2_System_Object_UnityEngine_UIElements_TextureId_, Array_InternalArray__IReadOnlyList_get_Item_191, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2178, Array_InternalArray__IReadOnlyList_get_Item_191__MethodInfo); DO_APP_FUNC(0x00FA5750, KeyValuePair_2_System_Object_System_TimeSpan_, Array_InternalArray__IReadOnlyList_get_Item_192, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2170, Array_InternalArray__IReadOnlyList_get_Item_192__MethodInfo); DO_APP_FUNC(0x00FA5810, KeyValuePair_2_System_Object_UdpKit_UdpEndPoint_, Array_InternalArray__IReadOnlyList_get_Item_193, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE21A8, Array_InternalArray__IReadOnlyList_get_Item_193__MethodInfo); DO_APP_FUNC(0x00FA58D0, KeyValuePair_2_System_Object_UnityEngine_Vector2_, Array_InternalArray__IReadOnlyList_get_Item_194, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE21A0, Array_InternalArray__IReadOnlyList_get_Item_194__MethodInfo); DO_APP_FUNC(0x00FA5990, KeyValuePair_2_System_Object_UnityEngine_Vector3_, Array_InternalArray__IReadOnlyList_get_Item_195, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2198, Array_InternalArray__IReadOnlyList_get_Item_195__MethodInfo); DO_APP_FUNC(0x00FA5A50, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_, Array_InternalArray__IReadOnlyList_get_Item_196, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2190, Array_InternalArray__IReadOnlyList_get_Item_196__MethodInfo); DO_APP_FUNC(0x00FA5B10, KeyValuePair_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_, Array_InternalArray__IReadOnlyList_get_Item_197, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2148, Array_InternalArray__IReadOnlyList_get_Item_197__MethodInfo); DO_APP_FUNC(0x00FA5BD0, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_, Array_InternalArray__IReadOnlyList_get_Item_198, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2140, Array_InternalArray__IReadOnlyList_get_Item_198__MethodInfo); DO_APP_FUNC(0x00FA5CA0, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_, Array_InternalArray__IReadOnlyList_get_Item_199, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2138, Array_InternalArray__IReadOnlyList_get_Item_199__MethodInfo); DO_APP_FUNC(0x00FA5D60, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_, Array_InternalArray__IReadOnlyList_get_Item_200, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2130, Array_InternalArray__IReadOnlyList_get_Item_200__MethodInfo); DO_APP_FUNC(0x00FA5E20, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_, Array_InternalArray__IReadOnlyList_get_Item_201, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2168, Array_InternalArray__IReadOnlyList_get_Item_201__MethodInfo); DO_APP_FUNC(0x00FA5EE0, KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_, Array_InternalArray__IReadOnlyList_get_Item_202, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2160, Array_InternalArray__IReadOnlyList_get_Item_202__MethodInfo); DO_APP_FUNC(0x00FA5FA0, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_, Array_InternalArray__IReadOnlyList_get_Item_203, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2158, Array_InternalArray__IReadOnlyList_get_Item_203__MethodInfo); DO_APP_FUNC(0x00FA6060, KeyValuePair_2_Photon_Bolt_PrefabId_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_204, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2150, Array_InternalArray__IReadOnlyList_get_Item_204__MethodInfo); DO_APP_FUNC(0x00FA6120, KeyValuePair_2_UnityEngine_PropertyName_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_205, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2108, Array_InternalArray__IReadOnlyList_get_Item_205__MethodInfo); DO_APP_FUNC(0x00FA61E0, KeyValuePair_2_UnityEngine_RaycastHit_System_Int32_, Array_InternalArray__IReadOnlyList_get_Item_206, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2100, Array_InternalArray__IReadOnlyList_get_Item_206__MethodInfo); DO_APP_FUNC(0x00FA62A0, KeyValuePair_2_System_Single_SplineMesh_CurveSample_, Array_InternalArray__IReadOnlyList_get_Item_207, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE20F8, Array_InternalArray__IReadOnlyList_get_Item_207__MethodInfo); DO_APP_FUNC(0x00FA6370, KeyValuePair_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_208, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE20F0, Array_InternalArray__IReadOnlyList_get_Item_208__MethodInfo); DO_APP_FUNC(0x00FA6430, KeyValuePair_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_209, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2128, Array_InternalArray__IReadOnlyList_get_Item_209__MethodInfo); DO_APP_FUNC(0x00FA64F0, KeyValuePair_2_Photon_Bolt_TypeId_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_210, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2120, Array_InternalArray__IReadOnlyList_get_Item_210__MethodInfo); DO_APP_FUNC(0x00FA65B0, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_, Array_InternalArray__IReadOnlyList_get_Item_211, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2118, Array_InternalArray__IReadOnlyList_get_Item_211__MethodInfo); DO_APP_FUNC(0x00FA6670, KeyValuePair_2_System_UInt16_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_212, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2110, Array_InternalArray__IReadOnlyList_get_Item_212__MethodInfo); DO_APP_FUNC(0x00FA6730, KeyValuePair_2_System_UInt16_Dissonance_PlayerChannel_, Array_InternalArray__IReadOnlyList_get_Item_213, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE20C8, Array_InternalArray__IReadOnlyList_get_Item_213__MethodInfo); DO_APP_FUNC(0x00FA67F0, KeyValuePair_2_System_UInt16_Dissonance_RoomChannel_, Array_InternalArray__IReadOnlyList_get_Item_214, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE20C0, Array_InternalArray__IReadOnlyList_get_Item_214__MethodInfo); DO_APP_FUNC(0x00FA68B0, KeyValuePair_2_System_UInt32_System_Boolean_, Array_InternalArray__IReadOnlyList_get_Item_215, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE20B8, Array_InternalArray__IReadOnlyList_get_Item_215__MethodInfo); DO_APP_FUNC(0x00FA6960, KeyValuePair_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_, Array_InternalArray__IReadOnlyList_get_Item_216, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE20B0, Array_InternalArray__IReadOnlyList_get_Item_216__MethodInfo); DO_APP_FUNC(0x00FA6A20, KeyValuePair_2_System_UInt32_System_Int32_, Array_InternalArray__IReadOnlyList_get_Item_217, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE20E8, Array_InternalArray__IReadOnlyList_get_Item_217__MethodInfo); DO_APP_FUNC(0x00FA6AD0, KeyValuePair_2_System_UInt32_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_218, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE20E0, Array_InternalArray__IReadOnlyList_get_Item_218__MethodInfo); DO_APP_FUNC(0x00FA6B90, KeyValuePair_2_System_UInt32_SessionClient_, Array_InternalArray__IReadOnlyList_get_Item_219, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE20D8, Array_InternalArray__IReadOnlyList_get_Item_219__MethodInfo); DO_APP_FUNC(0x00FA6C50, KeyValuePair_2_System_UInt64_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_220, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE20D0, Array_InternalArray__IReadOnlyList_get_Item_220__MethodInfo); DO_APP_FUNC(0x00FA6D10, KeyValuePair_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_, Array_InternalArray__IReadOnlyList_get_Item_221, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2088, Array_InternalArray__IReadOnlyList_get_Item_221__MethodInfo); DO_APP_FUNC(0x00FA6DD0, KeyValuePair_2_UdpKit_UdpChannelName_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_222, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2080, Array_InternalArray__IReadOnlyList_get_Item_222__MethodInfo); DO_APP_FUNC(0x00FA6E90, KeyValuePair_2_UdpKit_UdpEndPoint_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_223, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2078, Array_InternalArray__IReadOnlyList_get_Item_223__MethodInfo); DO_APP_FUNC(0x00FA6F50, KeyValuePair_2_UdpKit_UdpEndPoint_System_UInt32_, Array_InternalArray__IReadOnlyList_get_Item_224, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2070, Array_InternalArray__IReadOnlyList_get_Item_224__MethodInfo); DO_APP_FUNC(0x00FA7010, KeyValuePair_2_Photon_Bolt_UniqueId_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_225, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE20A8, Array_InternalArray__IReadOnlyList_get_Item_225__MethodInfo); DO_APP_FUNC(0x00FA70D0, KeyValuePair_2_UnityEngine_Vector3_System_Int32_, Array_InternalArray__IReadOnlyList_get_Item_226, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE20A0, Array_InternalArray__IReadOnlyList_get_Item_226__MethodInfo); DO_APP_FUNC(0x00FA7190, KeyValuePair_2_UnityEngine_Vector3Int_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_227, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2098, Array_InternalArray__IReadOnlyList_get_Item_227__MethodInfo); DO_APP_FUNC(0x00FA7250, KeyValuePair_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_, Array_InternalArray__IReadOnlyList_get_Item_228, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2090, Array_InternalArray__IReadOnlyList_get_Item_228__MethodInfo); DO_APP_FUNC(0x00FA7310, KeyValuePair_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_229, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2048, Array_InternalArray__IReadOnlyList_get_Item_229__MethodInfo); DO_APP_FUNC(0x00FA73D0, KeyValuePair_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_, Array_InternalArray__IReadOnlyList_get_Item_230, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2040, Array_InternalArray__IReadOnlyList_get_Item_230__MethodInfo); DO_APP_FUNC(0x00FA7490, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_231, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2038, Array_InternalArray__IReadOnlyList_get_Item_231__MethodInfo); DO_APP_FUNC(0x00FA7550, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_, Array_InternalArray__IReadOnlyList_get_Item_232, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2030, Array_InternalArray__IReadOnlyList_get_Item_232__MethodInfo); DO_APP_FUNC(0x00FA7610, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_, Array_InternalArray__IReadOnlyList_get_Item_233, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2068, Array_InternalArray__IReadOnlyList_get_Item_233__MethodInfo); DO_APP_FUNC(0x00FA76D0, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_234, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2060, Array_InternalArray__IReadOnlyList_get_Item_234__MethodInfo); DO_APP_FUNC(0x00FA7790, KeyValuePair_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_235, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2058, Array_InternalArray__IReadOnlyList_get_Item_235__MethodInfo); DO_APP_FUNC(0x00FA7850, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_, Array_InternalArray__IReadOnlyList_get_Item_236, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2050, Array_InternalArray__IReadOnlyList_get_Item_236__MethodInfo); DO_APP_FUNC(0x00FA7910, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_, Array_InternalArray__IReadOnlyList_get_Item_237, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2008, Array_InternalArray__IReadOnlyList_get_Item_237__MethodInfo); DO_APP_FUNC(0x00FA79D0, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_238, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2000, Array_InternalArray__IReadOnlyList_get_Item_238__MethodInfo); DO_APP_FUNC(0x00FA7A90, KeyValuePair_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_239, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1FF8, Array_InternalArray__IReadOnlyList_get_Item_239__MethodInfo); DO_APP_FUNC(0x00FA7B50, KeyValuePair_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_240, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1FF0, Array_InternalArray__IReadOnlyList_get_Item_240__MethodInfo); DO_APP_FUNC(0x00FA7C20, ThreadLocal_1_T_LinkedSlotVolatile_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_241, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2028, Array_InternalArray__IReadOnlyList_get_Item_241__MethodInfo); DO_APP_FUNC(0x00FA7CD0, NativeArray_1_System_UInt16_, Array_InternalArray__IReadOnlyList_get_Item_242, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2020, Array_InternalArray__IReadOnlyList_get_Item_242__MethodInfo); DO_APP_FUNC(0x00FA7D90, NativeArray_1_UnityEngine_UIElements_Vertex_, Array_InternalArray__IReadOnlyList_get_Item_243, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2018, Array_InternalArray__IReadOnlyList_get_Item_243__MethodInfo); DO_APP_FUNC(0x00FA7E50, NonAllocDictionary_2_K_V_Node_System_Byte_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_244, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2010, Array_InternalArray__IReadOnlyList_get_Item_244__MethodInfo); DO_APP_FUNC(0x00FA7F10, NonAllocDictionary_2_K_V_Node_System_Int32_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_245, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1FC8, Array_InternalArray__IReadOnlyList_get_Item_245__MethodInfo); DO_APP_FUNC(0x00FA7FD0, NonAllocDictionary_2_K_V_Node_System_Object_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_246, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1FC0, Array_InternalArray__IReadOnlyList_get_Item_246__MethodInfo); DO_APP_FUNC(0x00FA8090, InputStateHistory_1_TValue_Record_TouchState_, Array_InternalArray__IReadOnlyList_get_Item_247, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1FB8, Array_InternalArray__IReadOnlyList_get_Item_247__MethodInfo); DO_APP_FUNC(0x00FA8150, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_248, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1FB0, Array_InternalArray__IReadOnlyList_get_Item_248__MethodInfo); DO_APP_FUNC(0x00FA8210, STuple_2_System_Object_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_249, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1FE8, Array_InternalArray__IReadOnlyList_get_Item_249__MethodInfo); DO_APP_FUNC(0x00FA82D0, HashSet_1_T_Slot_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_, Array_InternalArray__IReadOnlyList_get_Item_250, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1FE0, Array_InternalArray__IReadOnlyList_get_Item_250__MethodInfo); DO_APP_FUNC(0x00FA8390, HashSet_1_T_Slot_System_Int32_, Array_InternalArray__IReadOnlyList_get_Item_251, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1FD8, Array_InternalArray__IReadOnlyList_get_Item_251__MethodInfo); DO_APP_FUNC(0x00FA8450, Set_1_TElement_Slot_System_Int32_, Array_InternalArray__IReadOnlyList_get_Item_252, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1FD0, Array_InternalArray__IReadOnlyList_get_Item_252__MethodInfo); DO_APP_FUNC(0x00FA8510, HashSet_1_T_Slot_System_Int32Enum_, Array_InternalArray__IReadOnlyList_get_Item_253, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1F88, Array_InternalArray__IReadOnlyList_get_Item_253__MethodInfo); DO_APP_FUNC(0x00FA85D0, HashSet_1_T_Slot_UnityEngine_InputSystem_Utilities_InternedString_, Array_InternalArray__IReadOnlyList_get_Item_254, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1F80, Array_InternalArray__IReadOnlyList_get_Item_254__MethodInfo); DO_APP_FUNC(0x00FA8690, HashSet_1_T_Slot_Photon_Bolt_NetworkId_, Array_InternalArray__IReadOnlyList_get_Item_255, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1F78, Array_InternalArray__IReadOnlyList_get_Item_255__MethodInfo); DO_APP_FUNC(0x00FA8750, HashSet_1_T_Slot_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_256, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1F70, Array_InternalArray__IReadOnlyList_get_Item_256__MethodInfo); DO_APP_FUNC(0x00FA8810, Set_1_TElement_Slot_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_257, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1FA8, Array_InternalArray__IReadOnlyList_get_Item_257__MethodInfo); DO_APP_FUNC(0x00FA88D0, ConcurrentQueue_1_T_Segment_T_Slot_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_258, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1FA0, Array_InternalArray__IReadOnlyList_get_Item_258__MethodInfo); DO_APP_FUNC(0x00FA8990, HashSet_1_T_Slot_System_UInt32_, Array_InternalArray__IReadOnlyList_get_Item_259, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1F98, Array_InternalArray__IReadOnlyList_get_Item_259__MethodInfo); DO_APP_FUNC(0x00FA8A50, HashSet_1_T_Slot_System_UInt64_, Array_InternalArray__IReadOnlyList_get_Item_260, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1F90, Array_InternalArray__IReadOnlyList_get_Item_260__MethodInfo); DO_APP_FUNC(0x00FA8B10, HashSet_1_T_Slot_UdpKit_UdpEndPoint_, Array_InternalArray__IReadOnlyList_get_Item_261, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1F48, Array_InternalArray__IReadOnlyList_get_Item_261__MethodInfo); DO_APP_FUNC(0x00FA8BD0, HashSet_1_T_Slot_UdpKit_UdpIPv4Address_, Array_InternalArray__IReadOnlyList_get_Item_262, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1F40, Array_InternalArray__IReadOnlyList_get_Item_262__MethodInfo); DO_APP_FUNC(0x00FA8C90, HashSet_1_T_Slot_UnityEngine_Vector3_, Array_InternalArray__IReadOnlyList_get_Item_263, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1F38, Array_InternalArray__IReadOnlyList_get_Item_263__MethodInfo); DO_APP_FUNC(0x00FA8D50, HashSet_1_T_Slot_UnityEngine_Vector3Int_, Array_InternalArray__IReadOnlyList_get_Item_264, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1F30, Array_InternalArray__IReadOnlyList_get_Item_264__MethodInfo); DO_APP_FUNC(0x00FA8E10, StylePropertyAnimationSystem_Values_1_T_StyleData_Background_, Array_InternalArray__IReadOnlyList_get_Item_265, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1F68, Array_InternalArray__IReadOnlyList_get_Item_265__MethodInfo); DO_APP_FUNC(0x00FA8EE0, StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color_, Array_InternalArray__IReadOnlyList_get_Item_266, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1F60, Array_InternalArray__IReadOnlyList_get_Item_266__MethodInfo); DO_APP_FUNC(0x00FA8FA0, StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition_, Array_InternalArray__IReadOnlyList_get_Item_267, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1F58, Array_InternalArray__IReadOnlyList_get_Item_267__MethodInfo); DO_APP_FUNC(0x00FA9060, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32_, Array_InternalArray__IReadOnlyList_get_Item_268, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1F50, Array_InternalArray__IReadOnlyList_get_Item_268__MethodInfo); DO_APP_FUNC(0x00FA9120, StylePropertyAnimationSystem_Values_1_T_StyleData_Length_, Array_InternalArray__IReadOnlyList_get_Item_269, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1F08, Array_InternalArray__IReadOnlyList_get_Item_269__MethodInfo); DO_APP_FUNC(0x00FA91E0, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_270, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1F00, Array_InternalArray__IReadOnlyList_get_Item_270__MethodInfo); DO_APP_FUNC(0x00FA92A0, StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate_, Array_InternalArray__IReadOnlyList_get_Item_271, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1EF8, Array_InternalArray__IReadOnlyList_get_Item_271__MethodInfo); DO_APP_FUNC(0x00FA9370, StylePropertyAnimationSystem_Values_1_T_StyleData_Scale_, Array_InternalArray__IReadOnlyList_get_Item_272, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1EF0, Array_InternalArray__IReadOnlyList_get_Item_272__MethodInfo); DO_APP_FUNC(0x00FA9430, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single_, Array_InternalArray__IReadOnlyList_get_Item_273, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1F28, Array_InternalArray__IReadOnlyList_get_Item_273__MethodInfo); DO_APP_FUNC(0x00FA94F0, StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow_, Array_InternalArray__IReadOnlyList_get_Item_274, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1F20, Array_InternalArray__IReadOnlyList_get_Item_274__MethodInfo); DO_APP_FUNC(0x00FA95C0, StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin_, Array_InternalArray__IReadOnlyList_get_Item_275, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1F18, Array_InternalArray__IReadOnlyList_get_Item_275__MethodInfo); DO_APP_FUNC(0x00FA9690, StylePropertyAnimationSystem_Values_1_T_StyleData_Translate_, Array_InternalArray__IReadOnlyList_get_Item_276, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1F10, Array_InternalArray__IReadOnlyList_get_Item_276__MethodInfo); DO_APP_FUNC(0x00FA9760, TMP_TextProcessingStack_1_UnityEngine_Color32_, Array_InternalArray__IReadOnlyList_get_Item_277, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1EC8, Array_InternalArray__IReadOnlyList_get_Item_277__MethodInfo); DO_APP_FUNC(0x00FA9820, TMP_TextProcessingStack_1_HighlightState_, Array_InternalArray__IReadOnlyList_get_Item_278, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1EC0, Array_InternalArray__IReadOnlyList_get_Item_278__MethodInfo); DO_APP_FUNC(0x00FA98E0, TMP_TextProcessingStack_1_System_Int32_, Array_InternalArray__IReadOnlyList_get_Item_279, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1EB8, Array_InternalArray__IReadOnlyList_get_Item_279__MethodInfo); DO_APP_FUNC(0x00FA99A0, TMP_TextProcessingStack_1_System_Int32Enum_, Array_InternalArray__IReadOnlyList_get_Item_280, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1EB0, Array_InternalArray__IReadOnlyList_get_Item_280__MethodInfo); DO_APP_FUNC(0x00FA9A60, TMP_TextProcessingStack_1_MaterialReference_, Array_InternalArray__IReadOnlyList_get_Item_281, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1EE8, Array_InternalArray__IReadOnlyList_get_Item_281__MethodInfo); DO_APP_FUNC(0x00FA9B30, TMP_TextProcessingStack_1_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_282, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1EE0, Array_InternalArray__IReadOnlyList_get_Item_282__MethodInfo); DO_APP_FUNC(0x00FA9BF0, TMP_TextProcessingStack_1_System_Single_, Array_InternalArray__IReadOnlyList_get_Item_283, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1ED8, Array_InternalArray__IReadOnlyList_get_Item_283__MethodInfo); DO_APP_FUNC(0x00FA9CB0, TMP_TextProcessingStack_1_WordWrapState_, Array_InternalArray__IReadOnlyList_get_Item_284, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1ED0, Array_InternalArray__IReadOnlyList_get_Item_284__MethodInfo); DO_APP_FUNC(0x00FA9D70, StylePropertyAnimationSystem_Values_1_T_TimingData_Background_, Array_InternalArray__IReadOnlyList_get_Item_285, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1E88, Array_InternalArray__IReadOnlyList_get_Item_285__MethodInfo); DO_APP_FUNC(0x00FA9E30, StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_, Array_InternalArray__IReadOnlyList_get_Item_286, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1E80, Array_InternalArray__IReadOnlyList_get_Item_286__MethodInfo); DO_APP_FUNC(0x00FA9EF0, StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_, Array_InternalArray__IReadOnlyList_get_Item_287, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1E78, Array_InternalArray__IReadOnlyList_get_Item_287__MethodInfo); DO_APP_FUNC(0x00FA9FB0, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_, Array_InternalArray__IReadOnlyList_get_Item_288, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1E70, Array_InternalArray__IReadOnlyList_get_Item_288__MethodInfo); DO_APP_FUNC(0x00FAA070, StylePropertyAnimationSystem_Values_1_T_TimingData_Length_, Array_InternalArray__IReadOnlyList_get_Item_289, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1EA8, Array_InternalArray__IReadOnlyList_get_Item_289__MethodInfo); DO_APP_FUNC(0x00FAA130, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_, Array_InternalArray__IReadOnlyList_get_Item_290, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1EA0, Array_InternalArray__IReadOnlyList_get_Item_290__MethodInfo); DO_APP_FUNC(0x00FAA1F0, StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_, Array_InternalArray__IReadOnlyList_get_Item_291, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1E98, Array_InternalArray__IReadOnlyList_get_Item_291__MethodInfo); DO_APP_FUNC(0x00FAA2B0, StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_, Array_InternalArray__IReadOnlyList_get_Item_292, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1E90, Array_InternalArray__IReadOnlyList_get_Item_292__MethodInfo); DO_APP_FUNC(0x00FAA370, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_, Array_InternalArray__IReadOnlyList_get_Item_293, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1E48, Array_InternalArray__IReadOnlyList_get_Item_293__MethodInfo); DO_APP_FUNC(0x00FAA430, StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_, Array_InternalArray__IReadOnlyList_get_Item_294, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1E40, Array_InternalArray__IReadOnlyList_get_Item_294__MethodInfo); DO_APP_FUNC(0x00FAA4F0, StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_, Array_InternalArray__IReadOnlyList_get_Item_295, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1E38, Array_InternalArray__IReadOnlyList_get_Item_295__MethodInfo); DO_APP_FUNC(0x00FAA5B0, StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_, Array_InternalArray__IReadOnlyList_get_Item_296, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1E30, Array_InternalArray__IReadOnlyList_get_Item_296__MethodInfo); DO_APP_FUNC(0x00FAA670, ValueTuple_1_Boolean_, Array_InternalArray__IReadOnlyList_get_Item_297, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1E68, Array_InternalArray__IReadOnlyList_get_Item_297__MethodInfo); DO_APP_FUNC(0x00FAA720, ValueTuple_2_Int32_Object_, Array_InternalArray__IReadOnlyList_get_Item_298, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1E60, Array_InternalArray__IReadOnlyList_get_Item_298__MethodInfo); DO_APP_FUNC(0x00FAA7E0, ValueTuple_2_Int32_UnityEngine_Vector2Int_, Array_InternalArray__IReadOnlyList_get_Item_299, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1E58, Array_InternalArray__IReadOnlyList_get_Item_299__MethodInfo); DO_APP_FUNC(0x00FAA8A0, ValueTuple_2_IntPtr_Object_, Array_InternalArray__IReadOnlyList_get_Item_300, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1E50, Array_InternalArray__IReadOnlyList_get_Item_300__MethodInfo); DO_APP_FUNC(0x00FAA960, ValueTuple_2_Object_ValueTuple_2_Object_Int32_, Array_InternalArray__IReadOnlyList_get_Item_301, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1E08, Array_InternalArray__IReadOnlyList_get_Item_301__MethodInfo); DO_APP_FUNC(0x00FAAA20, ValueTuple_2_Object_Int32_, Array_InternalArray__IReadOnlyList_get_Item_302, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1E00, Array_InternalArray__IReadOnlyList_get_Item_302__MethodInfo); DO_APP_FUNC(0x00FAAAE0, ValueTuple_2_Object_Object_, Array_InternalArray__IReadOnlyList_get_Item_303, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1DF8, Array_InternalArray__IReadOnlyList_get_Item_303__MethodInfo); DO_APP_FUNC(0x00FAABA0, ValueTuple_2_UnityEngine_Vector3Int_Object_, Array_InternalArray__IReadOnlyList_get_Item_304, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1DF0, Array_InternalArray__IReadOnlyList_get_Item_304__MethodInfo); DO_APP_FUNC(0x00FAAC60, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_, Array_InternalArray__IReadOnlyList_get_Item_305, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1E28, Array_InternalArray__IReadOnlyList_get_Item_305__MethodInfo); DO_APP_FUNC(0x00FAAD30, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_, Array_InternalArray__IReadOnlyList_get_Item_306, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1E20, Array_InternalArray__IReadOnlyList_get_Item_306__MethodInfo); DO_APP_FUNC(0x00FAADF0, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_, Array_InternalArray__IReadOnlyList_get_Item_307, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1E18, Array_InternalArray__IReadOnlyList_get_Item_307__MethodInfo); DO_APP_FUNC(0x00FAAEB0, ValueTuple_3_Object_Object_Object_, Array_InternalArray__IReadOnlyList_get_Item_308, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1E10, Array_InternalArray__IReadOnlyList_get_Item_308__MethodInfo); DO_APP_FUNC(0x00FAAF70, AnimatorClipInfo, Array_InternalArray__IReadOnlyList_get_Item_309, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1DC8, Array_InternalArray__IReadOnlyList_get_Item_309__MethodInfo); DO_APP_FUNC(0x00FAB020, AstarWorkItem, Array_InternalArray__IReadOnlyList_get_Item_310, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1DC0, Array_InternalArray__IReadOnlyList_get_Item_310__MethodInfo); DO_APP_FUNC(0x00FAB0E0, AsyncOperationHandle, Array_InternalArray__IReadOnlyList_get_Item_311, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1DB8, Array_InternalArray__IReadOnlyList_get_Item_311__MethodInfo); DO_APP_FUNC(0x00FAB1A0, AxisCalibrationData, Array_InternalArray__IReadOnlyList_get_Item_312, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1DB0, Array_InternalArray__IReadOnlyList_get_Item_312__MethodInfo); DO_APP_FUNC(0x00FAB270, Background, Array_InternalArray__IReadOnlyList_get_Item_313, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1DE8, Array_InternalArray__IReadOnlyList_get_Item_313__MethodInfo); DO_APP_FUNC(0x00FAB330, BatchVisibility, Array_InternalArray__IReadOnlyList_get_Item_314, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1DE0, Array_InternalArray__IReadOnlyList_get_Item_314__MethodInfo); DO_APP_FUNC(0x00FAB3F0, BoltPeer, Array_InternalArray__IReadOnlyList_get_Item_315, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1DD8, Array_InternalArray__IReadOnlyList_get_Item_315__MethodInfo); DO_APP_FUNC(0x00FAB4A0, BoltPhysicsHit, Array_InternalArray__IReadOnlyList_get_Item_316, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1DD0, Array_InternalArray__IReadOnlyList_get_Item_316__MethodInfo); DO_APP_FUNC(0x00FAB560, BoneWeight, Array_InternalArray__IReadOnlyList_get_Item_317, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1D88, Array_InternalArray__IReadOnlyList_get_Item_317__MethodInfo); DO_APP_FUNC(0x00FAB620, BoneWeight1, Array_InternalArray__IReadOnlyList_get_Item_318, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1D80, Array_InternalArray__IReadOnlyList_get_Item_318__MethodInfo); DO_APP_FUNC(0x00FAB6D0, bool, Array_InternalArray__IReadOnlyList_get_Item_319, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1D78, Array_InternalArray__IReadOnlyList_get_Item_319__MethodInfo); DO_APP_FUNC(0x00FAB780, BoundedPlane, Array_InternalArray__IReadOnlyList_get_Item_320, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1D70, Array_InternalArray__IReadOnlyList_get_Item_320__MethodInfo); DO_APP_FUNC(0x00FAB850, BoundingSphere, Array_InternalArray__IReadOnlyList_get_Item_321, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1DA8, Array_InternalArray__IReadOnlyList_get_Item_321__MethodInfo); DO_APP_FUNC(0x00FAB910, Bounds, Array_InternalArray__IReadOnlyList_get_Item_322, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1DA0, Array_InternalArray__IReadOnlyList_get_Item_322__MethodInfo); DO_APP_FUNC(0x00FAB9D0, uint8_t, Array_InternalArray__IReadOnlyList_get_Item_323, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1D98, Array_InternalArray__IReadOnlyList_get_Item_323__MethodInfo); DO_APP_FUNC(0x00FABA80, ByteEnum__Enum, Array_InternalArray__IReadOnlyList_get_Item_324, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1D90, Array_InternalArray__IReadOnlyList_get_Item_324__MethodInfo); DO_APP_FUNC(0x00FABB30, CancellationToken, Array_InternalArray__IReadOnlyList_get_Item_325, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1D48, Array_InternalArray__IReadOnlyList_get_Item_325__MethodInfo); DO_APP_FUNC(0x00FABBE0, CancellationTokenRegistration, Array_InternalArray__IReadOnlyList_get_Item_326, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1D40, Array_InternalArray__IReadOnlyList_get_Item_326__MethodInfo); DO_APP_FUNC(0x00FABCA0, uint16_t, Array_InternalArray__IReadOnlyList_get_Item_327, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1D38, Array_InternalArray__IReadOnlyList_get_Item_327__MethodInfo); DO_APP_FUNC(0x00FABD50, ClientInfo, Array_InternalArray__IReadOnlyList_get_Item_328, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1D30, Array_InternalArray__IReadOnlyList_get_Item_328__MethodInfo); DO_APP_FUNC(0x00FABE10, ClothSkinningCoefficient, Array_InternalArray__IReadOnlyList_get_Item_329, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1D68, Array_InternalArray__IReadOnlyList_get_Item_329__MethodInfo); DO_APP_FUNC(0x00FABEC0, ClothSphereColliderPair, Array_InternalArray__IReadOnlyList_get_Item_330, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1D60, Array_InternalArray__IReadOnlyList_get_Item_330__MethodInfo); DO_APP_FUNC(0x00FABF80, Color, Array_InternalArray__IReadOnlyList_get_Item_331, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1D58, Array_InternalArray__IReadOnlyList_get_Item_331__MethodInfo); DO_APP_FUNC(0x00FAC040, Color32, Array_InternalArray__IReadOnlyList_get_Item_332, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1D50, Array_InternalArray__IReadOnlyList_get_Item_332__MethodInfo); DO_APP_FUNC(0x00FAC0F0, ColorBlock, Array_InternalArray__IReadOnlyList_get_Item_333, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1D08, Array_InternalArray__IReadOnlyList_get_Item_333__MethodInfo); DO_APP_FUNC(0x00FAC1C0, CombineInstance, Array_InternalArray__IReadOnlyList_get_Item_334, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1D00, Array_InternalArray__IReadOnlyList_get_Item_334__MethodInfo); DO_APP_FUNC(0x00FAC290, CompactVoxelCell, Array_InternalArray__IReadOnlyList_get_Item_335, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1CF8, Array_InternalArray__IReadOnlyList_get_Item_335__MethodInfo); DO_APP_FUNC(0x00FAC340, CompactVoxelSpan, Array_InternalArray__IReadOnlyList_get_Item_336, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1CF0, Array_InternalArray__IReadOnlyList_get_Item_336__MethodInfo); DO_APP_FUNC(0x00FAC400, ComputedStyle, Array_InternalArray__IReadOnlyList_get_Item_337, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1D28, Array_InternalArray__IReadOnlyList_get_Item_337__MethodInfo); DO_APP_FUNC(0x00FAC4D0, ComputedTransitionProperty, Array_InternalArray__IReadOnlyList_get_Item_338, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1D20, Array_InternalArray__IReadOnlyList_get_Item_338__MethodInfo); DO_APP_FUNC(0x00FAC590, ConfigurationDescriptor, Array_InternalArray__IReadOnlyList_get_Item_339, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1D18, Array_InternalArray__IReadOnlyList_get_Item_339__MethodInfo); DO_APP_FUNC(0x00FAC650, Connection, Array_InternalArray__IReadOnlyList_get_Item_340, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1D10, Array_InternalArray__IReadOnlyList_get_Item_340__MethodInfo); DO_APP_FUNC(0x00FAC710, ContactPoint, Array_InternalArray__IReadOnlyList_get_Item_341, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1CC8, Array_InternalArray__IReadOnlyList_get_Item_341__MethodInfo); DO_APP_FUNC(0x00FAC7D0, ContactPoint2D, Array_InternalArray__IReadOnlyList_get_Item_342, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1CC0, Array_InternalArray__IReadOnlyList_get_Item_342__MethodInfo); DO_APP_FUNC(0x00FAC8A0, ControllerPollingInfo, Array_InternalArray__IReadOnlyList_get_Item_343, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1CB8, Array_InternalArray__IReadOnlyList_get_Item_343__MethodInfo); DO_APP_FUNC(0x00FAC970, ControllerTemplateElementTarget, Array_InternalArray__IReadOnlyList_get_Item_344, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1CB0, Array_InternalArray__IReadOnlyList_get_Item_344__MethodInfo); DO_APP_FUNC(0x00FACA30, CurveSample, Array_InternalArray__IReadOnlyList_get_Item_345, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1CE8, Array_InternalArray__IReadOnlyList_get_Item_345__MethodInfo); DO_APP_FUNC(0x00FACB00, CustomAttributeNamedArgument, Array_InternalArray__IReadOnlyList_get_Item_346, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1CE0, Array_InternalArray__IReadOnlyList_get_Item_346__MethodInfo); DO_APP_FUNC(0x00FACBC0, CustomAttributeTypedArgument, Array_InternalArray__IReadOnlyList_get_Item_347, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1CD8, Array_InternalArray__IReadOnlyList_get_Item_347__MethodInfo); DO_APP_FUNC(0x00FACC80, DateTime, Array_InternalArray__IReadOnlyList_get_Item_348, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1CD0, Array_InternalArray__IReadOnlyList_get_Item_348__MethodInfo); DO_APP_FUNC(0x00FACD30, DateTimeOffset, Array_InternalArray__IReadOnlyList_get_Item_349, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1C88, Array_InternalArray__IReadOnlyList_get_Item_349__MethodInfo); DO_APP_FUNC(0x00FACDF0, Decimal, Array_InternalArray__IReadOnlyList_get_Item_350, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1C80, Array_InternalArray__IReadOnlyList_get_Item_350__MethodInfo); DO_APP_FUNC(0x00FACEB0, DetailInstanceTransform, Array_InternalArray__IReadOnlyList_get_Item_351, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1C78, Array_InternalArray__IReadOnlyList_get_Item_351__MethodInfo); DO_APP_FUNC(0x00FACF70, DiagnosticEvent, Array_InternalArray__IReadOnlyList_get_Item_352, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1C70, Array_InternalArray__IReadOnlyList_get_Item_352__MethodInfo); DO_APP_FUNC(0x00FAD030, DictionaryEntry, Array_InternalArray__IReadOnlyList_get_Item_353, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1CA8, Array_InternalArray__IReadOnlyList_get_Item_353__MethodInfo); DO_APP_FUNC(0x00FAD0F0, Dimension, Array_InternalArray__IReadOnlyList_get_Item_354, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1CA0, Array_InternalArray__IReadOnlyList_get_Item_354__MethodInfo); DO_APP_FUNC(0x00FAD1A0, double, Array_InternalArray__IReadOnlyList_get_Item_355, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1C98, Array_InternalArray__IReadOnlyList_get_Item_355__MethodInfo); DO_APP_FUNC(0x00FAD250, DrawBufferRange, Array_InternalArray__IReadOnlyList_get_Item_356, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1C90, Array_InternalArray__IReadOnlyList_get_Item_356__MethodInfo); DO_APP_FUNC(0x00FAD310, EasingFunction, Array_InternalArray__IReadOnlyList_get_Item_357, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1C48, Array_InternalArray__IReadOnlyList_get_Item_357__MethodInfo); DO_APP_FUNC(0x00FAD3C0, ElementAssignmentConflictInfo, Array_InternalArray__IReadOnlyList_get_Item_358, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1C40, Array_InternalArray__IReadOnlyList_get_Item_358__MethodInfo); DO_APP_FUNC(0x00FAD480, Entitlement, Array_InternalArray__IReadOnlyList_get_Item_359, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1C38, Array_InternalArray__IReadOnlyList_get_Item_359__MethodInfo); DO_APP_FUNC(0x00FAD540, Ephemeron, Array_InternalArray__IReadOnlyList_get_Item_360, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1C30, Array_InternalArray__IReadOnlyList_get_Item_360__MethodInfo); DO_APP_FUNC(0x00FAD600, EventReliable, Array_InternalArray__IReadOnlyList_get_Item_361, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1C68, Array_InternalArray__IReadOnlyList_get_Item_361__MethodInfo); DO_APP_FUNC(0x00FAD6C0, EventUnreliable, Array_InternalArray__IReadOnlyList_get_Item_362, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1C60, Array_InternalArray__IReadOnlyList_get_Item_362__MethodInfo); DO_APP_FUNC(0x00FAD780, FORMATETC, Array_InternalArray__IReadOnlyList_get_Item_363, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1C58, Array_InternalArray__IReadOnlyList_get_Item_363__MethodInfo); DO_APP_FUNC(0x00FAD840, FileStat, Array_InternalArray__IReadOnlyList_get_Item_364, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1C50, Array_InternalArray__IReadOnlyList_get_Item_364__MethodInfo); DO_APP_FUNC(0x00FAD900, FontDefinition, Array_InternalArray__IReadOnlyList_get_Item_365, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1C08, Array_InternalArray__IReadOnlyList_get_Item_365__MethodInfo); DO_APP_FUNC(0x00FAD9C0, FontWeightPair, Array_InternalArray__IReadOnlyList_get_Item_366, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1C00, Array_InternalArray__IReadOnlyList_get_Item_366__MethodInfo); DO_APP_FUNC(0x00FADA80, FrameFormat, Array_InternalArray__IReadOnlyList_get_Item_367, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1BF8, Array_InternalArray__IReadOnlyList_get_Item_367__MethodInfo); DO_APP_FUNC(0x00FADB40, GCHandle, Array_InternalArray__IReadOnlyList_get_Item_368, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1BF0, Array_InternalArray__IReadOnlyList_get_Item_368__MethodInfo); DO_APP_FUNC(0x00FADBF0, GfxUpdateBufferRange, Array_InternalArray__IReadOnlyList_get_Item_369, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1C28, Array_InternalArray__IReadOnlyList_get_Item_369__MethodInfo); DO_APP_FUNC(0x00FADCB0, GlobalKeyword, Array_InternalArray__IReadOnlyList_get_Item_370, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1C20, Array_InternalArray__IReadOnlyList_get_Item_370__MethodInfo); DO_APP_FUNC(0x00FADD70, GlyphMarshallingStruct, Array_InternalArray__IReadOnlyList_get_Item_371, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1C18, Array_InternalArray__IReadOnlyList_get_Item_371__MethodInfo); DO_APP_FUNC(0x00FADE30, GlyphPairAdjustmentRecord, Array_InternalArray__IReadOnlyList_get_Item_372, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1C10, Array_InternalArray__IReadOnlyList_get_Item_372__MethodInfo); DO_APP_FUNC(0x00FADEF0, GlyphRect, Array_InternalArray__IReadOnlyList_get_Item_373, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1BC8, Array_InternalArray__IReadOnlyList_get_Item_373__MethodInfo); DO_APP_FUNC(0x00FADFB0, GradientAlphaKey, Array_InternalArray__IReadOnlyList_get_Item_374, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1BC0, Array_InternalArray__IReadOnlyList_get_Item_374__MethodInfo); DO_APP_FUNC(0x00FAE060, GradientColorKey, Array_InternalArray__IReadOnlyList_get_Item_375, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1BB8, Array_InternalArray__IReadOnlyList_get_Item_375__MethodInfo); DO_APP_FUNC(0x00FAE120, GradientSettings, Array_InternalArray__IReadOnlyList_get_Item_376, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1BB0, Array_InternalArray__IReadOnlyList_get_Item_376__MethodInfo); DO_APP_FUNC(0x00FAE1E0, Guid, Array_InternalArray__IReadOnlyList_get_Item_377, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1BE8, Array_InternalArray__IReadOnlyList_get_Item_377__MethodInfo); DO_APP_FUNC(0x00FAE2A0, HandJointLocation, Array_InternalArray__IReadOnlyList_get_Item_378, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1BE0, Array_InternalArray__IReadOnlyList_get_Item_378__MethodInfo); DO_APP_FUNC(0x00FAE360, Hash128, Array_InternalArray__IReadOnlyList_get_Item_379, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1BD8, Array_InternalArray__IReadOnlyList_get_Item_379__MethodInfo); DO_APP_FUNC(0x00FAE420, HeaderVariantInfo, Array_InternalArray__IReadOnlyList_get_Item_380, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1BD0, Array_InternalArray__IReadOnlyList_get_Item_380__MethodInfo); DO_APP_FUNC(0x00FAE4E0, HighlightState, Array_InternalArray__IReadOnlyList_get_Item_381, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1B88, Array_InternalArray__IReadOnlyList_get_Item_381__MethodInfo); DO_APP_FUNC(0x00FAE5A0, HumanBone, Array_InternalArray__IReadOnlyList_get_Item_382, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1B80, Array_InternalArray__IReadOnlyList_get_Item_382__MethodInfo); DO_APP_FUNC(0x00FAE660, ImpactEffect, Array_InternalArray__IReadOnlyList_get_Item_383, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1B78, Array_InternalArray__IReadOnlyList_get_Item_383__MethodInfo); DO_APP_FUNC(0x00FAE720, InputActionSourceData, Array_InternalArray__IReadOnlyList_get_Item_384, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1B70, Array_InternalArray__IReadOnlyList_get_Item_384__MethodInfo); DO_APP_FUNC(0x00FAE7E0, InputBinding, Array_InternalArray__IReadOnlyList_get_Item_385, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1BA8, Array_InternalArray__IReadOnlyList_get_Item_385__MethodInfo); DO_APP_FUNC(0x00FAE8B0, InputControlScheme, Array_InternalArray__IReadOnlyList_get_Item_386, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1BA0, Array_InternalArray__IReadOnlyList_get_Item_386__MethodInfo); DO_APP_FUNC(0x00FAE970, InputDevice_1, Array_InternalArray__IReadOnlyList_get_Item_387, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1B98, Array_InternalArray__IReadOnlyList_get_Item_387__MethodInfo); DO_APP_FUNC(0x00FAEA30, InputDeviceDescription, Array_InternalArray__IReadOnlyList_get_Item_388, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1B90, Array_InternalArray__IReadOnlyList_get_Item_388__MethodInfo); DO_APP_FUNC(0x00FAEB00, InputEventPtr, Array_InternalArray__IReadOnlyList_get_Item_389, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1B48, Array_InternalArray__IReadOnlyList_get_Item_389__MethodInfo); DO_APP_FUNC(0x00FAEBB0, InputUser, Array_InternalArray__IReadOnlyList_get_Item_390, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1B40, Array_InternalArray__IReadOnlyList_get_Item_390__MethodInfo); DO_APP_FUNC(0x00FAEC60, int16_t, Array_InternalArray__IReadOnlyList_get_Item_391, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1B38, Array_InternalArray__IReadOnlyList_get_Item_391__MethodInfo); DO_APP_FUNC(0x00FAED10, Int2, Array_InternalArray__IReadOnlyList_get_Item_392, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1B30, Array_InternalArray__IReadOnlyList_get_Item_392__MethodInfo); DO_APP_FUNC(0x00FAEDC0, Int3, Array_InternalArray__IReadOnlyList_get_Item_393, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1B68, Array_InternalArray__IReadOnlyList_get_Item_393__MethodInfo); DO_APP_FUNC(0x00FAEE80, int32_t, Array_InternalArray__IReadOnlyList_get_Item_394, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1B60, Array_InternalArray__IReadOnlyList_get_Item_394__MethodInfo); DO_APP_FUNC(0x00FAEF30, Int32Enum__Enum, Array_InternalArray__IReadOnlyList_get_Item_395, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1B58, Array_InternalArray__IReadOnlyList_get_Item_395__MethodInfo); DO_APP_FUNC(0x00FAEFE0, int64_t, Array_InternalArray__IReadOnlyList_get_Item_396, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1B50, Array_InternalArray__IReadOnlyList_get_Item_396__MethodInfo); DO_APP_FUNC(0x00FAF090, IntPoint, Array_InternalArray__IReadOnlyList_get_Item_397, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1B08, Array_InternalArray__IReadOnlyList_get_Item_397__MethodInfo); DO_APP_FUNC(0x00FAF150, void *, Array_InternalArray__IReadOnlyList_get_Item_398, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1B00, Array_InternalArray__IReadOnlyList_get_Item_398__MethodInfo); DO_APP_FUNC(0x00FAF200, IntRect, Array_InternalArray__IReadOnlyList_get_Item_399, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1AF8, Array_InternalArray__IReadOnlyList_get_Item_399__MethodInfo); DO_APP_FUNC(0x00FAF2C0, InternalCodePageDataItem, Array_InternalArray__IReadOnlyList_get_Item_400, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1AF0, Array_InternalArray__IReadOnlyList_get_Item_400__MethodInfo); DO_APP_FUNC(0x00FAF380, InternalEncodingDataItem, Array_InternalArray__IReadOnlyList_get_Item_401, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1B28, Array_InternalArray__IReadOnlyList_get_Item_401__MethodInfo); DO_APP_FUNC(0x00FAF440, InternedString, Array_InternalArray__IReadOnlyList_get_Item_402, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1B20, Array_InternalArray__IReadOnlyList_get_Item_402__MethodInfo); DO_APP_FUNC(0x00FAF500, InterpretedFrameInfo, Array_InternalArray__IReadOnlyList_get_Item_403, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1B18, Array_InternalArray__IReadOnlyList_get_Item_403__MethodInfo); DO_APP_FUNC(0x00FAF5C0, IntervalTreeNode, Array_InternalArray__IReadOnlyList_get_Item_404, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1B10, Array_InternalArray__IReadOnlyList_get_Item_404__MethodInfo); DO_APP_FUNC(0x00FAF680, IpQCkqlgJLyrFpAOyBfUxXQpJsWK, Array_InternalArray__IReadOnlyList_get_Item_405, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1AC8, Array_InternalArray__IReadOnlyList_get_Item_405__MethodInfo); DO_APP_FUNC(0x00FAF730, ItemDefinitionAmount, Array_InternalArray__IReadOnlyList_get_Item_406, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1AC0, Array_InternalArray__IReadOnlyList_get_Item_406__MethodInfo); DO_APP_FUNC(0x00FAF7F0, Keyframe, Array_InternalArray__IReadOnlyList_get_Item_407, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1AB8, Array_InternalArray__IReadOnlyList_get_Item_407__MethodInfo); DO_APP_FUNC(0x00FAF8B0, KickedPlayer, Array_InternalArray__IReadOnlyList_get_Item_408, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1AB0, Array_InternalArray__IReadOnlyList_get_Item_408__MethodInfo); DO_APP_FUNC(0x00FAF970, LOD, Array_InternalArray__IReadOnlyList_get_Item_409, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1AE8, Array_InternalArray__IReadOnlyList_get_Item_409__MethodInfo); DO_APP_FUNC(0x00FAFA30, LayerMask, Array_InternalArray__IReadOnlyList_get_Item_410, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1AE0, Array_InternalArray__IReadOnlyList_get_Item_410__MethodInfo); DO_APP_FUNC(0x00FAFAE0, Length, Array_InternalArray__IReadOnlyList_get_Item_411, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1AD8, Array_InternalArray__IReadOnlyList_get_Item_411__MethodInfo); DO_APP_FUNC(0x00FAFB90, LightDataGI, Array_InternalArray__IReadOnlyList_get_Item_412, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1AD0, Array_InternalArray__IReadOnlyList_get_Item_412__MethodInfo); DO_APP_FUNC(0x00FAFC60, LineInfo_1, Array_InternalArray__IReadOnlyList_get_Item_413, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1A88, Array_InternalArray__IReadOnlyList_get_Item_413__MethodInfo); DO_APP_FUNC(0x00FAFD30, LinkInfo, Array_InternalArray__IReadOnlyList_get_Item_414, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1A80, Array_InternalArray__IReadOnlyList_get_Item_414__MethodInfo); DO_APP_FUNC(0x00FAFDF0, LocalDefinition, Array_InternalArray__IReadOnlyList_get_Item_415, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1A78, Array_InternalArray__IReadOnlyList_get_Item_415__MethodInfo); DO_APP_FUNC(0x00FAFEB0, LocalKeyword, Array_InternalArray__IReadOnlyList_get_Item_416, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1A70, Array_InternalArray__IReadOnlyList_get_Item_416__MethodInfo); DO_APP_FUNC(0x00FAFF70, ManipulatorActivationFilter, Array_InternalArray__IReadOnlyList_get_Item_417, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1AA8, Array_InternalArray__IReadOnlyList_get_Item_417__MethodInfo); DO_APP_FUNC(0x00FB0030, MaterialReference, Array_InternalArray__IReadOnlyList_get_Item_418, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1AA0, Array_InternalArray__IReadOnlyList_get_Item_418__MethodInfo); DO_APP_FUNC(0x00FB0100, MaterialReference_1, Array_InternalArray__IReadOnlyList_get_Item_419, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1A98, Array_InternalArray__IReadOnlyList_get_Item_419__MethodInfo); DO_APP_FUNC(0x00FB01D0, Matrix4x4, Array_InternalArray__IReadOnlyList_get_Item_420, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1A90, Array_InternalArray__IReadOnlyList_get_Item_420__MethodInfo); DO_APP_FUNC(0x00FB0290, MeshInfo, Array_InternalArray__IReadOnlyList_get_Item_421, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1A48, Array_InternalArray__IReadOnlyList_get_Item_421__MethodInfo); DO_APP_FUNC(0x00FB0360, MinMaxFloat, Array_InternalArray__IReadOnlyList_get_Item_422, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1A40, Array_InternalArray__IReadOnlyList_get_Item_422__MethodInfo); DO_APP_FUNC(0x00FB0410, MinMaxVector3, Array_InternalArray__IReadOnlyList_get_Item_423, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1A38, Array_InternalArray__IReadOnlyList_get_Item_423__MethodInfo); DO_APP_FUNC(0x00FB04D0, ModifiableContactPair, Array_InternalArray__IReadOnlyList_get_Item_424, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1A30, Array_InternalArray__IReadOnlyList_get_Item_424__MethodInfo); DO_APP_FUNC(0x00FB05A0, NameAndParameters, Array_InternalArray__IReadOnlyList_get_Item_425, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1A68, Array_InternalArray__IReadOnlyList_get_Item_425__MethodInfo); DO_APP_FUNC(0x00FB0660, NamedValue, Array_InternalArray__IReadOnlyList_get_Item_426, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1A60, Array_InternalArray__IReadOnlyList_get_Item_426__MethodInfo); DO_APP_FUNC(0x00FB0720, NativeAnchor, Array_InternalArray__IReadOnlyList_get_Item_427, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1A58, Array_InternalArray__IReadOnlyList_get_Item_427__MethodInfo); DO_APP_FUNC(0x00FB07F0, NativePlane, Array_InternalArray__IReadOnlyList_get_Item_428, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1A50, Array_InternalArray__IReadOnlyList_get_Item_428__MethodInfo); DO_APP_FUNC(0x00FB08C0, Navigation, Array_InternalArray__IReadOnlyList_get_Item_429, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1A08, Array_InternalArray__IReadOnlyList_get_Item_429__MethodInfo); DO_APP_FUNC(0x00FB0980, NetworkId, Array_InternalArray__IReadOnlyList_get_Item_430, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1A00, Array_InternalArray__IReadOnlyList_get_Item_430__MethodInfo); DO_APP_FUNC(0x00FB0A30, NetworkPropertyInfo, Array_InternalArray__IReadOnlyList_get_Item_431, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE19F8, Array_InternalArray__IReadOnlyList_get_Item_431__MethodInfo); DO_APP_FUNC(0x00FB0AF0, NetworkValue, Array_InternalArray__IReadOnlyList_get_Item_432, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE19F0, Array_InternalArray__IReadOnlyList_get_Item_432__MethodInfo); DO_APP_FUNC(0x00FB0BB0, Object *, Array_InternalArray__IReadOnlyList_get_Item_433, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1A28, Array_InternalArray__IReadOnlyList_get_Item_433__MethodInfo); DO_APP_FUNC(0x00FB0C60, ObjectInitializationData, Array_InternalArray__IReadOnlyList_get_Item_434, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1A20, Array_InternalArray__IReadOnlyList_get_Item_434__MethodInfo); DO_APP_FUNC(0x00FB0D20, ObjectSurface, Array_InternalArray__IReadOnlyList_get_Item_435, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1A18, Array_InternalArray__IReadOnlyList_get_Item_435__MethodInfo); DO_APP_FUNC(0x00FB0DE0, OpenChannel, Array_InternalArray__IReadOnlyList_get_Item_436, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1A10, Array_InternalArray__IReadOnlyList_get_Item_436__MethodInfo); DO_APP_FUNC(0x00FB0EA0, OriginalMaterialValue, Array_InternalArray__IReadOnlyList_get_Item_437, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE19C8, Array_InternalArray__IReadOnlyList_get_Item_437__MethodInfo); DO_APP_FUNC(0x00FB0F60, PacketStats, Array_InternalArray__IReadOnlyList_get_Item_438, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE19C0, Array_InternalArray__IReadOnlyList_get_Item_438__MethodInfo); DO_APP_FUNC(0x00FB1020, PageInfo, Array_InternalArray__IReadOnlyList_get_Item_439, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE19B8, Array_InternalArray__IReadOnlyList_get_Item_439__MethodInfo); DO_APP_FUNC(0x00FB10E0, ParameterModifier, Array_InternalArray__IReadOnlyList_get_Item_440, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE19B0, Array_InternalArray__IReadOnlyList_get_Item_440__MethodInfo); DO_APP_FUNC(0x00FB1190, ParticleCollisionEvent, Array_InternalArray__IReadOnlyList_get_Item_441, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE19E8, Array_InternalArray__IReadOnlyList_get_Item_441__MethodInfo); DO_APP_FUNC(0x00FB1250, PatchExtents, Array_InternalArray__IReadOnlyList_get_Item_442, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE19E0, Array_InternalArray__IReadOnlyList_get_Item_442__MethodInfo); DO_APP_FUNC(0x00FB1300, PidVid, Array_InternalArray__IReadOnlyList_get_Item_443, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE19D8, Array_InternalArray__IReadOnlyList_get_Item_443__MethodInfo); DO_APP_FUNC(0x00FB13B0, Plane, Array_InternalArray__IReadOnlyList_get_Item_444, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE19D0, Array_InternalArray__IReadOnlyList_get_Item_444__MethodInfo); DO_APP_FUNC(0x00FB1470, Playable, Array_InternalArray__IReadOnlyList_get_Item_445, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1988, Array_InternalArray__IReadOnlyList_get_Item_445__MethodInfo); DO_APP_FUNC(0x00FB1530, PlayableBinding, Array_InternalArray__IReadOnlyList_get_Item_446, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1980, Array_InternalArray__IReadOnlyList_get_Item_446__MethodInfo); DO_APP_FUNC(0x00FB15F0, PlayerChannel, Array_InternalArray__IReadOnlyList_get_Item_447, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1978, Array_InternalArray__IReadOnlyList_get_Item_447__MethodInfo); DO_APP_FUNC(0x00FB16B0, PlayerFlashlightBeam, Array_InternalArray__IReadOnlyList_get_Item_448, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1970, Array_InternalArray__IReadOnlyList_get_Item_448__MethodInfo); DO_APP_FUNC(0x00FB1770, PlayerLoopSystem, Array_InternalArray__IReadOnlyList_get_Item_449, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE19A8, Array_InternalArray__IReadOnlyList_get_Item_449__MethodInfo); DO_APP_FUNC(0x00FB1830, PointerModel, Array_InternalArray__IReadOnlyList_get_Item_450, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE19A0, Array_InternalArray__IReadOnlyList_get_Item_450__MethodInfo); DO_APP_FUNC(0x00FB18F0, PrefabId, Array_InternalArray__IReadOnlyList_get_Item_451, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1998, Array_InternalArray__IReadOnlyList_get_Item_451__MethodInfo); DO_APP_FUNC(0x00FB19A0, Priority, Array_InternalArray__IReadOnlyList_get_Item_452, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1990, Array_InternalArray__IReadOnlyList_get_Item_452__MethodInfo); DO_APP_FUNC(0x00FB1A60, ProbeVolumeBakingProcessSettings, Array_InternalArray__IReadOnlyList_get_Item_453, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1948, Array_InternalArray__IReadOnlyList_get_Item_453__MethodInfo); DO_APP_FUNC(0x00FB1B20, Progress, Array_InternalArray__IReadOnlyList_get_Item_454, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1940, Array_InternalArray__IReadOnlyList_get_Item_454__MethodInfo); DO_APP_FUNC(0x00FB1BE0, PublishedFileId_t, Array_InternalArray__IReadOnlyList_get_Item_455, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1938, Array_InternalArray__IReadOnlyList_get_Item_455__MethodInfo); DO_APP_FUNC(0x00FB1C90, QeeoSydAJKtvhuMHtIdMCGTRHBDhA, Array_InternalArray__IReadOnlyList_get_Item_456, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1930, Array_InternalArray__IReadOnlyList_get_Item_456__MethodInfo); DO_APP_FUNC(0x00FB1D50, Quaternion, Array_InternalArray__IReadOnlyList_get_Item_457, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1968, Array_InternalArray__IReadOnlyList_get_Item_457__MethodInfo); DO_APP_FUNC(0x00FB1E10, RangePositionInfo, Array_InternalArray__IReadOnlyList_get_Item_458, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1960, Array_InternalArray__IReadOnlyList_get_Item_458__MethodInfo); DO_APP_FUNC(0x00FB1ED0, RaycastHit, Array_InternalArray__IReadOnlyList_get_Item_459, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1958, Array_InternalArray__IReadOnlyList_get_Item_459__MethodInfo); DO_APP_FUNC(0x00FB1F90, RaycastHit2D, Array_InternalArray__IReadOnlyList_get_Item_460, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1950, Array_InternalArray__IReadOnlyList_get_Item_460__MethodInfo); DO_APP_FUNC(0x00FB2050, RaycastResult, Array_InternalArray__IReadOnlyList_get_Item_461, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1908, Array_InternalArray__IReadOnlyList_get_Item_461__MethodInfo); DO_APP_FUNC(0x00FB2120, Rect, Array_InternalArray__IReadOnlyList_get_Item_462, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1900, Array_InternalArray__IReadOnlyList_get_Item_462__MethodInfo); DO_APP_FUNC(0x00FB21E0, ReflectionProbeBlendInfo, Array_InternalArray__IReadOnlyList_get_Item_463, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE18F8, Array_InternalArray__IReadOnlyList_get_Item_463__MethodInfo); DO_APP_FUNC(0x00FB22A0, RemoteChannel, Array_InternalArray__IReadOnlyList_get_Item_464, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE18F0, Array_InternalArray__IReadOnlyList_get_Item_464__MethodInfo); DO_APP_FUNC(0x00FB2360, RenderChainTextEntry, Array_InternalArray__IReadOnlyList_get_Item_465, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1928, Array_InternalArray__IReadOnlyList_get_Item_465__MethodInfo); DO_APP_FUNC(0x00FB2420, RenderInstancedDataLayout, Array_InternalArray__IReadOnlyList_get_Item_466, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1920, Array_InternalArray__IReadOnlyList_get_Item_466__MethodInfo); DO_APP_FUNC(0x00FB24E0, RenderTargetIdentifier, Array_InternalArray__IReadOnlyList_get_Item_467, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1918, Array_InternalArray__IReadOnlyList_get_Item_467__MethodInfo); DO_APP_FUNC(0x00FB25A0, RendererList, Array_InternalArray__IReadOnlyList_get_Item_468, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1910, Array_InternalArray__IReadOnlyList_get_Item_468__MethodInfo); DO_APP_FUNC(0x00FB2660, RendererListHandle, Array_InternalArray__IReadOnlyList_get_Item_469, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE18C8, Array_InternalArray__IReadOnlyList_get_Item_469__MethodInfo); DO_APP_FUNC(0x00FB2710, RendererListResource, Array_InternalArray__IReadOnlyList_get_Item_470, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE18C0, Array_InternalArray__IReadOnlyList_get_Item_470__MethodInfo); DO_APP_FUNC(0x00FB27D0, Resolution, Array_InternalArray__IReadOnlyList_get_Item_471, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE18B8, Array_InternalArray__IReadOnlyList_get_Item_471__MethodInfo); DO_APP_FUNC(0x00FB2890, ResourceHandle, Array_InternalArray__IReadOnlyList_get_Item_472, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE18B0, Array_InternalArray__IReadOnlyList_get_Item_472__MethodInfo); DO_APP_FUNC(0x00FB2940, ResourceLocator, Array_InternalArray__IReadOnlyList_get_Item_473, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE18E8, Array_InternalArray__IReadOnlyList_get_Item_473__MethodInfo); DO_APP_FUNC(0x00FB2A00, RichTextTagAttribute, Array_InternalArray__IReadOnlyList_get_Item_474, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE18E0, Array_InternalArray__IReadOnlyList_get_Item_474__MethodInfo); DO_APP_FUNC(0x00FB2AC0, RichTextTagAttribute_1, Array_InternalArray__IReadOnlyList_get_Item_475, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE18D8, Array_InternalArray__IReadOnlyList_get_Item_475__MethodInfo); DO_APP_FUNC(0x00FB2B80, RoomChannel, Array_InternalArray__IReadOnlyList_get_Item_476, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE18D0, Array_InternalArray__IReadOnlyList_get_Item_476__MethodInfo); DO_APP_FUNC(0x00FB2C40, RoomMembership, Array_InternalArray__IReadOnlyList_get_Item_477, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1888, Array_InternalArray__IReadOnlyList_get_Item_477__MethodInfo); DO_APP_FUNC(0x00FB2D00, RoomName, Array_InternalArray__IReadOnlyList_get_Item_478, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1880, Array_InternalArray__IReadOnlyList_get_Item_478__MethodInfo); DO_APP_FUNC(0x00FB2DC0, Rotate_1, Array_InternalArray__IReadOnlyList_get_Item_479, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1878, Array_InternalArray__IReadOnlyList_get_Item_479__MethodInfo); DO_APP_FUNC(0x00FB2E80, RuleMatcher, Array_InternalArray__IReadOnlyList_get_Item_480, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1870, Array_InternalArray__IReadOnlyList_get_Item_480__MethodInfo); DO_APP_FUNC(0x00FB2F40, RuntimeLabel, Array_InternalArray__IReadOnlyList_get_Item_481, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE18A8, Array_InternalArray__IReadOnlyList_get_Item_481__MethodInfo); DO_APP_FUNC(0x00FB3000, int8_t, Array_InternalArray__IReadOnlyList_get_Item_482, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE18A0, Array_InternalArray__IReadOnlyList_get_Item_482__MethodInfo); DO_APP_FUNC(0x00FB30B0, SByteEnum__Enum, Array_InternalArray__IReadOnlyList_get_Item_483, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1898, Array_InternalArray__IReadOnlyList_get_Item_483__MethodInfo); DO_APP_FUNC(0x00FB3160, STATDATA, Array_InternalArray__IReadOnlyList_get_Item_484, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1890, Array_InternalArray__IReadOnlyList_get_Item_484__MethodInfo); DO_APP_FUNC(0x00FB3230, ScalableImage, Array_InternalArray__IReadOnlyList_get_Item_485, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1848, Array_InternalArray__IReadOnlyList_get_Item_485__MethodInfo); DO_APP_FUNC(0x00FB32F0, Scale, Array_InternalArray__IReadOnlyList_get_Item_486, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1840, Array_InternalArray__IReadOnlyList_get_Item_486__MethodInfo); DO_APP_FUNC(0x00FB33B0, SelectorMatchRecord, Array_InternalArray__IReadOnlyList_get_Item_487, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1838, Array_InternalArray__IReadOnlyList_get_Item_487__MethodInfo); DO_APP_FUNC(0x00FB3470, SemanticMeaning, Array_InternalArray__IReadOnlyList_get_Item_488, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1830, Array_InternalArray__IReadOnlyList_get_Item_488__MethodInfo); DO_APP_FUNC(0x00FB3530, SerializedType, Array_InternalArray__IReadOnlyList_get_Item_489, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1868, Array_InternalArray__IReadOnlyList_get_Item_489__MethodInfo); DO_APP_FUNC(0x00FB35F0, SessionClient, Array_InternalArray__IReadOnlyList_get_Item_490, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1860, Array_InternalArray__IReadOnlyList_get_Item_490__MethodInfo); DO_APP_FUNC(0x00FB36C0, ShaderKeyword, Array_InternalArray__IReadOnlyList_get_Item_491, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1858, Array_InternalArray__IReadOnlyList_get_Item_491__MethodInfo); DO_APP_FUNC(0x00FB3780, ShaderTagId, Array_InternalArray__IReadOnlyList_get_Item_492, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1850, Array_InternalArray__IReadOnlyList_get_Item_492__MethodInfo); DO_APP_FUNC(0x00FB3830, ShaderVariablesProbeVolumes, Array_InternalArray__IReadOnlyList_get_Item_493, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1808, Array_InternalArray__IReadOnlyList_get_Item_493__MethodInfo); DO_APP_FUNC(0x00FB38F0, float, Array_InternalArray__IReadOnlyList_get_Item_494, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1800, Array_InternalArray__IReadOnlyList_get_Item_494__MethodInfo); DO_APP_FUNC(0x00FB39A0, SkeletonBone, Array_InternalArray__IReadOnlyList_get_Item_495, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE17F8, Array_InternalArray__IReadOnlyList_get_Item_495__MethodInfo); DO_APP_FUNC(0x00FB3A70, Sku, Array_InternalArray__IReadOnlyList_get_Item_496, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE17F0, Array_InternalArray__IReadOnlyList_get_Item_496__MethodInfo); DO_APP_FUNC(0x00FB3B30, SpeechSession, Array_InternalArray__IReadOnlyList_get_Item_497, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1828, Array_InternalArray__IReadOnlyList_get_Item_497__MethodInfo); DO_APP_FUNC(0x00FB3C00, SphericalHarmonicsL2, Array_InternalArray__IReadOnlyList_get_Item_498, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1820, Array_InternalArray__IReadOnlyList_get_Item_498__MethodInfo); DO_APP_FUNC(0x00FB3CD0, SpriteState, Array_InternalArray__IReadOnlyList_get_Item_499, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1818, Array_InternalArray__IReadOnlyList_get_Item_499__MethodInfo); DO_APP_FUNC(0x00FB3D90, SslApplicationProtocol, Array_InternalArray__IReadOnlyList_get_Item_500, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1810, Array_InternalArray__IReadOnlyList_get_Item_500__MethodInfo); DO_APP_FUNC(0x00FB3E50, SteamItemDef_t, Array_InternalArray__IReadOnlyList_get_Item_501, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE17C8, Array_InternalArray__IReadOnlyList_get_Item_501__MethodInfo); DO_APP_FUNC(0x00FB3F00, SteamItemDetails_t, Array_InternalArray__IReadOnlyList_get_Item_502, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE17C0, Array_InternalArray__IReadOnlyList_get_Item_502__MethodInfo); DO_APP_FUNC(0x00FB3FC0, StylePropertyName, Array_InternalArray__IReadOnlyList_get_Item_503, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE17B8, Array_InternalArray__IReadOnlyList_get_Item_503__MethodInfo); DO_APP_FUNC(0x00FB4080, StylePropertyValue, Array_InternalArray__IReadOnlyList_get_Item_504, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE17B0, Array_InternalArray__IReadOnlyList_get_Item_504__MethodInfo); DO_APP_FUNC(0x00FB4140, StyleSelectorPart, Array_InternalArray__IReadOnlyList_get_Item_505, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE17E8, Array_InternalArray__IReadOnlyList_get_Item_505__MethodInfo); DO_APP_FUNC(0x00FB4200, StyleSyntaxToken, Array_InternalArray__IReadOnlyList_get_Item_506, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE17E0, Array_InternalArray__IReadOnlyList_get_Item_506__MethodInfo); DO_APP_FUNC(0x00FB42C0, StyleValue, Array_InternalArray__IReadOnlyList_get_Item_507, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE17D8, Array_InternalArray__IReadOnlyList_get_Item_507__MethodInfo); DO_APP_FUNC(0x00FB4380, StyleValueHandle, Array_InternalArray__IReadOnlyList_get_Item_508, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE17D0, Array_InternalArray__IReadOnlyList_get_Item_508__MethodInfo); DO_APP_FUNC(0x00FB4430, StyleValueManaged, Array_InternalArray__IReadOnlyList_get_Item_509, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1788, Array_InternalArray__IReadOnlyList_get_Item_509__MethodInfo); DO_APP_FUNC(0x00FB44F0, StyleVariable, Array_InternalArray__IReadOnlyList_get_Item_510, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1780, Array_InternalArray__IReadOnlyList_get_Item_510__MethodInfo); DO_APP_FUNC(0x00FB45B0, SubMeshDescriptor, Array_InternalArray__IReadOnlyList_get_Item_511, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1778, Array_InternalArray__IReadOnlyList_get_Item_511__MethodInfo); DO_APP_FUNC(0x00FB4670, Substring, Array_InternalArray__IReadOnlyList_get_Item_512, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1770, Array_InternalArray__IReadOnlyList_get_Item_512__MethodInfo); DO_APP_FUNC(0x00FB4730, TMP_CharacterInfo, Array_InternalArray__IReadOnlyList_get_Item_513, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE17A8, Array_InternalArray__IReadOnlyList_get_Item_513__MethodInfo); DO_APP_FUNC(0x00FB47F0, TMP_FontWeightPair, Array_InternalArray__IReadOnlyList_get_Item_514, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE17A0, Array_InternalArray__IReadOnlyList_get_Item_514__MethodInfo); DO_APP_FUNC(0x00FB48B0, TMP_LineInfo, Array_InternalArray__IReadOnlyList_get_Item_515, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1798, Array_InternalArray__IReadOnlyList_get_Item_515__MethodInfo); DO_APP_FUNC(0x00FB4980, TMP_LinkInfo, Array_InternalArray__IReadOnlyList_get_Item_516, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1790, Array_InternalArray__IReadOnlyList_get_Item_516__MethodInfo); DO_APP_FUNC(0x00FB4A40, TMP_MeshInfo, Array_InternalArray__IReadOnlyList_get_Item_517, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1748, Array_InternalArray__IReadOnlyList_get_Item_517__MethodInfo); DO_APP_FUNC(0x00FB4B10, TMP_PageInfo, Array_InternalArray__IReadOnlyList_get_Item_518, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1740, Array_InternalArray__IReadOnlyList_get_Item_518__MethodInfo); DO_APP_FUNC(0x00FB4BD0, TMP_WordInfo, Array_InternalArray__IReadOnlyList_get_Item_519, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1738, Array_InternalArray__IReadOnlyList_get_Item_519__MethodInfo); DO_APP_FUNC(0x00FB4C90, TerrainTileCoord, Array_InternalArray__IReadOnlyList_get_Item_520, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1730, Array_InternalArray__IReadOnlyList_get_Item_520__MethodInfo); DO_APP_FUNC(0x00FB4D40, TextElementInfo, Array_InternalArray__IReadOnlyList_get_Item_521, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1768, Array_InternalArray__IReadOnlyList_get_Item_521__MethodInfo); DO_APP_FUNC(0x00FB4E00, TextShadow, Array_InternalArray__IReadOnlyList_get_Item_522, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1760, Array_InternalArray__IReadOnlyList_get_Item_522__MethodInfo); DO_APP_FUNC(0x00FB4EC0, TextVertex_1, Array_InternalArray__IReadOnlyList_get_Item_523, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1758, Array_InternalArray__IReadOnlyList_get_Item_523__MethodInfo); DO_APP_FUNC(0x00FB4F80, TextureHandle, Array_InternalArray__IReadOnlyList_get_Item_524, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1750, Array_InternalArray__IReadOnlyList_get_Item_524__MethodInfo); DO_APP_FUNC(0x00FB5040, TextureId, Array_InternalArray__IReadOnlyList_get_Item_525, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1708, Array_InternalArray__IReadOnlyList_get_Item_525__MethodInfo); DO_APP_FUNC(0x00FB50F0, TileData, Array_InternalArray__IReadOnlyList_get_Item_526, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1700, Array_InternalArray__IReadOnlyList_get_Item_526__MethodInfo); DO_APP_FUNC(0x00FB51C0, TimeSpan, Array_InternalArray__IReadOnlyList_get_Item_527, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE16F8, Array_InternalArray__IReadOnlyList_get_Item_527__MethodInfo); DO_APP_FUNC(0x00FB5270, TimeValue, Array_InternalArray__IReadOnlyList_get_Item_528, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE16F0, Array_InternalArray__IReadOnlyList_get_Item_528__MethodInfo); DO_APP_FUNC(0x00FB5320, Touch, Array_InternalArray__IReadOnlyList_get_Item_529, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1728, Array_InternalArray__IReadOnlyList_get_Item_529__MethodInfo); DO_APP_FUNC(0x00FB53F0, Touch_1, Array_InternalArray__IReadOnlyList_get_Item_530, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1720, Array_InternalArray__IReadOnlyList_get_Item_530__MethodInfo); DO_APP_FUNC(0x00FB54B0, TrackableId, Array_InternalArray__IReadOnlyList_get_Item_531, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1718, Array_InternalArray__IReadOnlyList_get_Item_531__MethodInfo); DO_APP_FUNC(0x00FB5570, Transform3x4, Array_InternalArray__IReadOnlyList_get_Item_532, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1710, Array_InternalArray__IReadOnlyList_get_Item_532__MethodInfo); DO_APP_FUNC(0x00FB5630, TransformOrigin, Array_InternalArray__IReadOnlyList_get_Item_533, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE16C8, Array_InternalArray__IReadOnlyList_get_Item_533__MethodInfo); DO_APP_FUNC(0x00FB56F0, Translate_1, Array_InternalArray__IReadOnlyList_get_Item_534, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE16C0, Array_InternalArray__IReadOnlyList_get_Item_534__MethodInfo); DO_APP_FUNC(0x00FB57B0, TreeInstance, Array_InternalArray__IReadOnlyList_get_Item_535, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE16B8, Array_InternalArray__IReadOnlyList_get_Item_535__MethodInfo); DO_APP_FUNC(0x00FB5870, TreeItem, Array_InternalArray__IReadOnlyList_get_Item_536, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE16B0, Array_InternalArray__IReadOnlyList_get_Item_536__MethodInfo); DO_APP_FUNC(0x00FB5930, TreeViewItemWrapper, Array_InternalArray__IReadOnlyList_get_Item_537, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE16E8, Array_InternalArray__IReadOnlyList_get_Item_537__MethodInfo); DO_APP_FUNC(0x00FB59F0, TypeId, Array_InternalArray__IReadOnlyList_get_Item_538, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE16E0, Array_InternalArray__IReadOnlyList_get_Item_538__MethodInfo); DO_APP_FUNC(0x00FB5AA0, TypeWrapper, Array_InternalArray__IReadOnlyList_get_Item_539, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE16D8, Array_InternalArray__IReadOnlyList_get_Item_539__MethodInfo); DO_APP_FUNC(0x00FB5B60, UICharInfo, Array_InternalArray__IReadOnlyList_get_Item_540, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE16D0, Array_InternalArray__IReadOnlyList_get_Item_540__MethodInfo); DO_APP_FUNC(0x00FB5C20, UILineInfo, Array_InternalArray__IReadOnlyList_get_Item_541, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1688, Array_InternalArray__IReadOnlyList_get_Item_541__MethodInfo); DO_APP_FUNC(0x00FB5CE0, UIVertex, Array_InternalArray__IReadOnlyList_get_Item_542, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1680, Array_InternalArray__IReadOnlyList_get_Item_542__MethodInfo); DO_APP_FUNC(0x00FB5DB0, uint16_t, Array_InternalArray__IReadOnlyList_get_Item_543, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1678, Array_InternalArray__IReadOnlyList_get_Item_543__MethodInfo); DO_APP_FUNC(0x00FB5E60, UInt16Enum__Enum, Array_InternalArray__IReadOnlyList_get_Item_544, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1670, Array_InternalArray__IReadOnlyList_get_Item_544__MethodInfo); DO_APP_FUNC(0x00FB5F10, uint32_t, Array_InternalArray__IReadOnlyList_get_Item_545, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE16A8, Array_InternalArray__IReadOnlyList_get_Item_545__MethodInfo); DO_APP_FUNC(0x00FB5FC0, UInt32Enum__Enum, Array_InternalArray__IReadOnlyList_get_Item_546, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE16A0, Array_InternalArray__IReadOnlyList_get_Item_546__MethodInfo); DO_APP_FUNC(0x00FB6070, uint64_t, Array_InternalArray__IReadOnlyList_get_Item_547, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1698, Array_InternalArray__IReadOnlyList_get_Item_547__MethodInfo); DO_APP_FUNC(0x00FB6120, UVTexture, Array_InternalArray__IReadOnlyList_get_Item_548, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1690, Array_InternalArray__IReadOnlyList_get_Item_548__MethodInfo); DO_APP_FUNC(0x00FB61E0, UdpChannelName, Array_InternalArray__IReadOnlyList_get_Item_549, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1648, Array_InternalArray__IReadOnlyList_get_Item_549__MethodInfo); DO_APP_FUNC(0x00FB62A0, UdpEndPoint, Array_InternalArray__IReadOnlyList_get_Item_550, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1640, Array_InternalArray__IReadOnlyList_get_Item_550__MethodInfo); DO_APP_FUNC(0x00FB6360, UdpEvent, Array_InternalArray__IReadOnlyList_get_Item_551, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1638, Array_InternalArray__IReadOnlyList_get_Item_551__MethodInfo); DO_APP_FUNC(0x00FB6420, UdpIPv4Address, Array_InternalArray__IReadOnlyList_get_Item_552, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1630, Array_InternalArray__IReadOnlyList_get_Item_552__MethodInfo); DO_APP_FUNC(0x00FB64D0, UdpPipeHandle, Array_InternalArray__IReadOnlyList_get_Item_553, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1668, Array_InternalArray__IReadOnlyList_get_Item_553__MethodInfo); DO_APP_FUNC(0x00FB6590, UniqueId, Array_InternalArray__IReadOnlyList_get_Item_554, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1660, Array_InternalArray__IReadOnlyList_get_Item_554__MethodInfo); DO_APP_FUNC(0x00FB6650, UsageHint, Array_InternalArray__IReadOnlyList_get_Item_555, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1658, Array_InternalArray__IReadOnlyList_get_Item_555__MethodInfo); DO_APP_FUNC(0x00FB6700, User, Array_InternalArray__IReadOnlyList_get_Item_556, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1650, Array_InternalArray__IReadOnlyList_get_Item_556__MethodInfo); DO_APP_FUNC(0x00FB67C0, ValueWebSocketReceiveResult, Array_InternalArray__IReadOnlyList_get_Item_557, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1608, Array_InternalArray__IReadOnlyList_get_Item_557__MethodInfo); DO_APP_FUNC(0x00FB6870, Vector2, Array_InternalArray__IReadOnlyList_get_Item_558, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1600, Array_InternalArray__IReadOnlyList_get_Item_558__MethodInfo); DO_APP_FUNC(0x00FB6920, Vector2Int, Array_InternalArray__IReadOnlyList_get_Item_559, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE15F8, Array_InternalArray__IReadOnlyList_get_Item_559__MethodInfo); DO_APP_FUNC(0x00FB69D0, Vector3, Array_InternalArray__IReadOnlyList_get_Item_560, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE15F0, Array_InternalArray__IReadOnlyList_get_Item_560__MethodInfo); DO_APP_FUNC(0x00FB6A90, Vector3Int, Array_InternalArray__IReadOnlyList_get_Item_561, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1628, Array_InternalArray__IReadOnlyList_get_Item_561__MethodInfo); DO_APP_FUNC(0x00FB6B50, Vector3_Array2D, Array_InternalArray__IReadOnlyList_get_Item_562, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1620, Array_InternalArray__IReadOnlyList_get_Item_562__MethodInfo); DO_APP_FUNC(0x00FB6C00, Vector4, Array_InternalArray__IReadOnlyList_get_Item_563, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1618, Array_InternalArray__IReadOnlyList_get_Item_563__MethodInfo); DO_APP_FUNC(0x00FB6CC0, VectorImageVertex, Array_InternalArray__IReadOnlyList_get_Item_564, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1610, Array_InternalArray__IReadOnlyList_get_Item_564__MethodInfo); DO_APP_FUNC(0x00FB6D80, Vertex, Array_InternalArray__IReadOnlyList_get_Item_565, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE15C8, Array_InternalArray__IReadOnlyList_get_Item_565__MethodInfo); DO_APP_FUNC(0x00FB6E50, VertexAttributeDescriptor, Array_InternalArray__IReadOnlyList_get_Item_566, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE15C0, Array_InternalArray__IReadOnlyList_get_Item_566__MethodInfo); DO_APP_FUNC(0x00FB6F10, ViewConfiguration, Array_InternalArray__IReadOnlyList_get_Item_567, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE15B8, Array_InternalArray__IReadOnlyList_get_Item_567__MethodInfo); DO_APP_FUNC(0x00FB6FD0, VoicePacket, Array_InternalArray__IReadOnlyList_get_Item_568, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE15B0, Array_InternalArray__IReadOnlyList_get_Item_568__MethodInfo); DO_APP_FUNC(0x00FB70A0, VoxelCell, Array_InternalArray__IReadOnlyList_get_Item_569, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE15E8, Array_InternalArray__IReadOnlyList_get_Item_569__MethodInfo); DO_APP_FUNC(0x00FB7150, VoxelContour, Array_InternalArray__IReadOnlyList_get_Item_570, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE15E0, Array_InternalArray__IReadOnlyList_get_Item_570__MethodInfo); DO_APP_FUNC(0x00FB7210, Win32_IP_ADAPTER_ADDRESSES, Array_InternalArray__IReadOnlyList_get_Item_571, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE15D8, Array_InternalArray__IReadOnlyList_get_Item_571__MethodInfo); DO_APP_FUNC(0x00FB72D0, Win32_IP_ADAPTER_INFO, Array_InternalArray__IReadOnlyList_get_Item_572, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE15D0, Array_InternalArray__IReadOnlyList_get_Item_572__MethodInfo); DO_APP_FUNC(0x00FB7390, Win32_IP_ADDR_STRING, Array_InternalArray__IReadOnlyList_get_Item_573, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1588, Array_InternalArray__IReadOnlyList_get_Item_573__MethodInfo); DO_APP_FUNC(0x00FB7450, WordInfo, Array_InternalArray__IReadOnlyList_get_Item_574, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1580, Array_InternalArray__IReadOnlyList_get_Item_574__MethodInfo); DO_APP_FUNC(0x00FB7510, WordWrapState, Array_InternalArray__IReadOnlyList_get_Item_575, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1578, Array_InternalArray__IReadOnlyList_get_Item_575__MethodInfo); DO_APP_FUNC(0x00FB75D0, X509ChainStatus, Array_InternalArray__IReadOnlyList_get_Item_576, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1570, Array_InternalArray__IReadOnlyList_get_Item_576__MethodInfo); DO_APP_FUNC(0x00FB7690, XPathNode, Array_InternalArray__IReadOnlyList_get_Item_577, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE15A8, Array_InternalArray__IReadOnlyList_get_Item_577__MethodInfo); DO_APP_FUNC(0x00FB7750, XPathNodeRef, Array_InternalArray__IReadOnlyList_get_Item_578, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE15A0, Array_InternalArray__IReadOnlyList_get_Item_578__MethodInfo); DO_APP_FUNC(0x00FB7810, XRAnchor, Array_InternalArray__IReadOnlyList_get_Item_579, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1598, Array_InternalArray__IReadOnlyList_get_Item_579__MethodInfo); DO_APP_FUNC(0x00FB78E0, XRFeatureDescriptor, Array_InternalArray__IReadOnlyList_get_Item_580, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1590, Array_InternalArray__IReadOnlyList_get_Item_580__MethodInfo); DO_APP_FUNC(0x00FB79A0, XRNodeState, Array_InternalArray__IReadOnlyList_get_Item_581, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1548, Array_InternalArray__IReadOnlyList_get_Item_581__MethodInfo); DO_APP_FUNC(0x00FB7A70, XRRaycast, Array_InternalArray__IReadOnlyList_get_Item_582, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1540, Array_InternalArray__IReadOnlyList_get_Item_582__MethodInfo); DO_APP_FUNC(0x00FB7B40, XmlTagAttribute, Array_InternalArray__IReadOnlyList_get_Item_583, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1538, Array_InternalArray__IReadOnlyList_get_Item_583__MethodInfo); DO_APP_FUNC(0x00FB7C00, aOHEnKCFymegycPegEXPFUjlaUPpA, Array_InternalArray__IReadOnlyList_get_Item_584, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1530, Array_InternalArray__IReadOnlyList_get_Item_584__MethodInfo); DO_APP_FUNC(0x00FB7CC0, aQHgSHeigtcamfIWbNaiXaCiVwuq, Array_InternalArray__IReadOnlyList_get_Item_585, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1568, Array_InternalArray__IReadOnlyList_get_Item_585__MethodInfo); DO_APP_FUNC(0x00FB7D70, jvalue, Array_InternalArray__IReadOnlyList_get_Item_586, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1560, Array_InternalArray__IReadOnlyList_get_Item_586__MethodInfo); DO_APP_FUNC(0x00FB7E20, tSPvxZUJjzaTiAEejeAOLKctGpmKA, Array_InternalArray__IReadOnlyList_get_Item_587, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1558, Array_InternalArray__IReadOnlyList_get_Item_587__MethodInfo); DO_APP_FUNC(0x00FB7EE0, yUgrsNEvLzxrXGzkHTUPIBJYGDah, Array_InternalArray__IReadOnlyList_get_Item_588, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1550, Array_InternalArray__IReadOnlyList_get_Item_588__MethodInfo); DO_APP_FUNC(0x00FB7FA0, AIObjectPool_PreloadedPrefab, Array_InternalArray__IReadOnlyList_get_Item_589, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1508, Array_InternalArray__IReadOnlyList_get_Item_589__MethodInfo); DO_APP_FUNC(0x00FB8060, AdvancedSmooth_Turn, Array_InternalArray__IReadOnlyList_get_Item_590, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1500, Array_InternalArray__IReadOnlyList_get_Item_590__MethodInfo); DO_APP_FUNC(0x00FB8120, Agent_VO, Array_InternalArray__IReadOnlyList_get_Item_591, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE14F8, Array_InternalArray__IReadOnlyList_get_Item_591__MethodInfo); DO_APP_FUNC(0x00FB81F0, AnimationOutputWeightProcessor_WeightInfo, Array_InternalArray__IReadOnlyList_get_Item_592, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE14F0, Array_InternalArray__IReadOnlyList_get_Item_592__MethodInfo); DO_APP_FUNC(0x00FB82B0, AstarDebugger_GraphPoint, Array_InternalArray__IReadOnlyList_get_Item_593, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1528, Array_InternalArray__IReadOnlyList_get_Item_593__MethodInfo); DO_APP_FUNC(0x00FB8370, AstarDebugger_PathTypeDebug, Array_InternalArray__IReadOnlyList_get_Item_594, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1520, Array_InternalArray__IReadOnlyList_get_Item_594__MethodInfo); DO_APP_FUNC(0x00FB8430, AtlasAllocatorDynamic_AtlasNode, Array_InternalArray__IReadOnlyList_get_Item_595, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1518, Array_InternalArray__IReadOnlyList_get_Item_595__MethodInfo); DO_APP_FUNC(0x00FB84F0, AttributeCollection_AttributeEntry, Array_InternalArray__IReadOnlyList_get_Item_596, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1510, Array_InternalArray__IReadOnlyList_get_Item_596__MethodInfo); DO_APP_FUNC(0x00FB85B0, BBTree_BBTreeBox, Array_InternalArray__IReadOnlyList_get_Item_597, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE14C8, Array_InternalArray__IReadOnlyList_get_Item_597__MethodInfo); DO_APP_FUNC(0x00FB8670, BaseStyleMatcher_MatchContext, Array_InternalArray__IReadOnlyList_get_Item_598, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE14C0, Array_InternalArray__IReadOnlyList_get_Item_598__MethodInfo); DO_APP_FUNC(0x00FB8720, BeforeRenderHelper_OrderBlock, Array_InternalArray__IReadOnlyList_get_Item_599, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE14B8, Array_InternalArray__IReadOnlyList_get_Item_599__MethodInfo); DO_APP_FUNC(0x00FB87E0, BinaryHeap_Tuple, Array_InternalArray__IReadOnlyList_get_Item_600, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE14B0, Array_InternalArray__IReadOnlyList_get_Item_600__MethodInfo); DO_APP_FUNC(0x00FB88A0, BitmapAllocator32_Page, Array_InternalArray__IReadOnlyList_get_Item_601, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE14E8, Array_InternalArray__IReadOnlyList_get_Item_601__MethodInfo); DO_APP_FUNC(0x00FB8950, BloomRenderer_Level, Array_InternalArray__IReadOnlyList_get_Item_602, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE14E0, Array_InternalArray__IReadOnlyList_get_Item_602__MethodInfo); DO_APP_FUNC(0x00FB8A00, BoltConsole_Line, Array_InternalArray__IReadOnlyList_get_Item_603, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE14D8, Array_InternalArray__IReadOnlyList_get_Item_603__MethodInfo); DO_APP_FUNC(0x00FB8AC0, BoltProtocolTokenRegistry_TokenRegistry, Array_InternalArray__IReadOnlyList_get_Item_604, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE14D0, Array_InternalArray__IReadOnlyList_get_Item_604__MethodInfo); DO_APP_FUNC(0x00FB8B80, CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap, Array_InternalArray__IReadOnlyList_get_Item_605, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1488, Array_InternalArray__IReadOnlyList_get_Item_605__MethodInfo); DO_APP_FUNC(0x00FB8C30, Camera_RenderRequest, Array_InternalArray__IReadOnlyList_get_Item_606, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1480, Array_InternalArray__IReadOnlyList_get_Item_606__MethodInfo); DO_APP_FUNC(0x00FB8CF0, CameraState_CustomBlendable, Array_InternalArray__IReadOnlyList_get_Item_607, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1478, Array_InternalArray__IReadOnlyList_get_Item_607__MethodInfo); DO_APP_FUNC(0x00FB8DB0, CharacterFootEffects_Foot, Array_InternalArray__IReadOnlyList_get_Item_608, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1470, Array_InternalArray__IReadOnlyList_get_Item_608__MethodInfo); DO_APP_FUNC(0x00FB8E70, CinemachineBlendListCamera_Instruction, Array_InternalArray__IReadOnlyList_get_Item_609, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE14A8, Array_InternalArray__IReadOnlyList_get_Item_609__MethodInfo); DO_APP_FUNC(0x00FB8F30, CinemachineBlenderSettings_CustomBlend, Array_InternalArray__IReadOnlyList_get_Item_610, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE14A0, Array_InternalArray__IReadOnlyList_get_Item_610__MethodInfo); DO_APP_FUNC(0x00FB8FF0, CinemachineClearShot_Pair, Array_InternalArray__IReadOnlyList_get_Item_611, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1498, Array_InternalArray__IReadOnlyList_get_Item_611__MethodInfo); DO_APP_FUNC(0x00FB90A0, CinemachineFreeLook_Orbit, Array_InternalArray__IReadOnlyList_get_Item_612, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1490, Array_InternalArray__IReadOnlyList_get_Item_612__MethodInfo); DO_APP_FUNC(0x00FB9150, CinemachinePath_Waypoint, Array_InternalArray__IReadOnlyList_get_Item_613, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1448, Array_InternalArray__IReadOnlyList_get_Item_613__MethodInfo); DO_APP_FUNC(0x00FB9210, CinemachineSmoothPath_Waypoint, Array_InternalArray__IReadOnlyList_get_Item_614, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1440, Array_InternalArray__IReadOnlyList_get_Item_614__MethodInfo); DO_APP_FUNC(0x00FB92D0, CinemachineStateDrivenCamera_HashPair, Array_InternalArray__IReadOnlyList_get_Item_615, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1438, Array_InternalArray__IReadOnlyList_get_Item_615__MethodInfo); DO_APP_FUNC(0x00FB9380, CinemachineStateDrivenCamera_Instruction, Array_InternalArray__IReadOnlyList_get_Item_616, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1430, Array_InternalArray__IReadOnlyList_get_Item_616__MethodInfo); DO_APP_FUNC(0x00FB9440, CinemachineStateDrivenCamera_ParentHash, Array_InternalArray__IReadOnlyList_get_Item_617, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1468, Array_InternalArray__IReadOnlyList_get_Item_617__MethodInfo); DO_APP_FUNC(0x00FB94F0, CinemachineTargetGroup_Target, Array_InternalArray__IReadOnlyList_get_Item_618, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1460, Array_InternalArray__IReadOnlyList_get_Item_618__MethodInfo); DO_APP_FUNC(0x00FB95B0, ClipperLib_DoublePoint, Array_InternalArray__IReadOnlyList_get_Item_619, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1458, Array_InternalArray__IReadOnlyList_get_Item_619__MethodInfo); DO_APP_FUNC(0x00FB9670, ClipperLib_IntPoint, Array_InternalArray__IReadOnlyList_get_Item_620, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1450, Array_InternalArray__IReadOnlyList_get_Item_620__MethodInfo); DO_APP_FUNC(0x00FB9730, CodePointIndexer_TableRange, Array_InternalArray__IReadOnlyList_get_Item_621, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1408, Array_InternalArray__IReadOnlyList_get_Item_621__MethodInfo); DO_APP_FUNC(0x00FB97F0, ComboTimeout_ComboInputElement, Array_InternalArray__IReadOnlyList_get_Item_622, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1400, Array_InternalArray__IReadOnlyList_get_Item_622__MethodInfo); DO_APP_FUNC(0x00FB98B0, ConfinerOven_PolygonSolution, Array_InternalArray__IReadOnlyList_get_Item_623, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE13F8, Array_InternalArray__IReadOnlyList_get_Item_623__MethodInfo); DO_APP_FUNC(0x00FB9970, ContentCatalogData_Bucket, Array_InternalArray__IReadOnlyList_get_Item_624, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE13F0, Array_InternalArray__IReadOnlyList_get_Item_624__MethodInfo); DO_APP_FUNC(0x00FB9A30, ContextFlagsAdapterPal_ContextFlagMapping, Array_InternalArray__IReadOnlyList_get_Item_625, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1428, Array_InternalArray__IReadOnlyList_get_Item_625__MethodInfo); DO_APP_FUNC(0x00FB9AE0, CookieTokenizer_RecognizedAttribute, Array_InternalArray__IReadOnlyList_get_Item_626, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1420, Array_InternalArray__IReadOnlyList_get_Item_626__MethodInfo); DO_APP_FUNC(0x00FB9BA0, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB, Array_InternalArray__IReadOnlyList_get_Item_627, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1418, Array_InternalArray__IReadOnlyList_get_Item_627__MethodInfo); DO_APP_FUNC(0x00FB9C60, DamageIndicatorMonitor_DamageIndicator, Array_InternalArray__IReadOnlyList_get_Item_628, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1410, Array_InternalArray__IReadOnlyList_get_Item_628__MethodInfo); DO_APP_FUNC(0x00FB9D30, DelayedActionManager_DelegateInfo, Array_InternalArray__IReadOnlyList_get_Item_629, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE13C8, Array_InternalArray__IReadOnlyList_get_Item_629__MethodInfo); DO_APP_FUNC(0x00FB9DF0, DynamicResolutionHandler_ScalerContainer, Array_InternalArray__IReadOnlyList_get_Item_630, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE13C0, Array_InternalArray__IReadOnlyList_get_Item_630__MethodInfo); DO_APP_FUNC(0x00FB9EB0, EventDispatcher_CallbackWrapper, Array_InternalArray__IReadOnlyList_get_Item_631, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE13B8, Array_InternalArray__IReadOnlyList_get_Item_631__MethodInfo); DO_APP_FUNC(0x00FB9F70, EventDispatcher_EventListener, Array_InternalArray__IReadOnlyList_get_Item_632, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE13B0, Array_InternalArray__IReadOnlyList_get_Item_632__MethodInfo); DO_APP_FUNC(0x00FBA030, EventDispatcher_DispatchContext, Array_InternalArray__IReadOnlyList_get_Item_633, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE13E8, Array_InternalArray__IReadOnlyList_get_Item_633__MethodInfo); DO_APP_FUNC(0x00FBA0F0, EventDispatcher_EventRecord, Array_InternalArray__IReadOnlyList_get_Item_634, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE13E0, Array_InternalArray__IReadOnlyList_get_Item_634__MethodInfo); DO_APP_FUNC(0x00FBA1B0, EventQueue_NetworkEvent, Array_InternalArray__IReadOnlyList_get_Item_635, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE13D8, Array_InternalArray__IReadOnlyList_get_Item_635__MethodInfo); DO_APP_FUNC(0x00FBA290, EventReliableRecvBuffer_Node, Array_InternalArray__IReadOnlyList_get_Item_636, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE13D0, Array_InternalArray__IReadOnlyList_get_Item_636__MethodInfo); DO_APP_FUNC(0x00FBA350, EventReliableSendBuffer_Node, Array_InternalArray__IReadOnlyList_get_Item_637, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1388, Array_InternalArray__IReadOnlyList_get_Item_637__MethodInfo); DO_APP_FUNC(0x00FBA410, FocusController_FocusedElement, Array_InternalArray__IReadOnlyList_get_Item_638, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1380, Array_InternalArray__IReadOnlyList_get_Item_638__MethodInfo); DO_APP_FUNC(0x00FBA4D0, Funnel_PathPart, Array_InternalArray__IReadOnlyList_get_Item_639, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1378, Array_InternalArray__IReadOnlyList_get_Item_639__MethodInfo); DO_APP_FUNC(0x00FBA590, GetRandomAvailablePerch_RandomPerch, Array_InternalArray__IReadOnlyList_get_Item_640, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1370, Array_InternalArray__IReadOnlyList_get_Item_640__MethodInfo); DO_APP_FUNC(0x00FBA650, GraphUpdateProcessor_GUOSingle, Array_InternalArray__IReadOnlyList_get_Item_641, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE13A8, Array_InternalArray__IReadOnlyList_get_Item_641__MethodInfo); DO_APP_FUNC(0x00FBA710, HID_HIDCollectionDescriptor, Array_InternalArray__IReadOnlyList_get_Item_642, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE13A0, Array_InternalArray__IReadOnlyList_get_Item_642__MethodInfo); DO_APP_FUNC(0x00FBA7D0, HID_HIDElementDescriptor, Array_InternalArray__IReadOnlyList_get_Item_643, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1398, Array_InternalArray__IReadOnlyList_get_Item_643__MethodInfo); DO_APP_FUNC(0x00FBA8A0, HIDParser_HIDReportData, Array_InternalArray__IReadOnlyList_get_Item_644, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1390, Array_InternalArray__IReadOnlyList_get_Item_644__MethodInfo); DO_APP_FUNC(0x00FBA960, HIDSupport_HIDPageUsage, Array_InternalArray__IReadOnlyList_get_Item_645, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1348, Array_InternalArray__IReadOnlyList_get_Item_645__MethodInfo); DO_APP_FUNC(0x00FBAA10, HIDTouchpad_TouchData, Array_InternalArray__IReadOnlyList_get_Item_646, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1340, Array_InternalArray__IReadOnlyList_get_Item_646__MethodInfo); DO_APP_FUNC(0x00FBAAD0, HairDesignerColliderBase_DualSphere, Array_InternalArray__IReadOnlyList_get_Item_647, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1338, Array_InternalArray__IReadOnlyList_get_Item_647__MethodInfo); DO_APP_FUNC(0x00FBAB90, HairDesignerGeneratorAdvancedFurBase_DualSphereCollider, Array_InternalArray__IReadOnlyList_get_Item_648, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1330, Array_InternalArray__IReadOnlyList_get_Item_648__MethodInfo); DO_APP_FUNC(0x00FBAC50, HairDesignerGeneratorAdvancedFurBase_SkinData, Array_InternalArray__IReadOnlyList_get_Item_649, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1368, Array_InternalArray__IReadOnlyList_get_Item_649__MethodInfo); DO_APP_FUNC(0x00FBAD10, HairDesignerGeneratorFurShellBase_BufferData, Array_InternalArray__IReadOnlyList_get_Item_650, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1360, Array_InternalArray__IReadOnlyList_get_Item_650__MethodInfo); DO_APP_FUNC(0x00FBADC0, HairDesignerGeneratorFurShellBase_SkinData, Array_InternalArray__IReadOnlyList_get_Item_651, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1358, Array_InternalArray__IReadOnlyList_get_Item_651__MethodInfo); DO_APP_FUNC(0x00FBAE80, Hammersley_Hammersley2dSeq16, Array_InternalArray__IReadOnlyList_get_Item_652, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1350, Array_InternalArray__IReadOnlyList_get_Item_652__MethodInfo); DO_APP_FUNC(0x00FBAF40, Hammersley_Hammersley2dSeq256, Array_InternalArray__IReadOnlyList_get_Item_653, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1308, Array_InternalArray__IReadOnlyList_get_Item_653__MethodInfo); DO_APP_FUNC(0x00FBB040, Hammersley_Hammersley2dSeq32, Array_InternalArray__IReadOnlyList_get_Item_654, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1300, Array_InternalArray__IReadOnlyList_get_Item_654__MethodInfo); DO_APP_FUNC(0x00FBB100, Hammersley_Hammersley2dSeq64, Array_InternalArray__IReadOnlyList_get_Item_655, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE12F8, Array_InternalArray__IReadOnlyList_get_Item_655__MethodInfo); DO_APP_FUNC(0x00FBB1C0, Hashtable_bucket, Array_InternalArray__IReadOnlyList_get_Item_656, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE12F0, Array_InternalArray__IReadOnlyList_get_Item_656__MethodInfo); DO_APP_FUNC(0x00FBB280, HeadingTracker_Item, Array_InternalArray__IReadOnlyList_get_Item_657, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1328, Array_InternalArray__IReadOnlyList_get_Item_657__MethodInfo); DO_APP_FUNC(0x00FBB340, HealthFlashMonitor_Flash, Array_InternalArray__IReadOnlyList_get_Item_658, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1320, Array_InternalArray__IReadOnlyList_get_Item_658__MethodInfo); DO_APP_FUNC(0x00FBB400, HebrewNumber_HebrewValue, Array_InternalArray__IReadOnlyList_get_Item_659, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1318, Array_InternalArray__IReadOnlyList_get_Item_659__MethodInfo); DO_APP_FUNC(0x00FBB4B0, InputActionMap_BindingJson, Array_InternalArray__IReadOnlyList_get_Item_660, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1310, Array_InternalArray__IReadOnlyList_get_Item_660__MethodInfo); DO_APP_FUNC(0x00FBB570, InputActionMap_BindingOverrideJson, Array_InternalArray__IReadOnlyList_get_Item_661, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE12C8, Array_InternalArray__IReadOnlyList_get_Item_661__MethodInfo); DO_APP_FUNC(0x00FBB630, InputActionMap_ReadActionJson, Array_InternalArray__IReadOnlyList_get_Item_662, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE12C0, Array_InternalArray__IReadOnlyList_get_Item_662__MethodInfo); DO_APP_FUNC(0x00FBB700, InputActionMap_ReadMapJson, Array_InternalArray__IReadOnlyList_get_Item_663, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE12B8, Array_InternalArray__IReadOnlyList_get_Item_663__MethodInfo); DO_APP_FUNC(0x00FBB7C0, InputActionMap_WriteActionJson, Array_InternalArray__IReadOnlyList_get_Item_664, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE12B0, Array_InternalArray__IReadOnlyList_get_Item_664__MethodInfo); DO_APP_FUNC(0x00FBB890, InputActionMap_WriteMapJson, Array_InternalArray__IReadOnlyList_get_Item_665, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE12E8, Array_InternalArray__IReadOnlyList_get_Item_665__MethodInfo); DO_APP_FUNC(0x00FBB950, InputActionRebindingExtensions_Parameter, Array_InternalArray__IReadOnlyList_get_Item_666, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE12E0, Array_InternalArray__IReadOnlyList_get_Item_666__MethodInfo); DO_APP_FUNC(0x00FBBA10, InputActionRebindingExtensions_ParameterOverride, Array_InternalArray__IReadOnlyList_get_Item_667, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE12D8, Array_InternalArray__IReadOnlyList_get_Item_667__MethodInfo); DO_APP_FUNC(0x00FBBAF0, InputActionTrace_ActionEventPtr, Array_InternalArray__IReadOnlyList_get_Item_668, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE12D0, Array_InternalArray__IReadOnlyList_get_Item_668__MethodInfo); DO_APP_FUNC(0x00FBBBB0, InputBindingCompositeContext_PartBinding, Array_InternalArray__IReadOnlyList_get_Item_669, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1288, Array_InternalArray__IReadOnlyList_get_Item_669__MethodInfo); DO_APP_FUNC(0x00FBBC70, InputControlLayout_ControlItem, Array_InternalArray__IReadOnlyList_get_Item_670, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1280, Array_InternalArray__IReadOnlyList_get_Item_670__MethodInfo); DO_APP_FUNC(0x00FBBD30, InputControlPath_ParsedPathComponent, Array_InternalArray__IReadOnlyList_get_Item_671, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1278, Array_InternalArray__IReadOnlyList_get_Item_671__MethodInfo); DO_APP_FUNC(0x00FBBE00, InputControlScheme_DeviceRequirement, Array_InternalArray__IReadOnlyList_get_Item_672, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1270, Array_InternalArray__IReadOnlyList_get_Item_672__MethodInfo); DO_APP_FUNC(0x00FBBEC0, InputControlScheme_SchemeJson, Array_InternalArray__IReadOnlyList_get_Item_673, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE12A8, Array_InternalArray__IReadOnlyList_get_Item_673__MethodInfo); DO_APP_FUNC(0x00FBBF80, InputDevice_ControlBitRangeNode, Array_InternalArray__IReadOnlyList_get_Item_674, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE12A0, Array_InternalArray__IReadOnlyList_get_Item_674__MethodInfo); DO_APP_FUNC(0x00FBC040, InputEventTrace_DeviceInfo, Array_InternalArray__IReadOnlyList_get_Item_675, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1298, Array_InternalArray__IReadOnlyList_get_Item_675__MethodInfo); DO_APP_FUNC(0x00FBC100, InputManager_AvailableDevice, Array_InternalArray__IReadOnlyList_get_Item_676, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1290, Array_InternalArray__IReadOnlyList_get_Item_676__MethodInfo); DO_APP_FUNC(0x00FBC1C0, InputManager_StateChangeMonitorListener, Array_InternalArray__IReadOnlyList_get_Item_677, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1248, Array_InternalArray__IReadOnlyList_get_Item_677__MethodInfo); DO_APP_FUNC(0x00FBC280, InputManager_StateChangeMonitorTimeout, Array_InternalArray__IReadOnlyList_get_Item_678, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1240, Array_InternalArray__IReadOnlyList_get_Item_678__MethodInfo); DO_APP_FUNC(0x00FBC340, InputManager_StateChangeMonitorsForDevice, Array_InternalArray__IReadOnlyList_get_Item_679, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1238, Array_InternalArray__IReadOnlyList_get_Item_679__MethodInfo); DO_APP_FUNC(0x00FBC410, InputRemoting_RemoteInputDevice, Array_InternalArray__IReadOnlyList_get_Item_680, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1230, Array_InternalArray__IReadOnlyList_get_Item_680__MethodInfo); DO_APP_FUNC(0x00FBC4D0, InputRemoting_RemoteSender, Array_InternalArray__IReadOnlyList_get_Item_681, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1268, Array_InternalArray__IReadOnlyList_get_Item_681__MethodInfo); DO_APP_FUNC(0x00FBC590, InputStateHistory_Record, Array_InternalArray__IReadOnlyList_get_Item_682, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1260, Array_InternalArray__IReadOnlyList_get_Item_682__MethodInfo); DO_APP_FUNC(0x00FBC650, InputSystemUIInputModule_InputActionReferenceState, Array_InternalArray__IReadOnlyList_get_Item_683, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1258, Array_InternalArray__IReadOnlyList_get_Item_683__MethodInfo); DO_APP_FUNC(0x00FBC700, InputUser_OngoingAccountSelection, Array_InternalArray__IReadOnlyList_get_Item_684, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1250, Array_InternalArray__IReadOnlyList_get_Item_684__MethodInfo); DO_APP_FUNC(0x00FBC7C0, InputUser_UserData, Array_InternalArray__IReadOnlyList_get_Item_685, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1208, Array_InternalArray__IReadOnlyList_get_Item_685__MethodInfo); DO_APP_FUNC(0x00FBC880, InternalTreeView_TreeViewItemWrapper, Array_InternalArray__IReadOnlyList_get_Item_686, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1200, Array_InternalArray__IReadOnlyList_get_Item_686__MethodInfo); DO_APP_FUNC(0x00FBC940, JSONDeserialization_TaskField, Array_InternalArray__IReadOnlyList_get_Item_687, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE11F8, Array_InternalArray__IReadOnlyList_get_Item_687__MethodInfo); DO_APP_FUNC(0x00FBCA00, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV, Array_InternalArray__IReadOnlyList_get_Item_688, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE11F0, Array_InternalArray__IReadOnlyList_get_Item_688__MethodInfo); DO_APP_FUNC(0x00FBCAC0, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb, Array_InternalArray__IReadOnlyList_get_Item_689, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1228, Array_InternalArray__IReadOnlyList_get_Item_689__MethodInfo); DO_APP_FUNC(0x00FBCB90, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux, Array_InternalArray__IReadOnlyList_get_Item_690, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1220, Array_InternalArray__IReadOnlyList_get_Item_690__MethodInfo); DO_APP_FUNC(0x00FBCC50, JsonParser_JsonValue, Array_InternalArray__IReadOnlyList_get_Item_691, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1218, Array_InternalArray__IReadOnlyList_get_Item_691__MethodInfo); DO_APP_FUNC(0x00FBCD20, LayerGridGraph_HeightSample, Array_InternalArray__IReadOnlyList_get_Item_692, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1210, Array_InternalArray__IReadOnlyList_get_Item_692__MethodInfo); DO_APP_FUNC(0x00FBCDE0, Logs_LogMessage_1, Array_InternalArray__IReadOnlyList_get_Item_693, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE11C8, Array_InternalArray__IReadOnlyList_get_Item_693__MethodInfo); DO_APP_FUNC(0x00FBCEA0, Logs_LogMessage, Array_InternalArray__IReadOnlyList_get_Item_694, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE11C0, Array_InternalArray__IReadOnlyList_get_Item_694__MethodInfo); DO_APP_FUNC(0x00FBCF60, MagicLightProbes_VolumeParameters, Array_InternalArray__IReadOnlyList_get_Item_695, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE11B8, Array_InternalArray__IReadOnlyList_get_Item_695__MethodInfo); DO_APP_FUNC(0x00FBD020, MailHeaderInfo_HeaderInfo, Array_InternalArray__IReadOnlyList_get_Item_696, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE11B0, Array_InternalArray__IReadOnlyList_get_Item_696__MethodInfo); DO_APP_FUNC(0x00FBD0E0, MemberRelationshipService_RelationshipEntry, Array_InternalArray__IReadOnlyList_get_Item_697, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE11E8, Array_InternalArray__IReadOnlyList_get_Item_697__MethodInfo); DO_APP_FUNC(0x00FBD1A0, MemoryHelpers_BitRegion, Array_InternalArray__IReadOnlyList_get_Item_698, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE11E0, Array_InternalArray__IReadOnlyList_get_Item_698__MethodInfo); DO_APP_FUNC(0x00FBD250, MotionSolver_GPUNodeData, Array_InternalArray__IReadOnlyList_get_Item_699, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE11D8, Array_InternalArray__IReadOnlyList_get_Item_699__MethodInfo); DO_APP_FUNC(0x00FBD310, MotionSolver_GPUNodeInfo, Array_InternalArray__IReadOnlyList_get_Item_700, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE11D0, Array_InternalArray__IReadOnlyList_get_Item_700__MethodInfo); DO_APP_FUNC(0x00FBD3D0, MotionSolver_GPURootTransform, Array_InternalArray__IReadOnlyList_get_Item_701, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1188, Array_InternalArray__IReadOnlyList_get_Item_701__MethodInfo); DO_APP_FUNC(0x00FBD4B0, MovingPlatform_Waypoint, Array_InternalArray__IReadOnlyList_get_Item_702, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1180, Array_InternalArray__IReadOnlyList_get_Item_702__MethodInfo); DO_APP_FUNC(0x00FBD570, NightmareStyling_WallMaterial, Array_InternalArray__IReadOnlyList_get_Item_703, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1178, Array_InternalArray__IReadOnlyList_get_Item_703__MethodInfo); DO_APP_FUNC(0x00FBD630, NoiseSettings_TransformNoiseParams, Array_InternalArray__IReadOnlyList_get_Item_704, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1170, Array_InternalArray__IReadOnlyList_get_Item_704__MethodInfo); DO_APP_FUNC(0x00FBD6F0, NolanBehaviour_OverlappedCollider, Array_InternalArray__IReadOnlyList_get_Item_705, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE11A8, Array_InternalArray__IReadOnlyList_get_Item_705__MethodInfo); DO_APP_FUNC(0x00FBD7B0, ObjectPoolBase_PreloadedPrefab, Array_InternalArray__IReadOnlyList_get_Item_706, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE11A0, Array_InternalArray__IReadOnlyList_get_Item_706__MethodInfo); DO_APP_FUNC(0x00FBD870, OnScreenControl_OnScreenDeviceInfo, Array_InternalArray__IReadOnlyList_get_Item_707, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1198, Array_InternalArray__IReadOnlyList_get_Item_707__MethodInfo); DO_APP_FUNC(0x00FBD930, OpenXRInput_SerializedBinding, Array_InternalArray__IReadOnlyList_get_Item_708, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1190, Array_InternalArray__IReadOnlyList_get_Item_708__MethodInfo); DO_APP_FUNC(0x00FBD9F0, PackedPlayModeBuildLogs_RuntimeBuildLog, Array_InternalArray__IReadOnlyList_get_Item_709, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1148, Array_InternalArray__IReadOnlyList_get_Item_709__MethodInfo); DO_APP_FUNC(0x00FBDAB0, ParameterizedStrings_FormatParam, Array_InternalArray__IReadOnlyList_get_Item_710, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1140, Array_InternalArray__IReadOnlyList_get_Item_710__MethodInfo); DO_APP_FUNC(0x00FBDB70, ParticleSystem_Particle, Array_InternalArray__IReadOnlyList_get_Item_711, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1138, Array_InternalArray__IReadOnlyList_get_Item_711__MethodInfo); DO_APP_FUNC(0x00FBDC50, PlayerStatsController_Category, Array_InternalArray__IReadOnlyList_get_Item_712, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1130, Array_InternalArray__IReadOnlyList_get_Item_712__MethodInfo); DO_APP_FUNC(0x00FBDD10, PointKDTree_Node, Array_InternalArray__IReadOnlyList_get_Item_713, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1168, Array_InternalArray__IReadOnlyList_get_Item_713__MethodInfo); DO_APP_FUNC(0x00FBDDD0, PointerDeviceState_PointerLocation, Array_InternalArray__IReadOnlyList_get_Item_714, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1160, Array_InternalArray__IReadOnlyList_get_Item_714__MethodInfo); DO_APP_FUNC(0x00FBDE90, ProbeBrickIndex_Brick, Array_InternalArray__IReadOnlyList_get_Item_715, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1158, Array_InternalArray__IReadOnlyList_get_Item_715__MethodInfo); DO_APP_FUNC(0x00FBDF50, ProbeBrickIndex_BrickMeta, Array_InternalArray__IReadOnlyList_get_Item_716, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1150, Array_InternalArray__IReadOnlyList_get_Item_716__MethodInfo); DO_APP_FUNC(0x00FBE010, ProbeBrickIndex_CellIndexUpdateInfo, Array_InternalArray__IReadOnlyList_get_Item_717, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1108, Array_InternalArray__IReadOnlyList_get_Item_717__MethodInfo); DO_APP_FUNC(0x00FBE0D0, ProbeBrickIndex_ReservedBrick, Array_InternalArray__IReadOnlyList_get_Item_718, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1100, Array_InternalArray__IReadOnlyList_get_Item_718__MethodInfo); DO_APP_FUNC(0x00FBE190, ProbeBrickIndex_VoxelMeta, Array_InternalArray__IReadOnlyList_get_Item_719, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE10F8, Array_InternalArray__IReadOnlyList_get_Item_719__MethodInfo); DO_APP_FUNC(0x00FBE250, ProbeBrickPool_BrickChunkAlloc, Array_InternalArray__IReadOnlyList_get_Item_720, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE10F0, Array_InternalArray__IReadOnlyList_get_Item_720__MethodInfo); DO_APP_FUNC(0x00FBE310, ProbeReferenceVolume_RegId, Array_InternalArray__IReadOnlyList_get_Item_721, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1128, Array_InternalArray__IReadOnlyList_get_Item_721__MethodInfo); DO_APP_FUNC(0x00FBE3C0, ProbeReferenceVolume_Volume, Array_InternalArray__IReadOnlyList_get_Item_722, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1120, Array_InternalArray__IReadOnlyList_get_Item_722__MethodInfo); DO_APP_FUNC(0x00FBE490, ProbeVolumePerSceneData_SerializableAssetItem, Array_InternalArray__IReadOnlyList_get_Item_723, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1118, Array_InternalArray__IReadOnlyList_get_Item_723__MethodInfo); DO_APP_FUNC(0x00FBE550, ProbeVolumeSceneData_SerializableBoundItem, Array_InternalArray__IReadOnlyList_get_Item_724, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1110, Array_InternalArray__IReadOnlyList_get_Item_724__MethodInfo); DO_APP_FUNC(0x00FBE610, ProbeVolumeSceneData_SerializableHasPVItem, Array_InternalArray__IReadOnlyList_get_Item_725, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE10C8, Array_InternalArray__IReadOnlyList_get_Item_725__MethodInfo); DO_APP_FUNC(0x00FBE6D0, ProbeVolumeSceneData_SerializablePVBakeSettings, Array_InternalArray__IReadOnlyList_get_Item_726, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE10C0, Array_InternalArray__IReadOnlyList_get_Item_726__MethodInfo); DO_APP_FUNC(0x00FBE790, ProbeVolumeSceneData_SerializablePVProfile, Array_InternalArray__IReadOnlyList_get_Item_727, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE10B8, Array_InternalArray__IReadOnlyList_get_Item_727__MethodInfo); DO_APP_FUNC(0x00FBE850, ProtocolClient_AckCallback, Array_InternalArray__IReadOnlyList_get_Item_728, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE10B0, Array_InternalArray__IReadOnlyList_get_Item_728__MethodInfo); DO_APP_FUNC(0x00FBE910, ProtocolClient_MsgHandler, Array_InternalArray__IReadOnlyList_get_Item_729, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE10E8, Array_InternalArray__IReadOnlyList_get_Item_729__MethodInfo); DO_APP_FUNC(0x00FBE9D0, RVOQuadtree_Node, Array_InternalArray__IReadOnlyList_get_Item_730, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE10E0, Array_InternalArray__IReadOnlyList_get_Item_730__MethodInfo); DO_APP_FUNC(0x00FBEA90, Regex_CachedCodeEntryKey, Array_InternalArray__IReadOnlyList_get_Item_731, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE10D8, Array_InternalArray__IReadOnlyList_get_Item_731__MethodInfo); DO_APP_FUNC(0x00FBEB50, RegexCharClass_LowerCaseMapping, Array_InternalArray__IReadOnlyList_get_Item_732, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE10D0, Array_InternalArray__IReadOnlyList_get_Item_732__MethodInfo); DO_APP_FUNC(0x00FBEC10, RegexCharClass_SingleRange, Array_InternalArray__IReadOnlyList_get_Item_733, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1088, Array_InternalArray__IReadOnlyList_get_Item_733__MethodInfo); DO_APP_FUNC(0x00FBECC0, RenderChain_RenderNodeData, Array_InternalArray__IReadOnlyList_get_Item_734, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1080, Array_InternalArray__IReadOnlyList_get_Item_734__MethodInfo); DO_APP_FUNC(0x00FBED90, RenderGraph_CompiledPassInfo, Array_InternalArray__IReadOnlyList_get_Item_735, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1078, Array_InternalArray__IReadOnlyList_get_Item_735__MethodInfo); DO_APP_FUNC(0x00FBEE60, RenderGraph_CompiledResourceInfo, Array_InternalArray__IReadOnlyList_get_Item_736, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1070, Array_InternalArray__IReadOnlyList_get_Item_736__MethodInfo); DO_APP_FUNC(0x00FBEF20, RenderGraphDebugData_PassDebugData, Array_InternalArray__IReadOnlyList_get_Item_737, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE10A8, Array_InternalArray__IReadOnlyList_get_Item_737__MethodInfo); DO_APP_FUNC(0x00FBEFE0, RenderGraphDebugData_ResourceDebugData, Array_InternalArray__IReadOnlyList_get_Item_738, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE10A0, Array_InternalArray__IReadOnlyList_get_Item_738__MethodInfo); DO_APP_FUNC(0x00FBF0A0, ResourceManager_DeferredCallbackRegisterRequest, Array_InternalArray__IReadOnlyList_get_Item_739, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1098, Array_InternalArray__IReadOnlyList_get_Item_739__MethodInfo); DO_APP_FUNC(0x00FBF160, RetainedGizmos_MeshWithHash, Array_InternalArray__IReadOnlyList_get_Item_740, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1090, Array_InternalArray__IReadOnlyList_get_Item_740__MethodInfo); DO_APP_FUNC(0x00FBF220, SendMouseEvents_HitInfo, Array_InternalArray__IReadOnlyList_get_Item_741, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1048, Array_InternalArray__IReadOnlyList_get_Item_741__MethodInfo); DO_APP_FUNC(0x00FBF2E0, SequenceNode_SequenceConstructPosContext, Array_InternalArray__IReadOnlyList_get_Item_742, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1040, Array_InternalArray__IReadOnlyList_get_Item_742__MethodInfo); DO_APP_FUNC(0x00FBF3A0, SerializedObject_Field, Array_InternalArray__IReadOnlyList_get_Item_743, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1038, Array_InternalArray__IReadOnlyList_get_Item_743__MethodInfo); DO_APP_FUNC(0x00FBF460, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo, Array_InternalArray__IReadOnlyList_get_Item_744, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1030, Array_InternalArray__IReadOnlyList_get_Item_744__MethodInfo); DO_APP_FUNC(0x00FBF520, SlotEquip_ItemDefinitionStateName, Array_InternalArray__IReadOnlyList_get_Item_745, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1068, Array_InternalArray__IReadOnlyList_get_Item_745__MethodInfo); DO_APP_FUNC(0x00FBF5E0, Socket_WSABUF, Array_InternalArray__IReadOnlyList_get_Item_746, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1060, Array_InternalArray__IReadOnlyList_get_Item_746__MethodInfo); DO_APP_FUNC(0x00FBF6A0, StyleComplexSelector_PseudoStateData, Array_InternalArray__IReadOnlyList_get_Item_747, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1058, Array_InternalArray__IReadOnlyList_get_Item_747__MethodInfo); DO_APP_FUNC(0x00FBF750, StylePropertyAnimationSystem_ElementPropertyPair, Array_InternalArray__IReadOnlyList_get_Item_748, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1050, Array_InternalArray__IReadOnlyList_get_Item_748__MethodInfo); DO_APP_FUNC(0x00FBF810, StyleSheet_ImportStruct, Array_InternalArray__IReadOnlyList_get_Item_749, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1008, Array_InternalArray__IReadOnlyList_get_Item_749__MethodInfo); DO_APP_FUNC(0x00FBF8D0, StyleSheetCache_SheetHandleKey, Array_InternalArray__IReadOnlyList_get_Item_750, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1000, Array_InternalArray__IReadOnlyList_get_Item_750__MethodInfo); DO_APP_FUNC(0x00FBF980, StyleVariableResolver_ResolveContext, Array_InternalArray__IReadOnlyList_get_Item_751, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0FF8, Array_InternalArray__IReadOnlyList_get_Item_751__MethodInfo); DO_APP_FUNC(0x00FBFA40, TMP_Text_UnicodeChar, Array_InternalArray__IReadOnlyList_get_Item_752, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0FF0, Array_InternalArray__IReadOnlyList_get_Item_752__MethodInfo); DO_APP_FUNC(0x00FBFB00, TemplateAsset_AttributeOverride, Array_InternalArray__IReadOnlyList_get_Item_753, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1028, Array_InternalArray__IReadOnlyList_get_Item_753__MethodInfo); DO_APP_FUNC(0x00FBFBC0, TextPic_IconName, Array_InternalArray__IReadOnlyList_get_Item_754, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1020, Array_InternalArray__IReadOnlyList_get_Item_754__MethodInfo); DO_APP_FUNC(0x00FBFC80, TextResourceManager_FontAssetRef, Array_InternalArray__IReadOnlyList_get_Item_755, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1018, Array_InternalArray__IReadOnlyList_get_Item_755__MethodInfo); DO_APP_FUNC(0x00FBFD40, TextSettings_FontReferenceMap, Array_InternalArray__IReadOnlyList_get_Item_756, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE1010, Array_InternalArray__IReadOnlyList_get_Item_756__MethodInfo); DO_APP_FUNC(0x00FBFE00, TextureBlitter_BlitInfo, Array_InternalArray__IReadOnlyList_get_Item_757, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0FC8, Array_InternalArray__IReadOnlyList_get_Item_757__MethodInfo); DO_APP_FUNC(0x00FBFED0, TexturePacker_JsonArray_Frame, Array_InternalArray__IReadOnlyList_get_Item_758, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0FC0, Array_InternalArray__IReadOnlyList_get_Item_758__MethodInfo); DO_APP_FUNC(0x00FBFF90, TextureRegistry_TextureInfo, Array_InternalArray__IReadOnlyList_get_Item_759, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0FB8, Array_InternalArray__IReadOnlyList_get_Item_759__MethodInfo); DO_APP_FUNC(0x00FC0050, TimeNotificationBehaviour_NotificationEntry, Array_InternalArray__IReadOnlyList_get_Item_760, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0FB0, Array_InternalArray__IReadOnlyList_get_Item_760__MethodInfo); DO_APP_FUNC(0x00FC0110, TrackedDeviceRaycaster_RaycastHitData, Array_InternalArray__IReadOnlyList_get_Item_761, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0FE8, Array_InternalArray__IReadOnlyList_get_Item_761__MethodInfo); DO_APP_FUNC(0x00FC01D0, TrackedPoseDriverDataDescription_PoseData, Array_InternalArray__IReadOnlyList_get_Item_762, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0FE0, Array_InternalArray__IReadOnlyList_get_Item_762__MethodInfo); DO_APP_FUNC(0x00FC0290, TreeView_TreeViewItemWrapper, Array_InternalArray__IReadOnlyList_get_Item_763, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0FD8, Array_InternalArray__IReadOnlyList_get_Item_763__MethodInfo); DO_APP_FUNC(0x00FC0350, TreeViewReorderableDragAndDropController_TreeItemState, Array_InternalArray__IReadOnlyList_get_Item_764, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0FD0, Array_InternalArray__IReadOnlyList_get_Item_764__MethodInfo); DO_APP_FUNC(0x00FC0400, UIRStylePainter_Entry, Array_InternalArray__IReadOnlyList_get_Item_765, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0F88, Array_InternalArray__IReadOnlyList_get_Item_765__MethodInfo); DO_APP_FUNC(0x00FC04D0, UIRenderDevice_AllocToFree, Array_InternalArray__IReadOnlyList_get_Item_766, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0F80, Array_InternalArray__IReadOnlyList_get_Item_766__MethodInfo); DO_APP_FUNC(0x00FC0590, UIRenderDevice_AllocToUpdate, Array_InternalArray__IReadOnlyList_get_Item_767, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0F78, Array_InternalArray__IReadOnlyList_get_Item_767__MethodInfo); DO_APP_FUNC(0x00FC0660, UIRenderDevice_DeviceToFree, Array_InternalArray__IReadOnlyList_get_Item_768, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0F70, Array_InternalArray__IReadOnlyList_get_Item_768__MethodInfo); DO_APP_FUNC(0x00FC0720, UdpPipe_Ack, Array_InternalArray__IReadOnlyList_get_Item_769, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0FA8, Array_InternalArray__IReadOnlyList_get_Item_769__MethodInfo); DO_APP_FUNC(0x00FC07E0, UmAlQuraCalendar_DateMapping, Array_InternalArray__IReadOnlyList_get_Item_770, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0FA0, Array_InternalArray__IReadOnlyList_get_Item_770__MethodInfo); DO_APP_FUNC(0x00FC08A0, UnitySynchronizationContext_WorkRequest, Array_InternalArray__IReadOnlyList_get_Item_771, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0F98, Array_InternalArray__IReadOnlyList_get_Item_771__MethodInfo); DO_APP_FUNC(0x00FC0960, VisualTreeAsset_SlotDefinition, Array_InternalArray__IReadOnlyList_get_Item_772, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0F90, Array_InternalArray__IReadOnlyList_get_Item_772__MethodInfo); DO_APP_FUNC(0x00FC0A20, VisualTreeAsset_SlotUsageEntry, Array_InternalArray__IReadOnlyList_get_Item_773, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0F48, Array_InternalArray__IReadOnlyList_get_Item_773__MethodInfo); DO_APP_FUNC(0x00FC0AE0, VisualTreeAsset_UsingEntry, Array_InternalArray__IReadOnlyList_get_Item_774, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0F40, Array_InternalArray__IReadOnlyList_get_Item_774__MethodInfo); DO_APP_FUNC(0x00FC0BA0, WetDecalSystem_MaterialBatchId, Array_InternalArray__IReadOnlyList_get_Item_775, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0F38, Array_InternalArray__IReadOnlyList_get_Item_775__MethodInfo); DO_APP_FUNC(0x00FC0C80, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK, Array_InternalArray__IReadOnlyList_get_Item_776, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0F30, Array_InternalArray__IReadOnlyList_get_Item_776__MethodInfo); DO_APP_FUNC(0x00FC0D30, XmlEventCache_XmlEvent, Array_InternalArray__IReadOnlyList_get_Item_777, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0F68, Array_InternalArray__IReadOnlyList_get_Item_777__MethodInfo); DO_APP_FUNC(0x00FC0DF0, XmlNamespaceManager_NamespaceDeclaration, Array_InternalArray__IReadOnlyList_get_Item_778, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0F60, Array_InternalArray__IReadOnlyList_get_Item_778__MethodInfo); DO_APP_FUNC(0x00FC0EB0, XmlSchemaObjectTable_XmlSchemaObjectEntry, Array_InternalArray__IReadOnlyList_get_Item_779, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0F58, Array_InternalArray__IReadOnlyList_get_Item_779__MethodInfo); DO_APP_FUNC(0x00FC0F70, XmlTextReaderImpl_ParsingState, Array_InternalArray__IReadOnlyList_get_Item_780, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0F50, Array_InternalArray__IReadOnlyList_get_Item_780__MethodInfo); DO_APP_FUNC(0x00FC1050, XmlTextWriter_Namespace, Array_InternalArray__IReadOnlyList_get_Item_781, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0F08, Array_InternalArray__IReadOnlyList_get_Item_781__MethodInfo); DO_APP_FUNC(0x00FC1110, XmlTextWriter_TagInfo, Array_InternalArray__IReadOnlyList_get_Item_782, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0F00, Array_InternalArray__IReadOnlyList_get_Item_782__MethodInfo); DO_APP_FUNC(0x00FC11E0, XmlWellFormedWriter_AttrName, Array_InternalArray__IReadOnlyList_get_Item_783, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0EF8, Array_InternalArray__IReadOnlyList_get_Item_783__MethodInfo); DO_APP_FUNC(0x00FC12A0, XmlWellFormedWriter_ElementScope, Array_InternalArray__IReadOnlyList_get_Item_784, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0EF0, Array_InternalArray__IReadOnlyList_get_Item_784__MethodInfo); DO_APP_FUNC(0x00FC1360, XmlWellFormedWriter_Namespace, Array_InternalArray__IReadOnlyList_get_Item_785, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0F28, Array_InternalArray__IReadOnlyList_get_Item_785__MethodInfo); DO_APP_FUNC(0x00FC1420, ftLightmaps_LightmapAdditionalData, Array_InternalArray__IReadOnlyList_get_Item_786, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0F20, Array_InternalArray__IReadOnlyList_get_Item_786__MethodInfo); DO_APP_FUNC(0x00FC14E0, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy, Array_InternalArray__IReadOnlyList_get_Item_787, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0F18, Array_InternalArray__IReadOnlyList_get_Item_787__MethodInfo); DO_APP_FUNC(0x00FC1590, gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG, Array_InternalArray__IReadOnlyList_get_Item_788, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0F10, Array_InternalArray__IReadOnlyList_get_Item_788__MethodInfo); DO_APP_FUNC(0x00FC1650, gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ, Array_InternalArray__IReadOnlyList_get_Item_789, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0EC8, Array_InternalArray__IReadOnlyList_get_Item_789__MethodInfo); DO_APP_FUNC(0x00FC1710, jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb, Array_InternalArray__IReadOnlyList_get_Item_790, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0EC0, Array_InternalArray__IReadOnlyList_get_Item_790__MethodInfo); DO_APP_FUNC(0x00FC17D0, DebugUI_Foldout_ContextMenuItem, Array_InternalArray__IReadOnlyList_get_Item_791, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0EB8, Array_InternalArray__IReadOnlyList_get_Item_791__MethodInfo); DO_APP_FUNC(0x00FC1890, Decimal_DecCalc_PowerOvfl, Array_InternalArray__IReadOnlyList_get_Item_792, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0EB0, Array_InternalArray__IReadOnlyList_get_Item_792__MethodInfo); DO_APP_FUNC(0x00FC1950, FacetsChecker_FacetsCompiler_Map, Array_InternalArray__IReadOnlyList_get_Item_793, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0EE8, Array_InternalArray__IReadOnlyList_get_Item_793__MethodInfo); DO_APP_FUNC(0x00FC1A10, InputControlLayout_Collection_LayoutMatcher, Array_InternalArray__IReadOnlyList_get_Item_794, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0EE0, Array_InternalArray__IReadOnlyList_get_Item_794__MethodInfo); DO_APP_FUNC(0x00FC1AD0, InputControlLayout_Collection_PrecompiledLayout, Array_InternalArray__IReadOnlyList_get_Item_795, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0ED8, Array_InternalArray__IReadOnlyList_get_Item_795__MethodInfo); DO_APP_FUNC(0x00FC1B90, InputControlScheme_MatchResult_Match, Array_InternalArray__IReadOnlyList_get_Item_796, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0ED0, Array_InternalArray__IReadOnlyList_get_Item_796__MethodInfo); DO_APP_FUNC(0x00FC1C50, InputControlScheme_SchemeJson_DeviceJson, Array_InternalArray__IReadOnlyList_get_Item_797, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0E90, Array_InternalArray__IReadOnlyList_get_Item_797__MethodInfo); DO_APP_FUNC(0x00FC1D10, InputDeviceMatcher_MatcherJson_Capability, Array_InternalArray__IReadOnlyList_get_Item_798, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0E88, Array_InternalArray__IReadOnlyList_get_Item_798__MethodInfo); DO_APP_FUNC(0x00FC1DD0, InstructionList_DebugView_InstructionView, Array_InternalArray__IReadOnlyList_get_Item_799, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0E80, Array_InternalArray__IReadOnlyList_get_Item_799__MethodInfo); DO_APP_FUNC(0x00FC1E90, Interop_SspiCli_SecBuffer, Array_InternalArray__IReadOnlyList_get_Item_800, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0E78, Array_InternalArray__IReadOnlyList_get_Item_800__MethodInfo); DO_APP_FUNC(0x00FC1F50, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb, Array_InternalArray__IReadOnlyList_get_Item_801, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0EA8, Array_InternalArray__IReadOnlyList_get_Item_801__MethodInfo); DO_APP_FUNC(0x00FC2010, TargetPositionCache_CacheCurve_Item, Array_InternalArray__IReadOnlyList_get_Item_802, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0EA0, Array_InternalArray__IReadOnlyList_get_Item_802__MethodInfo); DO_APP_FUNC(0x00FC20D0, TargetPositionCache_CacheEntry_RecordingItem, Array_InternalArray__IReadOnlyList_get_Item_803, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0E98, Array_InternalArray__IReadOnlyList_get_Item_803__MethodInfo); DO_APP_FUNC(0x00FC2190, int32_t, Array_InternalArray__IndexOf, (Array * __this, ArraySegment_1_Byte_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0E50, Array_InternalArray__IndexOf__MethodInfo); DO_APP_FUNC(0x00FC2380, int32_t, Array_InternalArray__IndexOf_1, (Array * __this, AsyncOperationHandle_1_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0E48, Array_InternalArray__IndexOf_1__MethodInfo); DO_APP_FUNC(0x00FC2590, int32_t, Array_InternalArray__IndexOf_2, (Array * __this, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0E40, Array_InternalArray__IndexOf_2__MethodInfo); DO_APP_FUNC(0x00FC27A0, int32_t, Array_InternalArray__IndexOf_3, (Array * __this, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0E70, Array_InternalArray__IndexOf_3__MethodInfo); DO_APP_FUNC(0x00FC2970, int32_t, Array_InternalArray__IndexOf_4, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0E68, Array_InternalArray__IndexOf_4__MethodInfo); DO_APP_FUNC(0x00FC2B50, int32_t, Array_InternalArray__IndexOf_5, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0E60, Array_InternalArray__IndexOf_5__MethodInfo); DO_APP_FUNC(0x00FC2D30, int32_t, Array_InternalArray__IndexOf_6, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0E58, Array_InternalArray__IndexOf_6__MethodInfo); DO_APP_FUNC(0x00FC2F10, int32_t, Array_InternalArray__IndexOf_7, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0E18, Array_InternalArray__IndexOf_7__MethodInfo); DO_APP_FUNC(0x00FC30F0, int32_t, Array_InternalArray__IndexOf_8, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0E10, Array_InternalArray__IndexOf_8__MethodInfo); DO_APP_FUNC(0x00FC32D0, int32_t, Array_InternalArray__IndexOf_9, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0E08, Array_InternalArray__IndexOf_9__MethodInfo); DO_APP_FUNC(0x00FC34B0, int32_t, Array_InternalArray__IndexOf_10, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0E00, Array_InternalArray__IndexOf_10__MethodInfo); DO_APP_FUNC(0x00FC3690, int32_t, Array_InternalArray__IndexOf_11, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0E38, Array_InternalArray__IndexOf_11__MethodInfo); DO_APP_FUNC(0x00FC3870, int32_t, Array_InternalArray__IndexOf_12, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0E30, Array_InternalArray__IndexOf_12__MethodInfo); DO_APP_FUNC(0x00FC3A50, int32_t, Array_InternalArray__IndexOf_13, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0E28, Array_InternalArray__IndexOf_13__MethodInfo); DO_APP_FUNC(0x00FC3C30, int32_t, Array_InternalArray__IndexOf_14, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0E20, Array_InternalArray__IndexOf_14__MethodInfo); DO_APP_FUNC(0x00FC3E10, int32_t, Array_InternalArray__IndexOf_15, (Array * __this, StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0DD8, Array_InternalArray__IndexOf_15__MethodInfo); DO_APP_FUNC(0x00FC3FF0, int32_t, Array_InternalArray__IndexOf_16, (Array * __this, IntervalTree_1_T_Entry_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0DD0, Array_InternalArray__IndexOf_16__MethodInfo); DO_APP_FUNC(0x00FC4200, int32_t, Array_InternalArray__IndexOf_17, (Array * __this, XHashtable_1_TValue_XHashtableState_TValue_Entry_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0DC8, Array_InternalArray__IndexOf_17__MethodInfo); DO_APP_FUNC(0x00FC43E0, int32_t, Array_InternalArray__IndexOf_18, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_ValueTuple_2_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0DC0, Array_InternalArray__IndexOf_18__MethodInfo); DO_APP_FUNC(0x00FC45F0, int32_t, Array_InternalArray__IndexOf_19, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_ValueTuple_2_System_Object__1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0DF8, Array_InternalArray__IndexOf_19__MethodInfo); DO_APP_FUNC(0x00FC4800, int32_t, Array_InternalArray__IndexOf_20, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Byte_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0DF0, Array_InternalArray__IndexOf_20__MethodInfo); DO_APP_FUNC(0x00FC4A10, int32_t, Array_InternalArray__IndexOf_21, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_ByteEnum_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0DE8, Array_InternalArray__IndexOf_21__MethodInfo); DO_APP_FUNC(0x00FC4BF0, int32_t, Array_InternalArray__IndexOf_22, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_ByteEnum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0DE0, Array_InternalArray__IndexOf_22__MethodInfo); DO_APP_FUNC(0x00FC4E00, int32_t, Array_InternalArray__IndexOf_23, (Array * __this, Dictionary_2_TKey_TValue_Entry_Dissonance_Audio_Playback_FrameFormat_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0D98, Array_InternalArray__IndexOf_23__MethodInfo); DO_APP_FUNC(0x00FC5030, int32_t, Array_InternalArray__IndexOf_24, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Guid_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0D90, Array_InternalArray__IndexOf_24__MethodInfo); DO_APP_FUNC(0x00FC5240, int32_t, Array_InternalArray__IndexOf_25, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Guid_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0D88, Array_InternalArray__IndexOf_25__MethodInfo); DO_APP_FUNC(0x00FC5460, int32_t, Array_InternalArray__IndexOf_26, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Hash128_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0D80, Array_InternalArray__IndexOf_26__MethodInfo); DO_APP_FUNC(0x00FC5670, int32_t, Array_InternalArray__IndexOf_27, (Array * __this, Dictionary_2_TKey_TValue_Entry_Pathfinding_Int2_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0DB8, Array_InternalArray__IndexOf_27__MethodInfo); DO_APP_FUNC(0x00FC5870, int32_t, Array_InternalArray__IndexOf_28, (Array * __this, Dictionary_2_TKey_TValue_Entry_Pathfinding_Int3_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0DB0, Array_InternalArray__IndexOf_28__MethodInfo); DO_APP_FUNC(0x00FC5A80, int32_t, Array_InternalArray__IndexOf_29, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0DA8, Array_InternalArray__IndexOf_29__MethodInfo); DO_APP_FUNC(0x00FC5C80, int32_t, Array_InternalArray__IndexOf_30, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_ValueTuple_2_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0DA0, Array_InternalArray__IndexOf_30__MethodInfo); DO_APP_FUNC(0x00FC5EA0, int32_t, Array_InternalArray__IndexOf_31, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0D78, Array_InternalArray__IndexOf_31__MethodInfo); DO_APP_FUNC(0x00FC6080, int32_t, Array_InternalArray__IndexOf_32, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_ByteEnum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0D70, Array_InternalArray__IndexOf_32__MethodInfo); DO_APP_FUNC(0x00FC6260, int32_t, Array_InternalArray__IndexOf_33, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Char_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0D68, Array_InternalArray__IndexOf_33__MethodInfo); DO_APP_FUNC(0x00CD3730, int32_t, Array_InternalArray__IndexOf_34, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63D68, Array_InternalArray__IndexOf_34__MethodInfo); DO_APP_FUNC(0x00CD3990, int32_t, Array_InternalArray__IndexOf_35, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int16_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63D20, Array_InternalArray__IndexOf_35__MethodInfo); DO_APP_FUNC(0x00CD3B70, int32_t, Array_InternalArray__IndexOf_36, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_Pathfinding_Int3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63D30, Array_InternalArray__IndexOf_36__MethodInfo); DO_APP_FUNC(0x00CD3D80, int32_t, Array_InternalArray__IndexOf_37, (Array * __this, ADictionary_2_TKey_TValue_Entry_System_Int32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63D38, Array_InternalArray__IndexOf_37__MethodInfo); DO_APP_FUNC(0x00CD3F60, int32_t, Array_InternalArray__IndexOf_38, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63D40, Array_InternalArray__IndexOf_38__MethodInfo); DO_APP_FUNC(0x00CD4140, int32_t, Array_InternalArray__IndexOf_39, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63D00, Array_InternalArray__IndexOf_39__MethodInfo); DO_APP_FUNC(0x00CD4320, int32_t, Array_InternalArray__IndexOf_40, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int64_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63D08, Array_InternalArray__IndexOf_40__MethodInfo); DO_APP_FUNC(0x00CD4530, int32_t, Array_InternalArray__IndexOf_41, (Array * __this, ADictionary_2_TKey_TValue_Entry_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63D10, Array_InternalArray__IndexOf_41__MethodInfo); DO_APP_FUNC(0x00CD4740, int32_t, Array_InternalArray__IndexOf_42, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63D18, Array_InternalArray__IndexOf_42__MethodInfo); DO_APP_FUNC(0x00CD4950, int32_t, Array_InternalArray__IndexOf_43, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_PlayerFlashlightBeam_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63CC8, Array_InternalArray__IndexOf_43__MethodInfo); DO_APP_FUNC(0x00CD4B60, int32_t, Array_InternalArray__IndexOf_44, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_RenderInstancedDataLayout_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63CD8, Array_InternalArray__IndexOf_44__MethodInfo); DO_APP_FUNC(0x00CD4D80, int32_t, Array_InternalArray__IndexOf_45, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63CE8, Array_InternalArray__IndexOf_45__MethodInfo); DO_APP_FUNC(0x00CD4F60, int32_t, Array_InternalArray__IndexOf_46, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_UIElements_TreeItem_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63CF0, Array_InternalArray__IndexOf_46__MethodInfo); DO_APP_FUNC(0x00CD5170, int32_t, Array_InternalArray__IndexOf_47, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63C98, Array_InternalArray__IndexOf_47__MethodInfo); DO_APP_FUNC(0x00CD5370, int32_t, Array_InternalArray__IndexOf_48, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_Vector4_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63CA8, Array_InternalArray__IndexOf_48__MethodInfo); DO_APP_FUNC(0x00CD5590, int32_t, Array_InternalArray__IndexOf_49, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63CB8, Array_InternalArray__IndexOf_49__MethodInfo); DO_APP_FUNC(0x00CD57C0, int32_t, Array_InternalArray__IndexOf_50, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32Enum_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63CC0, Array_InternalArray__IndexOf_50__MethodInfo); DO_APP_FUNC(0x00CD59A0, int32_t, Array_InternalArray__IndexOf_51, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int32Enum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63C70, Array_InternalArray__IndexOf_51__MethodInfo); DO_APP_FUNC(0x00CD5BB0, int32_t, Array_InternalArray__IndexOf_52, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int64_UnityEngine_UIElements_ComputedStyle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63C78, Array_InternalArray__IndexOf_52__MethodInfo); DO_APP_FUNC(0x00CD5E20, int32_t, Array_InternalArray__IndexOf_53, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Int64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63C80, Array_InternalArray__IndexOf_53__MethodInfo); DO_APP_FUNC(0x00CD6030, int32_t, Array_InternalArray__IndexOf_54, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_IntPtr_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63C88, Array_InternalArray__IndexOf_54__MethodInfo); DO_APP_FUNC(0x00CD6240, int32_t, Array_InternalArray__IndexOf_55, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63C40, Array_InternalArray__IndexOf_55__MethodInfo); DO_APP_FUNC(0x00CD6470, int32_t, Array_InternalArray__IndexOf_56, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63C48, Array_InternalArray__IndexOf_56__MethodInfo); DO_APP_FUNC(0x00CD6680, int32_t, Array_InternalArray__IndexOf_57, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63C50, Array_InternalArray__IndexOf_57__MethodInfo); DO_APP_FUNC(0x00CD68B0, int32_t, Array_InternalArray__IndexOf_58, (Array * __this, Dictionary_2_TKey_TValue_Entry_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63C60, Array_InternalArray__IndexOf_58__MethodInfo); DO_APP_FUNC(0x00CD6AC0, int32_t, Array_InternalArray__IndexOf_59, (Array * __this, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_NetworkId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63C18, Array_InternalArray__IndexOf_59__MethodInfo); DO_APP_FUNC(0x00CD6CD0, int32_t, Array_InternalArray__IndexOf_60, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63C20, Array_InternalArray__IndexOf_60__MethodInfo); DO_APP_FUNC(0x00CD6F00, int32_t, Array_InternalArray__IndexOf_61, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63C28, Array_InternalArray__IndexOf_61__MethodInfo); DO_APP_FUNC(0x00CD7130, int32_t, Array_InternalArray__IndexOf_62, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63C30, Array_InternalArray__IndexOf_62__MethodInfo); DO_APP_FUNC(0x00CD7340, int32_t, Array_InternalArray__IndexOf_63, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Bounds_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63BF0, Array_InternalArray__IndexOf_63__MethodInfo); DO_APP_FUNC(0x00CD7570, int32_t, Array_InternalArray__IndexOf_64, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Byte_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63BF8, Array_InternalArray__IndexOf_64__MethodInfo); DO_APP_FUNC(0x00CD7780, int32_t, Array_InternalArray__IndexOf_65, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63C00, Array_InternalArray__IndexOf_65__MethodInfo); DO_APP_FUNC(0x00CD7990, int32_t, Array_InternalArray__IndexOf_66, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Color32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63C10, Array_InternalArray__IndexOf_66__MethodInfo); DO_APP_FUNC(0x00CD7BA0, int32_t, Array_InternalArray__IndexOf_67, (Array * __this, ADictionary_2_TKey_TValue_Entry_System_Object_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63BC8, Array_InternalArray__IndexOf_67__MethodInfo); DO_APP_FUNC(0x00CD7DB0, int32_t, Array_InternalArray__IndexOf_68, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63BD0, Array_InternalArray__IndexOf_68__MethodInfo); DO_APP_FUNC(0x00CD7FC0, int32_t, Array_InternalArray__IndexOf_69, (Array * __this, ADictionary_2_TKey_TValue_Entry_System_Object_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63BD8, Array_InternalArray__IndexOf_69__MethodInfo); DO_APP_FUNC(0x00CD81D0, int32_t, Array_InternalArray__IndexOf_70, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63BE0, Array_InternalArray__IndexOf_70__MethodInfo); DO_APP_FUNC(0x00CD83E0, int32_t, Array_InternalArray__IndexOf_71, (Array * __this, ADictionary_2_TKey_TValue_Entry_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63BA8, Array_InternalArray__IndexOf_71__MethodInfo); DO_APP_FUNC(0x00CD85F0, int32_t, Array_InternalArray__IndexOf_72, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63BB0, Array_InternalArray__IndexOf_72__MethodInfo); DO_APP_FUNC(0x00CD8800, int32_t, Array_InternalArray__IndexOf_73, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63BB8, Array_InternalArray__IndexOf_73__MethodInfo); DO_APP_FUNC(0x00CD8A10, int32_t, Array_InternalArray__IndexOf_74, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63BC0, Array_InternalArray__IndexOf_74__MethodInfo); DO_APP_FUNC(0x00CD8C70, int32_t, Array_InternalArray__IndexOf_75, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Playables_Playable_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63B88, Array_InternalArray__IndexOf_75__MethodInfo); DO_APP_FUNC(0x00CD8E80, int32_t, Array_InternalArray__IndexOf_76, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63B90, Array_InternalArray__IndexOf_76__MethodInfo); DO_APP_FUNC(0x00CD90B0, int32_t, Array_InternalArray__IndexOf_77, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Resources_ResourceLocator_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63B98, Array_InternalArray__IndexOf_77__MethodInfo); DO_APP_FUNC(0x00CD92C0, int32_t, Array_InternalArray__IndexOf_78, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63BA0, Array_InternalArray__IndexOf_78__MethodInfo); DO_APP_FUNC(0x00CD94D0, int32_t, Array_InternalArray__IndexOf_79, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63B68, Array_InternalArray__IndexOf_79__MethodInfo); DO_APP_FUNC(0x00CD96E0, int32_t, Array_InternalArray__IndexOf_80, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_TextureId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63B70, Array_InternalArray__IndexOf_80__MethodInfo); DO_APP_FUNC(0x00CD98F0, int32_t, Array_InternalArray__IndexOf_81, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_System_TimeSpan_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63B78, Array_InternalArray__IndexOf_81__MethodInfo); DO_APP_FUNC(0x00CD9B00, int32_t, Array_InternalArray__IndexOf_82, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_UdpEndPoint_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63B80, Array_InternalArray__IndexOf_82__MethodInfo); DO_APP_FUNC(0x00CD9D30, int32_t, Array_InternalArray__IndexOf_83, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Vector2_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63B40, Array_InternalArray__IndexOf_83__MethodInfo); DO_APP_FUNC(0x00CD9F40, int32_t, Array_InternalArray__IndexOf_84, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Vector3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63B50, Array_InternalArray__IndexOf_84__MethodInfo); DO_APP_FUNC(0x00CDA150, int32_t, Array_InternalArray__IndexOf_85, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63B58, Array_InternalArray__IndexOf_85__MethodInfo); DO_APP_FUNC(0x00CDA460, int32_t, Array_InternalArray__IndexOf_86, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63B60, Array_InternalArray__IndexOf_86__MethodInfo); DO_APP_FUNC(0x00CDA670, int32_t, Array_InternalArray__IndexOf_87, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63B10, Array_InternalArray__IndexOf_87__MethodInfo); DO_APP_FUNC(0x00CDA8C0, int32_t, Array_InternalArray__IndexOf_88, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63B18, Array_InternalArray__IndexOf_88__MethodInfo); DO_APP_FUNC(0x00CDAAD0, int32_t, Array_InternalArray__IndexOf_89, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63B20, Array_InternalArray__IndexOf_89__MethodInfo); DO_APP_FUNC(0x00CDAD30, int32_t, Array_InternalArray__IndexOf_90, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63B30, Array_InternalArray__IndexOf_90__MethodInfo); DO_APP_FUNC(0x00CDAF90, int32_t, Array_InternalArray__IndexOf_91, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63AE0, Array_InternalArray__IndexOf_91__MethodInfo); DO_APP_FUNC(0x00CDB1A0, int32_t, Array_InternalArray__IndexOf_92, (Array * __this, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_PrefabId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63AF0, Array_InternalArray__IndexOf_92__MethodInfo); DO_APP_FUNC(0x00CDB3B0, int32_t, Array_InternalArray__IndexOf_93, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_RaycastHit_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63B00, Array_InternalArray__IndexOf_93__MethodInfo); DO_APP_FUNC(0x00CDB610, int32_t, Array_InternalArray__IndexOf_94, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Single_SplineMesh_CurveSample_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63B08, Array_InternalArray__IndexOf_94__MethodInfo); DO_APP_FUNC(0x00CDB860, int32_t, Array_InternalArray__IndexOf_95, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63AC0, Array_InternalArray__IndexOf_95__MethodInfo); DO_APP_FUNC(0x00CDBA70, int32_t, Array_InternalArray__IndexOf_96, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63AC8, Array_InternalArray__IndexOf_96__MethodInfo); DO_APP_FUNC(0x00CDBC80, int32_t, Array_InternalArray__IndexOf_97, (Array * __this, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_TypeId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63AD0, Array_InternalArray__IndexOf_97__MethodInfo); DO_APP_FUNC(0x00CDBE90, int32_t, Array_InternalArray__IndexOf_98, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt16_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63AD8, Array_InternalArray__IndexOf_98__MethodInfo); DO_APP_FUNC(0x00CDC0A0, int32_t, Array_InternalArray__IndexOf_99, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt16_Dissonance_PlayerChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63AA0, Array_InternalArray__IndexOf_99__MethodInfo); DO_APP_FUNC(0x00CDC2D0, int32_t, Array_InternalArray__IndexOf_100, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt16_Dissonance_RoomChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63AA8, Array_InternalArray__IndexOf_100__MethodInfo); DO_APP_FUNC(0x00CDC530, int32_t, Array_InternalArray__IndexOf_101, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63AB0, Array_InternalArray__IndexOf_101__MethodInfo); DO_APP_FUNC(0x00CDC710, int32_t, Array_InternalArray__IndexOf_102, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63AB8, Array_InternalArray__IndexOf_102__MethodInfo); DO_APP_FUNC(0x00CDC970, int32_t, Array_InternalArray__IndexOf_103, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63A78, Array_InternalArray__IndexOf_103__MethodInfo); DO_APP_FUNC(0x00CDCB50, int32_t, Array_InternalArray__IndexOf_104, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63A80, Array_InternalArray__IndexOf_104__MethodInfo); DO_APP_FUNC(0x00CDCD60, int32_t, Array_InternalArray__IndexOf_105, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt32_SessionClient_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63A88, Array_InternalArray__IndexOf_105__MethodInfo); DO_APP_FUNC(0x00CDCFB0, int32_t, Array_InternalArray__IndexOf_106, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63A98, Array_InternalArray__IndexOf_106__MethodInfo); DO_APP_FUNC(0x00CDD1C0, int32_t, Array_InternalArray__IndexOf_107, (Array * __this, Dictionary_2_TKey_TValue_Entry_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63A38, Array_InternalArray__IndexOf_107__MethodInfo); DO_APP_FUNC(0x00CDD3F0, int32_t, Array_InternalArray__IndexOf_108, (Array * __this, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpChannelName_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63A48, Array_InternalArray__IndexOf_108__MethodInfo); DO_APP_FUNC(0x00CDD600, int32_t, Array_InternalArray__IndexOf_109, (Array * __this, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpEndPoint_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63A58, Array_InternalArray__IndexOf_109__MethodInfo); DO_APP_FUNC(0x00CDD830, int32_t, Array_InternalArray__IndexOf_110, (Array * __this, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpEndPoint_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63A68, Array_InternalArray__IndexOf_110__MethodInfo); DO_APP_FUNC(0x00CDDA60, int32_t, Array_InternalArray__IndexOf_111, (Array * __this, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_UniqueId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C639F8, Array_InternalArray__IndexOf_111__MethodInfo); DO_APP_FUNC(0x00CDDC70, int32_t, Array_InternalArray__IndexOf_112, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Vector3_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63A08, Array_InternalArray__IndexOf_112__MethodInfo); DO_APP_FUNC(0x00CDDE80, int32_t, Array_InternalArray__IndexOf_113, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Vector3Int_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63A18, Array_InternalArray__IndexOf_113__MethodInfo); DO_APP_FUNC(0x00CDE090, int32_t, Array_InternalArray__IndexOf_114, (Array * __this, Dictionary_2_TKey_TValue_Entry_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63A28, Array_InternalArray__IndexOf_114__MethodInfo); DO_APP_FUNC(0x00CDE2C0, int32_t, Array_InternalArray__IndexOf_115, (Array * __this, Dictionary_2_TKey_TValue_Entry_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C639D0, Array_InternalArray__IndexOf_115__MethodInfo); DO_APP_FUNC(0x00CDE4D0, int32_t, Array_InternalArray__IndexOf_116, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C639D8, Array_InternalArray__IndexOf_116__MethodInfo); DO_APP_FUNC(0x00CDE730, int32_t, Array_InternalArray__IndexOf_117, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C639E0, Array_InternalArray__IndexOf_117__MethodInfo); DO_APP_FUNC(0x00CDE940, int32_t, Array_InternalArray__IndexOf_118, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C639E8, Array_InternalArray__IndexOf_118__MethodInfo); DO_APP_FUNC(0x00CDEB50, int32_t, Array_InternalArray__IndexOf_119, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C639B0, Array_InternalArray__IndexOf_119__MethodInfo); DO_APP_FUNC(0x00CDED90, int32_t, Array_InternalArray__IndexOf_120, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C639B8, Array_InternalArray__IndexOf_120__MethodInfo); DO_APP_FUNC(0x00CDEFE0, int32_t, Array_InternalArray__IndexOf_121, (Array * __this, Dictionary_2_TKey_TValue_Entry_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C639C0, Array_InternalArray__IndexOf_121__MethodInfo); DO_APP_FUNC(0x00CDF210, int32_t, Array_InternalArray__IndexOf_122, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C639C8, Array_InternalArray__IndexOf_122__MethodInfo); DO_APP_FUNC(0x00CDF420, int32_t, Array_InternalArray__IndexOf_123, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63988, Array_InternalArray__IndexOf_123__MethodInfo); DO_APP_FUNC(0x00CDF630, int32_t, Array_InternalArray__IndexOf_124, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63990, Array_InternalArray__IndexOf_124__MethodInfo); DO_APP_FUNC(0x00CDF840, int32_t, Array_InternalArray__IndexOf_125, (Array * __this, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63998, Array_InternalArray__IndexOf_125__MethodInfo); DO_APP_FUNC(0x00CDFA50, int32_t, Array_InternalArray__IndexOf_126, (Array * __this, Dictionary_2_TKey_TValue_Entry_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C639A8, Array_InternalArray__IndexOf_126__MethodInfo); DO_APP_FUNC(0x00CDFD00, int32_t, Array_InternalArray__IndexOf_127, (Array * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63958, Array_InternalArray__IndexOf_127__MethodInfo); DO_APP_FUNC(0x00CDFEE0, int32_t, Array_InternalArray__IndexOf_128, (Array * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63968, Array_InternalArray__IndexOf_128__MethodInfo); DO_APP_FUNC(0x00CE00C0, int32_t, Array_InternalArray__IndexOf_129, (Array * __this, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63970, Array_InternalArray__IndexOf_129__MethodInfo); DO_APP_FUNC(0x00CE02D0, int32_t, Array_InternalArray__IndexOf_130, (Array * __this, KeyValuePair_2_System_ValueTuple_2_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63978, Array_InternalArray__IndexOf_130__MethodInfo); DO_APP_FUNC(0x00CE04E0, int32_t, Array_InternalArray__IndexOf_131, (Array * __this, KeyValuePair_2_System_ValueTuple_2_System_Object__1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63928, Array_InternalArray__IndexOf_131__MethodInfo); DO_APP_FUNC(0x00CE06F0, int32_t, Array_InternalArray__IndexOf_132, (Array * __this, KeyValuePair_2_System_Byte_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63938, Array_InternalArray__IndexOf_132__MethodInfo); DO_APP_FUNC(0x00CE08D0, int32_t, Array_InternalArray__IndexOf_133, (Array * __this, KeyValuePair_2_System_ByteEnum_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63948, Array_InternalArray__IndexOf_133__MethodInfo); DO_APP_FUNC(0x00CE0AA0, int32_t, Array_InternalArray__IndexOf_134, (Array * __this, KeyValuePair_2_System_ByteEnum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63950, Array_InternalArray__IndexOf_134__MethodInfo); DO_APP_FUNC(0x00CE0C80, int32_t, Array_InternalArray__IndexOf_135, (Array * __this, KeyValuePair_2_System_DateTime_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C638F8, Array_InternalArray__IndexOf_135__MethodInfo); DO_APP_FUNC(0x00CE0E60, int32_t, Array_InternalArray__IndexOf_136, (Array * __this, KeyValuePair_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63908, Array_InternalArray__IndexOf_136__MethodInfo); DO_APP_FUNC(0x00CE1070, int32_t, Array_InternalArray__IndexOf_137, (Array * __this, KeyValuePair_2_System_Guid_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63910, Array_InternalArray__IndexOf_137__MethodInfo); DO_APP_FUNC(0x00CE1280, int32_t, Array_InternalArray__IndexOf_138, (Array * __this, KeyValuePair_2_System_Guid_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63918, Array_InternalArray__IndexOf_138__MethodInfo); DO_APP_FUNC(0x00CE1480, int32_t, Array_InternalArray__IndexOf_139, (Array * __this, KeyValuePair_2_UnityEngine_Hash128_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C638B8, Array_InternalArray__IndexOf_139__MethodInfo); DO_APP_FUNC(0x00CE1690, int32_t, Array_InternalArray__IndexOf_140, (Array * __this, KeyValuePair_2_Pathfinding_Int2_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C638C8, Array_InternalArray__IndexOf_140__MethodInfo); DO_APP_FUNC(0x00CE1890, int32_t, Array_InternalArray__IndexOf_141, (Array * __this, KeyValuePair_2_Pathfinding_Int3_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C638D8, Array_InternalArray__IndexOf_141__MethodInfo); DO_APP_FUNC(0x00CE1A70, int32_t, Array_InternalArray__IndexOf_142, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C638E8, Array_InternalArray__IndexOf_142__MethodInfo); DO_APP_FUNC(0x00CE1C70, int32_t, Array_InternalArray__IndexOf_143, (Array * __this, KeyValuePair_2_System_Int32_System_ValueTuple_2__3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63880, Array_InternalArray__IndexOf_143__MethodInfo); DO_APP_FUNC(0x00CE1E80, int32_t, Array_InternalArray__IndexOf_144, (Array * __this, KeyValuePair_2_System_Int32_System_ValueTuple_2__2 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63888, Array_InternalArray__IndexOf_144__MethodInfo); DO_APP_FUNC(0x00CE20A0, int32_t, Array_InternalArray__IndexOf_145, (Array * __this, KeyValuePair_2_System_Int32_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63898, Array_InternalArray__IndexOf_145__MethodInfo); DO_APP_FUNC(0x00CE2270, int32_t, Array_InternalArray__IndexOf_146, (Array * __this, KeyValuePair_2_System_Int32_System_ByteEnum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C638A8, Array_InternalArray__IndexOf_146__MethodInfo); DO_APP_FUNC(0x00CE2440, int32_t, Array_InternalArray__IndexOf_147, (Array * __this, KeyValuePair_2_System_Int32_System_Char_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63858, Array_InternalArray__IndexOf_147__MethodInfo); DO_APP_FUNC(0x00CE2610, int32_t, Array_InternalArray__IndexOf_148, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63868, Array_InternalArray__IndexOf_148__MethodInfo); DO_APP_FUNC(0x00CE2870, int32_t, Array_InternalArray__IndexOf_149, (Array * __this, KeyValuePair_2_System_Int32_System_Int16_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63870, Array_InternalArray__IndexOf_149__MethodInfo); DO_APP_FUNC(0x00CE2A40, int32_t, Array_InternalArray__IndexOf_150, (Array * __this, KeyValuePair_2_System_Int32_Pathfinding_Int3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63878, Array_InternalArray__IndexOf_150__MethodInfo); DO_APP_FUNC(0x00CE2C20, int32_t, Array_InternalArray__IndexOf_151, (Array * __this, KeyValuePair_2_System_Int32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63828, Array_InternalArray__IndexOf_151__MethodInfo); DO_APP_FUNC(0x00CE2DF0, int32_t, Array_InternalArray__IndexOf_152, (Array * __this, KeyValuePair_2_System_Int32_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63838, Array_InternalArray__IndexOf_152__MethodInfo); DO_APP_FUNC(0x00CE2FC0, int32_t, Array_InternalArray__IndexOf_153, (Array * __this, KeyValuePair_2_System_Int32_System_Int64_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63840, Array_InternalArray__IndexOf_153__MethodInfo); DO_APP_FUNC(0x00CE31A0, int32_t, Array_InternalArray__IndexOf_154, (Array * __this, KeyValuePair_2_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63848, Array_InternalArray__IndexOf_154__MethodInfo); DO_APP_FUNC(0x00CE3380, int32_t, Array_InternalArray__IndexOf_155, (Array * __this, KeyValuePair_2_System_Int32_PlayerFlashlightBeam_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C637F8, Array_InternalArray__IndexOf_155__MethodInfo); DO_APP_FUNC(0x00CE3590, int32_t, Array_InternalArray__IndexOf_156, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63808, Array_InternalArray__IndexOf_156__MethodInfo); DO_APP_FUNC(0x00CE3790, int32_t, Array_InternalArray__IndexOf_157, (Array * __this, KeyValuePair_2_System_Int32_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63810, Array_InternalArray__IndexOf_157__MethodInfo); DO_APP_FUNC(0x00CE3960, int32_t, Array_InternalArray__IndexOf_158, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_UIElements_TreeItem_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63818, Array_InternalArray__IndexOf_158__MethodInfo); DO_APP_FUNC(0x00CE3B70, int32_t, Array_InternalArray__IndexOf_159, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C637B8, Array_InternalArray__IndexOf_159__MethodInfo); DO_APP_FUNC(0x00CE3D70, int32_t, Array_InternalArray__IndexOf_160, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_Vector4_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C637C8, Array_InternalArray__IndexOf_160__MethodInfo); DO_APP_FUNC(0x00CE3F70, int32_t, Array_InternalArray__IndexOf_161, (Array * __this, KeyValuePair_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C637D8, Array_InternalArray__IndexOf_161__MethodInfo); DO_APP_FUNC(0x00CE41A0, int32_t, Array_InternalArray__IndexOf_162, (Array * __this, KeyValuePair_2_System_Int32Enum_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C637E8, Array_InternalArray__IndexOf_162__MethodInfo); DO_APP_FUNC(0x00CE4370, int32_t, Array_InternalArray__IndexOf_163, (Array * __this, KeyValuePair_2_System_Int32Enum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63790, Array_InternalArray__IndexOf_163__MethodInfo); DO_APP_FUNC(0x00CE4550, int32_t, Array_InternalArray__IndexOf_164, (Array * __this, KeyValuePair_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63798, Array_InternalArray__IndexOf_164__MethodInfo); DO_APP_FUNC(0x00CE47A0, int32_t, Array_InternalArray__IndexOf_165, (Array * __this, KeyValuePair_2_System_Int64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C637A0, Array_InternalArray__IndexOf_165__MethodInfo); DO_APP_FUNC(0x00CE4980, int32_t, Array_InternalArray__IndexOf_166, (Array * __this, KeyValuePair_2_System_IntPtr_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C637A8, Array_InternalArray__IndexOf_166__MethodInfo); DO_APP_FUNC(0x00CE4B60, int32_t, Array_InternalArray__IndexOf_167, (Array * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63770, Array_InternalArray__IndexOf_167__MethodInfo); DO_APP_FUNC(0x00CE4D70, int32_t, Array_InternalArray__IndexOf_168, (Array * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63778, Array_InternalArray__IndexOf_168__MethodInfo); DO_APP_FUNC(0x00CE4F80, int32_t, Array_InternalArray__IndexOf_169, (Array * __this, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63780, Array_InternalArray__IndexOf_169__MethodInfo); DO_APP_FUNC(0x00CE5190, int32_t, Array_InternalArray__IndexOf_170, (Array * __this, KeyValuePair_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63788, Array_InternalArray__IndexOf_170__MethodInfo); DO_APP_FUNC(0x00CE5370, int32_t, Array_InternalArray__IndexOf_171, (Array * __this, KeyValuePair_2_Photon_Bolt_NetworkId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63750, Array_InternalArray__IndexOf_171__MethodInfo); DO_APP_FUNC(0x00CE5550, int32_t, Array_InternalArray__IndexOf_172, (Array * __this, KeyValuePair_2_System_Object_System_ArraySegment_1_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63758, Array_InternalArray__IndexOf_172__MethodInfo); DO_APP_FUNC(0x00CE5760, int32_t, Array_InternalArray__IndexOf_173, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63760, Array_InternalArray__IndexOf_173__MethodInfo); DO_APP_FUNC(0x00CE5990, int32_t, Array_InternalArray__IndexOf_174, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63768, Array_InternalArray__IndexOf_174__MethodInfo); DO_APP_FUNC(0x00CE5BA0, int32_t, Array_InternalArray__IndexOf_175, (Array * __this, KeyValuePair_2_System_Object_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63730, Array_InternalArray__IndexOf_175__MethodInfo); DO_APP_FUNC(0x00CE5D80, int32_t, Array_InternalArray__IndexOf_176, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Bounds_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63738, Array_InternalArray__IndexOf_176__MethodInfo); DO_APP_FUNC(0x00CE5F90, int32_t, Array_InternalArray__IndexOf_177, (Array * __this, KeyValuePair_2_System_Object_System_Byte_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63740, Array_InternalArray__IndexOf_177__MethodInfo); DO_APP_FUNC(0x00CE6170, int32_t, Array_InternalArray__IndexOf_178, (Array * __this, KeyValuePair_2_System_Object_System_Char_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63748, Array_InternalArray__IndexOf_178__MethodInfo); DO_APP_FUNC(0x00CE6350, int32_t, Array_InternalArray__IndexOf_179, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63700, Array_InternalArray__IndexOf_179__MethodInfo); DO_APP_FUNC(0x00CE6560, int32_t, Array_InternalArray__IndexOf_180, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Color32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63708, Array_InternalArray__IndexOf_180__MethodInfo); DO_APP_FUNC(0x00CE6740, int32_t, Array_InternalArray__IndexOf_181, (Array * __this, KeyValuePair_2_System_Object_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63718, Array_InternalArray__IndexOf_181__MethodInfo); DO_APP_FUNC(0x00CE6920, int32_t, Array_InternalArray__IndexOf_182, (Array * __this, KeyValuePair_2_System_Object_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63728, Array_InternalArray__IndexOf_182__MethodInfo); DO_APP_FUNC(0x00CE6B00, int32_t, Array_InternalArray__IndexOf_183, (Array * __this, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C636E0, Array_InternalArray__IndexOf_183__MethodInfo); DO_APP_FUNC(0x00CE6CE0, int32_t, Array_InternalArray__IndexOf_184, (Array * __this, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C636E8, Array_InternalArray__IndexOf_184__MethodInfo); DO_APP_FUNC(0x00CE6EF0, int32_t, Array_InternalArray__IndexOf_185, (Array * __this, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C636F0, Array_InternalArray__IndexOf_185__MethodInfo); DO_APP_FUNC(0x00CE7120, int32_t, Array_InternalArray__IndexOf_186, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Playables_Playable_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C636F8, Array_InternalArray__IndexOf_186__MethodInfo); DO_APP_FUNC(0x00CE7330, int32_t, Array_InternalArray__IndexOf_187, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C636C0, Array_InternalArray__IndexOf_187__MethodInfo); DO_APP_FUNC(0x00CE7560, int32_t, Array_InternalArray__IndexOf_188, (Array * __this, KeyValuePair_2_System_Object_System_Resources_ResourceLocator_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C636C8, Array_InternalArray__IndexOf_188__MethodInfo); DO_APP_FUNC(0x00CE7770, int32_t, Array_InternalArray__IndexOf_189, (Array * __this, KeyValuePair_2_System_Object_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C636D0, Array_InternalArray__IndexOf_189__MethodInfo); DO_APP_FUNC(0x00CE7950, int32_t, Array_InternalArray__IndexOf_190, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C636D8, Array_InternalArray__IndexOf_190__MethodInfo); DO_APP_FUNC(0x00CE7B60, int32_t, Array_InternalArray__IndexOf_191, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_TextureId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C636A0, Array_InternalArray__IndexOf_191__MethodInfo); DO_APP_FUNC(0x00CE7D40, int32_t, Array_InternalArray__IndexOf_192, (Array * __this, KeyValuePair_2_System_Object_System_TimeSpan_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C636A8, Array_InternalArray__IndexOf_192__MethodInfo); DO_APP_FUNC(0x00CE7F20, int32_t, Array_InternalArray__IndexOf_193, (Array * __this, KeyValuePair_2_System_Object_UdpKit_UdpEndPoint_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C636B0, Array_InternalArray__IndexOf_193__MethodInfo); DO_APP_FUNC(0x00CE8150, int32_t, Array_InternalArray__IndexOf_194, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Vector2_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C636B8, Array_InternalArray__IndexOf_194__MethodInfo); DO_APP_FUNC(0x00CE8330, int32_t, Array_InternalArray__IndexOf_195, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Vector3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63678, Array_InternalArray__IndexOf_195__MethodInfo); DO_APP_FUNC(0x00CE8540, int32_t, Array_InternalArray__IndexOf_196, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63680, Array_InternalArray__IndexOf_196__MethodInfo); DO_APP_FUNC(0x00CE8850, int32_t, Array_InternalArray__IndexOf_197, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63688, Array_InternalArray__IndexOf_197__MethodInfo); DO_APP_FUNC(0x00CE8A30, int32_t, Array_InternalArray__IndexOf_198, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63690, Array_InternalArray__IndexOf_198__MethodInfo); DO_APP_FUNC(0x00CE8C70, int32_t, Array_InternalArray__IndexOf_199, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63658, Array_InternalArray__IndexOf_199__MethodInfo); DO_APP_FUNC(0x00CE8E50, int32_t, Array_InternalArray__IndexOf_200, (Array * __this, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63660, Array_InternalArray__IndexOf_200__MethodInfo); DO_APP_FUNC(0x00CE9080, int32_t, Array_InternalArray__IndexOf_201, (Array * __this, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63668, Array_InternalArray__IndexOf_201__MethodInfo); DO_APP_FUNC(0x00CE92B0, int32_t, Array_InternalArray__IndexOf_202, (Array * __this, KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63670, Array_InternalArray__IndexOf_202__MethodInfo); DO_APP_FUNC(0x00CE94C0, int32_t, Array_InternalArray__IndexOf_203, (Array * __this, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63628, Array_InternalArray__IndexOf_203__MethodInfo); DO_APP_FUNC(0x00CE96A0, int32_t, Array_InternalArray__IndexOf_204, (Array * __this, KeyValuePair_2_Photon_Bolt_PrefabId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63638, Array_InternalArray__IndexOf_204__MethodInfo); DO_APP_FUNC(0x00CE9880, int32_t, Array_InternalArray__IndexOf_205, (Array * __this, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63648, Array_InternalArray__IndexOf_205__MethodInfo); DO_APP_FUNC(0x00CE9A60, int32_t, Array_InternalArray__IndexOf_206, (Array * __this, KeyValuePair_2_UnityEngine_RaycastHit_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63650, Array_InternalArray__IndexOf_206__MethodInfo); DO_APP_FUNC(0x00CE9C90, int32_t, Array_InternalArray__IndexOf_207, (Array * __this, KeyValuePair_2_System_Single_SplineMesh_CurveSample_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63600, Array_InternalArray__IndexOf_207__MethodInfo); DO_APP_FUNC(0x00CE9EE0, int32_t, Array_InternalArray__IndexOf_208, (Array * __this, KeyValuePair_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63608, Array_InternalArray__IndexOf_208__MethodInfo); DO_APP_FUNC(0x00CEA0C0, int32_t, Array_InternalArray__IndexOf_209, (Array * __this, KeyValuePair_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63610, Array_InternalArray__IndexOf_209__MethodInfo); DO_APP_FUNC(0x00CEA2D0, int32_t, Array_InternalArray__IndexOf_210, (Array * __this, KeyValuePair_2_Photon_Bolt_TypeId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63618, Array_InternalArray__IndexOf_210__MethodInfo); DO_APP_FUNC(0x00CEA4B0, int32_t, Array_InternalArray__IndexOf_211, (Array * __this, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C635E0, Array_InternalArray__IndexOf_211__MethodInfo); DO_APP_FUNC(0x00CEA690, int32_t, Array_InternalArray__IndexOf_212, (Array * __this, KeyValuePair_2_System_UInt16_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C635E8, Array_InternalArray__IndexOf_212__MethodInfo); DO_APP_FUNC(0x00CEA870, int32_t, Array_InternalArray__IndexOf_213, (Array * __this, KeyValuePair_2_System_UInt16_Dissonance_PlayerChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C635F0, Array_InternalArray__IndexOf_213__MethodInfo); DO_APP_FUNC(0x00CEAAA0, int32_t, Array_InternalArray__IndexOf_214, (Array * __this, KeyValuePair_2_System_UInt16_Dissonance_RoomChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C635F8, Array_InternalArray__IndexOf_214__MethodInfo); DO_APP_FUNC(0x00CEACD0, int32_t, Array_InternalArray__IndexOf_215, (Array * __this, KeyValuePair_2_System_UInt32_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C635B8, Array_InternalArray__IndexOf_215__MethodInfo); DO_APP_FUNC(0x00CEAEA0, int32_t, Array_InternalArray__IndexOf_216, (Array * __this, KeyValuePair_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C635C8, Array_InternalArray__IndexOf_216__MethodInfo); DO_APP_FUNC(0x00CEB0D0, int32_t, Array_InternalArray__IndexOf_217, (Array * __this, KeyValuePair_2_System_UInt32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C635D0, Array_InternalArray__IndexOf_217__MethodInfo); DO_APP_FUNC(0x00CEB2A0, int32_t, Array_InternalArray__IndexOf_218, (Array * __this, KeyValuePair_2_System_UInt32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C635D8, Array_InternalArray__IndexOf_218__MethodInfo); DO_APP_FUNC(0x00CEB480, int32_t, Array_InternalArray__IndexOf_219, (Array * __this, KeyValuePair_2_System_UInt32_SessionClient_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63598, Array_InternalArray__IndexOf_219__MethodInfo); DO_APP_FUNC(0x00CEB6E0, int32_t, Array_InternalArray__IndexOf_220, (Array * __this, KeyValuePair_2_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C635A0, Array_InternalArray__IndexOf_220__MethodInfo); DO_APP_FUNC(0x00CEB8C0, int32_t, Array_InternalArray__IndexOf_221, (Array * __this, KeyValuePair_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C635A8, Array_InternalArray__IndexOf_221__MethodInfo); DO_APP_FUNC(0x00CEBAF0, int32_t, Array_InternalArray__IndexOf_222, (Array * __this, KeyValuePair_2_UdpKit_UdpChannelName_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C635B0, Array_InternalArray__IndexOf_222__MethodInfo); DO_APP_FUNC(0x00CEBD00, int32_t, Array_InternalArray__IndexOf_223, (Array * __this, KeyValuePair_2_UdpKit_UdpEndPoint_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63578, Array_InternalArray__IndexOf_223__MethodInfo); DO_APP_FUNC(0x00CEBF30, int32_t, Array_InternalArray__IndexOf_224, (Array * __this, KeyValuePair_2_UdpKit_UdpEndPoint_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63580, Array_InternalArray__IndexOf_224__MethodInfo); DO_APP_FUNC(0x00CEC140, int32_t, Array_InternalArray__IndexOf_225, (Array * __this, KeyValuePair_2_Photon_Bolt_UniqueId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63588, Array_InternalArray__IndexOf_225__MethodInfo); DO_APP_FUNC(0x00CEC350, int32_t, Array_InternalArray__IndexOf_226, (Array * __this, KeyValuePair_2_UnityEngine_Vector3_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63590, Array_InternalArray__IndexOf_226__MethodInfo); DO_APP_FUNC(0x00CEC530, int32_t, Array_InternalArray__IndexOf_227, (Array * __this, KeyValuePair_2_UnityEngine_Vector3Int_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63550, Array_InternalArray__IndexOf_227__MethodInfo); DO_APP_FUNC(0x00CEC740, int32_t, Array_InternalArray__IndexOf_228, (Array * __this, KeyValuePair_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63558, Array_InternalArray__IndexOf_228__MethodInfo); DO_APP_FUNC(0x00CEC950, int32_t, Array_InternalArray__IndexOf_229, (Array * __this, KeyValuePair_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63560, Array_InternalArray__IndexOf_229__MethodInfo); DO_APP_FUNC(0x00CECB60, int32_t, Array_InternalArray__IndexOf_230, (Array * __this, KeyValuePair_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63570, Array_InternalArray__IndexOf_230__MethodInfo); DO_APP_FUNC(0x00CECD90, int32_t, Array_InternalArray__IndexOf_231, (Array * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63520, Array_InternalArray__IndexOf_231__MethodInfo); DO_APP_FUNC(0x00CECF70, int32_t, Array_InternalArray__IndexOf_232, (Array * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63530, Array_InternalArray__IndexOf_232__MethodInfo); DO_APP_FUNC(0x00CED180, int32_t, Array_InternalArray__IndexOf_233, (Array * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63540, Array_InternalArray__IndexOf_233__MethodInfo); DO_APP_FUNC(0x00CED3D0, int32_t, Array_InternalArray__IndexOf_234, (Array * __this, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63548, Array_InternalArray__IndexOf_234__MethodInfo); DO_APP_FUNC(0x00CED630, int32_t, Array_InternalArray__IndexOf_235, (Array * __this, KeyValuePair_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C634F0, Array_InternalArray__IndexOf_235__MethodInfo); DO_APP_FUNC(0x00CED840, int32_t, Array_InternalArray__IndexOf_236, (Array * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63500, Array_InternalArray__IndexOf_236__MethodInfo); DO_APP_FUNC(0x00CEDA50, int32_t, Array_InternalArray__IndexOf_237, (Array * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63508, Array_InternalArray__IndexOf_237__MethodInfo); DO_APP_FUNC(0x00CEDC60, int32_t, Array_InternalArray__IndexOf_238, (Array * __this, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63510, Array_InternalArray__IndexOf_238__MethodInfo); DO_APP_FUNC(0x00CEDE70, int32_t, Array_InternalArray__IndexOf_239, (Array * __this, KeyValuePair_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C634D0, Array_InternalArray__IndexOf_239__MethodInfo); DO_APP_FUNC(0x00CEE050, int32_t, Array_InternalArray__IndexOf_240, (Array * __this, KeyValuePair_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C634D8, Array_InternalArray__IndexOf_240__MethodInfo); DO_APP_FUNC(0x00CEE2D0, int32_t, Array_InternalArray__IndexOf_241, (Array * __this, ThreadLocal_1_T_LinkedSlotVolatile_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C634E0, Array_InternalArray__IndexOf_241__MethodInfo); DO_APP_FUNC(0x00CEE4A0, int32_t, Array_InternalArray__IndexOf_242, (Array * __this, NativeArray_1_System_UInt16_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C634E8, Array_InternalArray__IndexOf_242__MethodInfo); DO_APP_FUNC(0x00CEE640, int32_t, Array_InternalArray__IndexOf_243, (Array * __this, NativeArray_1_UnityEngine_UIElements_Vertex_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C634A0, Array_InternalArray__IndexOf_243__MethodInfo); DO_APP_FUNC(0x00CEE7E0, int32_t, Array_InternalArray__IndexOf_244, (Array * __this, NonAllocDictionary_2_K_V_Node_System_Byte_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C634A8, Array_InternalArray__IndexOf_244__MethodInfo); DO_APP_FUNC(0x00CEE9F0, int32_t, Array_InternalArray__IndexOf_245, (Array * __this, NonAllocDictionary_2_K_V_Node_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C634B0, Array_InternalArray__IndexOf_245__MethodInfo); DO_APP_FUNC(0x00CEEC00, int32_t, Array_InternalArray__IndexOf_246, (Array * __this, NonAllocDictionary_2_K_V_Node_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C634C0, Array_InternalArray__IndexOf_246__MethodInfo); DO_APP_FUNC(0x00CEEE10, int32_t, Array_InternalArray__IndexOf_247, (Array * __this, InputStateHistory_1_TValue_Record_TouchState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63470, Array_InternalArray__IndexOf_247__MethodInfo); DO_APP_FUNC(0x00CEEFB0, int32_t, Array_InternalArray__IndexOf_248, (Array * __this, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63480, Array_InternalArray__IndexOf_248__MethodInfo); DO_APP_FUNC(0x00CEF190, int32_t, Array_InternalArray__IndexOf_249, (Array * __this, STuple_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63490, Array_InternalArray__IndexOf_249__MethodInfo); DO_APP_FUNC(0x00CEF370, int32_t, Array_InternalArray__IndexOf_250, (Array * __this, HashSet_1_T_Slot_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63498, Array_InternalArray__IndexOf_250__MethodInfo); DO_APP_FUNC(0x00CEF580, int32_t, Array_InternalArray__IndexOf_251, (Array * __this, HashSet_1_T_Slot_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63450, Array_InternalArray__IndexOf_251__MethodInfo); DO_APP_FUNC(0x00CEF780, int32_t, Array_InternalArray__IndexOf_252, (Array * __this, Set_1_TElement_Slot_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63458, Array_InternalArray__IndexOf_252__MethodInfo); DO_APP_FUNC(0x00CEF980, int32_t, Array_InternalArray__IndexOf_253, (Array * __this, HashSet_1_T_Slot_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63460, Array_InternalArray__IndexOf_253__MethodInfo); DO_APP_FUNC(0x00CEFB80, int32_t, Array_InternalArray__IndexOf_254, (Array * __this, HashSet_1_T_Slot_UnityEngine_InputSystem_Utilities_InternedString_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63468, Array_InternalArray__IndexOf_254__MethodInfo); DO_APP_FUNC(0x00CEFD90, int32_t, Array_InternalArray__IndexOf_255, (Array * __this, HashSet_1_T_Slot_Photon_Bolt_NetworkId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63430, Array_InternalArray__IndexOf_255__MethodInfo); DO_APP_FUNC(0x00CEFF70, int32_t, Array_InternalArray__IndexOf_256, (Array * __this, HashSet_1_T_Slot_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63438, Array_InternalArray__IndexOf_256__MethodInfo); DO_APP_FUNC(0x00CF0150, int32_t, Array_InternalArray__IndexOf_257, (Array * __this, Set_1_TElement_Slot_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63440, Array_InternalArray__IndexOf_257__MethodInfo); DO_APP_FUNC(0x00CF0360, int32_t, Array_InternalArray__IndexOf_258, (Array * __this, ConcurrentQueue_1_T_Segment_T_Slot_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63448, Array_InternalArray__IndexOf_258__MethodInfo); DO_APP_FUNC(0x00CF0540, int32_t, Array_InternalArray__IndexOf_259, (Array * __this, HashSet_1_T_Slot_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63420, Array_InternalArray__IndexOf_259__MethodInfo); DO_APP_FUNC(0x00CF0740, int32_t, Array_InternalArray__IndexOf_260, (Array * __this, HashSet_1_T_Slot_System_UInt64_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63428, Array_InternalArray__IndexOf_260__MethodInfo); DO_APP_FUNC(0x00CF0920, int32_t, Array_InternalArray__IndexOf_261, (Array * __this, HashSet_1_T_Slot_UdpKit_UdpEndPoint_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C654F0, Array_InternalArray__IndexOf_261__MethodInfo); DO_APP_FUNC(0x00CF0B40, int32_t, Array_InternalArray__IndexOf_262, (Array * __this, HashSet_1_T_Slot_UdpKit_UdpIPv4Address_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C654F8, Array_InternalArray__IndexOf_262__MethodInfo); DO_APP_FUNC(0x00CF0D40, int32_t, Array_InternalArray__IndexOf_263, (Array * __this, HashSet_1_T_Slot_UnityEngine_Vector3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65500, Array_InternalArray__IndexOf_263__MethodInfo); DO_APP_FUNC(0x00CF0F40, int32_t, Array_InternalArray__IndexOf_264, (Array * __this, HashSet_1_T_Slot_UnityEngine_Vector3Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C654D0, Array_InternalArray__IndexOf_264__MethodInfo); DO_APP_FUNC(0x00CF1140, int32_t, Array_InternalArray__IndexOf_265, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_Background_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C654D8, Array_InternalArray__IndexOf_265__MethodInfo); DO_APP_FUNC(0x00CF13C0, int32_t, Array_InternalArray__IndexOf_266, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C654E0, Array_InternalArray__IndexOf_266__MethodInfo); DO_APP_FUNC(0x00CF1620, int32_t, Array_InternalArray__IndexOf_267, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C654E8, Array_InternalArray__IndexOf_267__MethodInfo); DO_APP_FUNC(0x00CF1880, int32_t, Array_InternalArray__IndexOf_268, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C654B0, Array_InternalArray__IndexOf_268__MethodInfo); DO_APP_FUNC(0x00CF1A60, int32_t, Array_InternalArray__IndexOf_269, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_Length_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C654B8, Array_InternalArray__IndexOf_269__MethodInfo); DO_APP_FUNC(0x00CF1C70, int32_t, Array_InternalArray__IndexOf_270, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C654C0, Array_InternalArray__IndexOf_270__MethodInfo); DO_APP_FUNC(0x00CF1E80, int32_t, Array_InternalArray__IndexOf_271, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C654C8, Array_InternalArray__IndexOf_271__MethodInfo); DO_APP_FUNC(0x00CF20D0, int32_t, Array_InternalArray__IndexOf_272, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_Scale_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65490, Array_InternalArray__IndexOf_272__MethodInfo); DO_APP_FUNC(0x00CF2330, int32_t, Array_InternalArray__IndexOf_273, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65498, Array_InternalArray__IndexOf_273__MethodInfo); DO_APP_FUNC(0x00CF2510, int32_t, Array_InternalArray__IndexOf_274, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C654A0, Array_InternalArray__IndexOf_274__MethodInfo); DO_APP_FUNC(0x00CF2780, int32_t, Array_InternalArray__IndexOf_275, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C654A8, Array_InternalArray__IndexOf_275__MethodInfo); DO_APP_FUNC(0x00CF29C0, int32_t, Array_InternalArray__IndexOf_276, (Array * __this, StylePropertyAnimationSystem_Values_1_T_StyleData_Translate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65470, Array_InternalArray__IndexOf_276__MethodInfo); DO_APP_FUNC(0x00CF2C10, int32_t, Array_InternalArray__IndexOf_277, (Array * __this, TMP_TextProcessingStack_1_UnityEngine_Color32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65478, Array_InternalArray__IndexOf_277__MethodInfo); DO_APP_FUNC(0x00CF2E20, int32_t, Array_InternalArray__IndexOf_278, (Array * __this, TMP_TextProcessingStack_1_HighlightState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65480, Array_InternalArray__IndexOf_278__MethodInfo); DO_APP_FUNC(0x00CF3050, int32_t, Array_InternalArray__IndexOf_279, (Array * __this, TMP_TextProcessingStack_1_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65488, Array_InternalArray__IndexOf_279__MethodInfo); DO_APP_FUNC(0x00CF3260, int32_t, Array_InternalArray__IndexOf_280, (Array * __this, TMP_TextProcessingStack_1_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65450, Array_InternalArray__IndexOf_280__MethodInfo); DO_APP_FUNC(0x00CF3470, int32_t, Array_InternalArray__IndexOf_281, (Array * __this, TMP_TextProcessingStack_1_MaterialReference_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65458, Array_InternalArray__IndexOf_281__MethodInfo); DO_APP_FUNC(0x00CF36C0, int32_t, Array_InternalArray__IndexOf_282, (Array * __this, TMP_TextProcessingStack_1_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65460, Array_InternalArray__IndexOf_282__MethodInfo); DO_APP_FUNC(0x00CF38F0, int32_t, Array_InternalArray__IndexOf_283, (Array * __this, TMP_TextProcessingStack_1_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65468, Array_InternalArray__IndexOf_283__MethodInfo); DO_APP_FUNC(0x00CF3B00, int32_t, Array_InternalArray__IndexOf_284, (Array * __this, TMP_TextProcessingStack_1_WordWrapState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65430, Array_InternalArray__IndexOf_284__MethodInfo); DO_APP_FUNC(0x00CF3DF0, int32_t, Array_InternalArray__IndexOf_285, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_Background_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65438, Array_InternalArray__IndexOf_285__MethodInfo); DO_APP_FUNC(0x00CF4020, int32_t, Array_InternalArray__IndexOf_286, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65440, Array_InternalArray__IndexOf_286__MethodInfo); DO_APP_FUNC(0x00CF4250, int32_t, Array_InternalArray__IndexOf_287, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65448, Array_InternalArray__IndexOf_287__MethodInfo); DO_APP_FUNC(0x00CF4480, int32_t, Array_InternalArray__IndexOf_288, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65410, Array_InternalArray__IndexOf_288__MethodInfo); DO_APP_FUNC(0x00CF46B0, int32_t, Array_InternalArray__IndexOf_289, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_Length_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65418, Array_InternalArray__IndexOf_289__MethodInfo); DO_APP_FUNC(0x00CF48E0, int32_t, Array_InternalArray__IndexOf_290, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65420, Array_InternalArray__IndexOf_290__MethodInfo); DO_APP_FUNC(0x00CF4B10, int32_t, Array_InternalArray__IndexOf_291, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65428, Array_InternalArray__IndexOf_291__MethodInfo); DO_APP_FUNC(0x00CF4D40, int32_t, Array_InternalArray__IndexOf_292, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C653F0, Array_InternalArray__IndexOf_292__MethodInfo); DO_APP_FUNC(0x00CF4F70, int32_t, Array_InternalArray__IndexOf_293, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C653F8, Array_InternalArray__IndexOf_293__MethodInfo); DO_APP_FUNC(0x00CF51A0, int32_t, Array_InternalArray__IndexOf_294, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65400, Array_InternalArray__IndexOf_294__MethodInfo); DO_APP_FUNC(0x00CF53D0, int32_t, Array_InternalArray__IndexOf_295, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65408, Array_InternalArray__IndexOf_295__MethodInfo); DO_APP_FUNC(0x00CF5600, int32_t, Array_InternalArray__IndexOf_296, (Array * __this, StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C653D0, Array_InternalArray__IndexOf_296__MethodInfo); DO_APP_FUNC(0x00CF5830, int32_t, Array_InternalArray__IndexOf_297, (Array * __this, ValueTuple_1_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C653D8, Array_InternalArray__IndexOf_297__MethodInfo); DO_APP_FUNC(0x00CF59D0, int32_t, Array_InternalArray__IndexOf_298, (Array * __this, ValueTuple_2_Int32_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C653E0, Array_InternalArray__IndexOf_298__MethodInfo); DO_APP_FUNC(0x00CF5B70, int32_t, Array_InternalArray__IndexOf_299, (Array * __this, ValueTuple_2_Int32_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C653E8, Array_InternalArray__IndexOf_299__MethodInfo); DO_APP_FUNC(0x00CF5D10, int32_t, Array_InternalArray__IndexOf_300, (Array * __this, ValueTuple_2_IntPtr_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C653B0, Array_InternalArray__IndexOf_300__MethodInfo); DO_APP_FUNC(0x00CF5EB0, int32_t, Array_InternalArray__IndexOf_301, (Array * __this, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C653B8, Array_InternalArray__IndexOf_301__MethodInfo); DO_APP_FUNC(0x00CF6070, int32_t, Array_InternalArray__IndexOf_302, (Array * __this, ValueTuple_2_Object_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C653C0, Array_InternalArray__IndexOf_302__MethodInfo); DO_APP_FUNC(0x00CF6210, int32_t, Array_InternalArray__IndexOf_303, (Array * __this, ValueTuple_2_Object_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C653C8, Array_InternalArray__IndexOf_303__MethodInfo); DO_APP_FUNC(0x00CF63B0, int32_t, Array_InternalArray__IndexOf_304, (Array * __this, ValueTuple_2_UnityEngine_Vector3Int_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65390, Array_InternalArray__IndexOf_304__MethodInfo); DO_APP_FUNC(0x00CF6570, int32_t, Array_InternalArray__IndexOf_305, (Array * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65398, Array_InternalArray__IndexOf_305__MethodInfo); DO_APP_FUNC(0x00CF6750, int32_t, Array_InternalArray__IndexOf_306, (Array * __this, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C653A0, Array_InternalArray__IndexOf_306__MethodInfo); DO_APP_FUNC(0x00CF6920, int32_t, Array_InternalArray__IndexOf_307, (Array * __this, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C653A8, Array_InternalArray__IndexOf_307__MethodInfo); DO_APP_FUNC(0x00CF6AE0, int32_t, Array_InternalArray__IndexOf_308, (Array * __this, ValueTuple_3_Object_Object_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65370, Array_InternalArray__IndexOf_308__MethodInfo); DO_APP_FUNC(0x00CF6CA0, int32_t, Array_InternalArray__IndexOf_309, (Array * __this, AnimatorClipInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65378, Array_InternalArray__IndexOf_309__MethodInfo); DO_APP_FUNC(0x00CF6E70, int32_t, Array_InternalArray__IndexOf_310, (Array * __this, AstarWorkItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65380, Array_InternalArray__IndexOf_310__MethodInfo); DO_APP_FUNC(0x00CF7080, int32_t, Array_InternalArray__IndexOf_311, (Array * __this, AsyncOperationHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65388, Array_InternalArray__IndexOf_311__MethodInfo); DO_APP_FUNC(0x00CF7290, int32_t, Array_InternalArray__IndexOf_312, (Array * __this, AxisCalibrationData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65358, Array_InternalArray__IndexOf_312__MethodInfo); DO_APP_FUNC(0x00CF74F0, int32_t, Array_InternalArray__IndexOf_313, (Array * __this, Background item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65360, Array_InternalArray__IndexOf_313__MethodInfo); DO_APP_FUNC(0x00CF76A0, int32_t, Array_InternalArray__IndexOf_314, (Array * __this, BatchVisibility item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65368, Array_InternalArray__IndexOf_314__MethodInfo); DO_APP_FUNC(0x00CF78A0, int32_t, Array_InternalArray__IndexOf_315, (Array * __this, BoltPeer item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65340, Array_InternalArray__IndexOf_315__MethodInfo); DO_APP_FUNC(0x00CF7A70, int32_t, Array_InternalArray__IndexOf_316, (Array * __this, BoltPhysicsHit item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65348, Array_InternalArray__IndexOf_316__MethodInfo); DO_APP_FUNC(0x00CF7C80, int32_t, Array_InternalArray__IndexOf_317, (Array * __this, BoneWeight item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65350, Array_InternalArray__IndexOf_317__MethodInfo); DO_APP_FUNC(0x00CF7E30, int32_t, Array_InternalArray__IndexOf_318, (Array * __this, BoneWeight1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65338, Array_InternalArray__IndexOf_318__MethodInfo); DO_APP_FUNC(0x00CF8060, int32_t, Array_InternalArray__IndexOf_319, (Array * __this, bool item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65330, Array_InternalArray__IndexOf_319__MethodInfo); DO_APP_FUNC(0x00CF82A0, int32_t, Array_InternalArray__IndexOf_320, (Array * __this, BoundedPlane item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65320, Array_InternalArray__IndexOf_320__MethodInfo); DO_APP_FUNC(0x00CF8520, int32_t, Array_InternalArray__IndexOf_321, (Array * __this, BoundingSphere item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65328, Array_InternalArray__IndexOf_321__MethodInfo); DO_APP_FUNC(0x00CF8700, int32_t, Array_InternalArray__IndexOf_322, (Array * __this, Bounds item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65308, Array_InternalArray__IndexOf_322__MethodInfo); DO_APP_FUNC(0x00CF88C0, int32_t, Array_InternalArray__IndexOf_323, (Array * __this, uint8_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65310, Array_InternalArray__IndexOf_323__MethodInfo); DO_APP_FUNC(0x00CF8AB0, int32_t, Array_InternalArray__IndexOf_324, (Array * __this, ByteEnum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65300, Array_InternalArray__IndexOf_324__MethodInfo); DO_APP_FUNC(0x00CF8C80, int32_t, Array_InternalArray__IndexOf_325, (Array * __this, CancellationToken item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C652F0, Array_InternalArray__IndexOf_325__MethodInfo); DO_APP_FUNC(0x00CF8ED0, int32_t, Array_InternalArray__IndexOf_326, (Array * __this, CancellationTokenRegistration item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C652F8, Array_InternalArray__IndexOf_326__MethodInfo); DO_APP_FUNC(0x00CF9090, int32_t, Array_InternalArray__IndexOf_327, (Array * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C652E0, Array_InternalArray__IndexOf_327__MethodInfo); DO_APP_FUNC(0x00CF92D0, int32_t, Array_InternalArray__IndexOf_328, (Array * __this, ClientInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C652C8, Array_InternalArray__IndexOf_328__MethodInfo); DO_APP_FUNC(0x00CF94E0, int32_t, Array_InternalArray__IndexOf_329, (Array * __this, ClothSkinningCoefficient item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C652D0, Array_InternalArray__IndexOf_329__MethodInfo); DO_APP_FUNC(0x00CF96C0, int32_t, Array_InternalArray__IndexOf_330, (Array * __this, ClothSphereColliderPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C652D8, Array_InternalArray__IndexOf_330__MethodInfo); DO_APP_FUNC(0x00CF98A0, int32_t, Array_InternalArray__IndexOf_331, (Array * __this, Color item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C652B8, Array_InternalArray__IndexOf_331__MethodInfo); DO_APP_FUNC(0x00CF9AB0, int32_t, Array_InternalArray__IndexOf_332, (Array * __this, Color32 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C652C0, Array_InternalArray__IndexOf_332__MethodInfo); DO_APP_FUNC(0x00CF9C80, int32_t, Array_InternalArray__IndexOf_333, (Array * __this, ColorBlock item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C652A0, Array_InternalArray__IndexOf_333__MethodInfo); DO_APP_FUNC(0x00CF9EE0, int32_t, Array_InternalArray__IndexOf_334, (Array * __this, CombineInstance item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C652A8, Array_InternalArray__IndexOf_334__MethodInfo); DO_APP_FUNC(0x00CFA150, int32_t, Array_InternalArray__IndexOf_335, (Array * __this, CompactVoxelCell item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C652B0, Array_InternalArray__IndexOf_335__MethodInfo); DO_APP_FUNC(0x00CFA320, int32_t, Array_InternalArray__IndexOf_336, (Array * __this, CompactVoxelSpan item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65280, Array_InternalArray__IndexOf_336__MethodInfo); DO_APP_FUNC(0x00CFA500, int32_t, Array_InternalArray__IndexOf_337, (Array * __this, ComputedStyle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65288, Array_InternalArray__IndexOf_337__MethodInfo); DO_APP_FUNC(0x00CFA750, int32_t, Array_InternalArray__IndexOf_338, (Array * __this, ComputedTransitionProperty item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65290, Array_InternalArray__IndexOf_338__MethodInfo); DO_APP_FUNC(0x00CFA960, int32_t, Array_InternalArray__IndexOf_339, (Array * __this, ConfigurationDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65298, Array_InternalArray__IndexOf_339__MethodInfo); DO_APP_FUNC(0x00CFAB20, int32_t, Array_InternalArray__IndexOf_340, (Array * __this, Connection item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65268, Array_InternalArray__IndexOf_340__MethodInfo); DO_APP_FUNC(0x00CFAD30, int32_t, Array_InternalArray__IndexOf_341, (Array * __this, ContactPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65270, Array_InternalArray__IndexOf_341__MethodInfo); DO_APP_FUNC(0x00CFAF50, int32_t, Array_InternalArray__IndexOf_342, (Array * __this, ContactPoint2D item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65278, Array_InternalArray__IndexOf_342__MethodInfo); DO_APP_FUNC(0x00CFB1B0, int32_t, Array_InternalArray__IndexOf_343, (Array * __this, ControllerPollingInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65250, Array_InternalArray__IndexOf_343__MethodInfo); DO_APP_FUNC(0x00CFB410, int32_t, Array_InternalArray__IndexOf_344, (Array * __this, ControllerTemplateElementTarget item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65258, Array_InternalArray__IndexOf_344__MethodInfo); DO_APP_FUNC(0x00CFB5F0, int32_t, Array_InternalArray__IndexOf_345, (Array * __this, CurveSample item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65260, Array_InternalArray__IndexOf_345__MethodInfo); DO_APP_FUNC(0x00CFB7F0, int32_t, Array_InternalArray__IndexOf_346, (Array * __this, CustomAttributeNamedArgument item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65240, Array_InternalArray__IndexOf_346__MethodInfo); DO_APP_FUNC(0x00CFBA10, int32_t, Array_InternalArray__IndexOf_347, (Array * __this, CustomAttributeTypedArgument item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65248, Array_InternalArray__IndexOf_347__MethodInfo); DO_APP_FUNC(0x00CFBBF0, int32_t, Array_InternalArray__IndexOf_348, (Array * __this, DateTime item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65238, Array_InternalArray__IndexOf_348__MethodInfo); DO_APP_FUNC(0x00CFBDD0, int32_t, Array_InternalArray__IndexOf_349, (Array * __this, DateTimeOffset item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65230, Array_InternalArray__IndexOf_349__MethodInfo); DO_APP_FUNC(0x00CFBFC0, int32_t, Array_InternalArray__IndexOf_350, (Array * __this, Decimal item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65228, Array_InternalArray__IndexOf_350__MethodInfo); DO_APP_FUNC(0x00CFC1B0, int32_t, Array_InternalArray__IndexOf_351, (Array * __this, DetailInstanceTransform item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65208, Array_InternalArray__IndexOf_351__MethodInfo); DO_APP_FUNC(0x00CFC3C0, int32_t, Array_InternalArray__IndexOf_352, (Array * __this, DiagnosticEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65210, Array_InternalArray__IndexOf_352__MethodInfo); DO_APP_FUNC(0x00CFC5F0, int32_t, Array_InternalArray__IndexOf_353, (Array * __this, DictionaryEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65218, Array_InternalArray__IndexOf_353__MethodInfo); DO_APP_FUNC(0x00CFC7D0, int32_t, Array_InternalArray__IndexOf_354, (Array * __this, Dimension item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65220, Array_InternalArray__IndexOf_354__MethodInfo); DO_APP_FUNC(0x00CFC960, int32_t, Array_InternalArray__IndexOf_355, (Array * __this, double item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C651F8, Array_InternalArray__IndexOf_355__MethodInfo); DO_APP_FUNC(0x00CFCAF0, int32_t, Array_InternalArray__IndexOf_356, (Array * __this, DrawBufferRange item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65200, Array_InternalArray__IndexOf_356__MethodInfo); DO_APP_FUNC(0x00CFCCD0, int32_t, Array_InternalArray__IndexOf_357, (Array * __this, EasingFunction item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C651E0, Array_InternalArray__IndexOf_357__MethodInfo); DO_APP_FUNC(0x00CFCEC0, int32_t, Array_InternalArray__IndexOf_358, (Array * __this, ElementAssignmentConflictInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C651E8, Array_InternalArray__IndexOf_358__MethodInfo); DO_APP_FUNC(0x00CFD110, int32_t, Array_InternalArray__IndexOf_359, (Array * __this, Entitlement item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C651F0, Array_InternalArray__IndexOf_359__MethodInfo); DO_APP_FUNC(0x00CFD320, int32_t, Array_InternalArray__IndexOf_360, (Array * __this, Ephemeron item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C651C0, Array_InternalArray__IndexOf_360__MethodInfo); DO_APP_FUNC(0x00CFD500, int32_t, Array_InternalArray__IndexOf_361, (Array * __this, EventReliable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C651C8, Array_InternalArray__IndexOf_361__MethodInfo); DO_APP_FUNC(0x00CFD6E0, int32_t, Array_InternalArray__IndexOf_362, (Array * __this, EventUnreliable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C651D0, Array_InternalArray__IndexOf_362__MethodInfo); DO_APP_FUNC(0x00CFD8F0, int32_t, Array_InternalArray__IndexOf_363, (Array * __this, FORMATETC item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C651D8, Array_InternalArray__IndexOf_363__MethodInfo); DO_APP_FUNC(0x00CFDB00, int32_t, Array_InternalArray__IndexOf_364, (Array * __this, FileStat item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C651A8, Array_InternalArray__IndexOf_364__MethodInfo); DO_APP_FUNC(0x00CFDD10, int32_t, Array_InternalArray__IndexOf_365, (Array * __this, FontDefinition item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C651B0, Array_InternalArray__IndexOf_365__MethodInfo); DO_APP_FUNC(0x00CFDF80, int32_t, Array_InternalArray__IndexOf_366, (Array * __this, FontWeightPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C651B8, Array_InternalArray__IndexOf_366__MethodInfo); DO_APP_FUNC(0x00CFE160, int32_t, Array_InternalArray__IndexOf_367, (Array * __this, FrameFormat item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65190, Array_InternalArray__IndexOf_367__MethodInfo); DO_APP_FUNC(0x00CFE320, int32_t, Array_InternalArray__IndexOf_368, (Array * __this, GCHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65198, Array_InternalArray__IndexOf_368__MethodInfo); DO_APP_FUNC(0x00CFE510, int32_t, Array_InternalArray__IndexOf_369, (Array * __this, GfxUpdateBufferRange item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C651A0, Array_InternalArray__IndexOf_369__MethodInfo); DO_APP_FUNC(0x00CFE6F0, int32_t, Array_InternalArray__IndexOf_370, (Array * __this, GlobalKeyword item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65178, Array_InternalArray__IndexOf_370__MethodInfo); DO_APP_FUNC(0x00CFE8D0, int32_t, Array_InternalArray__IndexOf_371, (Array * __this, GlyphMarshallingStruct item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65180, Array_InternalArray__IndexOf_371__MethodInfo); DO_APP_FUNC(0x00CFEB20, int32_t, Array_InternalArray__IndexOf_372, (Array * __this, GlyphPairAdjustmentRecord item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65188, Array_InternalArray__IndexOf_372__MethodInfo); DO_APP_FUNC(0x00CFED00, int32_t, Array_InternalArray__IndexOf_373, (Array * __this, GlyphRect item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65170, Array_InternalArray__IndexOf_373__MethodInfo); DO_APP_FUNC(0x00CFEF20, int32_t, Array_InternalArray__IndexOf_374, (Array * __this, GradientAlphaKey item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65150, Array_InternalArray__IndexOf_374__MethodInfo); DO_APP_FUNC(0x00CFF100, int32_t, Array_InternalArray__IndexOf_375, (Array * __this, GradientColorKey item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65158, Array_InternalArray__IndexOf_375__MethodInfo); DO_APP_FUNC(0x00CFF300, int32_t, Array_InternalArray__IndexOf_376, (Array * __this, GradientSettings item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65160, Array_InternalArray__IndexOf_376__MethodInfo); DO_APP_FUNC(0x00CFF510, int32_t, Array_InternalArray__IndexOf_377, (Array * __this, Guid item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65138, Array_InternalArray__IndexOf_377__MethodInfo); DO_APP_FUNC(0x00CFF730, int32_t, Array_InternalArray__IndexOf_378, (Array * __this, HandJointLocation item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65140, Array_InternalArray__IndexOf_378__MethodInfo); DO_APP_FUNC(0x00CFF950, int32_t, Array_InternalArray__IndexOf_379, (Array * __this, Hash128 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65148, Array_InternalArray__IndexOf_379__MethodInfo); DO_APP_FUNC(0x00CFFB50, int32_t, Array_InternalArray__IndexOf_380, (Array * __this, HeaderVariantInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65128, Array_InternalArray__IndexOf_380__MethodInfo); DO_APP_FUNC(0x00CFFD30, int32_t, Array_InternalArray__IndexOf_381, (Array * __this, HighlightState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65130, Array_InternalArray__IndexOf_381__MethodInfo); DO_APP_FUNC(0x00CFFF30, int32_t, Array_InternalArray__IndexOf_382, (Array * __this, HumanBone item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65108, Array_InternalArray__IndexOf_382__MethodInfo); DO_APP_FUNC(0x00D00190, int32_t, Array_InternalArray__IndexOf_383, (Array * __this, ImpactEffect item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65110, Array_InternalArray__IndexOf_383__MethodInfo); DO_APP_FUNC(0x00D00370, int32_t, Array_InternalArray__IndexOf_384, (Array * __this, InputActionSourceData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65118, Array_InternalArray__IndexOf_384__MethodInfo); DO_APP_FUNC(0x00D00580, int32_t, Array_InternalArray__IndexOf_385, (Array * __this, InputBinding item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65120, Array_InternalArray__IndexOf_385__MethodInfo); DO_APP_FUNC(0x00D00790, int32_t, Array_InternalArray__IndexOf_386, (Array * __this, InputControlScheme item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C650F8, Array_InternalArray__IndexOf_386__MethodInfo); DO_APP_FUNC(0x00D009C0, int32_t, Array_InternalArray__IndexOf_387, (Array * __this, InputDevice_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65100, Array_InternalArray__IndexOf_387__MethodInfo); DO_APP_FUNC(0x00D00B60, int32_t, Array_InternalArray__IndexOf_388, (Array * __this, InputDeviceDescription item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C650E8, Array_InternalArray__IndexOf_388__MethodInfo); DO_APP_FUNC(0x00D00D40, int32_t, Array_InternalArray__IndexOf_389, (Array * __this, InputEventPtr item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C650F0, Array_InternalArray__IndexOf_389__MethodInfo); DO_APP_FUNC(0x00D00ED0, int32_t, Array_InternalArray__IndexOf_390, (Array * __this, InputUser item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C650D8, Array_InternalArray__IndexOf_390__MethodInfo); DO_APP_FUNC(0x00D010C0, int32_t, Array_InternalArray__IndexOf_391, (Array * __this, int16_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C650E0, Array_InternalArray__IndexOf_391__MethodInfo); DO_APP_FUNC(0x00D012B0, int32_t, Array_InternalArray__IndexOf_392, (Array * __this, Int2 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C650C0, Array_InternalArray__IndexOf_392__MethodInfo); DO_APP_FUNC(0x00D01490, int32_t, Array_InternalArray__IndexOf_393, (Array * __this, Int3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C650C8, Array_InternalArray__IndexOf_393__MethodInfo); DO_APP_FUNC(0x00D016C0, int32_t, Array_InternalArray__IndexOf_394, (Array * __this, int32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C650D0, Array_InternalArray__IndexOf_394__MethodInfo); DO_APP_FUNC(0x00D018A0, int32_t, Array_InternalArray__IndexOf_395, (Array * __this, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C650B0, Array_InternalArray__IndexOf_395__MethodInfo); DO_APP_FUNC(0x00D01A70, int32_t, Array_InternalArray__IndexOf_396, (Array * __this, int64_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C650B8, Array_InternalArray__IndexOf_396__MethodInfo); DO_APP_FUNC(0x00D01C50, int32_t, Array_InternalArray__IndexOf_397, (Array * __this, IntPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C650A0, Array_InternalArray__IndexOf_397__MethodInfo); DO_APP_FUNC(0x00D01E50, int32_t, Array_InternalArray__IndexOf_398, (Array * __this, void * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C650A8, Array_InternalArray__IndexOf_398__MethodInfo); DO_APP_FUNC(0x00D02030, int32_t, Array_InternalArray__IndexOf_399, (Array * __this, IntRect item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65080, Array_InternalArray__IndexOf_399__MethodInfo); DO_APP_FUNC(0x00D02250, int32_t, Array_InternalArray__IndexOf_400, (Array * __this, InternalCodePageDataItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65088, Array_InternalArray__IndexOf_400__MethodInfo); DO_APP_FUNC(0x00D02430, int32_t, Array_InternalArray__IndexOf_401, (Array * __this, InternalEncodingDataItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65090, Array_InternalArray__IndexOf_401__MethodInfo); DO_APP_FUNC(0x00D02610, int32_t, Array_InternalArray__IndexOf_402, (Array * __this, InternedString item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65098, Array_InternalArray__IndexOf_402__MethodInfo); DO_APP_FUNC(0x00D027B0, int32_t, Array_InternalArray__IndexOf_403, (Array * __this, InterpretedFrameInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65068, Array_InternalArray__IndexOf_403__MethodInfo); DO_APP_FUNC(0x00D02990, int32_t, Array_InternalArray__IndexOf_404, (Array * __this, IntervalTreeNode item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65070, Array_InternalArray__IndexOf_404__MethodInfo); DO_APP_FUNC(0x00D02BA0, int32_t, Array_InternalArray__IndexOf_405, (Array * __this, IpQCkqlgJLyrFpAOyBfUxXQpJsWK item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65078, Array_InternalArray__IndexOf_405__MethodInfo); DO_APP_FUNC(0x00D02D80, int32_t, Array_InternalArray__IndexOf_406, (Array * __this, ItemDefinitionAmount item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65048, Array_InternalArray__IndexOf_406__MethodInfo); DO_APP_FUNC(0x00D02F90, int32_t, Array_InternalArray__IndexOf_407, (Array * __this, Keyframe item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65050, Array_InternalArray__IndexOf_407__MethodInfo); DO_APP_FUNC(0x00D031B0, int32_t, Array_InternalArray__IndexOf_408, (Array * __this, KickedPlayer item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65058, Array_InternalArray__IndexOf_408__MethodInfo); DO_APP_FUNC(0x00D03390, int32_t, Array_InternalArray__IndexOf_409, (Array * __this, LOD item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65060, Array_InternalArray__IndexOf_409__MethodInfo); DO_APP_FUNC(0x00D03570, int32_t, Array_InternalArray__IndexOf_410, (Array * __this, LayerMask item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65030, Array_InternalArray__IndexOf_410__MethodInfo); DO_APP_FUNC(0x00D03740, int32_t, Array_InternalArray__IndexOf_411, (Array * __this, Length item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65038, Array_InternalArray__IndexOf_411__MethodInfo); DO_APP_FUNC(0x00D038D0, int32_t, Array_InternalArray__IndexOf_412, (Array * __this, LightDataGI item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65040, Array_InternalArray__IndexOf_412__MethodInfo); DO_APP_FUNC(0x00D03B20, int32_t, Array_InternalArray__IndexOf_413, (Array * __this, LineInfo_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65018, Array_InternalArray__IndexOf_413__MethodInfo); DO_APP_FUNC(0x00D03D70, int32_t, Array_InternalArray__IndexOf_414, (Array * __this, LinkInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65020, Array_InternalArray__IndexOf_414__MethodInfo); DO_APP_FUNC(0x00D03F80, int32_t, Array_InternalArray__IndexOf_415, (Array * __this, LocalDefinition item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65028, Array_InternalArray__IndexOf_415__MethodInfo); DO_APP_FUNC(0x00D04190, int32_t, Array_InternalArray__IndexOf_416, (Array * __this, LocalKeyword item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65008, Array_InternalArray__IndexOf_416__MethodInfo); DO_APP_FUNC(0x00D04350, int32_t, Array_InternalArray__IndexOf_417, (Array * __this, ManipulatorActivationFilter item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65010, Array_InternalArray__IndexOf_417__MethodInfo); DO_APP_FUNC(0x00D044F0, int32_t, Array_InternalArray__IndexOf_418, (Array * __this, MaterialReference item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64FE8, Array_InternalArray__IndexOf_418__MethodInfo); DO_APP_FUNC(0x00D04750, int32_t, Array_InternalArray__IndexOf_419, (Array * __this, MaterialReference_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64FF0, Array_InternalArray__IndexOf_419__MethodInfo); DO_APP_FUNC(0x00D049B0, int32_t, Array_InternalArray__IndexOf_420, (Array * __this, Matrix4x4 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64FF8, Array_InternalArray__IndexOf_420__MethodInfo); DO_APP_FUNC(0x00D04B80, int32_t, Array_InternalArray__IndexOf_421, (Array * __this, MeshInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65000, Array_InternalArray__IndexOf_421__MethodInfo); DO_APP_FUNC(0x00D04DE0, int32_t, Array_InternalArray__IndexOf_422, (Array * __this, MinMaxFloat item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64FC8, Array_InternalArray__IndexOf_422__MethodInfo); DO_APP_FUNC(0x00D04FC0, int32_t, Array_InternalArray__IndexOf_423, (Array * __this, MinMaxVector3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64FD0, Array_InternalArray__IndexOf_423__MethodInfo); DO_APP_FUNC(0x00D051E0, int32_t, Array_InternalArray__IndexOf_424, (Array * __this, ModifiableContactPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64FD8, Array_InternalArray__IndexOf_424__MethodInfo); DO_APP_FUNC(0x00D05450, int32_t, Array_InternalArray__IndexOf_425, (Array * __this, NameAndParameters item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64FE0, Array_InternalArray__IndexOf_425__MethodInfo); DO_APP_FUNC(0x00D05660, int32_t, Array_InternalArray__IndexOf_426, (Array * __this, NamedValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64FB0, Array_InternalArray__IndexOf_426__MethodInfo); DO_APP_FUNC(0x00D05890, int32_t, Array_InternalArray__IndexOf_427, (Array * __this, NativeAnchor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64FB8, Array_InternalArray__IndexOf_427__MethodInfo); DO_APP_FUNC(0x00D05AF0, int32_t, Array_InternalArray__IndexOf_428, (Array * __this, NativePlane item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64FC0, Array_InternalArray__IndexOf_428__MethodInfo); DO_APP_FUNC(0x00D05D30, int32_t, Array_InternalArray__IndexOf_429, (Array * __this, Navigation item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64F90, Array_InternalArray__IndexOf_429__MethodInfo); DO_APP_FUNC(0x00D05F60, int32_t, Array_InternalArray__IndexOf_430, (Array * __this, NetworkId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64F98, Array_InternalArray__IndexOf_430__MethodInfo); DO_APP_FUNC(0x00D06140, int32_t, Array_InternalArray__IndexOf_431, (Array * __this, NetworkPropertyInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64FA0, Array_InternalArray__IndexOf_431__MethodInfo); DO_APP_FUNC(0x00D06350, int32_t, Array_InternalArray__IndexOf_432, (Array * __this, NetworkValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64FA8, Array_InternalArray__IndexOf_432__MethodInfo); DO_APP_FUNC(0x00D06560, int32_t, Array_InternalArray__IndexOf_433, (Array * __this, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64F70, Array_InternalArray__IndexOf_433__MethodInfo); DO_APP_FUNC(0x00D06700, int32_t, Array_InternalArray__IndexOf_434, (Array * __this, ObjectInitializationData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64F78, Array_InternalArray__IndexOf_434__MethodInfo); DO_APP_FUNC(0x00D06930, int32_t, Array_InternalArray__IndexOf_435, (Array * __this, ObjectSurface item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64F80, Array_InternalArray__IndexOf_435__MethodInfo); DO_APP_FUNC(0x00D06B10, int32_t, Array_InternalArray__IndexOf_436, (Array * __this, OpenChannel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64F88, Array_InternalArray__IndexOf_436__MethodInfo); DO_APP_FUNC(0x00D06D20, int32_t, Array_InternalArray__IndexOf_437, (Array * __this, OriginalMaterialValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64F50, Array_InternalArray__IndexOf_437__MethodInfo); DO_APP_FUNC(0x00D06F50, int32_t, Array_InternalArray__IndexOf_438, (Array * __this, PacketStats item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64F58, Array_InternalArray__IndexOf_438__MethodInfo); DO_APP_FUNC(0x00D07150, int32_t, Array_InternalArray__IndexOf_439, (Array * __this, PageInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64F60, Array_InternalArray__IndexOf_439__MethodInfo); DO_APP_FUNC(0x00D07350, int32_t, Array_InternalArray__IndexOf_440, (Array * __this, ParameterModifier item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64F68, Array_InternalArray__IndexOf_440__MethodInfo); DO_APP_FUNC(0x00D07520, int32_t, Array_InternalArray__IndexOf_441, (Array * __this, ParticleCollisionEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64F38, Array_InternalArray__IndexOf_441__MethodInfo); DO_APP_FUNC(0x00D07750, int32_t, Array_InternalArray__IndexOf_442, (Array * __this, PatchExtents item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64F40, Array_InternalArray__IndexOf_442__MethodInfo); DO_APP_FUNC(0x00D07930, int32_t, Array_InternalArray__IndexOf_443, (Array * __this, PidVid item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64F48, Array_InternalArray__IndexOf_443__MethodInfo); DO_APP_FUNC(0x00D07B20, int32_t, Array_InternalArray__IndexOf_444, (Array * __this, Plane item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64F18, Array_InternalArray__IndexOf_444__MethodInfo); DO_APP_FUNC(0x00D07D00, int32_t, Array_InternalArray__IndexOf_445, (Array * __this, Playable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64F20, Array_InternalArray__IndexOf_445__MethodInfo); DO_APP_FUNC(0x00D07EE0, int32_t, Array_InternalArray__IndexOf_446, (Array * __this, PlayableBinding item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64F28, Array_InternalArray__IndexOf_446__MethodInfo); DO_APP_FUNC(0x00D080F0, int32_t, Array_InternalArray__IndexOf_447, (Array * __this, PlayerChannel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64F30, Array_InternalArray__IndexOf_447__MethodInfo); DO_APP_FUNC(0x00D082A0, int32_t, Array_InternalArray__IndexOf_448, (Array * __this, PlayerFlashlightBeam item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64EF8, Array_InternalArray__IndexOf_448__MethodInfo); DO_APP_FUNC(0x00D08480, int32_t, Array_InternalArray__IndexOf_449, (Array * __this, PlayerLoopSystem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64F00, Array_InternalArray__IndexOf_449__MethodInfo); DO_APP_FUNC(0x00D086B0, int32_t, Array_InternalArray__IndexOf_450, (Array * __this, PointerModel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64F08, Array_InternalArray__IndexOf_450__MethodInfo); DO_APP_FUNC(0x00D089A0, int32_t, Array_InternalArray__IndexOf_451, (Array * __this, PrefabId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64F10, Array_InternalArray__IndexOf_451__MethodInfo); DO_APP_FUNC(0x00D08B80, int32_t, Array_InternalArray__IndexOf_452, (Array * __this, Priority item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64EE0, Array_InternalArray__IndexOf_452__MethodInfo); DO_APP_FUNC(0x00D08D80, int32_t, Array_InternalArray__IndexOf_453, (Array * __this, ProbeVolumeBakingProcessSettings item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64EE8, Array_InternalArray__IndexOf_453__MethodInfo); DO_APP_FUNC(0x00D08F90, int32_t, Array_InternalArray__IndexOf_454, (Array * __this, Progress item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64EF0, Array_InternalArray__IndexOf_454__MethodInfo); DO_APP_FUNC(0x00D09170, int32_t, Array_InternalArray__IndexOf_455, (Array * __this, PublishedFileId_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64EC8, Array_InternalArray__IndexOf_455__MethodInfo); DO_APP_FUNC(0x00D093C0, int32_t, Array_InternalArray__IndexOf_456, (Array * __this, QeeoSydAJKtvhuMHtIdMCGTRHBDhA item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64ED0, Array_InternalArray__IndexOf_456__MethodInfo); DO_APP_FUNC(0x00D095C0, int32_t, Array_InternalArray__IndexOf_457, (Array * __this, Quaternion item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64ED8, Array_InternalArray__IndexOf_457__MethodInfo); DO_APP_FUNC(0x00D097D0, int32_t, Array_InternalArray__IndexOf_458, (Array * __this, RangePositionInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64EA8, Array_InternalArray__IndexOf_458__MethodInfo); DO_APP_FUNC(0x00D099B0, int32_t, Array_InternalArray__IndexOf_459, (Array * __this, RaycastHit item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64EB0, Array_InternalArray__IndexOf_459__MethodInfo); DO_APP_FUNC(0x00D09C00, int32_t, Array_InternalArray__IndexOf_460, (Array * __this, RaycastHit2D item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64EB8, Array_InternalArray__IndexOf_460__MethodInfo); DO_APP_FUNC(0x00D09E20, int32_t, Array_InternalArray__IndexOf_461, (Array * __this, RaycastResult item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64EC0, Array_InternalArray__IndexOf_461__MethodInfo); DO_APP_FUNC(0x00D0A060, int32_t, Array_InternalArray__IndexOf_462, (Array * __this, Rect item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64E90, Array_InternalArray__IndexOf_462__MethodInfo); DO_APP_FUNC(0x00D0A270, int32_t, Array_InternalArray__IndexOf_463, (Array * __this, ReflectionProbeBlendInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64E98, Array_InternalArray__IndexOf_463__MethodInfo); DO_APP_FUNC(0x00D0A450, int32_t, Array_InternalArray__IndexOf_464, (Array * __this, RemoteChannel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64EA0, Array_InternalArray__IndexOf_464__MethodInfo); DO_APP_FUNC(0x00D0A660, int32_t, Array_InternalArray__IndexOf_465, (Array * __this, RenderChainTextEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64E78, Array_InternalArray__IndexOf_465__MethodInfo); DO_APP_FUNC(0x00D0A840, int32_t, Array_InternalArray__IndexOf_466, (Array * __this, RenderInstancedDataLayout item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64E80, Array_InternalArray__IndexOf_466__MethodInfo); DO_APP_FUNC(0x00D0AA20, int32_t, Array_InternalArray__IndexOf_467, (Array * __this, RenderTargetIdentifier item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64E88, Array_InternalArray__IndexOf_467__MethodInfo); DO_APP_FUNC(0x00D0ABF0, int32_t, Array_InternalArray__IndexOf_468, (Array * __this, RendererList item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64E58, Array_InternalArray__IndexOf_468__MethodInfo); DO_APP_FUNC(0x00D0ADD0, int32_t, Array_InternalArray__IndexOf_469, (Array * __this, RendererListHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64E60, Array_InternalArray__IndexOf_469__MethodInfo); DO_APP_FUNC(0x00D0AFA0, int32_t, Array_InternalArray__IndexOf_470, (Array * __this, RendererListResource item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64E68, Array_InternalArray__IndexOf_470__MethodInfo); DO_APP_FUNC(0x00D0B2C0, int32_t, Array_InternalArray__IndexOf_471, (Array * __this, Resolution item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64E70, Array_InternalArray__IndexOf_471__MethodInfo); DO_APP_FUNC(0x00D0B4C0, int32_t, Array_InternalArray__IndexOf_472, (Array * __this, ResourceHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64E38, Array_InternalArray__IndexOf_472__MethodInfo); DO_APP_FUNC(0x00D0B690, int32_t, Array_InternalArray__IndexOf_473, (Array * __this, ResourceLocator item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64E40, Array_InternalArray__IndexOf_473__MethodInfo); DO_APP_FUNC(0x00D0B870, int32_t, Array_InternalArray__IndexOf_474, (Array * __this, RichTextTagAttribute item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64E48, Array_InternalArray__IndexOf_474__MethodInfo); DO_APP_FUNC(0x00D0BA80, int32_t, Array_InternalArray__IndexOf_475, (Array * __this, RichTextTagAttribute_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64E50, Array_InternalArray__IndexOf_475__MethodInfo); DO_APP_FUNC(0x00D0BC80, int32_t, Array_InternalArray__IndexOf_476, (Array * __this, RoomChannel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64E28, Array_InternalArray__IndexOf_476__MethodInfo); DO_APP_FUNC(0x00D0BEA0, int32_t, Array_InternalArray__IndexOf_477, (Array * __this, RoomMembership item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64E30, Array_InternalArray__IndexOf_477__MethodInfo); DO_APP_FUNC(0x00D0C0B0, int32_t, Array_InternalArray__IndexOf_478, (Array * __this, RoomName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64E10, Array_InternalArray__IndexOf_478__MethodInfo); DO_APP_FUNC(0x00D0C290, int32_t, Array_InternalArray__IndexOf_479, (Array * __this, Rotate_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64E18, Array_InternalArray__IndexOf_479__MethodInfo); DO_APP_FUNC(0x00D0C450, int32_t, Array_InternalArray__IndexOf_480, (Array * __this, RuleMatcher item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64E20, Array_InternalArray__IndexOf_480__MethodInfo); DO_APP_FUNC(0x00D0C630, int32_t, Array_InternalArray__IndexOf_481, (Array * __this, RuntimeLabel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64DF8, Array_InternalArray__IndexOf_481__MethodInfo); DO_APP_FUNC(0x00D0C830, int32_t, Array_InternalArray__IndexOf_482, (Array * __this, int8_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64E00, Array_InternalArray__IndexOf_482__MethodInfo); DO_APP_FUNC(0x00D0CA20, int32_t, Array_InternalArray__IndexOf_483, (Array * __this, SByteEnum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64E08, Array_InternalArray__IndexOf_483__MethodInfo); DO_APP_FUNC(0x00D0CBF0, int32_t, Array_InternalArray__IndexOf_484, (Array * __this, STATDATA item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64DE0, Array_InternalArray__IndexOf_484__MethodInfo); DO_APP_FUNC(0x00D0CE50, int32_t, Array_InternalArray__IndexOf_485, (Array * __this, ScalableImage item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64DE8, Array_InternalArray__IndexOf_485__MethodInfo); DO_APP_FUNC(0x00D0D030, int32_t, Array_InternalArray__IndexOf_486, (Array * __this, Scale item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64DF0, Array_InternalArray__IndexOf_486__MethodInfo); DO_APP_FUNC(0x00D0D1D0, int32_t, Array_InternalArray__IndexOf_487, (Array * __this, SelectorMatchRecord item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64DD8, Array_InternalArray__IndexOf_487__MethodInfo); DO_APP_FUNC(0x00D0D6C0, int32_t, Array_InternalArray__IndexOf_488, (Array * __this, SemanticMeaning item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66038, Array_InternalArray__IndexOf_488__MethodInfo); DO_APP_FUNC(0x00D0D8A0, int32_t, Array_InternalArray__IndexOf_489, (Array * __this, SerializedType item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66040, Array_InternalArray__IndexOf_489__MethodInfo); DO_APP_FUNC(0x00D0DAB0, int32_t, Array_InternalArray__IndexOf_490, (Array * __this, SessionClient item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66020, Array_InternalArray__IndexOf_490__MethodInfo); DO_APP_FUNC(0x00D0DD10, int32_t, Array_InternalArray__IndexOf_491, (Array * __this, ShaderKeyword item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66028, Array_InternalArray__IndexOf_491__MethodInfo); DO_APP_FUNC(0x00D0DEF0, int32_t, Array_InternalArray__IndexOf_492, (Array * __this, ShaderTagId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66030, Array_InternalArray__IndexOf_492__MethodInfo); DO_APP_FUNC(0x00D0E0E0, int32_t, Array_InternalArray__IndexOf_493, (Array * __this, ShaderVariablesProbeVolumes item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66008, Array_InternalArray__IndexOf_493__MethodInfo); DO_APP_FUNC(0x00D0E340, int32_t, Array_InternalArray__IndexOf_494, (Array * __this, float item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66010, Array_InternalArray__IndexOf_494__MethodInfo); DO_APP_FUNC(0x00D0E4D0, int32_t, Array_InternalArray__IndexOf_495, (Array * __this, SkeletonBone item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66018, Array_InternalArray__IndexOf_495__MethodInfo); DO_APP_FUNC(0x00D0E730, int32_t, Array_InternalArray__IndexOf_496, (Array * __this, Sku item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65FF0, Array_InternalArray__IndexOf_496__MethodInfo); DO_APP_FUNC(0x00D0E960, int32_t, Array_InternalArray__IndexOf_497, (Array * __this, SpeechSession item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65FF8, Array_InternalArray__IndexOf_497__MethodInfo); DO_APP_FUNC(0x00D0EBC0, int32_t, Array_InternalArray__IndexOf_498, (Array * __this, SphericalHarmonicsL2 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66000, Array_InternalArray__IndexOf_498__MethodInfo); DO_APP_FUNC(0x00D0EDF0, int32_t, Array_InternalArray__IndexOf_499, (Array * __this, SpriteState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65FE0, Array_InternalArray__IndexOf_499__MethodInfo); DO_APP_FUNC(0x00D0F000, int32_t, Array_InternalArray__IndexOf_500, (Array * __this, SslApplicationProtocol item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65FC8, Array_InternalArray__IndexOf_500__MethodInfo); DO_APP_FUNC(0x00D0F1F0, int32_t, Array_InternalArray__IndexOf_501, (Array * __this, SteamItemDef_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65FD0, Array_InternalArray__IndexOf_501__MethodInfo); DO_APP_FUNC(0x00D0F3D0, int32_t, Array_InternalArray__IndexOf_502, (Array * __this, SteamItemDetails_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65FD8, Array_InternalArray__IndexOf_502__MethodInfo); DO_APP_FUNC(0x00D0F5B0, int32_t, Array_InternalArray__IndexOf_503, (Array * __this, StylePropertyName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65FB0, Array_InternalArray__IndexOf_503__MethodInfo); DO_APP_FUNC(0x00D0F7B0, int32_t, Array_InternalArray__IndexOf_504, (Array * __this, StylePropertyValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65FB8, Array_InternalArray__IndexOf_504__MethodInfo); DO_APP_FUNC(0x00D0F990, int32_t, Array_InternalArray__IndexOf_505, (Array * __this, StyleSelectorPart item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65FC0, Array_InternalArray__IndexOf_505__MethodInfo); DO_APP_FUNC(0x00D0FBA0, int32_t, Array_InternalArray__IndexOf_506, (Array * __this, StyleSyntaxToken item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65F90, Array_InternalArray__IndexOf_506__MethodInfo); DO_APP_FUNC(0x00D0FDB0, int32_t, Array_InternalArray__IndexOf_507, (Array * __this, StyleValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65F98, Array_InternalArray__IndexOf_507__MethodInfo); DO_APP_FUNC(0x00D0FFC0, int32_t, Array_InternalArray__IndexOf_508, (Array * __this, StyleValueHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65FA0, Array_InternalArray__IndexOf_508__MethodInfo); DO_APP_FUNC(0x00D10190, int32_t, Array_InternalArray__IndexOf_509, (Array * __this, StyleValueManaged item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65FA8, Array_InternalArray__IndexOf_509__MethodInfo); DO_APP_FUNC(0x00D10370, int32_t, Array_InternalArray__IndexOf_510, (Array * __this, StyleVariable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65F78, Array_InternalArray__IndexOf_510__MethodInfo); DO_APP_FUNC(0x00D10580, int32_t, Array_InternalArray__IndexOf_511, (Array * __this, SubMeshDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65F80, Array_InternalArray__IndexOf_511__MethodInfo); DO_APP_FUNC(0x00D107B0, int32_t, Array_InternalArray__IndexOf_512, (Array * __this, Substring item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65F88, Array_InternalArray__IndexOf_512__MethodInfo); DO_APP_FUNC(0x00D10950, int32_t, Array_InternalArray__IndexOf_513, (Array * __this, TMP_CharacterInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65F58, Array_InternalArray__IndexOf_513__MethodInfo); DO_APP_FUNC(0x00D10CB0, int32_t, Array_InternalArray__IndexOf_514, (Array * __this, TMP_FontWeightPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65F60, Array_InternalArray__IndexOf_514__MethodInfo); DO_APP_FUNC(0x00D10E90, int32_t, Array_InternalArray__IndexOf_515, (Array * __this, TMP_LineInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65F68, Array_InternalArray__IndexOf_515__MethodInfo); DO_APP_FUNC(0x00D11100, int32_t, Array_InternalArray__IndexOf_516, (Array * __this, TMP_LinkInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65F70, Array_InternalArray__IndexOf_516__MethodInfo); DO_APP_FUNC(0x00D11330, int32_t, Array_InternalArray__IndexOf_517, (Array * __this, TMP_MeshInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65F38, Array_InternalArray__IndexOf_517__MethodInfo); DO_APP_FUNC(0x00D11570, int32_t, Array_InternalArray__IndexOf_518, (Array * __this, TMP_PageInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65F40, Array_InternalArray__IndexOf_518__MethodInfo); DO_APP_FUNC(0x00D11770, int32_t, Array_InternalArray__IndexOf_519, (Array * __this, TMP_WordInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65F48, Array_InternalArray__IndexOf_519__MethodInfo); DO_APP_FUNC(0x00D11980, int32_t, Array_InternalArray__IndexOf_520, (Array * __this, TerrainTileCoord item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65F50, Array_InternalArray__IndexOf_520__MethodInfo); DO_APP_FUNC(0x00D11B50, int32_t, Array_InternalArray__IndexOf_521, (Array * __this, TextElementInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65F20, Array_InternalArray__IndexOf_521__MethodInfo); DO_APP_FUNC(0x00D11E80, int32_t, Array_InternalArray__IndexOf_522, (Array * __this, TextShadow item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65F28, Array_InternalArray__IndexOf_522__MethodInfo); DO_APP_FUNC(0x00D12050, int32_t, Array_InternalArray__IndexOf_523, (Array * __this, TextVertex_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65F30, Array_InternalArray__IndexOf_523__MethodInfo); DO_APP_FUNC(0x00D12260, int32_t, Array_InternalArray__IndexOf_524, (Array * __this, TextureHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65F10, Array_InternalArray__IndexOf_524__MethodInfo); DO_APP_FUNC(0x00D12440, int32_t, Array_InternalArray__IndexOf_525, (Array * __this, TextureId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65F00, Array_InternalArray__IndexOf_525__MethodInfo); DO_APP_FUNC(0x00D12680, int32_t, Array_InternalArray__IndexOf_526, (Array * __this, TileData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65F08, Array_InternalArray__IndexOf_526__MethodInfo); DO_APP_FUNC(0x00D128D0, int32_t, Array_InternalArray__IndexOf_527, (Array * __this, TimeSpan item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65EF0, Array_InternalArray__IndexOf_527__MethodInfo); DO_APP_FUNC(0x00D12B00, int32_t, Array_InternalArray__IndexOf_528, (Array * __this, TimeValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65EF8, Array_InternalArray__IndexOf_528__MethodInfo); DO_APP_FUNC(0x00D12C90, int32_t, Array_InternalArray__IndexOf_529, (Array * __this, Touch item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65EE8, Array_InternalArray__IndexOf_529__MethodInfo); DO_APP_FUNC(0x00D12ED0, int32_t, Array_InternalArray__IndexOf_530, (Array * __this, Touch_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65EE0, Array_InternalArray__IndexOf_530__MethodInfo); DO_APP_FUNC(0x00D130E0, int32_t, Array_InternalArray__IndexOf_531, (Array * __this, TrackableId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65ED0, Array_InternalArray__IndexOf_531__MethodInfo); DO_APP_FUNC(0x00D132D0, int32_t, Array_InternalArray__IndexOf_532, (Array * __this, Transform3x4 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65EB0, Array_InternalArray__IndexOf_532__MethodInfo); DO_APP_FUNC(0x00D13500, int32_t, Array_InternalArray__IndexOf_533, (Array * __this, TransformOrigin item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65EB8, Array_InternalArray__IndexOf_533__MethodInfo); DO_APP_FUNC(0x00D137C0, int32_t, Array_InternalArray__IndexOf_534, (Array * __this, Translate_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65EC0, Array_InternalArray__IndexOf_534__MethodInfo); DO_APP_FUNC(0x00D13980, int32_t, Array_InternalArray__IndexOf_535, (Array * __this, TreeInstance item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65E98, Array_InternalArray__IndexOf_535__MethodInfo); DO_APP_FUNC(0x00D13BB0, int32_t, Array_InternalArray__IndexOf_536, (Array * __this, TreeItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65EA0, Array_InternalArray__IndexOf_536__MethodInfo); DO_APP_FUNC(0x00D13D90, int32_t, Array_InternalArray__IndexOf_537, (Array * __this, TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65EA8, Array_InternalArray__IndexOf_537__MethodInfo); DO_APP_FUNC(0x00D13FA0, int32_t, Array_InternalArray__IndexOf_538, (Array * __this, TypeId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65E78, Array_InternalArray__IndexOf_538__MethodInfo); DO_APP_FUNC(0x00D14180, int32_t, Array_InternalArray__IndexOf_539, (Array * __this, TypeWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65E80, Array_InternalArray__IndexOf_539__MethodInfo); DO_APP_FUNC(0x00D14390, int32_t, Array_InternalArray__IndexOf_540, (Array * __this, UICharInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65E88, Array_InternalArray__IndexOf_540__MethodInfo); DO_APP_FUNC(0x00D14590, int32_t, Array_InternalArray__IndexOf_541, (Array * __this, UILineInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65E90, Array_InternalArray__IndexOf_541__MethodInfo); DO_APP_FUNC(0x00D14770, int32_t, Array_InternalArray__IndexOf_542, (Array * __this, UIVertex item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65E60, Array_InternalArray__IndexOf_542__MethodInfo); DO_APP_FUNC(0x00D149F0, int32_t, Array_InternalArray__IndexOf_543, (Array * __this, uint16_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65E68, Array_InternalArray__IndexOf_543__MethodInfo); DO_APP_FUNC(0x00D14BE0, int32_t, Array_InternalArray__IndexOf_544, (Array * __this, UInt16Enum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65E70, Array_InternalArray__IndexOf_544__MethodInfo); DO_APP_FUNC(0x00D14DB0, int32_t, Array_InternalArray__IndexOf_545, (Array * __this, uint32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65E48, Array_InternalArray__IndexOf_545__MethodInfo); DO_APP_FUNC(0x00D14F90, int32_t, Array_InternalArray__IndexOf_546, (Array * __this, UInt32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65E50, Array_InternalArray__IndexOf_546__MethodInfo); DO_APP_FUNC(0x00D15160, int32_t, Array_InternalArray__IndexOf_547, (Array * __this, uint64_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65E58, Array_InternalArray__IndexOf_547__MethodInfo); DO_APP_FUNC(0x00D15340, int32_t, Array_InternalArray__IndexOf_548, (Array * __this, UVTexture item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65E38, Array_InternalArray__IndexOf_548__MethodInfo); DO_APP_FUNC(0x00D15550, int32_t, Array_InternalArray__IndexOf_549, (Array * __this, UdpChannelName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65E40, Array_InternalArray__IndexOf_549__MethodInfo); DO_APP_FUNC(0x00D15730, int32_t, Array_InternalArray__IndexOf_550, (Array * __this, UdpEndPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65E28, Array_InternalArray__IndexOf_550__MethodInfo); DO_APP_FUNC(0x00D15950, int32_t, Array_InternalArray__IndexOf_551, (Array * __this, UdpEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65E30, Array_InternalArray__IndexOf_551__MethodInfo); DO_APP_FUNC(0x00D15B60, int32_t, Array_InternalArray__IndexOf_552, (Array * __this, UdpIPv4Address item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65E20, Array_InternalArray__IndexOf_552__MethodInfo); DO_APP_FUNC(0x00D15D40, int32_t, Array_InternalArray__IndexOf_553, (Array * __this, UdpPipeHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65E00, Array_InternalArray__IndexOf_553__MethodInfo); DO_APP_FUNC(0x00D15F20, int32_t, Array_InternalArray__IndexOf_554, (Array * __this, UniqueId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65E08, Array_InternalArray__IndexOf_554__MethodInfo); DO_APP_FUNC(0x00D160C0, int32_t, Array_InternalArray__IndexOf_555, (Array * __this, UsageHint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65E10, Array_InternalArray__IndexOf_555__MethodInfo); DO_APP_FUNC(0x00D16290, int32_t, Array_InternalArray__IndexOf_556, (Array * __this, User item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65E18, Array_InternalArray__IndexOf_556__MethodInfo); DO_APP_FUNC(0x00D164C0, int32_t, Array_InternalArray__IndexOf_557, (Array * __this, ValueWebSocketReceiveResult item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65DE0, Array_InternalArray__IndexOf_557__MethodInfo); DO_APP_FUNC(0x00D16690, int32_t, Array_InternalArray__IndexOf_558, (Array * __this, Vector2 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65DE8, Array_InternalArray__IndexOf_558__MethodInfo); DO_APP_FUNC(0x00D168A0, int32_t, Array_InternalArray__IndexOf_559, (Array * __this, Vector2Int item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65DF0, Array_InternalArray__IndexOf_559__MethodInfo); DO_APP_FUNC(0x00D16AA0, int32_t, Array_InternalArray__IndexOf_560, (Array * __this, Vector3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65DF8, Array_InternalArray__IndexOf_560__MethodInfo); DO_APP_FUNC(0x00D16C40, int32_t, Array_InternalArray__IndexOf_561, (Array * __this, Vector3Int item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65DC0, Array_InternalArray__IndexOf_561__MethodInfo); DO_APP_FUNC(0x00D16DE0, int32_t, Array_InternalArray__IndexOf_562, (Array * __this, Vector3_Array2D item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65DC8, Array_InternalArray__IndexOf_562__MethodInfo); DO_APP_FUNC(0x00D16FB0, int32_t, Array_InternalArray__IndexOf_563, (Array * __this, Vector4 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65DD0, Array_InternalArray__IndexOf_563__MethodInfo); DO_APP_FUNC(0x00D17140, int32_t, Array_InternalArray__IndexOf_564, (Array * __this, VectorImageVertex item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65DD8, Array_InternalArray__IndexOf_564__MethodInfo); DO_APP_FUNC(0x00D17360, int32_t, Array_InternalArray__IndexOf_565, (Array * __this, Vertex item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65DA8, Array_InternalArray__IndexOf_565__MethodInfo); DO_APP_FUNC(0x00D175A0, int32_t, Array_InternalArray__IndexOf_566, (Array * __this, VertexAttributeDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65DB0, Array_InternalArray__IndexOf_566__MethodInfo); DO_APP_FUNC(0x00D17740, int32_t, Array_InternalArray__IndexOf_567, (Array * __this, ViewConfiguration item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65DB8, Array_InternalArray__IndexOf_567__MethodInfo); DO_APP_FUNC(0x00D17950, int32_t, Array_InternalArray__IndexOf_568, (Array * __this, VoicePacket item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65D88, Array_InternalArray__IndexOf_568__MethodInfo); DO_APP_FUNC(0x00D17BB0, int32_t, Array_InternalArray__IndexOf_569, (Array * __this, VoxelCell item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65D90, Array_InternalArray__IndexOf_569__MethodInfo); DO_APP_FUNC(0x00D17D80, int32_t, Array_InternalArray__IndexOf_570, (Array * __this, VoxelContour item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65D98, Array_InternalArray__IndexOf_570__MethodInfo); DO_APP_FUNC(0x00D17F90, int32_t, Array_InternalArray__IndexOf_571, (Array * __this, Win32_IP_ADAPTER_ADDRESSES item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65DA0, Array_InternalArray__IndexOf_571__MethodInfo); DO_APP_FUNC(0x00D18260, int32_t, Array_InternalArray__IndexOf_572, (Array * __this, Win32_IP_ADAPTER_INFO item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65D68, Array_InternalArray__IndexOf_572__MethodInfo); DO_APP_FUNC(0x00D18530, int32_t, Array_InternalArray__IndexOf_573, (Array * __this, Win32_IP_ADDR_STRING item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65D70, Array_InternalArray__IndexOf_573__MethodInfo); DO_APP_FUNC(0x00D18740, int32_t, Array_InternalArray__IndexOf_574, (Array * __this, WordInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65D78, Array_InternalArray__IndexOf_574__MethodInfo); DO_APP_FUNC(0x00D18940, int32_t, Array_InternalArray__IndexOf_575, (Array * __this, WordWrapState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65D80, Array_InternalArray__IndexOf_575__MethodInfo); DO_APP_FUNC(0x00D18CA0, int32_t, Array_InternalArray__IndexOf_576, (Array * __this, X509ChainStatus item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65D50, Array_InternalArray__IndexOf_576__MethodInfo); DO_APP_FUNC(0x00D18E80, int32_t, Array_InternalArray__IndexOf_577, (Array * __this, XPathNode item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65D58, Array_InternalArray__IndexOf_577__MethodInfo); DO_APP_FUNC(0x00D19090, int32_t, Array_InternalArray__IndexOf_578, (Array * __this, XPathNodeRef item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65D60, Array_InternalArray__IndexOf_578__MethodInfo); DO_APP_FUNC(0x00D19270, int32_t, Array_InternalArray__IndexOf_579, (Array * __this, XRAnchor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65D48, Array_InternalArray__IndexOf_579__MethodInfo); DO_APP_FUNC(0x00D194C0, int32_t, Array_InternalArray__IndexOf_580, (Array * __this, XRFeatureDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65D30, Array_InternalArray__IndexOf_580__MethodInfo); DO_APP_FUNC(0x00D196D0, int32_t, Array_InternalArray__IndexOf_581, (Array * __this, XRNodeState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65D38, Array_InternalArray__IndexOf_581__MethodInfo); DO_APP_FUNC(0x00D19920, int32_t, Array_InternalArray__IndexOf_582, (Array * __this, XRRaycast item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65D20, Array_InternalArray__IndexOf_582__MethodInfo); DO_APP_FUNC(0x00D19B70, int32_t, Array_InternalArray__IndexOf_583, (Array * __this, XmlTagAttribute item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65D28, Array_InternalArray__IndexOf_583__MethodInfo); DO_APP_FUNC(0x00D19D70, int32_t, Array_InternalArray__IndexOf_584, (Array * __this, aOHEnKCFymegycPegEXPFUjlaUPpA item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65CF8, Array_InternalArray__IndexOf_584__MethodInfo); DO_APP_FUNC(0x00D19F50, int32_t, Array_InternalArray__IndexOf_585, (Array * __this, aQHgSHeigtcamfIWbNaiXaCiVwuq item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65D00, Array_InternalArray__IndexOf_585__MethodInfo); DO_APP_FUNC(0x00D1A120, int32_t, Array_InternalArray__IndexOf_586, (Array * __this, jvalue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65D08, Array_InternalArray__IndexOf_586__MethodInfo); DO_APP_FUNC(0x00D1A2F0, int32_t, Array_InternalArray__IndexOf_587, (Array * __this, tSPvxZUJjzaTiAEejeAOLKctGpmKA item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65D10, Array_InternalArray__IndexOf_587__MethodInfo); DO_APP_FUNC(0x00D1A4D0, int32_t, Array_InternalArray__IndexOf_588, (Array * __this, yUgrsNEvLzxrXGzkHTUPIBJYGDah item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65CD8, Array_InternalArray__IndexOf_588__MethodInfo); DO_APP_FUNC(0x00D1A6B0, int32_t, Array_InternalArray__IndexOf_589, (Array * __this, AIObjectPool_PreloadedPrefab item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65CE0, Array_InternalArray__IndexOf_589__MethodInfo); DO_APP_FUNC(0x00D1A890, int32_t, Array_InternalArray__IndexOf_590, (Array * __this, AdvancedSmooth_Turn item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65CE8, Array_InternalArray__IndexOf_590__MethodInfo); DO_APP_FUNC(0x00D1AA70, int32_t, Array_InternalArray__IndexOf_591, (Array * __this, Agent_VO item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65CF0, Array_InternalArray__IndexOf_591__MethodInfo); DO_APP_FUNC(0x00D1ACE0, int32_t, Array_InternalArray__IndexOf_592, (Array * __this, AnimationOutputWeightProcessor_WeightInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65CB8, Array_InternalArray__IndexOf_592__MethodInfo); DO_APP_FUNC(0x00D1AF10, int32_t, Array_InternalArray__IndexOf_593, (Array * __this, AstarDebugger_GraphPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65CC0, Array_InternalArray__IndexOf_593__MethodInfo); DO_APP_FUNC(0x00D1B110, int32_t, Array_InternalArray__IndexOf_594, (Array * __this, AstarDebugger_PathTypeDebug item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65CC8, Array_InternalArray__IndexOf_594__MethodInfo); DO_APP_FUNC(0x00D1B320, int32_t, Array_InternalArray__IndexOf_595, (Array * __this, AtlasAllocatorDynamic_AtlasNode item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65CD0, Array_InternalArray__IndexOf_595__MethodInfo); DO_APP_FUNC(0x00D1B530, int32_t, Array_InternalArray__IndexOf_596, (Array * __this, AttributeCollection_AttributeEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65C98, Array_InternalArray__IndexOf_596__MethodInfo); DO_APP_FUNC(0x00D1B710, int32_t, Array_InternalArray__IndexOf_597, (Array * __this, BBTree_BBTreeBox item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65CA0, Array_InternalArray__IndexOf_597__MethodInfo); DO_APP_FUNC(0x00D1B930, int32_t, Array_InternalArray__IndexOf_598, (Array * __this, BaseStyleMatcher_MatchContext item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65CA8, Array_InternalArray__IndexOf_598__MethodInfo); DO_APP_FUNC(0x00D1BB00, int32_t, Array_InternalArray__IndexOf_599, (Array * __this, BeforeRenderHelper_OrderBlock item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65CB0, Array_InternalArray__IndexOf_599__MethodInfo); DO_APP_FUNC(0x00D1BCE0, int32_t, Array_InternalArray__IndexOf_600, (Array * __this, BinaryHeap_Tuple item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65C78, Array_InternalArray__IndexOf_600__MethodInfo); DO_APP_FUNC(0x00D1BEC0, int32_t, Array_InternalArray__IndexOf_601, (Array * __this, BitmapAllocator32_Page item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65C80, Array_InternalArray__IndexOf_601__MethodInfo); DO_APP_FUNC(0x00D1C090, int32_t, Array_InternalArray__IndexOf_602, (Array * __this, BloomRenderer_Level item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65C88, Array_InternalArray__IndexOf_602__MethodInfo); DO_APP_FUNC(0x00D1C260, int32_t, Array_InternalArray__IndexOf_603, (Array * __this, BoltConsole_Line item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65C90, Array_InternalArray__IndexOf_603__MethodInfo); DO_APP_FUNC(0x00D1C470, int32_t, Array_InternalArray__IndexOf_604, (Array * __this, BoltProtocolTokenRegistry_TokenRegistry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65C58, Array_InternalArray__IndexOf_604__MethodInfo); DO_APP_FUNC(0x00D1C650, int32_t, Array_InternalArray__IndexOf_605, (Array * __this, CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65C60, Array_InternalArray__IndexOf_605__MethodInfo); DO_APP_FUNC(0x00D1C820, int32_t, Array_InternalArray__IndexOf_606, (Array * __this, Camera_RenderRequest item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65C68, Array_InternalArray__IndexOf_606__MethodInfo); DO_APP_FUNC(0x00D1CA30, int32_t, Array_InternalArray__IndexOf_607, (Array * __this, CameraState_CustomBlendable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65C70, Array_InternalArray__IndexOf_607__MethodInfo); DO_APP_FUNC(0x00D1CC10, int32_t, Array_InternalArray__IndexOf_608, (Array * __this, CharacterFootEffects_Foot item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65C38, Array_InternalArray__IndexOf_608__MethodInfo); DO_APP_FUNC(0x00D1CDF0, int32_t, Array_InternalArray__IndexOf_609, (Array * __this, CinemachineBlendListCamera_Instruction item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65C40, Array_InternalArray__IndexOf_609__MethodInfo); DO_APP_FUNC(0x00D1D000, int32_t, Array_InternalArray__IndexOf_610, (Array * __this, CinemachineBlenderSettings_CustomBlend item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65C48, Array_InternalArray__IndexOf_610__MethodInfo); DO_APP_FUNC(0x00D1D210, int32_t, Array_InternalArray__IndexOf_611, (Array * __this, CinemachineClearShot_Pair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65C50, Array_InternalArray__IndexOf_611__MethodInfo); DO_APP_FUNC(0x00D1D3E0, int32_t, Array_InternalArray__IndexOf_612, (Array * __this, CinemachineFreeLook_Orbit item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65C18, Array_InternalArray__IndexOf_612__MethodInfo); DO_APP_FUNC(0x00D1D5C0, int32_t, Array_InternalArray__IndexOf_613, (Array * __this, CinemachinePath_Waypoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65C20, Array_InternalArray__IndexOf_613__MethodInfo); DO_APP_FUNC(0x00D1D7E0, int32_t, Array_InternalArray__IndexOf_614, (Array * __this, CinemachineSmoothPath_Waypoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65C28, Array_InternalArray__IndexOf_614__MethodInfo); DO_APP_FUNC(0x00D1D9C0, int32_t, Array_InternalArray__IndexOf_615, (Array * __this, CinemachineStateDrivenCamera_HashPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65C30, Array_InternalArray__IndexOf_615__MethodInfo); DO_APP_FUNC(0x00D1DB90, int32_t, Array_InternalArray__IndexOf_616, (Array * __this, CinemachineStateDrivenCamera_Instruction item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65BF8, Array_InternalArray__IndexOf_616__MethodInfo); DO_APP_FUNC(0x00D1DDA0, int32_t, Array_InternalArray__IndexOf_617, (Array * __this, CinemachineStateDrivenCamera_ParentHash item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65C00, Array_InternalArray__IndexOf_617__MethodInfo); DO_APP_FUNC(0x00D1DF70, int32_t, Array_InternalArray__IndexOf_618, (Array * __this, CinemachineTargetGroup_Target item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65C08, Array_InternalArray__IndexOf_618__MethodInfo); DO_APP_FUNC(0x00D1E150, int32_t, Array_InternalArray__IndexOf_619, (Array * __this, ClipperLib_DoublePoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65C10, Array_InternalArray__IndexOf_619__MethodInfo); DO_APP_FUNC(0x00D1E330, int32_t, Array_InternalArray__IndexOf_620, (Array * __this, ClipperLib_IntPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65BD8, Array_InternalArray__IndexOf_620__MethodInfo); DO_APP_FUNC(0x00D1E530, int32_t, Array_InternalArray__IndexOf_621, (Array * __this, CodePointIndexer_TableRange item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65BE0, Array_InternalArray__IndexOf_621__MethodInfo); DO_APP_FUNC(0x00D1E730, int32_t, Array_InternalArray__IndexOf_622, (Array * __this, ComboTimeout_ComboInputElement item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65BE8, Array_InternalArray__IndexOf_622__MethodInfo); DO_APP_FUNC(0x00D1E910, int32_t, Array_InternalArray__IndexOf_623, (Array * __this, ConfinerOven_PolygonSolution item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65BF0, Array_InternalArray__IndexOf_623__MethodInfo); DO_APP_FUNC(0x00D1EAF0, int32_t, Array_InternalArray__IndexOf_624, (Array * __this, ContentCatalogData_Bucket item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65BB8, Array_InternalArray__IndexOf_624__MethodInfo); DO_APP_FUNC(0x00D1ECD0, int32_t, Array_InternalArray__IndexOf_625, (Array * __this, ContextFlagsAdapterPal_ContextFlagMapping item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65BC0, Array_InternalArray__IndexOf_625__MethodInfo); DO_APP_FUNC(0x00D1EEA0, int32_t, Array_InternalArray__IndexOf_626, (Array * __this, CookieTokenizer_RecognizedAttribute item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65BC8, Array_InternalArray__IndexOf_626__MethodInfo); DO_APP_FUNC(0x00D1F080, int32_t, Array_InternalArray__IndexOf_627, (Array * __this, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65BD0, Array_InternalArray__IndexOf_627__MethodInfo); DO_APP_FUNC(0x00D1F280, int32_t, Array_InternalArray__IndexOf_628, (Array * __this, DamageIndicatorMonitor_DamageIndicator item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65B98, Array_InternalArray__IndexOf_628__MethodInfo); DO_APP_FUNC(0x00D1F4E0, int32_t, Array_InternalArray__IndexOf_629, (Array * __this, DelayedActionManager_DelegateInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65BA0, Array_InternalArray__IndexOf_629__MethodInfo); DO_APP_FUNC(0x00D1F6F0, int32_t, Array_InternalArray__IndexOf_630, (Array * __this, DynamicResolutionHandler_ScalerContainer item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65BA8, Array_InternalArray__IndexOf_630__MethodInfo); DO_APP_FUNC(0x00D1F8D0, int32_t, Array_InternalArray__IndexOf_631, (Array * __this, EventDispatcher_CallbackWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65BB0, Array_InternalArray__IndexOf_631__MethodInfo); DO_APP_FUNC(0x00D1FAB0, int32_t, Array_InternalArray__IndexOf_632, (Array * __this, EventDispatcher_EventListener item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65B78, Array_InternalArray__IndexOf_632__MethodInfo); DO_APP_FUNC(0x00D1FCC0, int32_t, Array_InternalArray__IndexOf_633, (Array * __this, EventDispatcher_DispatchContext item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65B80, Array_InternalArray__IndexOf_633__MethodInfo); DO_APP_FUNC(0x00D1FEA0, int32_t, Array_InternalArray__IndexOf_634, (Array * __this, EventDispatcher_EventRecord item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65B88, Array_InternalArray__IndexOf_634__MethodInfo); DO_APP_FUNC(0x00D20080, int32_t, Array_InternalArray__IndexOf_635, (Array * __this, EventQueue_NetworkEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65B90, Array_InternalArray__IndexOf_635__MethodInfo); DO_APP_FUNC(0x00D20330, int32_t, Array_InternalArray__IndexOf_636, (Array * __this, EventReliableRecvBuffer_Node item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65B58, Array_InternalArray__IndexOf_636__MethodInfo); DO_APP_FUNC(0x00D20540, int32_t, Array_InternalArray__IndexOf_637, (Array * __this, EventReliableSendBuffer_Node item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65B60, Array_InternalArray__IndexOf_637__MethodInfo); DO_APP_FUNC(0x00D20750, int32_t, Array_InternalArray__IndexOf_638, (Array * __this, FocusController_FocusedElement item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65B68, Array_InternalArray__IndexOf_638__MethodInfo); DO_APP_FUNC(0x00D20930, int32_t, Array_InternalArray__IndexOf_639, (Array * __this, Funnel_PathPart item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65B70, Array_InternalArray__IndexOf_639__MethodInfo); DO_APP_FUNC(0x00D20B50, int32_t, Array_InternalArray__IndexOf_640, (Array * __this, GetRandomAvailablePerch_RandomPerch item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65B38, Array_InternalArray__IndexOf_640__MethodInfo); DO_APP_FUNC(0x00D20D60, int32_t, Array_InternalArray__IndexOf_641, (Array * __this, GraphUpdateProcessor_GUOSingle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65B40, Array_InternalArray__IndexOf_641__MethodInfo); DO_APP_FUNC(0x00D20F70, int32_t, Array_InternalArray__IndexOf_642, (Array * __this, HID_HIDCollectionDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65B48, Array_InternalArray__IndexOf_642__MethodInfo); DO_APP_FUNC(0x00D21180, int32_t, Array_InternalArray__IndexOf_643, (Array * __this, HID_HIDElementDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65B50, Array_InternalArray__IndexOf_643__MethodInfo); DO_APP_FUNC(0x00D213D0, int32_t, Array_InternalArray__IndexOf_644, (Array * __this, HIDParser_HIDReportData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65B18, Array_InternalArray__IndexOf_644__MethodInfo); DO_APP_FUNC(0x00D215D0, int32_t, Array_InternalArray__IndexOf_645, (Array * __this, HIDSupport_HIDPageUsage item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65B20, Array_InternalArray__IndexOf_645__MethodInfo); DO_APP_FUNC(0x00D217A0, int32_t, Array_InternalArray__IndexOf_646, (Array * __this, HIDTouchpad_TouchData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65B28, Array_InternalArray__IndexOf_646__MethodInfo); DO_APP_FUNC(0x00D219C0, int32_t, Array_InternalArray__IndexOf_647, (Array * __this, HairDesignerColliderBase_DualSphere item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65B30, Array_InternalArray__IndexOf_647__MethodInfo); DO_APP_FUNC(0x00D21BE0, int32_t, Array_InternalArray__IndexOf_648, (Array * __this, HairDesignerGeneratorAdvancedFurBase_DualSphereCollider item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65AF8, Array_InternalArray__IndexOf_648__MethodInfo); DO_APP_FUNC(0x00D21DF0, int32_t, Array_InternalArray__IndexOf_649, (Array * __this, HairDesignerGeneratorAdvancedFurBase_SkinData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65B00, Array_InternalArray__IndexOf_649__MethodInfo); DO_APP_FUNC(0x00D22000, int32_t, Array_InternalArray__IndexOf_650, (Array * __this, HairDesignerGeneratorFurShellBase_BufferData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65B08, Array_InternalArray__IndexOf_650__MethodInfo); DO_APP_FUNC(0x00D221E0, int32_t, Array_InternalArray__IndexOf_651, (Array * __this, HairDesignerGeneratorFurShellBase_SkinData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65B10, Array_InternalArray__IndexOf_651__MethodInfo); DO_APP_FUNC(0x00D223F0, int32_t, Array_InternalArray__IndexOf_652, (Array * __this, Hammersley_Hammersley2dSeq16 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65AD8, Array_InternalArray__IndexOf_652__MethodInfo); DO_APP_FUNC(0x00D226C0, int32_t, Array_InternalArray__IndexOf_653, (Array * __this, Hammersley_Hammersley2dSeq256 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65AE0, Array_InternalArray__IndexOf_653__MethodInfo); DO_APP_FUNC(0x00D22910, int32_t, Array_InternalArray__IndexOf_654, (Array * __this, Hammersley_Hammersley2dSeq32 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65AE8, Array_InternalArray__IndexOf_654__MethodInfo); DO_APP_FUNC(0x00D22BE0, int32_t, Array_InternalArray__IndexOf_655, (Array * __this, Hammersley_Hammersley2dSeq64 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65AF0, Array_InternalArray__IndexOf_655__MethodInfo); DO_APP_FUNC(0x00D22EB0, int32_t, Array_InternalArray__IndexOf_656, (Array * __this, Hashtable_bucket item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65AB8, Array_InternalArray__IndexOf_656__MethodInfo); DO_APP_FUNC(0x00D230C0, int32_t, Array_InternalArray__IndexOf_657, (Array * __this, HeadingTracker_Item item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65AC0, Array_InternalArray__IndexOf_657__MethodInfo); DO_APP_FUNC(0x00D232C0, int32_t, Array_InternalArray__IndexOf_658, (Array * __this, HealthFlashMonitor_Flash item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65AC8, Array_InternalArray__IndexOf_658__MethodInfo); DO_APP_FUNC(0x00D234F0, int32_t, Array_InternalArray__IndexOf_659, (Array * __this, HebrewNumber_HebrewValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65AD0, Array_InternalArray__IndexOf_659__MethodInfo); DO_APP_FUNC(0x00D236C0, int32_t, Array_InternalArray__IndexOf_660, (Array * __this, InputActionMap_BindingJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65A98, Array_InternalArray__IndexOf_660__MethodInfo); DO_APP_FUNC(0x00D23920, int32_t, Array_InternalArray__IndexOf_661, (Array * __this, InputActionMap_BindingOverrideJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65AA0, Array_InternalArray__IndexOf_661__MethodInfo); DO_APP_FUNC(0x00D23B50, int32_t, Array_InternalArray__IndexOf_662, (Array * __this, InputActionMap_ReadActionJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65AA8, Array_InternalArray__IndexOf_662__MethodInfo); DO_APP_FUNC(0x00D23DA0, int32_t, Array_InternalArray__IndexOf_663, (Array * __this, InputActionMap_ReadMapJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65AB0, Array_InternalArray__IndexOf_663__MethodInfo); DO_APP_FUNC(0x00D23FB0, int32_t, Array_InternalArray__IndexOf_664, (Array * __this, InputActionMap_WriteActionJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65A78, Array_InternalArray__IndexOf_664__MethodInfo); DO_APP_FUNC(0x00D24210, int32_t, Array_InternalArray__IndexOf_665, (Array * __this, InputActionMap_WriteMapJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65A80, Array_InternalArray__IndexOf_665__MethodInfo); DO_APP_FUNC(0x00D24420, int32_t, Array_InternalArray__IndexOf_666, (Array * __this, InputActionRebindingExtensions_Parameter item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65A88, Array_InternalArray__IndexOf_666__MethodInfo); DO_APP_FUNC(0x00D24630, int32_t, Array_InternalArray__IndexOf_667, (Array * __this, InputActionRebindingExtensions_ParameterOverride item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65A90, Array_InternalArray__IndexOf_667__MethodInfo); DO_APP_FUNC(0x00D248C0, int32_t, Array_InternalArray__IndexOf_668, (Array * __this, InputActionTrace_ActionEventPtr item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65A58, Array_InternalArray__IndexOf_668__MethodInfo); DO_APP_FUNC(0x00D24AA0, int32_t, Array_InternalArray__IndexOf_669, (Array * __this, InputBindingCompositeContext_PartBinding item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65A60, Array_InternalArray__IndexOf_669__MethodInfo); DO_APP_FUNC(0x00D24C80, int32_t, Array_InternalArray__IndexOf_670, (Array * __this, InputControlLayout_ControlItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65A68, Array_InternalArray__IndexOf_670__MethodInfo); DO_APP_FUNC(0x00D24FA0, int32_t, Array_InternalArray__IndexOf_671, (Array * __this, InputControlPath_ParsedPathComponent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65A70, Array_InternalArray__IndexOf_671__MethodInfo); DO_APP_FUNC(0x00D251E0, int32_t, Array_InternalArray__IndexOf_672, (Array * __this, InputControlScheme_DeviceRequirement item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65A40, Array_InternalArray__IndexOf_672__MethodInfo); DO_APP_FUNC(0x00D254A0, int32_t, Array_InternalArray__IndexOf_673, (Array * __this, InputControlScheme_SchemeJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65A48, Array_InternalArray__IndexOf_673__MethodInfo); DO_APP_FUNC(0x00D256B0, int32_t, Array_InternalArray__IndexOf_674, (Array * __this, InputDevice_ControlBitRangeNode item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65A50, Array_InternalArray__IndexOf_674__MethodInfo); DO_APP_FUNC(0x00D258C0, int32_t, Array_InternalArray__IndexOf_675, (Array * __this, InputEventTrace_DeviceInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65A20, Array_InternalArray__IndexOf_675__MethodInfo); DO_APP_FUNC(0x00D25AD0, int32_t, Array_InternalArray__IndexOf_676, (Array * __this, InputManager_AvailableDevice item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65A28, Array_InternalArray__IndexOf_676__MethodInfo); DO_APP_FUNC(0x00D25D30, int32_t, Array_InternalArray__IndexOf_677, (Array * __this, InputManager_StateChangeMonitorListener item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65A30, Array_InternalArray__IndexOf_677__MethodInfo); DO_APP_FUNC(0x00D25F40, int32_t, Array_InternalArray__IndexOf_678, (Array * __this, InputManager_StateChangeMonitorTimeout item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65A38, Array_InternalArray__IndexOf_678__MethodInfo); DO_APP_FUNC(0x00D26170, int32_t, Array_InternalArray__IndexOf_679, (Array * __this, InputManager_StateChangeMonitorsForDevice item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65A00, Array_InternalArray__IndexOf_679__MethodInfo); DO_APP_FUNC(0x00D263D0, int32_t, Array_InternalArray__IndexOf_680, (Array * __this, InputRemoting_RemoteInputDevice item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65A08, Array_InternalArray__IndexOf_680__MethodInfo); DO_APP_FUNC(0x00D26630, int32_t, Array_InternalArray__IndexOf_681, (Array * __this, InputRemoting_RemoteSender item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65A10, Array_InternalArray__IndexOf_681__MethodInfo); DO_APP_FUNC(0x00D26840, int32_t, Array_InternalArray__IndexOf_682, (Array * __this, InputStateHistory_Record item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65A18, Array_InternalArray__IndexOf_682__MethodInfo); DO_APP_FUNC(0x00D26A50, int32_t, Array_InternalArray__IndexOf_683, (Array * __this, InputSystemUIInputModule_InputActionReferenceState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C659E8, Array_InternalArray__IndexOf_683__MethodInfo); DO_APP_FUNC(0x00D26C20, int32_t, Array_InternalArray__IndexOf_684, (Array * __this, InputUser_OngoingAccountSelection item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C659F0, Array_InternalArray__IndexOf_684__MethodInfo); DO_APP_FUNC(0x00D26E00, int32_t, Array_InternalArray__IndexOf_685, (Array * __this, InputUser_UserData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C659F8, Array_InternalArray__IndexOf_685__MethodInfo); DO_APP_FUNC(0x00D27110, int32_t, Array_InternalArray__IndexOf_686, (Array * __this, InternalTreeView_TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C659C8, Array_InternalArray__IndexOf_686__MethodInfo); DO_APP_FUNC(0x00D272F0, int32_t, Array_InternalArray__IndexOf_687, (Array * __this, JSONDeserialization_TaskField item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C659D0, Array_InternalArray__IndexOf_687__MethodInfo); DO_APP_FUNC(0x00D274D0, int32_t, Array_InternalArray__IndexOf_688, (Array * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C659D8, Array_InternalArray__IndexOf_688__MethodInfo); DO_APP_FUNC(0x00D276B0, int32_t, Array_InternalArray__IndexOf_689, (Array * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C659E0, Array_InternalArray__IndexOf_689__MethodInfo); DO_APP_FUNC(0x00D27900, int32_t, Array_InternalArray__IndexOf_690, (Array * __this, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C659B0, Array_InternalArray__IndexOf_690__MethodInfo); DO_APP_FUNC(0x00D27AE0, int32_t, Array_InternalArray__IndexOf_691, (Array * __this, JsonParser_JsonValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C659B8, Array_InternalArray__IndexOf_691__MethodInfo); DO_APP_FUNC(0x00D27CE0, int32_t, Array_InternalArray__IndexOf_692, (Array * __this, LayerGridGraph_HeightSample item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C659C0, Array_InternalArray__IndexOf_692__MethodInfo); DO_APP_FUNC(0x00D27F40, int32_t, Array_InternalArray__IndexOf_693, (Array * __this, Logs_LogMessage_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65990, Array_InternalArray__IndexOf_693__MethodInfo); DO_APP_FUNC(0x00D28120, int32_t, Array_InternalArray__IndexOf_694, (Array * __this, Logs_LogMessage item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65998, Array_InternalArray__IndexOf_694__MethodInfo); DO_APP_FUNC(0x00D28300, int32_t, Array_InternalArray__IndexOf_695, (Array * __this, MagicLightProbes_VolumeParameters item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C659A0, Array_InternalArray__IndexOf_695__MethodInfo); DO_APP_FUNC(0x00D28520, int32_t, Array_InternalArray__IndexOf_696, (Array * __this, MailHeaderInfo_HeaderInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C659A8, Array_InternalArray__IndexOf_696__MethodInfo); DO_APP_FUNC(0x00D28730, int32_t, Array_InternalArray__IndexOf_697, (Array * __this, MemberRelationshipService_RelationshipEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65978, Array_InternalArray__IndexOf_697__MethodInfo); DO_APP_FUNC(0x00D288F0, int32_t, Array_InternalArray__IndexOf_698, (Array * __this, MemoryHelpers_BitRegion item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65980, Array_InternalArray__IndexOf_698__MethodInfo); DO_APP_FUNC(0x00D28AC0, int32_t, Array_InternalArray__IndexOf_699, (Array * __this, MotionSolver_GPUNodeData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65988, Array_InternalArray__IndexOf_699__MethodInfo); DO_APP_FUNC(0x00D28CF0, int32_t, Array_InternalArray__IndexOf_700, (Array * __this, MotionSolver_GPUNodeInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65958, Array_InternalArray__IndexOf_700__MethodInfo); DO_APP_FUNC(0x00D28F50, int32_t, Array_InternalArray__IndexOf_701, (Array * __this, MotionSolver_GPURootTransform item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65960, Array_InternalArray__IndexOf_701__MethodInfo); DO_APP_FUNC(0x00D29210, int32_t, Array_InternalArray__IndexOf_702, (Array * __this, MovingPlatform_Waypoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65968, Array_InternalArray__IndexOf_702__MethodInfo); DO_APP_FUNC(0x00D29420, int32_t, Array_InternalArray__IndexOf_703, (Array * __this, NightmareStyling_WallMaterial item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65970, Array_InternalArray__IndexOf_703__MethodInfo); DO_APP_FUNC(0x00D29600, int32_t, Array_InternalArray__IndexOf_704, (Array * __this, NoiseSettings_TransformNoiseParams item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65938, Array_InternalArray__IndexOf_704__MethodInfo); DO_APP_FUNC(0x00D29820, int32_t, Array_InternalArray__IndexOf_705, (Array * __this, NolanBehaviour_OverlappedCollider item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65940, Array_InternalArray__IndexOf_705__MethodInfo); DO_APP_FUNC(0x00D29A00, int32_t, Array_InternalArray__IndexOf_706, (Array * __this, ObjectPoolBase_PreloadedPrefab item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65948, Array_InternalArray__IndexOf_706__MethodInfo); DO_APP_FUNC(0x00D29BE0, int32_t, Array_InternalArray__IndexOf_707, (Array * __this, OnScreenControl_OnScreenDeviceInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65950, Array_InternalArray__IndexOf_707__MethodInfo); DO_APP_FUNC(0x00D29E10, int32_t, Array_InternalArray__IndexOf_708, (Array * __this, OpenXRInput_SerializedBinding item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65918, Array_InternalArray__IndexOf_708__MethodInfo); DO_APP_FUNC(0x00D29FF0, int32_t, Array_InternalArray__IndexOf_709, (Array * __this, PackedPlayModeBuildLogs_RuntimeBuildLog item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65920, Array_InternalArray__IndexOf_709__MethodInfo); DO_APP_FUNC(0x00D2A1D0, int32_t, Array_InternalArray__IndexOf_710, (Array * __this, ParameterizedStrings_FormatParam item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65928, Array_InternalArray__IndexOf_710__MethodInfo); DO_APP_FUNC(0x00D2A3B0, int32_t, Array_InternalArray__IndexOf_711, (Array * __this, ParticleSystem_Particle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65930, Array_InternalArray__IndexOf_711__MethodInfo); DO_APP_FUNC(0x00D2A650, int32_t, Array_InternalArray__IndexOf_712, (Array * __this, PlayerStatsController_Category item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65900, Array_InternalArray__IndexOf_712__MethodInfo); DO_APP_FUNC(0x00D2A860, int32_t, Array_InternalArray__IndexOf_713, (Array * __this, PointKDTree_Node item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65908, Array_InternalArray__IndexOf_713__MethodInfo); DO_APP_FUNC(0x00D2AA40, int32_t, Array_InternalArray__IndexOf_714, (Array * __this, PointerDeviceState_PointerLocation item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65910, Array_InternalArray__IndexOf_714__MethodInfo); DO_APP_FUNC(0x00D2AFD0, int32_t, Array_InternalArray__IndexOf_715, (Array * __this, ProbeBrickIndex_Brick item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A8E0, Array_InternalArray__IndexOf_715__MethodInfo); DO_APP_FUNC(0x00D2B1B0, int32_t, Array_InternalArray__IndexOf_716, (Array * __this, ProbeBrickIndex_BrickMeta item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A8E8, Array_InternalArray__IndexOf_716__MethodInfo); DO_APP_FUNC(0x00D2B390, int32_t, Array_InternalArray__IndexOf_717, (Array * __this, ProbeBrickIndex_CellIndexUpdateInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A8C0, Array_InternalArray__IndexOf_717__MethodInfo); DO_APP_FUNC(0x00D2B5C0, int32_t, Array_InternalArray__IndexOf_718, (Array * __this, ProbeBrickIndex_ReservedBrick item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A8C8, Array_InternalArray__IndexOf_718__MethodInfo); DO_APP_FUNC(0x00D2B7C0, int32_t, Array_InternalArray__IndexOf_719, (Array * __this, ProbeBrickIndex_VoxelMeta item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A8D0, Array_InternalArray__IndexOf_719__MethodInfo); DO_APP_FUNC(0x00D2B9A0, int32_t, Array_InternalArray__IndexOf_720, (Array * __this, ProbeBrickPool_BrickChunkAlloc item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A8D8, Array_InternalArray__IndexOf_720__MethodInfo); DO_APP_FUNC(0x00D2BBA0, int32_t, Array_InternalArray__IndexOf_721, (Array * __this, ProbeReferenceVolume_RegId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A8A8, Array_InternalArray__IndexOf_721__MethodInfo); DO_APP_FUNC(0x00D2BD30, int32_t, Array_InternalArray__IndexOf_722, (Array * __this, ProbeReferenceVolume_Volume item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A8B0, Array_InternalArray__IndexOf_722__MethodInfo); DO_APP_FUNC(0x00D2BF90, int32_t, Array_InternalArray__IndexOf_723, (Array * __this, ProbeVolumePerSceneData_SerializableAssetItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A8B8, Array_InternalArray__IndexOf_723__MethodInfo); DO_APP_FUNC(0x00D2C170, int32_t, Array_InternalArray__IndexOf_724, (Array * __this, ProbeVolumeSceneData_SerializableBoundItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A888, Array_InternalArray__IndexOf_724__MethodInfo); DO_APP_FUNC(0x00D2C380, int32_t, Array_InternalArray__IndexOf_725, (Array * __this, ProbeVolumeSceneData_SerializableHasPVItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A890, Array_InternalArray__IndexOf_725__MethodInfo); DO_APP_FUNC(0x00D2C560, int32_t, Array_InternalArray__IndexOf_726, (Array * __this, ProbeVolumeSceneData_SerializablePVBakeSettings item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A898, Array_InternalArray__IndexOf_726__MethodInfo); DO_APP_FUNC(0x00D2C790, int32_t, Array_InternalArray__IndexOf_727, (Array * __this, ProbeVolumeSceneData_SerializablePVProfile item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A8A0, Array_InternalArray__IndexOf_727__MethodInfo); DO_APP_FUNC(0x00D2C970, int32_t, Array_InternalArray__IndexOf_728, (Array * __this, ProtocolClient_AckCallback item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A868, Array_InternalArray__IndexOf_728__MethodInfo); DO_APP_FUNC(0x00D2CBA0, int32_t, Array_InternalArray__IndexOf_729, (Array * __this, ProtocolClient_MsgHandler item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A870, Array_InternalArray__IndexOf_729__MethodInfo); DO_APP_FUNC(0x00D2CDD0, int32_t, Array_InternalArray__IndexOf_730, (Array * __this, RVOQuadtree_Node item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A878, Array_InternalArray__IndexOf_730__MethodInfo); DO_APP_FUNC(0x00D2CFE0, int32_t, Array_InternalArray__IndexOf_731, (Array * __this, Regex_CachedCodeEntryKey item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A880, Array_InternalArray__IndexOf_731__MethodInfo); DO_APP_FUNC(0x00D2D2B0, int32_t, Array_InternalArray__IndexOf_732, (Array * __this, RegexCharClass_LowerCaseMapping item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A850, Array_InternalArray__IndexOf_732__MethodInfo); DO_APP_FUNC(0x00D2D4B0, int32_t, Array_InternalArray__IndexOf_733, (Array * __this, RegexCharClass_SingleRange item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A858, Array_InternalArray__IndexOf_733__MethodInfo); DO_APP_FUNC(0x00D2D680, int32_t, Array_InternalArray__IndexOf_734, (Array * __this, RenderChain_RenderNodeData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A860, Array_InternalArray__IndexOf_734__MethodInfo); DO_APP_FUNC(0x00D2D8D0, int32_t, Array_InternalArray__IndexOf_735, (Array * __this, RenderGraph_CompiledPassInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A830, Array_InternalArray__IndexOf_735__MethodInfo); DO_APP_FUNC(0x00D2DB20, int32_t, Array_InternalArray__IndexOf_736, (Array * __this, RenderGraph_CompiledResourceInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A838, Array_InternalArray__IndexOf_736__MethodInfo); DO_APP_FUNC(0x00D2DD30, int32_t, Array_InternalArray__IndexOf_737, (Array * __this, RenderGraphDebugData_PassDebugData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A840, Array_InternalArray__IndexOf_737__MethodInfo); DO_APP_FUNC(0x00D2DF40, int32_t, Array_InternalArray__IndexOf_738, (Array * __this, RenderGraphDebugData_ResourceDebugData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A848, Array_InternalArray__IndexOf_738__MethodInfo); DO_APP_FUNC(0x00D2E170, int32_t, Array_InternalArray__IndexOf_739, (Array * __this, ResourceManager_DeferredCallbackRegisterRequest item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A810, Array_InternalArray__IndexOf_739__MethodInfo); DO_APP_FUNC(0x00D2E350, int32_t, Array_InternalArray__IndexOf_740, (Array * __this, RetainedGizmos_MeshWithHash item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A818, Array_InternalArray__IndexOf_740__MethodInfo); DO_APP_FUNC(0x00D2E560, int32_t, Array_InternalArray__IndexOf_741, (Array * __this, SendMouseEvents_HitInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A820, Array_InternalArray__IndexOf_741__MethodInfo); DO_APP_FUNC(0x00D2E740, int32_t, Array_InternalArray__IndexOf_742, (Array * __this, SequenceNode_SequenceConstructPosContext item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A828, Array_InternalArray__IndexOf_742__MethodInfo); DO_APP_FUNC(0x00D2E970, int32_t, Array_InternalArray__IndexOf_743, (Array * __this, SerializedObject_Field item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A7F0, Array_InternalArray__IndexOf_743__MethodInfo); DO_APP_FUNC(0x00D2EB80, int32_t, Array_InternalArray__IndexOf_744, (Array * __this, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A7F8, Array_InternalArray__IndexOf_744__MethodInfo); DO_APP_FUNC(0x00D2ED90, int32_t, Array_InternalArray__IndexOf_745, (Array * __this, SlotEquip_ItemDefinitionStateName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A800, Array_InternalArray__IndexOf_745__MethodInfo); DO_APP_FUNC(0x00D2EF70, int32_t, Array_InternalArray__IndexOf_746, (Array * __this, Socket_WSABUF item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A808, Array_InternalArray__IndexOf_746__MethodInfo); DO_APP_FUNC(0x00D2F150, int32_t, Array_InternalArray__IndexOf_747, (Array * __this, StyleComplexSelector_PseudoStateData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A7D0, Array_InternalArray__IndexOf_747__MethodInfo); DO_APP_FUNC(0x00D2F320, int32_t, Array_InternalArray__IndexOf_748, (Array * __this, StylePropertyAnimationSystem_ElementPropertyPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A7D8, Array_InternalArray__IndexOf_748__MethodInfo); DO_APP_FUNC(0x00D2F500, int32_t, Array_InternalArray__IndexOf_749, (Array * __this, StyleSheet_ImportStruct item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A7E0, Array_InternalArray__IndexOf_749__MethodInfo); DO_APP_FUNC(0x00D2F6E0, int32_t, Array_InternalArray__IndexOf_750, (Array * __this, StyleSheetCache_SheetHandleKey item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A7E8, Array_InternalArray__IndexOf_750__MethodInfo); DO_APP_FUNC(0x00D2F8B0, int32_t, Array_InternalArray__IndexOf_751, (Array * __this, StyleVariableResolver_ResolveContext item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A7B0, Array_InternalArray__IndexOf_751__MethodInfo); DO_APP_FUNC(0x00D2FA90, int32_t, Array_InternalArray__IndexOf_752, (Array * __this, TMP_Text_UnicodeChar item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A7B8, Array_InternalArray__IndexOf_752__MethodInfo); DO_APP_FUNC(0x00D2FC90, int32_t, Array_InternalArray__IndexOf_753, (Array * __this, TemplateAsset_AttributeOverride item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A7C0, Array_InternalArray__IndexOf_753__MethodInfo); DO_APP_FUNC(0x00D2FEA0, int32_t, Array_InternalArray__IndexOf_754, (Array * __this, TextPic_IconName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A7C8, Array_InternalArray__IndexOf_754__MethodInfo); DO_APP_FUNC(0x00D300B0, int32_t, Array_InternalArray__IndexOf_755, (Array * __this, TextResourceManager_FontAssetRef item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A790, Array_InternalArray__IndexOf_755__MethodInfo); DO_APP_FUNC(0x00D302C0, int32_t, Array_InternalArray__IndexOf_756, (Array * __this, TextSettings_FontReferenceMap item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A798, Array_InternalArray__IndexOf_756__MethodInfo); DO_APP_FUNC(0x00D304A0, int32_t, Array_InternalArray__IndexOf_757, (Array * __this, TextureBlitter_BlitInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A7A0, Array_InternalArray__IndexOf_757__MethodInfo); DO_APP_FUNC(0x00D30700, int32_t, Array_InternalArray__IndexOf_758, (Array * __this, TexturePacker_JsonArray_Frame item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A7A8, Array_InternalArray__IndexOf_758__MethodInfo); DO_APP_FUNC(0x00D30960, int32_t, Array_InternalArray__IndexOf_759, (Array * __this, TextureRegistry_TextureInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A770, Array_InternalArray__IndexOf_759__MethodInfo); DO_APP_FUNC(0x00D30B40, int32_t, Array_InternalArray__IndexOf_760, (Array * __this, TimeNotificationBehaviour_NotificationEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A778, Array_InternalArray__IndexOf_760__MethodInfo); DO_APP_FUNC(0x00D30D50, int32_t, Array_InternalArray__IndexOf_761, (Array * __this, TrackedDeviceRaycaster_RaycastHitData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A780, Array_InternalArray__IndexOf_761__MethodInfo); DO_APP_FUNC(0x00D30F60, int32_t, Array_InternalArray__IndexOf_762, (Array * __this, TrackedPoseDriverDataDescription_PoseData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A788, Array_InternalArray__IndexOf_762__MethodInfo); DO_APP_FUNC(0x00D31140, int32_t, Array_InternalArray__IndexOf_763, (Array * __this, TreeView_TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A750, Array_InternalArray__IndexOf_763__MethodInfo); DO_APP_FUNC(0x00D31320, int32_t, Array_InternalArray__IndexOf_764, (Array * __this, TreeViewReorderableDragAndDropController_TreeItemState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A758, Array_InternalArray__IndexOf_764__MethodInfo); DO_APP_FUNC(0x00D314F0, int32_t, Array_InternalArray__IndexOf_765, (Array * __this, UIRStylePainter_Entry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A760, Array_InternalArray__IndexOf_765__MethodInfo); DO_APP_FUNC(0x00D31740, int32_t, Array_InternalArray__IndexOf_766, (Array * __this, UIRenderDevice_AllocToFree item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A768, Array_InternalArray__IndexOf_766__MethodInfo); DO_APP_FUNC(0x00D31970, int32_t, Array_InternalArray__IndexOf_767, (Array * __this, UIRenderDevice_AllocToUpdate item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A730, Array_InternalArray__IndexOf_767__MethodInfo); DO_APP_FUNC(0x00D31BB0, int32_t, Array_InternalArray__IndexOf_768, (Array * __this, UIRenderDevice_DeviceToFree item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A738, Array_InternalArray__IndexOf_768__MethodInfo); DO_APP_FUNC(0x00D31D90, int32_t, Array_InternalArray__IndexOf_769, (Array * __this, UdpPipe_Ack item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A740, Array_InternalArray__IndexOf_769__MethodInfo); DO_APP_FUNC(0x00D31F90, int32_t, Array_InternalArray__IndexOf_770, (Array * __this, UmAlQuraCalendar_DateMapping item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A748, Array_InternalArray__IndexOf_770__MethodInfo); DO_APP_FUNC(0x00D32170, int32_t, Array_InternalArray__IndexOf_771, (Array * __this, UnitySynchronizationContext_WorkRequest item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A710, Array_InternalArray__IndexOf_771__MethodInfo); DO_APP_FUNC(0x00D32380, int32_t, Array_InternalArray__IndexOf_772, (Array * __this, VisualTreeAsset_SlotDefinition item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A718, Array_InternalArray__IndexOf_772__MethodInfo); DO_APP_FUNC(0x00D32560, int32_t, Array_InternalArray__IndexOf_773, (Array * __this, VisualTreeAsset_SlotUsageEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A720, Array_InternalArray__IndexOf_773__MethodInfo); DO_APP_FUNC(0x00D32740, int32_t, Array_InternalArray__IndexOf_774, (Array * __this, VisualTreeAsset_UsingEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A728, Array_InternalArray__IndexOf_774__MethodInfo); DO_APP_FUNC(0x00D32950, int32_t, Array_InternalArray__IndexOf_775, (Array * __this, WetDecalSystem_MaterialBatchId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A6F0, Array_InternalArray__IndexOf_775__MethodInfo); DO_APP_FUNC(0x00D32B90, int32_t, Array_InternalArray__IndexOf_776, (Array * __this, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A6F8, Array_InternalArray__IndexOf_776__MethodInfo); DO_APP_FUNC(0x00D32D60, int32_t, Array_InternalArray__IndexOf_777, (Array * __this, XmlEventCache_XmlEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A700, Array_InternalArray__IndexOf_777__MethodInfo); DO_APP_FUNC(0x00D32F90, int32_t, Array_InternalArray__IndexOf_778, (Array * __this, XmlNamespaceManager_NamespaceDeclaration item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A708, Array_InternalArray__IndexOf_778__MethodInfo); DO_APP_FUNC(0x00D331A0, int32_t, Array_InternalArray__IndexOf_779, (Array * __this, XmlSchemaObjectTable_XmlSchemaObjectEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A6D0, Array_InternalArray__IndexOf_779__MethodInfo); DO_APP_FUNC(0x00D33380, int32_t, Array_InternalArray__IndexOf_780, (Array * __this, XmlTextReaderImpl_ParsingState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A6D8, Array_InternalArray__IndexOf_780__MethodInfo); DO_APP_FUNC(0x00D33610, int32_t, Array_InternalArray__IndexOf_781, (Array * __this, XmlTextWriter_Namespace item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A6E0, Array_InternalArray__IndexOf_781__MethodInfo); DO_APP_FUNC(0x00D33820, int32_t, Array_InternalArray__IndexOf_782, (Array * __this, XmlTextWriter_TagInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A6E8, Array_InternalArray__IndexOf_782__MethodInfo); DO_APP_FUNC(0x00D33A80, int32_t, Array_InternalArray__IndexOf_783, (Array * __this, XmlWellFormedWriter_AttrName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A6B0, Array_InternalArray__IndexOf_783__MethodInfo); DO_APP_FUNC(0x00D33C90, int32_t, Array_InternalArray__IndexOf_784, (Array * __this, XmlWellFormedWriter_ElementScope item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A6B8, Array_InternalArray__IndexOf_784__MethodInfo); DO_APP_FUNC(0x00D33EC0, int32_t, Array_InternalArray__IndexOf_785, (Array * __this, XmlWellFormedWriter_Namespace item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A6C0, Array_InternalArray__IndexOf_785__MethodInfo); DO_APP_FUNC(0x00D340D0, int32_t, Array_InternalArray__IndexOf_786, (Array * __this, ftLightmaps_LightmapAdditionalData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A6C8, Array_InternalArray__IndexOf_786__MethodInfo); DO_APP_FUNC(0x00D342E0, int32_t, Array_InternalArray__IndexOf_787, (Array * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A690, Array_InternalArray__IndexOf_787__MethodInfo); DO_APP_FUNC(0x00D344B0, int32_t, Array_InternalArray__IndexOf_788, (Array * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A698, Array_InternalArray__IndexOf_788__MethodInfo); DO_APP_FUNC(0x00D34710, int32_t, Array_InternalArray__IndexOf_789, (Array * __this, gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A6A0, Array_InternalArray__IndexOf_789__MethodInfo); DO_APP_FUNC(0x00D34920, int32_t, Array_InternalArray__IndexOf_790, (Array * __this, jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A6A8, Array_InternalArray__IndexOf_790__MethodInfo); DO_APP_FUNC(0x00D34B30, int32_t, Array_InternalArray__IndexOf_791, (Array * __this, DebugUI_Foldout_ContextMenuItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A670, Array_InternalArray__IndexOf_791__MethodInfo); DO_APP_FUNC(0x00D34D10, int32_t, Array_InternalArray__IndexOf_792, (Array * __this, Decimal_DecCalc_PowerOvfl item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A678, Array_InternalArray__IndexOf_792__MethodInfo); DO_APP_FUNC(0x00D34EF0, int32_t, Array_InternalArray__IndexOf_793, (Array * __this, FacetsChecker_FacetsCompiler_Map item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A680, Array_InternalArray__IndexOf_793__MethodInfo); DO_APP_FUNC(0x00D350D0, int32_t, Array_InternalArray__IndexOf_794, (Array * __this, InputControlLayout_Collection_LayoutMatcher item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A688, Array_InternalArray__IndexOf_794__MethodInfo); DO_APP_FUNC(0x00D352E0, int32_t, Array_InternalArray__IndexOf_795, (Array * __this, InputControlLayout_Collection_PrecompiledLayout item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A650, Array_InternalArray__IndexOf_795__MethodInfo); DO_APP_FUNC(0x00D354C0, int32_t, Array_InternalArray__IndexOf_796, (Array * __this, InputControlScheme_MatchResult_Match item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A658, Array_InternalArray__IndexOf_796__MethodInfo); DO_APP_FUNC(0x00D356F0, int32_t, Array_InternalArray__IndexOf_797, (Array * __this, InputControlScheme_SchemeJson_DeviceJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A660, Array_InternalArray__IndexOf_797__MethodInfo); DO_APP_FUNC(0x00D358D0, int32_t, Array_InternalArray__IndexOf_798, (Array * __this, InputDeviceMatcher_MatcherJson_Capability item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A668, Array_InternalArray__IndexOf_798__MethodInfo); DO_APP_FUNC(0x00D35AB0, int32_t, Array_InternalArray__IndexOf_799, (Array * __this, InstructionList_DebugView_InstructionView item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A630, Array_InternalArray__IndexOf_799__MethodInfo); DO_APP_FUNC(0x00D35CC0, int32_t, Array_InternalArray__IndexOf_800, (Array * __this, Interop_SspiCli_SecBuffer item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A638, Array_InternalArray__IndexOf_800__MethodInfo); DO_APP_FUNC(0x00D35EA0, int32_t, Array_InternalArray__IndexOf_801, (Array * __this, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A640, Array_InternalArray__IndexOf_801__MethodInfo); DO_APP_FUNC(0x00D360A0, int32_t, Array_InternalArray__IndexOf_802, (Array * __this, TargetPositionCache_CacheCurve_Item item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A648, Array_InternalArray__IndexOf_802__MethodInfo); DO_APP_FUNC(0x00D362C0, int32_t, Array_InternalArray__IndexOf_803, (Array * __this, TargetPositionCache_CacheEntry_RecordingItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A610, Array_InternalArray__IndexOf_803__MethodInfo); DO_APP_FUNC(0x00D364E0, void, Array_InternalArray__Insert, (Array * __this, int32_t index, ArraySegment_1_Byte_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A620, Array_InternalArray__Insert__MethodInfo); DO_APP_FUNC(0x00D36540, void, Array_InternalArray__Insert_1, (Array * __this, int32_t index, AsyncOperationHandle_1_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A628, Array_InternalArray__Insert_1__MethodInfo); DO_APP_FUNC(0x00D365A0, void, Array_InternalArray__Insert_2, (Array * __this, int32_t index, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A5F0, Array_InternalArray__Insert_2__MethodInfo); DO_APP_FUNC(0x00D36600, void, Array_InternalArray__Insert_3, (Array * __this, int32_t index, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A5F8, Array_InternalArray__Insert_3__MethodInfo); DO_APP_FUNC(0x00D36660, void, Array_InternalArray__Insert_4, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A600, Array_InternalArray__Insert_4__MethodInfo); DO_APP_FUNC(0x00D366C0, void, Array_InternalArray__Insert_5, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A608, Array_InternalArray__Insert_5__MethodInfo); DO_APP_FUNC(0x00D36720, void, Array_InternalArray__Insert_6, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A5D0, Array_InternalArray__Insert_6__MethodInfo); DO_APP_FUNC(0x00D36780, void, Array_InternalArray__Insert_7, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A5D8, Array_InternalArray__Insert_7__MethodInfo); DO_APP_FUNC(0x00D367E0, void, Array_InternalArray__Insert_8, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A5E0, Array_InternalArray__Insert_8__MethodInfo); DO_APP_FUNC(0x00D36840, void, Array_InternalArray__Insert_9, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A5E8, Array_InternalArray__Insert_9__MethodInfo); DO_APP_FUNC(0x00D368A0, void, Array_InternalArray__Insert_10, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A5B0, Array_InternalArray__Insert_10__MethodInfo); DO_APP_FUNC(0x00D36900, void, Array_InternalArray__Insert_11, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A5B8, Array_InternalArray__Insert_11__MethodInfo); DO_APP_FUNC(0x00D36960, void, Array_InternalArray__Insert_12, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A5C0, Array_InternalArray__Insert_12__MethodInfo); DO_APP_FUNC(0x00D369C0, void, Array_InternalArray__Insert_13, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A5C8, Array_InternalArray__Insert_13__MethodInfo); DO_APP_FUNC(0x00D36A20, void, Array_InternalArray__Insert_14, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A590, Array_InternalArray__Insert_14__MethodInfo); DO_APP_FUNC(0x00D36A80, void, Array_InternalArray__Insert_15, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A598, Array_InternalArray__Insert_15__MethodInfo); DO_APP_FUNC(0x00D36AE0, void, Array_InternalArray__Insert_16, (Array * __this, int32_t index, IntervalTree_1_T_Entry_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A5A0, Array_InternalArray__Insert_16__MethodInfo); DO_APP_FUNC(0x00D36B40, void, Array_InternalArray__Insert_17, (Array * __this, int32_t index, XHashtable_1_TValue_XHashtableState_TValue_Entry_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A5A8, Array_InternalArray__Insert_17__MethodInfo); DO_APP_FUNC(0x00D36BA0, void, Array_InternalArray__Insert_18, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_ValueTuple_2_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A570, Array_InternalArray__Insert_18__MethodInfo); DO_APP_FUNC(0x00D36C00, void, Array_InternalArray__Insert_19, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_ValueTuple_2_System_Object__1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A578, Array_InternalArray__Insert_19__MethodInfo); DO_APP_FUNC(0x00D36C60, void, Array_InternalArray__Insert_20, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Byte_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A580, Array_InternalArray__Insert_20__MethodInfo); DO_APP_FUNC(0x00D36CC0, void, Array_InternalArray__Insert_21, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_ByteEnum_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A588, Array_InternalArray__Insert_21__MethodInfo); DO_APP_FUNC(0x00D36D20, void, Array_InternalArray__Insert_22, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_ByteEnum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A550, Array_InternalArray__Insert_22__MethodInfo); DO_APP_FUNC(0x00D36D80, void, Array_InternalArray__Insert_23, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_Dissonance_Audio_Playback_FrameFormat_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A558, Array_InternalArray__Insert_23__MethodInfo); DO_APP_FUNC(0x00D36DE0, void, Array_InternalArray__Insert_24, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Guid_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A560, Array_InternalArray__Insert_24__MethodInfo); DO_APP_FUNC(0x00D36E40, void, Array_InternalArray__Insert_25, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Guid_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A568, Array_InternalArray__Insert_25__MethodInfo); DO_APP_FUNC(0x00D36EA0, void, Array_InternalArray__Insert_26, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_Hash128_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A530, Array_InternalArray__Insert_26__MethodInfo); DO_APP_FUNC(0x00D36F00, void, Array_InternalArray__Insert_27, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_Pathfinding_Int2_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A538, Array_InternalArray__Insert_27__MethodInfo); DO_APP_FUNC(0x00D36F60, void, Array_InternalArray__Insert_28, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_Pathfinding_Int3_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A540, Array_InternalArray__Insert_28__MethodInfo); DO_APP_FUNC(0x00D36FC0, void, Array_InternalArray__Insert_29, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A548, Array_InternalArray__Insert_29__MethodInfo); DO_APP_FUNC(0x00D37020, void, Array_InternalArray__Insert_30, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_System_ValueTuple_2_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A510, Array_InternalArray__Insert_30__MethodInfo); DO_APP_FUNC(0x00D37080, void, Array_InternalArray__Insert_31, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A518, Array_InternalArray__Insert_31__MethodInfo); DO_APP_FUNC(0x00D370E0, void, Array_InternalArray__Insert_32, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_System_ByteEnum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A520, Array_InternalArray__Insert_32__MethodInfo); DO_APP_FUNC(0x00D37140, void, Array_InternalArray__Insert_33, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Char_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A528, Array_InternalArray__Insert_33__MethodInfo); DO_APP_FUNC(0x00D371A0, void, Array_InternalArray__Insert_34, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A4F0, Array_InternalArray__Insert_34__MethodInfo); DO_APP_FUNC(0x00D37200, void, Array_InternalArray__Insert_35, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int16_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A4F8, Array_InternalArray__Insert_35__MethodInfo); DO_APP_FUNC(0x00D37260, void, Array_InternalArray__Insert_36, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_Pathfinding_Int3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A500, Array_InternalArray__Insert_36__MethodInfo); DO_APP_FUNC(0x00D372C0, void, Array_InternalArray__Insert_37, (Array * __this, int32_t index, ADictionary_2_TKey_TValue_Entry_System_Int32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A508, Array_InternalArray__Insert_37__MethodInfo); DO_APP_FUNC(0x00D37320, void, Array_InternalArray__Insert_38, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A4D0, Array_InternalArray__Insert_38__MethodInfo); DO_APP_FUNC(0x00D37380, void, Array_InternalArray__Insert_39, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A4D8, Array_InternalArray__Insert_39__MethodInfo); DO_APP_FUNC(0x00D373E0, void, Array_InternalArray__Insert_40, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int64_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A4E0, Array_InternalArray__Insert_40__MethodInfo); DO_APP_FUNC(0x00D37440, void, Array_InternalArray__Insert_41, (Array * __this, int32_t index, ADictionary_2_TKey_TValue_Entry_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A4E8, Array_InternalArray__Insert_41__MethodInfo); DO_APP_FUNC(0x00D374A0, void, Array_InternalArray__Insert_42, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A4B0, Array_InternalArray__Insert_42__MethodInfo); DO_APP_FUNC(0x00D37500, void, Array_InternalArray__Insert_43, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_PlayerFlashlightBeam_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A4B8, Array_InternalArray__Insert_43__MethodInfo); DO_APP_FUNC(0x00D37560, void, Array_InternalArray__Insert_44, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_RenderInstancedDataLayout_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A4C0, Array_InternalArray__Insert_44__MethodInfo); DO_APP_FUNC(0x00D375C0, void, Array_InternalArray__Insert_45, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A4C8, Array_InternalArray__Insert_45__MethodInfo); DO_APP_FUNC(0x00D37620, void, Array_InternalArray__Insert_46, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_UIElements_TreeItem_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A490, Array_InternalArray__Insert_46__MethodInfo); DO_APP_FUNC(0x00D37680, void, Array_InternalArray__Insert_47, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A498, Array_InternalArray__Insert_47__MethodInfo); DO_APP_FUNC(0x00D376E0, void, Array_InternalArray__Insert_48, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_Vector4_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A4A0, Array_InternalArray__Insert_48__MethodInfo); DO_APP_FUNC(0x00D37740, void, Array_InternalArray__Insert_49, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A4A8, Array_InternalArray__Insert_49__MethodInfo); DO_APP_FUNC(0x00D377A0, void, Array_InternalArray__Insert_50, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32Enum_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A470, Array_InternalArray__Insert_50__MethodInfo); DO_APP_FUNC(0x00D37800, void, Array_InternalArray__Insert_51, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32Enum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A478, Array_InternalArray__Insert_51__MethodInfo); DO_APP_FUNC(0x00D37860, void, Array_InternalArray__Insert_52, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int64_UnityEngine_UIElements_ComputedStyle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A480, Array_InternalArray__Insert_52__MethodInfo); DO_APP_FUNC(0x00D378C0, void, Array_InternalArray__Insert_53, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A488, Array_InternalArray__Insert_53__MethodInfo); DO_APP_FUNC(0x00D37920, void, Array_InternalArray__Insert_54, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_IntPtr_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A450, Array_InternalArray__Insert_54__MethodInfo); DO_APP_FUNC(0x00D37980, void, Array_InternalArray__Insert_55, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A458, Array_InternalArray__Insert_55__MethodInfo); DO_APP_FUNC(0x00D379E0, void, Array_InternalArray__Insert_56, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A460, Array_InternalArray__Insert_56__MethodInfo); DO_APP_FUNC(0x00D37A40, void, Array_InternalArray__Insert_57, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A468, Array_InternalArray__Insert_57__MethodInfo); DO_APP_FUNC(0x00D37AA0, void, Array_InternalArray__Insert_58, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A430, Array_InternalArray__Insert_58__MethodInfo); DO_APP_FUNC(0x00D37B00, void, Array_InternalArray__Insert_59, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_NetworkId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A438, Array_InternalArray__Insert_59__MethodInfo); DO_APP_FUNC(0x00D37B60, void, Array_InternalArray__Insert_60, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A440, Array_InternalArray__Insert_60__MethodInfo); DO_APP_FUNC(0x00D37BC0, void, Array_InternalArray__Insert_61, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A448, Array_InternalArray__Insert_61__MethodInfo); DO_APP_FUNC(0x00D37C20, void, Array_InternalArray__Insert_62, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A410, Array_InternalArray__Insert_62__MethodInfo); DO_APP_FUNC(0x00D37C80, void, Array_InternalArray__Insert_63, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Bounds_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A418, Array_InternalArray__Insert_63__MethodInfo); DO_APP_FUNC(0x00D37CE0, void, Array_InternalArray__Insert_64, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_System_Byte_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A420, Array_InternalArray__Insert_64__MethodInfo); DO_APP_FUNC(0x00D37D40, void, Array_InternalArray__Insert_65, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A428, Array_InternalArray__Insert_65__MethodInfo); DO_APP_FUNC(0x00D37DA0, void, Array_InternalArray__Insert_66, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Color32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A3F0, Array_InternalArray__Insert_66__MethodInfo); DO_APP_FUNC(0x00D37E00, void, Array_InternalArray__Insert_67, (Array * __this, int32_t index, ADictionary_2_TKey_TValue_Entry_System_Object_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A3F8, Array_InternalArray__Insert_67__MethodInfo); DO_APP_FUNC(0x00D37E60, void, Array_InternalArray__Insert_68, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A400, Array_InternalArray__Insert_68__MethodInfo); DO_APP_FUNC(0x00D37EC0, void, Array_InternalArray__Insert_69, (Array * __this, int32_t index, ADictionary_2_TKey_TValue_Entry_System_Object_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A408, Array_InternalArray__Insert_69__MethodInfo); DO_APP_FUNC(0x00D37F20, void, Array_InternalArray__Insert_70, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A3D0, Array_InternalArray__Insert_70__MethodInfo); DO_APP_FUNC(0x00D37F80, void, Array_InternalArray__Insert_71, (Array * __this, int32_t index, ADictionary_2_TKey_TValue_Entry_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A3D8, Array_InternalArray__Insert_71__MethodInfo); DO_APP_FUNC(0x00D37FE0, void, Array_InternalArray__Insert_72, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A3E0, Array_InternalArray__Insert_72__MethodInfo); DO_APP_FUNC(0x00D38040, void, Array_InternalArray__Insert_73, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A3E8, Array_InternalArray__Insert_73__MethodInfo); DO_APP_FUNC(0x00D380A0, void, Array_InternalArray__Insert_74, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A3B0, Array_InternalArray__Insert_74__MethodInfo); DO_APP_FUNC(0x00D38100, void, Array_InternalArray__Insert_75, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Playables_Playable_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A3B8, Array_InternalArray__Insert_75__MethodInfo); DO_APP_FUNC(0x00D38160, void, Array_InternalArray__Insert_76, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A3C0, Array_InternalArray__Insert_76__MethodInfo); DO_APP_FUNC(0x00D381C0, void, Array_InternalArray__Insert_77, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_System_Resources_ResourceLocator_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A3C8, Array_InternalArray__Insert_77__MethodInfo); DO_APP_FUNC(0x00D38220, void, Array_InternalArray__Insert_78, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A390, Array_InternalArray__Insert_78__MethodInfo); DO_APP_FUNC(0x00D38280, void, Array_InternalArray__Insert_79, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A398, Array_InternalArray__Insert_79__MethodInfo); DO_APP_FUNC(0x00D382E0, void, Array_InternalArray__Insert_80, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_TextureId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A3A0, Array_InternalArray__Insert_80__MethodInfo); DO_APP_FUNC(0x00D38340, void, Array_InternalArray__Insert_81, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_System_TimeSpan_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A3A8, Array_InternalArray__Insert_81__MethodInfo); DO_APP_FUNC(0x00D383A0, void, Array_InternalArray__Insert_82, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_UdpEndPoint_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A370, Array_InternalArray__Insert_82__MethodInfo); DO_APP_FUNC(0x00D38400, void, Array_InternalArray__Insert_83, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Vector2_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A378, Array_InternalArray__Insert_83__MethodInfo); DO_APP_FUNC(0x00D38460, void, Array_InternalArray__Insert_84, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Vector3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A380, Array_InternalArray__Insert_84__MethodInfo); DO_APP_FUNC(0x00D384C0, void, Array_InternalArray__Insert_85, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A388, Array_InternalArray__Insert_85__MethodInfo); DO_APP_FUNC(0x00D38520, void, Array_InternalArray__Insert_86, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A350, Array_InternalArray__Insert_86__MethodInfo); DO_APP_FUNC(0x00D38580, void, Array_InternalArray__Insert_87, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A358, Array_InternalArray__Insert_87__MethodInfo); DO_APP_FUNC(0x00D385E0, void, Array_InternalArray__Insert_88, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A360, Array_InternalArray__Insert_88__MethodInfo); DO_APP_FUNC(0x00D38640, void, Array_InternalArray__Insert_89, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A368, Array_InternalArray__Insert_89__MethodInfo); DO_APP_FUNC(0x00D386A0, void, Array_InternalArray__Insert_90, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A330, Array_InternalArray__Insert_90__MethodInfo); DO_APP_FUNC(0x00D38700, void, Array_InternalArray__Insert_91, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A338, Array_InternalArray__Insert_91__MethodInfo); DO_APP_FUNC(0x00D38760, void, Array_InternalArray__Insert_92, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_PrefabId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A340, Array_InternalArray__Insert_92__MethodInfo); DO_APP_FUNC(0x00D387C0, void, Array_InternalArray__Insert_93, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_RaycastHit_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A348, Array_InternalArray__Insert_93__MethodInfo); DO_APP_FUNC(0x00D38820, void, Array_InternalArray__Insert_94, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Single_SplineMesh_CurveSample_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A310, Array_InternalArray__Insert_94__MethodInfo); DO_APP_FUNC(0x00D38880, void, Array_InternalArray__Insert_95, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A318, Array_InternalArray__Insert_95__MethodInfo); DO_APP_FUNC(0x00D388E0, void, Array_InternalArray__Insert_96, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A320, Array_InternalArray__Insert_96__MethodInfo); DO_APP_FUNC(0x00D38940, void, Array_InternalArray__Insert_97, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_TypeId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A328, Array_InternalArray__Insert_97__MethodInfo); DO_APP_FUNC(0x00D389A0, void, Array_InternalArray__Insert_98, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_UInt16_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A2E8, Array_InternalArray__Insert_98__MethodInfo); DO_APP_FUNC(0x00D38A00, void, Array_InternalArray__Insert_99, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_UInt16_Dissonance_PlayerChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A2F8, Array_InternalArray__Insert_99__MethodInfo); DO_APP_FUNC(0x00D38A60, void, Array_InternalArray__Insert_100, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_UInt16_Dissonance_RoomChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A300, Array_InternalArray__Insert_100__MethodInfo); DO_APP_FUNC(0x00D38AC0, void, Array_InternalArray__Insert_101, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A308, Array_InternalArray__Insert_101__MethodInfo); DO_APP_FUNC(0x00D38B20, void, Array_InternalArray__Insert_102, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A2C8, Array_InternalArray__Insert_102__MethodInfo); DO_APP_FUNC(0x00D38B80, void, Array_InternalArray__Insert_103, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A2D0, Array_InternalArray__Insert_103__MethodInfo); DO_APP_FUNC(0x00D38BE0, void, Array_InternalArray__Insert_104, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A2D8, Array_InternalArray__Insert_104__MethodInfo); DO_APP_FUNC(0x00D38C40, void, Array_InternalArray__Insert_105, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_UInt32_SessionClient_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A2E0, Array_InternalArray__Insert_105__MethodInfo); DO_APP_FUNC(0x00D38CA0, void, Array_InternalArray__Insert_106, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A2A8, Array_InternalArray__Insert_106__MethodInfo); DO_APP_FUNC(0x00D38D00, void, Array_InternalArray__Insert_107, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A2B0, Array_InternalArray__Insert_107__MethodInfo); DO_APP_FUNC(0x00D38D60, void, Array_InternalArray__Insert_108, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpChannelName_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A2B8, Array_InternalArray__Insert_108__MethodInfo); DO_APP_FUNC(0x00D38DC0, void, Array_InternalArray__Insert_109, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpEndPoint_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A2C0, Array_InternalArray__Insert_109__MethodInfo); DO_APP_FUNC(0x00D38E20, void, Array_InternalArray__Insert_110, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpEndPoint_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A288, Array_InternalArray__Insert_110__MethodInfo); DO_APP_FUNC(0x00D38E80, void, Array_InternalArray__Insert_111, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_UniqueId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A290, Array_InternalArray__Insert_111__MethodInfo); DO_APP_FUNC(0x00D38EE0, void, Array_InternalArray__Insert_112, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_Vector3_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A298, Array_InternalArray__Insert_112__MethodInfo); DO_APP_FUNC(0x00D38F40, void, Array_InternalArray__Insert_113, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_Vector3Int_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A2A0, Array_InternalArray__Insert_113__MethodInfo); DO_APP_FUNC(0x00D38FA0, void, Array_InternalArray__Insert_114, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A268, Array_InternalArray__Insert_114__MethodInfo); DO_APP_FUNC(0x00D39000, void, Array_InternalArray__Insert_115, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A270, Array_InternalArray__Insert_115__MethodInfo); DO_APP_FUNC(0x00D39060, void, Array_InternalArray__Insert_116, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A278, Array_InternalArray__Insert_116__MethodInfo); DO_APP_FUNC(0x00D390C0, void, Array_InternalArray__Insert_117, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A280, Array_InternalArray__Insert_117__MethodInfo); DO_APP_FUNC(0x00D39120, void, Array_InternalArray__Insert_118, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A248, Array_InternalArray__Insert_118__MethodInfo); DO_APP_FUNC(0x00D39180, void, Array_InternalArray__Insert_119, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A250, Array_InternalArray__Insert_119__MethodInfo); DO_APP_FUNC(0x00D391E0, void, Array_InternalArray__Insert_120, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A258, Array_InternalArray__Insert_120__MethodInfo); DO_APP_FUNC(0x00D39240, void, Array_InternalArray__Insert_121, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A260, Array_InternalArray__Insert_121__MethodInfo); DO_APP_FUNC(0x00D392A0, void, Array_InternalArray__Insert_122, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A228, Array_InternalArray__Insert_122__MethodInfo); DO_APP_FUNC(0x00D39300, void, Array_InternalArray__Insert_123, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A230, Array_InternalArray__Insert_123__MethodInfo); DO_APP_FUNC(0x00D39360, void, Array_InternalArray__Insert_124, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A238, Array_InternalArray__Insert_124__MethodInfo); DO_APP_FUNC(0x00D393C0, void, Array_InternalArray__Insert_125, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A240, Array_InternalArray__Insert_125__MethodInfo); DO_APP_FUNC(0x00D39420, void, Array_InternalArray__Insert_126, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A208, Array_InternalArray__Insert_126__MethodInfo); DO_APP_FUNC(0x00D39480, void, Array_InternalArray__Insert_127, (Array * __this, int32_t index, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A210, Array_InternalArray__Insert_127__MethodInfo); DO_APP_FUNC(0x00D394E0, void, Array_InternalArray__Insert_128, (Array * __this, int32_t index, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A218, Array_InternalArray__Insert_128__MethodInfo); DO_APP_FUNC(0x00D39540, void, Array_InternalArray__Insert_129, (Array * __this, int32_t index, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A220, Array_InternalArray__Insert_129__MethodInfo); DO_APP_FUNC(0x00D395A0, void, Array_InternalArray__Insert_130, (Array * __this, int32_t index, KeyValuePair_2_System_ValueTuple_2_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A1E8, Array_InternalArray__Insert_130__MethodInfo); DO_APP_FUNC(0x00D39600, void, Array_InternalArray__Insert_131, (Array * __this, int32_t index, KeyValuePair_2_System_ValueTuple_2_System_Object__1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A1F0, Array_InternalArray__Insert_131__MethodInfo); DO_APP_FUNC(0x00D39660, void, Array_InternalArray__Insert_132, (Array * __this, int32_t index, KeyValuePair_2_System_Byte_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A1F8, Array_InternalArray__Insert_132__MethodInfo); DO_APP_FUNC(0x00D396C0, void, Array_InternalArray__Insert_133, (Array * __this, int32_t index, KeyValuePair_2_System_ByteEnum_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A200, Array_InternalArray__Insert_133__MethodInfo); DO_APP_FUNC(0x00D39720, void, Array_InternalArray__Insert_134, (Array * __this, int32_t index, KeyValuePair_2_System_ByteEnum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A1C8, Array_InternalArray__Insert_134__MethodInfo); DO_APP_FUNC(0x00D39780, void, Array_InternalArray__Insert_135, (Array * __this, int32_t index, KeyValuePair_2_System_DateTime_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A1D0, Array_InternalArray__Insert_135__MethodInfo); DO_APP_FUNC(0x00D397E0, void, Array_InternalArray__Insert_136, (Array * __this, int32_t index, KeyValuePair_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A1D8, Array_InternalArray__Insert_136__MethodInfo); DO_APP_FUNC(0x00D39840, void, Array_InternalArray__Insert_137, (Array * __this, int32_t index, KeyValuePair_2_System_Guid_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A1E0, Array_InternalArray__Insert_137__MethodInfo); DO_APP_FUNC(0x00D398A0, void, Array_InternalArray__Insert_138, (Array * __this, int32_t index, KeyValuePair_2_System_Guid_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A1A8, Array_InternalArray__Insert_138__MethodInfo); DO_APP_FUNC(0x00D39900, void, Array_InternalArray__Insert_139, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_Hash128_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A1B0, Array_InternalArray__Insert_139__MethodInfo); DO_APP_FUNC(0x00D39960, void, Array_InternalArray__Insert_140, (Array * __this, int32_t index, KeyValuePair_2_Pathfinding_Int2_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A1B8, Array_InternalArray__Insert_140__MethodInfo); DO_APP_FUNC(0x00D399C0, void, Array_InternalArray__Insert_141, (Array * __this, int32_t index, KeyValuePair_2_Pathfinding_Int3_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A1C0, Array_InternalArray__Insert_141__MethodInfo); DO_APP_FUNC(0x00D39A20, void, Array_InternalArray__Insert_142, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A188, Array_InternalArray__Insert_142__MethodInfo); DO_APP_FUNC(0x00D39A80, void, Array_InternalArray__Insert_143, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_System_ValueTuple_2__3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A190, Array_InternalArray__Insert_143__MethodInfo); DO_APP_FUNC(0x00D39AE0, void, Array_InternalArray__Insert_144, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_System_ValueTuple_2__2 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A198, Array_InternalArray__Insert_144__MethodInfo); DO_APP_FUNC(0x00D39B40, void, Array_InternalArray__Insert_145, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A1A0, Array_InternalArray__Insert_145__MethodInfo); DO_APP_FUNC(0x00D39BA0, void, Array_InternalArray__Insert_146, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_System_ByteEnum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A168, Array_InternalArray__Insert_146__MethodInfo); DO_APP_FUNC(0x00D39C00, void, Array_InternalArray__Insert_147, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_System_Char_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A170, Array_InternalArray__Insert_147__MethodInfo); DO_APP_FUNC(0x00D39C60, void, Array_InternalArray__Insert_148, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A178, Array_InternalArray__Insert_148__MethodInfo); DO_APP_FUNC(0x00D39CC0, void, Array_InternalArray__Insert_149, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_System_Int16_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A180, Array_InternalArray__Insert_149__MethodInfo); DO_APP_FUNC(0x00D39D20, void, Array_InternalArray__Insert_150, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_Pathfinding_Int3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A148, Array_InternalArray__Insert_150__MethodInfo); DO_APP_FUNC(0x00D39D80, void, Array_InternalArray__Insert_151, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A150, Array_InternalArray__Insert_151__MethodInfo); DO_APP_FUNC(0x00D39DE0, void, Array_InternalArray__Insert_152, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A158, Array_InternalArray__Insert_152__MethodInfo); DO_APP_FUNC(0x00D39E40, void, Array_InternalArray__Insert_153, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_System_Int64_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A160, Array_InternalArray__Insert_153__MethodInfo); DO_APP_FUNC(0x00D39EA0, void, Array_InternalArray__Insert_154, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A128, Array_InternalArray__Insert_154__MethodInfo); DO_APP_FUNC(0x00D39F00, void, Array_InternalArray__Insert_155, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_PlayerFlashlightBeam_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A130, Array_InternalArray__Insert_155__MethodInfo); DO_APP_FUNC(0x00D39F60, void, Array_InternalArray__Insert_156, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A138, Array_InternalArray__Insert_156__MethodInfo); DO_APP_FUNC(0x00D39FC0, void, Array_InternalArray__Insert_157, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A140, Array_InternalArray__Insert_157__MethodInfo); DO_APP_FUNC(0x00D3A020, void, Array_InternalArray__Insert_158, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_UnityEngine_UIElements_TreeItem_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A108, Array_InternalArray__Insert_158__MethodInfo); DO_APP_FUNC(0x00D3A080, void, Array_InternalArray__Insert_159, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A110, Array_InternalArray__Insert_159__MethodInfo); DO_APP_FUNC(0x00D3A0E0, void, Array_InternalArray__Insert_160, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_UnityEngine_Vector4_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A118, Array_InternalArray__Insert_160__MethodInfo); DO_APP_FUNC(0x00D3A140, void, Array_InternalArray__Insert_161, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A120, Array_InternalArray__Insert_161__MethodInfo); DO_APP_FUNC(0x00D3A1A0, void, Array_InternalArray__Insert_162, (Array * __this, int32_t index, KeyValuePair_2_System_Int32Enum_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A0E8, Array_InternalArray__Insert_162__MethodInfo); DO_APP_FUNC(0x00D3A200, void, Array_InternalArray__Insert_163, (Array * __this, int32_t index, KeyValuePair_2_System_Int32Enum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A0F0, Array_InternalArray__Insert_163__MethodInfo); DO_APP_FUNC(0x00D3A260, void, Array_InternalArray__Insert_164, (Array * __this, int32_t index, KeyValuePair_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A0F8, Array_InternalArray__Insert_164__MethodInfo); DO_APP_FUNC(0x00D3A2C0, void, Array_InternalArray__Insert_165, (Array * __this, int32_t index, KeyValuePair_2_System_Int64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A100, Array_InternalArray__Insert_165__MethodInfo); DO_APP_FUNC(0x00D3A320, void, Array_InternalArray__Insert_166, (Array * __this, int32_t index, KeyValuePair_2_System_IntPtr_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A0C8, Array_InternalArray__Insert_166__MethodInfo); DO_APP_FUNC(0x00D3A380, void, Array_InternalArray__Insert_167, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A0D0, Array_InternalArray__Insert_167__MethodInfo); DO_APP_FUNC(0x00D3A3E0, void, Array_InternalArray__Insert_168, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A0D8, Array_InternalArray__Insert_168__MethodInfo); DO_APP_FUNC(0x00D3A440, void, Array_InternalArray__Insert_169, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A0E0, Array_InternalArray__Insert_169__MethodInfo); DO_APP_FUNC(0x00D3A4A0, void, Array_InternalArray__Insert_170, (Array * __this, int32_t index, KeyValuePair_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A0A8, Array_InternalArray__Insert_170__MethodInfo); DO_APP_FUNC(0x00D3A500, void, Array_InternalArray__Insert_171, (Array * __this, int32_t index, KeyValuePair_2_Photon_Bolt_NetworkId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A0B0, Array_InternalArray__Insert_171__MethodInfo); DO_APP_FUNC(0x00D3A560, void, Array_InternalArray__Insert_172, (Array * __this, int32_t index, KeyValuePair_2_System_Object_System_ArraySegment_1_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A0B8, Array_InternalArray__Insert_172__MethodInfo); DO_APP_FUNC(0x00D3A5C0, void, Array_InternalArray__Insert_173, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A0C0, Array_InternalArray__Insert_173__MethodInfo); DO_APP_FUNC(0x00D3A620, void, Array_InternalArray__Insert_174, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A088, Array_InternalArray__Insert_174__MethodInfo); DO_APP_FUNC(0x00D3A680, void, Array_InternalArray__Insert_175, (Array * __this, int32_t index, KeyValuePair_2_System_Object_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A090, Array_InternalArray__Insert_175__MethodInfo); DO_APP_FUNC(0x00D3A6E0, void, Array_InternalArray__Insert_176, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_Bounds_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A098, Array_InternalArray__Insert_176__MethodInfo); DO_APP_FUNC(0x00D3A740, void, Array_InternalArray__Insert_177, (Array * __this, int32_t index, KeyValuePair_2_System_Object_System_Byte_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A0A0, Array_InternalArray__Insert_177__MethodInfo); DO_APP_FUNC(0x00D3A7A0, void, Array_InternalArray__Insert_178, (Array * __this, int32_t index, KeyValuePair_2_System_Object_System_Char_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A068, Array_InternalArray__Insert_178__MethodInfo); DO_APP_FUNC(0x00D3A800, void, Array_InternalArray__Insert_179, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A070, Array_InternalArray__Insert_179__MethodInfo); DO_APP_FUNC(0x00D3A860, void, Array_InternalArray__Insert_180, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_Color32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A078, Array_InternalArray__Insert_180__MethodInfo); DO_APP_FUNC(0x00D3A8C0, void, Array_InternalArray__Insert_181, (Array * __this, int32_t index, KeyValuePair_2_System_Object_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A080, Array_InternalArray__Insert_181__MethodInfo); DO_APP_FUNC(0x00D3A920, void, Array_InternalArray__Insert_182, (Array * __this, int32_t index, KeyValuePair_2_System_Object_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A048, Array_InternalArray__Insert_182__MethodInfo); DO_APP_FUNC(0x00D3A980, void, Array_InternalArray__Insert_183, (Array * __this, int32_t index, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A050, Array_InternalArray__Insert_183__MethodInfo); DO_APP_FUNC(0x00D3A9E0, void, Array_InternalArray__Insert_184, (Array * __this, int32_t index, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A058, Array_InternalArray__Insert_184__MethodInfo); DO_APP_FUNC(0x00D3AA40, void, Array_InternalArray__Insert_185, (Array * __this, int32_t index, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A060, Array_InternalArray__Insert_185__MethodInfo); DO_APP_FUNC(0x00D3AAA0, void, Array_InternalArray__Insert_186, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_Playables_Playable_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A028, Array_InternalArray__Insert_186__MethodInfo); DO_APP_FUNC(0x00D3AB00, void, Array_InternalArray__Insert_187, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A030, Array_InternalArray__Insert_187__MethodInfo); DO_APP_FUNC(0x00D3AB60, void, Array_InternalArray__Insert_188, (Array * __this, int32_t index, KeyValuePair_2_System_Object_System_Resources_ResourceLocator_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A038, Array_InternalArray__Insert_188__MethodInfo); DO_APP_FUNC(0x00D3ABC0, void, Array_InternalArray__Insert_189, (Array * __this, int32_t index, KeyValuePair_2_System_Object_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A040, Array_InternalArray__Insert_189__MethodInfo); DO_APP_FUNC(0x00D3AC20, void, Array_InternalArray__Insert_190, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A008, Array_InternalArray__Insert_190__MethodInfo); DO_APP_FUNC(0x00D3AC80, void, Array_InternalArray__Insert_191, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_UIElements_TextureId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A010, Array_InternalArray__Insert_191__MethodInfo); DO_APP_FUNC(0x00D3ACE0, void, Array_InternalArray__Insert_192, (Array * __this, int32_t index, KeyValuePair_2_System_Object_System_TimeSpan_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A018, Array_InternalArray__Insert_192__MethodInfo); DO_APP_FUNC(0x00D3AD40, void, Array_InternalArray__Insert_193, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UdpKit_UdpEndPoint_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A020, Array_InternalArray__Insert_193__MethodInfo); DO_APP_FUNC(0x00D3ADA0, void, Array_InternalArray__Insert_194, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_Vector2_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69FE8, Array_InternalArray__Insert_194__MethodInfo); DO_APP_FUNC(0x00D3AE00, void, Array_InternalArray__Insert_195, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_Vector3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69FF0, Array_InternalArray__Insert_195__MethodInfo); DO_APP_FUNC(0x00D3AE60, void, Array_InternalArray__Insert_196, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69FF8, Array_InternalArray__Insert_196__MethodInfo); DO_APP_FUNC(0x00D3AEC0, void, Array_InternalArray__Insert_197, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6A000, Array_InternalArray__Insert_197__MethodInfo); DO_APP_FUNC(0x00D3AF20, void, Array_InternalArray__Insert_198, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69FC8, Array_InternalArray__Insert_198__MethodInfo); DO_APP_FUNC(0x00D3AF80, void, Array_InternalArray__Insert_199, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69FD0, Array_InternalArray__Insert_199__MethodInfo); DO_APP_FUNC(0x00D3AFE0, void, Array_InternalArray__Insert_200, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69FD8, Array_InternalArray__Insert_200__MethodInfo); DO_APP_FUNC(0x00D3B040, void, Array_InternalArray__Insert_201, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69FE0, Array_InternalArray__Insert_201__MethodInfo); DO_APP_FUNC(0x00D3B0A0, void, Array_InternalArray__Insert_202, (Array * __this, int32_t index, KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69FA8, Array_InternalArray__Insert_202__MethodInfo); DO_APP_FUNC(0x00D3B100, void, Array_InternalArray__Insert_203, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69FB0, Array_InternalArray__Insert_203__MethodInfo); DO_APP_FUNC(0x00D3B160, void, Array_InternalArray__Insert_204, (Array * __this, int32_t index, KeyValuePair_2_Photon_Bolt_PrefabId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69FB8, Array_InternalArray__Insert_204__MethodInfo); DO_APP_FUNC(0x00D3B1C0, void, Array_InternalArray__Insert_205, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69FC0, Array_InternalArray__Insert_205__MethodInfo); DO_APP_FUNC(0x00D3B220, void, Array_InternalArray__Insert_206, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_RaycastHit_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69F88, Array_InternalArray__Insert_206__MethodInfo); DO_APP_FUNC(0x00D3B280, void, Array_InternalArray__Insert_207, (Array * __this, int32_t index, KeyValuePair_2_System_Single_SplineMesh_CurveSample_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69F90, Array_InternalArray__Insert_207__MethodInfo); DO_APP_FUNC(0x00D3B2E0, void, Array_InternalArray__Insert_208, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69F98, Array_InternalArray__Insert_208__MethodInfo); DO_APP_FUNC(0x00D3B340, void, Array_InternalArray__Insert_209, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69FA0, Array_InternalArray__Insert_209__MethodInfo); DO_APP_FUNC(0x00D3B3A0, void, Array_InternalArray__Insert_210, (Array * __this, int32_t index, KeyValuePair_2_Photon_Bolt_TypeId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69F68, Array_InternalArray__Insert_210__MethodInfo); DO_APP_FUNC(0x00D3B400, void, Array_InternalArray__Insert_211, (Array * __this, int32_t index, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69F70, Array_InternalArray__Insert_211__MethodInfo); DO_APP_FUNC(0x00D3B460, void, Array_InternalArray__Insert_212, (Array * __this, int32_t index, KeyValuePair_2_System_UInt16_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69F78, Array_InternalArray__Insert_212__MethodInfo); DO_APP_FUNC(0x00D3B4C0, void, Array_InternalArray__Insert_213, (Array * __this, int32_t index, KeyValuePair_2_System_UInt16_Dissonance_PlayerChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69F80, Array_InternalArray__Insert_213__MethodInfo); DO_APP_FUNC(0x00D3B520, void, Array_InternalArray__Insert_214, (Array * __this, int32_t index, KeyValuePair_2_System_UInt16_Dissonance_RoomChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69F48, Array_InternalArray__Insert_214__MethodInfo); DO_APP_FUNC(0x00D3B580, void, Array_InternalArray__Insert_215, (Array * __this, int32_t index, KeyValuePair_2_System_UInt32_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69F50, Array_InternalArray__Insert_215__MethodInfo); DO_APP_FUNC(0x00D3B5E0, void, Array_InternalArray__Insert_216, (Array * __this, int32_t index, KeyValuePair_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69F58, Array_InternalArray__Insert_216__MethodInfo); DO_APP_FUNC(0x00D3B640, void, Array_InternalArray__Insert_217, (Array * __this, int32_t index, KeyValuePair_2_System_UInt32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69F60, Array_InternalArray__Insert_217__MethodInfo); DO_APP_FUNC(0x00D3B6A0, void, Array_InternalArray__Insert_218, (Array * __this, int32_t index, KeyValuePair_2_System_UInt32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69F28, Array_InternalArray__Insert_218__MethodInfo); DO_APP_FUNC(0x00D3B700, void, Array_InternalArray__Insert_219, (Array * __this, int32_t index, KeyValuePair_2_System_UInt32_SessionClient_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69F30, Array_InternalArray__Insert_219__MethodInfo); DO_APP_FUNC(0x00D3B760, void, Array_InternalArray__Insert_220, (Array * __this, int32_t index, KeyValuePair_2_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69F38, Array_InternalArray__Insert_220__MethodInfo); DO_APP_FUNC(0x00D3B7C0, void, Array_InternalArray__Insert_221, (Array * __this, int32_t index, KeyValuePair_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69F40, Array_InternalArray__Insert_221__MethodInfo); DO_APP_FUNC(0x00D3B820, void, Array_InternalArray__Insert_222, (Array * __this, int32_t index, KeyValuePair_2_UdpKit_UdpChannelName_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69F08, Array_InternalArray__Insert_222__MethodInfo); DO_APP_FUNC(0x00D3B880, void, Array_InternalArray__Insert_223, (Array * __this, int32_t index, KeyValuePair_2_UdpKit_UdpEndPoint_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69F10, Array_InternalArray__Insert_223__MethodInfo); DO_APP_FUNC(0x00D3B8E0, void, Array_InternalArray__Insert_224, (Array * __this, int32_t index, KeyValuePair_2_UdpKit_UdpEndPoint_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69F18, Array_InternalArray__Insert_224__MethodInfo); DO_APP_FUNC(0x00D3B940, void, Array_InternalArray__Insert_225, (Array * __this, int32_t index, KeyValuePair_2_Photon_Bolt_UniqueId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69F20, Array_InternalArray__Insert_225__MethodInfo); DO_APP_FUNC(0x00D3B9A0, void, Array_InternalArray__Insert_226, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_Vector3_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69EE8, Array_InternalArray__Insert_226__MethodInfo); DO_APP_FUNC(0x00D3BA00, void, Array_InternalArray__Insert_227, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_Vector3Int_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69EF0, Array_InternalArray__Insert_227__MethodInfo); DO_APP_FUNC(0x00D3BA60, void, Array_InternalArray__Insert_228, (Array * __this, int32_t index, KeyValuePair_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69EF8, Array_InternalArray__Insert_228__MethodInfo); DO_APP_FUNC(0x00D3BAC0, void, Array_InternalArray__Insert_229, (Array * __this, int32_t index, KeyValuePair_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69F00, Array_InternalArray__Insert_229__MethodInfo); DO_APP_FUNC(0x00D3BB20, void, Array_InternalArray__Insert_230, (Array * __this, int32_t index, KeyValuePair_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69EC8, Array_InternalArray__Insert_230__MethodInfo); DO_APP_FUNC(0x00D3BB80, void, Array_InternalArray__Insert_231, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69ED0, Array_InternalArray__Insert_231__MethodInfo); DO_APP_FUNC(0x00D3BBE0, void, Array_InternalArray__Insert_232, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69ED8, Array_InternalArray__Insert_232__MethodInfo); DO_APP_FUNC(0x00D3BC40, void, Array_InternalArray__Insert_233, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69EE0, Array_InternalArray__Insert_233__MethodInfo); DO_APP_FUNC(0x00D3BCA0, void, Array_InternalArray__Insert_234, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69EA8, Array_InternalArray__Insert_234__MethodInfo); DO_APP_FUNC(0x00D3BD00, void, Array_InternalArray__Insert_235, (Array * __this, int32_t index, KeyValuePair_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69EB0, Array_InternalArray__Insert_235__MethodInfo); DO_APP_FUNC(0x00D3BD60, void, Array_InternalArray__Insert_236, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69EB8, Array_InternalArray__Insert_236__MethodInfo); DO_APP_FUNC(0x00D3BDC0, void, Array_InternalArray__Insert_237, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69EC0, Array_InternalArray__Insert_237__MethodInfo); DO_APP_FUNC(0x00D3BE20, void, Array_InternalArray__Insert_238, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69E88, Array_InternalArray__Insert_238__MethodInfo); DO_APP_FUNC(0x00D3BE80, void, Array_InternalArray__Insert_239, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69E90, Array_InternalArray__Insert_239__MethodInfo); DO_APP_FUNC(0x00D3BEE0, void, Array_InternalArray__Insert_240, (Array * __this, int32_t index, KeyValuePair_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69E98, Array_InternalArray__Insert_240__MethodInfo); DO_APP_FUNC(0x00D3BF40, void, Array_InternalArray__Insert_241, (Array * __this, int32_t index, ThreadLocal_1_T_LinkedSlotVolatile_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69EA0, Array_InternalArray__Insert_241__MethodInfo); DO_APP_FUNC(0x00D3BFA0, void, Array_InternalArray__Insert_242, (Array * __this, int32_t index, NativeArray_1_System_UInt16_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69E68, Array_InternalArray__Insert_242__MethodInfo); DO_APP_FUNC(0x00D3C000, void, Array_InternalArray__Insert_243, (Array * __this, int32_t index, NativeArray_1_UnityEngine_UIElements_Vertex_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69E70, Array_InternalArray__Insert_243__MethodInfo); DO_APP_FUNC(0x00D3C060, void, Array_InternalArray__Insert_244, (Array * __this, int32_t index, NonAllocDictionary_2_K_V_Node_System_Byte_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69E78, Array_InternalArray__Insert_244__MethodInfo); DO_APP_FUNC(0x00D3C0C0, void, Array_InternalArray__Insert_245, (Array * __this, int32_t index, NonAllocDictionary_2_K_V_Node_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69E80, Array_InternalArray__Insert_245__MethodInfo); DO_APP_FUNC(0x00D3C120, void, Array_InternalArray__Insert_246, (Array * __this, int32_t index, NonAllocDictionary_2_K_V_Node_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69E48, Array_InternalArray__Insert_246__MethodInfo); DO_APP_FUNC(0x00D3C180, void, Array_InternalArray__Insert_247, (Array * __this, int32_t index, InputStateHistory_1_TValue_Record_TouchState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69E50, Array_InternalArray__Insert_247__MethodInfo); DO_APP_FUNC(0x00D3C1E0, void, Array_InternalArray__Insert_248, (Array * __this, int32_t index, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69E58, Array_InternalArray__Insert_248__MethodInfo); DO_APP_FUNC(0x00D3C240, void, Array_InternalArray__Insert_249, (Array * __this, int32_t index, STuple_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69E60, Array_InternalArray__Insert_249__MethodInfo); DO_APP_FUNC(0x00D3C2A0, void, Array_InternalArray__Insert_250, (Array * __this, int32_t index, HashSet_1_T_Slot_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69E28, Array_InternalArray__Insert_250__MethodInfo); DO_APP_FUNC(0x00D3C300, void, Array_InternalArray__Insert_251, (Array * __this, int32_t index, HashSet_1_T_Slot_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69E30, Array_InternalArray__Insert_251__MethodInfo); DO_APP_FUNC(0x00D3C360, void, Array_InternalArray__Insert_252, (Array * __this, int32_t index, Set_1_TElement_Slot_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69E38, Array_InternalArray__Insert_252__MethodInfo); DO_APP_FUNC(0x00D3C3C0, void, Array_InternalArray__Insert_253, (Array * __this, int32_t index, HashSet_1_T_Slot_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69E40, Array_InternalArray__Insert_253__MethodInfo); DO_APP_FUNC(0x00D3C420, void, Array_InternalArray__Insert_254, (Array * __this, int32_t index, HashSet_1_T_Slot_UnityEngine_InputSystem_Utilities_InternedString_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69E08, Array_InternalArray__Insert_254__MethodInfo); DO_APP_FUNC(0x00D3C480, void, Array_InternalArray__Insert_255, (Array * __this, int32_t index, HashSet_1_T_Slot_Photon_Bolt_NetworkId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69E10, Array_InternalArray__Insert_255__MethodInfo); DO_APP_FUNC(0x00D3C4E0, void, Array_InternalArray__Insert_256, (Array * __this, int32_t index, HashSet_1_T_Slot_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69E18, Array_InternalArray__Insert_256__MethodInfo); DO_APP_FUNC(0x00D3C540, void, Array_InternalArray__Insert_257, (Array * __this, int32_t index, Set_1_TElement_Slot_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69E20, Array_InternalArray__Insert_257__MethodInfo); DO_APP_FUNC(0x00D3C5A0, void, Array_InternalArray__Insert_258, (Array * __this, int32_t index, ConcurrentQueue_1_T_Segment_T_Slot_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69DE8, Array_InternalArray__Insert_258__MethodInfo); DO_APP_FUNC(0x00D3C600, void, Array_InternalArray__Insert_259, (Array * __this, int32_t index, HashSet_1_T_Slot_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69DF0, Array_InternalArray__Insert_259__MethodInfo); DO_APP_FUNC(0x00D3C660, void, Array_InternalArray__Insert_260, (Array * __this, int32_t index, HashSet_1_T_Slot_System_UInt64_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69DF8, Array_InternalArray__Insert_260__MethodInfo); DO_APP_FUNC(0x00D3C6C0, void, Array_InternalArray__Insert_261, (Array * __this, int32_t index, HashSet_1_T_Slot_UdpKit_UdpEndPoint_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69E00, Array_InternalArray__Insert_261__MethodInfo); DO_APP_FUNC(0x00D3C720, void, Array_InternalArray__Insert_262, (Array * __this, int32_t index, HashSet_1_T_Slot_UdpKit_UdpIPv4Address_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69DC8, Array_InternalArray__Insert_262__MethodInfo); DO_APP_FUNC(0x00D3C780, void, Array_InternalArray__Insert_263, (Array * __this, int32_t index, HashSet_1_T_Slot_UnityEngine_Vector3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69DD0, Array_InternalArray__Insert_263__MethodInfo); DO_APP_FUNC(0x00D3C7E0, void, Array_InternalArray__Insert_264, (Array * __this, int32_t index, HashSet_1_T_Slot_UnityEngine_Vector3Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69DD8, Array_InternalArray__Insert_264__MethodInfo); DO_APP_FUNC(0x00D3C840, void, Array_InternalArray__Insert_265, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_StyleData_Background_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69DE0, Array_InternalArray__Insert_265__MethodInfo); DO_APP_FUNC(0x00D3C8A0, void, Array_InternalArray__Insert_266, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69DA8, Array_InternalArray__Insert_266__MethodInfo); DO_APP_FUNC(0x00D3C900, void, Array_InternalArray__Insert_267, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69DB0, Array_InternalArray__Insert_267__MethodInfo); DO_APP_FUNC(0x00D3C960, void, Array_InternalArray__Insert_268, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69DB8, Array_InternalArray__Insert_268__MethodInfo); DO_APP_FUNC(0x00D3C9C0, void, Array_InternalArray__Insert_269, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_StyleData_Length_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69DC0, Array_InternalArray__Insert_269__MethodInfo); DO_APP_FUNC(0x00D3CA20, void, Array_InternalArray__Insert_270, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69D88, Array_InternalArray__Insert_270__MethodInfo); DO_APP_FUNC(0x00D3CA80, void, Array_InternalArray__Insert_271, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69D90, Array_InternalArray__Insert_271__MethodInfo); DO_APP_FUNC(0x00D3CAE0, void, Array_InternalArray__Insert_272, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_StyleData_Scale_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69D98, Array_InternalArray__Insert_272__MethodInfo); DO_APP_FUNC(0x00D3CB40, void, Array_InternalArray__Insert_273, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69DA0, Array_InternalArray__Insert_273__MethodInfo); DO_APP_FUNC(0x00D3CBA0, void, Array_InternalArray__Insert_274, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69D68, Array_InternalArray__Insert_274__MethodInfo); DO_APP_FUNC(0x00D3CC00, void, Array_InternalArray__Insert_275, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69D70, Array_InternalArray__Insert_275__MethodInfo); DO_APP_FUNC(0x00D3CC60, void, Array_InternalArray__Insert_276, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_StyleData_Translate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69D78, Array_InternalArray__Insert_276__MethodInfo); DO_APP_FUNC(0x00D3CCC0, void, Array_InternalArray__Insert_277, (Array * __this, int32_t index, TMP_TextProcessingStack_1_UnityEngine_Color32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69D80, Array_InternalArray__Insert_277__MethodInfo); DO_APP_FUNC(0x00D3CD20, void, Array_InternalArray__Insert_278, (Array * __this, int32_t index, TMP_TextProcessingStack_1_HighlightState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69D48, Array_InternalArray__Insert_278__MethodInfo); DO_APP_FUNC(0x00D3CD80, void, Array_InternalArray__Insert_279, (Array * __this, int32_t index, TMP_TextProcessingStack_1_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69D50, Array_InternalArray__Insert_279__MethodInfo); DO_APP_FUNC(0x00D3CDE0, void, Array_InternalArray__Insert_280, (Array * __this, int32_t index, TMP_TextProcessingStack_1_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69D58, Array_InternalArray__Insert_280__MethodInfo); DO_APP_FUNC(0x00D3CE40, void, Array_InternalArray__Insert_281, (Array * __this, int32_t index, TMP_TextProcessingStack_1_MaterialReference_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69D60, Array_InternalArray__Insert_281__MethodInfo); DO_APP_FUNC(0x00D3CEA0, void, Array_InternalArray__Insert_282, (Array * __this, int32_t index, TMP_TextProcessingStack_1_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69D28, Array_InternalArray__Insert_282__MethodInfo); DO_APP_FUNC(0x00D3CF00, void, Array_InternalArray__Insert_283, (Array * __this, int32_t index, TMP_TextProcessingStack_1_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69D30, Array_InternalArray__Insert_283__MethodInfo); DO_APP_FUNC(0x00D3CF60, void, Array_InternalArray__Insert_284, (Array * __this, int32_t index, TMP_TextProcessingStack_1_WordWrapState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69D38, Array_InternalArray__Insert_284__MethodInfo); DO_APP_FUNC(0x00D3CFC0, void, Array_InternalArray__Insert_285, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_Background_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69D40, Array_InternalArray__Insert_285__MethodInfo); DO_APP_FUNC(0x00D3D020, void, Array_InternalArray__Insert_286, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69D08, Array_InternalArray__Insert_286__MethodInfo); DO_APP_FUNC(0x00D3D080, void, Array_InternalArray__Insert_287, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69D10, Array_InternalArray__Insert_287__MethodInfo); DO_APP_FUNC(0x00D3D0E0, void, Array_InternalArray__Insert_288, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69D18, Array_InternalArray__Insert_288__MethodInfo); DO_APP_FUNC(0x00D3D140, void, Array_InternalArray__Insert_289, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_Length_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69D20, Array_InternalArray__Insert_289__MethodInfo); DO_APP_FUNC(0x00D3D1A0, void, Array_InternalArray__Insert_290, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69CE8, Array_InternalArray__Insert_290__MethodInfo); DO_APP_FUNC(0x00D3D200, void, Array_InternalArray__Insert_291, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69CF0, Array_InternalArray__Insert_291__MethodInfo); DO_APP_FUNC(0x00D3D260, void, Array_InternalArray__Insert_292, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69CF8, Array_InternalArray__Insert_292__MethodInfo); DO_APP_FUNC(0x00D3D2C0, void, Array_InternalArray__Insert_293, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69D00, Array_InternalArray__Insert_293__MethodInfo); DO_APP_FUNC(0x00D3D320, void, Array_InternalArray__Insert_294, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69CC8, Array_InternalArray__Insert_294__MethodInfo); DO_APP_FUNC(0x00D3D380, void, Array_InternalArray__Insert_295, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69CD0, Array_InternalArray__Insert_295__MethodInfo); DO_APP_FUNC(0x00D3D3E0, void, Array_InternalArray__Insert_296, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69CD8, Array_InternalArray__Insert_296__MethodInfo); DO_APP_FUNC(0x00D3D440, void, Array_InternalArray__Insert_297, (Array * __this, int32_t index, ValueTuple_1_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69CE0, Array_InternalArray__Insert_297__MethodInfo); DO_APP_FUNC(0x00D3D4A0, void, Array_InternalArray__Insert_298, (Array * __this, int32_t index, ValueTuple_2_Int32_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69CA8, Array_InternalArray__Insert_298__MethodInfo); DO_APP_FUNC(0x00D3D500, void, Array_InternalArray__Insert_299, (Array * __this, int32_t index, ValueTuple_2_Int32_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69CB0, Array_InternalArray__Insert_299__MethodInfo); DO_APP_FUNC(0x00D3D560, void, Array_InternalArray__Insert_300, (Array * __this, int32_t index, ValueTuple_2_IntPtr_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69CB8, Array_InternalArray__Insert_300__MethodInfo); DO_APP_FUNC(0x00D3D5C0, void, Array_InternalArray__Insert_301, (Array * __this, int32_t index, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69CC0, Array_InternalArray__Insert_301__MethodInfo); DO_APP_FUNC(0x00D3D620, void, Array_InternalArray__Insert_302, (Array * __this, int32_t index, ValueTuple_2_Object_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69C88, Array_InternalArray__Insert_302__MethodInfo); DO_APP_FUNC(0x00D3D680, void, Array_InternalArray__Insert_303, (Array * __this, int32_t index, ValueTuple_2_Object_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69C90, Array_InternalArray__Insert_303__MethodInfo); DO_APP_FUNC(0x00D3D6E0, void, Array_InternalArray__Insert_304, (Array * __this, int32_t index, ValueTuple_2_UnityEngine_Vector3Int_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69C98, Array_InternalArray__Insert_304__MethodInfo); DO_APP_FUNC(0x00D3D740, void, Array_InternalArray__Insert_305, (Array * __this, int32_t index, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69CA0, Array_InternalArray__Insert_305__MethodInfo); DO_APP_FUNC(0x00D3D7A0, void, Array_InternalArray__Insert_306, (Array * __this, int32_t index, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69C68, Array_InternalArray__Insert_306__MethodInfo); DO_APP_FUNC(0x00D3D800, void, Array_InternalArray__Insert_307, (Array * __this, int32_t index, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69C70, Array_InternalArray__Insert_307__MethodInfo); DO_APP_FUNC(0x00D3D860, void, Array_InternalArray__Insert_308, (Array * __this, int32_t index, ValueTuple_3_Object_Object_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69C78, Array_InternalArray__Insert_308__MethodInfo); DO_APP_FUNC(0x00D3D8C0, void, Array_InternalArray__Insert_309, (Array * __this, int32_t index, AnimatorClipInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69C80, Array_InternalArray__Insert_309__MethodInfo); DO_APP_FUNC(0x00D3D920, void, Array_InternalArray__Insert_310, (Array * __this, int32_t index, AstarWorkItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69C48, Array_InternalArray__Insert_310__MethodInfo); DO_APP_FUNC(0x00D3D980, void, Array_InternalArray__Insert_311, (Array * __this, int32_t index, AsyncOperationHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69C50, Array_InternalArray__Insert_311__MethodInfo); DO_APP_FUNC(0x00D3D9E0, void, Array_InternalArray__Insert_312, (Array * __this, int32_t index, AxisCalibrationData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69C58, Array_InternalArray__Insert_312__MethodInfo); DO_APP_FUNC(0x00D3DA40, void, Array_InternalArray__Insert_313, (Array * __this, int32_t index, Background item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69C60, Array_InternalArray__Insert_313__MethodInfo); DO_APP_FUNC(0x00D3DAA0, void, Array_InternalArray__Insert_314, (Array * __this, int32_t index, BatchVisibility item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69C28, Array_InternalArray__Insert_314__MethodInfo); DO_APP_FUNC(0x00D3DB00, void, Array_InternalArray__Insert_315, (Array * __this, int32_t index, BoltPeer item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69C30, Array_InternalArray__Insert_315__MethodInfo); DO_APP_FUNC(0x00D3DB60, void, Array_InternalArray__Insert_316, (Array * __this, int32_t index, BoltPhysicsHit item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69C38, Array_InternalArray__Insert_316__MethodInfo); DO_APP_FUNC(0x00D3DBC0, void, Array_InternalArray__Insert_317, (Array * __this, int32_t index, BoneWeight item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69C40, Array_InternalArray__Insert_317__MethodInfo); DO_APP_FUNC(0x00D3DC20, void, Array_InternalArray__Insert_318, (Array * __this, int32_t index, BoneWeight1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69C08, Array_InternalArray__Insert_318__MethodInfo); DO_APP_FUNC(0x00D3DC80, void, Array_InternalArray__Insert_319, (Array * __this, int32_t index, bool item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69C10, Array_InternalArray__Insert_319__MethodInfo); DO_APP_FUNC(0x00D3DCE0, void, Array_InternalArray__Insert_320, (Array * __this, int32_t index, BoundedPlane item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69C18, Array_InternalArray__Insert_320__MethodInfo); DO_APP_FUNC(0x00D3DD40, void, Array_InternalArray__Insert_321, (Array * __this, int32_t index, BoundingSphere item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69C20, Array_InternalArray__Insert_321__MethodInfo); DO_APP_FUNC(0x00D3DDA0, void, Array_InternalArray__Insert_322, (Array * __this, int32_t index, Bounds item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69BE8, Array_InternalArray__Insert_322__MethodInfo); DO_APP_FUNC(0x00D3DE00, void, Array_InternalArray__Insert_323, (Array * __this, int32_t index, uint8_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69BF0, Array_InternalArray__Insert_323__MethodInfo); DO_APP_FUNC(0x00D3DE60, void, Array_InternalArray__Insert_324, (Array * __this, int32_t index, ByteEnum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69BF8, Array_InternalArray__Insert_324__MethodInfo); DO_APP_FUNC(0x00D3DEC0, void, Array_InternalArray__Insert_325, (Array * __this, int32_t index, CancellationToken item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69C00, Array_InternalArray__Insert_325__MethodInfo); DO_APP_FUNC(0x00D3DF20, void, Array_InternalArray__Insert_326, (Array * __this, int32_t index, CancellationTokenRegistration item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69BC8, Array_InternalArray__Insert_326__MethodInfo); DO_APP_FUNC(0x00D3DF80, void, Array_InternalArray__Insert_327, (Array * __this, int32_t index, uint16_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69BD0, Array_InternalArray__Insert_327__MethodInfo); DO_APP_FUNC(0x00D3DFE0, void, Array_InternalArray__Insert_328, (Array * __this, int32_t index, ClientInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69BD8, Array_InternalArray__Insert_328__MethodInfo); DO_APP_FUNC(0x00D3E040, void, Array_InternalArray__Insert_329, (Array * __this, int32_t index, ClothSkinningCoefficient item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69BE0, Array_InternalArray__Insert_329__MethodInfo); DO_APP_FUNC(0x00D3E0A0, void, Array_InternalArray__Insert_330, (Array * __this, int32_t index, ClothSphereColliderPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69BA8, Array_InternalArray__Insert_330__MethodInfo); DO_APP_FUNC(0x00D3E100, void, Array_InternalArray__Insert_331, (Array * __this, int32_t index, Color item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69BB0, Array_InternalArray__Insert_331__MethodInfo); DO_APP_FUNC(0x00D3E160, void, Array_InternalArray__Insert_332, (Array * __this, int32_t index, Color32 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69BB8, Array_InternalArray__Insert_332__MethodInfo); DO_APP_FUNC(0x00D3E1C0, void, Array_InternalArray__Insert_333, (Array * __this, int32_t index, ColorBlock item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69BC0, Array_InternalArray__Insert_333__MethodInfo); DO_APP_FUNC(0x00D3E220, void, Array_InternalArray__Insert_334, (Array * __this, int32_t index, CombineInstance item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69B88, Array_InternalArray__Insert_334__MethodInfo); DO_APP_FUNC(0x00D3E280, void, Array_InternalArray__Insert_335, (Array * __this, int32_t index, CompactVoxelCell item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69B90, Array_InternalArray__Insert_335__MethodInfo); DO_APP_FUNC(0x00D3E2E0, void, Array_InternalArray__Insert_336, (Array * __this, int32_t index, CompactVoxelSpan item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69B98, Array_InternalArray__Insert_336__MethodInfo); DO_APP_FUNC(0x00D3E340, void, Array_InternalArray__Insert_337, (Array * __this, int32_t index, ComputedStyle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69BA0, Array_InternalArray__Insert_337__MethodInfo); DO_APP_FUNC(0x00D3E3A0, void, Array_InternalArray__Insert_338, (Array * __this, int32_t index, ComputedTransitionProperty item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69B68, Array_InternalArray__Insert_338__MethodInfo); DO_APP_FUNC(0x00D3E400, void, Array_InternalArray__Insert_339, (Array * __this, int32_t index, ConfigurationDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69B70, Array_InternalArray__Insert_339__MethodInfo); DO_APP_FUNC(0x00D3E460, void, Array_InternalArray__Insert_340, (Array * __this, int32_t index, Connection item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69B78, Array_InternalArray__Insert_340__MethodInfo); DO_APP_FUNC(0x00D3E4C0, void, Array_InternalArray__Insert_341, (Array * __this, int32_t index, ContactPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69B80, Array_InternalArray__Insert_341__MethodInfo); DO_APP_FUNC(0x00D3E520, void, Array_InternalArray__Insert_342, (Array * __this, int32_t index, ContactPoint2D item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69B48, Array_InternalArray__Insert_342__MethodInfo); DO_APP_FUNC(0x00D3E580, void, Array_InternalArray__Insert_343, (Array * __this, int32_t index, ControllerPollingInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69B50, Array_InternalArray__Insert_343__MethodInfo); DO_APP_FUNC(0x00D3E5E0, void, Array_InternalArray__Insert_344, (Array * __this, int32_t index, ControllerTemplateElementTarget item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69B58, Array_InternalArray__Insert_344__MethodInfo); DO_APP_FUNC(0x00D3E640, void, Array_InternalArray__Insert_345, (Array * __this, int32_t index, CurveSample item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69B60, Array_InternalArray__Insert_345__MethodInfo); DO_APP_FUNC(0x00D3E6A0, void, Array_InternalArray__Insert_346, (Array * __this, int32_t index, CustomAttributeNamedArgument item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69B28, Array_InternalArray__Insert_346__MethodInfo); DO_APP_FUNC(0x00D3E700, void, Array_InternalArray__Insert_347, (Array * __this, int32_t index, CustomAttributeTypedArgument item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69B30, Array_InternalArray__Insert_347__MethodInfo); DO_APP_FUNC(0x00D3E760, void, Array_InternalArray__Insert_348, (Array * __this, int32_t index, DateTime item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69B38, Array_InternalArray__Insert_348__MethodInfo); DO_APP_FUNC(0x00D3E7C0, void, Array_InternalArray__Insert_349, (Array * __this, int32_t index, DateTimeOffset item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69B40, Array_InternalArray__Insert_349__MethodInfo); DO_APP_FUNC(0x00D3E820, void, Array_InternalArray__Insert_350, (Array * __this, int32_t index, Decimal item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69B08, Array_InternalArray__Insert_350__MethodInfo); DO_APP_FUNC(0x00D3E880, void, Array_InternalArray__Insert_351, (Array * __this, int32_t index, DetailInstanceTransform item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69B10, Array_InternalArray__Insert_351__MethodInfo); DO_APP_FUNC(0x00D3E8E0, void, Array_InternalArray__Insert_352, (Array * __this, int32_t index, DiagnosticEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69B18, Array_InternalArray__Insert_352__MethodInfo); DO_APP_FUNC(0x00D3E940, void, Array_InternalArray__Insert_353, (Array * __this, int32_t index, DictionaryEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69B20, Array_InternalArray__Insert_353__MethodInfo); DO_APP_FUNC(0x00D3E9A0, void, Array_InternalArray__Insert_354, (Array * __this, int32_t index, Dimension item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69AE8, Array_InternalArray__Insert_354__MethodInfo); DO_APP_FUNC(0x00D3EA00, void, Array_InternalArray__Insert_355, (Array * __this, int32_t index, double item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69AF0, Array_InternalArray__Insert_355__MethodInfo); DO_APP_FUNC(0x00D3EA60, void, Array_InternalArray__Insert_356, (Array * __this, int32_t index, DrawBufferRange item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69AF8, Array_InternalArray__Insert_356__MethodInfo); DO_APP_FUNC(0x00D3EAC0, void, Array_InternalArray__Insert_357, (Array * __this, int32_t index, EasingFunction item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69B00, Array_InternalArray__Insert_357__MethodInfo); DO_APP_FUNC(0x00D3EB20, void, Array_InternalArray__Insert_358, (Array * __this, int32_t index, ElementAssignmentConflictInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69AC8, Array_InternalArray__Insert_358__MethodInfo); DO_APP_FUNC(0x00D3EB80, void, Array_InternalArray__Insert_359, (Array * __this, int32_t index, Entitlement item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69AD0, Array_InternalArray__Insert_359__MethodInfo); DO_APP_FUNC(0x00D3EBE0, void, Array_InternalArray__Insert_360, (Array * __this, int32_t index, Ephemeron item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69AD8, Array_InternalArray__Insert_360__MethodInfo); DO_APP_FUNC(0x00D3EC40, void, Array_InternalArray__Insert_361, (Array * __this, int32_t index, EventReliable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69AE0, Array_InternalArray__Insert_361__MethodInfo); DO_APP_FUNC(0x00D3ECA0, void, Array_InternalArray__Insert_362, (Array * __this, int32_t index, EventUnreliable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69AA8, Array_InternalArray__Insert_362__MethodInfo); DO_APP_FUNC(0x00D3ED00, void, Array_InternalArray__Insert_363, (Array * __this, int32_t index, FORMATETC item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69AB0, Array_InternalArray__Insert_363__MethodInfo); DO_APP_FUNC(0x00D3ED60, void, Array_InternalArray__Insert_364, (Array * __this, int32_t index, FileStat item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69AB8, Array_InternalArray__Insert_364__MethodInfo); DO_APP_FUNC(0x00D3EDC0, void, Array_InternalArray__Insert_365, (Array * __this, int32_t index, FontDefinition item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69AC0, Array_InternalArray__Insert_365__MethodInfo); DO_APP_FUNC(0x00D3EE20, void, Array_InternalArray__Insert_366, (Array * __this, int32_t index, FontWeightPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69A88, Array_InternalArray__Insert_366__MethodInfo); DO_APP_FUNC(0x00D3EE80, void, Array_InternalArray__Insert_367, (Array * __this, int32_t index, FrameFormat item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69A90, Array_InternalArray__Insert_367__MethodInfo); DO_APP_FUNC(0x00D3EEE0, void, Array_InternalArray__Insert_368, (Array * __this, int32_t index, GCHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69A98, Array_InternalArray__Insert_368__MethodInfo); DO_APP_FUNC(0x00D3EF40, void, Array_InternalArray__Insert_369, (Array * __this, int32_t index, GfxUpdateBufferRange item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69AA0, Array_InternalArray__Insert_369__MethodInfo); DO_APP_FUNC(0x00D3EFA0, void, Array_InternalArray__Insert_370, (Array * __this, int32_t index, GlobalKeyword item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69A68, Array_InternalArray__Insert_370__MethodInfo); DO_APP_FUNC(0x00D3F000, void, Array_InternalArray__Insert_371, (Array * __this, int32_t index, GlyphMarshallingStruct item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69A70, Array_InternalArray__Insert_371__MethodInfo); DO_APP_FUNC(0x00D3F060, void, Array_InternalArray__Insert_372, (Array * __this, int32_t index, GlyphPairAdjustmentRecord item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69A78, Array_InternalArray__Insert_372__MethodInfo); DO_APP_FUNC(0x00D3F0C0, void, Array_InternalArray__Insert_373, (Array * __this, int32_t index, GlyphRect item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69A80, Array_InternalArray__Insert_373__MethodInfo); DO_APP_FUNC(0x00D3F120, void, Array_InternalArray__Insert_374, (Array * __this, int32_t index, GradientAlphaKey item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69A48, Array_InternalArray__Insert_374__MethodInfo); DO_APP_FUNC(0x00D3F180, void, Array_InternalArray__Insert_375, (Array * __this, int32_t index, GradientColorKey item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69A50, Array_InternalArray__Insert_375__MethodInfo); DO_APP_FUNC(0x00D3F1E0, void, Array_InternalArray__Insert_376, (Array * __this, int32_t index, GradientSettings item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69A58, Array_InternalArray__Insert_376__MethodInfo); DO_APP_FUNC(0x00D3F240, void, Array_InternalArray__Insert_377, (Array * __this, int32_t index, Guid item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69A60, Array_InternalArray__Insert_377__MethodInfo); DO_APP_FUNC(0x00D3F2A0, void, Array_InternalArray__Insert_378, (Array * __this, int32_t index, HandJointLocation item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69A28, Array_InternalArray__Insert_378__MethodInfo); DO_APP_FUNC(0x00D3F300, void, Array_InternalArray__Insert_379, (Array * __this, int32_t index, Hash128 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69A30, Array_InternalArray__Insert_379__MethodInfo); DO_APP_FUNC(0x00D3F360, void, Array_InternalArray__Insert_380, (Array * __this, int32_t index, HeaderVariantInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69A38, Array_InternalArray__Insert_380__MethodInfo); DO_APP_FUNC(0x00D3F3C0, void, Array_InternalArray__Insert_381, (Array * __this, int32_t index, HighlightState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69A40, Array_InternalArray__Insert_381__MethodInfo); DO_APP_FUNC(0x00D3F420, void, Array_InternalArray__Insert_382, (Array * __this, int32_t index, HumanBone item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69A08, Array_InternalArray__Insert_382__MethodInfo); DO_APP_FUNC(0x00D3F480, void, Array_InternalArray__Insert_383, (Array * __this, int32_t index, ImpactEffect item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69A10, Array_InternalArray__Insert_383__MethodInfo); DO_APP_FUNC(0x00D3F4E0, void, Array_InternalArray__Insert_384, (Array * __this, int32_t index, InputActionSourceData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69A18, Array_InternalArray__Insert_384__MethodInfo); DO_APP_FUNC(0x00D3F540, void, Array_InternalArray__Insert_385, (Array * __this, int32_t index, InputBinding item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69A20, Array_InternalArray__Insert_385__MethodInfo); DO_APP_FUNC(0x00D3F5A0, void, Array_InternalArray__Insert_386, (Array * __this, int32_t index, InputControlScheme item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C699E8, Array_InternalArray__Insert_386__MethodInfo); DO_APP_FUNC(0x00D3F600, void, Array_InternalArray__Insert_387, (Array * __this, int32_t index, InputDevice_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C699F0, Array_InternalArray__Insert_387__MethodInfo); DO_APP_FUNC(0x00D3F660, void, Array_InternalArray__Insert_388, (Array * __this, int32_t index, InputDeviceDescription item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C699F8, Array_InternalArray__Insert_388__MethodInfo); DO_APP_FUNC(0x00D3F6C0, void, Array_InternalArray__Insert_389, (Array * __this, int32_t index, InputEventPtr item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69A00, Array_InternalArray__Insert_389__MethodInfo); DO_APP_FUNC(0x00D3F720, void, Array_InternalArray__Insert_390, (Array * __this, int32_t index, InputUser item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C699C8, Array_InternalArray__Insert_390__MethodInfo); DO_APP_FUNC(0x00D3F780, void, Array_InternalArray__Insert_391, (Array * __this, int32_t index, int16_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C699D0, Array_InternalArray__Insert_391__MethodInfo); DO_APP_FUNC(0x00D3F7E0, void, Array_InternalArray__Insert_392, (Array * __this, int32_t index, Int2 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C699D8, Array_InternalArray__Insert_392__MethodInfo); DO_APP_FUNC(0x00D3F840, void, Array_InternalArray__Insert_393, (Array * __this, int32_t index, Int3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C699E0, Array_InternalArray__Insert_393__MethodInfo); DO_APP_FUNC(0x00D3F8A0, void, Array_InternalArray__Insert_394, (Array * __this, int32_t index, int32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C699A8, Array_InternalArray__Insert_394__MethodInfo); DO_APP_FUNC(0x00D3F900, void, Array_InternalArray__Insert_395, (Array * __this, int32_t index, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C699B0, Array_InternalArray__Insert_395__MethodInfo); DO_APP_FUNC(0x00D3F960, void, Array_InternalArray__Insert_396, (Array * __this, int32_t index, int64_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C699B8, Array_InternalArray__Insert_396__MethodInfo); DO_APP_FUNC(0x00D3F9C0, void, Array_InternalArray__Insert_397, (Array * __this, int32_t index, IntPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C699C0, Array_InternalArray__Insert_397__MethodInfo); DO_APP_FUNC(0x00D3FA20, void, Array_InternalArray__Insert_398, (Array * __this, int32_t index, void * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69988, Array_InternalArray__Insert_398__MethodInfo); DO_APP_FUNC(0x00D3FA80, void, Array_InternalArray__Insert_399, (Array * __this, int32_t index, IntRect item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69990, Array_InternalArray__Insert_399__MethodInfo); DO_APP_FUNC(0x00D3FAE0, void, Array_InternalArray__Insert_400, (Array * __this, int32_t index, InternalCodePageDataItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69998, Array_InternalArray__Insert_400__MethodInfo); DO_APP_FUNC(0x00D3FB40, void, Array_InternalArray__Insert_401, (Array * __this, int32_t index, InternalEncodingDataItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C699A0, Array_InternalArray__Insert_401__MethodInfo); DO_APP_FUNC(0x00D3FBA0, void, Array_InternalArray__Insert_402, (Array * __this, int32_t index, InternedString item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69968, Array_InternalArray__Insert_402__MethodInfo); DO_APP_FUNC(0x00D3FC00, void, Array_InternalArray__Insert_403, (Array * __this, int32_t index, InterpretedFrameInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69970, Array_InternalArray__Insert_403__MethodInfo); DO_APP_FUNC(0x00D3FC60, void, Array_InternalArray__Insert_404, (Array * __this, int32_t index, IntervalTreeNode item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69978, Array_InternalArray__Insert_404__MethodInfo); DO_APP_FUNC(0x00D3FCC0, void, Array_InternalArray__Insert_405, (Array * __this, int32_t index, IpQCkqlgJLyrFpAOyBfUxXQpJsWK item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69980, Array_InternalArray__Insert_405__MethodInfo); DO_APP_FUNC(0x00D3FD20, void, Array_InternalArray__Insert_406, (Array * __this, int32_t index, ItemDefinitionAmount item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69948, Array_InternalArray__Insert_406__MethodInfo); DO_APP_FUNC(0x00D3FD80, void, Array_InternalArray__Insert_407, (Array * __this, int32_t index, Keyframe item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69950, Array_InternalArray__Insert_407__MethodInfo); DO_APP_FUNC(0x00D3FDE0, void, Array_InternalArray__Insert_408, (Array * __this, int32_t index, KickedPlayer item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69958, Array_InternalArray__Insert_408__MethodInfo); DO_APP_FUNC(0x00D3FE40, void, Array_InternalArray__Insert_409, (Array * __this, int32_t index, LOD item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69960, Array_InternalArray__Insert_409__MethodInfo); DO_APP_FUNC(0x00D3FEA0, void, Array_InternalArray__Insert_410, (Array * __this, int32_t index, LayerMask item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69928, Array_InternalArray__Insert_410__MethodInfo); DO_APP_FUNC(0x00D3FF00, void, Array_InternalArray__Insert_411, (Array * __this, int32_t index, Length item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69930, Array_InternalArray__Insert_411__MethodInfo); DO_APP_FUNC(0x00D3FF60, void, Array_InternalArray__Insert_412, (Array * __this, int32_t index, LightDataGI item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69938, Array_InternalArray__Insert_412__MethodInfo); DO_APP_FUNC(0x00D3FFC0, void, Array_InternalArray__Insert_413, (Array * __this, int32_t index, LineInfo_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69940, Array_InternalArray__Insert_413__MethodInfo); DO_APP_FUNC(0x00D40020, void, Array_InternalArray__Insert_414, (Array * __this, int32_t index, LinkInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69908, Array_InternalArray__Insert_414__MethodInfo); DO_APP_FUNC(0x00D40080, void, Array_InternalArray__Insert_415, (Array * __this, int32_t index, LocalDefinition item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69910, Array_InternalArray__Insert_415__MethodInfo); DO_APP_FUNC(0x00D400E0, void, Array_InternalArray__Insert_416, (Array * __this, int32_t index, LocalKeyword item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69918, Array_InternalArray__Insert_416__MethodInfo); DO_APP_FUNC(0x00D40140, void, Array_InternalArray__Insert_417, (Array * __this, int32_t index, ManipulatorActivationFilter item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69920, Array_InternalArray__Insert_417__MethodInfo); DO_APP_FUNC(0x00D401A0, void, Array_InternalArray__Insert_418, (Array * __this, int32_t index, MaterialReference item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C698E8, Array_InternalArray__Insert_418__MethodInfo); DO_APP_FUNC(0x00D40200, void, Array_InternalArray__Insert_419, (Array * __this, int32_t index, MaterialReference_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C698F0, Array_InternalArray__Insert_419__MethodInfo); DO_APP_FUNC(0x00D40260, void, Array_InternalArray__Insert_420, (Array * __this, int32_t index, Matrix4x4 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C698F8, Array_InternalArray__Insert_420__MethodInfo); DO_APP_FUNC(0x00D402C0, void, Array_InternalArray__Insert_421, (Array * __this, int32_t index, MeshInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69900, Array_InternalArray__Insert_421__MethodInfo); DO_APP_FUNC(0x00D40320, void, Array_InternalArray__Insert_422, (Array * __this, int32_t index, MinMaxFloat item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C698C8, Array_InternalArray__Insert_422__MethodInfo); DO_APP_FUNC(0x00D40380, void, Array_InternalArray__Insert_423, (Array * __this, int32_t index, MinMaxVector3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C698D0, Array_InternalArray__Insert_423__MethodInfo); DO_APP_FUNC(0x00D403E0, void, Array_InternalArray__Insert_424, (Array * __this, int32_t index, ModifiableContactPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C698D8, Array_InternalArray__Insert_424__MethodInfo); DO_APP_FUNC(0x00D40440, void, Array_InternalArray__Insert_425, (Array * __this, int32_t index, NameAndParameters item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C698E0, Array_InternalArray__Insert_425__MethodInfo); DO_APP_FUNC(0x00D404A0, void, Array_InternalArray__Insert_426, (Array * __this, int32_t index, NamedValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C698A8, Array_InternalArray__Insert_426__MethodInfo); DO_APP_FUNC(0x00D40500, void, Array_InternalArray__Insert_427, (Array * __this, int32_t index, NativeAnchor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C698B0, Array_InternalArray__Insert_427__MethodInfo); DO_APP_FUNC(0x00D40560, void, Array_InternalArray__Insert_428, (Array * __this, int32_t index, NativePlane item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C698B8, Array_InternalArray__Insert_428__MethodInfo); DO_APP_FUNC(0x00D405C0, void, Array_InternalArray__Insert_429, (Array * __this, int32_t index, Navigation item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C698C0, Array_InternalArray__Insert_429__MethodInfo); DO_APP_FUNC(0x00D40620, void, Array_InternalArray__Insert_430, (Array * __this, int32_t index, NetworkId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69888, Array_InternalArray__Insert_430__MethodInfo); DO_APP_FUNC(0x00D40680, void, Array_InternalArray__Insert_431, (Array * __this, int32_t index, NetworkPropertyInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69890, Array_InternalArray__Insert_431__MethodInfo); DO_APP_FUNC(0x00D406E0, void, Array_InternalArray__Insert_432, (Array * __this, int32_t index, NetworkValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69898, Array_InternalArray__Insert_432__MethodInfo); DO_APP_FUNC(0x00D40740, void, Array_InternalArray__Insert_433, (Array * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C698A0, Array_InternalArray__Insert_433__MethodInfo); DO_APP_FUNC(0x00D407A0, void, Array_InternalArray__Insert_434, (Array * __this, int32_t index, ObjectInitializationData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69860, Array_InternalArray__Insert_434__MethodInfo); DO_APP_FUNC(0x00D40800, void, Array_InternalArray__Insert_435, (Array * __this, int32_t index, ObjectSurface item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69868, Array_InternalArray__Insert_435__MethodInfo); DO_APP_FUNC(0x00D40860, void, Array_InternalArray__Insert_436, (Array * __this, int32_t index, OpenChannel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69870, Array_InternalArray__Insert_436__MethodInfo); DO_APP_FUNC(0x00D408C0, void, Array_InternalArray__Insert_437, (Array * __this, int32_t index, OriginalMaterialValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69878, Array_InternalArray__Insert_437__MethodInfo); DO_APP_FUNC(0x00D40920, void, Array_InternalArray__Insert_438, (Array * __this, int32_t index, PacketStats item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69840, Array_InternalArray__Insert_438__MethodInfo); DO_APP_FUNC(0x00D40980, void, Array_InternalArray__Insert_439, (Array * __this, int32_t index, PageInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69848, Array_InternalArray__Insert_439__MethodInfo); DO_APP_FUNC(0x00D409E0, void, Array_InternalArray__Insert_440, (Array * __this, int32_t index, ParameterModifier item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69850, Array_InternalArray__Insert_440__MethodInfo); DO_APP_FUNC(0x00D40A40, void, Array_InternalArray__Insert_441, (Array * __this, int32_t index, ParticleCollisionEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69858, Array_InternalArray__Insert_441__MethodInfo); DO_APP_FUNC(0x00D40AA0, void, Array_InternalArray__Insert_442, (Array * __this, int32_t index, PatchExtents item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69818, Array_InternalArray__Insert_442__MethodInfo); DO_APP_FUNC(0x00D40B00, void, Array_InternalArray__Insert_443, (Array * __this, int32_t index, PidVid item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69828, Array_InternalArray__Insert_443__MethodInfo); DO_APP_FUNC(0x00D40B60, void, Array_InternalArray__Insert_444, (Array * __this, int32_t index, Plane item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69830, Array_InternalArray__Insert_444__MethodInfo); DO_APP_FUNC(0x00D40BC0, void, Array_InternalArray__Insert_445, (Array * __this, int32_t index, Playable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69838, Array_InternalArray__Insert_445__MethodInfo); DO_APP_FUNC(0x00D40C20, void, Array_InternalArray__Insert_446, (Array * __this, int32_t index, PlayableBinding item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C697F8, Array_InternalArray__Insert_446__MethodInfo); DO_APP_FUNC(0x00D40C80, void, Array_InternalArray__Insert_447, (Array * __this, int32_t index, PlayerChannel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69800, Array_InternalArray__Insert_447__MethodInfo); DO_APP_FUNC(0x00D40CE0, void, Array_InternalArray__Insert_448, (Array * __this, int32_t index, PlayerFlashlightBeam item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69808, Array_InternalArray__Insert_448__MethodInfo); DO_APP_FUNC(0x00D40D40, void, Array_InternalArray__Insert_449, (Array * __this, int32_t index, PlayerLoopSystem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69810, Array_InternalArray__Insert_449__MethodInfo); DO_APP_FUNC(0x00D40DA0, void, Array_InternalArray__Insert_450, (Array * __this, int32_t index, PointerModel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C697D8, Array_InternalArray__Insert_450__MethodInfo); DO_APP_FUNC(0x00D40E00, void, Array_InternalArray__Insert_451, (Array * __this, int32_t index, PrefabId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C697E0, Array_InternalArray__Insert_451__MethodInfo); DO_APP_FUNC(0x00D40E60, void, Array_InternalArray__Insert_452, (Array * __this, int32_t index, Priority item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C697E8, Array_InternalArray__Insert_452__MethodInfo); DO_APP_FUNC(0x00D40EC0, void, Array_InternalArray__Insert_453, (Array * __this, int32_t index, ProbeVolumeBakingProcessSettings item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C697F0, Array_InternalArray__Insert_453__MethodInfo); DO_APP_FUNC(0x00D40F20, void, Array_InternalArray__Insert_454, (Array * __this, int32_t index, Progress item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C697B8, Array_InternalArray__Insert_454__MethodInfo); DO_APP_FUNC(0x00D40F80, void, Array_InternalArray__Insert_455, (Array * __this, int32_t index, PublishedFileId_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C697C0, Array_InternalArray__Insert_455__MethodInfo); DO_APP_FUNC(0x00D40FE0, void, Array_InternalArray__Insert_456, (Array * __this, int32_t index, QeeoSydAJKtvhuMHtIdMCGTRHBDhA item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C697C8, Array_InternalArray__Insert_456__MethodInfo); DO_APP_FUNC(0x00D41040, void, Array_InternalArray__Insert_457, (Array * __this, int32_t index, Quaternion item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C697D0, Array_InternalArray__Insert_457__MethodInfo); DO_APP_FUNC(0x00D410A0, void, Array_InternalArray__Insert_458, (Array * __this, int32_t index, RangePositionInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69798, Array_InternalArray__Insert_458__MethodInfo); DO_APP_FUNC(0x00D41100, void, Array_InternalArray__Insert_459, (Array * __this, int32_t index, RaycastHit item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C697A0, Array_InternalArray__Insert_459__MethodInfo); DO_APP_FUNC(0x00D41160, void, Array_InternalArray__Insert_460, (Array * __this, int32_t index, RaycastHit2D item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C697A8, Array_InternalArray__Insert_460__MethodInfo); DO_APP_FUNC(0x00D411C0, void, Array_InternalArray__Insert_461, (Array * __this, int32_t index, RaycastResult item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C697B0, Array_InternalArray__Insert_461__MethodInfo); DO_APP_FUNC(0x00D41220, void, Array_InternalArray__Insert_462, (Array * __this, int32_t index, Rect item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69778, Array_InternalArray__Insert_462__MethodInfo); DO_APP_FUNC(0x00D41280, void, Array_InternalArray__Insert_463, (Array * __this, int32_t index, ReflectionProbeBlendInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69780, Array_InternalArray__Insert_463__MethodInfo); DO_APP_FUNC(0x00D412E0, void, Array_InternalArray__Insert_464, (Array * __this, int32_t index, RemoteChannel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69788, Array_InternalArray__Insert_464__MethodInfo); DO_APP_FUNC(0x00D41340, void, Array_InternalArray__Insert_465, (Array * __this, int32_t index, RenderChainTextEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69790, Array_InternalArray__Insert_465__MethodInfo); DO_APP_FUNC(0x00D413A0, void, Array_InternalArray__Insert_466, (Array * __this, int32_t index, RenderInstancedDataLayout item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69750, Array_InternalArray__Insert_466__MethodInfo); DO_APP_FUNC(0x00D41400, void, Array_InternalArray__Insert_467, (Array * __this, int32_t index, RenderTargetIdentifier item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69758, Array_InternalArray__Insert_467__MethodInfo); DO_APP_FUNC(0x00D41460, void, Array_InternalArray__Insert_468, (Array * __this, int32_t index, RendererList item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69760, Array_InternalArray__Insert_468__MethodInfo); DO_APP_FUNC(0x00D414C0, void, Array_InternalArray__Insert_469, (Array * __this, int32_t index, RendererListHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69768, Array_InternalArray__Insert_469__MethodInfo); DO_APP_FUNC(0x00D41520, void, Array_InternalArray__Insert_470, (Array * __this, int32_t index, RendererListResource item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69728, Array_InternalArray__Insert_470__MethodInfo); DO_APP_FUNC(0x00D41580, void, Array_InternalArray__Insert_471, (Array * __this, int32_t index, Resolution item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69738, Array_InternalArray__Insert_471__MethodInfo); DO_APP_FUNC(0x00D415E0, void, Array_InternalArray__Insert_472, (Array * __this, int32_t index, ResourceHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69740, Array_InternalArray__Insert_472__MethodInfo); DO_APP_FUNC(0x00D41640, void, Array_InternalArray__Insert_473, (Array * __this, int32_t index, ResourceLocator item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69748, Array_InternalArray__Insert_473__MethodInfo); DO_APP_FUNC(0x00D416A0, void, Array_InternalArray__Insert_474, (Array * __this, int32_t index, RichTextTagAttribute item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C696F0, Array_InternalArray__Insert_474__MethodInfo); DO_APP_FUNC(0x00D41700, void, Array_InternalArray__Insert_475, (Array * __this, int32_t index, RichTextTagAttribute_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C696F8, Array_InternalArray__Insert_475__MethodInfo); DO_APP_FUNC(0x00D41760, void, Array_InternalArray__Insert_476, (Array * __this, int32_t index, RoomChannel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69708, Array_InternalArray__Insert_476__MethodInfo); DO_APP_FUNC(0x00D417C0, void, Array_InternalArray__Insert_477, (Array * __this, int32_t index, RoomMembership item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69718, Array_InternalArray__Insert_477__MethodInfo); DO_APP_FUNC(0x00D41820, void, Array_InternalArray__Insert_478, (Array * __this, int32_t index, RoomName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C696C8, Array_InternalArray__Insert_478__MethodInfo); DO_APP_FUNC(0x00D41880, void, Array_InternalArray__Insert_479, (Array * __this, int32_t index, Rotate_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C696D0, Array_InternalArray__Insert_479__MethodInfo); DO_APP_FUNC(0x00D418E0, void, Array_InternalArray__Insert_480, (Array * __this, int32_t index, RuleMatcher item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C696E0, Array_InternalArray__Insert_480__MethodInfo); DO_APP_FUNC(0x00D41940, void, Array_InternalArray__Insert_481, (Array * __this, int32_t index, RuntimeLabel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C696E8, Array_InternalArray__Insert_481__MethodInfo); DO_APP_FUNC(0x00D419A0, void, Array_InternalArray__Insert_482, (Array * __this, int32_t index, int8_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69698, Array_InternalArray__Insert_482__MethodInfo); DO_APP_FUNC(0x00D41A00, void, Array_InternalArray__Insert_483, (Array * __this, int32_t index, SByteEnum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C696A0, Array_InternalArray__Insert_483__MethodInfo); DO_APP_FUNC(0x00D41A60, void, Array_InternalArray__Insert_484, (Array * __this, int32_t index, STATDATA item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C696B0, Array_InternalArray__Insert_484__MethodInfo); DO_APP_FUNC(0x00D41AC0, void, Array_InternalArray__Insert_485, (Array * __this, int32_t index, ScalableImage item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C696C0, Array_InternalArray__Insert_485__MethodInfo); DO_APP_FUNC(0x00D41B20, void, Array_InternalArray__Insert_486, (Array * __this, int32_t index, Scale item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69678, Array_InternalArray__Insert_486__MethodInfo); DO_APP_FUNC(0x00D41B80, void, Array_InternalArray__Insert_487, (Array * __this, int32_t index, SelectorMatchRecord item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69680, Array_InternalArray__Insert_487__MethodInfo); DO_APP_FUNC(0x00D41BE0, void, Array_InternalArray__Insert_488, (Array * __this, int32_t index, SemanticMeaning item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69688, Array_InternalArray__Insert_488__MethodInfo); DO_APP_FUNC(0x00D41C40, void, Array_InternalArray__Insert_489, (Array * __this, int32_t index, SerializedType item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69690, Array_InternalArray__Insert_489__MethodInfo); DO_APP_FUNC(0x00D41CA0, void, Array_InternalArray__Insert_490, (Array * __this, int32_t index, SessionClient item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69650, Array_InternalArray__Insert_490__MethodInfo); DO_APP_FUNC(0x00D41D00, void, Array_InternalArray__Insert_491, (Array * __this, int32_t index, ShaderKeyword item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69660, Array_InternalArray__Insert_491__MethodInfo); DO_APP_FUNC(0x00D41D60, void, Array_InternalArray__Insert_492, (Array * __this, int32_t index, ShaderTagId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69668, Array_InternalArray__Insert_492__MethodInfo); DO_APP_FUNC(0x00D41DC0, void, Array_InternalArray__Insert_493, (Array * __this, int32_t index, ShaderVariablesProbeVolumes item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69670, Array_InternalArray__Insert_493__MethodInfo); DO_APP_FUNC(0x00D41E20, void, Array_InternalArray__Insert_494, (Array * __this, int32_t index, float item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69630, Array_InternalArray__Insert_494__MethodInfo); DO_APP_FUNC(0x00D41E80, void, Array_InternalArray__Insert_495, (Array * __this, int32_t index, SkeletonBone item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69638, Array_InternalArray__Insert_495__MethodInfo); DO_APP_FUNC(0x00D41EE0, void, Array_InternalArray__Insert_496, (Array * __this, int32_t index, Sku item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69640, Array_InternalArray__Insert_496__MethodInfo); DO_APP_FUNC(0x00D41F40, void, Array_InternalArray__Insert_497, (Array * __this, int32_t index, SpeechSession item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69648, Array_InternalArray__Insert_497__MethodInfo); DO_APP_FUNC(0x00D41FA0, void, Array_InternalArray__Insert_498, (Array * __this, int32_t index, SphericalHarmonicsL2 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69610, Array_InternalArray__Insert_498__MethodInfo); DO_APP_FUNC(0x00D42000, void, Array_InternalArray__Insert_499, (Array * __this, int32_t index, SpriteState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69618, Array_InternalArray__Insert_499__MethodInfo); DO_APP_FUNC(0x00D42060, void, Array_InternalArray__Insert_500, (Array * __this, int32_t index, SslApplicationProtocol item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69620, Array_InternalArray__Insert_500__MethodInfo); DO_APP_FUNC(0x00D420C0, void, Array_InternalArray__Insert_501, (Array * __this, int32_t index, SteamItemDef_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69628, Array_InternalArray__Insert_501__MethodInfo); DO_APP_FUNC(0x00D42120, void, Array_InternalArray__Insert_502, (Array * __this, int32_t index, SteamItemDetails_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C695F0, Array_InternalArray__Insert_502__MethodInfo); DO_APP_FUNC(0x00D42180, void, Array_InternalArray__Insert_503, (Array * __this, int32_t index, StylePropertyName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C695F8, Array_InternalArray__Insert_503__MethodInfo); DO_APP_FUNC(0x00D421E0, void, Array_InternalArray__Insert_504, (Array * __this, int32_t index, StylePropertyValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69600, Array_InternalArray__Insert_504__MethodInfo); DO_APP_FUNC(0x00D42240, void, Array_InternalArray__Insert_505, (Array * __this, int32_t index, StyleSelectorPart item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69608, Array_InternalArray__Insert_505__MethodInfo); DO_APP_FUNC(0x00D422A0, void, Array_InternalArray__Insert_506, (Array * __this, int32_t index, StyleSyntaxToken item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C695D0, Array_InternalArray__Insert_506__MethodInfo); DO_APP_FUNC(0x00D42300, void, Array_InternalArray__Insert_507, (Array * __this, int32_t index, StyleValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C695D8, Array_InternalArray__Insert_507__MethodInfo); DO_APP_FUNC(0x00D42360, void, Array_InternalArray__Insert_508, (Array * __this, int32_t index, StyleValueHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C695E0, Array_InternalArray__Insert_508__MethodInfo); DO_APP_FUNC(0x00D423C0, void, Array_InternalArray__Insert_509, (Array * __this, int32_t index, StyleValueManaged item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C695E8, Array_InternalArray__Insert_509__MethodInfo); DO_APP_FUNC(0x00D42420, void, Array_InternalArray__Insert_510, (Array * __this, int32_t index, StyleVariable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C695A8, Array_InternalArray__Insert_510__MethodInfo); DO_APP_FUNC(0x00D42480, void, Array_InternalArray__Insert_511, (Array * __this, int32_t index, SubMeshDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C695B0, Array_InternalArray__Insert_511__MethodInfo); DO_APP_FUNC(0x00D424E0, void, Array_InternalArray__Insert_512, (Array * __this, int32_t index, Substring item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C695C0, Array_InternalArray__Insert_512__MethodInfo); DO_APP_FUNC(0x00D42540, void, Array_InternalArray__Insert_513, (Array * __this, int32_t index, TMP_CharacterInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C695C8, Array_InternalArray__Insert_513__MethodInfo); DO_APP_FUNC(0x00D425A0, void, Array_InternalArray__Insert_514, (Array * __this, int32_t index, TMP_FontWeightPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69588, Array_InternalArray__Insert_514__MethodInfo); DO_APP_FUNC(0x00D42600, void, Array_InternalArray__Insert_515, (Array * __this, int32_t index, TMP_LineInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69590, Array_InternalArray__Insert_515__MethodInfo); DO_APP_FUNC(0x00D42660, void, Array_InternalArray__Insert_516, (Array * __this, int32_t index, TMP_LinkInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69598, Array_InternalArray__Insert_516__MethodInfo); DO_APP_FUNC(0x00D426C0, void, Array_InternalArray__Insert_517, (Array * __this, int32_t index, TMP_MeshInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C695A0, Array_InternalArray__Insert_517__MethodInfo); DO_APP_FUNC(0x00D42720, void, Array_InternalArray__Insert_518, (Array * __this, int32_t index, TMP_PageInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69568, Array_InternalArray__Insert_518__MethodInfo); DO_APP_FUNC(0x00D42780, void, Array_InternalArray__Insert_519, (Array * __this, int32_t index, TMP_WordInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69570, Array_InternalArray__Insert_519__MethodInfo); DO_APP_FUNC(0x00D427E0, void, Array_InternalArray__Insert_520, (Array * __this, int32_t index, TerrainTileCoord item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69578, Array_InternalArray__Insert_520__MethodInfo); DO_APP_FUNC(0x00D42840, void, Array_InternalArray__Insert_521, (Array * __this, int32_t index, TextElementInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69580, Array_InternalArray__Insert_521__MethodInfo); DO_APP_FUNC(0x00D428A0, void, Array_InternalArray__Insert_522, (Array * __this, int32_t index, TextShadow item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69540, Array_InternalArray__Insert_522__MethodInfo); DO_APP_FUNC(0x00D42900, void, Array_InternalArray__Insert_523, (Array * __this, int32_t index, TextVertex_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69548, Array_InternalArray__Insert_523__MethodInfo); DO_APP_FUNC(0x00D42960, void, Array_InternalArray__Insert_524, (Array * __this, int32_t index, TextureHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69550, Array_InternalArray__Insert_524__MethodInfo); DO_APP_FUNC(0x00D429C0, void, Array_InternalArray__Insert_525, (Array * __this, int32_t index, TextureId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69560, Array_InternalArray__Insert_525__MethodInfo); DO_APP_FUNC(0x00D42A20, void, Array_InternalArray__Insert_526, (Array * __this, int32_t index, TileData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69520, Array_InternalArray__Insert_526__MethodInfo); DO_APP_FUNC(0x00D42A80, void, Array_InternalArray__Insert_527, (Array * __this, int32_t index, TimeSpan item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69528, Array_InternalArray__Insert_527__MethodInfo); DO_APP_FUNC(0x00D42AE0, void, Array_InternalArray__Insert_528, (Array * __this, int32_t index, TimeValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69530, Array_InternalArray__Insert_528__MethodInfo); DO_APP_FUNC(0x00D42B40, void, Array_InternalArray__Insert_529, (Array * __this, int32_t index, Touch item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69538, Array_InternalArray__Insert_529__MethodInfo); DO_APP_FUNC(0x00D42BA0, void, Array_InternalArray__Insert_530, (Array * __this, int32_t index, Touch_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69500, Array_InternalArray__Insert_530__MethodInfo); DO_APP_FUNC(0x00D42C00, void, Array_InternalArray__Insert_531, (Array * __this, int32_t index, TrackableId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69508, Array_InternalArray__Insert_531__MethodInfo); DO_APP_FUNC(0x00D42C60, void, Array_InternalArray__Insert_532, (Array * __this, int32_t index, Transform3x4 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69510, Array_InternalArray__Insert_532__MethodInfo); DO_APP_FUNC(0x00D42CC0, void, Array_InternalArray__Insert_533, (Array * __this, int32_t index, TransformOrigin item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69518, Array_InternalArray__Insert_533__MethodInfo); DO_APP_FUNC(0x00D42D20, void, Array_InternalArray__Insert_534, (Array * __this, int32_t index, Translate_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C694D8, Array_InternalArray__Insert_534__MethodInfo); DO_APP_FUNC(0x00D42D80, void, Array_InternalArray__Insert_535, (Array * __this, int32_t index, TreeInstance item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C694E0, Array_InternalArray__Insert_535__MethodInfo); DO_APP_FUNC(0x00D42DE0, void, Array_InternalArray__Insert_536, (Array * __this, int32_t index, TreeItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C694E8, Array_InternalArray__Insert_536__MethodInfo); DO_APP_FUNC(0x00D42E40, void, Array_InternalArray__Insert_537, (Array * __this, int32_t index, TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C694F0, Array_InternalArray__Insert_537__MethodInfo); DO_APP_FUNC(0x00D42EA0, void, Array_InternalArray__Insert_538, (Array * __this, int32_t index, TypeId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C694B8, Array_InternalArray__Insert_538__MethodInfo); DO_APP_FUNC(0x00D42F00, void, Array_InternalArray__Insert_539, (Array * __this, int32_t index, TypeWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C694C0, Array_InternalArray__Insert_539__MethodInfo); DO_APP_FUNC(0x00D42F60, void, Array_InternalArray__Insert_540, (Array * __this, int32_t index, UICharInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C694C8, Array_InternalArray__Insert_540__MethodInfo); DO_APP_FUNC(0x00D42FC0, void, Array_InternalArray__Insert_541, (Array * __this, int32_t index, UILineInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C694D0, Array_InternalArray__Insert_541__MethodInfo); DO_APP_FUNC(0x00D43020, void, Array_InternalArray__Insert_542, (Array * __this, int32_t index, UIVertex item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69498, Array_InternalArray__Insert_542__MethodInfo); DO_APP_FUNC(0x00D43080, void, Array_InternalArray__Insert_543, (Array * __this, int32_t index, uint16_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C694A0, Array_InternalArray__Insert_543__MethodInfo); DO_APP_FUNC(0x00D430E0, void, Array_InternalArray__Insert_544, (Array * __this, int32_t index, UInt16Enum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C694A8, Array_InternalArray__Insert_544__MethodInfo); DO_APP_FUNC(0x00D43140, void, Array_InternalArray__Insert_545, (Array * __this, int32_t index, uint32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C694B0, Array_InternalArray__Insert_545__MethodInfo); DO_APP_FUNC(0x00D431A0, void, Array_InternalArray__Insert_546, (Array * __this, int32_t index, UInt32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69478, Array_InternalArray__Insert_546__MethodInfo); DO_APP_FUNC(0x00D43200, void, Array_InternalArray__Insert_547, (Array * __this, int32_t index, uint64_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69480, Array_InternalArray__Insert_547__MethodInfo); DO_APP_FUNC(0x00D43260, void, Array_InternalArray__Insert_548, (Array * __this, int32_t index, UVTexture item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69488, Array_InternalArray__Insert_548__MethodInfo); DO_APP_FUNC(0x00D432C0, void, Array_InternalArray__Insert_549, (Array * __this, int32_t index, UdpChannelName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69490, Array_InternalArray__Insert_549__MethodInfo); DO_APP_FUNC(0x00D43320, void, Array_InternalArray__Insert_550, (Array * __this, int32_t index, UdpEndPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69458, Array_InternalArray__Insert_550__MethodInfo); DO_APP_FUNC(0x00D43380, void, Array_InternalArray__Insert_551, (Array * __this, int32_t index, UdpEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69460, Array_InternalArray__Insert_551__MethodInfo); DO_APP_FUNC(0x00D433E0, void, Array_InternalArray__Insert_552, (Array * __this, int32_t index, UdpIPv4Address item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69468, Array_InternalArray__Insert_552__MethodInfo); DO_APP_FUNC(0x00D43440, void, Array_InternalArray__Insert_553, (Array * __this, int32_t index, UdpPipeHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69470, Array_InternalArray__Insert_553__MethodInfo); DO_APP_FUNC(0x00D434A0, void, Array_InternalArray__Insert_554, (Array * __this, int32_t index, UniqueId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69430, Array_InternalArray__Insert_554__MethodInfo); DO_APP_FUNC(0x00D43500, void, Array_InternalArray__Insert_555, (Array * __this, int32_t index, UsageHint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69440, Array_InternalArray__Insert_555__MethodInfo); DO_APP_FUNC(0x00D43560, void, Array_InternalArray__Insert_556, (Array * __this, int32_t index, User item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69448, Array_InternalArray__Insert_556__MethodInfo); DO_APP_FUNC(0x00D435C0, void, Array_InternalArray__Insert_557, (Array * __this, int32_t index, ValueWebSocketReceiveResult item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69450, Array_InternalArray__Insert_557__MethodInfo); DO_APP_FUNC(0x00D43620, void, Array_InternalArray__Insert_558, (Array * __this, int32_t index, Vector2 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69410, Array_InternalArray__Insert_558__MethodInfo); DO_APP_FUNC(0x00D43680, void, Array_InternalArray__Insert_559, (Array * __this, int32_t index, Vector2Int item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69418, Array_InternalArray__Insert_559__MethodInfo); DO_APP_FUNC(0x00D436E0, void, Array_InternalArray__Insert_560, (Array * __this, int32_t index, Vector3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69420, Array_InternalArray__Insert_560__MethodInfo); DO_APP_FUNC(0x00D43740, void, Array_InternalArray__Insert_561, (Array * __this, int32_t index, Vector3Int item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69428, Array_InternalArray__Insert_561__MethodInfo); DO_APP_FUNC(0x00D437A0, void, Array_InternalArray__Insert_562, (Array * __this, int32_t index, Vector3_Array2D item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C693F0, Array_InternalArray__Insert_562__MethodInfo); DO_APP_FUNC(0x00D43800, void, Array_InternalArray__Insert_563, (Array * __this, int32_t index, Vector4 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C693F8, Array_InternalArray__Insert_563__MethodInfo); DO_APP_FUNC(0x00D43860, void, Array_InternalArray__Insert_564, (Array * __this, int32_t index, VectorImageVertex item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69400, Array_InternalArray__Insert_564__MethodInfo); DO_APP_FUNC(0x00D438C0, void, Array_InternalArray__Insert_565, (Array * __this, int32_t index, Vertex item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69408, Array_InternalArray__Insert_565__MethodInfo); DO_APP_FUNC(0x00D43920, void, Array_InternalArray__Insert_566, (Array * __this, int32_t index, VertexAttributeDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C693D0, Array_InternalArray__Insert_566__MethodInfo); DO_APP_FUNC(0x00D43980, void, Array_InternalArray__Insert_567, (Array * __this, int32_t index, ViewConfiguration item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C693D8, Array_InternalArray__Insert_567__MethodInfo); DO_APP_FUNC(0x00D439E0, void, Array_InternalArray__Insert_568, (Array * __this, int32_t index, VoicePacket item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C693E0, Array_InternalArray__Insert_568__MethodInfo); DO_APP_FUNC(0x00D43A40, void, Array_InternalArray__Insert_569, (Array * __this, int32_t index, VoxelCell item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C693E8, Array_InternalArray__Insert_569__MethodInfo); DO_APP_FUNC(0x00D43AA0, void, Array_InternalArray__Insert_570, (Array * __this, int32_t index, VoxelContour item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C693B0, Array_InternalArray__Insert_570__MethodInfo); DO_APP_FUNC(0x00D43B00, void, Array_InternalArray__Insert_571, (Array * __this, int32_t index, Win32_IP_ADAPTER_ADDRESSES item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C693B8, Array_InternalArray__Insert_571__MethodInfo); DO_APP_FUNC(0x00D43B60, void, Array_InternalArray__Insert_572, (Array * __this, int32_t index, Win32_IP_ADAPTER_INFO item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C693C0, Array_InternalArray__Insert_572__MethodInfo); DO_APP_FUNC(0x00D43BC0, void, Array_InternalArray__Insert_573, (Array * __this, int32_t index, Win32_IP_ADDR_STRING item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C693C8, Array_InternalArray__Insert_573__MethodInfo); DO_APP_FUNC(0x00D43C20, void, Array_InternalArray__Insert_574, (Array * __this, int32_t index, WordInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69390, Array_InternalArray__Insert_574__MethodInfo); DO_APP_FUNC(0x00D43C80, void, Array_InternalArray__Insert_575, (Array * __this, int32_t index, WordWrapState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69398, Array_InternalArray__Insert_575__MethodInfo); DO_APP_FUNC(0x00D43CE0, void, Array_InternalArray__Insert_576, (Array * __this, int32_t index, X509ChainStatus item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C693A0, Array_InternalArray__Insert_576__MethodInfo); DO_APP_FUNC(0x00D43D40, void, Array_InternalArray__Insert_577, (Array * __this, int32_t index, XPathNode item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C693A8, Array_InternalArray__Insert_577__MethodInfo); DO_APP_FUNC(0x00D43DA0, void, Array_InternalArray__Insert_578, (Array * __this, int32_t index, XPathNodeRef item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69370, Array_InternalArray__Insert_578__MethodInfo); DO_APP_FUNC(0x00D43E00, void, Array_InternalArray__Insert_579, (Array * __this, int32_t index, XRAnchor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69378, Array_InternalArray__Insert_579__MethodInfo); DO_APP_FUNC(0x00D43E60, void, Array_InternalArray__Insert_580, (Array * __this, int32_t index, XRFeatureDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69380, Array_InternalArray__Insert_580__MethodInfo); DO_APP_FUNC(0x00D43EC0, void, Array_InternalArray__Insert_581, (Array * __this, int32_t index, XRNodeState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69388, Array_InternalArray__Insert_581__MethodInfo); DO_APP_FUNC(0x00D43F20, void, Array_InternalArray__Insert_582, (Array * __this, int32_t index, XRRaycast item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69348, Array_InternalArray__Insert_582__MethodInfo); DO_APP_FUNC(0x00D43F80, void, Array_InternalArray__Insert_583, (Array * __this, int32_t index, XmlTagAttribute item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69350, Array_InternalArray__Insert_583__MethodInfo); DO_APP_FUNC(0x00D43FE0, void, Array_InternalArray__Insert_584, (Array * __this, int32_t index, aOHEnKCFymegycPegEXPFUjlaUPpA item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69358, Array_InternalArray__Insert_584__MethodInfo); DO_APP_FUNC(0x00D44040, void, Array_InternalArray__Insert_585, (Array * __this, int32_t index, aQHgSHeigtcamfIWbNaiXaCiVwuq item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69368, Array_InternalArray__Insert_585__MethodInfo); DO_APP_FUNC(0x00D440A0, void, Array_InternalArray__Insert_586, (Array * __this, int32_t index, jvalue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69320, Array_InternalArray__Insert_586__MethodInfo); DO_APP_FUNC(0x00D44100, void, Array_InternalArray__Insert_587, (Array * __this, int32_t index, tSPvxZUJjzaTiAEejeAOLKctGpmKA item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69328, Array_InternalArray__Insert_587__MethodInfo); DO_APP_FUNC(0x00D44160, void, Array_InternalArray__Insert_588, (Array * __this, int32_t index, yUgrsNEvLzxrXGzkHTUPIBJYGDah item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69330, Array_InternalArray__Insert_588__MethodInfo); DO_APP_FUNC(0x00D441C0, void, Array_InternalArray__Insert_589, (Array * __this, int32_t index, AIObjectPool_PreloadedPrefab item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69338, Array_InternalArray__Insert_589__MethodInfo); DO_APP_FUNC(0x00D44220, void, Array_InternalArray__Insert_590, (Array * __this, int32_t index, AdvancedSmooth_Turn item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C692E0, Array_InternalArray__Insert_590__MethodInfo); DO_APP_FUNC(0x00D44280, void, Array_InternalArray__Insert_591, (Array * __this, int32_t index, Agent_VO item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C692F0, Array_InternalArray__Insert_591__MethodInfo); DO_APP_FUNC(0x00D442E0, void, Array_InternalArray__Insert_592, (Array * __this, int32_t index, AnimationOutputWeightProcessor_WeightInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69300, Array_InternalArray__Insert_592__MethodInfo); DO_APP_FUNC(0x00D44340, void, Array_InternalArray__Insert_593, (Array * __this, int32_t index, AstarDebugger_GraphPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69310, Array_InternalArray__Insert_593__MethodInfo); DO_APP_FUNC(0x00D443A0, void, Array_InternalArray__Insert_594, (Array * __this, int32_t index, AstarDebugger_PathTypeDebug item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C692A0, Array_InternalArray__Insert_594__MethodInfo); DO_APP_FUNC(0x00D44400, void, Array_InternalArray__Insert_595, (Array * __this, int32_t index, AtlasAllocatorDynamic_AtlasNode item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C692B0, Array_InternalArray__Insert_595__MethodInfo); DO_APP_FUNC(0x00D44460, void, Array_InternalArray__Insert_596, (Array * __this, int32_t index, AttributeCollection_AttributeEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C692C0, Array_InternalArray__Insert_596__MethodInfo); DO_APP_FUNC(0x00D444C0, void, Array_InternalArray__Insert_597, (Array * __this, int32_t index, BBTree_BBTreeBox item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C692D0, Array_InternalArray__Insert_597__MethodInfo); DO_APP_FUNC(0x00D44520, void, Array_InternalArray__Insert_598, (Array * __this, int32_t index, BaseStyleMatcher_MatchContext item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69260, Array_InternalArray__Insert_598__MethodInfo); DO_APP_FUNC(0x00D44580, void, Array_InternalArray__Insert_599, (Array * __this, int32_t index, BeforeRenderHelper_OrderBlock item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69270, Array_InternalArray__Insert_599__MethodInfo); DO_APP_FUNC(0x00D445E0, void, Array_InternalArray__Insert_600, (Array * __this, int32_t index, BinaryHeap_Tuple item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69280, Array_InternalArray__Insert_600__MethodInfo); DO_APP_FUNC(0x00D44640, void, Array_InternalArray__Insert_601, (Array * __this, int32_t index, BitmapAllocator32_Page item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69290, Array_InternalArray__Insert_601__MethodInfo); DO_APP_FUNC(0x00D446A0, void, Array_InternalArray__Insert_602, (Array * __this, int32_t index, BloomRenderer_Level item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69220, Array_InternalArray__Insert_602__MethodInfo); DO_APP_FUNC(0x00D44700, void, Array_InternalArray__Insert_603, (Array * __this, int32_t index, BoltConsole_Line item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69230, Array_InternalArray__Insert_603__MethodInfo); DO_APP_FUNC(0x00D44760, void, Array_InternalArray__Insert_604, (Array * __this, int32_t index, BoltProtocolTokenRegistry_TokenRegistry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69240, Array_InternalArray__Insert_604__MethodInfo); DO_APP_FUNC(0x00D447C0, void, Array_InternalArray__Insert_605, (Array * __this, int32_t index, CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69250, Array_InternalArray__Insert_605__MethodInfo); DO_APP_FUNC(0x00D44820, void, Array_InternalArray__Insert_606, (Array * __this, int32_t index, Camera_RenderRequest item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C691F8, Array_InternalArray__Insert_606__MethodInfo); DO_APP_FUNC(0x00D44880, void, Array_InternalArray__Insert_607, (Array * __this, int32_t index, CameraState_CustomBlendable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69200, Array_InternalArray__Insert_607__MethodInfo); DO_APP_FUNC(0x00D448E0, void, Array_InternalArray__Insert_608, (Array * __this, int32_t index, CharacterFootEffects_Foot item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69208, Array_InternalArray__Insert_608__MethodInfo); DO_APP_FUNC(0x00D44940, void, Array_InternalArray__Insert_609, (Array * __this, int32_t index, CinemachineBlendListCamera_Instruction item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69210, Array_InternalArray__Insert_609__MethodInfo); DO_APP_FUNC(0x00D449A0, void, Array_InternalArray__Insert_610, (Array * __this, int32_t index, CinemachineBlenderSettings_CustomBlend item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C691D0, Array_InternalArray__Insert_610__MethodInfo); DO_APP_FUNC(0x00D44A00, void, Array_InternalArray__Insert_611, (Array * __this, int32_t index, CinemachineClearShot_Pair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C691D8, Array_InternalArray__Insert_611__MethodInfo); DO_APP_FUNC(0x00D44A60, void, Array_InternalArray__Insert_612, (Array * __this, int32_t index, CinemachineFreeLook_Orbit item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C691E8, Array_InternalArray__Insert_612__MethodInfo); DO_APP_FUNC(0x00D44AC0, void, Array_InternalArray__Insert_613, (Array * __this, int32_t index, CinemachinePath_Waypoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C691F0, Array_InternalArray__Insert_613__MethodInfo); DO_APP_FUNC(0x00D44B20, void, Array_InternalArray__Insert_614, (Array * __this, int32_t index, CinemachineSmoothPath_Waypoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C691B0, Array_InternalArray__Insert_614__MethodInfo); DO_APP_FUNC(0x00D44B80, void, Array_InternalArray__Insert_615, (Array * __this, int32_t index, CinemachineStateDrivenCamera_HashPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C691B8, Array_InternalArray__Insert_615__MethodInfo); DO_APP_FUNC(0x00D44BE0, void, Array_InternalArray__Insert_616, (Array * __this, int32_t index, CinemachineStateDrivenCamera_Instruction item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C691C0, Array_InternalArray__Insert_616__MethodInfo); DO_APP_FUNC(0x00D44C40, void, Array_InternalArray__Insert_617, (Array * __this, int32_t index, CinemachineStateDrivenCamera_ParentHash item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C691C8, Array_InternalArray__Insert_617__MethodInfo); DO_APP_FUNC(0x00D44CA0, void, Array_InternalArray__Insert_618, (Array * __this, int32_t index, CinemachineTargetGroup_Target item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69190, Array_InternalArray__Insert_618__MethodInfo); DO_APP_FUNC(0x00D44D00, void, Array_InternalArray__Insert_619, (Array * __this, int32_t index, ClipperLib_DoublePoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69198, Array_InternalArray__Insert_619__MethodInfo); DO_APP_FUNC(0x00D44D60, void, Array_InternalArray__Insert_620, (Array * __this, int32_t index, ClipperLib_IntPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C691A0, Array_InternalArray__Insert_620__MethodInfo); DO_APP_FUNC(0x00D44DC0, void, Array_InternalArray__Insert_621, (Array * __this, int32_t index, CodePointIndexer_TableRange item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C691A8, Array_InternalArray__Insert_621__MethodInfo); DO_APP_FUNC(0x00D44E20, void, Array_InternalArray__Insert_622, (Array * __this, int32_t index, ComboTimeout_ComboInputElement item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69170, Array_InternalArray__Insert_622__MethodInfo); DO_APP_FUNC(0x00D44E80, void, Array_InternalArray__Insert_623, (Array * __this, int32_t index, ConfinerOven_PolygonSolution item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69178, Array_InternalArray__Insert_623__MethodInfo); DO_APP_FUNC(0x00D44EE0, void, Array_InternalArray__Insert_624, (Array * __this, int32_t index, ContentCatalogData_Bucket item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69180, Array_InternalArray__Insert_624__MethodInfo); DO_APP_FUNC(0x00D44F40, void, Array_InternalArray__Insert_625, (Array * __this, int32_t index, ContextFlagsAdapterPal_ContextFlagMapping item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69188, Array_InternalArray__Insert_625__MethodInfo); DO_APP_FUNC(0x00D44FA0, void, Array_InternalArray__Insert_626, (Array * __this, int32_t index, CookieTokenizer_RecognizedAttribute item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69150, Array_InternalArray__Insert_626__MethodInfo); DO_APP_FUNC(0x00D45000, void, Array_InternalArray__Insert_627, (Array * __this, int32_t index, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69158, Array_InternalArray__Insert_627__MethodInfo); DO_APP_FUNC(0x00D45060, void, Array_InternalArray__Insert_628, (Array * __this, int32_t index, DamageIndicatorMonitor_DamageIndicator item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69160, Array_InternalArray__Insert_628__MethodInfo); DO_APP_FUNC(0x00D450C0, void, Array_InternalArray__Insert_629, (Array * __this, int32_t index, DelayedActionManager_DelegateInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69168, Array_InternalArray__Insert_629__MethodInfo); DO_APP_FUNC(0x00D45120, void, Array_InternalArray__Insert_630, (Array * __this, int32_t index, DynamicResolutionHandler_ScalerContainer item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69118, Array_InternalArray__Insert_630__MethodInfo); DO_APP_FUNC(0x00D45180, void, Array_InternalArray__Insert_631, (Array * __this, int32_t index, EventDispatcher_CallbackWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69128, Array_InternalArray__Insert_631__MethodInfo); DO_APP_FUNC(0x00D451E0, void, Array_InternalArray__Insert_632, (Array * __this, int32_t index, EventDispatcher_EventListener item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69138, Array_InternalArray__Insert_632__MethodInfo); DO_APP_FUNC(0x00D45240, void, Array_InternalArray__Insert_633, (Array * __this, int32_t index, EventDispatcher_DispatchContext item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69148, Array_InternalArray__Insert_633__MethodInfo); DO_APP_FUNC(0x00D452A0, void, Array_InternalArray__Insert_634, (Array * __this, int32_t index, EventDispatcher_EventRecord item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C690D8, Array_InternalArray__Insert_634__MethodInfo); DO_APP_FUNC(0x00D45300, void, Array_InternalArray__Insert_635, (Array * __this, int32_t index, EventQueue_NetworkEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C690E8, Array_InternalArray__Insert_635__MethodInfo); DO_APP_FUNC(0x00D45360, void, Array_InternalArray__Insert_636, (Array * __this, int32_t index, EventReliableRecvBuffer_Node item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C690F8, Array_InternalArray__Insert_636__MethodInfo); DO_APP_FUNC(0x00D453C0, void, Array_InternalArray__Insert_637, (Array * __this, int32_t index, EventReliableSendBuffer_Node item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69108, Array_InternalArray__Insert_637__MethodInfo); DO_APP_FUNC(0x00D45420, void, Array_InternalArray__Insert_638, (Array * __this, int32_t index, FocusController_FocusedElement item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C690A0, Array_InternalArray__Insert_638__MethodInfo); DO_APP_FUNC(0x00D45480, void, Array_InternalArray__Insert_639, (Array * __this, int32_t index, Funnel_PathPart item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C690B0, Array_InternalArray__Insert_639__MethodInfo); DO_APP_FUNC(0x00D454E0, void, Array_InternalArray__Insert_640, (Array * __this, int32_t index, GetRandomAvailablePerch_RandomPerch item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C690C0, Array_InternalArray__Insert_640__MethodInfo); DO_APP_FUNC(0x00D45540, void, Array_InternalArray__Insert_641, (Array * __this, int32_t index, GraphUpdateProcessor_GUOSingle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C690D0, Array_InternalArray__Insert_641__MethodInfo); DO_APP_FUNC(0x00D455A0, void, Array_InternalArray__Insert_642, (Array * __this, int32_t index, HID_HIDCollectionDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69060, Array_InternalArray__Insert_642__MethodInfo); DO_APP_FUNC(0x00D45600, void, Array_InternalArray__Insert_643, (Array * __this, int32_t index, HID_HIDElementDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69070, Array_InternalArray__Insert_643__MethodInfo); DO_APP_FUNC(0x00D45660, void, Array_InternalArray__Insert_644, (Array * __this, int32_t index, HIDParser_HIDReportData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69080, Array_InternalArray__Insert_644__MethodInfo); DO_APP_FUNC(0x00D456C0, void, Array_InternalArray__Insert_645, (Array * __this, int32_t index, HIDSupport_HIDPageUsage item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69090, Array_InternalArray__Insert_645__MethodInfo); DO_APP_FUNC(0x00D45720, void, Array_InternalArray__Insert_646, (Array * __this, int32_t index, HIDTouchpad_TouchData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69038, Array_InternalArray__Insert_646__MethodInfo); DO_APP_FUNC(0x00D45780, void, Array_InternalArray__Insert_647, (Array * __this, int32_t index, HairDesignerColliderBase_DualSphere item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69040, Array_InternalArray__Insert_647__MethodInfo); DO_APP_FUNC(0x00D457E0, void, Array_InternalArray__Insert_648, (Array * __this, int32_t index, HairDesignerGeneratorAdvancedFurBase_DualSphereCollider item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69048, Array_InternalArray__Insert_648__MethodInfo); DO_APP_FUNC(0x00D45840, void, Array_InternalArray__Insert_649, (Array * __this, int32_t index, HairDesignerGeneratorAdvancedFurBase_SkinData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69050, Array_InternalArray__Insert_649__MethodInfo); DO_APP_FUNC(0x00D458A0, void, Array_InternalArray__Insert_650, (Array * __this, int32_t index, HairDesignerGeneratorFurShellBase_BufferData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69000, Array_InternalArray__Insert_650__MethodInfo); DO_APP_FUNC(0x00D45900, void, Array_InternalArray__Insert_651, (Array * __this, int32_t index, HairDesignerGeneratorFurShellBase_SkinData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69010, Array_InternalArray__Insert_651__MethodInfo); DO_APP_FUNC(0x00D45960, void, Array_InternalArray__Insert_652, (Array * __this, int32_t index, Hammersley_Hammersley2dSeq16 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69020, Array_InternalArray__Insert_652__MethodInfo); DO_APP_FUNC(0x00D459C0, void, Array_InternalArray__Insert_653, (Array * __this, int32_t index, Hammersley_Hammersley2dSeq256 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69030, Array_InternalArray__Insert_653__MethodInfo); DO_APP_FUNC(0x00D45A20, void, Array_InternalArray__Insert_654, (Array * __this, int32_t index, Hammersley_Hammersley2dSeq32 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68FD8, Array_InternalArray__Insert_654__MethodInfo); DO_APP_FUNC(0x00D45A80, void, Array_InternalArray__Insert_655, (Array * __this, int32_t index, Hammersley_Hammersley2dSeq64 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68FE0, Array_InternalArray__Insert_655__MethodInfo); DO_APP_FUNC(0x00D45AE0, void, Array_InternalArray__Insert_656, (Array * __this, int32_t index, Hashtable_bucket item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68FE8, Array_InternalArray__Insert_656__MethodInfo); DO_APP_FUNC(0x00D45B40, void, Array_InternalArray__Insert_657, (Array * __this, int32_t index, HeadingTracker_Item item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68FF0, Array_InternalArray__Insert_657__MethodInfo); DO_APP_FUNC(0x00D45BA0, void, Array_InternalArray__Insert_658, (Array * __this, int32_t index, HealthFlashMonitor_Flash item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68FB8, Array_InternalArray__Insert_658__MethodInfo); DO_APP_FUNC(0x00D45C00, void, Array_InternalArray__Insert_659, (Array * __this, int32_t index, HebrewNumber_HebrewValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68FC0, Array_InternalArray__Insert_659__MethodInfo); DO_APP_FUNC(0x00D45C60, void, Array_InternalArray__Insert_660, (Array * __this, int32_t index, InputActionMap_BindingJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68FC8, Array_InternalArray__Insert_660__MethodInfo); DO_APP_FUNC(0x00D45CC0, void, Array_InternalArray__Insert_661, (Array * __this, int32_t index, InputActionMap_BindingOverrideJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68FD0, Array_InternalArray__Insert_661__MethodInfo); DO_APP_FUNC(0x00D45D20, void, Array_InternalArray__Insert_662, (Array * __this, int32_t index, InputActionMap_ReadActionJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68F90, Array_InternalArray__Insert_662__MethodInfo); DO_APP_FUNC(0x00D45D80, void, Array_InternalArray__Insert_663, (Array * __this, int32_t index, InputActionMap_ReadMapJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68F98, Array_InternalArray__Insert_663__MethodInfo); DO_APP_FUNC(0x00D45DE0, void, Array_InternalArray__Insert_664, (Array * __this, int32_t index, InputActionMap_WriteActionJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68FA0, Array_InternalArray__Insert_664__MethodInfo); DO_APP_FUNC(0x00D45E40, void, Array_InternalArray__Insert_665, (Array * __this, int32_t index, InputActionMap_WriteMapJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68FA8, Array_InternalArray__Insert_665__MethodInfo); DO_APP_FUNC(0x00D45EA0, void, Array_InternalArray__Insert_666, (Array * __this, int32_t index, InputActionRebindingExtensions_Parameter item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68F70, Array_InternalArray__Insert_666__MethodInfo); DO_APP_FUNC(0x00D45F00, void, Array_InternalArray__Insert_667, (Array * __this, int32_t index, InputActionRebindingExtensions_ParameterOverride item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68F78, Array_InternalArray__Insert_667__MethodInfo); DO_APP_FUNC(0x00D45F60, void, Array_InternalArray__Insert_668, (Array * __this, int32_t index, InputActionTrace_ActionEventPtr item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68F80, Array_InternalArray__Insert_668__MethodInfo); DO_APP_FUNC(0x00D45FC0, void, Array_InternalArray__Insert_669, (Array * __this, int32_t index, InputBindingCompositeContext_PartBinding item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68F88, Array_InternalArray__Insert_669__MethodInfo); DO_APP_FUNC(0x00D46020, void, Array_InternalArray__Insert_670, (Array * __this, int32_t index, InputControlLayout_ControlItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68F40, Array_InternalArray__Insert_670__MethodInfo); DO_APP_FUNC(0x00D46080, void, Array_InternalArray__Insert_671, (Array * __this, int32_t index, InputControlPath_ParsedPathComponent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68F50, Array_InternalArray__Insert_671__MethodInfo); DO_APP_FUNC(0x00D460E0, void, Array_InternalArray__Insert_672, (Array * __this, int32_t index, InputControlScheme_DeviceRequirement item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68F60, Array_InternalArray__Insert_672__MethodInfo); DO_APP_FUNC(0x00D46140, void, Array_InternalArray__Insert_673, (Array * __this, int32_t index, InputControlScheme_SchemeJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68F68, Array_InternalArray__Insert_673__MethodInfo); DO_APP_FUNC(0x00D461A0, void, Array_InternalArray__Insert_674, (Array * __this, int32_t index, InputDevice_ControlBitRangeNode item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68F00, Array_InternalArray__Insert_674__MethodInfo); DO_APP_FUNC(0x00D46200, void, Array_InternalArray__Insert_675, (Array * __this, int32_t index, InputEventTrace_DeviceInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68F10, Array_InternalArray__Insert_675__MethodInfo); DO_APP_FUNC(0x00D46260, void, Array_InternalArray__Insert_676, (Array * __this, int32_t index, InputManager_AvailableDevice item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68F20, Array_InternalArray__Insert_676__MethodInfo); DO_APP_FUNC(0x00D462C0, void, Array_InternalArray__Insert_677, (Array * __this, int32_t index, InputManager_StateChangeMonitorListener item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68F30, Array_InternalArray__Insert_677__MethodInfo); DO_APP_FUNC(0x00D46320, void, Array_InternalArray__Insert_678, (Array * __this, int32_t index, InputManager_StateChangeMonitorTimeout item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68EC0, Array_InternalArray__Insert_678__MethodInfo); DO_APP_FUNC(0x00D46380, void, Array_InternalArray__Insert_679, (Array * __this, int32_t index, InputManager_StateChangeMonitorsForDevice item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68ED0, Array_InternalArray__Insert_679__MethodInfo); DO_APP_FUNC(0x00D463E0, void, Array_InternalArray__Insert_680, (Array * __this, int32_t index, InputRemoting_RemoteInputDevice item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68EE0, Array_InternalArray__Insert_680__MethodInfo); DO_APP_FUNC(0x00D46440, void, Array_InternalArray__Insert_681, (Array * __this, int32_t index, InputRemoting_RemoteSender item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68EF0, Array_InternalArray__Insert_681__MethodInfo); DO_APP_FUNC(0x00D464A0, void, Array_InternalArray__Insert_682, (Array * __this, int32_t index, InputStateHistory_Record item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68E90, Array_InternalArray__Insert_682__MethodInfo); DO_APP_FUNC(0x00D46500, void, Array_InternalArray__Insert_683, (Array * __this, int32_t index, InputSystemUIInputModule_InputActionReferenceState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68E98, Array_InternalArray__Insert_683__MethodInfo); DO_APP_FUNC(0x00D46560, void, Array_InternalArray__Insert_684, (Array * __this, int32_t index, InputUser_OngoingAccountSelection item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68EA0, Array_InternalArray__Insert_684__MethodInfo); DO_APP_FUNC(0x00D465C0, void, Array_InternalArray__Insert_685, (Array * __this, int32_t index, InputUser_UserData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68EB0, Array_InternalArray__Insert_685__MethodInfo); DO_APP_FUNC(0x00D46620, void, Array_InternalArray__Insert_686, (Array * __this, int32_t index, InternalTreeView_TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68E70, Array_InternalArray__Insert_686__MethodInfo); DO_APP_FUNC(0x00D46680, void, Array_InternalArray__Insert_687, (Array * __this, int32_t index, JSONDeserialization_TaskField item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68E78, Array_InternalArray__Insert_687__MethodInfo); DO_APP_FUNC(0x00D466E0, void, Array_InternalArray__Insert_688, (Array * __this, int32_t index, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68E80, Array_InternalArray__Insert_688__MethodInfo); DO_APP_FUNC(0x00D46740, void, Array_InternalArray__Insert_689, (Array * __this, int32_t index, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68E88, Array_InternalArray__Insert_689__MethodInfo); DO_APP_FUNC(0x00D467A0, void, Array_InternalArray__Insert_690, (Array * __this, int32_t index, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68E50, Array_InternalArray__Insert_690__MethodInfo); DO_APP_FUNC(0x00D46800, void, Array_InternalArray__Insert_691, (Array * __this, int32_t index, JsonParser_JsonValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68E58, Array_InternalArray__Insert_691__MethodInfo); DO_APP_FUNC(0x00D46860, void, Array_InternalArray__Insert_692, (Array * __this, int32_t index, LayerGridGraph_HeightSample item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68E60, Array_InternalArray__Insert_692__MethodInfo); DO_APP_FUNC(0x00D468C0, void, Array_InternalArray__Insert_693, (Array * __this, int32_t index, Logs_LogMessage_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68E68, Array_InternalArray__Insert_693__MethodInfo); DO_APP_FUNC(0x00D46920, void, Array_InternalArray__Insert_694, (Array * __this, int32_t index, Logs_LogMessage item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68E30, Array_InternalArray__Insert_694__MethodInfo); DO_APP_FUNC(0x00D46980, void, Array_InternalArray__Insert_695, (Array * __this, int32_t index, MagicLightProbes_VolumeParameters item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68E38, Array_InternalArray__Insert_695__MethodInfo); DO_APP_FUNC(0x00D469E0, void, Array_InternalArray__Insert_696, (Array * __this, int32_t index, MailHeaderInfo_HeaderInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68E40, Array_InternalArray__Insert_696__MethodInfo); DO_APP_FUNC(0x00D46A40, void, Array_InternalArray__Insert_697, (Array * __this, int32_t index, MemberRelationshipService_RelationshipEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68E48, Array_InternalArray__Insert_697__MethodInfo); DO_APP_FUNC(0x00D46AA0, void, Array_InternalArray__Insert_698, (Array * __this, int32_t index, MemoryHelpers_BitRegion item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68E10, Array_InternalArray__Insert_698__MethodInfo); DO_APP_FUNC(0x00D46B00, void, Array_InternalArray__Insert_699, (Array * __this, int32_t index, MotionSolver_GPUNodeData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68E18, Array_InternalArray__Insert_699__MethodInfo); DO_APP_FUNC(0x00D46B60, void, Array_InternalArray__Insert_700, (Array * __this, int32_t index, MotionSolver_GPUNodeInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68E20, Array_InternalArray__Insert_700__MethodInfo); DO_APP_FUNC(0x00D46BC0, void, Array_InternalArray__Insert_701, (Array * __this, int32_t index, MotionSolver_GPURootTransform item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68E28, Array_InternalArray__Insert_701__MethodInfo); DO_APP_FUNC(0x00D46C20, void, Array_InternalArray__Insert_702, (Array * __this, int32_t index, MovingPlatform_Waypoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68DF0, Array_InternalArray__Insert_702__MethodInfo); DO_APP_FUNC(0x00D46C80, void, Array_InternalArray__Insert_703, (Array * __this, int32_t index, NightmareStyling_WallMaterial item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68DF8, Array_InternalArray__Insert_703__MethodInfo); DO_APP_FUNC(0x00D46CE0, void, Array_InternalArray__Insert_704, (Array * __this, int32_t index, NoiseSettings_TransformNoiseParams item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68E00, Array_InternalArray__Insert_704__MethodInfo); DO_APP_FUNC(0x00D46D40, void, Array_InternalArray__Insert_705, (Array * __this, int32_t index, NolanBehaviour_OverlappedCollider item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68E08, Array_InternalArray__Insert_705__MethodInfo); DO_APP_FUNC(0x00D46DA0, void, Array_InternalArray__Insert_706, (Array * __this, int32_t index, ObjectPoolBase_PreloadedPrefab item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68DD0, Array_InternalArray__Insert_706__MethodInfo); DO_APP_FUNC(0x00D46E00, void, Array_InternalArray__Insert_707, (Array * __this, int32_t index, OnScreenControl_OnScreenDeviceInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68DD8, Array_InternalArray__Insert_707__MethodInfo); DO_APP_FUNC(0x00D46E60, void, Array_InternalArray__Insert_708, (Array * __this, int32_t index, OpenXRInput_SerializedBinding item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68DE0, Array_InternalArray__Insert_708__MethodInfo); DO_APP_FUNC(0x00D46EC0, void, Array_InternalArray__Insert_709, (Array * __this, int32_t index, PackedPlayModeBuildLogs_RuntimeBuildLog item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68DE8, Array_InternalArray__Insert_709__MethodInfo); DO_APP_FUNC(0x00D46F20, void, Array_InternalArray__Insert_710, (Array * __this, int32_t index, ParameterizedStrings_FormatParam item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68DB0, Array_InternalArray__Insert_710__MethodInfo); DO_APP_FUNC(0x00D46F80, void, Array_InternalArray__Insert_711, (Array * __this, int32_t index, ParticleSystem_Particle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68DB8, Array_InternalArray__Insert_711__MethodInfo); DO_APP_FUNC(0x00D46FE0, void, Array_InternalArray__Insert_712, (Array * __this, int32_t index, PlayerStatsController_Category item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68DC0, Array_InternalArray__Insert_712__MethodInfo); DO_APP_FUNC(0x00D47040, void, Array_InternalArray__Insert_713, (Array * __this, int32_t index, PointKDTree_Node item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68DC8, Array_InternalArray__Insert_713__MethodInfo); DO_APP_FUNC(0x00D470A0, void, Array_InternalArray__Insert_714, (Array * __this, int32_t index, PointerDeviceState_PointerLocation item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68D90, Array_InternalArray__Insert_714__MethodInfo); DO_APP_FUNC(0x00D47100, void, Array_InternalArray__Insert_715, (Array * __this, int32_t index, ProbeBrickIndex_Brick item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68D98, Array_InternalArray__Insert_715__MethodInfo); DO_APP_FUNC(0x00D47160, void, Array_InternalArray__Insert_716, (Array * __this, int32_t index, ProbeBrickIndex_BrickMeta item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68DA0, Array_InternalArray__Insert_716__MethodInfo); DO_APP_FUNC(0x00D471C0, void, Array_InternalArray__Insert_717, (Array * __this, int32_t index, ProbeBrickIndex_CellIndexUpdateInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68DA8, Array_InternalArray__Insert_717__MethodInfo); DO_APP_FUNC(0x00D47220, void, Array_InternalArray__Insert_718, (Array * __this, int32_t index, ProbeBrickIndex_ReservedBrick item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68D70, Array_InternalArray__Insert_718__MethodInfo); DO_APP_FUNC(0x00D47280, void, Array_InternalArray__Insert_719, (Array * __this, int32_t index, ProbeBrickIndex_VoxelMeta item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68D78, Array_InternalArray__Insert_719__MethodInfo); DO_APP_FUNC(0x00D472E0, void, Array_InternalArray__Insert_720, (Array * __this, int32_t index, ProbeBrickPool_BrickChunkAlloc item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68D80, Array_InternalArray__Insert_720__MethodInfo); DO_APP_FUNC(0x00D47340, void, Array_InternalArray__Insert_721, (Array * __this, int32_t index, ProbeReferenceVolume_RegId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68D88, Array_InternalArray__Insert_721__MethodInfo); DO_APP_FUNC(0x00D473A0, void, Array_InternalArray__Insert_722, (Array * __this, int32_t index, ProbeReferenceVolume_Volume item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68D50, Array_InternalArray__Insert_722__MethodInfo); DO_APP_FUNC(0x00D47400, void, Array_InternalArray__Insert_723, (Array * __this, int32_t index, ProbeVolumePerSceneData_SerializableAssetItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68D58, Array_InternalArray__Insert_723__MethodInfo); DO_APP_FUNC(0x00D47460, void, Array_InternalArray__Insert_724, (Array * __this, int32_t index, ProbeVolumeSceneData_SerializableBoundItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68D60, Array_InternalArray__Insert_724__MethodInfo); DO_APP_FUNC(0x00D474C0, void, Array_InternalArray__Insert_725, (Array * __this, int32_t index, ProbeVolumeSceneData_SerializableHasPVItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68D68, Array_InternalArray__Insert_725__MethodInfo); DO_APP_FUNC(0x00D47520, void, Array_InternalArray__Insert_726, (Array * __this, int32_t index, ProbeVolumeSceneData_SerializablePVBakeSettings item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68D30, Array_InternalArray__Insert_726__MethodInfo); DO_APP_FUNC(0x00D47580, void, Array_InternalArray__Insert_727, (Array * __this, int32_t index, ProbeVolumeSceneData_SerializablePVProfile item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68D38, Array_InternalArray__Insert_727__MethodInfo); DO_APP_FUNC(0x00D475E0, void, Array_InternalArray__Insert_728, (Array * __this, int32_t index, ProtocolClient_AckCallback item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68D40, Array_InternalArray__Insert_728__MethodInfo); DO_APP_FUNC(0x00D47640, void, Array_InternalArray__Insert_729, (Array * __this, int32_t index, ProtocolClient_MsgHandler item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68D48, Array_InternalArray__Insert_729__MethodInfo); DO_APP_FUNC(0x00D476A0, void, Array_InternalArray__Insert_730, (Array * __this, int32_t index, RVOQuadtree_Node item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68D10, Array_InternalArray__Insert_730__MethodInfo); DO_APP_FUNC(0x00D47700, void, Array_InternalArray__Insert_731, (Array * __this, int32_t index, Regex_CachedCodeEntryKey item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68D18, Array_InternalArray__Insert_731__MethodInfo); DO_APP_FUNC(0x00D47760, void, Array_InternalArray__Insert_732, (Array * __this, int32_t index, RegexCharClass_LowerCaseMapping item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68D20, Array_InternalArray__Insert_732__MethodInfo); DO_APP_FUNC(0x00D477C0, void, Array_InternalArray__Insert_733, (Array * __this, int32_t index, RegexCharClass_SingleRange item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68D28, Array_InternalArray__Insert_733__MethodInfo); DO_APP_FUNC(0x00D47820, void, Array_InternalArray__Insert_734, (Array * __this, int32_t index, RenderChain_RenderNodeData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68CF0, Array_InternalArray__Insert_734__MethodInfo); DO_APP_FUNC(0x00D47880, void, Array_InternalArray__Insert_735, (Array * __this, int32_t index, RenderGraph_CompiledPassInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68CF8, Array_InternalArray__Insert_735__MethodInfo); DO_APP_FUNC(0x00D478E0, void, Array_InternalArray__Insert_736, (Array * __this, int32_t index, RenderGraph_CompiledResourceInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68D00, Array_InternalArray__Insert_736__MethodInfo); DO_APP_FUNC(0x00D47940, void, Array_InternalArray__Insert_737, (Array * __this, int32_t index, RenderGraphDebugData_PassDebugData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68D08, Array_InternalArray__Insert_737__MethodInfo); DO_APP_FUNC(0x00D479A0, void, Array_InternalArray__Insert_738, (Array * __this, int32_t index, RenderGraphDebugData_ResourceDebugData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68CD0, Array_InternalArray__Insert_738__MethodInfo); DO_APP_FUNC(0x00D47A00, void, Array_InternalArray__Insert_739, (Array * __this, int32_t index, ResourceManager_DeferredCallbackRegisterRequest item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68CD8, Array_InternalArray__Insert_739__MethodInfo); DO_APP_FUNC(0x00D47A60, void, Array_InternalArray__Insert_740, (Array * __this, int32_t index, RetainedGizmos_MeshWithHash item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68CE0, Array_InternalArray__Insert_740__MethodInfo); DO_APP_FUNC(0x00D47AC0, void, Array_InternalArray__Insert_741, (Array * __this, int32_t index, SendMouseEvents_HitInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68CE8, Array_InternalArray__Insert_741__MethodInfo); DO_APP_FUNC(0x00D47B20, void, Array_InternalArray__Insert_742, (Array * __this, int32_t index, SequenceNode_SequenceConstructPosContext item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68CB0, Array_InternalArray__Insert_742__MethodInfo); DO_APP_FUNC(0x00D47B80, void, Array_InternalArray__Insert_743, (Array * __this, int32_t index, SerializedObject_Field item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68CB8, Array_InternalArray__Insert_743__MethodInfo); DO_APP_FUNC(0x00D47BE0, void, Array_InternalArray__Insert_744, (Array * __this, int32_t index, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68CC0, Array_InternalArray__Insert_744__MethodInfo); DO_APP_FUNC(0x00D47C40, void, Array_InternalArray__Insert_745, (Array * __this, int32_t index, SlotEquip_ItemDefinitionStateName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68CC8, Array_InternalArray__Insert_745__MethodInfo); DO_APP_FUNC(0x00D47CA0, void, Array_InternalArray__Insert_746, (Array * __this, int32_t index, Socket_WSABUF item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68C90, Array_InternalArray__Insert_746__MethodInfo); DO_APP_FUNC(0x00D47D00, void, Array_InternalArray__Insert_747, (Array * __this, int32_t index, StyleComplexSelector_PseudoStateData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68C98, Array_InternalArray__Insert_747__MethodInfo); DO_APP_FUNC(0x00D47D60, void, Array_InternalArray__Insert_748, (Array * __this, int32_t index, StylePropertyAnimationSystem_ElementPropertyPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68CA0, Array_InternalArray__Insert_748__MethodInfo); DO_APP_FUNC(0x00D47DC0, void, Array_InternalArray__Insert_749, (Array * __this, int32_t index, StyleSheet_ImportStruct item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68CA8, Array_InternalArray__Insert_749__MethodInfo); DO_APP_FUNC(0x00D47E20, void, Array_InternalArray__Insert_750, (Array * __this, int32_t index, StyleSheetCache_SheetHandleKey item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68C70, Array_InternalArray__Insert_750__MethodInfo); DO_APP_FUNC(0x00D47E80, void, Array_InternalArray__Insert_751, (Array * __this, int32_t index, StyleVariableResolver_ResolveContext item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68C78, Array_InternalArray__Insert_751__MethodInfo); DO_APP_FUNC(0x00D47EE0, void, Array_InternalArray__Insert_752, (Array * __this, int32_t index, TMP_Text_UnicodeChar item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68C80, Array_InternalArray__Insert_752__MethodInfo); DO_APP_FUNC(0x00D47F40, void, Array_InternalArray__Insert_753, (Array * __this, int32_t index, TemplateAsset_AttributeOverride item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68C88, Array_InternalArray__Insert_753__MethodInfo); DO_APP_FUNC(0x00D47FA0, void, Array_InternalArray__Insert_754, (Array * __this, int32_t index, TextPic_IconName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68C50, Array_InternalArray__Insert_754__MethodInfo); DO_APP_FUNC(0x00D48000, void, Array_InternalArray__Insert_755, (Array * __this, int32_t index, TextResourceManager_FontAssetRef item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68C58, Array_InternalArray__Insert_755__MethodInfo); DO_APP_FUNC(0x00D48060, void, Array_InternalArray__Insert_756, (Array * __this, int32_t index, TextSettings_FontReferenceMap item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68C60, Array_InternalArray__Insert_756__MethodInfo); DO_APP_FUNC(0x00D480C0, void, Array_InternalArray__Insert_757, (Array * __this, int32_t index, TextureBlitter_BlitInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68C68, Array_InternalArray__Insert_757__MethodInfo); DO_APP_FUNC(0x00D48120, void, Array_InternalArray__Insert_758, (Array * __this, int32_t index, TexturePacker_JsonArray_Frame item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68C30, Array_InternalArray__Insert_758__MethodInfo); DO_APP_FUNC(0x00D48180, void, Array_InternalArray__Insert_759, (Array * __this, int32_t index, TextureRegistry_TextureInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68C38, Array_InternalArray__Insert_759__MethodInfo); DO_APP_FUNC(0x00D481E0, void, Array_InternalArray__Insert_760, (Array * __this, int32_t index, TimeNotificationBehaviour_NotificationEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68C40, Array_InternalArray__Insert_760__MethodInfo); DO_APP_FUNC(0x00D48240, void, Array_InternalArray__Insert_761, (Array * __this, int32_t index, TrackedDeviceRaycaster_RaycastHitData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68C48, Array_InternalArray__Insert_761__MethodInfo); DO_APP_FUNC(0x00D482A0, void, Array_InternalArray__Insert_762, (Array * __this, int32_t index, TrackedPoseDriverDataDescription_PoseData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68C10, Array_InternalArray__Insert_762__MethodInfo); DO_APP_FUNC(0x00D48300, void, Array_InternalArray__Insert_763, (Array * __this, int32_t index, TreeView_TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68C18, Array_InternalArray__Insert_763__MethodInfo); DO_APP_FUNC(0x00D48360, void, Array_InternalArray__Insert_764, (Array * __this, int32_t index, TreeViewReorderableDragAndDropController_TreeItemState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68C20, Array_InternalArray__Insert_764__MethodInfo); DO_APP_FUNC(0x00D483C0, void, Array_InternalArray__Insert_765, (Array * __this, int32_t index, UIRStylePainter_Entry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68C28, Array_InternalArray__Insert_765__MethodInfo); DO_APP_FUNC(0x00D48420, void, Array_InternalArray__Insert_766, (Array * __this, int32_t index, UIRenderDevice_AllocToFree item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68BF0, Array_InternalArray__Insert_766__MethodInfo); DO_APP_FUNC(0x00D48480, void, Array_InternalArray__Insert_767, (Array * __this, int32_t index, UIRenderDevice_AllocToUpdate item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68BF8, Array_InternalArray__Insert_767__MethodInfo); DO_APP_FUNC(0x00D484E0, void, Array_InternalArray__Insert_768, (Array * __this, int32_t index, UIRenderDevice_DeviceToFree item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68C00, Array_InternalArray__Insert_768__MethodInfo); DO_APP_FUNC(0x00D48540, void, Array_InternalArray__Insert_769, (Array * __this, int32_t index, UdpPipe_Ack item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68C08, Array_InternalArray__Insert_769__MethodInfo); DO_APP_FUNC(0x00D485A0, void, Array_InternalArray__Insert_770, (Array * __this, int32_t index, UmAlQuraCalendar_DateMapping item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68BD0, Array_InternalArray__Insert_770__MethodInfo); DO_APP_FUNC(0x00D48600, void, Array_InternalArray__Insert_771, (Array * __this, int32_t index, UnitySynchronizationContext_WorkRequest item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68BD8, Array_InternalArray__Insert_771__MethodInfo); DO_APP_FUNC(0x00D48660, void, Array_InternalArray__Insert_772, (Array * __this, int32_t index, VisualTreeAsset_SlotDefinition item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68BE0, Array_InternalArray__Insert_772__MethodInfo); DO_APP_FUNC(0x00D486C0, void, Array_InternalArray__Insert_773, (Array * __this, int32_t index, VisualTreeAsset_SlotUsageEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68BE8, Array_InternalArray__Insert_773__MethodInfo); DO_APP_FUNC(0x00D48720, void, Array_InternalArray__Insert_774, (Array * __this, int32_t index, VisualTreeAsset_UsingEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68BB0, Array_InternalArray__Insert_774__MethodInfo); DO_APP_FUNC(0x00D48780, void, Array_InternalArray__Insert_775, (Array * __this, int32_t index, WetDecalSystem_MaterialBatchId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68BB8, Array_InternalArray__Insert_775__MethodInfo); DO_APP_FUNC(0x00D487E0, void, Array_InternalArray__Insert_776, (Array * __this, int32_t index, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68BC0, Array_InternalArray__Insert_776__MethodInfo); DO_APP_FUNC(0x00D48840, void, Array_InternalArray__Insert_777, (Array * __this, int32_t index, XmlEventCache_XmlEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68BC8, Array_InternalArray__Insert_777__MethodInfo); DO_APP_FUNC(0x00D488A0, void, Array_InternalArray__Insert_778, (Array * __this, int32_t index, XmlNamespaceManager_NamespaceDeclaration item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68B90, Array_InternalArray__Insert_778__MethodInfo); DO_APP_FUNC(0x00D48900, void, Array_InternalArray__Insert_779, (Array * __this, int32_t index, XmlSchemaObjectTable_XmlSchemaObjectEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68B98, Array_InternalArray__Insert_779__MethodInfo); DO_APP_FUNC(0x00D48960, void, Array_InternalArray__Insert_780, (Array * __this, int32_t index, XmlTextReaderImpl_ParsingState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68BA0, Array_InternalArray__Insert_780__MethodInfo); DO_APP_FUNC(0x00D489C0, void, Array_InternalArray__Insert_781, (Array * __this, int32_t index, XmlTextWriter_Namespace item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68BA8, Array_InternalArray__Insert_781__MethodInfo); DO_APP_FUNC(0x00D48A20, void, Array_InternalArray__Insert_782, (Array * __this, int32_t index, XmlTextWriter_TagInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68B70, Array_InternalArray__Insert_782__MethodInfo); DO_APP_FUNC(0x00D48A80, void, Array_InternalArray__Insert_783, (Array * __this, int32_t index, XmlWellFormedWriter_AttrName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68B78, Array_InternalArray__Insert_783__MethodInfo); DO_APP_FUNC(0x00D48AE0, void, Array_InternalArray__Insert_784, (Array * __this, int32_t index, XmlWellFormedWriter_ElementScope item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68B80, Array_InternalArray__Insert_784__MethodInfo); DO_APP_FUNC(0x00D48B40, void, Array_InternalArray__Insert_785, (Array * __this, int32_t index, XmlWellFormedWriter_Namespace item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68B88, Array_InternalArray__Insert_785__MethodInfo); DO_APP_FUNC(0x00D48BA0, void, Array_InternalArray__Insert_786, (Array * __this, int32_t index, ftLightmaps_LightmapAdditionalData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68B50, Array_InternalArray__Insert_786__MethodInfo); DO_APP_FUNC(0x00D48C00, void, Array_InternalArray__Insert_787, (Array * __this, int32_t index, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68B58, Array_InternalArray__Insert_787__MethodInfo); DO_APP_FUNC(0x00D48C60, void, Array_InternalArray__Insert_788, (Array * __this, int32_t index, gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68B60, Array_InternalArray__Insert_788__MethodInfo); DO_APP_FUNC(0x00D48CC0, void, Array_InternalArray__Insert_789, (Array * __this, int32_t index, gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68B68, Array_InternalArray__Insert_789__MethodInfo); DO_APP_FUNC(0x00D48D20, void, Array_InternalArray__Insert_790, (Array * __this, int32_t index, jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68B30, Array_InternalArray__Insert_790__MethodInfo); DO_APP_FUNC(0x00D48D80, void, Array_InternalArray__Insert_791, (Array * __this, int32_t index, DebugUI_Foldout_ContextMenuItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68B38, Array_InternalArray__Insert_791__MethodInfo); DO_APP_FUNC(0x00D48DE0, void, Array_InternalArray__Insert_792, (Array * __this, int32_t index, Decimal_DecCalc_PowerOvfl item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68B40, Array_InternalArray__Insert_792__MethodInfo); DO_APP_FUNC(0x00D48E40, void, Array_InternalArray__Insert_793, (Array * __this, int32_t index, FacetsChecker_FacetsCompiler_Map item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68B48, Array_InternalArray__Insert_793__MethodInfo); DO_APP_FUNC(0x00D48EA0, void, Array_InternalArray__Insert_794, (Array * __this, int32_t index, InputControlLayout_Collection_LayoutMatcher item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68B10, Array_InternalArray__Insert_794__MethodInfo); DO_APP_FUNC(0x00D48F00, void, Array_InternalArray__Insert_795, (Array * __this, int32_t index, InputControlLayout_Collection_PrecompiledLayout item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68B18, Array_InternalArray__Insert_795__MethodInfo); DO_APP_FUNC(0x00D48F60, void, Array_InternalArray__Insert_796, (Array * __this, int32_t index, InputControlScheme_MatchResult_Match item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68B20, Array_InternalArray__Insert_796__MethodInfo); DO_APP_FUNC(0x00D48FC0, void, Array_InternalArray__Insert_797, (Array * __this, int32_t index, InputControlScheme_SchemeJson_DeviceJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68B28, Array_InternalArray__Insert_797__MethodInfo); DO_APP_FUNC(0x00D49020, void, Array_InternalArray__Insert_798, (Array * __this, int32_t index, InputDeviceMatcher_MatcherJson_Capability item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68AF0, Array_InternalArray__Insert_798__MethodInfo); DO_APP_FUNC(0x00D49080, void, Array_InternalArray__Insert_799, (Array * __this, int32_t index, InstructionList_DebugView_InstructionView item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68AF8, Array_InternalArray__Insert_799__MethodInfo); DO_APP_FUNC(0x00D490E0, void, Array_InternalArray__Insert_800, (Array * __this, int32_t index, Interop_SspiCli_SecBuffer item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68B00, Array_InternalArray__Insert_800__MethodInfo); DO_APP_FUNC(0x00D49140, void, Array_InternalArray__Insert_801, (Array * __this, int32_t index, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68B08, Array_InternalArray__Insert_801__MethodInfo); DO_APP_FUNC(0x00D491A0, void, Array_InternalArray__Insert_802, (Array * __this, int32_t index, TargetPositionCache_CacheCurve_Item item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68AD0, Array_InternalArray__Insert_802__MethodInfo); DO_APP_FUNC(0x00D49200, void, Array_InternalArray__Insert_803, (Array * __this, int32_t index, TargetPositionCache_CacheEntry_RecordingItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68AD8, Array_InternalArray__Insert_803__MethodInfo); DO_APP_FUNC(0x00D49260, ArraySegment_1_Byte_, Array_InternalArray__get_Item, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68AE0, Array_InternalArray__get_Item__MethodInfo); DO_APP_FUNC(0x00D49320, AsyncOperationHandle_1_System_Object_, Array_InternalArray__get_Item_1, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68AE8, Array_InternalArray__get_Item_1__MethodInfo); DO_APP_FUNC(0x00D493E0, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_, Array_InternalArray__get_Item_2, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68AB0, Array_InternalArray__get_Item_2__MethodInfo); DO_APP_FUNC(0x00D494A0, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_, Array_InternalArray__get_Item_3, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68AB8, Array_InternalArray__get_Item_3__MethodInfo); DO_APP_FUNC(0x00D49550, StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_, Array_InternalArray__get_Item_4, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68AC0, Array_InternalArray__get_Item_4__MethodInfo); DO_APP_FUNC(0x00D49600, StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_, Array_InternalArray__get_Item_5, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68AC8, Array_InternalArray__get_Item_5__MethodInfo); DO_APP_FUNC(0x00D496B0, StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_, Array_InternalArray__get_Item_6, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68A90, Array_InternalArray__get_Item_6__MethodInfo); DO_APP_FUNC(0x00D49760, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_, Array_InternalArray__get_Item_7, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68A98, Array_InternalArray__get_Item_7__MethodInfo); DO_APP_FUNC(0x00D49810, StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_, Array_InternalArray__get_Item_8, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68AA0, Array_InternalArray__get_Item_8__MethodInfo); DO_APP_FUNC(0x00D498C0, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_, Array_InternalArray__get_Item_9, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68AA8, Array_InternalArray__get_Item_9__MethodInfo); DO_APP_FUNC(0x00D49970, StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_, Array_InternalArray__get_Item_10, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68A60, Array_InternalArray__get_Item_10__MethodInfo); DO_APP_FUNC(0x00D49A20, StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_, Array_InternalArray__get_Item_11, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68A70, Array_InternalArray__get_Item_11__MethodInfo); DO_APP_FUNC(0x00D49AD0, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_, Array_InternalArray__get_Item_12, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68A78, Array_InternalArray__get_Item_12__MethodInfo); DO_APP_FUNC(0x00D49B80, StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_, Array_InternalArray__get_Item_13, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68A88, Array_InternalArray__get_Item_13__MethodInfo); DO_APP_FUNC(0x00D49C30, StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_, Array_InternalArray__get_Item_14, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68A38, Array_InternalArray__get_Item_14__MethodInfo); DO_APP_FUNC(0x00D49CE0, StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_, Array_InternalArray__get_Item_15, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68A40, Array_InternalArray__get_Item_15__MethodInfo); DO_APP_FUNC(0x00D49D90, IntervalTree_1_T_Entry_System_Object_, Array_InternalArray__get_Item_16, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68A48, Array_InternalArray__get_Item_16__MethodInfo); DO_APP_FUNC(0x00D49E50, XHashtable_1_TValue_XHashtableState_TValue_Entry_System_Object_, Array_InternalArray__get_Item_17, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68A58, Array_InternalArray__get_Item_17__MethodInfo); DO_APP_FUNC(0x00D49F10, Dictionary_2_TKey_TValue_Entry_System_ValueTuple_2_System_Object_, Array_InternalArray__get_Item_18, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68A08, Array_InternalArray__get_Item_18__MethodInfo); DO_APP_FUNC(0x00D49FD0, Dictionary_2_TKey_TValue_Entry_System_ValueTuple_2_System_Object__1, Array_InternalArray__get_Item_19, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68A10, Array_InternalArray__get_Item_19__MethodInfo); DO_APP_FUNC(0x00D4A090, Dictionary_2_TKey_TValue_Entry_System_Byte_System_Object_, Array_InternalArray__get_Item_20, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68A20, Array_InternalArray__get_Item_20__MethodInfo); DO_APP_FUNC(0x00D4A150, Dictionary_2_TKey_TValue_Entry_System_ByteEnum_System_Int32_, Array_InternalArray__get_Item_21, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68A28, Array_InternalArray__get_Item_21__MethodInfo); DO_APP_FUNC(0x00D4A210, Dictionary_2_TKey_TValue_Entry_System_ByteEnum_System_Object_, Array_InternalArray__get_Item_22, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C689E8, Array_InternalArray__get_Item_22__MethodInfo); DO_APP_FUNC(0x00D4A2D0, Dictionary_2_TKey_TValue_Entry_Dissonance_Audio_Playback_FrameFormat_System_Object_, Array_InternalArray__get_Item_23, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C689F0, Array_InternalArray__get_Item_23__MethodInfo); DO_APP_FUNC(0x00D4A390, Dictionary_2_TKey_TValue_Entry_System_Guid_System_Object_, Array_InternalArray__get_Item_24, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C689F8, Array_InternalArray__get_Item_24__MethodInfo); DO_APP_FUNC(0x00D4A450, Dictionary_2_TKey_TValue_Entry_System_Guid_System_UInt32_, Array_InternalArray__get_Item_25, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68A00, Array_InternalArray__get_Item_25__MethodInfo); DO_APP_FUNC(0x00D4A510, Dictionary_2_TKey_TValue_Entry_UnityEngine_Hash128_System_Object_, Array_InternalArray__get_Item_26, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C689C0, Array_InternalArray__get_Item_26__MethodInfo); DO_APP_FUNC(0x00D4A5D0, Dictionary_2_TKey_TValue_Entry_Pathfinding_Int2_System_Int32_, Array_InternalArray__get_Item_27, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C689D0, Array_InternalArray__get_Item_27__MethodInfo); DO_APP_FUNC(0x00D4A690, Dictionary_2_TKey_TValue_Entry_Pathfinding_Int3_System_Int32_, Array_InternalArray__get_Item_28, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C689D8, Array_InternalArray__get_Item_28__MethodInfo); DO_APP_FUNC(0x00D4A750, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_, Array_InternalArray__get_Item_29, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C689E0, Array_InternalArray__get_Item_29__MethodInfo); DO_APP_FUNC(0x00D4A810, Dictionary_2_TKey_TValue_Entry_System_Int32_System_ValueTuple_2_, Array_InternalArray__get_Item_30, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68990, Array_InternalArray__get_Item_30__MethodInfo); DO_APP_FUNC(0x00D4A8D0, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Boolean_, Array_InternalArray__get_Item_31, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68998, Array_InternalArray__get_Item_31__MethodInfo); DO_APP_FUNC(0x00D4A990, Dictionary_2_TKey_TValue_Entry_System_Int32_System_ByteEnum_, Array_InternalArray__get_Item_32, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C689A8, Array_InternalArray__get_Item_32__MethodInfo); DO_APP_FUNC(0x00D4AA50, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Char_, Array_InternalArray__get_Item_33, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C689B0, Array_InternalArray__get_Item_33__MethodInfo); DO_APP_FUNC(0x00D4AB10, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_, Array_InternalArray__get_Item_34, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68960, Array_InternalArray__get_Item_34__MethodInfo); DO_APP_FUNC(0x00D4ABD0, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int16_, Array_InternalArray__get_Item_35, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68968, Array_InternalArray__get_Item_35__MethodInfo); DO_APP_FUNC(0x00D4AC90, Dictionary_2_TKey_TValue_Entry_System_Int32_Pathfinding_Int3_, Array_InternalArray__get_Item_36, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68978, Array_InternalArray__get_Item_36__MethodInfo); DO_APP_FUNC(0x00D4AD50, ADictionary_2_TKey_TValue_Entry_System_Int32_System_Int32_, Array_InternalArray__get_Item_37, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68988, Array_InternalArray__get_Item_37__MethodInfo); DO_APP_FUNC(0x00D4AE10, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int32_, Array_InternalArray__get_Item_38, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68930, Array_InternalArray__get_Item_38__MethodInfo); DO_APP_FUNC(0x00D4AED0, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int32Enum_, Array_InternalArray__get_Item_39, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68938, Array_InternalArray__get_Item_39__MethodInfo); DO_APP_FUNC(0x00D4AF90, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int64_, Array_InternalArray__get_Item_40, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68948, Array_InternalArray__get_Item_40__MethodInfo); DO_APP_FUNC(0x00D4B050, ADictionary_2_TKey_TValue_Entry_System_Int32_System_Object_, Array_InternalArray__get_Item_41, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68958, Array_InternalArray__get_Item_41__MethodInfo); DO_APP_FUNC(0x00D4B110, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Object_, Array_InternalArray__get_Item_42, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68908, Array_InternalArray__get_Item_42__MethodInfo); DO_APP_FUNC(0x00D4B1D0, Dictionary_2_TKey_TValue_Entry_System_Int32_PlayerFlashlightBeam_, Array_InternalArray__get_Item_43, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68918, Array_InternalArray__get_Item_43__MethodInfo); DO_APP_FUNC(0x00D4B290, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_RenderInstancedDataLayout_, Array_InternalArray__get_Item_44, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68920, Array_InternalArray__get_Item_44__MethodInfo); DO_APP_FUNC(0x00D4B350, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Single_, Array_InternalArray__get_Item_45, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68928, Array_InternalArray__get_Item_45__MethodInfo); DO_APP_FUNC(0x00D4B410, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_UIElements_TreeItem_, Array_InternalArray__get_Item_46, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C688E0, Array_InternalArray__get_Item_46__MethodInfo); DO_APP_FUNC(0x00D4B4D0, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_Vector2Int_, Array_InternalArray__get_Item_47, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C688E8, Array_InternalArray__get_Item_47__MethodInfo); DO_APP_FUNC(0x00D4B590, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_Vector4_, Array_InternalArray__get_Item_48, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C688F8, Array_InternalArray__get_Item_48__MethodInfo); DO_APP_FUNC(0x00D4B650, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_, Array_InternalArray__get_Item_49, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68900, Array_InternalArray__get_Item_49__MethodInfo); DO_APP_FUNC(0x00D4B710, Dictionary_2_TKey_TValue_Entry_System_Int32Enum_System_Int32Enum_, Array_InternalArray__get_Item_50, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C688A8, Array_InternalArray__get_Item_50__MethodInfo); DO_APP_FUNC(0x00D4B7D0, Dictionary_2_TKey_TValue_Entry_System_Int32Enum_System_Object_, Array_InternalArray__get_Item_51, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C688B0, Array_InternalArray__get_Item_51__MethodInfo); DO_APP_FUNC(0x00D4B890, Dictionary_2_TKey_TValue_Entry_System_Int64_UnityEngine_UIElements_ComputedStyle_, Array_InternalArray__get_Item_52, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C688C0, Array_InternalArray__get_Item_52__MethodInfo); DO_APP_FUNC(0x00D4B960, Dictionary_2_TKey_TValue_Entry_System_Int64_System_Object_, Array_InternalArray__get_Item_53, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C688D0, Array_InternalArray__get_Item_53__MethodInfo); DO_APP_FUNC(0x00D4BA20, Dictionary_2_TKey_TValue_Entry_System_IntPtr_System_Object_, Array_InternalArray__get_Item_54, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68870, Array_InternalArray__get_Item_54__MethodInfo); DO_APP_FUNC(0x00D4BAE0, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_, Array_InternalArray__get_Item_55, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68880, Array_InternalArray__get_Item_55__MethodInfo); DO_APP_FUNC(0x00D4BBA0, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_System_Object_, Array_InternalArray__get_Item_56, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68890, Array_InternalArray__get_Item_56__MethodInfo); DO_APP_FUNC(0x00D4BC60, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_, Array_InternalArray__get_Item_57, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C688A0, Array_InternalArray__get_Item_57__MethodInfo); DO_APP_FUNC(0x00D4BD20, Dictionary_2_TKey_TValue_Entry_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_, Array_InternalArray__get_Item_58, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68840, Array_InternalArray__get_Item_58__MethodInfo); DO_APP_FUNC(0x00D4BDE0, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_NetworkId_System_Object_, Array_InternalArray__get_Item_59, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68850, Array_InternalArray__get_Item_59__MethodInfo); DO_APP_FUNC(0x00D4BEA0, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_, Array_InternalArray__get_Item_60, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68858, Array_InternalArray__get_Item_60__MethodInfo); DO_APP_FUNC(0x00D4BF60, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_, Array_InternalArray__get_Item_61, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68860, Array_InternalArray__get_Item_61__MethodInfo); DO_APP_FUNC(0x00D4C020, Dictionary_2_TKey_TValue_Entry_System_Object_System_Boolean_, Array_InternalArray__get_Item_62, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68820, Array_InternalArray__get_Item_62__MethodInfo); DO_APP_FUNC(0x00D4C0E0, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Bounds_, Array_InternalArray__get_Item_63, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68828, Array_InternalArray__get_Item_63__MethodInfo); DO_APP_FUNC(0x00D4C1A0, Dictionary_2_TKey_TValue_Entry_System_Object_System_Byte_, Array_InternalArray__get_Item_64, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68830, Array_InternalArray__get_Item_64__MethodInfo); DO_APP_FUNC(0x00D4C260, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Color_, Array_InternalArray__get_Item_65, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68838, Array_InternalArray__get_Item_65__MethodInfo); DO_APP_FUNC(0x00D4C320, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Color32_, Array_InternalArray__get_Item_66, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68800, Array_InternalArray__get_Item_66__MethodInfo); DO_APP_FUNC(0x00D4C3E0, ADictionary_2_TKey_TValue_Entry_System_Object_System_Int32_, Array_InternalArray__get_Item_67, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68808, Array_InternalArray__get_Item_67__MethodInfo); DO_APP_FUNC(0x00D4C4A0, Dictionary_2_TKey_TValue_Entry_System_Object_System_Int32_, Array_InternalArray__get_Item_68, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68810, Array_InternalArray__get_Item_68__MethodInfo); DO_APP_FUNC(0x00D4C560, ADictionary_2_TKey_TValue_Entry_System_Object_System_Int32Enum_, Array_InternalArray__get_Item_69, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68818, Array_InternalArray__get_Item_69__MethodInfo); DO_APP_FUNC(0x00D4C620, Dictionary_2_TKey_TValue_Entry_System_Object_System_Int32Enum_, Array_InternalArray__get_Item_70, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C687E0, Array_InternalArray__get_Item_70__MethodInfo); DO_APP_FUNC(0x00D4C6E0, ADictionary_2_TKey_TValue_Entry_System_Object_System_Object_, Array_InternalArray__get_Item_71, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C687E8, Array_InternalArray__get_Item_71__MethodInfo); DO_APP_FUNC(0x00D4C7A0, Dictionary_2_TKey_TValue_Entry_System_Object_System_Object_, Array_InternalArray__get_Item_72, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C687F0, Array_InternalArray__get_Item_72__MethodInfo); DO_APP_FUNC(0x00D4C860, Dictionary_2_TKey_TValue_Entry_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_, Array_InternalArray__get_Item_73, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C687F8, Array_InternalArray__get_Item_73__MethodInfo); DO_APP_FUNC(0x00D4C920, Dictionary_2_TKey_TValue_Entry_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_, Array_InternalArray__get_Item_74, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C687A0, Array_InternalArray__get_Item_74__MethodInfo); DO_APP_FUNC(0x00D4C9F0, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Playables_Playable_, Array_InternalArray__get_Item_75, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C687B0, Array_InternalArray__get_Item_75__MethodInfo); DO_APP_FUNC(0x00D4CAB0, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_, Array_InternalArray__get_Item_76, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C687C0, Array_InternalArray__get_Item_76__MethodInfo); DO_APP_FUNC(0x00D4CB70, Dictionary_2_TKey_TValue_Entry_System_Object_System_Resources_ResourceLocator_, Array_InternalArray__get_Item_77, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C687D0, Array_InternalArray__get_Item_77__MethodInfo); DO_APP_FUNC(0x00D4CC30, Dictionary_2_TKey_TValue_Entry_System_Object_System_Single_, Array_InternalArray__get_Item_78, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68778, Array_InternalArray__get_Item_78__MethodInfo); DO_APP_FUNC(0x00D4CCF0, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_, Array_InternalArray__get_Item_79, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68780, Array_InternalArray__get_Item_79__MethodInfo); DO_APP_FUNC(0x00D4CDB0, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_TextureId_, Array_InternalArray__get_Item_80, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68788, Array_InternalArray__get_Item_80__MethodInfo); DO_APP_FUNC(0x00D4CE70, Dictionary_2_TKey_TValue_Entry_System_Object_System_TimeSpan_, Array_InternalArray__get_Item_81, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68790, Array_InternalArray__get_Item_81__MethodInfo); DO_APP_FUNC(0x00D4CF30, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_UdpEndPoint_, Array_InternalArray__get_Item_82, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68750, Array_InternalArray__get_Item_82__MethodInfo); DO_APP_FUNC(0x00D4CFF0, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Vector2_, Array_InternalArray__get_Item_83, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68758, Array_InternalArray__get_Item_83__MethodInfo); DO_APP_FUNC(0x00D4D0B0, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Vector3_, Array_InternalArray__get_Item_84, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68760, Array_InternalArray__get_Item_84__MethodInfo); DO_APP_FUNC(0x00D4D170, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_, Array_InternalArray__get_Item_85, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68768, Array_InternalArray__get_Item_85__MethodInfo); DO_APP_FUNC(0x00D4D230, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_, Array_InternalArray__get_Item_86, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68728, Array_InternalArray__get_Item_86__MethodInfo); DO_APP_FUNC(0x00D4D2F0, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_, Array_InternalArray__get_Item_87, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68738, Array_InternalArray__get_Item_87__MethodInfo); DO_APP_FUNC(0x00D4D3C0, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_, Array_InternalArray__get_Item_88, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68740, Array_InternalArray__get_Item_88__MethodInfo); DO_APP_FUNC(0x00D4D480, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_, Array_InternalArray__get_Item_89, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68748, Array_InternalArray__get_Item_89__MethodInfo); DO_APP_FUNC(0x00D4D550, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_, Array_InternalArray__get_Item_90, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C686F8, Array_InternalArray__get_Item_90__MethodInfo); DO_APP_FUNC(0x00D4D620, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_, Array_InternalArray__get_Item_91, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68700, Array_InternalArray__get_Item_91__MethodInfo); DO_APP_FUNC(0x00D4D6E0, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_PrefabId_System_Object_, Array_InternalArray__get_Item_92, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68710, Array_InternalArray__get_Item_92__MethodInfo); DO_APP_FUNC(0x00D4D7A0, Dictionary_2_TKey_TValue_Entry_UnityEngine_RaycastHit_System_Int32_, Array_InternalArray__get_Item_93, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68718, Array_InternalArray__get_Item_93__MethodInfo); DO_APP_FUNC(0x00D4D870, Dictionary_2_TKey_TValue_Entry_System_Single_SplineMesh_CurveSample_, Array_InternalArray__get_Item_94, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C686C8, Array_InternalArray__get_Item_94__MethodInfo); DO_APP_FUNC(0x00D4D940, Dictionary_2_TKey_TValue_Entry_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_, Array_InternalArray__get_Item_95, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C686D0, Array_InternalArray__get_Item_95__MethodInfo); DO_APP_FUNC(0x00D4DA00, Dictionary_2_TKey_TValue_Entry_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_, Array_InternalArray__get_Item_96, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C686E0, Array_InternalArray__get_Item_96__MethodInfo); DO_APP_FUNC(0x00D4DAC0, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_TypeId_System_Object_, Array_InternalArray__get_Item_97, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C686F0, Array_InternalArray__get_Item_97__MethodInfo); DO_APP_FUNC(0x00D4DB80, Dictionary_2_TKey_TValue_Entry_System_UInt16_System_Object_, Array_InternalArray__get_Item_98, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C686A0, Array_InternalArray__get_Item_98__MethodInfo); DO_APP_FUNC(0x00D4DC40, Dictionary_2_TKey_TValue_Entry_System_UInt16_Dissonance_PlayerChannel_, Array_InternalArray__get_Item_99, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C686A8, Array_InternalArray__get_Item_99__MethodInfo); DO_APP_FUNC(0x00D4DD00, Dictionary_2_TKey_TValue_Entry_System_UInt16_Dissonance_RoomChannel_, Array_InternalArray__get_Item_100, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C686B0, Array_InternalArray__get_Item_100__MethodInfo); DO_APP_FUNC(0x00D4DDD0, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Boolean_, Array_InternalArray__get_Item_101, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C686C0, Array_InternalArray__get_Item_101__MethodInfo); DO_APP_FUNC(0x00D4DE90, Dictionary_2_TKey_TValue_Entry_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_, Array_InternalArray__get_Item_102, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68670, Array_InternalArray__get_Item_102__MethodInfo); DO_APP_FUNC(0x00D4DF60, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Int32_, Array_InternalArray__get_Item_103, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68680, Array_InternalArray__get_Item_103__MethodInfo); DO_APP_FUNC(0x00D4E020, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Object_, Array_InternalArray__get_Item_104, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68688, Array_InternalArray__get_Item_104__MethodInfo); DO_APP_FUNC(0x00D4E0E0, Dictionary_2_TKey_TValue_Entry_System_UInt32_SessionClient_, Array_InternalArray__get_Item_105, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68690, Array_InternalArray__get_Item_105__MethodInfo); DO_APP_FUNC(0x00D4E1B0, Dictionary_2_TKey_TValue_Entry_System_UInt64_System_Object_, Array_InternalArray__get_Item_106, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68648, Array_InternalArray__get_Item_106__MethodInfo); DO_APP_FUNC(0x00D4E270, Dictionary_2_TKey_TValue_Entry_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_, Array_InternalArray__get_Item_107, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68650, Array_InternalArray__get_Item_107__MethodInfo); DO_APP_FUNC(0x00D4E330, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpChannelName_System_Object_, Array_InternalArray__get_Item_108, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68658, Array_InternalArray__get_Item_108__MethodInfo); DO_APP_FUNC(0x00D4E3F0, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpEndPoint_System_Object_, Array_InternalArray__get_Item_109, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68660, Array_InternalArray__get_Item_109__MethodInfo); DO_APP_FUNC(0x00D4E4B0, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpEndPoint_System_UInt32_, Array_InternalArray__get_Item_110, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68628, Array_InternalArray__get_Item_110__MethodInfo); DO_APP_FUNC(0x00D4E570, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_UniqueId_System_Object_, Array_InternalArray__get_Item_111, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68630, Array_InternalArray__get_Item_111__MethodInfo); DO_APP_FUNC(0x00D4E630, Dictionary_2_TKey_TValue_Entry_UnityEngine_Vector3_System_Int32_, Array_InternalArray__get_Item_112, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68638, Array_InternalArray__get_Item_112__MethodInfo); DO_APP_FUNC(0x00D4E6F0, Dictionary_2_TKey_TValue_Entry_UnityEngine_Vector3Int_System_Object_, Array_InternalArray__get_Item_113, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68640, Array_InternalArray__get_Item_113__MethodInfo); DO_APP_FUNC(0x00D4E7B0, Dictionary_2_TKey_TValue_Entry_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_, Array_InternalArray__get_Item_114, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68608, Array_InternalArray__get_Item_114__MethodInfo); DO_APP_FUNC(0x00D4E870, Dictionary_2_TKey_TValue_Entry_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_, Array_InternalArray__get_Item_115, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68610, Array_InternalArray__get_Item_115__MethodInfo); DO_APP_FUNC(0x00D4E930, Dictionary_2_TKey_TValue_Entry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_, Array_InternalArray__get_Item_116, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68618, Array_InternalArray__get_Item_116__MethodInfo); DO_APP_FUNC(0x00D4EA00, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_, Array_InternalArray__get_Item_117, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68620, Array_InternalArray__get_Item_117__MethodInfo); DO_APP_FUNC(0x00D4EAC0, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_, Array_InternalArray__get_Item_118, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C685E8, Array_InternalArray__get_Item_118__MethodInfo); DO_APP_FUNC(0x00D4EB80, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_, Array_InternalArray__get_Item_119, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C685F0, Array_InternalArray__get_Item_119__MethodInfo); DO_APP_FUNC(0x00D4EC50, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_, Array_InternalArray__get_Item_120, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C685F8, Array_InternalArray__get_Item_120__MethodInfo); DO_APP_FUNC(0x00D4ED20, Dictionary_2_TKey_TValue_Entry_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_, Array_InternalArray__get_Item_121, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68600, Array_InternalArray__get_Item_121__MethodInfo); DO_APP_FUNC(0x00D4EDE0, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_, Array_InternalArray__get_Item_122, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C685C8, Array_InternalArray__get_Item_122__MethodInfo); DO_APP_FUNC(0x00D4EEA0, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_, Array_InternalArray__get_Item_123, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C685D0, Array_InternalArray__get_Item_123__MethodInfo); DO_APP_FUNC(0x00D4EF60, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_, Array_InternalArray__get_Item_124, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C685D8, Array_InternalArray__get_Item_124__MethodInfo); DO_APP_FUNC(0x00D4F020, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_, Array_InternalArray__get_Item_125, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C685E0, Array_InternalArray__get_Item_125__MethodInfo); DO_APP_FUNC(0x00D4F0E0, Dictionary_2_TKey_TValue_Entry_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_, Array_InternalArray__get_Item_126, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C685A8, Array_InternalArray__get_Item_126__MethodInfo); DO_APP_FUNC(0x00D4F1C0, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_, Array_InternalArray__get_Item_127, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C685B0, Array_InternalArray__get_Item_127__MethodInfo); DO_APP_FUNC(0x00D4F280, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_, Array_InternalArray__get_Item_128, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C685B8, Array_InternalArray__get_Item_128__MethodInfo); DO_APP_FUNC(0x00D4F340, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_, Array_InternalArray__get_Item_129, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C685C0, Array_InternalArray__get_Item_129__MethodInfo); DO_APP_FUNC(0x00D4F400, KeyValuePair_2_System_ValueTuple_2_System_Object_, Array_InternalArray__get_Item_130, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68580, Array_InternalArray__get_Item_130__MethodInfo); DO_APP_FUNC(0x00D4F4C0, KeyValuePair_2_System_ValueTuple_2_System_Object__1, Array_InternalArray__get_Item_131, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68588, Array_InternalArray__get_Item_131__MethodInfo); DO_APP_FUNC(0x00D4F580, KeyValuePair_2_System_Byte_System_Object_, Array_InternalArray__get_Item_132, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68590, Array_InternalArray__get_Item_132__MethodInfo); DO_APP_FUNC(0x00D4F640, KeyValuePair_2_System_ByteEnum_System_Int32_, Array_InternalArray__get_Item_133, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68598, Array_InternalArray__get_Item_133__MethodInfo); DO_APP_FUNC(0x00D4F6F0, KeyValuePair_2_System_ByteEnum_System_Object_, Array_InternalArray__get_Item_134, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68550, Array_InternalArray__get_Item_134__MethodInfo); DO_APP_FUNC(0x00D4F7B0, KeyValuePair_2_System_DateTime_System_UInt32_, Array_InternalArray__get_Item_135, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68560, Array_InternalArray__get_Item_135__MethodInfo); DO_APP_FUNC(0x00D4F870, KeyValuePair_2_Dissonance_Audio_Playback_FrameFormat_System_Object_, Array_InternalArray__get_Item_136, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68570, Array_InternalArray__get_Item_136__MethodInfo); DO_APP_FUNC(0x00D4F930, KeyValuePair_2_System_Guid_System_Object_, Array_InternalArray__get_Item_137, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68578, Array_InternalArray__get_Item_137__MethodInfo); DO_APP_FUNC(0x00D4F9F0, KeyValuePair_2_System_Guid_System_UInt32_, Array_InternalArray__get_Item_138, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68518, Array_InternalArray__get_Item_138__MethodInfo); DO_APP_FUNC(0x00D4FAB0, KeyValuePair_2_UnityEngine_Hash128_System_Object_, Array_InternalArray__get_Item_139, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68528, Array_InternalArray__get_Item_139__MethodInfo); DO_APP_FUNC(0x00D4FB70, KeyValuePair_2_Pathfinding_Int2_System_Int32_, Array_InternalArray__get_Item_140, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68538, Array_InternalArray__get_Item_140__MethodInfo); DO_APP_FUNC(0x00D4FC30, KeyValuePair_2_Pathfinding_Int3_System_Int32_, Array_InternalArray__get_Item_141, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68540, Array_InternalArray__get_Item_141__MethodInfo); DO_APP_FUNC(0x00D4FCF0, KeyValuePair_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_, Array_InternalArray__get_Item_142, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C684E0, Array_InternalArray__get_Item_142__MethodInfo); DO_APP_FUNC(0x00D4FDB0, KeyValuePair_2_System_Int32_System_ValueTuple_2__3, Array_InternalArray__get_Item_143, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C684F0, Array_InternalArray__get_Item_143__MethodInfo); DO_APP_FUNC(0x00D4FE70, KeyValuePair_2_System_Int32_System_ValueTuple_2__2, Array_InternalArray__get_Item_144, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68500, Array_InternalArray__get_Item_144__MethodInfo); DO_APP_FUNC(0x00D4FF30, KeyValuePair_2_System_Int32_System_Boolean_, Array_InternalArray__get_Item_145, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68508, Array_InternalArray__get_Item_145__MethodInfo); DO_APP_FUNC(0x00D4FFE0, KeyValuePair_2_System_Int32_System_ByteEnum_, Array_InternalArray__get_Item_146, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C684A8, Array_InternalArray__get_Item_146__MethodInfo); DO_APP_FUNC(0x00D50090, KeyValuePair_2_System_Int32_System_Char_, Array_InternalArray__get_Item_147, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C684B8, Array_InternalArray__get_Item_147__MethodInfo); DO_APP_FUNC(0x00D50140, KeyValuePair_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_, Array_InternalArray__get_Item_148, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C684C8, Array_InternalArray__get_Item_148__MethodInfo); DO_APP_FUNC(0x00D50210, KeyValuePair_2_System_Int32_System_Int16_, Array_InternalArray__get_Item_149, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C684D0, Array_InternalArray__get_Item_149__MethodInfo); DO_APP_FUNC(0x00D502C0, KeyValuePair_2_System_Int32_Pathfinding_Int3_, Array_InternalArray__get_Item_150, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68478, Array_InternalArray__get_Item_150__MethodInfo); DO_APP_FUNC(0x00D50380, KeyValuePair_2_System_Int32_System_Int32_, Array_InternalArray__get_Item_151, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68488, Array_InternalArray__get_Item_151__MethodInfo); DO_APP_FUNC(0x00D50430, KeyValuePair_2_System_Int32_System_Int32Enum_, Array_InternalArray__get_Item_152, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68490, Array_InternalArray__get_Item_152__MethodInfo); DO_APP_FUNC(0x00D504E0, KeyValuePair_2_System_Int32_System_Int64_, Array_InternalArray__get_Item_153, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68498, Array_InternalArray__get_Item_153__MethodInfo); DO_APP_FUNC(0x00D505A0, KeyValuePair_2_System_Int32_System_Object_, Array_InternalArray__get_Item_154, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68450, Array_InternalArray__get_Item_154__MethodInfo); DO_APP_FUNC(0x00D50660, KeyValuePair_2_System_Int32_PlayerFlashlightBeam_, Array_InternalArray__get_Item_155, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68458, Array_InternalArray__get_Item_155__MethodInfo); DO_APP_FUNC(0x00D50720, KeyValuePair_2_System_Int32_UnityEngine_RenderInstancedDataLayout_, Array_InternalArray__get_Item_156, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68460, Array_InternalArray__get_Item_156__MethodInfo); DO_APP_FUNC(0x00D507E0, KeyValuePair_2_System_Int32_System_Single_, Array_InternalArray__get_Item_157, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68470, Array_InternalArray__get_Item_157__MethodInfo); DO_APP_FUNC(0x00D50890, KeyValuePair_2_System_Int32_UnityEngine_UIElements_TreeItem_, Array_InternalArray__get_Item_158, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68410, Array_InternalArray__get_Item_158__MethodInfo); DO_APP_FUNC(0x00D50950, KeyValuePair_2_System_Int32_UnityEngine_Vector2Int_, Array_InternalArray__get_Item_159, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68420, Array_InternalArray__get_Item_159__MethodInfo); DO_APP_FUNC(0x00D50A10, KeyValuePair_2_System_Int32_UnityEngine_Vector4_, Array_InternalArray__get_Item_160, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68430, Array_InternalArray__get_Item_160__MethodInfo); DO_APP_FUNC(0x00D50AD0, KeyValuePair_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_, Array_InternalArray__get_Item_161, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68440, Array_InternalArray__get_Item_161__MethodInfo); DO_APP_FUNC(0x00D50B90, KeyValuePair_2_System_Int32Enum_System_Int32Enum_, Array_InternalArray__get_Item_162, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C683D0, Array_InternalArray__get_Item_162__MethodInfo); DO_APP_FUNC(0x00D50C40, KeyValuePair_2_System_Int32Enum_System_Object_, Array_InternalArray__get_Item_163, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C683E0, Array_InternalArray__get_Item_163__MethodInfo); DO_APP_FUNC(0x00D50D00, KeyValuePair_2_System_Int64_UnityEngine_UIElements_ComputedStyle_, Array_InternalArray__get_Item_164, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C683F0, Array_InternalArray__get_Item_164__MethodInfo); DO_APP_FUNC(0x00D50DD0, KeyValuePair_2_System_Int64_System_Object_, Array_InternalArray__get_Item_165, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68400, Array_InternalArray__get_Item_165__MethodInfo); DO_APP_FUNC(0x00D50E90, KeyValuePair_2_System_IntPtr_System_Object_, Array_InternalArray__get_Item_166, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C683A8, Array_InternalArray__get_Item_166__MethodInfo); DO_APP_FUNC(0x00D50F50, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_, Array_InternalArray__get_Item_167, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C683B0, Array_InternalArray__get_Item_167__MethodInfo); DO_APP_FUNC(0x00D51010, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_, Array_InternalArray__get_Item_168, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C683B8, Array_InternalArray__get_Item_168__MethodInfo); DO_APP_FUNC(0x00D510D0, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_, Array_InternalArray__get_Item_169, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C683C0, Array_InternalArray__get_Item_169__MethodInfo); DO_APP_FUNC(0x00D51190, KeyValuePair_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_, Array_InternalArray__get_Item_170, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68370, Array_InternalArray__get_Item_170__MethodInfo); DO_APP_FUNC(0x00D51250, KeyValuePair_2_Photon_Bolt_NetworkId_System_Object_, Array_InternalArray__get_Item_171, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68380, Array_InternalArray__get_Item_171__MethodInfo); DO_APP_FUNC(0x00D51310, KeyValuePair_2_System_Object_System_ArraySegment_1_, Array_InternalArray__get_Item_172, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68390, Array_InternalArray__get_Item_172__MethodInfo); DO_APP_FUNC(0x00D513D0, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_, Array_InternalArray__get_Item_173, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C683A0, Array_InternalArray__get_Item_173__MethodInfo); DO_APP_FUNC(0x00D51490, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_, Array_InternalArray__get_Item_174, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68338, Array_InternalArray__get_Item_174__MethodInfo); DO_APP_FUNC(0x00D51550, KeyValuePair_2_System_Object_System_Boolean_, Array_InternalArray__get_Item_175, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68348, Array_InternalArray__get_Item_175__MethodInfo); DO_APP_FUNC(0x00D51610, KeyValuePair_2_System_Object_UnityEngine_Bounds_, Array_InternalArray__get_Item_176, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68358, Array_InternalArray__get_Item_176__MethodInfo); DO_APP_FUNC(0x00D516D0, KeyValuePair_2_System_Object_System_Byte_, Array_InternalArray__get_Item_177, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68368, Array_InternalArray__get_Item_177__MethodInfo); DO_APP_FUNC(0x00D51790, KeyValuePair_2_System_Object_System_Char_, Array_InternalArray__get_Item_178, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68308, Array_InternalArray__get_Item_178__MethodInfo); DO_APP_FUNC(0x00D51850, KeyValuePair_2_System_Object_UnityEngine_Color_, Array_InternalArray__get_Item_179, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68310, Array_InternalArray__get_Item_179__MethodInfo); DO_APP_FUNC(0x00D51910, KeyValuePair_2_System_Object_UnityEngine_Color32_, Array_InternalArray__get_Item_180, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68318, Array_InternalArray__get_Item_180__MethodInfo); DO_APP_FUNC(0x00D519D0, KeyValuePair_2_System_Object_System_Int32_, Array_InternalArray__get_Item_181, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68328, Array_InternalArray__get_Item_181__MethodInfo); DO_APP_FUNC(0x00D51A90, KeyValuePair_2_System_Object_System_Int32Enum_, Array_InternalArray__get_Item_182, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C682E0, Array_InternalArray__get_Item_182__MethodInfo); DO_APP_FUNC(0x00D51B50, KeyValuePair_2_System_Object_System_Object_, Array_InternalArray__get_Item_183, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C682E8, Array_InternalArray__get_Item_183__MethodInfo); DO_APP_FUNC(0x00D51C10, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_, Array_InternalArray__get_Item_184, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C682F0, Array_InternalArray__get_Item_184__MethodInfo); DO_APP_FUNC(0x00D51CD0, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_, Array_InternalArray__get_Item_185, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68300, Array_InternalArray__get_Item_185__MethodInfo); DO_APP_FUNC(0x00D51D90, KeyValuePair_2_System_Object_UnityEngine_Playables_Playable_, Array_InternalArray__get_Item_186, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C682A0, Array_InternalArray__get_Item_186__MethodInfo); DO_APP_FUNC(0x00D51E50, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_, Array_InternalArray__get_Item_187, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C682B0, Array_InternalArray__get_Item_187__MethodInfo); DO_APP_FUNC(0x00D51F10, KeyValuePair_2_System_Object_System_Resources_ResourceLocator_, Array_InternalArray__get_Item_188, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C682C0, Array_InternalArray__get_Item_188__MethodInfo); DO_APP_FUNC(0x00D51FD0, KeyValuePair_2_System_Object_System_Single_, Array_InternalArray__get_Item_189, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C682D0, Array_InternalArray__get_Item_189__MethodInfo); DO_APP_FUNC(0x00D52090, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_, Array_InternalArray__get_Item_190, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68278, Array_InternalArray__get_Item_190__MethodInfo); DO_APP_FUNC(0x00D52150, KeyValuePair_2_System_Object_UnityEngine_UIElements_TextureId_, Array_InternalArray__get_Item_191, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68280, Array_InternalArray__get_Item_191__MethodInfo); DO_APP_FUNC(0x00D52210, KeyValuePair_2_System_Object_System_TimeSpan_, Array_InternalArray__get_Item_192, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68288, Array_InternalArray__get_Item_192__MethodInfo); DO_APP_FUNC(0x00D522D0, KeyValuePair_2_System_Object_UdpKit_UdpEndPoint_, Array_InternalArray__get_Item_193, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68290, Array_InternalArray__get_Item_193__MethodInfo); DO_APP_FUNC(0x00D52390, KeyValuePair_2_System_Object_UnityEngine_Vector2_, Array_InternalArray__get_Item_194, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68258, Array_InternalArray__get_Item_194__MethodInfo); DO_APP_FUNC(0x00D52450, KeyValuePair_2_System_Object_UnityEngine_Vector3_, Array_InternalArray__get_Item_195, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68260, Array_InternalArray__get_Item_195__MethodInfo); DO_APP_FUNC(0x00D52510, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_, Array_InternalArray__get_Item_196, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68268, Array_InternalArray__get_Item_196__MethodInfo); DO_APP_FUNC(0x00D525D0, KeyValuePair_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_, Array_InternalArray__get_Item_197, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68270, Array_InternalArray__get_Item_197__MethodInfo); DO_APP_FUNC(0x00D52690, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_, Array_InternalArray__get_Item_198, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68238, Array_InternalArray__get_Item_198__MethodInfo); DO_APP_FUNC(0x00D52760, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_, Array_InternalArray__get_Item_199, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68240, Array_InternalArray__get_Item_199__MethodInfo); DO_APP_FUNC(0x00D52820, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_, Array_InternalArray__get_Item_200, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68248, Array_InternalArray__get_Item_200__MethodInfo); DO_APP_FUNC(0x00D528E0, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_, Array_InternalArray__get_Item_201, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68250, Array_InternalArray__get_Item_201__MethodInfo); DO_APP_FUNC(0x00D529A0, KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_, Array_InternalArray__get_Item_202, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68218, Array_InternalArray__get_Item_202__MethodInfo); DO_APP_FUNC(0x00D52A60, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_, Array_InternalArray__get_Item_203, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68220, Array_InternalArray__get_Item_203__MethodInfo); DO_APP_FUNC(0x00D52B20, KeyValuePair_2_Photon_Bolt_PrefabId_System_Object_, Array_InternalArray__get_Item_204, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68228, Array_InternalArray__get_Item_204__MethodInfo); DO_APP_FUNC(0x00D52BE0, KeyValuePair_2_UnityEngine_PropertyName_System_Object_, Array_InternalArray__get_Item_205, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68230, Array_InternalArray__get_Item_205__MethodInfo); DO_APP_FUNC(0x00D52CA0, KeyValuePair_2_UnityEngine_RaycastHit_System_Int32_, Array_InternalArray__get_Item_206, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C681F8, Array_InternalArray__get_Item_206__MethodInfo); DO_APP_FUNC(0x00D52D60, KeyValuePair_2_System_Single_SplineMesh_CurveSample_, Array_InternalArray__get_Item_207, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68200, Array_InternalArray__get_Item_207__MethodInfo); DO_APP_FUNC(0x00D52E30, KeyValuePair_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_, Array_InternalArray__get_Item_208, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68208, Array_InternalArray__get_Item_208__MethodInfo); DO_APP_FUNC(0x00D52EF0, KeyValuePair_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_, Array_InternalArray__get_Item_209, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68210, Array_InternalArray__get_Item_209__MethodInfo); DO_APP_FUNC(0x00D52FB0, KeyValuePair_2_Photon_Bolt_TypeId_System_Object_, Array_InternalArray__get_Item_210, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C681D8, Array_InternalArray__get_Item_210__MethodInfo); DO_APP_FUNC(0x00D53070, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_, Array_InternalArray__get_Item_211, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C681E0, Array_InternalArray__get_Item_211__MethodInfo); DO_APP_FUNC(0x00D53130, KeyValuePair_2_System_UInt16_System_Object_, Array_InternalArray__get_Item_212, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C681E8, Array_InternalArray__get_Item_212__MethodInfo); DO_APP_FUNC(0x00D531F0, KeyValuePair_2_System_UInt16_Dissonance_PlayerChannel_, Array_InternalArray__get_Item_213, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C681F0, Array_InternalArray__get_Item_213__MethodInfo); DO_APP_FUNC(0x00D532B0, KeyValuePair_2_System_UInt16_Dissonance_RoomChannel_, Array_InternalArray__get_Item_214, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C681B8, Array_InternalArray__get_Item_214__MethodInfo); DO_APP_FUNC(0x00D53370, KeyValuePair_2_System_UInt32_System_Boolean_, Array_InternalArray__get_Item_215, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C681C0, Array_InternalArray__get_Item_215__MethodInfo); DO_APP_FUNC(0x00D53420, KeyValuePair_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_, Array_InternalArray__get_Item_216, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C681C8, Array_InternalArray__get_Item_216__MethodInfo); DO_APP_FUNC(0x00D534E0, KeyValuePair_2_System_UInt32_System_Int32_, Array_InternalArray__get_Item_217, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C681D0, Array_InternalArray__get_Item_217__MethodInfo); DO_APP_FUNC(0x00D53590, KeyValuePair_2_System_UInt32_System_Object_, Array_InternalArray__get_Item_218, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68198, Array_InternalArray__get_Item_218__MethodInfo); DO_APP_FUNC(0x00D53650, KeyValuePair_2_System_UInt32_SessionClient_, Array_InternalArray__get_Item_219, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C681A0, Array_InternalArray__get_Item_219__MethodInfo); DO_APP_FUNC(0x00D53710, KeyValuePair_2_System_UInt64_System_Object_, Array_InternalArray__get_Item_220, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C681A8, Array_InternalArray__get_Item_220__MethodInfo); DO_APP_FUNC(0x00D537D0, KeyValuePair_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_, Array_InternalArray__get_Item_221, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C681B0, Array_InternalArray__get_Item_221__MethodInfo); DO_APP_FUNC(0x00D53890, KeyValuePair_2_UdpKit_UdpChannelName_System_Object_, Array_InternalArray__get_Item_222, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68188, Array_InternalArray__get_Item_222__MethodInfo); DO_APP_FUNC(0x00D53950, KeyValuePair_2_UdpKit_UdpEndPoint_System_Object_, Array_InternalArray__get_Item_223, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C68190, Array_InternalArray__get_Item_223__MethodInfo); DO_APP_FUNC(0x00D53A10, KeyValuePair_2_UdpKit_UdpEndPoint_System_UInt32_, Array_InternalArray__get_Item_224, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DAB0, Array_InternalArray__get_Item_224__MethodInfo); DO_APP_FUNC(0x00D53AD0, KeyValuePair_2_Photon_Bolt_UniqueId_System_Object_, Array_InternalArray__get_Item_225, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DAB8, Array_InternalArray__get_Item_225__MethodInfo); DO_APP_FUNC(0x00D53B90, KeyValuePair_2_UnityEngine_Vector3_System_Int32_, Array_InternalArray__get_Item_226, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DA88, Array_InternalArray__get_Item_226__MethodInfo); DO_APP_FUNC(0x00D53C50, KeyValuePair_2_UnityEngine_Vector3Int_System_Object_, Array_InternalArray__get_Item_227, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DA90, Array_InternalArray__get_Item_227__MethodInfo); DO_APP_FUNC(0x00D53D10, KeyValuePair_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_, Array_InternalArray__get_Item_228, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DA98, Array_InternalArray__get_Item_228__MethodInfo); DO_APP_FUNC(0x00D53DD0, KeyValuePair_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_, Array_InternalArray__get_Item_229, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DAA8, Array_InternalArray__get_Item_229__MethodInfo); DO_APP_FUNC(0x00D53E90, KeyValuePair_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_, Array_InternalArray__get_Item_230, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DA50, Array_InternalArray__get_Item_230__MethodInfo); DO_APP_FUNC(0x00D53F50, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_, Array_InternalArray__get_Item_231, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DA58, Array_InternalArray__get_Item_231__MethodInfo); DO_APP_FUNC(0x00D54010, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_, Array_InternalArray__get_Item_232, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DA68, Array_InternalArray__get_Item_232__MethodInfo); DO_APP_FUNC(0x00D540D0, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_, Array_InternalArray__get_Item_233, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DA78, Array_InternalArray__get_Item_233__MethodInfo); DO_APP_FUNC(0x00D54190, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_, Array_InternalArray__get_Item_234, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DA20, Array_InternalArray__get_Item_234__MethodInfo); DO_APP_FUNC(0x00D54250, KeyValuePair_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_, Array_InternalArray__get_Item_235, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DA28, Array_InternalArray__get_Item_235__MethodInfo); DO_APP_FUNC(0x00D54310, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_, Array_InternalArray__get_Item_236, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DA38, Array_InternalArray__get_Item_236__MethodInfo); DO_APP_FUNC(0x00D543D0, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_, Array_InternalArray__get_Item_237, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DA48, Array_InternalArray__get_Item_237__MethodInfo); DO_APP_FUNC(0x00D54490, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_, Array_InternalArray__get_Item_238, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D9F8, Array_InternalArray__get_Item_238__MethodInfo); DO_APP_FUNC(0x00D54550, KeyValuePair_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_, Array_InternalArray__get_Item_239, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DA08, Array_InternalArray__get_Item_239__MethodInfo); DO_APP_FUNC(0x00D54610, KeyValuePair_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_, Array_InternalArray__get_Item_240, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DA10, Array_InternalArray__get_Item_240__MethodInfo); DO_APP_FUNC(0x00D546E0, ThreadLocal_1_T_LinkedSlotVolatile_System_Object_, Array_InternalArray__get_Item_241, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6DA18, Array_InternalArray__get_Item_241__MethodInfo); DO_APP_FUNC(0x00D54790, NativeArray_1_System_UInt16_, Array_InternalArray__get_Item_242, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D9C8, Array_InternalArray__get_Item_242__MethodInfo); DO_APP_FUNC(0x00D54850, NativeArray_1_UnityEngine_UIElements_Vertex_, Array_InternalArray__get_Item_243, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D9D0, Array_InternalArray__get_Item_243__MethodInfo); DO_APP_FUNC(0x00D54910, NonAllocDictionary_2_K_V_Node_System_Byte_System_Object_, Array_InternalArray__get_Item_244, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D9D8, Array_InternalArray__get_Item_244__MethodInfo); DO_APP_FUNC(0x00D549D0, NonAllocDictionary_2_K_V_Node_System_Int32_System_Object_, Array_InternalArray__get_Item_245, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D9E8, Array_InternalArray__get_Item_245__MethodInfo); DO_APP_FUNC(0x00D54A90, NonAllocDictionary_2_K_V_Node_System_Object_System_Object_, Array_InternalArray__get_Item_246, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D998, Array_InternalArray__get_Item_246__MethodInfo); DO_APP_FUNC(0x00D54B50, InputStateHistory_1_TValue_Record_TouchState_, Array_InternalArray__get_Item_247, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D9A0, Array_InternalArray__get_Item_247__MethodInfo); DO_APP_FUNC(0x00D54C10, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_, Array_InternalArray__get_Item_248, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D9A8, Array_InternalArray__get_Item_248__MethodInfo); DO_APP_FUNC(0x00D54CD0, STuple_2_System_Object_System_Object_, Array_InternalArray__get_Item_249, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D9B8, Array_InternalArray__get_Item_249__MethodInfo); DO_APP_FUNC(0x00D54D90, HashSet_1_T_Slot_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_, Array_InternalArray__get_Item_250, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D970, Array_InternalArray__get_Item_250__MethodInfo); DO_APP_FUNC(0x00D54E50, HashSet_1_T_Slot_System_Int32_, Array_InternalArray__get_Item_251, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D980, Array_InternalArray__get_Item_251__MethodInfo); DO_APP_FUNC(0x00D54F10, Set_1_TElement_Slot_System_Int32_, Array_InternalArray__get_Item_252, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D988, Array_InternalArray__get_Item_252__MethodInfo); DO_APP_FUNC(0x00D54FD0, HashSet_1_T_Slot_System_Int32Enum_, Array_InternalArray__get_Item_253, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D990, Array_InternalArray__get_Item_253__MethodInfo); DO_APP_FUNC(0x00D55090, HashSet_1_T_Slot_UnityEngine_InputSystem_Utilities_InternedString_, Array_InternalArray__get_Item_254, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D948, Array_InternalArray__get_Item_254__MethodInfo); DO_APP_FUNC(0x00D55150, HashSet_1_T_Slot_Photon_Bolt_NetworkId_, Array_InternalArray__get_Item_255, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D950, Array_InternalArray__get_Item_255__MethodInfo); DO_APP_FUNC(0x00D55210, HashSet_1_T_Slot_System_Object_, Array_InternalArray__get_Item_256, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D958, Array_InternalArray__get_Item_256__MethodInfo); DO_APP_FUNC(0x00D552D0, Set_1_TElement_Slot_System_Object_, Array_InternalArray__get_Item_257, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D960, Array_InternalArray__get_Item_257__MethodInfo); DO_APP_FUNC(0x00D55390, ConcurrentQueue_1_T_Segment_T_Slot_System_Object_, Array_InternalArray__get_Item_258, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D928, Array_InternalArray__get_Item_258__MethodInfo); DO_APP_FUNC(0x00D55450, HashSet_1_T_Slot_System_UInt32_, Array_InternalArray__get_Item_259, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D930, Array_InternalArray__get_Item_259__MethodInfo); DO_APP_FUNC(0x00D55510, HashSet_1_T_Slot_System_UInt64_, Array_InternalArray__get_Item_260, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D938, Array_InternalArray__get_Item_260__MethodInfo); DO_APP_FUNC(0x00D555D0, HashSet_1_T_Slot_UdpKit_UdpEndPoint_, Array_InternalArray__get_Item_261, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D940, Array_InternalArray__get_Item_261__MethodInfo); DO_APP_FUNC(0x00D55690, HashSet_1_T_Slot_UdpKit_UdpIPv4Address_, Array_InternalArray__get_Item_262, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D900, Array_InternalArray__get_Item_262__MethodInfo); DO_APP_FUNC(0x00D55750, HashSet_1_T_Slot_UnityEngine_Vector3_, Array_InternalArray__get_Item_263, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D910, Array_InternalArray__get_Item_263__MethodInfo); DO_APP_FUNC(0x00D55810, HashSet_1_T_Slot_UnityEngine_Vector3Int_, Array_InternalArray__get_Item_264, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D918, Array_InternalArray__get_Item_264__MethodInfo); DO_APP_FUNC(0x00D558D0, StylePropertyAnimationSystem_Values_1_T_StyleData_Background_, Array_InternalArray__get_Item_265, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D920, Array_InternalArray__get_Item_265__MethodInfo); DO_APP_FUNC(0x00D559A0, StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color_, Array_InternalArray__get_Item_266, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D8D8, Array_InternalArray__get_Item_266__MethodInfo); DO_APP_FUNC(0x00D55A60, StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition_, Array_InternalArray__get_Item_267, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D8E0, Array_InternalArray__get_Item_267__MethodInfo); DO_APP_FUNC(0x00D55B20, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32_, Array_InternalArray__get_Item_268, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D8F0, Array_InternalArray__get_Item_268__MethodInfo); DO_APP_FUNC(0x00D55BE0, StylePropertyAnimationSystem_Values_1_T_StyleData_Length_, Array_InternalArray__get_Item_269, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D8F8, Array_InternalArray__get_Item_269__MethodInfo); DO_APP_FUNC(0x00D55CA0, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object_, Array_InternalArray__get_Item_270, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D8B0, Array_InternalArray__get_Item_270__MethodInfo); DO_APP_FUNC(0x00D55D60, StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate_, Array_InternalArray__get_Item_271, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D8B8, Array_InternalArray__get_Item_271__MethodInfo); DO_APP_FUNC(0x00D55E30, StylePropertyAnimationSystem_Values_1_T_StyleData_Scale_, Array_InternalArray__get_Item_272, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D8C0, Array_InternalArray__get_Item_272__MethodInfo); DO_APP_FUNC(0x00D55EF0, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single_, Array_InternalArray__get_Item_273, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D8D0, Array_InternalArray__get_Item_273__MethodInfo); DO_APP_FUNC(0x00D55FB0, StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow_, Array_InternalArray__get_Item_274, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D880, Array_InternalArray__get_Item_274__MethodInfo); DO_APP_FUNC(0x00D56080, StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin_, Array_InternalArray__get_Item_275, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D888, Array_InternalArray__get_Item_275__MethodInfo); DO_APP_FUNC(0x00D56150, StylePropertyAnimationSystem_Values_1_T_StyleData_Translate_, Array_InternalArray__get_Item_276, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D890, Array_InternalArray__get_Item_276__MethodInfo); DO_APP_FUNC(0x00D56220, TMP_TextProcessingStack_1_UnityEngine_Color32_, Array_InternalArray__get_Item_277, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D8A0, Array_InternalArray__get_Item_277__MethodInfo); DO_APP_FUNC(0x00D562E0, TMP_TextProcessingStack_1_HighlightState_, Array_InternalArray__get_Item_278, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D858, Array_InternalArray__get_Item_278__MethodInfo); DO_APP_FUNC(0x00D563A0, TMP_TextProcessingStack_1_System_Int32_, Array_InternalArray__get_Item_279, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D860, Array_InternalArray__get_Item_279__MethodInfo); DO_APP_FUNC(0x00D56460, TMP_TextProcessingStack_1_System_Int32Enum_, Array_InternalArray__get_Item_280, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D868, Array_InternalArray__get_Item_280__MethodInfo); DO_APP_FUNC(0x00D56520, TMP_TextProcessingStack_1_MaterialReference_, Array_InternalArray__get_Item_281, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D870, Array_InternalArray__get_Item_281__MethodInfo); DO_APP_FUNC(0x00D565F0, TMP_TextProcessingStack_1_System_Object_, Array_InternalArray__get_Item_282, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D838, Array_InternalArray__get_Item_282__MethodInfo); DO_APP_FUNC(0x00D566B0, TMP_TextProcessingStack_1_System_Single_, Array_InternalArray__get_Item_283, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D840, Array_InternalArray__get_Item_283__MethodInfo); DO_APP_FUNC(0x00D56770, TMP_TextProcessingStack_1_WordWrapState_, Array_InternalArray__get_Item_284, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D848, Array_InternalArray__get_Item_284__MethodInfo); DO_APP_FUNC(0x00D56830, StylePropertyAnimationSystem_Values_1_T_TimingData_Background_, Array_InternalArray__get_Item_285, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D850, Array_InternalArray__get_Item_285__MethodInfo); DO_APP_FUNC(0x00D568F0, StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_, Array_InternalArray__get_Item_286, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D818, Array_InternalArray__get_Item_286__MethodInfo); DO_APP_FUNC(0x00D569B0, StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_, Array_InternalArray__get_Item_287, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D820, Array_InternalArray__get_Item_287__MethodInfo); DO_APP_FUNC(0x00D56A70, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_, Array_InternalArray__get_Item_288, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D828, Array_InternalArray__get_Item_288__MethodInfo); DO_APP_FUNC(0x00D56B30, StylePropertyAnimationSystem_Values_1_T_TimingData_Length_, Array_InternalArray__get_Item_289, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D830, Array_InternalArray__get_Item_289__MethodInfo); DO_APP_FUNC(0x00D56BF0, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_, Array_InternalArray__get_Item_290, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D7F8, Array_InternalArray__get_Item_290__MethodInfo); DO_APP_FUNC(0x00D56CB0, StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_, Array_InternalArray__get_Item_291, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D800, Array_InternalArray__get_Item_291__MethodInfo); DO_APP_FUNC(0x00D56D70, StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_, Array_InternalArray__get_Item_292, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D808, Array_InternalArray__get_Item_292__MethodInfo); DO_APP_FUNC(0x00D56E30, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_, Array_InternalArray__get_Item_293, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D810, Array_InternalArray__get_Item_293__MethodInfo); DO_APP_FUNC(0x00D56EF0, StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_, Array_InternalArray__get_Item_294, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D7C8, Array_InternalArray__get_Item_294__MethodInfo); DO_APP_FUNC(0x00D56FB0, StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_, Array_InternalArray__get_Item_295, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D7D8, Array_InternalArray__get_Item_295__MethodInfo); DO_APP_FUNC(0x00D57070, StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_, Array_InternalArray__get_Item_296, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D7E8, Array_InternalArray__get_Item_296__MethodInfo); DO_APP_FUNC(0x00D57130, ValueTuple_1_Boolean_, Array_InternalArray__get_Item_297, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D7F0, Array_InternalArray__get_Item_297__MethodInfo); DO_APP_FUNC(0x00D571E0, ValueTuple_2_Int32_Object_, Array_InternalArray__get_Item_298, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D798, Array_InternalArray__get_Item_298__MethodInfo); DO_APP_FUNC(0x00D572A0, ValueTuple_2_Int32_UnityEngine_Vector2Int_, Array_InternalArray__get_Item_299, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D7A8, Array_InternalArray__get_Item_299__MethodInfo); DO_APP_FUNC(0x00D57360, ValueTuple_2_IntPtr_Object_, Array_InternalArray__get_Item_300, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D7B0, Array_InternalArray__get_Item_300__MethodInfo); DO_APP_FUNC(0x00D57420, ValueTuple_2_Object_ValueTuple_2_Object_Int32_, Array_InternalArray__get_Item_301, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D7B8, Array_InternalArray__get_Item_301__MethodInfo); DO_APP_FUNC(0x00D574E0, ValueTuple_2_Object_Int32_, Array_InternalArray__get_Item_302, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D760, Array_InternalArray__get_Item_302__MethodInfo); DO_APP_FUNC(0x00D575A0, ValueTuple_2_Object_Object_, Array_InternalArray__get_Item_303, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D768, Array_InternalArray__get_Item_303__MethodInfo); DO_APP_FUNC(0x00D57660, ValueTuple_2_UnityEngine_Vector3Int_Object_, Array_InternalArray__get_Item_304, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D778, Array_InternalArray__get_Item_304__MethodInfo); DO_APP_FUNC(0x00D57720, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_, Array_InternalArray__get_Item_305, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D788, Array_InternalArray__get_Item_305__MethodInfo); DO_APP_FUNC(0x00D577F0, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_, Array_InternalArray__get_Item_306, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D738, Array_InternalArray__get_Item_306__MethodInfo); DO_APP_FUNC(0x00D578B0, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_, Array_InternalArray__get_Item_307, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D740, Array_InternalArray__get_Item_307__MethodInfo); DO_APP_FUNC(0x00D57970, ValueTuple_3_Object_Object_Object_, Array_InternalArray__get_Item_308, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D748, Array_InternalArray__get_Item_308__MethodInfo); DO_APP_FUNC(0x00D57A30, AnimatorClipInfo, Array_InternalArray__get_Item_309, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D758, Array_InternalArray__get_Item_309__MethodInfo); DO_APP_FUNC(0x00D57AE0, AstarWorkItem, Array_InternalArray__get_Item_310, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D718, Array_InternalArray__get_Item_310__MethodInfo); DO_APP_FUNC(0x00D57BA0, AsyncOperationHandle, Array_InternalArray__get_Item_311, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D720, Array_InternalArray__get_Item_311__MethodInfo); DO_APP_FUNC(0x00D57C60, AxisCalibrationData, Array_InternalArray__get_Item_312, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D728, Array_InternalArray__get_Item_312__MethodInfo); DO_APP_FUNC(0x00D57D30, Background, Array_InternalArray__get_Item_313, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D730, Array_InternalArray__get_Item_313__MethodInfo); DO_APP_FUNC(0x00D57DF0, BatchVisibility, Array_InternalArray__get_Item_314, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D6F8, Array_InternalArray__get_Item_314__MethodInfo); DO_APP_FUNC(0x00D57EB0, BoltPeer, Array_InternalArray__get_Item_315, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D700, Array_InternalArray__get_Item_315__MethodInfo); DO_APP_FUNC(0x00D57F60, BoltPhysicsHit, Array_InternalArray__get_Item_316, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D708, Array_InternalArray__get_Item_316__MethodInfo); DO_APP_FUNC(0x00D58020, BoneWeight, Array_InternalArray__get_Item_317, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D710, Array_InternalArray__get_Item_317__MethodInfo); DO_APP_FUNC(0x00D580E0, BoneWeight1, Array_InternalArray__get_Item_318, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D6D0, Array_InternalArray__get_Item_318__MethodInfo); DO_APP_FUNC(0x00D58190, bool, Array_InternalArray__get_Item_319, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D6D8, Array_InternalArray__get_Item_319__MethodInfo); DO_APP_FUNC(0x00D58240, BoundedPlane, Array_InternalArray__get_Item_320, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D6E0, Array_InternalArray__get_Item_320__MethodInfo); DO_APP_FUNC(0x00D58310, BoundingSphere, Array_InternalArray__get_Item_321, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D6F0, Array_InternalArray__get_Item_321__MethodInfo); DO_APP_FUNC(0x00D583D0, Bounds, Array_InternalArray__get_Item_322, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D6B0, Array_InternalArray__get_Item_322__MethodInfo); DO_APP_FUNC(0x00D58490, uint8_t, Array_InternalArray__get_Item_323, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D6B8, Array_InternalArray__get_Item_323__MethodInfo); DO_APP_FUNC(0x00D58540, ByteEnum__Enum, Array_InternalArray__get_Item_324, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D6C0, Array_InternalArray__get_Item_324__MethodInfo); DO_APP_FUNC(0x00D585F0, CancellationToken, Array_InternalArray__get_Item_325, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D6C8, Array_InternalArray__get_Item_325__MethodInfo); DO_APP_FUNC(0x00D586A0, CancellationTokenRegistration, Array_InternalArray__get_Item_326, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D688, Array_InternalArray__get_Item_326__MethodInfo); DO_APP_FUNC(0x00D58760, uint16_t, Array_InternalArray__get_Item_327, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D698, Array_InternalArray__get_Item_327__MethodInfo); DO_APP_FUNC(0x00D58810, ClientInfo, Array_InternalArray__get_Item_328, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D6A0, Array_InternalArray__get_Item_328__MethodInfo); DO_APP_FUNC(0x00D588D0, ClothSkinningCoefficient, Array_InternalArray__get_Item_329, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D6A8, Array_InternalArray__get_Item_329__MethodInfo); DO_APP_FUNC(0x00D58980, ClothSphereColliderPair, Array_InternalArray__get_Item_330, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D660, Array_InternalArray__get_Item_330__MethodInfo); DO_APP_FUNC(0x00D58A40, Color, Array_InternalArray__get_Item_331, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D668, Array_InternalArray__get_Item_331__MethodInfo); DO_APP_FUNC(0x00D58B00, Color32, Array_InternalArray__get_Item_332, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D670, Array_InternalArray__get_Item_332__MethodInfo); DO_APP_FUNC(0x00D58BB0, ColorBlock, Array_InternalArray__get_Item_333, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D678, Array_InternalArray__get_Item_333__MethodInfo); DO_APP_FUNC(0x00D58C80, CombineInstance, Array_InternalArray__get_Item_334, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D638, Array_InternalArray__get_Item_334__MethodInfo); DO_APP_FUNC(0x00D58D50, CompactVoxelCell, Array_InternalArray__get_Item_335, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D640, Array_InternalArray__get_Item_335__MethodInfo); DO_APP_FUNC(0x00D58E00, CompactVoxelSpan, Array_InternalArray__get_Item_336, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D648, Array_InternalArray__get_Item_336__MethodInfo); DO_APP_FUNC(0x00D58EC0, ComputedStyle, Array_InternalArray__get_Item_337, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D658, Array_InternalArray__get_Item_337__MethodInfo); DO_APP_FUNC(0x00D58F90, ComputedTransitionProperty, Array_InternalArray__get_Item_338, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D618, Array_InternalArray__get_Item_338__MethodInfo); DO_APP_FUNC(0x00D59050, ConfigurationDescriptor, Array_InternalArray__get_Item_339, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D620, Array_InternalArray__get_Item_339__MethodInfo); DO_APP_FUNC(0x00D59110, Connection, Array_InternalArray__get_Item_340, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D628, Array_InternalArray__get_Item_340__MethodInfo); DO_APP_FUNC(0x00D591D0, ContactPoint, Array_InternalArray__get_Item_341, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D630, Array_InternalArray__get_Item_341__MethodInfo); DO_APP_FUNC(0x00D59290, ContactPoint2D, Array_InternalArray__get_Item_342, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D5E8, Array_InternalArray__get_Item_342__MethodInfo); DO_APP_FUNC(0x00D59360, ControllerPollingInfo, Array_InternalArray__get_Item_343, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D5F0, Array_InternalArray__get_Item_343__MethodInfo); DO_APP_FUNC(0x00D59430, ControllerTemplateElementTarget, Array_InternalArray__get_Item_344, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D5F8, Array_InternalArray__get_Item_344__MethodInfo); DO_APP_FUNC(0x00D594F0, CurveSample, Array_InternalArray__get_Item_345, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D608, Array_InternalArray__get_Item_345__MethodInfo); DO_APP_FUNC(0x00D595C0, CustomAttributeNamedArgument, Array_InternalArray__get_Item_346, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D5C0, Array_InternalArray__get_Item_346__MethodInfo); DO_APP_FUNC(0x00D59680, CustomAttributeTypedArgument, Array_InternalArray__get_Item_347, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D5D0, Array_InternalArray__get_Item_347__MethodInfo); DO_APP_FUNC(0x00D59740, DateTime, Array_InternalArray__get_Item_348, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D5D8, Array_InternalArray__get_Item_348__MethodInfo); DO_APP_FUNC(0x00D597F0, DateTimeOffset, Array_InternalArray__get_Item_349, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D5E0, Array_InternalArray__get_Item_349__MethodInfo); DO_APP_FUNC(0x00D598B0, Decimal, Array_InternalArray__get_Item_350, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D598, Array_InternalArray__get_Item_350__MethodInfo); DO_APP_FUNC(0x00D59970, DetailInstanceTransform, Array_InternalArray__get_Item_351, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D5A0, Array_InternalArray__get_Item_351__MethodInfo); DO_APP_FUNC(0x00D59A30, DiagnosticEvent, Array_InternalArray__get_Item_352, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D5A8, Array_InternalArray__get_Item_352__MethodInfo); DO_APP_FUNC(0x00D59AF0, DictionaryEntry, Array_InternalArray__get_Item_353, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D5B0, Array_InternalArray__get_Item_353__MethodInfo); DO_APP_FUNC(0x00D59BB0, Dimension, Array_InternalArray__get_Item_354, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D568, Array_InternalArray__get_Item_354__MethodInfo); DO_APP_FUNC(0x00D59C60, double, Array_InternalArray__get_Item_355, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D570, Array_InternalArray__get_Item_355__MethodInfo); DO_APP_FUNC(0x00D59D10, DrawBufferRange, Array_InternalArray__get_Item_356, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D580, Array_InternalArray__get_Item_356__MethodInfo); DO_APP_FUNC(0x00D59DD0, EasingFunction, Array_InternalArray__get_Item_357, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D590, Array_InternalArray__get_Item_357__MethodInfo); DO_APP_FUNC(0x00D59E80, ElementAssignmentConflictInfo, Array_InternalArray__get_Item_358, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D538, Array_InternalArray__get_Item_358__MethodInfo); DO_APP_FUNC(0x00D59F40, Entitlement, Array_InternalArray__get_Item_359, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D548, Array_InternalArray__get_Item_359__MethodInfo); DO_APP_FUNC(0x00D5A000, Ephemeron, Array_InternalArray__get_Item_360, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D558, Array_InternalArray__get_Item_360__MethodInfo); DO_APP_FUNC(0x00D5A0C0, EventReliable, Array_InternalArray__get_Item_361, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D560, Array_InternalArray__get_Item_361__MethodInfo); DO_APP_FUNC(0x00D5A180, EventUnreliable, Array_InternalArray__get_Item_362, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D518, Array_InternalArray__get_Item_362__MethodInfo); DO_APP_FUNC(0x00D5A240, FORMATETC, Array_InternalArray__get_Item_363, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D520, Array_InternalArray__get_Item_363__MethodInfo); DO_APP_FUNC(0x00D5A300, FileStat, Array_InternalArray__get_Item_364, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D528, Array_InternalArray__get_Item_364__MethodInfo); DO_APP_FUNC(0x00D5A3C0, FontDefinition, Array_InternalArray__get_Item_365, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D530, Array_InternalArray__get_Item_365__MethodInfo); DO_APP_FUNC(0x00D5A480, FontWeightPair, Array_InternalArray__get_Item_366, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D4F8, Array_InternalArray__get_Item_366__MethodInfo); DO_APP_FUNC(0x00D5A540, FrameFormat, Array_InternalArray__get_Item_367, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D500, Array_InternalArray__get_Item_367__MethodInfo); DO_APP_FUNC(0x00D5A600, GCHandle, Array_InternalArray__get_Item_368, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D508, Array_InternalArray__get_Item_368__MethodInfo); DO_APP_FUNC(0x00D5A6B0, GfxUpdateBufferRange, Array_InternalArray__get_Item_369, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D510, Array_InternalArray__get_Item_369__MethodInfo); DO_APP_FUNC(0x00D5A770, GlobalKeyword, Array_InternalArray__get_Item_370, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D4D8, Array_InternalArray__get_Item_370__MethodInfo); DO_APP_FUNC(0x00D5A830, GlyphMarshallingStruct, Array_InternalArray__get_Item_371, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D4E0, Array_InternalArray__get_Item_371__MethodInfo); DO_APP_FUNC(0x00D5A8F0, GlyphPairAdjustmentRecord, Array_InternalArray__get_Item_372, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D4E8, Array_InternalArray__get_Item_372__MethodInfo); DO_APP_FUNC(0x00D5A9B0, GlyphRect, Array_InternalArray__get_Item_373, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D4F0, Array_InternalArray__get_Item_373__MethodInfo); DO_APP_FUNC(0x00D5AA70, GradientAlphaKey, Array_InternalArray__get_Item_374, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D4B8, Array_InternalArray__get_Item_374__MethodInfo); DO_APP_FUNC(0x00D5AB20, GradientColorKey, Array_InternalArray__get_Item_375, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D4C0, Array_InternalArray__get_Item_375__MethodInfo); DO_APP_FUNC(0x00D5ABE0, GradientSettings, Array_InternalArray__get_Item_376, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D4C8, Array_InternalArray__get_Item_376__MethodInfo); DO_APP_FUNC(0x00D5ACA0, Guid, Array_InternalArray__get_Item_377, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D4D0, Array_InternalArray__get_Item_377__MethodInfo); DO_APP_FUNC(0x00D5AD60, HandJointLocation, Array_InternalArray__get_Item_378, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D498, Array_InternalArray__get_Item_378__MethodInfo); DO_APP_FUNC(0x00D5AE20, Hash128, Array_InternalArray__get_Item_379, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D4A0, Array_InternalArray__get_Item_379__MethodInfo); DO_APP_FUNC(0x00D5AEE0, HeaderVariantInfo, Array_InternalArray__get_Item_380, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D4A8, Array_InternalArray__get_Item_380__MethodInfo); DO_APP_FUNC(0x00D5AFA0, HighlightState, Array_InternalArray__get_Item_381, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D4B0, Array_InternalArray__get_Item_381__MethodInfo); DO_APP_FUNC(0x00D5B060, HumanBone, Array_InternalArray__get_Item_382, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D470, Array_InternalArray__get_Item_382__MethodInfo); DO_APP_FUNC(0x00D5B120, ImpactEffect, Array_InternalArray__get_Item_383, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D478, Array_InternalArray__get_Item_383__MethodInfo); DO_APP_FUNC(0x00D5B1E0, InputActionSourceData, Array_InternalArray__get_Item_384, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D480, Array_InternalArray__get_Item_384__MethodInfo); DO_APP_FUNC(0x00D5B2A0, InputBinding, Array_InternalArray__get_Item_385, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D488, Array_InternalArray__get_Item_385__MethodInfo); DO_APP_FUNC(0x00D5B370, InputControlScheme, Array_InternalArray__get_Item_386, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D450, Array_InternalArray__get_Item_386__MethodInfo); DO_APP_FUNC(0x00D5B430, InputDevice_1, Array_InternalArray__get_Item_387, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D458, Array_InternalArray__get_Item_387__MethodInfo); DO_APP_FUNC(0x00D5B4F0, InputDeviceDescription, Array_InternalArray__get_Item_388, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D460, Array_InternalArray__get_Item_388__MethodInfo); DO_APP_FUNC(0x00D5B5C0, InputEventPtr, Array_InternalArray__get_Item_389, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D468, Array_InternalArray__get_Item_389__MethodInfo); DO_APP_FUNC(0x00D5B670, InputUser, Array_InternalArray__get_Item_390, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D430, Array_InternalArray__get_Item_390__MethodInfo); DO_APP_FUNC(0x00D5B720, int16_t, Array_InternalArray__get_Item_391, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D438, Array_InternalArray__get_Item_391__MethodInfo); DO_APP_FUNC(0x00D5B7D0, Int2, Array_InternalArray__get_Item_392, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D440, Array_InternalArray__get_Item_392__MethodInfo); DO_APP_FUNC(0x00D5B880, Int3, Array_InternalArray__get_Item_393, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D448, Array_InternalArray__get_Item_393__MethodInfo); DO_APP_FUNC(0x00D5B940, int32_t, Array_InternalArray__get_Item_394, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D410, Array_InternalArray__get_Item_394__MethodInfo); DO_APP_FUNC(0x00D5B9F0, Int32Enum__Enum, Array_InternalArray__get_Item_395, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D418, Array_InternalArray__get_Item_395__MethodInfo); DO_APP_FUNC(0x00D5BAA0, int64_t, Array_InternalArray__get_Item_396, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D420, Array_InternalArray__get_Item_396__MethodInfo); DO_APP_FUNC(0x00D5BB50, IntPoint, Array_InternalArray__get_Item_397, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D428, Array_InternalArray__get_Item_397__MethodInfo); DO_APP_FUNC(0x00D5BC10, void *, Array_InternalArray__get_Item_398, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D3F0, Array_InternalArray__get_Item_398__MethodInfo); DO_APP_FUNC(0x00D5BCC0, IntRect, Array_InternalArray__get_Item_399, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D3F8, Array_InternalArray__get_Item_399__MethodInfo); DO_APP_FUNC(0x00D5BD80, InternalCodePageDataItem, Array_InternalArray__get_Item_400, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D400, Array_InternalArray__get_Item_400__MethodInfo); DO_APP_FUNC(0x00D5BE40, InternalEncodingDataItem, Array_InternalArray__get_Item_401, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D408, Array_InternalArray__get_Item_401__MethodInfo); DO_APP_FUNC(0x00D5BF00, InternedString, Array_InternalArray__get_Item_402, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D3D0, Array_InternalArray__get_Item_402__MethodInfo); DO_APP_FUNC(0x00D5BFC0, InterpretedFrameInfo, Array_InternalArray__get_Item_403, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D3D8, Array_InternalArray__get_Item_403__MethodInfo); DO_APP_FUNC(0x00D5C080, IntervalTreeNode, Array_InternalArray__get_Item_404, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D3E0, Array_InternalArray__get_Item_404__MethodInfo); DO_APP_FUNC(0x00D5C140, IpQCkqlgJLyrFpAOyBfUxXQpJsWK, Array_InternalArray__get_Item_405, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D3E8, Array_InternalArray__get_Item_405__MethodInfo); DO_APP_FUNC(0x00D5C1F0, ItemDefinitionAmount, Array_InternalArray__get_Item_406, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D3B0, Array_InternalArray__get_Item_406__MethodInfo); DO_APP_FUNC(0x00D5C2B0, Keyframe, Array_InternalArray__get_Item_407, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D3B8, Array_InternalArray__get_Item_407__MethodInfo); DO_APP_FUNC(0x00D5C370, KickedPlayer, Array_InternalArray__get_Item_408, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D3C0, Array_InternalArray__get_Item_408__MethodInfo); DO_APP_FUNC(0x00D5C430, LOD, Array_InternalArray__get_Item_409, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D3C8, Array_InternalArray__get_Item_409__MethodInfo); DO_APP_FUNC(0x00D5C4F0, LayerMask, Array_InternalArray__get_Item_410, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D390, Array_InternalArray__get_Item_410__MethodInfo); DO_APP_FUNC(0x00D5C5A0, Length, Array_InternalArray__get_Item_411, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D398, Array_InternalArray__get_Item_411__MethodInfo); DO_APP_FUNC(0x00D5C650, LightDataGI, Array_InternalArray__get_Item_412, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D3A0, Array_InternalArray__get_Item_412__MethodInfo); DO_APP_FUNC(0x00D5C720, LineInfo_1, Array_InternalArray__get_Item_413, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D3A8, Array_InternalArray__get_Item_413__MethodInfo); DO_APP_FUNC(0x00D5C7F0, LinkInfo, Array_InternalArray__get_Item_414, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D370, Array_InternalArray__get_Item_414__MethodInfo); DO_APP_FUNC(0x00D5C8B0, LocalDefinition, Array_InternalArray__get_Item_415, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D378, Array_InternalArray__get_Item_415__MethodInfo); DO_APP_FUNC(0x00D5C970, LocalKeyword, Array_InternalArray__get_Item_416, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D380, Array_InternalArray__get_Item_416__MethodInfo); DO_APP_FUNC(0x00D5CA30, ManipulatorActivationFilter, Array_InternalArray__get_Item_417, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D388, Array_InternalArray__get_Item_417__MethodInfo); DO_APP_FUNC(0x00D5CAF0, MaterialReference, Array_InternalArray__get_Item_418, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D350, Array_InternalArray__get_Item_418__MethodInfo); DO_APP_FUNC(0x00D5CBC0, MaterialReference_1, Array_InternalArray__get_Item_419, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D358, Array_InternalArray__get_Item_419__MethodInfo); DO_APP_FUNC(0x00D5CC90, Matrix4x4, Array_InternalArray__get_Item_420, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D360, Array_InternalArray__get_Item_420__MethodInfo); DO_APP_FUNC(0x00D5CD50, MeshInfo, Array_InternalArray__get_Item_421, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D368, Array_InternalArray__get_Item_421__MethodInfo); DO_APP_FUNC(0x00D5CE20, MinMaxFloat, Array_InternalArray__get_Item_422, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D330, Array_InternalArray__get_Item_422__MethodInfo); DO_APP_FUNC(0x00D5CED0, MinMaxVector3, Array_InternalArray__get_Item_423, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D338, Array_InternalArray__get_Item_423__MethodInfo); DO_APP_FUNC(0x00D5CF90, ModifiableContactPair, Array_InternalArray__get_Item_424, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D340, Array_InternalArray__get_Item_424__MethodInfo); DO_APP_FUNC(0x00D5D060, NameAndParameters, Array_InternalArray__get_Item_425, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D348, Array_InternalArray__get_Item_425__MethodInfo); DO_APP_FUNC(0x00D5D120, NamedValue, Array_InternalArray__get_Item_426, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D310, Array_InternalArray__get_Item_426__MethodInfo); DO_APP_FUNC(0x00D5D1E0, NativeAnchor, Array_InternalArray__get_Item_427, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D318, Array_InternalArray__get_Item_427__MethodInfo); DO_APP_FUNC(0x00D5D2B0, NativePlane, Array_InternalArray__get_Item_428, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D320, Array_InternalArray__get_Item_428__MethodInfo); DO_APP_FUNC(0x00D5D380, Navigation, Array_InternalArray__get_Item_429, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D328, Array_InternalArray__get_Item_429__MethodInfo); DO_APP_FUNC(0x00D5D440, NetworkId, Array_InternalArray__get_Item_430, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D2F0, Array_InternalArray__get_Item_430__MethodInfo); DO_APP_FUNC(0x00D5D4F0, NetworkPropertyInfo, Array_InternalArray__get_Item_431, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D2F8, Array_InternalArray__get_Item_431__MethodInfo); DO_APP_FUNC(0x00D5D5B0, NetworkValue, Array_InternalArray__get_Item_432, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D300, Array_InternalArray__get_Item_432__MethodInfo); DO_APP_FUNC(0x00D5D670, Object *, Array_InternalArray__get_Item_433, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D308, Array_InternalArray__get_Item_433__MethodInfo); DO_APP_FUNC(0x00D5D720, ObjectInitializationData, Array_InternalArray__get_Item_434, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D2D0, Array_InternalArray__get_Item_434__MethodInfo); DO_APP_FUNC(0x00D5D7E0, ObjectSurface, Array_InternalArray__get_Item_435, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D2D8, Array_InternalArray__get_Item_435__MethodInfo); DO_APP_FUNC(0x00D5D8A0, OpenChannel, Array_InternalArray__get_Item_436, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D2E0, Array_InternalArray__get_Item_436__MethodInfo); DO_APP_FUNC(0x00D5D960, OriginalMaterialValue, Array_InternalArray__get_Item_437, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D2E8, Array_InternalArray__get_Item_437__MethodInfo); DO_APP_FUNC(0x00D5DA20, PacketStats, Array_InternalArray__get_Item_438, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D2B0, Array_InternalArray__get_Item_438__MethodInfo); DO_APP_FUNC(0x00D5DAE0, PageInfo, Array_InternalArray__get_Item_439, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D2B8, Array_InternalArray__get_Item_439__MethodInfo); DO_APP_FUNC(0x00D5DBA0, ParameterModifier, Array_InternalArray__get_Item_440, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D2C0, Array_InternalArray__get_Item_440__MethodInfo); DO_APP_FUNC(0x00D5DC50, ParticleCollisionEvent, Array_InternalArray__get_Item_441, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D2C8, Array_InternalArray__get_Item_441__MethodInfo); DO_APP_FUNC(0x00D5DD10, PatchExtents, Array_InternalArray__get_Item_442, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D290, Array_InternalArray__get_Item_442__MethodInfo); DO_APP_FUNC(0x00D5DDC0, PidVid, Array_InternalArray__get_Item_443, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D298, Array_InternalArray__get_Item_443__MethodInfo); DO_APP_FUNC(0x00D5DE70, Plane, Array_InternalArray__get_Item_444, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D2A0, Array_InternalArray__get_Item_444__MethodInfo); DO_APP_FUNC(0x00D5DF30, Playable, Array_InternalArray__get_Item_445, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D2A8, Array_InternalArray__get_Item_445__MethodInfo); DO_APP_FUNC(0x00D5DFF0, PlayableBinding, Array_InternalArray__get_Item_446, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D270, Array_InternalArray__get_Item_446__MethodInfo); DO_APP_FUNC(0x00D5E0B0, PlayerChannel, Array_InternalArray__get_Item_447, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D278, Array_InternalArray__get_Item_447__MethodInfo); DO_APP_FUNC(0x00D5E170, PlayerFlashlightBeam, Array_InternalArray__get_Item_448, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D280, Array_InternalArray__get_Item_448__MethodInfo); DO_APP_FUNC(0x00D5E230, PlayerLoopSystem, Array_InternalArray__get_Item_449, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D288, Array_InternalArray__get_Item_449__MethodInfo); DO_APP_FUNC(0x00D5E2F0, PointerModel, Array_InternalArray__get_Item_450, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D250, Array_InternalArray__get_Item_450__MethodInfo); DO_APP_FUNC(0x00D5E3B0, PrefabId, Array_InternalArray__get_Item_451, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D258, Array_InternalArray__get_Item_451__MethodInfo); DO_APP_FUNC(0x00D5E460, Priority, Array_InternalArray__get_Item_452, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D260, Array_InternalArray__get_Item_452__MethodInfo); DO_APP_FUNC(0x00D5E520, ProbeVolumeBakingProcessSettings, Array_InternalArray__get_Item_453, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D268, Array_InternalArray__get_Item_453__MethodInfo); DO_APP_FUNC(0x00D5E5E0, Progress, Array_InternalArray__get_Item_454, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D230, Array_InternalArray__get_Item_454__MethodInfo); DO_APP_FUNC(0x00D5E6A0, PublishedFileId_t, Array_InternalArray__get_Item_455, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D238, Array_InternalArray__get_Item_455__MethodInfo); DO_APP_FUNC(0x00D5E750, QeeoSydAJKtvhuMHtIdMCGTRHBDhA, Array_InternalArray__get_Item_456, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D240, Array_InternalArray__get_Item_456__MethodInfo); DO_APP_FUNC(0x00D5E810, Quaternion, Array_InternalArray__get_Item_457, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D248, Array_InternalArray__get_Item_457__MethodInfo); DO_APP_FUNC(0x00D5E8D0, RangePositionInfo, Array_InternalArray__get_Item_458, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D210, Array_InternalArray__get_Item_458__MethodInfo); DO_APP_FUNC(0x00D5E990, RaycastHit, Array_InternalArray__get_Item_459, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D218, Array_InternalArray__get_Item_459__MethodInfo); DO_APP_FUNC(0x00D5EA50, RaycastHit2D, Array_InternalArray__get_Item_460, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D220, Array_InternalArray__get_Item_460__MethodInfo); DO_APP_FUNC(0x00D5EB10, RaycastResult, Array_InternalArray__get_Item_461, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D228, Array_InternalArray__get_Item_461__MethodInfo); DO_APP_FUNC(0x00D5EBE0, Rect, Array_InternalArray__get_Item_462, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D1F0, Array_InternalArray__get_Item_462__MethodInfo); DO_APP_FUNC(0x00D5ECA0, ReflectionProbeBlendInfo, Array_InternalArray__get_Item_463, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D1F8, Array_InternalArray__get_Item_463__MethodInfo); DO_APP_FUNC(0x00D5ED60, RemoteChannel, Array_InternalArray__get_Item_464, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D200, Array_InternalArray__get_Item_464__MethodInfo); DO_APP_FUNC(0x00D5EE20, RenderChainTextEntry, Array_InternalArray__get_Item_465, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D208, Array_InternalArray__get_Item_465__MethodInfo); DO_APP_FUNC(0x00D5EEE0, RenderInstancedDataLayout, Array_InternalArray__get_Item_466, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D1D0, Array_InternalArray__get_Item_466__MethodInfo); DO_APP_FUNC(0x00D5EFA0, RenderTargetIdentifier, Array_InternalArray__get_Item_467, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D1D8, Array_InternalArray__get_Item_467__MethodInfo); DO_APP_FUNC(0x00D5F060, RendererList, Array_InternalArray__get_Item_468, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D1E0, Array_InternalArray__get_Item_468__MethodInfo); DO_APP_FUNC(0x00D5F120, RendererListHandle, Array_InternalArray__get_Item_469, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D1E8, Array_InternalArray__get_Item_469__MethodInfo); DO_APP_FUNC(0x00D5F1D0, RendererListResource, Array_InternalArray__get_Item_470, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D1B0, Array_InternalArray__get_Item_470__MethodInfo); DO_APP_FUNC(0x00D5F290, Resolution, Array_InternalArray__get_Item_471, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D1B8, Array_InternalArray__get_Item_471__MethodInfo); DO_APP_FUNC(0x00D5F350, ResourceHandle, Array_InternalArray__get_Item_472, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D1C0, Array_InternalArray__get_Item_472__MethodInfo); DO_APP_FUNC(0x00D5F400, ResourceLocator, Array_InternalArray__get_Item_473, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D1C8, Array_InternalArray__get_Item_473__MethodInfo); DO_APP_FUNC(0x00D5F4C0, RichTextTagAttribute, Array_InternalArray__get_Item_474, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D190, Array_InternalArray__get_Item_474__MethodInfo); DO_APP_FUNC(0x00D5F580, RichTextTagAttribute_1, Array_InternalArray__get_Item_475, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D198, Array_InternalArray__get_Item_475__MethodInfo); DO_APP_FUNC(0x00D5F640, RoomChannel, Array_InternalArray__get_Item_476, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D1A0, Array_InternalArray__get_Item_476__MethodInfo); DO_APP_FUNC(0x00D5F700, RoomMembership, Array_InternalArray__get_Item_477, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D1A8, Array_InternalArray__get_Item_477__MethodInfo); DO_APP_FUNC(0x00D5F7C0, RoomName, Array_InternalArray__get_Item_478, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D170, Array_InternalArray__get_Item_478__MethodInfo); DO_APP_FUNC(0x00D5F880, Rotate_1, Array_InternalArray__get_Item_479, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D178, Array_InternalArray__get_Item_479__MethodInfo); DO_APP_FUNC(0x00D5F940, RuleMatcher, Array_InternalArray__get_Item_480, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D180, Array_InternalArray__get_Item_480__MethodInfo); DO_APP_FUNC(0x00D5FA00, RuntimeLabel, Array_InternalArray__get_Item_481, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D188, Array_InternalArray__get_Item_481__MethodInfo); DO_APP_FUNC(0x00D5FAC0, int8_t, Array_InternalArray__get_Item_482, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D150, Array_InternalArray__get_Item_482__MethodInfo); DO_APP_FUNC(0x00D5FB70, SByteEnum__Enum, Array_InternalArray__get_Item_483, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D158, Array_InternalArray__get_Item_483__MethodInfo); DO_APP_FUNC(0x00D5FC20, STATDATA, Array_InternalArray__get_Item_484, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D160, Array_InternalArray__get_Item_484__MethodInfo); DO_APP_FUNC(0x00D5FCF0, ScalableImage, Array_InternalArray__get_Item_485, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D168, Array_InternalArray__get_Item_485__MethodInfo); DO_APP_FUNC(0x00D5FDB0, Scale, Array_InternalArray__get_Item_486, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D130, Array_InternalArray__get_Item_486__MethodInfo); DO_APP_FUNC(0x00D5FE70, SelectorMatchRecord, Array_InternalArray__get_Item_487, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D138, Array_InternalArray__get_Item_487__MethodInfo); DO_APP_FUNC(0x00D5FF30, SemanticMeaning, Array_InternalArray__get_Item_488, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D140, Array_InternalArray__get_Item_488__MethodInfo); DO_APP_FUNC(0x00D5FFF0, SerializedType, Array_InternalArray__get_Item_489, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D148, Array_InternalArray__get_Item_489__MethodInfo); DO_APP_FUNC(0x00D600B0, SessionClient, Array_InternalArray__get_Item_490, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D110, Array_InternalArray__get_Item_490__MethodInfo); DO_APP_FUNC(0x00D60180, ShaderKeyword, Array_InternalArray__get_Item_491, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D118, Array_InternalArray__get_Item_491__MethodInfo); DO_APP_FUNC(0x00D60240, ShaderTagId, Array_InternalArray__get_Item_492, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D120, Array_InternalArray__get_Item_492__MethodInfo); DO_APP_FUNC(0x00D602F0, ShaderVariablesProbeVolumes, Array_InternalArray__get_Item_493, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D128, Array_InternalArray__get_Item_493__MethodInfo); DO_APP_FUNC(0x00D603B0, float, Array_InternalArray__get_Item_494, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D0F0, Array_InternalArray__get_Item_494__MethodInfo); DO_APP_FUNC(0x00D60460, SkeletonBone, Array_InternalArray__get_Item_495, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D0F8, Array_InternalArray__get_Item_495__MethodInfo); DO_APP_FUNC(0x00D60530, Sku, Array_InternalArray__get_Item_496, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D100, Array_InternalArray__get_Item_496__MethodInfo); DO_APP_FUNC(0x00D605F0, SpeechSession, Array_InternalArray__get_Item_497, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D108, Array_InternalArray__get_Item_497__MethodInfo); DO_APP_FUNC(0x00D606C0, SphericalHarmonicsL2, Array_InternalArray__get_Item_498, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D0D0, Array_InternalArray__get_Item_498__MethodInfo); DO_APP_FUNC(0x00D60790, SpriteState, Array_InternalArray__get_Item_499, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D0D8, Array_InternalArray__get_Item_499__MethodInfo); DO_APP_FUNC(0x00D60850, SslApplicationProtocol, Array_InternalArray__get_Item_500, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D0E0, Array_InternalArray__get_Item_500__MethodInfo); DO_APP_FUNC(0x00D60910, SteamItemDef_t, Array_InternalArray__get_Item_501, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D0E8, Array_InternalArray__get_Item_501__MethodInfo); DO_APP_FUNC(0x00D609C0, SteamItemDetails_t, Array_InternalArray__get_Item_502, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D0B0, Array_InternalArray__get_Item_502__MethodInfo); DO_APP_FUNC(0x00D60A80, StylePropertyName, Array_InternalArray__get_Item_503, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D0B8, Array_InternalArray__get_Item_503__MethodInfo); DO_APP_FUNC(0x00D60B40, StylePropertyValue, Array_InternalArray__get_Item_504, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D0C0, Array_InternalArray__get_Item_504__MethodInfo); DO_APP_FUNC(0x00D60C00, StyleSelectorPart, Array_InternalArray__get_Item_505, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D0C8, Array_InternalArray__get_Item_505__MethodInfo); DO_APP_FUNC(0x00D60CC0, StyleSyntaxToken, Array_InternalArray__get_Item_506, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D090, Array_InternalArray__get_Item_506__MethodInfo); DO_APP_FUNC(0x00D60D80, StyleValue, Array_InternalArray__get_Item_507, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D098, Array_InternalArray__get_Item_507__MethodInfo); DO_APP_FUNC(0x00D60E40, StyleValueHandle, Array_InternalArray__get_Item_508, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D0A0, Array_InternalArray__get_Item_508__MethodInfo); DO_APP_FUNC(0x00D60EF0, StyleValueManaged, Array_InternalArray__get_Item_509, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D0A8, Array_InternalArray__get_Item_509__MethodInfo); DO_APP_FUNC(0x00D60FB0, StyleVariable, Array_InternalArray__get_Item_510, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D070, Array_InternalArray__get_Item_510__MethodInfo); DO_APP_FUNC(0x00D61070, SubMeshDescriptor, Array_InternalArray__get_Item_511, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D078, Array_InternalArray__get_Item_511__MethodInfo); DO_APP_FUNC(0x00D61130, Substring, Array_InternalArray__get_Item_512, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D080, Array_InternalArray__get_Item_512__MethodInfo); DO_APP_FUNC(0x00D611F0, TMP_CharacterInfo, Array_InternalArray__get_Item_513, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D088, Array_InternalArray__get_Item_513__MethodInfo); DO_APP_FUNC(0x00D612B0, TMP_FontWeightPair, Array_InternalArray__get_Item_514, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D050, Array_InternalArray__get_Item_514__MethodInfo); DO_APP_FUNC(0x00D61370, TMP_LineInfo, Array_InternalArray__get_Item_515, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D058, Array_InternalArray__get_Item_515__MethodInfo); DO_APP_FUNC(0x00D61440, TMP_LinkInfo, Array_InternalArray__get_Item_516, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D060, Array_InternalArray__get_Item_516__MethodInfo); DO_APP_FUNC(0x00D61500, TMP_MeshInfo, Array_InternalArray__get_Item_517, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D068, Array_InternalArray__get_Item_517__MethodInfo); DO_APP_FUNC(0x00D615D0, TMP_PageInfo, Array_InternalArray__get_Item_518, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D030, Array_InternalArray__get_Item_518__MethodInfo); DO_APP_FUNC(0x00D61690, TMP_WordInfo, Array_InternalArray__get_Item_519, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D038, Array_InternalArray__get_Item_519__MethodInfo); DO_APP_FUNC(0x00D61750, TerrainTileCoord, Array_InternalArray__get_Item_520, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D040, Array_InternalArray__get_Item_520__MethodInfo); DO_APP_FUNC(0x00D61800, TextElementInfo, Array_InternalArray__get_Item_521, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D048, Array_InternalArray__get_Item_521__MethodInfo); DO_APP_FUNC(0x00D618C0, TextShadow, Array_InternalArray__get_Item_522, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D010, Array_InternalArray__get_Item_522__MethodInfo); DO_APP_FUNC(0x00D61980, TextVertex_1, Array_InternalArray__get_Item_523, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D018, Array_InternalArray__get_Item_523__MethodInfo); DO_APP_FUNC(0x00D61A40, TextureHandle, Array_InternalArray__get_Item_524, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D020, Array_InternalArray__get_Item_524__MethodInfo); DO_APP_FUNC(0x00D61B00, TextureId, Array_InternalArray__get_Item_525, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D028, Array_InternalArray__get_Item_525__MethodInfo); DO_APP_FUNC(0x00D61BB0, TileData, Array_InternalArray__get_Item_526, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CFF0, Array_InternalArray__get_Item_526__MethodInfo); DO_APP_FUNC(0x00D61C80, TimeSpan, Array_InternalArray__get_Item_527, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CFF8, Array_InternalArray__get_Item_527__MethodInfo); DO_APP_FUNC(0x00D61D30, TimeValue, Array_InternalArray__get_Item_528, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D000, Array_InternalArray__get_Item_528__MethodInfo); DO_APP_FUNC(0x00D61DE0, Touch, Array_InternalArray__get_Item_529, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6D008, Array_InternalArray__get_Item_529__MethodInfo); DO_APP_FUNC(0x00D61EB0, Touch_1, Array_InternalArray__get_Item_530, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CFD0, Array_InternalArray__get_Item_530__MethodInfo); DO_APP_FUNC(0x00D61F70, TrackableId, Array_InternalArray__get_Item_531, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CFD8, Array_InternalArray__get_Item_531__MethodInfo); DO_APP_FUNC(0x00D62030, Transform3x4, Array_InternalArray__get_Item_532, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CFE0, Array_InternalArray__get_Item_532__MethodInfo); DO_APP_FUNC(0x00D620F0, TransformOrigin, Array_InternalArray__get_Item_533, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CFE8, Array_InternalArray__get_Item_533__MethodInfo); DO_APP_FUNC(0x00D621B0, Translate_1, Array_InternalArray__get_Item_534, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CFB0, Array_InternalArray__get_Item_534__MethodInfo); DO_APP_FUNC(0x00D62270, TreeInstance, Array_InternalArray__get_Item_535, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CFB8, Array_InternalArray__get_Item_535__MethodInfo); DO_APP_FUNC(0x00D62330, TreeItem, Array_InternalArray__get_Item_536, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CFC0, Array_InternalArray__get_Item_536__MethodInfo); DO_APP_FUNC(0x00D623F0, TreeViewItemWrapper, Array_InternalArray__get_Item_537, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CFC8, Array_InternalArray__get_Item_537__MethodInfo); DO_APP_FUNC(0x00D624B0, TypeId, Array_InternalArray__get_Item_538, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CF90, Array_InternalArray__get_Item_538__MethodInfo); DO_APP_FUNC(0x00D62560, TypeWrapper, Array_InternalArray__get_Item_539, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CF98, Array_InternalArray__get_Item_539__MethodInfo); DO_APP_FUNC(0x00D62620, UICharInfo, Array_InternalArray__get_Item_540, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CFA0, Array_InternalArray__get_Item_540__MethodInfo); DO_APP_FUNC(0x00D626E0, UILineInfo, Array_InternalArray__get_Item_541, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CFA8, Array_InternalArray__get_Item_541__MethodInfo); DO_APP_FUNC(0x00D627A0, UIVertex, Array_InternalArray__get_Item_542, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CF70, Array_InternalArray__get_Item_542__MethodInfo); DO_APP_FUNC(0x00D62870, uint16_t, Array_InternalArray__get_Item_543, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CF78, Array_InternalArray__get_Item_543__MethodInfo); DO_APP_FUNC(0x00D62920, UInt16Enum__Enum, Array_InternalArray__get_Item_544, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CF80, Array_InternalArray__get_Item_544__MethodInfo); DO_APP_FUNC(0x00D629D0, uint32_t, Array_InternalArray__get_Item_545, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CF88, Array_InternalArray__get_Item_545__MethodInfo); DO_APP_FUNC(0x00D62A80, UInt32Enum__Enum, Array_InternalArray__get_Item_546, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CF50, Array_InternalArray__get_Item_546__MethodInfo); DO_APP_FUNC(0x00D62B30, uint64_t, Array_InternalArray__get_Item_547, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CF58, Array_InternalArray__get_Item_547__MethodInfo); DO_APP_FUNC(0x00D62BE0, UVTexture, Array_InternalArray__get_Item_548, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CF60, Array_InternalArray__get_Item_548__MethodInfo); DO_APP_FUNC(0x00D62CA0, UdpChannelName, Array_InternalArray__get_Item_549, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CF68, Array_InternalArray__get_Item_549__MethodInfo); DO_APP_FUNC(0x00D62D60, UdpEndPoint, Array_InternalArray__get_Item_550, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CF30, Array_InternalArray__get_Item_550__MethodInfo); DO_APP_FUNC(0x00D62E20, UdpEvent, Array_InternalArray__get_Item_551, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CF38, Array_InternalArray__get_Item_551__MethodInfo); DO_APP_FUNC(0x00D62EE0, UdpIPv4Address, Array_InternalArray__get_Item_552, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CF40, Array_InternalArray__get_Item_552__MethodInfo); DO_APP_FUNC(0x00D62F90, UdpPipeHandle, Array_InternalArray__get_Item_553, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CF48, Array_InternalArray__get_Item_553__MethodInfo); DO_APP_FUNC(0x00D63050, UniqueId, Array_InternalArray__get_Item_554, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CF10, Array_InternalArray__get_Item_554__MethodInfo); DO_APP_FUNC(0x00D63110, UsageHint, Array_InternalArray__get_Item_555, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CF18, Array_InternalArray__get_Item_555__MethodInfo); DO_APP_FUNC(0x00D631C0, User, Array_InternalArray__get_Item_556, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CF20, Array_InternalArray__get_Item_556__MethodInfo); DO_APP_FUNC(0x00D63280, ValueWebSocketReceiveResult, Array_InternalArray__get_Item_557, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CF28, Array_InternalArray__get_Item_557__MethodInfo); DO_APP_FUNC(0x00D63330, Vector2, Array_InternalArray__get_Item_558, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CEF0, Array_InternalArray__get_Item_558__MethodInfo); DO_APP_FUNC(0x00D633E0, Vector2Int, Array_InternalArray__get_Item_559, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CEF8, Array_InternalArray__get_Item_559__MethodInfo); DO_APP_FUNC(0x00D63490, Vector3, Array_InternalArray__get_Item_560, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CF00, Array_InternalArray__get_Item_560__MethodInfo); DO_APP_FUNC(0x00D63550, Vector3Int, Array_InternalArray__get_Item_561, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CF08, Array_InternalArray__get_Item_561__MethodInfo); DO_APP_FUNC(0x00D63610, Vector3_Array2D, Array_InternalArray__get_Item_562, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CED0, Array_InternalArray__get_Item_562__MethodInfo); DO_APP_FUNC(0x00D636C0, Vector4, Array_InternalArray__get_Item_563, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CED8, Array_InternalArray__get_Item_563__MethodInfo); DO_APP_FUNC(0x00D63780, VectorImageVertex, Array_InternalArray__get_Item_564, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CEE0, Array_InternalArray__get_Item_564__MethodInfo); DO_APP_FUNC(0x00D63840, Vertex, Array_InternalArray__get_Item_565, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CEE8, Array_InternalArray__get_Item_565__MethodInfo); DO_APP_FUNC(0x00D63910, VertexAttributeDescriptor, Array_InternalArray__get_Item_566, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CEB0, Array_InternalArray__get_Item_566__MethodInfo); DO_APP_FUNC(0x00D639D0, ViewConfiguration, Array_InternalArray__get_Item_567, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CEB8, Array_InternalArray__get_Item_567__MethodInfo); DO_APP_FUNC(0x00D63A90, VoicePacket, Array_InternalArray__get_Item_568, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CEC0, Array_InternalArray__get_Item_568__MethodInfo); DO_APP_FUNC(0x00D63B60, VoxelCell, Array_InternalArray__get_Item_569, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CEC8, Array_InternalArray__get_Item_569__MethodInfo); DO_APP_FUNC(0x00D63C10, VoxelContour, Array_InternalArray__get_Item_570, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CE90, Array_InternalArray__get_Item_570__MethodInfo); DO_APP_FUNC(0x00D63CD0, Win32_IP_ADAPTER_ADDRESSES, Array_InternalArray__get_Item_571, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CE98, Array_InternalArray__get_Item_571__MethodInfo); DO_APP_FUNC(0x00D63D90, Win32_IP_ADAPTER_INFO, Array_InternalArray__get_Item_572, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CEA0, Array_InternalArray__get_Item_572__MethodInfo); DO_APP_FUNC(0x00D63E50, Win32_IP_ADDR_STRING, Array_InternalArray__get_Item_573, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CEA8, Array_InternalArray__get_Item_573__MethodInfo); DO_APP_FUNC(0x00D63F10, WordInfo, Array_InternalArray__get_Item_574, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CE70, Array_InternalArray__get_Item_574__MethodInfo); DO_APP_FUNC(0x00D63FD0, WordWrapState, Array_InternalArray__get_Item_575, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CE78, Array_InternalArray__get_Item_575__MethodInfo); DO_APP_FUNC(0x00D64090, X509ChainStatus, Array_InternalArray__get_Item_576, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CE80, Array_InternalArray__get_Item_576__MethodInfo); DO_APP_FUNC(0x00D64150, XPathNode, Array_InternalArray__get_Item_577, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CE88, Array_InternalArray__get_Item_577__MethodInfo); DO_APP_FUNC(0x00D64210, XPathNodeRef, Array_InternalArray__get_Item_578, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CE50, Array_InternalArray__get_Item_578__MethodInfo); DO_APP_FUNC(0x00D642D0, XRAnchor, Array_InternalArray__get_Item_579, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CE58, Array_InternalArray__get_Item_579__MethodInfo); DO_APP_FUNC(0x00D643A0, XRFeatureDescriptor, Array_InternalArray__get_Item_580, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CE60, Array_InternalArray__get_Item_580__MethodInfo); DO_APP_FUNC(0x00D64460, XRNodeState, Array_InternalArray__get_Item_581, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CE68, Array_InternalArray__get_Item_581__MethodInfo); DO_APP_FUNC(0x00D64530, XRRaycast, Array_InternalArray__get_Item_582, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CE30, Array_InternalArray__get_Item_582__MethodInfo); DO_APP_FUNC(0x00D64600, XmlTagAttribute, Array_InternalArray__get_Item_583, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CE38, Array_InternalArray__get_Item_583__MethodInfo); DO_APP_FUNC(0x00D646C0, aOHEnKCFymegycPegEXPFUjlaUPpA, Array_InternalArray__get_Item_584, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CE40, Array_InternalArray__get_Item_584__MethodInfo); DO_APP_FUNC(0x00D64780, aQHgSHeigtcamfIWbNaiXaCiVwuq, Array_InternalArray__get_Item_585, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CE48, Array_InternalArray__get_Item_585__MethodInfo); DO_APP_FUNC(0x00D64830, jvalue, Array_InternalArray__get_Item_586, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CE10, Array_InternalArray__get_Item_586__MethodInfo); DO_APP_FUNC(0x00D648E0, tSPvxZUJjzaTiAEejeAOLKctGpmKA, Array_InternalArray__get_Item_587, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CE18, Array_InternalArray__get_Item_587__MethodInfo); DO_APP_FUNC(0x00D649A0, yUgrsNEvLzxrXGzkHTUPIBJYGDah, Array_InternalArray__get_Item_588, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CE20, Array_InternalArray__get_Item_588__MethodInfo); DO_APP_FUNC(0x00D64A60, AIObjectPool_PreloadedPrefab, Array_InternalArray__get_Item_589, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CE28, Array_InternalArray__get_Item_589__MethodInfo); DO_APP_FUNC(0x00D64B20, AdvancedSmooth_Turn, Array_InternalArray__get_Item_590, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CDF0, Array_InternalArray__get_Item_590__MethodInfo); DO_APP_FUNC(0x00D64BE0, Agent_VO, Array_InternalArray__get_Item_591, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CDF8, Array_InternalArray__get_Item_591__MethodInfo); DO_APP_FUNC(0x00D64CB0, AnimationOutputWeightProcessor_WeightInfo, Array_InternalArray__get_Item_592, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CE00, Array_InternalArray__get_Item_592__MethodInfo); DO_APP_FUNC(0x00D64D70, AstarDebugger_GraphPoint, Array_InternalArray__get_Item_593, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CE08, Array_InternalArray__get_Item_593__MethodInfo); DO_APP_FUNC(0x00D64E30, AstarDebugger_PathTypeDebug, Array_InternalArray__get_Item_594, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CDD0, Array_InternalArray__get_Item_594__MethodInfo); DO_APP_FUNC(0x00D64EF0, AtlasAllocatorDynamic_AtlasNode, Array_InternalArray__get_Item_595, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CDD8, Array_InternalArray__get_Item_595__MethodInfo); DO_APP_FUNC(0x00D64FB0, AttributeCollection_AttributeEntry, Array_InternalArray__get_Item_596, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CDE0, Array_InternalArray__get_Item_596__MethodInfo); DO_APP_FUNC(0x00D65070, BBTree_BBTreeBox, Array_InternalArray__get_Item_597, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CDE8, Array_InternalArray__get_Item_597__MethodInfo); DO_APP_FUNC(0x00D65130, BaseStyleMatcher_MatchContext, Array_InternalArray__get_Item_598, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CDB0, Array_InternalArray__get_Item_598__MethodInfo); DO_APP_FUNC(0x00D651E0, BeforeRenderHelper_OrderBlock, Array_InternalArray__get_Item_599, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CDB8, Array_InternalArray__get_Item_599__MethodInfo); DO_APP_FUNC(0x00D652A0, BinaryHeap_Tuple, Array_InternalArray__get_Item_600, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CDC0, Array_InternalArray__get_Item_600__MethodInfo); DO_APP_FUNC(0x00D65360, BitmapAllocator32_Page, Array_InternalArray__get_Item_601, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CDC8, Array_InternalArray__get_Item_601__MethodInfo); DO_APP_FUNC(0x00D65410, BloomRenderer_Level, Array_InternalArray__get_Item_602, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CD90, Array_InternalArray__get_Item_602__MethodInfo); DO_APP_FUNC(0x00D654C0, BoltConsole_Line, Array_InternalArray__get_Item_603, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CD98, Array_InternalArray__get_Item_603__MethodInfo); DO_APP_FUNC(0x00D65580, BoltProtocolTokenRegistry_TokenRegistry, Array_InternalArray__get_Item_604, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CDA0, Array_InternalArray__get_Item_604__MethodInfo); DO_APP_FUNC(0x00D65640, CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap, Array_InternalArray__get_Item_605, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CDA8, Array_InternalArray__get_Item_605__MethodInfo); DO_APP_FUNC(0x00D656F0, Camera_RenderRequest, Array_InternalArray__get_Item_606, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CD70, Array_InternalArray__get_Item_606__MethodInfo); DO_APP_FUNC(0x00D657B0, CameraState_CustomBlendable, Array_InternalArray__get_Item_607, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CD78, Array_InternalArray__get_Item_607__MethodInfo); DO_APP_FUNC(0x00D65870, CharacterFootEffects_Foot, Array_InternalArray__get_Item_608, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CD80, Array_InternalArray__get_Item_608__MethodInfo); DO_APP_FUNC(0x00D65930, CinemachineBlendListCamera_Instruction, Array_InternalArray__get_Item_609, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CD88, Array_InternalArray__get_Item_609__MethodInfo); DO_APP_FUNC(0x00D659F0, CinemachineBlenderSettings_CustomBlend, Array_InternalArray__get_Item_610, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CD50, Array_InternalArray__get_Item_610__MethodInfo); DO_APP_FUNC(0x00D65AB0, CinemachineClearShot_Pair, Array_InternalArray__get_Item_611, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CD58, Array_InternalArray__get_Item_611__MethodInfo); DO_APP_FUNC(0x00D65B60, CinemachineFreeLook_Orbit, Array_InternalArray__get_Item_612, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CD60, Array_InternalArray__get_Item_612__MethodInfo); DO_APP_FUNC(0x00D65C10, CinemachinePath_Waypoint, Array_InternalArray__get_Item_613, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CD68, Array_InternalArray__get_Item_613__MethodInfo); DO_APP_FUNC(0x00D65CD0, CinemachineSmoothPath_Waypoint, Array_InternalArray__get_Item_614, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CD30, Array_InternalArray__get_Item_614__MethodInfo); DO_APP_FUNC(0x00D65D90, CinemachineStateDrivenCamera_HashPair, Array_InternalArray__get_Item_615, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CD38, Array_InternalArray__get_Item_615__MethodInfo); DO_APP_FUNC(0x00D65E40, CinemachineStateDrivenCamera_Instruction, Array_InternalArray__get_Item_616, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CD40, Array_InternalArray__get_Item_616__MethodInfo); DO_APP_FUNC(0x00D65F00, CinemachineStateDrivenCamera_ParentHash, Array_InternalArray__get_Item_617, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CD48, Array_InternalArray__get_Item_617__MethodInfo); DO_APP_FUNC(0x00D65FB0, CinemachineTargetGroup_Target, Array_InternalArray__get_Item_618, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CD10, Array_InternalArray__get_Item_618__MethodInfo); DO_APP_FUNC(0x00D66070, ClipperLib_DoublePoint, Array_InternalArray__get_Item_619, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CD18, Array_InternalArray__get_Item_619__MethodInfo); DO_APP_FUNC(0x00D66130, ClipperLib_IntPoint, Array_InternalArray__get_Item_620, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CD20, Array_InternalArray__get_Item_620__MethodInfo); DO_APP_FUNC(0x00D661F0, CodePointIndexer_TableRange, Array_InternalArray__get_Item_621, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CD28, Array_InternalArray__get_Item_621__MethodInfo); DO_APP_FUNC(0x00D662B0, ComboTimeout_ComboInputElement, Array_InternalArray__get_Item_622, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CCF0, Array_InternalArray__get_Item_622__MethodInfo); DO_APP_FUNC(0x00D66370, ConfinerOven_PolygonSolution, Array_InternalArray__get_Item_623, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CCF8, Array_InternalArray__get_Item_623__MethodInfo); DO_APP_FUNC(0x00D66430, ContentCatalogData_Bucket, Array_InternalArray__get_Item_624, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CD00, Array_InternalArray__get_Item_624__MethodInfo); DO_APP_FUNC(0x00D664F0, ContextFlagsAdapterPal_ContextFlagMapping, Array_InternalArray__get_Item_625, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CD08, Array_InternalArray__get_Item_625__MethodInfo); DO_APP_FUNC(0x00D665A0, CookieTokenizer_RecognizedAttribute, Array_InternalArray__get_Item_626, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CCD0, Array_InternalArray__get_Item_626__MethodInfo); DO_APP_FUNC(0x00D66660, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB, Array_InternalArray__get_Item_627, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CCD8, Array_InternalArray__get_Item_627__MethodInfo); DO_APP_FUNC(0x00D66720, DamageIndicatorMonitor_DamageIndicator, Array_InternalArray__get_Item_628, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CCE0, Array_InternalArray__get_Item_628__MethodInfo); DO_APP_FUNC(0x00D667F0, DelayedActionManager_DelegateInfo, Array_InternalArray__get_Item_629, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CCE8, Array_InternalArray__get_Item_629__MethodInfo); DO_APP_FUNC(0x00D668B0, DynamicResolutionHandler_ScalerContainer, Array_InternalArray__get_Item_630, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CCB0, Array_InternalArray__get_Item_630__MethodInfo); DO_APP_FUNC(0x00D66970, EventDispatcher_CallbackWrapper, Array_InternalArray__get_Item_631, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CCB8, Array_InternalArray__get_Item_631__MethodInfo); DO_APP_FUNC(0x00D66A30, EventDispatcher_EventListener, Array_InternalArray__get_Item_632, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CCC0, Array_InternalArray__get_Item_632__MethodInfo); DO_APP_FUNC(0x00D66AF0, EventDispatcher_DispatchContext, Array_InternalArray__get_Item_633, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CCC8, Array_InternalArray__get_Item_633__MethodInfo); DO_APP_FUNC(0x00D66BB0, EventDispatcher_EventRecord, Array_InternalArray__get_Item_634, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CC90, Array_InternalArray__get_Item_634__MethodInfo); DO_APP_FUNC(0x00D66C70, EventQueue_NetworkEvent, Array_InternalArray__get_Item_635, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CC98, Array_InternalArray__get_Item_635__MethodInfo); DO_APP_FUNC(0x00D66D50, EventReliableRecvBuffer_Node, Array_InternalArray__get_Item_636, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CCA0, Array_InternalArray__get_Item_636__MethodInfo); DO_APP_FUNC(0x00D66E10, EventReliableSendBuffer_Node, Array_InternalArray__get_Item_637, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CCA8, Array_InternalArray__get_Item_637__MethodInfo); DO_APP_FUNC(0x00D66ED0, FocusController_FocusedElement, Array_InternalArray__get_Item_638, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CC70, Array_InternalArray__get_Item_638__MethodInfo); DO_APP_FUNC(0x00D66F90, Funnel_PathPart, Array_InternalArray__get_Item_639, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CC78, Array_InternalArray__get_Item_639__MethodInfo); DO_APP_FUNC(0x00D67050, GetRandomAvailablePerch_RandomPerch, Array_InternalArray__get_Item_640, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CC80, Array_InternalArray__get_Item_640__MethodInfo); DO_APP_FUNC(0x00D67110, GraphUpdateProcessor_GUOSingle, Array_InternalArray__get_Item_641, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CC88, Array_InternalArray__get_Item_641__MethodInfo); DO_APP_FUNC(0x00D671D0, HID_HIDCollectionDescriptor, Array_InternalArray__get_Item_642, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CC50, Array_InternalArray__get_Item_642__MethodInfo); DO_APP_FUNC(0x00D67290, HID_HIDElementDescriptor, Array_InternalArray__get_Item_643, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CC58, Array_InternalArray__get_Item_643__MethodInfo); DO_APP_FUNC(0x00D67360, HIDParser_HIDReportData, Array_InternalArray__get_Item_644, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CC60, Array_InternalArray__get_Item_644__MethodInfo); DO_APP_FUNC(0x00D67420, HIDSupport_HIDPageUsage, Array_InternalArray__get_Item_645, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CC68, Array_InternalArray__get_Item_645__MethodInfo); DO_APP_FUNC(0x00D674D0, HIDTouchpad_TouchData, Array_InternalArray__get_Item_646, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CC30, Array_InternalArray__get_Item_646__MethodInfo); DO_APP_FUNC(0x00D67590, HairDesignerColliderBase_DualSphere, Array_InternalArray__get_Item_647, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CC38, Array_InternalArray__get_Item_647__MethodInfo); DO_APP_FUNC(0x00D67650, HairDesignerGeneratorAdvancedFurBase_DualSphereCollider, Array_InternalArray__get_Item_648, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CC40, Array_InternalArray__get_Item_648__MethodInfo); DO_APP_FUNC(0x00D67710, HairDesignerGeneratorAdvancedFurBase_SkinData, Array_InternalArray__get_Item_649, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CC48, Array_InternalArray__get_Item_649__MethodInfo); DO_APP_FUNC(0x00D677D0, HairDesignerGeneratorFurShellBase_BufferData, Array_InternalArray__get_Item_650, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CC10, Array_InternalArray__get_Item_650__MethodInfo); DO_APP_FUNC(0x00D67880, HairDesignerGeneratorFurShellBase_SkinData, Array_InternalArray__get_Item_651, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CC18, Array_InternalArray__get_Item_651__MethodInfo); DO_APP_FUNC(0x00D67940, Hammersley_Hammersley2dSeq16, Array_InternalArray__get_Item_652, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CC20, Array_InternalArray__get_Item_652__MethodInfo); DO_APP_FUNC(0x00D67A00, Hammersley_Hammersley2dSeq256, Array_InternalArray__get_Item_653, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CC28, Array_InternalArray__get_Item_653__MethodInfo); DO_APP_FUNC(0x00D67B00, Hammersley_Hammersley2dSeq32, Array_InternalArray__get_Item_654, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CBF0, Array_InternalArray__get_Item_654__MethodInfo); DO_APP_FUNC(0x00D67BC0, Hammersley_Hammersley2dSeq64, Array_InternalArray__get_Item_655, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CBF8, Array_InternalArray__get_Item_655__MethodInfo); DO_APP_FUNC(0x00D67C80, Hashtable_bucket, Array_InternalArray__get_Item_656, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CC00, Array_InternalArray__get_Item_656__MethodInfo); DO_APP_FUNC(0x00D67D40, HeadingTracker_Item, Array_InternalArray__get_Item_657, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CC08, Array_InternalArray__get_Item_657__MethodInfo); DO_APP_FUNC(0x00D67E00, HealthFlashMonitor_Flash, Array_InternalArray__get_Item_658, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CBD0, Array_InternalArray__get_Item_658__MethodInfo); DO_APP_FUNC(0x00D67EC0, HebrewNumber_HebrewValue, Array_InternalArray__get_Item_659, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CBD8, Array_InternalArray__get_Item_659__MethodInfo); DO_APP_FUNC(0x00D67F70, InputActionMap_BindingJson, Array_InternalArray__get_Item_660, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CBE0, Array_InternalArray__get_Item_660__MethodInfo); DO_APP_FUNC(0x00D68030, InputActionMap_BindingOverrideJson, Array_InternalArray__get_Item_661, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CBE8, Array_InternalArray__get_Item_661__MethodInfo); DO_APP_FUNC(0x00D680F0, InputActionMap_ReadActionJson, Array_InternalArray__get_Item_662, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CBB0, Array_InternalArray__get_Item_662__MethodInfo); DO_APP_FUNC(0x00D681C0, InputActionMap_ReadMapJson, Array_InternalArray__get_Item_663, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CBB8, Array_InternalArray__get_Item_663__MethodInfo); DO_APP_FUNC(0x00D68280, InputActionMap_WriteActionJson, Array_InternalArray__get_Item_664, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CBC0, Array_InternalArray__get_Item_664__MethodInfo); DO_APP_FUNC(0x00D68350, InputActionMap_WriteMapJson, Array_InternalArray__get_Item_665, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CBC8, Array_InternalArray__get_Item_665__MethodInfo); DO_APP_FUNC(0x00D68410, InputActionRebindingExtensions_Parameter, Array_InternalArray__get_Item_666, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CB90, Array_InternalArray__get_Item_666__MethodInfo); DO_APP_FUNC(0x00D684D0, InputActionRebindingExtensions_ParameterOverride, Array_InternalArray__get_Item_667, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CB98, Array_InternalArray__get_Item_667__MethodInfo); DO_APP_FUNC(0x00D685B0, InputActionTrace_ActionEventPtr, Array_InternalArray__get_Item_668, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CBA0, Array_InternalArray__get_Item_668__MethodInfo); DO_APP_FUNC(0x00D68670, InputBindingCompositeContext_PartBinding, Array_InternalArray__get_Item_669, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CBA8, Array_InternalArray__get_Item_669__MethodInfo); DO_APP_FUNC(0x00D68730, InputControlLayout_ControlItem, Array_InternalArray__get_Item_670, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CB70, Array_InternalArray__get_Item_670__MethodInfo); DO_APP_FUNC(0x00D687F0, InputControlPath_ParsedPathComponent, Array_InternalArray__get_Item_671, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CB78, Array_InternalArray__get_Item_671__MethodInfo); DO_APP_FUNC(0x00D688C0, InputControlScheme_DeviceRequirement, Array_InternalArray__get_Item_672, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CB80, Array_InternalArray__get_Item_672__MethodInfo); DO_APP_FUNC(0x00D68980, InputControlScheme_SchemeJson, Array_InternalArray__get_Item_673, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CB88, Array_InternalArray__get_Item_673__MethodInfo); DO_APP_FUNC(0x00D68A40, InputDevice_ControlBitRangeNode, Array_InternalArray__get_Item_674, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CB50, Array_InternalArray__get_Item_674__MethodInfo); DO_APP_FUNC(0x00D68B00, InputEventTrace_DeviceInfo, Array_InternalArray__get_Item_675, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CB58, Array_InternalArray__get_Item_675__MethodInfo); DO_APP_FUNC(0x00D68BC0, InputManager_AvailableDevice, Array_InternalArray__get_Item_676, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CB60, Array_InternalArray__get_Item_676__MethodInfo); DO_APP_FUNC(0x00D68C80, InputManager_StateChangeMonitorListener, Array_InternalArray__get_Item_677, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CB68, Array_InternalArray__get_Item_677__MethodInfo); DO_APP_FUNC(0x00D68D40, InputManager_StateChangeMonitorTimeout, Array_InternalArray__get_Item_678, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CB30, Array_InternalArray__get_Item_678__MethodInfo); DO_APP_FUNC(0x00D68E00, InputManager_StateChangeMonitorsForDevice, Array_InternalArray__get_Item_679, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CB38, Array_InternalArray__get_Item_679__MethodInfo); DO_APP_FUNC(0x00D68ED0, InputRemoting_RemoteInputDevice, Array_InternalArray__get_Item_680, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CB40, Array_InternalArray__get_Item_680__MethodInfo); DO_APP_FUNC(0x00D68F90, InputRemoting_RemoteSender, Array_InternalArray__get_Item_681, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CB48, Array_InternalArray__get_Item_681__MethodInfo); DO_APP_FUNC(0x00D69050, InputStateHistory_Record, Array_InternalArray__get_Item_682, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CB10, Array_InternalArray__get_Item_682__MethodInfo); DO_APP_FUNC(0x00D69110, InputSystemUIInputModule_InputActionReferenceState, Array_InternalArray__get_Item_683, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CB18, Array_InternalArray__get_Item_683__MethodInfo); DO_APP_FUNC(0x00D691C0, InputUser_OngoingAccountSelection, Array_InternalArray__get_Item_684, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CB20, Array_InternalArray__get_Item_684__MethodInfo); DO_APP_FUNC(0x00D69280, InputUser_UserData, Array_InternalArray__get_Item_685, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CB28, Array_InternalArray__get_Item_685__MethodInfo); DO_APP_FUNC(0x00D69340, InternalTreeView_TreeViewItemWrapper, Array_InternalArray__get_Item_686, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CAF0, Array_InternalArray__get_Item_686__MethodInfo); DO_APP_FUNC(0x00D69400, JSONDeserialization_TaskField, Array_InternalArray__get_Item_687, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CAF8, Array_InternalArray__get_Item_687__MethodInfo); DO_APP_FUNC(0x00D694C0, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV, Array_InternalArray__get_Item_688, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CB00, Array_InternalArray__get_Item_688__MethodInfo); DO_APP_FUNC(0x00D69580, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb, Array_InternalArray__get_Item_689, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CB08, Array_InternalArray__get_Item_689__MethodInfo); DO_APP_FUNC(0x00D69650, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux, Array_InternalArray__get_Item_690, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CAD0, Array_InternalArray__get_Item_690__MethodInfo); DO_APP_FUNC(0x00D69710, JsonParser_JsonValue, Array_InternalArray__get_Item_691, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CAD8, Array_InternalArray__get_Item_691__MethodInfo); DO_APP_FUNC(0x00D697E0, LayerGridGraph_HeightSample, Array_InternalArray__get_Item_692, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CAE0, Array_InternalArray__get_Item_692__MethodInfo); DO_APP_FUNC(0x00D698A0, Logs_LogMessage_1, Array_InternalArray__get_Item_693, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CAE8, Array_InternalArray__get_Item_693__MethodInfo); DO_APP_FUNC(0x00D69960, Logs_LogMessage, Array_InternalArray__get_Item_694, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CAB0, Array_InternalArray__get_Item_694__MethodInfo); DO_APP_FUNC(0x00D69A20, MagicLightProbes_VolumeParameters, Array_InternalArray__get_Item_695, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CAB8, Array_InternalArray__get_Item_695__MethodInfo); DO_APP_FUNC(0x00D69AE0, MailHeaderInfo_HeaderInfo, Array_InternalArray__get_Item_696, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CAC0, Array_InternalArray__get_Item_696__MethodInfo); DO_APP_FUNC(0x00D69BA0, MemberRelationshipService_RelationshipEntry, Array_InternalArray__get_Item_697, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CAC8, Array_InternalArray__get_Item_697__MethodInfo); DO_APP_FUNC(0x00D69C60, MemoryHelpers_BitRegion, Array_InternalArray__get_Item_698, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CA90, Array_InternalArray__get_Item_698__MethodInfo); DO_APP_FUNC(0x00D69D10, MotionSolver_GPUNodeData, Array_InternalArray__get_Item_699, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CA98, Array_InternalArray__get_Item_699__MethodInfo); DO_APP_FUNC(0x00D69DD0, MotionSolver_GPUNodeInfo, Array_InternalArray__get_Item_700, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CAA0, Array_InternalArray__get_Item_700__MethodInfo); DO_APP_FUNC(0x00D69E90, MotionSolver_GPURootTransform, Array_InternalArray__get_Item_701, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CAA8, Array_InternalArray__get_Item_701__MethodInfo); DO_APP_FUNC(0x00D69F70, MovingPlatform_Waypoint, Array_InternalArray__get_Item_702, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CA70, Array_InternalArray__get_Item_702__MethodInfo); DO_APP_FUNC(0x00D6A030, NightmareStyling_WallMaterial, Array_InternalArray__get_Item_703, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CA78, Array_InternalArray__get_Item_703__MethodInfo); DO_APP_FUNC(0x00D6A0F0, NoiseSettings_TransformNoiseParams, Array_InternalArray__get_Item_704, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CA80, Array_InternalArray__get_Item_704__MethodInfo); DO_APP_FUNC(0x00D6A1B0, NolanBehaviour_OverlappedCollider, Array_InternalArray__get_Item_705, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CA88, Array_InternalArray__get_Item_705__MethodInfo); DO_APP_FUNC(0x00D6A270, ObjectPoolBase_PreloadedPrefab, Array_InternalArray__get_Item_706, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CA50, Array_InternalArray__get_Item_706__MethodInfo); DO_APP_FUNC(0x00D6A330, OnScreenControl_OnScreenDeviceInfo, Array_InternalArray__get_Item_707, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CA58, Array_InternalArray__get_Item_707__MethodInfo); DO_APP_FUNC(0x00D6A3F0, OpenXRInput_SerializedBinding, Array_InternalArray__get_Item_708, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CA60, Array_InternalArray__get_Item_708__MethodInfo); DO_APP_FUNC(0x00D6A4B0, PackedPlayModeBuildLogs_RuntimeBuildLog, Array_InternalArray__get_Item_709, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CA68, Array_InternalArray__get_Item_709__MethodInfo); DO_APP_FUNC(0x00D6A570, ParameterizedStrings_FormatParam, Array_InternalArray__get_Item_710, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CA30, Array_InternalArray__get_Item_710__MethodInfo); DO_APP_FUNC(0x00D6A630, ParticleSystem_Particle, Array_InternalArray__get_Item_711, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CA38, Array_InternalArray__get_Item_711__MethodInfo); DO_APP_FUNC(0x00D6A710, PlayerStatsController_Category, Array_InternalArray__get_Item_712, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CA40, Array_InternalArray__get_Item_712__MethodInfo); DO_APP_FUNC(0x00D6A7D0, PointKDTree_Node, Array_InternalArray__get_Item_713, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CA48, Array_InternalArray__get_Item_713__MethodInfo); DO_APP_FUNC(0x00D6A890, PointerDeviceState_PointerLocation, Array_InternalArray__get_Item_714, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CA10, Array_InternalArray__get_Item_714__MethodInfo); DO_APP_FUNC(0x00D6A950, ProbeBrickIndex_Brick, Array_InternalArray__get_Item_715, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CA18, Array_InternalArray__get_Item_715__MethodInfo); DO_APP_FUNC(0x00D6AA10, ProbeBrickIndex_BrickMeta, Array_InternalArray__get_Item_716, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CA20, Array_InternalArray__get_Item_716__MethodInfo); DO_APP_FUNC(0x00D6AAD0, ProbeBrickIndex_CellIndexUpdateInfo, Array_InternalArray__get_Item_717, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CA28, Array_InternalArray__get_Item_717__MethodInfo); DO_APP_FUNC(0x00D6AB90, ProbeBrickIndex_ReservedBrick, Array_InternalArray__get_Item_718, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C9F0, Array_InternalArray__get_Item_718__MethodInfo); DO_APP_FUNC(0x00D6AC50, ProbeBrickIndex_VoxelMeta, Array_InternalArray__get_Item_719, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C9F8, Array_InternalArray__get_Item_719__MethodInfo); DO_APP_FUNC(0x00D6AD10, ProbeBrickPool_BrickChunkAlloc, Array_InternalArray__get_Item_720, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CA00, Array_InternalArray__get_Item_720__MethodInfo); DO_APP_FUNC(0x00D6ADD0, ProbeReferenceVolume_RegId, Array_InternalArray__get_Item_721, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6CA08, Array_InternalArray__get_Item_721__MethodInfo); DO_APP_FUNC(0x00D6AE80, ProbeReferenceVolume_Volume, Array_InternalArray__get_Item_722, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C9D0, Array_InternalArray__get_Item_722__MethodInfo); DO_APP_FUNC(0x00D6AF50, ProbeVolumePerSceneData_SerializableAssetItem, Array_InternalArray__get_Item_723, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C9D8, Array_InternalArray__get_Item_723__MethodInfo); DO_APP_FUNC(0x00D6B010, ProbeVolumeSceneData_SerializableBoundItem, Array_InternalArray__get_Item_724, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C9E0, Array_InternalArray__get_Item_724__MethodInfo); DO_APP_FUNC(0x00D6B0D0, ProbeVolumeSceneData_SerializableHasPVItem, Array_InternalArray__get_Item_725, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C9E8, Array_InternalArray__get_Item_725__MethodInfo); DO_APP_FUNC(0x00D6B190, ProbeVolumeSceneData_SerializablePVBakeSettings, Array_InternalArray__get_Item_726, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C9B0, Array_InternalArray__get_Item_726__MethodInfo); DO_APP_FUNC(0x00D6B250, ProbeVolumeSceneData_SerializablePVProfile, Array_InternalArray__get_Item_727, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C9B8, Array_InternalArray__get_Item_727__MethodInfo); DO_APP_FUNC(0x00D6B310, ProtocolClient_AckCallback, Array_InternalArray__get_Item_728, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C9C0, Array_InternalArray__get_Item_728__MethodInfo); DO_APP_FUNC(0x00D6B3D0, ProtocolClient_MsgHandler, Array_InternalArray__get_Item_729, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C9C8, Array_InternalArray__get_Item_729__MethodInfo); DO_APP_FUNC(0x00D6B490, RVOQuadtree_Node, Array_InternalArray__get_Item_730, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C990, Array_InternalArray__get_Item_730__MethodInfo); DO_APP_FUNC(0x00D6B550, Regex_CachedCodeEntryKey, Array_InternalArray__get_Item_731, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C998, Array_InternalArray__get_Item_731__MethodInfo); DO_APP_FUNC(0x00D6B610, RegexCharClass_LowerCaseMapping, Array_InternalArray__get_Item_732, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C9A0, Array_InternalArray__get_Item_732__MethodInfo); DO_APP_FUNC(0x00D6B6D0, RegexCharClass_SingleRange, Array_InternalArray__get_Item_733, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C9A8, Array_InternalArray__get_Item_733__MethodInfo); DO_APP_FUNC(0x00D6B780, RenderChain_RenderNodeData, Array_InternalArray__get_Item_734, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C970, Array_InternalArray__get_Item_734__MethodInfo); DO_APP_FUNC(0x00D6B850, RenderGraph_CompiledPassInfo, Array_InternalArray__get_Item_735, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C978, Array_InternalArray__get_Item_735__MethodInfo); DO_APP_FUNC(0x00D6B920, RenderGraph_CompiledResourceInfo, Array_InternalArray__get_Item_736, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C980, Array_InternalArray__get_Item_736__MethodInfo); DO_APP_FUNC(0x00D6B9E0, RenderGraphDebugData_PassDebugData, Array_InternalArray__get_Item_737, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C988, Array_InternalArray__get_Item_737__MethodInfo); DO_APP_FUNC(0x00D6BAA0, RenderGraphDebugData_ResourceDebugData, Array_InternalArray__get_Item_738, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C950, Array_InternalArray__get_Item_738__MethodInfo); DO_APP_FUNC(0x00D6BB60, ResourceManager_DeferredCallbackRegisterRequest, Array_InternalArray__get_Item_739, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C958, Array_InternalArray__get_Item_739__MethodInfo); DO_APP_FUNC(0x00D6BC20, RetainedGizmos_MeshWithHash, Array_InternalArray__get_Item_740, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C960, Array_InternalArray__get_Item_740__MethodInfo); DO_APP_FUNC(0x00D6BCE0, SendMouseEvents_HitInfo, Array_InternalArray__get_Item_741, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C968, Array_InternalArray__get_Item_741__MethodInfo); DO_APP_FUNC(0x00D6BDA0, SequenceNode_SequenceConstructPosContext, Array_InternalArray__get_Item_742, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C930, Array_InternalArray__get_Item_742__MethodInfo); DO_APP_FUNC(0x00D6BE60, SerializedObject_Field, Array_InternalArray__get_Item_743, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C938, Array_InternalArray__get_Item_743__MethodInfo); DO_APP_FUNC(0x00D6BF20, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo, Array_InternalArray__get_Item_744, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C940, Array_InternalArray__get_Item_744__MethodInfo); DO_APP_FUNC(0x00D6BFE0, SlotEquip_ItemDefinitionStateName, Array_InternalArray__get_Item_745, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C948, Array_InternalArray__get_Item_745__MethodInfo); DO_APP_FUNC(0x00D6C0A0, Socket_WSABUF, Array_InternalArray__get_Item_746, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C910, Array_InternalArray__get_Item_746__MethodInfo); DO_APP_FUNC(0x00D6C160, StyleComplexSelector_PseudoStateData, Array_InternalArray__get_Item_747, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C918, Array_InternalArray__get_Item_747__MethodInfo); DO_APP_FUNC(0x00D6C210, StylePropertyAnimationSystem_ElementPropertyPair, Array_InternalArray__get_Item_748, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C920, Array_InternalArray__get_Item_748__MethodInfo); DO_APP_FUNC(0x00D6C2D0, StyleSheet_ImportStruct, Array_InternalArray__get_Item_749, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C928, Array_InternalArray__get_Item_749__MethodInfo); DO_APP_FUNC(0x00D6C390, StyleSheetCache_SheetHandleKey, Array_InternalArray__get_Item_750, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C8F0, Array_InternalArray__get_Item_750__MethodInfo); DO_APP_FUNC(0x00D6C440, StyleVariableResolver_ResolveContext, Array_InternalArray__get_Item_751, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C8F8, Array_InternalArray__get_Item_751__MethodInfo); DO_APP_FUNC(0x00D6C500, TMP_Text_UnicodeChar, Array_InternalArray__get_Item_752, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C900, Array_InternalArray__get_Item_752__MethodInfo); DO_APP_FUNC(0x00D6C5C0, TemplateAsset_AttributeOverride, Array_InternalArray__get_Item_753, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C908, Array_InternalArray__get_Item_753__MethodInfo); DO_APP_FUNC(0x00D6C680, TextPic_IconName, Array_InternalArray__get_Item_754, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C8D0, Array_InternalArray__get_Item_754__MethodInfo); DO_APP_FUNC(0x00D6C740, TextResourceManager_FontAssetRef, Array_InternalArray__get_Item_755, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C8D8, Array_InternalArray__get_Item_755__MethodInfo); DO_APP_FUNC(0x00D6C800, TextSettings_FontReferenceMap, Array_InternalArray__get_Item_756, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C8E0, Array_InternalArray__get_Item_756__MethodInfo); DO_APP_FUNC(0x00D6C8C0, TextureBlitter_BlitInfo, Array_InternalArray__get_Item_757, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C8E8, Array_InternalArray__get_Item_757__MethodInfo); DO_APP_FUNC(0x00D6C990, TexturePacker_JsonArray_Frame, Array_InternalArray__get_Item_758, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C8B0, Array_InternalArray__get_Item_758__MethodInfo); DO_APP_FUNC(0x00D6CA50, TextureRegistry_TextureInfo, Array_InternalArray__get_Item_759, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C8B8, Array_InternalArray__get_Item_759__MethodInfo); DO_APP_FUNC(0x00D6CB10, TimeNotificationBehaviour_NotificationEntry, Array_InternalArray__get_Item_760, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C8C0, Array_InternalArray__get_Item_760__MethodInfo); DO_APP_FUNC(0x00D6CBD0, TrackedDeviceRaycaster_RaycastHitData, Array_InternalArray__get_Item_761, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C8C8, Array_InternalArray__get_Item_761__MethodInfo); DO_APP_FUNC(0x00D6CC90, TrackedPoseDriverDataDescription_PoseData, Array_InternalArray__get_Item_762, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C890, Array_InternalArray__get_Item_762__MethodInfo); DO_APP_FUNC(0x00D6CD50, TreeView_TreeViewItemWrapper, Array_InternalArray__get_Item_763, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C898, Array_InternalArray__get_Item_763__MethodInfo); DO_APP_FUNC(0x00D6CE10, TreeViewReorderableDragAndDropController_TreeItemState, Array_InternalArray__get_Item_764, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C8A0, Array_InternalArray__get_Item_764__MethodInfo); DO_APP_FUNC(0x00D6CEC0, UIRStylePainter_Entry, Array_InternalArray__get_Item_765, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C8A8, Array_InternalArray__get_Item_765__MethodInfo); DO_APP_FUNC(0x00D6CF90, UIRenderDevice_AllocToFree, Array_InternalArray__get_Item_766, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C870, Array_InternalArray__get_Item_766__MethodInfo); DO_APP_FUNC(0x00D6D050, UIRenderDevice_AllocToUpdate, Array_InternalArray__get_Item_767, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C878, Array_InternalArray__get_Item_767__MethodInfo); DO_APP_FUNC(0x00D6D120, UIRenderDevice_DeviceToFree, Array_InternalArray__get_Item_768, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C880, Array_InternalArray__get_Item_768__MethodInfo); DO_APP_FUNC(0x00D6D1E0, UdpPipe_Ack, Array_InternalArray__get_Item_769, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C888, Array_InternalArray__get_Item_769__MethodInfo); DO_APP_FUNC(0x00D6D2A0, UmAlQuraCalendar_DateMapping, Array_InternalArray__get_Item_770, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C850, Array_InternalArray__get_Item_770__MethodInfo); DO_APP_FUNC(0x00D6D360, UnitySynchronizationContext_WorkRequest, Array_InternalArray__get_Item_771, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C858, Array_InternalArray__get_Item_771__MethodInfo); DO_APP_FUNC(0x00D6D420, VisualTreeAsset_SlotDefinition, Array_InternalArray__get_Item_772, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C860, Array_InternalArray__get_Item_772__MethodInfo); DO_APP_FUNC(0x00D6D4E0, VisualTreeAsset_SlotUsageEntry, Array_InternalArray__get_Item_773, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C868, Array_InternalArray__get_Item_773__MethodInfo); DO_APP_FUNC(0x00D6D5A0, VisualTreeAsset_UsingEntry, Array_InternalArray__get_Item_774, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C830, Array_InternalArray__get_Item_774__MethodInfo); DO_APP_FUNC(0x00D6D660, WetDecalSystem_MaterialBatchId, Array_InternalArray__get_Item_775, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C838, Array_InternalArray__get_Item_775__MethodInfo); DO_APP_FUNC(0x00D6D740, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK, Array_InternalArray__get_Item_776, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C840, Array_InternalArray__get_Item_776__MethodInfo); DO_APP_FUNC(0x00D6D7F0, XmlEventCache_XmlEvent, Array_InternalArray__get_Item_777, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C848, Array_InternalArray__get_Item_777__MethodInfo); DO_APP_FUNC(0x00D6D8B0, XmlNamespaceManager_NamespaceDeclaration, Array_InternalArray__get_Item_778, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C810, Array_InternalArray__get_Item_778__MethodInfo); DO_APP_FUNC(0x00D6D970, XmlSchemaObjectTable_XmlSchemaObjectEntry, Array_InternalArray__get_Item_779, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C818, Array_InternalArray__get_Item_779__MethodInfo); DO_APP_FUNC(0x00D6DA30, XmlTextReaderImpl_ParsingState, Array_InternalArray__get_Item_780, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C820, Array_InternalArray__get_Item_780__MethodInfo); DO_APP_FUNC(0x00D6DB10, XmlTextWriter_Namespace, Array_InternalArray__get_Item_781, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C828, Array_InternalArray__get_Item_781__MethodInfo); DO_APP_FUNC(0x00D6DBD0, XmlTextWriter_TagInfo, Array_InternalArray__get_Item_782, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C7F0, Array_InternalArray__get_Item_782__MethodInfo); DO_APP_FUNC(0x00D6DCA0, XmlWellFormedWriter_AttrName, Array_InternalArray__get_Item_783, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C7F8, Array_InternalArray__get_Item_783__MethodInfo); DO_APP_FUNC(0x00D6DD60, XmlWellFormedWriter_ElementScope, Array_InternalArray__get_Item_784, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C800, Array_InternalArray__get_Item_784__MethodInfo); DO_APP_FUNC(0x00D6DE20, XmlWellFormedWriter_Namespace, Array_InternalArray__get_Item_785, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C808, Array_InternalArray__get_Item_785__MethodInfo); DO_APP_FUNC(0x00D6DEE0, ftLightmaps_LightmapAdditionalData, Array_InternalArray__get_Item_786, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C7D0, Array_InternalArray__get_Item_786__MethodInfo); DO_APP_FUNC(0x00D6DFA0, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy, Array_InternalArray__get_Item_787, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C7D8, Array_InternalArray__get_Item_787__MethodInfo); DO_APP_FUNC(0x00D6E050, gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG, Array_InternalArray__get_Item_788, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C7E0, Array_InternalArray__get_Item_788__MethodInfo); DO_APP_FUNC(0x00D6E110, gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ, Array_InternalArray__get_Item_789, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C7E8, Array_InternalArray__get_Item_789__MethodInfo); DO_APP_FUNC(0x00D6E1D0, jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb, Array_InternalArray__get_Item_790, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C7B0, Array_InternalArray__get_Item_790__MethodInfo); DO_APP_FUNC(0x00D6E290, DebugUI_Foldout_ContextMenuItem, Array_InternalArray__get_Item_791, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C7B8, Array_InternalArray__get_Item_791__MethodInfo); DO_APP_FUNC(0x00D6E350, Decimal_DecCalc_PowerOvfl, Array_InternalArray__get_Item_792, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C7C0, Array_InternalArray__get_Item_792__MethodInfo); DO_APP_FUNC(0x00D6E410, FacetsChecker_FacetsCompiler_Map, Array_InternalArray__get_Item_793, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C7C8, Array_InternalArray__get_Item_793__MethodInfo); DO_APP_FUNC(0x00D6E4D0, InputControlLayout_Collection_LayoutMatcher, Array_InternalArray__get_Item_794, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C790, Array_InternalArray__get_Item_794__MethodInfo); DO_APP_FUNC(0x00D6E590, InputControlLayout_Collection_PrecompiledLayout, Array_InternalArray__get_Item_795, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C798, Array_InternalArray__get_Item_795__MethodInfo); DO_APP_FUNC(0x00D6E650, InputControlScheme_MatchResult_Match, Array_InternalArray__get_Item_796, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C7A0, Array_InternalArray__get_Item_796__MethodInfo); DO_APP_FUNC(0x00D6E710, InputControlScheme_SchemeJson_DeviceJson, Array_InternalArray__get_Item_797, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C7A8, Array_InternalArray__get_Item_797__MethodInfo); DO_APP_FUNC(0x00D6E7D0, InputDeviceMatcher_MatcherJson_Capability, Array_InternalArray__get_Item_798, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C770, Array_InternalArray__get_Item_798__MethodInfo); DO_APP_FUNC(0x00D6E890, InstructionList_DebugView_InstructionView, Array_InternalArray__get_Item_799, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C778, Array_InternalArray__get_Item_799__MethodInfo); DO_APP_FUNC(0x00D6E950, Interop_SspiCli_SecBuffer, Array_InternalArray__get_Item_800, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C780, Array_InternalArray__get_Item_800__MethodInfo); DO_APP_FUNC(0x00D6EA10, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb, Array_InternalArray__get_Item_801, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C788, Array_InternalArray__get_Item_801__MethodInfo); DO_APP_FUNC(0x00D6EAD0, TargetPositionCache_CacheCurve_Item, Array_InternalArray__get_Item_802, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C760, Array_InternalArray__get_Item_802__MethodInfo); DO_APP_FUNC(0x00D6EB90, TargetPositionCache_CacheEntry_RecordingItem, Array_InternalArray__get_Item_803, (Array * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C768, Array_InternalArray__get_Item_803__MethodInfo); DO_APP_FUNC(0x00D6EC50, void, Array_InternalArray__set_Item, (Array * __this, int32_t index, ArraySegment_1_Byte_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C758, Array_InternalArray__set_Item__MethodInfo); DO_APP_FUNC(0x00D6EDB0, void, Array_InternalArray__set_Item_1, (Array * __this, int32_t index, AsyncOperationHandle_1_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C748, Array_InternalArray__set_Item_1__MethodInfo); DO_APP_FUNC(0x00D6EF10, void, Array_InternalArray__set_Item_2, (Array * __this, int32_t index, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C750, Array_InternalArray__set_Item_2__MethodInfo); DO_APP_FUNC(0x00D6F070, void, Array_InternalArray__set_Item_3, (Array * __this, int32_t index, DynamicHeightVirtualizationController_1_T_ContentHeightCacheInfo_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C740, Array_InternalArray__set_Item_3__MethodInfo); DO_APP_FUNC(0x00D6F1C0, void, Array_InternalArray__set_Item_4, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_Background_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C738, Array_InternalArray__set_Item_4__MethodInfo); DO_APP_FUNC(0x00D6F310, void, Array_InternalArray__set_Item_5, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C728, Array_InternalArray__set_Item_5__MethodInfo); DO_APP_FUNC(0x00D6F460, void, Array_InternalArray__set_Item_6, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C730, Array_InternalArray__set_Item_6__MethodInfo); DO_APP_FUNC(0x00D6F5B0, void, Array_InternalArray__set_Item_7, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C720, Array_InternalArray__set_Item_7__MethodInfo); DO_APP_FUNC(0x00D6F700, void, Array_InternalArray__set_Item_8, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_Length_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C718, Array_InternalArray__set_Item_8__MethodInfo); DO_APP_FUNC(0x00D6F850, void, Array_InternalArray__set_Item_9, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C708, Array_InternalArray__set_Item_9__MethodInfo); DO_APP_FUNC(0x00D6F9A0, void, Array_InternalArray__set_Item_10, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C710, Array_InternalArray__set_Item_10__MethodInfo); DO_APP_FUNC(0x00D6FAF0, void, Array_InternalArray__set_Item_11, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C700, Array_InternalArray__set_Item_11__MethodInfo); DO_APP_FUNC(0x00D6FC40, void, Array_InternalArray__set_Item_12, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C6F8, Array_InternalArray__set_Item_12__MethodInfo); DO_APP_FUNC(0x00D6FD90, void, Array_InternalArray__set_Item_13, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C6E8, Array_InternalArray__set_Item_13__MethodInfo); DO_APP_FUNC(0x00D6FEE0, void, Array_InternalArray__set_Item_14, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C6F0, Array_InternalArray__set_Item_14__MethodInfo); DO_APP_FUNC(0x00D70030, void, Array_InternalArray__set_Item_15, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C6E0, Array_InternalArray__set_Item_15__MethodInfo); DO_APP_FUNC(0x00D70180, void, Array_InternalArray__set_Item_16, (Array * __this, int32_t index, IntervalTree_1_T_Entry_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C6D8, Array_InternalArray__set_Item_16__MethodInfo); DO_APP_FUNC(0x00D702E0, void, Array_InternalArray__set_Item_17, (Array * __this, int32_t index, XHashtable_1_TValue_XHashtableState_TValue_Entry_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C6C8, Array_InternalArray__set_Item_17__MethodInfo); DO_APP_FUNC(0x00D70440, void, Array_InternalArray__set_Item_18, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_ValueTuple_2_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C6D0, Array_InternalArray__set_Item_18__MethodInfo); DO_APP_FUNC(0x00D705A0, void, Array_InternalArray__set_Item_19, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_ValueTuple_2_System_Object__1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C6C0, Array_InternalArray__set_Item_19__MethodInfo); DO_APP_FUNC(0x00D70700, void, Array_InternalArray__set_Item_20, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Byte_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C6B8, Array_InternalArray__set_Item_20__MethodInfo); DO_APP_FUNC(0x00D70860, void, Array_InternalArray__set_Item_21, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_ByteEnum_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C6A8, Array_InternalArray__set_Item_21__MethodInfo); DO_APP_FUNC(0x00D709C0, void, Array_InternalArray__set_Item_22, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_ByteEnum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C6B0, Array_InternalArray__set_Item_22__MethodInfo); DO_APP_FUNC(0x00D70B20, void, Array_InternalArray__set_Item_23, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_Dissonance_Audio_Playback_FrameFormat_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C6A0, Array_InternalArray__set_Item_23__MethodInfo); DO_APP_FUNC(0x00D70C90, void, Array_InternalArray__set_Item_24, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Guid_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C698, Array_InternalArray__set_Item_24__MethodInfo); DO_APP_FUNC(0x00D70DF0, void, Array_InternalArray__set_Item_25, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Guid_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C688, Array_InternalArray__set_Item_25__MethodInfo); DO_APP_FUNC(0x00D70F60, void, Array_InternalArray__set_Item_26, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_Hash128_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C690, Array_InternalArray__set_Item_26__MethodInfo); DO_APP_FUNC(0x00D710C0, void, Array_InternalArray__set_Item_27, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_Pathfinding_Int2_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C680, Array_InternalArray__set_Item_27__MethodInfo); DO_APP_FUNC(0x00D71220, void, Array_InternalArray__set_Item_28, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_Pathfinding_Int3_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C678, Array_InternalArray__set_Item_28__MethodInfo); DO_APP_FUNC(0x00D71380, void, Array_InternalArray__set_Item_29, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C668, Array_InternalArray__set_Item_29__MethodInfo); DO_APP_FUNC(0x00D714E0, void, Array_InternalArray__set_Item_30, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_System_ValueTuple_2_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C670, Array_InternalArray__set_Item_30__MethodInfo); DO_APP_FUNC(0x00D71650, void, Array_InternalArray__set_Item_31, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C660, Array_InternalArray__set_Item_31__MethodInfo); DO_APP_FUNC(0x00D717B0, void, Array_InternalArray__set_Item_32, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_System_ByteEnum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C658, Array_InternalArray__set_Item_32__MethodInfo); DO_APP_FUNC(0x00D71910, void, Array_InternalArray__set_Item_33, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Char_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C648, Array_InternalArray__set_Item_33__MethodInfo); DO_APP_FUNC(0x00D71A70, void, Array_InternalArray__set_Item_34, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C650, Array_InternalArray__set_Item_34__MethodInfo); DO_APP_FUNC(0x00D71BE0, void, Array_InternalArray__set_Item_35, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int16_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C640, Array_InternalArray__set_Item_35__MethodInfo); DO_APP_FUNC(0x00D71D40, void, Array_InternalArray__set_Item_36, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_Pathfinding_Int3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C638, Array_InternalArray__set_Item_36__MethodInfo); DO_APP_FUNC(0x00D71EA0, void, Array_InternalArray__set_Item_37, (Array * __this, int32_t index, ADictionary_2_TKey_TValue_Entry_System_Int32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C628, Array_InternalArray__set_Item_37__MethodInfo); DO_APP_FUNC(0x00D72000, void, Array_InternalArray__set_Item_38, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C630, Array_InternalArray__set_Item_38__MethodInfo); DO_APP_FUNC(0x00D72160, void, Array_InternalArray__set_Item_39, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C620, Array_InternalArray__set_Item_39__MethodInfo); DO_APP_FUNC(0x00D722C0, void, Array_InternalArray__set_Item_40, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Int64_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C618, Array_InternalArray__set_Item_40__MethodInfo); DO_APP_FUNC(0x00D72420, void, Array_InternalArray__set_Item_41, (Array * __this, int32_t index, ADictionary_2_TKey_TValue_Entry_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C608, Array_InternalArray__set_Item_41__MethodInfo); DO_APP_FUNC(0x00D72580, void, Array_InternalArray__set_Item_42, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C610, Array_InternalArray__set_Item_42__MethodInfo); DO_APP_FUNC(0x00D726E0, void, Array_InternalArray__set_Item_43, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_PlayerFlashlightBeam_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C600, Array_InternalArray__set_Item_43__MethodInfo); DO_APP_FUNC(0x00D72840, void, Array_InternalArray__set_Item_44, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_RenderInstancedDataLayout_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C5F8, Array_InternalArray__set_Item_44__MethodInfo); DO_APP_FUNC(0x00D729B0, void, Array_InternalArray__set_Item_45, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C5E8, Array_InternalArray__set_Item_45__MethodInfo); DO_APP_FUNC(0x00D72B10, void, Array_InternalArray__set_Item_46, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_UIElements_TreeItem_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C5F0, Array_InternalArray__set_Item_46__MethodInfo); DO_APP_FUNC(0x00D72C70, void, Array_InternalArray__set_Item_47, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C5E0, Array_InternalArray__set_Item_47__MethodInfo); DO_APP_FUNC(0x00D72DD0, void, Array_InternalArray__set_Item_48, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_Vector4_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C5D8, Array_InternalArray__set_Item_48__MethodInfo); DO_APP_FUNC(0x00D72F40, void, Array_InternalArray__set_Item_49, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C5C8, Array_InternalArray__set_Item_49__MethodInfo); DO_APP_FUNC(0x00D730B0, void, Array_InternalArray__set_Item_50, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32Enum_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C5D0, Array_InternalArray__set_Item_50__MethodInfo); DO_APP_FUNC(0x00D73210, void, Array_InternalArray__set_Item_51, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int32Enum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C5C0, Array_InternalArray__set_Item_51__MethodInfo); DO_APP_FUNC(0x00D73370, void, Array_InternalArray__set_Item_52, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int64_UnityEngine_UIElements_ComputedStyle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C5B8, Array_InternalArray__set_Item_52__MethodInfo); DO_APP_FUNC(0x00D73510, void, Array_InternalArray__set_Item_53, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Int64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C5A8, Array_InternalArray__set_Item_53__MethodInfo); DO_APP_FUNC(0x00D73670, void, Array_InternalArray__set_Item_54, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_IntPtr_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C5B0, Array_InternalArray__set_Item_54__MethodInfo); DO_APP_FUNC(0x00D737D0, void, Array_InternalArray__set_Item_55, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C5A0, Array_InternalArray__set_Item_55__MethodInfo); DO_APP_FUNC(0x00D73940, void, Array_InternalArray__set_Item_56, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C598, Array_InternalArray__set_Item_56__MethodInfo); DO_APP_FUNC(0x00D73AA0, void, Array_InternalArray__set_Item_57, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C588, Array_InternalArray__set_Item_57__MethodInfo); DO_APP_FUNC(0x00D73C10, void, Array_InternalArray__set_Item_58, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C590, Array_InternalArray__set_Item_58__MethodInfo); DO_APP_FUNC(0x00D73D70, void, Array_InternalArray__set_Item_59, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_NetworkId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C580, Array_InternalArray__set_Item_59__MethodInfo); DO_APP_FUNC(0x00D73ED0, void, Array_InternalArray__set_Item_60, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C578, Array_InternalArray__set_Item_60__MethodInfo); DO_APP_FUNC(0x00D74040, void, Array_InternalArray__set_Item_61, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C568, Array_InternalArray__set_Item_61__MethodInfo); DO_APP_FUNC(0x00D741B0, void, Array_InternalArray__set_Item_62, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C570, Array_InternalArray__set_Item_62__MethodInfo); DO_APP_FUNC(0x00D74310, void, Array_InternalArray__set_Item_63, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Bounds_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C560, Array_InternalArray__set_Item_63__MethodInfo); DO_APP_FUNC(0x00D74480, void, Array_InternalArray__set_Item_64, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_System_Byte_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C558, Array_InternalArray__set_Item_64__MethodInfo); DO_APP_FUNC(0x00D745E0, void, Array_InternalArray__set_Item_65, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C548, Array_InternalArray__set_Item_65__MethodInfo); DO_APP_FUNC(0x00D74740, void, Array_InternalArray__set_Item_66, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Color32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C550, Array_InternalArray__set_Item_66__MethodInfo); DO_APP_FUNC(0x00D748A0, void, Array_InternalArray__set_Item_67, (Array * __this, int32_t index, ADictionary_2_TKey_TValue_Entry_System_Object_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C540, Array_InternalArray__set_Item_67__MethodInfo); DO_APP_FUNC(0x00D74A00, void, Array_InternalArray__set_Item_68, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C538, Array_InternalArray__set_Item_68__MethodInfo); DO_APP_FUNC(0x00D74B60, void, Array_InternalArray__set_Item_69, (Array * __this, int32_t index, ADictionary_2_TKey_TValue_Entry_System_Object_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C528, Array_InternalArray__set_Item_69__MethodInfo); DO_APP_FUNC(0x00D74CC0, void, Array_InternalArray__set_Item_70, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C530, Array_InternalArray__set_Item_70__MethodInfo); DO_APP_FUNC(0x00D74E20, void, Array_InternalArray__set_Item_71, (Array * __this, int32_t index, ADictionary_2_TKey_TValue_Entry_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C520, Array_InternalArray__set_Item_71__MethodInfo); DO_APP_FUNC(0x00D74F80, void, Array_InternalArray__set_Item_72, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C518, Array_InternalArray__set_Item_72__MethodInfo); DO_APP_FUNC(0x00D750E0, void, Array_InternalArray__set_Item_73, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C508, Array_InternalArray__set_Item_73__MethodInfo); DO_APP_FUNC(0x00D75240, void, Array_InternalArray__set_Item_74, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C510, Array_InternalArray__set_Item_74__MethodInfo); DO_APP_FUNC(0x00D753C0, void, Array_InternalArray__set_Item_75, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Playables_Playable_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C500, Array_InternalArray__set_Item_75__MethodInfo); DO_APP_FUNC(0x00D75520, void, Array_InternalArray__set_Item_76, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C4F8, Array_InternalArray__set_Item_76__MethodInfo); DO_APP_FUNC(0x00D75690, void, Array_InternalArray__set_Item_77, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_System_Resources_ResourceLocator_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C4E8, Array_InternalArray__set_Item_77__MethodInfo); DO_APP_FUNC(0x00D757F0, void, Array_InternalArray__set_Item_78, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C4F0, Array_InternalArray__set_Item_78__MethodInfo); DO_APP_FUNC(0x00D75950, void, Array_InternalArray__set_Item_79, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C4E0, Array_InternalArray__set_Item_79__MethodInfo); DO_APP_FUNC(0x00D75AB0, void, Array_InternalArray__set_Item_80, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_TextureId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C4D8, Array_InternalArray__set_Item_80__MethodInfo); DO_APP_FUNC(0x00D75C10, void, Array_InternalArray__set_Item_81, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_System_TimeSpan_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C4C8, Array_InternalArray__set_Item_81__MethodInfo); DO_APP_FUNC(0x00D75D70, void, Array_InternalArray__set_Item_82, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_UdpEndPoint_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C4D0, Array_InternalArray__set_Item_82__MethodInfo); DO_APP_FUNC(0x00D75EE0, void, Array_InternalArray__set_Item_83, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Vector2_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C4C0, Array_InternalArray__set_Item_83__MethodInfo); DO_APP_FUNC(0x00D76040, void, Array_InternalArray__set_Item_84, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Vector3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C4B8, Array_InternalArray__set_Item_84__MethodInfo); DO_APP_FUNC(0x00D761A0, void, Array_InternalArray__set_Item_85, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C4A8, Array_InternalArray__set_Item_85__MethodInfo); DO_APP_FUNC(0x00D76380, void, Array_InternalArray__set_Item_86, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C4B0, Array_InternalArray__set_Item_86__MethodInfo); DO_APP_FUNC(0x00D764E0, void, Array_InternalArray__set_Item_87, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C4A0, Array_InternalArray__set_Item_87__MethodInfo); DO_APP_FUNC(0x00D76670, void, Array_InternalArray__set_Item_88, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C498, Array_InternalArray__set_Item_88__MethodInfo); DO_APP_FUNC(0x00D767D0, void, Array_InternalArray__set_Item_89, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C488, Array_InternalArray__set_Item_89__MethodInfo); DO_APP_FUNC(0x00D76950, void, Array_InternalArray__set_Item_90, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C490, Array_InternalArray__set_Item_90__MethodInfo); DO_APP_FUNC(0x00D76AD0, void, Array_InternalArray__set_Item_91, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C480, Array_InternalArray__set_Item_91__MethodInfo); DO_APP_FUNC(0x00D76C30, void, Array_InternalArray__set_Item_92, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_PrefabId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C478, Array_InternalArray__set_Item_92__MethodInfo); DO_APP_FUNC(0x00D76D90, void, Array_InternalArray__set_Item_93, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_RaycastHit_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C468, Array_InternalArray__set_Item_93__MethodInfo); DO_APP_FUNC(0x00D76F10, void, Array_InternalArray__set_Item_94, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Single_SplineMesh_CurveSample_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C470, Array_InternalArray__set_Item_94__MethodInfo); DO_APP_FUNC(0x00D770A0, void, Array_InternalArray__set_Item_95, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C460, Array_InternalArray__set_Item_95__MethodInfo); DO_APP_FUNC(0x00D77200, void, Array_InternalArray__set_Item_96, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C458, Array_InternalArray__set_Item_96__MethodInfo); DO_APP_FUNC(0x00D77360, void, Array_InternalArray__set_Item_97, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_TypeId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C448, Array_InternalArray__set_Item_97__MethodInfo); DO_APP_FUNC(0x00D774C0, void, Array_InternalArray__set_Item_98, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_UInt16_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C450, Array_InternalArray__set_Item_98__MethodInfo); DO_APP_FUNC(0x00D77620, void, Array_InternalArray__set_Item_99, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_UInt16_Dissonance_PlayerChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C440, Array_InternalArray__set_Item_99__MethodInfo); DO_APP_FUNC(0x00D77790, void, Array_InternalArray__set_Item_100, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_UInt16_Dissonance_RoomChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C438, Array_InternalArray__set_Item_100__MethodInfo); DO_APP_FUNC(0x00D77910, void, Array_InternalArray__set_Item_101, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C428, Array_InternalArray__set_Item_101__MethodInfo); DO_APP_FUNC(0x00D77A70, void, Array_InternalArray__set_Item_102, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C430, Array_InternalArray__set_Item_102__MethodInfo); DO_APP_FUNC(0x00D77BF0, void, Array_InternalArray__set_Item_103, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C420, Array_InternalArray__set_Item_103__MethodInfo); DO_APP_FUNC(0x00D77D50, void, Array_InternalArray__set_Item_104, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_UInt32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C418, Array_InternalArray__set_Item_104__MethodInfo); DO_APP_FUNC(0x00D77EB0, void, Array_InternalArray__set_Item_105, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_UInt32_SessionClient_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C408, Array_InternalArray__set_Item_105__MethodInfo); DO_APP_FUNC(0x00D78030, void, Array_InternalArray__set_Item_106, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C410, Array_InternalArray__set_Item_106__MethodInfo); DO_APP_FUNC(0x00D78190, void, Array_InternalArray__set_Item_107, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C400, Array_InternalArray__set_Item_107__MethodInfo); DO_APP_FUNC(0x00D78300, void, Array_InternalArray__set_Item_108, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpChannelName_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C3F8, Array_InternalArray__set_Item_108__MethodInfo); DO_APP_FUNC(0x00D78460, void, Array_InternalArray__set_Item_109, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpEndPoint_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C3E8, Array_InternalArray__set_Item_109__MethodInfo); DO_APP_FUNC(0x00D785D0, void, Array_InternalArray__set_Item_110, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UdpKit_UdpEndPoint_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C3F0, Array_InternalArray__set_Item_110__MethodInfo); DO_APP_FUNC(0x00D78740, void, Array_InternalArray__set_Item_111, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_Photon_Bolt_UniqueId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C3E0, Array_InternalArray__set_Item_111__MethodInfo); DO_APP_FUNC(0x00D788A0, void, Array_InternalArray__set_Item_112, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_Vector3_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C3D8, Array_InternalArray__set_Item_112__MethodInfo); DO_APP_FUNC(0x00D78A00, void, Array_InternalArray__set_Item_113, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_Vector3Int_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C3C8, Array_InternalArray__set_Item_113__MethodInfo); DO_APP_FUNC(0x00D78B60, void, Array_InternalArray__set_Item_114, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C3D0, Array_InternalArray__set_Item_114__MethodInfo); DO_APP_FUNC(0x00D78CD0, void, Array_InternalArray__set_Item_115, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C3C0, Array_InternalArray__set_Item_115__MethodInfo); DO_APP_FUNC(0x00D78E30, void, Array_InternalArray__set_Item_116, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C3B8, Array_InternalArray__set_Item_116__MethodInfo); DO_APP_FUNC(0x00D78FB0, void, Array_InternalArray__set_Item_117, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C3A8, Array_InternalArray__set_Item_117__MethodInfo); DO_APP_FUNC(0x00D79110, void, Array_InternalArray__set_Item_118, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C3B0, Array_InternalArray__set_Item_118__MethodInfo); DO_APP_FUNC(0x00D79270, void, Array_InternalArray__set_Item_119, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C3A0, Array_InternalArray__set_Item_119__MethodInfo); DO_APP_FUNC(0x00D793F0, void, Array_InternalArray__set_Item_120, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C398, Array_InternalArray__set_Item_120__MethodInfo); DO_APP_FUNC(0x00D79570, void, Array_InternalArray__set_Item_121, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C388, Array_InternalArray__set_Item_121__MethodInfo); DO_APP_FUNC(0x00D796E0, void, Array_InternalArray__set_Item_122, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C390, Array_InternalArray__set_Item_122__MethodInfo); DO_APP_FUNC(0x00D79840, void, Array_InternalArray__set_Item_123, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C380, Array_InternalArray__set_Item_123__MethodInfo); DO_APP_FUNC(0x00D799A0, void, Array_InternalArray__set_Item_124, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C378, Array_InternalArray__set_Item_124__MethodInfo); DO_APP_FUNC(0x00D79B00, void, Array_InternalArray__set_Item_125, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C368, Array_InternalArray__set_Item_125__MethodInfo); DO_APP_FUNC(0x00D79C60, void, Array_InternalArray__set_Item_126, (Array * __this, int32_t index, Dictionary_2_TKey_TValue_Entry_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C370, Array_InternalArray__set_Item_126__MethodInfo); DO_APP_FUNC(0x00D79E20, void, Array_InternalArray__set_Item_127, (Array * __this, int32_t index, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C360, Array_InternalArray__set_Item_127__MethodInfo); DO_APP_FUNC(0x00D79F80, void, Array_InternalArray__set_Item_128, (Array * __this, int32_t index, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C358, Array_InternalArray__set_Item_128__MethodInfo); DO_APP_FUNC(0x00D7A0E0, void, Array_InternalArray__set_Item_129, (Array * __this, int32_t index, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C348, Array_InternalArray__set_Item_129__MethodInfo); DO_APP_FUNC(0x00D7A240, void, Array_InternalArray__set_Item_130, (Array * __this, int32_t index, KeyValuePair_2_System_ValueTuple_2_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C350, Array_InternalArray__set_Item_130__MethodInfo); DO_APP_FUNC(0x00D7A3A0, void, Array_InternalArray__set_Item_131, (Array * __this, int32_t index, KeyValuePair_2_System_ValueTuple_2_System_Object__1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C340, Array_InternalArray__set_Item_131__MethodInfo); DO_APP_FUNC(0x00D7A500, void, Array_InternalArray__set_Item_132, (Array * __this, int32_t index, KeyValuePair_2_System_Byte_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C338, Array_InternalArray__set_Item_132__MethodInfo); DO_APP_FUNC(0x00D7A660, void, Array_InternalArray__set_Item_133, (Array * __this, int32_t index, KeyValuePair_2_System_ByteEnum_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C328, Array_InternalArray__set_Item_133__MethodInfo); DO_APP_FUNC(0x00D7A7B0, void, Array_InternalArray__set_Item_134, (Array * __this, int32_t index, KeyValuePair_2_System_ByteEnum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C330, Array_InternalArray__set_Item_134__MethodInfo); DO_APP_FUNC(0x00D7A910, void, Array_InternalArray__set_Item_135, (Array * __this, int32_t index, KeyValuePair_2_System_DateTime_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C320, Array_InternalArray__set_Item_135__MethodInfo); DO_APP_FUNC(0x00D7AA70, void, Array_InternalArray__set_Item_136, (Array * __this, int32_t index, KeyValuePair_2_Dissonance_Audio_Playback_FrameFormat_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C318, Array_InternalArray__set_Item_136__MethodInfo); DO_APP_FUNC(0x00D7ABD0, void, Array_InternalArray__set_Item_137, (Array * __this, int32_t index, KeyValuePair_2_System_Guid_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C308, Array_InternalArray__set_Item_137__MethodInfo); DO_APP_FUNC(0x00D7AD30, void, Array_InternalArray__set_Item_138, (Array * __this, int32_t index, KeyValuePair_2_System_Guid_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C310, Array_InternalArray__set_Item_138__MethodInfo); DO_APP_FUNC(0x00D7AE90, void, Array_InternalArray__set_Item_139, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_Hash128_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C300, Array_InternalArray__set_Item_139__MethodInfo); DO_APP_FUNC(0x00D7AFF0, void, Array_InternalArray__set_Item_140, (Array * __this, int32_t index, KeyValuePair_2_Pathfinding_Int2_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C2F8, Array_InternalArray__set_Item_140__MethodInfo); DO_APP_FUNC(0x00D7B150, void, Array_InternalArray__set_Item_141, (Array * __this, int32_t index, KeyValuePair_2_Pathfinding_Int3_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C2E8, Array_InternalArray__set_Item_141__MethodInfo); DO_APP_FUNC(0x00D7B2B0, void, Array_InternalArray__set_Item_142, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_UnityEngine_UIElements_DynamicHeightVirtualizationController_1_ContentHeightCacheInfo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C2F0, Array_InternalArray__set_Item_142__MethodInfo); DO_APP_FUNC(0x00D7B410, void, Array_InternalArray__set_Item_143, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_System_ValueTuple_2__3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C2E0, Array_InternalArray__set_Item_143__MethodInfo); DO_APP_FUNC(0x00D7B570, void, Array_InternalArray__set_Item_144, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_System_ValueTuple_2__2 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C2D8, Array_InternalArray__set_Item_144__MethodInfo); DO_APP_FUNC(0x00D7B6E0, void, Array_InternalArray__set_Item_145, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C2C8, Array_InternalArray__set_Item_145__MethodInfo); DO_APP_FUNC(0x00D7B830, void, Array_InternalArray__set_Item_146, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_System_ByteEnum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C2D0, Array_InternalArray__set_Item_146__MethodInfo); DO_APP_FUNC(0x00D7B980, void, Array_InternalArray__set_Item_147, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_System_Char_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C2C0, Array_InternalArray__set_Item_147__MethodInfo); DO_APP_FUNC(0x00D7BAD0, void, Array_InternalArray__set_Item_148, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C2B8, Array_InternalArray__set_Item_148__MethodInfo); DO_APP_FUNC(0x00D7BC50, void, Array_InternalArray__set_Item_149, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_System_Int16_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C2A8, Array_InternalArray__set_Item_149__MethodInfo); DO_APP_FUNC(0x00D7BDA0, void, Array_InternalArray__set_Item_150, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_Pathfinding_Int3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C2B0, Array_InternalArray__set_Item_150__MethodInfo); DO_APP_FUNC(0x00D7BF00, void, Array_InternalArray__set_Item_151, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C2A0, Array_InternalArray__set_Item_151__MethodInfo); DO_APP_FUNC(0x00D7C050, void, Array_InternalArray__set_Item_152, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C298, Array_InternalArray__set_Item_152__MethodInfo); DO_APP_FUNC(0x00D7C1A0, void, Array_InternalArray__set_Item_153, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_System_Int64_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C288, Array_InternalArray__set_Item_153__MethodInfo); DO_APP_FUNC(0x00D7C300, void, Array_InternalArray__set_Item_154, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C290, Array_InternalArray__set_Item_154__MethodInfo); DO_APP_FUNC(0x00D7C460, void, Array_InternalArray__set_Item_155, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_PlayerFlashlightBeam_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C280, Array_InternalArray__set_Item_155__MethodInfo); DO_APP_FUNC(0x00D7C5C0, void, Array_InternalArray__set_Item_156, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_UnityEngine_RenderInstancedDataLayout_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C278, Array_InternalArray__set_Item_156__MethodInfo); DO_APP_FUNC(0x00D7C720, void, Array_InternalArray__set_Item_157, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C268, Array_InternalArray__set_Item_157__MethodInfo); DO_APP_FUNC(0x00D7C870, void, Array_InternalArray__set_Item_158, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_UnityEngine_UIElements_TreeItem_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C270, Array_InternalArray__set_Item_158__MethodInfo); DO_APP_FUNC(0x00D7C9D0, void, Array_InternalArray__set_Item_159, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C260, Array_InternalArray__set_Item_159__MethodInfo); DO_APP_FUNC(0x00D7CB30, void, Array_InternalArray__set_Item_160, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_UnityEngine_Vector4_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6C258, Array_InternalArray__set_Item_160__MethodInfo); DO_APP_FUNC(0x00D7CC90, void, Array_InternalArray__set_Item_161, (Array * __this, int32_t index, KeyValuePair_2_System_Int32_UnityEngine_TextCore_Text_TextResourceManager_FontAssetRef_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70778, Array_InternalArray__set_Item_161__MethodInfo); DO_APP_FUNC(0x00D7CE00, void, Array_InternalArray__set_Item_162, (Array * __this, int32_t index, KeyValuePair_2_System_Int32Enum_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70740, Array_InternalArray__set_Item_162__MethodInfo); DO_APP_FUNC(0x00D7CF50, void, Array_InternalArray__set_Item_163, (Array * __this, int32_t index, KeyValuePair_2_System_Int32Enum_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70760, Array_InternalArray__set_Item_163__MethodInfo); DO_APP_FUNC(0x00D7D0B0, void, Array_InternalArray__set_Item_164, (Array * __this, int32_t index, KeyValuePair_2_System_Int64_UnityEngine_UIElements_ComputedStyle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70738, Array_InternalArray__set_Item_164__MethodInfo); DO_APP_FUNC(0x00D7D240, void, Array_InternalArray__set_Item_165, (Array * __this, int32_t index, KeyValuePair_2_System_Int64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70728, Array_InternalArray__set_Item_165__MethodInfo); DO_APP_FUNC(0x00D7D3A0, void, Array_InternalArray__set_Item_166, (Array * __this, int32_t index, KeyValuePair_2_System_IntPtr_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70708, Array_InternalArray__set_Item_166__MethodInfo); DO_APP_FUNC(0x00D7D500, void, Array_InternalArray__set_Item_167, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70720, Array_InternalArray__set_Item_167__MethodInfo); DO_APP_FUNC(0x00D7D660, void, Array_InternalArray__set_Item_168, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C706F8, Array_InternalArray__set_Item_168__MethodInfo); DO_APP_FUNC(0x00D7D7C0, void, Array_InternalArray__set_Item_169, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_PrecompiledLayout_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C706F0, Array_InternalArray__set_Item_169__MethodInfo); DO_APP_FUNC(0x00D7D920, void, Array_InternalArray__set_Item_170, (Array * __this, int32_t index, KeyValuePair_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C706D0, Array_InternalArray__set_Item_170__MethodInfo); DO_APP_FUNC(0x00D7DA80, void, Array_InternalArray__set_Item_171, (Array * __this, int32_t index, KeyValuePair_2_Photon_Bolt_NetworkId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C706E0, Array_InternalArray__set_Item_171__MethodInfo); DO_APP_FUNC(0x00D7DBE0, void, Array_InternalArray__set_Item_172, (Array * __this, int32_t index, KeyValuePair_2_System_Object_System_ArraySegment_1_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C706C8, Array_InternalArray__set_Item_172__MethodInfo); DO_APP_FUNC(0x00D7DD40, void, Array_InternalArray__set_Item_173, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C706B0, Array_InternalArray__set_Item_173__MethodInfo); DO_APP_FUNC(0x00D7DEB0, void, Array_InternalArray__set_Item_174, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C706A0, Array_InternalArray__set_Item_174__MethodInfo); DO_APP_FUNC(0x00D7E010, void, Array_InternalArray__set_Item_175, (Array * __this, int32_t index, KeyValuePair_2_System_Object_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C706A8, Array_InternalArray__set_Item_175__MethodInfo); DO_APP_FUNC(0x00D7E170, void, Array_InternalArray__set_Item_176, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_Bounds_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70688, Array_InternalArray__set_Item_176__MethodInfo); DO_APP_FUNC(0x00D7E2D0, void, Array_InternalArray__set_Item_177, (Array * __this, int32_t index, KeyValuePair_2_System_Object_System_Byte_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70670, Array_InternalArray__set_Item_177__MethodInfo); DO_APP_FUNC(0x00D7E430, void, Array_InternalArray__set_Item_178, (Array * __this, int32_t index, KeyValuePair_2_System_Object_System_Char_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70660, Array_InternalArray__set_Item_178__MethodInfo); DO_APP_FUNC(0x00D7E590, void, Array_InternalArray__set_Item_179, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70668, Array_InternalArray__set_Item_179__MethodInfo); DO_APP_FUNC(0x00D7E6F0, void, Array_InternalArray__set_Item_180, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_Color32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70658, Array_InternalArray__set_Item_180__MethodInfo); DO_APP_FUNC(0x00D7E850, void, Array_InternalArray__set_Item_181, (Array * __this, int32_t index, KeyValuePair_2_System_Object_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70648, Array_InternalArray__set_Item_181__MethodInfo); DO_APP_FUNC(0x00D7E9B0, void, Array_InternalArray__set_Item_182, (Array * __this, int32_t index, KeyValuePair_2_System_Object_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70630, Array_InternalArray__set_Item_182__MethodInfo); DO_APP_FUNC(0x00D7EB10, void, Array_InternalArray__set_Item_183, (Array * __this, int32_t index, KeyValuePair_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70638, Array_InternalArray__set_Item_183__MethodInfo); DO_APP_FUNC(0x00D7EC70, void, Array_InternalArray__set_Item_184, (Array * __this, int32_t index, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70620, Array_InternalArray__set_Item_184__MethodInfo); DO_APP_FUNC(0x00D7EDD0, void, Array_InternalArray__set_Item_185, (Array * __this, int32_t index, KeyValuePair_2_System_Object_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70618, Array_InternalArray__set_Item_185__MethodInfo); DO_APP_FUNC(0x00D7EF40, void, Array_InternalArray__set_Item_186, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_Playables_Playable_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70608, Array_InternalArray__set_Item_186__MethodInfo); DO_APP_FUNC(0x00D7F0A0, void, Array_InternalArray__set_Item_187, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70610, Array_InternalArray__set_Item_187__MethodInfo); DO_APP_FUNC(0x00D7F210, void, Array_InternalArray__set_Item_188, (Array * __this, int32_t index, KeyValuePair_2_System_Object_System_Resources_ResourceLocator_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C705F8, Array_InternalArray__set_Item_188__MethodInfo); DO_APP_FUNC(0x00D7F370, void, Array_InternalArray__set_Item_189, (Array * __this, int32_t index, KeyValuePair_2_System_Object_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C705E0, Array_InternalArray__set_Item_189__MethodInfo); DO_APP_FUNC(0x00D7F4D0, void, Array_InternalArray__set_Item_190, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C705D0, Array_InternalArray__set_Item_190__MethodInfo); DO_APP_FUNC(0x00D7F630, void, Array_InternalArray__set_Item_191, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_UIElements_TextureId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C705D8, Array_InternalArray__set_Item_191__MethodInfo); DO_APP_FUNC(0x00D7F790, void, Array_InternalArray__set_Item_192, (Array * __this, int32_t index, KeyValuePair_2_System_Object_System_TimeSpan_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C705C0, Array_InternalArray__set_Item_192__MethodInfo); DO_APP_FUNC(0x00D7F8F0, void, Array_InternalArray__set_Item_193, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UdpKit_UdpEndPoint_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C705B0, Array_InternalArray__set_Item_193__MethodInfo); DO_APP_FUNC(0x00D7FA60, void, Array_InternalArray__set_Item_194, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_Vector2_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C705A0, Array_InternalArray__set_Item_194__MethodInfo); DO_APP_FUNC(0x00D7FBC0, void, Array_InternalArray__set_Item_195, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_Vector3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C705A8, Array_InternalArray__set_Item_195__MethodInfo); DO_APP_FUNC(0x00D7FD20, void, Array_InternalArray__set_Item_196, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70598, Array_InternalArray__set_Item_196__MethodInfo); DO_APP_FUNC(0x00D7FF00, void, Array_InternalArray__set_Item_197, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70578, Array_InternalArray__set_Item_197__MethodInfo); DO_APP_FUNC(0x00D80060, void, Array_InternalArray__set_Item_198, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70560, Array_InternalArray__set_Item_198__MethodInfo); DO_APP_FUNC(0x00D801E0, void, Array_InternalArray__set_Item_199, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70570, Array_InternalArray__set_Item_199__MethodInfo); DO_APP_FUNC(0x00D80340, void, Array_InternalArray__set_Item_200, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_AckCallback_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70550, Array_InternalArray__set_Item_200__MethodInfo); DO_APP_FUNC(0x00D804B0, void, Array_InternalArray__set_Item_201, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UdpKit_Protocol_ProtocolClient_MsgHandler_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70540, Array_InternalArray__set_Item_201__MethodInfo); DO_APP_FUNC(0x00D80620, void, Array_InternalArray__set_Item_202, (Array * __this, int32_t index, KeyValuePair_2_System_Object_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70508, Array_InternalArray__set_Item_202__MethodInfo); DO_APP_FUNC(0x00D80780, void, Array_InternalArray__set_Item_203, (Array * __this, int32_t index, KeyValuePair_2_System_Object_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70528, Array_InternalArray__set_Item_203__MethodInfo); DO_APP_FUNC(0x00D808E0, void, Array_InternalArray__set_Item_204, (Array * __this, int32_t index, KeyValuePair_2_Photon_Bolt_PrefabId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70500, Array_InternalArray__set_Item_204__MethodInfo); DO_APP_FUNC(0x00D80A40, void, Array_InternalArray__set_Item_205, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C704E0, Array_InternalArray__set_Item_205__MethodInfo); DO_APP_FUNC(0x00D80BA0, void, Array_InternalArray__set_Item_206, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_RaycastHit_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C704B8, Array_InternalArray__set_Item_206__MethodInfo); DO_APP_FUNC(0x00D80D10, void, Array_InternalArray__set_Item_207, (Array * __this, int32_t index, KeyValuePair_2_System_Single_SplineMesh_CurveSample_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C704C8, Array_InternalArray__set_Item_207__MethodInfo); DO_APP_FUNC(0x00D80EA0, void, Array_InternalArray__set_Item_208, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_TerrainUtils_TerrainTileCoord_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C704A8, Array_InternalArray__set_Item_208__MethodInfo); DO_APP_FUNC(0x00D81000, void, Array_InternalArray__set_Item_209, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_XR_ARSubsystems_TrackableId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70490, Array_InternalArray__set_Item_209__MethodInfo); DO_APP_FUNC(0x00D81160, void, Array_InternalArray__set_Item_210, (Array * __this, int32_t index, KeyValuePair_2_Photon_Bolt_TypeId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70468, Array_InternalArray__set_Item_210__MethodInfo); DO_APP_FUNC(0x00D812C0, void, Array_InternalArray__set_Item_211, (Array * __this, int32_t index, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70478, Array_InternalArray__set_Item_211__MethodInfo); DO_APP_FUNC(0x00D81420, void, Array_InternalArray__set_Item_212, (Array * __this, int32_t index, KeyValuePair_2_System_UInt16_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70458, Array_InternalArray__set_Item_212__MethodInfo); DO_APP_FUNC(0x00D81580, void, Array_InternalArray__set_Item_213, (Array * __this, int32_t index, KeyValuePair_2_System_UInt16_Dissonance_PlayerChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70438, Array_InternalArray__set_Item_213__MethodInfo); DO_APP_FUNC(0x00D816F0, void, Array_InternalArray__set_Item_214, (Array * __this, int32_t index, KeyValuePair_2_System_UInt16_Dissonance_RoomChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70400, Array_InternalArray__set_Item_214__MethodInfo); DO_APP_FUNC(0x00D81860, void, Array_InternalArray__set_Item_215, (Array * __this, int32_t index, KeyValuePair_2_System_UInt32_System_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70420, Array_InternalArray__set_Item_215__MethodInfo); DO_APP_FUNC(0x00D819B0, void, Array_InternalArray__set_Item_216, (Array * __this, int32_t index, KeyValuePair_2_System_UInt32_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C703F8, Array_InternalArray__set_Item_216__MethodInfo); DO_APP_FUNC(0x00D81B20, void, Array_InternalArray__set_Item_217, (Array * __this, int32_t index, KeyValuePair_2_System_UInt32_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C703D0, Array_InternalArray__set_Item_217__MethodInfo); DO_APP_FUNC(0x00D81C70, void, Array_InternalArray__set_Item_218, (Array * __this, int32_t index, KeyValuePair_2_System_UInt32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70398, Array_InternalArray__set_Item_218__MethodInfo); DO_APP_FUNC(0x00D81DD0, void, Array_InternalArray__set_Item_219, (Array * __this, int32_t index, KeyValuePair_2_System_UInt32_SessionClient_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C703B8, Array_InternalArray__set_Item_219__MethodInfo); DO_APP_FUNC(0x00D81F40, void, Array_InternalArray__set_Item_220, (Array * __this, int32_t index, KeyValuePair_2_System_UInt64_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70390, Array_InternalArray__set_Item_220__MethodInfo); DO_APP_FUNC(0x00D820A0, void, Array_InternalArray__set_Item_221, (Array * __this, int32_t index, KeyValuePair_2_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70380, Array_InternalArray__set_Item_221__MethodInfo); DO_APP_FUNC(0x00D82210, void, Array_InternalArray__set_Item_222, (Array * __this, int32_t index, KeyValuePair_2_UdpKit_UdpChannelName_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70370, Array_InternalArray__set_Item_222__MethodInfo); DO_APP_FUNC(0x00D82370, void, Array_InternalArray__set_Item_223, (Array * __this, int32_t index, KeyValuePair_2_UdpKit_UdpEndPoint_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70378, Array_InternalArray__set_Item_223__MethodInfo); DO_APP_FUNC(0x00D824E0, void, Array_InternalArray__set_Item_224, (Array * __this, int32_t index, KeyValuePair_2_UdpKit_UdpEndPoint_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70360, Array_InternalArray__set_Item_224__MethodInfo); DO_APP_FUNC(0x00D82640, void, Array_InternalArray__set_Item_225, (Array * __this, int32_t index, KeyValuePair_2_Photon_Bolt_UniqueId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70350, Array_InternalArray__set_Item_225__MethodInfo); DO_APP_FUNC(0x00D827A0, void, Array_InternalArray__set_Item_226, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_Vector3_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70320, Array_InternalArray__set_Item_226__MethodInfo); DO_APP_FUNC(0x00D82900, void, Array_InternalArray__set_Item_227, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_Vector3Int_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70340, Array_InternalArray__set_Item_227__MethodInfo); DO_APP_FUNC(0x00D82A60, void, Array_InternalArray__set_Item_228, (Array * __this, int32_t index, KeyValuePair_2_MS_Internal_Xml_Cache_XPathNodeRef_MS_Internal_Xml_Cache_XPathNodeRef_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70318, Array_InternalArray__set_Item_228__MethodInfo); DO_APP_FUNC(0x00D82BC0, void, Array_InternalArray__set_Item_229, (Array * __this, int32_t index, KeyValuePair_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70300, Array_InternalArray__set_Item_229__MethodInfo); DO_APP_FUNC(0x00D82D20, void, Array_InternalArray__set_Item_230, (Array * __this, int32_t index, KeyValuePair_2_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_System_ComponentModel_Design_Serialization_MemberRelationshipService_RelationshipEntry_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C702F0, Array_InternalArray__set_Item_230__MethodInfo); DO_APP_FUNC(0x00D82E90, void, Array_InternalArray__set_Item_231, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C702F8, Array_InternalArray__set_Item_231__MethodInfo); DO_APP_FUNC(0x00D82FF0, void, Array_InternalArray__set_Item_232, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_BrickMeta_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C702E0, Array_InternalArray__set_Item_232__MethodInfo); DO_APP_FUNC(0x00D83150, void, Array_InternalArray__set_Item_233, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_UnityEngine_Experimental_Rendering_ProbeBrickIndex_CellIndexUpdateInfo_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C702D8, Array_InternalArray__set_Item_233__MethodInfo); DO_APP_FUNC(0x00D832C0, void, Array_InternalArray__set_Item_234, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C702C8, Array_InternalArray__set_Item_234__MethodInfo); DO_APP_FUNC(0x00D83430, void, Array_InternalArray__set_Item_235, (Array * __this, int32_t index, KeyValuePair_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C702D0, Array_InternalArray__set_Item_235__MethodInfo); DO_APP_FUNC(0x00D83590, void, Array_InternalArray__set_Item_236, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C702C0, Array_InternalArray__set_Item_236__MethodInfo); DO_APP_FUNC(0x00D836F0, void, Array_InternalArray__set_Item_237, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C702B8, Array_InternalArray__set_Item_237__MethodInfo); DO_APP_FUNC(0x00D83850, void, Array_InternalArray__set_Item_238, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C702A0, Array_InternalArray__set_Item_238__MethodInfo); DO_APP_FUNC(0x00D839B0, void, Array_InternalArray__set_Item_239, (Array * __this, int32_t index, KeyValuePair_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C702B0, Array_InternalArray__set_Item_239__MethodInfo); DO_APP_FUNC(0x00D83B10, void, Array_InternalArray__set_Item_240, (Array * __this, int32_t index, KeyValuePair_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70298, Array_InternalArray__set_Item_240__MethodInfo); DO_APP_FUNC(0x00D83CC0, void, Array_InternalArray__set_Item_241, (Array * __this, int32_t index, ThreadLocal_1_T_LinkedSlotVolatile_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70270, Array_InternalArray__set_Item_241__MethodInfo); DO_APP_FUNC(0x00D83E10, void, Array_InternalArray__set_Item_242, (Array * __this, int32_t index, NativeArray_1_System_UInt16_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70258, Array_InternalArray__set_Item_242__MethodInfo); DO_APP_FUNC(0x00D83F70, void, Array_InternalArray__set_Item_243, (Array * __this, int32_t index, NativeArray_1_UnityEngine_UIElements_Vertex_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70268, Array_InternalArray__set_Item_243__MethodInfo); DO_APP_FUNC(0x00D840D0, void, Array_InternalArray__set_Item_244, (Array * __this, int32_t index, NonAllocDictionary_2_K_V_Node_System_Byte_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70248, Array_InternalArray__set_Item_244__MethodInfo); DO_APP_FUNC(0x00D84230, void, Array_InternalArray__set_Item_245, (Array * __this, int32_t index, NonAllocDictionary_2_K_V_Node_System_Int32_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70218, Array_InternalArray__set_Item_245__MethodInfo); DO_APP_FUNC(0x00D84390, void, Array_InternalArray__set_Item_246, (Array * __this, int32_t index, NonAllocDictionary_2_K_V_Node_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70208, Array_InternalArray__set_Item_246__MethodInfo); DO_APP_FUNC(0x00D844F0, void, Array_InternalArray__set_Item_247, (Array * __this, int32_t index, InputStateHistory_1_TValue_Record_TouchState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70210, Array_InternalArray__set_Item_247__MethodInfo); DO_APP_FUNC(0x00D84650, void, Array_InternalArray__set_Item_248, (Array * __this, int32_t index, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C701F8, Array_InternalArray__set_Item_248__MethodInfo); DO_APP_FUNC(0x00D847B0, void, Array_InternalArray__set_Item_249, (Array * __this, int32_t index, STuple_2_System_Object_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C701D8, Array_InternalArray__set_Item_249__MethodInfo); DO_APP_FUNC(0x00D84910, void, Array_InternalArray__set_Item_250, (Array * __this, int32_t index, HashSet_1_T_Slot_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C701C0, Array_InternalArray__set_Item_250__MethodInfo); DO_APP_FUNC(0x00D84A70, void, Array_InternalArray__set_Item_251, (Array * __this, int32_t index, HashSet_1_T_Slot_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C701D0, Array_InternalArray__set_Item_251__MethodInfo); DO_APP_FUNC(0x00D84BD0, void, Array_InternalArray__set_Item_252, (Array * __this, int32_t index, Set_1_TElement_Slot_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C701B0, Array_InternalArray__set_Item_252__MethodInfo); DO_APP_FUNC(0x00D84D30, void, Array_InternalArray__set_Item_253, (Array * __this, int32_t index, HashSet_1_T_Slot_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70198, Array_InternalArray__set_Item_253__MethodInfo); DO_APP_FUNC(0x00D84E90, void, Array_InternalArray__set_Item_254, (Array * __this, int32_t index, HashSet_1_T_Slot_UnityEngine_InputSystem_Utilities_InternedString_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70180, Array_InternalArray__set_Item_254__MethodInfo); DO_APP_FUNC(0x00D84FF0, void, Array_InternalArray__set_Item_255, (Array * __this, int32_t index, HashSet_1_T_Slot_Photon_Bolt_NetworkId_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70190, Array_InternalArray__set_Item_255__MethodInfo); DO_APP_FUNC(0x00D85150, void, Array_InternalArray__set_Item_256, (Array * __this, int32_t index, HashSet_1_T_Slot_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70170, Array_InternalArray__set_Item_256__MethodInfo); DO_APP_FUNC(0x00D852B0, void, Array_InternalArray__set_Item_257, (Array * __this, int32_t index, Set_1_TElement_Slot_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70150, Array_InternalArray__set_Item_257__MethodInfo); DO_APP_FUNC(0x00D85410, void, Array_InternalArray__set_Item_258, (Array * __this, int32_t index, ConcurrentQueue_1_T_Segment_T_Slot_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70138, Array_InternalArray__set_Item_258__MethodInfo); DO_APP_FUNC(0x00D85570, void, Array_InternalArray__set_Item_259, (Array * __this, int32_t index, HashSet_1_T_Slot_System_UInt32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70140, Array_InternalArray__set_Item_259__MethodInfo); DO_APP_FUNC(0x00D856D0, void, Array_InternalArray__set_Item_260, (Array * __this, int32_t index, HashSet_1_T_Slot_System_UInt64_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70130, Array_InternalArray__set_Item_260__MethodInfo); DO_APP_FUNC(0x00D85830, void, Array_InternalArray__set_Item_261, (Array * __this, int32_t index, HashSet_1_T_Slot_UdpKit_UdpEndPoint_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70120, Array_InternalArray__set_Item_261__MethodInfo); DO_APP_FUNC(0x00D859A0, void, Array_InternalArray__set_Item_262, (Array * __this, int32_t index, HashSet_1_T_Slot_UdpKit_UdpIPv4Address_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70108, Array_InternalArray__set_Item_262__MethodInfo); DO_APP_FUNC(0x00D85B00, void, Array_InternalArray__set_Item_263, (Array * __this, int32_t index, HashSet_1_T_Slot_UnityEngine_Vector3_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70118, Array_InternalArray__set_Item_263__MethodInfo); DO_APP_FUNC(0x00D85C60, void, Array_InternalArray__set_Item_264, (Array * __this, int32_t index, HashSet_1_T_Slot_UnityEngine_Vector3Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C700F8, Array_InternalArray__set_Item_264__MethodInfo); DO_APP_FUNC(0x00D85DC0, void, Array_InternalArray__set_Item_265, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_StyleData_Background_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C700C8, Array_InternalArray__set_Item_265__MethodInfo); DO_APP_FUNC(0x00D85F70, void, Array_InternalArray__set_Item_266, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70098, Array_InternalArray__set_Item_266__MethodInfo); DO_APP_FUNC(0x00D860E0, void, Array_InternalArray__set_Item_267, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C700B0, Array_InternalArray__set_Item_267__MethodInfo); DO_APP_FUNC(0x00D86250, void, Array_InternalArray__set_Item_268, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70088, Array_InternalArray__set_Item_268__MethodInfo); DO_APP_FUNC(0x00D863B0, void, Array_InternalArray__set_Item_269, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_StyleData_Length_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70068, Array_InternalArray__set_Item_269__MethodInfo); DO_APP_FUNC(0x00D86510, void, Array_InternalArray__set_Item_270, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70050, Array_InternalArray__set_Item_270__MethodInfo); DO_APP_FUNC(0x00D86670, void, Array_InternalArray__set_Item_271, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70060, Array_InternalArray__set_Item_271__MethodInfo); DO_APP_FUNC(0x00D86800, void, Array_InternalArray__set_Item_272, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_StyleData_Scale_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70040, Array_InternalArray__set_Item_272__MethodInfo); DO_APP_FUNC(0x00D86970, void, Array_InternalArray__set_Item_273, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70030, Array_InternalArray__set_Item_273__MethodInfo); DO_APP_FUNC(0x00D86AD0, void, Array_InternalArray__set_Item_274, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70018, Array_InternalArray__set_Item_274__MethodInfo); DO_APP_FUNC(0x00D86C70, void, Array_InternalArray__set_Item_275, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70028, Array_InternalArray__set_Item_275__MethodInfo); DO_APP_FUNC(0x00D86DF0, void, Array_InternalArray__set_Item_276, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_StyleData_Translate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70000, Array_InternalArray__set_Item_276__MethodInfo); DO_APP_FUNC(0x00D86F80, void, Array_InternalArray__set_Item_277, (Array * __this, int32_t index, TMP_TextProcessingStack_1_UnityEngine_Color32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FFE8, Array_InternalArray__set_Item_277__MethodInfo); DO_APP_FUNC(0x00D870E0, void, Array_InternalArray__set_Item_278, (Array * __this, int32_t index, TMP_TextProcessingStack_1_HighlightState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FFC8, Array_InternalArray__set_Item_278__MethodInfo); DO_APP_FUNC(0x00D87250, void, Array_InternalArray__set_Item_279, (Array * __this, int32_t index, TMP_TextProcessingStack_1_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FFD8, Array_InternalArray__set_Item_279__MethodInfo); DO_APP_FUNC(0x00D873B0, void, Array_InternalArray__set_Item_280, (Array * __this, int32_t index, TMP_TextProcessingStack_1_System_Int32Enum_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FFB8, Array_InternalArray__set_Item_280__MethodInfo); DO_APP_FUNC(0x00D87510, void, Array_InternalArray__set_Item_281, (Array * __this, int32_t index, TMP_TextProcessingStack_1_MaterialReference_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FF98, Array_InternalArray__set_Item_281__MethodInfo); DO_APP_FUNC(0x00D876A0, void, Array_InternalArray__set_Item_282, (Array * __this, int32_t index, TMP_TextProcessingStack_1_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FF68, Array_InternalArray__set_Item_282__MethodInfo); DO_APP_FUNC(0x00D87810, void, Array_InternalArray__set_Item_283, (Array * __this, int32_t index, TMP_TextProcessingStack_1_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FF88, Array_InternalArray__set_Item_283__MethodInfo); DO_APP_FUNC(0x00D87970, void, Array_InternalArray__set_Item_284, (Array * __this, int32_t index, TMP_TextProcessingStack_1_WordWrapState_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FF60, Array_InternalArray__set_Item_284__MethodInfo); DO_APP_FUNC(0x00D87B40, void, Array_InternalArray__set_Item_285, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_Background_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FF38, Array_InternalArray__set_Item_285__MethodInfo); DO_APP_FUNC(0x00D87CB0, void, Array_InternalArray__set_Item_286, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FF10, Array_InternalArray__set_Item_286__MethodInfo); DO_APP_FUNC(0x00D87E20, void, Array_InternalArray__set_Item_287, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FF28, Array_InternalArray__set_Item_287__MethodInfo); DO_APP_FUNC(0x00D87F90, void, Array_InternalArray__set_Item_288, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FF00, Array_InternalArray__set_Item_288__MethodInfo); DO_APP_FUNC(0x00D88100, void, Array_InternalArray__set_Item_289, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_Length_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FEF8, Array_InternalArray__set_Item_289__MethodInfo); DO_APP_FUNC(0x00D88270, void, Array_InternalArray__set_Item_290, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FEE0, Array_InternalArray__set_Item_290__MethodInfo); DO_APP_FUNC(0x00D883E0, void, Array_InternalArray__set_Item_291, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FEF0, Array_InternalArray__set_Item_291__MethodInfo); DO_APP_FUNC(0x00D88550, void, Array_InternalArray__set_Item_292, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_Scale_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FED0, Array_InternalArray__set_Item_292__MethodInfo); DO_APP_FUNC(0x00D886C0, void, Array_InternalArray__set_Item_293, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FEB8, Array_InternalArray__set_Item_293__MethodInfo); DO_APP_FUNC(0x00D88830, void, Array_InternalArray__set_Item_294, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FEA0, Array_InternalArray__set_Item_294__MethodInfo); DO_APP_FUNC(0x00D889A0, void, Array_InternalArray__set_Item_295, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FEB0, Array_InternalArray__set_Item_295__MethodInfo); DO_APP_FUNC(0x00D88B10, void, Array_InternalArray__set_Item_296, (Array * __this, int32_t index, StylePropertyAnimationSystem_Values_1_T_TimingData_Translate_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FE98, Array_InternalArray__set_Item_296__MethodInfo); DO_APP_FUNC(0x00D88C80, void, Array_InternalArray__set_Item_297, (Array * __this, int32_t index, ValueTuple_1_Boolean_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FE90, Array_InternalArray__set_Item_297__MethodInfo); DO_APP_FUNC(0x00D88DD0, void, Array_InternalArray__set_Item_298, (Array * __this, int32_t index, ValueTuple_2_Int32_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FE68, Array_InternalArray__set_Item_298__MethodInfo); DO_APP_FUNC(0x00D88F30, void, Array_InternalArray__set_Item_299, (Array * __this, int32_t index, ValueTuple_2_Int32_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FE88, Array_InternalArray__set_Item_299__MethodInfo); DO_APP_FUNC(0x00D89090, void, Array_InternalArray__set_Item_300, (Array * __this, int32_t index, ValueTuple_2_IntPtr_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FE60, Array_InternalArray__set_Item_300__MethodInfo); DO_APP_FUNC(0x00D891F0, void, Array_InternalArray__set_Item_301, (Array * __this, int32_t index, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FE48, Array_InternalArray__set_Item_301__MethodInfo); DO_APP_FUNC(0x00D89350, void, Array_InternalArray__set_Item_302, (Array * __this, int32_t index, ValueTuple_2_Object_Int32_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FE18, Array_InternalArray__set_Item_302__MethodInfo); DO_APP_FUNC(0x00D894B0, void, Array_InternalArray__set_Item_303, (Array * __this, int32_t index, ValueTuple_2_Object_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FE30, Array_InternalArray__set_Item_303__MethodInfo); DO_APP_FUNC(0x00D89610, void, Array_InternalArray__set_Item_304, (Array * __this, int32_t index, ValueTuple_2_UnityEngine_Vector3Int_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FE10, Array_InternalArray__set_Item_304__MethodInfo); DO_APP_FUNC(0x00D89770, void, Array_InternalArray__set_Item_305, (Array * __this, int32_t index, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FDF8, Array_InternalArray__set_Item_305__MethodInfo); DO_APP_FUNC(0x00D898F0, void, Array_InternalArray__set_Item_306, (Array * __this, int32_t index, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FDE0, Array_InternalArray__set_Item_306__MethodInfo); DO_APP_FUNC(0x00D89A60, void, Array_InternalArray__set_Item_307, (Array * __this, int32_t index, ValueTuple_2_UnityEngine_Vector4_UnityEngine_Vector2Int_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FDE8, Array_InternalArray__set_Item_307__MethodInfo); DO_APP_FUNC(0x00D89BC0, void, Array_InternalArray__set_Item_308, (Array * __this, int32_t index, ValueTuple_3_Object_Object_Object_ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FDD8, Array_InternalArray__set_Item_308__MethodInfo); DO_APP_FUNC(0x00D89D20, void, Array_InternalArray__set_Item_309, (Array * __this, int32_t index, AnimatorClipInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FDC8, Array_InternalArray__set_Item_309__MethodInfo); DO_APP_FUNC(0x00D89E70, void, Array_InternalArray__set_Item_310, (Array * __this, int32_t index, AstarWorkItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FDA8, Array_InternalArray__set_Item_310__MethodInfo); DO_APP_FUNC(0x00D89FD0, void, Array_InternalArray__set_Item_311, (Array * __this, int32_t index, AsyncOperationHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FDB8, Array_InternalArray__set_Item_311__MethodInfo); DO_APP_FUNC(0x00D8A130, void, Array_InternalArray__set_Item_312, (Array * __this, int32_t index, AxisCalibrationData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FDA0, Array_InternalArray__set_Item_312__MethodInfo); DO_APP_FUNC(0x00D8A2B0, void, Array_InternalArray__set_Item_313, (Array * __this, int32_t index, Background item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FD98, Array_InternalArray__set_Item_313__MethodInfo); DO_APP_FUNC(0x00D8A410, void, Array_InternalArray__set_Item_314, (Array * __this, int32_t index, BatchVisibility item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FD88, Array_InternalArray__set_Item_314__MethodInfo); DO_APP_FUNC(0x00D8A570, void, Array_InternalArray__set_Item_315, (Array * __this, int32_t index, BoltPeer item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FD90, Array_InternalArray__set_Item_315__MethodInfo); DO_APP_FUNC(0x00D8A6C0, void, Array_InternalArray__set_Item_316, (Array * __this, int32_t index, BoltPhysicsHit item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FD80, Array_InternalArray__set_Item_316__MethodInfo); DO_APP_FUNC(0x00D8A820, void, Array_InternalArray__set_Item_317, (Array * __this, int32_t index, BoneWeight item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FD78, Array_InternalArray__set_Item_317__MethodInfo); DO_APP_FUNC(0x00D8A980, void, Array_InternalArray__set_Item_318, (Array * __this, int32_t index, BoneWeight1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FD68, Array_InternalArray__set_Item_318__MethodInfo); DO_APP_FUNC(0x00D8AAD0, void, Array_InternalArray__set_Item_319, (Array * __this, int32_t index, bool item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FD70, Array_InternalArray__set_Item_319__MethodInfo); DO_APP_FUNC(0x00D8AC20, void, Array_InternalArray__set_Item_320, (Array * __this, int32_t index, BoundedPlane item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FD60, Array_InternalArray__set_Item_320__MethodInfo); DO_APP_FUNC(0x00D8ADC0, void, Array_InternalArray__set_Item_321, (Array * __this, int32_t index, BoundingSphere item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FD58, Array_InternalArray__set_Item_321__MethodInfo); DO_APP_FUNC(0x00D8AF20, void, Array_InternalArray__set_Item_322, (Array * __this, int32_t index, Bounds item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FD48, Array_InternalArray__set_Item_322__MethodInfo); DO_APP_FUNC(0x00D8B080, void, Array_InternalArray__set_Item_323, (Array * __this, int32_t index, uint8_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FD50, Array_InternalArray__set_Item_323__MethodInfo); DO_APP_FUNC(0x00D8B1D0, void, Array_InternalArray__set_Item_324, (Array * __this, int32_t index, ByteEnum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FD40, Array_InternalArray__set_Item_324__MethodInfo); DO_APP_FUNC(0x00D8B320, void, Array_InternalArray__set_Item_325, (Array * __this, int32_t index, CancellationToken item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FD38, Array_InternalArray__set_Item_325__MethodInfo); DO_APP_FUNC(0x00D8B470, void, Array_InternalArray__set_Item_326, (Array * __this, int32_t index, CancellationTokenRegistration item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FD28, Array_InternalArray__set_Item_326__MethodInfo); DO_APP_FUNC(0x00D8B5D0, void, Array_InternalArray__set_Item_327, (Array * __this, int32_t index, uint16_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FD30, Array_InternalArray__set_Item_327__MethodInfo); DO_APP_FUNC(0x00D8B720, void, Array_InternalArray__set_Item_328, (Array * __this, int32_t index, ClientInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FD20, Array_InternalArray__set_Item_328__MethodInfo); DO_APP_FUNC(0x00D8B880, void, Array_InternalArray__set_Item_329, (Array * __this, int32_t index, ClothSkinningCoefficient item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FD08, Array_InternalArray__set_Item_329__MethodInfo); DO_APP_FUNC(0x00D8B9E0, void, Array_InternalArray__set_Item_330, (Array * __this, int32_t index, ClothSphereColliderPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FCF0, Array_InternalArray__set_Item_330__MethodInfo); DO_APP_FUNC(0x00D8BB40, void, Array_InternalArray__set_Item_331, (Array * __this, int32_t index, Color item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FD00, Array_InternalArray__set_Item_331__MethodInfo); DO_APP_FUNC(0x00D8BCA0, void, Array_InternalArray__set_Item_332, (Array * __this, int32_t index, Color32 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FCE8, Array_InternalArray__set_Item_332__MethodInfo); DO_APP_FUNC(0x00D8BDF0, void, Array_InternalArray__set_Item_333, (Array * __this, int32_t index, ColorBlock item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FCD8, Array_InternalArray__set_Item_333__MethodInfo); DO_APP_FUNC(0x00D8BF80, void, Array_InternalArray__set_Item_334, (Array * __this, int32_t index, CombineInstance item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FCC8, Array_InternalArray__set_Item_334__MethodInfo); DO_APP_FUNC(0x00D8C120, void, Array_InternalArray__set_Item_335, (Array * __this, int32_t index, CompactVoxelCell item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FCD0, Array_InternalArray__set_Item_335__MethodInfo); DO_APP_FUNC(0x00D8C270, void, Array_InternalArray__set_Item_336, (Array * __this, int32_t index, CompactVoxelSpan item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FCB8, Array_InternalArray__set_Item_336__MethodInfo); DO_APP_FUNC(0x00D8C3D0, void, Array_InternalArray__set_Item_337, (Array * __this, int32_t index, ComputedStyle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FCA8, Array_InternalArray__set_Item_337__MethodInfo); DO_APP_FUNC(0x00D8C560, void, Array_InternalArray__set_Item_338, (Array * __this, int32_t index, ComputedTransitionProperty item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FC90, Array_InternalArray__set_Item_338__MethodInfo); DO_APP_FUNC(0x00D8C6C0, void, Array_InternalArray__set_Item_339, (Array * __this, int32_t index, ConfigurationDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FC98, Array_InternalArray__set_Item_339__MethodInfo); DO_APP_FUNC(0x00D8C820, void, Array_InternalArray__set_Item_340, (Array * __this, int32_t index, Connection item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FC88, Array_InternalArray__set_Item_340__MethodInfo); DO_APP_FUNC(0x00D8C980, void, Array_InternalArray__set_Item_341, (Array * __this, int32_t index, ContactPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FC68, Array_InternalArray__set_Item_341__MethodInfo); DO_APP_FUNC(0x00D8CAF0, void, Array_InternalArray__set_Item_342, (Array * __this, int32_t index, ContactPoint2D item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FC50, Array_InternalArray__set_Item_342__MethodInfo); DO_APP_FUNC(0x00D8CC70, void, Array_InternalArray__set_Item_343, (Array * __this, int32_t index, ControllerPollingInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FC58, Array_InternalArray__set_Item_343__MethodInfo); DO_APP_FUNC(0x00D8CDF0, void, Array_InternalArray__set_Item_344, (Array * __this, int32_t index, ControllerTemplateElementTarget item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FC40, Array_InternalArray__set_Item_344__MethodInfo); DO_APP_FUNC(0x00D8CF50, void, Array_InternalArray__set_Item_345, (Array * __this, int32_t index, CurveSample item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FC20, Array_InternalArray__set_Item_345__MethodInfo); DO_APP_FUNC(0x00D8D0D0, void, Array_InternalArray__set_Item_346, (Array * __this, int32_t index, CustomAttributeNamedArgument item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FC00, Array_InternalArray__set_Item_346__MethodInfo); DO_APP_FUNC(0x00D8D240, void, Array_InternalArray__set_Item_347, (Array * __this, int32_t index, CustomAttributeTypedArgument item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FC08, Array_InternalArray__set_Item_347__MethodInfo); DO_APP_FUNC(0x00D8D3A0, void, Array_InternalArray__set_Item_348, (Array * __this, int32_t index, DateTime item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FBE8, Array_InternalArray__set_Item_348__MethodInfo); DO_APP_FUNC(0x00D8D4F0, void, Array_InternalArray__set_Item_349, (Array * __this, int32_t index, DateTimeOffset item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FBC8, Array_InternalArray__set_Item_349__MethodInfo); DO_APP_FUNC(0x00D8D650, void, Array_InternalArray__set_Item_350, (Array * __this, int32_t index, Decimal item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FBB0, Array_InternalArray__set_Item_350__MethodInfo); DO_APP_FUNC(0x00D8D7B0, void, Array_InternalArray__set_Item_351, (Array * __this, int32_t index, DetailInstanceTransform item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FBC0, Array_InternalArray__set_Item_351__MethodInfo); DO_APP_FUNC(0x00D8D910, void, Array_InternalArray__set_Item_352, (Array * __this, int32_t index, DiagnosticEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FBA0, Array_InternalArray__set_Item_352__MethodInfo); DO_APP_FUNC(0x00D8DA80, void, Array_InternalArray__set_Item_353, (Array * __this, int32_t index, DictionaryEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FB80, Array_InternalArray__set_Item_353__MethodInfo); DO_APP_FUNC(0x00D8DBE0, void, Array_InternalArray__set_Item_354, (Array * __this, int32_t index, Dimension item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FB68, Array_InternalArray__set_Item_354__MethodInfo); DO_APP_FUNC(0x00D8DD30, void, Array_InternalArray__set_Item_355, (Array * __this, int32_t index, double item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FB78, Array_InternalArray__set_Item_355__MethodInfo); DO_APP_FUNC(0x00D8DE90, void, Array_InternalArray__set_Item_356, (Array * __this, int32_t index, DrawBufferRange item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FB58, Array_InternalArray__set_Item_356__MethodInfo); DO_APP_FUNC(0x00D8DFF0, void, Array_InternalArray__set_Item_357, (Array * __this, int32_t index, EasingFunction item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FB30, Array_InternalArray__set_Item_357__MethodInfo); DO_APP_FUNC(0x00D8E140, void, Array_InternalArray__set_Item_358, (Array * __this, int32_t index, ElementAssignmentConflictInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FB18, Array_InternalArray__set_Item_358__MethodInfo); DO_APP_FUNC(0x00D8E2B0, void, Array_InternalArray__set_Item_359, (Array * __this, int32_t index, Entitlement item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FB28, Array_InternalArray__set_Item_359__MethodInfo); DO_APP_FUNC(0x00D8E410, void, Array_InternalArray__set_Item_360, (Array * __this, int32_t index, Ephemeron item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FB08, Array_InternalArray__set_Item_360__MethodInfo); DO_APP_FUNC(0x00D8E570, void, Array_InternalArray__set_Item_361, (Array * __this, int32_t index, EventReliable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FAE8, Array_InternalArray__set_Item_361__MethodInfo); DO_APP_FUNC(0x00D8E6D0, void, Array_InternalArray__set_Item_362, (Array * __this, int32_t index, EventUnreliable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FAD0, Array_InternalArray__set_Item_362__MethodInfo); DO_APP_FUNC(0x00D8E830, void, Array_InternalArray__set_Item_363, (Array * __this, int32_t index, FORMATETC item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FAD8, Array_InternalArray__set_Item_363__MethodInfo); DO_APP_FUNC(0x00D8E990, void, Array_InternalArray__set_Item_364, (Array * __this, int32_t index, FileStat item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FAC8, Array_InternalArray__set_Item_364__MethodInfo); DO_APP_FUNC(0x00D8EAF0, void, Array_InternalArray__set_Item_365, (Array * __this, int32_t index, FontDefinition item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FAA8, Array_InternalArray__set_Item_365__MethodInfo); DO_APP_FUNC(0x00D8EC50, void, Array_InternalArray__set_Item_366, (Array * __this, int32_t index, FontWeightPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FA88, Array_InternalArray__set_Item_366__MethodInfo); DO_APP_FUNC(0x00D8EDB0, void, Array_InternalArray__set_Item_367, (Array * __this, int32_t index, FrameFormat item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FA98, Array_InternalArray__set_Item_367__MethodInfo); DO_APP_FUNC(0x00D8EF10, void, Array_InternalArray__set_Item_368, (Array * __this, int32_t index, GCHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FA80, Array_InternalArray__set_Item_368__MethodInfo); DO_APP_FUNC(0x00D8F060, void, Array_InternalArray__set_Item_369, (Array * __this, int32_t index, GfxUpdateBufferRange item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FA68, Array_InternalArray__set_Item_369__MethodInfo); DO_APP_FUNC(0x00D8F1C0, void, Array_InternalArray__set_Item_370, (Array * __this, int32_t index, GlobalKeyword item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FA38, Array_InternalArray__set_Item_370__MethodInfo); DO_APP_FUNC(0x00D8F320, void, Array_InternalArray__set_Item_371, (Array * __this, int32_t index, GlyphMarshallingStruct item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FA58, Array_InternalArray__set_Item_371__MethodInfo); DO_APP_FUNC(0x00D8F490, void, Array_InternalArray__set_Item_372, (Array * __this, int32_t index, GlyphPairAdjustmentRecord item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FA30, Array_InternalArray__set_Item_372__MethodInfo); DO_APP_FUNC(0x00D8F600, void, Array_InternalArray__set_Item_373, (Array * __this, int32_t index, GlyphRect item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FA28, Array_InternalArray__set_Item_373__MethodInfo); DO_APP_FUNC(0x00D8F760, void, Array_InternalArray__set_Item_374, (Array * __this, int32_t index, GradientAlphaKey item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FA00, Array_InternalArray__set_Item_374__MethodInfo); DO_APP_FUNC(0x00D8F8C0, void, Array_InternalArray__set_Item_375, (Array * __this, int32_t index, GradientColorKey item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FA18, Array_InternalArray__set_Item_375__MethodInfo); DO_APP_FUNC(0x00D8FA20, void, Array_InternalArray__set_Item_376, (Array * __this, int32_t index, GradientSettings item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F9F8, Array_InternalArray__set_Item_376__MethodInfo); DO_APP_FUNC(0x00D8FB80, void, Array_InternalArray__set_Item_377, (Array * __this, int32_t index, Guid item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F9E0, Array_InternalArray__set_Item_377__MethodInfo); DO_APP_FUNC(0x00D8FCE0, void, Array_InternalArray__set_Item_378, (Array * __this, int32_t index, HandJointLocation item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F9C8, Array_InternalArray__set_Item_378__MethodInfo); DO_APP_FUNC(0x00D8FE50, void, Array_InternalArray__set_Item_379, (Array * __this, int32_t index, Hash128 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F9D0, Array_InternalArray__set_Item_379__MethodInfo); DO_APP_FUNC(0x00D8FFB0, void, Array_InternalArray__set_Item_380, (Array * __this, int32_t index, HeaderVariantInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F9C0, Array_InternalArray__set_Item_380__MethodInfo); DO_APP_FUNC(0x00D90110, void, Array_InternalArray__set_Item_381, (Array * __this, int32_t index, HighlightState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F9B8, Array_InternalArray__set_Item_381__MethodInfo); DO_APP_FUNC(0x00D90270, void, Array_InternalArray__set_Item_382, (Array * __this, int32_t index, HumanBone item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F9A0, Array_InternalArray__set_Item_382__MethodInfo); DO_APP_FUNC(0x00D903E0, void, Array_InternalArray__set_Item_383, (Array * __this, int32_t index, ImpactEffect item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F9A8, Array_InternalArray__set_Item_383__MethodInfo); DO_APP_FUNC(0x00D90540, void, Array_InternalArray__set_Item_384, (Array * __this, int32_t index, InputActionSourceData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F998, Array_InternalArray__set_Item_384__MethodInfo); DO_APP_FUNC(0x00D906A0, void, Array_InternalArray__set_Item_385, (Array * __this, int32_t index, InputBinding item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F990, Array_InternalArray__set_Item_385__MethodInfo); DO_APP_FUNC(0x00D90830, void, Array_InternalArray__set_Item_386, (Array * __this, int32_t index, InputControlScheme item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F980, Array_InternalArray__set_Item_386__MethodInfo); DO_APP_FUNC(0x00D90990, void, Array_InternalArray__set_Item_387, (Array * __this, int32_t index, InputDevice_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F988, Array_InternalArray__set_Item_387__MethodInfo); DO_APP_FUNC(0x00D90AF0, void, Array_InternalArray__set_Item_388, (Array * __this, int32_t index, InputDeviceDescription item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F978, Array_InternalArray__set_Item_388__MethodInfo); DO_APP_FUNC(0x00D90C70, void, Array_InternalArray__set_Item_389, (Array * __this, int32_t index, InputEventPtr item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F970, Array_InternalArray__set_Item_389__MethodInfo); DO_APP_FUNC(0x00D90DC0, void, Array_InternalArray__set_Item_390, (Array * __this, int32_t index, InputUser item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F960, Array_InternalArray__set_Item_390__MethodInfo); DO_APP_FUNC(0x00D90F10, void, Array_InternalArray__set_Item_391, (Array * __this, int32_t index, int16_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F968, Array_InternalArray__set_Item_391__MethodInfo); DO_APP_FUNC(0x00D91060, void, Array_InternalArray__set_Item_392, (Array * __this, int32_t index, Int2 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F958, Array_InternalArray__set_Item_392__MethodInfo); DO_APP_FUNC(0x00D911B0, void, Array_InternalArray__set_Item_393, (Array * __this, int32_t index, Int3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F950, Array_InternalArray__set_Item_393__MethodInfo); DO_APP_FUNC(0x00D91310, void, Array_InternalArray__set_Item_394, (Array * __this, int32_t index, int32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F940, Array_InternalArray__set_Item_394__MethodInfo); DO_APP_FUNC(0x00D91460, void, Array_InternalArray__set_Item_395, (Array * __this, int32_t index, Int32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F948, Array_InternalArray__set_Item_395__MethodInfo); DO_APP_FUNC(0x00D915B0, void, Array_InternalArray__set_Item_396, (Array * __this, int32_t index, int64_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F938, Array_InternalArray__set_Item_396__MethodInfo); DO_APP_FUNC(0x00D91700, void, Array_InternalArray__set_Item_397, (Array * __this, int32_t index, IntPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F930, Array_InternalArray__set_Item_397__MethodInfo); DO_APP_FUNC(0x00D91860, void, Array_InternalArray__set_Item_398, (Array * __this, int32_t index, void * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F920, Array_InternalArray__set_Item_398__MethodInfo); DO_APP_FUNC(0x00D919B0, void, Array_InternalArray__set_Item_399, (Array * __this, int32_t index, IntRect item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F928, Array_InternalArray__set_Item_399__MethodInfo); DO_APP_FUNC(0x00D91B10, void, Array_InternalArray__set_Item_400, (Array * __this, int32_t index, InternalCodePageDataItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F918, Array_InternalArray__set_Item_400__MethodInfo); DO_APP_FUNC(0x00D91C70, void, Array_InternalArray__set_Item_401, (Array * __this, int32_t index, InternalEncodingDataItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F910, Array_InternalArray__set_Item_401__MethodInfo); DO_APP_FUNC(0x00D91DD0, void, Array_InternalArray__set_Item_402, (Array * __this, int32_t index, InternedString item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F900, Array_InternalArray__set_Item_402__MethodInfo); DO_APP_FUNC(0x00D91F30, void, Array_InternalArray__set_Item_403, (Array * __this, int32_t index, InterpretedFrameInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F908, Array_InternalArray__set_Item_403__MethodInfo); DO_APP_FUNC(0x00D92090, void, Array_InternalArray__set_Item_404, (Array * __this, int32_t index, IntervalTreeNode item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F8F8, Array_InternalArray__set_Item_404__MethodInfo); DO_APP_FUNC(0x00D921F0, void, Array_InternalArray__set_Item_405, (Array * __this, int32_t index, IpQCkqlgJLyrFpAOyBfUxXQpJsWK item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F8F0, Array_InternalArray__set_Item_405__MethodInfo); DO_APP_FUNC(0x00D92340, void, Array_InternalArray__set_Item_406, (Array * __this, int32_t index, ItemDefinitionAmount item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F8E0, Array_InternalArray__set_Item_406__MethodInfo); DO_APP_FUNC(0x00D924A0, void, Array_InternalArray__set_Item_407, (Array * __this, int32_t index, Keyframe item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F8E8, Array_InternalArray__set_Item_407__MethodInfo); DO_APP_FUNC(0x00D92610, void, Array_InternalArray__set_Item_408, (Array * __this, int32_t index, KickedPlayer item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F8D8, Array_InternalArray__set_Item_408__MethodInfo); DO_APP_FUNC(0x00D92770, void, Array_InternalArray__set_Item_409, (Array * __this, int32_t index, LOD item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F8D0, Array_InternalArray__set_Item_409__MethodInfo); DO_APP_FUNC(0x00D928D0, void, Array_InternalArray__set_Item_410, (Array * __this, int32_t index, LayerMask item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F8C0, Array_InternalArray__set_Item_410__MethodInfo); DO_APP_FUNC(0x00D92A20, void, Array_InternalArray__set_Item_411, (Array * __this, int32_t index, Length item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F8C8, Array_InternalArray__set_Item_411__MethodInfo); DO_APP_FUNC(0x00D92B70, void, Array_InternalArray__set_Item_412, (Array * __this, int32_t index, LightDataGI item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F8B8, Array_InternalArray__set_Item_412__MethodInfo); DO_APP_FUNC(0x00D92D00, void, Array_InternalArray__set_Item_413, (Array * __this, int32_t index, LineInfo_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F8B0, Array_InternalArray__set_Item_413__MethodInfo); DO_APP_FUNC(0x00D92E90, void, Array_InternalArray__set_Item_414, (Array * __this, int32_t index, LinkInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F8A0, Array_InternalArray__set_Item_414__MethodInfo); DO_APP_FUNC(0x00D92FF0, void, Array_InternalArray__set_Item_415, (Array * __this, int32_t index, LocalDefinition item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F8A8, Array_InternalArray__set_Item_415__MethodInfo); DO_APP_FUNC(0x00D93150, void, Array_InternalArray__set_Item_416, (Array * __this, int32_t index, LocalKeyword item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F898, Array_InternalArray__set_Item_416__MethodInfo); DO_APP_FUNC(0x00D932B0, void, Array_InternalArray__set_Item_417, (Array * __this, int32_t index, ManipulatorActivationFilter item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F890, Array_InternalArray__set_Item_417__MethodInfo); DO_APP_FUNC(0x00D93410, void, Array_InternalArray__set_Item_418, (Array * __this, int32_t index, MaterialReference item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F880, Array_InternalArray__set_Item_418__MethodInfo); DO_APP_FUNC(0x00D93590, void, Array_InternalArray__set_Item_419, (Array * __this, int32_t index, MaterialReference_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F888, Array_InternalArray__set_Item_419__MethodInfo); DO_APP_FUNC(0x00D93710, void, Array_InternalArray__set_Item_420, (Array * __this, int32_t index, Matrix4x4 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F878, Array_InternalArray__set_Item_420__MethodInfo); DO_APP_FUNC(0x00D93880, void, Array_InternalArray__set_Item_421, (Array * __this, int32_t index, MeshInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F870, Array_InternalArray__set_Item_421__MethodInfo); DO_APP_FUNC(0x00D93A00, void, Array_InternalArray__set_Item_422, (Array * __this, int32_t index, MinMaxFloat item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F860, Array_InternalArray__set_Item_422__MethodInfo); DO_APP_FUNC(0x00D93B60, void, Array_InternalArray__set_Item_423, (Array * __this, int32_t index, MinMaxVector3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F868, Array_InternalArray__set_Item_423__MethodInfo); DO_APP_FUNC(0x00D93CD0, void, Array_InternalArray__set_Item_424, (Array * __this, int32_t index, ModifiableContactPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F858, Array_InternalArray__set_Item_424__MethodInfo); DO_APP_FUNC(0x00D93E70, void, Array_InternalArray__set_Item_425, (Array * __this, int32_t index, NameAndParameters item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F850, Array_InternalArray__set_Item_425__MethodInfo); DO_APP_FUNC(0x00D93FD0, void, Array_InternalArray__set_Item_426, (Array * __this, int32_t index, NamedValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F840, Array_InternalArray__set_Item_426__MethodInfo); DO_APP_FUNC(0x00D94130, void, Array_InternalArray__set_Item_427, (Array * __this, int32_t index, NativeAnchor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F848, Array_InternalArray__set_Item_427__MethodInfo); DO_APP_FUNC(0x00D942B0, void, Array_InternalArray__set_Item_428, (Array * __this, int32_t index, NativePlane item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F838, Array_InternalArray__set_Item_428__MethodInfo); DO_APP_FUNC(0x00D94430, void, Array_InternalArray__set_Item_429, (Array * __this, int32_t index, Navigation item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F830, Array_InternalArray__set_Item_429__MethodInfo); DO_APP_FUNC(0x00D945A0, void, Array_InternalArray__set_Item_430, (Array * __this, int32_t index, NetworkId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F820, Array_InternalArray__set_Item_430__MethodInfo); DO_APP_FUNC(0x00D946F0, void, Array_InternalArray__set_Item_431, (Array * __this, int32_t index, NetworkPropertyInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F828, Array_InternalArray__set_Item_431__MethodInfo); DO_APP_FUNC(0x00D94850, void, Array_InternalArray__set_Item_432, (Array * __this, int32_t index, NetworkValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F818, Array_InternalArray__set_Item_432__MethodInfo); DO_APP_FUNC(0x00D949B0, void, Array_InternalArray__set_Item_433, (Array * __this, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F810, Array_InternalArray__set_Item_433__MethodInfo); DO_APP_FUNC(0x00D94AD0, void, Array_InternalArray__set_Item_434, (Array * __this, int32_t index, ObjectInitializationData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F800, Array_InternalArray__set_Item_434__MethodInfo); DO_APP_FUNC(0x00D94C40, void, Array_InternalArray__set_Item_435, (Array * __this, int32_t index, ObjectSurface item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F808, Array_InternalArray__set_Item_435__MethodInfo); DO_APP_FUNC(0x00D94DA0, void, Array_InternalArray__set_Item_436, (Array * __this, int32_t index, OpenChannel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F7F8, Array_InternalArray__set_Item_436__MethodInfo); DO_APP_FUNC(0x00D94F00, void, Array_InternalArray__set_Item_437, (Array * __this, int32_t index, OriginalMaterialValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F7F0, Array_InternalArray__set_Item_437__MethodInfo); DO_APP_FUNC(0x00D95070, void, Array_InternalArray__set_Item_438, (Array * __this, int32_t index, PacketStats item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F7E0, Array_InternalArray__set_Item_438__MethodInfo); DO_APP_FUNC(0x00D951D0, void, Array_InternalArray__set_Item_439, (Array * __this, int32_t index, PageInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F7E8, Array_InternalArray__set_Item_439__MethodInfo); DO_APP_FUNC(0x00D95330, void, Array_InternalArray__set_Item_440, (Array * __this, int32_t index, ParameterModifier item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F7D8, Array_InternalArray__set_Item_440__MethodInfo); DO_APP_FUNC(0x00D95480, void, Array_InternalArray__set_Item_441, (Array * __this, int32_t index, ParticleCollisionEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F7D0, Array_InternalArray__set_Item_441__MethodInfo); DO_APP_FUNC(0x00D955F0, void, Array_InternalArray__set_Item_442, (Array * __this, int32_t index, PatchExtents item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F7C0, Array_InternalArray__set_Item_442__MethodInfo); DO_APP_FUNC(0x00D95750, void, Array_InternalArray__set_Item_443, (Array * __this, int32_t index, PidVid item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F7C8, Array_InternalArray__set_Item_443__MethodInfo); DO_APP_FUNC(0x00D958A0, void, Array_InternalArray__set_Item_444, (Array * __this, int32_t index, Plane item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F7B8, Array_InternalArray__set_Item_444__MethodInfo); DO_APP_FUNC(0x00D95A00, void, Array_InternalArray__set_Item_445, (Array * __this, int32_t index, Playable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F7B0, Array_InternalArray__set_Item_445__MethodInfo); DO_APP_FUNC(0x00D95B60, void, Array_InternalArray__set_Item_446, (Array * __this, int32_t index, PlayableBinding item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F7A0, Array_InternalArray__set_Item_446__MethodInfo); DO_APP_FUNC(0x00D95CC0, void, Array_InternalArray__set_Item_447, (Array * __this, int32_t index, PlayerChannel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F7A8, Array_InternalArray__set_Item_447__MethodInfo); DO_APP_FUNC(0x00D95E20, void, Array_InternalArray__set_Item_448, (Array * __this, int32_t index, PlayerFlashlightBeam item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F798, Array_InternalArray__set_Item_448__MethodInfo); DO_APP_FUNC(0x00D95F80, void, Array_InternalArray__set_Item_449, (Array * __this, int32_t index, PlayerLoopSystem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F790, Array_InternalArray__set_Item_449__MethodInfo); DO_APP_FUNC(0x00D960F0, void, Array_InternalArray__set_Item_450, (Array * __this, int32_t index, PointerModel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F780, Array_InternalArray__set_Item_450__MethodInfo); DO_APP_FUNC(0x00D962C0, void, Array_InternalArray__set_Item_451, (Array * __this, int32_t index, PrefabId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F788, Array_InternalArray__set_Item_451__MethodInfo); DO_APP_FUNC(0x00D96410, void, Array_InternalArray__set_Item_452, (Array * __this, int32_t index, Priority item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F778, Array_InternalArray__set_Item_452__MethodInfo); DO_APP_FUNC(0x00D96570, void, Array_InternalArray__set_Item_453, (Array * __this, int32_t index, ProbeVolumeBakingProcessSettings item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F770, Array_InternalArray__set_Item_453__MethodInfo); DO_APP_FUNC(0x00D966D0, void, Array_InternalArray__set_Item_454, (Array * __this, int32_t index, Progress item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F760, Array_InternalArray__set_Item_454__MethodInfo); DO_APP_FUNC(0x00D96830, void, Array_InternalArray__set_Item_455, (Array * __this, int32_t index, PublishedFileId_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F768, Array_InternalArray__set_Item_455__MethodInfo); DO_APP_FUNC(0x00D96980, void, Array_InternalArray__set_Item_456, (Array * __this, int32_t index, QeeoSydAJKtvhuMHtIdMCGTRHBDhA item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F758, Array_InternalArray__set_Item_456__MethodInfo); DO_APP_FUNC(0x00D96AE0, void, Array_InternalArray__set_Item_457, (Array * __this, int32_t index, Quaternion item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F750, Array_InternalArray__set_Item_457__MethodInfo); DO_APP_FUNC(0x00D96C40, void, Array_InternalArray__set_Item_458, (Array * __this, int32_t index, RangePositionInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F740, Array_InternalArray__set_Item_458__MethodInfo); DO_APP_FUNC(0x00D96DA0, void, Array_InternalArray__set_Item_459, (Array * __this, int32_t index, RaycastHit item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F748, Array_InternalArray__set_Item_459__MethodInfo); DO_APP_FUNC(0x00D96F10, void, Array_InternalArray__set_Item_460, (Array * __this, int32_t index, RaycastHit2D item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F738, Array_InternalArray__set_Item_460__MethodInfo); DO_APP_FUNC(0x00D97080, void, Array_InternalArray__set_Item_461, (Array * __this, int32_t index, RaycastResult item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F730, Array_InternalArray__set_Item_461__MethodInfo); DO_APP_FUNC(0x00D97200, void, Array_InternalArray__set_Item_462, (Array * __this, int32_t index, Rect item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F720, Array_InternalArray__set_Item_462__MethodInfo); DO_APP_FUNC(0x00D97360, void, Array_InternalArray__set_Item_463, (Array * __this, int32_t index, ReflectionProbeBlendInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F728, Array_InternalArray__set_Item_463__MethodInfo); DO_APP_FUNC(0x00D974C0, void, Array_InternalArray__set_Item_464, (Array * __this, int32_t index, RemoteChannel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F718, Array_InternalArray__set_Item_464__MethodInfo); DO_APP_FUNC(0x00D97620, void, Array_InternalArray__set_Item_465, (Array * __this, int32_t index, RenderChainTextEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F710, Array_InternalArray__set_Item_465__MethodInfo); DO_APP_FUNC(0x00D97780, void, Array_InternalArray__set_Item_466, (Array * __this, int32_t index, RenderInstancedDataLayout item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F700, Array_InternalArray__set_Item_466__MethodInfo); DO_APP_FUNC(0x00D978E0, void, Array_InternalArray__set_Item_467, (Array * __this, int32_t index, RenderTargetIdentifier item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F708, Array_InternalArray__set_Item_467__MethodInfo); DO_APP_FUNC(0x00D97A50, void, Array_InternalArray__set_Item_468, (Array * __this, int32_t index, RendererList item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F6F8, Array_InternalArray__set_Item_468__MethodInfo); DO_APP_FUNC(0x00D97BB0, void, Array_InternalArray__set_Item_469, (Array * __this, int32_t index, RendererListHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F6F0, Array_InternalArray__set_Item_469__MethodInfo); DO_APP_FUNC(0x00D97D00, void, Array_InternalArray__set_Item_470, (Array * __this, int32_t index, RendererListResource item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F6E0, Array_InternalArray__set_Item_470__MethodInfo); DO_APP_FUNC(0x00D97EE0, void, Array_InternalArray__set_Item_471, (Array * __this, int32_t index, Resolution item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F6E8, Array_InternalArray__set_Item_471__MethodInfo); DO_APP_FUNC(0x00D98040, void, Array_InternalArray__set_Item_472, (Array * __this, int32_t index, ResourceHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F6D8, Array_InternalArray__set_Item_472__MethodInfo); DO_APP_FUNC(0x00D98190, void, Array_InternalArray__set_Item_473, (Array * __this, int32_t index, ResourceLocator item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F6D0, Array_InternalArray__set_Item_473__MethodInfo); DO_APP_FUNC(0x00D982F0, void, Array_InternalArray__set_Item_474, (Array * __this, int32_t index, RichTextTagAttribute item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F6C0, Array_InternalArray__set_Item_474__MethodInfo); DO_APP_FUNC(0x00D98450, void, Array_InternalArray__set_Item_475, (Array * __this, int32_t index, RichTextTagAttribute_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F6C8, Array_InternalArray__set_Item_475__MethodInfo); DO_APP_FUNC(0x00D985B0, void, Array_InternalArray__set_Item_476, (Array * __this, int32_t index, RoomChannel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F6B8, Array_InternalArray__set_Item_476__MethodInfo); DO_APP_FUNC(0x00D98720, void, Array_InternalArray__set_Item_477, (Array * __this, int32_t index, RoomMembership item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F6B0, Array_InternalArray__set_Item_477__MethodInfo); DO_APP_FUNC(0x00D98880, void, Array_InternalArray__set_Item_478, (Array * __this, int32_t index, RoomName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F6A0, Array_InternalArray__set_Item_478__MethodInfo); DO_APP_FUNC(0x00D989E0, void, Array_InternalArray__set_Item_479, (Array * __this, int32_t index, Rotate_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F6A8, Array_InternalArray__set_Item_479__MethodInfo); DO_APP_FUNC(0x00D98B40, void, Array_InternalArray__set_Item_480, (Array * __this, int32_t index, RuleMatcher item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F698, Array_InternalArray__set_Item_480__MethodInfo); DO_APP_FUNC(0x00D98CA0, void, Array_InternalArray__set_Item_481, (Array * __this, int32_t index, RuntimeLabel item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F690, Array_InternalArray__set_Item_481__MethodInfo); DO_APP_FUNC(0x00D98E00, void, Array_InternalArray__set_Item_482, (Array * __this, int32_t index, int8_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F680, Array_InternalArray__set_Item_482__MethodInfo); DO_APP_FUNC(0x00D98F50, void, Array_InternalArray__set_Item_483, (Array * __this, int32_t index, SByteEnum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F688, Array_InternalArray__set_Item_483__MethodInfo); DO_APP_FUNC(0x00D990A0, void, Array_InternalArray__set_Item_484, (Array * __this, int32_t index, STATDATA item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F678, Array_InternalArray__set_Item_484__MethodInfo); DO_APP_FUNC(0x00D99220, void, Array_InternalArray__set_Item_485, (Array * __this, int32_t index, ScalableImage item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F670, Array_InternalArray__set_Item_485__MethodInfo); DO_APP_FUNC(0x00D99380, void, Array_InternalArray__set_Item_486, (Array * __this, int32_t index, Scale item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F660, Array_InternalArray__set_Item_486__MethodInfo); DO_APP_FUNC(0x00D994E0, void, Array_InternalArray__set_Item_487, (Array * __this, int32_t index, SelectorMatchRecord item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F668, Array_InternalArray__set_Item_487__MethodInfo); DO_APP_FUNC(0x00D99640, void, Array_InternalArray__set_Item_488, (Array * __this, int32_t index, SemanticMeaning item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F658, Array_InternalArray__set_Item_488__MethodInfo); DO_APP_FUNC(0x00D997A0, void, Array_InternalArray__set_Item_489, (Array * __this, int32_t index, SerializedType item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F650, Array_InternalArray__set_Item_489__MethodInfo); DO_APP_FUNC(0x00D99900, void, Array_InternalArray__set_Item_490, (Array * __this, int32_t index, SessionClient item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F640, Array_InternalArray__set_Item_490__MethodInfo); DO_APP_FUNC(0x00D99A80, void, Array_InternalArray__set_Item_491, (Array * __this, int32_t index, ShaderKeyword item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F648, Array_InternalArray__set_Item_491__MethodInfo); DO_APP_FUNC(0x00D99BE0, void, Array_InternalArray__set_Item_492, (Array * __this, int32_t index, ShaderTagId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F638, Array_InternalArray__set_Item_492__MethodInfo); DO_APP_FUNC(0x00D99D30, void, Array_InternalArray__set_Item_493, (Array * __this, int32_t index, ShaderVariablesProbeVolumes item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F630, Array_InternalArray__set_Item_493__MethodInfo); DO_APP_FUNC(0x00D99EA0, void, Array_InternalArray__set_Item_494, (Array * __this, int32_t index, float item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F620, Array_InternalArray__set_Item_494__MethodInfo); DO_APP_FUNC(0x00D99FF0, void, Array_InternalArray__set_Item_495, (Array * __this, int32_t index, SkeletonBone item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F628, Array_InternalArray__set_Item_495__MethodInfo); DO_APP_FUNC(0x00D9A170, void, Array_InternalArray__set_Item_496, (Array * __this, int32_t index, Sku item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F618, Array_InternalArray__set_Item_496__MethodInfo); DO_APP_FUNC(0x00D9A2E0, void, Array_InternalArray__set_Item_497, (Array * __this, int32_t index, SpeechSession item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F610, Array_InternalArray__set_Item_497__MethodInfo); DO_APP_FUNC(0x00D9A460, void, Array_InternalArray__set_Item_498, (Array * __this, int32_t index, SphericalHarmonicsL2 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F600, Array_InternalArray__set_Item_498__MethodInfo); DO_APP_FUNC(0x00D9A610, void, Array_InternalArray__set_Item_499, (Array * __this, int32_t index, SpriteState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F608, Array_InternalArray__set_Item_499__MethodInfo); DO_APP_FUNC(0x00D9A770, void, Array_InternalArray__set_Item_500, (Array * __this, int32_t index, SslApplicationProtocol item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F5F8, Array_InternalArray__set_Item_500__MethodInfo); DO_APP_FUNC(0x00D9A8D0, void, Array_InternalArray__set_Item_501, (Array * __this, int32_t index, SteamItemDef_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F5F0, Array_InternalArray__set_Item_501__MethodInfo); DO_APP_FUNC(0x00D9AA20, void, Array_InternalArray__set_Item_502, (Array * __this, int32_t index, SteamItemDetails_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F5E0, Array_InternalArray__set_Item_502__MethodInfo); DO_APP_FUNC(0x00D9AB80, void, Array_InternalArray__set_Item_503, (Array * __this, int32_t index, StylePropertyName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F5E8, Array_InternalArray__set_Item_503__MethodInfo); DO_APP_FUNC(0x00D9ACE0, void, Array_InternalArray__set_Item_504, (Array * __this, int32_t index, StylePropertyValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F5D8, Array_InternalArray__set_Item_504__MethodInfo); DO_APP_FUNC(0x00D9AE40, void, Array_InternalArray__set_Item_505, (Array * __this, int32_t index, StyleSelectorPart item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F5D0, Array_InternalArray__set_Item_505__MethodInfo); DO_APP_FUNC(0x00D9AFA0, void, Array_InternalArray__set_Item_506, (Array * __this, int32_t index, StyleSyntaxToken item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F5C0, Array_InternalArray__set_Item_506__MethodInfo); DO_APP_FUNC(0x00D9B100, void, Array_InternalArray__set_Item_507, (Array * __this, int32_t index, StyleValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F5C8, Array_InternalArray__set_Item_507__MethodInfo); DO_APP_FUNC(0x00D9B260, void, Array_InternalArray__set_Item_508, (Array * __this, int32_t index, StyleValueHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F5B8, Array_InternalArray__set_Item_508__MethodInfo); DO_APP_FUNC(0x00D9B3B0, void, Array_InternalArray__set_Item_509, (Array * __this, int32_t index, StyleValueManaged item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F5B0, Array_InternalArray__set_Item_509__MethodInfo); DO_APP_FUNC(0x00D9B510, void, Array_InternalArray__set_Item_510, (Array * __this, int32_t index, StyleVariable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F5A0, Array_InternalArray__set_Item_510__MethodInfo); DO_APP_FUNC(0x00D9B670, void, Array_InternalArray__set_Item_511, (Array * __this, int32_t index, SubMeshDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F5A8, Array_InternalArray__set_Item_511__MethodInfo); DO_APP_FUNC(0x00D9B7E0, void, Array_InternalArray__set_Item_512, (Array * __this, int32_t index, Substring item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F598, Array_InternalArray__set_Item_512__MethodInfo); DO_APP_FUNC(0x00D9B940, void, Array_InternalArray__set_Item_513, (Array * __this, int32_t index, TMP_CharacterInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F590, Array_InternalArray__set_Item_513__MethodInfo); DO_APP_FUNC(0x00D9BB40, void, Array_InternalArray__set_Item_514, (Array * __this, int32_t index, TMP_FontWeightPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F580, Array_InternalArray__set_Item_514__MethodInfo); DO_APP_FUNC(0x00D9BCA0, void, Array_InternalArray__set_Item_515, (Array * __this, int32_t index, TMP_LineInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F588, Array_InternalArray__set_Item_515__MethodInfo); DO_APP_FUNC(0x00D9BE40, void, Array_InternalArray__set_Item_516, (Array * __this, int32_t index, TMP_LinkInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F578, Array_InternalArray__set_Item_516__MethodInfo); DO_APP_FUNC(0x00D9BFB0, void, Array_InternalArray__set_Item_517, (Array * __this, int32_t index, TMP_MeshInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F570, Array_InternalArray__set_Item_517__MethodInfo); DO_APP_FUNC(0x00D9C130, void, Array_InternalArray__set_Item_518, (Array * __this, int32_t index, TMP_PageInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F560, Array_InternalArray__set_Item_518__MethodInfo); DO_APP_FUNC(0x00D9C290, void, Array_InternalArray__set_Item_519, (Array * __this, int32_t index, TMP_WordInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F568, Array_InternalArray__set_Item_519__MethodInfo); DO_APP_FUNC(0x00D9C3F0, void, Array_InternalArray__set_Item_520, (Array * __this, int32_t index, TerrainTileCoord item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F558, Array_InternalArray__set_Item_520__MethodInfo); DO_APP_FUNC(0x00D9C540, void, Array_InternalArray__set_Item_521, (Array * __this, int32_t index, TextElementInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F550, Array_InternalArray__set_Item_521__MethodInfo); DO_APP_FUNC(0x00D9C730, void, Array_InternalArray__set_Item_522, (Array * __this, int32_t index, TextShadow item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F540, Array_InternalArray__set_Item_522__MethodInfo); DO_APP_FUNC(0x00D9C8A0, void, Array_InternalArray__set_Item_523, (Array * __this, int32_t index, TextVertex_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F548, Array_InternalArray__set_Item_523__MethodInfo); DO_APP_FUNC(0x00D9CA00, void, Array_InternalArray__set_Item_524, (Array * __this, int32_t index, TextureHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F538, Array_InternalArray__set_Item_524__MethodInfo); DO_APP_FUNC(0x00D9CB60, void, Array_InternalArray__set_Item_525, (Array * __this, int32_t index, TextureId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F530, Array_InternalArray__set_Item_525__MethodInfo); DO_APP_FUNC(0x00D9CCB0, void, Array_InternalArray__set_Item_526, (Array * __this, int32_t index, TileData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F520, Array_InternalArray__set_Item_526__MethodInfo); DO_APP_FUNC(0x00D9CE40, void, Array_InternalArray__set_Item_527, (Array * __this, int32_t index, TimeSpan item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F528, Array_InternalArray__set_Item_527__MethodInfo); DO_APP_FUNC(0x00D9CF90, void, Array_InternalArray__set_Item_528, (Array * __this, int32_t index, TimeValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F518, Array_InternalArray__set_Item_528__MethodInfo); DO_APP_FUNC(0x00D9D0E0, void, Array_InternalArray__set_Item_529, (Array * __this, int32_t index, Touch item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F510, Array_InternalArray__set_Item_529__MethodInfo); DO_APP_FUNC(0x00D9D260, void, Array_InternalArray__set_Item_530, (Array * __this, int32_t index, Touch_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F500, Array_InternalArray__set_Item_530__MethodInfo); DO_APP_FUNC(0x00D9D3C0, void, Array_InternalArray__set_Item_531, (Array * __this, int32_t index, TrackableId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F508, Array_InternalArray__set_Item_531__MethodInfo); DO_APP_FUNC(0x00D9D520, void, Array_InternalArray__set_Item_532, (Array * __this, int32_t index, Transform3x4 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F4F8, Array_InternalArray__set_Item_532__MethodInfo); DO_APP_FUNC(0x00D9D690, void, Array_InternalArray__set_Item_533, (Array * __this, int32_t index, TransformOrigin item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F4F0, Array_InternalArray__set_Item_533__MethodInfo); DO_APP_FUNC(0x00D9D7F0, void, Array_InternalArray__set_Item_534, (Array * __this, int32_t index, Translate_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F4E0, Array_InternalArray__set_Item_534__MethodInfo); DO_APP_FUNC(0x00D9D950, void, Array_InternalArray__set_Item_535, (Array * __this, int32_t index, TreeInstance item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F4E8, Array_InternalArray__set_Item_535__MethodInfo); DO_APP_FUNC(0x00D9DAC0, void, Array_InternalArray__set_Item_536, (Array * __this, int32_t index, TreeItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F4D8, Array_InternalArray__set_Item_536__MethodInfo); DO_APP_FUNC(0x00D9DC20, void, Array_InternalArray__set_Item_537, (Array * __this, int32_t index, TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F4C8, Array_InternalArray__set_Item_537__MethodInfo); DO_APP_FUNC(0x00D9DD80, void, Array_InternalArray__set_Item_538, (Array * __this, int32_t index, TypeId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F4B8, Array_InternalArray__set_Item_538__MethodInfo); DO_APP_FUNC(0x00D9DED0, void, Array_InternalArray__set_Item_539, (Array * __this, int32_t index, TypeWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F4C0, Array_InternalArray__set_Item_539__MethodInfo); DO_APP_FUNC(0x00D9E030, void, Array_InternalArray__set_Item_540, (Array * __this, int32_t index, UICharInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F4B0, Array_InternalArray__set_Item_540__MethodInfo); DO_APP_FUNC(0x00D9E190, void, Array_InternalArray__set_Item_541, (Array * __this, int32_t index, UILineInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F4A8, Array_InternalArray__set_Item_541__MethodInfo); DO_APP_FUNC(0x00D9E2F0, void, Array_InternalArray__set_Item_542, (Array * __this, int32_t index, UIVertex item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F490, Array_InternalArray__set_Item_542__MethodInfo); DO_APP_FUNC(0x00D9E4A0, void, Array_InternalArray__set_Item_543, (Array * __this, int32_t index, uint16_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F4A0, Array_InternalArray__set_Item_543__MethodInfo); DO_APP_FUNC(0x00D9E5F0, void, Array_InternalArray__set_Item_544, (Array * __this, int32_t index, UInt16Enum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F480, Array_InternalArray__set_Item_544__MethodInfo); DO_APP_FUNC(0x00D9E740, void, Array_InternalArray__set_Item_545, (Array * __this, int32_t index, uint32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F468, Array_InternalArray__set_Item_545__MethodInfo); DO_APP_FUNC(0x00D9E890, void, Array_InternalArray__set_Item_546, (Array * __this, int32_t index, UInt32Enum__Enum item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F458, Array_InternalArray__set_Item_546__MethodInfo); DO_APP_FUNC(0x00D9E9E0, void, Array_InternalArray__set_Item_547, (Array * __this, int32_t index, uint64_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F460, Array_InternalArray__set_Item_547__MethodInfo); DO_APP_FUNC(0x00D9EB30, void, Array_InternalArray__set_Item_548, (Array * __this, int32_t index, UVTexture item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F450, Array_InternalArray__set_Item_548__MethodInfo); DO_APP_FUNC(0x00D9EC90, void, Array_InternalArray__set_Item_549, (Array * __this, int32_t index, UdpChannelName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F448, Array_InternalArray__set_Item_549__MethodInfo); DO_APP_FUNC(0x00D9EDF0, void, Array_InternalArray__set_Item_550, (Array * __this, int32_t index, UdpEndPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F430, Array_InternalArray__set_Item_550__MethodInfo); DO_APP_FUNC(0x00D9EF60, void, Array_InternalArray__set_Item_551, (Array * __this, int32_t index, UdpEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F438, Array_InternalArray__set_Item_551__MethodInfo); DO_APP_FUNC(0x00D9F0C0, void, Array_InternalArray__set_Item_552, (Array * __this, int32_t index, UdpIPv4Address item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F418, Array_InternalArray__set_Item_552__MethodInfo); DO_APP_FUNC(0x00D9F210, void, Array_InternalArray__set_Item_553, (Array * __this, int32_t index, UdpPipeHandle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F3E8, Array_InternalArray__set_Item_553__MethodInfo); DO_APP_FUNC(0x00D9F370, void, Array_InternalArray__set_Item_554, (Array * __this, int32_t index, UniqueId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F3C8, Array_InternalArray__set_Item_554__MethodInfo); DO_APP_FUNC(0x00D9F4D0, void, Array_InternalArray__set_Item_555, (Array * __this, int32_t index, UsageHint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F3D0, Array_InternalArray__set_Item_555__MethodInfo); DO_APP_FUNC(0x00D9F620, void, Array_InternalArray__set_Item_556, (Array * __this, int32_t index, User item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F3B8, Array_InternalArray__set_Item_556__MethodInfo); DO_APP_FUNC(0x00D9F790, void, Array_InternalArray__set_Item_557, (Array * __this, int32_t index, ValueWebSocketReceiveResult item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F3A8, Array_InternalArray__set_Item_557__MethodInfo); DO_APP_FUNC(0x00D9F8E0, void, Array_InternalArray__set_Item_558, (Array * __this, int32_t index, Vector2 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F390, Array_InternalArray__set_Item_558__MethodInfo); DO_APP_FUNC(0x00D9FA40, void, Array_InternalArray__set_Item_559, (Array * __this, int32_t index, Vector2Int item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F3A0, Array_InternalArray__set_Item_559__MethodInfo); DO_APP_FUNC(0x00D9FB90, void, Array_InternalArray__set_Item_560, (Array * __this, int32_t index, Vector3 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F388, Array_InternalArray__set_Item_560__MethodInfo); DO_APP_FUNC(0x00D9FCF0, void, Array_InternalArray__set_Item_561, (Array * __this, int32_t index, Vector3Int item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F358, Array_InternalArray__set_Item_561__MethodInfo); DO_APP_FUNC(0x00D9FE50, void, Array_InternalArray__set_Item_562, (Array * __this, int32_t index, Vector3_Array2D item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F320, Array_InternalArray__set_Item_562__MethodInfo); DO_APP_FUNC(0x00D9FFA0, void, Array_InternalArray__set_Item_563, (Array * __this, int32_t index, Vector4 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F340, Array_InternalArray__set_Item_563__MethodInfo); DO_APP_FUNC(0x00DA0100, void, Array_InternalArray__set_Item_564, (Array * __this, int32_t index, VectorImageVertex item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F308, Array_InternalArray__set_Item_564__MethodInfo); DO_APP_FUNC(0x00DA0270, void, Array_InternalArray__set_Item_565, (Array * __this, int32_t index, Vertex item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F2E8, Array_InternalArray__set_Item_565__MethodInfo); DO_APP_FUNC(0x00DA03F0, void, Array_InternalArray__set_Item_566, (Array * __this, int32_t index, VertexAttributeDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F2D8, Array_InternalArray__set_Item_566__MethodInfo); DO_APP_FUNC(0x00DA0550, void, Array_InternalArray__set_Item_567, (Array * __this, int32_t index, ViewConfiguration item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F2E0, Array_InternalArray__set_Item_567__MethodInfo); DO_APP_FUNC(0x00DA06B0, void, Array_InternalArray__set_Item_568, (Array * __this, int32_t index, VoicePacket item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F2C0, Array_InternalArray__set_Item_568__MethodInfo); DO_APP_FUNC(0x00DA0830, void, Array_InternalArray__set_Item_569, (Array * __this, int32_t index, VoxelCell item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F2A0, Array_InternalArray__set_Item_569__MethodInfo); DO_APP_FUNC(0x00DA0980, void, Array_InternalArray__set_Item_570, (Array * __this, int32_t index, VoxelContour item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F268, Array_InternalArray__set_Item_570__MethodInfo); DO_APP_FUNC(0x00DA0AE0, void, Array_InternalArray__set_Item_571, (Array * __this, int32_t index, Win32_IP_ADAPTER_ADDRESSES item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F288, Array_InternalArray__set_Item_571__MethodInfo); DO_APP_FUNC(0x00DA0CA0, void, Array_InternalArray__set_Item_572, (Array * __this, int32_t index, Win32_IP_ADAPTER_INFO item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F250, Array_InternalArray__set_Item_572__MethodInfo); DO_APP_FUNC(0x00DA0E60, void, Array_InternalArray__set_Item_573, (Array * __this, int32_t index, Win32_IP_ADDR_STRING item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F220, Array_InternalArray__set_Item_573__MethodInfo); DO_APP_FUNC(0x00DA0FC0, void, Array_InternalArray__set_Item_574, (Array * __this, int32_t index, WordInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F1F8, Array_InternalArray__set_Item_574__MethodInfo); DO_APP_FUNC(0x00DA1120, void, Array_InternalArray__set_Item_575, (Array * __this, int32_t index, WordWrapState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F218, Array_InternalArray__set_Item_575__MethodInfo); DO_APP_FUNC(0x00DA1320, void, Array_InternalArray__set_Item_576, (Array * __this, int32_t index, X509ChainStatus item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F1F0, Array_InternalArray__set_Item_576__MethodInfo); DO_APP_FUNC(0x00DA1480, void, Array_InternalArray__set_Item_577, (Array * __this, int32_t index, XPathNode item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F1C8, Array_InternalArray__set_Item_577__MethodInfo); DO_APP_FUNC(0x00DA15E0, void, Array_InternalArray__set_Item_578, (Array * __this, int32_t index, XPathNodeRef item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F1A8, Array_InternalArray__set_Item_578__MethodInfo); DO_APP_FUNC(0x00DA1740, void, Array_InternalArray__set_Item_579, (Array * __this, int32_t index, XRAnchor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F1B0, Array_InternalArray__set_Item_579__MethodInfo); DO_APP_FUNC(0x00DA18C0, void, Array_InternalArray__set_Item_580, (Array * __this, int32_t index, XRFeatureDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F1A0, Array_InternalArray__set_Item_580__MethodInfo); DO_APP_FUNC(0x00DA1A20, void, Array_InternalArray__set_Item_581, (Array * __this, int32_t index, XRNodeState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F198, Array_InternalArray__set_Item_581__MethodInfo); DO_APP_FUNC(0x00DA1BB0, void, Array_InternalArray__set_Item_582, (Array * __this, int32_t index, XRRaycast item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F178, Array_InternalArray__set_Item_582__MethodInfo); DO_APP_FUNC(0x00DA1D30, void, Array_InternalArray__set_Item_583, (Array * __this, int32_t index, XmlTagAttribute item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F188, Array_InternalArray__set_Item_583__MethodInfo); DO_APP_FUNC(0x00DA1E90, void, Array_InternalArray__set_Item_584, (Array * __this, int32_t index, aOHEnKCFymegycPegEXPFUjlaUPpA item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F168, Array_InternalArray__set_Item_584__MethodInfo); DO_APP_FUNC(0x00DA1FF0, void, Array_InternalArray__set_Item_585, (Array * __this, int32_t index, aQHgSHeigtcamfIWbNaiXaCiVwuq item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F140, Array_InternalArray__set_Item_585__MethodInfo); DO_APP_FUNC(0x00DA2140, void, Array_InternalArray__set_Item_586, (Array * __this, int32_t index, jvalue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F128, Array_InternalArray__set_Item_586__MethodInfo); DO_APP_FUNC(0x00DA2290, void, Array_InternalArray__set_Item_587, (Array * __this, int32_t index, tSPvxZUJjzaTiAEejeAOLKctGpmKA item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F138, Array_InternalArray__set_Item_587__MethodInfo); DO_APP_FUNC(0x00DA23F0, void, Array_InternalArray__set_Item_588, (Array * __this, int32_t index, yUgrsNEvLzxrXGzkHTUPIBJYGDah item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F118, Array_InternalArray__set_Item_588__MethodInfo); DO_APP_FUNC(0x00DA2550, void, Array_InternalArray__set_Item_589, (Array * __this, int32_t index, AIObjectPool_PreloadedPrefab item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F0F8, Array_InternalArray__set_Item_589__MethodInfo); DO_APP_FUNC(0x00DA26B0, void, Array_InternalArray__set_Item_590, (Array * __this, int32_t index, AdvancedSmooth_Turn item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F0E8, Array_InternalArray__set_Item_590__MethodInfo); DO_APP_FUNC(0x00DA2810, void, Array_InternalArray__set_Item_591, (Array * __this, int32_t index, Agent_VO item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F0F0, Array_InternalArray__set_Item_591__MethodInfo); DO_APP_FUNC(0x00DA29B0, void, Array_InternalArray__set_Item_592, (Array * __this, int32_t index, AnimationOutputWeightProcessor_WeightInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F0E0, Array_InternalArray__set_Item_592__MethodInfo); DO_APP_FUNC(0x00DA2B20, void, Array_InternalArray__set_Item_593, (Array * __this, int32_t index, AstarDebugger_GraphPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F0C8, Array_InternalArray__set_Item_593__MethodInfo); DO_APP_FUNC(0x00DA2C80, void, Array_InternalArray__set_Item_594, (Array * __this, int32_t index, AstarDebugger_PathTypeDebug item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F0B8, Array_InternalArray__set_Item_594__MethodInfo); DO_APP_FUNC(0x00DA2DE0, void, Array_InternalArray__set_Item_595, (Array * __this, int32_t index, AtlasAllocatorDynamic_AtlasNode item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F0C0, Array_InternalArray__set_Item_595__MethodInfo); DO_APP_FUNC(0x00DA2F40, void, Array_InternalArray__set_Item_596, (Array * __this, int32_t index, AttributeCollection_AttributeEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F0B0, Array_InternalArray__set_Item_596__MethodInfo); DO_APP_FUNC(0x00DA30A0, void, Array_InternalArray__set_Item_597, (Array * __this, int32_t index, BBTree_BBTreeBox item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F0A0, Array_InternalArray__set_Item_597__MethodInfo); DO_APP_FUNC(0x00DA3210, void, Array_InternalArray__set_Item_598, (Array * __this, int32_t index, BaseStyleMatcher_MatchContext item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F080, Array_InternalArray__set_Item_598__MethodInfo); DO_APP_FUNC(0x00DA3360, void, Array_InternalArray__set_Item_599, (Array * __this, int32_t index, BeforeRenderHelper_OrderBlock item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F090, Array_InternalArray__set_Item_599__MethodInfo); DO_APP_FUNC(0x00DA34C0, void, Array_InternalArray__set_Item_600, (Array * __this, int32_t index, BinaryHeap_Tuple item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F078, Array_InternalArray__set_Item_600__MethodInfo); DO_APP_FUNC(0x00DA3620, void, Array_InternalArray__set_Item_601, (Array * __this, int32_t index, BitmapAllocator32_Page item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F060, Array_InternalArray__set_Item_601__MethodInfo); DO_APP_FUNC(0x00DA3770, void, Array_InternalArray__set_Item_602, (Array * __this, int32_t index, BloomRenderer_Level item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F040, Array_InternalArray__set_Item_602__MethodInfo); DO_APP_FUNC(0x00DA38C0, void, Array_InternalArray__set_Item_603, (Array * __this, int32_t index, BoltConsole_Line item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F058, Array_InternalArray__set_Item_603__MethodInfo); DO_APP_FUNC(0x00DA3A20, void, Array_InternalArray__set_Item_604, (Array * __this, int32_t index, BoltProtocolTokenRegistry_TokenRegistry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F038, Array_InternalArray__set_Item_604__MethodInfo); DO_APP_FUNC(0x00DA3B80, void, Array_InternalArray__set_Item_605, (Array * __this, int32_t index, CalendricalCalculationsHelper_EphemerisCorrectionAlgorithmMap item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F020, Array_InternalArray__set_Item_605__MethodInfo); DO_APP_FUNC(0x00DA3CD0, void, Array_InternalArray__set_Item_606, (Array * __this, int32_t index, Camera_RenderRequest item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F010, Array_InternalArray__set_Item_606__MethodInfo); DO_APP_FUNC(0x00DA3E30, void, Array_InternalArray__set_Item_607, (Array * __this, int32_t index, CameraState_CustomBlendable item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F018, Array_InternalArray__set_Item_607__MethodInfo); DO_APP_FUNC(0x00DA3F90, void, Array_InternalArray__set_Item_608, (Array * __this, int32_t index, CharacterFootEffects_Foot item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F008, Array_InternalArray__set_Item_608__MethodInfo); DO_APP_FUNC(0x00DA40F0, void, Array_InternalArray__set_Item_609, (Array * __this, int32_t index, CinemachineBlendListCamera_Instruction item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F000, Array_InternalArray__set_Item_609__MethodInfo); DO_APP_FUNC(0x00DA4250, void, Array_InternalArray__set_Item_610, (Array * __this, int32_t index, CinemachineBlenderSettings_CustomBlend item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EFE0, Array_InternalArray__set_Item_610__MethodInfo); DO_APP_FUNC(0x00DA43B0, void, Array_InternalArray__set_Item_611, (Array * __this, int32_t index, CinemachineClearShot_Pair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EFF0, Array_InternalArray__set_Item_611__MethodInfo); DO_APP_FUNC(0x00DA4500, void, Array_InternalArray__set_Item_612, (Array * __this, int32_t index, CinemachineFreeLook_Orbit item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EFD8, Array_InternalArray__set_Item_612__MethodInfo); DO_APP_FUNC(0x00DA4660, void, Array_InternalArray__set_Item_613, (Array * __this, int32_t index, CinemachinePath_Waypoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EFD0, Array_InternalArray__set_Item_613__MethodInfo); DO_APP_FUNC(0x00DA47D0, void, Array_InternalArray__set_Item_614, (Array * __this, int32_t index, CinemachineSmoothPath_Waypoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EFA8, Array_InternalArray__set_Item_614__MethodInfo); DO_APP_FUNC(0x00DA4930, void, Array_InternalArray__set_Item_615, (Array * __this, int32_t index, CinemachineStateDrivenCamera_HashPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EFC0, Array_InternalArray__set_Item_615__MethodInfo); DO_APP_FUNC(0x00DA4A80, void, Array_InternalArray__set_Item_616, (Array * __this, int32_t index, CinemachineStateDrivenCamera_Instruction item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EF98, Array_InternalArray__set_Item_616__MethodInfo); DO_APP_FUNC(0x00DA4BE0, void, Array_InternalArray__set_Item_617, (Array * __this, int32_t index, CinemachineStateDrivenCamera_ParentHash item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EF90, Array_InternalArray__set_Item_617__MethodInfo); DO_APP_FUNC(0x00DA4D30, void, Array_InternalArray__set_Item_618, (Array * __this, int32_t index, CinemachineTargetGroup_Target item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EF68, Array_InternalArray__set_Item_618__MethodInfo); DO_APP_FUNC(0x00DA4E90, void, Array_InternalArray__set_Item_619, (Array * __this, int32_t index, ClipperLib_DoublePoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EF78, Array_InternalArray__set_Item_619__MethodInfo); DO_APP_FUNC(0x00DA4FF0, void, Array_InternalArray__set_Item_620, (Array * __this, int32_t index, ClipperLib_IntPoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EF50, Array_InternalArray__set_Item_620__MethodInfo); DO_APP_FUNC(0x00DA5150, void, Array_InternalArray__set_Item_621, (Array * __this, int32_t index, CodePointIndexer_TableRange item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EF40, Array_InternalArray__set_Item_621__MethodInfo); DO_APP_FUNC(0x00DA52B0, void, Array_InternalArray__set_Item_622, (Array * __this, int32_t index, ComboTimeout_ComboInputElement item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EF20, Array_InternalArray__set_Item_622__MethodInfo); DO_APP_FUNC(0x00DA5410, void, Array_InternalArray__set_Item_623, (Array * __this, int32_t index, ConfinerOven_PolygonSolution item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EF30, Array_InternalArray__set_Item_623__MethodInfo); DO_APP_FUNC(0x00DA5570, void, Array_InternalArray__set_Item_624, (Array * __this, int32_t index, ContentCatalogData_Bucket item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EF10, Array_InternalArray__set_Item_624__MethodInfo); DO_APP_FUNC(0x00DA56D0, void, Array_InternalArray__set_Item_625, (Array * __this, int32_t index, ContextFlagsAdapterPal_ContextFlagMapping item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EEF8, Array_InternalArray__set_Item_625__MethodInfo); DO_APP_FUNC(0x00DA5820, void, Array_InternalArray__set_Item_626, (Array * __this, int32_t index, CookieTokenizer_RecognizedAttribute item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EEC0, Array_InternalArray__set_Item_626__MethodInfo); DO_APP_FUNC(0x00DA5980, void, Array_InternalArray__set_Item_627, (Array * __this, int32_t index, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EEE0, Array_InternalArray__set_Item_627__MethodInfo); DO_APP_FUNC(0x00DA5AE0, void, Array_InternalArray__set_Item_628, (Array * __this, int32_t index, DamageIndicatorMonitor_DamageIndicator item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EEA8, Array_InternalArray__set_Item_628__MethodInfo); DO_APP_FUNC(0x00DA5C60, void, Array_InternalArray__set_Item_629, (Array * __this, int32_t index, DelayedActionManager_DelegateInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EE90, Array_InternalArray__set_Item_629__MethodInfo); DO_APP_FUNC(0x00DA5DC0, void, Array_InternalArray__set_Item_630, (Array * __this, int32_t index, DynamicResolutionHandler_ScalerContainer item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EE70, Array_InternalArray__set_Item_630__MethodInfo); DO_APP_FUNC(0x00DA5F20, void, Array_InternalArray__set_Item_631, (Array * __this, int32_t index, EventDispatcher_CallbackWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EE80, Array_InternalArray__set_Item_631__MethodInfo); DO_APP_FUNC(0x00DA6080, void, Array_InternalArray__set_Item_632, (Array * __this, int32_t index, EventDispatcher_EventListener item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EE60, Array_InternalArray__set_Item_632__MethodInfo); DO_APP_FUNC(0x00DA61E0, void, Array_InternalArray__set_Item_633, (Array * __this, int32_t index, EventDispatcher_DispatchContext item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EE48, Array_InternalArray__set_Item_633__MethodInfo); DO_APP_FUNC(0x00DA6340, void, Array_InternalArray__set_Item_634, (Array * __this, int32_t index, EventDispatcher_EventRecord item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EE10, Array_InternalArray__set_Item_634__MethodInfo); DO_APP_FUNC(0x00DA64A0, void, Array_InternalArray__set_Item_635, (Array * __this, int32_t index, EventQueue_NetworkEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EE30, Array_InternalArray__set_Item_635__MethodInfo); DO_APP_FUNC(0x00DA6660, void, Array_InternalArray__set_Item_636, (Array * __this, int32_t index, EventReliableRecvBuffer_Node item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EE08, Array_InternalArray__set_Item_636__MethodInfo); DO_APP_FUNC(0x00DA67C0, void, Array_InternalArray__set_Item_637, (Array * __this, int32_t index, EventReliableSendBuffer_Node item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EDF0, Array_InternalArray__set_Item_637__MethodInfo); DO_APP_FUNC(0x00DA6920, void, Array_InternalArray__set_Item_638, (Array * __this, int32_t index, FocusController_FocusedElement item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EDD0, Array_InternalArray__set_Item_638__MethodInfo); DO_APP_FUNC(0x00DA6A80, void, Array_InternalArray__set_Item_639, (Array * __this, int32_t index, Funnel_PathPart item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EDD8, Array_InternalArray__set_Item_639__MethodInfo); DO_APP_FUNC(0x00DA6BF0, void, Array_InternalArray__set_Item_640, (Array * __this, int32_t index, GetRandomAvailablePerch_RandomPerch item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EDB8, Array_InternalArray__set_Item_640__MethodInfo); DO_APP_FUNC(0x00DA6D50, void, Array_InternalArray__set_Item_641, (Array * __this, int32_t index, GraphUpdateProcessor_GUOSingle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EDA8, Array_InternalArray__set_Item_641__MethodInfo); DO_APP_FUNC(0x00DA6EB0, void, Array_InternalArray__set_Item_642, (Array * __this, int32_t index, HID_HIDCollectionDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6ED90, Array_InternalArray__set_Item_642__MethodInfo); DO_APP_FUNC(0x00DA7010, void, Array_InternalArray__set_Item_643, (Array * __this, int32_t index, HID_HIDElementDescriptor item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6ED98, Array_InternalArray__set_Item_643__MethodInfo); DO_APP_FUNC(0x00DA7190, void, Array_InternalArray__set_Item_644, (Array * __this, int32_t index, HIDParser_HIDReportData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6ED88, Array_InternalArray__set_Item_644__MethodInfo); DO_APP_FUNC(0x00DA72F0, void, Array_InternalArray__set_Item_645, (Array * __this, int32_t index, HIDSupport_HIDPageUsage item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6ED70, Array_InternalArray__set_Item_645__MethodInfo); DO_APP_FUNC(0x00DA7440, void, Array_InternalArray__set_Item_646, (Array * __this, int32_t index, HIDTouchpad_TouchData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6ED50, Array_InternalArray__set_Item_646__MethodInfo); DO_APP_FUNC(0x00DA75B0, void, Array_InternalArray__set_Item_647, (Array * __this, int32_t index, HairDesignerColliderBase_DualSphere item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6ED68, Array_InternalArray__set_Item_647__MethodInfo); DO_APP_FUNC(0x00DA7720, void, Array_InternalArray__set_Item_648, (Array * __this, int32_t index, HairDesignerGeneratorAdvancedFurBase_DualSphereCollider item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6ED40, Array_InternalArray__set_Item_648__MethodInfo); DO_APP_FUNC(0x00DA7880, void, Array_InternalArray__set_Item_649, (Array * __this, int32_t index, HairDesignerGeneratorAdvancedFurBase_SkinData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6ED28, Array_InternalArray__set_Item_649__MethodInfo); DO_APP_FUNC(0x00DA79E0, void, Array_InternalArray__set_Item_650, (Array * __this, int32_t index, HairDesignerGeneratorFurShellBase_BufferData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6ED10, Array_InternalArray__set_Item_650__MethodInfo); DO_APP_FUNC(0x00DA7B30, void, Array_InternalArray__set_Item_651, (Array * __this, int32_t index, HairDesignerGeneratorFurShellBase_SkinData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6ED20, Array_InternalArray__set_Item_651__MethodInfo); DO_APP_FUNC(0x00DA7C90, void, Array_InternalArray__set_Item_652, (Array * __this, int32_t index, Hammersley_Hammersley2dSeq16 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6ED08, Array_InternalArray__set_Item_652__MethodInfo); DO_APP_FUNC(0x00DA7E50, void, Array_InternalArray__set_Item_653, (Array * __this, int32_t index, Hammersley_Hammersley2dSeq256 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6ECF0, Array_InternalArray__set_Item_653__MethodInfo); DO_APP_FUNC(0x00DA7FE0, void, Array_InternalArray__set_Item_654, (Array * __this, int32_t index, Hammersley_Hammersley2dSeq32 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6ECD8, Array_InternalArray__set_Item_654__MethodInfo); DO_APP_FUNC(0x00DA81A0, void, Array_InternalArray__set_Item_655, (Array * __this, int32_t index, Hammersley_Hammersley2dSeq64 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6ECE0, Array_InternalArray__set_Item_655__MethodInfo); DO_APP_FUNC(0x00DA8360, void, Array_InternalArray__set_Item_656, (Array * __this, int32_t index, Hashtable_bucket item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6ECD0, Array_InternalArray__set_Item_656__MethodInfo); DO_APP_FUNC(0x00DA84C0, void, Array_InternalArray__set_Item_657, (Array * __this, int32_t index, HeadingTracker_Item item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6ECB0, Array_InternalArray__set_Item_657__MethodInfo); DO_APP_FUNC(0x00DA8620, void, Array_InternalArray__set_Item_658, (Array * __this, int32_t index, HealthFlashMonitor_Flash item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EC90, Array_InternalArray__set_Item_658__MethodInfo); DO_APP_FUNC(0x00DA8790, void, Array_InternalArray__set_Item_659, (Array * __this, int32_t index, HebrewNumber_HebrewValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EC98, Array_InternalArray__set_Item_659__MethodInfo); DO_APP_FUNC(0x00DA88E0, void, Array_InternalArray__set_Item_660, (Array * __this, int32_t index, InputActionMap_BindingJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EC88, Array_InternalArray__set_Item_660__MethodInfo); DO_APP_FUNC(0x00DA8A50, void, Array_InternalArray__set_Item_661, (Array * __this, int32_t index, InputActionMap_BindingOverrideJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EC68, Array_InternalArray__set_Item_661__MethodInfo); DO_APP_FUNC(0x00DA8BC0, void, Array_InternalArray__set_Item_662, (Array * __this, int32_t index, InputActionMap_ReadActionJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EC40, Array_InternalArray__set_Item_662__MethodInfo); DO_APP_FUNC(0x00DA8D40, void, Array_InternalArray__set_Item_663, (Array * __this, int32_t index, InputActionMap_ReadMapJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EC60, Array_InternalArray__set_Item_663__MethodInfo); DO_APP_FUNC(0x00DA8EA0, void, Array_InternalArray__set_Item_664, (Array * __this, int32_t index, InputActionMap_WriteActionJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EC38, Array_InternalArray__set_Item_664__MethodInfo); DO_APP_FUNC(0x00DA9020, void, Array_InternalArray__set_Item_665, (Array * __this, int32_t index, InputActionMap_WriteMapJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EC28, Array_InternalArray__set_Item_665__MethodInfo); DO_APP_FUNC(0x00DA9180, void, Array_InternalArray__set_Item_666, (Array * __this, int32_t index, InputActionRebindingExtensions_Parameter item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EC10, Array_InternalArray__set_Item_666__MethodInfo); DO_APP_FUNC(0x00DA92E0, void, Array_InternalArray__set_Item_667, (Array * __this, int32_t index, InputActionRebindingExtensions_ParameterOverride item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EC18, Array_InternalArray__set_Item_667__MethodInfo); DO_APP_FUNC(0x00DA9490, void, Array_InternalArray__set_Item_668, (Array * __this, int32_t index, InputActionTrace_ActionEventPtr item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EC08, Array_InternalArray__set_Item_668__MethodInfo); DO_APP_FUNC(0x00DA95F0, void, Array_InternalArray__set_Item_669, (Array * __this, int32_t index, InputBindingCompositeContext_PartBinding item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EC00, Array_InternalArray__set_Item_669__MethodInfo); DO_APP_FUNC(0x00DA9750, void, Array_InternalArray__set_Item_670, (Array * __this, int32_t index, InputControlLayout_ControlItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EBE8, Array_InternalArray__set_Item_670__MethodInfo); DO_APP_FUNC(0x00DA9930, void, Array_InternalArray__set_Item_671, (Array * __this, int32_t index, InputControlPath_ParsedPathComponent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EBF8, Array_InternalArray__set_Item_671__MethodInfo); DO_APP_FUNC(0x00DA9AB0, void, Array_InternalArray__set_Item_672, (Array * __this, int32_t index, InputControlScheme_DeviceRequirement item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EBD8, Array_InternalArray__set_Item_672__MethodInfo); DO_APP_FUNC(0x00DA9C10, void, Array_InternalArray__set_Item_673, (Array * __this, int32_t index, InputControlScheme_SchemeJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EBC8, Array_InternalArray__set_Item_673__MethodInfo); DO_APP_FUNC(0x00DA9D70, void, Array_InternalArray__set_Item_674, (Array * __this, int32_t index, InputDevice_ControlBitRangeNode item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EBA8, Array_InternalArray__set_Item_674__MethodInfo); DO_APP_FUNC(0x00DA9EE0, void, Array_InternalArray__set_Item_675, (Array * __this, int32_t index, InputEventTrace_DeviceInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EBC0, Array_InternalArray__set_Item_675__MethodInfo); DO_APP_FUNC(0x00DAA040, void, Array_InternalArray__set_Item_676, (Array * __this, int32_t index, InputManager_AvailableDevice item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EB90, Array_InternalArray__set_Item_676__MethodInfo); DO_APP_FUNC(0x00DAA1B0, void, Array_InternalArray__set_Item_677, (Array * __this, int32_t index, InputManager_StateChangeMonitorListener item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EB80, Array_InternalArray__set_Item_677__MethodInfo); DO_APP_FUNC(0x00DAA310, void, Array_InternalArray__set_Item_678, (Array * __this, int32_t index, InputManager_StateChangeMonitorTimeout item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EB68, Array_InternalArray__set_Item_678__MethodInfo); DO_APP_FUNC(0x00DAA480, void, Array_InternalArray__set_Item_679, (Array * __this, int32_t index, InputManager_StateChangeMonitorsForDevice item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EB78, Array_InternalArray__set_Item_679__MethodInfo); DO_APP_FUNC(0x00DAA600, void, Array_InternalArray__set_Item_680, (Array * __this, int32_t index, InputRemoting_RemoteInputDevice item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EB60, Array_InternalArray__set_Item_680__MethodInfo); DO_APP_FUNC(0x00DAA770, void, Array_InternalArray__set_Item_681, (Array * __this, int32_t index, InputRemoting_RemoteSender item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6EB40, Array_InternalArray__set_Item_681__MethodInfo); DO_APP_FUNC(0x00DAA8D0, void, Array_InternalArray__set_Item_682, (Array * __this, int32_t index, InputStateHistory_Record item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72038, Array_InternalArray__set_Item_682__MethodInfo); DO_APP_FUNC(0x00DAAA30, void, Array_InternalArray__set_Item_683, (Array * __this, int32_t index, InputSystemUIInputModule_InputActionReferenceState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72008, Array_InternalArray__set_Item_683__MethodInfo); DO_APP_FUNC(0x00DAAB80, void, Array_InternalArray__set_Item_684, (Array * __this, int32_t index, InputUser_OngoingAccountSelection item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72028, Array_InternalArray__set_Item_684__MethodInfo); DO_APP_FUNC(0x00DAACE0, void, Array_InternalArray__set_Item_685, (Array * __this, int32_t index, InputUser_UserData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71FF8, Array_InternalArray__set_Item_685__MethodInfo); DO_APP_FUNC(0x00DAAEC0, void, Array_InternalArray__set_Item_686, (Array * __this, int32_t index, InternalTreeView_TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71FF0, Array_InternalArray__set_Item_686__MethodInfo); DO_APP_FUNC(0x00DAB020, void, Array_InternalArray__set_Item_687, (Array * __this, int32_t index, JSONDeserialization_TaskField item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71FE0, Array_InternalArray__set_Item_687__MethodInfo); DO_APP_FUNC(0x00DAB180, void, Array_InternalArray__set_Item_688, (Array * __this, int32_t index, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71FE8, Array_InternalArray__set_Item_688__MethodInfo); DO_APP_FUNC(0x00DAB2E0, void, Array_InternalArray__set_Item_689, (Array * __this, int32_t index, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71FD8, Array_InternalArray__set_Item_689__MethodInfo); DO_APP_FUNC(0x00DAB460, void, Array_InternalArray__set_Item_690, (Array * __this, int32_t index, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71FC8, Array_InternalArray__set_Item_690__MethodInfo); DO_APP_FUNC(0x00DAB5C0, void, Array_InternalArray__set_Item_691, (Array * __this, int32_t index, JsonParser_JsonValue item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71FA0, Array_InternalArray__set_Item_691__MethodInfo); DO_APP_FUNC(0x00DAB740, void, Array_InternalArray__set_Item_692, (Array * __this, int32_t index, LayerGridGraph_HeightSample item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71FB8, Array_InternalArray__set_Item_692__MethodInfo); DO_APP_FUNC(0x00DAB8B0, void, Array_InternalArray__set_Item_693, (Array * __this, int32_t index, Logs_LogMessage_1 item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71F90, Array_InternalArray__set_Item_693__MethodInfo); DO_APP_FUNC(0x00DABA10, void, Array_InternalArray__set_Item_694, (Array * __this, int32_t index, Logs_LogMessage item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71F78, Array_InternalArray__set_Item_694__MethodInfo); DO_APP_FUNC(0x00DABB70, void, Array_InternalArray__set_Item_695, (Array * __this, int32_t index, MagicLightProbes_VolumeParameters item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71F60, Array_InternalArray__set_Item_695__MethodInfo); DO_APP_FUNC(0x00DABCE0, void, Array_InternalArray__set_Item_696, (Array * __this, int32_t index, MailHeaderInfo_HeaderInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71F68, Array_InternalArray__set_Item_696__MethodInfo); DO_APP_FUNC(0x00DABE40, void, Array_InternalArray__set_Item_697, (Array * __this, int32_t index, MemberRelationshipService_RelationshipEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71F48, Array_InternalArray__set_Item_697__MethodInfo); DO_APP_FUNC(0x00DABFA0, void, Array_InternalArray__set_Item_698, (Array * __this, int32_t index, MemoryHelpers_BitRegion item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71F38, Array_InternalArray__set_Item_698__MethodInfo); DO_APP_FUNC(0x00DAC0F0, void, Array_InternalArray__set_Item_699, (Array * __this, int32_t index, MotionSolver_GPUNodeData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71F18, Array_InternalArray__set_Item_699__MethodInfo); DO_APP_FUNC(0x00DAC260, void, Array_InternalArray__set_Item_700, (Array * __this, int32_t index, MotionSolver_GPUNodeInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71F30, Array_InternalArray__set_Item_700__MethodInfo); DO_APP_FUNC(0x00DAC3D0, void, Array_InternalArray__set_Item_701, (Array * __this, int32_t index, MotionSolver_GPURootTransform item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71F10, Array_InternalArray__set_Item_701__MethodInfo); DO_APP_FUNC(0x00DAC5A0, void, Array_InternalArray__set_Item_702, (Array * __this, int32_t index, MovingPlatform_Waypoint item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71F08, Array_InternalArray__set_Item_702__MethodInfo); DO_APP_FUNC(0x00DAC700, void, Array_InternalArray__set_Item_703, (Array * __this, int32_t index, NightmareStyling_WallMaterial item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71EF0, Array_InternalArray__set_Item_703__MethodInfo); DO_APP_FUNC(0x00DAC860, void, Array_InternalArray__set_Item_704, (Array * __this, int32_t index, NoiseSettings_TransformNoiseParams item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71EF8, Array_InternalArray__set_Item_704__MethodInfo); DO_APP_FUNC(0x00DAC9D0, void, Array_InternalArray__set_Item_705, (Array * __this, int32_t index, NolanBehaviour_OverlappedCollider item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71EE0, Array_InternalArray__set_Item_705__MethodInfo); DO_APP_FUNC(0x00DACB30, void, Array_InternalArray__set_Item_706, (Array * __this, int32_t index, ObjectPoolBase_PreloadedPrefab item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71ED0, Array_InternalArray__set_Item_706__MethodInfo); DO_APP_FUNC(0x00DACC90, void, Array_InternalArray__set_Item_707, (Array * __this, int32_t index, OnScreenControl_OnScreenDeviceInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71EB0, Array_InternalArray__set_Item_707__MethodInfo); DO_APP_FUNC(0x00DACE00, void, Array_InternalArray__set_Item_708, (Array * __this, int32_t index, OpenXRInput_SerializedBinding item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71EC0, Array_InternalArray__set_Item_708__MethodInfo); DO_APP_FUNC(0x00DACF60, void, Array_InternalArray__set_Item_709, (Array * __this, int32_t index, PackedPlayModeBuildLogs_RuntimeBuildLog item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71EA8, Array_InternalArray__set_Item_709__MethodInfo); DO_APP_FUNC(0x00DAD0C0, void, Array_InternalArray__set_Item_710, (Array * __this, int32_t index, ParameterizedStrings_FormatParam item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71EA0, Array_InternalArray__set_Item_710__MethodInfo); DO_APP_FUNC(0x00DAD220, void, Array_InternalArray__set_Item_711, (Array * __this, int32_t index, ParticleSystem_Particle item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71E90, Array_InternalArray__set_Item_711__MethodInfo); DO_APP_FUNC(0x00DAD3E0, void, Array_InternalArray__set_Item_712, (Array * __this, int32_t index, PlayerStatsController_Category item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71E98, Array_InternalArray__set_Item_712__MethodInfo); DO_APP_FUNC(0x00DAD540, void, Array_InternalArray__set_Item_713, (Array * __this, int32_t index, PointKDTree_Node item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71E88, Array_InternalArray__set_Item_713__MethodInfo); DO_APP_FUNC(0x00DAD6A0, void, Array_InternalArray__set_Item_714, (Array * __this, int32_t index, PointerDeviceState_PointerLocation item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71E78, Array_InternalArray__set_Item_714__MethodInfo); DO_APP_FUNC(0x00DAD800, void, Array_InternalArray__set_Item_715, (Array * __this, int32_t index, ProbeBrickIndex_Brick item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71E68, Array_InternalArray__set_Item_715__MethodInfo); DO_APP_FUNC(0x00DAD960, void, Array_InternalArray__set_Item_716, (Array * __this, int32_t index, ProbeBrickIndex_BrickMeta item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71E70, Array_InternalArray__set_Item_716__MethodInfo); DO_APP_FUNC(0x00DADAC0, void, Array_InternalArray__set_Item_717, (Array * __this, int32_t index, ProbeBrickIndex_CellIndexUpdateInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71E60, Array_InternalArray__set_Item_717__MethodInfo); DO_APP_FUNC(0x00DADC30, void, Array_InternalArray__set_Item_718, (Array * __this, int32_t index, ProbeBrickIndex_ReservedBrick item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71E58, Array_InternalArray__set_Item_718__MethodInfo); DO_APP_FUNC(0x00DADD90, void, Array_InternalArray__set_Item_719, (Array * __this, int32_t index, ProbeBrickIndex_VoxelMeta item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71E38, Array_InternalArray__set_Item_719__MethodInfo); DO_APP_FUNC(0x00DADEF0, void, Array_InternalArray__set_Item_720, (Array * __this, int32_t index, ProbeBrickPool_BrickChunkAlloc item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71E50, Array_InternalArray__set_Item_720__MethodInfo); DO_APP_FUNC(0x00DAE050, void, Array_InternalArray__set_Item_721, (Array * __this, int32_t index, ProbeReferenceVolume_RegId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71E20, Array_InternalArray__set_Item_721__MethodInfo); DO_APP_FUNC(0x00DAE1A0, void, Array_InternalArray__set_Item_722, (Array * __this, int32_t index, ProbeReferenceVolume_Volume item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71E08, Array_InternalArray__set_Item_722__MethodInfo); DO_APP_FUNC(0x00DAE320, void, Array_InternalArray__set_Item_723, (Array * __this, int32_t index, ProbeVolumePerSceneData_SerializableAssetItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71DF0, Array_InternalArray__set_Item_723__MethodInfo); DO_APP_FUNC(0x00DAE480, void, Array_InternalArray__set_Item_724, (Array * __this, int32_t index, ProbeVolumeSceneData_SerializableBoundItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71DF8, Array_InternalArray__set_Item_724__MethodInfo); DO_APP_FUNC(0x00DAE5E0, void, Array_InternalArray__set_Item_725, (Array * __this, int32_t index, ProbeVolumeSceneData_SerializableHasPVItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71DE8, Array_InternalArray__set_Item_725__MethodInfo); DO_APP_FUNC(0x00DAE740, void, Array_InternalArray__set_Item_726, (Array * __this, int32_t index, ProbeVolumeSceneData_SerializablePVBakeSettings item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71DD8, Array_InternalArray__set_Item_726__MethodInfo); DO_APP_FUNC(0x00DAE8B0, void, Array_InternalArray__set_Item_727, (Array * __this, int32_t index, ProbeVolumeSceneData_SerializablePVProfile item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71DC8, Array_InternalArray__set_Item_727__MethodInfo); DO_APP_FUNC(0x00DAEA10, void, Array_InternalArray__set_Item_728, (Array * __this, int32_t index, ProtocolClient_AckCallback item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71DD0, Array_InternalArray__set_Item_728__MethodInfo); DO_APP_FUNC(0x00DAEB80, void, Array_InternalArray__set_Item_729, (Array * __this, int32_t index, ProtocolClient_MsgHandler item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71DC0, Array_InternalArray__set_Item_729__MethodInfo); DO_APP_FUNC(0x00DAECF0, void, Array_InternalArray__set_Item_730, (Array * __this, int32_t index, RVOQuadtree_Node item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71DB0, Array_InternalArray__set_Item_730__MethodInfo); DO_APP_FUNC(0x00DAEE50, void, Array_InternalArray__set_Item_731, (Array * __this, int32_t index, Regex_CachedCodeEntryKey item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71DA0, Array_InternalArray__set_Item_731__MethodInfo); DO_APP_FUNC(0x00DAEFB0, void, Array_InternalArray__set_Item_732, (Array * __this, int32_t index, RegexCharClass_LowerCaseMapping item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71DA8, Array_InternalArray__set_Item_732__MethodInfo); DO_APP_FUNC(0x00DAF110, void, Array_InternalArray__set_Item_733, (Array * __this, int32_t index, RegexCharClass_SingleRange item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71D98, Array_InternalArray__set_Item_733__MethodInfo); DO_APP_FUNC(0x00DAF260, void, Array_InternalArray__set_Item_734, (Array * __this, int32_t index, RenderChain_RenderNodeData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71D80, Array_InternalArray__set_Item_734__MethodInfo); DO_APP_FUNC(0x00DAF3F0, void, Array_InternalArray__set_Item_735, (Array * __this, int32_t index, RenderGraph_CompiledPassInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71D60, Array_InternalArray__set_Item_735__MethodInfo); DO_APP_FUNC(0x00DAF570, void, Array_InternalArray__set_Item_736, (Array * __this, int32_t index, RenderGraph_CompiledResourceInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71D70, Array_InternalArray__set_Item_736__MethodInfo); DO_APP_FUNC(0x00DAF6D0, void, Array_InternalArray__set_Item_737, (Array * __this, int32_t index, RenderGraphDebugData_PassDebugData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71D48, Array_InternalArray__set_Item_737__MethodInfo); DO_APP_FUNC(0x00DAF830, void, Array_InternalArray__set_Item_738, (Array * __this, int32_t index, RenderGraphDebugData_ResourceDebugData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71D30, Array_InternalArray__set_Item_738__MethodInfo); DO_APP_FUNC(0x00DAF9A0, void, Array_InternalArray__set_Item_739, (Array * __this, int32_t index, ResourceManager_DeferredCallbackRegisterRequest item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71D18, Array_InternalArray__set_Item_739__MethodInfo); DO_APP_FUNC(0x00DAFB00, void, Array_InternalArray__set_Item_740, (Array * __this, int32_t index, RetainedGizmos_MeshWithHash item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71D28, Array_InternalArray__set_Item_740__MethodInfo); DO_APP_FUNC(0x00DAFC60, void, Array_InternalArray__set_Item_741, (Array * __this, int32_t index, SendMouseEvents_HitInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71D10, Array_InternalArray__set_Item_741__MethodInfo); DO_APP_FUNC(0x00DAFDC0, void, Array_InternalArray__set_Item_742, (Array * __this, int32_t index, SequenceNode_SequenceConstructPosContext item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71D08, Array_InternalArray__set_Item_742__MethodInfo); DO_APP_FUNC(0x00DAFF30, void, Array_InternalArray__set_Item_743, (Array * __this, int32_t index, SerializedObject_Field item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71CF0, Array_InternalArray__set_Item_743__MethodInfo); DO_APP_FUNC(0x00DB0090, void, Array_InternalArray__set_Item_744, (Array * __this, int32_t index, SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71D00, Array_InternalArray__set_Item_744__MethodInfo); DO_APP_FUNC(0x00DB01F0, void, Array_InternalArray__set_Item_745, (Array * __this, int32_t index, SlotEquip_ItemDefinitionStateName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71CE8, Array_InternalArray__set_Item_745__MethodInfo); DO_APP_FUNC(0x00DB0350, void, Array_InternalArray__set_Item_746, (Array * __this, int32_t index, Socket_WSABUF item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71CD8, Array_InternalArray__set_Item_746__MethodInfo); DO_APP_FUNC(0x00DB04B0, void, Array_InternalArray__set_Item_747, (Array * __this, int32_t index, StyleComplexSelector_PseudoStateData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71CB0, Array_InternalArray__set_Item_747__MethodInfo); DO_APP_FUNC(0x00DB0600, void, Array_InternalArray__set_Item_748, (Array * __this, int32_t index, StylePropertyAnimationSystem_ElementPropertyPair item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71CD0, Array_InternalArray__set_Item_748__MethodInfo); DO_APP_FUNC(0x00DB0760, void, Array_InternalArray__set_Item_749, (Array * __this, int32_t index, StyleSheet_ImportStruct item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71CA0, Array_InternalArray__set_Item_749__MethodInfo); DO_APP_FUNC(0x00DB08C0, void, Array_InternalArray__set_Item_750, (Array * __this, int32_t index, StyleSheetCache_SheetHandleKey item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71C88, Array_InternalArray__set_Item_750__MethodInfo); DO_APP_FUNC(0x00DB0A10, void, Array_InternalArray__set_Item_751, (Array * __this, int32_t index, StyleVariableResolver_ResolveContext item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71C70, Array_InternalArray__set_Item_751__MethodInfo); DO_APP_FUNC(0x00DB0B70, void, Array_InternalArray__set_Item_752, (Array * __this, int32_t index, TMP_Text_UnicodeChar item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71C80, Array_InternalArray__set_Item_752__MethodInfo); DO_APP_FUNC(0x00DB0CD0, void, Array_InternalArray__set_Item_753, (Array * __this, int32_t index, TemplateAsset_AttributeOverride item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71C68, Array_InternalArray__set_Item_753__MethodInfo); DO_APP_FUNC(0x00DB0E30, void, Array_InternalArray__set_Item_754, (Array * __this, int32_t index, TextPic_IconName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71C48, Array_InternalArray__set_Item_754__MethodInfo); DO_APP_FUNC(0x00DB0F90, void, Array_InternalArray__set_Item_755, (Array * __this, int32_t index, TextResourceManager_FontAssetRef item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71C10, Array_InternalArray__set_Item_755__MethodInfo); DO_APP_FUNC(0x00DB10F0, void, Array_InternalArray__set_Item_756, (Array * __this, int32_t index, TextSettings_FontReferenceMap item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71C30, Array_InternalArray__set_Item_756__MethodInfo); DO_APP_FUNC(0x00DB1250, void, Array_InternalArray__set_Item_757, (Array * __this, int32_t index, TextureBlitter_BlitInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71BF8, Array_InternalArray__set_Item_757__MethodInfo); DO_APP_FUNC(0x00DB13D0, void, Array_InternalArray__set_Item_758, (Array * __this, int32_t index, TexturePacker_JsonArray_Frame item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71BC8, Array_InternalArray__set_Item_758__MethodInfo); DO_APP_FUNC(0x00DB1540, void, Array_InternalArray__set_Item_759, (Array * __this, int32_t index, TextureRegistry_TextureInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71B90, Array_InternalArray__set_Item_759__MethodInfo); DO_APP_FUNC(0x00DB16A0, void, Array_InternalArray__set_Item_760, (Array * __this, int32_t index, TimeNotificationBehaviour_NotificationEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71BB0, Array_InternalArray__set_Item_760__MethodInfo); DO_APP_FUNC(0x00DB1800, void, Array_InternalArray__set_Item_761, (Array * __this, int32_t index, TrackedDeviceRaycaster_RaycastHitData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71B78, Array_InternalArray__set_Item_761__MethodInfo); DO_APP_FUNC(0x00DB1960, void, Array_InternalArray__set_Item_762, (Array * __this, int32_t index, TrackedPoseDriverDataDescription_PoseData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71B48, Array_InternalArray__set_Item_762__MethodInfo); DO_APP_FUNC(0x00DB1AC0, void, Array_InternalArray__set_Item_763, (Array * __this, int32_t index, TreeView_TreeViewItemWrapper item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71B10, Array_InternalArray__set_Item_763__MethodInfo); DO_APP_FUNC(0x00DB1C20, void, Array_InternalArray__set_Item_764, (Array * __this, int32_t index, TreeViewReorderableDragAndDropController_TreeItemState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71B30, Array_InternalArray__set_Item_764__MethodInfo); DO_APP_FUNC(0x00DB1D70, void, Array_InternalArray__set_Item_765, (Array * __this, int32_t index, UIRStylePainter_Entry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71B00, Array_InternalArray__set_Item_765__MethodInfo); DO_APP_FUNC(0x00DB1F00, void, Array_InternalArray__set_Item_766, (Array * __this, int32_t index, UIRenderDevice_AllocToFree item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71AE0, Array_InternalArray__set_Item_766__MethodInfo); DO_APP_FUNC(0x00DB2070, void, Array_InternalArray__set_Item_767, (Array * __this, int32_t index, UIRenderDevice_AllocToUpdate item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71AD0, Array_InternalArray__set_Item_767__MethodInfo); DO_APP_FUNC(0x00DB21F0, void, Array_InternalArray__set_Item_768, (Array * __this, int32_t index, UIRenderDevice_DeviceToFree item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71AD8, Array_InternalArray__set_Item_768__MethodInfo); DO_APP_FUNC(0x00DB2350, void, Array_InternalArray__set_Item_769, (Array * __this, int32_t index, UdpPipe_Ack item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71AC8, Array_InternalArray__set_Item_769__MethodInfo); DO_APP_FUNC(0x00DB24B0, void, Array_InternalArray__set_Item_770, (Array * __this, int32_t index, UmAlQuraCalendar_DateMapping item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71AB0, Array_InternalArray__set_Item_770__MethodInfo); DO_APP_FUNC(0x00DB2610, void, Array_InternalArray__set_Item_771, (Array * __this, int32_t index, UnitySynchronizationContext_WorkRequest item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71A78, Array_InternalArray__set_Item_771__MethodInfo); DO_APP_FUNC(0x00DB2770, void, Array_InternalArray__set_Item_772, (Array * __this, int32_t index, VisualTreeAsset_SlotDefinition item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71A98, Array_InternalArray__set_Item_772__MethodInfo); DO_APP_FUNC(0x00DB28D0, void, Array_InternalArray__set_Item_773, (Array * __this, int32_t index, VisualTreeAsset_SlotUsageEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71A60, Array_InternalArray__set_Item_773__MethodInfo); DO_APP_FUNC(0x00DB2A30, void, Array_InternalArray__set_Item_774, (Array * __this, int32_t index, VisualTreeAsset_UsingEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71A30, Array_InternalArray__set_Item_774__MethodInfo); DO_APP_FUNC(0x00DB2B90, void, Array_InternalArray__set_Item_775, (Array * __this, int32_t index, WetDecalSystem_MaterialBatchId item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71A10, Array_InternalArray__set_Item_775__MethodInfo); DO_APP_FUNC(0x00DB2D40, void, Array_InternalArray__set_Item_776, (Array * __this, int32_t index, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71A18, Array_InternalArray__set_Item_776__MethodInfo); DO_APP_FUNC(0x00DB2E90, void, Array_InternalArray__set_Item_777, (Array * __this, int32_t index, XmlEventCache_XmlEvent item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71A08, Array_InternalArray__set_Item_777__MethodInfo); DO_APP_FUNC(0x00DB3000, void, Array_InternalArray__set_Item_778, (Array * __this, int32_t index, XmlNamespaceManager_NamespaceDeclaration item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C719F8, Array_InternalArray__set_Item_778__MethodInfo); DO_APP_FUNC(0x00DB3160, void, Array_InternalArray__set_Item_779, (Array * __this, int32_t index, XmlSchemaObjectTable_XmlSchemaObjectEntry item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C719E0, Array_InternalArray__set_Item_779__MethodInfo); DO_APP_FUNC(0x00DB32C0, void, Array_InternalArray__set_Item_780, (Array * __this, int32_t index, XmlTextReaderImpl_ParsingState item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C719E8, Array_InternalArray__set_Item_780__MethodInfo); DO_APP_FUNC(0x00DB3470, void, Array_InternalArray__set_Item_781, (Array * __this, int32_t index, XmlTextWriter_Namespace item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C719D8, Array_InternalArray__set_Item_781__MethodInfo); DO_APP_FUNC(0x00DB35D0, void, Array_InternalArray__set_Item_782, (Array * __this, int32_t index, XmlTextWriter_TagInfo item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C719D0, Array_InternalArray__set_Item_782__MethodInfo); DO_APP_FUNC(0x00DB3750, void, Array_InternalArray__set_Item_783, (Array * __this, int32_t index, XmlWellFormedWriter_AttrName item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C719B8, Array_InternalArray__set_Item_783__MethodInfo); DO_APP_FUNC(0x00DB38B0, void, Array_InternalArray__set_Item_784, (Array * __this, int32_t index, XmlWellFormedWriter_ElementScope item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C719C8, Array_InternalArray__set_Item_784__MethodInfo); DO_APP_FUNC(0x00DB3A20, void, Array_InternalArray__set_Item_785, (Array * __this, int32_t index, XmlWellFormedWriter_Namespace item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C719B0, Array_InternalArray__set_Item_785__MethodInfo); DO_APP_FUNC(0x00DB3B80, void, Array_InternalArray__set_Item_786, (Array * __this, int32_t index, ftLightmaps_LightmapAdditionalData item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C719A0, Array_InternalArray__set_Item_786__MethodInfo); DO_APP_FUNC(0x00DB3CE0, void, Array_InternalArray__set_Item_787, (Array * __this, int32_t index, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71978, Array_InternalArray__set_Item_787__MethodInfo); DO_APP_FUNC(0x00DB3E30, void, Array_InternalArray__set_Item_788, (Array * __this, int32_t index, gWxrirpmIhQTmhziZnlXlEwmYtKB_QpfrOmwHesfdZMwAoLXiDrdPqtqG item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71998, Array_InternalArray__set_Item_788__MethodInfo); DO_APP_FUNC(0x00DB3FA0, void, Array_InternalArray__set_Item_789, (Array * __this, int32_t index, gWxrirpmIhQTmhziZnlXlEwmYtKB_vEAqJCAedocGOpCIXmtvTuaaVKZ item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71968, Array_InternalArray__set_Item_789__MethodInfo); DO_APP_FUNC(0x00DB4100, void, Array_InternalArray__set_Item_790, (Array * __this, int32_t index, jlOcQLgjodoHrMnRTMaZoBnVTQkmA_UQNUjWDnDBJiFEZHZdfMIOPkNvdGb item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71940, Array_InternalArray__set_Item_790__MethodInfo); DO_APP_FUNC(0x00DB4260, void, Array_InternalArray__set_Item_791, (Array * __this, int32_t index, DebugUI_Foldout_ContextMenuItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71928, Array_InternalArray__set_Item_791__MethodInfo); DO_APP_FUNC(0x00DB43C0, void, Array_InternalArray__set_Item_792, (Array * __this, int32_t index, Decimal_DecCalc_PowerOvfl item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71930, Array_InternalArray__set_Item_792__MethodInfo); DO_APP_FUNC(0x00DB4520, void, Array_InternalArray__set_Item_793, (Array * __this, int32_t index, FacetsChecker_FacetsCompiler_Map item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71920, Array_InternalArray__set_Item_793__MethodInfo); DO_APP_FUNC(0x00DB4680, void, Array_InternalArray__set_Item_794, (Array * __this, int32_t index, InputControlLayout_Collection_LayoutMatcher item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71900, Array_InternalArray__set_Item_794__MethodInfo); DO_APP_FUNC(0x00DB47E0, void, Array_InternalArray__set_Item_795, (Array * __this, int32_t index, InputControlLayout_Collection_PrecompiledLayout item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C718E0, Array_InternalArray__set_Item_795__MethodInfo); DO_APP_FUNC(0x00DB4940, void, Array_InternalArray__set_Item_796, (Array * __this, int32_t index, InputControlScheme_MatchResult_Match item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C718F0, Array_InternalArray__set_Item_796__MethodInfo); DO_APP_FUNC(0x00DB4AB0, void, Array_InternalArray__set_Item_797, (Array * __this, int32_t index, InputControlScheme_SchemeJson_DeviceJson item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C718D0, Array_InternalArray__set_Item_797__MethodInfo); DO_APP_FUNC(0x00DB4C10, void, Array_InternalArray__set_Item_798, (Array * __this, int32_t index, InputDeviceMatcher_MatcherJson_Capability item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C718A8, Array_InternalArray__set_Item_798__MethodInfo); DO_APP_FUNC(0x00DB4D70, void, Array_InternalArray__set_Item_799, (Array * __this, int32_t index, InstructionList_DebugView_InstructionView item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71888, Array_InternalArray__set_Item_799__MethodInfo); DO_APP_FUNC(0x00DB4ED0, void, Array_InternalArray__set_Item_800, (Array * __this, int32_t index, Interop_SspiCli_SecBuffer item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71898, Array_InternalArray__set_Item_800__MethodInfo); DO_APP_FUNC(0x00DB5030, void, Array_InternalArray__set_Item_801, (Array * __this, int32_t index, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71878, Array_InternalArray__set_Item_801__MethodInfo); DO_APP_FUNC(0x00DB5190, void, Array_InternalArray__set_Item_802, (Array * __this, int32_t index, TargetPositionCache_CacheCurve_Item item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71860, Array_InternalArray__set_Item_802__MethodInfo); DO_APP_FUNC(0x00DB5300, void, Array_InternalArray__set_Item_803, (Array * __this, int32_t index, TargetPositionCache_CacheEntry_RecordingItem item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71840, Array_InternalArray__set_Item_803__MethodInfo); DO_APP_FUNC(0x00DB5470, int32_t, Array_LastIndexOf_3, (Object__Array * array, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71848, Array_LastIndexOf_3__MethodInfo); DO_APP_FUNC(0x00DB5500, int32_t, Array_LastIndexOf_4, (KeyValuePair_2_System_Object_System_Object___Array * array, KeyValuePair_2_System_Object_System_Object_ value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71850, Array_LastIndexOf_4__MethodInfo); DO_APP_FUNC(0x00DB55A0, int32_t, Array_LastIndexOf_5, (Byte__Array * array, uint8_t value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71858, Array_LastIndexOf_5__MethodInfo); DO_APP_FUNC(0x00DB5630, int32_t, Array_LastIndexOf_6, (Int32__Array * array, int32_t value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71818, Array_LastIndexOf_6__MethodInfo); DO_APP_FUNC(0x00DB56C0, int32_t, Array_LastIndexOf_7, (Int32Enum__Enum__Array * array, Int32Enum__Enum value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71820, Array_LastIndexOf_7__MethodInfo); DO_APP_FUNC(0x00DB5750, int32_t, Array_LastIndexOf_8, (Matrix4x4__Array * array, Matrix4x4 value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71830, Array_LastIndexOf_8__MethodInfo); DO_APP_FUNC(0x00DB5800, int32_t, Array_LastIndexOf_9, (Object__Array * array, Object * value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71838, Array_LastIndexOf_9__MethodInfo); DO_APP_FUNC(0x00DB5890, int32_t, Array_LastIndexOf_10, (OriginalMaterialValue__Array * array, OriginalMaterialValue value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C717E8, Array_LastIndexOf_10__MethodInfo); DO_APP_FUNC(0x00DB5940, int32_t, Array_LastIndexOf_11, (Rect__Array * array, Rect value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C717F0, Array_LastIndexOf_11__MethodInfo); DO_APP_FUNC(0x00DB59E0, int32_t, Array_LastIndexOf_12, (TextureId__Array * array, TextureId value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71800, Array_LastIndexOf_12__MethodInfo); DO_APP_FUNC(0x00DB5A70, int32_t, Array_LastIndexOf_13, (Vector2__Array * array, Vector2 value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71810, Array_LastIndexOf_13__MethodInfo); DO_APP_FUNC(0x00DB5B10, int32_t, Array_LastIndexOf_14, (BaseStyleMatcher_MatchContext__Array * array, BaseStyleMatcher_MatchContext value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C717C8, Array_LastIndexOf_14__MethodInfo); DO_APP_FUNC(0x00DB5BA0, int32_t, Array_LastIndexOf_15, (DamageIndicatorMonitor_DamageIndicator__Array * array, DamageIndicatorMonitor_DamageIndicator value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C717D0, Array_LastIndexOf_15__MethodInfo); DO_APP_FUNC(0x00DB5C50, int32_t, Array_LastIndexOf_16, (EventDispatcher_DispatchContext__Array * array, EventDispatcher_DispatchContext value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C717D8, Array_LastIndexOf_16__MethodInfo); DO_APP_FUNC(0x00DB5CF0, int32_t, Array_LastIndexOf_17, (ProbeBrickPool_BrickChunkAlloc__Array * array, ProbeBrickPool_BrickChunkAlloc value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C717E0, Array_LastIndexOf_17__MethodInfo); DO_APP_FUNC(0x00DB5D90, int32_t, Array_LastIndexOf_18, (SequenceNode_SequenceConstructPosContext__Array * array, SequenceNode_SequenceConstructPosContext value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C717A0, Array_LastIndexOf_18__MethodInfo); DO_APP_FUNC(0x00DB5E40, int32_t, Array_LastIndexOf_19, (StyleVariableResolver_ResolveContext__Array * array, StyleVariableResolver_ResolveContext value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C717A8, Array_LastIndexOf_19__MethodInfo); DO_APP_FUNC(0x00DB5EE0, int32_t, Array_LastIndexOf_20, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * array, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C717B8, Array_LastIndexOf_20__MethodInfo); DO_APP_FUNC(0x00DB6170, int32_t, Array_LastIndexOf_21, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * array, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71788, Array_LastIndexOf_21__MethodInfo); DO_APP_FUNC(0x00DB6400, int32_t, Array_LastIndexOf_22, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * array, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71790, Array_LastIndexOf_22__MethodInfo); DO_APP_FUNC(0x00DB6690, int32_t, Array_LastIndexOf_23, (KeyValuePair_2_System_Object_System_Object___Array * array, KeyValuePair_2_System_Object_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71798, Array_LastIndexOf_23__MethodInfo); DO_APP_FUNC(0x00DB6920, int32_t, Array_LastIndexOf_24, (Byte__Array * array, uint8_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71760, Array_LastIndexOf_24__MethodInfo); DO_APP_FUNC(0x00DB6BA0, int32_t, Array_LastIndexOf_25, (Int32__Array * array, int32_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71768, Array_LastIndexOf_25__MethodInfo); DO_APP_FUNC(0x00DB6E20, int32_t, Array_LastIndexOf_26, (Int32Enum__Enum__Array * array, Int32Enum__Enum value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71770, Array_LastIndexOf_26__MethodInfo); DO_APP_FUNC(0x00DB70A0, int32_t, Array_LastIndexOf_27, (Matrix4x4__Array * array, Matrix4x4 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71778, Array_LastIndexOf_27__MethodInfo); DO_APP_FUNC(0x00DB7350, int32_t, Array_LastIndexOf_28, (Object__Array * array, Object * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71738, Array_LastIndexOf_28__MethodInfo); DO_APP_FUNC(0x00DB75D0, int32_t, Array_LastIndexOf_29, (OriginalMaterialValue__Array * array, OriginalMaterialValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71748, Array_LastIndexOf_29__MethodInfo); DO_APP_FUNC(0x00DB7870, int32_t, Array_LastIndexOf_30, (Rect__Array * array, Rect value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71750, Array_LastIndexOf_30__MethodInfo); DO_APP_FUNC(0x00DB7B00, int32_t, Array_LastIndexOf_31, (TextureId__Array * array, TextureId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71758, Array_LastIndexOf_31__MethodInfo); DO_APP_FUNC(0x00DB7D80, int32_t, Array_LastIndexOf_32, (Vector2__Array * array, Vector2 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71710, Array_LastIndexOf_32__MethodInfo); DO_APP_FUNC(0x00DB8000, int32_t, Array_LastIndexOf_33, (BaseStyleMatcher_MatchContext__Array * array, BaseStyleMatcher_MatchContext value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71718, Array_LastIndexOf_33__MethodInfo); DO_APP_FUNC(0x00DB8280, int32_t, Array_LastIndexOf_34, (DamageIndicatorMonitor_DamageIndicator__Array * array, DamageIndicatorMonitor_DamageIndicator value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71720, Array_LastIndexOf_34__MethodInfo); DO_APP_FUNC(0x00DB8530, int32_t, Array_LastIndexOf_35, (EventDispatcher_DispatchContext__Array * array, EventDispatcher_DispatchContext value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71728, Array_LastIndexOf_35__MethodInfo); DO_APP_FUNC(0x00DB87C0, int32_t, Array_LastIndexOf_36, (ProbeBrickPool_BrickChunkAlloc__Array * array, ProbeBrickPool_BrickChunkAlloc value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C716E0, Array_LastIndexOf_36__MethodInfo); DO_APP_FUNC(0x00DB8A50, int32_t, Array_LastIndexOf_37, (SequenceNode_SequenceConstructPosContext__Array * array, SequenceNode_SequenceConstructPosContext value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C716E8, Array_LastIndexOf_37__MethodInfo); DO_APP_FUNC(0x00DB8CF0, int32_t, Array_LastIndexOf_38, (StyleVariableResolver_ResolveContext__Array * array, StyleVariableResolver_ResolveContext value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C716F0, Array_LastIndexOf_38__MethodInfo); DO_APP_FUNC(0x00DB8F80, int32_t, Array_LastIndexOf_39, (gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * array, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71700, Array_LastIndexOf_39__MethodInfo); DO_APP_FUNC(0x00DB9200, int32_t, Array_LastIndexOfImpl, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * array, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00DB9200, int32_t, Array_LastIndexOfImpl_1, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * array, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00DB9290, int32_t, Array_LastIndexOfImpl_2, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * array, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00DB9200, int32_t, Array_LastIndexOfImpl_3, (KeyValuePair_2_System_Object_System_Object___Array * array, KeyValuePair_2_System_Object_System_Object_ value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00DB9330, int32_t, Array_LastIndexOfImpl_4, (Byte__Array * array, uint8_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00DB93B0, int32_t, Array_LastIndexOfImpl_5, (Int32__Array * array, int32_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00DB93B0, int32_t, Array_LastIndexOfImpl_6, (Int32Enum__Enum__Array * array, Int32Enum__Enum value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00DB9430, int32_t, Array_LastIndexOfImpl_7, (Matrix4x4__Array * array, Matrix4x4 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00DB94E0, int32_t, Array_LastIndexOfImpl_8, (Object__Array * array, Object * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00DB9560, int32_t, Array_LastIndexOfImpl_9, (OriginalMaterialValue__Array * array, OriginalMaterialValue value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00DB9200, int32_t, Array_LastIndexOfImpl_10, (Rect__Array * array, Rect value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00DB9610, int32_t, Array_LastIndexOfImpl_11, (TextureId__Array * array, TextureId value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00DB9690, int32_t, Array_LastIndexOfImpl_12, (Vector2__Array * array, Vector2 value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00DB9720, int32_t, Array_LastIndexOfImpl_13, (BaseStyleMatcher_MatchContext__Array * array, BaseStyleMatcher_MatchContext value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00DB97A0, int32_t, Array_LastIndexOfImpl_14, (DamageIndicatorMonitor_DamageIndicator__Array * array, DamageIndicatorMonitor_DamageIndicator value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00DB9200, int32_t, Array_LastIndexOfImpl_15, (EventDispatcher_DispatchContext__Array * array, EventDispatcher_DispatchContext value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00DB9850, int32_t, Array_LastIndexOfImpl_16, (ProbeBrickPool_BrickChunkAlloc__Array * array, ProbeBrickPool_BrickChunkAlloc value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00DB9560, int32_t, Array_LastIndexOfImpl_17, (SequenceNode_SequenceConstructPosContext__Array * array, SequenceNode_SequenceConstructPosContext value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00DB9200, int32_t, Array_LastIndexOfImpl_18, (StyleVariableResolver_ResolveContext__Array * array, StyleVariableResolver_ResolveContext value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00DB9720, int32_t, Array_LastIndexOfImpl_19, (gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * array, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00DB98F0, void, Array_Resize, (StylePropertyAnimationSystem_Values_1_T_EmptyData_Background___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C716B0, Array_Resize__MethodInfo); DO_APP_FUNC(0x00DB9A70, void, Array_Resize_1, (StylePropertyAnimationSystem_Values_1_T_EmptyData_UnityEngine_Color___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C716C0, Array_Resize_1__MethodInfo); DO_APP_FUNC(0x00DB9BF0, void, Array_Resize_2, (StylePropertyAnimationSystem_Values_1_T_EmptyData_FontDefinition___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C716D0, Array_Resize_2__MethodInfo); DO_APP_FUNC(0x00DB9D70, void, Array_Resize_3, (StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Int32___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71688, Array_Resize_3__MethodInfo); DO_APP_FUNC(0x00DB9EF0, void, Array_Resize_4, (StylePropertyAnimationSystem_Values_1_T_EmptyData_Length___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71690, Array_Resize_4__MethodInfo); DO_APP_FUNC(0x00DBA070, void, Array_Resize_5, (StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Object___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71698, Array_Resize_5__MethodInfo); DO_APP_FUNC(0x00DBA1F0, void, Array_Resize_6, (StylePropertyAnimationSystem_Values_1_T_EmptyData_Rotate___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C716A0, Array_Resize_6__MethodInfo); DO_APP_FUNC(0x00DBA370, void, Array_Resize_7, (StylePropertyAnimationSystem_Values_1_T_EmptyData_Scale___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71668, Array_Resize_7__MethodInfo); DO_APP_FUNC(0x00DBA4F0, void, Array_Resize_8, (StylePropertyAnimationSystem_Values_1_T_EmptyData_System_Single___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71670, Array_Resize_8__MethodInfo); DO_APP_FUNC(0x00DBA670, void, Array_Resize_9, (StylePropertyAnimationSystem_Values_1_T_EmptyData_TextShadow___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71678, Array_Resize_9__MethodInfo); DO_APP_FUNC(0x00DBA7F0, void, Array_Resize_10, (StylePropertyAnimationSystem_Values_1_T_EmptyData_TransformOrigin___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71680, Array_Resize_10__MethodInfo); DO_APP_FUNC(0x00DBA970, void, Array_Resize_11, (StylePropertyAnimationSystem_Values_1_T_EmptyData_Translate___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71640, Array_Resize_11__MethodInfo); DO_APP_FUNC(0x00DBAAF0, void, Array_Resize_12, (KeyValuePair_2_System_DateTime_System_UInt32___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71648, Array_Resize_12__MethodInfo); DO_APP_FUNC(0x00DBAC70, void, Array_Resize_13, (KeyValuePair_2_System_Int32_System_Int32___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71658, Array_Resize_13__MethodInfo); DO_APP_FUNC(0x00DBADF0, void, Array_Resize_14, (KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71660, Array_Resize_14__MethodInfo); DO_APP_FUNC(0x00DBAF70, void, Array_Resize_15, (KeyValuePair_2_System_Object_System_Char___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71608, Array_Resize_15__MethodInfo); DO_APP_FUNC(0x00DBB0F0, void, Array_Resize_16, (KeyValuePair_2_System_Object_System_Object___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71618, Array_Resize_16__MethodInfo); DO_APP_FUNC(0x00DBB270, void, Array_Resize_17, (KeyValuePair_2_System_UInt64_System_Object___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71628, Array_Resize_17__MethodInfo); DO_APP_FUNC(0x00DBB3F0, void, Array_Resize_18, (KeyValuePair_2_UnityEngine_Vector3_System_Int32___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71638, Array_Resize_18__MethodInfo); DO_APP_FUNC(0x00DBB570, void, Array_Resize_19, (StylePropertyAnimationSystem_Values_1_T_StyleData_Background___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C715E0, Array_Resize_19__MethodInfo); DO_APP_FUNC(0x00DBB6F0, void, Array_Resize_20, (StylePropertyAnimationSystem_Values_1_T_StyleData_UnityEngine_Color___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C715E8, Array_Resize_20__MethodInfo); DO_APP_FUNC(0x00DBB870, void, Array_Resize_21, (StylePropertyAnimationSystem_Values_1_T_StyleData_FontDefinition___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C715F0, Array_Resize_21__MethodInfo); DO_APP_FUNC(0x00DBB9F0, void, Array_Resize_22, (StylePropertyAnimationSystem_Values_1_T_StyleData_System_Int32___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71600, Array_Resize_22__MethodInfo); DO_APP_FUNC(0x00DBBB70, void, Array_Resize_23, (StylePropertyAnimationSystem_Values_1_T_StyleData_Length___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C715C0, Array_Resize_23__MethodInfo); DO_APP_FUNC(0x00DBBCF0, void, Array_Resize_24, (StylePropertyAnimationSystem_Values_1_T_StyleData_System_Object___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C715C8, Array_Resize_24__MethodInfo); DO_APP_FUNC(0x00DBBE70, void, Array_Resize_25, (StylePropertyAnimationSystem_Values_1_T_StyleData_Rotate___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C715D0, Array_Resize_25__MethodInfo); DO_APP_FUNC(0x00DBBFF0, void, Array_Resize_26, (StylePropertyAnimationSystem_Values_1_T_StyleData_Scale___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C715D8, Array_Resize_26__MethodInfo); DO_APP_FUNC(0x00DBC170, void, Array_Resize_27, (StylePropertyAnimationSystem_Values_1_T_StyleData_System_Single___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71598, Array_Resize_27__MethodInfo); DO_APP_FUNC(0x00DBC2F0, void, Array_Resize_28, (StylePropertyAnimationSystem_Values_1_T_StyleData_TextShadow___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C715A0, Array_Resize_28__MethodInfo); DO_APP_FUNC(0x00DBC470, void, Array_Resize_29, (StylePropertyAnimationSystem_Values_1_T_StyleData_TransformOrigin___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C715B0, Array_Resize_29__MethodInfo); DO_APP_FUNC(0x00DBC5F0, void, Array_Resize_30, (StylePropertyAnimationSystem_Values_1_T_StyleData_Translate___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C715B8, Array_Resize_30__MethodInfo); DO_APP_FUNC(0x00DBC770, void, Array_Resize_31, (StylePropertyAnimationSystem_Values_1_T_TimingData_Background___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71578, Array_Resize_31__MethodInfo); DO_APP_FUNC(0x00DBC8F0, void, Array_Resize_32, (StylePropertyAnimationSystem_Values_1_T_TimingData_UnityEngine_Color___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71580, Array_Resize_32__MethodInfo); DO_APP_FUNC(0x00DBCA70, void, Array_Resize_33, (StylePropertyAnimationSystem_Values_1_T_TimingData_FontDefinition___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71588, Array_Resize_33__MethodInfo); DO_APP_FUNC(0x00DBCBF0, void, Array_Resize_34, (StylePropertyAnimationSystem_Values_1_T_TimingData_System_Int32___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71590, Array_Resize_34__MethodInfo); DO_APP_FUNC(0x00DBCD70, void, Array_Resize_35, (StylePropertyAnimationSystem_Values_1_T_TimingData_Length___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71550, Array_Resize_35__MethodInfo); DO_APP_FUNC(0x00DBCEF0, void, Array_Resize_36, (StylePropertyAnimationSystem_Values_1_T_TimingData_System_Object___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71558, Array_Resize_36__MethodInfo); DO_APP_FUNC(0x00DBD070, void, Array_Resize_37, (StylePropertyAnimationSystem_Values_1_T_TimingData_Rotate___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71560, Array_Resize_37__MethodInfo); DO_APP_FUNC(0x00DBD1F0, void, Array_Resize_38, (StylePropertyAnimationSystem_Values_1_T_TimingData_Scale___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71570, Array_Resize_38__MethodInfo); DO_APP_FUNC(0x00DBD370, void, Array_Resize_39, (StylePropertyAnimationSystem_Values_1_T_TimingData_System_Single___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71530, Array_Resize_39__MethodInfo); DO_APP_FUNC(0x00DBD4F0, void, Array_Resize_40, (StylePropertyAnimationSystem_Values_1_T_TimingData_TextShadow___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71538, Array_Resize_40__MethodInfo); DO_APP_FUNC(0x00DBD670, void, Array_Resize_41, (StylePropertyAnimationSystem_Values_1_T_TimingData_TransformOrigin___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71540, Array_Resize_41__MethodInfo); DO_APP_FUNC(0x00DBD7F0, void, Array_Resize_42, (StylePropertyAnimationSystem_Values_1_T_TimingData_Translate___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71548, Array_Resize_42__MethodInfo); DO_APP_FUNC(0x00DBD970, void, Array_Resize_43, (ValueTuple_2_IntPtr_Object___Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71510, Array_Resize_43__MethodInfo); DO_APP_FUNC(0x00DBDAF0, void, Array_Resize_44, (Background__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71518, Array_Resize_44__MethodInfo); DO_APP_FUNC(0x00DBDC70, void, Array_Resize_45, (Boolean__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71520, Array_Resize_45__MethodInfo); DO_APP_FUNC(0x00DBDDF0, void, Array_Resize_46, (Byte__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3D08, Array_Resize_46__MethodInfo); DO_APP_FUNC(0x00DBDF70, void, Array_Resize_47, (Char__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71528, Array_Resize_47__MethodInfo); DO_APP_FUNC(0x00DBE0F0, void, Array_Resize_48, (Color__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C714F0, Array_Resize_48__MethodInfo); DO_APP_FUNC(0x00DBE270, void, Array_Resize_49, (Color32__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C714F8, Array_Resize_49__MethodInfo); DO_APP_FUNC(0x00DBE3F0, void, Array_Resize_50, (FontDefinition__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71500, Array_Resize_50__MethodInfo); DO_APP_FUNC(0x00DBE570, void, Array_Resize_51, (GCHandle__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71508, Array_Resize_51__MethodInfo); DO_APP_FUNC(0x00DBE6F0, void, Array_Resize_52, (GlyphPairAdjustmentRecord__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C714C8, Array_Resize_52__MethodInfo); DO_APP_FUNC(0x00DBE870, void, Array_Resize_53, (HighlightState__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C714D0, Array_Resize_53__MethodInfo); DO_APP_FUNC(0x00DBE9F0, void, Array_Resize_54, (InputBinding__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C714D8, Array_Resize_54__MethodInfo); DO_APP_FUNC(0x00DBEB70, void, Array_Resize_55, (InputControlScheme__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C714E8, Array_Resize_55__MethodInfo); DO_APP_FUNC(0x00DBECF0, void, Array_Resize_56, (InputUser__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C714A8, Array_Resize_56__MethodInfo); DO_APP_FUNC(0x00DBEE70, void, Array_Resize_57, (Int2__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C714B0, Array_Resize_57__MethodInfo); DO_APP_FUNC(0x00DBEFF0, void, Array_Resize_58, (Int3__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C714B8, Array_Resize_58__MethodInfo); DO_APP_FUNC(0x00DBF170, void, Array_Resize_59, (Int32__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C714C0, Array_Resize_59__MethodInfo); DO_APP_FUNC(0x00DBF2F0, void, Array_Resize_60, (Int32Enum__Enum__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71488, Array_Resize_60__MethodInfo); DO_APP_FUNC(0x00DBF470, void, Array_Resize_61, (InternedString__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71490, Array_Resize_61__MethodInfo); DO_APP_FUNC(0x00DBF5F0, void, Array_Resize_62, (ItemDefinitionAmount__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71498, Array_Resize_62__MethodInfo); DO_APP_FUNC(0x00DBF770, void, Array_Resize_63, (Length__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C714A0, Array_Resize_63__MethodInfo); DO_APP_FUNC(0x00DBF8F0, void, Array_Resize_64, (LinkInfo__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71460, Array_Resize_64__MethodInfo); DO_APP_FUNC(0x00DBFA70, void, Array_Resize_65, (MaterialReference__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71468, Array_Resize_65__MethodInfo); DO_APP_FUNC(0x00DBFBF0, void, Array_Resize_66, (MaterialReference_1__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71470, Array_Resize_66__MethodInfo); DO_APP_FUNC(0x00DBFD70, void, Array_Resize_67, (Matrix4x4__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71478, Array_Resize_67__MethodInfo); DO_APP_FUNC(0x00DBFEF0, void, Array_Resize_68, (MeshInfo__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71438, Array_Resize_68__MethodInfo); DO_APP_FUNC(0x00DC0070, void, Array_Resize_69, (Object__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71440, Array_Resize_69__MethodInfo); DO_APP_FUNC(0x00DC01F0, void, Array_Resize_70, (OriginalMaterialValue__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71448, Array_Resize_70__MethodInfo); DO_APP_FUNC(0x00DC0370, void, Array_Resize_71, (PageInfo__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71458, Array_Resize_71__MethodInfo); DO_APP_FUNC(0x00DC04F0, void, Array_Resize_72, (PointerModel__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71408, Array_Resize_72__MethodInfo); DO_APP_FUNC(0x00DC0670, void, Array_Resize_73, (Rect__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71410, Array_Resize_73__MethodInfo); DO_APP_FUNC(0x00DC07F0, void, Array_Resize_74, (Resolution__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71420, Array_Resize_74__MethodInfo); DO_APP_FUNC(0x00DC0970, void, Array_Resize_75, (Rotate_1__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71428, Array_Resize_75__MethodInfo); DO_APP_FUNC(0x00DC0AF0, void, Array_Resize_76, (Scale__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C713E0, Array_Resize_76__MethodInfo); DO_APP_FUNC(0x00DC0C70, void, Array_Resize_77, (Single__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C592F8, Array_Resize_77__MethodInfo); DO_APP_FUNC(0x00DC0DF0, void, Array_Resize_78, (SpeechSession__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C713F0, Array_Resize_78__MethodInfo); DO_APP_FUNC(0x00DC0F70, void, Array_Resize_79, (Substring__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C713F8, Array_Resize_79__MethodInfo); DO_APP_FUNC(0x00DC10F0, void, Array_Resize_80, (TMP_CharacterInfo__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71400, Array_Resize_80__MethodInfo); DO_APP_FUNC(0x00DC1270, void, Array_Resize_81, (TMP_LinkInfo__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C713B8, Array_Resize_81__MethodInfo); DO_APP_FUNC(0x00DC13F0, void, Array_Resize_82, (TMP_MeshInfo__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C713C0, Array_Resize_82__MethodInfo); DO_APP_FUNC(0x00DC1570, void, Array_Resize_83, (TMP_PageInfo__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C713D0, Array_Resize_83__MethodInfo); DO_APP_FUNC(0x00DC16F0, void, Array_Resize_84, (TMP_WordInfo__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C713D8, Array_Resize_84__MethodInfo); DO_APP_FUNC(0x00DC1870, void, Array_Resize_85, (TextElementInfo__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71398, Array_Resize_85__MethodInfo); DO_APP_FUNC(0x00DC19F0, void, Array_Resize_86, (TextShadow__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C713A0, Array_Resize_86__MethodInfo); DO_APP_FUNC(0x00DC1B70, void, Array_Resize_87, (TextureId__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C713A8, Array_Resize_87__MethodInfo); DO_APP_FUNC(0x00DC1CF0, void, Array_Resize_88, (TransformOrigin__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C713B0, Array_Resize_88__MethodInfo); DO_APP_FUNC(0x00DC1E70, void, Array_Resize_89, (Translate_1__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71378, Array_Resize_89__MethodInfo); DO_APP_FUNC(0x00DC1FF0, void, Array_Resize_90, (UInt16__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71380, Array_Resize_90__MethodInfo); DO_APP_FUNC(0x00DC2170, void, Array_Resize_91, (UInt32__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71388, Array_Resize_91__MethodInfo); DO_APP_FUNC(0x00DC22F0, void, Array_Resize_92, (UInt64__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71390, Array_Resize_92__MethodInfo); DO_APP_FUNC(0x00DC2470, void, Array_Resize_93, (UdpEvent__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71358, Array_Resize_93__MethodInfo); DO_APP_FUNC(0x00DC25F0, void, Array_Resize_94, (Vector2__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71360, Array_Resize_94__MethodInfo); DO_APP_FUNC(0x00DC2770, void, Array_Resize_95, (Vector3__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71368, Array_Resize_95__MethodInfo); DO_APP_FUNC(0x00DC28F0, void, Array_Resize_96, (Vector4__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71370, Array_Resize_96__MethodInfo); DO_APP_FUNC(0x00DC2A70, void, Array_Resize_97, (WordInfo__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71330, Array_Resize_97__MethodInfo); DO_APP_FUNC(0x00DC2BF0, void, Array_Resize_98, (WordWrapState__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71338, Array_Resize_98__MethodInfo); DO_APP_FUNC(0x00DC2D70, void, Array_Resize_99, (BaseStyleMatcher_MatchContext__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71340, Array_Resize_99__MethodInfo); DO_APP_FUNC(0x00DC2EF0, void, Array_Resize_100, (DamageIndicatorMonitor_DamageIndicator__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71350, Array_Resize_100__MethodInfo); DO_APP_FUNC(0x00DC3070, void, Array_Resize_101, (EventDispatcher_DispatchContext__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71310, Array_Resize_101__MethodInfo); DO_APP_FUNC(0x00DC31F0, void, Array_Resize_102, (EventDispatcher_EventRecord__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71318, Array_Resize_102__MethodInfo); DO_APP_FUNC(0x00DC3370, void, Array_Resize_103, (GraphUpdateProcessor_GUOSingle__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71320, Array_Resize_103__MethodInfo); DO_APP_FUNC(0x00DC34F0, void, Array_Resize_104, (InputActionRebindingExtensions_ParameterOverride__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71328, Array_Resize_104__MethodInfo); DO_APP_FUNC(0x00DC3670, void, Array_Resize_105, (InputControlLayout_ControlItem__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C712E0, Array_Resize_105__MethodInfo); DO_APP_FUNC(0x00DC37F0, void, Array_Resize_106, (InputControlScheme_DeviceRequirement__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C712F0, Array_Resize_106__MethodInfo); DO_APP_FUNC(0x00DC3970, void, Array_Resize_107, (InputDevice_ControlBitRangeNode__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71300, Array_Resize_107__MethodInfo); DO_APP_FUNC(0x00DC3AF0, void, Array_Resize_108, (InputEventTrace_DeviceInfo__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71308, Array_Resize_108__MethodInfo); DO_APP_FUNC(0x00DC3C70, void, Array_Resize_109, (InputManager_AvailableDevice__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C712C0, Array_Resize_109__MethodInfo); DO_APP_FUNC(0x00DC3DF0, void, Array_Resize_110, (InputManager_StateChangeMonitorListener__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C712C8, Array_Resize_110__MethodInfo); DO_APP_FUNC(0x00DC3F70, void, Array_Resize_111, (InputManager_StateChangeMonitorTimeout__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C712D0, Array_Resize_111__MethodInfo); DO_APP_FUNC(0x00DC40F0, void, Array_Resize_112, (InputManager_StateChangeMonitorsForDevice__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C712D8, Array_Resize_112__MethodInfo); DO_APP_FUNC(0x00DC4270, void, Array_Resize_113, (InputRemoting_RemoteInputDevice__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C712A0, Array_Resize_113__MethodInfo); DO_APP_FUNC(0x00DC43F0, void, Array_Resize_114, (InputRemoting_RemoteSender__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C712A8, Array_Resize_114__MethodInfo); DO_APP_FUNC(0x00DC4570, void, Array_Resize_115, (InputUser_OngoingAccountSelection__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C712B0, Array_Resize_115__MethodInfo); DO_APP_FUNC(0x00DC46F0, void, Array_Resize_116, (InputUser_UserData__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C712B8, Array_Resize_116__MethodInfo); DO_APP_FUNC(0x00DC4870, void, Array_Resize_117, (MemoryHelpers_BitRegion__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71280, Array_Resize_117__MethodInfo); DO_APP_FUNC(0x00DC49F0, void, Array_Resize_118, (OnScreenControl_OnScreenDeviceInfo__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71288, Array_Resize_118__MethodInfo); DO_APP_FUNC(0x00DC4B70, void, Array_Resize_119, (ProbeBrickPool_BrickChunkAlloc__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71290, Array_Resize_119__MethodInfo); DO_APP_FUNC(0x00DC4CF0, void, Array_Resize_120, (SequenceNode_SequenceConstructPosContext__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71298, Array_Resize_120__MethodInfo); DO_APP_FUNC(0x00DC4E70, void, Array_Resize_121, (StyleVariableResolver_ResolveContext__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71260, Array_Resize_121__MethodInfo); DO_APP_FUNC(0x00DC4FF0, void, Array_Resize_122, (TMP_Text_UnicodeChar__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71268, Array_Resize_122__MethodInfo); DO_APP_FUNC(0x00DC5170, void, Array_Resize_123, (XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71270, Array_Resize_123__MethodInfo); DO_APP_FUNC(0x00DC52F0, void, Array_Resize_124, (InputDeviceMatcher_MatcherJson_Capability__Array * * array, int32_t newSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71278, Array_Resize_124__MethodInfo); DO_APP_FUNC(0x00DC5470, void, Array_Reverse_2, (Byte__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87BA0, Array_Reverse_2__MethodInfo); DO_APP_FUNC(0x00DC54F0, void, Array_Reverse_3, (Char__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0778, Array_Reverse_3__MethodInfo); DO_APP_FUNC(0x00DC5570, void, Array_Reverse_4, (Object__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71250, Array_Reverse_4__MethodInfo); DO_APP_FUNC(0x00DC55F0, void, Array_Reverse_5, (Vector3__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85DF0, Array_Reverse_5__MethodInfo); DO_APP_FUNC(0x00DC5670, void, Array_Reverse_6, (ArraySegment_1_Byte___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71258, Array_Reverse_6__MethodInfo); DO_APP_FUNC(0x00DC58B0, void, Array_Reverse_7, (AsyncOperationHandle_1_System_Object___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71240, Array_Reverse_7__MethodInfo); DO_APP_FUNC(0x00DC5B10, void, Array_Reverse_8, (VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71248, Array_Reverse_8__MethodInfo); DO_APP_FUNC(0x00DC5D90, void, Array_Reverse_9, (IntervalTree_1_T_Entry_System_Object___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71220, Array_Reverse_9__MethodInfo); DO_APP_FUNC(0x00DC6020, void, Array_Reverse_10, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71228, Array_Reverse_10__MethodInfo); DO_APP_FUNC(0x00DC6280, void, Array_Reverse_11, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71230, Array_Reverse_11__MethodInfo); DO_APP_FUNC(0x00DC64C0, void, Array_Reverse_12, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71238, Array_Reverse_12__MethodInfo); DO_APP_FUNC(0x00DC6720, void, Array_Reverse_13, (KeyValuePair_2_System_Guid_System_Object___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71200, Array_Reverse_13__MethodInfo); DO_APP_FUNC(0x00DC69B0, void, Array_Reverse_14, (KeyValuePair_2_System_Int32_System_Int32___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71208, Array_Reverse_14__MethodInfo); DO_APP_FUNC(0x00DC6B40, void, Array_Reverse_15, (KeyValuePair_2_System_Int32_System_Object___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71210, Array_Reverse_15__MethodInfo); DO_APP_FUNC(0x00DC6DA0, void, Array_Reverse_16, (KeyValuePair_2_System_Int32Enum_System_Object___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71218, Array_Reverse_16__MethodInfo); DO_APP_FUNC(0x00DC7000, void, Array_Reverse_17, (KeyValuePair_2_System_Object_System_ArraySegment_1___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C711E0, Array_Reverse_17__MethodInfo); DO_APP_FUNC(0x00DC7270, void, Array_Reverse_18, (KeyValuePair_2_System_Object_System_Char___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C711E8, Array_Reverse_18__MethodInfo); DO_APP_FUNC(0x00DC74B0, void, Array_Reverse_19, (KeyValuePair_2_System_Object_System_Object___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C711F0, Array_Reverse_19__MethodInfo); DO_APP_FUNC(0x00DC76F0, void, Array_Reverse_20, (KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C711F8, Array_Reverse_20__MethodInfo); DO_APP_FUNC(0x00DC7A00, void, Array_Reverse_21, (KeyValuePair_2_UnityEngine_PropertyName_System_Object___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C711A8, Array_Reverse_21__MethodInfo); DO_APP_FUNC(0x00DC7C60, void, Array_Reverse_22, (KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C711B8, Array_Reverse_22__MethodInfo); DO_APP_FUNC(0x00DC7EC0, void, Array_Reverse_23, (KeyValuePair_2_System_UInt16_System_Object___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C711C8, Array_Reverse_23__MethodInfo); DO_APP_FUNC(0x00DC8120, void, Array_Reverse_24, (KeyValuePair_2_System_UInt64_System_Object___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C711D8, Array_Reverse_24__MethodInfo); DO_APP_FUNC(0x00DC8380, void, Array_Reverse_25, (NativeArray_1_System_UInt16___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71188, Array_Reverse_25__MethodInfo); DO_APP_FUNC(0x00DC8510, void, Array_Reverse_26, (NativeArray_1_UnityEngine_UIElements_Vertex___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71190, Array_Reverse_26__MethodInfo); DO_APP_FUNC(0x00DC86A0, void, Array_Reverse_27, (RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71198, Array_Reverse_27__MethodInfo); DO_APP_FUNC(0x00DC88E0, void, Array_Reverse_28, (STuple_2_System_Object_System_Object___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C711A0, Array_Reverse_28__MethodInfo); DO_APP_FUNC(0x00DC8B20, void, Array_Reverse_29, (ValueTuple_2_Int32_Object___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71168, Array_Reverse_29__MethodInfo); DO_APP_FUNC(0x00DC8D80, void, Array_Reverse_30, (ValueTuple_2_Int32_UnityEngine_Vector2Int___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71170, Array_Reverse_30__MethodInfo); DO_APP_FUNC(0x00DC8F20, void, Array_Reverse_31, (ValueTuple_2_Object_ValueTuple_2_Object_Int32___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71178, Array_Reverse_31__MethodInfo); DO_APP_FUNC(0x00DC9190, void, Array_Reverse_32, (ValueTuple_2_Object_Object___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71180, Array_Reverse_32__MethodInfo); DO_APP_FUNC(0x00DC93D0, void, Array_Reverse_33, (ValueTuple_2_UnityEngine_Vector3Int_Object___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71148, Array_Reverse_33__MethodInfo); DO_APP_FUNC(0x00DC9660, void, Array_Reverse_34, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71150, Array_Reverse_34__MethodInfo); DO_APP_FUNC(0x00DC9940, void, Array_Reverse_35, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71158, Array_Reverse_35__MethodInfo); DO_APP_FUNC(0x00DC9BF0, void, Array_Reverse_36, (AnimatorClipInfo__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71160, Array_Reverse_36__MethodInfo); DO_APP_FUNC(0x00DC9D80, void, Array_Reverse_37, (AsyncOperationHandle__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71128, Array_Reverse_37__MethodInfo); DO_APP_FUNC(0x00DC9FF0, void, Array_Reverse_38, (BoltPeer__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71130, Array_Reverse_38__MethodInfo); DO_APP_FUNC(0x00DCA230, void, Array_Reverse_39, (BoltPhysicsHit__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71138, Array_Reverse_39__MethodInfo); DO_APP_FUNC(0x00DCA4C0, void, Array_Reverse_40, (BoneWeight__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71140, Array_Reverse_40__MethodInfo); DO_APP_FUNC(0x00DCA660, void, Array_Reverse_41, (Boolean__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C710F0, Array_Reverse_41__MethodInfo); DO_APP_FUNC(0x00DCA7F0, void, Array_Reverse_42, (Byte__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71100, Array_Reverse_42__MethodInfo); DO_APP_FUNC(0x00DCA980, void, Array_Reverse_43, (CancellationToken__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71110, Array_Reverse_43__MethodInfo); DO_APP_FUNC(0x00DCABC0, void, Array_Reverse_44, (Char__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71120, Array_Reverse_44__MethodInfo); DO_APP_FUNC(0x00DCAD50, void, Array_Reverse_45, (ClientInfo__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C710B0, Array_Reverse_45__MethodInfo); DO_APP_FUNC(0x00DCAFC0, void, Array_Reverse_46, (Color__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C710C0, Array_Reverse_46__MethodInfo); DO_APP_FUNC(0x00DCB150, void, Array_Reverse_47, (Color32__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C710D0, Array_Reverse_47__MethodInfo); DO_APP_FUNC(0x00DCB2E0, void, Array_Reverse_48, (CombineInstance__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C710E0, Array_Reverse_48__MethodInfo); DO_APP_FUNC(0x00DCB560, void, Array_Reverse_49, (ComputedTransitionProperty__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71070, Array_Reverse_49__MethodInfo); DO_APP_FUNC(0x00DCB7F0, void, Array_Reverse_50, (Connection__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71080, Array_Reverse_50__MethodInfo); DO_APP_FUNC(0x00DCBA30, void, Array_Reverse_51, (ControllerPollingInfo__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C71090, Array_Reverse_51__MethodInfo); DO_APP_FUNC(0x00DCBD10, void, Array_Reverse_52, (ControllerTemplateElementTarget__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C710A0, Array_Reverse_52__MethodInfo); DO_APP_FUNC(0x00DCBF50, void, Array_Reverse_53, (CurveSample__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73428, Array_Reverse_53__MethodInfo); DO_APP_FUNC(0x00DCC160, void, Array_Reverse_54, (DateTime__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73430, Array_Reverse_54__MethodInfo); DO_APP_FUNC(0x00DCC2F0, void, Array_Reverse_55, (DateTimeOffset__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73438, Array_Reverse_55__MethodInfo); DO_APP_FUNC(0x00DCC480, void, Array_Reverse_56, (Decimal__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C733F8, Array_Reverse_56__MethodInfo); DO_APP_FUNC(0x00DCC610, void, Array_Reverse_57, (DiagnosticEvent__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73400, Array_Reverse_57__MethodInfo); DO_APP_FUNC(0x00DCC8A0, void, Array_Reverse_58, (Double__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73410, Array_Reverse_58__MethodInfo); DO_APP_FUNC(0x00DCCA30, void, Array_Reverse_59, (EasingFunction__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73418, Array_Reverse_59__MethodInfo); DO_APP_FUNC(0x00DCCBC0, void, Array_Reverse_60, (ElementAssignmentConflictInfo__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C733C0, Array_Reverse_60__MethodInfo); DO_APP_FUNC(0x00DCCD90, void, Array_Reverse_61, (Entitlement__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C733D0, Array_Reverse_61__MethodInfo); DO_APP_FUNC(0x00DCCF40, void, Array_Reverse_62, (EventReliable__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C733E0, Array_Reverse_62__MethodInfo); DO_APP_FUNC(0x00DCD180, void, Array_Reverse_63, (EventUnreliable__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C733F0, Array_Reverse_63__MethodInfo); DO_APP_FUNC(0x00DCD410, void, Array_Reverse_64, (FileStat__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73380, Array_Reverse_64__MethodInfo); DO_APP_FUNC(0x00DCD680, void, Array_Reverse_65, (GlyphPairAdjustmentRecord__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73390, Array_Reverse_65__MethodInfo); DO_APP_FUNC(0x00DCD850, void, Array_Reverse_66, (GlyphRect__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C733A0, Array_Reverse_66__MethodInfo); DO_APP_FUNC(0x00DCD9E0, void, Array_Reverse_67, (Guid__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C733B0, Array_Reverse_67__MethodInfo); DO_APP_FUNC(0x00DCDB70, void, Array_Reverse_68, (InputActionSourceData__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73340, Array_Reverse_68__MethodInfo); DO_APP_FUNC(0x00DCDDE0, void, Array_Reverse_69, (InputBinding__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73350, Array_Reverse_69__MethodInfo); DO_APP_FUNC(0x00DCE140, void, Array_Reverse_70, (InputDevice_1__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73360, Array_Reverse_70__MethodInfo); DO_APP_FUNC(0x00DCE2D0, void, Array_Reverse_71, (InputDeviceDescription__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73370, Array_Reverse_71__MethodInfo); DO_APP_FUNC(0x00DCE590, void, Array_Reverse_72, (InputEventPtr__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73300, Array_Reverse_72__MethodInfo); DO_APP_FUNC(0x00DCE720, void, Array_Reverse_73, (Int16__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73310, Array_Reverse_73__MethodInfo); DO_APP_FUNC(0x00DCE8B0, void, Array_Reverse_74, (Int3__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73320, Array_Reverse_74__MethodInfo); DO_APP_FUNC(0x00DCEA50, void, Array_Reverse_75, (Int32__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73330, Array_Reverse_75__MethodInfo); DO_APP_FUNC(0x00DCEBE0, void, Array_Reverse_76, (Int32Enum__Enum__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C732C0, Array_Reverse_76__MethodInfo); DO_APP_FUNC(0x00DCED70, void, Array_Reverse_77, (Int64__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C732D0, Array_Reverse_77__MethodInfo); DO_APP_FUNC(0x00DCEF00, void, Array_Reverse_78, (IntPoint__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C732E0, Array_Reverse_78__MethodInfo); DO_APP_FUNC(0x00DCF090, void, Array_Reverse_79, (IntRect__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C732F0, Array_Reverse_79__MethodInfo); DO_APP_FUNC(0x00DCF220, void, Array_Reverse_80, (InternedString__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73290, Array_Reverse_80__MethodInfo); DO_APP_FUNC(0x00DCF460, void, Array_Reverse_81, (InterpretedFrameInfo__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C732A0, Array_Reverse_81__MethodInfo); DO_APP_FUNC(0x00DCF6A0, void, Array_Reverse_82, (IntervalTreeNode__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C732A8, Array_Reverse_82__MethodInfo); DO_APP_FUNC(0x00DCF850, void, Array_Reverse_83, (ItemDefinitionAmount__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C732B0, Array_Reverse_83__MethodInfo); DO_APP_FUNC(0x00DCFAC0, void, Array_Reverse_84, (KickedPlayer__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73258, Array_Reverse_84__MethodInfo); DO_APP_FUNC(0x00DCFD20, void, Array_Reverse_85, (LayerMask__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73268, Array_Reverse_85__MethodInfo); DO_APP_FUNC(0x00DCFEB0, void, Array_Reverse_86, (ManipulatorActivationFilter__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73278, Array_Reverse_86__MethodInfo); DO_APP_FUNC(0x00DD0050, void, Array_Reverse_87, (Matrix4x4__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73288, Array_Reverse_87__MethodInfo); DO_APP_FUNC(0x00DD0230, void, Array_Reverse_88, (NameAndParameters__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73218, Array_Reverse_88__MethodInfo); DO_APP_FUNC(0x00DD04A0, void, Array_Reverse_89, (NamedValue__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73228, Array_Reverse_89__MethodInfo); DO_APP_FUNC(0x00DD0710, void, Array_Reverse_90, (NetworkPropertyInfo__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73238, Array_Reverse_90__MethodInfo); DO_APP_FUNC(0x00DD0970, void, Array_Reverse_91, (Object__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73248, Array_Reverse_91__MethodInfo); DO_APP_FUNC(0x00DD0BB0, void, Array_Reverse_92, (ObjectInitializationData__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C731E8, Array_Reverse_92__MethodInfo); DO_APP_FUNC(0x00DD0E40, void, Array_Reverse_93, (OpenChannel__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C731F8, Array_Reverse_93__MethodInfo); DO_APP_FUNC(0x00DD10A0, void, Array_Reverse_94, (PacketStats__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73200, Array_Reverse_94__MethodInfo); DO_APP_FUNC(0x00DD1240, void, Array_Reverse_95, (ParticleCollisionEvent__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73208, Array_Reverse_95__MethodInfo); DO_APP_FUNC(0x00DD13F0, void, Array_Reverse_96, (Playable__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C731C8, Array_Reverse_96__MethodInfo); DO_APP_FUNC(0x00DD1580, void, Array_Reverse_97, (PlayableBinding__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C731D0, Array_Reverse_97__MethodInfo); DO_APP_FUNC(0x00DD17E0, void, Array_Reverse_98, (Priority__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C731D8, Array_Reverse_98__MethodInfo); DO_APP_FUNC(0x00DD1980, void, Array_Reverse_99, (Quaternion__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C731E0, Array_Reverse_99__MethodInfo); DO_APP_FUNC(0x00DD1B10, void, Array_Reverse_100, (RangePositionInfo__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73190, Array_Reverse_100__MethodInfo); DO_APP_FUNC(0x00DD1D50, void, Array_Reverse_101, (RaycastHit__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C731A0, Array_Reverse_101__MethodInfo); DO_APP_FUNC(0x00DD1F20, void, Array_Reverse_102, (RaycastHit2D__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C731B0, Array_Reverse_102__MethodInfo); DO_APP_FUNC(0x00DD20E0, void, Array_Reverse_103, (RaycastResult__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C731C0, Array_Reverse_103__MethodInfo); DO_APP_FUNC(0x00DD23F0, void, Array_Reverse_104, (Rect__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73160, Array_Reverse_104__MethodInfo); DO_APP_FUNC(0x00DD2580, void, Array_Reverse_105, (ReflectionProbeBlendInfo__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73168, Array_Reverse_105__MethodInfo); DO_APP_FUNC(0x00DD27C0, void, Array_Reverse_106, (RemoteChannel__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73170, Array_Reverse_106__MethodInfo); DO_APP_FUNC(0x00DD2A50, void, Array_Reverse_107, (RenderChainTextEntry__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73180, Array_Reverse_107__MethodInfo); DO_APP_FUNC(0x00DD2C90, void, Array_Reverse_108, (RenderTargetIdentifier__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73130, Array_Reverse_108__MethodInfo); DO_APP_FUNC(0x00DD2E40, void, Array_Reverse_109, (RendererList__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73138, Array_Reverse_109__MethodInfo); DO_APP_FUNC(0x00DD2FD0, void, Array_Reverse_110, (RendererListHandle__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73140, Array_Reverse_110__MethodInfo); DO_APP_FUNC(0x00DD3160, void, Array_Reverse_111, (Resolution__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73150, Array_Reverse_111__MethodInfo); DO_APP_FUNC(0x00DD3300, void, Array_Reverse_112, (ResourceHandle__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73110, Array_Reverse_112__MethodInfo); DO_APP_FUNC(0x00DD3490, void, Array_Reverse_113, (RoomMembership__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73118, Array_Reverse_113__MethodInfo); DO_APP_FUNC(0x00DD3700, void, Array_Reverse_114, (RuleMatcher__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73120, Array_Reverse_114__MethodInfo); DO_APP_FUNC(0x00DD3940, void, Array_Reverse_115, (SByte__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73128, Array_Reverse_115__MethodInfo); DO_APP_FUNC(0x00DD3AD0, void, Array_Reverse_116, (SelectorMatchRecord__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C730E8, Array_Reverse_116__MethodInfo); DO_APP_FUNC(0x00DD3D40, void, Array_Reverse_117, (Single__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C730F0, Array_Reverse_117__MethodInfo); DO_APP_FUNC(0x00DD3ED0, void, Array_Reverse_118, (Sku__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C730F8, Array_Reverse_118__MethodInfo); DO_APP_FUNC(0x00DD4180, void, Array_Reverse_119, (SslApplicationProtocol__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73100, Array_Reverse_119__MethodInfo); DO_APP_FUNC(0x00DD43C0, void, Array_Reverse_120, (SteamItemDef_t__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C730B8, Array_Reverse_120__MethodInfo); DO_APP_FUNC(0x00DD4550, void, Array_Reverse_121, (SteamItemDetails_t__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C730C8, Array_Reverse_121__MethodInfo); DO_APP_FUNC(0x00DD46E0, void, Array_Reverse_122, (StylePropertyName__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C730D8, Array_Reverse_122__MethodInfo); DO_APP_FUNC(0x00DD4940, void, Array_Reverse_123, (StylePropertyValue__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C730E0, Array_Reverse_123__MethodInfo); DO_APP_FUNC(0x00DD4B80, void, Array_Reverse_124, (StyleSelectorPart__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73090, Array_Reverse_124__MethodInfo); DO_APP_FUNC(0x00DD4DF0, void, Array_Reverse_125, (StyleSyntaxToken__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73098, Array_Reverse_125__MethodInfo); DO_APP_FUNC(0x00DD5080, void, Array_Reverse_126, (StyleValue__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C730A0, Array_Reverse_126__MethodInfo); DO_APP_FUNC(0x00DD5230, void, Array_Reverse_127, (StyleValueManaged__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C730A8, Array_Reverse_127__MethodInfo); DO_APP_FUNC(0x00DD5490, void, Array_Reverse_128, (StyleVariable__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73070, Array_Reverse_128__MethodInfo); DO_APP_FUNC(0x00DD5700, void, Array_Reverse_129, (SubMeshDescriptor__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73078, Array_Reverse_129__MethodInfo); DO_APP_FUNC(0x00DD58C0, void, Array_Reverse_130, (Substring__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73080, Array_Reverse_130__MethodInfo); DO_APP_FUNC(0x00DD5B00, void, Array_Reverse_131, (TimeSpan__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73088, Array_Reverse_131__MethodInfo); DO_APP_FUNC(0x00DD5C90, void, Array_Reverse_132, (TimeValue__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73048, Array_Reverse_132__MethodInfo); DO_APP_FUNC(0x00DD5E20, void, Array_Reverse_133, (TreeViewItemWrapper__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73050, Array_Reverse_133__MethodInfo); DO_APP_FUNC(0x00DD60B0, void, Array_Reverse_134, (TypeWrapper__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73058, Array_Reverse_134__MethodInfo); DO_APP_FUNC(0x00DD6330, void, Array_Reverse_135, (UICharInfo__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73068, Array_Reverse_135__MethodInfo); DO_APP_FUNC(0x00DD64D0, void, Array_Reverse_136, (UILineInfo__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73020, Array_Reverse_136__MethodInfo); DO_APP_FUNC(0x00DD6660, void, Array_Reverse_137, (UIVertex__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73028, Array_Reverse_137__MethodInfo); DO_APP_FUNC(0x00DD6900, void, Array_Reverse_138, (UInt16__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73030, Array_Reverse_138__MethodInfo); DO_APP_FUNC(0x00DD6A90, void, Array_Reverse_139, (UInt32__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73038, Array_Reverse_139__MethodInfo); DO_APP_FUNC(0x00DD6C20, void, Array_Reverse_140, (UInt64__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72FF8, Array_Reverse_140__MethodInfo); DO_APP_FUNC(0x00DD6DB0, void, Array_Reverse_141, (UVTexture__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73000, Array_Reverse_141__MethodInfo); DO_APP_FUNC(0x00DD7020, void, Array_Reverse_142, (UdpEndPoint__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73008, Array_Reverse_142__MethodInfo); DO_APP_FUNC(0x00DD71D0, void, Array_Reverse_143, (UdpIPv4Address__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73018, Array_Reverse_143__MethodInfo); DO_APP_FUNC(0x00DD7360, void, Array_Reverse_144, (UsageHint__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72FC8, Array_Reverse_144__MethodInfo); DO_APP_FUNC(0x00DD75A0, void, Array_Reverse_145, (User__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72FD8, Array_Reverse_145__MethodInfo); DO_APP_FUNC(0x00DD7850, void, Array_Reverse_146, (Vector2__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72FE0, Array_Reverse_146__MethodInfo); DO_APP_FUNC(0x00DD7A00, void, Array_Reverse_147, (Vector3__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72FE8, Array_Reverse_147__MethodInfo); DO_APP_FUNC(0x00DD7BA0, void, Array_Reverse_148, (Vector4__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72F98, Array_Reverse_148__MethodInfo); DO_APP_FUNC(0x00DD7D30, void, Array_Reverse_149, (VertexAttributeDescriptor__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72FA8, Array_Reverse_149__MethodInfo); DO_APP_FUNC(0x00DD7EC0, void, Array_Reverse_150, (ViewConfiguration__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72FB0, Array_Reverse_150__MethodInfo); DO_APP_FUNC(0x00DD8150, void, Array_Reverse_151, (VoicePacket__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72FB8, Array_Reverse_151__MethodInfo); DO_APP_FUNC(0x00DD8410, void, Array_Reverse_152, (VoxelContour__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72F70, Array_Reverse_152__MethodInfo); DO_APP_FUNC(0x00DD8690, void, Array_Reverse_153, (Win32_IP_ADAPTER_ADDRESSES__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72F78, Array_Reverse_153__MethodInfo); DO_APP_FUNC(0x00DD8AC0, void, Array_Reverse_154, (Win32_IP_ADAPTER_INFO__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72F88, Array_Reverse_154__MethodInfo); DO_APP_FUNC(0x00DD8EB0, void, Array_Reverse_155, (X509ChainStatus__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72F90, Array_Reverse_155__MethodInfo); DO_APP_FUNC(0x00DD9110, void, Array_Reverse_156, (XRFeatureDescriptor__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72F48, Array_Reverse_156__MethodInfo); DO_APP_FUNC(0x00DD9380, void, Array_Reverse_157, (XRNodeState__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72F50, Array_Reverse_157__MethodInfo); DO_APP_FUNC(0x00DD95C0, void, Array_Reverse_158, (AdvancedSmooth_Turn__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72F58, Array_Reverse_158__MethodInfo); DO_APP_FUNC(0x00DD9820, void, Array_Reverse_159, (AnimationOutputWeightProcessor_WeightInfo__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72F68, Array_Reverse_159__MethodInfo); DO_APP_FUNC(0x00DD99D0, void, Array_Reverse_160, (BeforeRenderHelper_OrderBlock__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72F18, Array_Reverse_160__MethodInfo); DO_APP_FUNC(0x00DD9C30, void, Array_Reverse_161, (BitmapAllocator32_Page__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72F28, Array_Reverse_161__MethodInfo); DO_APP_FUNC(0x00DD9DC0, void, Array_Reverse_162, (Camera_RenderRequest__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72F30, Array_Reverse_162__MethodInfo); DO_APP_FUNC(0x00DDA050, void, Array_Reverse_163, (CameraState_CustomBlendable__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72F38, Array_Reverse_163__MethodInfo); DO_APP_FUNC(0x00DDA290, void, Array_Reverse_164, (CinemachineClearShot_Pair__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72EF0, Array_Reverse_164__MethodInfo); DO_APP_FUNC(0x00DDA420, void, Array_Reverse_165, (CinemachineStateDrivenCamera_HashPair__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72EF8, Array_Reverse_165__MethodInfo); DO_APP_FUNC(0x00DDA5B0, void, Array_Reverse_166, (ClipperLib_DoublePoint__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72F00, Array_Reverse_166__MethodInfo); DO_APP_FUNC(0x00DDA740, void, Array_Reverse_167, (ClipperLib_IntPoint__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72F10, Array_Reverse_167__MethodInfo); DO_APP_FUNC(0x00DDA8D0, void, Array_Reverse_168, (ConfinerOven_PolygonSolution__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72ED0, Array_Reverse_168__MethodInfo); DO_APP_FUNC(0x00DDAB10, void, Array_Reverse_169, (CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72ED8, Array_Reverse_169__MethodInfo); DO_APP_FUNC(0x00DDACB0, void, Array_Reverse_170, (DelayedActionManager_DelegateInfo__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72EE0, Array_Reverse_170__MethodInfo); DO_APP_FUNC(0x00DDAF30, void, Array_Reverse_171, (EventDispatcher_CallbackWrapper__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72EE8, Array_Reverse_171__MethodInfo); DO_APP_FUNC(0x00DDB170, void, Array_Reverse_172, (EventDispatcher_EventListener__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72EA0, Array_Reverse_172__MethodInfo); DO_APP_FUNC(0x00DDB3E0, void, Array_Reverse_173, (EventQueue_NetworkEvent__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72EA8, Array_Reverse_173__MethodInfo); DO_APP_FUNC(0x00DDB840, void, Array_Reverse_174, (FocusController_FocusedElement__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72EB8, Array_Reverse_174__MethodInfo); DO_APP_FUNC(0x00DDBA80, void, Array_Reverse_175, (Funnel_PathPart__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72EC0, Array_Reverse_175__MethodInfo); DO_APP_FUNC(0x00DDBC40, void, Array_Reverse_176, (GetRandomAvailablePerch_RandomPerch__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72E80, Array_Reverse_176__MethodInfo); DO_APP_FUNC(0x00DDBEA0, void, Array_Reverse_177, (HID_HIDCollectionDescriptor__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72E88, Array_Reverse_177__MethodInfo); DO_APP_FUNC(0x00DDC050, void, Array_Reverse_178, (HID_HIDElementDescriptor__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72E90, Array_Reverse_178__MethodInfo); DO_APP_FUNC(0x00DDC260, void, Array_Reverse_179, (HIDParser_HIDReportData__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72E98, Array_Reverse_179__MethodInfo); DO_APP_FUNC(0x00DDC400, void, Array_Reverse_180, (HairDesignerGeneratorFurShellBase_BufferData__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72E60, Array_Reverse_180__MethodInfo); DO_APP_FUNC(0x00DDC590, void, Array_Reverse_181, (InputActionMap_BindingOverrideJson__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72E68, Array_Reverse_181__MethodInfo); DO_APP_FUNC(0x00DDC820, void, Array_Reverse_182, (InputControlLayout_ControlItem__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72E70, Array_Reverse_182__MethodInfo); DO_APP_FUNC(0x00DDCC90, void, Array_Reverse_183, (InternalTreeView_TreeViewItemWrapper__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72E78, Array_Reverse_183__MethodInfo); DO_APP_FUNC(0x00DDCEF0, void, Array_Reverse_184, (JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72E30, Array_Reverse_184__MethodInfo); DO_APP_FUNC(0x00DDD150, void, Array_Reverse_185, (JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72E40, Array_Reverse_185__MethodInfo); DO_APP_FUNC(0x00DDD470, void, Array_Reverse_186, (JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72E48, Array_Reverse_186__MethodInfo); DO_APP_FUNC(0x00DDD6D0, void, Array_Reverse_187, (JsonParser_JsonValue__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72E50, Array_Reverse_187__MethodInfo); DO_APP_FUNC(0x00DDDA00, void, Array_Reverse_188, (Logs_LogMessage__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72E08, Array_Reverse_188__MethodInfo); DO_APP_FUNC(0x00DDDC60, void, Array_Reverse_189, (MagicLightProbes_VolumeParameters__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72E18, Array_Reverse_189__MethodInfo); DO_APP_FUNC(0x00DDDE10, void, Array_Reverse_190, (NolanBehaviour_OverlappedCollider__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72E20, Array_Reverse_190__MethodInfo); DO_APP_FUNC(0x00DDE050, void, Array_Reverse_191, (OpenXRInput_SerializedBinding__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72E28, Array_Reverse_191__MethodInfo); DO_APP_FUNC(0x00DDE2B0, void, Array_Reverse_192, (PackedPlayModeBuildLogs_RuntimeBuildLog__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72DD8, Array_Reverse_192__MethodInfo); DO_APP_FUNC(0x00DDE510, void, Array_Reverse_193, (ParticleSystem_Particle__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72DE8, Array_Reverse_193__MethodInfo); DO_APP_FUNC(0x00DDE7F0, void, Array_Reverse_194, (ProbeBrickIndex_Brick__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72DF0, Array_Reverse_194__MethodInfo); DO_APP_FUNC(0x00DDE980, void, Array_Reverse_195, (ProbeBrickIndex_ReservedBrick__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72DF8, Array_Reverse_195__MethodInfo); DO_APP_FUNC(0x00DDEB20, void, Array_Reverse_196, (ProbeBrickIndex_VoxelMeta__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72DB0, Array_Reverse_196__MethodInfo); DO_APP_FUNC(0x00DDED80, void, Array_Reverse_197, (ProbeBrickPool_BrickChunkAlloc__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72DB8, Array_Reverse_197__MethodInfo); DO_APP_FUNC(0x00DDEF20, void, Array_Reverse_198, (ProbeVolumePerSceneData_SerializableAssetItem__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72DC0, Array_Reverse_198__MethodInfo); DO_APP_FUNC(0x00DDF180, void, Array_Reverse_199, (ProbeVolumeSceneData_SerializableBoundItem__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72DD0, Array_Reverse_199__MethodInfo); DO_APP_FUNC(0x00DDF3E0, void, Array_Reverse_200, (ProbeVolumeSceneData_SerializableHasPVItem__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72D88, Array_Reverse_200__MethodInfo); DO_APP_FUNC(0x00DDF620, void, Array_Reverse_201, (ProbeVolumeSceneData_SerializablePVBakeSettings__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72D90, Array_Reverse_201__MethodInfo); DO_APP_FUNC(0x00DDF8B0, void, Array_Reverse_202, (ProbeVolumeSceneData_SerializablePVProfile__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72DA0, Array_Reverse_202__MethodInfo); DO_APP_FUNC(0x00DDFAF0, void, Array_Reverse_203, (RegexCharClass_SingleRange__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72DA8, Array_Reverse_203__MethodInfo); DO_APP_FUNC(0x00DDFC80, void, Array_Reverse_204, (RenderChain_RenderNodeData__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72D60, Array_Reverse_204__MethodInfo); DO_APP_FUNC(0x00DDFFE0, void, Array_Reverse_205, (RenderGraphDebugData_PassDebugData__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72D68, Array_Reverse_205__MethodInfo); DO_APP_FUNC(0x00DE0240, void, Array_Reverse_206, (RenderGraphDebugData_ResourceDebugData__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72D78, Array_Reverse_206__MethodInfo); DO_APP_FUNC(0x00DE04D0, void, Array_Reverse_207, (ResourceManager_DeferredCallbackRegisterRequest__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72D80, Array_Reverse_207__MethodInfo); DO_APP_FUNC(0x00DE0710, void, Array_Reverse_208, (RetainedGizmos_MeshWithHash__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72D38, Array_Reverse_208__MethodInfo); DO_APP_FUNC(0x00DE09A0, void, Array_Reverse_209, (TemplateAsset_AttributeOverride__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72D40, Array_Reverse_209__MethodInfo); DO_APP_FUNC(0x00DE0C10, void, Array_Reverse_210, (TextSettings_FontReferenceMap__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72D48, Array_Reverse_210__MethodInfo); DO_APP_FUNC(0x00DE0E50, void, Array_Reverse_211, (TextureBlitter_BlitInfo__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72D58, Array_Reverse_211__MethodInfo); DO_APP_FUNC(0x00DE1110, void, Array_Reverse_212, (TexturePacker_JsonArray_Frame__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72D08, Array_Reverse_212__MethodInfo); DO_APP_FUNC(0x00DE13D0, void, Array_Reverse_213, (TextureRegistry_TextureInfo__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72D10, Array_Reverse_213__MethodInfo); DO_APP_FUNC(0x00DE1610, void, Array_Reverse_214, (TimeNotificationBehaviour_NotificationEntry__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72D20, Array_Reverse_214__MethodInfo); DO_APP_FUNC(0x00DE18A0, void, Array_Reverse_215, (TrackedDeviceRaycaster_RaycastHitData__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72D28, Array_Reverse_215__MethodInfo); DO_APP_FUNC(0x00DE1B00, void, Array_Reverse_216, (TrackedPoseDriverDataDescription_PoseData__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72CE8, Array_Reverse_216__MethodInfo); DO_APP_FUNC(0x00DE1D40, void, Array_Reverse_217, (TreeView_TreeViewItemWrapper__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72CF8, Array_Reverse_217__MethodInfo); DO_APP_FUNC(0x00DE1FA0, void, Array_Reverse_218, (TreeViewReorderableDragAndDropController_TreeItemState__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72D00, Array_Reverse_218__MethodInfo); DO_APP_FUNC(0x00DE2130, void, Array_Reverse_219, (UIRStylePainter_Entry__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C741B8, Array_Reverse_219__MethodInfo); DO_APP_FUNC(0x00DE24A0, void, Array_Reverse_220, (UIRenderDevice_AllocToFree__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C741C0, Array_Reverse_220__MethodInfo); DO_APP_FUNC(0x00DE2750, void, Array_Reverse_221, (UIRenderDevice_AllocToUpdate__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C741C8, Array_Reverse_221__MethodInfo); DO_APP_FUNC(0x00DE2A70, void, Array_Reverse_222, (UnitySynchronizationContext_WorkRequest__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C741D0, Array_Reverse_222__MethodInfo); DO_APP_FUNC(0x00DE2CE0, void, Array_Reverse_223, (VisualTreeAsset_SlotDefinition__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74198, Array_Reverse_223__MethodInfo); DO_APP_FUNC(0x00DE2F20, void, Array_Reverse_224, (VisualTreeAsset_SlotUsageEntry__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C741A0, Array_Reverse_224__MethodInfo); DO_APP_FUNC(0x00DE3160, void, Array_Reverse_225, (VisualTreeAsset_UsingEntry__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C741A8, Array_Reverse_225__MethodInfo); DO_APP_FUNC(0x00DE33D0, void, Array_Reverse_226, (XmlSchemaObjectTable_XmlSchemaObjectEntry__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C741B0, Array_Reverse_226__MethodInfo); DO_APP_FUNC(0x00DE3610, void, Array_Reverse_227, (ftLightmaps_LightmapAdditionalData__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74178, Array_Reverse_227__MethodInfo); DO_APP_FUNC(0x00DE3870, void, Array_Reverse_228, (gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74180, Array_Reverse_228__MethodInfo); DO_APP_FUNC(0x00DE3A00, void, Array_Reverse_229, (DebugUI_Foldout_ContextMenuItem__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74188, Array_Reverse_229__MethodInfo); DO_APP_FUNC(0x00DE3C40, void, Array_Reverse_230, (InputControlLayout_Collection_LayoutMatcher__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74190, Array_Reverse_230__MethodInfo); DO_APP_FUNC(0x00DE3EB0, void, Array_Reverse_231, (InstructionList_DebugView_InstructionView__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74158, Array_Reverse_231__MethodInfo); DO_APP_FUNC(0x00DE4130, void, Array_Reverse_232, (PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74160, Array_Reverse_232__MethodInfo); DO_APP_FUNC(0x00DE42D0, void, Array_Reverse_233, (TargetPositionCache_CacheCurve_Item__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74168, Array_Reverse_233__MethodInfo); DO_APP_FUNC(0x00DE4480, void, Array_Reverse_234, (TargetPositionCache_CacheEntry_RecordingItem__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74170, Array_Reverse_234__MethodInfo); DO_APP_FUNC(0x00DE4640, void, Array_Sort_8, (Object__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74138, Array_Sort_8__MethodInfo); DO_APP_FUNC(0x00DE46D0, void, Array_Sort_9, (Int32__Array * array, IComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74140, Array_Sort_9__MethodInfo); DO_APP_FUNC(0x00DE4760, void, Array_Sort_10, (Object__Array * array, Comparison_1_Object_ * comparison, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74148, Array_Sort_10__MethodInfo); DO_APP_FUNC(0x00DE4880, void, Array_Sort_11, (Object__Array * array, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74118, Array_Sort_11__MethodInfo); DO_APP_FUNC(0x00DE4910, void, Array_Sort_12, (Object__Array * keys, Object__Array * items, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74128, Array_Sort_12__MethodInfo); DO_APP_FUNC(0x00DE49A0, void, Array_Sort_13, (Single__Array * keys, Object__Array * items, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74130, Array_Sort_13__MethodInfo); DO_APP_FUNC(0x00DE4A30, void, Array_Sort_14, (Object__Array * array, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x00DE4A50, void, Array_Sort_15, (Int32__Array * keys, ValueTuple_2_Object_Int32___Array * items, IComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C740F8, Array_Sort_15__MethodInfo); DO_APP_FUNC(0x00DE4AE0, void, Array_Sort_16, (Object__Array * keys, Object__Array * items, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74100, Array_Sort_16__MethodInfo); DO_APP_FUNC(0x00DE4B70, void, Array_Sort_17, (UInt64__Array * keys, Object__Array * items, IComparer_1_System_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74108, Array_Sort_17__MethodInfo); DO_APP_FUNC(0x00DE4C00, void, Array_Sort_18, (ArraySegment_1_Byte___Array * array, int32_t index, int32_t length, IComparer_1_System_ArraySegment_1_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74110, Array_Sort_18__MethodInfo); DO_APP_FUNC(0x00DE4DF0, void, Array_Sort_19, (AsyncOperationHandle_1_System_Object___Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C740D8, Array_Sort_19__MethodInfo); DO_APP_FUNC(0x00DE4FE0, void, Array_Sort_20, (VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, int32_t index, int32_t length, IComparer_1_Dissonance_Networking_Client_VoiceSender_1_ChannelDelta_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C740E0, Array_Sort_20__MethodInfo); DO_APP_FUNC(0x00DE51D0, void, Array_Sort_21, (IntervalTree_1_T_Entry_System_Object___Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Timeline_IntervalTree_1_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C740E8, Array_Sort_21__MethodInfo); DO_APP_FUNC(0x00DE53C0, void, Array_Sort_22, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object___Array * array, int32_t index, int32_t length, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C740F0, Array_Sort_22__MethodInfo); DO_APP_FUNC(0x00DE55B0, void, Array_Sort_23, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object___Array * array, int32_t index, int32_t length, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__1 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C740B8, Array_Sort_23__MethodInfo); DO_APP_FUNC(0x00DE57A0, void, Array_Sort_24, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___Array * array, int32_t index, int32_t length, IComparer_1_Rewired_Utils_Classes_Data_IndexedDictionary_2_FYbmlMjlIlcwVBLULgBCtKlNpKieb__2 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C740C0, Array_Sort_24__MethodInfo); DO_APP_FUNC(0x00DE5990, void, Array_Sort_25, (KeyValuePair_2_System_Guid_System_Object___Array * array, int32_t index, int32_t length, IComparer_1_KeyValuePair_2_System_Guid_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C740C8, Array_Sort_25__MethodInfo); DO_APP_FUNC(0x00DE5B80, void, Array_Sort_26, (KeyValuePair_2_System_Int32_System_Int32___Array * array, int32_t index, int32_t length, IComparer_1_KeyValuePair_2_System_Int32_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C740D0, Array_Sort_26__MethodInfo); DO_APP_FUNC(0x00DE5D70, void, Array_Sort_27, (KeyValuePair_2_System_Int32_System_Object___Array * array, int32_t index, int32_t length, IComparer_1_KeyValuePair_2_System_Int32_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74098, Array_Sort_27__MethodInfo); DO_APP_FUNC(0x00DE5F60, void, Array_Sort_28, (KeyValuePair_2_System_Int32Enum_System_Object___Array * array, int32_t index, int32_t length, IComparer_1_KeyValuePair_2_System_Int32Enum_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C740A0, Array_Sort_28__MethodInfo); DO_APP_FUNC(0x00DE6150, void, Array_Sort_29, (KeyValuePair_2_System_Object_System_ArraySegment_1___Array * array, int32_t index, int32_t length, IComparer_1_KeyValuePair_2_System_Object_System_ArraySegment_1_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C740A8, Array_Sort_29__MethodInfo); DO_APP_FUNC(0x00DE6340, void, Array_Sort_30, (KeyValuePair_2_System_Object_System_Char___Array * array, int32_t index, int32_t length, IComparer_1_KeyValuePair_2_System_Object_System_Char_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C740B0, Array_Sort_30__MethodInfo); DO_APP_FUNC(0x00DE6530, void, Array_Sort_31, (KeyValuePair_2_System_Object_System_Object___Array * array, int32_t index, int32_t length, IComparer_1_KeyValuePair_2_System_Object_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74078, Array_Sort_31__MethodInfo); DO_APP_FUNC(0x00DE6720, void, Array_Sort_32, (KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue___Array * array, int32_t index, int32_t length, IComparer_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74080, Array_Sort_32__MethodInfo); DO_APP_FUNC(0x00DE6910, void, Array_Sort_33, (KeyValuePair_2_UnityEngine_PropertyName_System_Object___Array * array, int32_t index, int32_t length, IComparer_1_KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74088, Array_Sort_33__MethodInfo); DO_APP_FUNC(0x00DE6B00, void, Array_Sort_34, (KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer___Array * array, int32_t index, int32_t length, IComparer_1_KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74090, Array_Sort_34__MethodInfo); DO_APP_FUNC(0x00DE6CF0, void, Array_Sort_35, (KeyValuePair_2_System_UInt16_System_Object___Array * array, int32_t index, int32_t length, IComparer_1_KeyValuePair_2_System_UInt16_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74050, Array_Sort_35__MethodInfo); DO_APP_FUNC(0x00DE6EE0, void, Array_Sort_36, (KeyValuePair_2_System_UInt64_System_Object___Array * array, int32_t index, int32_t length, IComparer_1_KeyValuePair_2_System_UInt64_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74058, Array_Sort_36__MethodInfo); DO_APP_FUNC(0x00DE70D0, void, Array_Sort_37, (NativeArray_1_System_UInt16___Array * array, int32_t index, int32_t length, IComparer_1_Unity_Collections_NativeArray_1_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74060, Array_Sort_37__MethodInfo); DO_APP_FUNC(0x00DE72C0, void, Array_Sort_38, (NativeArray_1_UnityEngine_UIElements_Vertex___Array * array, int32_t index, int32_t length, IComparer_1_Unity_Collections_NativeArray_1__1 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74070, Array_Sort_38__MethodInfo); DO_APP_FUNC(0x00DE74B0, void, Array_Sort_39, (RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object___Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphResourcePool_1_ResourceLogInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74018, Array_Sort_39__MethodInfo); DO_APP_FUNC(0x00DE76A0, void, Array_Sort_40, (STuple_2_System_Object_System_Object___Array * array, int32_t index, int32_t length, IComparer_1_Photon_Bolt_Collections_STuple_2_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74020, Array_Sort_40__MethodInfo); DO_APP_FUNC(0x00DE7890, void, Array_Sort_41, (ValueTuple_2_Int32_Object___Array * array, int32_t index, int32_t length, IComparer_1_System_ValueTuple_2_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74030, Array_Sort_41__MethodInfo); DO_APP_FUNC(0x00DE7A80, void, Array_Sort_42, (ValueTuple_2_Int32_UnityEngine_Vector2Int___Array * array, int32_t index, int32_t length, IComparer_1_System_ValueTuple_2__1 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74040, Array_Sort_42__MethodInfo); DO_APP_FUNC(0x00DE7C70, void, Array_Sort_43, (ValueTuple_2_Object_ValueTuple_2_Object_Int32___Array * array, int32_t index, int32_t length, IComparer_1_System_ValueTuple_2__2 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73FE8, Array_Sort_43__MethodInfo); DO_APP_FUNC(0x00DE7E60, void, Array_Sort_44, (ValueTuple_2_Object_Object___Array * array, int32_t index, int32_t length, IComparer_1_System_ValueTuple_2__3 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73FF0, Array_Sort_44__MethodInfo); DO_APP_FUNC(0x00DE8050, void, Array_Sort_45, (ValueTuple_2_UnityEngine_Vector3Int_Object___Array * array, int32_t index, int32_t length, IComparer_1_System_ValueTuple_2__4 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74000, Array_Sort_45__MethodInfo); DO_APP_FUNC(0x00DE8240, void, Array_Sort_46, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel___Array * array, int32_t index, int32_t length, IComparer_1_System_ValueTuple_2__5 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74010, Array_Sort_46__MethodInfo); DO_APP_FUNC(0x00DE8430, void, Array_Sort_47, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership___Array * array, int32_t index, int32_t length, IComparer_1_System_ValueTuple_2__6 * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73FC8, Array_Sort_47__MethodInfo); DO_APP_FUNC(0x00DE8620, void, Array_Sort_48, (AnimatorClipInfo__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_AnimatorClipInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73FD0, Array_Sort_48__MethodInfo); DO_APP_FUNC(0x00DE8810, void, Array_Sort_49, (AsyncOperationHandle__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73FD8, Array_Sort_49__MethodInfo); DO_APP_FUNC(0x00DE8A00, void, Array_Sort_50, (BoltPeer__Array * array, int32_t index, int32_t length, IComparer_1_Dissonance_Integrations_PhotonBolt_BoltPeer_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73FE0, Array_Sort_50__MethodInfo); DO_APP_FUNC(0x00DE8BF0, void, Array_Sort_51, (BoltPhysicsHit__Array * array, int32_t index, int32_t length, IComparer_1_Photon_Bolt_LagCompensation_BoltPhysicsHit_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73FA0, Array_Sort_51__MethodInfo); DO_APP_FUNC(0x00DE8DE0, void, Array_Sort_52, (BoneWeight__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_BoneWeight_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73FA8, Array_Sort_52__MethodInfo); DO_APP_FUNC(0x00DE8FD0, void, Array_Sort_53, (Boolean__Array * array, int32_t index, int32_t length, IComparer_1_System_Boolean_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73FB0, Array_Sort_53__MethodInfo); DO_APP_FUNC(0x00DE91C0, void, Array_Sort_54, (Byte__Array * array, int32_t index, int32_t length, IComparer_1_System_Byte_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73FB8, Array_Sort_54__MethodInfo); DO_APP_FUNC(0x00DE93B0, void, Array_Sort_55, (CancellationToken__Array * array, int32_t index, int32_t length, IComparer_1_System_Threading_CancellationToken_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73F80, Array_Sort_55__MethodInfo); DO_APP_FUNC(0x00DE95A0, void, Array_Sort_56, (Char__Array * array, int32_t index, int32_t length, IComparer_1_System_Char_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73F88, Array_Sort_56__MethodInfo); DO_APP_FUNC(0x00DE9790, void, Array_Sort_57, (ClientInfo__Array * array, int32_t index, int32_t length, IComparer_1_Dissonance_Networking_ClientInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73F90, Array_Sort_57__MethodInfo); DO_APP_FUNC(0x00DE9980, void, Array_Sort_58, (Color__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Color_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73F98, Array_Sort_58__MethodInfo); DO_APP_FUNC(0x00DE9B70, void, Array_Sort_59, (Color32__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Color32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73F60, Array_Sort_59__MethodInfo); DO_APP_FUNC(0x00DE9D60, void, Array_Sort_60, (CombineInstance__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_CombineInstance_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73F68, Array_Sort_60__MethodInfo); DO_APP_FUNC(0x00DE9F50, void, Array_Sort_61, (ComputedTransitionProperty__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_ComputedTransitionProperty_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73F70, Array_Sort_61__MethodInfo); DO_APP_FUNC(0x00DEA140, void, Array_Sort_62, (Connection__Array * array, int32_t index, int32_t length, IComparer_1_Pathfinding_Connection_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73F78, Array_Sort_62__MethodInfo); DO_APP_FUNC(0x00DEA330, void, Array_Sort_63, (ControllerPollingInfo__Array * array, int32_t index, int32_t length, IComparer_1_Rewired_ControllerPollingInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73F40, Array_Sort_63__MethodInfo); DO_APP_FUNC(0x00DEA520, void, Array_Sort_64, (ControllerTemplateElementTarget__Array * array, int32_t index, int32_t length, IComparer_1_Rewired_ControllerTemplateElementTarget_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73F48, Array_Sort_64__MethodInfo); DO_APP_FUNC(0x00DEA710, void, Array_Sort_65, (CurveSample__Array * array, int32_t index, int32_t length, IComparer_1_SplineMesh_CurveSample_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73F50, Array_Sort_65__MethodInfo); DO_APP_FUNC(0x00DEA900, void, Array_Sort_66, (DateTime__Array * array, int32_t index, int32_t length, IComparer_1_System_DateTime_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73F58, Array_Sort_66__MethodInfo); DO_APP_FUNC(0x00DEAAF0, void, Array_Sort_67, (DateTimeOffset__Array * array, int32_t index, int32_t length, IComparer_1_System_DateTimeOffset_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73F20, Array_Sort_67__MethodInfo); DO_APP_FUNC(0x00DEACE0, void, Array_Sort_68, (Decimal__Array * array, int32_t index, int32_t length, IComparer_1_System_Decimal_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73F28, Array_Sort_68__MethodInfo); DO_APP_FUNC(0x00DEAED0, void, Array_Sort_69, (DiagnosticEvent__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73F30, Array_Sort_69__MethodInfo); DO_APP_FUNC(0x00DEB0C0, void, Array_Sort_70, (Double__Array * array, int32_t index, int32_t length, IComparer_1_System_Double_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73F38, Array_Sort_70__MethodInfo); DO_APP_FUNC(0x00DEB2B0, void, Array_Sort_71, (EasingFunction__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_EasingFunction_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73EF8, Array_Sort_71__MethodInfo); DO_APP_FUNC(0x00DEB4A0, void, Array_Sort_72, (ElementAssignmentConflictInfo__Array * array, int32_t index, int32_t length, IComparer_1_Rewired_ElementAssignmentConflictInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73F00, Array_Sort_72__MethodInfo); DO_APP_FUNC(0x00DEB690, void, Array_Sort_73, (Entitlement__Array * array, int32_t index, int32_t length, IComparer_1_Discord_Entitlement_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73F08, Array_Sort_73__MethodInfo); DO_APP_FUNC(0x00DEB880, void, Array_Sort_74, (EventReliable__Array * array, int32_t index, int32_t length, IComparer_1_Photon_Bolt_EventReliable_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73F10, Array_Sort_74__MethodInfo); DO_APP_FUNC(0x00DEBA70, void, Array_Sort_75, (EventUnreliable__Array * array, int32_t index, int32_t length, IComparer_1_Photon_Bolt_EventUnreliable_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73ED0, Array_Sort_75__MethodInfo); DO_APP_FUNC(0x00DEBC60, void, Array_Sort_76, (FileStat__Array * array, int32_t index, int32_t length, IComparer_1_Discord_FileStat_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73ED8, Array_Sort_76__MethodInfo); DO_APP_FUNC(0x00DEBE50, void, Array_Sort_77, (GlyphPairAdjustmentRecord__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73EE0, Array_Sort_77__MethodInfo); DO_APP_FUNC(0x00DEC040, void, Array_Sort_78, (GlyphRect__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_TextCore_GlyphRect_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73EF0, Array_Sort_78__MethodInfo); DO_APP_FUNC(0x00DEC230, void, Array_Sort_79, (Guid__Array * array, int32_t index, int32_t length, IComparer_1_System_Guid_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73EB0, Array_Sort_79__MethodInfo); DO_APP_FUNC(0x00DEC420, void, Array_Sort_80, (InputActionSourceData__Array * array, int32_t index, int32_t length, IComparer_1_Rewired_InputActionSourceData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73EB8, Array_Sort_80__MethodInfo); DO_APP_FUNC(0x00DEC610, void, Array_Sort_81, (InputBinding__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_InputBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73EC0, Array_Sort_81__MethodInfo); DO_APP_FUNC(0x00DEC800, void, Array_Sort_82, (InputDevice_1__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_XR_InputDevice_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73EC8, Array_Sort_82__MethodInfo); DO_APP_FUNC(0x00DEC9F0, void, Array_Sort_83, (InputDeviceDescription__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_Layouts_InputDeviceDescription_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73E80, Array_Sort_83__MethodInfo); DO_APP_FUNC(0x00DECBE0, void, Array_Sort_84, (InputEventPtr__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73E88, Array_Sort_84__MethodInfo); DO_APP_FUNC(0x00DECDD0, void, Array_Sort_85, (Int16__Array * array, int32_t index, int32_t length, IComparer_1_System_Int16_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73E98, Array_Sort_85__MethodInfo); DO_APP_FUNC(0x00DECFC0, void, Array_Sort_86, (Int3__Array * array, int32_t index, int32_t length, IComparer_1_Pathfinding_Int3_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73EA8, Array_Sort_86__MethodInfo); DO_APP_FUNC(0x00DED1B0, void, Array_Sort_87, (Int32__Array * array, int32_t index, int32_t length, IComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73E58, Array_Sort_87__MethodInfo); DO_APP_FUNC(0x00DED3A0, void, Array_Sort_88, (Int32Enum__Enum__Array * array, int32_t index, int32_t length, IComparer_1_System_Int32Enum_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73E60, Array_Sort_88__MethodInfo); DO_APP_FUNC(0x00DED590, void, Array_Sort_89, (Int64__Array * array, int32_t index, int32_t length, IComparer_1_System_Int64_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73E70, Array_Sort_89__MethodInfo); DO_APP_FUNC(0x00DED780, void, Array_Sort_90, (IntPoint__Array * array, int32_t index, int32_t length, IComparer_1_Pathfinding_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73E78, Array_Sort_90__MethodInfo); DO_APP_FUNC(0x00DED970, void, Array_Sort_91, (IntRect__Array * array, int32_t index, int32_t length, IComparer_1_Pathfinding_IntRect_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73E28, Array_Sort_91__MethodInfo); DO_APP_FUNC(0x00DEDB60, void, Array_Sort_92, (InternedString__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_Utilities_InternedString_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73E38, Array_Sort_92__MethodInfo); DO_APP_FUNC(0x00DEDD50, void, Array_Sort_93, (InterpretedFrameInfo__Array * array, int32_t index, int32_t length, IComparer_1_System_Linq_Expressions_Interpreter_InterpretedFrameInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73E48, Array_Sort_93__MethodInfo); DO_APP_FUNC(0x00DEDF40, void, Array_Sort_94, (IntervalTreeNode__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Timeline_IntervalTreeNode_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73E50, Array_Sort_94__MethodInfo); DO_APP_FUNC(0x00DEE130, void, Array_Sort_95, (ItemDefinitionAmount__Array * array, int32_t index, int32_t length, IComparer_1_Opsive_UltimateCharacterController_Inventory_ItemDefinitionAmount_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73E00, Array_Sort_95__MethodInfo); DO_APP_FUNC(0x00DEE320, void, Array_Sort_96, (KickedPlayer__Array * array, int32_t index, int32_t length, IComparer_1_KickedPlayer_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73E10, Array_Sort_96__MethodInfo); DO_APP_FUNC(0x00DEE510, void, Array_Sort_97, (LayerMask__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_LayerMask_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73E18, Array_Sort_97__MethodInfo); DO_APP_FUNC(0x00DEE700, void, Array_Sort_98, (ManipulatorActivationFilter__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_ManipulatorActivationFilter_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73E20, Array_Sort_98__MethodInfo); DO_APP_FUNC(0x00DEE8F0, void, Array_Sort_99, (Matrix4x4__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Matrix4x4_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73DE0, Array_Sort_99__MethodInfo); DO_APP_FUNC(0x00DEEAE0, void, Array_Sort_100, (NameAndParameters__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73DE8, Array_Sort_100__MethodInfo); DO_APP_FUNC(0x00DEECD0, void, Array_Sort_101, (NamedValue__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_Utilities_NamedValue_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73DF0, Array_Sort_101__MethodInfo); DO_APP_FUNC(0x00DEEEC0, void, Array_Sort_102, (NetworkPropertyInfo__Array * array, int32_t index, int32_t length, IComparer_1_Photon_Bolt_NetworkPropertyInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73DF8, Array_Sort_102__MethodInfo); DO_APP_FUNC(0x00DEF0B0, void, Array_Sort_103, (Object__Array * array, int32_t index, int32_t length, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73DC0, Array_Sort_103__MethodInfo); DO_APP_FUNC(0x00DEF2A0, void, Array_Sort_104, (ObjectInitializationData__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_ResourceManagement_Util_ObjectInitializationData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73DC8, Array_Sort_104__MethodInfo); DO_APP_FUNC(0x00DEF490, void, Array_Sort_105, (OpenChannel__Array * array, int32_t index, int32_t length, IComparer_1_Dissonance_Networking_Client_OpenChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73DD0, Array_Sort_105__MethodInfo); DO_APP_FUNC(0x00DEF680, void, Array_Sort_106, (PacketStats__Array * array, int32_t index, int32_t length, IComparer_1_Photon_Bolt_Internal_PacketStats_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73DD8, Array_Sort_106__MethodInfo); DO_APP_FUNC(0x00DEF870, void, Array_Sort_107, (ParticleCollisionEvent__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_ParticleCollisionEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73DA0, Array_Sort_107__MethodInfo); DO_APP_FUNC(0x00DEFA60, void, Array_Sort_108, (Playable__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Playables_Playable_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73DA8, Array_Sort_108__MethodInfo); DO_APP_FUNC(0x00DEFC50, void, Array_Sort_109, (PlayableBinding__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Playables_PlayableBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73DB0, Array_Sort_109__MethodInfo); DO_APP_FUNC(0x00DEFE40, void, Array_Sort_110, (Priority__Array * array, int32_t index, int32_t length, IComparer_1_Photon_Bolt_Priority_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8AFC0, Array_Sort_110__MethodInfo); DO_APP_FUNC(0x00DF0030, void, Array_Sort_111, (Quaternion__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Quaternion_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73DB8, Array_Sort_111__MethodInfo); DO_APP_FUNC(0x00DF0220, void, Array_Sort_112, (RangePositionInfo__Array * array, int32_t index, int32_t length, IComparer_1_System_Xml_Schema_RangePositionInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73D70, Array_Sort_112__MethodInfo); DO_APP_FUNC(0x00DF0410, void, Array_Sort_113, (RaycastHit__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_RaycastHit_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C804E0, Array_Sort_113__MethodInfo); DO_APP_FUNC(0x00DF0600, void, Array_Sort_114, (RaycastHit2D__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_RaycastHit2D_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73D80, Array_Sort_114__MethodInfo); DO_APP_FUNC(0x00DF07F0, void, Array_Sort_115, (RaycastResult__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_EventSystems_RaycastResult_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73D90, Array_Sort_115__MethodInfo); DO_APP_FUNC(0x00DF09E0, void, Array_Sort_116, (Rect__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Rect_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73D98, Array_Sort_116__MethodInfo); DO_APP_FUNC(0x00DF0BD0, void, Array_Sort_117, (ReflectionProbeBlendInfo__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Rendering_ReflectionProbeBlendInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73D50, Array_Sort_117__MethodInfo); DO_APP_FUNC(0x00DF0DC0, void, Array_Sort_118, (RemoteChannel__Array * array, int32_t index, int32_t length, IComparer_1_Dissonance_RemoteChannel_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73D58, Array_Sort_118__MethodInfo); DO_APP_FUNC(0x00DF0FB0, void, Array_Sort_119, (RenderChainTextEntry__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_UIR_RenderChainTextEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73D60, Array_Sort_119__MethodInfo); DO_APP_FUNC(0x00DF11A0, void, Array_Sort_120, (RenderTargetIdentifier__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Rendering_RenderTargetIdentifier_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73D68, Array_Sort_120__MethodInfo); DO_APP_FUNC(0x00DF1390, void, Array_Sort_121, (RendererList__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Rendering_RendererUtils_RendererList_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73D30, Array_Sort_121__MethodInfo); DO_APP_FUNC(0x00DF1580, void, Array_Sort_122, (RendererListHandle__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RendererListHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73D38, Array_Sort_122__MethodInfo); DO_APP_FUNC(0x00DF1770, void, Array_Sort_123, (Resolution__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Resolution_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73D40, Array_Sort_123__MethodInfo); DO_APP_FUNC(0x00DF1960, void, Array_Sort_124, (ResourceHandle__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_ResourceHandle_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73D48, Array_Sort_124__MethodInfo); DO_APP_FUNC(0x00DF1B50, void, Array_Sort_125, (RoomMembership__Array * array, int32_t index, int32_t length, IComparer_1_Dissonance_RoomMembership_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73CF8, Array_Sort_125__MethodInfo); DO_APP_FUNC(0x00DF1D40, void, Array_Sort_126, (RuleMatcher__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_RuleMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73D08, Array_Sort_126__MethodInfo); DO_APP_FUNC(0x00DF1F30, void, Array_Sort_127, (SByte__Array * array, int32_t index, int32_t length, IComparer_1_System_SByte_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73D18, Array_Sort_127__MethodInfo); DO_APP_FUNC(0x00DF2120, void, Array_Sort_128, (SelectorMatchRecord__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_StyleSheets_SelectorMatchRecord_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73D28, Array_Sort_128__MethodInfo); DO_APP_FUNC(0x00DF2310, void, Array_Sort_129, (Single__Array * array, int32_t index, int32_t length, IComparer_1_System_Single_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73CD0, Array_Sort_129__MethodInfo); DO_APP_FUNC(0x00DF2500, void, Array_Sort_130, (Sku__Array * array, int32_t index, int32_t length, IComparer_1_Discord_Sku_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73CD8, Array_Sort_130__MethodInfo); DO_APP_FUNC(0x00DF26F0, void, Array_Sort_131, (SslApplicationProtocol__Array * array, int32_t index, int32_t length, IComparer_1_System_Net_Security_SslApplicationProtocol_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73CE0, Array_Sort_131__MethodInfo); DO_APP_FUNC(0x00DF28E0, void, Array_Sort_132, (SteamItemDef_t__Array * array, int32_t index, int32_t length, IComparer_1_Steamworks_SteamItemDef_t_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73CE8, Array_Sort_132__MethodInfo); DO_APP_FUNC(0x00DF2AD0, void, Array_Sort_133, (SteamItemDetails_t__Array * array, int32_t index, int32_t length, IComparer_1_Steamworks_SteamItemDetails_t_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73C98, Array_Sort_133__MethodInfo); DO_APP_FUNC(0x00DF2CC0, void, Array_Sort_134, (StylePropertyName__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_StylePropertyName_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73CA0, Array_Sort_134__MethodInfo); DO_APP_FUNC(0x00DF2EB0, void, Array_Sort_135, (StylePropertyValue__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_StyleSheets_StylePropertyValue_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73CB0, Array_Sort_135__MethodInfo); DO_APP_FUNC(0x00DF30A0, void, Array_Sort_136, (StyleSelectorPart__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_StyleSelectorPart_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73CC0, Array_Sort_136__MethodInfo); DO_APP_FUNC(0x00DF3290, void, Array_Sort_137, (StyleSyntaxToken__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_StyleSheets_Syntax_StyleSyntaxToken_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73C70, Array_Sort_137__MethodInfo); DO_APP_FUNC(0x00DF3480, void, Array_Sort_138, (StyleValue__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_StyleSheets_StyleValue_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73C78, Array_Sort_138__MethodInfo); DO_APP_FUNC(0x00DF3670, void, Array_Sort_139, (StyleValueManaged__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_StyleSheets_StyleValueManaged_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73C88, Array_Sort_139__MethodInfo); DO_APP_FUNC(0x00DF3860, void, Array_Sort_140, (StyleVariable__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_StyleVariable_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73C90, Array_Sort_140__MethodInfo); DO_APP_FUNC(0x00DF3A50, void, Array_Sort_141, (SubMeshDescriptor__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Rendering_SubMeshDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73C50, Array_Sort_141__MethodInfo); DO_APP_FUNC(0x00DF3C40, void, Array_Sort_142, (Substring__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_Utilities_Substring_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73C58, Array_Sort_142__MethodInfo); DO_APP_FUNC(0x00DF3E30, void, Array_Sort_143, (TimeSpan__Array * array, int32_t index, int32_t length, IComparer_1_System_TimeSpan_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73C60, Array_Sort_143__MethodInfo); DO_APP_FUNC(0x00DF4020, void, Array_Sort_144, (TimeValue__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_TimeValue_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73C68, Array_Sort_144__MethodInfo); DO_APP_FUNC(0x00DF4210, void, Array_Sort_145, (TreeViewItemWrapper__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73C28, Array_Sort_145__MethodInfo); DO_APP_FUNC(0x00DF4400, void, Array_Sort_146, (TypeWrapper__Array * array, int32_t index, int32_t length, IComparer_1_Rewired_Utils_Classes_Data_TypeWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73C30, Array_Sort_146__MethodInfo); DO_APP_FUNC(0x00DF45F0, void, Array_Sort_147, (UICharInfo__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UICharInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73C38, Array_Sort_147__MethodInfo); DO_APP_FUNC(0x00DF47E0, void, Array_Sort_148, (UILineInfo__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UILineInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73C48, Array_Sort_148__MethodInfo); DO_APP_FUNC(0x00DF49D0, void, Array_Sort_149, (UIVertex__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIVertex_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73C00, Array_Sort_149__MethodInfo); DO_APP_FUNC(0x00DF4BC0, void, Array_Sort_150, (UInt16__Array * array, int32_t index, int32_t length, IComparer_1_System_UInt16_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73C10, Array_Sort_150__MethodInfo); DO_APP_FUNC(0x00DF4DB0, void, Array_Sort_151, (UInt32__Array * array, int32_t index, int32_t length, IComparer_1_System_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73C18, Array_Sort_151__MethodInfo); DO_APP_FUNC(0x00DF4FA0, void, Array_Sort_152, (UInt64__Array * array, int32_t index, int32_t length, IComparer_1_System_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73C20, Array_Sort_152__MethodInfo); DO_APP_FUNC(0x00DF5190, void, Array_Sort_153, (UVTexture__Array * array, int32_t index, int32_t length, IComparer_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73BD0, Array_Sort_153__MethodInfo); DO_APP_FUNC(0x00DF5380, void, Array_Sort_154, (UdpEndPoint__Array * array, int32_t index, int32_t length, IComparer_1_UdpKit_UdpEndPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73BE0, Array_Sort_154__MethodInfo); DO_APP_FUNC(0x00DF5570, void, Array_Sort_155, (UdpIPv4Address__Array * array, int32_t index, int32_t length, IComparer_1_UdpKit_UdpIPv4Address_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73BF0, Array_Sort_155__MethodInfo); DO_APP_FUNC(0x00DF5760, void, Array_Sort_156, (UsageHint__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_XR_UsageHint_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73BF8, Array_Sort_156__MethodInfo); DO_APP_FUNC(0x00DF5950, void, Array_Sort_157, (User__Array * array, int32_t index, int32_t length, IComparer_1_Discord_User_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73BA0, Array_Sort_157__MethodInfo); DO_APP_FUNC(0x00DF5B40, void, Array_Sort_158, (Vector2__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Vector2_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73BA8, Array_Sort_158__MethodInfo); DO_APP_FUNC(0x00DF5D30, void, Array_Sort_159, (Vector3__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Vector3_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73BB8, Array_Sort_159__MethodInfo); DO_APP_FUNC(0x00DF5F20, void, Array_Sort_160, (Vector4__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Vector4_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73BC0, Array_Sort_160__MethodInfo); DO_APP_FUNC(0x00DF6110, void, Array_Sort_161, (VertexAttributeDescriptor__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Rendering_VertexAttributeDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73B78, Array_Sort_161__MethodInfo); DO_APP_FUNC(0x00DF6300, void, Array_Sort_162, (ViewConfiguration__Array * array, int32_t index, int32_t length, IComparer_1_Microsoft_MixedReality_OpenXR_ViewConfiguration_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73B88, Array_Sort_162__MethodInfo); DO_APP_FUNC(0x00DF64F0, void, Array_Sort_163, (VoicePacket__Array * array, int32_t index, int32_t length, IComparer_1_Dissonance_Networking_VoicePacket_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73B90, Array_Sort_163__MethodInfo); DO_APP_FUNC(0x00DF66E0, void, Array_Sort_164, (VoxelContour__Array * array, int32_t index, int32_t length, IComparer_1_Pathfinding_Voxels_VoxelContour_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73B98, Array_Sort_164__MethodInfo); DO_APP_FUNC(0x00DF68D0, void, Array_Sort_165, (Win32_IP_ADAPTER_ADDRESSES__Array * array, int32_t index, int32_t length, IComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_ADDRESSES_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73B58, Array_Sort_165__MethodInfo); DO_APP_FUNC(0x00DF6AC0, void, Array_Sort_166, (Win32_IP_ADAPTER_INFO__Array * array, int32_t index, int32_t length, IComparer_1_System_Net_NetworkInformation_Win32_IP_ADAPTER_INFO_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73B60, Array_Sort_166__MethodInfo); DO_APP_FUNC(0x00DF6CB0, void, Array_Sort_167, (X509ChainStatus__Array * array, int32_t index, int32_t length, IComparer_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73B68, Array_Sort_167__MethodInfo); DO_APP_FUNC(0x00DF6EA0, void, Array_Sort_168, (XRFeatureDescriptor__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_XR_XRFeatureDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73B70, Array_Sort_168__MethodInfo); DO_APP_FUNC(0x00DF7090, void, Array_Sort_169, (XRNodeState__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_XR_XRNodeState_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73B30, Array_Sort_169__MethodInfo); DO_APP_FUNC(0x00DF7280, void, Array_Sort_170, (AdvancedSmooth_Turn__Array * array, int32_t index, int32_t length, IComparer_1_Pathfinding_AdvancedSmooth_Turn_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73B40, Array_Sort_170__MethodInfo); DO_APP_FUNC(0x00DF7470, void, Array_Sort_171, (AnimationOutputWeightProcessor_WeightInfo__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Timeline_AnimationOutputWeightProcessor_WeightInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73B48, Array_Sort_171__MethodInfo); DO_APP_FUNC(0x00DF7660, void, Array_Sort_172, (BeforeRenderHelper_OrderBlock__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_BeforeRenderHelper_OrderBlock_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73B50, Array_Sort_172__MethodInfo); DO_APP_FUNC(0x00DF7850, void, Array_Sort_173, (BitmapAllocator32_Page__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_UIR_BitmapAllocator32_Page_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73B10, Array_Sort_173__MethodInfo); DO_APP_FUNC(0x00DF7A40, void, Array_Sort_174, (Camera_RenderRequest__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Camera_RenderRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73B18, Array_Sort_174__MethodInfo); DO_APP_FUNC(0x00DF7C30, void, Array_Sort_175, (CameraState_CustomBlendable__Array * array, int32_t index, int32_t length, IComparer_1_Cinemachine_CameraState_CustomBlendable_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73B20, Array_Sort_175__MethodInfo); DO_APP_FUNC(0x00DF7E20, void, Array_Sort_176, (CinemachineClearShot_Pair__Array * array, int32_t index, int32_t length, IComparer_1_Cinemachine_CinemachineClearShot_Pair_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73B28, Array_Sort_176__MethodInfo); DO_APP_FUNC(0x00DF8010, void, Array_Sort_177, (CinemachineStateDrivenCamera_HashPair__Array * array, int32_t index, int32_t length, IComparer_1_Cinemachine_CinemachineStateDrivenCamera_HashPair_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73AD8, Array_Sort_177__MethodInfo); DO_APP_FUNC(0x00DF8200, void, Array_Sort_178, (ClipperLib_DoublePoint__Array * array, int32_t index, int32_t length, IComparer_1_Cinemachine_ClipperLib_DoublePoint_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73AE8, Array_Sort_178__MethodInfo); DO_APP_FUNC(0x00DF83F0, void, Array_Sort_179, (ClipperLib_IntPoint__Array * array, int32_t index, int32_t length, IComparer_1_Cinemachine_ClipperLib_IntPoint_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73AF8, Array_Sort_179__MethodInfo); DO_APP_FUNC(0x00DF85E0, void, Array_Sort_180, (ConfinerOven_PolygonSolution__Array * array, int32_t index, int32_t length, IComparer_1_Cinemachine_ConfinerOven_PolygonSolution_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73B08, Array_Sort_180__MethodInfo); DO_APP_FUNC(0x00DF87D0, void, Array_Sort_181, (CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB__Array * array, int32_t index, int32_t length, IComparer_1_Rewired_ComponentControls_CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73A98, Array_Sort_181__MethodInfo); DO_APP_FUNC(0x00DF89C0, void, Array_Sort_182, (DelayedActionManager_DelegateInfo__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73AB0, Array_Sort_182__MethodInfo); DO_APP_FUNC(0x00DF8BB0, void, Array_Sort_183, (EventDispatcher_CallbackWrapper__Array * array, int32_t index, int32_t length, IComparer_1_Photon_Bolt_EventDispatcher_CallbackWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C73AC0, Array_Sort_183__MethodInfo); DO_APP_FUNC(0x00DF8DA0, void, Array_Sort_184, (EventDispatcher_EventListener__Array * array, int32_t index, int32_t length, IComparer_1_Photon_Bolt_EventDispatcher_EventListener_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76FA0, Array_Sort_184__MethodInfo); DO_APP_FUNC(0x00DF8F90, void, Array_Sort_185, (EventQueue_NetworkEvent__Array * array, int32_t index, int32_t length, IComparer_1_Dissonance_Networking_Client_EventQueue_NetworkEvent_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76FA8, Array_Sort_185__MethodInfo); DO_APP_FUNC(0x00DF9180, void, Array_Sort_186, (FocusController_FocusedElement__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_FocusController_FocusedElement_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76F68, Array_Sort_186__MethodInfo); DO_APP_FUNC(0x00DF9370, void, Array_Sort_187, (Funnel_PathPart__Array * array, int32_t index, int32_t length, IComparer_1_Pathfinding_Funnel_PathPart_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76F78, Array_Sort_187__MethodInfo); DO_APP_FUNC(0x00DF9560, void, Array_Sort_188, (GetRandomAvailablePerch_RandomPerch__Array * array, int32_t index, int32_t length, IComparer_1_BehaviorDesigner_Runtime_Tasks_Unity_UnityGameObject_GetRandomAvailablePerch_RandomPerch_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76F88, Array_Sort_188__MethodInfo); DO_APP_FUNC(0x00DF9750, void, Array_Sort_189, (HID_HIDCollectionDescriptor__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_HID_HID_HIDCollectionDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76F90, Array_Sort_189__MethodInfo); DO_APP_FUNC(0x00DF9940, void, Array_Sort_190, (HID_HIDElementDescriptor__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76F40, Array_Sort_190__MethodInfo); DO_APP_FUNC(0x00DF9B30, void, Array_Sort_191, (HIDParser_HIDReportData__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_HID_HIDParser_HIDReportData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76F48, Array_Sort_191__MethodInfo); DO_APP_FUNC(0x00DF9D20, void, Array_Sort_192, (HairDesignerGeneratorFurShellBase_BufferData__Array * array, int32_t index, int32_t length, IComparer_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76F50, Array_Sort_192__MethodInfo); DO_APP_FUNC(0x00DF9F10, void, Array_Sort_193, (InputActionMap_BindingOverrideJson__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_InputActionMap_BindingOverrideJson_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76F58, Array_Sort_193__MethodInfo); DO_APP_FUNC(0x00DFA100, void, Array_Sort_194, (InputControlLayout_ControlItem__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76F20, Array_Sort_194__MethodInfo); DO_APP_FUNC(0x00DFA2F0, void, Array_Sort_195, (InternalTreeView_TreeViewItemWrapper__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_InternalTreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76F28, Array_Sort_195__MethodInfo); DO_APP_FUNC(0x00DFA4E0, void, Array_Sort_196, (JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV__Array * array, int32_t index, int32_t length, IComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76F30, Array_Sort_196__MethodInfo); DO_APP_FUNC(0x00DFA6D0, void, Array_Sort_197, (JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb__Array * array, int32_t index, int32_t length, IComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76F38, Array_Sort_197__MethodInfo); DO_APP_FUNC(0x00DFA8C0, void, Array_Sort_198, (JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux__Array * array, int32_t index, int32_t length, IComparer_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76F00, Array_Sort_198__MethodInfo); DO_APP_FUNC(0x00DFAAB0, void, Array_Sort_199, (JsonParser_JsonValue__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76F08, Array_Sort_199__MethodInfo); DO_APP_FUNC(0x00DFACA0, void, Array_Sort_200, (Logs_LogMessage__Array * array, int32_t index, int32_t length, IComparer_1_PlaceholderSoftware_WetStuff_Debugging_Logs_LogMessage_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76F10, Array_Sort_200__MethodInfo); DO_APP_FUNC(0x00DFAE90, void, Array_Sort_201, (MagicLightProbes_VolumeParameters__Array * array, int32_t index, int32_t length, IComparer_1_MagicLightProbes_MagicLightProbes_VolumeParameters_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76F18, Array_Sort_201__MethodInfo); DO_APP_FUNC(0x00DFB080, void, Array_Sort_202, (NolanBehaviour_OverlappedCollider__Array * array, int32_t index, int32_t length, IComparer_1_NolanBehaviour_OverlappedCollider_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76EE0, Array_Sort_202__MethodInfo); DO_APP_FUNC(0x00DFB270, void, Array_Sort_203, (OpenXRInput_SerializedBinding__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76EE8, Array_Sort_203__MethodInfo); DO_APP_FUNC(0x00DFB460, void, Array_Sort_204, (PackedPlayModeBuildLogs_RuntimeBuildLog__Array * array, int32_t index, int32_t length, IComparer_1_PackedPlayModeBuildLogs_RuntimeBuildLog_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76EF0, Array_Sort_204__MethodInfo); DO_APP_FUNC(0x00DFB650, void, Array_Sort_205, (ParticleSystem_Particle__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_ParticleSystem_Particle_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76EF8, Array_Sort_205__MethodInfo); DO_APP_FUNC(0x00DFB840, void, Array_Sort_206, (ProbeBrickIndex_Brick__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76EC0, Array_Sort_206__MethodInfo); DO_APP_FUNC(0x00DFBA30, void, Array_Sort_207, (ProbeBrickIndex_ReservedBrick__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_ReservedBrick_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76EC8, Array_Sort_207__MethodInfo); DO_APP_FUNC(0x00DFBC20, void, Array_Sort_208, (ProbeBrickIndex_VoxelMeta__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76ED0, Array_Sort_208__MethodInfo); DO_APP_FUNC(0x00DFBE10, void, Array_Sort_209, (ProbeBrickPool_BrickChunkAlloc__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76ED8, Array_Sort_209__MethodInfo); DO_APP_FUNC(0x00DFC000, void, Array_Sort_210, (ProbeVolumePerSceneData_SerializableAssetItem__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumePerSceneData_SerializableAssetItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76EA0, Array_Sort_210__MethodInfo); DO_APP_FUNC(0x00DFC1F0, void, Array_Sort_211, (ProbeVolumeSceneData_SerializableBoundItem__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableBoundItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76EA8, Array_Sort_211__MethodInfo); DO_APP_FUNC(0x00DFC3E0, void, Array_Sort_212, (ProbeVolumeSceneData_SerializableHasPVItem__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializableHasPVItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76EB0, Array_Sort_212__MethodInfo); DO_APP_FUNC(0x00DFC5D0, void, Array_Sort_213, (ProbeVolumeSceneData_SerializablePVBakeSettings__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVBakeSettings_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76EB8, Array_Sort_213__MethodInfo); DO_APP_FUNC(0x00DFC7C0, void, Array_Sort_214, (ProbeVolumeSceneData_SerializablePVProfile__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76E78, Array_Sort_214__MethodInfo); DO_APP_FUNC(0x00DFC9B0, void, Array_Sort_215, (RegexCharClass_SingleRange__Array * array, int32_t index, int32_t length, IComparer_1_System_Text_RegularExpressions_RegexCharClass_SingleRange_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76E88, Array_Sort_215__MethodInfo); DO_APP_FUNC(0x00DFCBA0, void, Array_Sort_216, (RenderChain_RenderNodeData__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_UIR_RenderChain_RenderNodeData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76E90, Array_Sort_216__MethodInfo); DO_APP_FUNC(0x00DFCD90, void, Array_Sort_217, (RenderGraphDebugData_PassDebugData__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_PassDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76E98, Array_Sort_217__MethodInfo); DO_APP_FUNC(0x00DFCF80, void, Array_Sort_218, (RenderGraphDebugData_ResourceDebugData__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData_ResourceDebugData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76E50, Array_Sort_218__MethodInfo); DO_APP_FUNC(0x00DFD170, void, Array_Sort_219, (ResourceManager_DeferredCallbackRegisterRequest__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_ResourceManagement_ResourceManager_DeferredCallbackRegisterRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76E58, Array_Sort_219__MethodInfo); DO_APP_FUNC(0x00DFD360, void, Array_Sort_220, (RetainedGizmos_MeshWithHash__Array * array, int32_t index, int32_t length, IComparer_1_Pathfinding_Util_RetainedGizmos_MeshWithHash_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76E68, Array_Sort_220__MethodInfo); DO_APP_FUNC(0x00DFD550, void, Array_Sort_221, (TemplateAsset_AttributeOverride__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_TemplateAsset_AttributeOverride_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76E70, Array_Sort_221__MethodInfo); DO_APP_FUNC(0x00DFD740, void, Array_Sort_222, (TextSettings_FontReferenceMap__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_TextCore_Text_TextSettings_FontReferenceMap_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76E28, Array_Sort_222__MethodInfo); DO_APP_FUNC(0x00DFD930, void, Array_Sort_223, (TextureBlitter_BlitInfo__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_UIR_TextureBlitter_BlitInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76E30, Array_Sort_223__MethodInfo); DO_APP_FUNC(0x00DFDB20, void, Array_Sort_224, (TexturePacker_JsonArray_Frame__Array * array, int32_t index, int32_t length, IComparer_1_TMPro_SpriteAssetUtilities_TexturePacker_JsonArray_Frame_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76E38, Array_Sort_224__MethodInfo); DO_APP_FUNC(0x00DFDD10, void, Array_Sort_225, (TextureRegistry_TextureInfo__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_TextureRegistry_TextureInfo_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76E48, Array_Sort_225__MethodInfo); DO_APP_FUNC(0x00DFDF00, void, Array_Sort_226, (TimeNotificationBehaviour_NotificationEntry__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Timeline_TimeNotificationBehaviour_NotificationEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76DF8, Array_Sort_226__MethodInfo); DO_APP_FUNC(0x00DFE0F0, void, Array_Sort_227, (TrackedDeviceRaycaster_RaycastHitData__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster_RaycastHitData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76E08, Array_Sort_227__MethodInfo); DO_APP_FUNC(0x00DFE2E0, void, Array_Sort_228, (TrackedPoseDriverDataDescription_PoseData__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_SpatialTracking_TrackedPoseDriverDataDescription_PoseData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76E18, Array_Sort_228__MethodInfo); DO_APP_FUNC(0x00DFE4D0, void, Array_Sort_229, (TreeView_TreeViewItemWrapper__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_TreeView_TreeViewItemWrapper_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76E20, Array_Sort_229__MethodInfo); DO_APP_FUNC(0x00DFE6C0, void, Array_Sort_230, (TreeViewReorderableDragAndDropController_TreeItemState__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76DC8, Array_Sort_230__MethodInfo); DO_APP_FUNC(0x00DFE8B0, void, Array_Sort_231, (UIRStylePainter_Entry__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_UIR_Implementation_UIRStylePainter_Entry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76DD0, Array_Sort_231__MethodInfo); DO_APP_FUNC(0x00DFEAA0, void, Array_Sort_232, (UIRenderDevice_AllocToFree__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76DD8, Array_Sort_232__MethodInfo); DO_APP_FUNC(0x00DFEC90, void, Array_Sort_233, (UIRenderDevice_AllocToUpdate__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76DE8, Array_Sort_233__MethodInfo); DO_APP_FUNC(0x00DFEE80, void, Array_Sort_234, (UnitySynchronizationContext_WorkRequest__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UnitySynchronizationContext_WorkRequest_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76DA0, Array_Sort_234__MethodInfo); DO_APP_FUNC(0x00DFF070, void, Array_Sort_235, (VisualTreeAsset_SlotDefinition__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotDefinition_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76DA8, Array_Sort_235__MethodInfo); DO_APP_FUNC(0x00DFF260, void, Array_Sort_236, (VisualTreeAsset_SlotUsageEntry__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_VisualTreeAsset_SlotUsageEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76DB8, Array_Sort_236__MethodInfo); DO_APP_FUNC(0x00DFF450, void, Array_Sort_237, (VisualTreeAsset_UsingEntry__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_UIElements_VisualTreeAsset_UsingEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76DC0, Array_Sort_237__MethodInfo); DO_APP_FUNC(0x00DFF640, void, Array_Sort_238, (XmlSchemaObjectTable_XmlSchemaObjectEntry__Array * array, int32_t index, int32_t length, IComparer_1_System_Xml_Schema_XmlSchemaObjectTable_XmlSchemaObjectEntry_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76D80, Array_Sort_238__MethodInfo); DO_APP_FUNC(0x00DFF830, void, Array_Sort_239, (ftLightmaps_LightmapAdditionalData__Array * array, int32_t index, int32_t length, IComparer_1_ftLightmaps_LightmapAdditionalData_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76D88, Array_Sort_239__MethodInfo); DO_APP_FUNC(0x00DFFA20, void, Array_Sort_240, (gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy__Array * array, int32_t index, int32_t length, IComparer_1_gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76D90, Array_Sort_240__MethodInfo); DO_APP_FUNC(0x00DFFC10, void, Array_Sort_241, (DebugUI_Foldout_ContextMenuItem__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_Rendering_DebugUI_Foldout_ContextMenuItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76D98, Array_Sort_241__MethodInfo); DO_APP_FUNC(0x00DFFE00, void, Array_Sort_242, (InputControlLayout_Collection_LayoutMatcher__Array * array, int32_t index, int32_t length, IComparer_1_UnityEngine_InputSystem_Layouts_InputControlLayout_Collection_LayoutMatcher_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76D60, Array_Sort_242__MethodInfo); DO_APP_FUNC(0x00DFFFF0, void, Array_Sort_243, (InstructionList_DebugView_InstructionView__Array * array, int32_t index, int32_t length, IComparer_1_System_Linq_Expressions_Interpreter_InstructionList_DebugView_InstructionView_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76D68, Array_Sort_243__MethodInfo); DO_APP_FUNC(0x00E001E0, void, Array_Sort_244, (PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb__Array * array, int32_t index, int32_t length, IComparer_1_Rewired_PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76D70, Array_Sort_244__MethodInfo); DO_APP_FUNC(0x00E003D0, void, Array_Sort_245, (TargetPositionCache_CacheCurve_Item__Array * array, int32_t index, int32_t length, IComparer_1_Cinemachine_TargetPositionCache_CacheCurve_Item_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76D78, Array_Sort_245__MethodInfo); DO_APP_FUNC(0x00E005C0, void, Array_Sort_246, (TargetPositionCache_CacheEntry_RecordingItem__Array * array, int32_t index, int32_t length, IComparer_1_Cinemachine_TargetPositionCache_CacheEntry_RecordingItem_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76D10, Array_Sort_246__MethodInfo); DO_APP_FUNC(0x00E007B0, void, Array_Sort_247, (Object__Array * keys, Object__Array * items, int32_t index, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x00E007E0, void, Array_Sort_248, (Int32__Array * keys, ValueTuple_2_Object_Int32___Array * items, int32_t index, int32_t length, IComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76D28, Array_Sort_248__MethodInfo); DO_APP_FUNC(0x00E00A20, void, Array_Sort_249, (Object__Array * keys, Object__Array * items, int32_t index, int32_t length, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76D40, Array_Sort_249__MethodInfo); DO_APP_FUNC(0x00E00C60, void, Array_Sort_250, (Single__Array * keys, Object__Array * items, int32_t index, int32_t length, IComparer_1_System_Single_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76D58, Array_Sort_250__MethodInfo); DO_APP_FUNC(0x00E00EA0, void, Array_Sort_251, (UInt64__Array * keys, Object__Array * items, int32_t index, int32_t length, IComparer_1_System_UInt64_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76CE0, Array_Sort_251__MethodInfo); DO_APP_FUNC(0x00E010E0, bool, Array_TrueForAll, (Object__Array * array, Predicate_1_Object_ * match, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76CE8, Array_TrueForAll__MethodInfo); DO_APP_FUNC(0x00E01210, Object *, Array_UnsafeLoad, (Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00C7E150, int32_t, Array_UnsafeMov, (ByteEnum__Enum instance, MethodInfo * method)); DO_APP_FUNC(0x0099AF90, int32_t, Array_UnsafeMov_1, (Int32Enum__Enum instance, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Object *, Array_UnsafeMov_2, (Object * instance, MethodInfo * method)); DO_APP_FUNC(0x00E01240, void, Array_UnsafeStore, (Object__Array * array, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00E01260, ReadOnlyCollection_1_System_Object_ *, ArrayBuilderExtensions_ToReadOnly, (ArrayBuilder_1_System_Object_ builder, MethodInfo * method)); DO_APP_FUNC(0x00E012E0, void, ArrayExtensions_ResizeArray_1, (Object__Array * * array, int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x00E01380, void, ArrayExtensions_ResizeArray_2, (NativeArray_1_System_UInt32_ * array, int32_t capacity, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5ADE0, ArrayExtensions_ResizeArray_2__MethodInfo); DO_APP_FUNC(0x00E01410, int32_t, ArrayHelpers_Append, (KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object___Array * * array, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Object_ value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A1B8, ArrayHelpers_Append__MethodInfo); DO_APP_FUNC(0x00E015F0, int32_t, ArrayHelpers_Append_1, (InputBinding__Array * * array, InputBinding value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88B90, ArrayHelpers_Append_1__MethodInfo); DO_APP_FUNC(0x00E01410, int32_t, ArrayHelpers_Append_2, (InputControlScheme__Array * * array, InputControlScheme value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88C28, ArrayHelpers_Append_2__MethodInfo); DO_APP_FUNC(0x00E01760, int32_t, ArrayHelpers_Append_3, (Int32__Array * * array, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91378, ArrayHelpers_Append_3__MethodInfo); DO_APP_FUNC(0x00E01860, int32_t, ArrayHelpers_Append_4, (InternedString__Array * * array, InternedString value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C914A8, ArrayHelpers_Append_4__MethodInfo); DO_APP_FUNC(0x00E01A30, int32_t, ArrayHelpers_Append_5, (Object__Array * * array, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00E01B30, int32_t, ArrayHelpers_Append_6, (Object__Array * * array, IEnumerable_1_System_Object_ * values, MethodInfo * method)); DO_APP_FUNC(0x00E01E60, int32_t, ArrayHelpers_Append_7, (Vector2__Array * * array, Vector2 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C973C8, ArrayHelpers_Append_7__MethodInfo); DO_APP_FUNC(0x00E01860, int32_t, ArrayHelpers_Append_8, (InputControlScheme_DeviceRequirement__Array * * array, InputControlScheme_DeviceRequirement value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C889A0, ArrayHelpers_Append_8__MethodInfo); DO_APP_FUNC(0x00E01F80, int32_t, ArrayHelpers_Append_9, (InputEventTrace_DeviceInfo__Array * * array, InputEventTrace_DeviceInfo value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96BF0, ArrayHelpers_Append_9__MethodInfo); DO_APP_FUNC(0x00E02170, int32_t, ArrayHelpers_Append_10, (InputRemoting_RemoteInputDevice__Array * * array, InputRemoting_RemoteInputDevice value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C914B0, ArrayHelpers_Append_10__MethodInfo); DO_APP_FUNC(0x00E02380, int32_t, ArrayHelpers_Append_11, (InputRemoting_RemoteSender__Array * * array, InputRemoting_RemoteSender value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C914E8, ArrayHelpers_Append_11__MethodInfo); DO_APP_FUNC(0x00E01860, int32_t, ArrayHelpers_Append_12, (InputDeviceMatcher_MatcherJson_Capability__Array * * array, InputDeviceMatcher_MatcherJson_Capability value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A0B8, ArrayHelpers_Append_12__MethodInfo); DO_APP_FUNC(0x00E02570, int32_t, ArrayHelpers_AppendListWithCapacity, (Object__Array * * array, int32_t * length, InputControlList_1_System_Object_ values, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC(0x00E02840, int32_t, ArrayHelpers_AppendListWithCapacity_1, (Object__Array * * array, int32_t * length, ReadOnlyArray_1_System_Object_ values, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC(0x00E02B10, int32_t, ArrayHelpers_AppendListWithCapacity_2, (Object__Array * * array, int32_t * length, Object * values, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC(0x00E02F10, int32_t, ArrayHelpers_AppendToImmutable, (InternedString__Array * * array, InternedString__Array * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A660, ArrayHelpers_AppendToImmutable__MethodInfo); DO_APP_FUNC(0x00E02F10, int32_t, ArrayHelpers_AppendToImmutable_1, (Object__Array * * array, Object__Array * values, MethodInfo * method)); DO_APP_FUNC(0x00E02FF0, int32_t, ArrayHelpers_AppendWithCapacity, (KeyValuePair_2_System_Int32_System_Int32___Array * * array, int32_t * count, KeyValuePair_2_System_Int32_System_Int32_ value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC(0x00E02FF0, int32_t, ArrayHelpers_AppendWithCapacity_1, (GCHandle__Array * * array, int32_t * count, GCHandle value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC(0x00E03110, int32_t, ArrayHelpers_AppendWithCapacity_2, (InputUser__Array * * array, int32_t * count, InputUser value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C920C0, ArrayHelpers_AppendWithCapacity_2__MethodInfo); DO_APP_FUNC(0x00E03230, int32_t, ArrayHelpers_AppendWithCapacity_3, (Int32__Array * * array, int32_t * count, int32_t value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC(0x00E03350, int32_t, ArrayHelpers_AppendWithCapacity_4, (InternedString__Array * * array, int32_t * count, InternedString value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D4C8, ArrayHelpers_AppendWithCapacity_4__MethodInfo); DO_APP_FUNC(0x00E03540, int32_t, ArrayHelpers_AppendWithCapacity_5, (Object__Array * * array, int32_t * count, Object * value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC(0x00E03660, int32_t, ArrayHelpers_AppendWithCapacity_6, (PointerModel__Array * * array, int32_t * count, PointerModel value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC(0x00E03870, int32_t, ArrayHelpers_AppendWithCapacity_7, (Single__Array * * array, int32_t * count, float value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86970, ArrayHelpers_AppendWithCapacity_7__MethodInfo); DO_APP_FUNC(0x00E03350, int32_t, ArrayHelpers_AppendWithCapacity_8, (Substring__Array * * array, int32_t * count, Substring value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC(0x00E03990, int32_t, ArrayHelpers_AppendWithCapacity_9, (UInt64__Array * * array, int32_t * count, uint64_t value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC(0x00E03AB0, int32_t, ArrayHelpers_AppendWithCapacity_10, (InputActionRebindingExtensions_ParameterOverride__Array * * array, int32_t * count, InputActionRebindingExtensions_ParameterOverride value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86EF8, ArrayHelpers_AppendWithCapacity_10__MethodInfo); DO_APP_FUNC(0x00E03C80, int32_t, ArrayHelpers_AppendWithCapacity_11, (InputControlLayout_ControlItem__Array * * array, int32_t * count, InputControlLayout_ControlItem value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98DC8, ArrayHelpers_AppendWithCapacity_11__MethodInfo); DO_APP_FUNC(0x00E03EB0, int32_t, ArrayHelpers_AppendWithCapacity_12, (InputManager_AvailableDevice__Array * * array, int32_t * count, InputManager_AvailableDevice value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90A28, ArrayHelpers_AppendWithCapacity_12__MethodInfo); DO_APP_FUNC(0x00E040D0, int32_t, ArrayHelpers_AppendWithCapacity_13, (InputManager_StateChangeMonitorListener__Array * * array, int32_t * count, InputManager_StateChangeMonitorListener value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C930A8, ArrayHelpers_AppendWithCapacity_13__MethodInfo); DO_APP_FUNC(0x00E042D0, int32_t, ArrayHelpers_AppendWithCapacity_14, (InputManager_StateChangeMonitorTimeout__Array * * array, int32_t * count, InputManager_StateChangeMonitorTimeout value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC(0x00E03350, int32_t, ArrayHelpers_AppendWithCapacity_15, (InputUser_OngoingAccountSelection__Array * * array, int32_t * count, InputUser_OngoingAccountSelection value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC(0x00E044F0, int32_t, ArrayHelpers_AppendWithCapacity_16, (InputUser_UserData__Array * * array, int32_t * count, InputUser_UserData value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C920D8, ArrayHelpers_AppendWithCapacity_16__MethodInfo); DO_APP_FUNC(0x00E02FF0, int32_t, ArrayHelpers_AppendWithCapacity_17, (MemoryHelpers_BitRegion__Array * * array, int32_t * count, MemoryHelpers_BitRegion value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C930A0, ArrayHelpers_AppendWithCapacity_17__MethodInfo); DO_APP_FUNC(0x00E04720, int32_t, ArrayHelpers_AppendWithCapacity_18, (OnScreenControl_OnScreenDeviceInfo__Array * * array, int32_t * count, OnScreenControl_OnScreenDeviceInfo value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC(0x00E04940, int32_t, ArrayHelpers_AppendWithCapacity_19, (NativeArray_1_System_UInt64_ * array, int32_t * count, uint64_t value, int32_t capacityIncrement, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80F38, ArrayHelpers_AppendWithCapacity_19__MethodInfo); DO_APP_FUNC(0x00E049B0, void, ArrayHelpers_Clear, (Object__Array * array, MethodInfo * method)); DO_APP_FUNC(0x00E049D0, void, ArrayHelpers_Clear_1, (Object__Array * array, int32_t * count, MethodInfo * method)); DO_APP_FUNC(0x00E04A00, void, ArrayHelpers_Clear_2, (Object__Array * array, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00E04A00, void, ArrayHelpers_Clear_3, (InputManager_StateChangeMonitorListener__Array * array, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C930B0, ArrayHelpers_Clear_3__MethodInfo); DO_APP_FUNC(0x00E04A20, Object__Array *, ArrayHelpers_Clone, (Object__Array * array, MethodInfo * method)); DO_APP_FUNC(0x00E04C40, bool, ArrayHelpers_Contains, (Int32__Array * array, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91350, ArrayHelpers_Contains__MethodInfo); DO_APP_FUNC(0x00E04CE0, bool, ArrayHelpers_Contains_1, (Object__Array * array, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00E04D80, bool, ArrayHelpers_ContainsReference, (Object__Array * array, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00E04DA0, bool, ArrayHelpers_ContainsReference_1, (Object__Array * array, int32_t count, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00E04DD0, bool, ArrayHelpers_ContainsReference_2, (Object__Array * array, int32_t startIndex, int32_t count, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00E04E10, KeyValuePair_2_System_Int32_System_Int32___Array *, ArrayHelpers_Copy, (KeyValuePair_2_System_Int32_System_Int32___Array * array, MethodInfo * method)); DO_APP_FUNC(0x00E04E10, GCHandle__Array *, ArrayHelpers_Copy_1, (GCHandle__Array * array, MethodInfo * method)); DO_APP_FUNC(0x00E04E10, Int32__Array *, ArrayHelpers_Copy_2, (Int32__Array * array, MethodInfo * method)); DO_APP_FUNC(0x00E04E10, InternedString__Array *, ArrayHelpers_Copy_3, (InternedString__Array * array, MethodInfo * method)); DO_APP_FUNC(0x00E04E10, Object__Array *, ArrayHelpers_Copy_4, (Object__Array * array, MethodInfo * method)); DO_APP_FUNC(0x00E04E10, PointerModel__Array *, ArrayHelpers_Copy_5, (PointerModel__Array * array, MethodInfo * method)); DO_APP_FUNC(0x00E04E10, Substring__Array *, ArrayHelpers_Copy_6, (Substring__Array * array, MethodInfo * method)); DO_APP_FUNC(0x00E04E10, UInt64__Array *, ArrayHelpers_Copy_7, (UInt64__Array * array, MethodInfo * method)); DO_APP_FUNC(0x00E04E10, InputManager_StateChangeMonitorTimeout__Array *, ArrayHelpers_Copy_8, (InputManager_StateChangeMonitorTimeout__Array * array, MethodInfo * method)); DO_APP_FUNC(0x00E04E10, InputUser_OngoingAccountSelection__Array *, ArrayHelpers_Copy_9, (InputUser_OngoingAccountSelection__Array * array, MethodInfo * method)); DO_APP_FUNC(0x00E04E10, OnScreenControl_OnScreenDeviceInfo__Array *, ArrayHelpers_Copy_10, (OnScreenControl_OnScreenDeviceInfo__Array * array, MethodInfo * method)); DO_APP_FUNC(0x00E04F40, void, ArrayHelpers_DuplicateWithCapacity, (Object__Array * * array, int32_t count, int32_t capacity, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC(0x00E05200, void, ArrayHelpers_DuplicateWithCapacity_1, (Touch_1__Array * * array, int32_t count, int32_t capacity, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC(0x00E054C0, void, ArrayHelpers_EnsureCapacity, (Object__Array * * array, int32_t count, int32_t capacity, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC(0x00E055F0, void, ArrayHelpers_EnsureCapacity_1, (Touch_1__Array * * array, int32_t count, int32_t capacity, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC(0x00E05720, bool, ArrayHelpers_Erase, (Int32__Array * * array, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91358, ArrayHelpers_Erase__MethodInfo); DO_APP_FUNC(0x00E05720, bool, ArrayHelpers_Erase_1, (Object__Array * * array, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00E05790, void, ArrayHelpers_EraseAt, (InputBinding__Array * * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88908, ArrayHelpers_EraseAt__MethodInfo); DO_APP_FUNC(0x00E05790, void, ArrayHelpers_EraseAt_1, (InputControlScheme__Array * * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88A40, ArrayHelpers_EraseAt_1__MethodInfo); DO_APP_FUNC(0x00E05790, void, ArrayHelpers_EraseAt_2, (Int32__Array * * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97338, ArrayHelpers_EraseAt_2__MethodInfo); DO_APP_FUNC(0x00E05790, void, ArrayHelpers_EraseAt_3, (Object__Array * * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E05790, void, ArrayHelpers_EraseAt_4, (Vector2__Array * * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97330, ArrayHelpers_EraseAt_4__MethodInfo); DO_APP_FUNC(0x00E05790, void, ArrayHelpers_EraseAt_5, (InputRemoting_RemoteSender__Array * * array, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C914D8, ArrayHelpers_EraseAt_5__MethodInfo); DO_APP_FUNC(0x00E05870, void, ArrayHelpers_EraseAtByMovingTail, (KeyValuePair_2_System_Int32_System_Int32___Array * array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E05870, void, ArrayHelpers_EraseAtByMovingTail_1, (GCHandle__Array * array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E058E0, void, ArrayHelpers_EraseAtByMovingTail_2, (Int32__Array * array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E05940, void, ArrayHelpers_EraseAtByMovingTail_3, (InternedString__Array * array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E05A80, void, ArrayHelpers_EraseAtByMovingTail_4, (Object__Array * array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E05AF0, void, ArrayHelpers_EraseAtByMovingTail_5, (PointerModel__Array * array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E05940, void, ArrayHelpers_EraseAtByMovingTail_6, (Substring__Array * array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E05CA0, void, ArrayHelpers_EraseAtByMovingTail_7, (UInt64__Array * array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E05D00, void, ArrayHelpers_EraseAtByMovingTail_8, (InputManager_StateChangeMonitorTimeout__Array * array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E05940, void, ArrayHelpers_EraseAtByMovingTail_9, (InputUser_OngoingAccountSelection__Array * array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E05E90, void, ArrayHelpers_EraseAtByMovingTail_10, (OnScreenControl_OnScreenDeviceInfo__Array * array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E06020, void, ArrayHelpers_EraseAtWithCapacity, (KeyValuePair_2_System_Int32_System_Int32___Array * array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E06020, void, ArrayHelpers_EraseAtWithCapacity_1, (GCHandle__Array * array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E06090, void, ArrayHelpers_EraseAtWithCapacity_2, (InputUser__Array * array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C920E8, ArrayHelpers_EraseAtWithCapacity_2__MethodInfo); DO_APP_FUNC(0x00E06090, void, ArrayHelpers_EraseAtWithCapacity_3, (Int32__Array * array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E06100, void, ArrayHelpers_EraseAtWithCapacity_4, (InternedString__Array * array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D4B0, ArrayHelpers_EraseAtWithCapacity_4__MethodInfo); DO_APP_FUNC(0x00E061D0, void, ArrayHelpers_EraseAtWithCapacity_5, (Object__Array * array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E06240, void, ArrayHelpers_EraseAtWithCapacity_6, (PointerModel__Array * array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E06090, void, ArrayHelpers_EraseAtWithCapacity_7, (Single__Array * array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C869C0, ArrayHelpers_EraseAtWithCapacity_7__MethodInfo); DO_APP_FUNC(0x00E06100, void, ArrayHelpers_EraseAtWithCapacity_8, (Substring__Array * array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E06350, void, ArrayHelpers_EraseAtWithCapacity_9, (NativeArray_1_System_UInt64_ array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80F90, ArrayHelpers_EraseAtWithCapacity_9__MethodInfo); DO_APP_FUNC(0x00E06020, void, ArrayHelpers_EraseAtWithCapacity_10, (UInt64__Array * array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E06400, void, ArrayHelpers_EraseAtWithCapacity_11, (InputManager_AvailableDevice__Array * array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90FA8, ArrayHelpers_EraseAtWithCapacity_11__MethodInfo); DO_APP_FUNC(0x00E064F0, void, ArrayHelpers_EraseAtWithCapacity_12, (InputManager_StateChangeMonitorListener__Array * array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C908A0, ArrayHelpers_EraseAtWithCapacity_12__MethodInfo); DO_APP_FUNC(0x00E065D0, void, ArrayHelpers_EraseAtWithCapacity_13, (InputManager_StateChangeMonitorTimeout__Array * array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E066C0, void, ArrayHelpers_EraseAtWithCapacity_14, (InputManager_StateChangeMonitorsForDevice__Array * array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90FA0, ArrayHelpers_EraseAtWithCapacity_14__MethodInfo); DO_APP_FUNC(0x00E06100, void, ArrayHelpers_EraseAtWithCapacity_15, (InputUser_OngoingAccountSelection__Array * array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E067C0, void, ArrayHelpers_EraseAtWithCapacity_16, (InputUser_UserData__Array * array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92078, ArrayHelpers_EraseAtWithCapacity_16__MethodInfo); DO_APP_FUNC(0x00E06020, void, ArrayHelpers_EraseAtWithCapacity_17, (MemoryHelpers_BitRegion__Array * array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C908D8, ArrayHelpers_EraseAtWithCapacity_17__MethodInfo); DO_APP_FUNC(0x00E068D0, void, ArrayHelpers_EraseAtWithCapacity_18, (OnScreenControl_OnScreenDeviceInfo__Array * array, int32_t * count, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E069C0, void, ArrayHelpers_EraseSliceWithCapacity, (Object__Array * * array, int32_t * length, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00E06AA0, int32_t, ArrayHelpers_GrowBy, (Object__Array * * array, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00E06B60, int32_t, ArrayHelpers_GrowBy_1, (NativeArray_1_System_UInt64_ * array, int32_t count, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x00E06C80, int32_t, ArrayHelpers_GrowWithCapacity, (Object__Array * * array, int32_t * count, int32_t growBy, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC(0x00E06CE0, bool, ArrayHelpers_HaveDuplicateReferences, (Object__Array * first, int32_t index, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00E06D60, bool, ArrayHelpers_HaveEqualElements, (Object__Array * first, Object__Array * second, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00E06E70, int32_t, ArrayHelpers_IndexOf, (InputBinding__Array * array, Predicate_1_UnityEngine_InputSystem_InputBinding_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88C60, ArrayHelpers_IndexOf__MethodInfo); DO_APP_FUNC(0x00E06F60, int32_t, ArrayHelpers_IndexOf_1, (Object__Array * array, Predicate_1_Object_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00E07000, int32_t, ArrayHelpers_IndexOf_2, (Int32__Array * array, int32_t value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00E070C0, int32_t, ArrayHelpers_IndexOf_3, (Object__Array * array, Object * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00E07180, int32_t, ArrayHelpers_IndexOf_4, (Object__Array * array, Predicate_1_Object_ * predicate, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00E07230, int32_t, ArrayHelpers_IndexOfReference, (Object__Array * array, Object * value, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00E07260, int32_t, ArrayHelpers_IndexOfReference_1, (Object__Array * array, Object * value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00E072C0, int32_t, ArrayHelpers_IndexOfValue, (InternedString__Array * array, InternedString value, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D4A8, ArrayHelpers_IndexOfValue__MethodInfo); DO_APP_FUNC(0x00E07330, void, ArrayHelpers_InsertAt, (InputBinding__Array * * array, int32_t index, InputBinding value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76C60, ArrayHelpers_InsertAt__MethodInfo); DO_APP_FUNC(0x00E07530, void, ArrayHelpers_InsertAt_1, (Object__Array * * array, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76C68, ArrayHelpers_InsertAt_1__MethodInfo); DO_APP_FUNC(0x00E076A0, void, ArrayHelpers_InsertAt_2, (UInt16__Array * * array, int32_t index, uint16_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76C58, ArrayHelpers_InsertAt_2__MethodInfo); DO_APP_FUNC(0x00E07820, void, ArrayHelpers_InsertAtWithCapacity, (Object__Array * * array, int32_t * count, int32_t index, Object * value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC(0x00E078C0, void, ArrayHelpers_InsertAtWithCapacity_1, (Touch_1__Array * * array, int32_t * count, int32_t index, Touch_1 value, int32_t capacityIncrement, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97430, ArrayHelpers_InsertAtWithCapacity_1__MethodInfo); DO_APP_FUNC(0x00E079D0, KeyValuePair_2_System_Int32_System_Int32___Array *, ArrayHelpers_Join, (KeyValuePair_2_System_Int32_System_Int32_ value, KeyValuePair_2_System_Int32_System_Int32___Array * values, MethodInfo * method)); DO_APP_FUNC(0x00E079D0, GCHandle__Array *, ArrayHelpers_Join_1, (GCHandle value, GCHandle__Array * values, MethodInfo * method)); DO_APP_FUNC(0x00E07A90, Int32__Array *, ArrayHelpers_Join_2, (int32_t value, Int32__Array * values, MethodInfo * method)); DO_APP_FUNC(0x00E07B50, InternedString__Array *, ArrayHelpers_Join_3, (InternedString value, InternedString__Array * values, MethodInfo * method)); DO_APP_FUNC(0x00E07C60, Object__Array *, ArrayHelpers_Join_4, (Object * value, Object__Array * values, MethodInfo * method)); DO_APP_FUNC(0x00E07D30, PointerModel__Array *, ArrayHelpers_Join_5, (PointerModel value, PointerModel__Array * values, MethodInfo * method)); DO_APP_FUNC(0x00E07B50, Substring__Array *, ArrayHelpers_Join_6, (Substring value, Substring__Array * values, MethodInfo * method)); DO_APP_FUNC(0x00E07E60, UInt64__Array *, ArrayHelpers_Join_7, (uint64_t value, UInt64__Array * values, MethodInfo * method)); DO_APP_FUNC(0x00E07F20, InputManager_StateChangeMonitorTimeout__Array *, ArrayHelpers_Join_8, (InputManager_StateChangeMonitorTimeout value, InputManager_StateChangeMonitorTimeout__Array * values, MethodInfo * method)); DO_APP_FUNC(0x00E07B50, InputUser_OngoingAccountSelection__Array *, ArrayHelpers_Join_9, (InputUser_OngoingAccountSelection value, InputUser_OngoingAccountSelection__Array * values, MethodInfo * method)); DO_APP_FUNC(0x00E08040, OnScreenControl_OnScreenDeviceInfo__Array *, ArrayHelpers_Join_10, (OnScreenControl_OnScreenDeviceInfo value, OnScreenControl_OnScreenDeviceInfo__Array * values, MethodInfo * method)); DO_APP_FUNC(0x00E08160, int32_t, ArrayHelpers_LengthSafe, (InputBinding__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C875F0, ArrayHelpers_LengthSafe__MethodInfo); DO_APP_FUNC(0x00E08160, int32_t, ArrayHelpers_LengthSafe_1, (InputControlScheme__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C873E8, ArrayHelpers_LengthSafe_1__MethodInfo); DO_APP_FUNC(0x00E08160, int32_t, ArrayHelpers_LengthSafe_2, (Object__Array * array, MethodInfo * method)); DO_APP_FUNC(0x00E08160, int32_t, ArrayHelpers_LengthSafe_3, (UInt32__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D730, ArrayHelpers_LengthSafe_3__MethodInfo); DO_APP_FUNC(0x00E08160, int32_t, ArrayHelpers_LengthSafe_4, (InputEventTrace_DeviceInfo__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96E30, ArrayHelpers_LengthSafe_4__MethodInfo); DO_APP_FUNC(0x00E08160, int32_t, ArrayHelpers_LengthSafe_5, (InputManager_StateChangeMonitorsForDevice__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90F78, ArrayHelpers_LengthSafe_5__MethodInfo); DO_APP_FUNC(0x00E08170, InternedString__Array *, ArrayHelpers_Merge, (InternedString__Array * first, InternedString__Array * second, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98DE8, ArrayHelpers_Merge__MethodInfo); DO_APP_FUNC(0x00E08390, Object__Array *, ArrayHelpers_Merge_1, (Object__Array * first, Object__Array * second, MethodInfo * method)); DO_APP_FUNC(0x00E085A0, Object__Array *, ArrayHelpers_Merge_2, (Object__Array * first, Object__Array * second, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00E08890, void, ArrayHelpers_MoveSlice, (Object__Array * array, int32_t sourceIndex, int32_t destinationIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00E08A40, void, ArrayHelpers_PutAtIfNotSet, (Object__Array * * array, int32_t index, Func_1_Object_ * valueFn, MethodInfo * method)); DO_APP_FUNC(0x00E08B30, void, ArrayHelpers_Resize, (NativeArray_1_System_UInt64_ * array, int32_t newSize, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81008, ArrayHelpers_Resize__MethodInfo); DO_APP_FUNC(0x00E08C50, Object__Array *, ArrayHelpers_Select, (InternedString__Array * array, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Object_ * converter, MethodInfo * method)); DO_APP_FUNC(0x00E08DA0, InternedString__Array *, ArrayHelpers_Select_1, (Object__Array * array, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * converter, MethodInfo * method)); DO_APP_FUNC(0x00E08F00, Object__Array *, ArrayHelpers_Select_2, (Object__Array * array, Func_2_Object_Object_ * converter, MethodInfo * method)); DO_APP_FUNC(0x00E09040, void, ArrayHelpers_Swap, (Object * * first, Object * * second, MethodInfo * method)); DO_APP_FUNC(0x00E090F0, void, ArrayHelpers_SwapElements, (Object__Array * array, int32_t index1, int32_t index2, MethodInfo * method)); DO_APP_FUNC(0x00E09140, void, ArrayHelpers_SwapElements_1, (Single__Array * array, int32_t index1, int32_t index2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86948, ArrayHelpers_SwapElements_1__MethodInfo); DO_APP_FUNC(0x00E09190, void, ArrayHelpers_SwapElements_2, (NativeArray_1_System_UInt64_ array, int32_t index1, int32_t index2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80EF8, ArrayHelpers_SwapElements_2__MethodInfo); DO_APP_FUNC(0x00E091C0, void, ArrayHelpers_SwapElements_3, (InputManager_StateChangeMonitorListener__Array * array, int32_t index1, int32_t index2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93090, ArrayHelpers_SwapElements_3__MethodInfo); DO_APP_FUNC(0x00E090F0, void, ArrayHelpers_SwapElements_4, (MemoryHelpers_BitRegion__Array * array, int32_t index1, int32_t index2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C93098, ArrayHelpers_SwapElements_4__MethodInfo); DO_APP_FUNC(0x00E09220, void, ArraySegmentExtensions_Clear, (ArraySegment_1_Object_ segment, MethodInfo * method)); DO_APP_FUNC(0x00E09220, void, ArraySegmentExtensions_Clear_1, (ArraySegment_1_Single_ segment, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C7F8, ArraySegmentExtensions_Clear_1__MethodInfo); DO_APP_FUNC(0x00E09270, int32_t, ArraySegmentExtensions_CopyFrom, (ArraySegment_1_Object_ destination, Object__Array * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76C40, ArraySegmentExtensions_CopyFrom__MethodInfo); DO_APP_FUNC(0x00E09380, int32_t, ArraySegmentExtensions_CopyFrom_1, (ArraySegment_1_Single_ destination, Single__Array * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5EF18, ArraySegmentExtensions_CopyFrom_1__MethodInfo); DO_APP_FUNC(0x00E09490, ArraySegment_1_Byte_, ArraySegmentExtensions_CopyToSegment, (ArraySegment_1_Byte_ source, Byte__Array * destination, int32_t destinationOffset, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56948, ArraySegmentExtensions_CopyToSegment__MethodInfo); DO_APP_FUNC(0x00E09660, ArraySegmentExtensions_DisposableHandle, ArraySegmentExtensions_Pin, (ArraySegment_1_Byte_ segment, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C478, ArraySegmentExtensions_Pin__MethodInfo); DO_APP_FUNC(0x00E09780, ArraySegmentExtensions_DisposableHandle, ArraySegmentExtensions_Pin_1, (ArraySegment_1_Single_ segment, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C450, ArraySegmentExtensions_Pin_1__MethodInfo); DO_APP_FUNC(0x00E098A0, Object__Array *, ArrayTools_Add, (Object__Array * array, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00E099D0, int32_t, ArrayTools_Add_1, (Object__Array * * array, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00E09B60, Object__Array *, ArrayTools_AddIfUnique_1, (Object__Array * array, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00E09BE0, int32_t, ArrayTools_AddIfUnique_2, (Object__Array * * array, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00E09C60, Object__Array *, ArrayTools_Combine_4, (Object__Array * array1, Object__Array * array2, MethodInfo * method)); DO_APP_FUNC(0x00E09E50, void, ArrayTools_Combine_5, (Object__Array * * array1, Object__Array * array2, MethodInfo * method)); DO_APP_FUNC(0x00E0A1C0, void, ArrayTools_Compact, (Object__Array * * array, MethodInfo * method)); DO_APP_FUNC(0x00E0A2C0, bool, ArrayTools_Contains_1, (Guid__Array * array, Guid item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98870, ArrayTools_Contains_1__MethodInfo); DO_APP_FUNC(0x00E0A380, bool, ArrayTools_Contains_2, (Int32__Array * array, int32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB68D0, ArrayTools_Contains_2__MethodInfo); DO_APP_FUNC(0x00E0A420, bool, ArrayTools_Contains_3, (Object__Array * array, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00E0A4D0, bool, ArrayTools_Contains_4, (PidVid__Array * array, PidVid item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B7B0, ArrayTools_Contains_4__MethodInfo); DO_APP_FUNC(0x00E0A570, int32_t, ArrayTools_Count, (Object__Array * array, Predicate_1_Object_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76BE8, ArrayTools_Count__MethodInfo); DO_APP_FUNC(0x00E0A660, Object__Array *, ArrayTools_DeepClone, (Object__Array * array, MethodInfo * method)); DO_APP_FUNC(0x00E0A7E0, void, ArrayTools_Expand, (Object__Array * * array, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x00E0A9D0, void, ArrayTools_Fill, (Int32__Array * array, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C81F50, ArrayTools_Fill__MethodInfo); DO_APP_FUNC(0x00E0AA10, void, ArrayTools_Fill_1, (Object__Array * array, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00E0AAA0, void, ArrayTools_Fill_2, (Object__Array * array, Object * value, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76BA0, ArrayTools_Fill_2__MethodInfo); DO_APP_FUNC(0x00E0AB90, void, ArrayTools_Fill_3, (Object__Array * array, Object * value, int32_t startIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76BB0, ArrayTools_Fill_3__MethodInfo); DO_APP_FUNC(0x00E0AC80, Object *, ArrayTools_Find, (Object__Array * array, Predicate_1_Object_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76B70, ArrayTools_Find__MethodInfo); DO_APP_FUNC(0x00E0AD70, int32_t, ArrayTools_IndexOf_9, (Object__Array * array, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00E0AE20, Object__Array *, ArrayTools_Insert, (Object__Array * array, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00E0B040, int32_t, ArrayTools_Insert_1, (Object__Array * * array, int32_t index, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00E0B2A0, bool, ArrayTools_IsNullOrEmpty, (Object__Array * array, MethodInfo * method)); DO_APP_FUNC(0x00E0B390, void, ArrayTools_MoveEntryDown, (Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E0B410, void, ArrayTools_MoveEntryUp, (Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E0B480, Object__Array *, ArrayTools_ParseArray, (String * line, MethodInfo * method)); DO_APP_FUNC(0x00E0B920, void, ArrayTools_Populate, (Object__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76B40, ArrayTools_Populate__MethodInfo); DO_APP_FUNC(0x00E0B9A0, void, ArrayTools_Populate_1, (Object__Array * array, Func_1_Object_ * instantiator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76B50, ArrayTools_Populate_1__MethodInfo); DO_APP_FUNC(0x00E0BA30, void, ArrayTools_Populate_2, (Object__Array * array, int32_t startIndex, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76B60, ArrayTools_Populate_2__MethodInfo); DO_APP_FUNC(0x00E0BC60, void, ArrayTools_Populate_3, (Object__Array * array, int32_t startIndex, int32_t length, Func_1_Object_ * instantiator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76B08, ArrayTools_Populate_3__MethodInfo); DO_APP_FUNC(0x00E0BEB0, Object__Array *, ArrayTools_Remove_1, (Object__Array * array, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00E0BF90, bool, ArrayTools_Remove_2, (Object__Array * * array, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00E0C060, Object__Array *, ArrayTools_RemoveAt, (Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E0C230, bool, ArrayTools_RemoveAt_1, (Object__Array * * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E0C460, Int32__Array *, ArrayTools_ShallowCopy_3, (Int32__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7B7F8, ArrayTools_ShallowCopy_3__MethodInfo); DO_APP_FUNC(0x00E0C460, Int32Enum__Enum__Array *, ArrayTools_ShallowCopy_4, (Int32Enum__Enum__Array * array, MethodInfo * method)); DO_APP_FUNC(0x00E0C460, Object__Array *, ArrayTools_ShallowCopy_5, (Object__Array * array, MethodInfo * method)); DO_APP_FUNC(0x00E0C590, void, ArrayTools_ShallowCopy_6, (Object__Array * sourceArray, Object__Array * targetArray, MethodInfo * method)); DO_APP_FUNC(0x00E0C670, Object__Array *, ArrayTools_SortAscending, (Object__Array * array, Int32__Array * * sortedIndices, MethodInfo * method)); DO_APP_FUNC(0x00E0C980, Object__Array *, ArrayTools_SortDescending, (Object__Array * array, Int32__Array * * sortedIndices, bool ascending, MethodInfo * method)); DO_APP_FUNC(0x00E0CCA0, bool, ArrayTools_SubArray, (Object__Array * * array, int32_t startIndex, MethodInfo * method)); DO_APP_FUNC(0x00E0CE40, bool, ArrayTools_SubArray_1, (Object__Array * * array, int32_t startIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x003AC050, void, Assert_1_Equal_1, (Object * a, Object * b, MethodInfo * method)); DO_APP_FUNC(0x00E0CFE0, void, Assert_1_False_1, (bool condition, Object * extraInfo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76B00, Assert_1_False_1__MethodInfo); DO_APP_FUNC(0x003AC050, void, Assert_1_NotEqual_1, (Object * a, Object * b, MethodInfo * method)); DO_APP_FUNC(0x00E0D050, void, Assert_1_True_2, (bool condition, Object * extraInfo, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76AB8, Assert_1_True_2__MethodInfo); DO_APP_FUNC(0x00E0D0C0, void, Assert_AreEqual_2, (Int32Enum__Enum expected, Int32Enum__Enum actual, MethodInfo * method)); DO_APP_FUNC(0x00E0D130, void, Assert_AreEqual_3, (Object * expected, Object * actual, MethodInfo * method)); DO_APP_FUNC(0x00E0D1B0, void, Assert_AreEqual_4, (int32_t expected, int32_t actual, String * message, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7398, Assert_AreEqual_4__MethodInfo); DO_APP_FUNC(0x00E0D260, void, Assert_AreEqual_5, (Int32Enum__Enum expected, Int32Enum__Enum actual, String * message, MethodInfo * method)); DO_APP_FUNC(0x00E0D310, void, Assert_AreEqual_6, (Object * expected, Object * actual, String * message, MethodInfo * method)); DO_APP_FUNC(0x00E0D3C0, void, Assert_AreEqual_7, (int32_t expected, int32_t actual, String * message, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00E0D810, void, Assert_AreEqual_8, (Int32Enum__Enum expected, Int32Enum__Enum actual, String * message, IEqualityComparer_1_System_Int32Enum_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00E0DC60, void, Assert_AreEqual_9, (Object * expected, Object * actual, String * message, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00E0DFF0, void, Assert_AreNotEqual_1, (bool expected, bool actual, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6E78, Assert_AreNotEqual_1__MethodInfo); DO_APP_FUNC(0x00E0E070, void, Assert_AreNotEqual_2, (Object * expected, Object * actual, MethodInfo * method)); DO_APP_FUNC(0x00E0E0F0, void, Assert_AreNotEqual_3, (bool expected, bool actual, String * message, MethodInfo * method)); DO_APP_FUNC(0x00E0E1A0, void, Assert_AreNotEqual_4, (Object * expected, Object * actual, String * message, MethodInfo * method)); DO_APP_FUNC(0x00E0E250, void, Assert_AreNotEqual_5, (bool expected, bool actual, String * message, IEqualityComparer_1_System_Boolean_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00E0E6B0, void, Assert_AreNotEqual_6, (Object * expected, Object * actual, String * message, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00E0EA40, void, Assert_IsNotNull_1, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x00E0EAB0, void, Assert_IsNotNull_2, (Object * value, String * message, MethodInfo * method)); DO_APP_FUNC(0x00E0ED40, void, Assert_IsNull_1, (Object * value, MethodInfo * method)); DO_APP_FUNC(0x00E0EDB0, void, Assert_IsNull_2, (Object * value, String * message, MethodInfo * method)); DO_APP_FUNC(0x00E0F040, AssetBundleRequest *, AssetBundle_LoadAllAssetsAsync_2, (AssetBundle * __this, MethodInfo * method)); DO_APP_FUNC(0x00E0F130, AsyncOperationHandle_1_System_Object_, AssetReference_CreateFailedOperation, (MethodInfo * method)); DO_APP_FUNC(0x00E0F2E0, AsyncOperationHandle_1_System_Object_, AssetReference_LoadAsset, (AssetReference * __this, MethodInfo * method)); DO_APP_FUNC(0x00E0F340, AsyncOperationHandle_1_System_Object_, AssetReference_LoadAssetAsync, (AssetReference * __this, MethodInfo * method)); DO_APP_FUNC(0x00E0F510, NativeArray_1_System_Byte_, AsyncGPUReadbackRequest_GetData, (AsyncGPUReadbackRequest * __this, int32_t layer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94228, AsyncGPUReadbackRequest_GetData__MethodInfo); DO_APP_FUNC(0x00E0F7D0, AsyncOperationHandle_1_System_Object_, AsyncOperationHandle_Convert, (AsyncOperationHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x00E0F7D0, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, AsyncOperationHandle_Convert_1, (AsyncOperationHandle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C841F8, AsyncOperationHandle_Convert_1__MethodInfo); DO_APP_FUNC(0x00E0F830, Task_1_System_Nullable_1_ *, AsyncTaskCache_CreateCacheableTask, (Nullable_1_Int32_ result, MethodInfo * method)); DO_APP_FUNC(0x00E0F8B0, Task_1_System_ValueTuple_2_ *, AsyncTaskCache_CreateCacheableTask_1, (ValueTuple_2_Boolean_Object_ result, MethodInfo * method)); DO_APP_FUNC(0x00E0F940, Task_1_System_ValueTuple_3__1 *, AsyncTaskCache_CreateCacheableTask_2, (ValueTuple_3_Object_Object_Int32_ result, MethodInfo * method)); DO_APP_FUNC(0x00E0F9E0, Task_1_System_ValueTuple_5__1 *, AsyncTaskCache_CreateCacheableTask_3, (ValueTuple_5_Object_Boolean_Boolean_Object_Object_ result, MethodInfo * method)); DO_APP_FUNC(0x00E0FA80, Task_1_System_Boolean_ *, AsyncTaskCache_CreateCacheableTask_4, (bool result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C728A0, AsyncTaskCache_CreateCacheableTask_4__MethodInfo); DO_APP_FUNC(0x00E0FB00, Task_1_System_Int32_ *, AsyncTaskCache_CreateCacheableTask_5, (int32_t result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72890, AsyncTaskCache_CreateCacheableTask_5__MethodInfo); DO_APP_FUNC(0x00E0FB00, Task_1_System_Int32Enum_ *, AsyncTaskCache_CreateCacheableTask_6, (Int32Enum__Enum result, MethodInfo * method)); DO_APP_FUNC(0x00E0FB80, Task_1_System_Object_ *, AsyncTaskCache_CreateCacheableTask_7, (Object * result, MethodInfo * method)); DO_APP_FUNC(0x00E0F830, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ *, AsyncTaskCache_CreateCacheableTask_8, (ValueWebSocketReceiveResult result, MethodInfo * method)); DO_APP_FUNC(0x00E0FC00, Task_1_VoidTaskResult_ *, AsyncTaskCache_CreateCacheableTask_9, (VoidTaskResult result, MethodInfo * method)); DO_APP_FUNC(0x00E0FC80, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Nullable_1_ * awaiter, AsyncProtocolRequest_ProcessOperation_d_24 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66340, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted__MethodInfo); DO_APP_FUNC(0x00E0FD00, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_1, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_3__1 * awaiter, WebConnectionTunnel_Initialize_d_42 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00E0FD80, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_2, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32_ * awaiter, MonoChunkStream_FinishReading_d_8 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBCB0, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_2__MethodInfo); DO_APP_FUNC(0x00E0FE00, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_3, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Int32_ * awaiter, WebResponseStream_InitReadAsync_d_52 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDED78, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_3__MethodInfo); DO_APP_FUNC(0x00E0FE80, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_4, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * awaiter, MobileAuthenticatedStream_ProcessAuthentication_d_48 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00E0FF00, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_5, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * awaiter, ServicePointScheduler_RunScheduler_d_32 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00E0FF80, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_6, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * awaiter, WebRequestStream_WriteChunkTrailer_d_40 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00E10000, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_7, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * awaiter, WebResponseStream_ReadAllAsync_d_48 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00E10080, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_8, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * awaiter, WebSocketHandle_ConnectAsyncCore_d_26 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00E10100, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_9, (AsyncTaskMethodBuilder * __this, ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Int32_ * awaiter, ManagedWebSocket_EnsureBufferContainsAsync_d_71 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7C90, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_9__MethodInfo); DO_APP_FUNC(0x00E10180, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_10, (AsyncTaskMethodBuilder * __this, ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Int32_ * awaiter, ManagedWebSocket_WaitForServerToCloseConnectionAsync_d_63 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7CF8, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_10__MethodInfo); DO_APP_FUNC(0x00E10200, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_11, (AsyncTaskMethodBuilder * __this, ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Int32_ * awaiter, Stream_CopyToAsyncInternal_d_28 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8218, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_11__MethodInfo); DO_APP_FUNC(0x00E10280, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_12, (AsyncTaskMethodBuilder * __this, ForceAsyncAwaiter * awaiter, CryptoStream_WriteAsyncInternal_d_46 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C633C0, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_12__MethodInfo); DO_APP_FUNC(0x00E10300, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_13, (AsyncTaskMethodBuilder * __this, Object * * awaiter, Object * * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00E10380, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_14, (AsyncTaskMethodBuilder * __this, TaskAwaiter * awaiter, BoltCore_ShutdownProcedure_d_107 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92758, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_14__MethodInfo); DO_APP_FUNC(0x00E10400, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_15, (AsyncTaskMethodBuilder * __this, TaskAwaiter * awaiter, CryptoStream_WriteAsyncInternal_d_46 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C633C8, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_15__MethodInfo); DO_APP_FUNC(0x00E10480, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_16, (AsyncTaskMethodBuilder * __this, TaskAwaiter * awaiter, WebRequestStream_Initialize_d_36 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEFB0, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_16__MethodInfo); DO_APP_FUNC(0x00E10500, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_17, (AsyncTaskMethodBuilder * __this, TaskAwaiter * awaiter, WebRequestStream_WriteAsyncInner_d_33 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEF68, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_17__MethodInfo); DO_APP_FUNC(0x00E10580, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_18, (AsyncTaskMethodBuilder * __this, TaskAwaiter * awaiter, WebRequestStream_WriteRequestAsync_d_38 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEEF0, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_18__MethodInfo); DO_APP_FUNC(0x00E10600, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_19, (AsyncTaskMethodBuilder * __this, ValueTaskAwaiter * awaiter, CryptoStream_WriteAsyncCore_d_49 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C633D0, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_19__MethodInfo); DO_APP_FUNC(0x00E10680, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_20, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, AsyncProtocolRequest_ProcessOperation_d_24 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66348, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_20__MethodInfo); DO_APP_FUNC(0x00E10700, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_21, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, ClientWebSocket_ConnectAsyncCore_d_16 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA628, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_21__MethodInfo); DO_APP_FUNC(0x00E10780, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_22, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, ManagedWebSocket_CloseAsyncPrivate_d_68 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7C48, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_22__MethodInfo); DO_APP_FUNC(0x00E10800, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_23, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, ManagedWebSocket_CloseWithReceiveErrorAndThrowAsync_d_66 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7C60, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_23__MethodInfo); DO_APP_FUNC(0x00E10880, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_24, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, ManagedWebSocket_HandleReceivedCloseAsync_d_62 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7CE8, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_24__MethodInfo); DO_APP_FUNC(0x00E10900, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_25, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, ManagedWebSocket_HandleReceivedPingPongAsync_d_64 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7CD8, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_25__MethodInfo); DO_APP_FUNC(0x00E10980, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_26, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, ManagedWebSocket_SendCloseFrameAsync_d_69 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7C58, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_26__MethodInfo); DO_APP_FUNC(0x00E10A00, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_27, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, ManagedWebSocket_SendFrameFallbackAsync_d_56 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7CB0, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_27__MethodInfo); DO_APP_FUNC(0x00E10A80, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_28, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, MobileAuthenticatedStream_InnerWrite_d_67 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C660C8, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_28__MethodInfo); DO_APP_FUNC(0x00E10B00, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_29, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, MonoChunkStream_FinishReading_d_8 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBCB8, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_29__MethodInfo); DO_APP_FUNC(0x00E10B80, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_30, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, Stream_FinishWriteAsync_d_57 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8140, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_30__MethodInfo); DO_APP_FUNC(0x00E10C00, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_31, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, WebConnection_Connect_d_16 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF320, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_31__MethodInfo); DO_APP_FUNC(0x00E10C80, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_32, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, WebConnectionTunnel_Initialize_d_42 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF188, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_32__MethodInfo); DO_APP_FUNC(0x00E10D00, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_33, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, WebRequestStream_FinishWriting_d_31 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEF78, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_33__MethodInfo); DO_APP_FUNC(0x00E10D80, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_34, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, WebRequestStream_Initialize_d_36 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEFB8, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_34__MethodInfo); DO_APP_FUNC(0x00E10E00, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_35, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, WebRequestStream_ProcessWrite_d_34 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEFA8, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_35__MethodInfo); DO_APP_FUNC(0x00E10E80, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_36, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, WebRequestStream_SetHeadersAsync_d_37 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEF98, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_36__MethodInfo); DO_APP_FUNC(0x00E10F00, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_37, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, WebRequestStream_WriteAsyncInner_d_33 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEF70, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_37__MethodInfo); DO_APP_FUNC(0x00E10F80, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_38, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, WebRequestStream_WriteChunkTrailer_d_40 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEF58, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_38__MethodInfo); DO_APP_FUNC(0x00E11000, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_39, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, WebRequestStream_WriteChunkTrailer_inner_d_39 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEF50, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_39__MethodInfo); DO_APP_FUNC(0x00E11080, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_40, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, WebRequestStream_WriteRequestAsync_d_38 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEEF8, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_40__MethodInfo); DO_APP_FUNC(0x00E11100, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_41, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, WebSocket_SendWithArrayPoolAsync_d_16 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA1E8, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_41__MethodInfo); DO_APP_FUNC(0x00E11180, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_42, (AsyncTaskMethodBuilder * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, WebSocketHandle_ConnectAsyncCore_d_26 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEA538, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_42__MethodInfo); DO_APP_FUNC(0x00E11200, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_43, (AsyncTaskMethodBuilder * __this, ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter * awaiter, ManagedWebSocket_HandleReceivedPingPongAsync_d_64 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7CD0, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_43__MethodInfo); DO_APP_FUNC(0x00E11280, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_44, (AsyncTaskMethodBuilder * __this, ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter * awaiter, ManagedWebSocket_SendCloseFrameAsync_d_69 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7C50, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_44__MethodInfo); DO_APP_FUNC(0x00E11300, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_45, (AsyncTaskMethodBuilder * __this, ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter * awaiter, ManagedWebSocket_SendFrameFallbackAsync_d_56 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7CA8, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_45__MethodInfo); DO_APP_FUNC(0x00E11380, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_46, (AsyncTaskMethodBuilder * __this, ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter * awaiter, ManagedWebSocket_WaitForWriteTaskAsync_d_55 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7CC0, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_46__MethodInfo); DO_APP_FUNC(0x00E11400, void, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_47, (AsyncTaskMethodBuilder * __this, ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter * awaiter, Stream_CopyToAsyncInternal_d_28 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8220, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_47__MethodInfo); DO_APP_FUNC(0x00E11480, void, AsyncTaskMethodBuilder_Start, (AsyncTaskMethodBuilder * __this, Object * * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76678, AsyncTaskMethodBuilder_Start__MethodInfo); DO_APP_FUNC(0x00E11600, void, AsyncTaskMethodBuilder_Start_1, (AsyncTaskMethodBuilder * __this, AsyncProtocolRequest_ProcessOperation_d_24 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76620, AsyncTaskMethodBuilder_Start_1__MethodInfo); DO_APP_FUNC(0x00E11710, void, AsyncTaskMethodBuilder_Start_2, (AsyncTaskMethodBuilder * __this, BoltCore_ShutdownProcedure_d_107 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92C90, AsyncTaskMethodBuilder_Start_2__MethodInfo); DO_APP_FUNC(0x00E11820, void, AsyncTaskMethodBuilder_Start_3, (AsyncTaskMethodBuilder * __this, ClientWebSocket_ConnectAsyncCore_d_16 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76598, AsyncTaskMethodBuilder_Start_3__MethodInfo); DO_APP_FUNC(0x00E11930, void, AsyncTaskMethodBuilder_Start_4, (AsyncTaskMethodBuilder * __this, CryptoStream_WriteAsyncCore_d_49 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76568, AsyncTaskMethodBuilder_Start_4__MethodInfo); DO_APP_FUNC(0x00E11A40, void, AsyncTaskMethodBuilder_Start_5, (AsyncTaskMethodBuilder * __this, CryptoStream_WriteAsyncInternal_d_46 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76528, AsyncTaskMethodBuilder_Start_5__MethodInfo); DO_APP_FUNC(0x00E11B50, void, AsyncTaskMethodBuilder_Start_6, (AsyncTaskMethodBuilder * __this, ManagedWebSocket_CloseAsyncPrivate_d_68 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C764E0, AsyncTaskMethodBuilder_Start_6__MethodInfo); DO_APP_FUNC(0x00E11C60, void, AsyncTaskMethodBuilder_Start_7, (AsyncTaskMethodBuilder * __this, ManagedWebSocket_CloseWithReceiveErrorAndThrowAsync_d_66 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C764B8, AsyncTaskMethodBuilder_Start_7__MethodInfo); DO_APP_FUNC(0x00E11D70, void, AsyncTaskMethodBuilder_Start_8, (AsyncTaskMethodBuilder * __this, ManagedWebSocket_EnsureBufferContainsAsync_d_71 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76488, AsyncTaskMethodBuilder_Start_8__MethodInfo); DO_APP_FUNC(0x00E11E80, void, AsyncTaskMethodBuilder_Start_9, (AsyncTaskMethodBuilder * __this, ManagedWebSocket_HandleReceivedCloseAsync_d_62 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76468, AsyncTaskMethodBuilder_Start_9__MethodInfo); DO_APP_FUNC(0x00E11F90, void, AsyncTaskMethodBuilder_Start_10, (AsyncTaskMethodBuilder * __this, ManagedWebSocket_HandleReceivedPingPongAsync_d_64 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76440, AsyncTaskMethodBuilder_Start_10__MethodInfo); DO_APP_FUNC(0x00E120A0, void, AsyncTaskMethodBuilder_Start_11, (AsyncTaskMethodBuilder * __this, ManagedWebSocket_SendCloseFrameAsync_d_69 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76420, AsyncTaskMethodBuilder_Start_11__MethodInfo); DO_APP_FUNC(0x00E121B0, void, AsyncTaskMethodBuilder_Start_12, (AsyncTaskMethodBuilder * __this, ManagedWebSocket_SendFrameFallbackAsync_d_56 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C763E0, AsyncTaskMethodBuilder_Start_12__MethodInfo); DO_APP_FUNC(0x00E122C0, void, AsyncTaskMethodBuilder_Start_13, (AsyncTaskMethodBuilder * __this, ManagedWebSocket_WaitForServerToCloseConnectionAsync_d_63 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C763B0, AsyncTaskMethodBuilder_Start_13__MethodInfo); DO_APP_FUNC(0x00E123D0, void, AsyncTaskMethodBuilder_Start_14, (AsyncTaskMethodBuilder * __this, ManagedWebSocket_WaitForWriteTaskAsync_d_55 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76390, AsyncTaskMethodBuilder_Start_14__MethodInfo); DO_APP_FUNC(0x00E124E0, void, AsyncTaskMethodBuilder_Start_15, (AsyncTaskMethodBuilder * __this, MobileAuthenticatedStream_InnerWrite_d_67 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76370, AsyncTaskMethodBuilder_Start_15__MethodInfo); DO_APP_FUNC(0x00E125F0, void, AsyncTaskMethodBuilder_Start_16, (AsyncTaskMethodBuilder * __this, MobileAuthenticatedStream_ProcessAuthentication_d_48 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76360, AsyncTaskMethodBuilder_Start_16__MethodInfo); DO_APP_FUNC(0x00E12700, void, AsyncTaskMethodBuilder_Start_17, (AsyncTaskMethodBuilder * __this, MonoChunkStream_FinishReading_d_8 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76340, AsyncTaskMethodBuilder_Start_17__MethodInfo); DO_APP_FUNC(0x00E12810, void, AsyncTaskMethodBuilder_Start_18, (AsyncTaskMethodBuilder * __this, ServicePointScheduler_RunScheduler_d_32 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76330, AsyncTaskMethodBuilder_Start_18__MethodInfo); DO_APP_FUNC(0x00E12920, void, AsyncTaskMethodBuilder_Start_19, (AsyncTaskMethodBuilder * __this, Stream_CopyToAsyncInternal_d_28 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76310, AsyncTaskMethodBuilder_Start_19__MethodInfo); DO_APP_FUNC(0x00E12A30, void, AsyncTaskMethodBuilder_Start_20, (AsyncTaskMethodBuilder * __this, Stream_FinishWriteAsync_d_57 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C762E8, AsyncTaskMethodBuilder_Start_20__MethodInfo); DO_APP_FUNC(0x00E12B40, void, AsyncTaskMethodBuilder_Start_21, (AsyncTaskMethodBuilder * __this, WebConnection_Connect_d_16 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C762D0, AsyncTaskMethodBuilder_Start_21__MethodInfo); DO_APP_FUNC(0x00E12C50, void, AsyncTaskMethodBuilder_Start_22, (AsyncTaskMethodBuilder * __this, WebConnectionTunnel_Initialize_d_42 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C762A0, AsyncTaskMethodBuilder_Start_22__MethodInfo); DO_APP_FUNC(0x00E12D60, void, AsyncTaskMethodBuilder_Start_23, (AsyncTaskMethodBuilder * __this, WebRequestStream_FinishWriting_d_31 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76278, AsyncTaskMethodBuilder_Start_23__MethodInfo); DO_APP_FUNC(0x00E12E70, void, AsyncTaskMethodBuilder_Start_24, (AsyncTaskMethodBuilder * __this, WebRequestStream_Initialize_d_36 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76260, AsyncTaskMethodBuilder_Start_24__MethodInfo); DO_APP_FUNC(0x00E12F80, void, AsyncTaskMethodBuilder_Start_25, (AsyncTaskMethodBuilder * __this, WebRequestStream_ProcessWrite_d_34 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76240, AsyncTaskMethodBuilder_Start_25__MethodInfo); DO_APP_FUNC(0x00E13090, void, AsyncTaskMethodBuilder_Start_26, (AsyncTaskMethodBuilder * __this, WebRequestStream_SetHeadersAsync_d_37 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76218, AsyncTaskMethodBuilder_Start_26__MethodInfo); DO_APP_FUNC(0x00E131A0, void, AsyncTaskMethodBuilder_Start_27, (AsyncTaskMethodBuilder * __this, WebRequestStream_WriteAsyncInner_d_33 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76200, AsyncTaskMethodBuilder_Start_27__MethodInfo); DO_APP_FUNC(0x00E132B0, void, AsyncTaskMethodBuilder_Start_28, (AsyncTaskMethodBuilder * __this, WebRequestStream_WriteChunkTrailer_d_40 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C761F8, AsyncTaskMethodBuilder_Start_28__MethodInfo); DO_APP_FUNC(0x00E133C0, void, AsyncTaskMethodBuilder_Start_29, (AsyncTaskMethodBuilder * __this, WebRequestStream_WriteChunkTrailer_inner_d_39 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C761E0, AsyncTaskMethodBuilder_Start_29__MethodInfo); DO_APP_FUNC(0x00E134D0, void, AsyncTaskMethodBuilder_Start_30, (AsyncTaskMethodBuilder * __this, WebRequestStream_WriteRequestAsync_d_38 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C761C8, AsyncTaskMethodBuilder_Start_30__MethodInfo); DO_APP_FUNC(0x00E135E0, void, AsyncTaskMethodBuilder_Start_31, (AsyncTaskMethodBuilder * __this, WebResponseStream_InitReadAsync_d_52 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C761A8, AsyncTaskMethodBuilder_Start_31__MethodInfo); DO_APP_FUNC(0x00E136F0, void, AsyncTaskMethodBuilder_Start_32, (AsyncTaskMethodBuilder * __this, WebResponseStream_ReadAllAsync_d_48 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76180, AsyncTaskMethodBuilder_Start_32__MethodInfo); DO_APP_FUNC(0x00E13800, void, AsyncTaskMethodBuilder_Start_33, (AsyncTaskMethodBuilder * __this, WebSocket_SendWithArrayPoolAsync_d_16 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76158, AsyncTaskMethodBuilder_Start_33__MethodInfo); DO_APP_FUNC(0x00E13910, void, AsyncTaskMethodBuilder_Start_34, (AsyncTaskMethodBuilder * __this, WebSocketHandle_ConnectAsyncCore_d_26 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76130, AsyncTaskMethodBuilder_Start_34__MethodInfo); DO_APP_FUNC(0x00E13A20, void, AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted, (AsyncVoidMethodBuilder * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * awaiter, WebClient_DownloadBitsAsync_d_150 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00E13C10, void, AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_1, (AsyncVoidMethodBuilder * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * awaiter, WebClient_UploadBitsAsync_d_152 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00E13E20, void, AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_2, (AsyncVoidMethodBuilder * __this, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Object_ * awaiter, WebOperation_Run_d_58 * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00E13FF0, void, AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_3, (AsyncVoidMethodBuilder * __this, ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Int32_ * awaiter, WebClient_DownloadBitsAsync_d_150 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2ED8, AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_3__MethodInfo); DO_APP_FUNC(0x00E14150, void, AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_4, (AsyncVoidMethodBuilder * __this, ConfiguredValueTaskAwaitable_1_TResult_ConfiguredValueTaskAwaiter_System_Int32_ * awaiter, WebClient_UploadBitsAsync_d_152 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2E60, AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_4__MethodInfo); DO_APP_FUNC(0x00E142D0, void, AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_5, (AsyncVoidMethodBuilder * __this, Object * * awaiter, Object * * stateMachine, MethodInfo * method)); DO_APP_FUNC(0x00E144C0, void, AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_6, (AsyncVoidMethodBuilder * __this, TaskAwaiter * awaiter, BoltCore_BeginShutdown_d_105 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C927E0, AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_6__MethodInfo); DO_APP_FUNC(0x00E14660, void, AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_7, (AsyncVoidMethodBuilder * __this, TaskAwaiter * awaiter, BoltCore_ShutdownImmediate_d_106 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92790, AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_7__MethodInfo); DO_APP_FUNC(0x00E14800, void, AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_8, (AsyncVoidMethodBuilder * __this, TaskAwaiter * awaiter, UdpSocket_OnEventClose_d_110 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7DC28, AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_8__MethodInfo); DO_APP_FUNC(0x00E149C0, void, AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_9, (AsyncVoidMethodBuilder * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, FtpWebRequest_CreateConnectionAsync_d_86 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7A4E0, AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_9__MethodInfo); DO_APP_FUNC(0x00E14B80, void, AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_10, (AsyncVoidMethodBuilder * __this, ConfiguredTaskAwaitable_ConfiguredTaskAwaiter * awaiter, WebOperation_Run_d_58 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF0A0, AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_10__MethodInfo); DO_APP_FUNC(0x00E14D50, void, AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_11, (AsyncVoidMethodBuilder * __this, ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter * awaiter, WebClient_DownloadBitsAsync_d_150 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2EE0, AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_11__MethodInfo); DO_APP_FUNC(0x00E14EB0, void, AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_12, (AsyncVoidMethodBuilder * __this, ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter * awaiter, WebClient_UploadBitsAsync_d_152 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2E78, AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_12__MethodInfo); DO_APP_FUNC(0x00E15030, void, AsyncVoidMethodBuilder_Start, (AsyncVoidMethodBuilder * __this, Object * * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76098, AsyncVoidMethodBuilder_Start__MethodInfo); DO_APP_FUNC(0x00E151B0, void, AsyncVoidMethodBuilder_Start_1, (AsyncVoidMethodBuilder * __this, BoltCore_BeginShutdown_d_105 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92CB8, AsyncVoidMethodBuilder_Start_1__MethodInfo); DO_APP_FUNC(0x00E152C0, void, AsyncVoidMethodBuilder_Start_2, (AsyncVoidMethodBuilder * __this, BoltCore_ShutdownImmediate_d_106 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92CA0, AsyncVoidMethodBuilder_Start_2__MethodInfo); DO_APP_FUNC(0x00E153D0, void, AsyncVoidMethodBuilder_Start_3, (AsyncVoidMethodBuilder * __this, FtpWebRequest_CreateConnectionAsync_d_86 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76078, AsyncVoidMethodBuilder_Start_3__MethodInfo); DO_APP_FUNC(0x00E154E0, void, AsyncVoidMethodBuilder_Start_4, (AsyncVoidMethodBuilder * __this, UdpSocket_OnEventClose_d_110 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76060, AsyncVoidMethodBuilder_Start_4__MethodInfo); DO_APP_FUNC(0x00E155F0, void, AsyncVoidMethodBuilder_Start_5, (AsyncVoidMethodBuilder * __this, WebClient_DownloadBitsAsync_d_150 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76058, AsyncVoidMethodBuilder_Start_5__MethodInfo); DO_APP_FUNC(0x00E15700, void, AsyncVoidMethodBuilder_Start_6, (AsyncVoidMethodBuilder * __this, WebClient_UploadBitsAsync_d_152 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76050, AsyncVoidMethodBuilder_Start_6__MethodInfo); DO_APP_FUNC(0x00E15810, void, AsyncVoidMethodBuilder_Start_7, (AsyncVoidMethodBuilder * __this, WebOperation_Run_d_58 * stateMachine, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76048, AsyncVoidMethodBuilder_Start_7__MethodInfo); DO_APP_FUNC(0x00E15920, Object *, AttributeHelperEngine_GetCustomAttributeOfType, (Type * klass, MethodInfo * method)); DO_APP_FUNC(0x00E15A10, void, BKsJJnAdrRntLMuBtHLhFtlqOUnH_YyXmIoTNmAiiuIgDGtuVHxNNBhcbb, (Object * param_0000bff6, Object * param_0000bff7, BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_System_Object_ * param_0000bff8, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76038, BKsJJnAdrRntLMuBtHLhFtlqOUnH_YyXmIoTNmAiiuIgDGtuVHxNNBhcbb__MethodInfo); DO_APP_FUNC(0x00E15B60, void, BKsJJnAdrRntLMuBtHLhFtlqOUnH_YyXmIoTNmAiiuIgDGtuVHxNNBhcbb_1, (IList_1_System_Object_ * param_0000bff9, Object * param_0000bffa, BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_System_Object_ * param_0000bffb, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76020, BKsJJnAdrRntLMuBtHLhFtlqOUnH_YyXmIoTNmAiiuIgDGtuVHxNNBhcbb_1__MethodInfo); DO_APP_FUNC(0x00E15D80, void, BKsJJnAdrRntLMuBtHLhFtlqOUnH_znawCppbUiDQvpCSheYkHrolkdik, (IList_1_System_Object_ * param_0000bffc, bool param_0000bffd, BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_System_Boolean_ * param_0000bffe, bool param_0000bfff, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76010, BKsJJnAdrRntLMuBtHLhFtlqOUnH_znawCppbUiDQvpCSheYkHrolkdik__MethodInfo); DO_APP_FUNC(0x00E16130, void, BKsJJnAdrRntLMuBtHLhFtlqOUnH_znawCppbUiDQvpCSheYkHrolkdik_1, (IList_1_System_Object_ * param_0000bffc, Object * param_0000bffd, BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_System_Object_ * param_0000bffe, bool param_0000bfff, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76008, BKsJJnAdrRntLMuBtHLhFtlqOUnH_znawCppbUiDQvpCSheYkHrolkdik_1__MethodInfo); DO_APP_FUNC(0x00E164E0, void, BKsJJnAdrRntLMuBtHLhFtlqOUnH_znawCppbUiDQvpCSheYkHrolkdik_2, (IList_1_System_Object_ * param_0000bffc, Vector2 param_0000bffd, BKsJJnAdrRntLMuBtHLhFtlqOUnH_EventFunction_2_System_Object_UnityEngine_Vector2_ * param_0000bffe, bool param_0000bfff, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75FF0, BKsJJnAdrRntLMuBtHLhFtlqOUnH_znawCppbUiDQvpCSheYkHrolkdik_2__MethodInfo); DO_APP_FUNC(0x00E168A0, void, BaseInvokableCall_ThrowOnInvalidArg, (Object * arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76000, BaseInvokableCall_ThrowOnInvalidArg__MethodInfo); DO_APP_FUNC(0x00E16A00, void, BaseInvokableCall_ThrowOnInvalidArg_1, (Object * arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75FD0, BaseInvokableCall_ThrowOnInvalidArg_1__MethodInfo); DO_APP_FUNC(0x00E16B60, void, BaseInvokableCall_ThrowOnInvalidArg_2, (Object * arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75FD8, BaseInvokableCall_ThrowOnInvalidArg_2__MethodInfo); DO_APP_FUNC(0x00E16CC0, void, BaseInvokableCall_ThrowOnInvalidArg_3, (Object * arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75FE0, BaseInvokableCall_ThrowOnInvalidArg_3__MethodInfo); DO_APP_FUNC(0x00E16E20, void, BaseInvokableCall_ThrowOnInvalidArg_4, (Object * arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75FE8, BaseInvokableCall_ThrowOnInvalidArg_4__MethodInfo); DO_APP_FUNC(0x00E16F80, void, BaseInvokableCall_ThrowOnInvalidArg_5, (Object * arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75FB0, BaseInvokableCall_ThrowOnInvalidArg_5__MethodInfo); DO_APP_FUNC(0x00E170E0, void, BaseInvokableCall_ThrowOnInvalidArg_6, (Object * arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75FB8, BaseInvokableCall_ThrowOnInvalidArg_6__MethodInfo); DO_APP_FUNC(0x00E17240, void, BaseInvokableCall_ThrowOnInvalidArg_7, (Object * arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75FC0, BaseInvokableCall_ThrowOnInvalidArg_7__MethodInfo); DO_APP_FUNC(0x00E173A0, void, BaseInvokableCall_ThrowOnInvalidArg_8, (Object * arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75FC8, BaseInvokableCall_ThrowOnInvalidArg_8__MethodInfo); DO_APP_FUNC(0x00E17500, void, BaseInvokableCall_ThrowOnInvalidArg_9, (Object * arg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75F90, BaseInvokableCall_ThrowOnInvalidArg_9__MethodInfo); DO_APP_FUNC(0x00E17660, void, BaseVerticalCollectionView_CreateVirtualizationController_1, (BaseVerticalCollectionView * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75F88, BaseVerticalCollectionView_CreateVirtualizationController_1__MethodInfo); DO_APP_FUNC(0x00E17890, Int32__Array *, BatchCulling_EnsureArrayCapacity, (Int32__Array * array, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC3B48, BatchCulling_EnsureArrayCapacity__MethodInfo); DO_APP_FUNC(0x00E17940, Object__Array *, BatchCulling_EnsureArrayCapacity_1, (Object__Array * array, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00E179F0, Object *, Behavior_FindTask, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00E17A80, Object *, Behavior_FindTask_1, (Behavior * __this, Task_1 * task, MethodInfo * method)); DO_APP_FUNC(0x00E33EE0, List_1_System_Object_ *, Behavior_FindTasks, (Behavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00E33FD0, void, Behavior_FindTasks_1, (Behavior * __this, Task_1 * task, List_1_System_Object_ * * taskList, MethodInfo * method)); DO_APP_FUNC(0x00A8D620, void, Behavior_RegisterEvent_2, (Behavior * __this, String * name, Action_1_Object_ * handler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF708, Behavior_RegisterEvent_2__MethodInfo); DO_APP_FUNC(0x00A8D620, void, Behavior_RegisterEvent_3, (Behavior * __this, String * name, Action_2_Object_Object_ * handler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF738, Behavior_RegisterEvent_3__MethodInfo); DO_APP_FUNC(0x00A8D620, void, Behavior_RegisterEvent_4, (Behavior * __this, String * name, Action_3_Object_Object_Object_ * handler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF728, Behavior_RegisterEvent_4__MethodInfo); DO_APP_FUNC(0x00E341C0, void, Behavior_SendEvent_1, (Behavior * __this, String * name, Object * arg1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFAB0, Behavior_SendEvent_1__MethodInfo); DO_APP_FUNC(0x00E342A0, void, Behavior_SendEvent_2, (Behavior * __this, String * name, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFAC8, Behavior_SendEvent_2__MethodInfo); DO_APP_FUNC(0x00E34380, void, Behavior_SendEvent_3, (Behavior * __this, String * name, Object * arg1, Object * arg2, Object * arg3, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAFAB8, Behavior_SendEvent_3__MethodInfo); DO_APP_FUNC(0x00A8DA50, void, Behavior_UnregisterEvent_2, (Behavior * __this, String * name, Action_1_Object_ * handler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF688, Behavior_UnregisterEvent_2__MethodInfo); DO_APP_FUNC(0x00A8DA50, void, Behavior_UnregisterEvent_3, (Behavior * __this, String * name, Action_2_Object_Object_ * handler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF6A8, Behavior_UnregisterEvent_3__MethodInfo); DO_APP_FUNC(0x00A8DA50, void, Behavior_UnregisterEvent_4, (Behavior * __this, String * name, Action_3_Object_Object_Object_ * handler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF698, Behavior_UnregisterEvent_4__MethodInfo); DO_APP_FUNC(0x00E34470, void, BoltEntity_AddEventCallback, (BoltEntity * __this, Action_1_Object_ * callback, MethodInfo * method)); DO_APP_FUNC(0x00E344C0, Object *, BoltEntity_GetState, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00E34470, void, BoltEntity_RemoveEventCallback, (BoltEntity * __this, Action_1_Object_ * callback, MethodInfo * method)); DO_APP_FUNC(0x00E34580, bool, BoltEntity_StateIs_1, (BoltEntity * __this, MethodInfo * method)); DO_APP_FUNC(0x00E345E0, bool, BoltEntity_TryFindState, (BoltEntity * __this, Object * * state, MethodInfo * method)); DO_APP_FUNC(0x00E34740, void, BoltLog_Add, (Object * instance, MethodInfo * method)); DO_APP_FUNC(0x00E34A00, void, BoltNetwork_AddGlobalEventCallback, (Action_1_Object_ * callback, MethodInfo * method)); DO_APP_FUNC(0x00E34A90, void, BoltNetwork_RegisterTokenClass, (MethodInfo * method)); DO_APP_FUNC(0x00E34B20, void, BoltNetwork_RemoveGlobalEventCallback, (Action_1_Object_ * callback, MethodInfo * method)); DO_APP_FUNC(0x00E34BB0, Int32__Array *, BoltUtils_AddFirst, (Int32__Array * array, int32_t item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B0F8, BoltUtils_AddFirst__MethodInfo); DO_APP_FUNC(0x00E34C80, Object__Array *, BoltUtils_AddFirst_1, (Object__Array * array, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00E34D60, Object__Array *, BoltUtils_CloneArray, (Object__Array * array, MethodInfo * method)); DO_APP_FUNC(0x00E34DD0, Object *, BoltUtils_FindComponent, (Component * component, MethodInfo * method)); DO_APP_FUNC(0x00E34E50, Object *, BoltUtils_FindComponent_1, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x00E34ED0, Object *, BoltUtils_FindComponent_2, (Transform * transform, MethodInfo * method)); DO_APP_FUNC(0x00E35080, bool, BoltUtils_Has, (Object__Array * array, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E350C0, bool, BoltUtils_Has_1, (Object__Array * array, uint32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E35100, String *, BoltUtils_Join, (IEnumerable_1_System_Object_ * items, String * seperator, MethodInfo * method)); DO_APP_FUNC(0x00E35420, bool, BoltUtils_TryGetIndex, (Object__Array * array, int32_t index, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x00E354B0, bool, BoltUtils_TryGetIndex_1, (Object__Array * array, uint32_t index, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x00E35540, bool, BoltUtils_TryGetValue, (Dictionary_2_System_String_System_Object_ * data, String * key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x00E35710, bool, BoxSlider_SetClass, (Object * * currentValue, Object * newValue, MethodInfo * method)); DO_APP_FUNC(0x00E357B0, bool, BoxSlider_SetStruct, (bool * currentValue, bool newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAB18, BoxSlider_SetStruct__MethodInfo); DO_APP_FUNC(0x00E358C0, bool, BoxSlider_SetStruct_1, (float * currentValue, float newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBAB38, BoxSlider_SetStruct_1__MethodInfo); DO_APP_FUNC(0x00E35950, void, Buffer_Memmove_1, (uint8_t * destination, uint8_t * source, uint64_t elementCount, MethodInfo * method)); DO_APP_FUNC(0x00E359F0, void, Buffer_Memmove_2, (uint16_t * destination, uint16_t * source, uint64_t elementCount, MethodInfo * method)); DO_APP_FUNC(0x00E35A90, void, Buffer_Memmove_3, (int32_t * destination, int32_t * source, uint64_t elementCount, MethodInfo * method)); DO_APP_FUNC(0x00E35B30, void, Buffer_Memmove_4, (Object * * destination, Object * * source, uint64_t elementCount, MethodInfo * method)); DO_APP_FUNC(0x00E35BF0, void, Buffer_Memmove_5, (uint16_t * destination, uint16_t * source, uint64_t elementCount, MethodInfo * method)); DO_APP_FUNC(0x00E35C90, void, Buffer_Memmove_6, (uint32_t * destination, uint32_t * source, uint64_t elementCount, MethodInfo * method)); DO_APP_FUNC(0x00E35D30, Object__Array *, CFArray_ArrayFromHandle, (void * handle, Func_2_IntPtr_Object_ * creation, MethodInfo * method)); DO_APP_FUNC(0x00E35F90, void, CallbackEventHandler_RegisterCallback, (CallbackEventHandler * __this, EventCallback_1_System_Object_ * callback, TrickleDown__Enum useTrickleDown, MethodInfo * method)); DO_APP_FUNC(0x00E36080, void, CallbackEventHandler_RegisterCallback_1, (CallbackEventHandler * __this, EventCallback_1_System_Object_ * callback, InvokePolicy__Enum invokePolicy, TrickleDown__Enum useTrickleDown, MethodInfo * method)); DO_APP_FUNC(0x00E36180, void, CallbackEventHandler_UnregisterCallback, (CallbackEventHandler * __this, EventCallback_1_System_Object_ * callback, TrickleDown__Enum useTrickleDown, MethodInfo * method)); DO_APP_FUNC(0x00E361A0, Object *, CameraController_GetViewType, (CameraController * __this, MethodInfo * method)); DO_APP_FUNC(0x00E36350, List_1_System_Object_ *, CinemachineExtension_GetAllExtraStates, (CinemachineExtension * __this, MethodInfo * method)); DO_APP_FUNC(0x00E365C0, Object *, CinemachineExtension_GetExtraState, (CinemachineExtension * __this, ICinemachineCamera * vcam, MethodInfo * method)); DO_APP_FUNC(0x00E367D0, Object *, CinemachineVirtualCamera_AddCinemachineComponent, (CinemachineVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00E36B90, void, CinemachineVirtualCamera_DestroyCinemachineComponent, (CinemachineVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00E36CA0, Object *, CinemachineVirtualCamera_GetCinemachineComponent_1, (CinemachineVirtualCamera * __this, MethodInfo * method)); DO_APP_FUNC(0x00E36DC0, Object *, CollectionExtensions_GetValueOrDefault, (IReadOnlyDictionary_2_System_Object_System_Object_ * dictionary, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00E36DE0, Object *, CollectionExtensions_GetValueOrDefault_1, (IReadOnlyDictionary_2_System_Object_System_Object_ * dictionary, Object * key, Object * defaultValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79820, CollectionExtensions_GetValueOrDefault_1__MethodInfo); DO_APP_FUNC(0x00E36F00, Object__Array *, CollectionExtensions_1_RemoveFirst, (Object__Array * array, MethodInfo * method)); DO_APP_FUNC(0x00E36F80, Object__Array *, CollectionExtensions_1_RemoveLast, (Object__Array * array, MethodInfo * method)); DO_APP_FUNC(0x00E37000, ReadOnlyCollection_1_System_Object_ *, CollectionExtensions_1_ToReadOnly, (IEnumerable_1_System_Object_ * enumerable, MethodInfo * method)); DO_APP_FUNC(0x00E371D0, void, CollectionTools_Clear, (IObjectPool_1_System_Object__1 * pool, RingBuffer_1_System_Object_ * buffer, MethodInfo * method)); DO_APP_FUNC(0x00E37320, Dictionary_2_System_Object_System_Object_ *, CollectionTools_CreateInverseDictionary, (Dictionary_2_System_Object_System_Object_ * dict, MethodInfo * method)); DO_APP_FUNC(0x00E374D0, void, CollectionTools_Enqueue, (IObjectPool_1_System_Object__1 * pool, RingBuffer_1_System_Object_ * buffer, Object * item, bool * overrun, MethodInfo * method)); DO_APP_FUNC(0x00E375C0, Object *, CollectionTools_GetDictionaryValueSafe_1, (Dictionary_2_System_String_System_Object_ * dictionary, String * key, MethodInfo * method)); DO_APP_FUNC(0x00E375C0, Object *, CollectionTools_GetDictionaryValueSafe_2, (Dictionary_2_System_Object_System_Object_ * dictionary, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00E375F0, Object *, CollectionTools_GetDictionaryValueSafe_3, (Dictionary_2_System_String_System_Object_ * dictionary, String * key, bool * success, MethodInfo * method)); DO_APP_FUNC(0x00E377C0, bool, CollectionTools_GetDictionaryValueSafe_4, (Dictionary_2_System_String_System_Object_ * dictionary, String * key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x00E37B90, Object *, CollectionTools_GetDictionaryValueSafe_5, (Dictionary_2_System_Object_System_Object_ * dictionary, Object * key, bool * success, MethodInfo * method)); DO_APP_FUNC(0x00E37BE0, Object *, CollectionTools_GetValue, (IEnumerable_1_System_Object_ * enumerable, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C85928, CollectionTools_GetValue__MethodInfo); DO_APP_FUNC(0x00E37CD0, Object *, CollectionTools_GetValue_1, (IEnumerable * enumerable, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E37DF0, void, CommonAcl_RemoveAces, (CommonAcl * __this, CommonAcl_RemoveAcesCallback_1_System_Object_ * callback, MethodInfo * method)); DO_APP_FUNC(0x00E37F70, Object *, Component_GetComponent_1, (Component * __this, MethodInfo * method)); DO_APP_FUNC(0x00E38030, Object *, Component_GetComponentInChildren_1, (Component * __this, MethodInfo * method)); DO_APP_FUNC(0x00E380F0, Object *, Component_GetComponentInChildren_2, (Component * __this, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x00E381C0, Object *, Component_GetComponentInParent_1, (Component * __this, MethodInfo * method)); DO_APP_FUNC(0x00E382D0, Object__Array *, Component_GetComponents_1, (Component * __this, MethodInfo * method)); DO_APP_FUNC(0x00E38350, void, Component_GetComponents_2, (Component * __this, List_1_System_Object_ * results, MethodInfo * method)); DO_APP_FUNC(0x00E383D0, Object__Array *, Component_GetComponentsInChildren_1, (Component * __this, MethodInfo * method)); DO_APP_FUNC(0x00E383E0, Object__Array *, Component_GetComponentsInChildren_2, (Component * __this, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x00E38470, void, Component_GetComponentsInChildren_3, (Component * __this, List_1_System_Object_ * results, MethodInfo * method)); DO_APP_FUNC(0x00E38490, void, Component_GetComponentsInChildren_4, (Component * __this, bool includeInactive, List_1_System_Object_ * result, MethodInfo * method)); DO_APP_FUNC(0x00E383D0, Object__Array *, Component_GetComponentsInParent, (Component * __this, MethodInfo * method)); DO_APP_FUNC(0x00E383E0, Object__Array *, Component_GetComponentsInParent_1, (Component * __this, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x00E38490, void, Component_GetComponentsInParent_2, (Component * __this, bool includeInactive, List_1_System_Object_ * results, MethodInfo * method)); DO_APP_FUNC(0x00E38530, bool, Component_TryGetComponent, (Component * __this, Object * * component, MethodInfo * method)); DO_APP_FUNC(0x00E385C0, void, ComputeBuffer_SetData_1, (ComputeBuffer * __this, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79810, ComputeBuffer_SetData_1__MethodInfo); DO_APP_FUNC(0x00E38830, EasingFunction, ComputedTransitionUtils_GetWrappingTransitionData, (List_1_UnityEngine_UIElements_EasingFunction_ * list, int32_t i, EasingFunction defaultValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB498, ComputedTransitionUtils_GetWrappingTransitionData__MethodInfo); DO_APP_FUNC(0x00E388C0, Object *, ComputedTransitionUtils_GetWrappingTransitionData_1, (List_1_System_Object_ * list, int32_t i, Object * defaultValue, MethodInfo * method)); DO_APP_FUNC(0x00E38950, TimeValue, ComputedTransitionUtils_GetWrappingTransitionData_2, (List_1_UnityEngine_UIElements_TimeValue_ * list, int32_t i, TimeValue defaultValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB4C8, ComputedTransitionUtils_GetWrappingTransitionData_2__MethodInfo); DO_APP_FUNC(0x00E389E0, Object *, ConfigVars_Editor_GetAllSerializedPlatformVar, (ConfigVars * __this, ConfigVars_AllPlatformVar__Enum var, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C797E8, ConfigVars_Editor_GetAllSerializedPlatformVar__MethodInfo); DO_APP_FUNC(0x00E38B40, Object *, ConfigVars_GetOrCreatePlatformVars, (ConfigVars * __this, Object * * var, MethodInfo * method)); DO_APP_FUNC(0x00E38BC0, void, ConstantBuffer_PushGlobal, (CommandBuffer * cmd, ShaderVariablesProbeVolumes * data, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58030, ConstantBuffer_PushGlobal__MethodInfo); DO_APP_FUNC(0x00E38C50, void, ConstantBuffer_Set, (CommandBuffer * cmd, ComputeShader * cs, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E038, ConstantBuffer_Set__MethodInfo); DO_APP_FUNC(0x00E38C50, void, ConstantBuffer_Set_1, (CommandBuffer * cmd, ComputeShader * cs, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E040, ConstantBuffer_Set_1__MethodInfo); DO_APP_FUNC(0x00E38C50, void, ConstantBuffer_Set_2, (CommandBuffer * cmd, ComputeShader * cs, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E050, ConstantBuffer_Set_2__MethodInfo); DO_APP_FUNC(0x00E38C50, void, ConstantBuffer_Set_3, (CommandBuffer * cmd, ComputeShader * cs, int32_t shaderId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5E058, ConstantBuffer_Set_3__MethodInfo); DO_APP_FUNC(0x00E38CC0, void, ConstantBuffer_UpdateData, (Hammersley_Hammersley2dSeq16 * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DF98, ConstantBuffer_UpdateData__MethodInfo); DO_APP_FUNC(0x00E38CC0, void, ConstantBuffer_UpdateData_1, (Hammersley_Hammersley2dSeq256 * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DFA0, ConstantBuffer_UpdateData_1__MethodInfo); DO_APP_FUNC(0x00E38CC0, void, ConstantBuffer_UpdateData_2, (Hammersley_Hammersley2dSeq32 * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DFA8, ConstantBuffer_UpdateData_2__MethodInfo); DO_APP_FUNC(0x00E38CC0, void, ConstantBuffer_UpdateData_3, (Hammersley_Hammersley2dSeq64 * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5DFB0, ConstantBuffer_UpdateData_3__MethodInfo); DO_APP_FUNC(0x00E38D10, Object *, Context_1_CreateMessage_1, (Context_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C797D8, Context_1_CreateMessage_1__MethodInfo); DO_APP_FUNC(0x00E38F50, Object *, Context_1_CreateMessage_2, (Context_1 * __this, Query * query, MethodInfo * method)); DO_APP_FUNC(0x00E38F90, void, Context_1_RegisterMessageType, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C797E0, Context_1_RegisterMessageType__MethodInfo); DO_APP_FUNC(0x00E39170, bool, Contract_ForAll, (IEnumerable_1_System_Object_ * collection, Predicate_1_Object_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C797D0, Contract_ForAll__MethodInfo); DO_APP_FUNC(0x00E393B0, void, ContractUtils_RequiresNotNullItems, (IList_1_System_Object_ * array, String * arrayName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C797C0, ContractUtils_RequiresNotNullItems__MethodInfo); DO_APP_FUNC(0x00E39500, IList_1_System_Object_ *, ControlPlayableAsset_GetComponent, (ControlPlayableAsset * __this, GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x00E396A0, Object *, Controller_GetExtension, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x00E397B0, Object *, Controller_GetTemplate_2, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x00E399D0, bool, Controller_ImplementsTemplate_2, (Controller * __this, MethodInfo * method)); DO_APP_FUNC(0x00E39A40, ControllerTemplateMap *, ControllerMap_ToControllerTemplateMap_2, (ControllerMap * __this, MethodInfo * method)); DO_APP_FUNC(0x00E39AB0, Object *, ControllerMapSaveData_FZPmmsnDnbvylVLEXMIlDLCjajwN_1, (Controller * param_0000a29d, ControllerMap * param_0000a29e, MethodInfo * method)); DO_APP_FUNC(0x00E39B20, Object *, ControllerMapSaveData_GetMap, (ControllerMapSaveData * __this, MethodInfo * method)); DO_APP_FUNC(0x00E39C20, Object *, ControllerTemplate_GetElement_1, (ControllerTemplate * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x00E39CB0, Object *, ControllerTemplate_Rewired_IControllerTemplate_GetElement_1, (ControllerTemplate * __this, int32_t id, MethodInfo * method)); DO_APP_FUNC(0x00E39D70, void, CoreUnsafeUtils_CombineHashes_1, (int32_t count, Void * hashes, Hash128 * outHash, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5AE30, CoreUnsafeUtils_CombineHashes_1__MethodInfo); DO_APP_FUNC(0x00E39EB0, int32_t, CoreUnsafeUtils_CompareHashes_1, (int32_t oldHashCount, Void * oldHashes, int32_t newHashCount, Void * newHashes, int32_t * addIndices, int32_t * removeIndices, int32_t * addCount, int32_t * remCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5AE28, CoreUnsafeUtils_CompareHashes_1__MethodInfo); DO_APP_FUNC(0x00E3A1C0, void, CoreUnsafeUtils_CopyTo, (Int32__Array * list, Void * dest, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5ADF8, CoreUnsafeUtils_CopyTo__MethodInfo); DO_APP_FUNC(0x00E3A250, int32_t, CoreUnsafeUtils_Partition, (Void * data, int32_t left, int32_t right, MethodInfo * method)); DO_APP_FUNC(0x00E3A330, int32_t, CoreUnsafeUtils_Partition_1, (Void * data, int32_t left, int32_t right, MethodInfo * method)); DO_APP_FUNC(0x00E3A410, void, CoreUnsafeUtils_QuickSort_1, (int32_t count, Void * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5AE08, CoreUnsafeUtils_QuickSort_1__MethodInfo); DO_APP_FUNC(0x00E3A430, void, CoreUnsafeUtils_QuickSort_2, (Void * data, int32_t left, int32_t right, MethodInfo * method)); DO_APP_FUNC(0x00E3A430, void, CoreUnsafeUtils_QuickSort_3, (Void * data, int32_t left, int32_t right, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5AE20, CoreUnsafeUtils_QuickSort_3__MethodInfo); DO_APP_FUNC(0x00E3A4D0, IEnumerable_1_System_Type_ *, CoreUtils_GetAllTypesDerivedFrom, (MethodInfo * method)); DO_APP_FUNC(0x00E3A6D0, Int32Enum__Enum, CoreUtils_GetLastEnumValue, (MethodInfo * method)); DO_APP_FUNC(0x00E3A780, Object *, CoreUtils_GetLastEnumValue_1, (MethodInfo * method)); DO_APP_FUNC(0x00E3A830, bool, CoreUtils_HasFlag, (Object * mask, Object * flag, MethodInfo * method)); DO_APP_FUNC(0x00E09040, void, CoreUtils_Swap, (Object * * a, Object * * b, MethodInfo * method)); DO_APP_FUNC(0x00E3A8B0, CustomAttributeNamedArgument__Array *, CustomAttributeData_UnboxValues, (Object__Array * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C758E8, CustomAttributeData_UnboxValues__MethodInfo); DO_APP_FUNC(0x00E3AA20, CustomAttributeTypedArgument__Array *, CustomAttributeData_UnboxValues_1, (Object__Array * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C758F0, CustomAttributeData_UnboxValues_1__MethodInfo); DO_APP_FUNC(0x00E3AB70, Object__Array *, CustomAttributeData_UnboxValues_2, (Object__Array * values, MethodInfo * method)); DO_APP_FUNC(0x00E3ACD0, Object *, CustomAttributeExtensions_GetCustomAttribute_3, (Assembly * element, MethodInfo * method)); DO_APP_FUNC(0x00E3AE30, Object *, CustomAttributeExtensions_GetCustomAttribute_4, (MemberInfo_1 * element, MethodInfo * method)); DO_APP_FUNC(0x00E3AEF0, Object *, CustomAttributeExtensions_GetCustomAttribute_5, (MemberInfo_1 * element, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x00E3AFC0, IEnumerable_1_System_Object_ *, CustomAttributeExtensions_GetCustomAttributes_2, (MemberInfo_1 * element, MethodInfo * method)); DO_APP_FUNC(0x00E3B080, IEnumerable_1_System_Object_ *, CustomAttributeExtensions_GetCustomAttributes_3, (MemberInfo_1 * element, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x00E3B150, void, CustomController_Editor_DeleteElement_1, (CustomController_Editor * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79750, CustomController_Editor_DeleteElement_1__MethodInfo); DO_APP_FUNC(0x00E3B540, Object *, CustomController_Editor_GetElement, (CustomController_Editor * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79748, CustomController_Editor_GetElement__MethodInfo); DO_APP_FUNC(0x00E3B810, String__Array *, CustomController_Editor_GetElementNames_1, (CustomController_Editor * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79740, CustomController_Editor_GetElementNames_1__MethodInfo); DO_APP_FUNC(0x00E3B960, void, CustomController_Editor_LrpaQemiFqjAqmcSpRyEEJtfSKGR, (CustomController_Editor * __this, int32_t param_0000b647, List_1_System_Object_ * param_0000b648, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79738, CustomController_Editor_LrpaQemiFqjAqmcSpRyEEJtfSKGR__MethodInfo); DO_APP_FUNC(0x00E3BBC0, void, DebugInformation_ThxeOHFEsWrNZaEFBJRKcVsEghgJb, (ControllerType__Enum param_0000ca77, IList_1_System_Object_ * param_0000ca78, String * param_0000ca79, IDictionary_2_System_String_System_Boolean_ * param_0000ca7a, String * param_0000ca7b, MethodInfo * method)); DO_APP_FUNC(0x00E3C5A0, Object *, DebugUIHandlerWidget_CastWidget, (DebugUIHandlerWidget * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C796F8, DebugUIHandlerWidget_CastWidget__MethodInfo); DO_APP_FUNC(0x00E3C830, void, DefaultEventSystem_SendFocusBasedEvent, (DefaultEventSystem * __this, Func_2_Object_UnityEngine_UIElements_EventBase_ * evtFactory, Object * arg, MethodInfo * method)); DO_APP_FUNC(0x00E3CCC0, void, DefaultEventSystem_SendPositionBasedEvent, (DefaultEventSystem * __this, Vector3 mousePosition, Vector3 delta, int32_t pointerId, Nullable_1_Int32_ targetDisplay, Func_4_UnityEngine_Vector3_UnityEngine_Vector3_Object_UnityEngine_UIElements_EventBase_ * evtFactory, Object * arg, bool deselectIfNoTarget, MethodInfo * method)); DO_APP_FUNC(0x00E3D5C0, void, DefaultEventSystem_SendPositionBasedEvent_1, (DefaultEventSystem * __this, Vector3 mousePosition, Vector3 delta, int32_t pointerId, Nullable_1_Int32_ targetDisplay, Func_4_UnityEngine_Vector3_UnityEngine_Vector3_UnityEngine_Touch_UnityEngine_UIElements_EventBase_ * evtFactory, Touch arg, bool deselectIfNoTarget, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEC630, DefaultEventSystem_SendPositionBasedEvent_1__MethodInfo); DO_APP_FUNC(0x00E3DF10, void, DelegateHelpers_InvokeCallbacksSafe_1, (CallbackArray_1_System_Action_1__5 * callbacks, InputEventPtr argument, String * callbackName, Object * context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96C10, DelegateHelpers_InvokeCallbacksSafe_1__MethodInfo); DO_APP_FUNC(0x00E3E120, void, DelegateHelpers_InvokeCallbacksSafe_2, (CallbackArray_1_System_Action_1_ * callbacks, Object * argument, String * callbackName, Object * context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C886E0, DelegateHelpers_InvokeCallbacksSafe_2__MethodInfo); DO_APP_FUNC(0x00E3E330, void, DelegateHelpers_InvokeCallbacksSafe_3, (CallbackArray_1_System_Action_1__1 * callbacks, InputAction_CallbackContext argument, String * callbackName, Object * context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88750, DelegateHelpers_InvokeCallbacksSafe_3__MethodInfo); DO_APP_FUNC(0x00E3E550, void, DelegateHelpers_InvokeCallbacksSafe_4, (CallbackArray_1_System_Action_2__6 * callbacks, InputEventPtr argument1, Object * argument2, String * callbackName, Object * context, MethodInfo * method)); DO_APP_FUNC(0x00E3E770, void, DelegateHelpers_InvokeCallbacksSafe_5, (CallbackArray_1_System_Action_2__8 * callbacks, Object * argument1, InputEventPtr argument2, String * callbackName, Object * context, MethodInfo * method)); DO_APP_FUNC(0x00E3E990, void, DelegateHelpers_InvokeCallbacksSafe_6, (CallbackArray_1_System_Action_2__10 * callbacks, Object * argument1, Int32Enum__Enum argument2, String * callbackName, Object * context, MethodInfo * method)); DO_APP_FUNC(0x00E3EBB0, void, DelegateHelpers_InvokeCallbacksSafe_7, (CallbackArray_1_System_Action_2__12 * callbacks, Object * argument1, Object * argument2, String * callbackName, Object * context, MethodInfo * method)); DO_APP_FUNC(0x00E3EDD0, void, DelegateHelpers_InvokeCallbacksSafe_AndInvokeReturnedActions, (CallbackArray_1_System_Func_2_ * callbacks, Object * argument, String * callbackName, Object * context, MethodInfo * method)); DO_APP_FUNC(0x00E3EFF0, bool, DelegateHelpers_InvokeCallbacksSafe_AnyCallbackReturnsObject, (CallbackArray_1_System_Func_2__2 * callbacks, Object * argument, String * callbackName, Object * context, MethodInfo * method)); DO_APP_FUNC(0x00E3F220, bool, DelegateHelpers_InvokeCallbacksSafe_AnyCallbackReturnsTrue, (CallbackArray_1_System_Func_3__1 * callbacks, Object * argument1, InputEventPtr argument2, String * callbackName, Object * context, MethodInfo * method)); DO_APP_FUNC(0x00E3F470, bool, DelegateHelpers_InvokeCallbacksSafe_AnyCallbackReturnsTrue_1, (CallbackArray_1_System_Func_3__3 * callbacks, Object * argument1, Object * argument2, String * callbackName, Object * context, MethodInfo * method)); DO_APP_FUNC(0x00E3F6C0, Object *, Dropdown_GetOrAddComponent, (GameObject * go, MethodInfo * method)); DO_APP_FUNC(0x00E3F770, int32_t, DynamicArrayExtensions_Partition, (Object__Array * data, int32_t left, int32_t right, MethodInfo * method)); DO_APP_FUNC(0x00E3FA40, void, DynamicArrayExtensions_QuickSort, (DynamicArray_1_System_Object_ * array, MethodInfo * method)); DO_APP_FUNC(0x00E3A430, void, DynamicArrayExtensions_QuickSort_1, (Object__Array * data, int32_t left, int32_t right, MethodInfo * method)); DO_APP_FUNC(0x00E3FAB0, Dictionary_2_System_Object_IList_1_UnityEngine_GameObject_ *, EasyCombine_GetObjectsByProperty, (IList_1_UnityEngine_GameObject_ * gameObjects, EasyCombine_RendererPropertySelector_1_System_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00E401C0, List_1_System_Object_ *, EasyCombine_GetProperties, (IList_1_UnityEngine_GameObject_ * gameObjects, EasyCombine_RendererPropertySelector_1_System_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00E40600, Color__Array *, EasyCombine_GetVertextData, (IList_1_UnityEngine_Color_ * source, Dictionary_2_System_Int32_System_Int32_ * triangles, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C959C0, EasyCombine_GetVertextData__MethodInfo); DO_APP_FUNC(0x00E40A40, Color__Array *, EasyCombine_GetVertextData_1, (IList_1_UnityEngine_Color_ * source, Int32__Array * triangles, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95990, EasyCombine_GetVertextData_1__MethodInfo); DO_APP_FUNC(0x00E40BE0, Object__Array *, EasyCombine_GetVertextData_2, (IList_1_System_Object_ * source, Dictionary_2_System_Int32_System_Int32_ * triangles, MethodInfo * method)); DO_APP_FUNC(0x00E41050, Object__Array *, EasyCombine_GetVertextData_3, (IList_1_System_Object_ * source, Int32__Array * triangles, MethodInfo * method)); DO_APP_FUNC(0x00E41250, Vector2__Array *, EasyCombine_GetVertextData_4, (IList_1_UnityEngine_Vector2_ * source, Dictionary_2_System_Int32_System_Int32_ * triangles, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C959A8, EasyCombine_GetVertextData_4__MethodInfo); DO_APP_FUNC(0x00E41680, Vector2__Array *, EasyCombine_GetVertextData_5, (IList_1_UnityEngine_Vector2_ * source, Int32__Array * triangles, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95978, EasyCombine_GetVertextData_5__MethodInfo); DO_APP_FUNC(0x00E41810, Vector3__Array *, EasyCombine_GetVertextData_6, (IList_1_UnityEngine_Vector3_ * source, Dictionary_2_System_Int32_System_Int32_ * triangles, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C959A0, EasyCombine_GetVertextData_6__MethodInfo); DO_APP_FUNC(0x00E41C50, Vector3__Array *, EasyCombine_GetVertextData_7, (IList_1_UnityEngine_Vector3_ * source, Int32__Array * triangles, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95970, EasyCombine_GetVertextData_7__MethodInfo); DO_APP_FUNC(0x00E41DF0, Vector4__Array *, EasyCombine_GetVertextData_8, (IList_1_UnityEngine_Vector4_ * source, Dictionary_2_System_Int32_System_Int32_ * triangles, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C959B0, EasyCombine_GetVertextData_8__MethodInfo); DO_APP_FUNC(0x00E40A40, Vector4__Array *, EasyCombine_GetVertextData_9, (IList_1_UnityEngine_Vector4_ * source, Int32__Array * triangles, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95988, EasyCombine_GetVertextData_9__MethodInfo); DO_APP_FUNC(0x00E42230, void, EasyCombine_InitializeProgressReport_1, (Dictionary_2_System_Object_IList_1_UnityEngine_GameObject_ * data, MethodInfo * method)); DO_APP_FUNC(0x00E424F0, Object__Array *, Entity_QueryComponents, (Entity * __this, QueryComponentOptions__Enum queryComponentOption, bool queryIncludesInactiveChildren, bool returnNullOnEmpty, MethodInfo * method)); DO_APP_FUNC(0x00E42650, Object *, Enumerable_Aggregate, (IEnumerable_1_System_Object_ * source, Object * seed, Func_3_Object_Object_Object_ * func, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C795E8, Enumerable_Aggregate__MethodInfo); DO_APP_FUNC(0x00E428C0, bool, Enumerable_All, (IEnumerable_1_System_Char_ * source, Func_2_Char_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C795D0, Enumerable_All__MethodInfo); DO_APP_FUNC(0x00E42AC0, bool, Enumerable_All_1, (IEnumerable_1_System_Object_ * source, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C795E0, Enumerable_All_1__MethodInfo); DO_APP_FUNC(0x00E42CC0, bool, Enumerable_Any, (IEnumerable_1_KeyValuePair_2_System_UInt16_System_Object_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C795C0, Enumerable_Any__MethodInfo); DO_APP_FUNC(0x00E42E20, bool, Enumerable_Any_1, (IEnumerable_1_System_Int32_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C795A8, Enumerable_Any_1__MethodInfo); DO_APP_FUNC(0x00E42F80, bool, Enumerable_Any_2, (IEnumerable_1_System_Object_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79598, Enumerable_Any_2__MethodInfo); DO_APP_FUNC(0x00E430E0, bool, Enumerable_Any_3, (IEnumerable_1_KickedPlayer_ * source, Func_2_KickedPlayer_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA4108, Enumerable_Any_3__MethodInfo); DO_APP_FUNC(0x00E43370, bool, Enumerable_Any_4, (IEnumerable_1_System_Object_ * source, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79590, Enumerable_Any_4__MethodInfo); DO_APP_FUNC(0x00E43570, bool, Enumerable_Any_5, (IEnumerable_1_Steamworks_SteamItemDef_t_ * source, Func_2_Steamworks_SteamItemDef_t_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA6130, Enumerable_Any_5__MethodInfo); DO_APP_FUNC(0x00E43770, IEnumerable_1_System_Object_ *, Enumerable_Append, (IEnumerable_1_System_Object_ * source, Object * element, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79550, Enumerable_Append__MethodInfo); DO_APP_FUNC(0x00E437D0, IEnumerable_1_System_Object_ *, Enumerable_AppendIterator, (IEnumerable_1_System_Object_ * source, Object * element, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, IEnumerable_1_System_Object_ *, Enumerable_AsEnumerable, (IEnumerable_1_System_Object_ * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_AsEnumerable_1, (IEnumerable_1_UnityEngine_Vector2_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF3B8, Enumerable_AsEnumerable_1__MethodInfo); DO_APP_FUNC(0x00E43900, IEnumerable_1_System_Int32Enum_ *, Enumerable_Cast, (IEnumerable * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79558, Enumerable_Cast__MethodInfo); DO_APP_FUNC(0x00E43990, IEnumerable_1_System_Object_ *, Enumerable_Cast_1, (IEnumerable * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79568, Enumerable_Cast_1__MethodInfo); DO_APP_FUNC(0x00E43A20, IEnumerable_1_System_Single_ *, Enumerable_Cast_2, (IEnumerable * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDEB0, Enumerable_Cast_2__MethodInfo); DO_APP_FUNC(0x00E43AB0, IEnumerable_1_System_Int32Enum_ *, Enumerable_CastIterator, (IEnumerable * source, MethodInfo * method)); DO_APP_FUNC(0x00E43B70, IEnumerable_1_System_Object_ *, Enumerable_CastIterator_1, (IEnumerable * source, MethodInfo * method)); DO_APP_FUNC(0x00E43AB0, IEnumerable_1_System_Single_ *, Enumerable_CastIterator_2, (IEnumerable * source, MethodInfo * method)); DO_APP_FUNC(0x00E43C30, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__2 *, Enumerable_CombinePredicates, (Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__2 * predicate1, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__2 * predicate2, MethodInfo * method)); DO_APP_FUNC(0x00E43C30, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 *, Enumerable_CombinePredicates_1, (Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate1, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate2, MethodInfo * method)); DO_APP_FUNC(0x00E43C30, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__4 *, Enumerable_CombinePredicates_2, (Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__4 * predicate1, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__4 * predicate2, MethodInfo * method)); DO_APP_FUNC(0x00E43C30, Func_2_Pathfinding_Connection_Boolean_ *, Enumerable_CombinePredicates_3, (Func_2_Pathfinding_Connection_Boolean_ * predicate1, Func_2_Pathfinding_Connection_Boolean_ * predicate2, MethodInfo * method)); DO_APP_FUNC(0x00E43C30, Func_2_Int32_Boolean_ *, Enumerable_CombinePredicates_4, (Func_2_Int32_Boolean_ * predicate1, Func_2_Int32_Boolean_ * predicate2, MethodInfo * method)); DO_APP_FUNC(0x00E43C30, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ *, Enumerable_CombinePredicates_5, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate1, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Boolean_ * predicate2, MethodInfo * method)); DO_APP_FUNC(0x00E43C30, Func_2_Object_Boolean_ *, Enumerable_CombinePredicates_6, (Func_2_Object_Boolean_ * predicate1, Func_2_Object_Boolean_ * predicate2, MethodInfo * method)); DO_APP_FUNC(0x00E43C30, Func_2_Steamworks_SteamItemDef_t_Boolean_ *, Enumerable_CombinePredicates_7, (Func_2_Steamworks_SteamItemDef_t_Boolean_ * predicate1, Func_2_Steamworks_SteamItemDef_t_Boolean_ * predicate2, MethodInfo * method)); DO_APP_FUNC(0x00E43C30, Func_2_UInt32_Boolean_ *, Enumerable_CombinePredicates_8, (Func_2_UInt32_Boolean_ * predicate1, Func_2_UInt32_Boolean_ * predicate2, MethodInfo * method)); DO_APP_FUNC(0x00E43C30, Func_2_UnityEngine_Vector2_Boolean_ *, Enumerable_CombinePredicates_9, (Func_2_UnityEngine_Vector2_Boolean_ * predicate1, Func_2_UnityEngine_Vector2_Boolean_ * predicate2, MethodInfo * method)); DO_APP_FUNC(0x00E43C30, Func_2_UnityEngine_Vector3_Boolean_ *, Enumerable_CombinePredicates_10, (Func_2_UnityEngine_Vector3_Boolean_ * predicate1, Func_2_UnityEngine_Vector3_Boolean_ * predicate2, MethodInfo * method)); DO_APP_FUNC(0x00E43C30, Func_2_System_Security_Cryptography_X509Certificates_X509ChainStatus_Boolean_ *, Enumerable_CombinePredicates_11, (Func_2_System_Security_Cryptography_X509Certificates_X509ChainStatus_Boolean_ * predicate1, Func_2_System_Security_Cryptography_X509Certificates_X509ChainStatus_Boolean_ * predicate2, MethodInfo * method)); DO_APP_FUNC(0x00E43C30, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ *, Enumerable_CombinePredicates_12, (Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate1, Func_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_Boolean_ * predicate2, MethodInfo * method)); DO_APP_FUNC(0x00E43C30, Func_2_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_Boolean_ *, Enumerable_CombinePredicates_13, (Func_2_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_Boolean_ * predicate1, Func_2_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_Boolean_ * predicate2, MethodInfo * method)); DO_APP_FUNC(0x00E43C30, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ *, Enumerable_CombinePredicates_14, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate1, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate2, MethodInfo * method)); DO_APP_FUNC(0x00E43C30, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ *, Enumerable_CombinePredicates_15, (Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate1, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_Boolean_ * predicate2, MethodInfo * method)); DO_APP_FUNC(0x00E43C30, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ *, Enumerable_CombinePredicates_16, (Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate1, Func_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_Boolean_ * predicate2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_System_Collections_Generic_KeyValuePair_2_Int32_ *, Enumerable_CombineSelectors, (Func_2_System_Collections_Generic_KeyValuePair_2_Object_ * selector1, Func_2_Object_Int32_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_CombineSelectors_1, (Func_2_System_Collections_Generic_KeyValuePair_2_Object_ * selector1, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_System_Collections_Generic_KeyValuePair_2_Object_ *, Enumerable_CombineSelectors_2, (Func_2_System_Collections_Generic_KeyValuePair_2_Object_ * selector1, Func_2_Object_Object_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_System_Collections_Generic_KeyValuePair_2_UInt32_ *, Enumerable_CombineSelectors_3, (Func_2_System_Collections_Generic_KeyValuePair_2_Object_ * selector1, Func_2_Object_UInt32_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2_ *, Enumerable_CombineSelectors_4, (Func_2_System_Collections_Generic_KeyValuePair_2_Object_ * selector1, Func_2_Object_UnityEngine_Vector2_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__1 *, Enumerable_CombineSelectors_5, (Func_2_System_Collections_Generic_KeyValuePair_2_Object_ * selector1, Func_2_Object_UnityEngine_Vector3_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_CombineSelectors_6, (Func_2_System_Collections_Generic_KeyValuePair_2_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_CombineSelectors_7, (Func_2_System_Collections_Generic_KeyValuePair_2_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_CombineSelectors_8, (Func_2_System_Collections_Generic_KeyValuePair_2_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_System_Collections_Generic_KeyValuePair_2_Int32__1 *, Enumerable_CombineSelectors_9, (Func_2_System_Collections_Generic_KeyValuePair_2_Object__1 * selector1, Func_2_Object_Int32_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__1 *, Enumerable_CombineSelectors_10, (Func_2_System_Collections_Generic_KeyValuePair_2_Object__1 * selector1, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_System_Collections_Generic_KeyValuePair_2_Object__1 *, Enumerable_CombineSelectors_11, (Func_2_System_Collections_Generic_KeyValuePair_2_Object__1 * selector1, Func_2_Object_Object_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_System_Collections_Generic_KeyValuePair_2_UInt32__1 *, Enumerable_CombineSelectors_12, (Func_2_System_Collections_Generic_KeyValuePair_2_Object__1 * selector1, Func_2_Object_UInt32_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__1 *, Enumerable_CombineSelectors_13, (Func_2_System_Collections_Generic_KeyValuePair_2_Object__1 * selector1, Func_2_Object_UnityEngine_Vector2_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__2 *, Enumerable_CombineSelectors_14, (Func_2_System_Collections_Generic_KeyValuePair_2_Object__1 * selector1, Func_2_Object_UnityEngine_Vector3_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__1 *, Enumerable_CombineSelectors_15, (Func_2_System_Collections_Generic_KeyValuePair_2_Object__1 * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__1 *, Enumerable_CombineSelectors_16, (Func_2_System_Collections_Generic_KeyValuePair_2_Object__1 * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__1 *, Enumerable_CombineSelectors_17, (Func_2_System_Collections_Generic_KeyValuePair_2_Object__1 * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_System_Collections_Generic_KeyValuePair_2_Int32__2 *, Enumerable_CombineSelectors_18, (Func_2_System_Collections_Generic_KeyValuePair_2_Object__2 * selector1, Func_2_Object_Int32_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString__2 *, Enumerable_CombineSelectors_19, (Func_2_System_Collections_Generic_KeyValuePair_2_Object__2 * selector1, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_System_Collections_Generic_KeyValuePair_2_Object__2 *, Enumerable_CombineSelectors_20, (Func_2_System_Collections_Generic_KeyValuePair_2_Object__2 * selector1, Func_2_Object_Object_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_System_Collections_Generic_KeyValuePair_2_UInt32__2 *, Enumerable_CombineSelectors_21, (Func_2_System_Collections_Generic_KeyValuePair_2_Object__2 * selector1, Func_2_Object_UInt32_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector2__2 *, Enumerable_CombineSelectors_22, (Func_2_System_Collections_Generic_KeyValuePair_2_Object__2 * selector1, Func_2_Object_UnityEngine_Vector2_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3__3 *, Enumerable_CombineSelectors_23, (Func_2_System_Collections_Generic_KeyValuePair_2_Object__2 * selector1, Func_2_Object_UnityEngine_Vector3_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere__2 *, Enumerable_CombineSelectors_24, (Func_2_System_Collections_Generic_KeyValuePair_2_Object__2 * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData__2 *, Enumerable_CombineSelectors_25, (Func_2_System_Collections_Generic_KeyValuePair_2_Object__2 * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_System_Collections_Generic_KeyValuePair_2_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo__2 *, Enumerable_CombineSelectors_26, (Func_2_System_Collections_Generic_KeyValuePair_2_Object__2 * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_Int32_Int32_ *, Enumerable_CombineSelectors_27, (Func_2_Int32_Object_ * selector1, Func_2_Object_Int32_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_Int32_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_CombineSelectors_28, (Func_2_Int32_Object_ * selector1, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_Int32_Object_ *, Enumerable_CombineSelectors_29, (Func_2_Int32_Object_ * selector1, Func_2_Object_Object_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_Int32_UInt32_ *, Enumerable_CombineSelectors_30, (Func_2_Int32_Object_ * selector1, Func_2_Object_UInt32_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_Int32_UnityEngine_Vector2_ *, Enumerable_CombineSelectors_31, (Func_2_Int32_Object_ * selector1, Func_2_Object_UnityEngine_Vector2_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_Int32_UnityEngine_Vector3_ *, Enumerable_CombineSelectors_32, (Func_2_Int32_Object_ * selector1, Func_2_Object_UnityEngine_Vector3_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_Int32_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_CombineSelectors_33, (Func_2_Int32_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_CombineSelectors_34, (Func_2_Int32_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_Int32_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_CombineSelectors_35, (Func_2_Int32_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_Int32Enum_Object_ *, Enumerable_CombineSelectors_36, (Func_2_Int32Enum_Int32_ * selector1, Func_2_Int32_Object_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Int32_ *, Enumerable_CombineSelectors_37, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_Object_ * selector1, Func_2_Object_Int32_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_CombineSelectors_38, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_Object_ * selector1, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Object_ *, Enumerable_CombineSelectors_39, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_Object_ * selector1, Func_2_Object_Object_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_InternedString_UInt32_ *, Enumerable_CombineSelectors_40, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_Object_ * selector1, Func_2_Object_UInt32_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector2_ *, Enumerable_CombineSelectors_41, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_Object_ * selector1, Func_2_Object_UnityEngine_Vector2_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_Vector3_ *, Enumerable_CombineSelectors_42, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_Object_ * selector1, Func_2_Object_UnityEngine_Vector3_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_CombineSelectors_43, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_CombineSelectors_44, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_CombineSelectors_45, (Func_2_UnityEngine_InputSystem_Utilities_InternedString_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Int32_ *, Enumerable_CombineSelectors_46, (Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Object_ * selector1, Func_2_Object_Int32_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_CombineSelectors_47, (Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Object_ * selector1, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Object_ *, Enumerable_CombineSelectors_48, (Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Object_ * selector1, Func_2_Object_Object_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UInt32_ *, Enumerable_CombineSelectors_49, (Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Object_ * selector1, Func_2_Object_UInt32_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector2_ *, Enumerable_CombineSelectors_50, (Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Object_ * selector1, Func_2_Object_UnityEngine_Vector2_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_UnityEngine_Vector3_ *, Enumerable_CombineSelectors_51, (Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Object_ * selector1, Func_2_Object_UnityEngine_Vector3_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_CombineSelectors_52, (Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_CombineSelectors_53, (Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_CombineSelectors_54, (Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Int32_ *, Enumerable_CombineSelectors_55, (Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Object_ * selector1, Func_2_Object_Int32_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_CombineSelectors_56, (Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Object_ * selector1, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Object_ *, Enumerable_CombineSelectors_57, (Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Object_ * selector1, Func_2_Object_Object_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UInt32_ *, Enumerable_CombineSelectors_58, (Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Object_ * selector1, Func_2_Object_UInt32_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector2_ *, Enumerable_CombineSelectors_59, (Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Object_ * selector1, Func_2_Object_UnityEngine_Vector2_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_UnityEngine_Vector3_ *, Enumerable_CombineSelectors_60, (Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Object_ * selector1, Func_2_Object_UnityEngine_Vector3_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_CombineSelectors_61, (Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_CombineSelectors_62, (Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_CombineSelectors_63, (Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_Object_Object_ *, Enumerable_CombineSelectors_64, (Func_2_Object_Int32_ * selector1, Func_2_Int32_Object_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_Object_Object_ *, Enumerable_CombineSelectors_65, (Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector1, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Object_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_Object_Int32_ *, Enumerable_CombineSelectors_66, (Func_2_Object_Object_ * selector1, Func_2_Object_Int32_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_CombineSelectors_67, (Func_2_Object_Object_ * selector1, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_Object_Object_ *, Enumerable_CombineSelectors_68, (Func_2_Object_Object_ * selector1, Func_2_Object_Object_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_Object_UInt32_ *, Enumerable_CombineSelectors_69, (Func_2_Object_Object_ * selector1, Func_2_Object_UInt32_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_Object_UnityEngine_Vector2_ *, Enumerable_CombineSelectors_70, (Func_2_Object_Object_ * selector1, Func_2_Object_UnityEngine_Vector2_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_Object_UnityEngine_Vector3_ *, Enumerable_CombineSelectors_71, (Func_2_Object_Object_ * selector1, Func_2_Object_UnityEngine_Vector3_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_CombineSelectors_72, (Func_2_Object_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_CombineSelectors_73, (Func_2_Object_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_CombineSelectors_74, (Func_2_Object_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_Object_UnityEngine_Vector2_ *, Enumerable_CombineSelectors_75, (Func_2_Object_UnityEngine_Vector2_ * selector1, Func_2_UnityEngine_Vector2_UnityEngine_Vector2_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_Photon_Bolt_Internal_PacketStats_Object_ *, Enumerable_CombineSelectors_76, (Func_2_Photon_Bolt_Internal_PacketStats_Int32_ * selector1, Func_2_Int32_Object_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_Steamworks_SteamItemDetails_t_Object_ *, Enumerable_CombineSelectors_77, (Func_2_Steamworks_SteamItemDetails_t_Int32_ * selector1, Func_2_Int32_Object_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_UIElements_StyleSelectorPart_Int32_ *, Enumerable_CombineSelectors_78, (Func_2_UnityEngine_UIElements_StyleSelectorPart_Object_ * selector1, Func_2_Object_Int32_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_CombineSelectors_79, (Func_2_UnityEngine_UIElements_StyleSelectorPart_Object_ * selector1, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_UIElements_StyleSelectorPart_Object_ *, Enumerable_CombineSelectors_80, (Func_2_UnityEngine_UIElements_StyleSelectorPart_Object_ * selector1, Func_2_Object_Object_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_UIElements_StyleSelectorPart_UInt32_ *, Enumerable_CombineSelectors_81, (Func_2_UnityEngine_UIElements_StyleSelectorPart_Object_ * selector1, Func_2_Object_UInt32_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector2_ *, Enumerable_CombineSelectors_82, (Func_2_UnityEngine_UIElements_StyleSelectorPart_Object_ * selector1, Func_2_Object_UnityEngine_Vector2_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_UIElements_StyleSelectorPart_UnityEngine_Vector3_ *, Enumerable_CombineSelectors_83, (Func_2_UnityEngine_UIElements_StyleSelectorPart_Object_ * selector1, Func_2_Object_UnityEngine_Vector3_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_CombineSelectors_84, (Func_2_UnityEngine_UIElements_StyleSelectorPart_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_CombineSelectors_85, (Func_2_UnityEngine_UIElements_StyleSelectorPart_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_UIElements_StyleSelectorPart_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_CombineSelectors_86, (Func_2_UnityEngine_UIElements_StyleSelectorPart_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_Substring_Int32_ *, Enumerable_CombineSelectors_87, (Func_2_UnityEngine_InputSystem_Utilities_Substring_Object_ * selector1, Func_2_Object_Int32_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_CombineSelectors_88, (Func_2_UnityEngine_InputSystem_Utilities_Substring_Object_ * selector1, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_Substring_Object_ *, Enumerable_CombineSelectors_89, (Func_2_UnityEngine_InputSystem_Utilities_Substring_Object_ * selector1, Func_2_Object_Object_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_Substring_UInt32_ *, Enumerable_CombineSelectors_90, (Func_2_UnityEngine_InputSystem_Utilities_Substring_Object_ * selector1, Func_2_Object_UInt32_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector2_ *, Enumerable_CombineSelectors_91, (Func_2_UnityEngine_InputSystem_Utilities_Substring_Object_ * selector1, Func_2_Object_UnityEngine_Vector2_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_Substring_UnityEngine_Vector3_ *, Enumerable_CombineSelectors_92, (Func_2_UnityEngine_InputSystem_Utilities_Substring_Object_ * selector1, Func_2_Object_UnityEngine_Vector3_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_CombineSelectors_93, (Func_2_UnityEngine_InputSystem_Utilities_Substring_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_CombineSelectors_94, (Func_2_UnityEngine_InputSystem_Utilities_Substring_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_Substring_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_CombineSelectors_95, (Func_2_UnityEngine_InputSystem_Utilities_Substring_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_Vector2_UnityEngine_Vector2_ *, Enumerable_CombineSelectors_96, (Func_2_UnityEngine_Vector2_UnityEngine_Vector2_ * selector1, Func_2_UnityEngine_Vector2_UnityEngine_Vector2_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Int32_ *, Enumerable_CombineSelectors_97, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Object_ * selector1, Func_2_Object_Int32_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_CombineSelectors_98, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Object_ * selector1, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Object_ *, Enumerable_CombineSelectors_99, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Object_ * selector1, Func_2_Object_Object_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UInt32_ *, Enumerable_CombineSelectors_100, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Object_ * selector1, Func_2_Object_UInt32_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector2_ *, Enumerable_CombineSelectors_101, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Object_ * selector1, Func_2_Object_UnityEngine_Vector2_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_UnityEngine_Vector3_ *, Enumerable_CombineSelectors_102, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Object_ * selector1, Func_2_Object_UnityEngine_Vector3_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_CombineSelectors_103, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_CombineSelectors_104, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_CombineSelectors_105, (Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Int32_ *, Enumerable_CombineSelectors_106, (Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Object_ * selector1, Func_2_Object_Int32_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_CombineSelectors_107, (Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Object_ * selector1, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Object_ *, Enumerable_CombineSelectors_108, (Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Object_ * selector1, Func_2_Object_Object_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UInt32_ *, Enumerable_CombineSelectors_109, (Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Object_ * selector1, Func_2_Object_UInt32_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector2_ *, Enumerable_CombineSelectors_110, (Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Object_ * selector1, Func_2_Object_UnityEngine_Vector2_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_UnityEngine_Vector3_ *, Enumerable_CombineSelectors_111, (Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Object_ * selector1, Func_2_Object_UnityEngine_Vector3_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_CombineSelectors_112, (Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_CombineSelectors_113, (Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_CombineSelectors_114, (Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Int32_ *, Enumerable_CombineSelectors_115, (Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Object_ * selector1, Func_2_Object_Int32_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_CombineSelectors_116, (Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Object_ * selector1, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Object_ *, Enumerable_CombineSelectors_117, (Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Object_ * selector1, Func_2_Object_Object_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UInt32_ *, Enumerable_CombineSelectors_118, (Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Object_ * selector1, Func_2_Object_UInt32_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector2_ *, Enumerable_CombineSelectors_119, (Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Object_ * selector1, Func_2_Object_UnityEngine_Vector2_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_UnityEngine_Vector3_ *, Enumerable_CombineSelectors_120, (Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Object_ * selector1, Func_2_Object_UnityEngine_Vector3_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_CombineSelectors_121, (Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_CombineSelectors_122, (Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43DA0, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_CombineSelectors_123, (Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Object_ * selector1, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector2, MethodInfo * method)); DO_APP_FUNC(0x00E43F10, IEnumerable_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ *, Enumerable_Concat, (IEnumerable_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * first, IEnumerable_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * second, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79520, Enumerable_Concat__MethodInfo); DO_APP_FUNC(0x00E43FA0, IEnumerable_1_System_Int32_ *, Enumerable_Concat_1, (IEnumerable_1_System_Int32_ * first, IEnumerable_1_System_Int32_ * second, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4838, Enumerable_Concat_1__MethodInfo); DO_APP_FUNC(0x00E44030, IEnumerable_1_System_Object_ *, Enumerable_Concat_2, (IEnumerable_1_System_Object_ * first, IEnumerable_1_System_Object_ * second, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79540, Enumerable_Concat_2__MethodInfo); DO_APP_FUNC(0x00E440C0, IEnumerable_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ *, Enumerable_ConcatIterator, (IEnumerable_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * first, IEnumerable_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * second, MethodInfo * method)); DO_APP_FUNC(0x00E441F0, IEnumerable_1_System_Int32_ *, Enumerable_ConcatIterator_1, (IEnumerable_1_System_Int32_ * first, IEnumerable_1_System_Int32_ * second, MethodInfo * method)); DO_APP_FUNC(0x00E437D0, IEnumerable_1_System_Object_ *, Enumerable_ConcatIterator_2, (IEnumerable_1_System_Object_ * first, IEnumerable_1_System_Object_ * second, MethodInfo * method)); DO_APP_FUNC(0x00E44320, bool, Enumerable_Contains, (IEnumerable_1_System_Int32_ * source, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3030, Enumerable_Contains__MethodInfo); DO_APP_FUNC(0x00E44320, bool, Enumerable_Contains_1, (IEnumerable_1_System_Int32Enum_ * source, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00E443C0, bool, Enumerable_Contains_2, (IEnumerable_1_System_Object_ * source, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00E44320, bool, Enumerable_Contains_3, (IEnumerable_1_System_UInt32_ * source, uint32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4878, Enumerable_Contains_3__MethodInfo); DO_APP_FUNC(0x00E44470, bool, Enumerable_Contains_4, (IEnumerable_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * source, HIDSupport_HIDPageUsage value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C952D8, Enumerable_Contains_4__MethodInfo); DO_APP_FUNC(0x00E44580, bool, Enumerable_Contains_5, (IEnumerable_1_System_Int32_ * source, int32_t value, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79508, Enumerable_Contains_5__MethodInfo); DO_APP_FUNC(0x00E44790, bool, Enumerable_Contains_6, (IEnumerable_1_System_Int32Enum_ * source, Int32Enum__Enum value, IEqualityComparer_1_System_Int32Enum_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C794E8, Enumerable_Contains_6__MethodInfo); DO_APP_FUNC(0x00E449A0, bool, Enumerable_Contains_7, (IEnumerable_1_System_Object_ * source, Object * value, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C794F8, Enumerable_Contains_7__MethodInfo); DO_APP_FUNC(0x00E44BB0, bool, Enumerable_Contains_8, (IEnumerable_1_System_UInt32_ * source, uint32_t value, IEqualityComparer_1_System_UInt32_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C794E0, Enumerable_Contains_8__MethodInfo); DO_APP_FUNC(0x00E44DC0, bool, Enumerable_Contains_9, (IEnumerable_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * source, HIDSupport_HIDPageUsage value, IEqualityComparer_1_UnityEngine_InputSystem_HID_HIDSupport_HIDPageUsage_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C794C0, Enumerable_Contains_9__MethodInfo); DO_APP_FUNC(0x00E450A0, int32_t, Enumerable_Count, (IEnumerable_1_KeyValuePair_2_System_Int32_System_Int32_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79490, Enumerable_Count__MethodInfo); DO_APP_FUNC(0x00E452D0, int32_t, Enumerable_Count_1, (IEnumerable_1_KeyValuePair_2_System_UInt16_System_Object_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C794A8, Enumerable_Count_1__MethodInfo); DO_APP_FUNC(0x00E45500, int32_t, Enumerable_Count_2, (IEnumerable_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79480, Enumerable_Count_2__MethodInfo); DO_APP_FUNC(0x00E45730, int32_t, Enumerable_Count_3, (IEnumerable_1_System_Runtime_InteropServices_GCHandle_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79468, Enumerable_Count_3__MethodInfo); DO_APP_FUNC(0x00E45960, int32_t, Enumerable_Count_4, (IEnumerable_1_System_Int32_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79440, Enumerable_Count_4__MethodInfo); DO_APP_FUNC(0x00E45B90, int32_t, Enumerable_Count_5, (IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79450, Enumerable_Count_5__MethodInfo); DO_APP_FUNC(0x00E45DC0, int32_t, Enumerable_Count_6, (IEnumerable_1_System_Object_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79430, Enumerable_Count_6__MethodInfo); DO_APP_FUNC(0x00E45FF0, int32_t, Enumerable_Count_7, (IEnumerable_1_UnityEngine_InputSystem_UI_PointerModel_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79428, Enumerable_Count_7__MethodInfo); DO_APP_FUNC(0x00E46220, int32_t, Enumerable_Count_8, (IEnumerable_1_UnityEngine_InputSystem_Utilities_Substring_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79410, Enumerable_Count_8__MethodInfo); DO_APP_FUNC(0x00E46450, int32_t, Enumerable_Count_9, (IEnumerable_1_System_UInt32_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79420, Enumerable_Count_9__MethodInfo); DO_APP_FUNC(0x00E46680, int32_t, Enumerable_Count_10, (IEnumerable_1_System_UInt64_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79408, Enumerable_Count_10__MethodInfo); DO_APP_FUNC(0x00E468B0, int32_t, Enumerable_Count_11, (IEnumerable_1_UnityEngine_InputSystem_InputManager_StateChangeMonitorTimeout_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C793F8, Enumerable_Count_11__MethodInfo); DO_APP_FUNC(0x00E46AE0, int32_t, Enumerable_Count_12, (IEnumerable_1_UnityEngine_InputSystem_Users_InputUser_OngoingAccountSelection_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C793D8, Enumerable_Count_12__MethodInfo); DO_APP_FUNC(0x00E46D10, int32_t, Enumerable_Count_13, (IEnumerable_1_UnityEngine_InputSystem_OnScreen_OnScreenControl_OnScreenDeviceInfo_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C793E0, Enumerable_Count_13__MethodInfo); DO_APP_FUNC(0x00E46F40, int32_t, Enumerable_Count_14, (IEnumerable_1_System_Object_ * source, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C793B8, Enumerable_Count_14__MethodInfo); DO_APP_FUNC(0x00E47160, IEnumerable_1_System_Int32_ *, Enumerable_Distinct, (IEnumerable_1_System_Int32_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4830, Enumerable_Distinct__MethodInfo); DO_APP_FUNC(0x00E471C0, IEnumerable_1_System_Object_ *, Enumerable_Distinct_1, (IEnumerable_1_System_Object_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C793C8, Enumerable_Distinct_1__MethodInfo); DO_APP_FUNC(0x00E47220, IEnumerable_1_System_Int32_ *, Enumerable_DistinctIterator, (IEnumerable_1_System_Int32_ * source, IEqualityComparer_1_System_Int32_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00E47350, IEnumerable_1_System_Object_ *, Enumerable_DistinctIterator_1, (IEnumerable_1_System_Object_ * source, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00E47480, KeyValuePair_2_System_Object_System_Object_, Enumerable_ElementAt, (IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * source, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C793A8, Enumerable_ElementAt__MethodInfo); DO_APP_FUNC(0x00E47780, Object *, Enumerable_ElementAt_1, (IEnumerable_1_System_Object_ * source, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79390, Enumerable_ElementAt_1__MethodInfo); DO_APP_FUNC(0x00E47A50, uint32_t, Enumerable_ElementAt_2, (IEnumerable_1_System_UInt32_ * source, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79378, Enumerable_ElementAt_2__MethodInfo); DO_APP_FUNC(0x004526D0, IEnumerable_1_System_Int32_ *, Enumerable_Empty, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9748, Enumerable_Empty__MethodInfo); DO_APP_FUNC(0x004526D0, IEnumerable_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ *, Enumerable_Empty_1, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8BCB8, Enumerable_Empty_1__MethodInfo); DO_APP_FUNC(0x004526D0, IEnumerable_1_System_Object_ *, Enumerable_Empty_2, (MethodInfo * method)); DO_APP_FUNC(0x00E47D10, IEnumerable_1_System_Object_ *, Enumerable_Except, (IEnumerable_1_System_Object_ * first, IEnumerable_1_System_Object_ * second, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79380, Enumerable_Except__MethodInfo); DO_APP_FUNC(0x00E47DA0, IEnumerable_1_System_Object_ *, Enumerable_ExceptIterator, (IEnumerable_1_System_Object_ * first, IEnumerable_1_System_Object_ * second, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00E47F30, AsyncOperationHandle, Enumerable_First, (IEnumerable_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62A58, Enumerable_First__MethodInfo); DO_APP_FUNC(0x00E481A0, int32_t, Enumerable_First_1, (IEnumerable_1_System_Int32_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79340, Enumerable_First_1__MethodInfo); DO_APP_FUNC(0x00E483D0, Object *, Enumerable_First_2, (IEnumerable_1_System_Object_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79360, Enumerable_First_2__MethodInfo); DO_APP_FUNC(0x00E48600, Resolution, Enumerable_First_3, (IEnumerable_1_UnityEngine_Resolution_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1580, Enumerable_First_3__MethodInfo); DO_APP_FUNC(0x00E48870, KeyValuePair_2_System_Int32Enum_System_Object_, Enumerable_First_4, (IEnumerable_1_KeyValuePair_2_System_Int32Enum_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__2 * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79318, Enumerable_First_4__MethodInfo); DO_APP_FUNC(0x00E48B10, Object *, Enumerable_First_5, (IEnumerable_1_System_Object_ * source, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79308, Enumerable_First_5__MethodInfo); DO_APP_FUNC(0x00E48D00, PlayableBinding, Enumerable_First_6, (IEnumerable_1_UnityEngine_Playables_PlayableBinding_ * source, Func_2_UnityEngine_Playables_PlayableBinding_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7538, Enumerable_First_6__MethodInfo); DO_APP_FUNC(0x00E48FC0, KeyValuePair_2_System_Int32Enum_System_Object_, Enumerable_FirstOrDefault, (IEnumerable_1_KeyValuePair_2_System_Int32Enum_System_Object_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C792F8, Enumerable_FirstOrDefault__MethodInfo); DO_APP_FUNC(0x00E49220, Object *, Enumerable_FirstOrDefault_1, (IEnumerable_1_System_Object_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C792E8, Enumerable_FirstOrDefault_1__MethodInfo); DO_APP_FUNC(0x00E49460, KeyValuePair_2_System_Int32Enum_System_Object_, Enumerable_FirstOrDefault_2, (IEnumerable_1_KeyValuePair_2_System_Int32Enum_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__2 * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C792F0, Enumerable_FirstOrDefault_2__MethodInfo); DO_APP_FUNC(0x00E49700, KeyValuePair_2_System_UInt32_SessionClient_, Enumerable_FirstOrDefault_3, (IEnumerable_1_KeyValuePair_2_System_UInt32_SessionClient_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__7 * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA24D0, Enumerable_FirstOrDefault_3__MethodInfo); DO_APP_FUNC(0x00E499B0, Object *, Enumerable_FirstOrDefault_4, (IEnumerable_1_System_Object_ * source, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C792C0, Enumerable_FirstOrDefault_4__MethodInfo); DO_APP_FUNC(0x00E49BB0, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb, Enumerable_FirstOrDefault_5, (IEnumerable_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C792D0, Enumerable_FirstOrDefault_5__MethodInfo); DO_APP_FUNC(0x00E49EA0, IEnumerable_1_System_Linq_IGrouping_2_ *, Enumerable_GroupBy, (IEnumerable_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_UnityEngine_Vector3_ * keySelector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83838, Enumerable_GroupBy__MethodInfo); DO_APP_FUNC(0x00E49EA0, IEnumerable_1_System_Linq_IGrouping_2__1 *, Enumerable_GroupBy_1, (IEnumerable_1_System_Object_ * source, Func_2_Object_Object_ * keySelector, MethodInfo * method)); DO_APP_FUNC(0x00E49EA0, IEnumerable_1_System_Linq_IGrouping_2__2 *, Enumerable_GroupBy_2, (IEnumerable_1_UnityEngine_Resolution_ * source, Func_2_UnityEngine_Resolution_Object_ * keySelector, MethodInfo * method)); DO_APP_FUNC(0x00E49F50, IEnumerable_1_System_Linq_IGrouping_2__3 *, Enumerable_GroupBy_3, (IEnumerable_1_System_ValueTuple_2__5 * source, Func_2_ValueTuple_2_Object_Int32_Int32_ * keySelector, Func_2_ValueTuple_2_Object_Int32_Object_ * elementSelector, MethodInfo * method)); DO_APP_FUNC(0x00E49F50, IEnumerable_1_System_Linq_IGrouping_2__1 *, Enumerable_GroupBy_4, (IEnumerable_1_System_Object_ * source, Func_2_Object_Object_ * keySelector, Func_2_Object_Object_ * elementSelector, MethodInfo * method)); DO_APP_FUNC(0x00E49FF0, Int32Enum__Enum, Enumerable_Last, (IEnumerable_1_System_Int32Enum_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C792B8, Enumerable_Last__MethodInfo); DO_APP_FUNC(0x00E4A320, Object *, Enumerable_Last_1, (IEnumerable_1_System_Object_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C792A8, Enumerable_Last_1__MethodInfo); DO_APP_FUNC(0x00E4A650, Vector2, Enumerable_Last_2, (IEnumerable_1_UnityEngine_Vector2_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79280, Enumerable_Last_2__MethodInfo); DO_APP_FUNC(0x00E4A990, Object *, Enumerable_LastOrDefault, (IEnumerable_1_System_Object_ * source, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79290, Enumerable_LastOrDefault__MethodInfo); DO_APP_FUNC(0x00E4AC00, IEnumerable_1_System_Object_ *, Enumerable_OfType, (IEnumerable * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79240, Enumerable_OfType__MethodInfo); DO_APP_FUNC(0x00E43B70, IEnumerable_1_System_Object_ *, Enumerable_OfTypeIterator, (IEnumerable * source, MethodInfo * method)); DO_APP_FUNC(0x00E4AC60, IOrderedEnumerable_1_System_Collections_Generic_KeyValuePair_2_ *, Enumerable_OrderBy, (IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Object__1 * keySelector, MethodInfo * method)); DO_APP_FUNC(0x00E4AC60, IOrderedEnumerable_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ *, Enumerable_OrderBy_1, (IEnumerable_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_ * source, Func_2_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEvent_Int32_ * keySelector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63A10, Enumerable_OrderBy_1__MethodInfo); DO_APP_FUNC(0x00E4AC60, IOrderedEnumerable_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ *, Enumerable_OrderBy_2, (IEnumerable_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * source, Func_2_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_UInt32_ * keySelector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4F98, Enumerable_OrderBy_2__MethodInfo); DO_APP_FUNC(0x00E4AC60, IOrderedEnumerable_1_System_Object_ *, Enumerable_OrderBy_3, (IEnumerable_1_System_Object_ * source, Func_2_Object_Boolean_ * keySelector, MethodInfo * method)); DO_APP_FUNC(0x00E4AC60, IOrderedEnumerable_1_System_Object_ *, Enumerable_OrderBy_4, (IEnumerable_1_System_Object_ * source, Func_2_Object_Int32_ * keySelector, MethodInfo * method)); DO_APP_FUNC(0x00E4AC60, IOrderedEnumerable_1_System_Object_ *, Enumerable_OrderBy_5, (IEnumerable_1_System_Object_ * source, Func_2_Object_Object_ * keySelector, MethodInfo * method)); DO_APP_FUNC(0x00E4AC60, IOrderedEnumerable_1_System_Object_ *, Enumerable_OrderBy_6, (IEnumerable_1_System_Object_ * source, Func_2_Object_Single_ * keySelector, MethodInfo * method)); DO_APP_FUNC(0x00E4AC60, IOrderedEnumerable_1_System_Object_ *, Enumerable_OrderBy_7, (IEnumerable_1_System_Object_ * source, Func_2_Object_UInt32_ * keySelector, MethodInfo * method)); DO_APP_FUNC(0x00E4ACF0, IOrderedEnumerable_1_System_Object_ *, Enumerable_OrderByDescending, (IEnumerable_1_System_Object_ * source, Func_2_Object_Boolean_ * keySelector, MethodInfo * method)); DO_APP_FUNC(0x00E4ACF0, IOrderedEnumerable_1_System_Object_ *, Enumerable_OrderByDescending_1, (IEnumerable_1_System_Object_ * source, Func_2_Object_Int32_ * keySelector, MethodInfo * method)); DO_APP_FUNC(0x00E4ACF0, IOrderedEnumerable_1_System_Object_ *, Enumerable_OrderByDescending_2, (IEnumerable_1_System_Object_ * source, Func_2_Object_Object_ * keySelector, MethodInfo * method)); DO_APP_FUNC(0x00E4AD80, IEnumerable_1_System_Object_ *, Enumerable_Reverse, (IEnumerable_1_System_Object_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79250, Enumerable_Reverse__MethodInfo); DO_APP_FUNC(0x00E4ADE0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_Reverse_1, (IEnumerable_1_UnityEngine_Vector2_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79260, Enumerable_Reverse_1__MethodInfo); DO_APP_FUNC(0x00E43B70, IEnumerable_1_System_Object_ *, Enumerable_ReverseIterator, (IEnumerable_1_System_Object_ * source, MethodInfo * method)); DO_APP_FUNC(0x00E43AB0, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_ReverseIterator_1, (IEnumerable_1_UnityEngine_Vector2_ * source, MethodInfo * method)); DO_APP_FUNC(0x00E4AE40, IEnumerable_1_System_Object_ *, Enumerable_Select, (IEnumerable_1_KeyValuePair_2_System_Guid_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Object_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79270, Enumerable_Select__MethodInfo); DO_APP_FUNC(0x00E4B1F0, IEnumerable_1_System_Object_ *, Enumerable_Select_1, (IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Object__1 * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79218, Enumerable_Select_1__MethodInfo); DO_APP_FUNC(0x00E4B5A0, IEnumerable_1_System_Object_ *, Enumerable_Select_2, (IEnumerable_1_KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Object__2 * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79228, Enumerable_Select_2__MethodInfo); DO_APP_FUNC(0x00E4B950, IEnumerable_1_System_Object_ *, Enumerable_Select_3, (IEnumerable_1_System_Int32_ * source, Func_2_Int32_Object_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79230, Enumerable_Select_3__MethodInfo); DO_APP_FUNC(0x00E4BD00, IEnumerable_1_System_Int32_ *, Enumerable_Select_4, (IEnumerable_1_System_Int32Enum_ * source, Func_2_Int32Enum_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79238, Enumerable_Select_4__MethodInfo); DO_APP_FUNC(0x00E4C0B0, IEnumerable_1_System_Object_ *, Enumerable_Select_5, (IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * source, Func_2_UnityEngine_InputSystem_Utilities_InternedString_Object_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C791F8, Enumerable_Select_5__MethodInfo); DO_APP_FUNC(0x00E4C460, IEnumerable_1_System_Object_ *, Enumerable_Select_6, (IEnumerable_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * source, Func_2_UnityEngine_InputSystem_Utilities_NameAndParameters_Object_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79200, Enumerable_Select_6__MethodInfo); DO_APP_FUNC(0x00E4C810, IEnumerable_1_System_Object_ *, Enumerable_Select_7, (IEnumerable_1_UnityEngine_InputSystem_Utilities_NamedValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_NamedValue_Object_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79208, Enumerable_Select_7__MethodInfo); DO_APP_FUNC(0x00E4CBC0, IEnumerable_1_KeyValuePair_2_System_UInt16_System_Object_ *, Enumerable_Select_8, (IEnumerable_1_System_Object_ * source, Func_3_Object_Int32_System_Collections_Generic_KeyValuePair_2_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79210, Enumerable_Select_8__MethodInfo); DO_APP_FUNC(0x00E4CC50, IEnumerable_1_System_ValueTuple_2__5 *, Enumerable_Select_9, (IEnumerable_1_System_Object_ * source, Func_3_Object_Int32_ValueTuple_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C791B8, Enumerable_Select_9__MethodInfo); DO_APP_FUNC(0x00E4CCE0, IEnumerable_1_System_Int32_ *, Enumerable_Select_10, (IEnumerable_1_System_Object_ * source, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C791C8, Enumerable_Select_10__MethodInfo); DO_APP_FUNC(0x00E4D090, IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ *, Enumerable_Select_11, (IEnumerable_1_System_Object_ * source, Func_2_Object_UnityEngine_InputSystem_Utilities_InternedString_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C791D8, Enumerable_Select_11__MethodInfo); DO_APP_FUNC(0x00E4D440, IEnumerable_1_System_Object_ *, Enumerable_Select_12, (IEnumerable_1_System_Object_ * source, Func_2_Object_Object_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C791E8, Enumerable_Select_12__MethodInfo); DO_APP_FUNC(0x00E4D7F0, IEnumerable_1_System_Object_ *, Enumerable_Select_13, (IEnumerable_1_System_Object_ * source, Func_3_Object_Int32_Object_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79180, Enumerable_Select_13__MethodInfo); DO_APP_FUNC(0x00E4D880, IEnumerable_1_System_UInt32_ *, Enumerable_Select_14, (IEnumerable_1_System_Object_ * source, Func_2_Object_UInt32_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79188, Enumerable_Select_14__MethodInfo); DO_APP_FUNC(0x00E4DC30, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_Select_15, (IEnumerable_1_System_Object_ * source, Func_2_Object_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79198, Enumerable_Select_15__MethodInfo); DO_APP_FUNC(0x00E4DFE0, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_Select_16, (IEnumerable_1_System_Object_ * source, Func_2_Object_UnityEngine_Vector3_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C791A8, Enumerable_Select_16__MethodInfo); DO_APP_FUNC(0x00E4E390, IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ *, Enumerable_Select_17, (IEnumerable_1_System_Object_ * source, Func_2_Object_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79150, Enumerable_Select_17__MethodInfo); DO_APP_FUNC(0x00E4E740, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ *, Enumerable_Select_18, (IEnumerable_1_System_Object_ * source, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79160, Enumerable_Select_18__MethodInfo); DO_APP_FUNC(0x00E4EAF0, IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ *, Enumerable_Select_19, (IEnumerable_1_System_Object_ * source, Func_2_Object_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79170, Enumerable_Select_19__MethodInfo); DO_APP_FUNC(0x00E4EEA0, IEnumerable_1_System_Int32_ *, Enumerable_Select_20, (IEnumerable_1_Photon_Bolt_Internal_PacketStats_ * source, Func_2_Photon_Bolt_Internal_PacketStats_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92EF0, Enumerable_Select_20__MethodInfo); DO_APP_FUNC(0x00E4F250, IEnumerable_1_System_Int32_ *, Enumerable_Select_21, (IEnumerable_1_Steamworks_SteamItemDetails_t_ * source, Func_2_Steamworks_SteamItemDetails_t_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4828, Enumerable_Select_21__MethodInfo); DO_APP_FUNC(0x00E4F600, IEnumerable_1_Steamworks_SteamItemDef_t_ *, Enumerable_Select_22, (IEnumerable_1_Steamworks_SteamItemDetails_t_ * source, Func_2_Steamworks_SteamItemDetails_t_Steamworks_SteamItemDef_t_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4C80, Enumerable_Select_22__MethodInfo); DO_APP_FUNC(0x00E4F9B0, IEnumerable_1_System_Object_ *, Enumerable_Select_23, (IEnumerable_1_UnityEngine_UIElements_StyleSelectorPart_ * source, Func_2_UnityEngine_UIElements_StyleSelectorPart_Object_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79178, Enumerable_Select_23__MethodInfo); DO_APP_FUNC(0x00E4FD60, IEnumerable_1_System_Object_ *, Enumerable_Select_24, (IEnumerable_1_UnityEngine_InputSystem_Utilities_Substring_ * source, Func_2_UnityEngine_InputSystem_Utilities_Substring_Object_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79130, Enumerable_Select_24__MethodInfo); DO_APP_FUNC(0x00E50110, IEnumerable_1_UnityEngine_Vector2_ *, Enumerable_Select_25, (IEnumerable_1_UnityEngine_Vector2_ * source, Func_2_UnityEngine_Vector2_UnityEngine_Vector2_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79138, Enumerable_Select_25__MethodInfo); DO_APP_FUNC(0x00E504C0, IEnumerable_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32_ *, Enumerable_Select_26, (IEnumerable_1_UnityEngine_Vector3_ * source, Func_3_UnityEngine_Vector3_Int32_System_Collections_Generic_KeyValuePair_2_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79140, Enumerable_Select_26__MethodInfo); DO_APP_FUNC(0x00E50550, IEnumerable_1_System_Object_ *, Enumerable_Select_27, (IEnumerable_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Object_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79148, Enumerable_Select_27__MethodInfo); DO_APP_FUNC(0x00E50900, IEnumerable_1_System_Object_ *, Enumerable_Select_28, (IEnumerable_1_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, Func_2_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_Object_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C790F0, Enumerable_Select_28__MethodInfo); DO_APP_FUNC(0x00E50CB0, IEnumerable_1_System_Object_ *, Enumerable_Select_29, (IEnumerable_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_ * source, Func_2_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_SerializablePVProfile_Object_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79100, Enumerable_Select_29__MethodInfo); DO_APP_FUNC(0x00E51060, IEnumerable_1_KeyValuePair_2_System_UInt16_System_Object_ *, Enumerable_SelectIterator, (IEnumerable_1_System_Object_ * source, Func_3_Object_Int32_System_Collections_Generic_KeyValuePair_2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00E51060, IEnumerable_1_System_ValueTuple_2__5 *, Enumerable_SelectIterator_1, (IEnumerable_1_System_Object_ * source, Func_3_Object_Int32_ValueTuple_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00E437D0, IEnumerable_1_System_Object_ *, Enumerable_SelectIterator_2, (IEnumerable_1_System_Object_ * source, Func_3_Object_Int32_Object_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00E437D0, IEnumerable_1_KeyValuePair_2_UnityEngine_Vector3_System_Int32_ *, Enumerable_SelectIterator_3, (IEnumerable_1_UnityEngine_Vector3_ * source, Func_3_UnityEngine_Vector3_Int32_System_Collections_Generic_KeyValuePair_2_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00E51190, IEnumerable_1_System_Object_ *, Enumerable_SelectMany, (IEnumerable_1_System_Object_ * source, Func_2_Object_System_Collections_Generic_IEnumerable_1_ * selector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79110, Enumerable_SelectMany__MethodInfo); DO_APP_FUNC(0x00E51220, IEnumerable_1_System_Object_ *, Enumerable_SelectMany_1, (IEnumerable_1_System_Object_ * source, Func_2_Object_System_Collections_Generic_IEnumerable_1_ * collectionSelector, Func_3_Object_Object_Object_ * resultSelector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79120, Enumerable_SelectMany_1__MethodInfo); DO_APP_FUNC(0x00E437D0, IEnumerable_1_System_Object_ *, Enumerable_SelectManyIterator, (IEnumerable_1_System_Object_ * source, Func_2_Object_System_Collections_Generic_IEnumerable_1_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00E512F0, IEnumerable_1_System_Object_ *, Enumerable_SelectManyIterator_1, (IEnumerable_1_System_Object_ * source, Func_2_Object_System_Collections_Generic_IEnumerable_1_ * collectionSelector, Func_3_Object_Object_Object_ * resultSelector, MethodInfo * method)); DO_APP_FUNC(0x00E36DC0, bool, Enumerable_SequenceEqual, (IEnumerable_1_System_Byte__2 * first, IEnumerable_1_System_Byte__2 * second, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCD168, Enumerable_SequenceEqual__MethodInfo); DO_APP_FUNC(0x00E36DC0, bool, Enumerable_SequenceEqual_1, (IEnumerable_1_System_Object_ * first, IEnumerable_1_System_Object_ * second, MethodInfo * method)); DO_APP_FUNC(0x00E51480, bool, Enumerable_SequenceEqual_2, (IEnumerable_1_System_Byte__2 * first, IEnumerable_1_System_Byte__2 * second, IEqualityComparer_1_System_Byte_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79090, Enumerable_SequenceEqual_2__MethodInfo); DO_APP_FUNC(0x00E51830, bool, Enumerable_SequenceEqual_3, (IEnumerable_1_System_Object_ * first, IEnumerable_1_System_Object_ * second, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C790B0, Enumerable_SequenceEqual_3__MethodInfo); DO_APP_FUNC(0x00E51BE0, Object *, Enumerable_SingleOrDefault, (IEnumerable_1_System_Object_ * source, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79078, Enumerable_SingleOrDefault__MethodInfo); DO_APP_FUNC(0x00E51E90, IEnumerable_1_System_Object_ *, Enumerable_Skip, (IEnumerable_1_System_Object_ * source, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79050, Enumerable_Skip__MethodInfo); DO_APP_FUNC(0x00E51EF0, IEnumerable_1_System_Object_ *, Enumerable_SkipIterator, (IEnumerable_1_System_Object_ * source, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00E51FC0, int32_t, Enumerable_Sum_1, (IEnumerable_1_System_Object_ * source, Func_2_Object_Int32_ * selector, MethodInfo * method)); DO_APP_FUNC(0x00E51FF0, IEnumerable_1_System_Object_ *, Enumerable_Take, (IEnumerable_1_System_Object_ * source, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79058, Enumerable_Take__MethodInfo); DO_APP_FUNC(0x00E52050, IEnumerable_1_System_Object_ *, Enumerable_TakeIterator, (IEnumerable_1_System_Object_ * source, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00E52120, IOrderedEnumerable_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ *, Enumerable_ThenBy, (IOrderedEnumerable_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * source, Func_2_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_UInt32_ * keySelector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79060, Enumerable_ThenBy__MethodInfo); DO_APP_FUNC(0x00E52230, IOrderedEnumerable_1_System_Object_ *, Enumerable_ThenBy_1, (IOrderedEnumerable_1_System_Object_ * source, Func_2_Object_Int32_ * keySelector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79068, Enumerable_ThenBy_1__MethodInfo); DO_APP_FUNC(0x00E52290, IOrderedEnumerable_1_System_Object_ *, Enumerable_ThenBy_2, (IOrderedEnumerable_1_System_Object_ * source, Func_2_Object_Object_ * keySelector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79020, Enumerable_ThenBy_2__MethodInfo); DO_APP_FUNC(0x00E522F0, IOrderedEnumerable_1_System_Object_ *, Enumerable_ThenBy_3, (IOrderedEnumerable_1_System_Object_ * source, Func_2_Object_UInt32_ * keySelector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79028, Enumerable_ThenBy_3__MethodInfo); DO_APP_FUNC(0x00E52400, IOrderedEnumerable_1_System_Object_ *, Enumerable_ThenByDescending, (IOrderedEnumerable_1_System_Object_ * source, Func_2_Object_Boolean_ * keySelector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79030, Enumerable_ThenByDescending__MethodInfo); DO_APP_FUNC(0x00E52510, IOrderedEnumerable_1_System_Object_ *, Enumerable_ThenByDescending_1, (IOrderedEnumerable_1_System_Object_ * source, Func_2_Object_Int32_ * keySelector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79040, Enumerable_ThenByDescending_1__MethodInfo); DO_APP_FUNC(0x00E52570, IOrderedEnumerable_1_System_Object_ *, Enumerable_ThenByDescending_2, (IOrderedEnumerable_1_System_Object_ * source, Func_2_Object_Object_ * keySelector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78FF0, Enumerable_ThenByDescending_2__MethodInfo); DO_APP_FUNC(0x00E525D0, Int32__Array *, Enumerable_ToArray, (IEnumerable_1_System_Int32_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4820, Enumerable_ToArray__MethodInfo); DO_APP_FUNC(0x00E52650, InternedString__Array *, Enumerable_ToArray_1, (IEnumerable_1_UnityEngine_InputSystem_Utilities_InternedString_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78FF8, Enumerable_ToArray_1__MethodInfo); DO_APP_FUNC(0x00E526D0, NameAndParameters__Array *, Enumerable_ToArray_2, (IEnumerable_1_UnityEngine_InputSystem_Utilities_NameAndParameters_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79000, Enumerable_ToArray_2__MethodInfo); DO_APP_FUNC(0x00E52750, Object__Array *, Enumerable_ToArray_3, (IEnumerable_1_System_Object_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C79010, Enumerable_ToArray_3__MethodInfo); DO_APP_FUNC(0x00E527D0, UInt32__Array *, Enumerable_ToArray_4, (IEnumerable_1_System_UInt32_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78FB0, Enumerable_ToArray_4__MethodInfo); DO_APP_FUNC(0x00E52850, UdpIPv4Address__Array *, Enumerable_ToArray_5, (IEnumerable_1_UdpKit_UdpIPv4Address_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78FC0, Enumerable_ToArray_5__MethodInfo); DO_APP_FUNC(0x00E528D0, Vector2__Array *, Enumerable_ToArray_6, (IEnumerable_1_UnityEngine_Vector2_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78FD0, Enumerable_ToArray_6__MethodInfo); DO_APP_FUNC(0x00E52950, Vector3__Array *, Enumerable_ToArray_7, (IEnumerable_1_UnityEngine_Vector3_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4E68, Enumerable_ToArray_7__MethodInfo); DO_APP_FUNC(0x00E529D0, HairDesignerColliderBase_DualSphere__Array *, Enumerable_ToArray_8, (IEnumerable_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase_DualSphere_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78FE0, Enumerable_ToArray_8__MethodInfo); DO_APP_FUNC(0x00E52A50, InputControlScheme_DeviceRequirement__Array *, Enumerable_ToArray_9, (IEnumerable_1_UnityEngine_InputSystem_InputControlScheme_DeviceRequirement_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78F98, Enumerable_ToArray_9__MethodInfo); DO_APP_FUNC(0x00E52AD0, MotionSolver_GPUNodeData__Array *, Enumerable_ToArray_10, (IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeData_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78FA0, Enumerable_ToArray_10__MethodInfo); DO_APP_FUNC(0x00E52B50, MotionSolver_GPUNodeInfo__Array *, Enumerable_ToArray_11, (IEnumerable_1_Kalagaan_HairDesignerExtension_MotionSolver_GPUNodeInfo_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78FA8, Enumerable_ToArray_11__MethodInfo); DO_APP_FUNC(0x00E52BD0, Dictionary_2_System_Object_System_Object_ *, Enumerable_ToDictionary, (IEnumerable_1_System_Object_ * source, Func_2_Object_Object_ * keySelector, MethodInfo * method)); DO_APP_FUNC(0x00E52BD0, Dictionary_2_Photon_Bolt_UniqueId_System_Object_ *, Enumerable_ToDictionary_1, (IEnumerable_1_System_Object_ * source, Func_2_Object_Photon_Bolt_UniqueId_ * keySelector, MethodInfo * method)); DO_APP_FUNC(0x00E52C30, Dictionary_2_System_Object_System_Object_ *, Enumerable_ToDictionary_2, (IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Object__1 * keySelector, Func_2_System_Collections_Generic_KeyValuePair_2_Object__1 * elementSelector, MethodInfo * method)); DO_APP_FUNC(0x00E52C30, Dictionary_2_System_Object_System_Object_ *, Enumerable_ToDictionary_3, (IEnumerable_1_System_Object_ * source, Func_2_Object_Object_ * keySelector, Func_2_Object_Object_ * elementSelector, MethodInfo * method)); DO_APP_FUNC(0x00E52C50, Dictionary_2_System_Object_System_Object_ *, Enumerable_ToDictionary_4, (IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Object__1 * keySelector, Func_2_System_Collections_Generic_KeyValuePair_2_Object__1 * elementSelector, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78F90, Enumerable_ToDictionary_4__MethodInfo); DO_APP_FUNC(0x00E52FA0, Dictionary_2_System_Object_System_Object_ *, Enumerable_ToDictionary_5, (IEnumerable_1_System_Object_ * source, Func_2_Object_Object_ * keySelector, Func_2_Object_Object_ * elementSelector, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78F78, Enumerable_ToDictionary_5__MethodInfo); DO_APP_FUNC(0x00E53260, Dictionary_2_Photon_Bolt_UniqueId_System_Object_ *, Enumerable_ToDictionary_6, (IEnumerable_1_System_Object_ * source, Func_2_Object_Photon_Bolt_UniqueId_ * keySelector, Func_2_Object_Object_ * elementSelector, IEqualityComparer_1_Photon_Bolt_UniqueId_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78F88, Enumerable_ToDictionary_6__MethodInfo); DO_APP_FUNC(0x00E53550, List_1_Pathfinding_Connection_ *, Enumerable_ToList, (IEnumerable_1_Pathfinding_Connection__1 * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80008, Enumerable_ToList__MethodInfo); DO_APP_FUNC(0x00E53600, List_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ *, Enumerable_ToList_1, (IEnumerable_1_UnityEngine_TextCore_LowLevel_GlyphPairAdjustmentRecord_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78F50, Enumerable_ToList_1__MethodInfo); DO_APP_FUNC(0x00E536B0, List_1_System_Int32_ *, Enumerable_ToList_2, (IEnumerable_1_System_Int32_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78F58, Enumerable_ToList_2__MethodInfo); DO_APP_FUNC(0x00E53760, List_1_System_Object_ *, Enumerable_ToList_3, (IEnumerable_1_System_Object_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78F60, Enumerable_ToList_3__MethodInfo); DO_APP_FUNC(0x00E53810, List_1_System_Single_ *, Enumerable_ToList_4, (IEnumerable_1_System_Single_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDEB8, Enumerable_ToList_4__MethodInfo); DO_APP_FUNC(0x00E538C0, List_1_Steamworks_SteamItemDef_t_ *, Enumerable_ToList_5, (IEnumerable_1_Steamworks_SteamItemDef_t_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4C70, Enumerable_ToList_5__MethodInfo); DO_APP_FUNC(0x00E53970, IEnumerable_1_System_Object_ *, Enumerable_Union, (IEnumerable_1_System_Object_ * first, IEnumerable_1_System_Object_ * second, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78F70, Enumerable_Union__MethodInfo); DO_APP_FUNC(0x00E53A00, IEnumerable_1_System_Object_ *, Enumerable_UnionIterator, (IEnumerable_1_System_Object_ * first, IEnumerable_1_System_Object_ * second, IEqualityComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00E53B90, IEnumerable_1_KeyValuePair_2_System_Int32Enum_System_Object_ *, Enumerable_Where, (IEnumerable_1_KeyValuePair_2_System_Int32Enum_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__2 * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C78F48, Enumerable_Where__MethodInfo); DO_APP_FUNC(0x00E53F20, IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ *, Enumerable_Where_1, (IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__3 * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2248, Enumerable_Where_1__MethodInfo); DO_APP_FUNC(0x00E542B0, IEnumerable_1_KeyValuePair_2_System_UInt16_System_Object_ *, Enumerable_Where_2, (IEnumerable_1_KeyValuePair_2_System_UInt16_System_Object_ * source, Func_2_System_Collections_Generic_KeyValuePair_2_Boolean__4 * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2240, Enumerable_Where_2__MethodInfo); DO_APP_FUNC(0x00E54640, IEnumerable_1_Pathfinding_Connection__1 *, Enumerable_Where_3, (IEnumerable_1_Pathfinding_Connection__1 * source, Func_2_Pathfinding_Connection_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FFE8, Enumerable_Where_3__MethodInfo); DO_APP_FUNC(0x00E549D0, IEnumerable_1_System_Object_ *, Enumerable_Where_4, (IEnumerable_1_System_Object_ * source, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2238, Enumerable_Where_4__MethodInfo); DO_APP_FUNC(0x00E54D60, IEnumerable_1_UnityEngine_Vector3_ *, Enumerable_Where_5, (IEnumerable_1_UnityEngine_Vector3_ * source, Func_2_UnityEngine_Vector3_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB4E50, Enumerable_Where_5__MethodInfo); DO_APP_FUNC(0x00E550F0, IEnumerable_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ *, Enumerable_Where_6, (IEnumerable_1_System_Security_Cryptography_X509Certificates_X509ChainStatus_ * source, Func_2_System_Security_Cryptography_X509Certificates_X509ChainStatus_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0480, Enumerable_Where_6__MethodInfo); DO_APP_FUNC(0x00E55480, IEnumerable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ *, Enumerable_Where_7, (IEnumerable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * source, Func_2_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2230, Enumerable_Where_7__MethodInfo); DO_APP_FUNC(0x00E55810, IEnumerable_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ *, Enumerable_Where_8, (IEnumerable_1_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_ * source, Func_2_JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2228, Enumerable_Where_8__MethodInfo); DO_APP_FUNC(0x00E55BA0, Object__Array *, EnumerableHelpers_ToArray, (IEnumerable_1_System_Object_ * source, MethodInfo * method)); DO_APP_FUNC(0x00E55D10, KeyValuePair_2_System_DateTime_System_UInt32___Array *, EnumerableHelpers_ToArray_1, (IEnumerable_1_KeyValuePair_2_System_DateTime_System_UInt32_ * source, int32_t * length, MethodInfo * method)); DO_APP_FUNC(0x00E56180, KeyValuePair_2_System_Object_System_Char___Array *, EnumerableHelpers_ToArray_2, (IEnumerable_1_KeyValuePair_2_System_Object_System_Char_ * source, int32_t * length, MethodInfo * method)); DO_APP_FUNC(0x00E565F0, KeyValuePair_2_System_Object_System_Object___Array *, EnumerableHelpers_ToArray_3, (IEnumerable_1_KeyValuePair_2_System_Object_System_Object_ * source, int32_t * length, MethodInfo * method)); DO_APP_FUNC(0x00E56A60, KeyValuePair_2_System_UInt64_System_Object___Array *, EnumerableHelpers_ToArray_4, (IEnumerable_1_KeyValuePair_2_System_UInt64_System_Object_ * source, int32_t * length, MethodInfo * method)); DO_APP_FUNC(0x00E56ED0, ValueTuple_2_IntPtr_Object___Array *, EnumerableHelpers_ToArray_5, (IEnumerable_1_System_ValueTuple_2__13 * source, int32_t * length, MethodInfo * method)); DO_APP_FUNC(0x00E573A0, Int2__Array *, EnumerableHelpers_ToArray_6, (IEnumerable_1_Pathfinding_Int2_ * source, int32_t * length, MethodInfo * method)); DO_APP_FUNC(0x00E577F0, Int3__Array *, EnumerableHelpers_ToArray_7, (IEnumerable_1_Pathfinding_Int3_ * source, int32_t * length, MethodInfo * method)); DO_APP_FUNC(0x00E57C10, Int32__Array *, EnumerableHelpers_ToArray_8, (IEnumerable_1_System_Int32_ * source, int32_t * length, MethodInfo * method)); DO_APP_FUNC(0x00E58000, Object__Array *, EnumerableHelpers_ToArray_9, (IEnumerable_1_System_Object_ * source, int32_t * length, MethodInfo * method)); DO_APP_FUNC(0x00E583D0, SpeechSession__Array *, EnumerableHelpers_ToArray_10, (IEnumerable_1_Dissonance_Audio_Playback_SpeechSession_ * source, int32_t * length, MethodInfo * method)); DO_APP_FUNC(0x00E588A0, UInt32__Array *, EnumerableHelpers_ToArray_11, (IEnumerable_1_System_UInt32_ * source, int32_t * length, MethodInfo * method)); DO_APP_FUNC(0x00E58C90, UdpEvent__Array *, EnumerableHelpers_ToArray_12, (IEnumerable_1_UdpKit_UdpEvent_ * source, int32_t * length, MethodInfo * method)); DO_APP_FUNC(0x00E59130, EventDispatcher_EventRecord__Array *, EnumerableHelpers_ToArray_13, (IEnumerable_1_UnityEngine_UIElements_EventDispatcher_EventRecord_ * source, int32_t * length, MethodInfo * method)); DO_APP_FUNC(0x00E59600, GraphUpdateProcessor_GUOSingle__Array *, EnumerableHelpers_ToArray_14, (IEnumerable_1_Pathfinding_GraphUpdateProcessor_GUOSingle_ * source, int32_t * length, MethodInfo * method)); DO_APP_FUNC(0x00E59AA0, XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK__Array *, EnumerableHelpers_ToArray_15, (IEnumerable_1_Rewired_Platforms_XboxOne_XboxOneInputSource_mwkhXgRYvWxhvkvSGDHkyfAjaPOK_ * source, int32_t * length, MethodInfo * method)); DO_APP_FUNC(0x00E59EF0, void, EventCallbackRegistry_RegisterCallback, (EventCallbackRegistry * __this, EventCallback_1_System_Object_ * callback, TrickleDown__Enum useTrickleDown, InvokePolicy__Enum invokePolicy, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2218, EventCallbackRegistry_RegisterCallback__MethodInfo); DO_APP_FUNC(0x00E5A1F0, bool, EventCallbackRegistry_UnregisterCallback_1, (EventCallbackRegistry * __this, EventCallback_1_System_Object_ * callback, TrickleDown__Enum useTrickleDown, MethodInfo * method)); DO_APP_FUNC(0x00E5A3A0, void, EventDispatcher_Add_1, (EventDispatcher * __this, Action_1_Object_ * callback, MethodInfo * method)); DO_APP_FUNC(0x00E5A870, void, EventDispatcher_Remove_1, (EventDispatcher * __this, Action_1_Object_ * callback, MethodInfo * method)); DO_APP_FUNC(0x00E5AA60, void, EventHandler_1_ExecuteEvent_2, (String * eventName, bool arg1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0D90, EventHandler_1_ExecuteEvent_2__MethodInfo); DO_APP_FUNC(0x00E5AC10, void, EventHandler_1_ExecuteEvent_3, (String * eventName, int32_t arg1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA9780, EventHandler_1_ExecuteEvent_3__MethodInfo); DO_APP_FUNC(0x00E5ADC0, void, EventHandler_1_ExecuteEvent_4, (String * eventName, Int32Enum__Enum arg1, MethodInfo * method)); DO_APP_FUNC(0x00E5AF70, void, EventHandler_1_ExecuteEvent_5, (String * eventName, Object * arg1, MethodInfo * method)); DO_APP_FUNC(0x00E5B120, void, EventHandler_1_ExecuteEvent_6, (Object * obj, String * eventName, bool arg1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD76D0, EventHandler_1_ExecuteEvent_6__MethodInfo); DO_APP_FUNC(0x00E5B2E0, void, EventHandler_1_ExecuteEvent_7, (Object * obj, String * eventName, int32_t arg1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3988, EventHandler_1_ExecuteEvent_7__MethodInfo); DO_APP_FUNC(0x00E5B4A0, void, EventHandler_1_ExecuteEvent_8, (Object * obj, String * eventName, Object * arg1, MethodInfo * method)); DO_APP_FUNC(0x00E5B660, void, EventHandler_1_ExecuteEvent_9, (Object * obj, String * eventName, float arg1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD4D0, EventHandler_1_ExecuteEvent_9__MethodInfo); DO_APP_FUNC(0x00E5B810, void, EventHandler_1_ExecuteEvent_10, (Object * obj, String * eventName, Vector3 arg1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F818, EventHandler_1_ExecuteEvent_10__MethodInfo); DO_APP_FUNC(0x00E5B9E0, void, EventHandler_1_ExecuteEvent_11, (String * eventName, int32_t arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x00E5BB90, void, EventHandler_1_ExecuteEvent_12, (String * eventName, Object * arg1, int32_t arg2, MethodInfo * method)); DO_APP_FUNC(0x00E5BD40, void, EventHandler_1_ExecuteEvent_13, (String * eventName, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x00E5BEF0, void, EventHandler_1_ExecuteEvent_14, (Object * obj, String * eventName, bool arg1, bool arg2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEAFB0, EventHandler_1_ExecuteEvent_14__MethodInfo); DO_APP_FUNC(0x00E5C0B0, void, EventHandler_1_ExecuteEvent_15, (Object * obj, String * eventName, bool arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x00E5C270, void, EventHandler_1_ExecuteEvent_16, (Object * obj, String * eventName, int32_t arg1, bool arg2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB708, EventHandler_1_ExecuteEvent_16__MethodInfo); DO_APP_FUNC(0x00E5C430, void, EventHandler_1_ExecuteEvent_17, (Object * obj, String * eventName, int32_t arg1, int32_t arg2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B3C0, EventHandler_1_ExecuteEvent_17__MethodInfo); DO_APP_FUNC(0x00E5C5F0, void, EventHandler_1_ExecuteEvent_18, (Object * obj, String * eventName, Object * arg1, bool arg2, MethodInfo * method)); DO_APP_FUNC(0x00E5C7B0, void, EventHandler_1_ExecuteEvent_19, (Object * obj, String * eventName, Object * arg1, int32_t arg2, MethodInfo * method)); DO_APP_FUNC(0x00E5C970, void, EventHandler_1_ExecuteEvent_20, (Object * obj, String * eventName, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x00E5CB30, void, EventHandler_1_ExecuteEvent_21, (Object * obj, String * eventName, Object * arg1, float arg2, MethodInfo * method)); DO_APP_FUNC(0x00E5CD00, void, EventHandler_1_ExecuteEvent_22, (Object * obj, String * eventName, RaycastHit arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x00E5CF00, void, EventHandler_1_ExecuteEvent_23, (String * eventName, Int32Enum__Enum arg1, int32_t arg2, bool arg3, MethodInfo * method)); DO_APP_FUNC(0x00E5D0D0, void, EventHandler_1_ExecuteEvent_24, (String * eventName, Object * arg1, Object * arg2, bool arg3, MethodInfo * method)); DO_APP_FUNC(0x00E5D2A0, void, EventHandler_1_ExecuteEvent_25, (String * eventName, Object * arg1, Object * arg2, Object * arg3, MethodInfo * method)); DO_APP_FUNC(0x00E5D470, void, EventHandler_1_ExecuteEvent_26, (Object * obj, String * eventName, int32_t arg1, int32_t arg2, int32_t arg3, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B360, EventHandler_1_ExecuteEvent_26__MethodInfo); DO_APP_FUNC(0x00E5D640, void, EventHandler_1_ExecuteEvent_27, (Object * obj, String * eventName, Object * arg1, Object * arg2, int32_t arg3, MethodInfo * method)); DO_APP_FUNC(0x00E5D820, void, EventHandler_1_ExecuteEvent_28, (Object * obj, String * eventName, Object * arg1, Object * arg2, Object * arg3, MethodInfo * method)); DO_APP_FUNC(0x00E5DA00, void, EventHandler_1_ExecuteEvent_29, (Object * obj, String * eventName, float arg1, float arg2, float arg3, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9C928, EventHandler_1_ExecuteEvent_29__MethodInfo); DO_APP_FUNC(0x00E5DC00, void, EventHandler_1_ExecuteEvent_30, (Object * obj, String * eventName, Vector3 arg1, Vector3 arg2, Object * arg3, MethodInfo * method)); DO_APP_FUNC(0x00E5DE10, void, EventHandler_1_ExecuteEvent_31, (Object * obj, String * eventName, Vector3 arg1, Vector3 arg2, float arg3, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEAF90, EventHandler_1_ExecuteEvent_31__MethodInfo); DO_APP_FUNC(0x00E5E030, void, EventHandler_1_ExecuteEvent_32, (String * eventName, Object * arg1, Object * arg2, Object * arg3, Object * arg4, MethodInfo * method)); DO_APP_FUNC(0x00E5E220, void, EventHandler_1_ExecuteEvent_33, (String * eventName, Object * arg1, Object * arg2, float arg3, bool arg4, MethodInfo * method)); DO_APP_FUNC(0x00E5E410, void, EventHandler_1_ExecuteEvent_34, (Object * obj, String * eventName, int32_t arg1, Object * arg2, bool arg3, bool arg4, MethodInfo * method)); DO_APP_FUNC(0x00E5E610, void, EventHandler_1_ExecuteEvent_35, (Object * obj, String * eventName, int32_t arg1, Vector3 arg2, Vector3 arg3, bool arg4, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEAFA0, EventHandler_1_ExecuteEvent_35__MethodInfo); DO_APP_FUNC(0x00E5E830, void, EventHandler_1_ExecuteEvent_36, (Object * obj, String * eventName, Object * arg1, int32_t arg2, bool arg3, bool arg4, MethodInfo * method)); DO_APP_FUNC(0x00E5EA30, void, EventHandler_1_ExecuteEvent_37, (Object * obj, String * eventName, Object * arg1, Object * arg2, Object * arg3, Object * arg4, MethodInfo * method)); DO_APP_FUNC(0x00E5EC20, void, EventHandler_1_ExecuteEvent_38, (String * eventName, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, MethodInfo * method)); DO_APP_FUNC(0x00E5EE30, void, EventHandler_1_ExecuteEvent_39, (Object * obj, String * eventName, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, MethodInfo * method)); DO_APP_FUNC(0x00E5F040, void, EventHandler_1_ExecuteEvent_40, (Object * obj, String * eventName, float arg1, Vector3 arg2, Vector3 arg3, Object * arg4, Object * arg5, MethodInfo * method)); DO_APP_FUNC(0x00E5F270, void, EventHandler_1_ExecuteEvent_41, (String * eventName, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, MethodInfo * method)); DO_APP_FUNC(0x00E5F490, void, EventHandler_1_ExecuteEvent_42, (Object * obj, String * eventName, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, MethodInfo * method)); DO_APP_FUNC(0x00E5F6B0, void, EventHandler_1_ExecuteEvent_43, (Object * obj, String * eventName, float arg1, Vector3 arg2, Vector3 arg3, Object * arg4, Object * arg5, Object * arg6, MethodInfo * method)); DO_APP_FUNC(0x00E5F8F0, void, EventHandler_1_RegisterEvent_4, (String * eventName, Action_1_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5498, EventHandler_1_RegisterEvent_4__MethodInfo); DO_APP_FUNC(0x00E5F9C0, void, EventHandler_1_RegisterEvent_5, (String * eventName, Action_1_Int32_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDBA88, EventHandler_1_RegisterEvent_5__MethodInfo); DO_APP_FUNC(0x00E5FA90, void, EventHandler_1_RegisterEvent_6, (String * eventName, Action_1_Int32Enum_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E5FB60, void, EventHandler_1_RegisterEvent_7, (String * eventName, Action_1_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E5FC30, void, EventHandler_1_RegisterEvent_8, (String * eventName, Action_2_Int32_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E5FD00, void, EventHandler_1_RegisterEvent_9, (String * eventName, Action_2_Object_Int32_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E5FDD0, void, EventHandler_1_RegisterEvent_10, (String * eventName, Action_2_Object_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E5FEA0, void, EventHandler_1_RegisterEvent_11, (String * eventName, Action_3_Int32Enum_Int32_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E5FF70, void, EventHandler_1_RegisterEvent_12, (String * eventName, Action_3_Object_Object_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E60040, void, EventHandler_1_RegisterEvent_13, (String * eventName, Action_3_Object_Object_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E60110, void, EventHandler_1_RegisterEvent_14, (String * eventName, Action_4_Object_Object_Object_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E601E0, void, EventHandler_1_RegisterEvent_15, (String * eventName, Action_4_Object_Object_Single_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E602B0, void, EventHandler_1_RegisterEvent_16, (String * eventName, Action_5_System_Object_System_Object_System_Object_System_Object_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E60380, void, EventHandler_1_RegisterEvent_17, (String * eventName, Action_6_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E60450, void, EventHandler_1_RegisterEvent_18, (Object * obj, String * eventName, Action_1_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDD80, EventHandler_1_RegisterEvent_18__MethodInfo); DO_APP_FUNC(0x00E60530, void, EventHandler_1_RegisterEvent_19, (Object * obj, String * eventName, Action_1_Int32_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3B10, EventHandler_1_RegisterEvent_19__MethodInfo); DO_APP_FUNC(0x00E60610, void, EventHandler_1_RegisterEvent_20, (Object * obj, String * eventName, Action_1_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E606F0, void, EventHandler_1_RegisterEvent_21, (Object * obj, String * eventName, Action_1_Single_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDC18, EventHandler_1_RegisterEvent_21__MethodInfo); DO_APP_FUNC(0x00E607D0, void, EventHandler_1_RegisterEvent_22, (Object * obj, String * eventName, Action_1_UnityEngine_Vector3_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2D08, EventHandler_1_RegisterEvent_22__MethodInfo); DO_APP_FUNC(0x00E608B0, void, EventHandler_1_RegisterEvent_23, (Object * obj, String * eventName, Action_2_Boolean_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0438, EventHandler_1_RegisterEvent_23__MethodInfo); DO_APP_FUNC(0x00E60990, void, EventHandler_1_RegisterEvent_24, (Object * obj, String * eventName, Action_2_Boolean_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E60A70, void, EventHandler_1_RegisterEvent_25, (Object * obj, String * eventName, Action_2_Int32_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE03D0, EventHandler_1_RegisterEvent_25__MethodInfo); DO_APP_FUNC(0x00E60B50, void, EventHandler_1_RegisterEvent_26, (Object * obj, String * eventName, Action_2_Int32_Int32_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B418, EventHandler_1_RegisterEvent_26__MethodInfo); DO_APP_FUNC(0x00E60C30, void, EventHandler_1_RegisterEvent_27, (Object * obj, String * eventName, Action_2_Object_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E60D10, void, EventHandler_1_RegisterEvent_28, (Object * obj, String * eventName, Action_2_Object_Int32_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E60DF0, void, EventHandler_1_RegisterEvent_29, (Object * obj, String * eventName, Action_2_Object_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E60ED0, void, EventHandler_1_RegisterEvent_30, (Object * obj, String * eventName, Action_2_Object_Single_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E60FB0, void, EventHandler_1_RegisterEvent_31, (Object * obj, String * eventName, Action_2_UnityEngine_RaycastHit_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E61090, void, EventHandler_1_RegisterEvent_32, (Object * obj, String * eventName, Action_3_Object_Object_Int32_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E61170, void, EventHandler_1_RegisterEvent_33, (Object * obj, String * eventName, Action_3_Object_Object_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E61250, void, EventHandler_1_RegisterEvent_34, (Object * obj, String * eventName, Action_3_Single_Single_Single_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CC00, EventHandler_1_RegisterEvent_34__MethodInfo); DO_APP_FUNC(0x00E61330, void, EventHandler_1_RegisterEvent_35, (Object * obj, String * eventName, Action_3_UnityEngine_Vector3_UnityEngine_Vector3_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E61410, void, EventHandler_1_RegisterEvent_36, (Object * obj, String * eventName, Action_3_UnityEngine_Vector3_UnityEngine_Vector3_Single_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA36C8, EventHandler_1_RegisterEvent_36__MethodInfo); DO_APP_FUNC(0x00E614F0, void, EventHandler_1_RegisterEvent_37, (Object * obj, String * eventName, Action_4_Int32_Object_Boolean_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E615D0, void, EventHandler_1_RegisterEvent_38, (Object * obj, String * eventName, Action_4_Int32_UnityEngine_Vector3_UnityEngine_Vector3_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CBF8, EventHandler_1_RegisterEvent_38__MethodInfo); DO_APP_FUNC(0x00E616B0, void, EventHandler_1_RegisterEvent_39, (Object * obj, String * eventName, Action_4_Object_Int32_Boolean_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E61790, void, EventHandler_1_RegisterEvent_40, (Object * obj, String * eventName, Action_4_Object_Object_Object_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E61870, void, EventHandler_1_RegisterEvent_41, (Object * obj, String * eventName, Action_5_System_Object_System_Object_System_Object_System_Object_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E61950, void, EventHandler_1_RegisterEvent_42, (Object * obj, String * eventName, Action_5_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E61A30, void, EventHandler_1_RegisterEvent_43, (Object * obj, String * eventName, Action_6_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E61B10, void, EventHandler_1_UnregisterEvent_2, (String * eventName, Action_1_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5480, EventHandler_1_UnregisterEvent_2__MethodInfo); DO_APP_FUNC(0x00E61D10, void, EventHandler_1_UnregisterEvent_3, (String * eventName, Action_1_Int32_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB8F8, EventHandler_1_UnregisterEvent_3__MethodInfo); DO_APP_FUNC(0x00E61F10, void, EventHandler_1_UnregisterEvent_4, (String * eventName, Action_1_Int32Enum_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E62110, void, EventHandler_1_UnregisterEvent_5, (String * eventName, Action_1_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E62310, void, EventHandler_1_UnregisterEvent_6, (String * eventName, Action_2_Int32_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E62510, void, EventHandler_1_UnregisterEvent_7, (String * eventName, Action_2_Object_Int32_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E62710, void, EventHandler_1_UnregisterEvent_8, (String * eventName, Action_2_Object_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E62910, void, EventHandler_1_UnregisterEvent_9, (String * eventName, Action_3_Int32Enum_Int32_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E62B10, void, EventHandler_1_UnregisterEvent_10, (String * eventName, Action_3_Object_Object_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E62D10, void, EventHandler_1_UnregisterEvent_11, (String * eventName, Action_3_Object_Object_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E62F10, void, EventHandler_1_UnregisterEvent_12, (String * eventName, Action_4_Object_Object_Object_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E63110, void, EventHandler_1_UnregisterEvent_13, (String * eventName, Action_4_Object_Object_Single_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E63310, void, EventHandler_1_UnregisterEvent_14, (String * eventName, Action_5_System_Object_System_Object_System_Object_System_Object_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E63510, void, EventHandler_1_UnregisterEvent_15, (String * eventName, Action_6_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E63710, void, EventHandler_1_UnregisterEvent_16, (Object * obj, String * eventName, Action_1_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDD5B8, EventHandler_1_UnregisterEvent_16__MethodInfo); DO_APP_FUNC(0x00E63910, void, EventHandler_1_UnregisterEvent_17, (Object * obj, String * eventName, Action_1_Int32_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3B08, EventHandler_1_UnregisterEvent_17__MethodInfo); DO_APP_FUNC(0x00E63B10, void, EventHandler_1_UnregisterEvent_18, (Object * obj, String * eventName, Action_1_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E63D10, void, EventHandler_1_UnregisterEvent_19, (Object * obj, String * eventName, Action_1_Single_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDDC08, EventHandler_1_UnregisterEvent_19__MethodInfo); DO_APP_FUNC(0x00E63F10, void, EventHandler_1_UnregisterEvent_20, (Object * obj, String * eventName, Action_1_UnityEngine_Vector3_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2C80, EventHandler_1_UnregisterEvent_20__MethodInfo); DO_APP_FUNC(0x00E64110, void, EventHandler_1_UnregisterEvent_21, (Object * obj, String * eventName, Action_2_Boolean_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0408, EventHandler_1_UnregisterEvent_21__MethodInfo); DO_APP_FUNC(0x00E64310, void, EventHandler_1_UnregisterEvent_22, (Object * obj, String * eventName, Action_2_Boolean_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E64510, void, EventHandler_1_UnregisterEvent_23, (Object * obj, String * eventName, Action_2_Int32_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE03C8, EventHandler_1_UnregisterEvent_23__MethodInfo); DO_APP_FUNC(0x00E64710, void, EventHandler_1_UnregisterEvent_24, (Object * obj, String * eventName, Action_2_Int32_Int32_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B3F0, EventHandler_1_UnregisterEvent_24__MethodInfo); DO_APP_FUNC(0x00E64910, void, EventHandler_1_UnregisterEvent_25, (Object * obj, String * eventName, Action_2_Object_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E64B10, void, EventHandler_1_UnregisterEvent_26, (Object * obj, String * eventName, Action_2_Object_Int32_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E64D10, void, EventHandler_1_UnregisterEvent_27, (Object * obj, String * eventName, Action_2_Object_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E64F10, void, EventHandler_1_UnregisterEvent_28, (Object * obj, String * eventName, Action_2_Object_Single_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E65110, void, EventHandler_1_UnregisterEvent_29, (Object * obj, String * eventName, Action_2_UnityEngine_RaycastHit_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E65310, void, EventHandler_1_UnregisterEvent_30, (Object * obj, String * eventName, Action_3_Object_Object_Int32_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E65510, void, EventHandler_1_UnregisterEvent_31, (Object * obj, String * eventName, Action_3_Object_Object_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E65710, void, EventHandler_1_UnregisterEvent_32, (Object * obj, String * eventName, Action_3_Single_Single_Single_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CB10, EventHandler_1_UnregisterEvent_32__MethodInfo); DO_APP_FUNC(0x00E65910, void, EventHandler_1_UnregisterEvent_33, (Object * obj, String * eventName, Action_3_UnityEngine_Vector3_UnityEngine_Vector3_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E65B10, void, EventHandler_1_UnregisterEvent_34, (Object * obj, String * eventName, Action_3_UnityEngine_Vector3_UnityEngine_Vector3_Single_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA36D0, EventHandler_1_UnregisterEvent_34__MethodInfo); DO_APP_FUNC(0x00E65D10, void, EventHandler_1_UnregisterEvent_35, (Object * obj, String * eventName, Action_4_Int32_Object_Boolean_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E65F10, void, EventHandler_1_UnregisterEvent_36, (Object * obj, String * eventName, Action_4_Int32_UnityEngine_Vector3_UnityEngine_Vector3_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CB08, EventHandler_1_UnregisterEvent_36__MethodInfo); DO_APP_FUNC(0x00E66110, void, EventHandler_1_UnregisterEvent_37, (Object * obj, String * eventName, Action_4_Object_Int32_Boolean_Boolean_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E66310, void, EventHandler_1_UnregisterEvent_38, (Object * obj, String * eventName, Action_4_Object_Object_Object_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E66510, void, EventHandler_1_UnregisterEvent_39, (Object * obj, String * eventName, Action_5_System_Object_System_Object_System_Object_System_Object_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E66710, void, EventHandler_1_UnregisterEvent_40, (Object * obj, String * eventName, Action_5_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_System_Object_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E66910, void, EventHandler_1_UnregisterEvent_41, (Object * obj, String * eventName, Action_6_System_Object_System_Object_System_Object_System_Object_System_Object_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00E66B10, bool, EventQueue_InvokeEvent, (Object * arg, Action_1_Object_ * handler, MethodInfo * method)); DO_APP_FUNC(0x00E66BD0, bool, EventQueue_InvokeEvent_1, (RoomEvent arg, Action_1_Dissonance_Networking_RoomEvent_ * handler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D728, EventQueue_InvokeEvent_1__MethodInfo); DO_APP_FUNC(0x00E66BD0, bool, EventQueue_InvokeEvent_2, (TextMessage arg, Action_1_Dissonance_Networking_TextMessage_ * handler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D748, EventQueue_InvokeEvent_2__MethodInfo); DO_APP_FUNC(0x00E66CB0, bool, EventQueue_InvokeEvent_3, (VoicePacket arg, Action_1_Dissonance_Networking_VoicePacket_ * handler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D6F8, EventQueue_InvokeEvent_3__MethodInfo); DO_APP_FUNC(0x00E66DB0, bool, EventQueue_InvokeEvent_4, (Object * arg1, CodecSettings arg2, Action_2_Object_Dissonance_CodecSettings_ * handler, MethodInfo * method)); DO_APP_FUNC(0x00E66E90, bool, EventQueue_InvokeEvent_5, (Object * arg1, Object * arg2, Action_2_Object_Object_ * handler, MethodInfo * method)); DO_APP_FUNC(0x00E66F60, bool, ExecuteEvents_CanHandleEvent, (GameObject * go, MethodInfo * method)); DO_APP_FUNC(0x00E67060, bool, ExecuteEvents_Execute_18, (GameObject * target, BaseEventData * eventData, ExecuteEvents_EventFunction_1_System_Object_ * functor, MethodInfo * method)); DO_APP_FUNC(0x00E67420, GameObject *, ExecuteEvents_ExecuteHierarchy, (GameObject * root, BaseEventData * eventData, ExecuteEvents_EventFunction_1_System_Object_ * callbackFunction, MethodInfo * method)); DO_APP_FUNC(0x00E67600, GameObject *, ExecuteEvents_GetEventHandler, (GameObject * root, MethodInfo * method)); DO_APP_FUNC(0x00E678C0, void, ExecuteEvents_GetEventList, (GameObject * go, IList_1_UnityEngine_EventSystems_IEventSystemHandler_ * results, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1F38, ExecuteEvents_GetEventList__MethodInfo); DO_APP_FUNC(0x00E67C50, bool, ExecuteEvents_ShouldSendToComponent, (Component * component, MethodInfo * method)); DO_APP_FUNC(0x00E67E30, Object *, ExecuteEvents_ValidateEventData, (BaseEventData * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1F70, ExecuteEvents_ValidateEventData__MethodInfo); DO_APP_FUNC(0x00E67FE0, Expression_1_System_Object_ *, Expression_1_Lambda_2, (Expression_1 * body, ParameterExpression__Array * parameters, MethodInfo * method)); DO_APP_FUNC(0x00E68060, Expression_1_System_Object_ *, Expression_1_Lambda_3, (Expression_1 * body, bool tailCall, IEnumerable_1_System_Linq_Expressions_ParameterExpression_ * parameters, MethodInfo * method)); DO_APP_FUNC(0x00E680F0, Expression_1_System_Object_ *, Expression_1_Lambda_4, (Expression_1 * body, String * name, bool tailCall, IEnumerable_1_System_Linq_Expressions_ParameterExpression_ * parameters, MethodInfo * method)); DO_APP_FUNC(0x00E68280, void, ExpressionStringBuilder_VisitExpressions, (ExpressionStringBuilder * __this, uint16_t open, ReadOnlyCollection_1_System_Object_ * expressions, uint16_t close, MethodInfo * method)); DO_APP_FUNC(0x00E68310, void, ExpressionStringBuilder_VisitExpressions_1, (ExpressionStringBuilder * __this, uint16_t open, ReadOnlyCollection_1_System_Object_ * expressions, uint16_t close, String * seperator, MethodInfo * method)); DO_APP_FUNC(0x00E68580, Expression_1 *, ExpressionStringBuilder_VisitLambda, (ExpressionStringBuilder * __this, Expression_1_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x00E687C0, Object *, ExpressionUtils_ReturnObject, (Object * collectionOrT, MethodInfo * method)); DO_APP_FUNC(0x00E68920, ReadOnlyCollection_1_System_Object_ *, ExpressionUtils_ReturnReadOnly, (IReadOnlyList_1_System_Object_ * * collection, MethodInfo * method)); DO_APP_FUNC(0x00E68A20, bool, ExpressionUtils_SameElements, (IEnumerable_1_System_Object_ * * replacement, IReadOnlyList_1_System_Object_ * current, MethodInfo * method)); DO_APP_FUNC(0x00E68B30, bool, ExpressionUtils_SameElementsInCollection, (ICollection_1_System_Object_ * replacement, IReadOnlyList_1_System_Object_ * current, MethodInfo * method)); DO_APP_FUNC(0x00E68D50, ReadOnlyCollection_1_System_Object_ *, ExpressionVisitor_Visit_2, (ReadOnlyCollection_1_System_Object_ * nodes, Func_2_Object_Object_ * elementVisitor, MethodInfo * method)); DO_APP_FUNC(0x00E68FE0, Object *, ExpressionVisitor_VisitAndConvert, (ExpressionVisitor * __this, Object * node, String * callerName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1E48, ExpressionVisitor_VisitAndConvert__MethodInfo); DO_APP_FUNC(0x00E69100, ReadOnlyCollection_1_System_Object_ *, ExpressionVisitor_VisitAndConvert_1, (ExpressionVisitor * __this, ReadOnlyCollection_1_System_Object_ * nodes, String * callerName, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1E28, ExpressionVisitor_VisitAndConvert_1__MethodInfo); DO_APP_FUNC(0x00E69400, Expression_1 *, ExpressionVisitor_VisitLambda, (ExpressionVisitor * __this, Expression_1_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x00E694D0, void, ExtensionMethods_1_CTAddRange, (IDictionary_2_System_Object_System_Object_ * dict, IDictionary_2_System_Object_System_Object_ * collection, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1E18, ExtensionMethods_1_CTAddRange__MethodInfo); DO_APP_FUNC(0x00E698A0, String *, ExtensionMethods_1_CTDump_8, (IList_1_System_Object_ * list, String * prefix, String * postfix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1DF8, ExtensionMethods_1_CTDump_8__MethodInfo); DO_APP_FUNC(0x00E69B80, String *, ExtensionMethods_1_CTDump_9, (Object__Array * array, String * prefix, String * postfix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1D88, ExtensionMethods_1_CTDump_9__MethodInfo); DO_APP_FUNC(0x00E69D00, String *, ExtensionMethods_1_CTDump_10, (IDictionary_2_System_Object_System_Object_ * dict, String * prefix, String * postfix, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1DA0, ExtensionMethods_1_CTDump_10__MethodInfo); DO_APP_FUNC(0x00E6A080, void, ExtensionMethods_1_CTShuffle, (IList_1_System_Object_ * list, int32_t seed, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1D58, ExtensionMethods_1_CTShuffle__MethodInfo); DO_APP_FUNC(0x00E6A440, void, ExtensionMethods_1_CTShuffle_1, (Object__Array * array, int32_t seed, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1D80, ExtensionMethods_1_CTShuffle_1__MethodInfo); DO_APP_FUNC(0x00E6A680, List_1_System_String_ *, ExtensionMethods_1_CTToString, (IList_1_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1D20, ExtensionMethods_1_CTToString__MethodInfo); DO_APP_FUNC(0x00E6A970, String__Array *, ExtensionMethods_1_CTToString_1, (Object__Array * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1D00, ExtensionMethods_1_CTToString_1__MethodInfo); DO_APP_FUNC(0x00E6AAE0, String *, Extensions_ToStringFull_2, (List_1_System_Int32_ * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB06F0, Extensions_ToStringFull_2__MethodInfo); DO_APP_FUNC(0x00E6AD40, String *, Extensions_ToStringFull_3, (List_1_System_Object_ * data, MethodInfo * method)); DO_APP_FUNC(0x00E6AF80, Object *, ExtentionMethods_GetOrAddComponent, (GameObject * child, MethodInfo * method)); DO_APP_FUNC(0x00E6B0D0, Object *, ExternalBehavior_FindTask, (ExternalBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00E6B120, Object *, ExternalBehavior_FindTask_1, (ExternalBehavior * __this, Task_1 * task, MethodInfo * method)); DO_APP_FUNC(0x00E6B340, List_1_System_Object_ *, ExternalBehavior_FindTasks, (ExternalBehavior * __this, MethodInfo * method)); DO_APP_FUNC(0x00E6B3E0, void, ExternalBehavior_FindTasks_1, (ExternalBehavior * __this, Task_1 * task, List_1_System_Object_ * * taskList, MethodInfo * method)); DO_APP_FUNC(0x00E6B5D0, uint8_t, Factory_1_GetTokenId_2, (MethodInfo * method)); DO_APP_FUNC(0x00E6B660, void, FontAsset_CopyListDataToArray, (FontAsset * __this, List_1_System_Object_ * srcList, Object__Array * * dstArray, MethodInfo * method)); DO_APP_FUNC(0x00E6B810, void, FontEngine_GenericListToMarshallingArray, (List_1_System_Object_ * * srcList, Object__Array * * dstArray, MethodInfo * method)); DO_APP_FUNC(0x00E6BA30, void, FontEngine_GenericListToMarshallingArray_1, (List_1_System_UInt32_ * * srcList, UInt32__Array * * dstArray, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3530, FontEngine_GenericListToMarshallingArray_1__MethodInfo); DO_APP_FUNC(0x00E6BBD0, void, FontEngine_SetMarshallingArraySize, (GlyphPairAdjustmentRecord__Array * * marshallingArray, int32_t recordCount, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3538, FontEngine_SetMarshallingArraySize__MethodInfo); DO_APP_FUNC(0x00E6BBD0, void, FontEngine_SetMarshallingArraySize_1, (Object__Array * * marshallingArray, int32_t recordCount, MethodInfo * method)); DO_APP_FUNC(0x00E6BCE0, Object *, GameObject_AddComponent_1, (GameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00E6BE00, Object *, GameObject_GetComponent_2, (GameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00E383D0, Object *, GameObject_GetComponentInChildren_2, (GameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00E6BEC0, Object *, GameObject_GetComponentInChildren_3, (GameObject * __this, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x00E383D0, Object *, GameObject_GetComponentInParent_2, (GameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00E6BF90, Object *, GameObject_GetComponentInParent_3, (GameObject * __this, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x00E6C060, Object__Array *, GameObject_GetComponents_2, (GameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00E6C180, void, GameObject_GetComponents_3, (GameObject * __this, List_1_System_Object_ * results, MethodInfo * method)); DO_APP_FUNC(0x00E383D0, Object__Array *, GameObject_GetComponentsInChildren_2, (GameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00E6C250, Object__Array *, GameObject_GetComponentsInChildren_3, (GameObject * __this, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x00E38470, void, GameObject_GetComponentsInChildren_4, (GameObject * __this, List_1_System_Object_ * results, MethodInfo * method)); DO_APP_FUNC(0x00E6C380, void, GameObject_GetComponentsInChildren_5, (GameObject * __this, bool includeInactive, List_1_System_Object_ * results, MethodInfo * method)); DO_APP_FUNC(0x00E383D0, Object__Array *, GameObject_GetComponentsInParent_2, (GameObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00E6C460, Object__Array *, GameObject_GetComponentsInParent_3, (GameObject * __this, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x00E6C590, void, GameObject_GetComponentsInParent_4, (GameObject * __this, bool includeInactive, List_1_System_Object_ * results, MethodInfo * method)); DO_APP_FUNC(0x00E6C670, bool, GameObject_TryGetComponent_1, (GameObject * __this, Object * * component, MethodInfo * method)); DO_APP_FUNC(0x00E6C790, Object *, GameObjectExtensions_GetCachedComponent, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x00E6CAE0, Object__Array *, GameObjectExtensions_GetCachedComponents, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x00E6CE40, Object *, GameObjectExtensions_GetCachedParentComponent, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x00E6D190, Object__Array *, GameObjectExtensions_GetCachedParentComponents, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x00E6D4F0, Object *, GenericObjectPool_Get, (MethodInfo * method)); DO_APP_FUNC(0x00E6D7F0, OriginalMaterialValue, GenericObjectPool_Get_1, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B6F8, GenericObjectPool_Get_1__MethodInfo); DO_APP_FUNC(0x00E6DB40, DamageIndicatorMonitor_DamageIndicator, GenericObjectPool_Get_2, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0368, GenericObjectPool_Get_2__MethodInfo); DO_APP_FUNC(0x00E6DEA0, void, GenericObjectPool_Return, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00E6E0F0, void, GenericObjectPool_Return_1, (OriginalMaterialValue obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B7E0, GenericObjectPool_Return_1__MethodInfo); DO_APP_FUNC(0x00E6E380, void, GenericObjectPool_Return_2, (DamageIndicatorMonitor_DamageIndicator obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE0360, GenericObjectPool_Return_2__MethodInfo); DO_APP_FUNC(0x00E6E620, Nullable_1_Microsoft_MixedReality_OpenXR_ManipulationEventData_, GestureSubsystemExtensions_Get, (NativeGestureEventData eventData, ManipulationEventData value, bool hasValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59570, GestureSubsystemExtensions_Get__MethodInfo); DO_APP_FUNC(0x00E6E660, Nullable_1_Microsoft_MixedReality_OpenXR_NavigationEventData_, GestureSubsystemExtensions_Get_1, (NativeGestureEventData eventData, NavigationEventData value, bool hasValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59578, GestureSubsystemExtensions_Get_1__MethodInfo); DO_APP_FUNC(0x00E6E6B0, Nullable_1_Microsoft_MixedReality_OpenXR_TappedEventData_, GestureSubsystemExtensions_Get_2, (NativeGestureEventData eventData, TappedEventData value, bool hasValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59568, GestureSubsystemExtensions_Get_2__MethodInfo); DO_APP_FUNC(0x00E6E6E0, List_1_System_Object_ *, GraphModifier_GetModifiersOfType, (MethodInfo * method)); DO_APP_FUNC(0x00E6E9E0, void, GroupBoxUtility_OnOptionSelected, (Object * selectedOption, MethodInfo * method)); DO_APP_FUNC(0x00E6EB20, void, GroupBoxUtility_RegisterGroupBoxOptionCallbacks, (Object * option, MethodInfo * method)); DO_APP_FUNC(0x00E6EC40, Object *, HardwareJoystickMap_GetUniversalDefaultMap, (HardwareJoystickMap * __this, InputPlatform__Enum * actualInputPlatform, int32_t * variantIndex, MethodInfo * method)); DO_APP_FUNC(0x00E6EE70, Object *, HardwareJoystickMap_GetUniversalDefaultMapRoot, (HardwareJoystickMap * __this, Type * type, InputPlatform__Enum * actualInputPlatform, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1B50, HardwareJoystickMap_GetUniversalDefaultMapRoot__MethodInfo); DO_APP_FUNC(0x00E6F090, Object *, HardwareJoystickMap_TryGetFirstMatchingMap, (HardwareJoystickMap * __this, Object * mainMap, BridgedControllerHWInfo * bridgedControllerHWInfo, bool strictMatch, bool isDefaultMap, InputPlatform__Enum * actualInputPlatform, int32_t * variantIndex, MethodInfo * method)); DO_APP_FUNC(0x00E6F370, Object *, HardwareJoystickMap_TryGetFirstValidMap, (HardwareJoystickMap * __this, Object * mainMap, bool isDefaultMap, InputPlatform__Enum * actualInputPlatform, int32_t * variantIndex, MethodInfo * method)); DO_APP_FUNC(0x00E6F710, bool, HashtableExtensions_TryGetValue, (Hashtable * table, Object * key, int32_t * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB65C8, HashtableExtensions_TryGetValue__MethodInfo); DO_APP_FUNC(0x00E6F7D0, bool, HashtableExtensions_TryGetValue_1, (Hashtable * table, Object * key, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x00E6F920, bool, HttpWebRequest__RunWithTimeout_b__242_0, (HttpWebRequest * __this, MethodInfo * method)); DO_APP_FUNC(0x00E6F940, Task_1_System_Object_ *, HttpWebRequest_RunWithTimeout, (HttpWebRequest * __this, Func_2_System_Threading_CancellationToken_System_Threading_Tasks_Task_1_ * func, MethodInfo * method)); DO_APP_FUNC(0x00E6FAD0, Task_1_System_Int32_ *, HttpWebRequest_RunWithTimeout_1, (Func_2_System_Threading_CancellationToken_System_Threading_Tasks_Task_1__1 * func, int32_t timeout, Action * abort, Func_1_Boolean_ * aborted, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDEEB0, HttpWebRequest_RunWithTimeout_1__MethodInfo); DO_APP_FUNC(0x00E6FBE0, Task_1_System_Object_ *, HttpWebRequest_RunWithTimeout_2, (Func_2_System_Threading_CancellationToken_System_Threading_Tasks_Task_1_ * func, int32_t timeout, Action * abort, Func_1_Boolean_ * aborted, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x00E6FCF0, Task_1_System_Int32_ *, HttpWebRequest_RunWithTimeoutWorker, (Task_1_System_Int32_ * workerTask, int32_t timeout, Action * abort, Func_1_Boolean_ * aborted, CancellationTokenSource * cts, MethodInfo * method)); DO_APP_FUNC(0x00E6FFA0, Task_1_System_Object_ *, HttpWebRequest_RunWithTimeoutWorker_1, (Task_1_System_Object_ * workerTask, int32_t timeout, Action * abort, Func_1_Boolean_ * aborted, CancellationTokenSource * cts, MethodInfo * method)); DO_APP_FUNC(0x00E70250, IEnumerable_1_System_Object_ *, IEnumerableExtensions_Concat, (IEnumerable_1_System_Object_ * enumerable, Object * tail, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1B08, IEnumerableExtensions_Concat__MethodInfo); DO_APP_FUNC(0x00E437D0, IEnumerable_1_System_Object_ *, IEnumerableExtensions_ConcatUnsafe, (IEnumerable_1_System_Object_ * enumerable, Object * tail, MethodInfo * method)); DO_APP_FUNC(0x00E702D0, void, IListExtensions_Shuffle, (IList_1_System_Int32_ * ts, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7AB60, IListExtensions_Shuffle__MethodInfo); DO_APP_FUNC(0x00E70600, void, IListExtensions_Shuffle_1, (IList_1_System_Object_ * ts, MethodInfo * method)); DO_APP_FUNC(0x00E70930, void, IListExtensions_1_RemoveNulls, (IList_1_System_Object_ * list, int32_t nulls, MethodInfo * method)); DO_APP_FUNC(0x00E70EB0, bool, INotifyValueChangedExtensions_RegisterValueChangedCallback, (INotifyValueChanged_1_System_Boolean_ * control, EventCallback_1_ChangeEvent_1_System_Boolean_ * callback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA5850, INotifyValueChangedExtensions_RegisterValueChangedCallback__MethodInfo); DO_APP_FUNC(0x00E70F60, bool, INotifyValueChangedExtensions_RegisterValueChangedCallback_1, (INotifyValueChanged_1_System_Object_ * control, EventCallback_1_ChangeEvent_1_System_Object_ * callback, MethodInfo * method)); DO_APP_FUNC(0x00E71010, bool, INotifyValueChangedExtensions_RegisterValueChangedCallback_2, (INotifyValueChanged_1_System_Single_ * control, EventCallback_1_ChangeEvent_1_System_Single_ * callback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA7490, INotifyValueChangedExtensions_RegisterValueChangedCallback_2__MethodInfo); DO_APP_FUNC(0x00E710C0, bool, INotifyValueChangedExtensions_UnregisterValueChangedCallback, (INotifyValueChanged_1_System_Boolean_ * control, EventCallback_1_ChangeEvent_1_System_Boolean_ * callback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA77B8, INotifyValueChangedExtensions_UnregisterValueChangedCallback__MethodInfo); DO_APP_FUNC(0x00E71170, bool, INotifyValueChangedExtensions_UnregisterValueChangedCallback_1, (INotifyValueChanged_1_System_Object_ * control, EventCallback_1_ChangeEvent_1_System_Object_ * callback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BE20, ISerializableJsonDictionary_Set__MethodInfo); DO_APP_FUNC(0x00E71220, bool, InlineStyleAccess_SetStyleValue_3, (InlineStyleAccess * __this, StylePropertyId__Enum id, StyleEnum_1_System_Int32Enum_ inlineValue, MethodInfo * method)); DO_APP_FUNC(0x00E71380, int32_t, InputAction_1_ReadValue, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C927D0, InputAction_1_ReadValue__MethodInfo); DO_APP_FUNC(0x00E71460, Quaternion, InputAction_1_ReadValue_1, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C927B8, InputAction_1_ReadValue_1__MethodInfo); DO_APP_FUNC(0x00E71570, float, InputAction_1_ReadValue_2, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97C10, InputAction_1_ReadValue_2__MethodInfo); DO_APP_FUNC(0x00E71660, Vector2, InputAction_1_ReadValue_3, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1FD0, InputAction_1_ReadValue_3__MethodInfo); DO_APP_FUNC(0x00E71740, Vector3, InputAction_1_ReadValue_4, (InputAction_1 * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C927C8, InputAction_1_ReadValue_4__MethodInfo); DO_APP_FUNC(0x00E71870, InputActionRebindingExtensions_ParameterOverride, InputActionRebindingExtensions_ExtractParameterOverride, (Expression_1_System_Func_2_ * expr, InputBinding bindingMask, PrimitiveValue value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1A58, InputActionRebindingExtensions_ExtractParameterOverride__MethodInfo); DO_APP_FUNC(0x00E71F50, int32_t, InputActionState_ApplyProcessors, (InputActionState * __this, int32_t bindingIndex, int32_t value, InputControl_1_System_Int32_ * controlOfType, MethodInfo * method)); DO_APP_FUNC(0x00E72080, Quaternion, InputActionState_ApplyProcessors_1, (InputActionState * __this, int32_t bindingIndex, Quaternion value, InputControl_1_UnityEngine_Quaternion_ * controlOfType, MethodInfo * method)); DO_APP_FUNC(0x00E721D0, float, InputActionState_ApplyProcessors_2, (InputActionState * __this, int32_t bindingIndex, float value, InputControl_1_System_Single_ * controlOfType, MethodInfo * method)); DO_APP_FUNC(0x00E72300, Vector2, InputActionState_ApplyProcessors_3, (InputActionState * __this, int32_t bindingIndex, Vector2 value, InputControl_1_UnityEngine_Vector2_ * controlOfType, MethodInfo * method)); DO_APP_FUNC(0x00E72440, Vector3, InputActionState_ApplyProcessors_4, (InputActionState * __this, int32_t bindingIndex, Vector3 value, InputControl_1_UnityEngine_Vector3_ * controlOfType, MethodInfo * method)); DO_APP_FUNC(0x00E725B0, float, InputActionState_ReadCompositePartValue_1, (InputActionState * __this, int32_t bindingIndex, int32_t partNumber, bool * buttonValuePtr, int32_t * controlIndex, InputBindingCompositeContext_DefaultComparer_1_System_Single_ comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C88598, InputActionState_ReadCompositePartValue_1__MethodInfo); DO_APP_FUNC(0x00E727F0, int32_t, InputActionState_ReadValue_1, (InputActionState * __this, int32_t bindingIndex, int32_t controlIndex, bool ignoreComposites, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC19E0, InputActionState_ReadValue_1__MethodInfo); DO_APP_FUNC(0x00E72EF0, Quaternion, InputActionState_ReadValue_2, (InputActionState * __this, int32_t bindingIndex, int32_t controlIndex, bool ignoreComposites, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1990, InputActionState_ReadValue_2__MethodInfo); DO_APP_FUNC(0x00E73620, float, InputActionState_ReadValue_3, (InputActionState * __this, int32_t bindingIndex, int32_t controlIndex, bool ignoreComposites, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC19B8, InputActionState_ReadValue_3__MethodInfo); DO_APP_FUNC(0x00E73D20, Vector2, InputActionState_ReadValue_4, (InputActionState * __this, int32_t bindingIndex, int32_t controlIndex, bool ignoreComposites, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1998, InputActionState_ReadValue_4__MethodInfo); DO_APP_FUNC(0x00E74410, Vector3, InputActionState_ReadValue_5, (InputActionState * __this, int32_t bindingIndex, int32_t controlIndex, bool ignoreComposites, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1960, InputActionState_ReadValue_5__MethodInfo); DO_APP_FUNC(0x00E74B30, bool, InputArrayExtensions_Contains, (InlinedArray_1_System_Object_ array, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00E74BC0, bool, InputArrayExtensions_ContainsReference, (InlinedArray_1_System_Object_ array, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00E74C00, int32_t, InputArrayExtensions_IndexOfReference, (InlinedArray_1_System_Object_ array, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00E74C70, float, InputBindingCompositeContext_ReadValue_1, (InputBindingCompositeContext * __this, int32_t partNumber, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B7F8, InputBindingCompositeContext_ReadValue_1__MethodInfo); DO_APP_FUNC(0x00E74CC0, int32_t, InputBindingResolver_InstantiateWithParameters, (InputBindingResolver * __this, TypeTable registrations, String * namesAndParameters, Object__Array * * array, int32_t * count, InputActionMap * actionMap, InputBinding * binding, MethodInfo * method)); DO_APP_FUNC(0x00E75590, Object *, InputControl_GetChildControl_1, (InputControl * __this, String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC18F8, InputControl_GetChildControl_1__MethodInfo); DO_APP_FUNC(0x00E75990, Object *, InputControl_TryGetChildControl_1, (InputControl * __this, String * path, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC18B0, InputControl_TryGetChildControl_1__MethodInfo); DO_APP_FUNC(0x00E75CE0, void, InputControlExtensions_CopyState_1, (InputDevice * device, MouseState * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC18B8, InputControlExtensions_CopyState_1__MethodInfo); DO_APP_FUNC(0x00E75FD0, void, InputControlExtensions_FindControlsRecursive, (InputControl * parent, IList_1_System_Object_ * controls, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1840, InputControlExtensions_FindControlsRecursive__MethodInfo); DO_APP_FUNC(0x00E76340, Object *, InputControlExtensions_FindInParentChain, (InputControl * control, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1870, InputControlExtensions_FindInParentChain__MethodInfo); DO_APP_FUNC(0x00E76460, bool, InputControlExtensions_ReadUnprocessedValueFromEvent, (InputControl_1_System_Single_ * control, InputEventPtr inputEvent, float * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1868, InputControlExtensions_ReadUnprocessedValueFromEvent__MethodInfo); DO_APP_FUNC(0x00E765A0, bool, InputControlExtensions_ReadUnprocessedValueFromEvent_1, (InputControl_1_UnityEngine_Vector2_ * control, InputEventPtr inputEvent, Vector2 * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1850, InputControlExtensions_ReadUnprocessedValueFromEvent_1__MethodInfo); DO_APP_FUNC(0x00E766D0, void, InputControlExtensions_WriteValueIntoEvent, (InputControl_1_System_Single_ * control, float value, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC17F0, InputControlExtensions_WriteValueIntoEvent__MethodInfo); DO_APP_FUNC(0x00E767D0, void, InputControlExtensions_WriteValueIntoEvent_1, (InputControl_1_UnityEngine_Vector2_ * control, Vector2 value, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC17D0, InputControlExtensions_WriteValueIntoEvent_1__MethodInfo); DO_APP_FUNC(0x00E768D0, void, InputControlExtensions_WriteValueIntoState_1, (InputControl * control, bool value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1820, InputControlExtensions_WriteValueIntoState_1__MethodInfo); DO_APP_FUNC(0x00E76BA0, void, InputControlExtensions_WriteValueIntoState_2, (InputControl * control, uint32_t value, Void * statePtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC17F8, InputControlExtensions_WriteValueIntoState_2__MethodInfo); DO_APP_FUNC(0x00E76E60, Object *, InputControlPath_MatchByUsageAtDeviceRootRecursive, (InputDevice * device, String * path, int32_t indexInPath, InputControlList_1_System_Object_ * matches, bool matchMultiple, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC17B8, InputControlPath_MatchByUsageAtDeviceRootRecursive__MethodInfo); DO_APP_FUNC(0x00E77200, Object *, InputControlPath_MatchChildrenRecursive, (InputControl * control, String * path, int32_t indexInPath, InputControlList_1_System_Object_ * matches, bool matchMultiple, MethodInfo * method)); DO_APP_FUNC(0x00E77350, Object *, InputControlPath_MatchControlsRecursive, (InputControl * control, String * path, int32_t indexInPath, InputControlList_1_System_Object_ * matches, bool matchMultiple, MethodInfo * method)); DO_APP_FUNC(0x00E77B80, Object *, InputControlPath_TryFindChild_1, (InputControl * control, String * path, int32_t indexInPath, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1760, InputControlPath_TryFindChild_1__MethodInfo); DO_APP_FUNC(0x00E77D20, Object *, InputControlPath_TryFindControl_1, (InputControl * control, String * path, int32_t indexInPath, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1740, InputControlPath_TryFindControl_1__MethodInfo); DO_APP_FUNC(0x00E77DF0, int32_t, InputControlPath_TryFindControls_2, (InputControl * control, String * path, int32_t indexInPath, InputControlList_1_System_Object_ * matches, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1738, InputControlPath_TryFindControls_2__MethodInfo); DO_APP_FUNC(0x00E77F10, Nullable_1_UnityEngine_InputSystem_InputControlScheme_, InputControlScheme_FindControlSchemeForDevice, (InputDevice * device, Object * schemes, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1748, InputControlScheme_FindControlSchemeForDevice__MethodInfo); DO_APP_FUNC(0x00E780D0, Nullable_1_UnityEngine_InputSystem_InputControlScheme_, InputControlScheme_FindControlSchemeForDevices, (InputControlList_1_System_Object_ devices, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_ schemes, InputDevice * mustIncludeDevice, bool allowUnsuccesfulMatch, MethodInfo * method)); DO_APP_FUNC(0x00E782B0, Nullable_1_UnityEngine_InputSystem_InputControlScheme_, InputControlScheme_FindControlSchemeForDevices_1, (OneOrMore_2_System_Object_ReadOnlyArray_1_System_Object_ devices, Object * schemes, InputDevice * mustIncludeDevice, bool allowUnsuccesfulMatch, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1718, InputControlScheme_FindControlSchemeForDevices_1__MethodInfo); DO_APP_FUNC(0x00E784F0, Nullable_1_UnityEngine_InputSystem_InputControlScheme_, InputControlScheme_FindControlSchemeForDevices_2, (ReadOnlyArray_1_System_Object_ devices, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_ schemes, InputDevice * mustIncludeDevice, bool allowUnsuccesfulMatch, MethodInfo * method)); DO_APP_FUNC(0x00E786D0, Nullable_1_UnityEngine_InputSystem_InputControlScheme_, InputControlScheme_FindControlSchemeForDevices_3, (Object * devices, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_ schemes, InputDevice * mustIncludeDevice, bool allowUnsuccesfulMatch, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC16E0, InputControlScheme_FindControlSchemeForDevices_3__MethodInfo); DO_APP_FUNC(0x00E78930, Nullable_1_UnityEngine_InputSystem_InputControlScheme_, InputControlScheme_FindControlSchemeForDevices_4, (Object * devices, Object * schemes, InputDevice * mustIncludeDevice, bool allowUnsuccesfulMatch, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1690, InputControlScheme_FindControlSchemeForDevices_4__MethodInfo); DO_APP_FUNC(0x00E78B70, bool, InputControlScheme_FindControlSchemeForDevices_5, (InputControlList_1_System_Object_ devices, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_ schemes, InputControlScheme * controlScheme, InputControlScheme_MatchResult * matchResult, InputDevice * mustIncludeDevice, bool allowUnsuccessfulMatch, MethodInfo * method)); DO_APP_FUNC(0x00E79250, bool, InputControlScheme_FindControlSchemeForDevices_6, (OneOrMore_2_System_Object_ReadOnlyArray_1_System_Object_ devices, Object * schemes, InputControlScheme * controlScheme, InputControlScheme_MatchResult * matchResult, InputDevice * mustIncludeDevice, bool allowUnsuccessfulMatch, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1630, InputControlScheme_FindControlSchemeForDevices_6__MethodInfo); DO_APP_FUNC(0x00E79990, bool, InputControlScheme_FindControlSchemeForDevices_7, (ReadOnlyArray_1_System_Object_ devices, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_ schemes, InputControlScheme * controlScheme, InputControlScheme_MatchResult * matchResult, InputDevice * mustIncludeDevice, bool allowUnsuccessfulMatch, MethodInfo * method)); DO_APP_FUNC(0x00E7A070, bool, InputControlScheme_FindControlSchemeForDevices_8, (Object * devices, ReadOnlyArray_1_UnityEngine_InputSystem_InputControlScheme_ schemes, InputControlScheme * controlScheme, InputControlScheme_MatchResult * matchResult, InputDevice * mustIncludeDevice, bool allowUnsuccessfulMatch, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC1638, InputControlScheme_FindControlSchemeForDevices_8__MethodInfo); DO_APP_FUNC(0x00E7A790, bool, InputControlScheme_FindControlSchemeForDevices_9, (Object * devices, Object * schemes, InputControlScheme * controlScheme, InputControlScheme_MatchResult * matchResult, InputDevice * mustIncludeDevice, bool allowUnsuccessfulMatch, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC15F8, InputControlScheme_FindControlSchemeForDevices_9__MethodInfo); DO_APP_FUNC(0x00E7AF30, InputControlScheme_MatchResult, InputControlScheme_PickDevicesFrom, (InputControlScheme * __this, InputControlList_1_System_Object_ devices, InputDevice * favorDevice, MethodInfo * method)); DO_APP_FUNC(0x00E7B750, InputControlScheme_MatchResult, InputControlScheme_PickDevicesFrom_1, (InputControlScheme * __this, OneOrMore_2_System_Object_ReadOnlyArray_1_System_Object_ devices, InputDevice * favorDevice, MethodInfo * method)); DO_APP_FUNC(0x00E7BF70, InputControlScheme_MatchResult, InputControlScheme_PickDevicesFrom_2, (InputControlScheme * __this, ReadOnlyArray_1_System_Object_ devices, InputDevice * favorDevice, MethodInfo * method)); DO_APP_FUNC(0x00E7C750, InputControlScheme_MatchResult, InputControlScheme_PickDevicesFrom_3, (InputControlScheme * __this, Object * devices, InputDevice * favorDevice, MethodInfo * method)); DO_APP_FUNC(0x00E7CE40, Object *, InputDevice_Build, (String * layoutName, String * layoutVariants, InputDeviceDescription deviceDescription, bool noPrecompiledLayouts, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4FF8, InputDevice_Build__MethodInfo); DO_APP_FUNC(0x00E7D560, int64_t, InputDevice_ExecuteCommand_1, (InputDevice * __this, DisableDeviceCommand * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D4D0, InputDevice_ExecuteCommand_1__MethodInfo); DO_APP_FUNC(0x00E7D7D0, int64_t, InputDevice_ExecuteCommand_2, (InputDevice * __this, DualMotorRumbleCommand * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97200, InputDevice_ExecuteCommand_2__MethodInfo); DO_APP_FUNC(0x00E7DA40, int64_t, InputDevice_ExecuteCommand_3, (InputDevice * __this, DualSenseHIDUSBOutputReport * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C972F0, InputDevice_ExecuteCommand_3__MethodInfo); DO_APP_FUNC(0x00E7DCB0, int64_t, InputDevice_ExecuteCommand_4, (InputDevice * __this, DualShockHIDOutputReport * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97278, InputDevice_ExecuteCommand_4__MethodInfo); DO_APP_FUNC(0x00E7DF20, int64_t, InputDevice_ExecuteCommand_5, (InputDevice * __this, EnableDeviceCommand * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D4E0, InputDevice_ExecuteCommand_5__MethodInfo); DO_APP_FUNC(0x00E7E190, int64_t, InputDevice_ExecuteCommand_6, (InputDevice * __this, EnableIMECompositionCommand * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8F148, InputDevice_ExecuteCommand_6__MethodInfo); DO_APP_FUNC(0x00E7E400, int64_t, InputDevice_ExecuteCommand_7, (InputDevice * __this, GetHapticCapabilitiesCommand * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92400, InputDevice_ExecuteCommand_7__MethodInfo); DO_APP_FUNC(0x00E7E670, int64_t, InputDevice_ExecuteCommand_8, (InputDevice * __this, InitiateUserAccountPairingCommand * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91EE0, InputDevice_ExecuteCommand_8__MethodInfo); DO_APP_FUNC(0x00E7E8E0, int64_t, InputDevice_ExecuteCommand_9, (InputDevice * __this, QueryCanRunInBackground * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D4F0, InputDevice_ExecuteCommand_9__MethodInfo); DO_APP_FUNC(0x00E7EB50, int64_t, InputDevice_ExecuteCommand_10, (InputDevice * __this, QueryEnabledStateCommand * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D4C0, InputDevice_ExecuteCommand_10__MethodInfo); DO_APP_FUNC(0x00E7EDC0, int64_t, InputDevice_ExecuteCommand_11, (InputDevice * __this, QueryKeyNameCommand * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89EE8, InputDevice_ExecuteCommand_11__MethodInfo); DO_APP_FUNC(0x00E7F030, int64_t, InputDevice_ExecuteCommand_12, (InputDevice * __this, QueryKeyboardLayoutCommand * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8EE38, InputDevice_ExecuteCommand_12__MethodInfo); DO_APP_FUNC(0x00E7F2A0, int64_t, InputDevice_ExecuteCommand_13, (InputDevice * __this, QueryPairedUserAccountCommand * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91FE0, InputDevice_ExecuteCommand_13__MethodInfo); DO_APP_FUNC(0x00E7F510, int64_t, InputDevice_ExecuteCommand_14, (InputDevice * __this, QuerySamplingFrequencyCommand * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91308, InputDevice_ExecuteCommand_14__MethodInfo); DO_APP_FUNC(0x00E7F780, int64_t, InputDevice_ExecuteCommand_15, (InputDevice * __this, RequestResetCommand * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D4D8, InputDevice_ExecuteCommand_15__MethodInfo); DO_APP_FUNC(0x00E7F9F0, int64_t, InputDevice_ExecuteCommand_16, (InputDevice * __this, RequestSyncCommand * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D4B8, InputDevice_ExecuteCommand_16__MethodInfo); DO_APP_FUNC(0x00E7FC60, int64_t, InputDevice_ExecuteCommand_17, (InputDevice * __this, SendBufferedHapticCommand * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92420, InputDevice_ExecuteCommand_17__MethodInfo); DO_APP_FUNC(0x00E7FED0, int64_t, InputDevice_ExecuteCommand_18, (InputDevice * __this, SendHapticImpulseCommand * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C927E8, InputDevice_ExecuteCommand_18__MethodInfo); DO_APP_FUNC(0x00E80140, int64_t, InputDevice_ExecuteCommand_19, (InputDevice * __this, SetIMECursorPositionCommand * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8F150, InputDevice_ExecuteCommand_19__MethodInfo); DO_APP_FUNC(0x00E803B0, int64_t, InputDevice_ExecuteCommand_20, (InputDevice * __this, SetSamplingFrequencyCommand * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91320, InputDevice_ExecuteCommand_20__MethodInfo); DO_APP_FUNC(0x00E80620, int64_t, InputDevice_ExecuteCommand_21, (InputDevice * __this, WarpMousePositionCommand * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8EE78, InputDevice_ExecuteCommand_21__MethodInfo); DO_APP_FUNC(0x00E80890, int64_t, InputDevice_ExecuteCommand_22, (InputDevice * __this, OpenXRInput_GetInternalDeviceIdCommand * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C76E60, InputDevice_ExecuteCommand_22__MethodInfo); DO_APP_FUNC(0x00E80B00, int64_t, InputDevice_ExecuteCommand_23, (InputDevice * __this, SwitchProControllerHID_SwitchMagicOutputHIDBluetooth * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95568, InputDevice_ExecuteCommand_23__MethodInfo); DO_APP_FUNC(0x00E80D70, int64_t, InputDevice_ExecuteCommand_24, (InputDevice * __this, SwitchProControllerHID_SwitchMagicOutputHIDUSB * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95560, InputDevice_ExecuteCommand_24__MethodInfo); DO_APP_FUNC(0x00E80FE0, bool, InputDevice_1_CheckValidAndSetDefault, (InputDevice_1 * __this, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x00E81010, bool, InputDevice_1_CheckValidAndSetDefault_1, (InputDevice_1 * __this, Quaternion * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9240, InputDevice_1_CheckValidAndSetDefault_1__MethodInfo); DO_APP_FUNC(0x00E81040, bool, InputDevice_1_CheckValidAndSetDefault_2, (InputDevice_1 * __this, Vector3 * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9250, InputDevice_1_CheckValidAndSetDefault_2__MethodInfo); DO_APP_FUNC(0x00E81070, InputDeviceMatcher, InputDeviceMatcher_WithCapability, (InputDeviceMatcher * __this, String * path, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C954E0, InputDeviceMatcher_WithCapability__MethodInfo); DO_APP_FUNC(0x00E81150, InputDeviceMatcher, InputDeviceMatcher_WithCapability_1, (InputDeviceMatcher * __this, String * path, Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00E81230, InputDeviceMatcher, InputDeviceMatcher_WithCapability_2, (InputDeviceMatcher * __this, String * path, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00E812D0, bool, InputEventPtr_IsA, (InputEventPtr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97170, InputEventPtr_IsA__MethodInfo); DO_APP_FUNC(0x00E812F0, bool, InputEventPtr_IsA_1, (InputEventPtr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C971E0, InputEventPtr_IsA_1__MethodInfo); DO_APP_FUNC(0x00E81310, bool, InputEventPtr_IsA_2, (InputEventPtr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D710, InputEventPtr_IsA_2__MethodInfo); DO_APP_FUNC(0x00E81330, bool, InputEventPtr_IsA_3, (InputEventPtr * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C99360, InputEventPtr_IsA_3__MethodInfo); DO_APP_FUNC(0x00E81350, int64_t, InputManager_1_ExecuteGlobalCommand, (InputManager_1 * __this, UseWindowsGamingInputCommand * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C90978, InputManager_1_ExecuteGlobalCommand__MethodInfo); DO_APP_FUNC(0x00E813C0, int32_t, InputManager_1_GetControls, (InputManager_1 * __this, String * path, InputControlList_1_System_Object_ * controls, MethodInfo * method)); DO_APP_FUNC(0x00E81490, void, InputManager_1_QueueEvent_2, (InputManager_1 * __this, DeviceConfigurationEvent * inputEvent, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DA80, InputManager_1_QueueEvent_2__MethodInfo); DO_APP_FUNC(0x00E81490, void, InputManager_1_QueueEvent_3, (InputManager_1 * __this, TextEvent * inputEvent, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8DA68, InputManager_1_QueueEvent_3__MethodInfo); DO_APP_FUNC(0x00E814A0, void, InputManager_1_RegisterPrecompiledLayout, (InputManager_1 * __this, String * metadata, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4F68, InputManager_1_RegisterPrecompiledLayout__MethodInfo); DO_APP_FUNC(0x00E818F0, Object *, InputRemoting_DeserializeData, (Byte__Array * data, MethodInfo * method)); DO_APP_FUNC(0x00E81950, InputRemoting_ChangeUsageMsg_Data, InputRemoting_DeserializeData_1, (Byte__Array * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C913C8, InputRemoting_DeserializeData_1__MethodInfo); DO_APP_FUNC(0x00E819D0, InputRemoting_NewDeviceMsg_Data, InputRemoting_DeserializeData_2, (Byte__Array * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C914C0, InputRemoting_DeserializeData_2__MethodInfo); DO_APP_FUNC(0x00E81A80, InputRemoting_NewLayoutMsg_Data, InputRemoting_DeserializeData_3, (Byte__Array * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91468, InputRemoting_DeserializeData_3__MethodInfo); DO_APP_FUNC(0x00E81B00, Byte__Array *, InputRemoting_SerializeData, (Object * data, MethodInfo * method)); DO_APP_FUNC(0x00E81B50, Byte__Array *, InputRemoting_SerializeData_1, (InputRemoting_ChangeUsageMsg_Data data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C913D0, InputRemoting_SerializeData_1__MethodInfo); DO_APP_FUNC(0x00E81BD0, Byte__Array *, InputRemoting_SerializeData_2, (InputRemoting_NewDeviceMsg_Data data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91470, InputRemoting_SerializeData_2__MethodInfo); DO_APP_FUNC(0x00E81C80, Byte__Array *, InputRemoting_SerializeData_3, (InputRemoting_NewLayoutMsg_Data data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91500, InputRemoting_SerializeData_3__MethodInfo); DO_APP_FUNC(0x00E81D00, int64_t, InputRuntimeExtensions_DeviceCommand, (IInputRuntime * runtime, int32_t deviceId, DisableDeviceCommand * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4F70, InputRuntimeExtensions_DeviceCommand__MethodInfo); DO_APP_FUNC(0x00E81DB0, int64_t, InputRuntimeExtensions_DeviceCommand_1, (IInputRuntime * runtime, int32_t deviceId, EnableDeviceCommand * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4F50, InputRuntimeExtensions_DeviceCommand_1__MethodInfo); DO_APP_FUNC(0x00E81E60, int64_t, InputRuntimeExtensions_DeviceCommand_2, (IInputRuntime * runtime, int32_t deviceId, InputDeviceCommand * command, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4F48, InputRuntimeExtensions_DeviceCommand_2__MethodInfo); DO_APP_FUNC(0x00E81F10, void, InputState_Change_1, (InputControl * control, uint8_t state, InputUpdateType__Enum updateType, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91278, InputState_Change_1__MethodInfo); DO_APP_FUNC(0x00E81F40, void, InputState_Change_2, (InputControl * control, uint8_t * state, InputUpdateType__Enum updateType, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4F60, InputState_Change_2__MethodInfo); DO_APP_FUNC(0x00E822A0, void, InputState_Change_3, (InputControl * control, Int32Enum__Enum state, InputUpdateType__Enum updateType, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC(0x00E822D0, void, InputState_Change_4, (InputControl * control, Int32Enum__Enum * state, InputUpdateType__Enum updateType, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4F40, InputState_Change_4__MethodInfo); DO_APP_FUNC(0x00E82630, void, InputState_Change_5, (InputControl * control, MouseState state, InputUpdateType__Enum updateType, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95528, InputState_Change_5__MethodInfo); DO_APP_FUNC(0x00E82650, void, InputState_Change_6, (InputControl * control, MouseState * state, InputUpdateType__Enum updateType, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4F28, InputState_Change_6__MethodInfo); DO_APP_FUNC(0x00E82630, void, InputState_Change_7, (InputControl * control, TouchState state, InputUpdateType__Enum updateType, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97350, InputState_Change_7__MethodInfo); DO_APP_FUNC(0x00E829B0, void, InputState_Change_8, (InputControl * control, TouchState * state, InputUpdateType__Enum updateType, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4F38, InputState_Change_8__MethodInfo); DO_APP_FUNC(0x00E82D10, void, InputState_Change_9, (InputControl * control, Vector2 state, InputUpdateType__Enum updateType, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8EDD0, InputState_Change_9__MethodInfo); DO_APP_FUNC(0x00E82D40, void, InputState_Change_10, (InputControl * control, Vector2 * state, InputUpdateType__Enum updateType, InputEventPtr eventPtr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4F30, InputState_Change_10__MethodInfo); DO_APP_FUNC(0x00E830A0, TouchState, InputStateHistory_ReadValue, (InputStateHistory * __this, InputStateHistory_RecordHeader * data, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4F20, InputStateHistory_ReadValue__MethodInfo); DO_APP_FUNC(0x00E83400, Object *, InputSystem_AddDevice_3, (String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4F08, InputSystem_AddDevice_3__MethodInfo); DO_APP_FUNC(0x00E83780, InputControlList_1_System_Object_, InputSystem_FindControls_1, (String * path, MethodInfo * method)); DO_APP_FUNC(0x00E83800, int32_t, InputSystem_FindControls_2, (String * path, InputControlList_1_System_Object_ * controls, MethodInfo * method)); DO_APP_FUNC(0x00E838A0, Object *, InputSystem_GetDevice_2, (MethodInfo * method)); DO_APP_FUNC(0x00E83980, Object *, InputSystem_GetDevice_3, (InternedString usage, MethodInfo * method)); DO_APP_FUNC(0x00E83CD0, Object *, InputSystem_GetDevice_4, (String * usage, MethodInfo * method)); DO_APP_FUNC(0x00E83D60, InputControlLayout *, InputSystem_LoadLayout_1, (MethodInfo * method)); DO_APP_FUNC(0x00E83E20, void, InputSystem_RegisterBindingComposite_1, (String * name, MethodInfo * method)); DO_APP_FUNC(0x00E84020, void, InputSystem_RegisterInteraction_1, (String * name, MethodInfo * method)); DO_APP_FUNC(0x00E84220, void, InputSystem_RegisterLayout_2, (String * name, Nullable_1_UnityEngine_InputSystem_Layouts_InputDeviceMatcher_ matches, MethodInfo * method)); DO_APP_FUNC(0x00E842E0, void, InputSystem_RegisterLayoutMatcher_1, (InputDeviceMatcher matcher, MethodInfo * method)); DO_APP_FUNC(0x00E843B0, void, InputSystem_RegisterPrecompiledLayout, (String * metadata, MethodInfo * method)); DO_APP_FUNC(0x00E84430, void, InputSystem_RegisterProcessor_1, (String * name, MethodInfo * method)); DO_APP_FUNC(0x00E844D0, float, InputValue_Get_1, (InputValue * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4EB8, InputValue_Get_1__MethodInfo); DO_APP_FUNC(0x00E84590, Object *, InstantiationParameters_Instantiate, (InstantiationParameters * __this, Object * source, MethodInfo * method)); DO_APP_FUNC(0x00E84800, void, InstructionList_EmitIntSwitch, (InstructionList * __this, Dictionary_2_System_Int32_System_Int32_ * cases, MethodInfo * method)); DO_APP_FUNC(0x00E84800, void, InstructionList_EmitIntSwitch_1, (InstructionList * __this, Dictionary_2_System_Object_System_Int32_ * cases, MethodInfo * method)); DO_APP_FUNC(0x00E84890, Object *, JitHelpers_UnsafeCast, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x00E84890, int32_t, JitHelpers_UnsafeEnumCast, (ByteEnum__Enum val, MethodInfo * method)); DO_APP_FUNC(0x00E84890, int32_t, JitHelpers_UnsafeEnumCast_1, (Int32Enum__Enum val, MethodInfo * method)); DO_APP_FUNC(0x00E848B0, Object *, JsonParser_FromJson_2, (String * json, MethodInfo * method)); DO_APP_FUNC(0x00E84920, Object *, JsonParser_FromJson_3, (String * json, Type * preferredAnonymousObjectType, MethodInfo * method)); DO_APP_FUNC(0x00E84C00, bool, JsonParser_TryFromJson, (String * json, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x00E84C80, bool, JsonParser_TryFromJson_1, (String * json, Object * * value, Type * preferredAnonymousObjectType, MethodInfo * method)); DO_APP_FUNC(0x00E85060, Object *, JsonTools_Clone, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00E850F0, DiagnosticEvent, JsonUtility_FromJson_1, (String * json, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63980, JsonUtility_FromJson_1__MethodInfo); DO_APP_FUNC(0x00E851E0, Object *, JsonUtility_FromJson_2, (String * json, MethodInfo * method)); DO_APP_FUNC(0x00E852A0, HID_HIDDeviceDescriptor, JsonUtility_FromJson_3, (String * json, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C952C8, JsonUtility_FromJson_3__MethodInfo); DO_APP_FUNC(0x00E85390, InputActionAsset_ReadFileJson, JsonUtility_FromJson_4, (String * json, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C874A8, JsonUtility_FromJson_4__MethodInfo); DO_APP_FUNC(0x00E85480, InputActionMap_BindingOverrideListJson, JsonUtility_FromJson_5, (String * json, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C86B28, JsonUtility_FromJson_5__MethodInfo); DO_APP_FUNC(0x00E85540, InputActionMap_ReadFileJson, JsonUtility_FromJson_6, (String * json, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C871B0, JsonUtility_FromJson_6__MethodInfo); DO_APP_FUNC(0x00E85620, InputControlLayout_LayoutJson, JsonUtility_FromJson_7, (String * json, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98E98, JsonUtility_FromJson_7__MethodInfo); DO_APP_FUNC(0x00E85750, InputControlLayout_LayoutJsonNameAndDescriptorOnly, JsonUtility_FromJson_8, (String * json, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C98D88, JsonUtility_FromJson_8__MethodInfo); DO_APP_FUNC(0x00E85870, InputDeviceDescription_DeviceDescriptionJson, JsonUtility_FromJson_9, (String * json, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A2E8, JsonUtility_FromJson_9__MethodInfo); DO_APP_FUNC(0x00E85970, XInputController_Capabilities, JsonUtility_FromJson_10, (String * json, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C923B8, JsonUtility_FromJson_10__MethodInfo); DO_APP_FUNC(0x00E85A50, InputRemoting_ChangeUsageMsg_Data, JsonUtility_FromJson_11, (String * json, MethodInfo * method)); DO_APP_FUNC(0x00E85B30, InputRemoting_NewDeviceMsg_Data, JsonUtility_FromJson_12, (String * json, MethodInfo * method)); DO_APP_FUNC(0x00E85C50, InputRemoting_NewLayoutMsg_Data, JsonUtility_FromJson_13, (String * json, MethodInfo * method)); DO_APP_FUNC(0x00E85D40, Object *, LabelInfo_CommonNode, (Object * first, Object * second, Func_2_Object_Object_ * parent, MethodInfo * method)); DO_APP_FUNC(0x00E85EB0, void, LayoutGroup_SetProperty, (LayoutGroup * __this, bool * currentValue, bool newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB37F8, LayoutGroup_SetProperty__MethodInfo); DO_APP_FUNC(0x00E85FC0, void, LayoutGroup_SetProperty_1, (LayoutGroup * __this, int32_t * currentValue, int32_t newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB37B0, LayoutGroup_SetProperty_1__MethodInfo); DO_APP_FUNC(0x00E86090, void, LayoutGroup_SetProperty_2, (LayoutGroup * __this, Int32Enum__Enum * currentValue, Int32Enum__Enum newValue, MethodInfo * method)); DO_APP_FUNC(0x00E86140, void, LayoutGroup_SetProperty_3, (LayoutGroup * __this, Object * * currentValue, Object * newValue, MethodInfo * method)); DO_APP_FUNC(0x00E861E0, void, LayoutGroup_SetProperty_4, (LayoutGroup * __this, float * currentValue, float newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB37C8, LayoutGroup_SetProperty_4__MethodInfo); DO_APP_FUNC(0x00E86270, void, LayoutGroup_SetProperty_5, (LayoutGroup * __this, Vector2 * currentValue, Vector2 newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3878, LayoutGroup_SetProperty_5__MethodInfo); DO_APP_FUNC(0x00E862F0, Object *, LazyInitializer_EnsureInitialized, (Object * * target, MethodInfo * method)); DO_APP_FUNC(0x00E86330, Object *, LazyInitializer_EnsureInitialized_1, (Object * * target, Func_1_Object_ * valueFactory, MethodInfo * method)); DO_APP_FUNC(0x00E86370, Object *, LazyInitializer_EnsureInitialized_2, (Object * * target, Object * * syncLock, Func_1_Object_ * valueFactory, MethodInfo * method)); DO_APP_FUNC(0x00E863B0, Object *, LazyInitializer_EnsureInitializedCore, (Object * * target, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4E98, LazyInitializer_EnsureInitializedCore__MethodInfo); DO_APP_FUNC(0x00E86480, Object *, LazyInitializer_EnsureInitializedCore_1, (Object * * target, Func_1_Object_ * valueFactory, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4E88, LazyInitializer_EnsureInitializedCore_1__MethodInfo); DO_APP_FUNC(0x00E86520, Object *, LazyInitializer_EnsureInitializedCore_2, (Object * * target, Object * * syncLock, Func_1_Object_ * valueFactory, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4EA8, LazyInitializer_EnsureInitializedCore_2__MethodInfo); DO_APP_FUNC(0x00E86830, void, LightCompiler_CompileIntSwitchExpression, (LightCompiler * __this, SwitchExpression * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F660, LightCompiler_CompileIntSwitchExpression__MethodInfo); DO_APP_FUNC(0x00E86F70, void, LightCompiler_CompileIntSwitchExpression_1, (LightCompiler * __this, SwitchExpression * node, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5F668, LightCompiler_CompileIntSwitchExpression_1__MethodInfo); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRun0, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRun1, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRun10, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRun11, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRun12, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRun13, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRun14, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRun15, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRun2, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRun3, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRun4, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRun5, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRun6, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRun7, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRun8, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRun9, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRunVoid1, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRunVoid10, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRunVoid11, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRunVoid12, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRunVoid13, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRunVoid14, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRunVoid15, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRunVoid2, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRunVoid3, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRunVoid4, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRunVoid5, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRunVoid6, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRunVoid7, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRunVoid8, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E876C0, Delegate *, LightLambda_MakeRunVoid9, (LightLambda * lambda, MethodInfo * method)); DO_APP_FUNC(0x00E87730, Object *, LightLambda_Run0, (LightLambda * __this, MethodInfo * method)); DO_APP_FUNC(0x00E87880, Object *, LightLambda_Run1, (LightLambda * __this, Object * arg0, MethodInfo * method)); DO_APP_FUNC(0x00E87A50, Object *, LightLambda_Run10, (LightLambda * __this, Object * arg0, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, Object * arg9, MethodInfo * method)); DO_APP_FUNC(0x00E87F80, Object *, LightLambda_Run11, (LightLambda * __this, Object * arg0, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, Object * arg9, Object * arg10, MethodInfo * method)); DO_APP_FUNC(0x00E88510, Object *, LightLambda_Run12, (LightLambda * __this, Object * arg0, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, Object * arg9, Object * arg10, Object * arg11, MethodInfo * method)); DO_APP_FUNC(0x00E88B00, Object *, LightLambda_Run13, (LightLambda * __this, Object * arg0, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, Object * arg9, Object * arg10, Object * arg11, Object * arg12, MethodInfo * method)); DO_APP_FUNC(0x00E89150, Object *, LightLambda_Run14, (LightLambda * __this, Object * arg0, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, Object * arg9, Object * arg10, Object * arg11, Object * arg12, Object * arg13, MethodInfo * method)); DO_APP_FUNC(0x00E89800, Object *, LightLambda_Run15, (LightLambda * __this, Object * arg0, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, Object * arg9, Object * arg10, Object * arg11, Object * arg12, Object * arg13, Object * arg14, MethodInfo * method)); DO_APP_FUNC(0x00E89F10, Object *, LightLambda_Run2, (LightLambda * __this, Object * arg0, Object * arg1, MethodInfo * method)); DO_APP_FUNC(0x00E8A130, Object *, LightLambda_Run3, (LightLambda * __this, Object * arg0, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x00E8A3B0, Object *, LightLambda_Run4, (LightLambda * __this, Object * arg0, Object * arg1, Object * arg2, Object * arg3, MethodInfo * method)); DO_APP_FUNC(0x00E8A690, Object *, LightLambda_Run5, (LightLambda * __this, Object * arg0, Object * arg1, Object * arg2, Object * arg3, Object * arg4, MethodInfo * method)); DO_APP_FUNC(0x00E8A9E0, Object *, LightLambda_Run6, (LightLambda * __this, Object * arg0, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, MethodInfo * method)); DO_APP_FUNC(0x00E8AD90, Object *, LightLambda_Run7, (LightLambda * __this, Object * arg0, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, MethodInfo * method)); DO_APP_FUNC(0x00E8B1A0, Object *, LightLambda_Run8, (LightLambda * __this, Object * arg0, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, MethodInfo * method)); DO_APP_FUNC(0x00E8B610, Object *, LightLambda_Run9, (LightLambda * __this, Object * arg0, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, MethodInfo * method)); DO_APP_FUNC(0x00E8BAE0, void, LightLambda_RunVoid1, (LightLambda * __this, Object * arg0, MethodInfo * method)); DO_APP_FUNC(0x00E8BC10, void, LightLambda_RunVoid10, (LightLambda * __this, Object * arg0, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, Object * arg9, MethodInfo * method)); DO_APP_FUNC(0x00E8C0B0, void, LightLambda_RunVoid11, (LightLambda * __this, Object * arg0, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, Object * arg9, Object * arg10, MethodInfo * method)); DO_APP_FUNC(0x00E8C5B0, void, LightLambda_RunVoid12, (LightLambda * __this, Object * arg0, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, Object * arg9, Object * arg10, Object * arg11, MethodInfo * method)); DO_APP_FUNC(0x00E8CB10, void, LightLambda_RunVoid13, (LightLambda * __this, Object * arg0, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, Object * arg9, Object * arg10, Object * arg11, Object * arg12, MethodInfo * method)); DO_APP_FUNC(0x00E8D0D0, void, LightLambda_RunVoid14, (LightLambda * __this, Object * arg0, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, Object * arg9, Object * arg10, Object * arg11, Object * arg12, Object * arg13, MethodInfo * method)); DO_APP_FUNC(0x00E8D6F0, void, LightLambda_RunVoid15, (LightLambda * __this, Object * arg0, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, Object * arg9, Object * arg10, Object * arg11, Object * arg12, Object * arg13, Object * arg14, MethodInfo * method)); DO_APP_FUNC(0x00E8DD70, void, LightLambda_RunVoid2, (LightLambda * __this, Object * arg0, Object * arg1, MethodInfo * method)); DO_APP_FUNC(0x00E8DF00, void, LightLambda_RunVoid3, (LightLambda * __this, Object * arg0, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x00E8E100, void, LightLambda_RunVoid4, (LightLambda * __this, Object * arg0, Object * arg1, Object * arg2, Object * arg3, MethodInfo * method)); DO_APP_FUNC(0x00E8E360, void, LightLambda_RunVoid5, (LightLambda * __this, Object * arg0, Object * arg1, Object * arg2, Object * arg3, Object * arg4, MethodInfo * method)); DO_APP_FUNC(0x00E8E620, void, LightLambda_RunVoid6, (LightLambda * __this, Object * arg0, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, MethodInfo * method)); DO_APP_FUNC(0x00E8E940, void, LightLambda_RunVoid7, (LightLambda * __this, Object * arg0, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, MethodInfo * method)); DO_APP_FUNC(0x00E8ECC0, void, LightLambda_RunVoid8, (LightLambda * __this, Object * arg0, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, MethodInfo * method)); DO_APP_FUNC(0x00E8F0A0, void, LightLambda_RunVoid9, (LightLambda * __this, Object * arg0, Object * arg1, Object * arg2, Object * arg3, Object * arg4, Object * arg5, Object * arg6, Object * arg7, Object * arg8, MethodInfo * method)); DO_APP_FUNC(0x00E8F4E0, void, LightLambda_RunVoidRef2, (LightLambda * __this, Object * * arg0, Object * * arg1, MethodInfo * method)); DO_APP_FUNC(0x00E437D0, IEnumerable_1_System_Object_ *, LinqExtensions_DistinctBy, (IEnumerable_1_System_Object_ * source, Func_2_Object_Object_ * keySelector, MethodInfo * method)); DO_APP_FUNC(0x00E441F0, IEnumerable_1_Steamworks_SteamItemDef_t_ *, LinqExtensions_DistinctBy_1, (IEnumerable_1_Steamworks_SteamItemDef_t_ * source, Func_2_Steamworks_SteamItemDef_t_Int32_ * keySelector, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4C40, LinqExtensions_DistinctBy_1__MethodInfo); DO_APP_FUNC(0x00E8F940, void, ListExtensions_ClearFast, (List_1_UnityEngine_Color32_ * list, MethodInfo * method)); DO_APP_FUNC(0x00E8F940, void, ListExtensions_ClearFast_1, (List_1_Pathfinding_Connection_ * list, MethodInfo * method)); DO_APP_FUNC(0x00E8F940, void, ListExtensions_ClearFast_2, (List_1_Pathfinding_Int3_ * list, MethodInfo * method)); DO_APP_FUNC(0x00E8F940, void, ListExtensions_ClearFast_3, (List_1_System_Int32_ * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80250, ListExtensions_ClearFast_3__MethodInfo); DO_APP_FUNC(0x00E8F940, void, ListExtensions_ClearFast_4, (List_1_Pathfinding_ClipperLib_IntPoint_ * list, MethodInfo * method)); DO_APP_FUNC(0x00E8F940, void, ListExtensions_ClearFast_5, (List_1_Pathfinding_IntRect_ * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C825F8, ListExtensions_ClearFast_5__MethodInfo); DO_APP_FUNC(0x00E8F940, void, ListExtensions_ClearFast_6, (List_1_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x00E8F940, void, ListExtensions_ClearFast_7, (List_1_System_Single_ * list, MethodInfo * method)); DO_APP_FUNC(0x00E8F940, void, ListExtensions_ClearFast_8, (List_1_System_UInt32_ * list, MethodInfo * method)); DO_APP_FUNC(0x00E8F940, void, ListExtensions_ClearFast_9, (List_1_UnityEngine_Vector2_ * list, MethodInfo * method)); DO_APP_FUNC(0x00E8F940, void, ListExtensions_ClearFast_10, (List_1_UnityEngine_Vector3_ * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7FE80, ListExtensions_ClearFast_10__MethodInfo); DO_APP_FUNC(0x00E8F940, void, ListExtensions_ClearFast_11, (List_1_Pathfinding_Funnel_PathPart_ * list, MethodInfo * method)); DO_APP_FUNC(0x00E8F9F0, Connection__Array *, ListExtensions_ToArrayFromPool, (List_1_Pathfinding_Connection_ * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80368, ListExtensions_ToArrayFromPool__MethodInfo); DO_APP_FUNC(0x00E8FB40, Object__Array *, ListExtensions_ToArrayFromPool_1, (List_1_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x00E8FC70, int32_t, ListTools_AddAndCreateList, (IList_1_Rewired_ControllerTemplateElementTarget_ * * list, ControllerTemplateElementTarget item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87AC8, ListTools_AddAndCreateList__MethodInfo); DO_APP_FUNC(0x00E8FE10, int32_t, ListTools_AddAndCreateList_1, (IList_1_System_Object_ * * list, Object * item, MethodInfo * method)); DO_APP_FUNC(0x00E8FF40, bool, ListTools_AddIfUnique, (IList_1_System_Object_ * list, Object * item, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBF60, ListTools_AddIfUnique__MethodInfo); DO_APP_FUNC(0x00E8FFE0, List_1_System_Int32_ *, ListTools_Combine, (IList_1_System_Int32_ * list1, IList_1_System_Int32_ * list2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDAC8, ListTools_Combine__MethodInfo); DO_APP_FUNC(0x00E90270, List_1_System_Object_ *, ListTools_Combine_1, (IList_1_System_Object_ * list1, IList_1_System_Object_ * list2, MethodInfo * method)); DO_APP_FUNC(0x00E90500, void, ListTools_Concat, (IList_1_System_Object_ * list1, IList_1_System_Object_ * list2, MethodInfo * method)); DO_APP_FUNC(0x00E90710, List_1_System_Object_ *, ListTools_ConvertToObjeclist, (IList_1_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x00E909A0, bool, ListTools_CopyTo, (IList_1_System_Object_ * fromList, IList_1_System_Object_ * toList, MethodInfo * method)); DO_APP_FUNC(0x00E909D0, bool, ListTools_CopyTo_1, (IList_1_System_Object_ * fromList, IList_1_System_Object_ * toList, int32_t fromListStartIndex, MethodInfo * method)); DO_APP_FUNC(0x00E90A00, bool, ListTools_CopyTo_2, (IList_1_System_Object_ * fromList, IList_1_System_Object_ * toList, int32_t fromListStartIndex, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00E90BE0, int32_t, ListTools_Count, (IList_1_System_Object_ * list, Predicate_1_Object_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00E90D40, Object *, ListTools_Find, (IList_1_System_Object_ * list, Predicate_1_Object_ * predicate, MethodInfo * method)); DO_APP_FUNC(0x00E90E40, bool, ListTools_IsNullOrEmpty, (IList_1_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x00E90F80, bool, ListTools_OffsetAtIndex, (IList_1_System_Object_ * list, int32_t index, bool offsetDown, bool offsetNow, MethodInfo * method)); DO_APP_FUNC(0x00E91110, List_1_System_Int32_ *, ListTools_ShallowCopy, (List_1_System_Int32_ * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF9C8, ListTools_ShallowCopy__MethodInfo); DO_APP_FUNC(0x00E91210, List_1_System_Object_ *, ListTools_ShallowCopy_1, (List_1_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x00E91310, Object__Array *, ListTools_ToArray, (IList_1_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x00E914F0, void, ListTools_TryClear, (IList_1_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x00E91530, bool, ListTools_hFcumiLvOhuYJPBTzxTWLfqDRwvd, (IList_1_System_Object_ * param_0000c177, Object * param_0000c178, MethodInfo * method)); DO_APP_FUNC(0x00E91590, void, LoadBalancingClient_UpdateCallbackTarget, (LoadBalancingClient * __this, LoadBalancingClient_CallbackTargetChange * change, List_1_System_Object_ * container, MethodInfo * method)); DO_APP_FUNC(0x00E91670, RemoteChannel, LocalVoicePlayerState_CreateRemoteChannel, (Object * item, String * name, ChannelType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x00E91880, RemoteChannel, LocalVoicePlayerState_CreateRemoteChannel_1, (PlayerChannel item, String * name, ChannelType__Enum type, MethodInfo * method)); DO_APP_FUNC(0x00E91A10, RemoteChannel, LocalVoicePlayerState_CreateRemoteChannel_2, (RoomChannel item, String * name, ChannelType__Enum type, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C572A0, LocalVoicePlayerState_CreateRemoteChannel_2__MethodInfo); DO_APP_FUNC(0x00E91BE0, void, LocalVoicePlayerState_OnChannelClosed, (LocalVoicePlayerState * __this, Object * channel, ChannelProperties * properties, MethodInfo * method)); DO_APP_FUNC(0x00E91CD0, void, LocalVoicePlayerState_OnChannelClosed_1, (LocalVoicePlayerState * __this, RoomName channel, ChannelProperties * properties, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C574D8, LocalVoicePlayerState_OnChannelClosed_1__MethodInfo); DO_APP_FUNC(0x00E91DC0, void, LocalVoicePlayerState_OnChannelOpened, (LocalVoicePlayerState * __this, Object * channel, ChannelProperties * properties, MethodInfo * method)); DO_APP_FUNC(0x00E91EB0, void, LocalVoicePlayerState_OnChannelOpened_1, (LocalVoicePlayerState * __this, RoomName channel, ChannelProperties * properties, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57508, LocalVoicePlayerState_OnChannelOpened_1__MethodInfo); DO_APP_FUNC(0x00E91FA0, bool, Log_AssertAndLogError_1, (Log * __this, bool assertion, String * guid, String * format, int32_t arg0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C950C8, Log_AssertAndLogError_1__MethodInfo); DO_APP_FUNC(0x00E92090, bool, Log_AssertAndLogError_2, (Log * __this, bool assertion, String * guid, String * format, Object * arg0, MethodInfo * method)); DO_APP_FUNC(0x00E92140, bool, Log_AssertAndLogError_3, (Log * __this, bool assertion, String * guid, String * format, Object * arg0, Object * arg1, MethodInfo * method)); DO_APP_FUNC(0x00E92200, bool, Log_AssertAndLogWarn_1, (Log * __this, bool assertion, String * format, Object * arg0, MethodInfo * method)); DO_APP_FUNC(0x00E92250, void, Log_AssertAndThrowPossibleBug_1, (Log * __this, bool assertion, String * guid, String * format, Object * arg0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4E28, Log_AssertAndThrowPossibleBug_1__MethodInfo); DO_APP_FUNC(0x00E922B0, void, Log_AssertAndThrowPossibleBug_2, (Log * __this, bool assertion, String * guid, String * format, uint16_t arg0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56A98, Log_AssertAndThrowPossibleBug_2__MethodInfo); DO_APP_FUNC(0x00E92330, void, Log_AssertAndThrowPossibleBug_3, (Log * __this, bool assertion, String * guid, String * format, Object * arg0, Object * arg1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4E48, Log_AssertAndThrowPossibleBug_3__MethodInfo); DO_APP_FUNC(0x00E92390, void, Log_AssertAndThrowPossibleBug_4, (Log * __this, bool assertion, String * guid, String * format, Object * arg0, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4E40, Log_AssertAndThrowPossibleBug_4__MethodInfo); DO_APP_FUNC(0x00E92400, Exception *, Log_CreatePossibleBugException_1, (Log * __this, Func_2_String_Object_ * factory, String * problem, String * guid, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4E30, Log_CreatePossibleBugException_1__MethodInfo); DO_APP_FUNC(0x00E924A0, void, Log_Debug_1, (Log * __this, String * format, Object * p0, MethodInfo * method)); DO_APP_FUNC(0x00E924D0, void, Log_Debug_2, (Log * __this, String * format, Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x00E92500, void, Log_Debug_3, (Log * __this, String * format, Object * p0, Object * p1, Object * p2, MethodInfo * method)); DO_APP_FUNC(0x00E92540, void, Log_Debug_4, (Log * __this, String * format, Object * p0, Object * p1, Object * p2, Object * p3, MethodInfo * method)); DO_APP_FUNC(0x00E92590, void, Log_Debug_5, (Log * __this, String * format, Object * p0, Object * p1, Object * p2, Object * p3, Object * p4, MethodInfo * method)); DO_APP_FUNC(0x00E925F0, void, Log_Debug_6, (Log * __this, String * format, Object * p0, Object * p1, Object * p2, Object * p3, Object * p4, Object * p5, MethodInfo * method)); DO_APP_FUNC(0x00E92660, void, Log_Debug_7, (Log * __this, String * format, Object * p0, Object * p1, Object * p2, Object * p3, Object * p4, Object * p5, Object * p6, MethodInfo * method)); DO_APP_FUNC(0x00E926E0, void, Log_Debug_8, (Log * __this, String * format, Object * p0, Object * p1, Object * p2, Object * p3, Object * p4, Object * p5, Object * p6, Object * p7, MethodInfo * method)); DO_APP_FUNC(0x00E92760, void, Log_Error_1, (Log * __this, String * format, ByteEnum__Enum p0, MethodInfo * method)); DO_APP_FUNC(0x00E92790, void, Log_Error_2, (Log * __this, String * format, int32_t p0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C5C0, Log_Error_2__MethodInfo); DO_APP_FUNC(0x00E92790, void, Log_Error_3, (Log * __this, String * format, Int32Enum__Enum p0, MethodInfo * method)); DO_APP_FUNC(0x00E927C0, void, Log_Error_4, (Log * __this, String * format, Object * p0, MethodInfo * method)); DO_APP_FUNC(0x00E927F0, void, Log_Error_5, (Log * __this, String * format, Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x00E92820, void, Log_Error_6, (Log * __this, String * format, Object * p0, Object * p1, Object * p2, MethodInfo * method)); DO_APP_FUNC(0x00E92860, void, Log_Info_1, (Log * __this, String * format, Object * p0, MethodInfo * method)); DO_APP_FUNC(0x00E92890, void, Log_Info_2, (Log * __this, String * format, uint32_t p0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96470, Log_Info_2__MethodInfo); DO_APP_FUNC(0x00E928C0, void, Log_Info_3, (Log * __this, String * format, Object * p0, int32_t p1, MethodInfo * method)); DO_APP_FUNC(0x00E928C0, void, Log_Info_4, (Log * __this, String * format, Object * p0, Int32Enum__Enum p1, MethodInfo * method)); DO_APP_FUNC(0x00E928F0, void, Log_Info_5, (Log * __this, String * format, Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x00E92920, void, Log_Info_6, (Log * __this, String * format, Object * p0, float p1, MethodInfo * method)); DO_APP_FUNC(0x00E92950, void, Log_Info_7, (Log * __this, String * format, Object * p0, Object * p1, Object * p2, MethodInfo * method)); DO_APP_FUNC(0x00E92990, void, Log_Info_8, (Log * __this, String * format, Object * p0, Object * p1, Object * p2, Object * p3, MethodInfo * method)); DO_APP_FUNC(0x00E929E0, void, Log_Info_9, (Log * __this, String * format, int32_t p0, int32_t p1, uint8_t p2, double p3, Object * p4, MethodInfo * method)); DO_APP_FUNC(0x00E92A40, void, Log_Info_10, (Log * __this, String * format, Object * p0, Object * p1, Object * p2, Object * p3, Object * p4, MethodInfo * method)); DO_APP_FUNC(0x00E92AA0, void, Log_Trace_1, (Log * __this, String * format, Object * p0, MethodInfo * method)); DO_APP_FUNC(0x00E92AD0, void, Log_Trace_2, (Log * __this, String * format, Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x00E92B00, void, Log_Warn_1, (Log * __this, String * format, int32_t p0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C868, Log_Warn_1__MethodInfo); DO_APP_FUNC(0x00E92B30, void, Log_Warn_2, (Log * __this, String * format, Object * p0, MethodInfo * method)); DO_APP_FUNC(0x00E92B60, void, Log_Warn_3, (Log * __this, String * format, uint16_t p0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB98A0, Log_Warn_3__MethodInfo); DO_APP_FUNC(0x00E92B00, void, Log_Warn_4, (Log * __this, String * format, uint32_t p0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C838, Log_Warn_4__MethodInfo); DO_APP_FUNC(0x00E92B90, void, Log_Warn_5, (Log * __this, String * format, int32_t p0, double p1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D690, Log_Warn_5__MethodInfo); DO_APP_FUNC(0x00E92BC0, void, Log_Warn_6, (Log * __this, String * format, int32_t p0, int32_t p1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C148, Log_Warn_6__MethodInfo); DO_APP_FUNC(0x00E92BF0, void, Log_Warn_7, (Log * __this, String * format, Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x00E92C20, void, Log_Warn_8, (Log * __this, String * format, float p0, float p1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C6A0, Log_Warn_8__MethodInfo); DO_APP_FUNC(0x00E92C50, void, Log_Warn_9, (Log * __this, String * format, uint16_t p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x00E92BC0, void, Log_Warn_10, (Log * __this, String * format, uint32_t p0, uint32_t p1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96428, Log_Warn_10__MethodInfo); DO_APP_FUNC(0x00E92C80, void, Log_Warn_11, (Log * __this, String * format, ByteEnum__Enum p0, uint32_t p1, uint32_t p2, MethodInfo * method)); DO_APP_FUNC(0x00E92CC0, void, Log_Warn_12, (Log * __this, String * format, Object * p0, Object * p1, Object * p2, MethodInfo * method)); DO_APP_FUNC(0x00E92D00, void, Log_Warn_13, (Log * __this, String * format, uint32_t p0, uint32_t p1, float p2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5BF88, Log_Warn_13__MethodInfo); DO_APP_FUNC(0x00E92D40, void, Log_Warn_14, (Log * __this, String * format, Object * p0, Object * p1, Object * p2, Object * p3, MethodInfo * method)); DO_APP_FUNC(0x00E92D90, void, Log_Warn_15, (Log * __this, String * format, Object * p0, Object * p1, Object * p2, Object * p3, Object * p4, MethodInfo * method)); DO_APP_FUNC(0x00E92DF0, void, Log_Warn_16, (Log * __this, String * format, float p0, float p1, double p2, double p3, double p4, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5C698, Log_Warn_16__MethodInfo); DO_APP_FUNC(0x00E92E50, void, Log_WriteLogFormat, (Log * __this, LogLevel__Enum_3 level, String * format, ByteEnum__Enum p0, MethodInfo * method)); DO_APP_FUNC(0x00E92F20, void, Log_WriteLogFormat_1, (Log * __this, LogLevel__Enum_3 level, String * format, int32_t p0, MethodInfo * method)); DO_APP_FUNC(0x00E92F20, void, Log_WriteLogFormat_2, (Log * __this, LogLevel__Enum_3 level, String * format, Int32Enum__Enum p0, MethodInfo * method)); DO_APP_FUNC(0x00E92FF0, void, Log_WriteLogFormat_3, (Log * __this, LogLevel__Enum_3 level, String * format, Object * p0, MethodInfo * method)); DO_APP_FUNC(0x00E93090, void, Log_WriteLogFormat_4, (Log * __this, LogLevel__Enum_3 level, String * format, uint16_t p0, MethodInfo * method)); DO_APP_FUNC(0x00E92F20, void, Log_WriteLogFormat_5, (Log * __this, LogLevel__Enum_3 level, String * format, uint32_t p0, MethodInfo * method)); DO_APP_FUNC(0x00E93160, void, Log_WriteLogFormat_6, (Log * __this, LogLevel__Enum_3 level, String * format, int32_t p0, double p1, MethodInfo * method)); DO_APP_FUNC(0x00E93270, void, Log_WriteLogFormat_7, (Log * __this, LogLevel__Enum_3 level, String * format, int32_t p0, int32_t p1, MethodInfo * method)); DO_APP_FUNC(0x00E93380, void, Log_WriteLogFormat_8, (Log * __this, LogLevel__Enum_3 level, String * format, Object * p0, int32_t p1, MethodInfo * method)); DO_APP_FUNC(0x00E93380, void, Log_WriteLogFormat_9, (Log * __this, LogLevel__Enum_3 level, String * format, Object * p0, Int32Enum__Enum p1, MethodInfo * method)); DO_APP_FUNC(0x00E93460, void, Log_WriteLogFormat_10, (Log * __this, LogLevel__Enum_3 level, String * format, Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x00E93500, void, Log_WriteLogFormat_11, (Log * __this, LogLevel__Enum_3 level, String * format, Object * p0, float p1, MethodInfo * method)); DO_APP_FUNC(0x00E935E0, void, Log_WriteLogFormat_12, (Log * __this, LogLevel__Enum_3 level, String * format, float p0, float p1, MethodInfo * method)); DO_APP_FUNC(0x00E93710, void, Log_WriteLogFormat_13, (Log * __this, LogLevel__Enum_3 level, String * format, uint16_t p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x00E93270, void, Log_WriteLogFormat_14, (Log * __this, LogLevel__Enum_3 level, String * format, uint32_t p0, uint32_t p1, MethodInfo * method)); DO_APP_FUNC(0x00E937F0, void, Log_WriteLogFormat_15, (Log * __this, LogLevel__Enum_3 level, String * format, ByteEnum__Enum p0, uint32_t p1, uint32_t p2, MethodInfo * method)); DO_APP_FUNC(0x00E93960, void, Log_WriteLogFormat_16, (Log * __this, LogLevel__Enum_3 level, String * format, Object * p0, Object * p1, Object * p2, MethodInfo * method)); DO_APP_FUNC(0x00E93A10, void, Log_WriteLogFormat_17, (Log * __this, LogLevel__Enum_3 level, String * format, uint32_t p0, uint32_t p1, float p2, MethodInfo * method)); DO_APP_FUNC(0x00E93B80, void, Log_WriteLogFormat_18, (Log * __this, LogLevel__Enum_3 level, String * format, Object * p0, Object * p1, Object * p2, Object * p3, MethodInfo * method)); DO_APP_FUNC(0x00E93D80, void, Log_WriteLogFormat_19, (Log * __this, LogLevel__Enum_3 level, String * format, int32_t p0, int32_t p1, uint8_t p2, double p3, Object * p4, MethodInfo * method)); DO_APP_FUNC(0x00E940A0, void, Log_WriteLogFormat_20, (Log * __this, LogLevel__Enum_3 level, String * format, Object * p0, Object * p1, Object * p2, Object * p3, Object * p4, MethodInfo * method)); DO_APP_FUNC(0x00E942E0, void, Log_WriteLogFormat_21, (Log * __this, LogLevel__Enum_3 level, String * format, float p0, float p1, double p2, double p3, double p4, MethodInfo * method)); DO_APP_FUNC(0x00E94640, void, Log_WriteLogFormat_22, (Log * __this, LogLevel__Enum_3 level, String * format, Object * p0, Object * p1, Object * p2, Object * p3, Object * p4, Object * p5, MethodInfo * method)); DO_APP_FUNC(0x00E948C0, void, Log_WriteLogFormat_23, (Log * __this, LogLevel__Enum_3 level, String * format, Object * p0, Object * p1, Object * p2, Object * p3, Object * p4, Object * p5, Object * p6, MethodInfo * method)); DO_APP_FUNC(0x00E94B90, void, Log_WriteLogFormat_24, (Log * __this, LogLevel__Enum_3 level, String * format, Object * p0, Object * p1, Object * p2, Object * p3, Object * p4, Object * p5, Object * p6, Object * p7, MethodInfo * method)); DO_APP_FUNC(0x00E94EA0, bool, Log_1_AssertAndLogError_1, (Log_1 * __this, bool assertion, String * guid, String * format, Object * arg0, MethodInfo * method)); DO_APP_FUNC(0x00E92200, bool, Log_1_AssertAndLogWarn_1, (Log_1 * __this, bool assertion, String * format, Object * arg0, MethodInfo * method)); DO_APP_FUNC(0x00E94F50, void, Log_1_AssertAndThrowPossibleBug_1, (Log_1 * __this, bool assertion, String * guid, String * format, Object * arg0, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4E20, Log_1_AssertAndThrowPossibleBug_1__MethodInfo); DO_APP_FUNC(0x00E94FB0, void, Log_1_AssertAndThrowPossibleBug_2, (Log_1 * __this, bool assertion, String * guid, String * format, Object * arg0, Object * arg1, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4E18, Log_1_AssertAndThrowPossibleBug_2__MethodInfo); DO_APP_FUNC(0x00E95010, void, Log_1_AssertAndThrowPossibleBug_3, (Log_1 * __this, bool assertion, String * guid, String * format, Object * arg0, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4E00, Log_1_AssertAndThrowPossibleBug_3__MethodInfo); DO_APP_FUNC(0x00E95080, Object *, Log_1_CreatePossibleBugException_1, (Log_1 * __this, Func_2_String_Object_ * factory, String * problem, String * guid, MethodInfo * method)); DO_APP_FUNC(0x00E924A0, void, Log_1_Debug_2, (Log_1 * __this, String * format, Object * p0, MethodInfo * method)); DO_APP_FUNC(0x00E924D0, void, Log_1_Debug_3, (Log_1 * __this, String * format, Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x00E92790, void, Log_1_Error_2, (Log_1 * __this, String * format, Int32Enum__Enum p0, MethodInfo * method)); DO_APP_FUNC(0x00E927C0, void, Log_1_Error_3, (Log_1 * __this, String * format, Object * p0, MethodInfo * method)); DO_APP_FUNC(0x00E927F0, void, Log_1_Error_4, (Log_1 * __this, String * format, Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x00E92820, void, Log_1_Error_5, (Log_1 * __this, String * format, Object * p0, Object * p1, Object * p2, MethodInfo * method)); DO_APP_FUNC(0x00E92860, void, Log_1_Info_2, (Log_1 * __this, String * format, Object * p0, MethodInfo * method)); DO_APP_FUNC(0x00E928F0, void, Log_1_Info_3, (Log_1 * __this, String * format, Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x00E92AA0, void, Log_1_Trace_2, (Log_1 * __this, String * format, Object * p0, MethodInfo * method)); DO_APP_FUNC(0x00E92AD0, void, Log_1_Trace_3, (Log_1 * __this, String * format, Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x00E92B30, void, Log_1_Warn_2, (Log_1 * __this, String * format, Object * p0, MethodInfo * method)); DO_APP_FUNC(0x00E92BF0, void, Log_1_Warn_3, (Log_1 * __this, String * format, Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x00E950D0, void, Log_1_WriteLogFormat_1, (Log_1 * __this, LogLevel__Enum_1 level, String * format, Int32Enum__Enum p0, MethodInfo * method)); DO_APP_FUNC(0x00E951E0, void, Log_1_WriteLogFormat_2, (Log_1 * __this, LogLevel__Enum_1 level, String * format, Object * p0, MethodInfo * method)); DO_APP_FUNC(0x00E952C0, void, Log_1_WriteLogFormat_3, (Log_1 * __this, LogLevel__Enum_1 level, String * format, Object * p0, Object * p1, MethodInfo * method)); DO_APP_FUNC(0x00E953B0, void, Log_1_WriteLogFormat_4, (Log_1 * __this, LogLevel__Enum_1 level, String * format, Object * p0, Object * p1, Object * p2, MethodInfo * method)); DO_APP_FUNC(0x00E954A0, ValueTask_1_System_Object_, ManagedWebSocket_ReceiveAsyncPrivate, (ManagedWebSocket * __this, Memory_1_Byte_ payloadBuffer, CancellationToken cancellationToken, ManagedWebSocket_WebSocketReceiveResultGetter resultGetter, MethodInfo * method)); DO_APP_FUNC(0x00E95740, Object *, Marshal_GetDelegateForFunctionPointer_1, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x00E95830, void *, Marshal_GetFunctionPointerForDelegate_1, (Object * d, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4DF8, Marshal_GetFunctionPointerForDelegate_1__MethodInfo); DO_APP_FUNC(0x00E95920, NativeAnchorData, Marshal_PtrToStructure_2, (void * ptr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59620, Marshal_PtrToStructure_2__MethodInfo); DO_APP_FUNC(0x00E95A20, Object *, Marshal_PtrToStructure_3, (void * ptr, MethodInfo * method)); DO_APP_FUNC(0x00E95B10, Win32_FIXED_INFO, Marshal_PtrToStructure_4, (void * ptr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE42B0, Marshal_PtrToStructure_4__MethodInfo); DO_APP_FUNC(0x00E95C40, Win32_IP_ADAPTER_ADDRESSES, Marshal_PtrToStructure_5, (void * ptr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4310, Marshal_PtrToStructure_5__MethodInfo); DO_APP_FUNC(0x00E95DB0, Win32_IP_ADAPTER_INFO, Marshal_PtrToStructure_6, (void * ptr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE4268, Marshal_PtrToStructure_6__MethodInfo); DO_APP_FUNC(0x00E95F10, void, Marshal_PtrToStructure_7, (void * ptr, Object * structure, MethodInfo * method)); DO_APP_FUNC(0x00E96010, int32_t, Marshal_SizeOf_2, (MethodInfo * method)); DO_APP_FUNC(0x00E960A0, int32_t, Marshal_SizeOf_3, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBF140, Marshal_SizeOf_3__MethodInfo); DO_APP_FUNC(0x00E96130, int32_t, Marshal_SizeOf_4, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5ED18, Marshal_SizeOf_4__MethodInfo); DO_APP_FUNC(0x00E961C0, int32_t, Marshal_SizeOf_5, (Object * structure, MethodInfo * method)); DO_APP_FUNC(0x00E96230, int32_t, Marshal_SizeOf_6, (AchievementManager_FFIEvents structure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB740, Marshal_SizeOf_6__MethodInfo); DO_APP_FUNC(0x00E962B0, int32_t, Marshal_SizeOf_7, (ActivityManager_FFIEvents structure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB728, Marshal_SizeOf_7__MethodInfo); DO_APP_FUNC(0x00E96330, int32_t, Marshal_SizeOf_8, (ApplicationManager_FFIEvents structure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB6F0, Marshal_SizeOf_8__MethodInfo); DO_APP_FUNC(0x00E963B0, int32_t, Marshal_SizeOf_9, (Discord_FFIEvents structure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB700, Marshal_SizeOf_9__MethodInfo); DO_APP_FUNC(0x00E96430, int32_t, Marshal_SizeOf_10, (ImageManager_FFIEvents structure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB718, Marshal_SizeOf_10__MethodInfo); DO_APP_FUNC(0x00E964B0, int32_t, Marshal_SizeOf_11, (LobbyManager_FFIEvents structure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB720, Marshal_SizeOf_11__MethodInfo); DO_APP_FUNC(0x00E96530, int32_t, Marshal_SizeOf_12, (NativeMethods_SECURITY_ATTRIBUTES structure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0128, Marshal_SizeOf_12__MethodInfo); DO_APP_FUNC(0x00E965B0, int32_t, Marshal_SizeOf_13, (NetworkManager_FFIEvents structure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB6D8, Marshal_SizeOf_13__MethodInfo); DO_APP_FUNC(0x00E96630, int32_t, Marshal_SizeOf_14, (OverlayManager_FFIEvents structure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB710, Marshal_SizeOf_14__MethodInfo); DO_APP_FUNC(0x00E966B0, int32_t, Marshal_SizeOf_15, (RelationshipManager_FFIEvents structure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB6F8, Marshal_SizeOf_15__MethodInfo); DO_APP_FUNC(0x00E96730, int32_t, Marshal_SizeOf_16, (StorageManager_FFIEvents structure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB6E0, Marshal_SizeOf_16__MethodInfo); DO_APP_FUNC(0x00E967B0, int32_t, Marshal_SizeOf_17, (StoreManager_FFIEvents structure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB708, Marshal_SizeOf_17__MethodInfo); DO_APP_FUNC(0x00E96830, int32_t, Marshal_SizeOf_18, (UserManager_FFIEvents structure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB6E8, Marshal_SizeOf_18__MethodInfo); DO_APP_FUNC(0x00E968B0, int32_t, Marshal_SizeOf_19, (VoiceManager_FFIEvents structure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB730, Marshal_SizeOf_19__MethodInfo); DO_APP_FUNC(0x00E96930, void, Marshal_StructureToPtr_1, (Object * structure, void * ptr, bool fDeleteOld, MethodInfo * method)); DO_APP_FUNC(0x00E969A0, void, Marshal_StructureToPtr_2, (AchievementManager_FFIEvents structure, void * ptr, bool fDeleteOld, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0918, Marshal_StructureToPtr_2__MethodInfo); DO_APP_FUNC(0x00E96A50, void, Marshal_StructureToPtr_3, (ActivityManager_FFIEvents structure, void * ptr, bool fDeleteOld, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC5F88, Marshal_StructureToPtr_3__MethodInfo); DO_APP_FUNC(0x00E96B10, void, Marshal_StructureToPtr_4, (ApplicationManager_FFIEvents structure, void * ptr, bool fDeleteOld, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB528, Marshal_StructureToPtr_4__MethodInfo); DO_APP_FUNC(0x00E96BB0, void, Marshal_StructureToPtr_5, (Discord_FFIEvents structure, void * ptr, bool fDeleteOld, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB6B8, Marshal_StructureToPtr_5__MethodInfo); DO_APP_FUNC(0x00E96C50, void, Marshal_StructureToPtr_6, (ImageManager_FFIEvents structure, void * ptr, bool fDeleteOld, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB3F0, Marshal_StructureToPtr_6__MethodInfo); DO_APP_FUNC(0x00E96CF0, void, Marshal_StructureToPtr_7, (LobbyManager_FFIEvents structure, void * ptr, bool fDeleteOld, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB238, Marshal_StructureToPtr_7__MethodInfo); DO_APP_FUNC(0x00E96DC0, void, Marshal_StructureToPtr_8, (NetworkManager_FFIEvents structure, void * ptr, bool fDeleteOld, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAD80, Marshal_StructureToPtr_8__MethodInfo); DO_APP_FUNC(0x00E96E70, void, Marshal_StructureToPtr_9, (OverlayManager_FFIEvents structure, void * ptr, bool fDeleteOld, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAC00, Marshal_StructureToPtr_9__MethodInfo); DO_APP_FUNC(0x00E96F20, void, Marshal_StructureToPtr_10, (RelationshipManager_FFIEvents structure, void * ptr, bool fDeleteOld, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB368, Marshal_StructureToPtr_10__MethodInfo); DO_APP_FUNC(0x00E96FD0, void, Marshal_StructureToPtr_11, (StorageManager_FFIEvents structure, void * ptr, bool fDeleteOld, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1650, Marshal_StructureToPtr_11__MethodInfo); DO_APP_FUNC(0x00E97070, void, Marshal_StructureToPtr_12, (StoreManager_FFIEvents structure, void * ptr, bool fDeleteOld, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD1168, Marshal_StructureToPtr_12__MethodInfo); DO_APP_FUNC(0x00E97120, void, Marshal_StructureToPtr_13, (UserManager_FFIEvents structure, void * ptr, bool fDeleteOld, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB478, Marshal_StructureToPtr_13__MethodInfo); DO_APP_FUNC(0x00E971D0, void, Marshal_StructureToPtr_14, (VoiceManager_FFIEvents structure, void * ptr, bool fDeleteOld, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD0C98, Marshal_StructureToPtr_14__MethodInfo); DO_APP_FUNC(0x00E97280, void *, Marshal_UnsafeAddrOfPinnedArrayElement_1, (Byte__Array * arr, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3A98, Marshal_UnsafeAddrOfPinnedArrayElement_1__MethodInfo); DO_APP_FUNC(0x00E972F0, void *, Marshal_UnsafeAddrOfPinnedArrayElement_2, (Object__Array * arr, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00E97360, void, Math_ThrowMinMaxException, (int32_t min, int32_t max, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4DE8, Math_ThrowMinMaxException__MethodInfo); DO_APP_FUNC(0x00E97420, void, Math_ThrowMinMaxException_1, (Object * min, Object * max, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4DE0, Math_ThrowMinMaxException_1__MethodInfo); DO_APP_FUNC(0x00E974A0, void, Memory_MemSet, (Boolean__Array * array, bool value, int32_t byteSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83070, Memory_MemSet__MethodInfo); DO_APP_FUNC(0x00E97600, void, Memory_MemSet_1, (Int32__Array * array, int32_t value, int32_t byteSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83198, Memory_MemSet_1__MethodInfo); DO_APP_FUNC(0x00E97760, void, Memory_MemSet_2, (UInt16__Array * array, uint16_t value, int32_t byteSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C830E8, Memory_MemSet_2__MethodInfo); DO_APP_FUNC(0x00E978C0, void, Memory_MemSet_3, (UInt16__Array * array, uint16_t value, int32_t totalSize, int32_t byteSize, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83008, Memory_MemSet_3__MethodInfo); DO_APP_FUNC(0x00E97A20, Int3__Array *, Memory_ShrinkArray, (Int3__Array * arr, int32_t newLength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C831A0, Memory_ShrinkArray__MethodInfo); DO_APP_FUNC(0x00E97BA0, Int32__Array *, Memory_ShrinkArray_1, (Int32__Array * arr, int32_t newLength, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83188, Memory_ShrinkArray_1__MethodInfo); DO_APP_FUNC(0x00E97D20, Object__Array *, Memory_ShrinkArray_2, (Object__Array * arr, int32_t newLength, MethodInfo * method)); DO_APP_FUNC(0x00E97EA0, void, Memory_Swap, (int32_t * a, int32_t * b, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80190, Memory_Swap__MethodInfo); DO_APP_FUNC(0x00E09040, void, Memory_Swap_1, (Object * * a, Object * * b, MethodInfo * method)); DO_APP_FUNC(0x00E97EB0, Span_1_Byte_, MemoryExtensions_AsSpan_3, (Byte__Array * array, int32_t start, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD2340, MemoryExtensions_AsSpan_3__MethodInfo); DO_APP_FUNC(0x00E97F40, Span_1_Object_, MemoryExtensions_AsSpan_4, (Object__Array * array, int32_t start, MethodInfo * method)); DO_APP_FUNC(0x00E98030, Span_1_Byte_, MemoryExtensions_AsSpan_5, (Byte__Array * array, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0F48, MemoryExtensions_AsSpan_5__MethodInfo); DO_APP_FUNC(0x00E980D0, Span_1_Char_, MemoryExtensions_AsSpan_6, (Char__Array * array, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC85E8, MemoryExtensions_AsSpan_6__MethodInfo); DO_APP_FUNC(0x00E98170, Span_1_Object_, MemoryExtensions_AsSpan_7, (Object__Array * array, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x00E981A0, void, MemoryExtensions_CopyTo, (Byte__Array * source, Span_1_Byte_ destination, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3A40, MemoryExtensions_CopyTo__MethodInfo); DO_APP_FUNC(0x00E981A0, void, MemoryExtensions_CopyTo_1, (Object__Array * source, Span_1_Object_ destination, MethodInfo * method)); DO_APP_FUNC(0x00E98290, bool, MemoryExtensions_EndsWith_1, (ReadOnlySpan_1_Char_ span, ReadOnlySpan_1_Char_ value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA7E8, MemoryExtensions_EndsWith_1__MethodInfo); DO_APP_FUNC(0x00E984A0, bool, MemoryExtensions_EndsWith_2, (ReadOnlySpan_1_Object_ span, ReadOnlySpan_1_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x00E98550, int32_t, MemoryExtensions_IndexOf, (ReadOnlySpan_1_Char_ span, uint16_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA960, MemoryExtensions_IndexOf__MethodInfo); DO_APP_FUNC(0x00E986D0, int32_t, MemoryExtensions_IndexOf_1, (ReadOnlySpan_1_Object_ span, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00E98850, int32_t, MemoryExtensions_IndexOfAny, (ReadOnlySpan_1_Char_ span, ReadOnlySpan_1_Char_ values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8C50, MemoryExtensions_IndexOfAny__MethodInfo); DO_APP_FUNC(0x00E98990, int32_t, MemoryExtensions_IndexOfAny_1, (ReadOnlySpan_1_Object_ span, ReadOnlySpan_1_Object_ values, MethodInfo * method)); DO_APP_FUNC(0x00E98AD0, bool, MemoryExtensions_IsTypeComparableAsBytes, (uint64_t * size, MethodInfo * method)); DO_APP_FUNC(0x00E98E60, bool, MemoryExtensions_IsTypeComparableAsBytes_1, (uint64_t * size, MethodInfo * method)); DO_APP_FUNC(0x00E991F0, bool, MemoryExtensions_IsTypeComparableAsBytes_2, (uint64_t * size, MethodInfo * method)); DO_APP_FUNC(0x00E99580, bool, MemoryExtensions_SequenceEqual, (ReadOnlySpan_1_Byte_ span, ReadOnlySpan_1_Byte_ other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F540, MemoryExtensions_SequenceEqual__MethodInfo); DO_APP_FUNC(0x00E99580, bool, MemoryExtensions_SequenceEqual_1, (ReadOnlySpan_1_Char_ span, ReadOnlySpan_1_Char_ other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5FA08, MemoryExtensions_SequenceEqual_1__MethodInfo); DO_APP_FUNC(0x00E996A0, bool, MemoryExtensions_SequenceEqual_2, (ReadOnlySpan_1_Object_ span, ReadOnlySpan_1_Object_ other, MethodInfo * method)); DO_APP_FUNC(0x00E99750, bool, MemoryExtensions_StartsWith, (ReadOnlySpan_1_Char_ span, ReadOnlySpan_1_Char_ value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA778, MemoryExtensions_StartsWith__MethodInfo); DO_APP_FUNC(0x00E99870, bool, MemoryExtensions_StartsWith_1, (ReadOnlySpan_1_Object_ span, ReadOnlySpan_1_Object_ value, MethodInfo * method)); DO_APP_FUNC(0x00E09040, void, MemoryHelpers_Swap, (Object * * a, Object * * b, MethodInfo * method)); DO_APP_FUNC(0x00E99920, void, MemoryHelpers_Swap_1, (float * a, float * b, MethodInfo * method)); DO_APP_FUNC(0x00E99930, void, MemoryHelpers_Swap_2, (InputManager_StateChangeMonitorListener * a, InputManager_StateChangeMonitorListener * b, MethodInfo * method)); DO_APP_FUNC(0x00E99A10, void, MemoryHelpers_Swap_3, (MemoryHelpers_BitRegion * a, MemoryHelpers_BitRegion * b, MethodInfo * method)); DO_APP_FUNC(0x00E99A20, Span_1_Byte_, MemoryMarshal_AsBytes, (Span_1_Char_ span, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4DC8, MemoryMarshal_AsBytes__MethodInfo); DO_APP_FUNC(0x00E99B00, ReadOnlySpan_1_Byte_, MemoryMarshal_AsBytes_1, (ReadOnlySpan_1_UInt16_ span, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4DD8, MemoryMarshal_AsBytes_1__MethodInfo); DO_APP_FUNC(0x00E99BE0, ReadOnlySpan_1_Byte_, MemoryMarshal_AsBytes_2, (ReadOnlySpan_1_UInt32_ span, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4DB8, MemoryMarshal_AsBytes_2__MethodInfo); DO_APP_FUNC(0x00C71F10, Memory_1_Byte_, MemoryMarshal_AsMemory, (ReadOnlyMemory_1_Byte_ memory, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3E50, MemoryMarshal_AsMemory__MethodInfo); DO_APP_FUNC(0x00C71F10, Memory_1_Object_, MemoryMarshal_AsMemory_1, (ReadOnlyMemory_1_Object_ memory, MethodInfo * method)); DO_APP_FUNC(0x00E99CC0, ReadOnlySpan_1_Char_, MemoryMarshal_CreateReadOnlySpan, (uint16_t * reference, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCA108, MemoryMarshal_CreateReadOnlySpan__MethodInfo); DO_APP_FUNC(0x00E99CC0, ReadOnlySpan_1_Object_, MemoryMarshal_CreateReadOnlySpan_1, (Object * * reference, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x00E99CC0, ReadOnlySpan_1_UInt32_, MemoryMarshal_CreateReadOnlySpan_2, (uint32_t * reference, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBE628, MemoryMarshal_CreateReadOnlySpan_2__MethodInfo); DO_APP_FUNC(0x00E99CE0, uint8_t *, MemoryMarshal_GetNonNullPinnableReference, (ReadOnlySpan_1_Byte_ span, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C62E48, MemoryMarshal_GetNonNullPinnableReference__MethodInfo); DO_APP_FUNC(0x00E99CE0, uint16_t *, MemoryMarshal_GetNonNullPinnableReference_1, (Span_1_Char_ span, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDA730, MemoryMarshal_GetNonNullPinnableReference_1__MethodInfo); DO_APP_FUNC(0x00E99CE0, Object * *, MemoryMarshal_GetNonNullPinnableReference_2, (ReadOnlySpan_1_Object_ span, MethodInfo * method)); DO_APP_FUNC(0x00E99CE0, Object * *, MemoryMarshal_GetNonNullPinnableReference_3, (Span_1_Object_ span, MethodInfo * method)); DO_APP_FUNC(0x00470F00, uint8_t *, MemoryMarshal_GetReference, (ReadOnlySpan_1_Byte_ span, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74E70, MemoryMarshal_GetReference__MethodInfo); DO_APP_FUNC(0x00470F00, uint8_t *, MemoryMarshal_GetReference_1, (Span_1_Byte_ span, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61510, MemoryMarshal_GetReference_1__MethodInfo); DO_APP_FUNC(0x00470F00, uint16_t *, MemoryMarshal_GetReference_2, (ReadOnlySpan_1_Char_ span, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5ECB8, MemoryMarshal_GetReference_2__MethodInfo); DO_APP_FUNC(0x00470F00, uint16_t *, MemoryMarshal_GetReference_3, (Span_1_Char_ span, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5ECE0, MemoryMarshal_GetReference_3__MethodInfo); DO_APP_FUNC(0x00470F00, Object * *, MemoryMarshal_GetReference_4, (ReadOnlySpan_1_Object_ span, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object * *, MemoryMarshal_GetReference_5, (Span_1_Object_ span, MethodInfo * method)); DO_APP_FUNC(0x00470F00, uint16_t *, MemoryMarshal_GetReference_6, (ReadOnlySpan_1_UInt16_ span, MethodInfo * method)); DO_APP_FUNC(0x00470F00, uint32_t *, MemoryMarshal_GetReference_7, (ReadOnlySpan_1_UInt32_ span, MethodInfo * method)); DO_APP_FUNC(0x00E99CF0, bool, MemoryMarshal_TryGetArray, (ReadOnlyMemory_1_Byte_ memory, ArraySegment_1_Byte_ * segment, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8780, MemoryMarshal_TryGetArray__MethodInfo); DO_APP_FUNC(0x00E99CF0, bool, MemoryMarshal_TryGetArray_1, (ReadOnlyMemory_1_Object_ memory, ArraySegment_1_Object_ * segment, MethodInfo * method)); DO_APP_FUNC(0x00E9A080, Color__Array *, Mesh_GetAllocArrayFromChannel, (Mesh * __this, VertexAttribute__Enum channel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9B20, Mesh_GetAllocArrayFromChannel__MethodInfo); DO_APP_FUNC(0x00E9A080, Object__Array *, Mesh_GetAllocArrayFromChannel_1, (Mesh * __this, VertexAttribute__Enum channel, MethodInfo * method)); DO_APP_FUNC(0x00E9A080, Vector2__Array *, Mesh_GetAllocArrayFromChannel_2, (Mesh * __this, VertexAttribute__Enum channel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9B60, Mesh_GetAllocArrayFromChannel_2__MethodInfo); DO_APP_FUNC(0x00E9A080, Vector3__Array *, Mesh_GetAllocArrayFromChannel_3, (Mesh * __this, VertexAttribute__Enum channel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9BD8, Mesh_GetAllocArrayFromChannel_3__MethodInfo); DO_APP_FUNC(0x00E9A080, Vector4__Array *, Mesh_GetAllocArrayFromChannel_4, (Mesh * __this, VertexAttribute__Enum channel, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9B78, Mesh_GetAllocArrayFromChannel_4__MethodInfo); DO_APP_FUNC(0x00E9A0D0, Color__Array *, Mesh_GetAllocArrayFromChannel_5, (Mesh * __this, VertexAttribute__Enum channel, VertexAttributeFormat__Enum format, int32_t dim, MethodInfo * method)); DO_APP_FUNC(0x00E9A0D0, Color32__Array *, Mesh_GetAllocArrayFromChannel_6, (Mesh * __this, VertexAttribute__Enum channel, VertexAttributeFormat__Enum format, int32_t dim, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9B10, Mesh_GetAllocArrayFromChannel_6__MethodInfo); DO_APP_FUNC(0x00E9A0D0, Object__Array *, Mesh_GetAllocArrayFromChannel_7, (Mesh * __this, VertexAttribute__Enum channel, VertexAttributeFormat__Enum format, int32_t dim, MethodInfo * method)); DO_APP_FUNC(0x00E9A0D0, Vector2__Array *, Mesh_GetAllocArrayFromChannel_8, (Mesh * __this, VertexAttribute__Enum channel, VertexAttributeFormat__Enum format, int32_t dim, MethodInfo * method)); DO_APP_FUNC(0x00E9A0D0, Vector3__Array *, Mesh_GetAllocArrayFromChannel_9, (Mesh * __this, VertexAttribute__Enum channel, VertexAttributeFormat__Enum format, int32_t dim, MethodInfo * method)); DO_APP_FUNC(0x00E9A0D0, Vector4__Array *, Mesh_GetAllocArrayFromChannel_10, (Mesh * __this, VertexAttribute__Enum channel, VertexAttributeFormat__Enum format, int32_t dim, MethodInfo * method)); DO_APP_FUNC(0x00E9A290, void, Mesh_GetListForChannel, (Mesh * __this, List_1_UnityEngine_Color_ * buffer, int32_t capacity, VertexAttribute__Enum channel, int32_t dim, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9AF8, Mesh_GetListForChannel__MethodInfo); DO_APP_FUNC(0x00E9A290, void, Mesh_GetListForChannel_1, (Mesh * __this, List_1_System_Object_ * buffer, int32_t capacity, VertexAttribute__Enum channel, int32_t dim, MethodInfo * method)); DO_APP_FUNC(0x00E9A290, void, Mesh_GetListForChannel_2, (Mesh * __this, List_1_UnityEngine_Vector2_ * buffer, int32_t capacity, VertexAttribute__Enum channel, int32_t dim, MethodInfo * method)); DO_APP_FUNC(0x00E9A290, void, Mesh_GetListForChannel_3, (Mesh * __this, List_1_UnityEngine_Vector3_ * buffer, int32_t capacity, VertexAttribute__Enum channel, int32_t dim, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9B40, Mesh_GetListForChannel_3__MethodInfo); DO_APP_FUNC(0x00E9A290, void, Mesh_GetListForChannel_4, (Mesh * __this, List_1_UnityEngine_Vector4_ * buffer, int32_t capacity, VertexAttribute__Enum channel, int32_t dim, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9AE0, Mesh_GetListForChannel_4__MethodInfo); DO_APP_FUNC(0x00E9A2C0, void, Mesh_GetListForChannel_5, (Mesh * __this, List_1_UnityEngine_Color_ * buffer, int32_t capacity, VertexAttribute__Enum channel, int32_t dim, VertexAttributeFormat__Enum channelType, MethodInfo * method)); DO_APP_FUNC(0x00E9A2C0, void, Mesh_GetListForChannel_6, (Mesh * __this, List_1_UnityEngine_Color32_ * buffer, int32_t capacity, VertexAttribute__Enum channel, int32_t dim, VertexAttributeFormat__Enum channelType, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9A68, Mesh_GetListForChannel_6__MethodInfo); DO_APP_FUNC(0x00E9A2C0, void, Mesh_GetListForChannel_7, (Mesh * __this, List_1_System_Object_ * buffer, int32_t capacity, VertexAttribute__Enum channel, int32_t dim, VertexAttributeFormat__Enum channelType, MethodInfo * method)); DO_APP_FUNC(0x00E9A2C0, void, Mesh_GetListForChannel_8, (Mesh * __this, List_1_UnityEngine_Vector2_ * buffer, int32_t capacity, VertexAttribute__Enum channel, int32_t dim, VertexAttributeFormat__Enum channelType, MethodInfo * method)); DO_APP_FUNC(0x00E9A2C0, void, Mesh_GetListForChannel_9, (Mesh * __this, List_1_UnityEngine_Vector3_ * buffer, int32_t capacity, VertexAttribute__Enum channel, int32_t dim, VertexAttributeFormat__Enum channelType, MethodInfo * method)); DO_APP_FUNC(0x00E9A2C0, void, Mesh_GetListForChannel_10, (Mesh * __this, List_1_UnityEngine_Vector4_ * buffer, int32_t capacity, VertexAttribute__Enum channel, int32_t dim, VertexAttributeFormat__Enum channelType, MethodInfo * method)); DO_APP_FUNC(0x00E9A480, void, Mesh_GetUVsImpl, (Mesh * __this, int32_t uvIndex, List_1_System_Object_ * uvs, int32_t dim, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6DD8, Mesh_GetUVsImpl__MethodInfo); DO_APP_FUNC(0x00E9A610, void, Mesh_GetUVsImpl_1, (Mesh * __this, int32_t uvIndex, List_1_UnityEngine_Vector2_ * uvs, int32_t dim, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6E00, Mesh_GetUVsImpl_1__MethodInfo); DO_APP_FUNC(0x00E9A7A0, void, Mesh_GetUVsImpl_2, (Mesh * __this, int32_t uvIndex, List_1_UnityEngine_Vector3_ * uvs, int32_t dim, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6DF8, Mesh_GetUVsImpl_2__MethodInfo); DO_APP_FUNC(0x00E9A930, void, Mesh_GetUVsImpl_3, (Mesh * __this, int32_t uvIndex, List_1_UnityEngine_Vector4_ * uvs, int32_t dim, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6DF0, Mesh_GetUVsImpl_3__MethodInfo); DO_APP_FUNC(0x00E9AAC0, void, Mesh_SetArrayForChannel, (Mesh * __this, VertexAttribute__Enum channel, Color__Array * values, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9B18, Mesh_SetArrayForChannel__MethodInfo); DO_APP_FUNC(0x00E9AAC0, void, Mesh_SetArrayForChannel_1, (Mesh * __this, VertexAttribute__Enum channel, Object__Array * values, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x00E9AAC0, void, Mesh_SetArrayForChannel_2, (Mesh * __this, VertexAttribute__Enum channel, Vector2__Array * values, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9B80, Mesh_SetArrayForChannel_2__MethodInfo); DO_APP_FUNC(0x00E9AAC0, void, Mesh_SetArrayForChannel_3, (Mesh * __this, VertexAttribute__Enum channel, Vector3__Array * values, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9B58, Mesh_SetArrayForChannel_3__MethodInfo); DO_APP_FUNC(0x00E9AAC0, void, Mesh_SetArrayForChannel_4, (Mesh * __this, VertexAttribute__Enum channel, Vector4__Array * values, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9B68, Mesh_SetArrayForChannel_4__MethodInfo); DO_APP_FUNC(0x00E9AB50, void, Mesh_SetArrayForChannel_5, (Mesh * __this, VertexAttribute__Enum channel, VertexAttributeFormat__Enum format, int32_t dim, Color32__Array * values, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9B48, Mesh_SetArrayForChannel_5__MethodInfo); DO_APP_FUNC(0x00E9AB50, void, Mesh_SetArrayForChannel_6, (Mesh * __this, VertexAttribute__Enum channel, VertexAttributeFormat__Enum format, int32_t dim, Object__Array * values, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x00E9ABF0, void, Mesh_SetListForChannel, (Mesh * __this, VertexAttribute__Enum channel, List_1_UnityEngine_Color_ * values, int32_t start, int32_t length, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9A38, Mesh_SetListForChannel__MethodInfo); DO_APP_FUNC(0x00E9ABF0, void, Mesh_SetListForChannel_1, (Mesh * __this, VertexAttribute__Enum channel, List_1_System_Object_ * values, int32_t start, int32_t length, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x00E9ABF0, void, Mesh_SetListForChannel_2, (Mesh * __this, VertexAttribute__Enum channel, List_1_UnityEngine_Vector3_ * values, int32_t start, int32_t length, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9A90, Mesh_SetListForChannel_2__MethodInfo); DO_APP_FUNC(0x00E9ABF0, void, Mesh_SetListForChannel_3, (Mesh * __this, VertexAttribute__Enum channel, List_1_UnityEngine_Vector4_ * values, int32_t start, int32_t length, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9B08, Mesh_SetListForChannel_3__MethodInfo); DO_APP_FUNC(0x00E9ACE0, void, Mesh_SetListForChannel_4, (Mesh * __this, VertexAttribute__Enum channel, VertexAttributeFormat__Enum format, int32_t dim, List_1_UnityEngine_Color32_ * values, int32_t start, int32_t length, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9A78, Mesh_SetListForChannel_4__MethodInfo); DO_APP_FUNC(0x00E9ACE0, void, Mesh_SetListForChannel_5, (Mesh * __this, VertexAttribute__Enum channel, VertexAttributeFormat__Enum format, int32_t dim, List_1_System_Object_ * values, int32_t start, int32_t length, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x00E9ACE0, void, Mesh_SetListForChannel_6, (Mesh * __this, VertexAttribute__Enum channel, VertexAttributeFormat__Enum format, int32_t dim, List_1_UnityEngine_Vector2_ * values, int32_t start, int32_t length, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x00E9ACE0, void, Mesh_SetListForChannel_7, (Mesh * __this, VertexAttribute__Enum channel, VertexAttributeFormat__Enum format, int32_t dim, List_1_UnityEngine_Vector3_ * values, int32_t start, int32_t length, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x00E9ACE0, void, Mesh_SetListForChannel_8, (Mesh * __this, VertexAttribute__Enum channel, VertexAttributeFormat__Enum format, int32_t dim, List_1_UnityEngine_Vector4_ * values, int32_t start, int32_t length, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x00E9ADE0, void, Mesh_SetUvsImpl_1, (Mesh * __this, int32_t uvIndex, int32_t dim, List_1_System_Object_ * uvs, int32_t start, int32_t length, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC(0x00E9AED0, void, Mesh_SetUvsImpl_2, (Mesh * __this, int32_t uvIndex, int32_t dim, List_1_UnityEngine_Vector2_ * uvs, int32_t start, int32_t length, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9A88, Mesh_SetUvsImpl_2__MethodInfo); DO_APP_FUNC(0x00E9AFC0, void, Mesh_SetUvsImpl_3, (Mesh * __this, int32_t uvIndex, int32_t dim, List_1_UnityEngine_Vector3_ * uvs, int32_t start, int32_t length, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9A80, Mesh_SetUvsImpl_3__MethodInfo); DO_APP_FUNC(0x00E9B0B0, void, Mesh_SetUvsImpl_4, (Mesh * __this, int32_t uvIndex, int32_t dim, List_1_UnityEngine_Vector4_ * uvs, int32_t start, int32_t length, MeshUpdateFlags__Enum flags, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC99C8, Mesh_SetUvsImpl_4__MethodInfo); DO_APP_FUNC(0x00E9B1A0, void, MeshExtensions_AddRange, (List_1_UnityEngine_Color_ * target, IList_1_UnityEngine_Color_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95968, MeshExtensions_AddRange__MethodInfo); DO_APP_FUNC(0x00E9B1A0, void, MeshExtensions_AddRange_1, (List_1_System_Int32_ * target, IList_1_System_Int32_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95960, MeshExtensions_AddRange_1__MethodInfo); DO_APP_FUNC(0x00E9B1A0, void, MeshExtensions_AddRange_2, (List_1_System_Object_ * target, IList_1_System_Object_ * source, MethodInfo * method)); DO_APP_FUNC(0x00E9B1A0, void, MeshExtensions_AddRange_3, (List_1_UnityEngine_Vector2_ * target, IList_1_UnityEngine_Vector2_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95938, MeshExtensions_AddRange_3__MethodInfo); DO_APP_FUNC(0x00E9B1A0, void, MeshExtensions_AddRange_4, (List_1_UnityEngine_Vector3_ * target, IList_1_UnityEngine_Vector3_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95930, MeshExtensions_AddRange_4__MethodInfo); DO_APP_FUNC(0x00E9B1A0, void, MeshExtensions_AddRange_5, (List_1_UnityEngine_Vector4_ * target, IList_1_UnityEngine_Vector4_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95948, MeshExtensions_AddRange_5__MethodInfo); DO_APP_FUNC(0x00E9B1C0, void, Message_Create, (Message * __this, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x00E9B230, int32_t, Message_EnumToInt, (Int32Enum__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00E9B2D0, Int32Enum__Enum, Message_IntToEnum, (int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00E9B370, void, Message_Serialize_12, (Message * __this, Int32Enum__Enum * value, MethodInfo * method)); DO_APP_FUNC(0x00E9B4C0, IEnumerable_1_System_Object_ *, MiscHelpers_EveryNth, (IEnumerable_1_System_Object_ * enumerable, int32_t n, int32_t start, MethodInfo * method)); DO_APP_FUNC(0x00E9B5A0, Object *, MiscHelpers_GetValueOrDefault, (Dictionary_2_System_Object_System_Object_ * dictionary, Object * key, MethodInfo * method)); DO_APP_FUNC(0x00E9B5E0, int32_t, MiscHelpers_IndexOf, (IEnumerable_1_System_Object_ * enumerable, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00E9B7A0, Object *, MiscTools_Clone_1, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00E9B870, Object *, MiscTools_DeepClone, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00E9B940, List_1_System_Object_ *, MiscTools_DeepClone_1, (List_1_System_Object_ * obj, MethodInfo * method)); DO_APP_FUNC(0x00E9BAA0, Object__Array *, MiscTools_DeepClone_2, (Object__Array * obj, MethodInfo * method)); DO_APP_FUNC(0x00E9BC00, Dictionary_2_System_Int32_System_Object_ *, MiscTools_DeepClone_3, (Dictionary_2_System_Int32_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x00E9BDE0, Dictionary_2_System_Object_System_Object_ *, MiscTools_DeepClone_4, (Dictionary_2_System_Object_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC(0x00E9BFC0, Object *, MiscTools_DeepClone_5, (Object * obj, bool createIfNull, MethodInfo * method)); DO_APP_FUNC(0x00E09040, void, MiscTools_Swap, (Object * * a, Object * * b, MethodInfo * method)); DO_APP_FUNC(0x00E9C0A0, void, MonoBtlsContext_Dispose_1, (MonoBtlsContext * __this, Object * * disposable, MethodInfo * method)); DO_APP_FUNC(0x00E84890, Object__Array *, MonoLinqHelper_ToArray, (IEnumerable_1_System_Object_ * source, MethodInfo * method)); DO_APP_FUNC(0x00E9C130, void, MouseEventsHelper_SendEnterLeave, (VisualElement * previousTopElementUnderMouse, VisualElement * currentTopElementUnderMouse, IMouseEvent * triggerEvent, Vector2 mousePosition, MethodInfo * method)); DO_APP_FUNC(0x00E9C810, Object *, MovementUtility_GetComponentForType, (GameObject * target, MethodInfo * method)); DO_APP_FUNC(0x00E9CC00, Object__Array *, MovementUtility_GetComponentsForType, (GameObject * target, MethodInfo * method)); DO_APP_FUNC(0x00E9CF60, Object *, MovementUtility_GetParentComponentForType, (GameObject * target, MethodInfo * method)); DO_APP_FUNC(0x00E9D350, IList_1_System_Object_ *, NEKNFNnBnMerBGmvtGdFgVoKfnGUA_QiyKOhVVagkMHbNvnJYMYZPXNyCp, (NEKNFNnBnMerBGmvtGdFgVoKfnGUA * __this, MethodInfo * method)); DO_APP_FUNC(0x00E9D590, void, NamedValue_ApplyAllToObject, (Object * instance, ReadOnlyArray_1_NamedValue_ parameters, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8A680, NamedValue_ApplyAllToObject__MethodInfo); DO_APP_FUNC(0x00E9D770, void, NamedValue_ApplyAllToObject_1, (Object * instance, Object * parameters, MethodInfo * method)); DO_APP_FUNC(0x00E9D970, NativeArray_1_UnityEngine_Rendering_BatchVisibility_, NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray, (Void * dataPointer, int32_t length, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD66B8, NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray__MethodInfo); DO_APP_FUNC(0x00E9D970, NativeArray_1_UnityEngine_BoneWeight1_, NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_1, (Void * dataPointer, int32_t length, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9C10, NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_1__MethodInfo); DO_APP_FUNC(0x00E9D970, NativeArray_1_System_Byte_, NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_2, (Void * dataPointer, int32_t length, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97140, NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_2__MethodInfo); DO_APP_FUNC(0x00E9D970, NativeArray_1_UnityEngine_Color_, NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_3, (Void * dataPointer, int32_t length, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x00E9D970, NativeArray_1_UnityEngine_Color32_, NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_4, (Void * dataPointer, int32_t length, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC(0x00E9D970, NativeArray_1_System_Int32_, NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_5, (Void * dataPointer, int32_t length, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD66A8, NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_5__MethodInfo); DO_APP_FUNC(0x00E9D970, NativeArray_1_UnityEngine_Experimental_GlobalIllumination_LightDataGI_, NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_6, (Void * dataPointer, int32_t length, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD7408, NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_6__MethodInfo); DO_APP_FUNC(0x00E9D970, NativeArray_1_UnityEngine_ModifiableContactPair_, NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_7, (Void * dataPointer, int32_t length, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF528, NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_7__MethodInfo); DO_APP_FUNC(0x00E9D970, NativeArray_1_UnityEngine_Plane_, NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_8, (Void * dataPointer, int32_t length, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD6690, NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_8__MethodInfo); DO_APP_FUNC(0x00E9D970, NativeArray_1_UnityEngine_Tilemaps_TileData_, NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_9, (Void * dataPointer, int32_t length, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5DA0, NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_9__MethodInfo); DO_APP_FUNC(0x00E9D970, NativeArray_1_UnityEngine_Vector2_, NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_10, (Void * dataPointer, int32_t length, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72160, NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_10__MethodInfo); DO_APP_FUNC(0x00E9D970, NativeArray_1_UnityEngine_Vector3Int_, NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_11, (Void * dataPointer, int32_t length, Allocator__Enum allocator, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE5D50, NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_11__MethodInfo); DO_APP_FUNC(0x00E9D9A0, Void *, NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks, (NativeArray_1_System_Byte_ nativeArray, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97110, NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks__MethodInfo); DO_APP_FUNC(0x00E9D9A0, Void *, NativeArrayUnsafeUtility_GetUnsafePtr, (NativeArray_1_System_Byte_ nativeArray, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C911F8, NativeArrayUnsafeUtility_GetUnsafePtr__MethodInfo); DO_APP_FUNC(0x00E9D9A0, Void *, NativeArrayUnsafeUtility_GetUnsafePtr_1, (NativeArray_1_UnityEngine_Color32_ nativeArray, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B9C8, NativeArrayUnsafeUtility_GetUnsafePtr_1__MethodInfo); DO_APP_FUNC(0x00E9D9A0, Void *, NativeArrayUnsafeUtility_GetUnsafePtr_2, (NativeArray_1_System_Guid_ nativeArray, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59100, NativeArrayUnsafeUtility_GetUnsafePtr_2__MethodInfo); DO_APP_FUNC(0x00E9D9A0, Void *, NativeArrayUnsafeUtility_GetUnsafePtr_3, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativeAnchor_ nativeArray, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C59108, NativeArrayUnsafeUtility_GetUnsafePtr_3__MethodInfo); DO_APP_FUNC(0x00E9D9A0, Void *, NativeArrayUnsafeUtility_GetUnsafePtr_4, (NativeArray_1_Microsoft_MixedReality_OpenXR_NativePlane_ nativeArray, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C58C78, NativeArrayUnsafeUtility_GetUnsafePtr_4__MethodInfo); DO_APP_FUNC(0x00E9D9A0, Void *, NativeArrayUnsafeUtility_GetUnsafePtr_5, (NativeArray_1_UnityEngine_UIElements_TextVertex_ nativeArray, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB22B0, NativeArrayUnsafeUtility_GetUnsafePtr_5__MethodInfo); DO_APP_FUNC(0x00E9D9A0, Void *, NativeArrayUnsafeUtility_GetUnsafePtr_6, (NativeArray_1_System_UInt32_ nativeArray, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5ADE8, NativeArrayUnsafeUtility_GetUnsafePtr_6__MethodInfo); DO_APP_FUNC(0x00E9D9A0, Void *, NativeArrayUnsafeUtility_GetUnsafePtr_7, (NativeArray_1_System_UInt64_ nativeArray, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C80F58, NativeArrayUnsafeUtility_GetUnsafePtr_7__MethodInfo); DO_APP_FUNC(0x00E9D9A0, Void *, NativeArrayUnsafeUtility_GetUnsafePtr_8, (NativeArray_1_UnityEngine_Vector2_ nativeArray, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C72168, NativeArrayUnsafeUtility_GetUnsafePtr_8__MethodInfo); DO_APP_FUNC(0x00E9D9A0, Void *, NativeArrayUnsafeUtility_GetUnsafePtr_9, (NativeArray_1_UnityEngine_ParticleSystem_Particle_ nativeArray, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDCC88, NativeArrayUnsafeUtility_GetUnsafePtr_9__MethodInfo); DO_APP_FUNC(0x00E9D9A0, Void *, NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr, (NativeArray_1_UnityEngine_BoneWeight1_ nativeArray, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9C08, NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr__MethodInfo); DO_APP_FUNC(0x00E9D9A0, Void *, NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_1, (NativeArray_1_System_Byte_ nativeArray, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9C00, NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_1__MethodInfo); DO_APP_FUNC(0x00E9D9A0, Void *, NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_2, (NativeArray_1_System_UInt16_ nativeArray, MethodInfo * method)); DO_APP_FUNC(0x00E9D9A0, Void *, NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_3, (NativeArray_1_System_UInt64_ nativeArray, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDB108, NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_3__MethodInfo); DO_APP_FUNC(0x00E9D9A0, Void *, NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_4, (NativeArray_1_UnityEngine_UIElements_Vertex_ nativeArray, MethodInfo * method)); DO_APP_FUNC(0x00E9D9A0, Void *, NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_5, (NativeArray_1_UnityEngine_Rendering_VertexAttributeDescriptor_ nativeArray, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC99D8, NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_5__MethodInfo); DO_APP_FUNC(0x00E9D9A0, Void *, NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_6, (NativeArray_1_UnityEngine_ParticleSystem_Particle_ nativeArray, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDCC80, NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_6__MethodInfo); DO_APP_FUNC(0x00E9D9B0, NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_, NativeSliceExtensions_Slice, (NativeArray_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ thisArray, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C601C0, NativeSliceExtensions_Slice__MethodInfo); DO_APP_FUNC(0x00E9D9B0, NativeSlice_1_System_UInt16_, NativeSliceExtensions_Slice_1, (NativeArray_1_System_UInt16_ thisArray, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D1B8, NativeSliceExtensions_Slice_1__MethodInfo); DO_APP_FUNC(0x00E9DA70, NativeSlice_1_System_UInt16_, NativeSliceExtensions_Slice_2, (NativeSlice_1_System_UInt16_ thisSlice, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CF78, NativeSliceExtensions_Slice_2__MethodInfo); DO_APP_FUNC(0x00E9D9B0, NativeSlice_1_UnityEngine_UIElements_Vertex_, NativeSliceExtensions_Slice_3, (NativeArray_1_UnityEngine_UIElements_Vertex_ thisArray, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D1D8, NativeSliceExtensions_Slice_3__MethodInfo); DO_APP_FUNC(0x00E9DA70, NativeSlice_1_UnityEngine_UIElements_Vertex_, NativeSliceExtensions_Slice_4, (NativeSlice_1_UnityEngine_UIElements_Vertex_ thisSlice, int32_t start, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9CF60, NativeSliceExtensions_Slice_4__MethodInfo); DO_APP_FUNC(0x00E9DAB0, NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange_, NativeSliceUnsafeUtility_ConvertExistingDataToNativeSlice, (Void * dataPointer, int32_t stride, int32_t length, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6CF8, NativeSliceUnsafeUtility_ConvertExistingDataToNativeSlice__MethodInfo); DO_APP_FUNC(0x00E9D9A0, Void *, NativeSliceUnsafeUtility_GetUnsafePtr, (NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange_ nativeSlice, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB030, NativeSliceUnsafeUtility_GetUnsafePtr__MethodInfo); DO_APP_FUNC(0x00E9D9A0, Void *, NativeSliceUnsafeUtility_GetUnsafePtr_1, (NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ nativeSlice, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBC2E8, NativeSliceUnsafeUtility_GetUnsafePtr_1__MethodInfo); DO_APP_FUNC(0x00E9D9A0, Void *, NativeSliceUnsafeUtility_GetUnsafePtr_2, (NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4_ nativeSlice, MethodInfo * method)); DO_APP_FUNC(0x00E9D9A0, Void *, NativeSliceUnsafeUtility_GetUnsafePtr_3, (NativeSlice_1_System_UInt16_ nativeSlice, MethodInfo * method)); DO_APP_FUNC(0x00E9D9A0, Void *, NativeSliceUnsafeUtility_GetUnsafePtr_4, (NativeSlice_1_UnityEngine_Vector4_ nativeSlice, MethodInfo * method)); DO_APP_FUNC(0x00E9D9A0, Void *, NativeSliceUnsafeUtility_GetUnsafePtr_5, (NativeSlice_1_UnityEngine_UIElements_Vertex_ nativeSlice, MethodInfo * method)); DO_APP_FUNC(0x00E9D9A0, Void *, NativeSliceUnsafeUtility_GetUnsafeReadOnlyPtr, (NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange_ nativeSlice, MethodInfo * method)); DO_APP_FUNC(0x00E9D9A0, Void *, NativeSliceUnsafeUtility_GetUnsafeReadOnlyPtr_1, (NativeSlice_1_UnityEngine_UIElements_UIR_GfxUpdateBufferRange_ nativeSlice, MethodInfo * method)); DO_APP_FUNC(0x00E9D9A0, Void *, NativeSliceUnsafeUtility_GetUnsafeReadOnlyPtr_2, (NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4_ nativeSlice, MethodInfo * method)); DO_APP_FUNC(0x00E9D9A0, Void *, NativeSliceUnsafeUtility_GetUnsafeReadOnlyPtr_3, (NativeSlice_1_System_UInt16_ nativeSlice, MethodInfo * method)); DO_APP_FUNC(0x00E9D9A0, Void *, NativeSliceUnsafeUtility_GetUnsafeReadOnlyPtr_4, (NativeSlice_1_UnityEngine_Vector4_ nativeSlice, MethodInfo * method)); DO_APP_FUNC(0x00E9D9A0, Void *, NativeSliceUnsafeUtility_GetUnsafeReadOnlyPtr_5, (NativeSlice_1_UnityEngine_UIElements_Vertex_ nativeSlice, MethodInfo * method)); DO_APP_FUNC(0x00E9DC20, void, NoAllocHelpers_EnsureListElemCount, (List_1_UnityEngine_BoneWeight_ * list, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC98C8, NoAllocHelpers_EnsureListElemCount__MethodInfo); DO_APP_FUNC(0x00E9DC20, void, NoAllocHelpers_EnsureListElemCount_1, (List_1_UnityEngine_Color_ * list, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9C78, NoAllocHelpers_EnsureListElemCount_1__MethodInfo); DO_APP_FUNC(0x00E9DC20, void, NoAllocHelpers_EnsureListElemCount_2, (List_1_UnityEngine_Color32_ * list, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00E9DC20, void, NoAllocHelpers_EnsureListElemCount_3, (List_1_System_Int32_ * list, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC99B8, NoAllocHelpers_EnsureListElemCount_3__MethodInfo); DO_APP_FUNC(0x00E9DC20, void, NoAllocHelpers_EnsureListElemCount_4, (List_1_UnityEngine_Matrix4x4_ * list, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9D60, NoAllocHelpers_EnsureListElemCount_4__MethodInfo); DO_APP_FUNC(0x00E9DC20, void, NoAllocHelpers_EnsureListElemCount_5, (List_1_System_Object_ * list, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00E9DC20, void, NoAllocHelpers_EnsureListElemCount_6, (List_1_UnityEngine_Rect_ * list, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBA58, NoAllocHelpers_EnsureListElemCount_6__MethodInfo); DO_APP_FUNC(0x00E9DC20, void, NoAllocHelpers_EnsureListElemCount_7, (List_1_System_Single_ * list, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9D40, NoAllocHelpers_EnsureListElemCount_7__MethodInfo); DO_APP_FUNC(0x00E9DC20, void, NoAllocHelpers_EnsureListElemCount_8, (List_1_System_UInt16_ * list, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC98E0, NoAllocHelpers_EnsureListElemCount_8__MethodInfo); DO_APP_FUNC(0x00E9DC20, void, NoAllocHelpers_EnsureListElemCount_9, (List_1_UnityEngine_Vector2_ * list, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00E9DC20, void, NoAllocHelpers_EnsureListElemCount_10, (List_1_UnityEngine_Vector3_ * list, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00E9DC20, void, NoAllocHelpers_EnsureListElemCount_11, (List_1_UnityEngine_Vector4_ * list, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9D78, NoAllocHelpers_EnsureListElemCount_11__MethodInfo); DO_APP_FUNC(0x00E9DCB0, BoneWeight__Array *, NoAllocHelpers_ExtractArrayFromListT, (List_1_UnityEngine_BoneWeight_ * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC98C0, NoAllocHelpers_ExtractArrayFromListT__MethodInfo); DO_APP_FUNC(0x00E9DCB0, Color__Array *, NoAllocHelpers_ExtractArrayFromListT_1, (List_1_UnityEngine_Color_ * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9C80, NoAllocHelpers_ExtractArrayFromListT_1__MethodInfo); DO_APP_FUNC(0x00E9DCB0, Int32__Array *, NoAllocHelpers_ExtractArrayFromListT_2, (List_1_System_Int32_ * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC99B0, NoAllocHelpers_ExtractArrayFromListT_2__MethodInfo); DO_APP_FUNC(0x00E9DCB0, Matrix4x4__Array *, NoAllocHelpers_ExtractArrayFromListT_3, (List_1_UnityEngine_Matrix4x4_ * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9D28, NoAllocHelpers_ExtractArrayFromListT_3__MethodInfo); DO_APP_FUNC(0x00E9DCB0, Object__Array *, NoAllocHelpers_ExtractArrayFromListT_4, (List_1_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x00E9DCB0, Rect__Array *, NoAllocHelpers_ExtractArrayFromListT_5, (List_1_UnityEngine_Rect_ * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBA50, NoAllocHelpers_ExtractArrayFromListT_5__MethodInfo); DO_APP_FUNC(0x00E9DCB0, Single__Array *, NoAllocHelpers_ExtractArrayFromListT_6, (List_1_System_Single_ * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9D20, NoAllocHelpers_ExtractArrayFromListT_6__MethodInfo); DO_APP_FUNC(0x00E9DCB0, SubMeshDescriptor__Array *, NoAllocHelpers_ExtractArrayFromListT_7, (List_1_UnityEngine_Rendering_SubMeshDescriptor_ * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9848, NoAllocHelpers_ExtractArrayFromListT_7__MethodInfo); DO_APP_FUNC(0x00E9DCB0, UInt16__Array *, NoAllocHelpers_ExtractArrayFromListT_8, (List_1_System_UInt16_ * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC98D8, NoAllocHelpers_ExtractArrayFromListT_8__MethodInfo); DO_APP_FUNC(0x00E9DCB0, Vector4__Array *, NoAllocHelpers_ExtractArrayFromListT_9, (List_1_UnityEngine_Vector4_ * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9D18, NoAllocHelpers_ExtractArrayFromListT_9__MethodInfo); DO_APP_FUNC(0x00E9DD50, void, NoAllocHelpers_ResizeList, (List_1_UnityEngine_BoneWeight_ * list, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6D18, NoAllocHelpers_ResizeList__MethodInfo); DO_APP_FUNC(0x00E9DE80, void, NoAllocHelpers_ResizeList_1, (List_1_UnityEngine_Color_ * list, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6CD0, NoAllocHelpers_ResizeList_1__MethodInfo); DO_APP_FUNC(0x00E9DFB0, void, NoAllocHelpers_ResizeList_2, (List_1_UnityEngine_Color32_ * list, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6CC8, NoAllocHelpers_ResizeList_2__MethodInfo); DO_APP_FUNC(0x00E9E0E0, void, NoAllocHelpers_ResizeList_3, (List_1_System_Int32_ * list, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6CC0, NoAllocHelpers_ResizeList_3__MethodInfo); DO_APP_FUNC(0x00E9E210, void, NoAllocHelpers_ResizeList_4, (List_1_UnityEngine_Matrix4x4_ * list, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6CF0, NoAllocHelpers_ResizeList_4__MethodInfo); DO_APP_FUNC(0x00E9E340, void, NoAllocHelpers_ResizeList_5, (List_1_System_Object_ * list, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6CE8, NoAllocHelpers_ResizeList_5__MethodInfo); DO_APP_FUNC(0x00E9E470, void, NoAllocHelpers_ResizeList_6, (List_1_UnityEngine_Rect_ * list, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6CE0, NoAllocHelpers_ResizeList_6__MethodInfo); DO_APP_FUNC(0x00E9E5A0, void, NoAllocHelpers_ResizeList_7, (List_1_System_Single_ * list, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6CD8, NoAllocHelpers_ResizeList_7__MethodInfo); DO_APP_FUNC(0x00E9E6D0, void, NoAllocHelpers_ResizeList_8, (List_1_System_UInt16_ * list, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6CB8, NoAllocHelpers_ResizeList_8__MethodInfo); DO_APP_FUNC(0x00E9E800, void, NoAllocHelpers_ResizeList_9, (List_1_UnityEngine_Vector2_ * list, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6CB0, NoAllocHelpers_ResizeList_9__MethodInfo); DO_APP_FUNC(0x00E9E930, void, NoAllocHelpers_ResizeList_10, (List_1_UnityEngine_Vector3_ * list, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6CA8, NoAllocHelpers_ResizeList_10__MethodInfo); DO_APP_FUNC(0x00E9EA60, void, NoAllocHelpers_ResizeList_11, (List_1_UnityEngine_Vector4_ * list, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6CA0, NoAllocHelpers_ResizeList_11__MethodInfo); DO_APP_FUNC(0x00E9EB90, int32_t, NoAllocHelpers_SafeLength_1, (List_1_UnityEngine_Color_ * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9A40, NoAllocHelpers_SafeLength_1__MethodInfo); DO_APP_FUNC(0x00E9EB90, int32_t, NoAllocHelpers_SafeLength_2, (List_1_UnityEngine_Color32_ * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9A58, NoAllocHelpers_SafeLength_2__MethodInfo); DO_APP_FUNC(0x00E9EB90, int32_t, NoAllocHelpers_SafeLength_3, (List_1_System_Int32_ * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9918, NoAllocHelpers_SafeLength_3__MethodInfo); DO_APP_FUNC(0x00E9EB90, int32_t, NoAllocHelpers_SafeLength_4, (List_1_System_Object_ * values, MethodInfo * method)); DO_APP_FUNC(0x00E9EB90, int32_t, NoAllocHelpers_SafeLength_5, (List_1_System_UInt16_ * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9948, NoAllocHelpers_SafeLength_5__MethodInfo); DO_APP_FUNC(0x00E9EB90, int32_t, NoAllocHelpers_SafeLength_6, (List_1_UnityEngine_Vector2_ * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9A70, NoAllocHelpers_SafeLength_6__MethodInfo); DO_APP_FUNC(0x00E9EB90, int32_t, NoAllocHelpers_SafeLength_7, (List_1_UnityEngine_Vector3_ * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9A98, NoAllocHelpers_SafeLength_7__MethodInfo); DO_APP_FUNC(0x00E9EB90, int32_t, NoAllocHelpers_SafeLength_8, (List_1_UnityEngine_Vector4_ * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC9AB8, NoAllocHelpers_SafeLength_8__MethodInfo); DO_APP_FUNC(0x00E9EB90, int32_t, NoAllocHelpers_SafeLength_9, (List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_BufferData_ * values, MethodInfo * method)); DO_APP_FUNC(0x00E9EBC0, Object *, Object_1_FindAnyObjectByType_2, (MethodInfo * method)); DO_APP_FUNC(0x00E9ECB0, Object *, Object_1_FindAnyObjectByType_3, (FindObjectsInactive__Enum findObjectsInactive, MethodInfo * method)); DO_APP_FUNC(0x00E9EDA0, Object *, Object_1_FindFirstObjectByType_2, (MethodInfo * method)); DO_APP_FUNC(0x00E9EE90, Object *, Object_1_FindFirstObjectByType_3, (FindObjectsInactive__Enum findObjectsInactive, MethodInfo * method)); DO_APP_FUNC(0x00E9EF80, Object *, Object_1_FindObjectOfType_2, (MethodInfo * method)); DO_APP_FUNC(0x00E9F070, Object *, Object_1_FindObjectOfType_3, (bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x00E9F160, Object__Array *, Object_1_FindObjectsByType_2, (FindObjectsSortMode__Enum sortMode, MethodInfo * method)); DO_APP_FUNC(0x00E9F250, Object__Array *, Object_1_FindObjectsByType_3, (FindObjectsInactive__Enum findObjectsInactive, FindObjectsSortMode__Enum sortMode, MethodInfo * method)); DO_APP_FUNC(0x00E9F350, Object__Array *, Object_1_FindObjectsOfType_2, (MethodInfo * method)); DO_APP_FUNC(0x00E9F430, Object__Array *, Object_1_FindObjectsOfType_3, (bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x00E9F520, Object *, Object_1_Instantiate_5, (Object * original, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6C90, Object_1_Instantiate_5__MethodInfo); DO_APP_FUNC(0x00E9F780, Object *, Object_1_Instantiate_6, (Object * original, Transform * parent, MethodInfo * method)); DO_APP_FUNC(0x00E9F800, Object *, Object_1_Instantiate_7, (Object * original, Transform * parent, bool worldPositionStays, MethodInfo * method)); DO_APP_FUNC(0x00E9F8C0, Object *, Object_1_Instantiate_8, (Object * original, Vector3 position, Quaternion rotation, MethodInfo * method)); DO_APP_FUNC(0x00E9F9A0, Object *, Object_1_Instantiate_9, (Object * original, Vector3 position, Quaternion rotation, Transform * parent, MethodInfo * method)); DO_APP_FUNC(0x00E9FA90, Object *, ObjectInitializationData_CreateInstance, (ObjectInitializationData * __this, String * idOverride, MethodInfo * method)); DO_APP_FUNC(0x00E9FBF0, bool, ObjectInstanceTracker_TryGetInstance, (ObjectInstanceTracker * __this, uint32_t instanceId, Object * * instance, MethodInfo * method)); DO_APP_FUNC(0x00E9FFE0, Object *, ObjectPool_Get, (MethodInfo * method)); DO_APP_FUNC(0x00EA0460, void, ObjectPool_Return, (KeyValuePair_2_System_Object_System_Object_ obj, MethodInfo * method)); DO_APP_FUNC(0x00EA0870, void, ObjectPool_Return_1, (Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87F78, ObjectPool_Return_1__MethodInfo); DO_APP_FUNC(0x00EA0C60, IDisposable *, Observable_Call, (IObservable_1_Object_ * source, Action_1_Object_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6C70, Observable_Call__MethodInfo); DO_APP_FUNC(0x00EA0DC0, IDisposable *, Observable_CallOnce, (IObservable_1_Object_ * source, Action_1_Object_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6C48, Observable_CallOnce__MethodInfo); DO_APP_FUNC(0x00EA1090, IObservable_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ *, Observable_ForDevice_1, (IObservable_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6C50, Observable_ForDevice_1__MethodInfo); DO_APP_FUNC(0x00EA11A0, IObservable_1_Object_ *, Observable_Select, (IObservable_1_UnityEngine_InputSystem_LowLevel_InputEventPtr_ * source, Func_2_UnityEngine_InputSystem_LowLevel_InputEventPtr_Object_ * filter, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6C30, Observable_Select__MethodInfo); DO_APP_FUNC(0x00EA12D0, IObservable_1_Object_ *, Observable_Select_1, (IObservable_1_Object_ * source, Func_2_Object_Object_ * filter, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6C28, Observable_Select_1__MethodInfo); DO_APP_FUNC(0x00EA1400, IObservable_1_Object_ *, Observable_SelectMany, (IObservable_1_Object_ * source, Func_2_Object_System_Collections_Generic_IEnumerable_1_ * filter, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6C20, Observable_SelectMany__MethodInfo); DO_APP_FUNC(0x00EA1530, IObservable_1_Object_ *, Observable_Take, (IObservable_1_Object_ * source, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6C18, Observable_Take__MethodInfo); DO_APP_FUNC(0x00EA1660, IObservable_1_Object_ *, Observable_Where, (IObservable_1_Object_ * source, Func_2_Object_Boolean_ * predicate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6C40, Observable_Where__MethodInfo); DO_APP_FUNC(0x00EA1790, void, OnScreenControl_SendValueToControl, (OnScreenControl * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6C00, OnScreenControl_SendValueToControl__MethodInfo); DO_APP_FUNC(0x00EA1B00, void, OnScreenControl_SendValueToControl_1, (OnScreenControl * __this, Vector2 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6BE8, OnScreenControl_SendValueToControl_1__MethodInfo); DO_APP_FUNC(0x00EA1E70, void, OpenXRFeature_CreateSubsystem, (OpenXRFeature * __this, List_1_System_Object_ * descriptors, String * id, MethodInfo * method)); DO_APP_FUNC(0x00EA2080, void, OpenXRFeature_DestroySubsystem, (OpenXRFeature * __this, MethodInfo * method)); DO_APP_FUNC(0x00EA2270, void, OpenXRFeature_StartSubsystem, (OpenXRFeature * __this, MethodInfo * method)); DO_APP_FUNC(0x00EA2460, void, OpenXRFeature_StopSubsystem, (OpenXRFeature * __this, MethodInfo * method)); DO_APP_FUNC(0x00CB5790, void, OpenXRLoaderBase_CreateSubsystem, (OpenXRLoaderBase * __this, List_1_System_Object_ * descriptors, String * id, MethodInfo * method)); DO_APP_FUNC(0x00CB57C0, void, OpenXRLoaderBase_DestroySubsystem, (OpenXRLoaderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00CB57C0, void, OpenXRLoaderBase_StartSubsystem, (OpenXRLoaderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00CB57C0, void, OpenXRLoaderBase_StopSubsystem, (OpenXRLoaderBase * __this, MethodInfo * method)); DO_APP_FUNC(0x00EA2650, Object *, OpenXRSettings_GetFeature_1, (OpenXRSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00EA2780, OpenXRFeature__Array *, OpenXRSettings_GetFeatures_4, (OpenXRSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00EA28F0, int32_t, OpenXRSettings_GetFeatures_5, (OpenXRSettings * __this, List_1_System_Object_ * featuresOut, MethodInfo * method)); DO_APP_FUNC(0x00EA2A20, PacketWriter, PacketWriter_WriteHandshakeResponse_1, (PacketWriter * __this, uint32_t session, uint16_t clientId, List_1_Dissonance_Networking_ClientInfo_1__4 * clients, Dictionary_2_System_String_List_1_Dissonance_Networking_ClientInfo_1__2 * peersByRoom, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6BC8, PacketWriter_WriteHandshakeResponse_1__MethodInfo); DO_APP_FUNC(0x00EA3330, PacketWriter, PacketWriter_WriteRelay, (PacketWriter * __this, uint32_t session, List_1_Dissonance_Networking_ClientInfo_1_ * destinations, ArraySegment_1_Byte_ segment, bool reliable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6BA0, PacketWriter_WriteRelay__MethodInfo); DO_APP_FUNC(0x00EA3660, PacketWriter, PacketWriter_WriteRelay_1, (PacketWriter * __this, uint32_t session, List_1_Dissonance_Networking_ClientInfo_1__4 * destinations, ArraySegment_1_Byte_ segment, bool reliable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6BB0, PacketWriter_WriteRelay_1__MethodInfo); DO_APP_FUNC(0x00EA3990, bool, ParameterDictionary_TryGetValue_1, (ParameterDictionary * __this, uint8_t key, int32_t * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB190, ParameterDictionary_TryGetValue_1__MethodInfo); DO_APP_FUNC(0x00EA3B50, bool, ParameterOverride_GetValue, (ParameterOverride * __this, MethodInfo * method)); DO_APP_FUNC(0x00EA3C10, Color, ParameterOverride_GetValue_1, (ParameterOverride * __this, MethodInfo * method)); DO_APP_FUNC(0x00EA3CE0, int32_t, ParameterOverride_GetValue_2, (ParameterOverride * __this, MethodInfo * method)); DO_APP_FUNC(0x00EA3CE0, Int32Enum__Enum, ParameterOverride_GetValue_3, (ParameterOverride * __this, MethodInfo * method)); DO_APP_FUNC(0x00EA3DA0, Object *, ParameterOverride_GetValue_4, (ParameterOverride * __this, MethodInfo * method)); DO_APP_FUNC(0x00EA3E60, float, ParameterOverride_GetValue_5, (ParameterOverride * __this, MethodInfo * method)); DO_APP_FUNC(0x00EA3F20, Vector2, ParameterOverride_GetValue_6, (ParameterOverride * __this, MethodInfo * method)); DO_APP_FUNC(0x00EA3FF0, Vector3, ParameterOverride_GetValue_7, (ParameterOverride * __this, MethodInfo * method)); DO_APP_FUNC(0x00EA3C10, Vector4, ParameterOverride_GetValue_8, (ParameterOverride * __this, MethodInfo * method)); DO_APP_FUNC(0x00EA40D0, Object *, PathPool_GetPath, (MethodInfo * method)); DO_APP_FUNC(0x00EA4680, void, PhotonPoller_RegisterInstance, (MethodInfo * method)); DO_APP_FUNC(0x00EA4770, bool, Playable_IsPlayableOfType, (Playable * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0A20, Playable_IsPlayableOfType__MethodInfo); DO_APP_FUNC(0x00EA48F0, bool, Playable_IsPlayableOfType_1, (Playable * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70228, Playable_IsPlayableOfType_1__MethodInfo); DO_APP_FUNC(0x00EA4A70, bool, Playable_IsPlayableOfType_2, (Playable * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70128, Playable_IsPlayableOfType_2__MethodInfo); DO_APP_FUNC(0x00EA4BF0, int32_t, PlayableExtensions_AddInput, (AnimationLayerMixerPlayable playable, AnimationClipPlayable sourcePlayable, int32_t sourceOutputIndex, float weight, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0A68, PlayableExtensions_AddInput__MethodInfo); DO_APP_FUNC(0x00EA4CC0, void, PlayableExtensions_ConnectInput, (AnimationLayerMixerPlayable playable, int32_t inputIndex, AnimationClipPlayable sourcePlayable, int32_t sourceOutputIndex, float weight, MethodInfo * method)); DO_APP_FUNC(0x00EA4E00, void, PlayableExtensions_Destroy, (AnimationClipPlayable playable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0A70, PlayableExtensions_Destroy__MethodInfo); DO_APP_FUNC(0x00EA4E60, double, PlayableExtensions_GetDuration, (ScriptPlayable_1_System_Object_ playable, MethodInfo * method)); DO_APP_FUNC(0x00EA4F60, double, PlayableExtensions_GetDuration_1, (Playable playable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96310, PlayableExtensions_GetDuration_1__MethodInfo); DO_APP_FUNC(0x00EA5060, PlayableGraph, PlayableExtensions_GetGraph, (AnimationLayerMixerPlayable playable, MethodInfo * method)); DO_APP_FUNC(0x00EA5180, PlayableGraph, PlayableExtensions_GetGraph_1, (Playable playable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C709F0, PlayableExtensions_GetGraph_1__MethodInfo); DO_APP_FUNC(0x00EA52A0, Playable, PlayableExtensions_GetInput, (Playable playable, int32_t inputPort, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6898, PlayableExtensions_GetInput__MethodInfo); DO_APP_FUNC(0x00EA5360, int32_t, PlayableExtensions_GetInputCount, (AnimationLayerMixerPlayable playable, MethodInfo * method)); DO_APP_FUNC(0x00EA5460, int32_t, PlayableExtensions_GetInputCount_1, (Playable playable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC68A8, PlayableExtensions_GetInputCount_1__MethodInfo); DO_APP_FUNC(0x00EA5560, float, PlayableExtensions_GetInputWeight, (Playable playable, int32_t inputIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC68A0, PlayableExtensions_GetInputWeight__MethodInfo); DO_APP_FUNC(0x00EA5600, PlayState__Enum, PlayableExtensions_GetPlayState, (Playable playable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C962E0, PlayableExtensions_GetPlayState__MethodInfo); DO_APP_FUNC(0x00EA5700, double, PlayableExtensions_GetPreviousTime, (Playable playable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6F9B0, PlayableExtensions_GetPreviousTime__MethodInfo); DO_APP_FUNC(0x00EA5800, double, PlayableExtensions_GetTime, (ScriptPlayable_1_System_Object_ playable, MethodInfo * method)); DO_APP_FUNC(0x00EA5900, double, PlayableExtensions_GetTime_1, (Playable playable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C962D8, PlayableExtensions_GetTime_1__MethodInfo); DO_APP_FUNC(0x00EA5A00, DirectorWrapMode__Enum, PlayableExtensions_GetTimeWrapMode, (Playable playable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70E08, PlayableExtensions_GetTimeWrapMode__MethodInfo); DO_APP_FUNC(0x00EA5B00, bool, PlayableExtensions_IsDone, (Playable playable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70E18, PlayableExtensions_IsDone__MethodInfo); DO_APP_FUNC(0x00EA5C00, bool, PlayableExtensions_IsValid, (ScriptPlayable_1_System_Object_ playable, MethodInfo * method)); DO_APP_FUNC(0x00EA5D00, bool, PlayableExtensions_IsValid_1, (AnimationClipPlayable playable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0A58, PlayableExtensions_IsValid_1__MethodInfo); DO_APP_FUNC(0x00EA5DD0, bool, PlayableExtensions_IsValid_2, (Playable playable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0A60, PlayableExtensions_IsValid_2__MethodInfo); DO_APP_FUNC(0x00EA5ED0, void, PlayableExtensions_Pause, (Playable playable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FDB0, PlayableExtensions_Pause__MethodInfo); DO_APP_FUNC(0x00EA5FD0, void, PlayableExtensions_Play, (Playable playable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FDC0, PlayableExtensions_Play__MethodInfo); DO_APP_FUNC(0x00EA60D0, void, PlayableExtensions_SetDuration, (ScriptPlayable_1_System_Object_ playable, double value, MethodInfo * method)); DO_APP_FUNC(0x00EA61E0, void, PlayableExtensions_SetDuration_1, (AudioClipPlayable playable, double value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4CD0, PlayableExtensions_SetDuration_1__MethodInfo); DO_APP_FUNC(0x00EA62C0, void, PlayableExtensions_SetDuration_2, (Playable playable, double value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C703B0, PlayableExtensions_SetDuration_2__MethodInfo); DO_APP_FUNC(0x00EA63D0, void, PlayableExtensions_SetInputCount, (ScriptPlayable_1_System_Object_ playable, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00EA64E0, void, PlayableExtensions_SetInputCount_1, (AnimationLayerMixerPlayable playable, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00EA65E0, void, PlayableExtensions_SetInputCount_2, (Playable playable, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70CF8, PlayableExtensions_SetInputCount_2__MethodInfo); DO_APP_FUNC(0x00EA66E0, void, PlayableExtensions_SetInputWeight, (AnimationLayerMixerPlayable playable, int32_t inputIndex, float weight, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70978, PlayableExtensions_SetInputWeight__MethodInfo); DO_APP_FUNC(0x00EA6790, void, PlayableExtensions_SetInputWeight_1, (AnimationMixerPlayable playable, int32_t inputIndex, float weight, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70928, PlayableExtensions_SetInputWeight_1__MethodInfo); DO_APP_FUNC(0x00EA6840, void, PlayableExtensions_SetInputWeight_2, (AnimationMotionXToDeltaPlayable playable, int32_t inputIndex, float weight, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70980, PlayableExtensions_SetInputWeight_2__MethodInfo); DO_APP_FUNC(0x00EA68F0, void, PlayableExtensions_SetInputWeight_3, (AnimationOffsetPlayable playable, int32_t inputIndex, float weight, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70A20, PlayableExtensions_SetInputWeight_3__MethodInfo); DO_APP_FUNC(0x00EA69A0, void, PlayableExtensions_SetInputWeight_4, (AnimationRemoveScalePlayable playable, int32_t inputIndex, float weight, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70A28, PlayableExtensions_SetInputWeight_4__MethodInfo); DO_APP_FUNC(0x00EA6A50, void, PlayableExtensions_SetInputWeight_5, (Playable playable, int32_t inputIndex, float weight, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70A88, PlayableExtensions_SetInputWeight_5__MethodInfo); DO_APP_FUNC(0x00EA6B00, void, PlayableExtensions_SetInputWeight_6, (ScriptPlayable_1_System_Object_ playable, Playable input, float weight, MethodInfo * method)); DO_APP_FUNC(0x00EA6C50, void, PlayableExtensions_SetInputWeight_7, (AudioMixerPlayable playable, Playable input, float weight, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70158, PlayableExtensions_SetInputWeight_7__MethodInfo); DO_APP_FUNC(0x00EA6D70, void, PlayableExtensions_SetInputWeight_8, (Playable playable, Playable input, float weight, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FFD0, PlayableExtensions_SetInputWeight_8__MethodInfo); DO_APP_FUNC(0x00EA6E90, void, PlayableExtensions_SetPropagateSetTime, (ScriptPlayable_1_System_Object_ playable, bool value, MethodInfo * method)); DO_APP_FUNC(0x00EA6FA0, void, PlayableExtensions_SetPropagateSetTime_1, (Playable playable, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C700A8, PlayableExtensions_SetPropagateSetTime_1__MethodInfo); DO_APP_FUNC(0x00EA70B0, void, PlayableExtensions_SetSpeed, (Playable playable, double value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70278, PlayableExtensions_SetSpeed__MethodInfo); DO_APP_FUNC(0x00EA71C0, void, PlayableExtensions_SetTime, (AnimationClipPlayable playable, double value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0A48, PlayableExtensions_SetTime__MethodInfo); DO_APP_FUNC(0x00EA72A0, void, PlayableExtensions_SetTime_1, (Playable playable, double value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C6FDD0, PlayableExtensions_SetTime_1__MethodInfo); DO_APP_FUNC(0x00EA73B0, void, PlayableExtensions_SetTimeWrapMode, (ScriptPlayable_1_System_Object_ playable, DirectorWrapMode__Enum value, MethodInfo * method)); DO_APP_FUNC(0x00EA74C0, void, PlayableExtensions_SetTimeWrapMode_1, (Playable playable, DirectorWrapMode__Enum value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70E10, PlayableExtensions_SetTimeWrapMode_1__MethodInfo); DO_APP_FUNC(0x00EA75C0, void, PlayableExtensions_SetTraversalMode, (ScriptPlayable_1_System_Object_ playable, PlayableTraversalMode__Enum mode, MethodInfo * method)); DO_APP_FUNC(0x00EA76D0, bool, PlayableGraph_Connect, (PlayableGraph * __this, AnimationClipPlayable source, int32_t sourceOutputPort, AnimationLayerMixerPlayable destination, int32_t destinationInputPort, MethodInfo * method)); DO_APP_FUNC(0x00EA77B0, bool, PlayableGraph_Connect_1, (PlayableGraph * __this, Playable source, int32_t sourceOutputPort, ScriptPlayable_1_System_Object_ destination, int32_t destinationInputPort, MethodInfo * method)); DO_APP_FUNC(0x00EA78B0, bool, PlayableGraph_Connect_2, (PlayableGraph * __this, Playable source, int32_t sourceOutputPort, AnimationLayerMixerPlayable destination, int32_t destinationInputPort, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70988, PlayableGraph_Connect_2__MethodInfo); DO_APP_FUNC(0x00EA79B0, bool, PlayableGraph_Connect_3, (PlayableGraph * __this, Playable source, int32_t sourceOutputPort, AnimationMixerPlayable destination, int32_t destinationInputPort, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70930, PlayableGraph_Connect_3__MethodInfo); DO_APP_FUNC(0x00EA7AB0, bool, PlayableGraph_Connect_4, (PlayableGraph * __this, Playable source, int32_t sourceOutputPort, AnimationMotionXToDeltaPlayable destination, int32_t destinationInputPort, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70938, PlayableGraph_Connect_4__MethodInfo); DO_APP_FUNC(0x00EA7BB0, bool, PlayableGraph_Connect_5, (PlayableGraph * __this, Playable source, int32_t sourceOutputPort, AnimationOffsetPlayable destination, int32_t destinationInputPort, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70A30, PlayableGraph_Connect_5__MethodInfo); DO_APP_FUNC(0x00EA7CB0, bool, PlayableGraph_Connect_6, (PlayableGraph * __this, Playable source, int32_t sourceOutputPort, AnimationRemoveScalePlayable destination, int32_t destinationInputPort, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70A48, PlayableGraph_Connect_6__MethodInfo); DO_APP_FUNC(0x00EA7DB0, bool, PlayableGraph_Connect_7, (PlayableGraph * __this, Playable source, int32_t sourceOutputPort, AudioMixerPlayable destination, int32_t destinationInputPort, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70160, PlayableGraph_Connect_7__MethodInfo); DO_APP_FUNC(0x00EA7E90, bool, PlayableGraph_Connect_8, (PlayableGraph * __this, Playable source, int32_t sourceOutputPort, Playable destination, int32_t destinationInputPort, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70450, PlayableGraph_Connect_8__MethodInfo); DO_APP_FUNC(0x00EA7F70, void, PlayableGraph_DestroyPlayable, (PlayableGraph * __this, Playable playable, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD5EB8, PlayableGraph_DestroyPlayable__MethodInfo); DO_APP_FUNC(0x00EA8010, PlayableOutput, PlayableGraph_GetOutputByType, (PlayableGraph * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0A50, PlayableGraph_GetOutputByType__MethodInfo); DO_APP_FUNC(0x00EA8170, Object *, PlayableHandle_GetObject, (PlayableHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x00EA8240, bool, PlayableHandle_IsPlayableOfType, (PlayableHandle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2390, PlayableHandle_IsPlayableOfType__MethodInfo); DO_APP_FUNC(0x00EA82E0, bool, PlayableHandle_IsPlayableOfType_1, (PlayableHandle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2348, PlayableHandle_IsPlayableOfType_1__MethodInfo); DO_APP_FUNC(0x00EA8380, bool, PlayableHandle_IsPlayableOfType_2, (PlayableHandle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2330, PlayableHandle_IsPlayableOfType_2__MethodInfo); DO_APP_FUNC(0x00EA8420, bool, PlayableHandle_IsPlayableOfType_3, (PlayableHandle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC22F0, PlayableHandle_IsPlayableOfType_3__MethodInfo); DO_APP_FUNC(0x00EA84C0, bool, PlayableHandle_IsPlayableOfType_4, (PlayableHandle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2310, PlayableHandle_IsPlayableOfType_4__MethodInfo); DO_APP_FUNC(0x00EA8560, bool, PlayableHandle_IsPlayableOfType_5, (PlayableHandle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2298, PlayableHandle_IsPlayableOfType_5__MethodInfo); DO_APP_FUNC(0x00EA8600, bool, PlayableHandle_IsPlayableOfType_6, (PlayableHandle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC22A8, PlayableHandle_IsPlayableOfType_6__MethodInfo); DO_APP_FUNC(0x00EA86A0, bool, PlayableHandle_IsPlayableOfType_7, (PlayableHandle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC22C8, PlayableHandle_IsPlayableOfType_7__MethodInfo); DO_APP_FUNC(0x00EA8740, bool, PlayableHandle_IsPlayableOfType_8, (PlayableHandle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2278, PlayableHandle_IsPlayableOfType_8__MethodInfo); DO_APP_FUNC(0x00EA87E0, bool, PlayableHandle_IsPlayableOfType_9, (PlayableHandle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4CC8, PlayableHandle_IsPlayableOfType_9__MethodInfo); DO_APP_FUNC(0x00EA8880, bool, PlayableHandle_IsPlayableOfType_10, (PlayableHandle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4C68, PlayableHandle_IsPlayableOfType_10__MethodInfo); DO_APP_FUNC(0x00EA8920, bool, PlayableHandle_IsPlayableOfType_11, (PlayableHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x00EA89C0, bool, PlayableOutput_IsPlayableOutputOfType, (PlayableOutput * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70CC8, PlayableOutput_IsPlayableOutputOfType__MethodInfo); DO_APP_FUNC(0x00EA8B40, void, PlayableOutputExtensions_AddNotificationReceiver, (PlayableOutput output, INotificationReceiver * receiver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70CE0, PlayableOutputExtensions_AddNotificationReceiver__MethodInfo); DO_APP_FUNC(0x00EA8C50, int32_t, PlayableOutputExtensions_GetSourceOutputPort, (AnimationPlayableOutput output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0A30, PlayableOutputExtensions_GetSourceOutputPort__MethodInfo); DO_APP_FUNC(0x00EA8D20, Playable, PlayableOutputExtensions_GetSourcePlayable, (AnimationPlayableOutput output, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0A40, PlayableOutputExtensions_GetSourcePlayable__MethodInfo); DO_APP_FUNC(0x00EA8E10, void, PlayableOutputExtensions_PushNotification, (PlayableOutput output, Playable origin, INotification * notification, Object * context, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70D38, PlayableOutputExtensions_PushNotification__MethodInfo); DO_APP_FUNC(0x00EA8F70, void, PlayableOutputExtensions_SetReferenceObject, (PlayableOutput output, Object_1 * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70CE8, PlayableOutputExtensions_SetReferenceObject__MethodInfo); DO_APP_FUNC(0x00EA9080, void, PlayableOutputExtensions_SetSourcePlayable, (PlayableOutput output, Playable value, int32_t port, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70CB0, PlayableOutputExtensions_SetSourcePlayable__MethodInfo); DO_APP_FUNC(0x00EA91D0, void, PlayableOutputExtensions_SetUserData, (PlayableOutput output, Object_1 * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70CB8, PlayableOutputExtensions_SetUserData__MethodInfo); DO_APP_FUNC(0x00EA92E0, void, PlayableOutputExtensions_SetWeight, (AnimationPlayableOutput output, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70A60, PlayableOutputExtensions_SetWeight__MethodInfo); DO_APP_FUNC(0x00EA93C0, void, PlayableOutputExtensions_SetWeight_1, (PlayableOutput output, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C70CC0, PlayableOutputExtensions_SetWeight_1__MethodInfo); DO_APP_FUNC(0x00EA94D0, bool, PlayableOutputHandle_IsPlayableOutputOfType, (PlayableOutputHandle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC22E8, PlayableOutputHandle_IsPlayableOutputOfType__MethodInfo); DO_APP_FUNC(0x00EA9570, bool, PlayableOutputHandle_IsPlayableOutputOfType_1, (PlayableOutputHandle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4C50, PlayableOutputHandle_IsPlayableOutputOfType_1__MethodInfo); DO_APP_FUNC(0x00EA9610, bool, PlayableOutputHandle_IsPlayableOutputOfType_2, (PlayableOutputHandle * __this, MethodInfo * method)); DO_APP_FUNC(0x00EA96B0, bool, PlayableOutputHandle_IsPlayableOutputOfType_3, (PlayableOutputHandle * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CD58A8, PlayableOutputHandle_IsPlayableOutputOfType_3__MethodInfo); DO_APP_FUNC(0x00EA9750, Object *, PlayerController_GetElement_1, (PlayerController * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EA97E0, int32_t, PlayerController_hZwtLBTeYoOUxeVgSWkTGPmGXfDl, (IList_1_System_Object_ * param_00009ef0, Predicate_1_Object_ * param_00009ef1, int32_t param_00009ef2, MethodInfo * method)); DO_APP_FUNC(0x00EA98E0, Object *, PlayerController_1_GetElement_1, (PlayerController_1 * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EA9980, Object *, PlayerInput_1_GetDevice, (PlayerInput_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00EA9BD0, Object *, PointGraph_AddNode_1, (PointGraph * __this, Object * node, Int3 position, MethodInfo * method)); DO_APP_FUNC(0x00EA9E40, void, PointerEventsHelper_SendEnterLeave, (VisualElement * previousTopElementUnderPointer, VisualElement * currentTopElementUnderPointer, IPointerEvent * triggerEvent, Vector2 position, int32_t pointerId, MethodInfo * method)); DO_APP_FUNC(0x00EAA540, Object *, PostProcessBundle_CastRenderer, (PostProcessBundle * __this, MethodInfo * method)); DO_APP_FUNC(0x00EAA5A0, Object *, PostProcessBundle_CastSettings, (PostProcessBundle * __this, MethodInfo * method)); DO_APP_FUNC(0x00EAA600, PostProcessBundle *, PostProcessLayer_GetBundle_1, (PostProcessLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00EAA6B0, Object *, PostProcessLayer_GetSettings, (PostProcessLayer * __this, MethodInfo * method)); DO_APP_FUNC(0x00EAA6F0, int32_t, PostProcessLayer_RenderEffect, (PostProcessLayer * __this, PostProcessRenderContext * context, bool useTempTarget, MethodInfo * method)); DO_APP_FUNC(0x00EAA970, Object *, PostProcessProfile_AddSettings_2, (PostProcessProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x00EAAA30, Object *, PostProcessProfile_GetSetting, (PostProcessProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x00EAAC30, bool, PostProcessProfile_HasSettings_1, (PostProcessProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x00EAACA0, void, PostProcessProfile_RemoveSettings_1, (PostProcessProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x00EAAE90, bool, PostProcessProfile_TryGetSettings, (PostProcessProfile * __this, Object * * outSetting, MethodInfo * method)); DO_APP_FUNC(0x00EAB110, void, Preferences_Get, (String * key, int32_t * output, Func_3_String_Int32_Int32_ * get, Log * log, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CFA0, Preferences_Get__MethodInfo); DO_APP_FUNC(0x00EAB110, void, Preferences_Get_1, (String * key, Int32Enum__Enum * output, Func_3_String_Int32Enum_Int32Enum_ * get, Log * log, MethodInfo * method)); DO_APP_FUNC(0x00EAB1B0, void, Preferences_Get_2, (String * key, Object * * output, Func_3_String_Object_Object_ * get, Log * log, MethodInfo * method)); DO_APP_FUNC(0x00EAB290, void, Preferences_Get_3, (String * key, float * output, Func_3_String_Single_Single_ * get, Log * log, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5CFA8, Preferences_Get_3__MethodInfo); DO_APP_FUNC(0x00EAB330, void, Preferences_Set, (String * key, int32_t * field, int32_t value, Action_2_String_Int32_ * save, Log * log, IEqualityComparer_1_System_Int32_ * equality, bool setAtRuntime, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D1C0, Preferences_Set__MethodInfo); DO_APP_FUNC(0x00EAB550, void, Preferences_Set_1, (String * key, Int32Enum__Enum * field, Int32Enum__Enum value, Action_2_String_Int32Enum_ * save, Log * log, IEqualityComparer_1_System_Int32Enum_ * equality, bool setAtRuntime, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6B18, Preferences_Set_1__MethodInfo); DO_APP_FUNC(0x00EAB770, void, Preferences_Set_2, (String * key, Object * * field, Object * value, Action_2_String_Object_ * save, Log * log, IEqualityComparer_1_System_Object_ * equality, bool setAtRuntime, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6AF0, Preferences_Set_2__MethodInfo); DO_APP_FUNC(0x00EAB9E0, void, Preferences_Set_3, (String * key, float * field, float value, Action_2_String_Single_ * save, Log * log, IEqualityComparer_1_System_Single_ * equality, bool setAtRuntime, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5D158, Preferences_Set_3__MethodInfo); DO_APP_FUNC(0x00EABC20, void, ProbeReferenceVolume_DebugCellIndexChanged, (ProbeReferenceVolume * __this, DebugUI_Field_1_System_Object_ * field, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00EABC30, void, ProbeReferenceVolume_RefreshDebug, (ProbeReferenceVolume * __this, DebugUI_Field_1_System_Boolean_ * field, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57E18, ProbeReferenceVolume_RefreshDebug__MethodInfo); DO_APP_FUNC(0x00EABC30, void, ProbeReferenceVolume_RefreshDebug_1, (ProbeReferenceVolume * __this, DebugUI_Field_1_System_Int32_ * field, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C57E28, ProbeReferenceVolume_RefreshDebug_1__MethodInfo); DO_APP_FUNC(0x00EABC30, void, ProbeReferenceVolume_RefreshDebug_2, (ProbeReferenceVolume * __this, DebugUI_Field_1_System_Object_ * field, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00EABC60, List_1_System_Object_ *, ProcessThreadCollection_ConvertAll, (ProcessThreadCollection * __this, Converter_2_System_Diagnostics_ProcessThread_Object_ * converter, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC6AF8, ProcessThreadCollection_ConvertAll__MethodInfo); DO_APP_FUNC(0x00EABCB0, ProfilingSampler *, ProfilingSampler_Get, (Int32Enum__Enum marker, MethodInfo * method)); DO_APP_FUNC(0x00EABD50, ProfilingSampler *, ProfilingSampler_Get_1, (Object * marker, MethodInfo * method)); DO_APP_FUNC(0x00EABDF0, void, ProtocolClient_SetCallback, (ProtocolClient * __this, Action_1_Object_ * callback, MethodInfo * method)); DO_APP_FUNC(0x00EABE60, void, ProtocolClient_SetCallback_1, (ProtocolClient * __this, Action_1_Object_ * callback, UdpEndPoint filter, MethodInfo * method)); DO_APP_FUNC(0x00EABDF0, void, ProtocolClient_SetHandler, (ProtocolClient * __this, Action_1_Object_ * handler, MethodInfo * method)); DO_APP_FUNC(0x00EAC0D0, void, ProtocolClient_SetHandler_1, (ProtocolClient * __this, Action_1_Object_ * handler, UdpEndPoint filter, MethodInfo * method)); DO_APP_FUNC(0x00EAC340, void, ProtocolService_Send_1, (ProtocolService * __this, UdpEndPoint endpoint, MethodInfo * method)); DO_APP_FUNC(0x00EAC410, void, ProtocolService_Send_2, (ProtocolService * __this, UdpEndPoint endpoint, Action_1_Object_ * setup, MethodInfo * method)); DO_APP_FUNC(0x00EAC520, Object *, ProtocolTokenUtils_GetToken, (MethodInfo * method)); DO_APP_FUNC(0x00EAC600, void, ProvideHandle_Complete, (ProvideHandle * __this, Object * result, bool status, Exception * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63EC8, ProvideHandle_Complete__MethodInfo); DO_APP_FUNC(0x00EAC710, Object *, ProvideHandle_GetDependency, (ProvideHandle * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EAC750, int32_t, QuickSelect_Partition, (Object__Array * array, int32_t startIndex, int32_t endIndex, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00EAC930, int32_t, QuickSelect_Partition_1, (RaycastHit__Array * array, int32_t startIndex, int32_t endIndex, IComparer_1_UnityEngine_RaycastHit_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00EACBD0, Object *, QuickSelect_SmallestK, (Object__Array * array, int32_t arrayCount, int32_t k, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00EACC20, RaycastHit, QuickSelect_SmallestK_1, (RaycastHit__Array * array, int32_t arrayCount, int32_t k, IComparer_1_UnityEngine_RaycastHit_ * comparer, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE03E0, QuickSelect_SmallestK_1__MethodInfo); DO_APP_FUNC(0x00EACCB0, Object *, QuickSelect_SmallestK_2, (Object__Array * array, int32_t startIndex, int32_t endIndex, int32_t k, IComparer_1_System_Object_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00EACDA0, RaycastHit, QuickSelect_SmallestK_3, (RaycastHit__Array * array, int32_t startIndex, int32_t endIndex, int32_t k, IComparer_1_UnityEngine_RaycastHit_ * comparer, MethodInfo * method)); DO_APP_FUNC(0x00EACEE0, void, QuickSelect_Swap, (Object__Array * array, int32_t firstIndex, int32_t secondIndex, MethodInfo * method)); DO_APP_FUNC(0x00EACF50, void, QuickSelect_Swap_1, (RaycastHit__Array * array, int32_t firstIndex, int32_t secondIndex, MethodInfo * method)); DO_APP_FUNC(0x00E35710, bool, RangeSlider_SetClass, (Object * * currentValue, Object * newValue, MethodInfo * method)); DO_APP_FUNC(0x00EAD000, bool, RangeSlider_SetStruct, (bool * currentValue, bool newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA360, RangeSlider_SetStruct__MethodInfo); DO_APP_FUNC(0x00E358C0, bool, RangeSlider_SetStruct_1, (float * currentValue, float newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBA338, RangeSlider_SetStruct_1__MethodInfo); DO_APP_FUNC(0x00EAD110, bool, ReadOnlyArrayExtensions_Contains, (ReadOnlyArray_1_InternedString_ array, InternedString value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC4EE0, ReadOnlyArrayExtensions_Contains__MethodInfo); DO_APP_FUNC(0x00EAD1C0, bool, ReadOnlyArrayExtensions_Contains_1, (ReadOnlyArray_1_System_Object_ array, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00EAD280, bool, ReadOnlyArrayExtensions_ContainsReference, (ReadOnlyArray_1_System_Object_ array, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00EAD2B0, bool, ReadOnlyArrayExtensions_HaveEqualReferences, (ReadOnlyArray_1_System_Object_ array1, IReadOnlyList_1_System_Object_ * array2, int32_t count, MethodInfo * method)); DO_APP_FUNC(0x00EAD3D0, int32_t, ReadOnlyArrayExtensions_IndexOfReference, (ReadOnlyArray_1_System_Object_ array, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00EAD430, Object *, ReflectionTools_CallPrivateMethod, (Object * obj, String * name, Object__Array * param, MethodInfo * method)); DO_APP_FUNC(0x00EAD5E0, Object *, ReflectionTools_GetAttribute, (Type * type, bool inherit, MethodInfo * method)); DO_APP_FUNC(0x00EAD710, Object *, ReflectionTools_GetPrivateField, (Object * obj, String * name, MethodInfo * method)); DO_APP_FUNC(0x00EAD820, Object *, ReflectionTools_GetPrivateProperty, (Object * obj, String * name, MethodInfo * method)); DO_APP_FUNC(0x00EAD9B0, void, ReflectionTools_SetPrivateField, (Object * obj, String * name, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00EADA70, void, ReflectionTools_SetPrivateProperty, (Object * obj, String * name, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00EADBB0, RenderGraphBuilder, RenderGraph_AddRenderPass, (RenderGraph * __this, String * passName, Object * * passData, MethodInfo * method)); DO_APP_FUNC(0x00EADD40, RenderGraphBuilder, RenderGraph_AddRenderPass_1, (RenderGraph * __this, String * passName, Object * * passData, ProfilingSampler * sampler, MethodInfo * method)); DO_APP_FUNC(0x00EADF10, void, RenderGraphBuilder_SetRenderFunc, (RenderGraphBuilder * __this, RenderFunc_1_System_Object_ * renderFunc, MethodInfo * method)); DO_APP_FUNC(0x00EAE040, Object *, RenderGraphObjectPool_Get, (RenderGraphObjectPool * __this, MethodInfo * method)); DO_APP_FUNC(0x00EAE0B0, Object__Array *, RenderGraphObjectPool_GetTempArray, (RenderGraphObjectPool * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x00EAE610, RenderTargetIdentifier__Array *, RenderGraphObjectPool_GetTempArray_1, (RenderGraphObjectPool * __this, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56A50, RenderGraphObjectPool_GetTempArray_1__MethodInfo); DO_APP_FUNC(0x00EAEB70, void, RenderGraphObjectPool_Release, (RenderGraphObjectPool * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00EAEBF0, RenderFunc_1_System_Object_ *, RenderGraphPass_GetExecuteDelegate, (RenderGraphPass * __this, MethodInfo * method)); DO_APP_FUNC(0x00EAEC90, AsyncOperationHandle_1_System_Boolean_, ResourceManager_1_CreateChainOperation, (ResourceManager_1 * __this, AsyncOperationHandle dependentOp, Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2 * callback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83BD0, ResourceManager_1_CreateChainOperation__MethodInfo); DO_APP_FUNC(0x00EAEC90, AsyncOperationHandle_1_System_Int64_, ResourceManager_1_CreateChainOperation_1, (ResourceManager_1 * __this, AsyncOperationHandle dependentOp, Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * callback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83D18, ResourceManager_1_CreateChainOperation_1__MethodInfo); DO_APP_FUNC(0x00EAEC90, AsyncOperationHandle_1_System_Object_, ResourceManager_1_CreateChainOperation_2, (ResourceManager_1 * __this, AsyncOperationHandle dependentOp, Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 * callback, MethodInfo * method)); DO_APP_FUNC(0x00EAEC90, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, ResourceManager_1_CreateChainOperation_3, (ResourceManager_1 * __this, AsyncOperationHandle dependentOp, Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__3 * callback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83B98, ResourceManager_1_CreateChainOperation_3__MethodInfo); DO_APP_FUNC(0x00EAEDA0, AsyncOperationHandle_1_System_Object_, ResourceManager_1_CreateChainOperation_4, (ResourceManager_1 * __this, AsyncOperationHandle_1_System_Object_ dependentOp, Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * callback, MethodInfo * method)); DO_APP_FUNC(0x00EAEF50, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, ResourceManager_1_CreateChainOperation_5, (ResourceManager_1 * __this, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ dependentOp, Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 * callback, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83AE8, ResourceManager_1_CreateChainOperation_5__MethodInfo); DO_APP_FUNC(0x00EAF100, AsyncOperationHandle_1_System_Object_, ResourceManager_1_CreateChainOperation_6, (ResourceManager_1 * __this, AsyncOperationHandle dependentOp, Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1 * callback, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x00EAF210, AsyncOperationHandle_1_System_Object_, ResourceManager_1_CreateChainOperation_7, (ResourceManager_1 * __this, AsyncOperationHandle_1_System_Object_ dependentOp, Func_2_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1_ * callback, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x00EAF3C0, AsyncOperationHandle_1_System_Boolean_, ResourceManager_1_CreateCompletedOperation, (ResourceManager_1 * __this, bool result, String * errorMsg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83BC8, ResourceManager_1_CreateCompletedOperation__MethodInfo); DO_APP_FUNC(0x00EAF4C0, AsyncOperationHandle_1_System_Int64_, ResourceManager_1_CreateCompletedOperation_1, (ResourceManager_1 * __this, int64_t result, String * errorMsg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83D38, ResourceManager_1_CreateCompletedOperation_1__MethodInfo); DO_APP_FUNC(0x00EAF5C0, AsyncOperationHandle_1_System_Object_, ResourceManager_1_CreateCompletedOperation_2, (ResourceManager_1 * __this, Object * result, String * errorMsg, MethodInfo * method)); DO_APP_FUNC(0x00EAF6C0, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, ResourceManager_1_CreateCompletedOperation_3, (ResourceManager_1 * __this, SceneInstance result, String * errorMsg, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83B78, ResourceManager_1_CreateCompletedOperation_3__MethodInfo); DO_APP_FUNC(0x00EAF7D0, AsyncOperationHandle_1_System_Boolean_, ResourceManager_1_CreateCompletedOperationInternal, (ResourceManager_1 * __this, bool result, bool success, Exception * exception, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x00EAF950, AsyncOperationHandle_1_System_Int64_, ResourceManager_1_CreateCompletedOperationInternal_1, (ResourceManager_1 * __this, int64_t result, bool success, Exception * exception, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x00EAFAD0, AsyncOperationHandle_1_System_Object_, ResourceManager_1_CreateCompletedOperationInternal_2, (ResourceManager_1 * __this, Object * result, bool success, Exception * exception, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64530, ResourceManager_1_CreateCompletedOperationInternal_2__MethodInfo); DO_APP_FUNC(0x00EAFC50, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, ResourceManager_1_CreateCompletedOperationInternal_3, (ResourceManager_1 * __this, SceneInstance result, bool success, Exception * exception, bool releaseDependenciesOnFailure, MethodInfo * method)); DO_APP_FUNC(0x00EAFDE0, AsyncOperationHandle_1_System_Int64_, ResourceManager_1_CreateCompletedOperationWithException, (ResourceManager_1 * __this, int64_t result, Exception * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83DA8, ResourceManager_1_CreateCompletedOperationWithException__MethodInfo); DO_APP_FUNC(0x00EAFDE0, AsyncOperationHandle_1_System_Object_, ResourceManager_1_CreateCompletedOperationWithException_1, (ResourceManager_1 * __this, Object * result, Exception * exception, MethodInfo * method)); DO_APP_FUNC(0x00EAFE50, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, ResourceManager_1_CreateCompletedOperationWithException_2, (ResourceManager_1 * __this, SceneInstance result, Exception * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83BA8, ResourceManager_1_CreateCompletedOperationWithException_2__MethodInfo); DO_APP_FUNC(0x00EAFED0, AsyncOperationHandle_1_System_Collections_Generic_IList_1_, ResourceManager_1_CreateGroupOperation, (ResourceManager_1 * __this, IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * locations, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83AB8, ResourceManager_1_CreateGroupOperation__MethodInfo); DO_APP_FUNC(0x00EB03F0, AsyncOperationHandle_1_System_Collections_Generic_IList_1_, ResourceManager_1_CreateGroupOperation_1, (ResourceManager_1 * __this, IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * locations, bool allowFailedDependencies, MethodInfo * method)); DO_APP_FUNC(0x00EB0A00, Object *, ResourceManager_1_CreateOperation, (ResourceManager_1 * __this, Type * actualType, int32_t typeHash, IOperationCacheKey * cacheKey, Action_1_UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation_ * onDestroyAction, MethodInfo * method)); DO_APP_FUNC(0x00EB0C70, AsyncOperationHandle_1_System_Object_, ResourceManager_1_ProvideResource_1, (ResourceManager_1 * __this, IResourceLocation * location, MethodInfo * method)); DO_APP_FUNC(0x00EB0E10, AsyncOperationHandle_1_System_Collections_Generic_IList_1__4, ResourceManager_1_ProvideResources, (ResourceManager_1 * __this, IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * locations, Action_1_Object_ * callback, MethodInfo * method)); DO_APP_FUNC(0x00EB0E60, AsyncOperationHandle_1_System_Collections_Generic_IList_1__4, ResourceManager_1_ProvideResources_1, (ResourceManager_1 * __this, IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_ * locations, bool releaseDependenciesOnFailure, Action_1_Object_ * callback, MethodInfo * method)); DO_APP_FUNC(0x00EB1230, AsyncOperationHandle_1_System_Boolean_, ResourceManager_1_StartOperation_1, (ResourceManager_1 * __this, AsyncOperationBase_1_System_Boolean_ * operation, AsyncOperationHandle dependency, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C83528, ResourceManager_1_StartOperation_1__MethodInfo); DO_APP_FUNC(0x00EB1230, AsyncOperationHandle_1_System_Int64_, ResourceManager_1_StartOperation_2, (ResourceManager_1 * __this, AsyncOperationBase_1_System_Int64_ * operation, AsyncOperationHandle dependency, MethodInfo * method)); DO_APP_FUNC(0x00EB1230, AsyncOperationHandle_1_System_Object_, ResourceManager_1_StartOperation_3, (ResourceManager_1 * __this, AsyncOperationBase_1_System_Object_ * operation, AsyncOperationHandle dependency, MethodInfo * method)); DO_APP_FUNC(0x00EB1230, AsyncOperationHandle_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_, ResourceManager_1_StartOperation_4, (ResourceManager_1 * __this, AsyncOperationBase_1_UnityEngine_ResourceManagement_ResourceProviders_SceneInstance_ * operation, AsyncOperationHandle dependency, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C63DB0, ResourceManager_1_StartOperation_4__MethodInfo); DO_APP_FUNC(0x00EB12D0, Object *, ResourceManagerConfig_CreateArrayResult_1, (Object_1__Array * allAssets, MethodInfo * method)); DO_APP_FUNC(0x00EB13C0, Object *, ResourceManagerConfig_CreateListResult_1, (Object_1__Array * allAssets, MethodInfo * method)); DO_APP_FUNC(0x00EB1480, bool, ResourceManagerConfig_IsInstance, (MethodInfo * method)); DO_APP_FUNC(0x00CCF6B0, Object__Array *, Resources_ConvertObjects, (Object_1__Array * rawObjects, MethodInfo * method)); DO_APP_FUNC(0x00EB1520, Object__Array *, Resources_FindObjectsOfTypeAll_1, (MethodInfo * method)); DO_APP_FUNC(0x00EB15A0, Object *, Resources_GetBuiltinResource_1, (String * path, MethodInfo * method)); DO_APP_FUNC(0x00EB16A0, Object *, Resources_Load_2, (String * path, MethodInfo * method)); DO_APP_FUNC(0x00EB1760, ResourceRequest *, Resources_LoadAsync_1, (String * path, MethodInfo * method)); DO_APP_FUNC(0x00EB17D0, bool, RuntimeHelpers_IsReferenceOrContainsReferences, (MethodInfo * method)); DO_APP_FUNC(0x00EB1900, bool, RuntimeHelpers_IsReferenceOrContainsReferences_1, (MethodInfo * method)); DO_APP_FUNC(0x00EB1A30, bool, RuntimeHelpers_IsReferenceOrContainsReferences_2, (MethodInfo * method)); DO_APP_FUNC(0x00EB1B60, bool, RuntimeHelpers_IsReferenceOrContainsReferences_3, (MethodInfo * method)); DO_APP_FUNC(0x00EB1C90, bool, RuntimeHelpers_IsReferenceOrContainsReferences_4, (MethodInfo * method)); DO_APP_FUNC(0x00EB1DC0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_5, (MethodInfo * method)); DO_APP_FUNC(0x00EB1EF0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_6, (MethodInfo * method)); DO_APP_FUNC(0x00EB2020, bool, RuntimeHelpers_IsReferenceOrContainsReferences_7, (MethodInfo * method)); DO_APP_FUNC(0x00EB2150, bool, RuntimeHelpers_IsReferenceOrContainsReferences_8, (MethodInfo * method)); DO_APP_FUNC(0x00EB2280, bool, RuntimeHelpers_IsReferenceOrContainsReferences_9, (MethodInfo * method)); DO_APP_FUNC(0x00EB23B0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_10, (MethodInfo * method)); DO_APP_FUNC(0x00EB24E0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_11, (MethodInfo * method)); DO_APP_FUNC(0x00EB2610, bool, RuntimeHelpers_IsReferenceOrContainsReferences_12, (MethodInfo * method)); DO_APP_FUNC(0x00EB2740, bool, RuntimeHelpers_IsReferenceOrContainsReferences_13, (MethodInfo * method)); DO_APP_FUNC(0x00EB2870, bool, RuntimeHelpers_IsReferenceOrContainsReferences_14, (MethodInfo * method)); DO_APP_FUNC(0x00EB29A0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_15, (MethodInfo * method)); DO_APP_FUNC(0x00EB2AD0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_16, (MethodInfo * method)); DO_APP_FUNC(0x00EB2C00, bool, RuntimeHelpers_IsReferenceOrContainsReferences_17, (MethodInfo * method)); DO_APP_FUNC(0x00EB2D30, bool, RuntimeHelpers_IsReferenceOrContainsReferences_18, (MethodInfo * method)); DO_APP_FUNC(0x00EB2E60, bool, RuntimeHelpers_IsReferenceOrContainsReferences_19, (MethodInfo * method)); DO_APP_FUNC(0x00EB2F90, bool, RuntimeHelpers_IsReferenceOrContainsReferences_20, (MethodInfo * method)); DO_APP_FUNC(0x00EB30C0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_21, (MethodInfo * method)); DO_APP_FUNC(0x00EB31F0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_22, (MethodInfo * method)); DO_APP_FUNC(0x00EB3320, bool, RuntimeHelpers_IsReferenceOrContainsReferences_23, (MethodInfo * method)); DO_APP_FUNC(0x00EB3450, bool, RuntimeHelpers_IsReferenceOrContainsReferences_24, (MethodInfo * method)); DO_APP_FUNC(0x00EB3580, bool, RuntimeHelpers_IsReferenceOrContainsReferences_25, (MethodInfo * method)); DO_APP_FUNC(0x00EB36B0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_26, (MethodInfo * method)); DO_APP_FUNC(0x00EB37E0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_27, (MethodInfo * method)); DO_APP_FUNC(0x00EB3910, bool, RuntimeHelpers_IsReferenceOrContainsReferences_28, (MethodInfo * method)); DO_APP_FUNC(0x00EB3A40, bool, RuntimeHelpers_IsReferenceOrContainsReferences_29, (MethodInfo * method)); DO_APP_FUNC(0x00EB3B70, bool, RuntimeHelpers_IsReferenceOrContainsReferences_30, (MethodInfo * method)); DO_APP_FUNC(0x00EB3CA0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_31, (MethodInfo * method)); DO_APP_FUNC(0x00EB3DD0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_32, (MethodInfo * method)); DO_APP_FUNC(0x00EB3F00, bool, RuntimeHelpers_IsReferenceOrContainsReferences_33, (MethodInfo * method)); DO_APP_FUNC(0x00EB4030, bool, RuntimeHelpers_IsReferenceOrContainsReferences_34, (MethodInfo * method)); DO_APP_FUNC(0x00EB4160, bool, RuntimeHelpers_IsReferenceOrContainsReferences_35, (MethodInfo * method)); DO_APP_FUNC(0x00EB4290, bool, RuntimeHelpers_IsReferenceOrContainsReferences_36, (MethodInfo * method)); DO_APP_FUNC(0x00EB43C0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_37, (MethodInfo * method)); DO_APP_FUNC(0x00EB44F0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_38, (MethodInfo * method)); DO_APP_FUNC(0x00EB4620, bool, RuntimeHelpers_IsReferenceOrContainsReferences_39, (MethodInfo * method)); DO_APP_FUNC(0x00EB4750, bool, RuntimeHelpers_IsReferenceOrContainsReferences_40, (MethodInfo * method)); DO_APP_FUNC(0x00EB4880, bool, RuntimeHelpers_IsReferenceOrContainsReferences_41, (MethodInfo * method)); DO_APP_FUNC(0x00EB49B0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_42, (MethodInfo * method)); DO_APP_FUNC(0x00EB4AE0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_43, (MethodInfo * method)); DO_APP_FUNC(0x00EB4C10, bool, RuntimeHelpers_IsReferenceOrContainsReferences_44, (MethodInfo * method)); DO_APP_FUNC(0x00EB4D40, bool, RuntimeHelpers_IsReferenceOrContainsReferences_45, (MethodInfo * method)); DO_APP_FUNC(0x00EB4E70, bool, RuntimeHelpers_IsReferenceOrContainsReferences_46, (MethodInfo * method)); DO_APP_FUNC(0x00EB4FA0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_47, (MethodInfo * method)); DO_APP_FUNC(0x00EB50D0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_48, (MethodInfo * method)); DO_APP_FUNC(0x00EB5200, bool, RuntimeHelpers_IsReferenceOrContainsReferences_49, (MethodInfo * method)); DO_APP_FUNC(0x00EB5330, bool, RuntimeHelpers_IsReferenceOrContainsReferences_50, (MethodInfo * method)); DO_APP_FUNC(0x00EB5460, bool, RuntimeHelpers_IsReferenceOrContainsReferences_51, (MethodInfo * method)); DO_APP_FUNC(0x00EB5590, bool, RuntimeHelpers_IsReferenceOrContainsReferences_52, (MethodInfo * method)); DO_APP_FUNC(0x00EB56C0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_53, (MethodInfo * method)); DO_APP_FUNC(0x00EB57F0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_54, (MethodInfo * method)); DO_APP_FUNC(0x00EB5920, bool, RuntimeHelpers_IsReferenceOrContainsReferences_55, (MethodInfo * method)); DO_APP_FUNC(0x00EB5A50, bool, RuntimeHelpers_IsReferenceOrContainsReferences_56, (MethodInfo * method)); DO_APP_FUNC(0x00EB5B80, bool, RuntimeHelpers_IsReferenceOrContainsReferences_57, (MethodInfo * method)); DO_APP_FUNC(0x00EB5CB0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_58, (MethodInfo * method)); DO_APP_FUNC(0x00EB5DE0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_59, (MethodInfo * method)); DO_APP_FUNC(0x00EB5F10, bool, RuntimeHelpers_IsReferenceOrContainsReferences_60, (MethodInfo * method)); DO_APP_FUNC(0x00EB6040, bool, RuntimeHelpers_IsReferenceOrContainsReferences_61, (MethodInfo * method)); DO_APP_FUNC(0x00EB6170, bool, RuntimeHelpers_IsReferenceOrContainsReferences_62, (MethodInfo * method)); DO_APP_FUNC(0x00EB62A0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_63, (MethodInfo * method)); DO_APP_FUNC(0x00EB63D0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_64, (MethodInfo * method)); DO_APP_FUNC(0x00EB6500, bool, RuntimeHelpers_IsReferenceOrContainsReferences_65, (MethodInfo * method)); DO_APP_FUNC(0x00EB6630, bool, RuntimeHelpers_IsReferenceOrContainsReferences_66, (MethodInfo * method)); DO_APP_FUNC(0x00EB6760, bool, RuntimeHelpers_IsReferenceOrContainsReferences_67, (MethodInfo * method)); DO_APP_FUNC(0x00EB6890, bool, RuntimeHelpers_IsReferenceOrContainsReferences_68, (MethodInfo * method)); DO_APP_FUNC(0x00EB69C0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_69, (MethodInfo * method)); DO_APP_FUNC(0x00EB6AF0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_70, (MethodInfo * method)); DO_APP_FUNC(0x00EB6C20, bool, RuntimeHelpers_IsReferenceOrContainsReferences_71, (MethodInfo * method)); DO_APP_FUNC(0x00EB6D50, bool, RuntimeHelpers_IsReferenceOrContainsReferences_72, (MethodInfo * method)); DO_APP_FUNC(0x00EB6E80, bool, RuntimeHelpers_IsReferenceOrContainsReferences_73, (MethodInfo * method)); DO_APP_FUNC(0x00EB6FB0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_74, (MethodInfo * method)); DO_APP_FUNC(0x00EB70E0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_75, (MethodInfo * method)); DO_APP_FUNC(0x00EB7210, bool, RuntimeHelpers_IsReferenceOrContainsReferences_76, (MethodInfo * method)); DO_APP_FUNC(0x00EB7340, bool, RuntimeHelpers_IsReferenceOrContainsReferences_77, (MethodInfo * method)); DO_APP_FUNC(0x00EB7470, bool, RuntimeHelpers_IsReferenceOrContainsReferences_78, (MethodInfo * method)); DO_APP_FUNC(0x00EB75A0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_79, (MethodInfo * method)); DO_APP_FUNC(0x00EB76D0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_80, (MethodInfo * method)); DO_APP_FUNC(0x00EB7800, bool, RuntimeHelpers_IsReferenceOrContainsReferences_81, (MethodInfo * method)); DO_APP_FUNC(0x00EB7930, bool, RuntimeHelpers_IsReferenceOrContainsReferences_82, (MethodInfo * method)); DO_APP_FUNC(0x00EB7A60, bool, RuntimeHelpers_IsReferenceOrContainsReferences_83, (MethodInfo * method)); DO_APP_FUNC(0x00EB7B90, bool, RuntimeHelpers_IsReferenceOrContainsReferences_84, (MethodInfo * method)); DO_APP_FUNC(0x00EB7CC0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_85, (MethodInfo * method)); DO_APP_FUNC(0x00EB7DF0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_86, (MethodInfo * method)); DO_APP_FUNC(0x00EB7F20, bool, RuntimeHelpers_IsReferenceOrContainsReferences_87, (MethodInfo * method)); DO_APP_FUNC(0x00EB8050, bool, RuntimeHelpers_IsReferenceOrContainsReferences_88, (MethodInfo * method)); DO_APP_FUNC(0x00EB8180, bool, RuntimeHelpers_IsReferenceOrContainsReferences_89, (MethodInfo * method)); DO_APP_FUNC(0x00EB82B0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_90, (MethodInfo * method)); DO_APP_FUNC(0x00EB83E0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_91, (MethodInfo * method)); DO_APP_FUNC(0x00EB8510, bool, RuntimeHelpers_IsReferenceOrContainsReferences_92, (MethodInfo * method)); DO_APP_FUNC(0x00EB8640, bool, RuntimeHelpers_IsReferenceOrContainsReferences_93, (MethodInfo * method)); DO_APP_FUNC(0x00EB8770, bool, RuntimeHelpers_IsReferenceOrContainsReferences_94, (MethodInfo * method)); DO_APP_FUNC(0x00EB88A0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_95, (MethodInfo * method)); DO_APP_FUNC(0x00EB89D0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_96, (MethodInfo * method)); DO_APP_FUNC(0x00EB8B00, bool, RuntimeHelpers_IsReferenceOrContainsReferences_97, (MethodInfo * method)); DO_APP_FUNC(0x00EB8C30, bool, RuntimeHelpers_IsReferenceOrContainsReferences_98, (MethodInfo * method)); DO_APP_FUNC(0x00EB8D60, bool, RuntimeHelpers_IsReferenceOrContainsReferences_99, (MethodInfo * method)); DO_APP_FUNC(0x00EB8E90, bool, RuntimeHelpers_IsReferenceOrContainsReferences_100, (MethodInfo * method)); DO_APP_FUNC(0x00EB8FC0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_101, (MethodInfo * method)); DO_APP_FUNC(0x00EB90F0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_102, (MethodInfo * method)); DO_APP_FUNC(0x00EB9220, bool, RuntimeHelpers_IsReferenceOrContainsReferences_103, (MethodInfo * method)); DO_APP_FUNC(0x00EB9350, bool, RuntimeHelpers_IsReferenceOrContainsReferences_104, (MethodInfo * method)); DO_APP_FUNC(0x00EB9480, bool, RuntimeHelpers_IsReferenceOrContainsReferences_105, (MethodInfo * method)); DO_APP_FUNC(0x00EB95B0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_106, (MethodInfo * method)); DO_APP_FUNC(0x00EB96E0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_107, (MethodInfo * method)); DO_APP_FUNC(0x00EB9810, bool, RuntimeHelpers_IsReferenceOrContainsReferences_108, (MethodInfo * method)); DO_APP_FUNC(0x00EB9940, bool, RuntimeHelpers_IsReferenceOrContainsReferences_109, (MethodInfo * method)); DO_APP_FUNC(0x00EB9A70, bool, RuntimeHelpers_IsReferenceOrContainsReferences_110, (MethodInfo * method)); DO_APP_FUNC(0x00EB9BA0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_111, (MethodInfo * method)); DO_APP_FUNC(0x00EB9CD0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_112, (MethodInfo * method)); DO_APP_FUNC(0x00EB9E00, bool, RuntimeHelpers_IsReferenceOrContainsReferences_113, (MethodInfo * method)); DO_APP_FUNC(0x00EB9F30, bool, RuntimeHelpers_IsReferenceOrContainsReferences_114, (MethodInfo * method)); DO_APP_FUNC(0x00EBA060, bool, RuntimeHelpers_IsReferenceOrContainsReferences_115, (MethodInfo * method)); DO_APP_FUNC(0x00EBA190, bool, RuntimeHelpers_IsReferenceOrContainsReferences_116, (MethodInfo * method)); DO_APP_FUNC(0x00EBA2C0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_117, (MethodInfo * method)); DO_APP_FUNC(0x00EBA3F0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_118, (MethodInfo * method)); DO_APP_FUNC(0x00EBA520, bool, RuntimeHelpers_IsReferenceOrContainsReferences_119, (MethodInfo * method)); DO_APP_FUNC(0x00EBA650, bool, RuntimeHelpers_IsReferenceOrContainsReferences_120, (MethodInfo * method)); DO_APP_FUNC(0x00EBA780, bool, RuntimeHelpers_IsReferenceOrContainsReferences_121, (MethodInfo * method)); DO_APP_FUNC(0x00EBA8B0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_122, (MethodInfo * method)); DO_APP_FUNC(0x00EBA9E0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_123, (MethodInfo * method)); DO_APP_FUNC(0x00EBAB10, bool, RuntimeHelpers_IsReferenceOrContainsReferences_124, (MethodInfo * method)); DO_APP_FUNC(0x00EBAC40, bool, RuntimeHelpers_IsReferenceOrContainsReferences_125, (MethodInfo * method)); DO_APP_FUNC(0x00EBAD70, bool, RuntimeHelpers_IsReferenceOrContainsReferences_126, (MethodInfo * method)); DO_APP_FUNC(0x00EBAEA0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_127, (MethodInfo * method)); DO_APP_FUNC(0x00EBAFD0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_128, (MethodInfo * method)); DO_APP_FUNC(0x00EBB100, bool, RuntimeHelpers_IsReferenceOrContainsReferences_129, (MethodInfo * method)); DO_APP_FUNC(0x00EBB230, bool, RuntimeHelpers_IsReferenceOrContainsReferences_130, (MethodInfo * method)); DO_APP_FUNC(0x00EBB360, bool, RuntimeHelpers_IsReferenceOrContainsReferences_131, (MethodInfo * method)); DO_APP_FUNC(0x00EBB490, bool, RuntimeHelpers_IsReferenceOrContainsReferences_132, (MethodInfo * method)); DO_APP_FUNC(0x00EBB5C0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_133, (MethodInfo * method)); DO_APP_FUNC(0x00EBB6F0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_134, (MethodInfo * method)); DO_APP_FUNC(0x00EBB820, bool, RuntimeHelpers_IsReferenceOrContainsReferences_135, (MethodInfo * method)); DO_APP_FUNC(0x00EBB950, bool, RuntimeHelpers_IsReferenceOrContainsReferences_136, (MethodInfo * method)); DO_APP_FUNC(0x00EBBA80, bool, RuntimeHelpers_IsReferenceOrContainsReferences_137, (MethodInfo * method)); DO_APP_FUNC(0x00EBBBB0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_138, (MethodInfo * method)); DO_APP_FUNC(0x00EBBCE0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_139, (MethodInfo * method)); DO_APP_FUNC(0x00EBBE10, bool, RuntimeHelpers_IsReferenceOrContainsReferences_140, (MethodInfo * method)); DO_APP_FUNC(0x00EBBF40, bool, RuntimeHelpers_IsReferenceOrContainsReferences_141, (MethodInfo * method)); DO_APP_FUNC(0x00EBC070, bool, RuntimeHelpers_IsReferenceOrContainsReferences_142, (MethodInfo * method)); DO_APP_FUNC(0x00EBC1A0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_143, (MethodInfo * method)); DO_APP_FUNC(0x00EBC2D0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_144, (MethodInfo * method)); DO_APP_FUNC(0x00EBC400, bool, RuntimeHelpers_IsReferenceOrContainsReferences_145, (MethodInfo * method)); DO_APP_FUNC(0x00EBC530, bool, RuntimeHelpers_IsReferenceOrContainsReferences_146, (MethodInfo * method)); DO_APP_FUNC(0x00EBC660, bool, RuntimeHelpers_IsReferenceOrContainsReferences_147, (MethodInfo * method)); DO_APP_FUNC(0x00EBC790, bool, RuntimeHelpers_IsReferenceOrContainsReferences_148, (MethodInfo * method)); DO_APP_FUNC(0x00EBC8C0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_149, (MethodInfo * method)); DO_APP_FUNC(0x00EBC9F0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_150, (MethodInfo * method)); DO_APP_FUNC(0x00EBCB20, bool, RuntimeHelpers_IsReferenceOrContainsReferences_151, (MethodInfo * method)); DO_APP_FUNC(0x00EBCC50, bool, RuntimeHelpers_IsReferenceOrContainsReferences_152, (MethodInfo * method)); DO_APP_FUNC(0x00EBCD80, bool, RuntimeHelpers_IsReferenceOrContainsReferences_153, (MethodInfo * method)); DO_APP_FUNC(0x00EBCEB0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_154, (MethodInfo * method)); DO_APP_FUNC(0x00EBCFE0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_155, (MethodInfo * method)); DO_APP_FUNC(0x00EBD110, bool, RuntimeHelpers_IsReferenceOrContainsReferences_156, (MethodInfo * method)); DO_APP_FUNC(0x00EBD240, bool, RuntimeHelpers_IsReferenceOrContainsReferences_157, (MethodInfo * method)); DO_APP_FUNC(0x00EBD370, bool, RuntimeHelpers_IsReferenceOrContainsReferences_158, (MethodInfo * method)); DO_APP_FUNC(0x00EBD4A0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_159, (MethodInfo * method)); DO_APP_FUNC(0x00EBD5D0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_160, (MethodInfo * method)); DO_APP_FUNC(0x00EBD700, bool, RuntimeHelpers_IsReferenceOrContainsReferences_161, (MethodInfo * method)); DO_APP_FUNC(0x00EBD830, bool, RuntimeHelpers_IsReferenceOrContainsReferences_162, (MethodInfo * method)); DO_APP_FUNC(0x00EBD960, bool, RuntimeHelpers_IsReferenceOrContainsReferences_163, (MethodInfo * method)); DO_APP_FUNC(0x00EBDA90, bool, RuntimeHelpers_IsReferenceOrContainsReferences_164, (MethodInfo * method)); DO_APP_FUNC(0x00EBDBC0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_165, (MethodInfo * method)); DO_APP_FUNC(0x00EBDCF0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_166, (MethodInfo * method)); DO_APP_FUNC(0x00EBDE20, bool, RuntimeHelpers_IsReferenceOrContainsReferences_167, (MethodInfo * method)); DO_APP_FUNC(0x00EBDF50, bool, RuntimeHelpers_IsReferenceOrContainsReferences_168, (MethodInfo * method)); DO_APP_FUNC(0x00EBE080, bool, RuntimeHelpers_IsReferenceOrContainsReferences_169, (MethodInfo * method)); DO_APP_FUNC(0x00EBE1B0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_170, (MethodInfo * method)); DO_APP_FUNC(0x00EBE2E0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_171, (MethodInfo * method)); DO_APP_FUNC(0x00EBE410, bool, RuntimeHelpers_IsReferenceOrContainsReferences_172, (MethodInfo * method)); DO_APP_FUNC(0x00EBE540, bool, RuntimeHelpers_IsReferenceOrContainsReferences_173, (MethodInfo * method)); DO_APP_FUNC(0x00EBE670, bool, RuntimeHelpers_IsReferenceOrContainsReferences_174, (MethodInfo * method)); DO_APP_FUNC(0x00EBE7A0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_175, (MethodInfo * method)); DO_APP_FUNC(0x00EBE8D0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_176, (MethodInfo * method)); DO_APP_FUNC(0x00EBEA00, bool, RuntimeHelpers_IsReferenceOrContainsReferences_177, (MethodInfo * method)); DO_APP_FUNC(0x00EBEB30, bool, RuntimeHelpers_IsReferenceOrContainsReferences_178, (MethodInfo * method)); DO_APP_FUNC(0x00EBEC60, bool, RuntimeHelpers_IsReferenceOrContainsReferences_179, (MethodInfo * method)); DO_APP_FUNC(0x00EBED90, bool, RuntimeHelpers_IsReferenceOrContainsReferences_180, (MethodInfo * method)); DO_APP_FUNC(0x00EBEEC0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_181, (MethodInfo * method)); DO_APP_FUNC(0x00EBEFF0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_182, (MethodInfo * method)); DO_APP_FUNC(0x00EBF120, bool, RuntimeHelpers_IsReferenceOrContainsReferences_183, (MethodInfo * method)); DO_APP_FUNC(0x00EBF250, bool, RuntimeHelpers_IsReferenceOrContainsReferences_184, (MethodInfo * method)); DO_APP_FUNC(0x00EBF380, bool, RuntimeHelpers_IsReferenceOrContainsReferences_185, (MethodInfo * method)); DO_APP_FUNC(0x00EBF4B0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_186, (MethodInfo * method)); DO_APP_FUNC(0x00EBF5E0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_187, (MethodInfo * method)); DO_APP_FUNC(0x00EBF710, bool, RuntimeHelpers_IsReferenceOrContainsReferences_188, (MethodInfo * method)); DO_APP_FUNC(0x00EBF840, bool, RuntimeHelpers_IsReferenceOrContainsReferences_189, (MethodInfo * method)); DO_APP_FUNC(0x00EBF970, bool, RuntimeHelpers_IsReferenceOrContainsReferences_190, (MethodInfo * method)); DO_APP_FUNC(0x00EBFAA0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_191, (MethodInfo * method)); DO_APP_FUNC(0x00EBFBD0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_192, (MethodInfo * method)); DO_APP_FUNC(0x00EBFD00, bool, RuntimeHelpers_IsReferenceOrContainsReferences_193, (MethodInfo * method)); DO_APP_FUNC(0x00EBFE30, bool, RuntimeHelpers_IsReferenceOrContainsReferences_194, (MethodInfo * method)); DO_APP_FUNC(0x00EBFF60, bool, RuntimeHelpers_IsReferenceOrContainsReferences_195, (MethodInfo * method)); DO_APP_FUNC(0x00EC0090, bool, RuntimeHelpers_IsReferenceOrContainsReferences_196, (MethodInfo * method)); DO_APP_FUNC(0x00EC01C0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_197, (MethodInfo * method)); DO_APP_FUNC(0x00EC02F0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_198, (MethodInfo * method)); DO_APP_FUNC(0x00EC0420, bool, RuntimeHelpers_IsReferenceOrContainsReferences_199, (MethodInfo * method)); DO_APP_FUNC(0x00EC0550, bool, RuntimeHelpers_IsReferenceOrContainsReferences_200, (MethodInfo * method)); DO_APP_FUNC(0x00EC0680, bool, RuntimeHelpers_IsReferenceOrContainsReferences_201, (MethodInfo * method)); DO_APP_FUNC(0x00EC07B0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_202, (MethodInfo * method)); DO_APP_FUNC(0x00EC08E0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_203, (MethodInfo * method)); DO_APP_FUNC(0x00EC0A10, bool, RuntimeHelpers_IsReferenceOrContainsReferences_204, (MethodInfo * method)); DO_APP_FUNC(0x00EC0B40, bool, RuntimeHelpers_IsReferenceOrContainsReferences_205, (MethodInfo * method)); DO_APP_FUNC(0x00EC0C70, bool, RuntimeHelpers_IsReferenceOrContainsReferences_206, (MethodInfo * method)); DO_APP_FUNC(0x00EC0DA0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_207, (MethodInfo * method)); DO_APP_FUNC(0x00EC0ED0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_208, (MethodInfo * method)); DO_APP_FUNC(0x00EC1000, bool, RuntimeHelpers_IsReferenceOrContainsReferences_209, (MethodInfo * method)); DO_APP_FUNC(0x00EC1130, bool, RuntimeHelpers_IsReferenceOrContainsReferences_210, (MethodInfo * method)); DO_APP_FUNC(0x00EC1260, bool, RuntimeHelpers_IsReferenceOrContainsReferences_211, (MethodInfo * method)); DO_APP_FUNC(0x00EC1390, bool, RuntimeHelpers_IsReferenceOrContainsReferences_212, (MethodInfo * method)); DO_APP_FUNC(0x00EC14C0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_213, (MethodInfo * method)); DO_APP_FUNC(0x00EC15F0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_214, (MethodInfo * method)); DO_APP_FUNC(0x00EC1720, bool, RuntimeHelpers_IsReferenceOrContainsReferences_215, (MethodInfo * method)); DO_APP_FUNC(0x00EC1850, bool, RuntimeHelpers_IsReferenceOrContainsReferences_216, (MethodInfo * method)); DO_APP_FUNC(0x00EC1980, bool, RuntimeHelpers_IsReferenceOrContainsReferences_217, (MethodInfo * method)); DO_APP_FUNC(0x00EC1AB0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_218, (MethodInfo * method)); DO_APP_FUNC(0x00EC1BE0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_219, (MethodInfo * method)); DO_APP_FUNC(0x00EC1D10, bool, RuntimeHelpers_IsReferenceOrContainsReferences_220, (MethodInfo * method)); DO_APP_FUNC(0x00EC1E40, bool, RuntimeHelpers_IsReferenceOrContainsReferences_221, (MethodInfo * method)); DO_APP_FUNC(0x00EC1F70, bool, RuntimeHelpers_IsReferenceOrContainsReferences_222, (MethodInfo * method)); DO_APP_FUNC(0x00EC20A0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_223, (MethodInfo * method)); DO_APP_FUNC(0x00EC2230, bool, RuntimeHelpers_IsReferenceOrContainsReferences_224, (MethodInfo * method)); DO_APP_FUNC(0x00EC2360, bool, RuntimeHelpers_IsReferenceOrContainsReferences_225, (MethodInfo * method)); DO_APP_FUNC(0x00EC2490, bool, RuntimeHelpers_IsReferenceOrContainsReferences_226, (MethodInfo * method)); DO_APP_FUNC(0x00EC25C0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_227, (MethodInfo * method)); DO_APP_FUNC(0x00EC26F0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_228, (MethodInfo * method)); DO_APP_FUNC(0x00EC2820, bool, RuntimeHelpers_IsReferenceOrContainsReferences_229, (MethodInfo * method)); DO_APP_FUNC(0x00EC2950, bool, RuntimeHelpers_IsReferenceOrContainsReferences_230, (MethodInfo * method)); DO_APP_FUNC(0x00EC2A80, bool, RuntimeHelpers_IsReferenceOrContainsReferences_231, (MethodInfo * method)); DO_APP_FUNC(0x00EC2BB0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_232, (MethodInfo * method)); DO_APP_FUNC(0x00EC2CE0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_233, (MethodInfo * method)); DO_APP_FUNC(0x00EC2E10, bool, RuntimeHelpers_IsReferenceOrContainsReferences_234, (MethodInfo * method)); DO_APP_FUNC(0x00EC2F40, bool, RuntimeHelpers_IsReferenceOrContainsReferences_235, (MethodInfo * method)); DO_APP_FUNC(0x00EC3070, bool, RuntimeHelpers_IsReferenceOrContainsReferences_236, (MethodInfo * method)); DO_APP_FUNC(0x00EC31A0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_237, (MethodInfo * method)); DO_APP_FUNC(0x00EC32D0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_238, (MethodInfo * method)); DO_APP_FUNC(0x00EC3400, bool, RuntimeHelpers_IsReferenceOrContainsReferences_239, (MethodInfo * method)); DO_APP_FUNC(0x00EC3530, bool, RuntimeHelpers_IsReferenceOrContainsReferences_240, (MethodInfo * method)); DO_APP_FUNC(0x00EC3660, bool, RuntimeHelpers_IsReferenceOrContainsReferences_241, (MethodInfo * method)); DO_APP_FUNC(0x00EC3790, bool, RuntimeHelpers_IsReferenceOrContainsReferences_242, (MethodInfo * method)); DO_APP_FUNC(0x00EC38C0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_243, (MethodInfo * method)); DO_APP_FUNC(0x00EC39F0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_244, (MethodInfo * method)); DO_APP_FUNC(0x00EC3B20, bool, RuntimeHelpers_IsReferenceOrContainsReferences_245, (MethodInfo * method)); DO_APP_FUNC(0x00EC3C50, bool, RuntimeHelpers_IsReferenceOrContainsReferences_246, (MethodInfo * method)); DO_APP_FUNC(0x00EC3D80, bool, RuntimeHelpers_IsReferenceOrContainsReferences_247, (MethodInfo * method)); DO_APP_FUNC(0x00EC3EB0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_248, (MethodInfo * method)); DO_APP_FUNC(0x00EC3FE0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_249, (MethodInfo * method)); DO_APP_FUNC(0x00EC4110, bool, RuntimeHelpers_IsReferenceOrContainsReferences_250, (MethodInfo * method)); DO_APP_FUNC(0x00EC4240, bool, RuntimeHelpers_IsReferenceOrContainsReferences_251, (MethodInfo * method)); DO_APP_FUNC(0x00EC4370, bool, RuntimeHelpers_IsReferenceOrContainsReferences_252, (MethodInfo * method)); DO_APP_FUNC(0x00EC44A0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_253, (MethodInfo * method)); DO_APP_FUNC(0x00EC45D0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_254, (MethodInfo * method)); DO_APP_FUNC(0x00EC4700, bool, RuntimeHelpers_IsReferenceOrContainsReferences_255, (MethodInfo * method)); DO_APP_FUNC(0x00EC4830, bool, RuntimeHelpers_IsReferenceOrContainsReferences_256, (MethodInfo * method)); DO_APP_FUNC(0x00EC4960, bool, RuntimeHelpers_IsReferenceOrContainsReferences_257, (MethodInfo * method)); DO_APP_FUNC(0x00EC4A90, bool, RuntimeHelpers_IsReferenceOrContainsReferences_258, (MethodInfo * method)); DO_APP_FUNC(0x00EC4BC0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_259, (MethodInfo * method)); DO_APP_FUNC(0x00EC4CF0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_260, (MethodInfo * method)); DO_APP_FUNC(0x00EC4E20, bool, RuntimeHelpers_IsReferenceOrContainsReferences_261, (MethodInfo * method)); DO_APP_FUNC(0x00EC4F50, bool, RuntimeHelpers_IsReferenceOrContainsReferences_262, (MethodInfo * method)); DO_APP_FUNC(0x00EC5080, bool, RuntimeHelpers_IsReferenceOrContainsReferences_263, (MethodInfo * method)); DO_APP_FUNC(0x00EC51B0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_264, (MethodInfo * method)); DO_APP_FUNC(0x00EC52E0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_265, (MethodInfo * method)); DO_APP_FUNC(0x00EC5410, bool, RuntimeHelpers_IsReferenceOrContainsReferences_266, (MethodInfo * method)); DO_APP_FUNC(0x00EC5540, bool, RuntimeHelpers_IsReferenceOrContainsReferences_267, (MethodInfo * method)); DO_APP_FUNC(0x00EC5670, bool, RuntimeHelpers_IsReferenceOrContainsReferences_268, (MethodInfo * method)); DO_APP_FUNC(0x00EC57A0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_269, (MethodInfo * method)); DO_APP_FUNC(0x00EC58D0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_270, (MethodInfo * method)); DO_APP_FUNC(0x00EC5A00, bool, RuntimeHelpers_IsReferenceOrContainsReferences_271, (MethodInfo * method)); DO_APP_FUNC(0x00EC5B30, bool, RuntimeHelpers_IsReferenceOrContainsReferences_272, (MethodInfo * method)); DO_APP_FUNC(0x00EC5C60, bool, RuntimeHelpers_IsReferenceOrContainsReferences_273, (MethodInfo * method)); DO_APP_FUNC(0x00EC5D90, bool, RuntimeHelpers_IsReferenceOrContainsReferences_274, (MethodInfo * method)); DO_APP_FUNC(0x00EC5EC0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_275, (MethodInfo * method)); DO_APP_FUNC(0x00EC5FF0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_276, (MethodInfo * method)); DO_APP_FUNC(0x00EC6120, bool, RuntimeHelpers_IsReferenceOrContainsReferences_277, (MethodInfo * method)); DO_APP_FUNC(0x00EC6250, bool, RuntimeHelpers_IsReferenceOrContainsReferences_278, (MethodInfo * method)); DO_APP_FUNC(0x00EC6380, bool, RuntimeHelpers_IsReferenceOrContainsReferences_279, (MethodInfo * method)); DO_APP_FUNC(0x00EC64B0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_280, (MethodInfo * method)); DO_APP_FUNC(0x00EC65E0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_281, (MethodInfo * method)); DO_APP_FUNC(0x00EC6710, bool, RuntimeHelpers_IsReferenceOrContainsReferences_282, (MethodInfo * method)); DO_APP_FUNC(0x00EC6840, bool, RuntimeHelpers_IsReferenceOrContainsReferences_283, (MethodInfo * method)); DO_APP_FUNC(0x00EC6970, bool, RuntimeHelpers_IsReferenceOrContainsReferences_284, (MethodInfo * method)); DO_APP_FUNC(0x00EC6AA0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_285, (MethodInfo * method)); DO_APP_FUNC(0x00EC6BD0, bool, RuntimeHelpers_IsReferenceOrContainsReferences_286, (MethodInfo * method)); DO_APP_FUNC(0x00EC6D00, bool, RuntimeHelpers_IsReferenceOrContainsReferences_287, (MethodInfo * method)); DO_APP_FUNC(0x00EC6E30, bool, RuntimeHelpers_IsReferenceOrContainsReferences_288, (MethodInfo * method)); DO_APP_FUNC(0x00EC6F60, Object *, RuntimePropertyInfo_GetterAdapterFrame, (RuntimePropertyInfo_Getter_2_System_Object_System_Object_ * getter, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00EC7000, Object *, RuntimePropertyInfo_StaticGetterAdapterFrame, (RuntimePropertyInfo_StaticGetter_1_System_Object_ * getter, Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00EC7030, void, RuntimeUtilities_CreateIfNull, (Object * * obj, MethodInfo * method)); DO_APP_FUNC(0x00EC70A0, IEnumerable_1_System_Object_ *, RuntimeUtilities_GetAllSceneObjects, (MethodInfo * method)); DO_APP_FUNC(0x00EC7100, IEnumerable_1_System_Type_ *, RuntimeUtilities_GetAllTypesDerivedFrom, (MethodInfo * method)); DO_APP_FUNC(0x00EC7300, Object *, RuntimeUtilities_GetAttribute, (Type * type, MethodInfo * method)); DO_APP_FUNC(0x00EC73F0, String *, RuntimeUtilities_GetFieldPath, (Expression_1_System_Func_2_ * expr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8C08, RuntimeUtilities_GetFieldPath__MethodInfo); DO_APP_FUNC(0x00EC76F0, Attribute__Array *, RuntimeUtilities_GetMemberAttributes, (Expression_1_System_Func_2_ * expr, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8C10, RuntimeUtilities_GetMemberAttributes__MethodInfo); DO_APP_FUNC(0x00EC7A10, IList_1_System_Object_ *, SDL2InputSource_GetJoysticks, (SDL2InputSource * __this, MethodInfo * method)); DO_APP_FUNC(0x00EC7F00, ScheduledEventBase *, SchedulerBase_AddEventInternal_1, (SchedulerBase * __this, float delay, ScheduledEventBase_InvokeLocation__Enum invokeLocation, Action_1_Nullable_1_UnityEngine_RaycastHit_ * action, Nullable_1_UnityEngine_RaycastHit_ value, MethodInfo * method)); DO_APP_FUNC(0x00EC80C0, ScheduledEventBase *, SchedulerBase_AddEventInternal_2, (SchedulerBase * __this, float delay, ScheduledEventBase_InvokeLocation__Enum invokeLocation, Action_1_Boolean_ * action, bool value, MethodInfo * method)); DO_APP_FUNC(0x00EC8220, ScheduledEventBase *, SchedulerBase_AddEventInternal_3, (SchedulerBase * __this, float delay, ScheduledEventBase_InvokeLocation__Enum invokeLocation, Action_1_Int32_ * action, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00EC8380, ScheduledEventBase *, SchedulerBase_AddEventInternal_4, (SchedulerBase * __this, float delay, ScheduledEventBase_InvokeLocation__Enum invokeLocation, Action_1_Object_ * action, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00EC84E0, ScheduledEventBase *, SchedulerBase_AddEventInternal_5, (SchedulerBase * __this, float delay, ScheduledEventBase_InvokeLocation__Enum invokeLocation, Action_1_Single_ * action, float value, MethodInfo * method)); DO_APP_FUNC(0x00EC8650, ScheduledEventBase *, SchedulerBase_AddEventInternal_6, (SchedulerBase * __this, float delay, ScheduledEventBase_InvokeLocation__Enum invokeLocation, Action_1_UnityEngine_Vector3_ * action, Vector3 value, MethodInfo * method)); DO_APP_FUNC(0x00EC87F0, ScheduledEventBase *, SchedulerBase_AddEventInternal_7, (SchedulerBase * __this, float delay, ScheduledEventBase_InvokeLocation__Enum invokeLocation, Action_2_Int32_Boolean_ * action, int32_t value1, bool value2, MethodInfo * method)); DO_APP_FUNC(0x00EC8970, ScheduledEventBase *, SchedulerBase_AddEventInternal_8, (SchedulerBase * __this, float delay, ScheduledEventBase_InvokeLocation__Enum invokeLocation, Action_2_Object_Boolean_ * action, Object * value1, bool value2, MethodInfo * method)); DO_APP_FUNC(0x00EC8AF0, ScheduledEventBase *, SchedulerBase_AddEventInternal_9, (SchedulerBase * __this, float delay, ScheduledEventBase_InvokeLocation__Enum invokeLocation, Action_2_Object_Object_ * action, Object * value1, Object * value2, MethodInfo * method)); DO_APP_FUNC(0x00EC8C70, ScheduledEventBase *, SchedulerBase_AddEventInternal_10, (SchedulerBase * __this, float delay, ScheduledEventBase_InvokeLocation__Enum invokeLocation, Action_2_Single_Single_ * action, float value1, float value2, MethodInfo * method)); DO_APP_FUNC(0x00EC8E00, ScheduledEventBase *, SchedulerBase_AddEventInternal_11, (SchedulerBase * __this, float delay, ScheduledEventBase_InvokeLocation__Enum invokeLocation, Action_3_Boolean_UnityEngine_Vector3_UnityEngine_Vector3_ * action, bool value1, Vector3 value2, Vector3 value3, MethodInfo * method)); DO_APP_FUNC(0x00EC9010, ScheduledEventBase *, SchedulerBase_AddEventInternal_12, (SchedulerBase * __this, float delay, ScheduledEventBase_InvokeLocation__Enum invokeLocation, Action_3_Object_Object_Object_ * action, Object * value1, Object * value2, Object * value3, MethodInfo * method)); DO_APP_FUNC(0x00EC91B0, ScheduledEventBase *, SchedulerBase_Schedule_1, (float delay, Action_1_Boolean_ * action, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2DC8, SchedulerBase_Schedule_1__MethodInfo); DO_APP_FUNC(0x00EC9320, ScheduledEventBase *, SchedulerBase_Schedule_2, (float delay, Action_1_Object_ * action, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00EC9490, ScheduledEventBase *, SchedulerBase_Schedule_3, (float delay, Action_1_Single_ * action, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEB148, SchedulerBase_Schedule_3__MethodInfo); DO_APP_FUNC(0x00EC9600, ScheduledEventBase *, SchedulerBase_Schedule_4, (float delay, Action_1_UnityEngine_Vector3_ * action, Vector3 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9F980, SchedulerBase_Schedule_4__MethodInfo); DO_APP_FUNC(0x00EC9780, ScheduledEventBase *, SchedulerBase_Schedule_5, (float delay, Action_2_Object_Boolean_ * action, Object * value1, bool value2, MethodInfo * method)); DO_APP_FUNC(0x00EC9900, ScheduledEventBase *, SchedulerBase_Schedule_6, (float delay, Action_2_Object_Object_ * action, Object * value1, Object * value2, MethodInfo * method)); DO_APP_FUNC(0x00EC9A80, ScheduledEventBase *, SchedulerBase_Schedule_7, (float delay, Action_2_Single_Single_ * action, float value1, float value2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B838, SchedulerBase_Schedule_7__MethodInfo); DO_APP_FUNC(0x00EC9C00, ScheduledEventBase *, SchedulerBase_Schedule_8, (float delay, Action_3_Object_Object_Object_ * action, Object * value1, Object * value2, Object * value3, MethodInfo * method)); DO_APP_FUNC(0x00EC9D80, ScheduledEventBase *, SchedulerBase_ScheduleFixed_1, (float delay, Action_1_Nullable_1_UnityEngine_RaycastHit_ * action, Nullable_1_UnityEngine_RaycastHit_ value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE9670, SchedulerBase_ScheduleFixed_1__MethodInfo); DO_APP_FUNC(0x00EC9F10, ScheduledEventBase *, SchedulerBase_ScheduleFixed_2, (float delay, Action_1_Boolean_ * action, bool value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE2E68, SchedulerBase_ScheduleFixed_2__MethodInfo); DO_APP_FUNC(0x00ECA080, ScheduledEventBase *, SchedulerBase_ScheduleFixed_3, (float delay, Action_1_Int32_ * action, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA38D0, SchedulerBase_ScheduleFixed_3__MethodInfo); DO_APP_FUNC(0x00ECA1F0, ScheduledEventBase *, SchedulerBase_ScheduleFixed_4, (float delay, Action_1_Object_ * action, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00ECA360, ScheduledEventBase *, SchedulerBase_ScheduleFixed_5, (float delay, Action_1_UnityEngine_Vector3_ * action, Vector3 value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CEAFF0, SchedulerBase_ScheduleFixed_5__MethodInfo); DO_APP_FUNC(0x00ECA4E0, ScheduledEventBase *, SchedulerBase_ScheduleFixed_6, (float delay, Action_2_Int32_Boolean_ * action, int32_t value1, bool value2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3968, SchedulerBase_ScheduleFixed_6__MethodInfo); DO_APP_FUNC(0x00ECA660, ScheduledEventBase *, SchedulerBase_ScheduleFixed_7, (float delay, Action_2_Object_Object_ * action, Object * value1, Object * value2, MethodInfo * method)); DO_APP_FUNC(0x00ECA7E0, ScheduledEventBase *, SchedulerBase_ScheduleFixed_8, (float delay, Action_3_Boolean_UnityEngine_Vector3_UnityEngine_Vector3_ * action, bool value1, Vector3 value2, Vector3 value3, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA2A20, SchedulerBase_ScheduleFixed_8__MethodInfo); DO_APP_FUNC(0x00ECA9A0, ScheduledEventBase *, SchedulerBase_ScheduleFixed_9, (float delay, Action_3_Object_Object_Object_ * action, Object * value1, Object * value2, Object * value3, MethodInfo * method)); DO_APP_FUNC(0x00ECAB30, Object *, ScriptableObject_CreateInstance_1, (MethodInfo * method)); DO_APP_FUNC(0x00ECAC20, void, ScrollRectEx_DoForParents, (ScrollRectEx * __this, Action_1_Object_ * action, MethodInfo * method)); DO_APP_FUNC(0x00ECAF50, Serialization__Array *, Serialization_Serialize_1, (IList_1_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x00ECB1E0, Serialization *, Serialization_Serialize_2, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00ECB270, Object *, SerializationTools_ReadXmlElement_1, (XmlReader * reader, String * name, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8B50, SerializationTools_ReadXmlElement_1__MethodInfo); DO_APP_FUNC(0x00ECC010, String *, SerializationTools_SerializeObjectToXmlString, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00ECC1B0, bool, SerializationTools_TryReadXmlElement_1, (XmlReader * reader, String * name, Object * * outValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8B38, SerializationTools_TryReadXmlElement_1__MethodInfo); DO_APP_FUNC(0x00ECD8E0, bool, SerializationTools_TryReadXmlElement_2, (XmlReader * reader, String * name, Object * * outValue, Object * defaultValue, MethodInfo * method)); DO_APP_FUNC(0x00ECD970, void, SerializationTools_WriteXmlElement_1, (XmlWriter * writer, String * name, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00ECD980, void, SerializedObject_Add_2, (SerializedObject * __this, String * fieldName, bool value, SerializedObject_FieldOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87A70, SerializedObject_Add_2__MethodInfo); DO_APP_FUNC(0x00ECDA60, void, SerializedObject_Add_3, (SerializedObject * __this, String * fieldName, Guid value, SerializedObject_FieldOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87698, SerializedObject_Add_3__MethodInfo); DO_APP_FUNC(0x00ECDB40, void, SerializedObject_Add_4, (SerializedObject * __this, String * fieldName, int32_t value, SerializedObject_FieldOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87A50, SerializedObject_Add_4__MethodInfo); DO_APP_FUNC(0x00ECDC20, void, SerializedObject_Add_5, (SerializedObject * __this, String * fieldName, Int32Enum__Enum value, SerializedObject_FieldOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x00ECDD00, void, SerializedObject_Add_6, (SerializedObject * __this, String * fieldName, Object * value, SerializedObject_FieldOptions__Enum options, MethodInfo * method)); DO_APP_FUNC(0x00ECDDB0, void, SerializedObject_Add_7, (SerializedObject * __this, String * fieldName, float value, SerializedObject_FieldOptions__Enum options, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D1C0, SerializedObject_Add_7__MethodInfo); DO_APP_FUNC(0x00ECDE90, Object *, SerializedObject_GetOriginalValue_2, (SerializedObject * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00ECDF50, Object *, SerializedObject_GetOriginalValue_3, (SerializedObject * __this, String * fieldName, MethodInfo * method)); DO_APP_FUNC(0x00ECE020, bool, SerializedObject_TryGetDeserializedValue, (SerializedObject * __this, String * fieldName, bool * value, MethodInfo * method)); DO_APP_FUNC(0x00ECE140, bool, SerializedObject_TryGetDeserializedValue_1, (SerializedObject * __this, String * fieldName, Guid * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C875D0, SerializedObject_TryGetDeserializedValue_1__MethodInfo); DO_APP_FUNC(0x00ECE260, bool, SerializedObject_TryGetDeserializedValue_2, (SerializedObject * __this, String * fieldName, int32_t * value, MethodInfo * method)); DO_APP_FUNC(0x00ECE380, bool, SerializedObject_TryGetDeserializedValue_3, (SerializedObject * __this, String * fieldName, Int32Enum__Enum * value, MethodInfo * method)); DO_APP_FUNC(0x00ECE4A0, bool, SerializedObject_TryGetDeserializedValue_4, (SerializedObject * __this, int32_t index, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x00ECE780, bool, SerializedObject_TryGetDeserializedValue_5, (SerializedObject * __this, String * fieldName, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x00ECE8A0, bool, SerializedObject_TryGetDeserializedValue_6, (SerializedObject * __this, String * fieldName, float * value, MethodInfo * method)); DO_APP_FUNC(0x00ECE9C0, bool, SerializedObject_TryGetDeserializedValueByRef, (SerializedObject * __this, String * fieldName, bool * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87A48, SerializedObject_TryGetDeserializedValueByRef__MethodInfo); DO_APP_FUNC(0x00ECEA10, bool, SerializedObject_TryGetDeserializedValueByRef_1, (SerializedObject * __this, String * fieldName, Guid * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8E438, SerializedObject_TryGetDeserializedValueByRef_1__MethodInfo); DO_APP_FUNC(0x00ECEA60, bool, SerializedObject_TryGetDeserializedValueByRef_2, (SerializedObject * __this, String * fieldName, int32_t * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87A30, SerializedObject_TryGetDeserializedValueByRef_2__MethodInfo); DO_APP_FUNC(0x00ECEA60, bool, SerializedObject_TryGetDeserializedValueByRef_3, (SerializedObject * __this, String * fieldName, Int32Enum__Enum * value, MethodInfo * method)); DO_APP_FUNC(0x00ECEAB0, bool, SerializedObject_TryGetDeserializedValueByRef_4, (SerializedObject * __this, int32_t index, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x00ECEBB0, bool, SerializedObject_TryGetDeserializedValueByRef_5, (SerializedObject * __this, String * fieldName, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x00ECEC50, bool, SerializedObject_TryGetDeserializedValueByRef_6, (SerializedObject * __this, String * fieldName, float * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D188, SerializedObject_TryGetDeserializedValueByRef_6__MethodInfo); DO_APP_FUNC(0x00ECECA0, bool, SerializedObject_lbHphJnfMMARIhdTOlsYlhPqzNJm_1, (Object * param_0000c7c4, bool * param_0000c7c5, NumberStyles__Enum param_0000c7c6, CultureInfo * param_0000c7c7, MethodInfo * method)); DO_APP_FUNC(0x00ECEDD0, bool, SerializedObject_lbHphJnfMMARIhdTOlsYlhPqzNJm_2, (Object * param_0000c7c4, Guid * param_0000c7c5, NumberStyles__Enum param_0000c7c6, CultureInfo * param_0000c7c7, MethodInfo * method)); DO_APP_FUNC(0x00ECEF10, bool, SerializedObject_lbHphJnfMMARIhdTOlsYlhPqzNJm_3, (Object * param_0000c7c4, int32_t * param_0000c7c5, NumberStyles__Enum param_0000c7c6, CultureInfo * param_0000c7c7, MethodInfo * method)); DO_APP_FUNC(0x00ECF040, bool, SerializedObject_lbHphJnfMMARIhdTOlsYlhPqzNJm_4, (Object * param_0000c7c4, Int32Enum__Enum * param_0000c7c5, NumberStyles__Enum param_0000c7c6, CultureInfo * param_0000c7c7, MethodInfo * method)); DO_APP_FUNC(0x00ECF170, bool, SerializedObject_lbHphJnfMMARIhdTOlsYlhPqzNJm_5, (Object * param_0000c7c4, Object * * param_0000c7c5, NumberStyles__Enum param_0000c7c6, CultureInfo * param_0000c7c7, MethodInfo * method)); DO_APP_FUNC(0x00ECF3E0, bool, SerializedObject_lbHphJnfMMARIhdTOlsYlhPqzNJm_6, (Object * param_0000c7c4, float * param_0000c7c5, NumberStyles__Enum param_0000c7c6, CultureInfo * param_0000c7c7, MethodInfo * method)); DO_APP_FUNC(0x00E35710, bool, SetPropertyUtility_SetClass, (Object * * currentValue, Object * newValue, MethodInfo * method)); DO_APP_FUNC(0x00ECF510, bool, SetPropertyUtility_SetEquatableStruct, (Object * * currentValue, Object * newValue, MethodInfo * method)); DO_APP_FUNC(0x00ECF5D0, bool, SetPropertyUtility_SetStruct, (bool * currentValue, bool newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67988, SetPropertyUtility_SetStruct__MethodInfo); DO_APP_FUNC(0x00ECF6E0, bool, SetPropertyUtility_SetStruct_1, (uint16_t * currentValue, uint16_t newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67840, SetPropertyUtility_SetStruct_1__MethodInfo); DO_APP_FUNC(0x00ECF7F0, bool, SetPropertyUtility_SetStruct_2, (int32_t * currentValue, int32_t newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67920, SetPropertyUtility_SetStruct_2__MethodInfo); DO_APP_FUNC(0x00ECF8B0, bool, SetPropertyUtility_SetStruct_3, (Int32Enum__Enum * currentValue, Int32Enum__Enum newValue, MethodInfo * method)); DO_APP_FUNC(0x00E358C0, bool, SetPropertyUtility_SetStruct_4, (float * currentValue, float newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C67980, SetPropertyUtility_SetStruct_4__MethodInfo); DO_APP_FUNC(0x00E35710, bool, SetPropertyUtility_2_SetClass, (Object * * currentValue, Object * newValue, MethodInfo * method)); DO_APP_FUNC(0x00ECF960, bool, SetPropertyUtility_2_SetStruct, (bool * currentValue, bool newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE80A8, SetPropertyUtility_2_SetStruct__MethodInfo); DO_APP_FUNC(0x00ECF9D0, bool, SetPropertyUtility_2_SetStruct_1, (uint16_t * currentValue, uint16_t newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB3BD0, SetPropertyUtility_2_SetStruct_1__MethodInfo); DO_APP_FUNC(0x00ECFA40, bool, SetPropertyUtility_2_SetStruct_2, (ColorBlock * currentValue, ColorBlock newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB64D0, SetPropertyUtility_2_SetStruct_2__MethodInfo); DO_APP_FUNC(0x00ECFB80, bool, SetPropertyUtility_2_SetStruct_3, (int32_t * currentValue, int32_t newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7FF8, SetPropertyUtility_2_SetStruct_3__MethodInfo); DO_APP_FUNC(0x00ECFB80, bool, SetPropertyUtility_2_SetStruct_4, (Int32Enum__Enum * currentValue, Int32Enum__Enum newValue, MethodInfo * method)); DO_APP_FUNC(0x00ECFBF0, bool, SetPropertyUtility_2_SetStruct_5, (Navigation * currentValue, Navigation newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB6460, SetPropertyUtility_2_SetStruct_5__MethodInfo); DO_APP_FUNC(0x00ECFD00, bool, SetPropertyUtility_2_SetStruct_6, (float * currentValue, float newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE7FC8, SetPropertyUtility_2_SetStruct_6__MethodInfo); DO_APP_FUNC(0x00ECFD70, bool, SetPropertyUtility_2_SetStruct_7, (SpriteState * currentValue, SpriteState newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB64A0, SetPropertyUtility_2_SetStruct_7__MethodInfo); DO_APP_FUNC(0x00E35710, bool, SetPropertyUtility_1_SetClass, (Object * * currentValue, Object * newValue, MethodInfo * method)); DO_APP_FUNC(0x00ECFE60, bool, SetPropertyUtility_1_SetStruct, (Vector2 * currentValue, Vector2 newValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CBDD38, SetPropertyUtility_1_SetStruct__MethodInfo); DO_APP_FUNC(0x00ECFED0, int32_t, SpanHelpers_IndexOf_2, (uint16_t * searchSpace, uint16_t value, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x00ED0170, int32_t, SpanHelpers_IndexOf_3, (Object * * searchSpace, Object * value, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x00ED0500, int32_t, SpanHelpers_IndexOfAny_1, (uint16_t * searchSpace, int32_t searchSpaceLength, uint16_t * value, int32_t valueLength, MethodInfo * method)); DO_APP_FUNC(0x00ED05A0, int32_t, SpanHelpers_IndexOfAny_2, (Object * * searchSpace, int32_t searchSpaceLength, Object * * value, int32_t valueLength, MethodInfo * method)); DO_APP_FUNC(0x00ED0640, bool, SpanHelpers_SequenceEqual_1, (uint8_t * first, uint8_t * second, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x00ED07B0, bool, SpanHelpers_SequenceEqual_2, (uint16_t * first, uint16_t * second, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x00ED0AE0, bool, SpanHelpers_SequenceEqual_3, (Object * * first, Object * * second, int32_t length, MethodInfo * method)); DO_APP_FUNC(0x00ED0FA0, void, StackGuard_1_RunOnEmptyStack, (StackGuard_1 * __this, Action_2_Object_Object_ * action, Object * arg1, Object * arg2, MethodInfo * method)); DO_APP_FUNC(0x00ED11C0, Object *, StackGuard_1_RunOnEmptyStackCore, (StackGuard_1 * __this, Func_2_Object_Object_ * action, Object * state, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8B08, StackGuard_1_RunOnEmptyStackCore__MethodInfo); DO_APP_FUNC(0x00ED1470, int32_t, StateEvent_GetEventSizeWithPayload, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C91200, StateEvent_GetEventSizeWithPayload__MethodInfo); DO_APP_FUNC(0x00ED1490, String *, String_Create, (int32_t length, ValueTuple_3_Object_Int32_Int32_ state, SpanAction_2_System_Char_System_ValueTuple_3__1 * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8AF0, String_Create__MethodInfo); DO_APP_FUNC(0x00ED1630, String *, String_Create_1, (int32_t length, ValueTuple_5_IntPtr_Int32_IntPtr_Int32_Boolean_ state, SpanAction_2_System_Char_System_ValueTuple_5_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8AE0, String_Create_1__MethodInfo); DO_APP_FUNC(0x00ED17E0, String *, String_Create_2, (int32_t length, ValueTuple_8_IntPtr_Int32_IntPtr_Int32_IntPtr_Int32_Boolean_ValueTuple_1_Boolean_ state, SpanAction_2_System_Char_System_ValueTuple_8_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8AD8, String_Create_2__MethodInfo); DO_APP_FUNC(0x00ED1990, String *, String_Create_3, (int32_t length, Object * state, SpanAction_2_System_Char_System_Object_ * action, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8AE8, String_Create_3__MethodInfo); DO_APP_FUNC(0x00ED1B20, String *, String_Join_3, (String * separator, IEnumerable_1_System_Int32Enum_ * values, MethodInfo * method)); DO_APP_FUNC(0x00ED1BB0, String *, String_Join_4, (String * separator, IEnumerable_1_System_Object_ * values, MethodInfo * method)); DO_APP_FUNC(0x00ED1C40, String *, String_JoinCore_1, (uint16_t * separator, int32_t separatorLength, IEnumerable_1_System_Int32Enum_ * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8AC8, String_JoinCore_1__MethodInfo); DO_APP_FUNC(0x00ED20E0, String *, String_JoinCore_2, (uint16_t * separator, int32_t separatorLength, IEnumerable_1_System_Object_ * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8AC0, String_JoinCore_2__MethodInfo); DO_APP_FUNC(0x00ED2550, StringBuilder *, StringBuilder_AppendSpanFormattable, (StringBuilder * __this, uint8_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61160, StringBuilder_AppendSpanFormattable__MethodInfo); DO_APP_FUNC(0x00ED2690, StringBuilder *, StringBuilder_AppendSpanFormattable_1, (StringBuilder * __this, double value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61110, StringBuilder_AppendSpanFormattable_1__MethodInfo); DO_APP_FUNC(0x00ED27A0, StringBuilder *, StringBuilder_AppendSpanFormattable_2, (StringBuilder * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61168, StringBuilder_AppendSpanFormattable_2__MethodInfo); DO_APP_FUNC(0x00ED28D0, StringBuilder *, StringBuilder_AppendSpanFormattable_3, (StringBuilder * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61170, StringBuilder_AppendSpanFormattable_3__MethodInfo); DO_APP_FUNC(0x00ED2A00, StringBuilder *, StringBuilder_AppendSpanFormattable_4, (StringBuilder * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00ED2AE0, StringBuilder *, StringBuilder_AppendSpanFormattable_5, (StringBuilder * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61180, StringBuilder_AppendSpanFormattable_5__MethodInfo); DO_APP_FUNC(0x00ED2BF0, StringBuilder *, StringBuilder_AppendSpanFormattable_6, (StringBuilder * __this, uint16_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61118, StringBuilder_AppendSpanFormattable_6__MethodInfo); DO_APP_FUNC(0x00ED2D30, StringBuilder *, StringBuilder_AppendSpanFormattable_7, (StringBuilder * __this, uint32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C61120, StringBuilder_AppendSpanFormattable_7__MethodInfo); DO_APP_FUNC(0x00ED2E60, String *, StringHelpers_Join, (IEnumerable_1_System_Object_ * values, String * separator, MethodInfo * method)); DO_APP_FUNC(0x00ED3180, String *, StringHelpers_Join_1, (String * separator, Object__Array * values, MethodInfo * method)); DO_APP_FUNC(0x00ED31A0, String *, StringHelpers_MakeUniqueName, (String * baseName, IEnumerable_1_System_Object_ * existingSet, Func_2_Object_String_ * getNameFunc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8A98, StringHelpers_MakeUniqueName__MethodInfo); DO_APP_FUNC(0x00ED3620, String *, StringHelpers_MakeUniqueName_1, (String * baseName, IEnumerable_1_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_ * existingSet, Func_2_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem_String_ * getNameFunc, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8AA8, StringHelpers_MakeUniqueName_1__MethodInfo); DO_APP_FUNC(0x00ED3B30, String *, StringTools_ToString_11, (List_1_System_Object_ * inList, MethodInfo * method)); DO_APP_FUNC(0x00ED3C50, String *, StringTools_ToString_12, (Object__Array * inArray, MethodInfo * method)); DO_APP_FUNC(0x00ED3D40, bool, StringTools_TryParseEnum, (String * value, Object * * enumeration, MethodInfo * method)); DO_APP_FUNC(0x00ED3EE0, StructWrapper_1_System_Double_ *, StructWrapperPools_Acquire_2, (StructWrapperPools * __this, double value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAE30, StructWrapperPools_Acquire_2__MethodInfo); DO_APP_FUNC(0x00ED3F80, StructWrapper_1_System_Int16_ *, StructWrapperPools_Acquire_3, (StructWrapperPools * __this, int16_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAE20, StructWrapperPools_Acquire_3__MethodInfo); DO_APP_FUNC(0x00ED4020, StructWrapper_1_System_Int32_ *, StructWrapperPools_Acquire_4, (StructWrapperPools * __this, int32_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAE28, StructWrapperPools_Acquire_4__MethodInfo); DO_APP_FUNC(0x00ED40C0, StructWrapper_1_System_Int64_ *, StructWrapperPools_Acquire_5, (StructWrapperPools * __this, int64_t value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAE10, StructWrapperPools_Acquire_5__MethodInfo); DO_APP_FUNC(0x00ED4160, StructWrapper_1_System_Object_ *, StructWrapperPools_Acquire_6, (StructWrapperPools * __this, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00ED4200, StructWrapper_1_System_Single_ *, StructWrapperPools_Acquire_7, (StructWrapperPools * __this, float value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAE18, StructWrapperPools_Acquire_7__MethodInfo); DO_APP_FUNC(0x00ED42A0, StructWrapperPool_1_System_Double_ *, StructWrapperPools_GetPoolForType, (StructWrapperPools * __this, MethodInfo * method)); DO_APP_FUNC(0x00ED4470, StructWrapperPool_1_System_Int16_ *, StructWrapperPools_GetPoolForType_1, (StructWrapperPools * __this, MethodInfo * method)); DO_APP_FUNC(0x00ED4640, StructWrapperPool_1_System_Int32_ *, StructWrapperPools_GetPoolForType_2, (StructWrapperPools * __this, MethodInfo * method)); DO_APP_FUNC(0x00ED4810, StructWrapperPool_1_System_Int64_ *, StructWrapperPools_GetPoolForType_3, (StructWrapperPools * __this, MethodInfo * method)); DO_APP_FUNC(0x00ED49E0, StructWrapperPool_1_System_Object_ *, StructWrapperPools_GetPoolForType_4, (StructWrapperPools * __this, MethodInfo * method)); DO_APP_FUNC(0x00ED4BB0, StructWrapperPool_1_System_Single_ *, StructWrapperPools_GetPoolForType_5, (StructWrapperPools * __this, MethodInfo * method)); DO_APP_FUNC(0x00ED4D80, bool, StructWrapperUtility_Get, (Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAF88, StructWrapperUtility_Get__MethodInfo); DO_APP_FUNC(0x00ED4D80, uint8_t, StructWrapperUtility_Get_1, (Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB010, StructWrapperUtility_Get_1__MethodInfo); DO_APP_FUNC(0x00ED4E30, double, StructWrapperUtility_Get_2, (Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB018, StructWrapperUtility_Get_2__MethodInfo); DO_APP_FUNC(0x00ED4EE0, int16_t, StructWrapperUtility_Get_3, (Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB000, StructWrapperUtility_Get_3__MethodInfo); DO_APP_FUNC(0x00ED4F90, int32_t, StructWrapperUtility_Get_4, (Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAB008, StructWrapperUtility_Get_4__MethodInfo); DO_APP_FUNC(0x00ED5040, int64_t, StructWrapperUtility_Get_5, (Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAFF0, StructWrapperUtility_Get_5__MethodInfo); DO_APP_FUNC(0x00ED50F0, Object *, StructWrapperUtility_Get_6, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00ED51A0, float, StructWrapperUtility_Get_7, (Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAFF8, StructWrapperUtility_Get_7__MethodInfo); DO_APP_FUNC(0x00ED5250, uint8_t, StructWrapperUtility_Unwrap, (Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAAE40, StructWrapperUtility_Unwrap__MethodInfo); DO_APP_FUNC(0x00ED5320, Object *, StructWrapperUtility_Unwrap_1, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00ED53F0, Object *, StylePropertyAnimationSystem_GetOrCreate, (StylePropertyAnimationSystem * __this, Object * * values, MethodInfo * method)); DO_APP_FUNC(0x00ED5460, bool, StylePropertyAnimationSystem_StartTransition_12, (StylePropertyAnimationSystem * __this, VisualElement * owner, StylePropertyId__Enum prop, Background startValue, Background endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, StylePropertyAnimationSystem_Values_1_Background_ * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BA98, StylePropertyAnimationSystem_StartTransition_12__MethodInfo); DO_APP_FUNC(0x00ED55D0, bool, StylePropertyAnimationSystem_StartTransition_13, (StylePropertyAnimationSystem * __this, VisualElement * owner, StylePropertyId__Enum prop, Color startValue, Color endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, StylePropertyAnimationSystem_Values_1_UnityEngine_Color_ * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BA68, StylePropertyAnimationSystem_StartTransition_13__MethodInfo); DO_APP_FUNC(0x00ED5730, bool, StylePropertyAnimationSystem_StartTransition_14, (StylePropertyAnimationSystem * __this, VisualElement * owner, StylePropertyId__Enum prop, FontDefinition startValue, FontDefinition endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, StylePropertyAnimationSystem_Values_1_FontDefinition_ * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BA88, StylePropertyAnimationSystem_StartTransition_14__MethodInfo); DO_APP_FUNC(0x00ED5890, bool, StylePropertyAnimationSystem_StartTransition_15, (StylePropertyAnimationSystem * __this, VisualElement * owner, StylePropertyId__Enum prop, int32_t startValue, int32_t endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, StylePropertyAnimationSystem_Values_1_System_Int32_ * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BA48, StylePropertyAnimationSystem_StartTransition_15__MethodInfo); DO_APP_FUNC(0x00ED59C0, bool, StylePropertyAnimationSystem_StartTransition_16, (StylePropertyAnimationSystem * __this, VisualElement * owner, StylePropertyId__Enum prop, Length startValue, Length endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, StylePropertyAnimationSystem_Values_1_Length_ * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BA78, StylePropertyAnimationSystem_StartTransition_16__MethodInfo); DO_APP_FUNC(0x00ED5AF0, bool, StylePropertyAnimationSystem_StartTransition_17, (StylePropertyAnimationSystem * __this, VisualElement * owner, StylePropertyId__Enum prop, Object * startValue, Object * endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, StylePropertyAnimationSystem_Values_1_System_Object_ * values, MethodInfo * method)); DO_APP_FUNC(0x00ED5C20, bool, StylePropertyAnimationSystem_StartTransition_18, (StylePropertyAnimationSystem * __this, VisualElement * owner, StylePropertyId__Enum prop, Rotate_1 startValue, Rotate_1 endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, StylePropertyAnimationSystem_Values_1_Rotate_ * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B9C0, StylePropertyAnimationSystem_StartTransition_18__MethodInfo); DO_APP_FUNC(0x00ED5DA0, bool, StylePropertyAnimationSystem_StartTransition_19, (StylePropertyAnimationSystem * __this, VisualElement * owner, StylePropertyId__Enum prop, Scale startValue, Scale endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, StylePropertyAnimationSystem_Values_1_Scale_ * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B9D0, StylePropertyAnimationSystem_StartTransition_19__MethodInfo); DO_APP_FUNC(0x00ED5F00, bool, StylePropertyAnimationSystem_StartTransition_20, (StylePropertyAnimationSystem * __this, VisualElement * owner, StylePropertyId__Enum prop, float startValue, float endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, StylePropertyAnimationSystem_Values_1_System_Single_ * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BA58, StylePropertyAnimationSystem_StartTransition_20__MethodInfo); DO_APP_FUNC(0x00ED6040, bool, StylePropertyAnimationSystem_StartTransition_21, (StylePropertyAnimationSystem * __this, VisualElement * owner, StylePropertyId__Enum prop, TextShadow startValue, TextShadow endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, StylePropertyAnimationSystem_Values_1_TextShadow_ * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B9A0, StylePropertyAnimationSystem_StartTransition_21__MethodInfo); DO_APP_FUNC(0x00ED61D0, bool, StylePropertyAnimationSystem_StartTransition_22, (StylePropertyAnimationSystem * __this, VisualElement * owner, StylePropertyId__Enum prop, TransformOrigin startValue, TransformOrigin endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, StylePropertyAnimationSystem_Values_1_TransformOrigin_ * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B9D8, StylePropertyAnimationSystem_StartTransition_22__MethodInfo); DO_APP_FUNC(0x00ED6340, bool, StylePropertyAnimationSystem_StartTransition_23, (StylePropertyAnimationSystem * __this, VisualElement * owner, StylePropertyId__Enum prop, Translate_1 startValue, Translate_1 endValue, int32_t durationMs, int32_t delayMs, Func_2_Single_Single_ * easingCurve, StylePropertyAnimationSystem_Values_1_Translate_ * values, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9B9F0, StylePropertyAnimationSystem_StartTransition_23__MethodInfo); DO_APP_FUNC(0x00ED64C0, void, StylePropertyAnimationSystem_UpdateTracking, (StylePropertyAnimationSystem * __this, StylePropertyAnimationSystem_Values_1_Background_ * values, MethodInfo * method)); DO_APP_FUNC(0x00ED65A0, void, StylePropertyAnimationSystem_UpdateTracking_1, (StylePropertyAnimationSystem * __this, StylePropertyAnimationSystem_Values_1_UnityEngine_Color_ * values, MethodInfo * method)); DO_APP_FUNC(0x00ED6680, void, StylePropertyAnimationSystem_UpdateTracking_2, (StylePropertyAnimationSystem * __this, StylePropertyAnimationSystem_Values_1_FontDefinition_ * values, MethodInfo * method)); DO_APP_FUNC(0x00ED6760, void, StylePropertyAnimationSystem_UpdateTracking_3, (StylePropertyAnimationSystem * __this, StylePropertyAnimationSystem_Values_1_System_Int32_ * values, MethodInfo * method)); DO_APP_FUNC(0x00ED6840, void, StylePropertyAnimationSystem_UpdateTracking_4, (StylePropertyAnimationSystem * __this, StylePropertyAnimationSystem_Values_1_Length_ * values, MethodInfo * method)); DO_APP_FUNC(0x00ED6920, void, StylePropertyAnimationSystem_UpdateTracking_5, (StylePropertyAnimationSystem * __this, StylePropertyAnimationSystem_Values_1_System_Object_ * values, MethodInfo * method)); DO_APP_FUNC(0x00ED6A00, void, StylePropertyAnimationSystem_UpdateTracking_6, (StylePropertyAnimationSystem * __this, StylePropertyAnimationSystem_Values_1_Rotate_ * values, MethodInfo * method)); DO_APP_FUNC(0x00ED6AE0, void, StylePropertyAnimationSystem_UpdateTracking_7, (StylePropertyAnimationSystem * __this, StylePropertyAnimationSystem_Values_1_Scale_ * values, MethodInfo * method)); DO_APP_FUNC(0x00ED6BC0, void, StylePropertyAnimationSystem_UpdateTracking_8, (StylePropertyAnimationSystem * __this, StylePropertyAnimationSystem_Values_1_System_Single_ * values, MethodInfo * method)); DO_APP_FUNC(0x00ED6CA0, void, StylePropertyAnimationSystem_UpdateTracking_9, (StylePropertyAnimationSystem * __this, StylePropertyAnimationSystem_Values_1_TextShadow_ * values, MethodInfo * method)); DO_APP_FUNC(0x00ED6D80, void, StylePropertyAnimationSystem_UpdateTracking_10, (StylePropertyAnimationSystem * __this, StylePropertyAnimationSystem_Values_1_TransformOrigin_ * values, MethodInfo * method)); DO_APP_FUNC(0x00ED6E60, void, StylePropertyAnimationSystem_UpdateTracking_11, (StylePropertyAnimationSystem * __this, StylePropertyAnimationSystem_Values_1_Translate_ * values, MethodInfo * method)); DO_APP_FUNC(0x00ED6F40, Color, StyleSheet_CheckAccess, (Color__Array * list, StyleValueType__Enum type, StyleValueHandle handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0260, StyleSheet_CheckAccess__MethodInfo); DO_APP_FUNC(0x00ED7140, Dimension, StyleSheet_CheckAccess_1, (Dimension__Array * list, StyleValueType__Enum type, StyleValueHandle handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0240, StyleSheet_CheckAccess_1__MethodInfo); DO_APP_FUNC(0x00ED7330, Object *, StyleSheet_CheckAccess_2, (Object__Array * list, StyleValueType__Enum type, StyleValueHandle handle, MethodInfo * method)); DO_APP_FUNC(0x00ED7520, ScalableImage, StyleSheet_CheckAccess_3, (ScalableImage__Array * list, StyleValueType__Enum type, StyleValueHandle handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0150, StyleSheet_CheckAccess_3__MethodInfo); DO_APP_FUNC(0x00ED7720, float, StyleSheet_CheckAccess_4, (Single__Array * list, StyleValueType__Enum type, StyleValueHandle handle, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0230, StyleSheet_CheckAccess_4__MethodInfo); DO_APP_FUNC(0x00ED7910, bool, StyleSheet_TryCheckAccess, (Color__Array * list, StyleValueType__Enum type, StyleValueHandle handle, Color * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB00C8, StyleSheet_TryCheckAccess__MethodInfo); DO_APP_FUNC(0x00ED7AE0, bool, StyleSheet_TryCheckAccess_1, (Dimension__Array * list, StyleValueType__Enum type, StyleValueHandle handle, Dimension * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0220, StyleSheet_TryCheckAccess_1__MethodInfo); DO_APP_FUNC(0x00ED7CB0, bool, StyleSheet_TryCheckAccess_2, (Object__Array * list, StyleValueType__Enum type, StyleValueHandle handle, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x00ED7EC0, bool, StyleSheet_TryCheckAccess_3, (Single__Array * list, StyleValueType__Enum type, StyleValueHandle handle, float * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0210, StyleSheet_TryCheckAccess_3__MethodInfo); DO_APP_FUNC(0x00ED8090, void, StyleValueExtensions_CopyFrom, (List_1_UnityEngine_UIElements_EasingFunction_ * list, List_1_UnityEngine_UIElements_EasingFunction_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0D70, StyleValueExtensions_CopyFrom__MethodInfo); DO_APP_FUNC(0x00ED8090, void, StyleValueExtensions_CopyFrom_1, (List_1_System_Object_ * list, List_1_System_Object_ * other, MethodInfo * method)); DO_APP_FUNC(0x00ED8090, void, StyleValueExtensions_CopyFrom_2, (List_1_UnityEngine_UIElements_StylePropertyName_ * list, List_1_UnityEngine_UIElements_StylePropertyName_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0D48, StyleValueExtensions_CopyFrom_2__MethodInfo); DO_APP_FUNC(0x00ED8090, void, StyleValueExtensions_CopyFrom_3, (List_1_UnityEngine_UIElements_TimeValue_ * list, List_1_UnityEngine_UIElements_TimeValue_ * other, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA0D58, StyleValueExtensions_CopyFrom_3__MethodInfo); DO_APP_FUNC(0x00ED80F0, String *, StyleValueExtensions_DebugString, (IStyleValue_1_UnityEngine_Color_ * styleValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB05D8, StyleValueExtensions_DebugString__MethodInfo); DO_APP_FUNC(0x00ED8250, String *, StyleValueExtensions_DebugString_1, (IStyleValue_1_Cursor_ * styleValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB05B8, StyleValueExtensions_DebugString_1__MethodInfo); DO_APP_FUNC(0x00ED8430, String *, StyleValueExtensions_DebugString_2, (IStyleValue_1_System_Int32_ * styleValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0630, StyleValueExtensions_DebugString_2__MethodInfo); DO_APP_FUNC(0x00ED8580, String *, StyleValueExtensions_DebugString_3, (IStyleValue_1_System_Int32Enum_ * styleValue, MethodInfo * method)); DO_APP_FUNC(0x00ED86D0, String *, StyleValueExtensions_DebugString_4, (IStyleValue_1_Length_ * styleValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0658, StyleValueExtensions_DebugString_4__MethodInfo); DO_APP_FUNC(0x00ED88A0, String *, StyleValueExtensions_DebugString_5, (IStyleValue_1_System_Object_ * styleValue, MethodInfo * method)); DO_APP_FUNC(0x00ED89D0, String *, StyleValueExtensions_DebugString_6, (IStyleValue_1_Rotate_ * styleValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0640, StyleValueExtensions_DebugString_6__MethodInfo); DO_APP_FUNC(0x00ED8BB0, String *, StyleValueExtensions_DebugString_7, (IStyleValue_1_Scale_ * styleValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0520, StyleValueExtensions_DebugString_7__MethodInfo); DO_APP_FUNC(0x00ED8D10, String *, StyleValueExtensions_DebugString_8, (IStyleValue_1_System_Single_ * styleValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB05F8, StyleValueExtensions_DebugString_8__MethodInfo); DO_APP_FUNC(0x00ED8E70, String *, StyleValueExtensions_DebugString_9, (IStyleValue_1_TextShadow_ * styleValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0580, StyleValueExtensions_DebugString_9__MethodInfo); DO_APP_FUNC(0x00ED9050, String *, StyleValueExtensions_DebugString_10, (IStyleValue_1_TransformOrigin_ * styleValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0560, StyleValueExtensions_DebugString_10__MethodInfo); DO_APP_FUNC(0x00ED9230, String *, StyleValueExtensions_DebugString_11, (IStyleValue_1_Translate_ * styleValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB0548, StyleValueExtensions_DebugString_11__MethodInfo); DO_APP_FUNC(0x00ED9410, void, SubsystemDescriptorStore_AddDescriptorSubset, (List_1_System_Object_ * copyFrom, List_1_System_Object_ * copyTo, MethodInfo * method)); DO_APP_FUNC(0x00ED95C0, void, SubsystemDescriptorStore_GetSubsystemDescriptors, (List_1_System_Object_ * descriptors, MethodInfo * method)); DO_APP_FUNC(0x00ED96A0, void, SubsystemDescriptorStore_RegisterDescriptor_1, (Object * descriptor, List_1_System_Object_ * storeInList, MethodInfo * method)); DO_APP_FUNC(0x00ED9410, void, SubsystemManager_AddSubsystemSubset, (List_1_System_Object_ * copyFrom, List_1_System_Object_ * copyTo, MethodInfo * method)); DO_APP_FUNC(0x00ED9980, void, SubsystemManager_GetInstances, (List_1_System_Object_ * subsystems, MethodInfo * method)); DO_APP_FUNC(0x00ED99F0, void, SubsystemManager_GetSubsystemDescriptors, (List_1_System_Object_ * descriptors, MethodInfo * method)); DO_APP_FUNC(0x00ED9A60, void, SubsystemManager_GetSubsystems, (List_1_System_Object_ * subsystems, MethodInfo * method)); DO_APP_FUNC(0x00ED9B40, Object *, TMP_Dropdown_GetOrAddComponent, (GameObject * go, MethodInfo * method)); DO_APP_FUNC(0x00E6B660, void, TMP_FontAsset_CopyListDataToArray, (TMP_FontAsset * __this, List_1_System_Object_ * srcList, Object__Array * * dstArray, MethodInfo * method)); DO_APP_FUNC(0x00ED9BF0, void, TMP_Text_ResizeInternalArray, (TMP_Text * __this, Object__Array * * array, MethodInfo * method)); DO_APP_FUNC(0x00ED9BF0, void, TMP_Text_ResizeInternalArray_1, (TMP_Text * __this, TMP_Text_UnicodeChar__Array * * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69720, TMP_Text_ResizeInternalArray_1__MethodInfo); DO_APP_FUNC(0x00ED9C80, void, TMP_Text_ResizeInternalArray_2, (TMP_Text * __this, Object__Array * * array, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x00ED9C80, void, TMP_Text_ResizeInternalArray_3, (TMP_Text * __this, TMP_Text_UnicodeChar__Array * * array, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C69730, TMP_Text_ResizeInternalArray_3__MethodInfo); DO_APP_FUNC(0x00ED9D00, void, TMP_TextInfo_Resize, (Object__Array * * array, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x00ED9D00, void, TMP_TextInfo_Resize_1, (TMP_LinkInfo__Array * * array, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C692C8, TMP_TextInfo_Resize_1__MethodInfo); DO_APP_FUNC(0x00ED9D00, void, TMP_TextInfo_Resize_2, (TMP_WordInfo__Array * * array, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64CC0, TMP_TextInfo_Resize_2__MethodInfo); DO_APP_FUNC(0x00ED9D90, void, TMP_TextInfo_Resize_3, (Object__Array * * array, int32_t size, bool isBlockAllocated, MethodInfo * method)); DO_APP_FUNC(0x00ED9D90, void, TMP_TextInfo_Resize_4, (TMP_CharacterInfo__Array * * array, int32_t size, bool isBlockAllocated, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65720, TMP_TextInfo_Resize_4__MethodInfo); DO_APP_FUNC(0x00ED9D90, void, TMP_TextInfo_Resize_5, (TMP_MeshInfo__Array * * array, int32_t size, bool isBlockAllocated, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C65728, TMP_TextInfo_Resize_5__MethodInfo); DO_APP_FUNC(0x00ED9D90, void, TMP_TextInfo_Resize_6, (TMP_PageInfo__Array * * array, int32_t size, bool isBlockAllocated, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C64CB8, TMP_TextInfo_Resize_6__MethodInfo); DO_APP_FUNC(0x00ED9E40, int32_t, TMPro_ExtensionMethods_FindInstanceID, (List_1_System_Object_ * list, Object * target, MethodInfo * method)); DO_APP_FUNC(0x00ED9F10, Object *, Task_1_GetComponent_1, (Task_1 * __this, MethodInfo * method)); DO_APP_FUNC(0x00ED9F40, void, Task_1_TryGetComponent_1, (Task_1 * __this, Object * * component, MethodInfo * method)); DO_APP_FUNC(0x00ED9F70, Task_1_System_Int32_ *, Task_FromCanceled_1, (CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8708, Task_FromCanceled_1__MethodInfo); DO_APP_FUNC(0x00ED9FE0, Task_1_System_Object_ *, Task_FromCanceled_2, (CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x00EDA050, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ *, Task_FromCanceled_3, (CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC(0x00EDA0C0, Task_1_System_Boolean_ *, Task_FromCancellation_1, (CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8A10, Task_FromCancellation_1__MethodInfo); DO_APP_FUNC(0x00EDA1E0, Task_1_System_Int32_ *, Task_FromCancellation_2, (CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8A00, Task_FromCancellation_2__MethodInfo); DO_APP_FUNC(0x00EDA300, Task_1_System_Int32_ *, Task_FromCancellation_3, (OperationCanceledException * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8A08, Task_FromCancellation_3__MethodInfo); DO_APP_FUNC(0x00EDA3E0, Task_1_System_Object_ *, Task_FromCancellation_4, (CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC89D8, Task_FromCancellation_4__MethodInfo); DO_APP_FUNC(0x00EDA500, Task_1_System_Object_ *, Task_FromCancellation_5, (OperationCanceledException * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC89D0, Task_FromCancellation_5__MethodInfo); DO_APP_FUNC(0x00EDA5E0, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ *, Task_FromCancellation_6, (CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC89F0, Task_FromCancellation_6__MethodInfo); DO_APP_FUNC(0x00EDA700, Task_1_VoidTaskResult_ *, Task_FromCancellation_7, (OperationCanceledException * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC89E8, Task_FromCancellation_7__MethodInfo); DO_APP_FUNC(0x00EDA7E0, Task_1_System_Int32_ *, Task_FromException_1, (Exception * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC89E0, Task_FromException_1__MethodInfo); DO_APP_FUNC(0x00EDA8B0, Task_1_System_Object_ *, Task_FromException_2, (Exception * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC89C8, Task_FromException_2__MethodInfo); DO_APP_FUNC(0x00EDA980, Task_1_System_Net_WebSockets_ValueWebSocketReceiveResult_ *, Task_FromException_3, (Exception * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC89C0, Task_FromException_3__MethodInfo); DO_APP_FUNC(0x00EDAA50, Task_1_VoidTaskResult_ *, Task_FromException_4, (Exception * exception, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC89B8, Task_FromException_4__MethodInfo); DO_APP_FUNC(0x00EDAB20, Task_1_System_Boolean_ *, Task_FromResult, (bool result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C689C8, Task_FromResult__MethodInfo); DO_APP_FUNC(0x00EDAB90, Task_1_System_Int32_ *, Task_FromResult_1, (int32_t result, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8700, Task_FromResult_1__MethodInfo); DO_APP_FUNC(0x00EDAC00, Task_1_System_Object_ *, Task_FromResult_2, (Object * result, MethodInfo * method)); DO_APP_FUNC(0x00EDAC70, Task_1_System_Int32_ *, Task_Run_3, (Func_1_Int32_ * function, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C66078, Task_Run_3__MethodInfo); DO_APP_FUNC(0x00EDAD40, Task_1_System_Object_ *, Task_Run_4, (Func_1_Object_ * function, MethodInfo * method)); DO_APP_FUNC(0x00EDAE10, Task_1_System_Object_ *, Task_Run_5, (Func_1_System_Threading_Tasks_Task_1_ * function, MethodInfo * method)); DO_APP_FUNC(0x00EDAE80, Task_1_System_Object_ *, Task_Run_6, (Func_1_System_Threading_Tasks_Task_1_ * function, CancellationToken cancellationToken, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC89B0, Task_Run_6__MethodInfo); DO_APP_FUNC(0x00EDB070, Task *, TaskFactory_FromAsync_2, (TaskFactory * __this, Func_4_Object_AsyncCallback_Object_IAsyncResult_ * beginMethod, Action_1_IAsyncResult_ * endMethod, Object * arg1, Object * state, MethodInfo * method)); DO_APP_FUNC(0x00EDB0B0, Task *, TaskFactory_FromAsync_3, (TaskFactory * __this, Func_4_Object_AsyncCallback_Object_IAsyncResult_ * beginMethod, Action_1_IAsyncResult_ * endMethod, Object * arg1, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x00EDB0E0, Task *, TaskFactory_FromAsync_4, (TaskFactory * __this, Func_5_Object_Int32_AsyncCallback_Object_IAsyncResult_ * beginMethod, Action_1_IAsyncResult_ * endMethod, Object * arg1, int32_t arg2, Object * state, MethodInfo * method)); DO_APP_FUNC(0x00EDB130, Task *, TaskFactory_FromAsync_5, (TaskFactory * __this, Func_5_Object_Object_AsyncCallback_Object_IAsyncResult_ * beginMethod, Action_1_IAsyncResult_ * endMethod, Object * arg1, Object * arg2, Object * state, MethodInfo * method)); DO_APP_FUNC(0x00EDB180, Task *, TaskFactory_FromAsync_6, (TaskFactory * __this, Func_5_Object_Int32_AsyncCallback_Object_IAsyncResult_ * beginMethod, Action_1_IAsyncResult_ * endMethod, Object * arg1, int32_t arg2, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x00EDB180, Task *, TaskFactory_FromAsync_7, (TaskFactory * __this, Func_5_Object_Object_AsyncCallback_Object_IAsyncResult_ * beginMethod, Action_1_IAsyncResult_ * endMethod, Object * arg1, Object * arg2, Object * state, TaskCreationOptions__Enum creationOptions, MethodInfo * method)); DO_APP_FUNC(0x00EDB1B0, Task_1_System_Object_ *, TaskFactory_StartNew_1, (TaskFactory * __this, Func_1_Object_ * function, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x00EDB290, Task_1_System_Boolean_ *, TaskFactory_StartNew_2, (TaskFactory * __this, Func_2_Object_Boolean_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CDF4E0, TaskFactory_StartNew_2__MethodInfo); DO_APP_FUNC(0x00EDB390, Task_1_System_Object_ *, TaskFactory_StartNew_3, (TaskFactory * __this, Func_2_Object_Object_ * function, Object * state, CancellationToken cancellationToken, TaskCreationOptions__Enum creationOptions, TaskScheduler * scheduler, MethodInfo * method)); DO_APP_FUNC(0x00EDB490, int32_t, TaskToApm_End_1, (IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8998, TaskToApm_End_1__MethodInfo); DO_APP_FUNC(0x00EDB600, Object *, TaskToApm_End_2, (IAsyncResult * asyncResult, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8978, TaskToApm_End_2__MethodInfo); DO_APP_FUNC(0x00EDB770, List_1_System_Int32_ *, TempListPool_Get, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9AA0, TempListPool_Get__MethodInfo); DO_APP_FUNC(0x00EDB770, List_1_System_Object_ *, TempListPool_Get_1, (MethodInfo * method)); DO_APP_FUNC(0x00EDB780, List_1_Rewired_ControllerTemplateElementTarget_ *, TempListPool_Get_2, (int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x00EDBCE0, List_1_System_Int32_ *, TempListPool_Get_3, (int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x00EDC240, List_1_System_Int32Enum_ *, TempListPool_Get_4, (int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x00EDC7A0, List_1_System_Object_ *, TempListPool_Get_5, (int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x00EDB770, TempListPool_TList_1_Rewired_ControllerTemplateElementTarget_ *, TempListPool_GetTList, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C87578, TempListPool_GetTList__MethodInfo); DO_APP_FUNC(0x00EDB770, TempListPool_TList_1_System_Object_ *, TempListPool_GetTList_1, (MethodInfo * method)); DO_APP_FUNC(0x00EDCD00, TempListPool_TList_1_Rewired_ControllerTemplateElementTarget_ *, TempListPool_GetTList_2, (int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x00EDCD00, TempListPool_TList_1_System_Int32Enum_ *, TempListPool_GetTList_3, (int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x00EDCD00, TempListPool_TList_1_System_Object_ *, TempListPool_GetTList_4, (int32_t capacity, MethodInfo * method)); DO_APP_FUNC(0x00EDCD40, void, TempListPool_Return, (List_1_Rewired_ControllerTemplateElementTarget_ * list, MethodInfo * method)); DO_APP_FUNC(0x00EDCFA0, void, TempListPool_Return_1, (List_1_System_Int32_ * list, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB9AA8, TempListPool_Return_1__MethodInfo); DO_APP_FUNC(0x00EDD200, void, TempListPool_Return_2, (List_1_System_Int32Enum_ * list, MethodInfo * method)); DO_APP_FUNC(0x00EDD460, void, TempListPool_Return_3, (List_1_System_Object_ * list, MethodInfo * method)); DO_APP_FUNC(0x00EDD6C0, void, TempListPool_Return_4, (List_1_System_Object_ * list1, List_1_System_Object_ * list2, MethodInfo * method)); DO_APP_FUNC(0x00EDD700, void, TempListPool_Return_5, (List_1_System_Object_ * list1, List_1_System_Object_ * list2, List_1_System_Object_ * list3, MethodInfo * method)); DO_APP_FUNC(0x00EDD760, void, TempListPool_ReturnTList, (TempListPool_TList_1_System_Object_ * tList, MethodInfo * method)); DO_APP_FUNC(0x00EDD780, void, TextGeneratorUtilities_ResizeInternalArray, (Int32__Array * * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE49A8, TextGeneratorUtilities_ResizeInternalArray__MethodInfo); DO_APP_FUNC(0x00EDD780, void, TextGeneratorUtilities_ResizeInternalArray_1, (Object__Array * * array, MethodInfo * method)); DO_APP_FUNC(0x00ED9D00, void, TextInfo_1_Resize, (LinkInfo__Array * * array, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE36D0, TextInfo_1_Resize__MethodInfo); DO_APP_FUNC(0x00ED9D00, void, TextInfo_1_Resize_1, (Object__Array * * array, int32_t size, MethodInfo * method)); DO_APP_FUNC(0x00ED9D00, void, TextInfo_1_Resize_2, (WordInfo__Array * * array, int32_t size, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE35A8, TextInfo_1_Resize_2__MethodInfo); DO_APP_FUNC(0x00ED9D90, void, TextInfo_1_Resize_3, (MeshInfo__Array * * array, int32_t size, bool isBlockAllocated, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3660, TextInfo_1_Resize_3__MethodInfo); DO_APP_FUNC(0x00ED9D90, void, TextInfo_1_Resize_4, (Object__Array * * array, int32_t size, bool isBlockAllocated, MethodInfo * method)); DO_APP_FUNC(0x00ED9D90, void, TextInfo_1_Resize_5, (PageInfo__Array * * array, int32_t size, bool isBlockAllocated, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE35B0, TextInfo_1_Resize_5__MethodInfo); DO_APP_FUNC(0x00ED9D90, void, TextInfo_1_Resize_6, (TextElementInfo__Array * * array, int32_t size, bool isBlockAllocated, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CE3658, TextInfo_1_Resize_6__MethodInfo); DO_APP_FUNC(0x00EDD810, NativeArray_1_UnityEngine_Color_, Texture2D_GetRawTextureData_1, (Texture2D * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8938, Texture2D_GetRawTextureData_1__MethodInfo); DO_APP_FUNC(0x00EDD970, NativeArray_1_UnityEngine_Color32_, Texture2D_GetRawTextureData_2, (Texture2D * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8920, Texture2D_GetRawTextureData_2__MethodInfo); DO_APP_FUNC(0x00EDDAD0, void, Texture2D_SetPixelData, (Texture2D * __this, Object__Array * data, int32_t mipLevel, int32_t sourceDataStartIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8928, Texture2D_SetPixelData__MethodInfo); DO_APP_FUNC(0x00EDDD20, void, Texture2DArray_SetPixelData, (Texture2DArray * __this, NativeArray_1_System_Byte_ data, int32_t mipLevel, int32_t element, int32_t sourceDataStartIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C94220, Texture2DArray_SetPixelData__MethodInfo); DO_APP_FUNC(0x00EDDF30, void, Texture2DArray_SetPixelData_1, (Texture2DArray * __this, Object__Array * data, int32_t mipLevel, int32_t element, int32_t sourceDataStartIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8918, Texture2DArray_SetPixelData_1__MethodInfo); DO_APP_FUNC(0x00EDE1A0, void, Texture3D_SetPixelData, (Texture3D * __this, Object__Array * data, int32_t mipLevel, int32_t sourceDataStartIndex, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC8900, Texture3D_SetPixelData__MethodInfo); DO_APP_FUNC(0x00EDE3F0, bool, ThreadPool_QueueUserWorkItem_2, (Action_1_Object_ * callBack, Object * state, bool preferLocal, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC88F0, ThreadPool_QueueUserWorkItem_2__MethodInfo); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_1, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_2, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_3, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_4, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_5, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_6, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_7, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_8, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_9, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_10, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_11, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_12, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_13, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_14, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_15, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_16, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_17, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_18, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_19, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_20, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_21, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_22, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_23, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_24, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_25, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_26, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_27, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_28, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_29, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_30, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_31, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_32, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_33, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_34, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_35, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_36, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_37, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_38, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_39, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_40, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_41, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_42, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_43, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_44, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_45, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_46, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_47, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_48, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_49, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_50, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_51, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_52, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_53, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_54, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_55, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_56, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_57, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_58, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_59, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_60, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_61, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_62, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_63, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_64, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_65, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_66, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_67, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_68, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_69, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_70, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_71, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_72, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_73, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_74, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_75, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_76, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_77, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_78, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_79, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_80, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_81, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_82, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_83, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_84, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_85, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_86, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_87, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_88, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_89, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00ACD900, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_90, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_91, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_92, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_93, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_94, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_95, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_96, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_97, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_98, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_99, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_100, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_101, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_102, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_103, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_104, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_105, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_106, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_107, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_108, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_109, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_110, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_111, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_112, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_113, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_114, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_115, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_116, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_117, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_118, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_119, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_120, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_121, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_122, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_123, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_124, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_125, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_126, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_127, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_128, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_129, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_130, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_131, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_132, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_133, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_134, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_135, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_136, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_137, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_138, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_139, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_140, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_141, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_142, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_143, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_144, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_145, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_146, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_147, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_148, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_149, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_150, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_151, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_152, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_153, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_154, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_155, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_156, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_157, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_158, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_159, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_160, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_161, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_162, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_163, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_164, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_165, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_166, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_167, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_168, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_169, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_170, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_171, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_172, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_173, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_174, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_175, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_176, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_177, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_178, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_179, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_180, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_181, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_182, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_183, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_184, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_185, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_186, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_187, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_188, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_189, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_190, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_191, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_192, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_193, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_194, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_195, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_196, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_197, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_198, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_199, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_200, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_201, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_202, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_203, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_204, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_205, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_206, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_207, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_208, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_209, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_210, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_211, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_212, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_213, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_214, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_215, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_216, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_217, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_218, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_219, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_220, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_221, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_222, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_223, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_224, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_225, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_226, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_227, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_228, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_229, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_230, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_231, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_232, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_233, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_234, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_235, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_236, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_237, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_238, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_239, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_240, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_241, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_242, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_243, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_244, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_245, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_246, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_247, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_248, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_249, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_250, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_251, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_252, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_253, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_254, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_255, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE590, void, ThrowHelper_1_IfNullAndNullsAreIllegalThenThrow_256, (Object * value, ExceptionArgument__Enum argName, MethodInfo * method)); DO_APP_FUNC(0x00EDE610, Object *, TimelineAsset_CreateTrack_1, (TimelineAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00EDE6F0, Object *, TimelineAsset_CreateTrack_2, (TimelineAsset * __this, String * trackName, MethodInfo * method)); DO_APP_FUNC(0x00EDE7E0, Object *, TimelineAsset_CreateTrack_3, (TimelineAsset * __this, TrackAsset * parent, String * trackName, MethodInfo * method)); DO_APP_FUNC(0x00EDE8D0, TimelineClip *, TrackAsset_CreateClip_1, (TrackAsset * __this, MethodInfo * method)); DO_APP_FUNC(0x00EDEA70, Object *, TrackAsset_CreateMarker_1, (TrackAsset * __this, double time, MethodInfo * method)); DO_APP_FUNC(0x00EDEB60, Object *, TransformExtensions_GetComponentInParentIncludeInactive, (Transform * transform, MethodInfo * method)); DO_APP_FUNC(0x00EDED70, Tuple_2_Object_Object_ *, Tuple_Create, (Object * item1, Object * item2, MethodInfo * method)); DO_APP_FUNC(0x00EDEDF0, Tuple_3_Object_Memory_1_Byte_Object_ *, Tuple_Create_1, (Object * item1, Memory_1_Byte_ item2, Object * item3, MethodInfo * method)); DO_APP_FUNC(0x00EDEE90, Tuple_3_Object_Object_Object_ *, Tuple_Create_2, (Object * item1, Object * item2, Object * item3, MethodInfo * method)); DO_APP_FUNC(0x00EDEF20, Object *, TypeHelpers_As, (Object * obj, MethodInfo * method)); DO_APP_FUNC(0x00EDEF80, void, UIRenderDevice_DrawRanges, (UIRenderDevice * __this, Utility_GPUBuffer_1_System_UInt16_ * ib, Utility_GPUBuffer_1_UnityEngine_UIElements_Vertex_ * vb, NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange_ ranges, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCB040, UIRenderDevice_DrawRanges__MethodInfo); DO_APP_FUNC(0x00EDF0F0, NativeSlice_1_UnityEngine_UIElements_UIR_DrawBufferRange_, UIRenderDevice_PtrToSlice, (Void * p, int32_t count, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D0C8, UIRenderDevice_PtrToSlice__MethodInfo); DO_APP_FUNC(0x00EDF170, Object *, UQueryExtensions_Q_1, (VisualElement * e, String * name, String * className, MethodInfo * method)); DO_APP_FUNC(0x00EDFFB0, UQueryBuilder_1_System_Object_, UQueryExtensions_Query, (VisualElement * e, String * name, String * className, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAFF0, UQueryExtensions_Query__MethodInfo); DO_APP_FUNC(0x00EE0340, Object *, UdpEvent_As, (UdpEvent * __this, MethodInfo * method)); DO_APP_FUNC(0x00EE03A0, void, UdpEvent_As_1, (UdpEvent * __this, Object * * a, Object * * b, MethodInfo * method)); DO_APP_FUNC(0x00EE0590, String *, UdpSessionFilter_ToDebugString, (UdpSessionFilter * __this, IDictionary_2_System_Object_System_Object_ * dictionary, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C7C028, UdpSessionFilter_ToDebugString__MethodInfo); DO_APP_FUNC(0x00EE0910, Object *, UdpSocket_GetSocket, (UdpSocket * __this, MethodInfo * method)); DO_APP_FUNC(0x00EE09A0, String *, UdpUtils_Join, (IEnumerable_1_System_Object_ * items, String * seperator, MethodInfo * method)); DO_APP_FUNC(0x00EE0CC0, Object__Array *, UltimateCharacterLocomotion_GetAbilities_2, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x00EE0CE0, Object__Array *, UltimateCharacterLocomotion_GetAbilities_3, (UltimateCharacterLocomotion * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EE0CC0, Object *, UltimateCharacterLocomotion_GetAbility, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x00EE0FE0, Object *, UltimateCharacterLocomotion_GetAbility_1, (UltimateCharacterLocomotion * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EE0CC0, Object *, UltimateCharacterLocomotion_GetEffect_2, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x00EE11C0, Object *, UltimateCharacterLocomotion_GetEffect_3, (UltimateCharacterLocomotion * __this, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EE13C0, bool, UltimateCharacterLocomotion_IsAbilityTypeActive, (UltimateCharacterLocomotion * __this, MethodInfo * method)); DO_APP_FUNC(0x00EE1530, void, UnityTools_ForEachComponent, (Component * component, Action_1_Object_ * delegate, MethodInfo * method)); DO_APP_FUNC(0x00EE1600, void, UnityTools_ForEachComponent_1, (GameObject * gameObject, Action_1_Object_ * delegate, MethodInfo * method)); DO_APP_FUNC(0x00EE16D0, void, UnityTools_ForEachComponent_2, (Transform * transform, Action_1_Object_ * delegate, MethodInfo * method)); DO_APP_FUNC(0x00EE1750, void, UnityTools_ForEachComponent_3, (Component * component, Action_1_Object_ * delegate, bool includeChildren, MethodInfo * method)); DO_APP_FUNC(0x00EE1830, void, UnityTools_ForEachComponent_4, (GameObject * gameObject, Action_1_Object_ * delegate, bool includeChildren, MethodInfo * method)); DO_APP_FUNC(0x00EE1910, void, UnityTools_ForEachComponent_5, (Transform * transform, Action_1_Object_ * delegate, bool includeChildren, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAEF0, UnityTools_ForEachComponent_5__MethodInfo); DO_APP_FUNC(0x00EE1E60, void, UnityTools_ForEachComponentInChildren, (Component * component, Action_1_Object_ * delegate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAE90, UnityTools_ForEachComponentInChildren__MethodInfo); DO_APP_FUNC(0x00EE2040, void, UnityTools_ForEachComponentInChildren_1, (GameObject * gameObject, Action_1_Object_ * delegate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAEA0, UnityTools_ForEachComponentInChildren_1__MethodInfo); DO_APP_FUNC(0x00EE2220, void, UnityTools_ForEachComponentInChildren_2, (Transform * transform, Action_1_Object_ * delegate, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAE80, UnityTools_ForEachComponentInChildren_2__MethodInfo); DO_APP_FUNC(0x00EE24D0, Object *, UnityTools_GetComponent_6, (Component * component, MethodInfo * method)); DO_APP_FUNC(0x00EE2660, Object *, UnityTools_GetComponent_7, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x00EE28C0, Object *, UnityTools_GetComponent_8, (Transform * transform, MethodInfo * method)); DO_APP_FUNC(0x00EE2A50, Object *, UnityTools_GetComponent_9, (Component * component, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x00EE2BF0, Object *, UnityTools_GetComponent_10, (GameObject * gameObject, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x00EE2FD0, Object *, UnityTools_GetComponent_11, (Transform * transform, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x00EE3170, Object *, UnityTools_GetComponentInChildren_6, (Component * component, MethodInfo * method)); DO_APP_FUNC(0x00EE3300, Object *, UnityTools_GetComponentInChildren_7, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x00EE3490, Object *, UnityTools_GetComponentInChildren_8, (Transform * transform, MethodInfo * method)); DO_APP_FUNC(0x00EE3700, Object *, UnityTools_GetComponentInChildren_9, (Component * component, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x00EE38A0, Object *, UnityTools_GetComponentInChildren_10, (GameObject * gameObject, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x00EE3A40, Object *, UnityTools_GetComponentInChildren_11, (Transform * transform, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x00EE3CD0, Object *, UnityTools_GetComponentInParents, (Component * component, MethodInfo * method)); DO_APP_FUNC(0x00EE3E60, Object *, UnityTools_GetComponentInParents_1, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x00EE3FF0, Object *, UnityTools_GetComponentInParents_2, (Transform * transform, MethodInfo * method)); DO_APP_FUNC(0x00EE4330, Object *, UnityTools_GetComponentInSelfOrChildren, (Component * component, MethodInfo * method)); DO_APP_FUNC(0x00EE44C0, Object *, UnityTools_GetComponentInSelfOrChildren_1, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x00EE4670, Object *, UnityTools_GetComponentInSelfOrChildren_2, (Transform * transform, MethodInfo * method)); DO_APP_FUNC(0x00EE4800, Object *, UnityTools_GetComponentInSelfOrParents, (Component * component, MethodInfo * method)); DO_APP_FUNC(0x00EE4990, Object *, UnityTools_GetComponentInSelfOrParents_1, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x00EE4B20, Object *, UnityTools_GetComponentInSelfOrParents_2, (Transform * transform, MethodInfo * method)); DO_APP_FUNC(0x00EE4F30, List_1_System_Object_ *, UnityTools_GetComponents_12, (Component * component, MethodInfo * method)); DO_APP_FUNC(0x00EE5100, List_1_System_Object_ *, UnityTools_GetComponents_13, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x00EE5460, List_1_System_Object_ *, UnityTools_GetComponents_14, (Transform * transform, MethodInfo * method)); DO_APP_FUNC(0x00EE5630, List_1_System_Object_ *, UnityTools_GetComponents_15, (Component * component, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x00EE5820, List_1_System_Object_ *, UnityTools_GetComponents_16, (GameObject * gameObject, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x00EE5BC0, List_1_System_Object_ *, UnityTools_GetComponents_17, (Transform * transform, bool includeInactive, MethodInfo * method)); DO_APP_FUNC(0x00EE5DB0, int32_t, UnityTools_GetComponents_18, (Component * component, List_1_System_Object_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAE70, UnityTools_GetComponents_18__MethodInfo); DO_APP_FUNC(0x00EE5FB0, int32_t, UnityTools_GetComponents_19, (GameObject * gameObject, List_1_System_Object_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAE60, UnityTools_GetComponents_19__MethodInfo); DO_APP_FUNC(0x00EE6430, int32_t, UnityTools_GetComponents_20, (Transform * transform, List_1_System_Object_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAE68, UnityTools_GetComponents_20__MethodInfo); DO_APP_FUNC(0x00EE6630, int32_t, UnityTools_GetComponents_21, (Component * component, bool includeInactive, List_1_System_Object_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAE50, UnityTools_GetComponents_21__MethodInfo); DO_APP_FUNC(0x00EE6830, int32_t, UnityTools_GetComponents_22, (GameObject * gameObject, bool includeInactive, List_1_System_Object_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAE48, UnityTools_GetComponents_22__MethodInfo); DO_APP_FUNC(0x00EE6CF0, int32_t, UnityTools_GetComponents_23, (Transform * transform, bool includeInactive, List_1_System_Object_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAE58, UnityTools_GetComponents_23__MethodInfo); DO_APP_FUNC(0x00EE6EF0, List_1_System_Object_ *, UnityTools_GetComponentsInChildren_6, (Component * component, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAE30, UnityTools_GetComponentsInChildren_6__MethodInfo); DO_APP_FUNC(0x00EE70C0, List_1_System_Object_ *, UnityTools_GetComponentsInChildren_7, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAE40, UnityTools_GetComponentsInChildren_7__MethodInfo); DO_APP_FUNC(0x00EE7290, List_1_System_Object_ *, UnityTools_GetComponentsInChildren_8, (Transform * transform, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAE38, UnityTools_GetComponentsInChildren_8__MethodInfo); DO_APP_FUNC(0x00EE7530, List_1_System_Object_ *, UnityTools_GetComponentsInChildren_9, (Component * component, bool includeInactive, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAE20, UnityTools_GetComponentsInChildren_9__MethodInfo); DO_APP_FUNC(0x00EE7710, List_1_System_Object_ *, UnityTools_GetComponentsInChildren_10, (GameObject * gameObject, bool includeInactive, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAE28, UnityTools_GetComponentsInChildren_10__MethodInfo); DO_APP_FUNC(0x00EE78F0, List_1_System_Object_ *, UnityTools_GetComponentsInChildren_11, (Transform * transform, bool includeInactive, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAE10, UnityTools_GetComponentsInChildren_11__MethodInfo); DO_APP_FUNC(0x00EE7BA0, int32_t, UnityTools_GetComponentsInChildren_12, (Component * component, List_1_System_Object_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAE08, UnityTools_GetComponentsInChildren_12__MethodInfo); DO_APP_FUNC(0x00EE7DA0, int32_t, UnityTools_GetComponentsInChildren_13, (GameObject * gameObject, List_1_System_Object_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAE18, UnityTools_GetComponentsInChildren_13__MethodInfo); DO_APP_FUNC(0x00EE7FA0, int32_t, UnityTools_GetComponentsInChildren_14, (Transform * transform, List_1_System_Object_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCADF0, UnityTools_GetComponentsInChildren_14__MethodInfo); DO_APP_FUNC(0x00EE8280, int32_t, UnityTools_GetComponentsInChildren_15, (Component * component, bool includeInactive, List_1_System_Object_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAE00, UnityTools_GetComponentsInChildren_15__MethodInfo); DO_APP_FUNC(0x00EE8480, int32_t, UnityTools_GetComponentsInChildren_16, (GameObject * gameObject, bool includeInactive, List_1_System_Object_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCADF8, UnityTools_GetComponentsInChildren_16__MethodInfo); DO_APP_FUNC(0x00EE8680, int32_t, UnityTools_GetComponentsInChildren_17, (Transform * transform, bool includeInactive, List_1_System_Object_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCADE0, UnityTools_GetComponentsInChildren_17__MethodInfo); DO_APP_FUNC(0x00EE8970, List_1_System_Object_ *, UnityTools_GetComponentsInParents_6, (Component * component, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCADE8, UnityTools_GetComponentsInParents_6__MethodInfo); DO_APP_FUNC(0x00EE8B40, List_1_System_Object_ *, UnityTools_GetComponentsInParents_7, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCADC8, UnityTools_GetComponentsInParents_7__MethodInfo); DO_APP_FUNC(0x00EE8D10, List_1_System_Object_ *, UnityTools_GetComponentsInParents_8, (Transform * transform, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCADB8, UnityTools_GetComponentsInParents_8__MethodInfo); DO_APP_FUNC(0x00EE9010, int32_t, UnityTools_GetComponentsInParents_9, (Component * component, List_1_System_Object_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCADD8, UnityTools_GetComponentsInParents_9__MethodInfo); DO_APP_FUNC(0x00EE9210, int32_t, UnityTools_GetComponentsInParents_10, (GameObject * gameObject, List_1_System_Object_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAD98, UnityTools_GetComponentsInParents_10__MethodInfo); DO_APP_FUNC(0x00EE9600, int32_t, UnityTools_GetComponentsInParents_11, (Transform * transform, List_1_System_Object_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCADA8, UnityTools_GetComponentsInParents_11__MethodInfo); DO_APP_FUNC(0x00EE9800, List_1_System_Object_ *, UnityTools_GetComponentsInSelfAndChildren_3, (Component * component, MethodInfo * method)); DO_APP_FUNC(0x00EE99D0, List_1_System_Object_ *, UnityTools_GetComponentsInSelfAndChildren_4, (GameObject * gameObject, MethodInfo * method)); DO_APP_FUNC(0x00EE9D20, List_1_System_Object_ *, UnityTools_GetComponentsInSelfAndChildren_5, (Transform * transform, MethodInfo * method)); DO_APP_FUNC(0x00EE9EF0, int32_t, UnityTools_GetComponentsInSelfAndChildren_6, (Component * component, List_1_System_Object_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAD90, UnityTools_GetComponentsInSelfAndChildren_6__MethodInfo); DO_APP_FUNC(0x00EEA0F0, int32_t, UnityTools_GetComponentsInSelfAndChildren_7, (GameObject * gameObject, List_1_System_Object_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAD38, UnityTools_GetComponentsInSelfAndChildren_7__MethodInfo); DO_APP_FUNC(0x00EEA2F0, int32_t, UnityTools_GetComponentsInSelfAndChildren_8, (Transform * transform, List_1_System_Object_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAD18, UnityTools_GetComponentsInSelfAndChildren_8__MethodInfo); DO_APP_FUNC(0x00EEA850, int32_t, UnityTools_GetComponentsInSelfAndChildren_9, (Component * component, bool includeInactive, List_1_System_Object_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAD50, UnityTools_GetComponentsInSelfAndChildren_9__MethodInfo); DO_APP_FUNC(0x00EEAA50, int32_t, UnityTools_GetComponentsInSelfAndChildren_10, (GameObject * gameObject, bool includeInactive, List_1_System_Object_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAD00, UnityTools_GetComponentsInSelfAndChildren_10__MethodInfo); DO_APP_FUNC(0x00EEAC50, int32_t, UnityTools_GetComponentsInSelfAndChildren_11, (Transform * transform, bool includeInactive, List_1_System_Object_ * results, bool append, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAD08, UnityTools_GetComponentsInSelfAndChildren_11__MethodInfo); DO_APP_FUNC(0x00EEB210, Object *, UnityTools_Instantiate_2, (Object_1 * original, Transform * parent, bool instantiateInWorldSpace, MethodInfo * method)); DO_APP_FUNC(0x00EEB340, Object *, UnityTools_Instantiate_3, (Object_1 * original, Vector3 position, Quaternion rotation, Transform * parent, bool instantiateInWorldSpace, MethodInfo * method)); DO_APP_FUNC(0x00EEC1C0, bool, UnityTools_IsNullOrDestroyed_1, (Object * object, MethodInfo * method)); DO_APP_FUNC(0x00EEC360, bool, UnityTools_IsObjectInScene, (Object * object, MethodInfo * method)); DO_APP_FUNC(0x00EEC550, Object *, UnityTools_dCVRyeIJDsIwDOBlXEDTsOjAHsUg, (Object * param_0000c4df, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, ArraySegment_1_Byte_ *, Unsafe_Add, (ArraySegment_1_Byte_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6F0, AsyncOperationHandle_1_System_Object_ *, Unsafe_Add_1, (AsyncOperationHandle_1_System_Object_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6F0, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, Unsafe_Add_2, (VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, IntervalTree_1_T_Entry_System_Object_ *, Unsafe_Add_3, (IntervalTree_1_T_Entry_System_Object_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ *, Unsafe_Add_4, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ *, Unsafe_Add_5, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6F0, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ *, Unsafe_Add_6, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, KeyValuePair_2_System_Guid_System_Object_ *, Unsafe_Add_7, (KeyValuePair_2_System_Guid_System_Object_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC710, KeyValuePair_2_System_Int32_System_Int32_ *, Unsafe_Add_8, (KeyValuePair_2_System_Int32_System_Int32_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, KeyValuePair_2_System_Int32_System_Object_ *, Unsafe_Add_9, (KeyValuePair_2_System_Int32_System_Object_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, KeyValuePair_2_System_Int32Enum_System_Object_ *, Unsafe_Add_10, (KeyValuePair_2_System_Int32Enum_System_Object_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, KeyValuePair_2_System_Object_System_ArraySegment_1_ *, Unsafe_Add_11, (KeyValuePair_2_System_Object_System_ArraySegment_1_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, KeyValuePair_2_System_Object_System_Char_ *, Unsafe_Add_12, (KeyValuePair_2_System_Object_System_Char_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, KeyValuePair_2_System_Object_System_Object_ *, Unsafe_Add_13, (KeyValuePair_2_System_Object_System_Object_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC720, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, Unsafe_Add_14, (KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ *, Unsafe_Add_15, (KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, Unsafe_Add_16, (KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, KeyValuePair_2_System_UInt16_System_Object_ *, Unsafe_Add_17, (KeyValuePair_2_System_UInt16_System_Object_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, KeyValuePair_2_System_UInt64_System_Object_ *, Unsafe_Add_18, (KeyValuePair_2_System_UInt64_System_Object_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, NativeArray_1_System_UInt16_ *, Unsafe_Add_19, (NativeArray_1_System_UInt16_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, NativeArray_1_UnityEngine_UIElements_Vertex_ *, Unsafe_Add_20, (NativeArray_1_UnityEngine_UIElements_Vertex_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ *, Unsafe_Add_21, (RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, STuple_2_System_Object_System_Object_ *, Unsafe_Add_22, (STuple_2_System_Object_System_Object_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, ValueTuple_2_Int32_Object_ *, Unsafe_Add_23, (ValueTuple_2_Int32_Object_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC730, ValueTuple_2_Int32_UnityEngine_Vector2Int_ *, Unsafe_Add_24, (ValueTuple_2_Int32_UnityEngine_Vector2Int_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ *, Unsafe_Add_25, (ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, ValueTuple_2_Object_Object_ *, Unsafe_Add_26, (ValueTuple_2_Object_Object_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, ValueTuple_2_UnityEngine_Vector3Int_Object_ *, Unsafe_Add_27, (ValueTuple_2_UnityEngine_Vector3Int_Object_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC740, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ *, Unsafe_Add_28, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC750, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ *, Unsafe_Add_29, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC710, AnimatorClipInfo *, Unsafe_Add_30, (AnimatorClipInfo * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, AsyncOperationHandle *, Unsafe_Add_31, (AsyncOperationHandle * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC710, BoltPeer *, Unsafe_Add_32, (BoltPeer * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, BoltPhysicsHit *, Unsafe_Add_33, (BoltPhysicsHit * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6F0, BoneWeight *, Unsafe_Add_34, (BoneWeight * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC760, bool *, Unsafe_Add_35, (bool * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC760, uint8_t *, Unsafe_Add_36, (uint8_t * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC770, uint8_t *, Unsafe_Add_37, (uint8_t * source, void * elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC760, Void *, Unsafe_Add_38, (Void * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC710, CancellationToken *, Unsafe_Add_39, (CancellationToken * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC780, uint16_t *, Unsafe_Add_40, (uint16_t * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC790, uint16_t *, Unsafe_Add_41, (uint16_t * source, void * elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, ClientInfo *, Unsafe_Add_42, (ClientInfo * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, Color *, Unsafe_Add_43, (Color * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC7A0, Color32 *, Unsafe_Add_44, (Color32 * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC7B0, CombineInstance *, Unsafe_Add_45, (CombineInstance * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, ComputedTransitionProperty *, Unsafe_Add_46, (ComputedTransitionProperty * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, Connection *, Unsafe_Add_47, (Connection * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC740, ControllerPollingInfo *, Unsafe_Add_48, (ControllerPollingInfo * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, ControllerTemplateElementTarget *, Unsafe_Add_49, (ControllerTemplateElementTarget * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC7C0, CurveSample *, Unsafe_Add_50, (CurveSample * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC710, DateTime *, Unsafe_Add_51, (DateTime * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, DateTimeOffset *, Unsafe_Add_52, (DateTimeOffset * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, Decimal *, Unsafe_Add_53, (Decimal * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC7D0, DiagnosticEvent *, Unsafe_Add_54, (DiagnosticEvent * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC710, double *, Unsafe_Add_55, (double * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC7A0, EasingFunction *, Unsafe_Add_56, (EasingFunction * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC7E0, ElementAssignmentConflictInfo *, Unsafe_Add_57, (ElementAssignmentConflictInfo * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, Entitlement *, Unsafe_Add_58, (Entitlement * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, EventReliable *, Unsafe_Add_59, (EventReliable * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, EventUnreliable *, Unsafe_Add_60, (EventUnreliable * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, FileStat *, Unsafe_Add_61, (FileStat * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC7E0, GlyphPairAdjustmentRecord *, Unsafe_Add_62, (GlyphPairAdjustmentRecord * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, GlyphRect *, Unsafe_Add_63, (GlyphRect * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, Guid *, Unsafe_Add_64, (Guid * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, InputActionSourceData *, Unsafe_Add_65, (InputActionSourceData * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC7F0, InputBinding *, Unsafe_Add_66, (InputBinding * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, InputDevice_1 *, Unsafe_Add_67, (InputDevice_1 * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC740, InputDeviceDescription *, Unsafe_Add_68, (InputDeviceDescription * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC710, InputEventPtr *, Unsafe_Add_69, (InputEventPtr * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC780, int16_t *, Unsafe_Add_70, (int16_t * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC730, Int3 *, Unsafe_Add_71, (Int3 * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC7A0, int32_t *, Unsafe_Add_72, (int32_t * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC7A0, Int32Enum__Enum *, Unsafe_Add_73, (Int32Enum__Enum * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC710, int64_t *, Unsafe_Add_74, (int64_t * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, IntPoint *, Unsafe_Add_75, (IntPoint * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC710, void * *, Unsafe_Add_76, (void * * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC800, void * *, Unsafe_Add_77, (void * * source, void * elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, IntRect *, Unsafe_Add_78, (IntRect * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, InternedString *, Unsafe_Add_79, (InternedString * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, InterpretedFrameInfo *, Unsafe_Add_80, (InterpretedFrameInfo * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, IntervalTreeNode *, Unsafe_Add_81, (IntervalTreeNode * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, ItemDefinitionAmount *, Unsafe_Add_82, (ItemDefinitionAmount * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, KickedPlayer *, Unsafe_Add_83, (KickedPlayer * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC7A0, LayerMask *, Unsafe_Add_84, (LayerMask * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC730, ManipulatorActivationFilter *, Unsafe_Add_85, (ManipulatorActivationFilter * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC810, Matrix4x4 *, Unsafe_Add_86, (Matrix4x4 * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, NameAndParameters *, Unsafe_Add_87, (NameAndParameters * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, NamedValue *, Unsafe_Add_88, (NamedValue * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6F0, NetworkPropertyInfo *, Unsafe_Add_89, (NetworkPropertyInfo * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC710, Object * *, Unsafe_Add_90, (Object * * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC800, Object * *, Unsafe_Add_91, (Object * * source, void * elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC710, Void *, Unsafe_Add_92, (Void * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC7D0, ObjectInitializationData *, Unsafe_Add_93, (ObjectInitializationData * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6F0, OpenChannel *, Unsafe_Add_94, (OpenChannel * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC730, PacketStats *, Unsafe_Add_95, (PacketStats * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC750, ParticleCollisionEvent *, Unsafe_Add_96, (ParticleCollisionEvent * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, Playable *, Unsafe_Add_97, (Playable * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6F0, PlayableBinding *, Unsafe_Add_98, (PlayableBinding * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC730, Priority *, Unsafe_Add_99, (Priority * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, Quaternion *, Unsafe_Add_100, (Quaternion * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, RangePositionInfo *, Unsafe_Add_101, (RangePositionInfo * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC7E0, RaycastHit *, Unsafe_Add_102, (RaycastHit * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC820, RaycastHit2D *, Unsafe_Add_103, (RaycastHit2D * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC720, RaycastResult *, Unsafe_Add_104, (RaycastResult * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, Rect *, Unsafe_Add_105, (Rect * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, ReflectionProbeBlendInfo *, Unsafe_Add_106, (ReflectionProbeBlendInfo * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, RemoteChannel *, Unsafe_Add_107, (RemoteChannel * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, RenderChainTextEntry *, Unsafe_Add_108, (RenderChainTextEntry * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC750, RenderTargetIdentifier *, Unsafe_Add_109, (RenderTargetIdentifier * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, RendererList *, Unsafe_Add_110, (RendererList * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC710, RendererListHandle *, Unsafe_Add_111, (RendererListHandle * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC730, Resolution *, Unsafe_Add_112, (Resolution * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC710, ResourceHandle *, Unsafe_Add_113, (ResourceHandle * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, RoomMembership *, Unsafe_Add_114, (RoomMembership * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, RuleMatcher *, Unsafe_Add_115, (RuleMatcher * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC760, int8_t *, Unsafe_Add_116, (int8_t * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, SelectorMatchRecord *, Unsafe_Add_117, (SelectorMatchRecord * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC7A0, float *, Unsafe_Add_118, (float * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC750, Sku *, Unsafe_Add_119, (Sku * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, SslApplicationProtocol *, Unsafe_Add_120, (SslApplicationProtocol * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC7A0, SteamItemDef_t *, Unsafe_Add_121, (SteamItemDef_t * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, SteamItemDetails_t *, Unsafe_Add_122, (SteamItemDetails_t * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, StylePropertyName *, Unsafe_Add_123, (StylePropertyName * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, StylePropertyValue *, Unsafe_Add_124, (StylePropertyValue * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, StyleSelectorPart *, Unsafe_Add_125, (StyleSelectorPart * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, StyleSyntaxToken *, Unsafe_Add_126, (StyleSyntaxToken * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, StyleValue *, Unsafe_Add_127, (StyleValue * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, StyleValueManaged *, Unsafe_Add_128, (StyleValueManaged * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, StyleVariable *, Unsafe_Add_129, (StyleVariable * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC7D0, SubMeshDescriptor *, Unsafe_Add_130, (SubMeshDescriptor * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, Substring *, Unsafe_Add_131, (Substring * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC710, TimeSpan *, Unsafe_Add_132, (TimeSpan * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC710, TimeValue *, Unsafe_Add_133, (TimeValue * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, TreeViewItemWrapper *, Unsafe_Add_134, (TreeViewItemWrapper * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6F0, TypeWrapper *, Unsafe_Add_135, (TypeWrapper * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC730, UICharInfo *, Unsafe_Add_136, (UICharInfo * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, UILineInfo *, Unsafe_Add_137, (UILineInfo * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC830, UIVertex *, Unsafe_Add_138, (UIVertex * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC780, uint16_t *, Unsafe_Add_139, (uint16_t * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC7A0, uint32_t *, Unsafe_Add_140, (uint32_t * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC710, uint64_t *, Unsafe_Add_141, (uint64_t * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, UVTexture *, Unsafe_Add_142, (UVTexture * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC840, UdpEndPoint *, Unsafe_Add_143, (UdpEndPoint * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC7A0, UdpIPv4Address *, Unsafe_Add_144, (UdpIPv4Address * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC710, UsageHint *, Unsafe_Add_145, (UsageHint * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC750, User *, Unsafe_Add_146, (User * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC710, Vector2 *, Unsafe_Add_147, (Vector2 * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC730, Vector3 *, Unsafe_Add_148, (Vector3 * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, Vector4 *, Unsafe_Add_149, (Vector4 * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, VertexAttributeDescriptor *, Unsafe_Add_150, (VertexAttributeDescriptor * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, ViewConfiguration *, Unsafe_Add_151, (ViewConfiguration * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC740, VoicePacket *, Unsafe_Add_152, (VoicePacket * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6F0, VoxelContour *, Unsafe_Add_153, (VoxelContour * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC850, Win32_IP_ADAPTER_ADDRESSES *, Unsafe_Add_154, (Win32_IP_ADAPTER_ADDRESSES * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC860, Win32_IP_ADAPTER_INFO *, Unsafe_Add_155, (Win32_IP_ADAPTER_INFO * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, X509ChainStatus *, Unsafe_Add_156, (X509ChainStatus * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, XRFeatureDescriptor *, Unsafe_Add_157, (XRFeatureDescriptor * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC870, XRNodeState *, Unsafe_Add_158, (XRNodeState * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, AdvancedSmooth_Turn *, Unsafe_Add_159, (AdvancedSmooth_Turn * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC750, AnimationOutputWeightProcessor_WeightInfo *, Unsafe_Add_160, (AnimationOutputWeightProcessor_WeightInfo * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, BeforeRenderHelper_OrderBlock *, Unsafe_Add_161, (BeforeRenderHelper_OrderBlock * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC710, BitmapAllocator32_Page *, Unsafe_Add_162, (BitmapAllocator32_Page * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, Camera_RenderRequest *, Unsafe_Add_163, (Camera_RenderRequest * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, CameraState_CustomBlendable *, Unsafe_Add_164, (CameraState_CustomBlendable * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC710, CinemachineClearShot_Pair *, Unsafe_Add_165, (CinemachineClearShot_Pair * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC710, CinemachineStateDrivenCamera_HashPair *, Unsafe_Add_166, (CinemachineStateDrivenCamera_HashPair * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, ClipperLib_DoublePoint *, Unsafe_Add_167, (ClipperLib_DoublePoint * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, ClipperLib_IntPoint *, Unsafe_Add_168, (ClipperLib_IntPoint * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, ConfinerOven_PolygonSolution *, Unsafe_Add_169, (ConfinerOven_PolygonSolution * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC730, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB *, Unsafe_Add_170, (CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6F0, DelayedActionManager_DelegateInfo *, Unsafe_Add_171, (DelayedActionManager_DelegateInfo * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, EventDispatcher_CallbackWrapper *, Unsafe_Add_172, (EventDispatcher_CallbackWrapper * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, EventDispatcher_EventListener *, Unsafe_Add_173, (EventDispatcher_EventListener * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC880, EventQueue_NetworkEvent *, Unsafe_Add_174, (EventQueue_NetworkEvent * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, FocusController_FocusedElement *, Unsafe_Add_175, (FocusController_FocusedElement * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC820, Funnel_PathPart *, Unsafe_Add_176, (Funnel_PathPart * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6F0, GetRandomAvailablePerch_RandomPerch *, Unsafe_Add_177, (GetRandomAvailablePerch_RandomPerch * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, HID_HIDCollectionDescriptor *, Unsafe_Add_178, (HID_HIDCollectionDescriptor * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC7C0, HID_HIDElementDescriptor *, Unsafe_Add_179, (HID_HIDElementDescriptor * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC730, HIDParser_HIDReportData *, Unsafe_Add_180, (HIDParser_HIDReportData * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC7A0, HairDesignerGeneratorFurShellBase_BufferData *, Unsafe_Add_181, (HairDesignerGeneratorFurShellBase_BufferData * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC750, InputActionMap_BindingOverrideJson *, Unsafe_Add_182, (InputActionMap_BindingOverrideJson * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC890, InputControlLayout_ControlItem *, Unsafe_Add_183, (InputControlLayout_ControlItem * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, InternalTreeView_TreeViewItemWrapper *, Unsafe_Add_184, (InternalTreeView_TreeViewItemWrapper * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV *, Unsafe_Add_185, (JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC7C0, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb *, Unsafe_Add_186, (JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux *, Unsafe_Add_187, (JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC7C0, JsonParser_JsonValue *, Unsafe_Add_188, (JsonParser_JsonValue * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, Logs_LogMessage *, Unsafe_Add_189, (Logs_LogMessage * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC840, MagicLightProbes_VolumeParameters *, Unsafe_Add_190, (MagicLightProbes_VolumeParameters * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, NolanBehaviour_OverlappedCollider *, Unsafe_Add_191, (NolanBehaviour_OverlappedCollider * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, OpenXRInput_SerializedBinding *, Unsafe_Add_192, (OpenXRInput_SerializedBinding * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, PackedPlayModeBuildLogs_RuntimeBuildLog *, Unsafe_Add_193, (PackedPlayModeBuildLogs_RuntimeBuildLog * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC8A0, ParticleSystem_Particle *, Unsafe_Add_194, (ParticleSystem_Particle * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, ProbeBrickIndex_Brick *, Unsafe_Add_195, (ProbeBrickIndex_Brick * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC8B0, ProbeBrickIndex_ReservedBrick *, Unsafe_Add_196, (ProbeBrickIndex_ReservedBrick * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, ProbeBrickIndex_VoxelMeta *, Unsafe_Add_197, (ProbeBrickIndex_VoxelMeta * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC730, ProbeBrickPool_BrickChunkAlloc *, Unsafe_Add_198, (ProbeBrickPool_BrickChunkAlloc * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, ProbeVolumePerSceneData_SerializableAssetItem *, Unsafe_Add_199, (ProbeVolumePerSceneData_SerializableAssetItem * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6F0, ProbeVolumeSceneData_SerializableBoundItem *, Unsafe_Add_200, (ProbeVolumeSceneData_SerializableBoundItem * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, ProbeVolumeSceneData_SerializableHasPVItem *, Unsafe_Add_201, (ProbeVolumeSceneData_SerializableHasPVItem * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC750, ProbeVolumeSceneData_SerializablePVBakeSettings *, Unsafe_Add_202, (ProbeVolumeSceneData_SerializablePVBakeSettings * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, ProbeVolumeSceneData_SerializablePVProfile *, Unsafe_Add_203, (ProbeVolumeSceneData_SerializablePVProfile * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC7A0, RegexCharClass_SingleRange *, Unsafe_Add_204, (RegexCharClass_SingleRange * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC870, RenderChain_RenderNodeData *, Unsafe_Add_205, (RenderChain_RenderNodeData * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6F0, RenderGraphDebugData_PassDebugData *, Unsafe_Add_206, (RenderGraphDebugData_PassDebugData * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC750, RenderGraphDebugData_ResourceDebugData *, Unsafe_Add_207, (RenderGraphDebugData_ResourceDebugData * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, ResourceManager_DeferredCallbackRegisterRequest *, Unsafe_Add_208, (ResourceManager_DeferredCallbackRegisterRequest * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, RetainedGizmos_MeshWithHash *, Unsafe_Add_209, (RetainedGizmos_MeshWithHash * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, TemplateAsset_AttributeOverride *, Unsafe_Add_210, (TemplateAsset_AttributeOverride * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, TextSettings_FontReferenceMap *, Unsafe_Add_211, (TextSettings_FontReferenceMap * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC740, TextureBlitter_BlitInfo *, Unsafe_Add_212, (TextureBlitter_BlitInfo * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC810, TexturePacker_JsonArray_Frame *, Unsafe_Add_213, (TexturePacker_JsonArray_Frame * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, TextureRegistry_TextureInfo *, Unsafe_Add_214, (TextureRegistry_TextureInfo * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, TimeNotificationBehaviour_NotificationEntry *, Unsafe_Add_215, (TimeNotificationBehaviour_NotificationEntry * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6F0, TrackedDeviceRaycaster_RaycastHitData *, Unsafe_Add_216, (TrackedDeviceRaycaster_RaycastHitData * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, TrackedPoseDriverDataDescription_PoseData *, Unsafe_Add_217, (TrackedPoseDriverDataDescription_PoseData * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, TreeView_TreeViewItemWrapper *, Unsafe_Add_218, (TreeView_TreeViewItemWrapper * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC710, TreeViewReorderableDragAndDropController_TreeItemState *, Unsafe_Add_219, (TreeViewReorderableDragAndDropController_TreeItemState * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC870, UIRStylePainter_Entry *, Unsafe_Add_220, (UIRStylePainter_Entry * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC750, UIRenderDevice_AllocToFree *, Unsafe_Add_221, (UIRenderDevice_AllocToFree * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC720, UIRenderDevice_AllocToUpdate *, Unsafe_Add_222, (UIRenderDevice_AllocToUpdate * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, UnitySynchronizationContext_WorkRequest *, Unsafe_Add_223, (UnitySynchronizationContext_WorkRequest * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, VisualTreeAsset_SlotDefinition *, Unsafe_Add_224, (VisualTreeAsset_SlotDefinition * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, VisualTreeAsset_SlotUsageEntry *, Unsafe_Add_225, (VisualTreeAsset_SlotUsageEntry * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, VisualTreeAsset_UsingEntry *, Unsafe_Add_226, (VisualTreeAsset_UsingEntry * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, XmlSchemaObjectTable_XmlSchemaObjectEntry *, Unsafe_Add_227, (XmlSchemaObjectTable_XmlSchemaObjectEntry * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6F0, ftLightmaps_LightmapAdditionalData *, Unsafe_Add_228, (ftLightmaps_LightmapAdditionalData * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC710, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy *, Unsafe_Add_229, (gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6E0, DebugUI_Foldout_ContextMenuItem *, Unsafe_Add_230, (DebugUI_Foldout_ContextMenuItem * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC700, InputControlLayout_Collection_LayoutMatcher *, Unsafe_Add_231, (InputControlLayout_Collection_LayoutMatcher * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC6F0, InstructionList_DebugView_InstructionView *, Unsafe_Add_232, (InstructionList_DebugView_InstructionView * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC730, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb *, Unsafe_Add_233, (PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC840, TargetPositionCache_CacheCurve_Item *, Unsafe_Add_234, (TargetPositionCache_CacheCurve_Item * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC820, TargetPositionCache_CacheEntry_RecordingItem *, Unsafe_Add_235, (TargetPositionCache_CacheEntry_RecordingItem * source, int32_t elementOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC770, uint8_t *, Unsafe_AddByteOffset, (uint8_t * source, void * byteOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC770, uint8_t *, Unsafe_AddByteOffset_1, (uint8_t * source, uint64_t byteOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC770, uint16_t *, Unsafe_AddByteOffset_2, (uint16_t * source, void * byteOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC770, uint16_t *, Unsafe_AddByteOffset_3, (uint16_t * source, uint64_t byteOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC770, int32_t *, Unsafe_AddByteOffset_4, (int32_t * source, void * byteOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC770, int32_t *, Unsafe_AddByteOffset_5, (int32_t * source, uint64_t byteOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC770, Object * *, Unsafe_AddByteOffset_6, (Object * * source, void * byteOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC770, Object * *, Unsafe_AddByteOffset_7, (Object * * source, uint64_t byteOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC770, uint16_t *, Unsafe_AddByteOffset_8, (uint16_t * source, void * byteOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC770, uint16_t *, Unsafe_AddByteOffset_9, (uint16_t * source, uint64_t byteOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC770, uint32_t *, Unsafe_AddByteOffset_10, (uint32_t * source, void * byteOffset, MethodInfo * method)); DO_APP_FUNC(0x00EEC770, uint32_t *, Unsafe_AddByteOffset_11, (uint32_t * source, uint64_t byteOffset, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, Unsafe_AreSame, (uint8_t * left, uint8_t * right, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, Unsafe_AreSame_1, (uint16_t * left, uint16_t * right, MethodInfo * method)); DO_APP_FUNC(0x00ACA560, bool, Unsafe_AreSame_2, (Object * * left, Object * * right, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Object *, Unsafe_As, (Object * o, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ReadOnlyMemory_1_Byte_ *, Unsafe_As_1, (Memory_1_Byte_ * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ReadOnlyMemory_1_Object_ *, Unsafe_As_2, (Memory_1_Object_ * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Memory_1_Byte_ *, Unsafe_As_3, (ReadOnlyMemory_1_Byte_ * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Memory_1_Object_ *, Unsafe_As_4, (ReadOnlyMemory_1_Object_ * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Volatile_VolatileBoolean *, Unsafe_As_5, (bool * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ArraySegment_1_Byte_ *, Unsafe_As_6, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, AsyncOperationHandle_1_System_Object_ *, Unsafe_As_7, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, Unsafe_As_8, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, IntervalTree_1_T_Entry_System_Object_ *, Unsafe_As_9, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ *, Unsafe_As_10, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ *, Unsafe_As_11, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ *, Unsafe_As_12, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, KeyValuePair_2_System_Guid_System_Object_ *, Unsafe_As_13, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, KeyValuePair_2_System_Int32_System_Int32_ *, Unsafe_As_14, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, KeyValuePair_2_System_Int32_System_Object_ *, Unsafe_As_15, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, KeyValuePair_2_System_Int32Enum_System_Object_ *, Unsafe_As_16, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, KeyValuePair_2_System_Object_System_ArraySegment_1_ *, Unsafe_As_17, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, KeyValuePair_2_System_Object_System_Char_ *, Unsafe_As_18, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, KeyValuePair_2_System_Object_System_Object_ *, Unsafe_As_19, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ *, Unsafe_As_20, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ *, Unsafe_As_21, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ *, Unsafe_As_22, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, KeyValuePair_2_System_UInt16_System_Object_ *, Unsafe_As_23, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, KeyValuePair_2_System_UInt64_System_Object_ *, Unsafe_As_24, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, NativeArray_1_System_UInt16_ *, Unsafe_As_25, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, NativeArray_1_UnityEngine_UIElements_Vertex_ *, Unsafe_As_26, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ *, Unsafe_As_27, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, STuple_2_System_Object_System_Object_ *, Unsafe_As_28, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ValueTuple_2_Int32_Object_ *, Unsafe_As_29, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ValueTuple_2_Int32_UnityEngine_Vector2Int_ *, Unsafe_As_30, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ *, Unsafe_As_31, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ValueTuple_2_Object_Object_ *, Unsafe_As_32, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ValueTuple_2_UnityEngine_Vector3Int_Object_ *, Unsafe_As_33, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ *, Unsafe_As_34, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ *, Unsafe_As_35, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, AnimatorClipInfo *, Unsafe_As_36, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, AsyncOperationHandle *, Unsafe_As_37, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, BoltPeer *, Unsafe_As_38, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, BoltPhysicsHit *, Unsafe_As_39, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, BoneWeight *, Unsafe_As_40, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, bool *, Unsafe_As_41, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, uint8_t *, Unsafe_As_42, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, CancellationToken *, Unsafe_As_43, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, uint16_t *, Unsafe_As_44, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ClientInfo *, Unsafe_As_45, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Color *, Unsafe_As_46, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Color32 *, Unsafe_As_47, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, CombineInstance *, Unsafe_As_48, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ComputedTransitionProperty *, Unsafe_As_49, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Connection *, Unsafe_As_50, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ControllerPollingInfo *, Unsafe_As_51, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ControllerTemplateElementTarget *, Unsafe_As_52, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, CurveSample *, Unsafe_As_53, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, DateTime *, Unsafe_As_54, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, DateTimeOffset *, Unsafe_As_55, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Decimal *, Unsafe_As_56, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, DiagnosticEvent *, Unsafe_As_57, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, double *, Unsafe_As_58, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, EasingFunction *, Unsafe_As_59, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ElementAssignmentConflictInfo *, Unsafe_As_60, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Entitlement *, Unsafe_As_61, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, EventReliable *, Unsafe_As_62, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, EventUnreliable *, Unsafe_As_63, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, FileStat *, Unsafe_As_64, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, GlyphPairAdjustmentRecord *, Unsafe_As_65, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, GlyphRect *, Unsafe_As_66, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Guid *, Unsafe_As_67, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, InputActionSourceData *, Unsafe_As_68, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, InputBinding *, Unsafe_As_69, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, InputDevice_1 *, Unsafe_As_70, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, InputDeviceDescription *, Unsafe_As_71, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, InputEventPtr *, Unsafe_As_72, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, int16_t *, Unsafe_As_73, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Int3 *, Unsafe_As_74, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, int32_t *, Unsafe_As_75, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Int32Enum__Enum *, Unsafe_As_76, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, int64_t *, Unsafe_As_77, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, IntPoint *, Unsafe_As_78, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, void * *, Unsafe_As_79, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, IntRect *, Unsafe_As_80, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, InternedString *, Unsafe_As_81, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, InterpretedFrameInfo *, Unsafe_As_82, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, IntervalTreeNode *, Unsafe_As_83, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ItemDefinitionAmount *, Unsafe_As_84, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, KickedPlayer *, Unsafe_As_85, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, LayerMask *, Unsafe_As_86, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ManipulatorActivationFilter *, Unsafe_As_87, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Matrix4x4 *, Unsafe_As_88, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, NameAndParameters *, Unsafe_As_89, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, NamedValue *, Unsafe_As_90, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, NetworkPropertyInfo *, Unsafe_As_91, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Object * *, Unsafe_As_92, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ObjectInitializationData *, Unsafe_As_93, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, OpenChannel *, Unsafe_As_94, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, PacketStats *, Unsafe_As_95, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ParticleCollisionEvent *, Unsafe_As_96, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Playable *, Unsafe_As_97, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, PlayableBinding *, Unsafe_As_98, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Priority *, Unsafe_As_99, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Quaternion *, Unsafe_As_100, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, RangePositionInfo *, Unsafe_As_101, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, RaycastHit *, Unsafe_As_102, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, RaycastHit2D *, Unsafe_As_103, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, RaycastResult *, Unsafe_As_104, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Rect *, Unsafe_As_105, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ReflectionProbeBlendInfo *, Unsafe_As_106, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, RemoteChannel *, Unsafe_As_107, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, RenderChainTextEntry *, Unsafe_As_108, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, RenderTargetIdentifier *, Unsafe_As_109, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, RendererList *, Unsafe_As_110, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, RendererListHandle *, Unsafe_As_111, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Resolution *, Unsafe_As_112, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ResourceHandle *, Unsafe_As_113, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, RoomMembership *, Unsafe_As_114, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, RuleMatcher *, Unsafe_As_115, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, int8_t *, Unsafe_As_116, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, SelectorMatchRecord *, Unsafe_As_117, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, float *, Unsafe_As_118, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Sku *, Unsafe_As_119, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, SslApplicationProtocol *, Unsafe_As_120, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, SteamItemDef_t *, Unsafe_As_121, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, SteamItemDetails_t *, Unsafe_As_122, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, StylePropertyName *, Unsafe_As_123, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, StylePropertyValue *, Unsafe_As_124, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, StyleSelectorPart *, Unsafe_As_125, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, StyleSyntaxToken *, Unsafe_As_126, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, StyleValue *, Unsafe_As_127, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, StyleValueManaged *, Unsafe_As_128, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, StyleVariable *, Unsafe_As_129, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, SubMeshDescriptor *, Unsafe_As_130, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Substring *, Unsafe_As_131, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, TimeSpan *, Unsafe_As_132, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, TimeValue *, Unsafe_As_133, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, TreeViewItemWrapper *, Unsafe_As_134, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, TypeWrapper *, Unsafe_As_135, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, UICharInfo *, Unsafe_As_136, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, UILineInfo *, Unsafe_As_137, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, UIVertex *, Unsafe_As_138, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, uint16_t *, Unsafe_As_139, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, uint32_t *, Unsafe_As_140, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, uint64_t *, Unsafe_As_141, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, UVTexture *, Unsafe_As_142, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, UdpEndPoint *, Unsafe_As_143, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, UdpIPv4Address *, Unsafe_As_144, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, UsageHint *, Unsafe_As_145, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, User *, Unsafe_As_146, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Vector2 *, Unsafe_As_147, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Vector3 *, Unsafe_As_148, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Vector4 *, Unsafe_As_149, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, VertexAttributeDescriptor *, Unsafe_As_150, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ViewConfiguration *, Unsafe_As_151, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, VoicePacket *, Unsafe_As_152, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, VoxelContour *, Unsafe_As_153, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Win32_IP_ADAPTER_ADDRESSES *, Unsafe_As_154, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Win32_IP_ADAPTER_INFO *, Unsafe_As_155, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, X509ChainStatus *, Unsafe_As_156, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, XRFeatureDescriptor *, Unsafe_As_157, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, XRNodeState *, Unsafe_As_158, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, AdvancedSmooth_Turn *, Unsafe_As_159, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, AnimationOutputWeightProcessor_WeightInfo *, Unsafe_As_160, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, BeforeRenderHelper_OrderBlock *, Unsafe_As_161, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, BitmapAllocator32_Page *, Unsafe_As_162, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Camera_RenderRequest *, Unsafe_As_163, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, CameraState_CustomBlendable *, Unsafe_As_164, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, CinemachineClearShot_Pair *, Unsafe_As_165, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, CinemachineStateDrivenCamera_HashPair *, Unsafe_As_166, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ClipperLib_DoublePoint *, Unsafe_As_167, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ClipperLib_IntPoint *, Unsafe_As_168, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ConfinerOven_PolygonSolution *, Unsafe_As_169, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB *, Unsafe_As_170, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, DelayedActionManager_DelegateInfo *, Unsafe_As_171, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, EventDispatcher_CallbackWrapper *, Unsafe_As_172, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, EventDispatcher_EventListener *, Unsafe_As_173, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, EventQueue_NetworkEvent *, Unsafe_As_174, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, FocusController_FocusedElement *, Unsafe_As_175, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Funnel_PathPart *, Unsafe_As_176, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, GetRandomAvailablePerch_RandomPerch *, Unsafe_As_177, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, HID_HIDCollectionDescriptor *, Unsafe_As_178, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, HID_HIDElementDescriptor *, Unsafe_As_179, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, HIDParser_HIDReportData *, Unsafe_As_180, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, HairDesignerGeneratorFurShellBase_BufferData *, Unsafe_As_181, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, InputActionMap_BindingOverrideJson *, Unsafe_As_182, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, InputControlLayout_ControlItem *, Unsafe_As_183, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, InternalTreeView_TreeViewItemWrapper *, Unsafe_As_184, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV *, Unsafe_As_185, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb *, Unsafe_As_186, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux *, Unsafe_As_187, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, JsonParser_JsonValue *, Unsafe_As_188, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Logs_LogMessage *, Unsafe_As_189, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, MagicLightProbes_VolumeParameters *, Unsafe_As_190, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, NolanBehaviour_OverlappedCollider *, Unsafe_As_191, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, OpenXRInput_SerializedBinding *, Unsafe_As_192, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, PackedPlayModeBuildLogs_RuntimeBuildLog *, Unsafe_As_193, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ParticleSystem_Particle *, Unsafe_As_194, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ProbeBrickIndex_Brick *, Unsafe_As_195, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ProbeBrickIndex_ReservedBrick *, Unsafe_As_196, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ProbeBrickIndex_VoxelMeta *, Unsafe_As_197, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ProbeBrickPool_BrickChunkAlloc *, Unsafe_As_198, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ProbeVolumePerSceneData_SerializableAssetItem *, Unsafe_As_199, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ProbeVolumeSceneData_SerializableBoundItem *, Unsafe_As_200, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ProbeVolumeSceneData_SerializableHasPVItem *, Unsafe_As_201, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ProbeVolumeSceneData_SerializablePVBakeSettings *, Unsafe_As_202, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ProbeVolumeSceneData_SerializablePVProfile *, Unsafe_As_203, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, RegexCharClass_SingleRange *, Unsafe_As_204, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, RenderChain_RenderNodeData *, Unsafe_As_205, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, RenderGraphDebugData_PassDebugData *, Unsafe_As_206, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, RenderGraphDebugData_ResourceDebugData *, Unsafe_As_207, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ResourceManager_DeferredCallbackRegisterRequest *, Unsafe_As_208, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, RetainedGizmos_MeshWithHash *, Unsafe_As_209, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, TemplateAsset_AttributeOverride *, Unsafe_As_210, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, TextSettings_FontReferenceMap *, Unsafe_As_211, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, TextureBlitter_BlitInfo *, Unsafe_As_212, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, TexturePacker_JsonArray_Frame *, Unsafe_As_213, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, TextureRegistry_TextureInfo *, Unsafe_As_214, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, TimeNotificationBehaviour_NotificationEntry *, Unsafe_As_215, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, TrackedDeviceRaycaster_RaycastHitData *, Unsafe_As_216, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, TrackedPoseDriverDataDescription_PoseData *, Unsafe_As_217, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, TreeView_TreeViewItemWrapper *, Unsafe_As_218, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, TreeViewReorderableDragAndDropController_TreeItemState *, Unsafe_As_219, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, UIRStylePainter_Entry *, Unsafe_As_220, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, UIRenderDevice_AllocToFree *, Unsafe_As_221, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, UIRenderDevice_AllocToUpdate *, Unsafe_As_222, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, UnitySynchronizationContext_WorkRequest *, Unsafe_As_223, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, VisualTreeAsset_SlotDefinition *, Unsafe_As_224, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, VisualTreeAsset_SlotUsageEntry *, Unsafe_As_225, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, VisualTreeAsset_UsingEntry *, Unsafe_As_226, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, XmlSchemaObjectTable_XmlSchemaObjectEntry *, Unsafe_As_227, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, ftLightmaps_LightmapAdditionalData *, Unsafe_As_228, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy *, Unsafe_As_229, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, DebugUI_Foldout_ContextMenuItem *, Unsafe_As_230, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, InputControlLayout_Collection_LayoutMatcher *, Unsafe_As_231, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, InstructionList_DebugView_InstructionView *, Unsafe_As_232, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb *, Unsafe_As_233, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, TargetPositionCache_CacheCurve_Item *, Unsafe_As_234, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, TargetPositionCache_CacheEntry_RecordingItem *, Unsafe_As_235, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, uint8_t *, Unsafe_As_236, (uint16_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, uint16_t *, Unsafe_As_237, (uint16_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, void * *, Unsafe_As_238, (uint16_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Object * *, Unsafe_As_239, (uint16_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Decimal_DecCalc *, Unsafe_As_240, (Decimal * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, uint8_t *, Unsafe_As_241, (int32_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, uint16_t *, Unsafe_As_242, (int32_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, void * *, Unsafe_As_243, (int32_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, uint32_t *, Unsafe_As_244, (int32_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Volatile_VolatileInt32 *, Unsafe_As_245, (int32_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, uint64_t *, Unsafe_As_246, (int64_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, uint8_t *, Unsafe_As_247, (Object * * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, uint16_t *, Unsafe_As_248, (Object * * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, void * *, Unsafe_As_249, (Object * * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Object * *, Unsafe_As_250, (Object * * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Volatile_VolatileObject *, Unsafe_As_251, (Object * * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, uint8_t *, Unsafe_As_252, (uint16_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, uint16_t *, Unsafe_As_253, (uint16_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, void * *, Unsafe_As_254, (uint16_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, uint8_t *, Unsafe_As_255, (uint32_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, uint16_t *, Unsafe_As_256, (uint32_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, void * *, Unsafe_As_257, (uint32_t * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, Unsafe_AsPointer, (uint8_t * value, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, Unsafe_AsPointer_1, (uint16_t * value, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, Unsafe_AsPointer_2, (Object * * value, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, Unsafe_AsPointer_3, (Number_NumberBuffer_DigitsAndNullTerminator * value, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, uint8_t *, Unsafe_AsRef, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C75078, Unsafe_AsRef__MethodInfo); DO_APP_FUNC(0x00A5CD60, uint8_t *, Unsafe_AsRef_1, (Void * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, uint16_t *, Unsafe_AsRef_2, (Void * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Object * *, Unsafe_AsRef_3, (Object * * source, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Object * *, Unsafe_AsRef_4, (Void * source, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan, (ArraySegment_1_Byte_ * left, ArraySegment_1_Byte_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_1, (AsyncOperationHandle_1_System_Object_ * left, AsyncOperationHandle_1_System_Object_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_2, (VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ * left, VoiceSender_1_TPeer_ChannelDelta_Dissonance_Integrations_PhotonBolt_BoltPeer_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_3, (IntervalTree_1_T_Entry_System_Object_ * left, IntervalTree_1_T_Entry_System_Object_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_4, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * left, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Int32_System_Object_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_5, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * left, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_System_Object_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_6, (IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * left, IndexedDictionary_2_TKey_TValue_FYbmlMjlIlcwVBLULgBCtKlNpKieb_System_Object_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_7, (KeyValuePair_2_System_Guid_System_Object_ * left, KeyValuePair_2_System_Guid_System_Object_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_8, (KeyValuePair_2_System_Int32_System_Int32_ * left, KeyValuePair_2_System_Int32_System_Int32_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_9, (KeyValuePair_2_System_Int32_System_Object_ * left, KeyValuePair_2_System_Int32_System_Object_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_10, (KeyValuePair_2_System_Int32Enum_System_Object_ * left, KeyValuePair_2_System_Int32Enum_System_Object_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_11, (KeyValuePair_2_System_Object_System_ArraySegment_1_ * left, KeyValuePair_2_System_Object_System_ArraySegment_1_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_12, (KeyValuePair_2_System_Object_System_Char_ * left, KeyValuePair_2_System_Object_System_Char_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_13, (KeyValuePair_2_System_Object_System_Object_ * left, KeyValuePair_2_System_Object_System_Object_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_14, (KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * left, KeyValuePair_2_System_Object_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_15, (KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * left, KeyValuePair_2_UnityEngine_PropertyName_System_Object_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_16, (KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * left, KeyValuePair_2_System_UInt16_Dissonance_Integrations_PhotonBolt_BoltPeer_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_17, (KeyValuePair_2_System_UInt16_System_Object_ * left, KeyValuePair_2_System_UInt16_System_Object_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_18, (KeyValuePair_2_System_UInt64_System_Object_ * left, KeyValuePair_2_System_UInt64_System_Object_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_19, (NativeArray_1_System_UInt16_ * left, NativeArray_1_System_UInt16_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_20, (NativeArray_1_UnityEngine_UIElements_Vertex_ * left, NativeArray_1_UnityEngine_UIElements_Vertex_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_21, (RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ * left, RenderGraphResourcePool_1_Type_ResourceLogInfo_System_Object_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_22, (STuple_2_System_Object_System_Object_ * left, STuple_2_System_Object_System_Object_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_23, (ValueTuple_2_Int32_Object_ * left, ValueTuple_2_Int32_Object_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_24, (ValueTuple_2_Int32_UnityEngine_Vector2Int_ * left, ValueTuple_2_Int32_UnityEngine_Vector2Int_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_25, (ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * left, ValueTuple_2_Object_ValueTuple_2_Object_Int32_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_26, (ValueTuple_2_Object_Object_ * left, ValueTuple_2_Object_Object_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_27, (ValueTuple_2_UnityEngine_Vector3Int_Object_ * left, ValueTuple_2_UnityEngine_Vector3Int_Object_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_28, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * left, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomChannel_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_29, (ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * left, ValueTuple_2_UnityEngine_Vector3Int_Dissonance_RoomMembership_ * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_30, (AnimatorClipInfo * left, AnimatorClipInfo * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_31, (AsyncOperationHandle * left, AsyncOperationHandle * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_32, (BoltPeer * left, BoltPeer * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_33, (BoltPhysicsHit * left, BoltPhysicsHit * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_34, (BoneWeight * left, BoneWeight * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_35, (bool * left, bool * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_36, (uint8_t * left, uint8_t * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_37, (CancellationToken * left, CancellationToken * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_38, (uint16_t * left, uint16_t * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_39, (ClientInfo * left, ClientInfo * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_40, (Color * left, Color * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_41, (Color32 * left, Color32 * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_42, (CombineInstance * left, CombineInstance * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_43, (ComputedTransitionProperty * left, ComputedTransitionProperty * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_44, (Connection * left, Connection * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_45, (ControllerPollingInfo * left, ControllerPollingInfo * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_46, (ControllerTemplateElementTarget * left, ControllerTemplateElementTarget * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_47, (CurveSample * left, CurveSample * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_48, (DateTime * left, DateTime * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_49, (DateTimeOffset * left, DateTimeOffset * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_50, (Decimal * left, Decimal * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_51, (DiagnosticEvent * left, DiagnosticEvent * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_52, (double * left, double * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_53, (EasingFunction * left, EasingFunction * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_54, (ElementAssignmentConflictInfo * left, ElementAssignmentConflictInfo * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_55, (Entitlement * left, Entitlement * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_56, (EventReliable * left, EventReliable * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_57, (EventUnreliable * left, EventUnreliable * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_58, (FileStat * left, FileStat * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_59, (GlyphPairAdjustmentRecord * left, GlyphPairAdjustmentRecord * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_60, (GlyphRect * left, GlyphRect * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_61, (Guid * left, Guid * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_62, (InputActionSourceData * left, InputActionSourceData * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_63, (InputBinding * left, InputBinding * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_64, (InputDevice_1 * left, InputDevice_1 * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_65, (InputDeviceDescription * left, InputDeviceDescription * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_66, (InputEventPtr * left, InputEventPtr * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_67, (int16_t * left, int16_t * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_68, (Int3 * left, Int3 * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_69, (int32_t * left, int32_t * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_70, (Int32Enum__Enum * left, Int32Enum__Enum * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_71, (int64_t * left, int64_t * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_72, (IntPoint * left, IntPoint * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_73, (IntRect * left, IntRect * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_74, (InternedString * left, InternedString * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_75, (InterpretedFrameInfo * left, InterpretedFrameInfo * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_76, (IntervalTreeNode * left, IntervalTreeNode * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_77, (ItemDefinitionAmount * left, ItemDefinitionAmount * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_78, (KickedPlayer * left, KickedPlayer * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_79, (LayerMask * left, LayerMask * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_80, (ManipulatorActivationFilter * left, ManipulatorActivationFilter * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_81, (Matrix4x4 * left, Matrix4x4 * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_82, (NameAndParameters * left, NameAndParameters * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_83, (NamedValue * left, NamedValue * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_84, (NetworkPropertyInfo * left, NetworkPropertyInfo * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_85, (Object * * left, Object * * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_86, (ObjectInitializationData * left, ObjectInitializationData * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_87, (OpenChannel * left, OpenChannel * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_88, (PacketStats * left, PacketStats * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_89, (ParticleCollisionEvent * left, ParticleCollisionEvent * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_90, (Playable * left, Playable * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_91, (PlayableBinding * left, PlayableBinding * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_92, (Priority * left, Priority * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_93, (Quaternion * left, Quaternion * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_94, (RangePositionInfo * left, RangePositionInfo * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_95, (RaycastHit * left, RaycastHit * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_96, (RaycastHit2D * left, RaycastHit2D * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_97, (RaycastResult * left, RaycastResult * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_98, (Rect * left, Rect * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_99, (ReflectionProbeBlendInfo * left, ReflectionProbeBlendInfo * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_100, (RemoteChannel * left, RemoteChannel * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_101, (RenderChainTextEntry * left, RenderChainTextEntry * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_102, (RenderTargetIdentifier * left, RenderTargetIdentifier * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_103, (RendererList * left, RendererList * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_104, (RendererListHandle * left, RendererListHandle * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_105, (Resolution * left, Resolution * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_106, (ResourceHandle * left, ResourceHandle * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_107, (RoomMembership * left, RoomMembership * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_108, (RuleMatcher * left, RuleMatcher * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_109, (int8_t * left, int8_t * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_110, (SelectorMatchRecord * left, SelectorMatchRecord * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_111, (float * left, float * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_112, (Sku * left, Sku * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_113, (SslApplicationProtocol * left, SslApplicationProtocol * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_114, (SteamItemDef_t * left, SteamItemDef_t * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_115, (SteamItemDetails_t * left, SteamItemDetails_t * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_116, (StylePropertyName * left, StylePropertyName * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_117, (StylePropertyValue * left, StylePropertyValue * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_118, (StyleSelectorPart * left, StyleSelectorPart * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_119, (StyleSyntaxToken * left, StyleSyntaxToken * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_120, (StyleValue * left, StyleValue * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_121, (StyleValueManaged * left, StyleValueManaged * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_122, (StyleVariable * left, StyleVariable * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_123, (SubMeshDescriptor * left, SubMeshDescriptor * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_124, (Substring * left, Substring * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_125, (TimeSpan * left, TimeSpan * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_126, (TimeValue * left, TimeValue * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_127, (TreeViewItemWrapper * left, TreeViewItemWrapper * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_128, (TypeWrapper * left, TypeWrapper * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_129, (UICharInfo * left, UICharInfo * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_130, (UILineInfo * left, UILineInfo * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_131, (UIVertex * left, UIVertex * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_132, (uint16_t * left, uint16_t * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_133, (uint32_t * left, uint32_t * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_134, (uint64_t * left, uint64_t * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_135, (UVTexture * left, UVTexture * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_136, (UdpEndPoint * left, UdpEndPoint * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_137, (UdpIPv4Address * left, UdpIPv4Address * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_138, (UsageHint * left, UsageHint * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_139, (User * left, User * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_140, (Vector2 * left, Vector2 * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_141, (Vector3 * left, Vector3 * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_142, (Vector4 * left, Vector4 * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_143, (VertexAttributeDescriptor * left, VertexAttributeDescriptor * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_144, (ViewConfiguration * left, ViewConfiguration * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_145, (VoicePacket * left, VoicePacket * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_146, (VoxelContour * left, VoxelContour * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_147, (Win32_IP_ADAPTER_ADDRESSES * left, Win32_IP_ADAPTER_ADDRESSES * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_148, (Win32_IP_ADAPTER_INFO * left, Win32_IP_ADAPTER_INFO * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_149, (X509ChainStatus * left, X509ChainStatus * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_150, (XRFeatureDescriptor * left, XRFeatureDescriptor * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_151, (XRNodeState * left, XRNodeState * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_152, (AdvancedSmooth_Turn * left, AdvancedSmooth_Turn * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_153, (AnimationOutputWeightProcessor_WeightInfo * left, AnimationOutputWeightProcessor_WeightInfo * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_154, (BeforeRenderHelper_OrderBlock * left, BeforeRenderHelper_OrderBlock * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_155, (BitmapAllocator32_Page * left, BitmapAllocator32_Page * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_156, (Camera_RenderRequest * left, Camera_RenderRequest * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_157, (CameraState_CustomBlendable * left, CameraState_CustomBlendable * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_158, (CinemachineClearShot_Pair * left, CinemachineClearShot_Pair * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_159, (CinemachineStateDrivenCamera_HashPair * left, CinemachineStateDrivenCamera_HashPair * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_160, (ClipperLib_DoublePoint * left, ClipperLib_DoublePoint * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_161, (ClipperLib_IntPoint * left, ClipperLib_IntPoint * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_162, (ConfinerOven_PolygonSolution * left, ConfinerOven_PolygonSolution * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_163, (CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB * left, CustomController_ScBGnRIUWfDMtcKFFeyTTDtFQhRbB * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_164, (DelayedActionManager_DelegateInfo * left, DelayedActionManager_DelegateInfo * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_165, (EventDispatcher_CallbackWrapper * left, EventDispatcher_CallbackWrapper * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_166, (EventDispatcher_EventListener * left, EventDispatcher_EventListener * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_167, (EventQueue_NetworkEvent * left, EventQueue_NetworkEvent * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_168, (FocusController_FocusedElement * left, FocusController_FocusedElement * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_169, (Funnel_PathPart * left, Funnel_PathPart * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_170, (GetRandomAvailablePerch_RandomPerch * left, GetRandomAvailablePerch_RandomPerch * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_171, (HID_HIDCollectionDescriptor * left, HID_HIDCollectionDescriptor * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_172, (HID_HIDElementDescriptor * left, HID_HIDElementDescriptor * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_173, (HIDParser_HIDReportData * left, HIDParser_HIDReportData * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_174, (HairDesignerGeneratorFurShellBase_BufferData * left, HairDesignerGeneratorFurShellBase_BufferData * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_175, (InputActionMap_BindingOverrideJson * left, InputActionMap_BindingOverrideJson * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_176, (InputControlLayout_ControlItem * left, InputControlLayout_ControlItem * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_177, (InternalTreeView_TreeViewItemWrapper * left, InternalTreeView_TreeViewItemWrapper * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_178, (JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV * left, JijFgftvqSztIyGNBBwSiwjdSDyIA_aARKFpUaUUrcdBKPdVtCsJGvzXqV * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_179, (JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb * left, JijFgftvqSztIyGNBBwSiwjdSDyIA_eimtspmJcsdofHxwCCFFcMXmeJnhb * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_180, (JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux * left, JijFgftvqSztIyGNBBwSiwjdSDyIA_lbbdzifXzYxJwLtoFwepZkcjaeux * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_181, (JsonParser_JsonValue * left, JsonParser_JsonValue * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_182, (Logs_LogMessage * left, Logs_LogMessage * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_183, (MagicLightProbes_VolumeParameters * left, MagicLightProbes_VolumeParameters * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_184, (NolanBehaviour_OverlappedCollider * left, NolanBehaviour_OverlappedCollider * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_185, (OpenXRInput_SerializedBinding * left, OpenXRInput_SerializedBinding * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_186, (PackedPlayModeBuildLogs_RuntimeBuildLog * left, PackedPlayModeBuildLogs_RuntimeBuildLog * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_187, (ParticleSystem_Particle * left, ParticleSystem_Particle * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_188, (ProbeBrickIndex_Brick * left, ProbeBrickIndex_Brick * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_189, (ProbeBrickIndex_ReservedBrick * left, ProbeBrickIndex_ReservedBrick * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_190, (ProbeBrickIndex_VoxelMeta * left, ProbeBrickIndex_VoxelMeta * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_191, (ProbeBrickPool_BrickChunkAlloc * left, ProbeBrickPool_BrickChunkAlloc * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_192, (ProbeVolumePerSceneData_SerializableAssetItem * left, ProbeVolumePerSceneData_SerializableAssetItem * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_193, (ProbeVolumeSceneData_SerializableBoundItem * left, ProbeVolumeSceneData_SerializableBoundItem * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_194, (ProbeVolumeSceneData_SerializableHasPVItem * left, ProbeVolumeSceneData_SerializableHasPVItem * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_195, (ProbeVolumeSceneData_SerializablePVBakeSettings * left, ProbeVolumeSceneData_SerializablePVBakeSettings * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_196, (ProbeVolumeSceneData_SerializablePVProfile * left, ProbeVolumeSceneData_SerializablePVProfile * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_197, (RegexCharClass_SingleRange * left, RegexCharClass_SingleRange * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_198, (RenderChain_RenderNodeData * left, RenderChain_RenderNodeData * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_199, (RenderGraphDebugData_PassDebugData * left, RenderGraphDebugData_PassDebugData * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_200, (RenderGraphDebugData_ResourceDebugData * left, RenderGraphDebugData_ResourceDebugData * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_201, (ResourceManager_DeferredCallbackRegisterRequest * left, ResourceManager_DeferredCallbackRegisterRequest * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_202, (RetainedGizmos_MeshWithHash * left, RetainedGizmos_MeshWithHash * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_203, (TemplateAsset_AttributeOverride * left, TemplateAsset_AttributeOverride * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_204, (TextSettings_FontReferenceMap * left, TextSettings_FontReferenceMap * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_205, (TextureBlitter_BlitInfo * left, TextureBlitter_BlitInfo * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_206, (TexturePacker_JsonArray_Frame * left, TexturePacker_JsonArray_Frame * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_207, (TextureRegistry_TextureInfo * left, TextureRegistry_TextureInfo * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_208, (TimeNotificationBehaviour_NotificationEntry * left, TimeNotificationBehaviour_NotificationEntry * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_209, (TrackedDeviceRaycaster_RaycastHitData * left, TrackedDeviceRaycaster_RaycastHitData * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_210, (TrackedPoseDriverDataDescription_PoseData * left, TrackedPoseDriverDataDescription_PoseData * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_211, (TreeView_TreeViewItemWrapper * left, TreeView_TreeViewItemWrapper * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_212, (TreeViewReorderableDragAndDropController_TreeItemState * left, TreeViewReorderableDragAndDropController_TreeItemState * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_213, (UIRStylePainter_Entry * left, UIRStylePainter_Entry * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_214, (UIRenderDevice_AllocToFree * left, UIRenderDevice_AllocToFree * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_215, (UIRenderDevice_AllocToUpdate * left, UIRenderDevice_AllocToUpdate * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_216, (UnitySynchronizationContext_WorkRequest * left, UnitySynchronizationContext_WorkRequest * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_217, (VisualTreeAsset_SlotDefinition * left, VisualTreeAsset_SlotDefinition * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_218, (VisualTreeAsset_SlotUsageEntry * left, VisualTreeAsset_SlotUsageEntry * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_219, (VisualTreeAsset_UsingEntry * left, VisualTreeAsset_UsingEntry * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_220, (XmlSchemaObjectTable_XmlSchemaObjectEntry * left, XmlSchemaObjectTable_XmlSchemaObjectEntry * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_221, (ftLightmaps_LightmapAdditionalData * left, ftLightmaps_LightmapAdditionalData * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_222, (gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy * left, gWxrirpmIhQTmhziZnlXlEwmYtKB_JGqpVPKOGfpJRzqjZQBKtOzfykhy * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_223, (DebugUI_Foldout_ContextMenuItem * left, DebugUI_Foldout_ContextMenuItem * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_224, (InputControlLayout_Collection_LayoutMatcher * left, InputControlLayout_Collection_LayoutMatcher * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_225, (InstructionList_DebugView_InstructionView * left, InstructionList_DebugView_InstructionView * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_226, (PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb * left, PlayerController_Element_FBFSokzheFEoJDMSTjkojOPiiovPb * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_227, (TargetPositionCache_CacheCurve_Item * left, TargetPositionCache_CacheCurve_Item * right, MethodInfo * method)); DO_APP_FUNC(0x00EEC8C0, bool, Unsafe_IsAddressLessThan_228, (TargetPositionCache_CacheEntry_RecordingItem * left, TargetPositionCache_CacheEntry_RecordingItem * right, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, Vector_1_System_UInt16_, Unsafe_Read, (Void * source, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, Unsafe_Read_1, (Void * source, MethodInfo * method)); DO_APP_FUNC(0x00C71F10, Vector_1_System_UInt16_, Unsafe_ReadUnaligned, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00EEC8D0, double, Unsafe_ReadUnaligned_1, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00C57D60, int16_t, Unsafe_ReadUnaligned_2, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, int32_t, Unsafe_ReadUnaligned_3, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00470F00, int64_t, Unsafe_ReadUnaligned_4, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00470F00, Object *, Unsafe_ReadUnaligned_5, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00C57D60, uint16_t, Unsafe_ReadUnaligned_6, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00AE0430, uint32_t, Unsafe_ReadUnaligned_7, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x00470F00, void *, Unsafe_ReadUnaligned_8, (uint8_t * source, MethodInfo * method)); DO_APP_FUNC(0x003D0D70, int32_t, Unsafe_SizeOf, (MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, Unsafe_SizeOf_1, (MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, Unsafe_SizeOf_2, (MethodInfo * method)); DO_APP_FUNC(0x00EEC8E0, int32_t, Unsafe_SizeOf_3, (MethodInfo * method)); DO_APP_FUNC(0x00EEC8F0, int32_t, Unsafe_SizeOf_4, (MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, Unsafe_SizeOf_5, (MethodInfo * method)); DO_APP_FUNC(0x00EEC8E0, int32_t, Unsafe_SizeOf_6, (MethodInfo * method)); DO_APP_FUNC(0x003BA280, void, Unsafe_WriteUnaligned, (uint8_t * destination, Object * value, MethodInfo * method)); DO_APP_FUNC(0x0099AF80, void, Unsafe_WriteUnaligned_1, (uint8_t * destination, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf, (Bone * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_1, (bool * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_2, (uint8_t * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_3, (Color32 * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_4, (DeviceConfigurationEvent * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_5, (DeviceResetEvent * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_6, (DisableDeviceCommand * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_7, (double * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_8, (DualMotorRumbleCommand * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_9, (DualSenseHIDUSBOutputReport * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_10, (DualShockHIDOutputReport * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_11, (EnableDeviceCommand * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_12, (EnableIMECompositionCommand * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_13, (Eyes * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_14, (GetHapticCapabilitiesCommand * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_15, (Haptic * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_16, (InitiateUserAccountPairingCommand * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_17, (InputDeviceCommand * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_18, (InputEvent * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_19, (int32_t * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_20, (Int32Enum__Enum * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_21, (MouseState * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_22, (NativeAnchor * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_23, (Pose_1 * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_24, (PoseState * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_25, (PrimitiveValue * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_26, (Quaternion * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_27, (QueryCanRunInBackground * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_28, (QueryEnabledStateCommand * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_29, (QueryKeyNameCommand * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_30, (QueryKeyboardLayoutCommand * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_31, (QueryPairedUserAccountCommand * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_32, (QuerySamplingFrequencyCommand * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_33, (RequestResetCommand * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_34, (RequestSyncCommand * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_35, (SendBufferedHapticCommand * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_36, (SendHapticImpulseCommand * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_37, (SetIMECursorPositionCommand * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_38, (SetSamplingFrequencyCommand * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_39, (float * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_40, (TextEvent * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_41, (TouchState * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_42, (uint32_t * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_43, (UseWindowsGamingInputCommand * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_44, (Vector2 * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_45, (Vector3 * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_46, (WarpMousePositionCommand * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_47, (OpenXRInput_GetInternalDeviceIdCommand * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_48, (SwitchProControllerHID_SwitchMagicOutputHIDBluetooth * output, MethodInfo * method)); DO_APP_FUNC(0x00A5CD60, Void *, UnsafeUtility_AddressOf_49, (SwitchProControllerHID_SwitchMagicOutputHIDUSB * output, MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_1, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_2, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_3, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_4, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_5, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_6, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_7, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_8, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_9, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_10, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_11, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBD78, UnsafeUtility_AlignOf_11__MethodInfo); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_12, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_13, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_14, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_15, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_16, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_17, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_18, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_19, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_20, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_21, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_22, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_23, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_24, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_25, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_26, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_27, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_28, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_29, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_30, (MethodInfo * method)); DO_APP_FUNC(0x00EEC900, int32_t, UnsafeUtility_AlignOf_31, (MethodInfo * method)); DO_APP_FUNC(0x00B40120, bool, UnsafeUtility_EnumEquals, (Int32Enum__Enum lhs, Int32Enum__Enum rhs, MethodInfo * method)); DO_APP_FUNC(0x00EEC950, int32_t, UnsafeUtility_EnumToInt, (Int32Enum__Enum enumValue, MethodInfo * method)); DO_APP_FUNC(0x00EEC990, String *, UnsafeUtility_GetReasonForGenericListNonBlittable, (MethodInfo * method)); DO_APP_FUNC(0x00EECA20, void, UnsafeUtility_InternalEnumToInt, (Int32Enum__Enum * enumValue, int32_t * intValue, MethodInfo * method)); DO_APP_FUNC(0x00EECA20, void, UnsafeUtility_InternalEnumToInt_1, (Object * * enumValue, int32_t * intValue, MethodInfo * method)); DO_APP_FUNC(0x00EECA30, bool, UnsafeUtility_IsBlittable_1, (MethodInfo * method)); DO_APP_FUNC(0x00EECAD0, bool, UnsafeUtility_IsGenericListBlittable, (MethodInfo * method)); DO_APP_FUNC(0x00EECAF0, BatchVisibility, UnsafeUtility_ReadArrayElement, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECB10, BoneWeight1, UnsafeUtility_ReadArrayElement_1, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECB20, BoundedPlane, UnsafeUtility_ReadArrayElement_2, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECB80, uint8_t, UnsafeUtility_ReadArrayElement_3, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECB90, Color, UnsafeUtility_ReadArrayElement_4, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECBB0, Color32, UnsafeUtility_ReadArrayElement_5, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECBC0, ConfigurationDescriptor, UnsafeUtility_ReadArrayElement_6, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECB90, DrawBufferRange, UnsafeUtility_ReadArrayElement_7, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECB90, GfxUpdateBufferRange, UnsafeUtility_ReadArrayElement_8, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECB90, Guid, UnsafeUtility_ReadArrayElement_9, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECB90, Hash128, UnsafeUtility_ReadArrayElement_10, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECBB0, int32_t, UnsafeUtility_ReadArrayElement_11, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5AE10, UnsafeUtility_ReadArrayElement_11__MethodInfo); DO_APP_FUNC(0x00EECBE0, LightDataGI, UnsafeUtility_ReadArrayElement_12, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECB20, ModifiableContactPair, UnsafeUtility_ReadArrayElement_13, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECC30, NativeAnchor, UnsafeUtility_ReadArrayElement_14, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECC70, NativePlane, UnsafeUtility_ReadArrayElement_15, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECB10, Object *, UnsafeUtility_ReadArrayElement_16, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECB90, Plane, UnsafeUtility_ReadArrayElement_17, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECBC0, TextVertex_1, UnsafeUtility_ReadArrayElement_18, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECBE0, TileData, UnsafeUtility_ReadArrayElement_19, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECB90, TrackableId, UnsafeUtility_ReadArrayElement_20, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECCB0, Transform3x4, UnsafeUtility_ReadArrayElement_21, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECCE0, uint16_t, UnsafeUtility_ReadArrayElement_22, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECBB0, uint32_t, UnsafeUtility_ReadArrayElement_23, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECB10, uint64_t, UnsafeUtility_ReadArrayElement_24, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECCF0, Vector2, UnsafeUtility_ReadArrayElement_25, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECAF0, Vector3Int, UnsafeUtility_ReadArrayElement_26, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECB90, Vector4, UnsafeUtility_ReadArrayElement_27, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECC70, Vertex, UnsafeUtility_ReadArrayElement_28, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECB90, VertexAttributeDescriptor, UnsafeUtility_ReadArrayElement_29, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECD10, XRAnchor, UnsafeUtility_ReadArrayElement_30, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECD50, XRRaycast, UnsafeUtility_ReadArrayElement_31, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECD90, ParticleSystem_Particle, UnsafeUtility_ReadArrayElement_32, (Void * source, int32_t index, MethodInfo * method)); DO_APP_FUNC(0x00EECE00, DrawBufferRange, UnsafeUtility_ReadArrayElementWithStride, (Void * source, int32_t index, int32_t stride, MethodInfo * method)); DO_APP_FUNC(0x00EECE00, GfxUpdateBufferRange, UnsafeUtility_ReadArrayElementWithStride_1, (Void * source, int32_t index, int32_t stride, MethodInfo * method)); DO_APP_FUNC(0x00EECE20, Object *, UnsafeUtility_ReadArrayElementWithStride_2, (Void * source, int32_t index, int32_t stride, MethodInfo * method)); DO_APP_FUNC(0x00EECE30, Transform3x4, UnsafeUtility_ReadArrayElementWithStride_3, (Void * source, int32_t index, int32_t stride, MethodInfo * method)); DO_APP_FUNC(0x00EECE60, uint16_t, UnsafeUtility_ReadArrayElementWithStride_4, (Void * source, int32_t index, int32_t stride, MethodInfo * method)); DO_APP_FUNC(0x00EECE00, Vector4, UnsafeUtility_ReadArrayElementWithStride_5, (Void * source, int32_t index, int32_t stride, MethodInfo * method)); DO_APP_FUNC(0x00EECE70, Vertex, UnsafeUtility_ReadArrayElementWithStride_6, (Void * source, int32_t index, int32_t stride, MethodInfo * method)); DO_APP_FUNC(0x003D0D70, int32_t, UnsafeUtility_SizeOf_1, (MethodInfo * method)); DO_APP_FUNC(0x00EECEB0, int32_t, UnsafeUtility_SizeOf_2, (MethodInfo * method)); DO_APP_FUNC(0x00EECEC0, int32_t, UnsafeUtility_SizeOf_3, (MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, UnsafeUtility_SizeOf_4, (MethodInfo * method)); DO_APP_FUNC(0x00EECED0, int32_t, UnsafeUtility_SizeOf_5, (MethodInfo * method)); DO_APP_FUNC(0x00EEC8F0, int32_t, UnsafeUtility_SizeOf_6, (MethodInfo * method)); DO_APP_FUNC(0x00B31160, int32_t, UnsafeUtility_SizeOf_7, (MethodInfo * method)); DO_APP_FUNC(0x00EECED0, int32_t, UnsafeUtility_SizeOf_8, (MethodInfo * method)); DO_APP_FUNC(0x00EECEE0, int32_t, UnsafeUtility_SizeOf_9, (MethodInfo * method)); DO_APP_FUNC(0x00EECED0, int32_t, UnsafeUtility_SizeOf_10, (MethodInfo * method)); DO_APP_FUNC(0x00EEC8F0, int32_t, UnsafeUtility_SizeOf_11, (MethodInfo * method)); DO_APP_FUNC(0x003D0D70, int32_t, UnsafeUtility_SizeOf_12, (MethodInfo * method)); DO_APP_FUNC(0x00EECEF0, int32_t, UnsafeUtility_SizeOf_13, (MethodInfo * method)); DO_APP_FUNC(0x00EECEC0, int32_t, UnsafeUtility_SizeOf_14, (MethodInfo * method)); DO_APP_FUNC(0x00B31DC0, int32_t, UnsafeUtility_SizeOf_15, (MethodInfo * method)); DO_APP_FUNC(0x00B31DC0, int32_t, UnsafeUtility_SizeOf_16, (MethodInfo * method)); DO_APP_FUNC(0x00EECED0, int32_t, UnsafeUtility_SizeOf_17, (MethodInfo * method)); DO_APP_FUNC(0x00EECF00, int32_t, UnsafeUtility_SizeOf_18, (MethodInfo * method)); DO_APP_FUNC(0x00EECEF0, int32_t, UnsafeUtility_SizeOf_19, (MethodInfo * method)); DO_APP_FUNC(0x00EECEE0, int32_t, UnsafeUtility_SizeOf_20, (MethodInfo * method)); DO_APP_FUNC(0x00EECF10, int32_t, UnsafeUtility_SizeOf_21, (MethodInfo * method)); DO_APP_FUNC(0x00EEC8E0, int32_t, UnsafeUtility_SizeOf_22, (MethodInfo * method)); DO_APP_FUNC(0x00EEC8F0, int32_t, UnsafeUtility_SizeOf_23, (MethodInfo * method)); DO_APP_FUNC(0x003D0D70, int32_t, UnsafeUtility_SizeOf_24, (MethodInfo * method)); DO_APP_FUNC(0x00EECEB0, int32_t, UnsafeUtility_SizeOf_25, (MethodInfo * method)); DO_APP_FUNC(0x003D0D70, int32_t, UnsafeUtility_SizeOf_26, (MethodInfo * method)); DO_APP_FUNC(0x00EECED0, int32_t, UnsafeUtility_SizeOf_27, (MethodInfo * method)); DO_APP_FUNC(0x00B31DC0, int32_t, UnsafeUtility_SizeOf_28, (MethodInfo * method)); DO_APP_FUNC(0x00EECED0, int32_t, UnsafeUtility_SizeOf_29, (MethodInfo * method)); DO_APP_FUNC(0x00EECF20, int32_t, UnsafeUtility_SizeOf_30, (MethodInfo * method)); DO_APP_FUNC(0x00EECF30, int32_t, UnsafeUtility_SizeOf_31, (MethodInfo * method)); DO_APP_FUNC(0x00EECF40, int32_t, UnsafeUtility_SizeOf_32, (MethodInfo * method)); DO_APP_FUNC(0x00EECEB0, int32_t, UnsafeUtility_SizeOf_33, (MethodInfo * method)); DO_APP_FUNC(0x00B31160, int32_t, UnsafeUtility_SizeOf_34, (MethodInfo * method)); DO_APP_FUNC(0x00EEC8F0, int32_t, UnsafeUtility_SizeOf_35, (MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, UnsafeUtility_SizeOf_36, (MethodInfo * method)); DO_APP_FUNC(0x00EECF50, int32_t, UnsafeUtility_SizeOf_37, (MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, UnsafeUtility_SizeOf_38, (MethodInfo * method)); DO_APP_FUNC(0x003D0D70, int32_t, UnsafeUtility_SizeOf_39, (MethodInfo * method)); DO_APP_FUNC(0x00EEC8E0, int32_t, UnsafeUtility_SizeOf_40, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8B9D0, UnsafeUtility_SizeOf_40__MethodInfo); DO_APP_FUNC(0x00EECEE0, int32_t, UnsafeUtility_SizeOf_41, (MethodInfo * method)); DO_APP_FUNC(0x00EEC8F0, int32_t, UnsafeUtility_SizeOf_42, (MethodInfo * method)); DO_APP_FUNC(0x003D0D70, int32_t, UnsafeUtility_SizeOf_43, (MethodInfo * method)); DO_APP_FUNC(0x00EECF60, int32_t, UnsafeUtility_SizeOf_44, (MethodInfo * method)); DO_APP_FUNC(0x003D0D70, int32_t, UnsafeUtility_SizeOf_45, (MethodInfo * method)); DO_APP_FUNC(0x003D0D70, int32_t, UnsafeUtility_SizeOf_46, (MethodInfo * method)); DO_APP_FUNC(0x0076A2B0, int32_t, UnsafeUtility_SizeOf_47, (MethodInfo * method)); DO_APP_FUNC(0x00EECED0, int32_t, UnsafeUtility_SizeOf_48, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C96BE0, UnsafeUtility_SizeOf_48__MethodInfo); DO_APP_FUNC(0x00EEC8E0, int32_t, UnsafeUtility_SizeOf_49, (MethodInfo * method)); DO_APP_FUNC(0x00EEC8E0, int32_t, UnsafeUtility_SizeOf_50, (MethodInfo * method)); DO_APP_FUNC(0x00EEC8F0, int32_t, UnsafeUtility_SizeOf_51, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBD68, UnsafeUtility_SizeOf_51__MethodInfo); DO_APP_FUNC(0x00EECF70, int32_t, UnsafeUtility_SizeOf_52, (MethodInfo * method)); DO_APP_FUNC(0x00EECF50, int32_t, UnsafeUtility_SizeOf_53, (MethodInfo * method)); DO_APP_FUNC(0x00B31160, int32_t, UnsafeUtility_SizeOf_54, (MethodInfo * method)); DO_APP_FUNC(0x00EECF80, int32_t, UnsafeUtility_SizeOf_55, (MethodInfo * method)); DO_APP_FUNC(0x00EECF90, int32_t, UnsafeUtility_SizeOf_56, (MethodInfo * method)); DO_APP_FUNC(0x003D0D70, int32_t, UnsafeUtility_SizeOf_57, (MethodInfo * method)); DO_APP_FUNC(0x00EECF90, int32_t, UnsafeUtility_SizeOf_58, (MethodInfo * method)); DO_APP_FUNC(0x00EECF90, int32_t, UnsafeUtility_SizeOf_59, (MethodInfo * method)); DO_APP_FUNC(0x003D0D70, int32_t, UnsafeUtility_SizeOf_60, (MethodInfo * method)); DO_APP_FUNC(0x00B31DC0, int32_t, UnsafeUtility_SizeOf_61, (MethodInfo * method)); DO_APP_FUNC(0x00EEC8E0, int32_t, UnsafeUtility_SizeOf_62, (MethodInfo * method)); DO_APP_FUNC(0x00EECEE0, int32_t, UnsafeUtility_SizeOf_63, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CB22E0, UnsafeUtility_SizeOf_63__MethodInfo); DO_APP_FUNC(0x00EECF70, int32_t, UnsafeUtility_SizeOf_64, (MethodInfo * method)); DO_APP_FUNC(0x00EECF80, int32_t, UnsafeUtility_SizeOf_65, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C89C90, UnsafeUtility_SizeOf_65__MethodInfo); DO_APP_FUNC(0x003D0D70, int32_t, UnsafeUtility_SizeOf_66, (MethodInfo * method)); DO_APP_FUNC(0x00EECFA0, int32_t, UnsafeUtility_SizeOf_67, (MethodInfo * method)); DO_APP_FUNC(0x00776DD0, int32_t, UnsafeUtility_SizeOf_68, (MethodInfo * method)); DO_APP_FUNC(0x00EEC8E0, int32_t, UnsafeUtility_SizeOf_69, (MethodInfo * method)); DO_APP_FUNC(0x00EEC8F0, int32_t, UnsafeUtility_SizeOf_70, (MethodInfo * method)); DO_APP_FUNC(0x00EEC8F0, int32_t, UnsafeUtility_SizeOf_71, (MethodInfo * method)); DO_APP_FUNC(0x00EECEB0, int32_t, UnsafeUtility_SizeOf_72, (MethodInfo * method)); DO_APP_FUNC(0x00EECEB0, int32_t, UnsafeUtility_SizeOf_73, (MethodInfo * method)); DO_APP_FUNC(0x003D0D70, int32_t, UnsafeUtility_SizeOf_74, (MethodInfo * method)); DO_APP_FUNC(0x00EECF90, int32_t, UnsafeUtility_SizeOf_75, (MethodInfo * method)); DO_APP_FUNC(0x003D0D70, int32_t, UnsafeUtility_SizeOf_76, (MethodInfo * method)); DO_APP_FUNC(0x00EECFB0, int32_t, UnsafeUtility_SizeOf_77, (MethodInfo * method)); DO_APP_FUNC(0x00EECF20, int32_t, UnsafeUtility_SizeOf_78, (MethodInfo * method)); DO_APP_FUNC(0x00EECFC0, int32_t, UnsafeUtility_SizeOf_79, (MethodInfo * method)); DO_APP_FUNC(0x00EECFD0, int32_t, UnsafeUtility_SizeOf_80, (MethodInfo * method)); DO_APP_FUNC(0x00B34A20, int32_t, UnsafeUtility_SizeOf_81, (MethodInfo * method)); DO_APP_FUNC(0x00EECFE0, int32_t, UnsafeUtility_SizeOf_82, (MethodInfo * method)); DO_APP_FUNC(0x00EECFF0, int32_t, UnsafeUtility_SizeOf_83, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C8D750, UnsafeUtility_SizeOf_83__MethodInfo); DO_APP_FUNC(0x00EED000, int32_t, UnsafeUtility_SizeOf_84, (MethodInfo * method)); DO_APP_FUNC(0x00EECEB0, int32_t, UnsafeUtility_SizeOf_85, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C97540, UnsafeUtility_SizeOf_85__MethodInfo); DO_APP_FUNC(0x00EED010, void, UnsafeUtility_WriteArrayElement, (Void * destination, int32_t index, BatchVisibility value, MethodInfo * method)); DO_APP_FUNC(0x00EED030, void, UnsafeUtility_WriteArrayElement_1, (Void * destination, int32_t index, BoneWeight1 value, MethodInfo * method)); DO_APP_FUNC(0x00EED040, void, UnsafeUtility_WriteArrayElement_2, (Void * destination, int32_t index, BoundedPlane value, MethodInfo * method)); DO_APP_FUNC(0x00EED090, void, UnsafeUtility_WriteArrayElement_3, (Void * destination, int32_t index, uint8_t value, MethodInfo * method)); DO_APP_FUNC(0x00EED0A0, void, UnsafeUtility_WriteArrayElement_4, (Void * destination, int32_t index, Color value, MethodInfo * method)); DO_APP_FUNC(0x00EED0B0, void, UnsafeUtility_WriteArrayElement_5, (Void * destination, int32_t index, Color32 value, MethodInfo * method)); DO_APP_FUNC(0x00EED0C0, void, UnsafeUtility_WriteArrayElement_6, (Void * destination, int32_t index, ConfigurationDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x00EED0A0, void, UnsafeUtility_WriteArrayElement_7, (Void * destination, int32_t index, DrawBufferRange value, MethodInfo * method)); DO_APP_FUNC(0x00EED0A0, void, UnsafeUtility_WriteArrayElement_8, (Void * destination, int32_t index, GfxUpdateBufferRange value, MethodInfo * method)); DO_APP_FUNC(0x00EED0A0, void, UnsafeUtility_WriteArrayElement_9, (Void * destination, int32_t index, Guid value, MethodInfo * method)); DO_APP_FUNC(0x00EED0B0, void, UnsafeUtility_WriteArrayElement_10, (Void * destination, int32_t index, int32_t value, MethodInfo * method)); DO_APP_FUNC(0x00EED0E0, void, UnsafeUtility_WriteArrayElement_11, (Void * destination, int32_t index, LightDataGI value, MethodInfo * method)); DO_APP_FUNC(0x00EED040, void, UnsafeUtility_WriteArrayElement_12, (Void * destination, int32_t index, ModifiableContactPair value, MethodInfo * method)); DO_APP_FUNC(0x00EED130, void, UnsafeUtility_WriteArrayElement_13, (Void * destination, int32_t index, NativeAnchor value, MethodInfo * method)); DO_APP_FUNC(0x00EED160, void, UnsafeUtility_WriteArrayElement_14, (Void * destination, int32_t index, NativePlane value, MethodInfo * method)); DO_APP_FUNC(0x00EED1A0, void, UnsafeUtility_WriteArrayElement_15, (Void * destination, int32_t index, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00EED0A0, void, UnsafeUtility_WriteArrayElement_16, (Void * destination, int32_t index, Plane value, MethodInfo * method)); DO_APP_FUNC(0x00EED0C0, void, UnsafeUtility_WriteArrayElement_17, (Void * destination, int32_t index, TextVertex_1 value, MethodInfo * method)); DO_APP_FUNC(0x00EED0E0, void, UnsafeUtility_WriteArrayElement_18, (Void * destination, int32_t index, TileData value, MethodInfo * method)); DO_APP_FUNC(0x00EED0A0, void, UnsafeUtility_WriteArrayElement_19, (Void * destination, int32_t index, TrackableId value, MethodInfo * method)); DO_APP_FUNC(0x00EED200, void, UnsafeUtility_WriteArrayElement_20, (Void * destination, int32_t index, Transform3x4 value, MethodInfo * method)); DO_APP_FUNC(0x00EED230, void, UnsafeUtility_WriteArrayElement_21, (Void * destination, int32_t index, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x00EED0B0, void, UnsafeUtility_WriteArrayElement_22, (Void * destination, int32_t index, uint32_t value, MethodInfo * method)); DO_APP_FUNC(0x00EED030, void, UnsafeUtility_WriteArrayElement_23, (Void * destination, int32_t index, uint64_t value, MethodInfo * method)); DO_APP_FUNC(0x00EED030, void, UnsafeUtility_WriteArrayElement_24, (Void * destination, int32_t index, Vector2 value, MethodInfo * method)); DO_APP_FUNC(0x00EED010, void, UnsafeUtility_WriteArrayElement_25, (Void * destination, int32_t index, Vector3Int value, MethodInfo * method)); DO_APP_FUNC(0x00EED0A0, void, UnsafeUtility_WriteArrayElement_26, (Void * destination, int32_t index, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x00EED160, void, UnsafeUtility_WriteArrayElement_27, (Void * destination, int32_t index, Vertex value, MethodInfo * method)); DO_APP_FUNC(0x00EED0A0, void, UnsafeUtility_WriteArrayElement_28, (Void * destination, int32_t index, VertexAttributeDescriptor value, MethodInfo * method)); DO_APP_FUNC(0x00EED240, void, UnsafeUtility_WriteArrayElement_29, (Void * destination, int32_t index, XRAnchor value, MethodInfo * method)); DO_APP_FUNC(0x00EED280, void, UnsafeUtility_WriteArrayElement_30, (Void * destination, int32_t index, XRRaycast value, MethodInfo * method)); DO_APP_FUNC(0x00EED2C0, void, UnsafeUtility_WriteArrayElement_31, (Void * destination, int32_t index, ParticleSystem_Particle value, MethodInfo * method)); DO_APP_FUNC(0x00EED330, void, UnsafeUtility_WriteArrayElementWithStride, (Void * destination, int32_t index, int32_t stride, DrawBufferRange value, MethodInfo * method)); DO_APP_FUNC(0x00EED330, void, UnsafeUtility_WriteArrayElementWithStride_1, (Void * destination, int32_t index, int32_t stride, GfxUpdateBufferRange value, MethodInfo * method)); DO_APP_FUNC(0x00EED350, void, UnsafeUtility_WriteArrayElementWithStride_2, (Void * destination, int32_t index, int32_t stride, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00EED3C0, void, UnsafeUtility_WriteArrayElementWithStride_3, (Void * destination, int32_t index, int32_t stride, Transform3x4 value, MethodInfo * method)); DO_APP_FUNC(0x00EED3F0, void, UnsafeUtility_WriteArrayElementWithStride_4, (Void * destination, int32_t index, int32_t stride, uint16_t value, MethodInfo * method)); DO_APP_FUNC(0x00EED330, void, UnsafeUtility_WriteArrayElementWithStride_5, (Void * destination, int32_t index, int32_t stride, Vector4 value, MethodInfo * method)); DO_APP_FUNC(0x00EED400, void, UnsafeUtility_WriteArrayElementWithStride_6, (Void * destination, int32_t index, int32_t stride, Vertex value, MethodInfo * method)); DO_APP_FUNC(0x00EED440, void, Utility_1_SetVectorArray_1, (MaterialPropertyBlock * props, int32_t name, NativeSlice_1_UnityEngine_UIElements_UIR_Transform3x4_ vector4s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D178, Utility_1_SetVectorArray_1__MethodInfo); DO_APP_FUNC(0x00EED500, void, Utility_1_SetVectorArray_2, (MaterialPropertyBlock * props, int32_t name, NativeSlice_1_UnityEngine_Vector4_ vector4s, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9D180, Utility_1_SetVectorArray_2__MethodInfo); DO_APP_FUNC(0x00EED5C0, bool, UxmlAttributeDescription_GetValueFromBag, (UxmlAttributeDescription * __this, IUxmlAttributes * bag, CreationContext cc, Func_3_String_Boolean_Boolean_ * converterFunc, bool defaultValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCACB0, UxmlAttributeDescription_GetValueFromBag__MethodInfo); DO_APP_FUNC(0x00EED690, int32_t, UxmlAttributeDescription_GetValueFromBag_1, (UxmlAttributeDescription * __this, IUxmlAttributes * bag, CreationContext cc, Func_3_String_Int32_Int32_ * converterFunc, int32_t defaultValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCACA8, UxmlAttributeDescription_GetValueFromBag_1__MethodInfo); DO_APP_FUNC(0x00EED760, Int32Enum__Enum, UxmlAttributeDescription_GetValueFromBag_2, (UxmlAttributeDescription * __this, IUxmlAttributes * bag, CreationContext cc, Func_3_String_Int32Enum_Int32Enum_ * converterFunc, Int32Enum__Enum defaultValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCACA0, UxmlAttributeDescription_GetValueFromBag_2__MethodInfo); DO_APP_FUNC(0x00EED830, int64_t, UxmlAttributeDescription_GetValueFromBag_3, (UxmlAttributeDescription * __this, IUxmlAttributes * bag, CreationContext cc, Func_3_String_Int64_Int64_ * converterFunc, int64_t defaultValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAC88, UxmlAttributeDescription_GetValueFromBag_3__MethodInfo); DO_APP_FUNC(0x00EED900, Object *, UxmlAttributeDescription_GetValueFromBag_4, (UxmlAttributeDescription * __this, IUxmlAttributes * bag, CreationContext cc, Func_3_String_Object_Object_ * converterFunc, Object * defaultValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAC80, UxmlAttributeDescription_GetValueFromBag_4__MethodInfo); DO_APP_FUNC(0x00EED9D0, float, UxmlAttributeDescription_GetValueFromBag_5, (UxmlAttributeDescription * __this, IUxmlAttributes * bag, CreationContext cc, Func_3_String_Single_Single_ * converterFunc, float defaultValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAC78, UxmlAttributeDescription_GetValueFromBag_5__MethodInfo); DO_APP_FUNC(0x00EEDAB0, bool, UxmlAttributeDescription_TryGetValueFromBag, (UxmlAttributeDescription * __this, IUxmlAttributes * bag, CreationContext cc, Func_3_String_Boolean_Boolean_ * converterFunc, bool defaultValue, bool * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF7F0, UxmlAttributeDescription_TryGetValueFromBag__MethodInfo); DO_APP_FUNC(0x00EEDB50, bool, UxmlAttributeDescription_TryGetValueFromBag_1, (UxmlAttributeDescription * __this, IUxmlAttributes * bag, CreationContext cc, Func_3_String_Int32_Int32_ * converterFunc, int32_t defaultValue, int32_t * value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CAF900, UxmlAttributeDescription_TryGetValueFromBag_1__MethodInfo); DO_APP_FUNC(0x00EEDB50, bool, UxmlAttributeDescription_TryGetValueFromBag_2, (UxmlAttributeDescription * __this, IUxmlAttributes * bag, CreationContext cc, Func_3_String_Int32Enum_Int32Enum_ * converterFunc, Int32Enum__Enum defaultValue, Int32Enum__Enum * value, MethodInfo * method)); DO_APP_FUNC(0x00EEDBF0, bool, UxmlAttributeDescription_TryGetValueFromBag_3, (UxmlAttributeDescription * __this, IUxmlAttributes * bag, CreationContext cc, Func_3_String_Object_Object_ * converterFunc, Object * defaultValue, Object * * value, MethodInfo * method)); DO_APP_FUNC(0x00EEDD40, Vector_1_System_UInt64_, Vector_AsVectorUInt64, (Vector_1_System_UInt16_ value, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCAC0, Vector_AsVectorUInt64__MethodInfo); DO_APP_FUNC(0x00EEDDC0, Vector_1_System_UInt16_, Vector_Equals, (Vector_1_System_UInt16_ left, Vector_1_System_UInt16_ right, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCCA58, Vector_Equals__MethodInfo); DO_APP_FUNC(0x00EEDE60, Object *, VisualElement_GetFirstAncestorOfType, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEDF40, Object *, VisualElement_GetFirstOfType, (VisualElement * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEDFF0, ValueAnimation_1_System_Object_ *, VisualElement_StartAnimation, (ValueAnimation_1_System_Object_ * anim, Func_2_UnityEngine_UIElements_VisualElement_Object_ * fromValueGetter, Object * to, int32_t durationMs, Action_2_UnityEngine_UIElements_VisualElement_Object_ * onValueChanged, MethodInfo * method)); DO_APP_FUNC(0x00EEE0A0, ValueAnimation_1_StyleValues_ *, VisualElement_StartAnimation_1, (ValueAnimation_1_StyleValues_ * anim, Func_2_UnityEngine_UIElements_VisualElement_UnityEngine_UIElements_Experimental_StyleValues_ * fromValueGetter, StyleValues to, int32_t durationMs, Action_2_UnityEngine_UIElements_VisualElement_UnityEngine_UIElements_Experimental_StyleValues_ * onValueChanged, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C9BD00, VisualElement_StartAnimation_1__MethodInfo); DO_APP_FUNC(0x00EEE150, void, VisualTreeUpdater_SetUpdater, (VisualTreeUpdater * __this, VisualTreeUpdatePhase__Enum phase, MethodInfo * method)); DO_APP_FUNC(0x00EEE340, Object *, Volatile_Read_3, (Object * * location, MethodInfo * method)); DO_APP_FUNC(0x00EEE350, void, Volatile_Write_2, (Object * * location, Object * value, MethodInfo * method)); DO_APP_FUNC(0x00EEE3B0, bool, VolumeManager_IsComponentActiveInMask, (VolumeManager * __this, LayerMask layerMask, MethodInfo * method)); DO_APP_FUNC(0x00EEE810, bool, VolumeParameter_GetValue, (VolumeParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEE8E0, Color, VolumeParameter_GetValue_1, (VolumeParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEE810, int32_t, VolumeParameter_GetValue_2, (VolumeParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEE810, LayerMask, VolumeParameter_GetValue_3, (VolumeParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEE810, Object *, VolumeParameter_GetValue_4, (VolumeParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEE810, float, VolumeParameter_GetValue_5, (VolumeParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEE9D0, Vector2, VolumeParameter_GetValue_6, (VolumeParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEEAA0, Vector3, VolumeParameter_GetValue_7, (VolumeParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEE8E0, Vector4, VolumeParameter_GetValue_8, (VolumeParameter * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEEBA0, Object *, VolumeProfile_Add_1, (VolumeProfile * __this, bool overrides, MethodInfo * method)); DO_APP_FUNC(0x00EEEE20, bool, VolumeProfile_Has_1, (VolumeProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEEE90, void, VolumeProfile_Remove_1, (VolumeProfile * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEF030, bool, VolumeProfile_TryGet, (VolumeProfile * __this, Object * * component, MethodInfo * method)); DO_APP_FUNC(0x00EEF0D0, bool, VolumeProfile_TryGet_1, (VolumeProfile * __this, Type * type, Object * * component, MethodInfo * method)); DO_APP_FUNC(0x00EEF320, bool, VolumeProfile_TryGetAllSubclassOf, (VolumeProfile * __this, Type * type, List_1_System_Object_ * result, MethodInfo * method)); DO_APP_FUNC(0x00EEF580, bool, VolumeProfile_TryGetSubclassOf, (VolumeProfile * __this, Type * type, Object * * component, MethodInfo * method)); DO_APP_FUNC(0x00EEF7D0, Object *, VolumeStack_GetComponent_1, (VolumeStack * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEF890, void, WebClient_HandleCompletion, (WebClient * __this, TaskCompletionSource_1_System_Object_ * tcs, Object * e, Func_2_Object_Object_ * getResult, Object * handler, Action_2_System_Net_WebClient_Object_ * unregisterHandler, MethodInfo * method)); DO_APP_FUNC(0x00EEFAB0, Object *, XDocument_GetFirstNode, (XDocument * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEFBD0, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_DHoJMWJxuckjIjbQLshEgvCscShu_3, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, IList_1_System_Object_ * param_0000a0d0, MethodInfo * method)); DO_APP_FUNC(0x00EEFC90, IList_1_System_Object_ *, XKHfzUVAieDxXBogCMTJRCSldnQzA_GeAAOyhcepifUUPPcKyuRjYpTMteA, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC(0x00EEFCC0, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_IdoBsBWhwLzhUQzyXbTpuhSwcbbw_3, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, IList_1_System_Object_ * param_0000a0d2, MethodInfo * method)); DO_APP_FUNC(0x00EEFD80, Object *, XKHfzUVAieDxXBogCMTJRCSldnQzA_LsIzBFwMYteiZfckNBrRUNxPnrmY_2, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAB68, XKHfzUVAieDxXBogCMTJRCSldnQzA_LsIzBFwMYteiZfckNBrRUNxPnrmY_2__MethodInfo); DO_APP_FUNC(0x00EF0200, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_RVyZTLSrmmGgmhirYsrAYLilGgix_3, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, IList_1_System_Object_ * param_0000a0d4, MethodInfo * method)); DO_APP_FUNC(0x00EF02C0, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_jwzGjIatPRhWXTpXZrztrNhJxAbaA_3, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, IList_1_System_Object_ * param_0000a0ce, MethodInfo * method)); DO_APP_FUNC(0x00EF0380, bool, XKHfzUVAieDxXBogCMTJRCSldnQzA_lTydDngNomYHuigfhNfxundkPAOhA_3, (XKHfzUVAieDxXBogCMTJRCSldnQzA * __this, IList_1_System_Object_ * param_0000a0cc, MethodInfo * method)); DO_APP_FUNC(0x00EF0440, Object *, XObject_Annotation, (XObject * __this, MethodInfo * method)); DO_APP_FUNC(0x00EF05E0, void, XRLoaderHelper_CreateIntegratedSubsystem, (XRLoaderHelper * __this, List_1_System_Object_ * descriptors, String * id, MethodInfo * method)); DO_APP_FUNC(0x00EF05E0, void, XRLoaderHelper_CreateStandaloneSubsystem, (XRLoaderHelper * __this, List_1_System_Object_ * descriptors, String * id, MethodInfo * method)); DO_APP_FUNC(0x00EF05F0, void, XRLoaderHelper_CreateSubsystem, (XRLoaderHelper * __this, List_1_System_Object_ * descriptors, String * id, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAB30, XRLoaderHelper_CreateSubsystem__MethodInfo); DO_APP_FUNC(0x00EF08C0, void, XRLoaderHelper_DestroySubsystem, (XRLoaderHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00EF0A20, Object *, XRLoaderHelper_GetLoadedSubsystem, (XRLoaderHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00EF0BA0, void, XRLoaderHelper_StartSubsystem, (XRLoaderHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00EF0C30, void, XRLoaderHelper_StopSubsystem, (XRLoaderHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00EF0CC0, Object *, XRManagerSettings_ActiveLoaderAs, (XRManagerSettings * __this, MethodInfo * method)); DO_APP_FUNC(0x00EF0D50, Object *, XmlHelper_DeserializeFromFile, (String * filename, bool skipBOM, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAAD8, XmlHelper_DeserializeFromFile__MethodInfo); DO_APP_FUNC(0x00EF0ED0, Object *, XmlHelper_DeserializeFromResource, (String * resourceName, bool skipBOM, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAAB8, XmlHelper_DeserializeFromResource__MethodInfo); DO_APP_FUNC(0x00EF10D0, Object *, XmlHelper_DeserializeFromString, (String * xmlAsString, bool skipBOM, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAA80, XmlHelper_DeserializeFromString__MethodInfo); DO_APP_FUNC(0x00EF13B0, void, XmlHelper_SerializeToFile, (Object * obj, String * filename, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAA98, XmlHelper_SerializeToFile__MethodInfo); DO_APP_FUNC(0x00EF14E0, String *, XmlHelper_SerializeToString, (Object * obj, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAA60, XmlHelper_SerializeToString__MethodInfo); DO_APP_FUNC(0x00EF17D0, Boolean__Array *, XmlListConverter_ToArray, (XmlListConverter * __this, Object * list, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74AB8, XmlListConverter_ToArray__MethodInfo); DO_APP_FUNC(0x00EF1D30, Byte__Array *, XmlListConverter_ToArray_1, (XmlListConverter * __this, Object * list, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74AC8, XmlListConverter_ToArray_1__MethodInfo); DO_APP_FUNC(0x00EF2290, DateTime__Array *, XmlListConverter_ToArray_2, (XmlListConverter * __this, Object * list, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74AA0, XmlListConverter_ToArray_2__MethodInfo); DO_APP_FUNC(0x00EF27F0, DateTimeOffset__Array *, XmlListConverter_ToArray_3, (XmlListConverter * __this, Object * list, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74A98, XmlListConverter_ToArray_3__MethodInfo); DO_APP_FUNC(0x00EF2D60, Decimal__Array *, XmlListConverter_ToArray_4, (XmlListConverter * __this, Object * list, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74AA8, XmlListConverter_ToArray_4__MethodInfo); DO_APP_FUNC(0x00EF32D0, Double__Array *, XmlListConverter_ToArray_5, (XmlListConverter * __this, Object * list, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74AB0, XmlListConverter_ToArray_5__MethodInfo); DO_APP_FUNC(0x00EF3840, Int16__Array *, XmlListConverter_ToArray_6, (XmlListConverter * __this, Object * list, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74B40, XmlListConverter_ToArray_6__MethodInfo); DO_APP_FUNC(0x00EF3DB0, Int32__Array *, XmlListConverter_ToArray_7, (XmlListConverter * __this, Object * list, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74B48, XmlListConverter_ToArray_7__MethodInfo); DO_APP_FUNC(0x00EF4310, Int64__Array *, XmlListConverter_ToArray_8, (XmlListConverter * __this, Object * list, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74B50, XmlListConverter_ToArray_8__MethodInfo); DO_APP_FUNC(0x00EF4870, Object__Array *, XmlListConverter_ToArray_9, (XmlListConverter * __this, Object * list, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74B58, XmlListConverter_ToArray_9__MethodInfo); DO_APP_FUNC(0x00EF4E30, SByte__Array *, XmlListConverter_ToArray_10, (XmlListConverter * __this, Object * list, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74B20, XmlListConverter_ToArray_10__MethodInfo); DO_APP_FUNC(0x00EF5390, Single__Array *, XmlListConverter_ToArray_11, (XmlListConverter * __this, Object * list, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74B28, XmlListConverter_ToArray_11__MethodInfo); DO_APP_FUNC(0x00EF5900, TimeSpan__Array *, XmlListConverter_ToArray_12, (XmlListConverter * __this, Object * list, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74B38, XmlListConverter_ToArray_12__MethodInfo); DO_APP_FUNC(0x00EF5E60, UInt16__Array *, XmlListConverter_ToArray_13, (XmlListConverter * __this, Object * list, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74B00, XmlListConverter_ToArray_13__MethodInfo); DO_APP_FUNC(0x00EF63D0, UInt32__Array *, XmlListConverter_ToArray_14, (XmlListConverter * __this, Object * list, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74B08, XmlListConverter_ToArray_14__MethodInfo); DO_APP_FUNC(0x00EF6930, UInt64__Array *, XmlListConverter_ToArray_15, (XmlListConverter * __this, Object * list, IXmlNamespaceResolver * nsResolver, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C74B10, XmlListConverter_ToArray_15__MethodInfo); DO_APP_FUNC(0x00EF6E90, bool, _AndroidJNIHelper_ConvertFromJNIArray, (void * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAA30, _AndroidJNIHelper_ConvertFromJNIArray__MethodInfo); DO_APP_FUNC(0x00EF79C0, uint16_t, _AndroidJNIHelper_ConvertFromJNIArray_1, (void * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAA40, _AndroidJNIHelper_ConvertFromJNIArray_1__MethodInfo); DO_APP_FUNC(0x00EF84F0, double, _AndroidJNIHelper_ConvertFromJNIArray_2, (void * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAA18, _AndroidJNIHelper_ConvertFromJNIArray_2__MethodInfo); DO_APP_FUNC(0x00EF9020, int16_t, _AndroidJNIHelper_ConvertFromJNIArray_3, (void * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAA28, _AndroidJNIHelper_ConvertFromJNIArray_3__MethodInfo); DO_APP_FUNC(0x00EF9B50, int32_t, _AndroidJNIHelper_ConvertFromJNIArray_4, (void * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAA20, _AndroidJNIHelper_ConvertFromJNIArray_4__MethodInfo); DO_APP_FUNC(0x00EFA680, int64_t, _AndroidJNIHelper_ConvertFromJNIArray_5, (void * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAA08, _AndroidJNIHelper_ConvertFromJNIArray_5__MethodInfo); DO_APP_FUNC(0x00EFB1B0, Object *, _AndroidJNIHelper_ConvertFromJNIArray_6, (void * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCAA10, _AndroidJNIHelper_ConvertFromJNIArray_6__MethodInfo); DO_APP_FUNC(0x00EFBD30, int8_t, _AndroidJNIHelper_ConvertFromJNIArray_7, (void * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC0D0, _AndroidJNIHelper_ConvertFromJNIArray_7__MethodInfo); DO_APP_FUNC(0x00EFC860, float, _AndroidJNIHelper_ConvertFromJNIArray_8, (void * array, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC0D8, _AndroidJNIHelper_ConvertFromJNIArray_8__MethodInfo); DO_APP_FUNC(0x00EFD390, void *, _AndroidJNIHelper_GetFieldID_1, (void * jclass, String * fieldName, bool isStatic, MethodInfo * method)); DO_APP_FUNC(0x00EFD440, void *, _AndroidJNIHelper_GetMethodID_1, (void * jclass, String * methodName, Object__Array * args, bool isStatic, MethodInfo * method)); DO_APP_FUNC(0x00EFD440, void *, _AndroidJNIHelper_GetMethodID_2, (void * jclass, String * methodName, Object__Array * args, bool isStatic, MethodInfo * method)); DO_APP_FUNC(0x00EFD440, void *, _AndroidJNIHelper_GetMethodID_3, (void * jclass, String * methodName, Object__Array * args, bool isStatic, MethodInfo * method)); DO_APP_FUNC(0x00EFD440, void *, _AndroidJNIHelper_GetMethodID_4, (void * jclass, String * methodName, Object__Array * args, bool isStatic, MethodInfo * method)); DO_APP_FUNC(0x00EFD440, void *, _AndroidJNIHelper_GetMethodID_5, (void * jclass, String * methodName, Object__Array * args, bool isStatic, MethodInfo * method)); DO_APP_FUNC(0x00EFD440, void *, _AndroidJNIHelper_GetMethodID_6, (void * jclass, String * methodName, Object__Array * args, bool isStatic, MethodInfo * method)); DO_APP_FUNC(0x00EFD440, void *, _AndroidJNIHelper_GetMethodID_7, (void * jclass, String * methodName, Object__Array * args, bool isStatic, MethodInfo * method)); DO_APP_FUNC(0x00EFD440, void *, _AndroidJNIHelper_GetMethodID_8, (void * jclass, String * methodName, Object__Array * args, bool isStatic, MethodInfo * method)); DO_APP_FUNC(0x00EFD440, void *, _AndroidJNIHelper_GetMethodID_9, (void * jclass, String * methodName, Object__Array * args, bool isStatic, MethodInfo * method)); DO_APP_FUNC(0x00EFD4A0, String *, _AndroidJNIHelper_GetSignature_2, (Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x00EFD6E0, String *, _AndroidJNIHelper_GetSignature_3, (Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x00EFD920, String *, _AndroidJNIHelper_GetSignature_4, (Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x00EFDB60, String *, _AndroidJNIHelper_GetSignature_5, (Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x00EFDDA0, String *, _AndroidJNIHelper_GetSignature_6, (Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x00EFDFE0, String *, _AndroidJNIHelper_GetSignature_7, (Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x00EFE220, String *, _AndroidJNIHelper_GetSignature_8, (Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x00EFE460, String *, _AndroidJNIHelper_GetSignature_9, (Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x00EFE6A0, String *, _AndroidJNIHelper_GetSignature_10, (Object__Array * args, MethodInfo * method)); DO_APP_FUNC(0x00EFE8E0, IList_1_System_Object_ *, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_GetJoysticks, (eiAEQUagfGTjXRjdiGwJDzSBPdYSA * __this, MethodInfo * method)); DO_APP_FUNC(0x00EFE920, String *, ltZyyyCOqCBvCsdArfJhhYuMkHIuA_eefeIEXSweXnHOIJkACIIwxNVlqTA, (String * param_00014531, Boolean__Array * param_00014532, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C564B8, ltZyyyCOqCBvCsdArfJhhYuMkHIuA_eefeIEXSweXnHOIJkACIIwxNVlqTA__MethodInfo); DO_APP_FUNC(0x00EFEA50, String *, ltZyyyCOqCBvCsdArfJhhYuMkHIuA_eefeIEXSweXnHOIJkACIIwxNVlqTA_1, (String * param_00014531, Int32__Array * param_00014532, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C564C0, ltZyyyCOqCBvCsdArfJhhYuMkHIuA_eefeIEXSweXnHOIJkACIIwxNVlqTA_1__MethodInfo); DO_APP_FUNC(0x00EFEB80, String *, ltZyyyCOqCBvCsdArfJhhYuMkHIuA_eefeIEXSweXnHOIJkACIIwxNVlqTA_2, (String * param_00014531, Object__Array * param_00014532, MethodInfo * method)); DO_APP_FUNC(0x00EFEC70, int32_t, ltZyyyCOqCBvCsdArfJhhYuMkHIuA_uCyrisZMMPsIwXuWnKSFsmSSyYuL, (MethodInfo * method)); DO_APP_FUNC(0x00EFED00, int32_t, ltZyyyCOqCBvCsdArfJhhYuMkHIuA_uCyrisZMMPsIwXuWnKSFsmSSyYuL_1, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53DE8, ltZyyyCOqCBvCsdArfJhhYuMkHIuA_uCyrisZMMPsIwXuWnKSFsmSSyYuL_1__MethodInfo); DO_APP_FUNC(0x00EFED90, int32_t, ltZyyyCOqCBvCsdArfJhhYuMkHIuA_uCyrisZMMPsIwXuWnKSFsmSSyYuL_2, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53DF0, ltZyyyCOqCBvCsdArfJhhYuMkHIuA_uCyrisZMMPsIwXuWnKSFsmSSyYuL_2__MethodInfo); DO_APP_FUNC(0x00EFEE20, int32_t, ltZyyyCOqCBvCsdArfJhhYuMkHIuA_uCyrisZMMPsIwXuWnKSFsmSSyYuL_3, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C53DA8, ltZyyyCOqCBvCsdArfJhhYuMkHIuA_uCyrisZMMPsIwXuWnKSFsmSSyYuL_3__MethodInfo); DO_APP_FUNC(0x00EFEEB0, int32_t, ltZyyyCOqCBvCsdArfJhhYuMkHIuA_uCyrisZMMPsIwXuWnKSFsmSSyYuL_4, (MethodInfo * method)); DO_APP_FUNC(0x00EFEF40, int32_t, ltZyyyCOqCBvCsdArfJhhYuMkHIuA_uCyrisZMMPsIwXuWnKSFsmSSyYuL_5, (MethodInfo * method)); DO_APP_FUNC(0x00EFEFD0, int32_t, ltZyyyCOqCBvCsdArfJhhYuMkHIuA_uCyrisZMMPsIwXuWnKSFsmSSyYuL_6, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C967C0, ltZyyyCOqCBvCsdArfJhhYuMkHIuA_uCyrisZMMPsIwXuWnKSFsmSSyYuL_6__MethodInfo); DO_APP_FUNC(0x00EFF060, int32_t, ltZyyyCOqCBvCsdArfJhhYuMkHIuA_uCyrisZMMPsIwXuWnKSFsmSSyYuL_7, (MethodInfo * method)); DO_APP_FUNC(0x00EFF0F0, int32_t, ltZyyyCOqCBvCsdArfJhhYuMkHIuA_uCyrisZMMPsIwXuWnKSFsmSSyYuL_8, (MethodInfo * method)); DO_APP_FUNC(0x00EFF180, int32_t, ltZyyyCOqCBvCsdArfJhhYuMkHIuA_uCyrisZMMPsIwXuWnKSFsmSSyYuL_9, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56638, ltZyyyCOqCBvCsdArfJhhYuMkHIuA_uCyrisZMMPsIwXuWnKSFsmSSyYuL_9__MethodInfo); DO_APP_FUNC(0x00EFF210, int32_t, ltZyyyCOqCBvCsdArfJhhYuMkHIuA_uCyrisZMMPsIwXuWnKSFsmSSyYuL_10, (MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56630, ltZyyyCOqCBvCsdArfJhhYuMkHIuA_uCyrisZMMPsIwXuWnKSFsmSSyYuL_10__MethodInfo); DO_APP_FUNC(0x00EFF2A0, bool, qlXPRsOLELaMvIYaABRChqDOoeYd_BjtoENHodgmGSnoLUcZiiCgBYiPvA_1, (ControllerType__Enum * param_00009fc3, MethodInfo * method)); DO_APP_FUNC(0x00EFF310, ControllerType__Enum, qlXPRsOLELaMvIYaABRChqDOoeYd_JzkfOWekIiPiQECEzrZBviaNlfPh_1, (MethodInfo * method)); DO_APP_FUNC(0x00EFF370, ControllerType__Enum, qlXPRsOLELaMvIYaABRChqDOoeYd_LUkoYkYyGZJpIUKiaAwIFuXAqamEb_1, (MethodInfo * method)); DO_APP_FUNC(0x00EFF3D0, Type *, qlXPRsOLELaMvIYaABRChqDOoeYd_XBCjYlBEkvCwnvrQFJdZNRBdbIbcb_1, (MethodInfo * method)); DO_APP_FUNC(0x00EFF430, ControllerType__Enum, qlXPRsOLELaMvIYaABRChqDOoeYd_fQAhNNldoShfGKItXqYBOccffulFb_1, (MethodInfo * method)); DO_APP_FUNC(0x00EFF490, void, ydldxpSsOZLZMTNrfDcYRQNMEqkP_bppFrdbgqMNmXADrgtjQeYQUmtawB, (ydldxpSsOZLZMTNrfDcYRQNMEqkP * __this, EdKxELrGeTTkBPBCRbJfXHAozIVk * param_000146f2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C564A0, ydldxpSsOZLZMTNrfDcYRQNMEqkP_bppFrdbgqMNmXADrgtjQeYQUmtawB__MethodInfo); DO_APP_FUNC(0x00EFF490, void, ydldxpSsOZLZMTNrfDcYRQNMEqkP_bppFrdbgqMNmXADrgtjQeYQUmtawB_1, (ydldxpSsOZLZMTNrfDcYRQNMEqkP * __this, EdKxELrGeTTkBPBCRbJfXHAozIVk * param_000146f2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C564F8, ydldxpSsOZLZMTNrfDcYRQNMEqkP_bppFrdbgqMNmXADrgtjQeYQUmtawB_1__MethodInfo); DO_APP_FUNC(0x00EFF490, void, ydldxpSsOZLZMTNrfDcYRQNMEqkP_bppFrdbgqMNmXADrgtjQeYQUmtawB_2, (ydldxpSsOZLZMTNrfDcYRQNMEqkP * __this, EdKxELrGeTTkBPBCRbJfXHAozIVk * param_000146f2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C56500, ydldxpSsOZLZMTNrfDcYRQNMEqkP_bppFrdbgqMNmXADrgtjQeYQUmtawB_2__MethodInfo); DO_APP_FUNC(0x00EFF490, void, ydldxpSsOZLZMTNrfDcYRQNMEqkP_bppFrdbgqMNmXADrgtjQeYQUmtawB_3, (ydldxpSsOZLZMTNrfDcYRQNMEqkP * __this, EdKxELrGeTTkBPBCRbJfXHAozIVk * param_000146f2, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C564F0, ydldxpSsOZLZMTNrfDcYRQNMEqkP_bppFrdbgqMNmXADrgtjQeYQUmtawB_3__MethodInfo); DO_APP_FUNC(0x00EFF4E0, Object *, BundledAssetProvider_InternalOp_LoadBundleFromDependecies, (IList_1_System_Object_ * results, MethodInfo * method)); DO_APP_FUNC(0x00EFF740, Object *, Controller_CompoundElement_FKqoMXwksyYwglCiMZjznCnUOvvD_1, (Controller_CompoundElement * __this, int32_t param_00009c80, MethodInfo * method)); DO_APP_FUNC(0x00EFF830, Object *, Controller_CompoundElement_LtyGAmlsKmPsiiPMNTTQGWOJDnuI, (Controller_CompoundElement * __this, int32_t param_00009c81, int32_t * param_00009c82, MethodInfo * method)); DO_APP_FUNC(0x00EFF950, Object *, Controller_Extension_GetController, (Controller_Extension * __this, MethodInfo * method)); DO_APP_FUNC(0x00EFF9F0, Object *, HardwareJoystickTemplateMap_SpecialElementEntry_Rewired_Data_Mapping_IControllerTemplateMapSpecialElement_Internal_GetMapping, (HardwareJoystickTemplateMap_SpecialElementEntry * __this, MethodInfo * method)); DO_APP_FUNC(0x00EFFA70, int32_t, InputAction_CallbackContext_ReadValue_1, (InputAction_CallbackContext * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C92760, InputAction_CallbackContext_ReadValue_1__MethodInfo); DO_APP_FUNC(0x00EFFB60, Quaternion, InputAction_CallbackContext_ReadValue_2, (InputAction_CallbackContext * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA1DE8, InputAction_CallbackContext_ReadValue_2__MethodInfo); DO_APP_FUNC(0x00EFFC60, float, InputAction_CallbackContext_ReadValue_3, (InputAction_CallbackContext * __this, MethodInfo * method)); DO_APP_FUNC(0x00EFFD50, Vector2, InputAction_CallbackContext_ReadValue_4, (InputAction_CallbackContext * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C95780, InputAction_CallbackContext_ReadValue_4__MethodInfo); DO_APP_FUNC(0x00EFFE70, Vector3, InputAction_CallbackContext_ReadValue_5, (InputAction_CallbackContext * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CA3DC0, InputAction_CallbackContext_ReadValue_5__MethodInfo); DO_APP_FUNC(0x00EFFF90, InputActionRebindingExtensions_RebindingOperation *, InputActionRebindingExtensions_RebindingOperation_WithExpectedControlType_2, (InputActionRebindingExtensions_RebindingOperation * __this, MethodInfo * method)); DO_APP_FUNC(0x00F00010, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_BindingSyntax_WithInteraction_1, (InputActionSetupExtensions_BindingSyntax * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC0A0, InputActionSetupExtensions_BindingSyntax_WithInteraction_1__MethodInfo); DO_APP_FUNC(0x00F00270, InputActionSetupExtensions_BindingSyntax, InputActionSetupExtensions_BindingSyntax_WithProcessor_1, (InputActionSetupExtensions_BindingSyntax * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC0B0, InputActionSetupExtensions_BindingSyntax_WithProcessor_1__MethodInfo); DO_APP_FUNC(0x00F004D0, String *, InputActionSetupExtensions_ControlSchemeSyntax_DeviceTypeToControlPath, (InputActionSetupExtensions_ControlSchemeSyntax * __this, MethodInfo * method)); DO_APP_FUNC(0x00F00650, InputActionSetupExtensions_ControlSchemeSyntax, InputActionSetupExtensions_ControlSchemeSyntax_OrWithOptionalDevice_1, (InputActionSetupExtensions_ControlSchemeSyntax * __this, MethodInfo * method)); DO_APP_FUNC(0x00F006B0, InputActionSetupExtensions_ControlSchemeSyntax, InputActionSetupExtensions_ControlSchemeSyntax_OrWithRequiredDevice_1, (InputActionSetupExtensions_ControlSchemeSyntax * __this, MethodInfo * method)); DO_APP_FUNC(0x00F00710, InputActionSetupExtensions_ControlSchemeSyntax, InputActionSetupExtensions_ControlSchemeSyntax_WithOptionalDevice_1, (InputActionSetupExtensions_ControlSchemeSyntax * __this, MethodInfo * method)); DO_APP_FUNC(0x00F00770, InputActionSetupExtensions_ControlSchemeSyntax, InputActionSetupExtensions_ControlSchemeSyntax_WithRequiredDevice_1, (InputActionSetupExtensions_ControlSchemeSyntax * __this, MethodInfo * method)); DO_APP_FUNC(0x00F007D0, InputControlLayout_Builder *, InputControlLayout_Builder_WithType, (InputControlLayout_Builder * __this, MethodInfo * method)); DO_APP_FUNC(0x00F00880, Object *, InputMapper_Options_ichabkfdhlzsWfhnsmXygQienhiab, (InputMapper_Options * __this, String * param_0000a64a, MethodInfo * method)); DO_APP_FUNC(0x00F009E0, void, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_xvNKKEpAWWwboGaVfSwahpqKBiXt, (InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR * __this, InputMapper_LHIKMCjQdqDNBdfhNEqxmrgcNERkA__Enum param_0000a622, Object * param_0000a623, MethodInfo * method)); DO_APP_FUNC(0x00F00AC0, Expression_1 *, LightCompiler_QuoteVisitor_VisitLambda, (LightCompiler_QuoteVisitor * __this, Expression_1_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x00F00C70, void, NEKNFNnBnMerBGmvtGdFgVoKfnGUA_RifmWctMhNdhIJYvjlOuqmVzJHgX_PKQCbLFovsNQQFCpDkQheCxlMBrQb, (NEKNFNnBnMerBGmvtGdFgVoKfnGUA_RifmWctMhNdhIJYvjlOuqmVzJHgX * __this, MethodInfo * method)); DO_APP_FUNC(0x00F00F50, IList_1_System_Object_ *, NEKNFNnBnMerBGmvtGdFgVoKfnGUA_RifmWctMhNdhIJYvjlOuqmVzJHgX_QiyKOhVVagkMHbNvnJYMYZPXNyCp, (NEKNFNnBnMerBGmvtGdFgVoKfnGUA_RifmWctMhNdhIJYvjlOuqmVzJHgX * __this, MethodInfo * method)); DO_APP_FUNC(0x00F00FB0, void, Player_ControllerHelper_AddController_2, (Player_ControllerHelper * __this, int32_t controllerId, bool removeFromOtherPlayers, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC060, Player_ControllerHelper_AddController_2__MethodInfo); DO_APP_FUNC(0x00F01370, void, Player_ControllerHelper_ClearControllersOfType_1, (Player_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC058, Player_ControllerHelper_ClearControllersOfType_1__MethodInfo); DO_APP_FUNC(0x00F01740, bool, Player_ControllerHelper_ContainsController_2, (Player_ControllerHelper * __this, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC048, Player_ControllerHelper_ContainsController_2__MethodInfo); DO_APP_FUNC(0x00F01A10, bool, Player_ControllerHelper_EgoPSUkCWtdfXdKKqumVwoPtWqJF, (Player_ControllerHelper * __this, ControllerWithAxes * param_0000a7fc, int32_t param_0000a7fd, int32_t param_0000a7fe, ActionElementMap * param_0000a7ff, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * param_0000a800, int32_t param_0000a801, float * param_0000a802, MethodInfo * method)); DO_APP_FUNC(0x00F01D60, bool, Player_ControllerHelper_EkUIXrhWcNgYrPwOwTiMqRDNJWDF, (Player_ControllerHelper * __this, UnknownControllerHat_HatButtons * param_0000a803, int32_t param_0000a804, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * param_0000a805, MethodInfo * method)); DO_APP_FUNC(0x00F01E20, Object *, Player_ControllerHelper_GetController_1, (Player_ControllerHelper * __this, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC(0x00F01F50, IList_1_System_Object_ *, Player_ControllerHelper_GetControllerTemplates, (Player_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00F02010, Object *, Player_ControllerHelper_GetControllerWithTag_1, (Player_ControllerHelper * __this, String * tag, MethodInfo * method)); DO_APP_FUNC(0x00F02140, Controller *, Player_ControllerHelper_GetFirstControllerWithTemplate_2, (Player_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00F02300, Controller *, Player_ControllerHelper_GetLastActiveController_2, (Player_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00F02330, bool, Player_ControllerHelper_MtKjyNIZgIjfpFBsSjcEXWqThpFS, (Player_ControllerHelper * __this, UnknownControllerHat_HatButtons * param_0000a806, int32_t param_0000a807, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * param_0000a808, MethodInfo * method)); DO_APP_FUNC(0x00F024A0, void, Player_ControllerHelper_RemoveController_2, (Player_ControllerHelper * __this, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC028, Player_ControllerHelper_RemoveController_2__MethodInfo); DO_APP_FUNC(0x00F02780, Controller *, Player_ControllerHelper_qOveubmDNlEDlbfVcHZmqLnkLXnq, (Player_ControllerHelper * __this, ControllerType__Enum param_0000a7dd, Func_3_Rewired_Controller_Guid_Boolean_ * param_0000a7de, Guid param_0000a7df, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC010, Player_ControllerHelper_qOveubmDNlEDlbfVcHZmqLnkLXnq__MethodInfo); DO_APP_FUNC(0x00F02A30, Controller *, Player_ControllerHelper_qOveubmDNlEDlbfVcHZmqLnkLXnq_1, (Player_ControllerHelper * __this, ControllerType__Enum param_0000a7dd, Func_3_Rewired_Controller_Object_Boolean_ * param_0000a7de, Object * param_0000a7df, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCC020, Player_ControllerHelper_qOveubmDNlEDlbfVcHZmqLnkLXnq_1__MethodInfo); DO_APP_FUNC(0x00F02CB0, void, Player_ControllerHelper_zgmTShtuMZjevpPPVHquKEyKSmEmA, (Player_ControllerHelper * __this, ControllerType__Enum param_0000a7fa, Action_3_Boolean_Int32_Int32_ * param_0000a7fb, MethodInfo * method)); DO_APP_FUNC(0x00F03510, Object *, PlayerController_CompoundElement_FKqoMXwksyYwglCiMZjznCnUOvvD, (PlayerController_CompoundElement * __this, int32_t param_00009f0e, MethodInfo * method)); DO_APP_FUNC(0x00F03610, Expression_1 *, QuoteInstruction_ExpressionQuoter_VisitLambda, (QuoteInstruction_ExpressionQuoter * __this, Expression_1_System_Object_ * node, MethodInfo * method)); DO_APP_FUNC(0x00F03810, Object *, ReInput_ControllerHelper_GetController_2, (ReInput_ControllerHelper * __this, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBFD0, ReInput_ControllerHelper_GetController_2__MethodInfo); DO_APP_FUNC(0x00F03CF0, IList_1_System_Object_ *, ReInput_ControllerHelper_GetControllerTemplates, (ReInput_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00F03DA0, Object *, ReInput_ControllerHelper_GetLastActiveController_2, (ReInput_ControllerHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00F03E40, int32_t, RenderGraphResourceRegistry_RenderGraphResourcesData_AddNewRenderGraphResource, (RenderGraphResourceRegistry_RenderGraphResourcesData * __this, Object * * outRes, bool pooledResource, MethodInfo * method)); DO_APP_FUNC(0x00F04160, TempListPool_TList_1_Rewired_ControllerTemplateElementTarget_ *, TempListPool_PjDAHtdxqqebxCpLhOqfFcxXTcRR_WmwbBYvcMgWNiAkYmGokAOzlhKHxA, (List_1_Rewired_ControllerTemplateElementTarget_ * param_0000c066, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBF90, TempListPool_PjDAHtdxqqebxCpLhOqfFcxXTcRR_WmwbBYvcMgWNiAkYmGokAOzlhKHxA__MethodInfo); DO_APP_FUNC(0x00F04540, TempListPool_TList_1_System_Int32Enum_ *, TempListPool_PjDAHtdxqqebxCpLhOqfFcxXTcRR_WmwbBYvcMgWNiAkYmGokAOzlhKHxA_1, (List_1_System_Int32Enum_ * param_0000c066, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBF70, TempListPool_PjDAHtdxqqebxCpLhOqfFcxXTcRR_WmwbBYvcMgWNiAkYmGokAOzlhKHxA_1__MethodInfo); DO_APP_FUNC(0x00F04920, TempListPool_TList_1_System_Object_ *, TempListPool_PjDAHtdxqqebxCpLhOqfFcxXTcRR_WmwbBYvcMgWNiAkYmGokAOzlhKHxA_2, (List_1_System_Object_ * param_0000c066, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBF78, TempListPool_PjDAHtdxqqebxCpLhOqfFcxXTcRR_WmwbBYvcMgWNiAkYmGokAOzlhKHxA_2__MethodInfo); DO_APP_FUNC(0x00F04D00, void, TempListPool_PjDAHtdxqqebxCpLhOqfFcxXTcRR_pKIANUGrvBNRltFXCoehFBlmVRUyA, (TempListPool_TList_1_Rewired_ControllerTemplateElementTarget_ * param_0000c067, MethodInfo * method)); DO_APP_FUNC(0x00F04F50, void, TempListPool_PjDAHtdxqqebxCpLhOqfFcxXTcRR_pKIANUGrvBNRltFXCoehFBlmVRUyA_1, (TempListPool_TList_1_System_Int32Enum_ * param_0000c067, MethodInfo * method)); DO_APP_FUNC(0x00F051A0, void, TempListPool_PjDAHtdxqqebxCpLhOqfFcxXTcRR_pKIANUGrvBNRltFXCoehFBlmVRUyA_2, (TempListPool_TList_1_System_Object_ * param_0000c067, MethodInfo * method)); DO_APP_FUNC(0x00F053F0, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_NGtTjQgYbQdvKgaaxDirujApcpoO, (String * param_0000b81b, IList_1_System_Object_ * param_0000b81c, IList_1_System_Object_ * param_0000b81d, IList_1_System_Object_ * param_0000b81e, bool param_0000b81f, List_1_Rewired_Data_UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK_ * param_0000b820, Func_2_Object_Int32_ * param_0000b821, Func_2_Object_String_ * param_0000b822, Func_3_Object_System_Collections_Generic_IList_1_Int32_ * param_0000b823, Func_2_Rewired_Data_UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_gNYjUIktDXRZjAojpQIrHCBFyQwH_1_Object_ * param_0000b824, MethodInfo * method)); DO_APP_FUNC(0x00F05E40, void, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_mgaeNlBrOrbQfQxfnbzpJqktZmPVA, (IList_1_System_Object_ * param_0000b817, IList_1_System_Object_ * param_0000b818, IList_1_System_Object_ * param_0000b819, Func_3_Object_System_Collections_Generic_IList_1_Int32_ * param_0000b81a, MethodInfo * method)); DO_APP_FUNC(0x00F06240, void, WebRtcPreprocessingPipeline_RnnoisePreprocessor_Bind, (WebRtcPreprocessingPipeline_RnnoisePreprocessor * __this, Func_2_Dissonance_Config_VoiceSettings_Boolean_ * getValue, String * propertyName, Action_1_Boolean_ * setValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5ED70, WebRtcPreprocessingPipeline_RnnoisePreprocessor_Bind__MethodInfo); DO_APP_FUNC(0x00F06520, void, WebRtcPreprocessingPipeline_RnnoisePreprocessor_Bind_1, (WebRtcPreprocessingPipeline_RnnoisePreprocessor * __this, Func_2_Dissonance_Config_VoiceSettings_Object_ * getValue, String * propertyName, Action_1_Object_ * setValue, MethodInfo * method)); DO_APP_FUNC(0x00F06800, void, WebRtcPreprocessingPipeline_RnnoisePreprocessor_Bind_2, (WebRtcPreprocessingPipeline_RnnoisePreprocessor * __this, Func_2_Dissonance_Config_VoiceSettings_Single_ * getValue, String * propertyName, Action_1_Single_ * setValue, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03C5ED78, WebRtcPreprocessingPipeline_RnnoisePreprocessor_Bind_2__MethodInfo); DO_APP_FUNC(0x00F06AE0, void, WebRtcPreprocessingPipeline_WebRtcPreprocessor_Bind, (WebRtcPreprocessingPipeline_WebRtcPreprocessor * __this, Func_2_Dissonance_Config_VoiceSettings_Int32Enum_ * getValue, String * propertyName, Action_1_Int32Enum_ * setValue, MethodInfo * method)); DO_APP_FUNC(0x00F06DC0, void, WebRtcPreprocessingPipeline_WebRtcPreprocessor_Bind_1, (WebRtcPreprocessingPipeline_WebRtcPreprocessor * __this, Func_2_Dissonance_Config_VoiceSettings_Object_ * getValue, String * propertyName, Action_1_Object_ * setValue, MethodInfo * method)); DO_APP_FUNC(0x00F070A0, void, WetDecalRenderer_DecalBatch_EnsureArrayCapacity, (Matrix4x4__Array * * array, int32_t count, int32_t maxGrowth, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2FA8, WetDecalRenderer_DecalBatch_EnsureArrayCapacity__MethodInfo); DO_APP_FUNC(0x00F07220, void, WetDecalRenderer_DecalBatch_EnsureArrayCapacity_1, (Object__Array * * array, int32_t count, int32_t maxGrowth, MethodInfo * method)); DO_APP_FUNC(0x00F073A0, void, WetDecalRenderer_DecalBatch_EnsureArrayCapacity_2, (Single__Array * * array, int32_t count, int32_t maxGrowth, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2F98, WetDecalRenderer_DecalBatch_EnsureArrayCapacity_2__MethodInfo); DO_APP_FUNC(0x00F07520, void, WetDecalRenderer_DecalBatch_EnsureArrayCapacity_3, (Vector4__Array * * array, int32_t count, int32_t maxGrowth, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CC2F88, WetDecalRenderer_DecalBatch_EnsureArrayCapacity_3__MethodInfo); DO_APP_FUNC(0x00F076A0, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_ESHersLUOAHgbZGzLxNHTWiFIRvE, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000a969, bool param_0000a96a, bool param_0000a96b, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * param_0000a96c, MethodInfo * method)); DO_APP_FUNC(0x00F07820, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_ESHersLUOAHgbZGzLxNHTWiFIRvE_1, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum param_0000a95c, int32_t param_0000a95d, Object * param_0000a95e, bool param_0000a95f, bool param_0000a960, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * param_0000a961, MethodInfo * method)); DO_APP_FUNC(0x00F079D0, IEnumerable_1_Rewired_ElementAssignmentConflictInfo_ *, Player_ControllerHelper_ConflictCheckingHelper_ESHersLUOAHgbZGzLxNHTWiFIRvE_2, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum param_0000a962, int32_t param_0000a963, Object * param_0000a964, ActionElementMap * param_0000a965, bool param_0000a966, bool param_0000a967, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * param_0000a968, MethodInfo * method)); DO_APP_FUNC(0x00F07BD0, int32_t, Player_ControllerHelper_ConflictCheckingHelper_ZMFxMkYOKynCHMoufJmNhVlvkQFH, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000a97a, bool param_0000a97b, bool param_0000a97c, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * param_0000a97d, MethodInfo * method)); DO_APP_FUNC(0x00F07E60, int32_t, Player_ControllerHelper_ConflictCheckingHelper_ZMFxMkYOKynCHMoufJmNhVlvkQFH_1, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum param_0000a96d, int32_t param_0000a96e, Object * param_0000a96f, bool param_0000a970, bool param_0000a971, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * param_0000a972, MethodInfo * method)); DO_APP_FUNC(0x00F08020, int32_t, Player_ControllerHelper_ConflictCheckingHelper_ZMFxMkYOKynCHMoufJmNhVlvkQFH_2, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum param_0000a973, int32_t param_0000a974, Object * param_0000a975, ActionElementMap * param_0000a976, bool param_0000a977, bool param_0000a978, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * param_0000a979, MethodInfo * method)); DO_APP_FUNC(0x00F081E0, int32_t, Player_ControllerHelper_ConflictCheckingHelper_ZkpNxxqhMVJGhJxKimpPuFZEhsRh, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000a98d, bool param_0000a98e, bool param_0000a98f, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * param_0000a990, List_1_Rewired_ActionElementMap_ * param_0000a991, MethodInfo * method)); DO_APP_FUNC(0x00F084B0, int32_t, Player_ControllerHelper_ConflictCheckingHelper_ZkpNxxqhMVJGhJxKimpPuFZEhsRh_1, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum param_0000a97e, int32_t param_0000a97f, Object * param_0000a980, bool param_0000a981, bool param_0000a982, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * param_0000a983, List_1_Rewired_ActionElementMap_ * param_0000a984, MethodInfo * method)); DO_APP_FUNC(0x00F08690, int32_t, Player_ControllerHelper_ConflictCheckingHelper_ZkpNxxqhMVJGhJxKimpPuFZEhsRh_2, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum param_0000a985, int32_t param_0000a986, Object * param_0000a987, ActionElementMap * param_0000a988, bool param_0000a989, bool param_0000a98a, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * param_0000a98b, List_1_Rewired_ActionElementMap_ * param_0000a98c, MethodInfo * method)); DO_APP_FUNC(0x00F08890, bool, Player_ControllerHelper_ConflictCheckingHelper_yTOqqNNzfzHMUpDJOskdeCIXDDBc, (Player_ControllerHelper_ConflictCheckingHelper * __this, ElementAssignmentConflictCheck param_0000a958, bool param_0000a959, bool param_0000a95a, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * param_0000a95b, MethodInfo * method)); DO_APP_FUNC(0x00F08AF0, bool, Player_ControllerHelper_ConflictCheckingHelper_yTOqqNNzfzHMUpDJOskdeCIXDDBc_1, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum param_0000a94b, int32_t param_0000a94c, Object * param_0000a94d, bool param_0000a94e, bool param_0000a94f, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * param_0000a950, MethodInfo * method)); DO_APP_FUNC(0x00F08C90, bool, Player_ControllerHelper_ConflictCheckingHelper_yTOqqNNzfzHMUpDJOskdeCIXDDBc_2, (Player_ControllerHelper_ConflictCheckingHelper * __this, ControllerType__Enum param_0000a951, int32_t param_0000a952, Object * param_0000a953, ActionElementMap * param_0000a954, bool param_0000a955, bool param_0000a956, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_System_Object_ * param_0000a957, MethodInfo * method)); DO_APP_FUNC(0x00F08E40, void, Player_ControllerHelper_MapHelper_AddEmptyMap_2, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, int32_t categoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x00F08F20, void, Player_ControllerHelper_MapHelper_AddEmptyMap_3, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, String * categoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x00F09000, void, Player_ControllerHelper_MapHelper_AddMap_4, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, ControllerMap * map, MethodInfo * method)); DO_APP_FUNC(0x00F090D0, void, Player_ControllerHelper_MapHelper_AddMap_5, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, ControllerMap * map, bool startEnabled, MethodInfo * method)); DO_APP_FUNC(0x00F091B0, bool, Player_ControllerHelper_MapHelper_AddMapFromJson_1, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, String * jsonString, MethodInfo * method)); DO_APP_FUNC(0x00F09280, bool, Player_ControllerHelper_MapHelper_AddMapFromXml_1, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, String * xmlString, MethodInfo * method)); DO_APP_FUNC(0x00F09350, int32_t, Player_ControllerHelper_MapHelper_AddMapsFromJson_1, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, List_1_System_String_ * jsonStrings, MethodInfo * method)); DO_APP_FUNC(0x00F094C0, int32_t, Player_ControllerHelper_MapHelper_AddMapsFromXml_1, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, List_1_System_String_ * xmlStrings, MethodInfo * method)); DO_APP_FUNC(0x00F09630, IEnumerable_1_System_Object_ *, Player_ControllerHelper_MapHelper_BHtfIuvodFhGZtZujPiDInpqdmOKA_1, (Player_ControllerHelper_MapHelper * __this, int32_t param_0000ad10, int32_t param_0000ad11, MethodInfo * method)); DO_APP_FUNC(0x00F09710, void, Player_ControllerHelper_MapHelper_ClearMaps_1, (Player_ControllerHelper_MapHelper * __this, bool userAssignableOnly, MethodInfo * method)); DO_APP_FUNC(0x00F097E0, void, Player_ControllerHelper_MapHelper_ClearMapsForController_3, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, bool userAssignableOnly, MethodInfo * method)); DO_APP_FUNC(0x00F098B0, void, Player_ControllerHelper_MapHelper_ClearMapsForController_4, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, int32_t categoryId, bool userAssignableOnly, MethodInfo * method)); DO_APP_FUNC(0x00F09990, void, Player_ControllerHelper_MapHelper_ClearMapsForController_5, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, String * categoryName, bool userAssignableOnly, MethodInfo * method)); DO_APP_FUNC(0x00F09A90, void, Player_ControllerHelper_MapHelper_ClearMapsForControllerInLayout_2, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, int32_t layoutId, bool userAssignableOnly, MethodInfo * method)); DO_APP_FUNC(0x00F09B70, void, Player_ControllerHelper_MapHelper_ClearMapsForControllerInLayout_3, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, String * layoutName, bool userAssignableOnly, MethodInfo * method)); DO_APP_FUNC(0x00F09CA0, void, Player_ControllerHelper_MapHelper_ClearMapsInCategory_6, (Player_ControllerHelper_MapHelper * __this, int32_t categoryId, bool userAssignableOnly, MethodInfo * method)); DO_APP_FUNC(0x00F09D70, void, Player_ControllerHelper_MapHelper_ClearMapsInCategory_7, (Player_ControllerHelper_MapHelper * __this, String * categoryName, bool userAssignableOnly, MethodInfo * method)); DO_APP_FUNC(0x00F09E70, void, Player_ControllerHelper_MapHelper_ClearMapsInCategory_8, (Player_ControllerHelper_MapHelper * __this, int32_t categoryId, int32_t layoutId, bool userAssignableOnly, MethodInfo * method)); DO_APP_FUNC(0x00F09F50, void, Player_ControllerHelper_MapHelper_ClearMapsInCategory_9, (Player_ControllerHelper_MapHelper * __this, String * categoryName, String * layoutName, bool userAssignableOnly, MethodInfo * method)); DO_APP_FUNC(0x00F0A0C0, void, Player_ControllerHelper_MapHelper_ClearMapsInLayout_2, (Player_ControllerHelper_MapHelper * __this, int32_t layoutId, bool userAssignableOnly, MethodInfo * method)); DO_APP_FUNC(0x00F0A190, void, Player_ControllerHelper_MapHelper_ClearMapsInLayout_3, (Player_ControllerHelper_MapHelper * __this, String * layoutName, bool userAssignableOnly, MethodInfo * method)); DO_APP_FUNC(0x00F0A2B0, Object__Array *, Player_ControllerHelper_MapHelper_FUgEnclzXAGcXsWITFGsCWIBkJZj_1, (Player_ControllerHelper_MapHelper * __this, bool param_0000acfe, MethodInfo * method)); DO_APP_FUNC(0x00F0A560, Object__Array *, Player_ControllerHelper_MapHelper_FhooecyqXQNleCVednVdCmzxAxwiA_1, (Player_ControllerHelper_MapHelper * __this, int32_t param_0000acfa, bool param_0000acfb, MethodInfo * method)); DO_APP_FUNC(0x00F0A8D0, Object__Array *, Player_ControllerHelper_MapHelper_GetAllMapSaveData_2, (Player_ControllerHelper_MapHelper * __this, bool userAssignableMapsOnly, MethodInfo * method)); DO_APP_FUNC(0x00E43AB0, IEnumerable_1_System_Object_ *, Player_ControllerHelper_MapHelper_GetAllMaps_4, (Player_ControllerHelper_MapHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00F0A9A0, int32_t, Player_ControllerHelper_MapHelper_GetAllMaps_5, (Player_ControllerHelper_MapHelper * __this, List_1_System_Object_ * results, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBCE0, Player_ControllerHelper_MapHelper_GetAllMaps_5__MethodInfo); DO_APP_FUNC(0x00F0AE50, IEnumerable_1_System_Object_ *, Player_ControllerHelper_MapHelper_GetAllMapsInCategory_8, (Player_ControllerHelper_MapHelper * __this, int32_t categoryId, MethodInfo * method)); DO_APP_FUNC(0x00F0AF20, IEnumerable_1_System_Object_ *, Player_ControllerHelper_MapHelper_GetAllMapsInCategory_9, (Player_ControllerHelper_MapHelper * __this, String * categoryName, MethodInfo * method)); DO_APP_FUNC(0x00F0B050, int32_t, Player_ControllerHelper_MapHelper_GetAllMapsInCategory_10, (Player_ControllerHelper_MapHelper * __this, int32_t categoryId, List_1_System_Object_ * results, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBD00, Player_ControllerHelper_MapHelper_GetAllMapsInCategory_10__MethodInfo); DO_APP_FUNC(0x00F0B550, int32_t, Player_ControllerHelper_MapHelper_GetAllMapsInCategory_11, (Player_ControllerHelper_MapHelper * __this, String * categoryName, List_1_System_Object_ * results, MethodInfo * method)); DO_APP_FUNC(0x00F0B650, Object *, Player_ControllerHelper_MapHelper_GetFirstMapInCategory_4, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, int32_t categoryId, MethodInfo * method)); DO_APP_FUNC(0x00F0B780, Object *, Player_ControllerHelper_MapHelper_GetFirstMapInCategory_5, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, String * categoryName, MethodInfo * method)); DO_APP_FUNC(0x00F0B880, Object *, Player_ControllerHelper_MapHelper_GetMap_7, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, int32_t mapId, MethodInfo * method)); DO_APP_FUNC(0x00F0B9B0, Object *, Player_ControllerHelper_MapHelper_GetMap_8, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, int32_t categoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x00F0BAF0, Object *, Player_ControllerHelper_MapHelper_GetMap_9, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, String * categoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x00F0BC20, Object__Array *, Player_ControllerHelper_MapHelper_GetMapSaveData_1, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, bool userAssignableMapsOnly, MethodInfo * method)); DO_APP_FUNC(0x00F0BCF0, IList_1_System_Object_ *, Player_ControllerHelper_MapHelper_GetMaps_2, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, MethodInfo * method)); DO_APP_FUNC(0x00F0BDC0, IEnumerable_1_System_Object_ *, Player_ControllerHelper_MapHelper_GetMapsInCategory_8, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, int32_t categoryId, MethodInfo * method)); DO_APP_FUNC(0x00F0BE90, IEnumerable_1_System_Object_ *, Player_ControllerHelper_MapHelper_GetMapsInCategory_9, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, String * categoryName, MethodInfo * method)); DO_APP_FUNC(0x00F0BFB0, int32_t, Player_ControllerHelper_MapHelper_GetMapsInCategory_10, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, int32_t categoryId, List_1_System_Object_ * results, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x03CCBBC8, Player_ControllerHelper_MapHelper_GetMapsInCategory_10__MethodInfo); DO_APP_FUNC(0x00F0C1C0, int32_t, Player_ControllerHelper_MapHelper_GetMapsInCategory_11, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, String * categoryName, List_1_System_Object_ * results, MethodInfo * method)); DO_APP_FUNC(0x00F0C2F0, void, Player_ControllerHelper_MapHelper_LoadMap_4, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, int32_t categoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x00F0C2F0, void, Player_ControllerHelper_MapHelper_LoadMap_5, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, String * categoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x00F0C320, void, Player_ControllerHelper_MapHelper_LoadMap_6, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, int32_t categoryId, int32_t layoutId, bool startEnabled, MethodInfo * method)); DO_APP_FUNC(0x00F0C320, void, Player_ControllerHelper_MapHelper_LoadMap_7, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, String * categoryName, String * layoutName, bool startEnabled, MethodInfo * method)); DO_APP_FUNC(0x00F0C360, void, Player_ControllerHelper_MapHelper_RemoveMap_3, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, int32_t mapId, MethodInfo * method)); DO_APP_FUNC(0x00F0C430, void, Player_ControllerHelper_MapHelper_RemoveMap_4, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, int32_t categoryId, int32_t layoutId, MethodInfo * method)); DO_APP_FUNC(0x00F0C510, void, Player_ControllerHelper_MapHelper_RemoveMap_5, (Player_ControllerHelper_MapHelper * __this, int32_t controllerId, String * categoryName, String * layoutName, MethodInfo * method)); DO_APP_FUNC(0x00F0C5F0, IList_1_System_Object_ *, Player_ControllerHelper_MapHelper_bAUBNMTMwtYsjwnlutOnCKKVkIgf_2, (Player_ControllerHelper_MapHelper * __this, Controller * param_0000ac7c, MethodInfo * method)); DO_APP_FUNC(0x00F0C730, IList_1_System_Object_ *, Player_ControllerHelper_MapHelper_bAUBNMTMwtYsjwnlutOnCKKVkIgf_3, (Player_ControllerHelper_MapHelper * __this, int32_t param_0000ac7b, MethodInfo * method)); DO_APP_FUNC(0x00F0C830, Player_ControllerHelper_fsFeIeGDhTZoJrGbaYxAfXlTfeQO *, Player_ControllerHelper_MapHelper_caZkXGUNiPzlKhDJMWgjidPkvpHf, (Player_ControllerHelper_MapHelper * __this, MethodInfo * method)); DO_APP_FUNC(0x00F0C880, void, Player_ControllerHelper_MapHelper_uICeDyIZlbdfloeAyQHjAnrjoOXhb_2, (Player_ControllerHelper_MapHelper * __this, int32_t param_0000a9f9, int32_t param_0000a9fa, int32_t param_0000a9fb, BoolOption__Enum param_0000a9fc, MethodInfo * method)); DO_APP_FUNC(0x00F0C960, void, Player_ControllerHelper_MapHelper_uICeDyIZlbdfloeAyQHjAnrjoOXhb_3, (Player_ControllerHelper_MapHelper * __this, int32_t param_0000a9fd, String * param_0000a9fe, String * param_0000a9ff, BoolOption__Enum param_0000aa00, MethodInfo * method)); DO_APP_FUNC_METHODINFO(0x0387D7B8, HashSetPool_1_T_c_T____cctor_b__4_0__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C534C0, EventBase_1_PointerMoveEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C534D0, PointerEventBase_1_PointerMoveEvent__get_pointerId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53518, Pool_1_Dissonance_ChannelProperties__Put__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53538, Pool_1_Dissonance_ChannelProperties__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53568, Pool_1_Dissonance_ChannelProperties___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53640, List_1_System_Text_StringBuilder__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53648, List_1_System_Text_StringBuilder___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53650, List_1_System_Text_StringBuilder__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53658, List_1_System_Text_StringBuilder__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53660, List_1_System_Text_StringBuilder__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53668, HashSet_1_UnityEngine_Object__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53670, HashSet_1_UnityEngine_Object___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53680, HashSet_1_T_Enumerator_UnityEngine_Object__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53688, HashSet_1_T_Enumerator_UnityEngine_Object__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53690, HashSet_1_UnityEngine_Object__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53698, HashSet_1_UnityEngine_Object__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C536A0, HashSet_1_UnityEngine_Object__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C536A8, HashSet_1_T_Enumerator_UnityEngine_Object__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C536B0, List_1_UnityEngine_Rendering_PostProcessing_PostProcessEffectSettings__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C536B8, List_1_UnityEngine_Rendering_PostProcessing_PostProcessEffectSettings__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C536C0, Object_1_Instantiate_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C536C8, ScriptableObject_CreateInstance_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C536D0, List_1_T_Enumerator_UnityEngine_Rendering_PostProcessing_PostProcessEffectSettings__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C536D8, List_1_T_Enumerator_UnityEngine_Rendering_PostProcessing_PostProcessEffectSettings__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C536E0, List_1_UnityEngine_Rendering_PostProcessing_PostProcessVolume___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C536F8, List_1_T_Enumerator_UnityEngine_Rendering_PostProcessing_PostProcessEffectSettings__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53700, Dictionary_2_Cinemachine_CinemachineBrain_UnityEngine_Rendering_PostProcessing_PostProcessLayer___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53728, ParameterOverride_1_VignetteMode__op_Implicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53738, Dictionary_2_TKey_TValue_Enumerator_Cinemachine_CinemachineBrain_UnityEngine_Rendering_PostProcessing_PostProcessLayer__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53740, Dictionary_2_TKey_TValue_Enumerator_Cinemachine_CinemachineBrain_UnityEngine_Rendering_PostProcessing_PostProcessLayer__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53750, KeyValuePair_2_Cinemachine_CinemachineBrain_UnityEngine_Rendering_PostProcessing_PostProcessLayer__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53758, Dictionary_2_Cinemachine_CinemachineBrain_UnityEngine_Rendering_PostProcessing_PostProcessLayer__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53760, ParameterOverride_1_VignetteMode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53768, Dictionary_2_Cinemachine_CinemachineBrain_UnityEngine_Rendering_PostProcessing_PostProcessLayer__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53770, Component_TryGetComponent_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53778, Dictionary_2_Cinemachine_CinemachineBrain_UnityEngine_Rendering_PostProcessing_PostProcessLayer__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53780, Dictionary_2_Cinemachine_CinemachineBrain_UnityEngine_Rendering_PostProcessing_PostProcessLayer__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53788, Dictionary_2_Cinemachine_CinemachineBrain_UnityEngine_Rendering_PostProcessing_PostProcessLayer__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53790, List_1_UnityEngine_Rendering_PostProcessing_PostProcessVolume__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C537A0, PostProcessEffectRenderer_1_Vignette__get_settings__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C537B0, GameObject_AddComponent_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C537B8, GameObject_GetComponents_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C537C0, List_1_UnityEngine_Rendering_PostProcessing_PostProcessVolume__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C537C8, PostProcessEffectRenderer_1_Vignette___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C537D0, List_1_UnityEngine_Rendering_PostProcessing_PostProcessVolume__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C537D8, List_1_UnityEngine_Rendering_PostProcessing_PostProcessVolume__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53808, CinemachineExtension_GetExtraState_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53810, PostProcessEffectRenderer_1_ScreenSpaceReflections___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53818, List_1_Cinemachine_PostFX_CinemachinePostProcessing_VcamExtraState__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53830, CinemachineExtension_GetAllExtraStates_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53840, List_1_Cinemachine_PostFX_CinemachinePostProcessing_VcamExtraState__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53848, List_1_UnityEngine_Rendering_PostProcessing_PostProcessEffectSettings__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53860, List_1_List_1_Cinemachine_ClipperLib_IntPoint__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C538A0, ParameterOverride_1_ScreenSpaceReflectionPreset___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C538A8, ParameterOverride_1_ScreenSpaceReflectionResolution___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C538C0, PostProcessEffectRenderer_1_ScreenSpaceReflections__get_settings__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53A50, PostProcessEffectRenderer_1_LensDistortion___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53A58, PostProcessEffectRenderer_1_Grain___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53A60, PostProcessEffectRenderer_1_LensDistortion__get_settings__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53A68, PostProcessEffectRenderer_1_MotionBlur___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53A80, PostProcessEffectRenderer_1_MotionBlur__get_settings__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53A98, PostProcessEffectRenderer_1_Grain__get_settings__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53AB8, PostProcessEffectRenderer_1_ColorGrading___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53AC0, ParameterOverride_1_KernelSize___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53AD8, PostProcessEffectRenderer_1_DepthOfField__get_settings__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53AF8, PostProcessEffectRenderer_1_DepthOfField___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53B80, PostProcessEffectRenderer_1_ColorGrading__get_settings__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53C18, PostProcessEffectRenderer_1_ChromaticAberration___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53C20, PostProcessEffectRenderer_1_Bloom___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53C28, PostProcessEffectRenderer_1_ChromaticAberration__get_settings__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53C60, ParameterOverride_1_GradingMode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53C68, ParameterOverride_1_Tonemapper___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53C98, PostProcessEffectRenderer_1_Bloom__get_settings__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53CC8, PostProcessEffectRenderer_1_AutoExposure___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53CD8, ParameterOverride_1_EyeAdaptation___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53D08, PostProcessEffectRenderer_1_AutoExposure__get_settings__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53D48, PostProcessEffectRenderer_1_AmbientOcclusion__get_settings__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53D78, PostProcessEffectRenderer_1_AmbientOcclusion___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53D90, ParameterOverride_1_AmbientOcclusionMode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53D98, ParameterOverride_1_AmbientOcclusionQuality___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53DC0, List_1_OTOWXECUgLIzgwXfEeXoDsFfLoRQ__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53E58, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_DtqAEEJiDJPjNlUOxJfuxiAZflzJ__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53E60, List_1_T_Enumerator_System_Type__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53E68, List_1_T_Enumerator_System_Type__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53E70, List_1_System_Type__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53E80, List_1_T_Enumerator_System_Type__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53E90, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_DtqAEEJiDJPjNlUOxJfuxiAZflzJ___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53EA0, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_DtqAEEJiDJPjNlUOxJfuxiAZflzJ__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53EA8, Dictionary_2_IpQCkqlgJLyrFpAOyBfUxXQpJsWK_DtqAEEJiDJPjNlUOxJfuxiAZflzJ__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53EB0, List_1_System_Type__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C53EB8, List_1_System_Type__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54030, UpdateLoopDataSet_1_mnnDsnejpZEXCYBwEaOUubxgEUzu_JjBAfNDEcTONUYMfiYbXwYKVVOcAA__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54070, UpdateLoopDataSet_1_mnnDsnejpZEXCYBwEaOUubxgEUzu_JjBAfNDEcTONUYMfiYbXwYKVVOcAA___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54078, UpdateLoopDataSet_1_mnnDsnejpZEXCYBwEaOUubxgEUzu_JjBAfNDEcTONUYMfiYbXwYKVVOcAA__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54098, UpdateLoopDataSet_1_mnnDsnejpZEXCYBwEaOUubxgEUzu_JjBAfNDEcTONUYMfiYbXwYKVVOcAA__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C540A0, UpdateLoopDataSet_1_mnnDsnejpZEXCYBwEaOUubxgEUzu_JjBAfNDEcTONUYMfiYbXwYKVVOcAA__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C540A8, UpdateLoopDataSet_1_mnnDsnejpZEXCYBwEaOUubxgEUzu_JjBAfNDEcTONUYMfiYbXwYKVVOcAA__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C540B0, UpdateLoopDataSet_1_mnnDsnejpZEXCYBwEaOUubxgEUzu_JjBAfNDEcTONUYMfiYbXwYKVVOcAA__SetUpdateLoop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C540B8, UpdateLoopDataSet_1_AJsmGXHTskPzBiTBDSfAEVsAgBQd_ScAUiPDVTJpqftJwGhLKjPCZiivt__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C540C0, UpdateLoopDataSet_1_AJsmGXHTskPzBiTBDSfAEVsAgBQd_ScAUiPDVTJpqftJwGhLKjPCZiivt__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C540C8, Dictionary_2_System_Int32_Dictionary_2_System_Int32_UnityEngine_KeyCode__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C540D0, Dictionary_2_System_Int32_Dictionary_2_System_Int32_UnityEngine_KeyCode__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C540D8, Dictionary_2_System_Int32_UnityEngine_KeyCode__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54110, Dictionary_2_System_Int32_Dictionary_2_System_Int32_UnityEngine_KeyCode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54118, Dictionary_2_System_Int32_UnityEngine_KeyCode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54130, Dictionary_2_System_Int32_Dictionary_2_System_Int32_UnityEngine_KeyCode__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54138, Dictionary_2_System_Int32_UnityEngine_KeyCode__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54140, UpdateLoopDataSet_1_AJsmGXHTskPzBiTBDSfAEVsAgBQd_ScAUiPDVTJpqftJwGhLKjPCZiivt__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54148, UpdateLoopDataSet_1_AJsmGXHTskPzBiTBDSfAEVsAgBQd_ScAUiPDVTJpqftJwGhLKjPCZiivt__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54150, UpdateLoopDataSet_1_AJsmGXHTskPzBiTBDSfAEVsAgBQd_ScAUiPDVTJpqftJwGhLKjPCZiivt__SetUpdateLoop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54160, UpdateLoopDataSet_1_AJsmGXHTskPzBiTBDSfAEVsAgBQd_ScAUiPDVTJpqftJwGhLKjPCZiivt___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54168, UpdateLoopDataSet_1_AJsmGXHTskPzBiTBDSfAEVsAgBQd_ScAUiPDVTJpqftJwGhLKjPCZiivt__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54380, List_1_OTOWXECUgLIzgwXfEeXoDsFfLoRQ__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C543A0, List_1_znMZhiOLtznjGEIVUrVliWSuIivu__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C543A8, List_1_System_String__Find__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C543B0, List_1_OTOWXECUgLIzgwXfEeXoDsFfLoRQ___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C543B8, List_1_OTOWXECUgLIzgwXfEeXoDsFfLoRQ__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C543D0, List_1_znMZhiOLtznjGEIVUrVliWSuIivu__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C543D8, List_1_znMZhiOLtznjGEIVUrVliWSuIivu__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C543E0, Array_Sort_252__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C543F0, List_1_znMZhiOLtznjGEIVUrVliWSuIivu__ForEach__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C543F8, List_1_znMZhiOLtznjGEIVUrVliWSuIivu__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54408, Array_Find_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54468, ReadOnlyCollection_1_znMZhiOLtznjGEIVUrVliWSuIivu___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54498, List_1_znMZhiOLtznjGEIVUrVliWSuIivu___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C544C0, List_1_znMZhiOLtznjGEIVUrVliWSuIivu__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54AC0, Enumerable_SelectMany_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54AE0, Dictionary_2_System_Int32_UnityEngine_Texture2D___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54B80, Dictionary_2_System_Int32_UnityEngine_Texture2D__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54B88, Dictionary_2_System_Int32_UnityEngine_Texture2D__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54BE8, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Shader_UnityEngine_Rendering_PostProcessing_PropertySheet__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54BF0, Dictionary_2_UnityEngine_Shader_UnityEngine_Rendering_PostProcessing_PropertySheet__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54BF8, Dictionary_2_UnityEngine_Shader_UnityEngine_Rendering_PostProcessing_PropertySheet__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54C00, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Shader_UnityEngine_Rendering_PostProcessing_PropertySheet__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54C18, Dictionary_2_UnityEngine_Shader_UnityEngine_Rendering_PostProcessing_PropertySheet__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54C20, Dictionary_2_UnityEngine_Shader_UnityEngine_Rendering_PostProcessing_PropertySheet__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54C40, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Shader_UnityEngine_Rendering_PostProcessing_PropertySheet__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54C48, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Shader_UnityEngine_Rendering_PostProcessing_PropertySheet__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54C60, Dictionary_2_System_Type_UnityEngine_PrimitiveType__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54C68, Dictionary_2_UnityEngine_PrimitiveType_UnityEngine_Mesh___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54C70, Dictionary_2_System_Type_UnityEngine_PrimitiveType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54CA8, Dictionary_2_UnityEngine_Shader_UnityEngine_Rendering_PostProcessing_PropertySheet___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54CB8, Dictionary_2_System_Type_UnityEngine_PrimitiveType__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54CC0, Dictionary_2_UnityEngine_PrimitiveType_UnityEngine_Mesh__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54CC8, Dictionary_2_UnityEngine_PrimitiveType_UnityEngine_Mesh__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54D00, List_1_UnityEngine_Rendering_PostProcessing_PostProcessEffectSettings__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54D08, List_1_UnityEngine_Rendering_PostProcessing_PostProcessEffectSettings__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54D18, List_1_UnityEngine_Rendering_PostProcessing_PostProcessEffectSettings__RemoveAll__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54D50, KeyValuePair_2_System_Int32_List_1_UnityEngine_Rendering_PostProcessing_PostProcessVolume__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54D58, List_1_UnityEngine_Rendering_PostProcessing_PostProcessVolume__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54D60, Dictionary_2_TKey_TValue_Enumerator_System_Int32_List_1_UnityEngine_Rendering_PostProcessing_PostProcessVolume__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54D68, Dictionary_2_System_Int32_List_1_UnityEngine_Rendering_PostProcessing_PostProcessVolume__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54D78, Dictionary_2_TKey_TValue_Enumerator_System_Int32_List_1_UnityEngine_Rendering_PostProcessing_PostProcessVolume__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54D80, Dictionary_2_TKey_TValue_Enumerator_System_Int32_List_1_UnityEngine_Rendering_PostProcessing_PostProcessVolume__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54D88, KeyValuePair_2_System_Int32_List_1_UnityEngine_Rendering_PostProcessing_PostProcessVolume__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54D90, List_1_UnityEngine_Rendering_PostProcessing_PostProcessVolume__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54DA0, Dictionary_2_System_Int32_List_1_UnityEngine_Rendering_PostProcessing_PostProcessVolume__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54DB0, Dictionary_2_System_Type_UnityEngine_Rendering_PostProcessing_PostProcessAttribute__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54DB8, RuntimeUtilities_GetAllTypesDerivedFrom_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54DD0, List_1_T_Enumerator_UnityEngine_Rendering_PostProcessing_PostProcessVolume__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54DE0, List_1_UnityEngine_Rendering_PostProcessing_PostProcessEffectSettings___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54DE8, List_1_UnityEngine_Collider___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54DF8, Dictionary_2_System_Type_UnityEngine_Rendering_PostProcessing_PostProcessAttribute__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54E00, List_1_UnityEngine_Rendering_PostProcessing_PostProcessEffectSettings__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54E18, Dictionary_2_System_Int32_List_1_UnityEngine_Rendering_PostProcessing_PostProcessVolume__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54E28, Component_GetComponents_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54E30, List_1_T_Enumerator_UnityEngine_Rendering_PostProcessing_PostProcessVolume__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54E38, List_1_T_Enumerator_UnityEngine_Rendering_PostProcessing_PostProcessVolume__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54E40, List_1_UnityEngine_Rendering_PostProcessing_PostProcessVolume__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54E48, List_1_UnityEngine_Rendering_PostProcessing_PostProcessEffectRenderer___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54E60, List_1_UnityEngine_Rendering_PostProcessing_PostProcessBundle__Exists__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54E78, PostProcessLayer_GetBundle_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54E98, Dictionary_2_System_Type_UnityEngine_Rendering_PostProcessing_PostProcessAttribute___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54EA0, Dictionary_2_System_Int32_List_1_UnityEngine_Rendering_PostProcessing_PostProcessVolume___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54EC8, PostProcessLayer_RenderEffect_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54ED8, List_1_UnityEngine_Rendering_PostProcessing_PostProcessEffectRenderer__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54EE8, List_1_UnityEngine_Rendering_PostProcessing_PostProcessLayer_SerializedBundleRef__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54EF0, List_1_UnityEngine_Rendering_PostProcessing_PostProcessEffectRenderer__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54EF8, List_1_UnityEngine_Rendering_PostProcessing_PostProcessLayer_SerializedBundleRef__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54F00, List_1_UnityEngine_Rendering_PostProcessing_PostProcessEffectRenderer__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54F40, PostProcessLayer_RenderEffect_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54F48, PostProcessLayer_RenderEffect_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54F50, PostProcessLayer_RenderEffect_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54F58, PostProcessLayer_RenderEffect_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54F60, PostProcessLayer_RenderEffect_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54F68, PostProcessLayer_RenderEffect_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54F70, PostProcessLayer_RenderEffect_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54F78, PostProcessLayer_RenderEffect_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54F80, Dictionary_2_UnityEngine_Rendering_PostProcessing_PostProcessEvent_List_1_UnityEngine_Rendering_PostProcessing_PostProcessLayer_SerializedBundleRef__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54F90, Dictionary_2_System_Type_UnityEngine_Rendering_PostProcessing_PostProcessBundle__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54F98, Dictionary_2_TKey_TValue_Enumerator_System_Type_UnityEngine_Rendering_PostProcessing_PostProcessBundle__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54FA0, Dictionary_2_TKey_TValue_Enumerator_System_Type_UnityEngine_Rendering_PostProcessing_PostProcessBundle__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54FA8, KeyValuePair_2_System_Type_UnityEngine_Rendering_PostProcessing_PostProcessBundle__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54FB0, List_1_UnityEngine_Rendering_PostProcessing_PostProcessEffectRenderer__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54FD8, PostProcessLayer_GetBundle_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54FE0, PostProcessLayer_GetBundle_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54FE8, PostProcessBundle_CastRenderer_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54FF0, PostProcessBundle_CastSettings_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C54FF8, ReadOnlyCollection_1_UnityEngine_Rendering_PostProcessing_ParameterOverride__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55000, ReadOnlyCollection_1_UnityEngine_Rendering_PostProcessing_ParameterOverride__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55008, Dictionary_2_TKey_TValue_Enumerator_System_Type_UnityEngine_Rendering_PostProcessing_PostProcessBundle__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55018, Dictionary_2_System_Type_UnityEngine_Rendering_PostProcessing_PostProcessBundle__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55068, List_1_UnityEngine_Rendering_PostProcessing_PostProcessBundle__Find__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55070, List_1_UnityEngine_Rendering_PostProcessing_PostProcessLayer_SerializedBundleRef__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55078, List_1_UnityEngine_Rendering_PostProcessing_PostProcessBundle__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55088, List_1_UnityEngine_Rendering_PostProcessing_PostProcessLayer_SerializedBundleRef__RemoveAll__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C550C8, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Type_UnityEngine_Rendering_PostProcessing_PostProcessBundle__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C550D8, Dictionary_2_System_Type_UnityEngine_Rendering_PostProcessing_PostProcessBundle__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C550E0, Dictionary_2_System_Type_UnityEngine_Rendering_PostProcessing_PostProcessBundle__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C550E8, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Type_UnityEngine_Rendering_PostProcessing_PostProcessBundle__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C550F0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Type_UnityEngine_Rendering_PostProcessing_PostProcessBundle__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C550F8, Dictionary_2_TKey_TValue_ValueCollection_System_Type_UnityEngine_Rendering_PostProcessing_PostProcessBundle__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55110, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Type_UnityEngine_Rendering_PostProcessing_PostProcessAttribute__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55118, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Type_UnityEngine_Rendering_PostProcessing_PostProcessAttribute__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55120, Dictionary_2_TKey_TValue_KeyCollection_System_Type_UnityEngine_Rendering_PostProcessing_PostProcessAttribute__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55140, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Type_UnityEngine_Rendering_PostProcessing_PostProcessAttribute__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55148, Dictionary_2_System_Type_UnityEngine_Rendering_PostProcessing_PostProcessBundle__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55150, Dictionary_2_UnityEngine_Rendering_PostProcessing_PostProcessEvent_List_1_UnityEngine_Rendering_PostProcessing_PostProcessLayer_SerializedBundleRef__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55158, Dictionary_2_UnityEngine_Rendering_PostProcessing_PostProcessEvent_List_1_UnityEngine_Rendering_PostProcessing_PostProcessLayer_SerializedBundleRef___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55160, Dictionary_2_System_Type_UnityEngine_Rendering_PostProcessing_PostProcessBundle___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55168, Dictionary_2_System_Type_UnityEngine_Rendering_PostProcessing_PostProcessAttribute__get_Keys__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55170, List_1_T_Enumerator_UnityEngine_Rendering_PostProcessing_PostProcessLayer_SerializedBundleRef__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55178, List_1_T_Enumerator_UnityEngine_Rendering_PostProcessing_PostProcessBundle__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55180, List_1_T_Enumerator_UnityEngine_Rendering_PostProcessing_PostProcessBundle__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55188, List_1_T_Enumerator_UnityEngine_Rendering_PostProcessing_PostProcessLayer_SerializedBundleRef__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C551A8, List_1_UnityEngine_Rendering_PostProcessing_PostProcessLayer_SerializedBundleRef__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C551B0, List_1_UnityEngine_Rendering_PostProcessing_PostProcessLayer_SerializedBundleRef__Exists__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C551B8, RuntimeUtilities_CreateIfNull_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C551C0, List_1_T_Enumerator_UnityEngine_Rendering_PostProcessing_PostProcessBundle__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C551C8, List_1_T_Enumerator_UnityEngine_Rendering_PostProcessing_PostProcessLayer_SerializedBundleRef__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C551D0, Enumerable_Select_30__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C551D8, Enumerable_ToList_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C551E0, Enumerable_Where_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55248, RuntimeUtilities_CreateIfNull_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55258, RuntimeUtilities_CreateIfNull_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55268, RuntimeUtilities_CreateIfNull_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55278, RuntimeUtilities_CreateIfNull_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55288, RuntimeUtilities_CreateIfNull_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55298, RuntimeUtilities_CreateIfNull_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55330, Enumerable_Select_31__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55340, Enumerable_ToList_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55350, Dictionary_2_UnityEngine_Rendering_PostProcessing_MonitorType_UnityEngine_Rendering_PostProcessing_Monitor__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55390, List_1_UnityEngine_Rendering_PostProcessing_ParameterOverride__AsReadOnly__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C553A0, ReadOnlyCollection_1_UnityEngine_Rendering_PostProcessing_ParameterOverride__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C553E0, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Rendering_PostProcessing_MonitorType_UnityEngine_Rendering_PostProcessing_Monitor__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C553E8, Dictionary_2_UnityEngine_Rendering_PostProcessing_MonitorType_UnityEngine_Rendering_PostProcessing_Monitor__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C553F8, Dictionary_2_UnityEngine_Rendering_PostProcessing_MonitorType_UnityEngine_Rendering_PostProcessing_Monitor__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55408, Dictionary_2_System_UInt64_List_1_Steamworks_CallResult___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55410, Dictionary_2_System_Int32_List_1_Steamworks_Callback___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55438, RuntimeUtilities_CreateIfNull_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55448, RuntimeUtilities_CreateIfNull_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55450, List_1_Steamworks_Callback___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55468, List_1_Steamworks_CallResult__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55470, List_1_Steamworks_Callback__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55478, Dictionary_2_UnityEngine_Rendering_PostProcessing_MonitorType_UnityEngine_Rendering_PostProcessing_Monitor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55480, KeyValuePair_2_System_UInt64_List_1_Steamworks_CallResult__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55490, KeyValuePair_2_System_Int32_List_1_Steamworks_Callback__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55498, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Rendering_PostProcessing_MonitorType_UnityEngine_Rendering_PostProcessing_Monitor__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C554A0, List_1_Steamworks_Callback__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C554A8, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Rendering_PostProcessing_MonitorType_UnityEngine_Rendering_PostProcessing_Monitor__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C554B0, List_1_Steamworks_CallResult__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C554B8, KeyValuePair_2_UnityEngine_Rendering_PostProcessing_MonitorType_UnityEngine_Rendering_PostProcessing_Monitor__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C554C0, List_1_T_Enumerator_Steamworks_CallResult__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C554C8, RuntimeUtilities_CreateIfNull_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C554D0, Dictionary_2_TKey_TValue_Enumerator_System_Int32_List_1_Steamworks_Callback__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C554D8, RuntimeUtilities_CreateIfNull_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C554E0, List_1_T_Enumerator_Steamworks_Callback__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C554E8, RuntimeUtilities_CreateIfNull_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C554F0, Dictionary_2_TKey_TValue_Enumerator_System_UInt64_List_1_Steamworks_CallResult__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C554F8, Dictionary_2_TKey_TValue_Enumerator_System_UInt64_List_1_Steamworks_CallResult__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55500, ParameterOverride_1_Spline___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55508, Dictionary_2_TKey_TValue_Enumerator_System_Int32_List_1_Steamworks_Callback__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55510, List_1_T_Enumerator_Steamworks_CallResult__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55518, List_1_T_Enumerator_Steamworks_Callback__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55520, ParameterOverride_1_UnityEngine_Texture__Interp__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55528, Dictionary_2_System_UInt64_List_1_Steamworks_CallResult__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55530, Dictionary_2_System_Int32_List_1_Steamworks_Callback__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55538, Dictionary_2_System_UInt64_List_1_Steamworks_CallResult__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55540, Dictionary_2_System_Int32_List_1_Steamworks_Callback__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55548, List_1_T_Enumerator_Steamworks_Callback__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55550, List_1_T_Enumerator_Steamworks_CallResult__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55558, ParameterOverride_1_Spline__SetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55560, List_1_Steamworks_CallResult__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55568, List_1_Steamworks_CallResult__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55570, ParameterOverride_1_Spline__Interp__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55578, Dictionary_2_TKey_TValue_Enumerator_System_Int32_List_1_Steamworks_Callback__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55580, Dictionary_2_TKey_TValue_Enumerator_System_UInt64_List_1_Steamworks_CallResult__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55588, RuntimeUtilities_GetAttribute_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55590, List_1_Steamworks_Callback__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55598, Dictionary_2_System_UInt64_List_1_Steamworks_CallResult__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C555A8, Dictionary_2_System_Int32_List_1_Steamworks_Callback__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C555B0, List_1_Steamworks_Callback__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C555B8, Dictionary_2_System_UInt64_List_1_Steamworks_CallResult__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C555C0, List_1_Steamworks_CallResult__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C555C8, ParameterOverride_1_UnityEngine_Texture___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C555D0, List_1_Steamworks_CallResult___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C555F0, Dictionary_2_System_UInt64_List_1_Steamworks_CallResult__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55600, Dictionary_2_System_Int32_List_1_Steamworks_Callback__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55610, Dictionary_2_System_Int32_List_1_Steamworks_Callback__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55618, List_1_Steamworks_Callback__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55620, List_1_Steamworks_Callback___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55E28, List_1_T_Enumerator_UnityEngine_RenderTexture__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55E30, List_1_T_Enumerator_UnityEngine_RenderTexture__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55E38, List_1_T_Enumerator_UnityEngine_RenderTexture__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55E40, List_1_UnityEngine_RenderTexture__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55E48, List_1_UnityEngine_RenderTexture__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55E58, List_1_UnityEngine_RenderTexture___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55E78, List_1_UnityEngine_RenderTexture__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55E80, List_1_UnityEngine_RenderTexture__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55E88, List_1_UnityEngine_RenderTexture__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55E90, List_1_UnityEngine_RenderTexture__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55E98, List_1_UnityEngine_RenderTexture__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55EA8, Dictionary_2_System_Int32_UnityEngine_RenderTextureFormat__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55EB0, Dictionary_2_System_Int32_UnityEngine_RenderTextureFormat___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55EC0, Dictionary_2_System_Int32_UnityEngine_RenderTextureFormat__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55F30, Component_GetComponent_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55F80, List_1_T_Enumerator_JBooth_MicroSplat_TextureArrayConfig_TextureEntry__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55F88, List_1_JBooth_MicroSplat_TextureArrayConfig_TextureEntry__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55F90, List_1_JBooth_MicroSplat_TextureArrayConfig_TextureEntry__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55FA0, List_1_JBooth_MicroSplat_TextureArrayConfig_PlatformTextureOverride___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55FA8, List_1_JBooth_MicroSplat_TextureArrayConfig_TextureEntry___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55FE8, List_1_JBooth_MicroSplat_MicroSplatTerrain__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55FF0, List_1_JBooth_MicroSplat_MicroSplatTerrain__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C55FF8, List_1_JBooth_MicroSplat_MicroSplatTerrain___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56008, List_1_T_Enumerator_JBooth_MicroSplat_TextureArrayConfig_TextureEntry__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56010, List_1_T_Enumerator_JBooth_MicroSplat_TextureArrayConfig_TextureEntry__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56018, List_1_JBooth_MicroSplat_MicroSplatTerrain__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56068, List_1_JBooth_MicroSplat_MicroSplatTerrain__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56120, MiscTools_Swap_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56230, List_1_GTJWYMCBWUFmGJGFrEFOMdusHKKP__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56270, List_1_GTJWYMCBWUFmGJGFrEFOMdusHKKP___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56288, Enumerable_Select_32__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C562A8, Enumerable_FirstOrDefault_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56488, ObjectInstanceTracker_TryGetInstance_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56510, List_1_xHrRgXbpglyyLcUqeKrUBIwiHmMg___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56528, ObjectInstanceTracker_TryGetInstance_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56540, rULHSySJJYaatQjUGwzXfVaVsuaC_3_eIOeMVETDBCpONALFPUSmkDfCaEg_uOqstchGzYFsOAddzFFaQYYGenBDb_tSPvxZUJjzaTiAEejeAOLKctGpmKA___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56558, List_1_xHrRgXbpglyyLcUqeKrUBIwiHmMg__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56560, ObjectInstanceTracker_TryGetInstance_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56578, ObjectInstanceTracker_Wrapper_1_UgqgZpsHrByltMiEhhgrCiCVCRnaA___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56610, ObjectInstanceTracker_Wrapper_1_JYBTXkVuHseRAPnFWSKHEVXmogBe___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56640, List_1_T_Enumerator_NFikfIAJlwJkNAEmwUGtOYnGGzB__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56648, List_1_T_Enumerator_NFikfIAJlwJkNAEmwUGtOYnGGzB__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56650, List_1_NFikfIAJlwJkNAEmwUGtOYnGGzB__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56668, List_1_T_Enumerator_NFikfIAJlwJkNAEmwUGtOYnGGzB__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56670, Dictionary_2_System_IntPtr_List_1_NFikfIAJlwJkNAEmwUGtOYnGGzB__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56678, List_1_NFikfIAJlwJkNAEmwUGtOYnGGzB__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56680, List_1_NFikfIAJlwJkNAEmwUGtOYnGGzB___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56698, Dictionary_2_System_IntPtr_List_1_NFikfIAJlwJkNAEmwUGtOYnGGzB__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C566A0, Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_List_1_NFikfIAJlwJkNAEmwUGtOYnGGzB__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C566A8, List_1_System_String__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C566B0, Dictionary_2_System_IntPtr_List_1_NFikfIAJlwJkNAEmwUGtOYnGGzB__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C566B8, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_IntPtr_List_1_NFikfIAJlwJkNAEmwUGtOYnGGzB__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C566C0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_IntPtr_List_1_NFikfIAJlwJkNAEmwUGtOYnGGzB__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C566C8, List_1_NFikfIAJlwJkNAEmwUGtOYnGGzB__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C566D0, List_1_NFikfIAJlwJkNAEmwUGtOYnGGzB__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C566D8, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_IntPtr_List_1_NFikfIAJlwJkNAEmwUGtOYnGGzB__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C566E0, Dictionary_2_System_IntPtr_List_1_NFikfIAJlwJkNAEmwUGtOYnGGzB__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C566E8, List_1_NFikfIAJlwJkNAEmwUGtOYnGGzB__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56708, Dictionary_2_System_IntPtr_List_1_NFikfIAJlwJkNAEmwUGtOYnGGzB___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C567C8, List_1_System_Threading_WaitCallback__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C567D0, List_1_System_Threading_WaitCallback__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C567D8, MiscTools_Swap_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C567F0, List_1_System_Threading_WaitCallback__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56808, List_1_System_Threading_WaitCallback___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56838, List_1_System_Threading_WaitCallback__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C568D8, ReadOnlyCollection_1_System_String__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C568E0, ReadOnlyCollection_1_System_String__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C568E8, Dictionary_2_System_String_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C568F0, Dictionary_2_System_String_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C568F8, Dictionary_2_TKey_TValue_Enumerator_System_String_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56908, Dictionary_2_TKey_TValue_Enumerator_System_String_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56918, KeyValuePair_2_System_String_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56920, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56940, Dictionary_2_TKey_TValue_Enumerator_System_String_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C569B0, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphPass__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C569F0, Dictionary_2_System_String_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56A28, Dictionary_2_System_Int32_UnityEngine_Rendering_ProfilingSampler__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56A30, Dictionary_2_System_Int32_UnityEngine_Rendering_ProfilingSampler__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56A90, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphPass__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56AA0, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphPass__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56AB0, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphPass__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56AC0, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphPass__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56AD0, Dictionary_2_TKey_TValue_Enumerator_System_String_List_1_System_UInt16__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56AD8, KeyValuePair_2_System_String_List_1_System_UInt16__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56AF0, Dictionary_2_System_String_List_1_System_UInt16__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56AF8, Dictionary_2_System_UInt16_System_String__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56B08, Dictionary_2_TKey_TValue_Enumerator_System_String_List_1_System_UInt16__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56B18, Dictionary_2_System_String_List_1_System_UInt16__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56B20, Dictionary_2_System_UInt16_System_String__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56B28, Dictionary_2_System_String_List_1_System_UInt16__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56B30, Dictionary_2_System_UInt16_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56B38, Dictionary_2_TKey_TValue_Enumerator_System_String_List_1_System_UInt16__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56B90, ProfilingSampler_Get_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56C48, KeyValuePair_2_System_UInt16_System_String__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56C60, KeyValuePair_2_System_UInt16_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56C98, List_1_System_String__get_Capacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56CB0, List_1_System_String__set_Capacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56CD8, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphPass__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56CE8, List_1_System_String__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56D20, List_1_System_String__IndexOf__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56D68, RenderGraphBuilder_SetRenderFunc_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56D70, RenderGraph_AddRenderPass_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56E08, Enumerable_Select_33__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56E10, Enumerable_Where_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56E78, Dictionary_2_System_String_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56EF0, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56F00, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphPass___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56F30, Dictionary_2_System_Int32_UnityEngine_Rendering_ProfilingSampler___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56F38, Dictionary_2_System_String_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphDebugData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C56F78, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraph__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57000, Channels_2_PlayerChannel_System_String__Open__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57078, Nullable_1_Dissonance_CommActivationMode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57098, Nullable_1_Dissonance_CommActivationMode__GetValueOrDefault__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C570A8, Nullable_1_Dissonance_CommActivationMode__get_HasValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C570D8, Component_GetComponentInParent_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57190, GameObject_GetComponent_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C571A0, Log_Warn_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C571C0, Nullable_1_Dissonance_ChannelPriority___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C571C8, List_1_SplineMesh_ExtrusionSegment_Vertex__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C571D0, ScriptableObject_CreateInstance_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C571D8, List_1_SplineMesh_ExtrusionSegment_Vertex__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C571F0, Dictionary_2_System_String_UnityEngine_Experimental_Rendering_ProbeReferenceVolumeProfile__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C571F8, Dictionary_2_System_String_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57258, Dictionary_2_System_String_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57268, Dictionary_2_System_String_UnityEngine_Bounds__get_Keys__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57278, Dictionary_2_System_String_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__get_Keys__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57288, LocalVoicePlayerState_CreateRemoteChannel_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57290, Dictionary_2_System_String_UnityEngine_Experimental_Rendering_ProbeReferenceVolumeProfile__get_Keys__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C572A8, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_String_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C572B8, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_String_UnityEngine_Experimental_Rendering_ProbeReferenceVolumeProfile__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C572C8, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_String_UnityEngine_Bounds__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C572D8, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_String_UnityEngine_Bounds__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C572E8, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_String_UnityEngine_Bounds__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C572F0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_String_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57308, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_String_UnityEngine_Experimental_Rendering_ProbeReferenceVolumeProfile__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57318, Channels_2_PlayerChannel_System_String__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57340, Dictionary_2_System_String_UnityEngine_Bounds__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57358, Dictionary_2_System_String_System_Boolean__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57370, Dictionary_2_System_String_UnityEngine_Experimental_Rendering_ProbeReferenceVolumeProfile__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57398, Channels_2_PlayerChannel_System_String__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C573A0, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_BakingSet__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C573D0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_String_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C573E0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_String_UnityEngine_Experimental_Rendering_ProbeReferenceVolumeProfile__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C573F0, Dictionary_2_TKey_TValue_KeyCollection_System_String_UnityEngine_Bounds__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57400, Dictionary_2_TKey_TValue_KeyCollection_System_String_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57410, Dictionary_2_TKey_TValue_KeyCollection_System_String_UnityEngine_Experimental_Rendering_ProbeReferenceVolumeProfile__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57458, Dictionary_2_System_String_UnityEngine_Bounds__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57498, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_BakingSet__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C574E8, List_1_SplineMesh_ExtrusionSegment_Vertex___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C574F0, LocalVoicePlayerState_OnChannelClosed_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57510, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_BakingSet__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57518, LocalVoicePlayerState_OnChannelOpened_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57538, Dictionary_2_System_String_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57548, Dictionary_2_System_String_UnityEngine_Experimental_Rendering_ProbeReferenceVolumeProfile__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57558, List_1_T_Enumerator_SplineMesh_MeshVertex__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57560, List_1_T_Enumerator_SplineMesh_MeshVertex__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57570, List_1_SplineMesh_MeshVertex__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57580, Enumerable_Select_34__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57588, List_1_SplineMesh_MeshVertex__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C575A0, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_BakingSet__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C575F8, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_BakingSet__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57600, List_1_T_Enumerator_SplineMesh_MeshVertex__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57608, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_BakingSet__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57620, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_BakingSet__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57660, Dictionary_2_System_String_UnityEngine_Bounds___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57670, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeVolumeState_UnityEngine_Experimental_Rendering_ProbeVolumeAsset__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57698, List_1_UnityEngine_Experimental_Rendering_ProbeVolumeSceneData_BakingSet___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C576A0, List_1_SplineMesh_MeshVertex___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C576B0, List_1_SplineMesh_ExtrusionSegment_Vertex__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57708, List_1_SplineMesh_MeshVertex__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57718, List_1_SplineMesh_ExtrusionSegment_Vertex__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57720, Dictionary_2_System_String_UnityEngine_Experimental_Rendering_ProbeVolumeBakingProcessSettings___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57728, Enumerable_Select_35__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57738, Dictionary_2_System_String_UnityEngine_Experimental_Rendering_ProbeReferenceVolumeProfile___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57740, Enumerable_Select_36__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57758, List_1_T_Enumerator_SplineMesh_ExtrusionSegment_Vertex__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57770, List_1_T_Enumerator_SplineMesh_ExtrusionSegment_Vertex__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57790, List_1_T_Enumerator_SplineMesh_ExtrusionSegment_Vertex__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C577B8, List_1_SplineMesh_TransformedMesh___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C577C0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeState_UnityEngine_Experimental_Rendering_ProbeVolumeAsset__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C577D8, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeVolumeState_UnityEngine_Experimental_Rendering_ProbeVolumeAsset__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C577E0, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeVolumeState_UnityEngine_Experimental_Rendering_ProbeVolumeAsset__get_Keys__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C577E8, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeState_UnityEngine_Experimental_Rendering_ProbeVolumeAsset__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C577F0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeState_UnityEngine_Experimental_Rendering_ProbeVolumeAsset__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C577F8, List_1_System_String__BinarySearch__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57810, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeVolumeState_UnityEngine_Experimental_Rendering_ProbeVolumeAsset__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57818, List_1_SplineMesh_TrackSegment__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57820, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeVolumeState_UnityEngine_Experimental_Rendering_ProbeVolumeAsset___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57840, List_1_SplineMesh_TrackSegment___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57848, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeVolumeState_UnityEngine_Experimental_Rendering_ProbeVolumeAsset__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57850, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeVolumeState_UnityEngine_Experimental_Rendering_ProbeVolumeAsset__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57860, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeState_UnityEngine_Experimental_Rendering_ProbeVolumeAsset__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57870, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeState_UnityEngine_Experimental_Rendering_ProbeVolumeAsset__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57880, Dictionary_2_TKey_TValue_ValueCollection_UnityEngine_Experimental_Rendering_ProbeVolumeState_UnityEngine_Experimental_Rendering_ProbeVolumeAsset__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57888, GameObject_GetComponent_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C578A0, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Experimental_Rendering_ProbeVolumeState_UnityEngine_Experimental_Rendering_ProbeVolumeAsset__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C578C8, Enumerable_Last_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C578D0, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeVolumeState_UnityEngine_Experimental_Rendering_ProbeVolumeAsset__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C578D8, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UnityEngine_Experimental_Rendering_ProbeVolumeState_UnityEngine_Experimental_Rendering_ProbeVolumeAsset__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C578F0, List_1_T_Enumerator_SplineMesh_TransformedMesh__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57900, Enumerable_Except_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57910, List_1_SplineMesh_TrackSegment__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57938, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Cell__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57960, List_1_SplineMesh_TrackSegment__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57970, List_1_SplineMesh_TrackSegment__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57978, CoreUtils_GetLastEnumValue_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57988, List_1_System_String__BinarySearch_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57998, List_1_System_String__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C579B8, List_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Cell___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C579C0, ReadOnlyCollection_1_SplineMesh_CubicBezierCurve__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C579D8, ReadOnlyCollection_1_SplineMesh_CubicBezierCurve__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C579F0, GameObject_GetComponent_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57A08, List_1_SplineMesh_TransformedMesh__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57A18, List_1_SplineMesh_TransformedMesh__IndexOf__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57A20, List_1_SplineMesh_TrackSegment__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57A28, Enumerable_Select_37__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57A30, List_1_T_Enumerator_SplineMesh_TransformedMesh__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57A38, List_1_T_Enumerator_SplineMesh_TransformedMesh__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57A78, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57A88, List_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_CellInstancedDebugProbes__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57A90, List_1_UnityEngine_MaterialPropertyBlock__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57A98, GameObject_GetComponent_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57B10, ReadOnlyCollection_1_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57B18, List_1_UnityEngine_MaterialPropertyBlock__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57B20, List_1_UnityEngine_Matrix4x4__1_Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57B28, List_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_CellInstancedDebugProbes__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57B38, List_1_UnityEngine_MaterialPropertyBlock___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57B40, List_1_UnityEngine_Matrix4x4__1__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57B58, ReadOnlyCollection_1_SplineMesh_CubicBezierCurve__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57B70, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Cell__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57B80, Component_GetComponentInParent_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57BB0, Dictionary_2_System_Int32_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_CellChunkInfo__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57BB8, List_1_SplineMesh_CubicBezierCurve__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57BC8, Dictionary_2_System_Int32_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Cell__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57BD0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Cell__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57BD8, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Cell__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57C00, Component_GetComponent_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57C18, List_1_T_Enumerator_SplineMesh_SplineNode__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57C20, Dictionary_2_System_String_Dissonance_IDissonancePlayer__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57C40, Dictionary_2_System_String_Dissonance_IDissonancePlayer__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57C70, Dictionary_2_System_String_Dissonance_IDissonancePlayer__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57CA8, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_CellInstancedDebugProbes__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57CB0, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_CellInstancedDebugProbes__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57CB8, Dictionary_2_System_String_Dissonance_IDissonancePlayer__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57CC0, List_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_CellInstancedDebugProbes__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57CC8, List_1_UnityEngine_Matrix4x4__1_get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57CD0, Dictionary_2_System_String_Dissonance_IDissonancePlayer___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57CD8, List_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_CellInstancedDebugProbes__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57CE8, List_1_UnityEngine_Matrix4x4__1_get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57D10, ObservableList_1_DebugUI_Widget__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57D18, List_1_T_Enumerator_SplineMesh_SplineNode__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57D20, List_1_T_Enumerator_SplineMesh_SplineNode__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57D28, List_1_Dissonance_VoicePlayerState__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57D30, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_CellInstancedDebugProbes__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57D38, List_1_SplineMesh_SplineNode__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57D40, List_1_Dissonance_VoicePlayerState__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57D90, Dictionary_2_System_String_Dissonance_VoicePlayerState__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57DA0, Dictionary_2_System_String_Dissonance_VoicePlayerState__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57DB0, List_1_SplineMesh_SplineNode__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57DB8, List_1_Dissonance_VoicePlayerState__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57DC8, List_1_SplineMesh_CubicBezierCurve__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57DE0, List_1_SplineMesh_SplineNode__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57DF0, ObservableList_1_DebugUI_Widget__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57DF8, List_1_SplineMesh_CubicBezierCurve__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57E08, ObservableList_1_DebugUI_Widget__Add_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57E30, List_1_SplineMesh_SplineNode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57E38, Dictionary_2_System_String_Dissonance_VoicePlayerState__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57E50, Dictionary_2_System_String_Dissonance_VoicePlayerState__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57E60, List_1_Dissonance_VoicePlayerState__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57EE8, List_1_SplineMesh_CubicBezierCurve___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57F38, List_1_Dissonance_VoicePlayerState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57F60, ReadOnlyCollection_1_Dissonance_VoicePlayerState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57F78, List_1_SplineMesh_SplineNode__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57F80, Dictionary_2_System_String_Dissonance_VoicePlayerState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57F98, Pool_1_Dissonance_Audio_Playback_IVoicePlaybackInternal__Put__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57FA0, List_1_SplineMesh_CubicBezierCurve__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57FD0, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57FD8, List_1_T_Enumerator_SplineMesh_CubicBezierCurve__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C57FF0, List_1_T_Enumerator_SplineMesh_CubicBezierCurve__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58008, List_1_SplineMesh_CubicBezierCurve__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58018, List_1_SplineMesh_CubicBezierCurve__AsReadOnly__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58020, GameObject_GetComponent_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58028, List_1_T_Enumerator_SplineMesh_CubicBezierCurve__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58038, Pool_1_Dissonance_Audio_Playback_IVoicePlaybackInternal__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58068, List_1_SplineMesh_SplineNode__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58078, List_1_SplineMesh_SplineNode__IndexOf__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58090, List_1_UnityEngine_Rendering_DebugUI_Widget__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C580A8, List_1_UnityEngine_Rendering_DebugUI_Widget__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C580C0, List_1_UnityEngine_Rendering_DebugUI_Widget___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C580E0, List_1_SplineMesh_CubicBezierCurve__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C580F8, List_1_SplineMesh_SplineNode__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58118, Pool_1_Dissonance_Audio_Playback_IVoicePlaybackInternal___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C581A8, SubsystemLifecycleManager_3_UnityEngine_XR_ARSubsystems_XRAnchorSubsystem_UnityEngine_XR_ARSubsystems_XRAnchorSubsystemDescriptor_UnityEngine_XR_ARSubsystems_XRAnchorSubsystem_Provider__get_subsystem__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58220, List_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_CellSortInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58230, List_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_CellInstancedDebugProbes___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58240, List_1_SplineMesh_SplineNode__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58298, ListChangedEventArgs_1_SplineNode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C582A0, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C582B8, List_1_SplineMesh_CubicBezierCurve__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C582C0, ScriptableObject_CreateInstance_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C582E0, Dictionary_2_System_Int32_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Cell__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C582E8, Dictionary_2_System_Int32_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_CellChunkInfo__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C582F0, OpenXRFeaturePlugin_1_Microsoft_MixedReality_OpenXR_Remoting_PlayModeRemotingPlugin___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58308, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58310, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Cell_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C583A0, OpenXRFeaturePlugin_1_Microsoft_MixedReality_OpenXR_Remoting_PlayModeRemotingPlugin__OnInstanceDestroy__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C583B0, OpenXRFeaturePlugin_1_Microsoft_MixedReality_OpenXR_Remoting_PlayModeRemotingPlugin__OnSystemChange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C583C8, Dictionary_2_System_Int32_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Cell___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C583D8, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId_List_1_UnityEngine_Experimental_Rendering_ProbeBrickPool_BrickChunkAlloc___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C583F0, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Volume_List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_Brick___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58408, Dictionary_2_System_Int32_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_CellChunkInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58420, Dictionary_2_System_String_UnityEngine_Experimental_Rendering_ProbeVolumeAsset___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58438, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Cell_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C584D0, List_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_CellSortInfo__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C584F8, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Cell__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58508, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Cell__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58510, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Cell__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58520, List_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Cell__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58528, List_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_CellSortInfo__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58530, Dictionary_2_TKey_TValue_ValueCollection_System_String_UnityEngine_Experimental_Rendering_ProbeVolumeAsset__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58548, Dictionary_2_System_String_UnityEngine_Experimental_Rendering_ProbeVolumeAsset__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58558, Dictionary_2_System_String_UnityEngine_Experimental_Rendering_ProbeVolumeAsset__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58570, OpenXRFeaturePlugin_1_Microsoft_MixedReality_OpenXR_Remoting_AppRemotingPlugin___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58598, Dictionary_2_System_String_UnityEngine_Experimental_Rendering_ProbeVolumeAsset__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C585A0, OpenXRFeaturePlugin_1_Microsoft_MixedReality_OpenXR_Remoting_AppRemotingPlugin__OnInstanceDestroy__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C585C0, List_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_CellSortInfo__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C585C8, List_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_CellSortInfo__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C585D0, OpenXRFeaturePlugin_1_Microsoft_MixedReality_OpenXR_Remoting_AppRemotingPlugin__OnSystemChange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C585E8, ReadOnlyCollection_1_Dissonance_VoicePlayerState__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C585F0, List_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_CellSortInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58608, List_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Cell__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58618, List_1_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Cell__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58640, ReadOnlyCollection_1_Dissonance_VoicePlayerState__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58648, Dictionary_2_System_Int32_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_CellChunkInfo__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58650, Dictionary_2_System_Int32_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Cell__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58658, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Cell_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58670, OpenXRSettings_GetFeature_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58688, Component_GetComponent_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58698, Component_TryGetComponent_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C586A0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_String_UnityEngine_Experimental_Rendering_ProbeVolumeAsset__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C586B8, Dictionary_2_System_String_UnityEngine_Experimental_Rendering_ProbeVolumeAsset__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C586C8, Dictionary_2_System_String_UnityEngine_Experimental_Rendering_ProbeVolumeAsset__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C586D8, Dictionary_2_System_String_UnityEngine_Experimental_Rendering_ProbeVolumeAsset__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C586E8, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_String_UnityEngine_Experimental_Rendering_ProbeVolumeAsset__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C586F8, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_String_UnityEngine_Experimental_Rendering_ProbeVolumeAsset__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58700, Dictionary_2_System_Int32_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Cell__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58710, Dictionary_2_System_Int32_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_CellChunkInfo__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58720, Dictionary_2_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Cell_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_RegId__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58740, Dictionary_2_System_Int32_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_CellChunkInfo__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58750, Dictionary_2_System_Int32_UnityEngine_Experimental_Rendering_ProbeReferenceVolume_Cell__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58818, Promise_1_SessionAvailability__CreateResolvedPromise__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58850, ISubsystemPlugin_CreateSubsystem_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58868, ISubsystemPlugin_DestroySubsystem_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58878, List_1_UnityEngine_XR_ARSubsystems_XRSessionSubsystemDescriptor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58908, Dictionary_2_UnityEngine_Vector3Int_List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58918, Dictionary_2_UnityEngine_Vector3Int_List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58928, Component_TryGetComponent_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58940, GameObject_AddComponent_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58980, ISubsystemPlugin_CreateSubsystem_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58998, ISubsystemPlugin_DestroySubsystem_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C589B0, Log_Error_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C589B8, List_1_UnityEngine_XR_ARSubsystems_XRRaycastSubsystemDescriptor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58A20, Dictionary_2_UnityEngine_Vector3Int_List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58A30, Dictionary_2_UnityEngine_Vector3Int_List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58A88, GameObject_TryGetComponent_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58A98, Log_Info_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58AB8, Dictionary_2_UnityEngine_Vector3Int_List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58B18, ISubsystemPlugin_CreateSubsystem_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58B48, ISubsystemPlugin_DestroySubsystem_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58B80, List_1_UnityEngine_XR_ARSubsystems_XRPlaneSubsystemDescriptor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58B88, Channels_2_PlayerChannel_System_String__Refresh__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58C40, GameObject_GetComponent_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58D20, Dictionary_2_UnityEngine_Vector3Int_List_1_UnityEngine_Experimental_Rendering_ProbeBrickIndex_VoxelMeta___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58DB0, ISubsystemPlugin_DestroySubsystem_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58DC8, List_1_UnityEngine_XR_XRMeshSubsystemDescriptor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58E30, ISubsystemPlugin_CreateSubsystem_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58EA8, List_1_T_Enumerator_UnityEngine_XR_XRInputSubsystemDescriptor__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58EC8, List_1_T_Enumerator_UnityEngine_XR_XRInputSubsystemDescriptor__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58ED8, List_1_T_Enumerator_UnityEngine_XR_XRInputSubsystemDescriptor__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58EE0, IntegratedSubsystemDescriptor_1_UnityEngine_XR_XRInputSubsystem__Create__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58EE8, List_1_UnityEngine_XR_XRInputSubsystemDescriptor__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58EF0, List_1_UnityEngine_XR_XRInputSubsystemDescriptor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58F08, SubsystemManager_GetSubsystemDescriptors_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58F88, AsyncTaskMethodBuilder_1_Microsoft_MixedReality_OpenXR_SerializationCompletionReason__AwaitUnsafeOnCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58F90, AsyncTaskMethodBuilder_1_Microsoft_MixedReality_OpenXR_SerializationCompletionReason__SetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58F98, AsyncTaskMethodBuilder_1_Microsoft_MixedReality_OpenXR_SerializationCompletionReason__SetException__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58FB0, AsyncTaskMethodBuilder_1_Microsoft_MixedReality_OpenXR_SerializationCompletionReason__SetStateMachine__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58FC8, AsyncTaskMethodBuilder_1_Microsoft_MixedReality_OpenXR_SerializationCompletionReason__AwaitUnsafeOnCompleted_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C58FF0, AsyncTaskMethodBuilder_1_Microsoft_MixedReality_OpenXR_SerializationCompletionReason__Create__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59000, AsyncTaskMethodBuilder_1_Microsoft_MixedReality_OpenXR_SerializationCompletionReason__Start__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59008, AsyncTaskMethodBuilder_1_Microsoft_MixedReality_OpenXR_SerializationCompletionReason__get_Task__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59020, AsyncTaskMethodBuilder_1_Microsoft_MixedReality_OpenXR_SerializationCompletionReason__Start_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59070, ISubsystemPlugin_CreateSubsystem_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59080, Channels_2_PlayerChannel_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59088, Channels_2_PlayerChannel_System_String__add_ClosedChannel__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59090, ISubsystemPlugin_DestroySubsystem_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59098, Channels_2_PlayerChannel_System_String__add_OpenedChannel__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C590A0, List_1_UnityEngine_XR_ARSubsystems_XRAnchorSubsystemDescriptor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C590C8, Channels_2_PlayerChannel_System_String__Close__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C590F0, Channels_2_PlayerChannel_System_String__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59188, Task_FromResult_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59190, Task_Run_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C591E0, Component_GetComponent_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C591E8, Object_1_FindObjectOfType_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59208, Component_GetComponent_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59258, List_1_UnityEngine_GameObject___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59300, OpenXRFeaturePlugin_1_MotionControllerFeaturePlugin___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59328, OpenXRFeaturePlugin_1_MixedRealityFeaturePlugin__OnInstanceCreate__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59368, OpenXRFeaturePlugin_1_MixedRealityFeaturePlugin__AddSubsystemController__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59370, OpenXRFeaturePlugin_1_MixedRealityFeaturePlugin___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59380, OpenXRFeaturePlugin_1_HandTrackingFeaturePlugin__OnInstanceCreate__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C593A8, AsyncTaskMethodBuilder_1_System_IO_Stream__SetStateMachine__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C593B0, AsyncTaskMethodBuilder_1_Microsoft_MixedReality_OpenXR_XRAnchorTransferBatch__AwaitUnsafeOnCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C593B8, AsyncTaskMethodBuilder_1_Microsoft_MixedReality_OpenXR_XRAnchorTransferBatch__SetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C593C8, AsyncTaskMethodBuilder_1_Microsoft_MixedReality_OpenXR_XRAnchorTransferBatch__SetException__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C593D0, AsyncTaskMethodBuilder_1_Microsoft_MixedReality_OpenXR_XRAnchorTransferBatch__SetStateMachine__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C593E0, OpenXRFeaturePlugin_1_HandTrackingFeaturePlugin__AddSubsystemController__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C593E8, OpenXRFeaturePlugin_1_HandTrackingFeaturePlugin___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C593F8, AsyncTaskMethodBuilder_1_Microsoft_MixedReality_OpenXR_XRAnchorTransferBatch__Create__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59400, AsyncTaskMethodBuilder_1_Microsoft_MixedReality_OpenXR_XRAnchorTransferBatch__Start__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59408, AsyncTaskMethodBuilder_1_Microsoft_MixedReality_OpenXR_XRAnchorTransferBatch__get_Task__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59418, AsyncTaskMethodBuilder_1_System_IO_Stream__AwaitUnsafeOnCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59420, AsyncTaskMethodBuilder_1_System_IO_Stream__SetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59428, TaskAwaiter_1_Microsoft_MixedReality_OpenXR_SerializationCompletionReason__GetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59430, TaskAwaiter_1_Microsoft_MixedReality_OpenXR_SerializationCompletionReason__get_IsCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59438, Task_1_Microsoft_MixedReality_OpenXR_SerializationCompletionReason__GetAwaiter__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59440, AsyncTaskMethodBuilder_1_System_IO_Stream__SetException__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59448, AsyncTaskMethodBuilder_1_Microsoft_MixedReality_OpenXR_XRAnchorStore__SetStateMachine__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59450, AsyncTaskMethodBuilder_1_Microsoft_MixedReality_OpenXR_XRAnchorStore__AwaitUnsafeOnCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59460, AsyncTaskMethodBuilder_1_System_IO_Stream__Create__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59468, AsyncTaskMethodBuilder_1_System_IO_Stream__Start__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59470, AsyncTaskMethodBuilder_1_System_IO_Stream__get_Task__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59478, AsyncTaskMethodBuilder_1_Microsoft_MixedReality_OpenXR_XRAnchorStore__Create__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59480, AsyncTaskMethodBuilder_1_Microsoft_MixedReality_OpenXR_XRAnchorStore__Start__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59488, AsyncTaskMethodBuilder_1_Microsoft_MixedReality_OpenXR_XRAnchorStore__get_Task__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59498, AsyncTaskMethodBuilder_1_Microsoft_MixedReality_OpenXR_XRAnchorStore__Start_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C594A0, AsyncTaskMethodBuilder_1_Microsoft_MixedReality_OpenXR_XRAnchorStore__AwaitUnsafeOnCompleted_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C594A8, AsyncTaskMethodBuilder_1_Microsoft_MixedReality_OpenXR_XRAnchorStore__SetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C594B0, TaskAwaiter_1_Microsoft_MixedReality_OpenXR_OpenXRAnchorStore__GetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C594B8, TaskAwaiter_1_Microsoft_MixedReality_OpenXR_OpenXRAnchorStore__get_IsCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C594C0, Task_1_Microsoft_MixedReality_OpenXR_OpenXRAnchorStore__GetAwaiter__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C594D0, AsyncTaskMethodBuilder_1_Microsoft_MixedReality_OpenXR_XRAnchorStore__SetException__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C594E8, Nullable_1_Microsoft_MixedReality_OpenXR_ReprojectionMode__GetValueOrDefault__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C594F0, Nullable_1_Microsoft_MixedReality_OpenXR_ReprojectionMode__get_HasValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C594F8, Nullable_1_Microsoft_MixedReality_OpenXR_ReprojectionMode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59500, OpenXRFeaturePlugin_1_MixedRealityFeaturePlugin__get_PFN_xrGetInstanceProcAddr__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59518, OpenXRFeaturePlugin_1_MixedRealityFeaturePlugin__get_Instance__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59520, OpenXRFeaturePlugin_1_MixedRealityFeaturePlugin__get_SystemId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59528, OpenXRFeaturePlugin_1_MixedRealityFeaturePlugin__get_Session__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59530, OpenXRFeaturePlugin_1_MixedRealityFeaturePlugin__get_IsSessionRunning__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59538, OpenXRFeaturePlugin_1_MixedRealityFeaturePlugin__get_SceneOriginSpace__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C595C0, Task_FromResult_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C595C8, Task_Run_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C595F8, XRLoader_GetLoadedSubsystem_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59628, OpenXRSettings_GetFeature_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C597B8, CacheDict_2_System_Type_System_Reflection_MethodInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59840, ReadOnlyCollection_1_System_Linq_Expressions_CatchBlock__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59870, CollectionExtensions_1_ToReadOnly_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59878, ContractUtils_RequiresNotNullItems_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59880, ReadOnlyCollection_1_System_Linq_Expressions_CatchBlock__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C599B8, CacheDict_2_System_Type_System_Func_5__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C599D8, CacheDict_2_System_Type_System_Func_5__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C599E0, CacheDict_2_System_Type_System_Func_5___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59A00, CacheDict_2_System_Type_System_Reflection_MethodInfo__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59A08, CacheDict_2_System_Type_System_Reflection_MethodInfo__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59A78, CollectionExtensions_1_RemoveLast_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59AB0, ConditionalWeakTable_2_System_Linq_Expressions_Expression_System_Linq_Expressions_Expression_ExtensionInfo__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59B70, Enumerable_ToArray_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59BD0, Enumerable_Last_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59BE0, ReadOnlyCollection_1_System_Linq_Expressions_Expression__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59BE8, ReadOnlyCollection_1_System_Linq_Expressions_Expression__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59BF0, CollectionExtensions_1_ToReadOnly_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59DB8, Array_Empty_40__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59DF8, ArrayBuilder_1_System_Linq_Expressions_Expression__UncheckedAdd__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59E00, ArrayBuilder_1_System_Linq_Expressions_ParameterExpression___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59E08, ArrayBuilder_1_System_Linq_Expressions_Expression___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59E18, ArrayBuilderExtensions_ToReadOnly_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59E20, ArrayBuilderExtensions_ToReadOnly_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59E28, ArrayBuilder_1_System_Linq_Expressions_ParameterExpression__UncheckedAdd__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59E48, TrueReadOnlyCollection_1_System_Linq_Expressions_Expression___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C59E50, TrueReadOnlyCollection_1_System_Linq_Expressions_ParameterExpression___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AA30, Enumerable_Select_38__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AA38, Enumerable_ToArray_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AA58, ObservableList_1_DebugUI_Widget__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AA60, ObservableList_1_DebugUI_Widget__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AAA8, ObservableList_1_DebugUI_Widget___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AAB0, ObservableList_1_DebugUI_Widget__add_ItemAdded__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AAB8, ObservableList_1_DebugUI_Widget__add_ItemRemoved__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AAC8, List_1_UnityEngine_Rendering_DebugUI_Panel__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AAE0, List_1_UnityEngine_Rendering_DebugUI_Panel__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AAF0, Lazy_1_UnityEngine_Rendering_DebugManager___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AB18, ObservableList_1_DebugUI_Widget__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AB28, List_1_T_Enumerator_UnityEngine_Rendering_DebugUI_Panel__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AB30, List_1_T_Enumerator_UnityEngine_Rendering_DebugUI_Panel__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AB38, List_1_T_Enumerator_UnityEngine_Rendering_DebugUI_Panel__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AB40, List_1_UnityEngine_Rendering_DebugUI_Panel__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AB80, GameObject_GetComponent_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AB88, Object_1_FindObjectOfType_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AB98, List_1_UnityEngine_Rendering_DebugUI_Panel__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5ABA0, List_1_UnityEngine_Rendering_DebugUI_Panel___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5ABB8, GameObject_GetComponent_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5ABC0, Resources_Load_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AC18, Nullable_1_UnityEngine_InputSystem_TouchPhase__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AC48, Lazy_1_UnityEngine_Rendering_DebugManager__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AC50, List_1_UnityEngine_Rendering_DebugUI_Panel__AsReadOnly__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5ACF8, Nullable_1_UnityEngine_InputSystem_TouchPhase__get_HasValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AD20, Dictionary_2_System_Int32_UnityEngine_Rendering_DynamicResUpscaleFilter___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AD28, Dictionary_2_System_Int32_UnityEngine_Rendering_DynamicResolutionHandler___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AD30, Dictionary_2_System_Int32_UnityEngine_Rendering_DynamicResUpscaleFilter__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AD38, Dictionary_2_System_Int32_UnityEngine_Rendering_DynamicResUpscaleFilter__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AD78, Dictionary_2_System_Int32_UnityEngine_Rendering_DynamicResolutionHandler__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AD80, Dictionary_2_System_Int32_UnityEngine_Rendering_DynamicResolutionHandler__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AD88, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Rendering_DynamicResolutionHandler__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AD90, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Rendering_DynamicResolutionHandler__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AD98, KeyValuePair_2_System_Int32_UnityEngine_Rendering_DynamicResolutionHandler__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5ADA0, KeyValuePair_2_System_Int32_UnityEngine_Rendering_DynamicResolutionHandler__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5ADA8, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Rendering_DynamicResolutionHandler__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5ADB0, Dictionary_2_System_Int32_UnityEngine_Rendering_DynamicResolutionHandler__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5ADB8, Dictionary_2_System_Int32_UnityEngine_Rendering_DynamicResolutionHandler__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5ADC0, Dictionary_2_System_Int32_UnityEngine_Rendering_DynamicResUpscaleFilter__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5ADC8, Dictionary_2_System_Int32_UnityEngine_Rendering_DynamicResolutionHandler__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5ADD0, Dictionary_2_System_Int32_UnityEngine_Rendering_DynamicResUpscaleFilter__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5ADD8, Dictionary_2_System_Int32_UnityEngine_Rendering_DynamicResUpscaleFilter__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AE38, ObjectPool_1_CommandBuffer___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AE60, List_1_T_Enumerator_UnityEngine_Rendering_ConstantBufferBase__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AE68, ObjectPool_1_CommandBuffer__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AE70, ObjectPool_1_CommandBuffer__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AE78, List_1_UnityEngine_Rendering_ConstantBufferBase__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AE80, List_1_UnityEngine_Rendering_ConstantBufferBase___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AEA0, List_1_T_Enumerator_UnityEngine_Rendering_ConstantBufferBase__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AEA8, List_1_T_Enumerator_UnityEngine_Rendering_ConstantBufferBase__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AEB0, List_1_UnityEngine_Rendering_ConstantBufferBase__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AEB8, List_1_UnityEngine_Rendering_ConstantBufferBase__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AF90, SortedList_2_System_Int32_System_ValueTuple_2__2_Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AF98, SortedList_2_System_Int32_System_ValueTuple_2__2_get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AFA0, SortedList_2_System_Int32_System_ValueTuple_2__2_get_Keys__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AFA8, SortedList_2_System_Int32_System_ValueTuple_2__2_get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AFB0, RenderGraphResourcePool_1_UnityEngine_Rendering_RTHandle___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AFB8, Dictionary_2_System_Int32_SortedList_2_System_Int32_System_ValueTuple_2__1_GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AFC0, Dictionary_2_TKey_TValue_Enumerator_System_Int32_SortedList_2_System_Int32_System_ValueTuple_2__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AFC8, Dictionary_2_TKey_TValue_Enumerator_System_Int32_SortedList_2_System_Int32_System_ValueTuple_2__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AFD8, KeyValuePair_2_System_Int32_SortedList_2_System_Int32_System_ValueTuple_2__1_get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AFE0, RenderGraphResourcePool_1_UnityEngine_Rendering_RTHandle__ShouldReleaseResource__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5AFF8, ObservableList_1_DebugUI_Widget__Remove_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B040, RenderGraphResourcePool_1_UnityEngine_Rendering_RTHandle__RegisterFrameAllocation__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B048, RenderGraphResourcePool_1_UnityEngine_Rendering_RTHandle__TryGetResource__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B058, RenderGraphResourcePool_1_UnityEngine_Rendering_RTHandle__ReleaseResource__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B060, RenderGraphResourcePool_1_UnityEngine_Rendering_RTHandle__UnregisterFrameAllocation__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B068, RenderGraphResource_2_TextureDesc_UnityEngine_Rendering_RTHandle___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B078, Dictionary_2_TKey_TValue_Enumerator_System_Int32_SortedList_2_System_Int32_System_ValueTuple_2__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B080, RenderGraphResource_2_TextureDesc_UnityEngine_Rendering_RTHandle__ReleaseGraphicsResource__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B0B8, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_IRenderGraphResource___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B0D8, RenderGraphResourceRegistry_RenderGraphResourcesData_AddNewRenderGraphResource_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B0F0, RenderGraphResourceRegistry_RenderGraphResourcesData_AddNewRenderGraphResource_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B180, SortedList_2_System_Int32_System_ValueTuple_2__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B188, RenderGraphResourcePool_1_UnityEngine_ComputeBuffer___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B190, Dictionary_2_TKey_TValue_Enumerator_System_Int32_SortedList_2_System_Int32_System_ValueTuple_2__1_get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B1A0, KeyValuePair_2_System_Int32_SortedList_2_System_Int32_System_ValueTuple_2__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B1A8, RenderGraphResourcePool_1_UnityEngine_ComputeBuffer__ShouldReleaseResource__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B1B8, SortedList_2_System_Int32_System_ValueTuple_2__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B1C0, SortedList_2_System_Int32_System_ValueTuple_2__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B1C8, SortedList_2_System_Int32_System_ValueTuple_2__get_Keys__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B210, RenderGraphResource_2_ComputeBufferDesc_UnityEngine_ComputeBuffer__ReleaseGraphicsResource__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B220, RenderGraphResourcePool_1_UnityEngine_ComputeBuffer__UnregisterFrameAllocation__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B258, Dictionary_2_TKey_TValue_Enumerator_System_Int32_SortedList_2_System_Int32_System_ValueTuple_2__1_Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B260, Dictionary_2_System_Int32_SortedList_2_System_Int32_System_ValueTuple_2__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B268, Dictionary_2_TKey_TValue_Enumerator_System_Int32_SortedList_2_System_Int32_System_ValueTuple_2__1_MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B278, RenderGraphResource_2_ComputeBufferDesc_UnityEngine_ComputeBuffer___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B2A0, RenderGraphResourcePool_1_UnityEngine_ComputeBuffer__RegisterFrameAllocation__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B2A8, RenderGraphResourcePool_1_UnityEngine_ComputeBuffer__TryGetResource__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B2C0, RenderGraphResourcePool_1_UnityEngine_ComputeBuffer__ReleaseResource__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B2D0, Dictionary_2_System_ValueTuple_2_Stack_1_System_Object__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B2D8, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphObjectPool_SharedObjectPoolBase__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B2E0, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphObjectPool_SharedObjectPoolBase__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B2E8, List_1_T_Enumerator_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphObjectPool_SharedObjectPoolBase__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B2F0, List_1_T_Enumerator_System_ValueTuple_2__7_get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B2F8, List_1_T_Enumerator_UnityEngine_MaterialPropertyBlock__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B300, List_1_System_ValueTuple_2__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B308, List_1_UnityEngine_MaterialPropertyBlock__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B310, List_1_System_ValueTuple_2__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B318, List_1_UnityEngine_MaterialPropertyBlock__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B320, RenderGraphObjectPool_SharedObjectPool_1_UnityEngine_MaterialPropertyBlock__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B358, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphObjectPool_SharedObjectPoolBase__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B360, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphObjectPool_SharedObjectPoolBase___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B378, Dictionary_2_TKey_TValue_Enumerator_System_String_System_Text_StringBuilder__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B380, Dictionary_2_TKey_TValue_Enumerator_System_String_System_Text_StringBuilder__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B388, KeyValuePair_2_System_String_System_Text_StringBuilder__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B390, Dictionary_2_System_String_System_Text_StringBuilder___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B3A0, Dictionary_2_TKey_TValue_Enumerator_System_String_System_Text_StringBuilder__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B3A8, Dictionary_2_System_String_System_Text_StringBuilder__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B3B0, RenderGraphObjectPool_SharedObjectPool_1_UnityEngine_MaterialPropertyBlock__get_sharedPool__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B3C0, List_1_T_Enumerator_System_ValueTuple_2__7_Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B3C8, List_1_T_Enumerator_UnityEngine_MaterialPropertyBlock__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B3D0, List_1_T_Enumerator_UnityEngine_MaterialPropertyBlock__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B3D8, List_1_T_Enumerator_System_ValueTuple_2__7_MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B3E0, Dictionary_2_System_ValueTuple_2_Stack_1_System_Object___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B3F0, List_1_System_ValueTuple_2___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B400, RenderGraphObjectPool_SharedObjectPool_1_UnityEngine_MaterialPropertyBlock__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B418, Dictionary_2_System_String_System_Text_StringBuilder__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5B420, Dictionary_2_System_String_System_Text_StringBuilder__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5BFF8, Enumerable_Contains_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C030, Log_Info_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C0B0, List_1_Dissonance_VAD_IVoiceActivationListener__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C0C8, List_1_Dissonance_VAD_IVoiceActivationListener__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C0E8, List_1_Dissonance_Audio_Capture_IMicrophoneSubscriber__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C0F8, List_1_Dissonance_Audio_Capture_IMicrophoneSubscriber__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C128, Log_Error_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C178, ReadonlyLockedValue_1_T_Unlocker_System_Collections_Generic_List_1__7_get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C180, ReadonlyLockedValue_1_T_Unlocker_System_Collections_Generic_List_1__6_get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C188, List_1_Dissonance_Audio_Capture_IMicrophoneSubscriber__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C190, List_1_Dissonance_VAD_IVoiceActivationListener__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C198, ReadonlyLockedValue_1_System_Collections_Generic_List_1__7_Lock__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C1A0, ReadonlyLockedValue_1_System_Collections_Generic_List_1__6_Lock__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C1A8, List_1_Dissonance_VAD_IVoiceActivationListener__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C1B0, List_1_Dissonance_Audio_Capture_IMicrophoneSubscriber__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C220, ReadonlyLockedValue_1_System_Collections_Generic_List_1__7__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C240, List_1_Dissonance_Audio_Capture_IMicrophoneSubscriber___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C258, ReadonlyLockedValue_1_System_Collections_Generic_List_1__6__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C278, List_1_Dissonance_VAD_IVoiceActivationListener___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C590, GameObject_AddComponent_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C598, GameObject_GetComponent_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C5A0, Component_GetComponent_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C700, Component_GetComponentsInChildren_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C768, Nullable_1_Dissonance_ChannelPriority__GetValueOrDefault__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C770, Nullable_1_Dissonance_ChannelPriority__get_HasValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C778, Nullable_1_Dissonance_ChannelPriority__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C8E8, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_Dissonance_Datastructures_ConcurrentPool_1___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C900, ConcurrentPool_1_Dissonance_Audio_Playback_DecoderPipeline__Put__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C908, ConcurrentPool_1_Dissonance_Audio_Playback_DecoderPipeline__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C940, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_Dissonance_Datastructures_ConcurrentPool_1__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C948, Dictionary_2_Dissonance_Audio_Playback_FrameFormat_Dissonance_Datastructures_ConcurrentPool_1__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C968, ConcurrentPool_1_Dissonance_Audio_Playback_DecoderPipeline___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C9D0, ConcurrentPool_1_System_Byte__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C9F0, ConcurrentPool_1_System_Byte__Put__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5C9F8, ConcurrentPool_1_System_Collections_Generic_List_1__Put__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5CB08, ConcurrentPool_1_System_Byte___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5CB18, ConcurrentPool_1_System_Collections_Generic_List_1___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5CB78, Log_Error_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5CC20, ReadonlyLockedValue_1_T_Unlocker_System_Collections_Generic_List_1__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5CC50, ReadonlyLockedValue_1_System_Collections_Generic_List_1__Lock__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5CCF8, ReadonlyLockedValue_1_System_Collections_Generic_List_1___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5CE58, LockedValue_1_NAudio_Wave_WaveFileWriter__Lock__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5CE60, LockedValue_1_T_Unlocker_NAudio_Wave_WaveFileWriter__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5CE70, LockedValue_1_T_Unlocker_NAudio_Wave_WaveFileWriter__set_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5CEC8, LockedValue_1_NAudio_Wave_WaveFileWriter___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5CFB0, Resources_Load_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5CFB8, ScriptableObject_CreateInstance_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5CFD8, Preferences_Get_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5CFE0, Preferences_Get_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5D200, Preferences_Set_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5D240, Preferences_Set_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5D270, Resources_Load_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5D278, ScriptableObject_CreateInstance_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5D288, List_1_Dissonance_LogLevel__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5D290, List_1_Dissonance_LogLevel__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5D298, List_1_Dissonance_LogLevel__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5D2A0, List_1_Dissonance_LogLevel__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5D2D8, Enumerable_Select_39__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5D2E8, List_1_Dissonance_LogLevel___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5D358, Resources_Load_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5D368, ScriptableObject_CreateInstance_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5D438, List_1_System_Single__1_get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5D468, List_1_System_Single__1__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5D498, List_1_System_Single__1_get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5D4A8, List_1_System_Single__1_Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5D590, ConcurrentPool_1_System_Collections_Generic_List_1__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5D598, ExpressionUtils_SameElements_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5D630, Pool_1_System_Byte__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5D6A8, ReadonlyLockedValue_1_System_Collections_Generic_List_1__1_Lock__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5D6B0, ReadonlyLockedValue_1_T_Unlocker_System_Collections_Generic_List_1__1_get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5D6B8, ReadonlyLockedValue_1_T_Unlocker_Dissonance_Datastructures_Pool_1__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5D6E8, Pool_1_System_Byte__Put__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5D6F0, ReadonlyLockedValue_1_Dissonance_Datastructures_Pool_1__Lock__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5D730, EventQueue_InvokeEvent_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5D738, EventQueue_InvokeEvent_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5D778, ReadonlyLockedValue_1_System_Collections_Generic_List_1__1__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DAB0, ObjectPool_1_AtlasAllocator_AtlasNode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DB48, ObjectPool_1_AtlasAllocator_AtlasNode__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DB50, ObjectPool_1_AtlasAllocator_AtlasNode__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DB60, HashSet_1_UnityEngine_Rendering_RTHandle__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DC08, PrimitiveParameterExpression_1_System_Object__1__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DC18, HashSet_1_T_Enumerator_UnityEngine_Rendering_RTHandle__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DC28, HashSet_1_T_Enumerator_UnityEngine_Rendering_RTHandle__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DC38, HashSet_1_UnityEngine_Rendering_RTHandle__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DC48, HashSet_1_UnityEngine_Rendering_RTHandle__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DC70, PrimitiveParameterExpression_1_System_Exception___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DC78, HashSet_1_UnityEngine_Rendering_RTHandle___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DC80, ExpressionUtils_SameElements_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DC90, HashSet_1_T_Enumerator_UnityEngine_Rendering_RTHandle__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DCA8, Array_Resize_125__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DCB8, HashSet_1_UnityEngine_Rendering_RTHandle__CopyTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DCD8, HashSet_1_UnityEngine_Rendering_RTHandle__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DCE8, HashSet_1_UnityEngine_Rendering_RTHandle__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DD18, HashSet_1_UnityEngine_Rendering_RTHandle__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DD20, PrimitiveParameterExpression_1_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DE40, ProfilingSampler_Get_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DEC8, Dictionary_2_System_Int32_UnityEngine_Rendering_RTHandle__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DED0, Dictionary_2_System_Int32_UnityEngine_Rendering_RTHandle__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DEE0, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Rendering_RTHandle__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DF00, Dictionary_2_System_Int32_UnityEngine_Rendering_RTHandle__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DF08, Dictionary_2_System_Int32_UnityEngine_Rendering_RTHandle__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DF10, ExpressionVisitor_Visit_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DF20, Dictionary_2_System_Int32_UnityEngine_Rendering_RTHandle__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DF38, Dictionary_2_System_Int32_UnityEngine_Rendering_RTHandle___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DF70, Dictionary_2_System_Int32_UnityEngine_Rendering_RTHandle__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DF78, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Rendering_RTHandle__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DF80, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_Rendering_RTHandle__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DF88, KeyValuePair_2_System_Int32_UnityEngine_Rendering_RTHandle__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DF90, Dictionary_2_System_Int32_UnityEngine_Rendering_RTHandle__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5DFE0, ExpressionVisitor_VisitAndConvert_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E048, ExpressionVisitor_VisitAndConvert_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E060, ExpressionVisitor_VisitAndConvert_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E070, ReadOnlyCollection_1_System_Linq_Expressions_ParameterExpression__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E098, List_1_UnityEngine_Rendering_LensFlareComponentSRP___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E0E0, List_1_UnityEngine_Rendering_LensFlareComponentSRP__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E150, List_1_UnityEngine_Rendering_LensFlareComponentSRP__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E160, List_1_UnityEngine_Rendering_LensFlareComponentSRP__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E170, List_1_UnityEngine_Rendering_LensFlareComponentSRP__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E1F8, List_1_T_Enumerator_UnityEngine_Rendering_LensFlareComponentSRP__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E200, ExpressionStringBuilder_VisitExpressions_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E210, List_1_T_Enumerator_UnityEngine_Rendering_LensFlareComponentSRP__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E220, List_1_T_Enumerator_UnityEngine_Rendering_LensFlareComponentSRP__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E228, List_1_UnityEngine_Rendering_LensFlareComponentSRP__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E340, GameObject_AddComponent_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E348, GameObject_AddComponent_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E370, GameObject_AddComponent_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E3A0, Component_GetComponent_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E3B0, Object_1_FindObjectsOfType_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E3D0, DebugUI_Field_1_System_Enum___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E408, Enumerable_ElementAt_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E410, Enumerable_Select_40__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E6E0, ExpressionUtils_ReturnReadOnly_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E808, ExpressionUtils_ReturnObject_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E830, ReadOnlyCollection_1_System_Linq_Expressions_Expression___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E838, List_1_Mono_Globalization_Unicode_Level2Map__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E848, List_1_Mono_Globalization_Unicode_Contraction__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E850, List_1_Mono_Globalization_Unicode_Contraction___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E858, ExpressionUtils_ReturnReadOnly_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E860, List_1_Mono_Globalization_Unicode_Level2Map___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E928, List_1_Mono_Globalization_Unicode_Contraction__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E930, List_1_Mono_Globalization_Unicode_Level2Map__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E940, List_1_Mono_Globalization_Unicode_Contraction__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5E950, List_1_Mono_Globalization_Unicode_Level2Map__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5EDB8, List_1_System_ComponentModel_PropertyChangedEventHandler__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5EDC0, List_1_System_ComponentModel_PropertyChangedEventHandler__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5EDE0, List_1_System_ComponentModel_PropertyChangedEventHandler__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5EE08, WebRtcPreprocessingPipeline_WebRtcPreprocessor_Bind_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5EE30, WebRtcPreprocessingPipeline_WebRtcPreprocessor_Bind_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5EE38, WebRtcPreprocessingPipeline_WebRtcPreprocessor_Bind_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5EE40, WebRtcPreprocessingPipeline_WebRtcPreprocessor_Bind_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5EED8, List_1_System_ComponentModel_PropertyChangedEventHandler___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5EF38, ReadonlyLockedValue_1_Dissonance_Audio_Codecs_IVoiceEncoder__Lock__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5EF40, ReadonlyLockedValue_1_T_Unlocker_Dissonance_Audio_Codecs_IVoiceEncoder__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5EF70, ReadonlyLockedValue_1_Dissonance_Audio_Codecs_IVoiceEncoder___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F070, Log_Info_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F378, StackGuard_1_RunOnEmptyStack_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F390, Dictionary_2_System_Linq_Expressions_ParameterExpression_System_Linq_Expressions_Interpreter_LocalVariable___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F398, Dictionary_2_System_Linq_Expressions_ParameterExpression_System_Linq_Expressions_Interpreter_LocalVariable__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F3B0, HashSet_1_T_Enumerator_System_Linq_Expressions_ParameterExpression__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F3C0, ReadOnlyCollection_1_System_Linq_Expressions_MemberBinding__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F408, HashSet_1_T_Enumerator_System_Linq_Expressions_ParameterExpression__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F410, HashSet_1_T_Enumerator_System_Linq_Expressions_ParameterExpression__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F418, HashSet_1_System_Linq_Expressions_ParameterExpression__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F420, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Linq_Expressions_ParameterExpression_System_Linq_Expressions_Interpreter_LocalVariable__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F428, VolumeParameter_1_UnityEngine_RenderTexture___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F430, Dictionary_2_TKey_TValue_KeyCollection_System_Linq_Expressions_ParameterExpression_System_Linq_Expressions_Interpreter_LocalVariable__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F438, VolumeParameter_1_UnityEngine_RenderTexture__GetHashCode__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F440, Dictionary_2_System_Linq_Expressions_ParameterExpression_System_Linq_Expressions_Interpreter_LocalVariable__get_Keys__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F448, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Linq_Expressions_ParameterExpression_System_Linq_Expressions_Interpreter_LocalVariable__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F458, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Linq_Expressions_ParameterExpression_System_Linq_Expressions_Interpreter_LocalVariable__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F468, List_1_System_Linq_Expressions_Interpreter_DebugInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F470, VolumeParameter_1_UnityEngine_Cubemap__GetHashCode__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F480, VolumeParameter_1_UnityEngine_AnimationCurve___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F488, ReadOnlyCollection_1_System_Linq_Expressions_ElementInit__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F490, ReadOnlyCollection_1_System_Linq_Expressions_ElementInit__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F4B0, VolumeParameter_1_UnityEngine_Cubemap___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F510, VolumeParameter_1_UnityEngine_Texture__GetHashCode__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F520, Array_Empty_41__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F540, VolumeParameter_1_UnityEngine_Texture___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F548, Stack_1_System_Linq_Expressions_ParameterExpression__Push__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F558, List_1_System_Linq_Expressions_Interpreter_ExceptionHandler__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F560, List_1_System_Linq_Expressions_Interpreter_ExceptionHandler___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F570, Stack_1_System_Linq_Expressions_ParameterExpression__Pop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F590, List_1_System_Linq_Expressions_Interpreter_ExceptionHandler__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F5A0, Stack_1_System_Linq_Expressions_ParameterExpression__Peek__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F5A8, List_1_System_Linq_Expressions_Interpreter_ByRefUpdater__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F5B0, List_1_System_Linq_Expressions_Interpreter_ByRefUpdater___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F5C8, List_1_T_Enumerator_System_Linq_Expressions_Interpreter_ByRefUpdater__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F5D8, List_1_System_Linq_Expressions_Interpreter_ByRefUpdater__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F5E0, List_1_System_Linq_Expressions_Interpreter_ByRefUpdater__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F5F0, List_1_T_Enumerator_System_Linq_Expressions_Interpreter_ByRefUpdater__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F5F8, List_1_T_Enumerator_System_Linq_Expressions_Interpreter_ByRefUpdater__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F610, Dictionary_2_System_Int32_List_1_UnityEngine_Rendering_Volume__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F618, Dictionary_2_System_Int32_List_1_UnityEngine_Rendering_Volume__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F620, Dictionary_2_System_String_System_Int32__TryAdd__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F638, List_1_UnityEngine_Rendering_Volume__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F648, List_1_UnityEngine_Rendering_Volume__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F670, List_1_UnityEngine_Rendering_Volume__RemoveAll__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F678, ReadOnlyCollection_1_System_Linq_Expressions_SwitchCase__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F680, List_1_UnityEngine_Rendering_Volume__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F6A0, Enumerable_All_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F6E0, Lazy_1_UnityEngine_Rendering_VolumeManager___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F6F8, List_1_UnityEngine_Rendering_Volume__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F738, List_1_UnityEngine_Rendering_Volume__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F748, List_1_UnityEngine_Rendering_Volume__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F758, KeyValuePair_2_System_Type_UnityEngine_Rendering_VolumeComponent__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F760, KeyValuePair_2_System_Type_UnityEngine_Rendering_VolumeComponent__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F770, List_1_UnityEngine_Rendering_Volume__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F778, List_1_UnityEngine_Rendering_VolumeComponent__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F780, List_1_UnityEngine_Rendering_VolumeComponent__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F788, Dictionary_2_TKey_TValue_Enumerator_System_Type_UnityEngine_Rendering_VolumeComponent__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F790, Dictionary_2_System_Type_UnityEngine_Rendering_VolumeComponent__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F798, Dictionary_2_TKey_TValue_Enumerator_System_Type_UnityEngine_Rendering_VolumeComponent__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F7A0, Dictionary_2_TKey_TValue_Enumerator_System_Type_UnityEngine_Rendering_VolumeComponent__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F7A8, Lazy_1_UnityEngine_Rendering_VolumeManager__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F7B8, Dictionary_2_System_Int32_List_1_UnityEngine_Rendering_Volume___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F7E0, CoreUtils_GetAllTypesDerivedFrom_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F7E8, List_1_UnityEngine_Rendering_VolumeComponent__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F808, List_1_UnityEngine_Rendering_VolumeComponent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F810, List_1_UnityEngine_Rendering_Volume___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F850, List_1_UnityEngine_Rendering_VolumeParameter__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F878, Stack_1_System_Linq_Expressions_ParameterExpression___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F888, List_1_System_Linq_Expressions_Interpreter_DebugInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F8D8, List_1_UnityEngine_Rendering_VolumeParameter___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F8E8, HybridReferenceDictionary_2_System_Linq_Expressions_LabelTarget_LabelInfo__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F8F0, ReadOnlyCollection_1_UnityEngine_Rendering_VolumeParameter__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F908, KeyValuePair_2_System_Linq_Expressions_LabelTarget_System_Linq_Expressions_Interpreter_LabelInfo__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F918, List_1_System_Linq_Expressions_Interpreter_DebugInfo__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F938, VolumeParameter_1_TextureCurve___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F980, Array_BinarySearch_238__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F990, List_1_UnityEngine_Rendering_VolumeComponent__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F9A0, Object_1_Instantiate_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5F9B0, ScriptableObject_CreateInstance_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5FD38, HashSet_1_System_Linq_Expressions_Interpreter_LabelScopeInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5FD48, HashSet_1_System_Linq_Expressions_Interpreter_LabelScopeInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5FD50, HashSet_1_T_Enumerator_System_Linq_Expressions_Interpreter_LabelScopeInfo__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5FD58, HashSet_1_System_Linq_Expressions_Interpreter_LabelScopeInfo__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5FD78, HashSet_1_T_Enumerator_System_Linq_Expressions_Interpreter_LabelScopeInfo__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5FD80, HashSet_1_T_Enumerator_System_Linq_Expressions_Interpreter_LabelScopeInfo__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5FDB0, HybridReferenceDictionary_2_System_Linq_Expressions_LabelTarget_LabelInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5FDB8, HybridReferenceDictionary_2_System_Linq_Expressions_LabelTarget_LabelInfo__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5FDD8, HybridReferenceDictionary_2_System_Linq_Expressions_LabelTarget_LabelInfo__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5FDE0, HybridReferenceDictionary_2_System_Linq_Expressions_LabelTarget_LabelInfo__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5FDE8, List_1_T_Enumerator_System_Linq_Expressions_Interpreter_LabelScopeInfo__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5FDF0, List_1_T_Enumerator_System_Linq_Expressions_Interpreter_LabelScopeInfo__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5FDF8, List_1_System_Linq_Expressions_Interpreter_LabelScopeInfo__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5FE00, List_1_System_Linq_Expressions_Interpreter_LabelScopeInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5FE08, List_1_T_Enumerator_System_Linq_Expressions_Interpreter_LabelScopeInfo__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5FE10, List_1_System_Linq_Expressions_Interpreter_LabelScopeInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5FE20, Dictionary_2_System_Linq_Expressions_ParameterExpression_System_Linq_Expressions_Interpreter_LocalVariable__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5FE30, HashSet_1_System_Linq_Expressions_Interpreter_LabelScopeInfo__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5FE48, List_1_System_Linq_Expressions_Interpreter_LabelScopeInfo__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5FE60, LabelInfo_CommonNode_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5FF38, Dictionary_2_UnityEngine_Camera_HashSet_1_System_Action_2___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5FF98, HashSet_1_System_Action_2__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5FFA0, Dictionary_2_System_Reflection_FieldInfo_System_Linq_Expressions_Interpreter_Instruction___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5FFA8, HashSet_1_System_Action_2___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5FFD0, List_1_System_Linq_Expressions_Interpreter_Instruction___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C5FFD8, HashSet_1_System_Action_2__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C600C8, Dictionary_2_UnityEngine_Camera_HashSet_1_System_Action_2__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C600F0, HashSet_1_System_Action_2__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C600F8, HashSet_1_System_Action_2__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C60100, Dictionary_2_UnityEngine_Camera_HashSet_1_System_Action_2__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C60188, List_1_System_Linq_Expressions_Interpreter_BranchLabel__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C60190, List_1_System_Linq_Expressions_Interpreter_BranchLabel___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C601C8, List_1_T_Enumerator_System_Linq_Expressions_Interpreter_BranchLabel__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C601D0, List_1_T_Enumerator_System_Linq_Expressions_Interpreter_BranchLabel__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C601D8, List_1_System_Linq_Expressions_Interpreter_BranchLabel__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C601E8, List_1_T_Enumerator_System_Linq_Expressions_Interpreter_BranchLabel__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C602A0, Dictionary_2_System_Reflection_FieldInfo_System_Linq_Expressions_Interpreter_Instruction__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C602A8, Dictionary_2_System_Reflection_FieldInfo_System_Linq_Expressions_Interpreter_Instruction__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C602C8, SafeHandleCache_1_SafePasswordHandle__IsCachedInvalidHandle__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C603F8, Array_Resize_126__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C605A0, List_1_System_Linq_Expressions_Interpreter_Instruction__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C60648, List_1_System_Linq_Expressions_Interpreter_Instruction__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C60678, List_1_System_Linq_Expressions_Interpreter_Instruction__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C60680, List_1_System_Linq_Expressions_Interpreter_Instruction__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C60690, List_1_System_Linq_Expressions_Interpreter_Instruction__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C606A0, List_1_System_Linq_Expressions_Interpreter_Instruction__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C60D10, AsyncOperationHandle_1_System_Collections_Generic_IList_1__IsValid__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C60D18, AsyncOperationHandle_1_System_Collections_Generic_IList_1__get_Result__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61208, DebugUIHandlerWidget_CastWidget_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61310, DebugUIHandlerWidget_CastWidget_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C613C8, DebugUIHandlerWidget_CastWidget_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61420, DebugUIHandlerWidget_CastWidget_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61478, Object_1_Instantiate_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61490, DebugUIHandlerWidget_CastWidget_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C614E0, DebugUIHandlerWidget_CastWidget_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61508, List_1_UnityEngine_Rendering_UI_DebugUIHandlerValue__FindIndex__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61518, List_1_UnityEngine_Rendering_UI_DebugUIHandlerValue__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61528, List_1_UnityEngine_Rendering_UI_DebugUIHandlerValue__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61538, Object_1_Instantiate_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61568, List_1_T_Enumerator_UnityEngine_Rendering_UI_DebugUIHandlerValue__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61578, GameObject_GetComponent_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61580, List_1_UnityEngine_Rendering_UI_DebugUIHandlerValue__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61588, List_1_UnityEngine_Rendering_UI_DebugUIHandlerValue___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C615A8, DebugUIHandlerWidget_CastWidget_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C615B0, GameObject_TryGetComponent_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C615B8, GameObject_TryGetComponent_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C615D8, List_1_T_Enumerator_UnityEngine_Rendering_UI_DebugUIHandlerValue__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C615E0, List_1_T_Enumerator_UnityEngine_Rendering_UI_DebugUIHandlerValue__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C615E8, List_1_UnityEngine_Rendering_UI_DebugUIHandlerValue__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C615F8, List_1_UnityEngine_Rendering_UI_DebugUIHandlerValue__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61608, DebugUIHandlerWidget_CastWidget_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61660, Component_GetComponentInChildren_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61698, DebugUIHandlerWidget_CastWidget_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C616E0, DebugUIHandlerWidget_CastWidget_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C616F0, GameObject_AddComponent_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61738, DebugUIHandlerWidget_CastWidget_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61768, DebugUIHandlerWidget_CastWidget_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61770, DebugUIHandlerWidget_CastWidget_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61798, Component_GetComponent_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C617A0, List_1_UnityEngine_Rendering_UI_DebugUIHandlerWidget__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C617A8, List_1_UnityEngine_Rendering_UI_DebugUIHandlerWidget___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C617C8, Object_1_Instantiate_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61800, ConditionalWeakTable_2_System_Object_System_Runtime_Serialization_SerializationInfo__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61810, ConditionalWeakTable_2_System_Object_System_Runtime_Serialization_SerializationInfo__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61818, List_1_UnityEngine_Rendering_UI_DebugUIHandlerWidget__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61820, ConditionalWeakTable_2_System_Object_System_Runtime_Serialization_SerializationInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61828, List_1_UnityEngine_Rendering_UI_DebugUIHandlerWidget__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61838, Enumerable_Count_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C618A8, DebugUIHandlerWidget_CastWidget_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C618B8, List_1_UnityEngine_Rendering_UI_DebugUIHandlerPanel__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C618C0, List_1_UnityEngine_Rendering_UI_DebugUIHandlerPanel__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C618C8, List_1_UnityEngine_Rendering_UI_DebugUIPrefabBundle__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C618D0, Object_1_Instantiate_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C618D8, ReadOnlyCollection_1_UnityEngine_Rendering_DebugUI_Panel__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C618F0, Dictionary_2_System_Type_UnityEngine_Transform__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C618F8, Enumerable_Count_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61900, List_1_T_Enumerator_UnityEngine_Rendering_UI_DebugUIPrefabBundle__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61908, List_1_T_Enumerator_UnityEngine_Rendering_UI_DebugUIPrefabBundle__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61918, GameObject_GetComponent_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61920, GameObject_GetComponent_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61930, Enumerable_FirstOrDefault_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61958, List_1_UnityEngine_Rendering_UI_DebugUIHandlerPanel__ForEach__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61960, Dictionary_2_System_Type_UnityEngine_Transform__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61968, GameObject_GetComponent_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61980, Component_GetComponentsInChildren_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61988, DebugUIHandlerWidget_CastWidget_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61990, Dictionary_2_System_Type_UnityEngine_Transform___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61998, List_1_T_Enumerator_UnityEngine_Rendering_UI_DebugUIHandlerIndirectToggle__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C619A0, List_1_T_Enumerator_UnityEngine_Rendering_UI_DebugUIHandlerIndirectToggle__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C619A8, DebugUI_Field_1_System_Enum__SetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C619B0, List_1_UnityEngine_Rendering_UI_DebugUIHandlerIndirectToggle__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C619B8, List_1_UnityEngine_Rendering_UI_DebugUIHandlerPanel__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C619C0, List_1_T_Enumerator_UnityEngine_Rendering_UI_DebugUIPrefabBundle__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C619D0, Dictionary_2_System_Type_UnityEngine_Transform__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C619E0, List_1_UnityEngine_Rendering_UI_DebugUIHandlerPanel___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C619E8, List_1_UnityEngine_Rendering_UI_DebugUIPrefabBundle___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61A00, List_1_UnityEngine_Rendering_UI_DebugUIHandlerPanel__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61A10, Dictionary_2_System_Type_UnityEngine_Rendering_VolumeComponent__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61A20, Dictionary_2_System_Type_UnityEngine_Rendering_VolumeComponent__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61A28, Dictionary_2_System_Type_UnityEngine_Rendering_VolumeComponent__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61A30, List_1_System_ValueTuple_2__10_Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61A38, List_1_System_ValueTuple_2__10_ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61A40, List_1_System_ValueTuple_2__10__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61A48, DebugUIHandlerWidget_CastWidget_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61A50, List_1_UnityEngine_Rendering_UI_DebugUIHandlerIndirectToggle__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61A58, List_1_UnityEngine_Rendering_UI_DebugUIHandlerIndirectToggle__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61A60, List_1_UnityEngine_Rendering_UI_DebugUIHandlerIndirectToggle__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61A68, DebugUI_Field_1_System_Enum__GetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61A70, List_1_T_Enumerator_UnityEngine_Rendering_UI_DebugUIHandlerIndirectToggle__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61A80, Component_GetComponent_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61AA8, List_1_UnityEngine_Rendering_VolumeComponent__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61AB0, List_1_UnityEngine_Rendering_VolumeComponent__RemoveAll__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61AD0, Dictionary_2_System_Type_UnityEngine_Rendering_VolumeComponent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61B10, Enumerable_Select_41__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61B18, Enumerable_ToArray_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61B98, CacheDict_2_System_Reflection_MethodBase_System_Reflection_ParameterInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61BA8, CacheDict_2_System_Reflection_MethodBase_System_Reflection_ParameterInfo__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61BB0, CacheDict_2_System_Reflection_MethodBase_System_Reflection_ParameterInfo__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61BF8, CollectionExtensions_1_RemoveFirst_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61C58, Array_Resize_127__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61C60, Enumerable_Any_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61CE8, HashSet_1_System_Linq_Expressions_ParameterExpression___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61CF0, Stack_1_HashSet_1_System_Linq_Expressions_ParameterExpression___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C61DD0, CastInstruction_CastInstructionT_1_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C62418, HybridReferenceDictionary_2_System_Linq_Expressions_ParameterExpression_LocalVariables_VariableScope___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C62428, Dictionary_2_System_Linq_Expressions_ParameterExpression_System_Linq_Expressions_Interpreter_LocalVariable__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C62430, Dictionary_2_System_Linq_Expressions_ParameterExpression_System_Linq_Expressions_Interpreter_LocalVariable__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C624A0, List_1_System_Linq_Expressions_Interpreter_LocalVariables_VariableScope__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C624A8, HybridReferenceDictionary_2_System_Linq_Expressions_ParameterExpression_LocalVariables_VariableScope__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C624B0, HybridReferenceDictionary_2_System_Linq_Expressions_ParameterExpression_LocalVariables_VariableScope__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C624D0, HybridReferenceDictionary_2_System_Linq_Expressions_ParameterExpression_LocalVariables_VariableScope__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C624D8, HybridReferenceDictionary_2_System_Linq_Expressions_ParameterExpression_LocalVariables_VariableScope__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C624E0, List_1_System_Linq_Expressions_Interpreter_LocalVariables_VariableScope__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C624E8, List_1_System_Linq_Expressions_Interpreter_LocalVariables_VariableScope___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C626F0, CacheDict_2_System_Type_System_Func_2___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C627A8, Dictionary_2_System_Int32_System_String__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C627C8, LazyInitializer_EnsureInitialized_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C627D0, CacheDict_2_System_Type_System_Func_2__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C62850, List_1_System_Linq_Expressions_Expression__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C62860, List_1_System_Linq_Expressions_Expression___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C628C8, CacheDict_2_System_Type_System_Func_2__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C62938, Enumerable_All_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C62950, Dictionary_2_System_Linq_Expressions_ParameterExpression_System_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C62980, Dictionary_2_System_Linq_Expressions_ParameterExpression_System_Int32__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C62990, Dictionary_2_System_Linq_Expressions_ParameterExpression_System_Int32__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C62A60, Dictionary_2_System_Linq_Expressions_ParameterExpression_System_Int32__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C62A80, Dictionary_2_System_Linq_Expressions_ParameterExpression_System_Int32__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C62A90, List_1_UnityEngine_AddressableAssets_AddressablesImpl_ResourceLocatorInfo__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C62A98, Dictionary_2_System_Linq_Expressions_ParameterExpression_System_Int32__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C62AE0, List_1_T_Enumerator_UnityEngine_AddressableAssets_AddressablesImpl_ResourceLocatorInfo__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C62AF0, List_1_T_Enumerator_UnityEngine_AddressableAssets_AddressablesImpl_ResourceLocatorInfo__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C62B10, List_1_T_Enumerator_UnityEngine_AddressableAssets_AddressablesImpl_ResourceLocatorInfo__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C62C48, Dictionary_2_System_Type_System_Object__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C62C50, Dictionary_2_System_Type_System_Object__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C62EE0, Dictionary_2_System_Int32_System_Text_Encoding__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C62EE8, Dictionary_2_System_Int32_System_Text_Encoding__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C62EF0, Dictionary_2_System_Int32_System_Text_Encoding___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C63478, AsyncOperationBase_1_System_Collections_Generic_IList_1__get_IsDone__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C63488, AsyncOperationBase_1_System_Collections_Generic_IList_1__get_Result__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C63568, AsyncOperationBase_1_System_Collections_Generic_IList_1__Complete__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C63620, AsyncOperationBase_1_System_Collections_Generic_IList_1___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C63630, AsyncOperationBase_1_System_Collections_Generic_IList_1__set_Result__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C63698, GameObject_GetComponent_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C63890, ComponentSingleton_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEventCollectorSingleton___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C63D98, AsyncOperationHandle_1_System_Collections_Generic_IList_1__get_PercentComplete__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C63E30, Dictionary_2_UnityEngine_GameObject_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C63E40, Dictionary_2_UnityEngine_GameObject_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C63E58, Dictionary_2_UnityEngine_GameObject_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C63E60, InstantiationParameters_Instantiate_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C63E68, Dictionary_2_UnityEngine_GameObject_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C63E88, BundledAssetProvider_InternalOp_LoadBundleFromDependecies_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C63EA8, ProvideHandle_Complete_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C63EB0, ProvideHandle_GetDependency_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C63ED0, ProvideHandle_Complete_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C63F78, ProvideHandle_Complete_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64008, List_1_UnityEngine_RuntimePlatform__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64010, List_1_UnityEngine_RuntimePlatform__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64018, List_1_UnityEngine_RuntimePlatform___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64050, List_1_List_1_System_Object__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64058, List_1_List_1_System_Object__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64060, List_1_List_1_System_Object__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64068, Dictionary_2_System_Int32_List_1_System_Object___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64078, List_1_List_1_System_Object__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64080, List_1_List_1_System_Object___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C640A0, Dictionary_2_System_Int32_List_1_System_Object__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C640A8, Dictionary_2_System_Int32_List_1_System_Object__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C640B0, Dictionary_2_System_Int32_List_1_System_Object__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64110, Stack_1_LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Push__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64158, Stack_1_LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64170, ComponentSingleton_1_DelayedActionManager___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C641B0, ComponentSingleton_1_DelayedActionManager__get_Exists__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C641B8, ComponentSingleton_1_DelayedActionManager__get_Instance__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C641E8, Stack_1_LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__Pop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C641F0, Stack_1_LinkedListNode_1_UnityEngine_ResourceManagement_Util_DelayedActionManager_DelegateInfo__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C641F8, List_1_T_Enumerator_UnityEngine_Networking_UnityWebRequestAsyncOperation__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64200, List_1_UnityEngine_Networking_UnityWebRequestAsyncOperation__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64208, List_1_UnityEngine_Networking_UnityWebRequestAsyncOperation__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64210, List_1_UnityEngine_Networking_UnityWebRequestAsyncOperation___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64220, Queue_1_UnityEngine_ResourceManagement_WebRequestQueueOperation__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64228, Queue_1_UnityEngine_ResourceManagement_WebRequestQueueOperation__Peek__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64230, List_1_UnityEngine_Networking_UnityWebRequestAsyncOperation__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64238, Queue_1_UnityEngine_ResourceManagement_WebRequestQueueOperation__Enqueue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64250, List_1_T_Enumerator_UnityEngine_Networking_UnityWebRequestAsyncOperation__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64258, List_1_T_Enumerator_UnityEngine_Networking_UnityWebRequestAsyncOperation__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64268, List_1_UnityEngine_Networking_UnityWebRequestAsyncOperation__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64270, Queue_1_UnityEngine_ResourceManagement_WebRequestQueueOperation__Dequeue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64278, Queue_1_UnityEngine_ResourceManagement_WebRequestQueueOperation__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64280, Queue_1_UnityEngine_ResourceManagement_WebRequestQueueOperation___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64290, AsyncOperationHandle_1_UnityEngine_GameObject__get_PercentComplete__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64298, AsyncOperationBase_1_UnityEngine_GameObject__InvokeExecute__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C642A0, AsyncOperationHandle_1_UnityEngine_GameObject__WaitForCompletion__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C642A8, AsyncOperationHandle_1_UnityEngine_GameObject__get_DebugName__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C642D8, List_1_UnityEngine_Networking_UnityWebRequestAsyncOperation__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C642E0, AsyncOperationBase_1_UnityEngine_GameObject__Complete__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C642E8, AsyncOperationHandle_1_UnityEngine_GameObject__get_OperationException__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C642F8, AsyncOperationBase_1_UnityEngine_GameObject___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64308, List_1_T_Enumerator_UnityEngine_ResourceManagement_IUpdateReceiver__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64318, List_1_T_Enumerator_UnityEngine_ResourceManagement_IUpdateReceiver__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64328, ListWithEvents_1_UnityEngine_ResourceManagement_IUpdateReceiver__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64338, List_1_UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64350, List_1_T_Enumerator_UnityEngine_ResourceManagement_IUpdateReceiver__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64360, AsyncOperationBase_1_UnityEngine_GameObject__get_IsDone__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64368, AsyncOperationHandle_1_UnityEngine_GameObject__InternalGetDownloadStatus__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64370, ListWithEvents_1_UnityEngine_ResourceManagement_IUpdateReceiver__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64378, List_1_UnityEngine_ResourceManagement_IUpdateReceiver__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64390, ComponentSingleton_1_MonoBehaviourCallbackHooks__get_Exists__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64398, ResourceManager_1_ProvideResource_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C643A0, ResourceManager_1_StartOperation_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C643B8, HashSet_1_T_Enumerator_UnityEngine_ResourceManagement_ResourceManager_InstanceOperation__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C643C0, List_1_T_Enumerator_UnityEngine_ResourceManagement_ResourceManager_InstanceOperation__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C643D0, AsyncOperationHandle_1_UnityEngine_GameObject__op_Implicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C643D8, HashSet_1_UnityEngine_ResourceManagement_ResourceManager_InstanceOperation__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C643E8, ResourceManager_1_CreateOperation_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C643F0, List_1_UnityEngine_ResourceManagement_ResourceManager_InstanceOperation__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C643F8, List_1_UnityEngine_ResourceManagement_ResourceManager_InstanceOperation___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64408, List_1_UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64410, List_1_UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64418, List_1_UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64420, AsyncOperationBase_1_UnityEngine_GameObject__DecrementReferenceCount__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64428, AsyncOperationBase_1_UnityEngine_GameObject__get_Result__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64430, HashSet_1_T_Enumerator_UnityEngine_ResourceManagement_ResourceManager_InstanceOperation__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64438, List_1_T_Enumerator_UnityEngine_ResourceManagement_ResourceManager_InstanceOperation__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64440, HashSet_1_T_Enumerator_UnityEngine_ResourceManagement_ResourceManager_InstanceOperation__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64448, List_1_T_Enumerator_UnityEngine_ResourceManagement_ResourceManager_InstanceOperation__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64450, HashSet_1_UnityEngine_ResourceManagement_ResourceManager_InstanceOperation__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64458, List_1_UnityEngine_ResourceManagement_ResourceManager_InstanceOperation__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64460, Dictionary_2_UnityEngine_ResourceManagement_Util_IOperationCacheKey_UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64468, Dictionary_2_UnityEngine_ResourceManagement_Util_IOperationCacheKey_UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64470, Dictionary_2_UnityEngine_ResourceManagement_Util_IOperationCacheKey_UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64478, HashSet_1_UnityEngine_ResourceManagement_ResourceManager_InstanceOperation__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64488, AsyncOperationBase_1_System_Collections_Generic_IList_1__get_Handle__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C644B8, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_ResourceProviders_IResourceProvider__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C644C0, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_ResourceProviders_IResourceProvider__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C644D8, ResourceManager_1_CreateOperation_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64500, Dictionary_2_System_Type_System_Type__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64508, Dictionary_2_System_Type_System_Type__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64510, Dictionary_2_UnityEngine_ResourceManagement_Util_IOperationCacheKey_UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64538, HashSet_1_UnityEngine_ResourceManagement_ResourceManager_InstanceOperation___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64548, ListWithEvents_1_UnityEngine_ResourceManagement_IUpdateReceiver___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64550, ListWithEvents_1_UnityEngine_ResourceManagement_ResourceProviders_IResourceProvider___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64558, ListWithEvents_1_UnityEngine_ResourceManagement_IUpdateReceiver__add_OnElementAdded__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64560, ListWithEvents_1_UnityEngine_ResourceManagement_ResourceProviders_IResourceProvider__add_OnElementAdded__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64568, ListWithEvents_1_UnityEngine_ResourceManagement_ResourceProviders_IResourceProvider__add_OnElementRemoved__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64588, Dictionary_2_System_Int32_UnityEngine_ResourceManagement_ResourceProviders_IResourceProvider___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64590, Dictionary_2_System_Type_System_Type___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64598, Dictionary_2_UnityEngine_ResourceManagement_Util_IOperationCacheKey_UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C645C8, ComponentSingleton_1_MonoBehaviourCallbackHooks__get_Instance__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C645E0, List_1_UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64650, Dictionary_2_UnityEngine_ResourceManagement_Util_IOperationCacheKey_UnityEngine_ResourceManagement_AsyncOperations_IAsyncOperation__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64680, ComponentSingleton_1_MonoBehaviourCallbackHooks___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64688, ListWithEvents_1_UnityEngine_ResourceManagement_IUpdateReceiver__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64698, List_1_UnityEngine_ResourceManagement_IUpdateReceiver__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C646A0, List_1_UnityEngine_ResourceManagement_IUpdateReceiver___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C646C0, HashSet_1_UnityEngine_ResourceManagement_ResourceManager_InstanceOperation__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C646C8, ListWithEvents_1_UnityEngine_ResourceManagement_IUpdateReceiver__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64B68, TMP_TextProcessingStack_1_TMP_ColorGradient__SetDefault__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64B70, TMP_TextProcessingStack_1_FontWeight__SetDefault__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64BF0, TMP_TextProcessingStack_1_HorizontalAlignmentOptions__SetDefault__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64C90, List_1_TMPro_TMP_SpriteCharacter__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64CE8, Dictionary_2_System_UInt32_TMPro_TMP_GlyphPairAdjustmentRecord__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C64CF8, Dictionary_2_System_UInt32_TMPro_TMP_Character__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65510, FastAction_2_System_Object_Compute_DT_EventArgs___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65518, FastAction_2_System_Boolean_UnityEngine_Material___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65520, FastAction_2_System_Boolean_UnityEngine_Object___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65540, FastAction_3_UnityEngine_GameObject_UnityEngine_Material_UnityEngine_Material___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65550, FastAction_3_UnityEngine_GameObject_UnityEngine_Material_UnityEngine_Material__Call__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65560, FastAction_1_UnityEngine_Object__Call__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65568, FastAction_2_System_Boolean_UnityEngine_Object__Call__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65570, FastAction_2_System_Object_Compute_DT_EventArgs__Call__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65578, FastAction_1_UnityEngine_Object___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C655A8, FastAction_2_System_Boolean_UnityEngine_Material__Call__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C655C8, TMP_TextInfo_Resize_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C655D0, Component_GetComponentsInChildren_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C655D8, GameObject_AddComponent_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C655E0, GameObject_GetComponentsInParent_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C655E8, List_1_UnityEngine_Canvas__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C655F0, List_1_UnityEngine_Canvas__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C655F8, TMP_ListPool_1_UnityEngine_Canvas__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65600, TMP_ListPool_1_UnityEngine_Canvas__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65610, Array_Resize_128__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65620, Component_GetComponent_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65700, List_1_TMPro_TMP_FontAsset__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65730, TMP_TextInfo_Resize_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65758, TMP_TextInfo_Resize_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65768, Resources_Load_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C657A0, Array_Resize_129__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C657A8, Component_GetComponentsInChildren_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C657B0, GameObject_AddComponent_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C657E0, Dictionary_2_System_Int32_TMPro_TMP_ColorGradient___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C657E8, Dictionary_2_System_Int32_UnityEngine_Material___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C657F0, Dictionary_2_System_Int32_TMPro_TMP_SpriteAsset___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C657F8, Dictionary_2_System_Int32_TMPro_TMP_FontAsset___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65820, Component_GetComponent_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65838, Dictionary_2_System_Int32_TMPro_TMP_ColorGradient__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65840, Dictionary_2_System_Int32_TMPro_TMP_ColorGradient__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65848, Dictionary_2_System_Int32_TMPro_TMP_FontAsset__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65850, Dictionary_2_System_Int32_UnityEngine_Material__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65858, Dictionary_2_System_Int32_TMPro_TMP_FontAsset__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65860, Dictionary_2_System_Int32_TMPro_TMP_SpriteAsset__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65868, Dictionary_2_System_Int32_TMPro_TMP_SpriteAsset__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65870, Dictionary_2_System_Int32_TMPro_TMP_SpriteAsset__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65878, Dictionary_2_System_Int32_TMPro_TMP_ColorGradient__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65880, Dictionary_2_System_Int32_UnityEngine_Material__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65888, Dictionary_2_System_Int32_TMPro_TMP_FontAsset__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65890, Dictionary_2_System_Action_LinkedListNode_1_System_Action__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C65898, Dictionary_2_System_Action_LinkedListNode_1_System_Action__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C658A0, LinkedList_1_System_Action__AddLast__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C658A8, Dictionary_2_System_Action_LinkedListNode_1_System_Action__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C658B0, Dictionary_2_System_Action_LinkedListNode_1_System_Action__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C658B8, LinkedList_1_System_Action__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C658C8, LinkedList_1_System_Action___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C658E0, LinkedListNode_1_System_Action__get_Next__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C658E8, LinkedListNode_1_System_Action__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C658F0, LinkedList_1_System_Action__get_First__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C658F8, Dictionary_2_System_Action_LinkedListNode_1_System_Action___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C660A0, AsyncTaskMethodBuilder_1_System_Int32__AwaitUnsafeOnCompleted_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C660C0, Nullable_1_Mono_Security_Interface_TlsProtocolCode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66118, Task_1_Mono_Net_Security_AsyncProtocolResult__ConfigureAwait__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66138, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_48__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66140, ConfiguredTaskAwaitable_1_Mono_Net_Security_AsyncProtocolResult__GetAwaiter__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66148, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_Mono_Net_Security_AsyncProtocolResult__GetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66150, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_Mono_Net_Security_AsyncProtocolResult__get_IsCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66220, Nullable_1_Mono_Security_Interface_MonoSslPolicyErrors___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66260, WeakReference_1_System_Net_Security_SslStream__TryGetTarget__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C662C0, WeakReference_1_System_Net_Security_SslStream___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C662D0, AsyncTaskMethodBuilder_1_Mono_Net_Security_AsyncProtocolResult__SetStateMachine__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C662D8, AsyncTaskMethodBuilder_1_Mono_Net_Security_AsyncProtocolResult__SetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C662E8, AsyncTaskMethodBuilder_1_Mono_Net_Security_AsyncProtocolResult__SetException__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C662F8, AsyncTaskMethodBuilder_1_Mono_Net_Security_AsyncProtocolResult__AwaitUnsafeOnCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66388, AsyncTaskMethodBuilder_1_Mono_Net_Security_AsyncProtocolResult__get_Task__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66398, AsyncTaskMethodBuilder_1_Mono_Net_Security_AsyncProtocolResult__Create__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C663A0, AsyncTaskMethodBuilder_1_Mono_Net_Security_AsyncProtocolResult__Start__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66408, Queue_1_Mono_Net_CFNetwork_GetProxyData__Enqueue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66410, Queue_1_Mono_Net_CFNetwork_GetProxyData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66420, Queue_1_Mono_Net_CFNetwork_GetProxyData__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C664A0, Queue_1_Mono_Net_CFNetwork_GetProxyData__Dequeue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C665A0, List_1_System_Security_AccessControl_GenericAce__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C665A8, List_1_System_Security_AccessControl_GenericAce__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C665D8, List_1_System_Security_AccessControl_GenericAce__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C665F8, List_1_System_Security_AccessControl_GenericAce__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66608, List_1_System_Security_AccessControl_GenericAce__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66630, List_1_T_Enumerator_System_Security_AccessControl_GenericAce__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66638, List_1_T_Enumerator_System_Security_AccessControl_GenericAce__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66640, List_1_T_Enumerator_System_Security_AccessControl_GenericAce__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66650, List_1_System_Security_AccessControl_GenericAce__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66660, List_1_System_Security_AccessControl_GenericAce__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C666C8, List_1_System_Security_AccessControl_GenericAce___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66930, Marshal_PtrToStructure_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66AC8, CommonAcl_RemoveAces_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66B08, CommonAcl_RemoveAces_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66B48, CommonAcl_RemoveAces_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66B90, CommonAcl_RemoveAces_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66C70, List_1_T_Enumerator_System_Security_Claims_ClaimsIdentity__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66C80, List_1_T_Enumerator_System_Security_Claims_ClaimsIdentity__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66C88, List_1_T_Enumerator_System_Security_Claims_ClaimsIdentity__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66C90, List_1_System_Security_Claims_ClaimsIdentity__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66CE0, List_1_System_Security_Claims_ClaimsIdentity__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66D48, List_1_System_Security_Claims_ClaimsIdentity___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66D60, List_1_System_Security_Claims_Claim__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66D68, List_1_System_Security_Claims_Claim__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66D90, Collection_1_System_Collections_Generic_IEnumerable_1__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66DA0, Collection_1_System_Collections_Generic_IEnumerable_1__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66E60, List_1_System_Security_Claims_Claim__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66E88, Collection_1_System_Collections_Generic_IEnumerable_1___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66EA0, List_1_System_Security_Claims_Claim___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66ED8, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_String_System_String__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66EE8, Dictionary_2_System_String_System_String__get_Keys__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66EF0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_String_System_String__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66EF8, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_String_System_String__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C66F00, Dictionary_2_TKey_TValue_KeyCollection_System_String_System_String__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C677D8, UnityEvent_1_UnityEngine_TouchScreenKeyboard_Status__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C677F8, UnityEvent_3_System_String_System_Int32_System_Int32__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67818, UnityEvent_1_System_String__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67820, GameObject_GetComponent_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67848, Component_GetComponent_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67850, Component_GetComponent_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67858, Component_GetComponent_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67860, Component_GetComponentsInParent_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67868, FastAction_1_UnityEngine_Object__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67870, SetPropertyUtility_SetStruct_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67878, SetPropertyUtility_SetClass_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67880, FastAction_1_UnityEngine_Object__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67888, GameObject_GetComponent_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C678C0, SetPropertyUtility_SetClass_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C678C8, SetPropertyUtility_SetClass_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C678D0, SetPropertyUtility_SetClass_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C678D8, SetPropertyUtility_SetStruct_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C678E0, SetPropertyUtility_SetStruct_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C678E8, SetPropertyUtility_SetClass_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C678F0, SetPropertyUtility_SetStruct_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67900, SetPropertyUtility_SetStruct_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67908, SetPropertyUtility_SetClass_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67910, SetPropertyUtility_SetClass_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67928, SetPropertyUtility_SetClass_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67930, SetPropertyUtility_SetClass_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67938, SetPropertyUtility_SetClass_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67940, SetPropertyUtility_SetClass_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67948, SetPropertyUtility_SetClass_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67990, List_1_TMPro_TMP_SpriteAsset__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67998, List_1_TMPro_TMP_GlyphPairAdjustmentRecord___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C679A0, Dictionary_2_System_UInt32_TMPro_TMP_SpriteCharacter__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C679A8, List_1_TMPro_TMP_SpriteAsset__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C679B8, Enumerable_OrderBy_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C679C0, Enumerable_ThenBy_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C679C8, Enumerable_ToList_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C679E8, Enumerable_OrderBy_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C679F0, Enumerable_ThenBy_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C679F8, Enumerable_ToList_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67A20, List_1_TMPro_KerningPair__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67A58, List_1_TMPro_KerningPair__FindIndex__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67A80, List_1_TMPro_KerningPair___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67A90, Enumerable_Last_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67A98, List_1_TMPro_KerningPair__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67AA0, List_1_TMPro_KerningPair__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67AD0, Dictionary_2_System_UInt32_TMPro_TMP_Character__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67AD8, List_1_TMPro_TMP_GlyphPairAdjustmentRecord___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67B20, List_1_UnityEngine_TextCore_Glyph___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67B28, List_1_TMPro_TMP_Character___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67B48, List_1_TMPro_TMP_FontAsset___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67B50, List_1_TMPro_TMP_Glyph__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67B58, List_1_TMPro_TMP_Glyph__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67B90, List_1_UnityEngine_TextCore_Glyph__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67BA0, List_1_TMPro_TMP_FontAsset___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67BA8, Array_Resize_130__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67BC8, List_1_TMPro_TMP_GlyphPairAdjustmentRecord__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67BD0, List_1_TMPro_TMP_GlyphPairAdjustmentRecord__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67BE8, Dictionary_2_System_UInt32_UnityEngine_TextCore_Glyph__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67C00, List_1_UnityEngine_TextCore_Glyph__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67C08, List_1_TMPro_TMP_FontAsset__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67C10, List_1_TMPro_TMP_FontAsset__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67C28, List_1_TMPro_TMP_Character__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67C30, List_1_TMPro_TMP_Character__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67C38, List_1_TMPro_TMP_Character__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67C60, List_1_TMPro_TMP_FontAsset__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67C80, Enumerable_OrderBy_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67C88, Enumerable_ToList_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67CB8, Dictionary_2_System_UInt32_TMPro_TMP_GlyphPairAdjustmentRecord___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67CC8, List_1_TMPro_KerningPair__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67CD0, List_1_TMPro_TMP_GlyphPairAdjustmentRecord__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67CD8, List_1_TMPro_TMP_GlyphPairAdjustmentRecord__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67CE8, List_1_TMPro_TMP_Character__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67CF0, List_1_TMPro_TMP_Character__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67CF8, Dictionary_2_System_UInt32_TMPro_TMP_GlyphPairAdjustmentRecord__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67D00, Dictionary_2_System_UInt32_TMPro_TMP_GlyphPairAdjustmentRecord__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67D08, Dictionary_2_System_UInt32_TMPro_TMP_GlyphPairAdjustmentRecord__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67D10, Enumerable_OrderBy_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67D18, Enumerable_ToList_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67D40, List_1_UnityEngine_TextCore_Glyph__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67D48, Dictionary_2_System_UInt32_TMPro_TMP_Character__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67D50, Dictionary_2_System_UInt32_TMPro_TMP_Character__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67D58, Dictionary_2_System_UInt32_TMPro_TMP_Character__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67D60, Dictionary_2_System_UInt32_TMPro_TMP_Character___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67D68, Dictionary_2_System_UInt32_UnityEngine_TextCore_Glyph__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67D70, Dictionary_2_System_UInt32_UnityEngine_TextCore_Glyph__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67D78, Dictionary_2_System_UInt32_UnityEngine_TextCore_Glyph__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67D80, Dictionary_2_System_UInt32_UnityEngine_TextCore_Glyph__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67D88, Dictionary_2_System_UInt32_UnityEngine_TextCore_Glyph___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67D98, List_1_UnityEngine_TextCore_Glyph__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67DA0, Component_GetComponentInParent_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67DA8, List_1_TMPro_TMP_Dropdown_OptionData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67DE0, ScriptableObject_CreateInstance_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67E00, Object_1_Instantiate_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67E08, List_1_TMPro_TMP_Dropdown_DropdownItem__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67E30, GameObject_GetComponent_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67E70, Component_GetComponentInChildren_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67E78, Component_GetComponents_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67E80, GameObject_AddComponent_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67E88, TMP_Dropdown_GetOrAddComponent_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67E90, TMP_Dropdown_GetOrAddComponent_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67E98, TMP_Dropdown_GetOrAddComponent_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67EA8, GameObject_GetComponentInChildren_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67EB0, List_1_TMPro_TMP_Dropdown_DropdownItem__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67EB8, List_1_TMPro_TMP_Dropdown_DropdownItem__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67EC0, List_1_TMPro_TMP_Dropdown_DropdownItem__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67F00, List_1_TMPro_TMP_Dropdown_DropdownItem___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67F20, List_1_UnityEngine_Sprite__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67F28, List_1_UnityEngine_Sprite__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67F30, List_1_TMPro_TMP_Dropdown_OptionData__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67F40, List_1_TMPro_TMP_Dropdown_OptionData__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67F80, GameObject_AddComponent_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67F88, GameObject_AddComponent_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67F90, GameObject_AddComponent_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67F98, GameObject_GetComponent_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67FA0, List_1_TMPro_TMP_Dropdown_OptionData__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67FD0, GameObject_AddComponent_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67FD8, GameObject_AddComponent_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C67FE8, GameObject_AddComponent_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C68008, GameObject_AddComponent_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C68010, GameObject_AddComponent_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C68088, List_1_System_Xml_XmlEventCache_XmlEvent__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C68090, List_1_System_Xml_XmlEventCache_XmlEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C680F0, List_1_System_Xml_XmlEventCache_XmlEvent__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C680F8, List_1_System_Xml_XmlEventCache_XmlEvent__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C683C8, List_1_T_Enumerator_System_Xml_XmlQualifiedName__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C683D8, List_1_System_Xml_XmlQualifiedName__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C683E8, List_1_System_Xml_XmlQualifiedName__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C68408, Dictionary_2_System_Xml_XmlQualifiedName_System_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C68418, Dictionary_2_System_Xml_XmlQualifiedName_System_Int32__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C68438, List_1_T_Enumerator_System_Xml_XmlQualifiedName__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C68448, List_1_T_Enumerator_System_Xml_XmlQualifiedName__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C68510, Dictionary_2_System_Xml_XmlQualifiedName_System_Int32__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C68F28, TMP_TextProcessingStack_1_HorizontalAlignmentOptions___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C69058, TMP_TextProcessingStack_1_TMP_ColorGradient__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C69088, TMP_TextProcessingStack_1_HorizontalAlignmentOptions__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C690C8, TMP_TextProcessingStack_1_FontWeight__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C69120, TMP_TextProcessingStack_1_TMP_ColorGradient___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C69130, TMP_TextProcessingStack_1_FontWeight___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C69238, TMP_TextProcessingStack_1_FontWeight__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C69258, TMP_TextProcessingStack_1_FontWeight__Peek__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C69298, List_1_TMPro_TMP_SpriteCharacter__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C692A8, Resources_Load_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C692B8, Resources_Load_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C692D8, TMP_TextProcessingStack_1_HorizontalAlignmentOptions__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C692F8, TMP_TextProcessingStack_1_TMP_ColorGradient__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C696A8, Component_GetComponent_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C696B8, GameObject_AddComponent_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C696D8, Component_GetComponent_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6AA48, XObject_Annotation_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6AA68, XObject_Annotation_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6AAD8, XHashtable_1_XName__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6AB18, XHashtable_1_XName__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6ABB0, XHashtable_1_System_WeakReference__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6ABC0, XHashtable_1_System_WeakReference__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6ABD0, XHashtable_1_System_WeakReference___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6AC58, XHashtable_1_XName___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6AD40, XDocument_GetFirstNode_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6ADC8, List_1_System_Runtime_Remoting_Contexts_IContextProperty__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6ADD0, List_1_System_Runtime_Remoting_Contexts_IContextProperty__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6ADF8, List_1_T_Enumerator_System_Runtime_Remoting_Contexts_IContextProperty__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6AE10, List_1_T_Enumerator_System_Runtime_Remoting_Contexts_IContextProperty__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6AE20, List_1_T_Enumerator_System_Runtime_Remoting_Contexts_IContextProperty__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6AE40, List_1_System_Runtime_Remoting_Contexts_IContextProperty__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6AE60, List_1_System_Runtime_Remoting_Contexts_IContextProperty__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6AE68, List_1_System_Runtime_Remoting_Contexts_IContextProperty___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6AE90, List_1_System_Runtime_Remoting_Contexts_IContextProperty__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B710, GameObject_AddComponent_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B720, Component_GetComponentInParent_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B728, GameObject_GetComponent_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B740, Dictionary_2_System_Int32_TMPro_TMP_Style__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B748, Dictionary_2_System_Int32_TMPro_TMP_Style__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B750, Dictionary_2_System_Int32_TMPro_TMP_Style___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B760, List_1_TMPro_TMP_Style__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B768, List_1_TMPro_TMP_Style__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B770, List_1_TMPro_TMP_Style__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B778, Dictionary_2_System_Int32_TMPro_TMP_Style__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B780, Dictionary_2_System_Int32_TMPro_TMP_Style__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B788, Component_GetComponentInParent_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B790, List_1_TMPro_TMP_Style___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B7A0, List_1_TMPro_TMP_SpriteGlyph__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B7A8, List_1_TMPro_TMP_Sprite__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B7B0, List_1_TMPro_TMP_Sprite__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B7D0, Enumerable_ToList_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B7E8, List_1_TMPro_TMP_SpriteCharacter__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B7F0, List_1_TMPro_TMP_SpriteGlyph__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B7F8, List_1_TMPro_TMP_SpriteCharacter__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B810, List_1_TMPro_TMP_SpriteGlyph___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B818, List_1_TMPro_TMP_SpriteCharacter___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B840, List_1_TMPro_TMP_SpriteGlyph__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B848, List_1_TMPro_TMP_SpriteGlyph__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B850, Enumerable_OrderBy_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B858, Enumerable_ToList_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B878, Enumerable_OrderBy_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B8B0, Dictionary_2_System_UInt32_TMPro_TMP_SpriteGlyph__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B8B8, Dictionary_2_System_UInt32_TMPro_TMP_SpriteCharacter__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B8C8, Dictionary_2_System_UInt32_TMPro_TMP_SpriteCharacter__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B8D0, Dictionary_2_System_UInt32_TMPro_TMP_SpriteGlyph__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B8D8, Dictionary_2_System_UInt32_TMPro_TMP_SpriteGlyph___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B8E0, Dictionary_2_System_UInt32_TMPro_TMP_SpriteCharacter___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B8E8, Dictionary_2_System_UInt32_TMPro_TMP_SpriteGlyph__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B8F8, Dictionary_2_System_UInt32_TMPro_TMP_SpriteGlyph__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B900, Dictionary_2_System_UInt32_TMPro_TMP_SpriteCharacter__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6B988, Component_GetComponent_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BBB0, Resources_Load_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BBE0, Dictionary_2_System_Xml_IDtdEntityInfo_System_Xml_IDtdEntityInfo__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BBF0, Dictionary_2_System_Xml_IDtdEntityInfo_System_Xml_IDtdEntityInfo__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BC00, Dictionary_2_System_Xml_IDtdEntityInfo_System_Xml_IDtdEntityInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BC28, Dictionary_2_System_Xml_IDtdEntityInfo_System_Xml_IDtdEntityInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BC78, Dictionary_2_System_Int64_TMPro_TMP_MaterialManager_FallbackMaterial__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BC90, Dictionary_2_System_Int64_TMPro_TMP_MaterialManager_FallbackMaterial__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BCA8, List_1_UnityEngine_UI_IMaterialModifier__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BCB0, TMP_ListPool_1_UnityEngine_UI_IMaterialModifier__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BCB8, TMP_ListPool_1_UnityEngine_UI_IMaterialModifier__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BCD8, Component_GetComponentsInParent_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BCF0, Dictionary_2_System_Int64_TMPro_TMP_MaterialManager_FallbackMaterial__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BD08, List_1_TMPro_TMP_MaterialManager_FallbackMaterial__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BD10, List_1_TMPro_TMP_MaterialManager_FallbackMaterial__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BD20, List_1_TMPro_TMP_MaterialManager_FallbackMaterial__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BD50, List_1_TMPro_TMP_MaterialManager_FallbackMaterial__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BDE0, TMP_ListPool_1_UnityEngine_UI_Mask__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BE00, Component_GetComponents_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BE10, List_1_UnityEngine_UI_IMaterialModifier__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BE20, List_1_TMPro_TMP_MaterialManager_MaskingMaterial__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BE30, Component_GetComponents_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BE38, List_1_UnityEngine_UI_Mask__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BE40, List_1_UnityEngine_UI_Mask__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BE50, TMP_ListPool_1_UnityEngine_UI_Mask__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BE70, List_1_TMPro_TMP_MaterialManager_MaskingMaterial__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BE80, List_1_TMPro_TMP_MaterialManager_MaskingMaterial__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BE90, List_1_TMPro_TMP_MaterialManager_MaskingMaterial__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BEB0, Dictionary_2_System_Int64_TMPro_TMP_MaterialManager_FallbackMaterial___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BEC8, List_1_TMPro_TMP_MaterialManager_MaskingMaterial___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BED8, List_1_TMPro_TMP_MaterialManager_FallbackMaterial___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BF08, Array_Sort_253__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BF48, List_1_TMPro_TMP_MaterialManager_MaskingMaterial__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BF50, List_1_TMPro_TMP_MaterialManager_MaskingMaterial__FindIndex__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6BFA0, UnityEvent_1_UnityEngine_TouchScreenKeyboard_Status___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6C000, UnityEvent_3_System_String_System_Int32_System_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6C150, Task_FromResult_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6C170, List_1_UnityEngine_UI_ICanvasElement__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6C178, List_1_UnityEngine_UI_ICanvasElement__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6C188, List_1_UnityEngine_UI_ICanvasElement__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6C190, List_1_UnityEngine_UI_ICanvasElement__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6C1A0, List_1_UnityEngine_UI_ICanvasElement__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6C1D0, List_1_TMPro_TMP_Text__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6C1D8, List_1_TMPro_TMP_Text__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6C1E0, List_1_TMPro_TMP_Text__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6C1E8, List_1_TMPro_TMP_Text__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6C1F8, List_1_UnityEngine_UI_ICanvasElement___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6C238, List_1_TMPro_TMP_Text___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6C250, List_1_TMPro_TMP_Text__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6DD40, ConcurrentDictionary_2_System_Runtime_Serialization_MemberHolder_System_Reflection_MemberInfo__GetOrAdd__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6DDD8, ConcurrentDictionary_2_System_Runtime_Serialization_MemberHolder_System_Reflection_MemberInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6DDF8, List_1_System_Runtime_Serialization_SerializationFieldInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6DE00, List_1_System_Runtime_Serialization_SerializationFieldInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6DE08, List_1_System_Runtime_Serialization_SerializationFieldInfo__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6DE48, List_1_T_Enumerator_System_Reflection_MethodInfo__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6DE50, List_1_T_Enumerator_System_Reflection_MethodInfo__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6DE58, List_1_System_Reflection_MethodInfo__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6DE70, ConcurrentDictionary_2_System_Type_System_Runtime_Serialization_SerializationEvents__GetOrAdd__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6DE98, ConcurrentDictionary_2_System_Type_System_Runtime_Serialization_SerializationEvents___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6DEC8, List_1_System_Reflection_MethodInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6DED0, List_1_System_Reflection_MethodInfo__Reverse__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6DED8, List_1_System_Reflection_MethodInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6DEE8, List_1_T_Enumerator_System_Reflection_MethodInfo__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E448, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_XmlQualifiedName__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E5B8, Dictionary_2_System_String_System_Boolean__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E870, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaElementDecl__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E878, KeyValuePair_2_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaElementDecl__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E888, Dictionary_2_TKey_TValue_ValueCollection_System_String_System_Xml_Schema_SchemaNotation__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E898, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_String_System_Xml_Schema_SchemaNotation__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E8A0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_String_System_Boolean__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E8A8, Dictionary_2_TKey_TValue_KeyCollection_System_String_System_Boolean__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E8B0, KeyValuePair_2_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaElementDecl__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E8B8, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_String_System_Boolean__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E8C0, Dictionary_2_TKey_TValue_Enumerator_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaElementDecl__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E8C8, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_String_System_Xml_Schema_SchemaNotation__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E8D0, Dictionary_2_TKey_TValue_Enumerator_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaElementDecl__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E8F8, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaEntity__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E908, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaElementDecl__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E910, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaElementDecl__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E918, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaElementDecl__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E920, Dictionary_2_TKey_TValue_ValueCollection_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaElementDecl__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E928, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_XmlQualifiedName__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E948, Dictionary_2_System_String_System_Boolean__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E950, Dictionary_2_System_String_System_Xml_Schema_SchemaNotation__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E958, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaElementDecl__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E960, Dictionary_2_System_String_System_Boolean__get_Keys__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E968, Dictionary_2_System_String_System_Xml_Schema_SchemaNotation__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E970, Dictionary_2_System_String_System_Boolean__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E978, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaElementDecl__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E980, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaElementDecl__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E988, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaAttDef__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E990, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_String_System_Xml_Schema_SchemaNotation__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E998, Dictionary_2_System_String_System_Xml_Schema_SchemaNotation__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E9B0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_String_System_Boolean__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E9B8, Dictionary_2_TKey_TValue_Enumerator_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaElementDecl__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E9C0, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaElementDecl___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E9D8, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaElementDecl__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6E9E0, Dictionary_2_System_String_System_Xml_Schema_SchemaNotation___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6EA00, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaEntity___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6EA10, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaAttDef__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6EA28, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaAttDef__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6EA30, Dictionary_2_TKey_TValue_ValueCollection_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaAttDef__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6EA40, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaAttDef__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6EA48, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaAttDef__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6EA58, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaAttDef__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6EA60, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaAttDef__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6EA68, List_1_System_Xml_IDtdDefaultAttributeInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6EA70, List_1_System_Xml_IDtdDefaultAttributeInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6EA78, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaAttDef___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6EA80, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_XmlQualifiedName___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6EF70, List_1_System_Type__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6EFE8, List_1_System_Type___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6F180, Dictionary_2_System_Type_System_Runtime_Serialization_Formatters_Binary_TypeInformation___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6F228, Dictionary_2_System_Type_System_Runtime_Serialization_Formatters_Binary_TypeInformation__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6F230, Dictionary_2_System_Type_System_Runtime_Serialization_Formatters_Binary_TypeInformation__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6F9D8, ScriptPlayable_1_UnityEngine_Timeline_ActivationControlPlayable__Create__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6F9E8, ScriptPlayable_1_UnityEngine_Timeline_ActivationControlPlayable__GetBehaviour__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6F9F0, ScriptPlayable_1_UnityEngine_Timeline_ActivationControlPlayable__get_Null__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FA08, ScriptPlayable_1_UnityEngine_Timeline_DirectorControlPlayable__Create__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FA10, ScriptPlayable_1_UnityEngine_Timeline_DirectorControlPlayable__GetBehaviour__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FA20, ScriptPlayable_1_UnityEngine_Timeline_DirectorControlPlayable__get_Null__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FA40, ScriptPlayable_1_UnityEngine_Timeline_BasicPlayableBehaviour__Create__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FA48, ScriptPlayable_1_UnityEngine_Timeline_BasicPlayableBehaviour__op_Implicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FA60, List_1_UnityEngine_Timeline_SignalAsset__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FA70, List_1_UnityEngine_Timeline_SignalAsset__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FA78, List_1_UnityEngine_Events_UnityEvent__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FAA0, List_1_UnityEngine_Timeline_SignalAsset__IndexOf__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FAB0, List_1_UnityEngine_Events_UnityEvent__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FAE0, List_1_UnityEngine_Timeline_SignalAsset___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FAF0, List_1_UnityEngine_Events_UnityEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FB20, List_1_UnityEngine_Timeline_SignalAsset__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FB38, List_1_UnityEngine_Timeline_SignalAsset__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FB40, List_1_UnityEngine_Timeline_SignalAsset__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FB60, List_1_UnityEngine_Events_UnityEvent__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FB88, List_1_UnityEngine_Events_UnityEvent__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FBD0, List_1_UnityEngine_Events_UnityEvent__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FC48, List_1_UnityEngine_Timeline_IMarker__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FC70, List_1_UnityEngine_Timeline_SignalAsset__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FCA0, List_1_UnityEngine_ScriptableObject___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FCE0, List_1_UnityEngine_Timeline_IMarker__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FCF8, List_1_UnityEngine_Timeline_IMarker__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FD10, List_1_UnityEngine_ScriptableObject__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FD18, List_1_UnityEngine_ScriptableObject__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FE00, GameObject_GetComponentsInChildren_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FE20, HashSet_1_UnityEngine_ParticleSystem___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FE28, HashSet_1_UnityEngine_Playables_PlayableDirector___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FE50, List_1_UnityEngine_ParticleSystem___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FE58, List_1_UnityEngine_Playables_PlayableDirector___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FEA8, HashSet_1_UnityEngine_ParticleSystem__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FEC0, GameObject_GetComponentsInChildren_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FED8, HashSet_1_UnityEngine_ParticleSystem__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FEE8, HashSet_1_UnityEngine_ParticleSystem__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FF08, HashSet_1_UnityEngine_Playables_PlayableDirector__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FF18, HashSet_1_UnityEngine_Playables_PlayableDirector__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FF20, HashSet_1_UnityEngine_Playables_PlayableDirector__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FF30, IPropertyCollector_AddFromName_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FF50, ScriptPlayable_1_UnityEngine_Timeline_ParticleControlPlayable__op_Implicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FF80, ScriptPlayable_1_UnityEngine_Timeline_DirectorControlPlayable__op_Implicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FF90, PlayableExtensions_IsValid_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C6FFA0, ScriptPlayable_1_UnityEngine_Timeline_ActivationControlPlayable__op_Implicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70010, ScriptPlayable_1_UnityEngine_Timeline_TimeControlPlayable__op_Implicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70038, ControlPlayableAsset_GetComponent_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C700B8, ExposedReference_1_GameObject__Resolve__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C700E0, ScriptPlayable_1_UnityEngine_Timeline_PrefabControlPlayable__GetBehaviour__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C700E8, ScriptPlayable_1_UnityEngine_Timeline_PrefabControlPlayable__op_Implicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C701A0, List_1_UnityEngine_Timeline_TimelineClip___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C701B8, List_1_UnityEngine_Timeline_TimelineClip__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C701C8, List_1_UnityEngine_Timeline_TrackAsset__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C701E0, Dictionary_2_System_Type_UnityEngine_Timeline_TrackBindingTypeAttribute___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70200, List_1_UnityEngine_Timeline_IMarker___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70220, PlayableHandle_GetObject_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70230, Dictionary_2_System_Type_UnityEngine_Timeline_TrackBindingTypeAttribute__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70238, Dictionary_2_System_Type_UnityEngine_Timeline_TrackBindingTypeAttribute__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70308, List_1_UnityEngine_Timeline_TimelineClip__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70328, Array_Sort_254__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70348, List_1_UnityEngine_Timeline_TimelineClip__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C703C0, PlayableExtensions_SetInputCount_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C703C8, PlayableExtensions_SetInputWeight_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C703D8, PlayableGraph_Connect_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C703E0, ScriptPlayable_1_UnityEngine_Timeline_TimeNotificationBehaviour__GetBehaviour__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C703E8, ScriptPlayable_1_UnityEngine_Timeline_TimeNotificationBehaviour__op_Implicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70410, List_1_UnityEngine_Timeline_TimelineClip__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70470, List_1_UnityEngine_Timeline_IMarker__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C704D0, List_1_UnityEngine_Timeline_TimelineClip__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C704F8, List_1_UnityEngine_Timeline_TimelineClip__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70510, GameObject_TryGetComponent_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70518, List_1_UnityEngine_Timeline_IMarker__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70520, PlayableExtensions_IsValid_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70588, List_1_UnityEngine_Timeline_TimelineClip__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70590, List_1_UnityEngine_Timeline_TimelineClip___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70768, List_1_UnityEngine_Timeline_TimelineClip__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70770, List_1_UnityEngine_Timeline_TimelineClip___ctor_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70788, List_1_UnityEngine_ScriptableObject__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70798, List_1_T_Enumerator_UnityEngine_Timeline_TimelineClip__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C707A0, List_1_T_Enumerator_UnityEngine_Timeline_TimelineClip__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C707A8, List_1_T_Enumerator_UnityEngine_Timeline_TimelineClip__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C707B0, PlayableExtensions_IsValid_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C707B8, PlayableExtensions_SetDuration_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C707C0, PlayableExtensions_SetPropagateSetTime_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C707C8, ScriptPlayable_1_UnityEngine_Timeline_TimelinePlayable__op_Implicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C707E0, List_1_UnityEngine_Timeline_TrackAsset__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C707E8, List_1_UnityEngine_ScriptableObject__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C707F0, List_1_UnityEngine_ScriptableObject__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C707F8, ScriptableObject_CreateInstance_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70808, List_1_UnityEngine_ScriptableObject___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70810, List_1_UnityEngine_ScriptableObject__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70820, List_1_UnityEngine_Timeline_TrackAsset__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70828, List_1_UnityEngine_Timeline_TrackAsset__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70838, List_1_T_Enumerator_UnityEngine_ScriptableObject__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70848, List_1_UnityEngine_ScriptableObject__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70860, List_1_UnityEngine_Timeline_TrackAsset__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70868, List_1_T_Enumerator_UnityEngine_ScriptableObject__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70870, List_1_T_Enumerator_UnityEngine_ScriptableObject__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70878, List_1_UnityEngine_Timeline_TrackAsset__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70880, List_1_UnityEngine_ScriptableObject__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70888, List_1_UnityEngine_Timeline_TrackAsset___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70890, List_1_UnityEngine_Timeline_TrackAsset___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C708C8, Queue_1_UnityEngine_Transform__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C708D0, Queue_1_UnityEngine_Transform___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C708F8, List_1_UnityEngine_AnimationClip__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70918, IntervalTree_1_RuntimeElement__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70950, List_1_UnityEngine_Timeline_AnimationTrack__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70958, List_1_UnityEngine_Timeline_AnimationTrack___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70960, List_1_UnityEngine_Timeline_AnimationTrack__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70968, List_1_UnityEngine_Timeline_AnimationTrack__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70998, List_1_T_Enumerator_UnityEngine_Animations_IAnimationWindowPreview__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C709A8, List_1_UnityEngine_Animations_IAnimationWindowPreview__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C709B0, GameObject_GetComponents_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C709B8, List_1_UnityEngine_Animations_IAnimationWindowPreview__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C709C0, List_1_UnityEngine_Animations_IAnimationWindowPreview___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C709D8, List_1_UnityEngine_Timeline_TimelineClip__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C709E8, TrackAsset_CreateClip_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C709F8, List_1_T_Enumerator_UnityEngine_Animations_IAnimationWindowPreview__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70A00, List_1_T_Enumerator_UnityEngine_Animations_IAnimationWindowPreview__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70AB8, ScriptPlayable_1_UnityEngine_Timeline_ActivationMixerPlayable__GetBehaviour__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70AC0, ScriptPlayable_1_UnityEngine_Timeline_ActivationMixerPlayable__op_Implicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70AC8, ScriptPlayable_1_UnityEngine_Timeline_ActivationMixerPlayable__Create__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70B50, List_1_UnityEngine_ScriptableObject__Exists__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70B90, ScriptPlayable_1_UnityEngine_Timeline_TimeNotificationBehaviour__Equals__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70B98, ScriptPlayable_1_UnityEngine_Timeline_TimeNotificationBehaviour__get_Null__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70C10, List_1_UnityEngine_Timeline_ITimelineEvaluateCallback__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70C18, List_1_UnityEngine_Timeline_RuntimeElement__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70C20, Dictionary_2_UnityEngine_Timeline_TrackAsset_UnityEngine_Playables_Playable__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70C28, List_1_UnityEngine_Timeline_IntervalTree_1_Entry___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70C30, List_1_T_Enumerator_UnityEngine_Timeline_RuntimeElement__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70C40, IntervalTree_1_RuntimeElement__IntersectsWith__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70C48, List_1_UnityEngine_Timeline_RuntimeElement__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70C50, List_1_UnityEngine_Timeline_RuntimeElement__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70C58, List_1_UnityEngine_Timeline_RuntimeElement__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70C60, List_1_UnityEngine_Timeline_ITimelineEvaluateCallback__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70C68, List_1_UnityEngine_Timeline_RuntimeElement__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70C70, List_1_UnityEngine_Timeline_RuntimeElement___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70C88, Dictionary_2_UnityEngine_Timeline_TrackAsset_UnityEngine_Playables_Playable___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70C98, IntervalTree_1_RuntimeElement___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70CA8, List_1_UnityEngine_Timeline_ITimelineEvaluateCallback___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70CD0, Dictionary_2_UnityEngine_Timeline_TrackAsset_UnityEngine_Playables_Playable__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70CD8, GameObject_GetComponents_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70CF0, Dictionary_2_UnityEngine_Timeline_TrackAsset_UnityEngine_Playables_Playable__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70D10, List_1_T_Enumerator_UnityEngine_Timeline_RuntimeElement__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70D18, List_1_T_Enumerator_UnityEngine_Timeline_RuntimeElement__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70D28, List_1_UnityEngine_Timeline_ITimelineEvaluateCallback__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70D50, Dictionary_2_UnityEngine_Timeline_TrackAsset_UnityEngine_Playables_Playable__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70D58, List_1_UnityEngine_Timeline_ITimelineEvaluateCallback__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70D60, List_1_UnityEngine_Timeline_TrackAsset___ctor_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70D68, List_1_UnityEngine_Timeline_RuntimeElement___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70D80, PlayableExtensions_SetTraversalMode_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70D88, ScriptPlayable_1_UnityEngine_Timeline_TimelinePlayable__Create__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70D90, ScriptPlayable_1_UnityEngine_Timeline_TimelinePlayable__GetBehaviour__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70DD8, PlayableExtensions_SetDuration_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70DE0, PlayableExtensions_SetPropagateSetTime_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70DE8, PlayableExtensions_SetTimeWrapMode_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70DF0, ScriptPlayable_1_UnityEngine_Timeline_TimeNotificationBehaviour__Create__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70E30, Object_1_Instantiate_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70E58, ScriptPlayable_1_UnityEngine_Timeline_PrefabControlPlayable__Create__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70E60, ScriptPlayable_1_UnityEngine_Timeline_PrefabControlPlayable__get_Null__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70E68, ScriptPlayable_1_UnityEngine_Timeline_TimeControlPlayable__GetBehaviour__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70E70, ScriptPlayable_1_UnityEngine_Timeline_TimeControlPlayable__get_Null__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70E78, ScriptPlayable_1_UnityEngine_Timeline_TimeControlPlayable__Create__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70E80, ScriptPlayable_1_UnityEngine_Timeline_ParticleControlPlayable__Create__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70E88, ScriptPlayable_1_UnityEngine_Timeline_ParticleControlPlayable__GetBehaviour__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70E90, ScriptPlayable_1_UnityEngine_Timeline_ParticleControlPlayable__get_Null__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70EA0, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_XmlSchemaObject__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70EA8, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_XmlSchemaObject__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70EC8, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_XmlSchemaObject__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70EE8, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_XmlSchemaObject___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70EF8, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_XmlSchemaObject__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70F08, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_XmlSchemaObject__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70F18, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_XmlSchemaObject__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C70F20, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_XmlSchemaObject__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C716D8, Dictionary_2_System_String_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72070, Component_GetComponent_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72078, Component_GetComponent_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72180, SubsystemWithProvider_3_UnityEngine_XR_ARSubsystems_XRPlaneSubsystem_UnityEngine_XR_ARSubsystems_XRPlaneSubsystemDescriptor_UnityEngine_XR_ARSubsystems_XRPlaneSubsystem_Provider__get_subsystemDescriptor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C721A0, ARTrackable_2_UnityEngine_XR_ARSubsystems_BoundedPlane_ARPlane___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C721B8, List_1_UnityEngine_XR_ARFoundation_ARAnchor__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C721D8, ARTrackableManager_5_UnityEngine_XR_ARSubsystems_XRAnchorSubsystem_UnityEngine_XR_ARSubsystems_XRAnchorSubsystemDescriptor_UnityEngine_XR_ARSubsystems_XRAnchorSubsystem_Provider_UnityEngine_XR_ARSubsystems_XRAnchor_ARAnchor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C721E8, ARTrackable_2_UnityEngine_XR_ARSubsystems_BoundedPlane_ARPlane__get_sessionRelativeData__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C721F0, ARTrackable_2_UnityEngine_XR_ARSubsystems_BoundedPlane_ARPlane__get_trackableId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72220, ARTrackableManager_5_UnityEngine_XR_ARSubsystems_XRAnchorSubsystem_UnityEngine_XR_ARSubsystems_XRAnchorSubsystemDescriptor_UnityEngine_XR_ARSubsystems_XRAnchorSubsystem_Provider_UnityEngine_XR_ARSubsystems_XRAnchor_ARAnchor__CanBeAddedToSubsystem__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72228, ARTrackableManager_5_UnityEngine_XR_ARSubsystems_XRAnchorSubsystem_UnityEngine_XR_ARSubsystems_XRAnchorSubsystemDescriptor_UnityEngine_XR_ARSubsystems_XRAnchorSubsystem_Provider_UnityEngine_XR_ARSubsystems_XRAnchor_ARAnchor__CreateTrackableFromExisting__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72238, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_UnityEngine_XR_ARFoundation_ARAnchor__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72248, ARTrackableManager_5_UnityEngine_XR_ARSubsystems_XRAnchorSubsystem_UnityEngine_XR_ARSubsystems_XRAnchorSubsystemDescriptor_UnityEngine_XR_ARSubsystems_XRAnchorSubsystem_Provider_UnityEngine_XR_ARSubsystems_XRAnchor_ARAnchor__DestroyPendingTrackable__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72260, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_UnityEngine_XR_ARFoundation_ARAnchor__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72268, Dictionary_2_UnityEngine_XR_ARSubsystems_TrackableId_UnityEngine_XR_ARFoundation_ARAnchor__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72278, ARTrackableManager_5_UnityEngine_XR_ARSubsystems_XRAnchorSubsystem_UnityEngine_XR_ARSubsystems_XRAnchorSubsystemDescriptor_UnityEngine_XR_ARSubsystems_XRAnchorSubsystem_Provider_UnityEngine_XR_ARSubsystems_XRAnchor_ARAnchor__get_instance__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72288, ARTrackable_2_UnityEngine_XR_ARSubsystems_XRAnchor_ARAnchor__set_pending__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72290, ARTrackable_2_UnityEngine_XR_ARSubsystems_XRAnchor_ARAnchor__get_sessionRelativeData__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C722A0, ARTrackableManager_5_UnityEngine_XR_ARSubsystems_XRAnchorSubsystem_UnityEngine_XR_ARSubsystems_XRAnchorSubsystemDescriptor_UnityEngine_XR_ARSubsystems_XRAnchorSubsystem_Provider_UnityEngine_XR_ARSubsystems_XRAnchor_ARAnchor__CreateTrackableImmediate__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C722A8, ARTrackableManager_5_UnityEngine_XR_ARSubsystems_XRAnchorSubsystem_UnityEngine_XR_ARSubsystems_XRAnchorSubsystemDescriptor_UnityEngine_XR_ARSubsystems_XRAnchorSubsystem_Provider_UnityEngine_XR_ARSubsystems_XRAnchor_ARAnchor__get_sessionOrigin__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C722B0, ARTrackable_2_UnityEngine_XR_ARSubsystems_XRAnchor_ARAnchor__get_trackableId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C722B8, ARTrackable_2_UnityEngine_XR_ARSubsystems_XRAnchor_ARAnchor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C725C8, Dictionary_2_System_String_System_Resources_ResourceSet__ContainsValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72630, Dictionary_2_System_String_System_Resources_ResourceSet__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72660, Dictionary_2_System_String_System_Resources_ResourceSet___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C726B0, CustomAttributeExtensions_GetCustomAttribute_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72730, Dictionary_2_System_String_System_Resources_ResourceSet__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72780, Dictionary_2_System_String_System_Resources_ResourceLocator__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72788, Dictionary_2_System_String_System_Resources_ResourceLocator__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72790, Dictionary_2_System_String_System_Resources_ResourceLocator__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C727B0, Dictionary_2_System_String_System_Resources_ResourceLocator___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72990, Dictionary_2_System_ValueTuple_2_System_Runtime_InteropServices_ICustomMarshaler___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C729E0, ValueTuple_2_Type_String__CompareTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C729E8, ValueTuple_2_Type_String__GetHashCode__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C729F0, Dictionary_2_System_ValueTuple_2_System_Runtime_InteropServices_ICustomMarshaler__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C729F8, Dictionary_2_System_ValueTuple_2_System_Runtime_InteropServices_ICustomMarshaler__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72A18, LazyInitializer_EnsureInitialized_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72A30, ValueTuple_2_Type_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72CC0, ConcurrentDictionary_2_System_String_System_Object__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72CC8, ConcurrentDictionary_2_System_String_System_Object__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72CD0, ConcurrentDictionary_2_System_String_System_Object___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72CF0, SubsystemDescriptorWithProvider_2_UnityEngine_XR_ARSubsystems_XRSessionSubsystem_UnityEngine_XR_ARSubsystems_XRSessionSubsystem_Provider___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72D50, SubsystemProvider_1_UnityEngine_XR_ARSubsystems_XRSessionSubsystem___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72E58, SubsystemDescriptorWithProvider_2_UnityEngine_XR_ARSubsystems_XRRaycastSubsystem_UnityEngine_XR_ARSubsystems_XRRaycastSubsystem_Provider___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72EB0, SubsystemProvider_1_UnityEngine_XR_ARSubsystems_XRRaycastSubsystem___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72EC8, SubsystemWithProvider_3_UnityEngine_XR_ARSubsystems_XRSessionSubsystem_UnityEngine_XR_ARSubsystems_XRSessionSubsystemDescriptor_UnityEngine_XR_ARSubsystems_XRSessionSubsystem_Provider___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72F80, SubsystemDescriptorWithProvider_2_UnityEngine_XR_ARSubsystems_XRPlaneSubsystem_UnityEngine_XR_ARSubsystems_XRPlaneSubsystem_Provider___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C72FF0, SubsystemProvider_1_UnityEngine_XR_ARSubsystems_XRPlaneSubsystem___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C73040, TrackingSubsystem_4_XRRaycast_XRRaycastSubsystem_XRRaycastSubsystemDescriptor_XRRaycastSubsystem_Provider___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C73060, SubsystemWithProvider_3_UnityEngine_XR_ARSubsystems_XRRaycastSubsystem_UnityEngine_XR_ARSubsystems_XRRaycastSubsystemDescriptor_UnityEngine_XR_ARSubsystems_XRRaycastSubsystem_Provider__get_provider__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C73158, SubsystemWithProvider_3_UnityEngine_XR_ARSubsystems_XRPlaneSubsystem_UnityEngine_XR_ARSubsystems_XRPlaneSubsystemDescriptor_UnityEngine_XR_ARSubsystems_XRPlaneSubsystem_Provider__get_provider__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C731F0, TrackingSubsystem_4_BoundedPlane_XRPlaneSubsystem_XRPlaneSubsystemDescriptor_XRPlaneSubsystem_Provider___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C73408, SubsystemProvider_1_UnityEngine_XR_ARSubsystems_XRAnchorSubsystem___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C73460, SubsystemDescriptorWithProvider_2_UnityEngine_XR_ARSubsystems_XRAnchorSubsystem_UnityEngine_XR_ARSubsystems_XRAnchorSubsystem_Provider___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C73470, TrackingSubsystem_4_XRAnchor_XRAnchorSubsystem_XRAnchorSubsystemDescriptor_XRAnchorSubsystem_Provider___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C73478, SubsystemWithProvider_3_UnityEngine_XR_ARSubsystems_XRAnchorSubsystem_UnityEngine_XR_ARSubsystems_XRAnchorSubsystemDescriptor_UnityEngine_XR_ARSubsystems_XRAnchorSubsystem_Provider__get_provider__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C73588, HashSet_1_UnityEngine_XR_Management_XRLoader___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C73598, List_1_UnityEngine_XR_Management_XRLoader___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C735A8, List_1_UnityEngine_Rendering_GraphicsDeviceType__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C73638, HashSet_1_UnityEngine_XR_Management_XRLoader__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C73640, List_1_UnityEngine_XR_Management_XRLoader__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C73648, List_1_UnityEngine_XR_Management_XRLoader__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C73658, List_1_T_Enumerator_UnityEngine_XR_Management_XRLoader__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C73670, List_1_T_Enumerator_UnityEngine_XR_Management_XRLoader__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C73678, List_1_T_Enumerator_UnityEngine_XR_Management_XRLoader__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C73680, List_1_UnityEngine_XR_Management_XRLoader__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C736A0, List_1_UnityEngine_XR_Management_XRLoader___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C736B0, HashSet_1_UnityEngine_XR_Management_XRLoader__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C736B8, List_1_UnityEngine_Rendering_GraphicsDeviceType__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C736C0, List_1_UnityEngine_XR_Management_XRLoader__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C736C8, List_1_UnityEngine_XR_Management_XRLoader__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C736D0, List_1_UnityEngine_XR_Management_XRLoader__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C736E8, List_1_UnityEngine_XR_Management_XRLoader__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C73730, Dictionary_2_System_Type_UnityEngine_ISubsystem__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C73740, Dictionary_2_System_Type_UnityEngine_ISubsystem___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C73788, List_1_UnityEngine_Rendering_GraphicsDeviceType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C73A18, ValueTuple_2_UnityEngine_GameObject_Boolean___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C73A90, List_1_System_Xml_Schema_XmlSchemaElement___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C73AA0, List_1_System_Xml_Schema_XmlSchemaElement__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C73AA8, Component_GetComponent_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C73AB8, List_1_System_Xml_Schema_XmlSchemaElement__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C73AD0, List_1_System_Xml_Schema_XmlSchema___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C73AE0, List_1_System_Xml_Schema_XmlSchema__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C73AF0, List_1_System_Xml_Schema_XmlSchema__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C73C40, List_1_System_Xml_Schema_XmlSchemaElement__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C74AC0, XmlListConverter_ToArray_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C74AE0, XmlListConverter_ToArray_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C74AE8, XmlListConverter_ToArray_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C74AF0, XmlListConverter_ToArray_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C74AF8, XmlListConverter_ToArray_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C74B18, XmlListConverter_ToArray_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C74B30, XmlListConverter_ToArray_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C74E98, Dictionary_2_System_String_System_Globalization_ISimpleCollator__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C74EA0, Dictionary_2_System_String_System_Globalization_ISimpleCollator___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C74EA8, Dictionary_2_System_String_System_Globalization_ISimpleCollator__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C75858, List_1_System_Reflection_Module__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C75860, List_1_System_Reflection_Module__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C75868, List_1_System_Reflection_Module___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C76430, Dictionary_2_System_String_MS_Internal_Xml_XPath_Axis_AxisType__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C76438, Dictionary_2_System_String_MS_Internal_Xml_XPath_Axis_AxisType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C76480, Array_Empty_42__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C764B0, Dictionary_2_System_String_MS_Internal_Xml_XPath_Axis_AxisType__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C764C8, InputControl_GetChildControl_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C76520, Dictionary_2_System_String_MS_Internal_Xml_XPath_XPathParser_ParamInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C76538, Dictionary_2_System_String_MS_Internal_Xml_XPath_XPathParser_ParamInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C766D8, List_1_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionBinding__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C766E8, Enumerable_ToList_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C76740, Dictionary_2_System_String_MS_Internal_Xml_XPath_XPathParser_ParamInfo__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C76750, List_1_MS_Internal_Xml_XPath_AstNode__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C76758, List_1_MS_Internal_Xml_XPath_AstNode__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C76760, List_1_MS_Internal_Xml_XPath_AstNode__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C76848, Enumerable_Any_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C76850, Enumerable_Distinct_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C76898, List_1_MS_Internal_Xml_XPath_AstNode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C76908, List_1_MS_Internal_Xml_XPath_AstNode__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C76918, List_1_MS_Internal_Xml_XPath_AstNode___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C76928, Enumerable_FirstOrDefault_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C76938, Enumerable_Where_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C76948, Enumerable_Where_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C769C0, Enumerable_Any_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C76B90, OpenXRSettings_GetFeatures_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C76BB8, Dictionary_2_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_InteractionProfileType_Dictionary_2_System_String_System_Boolean___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C76C10, List_1_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionMapConfig__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C76CF0, Dictionary_2_System_String_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C76D00, Dictionary_2_System_String_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionType__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C76F98, OpenXRSettings_GetFeature_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C76FD0, List_1_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionConfig__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C76FD8, List_1_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionBinding__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C76FF0, List_1_T_Enumerator_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionMapConfig__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C76FF8, List_1_T_Enumerator_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_DeviceConfig__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77000, List_1_T_Enumerator_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionMapConfig__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77008, List_1_T_Enumerator_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_DeviceConfig__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77010, List_1_T_Enumerator_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_DeviceConfig__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77018, List_1_T_Enumerator_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionMapConfig__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77020, List_1_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionMapConfig___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77028, List_1_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionMapConfig__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77038, List_1_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionMapConfig__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77060, Enumerable_SelectMany_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77068, Enumerable_Select_42__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77070, Enumerable_Union_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77078, Enumerable_Where_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77080, List_1_T_Enumerator_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionBinding__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77088, List_1_T_Enumerator_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionConfig__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77090, List_1_T_Enumerator_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionConfig__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77098, List_1_T_Enumerator_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionBinding__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C770A0, List_1_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionMapConfig__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C770A8, List_1_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_DeviceConfig__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C770B0, List_1_T_Enumerator_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionConfig__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C770B8, List_1_T_Enumerator_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionBinding__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C770C0, Dictionary_2_System_String_List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C770C8, Dictionary_2_System_String_List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C770D8, List_1_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionConfig__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C770E0, List_1_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_DeviceConfig__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C770F8, Dictionary_2_TKey_TValue_Enumerator_System_String_List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77100, InputSystem_RegisterLayout_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77108, InputSystem_RegisterLayout_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77110, InputSystem_RegisterLayout_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77118, InputSystem_RegisterLayout_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77130, Dictionary_2_TKey_TValue_Enumerator_System_String_List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77150, KeyValuePair_2_System_String_List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77158, KeyValuePair_2_System_String_List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77160, List_1_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionMapConfig__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77170, Dictionary_2_System_String_List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77178, Dictionary_2_System_String_List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77188, Enumerable_OfType_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77190, Enumerable_Where_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77198, Dictionary_2_TKey_TValue_Enumerator_System_String_List_1_UnityEngine_XR_OpenXR_Input_OpenXRInput_SerializedBinding__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77208, GameObject_AddComponent_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77210, GameObject_GetComponent_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77230, List_1_UnityEngine_XR_OpenXR_OpenXRLoaderBase_LoaderState__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77238, List_1_UnityEngine_XR_OpenXR_OpenXRLoaderBase_LoaderState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77248, List_1_UnityEngine_XR_XRDisplaySubsystemDescriptor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C772D0, OpenXRLoaderBase_StartSubsystem_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C772D8, OpenXRLoaderBase_StopSubsystem_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C772E0, OpenXRLoaderBase_StopSubsystem_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C772F0, OpenXRLoaderBase_StartSubsystem_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77310, OpenXRLoaderBase_DestroySubsystem_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77318, OpenXRLoaderBase_DestroySubsystem_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77348, XRLoaderHelper_GetLoadedSubsystem_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77350, List_1_UnityEngine_XR_OpenXR_OpenXRLoaderBase_LoaderState__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77378, OpenXRLoaderBase_CreateSubsystem_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77380, OpenXRLoaderBase_CreateSubsystem_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77390, Enumerable_OrderByDescending_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77398, Enumerable_ThenBy_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C773A0, Enumerable_ToArray_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C773D0, XRLoaderHelper_GetLoadedSubsystem_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77418, Enumerable_Select_43__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77420, Enumerable_Where_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77458, ScriptableObject_CreateInstance_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77460, List_1_UnityEngine_XR_OpenXR_Features_OpenXRFeature__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77468, List_1_UnityEngine_XR_OpenXR_Features_OpenXRFeature___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77478, List_1_UnityEngine_XR_OpenXR_Features_OpenXRFeature__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77480, List_1_UnityEngine_XR_OpenXR_Features_OpenXRFeature__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77488, List_1_UnityEngine_XR_OpenXR_Features_OpenXRFeature__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77498, List_1_UnityEngine_XR_OpenXR_Features_OpenXRFeature__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C775E0, Dictionary_2_System_String_UnityEngine_XR_OpenXR_Features_Mock_MockRuntime_AfterFunctionDelegate__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C776A8, OpenXRSettings_GetFeature_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77798, Dictionary_2_System_String_UnityEngine_XR_OpenXR_Features_Mock_MockRuntime_BeforeFunctionDelegate__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C777B0, Dictionary_2_System_String_UnityEngine_XR_OpenXR_Features_Mock_MockRuntime_BeforeFunctionDelegate__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C777C0, Dictionary_2_System_String_UnityEngine_XR_OpenXR_Features_Mock_MockRuntime_AfterFunctionDelegate__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C777D0, Dictionary_2_System_String_UnityEngine_XR_OpenXR_Features_Mock_MockRuntime_AfterFunctionDelegate___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C777E0, Dictionary_2_System_String_UnityEngine_XR_OpenXR_Features_Mock_MockRuntime_BeforeFunctionDelegate___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C777F0, Dictionary_2_System_String_UnityEngine_XR_OpenXR_Features_Mock_MockRuntime_BeforeFunctionDelegate__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77800, Dictionary_2_System_String_UnityEngine_XR_OpenXR_Features_Mock_MockRuntime_AfterFunctionDelegate__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77810, Dictionary_2_System_String_UnityEngine_XR_OpenXR_Features_Mock_MockRuntime_BeforeFunctionDelegate__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77820, Dictionary_2_System_String_UnityEngine_XR_OpenXR_Features_Mock_MockRuntime_AfterFunctionDelegate__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C77FD8, Dictionary_2_System_String_System_Int32__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78858, ValueTuple_3_Byte_Int32_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78880, String_Create_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C788F8, List_1_System_Exception__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78900, List_1_System_AggregateException__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78908, List_1_System_AggregateException___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78910, List_1_System_Exception___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78918, List_1_System_AggregateException__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78920, List_1_System_AggregateException__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78930, ReadOnlyCollection_1_System_Exception__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78980, ReadOnlyCollection_1_System_Exception__CopyTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78988, ReadOnlyCollection_1_System_Exception__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C789C0, List_1_System_Runtime_ExceptionServices_ExceptionDispatchInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C789D8, Array_Empty_43__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C789E0, ReadOnlyCollection_1_System_Exception___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78A00, List_1_System_Exception___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78BA8, Dictionary_2_System_String_System_TimeZoneInfo__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78BB0, Dictionary_2_System_String_System_TimeZoneInfo__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78C60, List_1_System_TimeZoneInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78C68, ReadOnlyCollection_1_System_TimeZoneInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78CB0, Dictionary_2_System_String_System_TimeZoneInfo__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78CC8, List_1_System_TimeZoneInfo__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78CD0, List_1_System_TimeZoneInfo__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78CD8, List_1_System_TimeZoneInfo___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78CE0, List_1_System_TimeZoneInfo__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78D08, ReadOnlyCollection_1_System_TimeZoneInfo__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78D20, List_1_T_Enumerator_System_TimeZoneInfo__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78D30, Dictionary_2_System_String_System_TimeZoneInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78D38, Dictionary_2_System_String_System_TimeZoneInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78D48, List_1_T_Enumerator_System_TimeZoneInfo__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78D50, List_1_T_Enumerator_System_TimeZoneInfo__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78D58, List_1_System_TimeZoneInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78D60, List_1_System_TimeZoneInfo_AdjustmentRule___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78DE0, List_1_System_TimeZoneInfo_AdjustmentRule__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78DE8, List_1_System_TimeZoneInfo_AdjustmentRule__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78DF0, List_1_System_TimeZoneInfo_AdjustmentRule___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78DF8, List_1_System_TimeZoneInfo_AdjustmentRule__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C78FB8, Dictionary_2_System_String_System_String__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C79680, PointerEventBase_1_PointerUpEvent__get_pressedButtons__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C796C0, EventBase_1_PointerDownEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C796C8, EventBase_1_PointerUpEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C796D8, List_1_UnityEngine_UIElements_Panel__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C796E0, List_1_UnityEngine_UIElements_Panel__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C79758, List_1_Rewired_ControllerElementIdentifier__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C79760, List_1_Rewired_Data_CustomController_Editor_Axis__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C79768, List_1_Rewired_ControllerElementIdentifier__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C79770, List_1_Rewired_Data_CustomController_Editor_Button__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C79780, List_1_Rewired_Data_CustomController_Editor_Axis__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C79788, List_1_Rewired_Data_CustomController_Editor_Button__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C79790, List_1_Rewired_ControllerElementIdentifier__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C797B0, Enumerable_Where_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C79828, Dictionary_2_Cinemachine_ICinemachineCamera_System_Object__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C79830, Dictionary_2_Cinemachine_ICinemachineCamera_System_Object___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C79838, Dictionary_2_Cinemachine_ICinemachineCamera_System_Object__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C79848, Dictionary_2_TKey_TValue_Enumerator_Cinemachine_ICinemachineCamera_System_Object__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C79850, KeyValuePair_2_Cinemachine_ICinemachineCamera_System_Object__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C79858, Dictionary_2_Cinemachine_ICinemachineCamera_System_Object__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C79860, Dictionary_2_TKey_TValue_Enumerator_Cinemachine_ICinemachineCamera_System_Object__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C79868, Dictionary_2_TKey_TValue_Enumerator_Cinemachine_ICinemachineCamera_System_Object__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C79890, Dictionary_2_TKey_TValue_ValueCollection_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaEntity__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C798A0, List_1_Photon_Bolt_Utils_BoltLog_IWriter__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C798B0, List_1_Photon_Bolt_Utils_BoltLog_IWriter__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C798B8, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaEntity__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C798C0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaEntity__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C798C8, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaEntity__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C798D8, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaEntity__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C79A88, AndroidJavaObject_GetStatic_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C79AB0, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaAttDef__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C79C50, AndroidJavaObject_Get_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C79DD8, List_1_System_Xml_XmlQualifiedName___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C79E50, List_1_System_Xml_XmlQualifiedName__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C79ED8, AndroidJavaObject_CallStatic_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C79EE8, AndroidJavaObject_Call_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C79F58, AndroidJavaObject_Call_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C79F98, List_1_System_Xml_XmlQualifiedName___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7A128, TaskCompletionSource_1_System_Byte___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7A138, TaskCompletionSource_1_System_Byte__get_Task__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7A198, TaskCompletionSource_1_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7A1A8, TaskCompletionSource_1_System_String__get_Task__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7A1F8, TaskCompletionSource_1_System_IO_Stream__get_Task__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7A200, TaskCompletionSource_1_System_IO_Stream___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7A360, AsyncTaskMethodBuilder_1_System_Net_WebResponse__Start__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7A368, AsyncTaskMethodBuilder_1_System_Net_WebResponse__Create__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7A370, AsyncTaskMethodBuilder_1_System_Net_WebResponse__get_Task__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7A540, LazyInitializer_EnsureInitialized_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7A988, List_1_InnShrineController___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7A9F8, List_1_InitialGoatSpawn__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AA00, List_1_InnShrineController__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AA10, List_1_UnityEngine_Transform___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AA20, List_1_InitialGoatSpawn___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AA50, Enumerable_Take_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AA58, Enumerable_Select_44__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AA68, List_1_T_Enumerator_InitialGoatSpawn__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AA78, List_1_T_Enumerator_InitialGoatSpawn__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AA80, Enumerable_Concat_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AA88, Enumerable_Select_45__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AA90, Enumerable_Except_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AAA0, Object_1_FindObjectsByType_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AAC8, List_1_T_Enumerator_InitialGoatSpawn__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AAD0, List_1_InnMazeController___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AAD8, List_1_InnMazeController__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AAE8, List_1_InnMazeController__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AAF0, List_1_InnSymbol__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AB08, List_1_T_Enumerator_InnSymbol__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AB10, List_1_T_Enumerator_InnSymbol__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AB20, List_1_InnMazeController__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AB28, List_1_T_Enumerator_InnSymbol__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AB50, Component_GetComponent_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AB78, Object_1_FindObjectsByType_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AC18, ArrayTools_DeepClone_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AC30, ArrayTools_DeepClone_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AC90, MiscTools_DeepClone_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7ACF0, MiscTools_DeepClone_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7ACF8, List_1_IngameStatsTracker_StatsPlayer__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AD00, List_1_IngameStatsTracker_StatsPlayer__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AD30, List_1_IngameStatsTracker_StatsPlayer__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AD48, List_1_T_Enumerator_IngameStatsTracker_StatsPlayer__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AD58, List_1_IngameStatsTracker_StatsPlayer__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AD68, List_1_T_Enumerator_IngameStatsTracker_StatsPlayer__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AD78, List_1_T_Enumerator_IngameStatsTracker_StatsPlayer__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AD88, List_1_IngameStatsTracker_StatsPlayer___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AE00, GameObject_AddComponent_23__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AE20, ArrayTools_DeepClone_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AE28, ArrayTools_DeepClone_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AE30, EntityEventListener_1_IHidingSpotState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AE38, Component_GetComponent_23__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AE48, EventHandler_1_UnregisterEvent_42__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AEA0, EventHandler_1_RegisterEvent_44__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AEB8, MiscTools_DeepClone_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AF30, MiscTools_DeepClone_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AF58, Component_GetComponent_24__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AF60, MiscTools_DeepClone_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AF70, MiscTools_DeepClone_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AF78, ArrayTools_DeepClone_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AF88, ArrayTools_DeepClone_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7AFE8, List_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_OSX_Base_Axis__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7B010, List_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_OSX_Base_Axis___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7B018, List_1_Rewired_Data_Mapping_HardwareJoystickMap_Platform_OSX_Base_Axis__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7B0D0, ArrayTools_DeepClone_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7B0E0, ArrayTools_DeepClone_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7B120, ArrayTools_ShallowCopy_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7B138, MiscTools_DeepClone_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7B1F8, MiscTools_DeepClone_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7B220, MiscTools_DeepClone_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7B288, ArrayTools_DeepClone_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7B2A8, ArrayTools_DeepClone_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7B2D8, MiscTools_DeepClone_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7B390, MiscTools_DeepClone_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7B438, ArrayTools_DeepClone_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7B448, ArrayTools_DeepClone_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7B4D0, MiscTools_DeepClone_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7B570, MiscTools_DeepClone_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7B5A0, MiscTools_DeepClone_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7B648, MiscTools_DeepClone_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7B688, MiscTools_DeepClone_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7B6C8, ArrayTools_DeepClone_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7B738, MiscTools_DeepClone_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7B748, Dictionary_2_System_Int32_Rewired_Data_Mapping_AxisCalibrationInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7B750, Dictionary_2_System_Int32_Rewired_Data_Mapping_AxisCalibrationInfo__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7B778, Dictionary_2_System_Int32_Rewired_Data_Mapping_AxisCalibrationInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7B788, MiscTools_DeepClone_23__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7B7A0, ArrayTools_ShallowCopy_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7B7B8, MiscTools_DeepClone_24__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7B850, MiscTools_DeepClone_25__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BEA8, Message_Create_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BEB0, Message_Serialize_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BED8, Query_1_ProbeEndPointResult___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BEE0, Message_Create_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BEE8, Message_Serialize_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BEF0, Query_1_PeerConnectResult___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BEF8, Context_1_RegisterMessageType_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BF00, Context_1_RegisterMessageType_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BF08, Context_1_RegisterMessageType_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BF10, Context_1_RegisterMessageType_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BF18, Context_1_RegisterMessageType_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BF20, Context_1_RegisterMessageType_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BF28, Dictionary_2_UdpKit_UdpEndPoint_System_Net_IPEndPoint___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BF30, Dictionary_2_System_Net_IPEndPoint_UdpKit_UdpEndPoint___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BF48, Context_1_RegisterMessageType_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BF50, Context_1_RegisterMessageType_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BF58, Context_1_RegisterMessageType_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BF60, Context_1_RegisterMessageType_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BF68, Context_1_RegisterMessageType_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BF70, Context_1_RegisterMessageType_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BF78, Context_1_RegisterMessageType_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BF80, Context_1_RegisterMessageType_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BF88, Context_1_RegisterMessageType_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BF90, Context_1_RegisterMessageType_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BF98, Context_1_RegisterMessageType_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BFA0, Context_1_RegisterMessageType_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BFA8, Context_1_RegisterMessageType_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BFB0, Context_1_RegisterMessageType_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BFB8, Context_1_RegisterMessageType_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BFC0, Context_1_RegisterMessageType_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7BFF8, Dictionary_2_System_Net_IPEndPoint_UdpKit_UdpEndPoint__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C000, Dictionary_2_System_Net_IPEndPoint_UdpKit_UdpEndPoint__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C008, Dictionary_2_System_Net_IPEndPoint_UdpKit_UdpEndPoint__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C010, Dictionary_2_UdpKit_UdpEndPoint_System_Net_IPEndPoint__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C018, Dictionary_2_UdpKit_UdpEndPoint_System_Net_IPEndPoint__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C020, Dictionary_2_UdpKit_UdpEndPoint_System_Net_IPEndPoint__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C170, List_1_Pathfinding_IPathModifier__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C180, List_1_Pathfinding_IPathModifier__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C188, List_1_Pathfinding_IPathModifier__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C198, List_1_Pathfinding_IPathModifier__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C1A8, List_1_Pathfinding_IPathModifier__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C1D0, List_1_Pathfinding_IPathModifier___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C1F0, Dictionary_2_Pathfinding_TriangleMeshNode_Pathfinding_TriangleMeshNode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C1F8, Queue_1_Pathfinding_TriangleMeshNode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C240, Queue_1_Pathfinding_TriangleMeshNode__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C248, List_1_Pathfinding_TriangleMeshNode__IndexOf__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C250, ListExtensions_ClearFast_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C258, Queue_1_Pathfinding_TriangleMeshNode__Enqueue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C260, Queue_1_Pathfinding_TriangleMeshNode__Dequeue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C268, Dictionary_2_Pathfinding_TriangleMeshNode_Pathfinding_TriangleMeshNode__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C270, Dictionary_2_Pathfinding_TriangleMeshNode_Pathfinding_TriangleMeshNode__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C278, Dictionary_2_Pathfinding_TriangleMeshNode_Pathfinding_TriangleMeshNode__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C290, List_1_Pathfinding_TriangleMeshNode__InsertRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C298, List_1_Pathfinding_TriangleMeshNode__RemoveRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C2B0, List_1_Pathfinding_GraphNode__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C2B8, List_1_Pathfinding_GraphNode__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C2C8, List_1_Pathfinding_GraphNode__RemoveRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C2D0, List_1_Pathfinding_GraphNode__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C2E0, List_1_Pathfinding_TriangleMeshNode__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C2E8, List_1_Pathfinding_TriangleMeshNode__get_Capacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C2F8, List_1_Pathfinding_TriangleMeshNode__set_Capacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C300, ListPool_1_Pathfinding_GraphNode__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C308, ListPool_1_Pathfinding_GraphNode__Claim__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C310, List_1_Pathfinding_TriangleMeshNode__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C320, List_1_Pathfinding_TriangleMeshNode__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C328, List_1_Pathfinding_TriangleMeshNode__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C360, List_1_Pathfinding_TriangleMeshNode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C398, ObjectPool_1_Pathfinding_RichSpecial__Claim__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C3A0, ObjectPool_1_Pathfinding_RichFunnel__Claim__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C3A8, ObjectPool_1_Pathfinding_RichSpecial__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C3B0, ObjectPool_1_Pathfinding_RichFunnel__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C3C0, List_1_Pathfinding_RichPathPart__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C3D8, List_1_Pathfinding_RichPathPart__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C3E0, List_1_Pathfinding_RichPathPart__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C3F0, List_1_Pathfinding_RichPathPart__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C400, List_1_Pathfinding_RichPathPart___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C418, GameObject_AddComponent_24__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C420, Component_GetComponent_25__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C440, List_1_Pathfinding_GraphNode__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C448, List_1_Pathfinding_GraphNode__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C4C8, Component_GetComponent_26__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C4D8, GameObject_AddComponent_25__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C4E0, Component_GetComponent_27__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C778, Object_1_FindObjectOfType_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C7E0, MiscTools_DeepClone_26__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C7E8, MiscTools_DeepClone_27__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C808, ArrayTools_DeepClone_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C810, ArrayTools_DeepClone_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C830, MiscTools_DeepClone_28__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C870, MiscTools_DeepClone_29__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C878, MiscTools_DeepClone_30__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C890, ArrayTools_DeepClone_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C898, ArrayTools_DeepClone_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C8D0, MiscTools_DeepClone_31__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C8F8, ArrayTools_DeepClone_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C900, ArrayTools_DeepClone_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C918, ArrayTools_ShallowCopy_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C958, MiscTools_DeepClone_32__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C960, MiscTools_DeepClone_33__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C980, ArrayTools_DeepClone_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C990, ArrayTools_DeepClone_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C9A0, MiscTools_DeepClone_34__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C9E0, MiscTools_DeepClone_35__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7C9E8, MiscTools_DeepClone_36__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CA10, ArrayTools_DeepClone_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CA18, ArrayTools_DeepClone_23__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CA28, MiscTools_DeepClone_37__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CA68, MiscTools_DeepClone_38__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CA78, MiscTools_DeepClone_39__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CAA0, MiscTools_DeepClone_40__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CAA8, MiscTools_DeepClone_41__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CAB0, MiscTools_DeepClone_42__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CAD0, ArrayTools_DeepClone_24__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CAD8, ArrayTools_DeepClone_25__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CAF8, MiscTools_DeepClone_43__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CB38, MiscTools_DeepClone_44__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CB40, MiscTools_DeepClone_45__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CB58, ArrayTools_DeepClone_26__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CB60, ArrayTools_DeepClone_27__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CBF0, ArrayTools_ShallowCopy_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CC08, ArrayTools_DeepClone_28__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CC18, MiscTools_DeepClone_46__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CC30, MiscTools_DeepClone_47__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CC38, MiscTools_DeepClone_48__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CC40, ArrayTools_DeepClone_29__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CC58, ArrayTools_DeepClone_30__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CC60, ArrayTools_DeepClone_31__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CC88, MiscTools_DeepClone_49__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CD30, EventBase_1_FocusEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CD40, EventBase_1_BlurEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CD48, KeyboardEventBase_1_KeyDownEvent__get_character__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CD68, CallbackEventHandler_RegisterCallback_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CD70, CallbackEventHandler_UnregisterCallback_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CDB8, List_1_UnityEngine_UIElements_DropdownMenuItem__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CDC0, KeyboardEventBase_1_KeyDownEvent__get_keyCode__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CDC8, EventBase_1_ContextualMenuPopulateEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CDD8, EventBase_1_KeyDownEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CDE0, EventBase_1_FocusOutEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CDF0, EventBase_1_FocusInEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CE28, PanelChangedEventBase_1_AttachToPanelEvent__get_destinationPanel__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CE40, CommandEventBase_1_ExecuteCommandEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7CE70, CallbackEventHandler_RegisterCallback_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D468, Queue_1_Pathfinding_GraphUpdateObject__Dequeue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D470, Queue_1_Pathfinding_GraphUpdateObject__Enqueue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D4D0, Queue_1_Pathfinding_GraphUpdateObject___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D4D8, Queue_1_Pathfinding_GraphUpdateObject__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D4F0, Dictionary_2_System_UInt64_Pathfinding_GraphModifier___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D4F8, Dictionary_2_System_UInt64_Pathfinding_GraphModifier__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D500, Dictionary_2_System_UInt64_Pathfinding_GraphModifier__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D508, Dictionary_2_System_UInt64_Pathfinding_GraphModifier__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D530, Enumerable_Count_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D570, List_1_UdpKit_Async_Task__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D590, List_1_UdpKit_Async_Task__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D5A0, List_1_UdpKit_Async_Task__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D5B0, Singleton_1_UdpKit_Async_ThreadManager__get_Instance__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D5B8, List_1_UdpKit_Async_Task__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D5E8, List_1_UdpKit_UdpSession___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D638, List_1_UdpKit_Async_Task___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D648, Singleton_1_UdpKit_Async_ThreadManager___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D680, List_1_UdpKit_Protocol_Query__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D690, List_1_UdpKit_Protocol_Query__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D6C0, Dictionary_2_System_Type_UdpKit_Protocol_ProtocolClient_AckCallback__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D6E0, Dictionary_2_System_Type_UdpKit_Protocol_ProtocolClient_MsgHandler___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D6F0, List_1_UdpKit_Protocol_Query___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D728, List_1_UdpKit_Protocol_Query__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D750, List_1_UdpKit_Protocol_Query__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D790, Dictionary_2_System_Type_UdpKit_Protocol_ProtocolClient_MsgHandler__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D7F0, Singleton_1_UdpKit_Security_EncryptionManager___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D850, ListPool_1_Pathfinding_GraphNode__GetSize__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D858, Dictionary_2_System_Type_UdpKit_Protocol_ProtocolClient_AckCallback___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D870, Singleton_1_UdpKit_Security_PacketIdValidator___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D8A0, Singleton_1_UdpKit_Security_PacketIdValidator__get_Instance__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D908, GameObject_AddComponent_26__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D948, Component_GetComponent_28__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7D950, Component_GetComponent_29__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DA00, SortedDictionary_2_System_UInt64_UdpKit_UdpStreamOp__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DA10, SortedDictionary_2_System_UInt64_UdpKit_UdpStreamOp__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DA28, ObjectPool_1_UdpKit_UdpStreamOpBlock__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DA38, Stack_1_UdpKit_UdpPacket__Push__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DA50, Stack_1_UdpKit_UdpPacket__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DA58, Stack_1_UdpKit_UdpPacket__Pop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DA80, Stack_1_UdpKit_UdpPacket___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DA88, Queue_1_UdpKit_UdpStreamOp___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DA98, SortedDictionary_2_System_UInt64_UdpKit_UdpStreamOp___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DAB0, Queue_1_UdpKit_UdpStreamOp__Enqueue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DAD0, ObjectPool_1_UdpKit_UdpStreamOpBlock___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DAE0, SortedDictionary_2_TKey_TValue_ValueCollection_System_UInt64_UdpKit_UdpStreamOp__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DAF0, Queue_1_UdpKit_UdpStreamOp__Dequeue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DAF8, Queue_1_UdpKit_UdpStreamOp__Peek__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DB08, SortedDictionary_2_System_UInt64_UdpKit_UdpStreamOp__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DB10, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_UdpKit_UdpStreamOp__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DB20, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_UdpKit_UdpStreamOp__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DB30, Queue_1_UdpKit_UdpStreamOp__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DB40, SortedDictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_UInt64_UdpKit_UdpStreamOp__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DB48, SortedDictionary_2_System_UInt64_UdpKit_UdpStreamOp__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DB50, SortedDictionary_2_System_UInt64_UdpKit_UdpStreamOp__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DB70, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_UdpKit_UdpConnection__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DB80, Dictionary_2_UdpKit_UdpEndPoint_UdpKit_UdpConnection__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DB88, List_1_UdpKit_UdpConnection__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DB90, Dictionary_2_UdpKit_UdpEndPoint_System_Byte__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DBD0, Array_IndexOf_249__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DC08, List_1_Pathfinding_NavGraph__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DC18, Dictionary_2_UdpKit_UdpEndPoint_UdpKit_UdpConnection__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DC30, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_UdpKit_UdpConnection__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DC38, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpEndPoint_UdpKit_UdpConnection__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DC40, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpEndPoint_UdpKit_UdpConnection__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DC50, UdpEvent_As_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DCB0, List_1_T_Enumerator_UdpKit_UdpSession__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DCC0, List_1_T_Enumerator_UdpKit_UdpSession__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DCD0, List_1_UdpKit_UdpSession__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DCD8, List_1_Pathfinding_NavGraph__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DCE0, List_1_Pathfinding_NavGraph___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DCE8, Map_2_System_Guid_UdpSession__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DD10, Map_2_System_Guid_UdpSession__Update__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DD18, List_1_Pathfinding_NavGraph__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DD20, List_1_Pathfinding_NavGraph__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DD28, List_1_T_Enumerator_UdpKit_UdpSession__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DDB8, ProtocolClient_SetHandler_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DDD8, ProtocolClient_SetHandler_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DE28, ProtocolService_Send_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DE80, UdpEvent_As_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DE88, Dictionary_2_UdpKit_UdpChannelName_UdpKit_UdpStreamChannel__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DE90, Dictionary_2_UdpKit_UdpChannelName_UdpKit_UdpStreamChannel__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DEA8, Context_1_CreateMessage_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DEB0, Context_1_CreateMessage_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DF30, UdpEvent_As_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DF50, UdpEvent_As_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DF58, UdpEvent_As_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DF78, UdpEvent_As_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DF90, UdpEvent_As_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7DFC0, UdpEvent_As_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E030, ListPool_1_Pathfinding_GraphNode__Claim_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E038, UdpEvent_As_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E098, Dictionary_2_UdpKit_UdpEndPoint_System_Byte__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E0A0, Dictionary_2_UdpKit_UdpEndPoint_System_Byte__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E0A8, UdpEvent_As_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E0B0, UdpEvent_As_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E0C0, UdpEvent_As_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E0D0, Dictionary_2_UdpKit_UdpEndPoint_UdpKit_UdpConnection__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E0E0, Dictionary_2_UdpKit_UdpEndPoint_UdpKit_UdpConnection__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E0E8, Dictionary_2_UdpKit_UdpEndPoint_System_Byte__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E0F0, Dictionary_2_UdpKit_UdpEndPoint_System_Byte__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E0F8, List_1_UdpKit_UdpConnection__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E100, Dictionary_2_UdpKit_UdpEndPoint_UdpKit_UdpConnection__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E110, UdpEvent_As_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E118, List_1_UdpKit_UdpConnection__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E120, Dictionary_2_UdpKit_UdpEndPoint_System_Byte__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E158, UdpEvent_As_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E180, List_1_UdpKit_UdpConnection__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E188, Dictionary_2_UdpKit_UdpEndPoint_UdpKit_UdpConnection__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E198, Dictionary_2_UdpKit_UdpEndPoint_UdpKit_UdpConnection__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E1A8, List_1_UdpKit_UdpConnection__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E1E8, Dictionary_2_UdpKit_UdpChannelName_UdpKit_UdpStreamChannel__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E208, Dictionary_2_UdpKit_UdpEndPoint_UdpKit_UdpConnection___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E210, Dictionary_2_UdpKit_UdpChannelName_UdpKit_UdpStreamChannel___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E228, List_1_UdpKit_UdpConnection___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E250, Dictionary_2_UdpKit_UdpEndPoint_System_Byte___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E320, Queue_1_UdpKit_UdpStreamOp__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E328, List_1_UdpKit_UdpChannelStreamer__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E338, SortedDictionary_2_System_UInt64_UdpKit_UdpStreamOp__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E380, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpChannelName_UdpKit_UdpChannelStreamer__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E388, Dictionary_2_UdpKit_UdpChannelName_UdpKit_UdpChannelStreamer__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E390, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_UdpChannelName_UdpKit_UdpChannelStreamer__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E398, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpChannelName_UdpKit_UdpChannelStreamer__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E3A0, Dictionary_2_UdpKit_UdpChannelName_UdpKit_UdpChannelStreamer__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E3A8, Dictionary_2_UdpKit_UdpChannelName_UdpKit_UdpChannelStreamer__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E3B0, Dictionary_2_UdpKit_UdpChannelName_UdpKit_UdpChannelStreamer__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E3C0, List_1_UdpKit_UdpChannelStreamer__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E3C8, List_1_UdpKit_UdpChannelStreamer__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E3D0, List_1_UdpKit_UdpChannelStreamer__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E3D8, List_1_UdpKit_UdpChannelStreamer__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E3E0, Dictionary_2_UdpKit_UdpChannelName_UdpKit_UdpChannelStreamer__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E3F0, ObjectPool_1_UdpKit_UdpStreamOpBlock__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E428, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_UdpChannelName_UdpKit_UdpChannelStreamer__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E440, Singleton_1_UdpKit_Security_EncryptionManager__get_Instance__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E4A8, Dictionary_2_UdpKit_UdpChannelName_UdpKit_UdpChannelStreamer___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E4B0, List_1_UdpKit_UdpChannelStreamer___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E558, List_1_UdpKit_Platform_UdpPlatformInterface___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E560, List_1_UdpKit_Platform_UdpPlatformInterface__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E8D8, ListTools_OffsetAtIndex_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E928, List_1_Rewired_ActionElementMap__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E938, List_1_Rewired_ActionElementMap__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E9A0, List_1_Rewired_Data_Mapping_HardwareJoystickTemplateMap_ElementIdentifierMap__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E9C8, TempListPool_GetTList_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E9D0, TempListPool_GetTList_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E9E8, List_1_Rewired_Data_Mapping_HardwareJoystickTemplateMap_ElementIdentifierMap__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E9F0, List_1_Rewired_Data_Mapping_HardwareJoystickTemplateMap_ElementIdentifierMap__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7E9F8, TempListPool_TList_1_Rewired_ActionElementMap__get_list__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EA00, TempListPool_TList_1_Rewired_Data_Mapping_HardwareJoystickTemplateMap_ElementIdentifierMap__get_list__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EA08, ListTools_CopyTo_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EA18, List_1_Rewired_Data_Mapping_HardwareJoystickTemplateMap_ElementIdentifierMap__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EA20, List_1_Rewired_ActionElementMap__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EA40, List_1_Rewired_ControllerTemplateElementIdentifier__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EA48, List_1_Rewired_ControllerTemplateElementIdentifier___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EA58, List_1_Rewired_ControllerTemplateElementIdentifier__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EA60, List_1_Rewired_ControllerTemplateElementIdentifier__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EA70, List_1_Rewired_Data_Mapping_HardwareJoystickTemplateMap_Entry__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EA78, List_1_Rewired_Data_Mapping_HardwareJoystickTemplateMap_Entry__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EAA8, MiscTools_DeepClone_50__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EAC8, ArrayTools_DeepClone_32__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EAD0, ArrayTools_DeepClone_33__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EAD8, ArrayTools_DeepClone_34__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EAF0, ArrayTools_ShallowCopy_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EAF8, MiscTools_DeepClone_51__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EB50, MiscTools_DeepClone_52__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EB68, ArrayTools_DeepClone_35__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EB70, ArrayTools_DeepClone_36__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EB88, MiscTools_DeepClone_53__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EBA0, MiscTools_DeepClone_54__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EBA8, MiscTools_DeepClone_55__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EBC8, ArrayTools_DeepClone_37__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EBE0, ArrayTools_DeepClone_38__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EBF0, MiscTools_DeepClone_56__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EC20, MiscTools_DeepClone_57__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EC38, MiscTools_DeepClone_58__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EC40, MiscTools_DeepClone_59__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EC50, ArrayTools_DeepClone_39__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EC58, ArrayTools_DeepClone_40__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7ECD8, MiscTools_DeepClone_60__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7ED00, MiscTools_DeepClone_61__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7ED28, List_1_T_Enumerator_Photon_Realtime_TypedLobbyInfo__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7ED40, List_1_T_Enumerator_Photon_Realtime_TypedLobbyInfo__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7ED50, List_1_T_Enumerator_Photon_Realtime_TypedLobbyInfo__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7ED58, List_1_Photon_Realtime_TypedLobbyInfo__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EDA0, ArrayPool_1_Pathfinding_GridNodeBase__Claim__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EDB8, ArrayPool_1_Pathfinding_GridNodeBase__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EDC0, List_1_Photon_Realtime_RoomInfo__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EDC8, KeyValuePair_2_System_Int32_Photon_Realtime_RoomInfo__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EDD0, Dictionary_2_System_Int32_Photon_Realtime_RoomInfo__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EDE0, Dictionary_2_System_Int32_Photon_Realtime_RoomInfo__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EDF0, Dictionary_2_System_Int32_Photon_Realtime_RoomInfo__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EE18, Dictionary_2_TKey_TValue_Enumerator_System_Int32_Photon_Realtime_RoomInfo__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EE20, Dictionary_2_System_Int32_Photon_Realtime_RoomInfo__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EE28, Dictionary_2_TKey_TValue_Enumerator_System_Int32_Photon_Realtime_RoomInfo__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EE30, Dictionary_2_TKey_TValue_Enumerator_System_Int32_Photon_Realtime_RoomInfo__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EE38, Dictionary_2_System_Int32_Photon_Realtime_RoomInfo__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EE48, Dictionary_2_System_Int32_Photon_Realtime_RoomInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EE50, Nullable_1_UnityEngine_RuntimePlatform__ToString__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EED0, Dictionary_2_System_Int32_UdpKit_Platform_Photon_Puncher_StunManager_PingTarget__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EF00, Dictionary_2_System_Int32_UdpKit_Platform_Photon_Puncher_StunManager_PingTarget__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EF08, Dictionary_2_System_Int32_UdpKit_Platform_Photon_Puncher_StunManager_PingTarget__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EF10, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UdpKit_Platform_Photon_Puncher_StunManager_PingTarget__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EF38, Dictionary_2_System_Int32_UdpKit_Platform_Photon_Puncher_StunManager_PingTarget___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EF50, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UdpKit_Platform_Photon_Puncher_StunManager_PingTarget__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EF60, Dictionary_2_System_Int32_UdpKit_Platform_Photon_Puncher_StunManager_PingTarget__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EF68, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UdpKit_Platform_Photon_Puncher_StunManager_PingTarget__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7EF78, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UdpKit_Platform_Photon_Puncher_StunManager_PingTarget__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F148, List_1_Pathfinding_GraphNode__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F158, SynchronizedQueue_1_System_Collections_IEnumerator___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F168, List_1_Pathfinding_GraphNode__get_Capacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F1A0, List_1_Pathfinding_GraphNode__set_Capacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F428, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_Platform_Photon_PhotonRegion_Regions_UdpKit_Platform_Photon_PhotonRegion__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F430, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_Platform_Photon_PhotonRegion_Regions_UdpKit_Platform_Photon_PhotonRegion__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F478, Dictionary_2_UdpKit_Platform_Photon_PhotonRegion_Regions_UdpKit_Platform_Photon_PhotonRegion___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F480, Dictionary_2_UdpKit_Platform_Photon_PhotonRegion_Regions_UdpKit_Platform_Photon_PhotonRegion__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F4B8, Dictionary_2_TKey_TValue_ValueCollection_UdpKit_Platform_Photon_PhotonRegion_Regions_UdpKit_Platform_Photon_PhotonRegion__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F4C8, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_UdpKit_Platform_Photon_PhotonRegion_Regions_UdpKit_Platform_Photon_PhotonRegion__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F5F8, SynchronizedQueue_1_UdpKit_Platform_Photon_PhotonPoller_PhotonPacket___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F610, ObjectPool_1_System_Collections_Generic_Queue_1__1__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F670, Dictionary_2_UdpKit_Platform_Photon_ConnectState_UdpKit_Platform_Photon_ConnectState__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F680, Queue_1_UnityEngine_UIElements_EventBase__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F688, Queue_1_Pathfinding_Path__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F690, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_UnityEngine_UIElements_StylePropertyAnimationSystem_TransitionState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F6B0, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_Queue_1_UnityEngine_UIElements_EventBase___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F6B8, Queue_1_Pathfinding_Path__Enqueue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F6C0, Dictionary_2_UdpKit_Platform_Photon_ConnectState_UdpKit_Platform_Photon_ConnectState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F6D0, Queue_1_Pathfinding_Path__Dequeue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F6D8, Dictionary_2_UdpKit_Platform_Photon_ConnectState_UdpKit_Platform_Photon_ConnectState__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F6E8, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_Queue_1_UnityEngine_UIElements_EventBase__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F6F8, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_Queue_1_UnityEngine_UIElements_EventBase__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F700, Queue_1_Pathfinding_Path___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F708, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_Queue_1_UnityEngine_UIElements_EventBase__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F710, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_UnityEngine_UIElements_StylePropertyAnimationSystem_TransitionState__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F720, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_Queue_1_UnityEngine_UIElements_EventBase__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F738, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_Queue_1_UnityEngine_UIElements_EventBase__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F748, ObjectPool_1_System_Collections_Generic_Queue_1__1_Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F758, KeyValuePair_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_Queue_1_UnityEngine_UIElements_EventBase__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F770, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_Queue_1_UnityEngine_UIElements_EventBase__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F780, ObjectPool_1_System_Collections_Generic_Queue_1__1_Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F828, Array_IndexOf_250__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F940, Dictionary_2_System_Type_Stack_1_Pathfinding_Path___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F948, Dictionary_2_System_Type_System_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F950, Dictionary_2_System_Type_System_Int32__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F960, Stack_1_Pathfinding_Path__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F9B0, Stack_1_Pathfinding_Path__Push__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F9B8, Dictionary_2_System_Type_Stack_1_Pathfinding_Path__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F9D8, Stack_1_Pathfinding_Path___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7F9F0, Dictionary_2_System_Type_Stack_1_Pathfinding_Path__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FA08, Dictionary_2_Pathfinding_GraphNode_Pathfinding_NodeLink3___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FA30, Dictionary_2_Pathfinding_GraphNode_Pathfinding_NodeLink3__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FA78, PointGraph_AddNode_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FA88, Dictionary_2_Pathfinding_GraphNode_Pathfinding_NodeLink3__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FAA0, Dictionary_2_Pathfinding_GraphNode_Pathfinding_NodeLink3__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FAB8, Object_1_FindObjectsOfType_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FAC8, GameObject_AddComponent_27__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FAF0, Dictionary_2_Pathfinding_GraphNode_Pathfinding_NodeLink2___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FB20, Nullable_1_UnityEngine_RuntimePlatform__get_HasValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FBA8, List_1_Pathfinding_NodeLink2__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FBB8, GraphModifier_GetModifiersOfType_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FBC0, Nullable_1_UnityEngine_RuntimePlatform__GetValueOrDefault__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FBC8, List_1_Pathfinding_NodeLink2__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FBD8, List_1_T_Enumerator_Pathfinding_NodeLink2__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FBE8, List_1_T_Enumerator_Pathfinding_NodeLink2__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FBF0, List_1_T_Enumerator_Photon_Realtime_RoomInfo__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FC00, List_1_T_Enumerator_Photon_Realtime_RoomInfo__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FC10, List_1_T_Enumerator_Pathfinding_NodeLink2__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FC30, Dictionary_2_Pathfinding_GraphNode_Pathfinding_NodeLink2__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FC50, Dictionary_2_Pathfinding_GraphNode_Pathfinding_NodeLink2__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FC68, Dictionary_2_Pathfinding_GraphNode_Pathfinding_NodeLink2__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FC70, List_1_UdpKit_UdpSession__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FC78, List_1_T_Enumerator_Photon_Realtime_RoomInfo__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FC88, List_1_Photon_Realtime_RoomInfo__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FD40, Nullable_1_UnityEngine_RuntimePlatform___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FD60, ObjectPool_1_RetainedGizmos_Builder__Claim__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FD70, Queue_1_Pathfinding_GraphNode__Enqueue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FD78, Queue_1_Pathfinding_GraphNode__Dequeue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FD80, Queue_1_Pathfinding_GraphNode__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FDA0, Queue_1_Pathfinding_GraphNode__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FDD0, ListExtensions_ClearFast_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FE00, Queue_1_Pathfinding_GraphNode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FE70, HashSet_1_Pathfinding_GridNodeBase___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FE88, HashSet_1_Pathfinding_GridNodeBase__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C7FFD8, List_1_Coffee_UIEffects_UISyncEffect__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80000, List_1_Coffee_UIEffects_UISyncEffect__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80010, Dictionary_2_Pathfinding_TriangleMeshNode_Pathfinding_Connection__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80058, Enumerable_ToDictionary_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80060, Enumerable_SelectMany_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C800D8, List_1_Coffee_UIEffects_UIShadow___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C800F0, List_1_T_Enumerator_Coffee_UIEffects_UIShadow__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80100, Component_GetComponents_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80110, List_1_Coffee_UIEffects_UIShadow__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80120, List_1_T_Enumerator_Coffee_UIEffects_UIShadow__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80138, List_1_Coffee_UIEffects_UIShadow__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80168, List_1_Pathfinding_MeshNode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80200, List_1_T_Enumerator_Coffee_UIEffects_UIShadow__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80208, List_1_Pathfinding_MeshNode__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80210, Component_GetComponent_30__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80230, ListExtensions_ClearFast_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80248, List_1_Pathfinding_MeshNode__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80260, List_1_Pathfinding_MeshNode__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C802C8, ArrayPool_1_Pathfinding_TriangleMeshNode__Claim__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C802E0, ArrayPool_1_Pathfinding_TriangleMeshNode__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C802E8, ObjectPoolSimple_1_System_Collections_Generic_Dictionary_2__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C802F8, ObjectPoolSimple_1_System_Collections_Generic_Dictionary_2__Claim__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C803B8, ObjectPool_1_Pathfinding_BBTree__Claim__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C803C8, ObjectPool_1_Pathfinding_BBTree__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C803D8, Resources_Load_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C803F0, Dictionary_2_UnityEngine_Hash128_Coffee_UIEffects_MaterialCache_MaterialEntry__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80400, Dictionary_2_UnityEngine_Hash128_Coffee_UIEffects_MaterialCache_MaterialEntry___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80450, List_1_T_Enumerator_Coffee_UIEffects_GraphicConnector__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80458, Dictionary_2_System_Type_Coffee_UIEffects_GraphicConnector__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80460, List_1_T_Enumerator_Coffee_UIEffects_GraphicConnector__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80468, Dictionary_2_System_Type_Coffee_UIEffects_GraphicConnector__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80470, List_1_Coffee_UIEffects_GraphicConnector__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80478, List_1_T_Enumerator_Coffee_UIEffects_GraphicConnector__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80480, Dictionary_2_UnityEngine_Hash128_Coffee_UIEffects_MaterialCache_MaterialEntry__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80488, Dictionary_2_UnityEngine_Hash128_Coffee_UIEffects_MaterialCache_MaterialEntry__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C804C0, Dictionary_2_System_Type_Coffee_UIEffects_GraphicConnector___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C804D8, List_1_Coffee_UIEffects_GraphicConnector___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80510, List_1_System_Action__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80548, List_1_Coffee_UIEffects_UISyncEffect___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80560, List_1_Coffee_UIEffects_GraphicConnector__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80570, List_1_Coffee_UIEffects_GraphicConnector__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C805B0, List_1_System_Action__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C805C8, Enumerable_Select_46__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80628, List_1_T_Enumerator_Coffee_UIEffects_UISyncEffect__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80630, List_1_T_Enumerator_Coffee_UIEffects_UISyncEffect__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80638, List_1_Coffee_UIEffects_UISyncEffect__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80640, List_1_T_Enumerator_Coffee_UIEffects_UISyncEffect__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80678, Component_GetComponentInChildren_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80688, Component_GetComponentsInChildren_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C806C0, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_Rewired_ComponentControls_TouchJoystick_IStickPositionChangedHandler_UnityEngine_Vector2__ExecuteOnAll__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C806C8, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_Rewired_ComponentControls_TouchJoystick_IValueChangedHandler_UnityEngine_Vector2__ExecuteOnAll__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80718, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_Rewired_ComponentControls_TouchJoystick_IStickPositionChangedHandler_UnityEngine_Vector2___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80720, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_Rewired_ComponentControls_TouchJoystick_IStickPositionChangedHandler_UnityEngine_Vector2__GetHandlers__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80738, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_Rewired_ComponentControls_TouchJoystick_IValueChangedHandler_UnityEngine_Vector2___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80750, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_Rewired_ComponentControls_TouchJoystick_IValueChangedHandler_UnityEngine_Vector2__GetHandlers__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80818, Component_GetComponent_31__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C808F0, UnityEvent_1_Rewired_ComponentControls_TouchInteractable_InteractionStateTransitionArgs___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80A60, Component_GetComponent_32__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80A88, GameObject_AddComponent_28__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80AA0, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_Rewired_ComponentControls_TouchInteractable_IInteractionStateTransitionHandler_Rewired_ComponentControls_TouchInteractable_InteractionStateTransitionArgs__ExecuteOnAll__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80AB0, UnityEvent_1_Rewired_ComponentControls_TouchInteractable_InteractionStateTransitionArgs__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80AD0, List_1_UnityEngine_CanvasGroup__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80AE8, List_1_UnityEngine_CanvasGroup__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80B40, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_Rewired_UI_IVisibilityChangedHandler_System_Boolean__ExecuteOnAll__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80BA0, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_Rewired_ComponentControls_TouchInteractable_IInteractionStateTransitionHandler_Rewired_ComponentControls_TouchInteractable_InteractionStateTransitionArgs__GetHandlers__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80BB8, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_Rewired_ComponentControls_TouchInteractable_IInteractionStateTransitionHandler_Rewired_ComponentControls_TouchInteractable_InteractionStateTransitionArgs___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80BC8, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_Rewired_UI_IVisibilityChangedHandler_System_Boolean___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80BE8, GameObject_GetComponent_23__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80BF8, Component_GetComponents_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80C30, List_1_UnityEngine_CanvasGroup___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80CC0, UnityTools_GetComponentInSelfOrParents_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80CF0, BKsJJnAdrRntLMuBtHLhFtlqOUnH_HierarchyEventHelper_2_Rewired_UI_IVisibilityChangedHandler_System_Boolean__GetHandlers__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80D00, Component_GetComponent_33__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80D08, UnityEvent_1_Rewired_ComponentControls_TouchInteractable_InteractionStateTransitionArgs__RemoveListener__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80D20, UnityEvent_1_Rewired_ComponentControls_TouchInteractable_InteractionStateTransitionArgs__AddListener__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80D48, List_1_DynamicBone_Particle___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80D58, List_1_DynamicBone___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80E10, Component_GetComponentInParent_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80E30, Component_GetComponentInParent_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80E50, ArrayHelpers_IndexOfReference_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80E68, List_1_DynamicBone__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80EA8, List_1_DynamicBone__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80EB8, List_1_DynamicBone_ParticleTree___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80EC8, Dictionary_2_System_Int32_UnityEngine_EventSystems_PointerEventData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80EF0, List_1_DynamicBone__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80F00, Dictionary_2_System_Int32_UnityEngine_EventSystems_PointerEventData__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80F10, List_1_DynamicBone__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80F18, Dictionary_2_System_Int32_UnityEngine_EventSystems_PointerEventData__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80F30, List_1_DynamicBone_ParticleTree__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80F40, List_1_DynamicBone_ParticleTree__Exists__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80F50, List_1_DynamicBone_ParticleTree__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C80FB8, List_1_DynamicBone_Particle__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81080, List_1_DynamicBone_ParticleTree__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81098, List_1_DynamicBoneColliderBase___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C810A8, List_1_DynamicBone_Particle__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C810B8, List_1_DynamicBoneColliderBase__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C810D0, List_1_DynamicBoneColliderBase__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81100, List_1_DynamicBoneColliderBase__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81110, List_1_DynamicBone_ParticleTree__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81128, List_1_DynamicBone_Particle__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81218, GameObject_GetComponents_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81228, GameObject_GetComponentInChildren_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C812C0, UnityTools_GetComponentInSelfOrParents_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81398, ArrayTools_Contains_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C813B8, List_1_Rewired_ComponentControls_IComponentControl__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C813C0, ListTools_AddIfUnique_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C813C8, List_1_Rewired_ComponentControls_IComponentControl__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C813D0, List_1_Rewired_ComponentControls_IComponentControl__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C813E0, List_1_Rewired_ComponentControls_IComponentControl__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C813E8, List_1_Rewired_ComponentControls_IComponentControl__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81438, List_1_Rewired_ComponentControls_IComponentControl___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C814A0, ComponentWrapper_1_Rewired_PlayerController__Deinitialize__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C814F0, ComponentWrapper_1_Rewired_PlayerController___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81500, List_1_Rewired_Components_PlayerController_ElementInfo__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81570, List_1_Rewired_PlayerController_Element_Definition__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81588, List_1_Rewired_PlayerController_Element_Definition___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C815F8, List_1_Rewired_Components_PlayerController_ElementInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81620, ComponentWrapper_1_Rewired_PlayerController__OnDisabled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81628, ComponentWrapper_1_Rewired_PlayerController__OnValidated__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81630, ComponentWrapper_1_Rewired_PlayerController__OnEnabled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81638, ComponentWrapper_1_Rewired_PlayerController__OnAwakeFinished__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81640, ComponentWrapper_1_Rewired_PlayerController__Unsubscribe__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81660, ComponentWrapper_1_Rewired_PlayerController__Subscribe__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81678, ComponentWrapper_1_Rewired_PlayerController__OnReset__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81688, List_1_Rewired_Components_PlayerController_ElementInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81690, ComponentWrapper_1_Rewired_PlayerController__OnAwake__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81698, EmptyObjects_1_Rewired_PlayerController_Element__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C816A0, EmptyObjects_1_Rewired_PlayerController_Axis__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C816A8, EmptyObjects_1_Rewired_PlayerController_Button__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C816C0, EmptyObjects_1_Rewired_ControllerExtensions_SteamControllerActionOrigin__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81738, List_1_Pathfinding_RecastMeshObj___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81758, List_1_Pathfinding_RecastMeshObj__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81798, List_1_Pathfinding_RecastMeshObj__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C817B0, List_1_Pathfinding_RecastMeshObj__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C817D0, List_1_Pathfinding_RecastMeshObj__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C817F8, List_1_Pathfinding_GraphNode__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81800, Stack_1_Pathfinding_GraphNode__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81810, Stack_1_Pathfinding_GraphNode__Pop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81818, List_1_Pathfinding_GraphNode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81820, Stack_1_Pathfinding_GraphNode__Push__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81828, Stack_1_Pathfinding_GraphNode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81978, List_1_Pathfinding_GraphNode__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81A90, List_1_Pathfinding_NavmeshTile___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81B08, ListPool_1_Pathfinding_Voxels_RasterizationMesh__Claim__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81B10, List_1_Pathfinding_Voxels_RasterizationMesh__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81B48, List_1_Pathfinding_NavmeshTile__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81B50, List_1_Pathfinding_NavmeshTile__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81B58, List_1_Pathfinding_NavmeshTile__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81B60, List_1_Pathfinding_NavmeshTile__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81B78, ListPool_1_Pathfinding_Voxels_RasterizationMesh__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81B80, List_1_Pathfinding_NavmeshTile__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81B98, List_1_Pathfinding_Voxels_RasterizationMesh__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81BA0, List_1_Pathfinding_Voxels_RasterizationMesh__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81BD0, List_1_Pathfinding_GraphNode___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81C38, PointGraph_AddNode_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81EB8, BaseFieldTraits_2_System_String_UxmlStringAttributeDescription___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81EC8, TypedUxmlAttributeDescription_1_System_String__set_defaultValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81ED8, GameObject_GetComponent_24__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81EF8, BaseFieldTraits_2_System_String_UxmlStringAttributeDescription__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81F48, List_1_Rewired_UpdateLoopType__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81F58, TempListPool_TList_1_Rewired_UpdateLoopType__get_list__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81F60, List_1_Rewired_UpdateLoopType__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81F68, TempListPool_GetTList_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81F98, List_1_LTDescr__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81FA0, List_1_LTDescr___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81FA8, List_1_LTDescr__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81FD8, ReadOnlyCollection_1_System_Runtime_ExceptionServices_ExceptionDispatchInfo__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81FE0, ReadOnlyCollection_1_System_Runtime_ExceptionServices_ExceptionDispatchInfo__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C81FF8, Task_1_Task__get_Result__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C820D8, List_1_UnityEngine_Events_BaseInvokableCall__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C820E8, List_1_UnityEngine_Events_BaseInvokableCall__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82170, EqualityComparer_1_UnityEngine_UIElements_VisualElement__get_Default__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82188, EqualityComparer_1_List_1_UnityEngine_UIElements_StyleSelector__get_Default__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82190, EqualityComparer_1_List_1_UnityEngine_UIElements_StyleSelectorPart__get_Default__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82198, EqualityComparer_1_List_1_UnityEngine_UIElements_RuleMatcher__get_Default__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C821A8, List_1_UnityEngine_UIElements_StyleSelector__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C821D0, List_1_UnityEngine_UIElements_StyleSelector__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C821E0, List_1_UnityEngine_UIElements_StyleSelector__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C821E8, List_1_UnityEngine_UIElements_StyleSelector__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82228, List_1_UnityEngine_UIElements_StyleSelector___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82260, Dictionary_2_Pathfinding_GraphNode_List_1_Pathfinding_SingleNodeBlocker___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82288, Dictionary_2_Pathfinding_GraphNode_List_1_Pathfinding_SingleNodeBlocker__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82290, List_1_Pathfinding_SingleNodeBlocker__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82298, List_1_Pathfinding_SingleNodeBlocker__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C822C8, PathPool_GetPath_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C822F8, PathPool_GetPath_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C823B8, ListPool_1_Pathfinding_GraphNode__Release_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C823D8, PathPool_GetPath_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82418, PathPool_GetPath_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82428, Dictionary_2_Pathfinding_GraphNode_Pathfinding_GraphNode__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82440, Dictionary_2_Pathfinding_GraphNode_Pathfinding_GraphNode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82460, PathPool_GetPath_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82468, Dictionary_2_Pathfinding_GraphNode_Pathfinding_GraphNode__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82470, Dictionary_2_Pathfinding_GraphNode_Pathfinding_GraphNode__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82478, PathPool_GetPath_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82498, PathPool_GetPath_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82550, PathPool_GetPath_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82588, GridLookup_1_Pathfinding_NavmeshClipper__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82590, GridLookup_1_Pathfinding_NavmeshClipper__GetRoot__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82598, GridLookup_1_Pathfinding_NavmeshClipper__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C825A8, GridLookup_1_Pathfinding_NavmeshClipper__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C825D0, ListPool_1_Pathfinding_NavmeshClipper__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C825E0, GridLookup_1_Pathfinding_NavmeshClipper__get_AllItems__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C825E8, GridLookup_1_Pathfinding_NavmeshClipper__Move__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C825F0, ListPool_1_Pathfinding_NavmeshClipper__Claim__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82630, List_1_List_1_UnityEngine_Vector3__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82638, List_1_List_1_UnityEngine_Vector3__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82648, List_1_List_1_UnityEngine_Vector3__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82650, ListPool_1_System_Collections_Generic_List_1__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82658, ListPool_1_System_Collections_Generic_List_1__Claim__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82680, List_1_UnityEngine_Vector3__1_Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82690, List_1_UnityEngine_Vector3__1__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82698, List_1_UnityEngine_Vector3__1_ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C826A8, List_1_Pathfinding_NavmeshClipper___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C826B0, List_1_Pathfinding_NavmeshClipper__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C826B8, List_1_Pathfinding_NavmeshClipper__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C826C0, List_1_Pathfinding_NavmeshClipper__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C826C8, List_1_Pathfinding_NavmeshClipper__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C826D0, List_1_Pathfinding_NavmeshClipper__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82758, Memory_Swap_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C828A0, ArrayTools_Add_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C828A8, ArrayTools_RemoveAt_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C828C8, ADictionary_2_System_Type_System_Collections_Generic_List_1___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C828D0, SafeDelegate_1_System_Action__RemoveDelegate__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C828D8, SafeDelegate_1_System_Action__GetCombinedDelegate__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C828E8, ADictionary_2_System_Type_System_Collections_Generic_List_1__1_Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82908, ADictionary_2_System_Type_System_Collections_Generic_List_1__1__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82918, ADictionary_2_System_Type_System_Collections_Generic_List_1__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82920, SafeDelegate_1_System_Action___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82928, SafeDelegate_1_System_Action___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82930, SafeDelegate_1_System_Action___ctor_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82940, SafeDelegate_1_System_Action__AddDelegate__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82968, SafeDelegate_1_System_Action__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C829B0, Component_GetComponent_34__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C829B8, GameObject_GetComponent_25__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C829C0, GameObject_AddComponent_29__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82A08, UnityTools_GetComponentInSelfOrParents_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82A20, GameObject_AddComponent_30__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82A28, GameObject_AddComponent_31__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82A30, Resources_GetBuiltinResource_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82A38, GameObject_GetComponent_26__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82A48, GameObject_AddComponent_32__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82A60, List_1_Rewired_ComponentControls_Effects_TouchJoystickAngleIndicator__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82A68, List_1_Rewired_ComponentControls_Effects_TouchJoystickAngleIndicator___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82A70, Component_GetComponent_35__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82A90, ListTools_AddIfUnique_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82AA0, UnityTools_GetComponentInSelfOrParents_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82AB0, List_1_Rewired_ComponentControls_Effects_TouchJoystickAngleIndicator__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82AB8, List_1_Rewired_ComponentControls_Effects_TouchJoystickAngleIndicator__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82AC0, List_1_Rewired_ComponentControls_Effects_TouchJoystickAngleIndicator__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82AC8, List_1_Rewired_ComponentControls_Effects_TouchJoystickAngleIndicator__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82AD0, List_1_Rewired_ComponentControls_Effects_TouchJoystickAngleIndicator__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82AE0, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator__get_Result__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82AE8, UnityEvent_1_UnityEngine_EventSystems_PointerEventData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82B08, AsyncOperationBase_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator__Complete__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82B10, AddressablesImpl_Release_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82B18, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator__get_OperationException__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82B20, AsyncOperationBase_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator__set_Result__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82B38, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData__get_OperationException__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82B40, AddressablesImpl_Release_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82B48, ObjectInitializationData_CreateInstance_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82B58, ResourceManager_1_CreateCompletedOperationWithException_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82B60, ObjectInitializationData_CreateInstance_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82B80, ObjectInitializationData_CreateInstance_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82B90, UnityEvent_1_UnityEngine_EventSystems_PointerEventData__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82BC0, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator__add_Completed__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82BF8, ProviderOperation_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82C08, ResourceManager_1_CreateGroupOperation_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82C10, ResourceManager_1_CreateChainOperation_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82C18, ResourceManager_1_StartOperation_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82C20, ResourceManager_1_CreateOperation_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82C30, ArrayTools_Populate_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82C38, AsyncOperationBase_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator__get_IsDone__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82C48, AsyncOperationBase_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator__InvokeExecute__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82C58, List_1_T_Enumerator_UnityEngine_AddressableAssets_ResourceLocators_ResourceLocationData__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82C68, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator__WaitForCompletion__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82C80, ResourceManager_1_StartOperation_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82C88, ResourceManager_1_ProvideResource_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82CC8, UnityEvent_1_UnityEngine_EventSystems_PointerEventData__RemoveListener__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82CD8, AsyncOperationBase_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator__Complete_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82CE0, AddressablesImpl_Release_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82CF0, AsyncOperationBase_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator__get_Result__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82CF8, UnityEvent_1_UnityEngine_EventSystems_PointerEventData__AddListener__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82D00, List_1_T_Enumerator_UnityEngine_AddressableAssets_ResourceLocators_ResourceLocationData__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82D10, List_1_UnityEngine_AddressableAssets_ResourceLocators_ResourceLocationData__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82D18, List_1_T_Enumerator_UnityEngine_AddressableAssets_ResourceLocators_ResourceLocationData__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82D60, AsyncOperationHandle_1_UnityEngine_AddressableAssets_Initialization_ResourceManagerRuntimeData__op_Implicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82D88, AsyncOperationBase_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82D98, AsyncOperationHandle_1_UnityEngine_AddressableAssets_Initialization_ResourceManagerRuntimeData__get_PercentComplete__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82DA8, Stack_1_System_String__Pop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82DB0, Stack_1_System_String__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82DB8, Stack_1_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82DC0, Stack_1_System_String__Push__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82DF0, Stack_1_System_String__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82E18, JsonUtility_FromJson_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82E20, KeyValuePair_2_System_String_UnityEngine_ResourceManagement_ResourceLocations_ResourceLocationBase__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82E38, KeyValuePair_2_System_String_UnityEngine_ResourceManagement_ResourceLocations_ResourceLocationBase__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82E48, Dictionary_2_System_String_UnityEngine_ResourceManagement_ResourceLocations_ResourceLocationBase__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82E50, Dictionary_2_System_String_UnityEngine_ResourceManagement_ResourceLocations_ResourceLocationBase___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82E60, Dictionary_2_System_String_UnityEngine_AddressableAssets_ResourceLocators_ResourceLocationData__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82E68, Dictionary_2_TKey_TValue_Enumerator_System_String_UnityEngine_ResourceManagement_ResourceLocations_ResourceLocationBase__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82E80, Dictionary_2_TKey_TValue_Enumerator_System_String_UnityEngine_ResourceManagement_ResourceLocations_ResourceLocationBase__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82E88, Dictionary_2_System_String_System_String__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82E90, Dictionary_2_System_Object_IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation__get_Keys__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82E98, Dictionary_2_System_Object_IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82EA0, Dictionary_2_System_Object_IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82EC0, Dictionary_2_TKey_TValue_Enumerator_System_String_UnityEngine_ResourceManagement_ResourceLocations_ResourceLocationBase__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82EC8, Dictionary_2_System_String_UnityEngine_AddressableAssets_ResourceLocators_ResourceLocationData__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82ED0, Dictionary_2_System_String_UnityEngine_ResourceManagement_ResourceLocations_ResourceLocationBase__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82ED8, Dictionary_2_System_String_UnityEngine_ResourceManagement_ResourceLocations_ResourceLocationBase__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82EE0, Dictionary_2_System_String_UnityEngine_AddressableAssets_ResourceLocators_ResourceLocationData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82EE8, Dictionary_2_System_String_UnityEngine_ResourceManagement_ResourceLocations_ResourceLocationBase__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82EF8, Dictionary_2_System_Object_IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82F10, JsonUtility_FromJson_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82F90, AssetBundle_LoadAllAssetsAsync_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C82FF0, ResourceManager_1_ProvideResource_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83010, ProvideHandle_Complete_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83058, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData__add_Completed__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83060, Memory_Swap_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83088, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData__get_LocationName__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C830C8, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData__get_Result__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C830D8, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData__op_Implicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C830E0, Dictionary_2_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_UnityEngine_AddressableAssets_ResourceProviders_ContentCatalogProvider_InternalOp___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83100, Dictionary_2_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_UnityEngine_AddressableAssets_ResourceProviders_ContentCatalogProvider_InternalOp__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83108, Dictionary_2_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_UnityEngine_AddressableAssets_ResourceProviders_ContentCatalogProvider_InternalOp__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83150, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData__get_IsDone__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83158, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_ContentCatalogData__WaitForCompletion__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83160, Dictionary_2_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_UnityEngine_AddressableAssets_ResourceProviders_ContentCatalogProvider_InternalOp__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83170, Dictionary_2_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation_UnityEngine_AddressableAssets_ResourceProviders_ContentCatalogProvider_InternalOp__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C831F0, ComponentSingleton_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEventCollectorSingleton__get_Exists__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83200, ComponentSingleton_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEventCollectorSingleton__DestroySingleton__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83220, ComponentSingleton_1_UnityEngine_ResourceManagement_Diagnostics_DiagnosticEventCollectorSingleton__get_Instance__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83238, Dictionary_2_System_Int32_UnityEngine_AddressableAssets_Utility_DiagnosticInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83258, Dictionary_2_System_Int32_UnityEngine_AddressableAssets_Utility_DiagnosticInfo__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83268, Dictionary_2_System_Int32_UnityEngine_AddressableAssets_Utility_DiagnosticInfo__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83298, Dictionary_2_UnityEngine_RuntimePlatform_UnityEngine_AddressableAssets_AddressablesPlatform__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C832A8, Dictionary_2_UnityEngine_RuntimePlatform_UnityEngine_AddressableAssets_AddressablesPlatform__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C832C8, Enumerable_ToArray_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C832D8, Dictionary_2_System_Int32_UnityEngine_AddressableAssets_Utility_DiagnosticInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83310, Dictionary_2_UnityEngine_RuntimePlatform_UnityEngine_AddressableAssets_AddressablesPlatform___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83320, Dictionary_2_UnityEngine_RuntimePlatform_UnityEngine_AddressableAssets_AddressablesPlatform__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83348, List_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83350, List_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83420, Dictionary_2_TKey_TValue_ValueCollection_System_Object_IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83440, AsyncOperationBase_1_System_Collections_Generic_List_1__1__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83448, ResourceManager_1_CreateCompletedOperation_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83458, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83468, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83470, Dictionary_2_Pathfinding_GraphNode_System_Int32__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83478, Dictionary_2_System_Object_IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83480, Dictionary_2_Pathfinding_GraphNode_System_Int32__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83490, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Object_IList_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C834A0, AsyncOperationBase_1_System_Collections_Generic_List_1__1_Complete__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C834A8, Stack_1_Pathfinding_GraphNode__1_Push__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C834B0, HashSet_1_Pathfinding_GraphNode__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C834C8, ResourceManager_1_StartOperation_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83508, AsyncOperationBase_1_System_Collections_Generic_List_1__1_get_IsDone__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83518, AsyncOperationBase_1_System_Collections_Generic_List_1__1_InvokeExecute__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83540, AsyncOperationBase_1_System_Collections_Generic_List_1__Complete__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83570, Dictionary_2_Pathfinding_GraphNode_System_Int32__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83578, Dictionary_2_Pathfinding_GraphNode_System_Int32__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83580, Dictionary_2_Pathfinding_GraphNode_System_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C835A8, StackPool_1_Pathfinding_GraphNode__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C835B0, Stack_1_Pathfinding_GraphNode__1_get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C835B8, Stack_1_Pathfinding_GraphNode__1_Pop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C835C8, HashSet_1_Pathfinding_GraphNode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C835D8, StackPool_1_Pathfinding_GraphNode__Claim__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C835F0, Enumerable_FirstOrDefault_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83600, List_1_UnityEngine_AddressableAssets_AddressablesImpl_ResourceLocatorInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83610, List_1_Pathfinding_GraphNode__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83618, ResourceManager_1_CreateGroupOperation_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83620, List_1_UnityEngine_AddressableAssets_AddressablesImpl_ResourceLocatorInfo__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83630, ResourceManager_1_StartOperation_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83648, AsyncOperationBase_1_System_Collections_Generic_List_1___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C836A8, AsyncOperationBase_1_System_Collections_Generic_List_1__InvokeExecute__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C836B8, AsyncOperationBase_1_System_Collections_Generic_List_1__get_IsDone__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C836D0, List_1_Outline_ListVector3___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83718, Dictionary_2_System_String_Pathfinding_AstarProfiler_ProfilePoint___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83740, Dictionary_2_TKey_TValue_Enumerator_System_String_Pathfinding_AstarProfiler_ProfilePoint__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83748, Dictionary_2_TKey_TValue_Enumerator_System_String_Pathfinding_AstarProfiler_ProfilePoint__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83750, KeyValuePair_2_System_String_Pathfinding_AstarProfiler_ProfilePoint__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83758, KeyValuePair_2_System_String_Pathfinding_AstarProfiler_ProfilePoint__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83760, Dictionary_2_TKey_TValue_Enumerator_System_String_Pathfinding_AstarProfiler_ProfilePoint__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83768, Dictionary_2_System_String_Pathfinding_AstarProfiler_ProfilePoint__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C837B0, HashSet_1_UnityEngine_Mesh__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C837C0, Component_GetComponentsInChildren_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C837D0, List_1_UnityEngine_Material__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C837D8, Dictionary_2_System_String_Pathfinding_AstarProfiler_ProfilePoint__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C837E0, Dictionary_2_System_String_Pathfinding_AstarProfiler_ProfilePoint__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C837E8, Component_GetComponentsInChildren_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C837F8, Dictionary_2_System_String_Pathfinding_AstarProfiler_ProfilePoint__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83808, Dictionary_2_System_String_Pathfinding_AstarProfiler_ProfilePoint__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83810, HashSet_1_UnityEngine_Mesh___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83818, List_1_Outline_ListVector3__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83820, AsyncOperationHandle_Convert_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83830, Dictionary_2_System_String_Pathfinding_AstarProfiler_ProfilePoint__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83840, AssetReferenceT_1_UnityEngine_Texture2D___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83850, AssetReferenceT_1_UnityEngine_Texture3D___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83860, List_1_Outline_ListVector3__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83870, List_1_UnityEngine_Mesh__IndexOf__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83888, AssetReferenceT_1_UnityEngine_Sprite___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C838C0, AssetReferenceT_1_UnityEngine_GameObject___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C838D8, AssetReferenceT_1_UnityEngine_Texture___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83900, Dictionary_2_Pathfinding_GraphNode_List_1_Pathfinding_SingleNodeBlocker__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83910, List_1_Pathfinding_SingleNodeBlocker__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83920, ListPool_1_Pathfinding_SingleNodeBlocker__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83930, ListPool_1_Pathfinding_SingleNodeBlocker__Claim__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83940, AsyncOperationBase_1_System_Collections_Generic_IList_1__2_InvokeExecute__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83948, List_1_Pathfinding_SingleNodeBlocker__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83960, Enumerable_Where_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83978, Dictionary_2_Pathfinding_GraphNode_List_1_Pathfinding_SingleNodeBlocker__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C839A0, Enumerable_ToArray_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C839F8, List_1_Outline_ListVector3__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83A00, List_1_Outline_ListVector3__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83A08, AsyncOperationBase_1_System_Collections_Generic_IList_1__2_Complete__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83A10, AsyncOperationBase_1_System_Collections_Generic_IList_1__2__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83A18, Enumerable_ToList_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83A20, AddressablesImpl_AutoReleaseHandleOnTypelessCompletion_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83A30, Enumerable_Any_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83A40, ResourceManager_1_CreateChainOperation_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83A58, Enumerable_Select_47__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83A68, Enumerable_Where_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83B08, ResourceManager_1_CreateChainOperation_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83B20, AddressablesImpl_AutoReleaseHandleOnTypelessCompletion_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83B28, AsyncOperationHandle_1_System_Collections_Generic_List_1__IsValid__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83B30, AddressablesImpl_Release_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83B60, ResourceManager_1_CreateCompletedOperationWithException_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83BF0, List_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83BF8, List_1_T_Enumerator_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83C08, AsyncOperationHandle_1_UnityEngine_GameObject__add_CompletedTypeless__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83C10, ResourceManager_1_CreateChainOperation_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83C60, AddressablesImpl_LoadAssetsAsync_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83C68, ResourceManager_1_CreateCompletedOperationWithException_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83C80, List_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83C88, List_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83C90, List_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83CA0, List_1_T_Enumerator_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83CA8, List_1_T_Enumerator_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83D48, AddressablesImpl_AutoReleaseHandleOnCompletion_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83D60, AsyncOperationHandle_1_System_Collections_Generic_IList_1__3_op_Implicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83D70, ResourceManager_1_CreateChainOperation_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83D80, Enumerable_Distinct_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83D88, List_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83D98, List_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83DA0, List_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83DB0, List_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83DC8, ResourceManager_1_CreateChainOperation_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83DE8, AddressablesImpl_TrackHandle_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83DF0, ResourceManager_1_StartOperation_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83EA0, Array_Empty_44__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83F28, ResourceManager_1_CreateChainOperation_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83F70, HashSet_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83F80, HashSet_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83F88, HashSet_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation__UnionWith__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83F90, List_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation___ctor_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83FA0, List_1_UnityEngine_AddressableAssets_AddressablesImpl_ResourceLocatorInfo__RemoveAll__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83FC0, List_1_UnityEngine_AddressableAssets_AddressablesImpl_ResourceLocatorInfo__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83FC8, AddressablesImpl_AutoReleaseHandleOnCompletion_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C83FF8, ResourceManager_1_CreateCompletedOperation_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84000, List_1_UnityEngine_AddressableAssets_AddressablesImpl_ResourceLocatorInfo__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84018, HashSet_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation__IntersectWith__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84020, HashSet_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84028, HashSet_1_UnityEngine_ResourceManagement_ResourceLocations_IResourceLocation___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C840B0, List_1_UnityEngine_AddressableAssets_AddressablesImpl_ResourceLocatorInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C840E0, Enumerable_Select_48__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C840F0, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator__IsValid__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84100, AsyncOperationHandle_1_System_Collections_Generic_List_1__1_IsValid__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84108, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator__get_IsDone__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84110, AsyncOperationHandle_1_System_Collections_Generic_List_1__1_get_IsDone__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84118, AsyncOperationHandle_1_UnityEngine_AddressableAssets_ResourceLocators_IResourceLocator__op_Implicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84128, AsyncOperationHandle_1_System_Collections_Generic_List_1__1_op_Implicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84160, List_1_UnityEngine_AddressableAssets_AddressablesImpl_ResourceLocatorInfo___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C844C8, AddressablesImpl_Release_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84500, Dictionary_2_System_Type_List_1_System_String__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84508, Dictionary_2_System_Type_List_1_System_String__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84518, HashSet_1_System_Type__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84528, HashSet_1_System_Type___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84540, HashSet_1_System_Type__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84548, HashSet_1_System_Type__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84560, Dictionary_2_TKey_TValue_Enumerator_System_Type_List_1_System_String__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84580, HashSet_1_T_Enumerator_System_Type__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84590, HashSet_1_T_Enumerator_System_Type__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84598, HashSet_1_T_Enumerator_System_Type__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C845A0, Nullable_1_UnityEngine_AddressableAssets_Addressables_MergeMode__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C845A8, Nullable_1_UnityEngine_AddressableAssets_Addressables_MergeMode__GetValueOrDefault__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C845E0, Dictionary_2_System_Type_List_1_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C845E8, Dictionary_2_System_Type_List_1_System_String__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C845F0, Dictionary_2_TKey_TValue_Enumerator_System_Type_List_1_System_String__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84600, KeyValuePair_2_System_Type_List_1_System_String__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84608, Dictionary_2_TKey_TValue_Enumerator_System_Type_List_1_System_String__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84618, KeyValuePair_2_System_Type_List_1_System_String__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84620, Nullable_1_UnityEngine_AddressableAssets_Addressables_MergeMode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84628, AsyncOperationHandle_1_System_Collections_Generic_IList_1__get_DebugName__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84630, AddressablesImpl_Release_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84648, Nullable_1_UnityEngine_AddressableAssets_Addressables_MergeMode__get_HasValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84670, AsyncOperationHandle_1_UnityEngine_AddressableAssets_Initialization_ResourceManagerRuntimeData__WaitForCompletion__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84678, AsyncOperationHandle_1_UnityEngine_AddressableAssets_Initialization_ResourceManagerRuntimeData__IsValid__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84688, AsyncOperationHandle_1_UnityEngine_AddressableAssets_Initialization_ResourceManagerRuntimeData__get_IsDone__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C846B8, JsonUtility_FromJson_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C846F0, AsyncOperationHandle_1_UnityEngine_AddressableAssets_Initialization_ResourceManagerRuntimeData__get_Result__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C846F8, AsyncOperationHandle_1_System_Collections_Generic_IList_1__add_Completed__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84758, List_1_UnityEngine_AddressableAssets_ResourceLocators_ResourceLocationData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C849A8, List_1_List_1_Pathfinding_ClipperLib_IntPoint__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C849B0, List_1_List_1_Pathfinding_ClipperLib_IntPoint__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C849B8, Stack_1_Pathfinding_Poly2Tri_Polygon__Push__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C849E0, List_1_List_1_UnityEngine_Vector3__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C849F0, List_1_Pathfinding_Util_TileHandler_Cut__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C849F8, ListPool_1_TileHandler_Cut__Claim__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84A38, Stack_1_Pathfinding_Poly2Tri_Polygon__Pop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84A50, Stack_1_Pathfinding_Poly2Tri_Polygon__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84A68, StackPool_1_Pathfinding_Poly2Tri_Polygon__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84A70, StackPool_1_Pathfinding_Poly2Tri_Polygon__Claim__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84A78, List_1_Pathfinding_ClipperLib_PolyNode__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84A80, List_1_Pathfinding_Util_TileHandler_Cut__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84A98, List_1_Pathfinding_Util_TileHandler_Cut__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84AA0, List_1_Pathfinding_NavmeshCut__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84AA8, List_1_Pathfinding_NavmeshCut__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84AB0, List_1_Pathfinding_NavmeshAdd__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84AB8, List_1_Pathfinding_ClipperLib_PolyNode__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84AD0, List_1_Pathfinding_NavmeshAdd__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84AD8, List_1_Pathfinding_Poly2Tri_PolygonPoint__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84AE8, List_1_Pathfinding_Poly2Tri_PolygonPoint__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84B18, ListPool_1_TileHandler_Cut__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84B20, ListPool_1_System_Collections_Generic_List_1__1_Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84B28, ListPool_1_Pathfinding_Poly2Tri_PolygonPoint__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84B50, ListPool_1_Pathfinding_NavmeshCut__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84B58, ListPool_1_Pathfinding_Poly2Tri_PolygonPoint__Claim__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84B68, ListPool_1_System_Collections_Generic_List_1__1_Claim__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84B70, ListPool_1_Pathfinding_NavmeshCut__Claim__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84B78, GridLookup_1_Pathfinding_NavmeshClipper__QueryRect__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84B90, GridLookup_1_Pathfinding_NavmeshClipper__QueryRect_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84B98, Dictionary_2_Pathfinding_Poly2Tri_TriangulationPoint_System_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84BA0, Dictionary_2_Pathfinding_Poly2Tri_TriangulationPoint_System_Int32__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84BA8, Dictionary_2_Pathfinding_Poly2Tri_TriangulationPoint_System_Int32__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84BB0, Dictionary_2_Pathfinding_Poly2Tri_TriangulationPoint_System_Int32__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84C00, GridLookup_1_Pathfinding_NavmeshClipper___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84CC8, Object_1_FindObjectsOfType_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84D28, GameObject_GetComponent_27__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84D30, GameObject_AddComponent_33__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84D80, Dictionary_2_System_Type_System_Action_1__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84DA0, Dictionary_2_System_Type_System_Action_1__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84E28, Dictionary_2_System_Type_System_Action_1___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84E40, Dictionary_2_System_Type_System_Action_1__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84F10, List_1_Pathfinding_NavGraph___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84F18, Dictionary_2_Pathfinding_NavGraph_System_Int32__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84F20, Dictionary_2_Pathfinding_NavGraph_System_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C84F30, Dictionary_2_Pathfinding_NavGraph_System_Int32__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85100, List_1_Pathfinding_Recast_RecastMeshGatherer_CapsuleCache__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85110, List_1_Pathfinding_Recast_RecastMeshGatherer_CapsuleCache__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85118, List_1_Pathfinding_Recast_RecastMeshGatherer_CapsuleCache__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85138, GameObject_GetComponent_28__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85150, List_1_Pathfinding_Recast_RecastMeshGatherer_CapsuleCache__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85170, ListPool_1_Pathfinding_RecastMeshObj__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85178, ListPool_1_Pathfinding_RecastMeshObj__Claim__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85190, List_1_UnityEngine_MeshFilter__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C851A0, Object_1_FindObjectsOfType_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C851A8, List_1_UnityEngine_MeshFilter__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C851B0, Dictionary_2_UnityEngine_Mesh_UnityEngine_Vector3__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C851B8, Dictionary_2_UnityEngine_Mesh_UnityEngine_Vector3__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C851C8, Dictionary_2_UnityEngine_Mesh_System_Int32__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C851D0, Dictionary_2_UnityEngine_Mesh_System_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C851D8, Dictionary_2_UnityEngine_Mesh_UnityEngine_Vector3__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C851E0, Dictionary_2_UnityEngine_Mesh_System_Int32__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C851E8, Dictionary_2_UnityEngine_Mesh_UnityEngine_Vector3___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C851F8, List_1_UnityEngine_MeshFilter___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85200, List_1_UnityEngine_MeshFilter__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85208, Component_GetComponent_36__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85218, List_1_Pathfinding_Recast_RecastMeshGatherer_CapsuleCache___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85220, ObjectPoolSimple_1_System_Collections_Generic_Dictionary_2__1_Claim__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85238, ObjectPoolSimple_1_System_Collections_Generic_Dictionary_2__1_Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85248, Queue_1_System_Action__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85258, Queue_1_System_Action___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85260, Queue_1_System_Action__Dequeue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85268, MiscTools_Swap_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85278, Queue_1_System_Action__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C852A0, Queue_1_System_Action__Enqueue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85300, Dictionary_2_System_Type_Dictionary_2_System_String_System_Reflection_FieldInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85308, Stack_1_List_1_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85350, Enumerable_ToDictionary_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85358, Enumerable_ToDictionary_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85368, Enumerable_Where_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85370, Dictionary_2_System_Type_Dictionary_2_System_String_System_Reflection_FieldInfo__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85378, Dictionary_2_System_String_System_Reflection_PropertyInfo__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85380, Dictionary_2_System_String_System_Reflection_FieldInfo__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85388, Dictionary_2_System_Type_Dictionary_2_System_String_System_Reflection_PropertyInfo__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85390, Dictionary_2_System_Type_Dictionary_2_System_String_System_Reflection_PropertyInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85398, Dictionary_2_System_Type_Dictionary_2_System_String_System_Reflection_FieldInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C853C0, Stack_1_List_1_System_String__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C853C8, Dictionary_2_System_Type_Dictionary_2_System_String_System_Reflection_PropertyInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C853D0, Stack_1_List_1_System_String__Pop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85438, Dictionary_2_System_String_System_Object___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85440, Stack_1_List_1_System_String__Push__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C854A8, UnityTools_Instantiate_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85530, Component_GetComponents_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85548, List_1_UnityEngine_Material__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C855B8, List_1_UnityEngine_Component__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C855D8, UnityTools_IsNullOrDestroyed_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C855E8, GameObject_GetComponent_29__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85618, GameObject_GetComponent_30__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85628, List_1_UnityEngine_Component__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85680, GameObject_GetComponent_31__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C856A0, List_1_ShatterableGlass_Figure___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C856A8, List_1_ShatterableGlass_Figure__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C856D8, GameObject_AddComponent_34__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C856E0, Array_IndexOf_251__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85708, Component_GetComponentInChildren_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85758, List_1_T_Enumerator_ShatterableGlass_Figure__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85770, List_1_T_Enumerator_ShatterableGlass_Figure__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85778, List_1_T_Enumerator_ShatterableGlass_Figure__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85780, List_1_ShatterableGlass_Figure__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85798, Component_GetComponent_37__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C858C0, ReflectionTools_GetAttribute_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C859A8, List_1_VolumetricLights_VolumetricLightsTranslucency__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C859B0, List_1_VolumetricLights_VolumetricLightsTranslucency___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85A20, List_1_VolumetricLights_VolumetricLightsTranslucency__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85A28, List_1_VolumetricLights_VolumetricLightsTranslucency__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85A68, Component_GetComponent_38__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85A80, Object_1_FindObjectsOfType_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85A90, List_1_VolumetricLights_VolumetricLight__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85BC8, List_1_VolumetricLights_VolumetricLightsTranslucency__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85BD8, List_1_VolumetricLights_VolumetricLightsTranslucency__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85BF8, List_1_VolumetricLights_VolumetricLight___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85CC0, List_1_VolumetricLights_VolumetricLight__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85CC8, List_1_VolumetricLights_VolumetricLight__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85CD0, List_1_VolumetricLights_VolumetricLight__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85CE0, List_1_T_Enumerator_VolumetricLights_VolumetricLight__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85CF0, List_1_VolumetricLights_VolumetricLight__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85D08, List_1_T_Enumerator_VolumetricLights_VolumetricLight__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85D10, List_1_T_Enumerator_VolumetricLights_VolumetricLight__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85D50, List_1_Pathfinding_SingleNodeBlocker___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85D68, List_1_Pathfinding_RVO_Sampled_Agent__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85DD0, List_1_UnityEngine_Vector3__1_get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85DD8, List_1_UnityEngine_Vector3__1_get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85DE8, List_1_UnityEngine_Vector3__1_Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85E10, List_1_Pathfinding_RVO_ObstacleVertex__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85E20, List_1_Pathfinding_RVO_ObstacleVertex__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85E28, List_1_Pathfinding_RVO_ObstacleVertex__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85E90, List_1_Pathfinding_RVO_ObstacleVertex__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85EF0, List_1_Pathfinding_RVO_ObstacleVertex__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85EF8, List_1_Pathfinding_RVO_Sampled_Agent__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85F38, List_1_Pathfinding_RVO_Sampled_Agent__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85F48, List_1_Pathfinding_RVO_Sampled_Agent__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85F50, List_1_Pathfinding_RVO_Sampled_Agent__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85F58, List_1_Pathfinding_RVO_Sampled_Agent__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85F80, List_1_Pathfinding_RVO_ObstacleVertex___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85F98, List_1_Pathfinding_RVO_Sampled_Agent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85FA8, List_1_UnityEngine_Mesh___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C85FC8, List_1_UnityEngine_Mesh__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86010, List_1_UnityEngine_Mesh__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86018, List_1_UnityEngine_Mesh__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86028, List_1_UnityEngine_Mesh__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86038, Stack_1_UnityEngine_Mesh___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C860A0, Stack_1_UnityEngine_Mesh__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C860A8, Stack_1_UnityEngine_Mesh__Pop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C860B0, ObjectPool_1_GraphGizmoHelper__Claim__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C860B8, Stack_1_UnityEngine_Mesh__Push__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C860C0, ObjectPool_1_GraphGizmoHelper__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C860C8, ObjectPool_1_RetainedGizmos_Builder__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C862B0, List_1_UnityEngine_Texture2D___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C862C0, List_1_UnityEngine_Terrain___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86488, List_1_UnityEngine_Texture2D__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C864A8, List_1_UnityEngine_LightmapData__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C864B8, List_1_UnityEngine_Terrain__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C864C8, List_1_UnityEngine_LightmapData__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C864E8, List_1_UnityEngine_Renderer__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86508, List_1_UnityEngine_Terrain__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86518, List_1_UnityEngine_Renderer__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86528, List_1_UnityEngine_Texture2D__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86548, List_1_UnityEngine_LightmapData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86558, List_1_UnityEngine_LightmapData__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86568, List_1_UnityEngine_Light__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86578, List_1_UnityEngine_LightmapData__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86598, List_1_UnityEngine_LightmapData__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C865C8, GameObject_GetComponent_32__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C866C0, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControl__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C866C8, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControl__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C866D0, ReadOnlyArray_1_UnityEngine_InputSystem_InputControl__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C866D8, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputControl__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C868E8, InputControlList_1_InputControl__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C868F8, InputControlList_1_InputControl__set_Capacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86910, Dictionary_2_UnityEngine_InputSystem_InputControl_System_Single___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86920, Dictionary_2_UnityEngine_InputSystem_InputControl_System_Single__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86928, Dictionary_2_UnityEngine_InputSystem_InputControl_System_Single__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86930, Dictionary_2_UnityEngine_InputSystem_InputControl_System_Single__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86938, Dictionary_2_UnityEngine_InputSystem_InputControl_System_Single__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86940, InputControlList_1_InputControl__SwapElements__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86980, InputControlList_1_InputControl__IndexOf__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86988, ArrayHelpers_AppendWithCapacity_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C869A0, Dictionary_2_UnityEngine_InputSystem_InputControl_System_Single__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C869B8, InputControlList_1_InputControl__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86A78, InputControlList_1_InputControl__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86A88, InputControlList_1_InputControl__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86AB8, List_1_UnityEngine_TextAsset__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86B30, List_1_UnityEngine_TextAsset__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86C40, List_1_UnityEngine_TextAsset__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86CB0, GameObject_GetComponent_33__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86CB8, GameObject_AddComponent_35__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86D08, UnityTools_IsObjectInScene_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86D98, List_1_System_String__RemoveRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86DD0, StringHelpers_Join_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86E20, UnityTools_Instantiate_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86E30, UnityTools_GetComponentInSelfOrChildren_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86F30, List_1_UnityEngine_InputSystem_InputAction__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86F38, List_1_List_1_UnityEngine_InputSystem_InputAction__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86F48, List_1_UnityEngine_InputSystem_InputActionMap__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86F50, List_1_List_1_UnityEngine_InputSystem_InputBinding___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86F58, List_1_List_1_UnityEngine_InputSystem_InputAction___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86F68, List_1_UnityEngine_InputSystem_InputActionMap___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86F70, List_1_UnityEngine_InputSystem_InputAction___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86F88, List_1_UnityEngine_InputSystem_InputActionMap__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86F98, List_1_UnityEngine_InputSystem_InputAction__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86FA0, List_1_List_1_UnityEngine_InputSystem_InputBinding__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C86FF0, List_1_UnityEngine_InputSystem_InputActionMap__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87008, List_1_UnityEngine_InputSystem_InputActionMap__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87010, List_1_List_1_UnityEngine_InputSystem_InputAction__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87020, List_1_List_1_UnityEngine_InputSystem_InputBinding__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87060, Enumerable_Count_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87070, ArrayHelpers_EraseAtWithCapacity_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87078, Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87080, ReadOnlyArray_1_UnityEngine_InputSystem_InputDevice___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C870A8, PlayerController_CompoundElement_FKqoMXwksyYwglCiMZjznCnUOvvD_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C870B0, ArrayHelpers_IndexOfReference_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C870C8, PlayerController_hZwtLBTeYoOUxeVgSWkTGPmGXfDl_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C870E8, ArrayHelpers_AppendListWithCapacity_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87100, ReadOnlyArrayExtensions_HaveEqualReferences_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87110, ArrayHelpers_Clear_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87120, ReadOnlyArray_1_UnityEngine_InputSystem_InputDevice__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87158, OneOrMore_2_UnityEngine_InputSystem_InputActionMap_ReadOnlyArray_1_UnityEngine_InputSystem_InputActionMap__op_Implicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87160, OneOrMore_2_UnityEngine_InputSystem_InputActionMap_ReadOnlyArray_1_UnityEngine_InputSystem_InputActionMap__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87178, OneOrMore_2_UnityEngine_InputSystem_InputActionMap_ReadOnlyArray_1_UnityEngine_InputSystem_InputActionMap__op_Implicit_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C871E0, ReadOnlyArray_1_UnityEngine_InputSystem_InputAction__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C871E8, PlayerController_CompoundElement_FKqoMXwksyYwglCiMZjznCnUOvvD_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87230, ReadOnlyArray_1_UnityEngine_InputSystem_InputControl___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87238, ArrayHelpers_ContainsReference_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87248, ArrayHelpers_HaveDuplicateReferences_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87250, ArrayHelpers_ContainsReference_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87270, ReadOnlyArray_1_UnityEngine_InputSystem_InputAction__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87278, TempListPool_TList_1_Rewired_PlayerController_Element__get_list__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87280, ReadOnlyArray_1_UnityEngine_InputSystem_InputAction__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87288, List_1_Rewired_PlayerController_Button__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C872A0, TempListPool_GetTList_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C872A8, ReadOnlyArray_1_UnityEngine_InputSystem_InputAction___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C872C0, List_1_Rewired_PlayerController_Element__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C872C8, List_1_Rewired_PlayerController_Axis__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C872D0, PlayerController_CompoundElement_FKqoMXwksyYwglCiMZjznCnUOvvD_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87328, AList_1_Rewired_PlayerController_Axis__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87330, AList_1_Rewired_PlayerController_Element__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87340, AList_1_Rewired_PlayerController_Axis__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87350, AList_1_Rewired_PlayerController_Button__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87390, ArrayHelpers_LengthSafe_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C873D0, AList_1_Rewired_PlayerController_Element__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C873D8, AList_1_Rewired_PlayerController_Button__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87408, ReadOnlyCollection_1_Rewired_PlayerController_Element___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87428, List_1_Rewired_PlayerController_Button___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87430, List_1_Rewired_PlayerController_Element___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87448, List_1_Rewired_PlayerController_Element__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87458, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputActionMap__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87460, List_1_Rewired_PlayerController_Axis___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87468, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputActionMap__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87480, ReadOnlyArray_1_UnityEngine_InputSystem_InputActionMap__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87490, ReadOnlyArray_1_UnityEngine_InputSystem_InputActionMap___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C874C8, ScriptableObject_CreateInstance_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87500, ReadOnlyCollection_1_Rewired_PlayerController_Axis___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87510, ReadOnlyCollection_1_Rewired_PlayerController_Button___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87528, Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87530, Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1__get_HasValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87540, ReadOnlyArrayExtensions_ContainsReference_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87588, List_1_Rewired_ControllerTemplateActionElementMap__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C875A0, AList_1_Rewired_PlayerController_Axis___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C875A8, AList_1_Rewired_PlayerController_Element___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C875B8, AList_1_Rewired_PlayerController_Button___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C875D8, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputActionMap__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87690, SerializedObject_Add_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C876B8, List_1_Rewired_ControllerTemplateActionElementMap__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C876C0, SerializedObject_TryGetDeserializedValue_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C876C8, SerializedObject_TryGetDeserializedValueByRef_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C876E8, EmptyObjects_1_Rewired_ControllerTemplateActionElementMap__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87700, CustomAttributeExtensions_GetCustomAttribute_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87730, List_1_Rewired_Utils_Classes_Data_SerializedObject_XmlInfo_cSbMSwulYDylVSNioizqhnQVHFieA__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87738, CallbackArray_1_System_Action_1__1_AddCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87740, CallbackArray_1_System_Action_1__1_RemoveCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87748, List_1_Rewired_ControllerTemplateActionElementMap__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87750, List_1_Rewired_ControllerTemplateActionElementMap__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C877B0, ObjectPool_1_OPozBwLHHQdOXXBAjdfoHzmJkpRuA___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C877D8, ObjectPool_1_OPozBwLHHQdOXXBAjdfoHzmJkpRuA__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87818, List_1_Rewired_ControllerTemplateActionElementMap___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87828, ReadOnlyCollection_1_Rewired_ControllerTemplateActionElementMap___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87870, ObjectPool_1_OPozBwLHHQdOXXBAjdfoHzmJkpRuA__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C878D0, SerializedObject_TryGetDeserializedValueByRef_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87960, SerializedObject_TryGetDeserializedValue_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87988, SerializedObject_Add_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C879D0, SerializedObject_TryGetDeserializedValueByRef_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C879E8, SerializedObject_Add_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87A58, SerializedObject_Add_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87B38, ListTools_ToArray_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87B40, Dictionary_2_System_UInt32_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87B90, Dictionary_2_System_UInt32_System_String__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87B98, Dictionary_2_System_UInt32_System_String__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87C40, Dictionary_2_BinaryDeserialization_ObjectFieldMap_List_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87C48, Dictionary_2_BinaryDeserialization_ObjectFieldMap_List_1_System_Int32__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87C70, Dictionary_2_BinaryDeserialization_ObjectFieldMap_List_1_System_Int32__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87CC8, List_1_System_Reflection_FieldInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87CD0, List_1_System_Reflection_FieldInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87D60, ObjectPool_Get_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87D78, ObjectPool_Return_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87D80, Dictionary_2_TKey_TValue_KeyCollection_BinaryDeserialization_ObjectFieldMap_List_1_System_Int32__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87D88, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_BinaryDeserialization_ObjectFieldMap_List_1_System_Int32__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87DA0, Dictionary_2_BinaryDeserialization_ObjectFieldMap_List_1_System_Int32__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87DA8, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_BinaryDeserialization_ObjectFieldMap_List_1_System_Int32__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87DB0, Dictionary_2_BinaryDeserialization_ObjectFieldMap_List_1_System_Int32__get_Keys__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87DB8, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_BinaryDeserialization_ObjectFieldMap_List_1_System_Int32__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87DD0, Dictionary_2_System_String_System_Int32__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87DD8, Dictionary_2_System_String_System_Int32__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87DE8, Dictionary_2_System_String_System_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87DF8, Dictionary_2_System_String_System_Int32__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87E00, List_1_BehaviorDesigner_Runtime_SharedVariable__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87E10, List_1_BehaviorDesigner_Runtime_SharedVariable___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87E18, Dictionary_2_System_String_System_Int32__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87E20, Dictionary_2_System_String_System_Int32__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87E48, ObjectPool_Return_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87E68, ObjectPool_Return_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87E70, List_1_BehaviorDesigner_Runtime_Tasks_Task__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87E78, List_1_BehaviorDesigner_Runtime_BehaviorManager_BehaviorTree_ConditionalReevaluate__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87E80, List_1_BehaviorDesigner_Runtime_Tasks_TaskStatus__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87E88, List_1_List_1_System_Int32__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87E90, List_1_Stack_1_System_Int32__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87EA0, Dictionary_2_System_Int32_BehaviorDesigner_Runtime_BehaviorManager_BehaviorTree_ConditionalReevaluate__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87EA8, List_1_BehaviorDesigner_Runtime_Tasks_TaskStatus___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87EB0, List_1_List_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87ED0, Dictionary_2_System_Int32_BehaviorDesigner_Runtime_BehaviorManager_BehaviorTree_ConditionalReevaluate___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87ED8, List_1_Stack_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87EE0, List_1_BehaviorDesigner_Runtime_BehaviorManager_BehaviorTree_ConditionalReevaluate___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87EE8, Dictionary_2_System_Object_BehaviorDesigner_Runtime_BehaviorManager_ThirdPartyTask__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87F10, Dictionary_2_System_Object_BehaviorDesigner_Runtime_BehaviorManager_ThirdPartyTask__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87F18, Dictionary_2_System_Object_BehaviorDesigner_Runtime_BehaviorManager_ThirdPartyTask__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87F28, ObjectPool_Get_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87F30, Dictionary_2_BehaviorDesigner_Runtime_BehaviorManager_ThirdPartyTask_System_Object__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87F38, ObjectPool_Return_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87F40, ObjectPool_Get_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87F50, List_1_Stack_1_System_Int32__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87F58, ObjectPool_Return_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87F60, List_1_BehaviorDesigner_Runtime_Tasks_TaskStatus__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87F68, Dictionary_2_BehaviorDesigner_Runtime_BehaviorManager_ThirdPartyTask_System_Object__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87F70, Dictionary_2_System_Object_BehaviorDesigner_Runtime_BehaviorManager_ThirdPartyTask__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87F80, Dictionary_2_System_Object_BehaviorDesigner_Runtime_BehaviorManager_ThirdPartyTask__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87F88, Dictionary_2_BehaviorDesigner_Runtime_BehaviorManager_ThirdPartyTask_System_Object__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87FA8, List_1_BehaviorDesigner_Runtime_BehaviorManager_BehaviorTree_ConditionalReevaluate__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87FB8, ObjectPool_Get_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87FC0, Dictionary_2_System_Int32_BehaviorDesigner_Runtime_BehaviorManager_BehaviorTree_ConditionalReevaluate__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87FC8, Dictionary_2_System_Int32_BehaviorDesigner_Runtime_BehaviorManager_BehaviorTree_ConditionalReevaluate__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87FE8, List_1_List_1_System_Int32__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C87FF8, List_1_BehaviorDesigner_Runtime_Tasks_TaskStatus__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88008, List_1_BehaviorDesigner_Runtime_BehaviorManager_BehaviorTree_ConditionalReevaluate__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88010, List_1_BehaviorDesigner_Runtime_BehaviorManager_BehaviorTree_ConditionalReevaluate__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88020, ObjectPool_Return_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88028, List_1_BehaviorDesigner_Runtime_BehaviorManager_BehaviorTree_ConditionalReevaluate__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88030, Dictionary_2_System_Int32_BehaviorDesigner_Runtime_BehaviorManager_BehaviorTree_ConditionalReevaluate__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88038, List_1_BehaviorDesigner_Runtime_Tasks_TaskStatus__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88040, List_1_BehaviorDesigner_Runtime_Tasks_TaskStatus__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88050, Dictionary_2_BehaviorDesigner_Runtime_Behavior_BehaviorDesigner_Runtime_BehaviorManager_BehaviorTree__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88058, Dictionary_2_BehaviorDesigner_Runtime_Behavior_BehaviorDesigner_Runtime_BehaviorManager_BehaviorTree__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88060, ObjectPool_Return_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88068, List_1_BehaviorDesigner_Runtime_BehaviorManager_BehaviorThreadLoader__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88070, List_1_BehaviorDesigner_Runtime_BehaviorManager_BehaviorThreadLoader__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88088, Dictionary_2_BehaviorDesigner_Runtime_Behavior_BehaviorDesigner_Runtime_BehaviorManager_BehaviorTree__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88090, List_1_BehaviorDesigner_Runtime_BehaviorManager_BehaviorTree__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88098, List_1_BehaviorDesigner_Runtime_BehaviorManager_BehaviorThreadLoader__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88128, ObjectPool_Return_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88130, ObjectPool_Get_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88138, SharedVariable_1_NamedVariable__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88140, ObjectPool_Return_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88148, ObjectPool_Get_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88150, KeyValuePair_2_System_String_BehaviorDesigner_Runtime_BehaviorManager_TaskAddData_OverrideFieldValue__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88158, ObjectPool_Get_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88160, ObjectPool_Get_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88168, Dictionary_2_TKey_TValue_Enumerator_System_String_BehaviorDesigner_Runtime_BehaviorManager_TaskAddData_OverrideFieldValue__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88170, Dictionary_2_System_String_BehaviorDesigner_Runtime_BehaviorManager_TaskAddData_OverrideFieldValue__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88178, KeyValuePair_2_System_String_BehaviorDesigner_Runtime_BehaviorManager_TaskAddData_OverrideFieldValue__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88180, Dictionary_2_TKey_TValue_Enumerator_System_String_BehaviorDesigner_Runtime_BehaviorManager_TaskAddData_OverrideFieldValue__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88188, Dictionary_2_System_String_BehaviorDesigner_Runtime_BehaviorManager_TaskAddData_OverrideFieldValue__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88190, Dictionary_2_System_String_BehaviorDesigner_Runtime_BehaviorManager_TaskAddData_OverrideFieldValue__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88198, Dictionary_2_System_String_BehaviorDesigner_Runtime_BehaviorManager_TaskAddData_OverrideFieldValue__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C881A0, Dictionary_2_System_String_BehaviorDesigner_Runtime_BehaviorManager_TaskAddData_OverrideFieldValue__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C881C8, Dictionary_2_TKey_TValue_Enumerator_System_String_BehaviorDesigner_Runtime_BehaviorManager_TaskAddData_OverrideFieldValue__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C881D8, List_1_BehaviorDesigner_Runtime_Tasks_TaskStatus__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C881E0, Dictionary_2_BehaviorDesigner_Runtime_Behavior_BehaviorDesigner_Runtime_BehaviorManager_BehaviorTree__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C881E8, ObjectPool_Get_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C881F0, List_1_Stack_1_System_Int32__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88228, ObjectPool_Get_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88230, ObjectPool_Get_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88240, ObjectPool_Return_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88250, List_1_BehaviorDesigner_Runtime_BehaviorManager_BehaviorThreadLoader___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88258, List_1_BehaviorDesigner_Runtime_BehaviorManager_BehaviorTree__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88268, Dictionary_2_BehaviorDesigner_Runtime_Behavior_BehaviorDesigner_Runtime_BehaviorManager_BehaviorTree__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88270, Dictionary_2_BehaviorDesigner_Runtime_Behavior_BehaviorDesigner_Runtime_BehaviorManager_BehaviorTree__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88278, List_1_BehaviorDesigner_Runtime_BehaviorManager_BehaviorThreadLoader__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88320, List_1_BehaviorDesigner_Runtime_BehaviorManager_BehaviorTree___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88330, Dictionary_2_BehaviorDesigner_Runtime_Behavior_BehaviorDesigner_Runtime_BehaviorManager_BehaviorTree___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88338, Dictionary_2_System_Object_BehaviorDesigner_Runtime_BehaviorManager_ThirdPartyTask___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88340, Dictionary_2_BehaviorDesigner_Runtime_BehaviorManager_ThirdPartyTask_System_Object___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88370, List_1_BehaviorDesigner_Runtime_BehaviorManager_BehaviorTree__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88378, List_1_Stack_1_System_Int32__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88380, List_1_Stack_1_System_Int32__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88388, List_1_BehaviorDesigner_Runtime_BehaviorManager_BehaviorTree__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88390, Object_1_FindObjectsOfType_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C883A8, GameObject_AddComponent_36__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C883B0, KeyValuePair_2_System_String_System_Object__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C883B8, Dictionary_2_TKey_TValue_Enumerator_System_String_System_Object__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C883C0, Dictionary_2_BehaviorDesigner_Runtime_Tasks_Task_Dictionary_2_System_String_System_Object__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C883C8, KeyValuePair_2_System_String_System_Object__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C883D0, Dictionary_2_TKey_TValue_Enumerator_System_String_System_Object__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C883D8, Dictionary_2_TKey_TValue_Enumerator_System_String_System_Object__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C883E0, Dictionary_2_System_String_System_Object__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C883E8, Dictionary_2_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_SharedVariable_System_Object__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C883F0, Dictionary_2_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_SharedVariable_System_Object__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C883F8, KeyValuePair_2_BehaviorDesigner_Runtime_SharedVariable_System_Object__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88400, KeyValuePair_2_BehaviorDesigner_Runtime_SharedVariable_System_Object__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88408, Dictionary_2_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_SharedVariable_System_Object__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88410, Dictionary_2_BehaviorDesigner_Runtime_SharedVariable_System_Object__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88418, Dictionary_2_BehaviorDesigner_Runtime_Tasks_Task_Dictionary_2_System_String_System_Object__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88428, Dictionary_2_BehaviorDesigner_Runtime_SharedVariable_System_Object__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88430, Dictionary_2_BehaviorDesigner_Runtime_Tasks_Task_Dictionary_2_System_String_System_Object___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88440, Dictionary_2_BehaviorDesigner_Runtime_SharedVariable_System_Object___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88450, Dictionary_2_System_String_System_Delegate__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88458, Dictionary_2_System_String_System_Delegate___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88470, Dictionary_2_System_Type_Dictionary_2_System_String_System_Delegate__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88478, Dictionary_2_System_String_System_Delegate__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88480, Dictionary_2_System_Type_Dictionary_2_System_String_System_Delegate___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88488, Dictionary_2_System_String_System_Delegate__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88490, HashSet_1_BehaviorDesigner_Runtime_Tasks_Task__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88498, Dictionary_2_System_Type_Dictionary_2_System_String_System_Delegate__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C884B0, List_1_BehaviorDesigner_Runtime_TaskCoroutine__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C884B8, HashSet_1_BehaviorDesigner_Runtime_Tasks_Task___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C884C0, KeyValuePair_2_System_String_List_1_BehaviorDesigner_Runtime_TaskCoroutine__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C884C8, Dictionary_2_System_String_List_1_BehaviorDesigner_Runtime_TaskCoroutine__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C884D0, Dictionary_2_System_String_List_1_BehaviorDesigner_Runtime_TaskCoroutine__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C884D8, Dictionary_2_TKey_TValue_Enumerator_System_String_List_1_BehaviorDesigner_Runtime_TaskCoroutine__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C884E0, Dictionary_2_TKey_TValue_Enumerator_System_String_List_1_BehaviorDesigner_Runtime_TaskCoroutine__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C884E8, List_1_BehaviorDesigner_Runtime_TaskCoroutine__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C884F0, Dictionary_2_TKey_TValue_Enumerator_System_String_List_1_BehaviorDesigner_Runtime_TaskCoroutine__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C884F8, List_1_BehaviorDesigner_Runtime_TaskCoroutine__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88510, List_1_BehaviorDesigner_Runtime_TaskCoroutine___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88528, Dictionary_2_System_String_List_1_BehaviorDesigner_Runtime_TaskCoroutine__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88530, Dictionary_2_System_String_List_1_BehaviorDesigner_Runtime_TaskCoroutine__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88538, List_1_BehaviorDesigner_Runtime_TaskCoroutine__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88548, Dictionary_2_System_String_List_1_BehaviorDesigner_Runtime_TaskCoroutine__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88550, Dictionary_2_System_String_List_1_BehaviorDesigner_Runtime_TaskCoroutine___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88558, Dictionary_2_System_String_List_1_BehaviorDesigner_Runtime_TaskCoroutine__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88560, List_1_BehaviorDesigner_Runtime_Tasks_Task__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88570, List_1_BehaviorDesigner_Runtime_Tasks_Task___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C885A8, CustomAttributeExtensions_GetCustomAttribute_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C885F0, CustomAttributeExtensions_GetCustomAttribute_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88608, CustomAttributeExtensions_GetCustomAttribute_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C886F8, CallbackArray_1_System_Action_1__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88700, CallbackArray_1_System_Action_2__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88738, List_1_UnityEngine_InputSystem_InputAction__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88740, CallbackArray_1_System_Action_1__1_get_length__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88748, DelegateHelpers_InvokeCallbacksSafe_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C887C8, Enumerable_Contains_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C887D0, SharedVariable_1_GenericVariable___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C887D8, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputAction__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C887E0, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputAction__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C887F8, ArrayHelpers_Copy_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88800, SharedVariable_1_NamedVariable___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88808, ArrayHelpers_Copy_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88810, ArrayHelpers_Copy_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88818, ArrayHelpers_Copy_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88820, ArrayHelpers_Copy_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88840, Expression_1_Lambda_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88848, Expression_1_System_Action_1__Compile__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88850, InputControlList_1_InputControl__Resize__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88858, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputAction__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88860, InputControlList_1_InputControl__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88868, ArrayHelpers_LengthSafe_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88870, Expression_1_Lambda_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88878, Expression_1_System_Func_1__Compile__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88888, CallbackArray_1_System_Action_2__get_length__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C888B0, Array_Empty_45__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C889C0, List_1_BehaviorDesigner_Runtime_VariableSynchronizer_SynchronizedVariable__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C889C8, List_1_BehaviorDesigner_Runtime_VariableSynchronizer_SynchronizedVariable__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88A18, List_1_BehaviorDesigner_Runtime_VariableSynchronizer_SynchronizedVariable__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88A58, List_1_BehaviorDesigner_Runtime_VariableSynchronizer_SynchronizedVariable___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88A78, Dictionary_2_System_Type_System_Reflection_FieldInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88AA8, Dictionary_2_System_Reflection_FieldInfo_Dictionary_2_System_Type_System_Boolean___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88AB8, Dictionary_2_System_String_System_Type___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88AC0, Dictionary_2_System_Type_System_Boolean__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88AC8, Dictionary_2_System_Reflection_FieldInfo_Dictionary_2_System_Type_System_Boolean__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88AE8, Dictionary_2_System_Type_System_Boolean___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88B00, Dictionary_2_System_Reflection_FieldInfo_Dictionary_2_System_Type_System_Boolean__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88B08, Dictionary_2_System_Type_System_Boolean__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88B40, List_1_System_Reflection_Assembly__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88B48, List_1_System_Reflection_Assembly__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88B70, Dictionary_2_System_String_System_Type__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88B78, Dictionary_2_System_String_System_Type__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88B88, List_1_System_Reflection_Assembly___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88B98, List_1_System_Reflection_Assembly__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88BF0, List_1_System_Reflection_FieldInfo__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88BF8, List_1_System_Reflection_FieldInfo__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88C08, ObjectPool_Return_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88C18, ObjectPool_Get_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88C30, Dictionary_2_System_Type_System_Reflection_FieldInfo__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88C38, Dictionary_2_System_Type_System_Reflection_FieldInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88C40, ArrayHelpers_IndexOfReference_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88C50, ArrayHelpers_EraseAt_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88D10, List_1_UnityEngine_Object___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88D18, List_1_BehaviorDesigner_Runtime_Tasks_Task__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88D28, List_1_BehaviorDesigner_Runtime_Tasks_Task__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88D58, ScriptableObject_CreateInstance_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88D70, Dictionary_2_System_Type_System_Object__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88D98, List_1_System_Reflection_FieldInfo__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88DA8, ArrayHelpers_Erase_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88DB0, List_1_System_Reflection_FieldInfo__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88DB8, List_1_System_Reflection_FieldInfo__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88DC8, ArrayHelpers_Append_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88DE8, ArrayHelpers_Append_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88E90, Enumerable_Contains_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88EC0, Dictionary_2_System_String_System_Object__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88EE0, Dictionary_2_System_Int32_Dictionary_2_System_String_System_Object___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88F28, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_List_1_System_Int32__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88F78, Dictionary_2_System_Int32_BehaviorDesigner_Runtime_Tasks_Task__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88F88, Dictionary_2_System_String_System_Object__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88FA8, Dictionary_2_TKey_TValue_KeyCollection_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_List_1_System_Int32__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88FE8, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_List_1_System_Int32__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C88FF8, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_List_1_System_Int32__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89008, Dictionary_2_System_Int32_BehaviorDesigner_Runtime_Tasks_Task__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89018, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_List_1_System_Int32__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89028, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_List_1_System_Int32__get_Keys__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89038, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_List_1_System_Int32__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89040, Dictionary_2_System_Int32_BehaviorDesigner_Runtime_Tasks_Task__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89048, Dictionary_2_System_Int32_Dictionary_2_System_String_System_Object__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89058, Dictionary_2_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_List_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89068, Dictionary_2_System_Int32_BehaviorDesigner_Runtime_Tasks_Task___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89070, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_BehaviorDesigner_Runtime_JSONDeserialization_TaskField_List_1_System_Int32__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89078, Dictionary_2_System_Int32_Dictionary_2_System_String_System_Object__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89280, List_1_Rewired_Utils_Classes_Data_SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89290, List_1_Rewired_Utils_Classes_Data_SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89298, Dictionary_2_System_String_System_String__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C892A0, List_1_Rewired_Utils_Classes_Data_SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C892A8, List_1_Rewired_Utils_Classes_Data_SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C892D8, List_1_Rewired_Utils_Classes_Data_SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C892F0, List_1_T_Enumerator_Rewired_Utils_Classes_Data_SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C892F8, List_1_T_Enumerator_Rewired_Utils_Classes_Data_SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89300, List_1_T_Enumerator_Rewired_Utils_Classes_Data_SerializedObject_HgMZjbfCwvsfHSWFxndJjdoFInHZ_kRxMFLDibTKOsYJdDBbSabXKgmsVA__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89310, IndexedDictionary_2_System_String_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89380, JsonParser_FromJson_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C893D0, List_1_Rewired_Utils_Classes_Data_SerializedObject_XmlInfo_cSbMSwulYDylVSNioizqhnQVHFieA___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89410, IndexedDictionary_2_System_String_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_ContainsDuplicateKeys__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89418, List_1_Rewired_Utils_Classes_Data_SerializedObject_XmlInfo_cSbMSwulYDylVSNioizqhnQVHFieA__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89420, List_1_Rewired_Utils_Classes_Data_SerializedObject_XmlInfo_cSbMSwulYDylVSNioizqhnQVHFieA__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89478, KeyValuePair_2_System_String_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89480, IndexedDictionary_2_System_String_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__GetEntry__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89488, IndexedDictionary_2_System_String_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C894F8, IndexedDictionary_2_System_String_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89510, IndexedDictionary_2_System_String_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89528, IndexedDictionary_2_System_String_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__SetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89540, IndexedDictionary_2_System_String_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89548, IndexedDictionary_2_System_String_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89550, IndexedDictionary_2_System_String_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__GetKeyAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89558, IndexedDictionary_2_System_String_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__set_AllowDuplicateKeys__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89638, MiscTools_Swap_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89818, TransitionEventBase_1_TransitionStartEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89820, TransitionEventBase_1_TransitionEndEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89828, TransitionEventBase_1_TransitionCancelEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89830, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_UnityEngine_UIElements_StylePropertyAnimationSystem_TransitionState__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89838, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_UnityEngine_UIElements_StylePropertyAnimationSystem_TransitionState__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89840, TransitionEventBase_1_TransitionRunEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89848, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_UnityEngine_UIElements_StylePropertyAnimationSystem_TransitionState__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89850, Queue_1_UnityEngine_UIElements_EventBase__Enqueue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89858, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_Queue_1_UnityEngine_UIElements_EventBase__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89860, Queue_1_UnityEngine_UIElements_EventBase__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89868, Queue_1_UnityEngine_UIElements_EventBase__Dequeue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89880, Dictionary_2_UnityEngine_UIElements_StylePropertyAnimationSystem_ElementPropertyPair_Queue_1_UnityEngine_UIElements_EventBase__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89940, Enumerable_Select_49__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89950, Enumerable_Select_50__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C899E0, CallbackArray_1_System_Action__UnlockForChanges__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C899E8, CallbackArray_1_System_Action__LockForChanges__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C899F0, CallbackArray_1_System_Action__get_length__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C899F8, CallbackArray_1_System_Action__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89A80, InlinedArray_1_UnityEngine_InputSystem_InputActionState__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89A98, InlinedArray_1_UnityEngine_InputSystem_InputActionState__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89AC0, InlinedArray_1_UnityEngine_InputSystem_InputActionState__ClearWithCapacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89AF8, InlinedArray_1_UnityEngine_InputSystem_InputActionState__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89B00, InlinedArray_1_UnityEngine_InputSystem_InputActionState__Append__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89B20, InputArrayExtensions_IndexOfReference_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89B28, InlinedArray_1_UnityEngine_InputSystem_InputAction__RemoveAtWithCapacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89B38, InlinedArray_1_UnityEngine_InputSystem_InputActionMap__RemoveAtWithCapacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89B48, InlinedArray_1_UnityEngine_InputSystem_InputAction__AppendWithCapacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89B70, InlinedArray_1_UnityEngine_InputSystem_InputActionMap__AppendWithCapacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89B90, InputArrayExtensions_IndexOfReference_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89B98, InputArrayExtensions_IndexOfReference_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89BA0, InlinedArray_1_UnityEngine_InputSystem_InputActionState__AppendWithCapacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89BF0, InlinedArray_1_UnityEngine_InputSystem_InputActionMap__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89BF8, InlinedArray_1_UnityEngine_InputSystem_InputAction__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89CA0, InputControl_1_TouchPhase___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89CC8, Dictionary_2_System_String_System_Boolean___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89D00, InputControl_1_TouchPhase__get_value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89DB8, InputControl_GetChildControl_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89DD0, InputControl_GetChildControl_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89DD8, InputControl_GetChildControl_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89DF0, InputControl_GetChildControl_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89FA8, List_1_Rewired_ControllerMapEnabler_RuleSet__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C89FB0, List_1_Rewired_ControllerMapEnabler_RuleSet__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8A058, List_1_Rewired_ControllerMapLayoutManager_RuleSet__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8A060, List_1_Rewired_ControllerMapLayoutManager_RuleSet__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8A0A8, ArrayHelpers_Append_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8A0E0, InputDeviceMatcher_WithCapability_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8A158, KeyValuePair_2_System_String_System_Object___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8A4F8, ArrayHelpers_InsertAt_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8A500, Player_ControllerHelper_MapHelper_GetMaps_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8A528, Player_ControllerHelper_MapHelper_GetMaps_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8A530, List_1_Rewired_InputAction___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8A538, Player_ControllerHelper_MapHelper_GetMaps_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8A540, Player_ControllerHelper_MapHelper_GetMaps_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8A548, Dictionary_2_System_String_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8A558, Dictionary_2_System_String_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8A568, List_1_Rewired_InputAction__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8A578, ListTools_Count_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8A658, Dictionary_2_System_String_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8A698, ArrayHelpers_GrowBy_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8A6B0, DebugInformation_ThxeOHFEsWrNZaEFBJRKcVsEghgJb_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8A6B8, DebugInformation_ThxeOHFEsWrNZaEFBJRKcVsEghgJb_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8A6C0, DebugInformation_ThxeOHFEsWrNZaEFBJRKcVsEghgJb_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8A6C8, DebugInformation_ThxeOHFEsWrNZaEFBJRKcVsEghgJb_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8A850, Dictionary_2_System_String_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8A8D0, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8A928, Dictionary_2_System_Int32_OXcOHDpoGGXVUtAOolfnMbASfEDk_hetUcKmEoUtrYIpdaWCDeGGUhEHn__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8A930, Dictionary_2_System_Int32_OXcOHDpoGGXVUtAOolfnMbASfEDk_hetUcKmEoUtrYIpdaWCDeGGUhEHn___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8A968, Dictionary_2_System_Int32_OXcOHDpoGGXVUtAOolfnMbASfEDk_hetUcKmEoUtrYIpdaWCDeGGUhEHn__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8A970, Component_GetComponent_39__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8A978, Dictionary_2_System_Int32_OXcOHDpoGGXVUtAOolfnMbASfEDk_hetUcKmEoUtrYIpdaWCDeGGUhEHn__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8A980, Dictionary_2_System_Int32_OXcOHDpoGGXVUtAOolfnMbASfEDk_hetUcKmEoUtrYIpdaWCDeGGUhEHn__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8AC80, List_1_Photon_Bolt_PropertyCallback__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8ACA0, List_1_Photon_Bolt_PropertyCallback__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8ACB8, List_1_Photon_Bolt_PropertyCallbackSimple__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8ACC8, List_1_Photon_Bolt_PropertyCallbackSimple__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8ACF8, BoltDoubleList_1_Photon_Bolt_Internal_EntityProxy__GetIterator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8AD10, BoltIterator_1_Photon_Bolt_Internal_EntityProxy__Next__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8AD20, BoltDoubleList_1_Photon_Bolt_Internal_EntityProxy__get_count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8AD30, BoltDoubleList_1_Photon_Bolt_NetworkStorage__GetIterator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8AD50, BoltIterator_1_Photon_Bolt_NetworkStorage__Next__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8ADB0, Dictionary_2_System_String_List_1_Photon_Bolt_PropertyCallbackSimple__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8ADE8, List_1_Photon_Bolt_PropertyCallbackSimple__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8ADF8, Dictionary_2_System_String_List_1_Photon_Bolt_PropertyCallback__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8AE10, List_1_Photon_Bolt_PropertyCallback__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8AE38, List_1_Photon_Bolt_PropertyCallbackSimple___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8AE48, List_1_Photon_Bolt_PropertyCallbackSimple__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8AE80, Dictionary_2_System_String_List_1_Photon_Bolt_PropertyCallbackSimple__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8AE90, Dictionary_2_System_String_List_1_Photon_Bolt_PropertyCallbackSimple__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8AEA0, List_1_Photon_Bolt_PropertyCallback__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8AEB0, Dictionary_2_System_String_List_1_Photon_Bolt_PropertyCallback__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8AED0, List_1_Photon_Bolt_PropertyCallback___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8AEF0, Dictionary_2_System_String_List_1_Photon_Bolt_PropertyCallback__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8AF40, HashSet_1_System_String__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8AFE8, BoltDoubleList_1_Photon_Bolt_NetworkStorage__get_last__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8AFF0, BoltDoubleList_1_Photon_Bolt_NetworkStorage__RemoveFirst__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8AFF8, BoltDoubleList_1_Photon_Bolt_NetworkStorage__Next__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B000, BoltDoubleList_1_Photon_Bolt_NetworkStorage__get_count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B018, BoltDoubleList_1_Photon_Bolt_NetworkStorage__AddLast__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B060, List_1_UnityEngine_Animator__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B068, List_1_UnityEngine_Animator__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B078, Dictionary_2_System_String_List_1_Photon_Bolt_PropertyCallbackSimple___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B088, BoltDoubleList_1_Photon_Bolt_NetworkStorage___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B090, Dictionary_2_System_String_List_1_Photon_Bolt_PropertyCallback___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B0A0, BoltDoubleList_1_Photon_Bolt_NetworkStorage__get_first__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B0A8, List_1_UnityEngine_Animator__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B0B0, List_1_UnityEngine_Animator__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B0D8, Enumerable_Select_51__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B0E0, BoltUtils_AddFirst_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B100, Stack_1_Photon_Bolt_NetworkStorage__Push__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B108, Stack_1_Photon_Bolt_NetworkStorage__Pop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B118, Stack_1_Photon_Bolt_NetworkStorage__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B138, Stack_1_Photon_Bolt_NetworkStorage___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B158, List_1_Photon_Bolt_NetworkObj__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B160, List_1_Photon_Bolt_NetworkObj___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B1C0, Dictionary_2_Photon_Bolt_TypeId_Photon_Bolt_NetworkState_Meta___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B1D8, Dictionary_2_Photon_Bolt_TypeId_Photon_Bolt_NetworkState_Meta__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B1E0, Dictionary_2_Photon_Bolt_TypeId_Photon_Bolt_NetworkState_Meta__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B200, NetworkArray_Values_1_NetworkTransform__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B208, NetworkArray_Values_1_NetworkTransform___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B210, NetworkArray_Values_1_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B220, NetworkArray_Values_1_IProtocolToken___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B240, NetworkArray_Values_1_BoltEntity___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B248, Enumerable_ToArray_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B260, Enumerable_Select_52__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B268, Dictionary_2_UdpKit_Platform_Photon_PhotonRegion_Regions_UdpKit_Platform_Photon_PhotonRegion__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B2B0, HashSet_1_System_String__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B2B8, HashSet_1_System_String__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B2D8, HashSet_1_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B300, PhotonPoller_RegisterInstance_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B3A0, Queue_1_Photon_Bolt_Event___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B3B8, Queue_1_Photon_Bolt_Event__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B3C8, Queue_1_Photon_Bolt_Event__Dequeue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B3D0, Queue_1_Photon_Bolt_Event__Enqueue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B3D8, Queue_1_Photon_Bolt_Event__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B3E8, Dictionary_2_System_Type_List_1_Photon_Bolt_EventDispatcher_CallbackWrapper___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B430, Dictionary_2_System_Type_List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B4C0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_Photon_Bolt_Internal_EntityProxy__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B4C8, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_NetworkId_Photon_Bolt_Internal_EntityProxy__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B4D0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_Photon_Bolt_Internal_EntityProxy__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B4D8, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_Photon_Bolt_Internal_EntityProxy__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B4E0, Dictionary_2_Photon_Bolt_NetworkId_Photon_Bolt_Internal_EntityProxy__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B4E8, Dictionary_2_Photon_Bolt_NetworkId_Photon_Bolt_Internal_EntityProxy__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B4F8, Dictionary_2_Photon_Bolt_NetworkId_Photon_Bolt_Internal_EntityProxy__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B500, List_1_T_Enumerator_Photon_Bolt_Entity__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B510, List_1_T_Enumerator_Photon_Bolt_Entity__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B518, List_1_T_Enumerator_Photon_Bolt_Entity__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B520, List_1_Photon_Bolt_Entity__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B530, List_1_Photon_Bolt_Entity__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B560, BoltDoubleList_1_Photon_Bolt_Command___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B570, BoltDoubleList_1_Photon_Bolt_Internal_EntityProxy___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B590, BoltIterator_1_Photon_Bolt_Command__Next__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B598, BoltDoubleList_1_Photon_Bolt_Command__GetIterator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B5A0, BoltDoubleList_1_Photon_Bolt_Command__get_lastOrDefault__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B5A8, BoltDoubleList_1_Photon_Bolt_Command__get_first__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B5B0, Entity_QueryComponents_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B5B8, Entity_QueryComponents_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B5C8, Entity_QueryComponents_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B5D0, Component_GetComponentInParent_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B5E8, BoltDoubleList_1_Photon_Bolt_Entity__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B5F8, BoltDoubleList_1_Photon_Bolt_Internal_EntityProxy__AddLast__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B600, BoltDoubleList_1_Photon_Bolt_Entity__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B608, BoltDoubleList_1_Photon_Bolt_Entity__AddLast__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B610, LinkedList_1_Photon_Bolt_BoltConnection__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B618, LinkedList_1_T_Enumerator_Photon_Bolt_BoltConnection__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B620, LinkedList_1_T_Enumerator_Photon_Bolt_BoltConnection__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B638, BoltDoubleList_1_Photon_Bolt_Command__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B640, List_1_Photon_Bolt_Entity__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B648, List_1_Photon_Bolt_Entity__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B670, BoltDoubleList_1_Photon_Bolt_Command__AddLast__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B680, BoltDoubleList_1_Photon_Bolt_Command__RemoveFirst__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B6D0, BoltDoubleList_1_Photon_Bolt_Command__get_count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B708, Assert_1_False_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B768, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_Photon_Bolt_Internal_EntityProxy__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B770, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Type__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B778, Dictionary_2_Photon_Bolt_NetworkId_Photon_Bolt_Internal_EntityProxy__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B780, KeyValuePair_2_Photon_Bolt_NetworkId_Photon_Bolt_Internal_EntityProxy__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B788, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_NetworkId_Photon_Bolt_Internal_EntityProxy__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B798, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Type__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B7A8, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Type__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B7C0, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Type__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B7C8, Queue_1_System_Byte__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B7D0, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Type__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B7D8, Queue_1_System_Byte__Dequeue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B7E0, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Type__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B7E8, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Type__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B7F0, Queue_1_System_Byte__Enqueue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B808, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Type__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B828, List_1_Photon_Bolt_Entity___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B8B8, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Type___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B8E8, Enumerable_Select_53__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B8F0, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Type__get_Keys__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B948, List_1_Photon_Bolt_NetworkObj__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B988, Map_2_System_Guid_UdpSession___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B9D8, Map_2_System_Guid_UdpSession__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B9E0, KeyValuePair_2_System_Guid_UdpKit_UdpSession__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B9E8, Map_2_System_Guid_UdpSession__TryFind__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8B9F0, Map_2_System_Guid_UdpSession__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BBC8, Enumerable_OfType_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BBD0, Enumerable_FirstOrDefault_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BBF0, Enumerable_OfType_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BC00, Enumerable_Select_54__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BC08, Enumerable_FirstOrDefault_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BCC0, Dictionary_2_Photon_Bolt_UniqueId_Photon_Bolt_BoltEntity__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BCD0, KeyValuePair_2_System_String_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BD08, LinkedList_1_Photon_Bolt_BoltConnection__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BD10, KeyValuePair_2_System_String_UnityEngine_InputSystem_Utilities_JsonParser_JsonValue__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BD70, List_1_plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BD80, List_1_plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BD88, List_1_plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BD90, List_1_plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BDA8, List_1_plBfGLfQeUzmsEdwSpoZbnYJHVeW_ypqnDKDHOBJLLlAwctnAQGDhVERG__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BDC0, List_1_Rewired_InputBehavior___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BDC8, ADictionary_2_System_Int32_Rewired_InputBehavior__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BDD0, ADictionary_2_System_Int32_Rewired_InputBehavior__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BDE0, ADictionary_2_System_Int32_Rewired_InputBehavior___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BE28, List_1_Rewired_Joystick__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BE30, List_1_Rewired_Joystick__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BE48, List_1_Rewired_CustomController__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BE50, List_1_Rewired_CustomController__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BE60, List_1_Rewired_Controller__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BE70, ReadOnlyCollection_1_Rewired_CustomController___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BE78, ReadOnlyCollection_1_Rewired_Joystick___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BE90, List_1_Rewired_CustomController___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BE98, ArrayTools_Populate_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BEB0, ADictionary_2_System_Int32_XKHfzUVAieDxXBogCMTJRCSldnQzA_ZKepnRKpLuSRvtfTUZewbgDXdBHc___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BEB8, ADictionary_2_System_Int32_XKHfzUVAieDxXBogCMTJRCSldnQzA_ZKepnRKpLuSRvtfTUZewbgDXdBHc__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BEE8, iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_Rewired_ActiveControllerChangedDelegate___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BF00, iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_Rewired_PlayerActiveControllerChangedDelegate___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BF28, iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_Rewired_PlayerActiveControllerChangedDelegate__LWvZAgWUgFSrMTEyoUTNQXBVREAh__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BF30, iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_Rewired_ActiveControllerChangedDelegate__sjgQXMMRIHmhSmDrVpgFKxoFoOIy__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BF38, iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_Rewired_ActiveControllerChangedDelegate__ilxyGSEjXznIhEbmncUNdSsFqjdg__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BF40, iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_Rewired_ActiveControllerChangedDelegate__ilxyGSEjXznIhEbmncUNdSsFqjdg_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BF48, iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_Rewired_ActiveControllerChangedDelegate__LWvZAgWUgFSrMTEyoUTNQXBVREAh__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BF50, iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_Rewired_ActiveControllerChangedDelegate__CsqFTjKavXMkgQSnWYUvsnJkhllhb__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BF58, iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_Rewired_PlayerActiveControllerChangedDelegate__CsqFTjKavXMkgQSnWYUvsnJkhllhb__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BF60, iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_Rewired_PlayerActiveControllerChangedDelegate__sjgQXMMRIHmhSmDrVpgFKxoFoOIy__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BF68, iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_Rewired_PlayerActiveControllerChangedDelegate__ilxyGSEjXznIhEbmncUNdSsFqjdg__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BF70, iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_Rewired_PlayerActiveControllerChangedDelegate__LWvZAgWUgFSrMTEyoUTNQXBVREAh_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BF78, iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_Rewired_PlayerActiveControllerChangedDelegate__ilxyGSEjXznIhEbmncUNdSsFqjdg_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BF80, XKHfzUVAieDxXBogCMTJRCSldnQzA_IdoBsBWhwLzhUQzyXbTpuhSwcbbw_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BF98, XKHfzUVAieDxXBogCMTJRCSldnQzA_IdoBsBWhwLzhUQzyXbTpuhSwcbbw_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BFA0, XKHfzUVAieDxXBogCMTJRCSldnQzA_DHoJMWJxuckjIjbQLshEgvCscShu_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BFA8, XKHfzUVAieDxXBogCMTJRCSldnQzA_DHoJMWJxuckjIjbQLshEgvCscShu_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BFB8, iodYpqMJIZFiggHnRPtbBYdCAZfVB_1_Rewired_ActiveControllerChangedDelegate__LWvZAgWUgFSrMTEyoUTNQXBVREAh_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BFD0, XKHfzUVAieDxXBogCMTJRCSldnQzA_RVyZTLSrmmGgmhirYsrAYLilGgix_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BFD8, XKHfzUVAieDxXBogCMTJRCSldnQzA_RVyZTLSrmmGgmhirYsrAYLilGgix_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8BFF8, XKHfzUVAieDxXBogCMTJRCSldnQzA_jwzGjIatPRhWXTpXZrztrNhJxAbaA_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C000, XKHfzUVAieDxXBogCMTJRCSldnQzA_jwzGjIatPRhWXTpXZrztrNhJxAbaA_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C010, XKHfzUVAieDxXBogCMTJRCSldnQzA_lTydDngNomYHuigfhNfxundkPAOhA_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C018, XKHfzUVAieDxXBogCMTJRCSldnQzA_lTydDngNomYHuigfhNfxundkPAOhA_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C028, EmptyObjects_1_Rewired_CustomController__get_array__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C048, List_1_Rewired_Controller__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C058, List_1_Rewired_CustomController__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C060, List_1_Rewired_Joystick__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C068, List_1_Rewired_CustomController__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C078, EmptyObjects_1_Rewired_Joystick__get_array__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C080, ADictionary_2_System_Int32_XKHfzUVAieDxXBogCMTJRCSldnQzA_ZKepnRKpLuSRvtfTUZewbgDXdBHc__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C088, ADictionary_2_System_Int32_XKHfzUVAieDxXBogCMTJRCSldnQzA_ZKepnRKpLuSRvtfTUZewbgDXdBHc__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C0B8, List_1_Rewired_Joystick__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C0D0, ReadOnlyCollection_1_Rewired_Controller___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C0F0, List_1_Rewired_Controller__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C100, List_1_Rewired_Controller___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C108, ADictionary_2_System_String_awbjHmZDZGaFbpFdVngkjOlucOb_GAaWAhihtaBrVEgxHmuQgkOpejeO___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C110, ADictionary_2_System_String_awbjHmZDZGaFbpFdVngkjOlucOb_GAaWAhihtaBrVEgxHmuQgkOpejeO__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C130, ADictionary_2_System_Int32_cgAhWyfsfnPBbygscaxJCrsKfviSB_QZZonLoWlgxcyWKuMqtizlbVFpT_pGjmwaQuQZuHgNirXIspTBHcQXUr__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C138, ADictionary_2_System_Int32_cgAhWyfsfnPBbygscaxJCrsKfviSB_QZZonLoWlgxcyWKuMqtizlbVFpT_pGjmwaQuQZuHgNirXIspTBHcQXUr__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C148, ADictionary_2_System_Int32_cgAhWyfsfnPBbygscaxJCrsKfviSB_QZZonLoWlgxcyWKuMqtizlbVFpT_pGjmwaQuQZuHgNirXIspTBHcQXUr___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C150, ADictionary_2_System_String_awbjHmZDZGaFbpFdVngkjOlucOb_GAaWAhihtaBrVEgxHmuQgkOpejeO__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C158, ADictionary_2_System_String_awbjHmZDZGaFbpFdVngkjOlucOb_GAaWAhihtaBrVEgxHmuQgkOpejeO__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C160, List_1_Rewired_InputAction__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C198, ArrayTools_Expand_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C1E8, UpdateLoopDataSet_1_QWCZHCNDmpDloSdqwdUrqIUsGkjX_maTEitTqrfublisfyhueruzJbaIw___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C220, ArrayTools_Populate_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C230, UpdateLoopDataSet_1_QWCZHCNDmpDloSdqwdUrqIUsGkjX_maTEitTqrfublisfyhueruzJbaIw__SetUpdateLoop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C238, ObjectPool_1_QWCZHCNDmpDloSdqwdUrqIUsGkjX__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C268, UpdateLoopDataSet_1_QWCZHCNDmpDloSdqwdUrqIUsGkjX_maTEitTqrfublisfyhueruzJbaIw__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C270, UpdateLoopDataSet_1_QWCZHCNDmpDloSdqwdUrqIUsGkjX_maTEitTqrfublisfyhueruzJbaIw__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C278, UpdateLoopDataSet_1_QWCZHCNDmpDloSdqwdUrqIUsGkjX_maTEitTqrfublisfyhueruzJbaIw__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C280, ObjectPool_1_QWCZHCNDmpDloSdqwdUrqIUsGkjX__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C288, UpdateLoopDataSet_1_UnityUnifiedMouseSource_VfDxCbYROgLLrrqQJZnvCkuaHSaJ__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C290, UpdateLoopDataSet_1_UnityUnifiedMouseSource_VfDxCbYROgLLrrqQJZnvCkuaHSaJ__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C2B0, ObjectPool_1_QWCZHCNDmpDloSdqwdUrqIUsGkjX___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C2C8, UpdateLoopDataSet_1_UnityUnifiedMouseSource_VfDxCbYROgLLrrqQJZnvCkuaHSaJ__Get_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C2D8, UpdateLoopDataSet_1_UnityUnifiedMouseSource_VfDxCbYROgLLrrqQJZnvCkuaHSaJ___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C3C0, ExpandableArray_DataContainer_1_aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb_TkYqOpldVGYAcSDtGYaHrNqSSLEE__InjectIfUnique__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C3C8, ExpandableArray_DataContainer_1_aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb_TkYqOpldVGYAcSDtGYaHrNqSSLEE__Inject__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C410, ExpandableArray_DataContainer_1_aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb_TkYqOpldVGYAcSDtGYaHrNqSSLEE__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C418, ExpandableArray_DataContainer_1_aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb_TkYqOpldVGYAcSDtGYaHrNqSSLEE__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C420, ExpandableArray_DataContainer_1_aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb_TkYqOpldVGYAcSDtGYaHrNqSSLEE__get_Length__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C430, ExpandableArray_DataContainer_1_aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb_TkYqOpldVGYAcSDtGYaHrNqSSLEE__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C440, ExpandableArray_DataContainer_1_aFmJpwxQsLcpqNsVpQUVNGddslvo_KKctsriiMZhFbEJSCKNPCsivbPjAb_TkYqOpldVGYAcSDtGYaHrNqSSLEE___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C720, ObjectPool_1_GoatState__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C738, ObjectPool_1_GoatState__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C748, ObjectPool_1_GoatState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C760, ObjectPool_1_TownPentagramState__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C768, ObjectPool_1_TownPentagramState__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C778, ObjectPool_1_TownPentagramState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C788, NetworkArray_Objects_1_Candle___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C7A8, ObjectPool_1_SteamInventoryState__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C7B8, ObjectPool_1_SteamInventoryState__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C7C0, NetworkArray_Objects_1_SteamInventoryPlayer___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C7C8, ObjectPool_1_SteamInventoryState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C7E0, ObjectPool_1_IntroState__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C7F8, ObjectPool_1_IntroState__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C808, ObjectPool_1_IntroState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C810, ObjectPool_1_CrowState__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C820, ObjectPool_1_CrowState__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C828, ObjectPool_1_CrowState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C840, ObjectPool_1_ManorMirrorState__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C858, ObjectPool_1_ManorMirrorState__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C868, ObjectPool_1_ManorMirrorState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C870, ObjectPool_1_InnWebState__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C880, ObjectPool_1_InnWebState__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C890, ObjectPool_1_InnWebState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C8B0, ObjectPool_1_MapState__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C8B8, ObjectPool_1_MapState__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C8C0, ObjectPool_1_MapState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C8E0, ObjectPool_1_HidingSpotState__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C8F8, ObjectPool_1_HidingSpotState__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C908, ObjectPool_1_HidingSpotState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C918, ObjectPool_1_PetState__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C920, ObjectPool_1_PetState__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C928, ObjectPool_1_PetState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C940, ObjectPool_1_ManorShrineState__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C958, ObjectPool_1_ManorShrineState__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C968, ObjectPool_1_ManorShrineState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C970, ObjectPool_1_EnemyState__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C980, ObjectPool_1_EnemyState__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C990, ObjectPool_1_EnemyState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C9A8, ObjectPool_1_PlayerState__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8C9B8, ObjectPool_1_PlayerState__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CA00, ObjectPool_1_PlayerState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CA48, ObjectPool_1_SurvivalLobbyState__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CA50, ObjectPool_1_SurvivalLobbyState__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CA58, ObjectPool_1_SurvivalLobbyState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CA68, NetworkArray_Objects_1_SurvivalPlayer___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CA80, ObjectPool_1_FountainState__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CA90, ObjectPool_1_FountainState__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CAA0, ObjectPool_1_FountainState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CAB0, ObjectPool_1_Candle__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CAC8, ObjectPool_1_Candle__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CAD8, ObjectPool_1_Candle___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CAF0, ObjectPool_1_InnMazeWeb__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CAF8, ObjectPool_1_InnMazeWeb__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CB08, ObjectPool_1_InnMazeWeb___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CB18, ObjectPool_1_SteamInventoryPlayer__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CB28, ObjectPool_1_SteamInventoryPlayer__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CB40, ObjectPool_1_SteamInventoryPlayer___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CB78, ObjectPool_1_SurvivalPlayer__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CB80, ObjectPool_1_SurvivalPlayer__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CBA0, ObjectPool_1_SurvivalPlayer___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CBE0, ObjectPool_1_InventorySlot__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CBE8, ObjectPool_1_InventorySlot__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CC08, ObjectPool_1_InventorySlot___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CE98, List_1_Rewired_ControllerMapLayoutManager_Rule__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CEA0, List_1_Rewired_ControllerMapLayoutManager_Rule__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CEB8, List_1_Rewired_ControllerMapLayoutManager_Rule__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CEC0, List_1_Rewired_ControllerMapLayoutManager_Rule__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CEE0, List_1_Rewired_ControllerMapLayoutManager_Rule__CopyTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CEE8, List_1_Rewired_ControllerMapLayoutManager_Rule__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CEF0, List_1_Rewired_ControllerMapLayoutManager_Rule__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CEF8, List_1_Rewired_ControllerMapLayoutManager_Rule__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CF28, List_1_Rewired_ControllerMapLayoutManager_Rule__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CF38, List_1_Rewired_ControllerMapLayoutManager_Rule__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CF40, MiscTools_DeepClone_62__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CF58, SerializedObject_TryGetDeserializedValueByRef_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CF60, SerializedObject_Add_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CF78, TempListPool_TList_1_Rewired_Controller__get_list__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CF80, List_1_Rewired_Controller__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CF88, TempListPool_GetTList_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CF90, List_1_Rewired_Controller__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CFA8, List_1_Rewired_ControllerMapLayoutManager_RuleSet___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CFC0, List_1_Rewired_ControllerMapLayoutManager_RuleSet__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CFD8, List_1_Rewired_ControllerMapEnabler_Rule__CopyTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CFE0, List_1_Rewired_ControllerMapEnabler_Rule__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CFE8, List_1_Rewired_ControllerMapEnabler_Rule__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8CFF8, List_1_Rewired_ControllerMapEnabler_Rule__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D000, List_1_Rewired_ControllerMapEnabler_Rule__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D030, List_1_Rewired_ControllerMapEnabler_Rule__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D048, List_1_Rewired_ControllerMapEnabler_Rule__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D050, List_1_Rewired_ControllerMapEnabler_Rule__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D058, List_1_Rewired_ControllerMapEnabler_Rule__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D060, List_1_Rewired_ControllerMapEnabler_Rule__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D088, MiscTools_DeepClone_63__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D0B0, MiscTools_DeepClone_64__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D0C0, SerializedObject_TryGetDeserializedValueByRef_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D0D8, List_1_Rewired_ControllerMapEnabler_RuleSet__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D0E8, TempListPool_GetTList_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D0F0, TempListPool_TList_1_Rewired_ControllerMap__get_list__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D100, List_1_Rewired_ControllerMapEnabler_RuleSet___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D118, SerializedObject_Add_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D170, SerializedObject_TryGetDeserializedValueByRef_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D178, SerializedObject_TryGetDeserializedValueByRef_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D180, Dictionary_2_TKey_TValue_Enumerator_System_Int32_Rewired_Data_Mapping_AxisCalibrationInfo__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D1C8, SerializedObject_Add_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D1E0, Dictionary_2_System_Int32_Rewired_Data_Mapping_AxisCalibrationInfo__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D1E8, Dictionary_2_TKey_TValue_Enumerator_System_Int32_Rewired_Data_Mapping_AxisCalibrationInfo__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D1F0, Dictionary_2_TKey_TValue_Enumerator_System_Int32_Rewired_Data_Mapping_AxisCalibrationInfo__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D1F8, KeyValuePair_2_System_Int32_Rewired_Data_Mapping_AxisCalibrationInfo__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D200, KeyValuePair_2_System_Int32_Rewired_Data_Mapping_AxisCalibrationInfo__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D208, Dictionary_2_System_Int32_Rewired_Data_Mapping_AxisCalibrationInfo__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D210, Dictionary_2_System_Int32_Rewired_Data_Mapping_AxisCalibrationInfo__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D248, SerializedObject_Add_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D250, MiscTools_DeepClone_65__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D260, ReadOnlyCollection_1_Rewired_AxisCalibration___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D2D8, SerializedObject_TryGetDeserializedValueByRef_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D2E0, SerializedObject_TryGetDeserializedValueByRef_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D2E8, SerializedObject_TryGetDeserializedValueByRef_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D308, SerializedObject_Add_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D320, SerializedObject_Add_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D328, SerializedObject_Add_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D388, List_1_plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_QEirwUTXDJlRbyOtHactBdFdXgSR__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D390, List_1_plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_QEirwUTXDJlRbyOtHactBdFdXgSR__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D3A0, List_1_plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_QEirwUTXDJlRbyOtHactBdFdXgSR__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D3A8, ReadOnlyCollection_1_Rewired_Player___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D3E0, List_1_plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_QEirwUTXDJlRbyOtHactBdFdXgSR__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D408, List_1_plBfGLfQeUzmsEdwSpoZbnYJHVeW_QoACFsdxSndhHwkOrzTjUQswSGZRA_QEirwUTXDJlRbyOtHactBdFdXgSR___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D448, ReadOnlyArray_1_UnityEngine_InputSystem_Joystick___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D460, ArrayHelpers_AppendWithCapacity_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D468, ArrayHelpers_EraseAtWithCapacity_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D470, ArrayHelpers_IndexOfReference_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D478, InputControl_TryGetChildControl_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D480, InputControl_TryGetChildControl_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D4E8, ReadOnlyArray_1_UnityEngine_InputSystem_InputControl___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D530, InputControl_GetChildControl_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D568, ReadOnlyArray_1_UnityEngine_InputSystem_Gamepad___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D570, InputControl_GetChildControl_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D578, ArrayHelpers_AppendWithCapacity_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D580, ArrayHelpers_IndexOfReference_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D588, ArrayHelpers_EraseAtWithCapacity_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D628, Enumerable_Select_55__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D638, InputControlPath_TryFindChild_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D6C8, InlinedArray_1_Substring__ToArray_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D6F0, InputControlPath_TryFindControl_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8D6F8, InputControlList_1_InputControl__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DA08, ScriptableObject_CreateInstance_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DA10, Resources_FindObjectsOfTypeAll_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DA18, Enumerable_FirstOrDefault_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DA20, CallbackArray_1_System_Action_2__AddCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DA48, CallbackArray_1_System_Action_2__RemoveCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DAB8, InputSystem_FindControls_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DAC0, Observable_Where_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DAC8, Observable_Select_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DCA8, InputControlList_1_InputDevice__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DCB0, InputControlList_1_InputDevice__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DCB8, InputControlList_1_InputDevice__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DCC8, InputControlList_1_InputDevice__set_Capacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DD70, ArrayHelpers_AppendWithCapacity_23__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DD78, ArrayHelpers_AppendListWithCapacity_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DD80, InputBindingResolver_InstantiateWithParameters_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DD88, ArrayHelpers_AppendWithCapacity_24__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DD90, InputControlPath_TryFindControls_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DD98, InputBindingResolver_InstantiateWithParameters_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DDA0, ReadOnlyArray_1_UnityEngine_InputSystem_InputDevice__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DDA8, InputSystem_FindControls_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DE48, ObjectPool_1_SystemChatMessageEvent__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DE68, ObjectPool_1_SystemChatMessageEvent__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DE78, ObjectPool_1_SystemChatMessageEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DEC0, List_1_KeyValuePair_2_System_String_Dissonance_ChannelProperties__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DEF0, List_1_KeyValuePair_2_System_String_Dissonance_ChannelProperties__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DF00, KeyValuePair_2_System_String_Dissonance_ChannelProperties__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DF08, List_1_KeyValuePair_2_System_String_Dissonance_ChannelProperties__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DF10, List_1_KeyValuePair_2_System_String_Dissonance_ChannelProperties__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DF20, KeyValuePair_2_System_String_Dissonance_ChannelProperties___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DF28, ObjectPool_1_UseBatteryEvent__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DF30, Channels_2_PlayerChannel_System_String__remove_OpenedChannel__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DF48, ReadonlyLockedValue_1_System_Collections_Generic_List_1__4_Lock__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DF50, ObjectPool_1_UseBatteryEvent__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DF60, ReadonlyLockedValue_1_T_Unlocker_System_Collections_Generic_List_1__4_get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DF70, KeyValuePair_2_System_String_Dissonance_ChannelProperties__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DF78, ObjectPool_1_UseBatteryEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DF88, ReadonlyLockedValue_1_System_Collections_Generic_List_1__4__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DFB8, Channels_2_PlayerChannel_System_String__remove_ClosedChannel__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DFC0, List_1_KeyValuePair_2_System_String_Dissonance_ChannelProperties___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DFD0, ObjectPool_1_EndingEvent__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DFF0, ObjectPool_1_EndingEvent__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8DFF8, List_1_Dissonance_Networking_Client_PeerVoiceReceiver__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E008, ObjectPool_1_EndingEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E010, List_1_Dissonance_Networking_Client_PeerVoiceReceiver__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E020, List_1_Dissonance_Networking_Client_PeerVoiceReceiver___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E038, List_1_Dissonance_Networking_Client_PeerVoiceReceiver__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E050, List_1_Dissonance_Networking_Client_PeerVoiceReceiver__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E058, List_1_Dissonance_Networking_Client_PeerVoiceReceiver__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E078, ObjectPool_1_CreatePortalEvent__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E088, ObjectPool_1_CreatePortalEvent__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E0A8, ObjectPool_1_CreatePortalEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E0F0, ObjectPool_1_LobbyReadyEvent__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E108, ObjectPool_1_LobbyReadyEvent__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E118, ObjectPool_1_LobbyReadyEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E140, StyleEnum_1_DisplayStyle__op_Equality__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E150, StyleEnum_1_DisplayStyle__op_Implicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E178, ObjectPool_1_DropObjectEvent__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E188, ObjectPool_1_DropObjectEvent__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E190, ObjectPool_1_DropObjectEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E1D0, ObjectPool_1_KnockoutGrabRagdollEvent__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E1F0, ObjectPool_1_KnockoutGrabRagdollEvent__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E208, ObjectPool_1_KnockoutGrabRagdollEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E250, ObjectPool_1_PlayerPickedUpEvent__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E260, ObjectPool_1_PlayerPickedUpEvent__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E270, ObjectPool_1_PlayerPickedUpEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E2B8, ObjectPool_1_SurvivalChangePlayerEvent__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E2C8, ObjectPool_1_SurvivalChangePlayerEvent__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E2D0, ObjectPool_1_SurvivalChangePlayerEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E310, ObjectPool_1_ReviveEvent__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E318, ObjectPool_1_ReviveEvent__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E320, ObjectPool_1_ReviveEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E368, ObjectPool_1_KnockoutEvent__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E378, ObjectPool_1_KnockoutEvent__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E390, ObjectPool_1_KnockoutEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E3F0, ObjectPool_1_DissonanceToServer__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E400, ObjectPool_1_DissonanceToServer__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E418, ObjectPool_1_DissonanceToServer___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E428, SerializedObject_TryGetDeserializedValueByRef_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E460, AList_1_Rewired_ActionElementMap__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E470, AList_1_Rewired_ActionElementMap__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E478, AList_1_Rewired_ActionElementMap__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E480, ObjectPool_1_DissonanceToClient__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E488, ObjectPool_1_DissonanceToClient__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E498, ObjectPool_1_DissonanceToClient___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E4C0, SerializedObject_Add_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E508, ObjectPool_1_HostStartedGameEvent__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E518, ObjectPool_1_HostStartedGameEvent__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E538, ObjectPool_1_HostStartedGameEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E548, AList_1_Rewired_ActionElementMap__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E590, ObjectPool_1_KnockoutBoxEvent__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E598, ObjectPool_1_KnockoutBoxEvent__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E5C0, ObjectPool_1_KnockoutBoxEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E610, ObjectPool_1_InteractObjectResponseEvent__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E618, ObjectPool_1_InteractObjectResponseEvent__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E648, ObjectPool_1_InteractObjectResponseEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E690, ObjectPool_1_InteractPlopEvent__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E6A8, ObjectPool_1_InteractPlopEvent__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E6D0, ObjectPool_1_InteractPlopEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E6F0, ObjectPool_1_InteractObjectRequestEvent__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E700, ObjectPool_1_InteractObjectRequestEvent__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E710, ObjectPool_1_InteractObjectRequestEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E718, ListTools_TryClear_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E738, ListTools_ToArray_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E750, ObjectPool_1_InteractTriggerEvent__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E760, ObjectPool_1_InteractTriggerEvent__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E768, ObjectPool_1_InteractTriggerEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E7A8, ObjectPool_1_InteractEvent__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E7B8, ObjectPool_1_InteractEvent__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E7C0, AList_1_Rewired_ActionElementMap__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E800, ObjectPool_1_InteractEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E840, ObjectPool_1_EnemyBasicState__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E868, ObjectPool_1_EnemyBasicState__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E870, ObjectPool_1_EnemyBasicState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E890, List_1_Rewired_ActionElementMap___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E898, List_1_Rewired_ActionElementMap__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E8A0, ObjectPool_1_ManorLumpState__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E8B8, EmptyObjects_1_Rewired_ActionElementMap__get_array__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E8C0, ObjectPool_1_ManorLumpState__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E8E0, ObjectPool_1_ManorLumpState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E8F0, ObjectPool_1_InnShrineState__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E900, ObjectPool_1_InnShrineState__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E908, ObjectPool_1_InnShrineState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E940, ObjectPool_1_DoorNumberState__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E970, ObjectPool_1_DoorNumberState__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E990, ObjectPool_1_DoorNumberState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E9B0, ObjectPool_1_InnMazeState__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E9D0, ObjectPool_1_InnMazeState__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8E9D8, ObjectPool_1_InnMazeState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8EA08, NetworkArray_Objects_1_InnMazeWeb___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8EA60, EmptyObjects_1_Rewired_ActionElementMap__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8EA78, ObjectPool_1_PlaceObjectState__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8EA98, ObjectPool_1_PlaceObjectState__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8EAB8, ObjectPool_1_PlaceObjectState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8EAD0, ObjectPool_1_BurnTrapState__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8EAF0, ObjectPool_1_BurnTrapState__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8EB00, ObjectPool_1_BurnTrapState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8EB40, AList_1_Rewired_ActionElementMap__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8EB48, AList_1_Rewired_ActionElementMap__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8EB60, ReadOnlyCollection_1_Rewired_ActionElementMap___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8EB70, ObjectPool_1_DoorState__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8EB90, AList_1_Rewired_ActionElementMap___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8EB98, ObjectPool_1_DoorState__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8EBA0, ObjectPool_1_DoorState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8EBE0, ObjectPool_1_JumpScareState__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8EBF8, ObjectPool_1_JumpScareState__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8EC30, ObjectPool_1_JumpScareState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8EC48, ObjectPool_1_DissonancePlayerState__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8EC60, ObjectPool_1_DissonancePlayerState__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8EC78, ObjectPool_1_DissonancePlayerState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8EC88, ObjectPool_1_SwitchState__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8EC98, ObjectPool_1_SwitchState__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8ECA0, ObjectPool_1_SwitchState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8ECC0, ObjectPool_1_InteractObjectState__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8ECD8, ObjectPool_1_InteractObjectState__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8ECE8, ObjectPool_1_InteractObjectState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8EE18, ReadOnlyArray_1_UnityEngine_InputSystem_Controls_KeyControl__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8EE20, ReadOnlyArray_1_UnityEngine_InputSystem_Controls_KeyControl__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8EE28, InlinedArray_1_System_Action_1__3_get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8EE40, InlinedArray_1_System_Action_1__2_get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F070, InputControl_GetChildControl_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F078, InputControl_GetChildControl_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F098, ReadOnlyArray_1_UnityEngine_InputSystem_Controls_KeyControl___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F128, InlinedArray_1_System_Action_1__2_Append__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F138, InputArrayExtensions_Contains_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F140, InlinedArray_1_System_Action_1__3_Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F158, InlinedArray_1_System_Action_1__2_Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F160, InlinedArray_1_System_Action_1__3_Append__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F170, InputArrayExtensions_Contains_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F178, Dictionary_2_System_String_System_Int32__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F180, Dictionary_2_System_Int32_System_String__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F188, Dictionary_2_System_String_System_Int32__get_Keys__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F190, Dictionary_2_System_Int32_System_String__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F198, Dictionary_2_System_String_System_Int32___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F1B0, Dictionary_2_System_Int32_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F640, ObjectPool_1_PlaceObjectEvent__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F648, ObjectPool_1_PlaceObjectEvent__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F658, ObjectPool_1_PlaceObjectEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F690, ObjectPool_1_VoteCompletedEvent__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F6A0, ObjectPool_1_VoteCompletedEvent__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F6A8, ObjectPool_1_VoteCompletedEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F6E0, ObjectPool_1_RangedAttackEvent__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F6E8, ObjectPool_1_RangedAttackEvent__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F6F8, ObjectPool_1_RangedAttackEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F730, ObjectPool_1_VoteEvent__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F740, ObjectPool_1_VoteEvent__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F750, ObjectPool_1_VoteEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F780, ObjectPool_1_VoteRequestEvent__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F788, ObjectPool_1_VoteRequestEvent__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8F798, ObjectPool_1_VoteRequestEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8FF70, Player_ControllerHelper_MapHelper_GetAllMapSaveData_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8FF78, Player_ControllerHelper_MapHelper_GetAllMapSaveData_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8FF80, Player_ControllerHelper_MapHelper_GetAllMapSaveData_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C8FF88, Player_ControllerHelper_MapHelper_GetAllMapSaveData_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C900B0, KeyValuePair_2_System_String_Rewired_Utils_SafeDelegate__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C900B8, KeyValuePair_2_System_String_Rewired_Utils_SafeDelegate__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C900C8, MiscTools_Clone_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C900D0, Dictionary_2_System_String_Rewired_Utils_SafeDelegate__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C900D8, Dictionary_2_TKey_TValue_Enumerator_System_String_Rewired_Utils_SafeDelegate__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C900E0, Dictionary_2_TKey_TValue_Enumerator_System_String_Rewired_Utils_SafeDelegate__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C900E8, Dictionary_2_System_String_Rewired_Utils_SafeDelegate__get_Keys__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C900F0, Dictionary_2_TKey_TValue_Enumerator_System_String_Rewired_Utils_SafeDelegate__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90118, Dictionary_2_System_String_Rewired_Utils_SafeDelegate__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90148, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_xvNKKEpAWWwboGaVfSwahpqKBiXt_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90160, Dictionary_2_System_String_Rewired_Utils_SafeDelegate___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90170, Dictionary_2_System_String_Rewired_Utils_SafeDelegate__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90178, Dictionary_2_System_String_Rewired_Utils_SafeDelegate__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90190, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_xvNKKEpAWWwboGaVfSwahpqKBiXt_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C901A0, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_xvNKKEpAWWwboGaVfSwahpqKBiXt_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C901D8, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_xvNKKEpAWWwboGaVfSwahpqKBiXt_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C901F0, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_xvNKKEpAWWwboGaVfSwahpqKBiXt_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C901F8, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_xvNKKEpAWWwboGaVfSwahpqKBiXt_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90208, InputMapper_qqCQtFlLUiTzCatiGCvDADDbuogR_xvNKKEpAWWwboGaVfSwahpqKBiXt_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90238, List_1_Rewired_Player__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90240, List_1_Rewired_Player__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90268, List_1_Rewired_Player__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90288, ListTools_AddIfUnique_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90298, InputMapper_Options_ichabkfdhlzsWfhnsmXygQienhiab_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90320, List_1_Rewired_Player___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90368, SafeAction_1_Rewired_InputMapper_TimedOutEventData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90380, SafeAction_1_Rewired_InputMapper_ErrorEventData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90388, SafeAction_1_Rewired_InputMapper_StoppedEventData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90390, SafeAction_1_Rewired_InputMapper_ConflictFoundEventData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90398, SafeAction_1_Rewired_InputMapper_CanceledEventData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C903A8, Dictionary_2_Rewired_InputMapper_LHIKMCjQdqDNBdfhNEqxmrgcNERkA_Rewired_Utils_SafeDelegate___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C903B0, SafeAction_1_Rewired_InputMapper_StartedEventData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C903B8, SafeAction_1_Rewired_InputMapper_InputMappedEventData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C903C8, KeyValuePair_2_Rewired_InputMapper_LHIKMCjQdqDNBdfhNEqxmrgcNERkA_Rewired_Utils_SafeDelegate__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C903D0, Dictionary_2_Rewired_InputMapper_LHIKMCjQdqDNBdfhNEqxmrgcNERkA_Rewired_Utils_SafeDelegate__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C903D8, Dictionary_2_TKey_TValue_Enumerator_Rewired_InputMapper_LHIKMCjQdqDNBdfhNEqxmrgcNERkA_Rewired_Utils_SafeDelegate__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C903E0, Dictionary_2_TKey_TValue_Enumerator_Rewired_InputMapper_LHIKMCjQdqDNBdfhNEqxmrgcNERkA_Rewired_Utils_SafeDelegate__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C903F8, Dictionary_2_TKey_TValue_Enumerator_Rewired_InputMapper_LHIKMCjQdqDNBdfhNEqxmrgcNERkA_Rewired_Utils_SafeDelegate__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90400, SafeAction_1_Rewired_InputMapper_StartedEventData__op_Subtraction__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90408, SafeAction_1_Rewired_InputMapper_StartedEventData__op_Addition__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90418, SafeAction_1_Rewired_InputMapper_TimedOutEventData__op_Subtraction__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90428, SafeAction_1_Rewired_InputMapper_TimedOutEventData__op_Addition__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90430, Dictionary_2_Rewired_InputMapper_LHIKMCjQdqDNBdfhNEqxmrgcNERkA_Rewired_Utils_SafeDelegate__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90448, SafeAction_1_Rewired_InputMapper_ConflictFoundEventData__op_Subtraction__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90450, SafeAction_1_Rewired_InputMapper_StoppedEventData__op_Subtraction__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90458, SafeAction_1_Rewired_InputMapper_ConflictFoundEventData__op_Addition__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90468, SafeAction_1_Rewired_InputMapper_StoppedEventData__op_Addition__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90470, SafeAction_1_Rewired_InputMapper_InputMappedEventData__op_Addition__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90478, Dictionary_2_Rewired_InputMapper_LHIKMCjQdqDNBdfhNEqxmrgcNERkA_Rewired_Utils_SafeDelegate__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90498, SafeAction_1_Rewired_InputMapper_CanceledEventData__op_Subtraction__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C904A0, SafeAction_1_Rewired_InputMapper_ErrorEventData__op_Subtraction__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C904A8, SafeAction_1_Rewired_InputMapper_CanceledEventData__op_Addition__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C904B8, SafeAction_1_Rewired_InputMapper_ErrorEventData__op_Addition__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C904C0, SafeAction_1_Rewired_InputMapper_InputMappedEventData__op_Subtraction__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90548, SerializedObject_TryGetDeserializedValueByRef_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90550, SerializedObject_TryGetDeserializedValueByRef_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90558, SerializedObject_TryGetDeserializedValueByRef_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C905A0, SerializedObject_Add_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C905A8, SerializedObject_Add_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C905B0, SerializedObject_Add_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C905C8, ADictionary_2_System_Int32_Rewired_ControllerElementIdentifier__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C905D0, ADictionary_2_System_Int32_Rewired_ControllerElementIdentifier__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C905D8, ArrayTools_DeepClone_41__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C905F0, ADictionary_2_System_Int32_Rewired_ControllerElementIdentifier__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C905F8, ADictionary_2_System_Int32_Rewired_ControllerElementIdentifier__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90600, ADictionary_2_System_Int32_Rewired_ControllerElementIdentifier___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90648, BoltSingleList_1_Photon_Bolt_SceneManagement_BoltSceneLoader_LoadSceneOperation__RemoveFirst__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90658, BoltSingleList_1_Photon_Bolt_SceneManagement_BoltSceneLoader_LoadSceneOperation___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90668, BoltSingleList_1_Photon_Bolt_SceneManagement_BoltSceneLoader_LoadSceneOperation__AddLast__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90678, BoltSingleList_1_Photon_Bolt_SceneManagement_BoltSceneLoader_LoadSceneOperation__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90688, BoltSingleList_1_Photon_Bolt_SceneManagement_BoltSceneLoader_LoadSceneOperation__get_count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90698, BoltSingleList_1_Photon_Bolt_SceneManagement_BoltSceneLoader_LoadSceneOperation__get_first__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90708, Dictionary_2_Photon_Bolt_PrefabId_UnityEngine_GameObject__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90728, Resources_LoadAsync_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90748, Dictionary_2_Photon_Bolt_PrefabId_UnityEngine_GameObject__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90750, Dictionary_2_Photon_Bolt_PrefabId_UnityEngine_GameObject__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90758, Dictionary_2_Photon_Bolt_PrefabId_UnityEngine_GameObject__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90760, Dictionary_2_Photon_Bolt_PrefabId_UnityEngine_GameObject___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90778, Resources_Load_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90780, Stack_1_Photon_Bolt_Internal_Packet___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90790, Stack_1_Photon_Bolt_Internal_Packet__Push__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90798, Stack_1_Photon_Bolt_Internal_Packet__Pop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C907A8, Stack_1_Photon_Bolt_Internal_Packet__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90950, DelegateHelpers_InvokeCallbacksSafe_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C909A8, DelegateHelpers_InvokeCallbacksSafe_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C909B0, CallbackArray_1_System_Action_2__4_get_length__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C909F0, StringHelpers_MakeUniqueName_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90D60, Dictionary_2_System_Int32_UnityEngine_InputSystem_InputDevice___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90DC8, InputManager_1_RegisterPrecompiledLayout_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90DD0, InputManager_1_RegisterPrecompiledLayout_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90DE0, InputManager_1_RegisterPrecompiledLayout_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90E80, Dictionary_2_System_Int32_UnityEngine_InputSystem_InputDevice__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90EC8, Dictionary_2_System_Int32_Photon_Bolt_Internal_IDebugDrawerObjectArray__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90ED0, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_Photon_Bolt_Internal_IDebugDrawerObjectArray__CopyTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90ED8, Dictionary_2_System_Int32_Photon_Bolt_Internal_IDebugDrawerObjectArray__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90EE0, Dictionary_2_System_Int32_Photon_Bolt_Internal_IDebugDrawerObjectArray__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90EF8, Dictionary_2_System_Int32_Photon_Bolt_Internal_IDebugDrawerObjectArray__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90F18, Dictionary_2_System_Int32_Photon_Bolt_Internal_IDebugDrawerObjectArray___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90F20, ArrayHelpers_Contains_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90F28, ArrayHelpers_AppendWithCapacity_25__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90F38, Dictionary_2_System_Int32_UnityEngine_InputSystem_InputDevice__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90F70, Dictionary_2_System_Int32_UnityEngine_InputSystem_InputDevice__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90F88, ArrayHelpers_Clear_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90FB0, ReadOnlyArray_1_System_String__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90FB8, ReadOnlyArray_1_System_String__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C90FF0, DelegateHelpers_InvokeCallbacksSafe_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91018, InputDevice_Build_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91058, CallbackArray_1_UnityEngine_InputSystem_Layouts_InputDeviceFindControlLayoutDelegate__UnlockForChanges__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91060, CallbackArray_1_UnityEngine_InputSystem_Layouts_InputDeviceFindControlLayoutDelegate__LockForChanges__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91068, CallbackArray_1_UnityEngine_InputSystem_Layouts_InputDeviceFindControlLayoutDelegate__get_length__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91070, CallbackArray_1_UnityEngine_InputSystem_Layouts_InputDeviceFindControlLayoutDelegate__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91078, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_String__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91088, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Func_1__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91090, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Type__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C910A0, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Func_1__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C910B0, DelegateHelpers_InvokeCallbacksSafe_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91100, List_1_UnityEngine_InputSystem_InputDevice__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91120, List_1_UnityEngine_InputSystem_InputDevice__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91128, List_1_UnityEngine_InputSystem_InputDevice__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91130, List_1_UnityEngine_InputSystem_InputDevice___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91138, CallbackArray_1_System_Action__RemoveCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91140, CallbackArray_1_System_Action_2__4_AddCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91148, CallbackArray_1_System_Action_2__4_RemoveCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91150, CallbackArray_1_System_Action__AddCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91160, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_String__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91168, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__1_TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91178, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__1_set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C911A0, CallbackArray_1_System_Action_2__2_AddCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C911A8, CallbackArray_1_System_Action_2__2_RemoveCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C911B0, CallbackArray_1_UnityEngine_InputSystem_LowLevel_InputDeviceCommandDelegate__AddCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C911B8, CallbackArray_1_System_Action_2__1_AddCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C911C0, CallbackArray_1_System_Action_2__1_RemoveCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C911C8, CallbackArray_1_System_Action_2__3_AddCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C911D0, CallbackArray_1_System_Action_2__3_RemoveCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C911D8, CallbackArray_1_UnityEngine_InputSystem_LowLevel_InputDeviceCommandDelegate__RemoveCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C911E0, CallbackArray_1_UnityEngine_InputSystem_Layouts_InputDeviceFindControlLayoutDelegate__AddCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C911E8, CallbackArray_1_UnityEngine_InputSystem_Layouts_InputDeviceFindControlLayoutDelegate__RemoveCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91208, InputControlExtensions_FindInParentChain_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91210, InputState_Change_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91230, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Func_1__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91238, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__1_get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91240, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Type__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91248, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_String__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91250, ReadOnlyArray_1_UnityEngine_InputSystem_Controls_TouchControl___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91258, InputControl_GetChildControl_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91270, ReadOnlyArray_1_UnityEngine_InputSystem_Controls_TouchControl__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91280, ReadOnlyArray_1_UnityEngine_InputSystem_Controls_TouchControl__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91368, ArrayHelpers_Append_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91398, ArrayHelpers_Erase_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C914F0, ArrayHelpers_Erase_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91528, ArrayHelpers_Append_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91558, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_Func_1__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91580, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Func_1__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91588, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Func_1__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91590, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Func_1__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91598, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_Func_1__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91698, List_1_Rewired_ControllerMapSaveData__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C916A0, List_1_Rewired_ControllerMapSaveData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C916A8, List_1_Rewired_ControllerMapSaveData__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C916D8, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_Rewired_CustomControllerMap__RqlQXVCuqdhJnxcXhpOqbWpqutCF__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C916E0, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_Rewired_JoystickMap__sjgQXMMRIHmhSmDrVpgFKxoFoOIy__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C916E8, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_Rewired_JoystickMap__VJsfGkCeXFnNPjNkvMaQfRowrhXo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C916F0, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_Rewired_JoystickMap__RqlQXVCuqdhJnxcXhpOqbWpqutCF__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C916F8, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_Rewired_CustomControllerMap__lvbMDsoxEFvYCrmdvbCPUOXygBBP__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91700, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_Rewired_JoystickMap__lvbMDsoxEFvYCrmdvbCPUOXygBBP__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91708, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_Rewired_CustomControllerMap__sjgQXMMRIHmhSmDrVpgFKxoFoOIy__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91710, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_Rewired_CustomControllerMap__VJsfGkCeXFnNPjNkvMaQfRowrhXo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91718, EmptyObjects_1_Rewired_InputBehavior__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91728, EmptyObjects_1_Rewired_ControllerMapSaveData__get_array__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91730, ArrayTools_Combine_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91768, ListTools_TryClear_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91778, EmptyObjects_1_Rewired_ControllerMap__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C917A8, List_1_Rewired_Player_ControllerHelper_eRpAeFxcyMygNogiZCgHnqGANSDc_FMbXBAQaLWPhxjqsNoyCTWZtsDfI__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C917B0, List_1_Rewired_Player_ControllerHelper_eRpAeFxcyMygNogiZCgHnqGANSDc_FMbXBAQaLWPhxjqsNoyCTWZtsDfI__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C917C0, List_1_Rewired_Player_ControllerHelper_eRpAeFxcyMygNogiZCgHnqGANSDc_FMbXBAQaLWPhxjqsNoyCTWZtsDfI__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C917C8, List_1_Rewired_Player_ControllerHelper_eRpAeFxcyMygNogiZCgHnqGANSDc_FMbXBAQaLWPhxjqsNoyCTWZtsDfI__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C917F8, Player_ControllerHelper_ConflictCheckingHelper_ESHersLUOAHgbZGzLxNHTWiFIRvE_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91808, Player_ControllerHelper_ConflictCheckingHelper_ESHersLUOAHgbZGzLxNHTWiFIRvE_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91810, List_1_Rewired_Player_ControllerHelper_eRpAeFxcyMygNogiZCgHnqGANSDc_FMbXBAQaLWPhxjqsNoyCTWZtsDfI___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91848, Player_ControllerHelper_ConflictCheckingHelper_ESHersLUOAHgbZGzLxNHTWiFIRvE_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91858, Player_ControllerHelper_ConflictCheckingHelper_ESHersLUOAHgbZGzLxNHTWiFIRvE_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91868, Player_ControllerHelper_ConflictCheckingHelper_ESHersLUOAHgbZGzLxNHTWiFIRvE_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91878, Player_ControllerHelper_ConflictCheckingHelper_ZkpNxxqhMVJGhJxKimpPuFZEhsRh_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91880, Player_ControllerHelper_ConflictCheckingHelper_ZkpNxxqhMVJGhJxKimpPuFZEhsRh_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91888, Player_ControllerHelper_ConflictCheckingHelper_ZkpNxxqhMVJGhJxKimpPuFZEhsRh_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91890, Player_ControllerHelper_ConflictCheckingHelper_ZkpNxxqhMVJGhJxKimpPuFZEhsRh_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91898, Player_ControllerHelper_ConflictCheckingHelper_ZkpNxxqhMVJGhJxKimpPuFZEhsRh_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C918A8, Player_ControllerHelper_ConflictCheckingHelper_ESHersLUOAHgbZGzLxNHTWiFIRvE_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C918B0, Player_ControllerHelper_ConflictCheckingHelper_ZkpNxxqhMVJGhJxKimpPuFZEhsRh_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C918B8, Player_ControllerHelper_ConflictCheckingHelper_ZkpNxxqhMVJGhJxKimpPuFZEhsRh_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C918C0, Player_ControllerHelper_ConflictCheckingHelper_ZkpNxxqhMVJGhJxKimpPuFZEhsRh_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C918C8, Player_ControllerHelper_ConflictCheckingHelper_ZMFxMkYOKynCHMoufJmNhVlvkQFH_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C918D0, Player_ControllerHelper_ConflictCheckingHelper_ZMFxMkYOKynCHMoufJmNhVlvkQFH_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C918D8, Player_ControllerHelper_ConflictCheckingHelper_ZMFxMkYOKynCHMoufJmNhVlvkQFH_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C918E0, Player_ControllerHelper_ConflictCheckingHelper_ZMFxMkYOKynCHMoufJmNhVlvkQFH_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C918E8, Player_ControllerHelper_ConflictCheckingHelper_ZMFxMkYOKynCHMoufJmNhVlvkQFH_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C918F0, Player_ControllerHelper_ConflictCheckingHelper_ZMFxMkYOKynCHMoufJmNhVlvkQFH_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C918F8, Player_ControllerHelper_ConflictCheckingHelper_ZkpNxxqhMVJGhJxKimpPuFZEhsRh_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91900, Player_ControllerHelper_ConflictCheckingHelper_ZkpNxxqhMVJGhJxKimpPuFZEhsRh_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91908, Player_ControllerHelper_ConflictCheckingHelper_ZkpNxxqhMVJGhJxKimpPuFZEhsRh_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91910, Player_ControllerHelper_ConflictCheckingHelper_ZkpNxxqhMVJGhJxKimpPuFZEhsRh_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91918, Player_ControllerHelper_ConflictCheckingHelper_ZMFxMkYOKynCHMoufJmNhVlvkQFH_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91938, Player_ControllerHelper_ConflictCheckingHelper_ESHersLUOAHgbZGzLxNHTWiFIRvE_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91940, Player_ControllerHelper_ConflictCheckingHelper_ESHersLUOAHgbZGzLxNHTWiFIRvE_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91948, Player_ControllerHelper_ConflictCheckingHelper_ZMFxMkYOKynCHMoufJmNhVlvkQFH_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91950, Player_ControllerHelper_ConflictCheckingHelper_ZMFxMkYOKynCHMoufJmNhVlvkQFH_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91958, Player_ControllerHelper_ConflictCheckingHelper_ZMFxMkYOKynCHMoufJmNhVlvkQFH_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91960, Player_ControllerHelper_ConflictCheckingHelper_ZMFxMkYOKynCHMoufJmNhVlvkQFH_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91968, Player_ControllerHelper_ConflictCheckingHelper_ZMFxMkYOKynCHMoufJmNhVlvkQFH_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91978, Player_ControllerHelper_ConflictCheckingHelper_yTOqqNNzfzHMUpDJOskdeCIXDDBc_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91980, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_CustomController_CustomControllerMap__VJsfGkCeXFnNPjNkvMaQfRowrhXo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91988, Player_ControllerHelper_ConflictCheckingHelper_yTOqqNNzfzHMUpDJOskdeCIXDDBc_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91990, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_CustomController_CustomControllerMap__RqlQXVCuqdhJnxcXhpOqbWpqutCF__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91998, Player_ControllerHelper_ConflictCheckingHelper_yTOqqNNzfzHMUpDJOskdeCIXDDBc_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C919A0, Player_ControllerHelper_ConflictCheckingHelper_ESHersLUOAHgbZGzLxNHTWiFIRvE_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C919A8, Player_ControllerHelper_ConflictCheckingHelper_ESHersLUOAHgbZGzLxNHTWiFIRvE_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C919B0, Player_ControllerHelper_ConflictCheckingHelper_ESHersLUOAHgbZGzLxNHTWiFIRvE_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C919B8, Player_ControllerHelper_ConflictCheckingHelper_ESHersLUOAHgbZGzLxNHTWiFIRvE_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C919D0, Player_ControllerHelper_ConflictCheckingHelper_yTOqqNNzfzHMUpDJOskdeCIXDDBc_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C919D8, Player_ControllerHelper_ConflictCheckingHelper_yTOqqNNzfzHMUpDJOskdeCIXDDBc_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C919E0, Player_ControllerHelper_ConflictCheckingHelper_yTOqqNNzfzHMUpDJOskdeCIXDDBc_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C919E8, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_Joystick_JoystickMap__VJsfGkCeXFnNPjNkvMaQfRowrhXo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C919F0, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_Joystick_JoystickMap__RqlQXVCuqdhJnxcXhpOqbWpqutCF__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91A00, Player_ControllerHelper_ConflictCheckingHelper_yTOqqNNzfzHMUpDJOskdeCIXDDBc_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91A08, Player_ControllerHelper_ConflictCheckingHelper_yTOqqNNzfzHMUpDJOskdeCIXDDBc_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91A10, Player_ControllerHelper_ConflictCheckingHelper_yTOqqNNzfzHMUpDJOskdeCIXDDBc_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91A18, Player_ControllerHelper_ConflictCheckingHelper_yTOqqNNzfzHMUpDJOskdeCIXDDBc_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91A20, Player_ControllerHelper_ConflictCheckingHelper_yTOqqNNzfzHMUpDJOskdeCIXDDBc_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91A28, Player_ControllerHelper_ConflictCheckingHelper_yTOqqNNzfzHMUpDJOskdeCIXDDBc_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91A90, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_u0001_u0002_iFdhrNpmwqfCBhYGNyxLdlHCddIiA_CustomController_CustomControllerMap___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91AA8, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_Rewired_CustomControllerMap___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91AB0, Player_ControllerHelper_zgmTShtuMZjevpPPVHquKEyKSmEmA_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91AB8, Player_ControllerHelper_zgmTShtuMZjevpPPVHquKEyKSmEmA_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91AC0, Player_ControllerHelper_qOveubmDNlEDlbfVcHZmqLnkLXnq_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91AD0, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_u0001_u0002_iFdhrNpmwqfCBhYGNyxLdlHCddIiA_Joystick_JoystickMap___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91AE0, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_Rewired_JoystickMap___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91AE8, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_u0001_u0002_iFdhrNpmwqfCBhYGNyxLdlHCddIiA_Keyboard_KeyboardMap___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91AF0, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_u0001_u0002_iFdhrNpmwqfCBhYGNyxLdlHCddIiA_Mouse_MouseMap___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91B08, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_Rewired_MouseMap___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91B10, FmtnJvZQYrRIzvFApEatdMxuaWqeb_1_Rewired_KeyboardMap___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91B58, SafeAction_1_Rewired_ControllerAssignmentChangedEventArgs__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91B68, EmptyObjects_1_Rewired_CustomController__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91B70, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_CustomController_CustomControllerMap__iocEQujuhvfIjkXLMvPAcYMVqtPsA__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91B78, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_Joystick_JoystickMap__iocEQujuhvfIjkXLMvPAcYMVqtPsA__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91B80, EmptyObjects_1_Rewired_Joystick__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91BA8, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_Joystick_JoystickMap___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91BB0, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_Mouse_MouseMap___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91BC0, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_CustomController_CustomControllerMap___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91BC8, SafeAction_1_Rewired_ControllerAssignmentChangedEventArgs___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91BD8, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_Keyboard_KeyboardMap___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91BF8, SafeDelegate_1_System_Action_1__RemoveDelegate__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91C00, SafeDelegate_1_System_Action_1__AddDelegate__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91C80, List_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91C88, Dictionary_2_System_String_jlOcQLgjodoHrMnRTMaZoBnVTQkmA__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91C90, List_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91C98, List_1_jlOcQLgjodoHrMnRTMaZoBnVTQkmA__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91CC8, Dictionary_2_System_String_jlOcQLgjodoHrMnRTMaZoBnVTQkmA___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91CD0, Dictionary_2_System_String_jlOcQLgjodoHrMnRTMaZoBnVTQkmA__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91E50, Dictionary_2_Photon_Bolt_NetworkId_Photon_Bolt_Internal_EntityProxy__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91E60, BoltDoubleList_1_Photon_Bolt_Internal_EntityProxy__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91E88, Queue_1_Photon_Bolt_Internal_EntityProxyEnvelope__Enqueue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91E90, Enumerable_ToArray_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91E98, Queue_1_Photon_Bolt_Internal_EntityProxyEnvelope__Dequeue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91EA0, List_1_Photon_Bolt_Internal_EntityProxy__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91EB0, List_1_Photon_Bolt_Internal_EntityProxy__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91EB8, List_1_Photon_Bolt_Internal_EntityProxy__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91EC0, List_1_Photon_Bolt_Internal_EntityProxy__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91ED0, Dictionary_2_Photon_Bolt_NetworkId_Photon_Bolt_Internal_EntityProxy__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91ED8, List_1_Photon_Bolt_Internal_EntityProxy__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91EE8, Queue_1_Photon_Bolt_Internal_EntityProxyEnvelope__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91F18, Dictionary_2_Photon_Bolt_NetworkId_Photon_Bolt_Internal_EntityProxy__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91F30, CallbackArray_1_System_Action_2__5_LockForChanges__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91F38, CallbackArray_1_System_Action_2__5_get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91F40, CallbackArray_1_System_Action_2__5_UnlockForChanges__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91F50, DelegateHelpers_InvokeCallbacksSafe_AnyCallbackReturnsTrue_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91F80, ArrayHelpers_MoveSlice_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91F88, List_1_Photon_Bolt_Internal_EntityProxy___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91F90, ArrayHelpers_IndexOfReference_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91FA0, Dictionary_2_Photon_Bolt_NetworkId_Photon_Bolt_Internal_EntityProxy___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91FB0, Queue_1_System_Byte___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91FC8, Queue_1_System_Byte__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91FD8, ObjectPool_1_Photon_Bolt_Internal_PooledProtocolTokenBase__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C91FF0, InputControlList_1_InputDevice__AddSlice__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92010, InputControlList_1_InputDevice__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92018, InputControlList_1_InputDevice__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92030, InputControlScheme_PickDevicesFrom_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92080, CallbackArray_1_System_Action_3__LockForChanges__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92090, CallbackArray_1_System_Action_3__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92098, CallbackArray_1_System_Action_3__UnlockForChanges__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C920B0, CallbackArray_1_System_Action_3__get_length__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C920B8, Stack_1_Photon_Bolt_Internal_EntityProxyEnvelope__Push__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C920C8, Stack_1_Photon_Bolt_Internal_EntityProxyEnvelope___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C920D0, Stack_1_Photon_Bolt_Internal_EntityProxyEnvelope__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C920E0, Stack_1_Photon_Bolt_Internal_EntityProxyEnvelope__Pop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92150, Queue_1_Photon_Bolt_Internal_EntityProxyEnvelope___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92168, Queue_1_Photon_Bolt_Internal_EntityProxyEnvelope__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92170, InputControlList_1_InputDevice___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92178, ArrayHelpers_ContainsReference_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92180, BoltDoubleList_1_Photon_Bolt_Internal_GlobalEventListenerBase___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C921A8, ArrayHelpers_EraseSliceWithCapacity_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C921B8, CallbackArray_1_System_Action_2__5_RemoveCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C921C8, CallbackArray_1_System_Action_2__5_get_length__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C921D8, CallbackArray_1_System_Action_3__RemoveCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C921E8, CallbackArray_1_System_Action_2__5_AddCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92208, String_Join_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92218, CallbackArray_1_System_Func_3__AddCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92228, CallbackArray_1_System_Func_3__RemoveCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92238, InputSystem_RegisterLayout_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92270, CallbackArray_1_System_Action_3__AddCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92280, BoltDoubleList_1_Photon_Bolt_Internal_GlobalEventListenerBase__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92288, BoltDoubleList_1_Photon_Bolt_Internal_GlobalEventListenerBase__AddLast__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92290, BoltDoubleList_1_Photon_Bolt_Internal_GlobalEventListenerBase__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C922E0, Dictionary_2_System_Type_System_Byte__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C922F0, Dictionary_2_System_Byte_System_Type__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C922F8, ObjectPool_1_Photon_Bolt_Internal_PooledProtocolTokenBase___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92308, Dictionary_2_System_Type_System_Byte__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92318, Dictionary_2_System_Byte_System_Type__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92330, Dictionary_2_System_Type_Photon_Bolt_ObjectPool_1__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92340, Dictionary_2_System_Type_System_Byte__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92398, Dictionary_2_System_Type_Photon_Bolt_Internal_IFactory___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C923B0, Dictionary_2_Photon_Bolt_TypeId_Photon_Bolt_Internal_IFactory___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C923C0, Dictionary_2_System_Byte_System_Type___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C923C8, InputSystem_RegisterLayout_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C923D0, Dictionary_2_System_Type_Photon_Bolt_ObjectPool_1___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C923D8, Dictionary_2_System_Type_System_Byte___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C923E0, Dictionary_2_System_Byte_System_Type__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C923E8, Dictionary_2_Photon_Bolt_UniqueId_Photon_Bolt_Internal_IFactory__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C923F8, Dictionary_2_Photon_Bolt_UniqueId_Photon_Bolt_Internal_IFactory___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92408, Dictionary_2_Photon_Bolt_TypeId_Photon_Bolt_Internal_IFactory__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92410, Dictionary_2_System_Type_System_Byte__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92418, Dictionary_2_System_Type_Photon_Bolt_ObjectPool_1__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92428, Dictionary_2_System_Type_Photon_Bolt_Internal_IFactory__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92430, InputSystem_RegisterLayout_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92438, InputSystem_RegisterLayout_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92440, InputSystem_RegisterLayout_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92448, InputSystem_RegisterLayout_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92450, InputSystem_RegisterLayout_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92458, InputSystem_RegisterLayout_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92460, InputSystem_RegisterLayout_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92468, InputSystem_RegisterLayout_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92480, InputSystem_RegisterLayout_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92488, ObjectPool_1_Photon_Bolt_Internal_PooledProtocolTokenBase__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92490, InputSystem_RegisterLayout_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92498, Dictionary_2_System_Byte_System_Type__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C924A0, InputSystem_RegisterLayout_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C924A8, InputSystem_RegisterLayout_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C924B0, ObjectPool_1_Photon_Bolt_Internal_PooledProtocolTokenBase__get_Available__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C924B8, InputSystem_RegisterLayout_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C924C0, InputSystem_RegisterLayout_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C924D8, Dictionary_2_System_Type_Photon_Bolt_ObjectPool_1__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C924E0, InputSystem_RegisterLayout_23__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92510, Dictionary_2_System_Type_System_Byte__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92518, InputSystem_RegisterLayout_24__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92520, InputSystem_RegisterLayout_25__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92528, InputSystem_RegisterLayout_26__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92530, InputSystem_RegisterLayout_27__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92538, InputSystem_RegisterLayout_28__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92540, InputSystem_RegisterLayout_29__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92548, InputSystem_RegisterLayout_30__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92558, InputSystem_RegisterLayout_31__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92570, Dictionary_2_Photon_Bolt_UniqueId_Photon_Bolt_Internal_IFactory__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92578, Dictionary_2_Photon_Bolt_TypeId_Photon_Bolt_Internal_IFactory__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92580, JsonUtility_FromJson_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92590, Dictionary_2_Photon_Bolt_TypeId_Photon_Bolt_Internal_IFactory__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92598, Dictionary_2_System_Type_Photon_Bolt_Internal_IFactory__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C925B0, Dictionary_2_Photon_Bolt_UniqueId_Photon_Bolt_Internal_IFactory__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C925C0, Dictionary_2_Photon_Bolt_TypeId_Photon_Bolt_Internal_IFactory__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C925E8, Queue_1_Photon_Bolt_Internal_ControlCommand___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92610, Queue_1_Photon_Bolt_Internal_ControlCommand__Peek__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92618, Queue_1_Photon_Bolt_Internal_ControlCommand__Dequeue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92620, Queue_1_Photon_Bolt_Internal_ControlCommand__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92628, Queue_1_Photon_Bolt_Internal_ControlCommand__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92638, Queue_1_T_Enumerator_Photon_Bolt_Internal_ControlCommand__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92648, Queue_1_T_Enumerator_Photon_Bolt_Internal_ControlCommand__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92650, Queue_1_T_Enumerator_Photon_Bolt_Internal_ControlCommand__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92660, Queue_1_Photon_Bolt_Internal_ControlCommand__Enqueue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92668, List_1_System_Action__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92680, List_1_System_Action__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92750, GameObject_GetComponent_34__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92768, List_1_Photon_Bolt_Collections_STuple_2__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92770, LinkedList_1_Photon_Bolt_BoltConnection__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92780, List_1_System_Action___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92788, List_1_T_Enumerator_System_Action__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C927A0, List_1_System_Action__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C927A8, List_1_T_Enumerator_System_Action__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C927B0, List_1_T_Enumerator_System_Action__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92820, InputSystem_GetDevice_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92858, LinkedList_1_Photon_Bolt_BoltConnection___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92878, List_1_Photon_Bolt_Collections_STuple_2___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C928A8, Dictionary_2_Photon_Bolt_UniqueId_Photon_Bolt_BoltEntity___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C928B8, BoltNetwork_RegisterTokenClass_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C928C0, BoltDoubleList_1_Photon_Bolt_Entity___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C928D8, BoltNetwork_RegisterTokenClass_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C928F0, Dictionary_2_Photon_Bolt_UniqueId_Photon_Bolt_BoltEntity__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92910, Dictionary_2_TKey_TValue_ValueCollection_Photon_Bolt_UniqueId_Photon_Bolt_BoltEntity__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92920, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_Photon_Bolt_BoltEntity__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92930, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_Photon_Bolt_BoltEntity__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92958, Enumerable_Cast_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92970, Enumerable_Where_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92978, Enumerable_ToDictionary_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92990, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_Photon_Bolt_UniqueId_Photon_Bolt_BoltEntity__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C929C0, Dictionary_2_Photon_Bolt_UniqueId_Photon_Bolt_BoltEntity___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92A28, LinkedList_1_Photon_Bolt_BoltConnection__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92A40, LinkedList_1_Photon_Bolt_BoltConnection__AddLast__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92A58, UdpEvent_As_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92A68, UdpEvent_As_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92A70, UdpEvent_As_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92A78, UdpEvent_As_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92A80, UnityEvent_1_UnityEngine_InputSystem_PlayerInput___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92A88, UdpEvent_As_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92A90, UdpEvent_As_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92A98, UdpEvent_As_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92AA0, UdpEvent_As_23__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92AA8, UdpEvent_As_24__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92AB0, UdpEvent_As_25__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92AC0, UdpEvent_As_26__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92AC8, UdpEvent_As_27__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92AD0, UdpEvent_As_28__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92AD8, UdpEvent_As_29__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92AF0, List_1_Photon_Bolt_Entity__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92B08, List_1_Photon_Bolt_Entity__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92B28, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_PlayerInput__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92B30, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_PlayerInput__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92B48, ReadOnlyArray_1_UnityEngine_InputSystem_PlayerInput__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92B50, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_PlayerInput__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92B90, UnityEvent_1_UnityEngine_InputSystem_PlayerInput__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92B98, DelegateHelpers_InvokeCallbacksSafe_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92BB0, ArrayHelpers_ContainsReference_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92BB8, ReadOnlyArray_1_UnityEngine_InputSystem_PlayerInput__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92BC0, InputControlList_1_InputDevice__IndexOf__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92BC8, InputControlScheme_FindControlSchemeForDevices_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92BD8, InputControlList_1_InputDevice__SwapElements__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92C08, ArrayHelpers_SwapElements_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92C10, List_1_Photon_Bolt_Collections_STuple_2__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92C18, ArrayHelpers_AppendWithCapacity_26__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92C20, List_1_T_Enumerator_Photon_Bolt_Collections_STuple_2__1_get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92C50, List_1_T_Enumerator_Photon_Bolt_Collections_STuple_2__1_MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92C68, Array_FindIndex_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92C70, List_1_T_Enumerator_Photon_Bolt_Collections_STuple_2__1_Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92C78, ArrayHelpers_IndexOfReference_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92C88, ArrayHelpers_EraseAtWithCapacity_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92CF8, GameObject_GetComponentInChildren_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92D00, BoltIterator_1_Photon_Bolt_Entity__Next__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92D18, Object_1_Instantiate_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92D28, ReadOnlyArray_1_UnityEngine_InputSystem_InputActionMap__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92D30, BoltDoubleList_1_Photon_Bolt_Entity__GetIterator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92D38, ReadOnlyArray_1_UnityEngine_InputSystem_InputActionMap__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92D48, BoltDoubleList_1_Photon_Bolt_Entity__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92D50, InputControlList_1_InputDevice__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92D58, GameObject_AddComponent_37__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92D60, Enumerable_ToArray_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92D68, InputControlScheme_FindControlSchemeForDevices_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92D70, InputControlScheme_FindControlSchemeForDevices_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92DB0, InputControlScheme_FindControlSchemeForDevices_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92DE8, ReadOnlyArray_1_UnityEngine_InputSystem_PlayerInput___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92E38, CallbackArray_1_System_Action_1__3_AddCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92E48, CallbackArray_1_System_Action_1__3_RemoveCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92E70, Enumerable_Where_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92E98, Enumerable_Select_56__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92F10, ReadOnlyArray_1_UnityEngine_InputSystem_PlayerInput_ActionEvent__op_Implicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C92F18, ReadOnlyArray_1_UnityEngine_InputSystem_PlayerInput_ActionEvent__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93030, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_String__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93048, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_String__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93050, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_String__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93058, KeyValuePair_2_UnityEngine_InputSystem_Utilities_InternedString_System_String__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93060, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_InputSystem_Utilities_InternedString_System_String__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93068, ReadOnlyArray_1_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93070, ReadOnlyArray_1_System_String__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C930C0, Queue_1_System_String__Dequeue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C930D0, Queue_1_System_String__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C930D8, Queue_1_System_String__Enqueue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C930F0, Queue_1_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93120, List_1_Photon_Bolt_Utils_BoltLog_IWriter__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93128, List_1_Photon_Bolt_Utils_BoltLog_IWriter__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93130, List_1_Photon_Bolt_Utils_BoltLog_IWriter___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93198, Enumerable_Count_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C932B0, Enumerable_Where_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C932D0, BoltDoubleList_1_Photon_Bolt_Entity__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C932E8, Enumerable_OrderBy_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C932F8, Enumerable_FirstOrDefault_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93350, GameObject_AddComponent_38__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C933C8, SafeAction_1_Rewired_ControllerStatusChangedEventArgs__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93440, List_1_Rewired_Utils_Interfaces_IExternalInputManager__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93450, UnityTools_GetComponentsInSelfAndChildren_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93458, List_1_Rewired_Utils_Interfaces_IExternalInputManager__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93508, EmptyObjects_1_Rewired_Data_Mapping_HardwareJoystickTemplateMap__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93518, List_1_Rewired_Data_Mapping_HardwareJoystickTemplateMap___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93528, ListTools_AddIfUnique_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93538, ObjectPool_1_Photon_Bolt_LagCompensation_BoltPhysicsHits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93558, ObjectPool_1_Photon_Bolt_LagCompensation_BoltPhysicsHits__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93580, UnityTools_GetComponent_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C935F8, BoltDoubleList_1_Photon_Bolt_LagCompensation_BoltHitboxWorldSnapshot___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93600, ValueWatcher_1_System_String__get_value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93608, BoltDoubleList_1_Photon_Bolt_LagCompensation_BoltHitboxBody___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93610, BoltDoubleList_1_Photon_Bolt_LagCompensation_BoltHitboxWorldSnapshot__GetIterator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93628, BoltIterator_1_Photon_Bolt_LagCompensation_BoltHitboxWorldSnapshot__Next__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93630, BoltDoubleList_1_Photon_Bolt_LagCompensation_BoltHitboxWorldSnapshot__get_last__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93648, ObjectPool_1_Photon_Bolt_LagCompensation_BoltPhysicsHits__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93650, BoltSingleList_1_Photon_Bolt_LagCompensation_BoltHitboxBodySnapshot__GetIterator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93660, BoltIterator_1_Photon_Bolt_LagCompensation_BoltHitboxBodySnapshot__Next__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93668, BoltIterator_1_Photon_Bolt_LagCompensation_BoltHitboxBody__Next__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93670, BoltDoubleList_1_Photon_Bolt_LagCompensation_BoltHitboxWorldSnapshot__get_count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93680, ObjectPool_1_Photon_Bolt_LagCompensation_BoltHitboxWorldSnapshot__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93688, BoltDoubleList_1_Photon_Bolt_LagCompensation_BoltHitboxWorldSnapshot__AddLast__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93690, BoltDoubleList_1_Photon_Bolt_LagCompensation_BoltHitboxWorldSnapshot__RemoveFirst__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C936A0, BoltDoubleList_1_Photon_Bolt_LagCompensation_BoltHitboxBody__GetIterator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C936A8, BoltDoubleList_1_Photon_Bolt_LagCompensation_BoltHitboxBody__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C936B8, BoltDoubleList_1_Photon_Bolt_LagCompensation_BoltHitboxBody__AddLast__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C936C8, ObjectPool_1_Photon_Bolt_LagCompensation_BoltHitboxWorldSnapshot___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C936D0, ObjectPool_1_Photon_Bolt_LagCompensation_BoltHitboxWorldSnapshot__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C936D8, BoltSingleList_1_Photon_Bolt_LagCompensation_BoltHitboxBodySnapshot___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C936E8, BoltSingleList_1_Photon_Bolt_LagCompensation_BoltHitboxBodySnapshot__get_count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C936F0, BoltSingleList_1_Photon_Bolt_LagCompensation_BoltHitboxBodySnapshot__RemoveFirst__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C936F8, BoltSingleList_1_Photon_Bolt_LagCompensation_BoltHitboxBodySnapshot__AddLast__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93708, ObjectPool_1_Photon_Bolt_LagCompensation_BoltHitboxBodySnapshot___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93718, ObjectPool_1_Photon_Bolt_LagCompensation_BoltHitboxBodySnapshot__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93720, ObjectPool_1_Photon_Bolt_LagCompensation_BoltHitboxBodySnapshot__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93748, SafeAction_1_Rewired_ControllerStatusChangedEventArgs__op_Addition__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93770, SafeAction_1_Rewired_ControllerStatusChangedEventArgs___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93780, SafeAction_1_Rewired_ControllerStatusChangedEventArgs__op_Subtraction__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93860, ObjectPool_1_Photon_Bolt_Channel_CommandHistory_CommandRecord___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93868, ObjectPool_1_Photon_Bolt_Channel_CommandHistory_CommandRecord__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93878, ObjectPool_1_Photon_Bolt_Channel_CommandHistory_CommandRecord__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93888, BoltDoubleList_1_Photon_Bolt_Channel_CommandHistory_CommandRecord__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C938A8, Dictionary_2_System_Int32_Photon_Bolt_Collections_BoltDoubleList_1__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C938B0, BoltDoubleList_1_Photon_Bolt_Channel_CommandHistory_CommandRecord__AddFirst__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C938B8, BoltDoubleList_1_Photon_Bolt_Channel_CommandHistory_CommandRecord___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C938C8, BoltDoubleList_1_Photon_Bolt_Channel_CommandHistory_CommandRecord__RemoveLast__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C938D0, Dictionary_2_System_Int32_Photon_Bolt_Collections_BoltDoubleList_1__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C938D8, BoltDoubleList_1_Photon_Bolt_Channel_CommandHistory_CommandRecord__get_count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C938E0, BoltDoubleList_1_Photon_Bolt_Channel_CommandHistory_CommandRecord__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C938F0, Dictionary_2_System_Int32_Photon_Bolt_Collections_BoltDoubleList_1___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C938F8, BoltDoubleList_1_Photon_Bolt_Command__get_last__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93900, BoltDoubleList_1_Photon_Bolt_Command__Prev__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93910, BoltDoubleList_1_Photon_Bolt_Command__Next__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93930, Dictionary_2_Photon_Bolt_NetworkId_Photon_Bolt_Internal_EntityProxy__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93938, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_CustomController_CustomControllerMap__wlIXihzDaiWJqyTKSzVwLUmcSFne__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93990, Player_ControllerHelper_bazezvkjJdSKLDVxCLdOJltIcVs_2_Joystick_JoystickMap__wlIXihzDaiWJqyTKSzVwLUmcSFne__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93CC0, Object_1_FindObjectsOfType_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C93D30, Resources_Load_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94310, GameObject_GetComponent_35__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94318, GameObject_AddComponent_39__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94328, Resources_Load_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94AB0, List_1_TheVegetationEngine_TVETerrainLayerSettings__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94AC8, List_1_TheVegetationEngine_TVETerrainLayerSettings__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94AD0, List_1_TheVegetationEngine_TVETerrainLayerSettings__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94AD8, Component_GetComponent_40__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94B00, Resources_Load_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94B08, GameObject_GetComponent_36__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94B20, GameObject_GetComponent_37__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94B28, GameObject_AddComponent_40__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94B30, GameObject_GetComponent_38__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94B38, GameObject_GetComponent_39__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94B40, GameObject_AddComponent_41__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94B48, GameObject_AddComponent_42__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94B50, GameObject_AddComponent_43__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94B58, GameObject_AddComponent_44__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94B68, GameObject_AddComponent_45__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94B88, List_1_TheVegetationEngine_TVEElement__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94BB8, List_1_UnityEngine_Renderer__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94BC0, List_1_TheVegetationEngine_TVEElement__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94BD8, Resources_Load_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94C28, List_1_TheVegetationEngine_TVEInstanced___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94C30, List_1_TheVegetationEngine_TVERenderData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94E70, Resources_Load_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94E88, Resources_Load_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94EB8, List_1_TheVegetationEngine_TVEElementPropertyData__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94EC8, List_1_TheVegetationEngine_TVEElementPropertyData__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94EE0, List_1_TheVegetationEngine_TVEInstanced__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94EE8, List_1_TheVegetationEngine_TVEElement__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94EF0, List_1_TheVegetationEngine_TVEElement__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94EF8, List_1_TheVegetationEngine_TVEInstanced__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94F00, List_1_TheVegetationEngine_TVEElement__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94F08, List_1_TheVegetationEngine_TVEInstanced__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94F38, List_1_TheVegetationEngine_TVETerrainLayerSettings___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94F50, List_1_TheVegetationEngine_TVEElement___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94F60, List_1_TheVegetationEngine_TVERenderData__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94F68, List_1_TheVegetationEngine_TVERenderData__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94F70, List_1_TheVegetationEngine_TVERenderData__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94F78, List_1_TheVegetationEngine_TVERenderData__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94F80, List_1_TheVegetationEngine_TVERenderData__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94FD0, List_1_Kalagaan_BlendShapesPresetTool_BlendShapesPresetTemplateBase_BlendShapeData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94FD8, List_1_Kalagaan_BlendShapesPresetTool_BlendShapesPresetTemplateBase_PresetData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94FE8, List_1_Kalagaan_BlendShapesPresetTool_BlendShapesPresetControllerBase___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C94FF0, List_1_Kalagaan_BlendShapesPresetTool_BlendShapesPresetControllerBase_PresetState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95018, List_1_Kalagaan_BlendShapesPresetTool_BlendShapesPresetTemplateBase_PresetData__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95020, List_1_Kalagaan_BlendShapesPresetTool_BlendShapesPresetTemplateBase_BlendShapeData__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95028, List_1_Kalagaan_BlendShapesPresetTool_BlendShapesPresetTemplateBase_BlendShapeData__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95030, List_1_Kalagaan_BlendShapesPresetTool_BlendShapesPresetControllerBase_PresetState__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95038, List_1_UnityEngine_SkinnedMeshRenderer__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95060, List_1_Kalagaan_BlendShapesPresetTool_BlendShapesPresetTemplateBase_PresetData__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95068, List_1_Kalagaan_BlendShapesPresetTool_BlendShapesPresetControllerBase_PresetState__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C950B0, Enumerable_Count_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C950B8, Enumerable_Any_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C952F0, Nullable_1_UnityEngine_RenderMode__GetValueOrDefault__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C952F8, Nullable_1_UnityEngine_RenderMode__get_HasValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95300, Nullable_1_UnityEngine_RenderMode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95340, InputDeviceMatcher_WithCapability_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95390, Component_GetComponentInParent_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C954D8, InputSystem_RegisterLayoutMatcher_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C954F0, InputSystem_RegisterLayout_32__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95520, Nullable_1_UnityEngine_InputSystem_LowLevel_MouseButton___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95580, Nullable_1_UnityEngine_InputSystem_LowLevel_MouseButton__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95588, Nullable_1_UnityEngine_InputSystem_LowLevel_MouseButton__get_HasValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95698, InlinedArray_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster__AppendWithCapacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C956A8, Dictionary_2_UnityEngine_InputSystem_InputAction_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C956B0, Component_GetComponent_41__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C956E0, InlinedArray_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster__RemoveAtByMovingTailWithCapacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C956E8, InputArrayExtensions_IndexOfReference_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95730, Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1__2_get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95738, Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1__2_get_HasValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95758, InlinedArray_1_UnityEngine_InputSystem_InputControl__AppendWithCapacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95768, InputArrayExtensions_IndexOfReference_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95770, Nullable_1_UnityEngine_InputSystem_Utilities_ReadOnlyArray_1__2__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95790, InlinedArray_1_UnityEngine_InputSystem_InputControl__RemoveAtByMovingTailWithCapacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C957B0, CallbackArray_1_System_Action_1__AddCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C957C0, Dictionary_2_UnityEngine_InputSystem_InputAction_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C957C8, Dictionary_2_UnityEngine_InputSystem_InputAction_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C957D0, Dictionary_2_UnityEngine_InputSystem_InputAction_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C957D8, Dictionary_2_UnityEngine_InputSystem_InputAction_UnityEngine_InputSystem_UI_InputSystemUIInputModule_InputActionReferenceState__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C957E0, CallbackArray_1_System_Action_1__RemoveCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C957F8, InlinedArray_1_UnityEngine_InputSystem_UI_TrackedDeviceRaycaster__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95830, GameObject_GetComponent_40__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95838, ExecuteEvents_Execute_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95840, ExecuteEvents_Execute_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95848, ExecuteEvents_Execute_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C958D0, ReadOnlyArrayExtensions_IndexOfReference_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95998, List_1_UnityEngine_GameObject__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C959D0, Dictionary_2_UnityEngine_Material_List_1_ch_sycoforge_Combine_MeshTransform___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C959D8, List_1_ch_sycoforge_Combine_MeshTransform___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C959E0, List_1_ch_sycoforge_Combine_MeshTransform__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C959E8, Dictionary_2_UnityEngine_Material_List_1_ch_sycoforge_Combine_MeshTransform__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C959F0, Dictionary_2_UnityEngine_Material_List_1_ch_sycoforge_Combine_MeshTransform__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C959F8, List_1_ch_sycoforge_Combine_MeshTransform__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95A00, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Material_List_1_ch_sycoforge_Combine_MeshTransform__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95A18, List_1_T_Enumerator_ch_sycoforge_Combine_MeshTransform__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95A20, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Material_List_1_ch_sycoforge_Combine_MeshTransform__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95A28, List_1_T_Enumerator_ch_sycoforge_Combine_MeshTransform__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95A30, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Material_List_1_ch_sycoforge_Combine_MeshTransform__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95A38, Dictionary_2_UnityEngine_Material_List_1_ch_sycoforge_Combine_MeshTransform__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95A40, Dictionary_2_UnityEngine_Material_ch_sycoforge_Combine_MeshTransform___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95A50, Dictionary_2_UnityEngine_Material_List_1_ch_sycoforge_Combine_MeshTransform__get_Keys__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95A58, Dictionary_2_UnityEngine_Material_ch_sycoforge_Combine_MeshTransform__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95A60, Dictionary_2_UnityEngine_Material_ch_sycoforge_Combine_MeshTransform__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95A78, List_1_T_Enumerator_ch_sycoforge_Combine_MeshTransform__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95A80, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Material_List_1_ch_sycoforge_Combine_MeshTransform__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95A90, EasyCombine_GetObjectsByProperty_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95AA0, EasyCombine_GetObjectsByProperty_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95AE0, List_1_UnityEngine_Material___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95AE8, Dictionary_2_UnityEngine_Material_ch_sycoforge_Combine_MeshTransform__get_Keys__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95AF0, Dictionary_2_UnityEngine_Material_ch_sycoforge_Combine_MeshTransform__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95AF8, List_1_UnityEngine_Material__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95B08, GameObject_AddComponent_46__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95B18, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Shader_IList_1_UnityEngine_GameObject__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95B30, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_Material_IList_1_UnityEngine_GameObject__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95B38, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Shader_IList_1_UnityEngine_GameObject__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95B40, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Material_IList_1_UnityEngine_GameObject__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95B48, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Material_IList_1_UnityEngine_GameObject__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95B50, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Shader_IList_1_UnityEngine_GameObject__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95B58, Dictionary_2_UnityEngine_Material_IList_1_UnityEngine_GameObject__get_Keys__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95B60, Dictionary_2_UnityEngine_Shader_IList_1_UnityEngine_GameObject__get_Keys__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95B68, EasyCombine_InitializeProgressReport_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95B70, EasyCombine_InitializeProgressReport_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95B78, Dictionary_2_UnityEngine_Material_IList_1_UnityEngine_GameObject__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95B80, Dictionary_2_UnityEngine_Shader_IList_1_UnityEngine_GameObject__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95B88, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Material_IList_1_UnityEngine_GameObject__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95B90, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_Shader_IList_1_UnityEngine_GameObject__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95BE8, EmptyObjects_1_Rewired_InputLayout__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95BF0, EmptyObjects_1_Rewired_InputAction__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95C18, EmptyObjects_1_Rewired_InputMapCategory__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95C20, EmptyObjects_1_Rewired_InputCategory__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95E20, Dictionary_2_Cinemachine_CinemachineVirtualCameraBase_System_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95E28, List_1_Cinemachine_CinemachineVirtualCameraBase__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95E38, Dictionary_2_Cinemachine_CinemachineVirtualCameraBase_System_Int32__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95E48, Dictionary_2_Cinemachine_CinemachineVirtualCameraBase_System_Int32__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95EE8, GameObject_AddComponent_47__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95EF0, CinemachineVirtualCamera_GetCinemachineComponent_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95EF8, CinemachineVirtualCamera_GetCinemachineComponent_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95F00, GameObject_AddComponent_48__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95F10, GameObject_AddComponent_49__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95F20, Component_GetComponent_42__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95F30, CinemachineVirtualCamera_AddCinemachineComponent_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95F78, CinemachineExtension_GetExtraState_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95F88, CinemachineExtension_GetExtraState_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95F90, List_1_List_1_UnityEngine_Vector2__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95FB0, List_1_List_1_UnityEngine_Vector2___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95FB8, List_1_List_1_UnityEngine_Vector2__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95FC8, List_1_List_1_UnityEngine_Vector2__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C95FE0, CinemachineExtension_GetExtraState_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96008, List_1_List_1_UnityEngine_Vector3___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96010, List_1_Cinemachine_CinemachineCollider_VcamExtraState__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96020, CinemachineExtension_GetAllExtraStates_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96028, List_1_T_Enumerator_Cinemachine_CinemachineCollider_VcamExtraState__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96030, List_1_T_Enumerator_Cinemachine_CinemachineCollider_VcamExtraState__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96038, List_1_T_Enumerator_Cinemachine_CinemachineCollider_VcamExtraState__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96040, EmptyObjects_1_Rewired_Controller__get_array__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96048, CinemachineExtension_GetExtraState_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96050, EmptyObjects_1_Rewired_Controller__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C960C0, UnityEvent_2_Cinemachine_ICinemachineCamera_Cinemachine_ICinemachineCamera___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C960C8, UnityEvent_1_Cinemachine_CinemachineBrain___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C960E8, List_1_Cinemachine_CinemachineBrain_BrainFrame___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96100, UnityEvent_2_Cinemachine_ICinemachineCamera_Cinemachine_ICinemachineCamera__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96108, UnityEvent_1_Cinemachine_CinemachineBrain__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96110, List_1_Cinemachine_CinemachineBrain_BrainFrame__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96128, List_1_Cinemachine_CinemachineBrain_BrainFrame__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96160, List_1_Cinemachine_CinemachineBrain_BrainFrame__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96168, List_1_Cinemachine_CinemachineBrain_BrainFrame__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96188, List_1_Cinemachine_CinemachineBrain_BrainFrame__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C961A0, Component_TryGetComponent_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C961B0, List_1_Cinemachine_CinemachineVirtualCameraBase___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C961B8, List_1_Cinemachine_CinemachineVirtualCameraBase__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C961C8, List_1_Cinemachine_CinemachineVirtualCameraBase__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C961D0, Component_GetComponentsInChildren_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96208, UnityEvent_1_Cinemachine_CinemachineBrain__AddListener__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96218, UnityEvent_1_Cinemachine_CinemachineBrain__RemoveListener__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96230, ScriptPlayable_1_CinemachineMixer__op_Implicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96238, ScriptPlayable_1_CinemachineMixer__Create__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96248, PlayableExtensions_SetInputCount_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C962A0, IPropertyCollector_AddFromName_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C962A8, IPropertyCollector_AddFromName_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C962B0, ScriptPlayable_1_CinemachineShotPlayable__Create__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C962B8, ExposedReference_1_Cinemachine_CinemachineVirtualCameraBase__Resolve__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C962C0, ScriptPlayable_1_CinemachineShotPlayable__op_Implicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C962D0, ScriptPlayable_1_CinemachineShotPlayable__op_Explicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C962E8, ScriptPlayable_1_CinemachineShotPlayable__GetBehaviour__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C962F0, PlayableExtensions_GetTime_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C962F8, GameObject_GetComponent_41__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96308, PlayableExtensions_GetDuration_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96388, ChangeEvent_1_System_String__get_newValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96390, CallbackEventHandler_RegisterCallback_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C963A0, CallbackEventHandler_UnregisterCallback_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C963A8, INotifyValueChangedExtensions_RegisterValueChangedCallback_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C963C0, INotifyValueChangedExtensions_UnregisterValueChangedCallback_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C963D0, EventBase_1_GeometryChangedEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C963E0, StyleEnum_1_Visibility__op_Implicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C963F0, KeyboardEventBase_1_KeyDownEvent__get_shiftKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96438, CallbackEventHandler_RegisterCallback_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C964A0, List_1_Dissonance_VoiceProximityReceiptTrigger__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C964A8, List_1_Dissonance_VoiceProximityBroadcastTrigger__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C964B0, Object_1_FindObjectsOfType_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C964B8, Object_1_FindObjectsOfType_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C964C0, Enumerable_Where_23__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C964C8, Enumerable_Where_24__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C964D0, List_1_T_Enumerator_Dissonance_VoiceProximityBroadcastTrigger__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C964D8, List_1_T_Enumerator_Dissonance_VoiceProximityReceiptTrigger__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C964E0, List_1_T_Enumerator_Dissonance_VoiceProximityReceiptTrigger__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C964E8, List_1_T_Enumerator_Dissonance_VoiceProximityBroadcastTrigger__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96500, List_1_T_Enumerator_Dissonance_VoiceProximityReceiptTrigger__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96508, List_1_T_Enumerator_Dissonance_VoiceProximityBroadcastTrigger__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96520, Enumerable_ToList_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96528, Enumerable_ToList_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C966D0, Log_Warn_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C966F0, Log_Error_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96710, Log_Error_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96720, Pool_1_System_Byte___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96730, ReadonlyLockedValue_1_Dissonance_Datastructures_Pool_1___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C967F0, List_1_kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96808, List_1_kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96810, List_1_kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96838, List_1_kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ__ForEach__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96840, List_1_kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96848, List_1_kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96850, List_1_kFIrhYouotPQcJZqjklRXONdiOBk_uCLgzlbbAzifAnPAAgkjXFTwXGRJ__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96870, List_1_IEpqttsJBVpdPbiISguYNqxToTKd___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96878, List_1_IEpqttsJBVpdPbiISguYNqxToTKd__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C968D0, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_wAEbikHXPiUhjCZkCxpMjGhOLrYn__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C968D8, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_wAEbikHXPiUhjCZkCxpMjGhOLrYn__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C968E0, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_wAEbikHXPiUhjCZkCxpMjGhOLrYn__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C968E8, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_wAEbikHXPiUhjCZkCxpMjGhOLrYn___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96950, Enumerable_Any_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96960, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_bmycphkAyqKNoaTIKLUfvetjHrnTA_wAEbikHXPiUhjCZkCxpMjGhOLrYn__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96970, Component_GetComponent_43__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96990, List_1_Cinemachine_CinemachineComponentBase__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C969A0, List_1_Cinemachine_CinemachineComponentBase__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C969A8, List_1_Cinemachine_CinemachineComponentBase___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C969B0, List_1_Cinemachine_CinemachineComponentBase__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C969C8, Component_GetComponents_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C969E8, GameObject_AddComponent_50__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C969F8, Component_GetComponent_44__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96A00, CinemachineVirtualCamera_AddCinemachineComponent_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96A08, rULHSySJJYaatQjUGwzXfVaVsuaC_3_eIOeMVETDBCpONALFPUSmkDfCaEg_uOqstchGzYFsOAddzFFaQYYGenBDb_tSPvxZUJjzaTiAEejeAOLKctGpmKA__FUJfGaoxYLbetWRDXDFhFIDNfYKBA__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96A18, CinemachineVirtualCamera_AddCinemachineComponent_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96A40, List_1_Cinemachine_CinemachineStoryboard_CanvasInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96A50, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Collections_Generic_List_1__yzHwsiiQqVEpTLidEXPmLEnGyiii__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96A58, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Collections_Generic_List_1__fSiBAGQORirIHjSLxbZfXghAjhEo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96A70, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Collections_Generic_List_1__MHFXnLCHBjIWBvHFZCUVEhCwIIXE__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96A80, List_1_Cinemachine_CinemachineStoryboard_CanvasInfo__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96A98, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96AA0, GameObject_AddComponent_51__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96AA8, GameObject_AddComponent_52__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96AB8, GameObject_AddComponent_53__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96AC0, List_1_Cinemachine_CinemachineStoryboard_CanvasInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96AC8, GameObject_GetComponentsInChildren_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96AD0, GameObject_GetComponentInChildren_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96B00, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_WCWrnemrMnIApfYLoPRnewDeJmzbA__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96B10, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96B20, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_WCWrnemrMnIApfYLoPRnewDeJmzbA__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96B28, List_1_Cinemachine_CinemachineStoryboard_CanvasInfo__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96B30, List_1_Cinemachine_CinemachineStoryboard_CanvasInfo__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96B38, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96B40, List_1_Cinemachine_CinemachineStoryboard_CanvasInfo__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96B70, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96B78, EmptyObjects_1_IEpqttsJBVpdPbiISguYNqxToTKd__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96B98, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Collections_Generic_List_1__xGrcbdURWhaVAdZWQTWYqrWsGkhM__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96BC8, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Collections_Generic_List_1__ixmAePEnLRGjkiYJbCTfPNBHXEcwB__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96BD0, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96C18, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_oLwEviYOiItomPgOBAhPQfTWWvE__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96C20, CallbackArray_1_System_Action_1__5_get_length__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96C38, Dictionary_2_UnityEngine_AnimationClip_List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96C58, Dictionary_2_UnityEngine_AnimationClip_List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96C60, Dictionary_2_UnityEngine_AnimationClip_List_1_Cinemachine_CinemachineStateDrivenCamera_HashPair__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96C90, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_WCWrnemrMnIApfYLoPRnewDeJmzbA___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96C98, List_1_YbqFPqlOhPbwgAIFLLewBFaMbWuFb_WCWrnemrMnIApfYLoPRnewDeJmzbA__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96D10, InputSourceWrapper_1_HhyJayjEkazMHJnFosltszjdHjxA___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96D40, yHtFVNQhgAobOLbpTRFVvsoPVfgx_1_System_Collections_Generic_List_1___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96E28, eiAEQUagfGTjXRjdiGwJDzSBPdYSA_GetJoysticks_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96E58, CallbackArray_1_System_Action_1__5_AddCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96E68, CallbackArray_1_System_Action_1__5_RemoveCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96EA8, InputArrayExtensions_IndexOfReference_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96EF0, InlinedArray_1_System_IObserver_1__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C96EF8, InlinedArray_1_System_IObserver_1__RemoveAtWithCapacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97038, InlinedArray_1_System_IObserver_1__AppendWithCapacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97058, rULHSySJJYaatQjUGwzXfVaVsuaC_3_eIOeMVETDBCpONALFPUSmkDfCaEg_uOqstchGzYFsOAddzFFaQYYGenBDb_tSPvxZUJjzaTiAEejeAOLKctGpmKA__KxfdpmJBpsDpzqdmlIiQUsKvGJbCA__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97120, InputSourceWrapper_1_HhyJayjEkazMHJnFosltszjdHjxA__get_source__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97280, InputSystem_RegisterLayoutMatcher_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97288, InputSystem_RegisterLayoutMatcher_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97290, InputSystem_RegisterLayout_33__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97298, InputSystem_RegisterLayout_34__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C972A0, InputSystem_RegisterLayout_35__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C972A8, InputSystem_RegisterLayout_36__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97308, ArrayHelpers_IndexOfReference_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97310, ArrayHelpers_IndexOfReference_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97318, ArrayHelpers_IndexOfReference_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97328, ArrayHelpers_EraseAtWithCapacity_23__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97348, ArrayHelpers_IndexOfReference_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97368, InputSystem_AddDevice_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97380, ArrayHelpers_Clear_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97388, ArrayHelpers_Clear_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C973B8, ArrayHelpers_AppendWithCapacity_27__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C973C0, ArrayHelpers_ContainsReference_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C973E0, GameObject_AddComponent_54__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97408, InputArrayExtensions_IndexOfReference_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97410, InlinedArray_1_UnityEngine_InputSystem_Touchscreen__RemoveAtWithCapacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97428, ArrayHelpers_AppendWithCapacity_28__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97438, ArrayHelpers_Clear_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97448, ArrayHelpers_EnsureCapacity_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97450, ArrayHelpers_AppendWithCapacity_29__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97460, ArrayHelpers_EraseSliceWithCapacity_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97490, InlinedArray_1_UnityEngine_InputSystem_Touchscreen__AppendWithCapacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C974E0, CallbackArray_1_System_Action_1__4_AddCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C974F0, CallbackArray_1_System_Action_1__4_RemoveCallback__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C974F8, ReadOnlyArray_1_UnityEngine_InputSystem_EnhancedTouch_Finger___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97510, DelegateHelpers_InvokeCallbacksSafe_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C975E0, InputSystem_RegisterLayout_37__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C976E8, PooledObject_1_System_Collections_Generic_List_1__System_IDisposable_Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C976F0, CollectionPool_2_System_Collections_Generic_List_1_UnityEngine_InputSystem_HID_HID_HIDElementDescriptor__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97A10, List_1_System_Threading_WaitHandle__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97A28, List_1_System_Threading_WaitHandle___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97A60, List_1_System_Threading_WaitHandle__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97A68, List_1_System_Threading_WaitHandle__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97A70, List_1_System_Threading_WaitHandle__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97A78, List_1_System_Threading_WaitHandle__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97B78, Array_Empty_46__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97BA0, Component_GetComponent_45__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97BA8, GameObject_GetComponent_42__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97BC0, HashSet_1_UnityEngine_GameObject__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97BC8, HashSet_1_UnityEngine_GameObject___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97BD0, HashSet_1_UnityEngine_GameObject__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97BD8, HashSet_1_UnityEngine_GameObject__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97BE8, Enumerable_First_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97C18, Dictionary_2_UnityEngine_Transform_Cinemachine_UpdateTracker_UpdateStatus___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97C20, Dictionary_2_UnityEngine_Transform_Cinemachine_UpdateTracker_UpdateStatus__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97C28, Dictionary_2_UnityEngine_Transform_Cinemachine_UpdateTracker_UpdateStatus__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97C38, KeyValuePair_2_UnityEngine_Transform_Cinemachine_UpdateTracker_UpdateStatus__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97C40, KeyValuePair_2_UnityEngine_Transform_Cinemachine_UpdateTracker_UpdateStatus__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97C48, Dictionary_2_UnityEngine_Transform_Cinemachine_UpdateTracker_UpdateStatus__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97C50, Dictionary_2_UnityEngine_Transform_Cinemachine_UpdateTracker_UpdateStatus__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97C58, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Transform_Cinemachine_UpdateTracker_UpdateStatus__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97C60, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Transform_Cinemachine_UpdateTracker_UpdateStatus__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97C68, Dictionary_2_UnityEngine_Transform_Cinemachine_UpdateTracker_UpdateStatus__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97CE0, Dictionary_2_UnityEngine_Transform_Cinemachine_TargetPositionCache_CacheEntry__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97CF0, Dictionary_2_UnityEngine_Transform_Cinemachine_TargetPositionCache_CacheEntry__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97CF8, KeyValuePair_2_UnityEngine_Transform_Cinemachine_TargetPositionCache_CacheEntry__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97D00, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Transform_Cinemachine_TargetPositionCache_CacheEntry__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97D08, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Transform_Cinemachine_TargetPositionCache_CacheEntry__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97D10, Dictionary_2_UnityEngine_Transform_Cinemachine_TargetPositionCache_CacheEntry__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97D20, Dictionary_2_UnityEngine_Transform_Cinemachine_TargetPositionCache_CacheEntry___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97D30, GameObject_AddComponent_55__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97D38, GameObject_AddComponent_56__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97D48, List_1_T_Enumerator_List_1_Cinemachine_ClipperLib_IntPoint__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97D50, List_1_T_Enumerator_List_1_Cinemachine_ClipperLib_IntPoint__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97D58, List_1_List_1_Cinemachine_ClipperLib_IntPoint__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97D60, List_1_T_Enumerator_List_1_Cinemachine_ClipperLib_IntPoint__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97D78, List_1_List_1_Cinemachine_ClipperLib_IntPoint__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97D88, List_1_List_1_Cinemachine_ClipperLib_IntPoint__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97DB0, List_1_List_1_Cinemachine_ClipperLib_IntPoint__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97DB8, List_1_List_1_Cinemachine_ClipperLib_IntPoint___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97DD8, List_1_List_1_Cinemachine_ClipperLib_IntPoint__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97DE0, List_1_List_1_Cinemachine_ClipperLib_IntPoint__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97E00, List_1_List_1_Cinemachine_ClipperLib_IntPoint___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97E18, Component_TryGetComponent_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97E28, Component_TryGetComponent_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97E30, Component_GetComponents_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97E40, Component_GetComponentsInChildren_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97E48, Component_GetComponentsInChildren_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97E68, Enumerable_Any_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97E70, List_1_Cinemachine_CinemachineExtension__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97E78, List_1_Cinemachine_CinemachineExtension__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97E80, List_1_Cinemachine_CinemachineExtension__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97E90, List_1_Cinemachine_CinemachineExtension___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97E98, List_1_Cinemachine_CinemachineExtension__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97EA0, List_1_Cinemachine_CinemachineExtension__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97EC0, List_1_Cinemachine_CinemachineBrain___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97EC8, List_1_List_1_Cinemachine_CinemachineVirtualCameraBase___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97EF0, Dictionary_2_Cinemachine_CinemachineVirtualCameraBase_Cinemachine_CinemachineCore_UpdateStatus__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97EF8, Dictionary_2_Cinemachine_CinemachineVirtualCameraBase_Cinemachine_CinemachineCore_UpdateStatus___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97F00, Dictionary_2_Cinemachine_CinemachineVirtualCameraBase_Cinemachine_CinemachineCore_UpdateStatus__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97F08, List_1_Cinemachine_CinemachineVirtualCameraBase__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97F10, List_1_List_1_Cinemachine_CinemachineVirtualCameraBase__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97F18, List_1_List_1_Cinemachine_CinemachineVirtualCameraBase__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97F20, Dictionary_2_Cinemachine_CinemachineVirtualCameraBase_Cinemachine_CinemachineCore_UpdateStatus__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97F28, List_1_List_1_Cinemachine_CinemachineVirtualCameraBase__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97F30, List_1_Cinemachine_CinemachineVirtualCameraBase__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97F38, Dictionary_2_Cinemachine_CinemachineVirtualCameraBase_Cinemachine_CinemachineCore_UpdateStatus__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97F40, List_1_Cinemachine_CinemachineVirtualCameraBase__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97F50, List_1_Cinemachine_CinemachineVirtualCameraBase__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97F60, List_1_NJXNwLLrhxyDOSGduoygSsnoYkiK__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97F68, List_1_Cinemachine_CinemachineVirtualCameraBase__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97F78, List_1_Cinemachine_CinemachineBrain__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97F80, List_1_rnwGumBskXMryeokghSZPtEShGNbB__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97F88, List_1_Cinemachine_CinemachineBrain__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97F90, List_1_Cinemachine_CinemachineBrain__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97F98, List_1_Cinemachine_CinemachineBrain__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97FD8, List_1_VmygOaZMePMYixMwHDTZwiDTgTwx_BOxQKWlqJkCqZgYbdmKoWcSioOHg___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C97FE0, List_1_VmygOaZMePMYixMwHDTZwiDTgTwx_ynkBgOqbpMPRxusAAQsgHOtlPSzd___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98048, List_1_NJXNwLLrhxyDOSGduoygSsnoYkiK___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98058, List_1_rnwGumBskXMryeokghSZPtEShGNbB___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98060, List_1_VmygOaZMePMYixMwHDTZwiDTgTwx_KSREqnFwehoxndHZqHzDjWxKkJsRA___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98068, List_1_rnwGumBskXMryeokghSZPtEShGNbB__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98078, List_1_VmygOaZMePMYixMwHDTZwiDTgTwx_ynkBgOqbpMPRxusAAQsgHOtlPSzd__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98080, List_1_NJXNwLLrhxyDOSGduoygSsnoYkiK__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98090, List_1_VmygOaZMePMYixMwHDTZwiDTgTwx_KSREqnFwehoxndHZqHzDjWxKkJsRA__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C980A0, List_1_VmygOaZMePMYixMwHDTZwiDTgTwx_KSREqnFwehoxndHZqHzDjWxKkJsRA__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C980A8, List_1_VmygOaZMePMYixMwHDTZwiDTgTwx_BOxQKWlqJkCqZgYbdmKoWcSioOHg__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C980B8, List_1_VmygOaZMePMYixMwHDTZwiDTgTwx_BOxQKWlqJkCqZgYbdmKoWcSioOHg__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C980C0, List_1_VmygOaZMePMYixMwHDTZwiDTgTwx_ynkBgOqbpMPRxusAAQsgHOtlPSzd__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98720, ObjectInstanceTracker_TryGetInstance_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98800, MiscTools_Swap_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98828, List_1_XWKLBhMJByLmRjCmXYTJulYaPqwJ_YaWBSOGSSrYuejjxIPgOgikwrUfr_LlnZLsKOkGcztEBJUXEELsmJjENbA__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98830, List_1_XWKLBhMJByLmRjCmXYTJulYaPqwJ_YaWBSOGSSrYuejjxIPgOgikwrUfr_LlnZLsKOkGcztEBJUXEELsmJjENbA__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98840, List_1_XWKLBhMJByLmRjCmXYTJulYaPqwJ_YaWBSOGSSrYuejjxIPgOgikwrUfr_LlnZLsKOkGcztEBJUXEELsmJjENbA__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98850, List_1_XWKLBhMJByLmRjCmXYTJulYaPqwJ_YaWBSOGSSrYuejjxIPgOgikwrUfr_LlnZLsKOkGcztEBJUXEELsmJjENbA___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98920, List_1_YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_TKPMPusWChpubsSueSSSVXEvmtou__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98928, List_1_YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_TKPMPusWChpubsSueSSSVXEvmtou___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98948, List_1_YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_TKPMPusWChpubsSueSSSVXEvmtou__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98950, List_1_YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_TKPMPusWChpubsSueSSSVXEvmtou__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98958, List_1_YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_TKPMPusWChpubsSueSSSVXEvmtou__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98960, List_1_YmMTSUgHoMLuIFBEDUyyrVpljvtC_LHAFzsdkugomaihLiXFtLXdsUbpEb_TKPMPusWChpubsSueSSSVXEvmtou__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C989A8, IndexedDictionary_2_System_Int32_Rewired_PlatformInputManager__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C989C0, IndexedDictionary_2_System_Int32_Rewired_PlatformInputManager__GetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C989F8, IndexedDictionary_2_System_Int32_Rewired_PlatformInputManager___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98A00, IndexedDictionary_2_System_Int32_Rewired_PlatformInputManager__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98A08, IndexedDictionary_2_System_Int32_Rewired_PlatformInputManager__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98B28, List_1_kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_IPxIzDRSRdPphfeFncEoTAbRXhKJ__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98B50, List_1_kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_IPxIzDRSRdPphfeFncEoTAbRXhKJ__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98B58, List_1_kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_IPxIzDRSRdPphfeFncEoTAbRXhKJ__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98B60, List_1_kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_IPxIzDRSRdPphfeFncEoTAbRXhKJ__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98B78, List_1_kFIrhYouotPQcJZqjklRXONdiOBk_AqtYJwUaGevPdvHhvzxSHiPIJMTJ_IPxIzDRSRdPphfeFncEoTAbRXhKJ___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98BA8, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Func_1__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98BB8, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Type__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98BC0, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_String__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98BF0, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98C08, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_String__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98C18, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Func_1__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98C28, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Layouts_InputControlLayout__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98C38, Enumerable_Select_57__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98C98, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_Func_1___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98CD0, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_UnityEngine_InputSystem_Utilities_InternedString__1__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98CD8, Dictionary_2_UnityEngine_InputSystem_Utilities_InternedString_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98D18, InlinedArray_1_InternedString__ToArray_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98D20, ArrayHelpers_Select_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98DE0, Dictionary_2_TKey_TValue_Enumerator_System_String_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98DF0, Dictionary_2_System_String_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98DF8, Dictionary_2_System_String_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98E00, CustomAttributeExtensions_GetCustomAttribute_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98E08, ArrayHelpers_Join_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98E18, Enumerable_Select_58__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98E40, Dictionary_2_TKey_TValue_Enumerator_System_String_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98E48, Dictionary_2_System_String_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98E58, Dictionary_2_TKey_TValue_Enumerator_System_String_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98E70, KeyValuePair_2_System_String_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98E78, KeyValuePair_2_System_String_UnityEngine_InputSystem_Layouts_InputControlLayout_ControlItem__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98EA0, ArrayHelpers_Select_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98EB0, CustomAttributeExtensions_GetCustomAttribute_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98ED8, Enumerable_ToArray_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C98EE0, CustomAttributeExtensions_GetCustomAttributes_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99010, ReadOnlyArrayExtensions_IndexOfReference_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99058, Nullable_1_UnityEngine_InputSystem_LowLevel_InputUpdateType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99098, Enumerable_ToArray_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C990C0, Nullable_1_UnityEngine_InputSystem_LowLevel_InputUpdateType__get_HasValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C990C8, Nullable_1_UnityEngine_InputSystem_LowLevel_InputUpdateType__GetValueOrDefault__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99130, List_1_Cinemachine_ClipperLib_PolyNode__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99150, List_1_T_Enumerator_Cinemachine_ClipperLib_PolyNode__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99158, List_1_T_Enumerator_Cinemachine_ClipperLib_PolyNode__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99168, List_1_T_Enumerator_Cinemachine_ClipperLib_PolyNode__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C991F0, List_1_Cinemachine_ClipperLib_PolyNode__set_Capacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99208, List_1_List_1_Cinemachine_ClipperLib_IntPoint__set_Capacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99238, List_1_Cinemachine_ClipperLib_IntersectNode__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99248, List_1_Cinemachine_ClipperLib_IntersectNode__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99250, List_1_Cinemachine_ClipperLib_IntersectNode__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99260, List_1_Cinemachine_ClipperLib_IntersectNode__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99270, List_1_Cinemachine_ClipperLib_IntersectNode__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C992A0, List_1_Cinemachine_ClipperLib_IntersectNode__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C992F0, List_1_Cinemachine_ClipperLib_Join__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C992F8, List_1_Cinemachine_ClipperLib_Join__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99300, List_1_Cinemachine_ClipperLib_Join__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99318, List_1_Cinemachine_ClipperLib_OutRec__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99320, List_1_T_Enumerator_Cinemachine_ClipperLib_OutRec__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99328, List_1_T_Enumerator_Cinemachine_ClipperLib_OutRec__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99340, List_1_Cinemachine_ClipperLib_OutRec__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99348, List_1_T_Enumerator_Cinemachine_ClipperLib_OutRec__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99350, List_1_Cinemachine_ClipperLib_Join__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99398, List_1_Cinemachine_ClipperLib_IntersectNode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C993B8, List_1_Cinemachine_ClipperLib_Join___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C993C0, List_1_Cinemachine_ClipperLib_OutRec___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C993D0, List_1_Cinemachine_ClipperLib_OutRec__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C993E0, List_1_Cinemachine_ClipperLib_OutRec__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99408, List_1_Cinemachine_ClipperLib_OutRec__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99420, List_1_Cinemachine_ClipperLib_OutRec__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99468, List_1_Cinemachine_ClipperLib_TEdge__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99470, List_1_Cinemachine_ClipperLib_TEdge___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C994A0, List_1_List_1_Cinemachine_ClipperLib_TEdge__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C994A8, List_1_Cinemachine_ClipperLib_TEdge__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C994C8, InlinedArray_1_UnityEngine_InputSystem_InputDevice__AppendWithCapacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C994D8, List_1_Cinemachine_ClipperLib_TEdge__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C994F8, List_1_Cinemachine_ClipperLib_TEdge__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99500, List_1_Cinemachine_ClipperLib_TEdge__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99508, List_1_List_1_Cinemachine_ClipperLib_TEdge__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99510, List_1_List_1_Cinemachine_ClipperLib_TEdge__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99520, List_1_List_1_Cinemachine_ClipperLib_TEdge__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99528, List_1_List_1_Cinemachine_ClipperLib_TEdge___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99588, InlinedArray_1_UnityEngine_InputSystem_InputDevice__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C995A0, List_1_Cinemachine_ClipperLib_PolyNode__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C995B0, List_1_Cinemachine_ClipperLib_PolyNode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C995B8, List_1_Cinemachine_ClipperLib_PolyNode__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C995C0, List_1_Cinemachine_ClipperLib_PolyNode__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C995C8, List_1_Cinemachine_ClipperLib_PolyNode__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C995D0, List_1_Cinemachine_ClipperLib_PolyNode__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C995E0, List_1_Cinemachine_CinemachineImpulseManager_ImpulseEvent__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C995F8, List_1_Cinemachine_CinemachineImpulseManager_ImpulseEvent__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99600, List_1_Cinemachine_CinemachineImpulseManager_ImpulseEvent__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99608, List_1_Cinemachine_CinemachineImpulseManager_ImpulseEvent__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99610, List_1_Cinemachine_CinemachineImpulseManager_ImpulseEvent__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C99618, List_1_Cinemachine_CinemachineImpulseManager_ImpulseEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9A988, Collection_1_System_Net_Mail_AlternateView__InsertItem__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9A990, Collection_1_System_Net_Mail_AlternateView__SetItem__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9A998, Collection_1_System_Net_Mail_AlternateView__RemoveItem__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9A9A0, Collection_1_System_Net_Mail_AlternateView___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9A9B0, Collection_1_System_Net_Mail_AlternateView__ClearItems__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9A9F0, Collection_1_System_Net_Mail_LinkedResource__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AAD0, Collection_1_System_Net_Mail_MailAddress__InsertItem__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AAE8, Collection_1_System_Net_Mail_MailAddress__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AB00, Collection_1_System_Net_Mail_MailAddress__SetItem__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AB18, Dictionary_2_System_String_System_Int32___ctor_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AB48, Collection_1_System_Net_Mail_MailAddress__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AB90, Collection_1_System_Net_Mail_MailAddress___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AD08, Marshal_GetDelegateForFunctionPointer_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AD10, Marshal_GetDelegateForFunctionPointer_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AD18, Marshal_GetDelegateForFunctionPointer_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AD20, Marshal_GetDelegateForFunctionPointer_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AD28, Marshal_GetDelegateForFunctionPointer_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AD38, Marshal_GetDelegateForFunctionPointer_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AD40, Marshal_GetDelegateForFunctionPointer_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AD88, Marshal_GetDelegateForFunctionPointer_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AD90, Marshal_GetDelegateForFunctionPointer_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AD98, Marshal_GetDelegateForFunctionPointer_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9ADA0, Marshal_GetDelegateForFunctionPointer_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9ADA8, Marshal_GetDelegateForFunctionPointer_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9ADB0, Marshal_GetDelegateForFunctionPointer_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9ADB8, Marshal_GetDelegateForFunctionPointer_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9ADE0, UltimateCharacterLocomotion_GetAbility_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9ADE8, Component_GetComponentInParent_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AE38, Component_GetComponent_46__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AE40, List_1_NolanBehaviour___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AE50, List_1_NolanBehaviour__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AE58, List_1_NolanBehaviour__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AE60, Component_GetComponentInParent_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AE68, Component_GetComponentInParent_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AEE8, Component_GetComponent_47__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AEF0, Component_GetComponent_48__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AEF8, Component_GetComponent_49__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AF00, Component_GetComponent_50__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AF08, Component_GetComponent_51__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AF20, UltimateCharacterLocomotion_GetAbility_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AF38, Ability_GetComponent_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AF48, Ability_GetComponent_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AF60, EventHandler_1_ExecuteEvent_44__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AF88, GameObjectExtensions_GetCachedComponent_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AF90, Component_GetComponent_52__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AFB8, Component_GetComponent_53__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AFC8, BoltEntity_GetState_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9AFD0, Component_GetComponent_54__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B010, GameObject_GetComponent_43__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B028, GenericObjectPool_Return_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B030, GenericObjectPool_Return_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B040, GameObjectExtensions_GetCachedComponent_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B048, GenericObjectPool_Return_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B050, Component_GetComponentInParent_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B058, Array_Resize_131__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B068, List_1_CharacterEmote___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B080, Array_Resize_132__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B088, GenericObjectPool_Get_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B098, List_1_CharacterEmote__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B0A0, List_1_CharacterEmote__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B0D0, List_1_CharacterEmote__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B0D8, GenericObjectPool_Get_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B0E8, Array_Resize_133__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B0F8, GenericObjectPool_Get_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B120, Component_GetComponentInParent_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B130, Dictionary_2_System_String_Opsive_UltimateCharacterController_Input_VirtualControls_VirtualControl___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B138, Dictionary_2_System_String_Opsive_UltimateCharacterController_Input_VirtualControls_VirtualControl__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B148, Object_1_FindObjectsOfType_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B160, GameObject_AddComponent_57__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B168, Component_GetComponent_55__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B180, Component_GetComponentInParent_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B1B8, Dictionary_2_System_String_System_Single___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B1C0, Dictionary_2_System_String_System_Single__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B1C8, Dictionary_2_System_String_System_Single__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B1D0, Dictionary_2_System_String_System_Single__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B1D8, Dictionary_2_System_String_System_Single__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B1E0, Dictionary_2_System_String_Opsive_UltimateCharacterController_Input_VirtualControls_VirtualControl__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B1E8, Dictionary_2_System_String_Opsive_UltimateCharacterController_Input_VirtualControls_VirtualControl__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B1F0, Dictionary_2_System_String_System_Single__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B1F8, Dictionary_2_System_String_System_Single__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B230, Enumerable_FirstOrDefault_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B270, EventHandler_1_ExecuteEvent_45__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B288, Ability_GetComponent_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B290, HashSet_1_System_String__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B2B0, ScriptableObject_CreateInstance_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B2C8, Component_GetComponent_56__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B2D8, Component_GetComponent_57__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B2E8, HashSet_1_Opsive_Shared_Inventory_IItemIdentifier___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B300, Ability_GetComponent_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B310, HashSet_1_Opsive_Shared_Inventory_IItemIdentifier__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B318, HashSet_1_Opsive_Shared_Inventory_IItemIdentifier__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B320, HashSet_1_Opsive_Shared_Inventory_IItemIdentifier__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B350, Ability_GetComponent_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B378, GameObject_GetComponent_44__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B390, Dictionary_2_Opsive_Shared_Inventory_IItemCategoryIdentifier_System_Int32__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B3B0, List_1_Opsive_UltimateCharacterController_Inventory_ItemSet__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B3C8, Enumerable_Contains_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B3D8, Component_GetComponentsInChildren_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B3E8, BoltEntity_GetState_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B3F8, UltimateCharacterLocomotion_GetAbility_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B410, UltimateCharacterLocomotion_GetAbility_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B448, Dictionary_2_Opsive_Shared_Inventory_IItemCategoryIdentifier_System_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B458, Dictionary_2_Opsive_Shared_Inventory_IItemCategoryIdentifier_System_Int32__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B468, Dictionary_2_Opsive_Shared_Inventory_IItemCategoryIdentifier_System_Int32__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B490, Array_Resize_134__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B4A0, List_1_Opsive_UltimateCharacterController_Inventory_ItemSet___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B4A8, List_1_Opsive_UltimateCharacterController_Items_Item__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B4B0, List_1_Opsive_Shared_Inventory_IItemIdentifier__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B4B8, List_1_Opsive_UltimateCharacterController_Items_Item__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B4C8, UnityEvent_2_Opsive_Shared_Inventory_IItemIdentifier_System_Single__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B4D8, EventHandler_1_ExecuteEvent_46__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B4F0, Component_GetComponent_58__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B508, List_1_Opsive_Shared_Inventory_IItemIdentifier___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B510, List_1_Opsive_UltimateCharacterController_Items_Item___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B518, Object_1_FindAnyObjectByType_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B528, List_1_Opsive_UltimateCharacterController_Items_Item__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B530, EventHandler_1_ExecuteEvent_47__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B538, List_1_Opsive_UltimateCharacterController_Items_Item__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B550, Dictionary_2_Opsive_Shared_Inventory_IItemIdentifier_System_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B560, Object_1_FindObjectsByType_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B568, UnityEvent_2_Opsive_UltimateCharacterController_Items_Item_System_Int32__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B570, Component_GetComponentInParent_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B578, Component_GetComponent_59__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B580, UnityEvent_4_Opsive_UltimateCharacterController_Items_Item_System_Single_System_Boolean_System_Boolean__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B588, UnityEvent_4_Opsive_Shared_Inventory_IItemIdentifier_System_Single_System_Boolean_System_Boolean__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B590, List_1_Opsive_Shared_Inventory_IItemIdentifier__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B598, Object_1_FindAnyObjectByType_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B5A0, List_1_Opsive_Shared_Inventory_IItemIdentifier__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B5A8, EventHandler_1_ExecuteEvent_48__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B5B0, EventHandler_1_ExecuteEvent_49__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B5B8, List_1_Opsive_UltimateCharacterController_Items_Item__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B5C0, UnityEvent_1_Opsive_UltimateCharacterController_Items_Item__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B600, Dictionary_2_Opsive_Shared_Inventory_IItemIdentifier_Opsive_UltimateCharacterController_Items_Item__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B608, Dictionary_2_Opsive_Shared_Inventory_IItemIdentifier_System_Int32__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B618, Dictionary_2_Opsive_Shared_Inventory_IItemIdentifier_System_Int32__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B628, Dictionary_2_Opsive_Shared_Inventory_IItemIdentifier_Opsive_UltimateCharacterController_Items_Item__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B630, GameObject_GetComponent_45__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B640, Dictionary_2_Opsive_Shared_Inventory_IItemIdentifier_Opsive_UltimateCharacterController_Items_Item___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B650, GameObject_AddComponent_58__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B680, List_1_ScreenEffectType__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B690, List_1_T_Enumerator_ScreenEffectType__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B698, Dictionary_2_Opsive_Shared_Inventory_IItemIdentifier_Opsive_UltimateCharacterController_Items_Item__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B6A0, List_1_T_Enumerator_ScreenEffectType__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B6A8, Dictionary_2_Opsive_Shared_Inventory_IItemIdentifier_System_Int32__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B6B8, Dictionary_2_Opsive_Shared_Inventory_IItemIdentifier_System_Int32__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B6C0, List_1_T_Enumerator_ScreenEffectType__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B6C8, Dictionary_2_UnityEngine_Material_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B6F0, HashSet_1_UnityEngine_Material__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B708, HashSet_1_UnityEngine_Material__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B710, Dictionary_2_UnityEngine_Material_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B718, GameObjectExtensions_GetCachedComponent_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B770, HashSet_1_UnityEngine_Material___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B780, List_1_ScreenEffectType__Find__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B788, Dictionary_2_UnityEngine_Material_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B798, Component_GetComponent_60__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B7C8, GameObject_GetComponent_46__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B7D0, List_1_UnityEngine_Material__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B7E8, HashSet_1_UnityEngine_Material__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B7F0, Dictionary_2_UnityEngine_Material_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B800, Dictionary_2_UnityEngine_Material_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B808, Dictionary_2_UnityEngine_Material_Opsive_UltimateCharacterController_Utility_OriginalMaterialValue__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B818, GameObject_GetComponent_47__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B820, Component_GetComponentsInChildren_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B830, GameObject_GetComponentsInChildren_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B850, Dictionary_2_System_UInt32_UnityEngine_ParticleSystem___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B868, Dictionary_2_System_UInt32_UnityEngine_ParticleSystem__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B870, Dictionary_2_System_UInt32_UnityEngine_ParticleSystem__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B8A0, EventHandler_1_UnregisterEvent_43__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B8B0, GenericObjectPool_Return_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B8C0, GameObjectExtensions_GetCachedParentComponent_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B8C8, GenericObjectPool_Get_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B8D8, EventHandler_1_RegisterEvent_45__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B910, Dictionary_2_System_UInt32_HashSet_1_UnityEngine_Transform__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B918, Dictionary_2_System_UInt32_HashSet_1_UnityEngine_Transform___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B928, HashSet_1_UnityEngine_Transform__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B938, HashSet_1_UnityEngine_Transform__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B940, HashSet_1_UnityEngine_Transform___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B948, Dictionary_2_System_UInt32_HashSet_1_UnityEngine_Transform__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B950, HashSet_1_UnityEngine_Transform__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B968, List_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B970, List_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B998, StylePropertyAnimationSystem_GetOrCreate_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B9A8, StylePropertyAnimationSystem_GetOrCreate_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B9B0, StylePropertyAnimationSystem_StartTransition_24__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B9B8, StylePropertyAnimationSystem_GetOrCreate_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B9C8, StylePropertyAnimationSystem_GetOrCreate_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B9E0, List_1_T_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_Values__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B9E8, StylePropertyAnimationSystem_GetOrCreate_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9B9F8, Dictionary_2_UnityEngine_UIElements_StyleSheets_StylePropertyId_UnityEngine_UIElements_StylePropertyAnimationSystem_Values__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BA00, List_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BA08, List_1_T_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_Values__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BA10, List_1_T_Enumerator_UnityEngine_UIElements_StylePropertyAnimationSystem_Values__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BA18, StylePropertyAnimationSystem_GetOrCreate_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BA30, List_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BA38, Dictionary_2_UnityEngine_UIElements_StyleSheets_StylePropertyId_UnityEngine_UIElements_StylePropertyAnimationSystem_Values___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BA40, StylePropertyAnimationSystem_GetOrCreate_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BA50, StylePropertyAnimationSystem_GetOrCreate_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BA60, StylePropertyAnimationSystem_GetOrCreate_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BA70, StylePropertyAnimationSystem_GetOrCreate_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BA80, StylePropertyAnimationSystem_GetOrCreate_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BA90, StylePropertyAnimationSystem_GetOrCreate_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BAA0, Dictionary_2_System_String_UnityEngine_UIElements_StyleSheets_StylePropertyValue__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BAC0, CustomStyleProperty_1_UnityEngine_Texture2D__get_name__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BAC8, CustomStyleProperty_1_System_String__get_name__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BAD0, CustomStyleProperty_1_VectorImage__get_name__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BAD8, CustomStyleProperty_1_UnityEngine_Sprite__get_name__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BAE8, List_1_UnityEngine_UIElements_VisualElement__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BB08, VisualElement_VisualElementScheduledItem_1_System_Action___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BB10, VisualElement_VisualElementScheduledItem_1_System_Action_1___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BB28, List_1_UnityEngine_UIElements_VisualElement__IndexOf__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BB60, List_1_UnityEngine_UIElements_VisualElement__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BB78, UxmlFactory_2_VisualElement_VisualElement_UxmlTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BBA0, UxmlEnumAttributeDescription_1_PickingMode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BBB0, UxmlEnumAttributeDescription_1_UsageHints___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BC28, Dictionary_2_System_Type_UnityEngine_UIElements_VisualElement_TypeData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BC60, List_1_UnityEngine_UIElements_VisualElement___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BC68, Dictionary_2_System_Type_UnityEngine_UIElements_VisualElement_TypeData__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BC70, Dictionary_2_System_Type_UnityEngine_UIElements_VisualElement_TypeData__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BC88, CallbackEventHandler_RegisterCallback_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BD10, List_1_UnityEngine_UIElements_VisualElement__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BD48, List_1_UnityEngine_UIElements_Experimental_IValueAnimationUpdate__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BD50, List_1_UnityEngine_UIElements_Experimental_IValueAnimationUpdate___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BD60, List_1_UnityEngine_UIElements_Experimental_IValueAnimationUpdate__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BD78, List_1_UnityEngine_UIElements_Experimental_IValueAnimationUpdate__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BD98, ObjectListPool_1_System_String__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BE80, PanelChangedEventBase_1_AttachToPanelEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BE88, PanelChangedEventBase_1_DetachFromPanelEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BE98, StyleEnum_1_Visibility__op_Implicit_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BEB8, ObjectListPool_1_System_String__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BEC8, EventBase_1_PointerLeaveEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BED0, EventBase_1_PointerCaptureOutEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BED8, EventBase_1_MouseOutEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BEE0, EventBase_1_PointerEnterEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BEE8, EventBase_1_MouseOverEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BF20, EventBase_1_TooltipEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BF28, EventBase_1_PointerCaptureEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BF38, StyleEnum_1_Position__op_Implicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BF40, StyleEnum_1_Position__op_Implicit_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BF48, Assert_AreEqual_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BF50, List_1_UnityEngine_UIElements_ScheduledItem___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BF60, HashSet_1_UnityEngine_UIElements_ScheduledItem___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BF70, List_1_UnityEngine_UIElements_ScheduledItem__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BFA8, HashSet_1_UnityEngine_UIElements_ScheduledItem__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BFB0, List_1_UnityEngine_UIElements_ScheduledItem__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BFB8, HashSet_1_UnityEngine_UIElements_ScheduledItem__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BFC0, HashSet_1_T_Enumerator_UnityEngine_UIElements_ScheduledItem__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BFC8, HashSet_1_UnityEngine_UIElements_ScheduledItem__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BFD0, HashSet_1_UnityEngine_UIElements_ScheduledItem__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BFD8, HashSet_1_T_Enumerator_UnityEngine_UIElements_ScheduledItem__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BFE0, HashSet_1_T_Enumerator_UnityEngine_UIElements_ScheduledItem__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BFE8, List_1_T_Enumerator_UnityEngine_UIElements_ScheduledItem__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BFF0, List_1_UnityEngine_UIElements_ScheduledItem__IndexOf__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9BFF8, List_1_UnityEngine_UIElements_ScheduledItem__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C000, List_1_UnityEngine_UIElements_ScheduledItem__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C008, List_1_T_Enumerator_UnityEngine_UIElements_ScheduledItem__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C010, List_1_UnityEngine_UIElements_ScheduledItem__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C018, List_1_UnityEngine_UIElements_ScheduledItem__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C020, List_1_T_Enumerator_UnityEngine_UIElements_ScheduledItem__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C028, List_1_UnityEngine_UIElements_ScheduledItem__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C030, List_1_UnityEngine_UIElements_ScheduledItem__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C038, HashSet_1_UnityEngine_UIElements_ScheduledItem__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C0D0, JsonUtility_FromJson_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C0E8, Object_1_FindObjectsByType_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C0F0, Singleton_1_Crosstales_BWF_BWFManager__get_Instance__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C148, GameObject_AddComponent_59__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C168, KeyValuePair_2_UnityEngine_GameObject_NolanPerkController__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C170, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_GameObject_NolanPerkController__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C178, KeyValuePair_2_UnityEngine_GameObject_NolanPerkController__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C180, Dictionary_2_UnityEngine_GameObject_NolanPerkController__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C188, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_GameObject_NolanPerkController__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C190, Dictionary_2_UnityEngine_GameObject_NolanPerkController__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C198, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_GameObject_NolanPerkController__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C1C0, Component_GetComponent_61__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C1D8, List_1_HidingSpotController__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C1E8, GameObject_GetComponent_48__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C1F0, List_1_HidingSpotController__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C210, List_1_HidingSpotController___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C2A8, GameObject_GetComponent_49__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C2B0, Component_GetComponentsInChildren_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C2C8, GameObject_AddComponent_60__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C408, GameObject_AddComponent_61__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C658, EventHandler_1_UnregisterEvent_44__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C6D0, GameObjectExtensions_GetCachedComponent_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C6F0, GameObjectExtensions_GetCachedComponent_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C6F8, EventHandler_1_RegisterEvent_46__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C820, List_1_UnityEngine_Material__1_get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C8D0, List_1_UnityEngine_Material__1__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C8F0, HashSet_1_UnityEngine_Renderer___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C938, List_1_UnityEngine_Material__1_Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C940, HashSet_1_UnityEngine_Renderer__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C950, HashSet_1_UnityEngine_Renderer__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C990, List_1_UnityEngine_Material__1_Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C9A0, HashSet_1_UnityEngine_Renderer__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C9A8, List_1_UnityEngine_Renderer__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C9B0, GameObject_GetComponentsInChildren_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C9B8, GameObject_GetComponentsInChildren_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C9D8, Dictionary_2_Opsive_UltimateCharacterController_Items_Item_UnityEngine_GameObject__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C9E8, HashSet_1_UnityEngine_GameObject__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C9F0, GameObject_AddComponent_62__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9C9F8, Dictionary_2_Opsive_UltimateCharacterController_Items_Item_UnityEngine_GameObject__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CA00, TransformExtensions_GetComponentInParentIncludeInactive_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CA08, Dictionary_2_Opsive_UltimateCharacterController_Items_Item_UnityEngine_GameObject__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CA38, GameObject_GetComponent_50__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CA50, Dictionary_2_Opsive_UltimateCharacterController_Items_Item_UnityEngine_GameObject___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CA58, EventHandler_1_UnregisterEvent_45__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CA60, Component_GetComponentsInChildren_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CA68, EventHandler_1_RegisterEvent_47__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CA78, Array_Resize_135__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CA80, Component_GetComponentInParent_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CAE8, EventHandler_1_ExecuteEvent_50__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CAF0, Component_GetComponent_62__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CAF8, GameObject_GetComponentInChildren_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CB00, Component_GetComponentInChildren_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CB38, Component_GetComponent_63__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CB40, List_1_SurvivalInteractableMeshSwapper_SurvivalInteractableMesh__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CB50, List_1_T_Enumerator_SurvivalInteractableMeshSwapper_SurvivalInteractableMesh__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CB58, List_1_T_Enumerator_SurvivalInteractableMeshSwapper_SurvivalInteractableMesh__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CB70, Dictionary_2_System_Int32_List_1_Opsive_UltimateCharacterController_Game_SpawnPoint___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CB78, Dictionary_2_System_Int32_Opsive_UltimateCharacterController_Game_SpawnPoint___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CB80, List_1_T_Enumerator_SurvivalInteractableMeshSwapper_SurvivalInteractableMesh__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CB88, BoltEntity_GetState_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CBA0, Component_GetComponentInChildren_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CBB8, GameObject_GetComponentInParent_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CC08, Component_GetComponent_64__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CC10, Ability_GetAbility_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CC18, Component_GetComponentsInChildren_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CC28, Dictionary_2_System_Int32_Opsive_UltimateCharacterController_Game_SpawnPoint__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CC30, List_1_Opsive_UltimateCharacterController_Game_SpawnPoint__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CC38, List_1_Opsive_UltimateCharacterController_Game_SpawnPoint___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CC58, GameObject_GetComponent_51__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CC60, Dictionary_2_System_Int32_List_1_Opsive_UltimateCharacterController_Game_SpawnPoint__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CC68, List_1_Opsive_UltimateCharacterController_Game_SpawnPoint__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CC70, Dictionary_2_System_Int32_Opsive_UltimateCharacterController_Game_SpawnPoint__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CC78, Dictionary_2_System_Int32_Opsive_UltimateCharacterController_Game_SpawnPoint__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CC80, Dictionary_2_System_Int32_List_1_Opsive_UltimateCharacterController_Game_SpawnPoint__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CCC0, Object_1_FindAnyObjectByType_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CCC8, Dictionary_2_System_Int32_Opsive_UltimateCharacterController_Game_SpawnPoint__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CCE0, List_1_Opsive_UltimateCharacterController_Game_SpawnPoint__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CCF0, Dictionary_2_System_Int32_Opsive_UltimateCharacterController_Game_SpawnPoint__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CD18, List_1_Opsive_UltimateCharacterController_Game_SpawnPoint__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CD40, List_1_Opsive_UltimateCharacterController_Game_SpawnPoint__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CD60, List_1_UnityEngine_Collider__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CD78, List_1_UnityEngine_Collider__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CD88, List_1_UnityEngine_Collider__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CD98, List_1_UnityEngine_Collider__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CDA0, Dictionary_2_UnityEngine_Collider_List_1_UnityEngine_Collider__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CDB0, Dictionary_2_UnityEngine_Collider_List_1_UnityEngine_Collider___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CDB8, Dictionary_2_UnityEngine_Collider_List_1_UnityEngine_Collider__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CE18, GameObject_AddComponent_63__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CE68, GenericObjectPool_Get_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CE70, GenericObjectPool_Return_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CEA8, GameObject_AddComponent_64__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CEF0, Component_GetComponent_65__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CFA0, List_1_UnityEngine_Material___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9CFA8, List_1_UnityEngine_RenderTexture___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D000, LinkedPoolItem_1_RenderChainCommand___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D028, LinkedPoolItem_1_BestFitAllocator_Block___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D038, LinkedPool_1_BestFitAllocator_Block___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D0A8, LinkedPool_1_BestFitAllocator_Block__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D0B0, LinkedPool_1_BestFitAllocator_Block__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D130, List_1_List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D140, List_1_List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D168, LinkedPool_1_MeshHandle__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D198, List_1_UnityEngine_Material__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D1A8, LinkedPool_1_MeshHandle__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D1E0, List_1_List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D1E8, List_1_List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D250, List_1_List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D268, List_1_List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D2C0, LinkedPoolItem_1_MeshHandle___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D330, List_1_List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToFree__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D338, List_1_List_1_UnityEngine_UIElements_UIR_UIRenderDevice_AllocToUpdate__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D340, LinkedPool_1_MeshHandle___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D438, List_1_UnityEngine_UIElements_UIR_VectorImageManager__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D440, LinkedPool_1_VectorImageRenderInfo__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D448, LinkedPool_1_GradientRemap__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D450, Dictionary_2_UnityEngine_UIElements_VectorImage_UnityEngine_UIElements_UIR_VectorImageRenderInfo__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D458, LinkedPool_1_VectorImageRenderInfo__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D468, Dictionary_2_UnityEngine_UIElements_VectorImage_UnityEngine_UIElements_UIR_VectorImageRenderInfo__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D470, LinkedPool_1_GradientRemap__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D478, Dictionary_2_UnityEngine_UIElements_VectorImage_UnityEngine_UIElements_UIR_VectorImageRenderInfo__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D480, List_1_UnityEngine_UIElements_UIR_VectorImageManager___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D4F0, LinkedPool_1_GradientRemap___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D530, Dictionary_2_UnityEngine_UIElements_VectorImage_UnityEngine_UIElements_UIR_VectorImageRenderInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D538, LinkedPoolItem_1_GradientRemap___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D560, List_1_UnityEngine_UIElements_UIR_VectorImageManager__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D5A0, LinkedPool_1_VectorImageRenderInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D5C0, LinkedPoolItem_1_VectorImageRenderInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D6B8, List_1_Microsoft_MixedReality_OpenXR_SubsystemController___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D6E0, List_1_System_Attribute__CopyTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D6E8, List_1_System_Attribute___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D6F0, List_1_System_Attribute__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D708, List_1_Microsoft_MixedReality_OpenXR_SubsystemController__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D710, List_1_Microsoft_MixedReality_OpenXR_SubsystemController__ForEach__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D738, List_1_System_Attribute__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D798, List_1_System_ComponentModel_EventDescriptor__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D7B0, List_1_System_ComponentModel_EventDescriptor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D7B8, List_1_System_ComponentModel_EventDescriptor__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D7F0, Array_IndexOf_252__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D808, Array_Empty_47__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D8A0, ReadOnlyCollection_1_UnityEngine_Rendering_VolumeParameter__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D8A8, ReadOnlyCollection_1_UnityEngine_Rendering_VolumeParameter__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D8D0, Enumerable_ToList_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D8E0, Enumerable_Where_25__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D8E8, Enumerable_OrderBy_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D8F8, Enumerable_Select_59__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D910, List_1_UnityEngine_Rendering_VolumeParameter__AsReadOnly__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9D938, Array_Empty_48__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9E318, Ability_GetComponent_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9E550, GameObject_GetComponent_52__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9E5A8, List_1_Photon_Bolt_BoltEntity__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9E5B8, List_1_Photon_Bolt_BoltEntity___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9E5C8, List_1_Photon_Bolt_BoltEntity__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9E5D8, List_1_Pathfinding_GraphNode__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9E5E8, List_1_T_Enumerator_Pathfinding_GraphNode__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9E5F8, List_1_Photon_Bolt_BoltEntity__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9E618, List_1_T_Enumerator_Pathfinding_GraphNode__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9E648, List_1_T_Enumerator_Pathfinding_GraphNode__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9E718, GameObject_GetComponent_53__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9E738, Component_GetComponent_66__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9E748, Component_GetComponent_67__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9E950, EventHandler_1_UnregisterEvent_46__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9E958, EventHandler_1_UnregisterEvent_47__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9E970, SortedList_2_System_String_System_Object___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9E978, SortedList_2_System_String_System_Object__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9E9C0, UltimateCharacterLocomotion_GetAbility_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9E9C8, UltimateCharacterLocomotion_GetAbility_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9E9D0, UltimateCharacterLocomotion_GetAbility_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9E9E0, UltimateCharacterLocomotion_GetAbility_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9EA88, EventHandler_1_RegisterEvent_48__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9EA90, GameObject_GetComponent_54__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9EAA0, EventHandler_1_RegisterEvent_49__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9EAB8, SortedList_2_System_String_System_Object__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9EAC0, Component_GetComponent_68__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9EAC8, SortedList_2_System_String_System_Object__get_Comparer__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9EAD0, Object_1_FindAnyObjectByType_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9EAF0, Component_GetComponent_69__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9EB70, Array_Empty_49__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9ECC8, Nullable_1_System_ComponentModel_DesignerSerializationVisibility__GetValueOrDefault__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9ECD8, Nullable_1_System_ComponentModel_DesignerSerializationVisibility___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9ECE0, Nullable_1_System_ComponentModel_DesignerSerializationVisibility__get_HasValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9F010, HashSet_1_UnityEngine_UIElements_StyleSheets_StylePropertyId__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9F280, TaskFactory_FromAsync_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9F4E0, HashSet_1_UnityEngine_UIElements_StyleSheets_StylePropertyId___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9F4E8, Dictionary_2_UnityEngine_UIElements_StyleSheets_StylePropertyId_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9F500, Dictionary_2_UnityEngine_UIElements_StyleSheets_StylePropertyId_System_String__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9F510, Dictionary_2_System_String_UnityEngine_UIElements_StyleSheets_StylePropertyId___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9F528, Dictionary_2_System_String_UnityEngine_UIElements_StyleSheets_StylePropertyId__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9F728, List_1_UnityEngine_UIElements_MeshWriteData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9F7B8, List_1_UnityEngine_UIElements_MeshWriteData__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9F7C0, List_1_UnityEngine_UIElements_MeshWriteData__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9F7C8, List_1_UnityEngine_UIElements_MeshWriteData__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9F808, EventHandler_1_UnregisterEvent_48__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9F840, Component_GetComponentInChildren_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9F850, Array_Resize_136__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9F890, EventHandler_1_RegisterEvent_50__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9F8D8, List_1_List_1_UnityEngine_Transform__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9F8E0, List_1_List_1_UnityEngine_Transform__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9F918, List_1_List_1_UnityEngine_Transform___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9F960, List_1_List_1_UnityEngine_Transform__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9F9F0, UnityEvent_4_Opsive_Shared_Inventory_IItemIdentifier_System_Single_System_Boolean_System_Boolean___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9F9F8, UnityEvent_4_Opsive_UltimateCharacterController_Items_Item_System_Single_System_Boolean_System_Boolean___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9FA00, UnityEvent_2_Opsive_Shared_Inventory_IItemIdentifier_System_Single___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9FA08, UnityEvent_2_Opsive_UltimateCharacterController_Items_Item_System_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9FA10, UnityEvent_1_Opsive_UltimateCharacterController_Items_Item___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9FA18, UnityEvent_2_Opsive_UltimateCharacterController_Character_Abilities_Items_ItemAbility_System_Boolean___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9FA28, UnityEvent_2_Opsive_UltimateCharacterController_Camera_ViewTypes_ViewType_System_Boolean___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9FA30, UnityEvent_4_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_UnityEngine_GameObject___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9FA38, UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_UnityEngine_GameObject___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9FA40, UnityEvent_2_Opsive_UltimateCharacterController_Character_Abilities_Ability_System_Boolean___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9FA48, UnityEvent_2_Opsive_UltimateCharacterController_Character_MovementTypes_MovementType_System_Boolean___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9FA50, UnityEvent_1_UnityEngine_Transform___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9FD98, List_1_UnityEngine_UIElements_StyleSheets_Syntax_Expression___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9FDA8, Dictionary_2_System_String_UnityEngine_UIElements_StyleSheets_Syntax_Expression___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9FDE8, Stack_1_UnityEngine_UIElements_StyleSheets_Syntax_ExpressionCombinator___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9FDF0, Stack_1_UnityEngine_UIElements_StyleSheets_Syntax_Expression___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9FE08, List_1_UnityEngine_UIElements_StyleSheets_Syntax_Expression__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9FE10, List_1_UnityEngine_UIElements_StyleSheets_Syntax_Expression__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9FE18, List_1_UnityEngine_UIElements_StyleSheets_Syntax_Expression__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9FE28, List_1_UnityEngine_UIElements_StyleSheets_Syntax_Expression__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9FEB8, Stack_1_UnityEngine_UIElements_StyleSheets_Syntax_ExpressionCombinator__Peek__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9FEC8, Dictionary_2_System_String_UnityEngine_UIElements_StyleSheets_Syntax_Expression__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9FED0, Dictionary_2_System_String_UnityEngine_UIElements_StyleSheets_Syntax_Expression__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9FEE8, Stack_1_UnityEngine_UIElements_StyleSheets_Syntax_ExpressionCombinator__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9FEF8, Stack_1_UnityEngine_UIElements_StyleSheets_Syntax_ExpressionCombinator__Push__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9FF00, Stack_1_UnityEngine_UIElements_StyleSheets_Syntax_Expression__Push__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9FF08, Stack_1_UnityEngine_UIElements_StyleSheets_Syntax_ExpressionCombinator__Pop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9FF10, Stack_1_UnityEngine_UIElements_StyleSheets_Syntax_Expression__Pop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03C9FF90, JsonUtility_FromJson_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0038, JsonUtility_FromJson_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0188, Enumerable_Concat_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA01F0, JsonUtility_FromJson_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA05E0, Dictionary_2_System_String_UnityEngine_Color32__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA05F0, Dictionary_2_System_String_UnityEngine_Color32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0610, GameObject_AddComponent_65__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0750, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_UnityEngine_UIElements_StyleSheets_StylePropertyId__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0770, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_UnityEngine_UIElements_StyleSheets_StylePropertyId__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA07B8, Dictionary_2_System_String_UnityEngine_UIElements_StyleSheets_StylePropertyId__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA07C0, Dictionary_2_System_String_System_String__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA07C8, Dictionary_2_System_String_System_String___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA07E0, Dictionary_2_System_String_UnityEngine_Color32__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA07F8, Dictionary_2_UnityEngine_UIElements_StyleSheets_StyleSheetCache_SheetHandleKey_UnityEngine_UIElements_StyleSheets_StylePropertyId___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0860, Dictionary_2_System_String_System_String__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0870, Dictionary_2_System_String_System_String__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0890, List_1_Rewired_ActionElementMap__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA08D8, GameObject_AddComponent_66__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA08F0, List_1_RankHelpers_RankSprite___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0900, List_1_T_Enumerator_RankHelpers_RankSprite__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0908, List_1_RankHelpers_RankSprite__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0910, List_1_T_Enumerator_RankHelpers_RankSprite__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0918, List_1_T_Enumerator_RankHelpers_RankSprite__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA09F0, GameObject_AddComponent_67__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0A80, Component_GetComponent_70__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0A90, Component_GetComponent_71__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0AB0, Component_GetComponent_72__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0CC8, Dictionary_2_System_String_System_Action___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0D88, GameObject_GetComponent_55__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0DD0, Object_1_FindObjectsByType_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0DD8, List_1_UnityEngine_UI_Dropdown_OptionData__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0E50, GameObject_GetComponent_56__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0E68, Component_GetComponent_73__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0E80, List_1_UnityEngine_UI_Dropdown__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0E88, List_1_UnityEngine_UI_Button__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0E98, List_1_UnityEngine_UI_Button___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0EA8, List_1_UnityEngine_UI_Button__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0EB0, List_1_UnityEngine_UI_Dropdown___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0EB8, List_1_UnityEngine_UI_Dropdown__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0EC8, List_1_UnityEngine_UI_Toggle__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0ED8, GameObject_AddComponent_68__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0EE0, GameObject_GetComponent_57__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0EF0, List_1_T_Enumerator_UnityEngine_UI_Toggle__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0F00, List_1_T_Enumerator_UnityEngine_UI_Dropdown__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0F08, List_1_T_Enumerator_UnityEngine_UI_Toggle__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0F10, List_1_T_Enumerator_UnityEngine_UI_Button__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0F18, List_1_T_Enumerator_UnityEngine_UI_Button__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0F28, List_1_T_Enumerator_UnityEngine_UI_Dropdown__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0F38, List_1_T_Enumerator_UnityEngine_UI_Dropdown__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0F40, List_1_T_Enumerator_UnityEngine_UI_Toggle__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0F48, List_1_T_Enumerator_UnityEngine_UI_Button__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0F50, List_1_CharacterOutfit__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0F60, List_1_T_Enumerator_CharacterOutfit__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0F70, List_1_T_Enumerator_CharacterOutfit__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0FA0, List_1_T_Enumerator_CharacterOutfit__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA0FB8, List_1_CharacterOutfit__Find__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1100, List_1_CharacterEmote__Find__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1120, List_1_CharacterPet__Find__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1140, List_1_CharacterFlashlight__Find__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1160, List_1_CharacterPerk__Find__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1168, List_1_CharacterPerk__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1170, List_1_T_Enumerator_CharacterPerk__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1178, List_1_T_Enumerator_CharacterPerk__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1188, List_1_T_Enumerator_CharacterPerk__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA11B0, Enumerable_FirstOrDefault_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA11B8, Enumerable_Where_26__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1200, Enumerable_FirstOrDefault_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1208, Enumerable_Where_27__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1438, GameObject_GetComponent_58__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1448, GameObject_GetComponent_59__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1450, GameObject_GetComponent_60__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1460, GameObject_GetComponent_61__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1500, List_1_UnityEngine_UI_Toggle__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1518, List_1_UnityEngine_UI_Toggle__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1528, List_1_UnityEngine_UI_Toggle___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1530, List_1_UnityEngine_UI_Toggle__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1550, GameObject_GetComponent_62__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1558, GameObject_GetComponent_63__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1560, GameObject_AddComponent_69__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1568, GameObject_GetComponentInChildren_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1570, Enumerable_GroupBy_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA15A8, Object_1_FindAnyObjectByType_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA15B0, List_1_System_String__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA15C8, Object_1_FindAnyObjectByType_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA15E0, Object_1_FindObjectsByType_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA15F0, GameObject_GetComponent_64__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1600, Component_GetComponent_74__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1668, GameObjectExtensions_GetCachedComponent_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1670, Object_1_FindAnyObjectByType_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1678, Component_GetComponent_75__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1680, GameObject_GetComponent_65__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1760, UltimateCharacterLocomotion_IsAbilityTypeActive_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1768, GameObjectExtensions_GetCachedComponents_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1770, GameObjectExtensions_GetCachedParentComponent_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1778, Array_Resize_137__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA17B8, EventHandler_1_UnregisterEvent_49__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1800, EventHandler_1_RegisterEvent_51__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1830, EventHandler_1_ExecuteEvent_51__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1838, UnityEvent_2_Opsive_UltimateCharacterController_Character_Abilities_Ability_System_Boolean__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1840, EventHandler_1_ExecuteEvent_52__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1848, UnityEvent_1_UnityEngine_Transform__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1858, EventHandler_1_ExecuteEvent_53__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1860, UnityEvent_2_Opsive_UltimateCharacterController_Character_Abilities_Items_ItemAbility_System_Boolean__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA18A0, UnityEvent_2_Opsive_UltimateCharacterController_Character_MovementTypes_MovementType_System_Boolean__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA18B0, EventHandler_1_ExecuteEvent_54__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA18C0, EventHandler_1_ExecuteEvent_55__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA18E8, Component_GetComponentInParent_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA18F0, Component_GetComponentInParent_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1900, Component_GetComponent_76__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1AD0, AsyncOperationHandle_1_System_Collections_Generic_IList_1__Acquire__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1AF8, AsyncOperationHandle_1_System_Collections_Generic_IList_1__InternalGetDownloadStatus__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1B00, AsyncOperationHandle_1_System_Collections_Generic_IList_1__WaitForCompletion__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1B08, AsyncOperationHandle_1_System_Collections_Generic_IList_1__get_IsDone__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1D30, PostProcessProfile_TryGetSettings_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1D58, Component_GetComponentsInChildren_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1D78, EntityEventListener_1_IJumpScareState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1D80, EventHandler_1_UnregisterEvent_50__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1DB0, EntityEventListenerBase_1_Photon_Bolt_IJumpScareState__get_state__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1DC0, EventHandler_1_RegisterEvent_52__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1DD8, Component_GetComponentsInChildren_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1E28, Component_GetComponent_77__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1E50, Component_GetComponent_78__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1E78, List_1_System_Enum__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1E80, List_1_System_Enum___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1EB8, List_1_System_Enum__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1ED0, KeyValuePair_2_UnityEngine_AnimatorControllerParameter_System_Object__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1ED8, KeyValuePair_2_UnityEngine_AnimatorControllerParameter_System_Object__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1EE0, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_AnimatorControllerParameter_System_Object__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1EE8, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_AnimatorControllerParameter_System_Object__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1EF0, Dictionary_2_UnityEngine_AnimatorControllerParameter_System_Object___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1F00, Dictionary_2_UnityEngine_AnimatorControllerParameter_System_Object__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1F10, Dictionary_2_UnityEngine_AnimatorControllerParameter_System_Object__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1F18, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_AnimatorControllerParameter_System_Object__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1F20, Component_GetComponentsInChildren_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA1FA0, Component_GetComponent_79__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2168, GameObject_AddComponent_70__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2280, GameObject_GetComponent_66__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA22B8, Component_GetComponent_80__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA22F0, GameObject_GetComponent_67__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2350, GameObject_GetComponent_68__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2358, PostProcessProfile_TryGetSettings_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2360, GameObject_GetComponent_69__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2370, GameObject_GetComponent_70__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2380, GameObject_GetComponent_71__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2388, GameObject_GetComponent_72__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2390, Component_GetComponent_81__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2398, Component_GetComponent_82__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2410, Array_Empty_50__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2510, List_1_System_String__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2650, Array_IndexOf_253__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2658, Array_Empty_51__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2678, List_1_System_ComponentModel_PropertyDescriptor__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2680, List_1_System_ComponentModel_PropertyDescriptor__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2688, List_1_System_ComponentModel_PropertyDescriptor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA27E8, List_1_System_ComponentModel_MaskedTextProvider_CharDescriptor__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA27F0, List_1_System_ComponentModel_MaskedTextProvider_CharDescriptor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2820, List_1_System_ComponentModel_MaskedTextProvider_CharDescriptor__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2828, List_1_T_Enumerator_System_ComponentModel_MaskedTextProvider_CharDescriptor__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2830, List_1_T_Enumerator_System_ComponentModel_MaskedTextProvider_CharDescriptor__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2838, List_1_System_ComponentModel_MaskedTextProvider_CharDescriptor__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2840, List_1_T_Enumerator_System_ComponentModel_MaskedTextProvider_CharDescriptor__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2988, UltimateCharacterLocomotion_GetAbility_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2990, UltimateCharacterLocomotion_GetAbility_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA29A0, GameObjectExtensions_GetCachedComponent_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2AA0, UltimateCharacterLocomotion_GetAbility_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2AA8, UltimateCharacterLocomotion_GetAbilities_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2AB8, Component_GetComponent_83__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2B00, HashSet_1_Opsive_UltimateCharacterController_Character_Abilities_Items_ItemAbility___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2B38, GameObjectExtensions_GetCachedParentComponent_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2B48, HashSet_1_Opsive_UltimateCharacterController_Character_Abilities_Items_ItemAbility__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2B50, HashSet_1_Opsive_UltimateCharacterController_Character_Abilities_Items_ItemAbility__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2B60, HashSet_1_Opsive_UltimateCharacterController_Character_Abilities_Items_ItemAbility__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2B70, HashSet_1_Opsive_UltimateCharacterController_Character_Abilities_Items_ItemAbility__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2B78, GameObjectExtensions_GetCachedParentComponents_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2B80, GameObjectExtensions_GetCachedComponents_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2BA8, Array_Resize_138__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2BC0, SchedulerBase_ScheduleFixed_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2C30, GameObject_GetComponentsInChildren_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2C38, GameObjectExtensions_GetCachedParentComponent_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2C60, GameObjectExtensions_GetCachedParentComponents_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2D30, List_1_UnityEngine_UIElements_IBinding__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2D38, List_1_UnityEngine_UIElements_IBinding__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2D40, List_1_UnityEngine_UIElements_IBinding__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2D48, List_1_T_Enumerator_UnityEngine_UIElements_IBinding__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2D50, List_1_T_Enumerator_UnityEngine_UIElements_IBinding__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2D78, List_1_UnityEngine_UIElements_IBinding___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2DA0, Assert_IsNotNull_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2DB0, Enumerable_FirstOrDefault_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2DB8, List_1_T_Enumerator_UnityEngine_UIElements_IBindingRequest__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2DC8, List_1_T_Enumerator_UnityEngine_UIElements_IBindingRequest__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2DD8, List_1_T_Enumerator_UnityEngine_UIElements_IBinding__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2DE8, ObjectListPool_1_IBindingRequest__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2DF8, List_1_UnityEngine_UIElements_IBindingRequest__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2E00, List_1_T_Enumerator_UnityEngine_UIElements_IBindingRequest__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2E08, HashSet_1_UnityEngine_UIElements_VisualElement__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2E18, VisualTreeUpdater_SetUpdater_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2E28, HashSet_1_UnityEngine_UIElements_VisualElement__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2E70, VisualTreeUpdater_SetUpdater_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2E78, VisualTreeUpdater_SetUpdater_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2E80, VisualTreeUpdater_SetUpdater_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2E88, VisualTreeUpdater_SetUpdater_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2E90, VisualTreeUpdater_SetUpdater_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2E98, VisualTreeUpdater_SetUpdater_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2EA8, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2F00, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2F10, List_1_UnityEngine_UIElements_StyleSheet__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2F20, HashSet_1_UnityEngine_UIElements_VisualElement__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2F28, EventBase_1_CustomStyleResolvedEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2F38, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2F40, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2F48, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StylePropertyId__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2F50, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StylePropertyId__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2F58, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheets_StylePropertyId__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2F68, HashSet_1_T_Enumerator_UnityEngine_UIElements_VisualElement__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2F70, HashSet_1_UnityEngine_UIElements_VisualElement__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2F78, HashSet_1_T_Enumerator_UnityEngine_UIElements_VisualElement__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2F80, HashSet_1_UnityEngine_UIElements_VisualElement__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2F88, HashSet_1_T_Enumerator_UnityEngine_UIElements_VisualElement__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2F90, HashSet_1_UnityEngine_UIElements_VisualElement__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2FA8, HashSet_1_UnityEngine_UIElements_VisualElement___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2FB8, List_1_UnityEngine_UIElements_StyleSheet__RemoveRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2FD0, Dictionary_2_System_Int32_UnityEngine_UIElements_StyleVariableContext__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2FD8, Dictionary_2_System_Int32_UnityEngine_UIElements_StyleVariableContext__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2FF0, Dictionary_2_System_Int32_UnityEngine_UIElements_ComputedTransitionProperty__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA2FF8, Dictionary_2_System_Int32_UnityEngine_UIElements_ComputedTransitionProperty__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3020, Dictionary_2_System_Int32_UnityEngine_UIElements_ComputedTransitionProperty___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3028, Dictionary_2_System_Int32_UnityEngine_UIElements_StyleVariableContext___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3030, HashSet_1_UnityEngine_UIElements_Experimental_IValueAnimationUpdate__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3038, List_1_T_Enumerator_UnityEngine_UIElements_Experimental_IValueAnimationUpdate__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3040, HashSet_1_UnityEngine_UIElements_Experimental_IValueAnimationUpdate__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3048, List_1_UnityEngine_UIElements_Experimental_IValueAnimationUpdate__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3050, List_1_T_Enumerator_UnityEngine_UIElements_Experimental_IValueAnimationUpdate__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3058, List_1_T_Enumerator_UnityEngine_UIElements_Experimental_IValueAnimationUpdate__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3060, Enumerable_ToList_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3080, HashSet_1_UnityEngine_UIElements_Experimental_IValueAnimationUpdate___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA30B8, List_1_UnityEngine_UIElements_StyleSheet__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA30C0, List_1_UnityEngine_UIElements_StyleSheet___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA30C8, List_1_UnityEngine_UIElements_StyleSheet__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA30E0, List_1_UnityEngine_UIElements_StyleSheet__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA30E8, List_1_UnityEngine_UIElements_StyleSheet__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3100, List_1_T_Enumerator_UnityEngine_UIElements_VisualElementFocusRing_FocusRingRecord__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3110, List_1_UnityEngine_UIElements_VisualElementFocusRing_FocusRingRecord__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3118, List_1_UnityEngine_UIElements_VisualElementFocusRing_FocusRingRecord__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3128, List_1_UnityEngine_UIElements_VisualElementFocusRing_FocusRingRecord__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3130, List_1_UnityEngine_UIElements_VisualElementFocusRing_FocusRingRecord__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3138, List_1_T_Enumerator_UnityEngine_UIElements_VisualElementFocusRing_FocusRingRecord__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3140, List_1_T_Enumerator_UnityEngine_UIElements_VisualElementFocusRing_FocusRingRecord__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3160, List_1_UnityEngine_UIElements_VisualElementFocusRing_FocusRingRecord__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3168, List_1_UnityEngine_UIElements_VisualElementFocusRing_FocusRingRecord__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3170, CallbackEventHandler_UnregisterCallback_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3178, CallbackEventHandler_UnregisterCallback_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3180, KeyboardEventBase_1_KeyDownEvent__get_modifiers__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3190, ObjectPool_1_VisualElementFocusChangeTarget__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA31A8, ObjectPool_1_VisualElementFocusChangeTarget___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA31B0, ObjectPool_1_VisualElementFocusChangeTarget__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA31C0, List_1_UnityEngine_UIElements_VisualElementFocusRing_FocusRingRecord___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA31C8, ObjectPool_1_System_Collections_Generic_List_1__4_Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA31D0, UQueryBuilder_1_VisualElement__SingleBaseType__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA31D8, UQueryBuilder_1_VisualElement__Class__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA31E0, UQueryBuilder_1_VisualElement__Name__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA31E8, UQueryBuilder_1_VisualElement__Build__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA31F0, ObjectPool_1_System_Collections_Generic_List_1__4_Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA31F8, List_1_UnityEngine_UIElements_VisualElement__get_Capacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3200, List_1_UnityEngine_UIElements_VisualElement__set_Capacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3218, ObjectPool_1_System_Collections_Generic_List_1__4__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3238, Dictionary_2_System_Int32_UnityEngine_UIElements_Panel__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3240, KeyValuePair_2_System_Int32_UnityEngine_UIElements_Panel__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3248, List_1_UnityEngine_UIElements_Panel__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3278, Stack_1_UnityEngine_UIElements_IMGUIContainer___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3280, Dictionary_2_System_Int32_UnityEngine_UIElements_Panel___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA32B0, Stack_1_UnityEngine_UIElements_IMGUIContainer__Push__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA32B8, Dictionary_2_System_Int32_UnityEngine_UIElements_Panel__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA32C0, CommandEventBase_1_ExecuteCommandEvent__GetPooled_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA32C8, KeyboardEventBase_1_KeyDownEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA32D0, CommandEventBase_1_ValidateCommandEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA32D8, PointerEventBase_1_PointerDownEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA32E0, PointerEventBase_1_PointerMoveEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA32E8, MouseEventBase_1_ContextClickEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA32F0, PointerEventBase_1_PointerUpEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA32F8, KeyboardEventBase_1_KeyUpEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3300, MouseEventBase_1_MouseEnterWindowEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3308, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_Panel__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3310, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_UIElements_Panel__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3318, Stack_1_UnityEngine_UIElements_IMGUIContainer__Peek__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3320, Dictionary_2_System_Int32_UnityEngine_UIElements_Panel__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3330, Stack_1_UnityEngine_UIElements_IMGUIContainer__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3338, Dictionary_2_System_Int32_UnityEngine_UIElements_Panel__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3340, Stack_1_UnityEngine_UIElements_IMGUIContainer__Pop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3388, List_1_T_Enumerator_UnityEngine_UIElements_IUIElementsUtility__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3390, List_1_T_Enumerator_UnityEngine_UIElements_IUIElementsUtility__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3398, List_1_UnityEngine_UIElements_IUIElementsUtility__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA33A8, List_1_UnityEngine_UIElements_IUIElementsUtility__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA33B0, List_1_T_Enumerator_UnityEngine_UIElements_IUIElementsUtility__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA33D8, List_1_UnityEngine_UIElements_Panel__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA33E8, List_1_UnityEngine_UIElements_IUIElementsUtility___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3408, List_1_T_Enumerator_UnityEngine_UIElements_PanelSettings__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3410, List_1_UnityEngine_UIElements_PanelSettings__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3418, List_1_UnityEngine_UIElements_PanelSettings__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3420, List_1_UnityEngine_UIElements_PanelSettings__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3428, List_1_UnityEngine_UIElements_UIDocument__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3430, List_1_T_Enumerator_UnityEngine_UIElements_PanelSettings__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3438, List_1_UnityEngine_UIElements_PanelSettings__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3440, List_1_T_Enumerator_UnityEngine_UIElements_PanelSettings__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3480, List_1_T_Enumerator_UnityEngine_UIElements_Panel__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3488, List_1_T_Enumerator_UnityEngine_UIElements_Panel__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3490, List_1_UnityEngine_UIElements_Panel__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3498, List_1_T_Enumerator_UnityEngine_UIElements_Panel__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA34A0, List_1_UnityEngine_UIElements_Panel__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA34A8, UxmlFactory_2_TextElement_TextElement_UxmlTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA34F8, List_1_UnityEngine_UIElements_PanelSettings___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3508, List_1_UnityEngine_UIElements_Panel___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3540, ChangeEvent_1_System_String__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3568, Dictionary_2_UnityEngine_UIElements_StyleSheets_StylePropertyId_System_String__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3588, UxmlFactory_2_TemplateContainer_TemplateContainer_UxmlTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3668, StylePropertyAnimationSystem_ValuesDiscrete_1_UnityEngine_Font___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA36B0, EventHandler_1_ExecuteEvent_56__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA36B8, UnityEvent_2_Opsive_UltimateCharacterController_Camera_ViewTypes_ViewType_System_Boolean__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA36E0, EventHandler_1_ExecuteEvent_57__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3708, GameObject_GetComponent_73__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3730, GameObjectExtensions_GetCachedComponent_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3750, UltimateCharacterLocomotion_GetAbility_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3768, Ability_GetComponent_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA37D8, EventHandler_1_ExecuteEvent_58__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA37E0, EventHandler_1_ExecuteEvent_59__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA37E8, EventHandler_1_UnregisterEvent_51__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA37F0, HashSet_1_Opsive_UltimateCharacterController_Items_Item__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA37F8, Array_Resize_139__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3800, HashSet_1_Opsive_UltimateCharacterController_Items_Item__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3808, HashSet_1_Opsive_UltimateCharacterController_Items_Item__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3850, HashSet_1_Opsive_UltimateCharacterController_Items_Item___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA38D8, Ability_GetAbilities_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3950, EventHandler_1_RegisterEvent_53__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3980, UltimateCharacterLocomotion_IsAbilityTypeActive_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3990, Dictionary_2_Opsive_Shared_Inventory_IItemIdentifier_System_Int32__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3BA8, UltimateCharacterLocomotion_GetAbility_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3C50, Dictionary_2_Horror_DevourMap_Horror_Menu_MapReleasedState__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3C60, Dictionary_2_Horror_DevourMap_Horror_Menu_MapReleasedState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA3E00, Component_GetComponent_84__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA41D0, Enumerable_FirstOrDefault_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4280, Enumerable_Where_28__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4298, Dictionary_2_System_String_System_Object__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA42A0, Enumerable_FirstOrDefault_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA42B8, Component_GetComponent_85__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA42D8, Dictionary_2_System_String_System_ComponentModel_EventDescriptor__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA42E0, Dictionary_2_System_String_System_ComponentModel_EventDescriptor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA42F0, Dictionary_2_System_String_System_ComponentModel_EventDescriptor__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4310, Dictionary_2_TKey_TValue_ValueCollection_System_String_System_ComponentModel_EventDescriptor__CopyTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4320, Dictionary_2_System_String_System_ComponentModel_EventDescriptor__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4328, Dictionary_2_System_String_System_ComponentModel_EventDescriptor__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4358, Dictionary_2_TKey_TValue_ValueCollection_System_String_System_ComponentModel_PropertyDescriptor__CopyTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4360, Dictionary_2_System_String_System_ComponentModel_PropertyDescriptor__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4368, Dictionary_2_System_String_System_ComponentModel_PropertyDescriptor__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4380, Dictionary_2_System_String_System_ComponentModel_PropertyDescriptor__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4390, Dictionary_2_System_String_System_ComponentModel_PropertyDescriptor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4398, Dictionary_2_System_String_System_ComponentModel_PropertyDescriptor__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA43B8, Dictionary_2_TKey_TValue_Enumerator_UdpKit_Platform_Photon_PhotonRegion_Regions_UdpKit_Platform_Photon_PhotonRegion__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA43C0, KeyValuePair_2_UdpKit_Platform_Photon_PhotonRegion_Regions_UdpKit_Platform_Photon_PhotonRegion__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA43D0, Enumerable_Contains_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA43E0, Dictionary_2_TKey_TValue_Enumerator_UdpKit_Platform_Photon_PhotonRegion_Regions_UdpKit_Platform_Photon_PhotonRegion__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA43F0, Dictionary_2_UdpKit_Platform_Photon_PhotonRegion_Regions_UdpKit_Platform_Photon_PhotonRegion__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA43F8, Dictionary_2_TKey_TValue_Enumerator_UdpKit_Platform_Photon_PhotonRegion_Regions_UdpKit_Platform_Photon_PhotonRegion__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA45C8, List_1_Horror_GameStatsPlayerToken__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA45D8, List_1_Horror_GameStatsPlayerToken__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA45E8, List_1_Horror_GameStatsPlayerToken__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA45F8, List_1_Horror_GameStatsPlayerToken___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4620, Enumerable_OrderBy_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4628, Enumerable_ToArray_23__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4630, Enumerable_OrderByDescending_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA46F8, Component_GetComponent_86__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4718, Dictionary_2_System_String_System_Object__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA47B0, Enumerable_Select_60__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA47B8, Enumerable_Where_29__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4900, Component_GetComponent_87__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4908, Component_GetComponent_88__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA49A8, List_1_UIEmoteSelectionType__Find__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA49B8, List_1_UIOutfitSelectionType__Find__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA49C0, List_1_UIFlashlightSelectionType__Find__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA49E0, Component_GetComponent_89__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA49E8, Component_GetComponentsInChildren_23__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA49F0, List_1_T_Enumerator_Pathfinding_ClipperLib_OutRec__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA49F8, List_1_T_Enumerator_Pathfinding_ClipperLib_OutRec__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4A08, List_1_UIEmoteSelectionType__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4A18, Enumerable_Where_30__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4A20, List_1_Pathfinding_ClipperLib_PolyNode__set_Capacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4A40, Enumerable_Where_31__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4A50, List_1_UIFlashlightSelectionType__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4A58, List_1_List_1_Pathfinding_ClipperLib_IntPoint__set_Capacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4A68, List_1_UIPetSelectionType__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4A78, Enumerable_Where_32__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4A90, List_1_UIPerkSelectionType__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4AA0, Enumerable_Where_33__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4AA8, List_1_T_Enumerator_Pathfinding_ClipperLib_OutRec__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4AB0, List_1_Pathfinding_ClipperLib_OutRec__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4AD8, List_1_UIOutfitSelectionType__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4B00, List_1_List_1_Pathfinding_ClipperLib_IntPoint__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4B20, List_1_UIPetSelectionType__Find__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4B30, List_1_UIPetSelectionType__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4B80, List_1_Pathfinding_ClipperLib_OutRec__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4B88, List_1_CharacterFlashlight__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4BA8, List_1_T_Enumerator_CharacterFlashlight__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4BB0, List_1_Pathfinding_ClipperLib_OutRec__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4BC0, List_1_Pathfinding_ClipperLib_OutRec__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4BC8, Enumerable_Where_34__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4BD0, List_1_T_Enumerator_CharacterFlashlight__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4BD8, Enumerable_Where_35__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4BE0, List_1_Pathfinding_ClipperLib_OutRec__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4BE8, Enumerable_Where_36__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4BF0, List_1_Pathfinding_ClipperLib_Join__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4BF8, Enumerable_ToList_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4C00, Enumerable_ToList_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4C18, Enumerable_ToList_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4C28, List_1_T_Enumerator_CharacterFlashlight__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4C30, List_1_Pathfinding_ClipperLib_OutRec__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4C48, List_1_UIPerkSelectionType__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4C50, List_1_UIPerkSelectionType__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4C58, List_1_Pathfinding_ClipperLib_Join__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4C60, List_1_T_Enumerator_UIPerkSelectionType__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4C70, Enumerable_ToList_23__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4C78, List_1_Pathfinding_ClipperLib_Join__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4C80, List_1_T_Enumerator_UIPerkSelectionType__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4C88, Enumerable_ElementAt_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4C90, Enumerable_OrderByDescending_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4C98, List_1_Pathfinding_ClipperLib_Join__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4CA0, Enumerable_Concat_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4CA8, Enumerable_Count_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4CB8, Component_GetComponentsInChildren_24__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4CC8, List_1_T_Enumerator_UIPerkSelectionType__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4CD8, List_1_Pathfinding_ClipperLib_TEdge__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4CE8, List_1_Pathfinding_ClipperLib_TEdge__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4CF0, List_1_Pathfinding_ClipperLib_TEdge___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4D00, List_1_List_1_Pathfinding_ClipperLib_TEdge__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4D20, List_1_List_1_Pathfinding_ClipperLib_TEdge__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4D30, List_1_Pathfinding_ClipperLib_TEdge__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4D40, List_1_Pathfinding_ClipperLib_TEdge__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4D50, List_1_List_1_Pathfinding_ClipperLib_TEdge__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4D68, List_1_List_1_Pathfinding_ClipperLib_IntPoint__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4D90, List_1_UIFlashlightSelectionType__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4DA0, List_1_UIEmoteSelectionType__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4DA8, List_1_UIOutfitSelectionType__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4DC8, List_1_UIPetSelectionType__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4DD0, List_1_Pathfinding_ClipperLib_Join___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4DE0, List_1_Pathfinding_ClipperLib_OutRec___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4E00, List_1_T_Enumerator_UIEmoteSelectionType__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4E10, List_1_T_Enumerator_UIPetSelectionType__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4E20, List_1_T_Enumerator_UIOutfitSelectionType__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4E28, List_1_T_Enumerator_UIFlashlightSelectionType__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4E30, List_1_T_Enumerator_UIEmoteSelectionType__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4E38, List_1_T_Enumerator_UIFlashlightSelectionType__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4E40, List_1_T_Enumerator_UIOutfitSelectionType__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4E50, List_1_T_Enumerator_UIPetSelectionType__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4E58, List_1_Pathfinding_ClipperLib_PolyNode__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4E60, Enumerable_ToList_24__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4E68, Enumerable_Where_37__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4E70, Enumerable_ToList_25__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4E78, Enumerable_ToList_26__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4E80, Enumerable_ThenBy_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4E88, Enumerable_ToList_27__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4E98, Enumerable_ThenByDescending_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4EA8, Enumerable_ThenBy_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4EB0, Enumerable_OrderByDescending_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4EB8, Enumerable_ThenByDescending_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4EC0, List_1_List_1_Pathfinding_ClipperLib_TEdge__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4EC8, Enumerable_ElementAt_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4ED0, List_1_Pathfinding_ClipperLib_TEdge__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4ED8, Enumerable_OrderByDescending_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4EE0, Enumerable_Count_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4EE8, Enumerable_ElementAt_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4EF0, List_1_List_1_Pathfinding_ClipperLib_TEdge___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4EF8, Component_GetComponentsInChildren_25__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4F08, Enumerable_Count_23__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4F10, Component_GetComponentsInChildren_26__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4F18, Component_GetComponentsInChildren_27__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4F20, Component_GetComponentsInChildren_28__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4F28, List_1_T_Enumerator_UIPetSelectionType__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4F38, List_1_T_Enumerator_UIFlashlightSelectionType__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4F40, List_1_T_Enumerator_UIEmoteSelectionType__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4F58, List_1_T_Enumerator_UIOutfitSelectionType__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4F70, Component_GetComponent_90__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4F98, Component_GetComponent_91__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4FB0, List_1_Pathfinding_ClipperLib_PolyNode__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4FB8, Component_GetComponent_92__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4FC0, List_1_Pathfinding_ClipperLib_PolyNode__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA4FD0, List_1_Pathfinding_ClipperLib_PolyNode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5010, List_1_CharacterOutfit__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5018, Component_GetComponent_93__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5020, List_1_CharacterOutfit__FindAll__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5048, GameObject_GetComponent_74__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5088, GameObject_GetComponent_75__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA50B8, GameObject_GetComponent_76__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA50E8, GameObject_GetComponents_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA50F8, GameObject_GetComponent_77__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5128, GameObject_GetComponent_78__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5130, GameObject_GetComponent_79__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5190, List_1_T_Enumerator_UIMapSelectionType__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5198, List_1_UIMapSelectionType__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA51A8, Enumerable_ToList_28__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA51B8, List_1_T_Enumerator_UIMapSelectionType__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA51D0, Component_GetComponentsInChildren_29__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA51D8, List_1_T_Enumerator_UIMapSelectionType__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5200, GameObject_GetComponent_80__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5210, List_1_Horror_Menu_MapListItem__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5218, List_1_T_Enumerator_Horror_Menu_MapListItem__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5220, List_1_T_Enumerator_Horror_Menu_MapListItem__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5238, Dictionary_2_Horror_DevourMap_Horror_Menu_MapReleasedState__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5240, List_1_T_Enumerator_Horror_Menu_MapListItem__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5278, TypedUxmlAttributeDescription_1_ListViewReorderMode__set_defaultValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5280, TypedUxmlAttributeDescription_1_AlternatingRowBackground__set_defaultValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5288, TypedUxmlAttributeDescription_1_SelectionType__set_defaultValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5290, UxmlFactory_2_ListView_ListView_UxmlTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA52B8, UxmlEnumAttributeDescription_1_AlternatingRowBackground___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA52D0, KeyValuePair_2_UdpKit_Platform_Photon_PhotonRegion_Regions_UdpKit_Platform_Photon_PhotonRegion__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA52D8, UxmlEnumAttributeDescription_1_SelectionType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA52E0, Dictionary_2_UdpKit_Platform_Photon_PhotonRegion_Regions_UdpKit_Platform_Photon_PhotonRegion__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA52E8, UxmlEnumAttributeDescription_1_CollectionVirtualizationMethod___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA52F0, Enumerable_First_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA52F8, TypedUxmlAttributeDescription_1_CollectionVirtualizationMethod__set_defaultValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5300, UxmlEnumAttributeDescription_1_ListViewReorderMode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5368, BaseVerticalCollectionView_CreateVirtualizationController_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA53E8, GameObject_GetComponent_81__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5438, UxmlFactory_2_Label_Label_UxmlTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA54B0, TextInputBaseField_1_System_String__set_isDelayed__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA54C8, BaseField_1_System_String__set_label__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA54F0, ChangeEvent_1_System_String__get_previousValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5548, MouseEventBase_1_MouseDownEvent__get_clickCount__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5558, MouseEventBase_1_MouseDownEvent__get_shiftKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5590, MouseEventBase_1_MouseMoveEvent__get_shiftKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA55C0, MouseEventBase_1_MouseMoveEvent__get_button__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA55D0, MouseEventBase_1_MouseUpEvent__get_button__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA55E8, CommandEventBase_1_ValidateCommandEvent__get_commandName__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA55F0, KeyboardEventBase_1_KeyDownEvent__get_altKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5600, CommandEventBase_1_ExecuteCommandEvent__get_commandName__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5608, CustomStyleProperty_1_UnityEngine_Texture2D___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5610, CustomStyleProperty_1_VectorImage___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5638, CustomStyleProperty_1_UnityEngine_Sprite___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5640, CustomStyleProperty_1_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5648, EventBase_1_ValidateCommandEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5650, EventBase_1_ExecuteCommandEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5658, UxmlFactory_2_Image_Image_UxmlTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA56B8, TypedUxmlAttributeDescription_1_HelpBoxMessageType__set_defaultValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA56C0, UxmlFactory_2_HelpBox_HelpBox_UxmlTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA56E8, UxmlEnumAttributeDescription_1_HelpBoxMessageType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5720, UxmlFactory_2_GroupBox_GroupBox_UxmlTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5738, PointerEventBase_1_PointerDownEvent__get_position__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5740, List_1_UnityEngine_UIElements_GenericDropdownMenu_MenuItem__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5748, List_1_UnityEngine_UIElements_GenericDropdownMenu_MenuItem__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5750, PointerEventBase_1_PointerMoveEvent__get_position__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5770, List_1_UnityEngine_UIElements_GenericDropdownMenu_MenuItem__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5778, UxmlFactory_2_Foldout_Foldout_UxmlTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA57A8, List_1_UnityEngine_UIElements_GenericDropdownMenu_MenuItem___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5800, BaseField_1_TValueType_UxmlTraits_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5810, BaseField_1_TValueType_UxmlTraits_System_String__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5818, BaseField_1_TValueType_UxmlTraits_System_String__ParseChoiceList__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5858, BaseField_1_System_String__get_value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5860, BaseField_1_System_String__get_rawValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5878, BaseField_1_System_String__SetValueWithoutNotify__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5880, BaseField_1_System_String__set_value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5888, BaseField_1_System_String__get_showMixedValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5890, MouseEventBase_1_MouseDownEvent__get_button__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5898, MouseEventBase_1_MouseDownEvent__get_mousePosition__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA58A0, UxmlFactory_2_DropdownField_DropdownField_UxmlTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA58C8, List_1_UnityEngine_UIElements_Button__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA58D8, List_1_UnityEngine_UIElements_Button__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA58E8, UxmlFactory_2_ButtonStripField_ButtonStripField_UxmlTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA58F0, BaseField_1_System_String__get_labelElement__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA58F8, BaseField_1_System_String__get_visualInput__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5900, BaseField_1_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5948, UxmlFactory_1_Box___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5968, List_1_UnityEngine_UIElements_Button__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5970, UxmlFactory_2_Button_Button_UxmlTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5978, List_1_UnityEngine_UIElements_Button___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5998, UQueryBuilder_1_Button__ToList__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA59A0, UQueryExtensions_Query_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA59A8, EventBase_1_NavigationSubmitEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA59B0, FocusEventBase_1_BlurEvent__get_relatedTarget__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA59D0, List_1_UnityEngine_UIElements_ReusableCollectionItem___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5A28, PointerEventBase_1_PointerUpEvent__get_pointerType__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5A30, PointerEventBase_1_PointerCancelEvent__get_isPrimary__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5A38, PointerEventBase_1_PointerDownEvent__get_pointerType__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5A60, Enumerable_FirstOrDefault_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5A70, CallbackEventHandler_RegisterCallback_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5AA0, PanelChangedEventBase_1_DetachFromPanelEvent__get_originPanel__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5AA8, CallbackEventHandler_RegisterCallback_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5AB8, CallbackEventHandler_RegisterCallback_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5AC0, CallbackEventHandler_RegisterCallback_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5AC8, PointerEventBase_1_PointerMoveEvent__get_pressedButtons__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5AD0, PointerEventBase_1_PointerMoveEvent__get_button__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5AD8, BaseVerticalCollectionView_CreateVirtualizationController_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5B68, EventBase_1_ClickEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5D48, List_1_Rewired_ControllerMap__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5D50, List_1_Rewired_ControllerMap__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5F10, Dictionary_2_System_String_Pathfinding_Ionic_Zip_ZipEntry__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5F40, Dictionary_2_System_String_Pathfinding_Ionic_Zip_ZipEntry___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5F50, Dictionary_2_System_String_Pathfinding_Ionic_Zip_ZipEntry___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5FA8, List_1_CharacterPerk__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5FB8, List_1_CharacterPet__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5FC0, List_1_CharacterFlashlight__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5FC8, List_1_CharacterPet__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5FD0, List_1_CharacterOutfit__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5FD8, List_1_CharacterFlashlight__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5FE0, List_1_CharacterPerk__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5FE8, List_1_Pathfinding_Ionic_Zip_ZipEntry___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA5FF0, List_1_CharacterOutfit__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6000, List_1_CharacterPet__Reverse__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6008, List_1_Pathfinding_Ionic_Zip_ZipEntry__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6018, List_1_Pathfinding_Ionic_Zip_ZipEntry__AsReadOnly__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6038, Enumerable_Where_38__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6040, Dictionary_2_System_String_Pathfinding_Ionic_Zip_ZipEntry__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6058, Enumerable_ToList_29__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6068, Enumerable_Where_39__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6078, Enumerable_ThenBy_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6088, Enumerable_ToList_30__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6090, Enumerable_ThenByDescending_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6098, Enumerable_ThenByDescending_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA60A0, Enumerable_OrderByDescending_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA60B0, Enumerable_OrderByDescending_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA60C0, Enumerable_OrderByDescending_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6100, List_1_CharacterOutfit__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6168, Enumerable_Any_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6210, Dictionary_2_System_String_Pathfinding_Ionic_Zip_ZipEntry__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6228, Dictionary_2_System_String_Pathfinding_Ionic_Zip_ZipEntry___ctor_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA62C0, UnityEvent_1_System_String__AddListener__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA62F8, PostProcessProfile_TryGetSettings_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6340, Dictionary_2_System_String_Pathfinding_Ionic_Zip_ZipEntry__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6380, Dictionary_2_System_String_Pathfinding_Ionic_Zip_ZipEntry__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6968, List_1_UnityEngine_UI_Dropdown_OptionData__FindIndex__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6BB8, Component_GetComponent_94__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6BC8, Component_GetComponents_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6BD8, Component_GetComponent_95__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6D90, UxmlFactory_2_TwoPaneSplitView_TwoPaneSplitView_UxmlTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6DD0, TypedUxmlAttributeDescription_1_TwoPaneSplitViewOrientation__set_defaultValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6DD8, UxmlEnumAttributeDescription_1_TwoPaneSplitViewOrientation___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6DE0, UxmlFactory_2_TreeView_TreeView_UxmlTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6DF8, Stack_1_IEnumerator_1_UnityEngine_UIElements_ITreeViewItem__Pop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6E00, Stack_1_IEnumerator_1_UnityEngine_UIElements_ITreeViewItem__Push__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6E20, Stack_1_IEnumerator_1_UnityEngine_UIElements_ITreeViewItem___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6E28, Stack_1_IEnumerator_1_UnityEngine_UIElements_ITreeViewItem__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6EE0, List_1_UnityEngine_UIElements_ITreeViewItem__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6EE8, List_1_UnityEngine_UIElements_ITreeViewItem___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6F08, List_1_UnityEngine_UIElements_ITreeViewItem__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6F20, MouseEventBase_1_MouseUpEvent__get_modifiers__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6F28, UQueryExtensions_Q_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6F40, UxmlFactory_2_Toggle_Toggle_UxmlTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6F68, CallbackEventHandler_RegisterCallback_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6F70, PointerEventBase_1_PointerUpEvent__get_position__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6FB8, TextInputBaseField_1_TValueType_TextInputBase_System_String__set_text__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6FC0, TextInputBaseField_1_TValueType_TextInputBase_System_String__get_text__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6FD0, TextInputBaseField_1_TValueType_TextInputBase_System_String__SyncTextEngine__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6FD8, TextInputBaseField_1_TValueType_TextInputBase_System_String__get_editorEngine__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6FE0, TextInputBaseField_1_TValueType_TextInputBase_System_String__set_isPasswordField__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6FE8, TextInputBaseField_1_TValueType_TextInputBase_System_String__ExecuteDefaultActionAtTarget__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA6FF8, TextInputBaseField_1_System_String__get_isDelayed__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7000, EventBase_1_NavigationCancelEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7008, EventBase_1_NavigationMoveEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7010, TextInputBaseField_1_TValueType_TextInputBase_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7018, TextInputBaseField_1_TValueType_TextInputBase_System_String__ExecuteDefaultAction__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7028, TextInputBaseField_1_System_String__get_textInputBase__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7030, TextInputBaseField_1_System_String__set_text__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7038, TextInputBaseField_1_System_String__set_isPasswordField__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7040, TextInputBaseField_1_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7048, BaseField_1_System_String__OnViewDataReady__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7050, TextInputBaseField_1_TValueType_UxmlTraits_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7058, TextInputBaseField_1_TValueType_UxmlTraits_System_String__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7060, UxmlFactory_2_TextField_TextField_UxmlTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA70B8, UxmlFactory_2_SliderInt_SliderInt_UxmlTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7100, UxmlFactory_2_Slider_Slider_UxmlTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7128, BaseFieldTraits_2_System_Single_UxmlFloatAttributeDescription___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7130, BaseFieldTraits_2_System_Single_UxmlFloatAttributeDescription__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7160, UxmlEnumAttributeDescription_1_ScrollView_NestedInteractionKind___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7168, UxmlEnumAttributeDescription_1_ScrollView_TouchScrollBehavior___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7170, TypedUxmlAttributeDescription_1_ScrollViewMode__set_defaultValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7180, TypedUxmlAttributeDescription_1_ScrollView_NestedInteractionKind__set_defaultValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7188, TypedUxmlAttributeDescription_1_ScrollView_TouchScrollBehavior__set_defaultValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA71C0, UxmlEnumAttributeDescription_1_ScrollerVisibility___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA71C8, UxmlEnumAttributeDescription_1_ScrollViewMode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7248, StyleEnum_1_DisplayStyle__op_Inequality__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7278, UxmlEnumAttributeDescription_1_ScrollerVisibility__TryGetValueFromBag__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7280, UxmlFactory_2_ScrollView_ScrollView_UxmlTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA72C8, CallbackEventHandler_RegisterCallback_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA72D0, CallbackEventHandler_RegisterCallback_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA72D8, PointerCaptureEventBase_1_PointerCaptureEvent__get_pointerId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA72E0, CallbackEventHandler_UnregisterCallback_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA72E8, CallbackEventHandler_UnregisterCallback_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA72F8, PointerEventBase_1_PointerMoveEvent__get_isPrimary__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7300, PointerEventBase_1_PointerMoveEvent__get_pointerType__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7308, PointerEventBase_1_PointerDownEvent__get_isPrimary__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7358, CallbackEventHandler_RegisterCallback_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA73C0, TypedUxmlAttributeDescription_1_SliderDirection__set_defaultValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA73C8, UxmlFactory_2_Scroller_Scroller_UxmlTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA73E8, UxmlEnumAttributeDescription_1_SliderDirection___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7430, StyleEnum_1_FlexDirection__op_Implicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA74E8, UxmlFactory_2_RepeatButton_RepeatButton_UxmlTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA75C0, List_1_UnityEngine_UIElements_RadioButton___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA75F0, List_1_UnityEngine_UIElements_RadioButton__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA75F8, List_1_UnityEngine_UIElements_RadioButton__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7630, List_1_UnityEngine_UIElements_RadioButton__IndexOf__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7650, UxmlFactory_2_RadioButtonGroup_RadioButtonGroup_UxmlTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7680, BaseFieldTraits_2_System_Int32_UxmlIntAttributeDescription___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA76A8, BaseFieldTraits_2_System_Int32_UxmlIntAttributeDescription__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA76E8, GroupBoxUtility_RegisterGroupBoxOptionCallbacks_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7700, UxmlFactory_2_RadioButton_RadioButton_UxmlTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7748, BaseFieldTraits_2_System_Boolean_UxmlBoolAttributeDescription___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7758, List_1_T_Enumerator_UnityEngine_UIElements_RadioButton__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7780, BaseFieldTraits_2_System_Boolean_UxmlBoolAttributeDescription__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7790, List_1_UnityEngine_UIElements_RadioButton__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA77A0, List_1_UnityEngine_UIElements_RadioButton__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA77A8, List_1_UnityEngine_UIElements_RadioButton__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA77B0, List_1_T_Enumerator_UnityEngine_UIElements_RadioButton__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA77C8, List_1_T_Enumerator_UnityEngine_UIElements_RadioButton__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7828, UxmlFactory_2_ProgressBar_AbstractProgressBar_UxmlTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7850, GroupBoxUtility_OnOptionSelected_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7890, UxmlFactory_2_MinMaxSlider_MinMaxSlider_UxmlTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7938, UxmlFactory_2_PopupWindow_PopupWindow_UxmlTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7A70, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_String_Pathfinding_Ionic_Zip_ZipEntry__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7A78, Dictionary_2_TKey_TValue_ValueCollection_System_String_Pathfinding_Ionic_Zip_ZipEntry__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7A80, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_String_Pathfinding_Ionic_Zip_ZipEntry__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA7A88, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_String_Pathfinding_Ionic_Zip_ZipEntry__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA80E8, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Type_System_Object__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA80F0, Dictionary_2_System_Type_System_Object__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8120, Dictionary_2_System_Type_System_Object__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8148, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Type_System_Object__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8150, Dictionary_2_TKey_TValue_ValueCollection_System_Type_System_Object__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8158, Dictionary_2_System_Type_System_Object__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8160, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Type_System_Object__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8508, List_1_Pathfinding_Ionic_Zlib_WorkItem__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8560, List_1_T_Enumerator_Pathfinding_Ionic_Zlib_WorkItem__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8570, List_1_Pathfinding_Ionic_Zlib_WorkItem__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8588, List_1_T_Enumerator_Pathfinding_Ionic_Zlib_WorkItem__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8598, List_1_T_Enumerator_Pathfinding_Ionic_Zlib_WorkItem__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA86D0, List_1_Pathfinding_Ionic_Zlib_WorkItem__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA86E0, List_1_Pathfinding_Ionic_Zlib_WorkItem___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8888, List_1_Pathfinding_Poly2Tri_TriangulationPoint__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8890, List_1_Pathfinding_Poly2Tri_TriangulationPoint___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8898, List_1_Pathfinding_Poly2Tri_DelaunayTriangle___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA88C0, List_1_Pathfinding_Poly2Tri_DTSweepConstraint___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA88D0, List_1_Pathfinding_Poly2Tri_DTSweepConstraint__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA88E8, List_1_Pathfinding_Poly2Tri_TriangulationPoint__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA88F0, List_1_Pathfinding_Poly2Tri_TriangulationPoint__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA88F8, List_1_T_Enumerator_Pathfinding_Poly2Tri_TriangulationPoint__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8900, List_1_T_Enumerator_Pathfinding_Poly2Tri_TriangulationPoint__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8908, List_1_T_Enumerator_Pathfinding_Poly2Tri_TriangulationPoint__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8948, List_1_Pathfinding_Poly2Tri_DelaunayTriangle__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8968, FixedArray3_1_DelaunayTriangle__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA89B8, List_1_Pathfinding_Poly2Tri_DTSweepConstraint__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA89C0, List_1_T_Enumerator_Pathfinding_Poly2Tri_DTSweepConstraint__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA89C8, List_1_T_Enumerator_Pathfinding_Poly2Tri_DTSweepConstraint__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA89D8, List_1_T_Enumerator_Pathfinding_Poly2Tri_DTSweepConstraint__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA89E0, FixedArray3_1_TriangulationPoint__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA89F0, FixedArray3_1_TriangulationPoint__IndexOf__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8A00, FixedArray3_1_TriangulationPoint__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8A10, List_1_Pathfinding_Poly2Tri_Polygon__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8A18, List_1_Pathfinding_Poly2Tri_DelaunayTriangle___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8A20, List_1_T_Enumerator_Pathfinding_Poly2Tri_Polygon__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8A28, List_1_Pathfinding_Poly2Tri_TriangulationPoint__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8A30, FixedArray3_1_DelaunayTriangle__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8A48, FixedArray3_1_TriangulationPoint__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8A58, FixedArray3_1_DelaunayTriangle__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8A68, List_1_Pathfinding_Poly2Tri_Polygon___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8A78, List_1_Pathfinding_Poly2Tri_Polygon__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8A98, List_1_Pathfinding_Poly2Tri_TriangulationPoint__set_Capacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8AA8, List_1_Pathfinding_Poly2Tri_TriangulationPoint__get_Capacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8AB0, List_1_Pathfinding_Poly2Tri_TriangulationPoint__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8AB8, List_1_Pathfinding_Poly2Tri_TriangulationPoint__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8AC0, List_1_Pathfinding_Poly2Tri_TriangulationPoint___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8AC8, List_1_T_Enumerator_Pathfinding_Poly2Tri_Polygon__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8AD0, List_1_T_Enumerator_Pathfinding_Poly2Tri_Polygon__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8AD8, List_1_Pathfinding_Poly2Tri_DelaunayTriangle__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8AE0, List_1_Pathfinding_Poly2Tri_DelaunayTriangle__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8AE8, List_1_Pathfinding_Poly2Tri_DelaunayTriangle__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8AF0, List_1_Pathfinding_Poly2Tri_TriangulationPoint__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8B10, List_1_Pathfinding_Poly2Tri_TriangulationPoint__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8B38, UnityTools_IsNullOrDestroyed_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8B40, List_1_Rewired_Components_PlayerMouse__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8B48, List_1_Rewired_Components_PlayerMouse__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8B78, ExecuteEvents_Execute_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8B80, ExecuteEvents_GetEventHandler_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8B88, ExecuteEvents_ExecuteHierarchy_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8B90, ExecuteEvents_Execute_23__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8B98, ExecuteEvents_Execute_24__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8BA0, ExecuteEvents_Execute_25__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8BA8, ExecuteEvents_GetEventHandler_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8BB0, ExecuteEvents_GetEventHandler_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8BB8, ExecuteEvents_Execute_26__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8BC0, ExecuteEvents_Execute_27__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8BC8, ExecuteEvents_ExecuteHierarchy_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8BD0, ExecuteEvents_Execute_28__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8BD8, ExecuteEvents_ExecuteHierarchy_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8BE0, ExecuteEvents_ExecuteHierarchy_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8BF0, Component_GetComponent_96__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8C08, List_1_Rewired_Components_PlayerMouse___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8C10, List_1_Rewired_Components_PlayerMouse___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8C20, List_1_Rewired_Integration_UnityUI_RewiredPointerInputModule_ButtonState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8C30, List_1_Rewired_Integration_UnityUI_RewiredPointerInputModule_ButtonState__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8C48, List_1_Rewired_Integration_UnityUI_RewiredPointerInputModule_ButtonState__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8C50, List_1_Rewired_Integration_UnityUI_RewiredPointerInputModule_ButtonState__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8C70, List_1_Rewired_UI_IMouseInputSource___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8C78, Dictionary_2_System_Int32_Dictionary_2_System_Int32_Rewired_Integration_UnityUI_PlayerPointerEventData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8C80, ExecuteEvents_GetEventHandler_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8CA0, KeyValuePair_2_System_Int32_Rewired_Integration_UnityUI_PlayerPointerEventData__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8CB0, KeyValuePair_2_System_Int32_Dictionary_2_System_Int32_Rewired_Integration_UnityUI_PlayerPointerEventData__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8CB8, Dictionary_2_System_Int32_Rewired_Integration_UnityUI_PlayerPointerEventData__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8CC0, KeyValuePair_2_System_Int32_Dictionary_2_System_Int32_Rewired_Integration_UnityUI_PlayerPointerEventData__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8CC8, Dictionary_2_TKey_TValue_Enumerator_System_Int32_Dictionary_2_System_Int32_Rewired_Integration_UnityUI_PlayerPointerEventData__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8CD0, Dictionary_2_TKey_TValue_Enumerator_System_Int32_Dictionary_2_System_Int32_Rewired_Integration_UnityUI_PlayerPointerEventData__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8CD8, Dictionary_2_System_Int32_Dictionary_2_System_Int32_Rewired_Integration_UnityUI_PlayerPointerEventData__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8CE0, Dictionary_2_TKey_TValue_Enumerator_System_Int32_Dictionary_2_System_Int32_Rewired_Integration_UnityUI_PlayerPointerEventData__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8CE8, ExecuteEvents_Execute_29__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8CF8, ExecuteEvents_Execute_30__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8D00, ExecuteEvents_Execute_31__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8D18, Dictionary_2_TKey_TValue_Enumerator_System_Int32_Rewired_Integration_UnityUI_PlayerPointerEventData__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8D20, KeyValuePair_2_System_Int32_Rewired_Integration_UnityUI_PlayerPointerEventData__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8D28, Dictionary_2_System_Int32_Rewired_Integration_UnityUI_PlayerPointerEventData__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8D30, Dictionary_2_TKey_TValue_Enumerator_System_Int32_Rewired_Integration_UnityUI_PlayerPointerEventData__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8D38, Dictionary_2_TKey_TValue_Enumerator_System_Int32_Rewired_Integration_UnityUI_PlayerPointerEventData__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8D48, Dictionary_2_System_Int32_Rewired_Integration_UnityUI_PlayerPointerEventData__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8D60, Dictionary_2_System_Int32_Rewired_Integration_UnityUI_PlayerPointerEventData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8D68, Dictionary_2_System_Int32_Dictionary_2_System_Int32_Rewired_Integration_UnityUI_PlayerPointerEventData__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8D70, Dictionary_2_System_Int32_Dictionary_2_System_Int32_Rewired_Integration_UnityUI_PlayerPointerEventData__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8D78, Dictionary_2_System_Int32_Rewired_Integration_UnityUI_PlayerPointerEventData__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8D80, Dictionary_2_System_Int32_Dictionary_2_System_Int32_Rewired_Integration_UnityUI_PlayerPointerEventData__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8D88, Dictionary_2_System_Int32_Rewired_Integration_UnityUI_PlayerPointerEventData__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8D98, List_1_Rewired_UI_IMouseInputSource__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8DB0, UnityTools_IsNullOrDestroyed_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8DC0, List_1_Rewired_UI_IMouseInputSource__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8DD0, List_1_Rewired_UI_IMouseInputSource__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8DF8, List_1_Rewired_UI_IMouseInputSource__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8E00, UnityTools_IsNullOrDestroyed_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8E10, List_1_Rewired_UI_IMouseInputSource__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8F20, List_1_Rewired_Joystick___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8F30, List_1_Rewired_Joystick__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA8FF0, JsonParser_FromJson_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9038, List_1_Rewired_Data_UserDataStore_PlayerPrefs_JoystickAssignmentHistoryInfo__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9048, List_1_Rewired_Joystick__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9050, List_1_Rewired_Data_UserDataStore_PlayerPrefs_JoystickAssignmentHistoryInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9058, List_1_Rewired_Data_UserDataStore_PlayerPrefs_JoystickAssignmentHistoryInfo__FindIndex__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9060, List_1_Rewired_Data_UserDataStore_PlayerPrefs_JoystickAssignmentHistoryInfo__Find__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9070, List_1_Rewired_Data_UserDataStore_PlayerPrefs_JoystickAssignmentHistoryInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9078, List_1_T_Enumerator_Rewired_Joystick__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9080, List_1_T_Enumerator_Rewired_Joystick__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9088, List_1_T_Enumerator_Rewired_Joystick__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9188, ControllerTemplate_GetElement_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9190, PointerEventBase_1_PointerUpEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9198, PointerEventBase_1_PointerUpEvent__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA91A0, PointerEventBase_1_PointerUpEvent__PostDispatch__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA91A8, PointerEventBase_1_PointerDownEvent__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA91B0, PointerEventBase_1_PointerMoveEvent__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA91B8, PointerEventBase_1_PointerDownEvent__PostDispatch__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA91C0, PointerEventBase_1_PointerDownEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA91C8, PointerEventBase_1_PointerMoveEvent__PostDispatch__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA91D0, PointerEventBase_1_PointerMoveEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA91D8, PointerEventBase_1_PointerStationaryEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA91E0, PointerEventBase_1_PointerStationaryEvent__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9228, NavigationEventBase_1_NavigationCancelEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9230, NavigationEventBase_1_NavigationTabEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9238, PanelChangedEventBase_1_DetachFromPanelEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9240, ControllerTemplate_GetElement_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9248, PanelChangedEventBase_1_AttachToPanelEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9250, NavigationEventBase_1_NavigationSubmitEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9258, MouseEventBase_1_MouseOverEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9260, MouseEventBase_1_MouseOutEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9268, MouseEventBase_1_ContextualMenuPopulateEvent__PostDispatch__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9278, PointerEventBase_1_PointerOutEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9280, PointerEventBase_1_PointerOverEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9288, NavigationEventBase_1_NavigationMoveEvent__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9290, EventBase_1_NavigationMoveEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9298, NavigationEventBase_1_NavigationTabEvent__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA92A8, EventBase_1_NavigationTabEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA92B0, NavigationEventBase_1_NavigationMoveEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA92B8, MouseEventBase_1_MouseEnterWindowEvent__PostDispatch__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA92C0, MouseEventBase_1_MouseEnterWindowEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA92C8, MouseEventBase_1_MouseLeaveWindowEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA92D0, MouseEventBase_1_MouseLeaveWindowEvent__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA92D8, MouseEventBase_1_MouseOverEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA92E0, MouseEventBase_1_MouseLeaveWindowEvent__PostDispatch__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA92E8, MouseEventBase_1_MouseLeaveWindowEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA92F0, MouseEventBase_1_ContextualMenuPopulateEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA92F8, MouseEventBase_1_ContextualMenuPopulateEvent__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9300, MouseEventBase_1_MouseOutEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9308, MouseEventBase_1_WheelEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9310, MouseEventBase_1_ContextClickEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9328, MouseEventBase_1_MouseMoveEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9330, MouseEventBase_1_WheelEvent__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9338, MouseEventBase_1_WheelEvent__GetPooled_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9340, MouseEventBase_1_MouseEnterEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9348, ControllerTemplate_GetElement_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9350, MouseEventBase_1_MouseEnterEvent__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9358, MouseEventBase_1_WheelEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9360, MouseEventBase_1_MouseEnterWindowEvent__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9368, MouseEventBase_1_MouseLeaveEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9370, ControllerTemplate_GetElement_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9378, MouseEventBase_1_MouseLeaveEvent__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9388, MouseEventBase_1_MouseLeaveWindowEvent__get_pressedButtons__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9390, ControllerTemplate_GetElement_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9398, MouseEventBase_1_MouseDownEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA93A0, MouseEventBase_1_MouseDownEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA93A8, MouseEventBase_1_MouseDownEvent__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA93B0, MouseEventBase_1_MouseUpEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA93B8, MouseEventBase_1_MouseUpEvent__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA93C0, MouseEventBase_1_MouseMoveEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA93C8, MouseEventBase_1_MouseMoveEvent__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA93D0, MouseEventBase_1_MouseUpEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA93D8, EventBase_1_InputEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA93E0, KeyboardEventBase_1_KeyUpEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA93E8, KeyboardEventBase_1_KeyDownEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA93F0, EventBase_1_GeometryChangedEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA93F8, EventBase_1_GeometryChangedEvent__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9400, EventBase_1_GeometryChangedEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9410, EventBase_1_MouseCaptureOutEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9418, FocusEventBase_1_FocusInEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9420, FocusEventBase_1_FocusInEvent__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9428, FocusEventBase_1_BlurEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9438, FocusEventBase_1_FocusEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9440, FocusEventBase_1_FocusEvent__get_focusController__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9450, EventBase_1_InputEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9458, EventBase_1_InputEvent__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9460, List_1_UnityEngine_UIElements_EventCallbackFunctorBase__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9468, FocusEventBase_1_FocusOutEvent__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9478, FocusEventBase_1_BlurEvent__get_focusController__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9480, FocusEventBase_1_FocusOutEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9490, Stack_1_UnityEngine_UIElements_EventCallbackList___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9498, Stack_1_UnityEngine_UIElements_EventCallbackList__Push__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA94A0, List_1_UnityEngine_UIElements_EventCallbackFunctorBase___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA94B0, List_1_UnityEngine_UIElements_EventCallbackFunctorBase___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA94B8, List_1_UnityEngine_UIElements_EventCallbackFunctorBase__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA94C0, List_1_UnityEngine_UIElements_EventCallbackFunctorBase__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA94C8, List_1_UnityEngine_UIElements_EventCallbackFunctorBase__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA94D0, List_1_UnityEngine_UIElements_EventCallbackFunctorBase__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA94D8, List_1_UnityEngine_UIElements_EventCallbackFunctorBase__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA94E8, List_1_T_Enumerator_UnityEngine_UIElements_EventCallbackFunctorBase__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA94F0, List_1_UnityEngine_UIElements_EventCallbackFunctorBase__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9500, List_1_T_Enumerator_UnityEngine_UIElements_EventCallbackFunctorBase__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9508, List_1_T_Enumerator_UnityEngine_UIElements_EventCallbackFunctorBase__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9518, List_1_UnityEngine_UIElements_IEventHandler__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9520, List_1_UnityEngine_UIElements_IEventHandler__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9530, Stack_1_UnityEngine_UIElements_EventCallbackList__Pop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9538, Stack_1_UnityEngine_UIElements_EventCallbackList__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9550, List_1_UnityEngine_UIElements_IEventHandler___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9560, CommandEventBase_1_ExecuteCommandEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9568, CommandEventBase_1_ValidateCommandEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9580, EventBase_1_MouseLeaveWindowEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9588, EventBase_1_MouseEnterWindowEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9590, EventBase_1_WheelEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA95A8, PointerEventsHelper_SendEnterLeave_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA95B8, MouseEventsHelper_SendEnterLeave_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA95C0, CollectionPool_2_System_Collections_Generic_List_1_UnityEngine_UIElements_TreeViewReorderableDragAndDropController_TreeItemState__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA95C8, PooledObject_1_System_Collections_Generic_List_1__1_System_IDisposable_Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA95D0, PointerCaptureEventBase_1_PointerCaptureOutEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA95F8, MouseCaptureEventBase_1_MouseCaptureOutEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9608, PointerCaptureEventBase_1_PointerCaptureEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9610, ControllerTemplate_GetElement_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9618, List_1_UnityEngine_UIElements_IEventHandler__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9628, ControllerTemplate_GetElement_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9630, MouseCaptureEventBase_1_MouseCaptureEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9678, ControllerTemplate_GetElement_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9698, CollectionPool_2_System_Collections_Generic_List_1_System_Int32__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA96B0, PooledObject_1_System_Collections_Generic_List_1__2_System_IDisposable_Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA96E0, ControllerTemplate_GetElement_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9708, PointerEventBase_1_PointerDownEvent__get_button__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9718, VisualElement_GetFirstOfType_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9738, EventHandler_1_ExecuteEvent_60__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9758, Enumerable_ToArray_24__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9778, Assert_IsNotNull_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9798, EventHandler_1_ExecuteEvent_61__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA97B0, CallbackEventHandler_RegisterCallback_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA97C0, CallbackEventHandler_UnregisterCallback_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA97E0, EventHandler_1_ExecuteEvent_62__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA97E8, EventHandler_1_ExecuteEvent_63__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA97F8, UxmlFactory_2_InternalTreeView_InternalTreeView_UxmlTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9808, Component_GetComponent_97__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9818, Component_GetComponent_98__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9820, Component_GetComponent_99__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9838, BoltEntity_GetState_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9850, UQueryExtensions_Q_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA98C8, Dictionary_2_UnityEngine_GameObject_Pathfinding_RVO_RVOController__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9900, KeyValuePair_2_System_Guid_UdpKit_UdpSession__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9910, _f_AnonymousType2_3_UdpKit_Platform_Photon_PhotonSession_Horror_RoomProtocolToken_Horror_GameConfigToken___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA99B8, _f_AnonymousType2_3_UdpKit_Platform_Photon_PhotonSession_Horror_RoomProtocolToken_Horror_GameConfigToken__get_photonSession__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA99C0, _f_AnonymousType2_3_UdpKit_Platform_Photon_PhotonSession_Horror_RoomProtocolToken_Horror_GameConfigToken__get_token__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA99D0, _f_AnonymousType2_3_UdpKit_Platform_Photon_PhotonSession_Horror_RoomProtocolToken_Horror_GameConfigToken__get_gameConfigToken__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9A08, List_1_f_AnonymousType2_3__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9A10, Map_2_System_Guid_UdpSession__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9A18, GameObject_GetComponent_82__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9A20, List_1_f_AnonymousType2_3__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9A38, List_1_T_Enumerator_f_AnonymousType2_3__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9A48, Enumerable_Where_40__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9A50, List_1_T_Enumerator_f_AnonymousType2_3__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9A58, Enumerable_Select_61__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9A60, Enumerable_ToList_31__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9A68, Component_GetComponent_100__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9A70, Enumerable_OrderBy_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9A80, List_1_T_Enumerator_f_AnonymousType2_3__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9AF8, LinkedList_1_ExitGames_Client_Photon_SimulationItem__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9B00, LinkedList_1_ExitGames_Client_Photon_SimulationItem__get_First__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9B08, LinkedList_1_ExitGames_Client_Photon_SimulationItem__AddBefore__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9B10, LinkedList_1_ExitGames_Client_Photon_SimulationItem__AddLast__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9B18, LinkedListNode_1_ExitGames_Client_Photon_SimulationItem__get_Next__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9B20, LinkedListNode_1_ExitGames_Client_Photon_SimulationItem__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9B40, Queue_1_ExitGames_Client_Photon_StreamBuffer___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9B48, LinkedList_1_ExitGames_Client_Photon_SimulationItem__RemoveFirst__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9BA8, Queue_1_ExitGames_Client_Photon_PeerBase_MyAction__Enqueue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9C60, Dictionary_2_System_String_System_String__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9C68, KeyValuePair_2_System_String_System_String__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9C70, Dictionary_2_TKey_TValue_Enumerator_System_String_System_String__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9C78, KeyValuePair_2_System_String_System_String__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9C80, Dictionary_2_System_String_System_String__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9C88, Dictionary_2_TKey_TValue_Enumerator_System_String_System_String__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9CE8, Dictionary_2_TKey_TValue_Enumerator_System_String_System_String__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9CF0, Queue_1_ExitGames_Client_Photon_StreamBuffer__Enqueue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9CF8, Queue_1_ExitGames_Client_Photon_StreamBuffer__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9D00, Queue_1_ExitGames_Client_Photon_StreamBuffer__Dequeue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9D18, Queue_1_ExitGames_Client_Photon_PeerBase_MyAction___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9D20, LinkedList_1_ExitGames_Client_Photon_SimulationItem___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9D80, Stack_1_ExitGames_Client_Photon_NCommand___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9DA0, LinkedList_1_ExitGames_Client_Photon_SimulationItem__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9DB0, LinkedList_1_T_Enumerator_ExitGames_Client_Photon_SimulationItem__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9DB8, LinkedList_1_ExitGames_Client_Photon_SimulationItem__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9DC0, LinkedList_1_T_Enumerator_ExitGames_Client_Photon_SimulationItem__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9DC8, LinkedList_1_T_Enumerator_ExitGames_Client_Photon_SimulationItem__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9E10, Stack_1_ExitGames_Client_Photon_NCommand__Push__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9E18, Stack_1_ExitGames_Client_Photon_NCommand__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9E28, Stack_1_ExitGames_Client_Photon_NCommand__Pop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9ED0, Enumerable_Select_62__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9EE0, Array_Sort_255__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9F00, List_1_ExitGames_Client_Photon_NCommand__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9F18, List_1_T_Enumerator_ExitGames_Client_Photon_NCommand__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9F20, List_1_ExitGames_Client_Photon_NCommand__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9F38, List_1_T_Enumerator_ExitGames_Client_Photon_NCommand__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CA9F40, List_1_T_Enumerator_ExitGames_Client_Photon_NCommand__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA1B0, List_1_ExitGames_Client_Photon_NCommand__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA1F8, List_1_ExitGames_Client_Photon_NCommand__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA208, List_1_ExitGames_Client_Photon_NCommand__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA218, Queue_1_ExitGames_Client_Photon_PeerBase_MyAction__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA220, Queue_1_ExitGames_Client_Photon_PeerBase_MyAction__Dequeue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA228, Queue_1_ExitGames_Client_Photon_NCommand__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA230, NonAllocDictionary_2_System_Int32_NCommand__get_Keys__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA238, Queue_1_ExitGames_Client_Photon_NCommand__Dequeue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA260, Queue_1_ExitGames_Client_Photon_NCommand__Peek__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA278, List_1_ExitGames_Client_Photon_NCommand__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA2B0, List_1_ExitGames_Client_Photon_NCommand___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA2C0, NonAllocDictionary_2_K_V_KeyIterator_System_Int32_NCommand__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA2C8, NonAllocDictionary_2_System_Int32_NCommand__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA2D0, NonAllocDictionary_2_K_V_KeyIterator_System_Int32_NCommand__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA2D8, NonAllocDictionary_2_K_V_KeyIterator_System_Int32_NCommand__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA2E8, NonAllocDictionary_2_K_V_KeyIterator_System_Int32_NCommand__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA300, NonAllocDictionary_2_System_Int32_NCommand__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA310, Queue_1_ExitGames_Client_Photon_NCommand___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA318, Queue_1_ExitGames_Client_Photon_NCommand___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA320, NonAllocDictionary_2_System_Int32_NCommand___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA340, Queue_1_ExitGames_Client_Photon_NCommand__Enqueue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA348, NonAllocDictionary_2_System_Int32_NCommand__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA350, Queue_1_ExitGames_Client_Photon_NCommand__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA358, NonAllocDictionary_2_System_Int32_NCommand__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA360, NonAllocDictionary_2_System_Int32_NCommand__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA368, NonAllocDictionary_2_System_Int32_NCommand__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA370, NonAllocDictionary_2_System_Int32_NCommand__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA3D8, Stack_1_ExitGames_Client_Photon_ByteArraySlice__Pop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA3E0, Stack_1_ExitGames_Client_Photon_ByteArraySlice__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA408, Stack_1_ExitGames_Client_Photon_ByteArraySlice___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA438, Stack_1_ExitGames_Client_Photon_ByteArraySlice__Push__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA440, Dictionary_2_System_String_UnityEngine_UIElements_StyleSheets_StylePropertyValue__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA448, Dictionary_2_System_String_UnityEngine_UIElements_StyleSheets_StylePropertyValue__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA458, Dictionary_2_System_String_UnityEngine_UIElements_StyleSheets_StylePropertyValue___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA460, Dictionary_2_System_String_UnityEngine_UIElements_StyleSheets_StylePropertyValue__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA468, Dictionary_2_System_String_UnityEngine_UIElements_StyleSheets_StylePropertyValue__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA4E0, Dictionary_2_System_Int32_Rewired_Demos_GamepadTemplateUI_ControllerUIElement___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA508, Player_ControllerHelper_GetFirstControllerWithTemplate_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA538, Dictionary_2_System_Int32_Rewired_Demos_GamepadTemplateUI_ControllerUIElement__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA548, Controller_GetTemplate_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA578, Dictionary_2_System_Int32_Rewired_Demos_GamepadTemplateUI_ControllerUIElement__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA598, List_1_Rewired_Demos_SimpleControlRemapping_Row___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA5B8, List_1_Rewired_Demos_SimpleControlRemapping_Row__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA5D8, List_1_Rewired_Demos_SimpleControlRemapping_Row__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA5E0, List_1_Rewired_Demos_SimpleControlRemapping_Row__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA618, List_1_Rewired_Demos_SimpleCombinedKeyboardMouseRemapping_Row___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA630, List_1_Rewired_Demos_SimpleCombinedKeyboardMouseRemapping_Row__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA650, List_1_Rewired_Demos_SimpleCombinedKeyboardMouseRemapping_Row__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA658, List_1_Rewired_Demos_SimpleCombinedKeyboardMouseRemapping_Row__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA698, List_1_Rewired_Demos_PressStartToJoinExample_Assigner_PlayerMap__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA6B0, List_1_Rewired_Demos_PressStartToJoinExample_Assigner_PlayerMap___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA6C0, List_1_Rewired_Demos_PressStartToJoinExample_Assigner_PlayerMap__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA6D0, List_1_Rewired_Demos_PressStartToJoinExample_Assigner_PlayerMap__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA6D8, Component_GetComponentInChildren_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA748, List_1_System_String__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA780, GameObject_GetComponentInChildren_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA7A0, Queue_1_Rewired_Joystick__Peek__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA7A8, Queue_1_Rewired_Joystick__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA7B8, Queue_1_Rewired_Joystick__Dequeue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA7C0, Queue_1_Rewired_Joystick___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA7E8, Queue_1_Rewired_Demos_DualShock4SpecialFeaturesExample_Touch__Dequeue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA7F8, List_1_Rewired_Demos_DualShock4SpecialFeaturesExample_Touch__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA808, List_1_Rewired_Demos_DualShock4SpecialFeaturesExample_Touch__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA810, List_1_Rewired_Demos_DualShock4SpecialFeaturesExample_Touch__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA818, List_1_Rewired_Demos_DualShock4SpecialFeaturesExample_Touch__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA820, List_1_Rewired_Demos_DualShock4SpecialFeaturesExample_Touch__Find__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA838, Queue_1_Rewired_Demos_DualShock4SpecialFeaturesExample_Touch__Enqueue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA840, Queue_1_Rewired_Demos_DualShock4SpecialFeaturesExample_Touch___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA848, List_1_Rewired_Demos_DualShock4SpecialFeaturesExample_Touch___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA858, Controller_GetExtension_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA8F8, Component_GetComponent_101__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA930, Player_ControllerHelper_GetControllerWithTag_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA940, Component_GetComponentsInChildren_30__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA948, Component_GetComponentsInChildren_31__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAA9A0, Queue_1_Rewired_Demos_ControlRemappingDemo1_QueueEntry__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAAAA8, Queue_1_Rewired_Demos_ControlRemappingDemo1_QueueEntry__Dequeue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAAAB0, Queue_1_Rewired_Demos_ControlRemappingDemo1_QueueEntry__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAAAB8, Queue_1_Rewired_Demos_ControlRemappingDemo1_QueueEntry__Enqueue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAAAC0, Queue_1_Rewired_Demos_ControlRemappingDemo1_QueueEntry__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAAAC8, Queue_1_T_Enumerator_Rewired_Demos_ControlRemappingDemo1_QueueEntry__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAAAD0, Queue_1_T_Enumerator_Rewired_Demos_ControlRemappingDemo1_QueueEntry__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAAAD8, Queue_1_T_Enumerator_Rewired_Demos_ControlRemappingDemo1_QueueEntry__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAAB98, Queue_1_Rewired_Demos_ControlRemappingDemo1_QueueEntry__Peek__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAACA8, Queue_1_Rewired_Demos_ControlRemappingDemo1_QueueEntry___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAACE8, List_1_Rewired_Components_PlayerMouse__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAACF0, List_1_Rewired_Components_PlayerMouse__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAACF8, List_1_T_Enumerator_Rewired_Components_PlayerMouse__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAAD00, List_1_T_Enumerator_Rewired_Components_PlayerMouse__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAAD08, List_1_T_Enumerator_Rewired_Components_PlayerMouse__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB0B0, Dictionary_2_System_Type_ExitGames_Client_Photon_CustomType__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB0D0, Dictionary_2_System_Type_ExitGames_Client_Photon_CustomType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB0D8, Dictionary_2_System_Byte_ExitGames_Client_Photon_CustomType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB0F8, Dictionary_2_System_Byte_ExitGames_Client_Photon_CustomType__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB160, Dictionary_2_System_Byte_ExitGames_Client_Photon_CustomType__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB168, Dictionary_2_System_Type_ExitGames_Client_Photon_CustomType__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB170, Dictionary_2_System_Byte_ExitGames_Client_Photon_CustomType__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB178, Dictionary_2_System_Type_ExitGames_Client_Photon_CustomType__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB260, Dictionary_2_ExitGames_Client_Photon_ConnectionProtocol_System_Type__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB280, Dictionary_2_ExitGames_Client_Photon_ConnectionProtocol_System_Type__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB290, Dictionary_2_ExitGames_Client_Photon_ConnectionProtocol_System_Type___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB300, Task_1_System_Net_WebSockets_WebSocketReceiveResult__get_Result__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB368, InlineStyleAccess_SetStyleValue_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB370, InlineStyleAccess_SetStyleValue_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB378, InlineStyleAccess_SetStyleValue_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB380, InlineStyleAccess_SetStyleValue_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB388, StyleEnum_1_DisplayStyle___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB580, Dictionary_2_UnityEngine_Texture_UnityEngine_UIElements_TextureId___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB5B8, Dictionary_2_UnityEngine_Texture_UnityEngine_UIElements_TextureId__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB5E0, Dictionary_2_UnityEngine_Texture_UnityEngine_UIElements_TextureId__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB620, Dictionary_2_UnityEngine_Texture_UnityEngine_UIElements_TextureId__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB700, ObjectPool_1_UIRAtlasAllocator_Row__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB710, ObjectPool_1_UIRAtlasAllocator_AreaNode__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB720, ObjectPool_1_UIRAtlasAllocator_Row___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB728, ObjectPool_1_UIRAtlasAllocator_Row__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB730, Assert_IsNull_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB738, ObjectPool_1_UIRAtlasAllocator_AreaNode__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB748, ObjectPool_1_UIRAtlasAllocator_AreaNode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB760, List_1_UnityEngine_UIElements_UIDocument___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB770, List_1_UnityEngine_UIElements_UIDocument__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB778, List_1_UnityEngine_UIElements_UIDocument__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB7A0, List_1_T_Enumerator_UnityEngine_UIElements_UIDocument__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB7A8, List_1_UnityEngine_UIElements_UIDocument__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB7B0, List_1_T_Enumerator_UnityEngine_UIElements_UIDocument__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB7B8, List_1_T_Enumerator_UnityEngine_UIElements_UIDocument__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB7C0, List_1_UnityEngine_UIElements_UIDocument__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB7D0, List_1_UnityEngine_UIElements_UIDocument___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB7D8, List_1_UnityEngine_UIElements_UIDocument__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB7E0, List_1_UnityEngine_UIElements_UIDocument__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB7E8, List_1_UnityEngine_UIElements_UIDocument__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB7F8, Assert_AreEqual_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB800, Component_GetComponentsInParent_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB828, List_1_UnityEngine_UIElements_IEventDispatchingStrategy__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB860, TransitionEventBase_1_TransitionStartEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB868, TransitionEventBase_1_TransitionRunEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB878, EventBase_1_IMGUIEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB880, TransitionEventBase_1_TransitionCancelEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB888, TransitionEventBase_1_TransitionEndEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB890, EventBase_1_IMGUIEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB898, EventBase_1_IMGUIEvent__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB8B8, EventBase_1_CustomStyleResolvedEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB8C8, EventBase_1_TooltipEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB8D0, EventBase_1_TooltipEvent__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB8F8, PointerEventBase_1_PointerEnterEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB900, PointerEventBase_1_PointerEnterEvent__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB908, PointerEventBase_1_PointerOverEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB910, PointerEventBase_1_PointerLeaveEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB918, PointerEventBase_1_PointerLeaveEvent__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB920, ObjectPool_1_PropagationPaths__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB928, List_1_UnityEngine_UIElements_VisualElement___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB930, PointerEventBase_1_PointerOutEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB938, ObjectPool_1_PropagationPaths___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB940, ObjectPool_1_PropagationPaths__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB948, PointerEventBase_1_PointerCancelEvent__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB958, PointerEventBase_1_PointerCancelEvent__PostDispatch__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB968, PointerEventBase_1_PointerCancelEvent__get_pointerType__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB970, List_1_Kalagaan_BlendShapesPresetTool_BlendShapesPresetControllerBase_PresetState__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB980, Component_GetComponent_102__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB988, PointerEventBase_1_PointerCancelEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB990, PointerEventBase_1_ClickEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB998, PointerEventBase_1_ClickEvent__set_clickCount__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB9B0, PointerEventBase_1_ClickEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAB9C0, PointerEventBase_1_ClickEvent__Init__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABC60, List_1_Kalagaan_HairDesignerExtension_HairDesignerShaderAdvancedFur_LODData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABC68, List_1_Kalagaan_HairDesignerExtension_HairDesignerShaderAdvancedFur_LODData__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABC70, List_1_Kalagaan_HairDesignerExtension_HairDesignerShaderAdvancedFur_LODData__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABE38, List_1_UnityEngine_CapsuleCollider___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABE40, List_1_Kalagaan_HairDesignerExtension_HairDesignerRuntimeLayerBase___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABE48, List_1_Kalagaan_HairDesignerExtension_HairDesignerRuntimeLayerBase__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABE50, List_1_UnityEngine_CapsuleCollider__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABE58, List_1_Kalagaan_HairDesignerExtension_HairDesignerRuntimeLayerBase__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABE60, Component_GetComponent_103__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABE78, Object_1_FindObjectOfType_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABEA0, BaseServer_3_Dissonance_Integrations_PhotonBolt_BoltServer_Dissonance_Integrations_PhotonBolt_BoltClient_Dissonance_Integrations_PhotonBolt_BoltPeer__Disconnect__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABEA8, BaseServer_3_Dissonance_Integrations_PhotonBolt_BoltServer_Dissonance_Integrations_PhotonBolt_BoltClient_Dissonance_Integrations_PhotonBolt_BoltPeer__Connect__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABEB0, BaseServer_3_Dissonance_Integrations_PhotonBolt_BoltServer_Dissonance_Integrations_PhotonBolt_BoltClient_Dissonance_Integrations_PhotonBolt_BoltPeer__NetworkReceivedPacket__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABEB8, BaseServer_3_Dissonance_Integrations_PhotonBolt_BoltServer_Dissonance_Integrations_PhotonBolt_BoltClient_Dissonance_Integrations_PhotonBolt_BoltPeer__ClientDisconnected__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABEC0, BaseServer_3_Dissonance_Integrations_PhotonBolt_BoltServer_Dissonance_Integrations_PhotonBolt_BoltClient_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABEC8, BaseCommsNetwork_5_Dissonance_Integrations_PhotonBolt_BoltServer_Dissonance_Integrations_PhotonBolt_BoltClient_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABED8, BaseCommsNetwork_5_Dissonance_Integrations_PhotonBolt_BoltServer_Dissonance_Integrations_PhotonBolt_BoltClient_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__get_IsInitialized__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABEE0, BaseCommsNetwork_5_Dissonance_Integrations_PhotonBolt_BoltServer_Dissonance_Integrations_PhotonBolt_BoltClient_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__get_Mode__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABEE8, BaseCommsNetwork_5_Dissonance_Integrations_PhotonBolt_BoltServer_Dissonance_Integrations_PhotonBolt_BoltClient_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__Stop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABEF0, BaseCommsNetwork_5_Dissonance_Integrations_PhotonBolt_BoltServer_Dissonance_Integrations_PhotonBolt_BoltClient_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__Update__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABEF8, BaseCommsNetwork_5_Dissonance_Integrations_PhotonBolt_BoltServer_Dissonance_Integrations_PhotonBolt_BoltClient_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__RunAsClient__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABF00, BaseCommsNetwork_5_Dissonance_Integrations_PhotonBolt_BoltServer_Dissonance_Integrations_PhotonBolt_BoltClient_Dissonance_Integrations_PhotonBolt_BoltPeer_Dissonance_Unit_Dissonance_Unit__RunAsHost__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABF18, Component_GetComponent_104__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABF20, GameObject_AddComponent_71__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABF48, List_1_Dissonance_Integrations_PhotonBolt_BoltDissonanceRelay_IBoltPacketListener___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABF58, List_1_Dissonance_Integrations_PhotonBolt_BoltDissonanceRelay_IBoltDisconnectListener___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABF80, List_1_Dissonance_Integrations_PhotonBolt_BoltDissonanceRelay_IBoltPacketListener__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABF88, List_1_T_Enumerator_Dissonance_Integrations_PhotonBolt_BoltDissonanceRelay_IBoltPacketListener__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABF98, List_1_T_Enumerator_Dissonance_Integrations_PhotonBolt_BoltDissonanceRelay_IBoltPacketListener__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABFA0, List_1_T_Enumerator_Dissonance_Integrations_PhotonBolt_BoltDissonanceRelay_IBoltPacketListener__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABFC0, List_1_Dissonance_Integrations_PhotonBolt_BoltDissonanceRelay_IBoltDisconnectListener__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABFC8, List_1_T_Enumerator_Dissonance_Integrations_PhotonBolt_BoltDissonanceRelay_IBoltDisconnectListener__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABFD8, List_1_T_Enumerator_Dissonance_Integrations_PhotonBolt_BoltDissonanceRelay_IBoltDisconnectListener__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABFE0, List_1_T_Enumerator_Dissonance_Integrations_PhotonBolt_BoltDissonanceRelay_IBoltDisconnectListener__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABFE8, List_1_Dissonance_Integrations_PhotonBolt_BoltDissonanceRelay_IBoltDisconnectListener__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABFF0, List_1_Dissonance_Integrations_PhotonBolt_BoltDissonanceRelay_IBoltPacketListener__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CABFF8, List_1_Dissonance_Integrations_PhotonBolt_BoltDissonanceRelay_IBoltDisconnectListener__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC000, List_1_Dissonance_Integrations_PhotonBolt_BoltDissonanceRelay_IBoltPacketListener__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC020, BaseClient_3_Dissonance_Integrations_PhotonBolt_BoltServer_Dissonance_Integrations_PhotonBolt_BoltClient_Dissonance_Integrations_PhotonBolt_BoltPeer__Disconnect__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC028, BaseClient_3_Dissonance_Integrations_PhotonBolt_BoltServer_Dissonance_Integrations_PhotonBolt_BoltClient_Dissonance_Integrations_PhotonBolt_BoltPeer__Connected__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC030, BaseClient_3_Dissonance_Integrations_PhotonBolt_BoltServer_Dissonance_Integrations_PhotonBolt_BoltClient_Dissonance_Integrations_PhotonBolt_BoltPeer__NetworkReceivedPacket__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC038, BaseClient_3_Dissonance_Integrations_PhotonBolt_BoltServer_Dissonance_Integrations_PhotonBolt_BoltClient_Dissonance_Integrations_PhotonBolt_BoltPeer___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC068, List_1_MagicLightProbes_MLPPointData__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC138, List_1_MagicLightProbes_MLPPointData__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC140, List_1_MagicLightProbes_MLPPointData__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC148, List_1_MagicLightProbes_MLPPointData__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC150, List_1_MagicLightProbes_MLPPointData__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC178, List_1_MagicLightProbes_MLPTracePoint___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC180, UnityEvent_1_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC1B8, List_1_System_Collections_IEnumerator___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC1D8, List_1_MagicLightProbes_MLPLight___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC1E0, List_1_MagicLightProbes_MagicLightProbes___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC1E8, List_1_UnityEngine_Collider___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC1F8, List_1_MagicLightProbes_MLPPointData__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC200, List_1_MagicLightProbes_MLPPointData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC208, List_1_T_Enumerator_MagicLightProbes_MLPPointData__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC210, List_1_MagicLightProbes_MLPPointData__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC218, List_1_T_Enumerator_MagicLightProbes_MLPPointData__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC220, List_1_T_Enumerator_MagicLightProbes_MLPPointData__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC2A8, Component_GetComponentsInChildren_32__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC2B0, GameObject_AddComponent_72__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC2C0, GameObject_GetComponent_83__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC2D0, Component_GetComponentInChildren_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC310, Component_GetComponent_105__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC320, Dictionary_2_UnityEngine_Material_List_1_UnityEngine_Renderer___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC340, List_1_UnityEngine_Renderer__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC348, Dictionary_2_UnityEngine_Material_List_1_UnityEngine_Renderer__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC350, Dictionary_2_UnityEngine_Material_List_1_UnityEngine_Renderer__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC368, Ability_GetComponent_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC380, List_1_Opsive_UltimateCharacterController_Character_Abilities_Ability___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC388, List_1_Opsive_UltimateCharacterController_Character_Abilities_Ability__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC3B0, List_1_Opsive_UltimateCharacterController_Character_Abilities_Ability__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC3B8, List_1_Opsive_UltimateCharacterController_Character_Abilities_Ability__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC3C0, List_1_Opsive_UltimateCharacterController_Character_Abilities_Ability__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC3C8, List_1_Opsive_UltimateCharacterController_Character_Abilities_Ability__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC3D0, List_1_Opsive_UltimateCharacterController_Character_Abilities_Ability__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC3D8, List_1_Opsive_UltimateCharacterController_Character_Abilities_Ability__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC3E0, List_1_T_Enumerator_Opsive_UltimateCharacterController_Character_Abilities_Ability__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC3E8, List_1_T_Enumerator_Opsive_UltimateCharacterController_Character_Abilities_Ability__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC3F0, List_1_T_Enumerator_Opsive_UltimateCharacterController_Character_Abilities_Ability__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC428, EventHandler_1_RegisterEvent_54__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC430, EventHandler_1_UnregisterEvent_52__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC460, GameObjectExtensions_GetCachedComponent_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC490, Component_GetComponent_106__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC4B0, List_1_System_IDisposable___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC4C0, Dictionary_2_System_Type_ExitGames_Client_Photon_StructWrapping_StructWrapperPool___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC4D0, List_1_System_IDisposable__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC4D8, List_1_System_IDisposable__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC4E0, List_1_T_Enumerator_System_IDisposable__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC4E8, List_1_T_Enumerator_System_IDisposable__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC578, List_1_T_Enumerator_System_IDisposable__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC5B0, Queue_1_ExitGames_Client_Photon_StreamBuffer__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC5C8, List_1_ExitGames_Client_Photon_StreamBuffer___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC608, List_1_ExitGames_Client_Photon_StreamBuffer__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC610, List_1_ExitGames_Client_Photon_StreamBuffer__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC618, List_1_ExitGames_Client_Photon_StreamBuffer__RemoveRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC628, List_1_ExitGames_Client_Photon_StreamBuffer__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC700, List_1_System_Threading_Thread__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC710, List_1_System_Threading_Thread__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC720, List_1_System_Threading_Thread__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC728, List_1_System_Threading_Thread__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC738, List_1_System_Threading_Thread___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC7A0, List_1_System_Threading_Thread__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC7B0, List_1_T_Enumerator_System_Threading_Thread__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC7B8, List_1_System_Threading_Thread__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC7C0, List_1_T_Enumerator_System_Threading_Thread__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAC7D0, List_1_T_Enumerator_System_Threading_Thread__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CACFE0, STuple_2_Photon_Bolt_BoltGlobalBehaviourAttribute_System_Type___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CACFE8, CustomAttributeExtensions_GetCustomAttribute_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CACFF8, List_1_Photon_Bolt_Collections_STuple_2__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAD008, Array_Find_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAED40, SharedVariable_1_UnityEngine_Transform__set_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAED60, SharedVariable_1_UnityEngine_Transform__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAED70, GameObject_GetComponent_84__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAEEA0, Task_1_GetComponent_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAEED0, SharedVariable_1_System_String__set_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAEEF0, BoltEntity_GetState_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAEF08, Task_1_GetComponent_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAEF78, Enumerable_Select_63__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAEF80, Enumerable_ToArray_25__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAEFF0, List_1_UnityEngine_UIElements_UIR_Allocator2D_Area__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF010, LinkedPool_1_Allocator2D_Row__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF020, List_1_UnityEngine_UIElements_UIR_Allocator2D_Area__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF030, GameObject_GetComponent_85__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF038, List_1_UnityEngine_UIElements_UIR_Allocator2D_Area___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF058, List_1_UnityEngine_UIElements_UIR_Allocator2D_Area__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF068, LinkedPool_1_Allocator2D_Row__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF078, SharedVariable_1_System_Collections_Generic_List_1__7_get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF088, Task_1_GetComponent_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF0B0, Task_1_GetComponent_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF0D0, HashSet_1_UnityEngine_UIElements_StyleSheet__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF0D8, Task_1_GetComponent_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF0E0, HashSet_1_UnityEngine_UIElements_StyleSheet___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF0E8, HashSet_1_UnityEngine_UIElements_StyleSheet__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF120, SharedVariable_1_System_Collections_Generic_List_1__5_set_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF158, GameObjectExtensions_GetCachedComponent_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF180, EqualityComparer_1_UnityEngine_UIElements_VisualTreeAsset__get_Default__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF188, EqualityComparer_1_Dictionary_2_System_String_UnityEngine_UIElements_VisualElement__get_Default__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF1D8, SharedVariable_1_System_Collections_Generic_List_1__5_get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF200, Task_1_GetComponent_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF220, Dictionary_2_System_String_UnityEngine_UIElements_VisualElement___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF230, GameObject_GetComponent_86__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF258, GameObject_GetComponent_87__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF298, SharedVariable_1_System_Collections_Generic_List_1__1_get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF2A0, HashSet_1_UnityEngine_UIElements_VisualTreeAsset___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF2B8, HashSet_1_UnityEngine_UIElements_VisualTreeAsset__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF2C8, HashSet_1_UnityEngine_UIElements_VisualTreeAsset__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF2D0, Dictionary_2_System_String_UnityEngine_UIElements_VisualElement__get_Keys__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF2E8, Dictionary_2_System_String_UnityEngine_UIElements_VisualElement__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF2F0, Dictionary_2_System_String_UnityEngine_UIElements_VisualElement__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF408, Dictionary_2_System_String_UnityEngine_UIElements_VisualElement__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF450, Assert_IsNotNull_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF480, List_1_T_Enumerator_UnityEngine_UIElements_VisualElementAsset__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF488, List_1_UnityEngine_UIElements_VisualElementAsset__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF490, List_1_UnityEngine_UIElements_VisualElementAsset__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF4A0, List_1_T_Enumerator_UnityEngine_UIElements_VisualElementAsset__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF4B0, List_1_T_Enumerator_UnityEngine_UIElements_VisualElementAsset__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF4B8, Dictionary_2_System_Int32_List_1_UnityEngine_UIElements_VisualElementAsset___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF4D0, Dictionary_2_System_Int32_List_1_UnityEngine_UIElements_VisualElementAsset__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF4D8, Dictionary_2_System_Int32_List_1_UnityEngine_UIElements_VisualElementAsset__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF4F8, List_1_UnityEngine_UIElements_VisualElementAsset__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF508, List_1_UnityEngine_UIElements_VisualElementAsset___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF510, List_1_UnityEngine_UIElements_TemplateAsset__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF518, List_1_UnityEngine_UIElements_VisualElementAsset__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF520, List_1_UnityEngine_UIElements_VisualElementAsset__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF5E0, HashSet_1_System_String___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF618, List_1_UnityEngine_UIElements_TemplateAsset__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF620, List_1_UnityEngine_UIElements_VisualElementAsset__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF630, SharedVariable_1_UnityEngine_GameObject__set_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF668, List_1_UnityEngine_UIElements_IUxmlFactory__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF670, List_1_T_Enumerator_UnityEngine_UIElements_IUxmlFactory__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF678, List_1_T_Enumerator_UnityEngine_UIElements_IUxmlFactory__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF680, Dictionary_2_System_String_List_1_UnityEngine_UIElements_IUxmlFactory__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF690, Dictionary_2_System_String_List_1_UnityEngine_UIElements_IUxmlFactory__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF6F8, List_1_UnityEngine_UIElements_IUxmlFactory__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF710, List_1_UnityEngine_UIElements_IUxmlFactory___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF868, List_1_T_Enumerator_UnityEngine_UIElements_IUxmlFactory__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF870, Dictionary_2_System_String_List_1_UnityEngine_UIElements_IUxmlFactory___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF988, List_1_BehaviorDesigner_Runtime_Tasks_Task__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF9D8, List_1_BehaviorDesigner_Runtime_Tasks_Task__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF9E0, TypedUxmlAttributeDescription_1_System_String__get_defaultValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAF9F8, TypedUxmlAttributeDescription_1_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAFA30, UxmlAttributeDescription_GetValueFromBag_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAFA60, List_1_BehaviorDesigner_Runtime_SharedVariable__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAFA80, List_1_BehaviorDesigner_Runtime_SharedVariable__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAFA88, UxmlFactory_2_VisualElement_UxmlStyleTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAFB18, UxmlFactory_2_VisualElement_UxmlTemplateTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAFB40, UxmlFactory_2_VisualElement_UxmlAttributeOverridesTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAFBA8, List_1_System_Type___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAFBD8, List_1_System_Type__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAFBE0, List_1_System_Type__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAFC28, UxmlFactory_2_VisualElement_UxmlRootElementTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAFC40, SharedVariable_1_System_String__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAFC68, SharedVariable_1_UnityEngine_GameObject__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAFC90, EventHandler_1_UnregisterEvent_53__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAFCD0, EventHandler_1_RegisterEvent_55__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAFCE0, Assert_IsNotNull_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAFD20, SharedVariable_1_System_Collections_Generic_List_1___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAFD48, Stack_1_System_String___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAFD60, SharedVariable_1_PatrolRoute___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAFD78, ScriptableObject_CreateInstance_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAFD98, SharedVariable_1_System_Collections_Generic_List_1__8__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAFDD0, SharedVariable_1_System_Collections_Generic_List_1__7__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAFDF0, List_1_UnityEngine_TextCore_Text_FontAsset__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAFDF8, Dictionary_2_UnityEngine_SystemLanguage_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAFE08, Dictionary_2_UnityEngine_SystemLanguage_System_String__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAFE10, Dictionary_2_UnityEngine_SystemLanguage_System_String__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAFE18, SharedVariable_1_System_Collections_Generic_List_1__6__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAFE50, SharedVariable_1_System_Collections_Generic_List_1__5__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAFE90, SharedVariable_1_System_Collections_Generic_List_1__4__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CAFFF0, SharedVariable_1_System_Collections_Generic_List_1__3__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0018, SharedVariable_1_UnityEngine_Transform___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0060, SharedVariable_1_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0098, StyleSheet_TryCheckAccess_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB00B0, StyleSheet_CheckAccess_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB00F0, SharedVariable_1_System_Collections_Generic_List_1__2__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0110, SharedVariable_1_UnityEngine_Object___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0128, StyleSheet_CheckAccess_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0138, SharedVariable_1_UnityEngine_Material___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0158, StyleSheet_TryCheckAccess_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0198, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheet__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB01A8, List_1_UnityEngine_UIElements_StyleSheet__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB01B0, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheet__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB01D0, SharedVariable_1_UnityEngine_HumanBodyBones___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB01D8, Dictionary_2_System_String_UnityEngine_UIElements_StyleComplexSelector__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB01E8, Dictionary_2_System_String_UnityEngine_UIElements_StyleComplexSelector__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB01F8, Dictionary_2_System_String_UnityEngine_UIElements_StyleComplexSelector___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0200, SharedVariable_1_UnityEngine_HumanBodyBones__set_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0228, SharedVariable_1_System_Collections_Generic_List_1__1__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0238, SharedVariable_1_UnityEngine_GameObject___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0290, Enumerable_Select_64__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB02E0, Enumerable_Select_65__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB02F0, SharedVariable_1_UnityEngine_Collider___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0348, SharedVariable_1_UnityEngine_Behaviour___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0370, List_1_T_Enumerator_UnityEngine_UIElements_StyleSheet__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0398, SharedVariable_1_UnityEngine_AnimationCurve___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0470, Dictionary_2_System_String_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0480, Dictionary_2_System_String_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0488, Dictionary_2_System_String_UnityEngine_UIElements_StyleComplexSelector_PseudoStateData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0788, List_1_T_Enumerator_Photon_Realtime_Region__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0798, List_1_T_Enumerator_Photon_Realtime_Region__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB07D0, List_1_T_Enumerator_Photon_Realtime_Region__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0938, List_1_Photon_Realtime_Region__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0990, MemoryExtensions_AsSpan_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0998, List_1_T_Enumerator_Photon_Realtime_RegionPinger__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB09A8, Span_1_String__CopyTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB09B0, List_1_Photon_Realtime_RegionPinger__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB09C8, MemoryExtensions_AsSpan_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB09D0, List_1_T_Enumerator_Photon_Realtime_RegionPinger__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB09E8, List_1_T_Enumerator_Photon_Realtime_RegionPinger__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0A30, List_1_Photon_Realtime_Region__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0A40, List_1_Photon_Realtime_Region__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0A50, List_1_Photon_Realtime_Region__Find__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0A58, List_1_Photon_Realtime_Region__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0A68, List_1_Photon_Realtime_RegionPinger__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0A70, List_1_Photon_Realtime_RegionPinger__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0A98, List_1_Photon_Realtime_RegionPinger___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0AA8, Span_1_String__op_Implicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0AD0, List_1_Photon_Realtime_Region___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0AE0, Array_Sort_256__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0AE8, List_1_Photon_Realtime_Region__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0B30, Dictionary_2_TKey_TValue_KeyCollection_System_Int32_Photon_Realtime_Player__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0B40, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_Photon_Realtime_Player__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0B48, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_Photon_Realtime_Player__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0B50, Dictionary_2_System_Int32_Photon_Realtime_Player__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0B58, Dictionary_2_System_Int32_Photon_Realtime_Player__get_Keys__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0B70, Dictionary_2_System_Int32_Photon_Realtime_Player__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0B78, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_System_Int32_Photon_Realtime_Player__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0B80, Collection_1_System_String__SetItem__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0B90, Collection_1_System_String__InsertItem__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0BA0, Collection_1_System_String__get_Items__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0BB0, Collection_1_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0C90, Pool_1_ParameterDictionary__Acquire__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0CC8, Collection_1_System_String__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0CD8, Collection_1_System_String__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0CE8, Collection_1_System_String__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0CF0, Collection_1_System_String__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0D58, Pool_1_ParameterDictionary__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0EB8, List_1_Photon_Realtime_IErrorInfoCallback__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0EC0, List_1_T_Enumerator_Photon_Realtime_IErrorInfoCallback__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0ED8, List_1_T_Enumerator_Photon_Realtime_IErrorInfoCallback__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0F58, Pool_1_ParameterDictionary___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0FB0, List_1_Photon_Realtime_ILobbyCallbacks__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0FC8, List_1_T_Enumerator_Photon_Realtime_ILobbyCallbacks__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0FD8, List_1_T_Enumerator_Photon_Realtime_ILobbyCallbacks__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0FE8, List_1_T_Enumerator_Photon_Realtime_ILobbyCallbacks__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB0FF8, List_1_Photon_Realtime_ILobbyCallbacks___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1010, List_1_T_Enumerator_Photon_Realtime_IErrorInfoCallback__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1018, List_1_Photon_Realtime_IErrorInfoCallback___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1038, List_1_Photon_Realtime_IWebRpcCallback__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1048, List_1_T_Enumerator_Photon_Realtime_IWebRpcCallback__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1058, List_1_T_Enumerator_Photon_Realtime_IWebRpcCallback__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1078, List_1_T_Enumerator_Photon_Realtime_IWebRpcCallback__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1090, List_1_Photon_Realtime_IWebRpcCallback___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB10A0, List_1_T_Enumerator_Photon_Realtime_IInRoomCallbacks__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB10A8, List_1_Photon_Realtime_IInRoomCallbacks___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB10E0, List_1_Photon_Realtime_IInRoomCallbacks__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB10E8, List_1_T_Enumerator_Photon_Realtime_IInRoomCallbacks__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB10F0, List_1_T_Enumerator_Photon_Realtime_IInRoomCallbacks__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1130, List_1_Photon_Realtime_IConnectionCallbacks__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1140, List_1_T_Enumerator_Photon_Realtime_IConnectionCallbacks__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1148, List_1_T_Enumerator_Photon_Realtime_IConnectionCallbacks__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1170, List_1_T_Enumerator_Photon_Realtime_IConnectionCallbacks__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1178, List_1_Photon_Realtime_IConnectionCallbacks___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1180, List_1_Photon_Realtime_IMatchmakingCallbacks__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1188, List_1_T_Enumerator_Photon_Realtime_IMatchmakingCallbacks__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1198, List_1_T_Enumerator_Photon_Realtime_IMatchmakingCallbacks__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB11A0, List_1_T_Enumerator_Photon_Realtime_IMatchmakingCallbacks__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB11A8, List_1_Photon_Realtime_IMatchmakingCallbacks___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB11C0, Queue_1_Photon_Realtime_LoadBalancingClient_CallbackTargetChange__Enqueue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1220, Dictionary_2_ExitGames_Client_Photon_ConnectionProtocol_System_Int32__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1230, Dictionary_2_ExitGames_Client_Photon_ConnectionProtocol_System_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1250, Queue_1_Photon_Realtime_LoadBalancingClient_CallbackTargetChange__Dequeue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1260, Queue_1_Photon_Realtime_LoadBalancingClient_CallbackTargetChange__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1270, LoadBalancingClient_UpdateCallbackTarget_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1280, LoadBalancingClient_UpdateCallbackTarget_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1288, LoadBalancingClient_UpdateCallbackTarget_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1290, LoadBalancingClient_UpdateCallbackTarget_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1298, LoadBalancingClient_UpdateCallbackTarget_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB12A0, LoadBalancingClient_UpdateCallbackTarget_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB12B8, Dictionary_2_TKey_TValue_Enumerator_System_String_System_IO_FileData__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB12C0, Dictionary_2_TKey_TValue_Enumerator_System_String_System_IO_FileData__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB12C8, Dictionary_2_System_String_System_IO_FileData__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB12D8, Dictionary_2_System_String_System_IO_FileData__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB12F8, KeyValuePair_2_System_String_System_IO_FileData__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1308, KeyValuePair_2_System_String_System_IO_FileData__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1320, Dictionary_2_TKey_TValue_Enumerator_System_String_System_IO_FileData__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1330, Nullable_1_ExitGames_Client_Photon_ConnectionProtocol__GetValueOrDefault__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1340, Dictionary_2_System_String_System_IO_FileData__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1348, Dictionary_2_System_String_System_IO_FileData__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB13A0, List_1_Photon_Realtime_TypedLobbyInfo__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB13B8, List_1_Photon_Realtime_TypedLobbyInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB13C0, List_1_Photon_Realtime_FriendInfo__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB13C8, List_1_Photon_Realtime_RoomInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB13E8, List_1_Photon_Realtime_RoomInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1450, Dictionary_2_System_String_System_IO_FileData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB14D8, List_1_Photon_Realtime_FriendInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1708, Nullable_1_ExitGames_Client_Photon_ConnectionProtocol__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1748, Nullable_1_ExitGames_Client_Photon_ConnectionProtocol___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1778, Dictionary_2_ExitGames_Client_Photon_ConnectionProtocol_System_Int32__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1798, Queue_1_Photon_Realtime_LoadBalancingClient_CallbackTargetChange___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB17C0, Nullable_1_ExitGames_Client_Photon_ConnectionProtocol__get_HasValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1830, List_1_Photon_Realtime_TypedLobbyInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB19F0, List_1_UnityEngine_UIElements_UIR_RenderChain___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB19F8, List_1_UnityEngine_UIElements_UIR_RenderChain__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1AB0, List_1_UnityEngine_UIElements_VisualElement__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1AB8, List_1_UnityEngine_UIElements_UIR_RenderChain__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1AC0, List_1_UnityEngine_UIElements_UIR_RenderChain__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1AC8, List_1_UnityEngine_UIElements_UIR_RenderChain__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1AD0, List_1_UnityEngine_UIElements_UIR_RenderChain__IndexOf__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1AE0, LinkedPool_1_BasicNode_1_TextureEntry__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1AF0, LinkedPool_1_BasicNode_1_TextureEntry__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1BA0, LinkedPool_1_RenderChainCommand__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1BA8, LinkedPool_1_RenderChainCommand__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1BB0, Dictionary_2_UnityEngine_UIElements_VisualElement_UnityEngine_Vector2__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1BB8, Dictionary_2_UnityEngine_UIElements_VisualElement_UnityEngine_Vector2__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1C40, Dictionary_2_UnityEngine_UIElements_VisualElement_UnityEngine_Vector2__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1C68, LinkedPool_1_RenderChainCommand___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1C90, Dictionary_2_UnityEngine_UIElements_VisualElement_UnityEngine_Vector2___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1DD0, LinkedPoolItem_1_Allocator2D_Row___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1DF8, LinkedPool_1_Allocator2D_Row___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1E28, List_1_Photon_Realtime_RoomInfo__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1F90, Dictionary_2_System_Int32_Photon_Realtime_Player___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1FA0, Dictionary_2_System_Int32_Photon_Realtime_Player__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1FA8, Dictionary_2_System_Int32_Photon_Realtime_Player__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1FB0, Dictionary_2_System_Int32_Photon_Realtime_Player__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1FB8, Dictionary_2_System_Int32_Photon_Realtime_Player__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB1FF0, GameObject_AddComponent_73__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB2268, Enumerable_Empty_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB2320, List_1_UnityEngine_Yoga_YogaNode__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB2328, List_1_UnityEngine_Yoga_YogaNode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB2338, List_1_UnityEngine_Yoga_YogaNode__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB2360, List_1_UnityEngine_Yoga_YogaNode__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB2378, List_1_UnityEngine_Yoga_YogaNode__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB2690, GameObject_GetComponent_88__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB2800, GameObject_GetComponent_89__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB28F0, SharedVariable_1_UnityEngine_Material__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB2918, GameObject_GetComponent_90__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB2C48, GameObject_GetComponent_91__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB2C68, Task_1_GetComponent_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB2CB0, SharedVariable_1_System_Collections_Generic_List_1__3_set_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB2CE0, SharedVariable_1_System_Collections_Generic_List_1__2_set_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB2CF8, SharedVariable_1_UnityEngine_Object__set_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB2D08, SharedVariable_1_System_Collections_Generic_List_1__1_set_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB2D68, List_1_UnityEngine_Transform__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB2D70, SharedVariable_1_System_Collections_Generic_List_1__3_get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB2DA0, List_1_UnityEngine_Object__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB2DA8, SharedVariable_1_System_Collections_Generic_List_1__2_get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB2DB8, List_1_UnityEngine_Object__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB2DC0, SharedVariable_1_UnityEngine_Object__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB2E38, GameObject_GetComponent_92__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB2E88, SharedVariable_1_GenericVariable__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3248, Component_GetComponentsInParent_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3258, List_1_UnityEngine_UI_RectMask2D__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3288, GameObject_GetComponentsInParent_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3298, CollectionPool_2_System_Collections_Generic_List_1_UnityEngine_UI_RectMask2D__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB32A0, CollectionPool_2_System_Collections_Generic_List_1_UnityEngine_UI_RectMask2D__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB32A8, List_1_UnityEngine_UI_RectMask2D__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3370, Component_GetComponentsInChildren_33__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3390, CollectionPool_2_System_Collections_Generic_List_1_UnityEngine_UI_Mask__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB33B0, CollectionPool_2_System_Collections_Generic_List_1_UnityEngine_UI_Mask__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB34A8, Dictionary_2_System_String_System_UriParser__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB34B8, Dictionary_2_System_String_System_UriParser__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB34E8, Dictionary_2_System_String_System_UriParser__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3568, ObjectPool_1_UnityEngine_UI_LayoutRebuilder___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB35A8, List_1_UnityEngine_Component__RemoveAll__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB35C8, ObjectPool_1_UnityEngine_UI_LayoutRebuilder__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB35D0, Dictionary_2_System_String_System_UriParser___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB35D8, ObjectPool_1_UnityEngine_UI_LayoutRebuilder__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB35E0, Dictionary_2_System_String_System_UriParser__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3648, List_1_UnityEngine_RectTransform___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3650, List_1_UnityEngine_RectTransform__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3660, List_1_UnityEngine_RectTransform__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3738, LayoutGroup_SetProperty_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3780, LayoutGroup_SetProperty_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB37A8, List_1_UnityEngine_RectTransform__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB37C0, LayoutGroup_SetProperty_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB37D0, List_1_UnityEngine_RectTransform__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3840, SetPropertyUtility_2_SetStruct_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3848, LayoutGroup_SetProperty_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3888, LayoutGroup_SetProperty_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3900, SetPropertyUtility_2_SetStruct_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3908, Stack_1_System_Security_Cryptography_DerSequenceReader__Pop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3920, Stack_1_System_Security_Cryptography_DerSequenceReader__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3930, Stack_1_System_Security_Cryptography_DerSequenceReader__Push__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3938, Stack_1_System_Security_Cryptography_DerSequenceReader___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3960, ListTools_AddIfUnique_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3968, ListTools_AddIfUnique_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3980, List_1_T_Enumerator_System_Security_Cryptography_X509Certificates_X509Extension__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB39D8, EmptyObjects_1_Rewired_IControllerTemplate__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB39E0, List_1_T_Enumerator_System_Security_Cryptography_X509Certificates_X509Extension__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB39E8, List_1_T_Enumerator_System_Security_Cryptography_X509Certificates_X509Extension__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB39F0, Nullable_1_Internal_Cryptography_Pal_GeneralNameType__get_HasValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3A00, Nullable_1_Internal_Cryptography_Pal_GeneralNameType__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3A08, List_1_System_Security_Cryptography_X509Certificates_X509Extension__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3A10, Nullable_1_Internal_Cryptography_Pal_GeneralNameType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3AB0, List_1_System_Security_Cryptography_X509Certificates_X509Extension__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3AC8, List_1_System_Security_Cryptography_X509Certificates_X509Extension___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3B08, SetPropertyUtility_2_SetStruct_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3B30, SetPropertyUtility_2_SetStruct_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3B40, SetPropertyUtility_2_SetStruct_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3B70, SetPropertyUtility_2_SetStruct_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3B80, SetPropertyUtility_2_SetStruct_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3CB8, SetPropertyUtility_2_SetClass_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3D00, ReadOnlyCollection_1_Rewired_IControllerTemplate___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3D18, SetPropertyUtility_2_SetClass_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3D48, SetPropertyUtility_2_SetClass_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3D58, SetPropertyUtility_2_SetClass_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3D80, SetPropertyUtility_2_SetClass_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3DB0, SetPropertyUtility_2_SetClass_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3DD8, EmptyObjects_1_Rewired_ControllerElementIdentifier__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3E18, EmptyObjects_1_Rewired_Controller_Button__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3E28, EmptyObjects_1_Rewired_Controller_CompoundElement__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3E58, EmptyObjects_1_Rewired_Controller_Element__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3E70, ReadOnlyCollection_1_Rewired_Controller_Button___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3E88, ReadOnlyCollection_1_Rewired_Controller_CompoundElement___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3EA8, ReadOnlyCollection_1_Rewired_Controller_Element___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3EB8, List_1_Rewired_Controller_CompoundElement___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3EE8, List_1_Rewired_Controller_Element___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB3F08, EmptyObjects_1_Rewired_IControllerTemplate__get_array__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB41C0, Dictionary_2_System_String_System_String___ctor_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB41D0, ConcurrentDictionary_2_System_String_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB41D8, List_1_Rewired_ControllerElementIdentifier__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB41E0, ConcurrentDictionary_2_System_String_System_String___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB41E8, List_1_Rewired_ControllerElementIdentifier___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4200, List_1_Rewired_ControllerElementIdentifier__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4208, Enumerable_ToDictionary_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB42F8, ReadOnlyCollection_1_Rewired_ControllerElementIdentifier___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4320, ConcurrentDictionary_2_System_String_System_String__TryAdd__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4330, ConcurrentDictionary_2_System_String_System_String__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4690, List_1_Rewired_UpdateLoopType__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4698, List_1_Rewired_UpdateLoopType__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB46A0, EnumNameValueCache_1_Rewired_Config_UpdateLoopSetting__get_Default__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB46A8, EnumNameValueCache_1_Rewired_UpdateLoopType__get_Default__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB46B0, EnumNameValueCache_1_Rewired_UpdateLoopType__GetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB46B8, EnumNameValueCache_1_Rewired_Config_UpdateLoopSetting__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB46C0, EnumNameValueCache_1_Rewired_Config_UpdateLoopSetting__GetName__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB46C8, EnumNameValueCache_1_Rewired_Config_UpdateLoopSetting__GetValueAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB46F0, UpdateLoopDataSet_1_ButtonLoopSet_ButtonData__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB46F8, UpdateLoopDataSet_1_ButtonLoopSet_ButtonData__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4700, UpdateLoopDataSet_1_ButtonLoopSet_ButtonData__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4718, Dictionary_2_System_String_Rewired_SteamAction__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4728, Dictionary_2_System_String_Rewired_SteamAction___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4750, AList_1_MRGkKzhgDCfculrfXakxXfUSFUsK_pEhrOFQDNlWhiCRQwqLfhdkKHswE__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4778, UpdateLoopDataSet_1_ButtonLoopSet_ButtonData__GetUpdateLoopType__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4780, UpdateLoopDataSet_1_ButtonLoopSet_ButtonData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4798, AList_1_MRGkKzhgDCfculrfXakxXfUSFUsK_pEhrOFQDNlWhiCRQwqLfhdkKHswE___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB47F0, AList_1_MRGkKzhgDCfculrfXakxXfUSFUsK_pEhrOFQDNlWhiCRQwqLfhdkKHswE__RemoveAll__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4868, AList_1_MRGkKzhgDCfculrfXakxXfUSFUsK_pEhrOFQDNlWhiCRQwqLfhdkKHswE__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB48A0, ArrayTools_Populate_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB48A8, AList_1_Rewired_IControllerTemplate__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB48B0, AList_1_Rewired_IControllerTemplate___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB48F8, AList_1_Rewired_IControllerTemplate__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4938, AList_1_NEKNFNnBnMerBGmvtGdFgVoKfnGUA_RifmWctMhNdhIJYvjlOuqmVzJHgX__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4940, AList_1_NEKNFNnBnMerBGmvtGdFgVoKfnGUA_RifmWctMhNdhIJYvjlOuqmVzJHgX___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4948, MiscTools_Swap_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4958, ArrayTools_Populate_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4A18, SharedVariable_1_UnityEngine_Behaviour__set_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4A20, SharedVariable_1_UnityEngine_Behaviour__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4A38, GameObject_GetComponent_93__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4A48, GameObject_GetComponent_94__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4A58, GameObject_GetComponent_95__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4A68, GameObject_GetComponent_96__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4A78, SharedVariable_1_UnityEngine_Collider__set_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4A80, SharedVariable_1_UnityEngine_Collider__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4AA8, GameObjectExtensions_GetCachedComponent_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4AB0, GameObject_GetComponent_97__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4AB8, List_1_IntDataAnimation__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4AC0, SharedVariable_1_System_Collections_Generic_List_1__6_get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4AC8, List_1_IntDataAnimation__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4BD8, List_1_CrowPerchController__FindAll__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4BE0, List_1_CrowPerchController__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4BF8, Enumerable_Select_66__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4C00, Enumerable_ToList_32__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4C08, Enumerable_Select_67__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4C10, Object_1_FindAnyObjectByType_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4C18, Task_1_GetComponent_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4C50, List_1_List_1_UnityEngine_Vector3__FindIndex__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4C60, Enumerable_ToList_33__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4CD8, List_1_InnHoleController__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4CF0, List_1_InnHoleController__FindAll__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4CF8, Enumerable_Select_68__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4D00, Enumerable_ToList_34__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4D30, Enumerable_Select_69__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4D38, Enumerable_ToArray_26__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4D50, _f_AnonymousType0_2_System_Collections_Generic_List_1_System_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4D60, _f_AnonymousType0_2_System_Collections_Generic_List_1_System_Int32__get_vectorPath__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4D70, _f_AnonymousType0_2_System_Collections_Generic_List_1_System_Int32__get_index__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4DA0, Enumerable_ToArray_27__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4DA8, Enumerable_Where_41__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4DB0, Enumerable_Select_70__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4E10, GameObject_GetComponent_98__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4E38, List_1_UnityEngine_GameObject__FindAll__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4E60, Enumerable_Select_71__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4E70, Task_1_GetComponent_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB4E78, Task_1_GetComponent_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB57C8, CollectionPool_2_System_Collections_Generic_List_1_UnityEngine_UIVertex__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB57E0, CollectionPool_2_System_Collections_Generic_List_1_UnityEngine_UIVertex__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5898, EventHandler_1_ExecuteEvent_64__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB59B0, CollectionPool_2_System_Collections_Generic_List_1_UnityEngine_Vector4__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB59C0, CollectionPool_2_System_Collections_Generic_List_1_UnityEngine_Vector3__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB59D0, CollectionPool_2_System_Collections_Generic_List_1_UnityEngine_Color32__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB59F0, CollectionPool_2_System_Collections_Generic_List_1_UnityEngine_Vector3__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB59F8, CollectionPool_2_System_Collections_Generic_List_1_UnityEngine_Vector4__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5A00, GameObject_GetComponent_99__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5A08, CollectionPool_2_System_Collections_Generic_List_1_UnityEngine_Color32__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5AB8, ADictionary_2_System_Int32_Rewired_IControllerTemplateElement__GetValueSafe__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5B38, WeakReference_1_System_Text_RegularExpressions_RegexReplacement___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5B50, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Text_RegularExpressions_Regex_CachedCodeEntry___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5B80, List_1_UnityEngine_UI_Toggle__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5BE8, List_1_UnityEngine_UI_Toggle__Find__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5C00, List_1_System_String__Reverse__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5C10, Enumerable_Count_24__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5C28, EventHandler_1_ExecuteEvent_65__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5C48, List_1_Rewired_ControllerTemplate_kvOnxGBUMwSXiAWzvbgaylKBYqUs___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5C50, Enumerable_Where_42__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5C78, List_1_Rewired_ControllerTemplate_kvOnxGBUMwSXiAWzvbgaylKBYqUs__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5CC8, Enumerable_First_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5CE8, ListTools_AddAndCreateList_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5D30, ADictionary_2_System_Int32_Rewired_IControllerTemplateElement__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5DA0, Component_GetComponent_107__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5DA8, Dictionary_2_UnityEngine_Material_UnityEngine_Color__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5DF8, List_1_UnityEngine_UI_Toggle__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5E38, List_1_UnityEngine_UI_StencilMaterial_MatEntry___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5E40, ReadOnlyCollection_1_Rewired_IControllerTemplateElement___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5E88, List_1_UnityEngine_UI_StencilMaterial_MatEntry__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5EA0, List_1_UnityEngine_UI_StencilMaterial_MatEntry__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5EA8, List_1_Rewired_IControllerTemplateButton__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5EB8, List_1_Rewired_IControllerTemplateElement__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5EC0, List_1_Rewired_IControllerTemplateAxis__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5EC8, List_1_Rewired_IControllerTemplateAxis__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5ED0, List_1_Rewired_IControllerTemplateElement__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5EE0, List_1_Rewired_IControllerTemplateElement___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5EF0, List_1_Rewired_IControllerTemplateButton__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5EF8, List_1_Rewired_IControllerTemplateButton___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5F08, List_1_Rewired_IControllerTemplateAxis___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5FA8, Dictionary_2_UnityEngine_Material_UnityEngine_Color__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB5FF8, ADictionary_2_System_Int32_Rewired_IControllerTemplateElement___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6018, ADictionary_2_System_Int32_Rewired_IControllerTemplateElement__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6020, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Text_RegularExpressions_Regex_CachedCodeEntry__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6028, ADictionary_2_System_String_Rewired_IControllerTemplateElement___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6038, EntityEventListener_1_ICrowState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6040, ADictionary_2_System_String_Rewired_IControllerTemplateElement__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6048, List_1_UnityEngine_UI_StencilMaterial_MatEntry__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6058, Dictionary_2_UnityEngine_Material_UnityEngine_Color___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6060, List_1_UnityEngine_UI_StencilMaterial_MatEntry__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6090, GameObject_GetComponent_100__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB60B0, List_1_Rewired_IControllerTemplateAxis__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB60C0, List_1_Rewired_IControllerTemplateElement__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB60D0, List_1_Rewired_IControllerTemplateElement__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB60E0, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Text_RegularExpressions_Regex_CachedCodeEntry__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB60E8, List_1_Rewired_IControllerTemplateButton__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB60F8, IControllerTemplateMapSpecialElement_Internal_GetMapping_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6110, List_1_UnityEngine_UI_StencilMaterial_MatEntry__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6118, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Text_RegularExpressions_Regex_CachedCodeEntry__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6120, IControllerTemplateMapSpecialElement_Internal_GetMapping_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6130, IControllerTemplateMapSpecialElement_Internal_GetMapping_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6138, IControllerTemplateMapSpecialElement_Internal_GetMapping_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6140, IControllerTemplateMapSpecialElement_Internal_GetMapping_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6158, IControllerTemplateMapSpecialElement_Internal_GetMapping_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6170, IControllerTemplateMapSpecialElement_Internal_GetMapping_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6180, Dictionary_2_System_Text_RegularExpressions_Regex_CachedCodeEntryKey_System_Text_RegularExpressions_Regex_CachedCodeEntry__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB61C8, SetPropertyUtility_2_SetStruct_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB61D8, List_1_System_Text_RegularExpressions_Match__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB61E0, List_1_System_Text_RegularExpressions_Match__CopyTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6200, List_1_System_Text_RegularExpressions_Match__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6218, List_1_System_Text_RegularExpressions_Match__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6268, List_1_System_Text_RegularExpressions_Match__IndexOf__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB62B0, EventHandler_1_ExecuteEvent_66__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6348, List_1_System_Text_RegularExpressions_Match__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB63B0, List_1_System_Text_RegularExpressions_Match___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB63E0, List_1_UnityEngine_UI_Selectable___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6458, Component_GetComponent_108__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6468, EqualityComparer_1_System_Text_RegularExpressions_Group__get_Default__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6470, Dictionary_2_UnityEngine_Material_UnityEngine_Color__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB64E0, SetPropertyUtility_2_SetStruct_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6520, SetPropertyUtility_2_SetClass_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6580, EntityEventListener_1_IEnemyBasicState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6608, EqualityComparer_1_System_Text_RegularExpressions_Capture__get_Default__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6690, ReadOnlyCollection_1_Rewired_Controller_Hat___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB66C0, ReadOnlyCollection_1_Rewired_JoystickType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB66D0, EventHandler_1_ExecuteEvent_67__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6758, SetPropertyUtility_2_SetClass_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6798, List_1_Rewired_IControllerTemplate___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB67C0, HashSet_1_UnityEngine_UI_IClippable__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB67D0, List_1_Rewired_IControllerTemplate__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB67E0, List_1_Rewired_IControllerTemplate__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6800, Component_GetComponent_109__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6808, HashSet_1_UnityEngine_UI_MaskableGraphic__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6828, ArrayTools_Populate_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6870, SetPropertyUtility_2_SetStruct_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6880, EmptyObjects_1_Rewired_Controller_Hat__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6888, List_1_Rewired_Controller_Button__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6890, List_1_Rewired_Controller_Button___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB68A8, List_1_Rewired_Controller_Button__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6910, List_1_UnityEngine_UI_RectMask2D___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6958, HashSet_1_UnityEngine_UI_MaskableGraphic___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6968, HashSet_1_UnityEngine_UI_IClippable___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6988, EmptyObjects_1_Rewired_JoystickType__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6998, HashSet_1_T_Enumerator_UnityEngine_UI_IClippable__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB69A8, HashSet_1_UnityEngine_UI_MaskableGraphic__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB69C8, HashSet_1_UnityEngine_UI_IClippable__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB69F0, HashSet_1_T_Enumerator_UnityEngine_UI_MaskableGraphic__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6A00, HashSet_1_UnityEngine_UI_IClippable__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6A10, HashSet_1_T_Enumerator_UnityEngine_UI_IClippable__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6A20, HashSet_1_T_Enumerator_UnityEngine_UI_IClippable__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6A38, HashSet_1_T_Enumerator_UnityEngine_UI_MaskableGraphic__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6A48, HashSet_1_T_Enumerator_UnityEngine_UI_MaskableGraphic__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6A60, HashSet_1_UnityEngine_UI_MaskableGraphic__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6A80, HashSet_1_UnityEngine_UI_IClippable__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB6AA0, HashSet_1_UnityEngine_UI_MaskableGraphic__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7098, SortedDictionary_2_System_String_System_Char___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB70C0, SortedDictionary_2_System_String_System_Char__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB70D8, ReadOnlyCollection_1_Rewired_Controller_Axis2D___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB70E8, ReadOnlyCollection_1_Rewired_Controller_Axis___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB71E8, EmptyObjects_1_Rewired_Controller_Axis2D__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7208, EmptyObjects_1_Rewired_Controller_Axis__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7210, Lazy_1_System_Web_Util_HttpEncoder__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7238, Controller_CompoundElement_FKqoMXwksyYwglCiMZjznCnUOvvD_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7290, Lazy_1_System_Web_Util_HttpEncoder___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7298, Controller_CompoundElement_FKqoMXwksyYwglCiMZjznCnUOvvD_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB72D8, Controller_CompoundElement_LtyGAmlsKmPsiiPMNTTQGWOJDnuI_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7428, ReadOnlyCollection_1_Rewired_Controller_Element_xOoJsIJJrYLeLMCcefuYYRHXEZwJ_yShTYqkGIvmtEnfpaLxCqsdlnJlO___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7480, WeakReference_1_System_Text_RegularExpressions_RegexReplacement__TryGetTarget__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7488, WeakReference_1_System_Text_RegularExpressions_RegexReplacement__SetTarget__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB74B8, List_1_System_Text_RegularExpressions_RegexOptions__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB74C8, List_1_System_Text_RegularExpressions_RegexOptions__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB74D0, List_1_System_Text_RegularExpressions_RegexOptions__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7650, List_1_System_Text_RegularExpressions_RegexOptions__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7680, List_1_System_Text_RegularExpressions_RegexOptions___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7688, List_1_System_Text_RegularExpressions_RegexOptions__RemoveRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7690, List_1_System_Text_RegularExpressions_RegexNode__Reverse__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB76B8, List_1_System_Text_RegularExpressions_RegexNode__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB76C0, List_1_System_Text_RegularExpressions_RegexNode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB76C8, List_1_System_Text_RegularExpressions_RegexNode__RemoveRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB76D0, List_1_System_Text_RegularExpressions_RegexNode__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB76D8, List_1_System_Text_RegularExpressions_RegexNode__InsertRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7700, List_1_System_Text_RegularExpressions_RegexNode__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7708, List_1_System_Text_RegularExpressions_RegexNode__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7760, List_1_System_Text_RegularExpressions_RegexFC___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7770, List_1_System_Text_RegularExpressions_RegexFC__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7778, List_1_System_Text_RegularExpressions_RegexFC__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7780, List_1_System_Text_RegularExpressions_RegexFC__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7790, List_1_System_Text_RegularExpressions_RegexFC__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7808, Task_1_GetComponent_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7820, List_1_Rewired_ControllerMap__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7828, List_1_Rewired_ControllerMap__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7830, List_1_Rewired_ControllerMap___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7840, List_1_Rewired_ControllerMap__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7850, ReadOnlyCollection_1_Rewired_ControllerMap___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7860, List_1_Rewired_ControllerMap__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7868, List_1_Rewired_ControllerMap__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7870, List_1_Rewired_ControllerMap__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7880, GameObject_GetComponentsInChildren_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7890, SharedVariable_1_UnityEngine_HumanBodyBones__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7898, GameObject_GetComponentsInChildren_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB78B8, SharedVariable_1_BehaviorDesigner_Runtime_Tasks_Movement_DetectionMode__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB78D0, SharedVariable_1_BehaviorDesigner_Runtime_Tasks_Movement_DetectionMode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB78D8, SharedVariable_1_BehaviorDesigner_Runtime_Tasks_Movement_DetectionMode__set_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB78F0, Dictionary_2_UnityEngine_GameObject_Dictionary_2_System_Type_UnityEngine_Component___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7900, Dictionary_2_UnityEngine_GameObject_Dictionary_2_System_Type_UnityEngine_Component__1__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7908, Dictionary_2_UnityEngine_GameObject_Dictionary_2_System_Type_UnityEngine_Component__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7910, Queue_1_System_ValueTuple_2__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7918, Dictionary_2_UnityEngine_GameObject_Dictionary_2_System_Type_UnityEngine_Component__1_Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7920, Queue_1_System_ValueTuple_2__Dequeue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7930, MovementUtility_GetComponentsForType_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7958, ValueTuple_2_IntPtr_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7970, Queue_1_System_ValueTuple_2__Enqueue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7978, MovementUtility_GetComponentForType_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7980, Queue_1_System_ValueTuple_2___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7988, MovementUtility_GetParentComponentForType_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7990, MovementUtility_GetComponentForType_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB79A8, GameObjectExtensions_GetCachedComponent_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB79B8, GameObjectExtensions_GetCachedComponent_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB79D8, Task_1_GetComponent_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB79F8, UltimateCharacterLocomotion_GetAbility_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7A08, UltimateCharacterLocomotion_GetAbility_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7A28, EventHandler_1_ExecuteEvent_68__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7A38, EventHandler_1_ExecuteEvent_69__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7A48, Component_GetComponent_110__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7A58, UltimateCharacterLocomotion_GetAbility_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7A60, Enumerable_Select_72__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7A78, UltimateCharacterLocomotion_GetAbilities_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7AB0, UltimateCharacterLocomotion_GetAbilities_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7AD8, UltimateCharacterLocomotion_GetAbilities_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7AE8, GameObjectExtensions_GetCachedComponent_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7AF0, ReadOnlyCollection_1_System_Linq_Expressions_ParameterExpression__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7AF8, ReadOnlyCollection_1_System_Linq_Expressions_ParameterExpression__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7B08, GameObjectExtensions_GetCachedComponent_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7B28, UltimateCharacterLocomotion_GetAbilities_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7B38, ExpressionUtils_ReturnObject_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7B58, GameObjectExtensions_GetCachedParentComponent_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7B80, EventHandler_1_UnregisterEvent_54__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7B98, EventHandler_1_RegisterEvent_56__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7BA0, SharedVariable_1_Opsive_UltimateCharacterController_Inventory_ItemType__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7BB0, GameObjectExtensions_GetCachedComponent_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7BC0, GameObjectExtensions_GetCachedComponent_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7BC8, SharedVariable_1_Opsive_UltimateCharacterController_Inventory_ItemType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7BD8, SharedVariable_1_Opsive_Shared_Inventory_ItemDefinitionBase___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7CB8, KeyValuePair_2_System_Int32_UnityEngine_EventSystems_PointerEventData__ToString__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7CC8, List_1_UnityEngine_EventSystems_BaseRaycaster__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7CD0, List_1_UnityEngine_EventSystems_BaseRaycaster__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7CD8, List_1_UnityEngine_EventSystems_BaseRaycaster__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7CE0, Component_GetComponentsInParent_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7CE8, List_1_UnityEngine_EventSystems_BaseRaycaster___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7D10, List_1_UnityEngine_EventSystems_PointerInputModule_ButtonState__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7D28, List_1_UnityEngine_EventSystems_PointerInputModule_ButtonState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7D38, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_EventSystems_PointerEventData__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7D40, Dictionary_2_TKey_TValue_ValueCollection_System_Int32_UnityEngine_EventSystems_PointerEventData__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7D48, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_EventSystems_PointerEventData__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7D50, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_EventSystems_PointerEventData__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7D58, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_Int32_UnityEngine_EventSystems_PointerEventData__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7D60, Dictionary_2_System_Int32_UnityEngine_EventSystems_PointerEventData__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7D68, Dictionary_2_System_Int32_UnityEngine_EventSystems_PointerEventData__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7D70, KeyValuePair_2_System_Int32_UnityEngine_EventSystems_PointerEventData__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7D80, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_EventSystems_PointerEventData__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7D88, KeyValuePair_2_System_Int32_UnityEngine_EventSystems_PointerEventData__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7D90, Dictionary_2_System_Int32_UnityEngine_EventSystems_PointerEventData__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7D98, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_EventSystems_PointerEventData__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7DA0, List_1_UnityEngine_EventSystems_PointerInputModule_ButtonState__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7DA8, List_1_UnityEngine_EventSystems_PointerInputModule_ButtonState__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7DB8, GameObject_AddComponent_74__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7DC8, Component_GetComponents_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7DD0, GameObject_GetComponent_101__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7DD8, GameObject_GetComponentInParent_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7DE8, Dictionary_2_System_Int32_UnityEngine_EventSystems_PointerEventData__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7EB8, List_1_UnityEngine_Transform___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7F40, ExecuteEvents_ValidateEventData_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7FC8, List_1_UnityEngine_EventSystems_EventTrigger_Entry___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7FD8, List_1_UnityEngine_EventSystems_EventSystem___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7FE8, UnityEvent_1_UnityEngine_EventSystems_BaseEventData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7FF0, UnityEvent_1_UnityEngine_EventSystems_BaseEventData__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB7FF8, List_1_UnityEngine_EventSystems_EventTrigger_Entry__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8000, List_1_UnityEngine_EventSystems_EventTrigger_Entry__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8010, ExecuteEvents_ValidateEventData_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8040, List_1_UnityEngine_EventSystems_EventSystem__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8050, List_1_UnityEngine_EventSystems_EventSystem__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8058, List_1_UnityEngine_EventSystems_BaseInputModule___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8068, List_1_UnityEngine_EventSystems_EventSystem__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8078, List_1_UnityEngine_EventSystems_EventSystem__IndexOf__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8080, List_1_UnityEngine_EventSystems_EventSystem__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8088, List_1_UnityEngine_EventSystems_BaseInputModule__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8090, List_1_UnityEngine_EventSystems_BaseInputModule__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8098, Component_GetComponents_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB80A0, List_1_UnityEngine_EventSystems_BaseInputModule__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB80C0, ExecuteEvents_Execute_32__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB80C8, ExecuteEvents_Execute_33__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB80D8, List_1_UnityEngine_EventSystems_BaseRaycaster__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB80E0, List_1_UnityEngine_EventSystems_BaseRaycaster__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8168, List_1_UnityEngine_EventSystems_EventSystem__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8170, List_1_UnityEngine_EventSystems_EventSystem__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8190, KeyboardEventBase_1_KeyUpEvent__GetPooled_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB81C8, CallbackEventHandler_RegisterCallback_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB81D0, CallbackEventHandler_RegisterCallback_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB81D8, CallbackEventHandler_UnregisterCallback_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB81E0, CallbackEventHandler_UnregisterCallback_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB81F0, PointerEventBase_1_PointerDownEvent__GetPooled_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB81F8, PointerEventBase_1_PointerUpEvent__GetPooled_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8200, PointerEventBase_1_PointerMoveEvent__GetPooled_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8208, PointerEventBase_1_PointerCancelEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8228, GameObject_GetComponent_102__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8258, SharedVariable_1_PatrolRoute__set_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8268, SharedVariable_1_System_Collections_Generic_List_1__set_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8270, List_1_Waypoint___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8288, Behavior_FindTask_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8290, GameObject_GetComponent_103__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB82C0, Task_1_GetComponent_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB82F8, GameObject_GetComponentsInChildren_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8300, SharedVariable_1_PatrolRoute__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8330, Task_1_GetComponent_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8360, Enumerable_ToArray_28__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8378, Enumerable_Select_73__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB84C0, RingBuffer_1_Rewired_HID_HIDGyroscope_DeAenLGYTqNyWDVKOCMDwbfhHVkGA__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB84C8, RingBuffer_1_Rewired_HID_HIDGyroscope_DeAenLGYTqNyWDVKOCMDwbfhHVkGA__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB84D0, CollectionTools_Enqueue_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB84D8, ObjectPool_1_Rewired_HID_HIDGyroscope_DeAenLGYTqNyWDVKOCMDwbfhHVkGA__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB84E0, CollectionTools_Clear_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB84F8, RingBuffer_1_Rewired_HID_HIDGyroscope_DeAenLGYTqNyWDVKOCMDwbfhHVkGA___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8508, ObjectPool_1_Rewired_HID_HIDGyroscope_DeAenLGYTqNyWDVKOCMDwbfhHVkGA___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8588, List_1_Rewired_HID_HIDControllerElementWithDataSet_oBWNdsGlGNkIvPlfnFirbraBbQXRA__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8590, List_1_Rewired_HID_HIDControllerElementWithDataSet_oBWNdsGlGNkIvPlfnFirbraBbQXRA___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8598, List_1_Rewired_HID_HIDControllerElementWithDataSet_oBWNdsGlGNkIvPlfnFirbraBbQXRA__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB85B0, List_1_Rewired_InputManagers_CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_seWhRdmkWxldKiJZidihirlhHhzS__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB85C0, List_1_Rewired_InputManagers_CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_seWhRdmkWxldKiJZidihirlhHhzS__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB85C8, List_1_Rewired_InputManagers_CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_seWhRdmkWxldKiJZidihirlhHhzS__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB85D8, List_1_Rewired_InputManagers_CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_seWhRdmkWxldKiJZidihirlhHhzS___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8610, List_1_Rewired_InputManagers_CustomInputManager_CCQZvEYqckZKizBZZApHizhWbLwJ_seWhRdmkWxldKiJZidihirlhHhzS__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB86E8, List_1_Rewired_InputManagers_CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8710, List_1_Rewired_InputManagers_CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8778, List_1_Rewired_InputManagers_CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8788, List_1_Rewired_InputManagers_CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8798, List_1_Rewired_InputManagers_CustomInputManager_mmFsXwMiPuiLJOskemlPkNsdrQcf___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8858, ADictionary_2_System_Int32_PLVuESYMpevStRCbBgaqaHaZvFblA__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8860, ADictionary_2_System_Int32_nPRqIoqySXhujbVkqhHKfdEBznFW__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8868, UpdateLoopDataSet_1_ButtonLoopSet_ButtonData__SetUpdateLoop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8880, UpdateLoopDataSet_1_ButtonLoopSet_ButtonData__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8888, ADictionary_2_System_Int32_nPRqIoqySXhujbVkqhHKfdEBznFW__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8890, ADictionary_2_System_Int32_PLVuESYMpevStRCbBgaqaHaZvFblA__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8898, ADictionary_2_System_Int32_nPRqIoqySXhujbVkqhHKfdEBznFW__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB88B8, ADictionary_2_System_Int32_PLVuESYMpevStRCbBgaqaHaZvFblA__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB88C0, ADictionary_2_System_Int32_PLVuESYMpevStRCbBgaqaHaZvFblA__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB88C8, ADictionary_2_System_Int32_PLVuESYMpevStRCbBgaqaHaZvFblA__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB88D0, ADictionary_2_System_Int32_PLVuESYMpevStRCbBgaqaHaZvFblA__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB88D8, ADictionary_2_System_Int32_PLVuESYMpevStRCbBgaqaHaZvFblA__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB88E0, ADictionary_2_System_Int32_nPRqIoqySXhujbVkqhHKfdEBznFW__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB88E8, ADictionary_2_System_Int32_nPRqIoqySXhujbVkqhHKfdEBznFW__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB88F0, ADictionary_2_System_Int32_nPRqIoqySXhujbVkqhHKfdEBznFW__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB88F8, ADictionary_2_System_Int32_nPRqIoqySXhujbVkqhHKfdEBznFW__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8910, ADictionary_2_System_Int32_PLVuESYMpevStRCbBgaqaHaZvFblA___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8920, ADictionary_2_System_Int32_nPRqIoqySXhujbVkqhHKfdEBznFW___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8958, List_1_OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_UEUxULqgOKjFFoCtJehseWLRVSuFA___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8990, List_1_OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_UEUxULqgOKjFFoCtJehseWLRVSuFA__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB89B0, List_1_OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_UEUxULqgOKjFFoCtJehseWLRVSuFA__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB89B8, List_1_OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_UEUxULqgOKjFFoCtJehseWLRVSuFA__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB89C0, List_1_OkyanDQiQpkIuPEcUGkHHQHEBNIcb_izwgUWcgOicpMttghdAwcnaibiwbB_UEUxULqgOKjFFoCtJehseWLRVSuFA__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8B60, List_1_OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8B88, List_1_OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8BA0, List_1_OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8BA8, List_1_OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8BC8, List_1_OkyanDQiQpkIuPEcUGkHHQHEBNIcb_sHQLgJQMwRzSgbpnlIZedVujIDGDb__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8BE0, IInputSource_GetJoysticks_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8C38, SharedVariable_1_System_Collections_Generic_List_1__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8C40, List_1_Waypoint__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8C48, SharedVariable_1_System_Collections_Generic_List_1__4_get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8C50, List_1_UnityEngine_Collider__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8C58, List_1_UnityEngine_Collider__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8C60, List_1_T_Enumerator_UnityEngine_Collider__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8C68, List_1_T_Enumerator_UnityEngine_Collider__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8C70, List_1_T_Enumerator_UnityEngine_Collider__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8C88, Task_1_GetComponent_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8CF8, List_1_Photon_Bolt_BoltEntity__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8D18, List_1_T_Enumerator_Photon_Bolt_BoltEntity__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8D20, List_1_Photon_Bolt_BoltEntity__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8D28, List_1_T_Enumerator_Photon_Bolt_BoltEntity__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8D30, List_1_T_Enumerator_Photon_Bolt_BoltEntity__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8D90, List_1_ManorMirrorController__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8DF0, GameObjectExtensions_GetCachedComponent_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB8DF8, GameObjectExtensions_GetCachedComponent_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9090, IndexedDictionary_2_System_Int32_oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9098, IndexedDictionary_2_System_Int32_oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB90A8, IndexedDictionary_2_System_Int32_oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB90B8, IndexedDictionary_2_System_Int32_oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB90C0, IndexedDictionary_2_System_Int32_oQuUFLJuRrUxJDynhLyEQLTqbPLb_pOOliGvVQmJNBbyorAHplOFkGYyB__GetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9170, ValueWatcher_1_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9188, List_1_Rewired_Utils_Classes_Utility_ValueWatcher___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9198, List_1_Rewired_Utils_Classes_Utility_ValueWatcher__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB91A0, List_1_Rewired_Utils_Classes_Utility_ValueWatcher__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB91B8, ADictionary_2_System_Int32_Rewired_ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_NGtafHDtYZIXfpyTnVUJzXoLNIRb__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB91C8, ADictionary_2_System_Int32_Rewired_ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_NGtafHDtYZIXfpyTnVUJzXoLNIRb___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB91D8, ADictionary_2_System_Int32_Rewired_ReInput_DmhbSZjMCnZgLPemnolJFUVnzbICA_NGtafHDtYZIXfpyTnVUJzXoLNIRb__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB91E0, EmptyObjects_1_Rewired_Player__get_EmptyReadOnlyIListT__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB91F0, EmptyObjects_1_System_String__get_array__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB91F8, IntegratedSubsystem_1_UnityEngine_XR_XRInputSubsystemDescriptor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9210, IntegratedSubsystemDescriptor_1_UnityEngine_XR_XRInputSubsystem___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9220, IntegratedSubsystemDescriptor_1_UnityEngine_XR_XRMeshSubsystem___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9228, IntegratedSubsystem_1_UnityEngine_XR_XRMeshSubsystemDescriptor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9230, IntegratedSubsystem_1_UnityEngine_XR_XRDisplaySubsystemDescriptor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9238, IntegratedSubsystemDescriptor_1_UnityEngine_XR_XRDisplaySubsystem___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB93B8, InputFeatureUsage_1_InputTrackingState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9468, EventHandler_1_ExecuteEvent_70__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB94E0, Object_1_FindAnyObjectByType_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9548, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1_Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9570, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9588, GameObject_GetComponent_104__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9590, Array_ConvertAll_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9598, Array_IndexOf_254__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB95B0, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB95C8, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB95D0, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1_GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB95D8, List_1_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB95E0, List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1_get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB95E8, List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB95F0, List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1_MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB95F8, List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9600, List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__2_Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9608, List_1_T_Enumerator_UnityEngine_ResourceManagement_AsyncOperations_AsyncOperationHandle_1__1_Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9678, EventHandler_1_ExecuteEvent_71__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9728, EventHandler_1_ExecuteEvent_72__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9748, UltimateCharacterLocomotion_GetAbility_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB97E0, Object_1_FindAnyObjectByType_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9828, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphObjectPool_SharedObjectPoolBase__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB98E8, List_1_Dissonance_Networking_Server_Admin_IServerClientState__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9900, List_1_Dissonance_Networking_Server_Admin_IServerClientState__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9918, List_1_Dissonance_Networking_Server_Admin_IServerClientState__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9920, List_1_Dissonance_Networking_Server_Admin_IServerClientState__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9928, ReadOnlyCollection_1_Dissonance_Networking_Server_Admin_IServerClientState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9938, List_1_Dissonance_Networking_Server_Admin_IServerClientState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9988, ReadonlyLockedValue_1_T_Unlocker_System_Collections_Generic_List_1__2_get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9998, ReadonlyLockedValue_1_System_Collections_Generic_List_1__2_Lock__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB99B8, List_1_System_Byte__1_Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB99C0, List_1_System_Byte__1_Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB99C8, List_1_System_Byte__1_get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB99D0, List_1_System_Byte__1_get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB99F0, ReadonlyLockedValue_1_System_Collections_Generic_List_1__2__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB99F8, List_1_System_Byte__1__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9A58, List_1_System_Delegate__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9A60, List_1_System_Delegate___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9AC0, List_1_System_Delegate__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9AC8, List_1_System_Delegate__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9B00, Pool_1_System_Collections_Generic_List_1___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9B08, Dictionary_2_System_UInt16_List_1_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9B18, Dictionary_2_System_UInt16_List_1_System_String__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9B20, Pool_1_System_Collections_Generic_List_1__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9B28, Dictionary_2_System_UInt16_List_1_System_String__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9B30, Dictionary_2_System_UInt16_List_1_System_String__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9B38, Pool_1_System_Collections_Generic_List_1__Put__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9D90, Collection_1_System_String___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9E78, Array_Resize_140__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9E88, List_1_System_Diagnostics_Process__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9E90, List_1_System_Diagnostics_Process___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9E98, List_1_System_Diagnostics_Process__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CB9F10, Collection_1_System_String__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA110, Component_GetComponentsInChildren_34__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA120, Component_GetComponent_111__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA160, Component_GetComponent_112__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA188, Array_IndexOf_255__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA1C0, ExtentionMethods_GetOrAddComponent_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA1E0, GameObject_GetComponent_105__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA1F0, Component_GetComponent_113__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA210, List_1_UnityEngine_UI_Extensions_ReorderableListElement___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA238, List_1_UnityEngine_UI_Extensions_ReorderableListElement__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA240, List_1_UnityEngine_Transform__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA248, GameObject_AddComponent_75__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA270, Object_1_FindObjectsOfType_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA280, List_1_UnityEngine_UI_Extensions_ReorderableListElement__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA2D8, ExtentionMethods_GetOrAddComponent_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA300, GameObject_GetComponent_106__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA320, RangeSlider_SetClass_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA328, ConfigVars_GetOrCreatePlatformVars_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA340, ConfigVars_GetOrCreatePlatformVars_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA350, ConfigVars_GetOrCreatePlatformVars_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA358, ConfigVars_GetOrCreatePlatformVars_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA370, ConfigVars_GetOrCreatePlatformVars_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA388, UnityEvent_1_UnityEngine_EventSystems_PointerEventData_InputButton__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA3C8, UnityEvent_1_UnityEngine_EventSystems_PointerEventData_InputButton___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA410, ConfigVars_GetOrCreatePlatformVars_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA418, ConfigVars_GetOrCreatePlatformVars_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA4E0, List_1_UnityEngine_UI_Extensions_DropDownListItem___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA510, List_1_UnityEngine_UI_Extensions_DropDownListItem__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA530, List_1_System_WeakReference___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA550, List_1_UnityEngine_UI_Extensions_DropDownListButton__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA560, List_1_UnityEngine_UI_Extensions_DropDownListButton__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA578, List_1_UnityEngine_UI_Extensions_DropDownListButton__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA600, List_1_UnityEngine_UI_Extensions_DropDownListItem__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA620, GetSetValue_1_Rewired_Platforms_LinuxStandalonePrimaryInputSource___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA630, GetSetValue_1_Rewired_DeadZone2DType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA638, GetSetValue_1_Rewired_Platforms_WebGLPrimaryInputSource___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA648, GetSetValue_1_Rewired_Platforms_PS4PrimaryInputSource___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA650, GetSetValue_1_Rewired_AxisSensitivityType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA658, GetSetValue_1_Rewired_Config_UpdateLoopSetting___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA660, GetSetValue_1_Rewired_Platforms_OSXStandalonePrimaryInputSource___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA6D0, List_1_System_WeakReference__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA6E0, List_1_UnityEngine_UI_Extensions_DropDownListButton___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA6F8, List_1_System_WeakReference___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA708, List_1_System_WeakReference__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA720, GetSetValue_1_Rewired_Platforms_StadiaPrimaryInputSource___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA728, List_1_UnityEngine_UI_Extensions_DropDownListItem__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA738, GetSetValue_1_Rewired_Config_LogLevelFlags___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA740, GetSetValue_1_Rewired_Platforms_WindowsUWPPrimaryInputSource___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA748, List_1_UnityEngine_UI_Extensions_DropDownListItem__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA750, List_1_System_WeakReference__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA758, GetSetValue_1_Rewired_Config_ThrottleCalibrationMode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA760, List_1_UnityEngine_UI_Extensions_DropDownListItem__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA768, GetSetValue_1_Rewired_AxisSensitivity2DType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA778, GetSetValue_1_Rewired_Platforms_WindowsStandalonePrimaryInputSource___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA780, List_1_UnityEngine_UI_Extensions_DropDownListItem__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA788, GetSetValue_1_Rewired_Platforms_GameCoreXboxOnePrimaryInputSource___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA790, List_1_System_WeakReference__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA798, GetSetValue_1_Rewired_Platforms_GameCoreScarlettPrimaryInputSource___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA7A0, List_1_System_WeakReference__TrimExcess__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA7B8, GetSetValue_1_Rewired_Platforms_XboxOnePrimaryInputSource___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA7C8, List_1_System_WeakReference__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA7D0, GetSetValue_1_Rewired_Platforms_PS5PrimaryInputSource___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA7F0, Dictionary_2_System_String_UnityEngine_GameObject__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA810, Dictionary_2_System_String_UnityEngine_GameObject__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA820, Dictionary_2_System_String_UnityEngine_GameObject__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA848, Dictionary_2_System_String_UnityEngine_GameObject__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA950, Component_GetComponent_114__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBA9F8, Component_GetComponent_115__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBAA08, Dictionary_2_System_String_UnityEngine_GameObject___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBAAD0, BoxSlider_SetClass_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBABF8, KeyedGetSetValueStore_1_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBAC30, Component_GetComponent_116__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBAC38, Component_GetComponent_117__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBAC58, GameObject_GetComponent_107__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBAC88, GameObject_GetComponentInParent_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBAD70, List_1_UnityEngine_UI_ExtensionsToggle__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBAD80, List_1_OutdoorsAudioWindowPoint__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBAD98, KeyValuePair_2_System_Int32_Rewired_Data_ConfigVars_azUEuvNbipTVExojWRFquaZJFmGY__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBADA8, Dictionary_2_TKey_TValue_Enumerator_System_Int32_Rewired_Data_ConfigVars_azUEuvNbipTVExojWRFquaZJFmGY__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBADB8, Dictionary_2_TKey_TValue_Enumerator_System_Int32_Rewired_Data_ConfigVars_azUEuvNbipTVExojWRFquaZJFmGY__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBADC0, Dictionary_2_System_Int32_Rewired_Data_ConfigVars_azUEuvNbipTVExojWRFquaZJFmGY__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBADC8, List_1_UnityEngine_UI_ExtensionsToggle__Find__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBADD0, Dictionary_2_System_Int32_Rewired_Data_ConfigVars_hqPFCXOAONldUTOJGhDJeyDIdhxHb__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBADD8, List_1_UnityEngine_UI_ExtensionsToggle__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBADE8, Dictionary_2_System_Int32_Rewired_Data_ConfigVars_hqPFCXOAONldUTOJGhDJeyDIdhxHb__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBADF8, List_1_OutdoorsAudioWindowPoint__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBAE00, List_1_OutdoorsAudioWindowPoint__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBAE08, GameObject_AddComponent_76__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBAE10, List_1_OutdoorsAudioWindowPoint__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBAE20, List_1_T_Enumerator_OutdoorsAudioWindowPoint__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBAE30, GameObject_AddComponent_77__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBAE38, Component_GetComponentsInChildren_35__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBAE40, Enumerable_Where_43__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBAE48, List_1_T_Enumerator_OutdoorsAudioWindowPoint__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBAE78, List_1_T_Enumerator_OutdoorsAudioWindowPoint__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBAE80, List_1_OutdoorsAudioWindowPoint___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBAF60, UnityEvent_1_UnityEngine_UI_ExtensionsToggle__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBAF88, Dictionary_2_TKey_TValue_Enumerator_System_Int32_Rewired_Data_ConfigVars_azUEuvNbipTVExojWRFquaZJFmGY__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBAFA0, List_1_UnityEngine_UI_ExtensionsToggle___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBAFB0, UnityEvent_1_UnityEngine_UI_ExtensionsToggle___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBAFC8, ConfigVars_GetOrCreatePlatformVars_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBAFE0, List_1_UnityEngine_UI_ExtensionsToggle__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBAFE8, Dictionary_2_System_Int32_Rewired_Data_ConfigVars_azUEuvNbipTVExojWRFquaZJFmGY__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBAFF0, List_1_UnityEngine_UI_ExtensionsToggle__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB000, Dictionary_2_System_Int32_Rewired_Data_ConfigVars_azUEuvNbipTVExojWRFquaZJFmGY__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB018, List_1_UnityEngine_UI_ExtensionsToggle__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB128, Dictionary_2_System_Int32_Rewired_Data_ConfigVars_hqPFCXOAONldUTOJGhDJeyDIdhxHb__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB130, Dictionary_2_System_Int32_Rewired_Data_ConfigVars_hqPFCXOAONldUTOJGhDJeyDIdhxHb___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB1C8, EventHandler_1_UnregisterEvent_55__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB1F8, ReadOnlyCollection_1_Rewired_Platforms_Custom_CustomInputSource_Axis___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB200, ReadOnlyCollection_1_Rewired_Platforms_Custom_CustomInputSource_Button___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB220, EventHandler_1_RegisterEvent_57__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB248, Dictionary_2_System_Int32_Rewired_Data_ConfigVars_azUEuvNbipTVExojWRFquaZJFmGY___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB260, Dictionary_2_System_Int32_Rewired_Data_ConfigVars_azUEuvNbipTVExojWRFquaZJFmGY__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB2D8, ReadOnlyCollection_1_Rewired_Platforms_Custom_CustomInputSource_Joystick___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB2E8, List_1_Rewired_Platforms_Custom_CustomInputSource_Joystick___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB300, List_1_BGMController_BGM__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB308, List_1_BGMController_BGM__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB310, List_1_BGMController_BGM__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB318, List_1_BGMController_BGM__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB320, List_1_BGMController_BGM__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB328, List_1_BGMController_BGM__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB330, List_1_T_Enumerator_BGMController_BGM__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB338, List_1_BGMController_BGM__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB340, List_1_T_Enumerator_BGMController_BGM__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB348, List_1_Rewired_Platforms_Custom_CustomInputSource_Joystick__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB350, List_1_T_Enumerator_BGMController_BGM__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB358, List_1_Rewired_Platforms_Custom_CustomInputSource_Joystick__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB360, List_1_Rewired_Platforms_Custom_CustomInputSource_Joystick__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB368, List_1_BGMController_BGM___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB370, List_1_Rewired_Platforms_Custom_CustomInputSource_Joystick___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB390, List_1_Rewired_Platforms_Custom_CustomInputSource_Joystick__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB3A8, List_1_Rewired_Platforms_Custom_CustomInputSource_Joystick__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB3B8, List_1_Rewired_Platforms_Custom_CustomInputSource_Joystick__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB3C0, Component_GetComponentInParent_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB3D8, Array_IndexOf_256__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB408, Object_1_FindAnyObjectByType_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB438, Component_GetComponentInParent_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB4A0, Object_1_FindAnyObjectByType_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB4E0, Component_GetComponentsInChildren_36__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB4F8, Component_GetComponent_118__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB508, Component_GetComponent_119__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB510, Controller_Extension_GetController_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB560, Component_GetComponentInChildren_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB5E0, Component_GetComponent_120__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB618, List_1_AnimalGateSpawnPoint__Find__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB7C0, ObjectPool_1_Rewired_HID_HIDTouchpad_MEbbjOIqfeMIvctgibbviaUtKhNTA__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB7C8, RingBuffer_1_Rewired_HID_HIDTouchpad_MEbbjOIqfeMIvctgibbviaUtKhNTA__Dequeue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB7D0, CollectionTools_Enqueue_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB7D8, ObjectPool_1_Rewired_HID_HIDTouchpad_MEbbjOIqfeMIvctgibbviaUtKhNTA__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB818, RingBuffer_1_Rewired_HID_HIDTouchpad_MEbbjOIqfeMIvctgibbviaUtKhNTA___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB820, Component_GetComponent_121__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB830, ObjectPool_1_Rewired_HID_HIDTouchpad_MEbbjOIqfeMIvctgibbviaUtKhNTA___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB860, RingBuffer_1_Rewired_HID_HIDTouchpad_MEbbjOIqfeMIvctgibbviaUtKhNTA__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB8A8, LinqExtensions_DistinctBy_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB8C0, _f_AnonymousType1_3_Photon_Bolt_PrefabId_System_String_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB948, MiscTools_Swap_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBB9E0, GameObject_AddComponent_78__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBBA20, UnityEvent_1_UnityEngine_EventSystems_BaseEventData__AddListener__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBBA60, List_1_UnityEngine_UI_Extensions_TextPic_HrefInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBBA80, ExtentionMethods_GetOrAddComponent_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBBAA8, List_1_UnityEngine_EventSystems_EventTrigger_Entry__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBBAB8, ExtentionMethods_GetOrAddComponent_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBBAC0, List_1_UnityEngine_EventSystems_EventTrigger_Entry__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBBAE8, List_1_UnityEngine_UI_Extensions_TextPic_HrefInfo__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBBAF0, List_1_UnityEngine_UI_Extensions_TextPic_HrefInfo__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBBB10, UnityEvent_1_System_String__RemoveListener__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBBB28, Component_GetComponent_122__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBBB30, Component_GetComponentInParent_23__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBBB58, Component_GetComponentsInChildren_37__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBBB60, List_1_UnityEngine_UI_Image__RemoveAll__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBBB70, List_1_UnityEngine_UI_Extensions_TextPic_HrefInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBBB78, List_1_UnityEngine_UI_Extensions_TextPic_HrefInfo__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBBB90, UnityEvent_1_UnityEngine_UI_Extensions_IBoxSelectable___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBBBA0, UnityEvent_1_UnityEngine_UI_Extensions_IBoxSelectable__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBBBD8, List_1_UnityEngine_MonoBehaviour__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBBBE0, List_1_UnityEngine_MonoBehaviour___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBBBF0, List_1_UnityEngine_MonoBehaviour__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBBBF8, List_1_UnityEngine_UI_Extensions_IBoxSelectable___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBBC08, List_1_UnityEngine_UI_Extensions_IBoxSelectable__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBBC10, List_1_UnityEngine_UI_Extensions_IBoxSelectable__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBBC18, Object_1_FindObjectsOfType_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC050, KeyValuePair_2_System_String_List_1_System_UInt16__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC070, Log_Warn_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC078, Dictionary_2_System_String_List_1_System_UInt16___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC168, GameObject_GetComponentsInChildren_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC1C0, GameObject_GetComponent_108__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC1F8, Object_1_FindAnyObjectByType_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC218, Enumerable_OrderBy_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC238, GameObject_GetComponent_109__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC270, List_1_AsylumWinEndingController_PlayerPrefab__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC280, List_1_AsylumWinEndingController_PlayerPrefab__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC290, List_1_AsylumWinEndingController_PlayerPrefab___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC2B0, List_1_AsylumWinEndingController_PlayerPrefab__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC2C0, List_1_AsylumWinEndingController_PlayerPrefab__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC368, GameObject_GetComponent_110__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC458, GameObject_GetComponent_111__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC488, GameObject_GetComponent_112__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC4A0, KeyValuePair_2_UnityEngine_AudioSource_System_Single__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC4A8, KeyValuePair_2_UnityEngine_AudioSource_System_Single__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC4B0, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_AudioSource_System_Single__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC4B8, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_AudioSource_System_Single__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC4C0, Dictionary_2_UnityEngine_AudioSource_System_Single__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC4C8, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_AudioSource_System_Single__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC4D0, Dictionary_2_UnityEngine_AudioSource_System_Single___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC4E0, Dictionary_2_UnityEngine_AudioSource_System_Single__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC4E8, Component_GetComponentInParent_24__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC550, Component_GetComponentInParent_25__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC578, LayoutGroup_SetProperty_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC5D0, List_1_UnityEngine_RectTransform__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC5F8, Component_GetComponent_123__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC648, Component_GetComponent_124__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC650, Component_GetComponent_125__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC700, GameObject_AddComponent_79__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC708, GameObject_GetComponent_113__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC710, Component_GetComponent_126__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC7A0, List_1_System_Security_Cryptography_X509Certificates_X509CertificateImpl__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC7A8, List_1_System_Security_Cryptography_X509Certificates_X509CertificateImpl__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC7B0, List_1_T_Enumerator_System_Security_Cryptography_X509Certificates_X509CertificateImpl__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC7B8, List_1_T_Enumerator_System_Security_Cryptography_X509Certificates_X509CertificateImpl__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC7C0, List_1_System_Security_Cryptography_X509Certificates_X509CertificateImpl__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC7C8, List_1_T_Enumerator_System_Security_Cryptography_X509Certificates_X509CertificateImpl__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC7D0, List_1_System_Security_Cryptography_X509Certificates_X509CertificateImpl__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC7E8, List_1_System_Security_Cryptography_X509Certificates_X509CertificateImpl__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC820, List_1_System_Security_Cryptography_X509Certificates_X509CertificateImpl___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC858, ReadOnlyCollection_1_Rewired_Data_Player_Editor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC868, ReadOnlyCollection_1_Rewired_Data_Mapping_ControllerMap_Editor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC878, ReadOnlyCollection_1_Rewired_InputCategory___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC880, ReadOnlyCollection_1_Rewired_InputAction___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC890, ReadOnlyCollection_1_Rewired_InputBehavior___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC898, ReadOnlyCollection_1_Rewired_InputLayout___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC8A0, ReadOnlyCollection_1_Rewired_Data_ControllerMapEnabler_RuleSet_Editor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC8B0, ReadOnlyCollection_1_Rewired_Data_ControllerMapLayoutManager_RuleSet_Editor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC8C0, ReadOnlyCollection_1_Rewired_InputMapCategory___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC968, List_1_Rewired_Data_Mapping_ControllerMap_Editor__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBC970, ListTools_ShallowCopy_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCA20, ListTools_OffsetAtIndex_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCA30, List_1_Rewired_Data_ControllerMapEnabler_RuleSet_Editor__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCA48, List_1_Rewired_Data_ControllerMapEnabler_RuleSet_Editor__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCAE0, List_1_Rewired_Data_ControllerMapEnabler_RuleSet_Editor__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCAE8, List_1_Rewired_Data_ControllerMapEnabler_RuleSet_Editor__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCB00, List_1_Rewired_Data_ControllerMapEnabler_RuleSet_Editor__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCB48, List_1_Rewired_Data_ControllerMapLayoutManager_RuleSet_Editor__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCBA0, ListTools_OffsetAtIndex_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCBB0, List_1_Rewired_Data_ControllerMapLayoutManager_RuleSet_Editor__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCBC8, List_1_Rewired_Data_ControllerMapLayoutManager_RuleSet_Editor__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCBD0, List_1_Rewired_Data_Player_Editor_RuleSetMapping__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCBD8, List_1_Rewired_Data_ControllerMapLayoutManager_RuleSet_Editor__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCBF0, List_1_Rewired_Data_ControllerMapLayoutManager_RuleSet_Editor__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCC18, ListTools_OffsetAtIndex_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCC30, List_1_Rewired_Data_CustomController_Editor__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCC38, List_1_Rewired_Data_CustomController_Editor__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCC40, List_1_Rewired_Data_CustomController_Editor__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCC60, List_1_Rewired_Data_CustomController_Editor__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCCA0, List_1_Rewired_Data_CustomController_Editor__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCD28, List_1_System_Byte__2__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCDC0, List_1_System_Byte__2_Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCDF8, List_1_Rewired_Data_Mapping_ControllerMap_Editor__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCE40, List_1_System_Security_Cryptography_Oid__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCE58, List_1_System_Security_Cryptography_Oid__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCE60, List_1_T_Enumerator_System_Security_Cryptography_Oid__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCE68, List_1_T_Enumerator_System_Security_Cryptography_Oid__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCE70, List_1_T_Enumerator_System_Security_Cryptography_Oid__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCEA8, List_1_System_Security_Cryptography_Oid__CopyTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCED0, List_1_System_Security_Cryptography_AsnEncodedData__CopyTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCEF0, List_1_System_Security_Cryptography_Oid___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCF08, List_1_System_Security_Cryptography_Oid__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCF10, List_1_System_Security_Cryptography_Oid__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCF40, List_1_System_Security_Cryptography_AsnEncodedData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCF50, List_1_System_Security_Cryptography_AsnEncodedData__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCF58, List_1_System_Security_Cryptography_AsnEncodedData__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCF98, List_1_System_Security_Cryptography_AsnEncodedData__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCFA0, List_1_System_Security_Cryptography_AsnEncodedData__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCFB0, LazyInitializer_EnsureInitialized_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBCFF8, LazyInitializer_EnsureInitialized_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD060, List_1_Rewired_InputLayout__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD070, List_1_Rewired_InputLayout__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD088, List_1_Rewired_InputLayout__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD098, List_1_Rewired_InputLayout__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD0E8, ListTools_OffsetAtIndex_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD100, Array_Sort_257__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD108, ListTools_OffsetAtIndex_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD160, List_1_Rewired_InputMapCategory__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD170, List_1_Rewired_Data_Mapping_ControllerMap_Editor__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD178, List_1_Rewired_InputMapCategory__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD198, List_1_Rewired_InputMapCategory__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD1A8, List_1_Rewired_InputMapCategory__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD208, ListTools_OffsetAtIndex_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD210, List_1_Rewired_InputBehavior__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD230, List_1_Rewired_InputBehavior__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD270, List_1_Rewired_InputCategory__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD278, List_1_Rewired_InputCategory__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD290, List_1_Rewired_InputCategory__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD2B0, List_1_Rewired_InputCategory__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD2E8, ListTools_OffsetAtIndex_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD378, List_1_Rewired_InputAction__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD398, List_1_Rewired_InputAction__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD3B8, List_1_Rewired_Data_Player_Editor__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD3C0, ListTools_OffsetAtIndex_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD3C8, List_1_Rewired_Data_Player_Editor__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD458, List_1_Rewired_Data_Mapping_ControllerMap_Editor__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD468, List_1_Rewired_KeyboardMap___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD470, List_1_Rewired_Data_Mapping_ControllerMap_Editor__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD478, List_1_Rewired_KeyboardMap__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD480, List_1_Rewired_InputBehavior__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD488, List_1_Rewired_InputBehavior__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD490, List_1_Rewired_InputAction__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD498, List_1_Rewired_InputAction__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD4A0, List_1_Rewired_InputAction__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD4A8, List_1_Rewired_Data_Player_Editor__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD4B8, List_1_Rewired_Data_Player_Editor__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD4C0, List_1_Rewired_MouseMap___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD4D0, List_1_Rewired_MouseMap__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD4D8, List_1_Rewired_InputBehavior___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD4E0, List_1_Rewired_InputAction___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD4E8, List_1_Rewired_Data_CustomController_Editor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD4F0, List_1_Rewired_InputCategory___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD4F8, List_1_Rewired_Data_Player_Editor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD500, List_1_Rewired_Data_ControllerMapLayoutManager_RuleSet_Editor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD508, List_1_Rewired_InputLayout___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD510, List_1_Rewired_Data_ControllerMapEnabler_RuleSet_Editor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD518, List_1_Rewired_Data_Mapping_ControllerMap_Editor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD520, List_1_Rewired_InputMapCategory___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD528, List_1_Rewired_Data_Player_Editor__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD530, List_1_Rewired_InputLayout__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD538, List_1_Rewired_InputBehavior__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD540, List_1_Rewired_InputCategory__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD550, List_1_Rewired_InputMapCategory__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD680, List_1_XXNesqlLzdVyNWEawBsQGxYGjphX___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD690, List_1_Rewired_Data_Player_Editor_RuleSetMapping__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD6A0, List_1_XXNesqlLzdVyNWEawBsQGxYGjphX__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD6B0, List_1_XXNesqlLzdVyNWEawBsQGxYGjphX__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD6F8, MiscTools_DeepClone_66__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD7B8, List_1_Rewired_Data_Player_Editor_RuleSetMapping__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD7E8, MiscTools_DeepClone_67__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD7F8, MiscTools_DeepClone_68__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD808, List_1_Rewired_Data_Player_Editor_CreateControllerInfo__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD818, List_1_Rewired_Data_Player_Editor_Mapping__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD828, List_1_Rewired_Data_Player_Editor_Mapping__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD838, List_1_Rewired_Data_Player_Editor_CreateControllerInfo__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD848, List_1_Rewired_Data_Player_Editor_Mapping__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD858, List_1_Rewired_Data_Player_Editor_CreateControllerInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD898, List_1_Rewired_Data_Player_Editor_CreateControllerInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD8B8, List_1_Rewired_Data_Player_Editor_RuleSetMapping___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBD9D8, MiscTools_DeepClone_69__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDA30, List_1_Rewired_Data_Player_Editor_Mapping___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDA48, ListTools_OffsetAtIndex_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDA58, ListTools_OffsetAtIndex_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDA68, CustomController_Editor_DeleteElement_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDA70, CustomController_Editor_DeleteElement_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDA78, List_1_Rewired_Data_CustomController_Editor_Button__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDA88, List_1_Rewired_Data_CustomController_Editor_Axis__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDAA0, List_1_Rewired_ControllerElementIdentifier__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDAB0, CustomController_Editor_LrpaQemiFqjAqmcSpRyEEJtfSKGR_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDAB8, CustomController_Editor_LrpaQemiFqjAqmcSpRyEEJtfSKGR_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDAC0, ListTools_Combine_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDB00, List_1_Rewired_Data_CustomController_Editor_Button___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDB08, List_1_Rewired_ControllerElementIdentifier___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDB10, List_1_Rewired_Data_CustomController_Editor_Axis___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDB20, List_1_Rewired_Data_CustomController_Editor_Axis__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDB28, ListTools_Combine_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDB38, List_1_Rewired_Data_CustomController_Editor_Button___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDB40, List_1_Rewired_Data_CustomController_Editor_Axis___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDB48, List_1_Rewired_Data_CustomController_Editor_Axis__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDB50, List_1_Rewired_Data_CustomController_Editor_Button__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDB70, List_1_Rewired_Data_CustomController_Editor_Button__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDB78, ArrayTools_IsNullOrEmpty_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDB88, ArrayTools_IsNullOrEmpty_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDC08, SetPropertyUtility_1_SetClass_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDC18, List_1_UnityEngine_Vector2__1_GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDC20, List_1_T_Enumerator_UnityEngine_Vector2__1_MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDC28, List_1_T_Enumerator_UnityEngine_Vector2__1_get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDC30, List_1_T_Enumerator_UnityEngine_Vector2__1_Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDC48, List_1_UnityEngine_UIVertex__2__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDC50, List_1_UnityEngine_UIVertex__2_get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDC60, List_1_UnityEngine_UIVertex__2_Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDC80, List_1_UnityEngine_UIVertex__2_get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDC90, List_1_UnityEngine_Vector2__1_get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDCA8, List_1_UnityEngine_Vector2__1_get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDCC0, Stack_1_UnityEngine_UI_Extensions_Menu__Push__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDCC8, Stack_1_UnityEngine_UI_Extensions_Menu__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDCD0, Stack_1_UnityEngine_UI_Extensions_Menu__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDCD8, Stack_1_UnityEngine_UI_Extensions_Menu__Peek__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDCE0, Stack_1_T_Enumerator_UnityEngine_UI_Extensions_Menu__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDCE8, Stack_1_T_Enumerator_UnityEngine_UI_Extensions_Menu__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDCF0, Stack_1_UnityEngine_UI_Extensions_Menu__Pop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDD10, Stack_1_UnityEngine_UI_Extensions_Menu___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDD20, GameObject_GetComponent_114__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDD28, Stack_1_T_Enumerator_UnityEngine_UI_Extensions_Menu__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDD88, LayoutGroup_SetProperty_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDD90, LayoutGroup_SetProperty_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDDE8, ExtentionMethods_GetOrAddComponent_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDDF0, Component_GetComponent_127__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDDF8, GameObject_AddComponent_80__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDF10, List_1_UnityEngine_GameObject__IndexOf__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDF18, List_1_UnityEngine_GameObject__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDF28, GameObject_GetComponentInParent_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDF38, SchedulerBase_Schedule_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDF40, Component_GetComponentInParent_26__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDF48, Component_GetComponentInParent_27__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDF50, Dictionary_2_UnityEngine_GameObject_Pathfinding_RVO_RVOController___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDF68, Dictionary_2_UnityEngine_GameObject_Pathfinding_RVO_RVOController__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDF70, Dictionary_2_UnityEngine_GameObject_Pathfinding_RVO_RVOController__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDF78, Dictionary_2_UnityEngine_GameObject_Pathfinding_RVO_RVOController__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDF80, EntityEventListener_1_IDoorNumberState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDFB8, Component_GetComponentInParent_28__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDFD8, Dictionary_2_Photon_Bolt_BoltEntity_System_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDFE0, KeyValuePair_2_Photon_Bolt_BoltEntity_System_Int32__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDFE8, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_BoltEntity_System_Int32__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDFF0, KeyValuePair_2_Photon_Bolt_BoltEntity_System_Int32__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBDFF8, Dictionary_2_Photon_Bolt_BoltEntity_System_Int32__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE000, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_BoltEntity_System_Int32__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE008, Dictionary_2_TKey_TValue_Enumerator_Photon_Bolt_BoltEntity_System_Int32__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE018, GameObject_GetComponent_115__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE020, Dictionary_2_Photon_Bolt_BoltEntity_System_Int32__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE028, Dictionary_2_Photon_Bolt_BoltEntity_System_Int32__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE030, Dictionary_2_Photon_Bolt_BoltEntity_System_Int32__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE048, GameObject_AddComponent_81__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE080, BoltPlayer_1_Photon_Bolt_IPlayerState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE0D0, GameObject_AddComponent_82__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE120, Object_1_FindObjectsByType_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE190, Component_GetComponent_128__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE1C0, List_1_WinEndingController_PlayerPrefab__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE1C8, List_1_WinEndingController_PlayerPrefab__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE1D0, List_1_WinEndingController_PlayerPrefab___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE200, List_1_WinEndingController_PlayerPrefab__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE208, List_1_WinEndingController_PlayerPrefab__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE2D8, Component_GetComponent_129__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE358, Enumerable_Where_44__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE408, Enumerable_Where_45__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE448, Enumerable_Where_46__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE498, Enumerable_Where_47__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE4D8, Enumerable_Where_48__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE528, Component_GetComponent_130__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE558, Dictionary_2_UnityEngine_Vector3Int_System_String__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE568, Dictionary_2_UnityEngine_Vector3Int_System_String__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE570, Dictionary_2_UnityEngine_Vector3Int_System_String__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE5A0, Dictionary_2_UnityEngine_Vector3Int_System_String__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE608, Dictionary_2_UnityEngine_Vector3Int_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE668, Dictionary_2_System_String_System_Object__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE680, Dictionary_2_System_String_System_Net_TrackingValidationObjectDictionary_ValidateAndParseValue__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE830, BidirectionalDictionary_2_Interop_SECURITY_STATUS_System_Net_SecurityStatusPalErrorCode__TryGetBackward__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE868, BidirectionalDictionary_2_Interop_SECURITY_STATUS_System_Net_SecurityStatusPalErrorCode__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE878, BidirectionalDictionary_2_Interop_SECURITY_STATUS_System_Net_SecurityStatusPalErrorCode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE968, BidirectionalDictionary_2_Interop_SECURITY_STATUS_System_Net_SecurityStatusPalErrorCode__TryGetForward__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE990, Component_GetComponent_131__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE9C8, Component_GetComponent_132__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE9D0, Component_GetComponent_133__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBE9F8, GameObject_GetComponentInParent_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBEA00, GameObject_GetComponentInChildren_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBEA08, Component_GetComponent_134__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBEA70, Dictionary_2_System_String_UnityEngine_Shader___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBEAA8, Dictionary_2_System_String_UnityEngine_Shader__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBEAB0, Dictionary_2_System_String_UnityEngine_Shader__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBEAB8, Dictionary_2_System_String_UnityEngine_Shader__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBECD8, ScrollRectEx_DoForParents_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBED30, ScrollRectEx_DoForParents_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBEDA0, ScrollRectEx_DoForParents_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBEDE0, ScrollRectEx_DoForParents_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBEE40, ScrollRectEx_DoForParents_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBEE70, List_1_UnityEngine_UI_Toggle__IndexOf__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBEF10, Component_GetComponent_135__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBEF48, Component_GetComponents_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBEF50, Component_GetComponents_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBEF58, Component_GetComponents_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF010, Marshal_SizeOf_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF070, Component_GetComponentsInChildren_38__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF080, Enumerable_ToList_35__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF120, Marshal_PtrToStructure_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF168, Marshal_SizeOf_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF180, Marshal_SizeOf_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF1A8, Marshal_SizeOf_23__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF240, Component_GetComponentInChildren_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF300, Object_1_FindObjectOfType_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF350, Object_1_FindObjectOfType_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF5E0, HardwareJoystickMap_GetUniversalDefaultMap_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF5E8, HardwareJoystickMap_TryGetFirstValidMap_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF5F0, HardwareJoystickMap_TryGetFirstMatchingMap_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF5F8, HardwareJoystickMap_GetUniversalDefaultMap_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF648, HardwareJoystickMap_TryGetFirstValidMap_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF698, MiscTools_DeepClone_70__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF6A0, MiscTools_DeepClone_71__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF6B0, MiscTools_DeepClone_72__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF6B8, MiscTools_DeepClone_73__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF740, MiscTools_DeepClone_74__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF748, MiscTools_DeepClone_75__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF758, MiscTools_DeepClone_76__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF768, MiscTools_DeepClone_77__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF770, MiscTools_DeepClone_78__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF780, MiscTools_DeepClone_79__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF790, MiscTools_DeepClone_80__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF798, MiscTools_DeepClone_81__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF7A0, MiscTools_DeepClone_82__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF7B0, MiscTools_DeepClone_83__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF7C0, MiscTools_DeepClone_84__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF7C8, MiscTools_DeepClone_85__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF7D8, MiscTools_DeepClone_86__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF7E0, ArrayTools_ShallowCopy_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF8C8, List_1_Rewired_Data_Mapping_ActionCategoryMap_Entry__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF8D0, List_1_Rewired_Data_Mapping_ActionCategoryMap_Entry__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF8E0, List_1_Rewired_Data_Mapping_ActionCategoryMap_Entry__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF8E8, List_1_Rewired_Data_Mapping_ActionCategoryMap_Entry__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF8F0, List_1_Rewired_Data_Mapping_ActionCategoryMap_Entry__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF8F8, List_1_Rewired_Data_Mapping_ActionCategoryMap_Entry___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF908, List_1_Rewired_Data_Mapping_ActionCategoryMap_Entry___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF910, List_1_Rewired_ControllerMapLayoutManager_Rule___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF920, List_1_Rewired_ControllerMapLayoutManager_Rule__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF930, MiscTools_DeepClone_87__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF940, List_1_Rewired_Data_ControllerMapLayoutManager_Rule_Editor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF970, List_1_Rewired_ControllerMapEnabler_Rule___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF980, List_1_Rewired_ControllerMapEnabler_Rule__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF990, MiscTools_DeepClone_88__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF9A0, List_1_Rewired_Data_ControllerMapEnabler_Rule_Editor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBF9B8, MiscTools_DeepClone_89__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBFA50, List_1_Rewired_Data_Player_Editor_Mapping__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBFAA8, List_1_Rewired_InputLayout__FindIndex__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBFBC8, JsonTools_Clone_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBFBF0, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_mgaeNlBrOrbQfQxfnbzpJqktZmPVA_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBFC08, JsonTools_Clone_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBFC10, List_1_Rewired_ActionElementMap__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBFC60, List_1_Rewired_Data_ControllerMapEnabler_Rule_Editor__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBFC70, JsonTools_Clone_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBFC78, List_1_Rewired_Data_ControllerMapEnabler_Rule_Editor__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBFCB0, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_mgaeNlBrOrbQfQxfnbzpJqktZmPVA_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBFCC8, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_mgaeNlBrOrbQfQxfnbzpJqktZmPVA_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBFCD0, List_1_Rewired_Data_Player_Editor_CreateControllerInfo__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBFCE0, List_1_Rewired_Data_Player_Editor_RuleSetMapping__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBFCE8, List_1_Rewired_Data_Player_Editor_Mapping__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBFCF8, JsonTools_Clone_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBFD00, JsonTools_Clone_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBFD08, JsonTools_Clone_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBFD18, JsonTools_Clone_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBFD60, List_1_Rewired_Data_ControllerMapLayoutManager_Rule_Editor__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBFD68, List_1_Rewired_Data_ControllerMapLayoutManager_Rule_Editor__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBFD70, JsonTools_Clone_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBFDE0, JsonTools_Clone_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CBFDE8, JsonTools_Clone_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0000, Component_GetComponent_136__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC00D0, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_NGtTjQgYbQdvKgaaxDirujApcpoO_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC00E0, Component_GetComponent_137__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC00E8, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_NGtTjQgYbQdvKgaaxDirujApcpoO_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC00F8, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_NGtTjQgYbQdvKgaaxDirujApcpoO_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0100, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_NGtTjQgYbQdvKgaaxDirujApcpoO_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0108, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_NGtTjQgYbQdvKgaaxDirujApcpoO_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0110, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_NGtTjQgYbQdvKgaaxDirujApcpoO_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0118, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_NGtTjQgYbQdvKgaaxDirujApcpoO_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0280, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_NGtTjQgYbQdvKgaaxDirujApcpoO_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0288, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_NGtTjQgYbQdvKgaaxDirujApcpoO_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC02A0, UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_NGtTjQgYbQdvKgaaxDirujApcpoO_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC02B8, List_1_Rewired_Data_UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC02C8, JsonTools_Clone_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC02D0, JsonTools_Clone_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC03F8, JsonUtility_FromJson_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0470, List_1_UnityEngine_UI_Image___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0478, Dictionary_2_NolanBehaviour_UnityEngine_GameObject___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0498, List_1_UnityEngine_UI_Image__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC04B0, List_1_UnityEngine_UI_Image__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC04C0, Component_GetComponent_138__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC04C8, List_1_UnityEngine_UI_Image__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC06F0, Dictionary_2_TKey_TValue_Enumerator_NolanBehaviour_UnityEngine_GameObject__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC06F8, KeyValuePair_2_NolanBehaviour_UnityEngine_GameObject__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0700, Dictionary_2_NolanBehaviour_UnityEngine_GameObject__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0708, Dictionary_2_TKey_TValue_Enumerator_NolanBehaviour_UnityEngine_GameObject__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0710, Dictionary_2_TKey_TValue_Enumerator_NolanBehaviour_UnityEngine_GameObject__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0738, Dictionary_2_NolanBehaviour_UnityEngine_GameObject__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0740, Dictionary_2_NolanBehaviour_UnityEngine_GameObject__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0748, Dictionary_2_NolanBehaviour_UnityEngine_GameObject__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0780, Dictionary_2_NolanBehaviour_UnityEngine_GameObject__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0788, GameObject_GetComponent_116__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC07F0, Component_GetComponent_139__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC07F8, GameObject_GetComponent_117__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0870, Component_GetComponent_140__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC08E8, Component_GetComponent_141__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0908, List_1_UnityEngine_ParticleSystem__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0910, Component_GetComponent_142__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0948, List_1_ShakeObject___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0950, Dictionary_2_UnityEngine_Rigidbody_UnityEngine_Vector3___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0968, List_1_ShakeObject__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0970, List_1_T_Enumerator_ShakeObject__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0978, List_1_T_Enumerator_ShakeObject__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0980, Dictionary_2_UnityEngine_Rigidbody_UnityEngine_Vector3__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0988, List_1_T_Enumerator_ShakeObject__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0990, Dictionary_2_UnityEngine_Rigidbody_UnityEngine_Vector3__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0998, Dictionary_2_UnityEngine_Rigidbody_UnityEngine_Vector3__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC09A0, List_1_ShakeObject__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC09A8, List_1_ShakeObject__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC09B0, KeyValuePair_2_UnityEngine_Rigidbody_UnityEngine_Vector3__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC09B8, KeyValuePair_2_UnityEngine_Rigidbody_UnityEngine_Vector3__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC09C0, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Rigidbody_UnityEngine_Vector3__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC09C8, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Rigidbody_UnityEngine_Vector3__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC09D0, Dictionary_2_UnityEngine_Rigidbody_UnityEngine_Vector3__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC09D8, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_Rigidbody_UnityEngine_Vector3__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC09E8, Object_1_FindObjectsByType_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0A10, List_1_T_Enumerator_NightmareLightData__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0A18, List_1_NightmareLightData__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0A20, List_1_T_Enumerator_NightmareLightData__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC0A28, List_1_T_Enumerator_NightmareLightData__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1270, Dictionary_2_System_String_System_Xml_DtdParser_UndeclaredNotation__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1280, Dictionary_2_System_String_System_Xml_DtdParser_UndeclaredNotation___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1288, Dictionary_2_System_String_System_Xml_DtdParser_UndeclaredNotation__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1290, Dictionary_2_System_String_System_Xml_DtdParser_UndeclaredNotation__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC12F0, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaElementDecl__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1308, Stack_1_System_Xml_DtdParser_ParseElementOnlyContent_LocalFrame__Peek__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1358, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaEntity__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1370, Dictionary_2_System_Xml_XmlQualifiedName_System_Xml_Schema_SchemaEntity__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1378, Stack_1_System_Xml_DtdParser_ParseElementOnlyContent_LocalFrame__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1380, Stack_1_System_Xml_DtdParser_ParseElementOnlyContent_LocalFrame___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1390, Stack_1_System_Xml_DtdParser_ParseElementOnlyContent_LocalFrame__Push__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1398, Stack_1_System_Xml_DtdParser_ParseElementOnlyContent_LocalFrame__Pop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC13C0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_String_System_Xml_DtdParser_UndeclaredNotation__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC13C8, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_String_System_Xml_DtdParser_UndeclaredNotation__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC13D0, Dictionary_2_System_String_System_Xml_DtdParser_UndeclaredNotation__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC13E8, Dictionary_2_TKey_TValue_ValueCollection_System_String_System_Xml_DtdParser_UndeclaredNotation__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1408, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_String_System_Xml_DtdParser_UndeclaredNotation__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC14B8, Array_Resize_141__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC16B0, InputControlList_1_InputDevice__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1758, OneOrMore_2_UnityEngine_InputSystem_InputDevice_ReadOnlyArray_1_UnityEngine_InputSystem_InputDevice___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC17B0, ArrayHelpers_LengthSafe_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1890, ReadOnlyArray_1_UnityEngine_InputSystem_InputControl__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1898, ReadOnlyArray_1_UnityEngine_InputSystem_InputControl__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1BA8, CallbackEventHandler_RegisterCallback_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1BE8, CallbackEventHandler_RegisterCallback_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1BF8, Dictionary_2_UnityEngine_UIElements_IGroupBoxOption_UnityEngine_UIElements_IGroupManager__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1C08, Dictionary_2_UnityEngine_UIElements_IGroupBoxOption_UnityEngine_UIElements_IGroupManager__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1C48, Dictionary_2_System_Type_System_Object__1_Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1C50, Dictionary_2_UnityEngine_GameObject_Dictionary_2_System_Type_System_Object__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1C68, Dictionary_2_System_Type_System_Object__1__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1C70, Dictionary_2_System_Type_System_Object__1_TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1C78, Dictionary_2_UnityEngine_GameObject_Dictionary_2_System_Type_System_Object__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1C88, Dictionary_2_UnityEngine_GameObject_Dictionary_2_System_Type_System_Object__1_TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1C90, Dictionary_2_UnityEngine_GameObject_Dictionary_2_System_Type_System_Object__1_Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1F18, CollectionExtensions_1_ToReadOnly_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1F98, GameObject_GetComponents_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1FB8, CollectionPool_2_System_Collections_Generic_List_1_UnityEngine_Component__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1FC8, CollectionPool_2_System_Collections_Generic_List_1_UnityEngine_Component__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1FD8, List_1_UnityEngine_Component__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC1FE8, List_1_UnityEngine_Component__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2060, CollectionPool_2_System_Collections_Generic_List_1_UnityEngine_EventSystems_IEventSystemHandler__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2070, CollectionPool_2_System_Collections_Generic_List_1_UnityEngine_EventSystems_IEventSystemHandler__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2078, List_1_UnityEngine_EventSystems_IEventSystemHandler__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2090, List_1_UnityEngine_EventSystems_IEventSystemHandler__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2188, List_1_Opsive_Shared_Events_InvokableActionBase__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC21E0, List_1_Opsive_Shared_Events_InvokableActionBase__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC21E8, List_1_Opsive_Shared_Events_InvokableActionBase__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2208, Dictionary_2_System_Type_List_1_Photon_Bolt_EventDispatcher_CallbackWrapper__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC26F0, List_1_PlaceholderSoftware_WetStuff_ParticleWetSplatter_Splatter__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC27B0, List_1_PlaceholderSoftware_WetStuff_ParticleWetSplatter_Splatter__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC27F0, List_1_PlaceholderSoftware_WetStuff_ParticleWetSplatter_Splatter__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2800, IListExtensions_1_RemoveNulls_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2828, List_1_PlaceholderSoftware_WetStuff_ParticleWetSplatter_Splatter__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2838, List_1_PlaceholderSoftware_WetStuff_ParticleWetSplatter_Splatter__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2848, List_1_PlaceholderSoftware_WetStuff_ParticleWetSplatter_Splatter__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2858, List_1_PlaceholderSoftware_WetStuff_ParticleWetSplatter_Splatter__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2878, Component_GetComponents_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2898, Component_GetComponent_143__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC28B8, Dictionary_2_System_String_System_Globalization_CultureInfo__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC28E0, Dictionary_2_System_Int32_System_Globalization_CultureInfo__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2908, List_1_PlaceholderSoftware_WetStuff_ParticleWetSplatter_Splatter___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC29E8, Dictionary_2_System_String_System_Globalization_CultureInfo__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC29F8, Dictionary_2_System_Int32_System_Globalization_CultureInfo__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2A00, Dictionary_2_System_Int32_System_Globalization_CultureInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2A08, Dictionary_2_System_String_System_Globalization_CultureInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2A28, List_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatch__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2A30, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatch__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2A38, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatch__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2A60, List_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatch__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2A68, List_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatch__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2A70, List_1_T_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatch__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2A78, List_1_T_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatch__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2A80, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatch__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2A88, List_1_T_Enumerator_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatch__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2AC0, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatch___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2AE8, List_1_PlaceholderSoftware_WetStuff_IWetDecal___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2AF0, List_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatch___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2B10, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatchId_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatch___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2B20, List_1_PlaceholderSoftware_WetStuff_WetDecalSystem_DecalRenderInstance__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2B38, List_1_PlaceholderSoftware_WetStuff_WetDecalSystem_DecalRenderInstance__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2B48, List_1_PlaceholderSoftware_WetStuff_WetDecalSystem_DecalRenderInstance__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2B58, List_1_PlaceholderSoftware_WetStuff_WetDecalSystem_DecalRenderInstance__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2C68, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_WetDecalSystem_DecalRenderInstance___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2C88, List_1_PlaceholderSoftware_WetStuff_WetDecalSystem_DecalRenderInstance___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2CD0, Array_IndexOf_257__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2D38, Pool_1_PlaceholderSoftware_WetStuff_WetDecalSystem_DecalRenderInstance___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2DB8, Dictionary_2_System_Int32_System_Globalization_CodePageDataItem__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2DC0, Dictionary_2_System_Int32_System_Globalization_CodePageDataItem__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2DD0, Dictionary_2_System_String_System_Int32__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2DE8, Pool_1_PlaceholderSoftware_WetStuff_WetDecalSystem_DecalRenderInstance__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2DF8, Pool_1_PlaceholderSoftware_WetStuff_WetDecalSystem_DecalRenderInstance__Put__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2E60, List_1_PlaceholderSoftware_WetStuff_IWetDecal__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2E70, List_1_PlaceholderSoftware_WetStuff_IWetDecal__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2E80, List_1_PlaceholderSoftware_WetStuff_IWetDecal__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2EA0, List_1_PlaceholderSoftware_WetStuff_IWetDecal__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2EF8, RcSharedState_1_WetDecalSystem_State___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC2F38, RcSharedState_1_WetDecalSystem_State__get_SharedState__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC3038, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_WetDecalSystem_DecalRenderInstance__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC3140, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatch__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC3150, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatch__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC3190, List_1_PlaceholderSoftware_WetStuff_WetDecalRenderer_DecalBatch__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC31A8, List_1_PlaceholderSoftware_WetStuff_WetDecalRenderer_DecalBatch__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC31C0, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatch_PlaceholderSoftware_WetStuff_WetDecalRenderer_DecalBatch__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC31D8, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatch_PlaceholderSoftware_WetStuff_WetDecalRenderer_DecalBatch__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC3228, List_1_PlaceholderSoftware_WetStuff_WetDecalRenderer_DecalBatch__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC3240, List_1_PlaceholderSoftware_WetStuff_WetDecalRenderer_DecalBatch__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC3258, List_1_PlaceholderSoftware_WetStuff_WetDecalRenderer_DecalBatch__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC3270, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatch_PlaceholderSoftware_WetStuff_WetDecalRenderer_DecalBatch__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC3310, List_1_PlaceholderSoftware_WetStuff_WetDecalRenderer_DecalBatch___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC3330, Dictionary_2_PlaceholderSoftware_WetStuff_WetDecalSystem_MaterialBatch_PlaceholderSoftware_WetStuff_WetDecalRenderer_DecalBatch___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC3CB0, ReadOnlyCollection_1_PlaceholderSoftware_WetStuff_WetDecalSystem_DecalRenderInstance__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC3F78, CustomAttributeExtensions_GetCustomAttribute_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC4380, Component_GetComponent_144__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC45B0, Task_1_System_IO_Stream__ConfigureAwait__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC45E0, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_IO_Stream__get_IsCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC45E8, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_IO_Stream__GetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC45F0, ConfiguredTaskAwaitable_1_System_IO_Stream__GetAwaiter__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC45F8, AsyncTaskMethodBuilder_1_System_Object__AwaitUnsafeOnCompleted_27__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC4658, Dictionary_2_System_Int32_System_Globalization_CodePageDataItem___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC4660, Dictionary_2_System_String_System_Int32___ctor_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC4778, Dictionary_2_System_String_System_String__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC49A0, Task_Run_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC49B0, AsyncTaskMethodBuilder_1_System_IO_Stream__Start_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC49F8, Task_1_System_Net_WebResponse__ConfigureAwait__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC4A00, TaskFactory_1_System_Net_WebResponse__FromAsync__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC4A28, Task_1_System_Net_WebResponse__get_Factory__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC4A58, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_WebResponse__get_IsCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC4A68, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_WebResponse__GetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC4A70, ConfiguredTaskAwaitable_1_System_Net_WebResponse__GetAwaiter__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC4A78, AsyncTaskMethodBuilder_1_System_IO_Stream__AwaitUnsafeOnCompleted_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC4E58, ReadOnlyCollection_1_System_Linq_Expressions_SwitchCase__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC4E60, ReadOnlyCollection_1_System_Linq_Expressions_Expression__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC4E80, ReadOnlyCollection_1_System_Linq_Expressions_SwitchCase__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC4ED8, ReadOnlyArray_1_UnityEngine_InputSystem_InputDevice__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC4EE8, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputDevice__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC4EF0, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputDevice__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC4EF8, ReadOnlyArray_1_TValue_Enumerator_UnityEngine_InputSystem_InputDevice__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC4FC0, CallbackArray_1_UnityEngine_InputSystem_LowLevel_InputDeviceCommandDelegate__UnlockForChanges__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC4FC8, CallbackArray_1_UnityEngine_InputSystem_LowLevel_InputDeviceCommandDelegate__LockForChanges__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC4FE0, CallbackArray_1_UnityEngine_InputSystem_LowLevel_InputDeviceCommandDelegate__get_length__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC4FE8, CallbackArray_1_UnityEngine_InputSystem_LowLevel_InputDeviceCommandDelegate__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC5020, InputControlList_1_InputControl__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC5028, InputControlList_1_InputControl___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC5030, InputControlList_1_InputControl__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC5038, InputControlList_1_InputControl__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC5410, List_1_System_Xml_Serialization_XmlReflectionMember___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC5418, List_1_System_Xml_Serialization_XmlReflectionMember__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC5570, List_1_System_Xml_Serialization_XmlReflectionMember__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC5578, List_1_System_Xml_Serialization_XmlReflectionMember__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC5580, List_1_T_Enumerator_System_Xml_Serialization_XmlReflectionMember__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC5598, List_1_T_Enumerator_System_Xml_Serialization_XmlReflectionMember__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC55A0, List_1_T_Enumerator_System_Xml_Serialization_XmlReflectionMember__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC5700, LazyInitializer_EnsureInitialized_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC5BC8, ConditionalWeakTable_2_System_Object_System_Runtime_Serialization_SerializationInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC5CB8, CustomAttributeExtensions_GetCustomAttributes_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC5CF8, List_1_System_Diagnostics_StackFrame__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC5D28, List_1_System_Diagnostics_StackFrame___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC5D30, List_1_System_Diagnostics_StackFrame__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC5D38, List_1_System_Diagnostics_StackFrame__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6060, Dictionary_2_TKey_TValue_ValueCollection_System_String_MantisLODEditor_Lod_Mesh_Table__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6068, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_String_MantisLODEditor_Lod_Mesh_Table__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6070, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_String_MantisLODEditor_Lod_Mesh_Table__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6078, Dictionary_2_System_String_MantisLODEditor_Lod_Mesh_Table__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6080, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_String_MantisLODEditor_Lod_Mesh_Table__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6088, List_1_UnityEngine_Component__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6090, KeyValuePair_2_System_String_MantisLODEditor_Lod_Mesh_Table__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6098, KeyValuePair_2_System_String_MantisLODEditor_Lod_Mesh_Table__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC60A0, Dictionary_2_TKey_TValue_Enumerator_System_String_MantisLODEditor_Lod_Mesh_Table__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC60A8, List_1_T_Enumerator_UnityEngine_Component__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC60B0, Dictionary_2_TKey_TValue_Enumerator_System_String_MantisLODEditor_Lod_Mesh_Table__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC60B8, List_1_T_Enumerator_UnityEngine_Component__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC60C0, Dictionary_2_System_String_MantisLODEditor_Lod_Mesh_Table__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC60C8, List_1_T_Enumerator_UnityEngine_Component__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC60D0, Dictionary_2_TKey_TValue_Enumerator_System_String_MantisLODEditor_Lod_Mesh_Table__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC60E0, Object_1_Instantiate_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6110, List_1_UnityEngine_Component___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6118, List_1_UnityEngine_Component__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6128, Dictionary_2_System_String_MantisLODEditor_Lod_Mesh_Table__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6130, Dictionary_2_System_String_MantisLODEditor_Lod_Mesh_Table___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6138, Dictionary_2_System_String_MantisLODEditor_Lod_Mesh_Table__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6140, Dictionary_2_System_String_MantisLODEditor_Lod_Mesh_Table__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6148, Array_IndexOf_258__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6150, Resources_Load_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6190, List_1_MantisLOD_Progressive_Mesh___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC61A8, List_1_MantisLOD_Progressive_Mesh__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC61B0, List_1_MantisLOD_Progressive_Mesh__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC61B8, List_1_MantisLOD_Progressive_Mesh__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC61C0, List_1_MantisLOD_Progressive_Mesh__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC61C8, List_1_MantisLOD_My_Half_edge_index__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC61D0, List_1_T_Enumerator_MantisLOD_My_Half_edge_index__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC61D8, List_1_T_Enumerator_MantisLOD_My_Half_edge_index__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC61E0, List_1_T_Enumerator_MantisLOD_My_Half_edge_index__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6218, List_1_MantisLOD_My_Half_edge__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6228, List_1_MantisLOD_My_Half_trace__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6238, List_1_MantisLOD_My_Half_edge_index__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC62C0, List_1_MantisLOD_My_Half_edge__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC62C8, List_1_T_Enumerator_MantisLOD_My_Half_edge__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC62D0, List_1_T_Enumerator_MantisLOD_My_Half_edge__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC62D8, List_1_T_Enumerator_MantisLOD_My_Half_edge__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6308, List_1_MantisLOD_My_Half_vertex__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6310, List_1_MantisLOD_My_Half_face__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6318, List_1_MantisLOD_My_Half_vertex__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6338, List_1_MantisLOD_My_Half_vertex__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6340, List_1_MantisLOD_My_Half_face__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6380, List_1_List_1_System_Int32__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6388, List_1_MantisLOD_My_Half_trace__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6398, List_1_List_1_System_Int32___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC63A8, List_1_MantisLOD_My_Half_face__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC63B8, List_1_List_1_System_Int32__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC63C8, List_1_T_Enumerator_MantisLOD_My_Half_face__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC63D0, List_1_T_Enumerator_MantisLOD_My_Half_face__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC63D8, List_1_T_Enumerator_MantisLOD_My_Half_face__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC63E0, List_1_MantisLOD_My_Half_trace__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6418, List_1_MantisLOD_My_Half_trace___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6438, List_1_MantisLOD_My_Half_vertex___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6440, List_1_MantisLOD_My_Half_edge__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6448, List_1_MantisLOD_My_Half_edge__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6450, List_1_MantisLOD_My_Half_edge__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6458, List_1_MantisLOD_My_Half_edge__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6460, List_1_MantisLOD_My_Half_edge___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6468, List_1_MantisLOD_My_Half_edge__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6480, List_1_MantisLOD_My_Half_edge_index___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6488, List_1_MantisLOD_My_Half_face___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6498, List_1_MantisLOD_My_Half_edge___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6588, ScriptableObject_CreateInstance_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6590, Resources_Load_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6598, List_1_PlaceholderSoftware_WetStuff_Debugging_LogLevel__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC65A0, List_1_PlaceholderSoftware_WetStuff_Debugging_LogLevel__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC65A8, List_1_PlaceholderSoftware_WetStuff_Debugging_LogLevel__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC65B0, List_1_PlaceholderSoftware_WetStuff_Debugging_LogLevel__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC65E0, List_1_PlaceholderSoftware_WetStuff_Debugging_LogLevel___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC65F0, Enumerable_Select_74__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6628, ScriptableObject_CreateInstance_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6630, Resources_Load_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6690, EqualityComparer_1_UnityEngine_Texture2D__get_Default__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC66A0, EqualityComparer_1_PlaceholderSoftware_WetStuff_ProjectionMode__get_Default__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC66A8, EqualityComparer_1_PlaceholderSoftware_WetStuff_DecalShape__get_Default__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC66B0, EqualityComparer_1_PlaceholderSoftware_WetStuff_WetDecalMode__get_Default__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC66B8, EqualityComparer_1_PlaceholderSoftware_WetStuff_LayerMode__get_Default__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC67C8, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseTrack_PlaceholderSoftware_WetStuff_Timeline_Saturation_Data_PlaceholderSoftware_WetStuff_Timeline_Saturation_Clip_PlaceholderSoftware_WetStuff_Timeline_Saturation_Mixer_PlaceholderSoftware_WetStuff_Timeline_Saturation_Track_System_Single_PlaceholderSoftware_WetStuff_WetDecal___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC67D0, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_PlaceholderSoftware_WetStuff_Timeline_Saturation_Data_PlaceholderSoftware_WetStuff_Timeline_Saturation_Clip_PlaceholderSoftware_WetStuff_Timeline_Saturation_Mixer_PlaceholderSoftware_WetStuff_Timeline_Saturation_Track_System_Single_PlaceholderSoftware_WetStuff_WetDecal___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC67E0, ScriptPlayable_1_PlaceholderSoftware_WetStuff_Timeline_Saturation_Data__op_Explicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC67E8, ScriptPlayable_1_PlaceholderSoftware_WetStuff_Timeline_Saturation_Data__GetBehaviour__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC67F0, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_PlaceholderSoftware_WetStuff_Timeline_Saturation_Data_PlaceholderSoftware_WetStuff_Timeline_Saturation_Clip_PlaceholderSoftware_WetStuff_Timeline_Saturation_Mixer_PlaceholderSoftware_WetStuff_Timeline_Saturation_Track_System_Single_PlaceholderSoftware_WetStuff_WetDecal__get_Default__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC67F8, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseData_PlaceholderSoftware_WetStuff_Timeline_Saturation_Data_PlaceholderSoftware_WetStuff_Timeline_Saturation_Clip_PlaceholderSoftware_WetStuff_Timeline_Saturation_Mixer_PlaceholderSoftware_WetStuff_Timeline_Saturation_Track_System_Single_PlaceholderSoftware_WetStuff_WetDecal___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6800, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseClip_PlaceholderSoftware_WetStuff_Timeline_Saturation_Data_PlaceholderSoftware_WetStuff_Timeline_Saturation_Clip_PlaceholderSoftware_WetStuff_Timeline_Saturation_Mixer_PlaceholderSoftware_WetStuff_Timeline_Saturation_Track_System_Single_PlaceholderSoftware_WetStuff_WetDecal___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6808, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseTrack_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsClip_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsMixer_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsTrack_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_PlaceholderSoftware_WetStuff_WetDecal___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6878, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsClip_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsMixer_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsTrack_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_PlaceholderSoftware_WetStuff_WetDecal___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6888, ScriptPlayable_1_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer__op_Explicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6890, ScriptPlayable_1_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer__GetBehaviour__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC68B0, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseMixer_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsClip_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsMixer_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsTrack_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_PlaceholderSoftware_WetStuff_WetDecal__get_Default__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC68D8, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseData_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsClip_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsMixer_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsTrack_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_PlaceholderSoftware_WetStuff_WetDecal___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC68E0, TemplatedTimeline_6_TData_TClip_TMixer_TTrack_TIntermediate_TBinding_BaseClip_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsClip_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsMixer_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsTrack_PlaceholderSoftware_WetStuff_Timeline_Settings_DecalSettingsDataContainer_DecalSettingsData_PlaceholderSoftware_WetStuff_WetDecal___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6918, List_1_PlaceholderSoftware_WetStuff_Weather_RainPuddle_RainDecal__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6920, Stack_1_PlaceholderSoftware_WetStuff_Weather_RainPuddle_RainDecal__Push__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6928, List_1_PlaceholderSoftware_WetStuff_Weather_RainPuddle_RainDecal__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6930, List_1_PlaceholderSoftware_WetStuff_Weather_RainPuddle_RainDecal__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6938, List_1_PlaceholderSoftware_WetStuff_Weather_RainPuddle_RainDecal__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6940, Stack_1_PlaceholderSoftware_WetStuff_Weather_RainPuddle_RainDecal__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6948, Stack_1_PlaceholderSoftware_WetStuff_Weather_RainPuddle_RainDecal__Pop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6958, Object_1_Instantiate_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6960, List_1_PlaceholderSoftware_WetStuff_Weather_RainPuddle_RainDecal__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6970, Stack_1_PlaceholderSoftware_WetStuff_Weather_RainPuddle_RainDecal___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6980, List_1_PlaceholderSoftware_WetStuff_Weather_RainPuddle_RainDecal___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC69A8, Log_1_Error_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC69B8, Component_GetComponent_145__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6A08, AsyncOperationHandle_1_System_Collections_Generic_IList_1__op_Implicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6A10, AsyncOperationHandle_1_System_Collections_Generic_IList_1__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6A40, ResourceManager_1_StartOperation_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6A48, ResourceManager_1_CreateOperation_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6A78, ValueTuple_2_Object_ValueTuple_2_Type_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6A88, List_1_System_ValueTuple_2__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6A90, Dictionary_2_System_ValueTuple_2_Stack_1_System_Object__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6A98, Dictionary_2_System_ValueTuple_2_Stack_1_System_Object__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6AA0, ValueTuple_2_Type_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6AC0, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphPass__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6AC8, List_1_UnityEngine_Experimental_Rendering_RenderGraphModule_RenderGraphPass__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6AD0, Dictionary_2_System_Type_UdpKit_Protocol_ProtocolClient_AckCallback__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6AE0, Dictionary_2_System_Type_UdpKit_Protocol_ProtocolClient_MsgHandler__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6B28, ComponentWrapper_1_Rewired_PlayerController__get_source__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6B30, ComponentWrapper_1_Rewired_PlayerController__get_initialized__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6B68, Stack_1_Pathfinding_Path__Pop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6B70, Dictionary_2_System_Type_System_Int32__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6B90, Dictionary_2_System_Type_System_Int32__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6B98, Dictionary_2_System_Type_System_Int32__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6C60, Dictionary_2_System_Type_System_Object__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6C68, Dictionary_2_System_Type_System_Object__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6D48, Dictionary_2_System_Type_UnityEngine_Component__2__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6D50, Dictionary_2_System_Type_UnityEngine_Component__2_TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6D58, Dictionary_2_UnityEngine_GameObject_Dictionary_2_System_Type_UnityEngine_Component__1_TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6D60, Dictionary_2_UnityEngine_GameObject_Dictionary_2_System_Type_UnityEngine_Component__1_Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6D70, Dictionary_2_System_Type_UnityEngine_Component___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6D78, Dictionary_2_UnityEngine_GameObject_Dictionary_2_System_Type_UnityEngine_Component__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6D80, Dictionary_2_System_Type_UnityEngine_Component__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6D88, Dictionary_2_System_Type_UnityEngine_Component__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6D90, Dictionary_2_System_Type_UnityEngine_Component__2_Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6DA8, Dictionary_2_UnityEngine_GameObject_Dictionary_2_System_Type_UnityEngine_Component__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6DB0, List_1_UnityEngine_UIElements_VisualElement__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6DB8, List_1_UnityEngine_UIElements_VisualElement__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC6DC0, List_1_UnityEngine_UIElements_VisualElement__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC7238, Stack_1_System_Xml_Schema_InteriorNode__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC7240, Stack_1_System_Xml_Schema_InteriorNode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC7248, Stack_1_System_Xml_Schema_InteriorNode__Push__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC7250, Stack_1_System_Xml_Schema_InteriorNode__Pop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC7FF8, CollectionPool_2_System_Collections_Generic_List_1_System_Int32__Get_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8050, CollectionPool_2_System_Collections_Generic_List_1_System_Int32__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8248, LazyInitializer_EnsureInitialized_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC82E0, TaskFactory_1_VoidTaskResult__FromAsyncTrim_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8330, TaskFactory_1_System_Int32__FromAsyncTrim_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC84D8, MonoLinqHelper_ToArray_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC88E0, EqualityComparer_1_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8940, ListTools_AddIfUnique_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8948, ADictionary_2_System_Type_System_Collections_Generic_List_1__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8950, List_1_System_Collections_IList__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8958, List_1_System_Collections_IList__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8960, List_1_System_Collections_IList___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8968, List_1_System_Collections_IList__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8980, ADictionary_2_System_Type_System_Collections_Generic_List_1__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8988, ADictionary_2_System_Type_System_Collections_Generic_List_1__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8990, ADictionary_2_System_Type_System_Collections_Generic_List_1__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8A68, List_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8A70, List_1_UnityEngine_UIElements_StylePropertyAnimationSystem_Values__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8A78, Dictionary_2_UnityEngine_UIElements_StyleSheets_StylePropertyId_UnityEngine_UIElements_StylePropertyAnimationSystem_Values__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8A80, Dictionary_2_System_Type_ExitGames_Client_Photon_StructWrapping_StructWrapperPool__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8A88, Dictionary_2_System_Type_ExitGames_Client_Photon_StructWrapping_StructWrapperPool__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8A90, List_1_System_IDisposable__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8B10, IndexedDictionary_2_System_String_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__GetEntryAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8B18, KeyValuePair_2_System_String_Rewired_Utils_Classes_Data_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8B20, IndexedDictionary_2_System_String_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8B30, IndexedDictionary_2_System_String_SerializedObject_yQGiBBpaSDnEXjutxqVrWlMHOZFo__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8B68, List_1_Opsive_Shared_Utility_Serialization__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8B70, Component_GetComponents_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8B88, List_1_Opsive_Shared_Utility_Serialization___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8B90, List_1_Opsive_Shared_Utility_Serialization__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8B98, KeyValuePair_2_System_Int32_nPRqIoqySXhujbVkqhHKfdEBznFW__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8BA0, KeyValuePair_2_System_Int32_PLVuESYMpevStRCbBgaqaHaZvFblA__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8BA8, ADictionary_2_TKey_TValue_Enumerator_System_Int32_PLVuESYMpevStRCbBgaqaHaZvFblA__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8BB0, ADictionary_2_TKey_TValue_Enumerator_System_Int32_nPRqIoqySXhujbVkqhHKfdEBznFW__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8BC0, List_1_gzbiKNGlSyvLxnIubujCpzSuqtOe___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8BC8, List_1_gzbiKNGlSyvLxnIubujCpzSuqtOe__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8BD0, ADictionary_2_TKey_TValue_Enumerator_System_Int32_PLVuESYMpevStRCbBgaqaHaZvFblA__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8BD8, ADictionary_2_TKey_TValue_Enumerator_System_Int32_nPRqIoqySXhujbVkqhHKfdEBznFW__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8BE0, ADictionary_2_TKey_TValue_Enumerator_System_Int32_PLVuESYMpevStRCbBgaqaHaZvFblA__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8BE8, ADictionary_2_TKey_TValue_Enumerator_System_Int32_nPRqIoqySXhujbVkqhHKfdEBznFW__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8BF0, ADictionary_2_System_Int32_PLVuESYMpevStRCbBgaqaHaZvFblA__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8BF8, ADictionary_2_System_Int32_nPRqIoqySXhujbVkqhHKfdEBznFW__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8C00, Enumerable_Cast_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8C28, Enumerable_ToArray_29__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8CA0, FileSystemEnumerable_1_System_String__set_ShouldIncludePredicate__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC8CA8, FileSystemEnumerable_1_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC93B8, List_1_System_Xml_Schema_XmlSchemaObject__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC93C0, List_1_System_Xml_Schema_XmlSchemaObject___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC93C8, List_1_System_Xml_Schema_XmlSchemaObject__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC93E8, List_1_System_Xml_Schema_XmlSchemaObject__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC99F8, NoAllocHelpers_ExtractArrayFromListT_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CC9FA0, LazyInitializer_EnsureInitialized_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCAAE8, Dictionary_2_System_Type_UnityEngine_ISubsystem__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCAAF0, Dictionary_2_System_Type_UnityEngine_ISubsystem__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCAB00, Dictionary_2_System_Type_UnityEngine_ISubsystem__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCAB48, Dictionary_2_System_Type_UnityEngine_ISubsystem__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCABB0, List_1_T_Enumerator_UnityEngine_Rendering_VolumeComponent__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCABC0, List_1_T_Enumerator_UnityEngine_Rendering_VolumeComponent__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCABD8, List_1_UnityEngine_Rendering_VolumeComponent__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCABE0, List_1_T_Enumerator_UnityEngine_Rendering_VolumeComponent__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCAC08, List_1_UnityEngine_Rendering_Volume__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCAC18, KeyValuePair_2_System_Int32_List_1_UnityEngine_Rendering_Volume__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCAC20, KeyValuePair_2_System_Int32_List_1_UnityEngine_Rendering_Volume__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCAC28, Dictionary_2_TKey_TValue_Enumerator_System_Int32_List_1_UnityEngine_Rendering_Volume__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCAC48, List_1_T_Enumerator_UnityEngine_Rendering_Volume__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCAC50, Dictionary_2_TKey_TValue_Enumerator_System_Int32_List_1_UnityEngine_Rendering_Volume__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCAC58, List_1_T_Enumerator_UnityEngine_Rendering_Volume__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCAC60, Dictionary_2_TKey_TValue_Enumerator_System_Int32_List_1_UnityEngine_Rendering_Volume__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCAC68, List_1_T_Enumerator_UnityEngine_Rendering_Volume__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCAC70, Dictionary_2_System_Int32_List_1_UnityEngine_Rendering_Volume__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCAEB8, Component_GetComponents_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCAF00, TempListPool_GetTList_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCAF10, TempListPool_TList_1_UnityEngine_Component__get_list__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCAFF8, UQueryBuilder_1_VisualElement___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCB000, UQueryState_1_VisualElement__First__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCB020, UQueryState_1_VisualElement__RebuildOn__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCBF20, List_1_Rewired_ActionElementMap__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCBF28, List_1_System_ComponentModel_PropertyChangedEventHandler__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCBF40, List_1_Rewired_Data_UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK__Find__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCBF48, List_1_Rewired_Data_UserData_TGFmHlQvQrFkRCzEzRjJlJbiiyOc_wzRiUTIKuqxDCQYCeJSGjaGZezQK__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCBF68, ADictionary_2_System_Type_System_Collections_Generic_List_1__1_TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCBF80, ADictionary_2_System_Type_System_Collections_Generic_List_1__1_Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCBF88, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_IRenderGraphResource__get_size__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCBF98, ADictionary_2_System_Type_System_Collections_Generic_List_1__1_get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCBFA0, ADictionary_2_System_Type_System_Collections_Generic_List_1__1_ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCBFA8, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_IRenderGraphResource__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCBFB0, DynamicArray_1_UnityEngine_Experimental_Rendering_RenderGraphModule_IRenderGraphResource__Resize__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCBFB8, Stack_1_HashSet_1_System_Linq_Expressions_ParameterExpression__Push__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCBFC0, Stack_1_HashSet_1_System_Linq_Expressions_ParameterExpression__Pop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCBFD8, List_1_Rewired_PlayerController_Element__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCBFE0, List_1_Rewired_PlayerController_Element__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCBFE8, HashSet_1_System_Linq_Expressions_ParameterExpression___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCBFF0, HashSet_1_System_Linq_Expressions_ParameterExpression__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCC068, List_1_System_Linq_Expressions_ParameterExpression__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCC070, Dictionary_2_Rewired_InputMapper_LHIKMCjQdqDNBdfhNEqxmrgcNERkA_Rewired_Utils_SafeDelegate__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCC080, List_1_System_Linq_Expressions_ParameterExpression___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCC088, Dictionary_2_System_String_Rewired_Utils_SafeDelegate__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCCAF8, Dictionary_2_System_IntPtr_Mono_Btls_MonoBtlsX509Lookup__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCCB08, Dictionary_2_System_IntPtr_Mono_Btls_MonoBtlsX509Lookup___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCCB10, Dictionary_2_System_IntPtr_Mono_Btls_MonoBtlsX509Lookup__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCCB18, Dictionary_2_System_IntPtr_Mono_Btls_MonoBtlsX509Lookup__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCCB50, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_IntPtr_Mono_Btls_MonoBtlsX509Lookup__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCCB60, Dictionary_2_TKey_TValue_ValueCollection_System_IntPtr_Mono_Btls_MonoBtlsX509Lookup__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCCB68, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_IntPtr_Mono_Btls_MonoBtlsX509Lookup__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCCB70, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_IntPtr_Mono_Btls_MonoBtlsX509Lookup__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCCB78, Dictionary_2_System_IntPtr_Mono_Btls_MonoBtlsX509Lookup__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCCCC0, Marshal_GetFunctionPointerForDelegate_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCCCD0, List_1_Mono_Btls_MonoBtlsX509LookupMono__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCCCD8, List_1_T_Enumerator_Mono_Btls_MonoBtlsX509LookupMono__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCCD20, List_1_Mono_Btls_MonoBtlsX509LookupMono__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCCD38, List_1_T_Enumerator_Mono_Btls_MonoBtlsX509LookupMono__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCCD40, List_1_T_Enumerator_Mono_Btls_MonoBtlsX509LookupMono__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCCD60, List_1_Mono_Btls_MonoBtlsX509LookupMono___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCCED0, Marshal_GetFunctionPointerForDelegate_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCCED8, Marshal_GetFunctionPointerForDelegate_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCCEF8, Marshal_GetFunctionPointerForDelegate_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCCF68, Marshal_GetFunctionPointerForDelegate_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCD0F0, MonoBtlsContext_Dispose_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCD0F8, MonoBtlsContext_Dispose_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCD100, MonoBtlsContext_Dispose_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCD108, MonoBtlsContext_Dispose_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCD110, MonoBtlsContext_Dispose_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCD118, MonoBtlsContext_Dispose_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCD170, Nullable_1_Mono_Security_Interface_TlsProtocolCode__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCD1B0, Nullable_1_Mono_Security_Interface_TlsProtocolCode__get_HasValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCD1F0, Marshal_GetFunctionPointerForDelegate_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCD1F8, Marshal_GetFunctionPointerForDelegate_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCD200, Marshal_GetFunctionPointerForDelegate_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCD3E0, ConditionalWeakTable_2_System_Net_HttpWebRequest_Mono_Http_NtlmSession__GetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCD4D8, ConditionalWeakTable_2_System_Net_HttpWebRequest_Mono_Http_NtlmSession___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCDD20, AsyncTaskMethodBuilder_1_System_IO_Stream__Start_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCDD78, AsyncTaskMethodBuilder_1_System_IO_Stream__AwaitUnsafeOnCompleted_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCDFC8, Dictionary_2_System_String_System_Tuple_2__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCE058, Tuple_2_Guid_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCE148, Dictionary_2_System_String_System_Tuple_2__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCE1A8, Dictionary_2_System_String_System_Tuple_2__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCE220, Tuple_2_Guid_String__get_Item2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCE268, Dictionary_2_System_Guid_Mono_Net_Security_MobileTlsProvider__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCE280, Dictionary_2_System_Guid_Mono_Net_Security_MobileTlsProvider__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCE348, Dictionary_2_System_String_System_Tuple_2___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCE360, Dictionary_2_System_Guid_Mono_Net_Security_MobileTlsProvider___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCE3B8, Dictionary_2_System_Guid_Mono_Net_Security_MobileTlsProvider__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCE418, Tuple_2_Guid_String__get_Item1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF178, RuntimeType_ListBuilder_1_System_Reflection_MethodInfo__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF250, List_1_System_Reflection_MethodBase__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF258, List_1_System_Reflection_MethodBase___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF260, List_1_System_Reflection_MethodBase__CopyTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF268, List_1_System_Reflection_MethodBase__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF3E8, List_1_System_Reflection_MethodInfo__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF3F0, List_1_System_Reflection_MethodInfo___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF3F8, List_1_System_Reflection_MethodInfo__CopyTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF458, RuntimeType_ListBuilder_1_System_Reflection_PropertyInfo__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF460, RuntimeType_ListBuilder_1_System_Reflection_ConstructorInfo__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF470, RuntimeType_ListBuilder_1_Type__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF478, RuntimeType_ListBuilder_1_System_Reflection_FieldInfo__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF480, RuntimeType_ListBuilder_1_System_Reflection_EventInfo__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF488, RuntimeType_ListBuilder_1_System_Reflection_PropertyInfo__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF490, RuntimeType_ListBuilder_1_System_Reflection_ConstructorInfo__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF498, RuntimeType_ListBuilder_1_System_Reflection_MethodInfo__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF4A0, RuntimeType_ListBuilder_1_Type___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF4A8, RuntimeType_ListBuilder_1_System_Reflection_EventInfo__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF4B0, RuntimeType_ListBuilder_1_Type__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF4B8, RuntimeType_ListBuilder_1_System_Reflection_PropertyInfo__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF4C0, RuntimeType_ListBuilder_1_System_Reflection_MethodInfo__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF4C8, RuntimeType_ListBuilder_1_System_Reflection_FieldInfo__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF4D0, RuntimeType_ListBuilder_1_System_Reflection_ConstructorInfo__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF4D8, RuntimeType_ListBuilder_1_System_Reflection_FieldInfo__CopyTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF4E0, RuntimeType_ListBuilder_1_Type__CopyTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF4E8, RuntimeType_ListBuilder_1_System_Reflection_MethodInfo__CopyTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF4F0, RuntimeType_ListBuilder_1_System_Reflection_PropertyInfo__CopyTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF4F8, RuntimeType_ListBuilder_1_System_Reflection_EventInfo__CopyTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF500, RuntimeType_ListBuilder_1_System_Reflection_ConstructorInfo__CopyTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF508, RuntimeType_ListBuilder_1_System_Reflection_ConstructorInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF510, RuntimeType_ListBuilder_1_System_Reflection_MethodInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF518, RuntimeType_ListBuilder_1_System_Reflection_MethodInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF528, RuntimeType_ListBuilder_1_Type__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF530, RuntimeType_ListBuilder_1_System_Reflection_FieldInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF538, RuntimeType_ListBuilder_1_System_Reflection_FieldInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF540, RuntimeType_ListBuilder_1_System_Reflection_EventInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF548, RuntimeType_ListBuilder_1_System_Reflection_EventInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF550, RuntimeType_ListBuilder_1_System_Reflection_PropertyInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF558, RuntimeType_ListBuilder_1_System_Reflection_PropertyInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF560, RuntimeType_ListBuilder_1_System_Reflection_ConstructorInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF788, Array_Sort_258__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF898, Contract_ForAll_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF990, Dictionary_2_System_String_System_LocalDataStoreSlot__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF9A8, List_1_System_LocalDataStore__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF9C0, List_1_System_LocalDataStore__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF9D0, List_1_System_LocalDataStore___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCF9E0, Dictionary_2_System_String_System_LocalDataStoreSlot___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFA00, List_1_System_LocalDataStore__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFA08, List_1_System_LocalDataStore__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFA10, Dictionary_2_System_String_System_LocalDataStoreSlot__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFA20, CollectionExtensions_GetValueOrDefault_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFAA0, UnityEvent_1_UnityEngine_SpriteRenderer__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFBE8, Singleton_1_Crosstales_BWF_BWFManager___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFBF8, UnityEvent_2_System_String_System_String__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFC00, List_1_System_String__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFC08, UnityEvent_2_System_String_System_Boolean__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFC18, Enumerable_ToList_36__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFC20, Enumerable_Distinct_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFC40, BaseManager_2_BadWordManager_Crosstales_BWF_Filter_BadWordFilter__Unmark__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFCD0, List_1_System_String__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFCE0, Enumerable_Where_49__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFCF0, Enumerable_Aggregate_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFD00, KeyValuePair_2_System_Byte_System_Text_Encoding__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFD10, KeyValuePair_2_System_Byte_System_Text_Encoding__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFD28, List_1_Crosstales_BWF_Data_Source___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFD30, List_1_Crosstales_BWF_Data_Source__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFD40, Enumerable_ToList_37__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFD48, Enumerable_OrderBy_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFD50, Enumerable_Distinct_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFD58, KeyValuePair_2_System_Byte_System_Text_Encoding___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFD80, Singleton_1_Crosstales_BWF_BWFManager__OnApplicationQuit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFE10, Enumerable_Sum_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFE40, Singleton_1_Crosstales_BWF_Manager_CapitalizationManager__get_Instance__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFE48, Singleton_1_Crosstales_BWF_Manager_DomainManager__get_Instance__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFE58, Singleton_1_Crosstales_BWF_Manager_PunctuationManager__get_Instance__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFE60, Singleton_1_Crosstales_BWF_Manager_BadWordManager__get_Instance__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFE68, BaseManager_2_DomainManager_Crosstales_BWF_Filter_DomainFilter__get_isReady__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFE70, BaseManager_2_CapitalizationManager_Crosstales_BWF_Filter_CapitalizationFilter__get_isReady__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFE78, BaseManager_2_PunctuationManager_Crosstales_BWF_Filter_PunctuationFilter__get_isReady__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFE80, BaseManager_2_BadWordManager_Crosstales_BWF_Filter_BadWordFilter__get_isReady__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFF50, Component_GetComponent_146__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFF78, Enumerable_Where_50__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CCFF90, List_1_Crosstales_Common_Model_Enum_Platform__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD01A0, AttributeHelperEngine_GetCustomAttributeOfType_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD0368, List_1_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD0370, List_1_System_String__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD0418, List_1_System_String___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD0420, List_1_System_String__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD0430, Enumerable_ToArray_30__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD0438, Enumerable_OrderBy_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD04A8, GameObject_AddComponent_83__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD0568, Singleton_1_TakeScreenshot___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD0590, Singleton_1_SurviveSceneSwitch___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD05C0, Enumerable_Where_51__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD0710, Enumerable_All_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD0738, Enumerable_Any_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD27F8, List_1_T_Enumerator_System_Net_IPAddress__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD2820, List_1_T_Enumerator_System_Net_IPAddress__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD2830, List_1_T_Enumerator_System_Net_IPAddress__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD2920, List_1_System_Net_IPAddress__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD2930, List_1_System_Net_IPAddress___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD2940, List_1_System_Net_IPAddress__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD2950, List_1_System_Net_IPAddress__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD2CB8, WebClient_HandleCompletion_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD2CD8, WebClient_HandleCompletion_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD2D40, WebClient_HandleCompletion_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD2D60, WebClient_HandleCompletion_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD2D68, WebClient_HandleCompletion_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD2DB0, WebClient_HandleCompletion_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD2DD0, WebClient_HandleCompletion_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD2DF0, WebClient_HandleCompletion_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD2E10, WebClient_HandleCompletion_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD2E80, AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD2EC8, AsyncTaskMethodBuilder_1_System_Net_WebResponse__SetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD2ED0, AsyncTaskMethodBuilder_1_System_Net_WebResponse__AwaitUnsafeOnCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD2EE8, AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD2F08, AsyncTaskMethodBuilder_1_System_Net_WebResponse__SetException__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD2F10, RendezvousAwaitable_1_System_IAsyncResult__get_IsCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD2F18, RendezvousAwaitable_1_System_IAsyncResult__GetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD2F20, RendezvousAwaitable_1_System_IAsyncResult__GetAwaiter__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD2F28, AsyncTaskMethodBuilder_1_System_Net_WebResponse__SetStateMachine__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD3128, Array_LastIndexOf_40__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD31A0, Dictionary_2_System_Type_System_AttributeUsageAttribute__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD31A8, Dictionary_2_System_Type_System_AttributeUsageAttribute___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD31B0, Dictionary_2_System_Type_System_AttributeUsageAttribute__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD3200, Dictionary_2_System_Type_System_MonoCustomAttrs_AttributeInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD3208, Array_AsReadOnly_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD3228, List_1_System_Reflection_CustomAttributeData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD3230, List_1_System_Reflection_CustomAttributeData__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD3238, List_1_System_Reflection_CustomAttributeData__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD3250, Array_Empty_52__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD3280, Dictionary_2_System_Type_System_MonoCustomAttrs_AttributeInfo__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD3288, Dictionary_2_System_Type_System_MonoCustomAttrs_AttributeInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD3568, Dictionary_2_System_String_System_Object__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD4C00, LinkedList_1_System_WeakReference__AddLast__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD4C70, LinkedList_1_System_WeakReference___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD4C78, LinkedList_1_System_WeakReference__get_First__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD4C80, LinkedList_1_System_WeakReference__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD4C88, LinkedList_1_System_WeakReference__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD4C90, LinkedList_1_System_WeakReference__AddLast_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD4CA8, LinkedListNode_1_System_WeakReference__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD4CB8, LinkedListNode_1_System_WeakReference__get_Next__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD4DA8, List_1_System_Uri___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD4E00, List_1_System_Uri__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD4E28, List_1_System_Uri__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD4E38, List_1_System_Uri__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD4F90, _f_AnonymousType7_2_System_Text_RegularExpressions_Regex_System_Text_RegularExpressions_Match__get_match__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD4FA0, _f_AnonymousType7_2_System_Text_RegularExpressions_Regex_System_Text_RegularExpressions_Match___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5038, _f_AnonymousType6_2_Crosstales_BWF_Provider_DomainProvider_Crosstales_BWF_Data_Source___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5088, _f_AnonymousType6_2_Crosstales_BWF_Provider_DomainProvider_Crosstales_BWF_Data_Source__get_src__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5140, Enumerable_SelectMany_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5148, Enumerable_SelectMany_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5150, Enumerable_Aggregate_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5340, Enumerable_Where_52__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5350, Enumerable_Where_53__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5360, Enumerable_Select_75__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5370, Enumerable_SelectMany_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5380, Enumerable_Any_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD53D0, TaskFactory_1_System_IO_Stream__FromAsync__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD53E0, List_1_Crosstales_BWF_Provider_DomainProvider__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD53F8, List_1_Crosstales_BWF_Provider_DomainProvider___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5408, List_1_Crosstales_BWF_Provider_DomainProvider__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5418, List_1_T_Enumerator_Crosstales_BWF_Provider_DomainProvider__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5428, List_1_T_Enumerator_Crosstales_BWF_Provider_DomainProvider__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5430, Task_1_System_IO_Stream__get_Factory__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5440, List_1_T_Enumerator_Crosstales_BWF_Provider_DomainProvider__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5578, KeyValuePair_2_System_String_Crosstales_BWF_Data_Source__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5598, KeyValuePair_2_System_String_Crosstales_BWF_Data_Source__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD55C0, Task_Run_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD55D0, Task_Run_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5600, Dictionary_2_System_String_Crosstales_BWF_Data_Source___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD56B0, List_1_Crosstales_BWF_Data_Source___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD56E0, Enumerable_Select_76__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD56E8, Enumerable_OrderBy_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD57C8, _f_AnonymousType5_2_System_Text_RegularExpressions_Match_System_Text_RegularExpressions_Capture__get_capture__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD57D8, _f_AnonymousType5_2_System_Text_RegularExpressions_Match_System_Text_RegularExpressions_Capture___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD57E8, _f_AnonymousType4_2_f_AnonymousType3_2_System_Text_RegularExpressions_MatchCollection_System_Text_RegularExpressions_Match_System_Text_RegularExpressions_Capture__get_capture__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5800, _f_AnonymousType4_2_f_AnonymousType3_2_System_Text_RegularExpressions_MatchCollection_System_Text_RegularExpressions_Match_System_Text_RegularExpressions_Capture___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5808, _f_AnonymousType3_2_System_Text_RegularExpressions_MatchCollection_System_Text_RegularExpressions_Match__get_match__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5818, _f_AnonymousType3_2_System_Text_RegularExpressions_MatchCollection_System_Text_RegularExpressions_Match___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5840, Enumerable_Cast_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5848, _f_AnonymousType2_2_System_Collections_Generic_List_1_System_String__get_simpleWord__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5858, _f_AnonymousType2_2_System_Collections_Generic_List_1_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5880, _f_AnonymousType1_2_Crosstales_BWF_Provider_BadWordProvider_Crosstales_BWF_Data_Source___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD58B8, _f_AnonymousType0_2_Crosstales_BWF_Provider_BadWordProvider_Crosstales_BWF_Data_Source___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD58E8, _f_AnonymousType1_2_Crosstales_BWF_Provider_BadWordProvider_Crosstales_BWF_Data_Source__get_src__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5900, _f_AnonymousType0_2_Crosstales_BWF_Provider_BadWordProvider_Crosstales_BWF_Data_Source__get_src__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5910, Dictionary_2_System_String_Crosstales_BWF_Data_Source__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5AC0, List_1_System_String__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5AD0, List_1_T_Enumerator_System_String__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5AD8, List_1_T_Enumerator_System_String__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5AE0, Enumerable_SelectMany_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5AE8, List_1_T_Enumerator_System_String__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5BF0, List_1_System_String__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5C88, Enumerable_Where_54__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5C90, Enumerable_Where_55__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5C98, Enumerable_Where_56__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5CA0, Enumerable_Select_77__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5CA8, Enumerable_Select_78__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5CB0, Enumerable_Select_79__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5CB8, Enumerable_Select_80__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5CC0, Enumerable_SelectMany_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5CC8, Enumerable_SelectMany_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5CD0, Enumerable_SelectMany_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5CD8, Enumerable_SelectMany_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5CE0, Enumerable_SelectMany_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5CE8, Enumerable_Cast_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5D10, Dictionary_2_TKey_TValue_ValueCollection_System_String_List_1_System_Text_RegularExpressions_Regex__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5D18, Dictionary_2_TKey_TValue_ValueCollection_System_String_List_1_System_String__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5D50, List_1_System_Text_RegularExpressions_Regex__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5D68, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_String_List_1_System_String__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5D70, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_String_List_1_System_Text_RegularExpressions_Regex__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5D78, List_1_T_Enumerator_System_Text_RegularExpressions_Regex__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5D80, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_String_List_1_System_String__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5D88, List_1_T_Enumerator_System_Text_RegularExpressions_Regex__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5D90, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_String_List_1_System_Text_RegularExpressions_Regex__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5D98, Enumerable_Any_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5DA0, Enumerable_Any_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5DA8, Dictionary_2_System_String_System_Text_RegularExpressions_Regex__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5DB0, Dictionary_2_System_String_List_1_System_Text_RegularExpressions_Regex__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5DB8, Dictionary_2_System_String_List_1_System_String__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5DC0, Dictionary_2_System_String_List_1_System_Text_RegularExpressions_Regex__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5DC8, Dictionary_2_System_String_System_Text_RegularExpressions_Regex__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5DD0, Dictionary_2_System_String_List_1_System_String__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5DD8, List_1_T_Enumerator_System_Text_RegularExpressions_Regex__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5DE0, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_String_List_1_System_Text_RegularExpressions_Regex__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5DE8, Dictionary_2_TKey_TValue_ValueCollection_TKey_TValue_Enumerator_System_String_List_1_System_String__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5DF0, Dictionary_2_System_String_List_1_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5DF8, Dictionary_2_System_String_List_1_System_Text_RegularExpressions_Regex___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5E00, Dictionary_2_System_String_System_Text_RegularExpressions_Regex___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5EB0, Enumerable_Where_57__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5EC0, Enumerable_Where_58__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5EC8, Enumerable_Where_59__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5ED8, Enumerable_Select_81__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5EE8, Enumerable_Select_82__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5EF8, Enumerable_SelectMany_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5F08, Enumerable_SelectMany_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5F10, Enumerable_Any_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5F18, Dictionary_2_System_String_Crosstales_BWF_Data_Source__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5F50, List_1_Crosstales_BWF_Provider_BadWordProvider__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5F58, List_1_Crosstales_BWF_Provider_BadWordProvider___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5F60, List_1_Crosstales_BWF_Provider_BadWordProvider__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5F68, ExtensionMethods_1_CTAddRange_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5F70, ExtensionMethods_1_CTAddRange_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5F78, ExtensionMethods_1_CTAddRange_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5F80, List_1_T_Enumerator_Crosstales_BWF_Provider_BadWordProvider__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5F88, List_1_T_Enumerator_Crosstales_BWF_Provider_BadWordProvider__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5F90, List_1_T_Enumerator_Crosstales_BWF_Provider_BadWordProvider__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5FB0, BaseManager_2_PunctuationManager_Crosstales_BWF_Filter_PunctuationFilter__onReplaceAllComplete__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5FD0, BaseManager_2_PunctuationManager_Crosstales_BWF_Filter_PunctuationFilter__onGetAllComplete__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5FF0, BaseManager_2_PunctuationManager_Crosstales_BWF_Filter_PunctuationFilter__onContainsComplete__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD5FF8, BaseManager_2_PunctuationManager_Crosstales_BWF_Filter_PunctuationFilter___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6030, Singleton_1_Crosstales_BWF_Manager_PunctuationManager__DeleteInstance__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6048, Singleton_1_Crosstales_BWF_Manager_PunctuationManager__OnApplicationQuit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6058, Singleton_1_Crosstales_BWF_Manager_PunctuationManager__Awake__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6080, BaseManager_2_DomainManager_Crosstales_BWF_Filter_DomainFilter__onReplaceAllComplete__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD60A0, BaseManager_2_DomainManager_Crosstales_BWF_Filter_DomainFilter__onGetAllComplete__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD60C0, BaseManager_2_DomainManager_Crosstales_BWF_Filter_DomainFilter__onContainsComplete__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD60C8, BaseManager_2_DomainManager_Crosstales_BWF_Filter_DomainFilter___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD60F0, Singleton_1_Crosstales_BWF_Manager_DomainManager__DeleteInstance__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6100, Singleton_1_Crosstales_BWF_Manager_DomainManager__OnApplicationQuit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6108, Singleton_1_Crosstales_BWF_Manager_DomainManager__Awake__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6140, BaseManager_2_CapitalizationManager_Crosstales_BWF_Filter_CapitalizationFilter__onReplaceAllComplete__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6170, BaseManager_2_CapitalizationManager_Crosstales_BWF_Filter_CapitalizationFilter__onGetAllComplete__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6198, ConditionalWeakTable_2_System_Object_System_Threading_OSSpecificSynchronizationContext__GetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD61B0, BaseManager_2_CapitalizationManager_Crosstales_BWF_Filter_CapitalizationFilter__onContainsComplete__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD61C0, BaseManager_2_CapitalizationManager_Crosstales_BWF_Filter_CapitalizationFilter___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD61E8, ConditionalWeakTable_2_System_Object_System_Threading_OSSpecificSynchronizationContext___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6218, Marshal_GetFunctionPointerForDelegate_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6238, Array_Empty_53__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6268, Singleton_1_Crosstales_BWF_Manager_CapitalizationManager__DeleteInstance__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6288, Singleton_1_Crosstales_BWF_Manager_CapitalizationManager__OnApplicationQuit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6298, Singleton_1_Crosstales_BWF_Manager_CapitalizationManager__Awake__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD62C8, BaseManager_2_BadWordManager_Crosstales_BWF_Filter_BadWordFilter__onReplaceAllComplete__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6310, BaseManager_2_BadWordManager_Crosstales_BWF_Filter_BadWordFilter__onGetAllComplete__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6340, List_1_UnityEngine_Camera___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6350, BaseManager_2_BadWordManager_Crosstales_BWF_Filter_BadWordFilter__onContainsComplete__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6358, BaseManager_2_BadWordManager_Crosstales_BWF_Filter_BadWordFilter___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6360, List_1_UnityEngine_Camera__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD63E8, Singleton_1_Crosstales_BWF_Manager_BadWordManager__DeleteInstance__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6408, List_1_System_Threading_IAsyncLocal__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6410, Singleton_1_Crosstales_BWF_Manager_BadWordManager__OnApplicationQuit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6418, List_1_UnityEngine_Camera__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6428, List_1_UnityEngine_Camera__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6438, Dictionary_2_System_Threading_IAsyncLocal_System_Object__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6440, Singleton_1_Crosstales_BWF_Manager_BadWordManager__Awake__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6448, Dictionary_2_System_Threading_IAsyncLocal_System_Object___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6458, Dictionary_2_System_Threading_IAsyncLocal_System_Object___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6468, Dictionary_2_System_Threading_IAsyncLocal_System_Object__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6478, List_1_UnityEngine_Camera__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD64C0, List_1_System_Threading_IAsyncLocal__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD64C8, List_1_T_Enumerator_System_Threading_IAsyncLocal__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD64D0, List_1_T_Enumerator_System_Threading_IAsyncLocal__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD64F0, List_1_T_Enumerator_System_Threading_IAsyncLocal__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6500, List_1_System_Threading_IAsyncLocal___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6510, List_1_System_Threading_IAsyncLocal___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6570, List_1_Crosstales_BWF_Model_Domains__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6610, Task_1_Task__ConfigureAwait__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6638, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Threading_Tasks_Task__get_IsCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6640, List_1_Crosstales_BWF_Model_Domains___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6650, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Threading_Tasks_Task__GetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6658, ConfiguredTaskAwaitable_1_System_Threading_Tasks_Task__GetAwaiter__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6670, AsyncTaskMethodBuilder_1_System_Boolean__AwaitUnsafeOnCompleted_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD66A0, List_1_Crosstales_BWF_Model_Domains__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD66B0, List_1_T_Enumerator_Crosstales_BWF_Model_Domains__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD66C0, List_1_T_Enumerator_Crosstales_BWF_Model_Domains__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD66E8, List_1_T_Enumerator_Crosstales_BWF_Model_Domains__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD66F8, List_1_Crosstales_BWF_Model_Domains__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6828, List_1_System_String__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6838, List_1_Crosstales_BWF_Model_BadWords__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6920, Enumerable_Where_60__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6980, List_1_Crosstales_BWF_Model_BadWords___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD69B0, Dictionary_2_System_String_System_Text_RegularExpressions_Regex___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD69C0, Dictionary_2_System_String_List_1_System_Text_RegularExpressions_Regex___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD69C8, Dictionary_2_System_String_List_1_System_String___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD69E8, ExtensionMethods_1_CTDump_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD69F0, LowLevelList_1_System_Exception__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD69F8, LowLevelListWithIList_1_System_Exception___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6A18, SparselyPopulatedArray_1_CancellationCallbackInfo__get_Tail__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6A28, SparselyPopulatedArrayFragment_1_CancellationCallbackInfo__get_Prev__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6A38, SparselyPopulatedArrayFragment_1_CancellationCallbackInfo__get_Length__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6A48, SparselyPopulatedArrayFragment_1_CancellationCallbackInfo__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6A68, List_1_System_Text_RegularExpressions_Regex___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6A70, List_1_Crosstales_BWF_Model_BadWords__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6A78, List_1_System_Text_RegularExpressions_Regex__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6A90, List_1_T_Enumerator_Crosstales_BWF_Model_BadWords__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6A98, List_1_T_Enumerator_Crosstales_BWF_Model_BadWords__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6AA0, Enumerable_Select_83__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6AB0, Dictionary_2_System_String_System_Text_RegularExpressions_Regex__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6AC8, Dictionary_2_System_String_List_1_System_String__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6AE0, Dictionary_2_System_String_List_1_System_Text_RegularExpressions_Regex__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6AF8, Dictionary_2_System_String_List_1_System_Text_RegularExpressions_Regex__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6B08, Dictionary_2_System_String_System_Text_RegularExpressions_Regex__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6B18, Dictionary_2_System_String_List_1_System_String__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6B28, Dictionary_2_System_String_List_1_System_String__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6B38, Dictionary_2_System_String_System_Text_RegularExpressions_Regex__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6B40, Dictionary_2_System_String_List_1_System_Text_RegularExpressions_Regex__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6B50, List_1_T_Enumerator_Crosstales_BWF_Model_BadWords__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6B60, List_1_Crosstales_BWF_Model_BadWords__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6BC8, SparselyPopulatedArray_1_CancellationCallbackInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6BD0, SparselyPopulatedArray_1_CancellationCallbackInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6C00, UnityEvent_2_System_String_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6C10, UnityEvent_2_System_String_System_Boolean___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6C98, SparselyPopulatedArrayFragment_1_CancellationCallbackInfo__SafeAtomicRemove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6CA0, SparselyPopulatedArrayAddInfo_1_CancellationCallbackInfo__get_Source__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6CA8, SparselyPopulatedArrayAddInfo_1_CancellationCallbackInfo__get_Index__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6D50, UnityEvent_1_UnityEngine_Networking_PlayerConnection_MessageEventArgs___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6DB0, Enumerable_Where_61__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6DB8, Enumerable_Any_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6DD0, List_1_UnityEngine_Networking_PlayerConnection_PlayerEditorConnectionEvents_MessageTypeSubscribers__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6DD8, Enumerable_SingleOrDefault_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6DF0, UnityEvent_1_UnityEngine_Networking_PlayerConnection_MessageEventArgs__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6E18, List_1_UnityEngine_Networking_PlayerConnection_PlayerEditorConnectionEvents_MessageTypeSubscribers__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6E70, List_1_UnityEngine_Networking_PlayerConnection_PlayerEditorConnectionEvents_MessageTypeSubscribers___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6E98, UnityEvent_1_UnityEngine_Networking_PlayerConnection_MessageEventArgs__RemoveListener__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6F48, ScriptableObject_CreateInstance_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6F70, UnityEvent_1_UnityEngine_Networking_PlayerConnection_MessageEventArgs__AddListener__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6F98, Enumerable_Any_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6FC0, List_1_UnityEngine_GameObject__set_Capacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD6FC8, List_1_UnityEngine_GameObject__get_Capacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7008, List_1_UnityEngine_Events_PersistentCall__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7010, List_1_T_Enumerator_UnityEngine_Events_PersistentCall__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7018, List_1_T_Enumerator_UnityEngine_Events_PersistentCall__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7028, List_1_T_Enumerator_UnityEngine_Events_PersistentCall__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7038, List_1_UnityEngine_Events_BaseInvokableCall___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7048, List_1_UnityEngine_Events_BaseInvokableCall__RemoveAll__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7058, List_1_UnityEngine_Events_BaseInvokableCall__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7060, List_1_UnityEngine_Events_BaseInvokableCall__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7070, List_1_UnityEngine_Events_BaseInvokableCall___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7078, List_1_UnityEngine_Events_BaseInvokableCall__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD70A0, List_1_UnityEngine_Events_BaseInvokableCall___ctor_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD70E0, CachedInvokableCall_1_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7130, List_1_UnityEngine_Events_PersistentCall___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7220, List_1_System_ModifierSpec___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7228, List_1_System_ModifierSpec__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7238, List_1_System_TypeIdentifier___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7240, List_1_System_TypeIdentifier__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD72A0, List_1_System_TypeSpec___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD72A8, List_1_System_TypeSpec__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD72C8, List_1_T_Enumerator_System_TypeIdentifier__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD72F8, List_1_System_ModifierSpec__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7300, List_1_T_Enumerator_System_ModifierSpec__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7308, List_1_T_Enumerator_System_ModifierSpec__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7310, List_1_T_Enumerator_System_ModifierSpec__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7318, List_1_System_TypeSpec__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7320, List_1_System_TypeSpec__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7328, List_1_System_TypeIdentifier__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7330, List_1_T_Enumerator_System_TypeIdentifier__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7338, List_1_T_Enumerator_System_TypeIdentifier__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7428, EntityEventListener_1_IGoatState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7430, EventHandler_1_UnregisterEvent_56__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7438, EventHandler_1_UnregisterEvent_57__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7448, GameObject_GetComponent_118__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7450, GameObject_GetComponent_119__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD74A8, Object_1_FindAnyObjectByType_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD74D8, EntityEventListenerBase_1_Photon_Bolt_IGoatState__get_state__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD74F0, EventHandler_1_RegisterEvent_58__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7530, EventHandler_1_RegisterEvent_59__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7538, Component_GetComponents_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7540, Component_GetComponent_147__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7568, Dictionary_2_System_Type_System_Object___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7578, Dictionary_2_System_Int32_Stack_1_UnityEngine_GameObject___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7588, Stack_1_UnityEngine_GameObject___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7590, Stack_1_UnityEngine_GameObject__Push__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD75A0, GameObjectExtensions_GetCachedComponent_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD75A8, Dictionary_2_System_Int32_Stack_1_UnityEngine_GameObject__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD75F0, Stack_1_UnityEngine_GameObject__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD75F8, Stack_1_UnityEngine_GameObject__Pop__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7600, Dictionary_2_System_Int32_Stack_1_UnityEngine_GameObject__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7608, Object_1_Instantiate_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7620, List_1_UnityEngine_GameObject__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7628, List_1_UnityEngine_GameObject__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7630, List_1_UnityEngine_GameObject__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7638, List_1_UnityEngine_GameObject___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7640, List_1_UnityEngine_GameObject__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7658, GameObject_AddComponent_84__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD76E8, Component_GetComponent_148__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7718, AsyncOperationHandle_1_UnityEngine_Material__op_Implicit__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7720, AssetReference_LoadAssetAsync_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7730, List_1_AddressableMaterialLoader_Mapping__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7738, List_1_T_Enumerator_AddressableMaterialLoader_Mapping__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7740, List_1_T_Enumerator_AddressableMaterialLoader_Mapping__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7748, List_1_T_Enumerator_AddressableMaterialLoader_Mapping__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7750, AsyncOperationHandle_1_UnityEngine_GameObject__add_Completed__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7798, List_1_UnityEngine_Renderer___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD77A0, List_1_UnityEngine_Renderer__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD77A8, List_1_T_Enumerator_UnityEngine_Renderer__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD77B0, List_1_T_Enumerator_UnityEngine_Renderer__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD77B8, List_1_T_Enumerator_UnityEngine_Renderer__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD77C0, Component_GetComponent_149__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD77C8, List_1_UnityEngine_Renderer__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD77D0, Component_GetComponentsInChildren_39__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7800, Component_GetComponent_150__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7810, GameObject_GetComponent_120__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7820, Component_GetComponent_151__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7850, PostProcessProfile_TryGetSettings_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD78C0, GameObject_GetComponent_121__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD78E8, Dictionary_2_System_Int32_BehaviorDesigner_Runtime_BehaviorTree___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD78F8, Dictionary_2_System_Int32_BehaviorDesigner_Runtime_BehaviorTree__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7930, GameObject_GetComponent_122__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD79C8, Array_Empty_54__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD79D8, GameObject_GetComponents_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD79E0, Dictionary_2_System_Int32_BehaviorDesigner_Runtime_BehaviorTree__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD79E8, Component_GetComponents_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7B58, Task_1_System_Security_Cryptography_X509Certificates_X509Certificate2__get_Factory__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7B60, TaskFactory_1_System_Security_Cryptography_X509Certificates_X509Certificate2__FromAsync__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7DB0, List_1_System_String__CopyTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7E00, Task_1_System_Net_HttpListenerContext__get_Factory__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD7E10, TaskFactory_1_System_Net_HttpListenerContext__FromAsync__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD8490, List_1_System_Net_HttpConnection___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD84A0, List_1_System_Net_HttpConnection__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD8588, Dictionary_2_System_Net_HttpConnection_System_Net_HttpConnection__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD8610, Dictionary_2_System_Net_HttpConnection_System_Net_HttpConnection__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD8638, List_1_T_Enumerator_System_Net_HttpConnection__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD8658, List_1_T_Enumerator_System_Net_HttpConnection__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD8668, List_1_T_Enumerator_System_Net_HttpConnection__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD8678, Dictionary_2_System_Net_HttpConnection_System_Net_HttpConnection__get_Keys__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD8688, Dictionary_2_System_Net_HttpConnection_System_Net_HttpConnection__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD8728, Task_1_System_Net_IPAddress__get_Factory__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD8738, TaskFactory_1_System_Net_IPAddress__FromAsync__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD87A8, Dictionary_2_System_Net_HttpConnection_System_Net_HttpConnection___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD87F0, Task_1_System_Net_IPHostEntry__get_Factory__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD8800, TaskFactory_1_System_Net_IPHostEntry__FromAsync__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD8838, TaskFactory_1_System_Net_IPHostEntry__FromAsync_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9678, EventHandler_1_UnregisterEvent_58__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9680, EventHandler_1_UnregisterEvent_59__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9728, EventHandler_1_ExecuteEvent_73__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9730, EventHandler_1_ExecuteEvent_74__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9738, List_1_UnityEngine_GUILayoutEntry__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD97D0, EventHandler_1_RegisterEvent_60__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD97D8, EventHandler_1_RegisterEvent_61__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9860, List_1_UnityEngine_GUILayoutEntry___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9898, Array_Find_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9978, Object_1_Instantiate_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9980, GameObject_GetComponent_123__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9A28, Component_GetComponent_152__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9A30, Component_GetComponent_153__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9A38, Component_GetComponent_154__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9A40, BoltEntity_GetState_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9A90, EventHandler_1_UnregisterEvent_60__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9AA0, EventHandler_1_RegisterEvent_62__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9AE0, UltimateCharacterLocomotion_GetAbility_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9AE8, UltimateCharacterLocomotion_GetAbility_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9AF0, UltimateCharacterLocomotion_GetAbilities_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9B28, Array_Find_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9B38, Dictionary_2_TKey_TValue_ValueCollection_System_String_UnityEngine_GUIStyle__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9B40, Component_GetComponent_155__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9B80, Dictionary_2_UnityEngine_Collider_System_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9B90, Dictionary_2_UnityEngine_Collider_System_Int32__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9B98, Dictionary_2_UnityEngine_Collider_System_Int32__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9BA0, Dictionary_2_UnityEngine_Collider_System_Int32__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9BA8, Dictionary_2_UnityEngine_Collider_System_Int32__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9BF0, EntityEventListener_1_IEnemyState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9C38, List_1_UnityEngine_SkinnedMeshRenderer__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9C48, List_1_T_Enumerator_UnityEngine_SkinnedMeshRenderer__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9C58, List_1_T_Enumerator_UnityEngine_SkinnedMeshRenderer__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9C78, List_1_T_Enumerator_UnityEngine_SkinnedMeshRenderer__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9CB8, Dictionary_2_System_String_UnityEngine_GUIStyle__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9D00, Object_1_FindAnyObjectByType_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9D08, List_1_UnityEngine_SkinnedMeshRenderer__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9D18, List_1_UnityEngine_SkinnedMeshRenderer__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9D20, List_1_UnityEngine_SkinnedMeshRenderer__FindIndex__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9D28, Enumerable_ToList_38__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9D38, Dictionary_2_System_String_UnityEngine_GUIStyle__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9DA0, Dictionary_2_System_String_UnityEngine_GUIStyle__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9DA8, Dictionary_2_System_String_UnityEngine_GUIStyle___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9E38, Dictionary_2_System_Int32_UnityEngine_GUILayoutUtility_LayoutCache___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9E58, Dictionary_2_System_Int32_UnityEngine_GUILayoutUtility_LayoutCache__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9E60, Dictionary_2_System_Int32_UnityEngine_GUILayoutUtility_LayoutCache__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9E78, List_1_UnityEngine_Material___ctor_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9E88, Dictionary_2_KnockoutRagdoll_GenericLookAt___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9E90, List_1_UnityEngine_GUILayoutEntry__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9EA0, List_1_T_Enumerator_UnityEngine_GUILayoutEntry__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9EA8, List_1_T_Enumerator_UnityEngine_GUILayoutEntry__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9EB0, List_1_T_Enumerator_UnityEngine_GUILayoutEntry__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9EB8, List_1_UnityEngine_Material__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9EC0, Component_GetComponentsInChildren_40__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9F58, Dictionary_2_KnockoutRagdoll_GenericLookAt__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9F70, List_1_UnityEngine_GUILayoutEntry__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9F78, List_1_UnityEngine_GUILayoutEntry__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9F80, GameObject_AddComponent_85__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9F88, Dictionary_2_KnockoutRagdoll_GenericLookAt__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9FA0, List_1_BehaviorDesigner_Runtime_Tasks_MapProgressResumableWait__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9FA8, Behavior_FindTasks_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9FD0, List_1_UnityEngine_Material__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9FD8, List_1_UnityEngine_Material__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9FE0, List_1_T_Enumerator_UnityEngine_Material__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9FE8, List_1_T_Enumerator_UnityEngine_Material__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CD9FF0, List_1_T_Enumerator_UnityEngine_Material__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDA010, Component_GetComponent_156__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDA020, EventHandler_1_UnregisterEvent_61__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDA028, EventHandler_1_UnregisterEvent_62__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDA068, EventHandler_1_RegisterEvent_63__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDA070, EventHandler_1_RegisterEvent_64__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDA078, EntityEventListenerBase_1_Photon_Bolt_IEnemyState__get_state__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDA108, Object_1_FindAnyObjectByType_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDA110, GameObject_GetComponent_124__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDA120, Component_GetComponentsInChildren_41__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDA160, Component_GetComponent_157__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDA168, Component_GetComponent_158__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDA190, EntityEventListener_1_IDoorState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDA1D8, Component_GetComponent_159__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDA1E0, Component_GetComponent_160__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDA4A0, Dictionary_2_UnityEngine_Event_UnityEngine_TextEditor_TextEditOp__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDA4E0, Dictionary_2_UnityEngine_Event_UnityEngine_TextEditor_TextEditOp___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDA540, Dictionary_2_UnityEngine_Event_UnityEngine_TextEditor_TextEditOp__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDA548, Dictionary_2_UnityEngine_Event_UnityEngine_TextEditor_TextEditOp__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDA860, LowLevelList_1_System_Runtime_ExceptionServices_ExceptionDispatchInfo__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDA868, Task_1_Task__TrySetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDA878, Task_1_Task___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDA8F8, LowLevelList_1_System_Runtime_ExceptionServices_ExceptionDispatchInfo__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDA900, LowLevelList_1_System_Runtime_ExceptionServices_ExceptionDispatchInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDA908, LowLevelList_1_System_Runtime_ExceptionServices_ExceptionDispatchInfo__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDA918, LowLevelListWithIList_1_System_Runtime_ExceptionServices_ExceptionDispatchInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDA988, Dictionary_2_System_Int32_System_Threading_Tasks_Task__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDA998, LowLevelList_1_System_Threading_Tasks_Task__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDAA10, Dictionary_2_System_Int32_System_Threading_Tasks_Task___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDAA20, Dictionary_2_System_Int32_System_Threading_Tasks_Task__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDAA80, TaskFactory_StartNew_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDAB30, LowLevelList_1_System_Threading_Tasks_Task__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDAB50, LowLevelListWithIList_1_System_Threading_Tasks_Task___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDABC0, LowLevelList_1_System_Threading_Tasks_Task__RemoveAll__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDABD8, ReadOnlyCollection_1_System_Runtime_ExceptionServices_ExceptionDispatchInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDABE0, Array_Empty_55__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDAC00, LazyInitializer_EnsureInitialized_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDAC30, LowLevelDictionary_2_System_Int32_System_Threading_Tasks_Task___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDAC38, LowLevelDictionary_2_System_Int32_System_Threading_Tasks_Task__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDAC40, Tuple_3_System_Threading_Tasks_Task_System_Threading_Tasks_Task_System_Threading_Tasks_TaskContinuation__get_Item3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDAC48, Tuple_3_System_Threading_Tasks_Task_System_Threading_Tasks_Task_System_Threading_Tasks_TaskContinuation__get_Item2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDAC50, Tuple_3_System_Threading_Tasks_Task_System_Threading_Tasks_Task_System_Threading_Tasks_TaskContinuation__get_Item1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDAC60, Tuple_3_System_Threading_Tasks_Task_System_Threading_Tasks_Task_System_Threading_Tasks_TaskContinuation___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDAC78, RendezvousAwaitable_1_System_IAsyncResult__set_RunContinuationsAsynchronously__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDAC80, RendezvousAwaitable_1_System_IAsyncResult___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDACA0, LowLevelDictionary_2_System_Int32_System_Threading_Tasks_Task__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDACA8, RendezvousAwaitable_1_System_IAsyncResult__SetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDAD08, List_1_System_Threading_Timer__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDAD10, List_1_System_Threading_Timer__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDAD20, List_1_System_Threading_Timer___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDAD40, List_1_System_Threading_Timer__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDAD48, List_1_System_Threading_Timer__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDAD50, List_1_System_Threading_Timer__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDAD58, List_1_System_Threading_Timer__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDAE88, ThreadPoolWorkQueue_SparseArray_1_ThreadPoolWorkQueue_WorkStealingQueue__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDAE98, ThreadPoolWorkQueue_SparseArray_1_ThreadPoolWorkQueue_WorkStealingQueue__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDAEE0, ThreadPoolWorkQueue_SparseArray_1_ThreadPoolWorkQueue_WorkStealingQueue__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDAF08, ThreadPoolWorkQueue_SparseArray_1_ThreadPoolWorkQueue_WorkStealingQueue___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDAF98, AsyncLocal_1_System_Globalization_CultureInfo__set_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDAFA0, AsyncLocal_1_System_Globalization_CultureInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDAFF0, AsyncLocalValueChangedArgs_1_System_Globalization_CultureInfo__get_CurrentValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB128, Dictionary_2_UnityEngine_GameObject_UnityEngine_Camera___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB148, Dictionary_2_UnityEngine_GameObject_UnityEngine_Camera__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB168, Object_1_FindObjectsOfType_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB198, Dictionary_2_UnityEngine_GameObject_UnityEngine_Camera__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB218, Dictionary_2_UnityEngine_GameObject_UnityEngine_Camera__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB220, Dictionary_2_UnityEngine_GameObject_UnityEngine_Camera__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB228, Component_GetComponent_161__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB258, List_1_UnityEngine_SkinnedMeshRenderer___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB260, List_1_UnityEngine_MeshRenderer___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB268, List_1_UnityEngine_Animator___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB270, EntityEventListener_1_IManorLumpState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB2A0, Dictionary_2_System_Object_Dictionary_2_System_String_List_1_Opsive_Shared_Events_InvokableActionBase___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB2C8, EventHandler_1_ExecuteEvent_75__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB2E0, GenericObjectPool_Get_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB2E8, Dictionary_2_System_String_List_1_Opsive_Shared_Events_InvokableActionBase__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB2F0, Dictionary_2_System_Object_Dictionary_2_System_String_List_1_Opsive_Shared_Events_InvokableActionBase__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB320, Dictionary_2_System_String_List_1_Opsive_Shared_Events_InvokableActionBase__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB328, EntityEventListenerBase_1_Photon_Bolt_IManorLumpState__get_state__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB330, Dictionary_2_System_String_List_1_Opsive_Shared_Events_InvokableActionBase__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB350, Dictionary_2_System_Object_Dictionary_2_System_String_List_1_Opsive_Shared_Events_InvokableActionBase__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB368, List_1_UnityEngine_MeshRenderer__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB370, List_1_UnityEngine_Animator__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB378, List_1_UnityEngine_MeshRenderer__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB380, List_1_UnityEngine_SkinnedMeshRenderer__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB388, List_1_UnityEngine_Animator__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB390, GenericObjectPool_Return_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB398, List_1_UnityEngine_MeshRenderer__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB3A0, List_1_T_Enumerator_UnityEngine_Animator__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB3A8, List_1_T_Enumerator_UnityEngine_MeshRenderer__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB3B0, List_1_T_Enumerator_UnityEngine_Animator__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB3B8, List_1_T_Enumerator_UnityEngine_MeshRenderer__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB3C0, Component_GetComponentsInChildren_42__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB3C8, LinkedList_1_System_Net_WebOperation__get_First__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB3D0, Component_GetComponentsInChildren_43__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB3D8, LinkedList_1_System_Net_WebOperation__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB3E0, Component_GetComponent_162__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB3E8, LinkedListNode_1_System_Net_WebOperation__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB3F0, LinkedList_1_System_Net_WebOperation__Remove_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB3F8, List_1_T_Enumerator_UnityEngine_MeshRenderer__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB400, List_1_T_Enumerator_UnityEngine_Animator__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB410, LinkedList_1_System_Net_WebOperation__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB418, LinkedList_1_System_Net_WebConnection__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB428, LinkedListNode_1_System_Net_WebOperation__get_Next__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB438, List_1_UnityEngine_GameObject___ctor_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB440, Enumerable_Count_25__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB448, LinkedList_1_System_Net_WebOperation__AddLast__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB458, List_1_T_Enumerator_CrowBehaviour__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB468, Dictionary_2_System_String_List_1_Opsive_Shared_Events_InvokableActionBase___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB470, Dictionary_2_System_Object_Dictionary_2_System_String_List_1_Opsive_Shared_Events_InvokableActionBase__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB478, List_1_CrowBehaviour__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB480, Dictionary_2_System_Object_Dictionary_2_System_String_List_1_Opsive_Shared_Events_InvokableActionBase__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB488, List_1_T_Enumerator_CrowBehaviour__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB490, List_1_T_Enumerator_CrowBehaviour__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB498, LinkedList_1_System_Net_WebConnection__AddFirst__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB4A8, List_1_Opsive_Shared_Events_InvokableActionBase___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB4B8, List_1_Opsive_Shared_Events_InvokableActionBase__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB4C0, Dictionary_2_System_String_List_1_Opsive_Shared_Events_InvokableActionBase__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB4C8, Dictionary_2_System_String_List_1_Opsive_Shared_Events_InvokableActionBase__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB4D8, ValueTuple_2_System_Net_WebConnection_Boolean___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB4E0, LinkedList_1_System_Net_WebOperation__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB4E8, LinkedList_1_System_Net_WebConnection__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB4F8, LinkedList_1_System_Net_WebConnection__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB508, LinkedList_1_System_Net_WebOperation___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB510, List_1_CrowBehaviour___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB518, EntityEventListener_1_IIntroState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB540, LinkedList_1_System_Net_WebConnection___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB548, LinkedList_1_T_Enumerator_System_Net_WebConnection__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB550, LinkedList_1_T_Enumerator_System_Net_WebOperation__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB558, LinkedList_1_System_Net_WebConnection__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB568, LinkedList_1_System_Net_WebOperation__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB570, LinkedList_1_T_Enumerator_System_Net_WebConnection__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB578, LinkedList_1_T_Enumerator_System_Net_WebOperation__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB580, List_1_CrowBehaviour__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB588, LinkedList_1_System_Net_WebConnection__Remove_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB590, LinkedListNode_1_System_Net_WebConnection__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB598, LinkedListNode_1_System_Net_WebConnection__get_Next__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB5A0, LinkedList_1_T_Enumerator_System_Net_WebConnection__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB5A8, LinkedList_1_T_Enumerator_System_Net_WebOperation__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB5B0, LinkedList_1_System_Net_WebConnection__get_First__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB5C0, LinkedListNode_1_System_ValueTuple_2__get_Next__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB5C8, LinkedList_1_System_ValueTuple_2__get_First__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB5D0, LinkedList_1_System_ValueTuple_2__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB5D8, LinkedListNode_1_System_ValueTuple_2__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB5E0, ValueTuple_2_System_Net_ServicePointScheduler_ConnectionGroup_System_Net_WebOperation___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB5E8, WebCompletionSource_1_T_Result_System_ValueTuple_2__get_Success__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB5F8, WebCompletionSource_1_T_Result_System_ValueTuple_2__get_Argument__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB608, LinkedList_1_System_ValueTuple_2__AddLast__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB620, List_1_CrowBehaviour__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB628, WebCompletionSource_1_System_ValueTuple_2__get_CurrentResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB630, ValueTuple_3_System_Net_ServicePointScheduler_ConnectionGroup_System_Net_WebConnection_System_Threading_Tasks_Task___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB638, Dictionary_2_System_String_System_Net_ServicePointScheduler_ConnectionGroup__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB658, Dictionary_2_System_String_System_Net_ServicePointScheduler_ConnectionGroup___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB660, Dictionary_2_System_String_System_Net_ServicePointScheduler_ConnectionGroup__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB670, LinkedList_1_System_ValueTuple_3__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB678, GameObject_GetComponent_125__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB680, LinkedListNode_1_System_ValueTuple_3__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB688, LinkedListNode_1_System_ValueTuple_3__get_Next__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB698, LinkedList_1_System_ValueTuple_3__get_First__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB6C8, Dictionary_2_System_String_System_Net_ServicePointScheduler_ConnectionGroup__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB6F8, List_1_CrowBehaviour__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB700, LinkedList_1_System_ValueTuple_2___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB708, LinkedList_1_System_ValueTuple_3___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB718, GameObject_GetComponent_126__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB728, KeyValuePair_2_System_String_System_Net_ServicePointScheduler_ConnectionGroup__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB730, Dictionary_2_TKey_TValue_Enumerator_System_String_System_Net_ServicePointScheduler_ConnectionGroup__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB738, Dictionary_2_TKey_TValue_Enumerator_System_String_System_Net_ServicePointScheduler_ConnectionGroup__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB740, Dictionary_2_System_String_System_Net_ServicePointScheduler_ConnectionGroup__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB748, LinkedList_1_System_ValueTuple_3__AddLast__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB760, Dictionary_2_System_String_System_Net_ServicePointScheduler_ConnectionGroup__get_Keys__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB768, Dictionary_2_System_String_System_Net_ServicePointScheduler_ConnectionGroup__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB770, Dictionary_2_System_String_System_Net_ServicePointScheduler_ConnectionGroup__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB778, Dictionary_2_System_String_System_Net_ServicePointScheduler_ConnectionGroup__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB788, Dictionary_2_TKey_TValue_Enumerator_System_String_System_Net_ServicePointScheduler_ConnectionGroup__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB790, Dictionary_2_TKey_TValue_KeyCollection_System_String_System_Net_ServicePointScheduler_ConnectionGroup__CopyTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB798, ConcurrentDictionary_2_System_Net_ServicePointManager_SPKey_System_Net_ServicePoint__TryRemove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB7C8, ConcurrentDictionary_2_System_Net_ServicePointManager_SPKey_System_Net_ServicePoint__get_Values__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB7F0, Component_GetComponent_163__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB800, Component_GetComponent_164__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB808, Component_GetComponent_165__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB830, EntityEventListener_1_IFountainState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB858, ConcurrentDictionary_2_System_Net_ServicePointManager_SPKey_System_Net_ServicePoint__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB868, ConcurrentDictionary_2_System_Net_ServicePointManager_SPKey_System_Net_ServicePoint__GetOrAdd__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB898, EntityEventListenerBase_1_Photon_Bolt_IFountainState__get_state__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB8A0, ConcurrentDictionary_2_System_Net_ServicePointManager_SPKey_System_Net_ServicePoint__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB8C0, GameObject_GetComponent_127__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB8C8, Component_GetComponentsInChildren_44__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB8D8, Component_GetComponent_166__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB8E8, List_1_Dissonance_Integrations_PhotonBolt_BoltPlayer_1___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB8F0, EventHandler_1_UnregisterEvent_63__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB930, ReadOnlyCollection_1_Dissonance_VoicePlayerState__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB940, List_1_Dissonance_Integrations_PhotonBolt_BoltPlayer_1__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB958, GameObject_GetComponent_128__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB960, GameObject_GetComponent_129__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB968, GameObject_GetComponent_130__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB970, GameObject_AddComponent_86__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB978, GameObject_AddComponent_87__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB980, List_1_T_Enumerator_Dissonance_Integrations_PhotonBolt_BoltPlayer_1__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB990, List_1_T_Enumerator_Dissonance_Integrations_PhotonBolt_BoltPlayer_1__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB9A8, ConcurrentDictionary_2_System_Net_ServicePointManager_SPKey_System_Net_ServicePoint___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB9B0, List_1_T_Enumerator_Dissonance_Integrations_PhotonBolt_BoltPlayer_1__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB9C0, List_1_Dissonance_Integrations_PhotonBolt_BoltPlayer_1__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB9C8, List_1_Dissonance_Integrations_PhotonBolt_BoltPlayer_1__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDB9D8, EntityEventListenerBase_1_Photon_Bolt_IIntroState__get_state__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBA08, List_1_Dissonance_Integrations_PhotonBolt_BoltPlayer_1__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBA18, GameObject_GetComponent_131__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBA20, Component_GetComponent_167__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBA78, EventHandler_1_RegisterEvent_65__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBAB0, Component_GetComponent_168__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBAC0, KeyValuePair_2_UnityEngine_GameObject_UnityEngine_GameObject__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBAE0, KeyValuePair_2_UnityEngine_GameObject_UnityEngine_GameObject__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBB10, Dictionary_2_UnityEngine_GameObject_UnityEngine_GameObject___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBB48, Dictionary_2_UnityEngine_GameObject_UnityEngine_GameObject__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBB50, Dictionary_2_UnityEngine_GameObject_UnityEngine_GameObject__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBB58, Dictionary_2_UnityEngine_GameObject_UnityEngine_GameObject__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBB98, Enumerable_Where_62__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBBA8, Enumerable_ToList_39__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBBB8, Enumerable_Select_84__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBBF0, Enumerable_ToArray_31__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBC00, Enumerable_Select_85__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBC10, Dictionary_2_UnityEngine_GameObject_UnityEngine_GameObject__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBC20, EntityEventListener_1_IPlayerState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBC50, EntityEventListenerBase_1_Photon_Bolt_IPlayerState__get_state__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBC80, Dictionary_2_UnityEngine_Light_UnityEngine_LightShadows___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBC90, Dictionary_2_UnityEngine_Light_UnityEngine_LightShadows__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBCA0, GameObjectExtensions_GetCachedComponent_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBCC0, Dictionary_2_UnityEngine_Light_UnityEngine_LightShadows__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBCD8, List_1_T_Enumerator_System_Net_MonoChunkParser_Chunk__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBCE8, List_1_System_Net_MonoChunkParser_Chunk__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBCF8, List_1_T_Enumerator_System_Net_MonoChunkParser_Chunk__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBD08, List_1_T_Enumerator_System_Net_MonoChunkParser_Chunk__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBD48, GameObject_AddComponent_88__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBD80, Dictionary_2_UnityEngine_Renderer_UnityEngine_Material___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBD98, GenericObjectPool_Return_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBDA0, Dictionary_2_UnityEngine_Renderer_UnityEngine_Material__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBDC8, List_1_System_Net_MonoChunkParser_Chunk___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBDD0, GenericObjectPool_Get_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBDD8, Dictionary_2_UnityEngine_Renderer_UnityEngine_Material__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBDE0, List_1_System_Net_MonoChunkParser_Chunk__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBDE8, Dictionary_2_UnityEngine_Renderer_UnityEngine_Material__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBE00, Dictionary_2_System_Int32_UnityEngine_GameObject__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBE08, Dictionary_2_System_Int32_UnityEngine_GameObject__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBE18, GameObject_GetComponent_132__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBE20, Component_GetComponentsInChildren_45__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBE30, Component_GetComponentsInChildren_46__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBE50, List_1_UnityEngine_GameObject__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBE60, Dictionary_2_System_Int32_UnityEngine_GameObject__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBE68, List_1_T_Enumerator_UnityEngine_GameObject__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBE70, List_1_T_Enumerator_UnityEngine_GameObject__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBE88, List_1_T_Enumerator_UnityEngine_GameObject__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBF30, KeyValuePair_2_ManorSpirit_InitialGoatSpawn__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBF48, GameObject_AddComponent_89__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBF58, Enumerable_ElementAt_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBF60, EntityEventListenerBase_1_Photon_Bolt_ICrowState__get_state__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBF70, EntityEventListenerBase_1_Photon_Bolt_IEnemyBasicState__get_state__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBF78, Dictionary_2_System_Int32_UnityEngine_GameObject___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBF80, Dictionary_2_ManorSpirit_InitialGoatSpawn__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBF88, Component_GetComponent_169__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBF90, Component_GetComponent_170__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBFA0, Component_GetComponent_171__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBFB8, Component_GetComponent_172__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBFC0, Dictionary_2_UnityEngine_GameObject_Dictionary_2_System_Type_System_Object___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBFC8, Component_GetComponent_173__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBFD0, Dictionary_2_UnityEngine_GameObject_Dictionary_2_System_Type_System_Object__1__ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBFE8, ValueTuple_5_System_Net_HttpWebResponse_Boolean_Boolean_System_Net_BufferOffsetSize_System_Net_WebOperation___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDBFF0, Task_1_System_Net_BufferOffsetSize__ConfigureAwait__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC000, AsyncTaskMethodBuilder_1_System_ValueTuple_5__SetException__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC008, AsyncTaskMethodBuilder_1_System_ValueTuple_5__AwaitUnsafeOnCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC010, AsyncTaskMethodBuilder_1_System_ValueTuple_5__AwaitUnsafeOnCompleted_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC028, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_BufferOffsetSize__get_IsCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC038, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_BufferOffsetSize__GetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC040, ConfiguredTaskAwaitable_1_System_Net_BufferOffsetSize__GetAwaiter__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC048, AsyncTaskMethodBuilder_1_System_ValueTuple_5__SetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC050, AsyncTaskMethodBuilder_1_System_Net_BufferOffsetSize__SetStateMachine__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC058, Object_1_FindAnyObjectByType_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC060, AsyncTaskMethodBuilder_1_System_Net_BufferOffsetSize__AwaitUnsafeOnCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC070, AsyncTaskMethodBuilder_1_System_ValueTuple_5__SetStateMachine__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC080, AsyncTaskMethodBuilder_1_System_Net_BufferOffsetSize__SetException__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC088, AsyncTaskMethodBuilder_1_System_Net_BufferOffsetSize__SetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC090, Task_1_System_ValueTuple_5__ConfigureAwait__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC098, TaskAwaiter_1_System_Net_WebResponseStream__get_IsCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC0A0, TaskAwaiter_1_System_Net_WebResponseStream__GetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC0B0, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_WebRequestStream__get_IsCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC0C8, Task_1_System_Net_WebResponseStream__GetAwaiter__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC0D0, Task_1_System_Net_WebRequestStream__ConfigureAwait__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC0D8, ConfiguredTaskAwaitable_1_System_Net_WebRequestStream__GetAwaiter__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC0E0, AsyncTaskMethodBuilder_1_System_Net_HttpWebResponse__SetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC0F0, AsyncTaskMethodBuilder_1_System_Net_HttpWebResponse__AwaitUnsafeOnCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC100, AsyncTaskMethodBuilder_1_System_Net_HttpWebResponse__AwaitUnsafeOnCompleted_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC110, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_5__get_IsCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC120, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_WebRequestStream__GetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC130, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_5__GetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC140, ConfiguredTaskAwaitable_1_System_ValueTuple_5__1_GetAwaiter__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC148, Enumerable_First_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC168, AsyncTaskMethodBuilder_1_System_Net_HttpWebResponse__SetStateMachine__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC178, AsyncTaskMethodBuilder_1_System_Net_HttpWebResponse__SetException__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC1B8, AsyncTaskMethodBuilder_1_System_Net_BufferOffsetSize__get_Task__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC1C0, AsyncTaskMethodBuilder_1_System_Net_BufferOffsetSize__Start__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC1C8, AsyncTaskMethodBuilder_1_System_Net_BufferOffsetSize__Create__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC1E0, ValueTuple_4_Boolean_Boolean_System_Threading_Tasks_Task_1_System_Net_WebException___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC208, GameObject_GetComponent_133__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC210, GameObject_GetComponent_134__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC220, Component_GetComponent_174__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC238, AsyncTaskMethodBuilder_1_System_Net_HttpWebResponse__AwaitUnsafeOnCompleted_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC240, AsyncTaskMethodBuilder_1_System_Net_HttpWebResponse__AwaitUnsafeOnCompleted_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC290, Component_GetComponent_175__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC2E0, Component_GetComponent_176__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC308, EventHandler_1_UnregisterEvent_64__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC318, ValueTuple_2_System_Threading_Tasks_Task_1_System_Net_WebException___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC320, Task_FromResult_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC328, List_1_UnityEngine_GameObject__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC338, List_1_UnityEngine_GameObject__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC348, ValueTuple_2_System_Net_WebOperation_Boolean___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC360, EventHandler_1_RegisterEvent_66__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC378, HttpWebRequest_RunWithTimeout_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC398, TaskToApm_End_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC418, Task_1_System_Net_WebResponse__get_Result__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC438, EntityEventListener_1_IInteractObjectState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC450, TaskToApm_End_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC470, Task_1_System_IO_Stream__get_Result__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC490, HttpWebRequest_RunWithTimeout_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC4B0, AsyncTaskMethodBuilder_1_System_ValueTuple_5__get_Task__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC4C0, AsyncTaskMethodBuilder_1_System_ValueTuple_5__Start__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC4C8, EntityEventListenerBase_1_Photon_Bolt_IInteractObjectState__get_state__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC4D0, AsyncTaskMethodBuilder_1_System_ValueTuple_5__Create__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC4F0, AsyncTaskMethodBuilder_1_System_Net_HttpWebResponse__Create__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC508, AsyncTaskMethodBuilder_1_System_Net_HttpWebResponse__get_Task__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC510, AsyncTaskMethodBuilder_1_System_Net_HttpWebResponse__Start__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC528, Component_GetComponent_177__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC558, Dictionary_2_UnityEngine_MeshRenderer_UnityEngine_Vector3__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC588, EntityEventListener_1_IInnWebState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC5A0, Dictionary_2_UnityEngine_MeshRenderer_UnityEngine_Vector3___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC628, List_1_UnityEngine_Transform__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC630, List_1_T_Enumerator_UnityEngine_Transform__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC640, List_1_T_Enumerator_UnityEngine_Transform__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC658, List_1_T_Enumerator_UnityEngine_Transform__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC670, UltimateCharacterLocomotion_GetAbility_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC680, GameObject_GetComponent_135__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC688, GameObject_GetComponent_136__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC6C0, GameObject_GetComponent_137__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC6D8, EntityEventListenerBase_1_Photon_Bolt_IInnWebState__get_state__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC728, GameObject_GetComponentsInChildren_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC730, Dictionary_2_UnityEngine_MeshRenderer_UnityEngine_Vector3__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC7A0, EntityEventListener_1_IInnShrineState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC7D0, EntityEventListenerBase_1_Photon_Bolt_IMapState__get_state__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC858, EntityEventListenerBase_1_Photon_Bolt_IInnShrineState__get_state__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC868, Object_1_Instantiate_23__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC898, EventHandler_1_UnregisterEvent_65__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC8E8, Object_1_FindAnyObjectByType_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC918, EventHandler_1_RegisterEvent_67__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC980, GameObject_GetComponent_138__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC988, Component_GetComponent_178__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC998, EntityEventListener_1_IInnMazeState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC9C8, PostProcessProfile_GetSetting_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC9D0, List_1_InnHoleController__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC9D8, List_1_InnHoleController__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC9E8, List_1_InnHoleController__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDC9F8, IListExtensions_Shuffle_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCA08, GameObject_GetComponent_139__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCA18, List_1_T_Enumerator_InnHoleController__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCA28, List_1_T_Enumerator_InnHoleController__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCA30, Component_GetComponent_179__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCA38, Component_GetComponent_180__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCA58, List_1_T_Enumerator_InnHoleController__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCA80, Object_1_FindAnyObjectByType_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCA98, List_1_InnMazeBlocker__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCAA0, List_1_InnMazeBlocker__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCAA8, List_1_InnMazeBlocker___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCAB0, List_1_InnHoleController___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCAC0, List_1_InnMazeBlocker__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCAD0, List_1_InnMazeBlocker__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCAE0, Dictionary_2_System_Int32_List_1_InnMazeBlocker__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCAE8, Dictionary_2_System_Int32_List_1_InnMazeBlocker___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCAF0, Dictionary_2_System_Int32_List_1_InnMazeBlocker__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCAF8, Component_GetComponentsInChildren_47__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCB00, Dictionary_2_System_Reflection_PropertyInfo_Dictionary_2_System_Type_System_Boolean___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCB10, Dictionary_2_System_Reflection_PropertyInfo_Dictionary_2_System_Type_System_Boolean__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCB18, Dictionary_2_System_Reflection_PropertyInfo_Dictionary_2_System_Type_System_Boolean__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCB20, Object_1_Instantiate_24__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCB28, Object_1_FindAnyObjectByType_23__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCB30, Component_GetComponentsInChildren_48__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCB38, Component_GetComponent_181__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCB48, GameObject_GetComponent_140__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCB50, Array_Resize_142__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCB90, List_1_System_Reflection_PropertyInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCB98, List_1_System_Reflection_PropertyInfo__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCBA0, List_1_System_Reflection_PropertyInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCBB0, Dictionary_2_System_Type_System_Reflection_PropertyInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCBB8, Dictionary_2_System_Type_System_Reflection_PropertyInfo__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCBC0, Dictionary_2_System_Type_System_Reflection_PropertyInfo__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCC60, List_1_UnityEngine_ParticleSystemVertexStream___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCC68, List_1_UnityEngine_ParticleSystemVertexStream__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCC70, List_1_UnityEngine_ParticleSystemVertexStream__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCC78, List_1_UnityEngine_ParticleSystemVertexStream__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCCD8, List_1_UnityEngine_Transform___ctor_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCCE0, List_1_Opsive_UltimateCharacterController_Character_Abilities_Interact___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCD08, Component_GetComponent_182__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCD60, UltimateCharacterLocomotion_GetEffect_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCEF8, Object_1_FindObjectsByType_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCF08, EventHandler_1_ExecuteEvent_76__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCF28, List_1_UnityEngine_Rigidbody2D___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCF70, EventHandler_1_UnregisterEvent_66__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCF78, EventHandler_1_UnregisterEvent_67__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDCF90, Dictionary_2_Opsive_Shared_Inventory_ItemDefinitionBase_System_String__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD020, EventHandler_1_RegisterEvent_68__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD028, EventHandler_1_RegisterEvent_69__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD038, Dictionary_2_Opsive_Shared_Inventory_ItemDefinitionBase_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD048, Dictionary_2_Opsive_Shared_Inventory_ItemDefinitionBase_System_String__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD058, Component_GetComponent_183__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD078, EventHandler_1_ExecuteEvent_77__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD168, GameObject_GetComponent_141__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD170, EventHandler_1_ExecuteEvent_78__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD178, List_1_HidingSpotController__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD188, List_1_T_Enumerator_HidingSpotController__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD190, List_1_T_Enumerator_HidingSpotController__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD198, EntityEventListenerBase_1_Photon_Bolt_IHidingSpotState__get_state__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD1A0, List_1_T_Enumerator_HidingSpotController__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD1A8, UltimateCharacterLocomotion_GetAbilities_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD1C8, Ability_GetComponent_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD248, Component_GetComponentInChildren_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD2F0, Component_GetComponentInChildren_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD358, GameObjectExtensions_GetCachedComponent_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD3D0, List_1_UnityEngine_Transform__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD410, List_1_Opsive_UltimateCharacterController_Character_Abilities_Interact__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD418, GenericObjectPool_Get_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD430, List_1_UnityEngine_Transform__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD450, List_1_UnityEngine_Transform__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD458, GameObjectExtensions_GetCachedComponent_23__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD460, List_1_UnityEngine_Transform__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD490, List_1_T_Enumerator_Opsive_UltimateCharacterController_Character_Abilities_Interact__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD498, List_1_T_Enumerator_Opsive_UltimateCharacterController_Character_Abilities_Interact__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD4B0, List_1_T_Enumerator_Opsive_UltimateCharacterController_Character_Abilities_Interact__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD4C8, GenericObjectPool_Return_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD4F0, GameObjectExtensions_GetCachedComponent_24__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD538, Object_1_FindObjectsByType_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD548, EventHandler_1_UnregisterEvent_68__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD558, EventHandler_1_UnregisterEvent_69__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD560, EventHandler_1_UnregisterEvent_70__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD568, EventHandler_1_UnregisterEvent_71__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD570, EventHandler_1_UnregisterEvent_72__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD578, EventHandler_1_UnregisterEvent_73__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD580, EventHandler_1_UnregisterEvent_74__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD588, EventHandler_1_UnregisterEvent_75__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD598, EventHandler_1_UnregisterEvent_76__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD5A8, EventHandler_1_UnregisterEvent_77__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD5B0, Array_Resize_143__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD5C8, EventHandler_1_UnregisterEvent_78__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD5D0, EventHandler_1_UnregisterEvent_79__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD5D8, EventHandler_1_UnregisterEvent_80__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD5E0, EventHandler_1_UnregisterEvent_81__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD5E8, Component_GetComponent_184__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD5F0, EventHandler_1_UnregisterEvent_82__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD610, GameObjectExtensions_GetCachedComponent_25__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD630, UltimateCharacterLocomotion_GetAbility_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD640, UltimateCharacterLocomotion_GetAbilities_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD648, GameObjectExtensions_GetCachedComponent_26__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD650, Component_GetComponentInChildren_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD680, GameObject_GetComponent_142__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD688, EventHandler_1_RegisterEvent_70__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD690, Component_GetComponentsInChildren_49__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD698, Component_GetComponentInParent_29__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD6C0, EventHandler_1_ExecuteEvent_79__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD700, List_1_UnityEngine_XR_XRInputSubsystem___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD748, SubsystemManager_GetInstances_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD758, List_1_UnityEngine_XR_XRInputSubsystem__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD768, List_1_UnityEngine_XR_XRInputSubsystem__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD7F8, EventHandler_1_RegisterEvent_71__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD8D0, EventHandler_1_UnregisterEvent_83__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD950, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_Hold_StopAction___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD958, UltimateCharacterLocomotion_GetAbility_23__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD960, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_Items_FlickReload_StartFlickDirection___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD968, UltimateCharacterLocomotion_GetAbility_24__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD970, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_AddOns_VR_Character_Abilities_MoveInPlace_HandMovementOptions___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD978, UltimateCharacterLocomotion_GetAbility_25__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD988, UltimateCharacterLocomotion_GetAbility_26__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD998, UltimateCharacterLocomotion_GetAbility_27__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD9A8, UltimateCharacterLocomotion_GetAbility_28__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD9B8, UltimateCharacterLocomotion_GetAbility_29__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD9C8, UltimateCharacterLocomotion_GetAbility_30__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD9D8, UltimateCharacterLocomotion_GetAbility_31__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD9E0, UltimateCharacterLocomotion_GetAbility_32__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD9E8, UltimateCharacterLocomotion_GetAbility_33__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD9F0, GameObjectExtensions_GetCachedParentComponent_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDD9F8, UltimateCharacterLocomotion_GetAbility_34__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDA00, GameObjectExtensions_GetCachedComponent_27__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDA08, UltimateCharacterLocomotion_GetAbilities_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDA10, Component_GetComponent_185__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDA20, Object_1_FindAnyObjectByType_24__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDB10, Object_1_FindObjectOfType_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDC48, GameObject_GetComponent_143__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDC58, Component_GetComponent_186__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDCA0, GameObject_GetComponent_144__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDCA8, List_1_Opsive_UltimateCharacterController_Character_Abilities_Interact__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDCB0, GameObject_AddComponent_90__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDCB8, List_1_NolanBehaviour__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDCC0, GameObject_AddComponent_91__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDCC8, GameObject_GetComponent_145__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDCD0, GameObject_AddComponent_92__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDCD8, GameObject_GetComponent_146__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDCE0, GameObject_AddComponent_93__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDCE8, GameObject_AddComponent_94__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDCF0, GameObject_AddComponent_95__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDCF8, GameObject_AddComponent_96__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDD00, EventHandler_1_RegisterEvent_72__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDD08, GameObject_AddComponent_97__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDD10, EventHandler_1_RegisterEvent_73__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDD18, GameObject_AddComponent_98__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDD20, EventHandler_1_RegisterEvent_74__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDD28, GameObject_AddComponent_99__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDD30, EventHandler_1_RegisterEvent_75__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDD38, Component_GetComponentInChildren_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDD40, EventHandler_1_RegisterEvent_76__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDD48, EventHandler_1_RegisterEvent_77__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDD50, EventHandler_1_RegisterEvent_78__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDD60, EventHandler_1_RegisterEvent_79__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDD68, EventHandler_1_RegisterEvent_80__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDD70, EventHandler_1_RegisterEvent_81__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDD88, EventHandler_1_RegisterEvent_82__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDD90, EventHandler_1_RegisterEvent_83__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDD98, EventHandler_1_RegisterEvent_84__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDDA0, GameObject_GetComponent_147__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDDA8, EventHandler_1_RegisterEvent_85__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDDB0, GameObject_AddComponent_100__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDDB8, Dictionary_2_UnityEngine_GameObject_NolanPerkController__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDDC8, Component_GetComponentsInChildren_50__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDDD8, Component_GetComponent_187__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDDE8, Component_GetComponent_188__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDDF8, CameraController_GetViewType_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDE60, GameObject_AddComponent_101__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDF80, UltimateCharacterLocomotion_GetEffect_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDF98, GameObject_GetComponent_148__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDFA8, GameObject_GetComponent_149__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDFB8, GameObject_GetComponentInChildren_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDFC8, Component_GetComponentsInChildren_51__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDFE8, Object_1_FindObjectsByType_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDFF0, Object_1_FindAnyObjectByType_25__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDDFF8, GameObject_GetComponent_150__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE000, GameObject_GetComponent_151__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE008, GameObject_GetComponent_152__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE010, GameObject_GetComponent_153__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE018, GameObject_GetComponent_154__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE020, GameObject_GetComponent_155__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE028, GameObject_GetComponent_156__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE030, GameObject_GetComponent_157__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE038, Component_GetComponents_23__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE040, Component_GetComponents_24__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE048, Component_GetComponent_189__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE050, Component_GetComponent_190__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE058, Component_GetComponent_191__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE060, Component_GetComponent_192__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE068, Component_GetComponent_193__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE070, Component_GetComponent_194__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE078, Component_GetComponent_195__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE080, Component_GetComponent_196__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE088, Component_GetComponent_197__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE090, Component_GetComponent_198__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE098, Component_GetComponent_199__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE0A0, Component_GetComponent_200__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE0A8, Component_GetComponent_201__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE1F8, List_1_Opsive_UltimateCharacterController_Inventory_ItemType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE208, List_1_Opsive_UltimateCharacterController_Inventory_ItemType__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE228, GameObject_GetComponentsInChildren_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE238, GameObject_GetComponent_158__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE248, GameObject_GetComponent_159__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE2D8, List_1_Opsive_UltimateCharacterController_Inventory_ItemType__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE2E8, List_1_Opsive_UltimateCharacterController_Inventory_ItemType__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE3E8, Object_1_FindObjectsOfType_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE3F8, Object_1_FindObjectOfType_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE408, CameraController_GetViewType_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE530, Object_1_FindObjectOfType_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDE540, GameObject_GetComponentInChildren_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDEBD0, Collection_1_System_Net_NetworkInformation_MulticastIPAddressInformation__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDEC08, Task_1_System_Net_NetworkInformation_UnicastIPAddressInformationCollection__get_Factory__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDEC18, Collection_1_System_Net_NetworkInformation_MulticastIPAddressInformation___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDEC38, TaskFactory_1_System_Net_NetworkInformation_UnicastIPAddressInformationCollection__FromAsync__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDEC48, Collection_1_System_Net_NetworkInformation_MulticastIPAddressInformation__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDEC50, Collection_1_System_Net_NetworkInformation_MulticastIPAddressInformation__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDEC58, Collection_1_System_Net_NetworkInformation_MulticastIPAddressInformation__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDEC60, Collection_1_System_Net_NetworkInformation_MulticastIPAddressInformation__CopyTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDEC68, Collection_1_System_Net_NetworkInformation_MulticastIPAddressInformation__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDEC80, Collection_1_System_Net_NetworkInformation_IPAddressInformation___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDEC88, Collection_1_System_Net_NetworkInformation_IPAddressInformation__CopyTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDEC90, Collection_1_System_Net_IPAddress__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDECA8, Collection_1_System_Net_IPAddress__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDECB0, Collection_1_System_Net_NetworkInformation_IPAddressInformation__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDECC8, Collection_1_System_Net_NetworkInformation_IPAddressInformation__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDECD8, Collection_1_System_Net_NetworkInformation_IPAddressInformation__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDECE0, Collection_1_System_Net_NetworkInformation_IPAddressInformation__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDECE8, Collection_1_System_Net_NetworkInformation_IPAddressInformation__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDECF0, Collection_1_System_Net_NetworkInformation_GatewayIPAddressInformation__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDECF8, Collection_1_System_Net_NetworkInformation_GatewayIPAddressInformation__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDED18, Collection_1_System_Net_NetworkInformation_GatewayIPAddressInformation__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDED20, Collection_1_System_Net_NetworkInformation_GatewayIPAddressInformation__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDED28, Collection_1_System_Net_IPAddress__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDED38, Collection_1_System_Net_IPAddress__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDED48, Collection_1_System_Net_IPAddress___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDED50, Collection_1_System_Net_IPAddress__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDED58, Collection_1_System_Net_IPAddress__CopyTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDED80, ConfiguredTaskAwaitable_1_System_Byte__GetAwaiter__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDED88, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_49__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDED90, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_50__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDEDA0, Task_1_System_Byte__ConfigureAwait__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDEDA8, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Byte__get_IsCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDEDB0, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Byte__GetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDEDB8, Collection_1_System_Net_NetworkInformation_GatewayIPAddressInformation__CopyTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDEDC8, Collection_1_System_Net_NetworkInformation_GatewayIPAddressInformation__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDEDE8, Collection_1_System_Net_NetworkInformation_GatewayIPAddressInformation___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDEE38, AsyncTaskMethodBuilder_1_System_Byte__SetException__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDEE48, AsyncTaskMethodBuilder_1_System_Byte__SetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDEE50, AsyncTaskMethodBuilder_1_System_Byte__AwaitUnsafeOnCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDEE58, AsyncTaskMethodBuilder_1_System_Byte__SetStateMachine__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDEEC0, AsyncTaskMethodBuilder_1_System_Byte__get_Task__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDEEC8, AsyncTaskMethodBuilder_1_System_Byte__Start__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDEEE0, AsyncTaskMethodBuilder_1_System_Byte__Create__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDEF40, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_51__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF020, WebCompletionSource_1_WebResponseStream__TrySetCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF070, WebCompletionSource_1_WebResponseStream__WaitForCompletion__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF088, WebCompletionSource_1_WebRequestStream__WaitForCompletion__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF090, AsyncTaskMethodBuilder_1_System_IO_Stream__Start_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF098, AsyncTaskMethodBuilder_1_System_IO_Stream__AwaitUnsafeOnCompleted_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF0A8, AsyncVoidMethodBuilder_AwaitUnsafeOnCompleted_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF0B0, WebCompletionSource_1_WebRequestStream__TrySetCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF0B8, WebCompletionSource_1_System_ValueTuple_2__TrySetException__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF0C0, WebCompletionSource_1_System_ValueTuple_2__TrySetCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF0C8, ValueTuple_2_Boolean_System_Net_WebOperation___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF0D0, WebCompletionSource_1_WebRequestStream__TrySetException__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF0D8, WebCompletionSource_1_WebRequestStream__TrySetCanceled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF0E0, ValueTuple_2_System_Runtime_ExceptionServices_ExceptionDispatchInfo_Boolean___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF0E8, WebCompletionSource_1_WebResponseStream__TrySetException__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF100, WebCompletionSource_1_WebResponseStream___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF108, WebCompletionSource_1_System_ValueTuple_2___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF110, WebCompletionSource_1_WebResponseStream__TrySetCanceled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF178, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_3__GetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF180, ConfiguredTaskAwaitable_1_System_ValueTuple_3__1_GetAwaiter__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF190, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_52__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF1A8, Task_1_System_ValueTuple_3__ConfigureAwait__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF1B0, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_ValueTuple_3__get_IsCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF1B8, AsyncTaskMethodBuilder_1_System_ValueTuple_3__SetException__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF1C8, WebCompletionSource_1_WebRequestStream___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF1D0, AsyncTaskMethodBuilder_1_System_ValueTuple_3__SetStateMachine__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF1D8, AsyncTaskMethodBuilder_1_System_ValueTuple_3__AwaitUnsafeOnCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF1E8, ValueTuple_3_System_Net_WebHeaderCollection_Byte_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF1F8, AsyncTaskMethodBuilder_1_System_ValueTuple_3__SetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF248, AsyncTaskMethodBuilder_1_System_ValueTuple_3__get_Task__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF250, AsyncTaskMethodBuilder_1_System_ValueTuple_3__Start__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF258, AsyncTaskMethodBuilder_1_System_ValueTuple_3__Create__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF288, AsyncTaskMethodBuilder_1_System_Net_WebRequestStream__SetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF290, AsyncTaskMethodBuilder_1_System_Net_WebRequestStream__AwaitUnsafeOnCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF298, AsyncTaskMethodBuilder_1_System_Net_WebRequestStream__AwaitUnsafeOnCompleted_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF2B8, AsyncTaskMethodBuilder_1_System_Boolean__AwaitUnsafeOnCompleted_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF2E0, AsyncTaskMethodBuilder_1_System_Net_WebRequestStream__SetException__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF2F8, AsyncTaskMethodBuilder_1_System_Net_WebRequestStream__SetStateMachine__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF348, TaskFactory_FromAsync_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF3A0, AsyncTaskMethodBuilder_1_System_Net_WebRequestStream__get_Task__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF3A8, AsyncTaskMethodBuilder_1_System_Net_WebRequestStream__Start__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF3B0, AsyncTaskMethodBuilder_1_System_Net_WebRequestStream__Create__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF448, List_1_System_Threading_Tasks_Task__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF450, List_1_System_Threading_Tasks_Task___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF458, WebCompletionSource_1_System_ValueTuple_2__get_Task__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF470, LinkedList_1_System_ValueTuple_2__Remove_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF478, LinkedList_1_System_ValueTuple_2__CopyTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF480, LinkedList_1_System_ValueTuple_3__CopyTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF488, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_53__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF490, List_1_System_Threading_Tasks_Task__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF498, LinkedList_1_System_ValueTuple_2__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF4A0, LinkedList_1_System_ValueTuple_3__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF4A8, LinkedList_1_System_ValueTuple_3__Remove_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF4B8, AsyncTaskMethodBuilder_1_System_Boolean__AwaitUnsafeOnCompleted_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF658, List_1_UnityEngine_UIElements_StyleSheets_StylePropertyId__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF680, Array_Resize_144__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF6D0, Array_Resize_145__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF758, Object_1_FindAnyObjectByType_26__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF760, NetworkArray_Objects_1_SteamInventoryPlayer__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF780, BoltEntity_GetState_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF798, List_1_CharacterEmote__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF7A8, List_1_CharacterEmote__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF7B0, List_1_CharacterEmote__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF7B8, List_1_T_Enumerator_CharacterEmote__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF7C0, List_1_T_Enumerator_CharacterEmote__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF7C8, List_1_T_Enumerator_CharacterEmote__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF8C8, List_1_UnityEngine_SpatialTracking_TrackedPoseDriver_TrackedPose___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF978, List_1_UnityEngine_SpatialTracking_TrackedPoseDriver_TrackedPose__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF990, List_1_UnityEngine_SpatialTracking_TrackedPoseDriver_TrackedPose__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDF9C0, Addressables_Release_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFA18, List_1_UnityEngine_SpatialTracking_TrackedPoseDriver_TrackedPose__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFA30, Object_1_FindAnyObjectByType_27__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFA58, AsyncOperationHandle_1_System_Collections_Generic_IList_1__1_get_Status__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFA60, AsyncOperationHandle_1_System_Collections_Generic_IList_1__1_get_Result__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFA68, AsyncOperationHandle_1_System_Collections_Generic_IList_1__1_IsValid__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFA78, List_1_System_String___ctor_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFA88, AsyncOperationHandle_1_System_Collections_Generic_IList_1__1_add_Completed__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFA90, Addressables_LoadAssetsAsync_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFAA0, Component_GetComponent_202__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFAD0, GameObject_GetComponents_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFAD8, GameObject_GetComponent_160__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFAE0, GameObject_GetComponent_161__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFB80, Component_GetComponent_203__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFC68, Object_1_Instantiate_25__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFC80, Component_GetComponent_204__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFC98, Dictionary_2_UnityEngine_Light_System_Single___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFCA0, Dictionary_2_UnityEngine_Light_System_Single__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFCC0, GameObject_GetComponentsInChildren_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFCC8, Dictionary_2_UnityEngine_Light_System_Single__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFCD0, AsyncOperationHandle_1_UnityEngine_GameObject__get_Result__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFCD8, AsyncOperationHandle_1_UnityEngine_GameObject__get_IsDone__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFCE0, AsyncOperationHandle_1_UnityEngine_GameObject__IsValid__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFCE8, Addressables_Release_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFCF8, Component_GetComponent_205__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFD08, EntityEventListener_1_IMapState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFD18, EventHandler_1_ExecuteEvent_80__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFD50, EntityEventListener_1_IManorShrineState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFD70, Component_GetComponent_206__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFD78, Component_GetComponentsInChildren_52__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFDE8, EntityEventListenerBase_1_Photon_Bolt_IManorShrineState__get_state__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFDF0, Object_1_FindAnyObjectByType_28__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFDF8, Component_GetComponentsInChildren_53__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFE08, Component_GetComponent_207__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFE18, EntityEventListener_1_IManorMirrorState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFE68, EntityEventListenerBase_1_Photon_Bolt_IManorMirrorState__get_state__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFE78, Object_1_FindAnyObjectByType_29__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFE88, Component_GetComponentsInChildren_54__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFE90, Component_GetComponent_208__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFEA0, Object_1_FindObjectsByType_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFEB0, List_1_T_Enumerator_ManorShrineController__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFEB8, List_1_ManorShrineController__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFEC0, List_1_T_Enumerator_ManorShrineController__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFEC8, List_1_T_Enumerator_ManorShrineController__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFEE8, List_1_ManorMirrorController___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFEF0, List_1_ManorShrineController___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFF00, Dictionary_2_ManorSpirit_InitialGoatSpawn___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFF20, Enumerable_OrderBy_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFF28, Enumerable_First_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFF38, List_1_ManorLumpController__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFF40, IListExtensions_Shuffle_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFF50, List_1_T_Enumerator_ManorLumpController__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFF58, List_1_T_Enumerator_ManorLumpController__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFF60, Enumerable_Where_63__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFF68, Enumerable_Count_26__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFF70, List_1_T_Enumerator_ManorLumpController__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFF78, List_1_ManorLumpController__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFF80, List_1_ManorLumpController__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFFA0, GameObject_GetComponent_162__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFFB8, Enumerable_OrderBy_23__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFFC0, Enumerable_Count_27__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFFC8, Enumerable_Count_28__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFFD0, Enumerable_Append_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFFD8, List_1_ManorShrineController__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFFE0, List_1_ManorShrineController__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFFE8, IListExtensions_Shuffle_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFFF0, List_1_ManorMirrorController__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CDFFF8, IListExtensions_Shuffle_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0000, GameObject_GetComponent_163__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0008, Enumerable_Take_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0010, Enumerable_Skip_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0018, Component_GetComponent_209__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0028, List_1_ManorSpirit__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0030, List_1_InitialGoatSpawn__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0038, List_1_InitialGoatSpawn__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0040, List_1_InitialGoatSpawn___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0048, List_1_InitialGoatSpawn__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0050, List_1_ManorLumpController__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0058, List_1_InitialGoatSpawn__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0060, KeyValuePair_2_ManorSpirit_InitialGoatSpawn__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0068, IListExtensions_Shuffle_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0070, Dictionary_2_ManorSpirit_InitialGoatSpawn__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0078, Dictionary_2_ManorSpirit_InitialGoatSpawn__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0080, Component_GetComponent_210__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0088, List_1_ManorSpirit__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0090, List_1_T_Enumerator_ManorSpirit__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0098, List_1_T_Enumerator_ManorSpirit__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE00A0, List_1_T_Enumerator_ManorSpirit__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE00B0, List_1_ManorMirrorController__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE00E0, IListExtensions_Shuffle_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE00F0, Enumerable_ToList_40__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE00F8, Enumerable_Select_86__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0130, List_1_ManorShrineController__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0138, GameObject_GetComponent_164__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0140, Enumerable_First_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0178, List_1_UnityEngine_IntegratedSubsystemDescriptor__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0180, List_1_T_Enumerator_UnityEngine_IntegratedSubsystemDescriptor__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0188, List_1_T_Enumerator_UnityEngine_IntegratedSubsystemDescriptor__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0190, List_1_T_Enumerator_UnityEngine_IntegratedSubsystemDescriptor__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0198, List_1_UnityEngine_IntegratedSubsystemDescriptor__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE01A0, SubsystemDescriptorStore_RegisterDescriptor_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE01A8, List_1_UnityEngine_IntegratedSubsystemDescriptor__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE01C0, List_1_UnityEngine_SubsystemDescriptor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE01C8, List_1_UnityEngine_SubsystemsImplementation_SubsystemDescriptorWithProvider___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE01D0, List_1_UnityEngine_IntegratedSubsystemDescriptor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE01D8, SubsystemDescriptorStore_RegisterDescriptor_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE01F8, List_1_UnityEngine_Subsystem___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0200, List_1_UnityEngine_SubsystemsImplementation_SubsystemWithProvider___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0208, List_1_UnityEngine_IntegratedSubsystem___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0210, List_1_UnityEngine_IntegratedSubsystem__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0218, List_1_UnityEngine_IntegratedSubsystem__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0220, List_1_UnityEngine_IntegratedSubsystem__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0230, List_1_T_Enumerator_UnityEngine_SubsystemsImplementation_SubsystemWithProvider__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0238, List_1_UnityEngine_SubsystemsImplementation_SubsystemWithProvider__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0240, List_1_UnityEngine_SubsystemsImplementation_SubsystemWithProvider__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0248, List_1_UnityEngine_Subsystem__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0250, List_1_UnityEngine_SubsystemsImplementation_SubsystemWithProvider__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0258, List_1_T_Enumerator_UnityEngine_SubsystemsImplementation_SubsystemWithProvider__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0260, List_1_T_Enumerator_UnityEngine_SubsystemsImplementation_SubsystemWithProvider__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0268, List_1_T_Enumerator_UnityEngine_IntegratedSubsystem__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0270, List_1_UnityEngine_IntegratedSubsystem__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0278, List_1_UnityEngine_IntegratedSubsystem__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0280, List_1_UnityEngine_Subsystem__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0288, List_1_UnityEngine_IntegratedSubsystem__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0290, List_1_UnityEngine_SubsystemsImplementation_SubsystemWithProvider__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0298, List_1_T_Enumerator_UnityEngine_IntegratedSubsystem__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE02A0, List_1_T_Enumerator_UnityEngine_IntegratedSubsystem__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE02F8, EventHandler_1_UnregisterEvent_84__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0300, EventHandler_1_UnregisterEvent_85__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0308, EventHandler_1_UnregisterEvent_86__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0310, EventHandler_1_RegisterEvent_86__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0318, EventHandler_1_RegisterEvent_87__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0320, EventHandler_1_RegisterEvent_88__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE03B0, Component_GetComponentInChildren_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0400, GameObjectExtensions_GetCachedComponent_28__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0410, Component_GetComponentsInChildren_55__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0428, Component_GetComponent_211__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0478, Component_GetComponent_212__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE04B0, Array_Resize_146__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE04C0, GameObject_GetComponents_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE04C8, GameObject_GetComponent_165__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE04D0, GameObject_GetComponent_166__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE04D8, Serialization_Serialize_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE04E8, List_1_Opsive_UltimateCharacterController_Camera_ViewTypes_ViewType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE04F0, List_1_Opsive_UltimateCharacterController_Camera_ViewTypes_ViewType__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0508, GameObject_AddComponent_102__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0510, GameObject_AddComponent_103__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0530, GameObject_AddComponent_104__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0538, GameObject_AddComponent_105__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0540, GameObject_AddComponent_106__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0548, GameObject_AddComponent_107__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0550, GameObject_AddComponent_108__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0558, GameObject_AddComponent_109__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0568, GameObject_AddComponent_110__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0570, GameObject_AddComponent_111__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0578, GameObject_GetComponent_167__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0580, GameObject_AddComponent_112__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0588, GameObject_AddComponent_113__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0590, GameObject_AddComponent_114__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0598, GameObject_AddComponent_115__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE05A0, Component_GetComponents_25__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE05A8, GameObject_GetComponentsInChildren_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE05B0, GameObject_GetComponent_168__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE05C0, GameObject_AddComponent_116__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE05C8, GameObject_AddComponent_117__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE05D0, Component_GetComponents_26__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE05F0, GameObject_GetComponents_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0600, GameObject_AddComponent_118__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0608, GameObject_AddComponent_119__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0610, GameObject_GetComponent_169__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0618, GameObject_GetComponent_170__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0620, GameObject_AddComponent_120__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0628, GameObject_AddComponent_121__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0630, GameObject_AddComponent_122__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0638, GameObject_GetComponentsInChildren_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0648, List_1_Opsive_UltimateCharacterController_Inventory_ItemSet__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0650, List_1_Opsive_UltimateCharacterController_Inventory_ItemSet__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0658, List_1_Opsive_UltimateCharacterController_Inventory_ItemSet__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0670, GameObject_AddComponent_123__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0678, GameObject_AddComponent_124__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0680, AbilityBuilder_RemoveAbility_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0688, GameObject_GetComponent_171__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0690, UltimateCharacterLocomotion_GetAbilities_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0698, UltimateCharacterLocomotion_GetAbilities_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE06D8, GameObject_GetComponent_172__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE06E0, GameObject_GetComponentInChildren_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE06E8, GameObject_AddComponent_125__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE06F0, GameObject_AddComponent_126__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE06F8, GameObject_AddComponent_127__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0700, GameObject_AddComponent_128__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0708, GameObject_GetComponent_173__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0710, GameObject_AddComponent_129__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0718, GameObject_AddComponent_130__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0720, List_1_Opsive_UltimateCharacterController_Character_MovementTypes_MovementType__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0728, List_1_Opsive_UltimateCharacterController_Character_MovementTypes_MovementType__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0738, Component_GetComponent_213__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0740, Component_GetComponent_214__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0748, GameObject_GetComponent_174__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0750, GameObject_AddComponent_131__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0790, Serialization_Serialize_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE07A8, List_1_Opsive_UltimateCharacterController_Character_MovementTypes_MovementType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE07B0, List_1_Opsive_UltimateCharacterController_Character_MovementTypes_MovementType__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0840, GameObject_GetComponent_175__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0848, GameObject_GetComponent_176__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0850, GameObject_AddComponent_132__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0858, GameObject_AddComponent_133__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0860, GameObject_AddComponent_134__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0868, GameObject_AddComponent_135__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0870, GameObject_AddComponent_136__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0878, GameObject_GetComponents_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0880, GameObject_AddComponent_137__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0888, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultItemStateIndex___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0890, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultReequipSlots___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0898, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultInputName___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE08A0, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultUseGravity___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE08A8, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultAbilityIndex___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE08B0, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE08B8, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultUseLookDirection___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE08C0, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultUseRootMotionRotation___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE08C8, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultAllowPositionalInput___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE08D0, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultDetectHorizontalCollisions___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE08D8, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultCastOffset___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE08E0, Dictionary_2_System_Type_Opsive_UltimateCharacterController_StateSystem_AddState__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE08E8, Dictionary_2_System_Type_Opsive_UltimateCharacterController_StateSystem_AddState__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0928, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultObjectDetection___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0930, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultAbilityIntData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0938, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultAllowRotationalInput___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0940, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultStopType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0948, Dictionary_2_System_Type_Opsive_UltimateCharacterController_StateSystem_AddState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0950, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultUseRootMotionPosition___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0958, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultStartType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0960, Dictionary_2_System_Type_UnityEngine_RequireComponent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0968, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultEquippedSlots___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0970, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultDetectVerticalCollisions___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0978, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultCastOffset__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0990, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultUseLookDirection__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0998, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultUseLookDirection__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE09B0, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultObjectDetection__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE09B8, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultObjectDetection__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE09D8, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultReequipSlots__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE09E0, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultReequipSlots__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE09F8, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultEquippedSlots__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0A00, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultEquippedSlots__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0A18, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultCastOffset__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0A28, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultUseRootMotionPosition__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0A30, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultUseRootMotionPosition__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0A48, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultUseGravity__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0A50, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultUseGravity__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0A68, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultAllowRotationalInput__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0A70, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultDetectVerticalCollisions__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0A78, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultDetectVerticalCollisions__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0A90, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultDetectHorizontalCollisions__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0A98, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultDetectHorizontalCollisions__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0AB0, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultUseRootMotionRotation__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0AB8, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultUseRootMotionRotation__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0AC8, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultItemStateIndex__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0AD0, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultItemStateIndex__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0AE8, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultAbilityIntData__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0AF0, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultAbilityIntData__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0B08, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultAbilityIndex__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0B10, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultAbilityIndex__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0B20, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultAllowRotationalInput__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0B38, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultAllowPositionalInput__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0B40, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultAllowPositionalInput__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0B58, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultState__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0B60, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultState__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0B78, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultInputName__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0BA8, Dictionary_2_System_Type_UnityEngine_RequireComponent__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0BB0, Dictionary_2_System_Type_UnityEngine_RequireComponent__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0BC0, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultStopType__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0BC8, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultStopType__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0BE0, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultStartType__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0BE8, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultStartType__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0C00, Dictionary_2_System_Type_Opsive_UltimateCharacterController_Character_Abilities_DefaultInputName__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0C08, Array_Resize_147__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0C10, Array_Resize_148__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0C28, Serialization_Serialize_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0C38, List_1_Opsive_UltimateCharacterController_Character_Abilities_Items_ItemAbility___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0C40, List_1_Opsive_UltimateCharacterController_Character_Abilities_Items_ItemAbility___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0C48, List_1_Opsive_UltimateCharacterController_Character_Abilities_Items_ItemAbility__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0C50, Serialization_Serialize_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0C58, List_1_Opsive_UltimateCharacterController_Character_Abilities_Ability___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0C60, List_1_Opsive_UltimateCharacterController_Character_Abilities_Ability__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0C78, GameObjectExtensions_GetCachedComponent_29__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0C80, List_1_System_Reflection_Assembly__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0C88, Dictionary_2_System_Reflection_FieldInfo_Dictionary_2_System_Type_System_Boolean__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0C90, Dictionary_2_System_String_System_Type__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0C98, Dictionary_2_System_Reflection_PropertyInfo_Dictionary_2_System_Type_System_Boolean__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0CA8, Component_GetComponent_215__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0CE0, Object_1_FindObjectsOfType_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0CE8, Dictionary_2_UnityEngine_Collider_UnityEngine_Transform__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0CF0, Dictionary_2_UnityEngine_Collider_UnityEngine_Transform__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE0D40, Dictionary_2_UnityEngine_Collider_UnityEngine_Transform___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE24D0, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_UnityEngine_Terrain__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE24D8, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_TerrainUtils_TerrainMap__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2500, Dictionary_2_System_Int32_UnityEngine_TerrainUtils_TerrainMap__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2508, KeyValuePair_2_UnityEngine_TerrainUtils_TerrainTileCoord_UnityEngine_Terrain__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2510, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_UnityEngine_Terrain__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2518, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_TerrainUtils_TerrainMap__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2520, Dictionary_2_TKey_TValue_Enumerator_System_Int32_UnityEngine_TerrainUtils_TerrainMap__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2528, Dictionary_2_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_UnityEngine_Terrain__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2530, Dictionary_2_System_Int32_UnityEngine_TerrainUtils_TerrainMap__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2538, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_UnityEngine_Terrain__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2540, KeyValuePair_2_System_Int32_UnityEngine_TerrainUtils_TerrainMap__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2548, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_UnityEngine_Terrain__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2568, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_UnityEngine_Terrain__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2578, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_UnityEngine_Terrain___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2588, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_UnityEngine_Terrain__get_Keys__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2590, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_UnityEngine_Terrain__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2598, Dictionary_2_System_Int32_UnityEngine_TerrainUtils_TerrainMap___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE25A0, Dictionary_2_System_Int32_UnityEngine_TerrainUtils_TerrainMap__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE25A8, Dictionary_2_System_Int32_UnityEngine_TerrainUtils_TerrainMap__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE25B0, Dictionary_2_TKey_TValue_KeyCollection_UnityEngine_TerrainUtils_TerrainTileCoord_UnityEngine_Terrain__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE25B8, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_UnityEngine_Terrain__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE25C0, Dictionary_2_TKey_TValue_KeyCollection_TKey_TValue_Enumerator_UnityEngine_TerrainUtils_TerrainTileCoord_UnityEngine_Terrain__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE25C8, Dictionary_2_UnityEngine_TerrainUtils_TerrainTileCoord_UnityEngine_Terrain__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2780, GameObject_GetComponent_177__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2790, GameObject_GetComponent_178__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2798, GameObject_GetComponent_179__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE27A0, GameObject_GetComponent_180__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE27A8, GameObject_GetComponent_181__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE27B0, GameObject_GetComponent_182__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE27C0, GameObject_GetComponent_183__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE27C8, GameObject_GetComponent_184__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE27D0, Object_1_FindObjectsByType_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE27D8, Object_1_FindObjectsByType_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE27F0, EventHandler_1_ExecuteEvent_81__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2808, Object_1_FindAnyObjectByType_30__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2810, GameObject_GetComponent_185__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2818, Component_GetComponent_216__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2820, Component_GetComponent_217__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2848, Object_1_Instantiate_26__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2880, Component_GetComponent_218__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE28A0, UltimateCharacterLocomotion_GetAbility_35__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE28C8, UltimateCharacterLocomotion_GetAbility_36__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2968, GameObjectExtensions_GetCachedComponent_30__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE29C0, Component_GetComponents_27__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE29D0, PostProcessProfile_TryGetSettings_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE29D8, Component_GetComponent_219__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE29E8, Component_GetComponentInParent_30__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE29F8, GameObjectExtensions_GetCachedComponent_31__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2A08, GameObjectExtensions_GetCachedComponent_32__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2A38, Component_GetComponent_220__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2A48, Component_GetComponent_221__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2A80, Component_GetComponentInParent_31__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2A98, EventHandler_1_UnregisterEvent_87__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2AB0, Component_GetComponentInParent_32__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2AC0, UltimateCharacterLocomotion_GetAbility_37__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2AE0, Component_GetComponent_222__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2B08, PostProcessProfile_TryGetSettings_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2B10, PostProcessProfile_TryGetSettings_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2B40, Array_Resize_149__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2B78, GameObjectExtensions_GetCachedComponent_33__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2B98, EventHandler_1_RegisterEvent_89__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2BA0, Component_GetComponents_28__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2BE0, Component_GetComponent_223__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2BE8, Component_GetComponent_224__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2C10, GameObject_GetComponent_186__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2C18, EventHandler_1_ExecuteEvent_82__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2C20, List_1_UnityEngine_GameObject__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2C68, GameObject_GetComponent_187__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2C88, UltimateCharacterLocomotion_IsAbilityTypeActive_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2CA0, EventHandler_1_RegisterEvent_90__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2CE8, Object_1_FindObjectOfType_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2CF8, Object_1_FindObjectOfType_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2D10, Component_GetComponent_225__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2D18, EventHandler_1_UnregisterEvent_88__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2D40, EntityEventListener_1_ISwitchState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2D78, EventHandler_1_RegisterEvent_91__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2D98, EntityEventListenerBase_1_Photon_Bolt_ISwitchState__get_state__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2DD0, EventHandler_1_UnregisterEvent_89__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2DE8, EventHandler_1_UnregisterEvent_90__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2E00, EventHandler_1_RegisterEvent_92__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2E30, Component_GetComponentsInChildren_56__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2E38, GameObject_GetComponents_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2E78, UltimateCharacterLocomotion_IsAbilityTypeActive_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2E80, UltimateCharacterLocomotion_IsAbilityTypeActive_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2E88, GameObject_AddComponent_138__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2EA0, Component_GetComponent_226__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2EB0, List_1_DynamicBoneColliderBase__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2EB8, Component_GetComponentInParent_33__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2EC0, List_1_DynamicBoneColliderBase__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2EC8, GameObject_GetComponent_188__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2ED0, Component_GetComponentsInChildren_57__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2ED8, GameObject_AddComponent_139__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2EF0, Component_GetComponent_227__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2F38, AsyncOperationHandle_1_UnityEngine_GameObject__get_Status__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2F50, GameObject_GetComponent_189__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2F58, Dictionary_2_Opsive_UltimateCharacterController_Demo_DemoZoneTrigger_Opsive_UltimateCharacterController_Demo_DemoManager_DemoZone__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2F60, List_1_Opsive_UltimateCharacterController_Demo_Objects_Door__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2F80, List_1_Opsive_UltimateCharacterController_Demo_Objects_Door___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2F90, Dictionary_2_Opsive_UltimateCharacterController_Demo_DemoZoneTrigger_Opsive_UltimateCharacterController_Demo_DemoManager_DemoZone___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2FE0, List_1_Opsive_UltimateCharacterController_Demo_DemoManager_DemoZone___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2FE8, List_1_Opsive_UltimateCharacterController_Demo_DemoManager_DemoZone__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2FF0, List_1_Opsive_UltimateCharacterController_Demo_DemoManager_DemoZone__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE2FF8, Dictionary_2_Opsive_UltimateCharacterController_Demo_DemoZoneTrigger_Opsive_UltimateCharacterController_Demo_DemoManager_DemoZone__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3010, Component_GetComponentInParent_34__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3020, NetworkArray_Objects_1_SteamInventoryPlayer__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3040, EntityEventListenerBase_1_Photon_Bolt_ISteamInventoryState__get_state__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3048, EntityEventListener_1_IPetState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3060, List_1_Opsive_UltimateCharacterController_Demo_Objects_Door__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3068, List_1_Opsive_UltimateCharacterController_Demo_Objects_Door__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3070, GameObject_GetComponent_190__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3078, GameObject_GetComponent_191__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3080, Component_GetComponentsInChildren_58__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3098, List_1_Opsive_UltimateCharacterController_Demo_DemoManager_DemoZone__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE30A0, List_1_Opsive_UltimateCharacterController_Demo_DemoManager_DemoZone__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE30B8, Component_GetComponent_228__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE30C0, Object_1_FindObjectOfType_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3140, EntityEventListenerBase_1_Photon_Bolt_IPetState__get_state__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3150, Component_GetComponentsInChildren_59__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3158, Component_GetComponent_229__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3160, Component_GetComponent_230__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE31B0, Component_GetComponentInChildren_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE31C0, Component_GetComponent_231__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE31C8, Component_GetComponent_232__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE31D0, List_1_UnityEngine_GameObject__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE31D8, Component_GetComponentInChildren_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3200, List_1_UnityEngine_Light___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3208, List_1_UnityEngine_ParticleSystem___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3210, List_1_UnityEngine_Light__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3218, List_1_UnityEngine_ParticleSystem__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3220, List_1_T_Enumerator_UnityEngine_Light__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3228, List_1_T_Enumerator_UnityEngine_ParticleSystem__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3230, List_1_T_Enumerator_UnityEngine_Light__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3238, List_1_T_Enumerator_UnityEngine_ParticleSystem__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3240, List_1_T_Enumerator_UnityEngine_ParticleSystem__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3248, List_1_T_Enumerator_UnityEngine_Light__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3250, List_1_UnityEngine_Light__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3258, List_1_UnityEngine_ParticleSystem__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3260, GameObject_GetComponentsInChildren_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3268, GameObject_GetComponentsInChildren_23__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3270, GameObject_GetComponentsInChildren_24__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3278, EventHandler_1_UnregisterEvent_91__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3288, EventHandler_1_RegisterEvent_93__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE32B0, UltimateCharacterLocomotion_GetAbility_38__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE32B8, UltimateCharacterLocomotion_GetAbilities_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE32F0, Array_Find_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3330, Object_1_FindAnyObjectByType_31__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3340, EntityEventListenerBase_1_Photon_Bolt_ISurvivalLobbyState__get_state__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3548, TextProcessingStack_1_TextFontWeight__SetDefault__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3550, TextProcessingStack_1_TextColorGradient__SetDefault__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3568, TextProcessingStack_1_TextAlignment__SetDefault__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE35E0, TextProcessingStack_1_TextColorGradient___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3610, TextProcessingStack_1_TextAlignment___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3628, TextProcessingStack_1_TextFontWeight___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3670, List_1_UnityEngine_TextCore_Text_SpriteCharacter__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3678, List_1_UnityEngine_TextCore_Text_FontAsset__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3680, TextProcessingStack_1_TextAlignment__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3690, TextProcessingStack_1_TextFontWeight__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE36E0, Resources_Load_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE36F0, Resources_Load_23__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3730, TextProcessingStack_1_TextFontWeight__Peek__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3740, TextProcessingStack_1_TextColorGradient__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3758, TextProcessingStack_1_TextFontWeight__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3768, TextProcessingStack_1_TextColorGradient__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3770, TextProcessingStack_1_TextAlignment__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3840, Resources_Load_24__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3848, List_1_UnityEngine_TextCore_Text_SpriteCharacter__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3A70, Array_Resize_150__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3AB0, Task_1_System_Net_IPAddress__ContinueWith__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3BE0, List_1_System_Net_Sockets_Socket___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3BE8, List_1_System_Net_Sockets_Socket__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3C00, List_1_System_Net_Sockets_Socket__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3C28, List_1_System_Net_Sockets_Socket__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3E18, AsyncTaskMethodBuilder_1_System_Net_Sockets_Socket__SetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3E30, AsyncTaskMethodBuilder_1_System_Net_Sockets_Socket__SetException__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3E78, Socket_StateTaskCompletionSource_2_System_Net_EndPoint_SocketReceiveFromResult___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3E88, Socket_StateTaskCompletionSource_3_SocketFlags_System_Net_EndPoint_SocketReceiveMessageFromResult___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3E98, Tuple_Create_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3EC8, LazyInitializer_EnsureInitialized_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3F20, Tuple_Create_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3F38, Socket_TaskSocketAsyncEventArgs_1_Socket__GetCompletionResponsibility__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3F40, LazyInitializer_EnsureInitialized_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3F58, Task_FromResult_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3F60, Task_FromException_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3F70, Socket_TaskSocketAsyncEventArgs_1_Socket___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3F88, AsyncTaskMethodBuilder_1_System_Net_Sockets_Socket__get_Task__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3FD0, TaskCompletionSource_1_System_Net_Sockets_Socket__get_Task__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE3FD8, TaskCompletionSource_1_System_Net_Sockets_Socket___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE43E0, List_1_System_Net_NetworkInformation_Win32IPGlobalProperties_Win32_MIB_TCPROW__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE43F0, List_1_System_Net_IPEndPoint___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE43F8, List_1_System_Net_IPEndPoint__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4400, List_1_System_Net_IPEndPoint__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4420, List_1_System_Net_NetworkInformation_Win32IPGlobalProperties_Win32_MIB_TCP6ROW__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4428, List_1_System_Net_NetworkInformation_Win32IPGlobalProperties_Win32_MIB_TCPROW__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4430, List_1_System_Net_NetworkInformation_Win32IPGlobalProperties_Win32_MIB_TCP6ROW__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4458, Marshal_PtrToStructure_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4460, Marshal_PtrToStructure_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE44C8, List_1_System_Net_NetworkInformation_Win32IPGlobalProperties_Win32_MIB_TCP6ROW___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE44D0, List_1_System_Net_NetworkInformation_Win32IPGlobalProperties_Win32_MIB_TCPROW___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE44D8, List_1_System_Net_NetworkInformation_Win32IPGlobalProperties_Win32_MIB_TCPROW__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE44E8, Marshal_PtrToStructure_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE44F0, Marshal_PtrToStructure_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4510, List_1_System_Net_NetworkInformation_Win32IPGlobalProperties_Win32_MIB_TCP6ROW__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4528, Task_1_System_Net_NetworkInformation_PingReply__get_Factory__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4530, Task_1_System_Net_NetworkInformation_PingReply__ContinueWith__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4548, TaskFactory_1_System_Net_NetworkInformation_PingReply__StartNew__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4560, Task_1_System_Net_NetworkInformation_PingReply__get_Result__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4700, Collection_1_System_Net_NetworkInformation_UnicastIPAddressInformation__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4708, Collection_1_System_Net_NetworkInformation_UnicastIPAddressInformation__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4768, Collection_1_System_Net_NetworkInformation_UnicastIPAddressInformation___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4790, Collection_1_System_Net_NetworkInformation_UnicastIPAddressInformation__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4798, Collection_1_System_Net_NetworkInformation_UnicastIPAddressInformation__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE47A0, Collection_1_System_Net_NetworkInformation_UnicastIPAddressInformation__CopyTo__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE47B8, Collection_1_System_Net_NetworkInformation_UnicastIPAddressInformation__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4850, EntityEventListener_1_ISteamInventoryState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4870, Enumerable_Select_87__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE48B0, NetworkArray_Objects_1_SteamInventoryPlayer__get_Length__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE48C8, _f_AnonymousType3_2_System_Globalization_CultureInfo_System_Globalization_RegionInfo__get_r__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE48D0, _f_AnonymousType3_2_System_Globalization_CultureInfo_System_Globalization_RegionInfo__get_c__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE48E0, _f_AnonymousType3_2_System_Globalization_CultureInfo_System_Globalization_RegionInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4908, List_1_SteamInventoryItem___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4A70, Enumerable_Where_64__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4A80, Enumerable_Select_88__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4A90, Enumerable_Select_89__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4AA0, Enumerable_FirstOrDefault_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4B70, List_1_UnityEngine_TextCore_Text_SpriteGlyph___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4BA0, Enumerable_ToList_41__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4BA8, Enumerable_OrderBy_24__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4BB0, List_1_SteamInventoryItem__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4BE8, List_1_UnityEngine_TextCore_Text_SpriteCharacter___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4C20, Object_1_FindAnyObjectByType_32__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4C90, List_1_UnityEngine_TextCore_Text_SpriteGlyph__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4CA0, List_1_UnityEngine_TextCore_Text_SpriteGlyph__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4CC8, List_1_SteamInventoryItem__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4CD0, Dictionary_2_System_UInt32_UnityEngine_TextCore_Text_SpriteGlyph__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4CD8, List_1_SteamInventoryItem__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4CE0, Dictionary_2_System_UInt32_UnityEngine_TextCore_Text_SpriteCharacter___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4CE8, Dictionary_2_System_UInt32_UnityEngine_TextCore_Text_SpriteGlyph___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4CF0, Dictionary_2_System_UInt32_UnityEngine_TextCore_Text_SpriteCharacter__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4D78, Enumerable_ToList_42__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4D88, Enumerable_OrderBy_25__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4DB0, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextColorGradient__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4DC0, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_SpriteAsset__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4DC8, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_FontAsset__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4DE0, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextColorGradient___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4DE8, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_FontAsset___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4DF0, Object_1_FindObjectsByType_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4DF8, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_SpriteAsset___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4E18, Dictionary_2_System_UInt32_UnityEngine_TextCore_Text_SpriteGlyph__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4E20, Dictionary_2_System_UInt32_UnityEngine_TextCore_Text_SpriteCharacter__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4E28, Dictionary_2_System_UInt32_UnityEngine_TextCore_Text_SpriteGlyph__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4E38, Dictionary_2_System_UInt32_UnityEngine_TextCore_Text_SpriteCharacter__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4E48, Dictionary_2_System_UInt32_UnityEngine_TextCore_Text_SpriteGlyph__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4E60, Dictionary_2_System_Int64_UnityEngine_Material___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4E68, Component_GetComponent_233__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4E70, Dictionary_2_System_Int64_UnityEngine_Material__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4E78, Component_GetComponentsInChildren_60__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4E80, Dictionary_2_System_Int64_UnityEngine_Material__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4EA8, Enumerable_ToArray_32__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4EB0, Enumerable_Cast_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4EC0, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_SpriteAsset__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4EC8, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_SpriteAsset__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4ED8, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_FontAsset__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4EE0, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_FontAsset__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4EF8, GameObject_GetComponentsInChildren_25__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4F00, GameObject_GetComponent_192__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4F08, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextColorGradient__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4F10, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextColorGradient__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4F28, List_1_UnityEngine_TextCore_Text_SpriteAsset__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4F30, List_1_UnityEngine_TextCore_Text_SpriteAsset__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4F40, Dictionary_2_System_UInt32_UnityEngine_TextCore_Text_SpriteCharacter__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4F50, Dictionary_2_System_UInt32_UnityEngine_TextCore_Text_Character__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE4FF0, List_1_UnityEngine_TextCore_Text_Character___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5028, GameObject_GetComponent_193__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5058, List_1_UnityEngine_TextCore_Text_FontAsset___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5090, List_1_UnityEngine_Texture2D__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE50A0, List_1_UnityEngine_Texture2D__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE50C8, List_1_UnityEngine_TextCore_Text_Character__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE50D0, List_1_UnityEngine_TextCore_Text_Character__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE50D8, List_1_UnityEngine_TextCore_Text_Character__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE50F8, GameObject_GetComponent_194__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5120, Dictionary_2_UnityEngine_ParticleSystem_System_Single___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5140, Enumerable_ToList_43__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5148, List_1_UnityEngine_TextCore_Text_FontAsset__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5150, GameObject_GetComponent_195__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5160, List_1_AnimalGateSpawnPoint__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5170, EntityEventListenerBase_1_Photon_Bolt_IDoorNumberState__get_state__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5178, List_1_UnityEngine_TextCore_Text_FontAsset__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5180, Component_GetComponent_234__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5188, Component_GetComponent_235__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5190, List_1_UnityEngine_TextCore_Text_FontAsset__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE51A8, Dictionary_2_System_UInt32_UnityEngine_TextCore_Text_Character___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE51B0, Dictionary_2_System_UInt32_UnityEngine_TextCore_Text_Character__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE51B8, Dictionary_2_System_UInt32_UnityEngine_TextCore_Text_Character__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE51C0, IListExtensions_Shuffle_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE51C8, GameObject_GetComponent_196__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE51D0, List_1_NolanBehaviour__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE51E0, List_1_NolanBehaviour__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5200, List_1_UnityEngine_TextCore_Text_Character__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5208, List_1_UnityEngine_TextCore_Text_Character__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5238, Enumerable_OrderBy_26__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5278, Dictionary_2_UnityEngine_ParticleSystem_System_Single__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5298, ScriptableObject_CreateInstance_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE52C0, Dictionary_2_System_UInt32_UnityEngine_TextCore_Text_Character__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE52D0, Dictionary_2_System_UInt32_UnityEngine_TextCore_Text_Character__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5338, List_1_AnimalGateSpawnPoint___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5340, List_1_AnimalGateSpawnPoint__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5348, IListExtensions_Shuffle_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5358, List_1_T_Enumerator_AnimalGateSpawnPoint__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5360, List_1_T_Enumerator_AnimalGateSpawnPoint__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5368, Enumerable_Select_90__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5370, Dictionary_2_UnityEngine_ParticleSystem_System_Single__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5378, Component_GetComponentInChildren_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5380, List_1_T_Enumerator_AnimalGateSpawnPoint__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE53C0, Dictionary_2_Horror_DoorBehaviour_System_Boolean___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE53E0, KeyValuePair_2_Horror_DoorBehaviour_System_Boolean__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE53E8, KeyValuePair_2_Horror_DoorBehaviour_System_Boolean__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE53F0, Dictionary_2_TKey_TValue_Enumerator_Horror_DoorBehaviour_System_Boolean__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE53F8, Dictionary_2_TKey_TValue_Enumerator_Horror_DoorBehaviour_System_Boolean__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5400, Dictionary_2_Horror_DoorBehaviour_System_Boolean__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5408, Dictionary_2_TKey_TValue_Enumerator_Horror_DoorBehaviour_System_Boolean__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5418, EntityEventListenerBase_1_Photon_Bolt_IDoorState__get_state__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5420, Dictionary_2_Horror_DoorBehaviour_System_Boolean__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5428, Dictionary_2_Horror_DoorBehaviour_System_Boolean__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE54A0, Component_GetComponent_236__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE54B8, Component_GetComponent_237__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5520, Object_1_FindObjectsByType_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5530, EntityEventListenerBase_1_Photon_Bolt_ITownPentagramState__get_state__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5558, GameObject_GetComponent_197__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5568, Object_1_FindObjectsByType_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5578, GameObject_GetComponent_198__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5580, EntityEventListenerBase_1_Photon_Bolt_IBurnTrapState__get_state__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE55A0, GameObject_GetComponent_199__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE55A8, GameObject_GetComponent_200__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE55F0, Object_1_FindAnyObjectByType_33__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5608, Log_Error_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5638, List_1_UnityEngine_TextCore_Text_TextStyle___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5640, List_1_UnityEngine_TextCore_Text_TextStyle__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5648, List_1_UnityEngine_TextCore_Text_TextStyle__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5658, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextStyle___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5660, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextStyle__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5680, Resources_Load_25__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE56C0, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextStyle__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE56C8, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextStyle__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE56D0, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_TextStyle__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE56E8, Dictionary_2_System_Int64_UnityEngine_TextCore_Text_FontAsset__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE56F0, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_FontAsset__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE56F8, Dictionary_2_System_Int64_UnityEngine_TextCore_Text_FontAsset__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5720, Dictionary_2_System_Int64_UnityEngine_TextCore_Text_FontAsset___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5780, Dictionary_2_System_Int32_UnityEngine_TextCore_Text_FontAsset__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE57A8, Dictionary_2_System_Int64_UnityEngine_TextCore_Text_FontAsset__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE58E0, Queue_1_UnityEngine_Transform__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE58E8, Queue_1_UnityEngine_Transform___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5900, Queue_1_UnityEngine_Transform__Enqueue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5908, Queue_1_UnityEngine_Transform__Dequeue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5950, Dictionary_2_System_Object_Dictionary_2_System_String_Opsive_UltimateCharacterController_StateSystem_State___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5958, Dictionary_2_Opsive_UltimateCharacterController_StateSystem_State_Opsive_UltimateCharacterController_StateSystem_State___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5990, Dictionary_2_System_String_Opsive_Shared_Game_ScheduledEventBase___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5998, Dictionary_2_UnityEngine_GameObject_Dictionary_2_System_String_Opsive_Shared_Game_ScheduledEventBase___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE59A0, Dictionary_2_UnityEngine_GameObject_Dictionary_2_System_String_Opsive_Shared_Game_ScheduledEventBase__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE59B0, Dictionary_2_System_String_Opsive_Shared_Game_ScheduledEventBase__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE59B8, Dictionary_2_System_String_Opsive_Shared_Game_ScheduledEventBase__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE59C0, Dictionary_2_UnityEngine_GameObject_Dictionary_2_System_String_Opsive_Shared_Game_ScheduledEventBase__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE59D8, List_1_Opsive_UltimateCharacterController_StateSystem_State__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE59E8, List_1_Opsive_UltimateCharacterController_StateSystem_State__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE59F0, Dictionary_2_UnityEngine_GameObject_Dictionary_2_System_String_List_1_Opsive_UltimateCharacterController_StateSystem_State___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE59F8, Dictionary_2_UnityEngine_GameObject_List_1_UnityEngine_GameObject___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5A00, Dictionary_2_UnityEngine_GameObject_HashSet_1_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5A10, Dictionary_2_System_String_Opsive_Shared_Game_ScheduledEventBase__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5A30, SchedulerBase_Schedule_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5A38, HashSet_1_System_String__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5A48, HashSet_1_System_String__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5A50, GameObjectExtensions_GetCachedParentComponent_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5A58, HashSet_1_T_Enumerator_System_String__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5A60, HashSet_1_T_Enumerator_System_String__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5A78, Dictionary_2_System_String_Opsive_UltimateCharacterController_StateSystem_State___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5A80, Dictionary_2_System_String_List_1_Opsive_UltimateCharacterController_StateSystem_State___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5A88, Dictionary_2_System_String_List_1_Opsive_UltimateCharacterController_StateSystem_State__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5A90, Dictionary_2_System_Object_Dictionary_2_System_String_Opsive_UltimateCharacterController_StateSystem_State__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5AA0, Dictionary_2_UnityEngine_GameObject_HashSet_1_System_String__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5AA8, Dictionary_2_UnityEngine_GameObject_Dictionary_2_System_String_List_1_Opsive_UltimateCharacterController_StateSystem_State__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5AB0, Dictionary_2_UnityEngine_GameObject_HashSet_1_System_String__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5AC0, Dictionary_2_Opsive_UltimateCharacterController_StateSystem_State_Opsive_UltimateCharacterController_StateSystem_State__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5AC8, Dictionary_2_UnityEngine_GameObject_Dictionary_2_System_String_List_1_Opsive_UltimateCharacterController_StateSystem_State__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5AD8, Dictionary_2_Opsive_UltimateCharacterController_StateSystem_State_Opsive_UltimateCharacterController_StateSystem_State__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5B00, Dictionary_2_UnityEngine_GameObject_List_1_UnityEngine_GameObject__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5B10, Dictionary_2_UnityEngine_GameObject_List_1_UnityEngine_GameObject__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5B38, List_1_Opsive_UltimateCharacterController_StateSystem_State___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5B40, List_1_Opsive_UltimateCharacterController_StateSystem_State__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5B58, Serialization_Serialize_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5B68, List_1_Opsive_UltimateCharacterController_Character_MovementTypes_MovementType___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5B70, List_1_Opsive_UltimateCharacterController_Character_Effects_Effect___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5B80, List_1_Opsive_UltimateCharacterController_Character_Effects_Effect__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5B90, Dictionary_2_System_String_Dictionary_2_System_Type_Opsive_UltimateCharacterController_StateSystem_StateConfiguration_Profile_StateElement__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5B98, Dictionary_2_System_Type_Opsive_UltimateCharacterController_StateSystem_StateConfiguration_Profile_StateElement__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5BB0, GameObject_GetComponents_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5BB8, Dictionary_2_System_String_Opsive_UltimateCharacterController_StateSystem_State__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5BC0, Dictionary_2_UnityEngine_GameObject_HashSet_1_System_String__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5BC8, Dictionary_2_System_String_List_1_Opsive_UltimateCharacterController_StateSystem_State__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5BD0, Dictionary_2_System_Object_Dictionary_2_System_String_Opsive_UltimateCharacterController_StateSystem_State__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5BE0, HashSet_1_T_Enumerator_System_String__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5C20, GameObject_AddComponent_140__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5C38, AsyncOperationHandle_1_System_Collections_Generic_IList_1__get_OperationException__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5C60, AsyncOperationHandle_Convert_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5C70, AsyncOperationHandle_1_System_Collections_Generic_IList_1__get_Status__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5C88, Dictionary_2_System_String_Opsive_UltimateCharacterController_StateSystem_State__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5C90, Array_Resize_151__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5C98, Object_1_Instantiate_27__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5CC0, Dictionary_2_System_Type_Opsive_UltimateCharacterController_StateSystem_StateConfiguration_Profile_StateElement__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5CC8, Dictionary_2_System_String_Dictionary_2_System_Type_Opsive_UltimateCharacterController_StateSystem_StateConfiguration_Profile_StateElement___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5CD0, Dictionary_2_System_Type_Opsive_UltimateCharacterController_StateSystem_StateConfiguration_Profile_StateElement___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5CD8, Dictionary_2_System_Type_Opsive_UltimateCharacterController_StateSystem_StateConfiguration_Profile_StateElement__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5CE0, Dictionary_2_System_String_Dictionary_2_System_Type_Opsive_UltimateCharacterController_StateSystem_StateConfiguration_Profile_StateElement__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5CE8, Dictionary_2_System_Type_Opsive_UltimateCharacterController_StateSystem_StateConfiguration_Profile_StateElement__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5CF0, Array_Resize_152__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5D00, Dictionary_2_System_Reflection_MethodInfo_System_Int32__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5D10, Dictionary_2_System_Reflection_MethodInfo_System_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5D18, Dictionary_2_System_Reflection_MethodInfo_System_Int32__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5D20, ScriptableObject_CreateInstance_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5D48, ScriptableObject_CreateInstance_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5D88, Array_Resize_153__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE5D98, ScriptableObject_CreateInstance_23__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6028, Queue_1_UnityEngine_UIElements_EventBase___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6318, Preset_GenericDelegate_1_UnityEngine_AnimationCurve___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6328, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Items_Actions_MagicItem_CastDirection___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6340, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_Abilities_DetectObjectAbilityBase_ObjectDetectionMode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE63D8, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Audio_AudioClipSet___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE63E0, Preset_GenericDelegate_1_UnityEngine_GameObject___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE63E8, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_Abilities_Ability_AbilityStopType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE63F0, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_Abilities_Items_EquipUnequip_AutoEquipType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE63F8, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_MovementInterpolationMode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6428, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Input_PlayerInput_LookVectorMode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6430, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Items_Actions_ShootableWeapon_FireType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6438, Preset_GenericDelegate_1_UnityEngine_ForceMode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6450, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_ObjectSpawnInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6458, Preset_GenericDelegate_1_UnityEngine_QueryTriggerInteraction___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6460, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Items_Actions_ShootableWeapon_ReloadClipType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6470, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Traits_Respawner_SpawnPositioningMode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6478, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_RotateInterpolationMode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6480, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Items_Actions_ShootableWeapon_ProjectileVisiblityType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6490, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_PathMovementType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6498, Preset_GenericDelegate_1_UnityEngine_Object___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE64A8, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_Abilities_RestrictPosition_RestrictionType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE64B0, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_Abilities_Ability_AbilityBoolOverride___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE64B8, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Items_Actions_MagicItem_CastInterruptSource___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE64C0, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_Effects_Shake_ShakeTarget___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE64C8, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_Abilities_Items_Reload_AutoReloadType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE64D0, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Traits_Attribute_AutoUpdateValue___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE64D8, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Objects_MovingPlatform_PathDirection___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE64E0, Preset_GenericDelegate_1_UnityEngine_Transform___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE64E8, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Game_SpawnPoint_SpawnShape___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6550, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Items_Actions_ShootableWeapon_FireMode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6558, Preset_GenericDelegate_1_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6560, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceImpact___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6568, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_CharacterFootEffects_FootstepPlacementMode___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6570, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Utility_AnimationEventTrigger___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6578, Preset_GenericDelegate_1_UnityEngine_HumanBodyBones___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE65A0, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Character_Abilities_Ability_AbilityStartType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE65B0, Preset_GenericDelegate_1_Opsive_UltimateCharacterController_Items_Actions_MagicItem_CastUseType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE68C8, Dictionary_2_UnityEngine_Collider_UnityEngine_Mesh___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE68D0, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceType_Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceImpact_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceEffect___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE68E0, Dictionary_2_UnityEngine_Texture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE68E8, Dictionary_2_UnityEngine_Texture_List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE68F0, Dictionary_2_UnityEngine_Collider_UnityEngine_Renderer___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE68F8, Dictionary_2_UnityEngine_Collider_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6900, Dictionary_2_UnityEngine_Collider_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceIdentifier___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6908, Dictionary_2_UnityEngine_Texture_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceType___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6910, Dictionary_2_UnityEngine_Collider_System_Boolean___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6978, Dictionary_2_UnityEngine_Collider_UnityEngine_Terrain___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6980, Dictionary_2_UnityEngine_Collider_UnityEngine_Texture___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6988, Dictionary_2_UnityEngine_Collider_UnityEngine_Terrain__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6990, Dictionary_2_UnityEngine_Collider_UnityEngine_Terrain__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE69E8, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceImpact_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceEffect___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE69F8, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceType_Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceImpact_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceEffect__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6A08, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceImpact_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceEffect__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6A10, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceType_Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceImpact_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceEffect__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6A18, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceImpact_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceEffect__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6A20, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceImpact_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceEffect__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6A28, Dictionary_2_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceImpact_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceEffect__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6A30, Component_GetComponentInParent_35__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6A40, Component_GetComponentInChildren_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6A88, Dictionary_2_UnityEngine_Texture_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceType__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6A98, Dictionary_2_UnityEngine_Texture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6B68, Dictionary_2_UnityEngine_Collider_UnityEngine_Mesh__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6B78, Dictionary_2_UnityEngine_Collider_UnityEngine_Mesh__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6B88, Dictionary_2_UnityEngine_Collider_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceType__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6BA8, Dictionary_2_UnityEngine_Collider_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceIdentifier__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6BB8, Dictionary_2_UnityEngine_Collider_System_Boolean__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6BC8, Dictionary_2_UnityEngine_Collider_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceIdentifier__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6BD8, Dictionary_2_UnityEngine_Collider_System_Boolean__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6BE8, Component_GetComponent_238__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6BF0, Component_GetComponentInParent_36__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6C00, Component_GetComponentInChildren_23__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6C40, Dictionary_2_UnityEngine_Collider_UnityEngine_Texture__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6C48, Dictionary_2_UnityEngine_Collider_UnityEngine_Texture__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6C58, Dictionary_2_UnityEngine_Collider_UnityEngine_Renderer__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6C60, Dictionary_2_UnityEngine_Collider_UnityEngine_Renderer__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6C68, Component_GetComponentsInParent_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6C70, Dictionary_2_UnityEngine_Collider_System_Boolean__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6C78, Dictionary_2_UnityEngine_Collider_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceType__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6C80, Dictionary_2_UnityEngine_Texture_List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6C98, Object_1_FindObjectsOfType_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6CB8, GameObject_AddComponent_141__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6CD8, Dictionary_2_UnityEngine_Texture_List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6CE8, Dictionary_2_UnityEngine_Texture_Opsive_UltimateCharacterController_SurfaceSystem_ObjectSurface__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6CF0, Dictionary_2_UnityEngine_Texture_List_1_Opsive_UltimateCharacterController_SurfaceSystem_UVTexture__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6CF8, Dictionary_2_UnityEngine_Texture_Opsive_UltimateCharacterController_SurfaceSystem_SurfaceType__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6D08, Dictionary_2_UnityEngine_GameObject_UnityEngine_Renderer__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6D10, Dictionary_2_UnityEngine_GameObject_UnityEngine_Mesh__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6D18, Dictionary_2_UnityEngine_GameObject_UnityEngine_Renderer__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6D20, Dictionary_2_UnityEngine_GameObject_UnityEngine_Mesh__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6D28, Dictionary_2_UnityEngine_GameObject_UnityEngine_Renderer__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6D40, Dictionary_2_UnityEngine_GameObject_UnityEngine_Renderer___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6D48, Dictionary_2_UnityEngine_GameObject_UnityEngine_Mesh___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6D68, Component_GetComponentsInChildren_61__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6D80, GameObject_AddComponent_142__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6D98, GameObjectExtensions_GetCachedComponent_34__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6DB0, GameObject_GetComponentsInChildren_26__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6DB8, Component_GetComponentInParent_37__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6DC0, GameObject_GetComponentsInChildren_27__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6DC8, Component_GetComponentInChildren_24__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6E10, UnityEvent_3_UnityEngine_Vector3_UnityEngine_Vector3_UnityEngine_GameObject__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6E20, GameObjectExtensions_GetCachedComponent_35__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6E28, EventHandler_1_ExecuteEvent_83__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6E30, UnityEvent_4_System_Single_UnityEngine_Vector3_UnityEngine_Vector3_UnityEngine_GameObject__Invoke__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6E40, Dictionary_2_UnityEngine_Collider_Opsive_UltimateCharacterController_Traits_Hitbox__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6E48, Dictionary_2_UnityEngine_Collider_Opsive_UltimateCharacterController_Traits_Hitbox__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6E80, Component_GetComponentsInChildren_62__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6F30, GameObject_GetComponent_201__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6F38, Dictionary_2_System_String_Opsive_UltimateCharacterController_Traits_Attribute___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6F40, GameObject_GetComponent_202__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6F50, GameObject_AddComponent_143__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6F58, GameObjectExtensions_GetCachedComponent_36__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6F60, Enumerable_OrderBy_27__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6F68, GameObjectExtensions_GetCachedComponent_37__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6F78, Dictionary_2_UnityEngine_Collider_Opsive_UltimateCharacterController_Traits_Hitbox___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6F80, Dictionary_2_UnityEngine_Collider_Opsive_UltimateCharacterController_Traits_Hitbox__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE6F90, Component_GetComponent_239__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7048, EventHandler_1_ExecuteEvent_84__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7088, Dictionary_2_System_String_Opsive_UltimateCharacterController_Traits_Attribute__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7090, GameObject_GetComponent_203__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7098, Component_GetComponent_240__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE70A0, Component_GetComponent_241__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE70A8, Dictionary_2_System_String_Opsive_UltimateCharacterController_Traits_Attribute__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE70B0, Component_GetComponent_242__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE70B8, Dictionary_2_System_String_Opsive_UltimateCharacterController_Traits_Attribute__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE70C0, Component_GetComponent_243__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE70C8, Component_GetComponent_244__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE70D0, Component_GetComponent_245__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE70E0, Component_GetComponent_246__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE70E8, EventHandler_1_ExecuteEvent_85__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE70F0, Component_GetComponent_247__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7100, Component_GetComponent_248__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7108, Component_GetComponent_249__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7110, Component_GetComponent_250__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7118, Component_GetComponent_251__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7120, Component_GetComponent_252__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7128, Component_GetComponent_253__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7130, Component_GetComponent_254__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7138, Component_GetComponent_255__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7140, Component_GetComponent_256__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7148, Component_GetComponent_257__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7268, GameObject_GetComponent_204__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE72A8, List_1_Outline___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE72B8, Dictionary_2_UnityEngine_GameObject_NolanPerkController___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE72C0, GameObject_GetComponents_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE72C8, List_1_NolanBehaviour__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE72D0, List_1_T_Enumerator_NolanBehaviour__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE72D8, List_1_T_Enumerator_NolanBehaviour__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE72E0, List_1_T_Enumerator_NolanBehaviour__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE72E8, Component_GetComponent_258__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE72F0, Component_GetComponent_259__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7330, Enumerable_OrderBy_28__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7338, Enumerable_ElementAt_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7360, Object_1_FindObjectsByType_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7368, Object_1_FindObjectsByType_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7438, Object_1_FindObjectsByType_23__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7440, Object_1_FindObjectsByType_24__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7448, GameObject_GetComponent_205__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7450, GameObject_GetComponent_206__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7458, List_1_Outline__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7460, List_1_T_Enumerator_Outline__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7468, List_1_T_Enumerator_Outline__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7470, List_1_T_Enumerator_Outline__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7478, Object_1_FindObjectsByType_25__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7480, List_1_Outline__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7488, List_1_Outline__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7528, GameObject_GetComponent_207__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7540, Component_GetComponent_260__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7548, Component_GetComponent_261__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7550, Component_GetComponent_262__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7558, Component_GetComponent_263__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7560, Component_GetComponent_264__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7568, Component_GetComponent_265__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7570, Component_GetComponent_266__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7578, Component_GetComponent_267__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7580, Component_GetComponent_268__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE75C0, GameObject_GetComponent_208__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE75C8, GameObject_GetComponent_209__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7608, Enumerable_Contains_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7610, Enumerable_Concat_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7660, GameObject_GetComponent_210__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE76D0, Component_GetComponentsInChildren_63__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE76D8, Component_GetComponent_269__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE76E0, Component_GetComponent_270__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7718, Component_GetComponent_271__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7788, GameObject_GetComponent_211__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE77F0, EventHandler_1_ExecuteEvent_86__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7890, Object_1_Instantiate_28__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7898, Object_1_FindObjectsByType_26__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE78A0, Object_1_FindObjectsByType_27__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE78B0, EventHandler_1_ExecuteEvent_87__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE78C0, Dictionary_2_System_String_System_Object___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE78C8, Dictionary_2_System_String_System_Object__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE79C0, Object_1_FindObjectsByType_28__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE79C8, Object_1_FindObjectsByType_29__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE79D8, List_1_HidingSpotController___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE79E8, Enumerable_ToArray_33__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE79F0, Enumerable_Select_91__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE79F8, Component_GetComponent_272__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7A08, Component_GetComponent_273__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7A10, Array_Resize_154__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7A18, GameObject_GetComponents_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7A28, Dictionary_2_UnityEngine_GameObject_Opsive_UltimateCharacterController_Audio_AudioManager_AudioSourcesIndex___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7A68, Dictionary_2_UnityEngine_GameObject_Opsive_UltimateCharacterController_Audio_AudioManager_AudioSourcesIndex__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7A80, Dictionary_2_UnityEngine_GameObject_Opsive_UltimateCharacterController_Audio_AudioManager_AudioSourcesIndex__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7A88, Dictionary_2_UnityEngine_GameObject_Opsive_UltimateCharacterController_Audio_AudioManager_AudioSourcesIndex__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7AB0, GameObject_AddComponent_144__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7AC0, GameObject_AddComponent_145__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7AD0, Dictionary_2_UnityEngine_GameObject_Opsive_UltimateCharacterController_Audio_AudioManager_AudioSourcesIndex__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7AE8, List_1_Opsive_UltimateCharacterController_Input_ActiveInputEvent__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7AF8, List_1_Opsive_UltimateCharacterController_Input_ActiveInputEvent___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7B10, List_1_Opsive_UltimateCharacterController_Input_ActiveInputEvent__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7B18, List_1_Opsive_UltimateCharacterController_Input_ActiveInputEvent__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7B20, List_1_Opsive_UltimateCharacterController_Input_ActiveInputEvent__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7B28, GameObject_GetComponent_212__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7C78, String_Join_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7CE0, Nullable_1_System_Net_WebSockets_WebSocketCloseStatus___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7D10, Task_FromResult_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7D60, Task_FromException_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7D70, ValueTask_1_System_Net_WebSockets_WebSocketReceiveResult__AsTask__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7D78, ManagedWebSocket_ReceiveAsyncPrivate_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7E60, TaskFactory_1_System_Int32__FromAsync_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7E70, List_1_UnityEngine_UI_Image__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7EE0, TaskFactory_1_System_Net_Sockets_SocketReceiveFromResult__FromAsync_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7F00, TaskFactory_1_System_Int32__FromAsync_7__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7F10, TaskFactory_1_System_Int32__FromAsync_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7F58, TaskFactory_1_System_Net_Sockets_Socket__FromAsync__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7F68, TaskFactory_FromAsync_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7F78, List_1_UnityEngine_UI_Image__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7F88, List_1_UnityEngine_UI_Image__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE7FD0, SetPropertyUtility_2_SetStruct_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8030, IndexedSet_1_UnityEngine_UI_Graphic__DisableItem__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8040, Dictionary_2_System_Threading_Thread_System_Diagnostics_StackTrace__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8050, IndexedSet_1_UnityEngine_UI_Graphic__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8060, IndexedSet_1_UnityEngine_UI_Graphic__get_Capacity__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8068, IndexedSet_1_UnityEngine_UI_Graphic__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8078, Dictionary_2_System_Threading_Thread_System_Diagnostics_StackTrace___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8088, Dictionary_2_System_Threading_Thread_System_Diagnostics_StackTrace__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8090, SetPropertyUtility_2_SetClass_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8098, List_1_System_Threading_Thread__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE80A0, List_1_System_Threading_Thread__IndexOf__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE80B0, Dictionary_2_System_Threading_Thread_System_Diagnostics_StackTrace__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE80B8, SetPropertyUtility_2_SetStruct_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE80F0, TaskFactory_1_System_Int32__FromAsync_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8118, Dictionary_2_UnityEngine_UI_IClipper_System_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8120, Dictionary_2_UnityEngine_UI_Graphic_System_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8130, Dictionary_2_UnityEngine_UI_ICanvasElement_System_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8138, TaskFactory_1_System_Int32__FromAsync_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8140, Dictionary_2_UnityEngine_Canvas_UnityEngine_UI_Collections_IndexedSet_1___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8158, IndexedSet_1_UnityEngine_UI_Graphic__AddUnique__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8168, Dictionary_2_UnityEngine_Canvas_UnityEngine_UI_Collections_IndexedSet_1__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8170, Dictionary_2_UnityEngine_Canvas_UnityEngine_UI_Collections_IndexedSet_1__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8198, Dictionary_2_UnityEngine_Canvas_UnityEngine_UI_Collections_IndexedSet_1__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE81C8, IndexedSet_1_UnityEngine_UI_Graphic___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE81D8, IndexedSet_1_UnityEngine_UI_Graphic__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8220, List_1_UnityEngine_UI_Graphic___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8240, List_1_UnityEngine_UI_Graphic__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8248, List_1_UnityEngine_UI_Graphic__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8250, List_1_UnityEngine_UI_Graphic__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8268, List_1_UnityEngine_UI_Graphic__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8278, List_1_UnityEngine_UI_Graphic__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE83A8, TaskFactory_1_System_Net_Sockets_TcpClient__FromAsync__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE83C0, Task_1_System_Net_Sockets_TcpClient__get_Factory__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE83D8, Task_1_System_Net_Sockets_Socket__get_Factory__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE83E8, TaskFactory_1_System_Net_Sockets_Socket__FromAsync_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8488, Dictionary_2_UnityEngine_Font_HashSet_1_UnityEngine_UI_Text__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8498, Dictionary_2_UnityEngine_Font_HashSet_1_UnityEngine_UI_Text__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE84A8, Dictionary_2_UnityEngine_Font_HashSet_1_UnityEngine_UI_Text__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE84C8, HashSet_1_T_Enumerator_UnityEngine_UI_Text__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE84D8, HashSet_1_T_Enumerator_UnityEngine_UI_Text__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE84F8, HashSet_1_T_Enumerator_UnityEngine_UI_Text__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8508, HashSet_1_UnityEngine_UI_Text___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8518, HashSet_1_UnityEngine_UI_Text__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8528, HashSet_1_UnityEngine_UI_Text__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8538, HashSet_1_UnityEngine_UI_Text__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8540, TaskFactory_FromAsync_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8548, Dictionary_2_UnityEngine_Font_HashSet_1_UnityEngine_UI_Text__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8560, TaskFactory_FromAsync_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8570, HashSet_1_UnityEngine_UI_Text__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8578, TaskFactory_FromAsync_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8590, Dictionary_2_UnityEngine_Font_HashSet_1_UnityEngine_UI_Text___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE85C8, List_1_UnityEngine_UI_Dropdown_OptionData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE85E8, Component_GetComponentInParent_38__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8650, List_1_UnityEngine_UI_Dropdown_DropdownItem__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8658, List_1_UnityEngine_UI_Dropdown_DropdownItem__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8660, GameObject_GetComponentInChildren_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8670, CollectionPool_2_System_Collections_Generic_List_1_UnityEngine_Canvas__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8678, CollectionPool_2_System_Collections_Generic_List_1_UnityEngine_Canvas__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8680, GameObject_AddComponent_146__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE86A0, List_1_UnityEngine_UI_Dropdown_DropdownItem__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE86A8, Task_1_System_Net_IPAddress__get_Result__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE86B0, List_1_UnityEngine_UI_Dropdown_DropdownItem__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE86B8, Object_1_Instantiate_29__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE86D8, List_1_UnityEngine_UI_Dropdown_DropdownItem___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE86F0, Tuple_2_System_Threading_Tasks_TaskCompletionSource_1_Byte__get_Item1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8710, Tuple_2_System_Threading_Tasks_TaskCompletionSource_1_Byte__get_Item2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8720, List_1_UnityEngine_UI_Dropdown_OptionData__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8728, GameObject_TryGetComponent_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8730, GameObject_AddComponent_147__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8738, Dropdown_GetOrAddComponent_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8740, Dropdown_GetOrAddComponent_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8748, List_1_UnityEngine_UI_Dropdown_OptionData__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8750, GameObject_GetComponent_213__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8758, GameObject_GetComponent_214__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8760, Tuple_3_System_Threading_Tasks_TaskCompletionSource_1_Memory_1_Byte_Byte__get_Item3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8788, Tuple_3_System_Threading_Tasks_TaskCompletionSource_1_Memory_1_Byte_Byte__get_Item2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8790, Tuple_3_System_Threading_Tasks_TaskCompletionSource_1_Memory_1_Byte_Byte__get_Item1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE87C0, List_1_UnityEngine_UI_Dropdown_OptionData__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8838, Tuple_2_Action_1_Object_Object__get_Item2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8848, Tuple_2_Action_1_Object_Object__get_Item1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8850, GameObject_GetComponent_215__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8880, TaskCompletionSource_1_System_Net_Sockets_Socket__TrySetException__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE88A0, GameObject_GetComponent_216__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE88A8, TaskCompletionSource_1_System_Net_Sockets_Socket__TrySetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE88D8, Tuple_Create_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE88F0, List_1_UnityEngine_UI_RectMask2D__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8900, List_1_UnityEngine_UI_RectMask2D__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8920, Tuple_3_System_Net_Sockets_Socket_AwaitableSocketAsyncEventArgs_Action_1_Object_Object__get_Item2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8928, Tuple_3_System_Net_Sockets_Socket_AwaitableSocketAsyncEventArgs_Action_1_Object_Object__get_Item1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8938, Tuple_3_System_Net_Sockets_Socket_AwaitableSocketAsyncEventArgs_Action_1_Object_Object__get_Item3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8980, IndexedSet_1_UnityEngine_UI_IClipper___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8988, IndexedSet_1_UnityEngine_UI_IClipper__AddUnique__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE89A0, Tuple_Create_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE89A8, IndexedSet_1_UnityEngine_UI_IClipper__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE89B0, IndexedSet_1_UnityEngine_UI_IClipper__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE89C8, IndexedSet_1_UnityEngine_UI_IClipper__DisableItem__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE89D8, IndexedSet_1_UnityEngine_UI_IClipper__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE89F0, IndexedSet_1_UnityEngine_UI_ICanvasElement__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE89F8, IndexedSet_1_UnityEngine_UI_ICanvasElement__DisableItem__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8A30, IndexedSet_1_UnityEngine_UI_ICanvasElement__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8A38, IndexedSet_1_UnityEngine_UI_ICanvasElement__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8A40, IndexedSet_1_UnityEngine_UI_ICanvasElement__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8A48, IndexedSet_1_UnityEngine_UI_ICanvasElement__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8A50, IndexedSet_1_UnityEngine_UI_ICanvasElement__Sort__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8A58, IndexedSet_1_UnityEngine_UI_ICanvasElement__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8A60, IndexedSet_1_UnityEngine_UI_ICanvasElement__AddUnique__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8AA0, IndexedSet_1_UnityEngine_UI_ICanvasElement___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8AC0, List_1_UnityEngine_AudioSource___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8AD0, Dictionary_2_System_String_KeySpawnPoint___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8AE0, List_1_UnityEngine_Light__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8AE8, List_1_UnityEngine_Material__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8B00, KeyValuePair_2_System_String_KeySpawnPoint__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8B08, KeyValuePair_2_System_String_KeySpawnPoint__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8B10, Dictionary_2_TKey_TValue_Enumerator_System_String_KeySpawnPoint__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8B18, Dictionary_2_TKey_TValue_Enumerator_System_String_KeySpawnPoint__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8B20, Dictionary_2_System_String_KeySpawnPoint__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8B28, Dictionary_2_TKey_TValue_Enumerator_System_String_KeySpawnPoint__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8B70, Enumerable_Select_92__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8B78, Dictionary_2_System_String_KeySpawnPoint__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8B80, Component_GetComponent_274__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8BA0, List_1_TownLocation__Find__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8C08, GameObject_GetComponentInChildren_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8C10, GameObject_GetComponentInChildren_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8C18, List_1_TownLocation__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8C20, IListExtensions_Shuffle_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8C28, GameObject_GetComponent_217__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8C58, List_1_UnityEngine_AudioSource__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8CA8, List_1_LockboxSpawnPoint___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8CB0, List_1_TownLocation__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8CB8, List_1_LockboxSpawnPoint__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8CC0, List_1_UnityEngine_AudioSource__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8CC8, List_1_UnityEngine_Light__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8CD8, List_1_T_Enumerator_TownLocation__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8CE0, List_1_T_Enumerator_LockboxSpawnPoint__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8CE8, List_1_T_Enumerator_LockboxSpawnPoint__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8CF0, List_1_T_Enumerator_TownLocation__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8CF8, Enumerable_Select_93__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8D00, Component_GetComponentInParent_39__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8D08, List_1_T_Enumerator_TownLocation__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8D10, List_1_T_Enumerator_LockboxSpawnPoint__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8D88, Component_GetComponent_275__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8DB0, EntityEventListener_1_IBurnTrapState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8E40, Object_1_FindAnyObjectByType_34__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8EC8, Component_GetComponentsInChildren_64__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8ED8, Component_GetComponentInChildren_25__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8EE8, Component_GetComponentInChildren_26__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8F00, Component_GetComponent_276__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8F48, GameObject_GetComponentsInChildren_28__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8F60, EntityEventListener_1_ISurvivalLobbyState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8F78, Dictionary_2_System_Int32_Dissonance_VoicePlayerState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8F80, AsyncOperationHandle_1_UnityEngine_Material__IsValid__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE8F88, Addressables_Release_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9078, Component_GetComponent_277__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE90B0, KeyValuePair_2_System_Int32_Dissonance_VoicePlayerState__get_Value__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE90C8, KeyValuePair_2_System_Int32_Dissonance_VoicePlayerState__get_Key__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE90D8, Dictionary_2_TKey_TValue_Enumerator_System_Int32_Dissonance_VoicePlayerState__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE90E8, Dictionary_2_TKey_TValue_Enumerator_System_Int32_Dissonance_VoicePlayerState__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE90F0, Dictionary_2_System_Int32_Dissonance_VoicePlayerState__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE90F8, Dictionary_2_TKey_TValue_Enumerator_System_Int32_Dissonance_VoicePlayerState__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9110, Dictionary_2_System_Int32_Dissonance_VoicePlayerState__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9128, GameObject_GetComponentInChildren_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9148, EventHandler_1_ExecuteEvent_88__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE91A8, UltimateCharacterLocomotion_GetAbility_39__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9200, GameObjectExtensions_GetCachedComponent_38__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9220, UltimateCharacterLocomotion_GetAbility_40__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9230, NetworkArray_Objects_1_SurvivalPlayer__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9250, GameObjectExtensions_GetCachedParentComponent_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE92F0, EventHandler_1_ExecuteEvent_89__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9300, Array_FindIndex_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9340, Dictionary_2_System_Int32_Dissonance_VoicePlayerState__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9348, Dictionary_2_System_Int32_Dissonance_VoicePlayerState__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9390, NetworkArray_Objects_1_SurvivalPlayer__get_Length__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE93A8, GameObjectExtensions_GetCachedComponent_39__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE93D8, GameObjectExtensions_GetCachedComponents_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9458, Component_GetComponents_29__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE94D0, Object_1_FindAnyObjectByType_35__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE94E0, NetworkArray_Objects_1_SurvivalPlayer__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE94E8, GameObjectExtensions_GetCachedParentComponent_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE94F8, GameObject_GetComponentsInChildren_29__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9508, GameObject_GetComponent_218__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9510, GameObject_GetComponent_219__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9520, GameObject_GetComponent_220__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9538, GameObject_GetComponent_221__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9548, GameObject_AddComponent_148__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE95A0, GameObjectExtensions_GetCachedParentComponent_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE95B0, GameObjectExtensions_GetCachedParentComponent_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9740, Component_GetComponent_278__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9750, Component_GetComponent_279__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9760, Addressables_LoadAssetAsync_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9790, Dictionary_2_UnityEngine_GameObject_System_Int32__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE97A0, Dictionary_2_UnityEngine_GameObject_System_Int32__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE97B0, Dictionary_2_UnityEngine_GameObject_System_Int32__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE97E0, GameObjectExtensions_GetCachedParentComponent_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE97F0, GameObjectExtensions_GetCachedParentComponent_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE97F8, Object_1_FindAnyObjectByType_36__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9800, EventHandler_1_ExecuteEvent_90__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9808, GameObject_GetComponent_222__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9818, GameObject_GetComponent_223__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9828, GameObject_GetComponent_224__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9838, Component_GetComponent_280__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9878, Dictionary_2_UnityEngine_GameObject_System_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9898, List_1_System_Net_Mail_MailAddress___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE98A0, List_1_System_Net_Mail_MailAddress__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE98F0, Dictionary_2_System_String_System_TimeSpan__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9950, Dictionary_2_System_String_System_TimeSpan___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9958, Dictionary_2_System_String_System_TimeSpan__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9A80, Collection_1_System_Net_Mime_MimeBasePart__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9AE0, Collection_1_System_Net_Mime_MimeBasePart___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9C30, List_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9C38, Component_GetComponentsInChildren_65__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9C50, List_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9C58, List_1_Kalagaan_HairDesignerExtension_HairToolLayer___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9C60, List_1_Kalagaan_HairDesignerExtension_HairDesignerShader___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9C68, List_1_Kalagaan_HairDesignerExtension_MotionZone___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9CC0, List_1_Kalagaan_HairDesignerExtension_HairDesignerGenerator__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9CC8, List_1_Kalagaan_HairDesignerExtension_HairDesignerShader__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9CE0, Dictionary_2_System_String_System_Net_TrackingValidationObjectDictionary_ValidateAndParseValue___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9CE8, Dictionary_2_System_String_System_Net_TrackingValidationObjectDictionary_ValidateAndParseValue__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9DA0, List_1_Kalagaan_HairDesignerExtension_HairToolLayer__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9DA8, List_1_Kalagaan_HairDesignerExtension_HairToolLayer__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9DB8, List_1_Kalagaan_HairDesignerExtension_HairDesignerShader__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9DC0, List_1_Kalagaan_HairDesignerExtension_HairDesignerShader__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9DC8, List_1_Kalagaan_HairDesignerExtension_MotionZone__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9DE0, List_1_Kalagaan_HairDesignerExtension_MotionZone__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9DE8, GameObject_AddComponent_149__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9DF8, GameObject_AddComponent_150__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9E28, List_1_Kalagaan_HairDesignerExtension_HairDesignerShader__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9E30, Enumerable_ToList_44__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9E60, List_1_Kalagaan_HairDesignerExtension_TextureToolColor___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9E70, List_1_Kalagaan_HairDesignerExtension_TextureToolColor__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9E80, List_1_Kalagaan_HairDesignerExtension_TextureToolShaderParameters___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9E98, Component_GetComponents_30__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9EA0, Component_GetComponents_31__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9EC8, List_1_Kalagaan_HairDesignerExtension_HairDesignerGenerator___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9FE0, List_1_Kalagaan_HairDesignerExtension_HairDesignerGenerator__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CE9FE8, List_1_Kalagaan_HairDesignerExtension_HairDesignerGenerator__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA000, List_1_Kalagaan_HairDesignerExtension_HairDesignerStrandMeshCollectionBase_StrandMesh__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA008, List_1_Kalagaan_HairDesignerExtension_HairDesignerStrandMeshCollectionBase_StrandMesh__Find__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA048, List_1_Kalagaan_HairDesignerExtension_HairDesignerStrandMeshCollectionBase_StrandMesh___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA078, List_1_Kalagaan_HairDesignerExtension_MotionSolver_Link__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA080, List_1_Kalagaan_HairDesignerExtension_MotionSolver_Link___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA098, List_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA0D8, List_1_Kalagaan_HairDesignerExtension_HairDesignerMotionConstraintAreaBase___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA1E0, Enumerable_Select_94__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA208, AsyncValueTaskMethodBuilder_1_System_Net_WebSockets_ValueWebSocketReceiveResult__AwaitUnsafeOnCompleted_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA228, Task_1_System_Net_WebSockets_WebSocketReceiveResult__ConfigureAwait__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA238, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_WebSockets_WebSocketReceiveResult__get_IsCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA248, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_WebSockets_WebSocketReceiveResult__GetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA258, ConfiguredTaskAwaitable_1_System_Net_WebSockets_WebSocketReceiveResult__GetAwaiter__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA270, AsyncTaskMethodBuilder_1_System_String__SetStateMachine__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA290, AsyncTaskMethodBuilder_1_System_String__AwaitUnsafeOnCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA2C0, AsyncTaskMethodBuilder_1_System_String__SetException__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA2D8, List_1_Kalagaan_HairDesignerExtension_HairDesignerMotionConstraintAreaBase__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA318, Object_1_Instantiate_30__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA378, Resources_Load_26__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA388, List_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA390, ConfiguredTaskAwaitable_1_System_Net_IPAddress__GetAwaiter__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA398, AsyncTaskMethodBuilder_1_System_Net_Sockets_Socket__AwaitUnsafeOnCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA3A8, AsyncTaskMethodBuilder_1_System_Net_Sockets_Socket__AwaitUnsafeOnCompleted_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA3C0, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_String__get_IsCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA3C8, List_1_Kalagaan_HairDesignerExtension_MotionSolver_Link__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA3D0, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_Sockets_Socket__get_IsCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA3D8, List_1_Kalagaan_HairDesignerExtension_MotionSolver_Link__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA3E0, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_String__GetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA3F8, Enumerable_Select_95__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA400, Task_1_System_String__ConfigureAwait__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA408, Enumerable_Select_96__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA410, Task_1_System_Net_Sockets_Socket__ConfigureAwait__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA418, AsyncTaskMethodBuilder_1_System_String__AwaitUnsafeOnCompleted_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA430, List_1_Kalagaan_HairDesignerExtension_HairDesignerMotionConstraintAreaBase_Area___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA438, AsyncTaskMethodBuilder_1_System_Net_Sockets_Socket__SetStateMachine__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA440, List_1_Kalagaan_HairDesignerExtension_MotionSolver_Node___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA450, List_1_Kalagaan_HairDesignerExtension_HairDesignerMotionConstraintAreaBase__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA460, List_1_Kalagaan_HairDesignerExtension_HairDesignerMotionConstraintAreaBase__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA470, AsyncTaskMethodBuilder_1_System_String__SetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA480, Task_1_System_Net_IPAddress__ConfigureAwait__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA488, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_IPAddress__get_IsCompleted__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA490, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_IPAddress__GetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA4A0, List_1_Kalagaan_HairDesignerExtension_HairDesignerColliderBase__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA4B8, List_1_Kalagaan_HairDesignerExtension_MotionSolver_Node__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA4C0, AsyncTaskMethodBuilder_1_System_String__Start__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA4D0, List_1_Kalagaan_HairDesignerExtension_MotionSolver_Node__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA4D8, List_1_Kalagaan_HairDesignerExtension_MotionSolver_Node__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA4E0, AsyncTaskMethodBuilder_1_System_String__get_Task__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA4E8, AsyncTaskMethodBuilder_1_System_String__Start_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA4F0, AsyncTaskMethodBuilder_1_System_String__Create__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA4F8, List_1_Kalagaan_HairDesignerExtension_HairDesignerMotionConstraintAreaBase_Area__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA500, List_1_Kalagaan_HairDesignerExtension_HairDesignerMotionConstraintAreaBase_Area__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA520, List_1_Kalagaan_HairDesignerExtension_MotionSolver_Node__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA530, List_1_Kalagaan_HairDesignerExtension_MotionSolver_Node__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA540, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_54__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA548, ConfiguredTaskAwaitable_1_TResult_ConfiguredTaskAwaiter_System_Net_Sockets_Socket__GetResult__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA550, ConfiguredTaskAwaitable_1_System_Net_Sockets_Socket__GetAwaiter__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA558, ConfiguredTaskAwaitable_1_System_String__GetAwaiter__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA560, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_55__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA580, AsyncTaskMethodBuilder_1_System_Net_Sockets_Socket__Start__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA588, AsyncTaskMethodBuilder_1_System_Net_Sockets_Socket__Create__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA5D8, KeyValuePair_2_System_String_System_String___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA940, List_1_UnityEngine_Transform__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA948, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorLongHairBase_HairGroup___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA970, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorLongHairBase_MirrorModifier___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA980, List_1_UnityEngine_Transform__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA990, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorLongHairBase_HairGroup__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA9A0, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorLongHairBase_MirrorModifier__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEA9A8, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorLongHairBase_MirrorModifier__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAA00, GameObject_AddComponent_151__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAA08, Enumerable_ToList_45__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAA18, List_1_Kalagaan_HairDesignerExtension_StrandData__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAA38, List_1_UnityEngine_CapsuleCollider__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAA40, List_1_UnityEngine_CapsuleCollider__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAA48, List_1_UnityEngine_CapsuleCollider__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAA50, List_1_Kalagaan_HairDesignerExtension_HairPID_V3__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAA58, List_1_Kalagaan_HairDesignerExtension_HairPID_V3__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAA80, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_LODGroup___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAAA0, List_1_UnityEngine_MeshFilter___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAAA8, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorLongHairBase_HairGroup__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAAB0, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorLongHairBase_HairGroup__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAAB8, List_1_Kalagaan_HairDesignerExtension_StrandData__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAB78, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_LODGroup__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAB80, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorFurShellBase_LODGroup__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEABC0, List_1_UnityEngine_MeshFilter__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEABE0, List_1_UnityEngine_MeshRenderer__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEABE8, List_1_UnityEngine_MeshRenderer__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAC10, GameObject_AddComponent_152__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAC78, GameObject_GetComponentsInChildren_30__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAD28, Component_GetComponent_281__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAD38, Component_GetComponent_282__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAE28, Dictionary_2_Opsive_UltimateCharacterController_Items_Item_System_Int32__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAE38, Dictionary_2_Opsive_UltimateCharacterController_Items_Item_System_Int32___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAE48, Dictionary_2_Opsive_UltimateCharacterController_Items_Item_System_Int32__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAE50, Component_GetComponents_32__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAE60, EventHandler_1_UnregisterEvent_92__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAEB0, GameObject_GetComponent_225__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAEB8, EventHandler_1_UnregisterEvent_93__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAEC0, GameObject_GetComponent_226__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAEE8, SchedulerBase_Schedule_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAEF8, Component_GetComponent_283__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAF08, GameObjectExtensions_GetCachedComponents_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAF38, GameObject_GetComponentsInChildren_31__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAF50, GameObjectExtensions_GetCachedComponent_40__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAF88, List_1_UnityEngine_MeshRenderer__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAF98, List_1_UnityEngine_MeshRenderer__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAFA8, GameObject_GetComponentsInChildren_32__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAFB8, GameObject_GetComponentInChildren_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAFD0, GameObjectExtensions_GetCachedComponent_41__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAFE8, AsyncOperationHandle_1_UnityEngine_Material__get_Status__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEAFF8, AsyncOperationHandle_1_UnityEngine_Material__get_Result__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB000, AsyncOperationHandle_1_UnityEngine_Material__get_IsDone__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB020, EventHandler_1_ExecuteEvent_91__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB030, GameObject_AddComponent_153__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB038, GameObject_AddComponent_154__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB040, GameObjectExtensions_GetCachedComponent_42__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB048, GameObjectExtensions_GetCachedComponent_43__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB0E0, List_1_OutfitPreviewLoader_OutfitPreviewAvatar__Find__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB110, EventHandler_1_RegisterEvent_94__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB130, SchedulerBase_ScheduleFixed_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB158, Component_GetComponent_284__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB168, EventHandler_1_RegisterEvent_95__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB180, EventHandler_1_ExecuteEvent_92__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB1D0, Enumerable_Where_65__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB1D8, Enumerable_ToArray_34__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB1E0, Component_GetComponentsInChildren_66__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB1E8, Component_GetComponent_285__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB248, GameObjectExtensions_GetCachedComponent_44__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB260, Array_Sort_259__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB270, EventHandler_1_ExecuteEvent_93__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB278, List_1_TMPro_TMP_Dropdown_OptionData__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB280, List_1_TMPro_TMP_Dropdown_OptionData__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB298, Component_GetComponent_286__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB2E8, List_1_TextKeyValue___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB328, List_1_Language___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB330, List_1_UnityEngine_TextAsset___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB338, List_1_LanguageUniqueFont___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB350, List_1_Crosstales_BWF_Provider_BadWordProvider__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB380, Resources_FindObjectsOfTypeAll_3__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB388, Resources_FindObjectsOfTypeAll_4__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB390, GameObject_GetComponent_227__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB398, GameObject_GetComponent_228__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB3A0, GameObject_GetComponent_229__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB3B0, GameObject_GetComponent_230__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB3C0, GameObject_GetComponent_231__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB3C8, Component_GetComponents_33__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB3E0, List_1_TextKeyValue__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB3F0, List_1_Language__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB3F8, List_1_T_Enumerator_TextKeyValue__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB400, List_1_T_Enumerator_Language__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB410, List_1_T_Enumerator_Language__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB420, List_1_T_Enumerator_TextKeyValue__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB430, List_1_T_Enumerator_TextKeyValue__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB438, List_1_T_Enumerator_Language__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB448, Resources_FindObjectsOfTypeAll_5__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB450, Component_GetComponent_287__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB458, Serialization_Serialize_8__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB480, List_1_LanguageUniqueFont__Find__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB498, GameObject_GetComponentInParent_9__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB4D8, List_1_UnityEngine_TextAsset__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB4E0, List_1_Language__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB4F0, List_1_TextKeyValue__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB520, List_1_T_Enumerator_UnityEngine_TextAsset__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB528, List_1_T_Enumerator_UnityEngine_TextAsset__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB530, List_1_T_Enumerator_UnityEngine_TextAsset__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB548, List_1_UnityEngine_UI_Dropdown_OptionData__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB550, List_1_UnityEngine_UI_Dropdown_OptionData__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB578, Component_GetComponent_288__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB588, List_1_UnityEngine_SphereCollider___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB5A8, GameObjectExtensions_GetCachedComponent_45__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB5B8, GameObjectExtensions_GetCachedComponent_46__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB680, GameObjectExtensions_GetCachedComponent_47__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB6A0, Dictionary_2_System_Int32_Opsive_UltimateCharacterController_Items_Actions_ItemAction___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB6B0, Dictionary_2_System_Int32_Opsive_UltimateCharacterController_Items_Actions_ItemAction__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB6C8, Component_GetComponents_34__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB6D8, Component_GetComponents_35__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB728, EventHandler_1_ExecuteEvent_94__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB750, List_1_UnityEngine_CapsuleCollider__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB758, List_1_UnityEngine_SphereCollider__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB760, List_1_UnityEngine_SphereCollider__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB768, List_1_UnityEngine_CapsuleCollider__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB778, List_1_Rewired_ActionElementMap___ctor_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB780, List_1_Rewired_ActionElementMap__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB788, List_1_UnityEngine_SphereCollider__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB790, List_1_T_Enumerator_Rewired_ActionElementMap__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB798, List_1_UnityEngine_SphereCollider__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB7A0, List_1_T_Enumerator_Rewired_ActionElementMap__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB7A8, Dictionary_2_System_Int32_Opsive_UltimateCharacterController_Items_Actions_ItemAction__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB7C8, List_1_T_Enumerator_Rewired_ActionElementMap__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB7D0, GameObject_GetComponent_232__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB7D8, GameObject_GetComponent_233__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB7E0, Dictionary_2_System_String_UnityEngine_Transform__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB7E8, Dictionary_2_System_String_UnityEngine_Transform__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB7F0, List_1_UnityEngine_CapsuleCollider__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB808, GameObject_GetComponentsInChildren_33__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB818, List_1_Kalagaan_HairDesignerExtension_HairDesignerGenerator__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB820, List_1_Kalagaan_HairDesignerExtension_HairDesignerShader__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB828, Dictionary_2_System_String_UnityEngine_Transform___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB858, Component_GetComponentsInChildren_67__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB880, EventHandler_1_ExecuteEvent_95__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB8A8, List_1_Kalagaan_HairDesignerExtension_StrandData__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB8D0, List_1_Waypoint__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB908, List_1_Kalagaan_HairDesignerExtension_HairDesignerGeneratorLongHairBase_HairGroup__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB930, List_1_Kalagaan_HairDesignerExtension_StrandData__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB958, Component_GetComponent_289__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB960, List_1_Kalagaan_HairDesignerExtension_StrandData__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB968, Component_GetComponent_290__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB978, List_1_Kalagaan_HairDesignerExtension_HairPID_V3___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB990, List_1_Kalagaan_HairDesignerExtension_StrandData___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB9C0, Component_GetComponentInParent_40__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEB9F8, EntityEventListener_1_ITownPentagramState___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBA08, Component_GetComponent_291__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBA28, NetworkArray_Objects_1_Candle__get_Length__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBA30, NetworkArray_Objects_1_Candle__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBA60, NetworkArray_Objects_1_Candle__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBA98, Object_1_FindAnyObjectByType_37__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBAA8, List_1_TownPentagramCandle__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBAB0, List_1_TownPentagramCandle__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBAB8, Component_GetComponentInChildren_27__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBAF0, PointerCaptureEventBase_1_MouseCaptureEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBAF8, PointerCaptureEventBase_1_PointerCaptureOutEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBB00, PointerCaptureEventBase_1_MouseCaptureOutEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBB10, PointerCaptureEventBase_1_PointerCaptureEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBB28, ObjectListPool_1_IRuntimePanelComponent__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBB40, List_1_UnityEngine_UIElements_IRuntimePanelComponent__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBB50, GameObject_GetComponents_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBB58, List_1_T_Enumerator_UnityEngine_UIElements_IRuntimePanelComponent__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBB60, List_1_T_Enumerator_UnityEngine_UIElements_IRuntimePanelComponent__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBB70, List_1_T_Enumerator_UnityEngine_UIElements_IRuntimePanelComponent__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBB90, ObjectListPool_1_IRuntimePanelComponent__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBBD8, List_1_UnityEngine_UIElements_VisualElement__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBBF8, EventHandler_1_ExecuteEvent_96__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBC18, List_1_TownLocation__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBC30, GameObject_GetComponent_234__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBCB0, GameObject_GetComponent_235__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBD10, KeyboardEventBase_1_KeyDownEvent__get_actionKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBD48, UxmlFactory_2_IMGUIContainer_IMGUIContainer_UxmlTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBD88, CallbackEventHandler_RegisterCallback_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBD90, CallbackEventHandler_RegisterCallback_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBDA0, InputControl_GetChildControl_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBDB0, InputControl_GetChildControl_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBDD0, InputControl_GetChildControl_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBDE0, InputControl_GetChildControl_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBDF0, InputControl_GetChildControl_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBDF8, CallbackEventHandler_RegisterCallback_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBE00, InputControl_GetChildControl_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBE18, CallbackEventHandler_UnregisterCallback_10__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBE28, CallbackEventHandler_UnregisterCallback_11__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBE30, InputControl_GetChildControl_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBE38, CallbackEventHandler_UnregisterCallback_12__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBE48, CallbackEventHandler_UnregisterCallback_13__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBE68, EventBase_1_MouseUpEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBE78, EventBase_1_MouseDownEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBED0, EventBase_1_MouseMoveEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBED8, EventBase_1_AttachToPanelEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBF70, FocusEventBase_1_FocusEvent__get_direction__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBF80, FocusEventBase_1_FocusEvent__get_IsFocusDelegated__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEBFB0, EventBase_1_DetachFromPanelEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC060, KeyboardEventBase_1_KeyDownEvent__GetPooled_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC170, List_1_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_DeviceConfig__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC180, List_1_UnityEngine_UIElements_IGroupBoxOption__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC190, List_1_T_Enumerator_UnityEngine_UIElements_IGroupBoxOption__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC1A0, List_1_T_Enumerator_UnityEngine_UIElements_IGroupBoxOption__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC1A8, List_1_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_DeviceConfig___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC1B0, List_1_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionConfig___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC1B8, List_1_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionConfig__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC1C0, List_1_T_Enumerator_UnityEngine_UIElements_IGroupBoxOption__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC1C8, List_1_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionBinding__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC1D0, List_1_UnityEngine_UIElements_IGroupBoxOption___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC208, List_1_UnityEngine_UIElements_IGroupBoxOption__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC210, List_1_UnityEngine_XR_OpenXR_Features_OpenXRInteractionFeature_ActionBinding___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC240, List_1_UnityEngine_UIElements_IGroupBoxOption__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC250, List_1_UnityEngine_UIElements_IGroupBoxOption__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC2D8, Dictionary_2_UnityEngine_UIElements_IGroupBoxOption_UnityEngine_UIElements_IGroupManager__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC2E0, Dictionary_2_UnityEngine_UIElements_IGroupBox_UnityEngine_UIElements_IGroupManager__ContainsKey__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC2F8, Dictionary_2_UnityEngine_UIElements_IGroupBoxOption_UnityEngine_UIElements_IGroupManager__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC300, Dictionary_2_UnityEngine_UIElements_IGroupBox_UnityEngine_UIElements_IGroupManager__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC318, Dictionary_2_UnityEngine_UIElements_IGroupBox_UnityEngine_UIElements_IGroupManager__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC320, Dictionary_2_UnityEngine_UIElements_IGroupBox_UnityEngine_UIElements_IGroupManager__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC340, Dictionary_2_UnityEngine_UIElements_IGroupBoxOption_UnityEngine_UIElements_IGroupManager___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC348, Dictionary_2_UnityEngine_UIElements_IGroupBox_UnityEngine_UIElements_IGroupManager___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC360, FocusEventBase_1_BlurEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC368, FocusEventBase_1_FocusOutEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC378, FocusEventBase_1_FocusEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC380, FocusEventBase_1_FocusInEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC418, ObjectPool_1_System_Collections_Generic_Queue_1___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC458, EventBase_1_IMGUIEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC468, List_1_T_Enumerator_UnityEngine_UIElements_VisualElement__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC488, ObjectPool_1_System_Collections_Generic_Queue_1__Release__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC498, List_1_UnityEngine_UIElements_VisualElement__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC4A0, List_1_T_Enumerator_UnityEngine_UIElements_VisualElement__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC4A8, List_1_T_Enumerator_UnityEngine_UIElements_VisualElement__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC4B8, List_1_UnityEngine_UIElements_IEventDispatchingStrategy__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC4C8, List_1_T_Enumerator_UnityEngine_UIElements_IEventDispatchingStrategy__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC4D0, List_1_T_Enumerator_UnityEngine_UIElements_IEventDispatchingStrategy__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC4D8, List_1_T_Enumerator_UnityEngine_UIElements_IEventDispatchingStrategy__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC4E8, List_1_T_Enumerator_UnityEngine_UIElements_DropdownMenuItem__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC4F0, List_1_UnityEngine_UIElements_DropdownMenuItem__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC4F8, List_1_UnityEngine_UIElements_DropdownMenuItem__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC518, List_1_UnityEngine_UIElements_DropdownMenuItem__RemoveAt__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC520, List_1_UnityEngine_UIElements_DropdownMenuItem__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC528, List_1_T_Enumerator_UnityEngine_UIElements_DropdownMenuItem__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC530, List_1_T_Enumerator_UnityEngine_UIElements_DropdownMenuItem__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC560, ObjectPool_1_System_Collections_Generic_Queue_1__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC570, List_1_UnityEngine_UIElements_IEventDispatchingStrategy___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC578, List_1_UnityEngine_UIElements_IEventDispatchingStrategy__AddRange__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC588, EventBase_1_NavigationSubmitEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC5A8, EventBase_1_NavigationCancelEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC5B0, List_1_UnityEngine_UIElements_DropdownMenuItem__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC5F8, PointerEventBase_1_PointerStationaryEvent__GetPooled__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC600, PointerEventBase_1_PointerDownEvent__GetPooled_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC608, PointerEventBase_1_PointerCancelEvent__GetPooled_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC610, PointerEventBase_1_PointerUpEvent__GetPooled_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC618, PointerEventBase_1_PointerMoveEvent__GetPooled_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC648, List_1_UnityEngine_UIElements_ClickDetector_ButtonClickStatus__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC650, List_1_UnityEngine_UIElements_VisualElement__Contains__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC658, List_1_T_Enumerator_UnityEngine_UIElements_ClickDetector_ButtonClickStatus__get_Current__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC6B0, DefaultEventSystem_SendPositionBasedEvent_2__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC6B8, DefaultEventSystem_SendFocusBasedEvent_1__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC6C8, List_1_UnityEngine_UIElements_ClickDetector_ButtonClickStatus__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC6D8, List_1_UnityEngine_UIElements_ClickDetector_ButtonClickStatus___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC6E0, List_1_UnityEngine_UIElements_ClickDetector_ButtonClickStatus__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC6F0, List_1_T_Enumerator_UnityEngine_UIElements_ClickDetector_ButtonClickStatus__MoveNext__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC6F8, List_1_T_Enumerator_UnityEngine_UIElements_ClickDetector_ButtonClickStatus__Dispose__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC708, EventBase_1_PointerCancelEvent__TypeId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC710, PointerEventBase_1_PointerDownEvent__get_pointerId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC718, PointerEventBase_1_PointerDownEvent__get_localPosition__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC720, MouseEventBase_1_MouseUpEvent__get_localMousePosition__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC728, PointerEventBase_1_PointerUpEvent__get_pointerId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC730, PointerEventBase_1_PointerUpEvent__get_localPosition__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC738, PointerEventBase_1_PointerMoveEvent__get_localPosition__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC740, PointerCaptureEventBase_1_PointerCaptureOutEvent__get_pointerId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC748, PointerEventBase_1_PointerCancelEvent__get_pointerId__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC7E8, CallbackEventHandler_UnregisterCallback_14__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC7F8, CallbackEventHandler_UnregisterCallback_15__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC808, CallbackEventHandler_UnregisterCallback_16__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC818, CallbackEventHandler_UnregisterCallback_17__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC828, CallbackEventHandler_UnregisterCallback_18__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC838, CallbackEventHandler_UnregisterCallback_19__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC848, CallbackEventHandler_UnregisterCallback_20__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC858, CallbackEventHandler_UnregisterCallback_21__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC868, MouseEventBase_1_MouseMoveEvent__get_localMousePosition__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC878, MouseEventBase_1_MouseDownEvent__get_localMousePosition__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC888, CallbackEventHandler_UnregisterCallback_22__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC908, CallbackEventHandler_RegisterCallback_23__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC910, CallbackEventHandler_RegisterCallback_24__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC918, CallbackEventHandler_RegisterCallback_25__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC928, CallbackEventHandler_RegisterCallback_26__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC930, CallbackEventHandler_RegisterCallback_27__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC978, CallbackEventHandler_RegisterCallback_28__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC980, CallbackEventHandler_RegisterCallback_29__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC988, CallbackEventHandler_RegisterCallback_30__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC998, CallbackEventHandler_RegisterCallback_31__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC9A8, LinkedPool_1_UnityEngine_UIElements_DynamicAtlas_TextureInfo__Return__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC9B0, Dictionary_2_UnityEngine_Texture_UnityEngine_UIElements_DynamicAtlas_TextureInfo__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC9C0, List_1_UnityEngine_UIElements_IPanel___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC9D0, Dictionary_2_UnityEngine_Texture_UnityEngine_UIElements_DynamicAtlas_TextureInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CEC9E8, LinkedPool_1_UnityEngine_UIElements_DynamicAtlas_TextureInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CECA00, LinkedPoolItem_1_UnityEngine_UIElements_DynamicAtlas_TextureInfo___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CECA08, UxmlFactory_2_BindableElement_BindableElement_UxmlTraits___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CECA28, List_1_UnityEngine_UIElements_IPanel__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CECA30, List_1_UnityEngine_UIElements_IPanel__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CECA38, List_1_UnityEngine_UIElements_IPanel__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CECA40, Dictionary_2_UnityEngine_Texture_UnityEngine_UIElements_DynamicAtlas_TextureInfo__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CECA50, List_1_UnityEngine_UIElements_IPanel__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CECA60, LinkedPool_1_UnityEngine_UIElements_DynamicAtlas_TextureInfo__Get__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CECA68, Dictionary_2_UnityEngine_Texture_UnityEngine_UIElements_DynamicAtlas_TextureInfo__set_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CECA70, Dictionary_2_UnityEngine_Texture_UnityEngine_UIElements_DynamicAtlas_TextureInfo__TryGetValue__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CECC38, Collection_1_System_Net_Mail_Attachment__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CECC40, Collection_1_System_Net_Mail_Attachment__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CECC48, Collection_1_System_Net_Mail_AlternateView__Remove__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CECC58, Collection_1_System_Net_Mail_AlternateView__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CECC60, Collection_1_System_Net_Mail_AlternateView__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CECC80, Collection_1_System_Net_Mail_Attachment__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CECC90, Collection_1_System_Net_Mail_LinkedResource__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CECC98, Collection_1_System_Net_Mail_AlternateView__Insert__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CECCA0, Collection_1_System_Net_Mail_AlternateView__GetEnumerator__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CECD50, List_1_System_Net_Mail_SmtpFailedRecipientException___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CECD58, List_1_System_Net_Mail_SmtpFailedRecipientException__Add__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CECDB0, List_1_System_Net_Mail_SmtpFailedRecipientException__ToArray__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CECDD8, List_1_System_Net_Mail_SmtpFailedRecipientException__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CECE78, Collection_1_System_Net_Mail_MailAddress__Clear__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CECEF0, Collection_1_System_Net_Mail_LinkedResource__RemoveItem__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CECF08, Collection_1_System_Net_Mail_LinkedResource__SetItem__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CECF38, Collection_1_System_Net_Mail_MailAddress__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CECF40, Collection_1_System_Net_Mail_MailAddress__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CECFF0, Collection_1_System_Net_Mail_Attachment__RemoveItem__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CED038, Collection_1_System_Net_Mail_Attachment__SetItem__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CED048, Collection_1_System_Net_Mail_LinkedResource__InsertItem__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CED058, Collection_1_System_Net_Mail_LinkedResource__ClearItems__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CED060, OpenXRSettings_GetFeature_6__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CED088, Collection_1_System_Net_Mail_LinkedResource___ctor__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CED120, Array_Resize_155__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CED170, Collection_1_System_Net_Mail_Attachment__ClearItems__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CED178, Collection_1_System_Net_Mail_Attachment__get_Item__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CED180, Collection_1_System_Net_Mail_Attachment__InsertItem__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CED188, Collection_1_System_Net_Mail_Attachment__get_Count__MethodInfo); DO_APP_FUNC_METHODINFO(0x03CED190, Collection_1_System_Net_Mail_Attachment___ctor__MethodInfo);